commit 09ab8b9353dd4396f794e8b3c8df321e8b92b1c9 Author: Felix Förtsch Date: Sun Apr 5 19:22:02 2020 +0200 Cleaning up the commit history This is a test, if it is possible to clean up the commit history. I am using this chance, to properly write commit messages and try using the GitHub issue system. diff --git a/.github/workflows/build-pdf-snapshot.yml b/.github/workflows/build-pdf-snapshot.yml new file mode 100644 index 0000000..a3acc6d --- /dev/null +++ b/.github/workflows/build-pdf-snapshot.yml @@ -0,0 +1,44 @@ +# Workflow Version: v7 +name: Build PDF-Snapshot + +on: + push: + tags: + - v* + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Set up Git repository + uses: actions/checkout@v1 + - name: Compile LaTeX document + uses: dante-ev/latex-action@master + with: + args: -xelatex -latexoption=-file-line-error -latexoption=-interaction=nonstopmode + root_file: main.tex + working_directory: Work/ + - name: Create Release + id: create_release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ github.ref }} + release_name: Release ${{ github.ref }} + body: | + Changes in this Release + - First Change + - Second Change + draft: false + prerelease: false + - name: Upload Artifact + id: upload-release-asset + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps + asset_path: Work/main.pdf + asset_name: main.pdf + asset_content_type: application/pdf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca36479 --- /dev/null +++ b/.gitignore @@ -0,0 +1,348 @@ +Work/main.pdf + +# Created by https://www.gitignore.io/api/latex,macos,sublimetext,visualstudiocode +# Edit at https://www.gitignore.io/?templates=latex,macos,sublimetext,visualstudiocode + +### LaTeX ### +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb +*.ist + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# comment +*.cut + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.gtex + +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Comment the next line if you want to keep your tikz graphics files +*.tikz +*-tikzDictionary + +# listings +*.lol + +# luatexja-ruby +*.ltjruby + +# makeidx +*.idx +*.ilg +*.ind + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# nomencl +*.nlg +*.nlo +*.nls + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# tcolorbox +*.listing + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# vhistory +*.hst +*.ver + +# easy-todo +*.lod + +# xcolor +*.xcp + +# xmpincl +*.xmpi + +# xindy +*.xdy + +# xypic precompiled matrices +*.xyc + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# LyX +*.lyx~ + +# Kile +*.backup + +# KBibTeX +*~[0-9]* + +# auto folder when using emacs and auctex +./auto/* +*.el + +# expex forward references with \gathertags +*-tags.tex + +# standalone packages +*.sta + +### LaTeX Patch ### +# glossaries +*.glstex + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### SublimeText ### +# Cache files for Sublime Text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# Workspace files are user-specific +*.sublime-workspace + +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text +# *.sublime-project + +# SFTP configuration file +sftp-config.json + +# Package control specific files +Package Control.last-run +Package Control.ca-list +Package Control.ca-bundle +Package Control.system-ca-bundle +Package Control.cache/ +Package Control.ca-certs/ +Package Control.merged-ca-bundle +Package Control.user-ca-bundle +oscrypto-ca-bundle.crt +bh_unicode_properties.cache + +# Sublime-github package stores a github token in this file +# https://packagecontrol.io/packages/sublime-github +GitHub.sublime-settings + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + +# End of https://www.gitignore.io/api/latex,macos,sublimetext,visualstudiocode diff --git a/Organisation/160810-Pruefungsordnung Uni Leipzig.pdf b/Organisation/160810-Pruefungsordnung Uni Leipzig.pdf new file mode 100644 index 0000000..817f4b2 Binary files /dev/null and b/Organisation/160810-Pruefungsordnung Uni Leipzig.pdf differ diff --git a/Organisation/200213-Antrag BA.pdf b/Organisation/200213-Antrag BA.pdf new file mode 100644 index 0000000..8caaf46 Binary files /dev/null and b/Organisation/200213-Antrag BA.pdf differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ec0f11 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Bachelor Thesis by Felix Förtsch + +## General Information + +### About the Work +- **Topic**: Student Consulting Organizations - A Domain Ontology +- **Author**: Felix Förtsch +- **Mentor**: Frank Loebe +- **Examination Body**: University of Leipzig +- **Desired Degree**: Bachelor of Science Computer Science +- **Grade**: TBD + +### Dates +- **Starting Date**: 23.01.2020 +- **End Date**: 02.07.2020 + +## Folder Organisation + +- **Organisation**: Collection of files that are concerned with the organisation of the work (e.g. meeting notes, examination regulations of the University Leipzig). +- **Sources**: The read sources of the work (papers, etc.) +- **Work**: The work itself as LaTeX source files. + +## Used Tools +- LaTeX: Typesetting system. Used Packages: + - Tikz/tikz-uml: LaTeX UML diagrams drawing solution. + - KOMA-Script: LaTeX script collection. +- [TeXstudio](https://www.texstudio.org): LaTeX editor. +- [Protégé](https://protege.stanford.edu): Ontology editor. +- GitHub Actions: Continuous Integration + +## Legal +TBD \ No newline at end of file diff --git a/Snapshots/200131-Thesis.pdf b/Snapshots/200131-Thesis.pdf new file mode 100644 index 0000000..819c3c5 Binary files /dev/null and b/Snapshots/200131-Thesis.pdf differ diff --git a/Snapshots/200213-Thesis.pdf b/Snapshots/200213-Thesis.pdf new file mode 100644 index 0000000..6b9a7a8 Binary files /dev/null and b/Snapshots/200213-Thesis.pdf differ diff --git a/Snapshots/200220-Thesis.pdf b/Snapshots/200220-Thesis.pdf new file mode 100644 index 0000000..aad32a1 Binary files /dev/null and b/Snapshots/200220-Thesis.pdf differ diff --git a/Snapshots/200301-Thesis.pdf b/Snapshots/200301-Thesis.pdf new file mode 100644 index 0000000..2189b19 Binary files /dev/null and b/Snapshots/200301-Thesis.pdf differ diff --git a/Snapshots/200317-Thesis.pdf b/Snapshots/200317-Thesis.pdf new file mode 100644 index 0000000..9d1763d Binary files /dev/null and b/Snapshots/200317-Thesis.pdf differ diff --git a/Snapshots/200319-Thesis_with_progress.pdf b/Snapshots/200319-Thesis_with_progress.pdf new file mode 100644 index 0000000..1649621 Binary files /dev/null and b/Snapshots/200319-Thesis_with_progress.pdf differ diff --git a/Snapshots/200327-Thesis.pdf b/Snapshots/200327-Thesis.pdf new file mode 100644 index 0000000..cc9a2c0 Binary files /dev/null and b/Snapshots/200327-Thesis.pdf differ diff --git a/Snapshots/200331-Thesis_verbose.pdf b/Snapshots/200331-Thesis_verbose.pdf new file mode 100644 index 0000000..229412a Binary files /dev/null and b/Snapshots/200331-Thesis_verbose.pdf differ diff --git a/Sources/2011_Book_Ontologien.pdf b/Sources/2011_Book_Ontologien.pdf new file mode 100644 index 0000000..fc6835f Binary files /dev/null and b/Sources/2011_Book_Ontologien.pdf differ diff --git a/Sources/A Function-Behaviour-Structure Ontology of Processes.pdf b/Sources/A Function-Behaviour-Structure Ontology of Processes.pdf new file mode 100644 index 0000000..e5c44e3 Binary files /dev/null and b/Sources/A Function-Behaviour-Structure Ontology of Processes.pdf differ diff --git a/Sources/Axiomatic Theories of the Ontology of Time in GFO.pdf b/Sources/Axiomatic Theories of the Ontology of Time in GFO.pdf new file mode 100644 index 0000000..13212b1 Binary files /dev/null and b/Sources/Axiomatic Theories of the Ontology of Time in GFO.pdf differ diff --git a/Sources/BFO2-Reference.pdf b/Sources/BFO2-Reference.pdf new file mode 100644 index 0000000..d61b600 Binary files /dev/null and b/Sources/BFO2-Reference.pdf differ diff --git a/Sources/BPMN_1.1_ontology_DL.pdf b/Sources/BPMN_1.1_ontology_DL.pdf new file mode 100644 index 0000000..b33f34a Binary files /dev/null and b/Sources/BPMN_1.1_ontology_DL.pdf differ diff --git a/Sources/Business Process Ontologies FAQ.pdf b/Sources/Business Process Ontologies FAQ.pdf new file mode 100644 index 0000000..fa01242 Binary files /dev/null and b/Sources/Business Process Ontologies FAQ.pdf differ diff --git a/Sources/Common Logic ISO.pdf b/Sources/Common Logic ISO.pdf new file mode 100755 index 0000000..b073a06 Binary files /dev/null and b/Sources/Common Logic ISO.pdf differ diff --git a/Sources/Conditional Rewriting Logic as a Unified Model of Concurrency.pdf b/Sources/Conditional Rewriting Logic as a Unified Model of Concurrency.pdf new file mode 100644 index 0000000..c1e413f Binary files /dev/null and b/Sources/Conditional Rewriting Logic as a Unified Model of Concurrency.pdf differ diff --git a/Sources/Einsatz einer Ontologie als Datenmodell zur Datenaggregation.pdf b/Sources/Einsatz einer Ontologie als Datenmodell zur Datenaggregation.pdf new file mode 100644 index 0000000..811e4f1 Binary files /dev/null and b/Sources/Einsatz einer Ontologie als Datenmodell zur Datenaggregation.pdf differ diff --git a/Sources/FIBO_Primer_v0.2.pdf b/Sources/FIBO_Primer_v0.2.pdf new file mode 100644 index 0000000..85f3094 Binary files /dev/null and b/Sources/FIBO_Primer_v0.2.pdf differ diff --git a/Sources/Faulhaber_Ausarbeitung74103.pdf b/Sources/Faulhaber_Ausarbeitung74103.pdf new file mode 100644 index 0000000..eff68d3 Binary files /dev/null and b/Sources/Faulhaber_Ausarbeitung74103.pdf differ diff --git a/Sources/Formulierungshilfen_fuer_das_wissenschaftliche_Schreiben.pdf b/Sources/Formulierungshilfen_fuer_das_wissenschaftliche_Schreiben.pdf new file mode 100644 index 0000000..e366d89 Binary files /dev/null and b/Sources/Formulierungshilfen_fuer_das_wissenschaftliche_Schreiben.pdf differ diff --git a/Sources/FranAdis2011.pdf b/Sources/FranAdis2011.pdf new file mode 100644 index 0000000..1a50269 Binary files /dev/null and b/Sources/FranAdis2011.pdf differ diff --git a/Sources/General Formal Ontology.pdf b/Sources/General Formal Ontology.pdf new file mode 100644 index 0000000..d27b472 --- /dev/null +++ b/Sources/General Formal Ontology.pdf @@ -0,0 +1,13293 @@ +%PDF-1.4 +% +5 0 obj +<< /S /GoTo /D (section.1.1) >> +endobj +8 0 obj +(Introduction) +endobj +9 0 obj +<< /S /GoTo /D (subsection.1.1.1) >> +endobj +12 0 obj +(Formal Ontology and Information Systems) +endobj +13 0 obj +<< /S /GoTo /D (subsection.1.1.2) >> +endobj +16 0 obj +(General Organization of ISFO) +endobj +17 0 obj +<< /S /GoTo /D (subsection.1.1.3) >> +endobj +20 0 obj +(Applications) +endobj +21 0 obj +<< /S /GoTo /D (subsection.1.1.4) >> +endobj +24 0 obj +(Related Work) +endobj +25 0 obj +<< /S /GoTo /D (section.1.2) >> +endobj +28 0 obj +(Basic Assumptions and Logical Methods) +endobj +29 0 obj +<< /S /GoTo /D (subsection.1.2.1) >> +endobj +32 0 obj +(Philosophical Assumptions) +endobj +33 0 obj +<< /S /GoTo /D (subsubsection.1.2.1.1) >> +endobj +36 0 obj +(Categories) +endobj +37 0 obj +<< /S /GoTo /D (subsubsection.1.2.1.2) >> +endobj +40 0 obj +(Existence and Modes of Being) +endobj +41 0 obj +<< /S /GoTo /D (subsubsection.1.2.1.3) >> +endobj +44 0 obj +(Epistemology and Ontology) +endobj +45 0 obj +<< /S /GoTo /D (subsection.1.2.2) >> +endobj +48 0 obj +(The Axiomatic Method) +endobj +49 0 obj +<< /S /GoTo /D (subsection.1.2.3) >> +endobj +52 0 obj +(Theory of Concepts) +endobj +53 0 obj +<< /S /GoTo /D (subsection.1.2.4) >> +endobj +56 0 obj +(Representation of Ontologies) +endobj +57 0 obj +<< /S /GoTo /D (subsubsection.1.2.4.1) >> +endobj +60 0 obj +(Model-theoretical Languages) +endobj +61 0 obj +<< /S /GoTo /D (subsubsection.1.2.4.2) >> +endobj +64 0 obj +(Graph-Based Systems) +endobj +65 0 obj +<< /S /GoTo /D (subsubsection.1.2.4.3) >> +endobj +68 0 obj +(Frame-Based Systems) +endobj +69 0 obj +<< /S /GoTo /D (subsubsection.1.2.4.4) >> +endobj +72 0 obj +(Hybrid Systems) +endobj +73 0 obj +<< /S /GoTo /D (subsection.1.2.5) >> +endobj +76 0 obj +(Semantic Translations) +endobj +77 0 obj +<< /S /GoTo /D (subsection.1.2.6) >> +endobj +80 0 obj +(Ontological Mappings and Reductions) +endobj +81 0 obj +<< /S /GoTo /D (section.1.3) >> +endobj +84 0 obj +(Meta-Ontological Architecture and Basic Principles of GFO) +endobj +85 0 obj +<< /S /GoTo /D (subsection.1.3.1) >> +endobj +88 0 obj +(Meta-Languages and Meta-Categories) +endobj +89 0 obj +<< /S /GoTo /D (subsubsection.1.3.1.1) >> +endobj +92 0 obj +(Meta-Languages) +endobj +93 0 obj +<< /S /GoTo /D (subsubsection.1.3.1.2) >> +endobj +96 0 obj +(Categorial Abstraction) +endobj +97 0 obj +<< /S /GoTo /D (subsection.1.3.2) >> +endobj +100 0 obj +(Abstract Top Ontology) +endobj +101 0 obj +<< /S /GoTo /D (subsection.1.3.3) >> +endobj +104 0 obj +(Abstract Core Ontology) +endobj +105 0 obj +<< /S /GoTo /D (subsection.1.3.4) >> +endobj +108 0 obj +(Basic Ontology) +endobj +109 0 obj +<< /S /GoTo /D (subsection.1.3.5) >> +endobj +112 0 obj +(Numbers) +endobj +113 0 obj +<< /S /GoTo /D (subsection.1.3.6) >> +endobj +116 0 obj +(Measurement) +endobj +117 0 obj +<< /S /GoTo /D (section.1.4) >> +endobj +120 0 obj +(Ontological Levels) +endobj +121 0 obj +<< /S /GoTo /D (subsection.1.4.1) >> +endobj +124 0 obj +(Material Stratum) +endobj +125 0 obj +<< /S /GoTo /D (subsection.1.4.2) >> +endobj +128 0 obj +(Psychological Stratum) +endobj +129 0 obj +<< /S /GoTo /D (subsection.1.4.3) >> +endobj +132 0 obj +(Social Stratum) +endobj +133 0 obj +<< /S /GoTo /D (section.1.5) >> +endobj +136 0 obj +(Space and Time) +endobj +137 0 obj +<< /S /GoTo /D (subsection.1.5.1) >> +endobj +140 0 obj +(Time) +endobj +141 0 obj +<< /S /GoTo /D (subsection.1.5.2) >> +endobj +144 0 obj +(Representation of Temporal concepts) +endobj +145 0 obj +<< /S /GoTo /D (subsection.1.5.3) >> +endobj +148 0 obj +(Space) +endobj +149 0 obj +<< /S /GoTo /D (subsection.1.5.4) >> +endobj +152 0 obj +(Representation of Spatial Concepts) +endobj +153 0 obj +<< /S /GoTo /D (section.1.6) >> +endobj +156 0 obj +(Basic Categories of Individuals) +endobj +157 0 obj +<< /S /GoTo /D (subsection.1.6.1) >> +endobj +160 0 obj +(Endurants and Perdurants) +endobj +161 0 obj +<< /S /GoTo /D (subsection.1.6.2) >> +endobj +164 0 obj +(Presentials, Perpetuants, Persistants, and Processes) +endobj +165 0 obj +<< /S /GoTo /D (subsection.1.6.3) >> +endobj +168 0 obj +(Space-Time Templates of Individuals) +endobj +169 0 obj +<< /S /GoTo /D (section.1.7) >> +endobj +172 0 obj +(Material Structures) +endobj +173 0 obj +<< /S /GoTo /D (subsection.1.7.1) >> +endobj +176 0 obj +(Material Structures, Space, and Time) +endobj +177 0 obj +<< /S /GoTo /D (subsection.1.7.2) >> +endobj +180 0 obj +(Material Structures and Substrates) +endobj +181 0 obj +<< /S /GoTo /D (subsection.1.7.3) >> +endobj +184 0 obj +(Boundaries of Material Structures) +endobj +185 0 obj +<< /S /GoTo /D (subsection.1.7.4) >> +endobj +188 0 obj +(Universals of Material Structures) +endobj +189 0 obj +<< /S /GoTo /D (section.1.8) >> +endobj +192 0 obj +(Temporal Complexes, Processes, and Occurrents) +endobj +193 0 obj +<< /S /GoTo /D (subsection.1.8.1) >> +endobj +196 0 obj +(Temporal Complexes) +endobj +197 0 obj +<< /S /GoTo /D (subsection.1.8.2) >> +endobj +200 0 obj +(Processes) +endobj +201 0 obj +<< /S /GoTo /D (subsubsection.1.8.2.1) >> +endobj +204 0 obj +(Processual Parts and Extensions of Processes) +endobj +205 0 obj +<< /S /GoTo /D (subsubsection.1.8.2.2) >> +endobj +208 0 obj +(Processual Boundaries) +endobj +209 0 obj +<< /S /GoTo /D (subsubsection.1.8.2.3) >> +endobj +212 0 obj +(Coherence) +endobj +213 0 obj +<< /S /GoTo /D (subsubsection.1.8.2.4) >> +endobj +216 0 obj +(Layers of Processes) +endobj +217 0 obj +<< /S /GoTo /D (subsubsection.1.8.2.5) >> +endobj +220 0 obj +(Mereological Structure of Processes) +endobj +221 0 obj +<< /S /GoTo /D (subsection.1.8.3) >> +endobj +224 0 obj +(Occurrents) +endobj +225 0 obj +<< /S /GoTo /D (subsubsection.1.8.3.1) >> +endobj +228 0 obj +(Changes) +endobj +229 0 obj +<< /S /GoTo /D (subsubsection.1.8.3.2) >> +endobj +232 0 obj +(Events and Coinciding Boundaries) +endobj +233 0 obj +<< /S /GoTo /D (subsubsection.1.8.3.3) >> +endobj +236 0 obj +(Universals Determining Changes and Events) +endobj +237 0 obj +<< /S /GoTo /D (subsubsection.1.8.3.4) >> +endobj +240 0 obj +(Histories) +endobj +241 0 obj +<< /S /GoTo /D (subsection.1.8.4) >> +endobj +244 0 obj +(Immanent Structure of Processes) +endobj +245 0 obj +<< /S /GoTo /D (subsubsection.1.8.4.1) >> +endobj +248 0 obj +(States) +endobj +249 0 obj +<< /S /GoTo /D (subsubsection.1.8.4.2) >> +endobj +252 0 obj +(Continuous Processes) +endobj +253 0 obj +<< /S /GoTo /D (subsubsection.1.8.4.3) >> +endobj +256 0 obj +(Discrete and Discrete-Continuous Processes) +endobj +257 0 obj +<< /S /GoTo /D (subsubsection.1.8.4.4) >> +endobj +260 0 obj +(Discreteless and General Processes) +endobj +261 0 obj +<< /S /GoTo /D (subsection.1.8.5) >> +endobj +264 0 obj +(Simple and Complex Processes) +endobj +265 0 obj +<< /S /GoTo /D (subsection.1.8.6) >> +endobj +268 0 obj +(Processes and Space-Time-Regions) +endobj +269 0 obj +<< /S /GoTo /D (subsection.1.8.7) >> +endobj +272 0 obj +(Artefactual Processes) +endobj +273 0 obj +<< /S /GoTo /D (subsection.1.8.8) >> +endobj +276 0 obj +(Categories and Patterns of Processes) +endobj +277 0 obj +<< /S /GoTo /D (section.1.9) >> +endobj +280 0 obj +(Properties) +endobj +281 0 obj +<< /S /GoTo /D (subsection.1.9.1) >> +endobj +284 0 obj +(Property Universals and Their Values) +endobj +285 0 obj +<< /S /GoTo /D (subsection.1.9.2) >> +endobj +288 0 obj +(Property Individuals and Their Values) +endobj +289 0 obj +<< /S /GoTo /D (subsection.1.9.3) >> +endobj +292 0 obj +(Classification of Property Universals) +endobj +293 0 obj +<< /S /GoTo /D (subsection.1.9.4) >> +endobj +296 0 obj +(Properties of Processes) +endobj +297 0 obj +<< /S /GoTo /D (section.1.10) >> +endobj +300 0 obj +(Object-Process Integration) +endobj +301 0 obj +<< /S /GoTo /D (subsection.1.10.1) >> +endobj +304 0 obj +(Processes and Presentials) +endobj +305 0 obj +<< /S /GoTo /D (subsection.1.10.2) >> +endobj +308 0 obj +(Processes, Persistants, and Perpetuants) +endobj +309 0 obj +<< /S /GoTo /D (subsection.1.10.3) >> +endobj +312 0 obj +(Integrated Individuals) +endobj +313 0 obj +<< /S /GoTo /D (subsection.1.10.4) >> +endobj +316 0 obj +(Integrated Information Schemata) +endobj +317 0 obj +<< /S /GoTo /D (section.1.11) >> +endobj +320 0 obj +(Relations, Facts, and Propositions) +endobj +321 0 obj +<< /S /GoTo /D (subsection.1.11.1) >> +endobj +324 0 obj +(Relations, Relators and Relational Roles) +endobj +325 0 obj +<< /S /GoTo /D (subsection.1.11.2) >> +endobj +328 0 obj +(Facts and Propositions) +endobj +329 0 obj +<< /S /GoTo /D (subsection.1.11.3) >> +endobj +332 0 obj +(Propositions) +endobj +333 0 obj +<< /S /GoTo /D (section.1.12) >> +endobj +336 0 obj +(Situoids, Situations, and Configurations) +endobj +337 0 obj +<< /S /GoTo /D (subsection.1.12.1) >> +endobj +340 0 obj +(Situations and Configurations) +endobj +341 0 obj +<< /S /GoTo /D (subsection.1.12.2) >> +endobj +344 0 obj +(Situoids and Configuroids) +endobj +345 0 obj +<< /S /GoTo /D (subsection.1.12.3) >> +endobj +348 0 obj +(Situoids and Tuthmakers) +endobj +349 0 obj +<< /S /GoTo /D (subsection.1.12.4) >> +endobj +352 0 obj +(Ontology of Contexts) +endobj +353 0 obj +<< /S /GoTo /D (section.1.13) >> +endobj +356 0 obj +(Roles) +endobj +357 0 obj +<< /S /GoTo /D (subsection.1.13.1) >> +endobj +360 0 obj +(General Approach) +endobj +361 0 obj +<< /S /GoTo /D (subsection.1.13.2) >> +endobj +364 0 obj +(Classification of Roles) +endobj +365 0 obj +<< /S /GoTo /D (subsubsection.1.13.2.1) >> +endobj +368 0 obj +(Relational Roles) +endobj +369 0 obj +<< /S /GoTo /D (subsubsection.1.13.2.2) >> +endobj +372 0 obj +(Processual Roles) +endobj +373 0 obj +<< /S /GoTo /D (subsubsection.1.13.2.3) >> +endobj +376 0 obj +(Social Roles) +endobj +377 0 obj +<< /S /GoTo /D (subsection.1.13.3) >> +endobj +380 0 obj +(Meta-level Status of Roles) +endobj +381 0 obj +<< /S /GoTo /D (section.1.14) >> +endobj +384 0 obj +(Functions) +endobj +385 0 obj +<< /S /GoTo /D (subsection.1.14.1) >> +endobj +388 0 obj +(Structure of Functions) +endobj +389 0 obj +<< /S /GoTo /D (subsection.1.14.2) >> +endobj +392 0 obj +(Realization of Functions) +endobj +393 0 obj +<< /S /GoTo /D (subsection.1.14.3) >> +endobj +396 0 obj +(Ascription of Functions) +endobj +397 0 obj +<< /S /GoTo /D (subsection.1.14.4) >> +endobj +400 0 obj +(Ontological Status of Functions) +endobj +401 0 obj +<< /S /GoTo /D (section.1.15) >> +endobj +404 0 obj +(Social Ontology) +endobj +405 0 obj +<< /S /GoTo /D (section.1.16) >> +endobj +408 0 obj +(Ontology of the Psychological Stratum) +endobj +409 0 obj +<< /S /GoTo /D (section.1.17) >> +endobj +412 0 obj +(Ontologically Basic Relations and Basic Categories) +endobj +413 0 obj +<< /S /GoTo /D (subsection.1.17.1) >> +endobj +416 0 obj +(Entity and Existential Dependency) +endobj +417 0 obj +<< /S /GoTo /D (subsection.1.17.2) >> +endobj +420 0 obj +(Set and Set-theoretical Relations) +endobj +421 0 obj +<< /S /GoTo /D (subsection.1.17.3) >> +endobj +424 0 obj +(Instantiation and Categories) +endobj +425 0 obj +<< /S /GoTo /D (subsection.1.17.4) >> +endobj +428 0 obj +(Property Relations) +endobj +429 0 obj +<< /S /GoTo /D (subsection.1.17.5) >> +endobj +432 0 obj +(Parthood Relation) +endobj +433 0 obj +<< /S /GoTo /D (subsubsection.1.17.5.1) >> +endobj +436 0 obj +(Abstract and Domain-specific Part-of Relations) +endobj +437 0 obj +<< /S /GoTo /D (subsubsection.1.17.5.2) >> +endobj +440 0 obj +(Part-of Relation for Sets) +endobj +441 0 obj +<< /S /GoTo /D (subsubsection.1.17.5.3) >> +endobj +444 0 obj +(Part-of-Relations for Time and Space) +endobj +445 0 obj +<< /S /GoTo /D (subsubsection.1.17.5.4) >> +endobj +448 0 obj +(Part-of Relation for Material Structures) +endobj +449 0 obj +<< /S /GoTo /D (subsubsection.1.17.5.5) >> +endobj +452 0 obj +(Part-of-Relation for Processes) +endobj +453 0 obj +<< /S /GoTo /D (subsubsection.1.17.5.6) >> +endobj +456 0 obj +(Role-of) +endobj +457 0 obj +<< /S /GoTo /D (subsection.1.17.6) >> +endobj +460 0 obj +(Boundaries, Coincidence, and Adjacence) +endobj +461 0 obj +<< /S /GoTo /D (subsection.1.17.7) >> +endobj +464 0 obj +(Relation of Concrete Individuals to Space and Time) +endobj +465 0 obj +<< /S /GoTo /D (subsubsection.1.17.7.1) >> +endobj +468 0 obj +(Material Structures) +endobj +469 0 obj +<< /S /GoTo /D (subsubsection.1.17.7.2) >> +endobj +472 0 obj +(Processes) +endobj +473 0 obj +<< /S /GoTo /D (subsubsection.1.17.7.3) >> +endobj +476 0 obj +(Framing) +endobj +477 0 obj +<< /S /GoTo /D (subsection.1.17.8) >> +endobj +480 0 obj +(Participation) +endobj +481 0 obj +<< /S /GoTo /D (subsection.1.17.9) >> +endobj +484 0 obj +(Association) +endobj +485 0 obj +<< /S /GoTo /D (subsection.1.17.10) >> +endobj +488 0 obj +(Ontical Connectedness) +endobj +489 0 obj +<< /S /GoTo /D (subsection.1.17.11) >> +endobj +492 0 obj +(Causality) +endobj +493 0 obj +<< /S /GoTo /D (section.1.18) >> +endobj +496 0 obj +(Applications of GFO) +endobj +497 0 obj +<< /S /GoTo /D (subsection.1.18.1) >> +endobj +500 0 obj +(Examples) +endobj +501 0 obj +<< /S /GoTo /D (subsubsection.1.18.1.1) >> +endobj +504 0 obj +(Example for Comparison: The Statue) +endobj +505 0 obj +<< /S /GoTo /D (subsubsection.1.18.1.2) >> +endobj +508 0 obj +(Race Example) +endobj +509 0 obj +<< /S /GoTo /D (subsubsection.1.18.1.3) >> +endobj +512 0 obj +(Staging Example) +endobj +513 0 obj +<< /S /GoTo /D (subsection.1.18.2) >> +endobj +516 0 obj +(Application of GFO to Biomedical Ontologies) +endobj +517 0 obj +<< /S /GoTo /D (subsection.1.18.3) >> +endobj +520 0 obj +(Applications of GFO to Medical Terminologies) +endobj +521 0 obj +<< /S /GoTo /D (section.1.19) >> +endobj +524 0 obj +(Comparisons With Other Foundational Ontologies) +endobj +525 0 obj +<< /S /GoTo /D (subsection.1.19.1) >> +endobj +528 0 obj +(Comparison to DOLCE) +endobj +529 0 obj +<< /S /GoTo /D (subsubsection.1.19.1.1) >> +endobj +532 0 obj +(Ontological Levels) +endobj +533 0 obj +<< /S /GoTo /D (subsubsection.1.19.1.2) >> +endobj +536 0 obj +(Classes, Universals, and Individuals) +endobj +537 0 obj +<< /S /GoTo /D (subsubsection.1.19.1.3) >> +endobj +540 0 obj +(Time and Space) +endobj +541 0 obj +<< /S /GoTo /D (subsubsection.1.19.1.4) >> +endobj +544 0 obj +(Presentials, Persistants, and Endurants) +endobj +545 0 obj +<< /S /GoTo /D (subsubsection.1.19.1.5) >> +endobj +548 0 obj +(Properties, Property Values, Qualities, and Qualia) +endobj +549 0 obj +<< /S /GoTo /D (subsubsection.1.19.1.6) >> +endobj +552 0 obj +(Processes and Perdurants) +endobj +553 0 obj +<< /S /GoTo /D (subsubsection.1.19.1.7) >> +endobj +556 0 obj +(Further Issues) +endobj +557 0 obj +<< /S /GoTo /D (subsection.1.19.2) >> +endobj +560 0 obj +(Comparison to Sowa's Ontology) +endobj +561 0 obj +<< /S /GoTo /D (subsubsection.1.19.2.1) >> +endobj +564 0 obj +(Introduction: Construction Method) +endobj +565 0 obj +<< /S /GoTo /D (subsubsection.1.19.2.2) >> +endobj +568 0 obj +(Physical and Abstract Categories) +endobj +569 0 obj +<< /S /GoTo /D (subsubsection.1.19.2.3) >> +endobj +572 0 obj +(Firstness, Secondness and Thirdness) +endobj +573 0 obj +<< /S /GoTo /D (subsubsection.1.19.2.4) >> +endobj +576 0 obj +(Continuants and Occurrents) +endobj +577 0 obj +<< /S /GoTo /D (subsubsection.1.19.2.5) >> +endobj +580 0 obj +(Combination of the Distinctions) +endobj +581 0 obj +<< /S /GoTo /D (subsubsection.1.19.2.6) >> +endobj +584 0 obj +(Conclusion) +endobj +585 0 obj +<< /S /GoTo /D (subsection.1.19.3) >> +endobj +588 0 obj +(Comparison to SUMO) +endobj +589 0 obj +<< /S /GoTo /D (subsection.1.19.4) >> +endobj +592 0 obj +(Comparison to BWW-Ontology) +endobj +593 0 obj +<< /S /GoTo /D (section.1.20) >> +endobj +596 0 obj +(Appendices) +endobj +597 0 obj +<< /S /GoTo /D (subsection.1.20.1) >> +endobj +600 0 obj +(Principles of Ontology Building) +endobj +601 0 obj +<< /S /GoTo /D (subsection.1.20.2) >> +endobj +604 0 obj +( GFO Hierarchy) +endobj +605 0 obj +<< /S /GoTo /D (figure.1.5) >> +endobj +608 0 obj +(Bibliography) +endobj +609 0 obj +<< /S /GoTo /D [610 0 R /FitH ] >> +endobj +612 0 obj << +/Length 1562 +/Filter /FlateDecode +>> +stream +xڥWnF)x$s![oEE KM$) _f(ْq7"LȳU$ʲY-u{&HRQO0D"ƅ(PHVfH s 2v#s2sOfH3Lg:jHZaMP*CʚIhD,gߢ4AevDN^."4k׋CG`jΪA/x, +9v!xi,Rd z}x,zRlt5{ +e`Na$&gILtbњ:s 8+L3VTNNƖ02QK ("%$4XwA\@i0݋`k9)0)*J)ʔ5tP)=u{P=[O7A|S@>B +֤v_]~P;F9ƥb{iV($E* Γ4@,qMf +3pƉ(AMrRHЈ]Oi![i +ذlEZO"x;!Т<Ή8^u2ǎqX~ + 46cuUZ^. :RklpgU9+.5^WF%KݚnSȓA*4-)bCs8J%^nZtXfWl7(..v\D50lޥ3zzμX-+lL00d8M +d23*i%%ZwCbJrpl80ՠgLw}k|OmQ="sL[j_p*fQ$.*]lh$0d?ɤH*QDV#`y:u QEQ˒ Ca& e! W6 6kʘqn;"*!֦zKw! Ⱦ6ÒOqWz?peJ<*UF]1}ŠU:X_IŶJdPLMDg8g"č+ͶF?&qU5Z~AS~\R)g;`a`Guk A!q& v(^ŷ_tL0x +oWQUEs+_,; +u .ĉLR[ލ$B4kmCri ƃlc5Kۋ dSC~q`zxG CQYLi/9"6?6Qxrޢ{)jj5|a.a^1f$We_S}SnS|BchTg7p*$j3o_[8S\LAwz`*\/82j˻(MOYZ뇸=`!{DI`T KB.7g$5h@9΀r9z˪{8B6\lכf#{?yFKG .9"N@ٟO,BP5@ٛOaOTjݽ +endstream +endobj +610 0 obj << +/Type /Page +/Contents 612 0 R +/Resources 611 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 634 0 R +>> endobj +613 0 obj << +/D [610 0 R /XYZ 134.765 740.998 null] +>> endobj +614 0 obj << +/D [610 0 R /XYZ 134.765 725.058 null] +>> endobj +615 0 obj << +/D [610 0 R /XYZ 134.765 725.058 null] +>> endobj +611 0 obj << +/Font << /F17 618 0 R /F8 621 0 R /F13 624 0 R /F29 627 0 R /F32 630 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +637 0 obj << +/Length 2911 +/Filter /FlateDecode +>> +stream +xKsܸ<vMY-KU9rez4ͣfƩU>}/F֔KmƏn<%Ⱥ*(I6MYWPkEEV/)I‡woʂ +E]~+ Zۯ_] >WK/8q7?8uHSqCⰲEzkEMђJOܢCAAYWY jw_;O ]ﶱ>V +*1`XYlGH`eE_h(!HZl V ]qO$MÀiFYEK$гM,ͽq&Z7>\5b;l+/~1oA +GC7+'ZO'>o&2ZB(ӧ6؃ =)Iȃ$3jE='˒4$OFIEɚEcGamfixe R9>sW#?b$̀xo1H;y! 9&Cn9|k7@E@3m"i:[Lh=s?"4МfaB$p&gaq?tξj x<9$AGS %ψ12>ZQ##]޲X4-Z`9]wTdS?8~ߨh"m-v+mVqݟ}64Y ċ@ $O⪱4}k}gVc}(J !U3 UίZ4^q1M QL1TQF*2?C"ʁļ+Vpx ktvjmEZc-{Wúb&E3c)`T*~ +.s &_8K|SrMyFl"]\BGiM ù;<r*>HZL!Y,He"p>jEt5Wr"pu&W&?Gc:U a[b +4V XW@_J,ut&àVSayRQ?uOvNrt+jbP7 -_r!$I087q;zo̢ ļD ideMl Qt{TLsj2V +`2|MxуbfƸ&BZC[S:nI['x7Uӧ(h`" +Bċ¼vP67 +EjbhM Ϗ_ԱxnfJ?UAwS 8$K9w>NIմhEbM Hn*Φ3Y[ubm]|-)kYLl ,,olq;gEz[FV-c lm b鵵uut 6~']|KRsސ:hL\@=SP .`pe]Ƽ> ok`m9fN\n9>%*k֧\sPe;6zPrw^A))e]4k=B C*Qdqc͛Fy#XHr&᠌&gj25&2sI))36^B/7a`s,.)iK~p&p.Id AO6cQq\ȑ׽cqg2踝3L"[YQwđ&l|k8 eXLkfrWW-@@rC`*J-`^1̞zY@!%z0Z +ݹ4qA+U.Ka兗:DM/4Saz9j ffP: XP@}sYJ%iSx J  t^TFx̺7jE㙽dt57BLe PkbuL̓;S0;WzLܙ26,f$rxY@FFƓr6\Kp&Z[*6j>ࠫC+DRlm0=Lzl +td<ѠYБ%ssgb8%oirIEA0ml0!jk(3B 12@q;8Xo3ܙ$Z{f=I/~h!/x tw:?H EhgґffL;ʹ +RYǰBvcbC$( L^46.w}1uz&Xxxcs_iP68˂+ߺ|S1^Gԩӡ;T; $$7" -:/kj)VG{V9*X%+<&V^27Fnu N[T#DVll0in"vYx@G&nG 67a5 sݤ +}w׏/JI `I O" 6&*Rqj\`Ώg:;VQ+gw53(̃gcyRYVorљ ݲR ҝNOwv8VНjfA[uMw9vtLE RtڂWVDsI܁I^0p7vgs"*GΚ”Wg *IJVc"k%Qz~DvΠ7eI +endstream +endobj +636 0 obj << +/Type /Page +/Contents 637 0 R +/Resources 635 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 634 0 R +/Annots [ 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R ] +>> endobj +640 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 651.856 205.25 660.767] +/Subtype /Link +/A << /S /GoTo /D (section.1.1) >> +>> endobj +641 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 637.49 360.17 648.338] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.1.1) >> +>> endobj +642 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 625.06 305.057 635.908] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.1.2) >> +>> endobj +643 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 612.631 228.192 623.479] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.1.3) >> +>> endobj +644 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 602.139 233.838 611.05] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.1.4) >> +>> endobj +645 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 577.809 327.819 588.657] +/Subtype /Link +/A << /S /GoTo /D (section.1.2) >> +>> endobj +646 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 565.38 290.486 576.228] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.2.1) >> +>> endobj +647 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 552.95 245.987 563.688] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.2.1.1) >> +>> endobj +648 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 540.521 332.357 551.369] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.2.1.2) >> +>> endobj +649 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 528.091 321.647 538.94] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.2.1.3) >> +>> endobj +650 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 517.599 276.013 526.51] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.2.2) >> +>> endobj +651 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 503.233 259.491 514.081] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.2.3) >> +>> endobj +652 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 490.803 299.259 501.651] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.2.4) >> +>> endobj +653 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 478.374 325.826 489.222] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.2.4.1) >> +>> endobj +654 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 465.944 296.118 476.792] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.2.4.2) >> +>> endobj +655 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 453.515 295.634 464.363] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.2.4.3) >> +>> endobj +656 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 441.085 269.565 451.933] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.2.4.4) >> +>> endobj +657 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 430.593 270.063 439.504] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.2.5) >> +>> endobj +658 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 416.226 339.912 427.075] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.2.6) >> +>> endobj +659 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 393.834 412.072 404.682] +/Subtype /Link +/A << /S /GoTo /D (section.1.3) >> +>> endobj +660 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 381.405 338.833 392.253] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.3.1) >> +>> endobj +661 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 368.975 271.834 379.713] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.3.1.1) >> +>> endobj +662 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 356.546 299.979 367.394] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.3.1.2) >> +>> endobj +663 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 344.116 274.989 354.965] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.3.2) >> +>> endobj +664 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 331.687 278.614 342.535] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.3.3) >> +>> endobj +665 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 319.258 239.954 330.106] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.3.4) >> +>> endobj +666 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 308.765 212.722 317.676] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.3.5) >> +>> endobj +667 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 296.336 231.817 305.136] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.3.6) >> +>> endobj +668 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 272.007 230.323 282.855] +/Subtype /Link +/A << /S /GoTo /D (section.1.4) >> +>> endobj +669 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 261.514 249.778 270.425] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.4.1) >> +>> endobj +670 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 247.148 271.253 257.996] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.4.2) >> +>> endobj +671 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 236.655 238.681 245.566] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.4.3) >> +>> endobj +672 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 212.326 220.997 223.174] +/Subtype /Link +/A << /S /GoTo /D (section.1.5) >> +>> endobj +673 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 201.834 196.312 210.634] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.5.1) >> +>> endobj +674 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 187.467 335.54 198.315] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.5.2) >> +>> endobj +675 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 175.038 198.526 185.775] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.5.3) >> +>> endobj +638 0 obj << +/D [636 0 R /XYZ 134.765 740.998 null] +>> endobj +639 0 obj << +/D [636 0 R /XYZ 134.765 675.245 null] +>> endobj +635 0 obj << +/Font << /F17 618 0 R /F8 621 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +678 0 obj << +/Length 3361 +/Filter /FlateDecode +>> +stream +xݏ۸Wj%J&dۗ]gbwEw%R9r\'xBΌ~ IѪhE)#u*%jumuࣟ_P'2HV^]s}v_^R +t6kҶZ1I[Ήuc$u'9/uD,Wflnqq}\vUb|>n+R^s"ySEj-u2VD4b;Y(ᷔH`IѾau9IIZ3FSC1R@Ή8 Yy˵mk\,Ǎ^g|V jPPʮ +Z"QwEos8EcZvh2 +)2U-ڞ&QX\"RB]\| =>kKX˷K- ݁tOQUEe2=?DZhd0 ty,_neb'd'cpE.@8;OOk-&B 3C,CgdN7q&X|?s;#Xs"565_T ;f4rXSEe8 8KsMt(b=y!NvŰ";=\!Ͼohjܪ޵7ad0y͈7ʟ:^`sQt=lP1mE,{mGS`_LꊍA9b1dD鱨"-3$ZfǦy*YTtdSmfO[6ptIhZW؂Ad{-}'yxƦz¶m\`1k~S.rE~j$ `-F +@Yd 0΋yBf/)>Q$@fE08izqwt R;RS-E,o&ôĶfo;TA^,\Z#/p^~x8sUM]ӝʹ 7XI֐+o#T^qNpˍ%֟Bl-DybϩGyN8Jl(5i +G7%k%@k:Oc͌Lq(/bEG| O]?C'{O۞)J*R<^-Y߫[w+a8baCIch%,$ +ߘ 0nm2)?nCr@K쪠j<+ausq샀[(=FL`s"6~mS?k*zKq21Zl CboAKb2M>m:qJ t`\9f<ސAߪE, yW2\0Y냸N݊`z3? e?L6rpNVBkFJBoS.3*Sr+w84d;nvwLu +*eMFw"/&߲Eg'L[jnܭ t6G[> endobj +680 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 712.162 304.533 723.01] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.5.4) >> +>> endobj +681 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 690.016 262.856 700.865] +/Subtype /Link +/A << /S /GoTo /D (section.1.6) >> +>> endobj +682 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 679.771 266.813 688.682] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.6.1) >> +>> endobj +683 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 665.651 376.541 676.499] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.6.2) >> +>> endobj +684 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 653.468 312.669 664.316] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.6.3) >> +>> endobj +685 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 633.26 213.125 642.171] +/Subtype /Link +/A << /S /GoTo /D (section.1.7) >> +>> endobj +686 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 619.14 315.187 629.988] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.7.1) >> +>> endobj +687 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 608.894 304.256 617.805] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.7.2) >> +>> endobj +688 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 596.712 299.358 605.623] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.7.3) >> +>> endobj +689 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 584.529 295.4 593.44] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.7.4) >> +>> endobj +690 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 560.446 339.706 571.294] +/Subtype /Link +/A << /S /GoTo /D (section.1.8) >> +>> endobj +691 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 548.263 242.626 559.112] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.1) >> +>> endobj +692 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 538.018 191.955 546.818] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.2) >> +>> endobj +693 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 525.835 375.683 534.746] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.2.1) >> +>> endobj +694 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 513.652 275.752 522.563] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.2.2) >> +>> endobj +695 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 501.469 222.701 510.381] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.2.3) >> +>> endobj +696 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 487.35 261.693 498.198] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.2.4) >> +>> endobj +697 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 475.167 332.4 486.015] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.2.5) >> +>> endobj +698 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 464.921 198.375 473.721] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.3) >> +>> endobj +699 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 450.801 214.426 461.649] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.3.1) >> +>> endobj +700 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 438.618 328.249 449.467] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.3.2) >> +>> endobj +701 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 426.436 371.836 437.284] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.3.3) >> +>> endobj +702 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 416.19 215.893 424.99] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.3.4) >> +>> endobj +703 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 404.007 295.234 412.918] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.4) >> +>> endobj +704 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 391.825 204.463 400.625] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.4.1) >> +>> endobj +705 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 379.642 271.49 388.442] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.4.2) >> +>> endobj +706 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 367.459 368.238 376.37] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.4.3) >> +>> endobj +707 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 355.276 329.149 364.187] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.4.4) >> +>> endobj +708 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 341.156 285.77 352.004] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.5) >> +>> endobj +709 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 328.974 302.845 339.822] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.6) >> +>> endobj +710 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 318.728 244.563 327.639] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.7) >> +>> endobj +711 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 304.608 311.811 315.456] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.8) >> +>> endobj +712 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 282.463 172.832 293.2] +/Subtype /Link +/A << /S /GoTo /D (section.1.9) >> +>> endobj +713 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 270.28 315.741 281.128] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.9.1) >> +>> endobj +714 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 258.097 319.255 268.945] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.9.2) >> +>> endobj +715 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 245.914 309.957 256.762] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.9.3) >> +>> endobj +716 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 233.731 251.426 244.58] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.9.4) >> +>> endobj +717 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 211.586 245.117 222.434] +/Subtype /Link +/A << /S /GoTo /D (section.1.10) >> +>> endobj +718 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 201.34 261.693 210.251] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.10.1) >> +>> endobj +719 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 187.221 323.406 198.069] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.10.2) >> +>> endobj +720 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 175.038 247.331 185.886] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.10.3) >> +>> endobj +679 0 obj << +/D [677 0 R /XYZ 112.087 740.998 null] +>> endobj +676 0 obj << +/Font << /F8 621 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +723 0 obj << +/Length 3200 +/Filter /FlateDecode +>> +stream +xMsܸ<<EGJ\tKr`FWLDZ9suv^bm`w֨mI&ɚZI>1D-qZq^%8\#v愬zwAձ9tBO5?vN_#/ԏtx 0"[s`Jj`t&ڧ 5DSi;S qԒFadb;O4"̲x+zYArEVF_9>kݵa)VHlT7Odd^NF?WN@'ŁNi;NRmXٲSbbE/t"lbOsyxIcus;&'R/L܋VOb%Oۙ +rBp 2e)bŶݴdhNe*X1 pNXJGTE'ciX-z9iŐJZ +*$IԢ.eq$ j5i "Ƞ40O<Yi '0 &Nb&6:^R]̓\t~GpI̝@ E g4(Z!s%JۙaQ`'V5d&tˠO+Mڈ't@Z?b-/Xv_ d-| F‘HF$x8~{=}*R%0}; `&j}|19h ʲCE&"yrW RN/qHӐhJ?_n袥YauZ*2&æ@k~)|^ M16%Lޖr +5I`~j~pVQS (ѦYBWQ +;PZw @o ;\1A-wPJ]}}'ba Qӗ]Nv,8:>՟p''=mgNz[9E`v{'E/]u7*]7m^hcԪ5z4R; d1}DFjIԖ'!mgZ03ٰ8jݮ{fxl'MXMLa5}Cw&`w`ê( +FkmO~5 D"VȈKo "2i@Vikd9mVI'!mgci+1.KƮ?v]Pujaqnew%_Zv!^|: 4m)KtB-,1/$N%Nfbf֣NP.‹|,1^e2M5LL9' '6mg0u;!xxCo_%_ UdKv 5>5 >9jGjˎNۙm)L ]3^%~3v7S:QIȀ VYIo([y.<-{8mG{EFޖ2JX VuYߊwyEMPy BB0q3xsgٻ΢{V ţV@WK$q$~Ɨ.byF*)sj )K129&'o},;,m@X<N¥WI QO˞J1OE0h^8K97XTRIMzTjUfSlA*ؑF@oƾe/ZE/sȦPG:6R*=]j IS?FO)xO1OB-HZ /0b&LyhhU2)k5~Slob`v`{{!϶Pt/GkXQ&)Iݛ6W +z,eoi VP8 4hDh ֤xn$*gq'6&ٽζ?lrH7s2_hTcUdUfV_܌Lc GoDzv ,-ñm08D.X;?C'x6I+wh(ƣ> endobj +725 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 712.162 318.41 723.01] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.10.4) >> +>> endobj +726 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 690.215 299.979 701.063] +/Subtype /Link +/A << /S /GoTo /D (section.1.11) >> +>> endobj +727 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 678.231 350.373 689.079] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.11.1) >> +>> endobj +728 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 666.246 273.439 677.095] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.11.2) >> +>> endobj +729 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 654.262 227.86 665] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.11.3) >> +>> endobj +730 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 632.315 324.692 643.163] +/Subtype /Link +/A << /S /GoTo /D (section.1.12) >> +>> endobj +731 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 620.331 303.825 631.179] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.12.1) >> +>> endobj +732 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 608.347 286.114 619.195] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.12.2) >> +>> endobj +733 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 598.3 283.07 607.211] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.12.3) >> +>> endobj +734 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 584.378 266.936 595.227] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.12.4) >> +>> endobj +735 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 564.369 174.145 573.28] +/Subtype /Link +/A << /S /GoTo /D (section.1.13) >> +>> endobj +736 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 550.447 252.891 561.295] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.13.1) >> +>> endobj +737 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 540.4 269.399 549.311] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.13.2) >> +>> endobj +738 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 528.416 271.696 537.327] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.13.2.1) >> +>> endobj +739 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 516.432 273.218 525.343] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.13.2.2) >> +>> endobj +740 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 504.447 253.016 513.358] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.13.2.3) >> +>> endobj +741 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 492.463 287.885 501.374] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.13.3) >> +>> endobj +742 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 470.516 192.963 479.317] +/Subtype /Link +/A << /S /GoTo /D (section.1.14) >> +>> endobj +743 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 458.532 271.557 467.443] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.14.1) >> +>> endobj +744 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 446.548 279.389 455.459] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.14.2) >> +>> endobj +745 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 432.626 275.736 443.475] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.14.3) >> +>> endobj +746 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 420.642 311.131 431.49] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.14.4) >> +>> endobj +747 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 398.695 219.613 409.543] +/Subtype /Link +/A << /S /GoTo /D (section.1.15) >> +>> endobj +748 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 376.748 320.015 387.596] +/Subtype /Link +/A << /S /GoTo /D (section.1.16) >> +>> endobj +749 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 354.801 373.315 365.65] +/Subtype /Link +/A << /S /GoTo /D (section.1.17) >> +>> endobj +750 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 342.817 326.85 353.665] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.1) >> +>> endobj +751 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 332.77 317.192 341.681] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.2) >> +>> endobj +752 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 318.849 297.737 329.697] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.3) >> +>> endobj +753 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 306.864 256.198 317.713] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.4) >> +>> endobj +754 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 296.817 254.455 305.728] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.5) >> +>> endobj +755 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 282.896 407.88 293.744] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.5.1) >> +>> endobj +756 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 272.849 307.451 281.76] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.5.2) >> +>> endobj +757 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 258.927 363.906 269.776] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.5.3) >> +>> endobj +758 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 248.88 374.782 257.791] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.5.4) >> +>> endobj +759 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 236.896 330.697 245.807] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.5.5) >> +>> endobj +760 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 224.912 231.375 233.823] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.5.6) >> +>> endobj +761 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 210.99 350.124 221.839] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.6) >> +>> endobj +762 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.712 199.006 401.044 209.854] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.7) >> +>> endobj +763 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 188.959 285.616 197.87] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.7.1) >> +>> endobj +764 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.626 176.975 241.531 185.775] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.7.2) >> +>> endobj +724 0 obj << +/D [722 0 R /XYZ 134.765 740.998 null] +>> endobj +721 0 obj << +/Font << /F8 621 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +767 0 obj << +/Length 2848 +/Filter /FlateDecode +>> +stream +x[s6+L%q!%iN3Nw؜-.& q;tVsPU_UT%%iU\>+kxg92gЋg45+.> \\{}^^]Uq!ISq+An3*HS2+^;_b8V R6b7#S^DVI"ɲZ%KN}Y# >{ +&UY 3JQ}u'R8"*xɤz2.b(G4)v$%Ӿ1tp噀[Rh@}/7w˚(Ί`eȯA<ш+;rd8pهh8oj&uSJ `/n,w; $G-.UeE0Wh  sT4uDy\j\eC(CY-i+&]/<[rZH5W)+av"TPRÿ69HIfh1,ySs%/N#ZD_]zeXlan.TiVur ؅Sq<vz&F1.`( d~Yß11l)qY.Ce]w00%w/_l>:#|SEYY;x,DD9Q> 9G`?T̈1Kj'ba& xmoDp 5xH2 ,+eN6 vvjX͋xu׭]W~U^mvEa޾uqcgdX3^&"rd|2X(S{ 'j2o+rͰzs ' >'u;2:k ,$XӦhZ`)\ǰ$,aɒd5ʒq,Qx_+xN%i$-"p2Xp$T^p'$S>Tp^WG̕1853p<}7RoVn`v7-v+IC&0IRQVD`AS)NHp|p T,N0;ݡ"&V~8w~zz51Rp٘Zsx"x31xf1ks̜ 'z#L+j=95` 2<¦;ywb&f>éf˂Yٷߜl:Meynw_0Y8vךؾ~sgv;Юc0ae`^0%EG@ ̲W2%r}5bdDkV1YDvGLX9|;GE93(bm&\o1yPn}/Rs%,Twv}kev9):h}G!T\#+!q\aBKPh*g%D+P{Hts.L=PwFFswk7TZg~;@ѥbɊ`q +V{q*WĭD*XfR+RR8:F,,1] 2SlyJ4Ept2봡&Yz!!a>_0Yf1DVeW,'c(2S-7aؒ yg2c~5v:*j> Vk._.TEA]>Y _soޟoo KfCDLL+Kf]2| J %F^cuX4ΌfoofE;\MXx߄J*R#<-{)>#x谨VS=Xa9- -N^$Ɗ Y M󏖨f9kfyoRJxÊaNAfEhbz a X yL¬w1`]~ٍ|-0yj`dX{59יkAZ"2j̳P. ]`/`e|lӕ3e0ܦkiuM$|S=x"J8:|YtP`|t{$\.rn! +eh,ojbFk"{-íqjO&]MISD&mꅢf9t- ȃ eG?J-'k4AXtjy;'Z|.Im:_$0َ)V (o" +@6&s/․3%Dr?ն^܌~A ?Edldݤ%0t Ig_U%c/}{}\>? & ^ UDʇ'z+ƦG@=\#5c^cǬhZL;ۇy +endstream +endobj +766 0 obj << +/Type /Page +/Contents 767 0 R +/Resources 765 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 634 0 R +/Annots [ 769 0 R 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R 798 0 R 799 0 R 800 0 R 801 0 R 802 0 R ] +>> endobj +769 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 712.162 213.983 722.899] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.17.7.3) >> +>> endobj +770 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 700.207 207.84 710.944] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.8) >> +>> endobj +771 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 690.189 200.866 698.989] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.9) >> +>> endobj +772 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 678.233 249.849 687.145] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.10) >> +>> endobj +773 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 664.341 191.955 675.189] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.17.11) >> +>> endobj +774 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 642.423 219.062 653.272] +/Subtype /Link +/A << /S /GoTo /D (section.1.18) >> +>> endobj +775 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 630.468 192.923 641.316] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.18.1) >> +>> endobj +776 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 618.513 341.367 629.361] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.18.1.1) >> +>> endobj +777 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 606.558 240.384 617.406] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.18.1.2) >> +>> endobj +778 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 594.603 251.869 605.451] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.18.1.3) >> +>> endobj +779 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 582.647 350.596 593.496] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.18.2) >> +>> endobj +780 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 570.692 354.969 581.541] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.18.3) >> +>> endobj +781 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 548.774 348.12 559.623] +/Subtype /Link +/A << /S /GoTo /D (section.1.19) >> +>> endobj +782 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 536.819 254.111 547.557] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.19.1) >> +>> endobj +783 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 524.864 257.459 535.712] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.1) >> +>> endobj +784 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 512.909 333.452 523.757] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.2) >> +>> endobj +785 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 500.954 248.133 511.802] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.3) >> +>> endobj +786 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 488.999 349.143 499.847] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.4) >> +>> endobj +787 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 477.043 398.126 487.892] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.5) >> +>> endobj +788 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 467.025 289.395 475.937] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.6) >> +>> endobj +789 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 455.07 239.36 463.981] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.7) >> +>> endobj +790 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 441.178 290.557 452.026] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.19.2) >> +>> endobj +791 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 431.16 332.096 440.071] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.2.1) >> +>> endobj +792 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 417.268 323.489 428.116] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.2.2) >> +>> endobj +793 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 405.312 336.441 416.161] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.2.3) >> +>> endobj +794 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 395.294 300.88 404.205] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.2.4) >> +>> endobj +795 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 383.339 317.844 392.25] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.2.5) >> +>> endobj +796 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [148.949 371.384 225.496 380.295] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.2.6) >> +>> endobj +797 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 357.492 248.437 368.229] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.19.3) >> +>> endobj +798 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 345.537 289.257 356.385] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.19.4) >> +>> endobj +799 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 323.619 177.896 334.467] +/Subtype /Link +/A << /S /GoTo /D (section.1.20) >> +>> endobj +800 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 311.664 288.565 322.512] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.20.1) >> +>> endobj +801 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [126.035 299.708 221.497 310.557] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.20.2) >> +>> endobj +802 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.091 277.791 168.875 288.639] +/Subtype /Link +/A << /S /GoTo /D (figure.1.5) >> +>> endobj +768 0 obj << +/D [766 0 R /XYZ 112.087 740.998 null] +>> endobj +765 0 obj << +/Font << /F8 621 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +805 0 obj << +/Length 3362 +/Filter /FlateDecode +>> +stream +xڍr>_\%1S(f˩S9$9$-q/IǓO%ohFCƇQaI|Fey`;% ;s?˧MeIxt(C}|E{ߋ3u9å,ZŞłnTmPmƾA[UEjf$7 ,(`S> V܅f#GM%P}+ac}ʻRU{^>hܛ.H%Ofx' o'l3n fD+1c4 34cg̣5|7'D7,:v`+ +Dr5 +t-܋"BQ?%4^h<~Q$W>?Qux7q ـ + aCv+ENBˎ6Sv VӇoZs$X QY1 菪W~"EK lS + [AOMYҫILWJskV&YL|Vx *[0]V אeXZSٵl5UF#ʨ, >Q5Tqxoxf}2b.dr4gR(v^'HK^y{.MzFT"LxIa ]hfccd8MiE +28GF]/sM"ZZ/U.d zod:*R\8WʗHN0YsݏUN BtsVAKPhk8g#ŗɯم\мN#wODW[z0]א=XZ(.Q*Pr)l"T+ -_e +y34[VBV0'Ox+bB}c:3vr9P# -NO! {/T-}~L}#.l'_r ƞViN6/9˱r xn"Tǩ6?-k $<ϯV\` +K|sZHO%i0ry +wP~o [pji>wnp?,b?S](F2)IPI +?24~|hm*0ACK(6ۚK.{$q*іҺ}ep].vf9ާQNz?4&%g o CeQ> kQ=U&M 8yw㒨?yDG7Y#^v]}<L쐤ܡ ǒ 9CO[nuCWNOaYE?"ҿ_e5BHUj #Ȑ|r&S +endstream +endobj +804 0 obj << +/Type /Page +/Contents 805 0 R +/Resources 803 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 634 0 R +>> endobj +6 0 obj << +/D [804 0 R /XYZ 134.765 725.058 null] +>> endobj +803 0 obj << +/Font << /F8 621 0 R /F17 618 0 R /F34 808 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +814 0 obj << +/Length 3369 +/Filter /FlateDecode +>> +stream +xڍˎ_ 'rIғY,Nr݃lme~}EԋU,Vz*hE*laPj~WG l=?<"(Rz~y>Vߟ|'YPD28( "!f׷6N֧ǧ ]_dFaA0y^k I*`p#"=` z_ud u2b[Ȣ t-0-זGu@K8(bH#Ji3nBj}jqҺ;'80ZUUįۑ8WJE@Y]_HcmAC.p]Cm^hn'vL.ºC4ln]H U{HH ɗȤ3Aqq"VH"p0+WSؕ })^)֦r )%2Sܿ0[dܾ(浇Άuـ`EI~UK%x+$ /&(1c\7M4J"9WV͝:/;sKD:HTPRd-kޢ[ Er5UؖC<;#kK :? \ ٻU8L6*re;cYP|K\.6)"$6[EEaN/AmHXtQr'`w{SC7[Au Sw3bO޷g,uҩP\]:#٤H/O?A`sY u@}%` +w6EO.R7f]2ʬ/d} +8qieU/`x,ƮDdž.juejLmoz0Hr-Ii3E շʮ@W0e!Q.!JJdo_״y'Ω< +Tf&֦Ed hQ']Z_P1rqu!s&(vK8Pk%Zf퀭mET3ifk_ؠ +8]]&e3(-NI$$v[r*}Xip FR?|(R5"l,0aJ> \(y޶ur\0\U,8Hg'1ϭ"pU`CsX'u>I6s3r %u)aԓ#-,~TOU6RrB+]t'uD<(H3 qF_`nf,‡_AlZ~:N˜KSׯ}? |$((&e[Ib(jD߷X0? wԏ+[K +/b*DG[$iw[+k׷s &;YҔ!lL8 ͭ?c=求q{+m۩RlG֙cg?TNL/Ħr +g[:& +p/QHb#*\yt?;OzvdjYέ,ǠjjhIC;}/P-(qUEo2nܔ*q8z FKJ_ H{oe^!.~WR{e5Z*x|b-jO;(exC#JW RchWB dW&|)QdG{=>DEaT(+$MP~|WoXQQ ,^\] rņN17rJ +7Lcih + Ґy8_ݱ:L Ҏ^1ĦmxG5^t(͕W lfD*O +<+%ɱs$蒎&{w^l|Ah_x>+k{H)$/*UpKS:NNCcQ +endstream +endobj +813 0 obj << +/Type /Page +/Contents 814 0 R +/Resources 812 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 824 0 R +/Annots [ 816 0 R ] +>> endobj +816 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [137.963 375.109 144.425 385.212] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.1) >> +>> endobj +815 0 obj << +/D [813 0 R /XYZ 112.087 740.998 null] +>> endobj +10 0 obj << +/D [813 0 R /XYZ 112.087 526.829 null] +>> endobj +823 0 obj << +/D [813 0 R /XYZ 122.05 199.889 null] +>> endobj +812 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +827 0 obj << +/Length 3402 +/Filter /FlateDecode +>> +stream +xڍnHБ,|-L xg`hCoI00`]-Oqs4Y;owJ@6f3diw HY4oݯQxn{^~8lfV!\(z·.ڬZo$pڵrY]Y'˦ iv $vr"oс?XoH;eqT9ZN_ l)NM$۲F?84- }C24jMvl !zGc(!RTe v|i'k,="bfwhЫiѱc0Xd➧<\W9^=^eC ¹3ױF#H|+jBtxR“&y"FED|-ZYppiv<5GEt2S."G2 c \Nio.!.e`pcjx7ڕ9-2΄nN[oD9g2"T۵P)(5_m6]A*}JL@nu-lB8Mi=jV*5̲x3M)aDrp2"LN旲 I`E&؃ +2P": +4&m"z8.4'2 +6mIұ<{"/X +`,-u4-dA=9 +;#"A 5g{@o c&ӃTApOcXw+J D bɎ>H;t@G@:rs8a&. % 扎a VCZWp\aqf" b] jMPqC}OCĤѡՍ" 4 GnBNYՙ ^:gɇ)-HUn.Қ*v-sgVȭr2hdž24'j2EQ̍! ɬ={t #ϡbυQ|)dE, +Т3Vyň*j{A)^fQrݒÛ! }[I|dސhCJjEzCfo`~ mnjMGSd6#ZM:\<|x _gCl-3>}ASlKBph/ +"|S\d `oNk1PУTr4 Z?e-4'ڐ b-$d,[8mE>cSC>#/<۳mxe3H!_"!mGY=v|휵9Yw2\'/eUMɞ R|&%gYQnlW!: k< J  WM<$@)#_+h -]v^LB$0h CŵH ͫ] Od@iܣ8-{de9ۛ}쁈:B$n;iE`*㘹dl&dYOײs)i1s&TxK(Z)``Gܜ`2' fATF #o:6 8;G0Q +M|PZJ@BTr'C_$i.+sG!g_K)<" > endobj +829 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [190.251 642.131 202.206 650.544] +/Subtype /Link +/A << /S /GoTo /D (cite.niles-i-2001-2-a) >> +>> endobj +830 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [170.149 270.506 177.123 278.919] +/Subtype /Link +/A << /S /GoTo /D (cite.booch-g-1999--a) >> +>> endobj +831 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [180.931 270.506 192.886 278.919] +/Subtype /Link +/A << /S /GoTo /D (cite.rumbaugh-j-1999--a) >> +>> endobj +832 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [233.087 258.551 245.043 266.964] +/Subtype /Link +/A << /S /GoTo /D (cite.dori-d-2002--a) >> +>> endobj +833 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [201.902 234.641 208.364 244.743] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.2) >> +>> endobj +835 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [205.43 176.975 216.638 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.burek-p-2006--a) >> +>> endobj +828 0 obj << +/D [826 0 R /XYZ 134.765 740.998 null] +>> endobj +14 0 obj << +/D [826 0 R /XYZ 134.765 725.058 null] +>> endobj +18 0 obj << +/D [826 0 R /XYZ 134.765 342.378 null] +>> endobj +834 0 obj << +/D [826 0 R /XYZ 144.727 199.889 null] +>> endobj +825 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +843 0 obj << +/Length 3857 +/Filter /FlateDecode +>> +stream +xڍr6m* |䖙&5w㩚$Z%ƔT4oB$-t 4~wƒ@yiH"OeYo>60k盻"SY.>?M|..De~tG|LˢZj/Jݮa,;*He2<8s^2o0N}Z|Sw ԴY[ua^x% 9g `4mOHꇱJ|`*qۭ +S47Y*K"bOC8!O/F@Ƥ\IF`AJ?"o"DG-t8 Hn0ljyx~|>:Pl{!:hd.ag(u( )dvu0Z*x~;9-0e==$*Pu"MmUvq1t-`ҾrO|$ %ÞؘE%Na')mnZi-xȋ,98ׅ巪I~(x# +z3s&6?=ԧS-z6uͪH<)LU ^{l_xιpL +֐Qn^sl=뇞SZ6VusQF]J.G]$*T҃_}mZ7s@Q;Y+`j1[]u4gڴ+kRl.Gd/>M[9XOqm̽/HC'|L#HIS .e4۲2s_{fg^>4Í)Tu΅yA"_~Յ!sa.ZMv<8X]f`Q!:ݥvC\P NY^cs =k7xLlYO%{l{M5"(U$M[Wt ˥|Jֳt"on`CWRj/rRfFLWZDΏ#rKk-[3qqg{-> endobj +845 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [135.721 699.653 142.183 712.246] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.3) >> +>> endobj +846 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.684 628.061 299.146 640.1] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.4) >> +>> endobj +847 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [429.475 543.96 435.937 555.999] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.5) >> +>> endobj +848 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [236.329 521.987 248.284 530.4] +/Subtype /Link +/A << /S /GoTo /D (cite.w3c--2004--a) >> +>> endobj +849 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.179 471.814 212.641 483.853] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.6) >> +>> endobj +850 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [164.859 348.059 176.814 356.472] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +851 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [181.296 348.059 193.251 356.472] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2002--b) >> +>> endobj +852 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [408.932 348.059 420.888 356.472] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +853 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [191.03 287.869 202.985 296.282] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +855 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [121.054 217.523 227.105 229.03] +/Subtype/Link/A<> +>> endobj +860 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [121.054 206.564 245.934 219.515] +/Subtype/Link/A<> +>> endobj +862 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [334.528 195.605 458.91 208.557] +/Subtype/Link/A<> +>> endobj +864 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [296.072 185.692 425.162 197.598] +/Subtype/Link/A<> +>> endobj +865 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [211.806 173.687 345.603 185.692] +/Subtype/Link/A<> +>> endobj +844 0 obj << +/D [842 0 R /XYZ 112.087 740.998 null] +>> endobj +22 0 obj << +/D [842 0 R /XYZ 112.087 441.263 null] +>> endobj +854 0 obj << +/D [842 0 R /XYZ 122.05 243.725 null] +>> endobj +859 0 obj << +/D [842 0 R /XYZ 122.05 221.807 null] +>> endobj +861 0 obj << +/D [842 0 R /XYZ 122.05 210.848 null] +>> endobj +863 0 obj << +/D [842 0 R /XYZ 122.05 199.889 null] +>> endobj +841 0 obj << +/Font << /F8 621 0 R /F7 819 0 R /F34 808 0 R /F35 811 0 R /F36 822 0 R /F31 633 0 R /F49 858 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +872 0 obj << +/Length 3203 +/Filter /FlateDecode +>> +stream +xڅ]6=i*R׽E4AA>hmWWIr)J"3|jڨ؄Yl2EovWK^)Zë",x1Yʡy$w=̓Cd(L +J¬Rd* "!b6N +Gq. |yPu<,<63FI|CœuWF*۪nGcFQ#OSEU#g|d8=)~A δ3?߿yo䏹x4Mo() a™a!E2*)Y#5ł +&uJQ@(N E/H`.*%X#4A7㋝U+ȱW=r MA3Tʦ(t2Ѷ3iǡ{h'k] L )^T_X˻j9-^:E]Oo`HA ^-if&JcM e# # ۞_]{A!o~ꙻ%Z=W$B]0$wt=|cھlsɲ+=# +}NG"LS<ӞxO+М m'n'l^h^p% ?~@f?.MۢVUta솋(,`N@;Z}0c٥e`WW~JHF _wؒyjKO;xri QhkB%E#se@<3>Yjybm`>25bzM^"ޓ U=s@S 嗉]ĦNj7 <~*zd5}-#w+<]za:ԧG_J~ѐ LMPl{6>xר0L)E3& ,ޤMr;Yfx(tRᡰ^QbY&B5t( 3 Emf~lˠǿֲSgؘM(nl=-xłZ:]&0fx/ģϔh| ,ᇷ*X=፠ъ1ΒGR4&@~DGBE$[hfġؿd:>,|Pt4|FBҲyo@9:=F@\}kckQխH_ zj5mdv.FcrKVZeG +JhZ{&` =t]O ?oZc[ȕ\;.BCy$af} ()k]Ȼ\;i p+3^]bbĮ3׺Ѱ +daTq+Dc)SNeu t|uxk Xmvz GoQ0{t9lҘ6&0׽KfxPc ,΍\9%߱#A:JR\gA+ ZwZ-H48)mA!K/w$ ^,{- rRJ,CKmR۹ qJ"qL2vKyKoaEjnԅ 1ϏQu.!$jǦRfW^`oyPq&pea~0[hwWdRq#-E ~˅MbxM̳pl͙'t~RLc)(M!+ߐ) o1/<)B +endstream +endobj +871 0 obj << +/Type /Page +/Contents 872 0 R +/Resources 870 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 824 0 R +/Annots [ 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R ] +>> endobj +874 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [362.472 702.144 374.427 710.557] +/Subtype /Link +/A << /S /GoTo /D (cite.suo--2004--a) >> +>> endobj +875 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [383.831 702.144 395.786 710.557] +/Subtype /Link +/A << /S /GoTo /D (cite.pease-a-2002-65-a) >> +>> endobj +876 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [444.577 618.458 456.532 626.871] +/Subtype /Link +/A << /S /GoTo /D (cite.niles-i-2001-2-a) >> +>> endobj +877 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [286.467 606.502 298.423 614.915] +/Subtype /Link +/A << /S /GoTo /D (cite.russell-s-1995--a) >> +>> endobj +878 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [387.103 606.502 399.059 614.915] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +879 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [305.096 570.361 317.051 578.774] +/Subtype /Link +/A << /S /GoTo /D (cite.poli-r-2001--a) >> +>> endobj +880 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [242.029 558.406 253.984 566.819] +/Subtype /Link +/A << /S /GoTo /D (cite.poli-r-2001-261-a) >> +>> endobj +881 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [258.08 558.406 270.035 566.819] +/Subtype /Link +/A << /S /GoTo /D (cite.poli-r-2002-639-a) >> +>> endobj +882 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [233.595 255.45 245.55 263.863] +/Subtype /Link +/A << /S /GoTo /D (cite.ingarden-r-1964-a) >> +>> endobj +883 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [136.536 176.975 148.491 185.388] +/Subtype /Link +/A << /S /GoTo /D (cite.gracia-j-1999--a) >> +>> endobj +873 0 obj << +/D [871 0 R /XYZ 134.765 740.998 null] +>> endobj +26 0 obj << +/D [871 0 R /XYZ 134.765 466.422 null] +>> endobj +30 0 obj << +/D [871 0 R /XYZ 134.765 372.007 null] +>> endobj +34 0 obj << +/D [871 0 R /XYZ 134.765 219.477 null] +>> endobj +870 0 obj << +/Font << /F8 621 0 R /F17 618 0 R /F35 811 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +894 0 obj << +/Length 4053 +/Filter /FlateDecode +>> +stream +xڝMs_[! k&iSx$e6GRyϓ?~tXEh;>ƺ? U5^ƻ;55D0fKݗ-<ÜWF@sfdCߥ>/-MFIF6Z}['7=)ס#厣 ~E\Lrv@ rD$lζ]9'Z˾Fʹki<@ 8  +׾XHQ'Dm<ʖaA2z~5g\/q?w6N46K9"Y50/ᾶ<j4⏇zPG "\7RVXcע +pF1U6MRkE$(S`٣cqh@-P!1$qa%NRR51# q4#H;tJ< ID(MB뚆Կ!?л&̃CKMZggIBH4؎wd{fSg:`8x#sPq+ż &^NbG3o.2]@ED[- f \,:0$x܁4f:AG( 4-6:M1@l=& #(Æ!wZ+-JixK8.La$ 8l:Qkd&p @=Fjdž3YBP_}8b;p ozGvd07?$,A8a t0s}A\קCX9VL"@ƒ%'<_^8o:T>3j#EsG&[e' @0)iH-i@m"%$vFYn]t:*Lz3N +-ݢ^mNHJ`kd:JU}r[[?#0!"ۿQ͉(ZsE' F53ʹ[m"iޔOd +m +N}]Hdec#5]n[r)7<3jv} Ppxs6\:r2)"WQ?dGZlsQCk8#m.PTȊDbf`QZ:-'+8zՁ4n%+͙{֖-1I4"&DQsYks-nq-0|>@r1ZwR4ltXt- Jb`찄*vҵI4k9A!Hݻ (\(s.6B^ @LA\$PU%AVS|ks*g3&$ʙ]љ!c7qM\@.3;9"k̇F6 7v +K'*J35| \['mػy&[|P.l)@X*@ }dm芤 j:9IlE ΦP97 +!H9}ds\hR:ȲEf@ $0f NfnKS( ;hCI*aP҆{m:]tjsQT-dxVj:zJL{YػH!Bd׶gJsUnŜp+%g_bղ/aߌR`Z] +RLCeM|eU`Va3b.zUX_ۙF\$o"o4꧒{c!ϹKr#H),n)ᥤR hT"oU8箰|nhvn"[.[__;?8rVV 0"Apμݟ ٥jD.ɬcC46䤭 +IEE p}M6c Z4YWS?;20ϾnˠZer&AP;@"y}kIb4yB4d^FK[ͫ2G4& {AQ.>m`D2///Mu]L i|9B H&%H!]|sߜ-F< Q௱<] ًt8>J ΃< p~ +& ^dށBu jB^2yI4gN=yS|TȔuJݫZfI0.(N^L .gafF4iJ jI@)JMG4$C@(?o4+u [ _([h@t.}df%7<'}BTx;g!+". жۛ07qT" M"G>k;ďwqmU(vw(Z>ۻ Q(Ooty54*%gTdW[!QkX4օj;,Lo.<*j}%P侬@MS Ʌ (/€Ϥz8܉d.wta6ho=aK|k腛OsA$ID'?%MŖS)Nbzc,{cr$F|uƙ)|9NhcbXBb\UA(SFegJXmőe_^\ADI6z?*3Q `BdmwJR@$s3VՏD$BC _H}WD]TF–\KՆ9_6PCs6d ;p0,x}wu>1$in҄E#F0mbwUԚQzA)q #t۩ΛRS bPI?}"#OTbs87c#xtkeGy?6d>ruuv"9Wacw lU意t8Uc~:wObכspF+<@v_$ʼnI!۾> endobj +899 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [201.489 520.879 207.951 532.918] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.7) >> +>> endobj +900 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [421.539 496.969 428.001 509.008] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.8) >> +>> endobj +901 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [381.161 474.996 393.116 483.409] +/Subtype /Link +/A << /S /GoTo /D (cite.gracia-j-1999--a) >> +>> endobj +902 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [412.149 439.13 424.104 447.543] +/Subtype /Link +/A << /S /GoTo /D (cite.gracia-j-1999--a) >> +>> endobj +895 0 obj << +/D [893 0 R /XYZ 112.087 740.998 null] +>> endobj +903 0 obj << +/D [893 0 R /XYZ 122.05 265.642 null] +>> endobj +904 0 obj << +/D [893 0 R /XYZ 122.05 232.766 null] +>> endobj +892 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F34 808 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +907 0 obj << +/Length 3460 +/Filter /FlateDecode +>> +stream +xڍZ[۶~_z[H]MmC%ldɕnϟ?s#EʢX`E!9"GU KUAQ.\`]$$[K>._A~gIFCyy( )Wײ4E* ,Zh]o8ogh{_ć^FFC =iXJRʡ)>hEw(njSy)4k-A>.&upـI&kۉJ&{B˭Ǟu]j}iPuPِrH J" +,;D,:^a< Z>ZYダpM͇iu҃`;L +k8QDk +Q Që.[z@*](мi|`:?ZX?_+,qTAG>\TJ ͫ]վ K|&5@@b:JV[tң̚{Jj@(r@E.I$gq9~wMC67dŋ~ǫçI#{MU{&Є6+)8*1l[5) R㉮GUV1hfAeMGtW|3݆49PcWךs! +|o/VT8Qq&;Q Ƈ@@UKpLwCx@jHZJ;q=e s%4dYGf]K!H;;_KAd:P({>>rIE(4Xs0 ;;G}Qn1!%XS@3l M)ҙ8M(u r4V{zK;;Rsgq^<@Z7 Me@A4(lF_.u MKH3>+St37gBpv0`8 ¨'ĿZ5( d/#gHKJl* dU4(3ֶX4-2\2]n7bs=sx~h78H,'*@~g)(4s) +;8tb!"z hLiGfze a\A%jv;1Ld9Wf8Q&pb +ǦfZ:!A n(ncjk\8cj^fh"(1^JA ,] !^pjx%}SM{KXMwxLeq{0/v$8N +lRp$ͳL`xp)S! o!:\B5sP 0Tc e @'pT|9J`E)` +>r&'b!.bj Ku%f3RQHW3TB$ )S h[vxHs>y4\E܇ISKvA=٨n/lZcez@wO;JsUdrh;"DZ^KziA%1pN#]!C}nBI?n`T(oŗ2dȕN9*ڛ88FˠZs%Ma2_=7ZE#|+и:d6W鎰3$"a'5! FZrg lFF9L#vtm+s zpq(M.v,~;tag"2e=2)|4{Wx})rF_[W- !Cq=Gt'qHzI/cXsz=RI> 68tQe7:WԳA%qSWɀȓ܂ wYV ߍgXZ8_PgR4"d8%krk~ݕ7'IAU'iz;[wJ/O'8Ca YY_<+TԜCLb5YCUɏk`ab#z .T(ҵe@fOkf\B;\) }K;ȷ|?2X4H -w-(GE0DfUYN95!a/8y?9hC"@:3/fL^A/A/b*b}iq)NV)vxLJ{HQQTRtΓ@d"S!XQr~;lQi -L)Afl +{6*F>,Q@ +<"RgGS{7oW +[kvgdR%_uݻ_8 (Jʚ9%X*6y^ԇde_(Y.vAcQi-c䗆tJ  +endstream +endobj +906 0 obj << +/Type /Page +/Contents 907 0 R +/Resources 905 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 824 0 R +/Annots [ 909 0 R 910 0 R 911 0 R 912 0 R ] +>> endobj +909 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [301.761 688.251 308.223 700.291] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.9) >> +>> endobj +910 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [148.093 625.626 160.048 634.039] +/Subtype /Link +/A << /S /GoTo /D (cite.ingarden-r-1964-a) >> +>> endobj +911 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [380.324 613.671 392.28 622.084] +/Subtype /Link +/A << /S /GoTo /D (cite.ingarden-r-1964-a) >> +>> endobj +912 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [378.471 577.806 390.426 586.219] +/Subtype /Link +/A << /S /GoTo /D (cite.hartmann-n-1964-a) >> +>> endobj +908 0 obj << +/D [906 0 R /XYZ 134.765 740.998 null] +>> endobj +38 0 obj << +/D [906 0 R /XYZ 134.765 653.062 null] +>> endobj +42 0 obj << +/D [906 0 R /XYZ 134.765 468.948 null] +>> endobj +46 0 obj << +/D [906 0 R /XYZ 134.765 452.607 null] +>> endobj +913 0 obj << +/D [906 0 R /XYZ 144.727 210.848 null] +>> endobj +905 0 obj << +/Font << /F8 621 0 R /F7 819 0 R /F35 811 0 R /F36 822 0 R /F31 633 0 R /F52 916 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +920 0 obj << +/Length 3518 +/Filter /FlateDecode +>> +stream +xڍZIo6Q،jL&rHr%T#v~U; D>nocEw!EwQr,]?}E@NPh;NYN-ZƖ̀M<*`Z)h> +e=#7?&zE,`(Ɯl>LqM'*p3EJcKtHpz3S"υ7UˋwM>_޸9ɽ/8\gy]9PݛB*3xJU[ѢfΆgk!nau'LmfnhZT'DҞD =?Vg"fF8vy @ NoenӴl淍(@GlZBb.F$ ̽f9rV2qeMv8=ӽhztdog(ǡz^bY`>Ҏnhҍ籊Tqȩ85hC:mX2z5IFlN'hdji|} ވ,)6D=-+;)AEWVb OBeœz{bl5{r0$>l\>3S^W3C@}-!Wl ,ѹJPA@~:cפo$tYD}d0k-qOUmq~Gv7W:iqd*_VFs>u*ɚDhχܙ@U߬p;iMmxVhly6|^ {%ѻMе4 +c{>4I">3 W~aE'Uu6Bɋ04p4g/j~ npffCtڞE)1b@ҧI#,FNBe7R:bch/T;>kweo,jm'rT eSv: ,[\2YFّ2ɎQ-.#'a9?!*fغ; ݊~пf]|T:\x eK>|'Z! 騴qtU׵;q\8.\Ssr39n҂zp˷UZ~p< rXKBY|VW>; bN>W@ ;QD k;웯蟍1KN^j daX>Iy `!lUJimgijօW2 -ީR#ƥU) :iQރln؈X(t]uu*RqK(xLv9% M` 1tv9'[p~&Bkf:ٻ%5ሞ +]RvjfC}Da°p9o*1ΰ+ۄYt90C紷dxN"HVl*KPjgFR@gF/ạb8D3nJUeS'Q컭Lbyjn$[QVfp#FCEG46'ژ`-rgK:؂% M`(/O!3!Vy{R +L%s7R|2t8 'QY*-r W)|eflI)EhzW=Ka˻<< ɳ&nzࡌ醌e=A@t+=ƞE _&ƽH<_;6C~oΊ[vBfLI;]?\Lw {:RoS-Ab٥xYx~/I=Q)ugodzS2%=2JTd;B䲀yz9ֹ +DbthxЕbn/( wR/*cU΍@^#HoCH8WH7G5|7hz%L(bfsB.'dzNU  +endstream +endobj +919 0 obj << +/Type /Page +/Contents 920 0 R +/Resources 918 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 922 0 R +>> endobj +921 0 obj << +/D [919 0 R /XYZ 112.087 740.998 null] +>> endobj +50 0 obj << +/D [919 0 R /XYZ 112.087 361.906 null] +>> endobj +918 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F35 811 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +925 0 obj << +/Length 4233 +/Filter /FlateDecode +>> +stream +x]~ŢO^`"%QSr$-hC +-Cv?"EY^S,&?u,M7;Y@_޿k{SDEooLFoZͻ{?qZZ~*"[ojUon&:*hu{|>xQCEBЧ5m˦G>Z`76l> mi*%8##zMFqcq;r(wr~7T< paAc8"b}}kԱۮcaB-[VDS1h +uM> ,3&C,1]QD*)ΔKw\8!3"2 +W1yvGD#< }U] +p\r4^# 0ܗO{a";L%֬q:VhO* FnK +AIE>xcى2 ٤:YoD'!ۜ1^^_W葀W6P+ Y6/F yN&fG˦!0ͯ|*0Q)_وY%6y nU/Sڧ?vC/wѫy|Utv\M8g598]%XRrƌ_v s +؆ +e&p(N ;#8#h=mݿCu_xj'ﲺD\K^,#>AT;Z>$[X.KXk3+9 GL + v1ft vUwщڄ9,ܮmI &5q*6z'$+MՅ^ yi`SNp6hp@R7(6Ӽ:t"J;/c]h$|'5`N ()[rY3;#\T91c(0)Vc45υV\).<:1AFrgNzb5:sl!c B<׋h]@%)rWiZJLu\et#:^P(k쐼ZoO%'QGKtȽM'c2}]>!0$Hh)"|Rm[o”7 (ֿ|&^ +Sa-dB[2SUeiLI5e)9u{ڋ;DhV|[ZJ ĀNR1DdOLC6~BX/ֈkNd(>SZzK6(Xthr}ŐD +`%$m-[Ix 6ex`B-](OJ)'y'\EcV2MMl©iS7z$b>f$nA:#gS +|W_𜾆Ƃ0wMyQgYqKۂ:!36)m9fx롥;*jO; Upi> NTneo-?/^lHT.kPg=Y0`5gr%~E\Jp5(=U7ʅNO[ e+@#R1FmD@jLF.1带!^=: +ܓOgp@)s*^<_{n(9l,nrް;wG$%0h;*Y[*\Į@ D(鼂 F5@6 T\ͧnC/2" 6N9mEH`smGP4iNY]bAS9-j /ve|YvywV3u:TCM)T#J-XCE0 /w*1Ϩ8" Ms o~Axw@ IzCԜO#.E\S|چy>sݡ> G*[0L,V.1MZA_+/Wqv-ͣT ijsk=Pm\`|2n/; 93#K!ɣ1 +>K\ɤjig?]H^G>CtBIዲ_b1qqݭ8#=otq`V9x+Hx#`BӞU.u ȇ*L'ٮrlʫ{ n\&}: t`YMcq&wN)'25Z,%6͠bɴ9Lyyzؿ$_gN3eV0 /C6퉓/UV6pH>FFr(eĐ93tE^dxNR~jd[$YBKKa^$ +endstream +endobj +924 0 obj << +/Type /Page +/Contents 925 0 R +/Resources 923 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 922 0 R +/Annots [ 933 0 R ] +>> endobj +933 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [303.686 212.84 315.641 221.253] +/Subtype /Link +/A << /S /GoTo /D (cite.gruber-t-1993-199-a) >> +>> endobj +926 0 obj << +/D [924 0 R /XYZ 134.765 740.998 null] +>> endobj +54 0 obj << +/D [924 0 R /XYZ 134.765 254.31 null] +>> endobj +923 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F34 808 0 R /F14 929 0 R /F7 819 0 R /F10 932 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +937 0 obj << +/Length 3824 +/Filter /FlateDecode +>> +stream +xڽ[[6~ﯘ}/ v5<+I﹐eɞIFI~ț)H&yn6tJ!0f w73}s{?sy!寷o=)ZKsu0ET$yJkcbr~5ز-xRr jv t6ݩ >T^T5NXm<{(:Uє0eTnE0L|{W/O|wG\ߓog}츉\ c3 +xpPƄ?m=*{<oiwm +F_1ˑE]Zgy;};Pu+ŀG"-ḵ);~f3-t(Xơ9'!}@H.H;n5L$tU8Iפu+pM'nt=Bʙ QZE&߂Z3<=4}k u:jX%8R&$ P1YEI݈4 L O `7`*Ě$ )yb{:]47lU۵F-CHo;phRKW6,<{5'_40xjU%k~WLr^"HW#^HoubA1qRAhpP9YBY? +pp:ܧN' 剽8Kj!YnMZK>>U'SA #>'/ѝj.L.( x7S`bǢy0OG`S~|ղeǐMdVz$ֱ( +Xt/NosHp{ ľV %|r; ȆzsMIG <_gHq1AsgR3vNAr`R{ cWD:Z$Z)ݜIvUcp:¤9h5#f(}= u}T>4Z~5b89⾔~ꛚ'-Rۅ|ЌC`pB>Ec~ BqW.2XڻhĻһ2X +&p6̬,g,Wx)GNRߦV l\ׂI"ه8OP޻hTP+8;6FOîމQȂc"YpެS#IGyؽN$_ )7VxX7f>7¨pm&p.kC L=Zv"~SHMͲiXhq$e\F.w1$Ț(9Į%Juz[.r;~r5$r6|bmHa7E(GYo~|ރ+|Gh@'0gqر}4++`S|KSrӆ3J:OI8ycsa<1AϽHW_b`CDCct~+r2\IJC t%%㍲3r{~4DŽ> !Cy9y4ˉ% +ݘi hCγsˉ0̤ R! 'G2Z1bf o`$N+xnrZ1] Ɩ_6sCI}ݦ8 F/xmf Nsx)l0 і[qjWGn3B 3 MDǹo.. f%ȭ bjP}N +cS2@S0Dpc 8qu6JLd?kb@SV&#rhwo_D*R.|3Ir +R1oDQ7kmx".17I +hӹ-w7BϻIpgy HvzL%br`|L.@ j7\`BqHhuTAohޮ"_MA)p +`5P<S8+]u(=%Cd#P/=ʄBg'QkH,JM"phC'.)v*8V G +Cɪr/;$*TǸb uV~DvڒzvWBߙ/V<C!} `|^,;=r8ZmQu5džᤢBv>UiEA.c!ó΅ +(jO)=iR6+&Qp4촲H6q %lKܐ(9tK8.ǬGU_ +烶{p9b +O>Jܣ]Rz +6`AԴgm˜u49ܓOfKa&X\\t9ѕ˜K=šDX",7SYpO;j(JNWhx{3ZXcݒϲ/N[0z,>#82ȹ}: [S9 .<Xu`z ̟ᙚ硆P MxDDwe7W "Zxul=ϧ拜v #͜m )yM,0<~:ɻ}x͹;c@Ŝ7/2NZ=U;s+l7=tQm&G'V3v/eՆUP8ȹ +k&nѺrߗ.dC( 3U,,-Tn W$9O"62YFY][0w@[89B͚bZKgbZS.+0uȄR[7r_- p&aH@[cĂ,sej-'9b螬\L".ɫdM akLu4'_.5PR$}g"ٴ,_9q@> endobj +939 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [344.466 323.993 356.422 332.406] +/Subtype /Link +/A << /S /GoTo /D (cite.dekeizer-n-2000-16-a) >> +>> endobj +940 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [367.076 176.975 379.031 185.388] +/Subtype /Link +/A << /S /GoTo /D (cite.tarski-a-1944-341-a) >> +>> endobj +938 0 obj << +/D [936 0 R /XYZ 112.087 740.998 null] +>> endobj +58 0 obj << +/D [936 0 R /XYZ 112.087 653.49 null] +>> endobj +62 0 obj << +/D [936 0 R /XYZ 112.087 481.793 null] +>> endobj +66 0 obj << +/D [936 0 R /XYZ 112.087 310.65 null] +>> endobj +70 0 obj << +/D [936 0 R /XYZ 112.087 295.371 null] +>> endobj +74 0 obj << +/D [936 0 R /XYZ 112.087 279.538 null] +>> endobj +935 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F14 929 0 R /F34 808 0 R /F13 624 0 R /F7 819 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +945 0 obj << +/Length 4433 +/Filter /FlateDecode +>> +stream +x˒ܶl&!#)J%RrsfXϧ֤5!&7򦀟J [ Qfyミd` ~KwSR7oo-DUqwZIyoTrqԵ&(jCU{V[kt-V]iwOyp'zr]w `a6xxjOqlO. ?G?of~@ [D ע SGHo]xJ +}>#EG CaͽPpRg7(LfA-UҋKyƳR'LtH|~F\|)0ѢjXg;'0yMwg dFV+/rt q+i0vQ Q!C;Q[4 w(SZ'c!{ +d@ޣpve!V~tVgj((IB;{oIsˢ06Y)#~xĹi^u6crk-6wt + ?41ílN!ۇvhỻ1:\,Fu %A^p'=̈́'4!R\&U!ôf6MYPU ]=! $nLh5Rv+Yz՞gMna.ҪT 6A028RJM1AaHzxx |+ sa^dBmaYsѬ2Lq#]`挿ˬ^ZO96C`1 ywڜ^/ "+1^g[x,^ +GZlyA˦yyc1N;dU9J=)k`&Y[PCY|5L +,z6U,؎ȅ>rY +hH@"z r MVhS-H0U[0$?G*د(Mr9' +DuaA֤ +^xϜ>p >jE(ęTBZӹ)Xm5砮?2ڨe-=`AQ"󭩐>+rd)4TJ$`@ +i3eøX+21?D*kL`N- =C4 ǧ-gۨ$'>wX >`Yjzppu0$S`53HBJQ%sx,D޻4Ľ߄S?}K"EP9}]/JY~ˇ gQ氭Ja?&¬*#} {1󛞐Qr8Qk.=ƦU2Z9F:3/>Ԩ|h];QO!,XR cʨzVHphF#r{u4+sOPRCW0MIĥ +C$&D.]ҡΥRV + +Lq<Cqq[g6Dm9I,"c=?ǡ7eLlB/Um]Fa!cuj*/Fjlv+OXT% % TC@ٻ: iZP*CI4_P_ycu%u䯦"/AD%C6'"??xvh@)`f~/ij ~g, +Us[f9X<x@sx{)- ŝ ՌW"z?h$ t@X1ug UWGgYJ)Sv;`JLWqp?TMlLjnk_5r7Wvԏ̭F-h۬*BQ֗?P' m{(mR4#~S:RL?>9tsӰ +Fr9,MFdo6+0cId +Ϸ$zTtg-ѓ2`c>@A\1~-Br6i*&8" ǀPG=#w`W +4>ķ"Vf`uNbfJpD1'z ZO@+.o N7RȚȖXn@_g ͐9Rz}(d2|DQ\ |uә*&[Of ԡQ_vfe4|L8bUU>]3pq!~:ZF/DZ𩝻0&Z` i,IxtjSʧf()ac,Xqhꣁb\-Af4$v֎0\8&2T-@Obp=㞳m{Юio!aj`N *Jl3&Fr2=2@4 +s87Ĺv4(U}| )M ܓ-2Qo_@kjÁg#<)nOɖ/[(/ n=F'OƊЃV .c^'&FqӫMqccX ?xˁ󲜩U0K ef +ey(+gU%jfq~ ܽ{/РSC}]^CPWc3y%d!(.(Y'@xLu^˫y&>.Udz||"F1rեO㰑9nDtLm +2y&G2?~ ?V 93MID](^R("pLQG.$>LZ0W*_Mq*މ/p?5>j[0pwvى)5QU@BLJ Sq&3ɥ*]bR5jI]af5G g>fB:}t_\l&-] )@ZaK^q̚cyղ"4lԷkbeZ7%×!.mDx@)ojP>3Dcl<֜7gʁ@?tt*1; +={ߠ4b_,vRI5DuߤZE2}px6h"Aà'W%u-{0KK⫱C^,YT*ryd-WVG9æs -H!ޝaf3}$ +> endobj +947 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [282.875 702.144 294.831 710.557] +/Subtype /Link +/A << /S /GoTo /D (cite.szczerba-l-1977-129-a) >> +>> endobj +948 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [324.271 630.413 336.226 638.826] +/Subtype /Link +/A << /S /GoTo /D (cite.szczerba-l-1977-129-a) >> +>> endobj +949 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [206.136 546.727 218.091 555.14] +/Subtype /Link +/A << /S /GoTo /D (cite.szczerba-l-1977-129-a) >> +>> endobj +950 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [255.558 320.491 267.513 328.904] +/Subtype /Link +/A << /S /GoTo /D (cite.genesereth-m-1992--a) >> +>> endobj +951 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [360.374 320.491 367.348 328.904] +/Subtype /Link +/A << /S /GoTo /D (cite.baader-f-2003--a) >> +>> endobj +952 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [464.098 320.491 476.053 328.904] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-1984--a) >> +>> endobj +953 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [202.108 296.581 214.063 304.993] +/Subtype /Link +/A << /S /GoTo /D (cite.rumbaugh-j-1999--a) >> +>> endobj +954 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [397.191 296.581 409.146 304.993] +/Subtype /Link +/A << /S /GoTo /D (cite.dori-d-2002--a) >> +>> endobj +946 0 obj << +/D [944 0 R /XYZ 134.765 740.998 null] +>> endobj +78 0 obj << +/D [944 0 R /XYZ 134.765 435.441 null] +>> endobj +943 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F7 819 0 R /F10 932 0 R /F14 929 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +961 0 obj << +/Length 3620 +/Filter /FlateDecode +>> +stream +xZ[o~_G +XM8CyؤMb yH@K]fH)0`s?IOhmTꋛ¥,*_i cA_ܾ+S27:m6?_nR.+T˜OMg*-3y7fkr|x8Bnc[~I›Ovj{p5ICoLɿgk;jxm;ꦢmϾz4Wi֨=J4jE~5eLAʢʌ%gs J4KkZlκNYz֢A.^Du5i +6~L1Ni`Nzy4]*oURBm=,E rV.d>fa2ퟀ<UHރ2lMHl)0xo;1Tlp{m{#{O2y_ޭ( >H*,*l1©lY/E$ .j1RPLH=&mw"0Y-i=OuWmvnŏ8ܽ~25-F. .}Fg; Zޖy`29=pص ]Nf#+ʔ5M\SU E@PujDBr3E- 1fʰJehGТr){3&?kaZ #0l=J[e\&J۟Geu4|90z|ZrC@@G0 )Xnn?ʫ~Ec]%S@~ X?QVy@&Odsk޸e-RI&c*e+A[#R7gix -;ƬJ~*|y 1YKWN3 H^fޡʦtf;q[0lưw܀L/uh=\&\pFӯ[UĒk9Gv5(q::W.b\bbwthǔysU46`/7aT#-53ЭBY{<݄-R\$1h91}dh^y2<~ͯ!trrU⽟&#˹VT! +g-{: G8n}oݓ$ ' >='izLA}ҫ(-if)00%Tc[Km_ Z<6yBNӤ_ +_IvA<$PwP" +OfXlg~4:e3a6iz.0{NHf:[$3RLӜڂʇSq썑7/A{=/bP ,]X́n2nn?+&h JT`jX,eɷ )S=@,T"Ċi49 Eլ OۙxW<%};ؐ'&6@}|p2U:>*4m yNmz=EYQYQp!4m$^\:hdC +0Ͱ$ #X.m_qcduJ9wOm߯ E`Cr"CRtKn,fb2&P;즼=iͮ':$Y9 i=7"2e h(5 M|ͦΏcu+;Ky{L%b6xdc=P!h~A.ߒK`FRcd Վ~%sDTGsS +=u7 + Gv| ҞeR]Gp $~" +tG8c'ƈA bL ̇'Dkۮ~r\䑐8sb5I;l%5p77<o>e hמyz+BF]ef-3Z 1&+>9AQpd8u mfJ[{qWp2ܹK[w  c,ʅ(n^ +u:U)׼(Dty*!HeΉR"Fj5O~ ӉdX@M(a&(HKSE8Rs*xSPZk~;mK-K{dNN.l~XP|N,:[-lu,MICbifMUcXb nRbq8MTh5s>bk_ɳT%ѝ틚*oאf +A$mIf!:nD Ehf?xVa"KDo-ݴxm0R-!2z8* +?|+Nm-Uq„kž厩Kh'>,)^~^d \[ fr4}PklW8 > YZ6 x:r3^"me5ˌw d!xP˂4Bd/*TEΪAŪT|2 + O*=5q$6Uصs bلyr6+9zOA[T__ˋršDW.3sQ{p2f.Ǭi' Kz&_*C +>i DAPSV52'筼Ohw=wC*[jX 4kTϪR2 k5l3X㬗[:V{U(Wn "O&K_Xa8RJ麄Zƻ=֎ PhXCO]}}4[cV +endstream +endobj +960 0 obj << +/Type /Page +/Contents 961 0 R +/Resources 959 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 922 0 R +/Annots [ 963 0 R ] +>> endobj +963 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [235.818 582.592 247.773 591.005] +/Subtype /Link +/A << /S /GoTo /D (cite.herre-h-2006-a) >> +>> endobj +962 0 obj << +/D [960 0 R /XYZ 112.087 740.998 null] +>> endobj +82 0 obj << +/D [960 0 R /XYZ 112.087 552.017 null] +>> endobj +86 0 obj << +/D [960 0 R /XYZ 112.087 436.072 null] +>> endobj +90 0 obj << +/D [960 0 R /XYZ 112.087 322.674 null] +>> endobj +959 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F14 929 0 R /F13 624 0 R /F34 808 0 R /F17 618 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +967 0 obj << +/Length 3589 +/Filter /FlateDecode +>> +stream +x[۸b yHr8项hȲVO\IIQ+ٛ97CEOHEG7D7Upo^IC4wxd"NnJwy;7Nejjk hz&r"?uk2mj|μ(t @ʱ6/0{~ޭSqǷ~V?tTU-as_6e1ܽR!4L*/4$T$<[R[ 싷* HB4I4!QE0TeBkWji$:yIqT +8n=md}49 +:e盺·U=OؕViBnZȆ 3?2iOn -S><02'Ň=9xGgKug:'1U X&AL;0Z]fb;_Ǩ]͜㉧& ) Cۛy+p8d$YN4>O u,Tlw( $*>Wݍ xnPq-B\45Lù)֐v. kl8Q jY9E0`# V| eJ,B9fMÉˌ@Z`HbQ' f5E9l7!ŪnyK:p); +BF +AP%%mzGA[G,T;%p=wDz\P0Rcsu-hDGv&ƚMCMC5$Cu6$b'=8OziGqpʃF)i'Z@LD +09CxlcqI p.wF:`SaBWĖbNum"_bƐ !g JyY" 2D*! +?3a-3`~~:FfbWhtc6Bp `!2E/kHFE3LΐUf-~L׿Τ?|p4E^0dذ_U ֊^^g4+^LAS?EB;+PL'לU򲗶g3(h㒰 t vFAJ-F*!e@./CDwAW"M;{89:YC%EN.{%3prΏgV✺#$@=j=&oQ*԰(mfiٙίzQ +e[r)h %p}%~dh^0`zSEEli0W2͂{/9 bvOu9IOT{v#yei)Ёl0zP">wlzBBpPE-?|vW*;13mv/nB)b31l;)]#C=:R9u#v9 :d^X.4է} 'ͪ䂟J72 ѲA/i,TMqU` +iV\ƥ纳$pQzK @FSq qj= +r {flr&:o }$gw:O@ + Jo" N 6Ü+{6"tR a8:400%̞th Ĉ@R\zC ][ny&$< +Rzc mQ=*QE s؞( ]u" # #6"Mx[ʸzz}" ڿdN-]׶1ٍn \ƪ +G\H TN:)\Ynt*!WÁvcp&5QpOa쏲8uX7:H{UBްg<)&,z44n>D}k\ + +-U~P bO,>8ں˃אDjKZ{J1Sq23*u/o;%"6 +27hAD61E&p <ǎk\xdr.Ƃ>X" dM4\bEpN nf>+L$*o-@SAeSQ͚>ޯݮ[-Z{Lξ16mc0 \Qv[01Siv9@ r63]:hfk ΠQU*`hH0KĕSIpڔKJ8f^,]m&$ڃ8N)sƁW=ma Zԅ^PQvrc(^6ݵ[ US >C!j'Gm3>8dI=roq!CԻ~F7S4nQܩk +|<U5F1<яD-/ +O})kU+dr~5eaá +v4TؖZZߞ̥"oSJ&IER@KLDNCEhwv0&ߋxa3{[߲p8%=~ '\re?cŸ咅w-N-k-T&kד?xqoOX7sNo֕D{g +endstream +endobj +966 0 obj << +/Type /Page +/Contents 967 0 R +/Resources 965 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 922 0 R +/Annots [ 969 0 R ] +>> endobj +969 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [154.461 702.144 166.417 710.557] +/Subtype /Link +/A << /S /GoTo /D (cite.tarski-a-1983--a) >> +>> endobj +968 0 obj << +/D [966 0 R /XYZ 134.765 740.998 null] +>> endobj +94 0 obj << +/D [966 0 R /XYZ 134.765 665.528 null] +>> endobj +98 0 obj << +/D [966 0 R /XYZ 134.765 356.514 null] +>> endobj +965 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F34 808 0 R /F14 929 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +973 0 obj << +/Length 3580 +/Filter /FlateDecode +>> +stream +xڕ]6=b*!۠Cw C֮-|,"@Dpg.N)E~'qT&{(8M~,ʨ Jֿ>UQ=4FqiYɪ^oLZvݩlV35V`l?eK|!֯kU$ ҝ0YyHTsm5j2[AՀ+\,*JLy=Xe{8UF5`! m{p[#0P sGb( 8ǵ߁:{D\Z<BF(dFQgmp_.*btdBL{Ki"4^= M*}@T dNk ?@v(QP=g Я Hޑ| & (k[ qL,jǼ F;\? ~7\숌EC[(ഓK%8:<3%ӑOm"@Pp}Q Wu7~g?mR rͳ ĩ3ں)P:`t(O Mg+bTTb8^E/rz { +|dJ"ݹ_;DeL0"-Փ<:6@%OgȇOrU &.#%V2:޵ - +aX ]\µĔ9VP-Нp)tc{Y?7#`HrʄC_fw?gWہE(qBw> +et10cJRh~տ {""(mynV}}v$x ᮯyJ`RLdTe|,aRS#2<9w2!b@bFK7.zy_PGìp?RFǞh% !plXnz6a39y@0N$d;3#5ݱgTcaӁ-Ϣjn X$^CED|ba;FVV580v0͑_4uWW2(7ݎmvNc˕Dne1F#nBAN"ѿ8%7q3IWVȊ/#ތQV2Ige}uY繳:MIҨԥlN9RUF9/jlYAbIGuAvctX::0kmRrNo1fv= B4$nuұ?L*[:"/v!q1)KBvϹ5u ihk^q3yTj3V7_z$;}FedȻ{ނꙇr=p}2/aAϲtB 3)n+$ya&mSeՍ"Kn#OaeR=HfsTC\5G JR#AهGzY8pŒwPTCن@ +ac:29[PvK{:d0hɮ/AJ( [N$=|Xs\CPV +L;-(V啎\q 1nEW 􈹞ƸS;c"e$~xB'噮4$'| #TD'^,S|)^ n=9)|ѵ Igb5 kqH )l}wŵg +o_{8 #}Sj;\}9L,oD  +QJ} +z4?]%v<t0@Jq=; ZN&߮K?*!rW)N]Ekb1sD{:ʭf\)OdIiQl _8Q\.]۵;TlF<$+|=qJg"Km-%Ma.` `JDeqGq2F.IRbnɤH-uTnmeHdJs㑈a6f4 Ui]~EmϊoL\0ɃqEnHߴԾkeb;Tf܄[c"ę~ 3()@RC@ǕSM@!eQnDh^S"qTإ/h $ߵ,R8UYAL?h_T&y7xT}wS ,gQk -fg)Lsppƕ1Yu socܟ}dw蓥|&Gysd}(,̟0uz +J!~B+HI]*S  +y֞/L\>G&>Yf 'Q7܌oTyBjg,iƶol\^ +-29`u)5^rz<"Xş?x@z@!x]jq3>Zj)jnݫKxXfփ3 UɃ +3CAGIZHO/fCrh7rMS̢$w9$JKV?}R @as=|uJ.sRLk]st85|_15x>m?/J%W< KaQrlKWIt'\_ABE~(ғ7`߽["UPٕ*:/т;L,cg^-53 >i1Hu!>kӃ6- fj\14p(%^6'fؑ/ڵYzK,^۔!\O&#,iϢJeKr19 c.Maɚ2PLn&؀td9f*0.u=[ʴ`=QA +,}\ +endstream +endobj +972 0 obj << +/Type /Page +/Contents 973 0 R +/Resources 971 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 976 0 R +/Annots [ 975 0 R ] +>> endobj +975 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [113.859 343.397 125.814 351.81] +/Subtype /Link +/A << /S /GoTo /D (cite.loebe-f-2003--a) >> +>> endobj +974 0 obj << +/D [972 0 R /XYZ 112.087 740.998 null] +>> endobj +102 0 obj << +/D [972 0 R /XYZ 112.087 672.265 null] +>> endobj +971 0 obj << +/Font << /F8 621 0 R /F14 929 0 R /F35 811 0 R /F34 808 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +980 0 obj << +/Length 3788 +/Filter /FlateDecode +>> +stream +xn6=_-1W")J>tY@4lT'I~υ(Kq2;mb0/s?YYHM2Ku$<-l]_]d`72"7jv4Fy\z7"̹DDyBlr˅L|Ytn*lz؎bÂ6[{! +;rU!NJm5|dž{냇bLo-^`aWټQ,X  l^7WowK.O;bsWW%WxHfG T(m&m-Vtx)+:T-hee!jZׇz(- +:3NyuIZA1R䱈;gz[3#TyZXƳ"MOf=! 3+ց !PL*E4]X܃%"Qb2%J"PDJdib!vB$#"B@π"&O,' +JWlq1h7HՓqr})yMm)͓[:B'ex-+4ه0BxXK# ΟiO|[8v YLH}|ł/.g12;79V1rB\ԑuMɍNLe]r)d.ϴħ/%޾f"Kk}%Ƈ +_NET +D$Gj}O5rs]r뒿$Į:~IʄQѧv(_ =4 )hh6z&}|@{٣#DiM1Td<,!c륟/gsFBN_S eeؒOtdQD+00>,u[L2r^RB'K(b,BY3-'rִFQrgBQYqđ +0edHYRh +sAB(LuGt{FDۍQ@B,hk"ˏf|,ɂ Dw*Hkb(cY!:C&Q'<f=ad&lkԥI z ĤԿl(mJ)zxSYI`*N5nʤJHGȫWg41-Ux3fX */`%Z= m smmy.VS5>[NM7-5VϬmV4(7w@u-3g$!e!&1˅Xr`HD޿y4r4M q;e)D'χv:/(Uuidv#iN]:[Gh O+,PXnG$<0<.wɆzKc-Q-M{k1w˦fjZ5V|˅|N5CXP^K5GS@!{9١o:{_G#5Y2XN٨h`O=ِx3lIUƻؖ; N0]4x=:WB'LPjCwѹYD$Fفq<=X:۰]41@ @d? Orik-;޻8 \=teXd *֦@a8;(HU9u[KҚ,\a(n蹦; q+[YQ^]77q T fNR)r_yQnRؾfg9i>13zEK `qm9@h쑡yKȱ0>(3[:>M1h߭YAŊbZ[%rAF__s9Gȣy/슅5n@QoNl|(.e 8Y:>er#ĹH =_uuFJp0g30&©{ +҉3Mr,-#̈́[sݶF}le>m(b(uN8Y{qb,j +,T6,)yL?SY@kV iO,D|'l EVcw(D]}X82dX}¬r桵:mˌ+R)yG2 :A-yC0O{ ,q )>D,Ojo|M@.DB&*` roZ%Vz_bAiO&j l!6FZl@3;)ץf{El4[EY~V7%s#"IRSB_[\ǷK% 8ZL$XRzS'|5 +%-YPAR n^Y'Mގ?h&UB . 5қǂSr,[;F~ 햛.$fy2'R8f[ȜX,";ޠx5L,T AWf(&l _8o^d^%7Yr#G,v**m.-G^A(N y9LMI.Nks=)24-|\">! 圛w+ކJ*K9\5sSP^m91SI> #q =+,9os/cLAcǃѤqb|Yq5>O~ %=U=R(5 k:ێe}6g0M 8JR-yi5z\,U߽FY8WǦ ܺFk˛NkQzzbe.N1Vnz/+_Nlf;U7e\ŸσZ,Zo7\ 8".v ?t,n+OlLrZDց v,=Ձ! \m@(98osY.eg/ +wmiGvl1rOr@0O9_L/{f+<'DEbUw?\cH;p@`g5OACci%5'ǝMӯ\X*> endobj +982 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [440.342 688.251 450.775 700.291] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.10) >> +>> endobj +983 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [163.933 365.793 175.888 374.205] +/Subtype /Link +/A << /S /GoTo /D (cite.rumbaugh-j-1999--a) >> +>> endobj +981 0 obj << +/D [979 0 R /XYZ 134.765 740.998 null] +>> endobj +106 0 obj << +/D [979 0 R /XYZ 134.765 345.83 null] +>> endobj +984 0 obj << +/D [979 0 R /XYZ 144.727 199.889 null] +>> endobj +978 0 obj << +/Font << /F8 621 0 R /F7 819 0 R /F14 929 0 R /F11 898 0 R /F34 808 0 R /F10 932 0 R /F35 811 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +987 0 obj << +/Length 3658 +/Filter /FlateDecode +>> +stream +xڽ]o~vQR!MrMҢnӮ\I{)j X\r8CW1+UncU&wo./W*3su~sͿkʦ*}y5Lھ;nv::vh/0Q4%Q[cC|۝;rgն%7I< ; c_5ur2i=ta\'=pZ)o~KG^FR*'n7bmw]+ 7 m?R؜n߯( {x!׽_9|cYMdO@MTCTNano|".M- ;AC=v ʚoQնbyZjoڵ1itׇfZ*vWN⭱FiMIq*ڒJ@Z0Sx\ HUVi.W<N +P4Ϯ53r!J~υ`G4^u ''Ӌ T3ÚNj$Z1J\j[@~#cp`jkFz1{a c =hw2$i׭n?2.\ۡ7ch8˞;`6Va/phEDSёєޚwykM3wkN?|k"MF [`v8[X|X![+eMqa Y }Mjmԍ \GߊGCR[4( 9֦Qme?#71:@̀ci&ڢ=o>eteoC 1,@?\xjS9 +d> I+X+y{|A$[߯wM΂!Z =DhtIܕ;\ξn,߼,C["!E}(Cm-WOq8{qLqVf&rYqFvbun_TBo-LUʦ& +mI6&܅ۭa2KTs;Ѕ2p\M&+X !\܉nX%I8\ Cu|-d,SYI pY *$czȖ+\zyƳ +,|\֥Iw,6lZ[ΤG &~dSr0nk2ǒ\0>˕ɍu\P6v,V3zl]8#ZvF +ǻ>v?8=F;46~ϝSr;B\HB;q??jr;׎=Ft҈eJG:0di=q*sżƪL\GH hA6/MhjrELyY=!$bTђwR hEgϒ1Lˑ޶S:ۂMAUƹ\-> +twf%huIudv +勽ƯN_b>.lq@+yU +_~"KlAy2"PȖ857˘:MTY%W[Qo_mE]T ˲q>o?qO+xpo*ȪO)CR8$R؍h=3!hR=8eW*@8r !G+W\R>acC߭>IaT'Oڦq|^/򃵊3Z.$_2¥[*BR.Ui{3[K$F侗Rǥ~WHYO ; ]z +ع ַl&bĶ^tȒ,T|䎁 5b\S,fV%iI3,H霗%"5 KFEWeyN %Sq1M*V/eaX}[f bvx`4v$|hƛNU(˸UzSqگܵĀޡX&)b.ڻ.++/|CyMᇸ<L1ݸ| m>uI2sK/|d?`#ebUK߷DC-r4\_)fgqO){Bk D C` cgV*w9Pj JM}MfSMoF_n![v*eb,/-{ܴ3D_|&:}] tqKqhxVe D>F'Fite lV{WЍ$%NݰMG;– +.iI͖XKN'߃=c-/.{w*/ZqFn඾ukK ؑ_lrKVkCVj?6˭A. 7hsX"ͯۛqVѯ3ǁX,P%:ao' ~6w\zhboè]BjB?)gx;KJP$WX $bE1%b]Gr[^u{xj`/\[JBYd;Ǚh~a4.Mj>6₷> endobj +988 0 obj << +/D [986 0 R /XYZ 112.087 740.998 null] +>> endobj +110 0 obj << +/D [986 0 R /XYZ 112.087 361.138 null] +>> endobj +114 0 obj << +/D [986 0 R /XYZ 112.087 278.435 null] +>> endobj +985 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F10 932 0 R /F14 929 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +991 0 obj << +/Length 3212 +/Filter /FlateDecode +>> +stream +xڅZݏ۸_} O)]t>݃"km5)Kpf8G?D/~ 4yLEPE{XHf݇",R`(LU<~ l?}zrLIߕfiIsZI I7[Ӡ6*fASoq0s?ʂrD3LВpYP~laUͣ.Ǿ+[{a][p4 C-lO!8;v# Hxw=8xHB@Dx3TF&&(7wćzdz_q~.'^XgiɞqDS6JQba$̽nuYQ*T1) ÑXnp=ȃ)^5ű؃4 ^6ID +MYp& <Є^~2@%&O^*Bt4a<2N\?\*ϧYZMXv,OxLMv$wpUw.,[xjk~}x?ٰz΄"rw@κ1 8 + `eYL;i?;C&O"wõA,ǭ.ZnJhV-zy'"dJg@.4b`aLK1 +7Tɥ$gjq+T,͈6 K\1qظ3CY: }١RIYMhGPX1&\i 6Fd[vG$0CFL94UYok?hY/kmgv +}`mc8AWJ S'^=p4ڞaV+yۉ^Ie"D@r*&4w]񡭥+is_ܕv·F8DUN<1 \zٟ('(cW"ANqF D>NԌ\3b8IF(І41% V &~ݕ*-օ<dh<ޘ-LQNvcw@!H2FݰA - 0F{9^p9͠VsÈjJ:+˄CC.2F^6)vqgec395y=2#iJ<<820cutTE{5+-$^ m2 +~y +R@Aꮲp\m"G\@C"0*MjA*M1m%'?cTj)@x]4𮀣dK\oλ HK:~1l@< <ąK#`[G pja{M*`qw (Z DwfF 'շ :9B~!3#W,1z 9 6 UdØPK.[!J5G:jw)f2&Y=|3 1wɈhc|# Y'K4 la(9ϳ>`an;oaq #%q~ +Թ<}dX~xGj_yDJ4]*[ZJ>@19DZ-TbfNJ +c6=~mp^"ʶ{11!·-IBȓ?LHl$8넢%"u䂺170%p:̦v7P|:X$/uJ*$p%1 N-,AVҦ`Şl̖P0ٜUw<ڀz≽ +Ϩ%7[HKTc=1b{Վ jmXz&Zp"bx`mz6ǗwܪK-uZ +z| ySɨߨeJތLuck04=%/#0Ae^tycup _J91G $X1Ny1=Xd8C> +ke8M ZҼx'G'jԮpCa,2)/j7&V^/Py0VFQ f5W|k->Hk_grA4s~9\A/zSS"'%&)0߼^BlGrl#B$鄐ݗ="ʓ|A\[EI0G2:Vlx5ՍM^ߐނ#-˖V2B11k~E=RvF+քJ ڗRa@iR5_9ӻMӟ1`e[ Tnv $ h]Y=#|&tu@cGX+ywEYfyiRh3`9^%Q?~^6Y[B&H6˙H'(@)U.!C3RݙZ[fe]c|hp'w\jtįŽ|(#0, +oiBp#Ӆ12cCoNA;{547FM?aF90 x2ս6Mɜ + bcOپșlW B/K/ + جkM$G*X?WxdoۜA܍.7W`0W)<{Y){ +endstream +endobj +990 0 obj << +/Type /Page +/Contents 991 0 R +/Resources 989 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 976 0 R +/Annots [ 993 0 R 994 0 R 995 0 R ] +>> endobj +993 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [266.247 515.132 278.202 523.545] +/Subtype /Link +/A << /S /GoTo /D (cite.poli-r-2001-261-a) >> +>> endobj +994 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [282.232 515.132 294.187 523.545] +/Subtype /Link +/A << /S /GoTo /D (cite.poli-r-2002-639-a) >> +>> endobj +995 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [195.189 381.919 207.144 390.332] +/Subtype /Link +/A << /S /GoTo /D (cite.poli-r-2001-261-a) >> +>> endobj +992 0 obj << +/D [990 0 R /XYZ 134.765 740.998 null] +>> endobj +118 0 obj << +/D [990 0 R /XYZ 134.765 575.263 null] +>> endobj +122 0 obj << +/D [990 0 R /XYZ 134.765 412.716 null] +>> endobj +126 0 obj << +/D [990 0 R /XYZ 134.765 255.592 null] +>> endobj +989 0 obj << +/Font << /F8 621 0 R /F14 929 0 R /F11 898 0 R /F17 618 0 R /F34 808 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +998 0 obj << +/Length 3284 +/Filter /FlateDecode +>> +stream +xڵɒ۸_[* C!5NKh-1H IeU <<}cMFPiI@eY)[a&SYl6O =˓GDe:z6Cimw06l/;rw"#e >†ָn{= ;{) T_@׷y+kx> +2e[v]A*c& ޶9]+\۟lwY}rDMwYD|ϛgyK-,<׼Q."gR!A 3l.ټ96 mGkdsz->&1 a g\6";VPGj* ;Du᮷̋7n^H"[SB/U˽PyFt*ݞ?eyBh;pWPd=fIu?&FAWŋ3aݟW@keGn&ia}4&{ 8{ΉO0(Rt/|asLD_#c%1QSQѢW +$g5/7^kNce3-Gqnw 'ǛUDRPkcr=a!WSW$!4tN#u35ژ{ =,Tݽ Kh^&j/5706 +J7Jb;ޞ_#+(@SD3ZAņVI,,.Uǂw" Kvx}~ˋ"1AַiVo6ղMWՋPe^4.UTyVHDU.՝D*"9\ܨY^MۨKp8~)+Dv iiT˱khT㢖}AC:w 6[r՞'?\2xnxǩ$0wJVuRrV7&+RYk-H *G&a0m\н.^`v_Ǚk[z$>hJ61@x9l+T>S/?},[#Dz Cme V+xBhp\"gI"M(j9&gY.q$ +%XfKDq([kf>g"EZz"ba 7AVr$I@Fq禽rA9Cc~CR.}UWUHA qSZ(ˋ|AW-YZl rb;Bpbp# l74NcEPw0B0/2 K)vs"FheT8{:NܭOV8pi!|&pe64xj:jq哙5P`^M+]6r fȜ. 9>4& u+ xv6؅-tTD)DizBƥ|Xc]|V K1::Jg*?s;T.숕eoWIM8}ܐc̴*(U_wٝ>RZpQ֫Kz{_!3a"c^F(:C],GXA[%tڀ!؄?#@7nb44b ( +{6Z& MMEVB"+F] M +l 쏨:#H[Qd4ha͸2OO +R[`mڨ8 +G*sإ=l/|UA.G <4L$as9wvߢy9"m6m9o!k1z:՘׶LŹ . +endstream +endobj +997 0 obj << +/Type /Page +/Contents 998 0 R +/Resources 996 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 976 0 R +/Annots [ 1000 0 R 1001 0 R 1003 0 R 1004 0 R ] +>> endobj +1000 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [377.434 351.103 389.389 359.516] +/Subtype /Link +/A << /S /GoTo /D (cite.brentano-f-1976--a) >> +>> endobj +1001 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.264 325.255 272.697 337.295] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.11) >> +>> endobj +1003 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [123.614 176.975 134.822 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.Hayes1995) >> +>> endobj +1004 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [346.577 176.975 353.178 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.Allen1990) >> +>> endobj +999 0 obj << +/D [997 0 R /XYZ 112.087 740.998 null] +>> endobj +130 0 obj << +/D [997 0 R /XYZ 112.087 622.916 null] +>> endobj +134 0 obj << +/D [997 0 R /XYZ 112.087 513.817 null] +>> endobj +138 0 obj << +/D [997 0 R /XYZ 112.087 382.911 null] +>> endobj +1002 0 obj << +/D [997 0 R /XYZ 122.05 199.889 null] +>> endobj +996 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F17 618 0 R /F7 819 0 R /F11 898 0 R /F36 822 0 R /F31 633 0 R /F52 916 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1010 0 obj << +/Length 2994 +/Filter /FlateDecode +>> +stream +xZ[~_1ڗLC^DEyH'R6`du|46Q(itWW5]  B]+7b6Pc`,h7+t"C50G< +nNE;d ΢jqF^aݎhK ץi`U|Zp#E* ;qjvѺH&YD$oÈ5dC>CđKWgKcK>բ@;[ҎYlt[ e}ͳ ]w2S{d6V\E$F96u|Tu_aqk[[hMU#<AH0rozGP9^-G }H\RL&g&-gI-$CDjM[Gղ_ɚLɊHՉ'V$`~1Q$1Ean$0(tM3& $!{8@|yϲMMQ LIqH*j&&1Z;/4@[9ێ'k/o,g6h6.b^Ia0mC"=ޡtd;!W6BʲK80}jZ!aGĻas;M˅Q=-f$ u639D3%!|juUx,V_+#5pkK)#CND[vQAG43eXe%w0'n); 'M(m`E"ۆVWDm! EuqGehh?ngިTA`QYh^<{E[Ǝ&j6b^.ShVeIm6Jex6@_FE^f2g#hN` rP4k g&EӋfrƤ0a.߹q(ػ/n|c!j_U,h`4 +.D +Ff=('d>1#Pb@*qn&X\Tp82Y=H!E X6"K>'.((^ƕ9z9mt㴑Z. c" "`Y L%t<-XHpUׄWd=Y| +s:H=vKns+$Wlߜs;jW-,62!EUϦfO=IҋRtZc r vX<Rp6 ;跪o)4]{qN׳pRd?e4 2eh-Տ5pqŝsyrgT`2ap+RxG(lgv6й6dlB0TH {|O-Rj͡r3jb1Z/3v֢ -A_7K(hrG~)UZ5X*U_]vM2ʰ:QU}2aq*zICzh$UIkrV䪒Ve:eTeyB*sR90QdOQS}uix +ŁEon: +endstream +endobj +1009 0 obj << +/Type /Page +/Contents 1010 0 R +/Resources 1008 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 976 0 R +>> endobj +1011 0 obj << +/D [1009 0 R /XYZ 134.765 740.998 null] +>> endobj +1012 0 obj << +/D [1009 0 R /XYZ 134.765 571.869 null] +>> endobj +1013 0 obj << +/D [1009 0 R /XYZ 134.765 475.312 null] +>> endobj +1014 0 obj << +/D [1009 0 R /XYZ 134.765 451.854 null] +>> endobj +1015 0 obj << +/D [1009 0 R /XYZ 134.765 428.397 null] +>> endobj +1008 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1018 0 obj << +/Length 3434 +/Filter /FlateDecode +>> +stream +xڵZ[o6~ϯIlxѭo3mE;Yô$VVg&~ύl)nP(#OoC#4Z?#0@yFnSc?(DѪX{Y6!ª&vgpVHrÙc`qnDHZOX +XA~IM>SxBƿO ܂?FIzXEb -[ƨ0P45~dR~'ż⣃i|^g,](Sޔ;WijA簪,<NYlɣW[k9Q6Wzn'׫|Бr lS#.:cYXQ!~/==-m˲[@wN/z>NCʫ,SigodzUR_DW֢۞{t";g%_^e/8K=~>0 Gb7Q A-5wQbhn~V;MKmE34/CM!$Tʁb81[I_]fN݉{3kVJy-54g/-$l=p* u߲%7B }Bw8d D3q]IA뢿 t;R7A6;HNחα{Yg$|۱\pit\ 4ؘ`av>YkUQysep;qE8}:O9QUmRȭ)p{ *zy [NwhR6%nWǁ[h8|ioهRYeeT3DI(~OX) P±ad*\l]WWVnNEW_#aΆWa)> R +HTG @O-ŬN[@4eeѮ%Un +U̡fBs:&мUNHqo3JVi(݈nqǹ;c*e|H>()@QlV+l$%{VpI#c.4P1;SH笊Ӈ26ozz4`4pwi;ރL`^07.}޳{QҁV8mF ކTҜӏ=^ g.>. %ʀo.bSDߊUk }_^A 9JnZ*CB,8t默z~& >ˍ[F(s;1NSc:^y`I߅I~O߼ +#ygJgHȜm6?oxS!Qw[ק# P8.|oFv=^\}̾':.rtxM付 i`UGאztFI*O-'=Pr*;>π<3֡d30a0Z@r0E _T iC$`P+$5>RMC|GcY@' +B/>|{hz%#lcvJ{("A#YpݿgaRQbᔫʉ[jo`Nå]tfor SwVMeifqUҡ=,0MtsN AHE!'3p5ZG||EP(: ~Q9 |(8Liȣl9}װ[71f)9:R}bAĬ$D:9[tiqΦH$`c;N +(W,P$[Rt7 +) +$CLcPcݧC'MU!#wU)'f$?M?!p k$~eK[<(r"/m.曞e0 ll<2P&5khV:tjB ք,"U3!M]hȔOϾ< çf!7q +%LSϡ(&lU@E +Ij3@;d늀 %f fCFScM/!2•\f`:TPvq"v'kL?"0ɭʄL% /QR<6~չGqEZF/eMqg2L|DGjzVA'tQ,DZ$'u t <, +Mq̪B 4MvCE%/>oW4 z~يxOJlzZ` ďNZDw&D}ջ y֥\;(٥ƣa180z(zfw5H67Ezv "6=D\L65ѶPOJߝ~|tLũK>N7PҒKIȧ ) E+V֎@"AoOH*Xg"3œ`9^Y?,W F7i0cr]&8Ł K+r=.DreiwrIb#:a3ߓRo,@W]|$wÈ?@g:.: 38sj?xtN'#VEXxn'ʆq@xBf_%6@ҶrkoݘKƌBNJpģ v!/Ӟx,' }x]q#hbi!_hX> endobj +1020 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.696 583.314 248.129 595.907] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.12) >> +>> endobj +1022 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [256.22 176.975 267.428 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.brentano-f-1976--a) >> +>> endobj +1023 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [332.554 176.975 343.762 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.Chisholm1983) >> +>> endobj +1019 0 obj << +/D [1017 0 R /XYZ 112.087 740.998 null] +>> endobj +142 0 obj << +/D [1017 0 R /XYZ 112.087 725.058 null] +>> endobj +146 0 obj << +/D [1017 0 R /XYZ 112.087 640.248 null] +>> endobj +150 0 obj << +/D [1017 0 R /XYZ 112.087 363.546 null] +>> endobj +154 0 obj << +/D [1017 0 R /XYZ 112.087 290.636 null] +>> endobj +1021 0 obj << +/D [1017 0 R /XYZ 122.05 188.93 null] +>> endobj +1016 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F14 929 0 R /F34 808 0 R /F7 819 0 R /F17 618 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1028 0 obj << +/Length 3570 +/Filter /FlateDecode +>> +stream +xڽn6v"bHQN:AmBm)ܿ"EY`:EH&ϋEN*쮰n{=??hxMTwOwHTnaoC@eDefvlh\F,Y}k:vЯ7i\8Zv uQr12p谇ye5lzv^;yM{ӏ)VkSjnq֬7_p!=cNdhPⶄ^@F!UJLԇAj㷭;M=ٺ QC0r08^Yޫ>jPWSNDKCؑn<s'Yb'GD 8{ ~z3~{j"9rlk H,}!{${OhGQÀv<[|my2Qʮ9ՇEZ3;y_H'PG8"+`΁BP6 I% wPt*5Uԡ9<7Jx3sxۢZ- XtHeAg#c0fPdF8a_q@ځEx/ڰa>ײ]k-RЙ^VMRo+(4Ü (ty2aN&<]`F/'(U@qW8v&{tQ6CǬ/8<}M2j.Djؘ mĦ 92)wړ>j[jzG'VUF%#--!'#)s/G8͊, )PĐ9o7}^`ՠ2^M<9F';B^o4zln38qZ^;t"4v}G@ 3g: #1F{nE*d2Iz +Ke +!r5 R!"߽1yX!y+z [W?u AZ3 +puS|^k~;AHr¸u8JRCIsc(!n)T]ŚѺad-;ciΪhkg)yowZ3gq%؁ +'K9s6}pv)@!| 8ETA铬ڏ?_ƖblL~I4'"ɡCKyb@^<-8AAOPd~dh~,!"_˄Ƿmq-3{~0/%,l֜=sUo#_i'IQ_);1u$ C} +!03CE(2; H)]K0nfV," O\`!O_X&D5U{gP{bPTִ̼MeDoO,<&G1UV+(/8)]m'~zIʲ:-)}qK6Uʳ $Z9$T78!zǖ&@HNNVYs]+o&Y*C^c9`Y6ES?CBN$.{m_ZV-~$\Lr*}."WrHyȖg] l^/+3<|zE}a]RG/D 2$GIZαq~p!y=}#ܘlK| SIwM^^3I3L&r>Oo53 r!xt*4?Sg8'EϥӐ Вsec><//BR7BJLԄDp.LEW:T5UV#1VI GGH뼛&h d X*hoI}+7T [Dc94/!.Woׯ4]Yj}R32bf|pAp -5ˤ`Ի.'TSe[_+w/%]_H>[Hed*B 9~F"f%!%+'bBJ=xWWL mPf'(M8|Ǽ:6zB~Wja.7L鬚]tqjٛrnRk_A +1^#Q ԧ#aJ~MX\hpq|7-̗+ +z䶃Rb`mew ;}G[.x+j 9[$cD+\ӟxx~D[ܻ_NCt>n-}O~=_* 6D& @k6X Ǫi20OE7m7#vhc: a|IfAFj'Ť@&Y tߍNJ0e?&-34~l7jmx̽%vN JlA`6Qn1֋w'#xĎ-ۮFt"8].1͕ծ\u,VC'|9e%A"Q88V+s8R=zrkl.hO~?A^7 W!ONaCےwl1|w +!e|BAmqrC5lP/d*NlTzwr瀳X"|C8mTOnULp%L(|0PQmMڇ6I~b=Z>z? I E.ldH?A%fʯb%/=3ͅihisBb6v!J7xuWrǀ/_P bAJ#ȷW% `+ $dGGg횥ڽJ^v +Us)& ύR¡ב[6יX]dy!v; l-g6 fVIVbt%Ti=mv̦f[nLO#+`I e^udT|!ڒT>^HP?w'r߆d^|ޓ_cYŧ\C̐D"Ti[[m$QnWoǞ4vmvNW]Xw&CkiηS4H$BOr=?CVl1pOLaM>1BH%?D6=D;ŠmpaF+rŽ m )5}NoSĹEHT.^46ť$Q`?HQ-BVe`)~/0k[LЭJF-/~8 +endstream +endobj +1027 0 obj << +/Type /Page +/Contents 1028 0 R +/Resources 1026 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1024 0 R +>> endobj +1029 0 obj << +/D [1027 0 R /XYZ 134.765 740.998 null] +>> endobj +158 0 obj << +/D [1027 0 R /XYZ 134.765 725.058 null] +>> endobj +162 0 obj << +/D [1027 0 R /XYZ 134.765 449.459 null] +>> endobj +1026 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1032 0 obj << +/Length 4187 +/Filter /FlateDecode +>> +stream +xKs_5cp|K H0xWb; y{3mLQ̏V(`]w *Emi~,L\֑meX+^R(=-,îv-&WFTF~w78k~H9NfХ)( EUWx^`1ْxZ9\J瞙n s@k@Ywi2@Zz8O8B+C::00. nWϙ@4|.:x `{54tpY8?JD]E̔[p CiR{Y=H?D?lxFI;y_ {mR)<4{ ޓr-6S=B|q&@e6}~~զ$6("qsئGO fGtl|"spgoi ` gWs9%hܤZpוtB&v~?SSҏ^'ɸ+@U +.*G@r/X6>pcAI>@GrdCaYKIlA`?D }~i._o:Ǒ?yew$~}҃)H u>pRG5Kp ^Ķ=xۇ$ڢl8dm;FFz[*_kۘj` 1 + .:Xu Sa3[OVI$oR$[h+ 4XiYwiP`TO"Z]wF +0~iѷCôĝTQ/fp@kPE%h@'bVԠH]ObYkʀa'2`:Ҟ?X'ra컍_V">*&p_WBFx/C(ȎxiOv*"`Zp/Ţto(Dtya%p0y(6]́wc21 lIvmɣ7]~,dt%/ڈjtwOhmu@BDR_{Lڗ" ?xuGf6舨q{ IS iIFU}2S*=cCCd!@%8封L*<-03}~/Iw۶??} c-C"x"\#Hc iYN]ѤU\WhdX!ǨWrB+[C:vV32'gRk\:V8W'שX6ZB_~zBf ڦ`mq)d"U*Ra̤RëT|diயcLEom2TTZ +iv?a@zxkt>D/!u܈/3-b \̛0>f=ΚKx' ys?v}ˁQ">永 +4U>r[Q3䫴Uܥ WT)ۜ(syM_㼘 J<(9[h.6i"2s5#Sͽ2&8yT\]H$_(C(DRQO,W )w|#JnNHb3vavTþj TD  +Tꇟ-%/X's+Sq>G +s26k˖"e>//%&k+ ,k6d9_l*L,mj*ۓ o_!XR '~Á6@$y +b6kB_rSgxa!C(۞#0e}r˙OE՞ {_z';W5}Jw ΒLp6r޸,hq +3cm3}k?ȅq$pWλW3w'T&+|12O~a9- W-3%5篦_z“q[ߙ,Ǔ?i-=g<h"[uHLX_mz3oF,d|`Ar%^x9ej: >/tQ؊BkUB J ~}zHQ <>/@ޟ-VߟBVY%U!Q׎n+̧Ŧ[BNQ慕$$1`4nM&Wܯ> endobj +1034 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [141.311 618.458 151.744 628.56] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.13) >> +>> endobj +1033 0 obj << +/D [1031 0 R /XYZ 112.087 740.998 null] +>> endobj +166 0 obj << +/D [1031 0 R /XYZ 112.087 465.109 null] +>> endobj +1035 0 obj << +/D [1031 0 R /XYZ 122.05 265.642 null] +>> endobj +1030 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F34 808 0 R /F7 819 0 R /F35 811 0 R /F14 929 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1038 0 obj << +/Length 3551 +/Filter /FlateDecode +>> +stream +xZ[o~_GH:)`vJ"Զ<p$eLRZgİ#8||-w<6@a  >N_ ӪQ۹w=wV8"sZZw=nOZRK$6y ;y@ "N{7dFhyԃhߕ5@l2aQ&mLV20[-tT ӋF]*#G\^m7murQU%lz}s76Î$yD-f|] s|=Rƶ~-gs^ B48dO|ɢa|`%9 +F_N5-`{꧶C '#_ޜ4d=} o #ՒcS#8DM9 +2]-5~ցH-C˴`h?7X ۸F#2#٧D3L#DX V p&Ox˕' (ݵ;Aom5w +n8teQzf#uڂil$0aUWo]%*ZF H 1[~wx"&B;D/6%b)'COuzQ8ulE8JmUv?h!JoEtp̻ iN=U9t["JMI {>k$U].DX:R,p/-԰!'HaB)P5L<6IU=uIPр&˒&h?Cy!̮r2%Ω|*E!#T&8v2 c Nn P8("Hbgg5sуXvV<8Me{_hB{}{Kͽ*}{o@o+y0V-!wQ Έ/P& ~_V;[qU'TtU ܣ{y._a $& }_,d` "%Z ΁?k>>c3D Ptb̖BH_d~a3%GǪ<%% rLcxAJ섾uv>{oD_dahaFq[z|cWQ}'Ն~ӷ4AC2::6P( C0ghֆW%OJ)9oȢHQ|Tǯή/{*2Q Qa0A>`aSFRE{q"F}Fв{&1Ϝ")O37'ԛQ{w7t'Rɰ*O:Oh8E3#m5Ԕ.4x;j+Kd=c,?WlI'aT-/)5P_ƭByU^xS1h ^l׋Ȥ(d2* "Ͱn*}?Ϧ)0,d )Ȕ>rBFs=d%Jzѭ4KiinKA ?ău"_4y̑YꃎaIv{EU]&ꁅ\ 2Vu$%VcP<f3NĦ܃#dt1KQs~yW|sA fG߁v6. ab2N3;"{^ ϑfz4ln:.C!"믓-n$˜,i$VA:8Ibʛ-XuAAi)1Z;a%O+,D`K1Wg^1#uR.3)!2s‡YҚ56WȞ,ց܅ S2_/]!^!$m-+n F,7fWuRPyseGXeϛaLILVF1tiѨ@ !G?}EbH~ZKࡱrbK.̜H$j UP:g|T/">ִì5ilNJӤ.$Y԰+I,N7Ê1i)ʀ&4h%0YV#%_Ac‡S@L/f͢4Φi䣭KZؗ֒ MZglڅ)4y4MæJ'o e7 ']gS[q M}9afR|[An!ljW؊UP|z$jcgy)R’{LT^ —>n:?8u݉X/{`ea7ߚ28MNL,%sb$ψ 8ONq֋on +m ‹+4dU{%_?19fI|~K`pɭ  +"*8"{p\QA%'ƭE>(&tf!ə&s0gӃddSeD~=ʅ*02٫}#UP+&Ra.3*h ů֔TUa +(pW!TAe1r8ZoU?oLFKI@g~* @YC󫢆 "ͥZnmD/'Rr9w$ƩQ䀷nD$wsn 3(F*o/TOFJ_t9|bGHt;uJGr mqѽq铥$2צ$ܝcg&EqYHhzbMX'qVB_ɾpAע+j~x7 }2 [I!6M; `%XIB;݇LRU:xjmz12KADX[kF,1H6w:)b_-^ܔ۫ZqHu tif\Sp"Ck]n|j\1MZ-cjܥBly .dUZscMf2٩N%\ųp,B'Kz70. /uMO;TB>W2q'QxCԁfRKi%oW2iwY"V.\66 3 +endstream +endobj +1037 0 obj << +/Type /Page +/Contents 1038 0 R +/Resources 1036 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1024 0 R +>> endobj +1039 0 obj << +/D [1037 0 R /XYZ 134.765 740.998 null] +>> endobj +170 0 obj << +/D [1037 0 R /XYZ 134.765 551.004 null] +>> endobj +174 0 obj << +/D [1037 0 R /XYZ 134.765 447.43 null] +>> endobj +1036 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F17 618 0 R /F35 811 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1042 0 obj << +/Length 3614 +/Filter /FlateDecode +>> +stream +xڽZ[o~_ai x$ +d$E@>3sq%9^HQC 5$uxx9ڨU7T]Cv>hYkѢOԪ.DŽ_+co}?RT훻5M* ڭo؝O?vZ;c3>z#V_kVdBhr߮]}]\}Mo'jv ~xhnŪիȮ@É|՜0=3/jq_}3YZYVuQK>(SUw|utLj{y +Pǭ60rLF^/٫f:u5F-̪9C9\%H2cG+ MxQXԥ3e3R#6A +CF!2Jɤ]n33v^hBEn#֩`,5NC(=s"Ɋ/ y2Τзر=![EBh/`KBO@_$mX}3-|8zx)*@Pz~LCWȖ@D.%N)IxLSqPo.8l6DW:ynIxZeڧ Hm\?CAUbXE6&"?w[%Q**y&a# BR=q'>??(Q!$Tjy?DV;-bJW#tto f 2,8HB;O薖mnAuHcW*0aOPn( sV(eN݅#;l䓿Zc&xm#$ATȭ6$F5val<Ӹe.'4|JZEEl"qFBmEm?6hiS~kk_nHēo$+EuOΉ +#IDy\b~ua +ՉF81a.+UT|bs3Փ8Y:5&1no$ZVK;/q@[2N."H|nv=kX̘Axg p 880;_ǧǿ ~]"ΆB%$r+-ճѥB*mNJp +k`b+DX$ ^U.ކR護!9RVvݬA^Jvge7gT`Zt W. Ca* 7,8@6O\&>gv}@hcF.8^Fk&cFhQ# f*J;/tLK%}^lZ' 踍df\ h*|WM48`wx6$' + P&28Ofq6gQ9kHAj:wY}]MceLQ#aЋ#z p/RB;,޷`ǰ+Sa0.P>š +lCNd XR \Ļo|؄v gf@Q|:sʡ ɬf _H,|h%ӔaeߑQͽTd#kϧGI\\JrbCmbs wA|LBh?n{ơd}Mм?$8XKo]in'{ϭK*ì*Qwʟ0 +(U +<R(J^lQC٨!?z2]pv?6thǧjǍ 0z-@/d6PLаhYnhnS۾$DG#,8Ês#|mlAq© }3i&]N|jPU>S[Ղ`T0K5޺lsUY`G=gox-Tݔ-oN }|'Kƨ*Iܔc p+;F Rs Ϫ(I>3-P3ydt1F<^ls7;u +ὗLHό31-ܝԵPY0|]eۯg_SZ+p<˴r ~7=բIVIet7}Q~bt:}8"(MPi8]V̈́ )ә?H Z>%xѕW|qG5,6!69{yȇmi.xOnSc{?6ImzFʝ%!N[ˏzQӸEp_p+OƱOC(2wO,{ݓWC{QNaއ5t1N F4lyq0"V8慕p!Y~7p̠6-iXj)B8PTۜǧ=yNd7em . +N_a=g>\nY;ݻ +,2"/vRL)}\R`Ko>v :եC7Rc=|cY϶7w#!'2?|?MtJ +endstream +endobj +1041 0 obj << +/Type /Page +/Contents 1042 0 R +/Resources 1040 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1024 0 R +>> endobj +1043 0 obj << +/D [1041 0 R /XYZ 112.087 740.998 null] +>> endobj +178 0 obj << +/D [1041 0 R /XYZ 112.087 609.846 null] +>> endobj +182 0 obj << +/D [1041 0 R /XYZ 112.087 329.498 null] +>> endobj +1040 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1046 0 obj << +/Length 3692 +/Filter /FlateDecode +>> +stream +xڽn|q^lF[PS4m)!ɃKjvӟHQ+&m€3;o7:3,$]r Sy@}uuSnnL"=4oQ*Qy`Os9onjp{j3M3q#N 2?IZyZ*L#GT2˧l,w=vM/4#AoN0t NOQnrZBc:4fϐ$ ZXTvp\ sfS8-7főَ됛OY< y&FYlML I44#b3f3clqf8=#`;Xv)-qT l (&I6?&yң / t⥆҂?9a}ZmГbmۙR}n/dan`| i]0UʴcOPu=aDȦ^0*e cɈfĒݦKo'^IYyc/WqZA怏|-h'06(Wd[n5=lsl ([^yb*S܁9'YFe)c ey|z~!sںNON5Aḷ`P:+ \97on<!UIlӱkہ`bڎSӡ^}Bqg6iy{\zߝ@gUAVT7pЋIhKGm{D$'Ct2k @f,wX$0N^T%. e3Dws;_ҞibhJ4o߈T控_-#IK$]QpYQN0hܝ" +33GK:f: 0T'yXxY|ek4*}Ȃ&Ea +:7|c:c6!'9,+Xxk+?OBIxveHZ3:^M:Of"!_t26ܔ!YDLYӝ0QBp~QP芋j`(Ĝnޜ0o\$T ؊'^tV*F|p#"4;~;i[+"Ӽ񥼏2H$QJfPYW +Vder'HqQUFKR3[M'+OU_# )F}Z1bGTZH)cţJ6R':Y D,g טGVIi].8wfSJpm:\J=N2nl3UW^YP*˚JT.(xڣ̀/pd-aQ G7P{l`}GPWKYYFcǥ4#6&a`IPh63)Wfq76 à%fRcT:n=&LTUy*Ket^/G簄y) _\UObt`@%WD2`7iYSj>GRyZSe״<ɮiZmζs3#@fڬ2&/F 8 oAxb``i Aq#=W חDaO9!,;~u-)#pw&YL6t97#8}GaB}EPe5Ix1WqHpMʤDRuV^e$_hU@Fv !r0xOTL*Mys/BF8k2Ӎ=Qw)gWWd#;U9a;RJETd/i/zH<Жy#t^y.v_+o(kOŨiXlr.һ@@PHDYTZ%oyᕏ|K|q$ZG+3l(>")ZKh',Εq=&$G+rzM8~E/N}g5Jeeg~RZEK~Xijn o0E\>Z}r7ӫ/ctP\ ץ2,gsM4MWr.Tc3 KsZ'r(vhJJPPT +$+EGF7>|(3 -]mQVBH/y0 tf6!3' +Z ܊Q<N.YU9䗿sXgŅJ-ӧuڗUhqBW$;Wj ژ m%"|>-J}".RKpnI{<.+EP8yNa;zA^: Y ,LO -ej}*U/DcTXjv_dtEsKuۜFr(oΌj틨lZ%/ޠ"{Hf~4vIW "w\+r+틋rVeVjUKn$€#W:$ YC?;y!6p\Je3> endobj +1048 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [153.472 290.12 165.427 298.533] +/Subtype /Link +/A << /S /GoTo /D (cite.casati-r-1994--a) >> +>> endobj +1047 0 obj << +/D [1045 0 R /XYZ 134.765 740.998 null] +>> endobj +1044 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1052 0 obj << +/Length 3067 +/Filter /FlateDecode +>> +stream +xڍZKoϯ-`q|3>M]z$mf%!)>UU7I.pҘOƘtF٦<}7ϴOFAf?çf˓pp6Hvy>8TQz>Ly̷ /;vȘ ]n[,ۆa8n3EWiepeW MYx|(w7KB~=LmȎ$BXX}"d +w0 E38B<`k#Aq(S/"8۟m۪#f}m⫈? ݹ$V\0tGWN%bh|fsm-An_`lшT+Xgt<:a^2#?N]~ӖW3~C<ǖ%\xj9{W {`"tCooRzfx +ؐbGEz\W'*ۦ),\Z[(S*GdCM/T/NuE -q%{Zu#̸cDɒS`aTR"#۱g4}f8 g.ޡƬl"S.\Q6Bn#9N"`?aE[}'wiX0DH40[W8\rVFCG..B]4R^Cnj~k%}V.$,&&XFK nSGr>D$fiyX]:O]p:8ك=Z7Gte A&h []Z5s+u{+sA5W- +;?o+c9bgW RMt71>cDئxgY(d4"*|'wJ]y 突ai LJB1)A W^L<"i\dSmli0c5PuaÚ"O]+u#vF\Ӑ> +X,X/ zU|{/aZ߽N9/R\U"]W]~Wrhf܏OX{u,j1-u@F-r:q4q!Cž4yꋦ8)˹W%[jZcy~pL{FGylri';(8]͘ 5u igXJF׃ D(sH5)$⚣LmN8th}4X%ERZkqDJ^`Vt੤8KnFum> endobj +1054 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [420.713 222.305 427.687 234.26] +/Subtype /Link +/A << /S /GoTo /D (section.1.6) >> +>> endobj +1053 0 obj << +/D [1051 0 R /XYZ 112.087 740.998 null] +>> endobj +186 0 obj << +/D [1051 0 R /XYZ 112.087 685.406 null] +>> endobj +190 0 obj << +/D [1051 0 R /XYZ 112.087 486.384 null] +>> endobj +194 0 obj << +/D [1051 0 R /XYZ 112.087 313.375 null] +>> endobj +1050 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F7 819 0 R /F17 618 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1058 0 obj << +/Length 3405 +/Filter /FlateDecode +>> +stream +x[[ܶ~}%r$kgXxAo1HEWk!y:PxUAլe_'S749UͅbCtvR;U*nh*yBּ {[>vP (4'V7*&ғ;afe5)xd6U ih P d-*@x_ړd2+pl^]"/y/{s/RvȺ3܇*١qА*Pdkv2wVؠT}#^ӥ6.kbr:QEp-\CE[6xZ>5lR; 0C4ctF 1S֒}|-?7q--niW%fk{IO`!1CL";ܰ4As\YHg/gD=& [$*j.*s˙zRqS>K&+ڥ\{I1X%LLIk$/e+n<ߣE=O\>: A/IyG W*Wdvb_ƸQ8kB` ā\&6,8ekHJ.k&Huq\xb/ N&ttց-'2Au>msn$C\PSNWܘbKiD9V` + @>2={$iX j~8g[sǡ!1Q 3Ø=WLxE<< 1Q74kߝ|%I󤈮@ưea;$hR"d& SM蔅?itEU ScuiVTL]r}؏3r97i7eLyj3Ɍ% >FV2vm + pmF\-1k|)c \a? &foc<͝,3#^8 X#)2i8;Rp8!v5SFI,Q!HƖL 8(Er"xV +Gs .#=y]UfGvsG>f!7-- .DGbW\ՅJ *Defhr16E5H@jpWSlUeގNڞ)d=B~h9zr]^:ks's+Tɻ'otDAv)h"jC| hC7vh1k'Xail8 Mtp^^;#Wy"cU`p?h{gIW(1GSwG0e\ܸGcz`(5/`jN$@QaP!h?^ ~ςȂofhB]=`15ǥX%!lmɺzSCČ u_M"pAo"3<1?t/E 7B XٓWGmހ/ubm[x 6O1zgYL>m۹BXS}Hz4Al} ^tvk:7V-!x0䢓2G}SFV +SocTQ \ہ W3a "~BB 7pJ2QBV|;%~^KYMg)Z_ȥ6ęQ9cvτ$#x}t~ +j`o"d9OrByxVNw(o.V\"ZG ! +.1ͮivg\EE|]zRWXkKZrH^. I YM|:y&#I{s…x>p2=A'#aq8n)L^,dTcK<ҷsSn|g3|q&KIl0ط.2ȒL\V C2=wڏ2, C.޶Ԓ3Qz#zQ.̙:z nFq&q3Jr Mz8ψ.G?Q(-ښf`vֵ}cy9!?Pdp.һ0_ؒoIoɿa:w)5apL'6lOj=ogFfp| nYx?ė\* 3_m:uC Kćsѐ, +Q> endobj +1059 0 obj << +/D [1057 0 R /XYZ 134.765 740.998 null] +>> endobj +198 0 obj << +/D [1057 0 R /XYZ 134.765 725.058 null] +>> endobj +202 0 obj << +/D [1057 0 R /XYZ 134.765 473.053 null] +>> endobj +206 0 obj << +/D [1057 0 R /XYZ 134.765 251.908 null] +>> endobj +1056 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F14 929 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1062 0 obj << +/Length 3842 +/Filter /FlateDecode +>> +stream +xZ[~_y5#&O'iҤ@Ѵg>$yб[r$n}F͢@b5Ep曡*?ڨ(VYW]_l& UԮf|w?M~_}$SߜѼk6HhߘXFI{>wZ2d01rx<'SF{䕯/M ~TWc Uw݊)@4ˢu˿M;pI !tK'i;nZ|9&U8 IDFf7gPY⦫"a | +7p1h~뮢U ;qAsMF_~ <7WR~aLe.@>P)豇 Qy9J9c̉x +ؤztaA(%#Cx-?4@[[㙶ueOs9C.jclnWٯl(-v]n/:a&Ϭv o}bӞ-,W6O~WSDS)mmŁi<*ݶia5FeNilvf6~vUj*%ȦtC.TOG'ILdLԫi!R]pT@S<>/h̰CҲ +9F/ ]U;ZMH:4USϖXKSvâZt49!K%")ˋ3OMe Vw/ocN3ބ0uHRUxpsԪR,gޣ1a67IaFΨ8 0_j9>ϓL-ħ;3]mT3pc& k|O:W*΋ڮ@L|p)}+A8d@Ms |`Hz_߀#Oo@dN&-k&)!Tb0y4D_J$&8\0& Z I)(`N7! j[b _ ֞Swm]b" ː+!pdf tfX%`z>FP"&k-< N1UCi!V^zdi:tF${ t.m-$Ӊ~}w:?I˥FW_.Sh1)ѐoɣTF=ST)[a0fM*6>EIxFH4_K-K*K*^,l-PtTM;) +g$ F6z$CEŕ/Tv1O!JԒ+qiq 3F@"B-mtK~˺cpg:^nJ$b+9[(S$*&geK&p0g#el+n̾aeLX@lRU_ h!(¬I׎ LI ROw{lc)UNRآ_N{lmL~`ȸ cSE|> Rj̕Xal7A8Fuv?$xrؒ}t%ej #3 JUPھb!FN"׍ %YNaAT;/A;dE<@4h·c! >q}1ލ>ݷ3F}2u2?2`IC1Gk- +5b5x>OB+.qPJIxX|B/ϑ|UgS .Ow)tɘ!e˓< ZAZlísX8}GlaƤ] l23E;"fhE#_J-J;..>{Ƃ$ +q!I)߹wԛ.C<9h> endobj +1064 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [249.612 560.116 261.567 572.071] +/Subtype /Link +/A << /S /GoTo /D (section.1.12) >> +>> endobj +1065 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [149.337 203.263 159.77 215.302] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.14) >> +>> endobj +1063 0 obj << +/D [1061 0 R /XYZ 112.087 740.998 null] +>> endobj +210 0 obj << +/D [1061 0 R /XYZ 112.087 504.507 null] +>> endobj +1066 0 obj << +/D [1061 0 R /XYZ 122.05 199.889 null] +>> endobj +1060 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F14 929 0 R /F34 808 0 R /F35 811 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1069 0 obj << +/Length 3743 +/Filter /FlateDecode +>> +stream +xZK_1Ȧ6aDz$h "Sttk˶R[r$93_"%hE1X"HC􃎭!*a{=<: WO>&(TOE*5i)~ßP6TR軳9{i[,t"~XU׮MVG{_8-V}9_Uoj5=?(OLS7RuC.8~p9U7ˁbg{&*3d=Ik[g ?ȈC})K3 ]zp'$h#ь+phzU_ۜdcɝ+9;5KZeP_sٽ~ob3+6Ki#/O5-/٣uKb[6%Ͷ@rϝl89Rrs OFnI#[ Y|ݢě V!F֏_[Wld 3`ͷdgi3qԻdpsآ~;._Yցܹ1` +SRmW;s*I@$}=3Oڷγf"˓8Ln4&ϕQHhNw:60 : gy̖Fx.mgb3Bd]{KIV":Y},{b \PI0Zr]IJv8i]D/%3H;LH5.juLa~A%]jQ5ޱAY}~fEq2%2^ӆUj1<d1ztd )on*nE& "l:gjrTVM#ߴK]z qWs+5au +zrK1Kvf#]3+=1:1 @!LYL{h38KUf :!d`_`;lhOl&*x3/=6Z+9}xLeU;YN̖#߀w=#@\TlwF!gtK\_XhG<ʗ=/'xq~J0I3 +c-j'_wpa{ ;c&_(>aj"o_鎉^~BSpV@@U2Gz|lQx 6[+ǽrE l x4AJpIej'zC:J>#P`H_𔭦8[,/ Aʦ(ho]&1*BйJ3Wi5'/-&$wa3 b(feWL>F1̈{|.*۵ߢ;5Jz(P.W%C6hyiI4?(rٰda5lƷk 4)w؃NC* ec[lfhtU-VV(MDž6ߏo.YUi*` 0XOTu2:TTvܞӂ%z*hKA?;>`MtWL6 +xqCAOozL%Z̉ #c,U +O]̩q1F$\[Hg&`6@let/Lyh˔ d*b1R=72Fi_ +5*,I=OρPC`-b{S=_&XdLAf)%ZNMĮt^hpK X&Moxl +M`X ޕ0Ln6OMd:#4wZJYͤڽXң#ˆSNQ@;pוgY^?dN LS!xqXaZC6g-8 !7;Ew"7p/tm@ ߖ b)PN~7q6lr;Ͻ:s+&7\GY ;Iv2 l0mwʢT:: +FBÄ.%r{X]E:< +XrK^/љCll،\?3'M"w  ɐd$pM&tHCn1v3|Dxsn +;ރY71ʗWt/ZtɜHv%o_$.G ;_%Ӕ.͐a3!U:4(vA%Ty %9wX܀PX.#ɜ'pfJ,a1?FꊣU|ob& #ƇY$zc1~ ݵ)X8)R@r߰w^͍䌨M )%hcoѵc#4t3Qyϔl͠\q/R&埸Nm2 c $OΥLJ7c#t(Rn2 ϕ_R"Q5рo[A\.l#ZL$>F-ƛhCGɻr0BÎ.ʃnuI +endstream +endobj +1068 0 obj << +/Type /Page +/Contents 1069 0 R +/Resources 1067 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1055 0 R +>> endobj +1070 0 obj << +/D [1068 0 R /XYZ 134.765 740.998 null] +>> endobj +214 0 obj << +/D [1068 0 R /XYZ 134.765 643.744 null] +>> endobj +1071 0 obj << +/D [1068 0 R /XYZ 134.765 433.709 null] +>> endobj +1072 0 obj << +/D [1068 0 R /XYZ 134.765 420.396 null] +>> endobj +1073 0 obj << +/D [1068 0 R /XYZ 134.765 409.02 null] +>> endobj +218 0 obj << +/D [1068 0 R /XYZ 134.765 263.325 null] +>> endobj +1067 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F10 932 0 R /F34 808 0 R /F7 819 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1076 0 obj << +/Length 3531 +/Filter /FlateDecode +>> +stream +xڭ˒>_ړjSlgMęT\3b,2Iy~EjfjHFݐ^%WZ*w*b=%gN l"/x_JUfv4~m|ǀʥ*{u7n&Wի\*)S~ct}MDZl>\ŏsw Xo^Wu5C8Z5; >#_3V]5f&'!9!Cm}DGz H9*S>nAeBg[&'xQ< oqP50{Ki/O<*>9yX,tpX ꘁ]u^_XOӞd[( y}=J +WRւ-W Ay H0U#Sѩ~{+.+`x%hvl^dv ,y=6X_:)Y-D>1F~*{q䵀'/ԵȌ1r_{TD4Jn 3Sw $VGdAo DEV $ZdIҧ`ʂ]oThXV yl9s*ʡat,wZ֠ Pel S-@ A6c"'V>E,cΏcjEBZ{zq2D93IyHe>]m`;TP)(ŠŽ>axXhPyNx;XTѻܻ('a3%iZ2"9G SÌCh}ֲj!i_\4a4\4:Cx9 +-;nPzmaŦEH@K@lWJyP*@"McaEIVot4:X,W,Y.WwKdcW7pc;LcWxK)ʉU 㾦o(p +[QȓW%@8Շ1_wU:L +2ϖQ&TIRգ}gt0%ObR {i?_ T>a?a6lB2޲ +s;5")D ń؈&`>'".[!_"RCSJrz]}bzqDu"B޻gIRODx4'=mnm6D #sAԩT򖘘(р10T.{(HGZKS;+sϣMEDK_$ܘ`\X-VfV)¯Uh 'zIi/}\ U\[)o捪̨,9i}F9iZo5cmm6&٤k5&59tp_}V㻑AxS-6t`Bdq>$tK:>lu1X`|j)lKL6w녈6uY0g%>?r#JMjP2a[RgyMU?$i2 }~=`r(_eIjӪ$zZ稜rj dR%Y2r2,Q)o=e!@y2E'Nt]t78]}F% hl_jWf[\ { +egJrTf,ڳPe"cz z"ml(4԰Cٶ:T)+$<˙nI;+cæ CQW7*kRWM9F7LkR娳پP&Zkfۤ3#> endobj +1079 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [363.78 284.106 374.213 296.699] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.15) >> +>> endobj +1080 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [328.827 272.704 339.26 284.743] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.16) >> +>> endobj +1077 0 obj << +/D [1075 0 R /XYZ 112.087 740.998 null] +>> endobj +222 0 obj << +/D [1075 0 R /XYZ 112.087 635.063 null] +>> endobj +226 0 obj << +/D [1075 0 R /XYZ 112.087 578.305 null] +>> endobj +1078 0 obj << +/D [1075 0 R /XYZ 112.087 309.663 null] +>> endobj +1081 0 obj << +/D [1075 0 R /XYZ 122.05 243.725 null] +>> endobj +1085 0 obj << +/D [1075 0 R /XYZ 122.05 210.848 null] +>> endobj +1074 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F35 811 0 R /F34 808 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R /F37 1084 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1088 0 obj << +/Length 3466 +/Filter /FlateDecode +>> +stream +xڭZKo_1KÈDQ HH]B53#G\_w+6?i3̀C{y9U?Bs%YV'nE XT7x۰O͋GVF|!3lYB8I Q>>nY,-Oc=HFwz~ $Z7e@c]@^:eSá$XTmDy3nurdDQտbEZTɐh6uӁ_l;7\^]=Y՝Jg0BU(&Y&@b6p (4РLSbpYBӚ̽LCJSK?Л221_<`a oƐMB/EXA[~BntY'@lxח\yL{&<1b{5f""Ef\Vl"l7WZώbbPPe!Je(,o|SgHlv#f/nX:(4Xx{sLڋ R7\[vPܢ蚏sx `fpFi%󤃩"]dY*#C;Mh4(pp}|z,*NGa! s:$ n5[8F6+Ear>>;X;,WH +ba"weu +t@S?YRB֝\BL:jFS L !&:Wbo(+9u& L!|[H{!RC'"|iKŌ+bI`9#@Qoi2!m䶯\_-2˾Y lYq .JIbmd|u&@CМ6c/ጬDv8RKC\盬Ĵ,6hCUyp+o](8@sx|a5t2 MK^ +jwu2gxudx݈UfUtي+#o0xpCLi'&lM'աZy$Dy{YpJp gnLN VX@ph7V(~-͊tTAV^^&1c[_O8:oc~}69Ԍd {\ex4`f` k+i\"4 +Oqsjg#%#c g~8# o\D,OשCm'g4ntVDpn +I(SbsǮc}Nz lBY%]sKȍڍKPSCkMpFk02dςD|ڥ90&KGyD5|l͝2Hmx7:7ށ4TSdԔ eJ%0'aZue`D wI}st&SAL:]==xFBRZ6,5>%r)UK:9Ác\m2.`nKXW g37Y=$gη 8_&Ktք0lC|ɓ\τs W +_*v*W)J`gcL@C3ZpUU5(TBJFQҗT8J9/3)2_v=EGz4)3'ȹ7%s5Fj i}m*S(i&菚dҤ9?sjz`rtq{GaT ~ʰ|UU"~Ȍ\\ԱzG~)x +HH||Ev 09bLH̟T X5OH^~E(74IE)];C>W\.CͰiSGȁ"Ev-x`hrfS&Vo[`frG؜#Dp`0Q-wmP1hV˩\$#[|%|y5}& m\}Nt~,9fS~Zr +NY<w=|H+*voZFiWh#)"oVa}*3+R)LL¬d +endstream +endobj +1087 0 obj << +/Type /Page +/Contents 1088 0 R +/Resources 1086 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1055 0 R +/Annots [ 1091 0 R ] +>> endobj +1091 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [197.739 292.064 212.462 304.019] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.6.2) >> +>> endobj +1089 0 obj << +/D [1087 0 R /XYZ 134.765 740.998 null] +>> endobj +1090 0 obj << +/D [1087 0 R /XYZ 134.765 581.438 null] +>> endobj +230 0 obj << +/D [1087 0 R /XYZ 134.765 268.504 null] +>> endobj +1092 0 obj << +/D [1087 0 R /XYZ 134.765 202.181 null] +>> endobj +1086 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F7 819 0 R /F10 932 0 R /F14 929 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1095 0 obj << +/Length 4317 +/Filter /FlateDecode +>> +stream +xYsݿ“'yF viҦ鴍;yH@KVWD);!^{E ᄚ2R\d,u&^WtB!7~M4_JTsanzmJRTR]͏4" kݬqϿ +!qXՍ2fѬݸ3%nW7(g͕Q^qBAl#0U.:' ֬Dcê'JOYp,'Z&ݦ@^)+a85{}[릛-}vQ[-/;ɵ4vB420r|nVyn7l_xoOsl+xz[Glx02`@wD+#Jn!Cf%t8:4D +iXUD'gb́I΢u5:Fp_vz/VSQ;6 $gf[| I7ƙp(uwC`11oC1o`ZTZJCP +ڰV{Кϳ >'zͬW^.h/@2˥G=* +nK_AYpOR:ѫAzA)kaQ73mnrɅ 6[:i 7öFJe9ѱYX%dV!I^ҹ'E8M.k US:mǓ!4M$MŜXwl9snߐLK\z6.aq AW͢iS(-Ą IVMupEb]*I 3wLrO]K*,Cj +3-'!y&Ι+4cٯ<'-ӞHa^><'-N߂\@{guJ)/)z]!A.h(!6I/W@>D_$X1 +Л2K`b +FC ]Jilk2oVA݁mX[ܒC7yˇ ؆Uc;~V2iRGjd LMwrU$8Ȣ`Zd _nzL8'{GSvߑl CR 6>%Ʌ=h(q8=I)t5:n2L!18 &?SPхЌr~~b4SDS{8 HN,x`34\'(*^U^DW~ X S(u9@"ԙtP;큍 n>ʯ)>$M@P)0['6ūJ$LǮyI"]ĎtM_ ӛD#9aԊ"@ 3 pgՉ1m)x1=dN-k2io0?wN`O䎁|+2H]7!إp/C#rS`0;=Sd=3=\c׼x6[ U&^zr[d'/ZCANyQS?z6&J +zÔªk)HV`wh)jt S  +rh,.U/Ž݃ϨTˏSVk 3X -ZaѺGa~h 5:̃r@S#wȩt<1QHfg81{e%mEX 6#K$*Tk ycŠ'_Q}uB1 XWn`mUVH[3*bQ[yiCnie†6u~)r0"u<(A1ՂP*&U~!)%|Ne +yA-Ʉ +7 3)j)lul'ru6e^ LMGKuլ/0bERHi2r +e)Ps'cVrz5s2!l; OK%U>cX0tQ.ZUU<7<,<#HT2. ֒> dXf0:jRa`]cd\A RJ"d'dbMϾ72}ZH V g\-3q0lHEUjkeZPk8mρ oo!DDB򥩃tEfOwpfPRWpfd +C,}0gMA"Po[ƪGG!$Ԥ R}ll,*͖-L(Q7YTۢN(:T +H1AҠmF"|O(78syjbQ6X 1,k~%gʹ%%@kB(m,Sv\r +5sw9K,b4uTԗR毉:D"yBGpGpaz +5y(y2nE" S7R!,vMGK^ZOVSႆUuS̹VEHRPpu =r2\L "x+&o@[)7a;‚Rɭ+?_kBճdk&o\Wws >Ehuv_4ӕ +|`i>׮lt I +;S% en]_k,/m__׹X+. }|k|3S*\U$[BKU:. #å+x^f!@Nu%7xîR(jV.8T.eJ`?Δ0+>Y+([ ,,tʢf /⇟ E&8O.WE⻋$CiA}&VXeRH+JQ( $*`BaRWجJ;Ƨ~8/t8Ssw,DX9=f +>t{u,/]3o暷>p_O"ĻO*EKWƢQw +endstream +endobj +1094 0 obj << +/Type /Page +/Contents 1095 0 R +/Resources 1093 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1103 0 R +/Annots [ 1098 0 R ] +>> endobj +1098 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.42 388.611 269.853 401.203] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.17) >> +>> endobj +1096 0 obj << +/D [1094 0 R /XYZ 112.087 740.998 null] +>> endobj +1097 0 obj << +/D [1094 0 R /XYZ 112.087 461.91 null] +>> endobj +234 0 obj << +/D [1094 0 R /XYZ 112.087 246.604 null] +>> endobj +1102 0 obj << +/D [1094 0 R /XYZ 122.05 188.93 null] +>> endobj +1093 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F7 819 0 R /F35 811 0 R /F10 932 0 R /F6 1101 0 R /F14 929 0 R /F36 822 0 R /F31 633 0 R /F37 1084 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1106 0 obj << +/Length 3631 +/Filter /FlateDecode +>> +stream +xڽَ}fZQ(i6bdHEu$3 6RTw);MR0iRU*{?R`?myW%wOwHUx=*SI^9[)S%E +١^<&YJQ[Ī@$Y@@PG+kI^AVkrb<_k-Eu)q5sZ/e0fӢlcWH2+bFM hcGJ"q}> (,ܧ{>$$1}=ОΨD<'哅<&L(G:CC*ݕn,)juPZf k\ imVm.*quNqo:[+v<@!`Y89R`o:H*MH[ς뺡ݘԍ[9XՍ`Lb:M& dPǎI5^#Fi;9S-tٮ Y2C1xPP5*Ż+A0۽뚄 S%v[ْJ'&w0yƣӖ섲țo1zEzSף5@} @QbUN`ƯFxFk->tw(_9͔-X|O/Gql-Oܪ{1]?uܰlw^_|'xzJe3CҾaHc4NHV(G?ea0L!;ccW_x="}OxaS Z{+QvJ t4tHvgN=ْA1,ڃq}r!1(A&,cATCx&̛Rj!-$)\qqUrxFC D%{ qسFV%$Ili\f&$aGVh_[gv}3lt1yTNAXm;th?wQKf"/3Ex$jظ6_ 9F +XWTE,&%V˓0U8 l^ 8B4?UVN^;,ƍ8D;.4pWw´^aO+`|>, *O7߷nIX9\–?gNC+4t`X\ZTdA "yukpnx!8ybz6⹽^J C`mh:*TTf^!uc,q3>b\VG|)<57nqx"0N&)8H'fWY|DM 2&ZUf+ϣ.nFku1G\x`M*>NeM.cʫ'lKPƦRģOVw!6ͧ7^6cC^XzZWni:_72"XiΛS{c;^tkDp!xaWБ(/7'zpEH*ŮerLUwI뤬x16=pP?ԳC6L rPRO:mЏA r7"7G5A+%n]b=բH|&`8ʛȮҍwƮ>|1?m[D^">+ygqQRZLY$wvbN&]*9Zm6.uT:#^cOj]α=?? WaX%O%fReӽ.,^hrX-fT JL<0%t`|ؕw^+xv]x0NM :#'nVڿLz_y4*p878^mQ]'BTrCKI0GRy옸tQ{޵r(y=_,0 +])| }36=nKr5o7i|";VPJ@_,kJs>6:ME}3)q+/!nIVkS܌;Fó<˃> endobj +1107 0 obj << +/D [1105 0 R /XYZ 134.765 740.998 null] +>> endobj +238 0 obj << +/D [1105 0 R /XYZ 134.765 398.455 null] +>> endobj +242 0 obj << +/D [1105 0 R /XYZ 134.765 276.077 null] +>> endobj +1104 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F35 811 0 R /F7 819 0 R /F10 932 0 R /F14 929 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1110 0 obj << +/Length 3239 +/Filter /FlateDecode +>> +stream +xڽZK6ϯ@+$1{&O"ҷԶzZmu$93$%Y3 h$EU.?y'YY&ΕwÛ=tF!0f3ÛP9r}a6<q*c ᤹ZXMrҊYZF7r%៴IQFlҭ]oTu?rXH'~Bo>GRNj37tuB ״C0YNzlXخK +e!-' ъ"Ӿxĝ7/΁߻Y~$#ִG4Js'xj,+WnBB~ +gYb՞ʮeU$aeyQ0u0qSʭfԬٜJEqEkV}x.G}L9)rYDʹlr5<=;S3GPhڿKeT~ F2W6ȫe#0Mk۰?=B37"9ȖyhJaBnΩ.0#6RdŽ@au<1̄r:Jp$,(['l"Y02zdj5)/30U؎vf 0wdNdyYlQpKG +*M9+1) m9b->MF|zv0}>=S߈:nPQ"3gjW_%4Bfq\Zž*P喬(]y_w}n 1s+vEc"l0çm L\{c+^k:e ۂ&0؂_"=ΞC誏$ 6M#qΈ?h! 2oP|ikXRaa|-Dg6Nxcy"c/)5lc3:z'ߢ dSP{ G0YytӞR4n w>#7h>y$QFyމ|v+T򝷒ͷ'0(0ѫE|MK|7'҂ņfy4 56Zj lh@ }>vg_?WM%BЊS&9ICc}uL6ZR +#ќ_}gkﯩcs0z h{1j\f. $ +2aHY`'.mACb7KjT}8r@FDO% )yy#UeXtMF?ǻي>ηܗ&vxWHl ؽ4}f/^fFD8vb%se)$ !gFFqF/sg<Om z?.3 +ڋ{˞\rKsߣ'wxg(z1Fz痝]&aI'__P0P162[ +IKf7WsTo_]d5 ?p,/ڏA[h:Y1* kiZϼՠd;Vs;e$xsWE'BWa)B]2 +Ō1+dRIKRnQJ7@Z ߬7ErN2!',8D- sqV|DZ^E cΎěDFWI F]ܱ2 2vFO#2W!W(d6L).r3@}p22gE PtS#ln8yF1>S'c:xy^΀ 6ӡ>}}2[T ȄM`_q5h(eF4S2w"nb*uS|}zp HT]yGds6*V6COY f^BM/a=o9z z΀WZl7W!?^Dm=qQ,c*a<e)M3>W/$HdJQ/ TsOg Gϡ9wWglCtċ[nhS)²^=ݘ]5{ +3Uε%HZ, +)"֧)^x^_t$?$p |!UxiظqW-a]Fo<6>??!#=p\3D?qJ¯(}ܥ&a%w-_cyahvZT/SU+._9 PYL%2oBfs3)N7|jJ2~vĴc!fFэXr?}M|Zyݬbru0V3n.Kԩ+9t} +endstream +endobj +1109 0 obj << +/Type /Page +/Contents 1110 0 R +/Resources 1108 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1103 0 R +>> endobj +1111 0 obj << +/D [1109 0 R /XYZ 112.087 740.998 null] +>> endobj +246 0 obj << +/D [1109 0 R /XYZ 112.087 725.058 null] +>> endobj +250 0 obj << +/D [1109 0 R /XYZ 112.087 585.253 null] +>> endobj +254 0 obj << +/D [1109 0 R /XYZ 112.087 513.25 null] +>> endobj +1112 0 obj << +/D [1109 0 R /XYZ 112.087 488.956 null] +>> endobj +1113 0 obj << +/D [1109 0 R /XYZ 112.087 410.92 null] +>> endobj +258 0 obj << +/D [1109 0 R /XYZ 112.087 375.942 null] +>> endobj +1114 0 obj << +/D [1109 0 R /XYZ 112.087 351.649 null] +>> endobj +1115 0 obj << +/D [1109 0 R /XYZ 112.087 297.523 null] +>> endobj +1108 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F7 819 0 R /F34 808 0 R /F14 929 0 R /F10 932 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1118 0 obj << +/Length 3467 +/Filter /FlateDecode +>> +stream +xڽˎ_aڌ(QfIfOr݃ZmʒG>"EYr"F4XE֛鍎Jx@y)>r?3>i=Ș:,w&/C +h5󴼡NVc,I.$ , JkBZ$a^$=qd{B{dAXId(R #}NVzPDy6ȗ + V.gbRpsϗG&]_HRHBiHlS0h\Ep9O&C,D>̳TCLXeGnb˰Z*P0䒝,@?>IDBB₏UtkAU͕YoP1V+ȉuBjR,&R,zş0<|e{撲*5kdp@ (U9bb(u/׶N,GFlPb\> wUcU?@~LQ'˷{?e K{9g a|GErC]"8'='4ƠnӠ( UJ4Newm5Q4b}'GD!KsFD|2U1*JwA RYj޸Lui=S7%Hۭ#?$d)p9 +v͉niUT)FɃ`,ᔥdg-g +.赱a!z Y +;K3˰9V#/Yג%"6-aav_a"VhS"kt9]ŕ7!6Yj~]*ةOJ˼+lfS 0*MΰLJȐG!R@*dܥǖNTVEj歜@RbEj>^1~X ]CXӹ >|6Na5MCTmFun/.V-$>f):rq3$)sM + cQ-i]Tqxw3=|(M1Ll\iZ$=(VɦG10~SyTq=ԫ3T"wsIk t:ՅG''~{-HW_ľrX ˮ7R뗚~3#jU +M73#¡s[Tv\fTݏm>3/ER=߹'̀9P:Lԍ&Y;lrP"2FV-eaol{'$Mܪt[վ:kw[OeYfBi +41pl 5μd] RLmO6VWځl3/-ڔ89Y%L~j#.Ym!-}sPy̴äwO$]O5-VW3lE5/A:~l+|4̱:GsWk'q52iQ_MYue1Fm& )S9T!~''⤣~= D'emoRcgFw3ܯ5tL dW1rK,#Z| ]76u^{NQHNr2-_SWґl+lM{0yOK'͐s >qyZDQ(̒!#?mo*YWk//GYBҒa =C-MT?XsEdrCQ]ɿ(F9ҩ+ +yB!Ӝ11db]0Z8Wij!4v<h;ϱwB(Njϟ2e;㒌Jp=[!(NS z7 jO ~Gr9O IHO?ګ0bȫ5F*~>Am_ @_>lPb|s~l>=kBЃ 4TIPA2T3IUCEn? Tۮ1ް{TX@W[xCyg=OɟeNqG* DeY`g&eEZz+H]nչuz==YIA ~5 炭4NlS*$kBa9Gbʚ2iyyX&S)M7g!- vqt>7Fyٜ ͆5S,ZKNjeᑲ?pH +endstream +endobj +1117 0 obj << +/Type /Page +/Contents 1118 0 R +/Resources 1116 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1103 0 R +/Annots [ 1120 0 R 1121 0 R 1123 0 R 1125 0 R ] +>> endobj +1120 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.154 621.503 481.588 633.542] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.18) >> +>> endobj +1121 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [361.387 477.49 371.821 490.082] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.19) >> +>> endobj +1123 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [392.935 197.149 404.143 208.557] +/Subtype /Link +/A << /S /GoTo /D (section.1.12) >> +>> endobj +1125 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [344.948 176.975 356.156 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2002--b) >> +>> endobj +1119 0 obj << +/D [1117 0 R /XYZ 134.765 740.998 null] +>> endobj +262 0 obj << +/D [1117 0 R /XYZ 134.765 725.058 null] +>> endobj +266 0 obj << +/D [1117 0 R /XYZ 134.765 521.324 null] +>> endobj +270 0 obj << +/D [1117 0 R /XYZ 134.765 258.866 null] +>> endobj +1122 0 obj << +/D [1117 0 R /XYZ 144.727 210.848 null] +>> endobj +1124 0 obj << +/D [1117 0 R /XYZ 144.727 188.93 null] +>> endobj +1116 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F7 819 0 R /F34 808 0 R /F11 898 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1128 0 obj << +/Length 3531 +/Filter /FlateDecode +>> +stream +xZs_GiBH$M$mIh9'H_?D=vb*p +lJM̮vǛ`M dh=|]e*K׵N6|geTe|ha,ESV~^olMdM>n:6m *+h|lTL'(U9b8T[U$Q ;P}OE.@*yri=)6S9č8fq<ҶaKI㎪N(a^J:?@($w+bPE)i0xOeq=~ـ*ٵU IoDi#mCGaDCqz4)ScC*j/hrE-Һ5$ R5\Cg7MVųD4 -ehZ]5e40mtK;-Xw5D\[n51 d%K{ÌSSS8+׳iOAqf/ /Zfj, ԕPW6u{υ>cQmEc1Ye\aB eۑX=4`΀\-,w9+d5&7ϩ88NXS-@C:  KVG Lޤy)Vw%V1*oB"2P3k'?.FHYV*#\*5I.m->u0觲xQ\ ݡng*\C ga4Ivj&GY* F:y"SC1ؙ*6AgZ=&"]Fe6F` y޳XQ:¿6TQ YũU1ڈdۣ#.(QxG!Ez~,lG"aᥧ1əo؄*|ym +kxzXTlSȳ%e_Af4flNC86*bpzaRSSRhUd2; +.5Jhq-4 /NwOb:N{FlhBBys>SoqLd-OID0JU:ɍ9\ k ̢YM:F|,Zd,jd9R Q)ý4&g=0$~@|HmF"7(»p!J@szWqKbVHTI|` &.C&;bs:xs6Y4M>)ŸP_Rќ`KXDDhOͯ3{W| +]xv WbxrТ8nWT5$VF▗(|Џ$\p5 5!偏'.39<r[@x`oZx|"+?7nѹW&zͮ"XqIGBXkjk,?&ޫMV@+h_8bؽۀ~ޞQ7|"PP4?a3)q' [S77L@Oڬ QLgr\ZI٬Q+ 2zYu+MB+w@TZ0eTKfg}Ll1u&B2/?"k꫾Nŝ O Dr%nv޿; 9!v#?EU/_BgD^{4F&x*{e\= ;ϟ{~O╢#V{+ :xtHNz=@!Qq>ݭ4vwH秒.UXd}X&l+pDJ*tDJ1JPnیK]d2#U 0RvN5Y@EA'.:[K +" au=DfYBv 3;boz3 X#zd1]X)6'вϑE) +NZ[AT<ޟV*wht +-YqtzpÔ;8XDZ-szpuW@/E @"{݃PjpOBÁeu2+CNX0|g-Fg,DtcAO(>˥ ݎ_e?: xtNb".>y;J:~ tf(KtÑQEjرv̈ס"zWУ/GdU`·3]k̎ Cef. *\ɮJaޞDw3KqD6dS5P](Bn]Y)!}wn(:x֬m@z| - (|,hB3;ڈ?7_ DO R&w{;m2l/JUCp){h'ssGaKXl  @}QpORHkd6ad|?it$D4S޸4ď.ݡ{l<.f` mDZg +yzC:WRVM;@W4C@R_/!UN%>G0Cq֝K44r'i錰E=uo4mcLg\;yj1쀃xuJTN}p]y7%3B uH]0z/Na)--MB8#A>$V2d|I^dZ&+`Jl;ATޏ+<4ܻ[sPgg)Hj[ cԢĪʦh= ơhB3;ڈd Š#ł[^7rX O!>r]?e+6|R$7dw^SS[.3lO؆i@*_qKIRmv(;lm1o$S1w(՜ґK.]z./:8qŎ]zqršxN ~mQ{yF1 7:Zʏ.RGӹ.AWq.j$yL^{"w>"Y*K-_$*L Q%)pdr'nBJR #C^1gBBW0fhD2&|v mP\;pu߸Kj34ZDᾏ;\>1:@p'W25*J. ^O5Fk +endstream +endobj +1127 0 obj << +/Type /Page +/Contents 1128 0 R +/Resources 1126 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1103 0 R +/Annots [ 1130 0 R 1131 0 R 1132 0 R 1134 0 R 1135 0 R ] +>> endobj +1130 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [208.064 577.548 220.019 585.961] +/Subtype /Link +/A << /S /GoTo /D (cite.casati-r-2002--a) >> +>> endobj +1131 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [136.35 553.637 146.784 563.74] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.20) >> +>> endobj +1132 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [335.415 553.637 342.389 563.74] +/Subtype /Link +/A << /S /GoTo /D (table.1.1) >> +>> endobj +1134 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [385.907 361.196 397.862 369.609] +/Subtype /Link +/A << /S /GoTo /D (cite.casati-r-2002--a) >> +>> endobj +1135 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [312.522 267.672 324.477 276.085] +/Subtype /Link +/A << /S /GoTo /D (cite.casati-r-2002--a) >> +>> endobj +1129 0 obj << +/D [1127 0 R /XYZ 112.087 740.998 null] +>> endobj +274 0 obj << +/D [1127 0 R /XYZ 112.087 682.16 null] +>> endobj +1133 0 obj << +/D [1127 0 R /XYZ 213.802 374.147 null] +>> endobj +1136 0 obj << +/D [1127 0 R /XYZ 122.05 199.889 null] +>> endobj +1126 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F7 819 0 R /F32 630 0 R /F31 633 0 R /F36 822 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1140 0 obj << +/Length 3369 +/Filter /FlateDecode +>> +stream +xڍZY6~_U%ևX+Ug1BfgU ( 6dɢDxjHcELxۤLa-6t0 ̃RnRfAȽYW<OIrXZ$wPEk^9vjPpE"@L Hc86AyC}LJ=U mhS_p?=NMZv;f~[6qIlvv eh@9"& tCwȗǾ;zoGg i +0 | +UTD2ݐT_l_l/J7r0=<,i X"U Nwq#_{h0=VoF:IkT#JgDr&PcnI j6튩h mePIxU'*B%kWLaf_ nYtx}̧#u\ǃE&$QC?~ HHB=l<":bh rO[`r6Y2[+m_S{&:eu4r{9:{G 4I6s~EfxF'W%prwނxNV)-ȅwp}7 ;h?Xb ~gHp3Ocp9G)4q7ݸ]7D@>Rc\cDpփXk+V;3!#NO3#\gq]p;l +ߊhed)8+.U2:J4F[*6οvwޯ2lx$;W F= hE՗)Wݓ؎k),hʃ(>ӓ` ,ݢ8ցiPK#CdG-[Іm0;`lhEa! ټA  w&H׏䜑cBP%'16<:Q8b6(=bhi;lX~]I*A쵠^sqH@. +Y^F摩Ǟɦqi^aXp, `Vq:(kfhT'uB1M:"<M6N1_,f4l"Q%F2f 5]Y ++GԱ",aQng} +G < FG.4oRƙWKsP~ J4p8RbVD Gr-fW#;q}V``ba<6_.RS4Lw-ɖfꀷWo`-p%晭9 #m=~)ˬ$%k)cjF, 6SW"~$Uz=,*ǭz>B.HBZynvd? d(J"OkJ +[ 0RbQ;E5C[踒Y4(8z/$Ih?y@~d N\x8l!!e]J۹`|Y <RyBCDk p)c?IA{_E!(*D]R@$NhH8͙ixBCFc>Le]fB<.Q08# P4mmlYJ'WR)8:2,"^%NEb1;"p)H%@KB@b +r`Ž+jK/эy&Zd*%!$~64MT༨88؍RdG[0JF68lk4xd XO1(N"cEM%-9ůʒ {*FB *n?ش(x) W1 }pwJb1\ ,2/R%I +]aT^x1E+0,/qXN)D-M՟o๞$ØtخcFxa(=A 88W!_H !Þ7fxVY,hʖ"|?Y$ +endstream +endobj +1139 0 obj << +/Type /Page +/Contents 1140 0 R +/Resources 1138 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1103 0 R +/Annots [ 1142 0 R ] +>> endobj +1142 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [409.714 347.975 420.147 360.014] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.21) >> +>> endobj +1141 0 obj << +/D [1139 0 R /XYZ 134.765 740.998 null] +>> endobj +278 0 obj << +/D [1139 0 R /XYZ 134.765 495.144 null] +>> endobj +282 0 obj << +/D [1139 0 R /XYZ 134.765 308.347 null] +>> endobj +1143 0 obj << +/D [1139 0 R /XYZ 144.727 188.93 null] +>> endobj +1138 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F17 618 0 R /F34 808 0 R /F7 819 0 R /F35 811 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1146 0 obj << +/Length 3506 +/Filter /FlateDecode +>> +stream +xڕZKsWt U%x ^ũq硊 ȒW䯧hT%=====FUAX܄AY.\iۻHQ6g!}t7Ū ,Y=\yNr'GʤyPFj7AXkׇM\~|ǗIӃ 1]_iyldfT㗇¬\w- x>lh=0}bz0VVpuN#Y;$fMfHG )1|{ m +<384[FQ*֜930!aa $nT208oI&>X $O3DUG/*,\">R_oyu`WnzugnYogQzķcϢ$]-5"Hsc7fpZ o2bƒĝNp; d[ JCMå=02ň%T1qJl|JTAy"b +9581%lMc5n6n;Q CY s"Hr$M g!]^>VK .۫)ftxˢ Lg[~UeUe,RL_[*MjQ(ۤ N!' ؟gP-0_G`G oCuGIZTjk+xGL(8$3#Hys87WYT6C*oT6}K&%)WD&IŹ(8Aمc[7֬kq>zS{EZAso}#;8,Zkf78Ozh@u(xbg\x;sЋҭ"bI!1߿aPC0Y&i?O0M^G?b8 MPوnMpB; ր\;CnH!ߢHR~tC=ڤ\ Hjx+=H1艇mrUZ3#oT.$s9AdpR2LS2ZY&-֛Q .ga%EW U?(dP(ca8Z)P-g0G{˰Ik5DԤR9A͞()Vkv{dhAkպI%55y?7KqN5Z8?o45SHGʪj9s-\cʩ =W+(r#м? +Y$ut1YR09cƓQeKd vLN1xWU߾"oM-,U)17@{uc +#Nz? ˲j),o(h{7cNLpdbD4sT8ث݇Rm)~]$FTiJ|hmQTN5LFL+zIuSrbM x/xםa^'ENQj1.(uTu(Llؖ`Yv&GsW4v,$}VˬMTK}M]1JvjT\PlVvjPC?y b˄8zƑx,[~le Xb5#~ȍ G|K0"{e˫aP <0C +$([ݟP\b~fVG9 +KJV|t5 |wwdQxe]3ͅdXb.}A-bA̵©gI?سQj`,Ъ[1y. ݣҷafY׶ðsT_\bVGŰ}+^U-F|erC=R'\,C!I<_v|2 .9h7k#\'CF5_8=T`$]7Ur;OkԠ[[7MQ+`+Jxe(\8{qP_}S}J8Iz(Fi$& XnPX5MiY!*h Z 7q #ƝIBgo޵۾k|y.A0B+b] $'AaZ&W9X0' ,T'}/Kh,eXnt@w1{v<29U6&TƦH5zyh#,B}WGŚa7(j<] `D&7"=-lmJ/o KKFaj7ǝ0B8iD~q;uJe~D@DSsQHLEL)ԟ"}"?amFF5T/ݠ('z1oM}4`D +,J-" CL*kl! emЛE&QѬB\G,qLՆֈ`n[F5)MQ&U2ǟՎ0r Ao|De:ݥY~u_wTDa"MҠ/&ܻ&hU2 f Jzikobr-JR2^f[_Erbg>AIi[Ѹ8N)F UU -Y(M۹4͈”_- +L{ +'l&^埼O4i1GeckNo]{GƞEDw9k1NGg?%mQد{`pcnEQbg?h'$ze0Dʌк@9Mؼfr"@ɲ-MPbҠD, +endstream +endobj +1145 0 obj << +/Type /Page +/Contents 1146 0 R +/Resources 1144 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1155 0 R +/Annots [ 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R ] +>> endobj +1148 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [147.332 642.046 159.288 650.459] +/Subtype /Link +/A << /S /GoTo /D (cite.gaerdenfors-p-2000--a) >> +>> endobj +1149 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [160.062 639.555 170.496 652.148] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.22) >> +>> endobj +1150 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [432.98 642.046 444.935 650.459] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1151 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.71 639.555 456.143 652.148] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.23) >> +>> endobj +1152 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [239.499 301.767 251.454 310.18] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1147 0 obj << +/D [1145 0 R /XYZ 112.087 740.998 null] +>> endobj +286 0 obj << +/D [1145 0 R /XYZ 112.087 406.37 null] +>> endobj +1153 0 obj << +/D [1145 0 R /XYZ 122.05 221.807 null] +>> endobj +1154 0 obj << +/D [1145 0 R /XYZ 122.05 199.889 null] +>> endobj +1144 0 obj << +/Font << /F8 621 0 R /F7 819 0 R /F35 811 0 R /F34 808 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1159 0 obj << +/Length 2808 +/Filter /FlateDecode +>> +stream +xڅYK ϯUmv6d:Nr j[YY/R%{ |(Ÿ~q,}ȓPe?-$[K~ᇏC,~x~yHPeQ<ӳcJK}w7Kso7'NUX۩lq +~2x6ʃz7Qj3<Oȴjld.j[_NN:xN#kAk Z2eAjƤP)atۆ Hbzt%IyUcLr<94 +jäށũJvIv|Nhj`uEV 8Q)*3i+O`S:i|W;ҎI1 +T̺mmt Z bsz8 T|SkU*p*fׅǕk_yiF90X!";y ȎmO'LJ v# M2Ie*XjF?(7D'u:yB)Z:kQHyd7h(Xwo4]8jKV"u?fL;] JT@,%JC+B"&OUWL C!|]zF`}!DE!S}pG*cm;edu +Nl9o8ezR EU-ŋOYѷ)H70Z ͯv8Z)!'!a\@ \mkdb\L-r +W^ִP)5q6;7 Ttt+)^- +lMBP<:Bh^35|{^Hmn߼q`k͸1oBj1v Zu\Wlx,B~W( 'ǺڏΘRX:q-['r^ []Җm (DZ'9d!ׁLZ͙<bj̼4H9iꦦO:% :e‘܎#W'6-+$=LC*^K?7i?-U[(X ΓcH|k# '1T-.ƥt?4gw]u.]?,w^NAjـ ߻UdRRE՝-1t}AmV:j PJjBW7f2.!ء{ _wjԎnIfLkVkjSC$ BPqp76x/HIl4zB߲l+]߰Dt۲Bsײ6kͲV7,+R1sRG5i/OͰmZeHBۍfL?;EUuCZO5[l! +o=n }[N*ɿ#Bs mfj5'fxY$Xe%{^ N25:xsվ6~ug#t5Q|g"OeY< ~efoc R3Ie9}ÐS#\M/IsL)-_v^I/-ֲ2~AޯwiFw#x^?DOaQJU;[q)B +qUb/*eL^ܸ 6}0[5x׸r*4+4b+lͬ]'(̩^34ɏLLO,TpЭ 9xH Wr|Bǩ>Y߻$=S1;XvF_L%0%@ZApvC'@qH!7ӈ%l?M|r*Vcc/XDj1Qwgt0^Q fh<%g--7UEA6w_h7tf:rt`= ~nUG./E4}/> endobj +1160 0 obj << +/D [1158 0 R /XYZ 134.765 740.998 null] +>> endobj +290 0 obj << +/D [1158 0 R /XYZ 134.765 575.88 null] +>> endobj +294 0 obj << +/D [1158 0 R /XYZ 134.765 340.368 null] +>> endobj +298 0 obj << +/D [1158 0 R /XYZ 134.765 321.202 null] +>> endobj +302 0 obj << +/D [1158 0 R /XYZ 134.765 231.065 null] +>> endobj +1157 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F35 811 0 R /F17 618 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1163 0 obj << +/Length 3463 +/Filter /FlateDecode +>> +stream +xڽn_I-CMH[yHRh$*$ۧ?߹r)ROLrwvvv3+O/U4 +Tgp,0;- k pE,&x6/`ǻ??8TQ\G7w0`l.1$]`nnPzUl"/Eg*L,ݯI&@mMM9w$יÇ~A ?3R)bZGp$![G*}m-9b)<~TDw:Gw _[w<OUfX-ײU/w@j. +(~ŏdy*!kx;}pQ@ owՆ?=N09Rus2#LS= )SMbej /y61tiiT&"Mu\~JJGʬQ5y8q("wH@(B5$&m֖ňvJvG/ >O/ |d>qo_yyRy$f'WTlld&WA\e9j<1n ?[F3џA-Ř؀kNu;+Rd + t.<D~~FKgL #u]$5{qZqD^f4f[6H"DŽBnW|~<#sLaҘL,H U1UP oW0X!Ү∟,b, zf{?ѡ0Zd(85RVDo DB73j4|uwytE5ʻW.;P6kKi׷gh=hr,33LE^0Ͻ Τ}a uLfxg~Ã- +ΆRuoڙ5xqWU)(Q,N(}тB@M;2nH$bIQAl`m48 ZmXL8wj4RE yd}|+=DZSf.rUFUc 5T4ԝ\ +r$U.ds .GQ6r Гh&ir! uBkW1.Ln=ҍQ%B.p:wZ(IW+2c.1$qxKM]R67~MXk@'IX0>2Y|"<&hn;)>RҪp_ 182xJ\S/HH o_8S:FL +>"Lݥj;mRK_}qԃe*MSB;8~Ihڅ]fVvo%ƘjK^CnU`10uճ T'}cۢJUQ|bf1N(G)T/djw=4P{LRq'qK ^Ɔ/bRNSGH<$dh) hࣄr)mNspNz9eV2ZCJ4G!gM/ "OuZpsF"ۗ"TRnm)h=R4q55Tz*"f2b+:KP(>eR$҆s` +Is+u8 \%=v+.G,ˑR^ =h.LC:DMhxUOo MH'$ers2 +Rl-pKzm)6\ +Y+v}) +E!,W=ew4L>5v%96~!#Ӂs[LU٠nP 1)9g({`}Pa+⯢-{5< q޻Wf8ni2=i7¹%(vYނ>n,-6&uMgʥb +ₚYf {Exi2,G;s!9əT(z=wT&3@024{iO`q, pPW GOD< ;)>c vC4_#9< 6LpD` y61-*Fйԥ_8eG″9ww;]{JF܆YwdhQ[帉! o][/ YO<wA}9DȊOv #Dn3O<\x3QM=onfX3ԯQBHj9İ\:Τt\c"D>[u +13nTBiH*L$PmSl0mDLh/WpVou pGee]`qrxVf8zCfu mb9y0|+Uc_l3i*Gkh}ށ +|q! ?wۜ*$3d=UAA:qx +EF\NJ&5"( v[}xoSj%~|`++(1W,z)fglU')]r?=.i=G"9pCy|Qί [FΓK)wu;|K!iΗr%?Agi.pCӾ~h_Bd=UEe _N^awpiG>tk.,o+uwMy%7'TtI7 ~0iiClyS\t! ۦpw=#,AW\lP`'_xVeṷO=V\׳` ,EN,͹Dme4b/U3XEY Έdi9nvlkN閹!W-۷Ev7VKV3m9 N$3r=Yn y +endstream +endobj +1162 0 obj << +/Type /Page +/Contents 1163 0 R +/Resources 1161 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1155 0 R +/Annots [ 1165 0 R 1166 0 R ] +>> endobj +1165 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.895 423.723 270.328 435.762] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.24) >> +>> endobj +1166 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [271.656 423.723 282.089 435.762] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.25) >> +>> endobj +1164 0 obj << +/D [1162 0 R /XYZ 112.087 740.998 null] +>> endobj +306 0 obj << +/D [1162 0 R /XYZ 112.087 589.907 null] +>> endobj +310 0 obj << +/D [1162 0 R /XYZ 112.087 406.923 null] +>> endobj +1167 0 obj << +/D [1162 0 R /XYZ 122.05 265.642 null] +>> endobj +1168 0 obj << +/D [1162 0 R /XYZ 122.05 221.807 null] +>> endobj +1161 0 obj << +/Font << /F8 621 0 R /F14 929 0 R /F11 898 0 R /F35 811 0 R /F34 808 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1171 0 obj << +/Length 3785 +/Filter /FlateDecode +>> +stream +xZݏ߿KefDJP-kP4i<$yZmm$y6}]Ѧ)XpH3Rb+mʳtXeڝo4F lU*Uջʒy>z77_l|h4?kLiwz5EZGvcs]{@5h74-vz$j`k G׭hcWpB }g]%?H@=PTC ejʔd6#dm`{c<PKHGo#5&IT4+$*P: S4=&ͯ~񛅅6yb篌w?)Tj肤vf3Y#PJP1Sh=Uz[Q[KgY44j3}}o+jf8"\fz-(M]E+!6g놉xt}yߞafQ϶0ʔDcm']X0[0H@'>S򷁪}zpB\h2pDҡνp8njv2"W=r +5T^1QcV<͵&*+2]uU Afsͺ,jMw6_haQo |T%`7hK6LG%# Qg57D Dc|8%`w?$yhQ=FY@xt?b4uK,~>Ϻfg%,zqٻX[¼лB<4pyn=?BŹ)P,~xŒ9%*-ߞX ?v\88iV6l!jGrp9jjkFQ]FU宺26AOw'2-Hs SfrhI5YN5]C(|󑈫`) mlt::@L&q0Q[nȨ#Ԅ|Q8;S=::CZ_%Hw#$_HQ GcLԭ3s_>:)"p~irY +Xg5/q Ty`,;32ՅAMe$b ơIաn)vWo6)ec)+[Sq0V\@K$H= {|;n!k3Y!^[Q]u텽!6_ȣ^;O`7k9DҼ:>M&T#W񊖼N:W ʉ>Hj"q4GHg/zZm9o|V jI+u'KdK^ʏ,UIXwPtL;;TsuvRbgxn(߽hR6>"mCEq'|+(/ϒ]ԙ(L!vy5zWOy/YJw ])o&lpQE@SYwAAJbtD0|D@Xeט=$:~ eAd +oI5T(W+# EO$yy8>/K\:lu M{渹W'y;]`sQček(_ZfK2RLl9? H"SW^%`]$M1ڳ +$DkLrHlVI}h>ϱnذ0AXIBF sώn J /^gY=ejv1۬TY,Las3%SBWW,8؇xIr7‰G=G@C#sI"%Z󏡴$'PIc  szq>s *%ViL2ON4~s ZGg ߅D݃S\ +cᓌF"x+fs97iihMdM.&fj.'qc9IP^>B FɏGx,w&P.rH*Q)rjonbeb.ruI3F~ncUnhhP&[=iskSҝI9|B@vJ%iֈ /ϜA |lT Z_z, +endstream +endobj +1170 0 obj << +/Type /Page +/Contents 1171 0 R +/Resources 1169 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1155 0 R +/Annots [ 1173 0 R ] +>> endobj +1173 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [411.422 485.014 421.855 497.053] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.26) >> +>> endobj +1172 0 obj << +/D [1170 0 R /XYZ 134.765 740.998 null] +>> endobj +314 0 obj << +/D [1170 0 R /XYZ 134.765 315.253 null] +>> endobj +1174 0 obj << +/D [1170 0 R /XYZ 144.727 221.807 null] +>> endobj +1169 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F14 929 0 R /F7 819 0 R /F35 811 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1177 0 obj << +/Length 3651 +/Filter /FlateDecode +>> +stream +xڍ]o=¸ڀ͊"%Jק=EQ}Vbam'ɛE\&3|3z?:VQVF*ϳ|`owZ@vfr*WyjV3mῪn?nr.}2UZ܋;.0q5u MVتZ:&3wgqzC,5|ӭ= \{9M;j86VI tіL7q<$#ˈ~|o{԰(˓א8#2٠p"e#QL?"q +)H?<7;p69?cKB%ѱQ.tuqsX87Zk[r28Ł\pWfR#vDLD3 +L1#:WYF Q7 nU!4v)`@aO>aC;~$$[O(BddsCAI@sc-x yO!P%7 Ec,Jxd bEEQg8X[.STY%}WX>Cxf؇/@K?Ud/>uʼn\C>\.xb."`W +rkk`[[n Qy'ʚ|rDosO%L)L[*1dwBbűdr$Z!&w'9w?,5-(`_|;,+^ R.U"kU}8Gӧܳ' t)2ݢYI_#M!J\w9h%>Jl"$QTu+fS=g'Ʀme4O=c%cEKt]yicRvۨsxp?)K9$&𣧳t7G-:2;XgO]Bc0ȘHA +"P DCԐ@p#ٯۆ1P*BbS1 jB$_֏q+c'8nFhO4<̌ZhRTRI&^䷵u4p\-n)]Ͽ*OM(;@E%`rE+TO]/ ;9ƍ :/!|Kfb ./fo͍6,s.hՐ7* 2sa9^)ʆ- 46 ')\&pi9Z/<1B3,s9Aq'J$Ǡ 4樴iW^Xb$2 w >pF5.TlgiNYL"ЭZG_6"8#Tj}pibu3t&5> -F[D'Zd bs.h89̹ j'2׳O^eje٨$rmaympM+c7MQ+yv6& 7;ѽ2&F؊Z%Á.[pv,;ؠD\4 +œ5RL,b9C-1Ev5uqs`0K>Štf, T}S&]Ľ)~Ⱥ:GW?_L=X+[G=7ߥ1enolX&LI`#%(H:F#<#HCn|jR '&Vŋ=|ֿƞpqUpzj @mC0:ݣcyYAcL;1MrX8;*MC"f|@4j8P ~wm9`tZ!fg`C>{[} +̌Zaw IY7$Vcn2G'EaU]6Su<,x#&t 4^Ơ5lB!Z<`d&sXb:V]SjĕXӾγ#+8&G)GyvrZnKKR'hߗŋ,B't;6}BZȘ uCm\e%,U}++ +܄nUf_G\9oH6* W_~Rԭb Xdϕdܚ JaBYΐa [!Zv/x\M< *9gXOPKXl yG?3U +$cqƔ굮џ _CwIַ8R 0vzLikY@>_|:P a# ,/GH4fg_ +}Kg(-xO|>(r8ꏕ`W oX'XJ3l;tKKBZca,=@t +endstream +endobj +1176 0 obj << +/Type /Page +/Contents 1177 0 R +/Resources 1175 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1155 0 R +/Annots [ 1179 0 R 1180 0 R 1181 0 R 1182 0 R ] +>> endobj +1179 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [337.742 444.353 348.175 456.392] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.27) >> +>> endobj +1180 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [298.542 264.839 308.975 276.878] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.28) >> +>> endobj +1181 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [425.674 218.768 437.629 227.181] +/Subtype /Link +/A << /S /GoTo /D (cite.loebe-f-2005-93-a) >> +>> endobj +1182 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [441.42 218.768 453.376 227.181] +/Subtype /Link +/A << /S /GoTo /D (cite.loebe-f-2003--a) >> +>> endobj +1178 0 obj << +/D [1176 0 R /XYZ 112.087 740.998 null] +>> endobj +318 0 obj << +/D [1176 0 R /XYZ 112.087 725.058 null] +>> endobj +322 0 obj << +/D [1176 0 R /XYZ 112.087 552.019 null] +>> endobj +1183 0 obj << +/D [1176 0 R /XYZ 122.05 210.848 null] +>> endobj +1184 0 obj << +/D [1176 0 R /XYZ 122.05 188.93 null] +>> endobj +1175 0 obj << +/Font << /F8 621 0 R /F17 618 0 R /F34 808 0 R /F35 811 0 R /F11 898 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1188 0 obj << +/Length 3652 +/Filter /FlateDecode +>> +stream +xڍn6|EЗ@J$u۷vCO[Ȓ+~΍%9ރDgùS] ]Mg]n,C| SHd`vwXܕQ黇;QJ?}׃Ge8J&5s:ILZ5dSmwf=mwT?،𚕛^*~ahl,GrFl!ʺa~3,Ǝ5 vp(.I2M|'Gռmw0@x#w^ hۃ!ar$ϯ[?*ix3m#|Sy-8ޝζ(;"/T1RK^l;B {.ӡZ~-mmlX_SEWvq[ͥX mbw(F%fy< ]V9k 'ˀ!ϖi;`|<k&Sgdg%ʖs8%"T!u`h hG;{~d}|&442H7;W*2i)PqdEGXikL;ྀ]Q)TF\6CՎ|Pv"=k)JRe}P/h0-'*YL;d#,?VS+T =ˌXiy^2u8Fz3# _|Lw9u݉ŀ6;٣m ) 9ҨvtO“6mSx"Z+8"v2Q5%GLI&=N'5m"2ȸ ؑ x[~D`v-8 ;vk{Ew20c&e8pgh6=*I'׍0dH.<7k  )ћ'%#B a}Dl'>x6)22G9uh#'<7Y)NiLVVGfc!b-yVyPu8F2H!:Yh8w  !Jw/[Ԝys YwԁU 7s'82ih<PP~k@?$@*E8?s +ϗlʸw袔TIt`]8J=CGه3'BpC}хDڲBё.^l1Y@Q:)3el@\\(u5\I- /ZsV}"])")9!ٞ΍|b'?_|`T,DSqb۽$O#L:U ͹ّ@@ɈX}kE.C<̟T&/,$ .n%%i._YVK86myuҧ_P8=3HSX*¤3z44f2StnK3x_d\F>t F򠩄md71%:6TtN 9K%cS0X8D kW)+:Zظ~F`Vg4ǂ{ŊT2[9po'SLCVV-dh>t߰@Y6Rt= + sitUT<>儦=IqOp5w @poqF5yi{7kLrԗDARh`kUFYiKe`D,Rm #}kCd28Eb`nR[7/ 5s3Q0.>2'/a u@J.%!x\~> endobj +1190 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [178.905 475.854 185.879 484.267] +/Subtype /Link +/A << /S /GoTo /D (cite.armstrong1997) >> +>> endobj +1191 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [189.974 475.854 201.93 484.267] +/Subtype /Link +/A << /S /GoTo /D (cite.wittgenstein-l-1922--a) >> +>> endobj +1192 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [252.24 451.944 264.196 460.357] +/Subtype /Link +/A << /S /GoTo /D (cite.Loux1998) >> +>> endobj +1193 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [164.321 344.347 171.295 352.76] +/Subtype /Link +/A << /S /GoTo /D (cite.barwise-j-1983--a) >> +>> endobj +1194 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [328.697 186.439 340.653 198.395] +/Subtype /Link +/A << /S /GoTo /D (section.1.12) >> +>> endobj +1189 0 obj << +/D [1187 0 R /XYZ 134.765 740.998 null] +>> endobj +326 0 obj << +/D [1187 0 R /XYZ 134.765 612.411 null] +>> endobj +1186 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F35 811 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1201 0 obj << +/Length 2876 +/Filter /FlateDecode +>> +stream +xڥZK8W4$6#z{Y`9lnnd+zlu#A"X.]*ʻ2U]WwӇS?|U]軇>GYÿ>Yey${w7GC%v& 5f:z2[voG{Ӷ́ '35MDnK"slU=a F)ί} /v/cv!|8}7NvBܹۤuVᢪ⍩:e]Z˳o*znݎ7|#20'Uq49OtCQq7">m*?]Ɔ[VxK2 2:D5]k`v8p": 3P+N7HA2q7E۲aqhi %Ԝά-yG$zna hqK$F+pߚqt@ Гk L wOwEFqmf{bp:yyFE/GYknnq@&ȉ— vůr(ć:= ȟ-~ /V 1 /f(&[ c'2Y o"8?4cд&/+^kMk6 +E)`gߟm35ExD,=i=椚fRIa'X7o )3G׍HɵJFk',I1? B׀̶∝$8 J"=ZyīahpW7_T \::>m`H';`,bnήZ 9aGG_s_8:7yA':߶<=|Vy.y@[UVfP_8*"Zg#&Cý$B7TE얹Ϧ4^vlVHCoS 9Yg,RJ{y|@H2Xt/h=+G Nx&A؟b8_ß!&4t!I\*U:M'Qࡌ۩?6ฆ-ǥ+zum?akPl =9xtz ;i D#SV[c9qbZ)LKZU*Y ߆)&B!(3'iRx!͢ץGc8(! +d,Gy`E3Ĺv;LS`K +$@󗁍F~> &@IB@ƲX 13OTOvD2aיů<ĸթYg?Tzn$^ZGl ;-wz@|jgWݥpZ~G/{\`>ס P,KdR JŞX-F]':\ ȩSq|8 +A.Ļ:I'/ٶ%AHZ{Up4nw9@O.~$}8$Je~[*$dɥV]:Kd ̾mfDؖRsӌ`xüRi1q?%w͕>&IqMIDiuKx?r޷G o*sX!oDi tl59Mr2kת*Xn*`Ԑ%Cs4]HȦf?ʑ@7)s9qAB yIY<[2PHE3P!KT2QaBִBLsac/ k:C];;xN.p|N.`Js?OEC { ź(M'N")8 +J|dg9݊5:(2>.rW]Đ:52f{녂qxs1 W+AEMVp.i[ +`p)Z"ġ0J8]bϨp8+ԙ e}]f ))uJɻZ6lQWLJ9T3$agu f +pǮ\VZ8\M=ɛe)K854Xv0GO\AW4s92CUrwZ)HB96 /}ܭi2 Y9zf@pay\S_= վP%)ca 62;)7#?vvnUc\1?%sj\ Kf 27Z`Y"vo mscgd5F*u}^.KeJ繷]?Bs(_-+yTurx bI~ /)Αj5A2._y*4N7b:B}4Z˲J,cKoeޒ1 rdL'3[#AWD=j^/!h&.>뼔_ +brf +fAf 6%_v Dž(}J%>P CKy[(Ta[IۥG,N`7">~ހ}~ >tKdAㆿN,7Q9LM. +UzG +$s%g +jj%E;z24'f*96;< +]Ry9CN?Fa N󽸊#/ヱ{iý /ԩ%Y ULa!߄yVfW/9 +endstream +endobj +1200 0 obj << +/Type /Page +/Contents 1201 0 R +/Resources 1199 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1205 0 R +/Annots [ 1203 0 R 1204 0 R ] +>> endobj +1203 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [348.554 392.605 368.258 404.56] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.11.1) >> +>> endobj +1204 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [190.031 368.694 209.735 380.65] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.11.2) >> +>> endobj +1202 0 obj << +/D [1200 0 R /XYZ 112.087 740.998 null] +>> endobj +330 0 obj << +/D [1200 0 R /XYZ 112.087 543.891 null] +>> endobj +334 0 obj << +/D [1200 0 R /XYZ 112.087 517.201 null] +>> endobj +338 0 obj << +/D [1200 0 R /XYZ 112.087 434.817 null] +>> endobj +1199 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F35 811 0 R /F17 618 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1208 0 obj << +/Length 3981 +/Filter /FlateDecode +>> +stream +x[oK׀͊"%J%HMQ$l+]V;_wzHo*WWfMv]~eȭs ݛ?~W]ժ.ջ+2Uu+[\_|.LeLXrl].h9V"[j-76{laLOan;>r?~rh{~¯k hIa7-&ێϼ(8"%$%F4c={K.96_ +._wOژYG!^;I:}F'wN##=~P1l؁r"rhdH+ӏ^e\s H&mFڛW~j}hFz9I\# &ϛ4+%&*64xKBipFa[" |dKyahXle_y@`3!Z\y +%1&A +1)АPi'Rsul "8m/w5D) dž?fff [ۺ!&THӱ`/S$dD2 Ӽ9;`Ԁ4Fw0~ZmCC'slx#ZY?e}i~ .l84XWq@؜|2҅Γ<*}xQCIN.XhilwO fO4EV],r,wY|`,3V%*SvϿp| 0_j8[h!-8=ʿ#w@fDS]c(ֽg,Kv#Kqg,w;Q/\'X{.Vޏͽv8ֈeS y$;>6Ŭ[M0alHD&JCp ,iO +:Rؾ cꞔp^+]^Q"^IW0nC?#-9z]0~ 3Jh0XD< p^I:rC,dO'e]O=8"S &%E}[5(ՕҸ%$lsOo"c1s15ҍh}Tn}h"XWF9W5O,3a\aTa/3P{7Gni|dNO݉tHqϻG(lg:SeCd]_h/uy\RאYE YHϴ#SS0sß G^D\ >-@L +[LvgC՟Agu~)!D5%DŽ;)jR*jN||TrZPۍSP9*>HY;N+.Xr-KRj:e bs+8N # g^QJ:ZeU~Zc,.dwakbR~!\NW^+73DPzƬRifUSO^$T{UyӔ$v+|EBᬏ/ ,' ӐP\Y}I8HEΐG+S0+Y=5u6O, tTFܟpOilbk9f^o@[/\1cPu@gYPI Hhvھ΃C)&ê̜ր:2~xh6 a1oeȩ`Z ݶaٲ^6ʚm>gPlxv磋ÜaT7JHʥg^. #hb9~5M% +M\KrsT:AMOQVBHnI w%Qi/#Sz~8ҥ!2e_"7xݔ9<'$RQpP.5LF7$Љ,  X>-FWQ*k/.}=H#ZP@yY2^wr|/@cje\ÎÃ1GFO/ΈԀT [tv B?r''HxOxђKVwE9{*ԥO? +/vqCȏ7&_ ]~rũ.R6 +V)^"f)`TVmNO' Qp6?CMȤO#3'8xBtQ(<~H[8.ef{* +g:p=ԓ<|⒠b9FY&%'f?U_ +;rjTsStȥ_ST +\UUڱ3o`ҙ(-PO@Q/Yy)JD$pi!i⦷\!iK7m sn%TKRN/}t¢d;(fn6+sz.ڬ`ؽKjpbk!wrUb}r\QHS4c Jfg8Vp`)h{ڕ4l@ή qA]1kX%) |w"WWr2u(4**eC*-8R?Z-.+rJ-h" ~F-[qVn\do v|fZbʴ4W,g D991)#APHo eSldiqE zRUe*/}g*wPo=ߏl'4HC([cv 7z[,ݻyxt!R<_sWi+oH+_Y#@ZIt0>qiτPKkT'翮tsF+w1*0o{&jo;<*s-Bu"' +endstream +endobj +1207 0 obj << +/Type /Page +/Contents 1208 0 R +/Resources 1206 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1205 0 R +/Annots [ 1210 0 R ] +>> endobj +1210 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [330.38 305.991 345.103 317.946] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.2) >> +>> endobj +1209 0 obj << +/D [1207 0 R /XYZ 134.765 740.998 null] +>> endobj +342 0 obj << +/D [1207 0 R /XYZ 134.765 725.058 null] +>> endobj +1206 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F11 898 0 R /F14 929 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1213 0 obj << +/Length 3670 +/Filter /FlateDecode +>> +stream +xڕn_!I [IA}H@KtHn~s>) VzhmTE*ϳrmN0ݍُl<[~曻ũʵ{yIUd&ձ}ľֺ1S&XoHӵjG^*6Ja͏hg\U6=y,]o +* nqguǨ%2\G,d䞀Vq~l3@_]=T\J^ c-߼  ȿۊ?-KdZHDEu7iJ;E\3T`R_Gm572.D&,A Y&UF$C,qWZYDAra ŷtM'ҥ%d&|Bv~}7B9ÂTf8 4L| +P\=c\lW2:072x%AD 2kvE_e᱔q9-BUw}'C$V + j0#mjjElhrn8g9֐mn.iy_txhj.?=-@p +۶=4 +mGdBVw!->dA!~or/:\W$/j vXVb)c.p+'z$3+@r pmq @ +VQG*L`\ |qHã4oQזX L]o? wCY3pT=0MNi&ivl<=6dWYNϑh8vh!ݯl6DH,>`!M6(ǵ HjNAtSr@@(M̶-I,U?:A/=q CJg<7O8>҈NMK +ZTD+/"IDзX\0^B *+* X;Y P] /yrW\9d !~d̡W!lQk7cc;tQ,z[@Q u8p|/TAhh?@$JAg/@ڋ\=} Ղ 9BIo\!'9F;ZO.GzijLWMtZ`xccE&Y}#L@STOb +[%klZI ;FvFrmiCdGՇ0J%YI-dTcoJ7~ģ1PY ġq)J{(\՘5J-U|a\.D00؇3+Ԟ?3xSKFY]A#: }m?qkj ]9;A[~K3YPُ"Aav+4Kl+ u2Tkה"Ux2ZP%*N<~p8Ɓs#1uQ{GcR+r'A + !rs,ئ$I,)%>;09.1~3خW+ ĿJU=u}uIR> ˜)[:A}O7ݷ?o4xccK}50 xM.ap]j3=e¨r 5VS6lЫ.+63nWm1揓6pN|SQ)~eS\ rQzG@ǒe}_;;-+#Jci;@/t{q:^\h֨ZRC 1(imwU/R9lx]8t~ V`hxl謌kp'a,rNNN > $pA0\TTIr1[q&07bPl^R-Z_a_Iҕձpa]ҘN0vq5|j*}Y҇a<p3~W(@šF2n,)4ϒD#ǀ1VIt׸y?A`qс$=(Sf=): g}S=(i<~t|).Oaoȏ֌T5{6r4_ ~Ji(.7q槛~΀QL& ۷[5K1~,Y.7xIėdb]&W JS zGYU۵y`T;:0kර15̈AKDFXGFj #1mBTvLz/Ykyh7 nGpXZ=f#%SL]{,%BP"vrlA:e |"{~ņ~ZFW+(c`?~=P+ۇ5McTͷ@aILj' :pt GxotM+*$t4?#a +endstream +endobj +1212 0 obj << +/Type /Page +/Contents 1213 0 R +/Resources 1211 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1205 0 R +/Annots [ 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R ] +>> endobj +1215 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [376.241 399.92 383.215 408.333] +/Subtype /Link +/A << /S /GoTo /D (cite.boella-g-2005--a) >> +>> endobj +1216 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [446.402 387.965 453.376 396.378] +/Subtype /Link +/A << /S /GoTo /D (cite.bachman-c-1977-464-a) >> +>> endobj +1217 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [211.678 352.099 223.634 360.512] +/Subtype /Link +/A << /S /GoTo /D (cite.loebe-f-2005-93-a) >> +>> endobj +1218 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [228.34 352.099 240.296 360.512] +/Subtype /Link +/A << /S /GoTo /D (cite.loebe-f-2003--a) >> +>> endobj +1219 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [144.449 274.918 154.882 286.957] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.29) >> +>> endobj +1220 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [329.207 238.499 339.64 251.092] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.30) >> +>> endobj +1214 0 obj << +/D [1212 0 R /XYZ 112.087 740.998 null] +>> endobj +346 0 obj << +/D [1212 0 R /XYZ 112.087 493.012 null] +>> endobj +350 0 obj << +/D [1212 0 R /XYZ 112.087 472.327 null] +>> endobj +354 0 obj << +/D [1212 0 R /XYZ 112.087 449.704 null] +>> endobj +358 0 obj << +/D [1212 0 R /XYZ 112.087 320.662 null] +>> endobj +1221 0 obj << +/D [1212 0 R /XYZ 122.05 221.807 null] +>> endobj +1222 0 obj << +/D [1212 0 R /XYZ 122.05 199.889 null] +>> endobj +1211 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F35 811 0 R /F17 618 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R /F52 916 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1227 0 obj << +/Length 3589 +/Filter /FlateDecode +>> +stream +xڍْ}B'N& rlױ++IDHvO_ CTp4F`/ڨ$vU߽ԏ-w.SYwϧI|ـg??<2,ؤfa "gQ1}Տa{zky?7[wrD%:򽶩Ns:uc!hܽ< ` G$-~Sw*d0d*v3wQpEە=15՞,ZIGl]QX+T괄ن\浃rE5aq#//kA#[.8XkhJe7ᄚfqkZ/A9=A +.,)0,s S:x鬹 }\Tt8wi8/p A,mi__s'l#3-\.aDl1Gnk e/jYHzw,G:~8xKL~NQC(1@:oc̬@HȻ%ԉ#Dq'Wx wɴ$XeF4h)_tM̐Y5ǐ 5c|pRmAef 6;{65٤6Ã>V16&~ ?3 a_1t1P]GXu:g%G4Mo4RiLIjO|A[fQTaEI 6َ\]Gp2ԯ_hl+'\Ҏ! Vr+.N#KI[4WXpeחZPlt&,- +f:GDŽౘcICۣFХsŋyZ9s= 657I=F: +1|ͭXE-u5l`?=F1Mzz30Bg@/^DBcnov0Z`MN` eY#sԎJVM"\_76ubwCAաvJdA6SӱIv1 #pNJuFw,dZrAJ;Z)H(bv]{QBn2D"Xke<̢@*g|T24-٤lz&ͬa|O%B" iǤt )$˟/oLDf;d"ҘD*E@`@g߂dIMAğvq>hs&7eT"Fi$A Z3~"t1JnSZB{.Yy8%m )yۗZd#35 vܽ0V~2ݿ~ټ-bg֮!v2`D|Atu7o@4~KЧs9ѷAjc]OgklR9t6i#fP^dʘt"NlBQ9XT;.>CJ0\{_hPE23ٔ JV`en-2tǒREd))ٛC&@I)1,Wչ ]dz«8@fm(U*ӌ؊!!s+ͅ@DNcc|xd•5ohIs XAG y86>ܺ!x™"oг* oNYڂ 8 3Dʖo=5.Vh g/C@R6@ >rdz"}ʰ;'FdA$ lYfBLR9E̟=@oҞa ~Q7dImǖ'RgiT={U_(,J;&S1hvJa8CI 6 ڎvևWY@F !_jא6#.[A"3Ηʴ(Ϟ~{@o(3%Wm;ҍYрMoV"/BX/#ȗnI'1yqk~fNiWTe#S~ C N$|eҍNEڽej(Yƭ\j<3i,ŧ0MȾtHʩ֖`]/ޮd6> qU),÷kWO3D[K: ~V"1GU0߇>#+0 vPdZ?;kiV)09O\K]Ŷ.M(])~^PHl !Õ]|jmJ)Q%&Fj:U!lpoL{XXn3 +ImlQd?0"34F ugd  KcYWXUXeļ} $0[ۼ Ikϰ:usy̛z0PHE!*)[g\& I@ǂ;;@!,ȁpl!?*M5~IƽZx:y䜄L.Bvbh_vdǵ0ǝ#`_Vlmr3D+ 2Çkp߂qt/z4MEkȩQhdfsD$L$'0f'U_|p<6SYL9q +endstream +endobj +1226 0 obj << +/Type /Page +/Contents 1227 0 R +/Resources 1225 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1205 0 R +/Annots [ 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R ] +>> endobj +1229 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.719 663.58 247.152 676.173] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.31) >> +>> endobj +1230 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [269.703 666.071 281.658 674.484] +/Subtype /Link +/A << /S /GoTo /D (cite.guarino-n-2000-97-a) >> +>> endobj +1231 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [290.846 546.312 302.801 554.725] +/Subtype /Link +/A << /S /GoTo /D (cite.loebe-f-2005-93-a) >> +>> endobj +1232 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [403.227 354.576 410.2 366.531] +/Subtype /Link +/A << /S /GoTo /D (section.1.8) >> +>> endobj +1233 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [432.498 354.576 444.453 366.531] +/Subtype /Link +/A << /S /GoTo /D (section.1.11) >> +>> endobj +1235 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [337.058 187.934 348.265 195.705] +/Subtype /Link +/A << /S /GoTo /D (cite.guarino-n-1992-249-a) >> +>> endobj +1236 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [411.273 187.934 422.481 195.705] +/Subtype /Link +/A << /S /GoTo /D (cite.wilkerson-t-1995--a) >> +>> endobj +1237 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [146.291 176.975 157.499 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1238 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [285.522 176.975 296.73 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.rumbaugh-j-1999--a) >> +>> endobj +1239 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [431.278 176.975 442.486 184.746] +/Subtype /Link +/A << /S /GoTo /D (cite.sunagawa-e-2005-136-a) >> +>> endobj +1228 0 obj << +/D [1226 0 R /XYZ 134.765 740.998 null] +>> endobj +362 0 obj << +/D [1226 0 R /XYZ 134.765 526.055 null] +>> endobj +366 0 obj << +/D [1226 0 R /XYZ 134.765 307.475 null] +>> endobj +1234 0 obj << +/D [1226 0 R /XYZ 144.727 199.889 null] +>> endobj +1225 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F7 819 0 R /F35 811 0 R /F36 822 0 R /F31 633 0 R /F52 916 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1246 0 obj << +/Length 3289 +/Filter /FlateDecode +>> +stream +xڍɒ "aK|RRb4U9X> +=n4R.ׯo'O^>yT4G3,}z A,>cy>=Vx:Qw68us?zxS1V;vU rgH!JBF.HcuG޻ |Ǒ`/%M_/Uda:ǗйBdbyI.ob94P?#y| fUDyJy@<b8LBl ۪QXB>{ CUPUOk<3.BRF@ @Pt!yx9tO@({kÃaq!"L"aJFKma l͘%N. ΗQ ڈ,T0p`ori#WؠVHGlڭ%7a,5Gsč|~"iG(xVFݥŶDP`n|E6+oHEf~1QT\Xc) OGp#I{LVN6 4+/bO1UO k1잇ƣ#ߌ}w7XB /88xUQ4]Z'C&OxyF_Qfz BWBƩ-:IG/m'k^6CЭE純z/d:ltv27;fZyD@Fy#'@'N X󼝻r]Ԁ"[U_JY#>DwqјLsx +9zs+CD'0/0̢iE"4%F:$GZZTN)4i;1eP:R#Y?>hnl%@!74"mX:k2A5}-nZĉD%%v\Q p,qh0nh dN, G$+eLjRh54%tHR7Kҙp~P*\ܴhUc0Y +@r)n`{uȍ)LVA,eaP4 %<7YTY_taQVbX"Ra31/:r7Btʼnko$q,xRO5Z} \A:xui <!]M&|MVO?M&a["QӍͮJFEI1"xAky= $9= ;l`aaǧ xHpSc5UO7,ҵHRXBLJpASZJ`TV ⸠@Jj< R 2 +ЭbdĥO0_{x%RKqFo&EoY7+X9 ?P?/|Af=t1tCo{^'oQcƍ8jKr܎B!~ dY2qdaHTj£H.˃,:N!{DKB> gL/UKwϸL]WCi$=pdzU%EH0+(0ki6ftA@3 +``;ȿ`&fRW$#$ɱN +q/soplڿn̽|G~p +:?ny0 Q^?V$ +endstream +endobj +1245 0 obj << +/Type /Page +/Contents 1246 0 R +/Resources 1244 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1205 0 R +/Annots [ 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R ] +>> endobj +1248 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.034 596.871 227.505 607.719] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.2.4) >> +>> endobj +1249 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [393.582 375.952 405.537 384.365] +/Subtype /Link +/A << /S /GoTo /D (cite.loebe-f-2005-93-a) >> +>> endobj +1250 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [165.385 284.909 177.341 293.322] +/Subtype /Link +/A << /S /GoTo /D (cite.steimann-f-2000-83-a) >> +>> endobj +1251 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [300.807 260.998 312.763 269.411] +/Subtype /Link +/A << /S /GoTo /D (cite.searle-j-1995--a) >> +>> endobj +1252 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [113.859 249.043 125.814 257.456] +/Subtype /Link +/A << /S /GoTo /D (cite.poli-r-2001-261-a) >> +>> endobj +1253 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [171.531 246.552 178.505 258.508] +/Subtype /Link +/A << /S /GoTo /D (section.1.4) >> +>> endobj +1247 0 obj << +/D [1245 0 R /XYZ 112.087 740.998 null] +>> endobj +370 0 obj << +/D [1245 0 R /XYZ 112.087 639.741 null] +>> endobj +374 0 obj << +/D [1245 0 R /XYZ 112.087 349.752 null] +>> endobj +1244 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1258 0 obj << +/Length 3150 +/Filter /FlateDecode +>> +stream +xڽَ}O2`kE + Ai`vmmfe#3O](K hbnzO=$ <{((az=`y@|~cPU<<>Eqy +j_QU.6 sZeaTem=H1_R-fhd{R3 tS:1Pd* Mf4[`<.^ z<Mmw7{зX}/Mh7/IR'L ek-V4 YlE;,p$L2*5޵x3x$405d}Or֋/g+8ӟP>'Ms4@*84]3YO}zl YNv7Mb䙍4/pt/l}I3O0~D^$C +5pqDt`9"e9=6GcZȼJ L^ޓ5 HƹL r$ּꃽY2 0>}ޜdBCjk1RI3xV7./v$T^_RxG%ָ g3c\Dn/&`ԝE\8BQ'\IWtBcZ_3%?Ƀd +/]tGb nHv:yvKUGwӭZ:=io +>BaϘ>VӾRlT[[47'~?jy<:3en iТ[>=Pbg`Ce@l2"_,S`hF~4ˌKm)m˴/+̚y," +FW}$ZAvb/;JV@',1'*QzE9+_?E0=T[v1&FDQ.oV/NǐYƖ'a$h]tI&Fuf|ָPgAvNFVQ^7^ ޫ,!0Z`v"9  Tfaa=mȀ7p1]TS KXi%0wݜcS|JNV 9<h"Fw^h/zaݘ3oyXDM4=b,Xj98-CW#WHs\H[:D/k/2vpV&3v<$u sE"%/$fnymQk@{>-svaz-Z ʓME#l2ɝ0;2y`*(A!@m9?;.fbhvF.osOru[zH`uVɧ]mM7~&N8'h@A;EV}`b# l^olSKS .H[$CwͷN2.tX \rzmJ'&)>b#)@vVG 'xUJ/PİuArKJ_RBbIT+ĕWmZ(N~rA6Ljn0b,k+M;'#m~q㛹4\X>5+)+8ENd"v5(e7yh:F^} +WJ $j.4r3ְDeXs)\H =eQd0/ +ѬUElj떮P6'SU ,MY %#c͕V XpA[YTdl\` +)؟ٻ ޖ.7% +G+GU<JT2Q‚^ () +G\$^襄Uǩ>%暜ŜFa'yi9RFhcȚ7I|**Ђ&]#99-f8=66h0Jӵl=Lf4ɕ;β2tT^K&#ȡgbIjxkAKfx,Afs +WDFr)&*v8;YŕdQ5CiH.WKcOA$Y6#/OY&>\a@Fs @HPN0:,Y8JD6af-Ȑ,-{s噿 +ԚDn$UۖLۊP3XZ~0eUsQs,oHXD}DK2TafA1YeG2g~F@=(|/M -IXz0Q]aT*ov`kEec7xFQUhxdYd eíQeG@QP~wB??*-VvX9<7 +endstream +endobj +1257 0 obj << +/Type /Page +/Contents 1258 0 R +/Resources 1256 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1205 0 R +/Annots [ 1260 0 R 1261 0 R 1262 0 R ] +>> endobj +1260 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [260.005 678.233 271.961 686.646] +/Subtype /Link +/A << /S /GoTo /D (cite.searle-j-1995--a) >> +>> endobj +1261 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [294.282 489.229 306.237 497.642] +/Subtype /Link +/A << /S /GoTo /D (cite.welty-c-2001-51-a) >> +>> endobj +1262 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [310.514 489.229 322.469 497.642] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2004-267-a) >> +>> endobj +1259 0 obj << +/D [1257 0 R /XYZ 134.765 740.998 null] +>> endobj +378 0 obj << +/D [1257 0 R /XYZ 134.765 625.63 null] +>> endobj +382 0 obj << +/D [1257 0 R /XYZ 134.765 352.94 null] +>> endobj +386 0 obj << +/D [1257 0 R /XYZ 134.765 229.689 null] +>> endobj +1256 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F17 618 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1267 0 obj << +/Length 3475 +/Filter /FlateDecode +>> +stream +xڽn6>_a̩ \z#Lf 29r[Hԑq[/Rԣ{ €&UEֻ(scγ,֪(wF@}û}o +UMo{<8TaԢ8Qj6QI.Q,*Bb,5X8 - ̂15[(m~.o: iBYAME*@,Xnn(쪦ěl>P>lSM<miU6KL\ⴝH,lG˲벽FvFmUM'S ߻3Hnnm^g;yQ:)3(OsUW9yΩ3Ec]1U)o3z~Mo˃܂J;D沜2xl!貜溜QrQ[S@hyTl[jhfs\J-WVږ8CuuirUQI8"Uje G:G](b ̴ ģG,qC E);y!%`PX'8Ow5ŽD/5&aı0kW5j*PuǺA.LM:i98LSCQCq m膛=cѬ3m9ћmKX4{x#ŒzReg Lj3V;&!v~Ef^Wj/ʪ-u$N:[۱FF;^샋fs_PP+l 򧙞!3*bbIpTmj#a"- }>3/US}A{Q|"b9*bl:5,C6 +~zG--xy1#vjБ7OkBqE{\:R%*.~L`_q.ӬsO +9M[0mv=H*dJ X m($q*>LvD &䛎ZC=:g+4[_Q_vx^rn&I=Rؕ+㜫-2#&>/Pi6_3Q''j$U;@sNE'u*Σ b!U&R=0cCՂVm2!G՗hkqrmj%l65 @Ed# nRBЄ'5+4p~XkQQv ?xXh\ENOpͅ:aBU䳅OlRd{{-K` +N޻PHT4Odd춦@N]+ɰ甿)EQ'wz-,~ e'Am"/XRFƞ0z48HYI&Mu[‡O/-gõGҾ FӐxϵ]PU }=Kђp]>b)=+d}{'\$;3ɢ(; P:/!qL+w''ϵzcO"rv#v)nO]ǃíxOUW S!%M{a9➌6LJݹC&|mНjlrjyjbB)5D6Ӝ[N7A.Xɕ9;u9pt(RNR`Lo%,Pŗ|f3ߊQ&'m)A0x

]t}3863\X'g[@W|`]H58;K)kM䍘k^&qKNk4 /4kt,K"{kq '))4^jeJbrJvda|'KM6QO;$Ymƾu :[L?'\|=#2/"tSalO|B3>lhp<}WiЫ[RYa%5; J(ӴI I')z(ԓ\t֘''{Ϟ;]eں8$)J)Iؔά /{h> endobj +1269 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [204.795 562.289 216.75 570.702] +/Subtype /Link +/A << /S /GoTo /D (cite.chandra1997) >> +>> endobj +1268 0 obj << +/D [1266 0 R /XYZ 112.087 740.998 null] +>> endobj +390 0 obj << +/D [1266 0 R /XYZ 112.087 258.05 null] +>> endobj +1265 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1274 0 obj << +/Length 2837 +/Filter /FlateDecode +>> +stream +xڕˎ>_ј \Qo%I 6@{`۲-,y%yz{)ʒ4ТX*.Y_t,M^8PE/I l=>5)TF/K* Ggwy}Α@%~+*;/EK@t6/Mo8/;2u҉QաuZW98ACn h,.،,[a'h4RN2…xEW>=K ☟mh$%@/ / +vF{81<$}SCZU/`b}XR'M EI(^o+>~ t=Ut46{mqб*b0448%6?!\hک$a1*ǁ_Uw8+#,noC!UuՈZK ;xVբ lpl d9[ZJQߞ熖,'BB*:, +9ףeskX +4=Uotn$wW7 #8ZFȁ,wo3#"F݋|(FDBgK{0nd rc DkÏpfKN`] /C[z60Ŷatk(h|@]!VF!a;: +.n+)M.įkHn3|B=YF)-Q?$[!|īU'%duf1;c$P/Y{rjF=J"xD _q8}oY)R +u'=?Kfwd@;}0ϥ(O<wn9[f~p I Ej/pИ[v<5y:xtx F!S,TD +JO1J϶᰼ gV7I[rL@ SYw?<$x}cԫЎ3nPCxpY0eE.)U<6~*J@ +I;ѡ % sEfG̎B yMy}9V I*ݥʹ2s3g9_^(3p:euw䚣bcb9B +DZ9](Pu,aF;ʹ)XcL +*h(#^i0OU`Kؠ8s1#W=l0}O8͝\mgP> endobj +1276 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [435.376 714.099 447.331 722.512] +/Subtype /Link +/A << /S /GoTo /D (cite.sasa) >> +>> endobj +1277 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [436.938 176.975 448.893 185.388] +/Subtype /Link +/A << /S /GoTo /D (cite.burek-p-2006--a) >> +>> endobj +1275 0 obj << +/D [1273 0 R /XYZ 134.765 740.998 null] +>> endobj +394 0 obj << +/D [1273 0 R /XYZ 134.765 524.357 null] +>> endobj +1272 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1281 0 obj << +/Length 2824 +/Filter /FlateDecode +>> +stream +xڍn}o[A$)`HvAn::zޯߺHnQdJ]]F~w +r!#)3o0>=h ʷ0eOOtJ=S Gt(0ULrJDzSw%A>W<#1:=A^g>Ojb ISqJ54H9b )۪l\GC=Q nAFLttb;86Pyk\ZyOn3+p9@.lqtj>`G>l V{fb4,FjCy>faR,;IwY8L- v ;vWV.Ƹry̕[xKNV=#?9D~ N${&g;̀5;cF\ zቭMȉcŠ*"-{qɇnkPV!h +:S-wny4׻'9"ͦr)kȽRqSÎȅ/WsJ$r̄έK oD߀CvrQ 2 +54$H}>1rA4Ocɭ?nV_nLӍ镢ʝj10*Y?k{1XÁ3o "j)i.%Uk<ʖDg„?E;Ns풤d;;^ l KR#p>`%ܱ[Xg0 6[f|kf90gY +#\U9~9sG"KM˄3V +%5Z'>2y* wST pJE`$ /R6JZ3%HJ9'b-ܞf%灑dr(*yX+o{M̚xc \_=,)ؽLѧ3@i+]JO3+_ke9RmjGna(VlF\{:Fٟ%s+8-4ǡ%TI8e?ۖxަ8+.ГQ*S%~ +7K# +u 3%>)&.pgL[]jIEcj֦SDgWJGyeβj5Áq{o^X_FK(D ]Gi*@V;G[-q%}ۖ0%<*v~(etx?4Gg+_NVE喿Ojy$1!ow֔uW0L"?8NC~ . GyލH-Ò)07B_EO |7@7D3R+ +MbytJanfKL!2̑>\i-SqP\jaoAOҥܙqֻlՐk0(Z׎<&Z$'tMr d|^CbD#g#-^y%vXNIpGzʬKO; +z[yBKːZ'=X485Y +C} !DL͋^+k* 򌹴XS.m5ʂ3:̥. ExU IB$Rj71$DR*annT0w m@3?P5$C}ϕ?pYJ6)Uo?38ryݍ'@8xٖ'քe* HGsNeN껅p*dh,4vv~wP{?:MozouNF^Y吃xl uu?a·vf^pVrqpb$P}JuFf$"g͸ ~9h#MU5b)?Ag'=DQzexzy:HdGv#z7*# Rbۯg,?s8 7h )SdLpژc*  urךx}1J?H^_OeC1 A^) +A9{AuB~_NRg}B2P.w-6X„Sbm%ǥ&]=_Pܩ4~8_u# MK9^GUKydgD\@U7ʏ,]mB/_CI;cYx0 +endstream +endobj +1280 0 obj << +/Type /Page +/Contents 1281 0 R +/Resources 1279 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1270 0 R +/Annots [ 1283 0 R 1284 0 R ] +>> endobj +1283 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [151.028 332.762 158.002 343.611] +/Subtype /Link +/A << /S /GoTo /D (section.1.5) >> +>> endobj +1284 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.784 332.762 185.739 343.611] +/Subtype /Link +/A << /S /GoTo /D (section.1.14) >> +>> endobj +1282 0 obj << +/D [1280 0 R /XYZ 112.087 740.998 null] +>> endobj +398 0 obj << +/D [1280 0 R /XYZ 112.087 725.058 null] +>> endobj +402 0 obj << +/D [1280 0 R /XYZ 112.087 705.062 null] +>> endobj +406 0 obj << +/D [1280 0 R /XYZ 112.087 678.614 null] +>> endobj +410 0 obj << +/D [1280 0 R /XYZ 112.087 371.806 null] +>> endobj +414 0 obj << +/D [1280 0 R /XYZ 112.087 267.879 null] +>> endobj +1279 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F17 618 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1287 0 obj << +/Length 3842 +/Filter /FlateDecode +>> +stream +xڽ[[o~?x}Hr) ʶ]i+iw.$Ekq!9g*FdL""%Wwґ=:"/?W(R}u{eDn\Y}_}{2y"l!/i.V$نkk\k嫪^Kh3taW5ۆ(Vk[z{ܽnwxXwmriSa_CՕ1L{{Px J<2`X@֧dž?nZ,5{I#~+8#4tg8"#,kxgteQqin4Ou?T Jxi'g[5Q=m:υd~hMbUUcM7uϕY֧kqۻIOiAO SPr&/yvy39 >p"df\qj75l&;TJjÑ0!-τ+*Y 6poAmpOA#8H #S"-_ +f"{L +k^ŧzO(>UF|2wվ*UJ !ӁnIhGět`653&T>e.|Pl("_})rH-՞ȕg1mhQJw<5uAb򠦧{ݷ5.3€ǢNyTt._V$ּ" sD&,"Bܢڅ3PPg̅IkxU 66\+!Jb +gΒ,N}5!Qm|tϤ١+&pbas' >B~&m+`1M!UJ*IRQ0"d)L[na9Df)lLc^g3|R_,l~SdM_k"͖pTN _YnЊeEۗe+D` +h7)fo33Bi?"|uؕjd泋;UNEj3 kZ[[z1D*OM`0 +/\r B\iz"XK.چBHr- r`Nu/5GpTURܬw[S93UHLSE W6 rv=!aXG(weZsUܦΟcSP}pG4<*a̠҅U> nTըP`{8zS 9 Sj $b/., H|PeCiH5k`*!N9 JJ Ԙx w. HF*J@%Ø_yMGCY/1EBeyGq4SqϜPa&yw̦×8!Â6m .e\շȓ.G{ Gj%n^fĭWF&!K󻫶s+<#0ͨ Yo}쮭]1);O], Pyf!%Sl )% ,X;x2:{]Ċjjjn@Z*'\Rt'ӝUw3V n`\C[sbL=[ɱK:_kOfsdg&_ +@"QV _X¯ ,^:g!:?o~`/Q]B_邝*aHI CB(lStbV5ux 8Ouѯ(/ Ӏ*` nc?F(?|B866pcu9]a`Aw4}I-8 +W?Xm!ߑ^9g4MMʕ h~<Oq,y}*tBM8GԄקms.= gu/: + 5J=FJKo.ΧWEd+;n +4G7s čWӜ.᥈Cƫ"f0ZH@Ψ`հ.aJF*8 `$A-XX;+~OW%t{}+%lUtRz/z*XWNyZL6dtLn.Jv=GӺ;X~#!6"B!b垇𙠲G"ـ~ϸB:K"n(j詻Y:P WK +zcEiXUm 2/Mv0Z_ĺy_4TPŖ!|y'*Q/CB(yc?r$'͖&Kq|h -rbTU^0/Q*2w.D<̳z+ۤ4Xcy OrbGɌ<Bql"+Gɱ_oba#Q/Fkk5D.z%!fAqY"lmV.'B1y^i%U>I?VJ=K}[wLe"O&Er1^g +ݥ(F6i]xȮKëBum̀Qsv|mę-:֒fAY0sUF|EshMul:⠚3|r/4\JS|ҷ?d(s܊G>2=[:FP$k?f//N,LJj4sz}nIm3%i֫KoZn٦Ex|b~w +֤Ycs/IB{Vq(s7#l:%& c)}R^$|ׄ%bC:;zY'_$= zȊӈOJ9&}mB' rҵ=ߴk)~f^  dS9tg_9p&HESmtELxgjĕApr;@?[g {GҌgLJ:ʍsfݘ=Ϝu3Å_()|w5~淳CSCߡhWxe猏{t޳v=DLvN"]PB$+o-r' +qI륿ցB5K ^ +endstream +endobj +1286 0 obj << +/Type /Page +/Contents 1287 0 R +/Resources 1285 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1270 0 R +/Annots [ 1289 0 R ] +>> endobj +1289 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [212.18 702.144 224.135 710.557] +/Subtype /Link +/A << /S /GoTo /D (cite.johansson-i-1989--a) >> +>> endobj +1288 0 obj << +/D [1286 0 R /XYZ 134.765 740.998 null] +>> endobj +418 0 obj << +/D [1286 0 R /XYZ 134.765 503.025 null] +>> endobj +422 0 obj << +/D [1286 0 R /XYZ 134.765 267.38 null] +>> endobj +1285 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F10 932 0 R /F20 1292 0 R /F14 929 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1296 0 obj << +/Length 3452 +/Filter /FlateDecode +>> +stream +xn} FE&ۤ( 1Ї٣h"i{.$%8^m`␇Nʫ䕔JE~Teq޿J`ϯYy菷xS\柉5˫o*csQJjEI+jpҥLW*OjQuw2i{ik1鏩4kު9몡0p-?dhW iLv~Nd-J{phsBF$-6al.{f xWU4i+7(2jd=@;$29!CK-φa>"u6yL0; 3g! ~’k"J"c\1ɖ_~hҭX 7Re*o]8XIVI gk1vN.gv }~i0=u戃K#JcΌpnɓ BxXϣ4rdUop/h3)&^? 2:JZR ZG{X5@QЙyO]+$ݟfڍ;!XgV͕, S<+`6Yge:/5 x`&5k̀#ڛ\y4vkQI"ZzyJ ~sEϒ/*%!amS).^?\, ^PFM7'̀':c"BY&OɴS*JZ@-gC#rv!l]x.O\ғzVNE=OV$@J`?4Gt$\hOM?? B@id0c`~q5̠ Wj"7s[eknbXƠ0>3y(!IzZE,A'@l yO׫P /3>s}2gh}ʤx!Y _SiQ\YU^m4.c䗠҅jI:Sʥ3!xTm|C^I{9 BmhC;y溏8:Y"M':@$/Re)T[GU&: I/K0T}Bg-Nמa|J[T (7jA EqEWƅjlmȷ84tH(tx0 #%L7tQNz7.*-gWL0h'TOLcxs]h"!X{+"G^L[vf/'`w4x$qZe1vJaLIe. J&uewd: u}cF B @X  %ʔHsNq TnK=}<1q$RIm ڿI)-3]0tbasy%LS̗-'ifc%U9t_ DAqM_\fR4 c8fi\^r8*faj}^:Ç (klѳ +yv3<ޚɧ¾?Y֡DzdAQϚNEفNSjR%GD׺C7LPWa&5D(*H7 3 +q!Ŀ~f-3A://FNy +n=Җ&t4T9,/~aiH"~Db MbՉTN/U)jGştZW_1:L]a/B$6tfHm]0cnAtxg%3VF$RF]@3. @x3ǔ sP,*DHy(a`2 2>>ܸcEbY=6c7H5PODű}CهP6,C':XwWQkyMx%]ko]E?xkER0V,$3cFWLiD-n0: tװl]N?h\U +X;fC쁍v3{J) ];YPi[OD } oprt914q7/;UB߸xJڱ R$PhQ9l!ֳ79m{'?E*0u8/[G.O\bfgA\?טEnf +z-?ZDpvƊeg;sXkrz,٢cZ! +;Ѐfrc<y~D\] HhCEFǃwm-֗OH3_*V+; +7"eeej֥O`GϨXƶEPc:ZgroGEbޫ"Mͯ9*D=T}C(a1IJêBH-!!3<ʮF^,M.d>Stu p]+9nφ:RŷKe똈P嗗f%Rse1nPGX Ǿ9ԛ5-M_B 5[ +endstream +endobj +1295 0 obj << +/Type /Page +/Contents 1296 0 R +/Resources 1294 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1270 0 R +/Annots [ 1298 0 R ] +>> endobj +1298 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [336.714 495.853 343.688 506.702] +/Subtype /Link +/A << /S /GoTo /D (section.1.9) >> +>> endobj +1297 0 obj << +/D [1295 0 R /XYZ 112.087 740.998 null] +>> endobj +426 0 obj << +/D [1295 0 R /XYZ 112.087 542.184 null] +>> endobj +430 0 obj << +/D [1295 0 R /XYZ 112.087 347.849 null] +>> endobj +434 0 obj << +/D [1295 0 R /XYZ 112.087 294.872 null] +>> endobj +1294 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F10 932 0 R /F14 929 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1301 0 obj << +/Length 3241 +/Filter /FlateDecode +>> +stream +x[[o~_I [>4AH<4-@K\,$}mHr\;gF"?}Si_.Ry]oE[(;-UVjP黫w߾.r'ӅK#A-+Uwv7j E#~ uVk.:]U[~޺LE%Y+ŤʦR(} IIX%Q"/2Scջ]4BbnL-gaSh.>n$/Iː u.*k\UxuA#b'0KT.wP`8B酒ي{ؙXeqB +kaUXZ`l9s69rGk +kGe xH[6wοO6 +sˮ7ڠ`KԶ/ekTwƒ>=Չ^/B&Brjv%>HT%S(gǙş梯q_@$O fl24&:#[CPPkV6ձ}͏e77&&I?saGOK T3g0K8%! אj|,Af[YW<[u ^1ę1tM@U:4[iB]GI4f1A*5.T{CՆ\Y&xh^qZxl~A)4*e ܦܢrO[1GSR {x)73$(Ǜ W?_YgUM >C,cCN\WaMV)-SL/>ZTi(H XڌW@s<0'9`;@(wı==jr@LcFV}8$>{C62;Bש{hhw71XsɢgHk}:ve#y3Hl}!%w.jl6brnl꼑樳7kɺ#xUS\4'L z^MI׼kȑ11!E=̠\2m_,Q};sȕ &* -TJ0"J|R(L>(53I9hB\; +5ד¸! KFkOes2,.؞yØM'b\!X=fTQxy֏(ŷ@k^vы?6$v[t_ZEպ:x qta8ͭqQ-;R|>8i$qzMPu|8._u3YNh KIBQc=,+x:ԌϺlA(2v @ VMw,Aʓ<V@6AJsEs<1~v˗1ݗ1V:;aٯ;ZgNpܙ9ړ\L$EP"5hH# WuHXφ1sQZ!$u?aDy6([L%5ΣT!>3ZħHywTaa.A0p-PLt2dlCMQ( `GQptt a`Qq\ώtB O]sAd=OZ`\Zy*a&Z6Jka9Y?FL2YT#g`EŲh+kM gVi`r9{AȾ@sRgڼcs'&Y>#wn8ijJ_-65:׶C{Gf;>&qZpA;ʱB{mDca˃ +F\m:bmb1P%g^YQ;H :8r_?B?̜ؕmۂyYU3az>?!R8uٶOxdtxtBCauO 1.}7t!IPT O%0~ +;|c O|}v &BU8}g(}9{0sܞO^VR,f1[3Wf<ˌyK~+1Rs4dg[\sf\)DYYr0' +Ba4gLs_#\rxߕ=!gŸGy>Νa'ǣ +}zLf|Bp.OlpQjB lK>'zN! XNvBQD^}OH#ǍNHNw # 9i2_}u2_@sYFY5:KM2E]Cก(nժh'3O]OG7\ztNG _#ApοVrE)p +n նxeX tZ +S1lU12 #E,H"~*3Z:݈v,H;' F +5B +endstream +endobj +1300 0 obj << +/Type /Page +/Contents 1301 0 R +/Resources 1299 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1270 0 R +>> endobj +1302 0 obj << +/D [1300 0 R /XYZ 134.765 740.998 null] +>> endobj +438 0 obj << +/D [1300 0 R /XYZ 134.765 663.781 null] +>> endobj +442 0 obj << +/D [1300 0 R /XYZ 134.765 596.129 null] +>> endobj +446 0 obj << +/D [1300 0 R /XYZ 134.765 420.102 null] +>> endobj +450 0 obj << +/D [1300 0 R /XYZ 134.765 309.44 null] +>> endobj +1299 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F11 898 0 R /F35 811 0 R /F10 932 0 R /F14 929 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1305 0 obj << +/Length 3234 +/Filter /FlateDecode +>> +stream +xZK L")ꁜl#$1`CVHԋ",MbXC6*)|]qW2w+>\_>!J]JYfvکtΕSev͡{DAf&p, +ӫ)l:D&JN v*XOۜ2ڗ|yo]5Ck/{Si0I#xҊh Y2~_GUYR[uWiiȨԥrוR +bucF`wjڞT(I^Qr'V;9eR#\]?W '.h}Ʃ,d-UEFp,fvpBY>eGF^! jx|_Bqgc5mqOgHcvolr捅 y_j #87OxzډP^M[Q+͎@+1g ʌٸ /nH$^,y瀊܃MA#aT|j.MO”^Qr1`:uDmbiTo`/`'r2ߍ +P K'r)t K YO#Z'q80RJPD~&cȑ7gWPP1q@YuHxt ( 'e06F\fr6Sqq\+:-֕&BKd殈ĞsVIsngYq'5^$aȥ}_qt_ 8F,UC|v@4Y;7>OέwyP~=yx9>er[Ͽi`g mh=yHDy&Z.< D8" ]5ʩMӿz mSH +=v w7[^@-O51cNx/4. cLv-O6l 7`bǪ<"a_=OΙ`^9wmi=O6@1~5ur.F;J{$e+OB^Z!ҍk9mjFB<6`) +sVFȨ44+l{_u^U:JL_$Eȣky22n89.0{(תCeZ?.d/$ ҲnD Y +Uk[wԨ񞧰sI +2ًtEXRuuN,K28$koHI95gA3Ť7fGQU[<~vL ǐ^ؤwXt~rPd:$;M7s틎5ZM-}f}KcjWjKR4T7[Frɼ'PP?3 T?w4_κRvC[VEE o+a>[|ʟFo[ p"3ўI +CoR3M_T6Tg##$F9Zz%i)*g=(5d .B[_M@ߖ*3}dI?>S;'ۭ@[*9jCVF<ۍ֕|5 :3i#MVRW[fXEΪ 6*ל =v>K%#w7yȉu?!qJ(m@G$2B|\ʜD +'4)|@EgMg`h[ѫэg:^(r7o/W(% xTEdhp27/X~V___M*d?~}g \2Y}> endobj +1307 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [334.31 479.404 349.033 490.252] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.5.3) >> +>> endobj +1308 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [134.203 431.03 141.177 442.985] +/Subtype /Link +/A << /S /GoTo /D (section.1.5) >> +>> endobj +1306 0 obj << +/D [1304 0 R /XYZ 112.087 740.998 null] +>> endobj +454 0 obj << +/D [1304 0 R /XYZ 112.087 725.058 null] +>> endobj +458 0 obj << +/D [1304 0 R /XYZ 112.087 645.602 null] +>> endobj +462 0 obj << +/D [1304 0 R /XYZ 112.087 343.038 null] +>> endobj +466 0 obj << +/D [1304 0 R /XYZ 112.087 299.448 null] +>> endobj +1303 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1312 0 obj << +/Length 3371 +/Filter /FlateDecode +>> +stream +xڭZKo6ϯ0rR"S,`c =r7u!Ǟ̟OHI- XY,z|Ulu?uL白$.f{|_y ?})2377ię."ow?ViĶTi;NlSyǛ;il}6*j7wFGۺ3[ucO@iF.gYZ;hy襈*HŹ[-vx_c&?3NbyO=OU. SQCCw؜Eá.U\ZYb7@lSF#> ghi#ܘ;[p_;~w=SoPOǤhymZ&LHb"O0illtdb^"jـ6i}SÁ|3`h2wFz( ˪r㶌$7]2JԘo)cxNr-elKLjVE,zڞlbY8ËڡMlr(:ƧC+X[?[lQ}Sb5z,2%o{XT%`Q]VzbM1t6\-B_M:{l8>(0p0fC?*@ w~U$Yb.=OLVJEh`PJtc^(DBTnƼewƨ蹅l+D/ƈk ͤ#fHrӀ%oS+F> t|ԌĹyJ n5@b&3u\2-9v5]o<ꪣ#Ĵrj24}!aR=t;~J' +tU0'Il #Ӯ=N4wS,x{z߂PgBvؑeirk`6t%|-$fOЀ %DS;n^ Nm cQNV MA2iO2.4q^a`}eBK@ֱ~-34ΦfILjQɳ$)O$IAln2, t-&Au&'wD g;4ъCwh$zzi=D8c#a;| Pչ/5U:_k&ѿ+4][}E!V(xGeR.h07h4a:9%:ɋ8ͼ5b2: G'AoKpIԸ!X7".n{A<1PM ;ą6$u+ڐcdcܲ'MNFitZ >\`b7-7SM_8ӯy*ɠ4Tɨm.I~M"->w{ WL@`IʍcGViړͅݕQ`[ 7U[u;Q9|@$aq;ݯ|}vOlp>a"QB]q1\ #~, 2k)1ԙb1".nrJnt-Gqkd4WʃB/ܱ~l(~:WF>)d^sB$utЊ0 ]fWjRIAsya~께?~ ӟYgCmltΧ6O*Ѡ)[]1|b+㞀_Jp RL ?HX8tWGL7Y)h8<5@I4{OʋVT-uC3;<}~wC Jzf s`89uBU & K;Bg1^C29>O#$gɐޘ>}-T}SỴ0 UlJ;ݟχhed4QfS}8v`DCvlVw|ᇟ{Qh;T|@$x؞r,.Wd>AjړNW{FM0#28{6p@4TvHjX_M+׊ +^JEä4bI矙A3I +endstream +endobj +1311 0 obj << +/Type /Page +/Contents 1312 0 R +/Resources 1310 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1309 0 R +/Annots [ 1314 0 R ] +>> endobj +1314 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.846 419.304 283.317 430.152] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.8.2.2) >> +>> endobj +1313 0 obj << +/D [1311 0 R /XYZ 134.765 740.998 null] +>> endobj +470 0 obj << +/D [1311 0 R /XYZ 134.765 725.058 null] +>> endobj +474 0 obj << +/D [1311 0 R /XYZ 134.765 610.678 null] +>> endobj +478 0 obj << +/D [1311 0 R /XYZ 134.765 503.841 null] +>> endobj +482 0 obj << +/D [1311 0 R /XYZ 134.765 389.144 null] +>> endobj +1310 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1317 0 obj << +/Length 2838 +/Filter /FlateDecode +>> +stream +xڍYK6ϯ02f$z͞& ,z4CZȒ!əԋzX3h-Ūb**l@+?7U&߼ԏ!9݄w}N6J#y:,<d}zX0Vi`Js4$-$-m]e{xz{۝Npw+ڜ?8ϔ/2u\j`ϐuYtjڎfDBO=ݸSA8Lsڡ$`~ţ{@ѤW M%Jwzh[G۳%aJһ圵Q><ݢeYg/W\lP/*^DX)ZtpY/Lk : Dё'Ñ7r`N14."ߖM~fGkhYfn*{St0lc>͛z jh?( (:"uhɚxc#kׅvFNM]Ը˞IHE+-sHA{]= ̝ qx!]DE5y+Ep^ m1bG\/3|GIO\#"_>g ++0W Gi%{͚χq| cx|é$|]>Xdmֻ3iyxN ^R*.;Svf+"$ijڱQT&T.ţY0T biL[V "Τ|UH ʈ~Cò/b/ +p5OQ=BTlz ~'*t% ~x6 )&)uOCdeDK%5r2CJ%ƲLC_ *$7֪(yQPR}.z@nV{T3vKLOan& =\VK5[vTb&=TOU_%%DdG1hTB/CRʹDf1QҡeҨGrΰ7 xH4)p +R%K4Bi0ǟ?~:'ä2"T%3hWoWJA) iM}Khvŕ؅8"+MhJzY6>SSpTsl * xс,e|Yf՛;{M8y7^X`)t TWJG*v;݄PHҒX%qz_ܕvŇ2Ńq'Cy +6F.: ph// +WpġQ\3t^Ce alaB͚SF4y}=Y a|{z0@2|d*_ +ac4!n`&_l01̛֭`x/\VFoO[*9| +.K,1zU1fhV"ԇ~H[4 2B|nE(PY{_ܕvŇ"rOZ&^Uj|k0a UN .ac? EP^!5nF.;O@8'>|w_RK.J/dL2W҅-HRsy9:X-& E8?Z#.G2PM׬ TxЬ.} +endstream +endobj +1316 0 obj << +/Type /Page +/Contents 1317 0 R +/Resources 1315 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1309 0 R +/Annots [ 1319 0 R 1320 0 R 1322 0 R ] +>> endobj +1319 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [165.467 435.832 177.422 444.245] +/Subtype /Link +/A << /S /GoTo /D (cite.Lehmann2004) >> +>> endobj +1320 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [276.92 282.27 288.875 290.683] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1322 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [269.885 216.86 281.84 225.273] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1318 0 obj << +/D [1316 0 R /XYZ 112.087 740.998 null] +>> endobj +486 0 obj << +/D [1316 0 R /XYZ 112.087 628.592 null] +>> endobj +490 0 obj << +/D [1316 0 R /XYZ 112.087 487.521 null] +>> endobj +494 0 obj << +/D [1316 0 R /XYZ 112.087 384.253 null] +>> endobj +498 0 obj << +/D [1316 0 R /XYZ 112.087 322.829 null] +>> endobj +502 0 obj << +/D [1316 0 R /XYZ 112.087 306.064 null] +>> endobj +1321 0 obj << +/D [1316 0 R /XYZ 112.087 229.811 null] +>> endobj +1315 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F11 898 0 R /F17 618 0 R /F7 819 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1326 0 obj << +/Length 3867 +/Filter /FlateDecode +>> +stream +xn_I />hS$@Л>E,$%cewI+[N40`uggfr\ImD$bU,jؠN7w| ~r_^r#C+xvZm=_|G'#CXS 5p_UoSM#ѿM&Tb+]5c2BJkT2>,gj`/BM[R8ܓ7f4=81_0ʶ7:ʯZƱ4Ҥ=/f"WvF)f^,"KIO02 +ȥ_4a=E{E>\lwn 5պ O/{ 3FINɃ]''x W kun ).t +H'LP$eGlx~&-}$9VT)\1:)N=FA!q_U 9e_"V숛q v]u+*פֿxlg~Tr;U,O1c<-Ve! +˜GתYS5|, +v01Snn 7HYnjm-XV&y.&-H"F + +2MfW#D r$EO8dy[>Ŧc82| y*ev-*!g@ݖ`~ݶ;;&2+ T0f"XVF2Lɥ&a:E.C~>KfGp)'ᙒo%fiM[镱V+A}RЛ 88LZ bޓY`nb'ƧY5[3!ANs!lЙ}dBb #jADυQ ;L i0թ]z@x bt*&?[EBzF0--L)DgoV5^&B{bDo?+r*bKdR0zJ(u`U-ZC7-p֋+p$𡨋7Qb 0%6*xUrˉ+p l5XIh|99zNj[C0c祽 hLl +5rtRb/)`j;K%%uU78:|ل|,S/X@`/†e0Y۝3QeyUI KV:S0o.ZўEQX=߫h y_tsGfyKB&_-U KUXxJx +׬BDOPXxp"OMZ˅̄ 'R"ob~neKrFZR7Xm>jp\Xm=;<0:^T\5KBBƶLPC?lcįvzfy|mHj=0x]?NK[Re-Rn#6;-ALYbu`9ҫqZk*!l(tJ-Jy:QFeG>3U@t&<i,""58 >Ȗq7z\OJp0e xG*Շ/>&2_X @ٜ6MsrpX̦'Saa>@EmJ + +p}lTM W NN4NIͧ8ٜTP^vXNȒ-?ـ&,5;nrTK4B|]-Ln>]I p%PAA5,57y>Pc2onVz;[uK#G6NW׈\:>> '0gp;aw +=4! *7 KI* Iufp^}U:Li&3m3~J9%SQ%Vu1O* _0 +#Wԙ 7ɲ^b9SlEequǏ-ϵ> endobj +1329 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [389.997 496.775 400.43 508.814] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.32) >> +>> endobj +1330 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.822 373.366 199.256 385.405] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.33) >> +>> endobj +1327 0 obj << +/D [1325 0 R /XYZ 134.765 740.998 null] +>> endobj +1328 0 obj << +/D [1325 0 R /XYZ 134.765 707.887 null] +>> endobj +1331 0 obj << +/D [1325 0 R /XYZ 144.727 243.725 null] +>> endobj +1332 0 obj << +/D [1325 0 R /XYZ 144.727 221.807 null] +>> endobj +1324 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F14 929 0 R /F34 808 0 R /F7 819 0 R /F13 624 0 R /F36 822 0 R /F31 633 0 R /F37 1084 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1336 0 obj << +/Length 2635 +/Filter /FlateDecode +>> +stream +xڥYs _'y&Sl{鶽Lp{7JVXI$$%Yr6m'3EB\'R*lX]wW>^IG4E.T/&|6?GiwI2K4O4XE& IKu&^TGus\耔-*lʆ׺mɃ#< x'V;i[Ͷ]ѝubNO{ڊt`$x߷�"7B w]t%=i[K˨$%o WI|Sh@k&Z/sԨ?<מh-L'=)=Q96VD&-b"uX-U.2%G:Tm>;4^.:0` 4#;VOhm"<wm{+դl>5F"~,:H"t8g*lfͦzd螁2S2L*SV )-ܫ+/r*Re"'PPYMSѦFrN[n'ra~I[~o*:epd0DB"L4lʦ6 +}shmA߃rsv=z2vH ;7;j D4趐DY[bBjunGLR4]J8eB(> +z5 $3(^MłeұsX$JN3ul(0C\ZDnǦ9W&l;-yv}、uWyK!: Dg6Xh@K+>CGb0ܧZ@þpZ*yꪰa1Cpi r"U(S`ѩ^j&MϿċ p:y]i 뫟Xx}XY>U |x|rBͅ H3֚ևco:E>æh/^x$ gg> 1:* }X-\AmW P.1Q\EJL"I!|=5ot{Q:\Lk 򟠷o|Kv 淂y "SbՉ=tlPn^.i Zaw,bG} M|=P}e`baJbQ<a8jA0śV!Mz!#"@j"<`\?a! \^hᄱr&ǘO.:SA,UrAmu+u+XL54'7 Zf]ZWTDi-(,ykW ZPΡ!xLm"Wx hyx|^eop< eKA.RЗ~9Ն.H"9z;׆ܡ 8&/<WtBYE|^Rdʻgw$S3Ρc演l(EMC!F=w/!7v 8b聂sr?o\IjofNbvf 1߁cLF|aݍ +khbUtv=vԁiyD='FQ:8$ݴT#cj<}9QOB?",B'\$ uфR^cyXR sCB5~}K"pf:oa1ه1>pXdsGirqاf>5"bI.P'6 SZV8 {T]UJ!>8^{n9?G[Y(ZwWӭ_]ɣnKmNe֖My K1+-k ~.vKH쓧q4Q;Uq$* P o=WC>ߕ/G~HhV0pING6ja7;n$.*w +M19]WP EH(3`)ڢ4T6þ.(6c> endobj +1333 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (statue-clay-example-figure.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1342 0 R +/Matrix [0.00000000 -1.00000000 1.00000000 0.00000000 75.11805800 525.55114700] +/BBox [170.07869000 94.96063200 430.59051500 749.87402300] +/Resources << +/ColorSpace << +/CS0 1343 0 R +>>/Font << /TT0 1344 0 R/TT1 1345 0 R>> +/XObject << +/Im0 1346 0 R +>>/ProcSet [ /PDF /Text /ImageB ] +/ExtGState << +/GS0 1347 0 R +>>>> +/Length 25668 +/Filter /FlateDecode +>> +stream +xK$ɑ_qUCMU >Ш0vYp],Vqlf~CU9"Y ̬j=i"򙻚ۧ~s{{oz_ֶo8Zv,U?>}ǧw?_{_yf񲼭Oi|-iן?} O~qrgy}sI?r}γ8z^O?ۧ/,^+y߿rlOWvv{Bg-}嵏Qn{) ~:^ߗ ~?m,^e?ӦҖϳYz_WqlsYn?Lik_n{_~ֲR W8zy%hzG){z#D,Eŵeg~uu{-ϳ9c_~M{_g=?\)Օ6ך9hsϼuz}:?4q 3sRη^QvkǶ|y:;?}+)˧+t_:Ioe埗ūc~6᫇/zvy';anRs;?v>Z30f^2"L+Rz-ﻇ5nR?(m՝h l_1~տz4’ 0_H!>c0!V%2׍Z4’sJ_G!F1^^?n%>yG)KV#FAV.Y[FvmihW=[uKE~'^ @}n9W@s_y?kT^$0Sǭƥt!Lq[xo8k RDX_?uMҥV:@al9Q].c+sqK{]S4’ݯ+, >$kRr:`Ϩje1vGXϒSZW}3aT]eA@N{q}RK.>2Sj`ǭsJz1w*d 1r?n5KiJ.c R8DXˮ+Ⓔݽf=[WJWh{Eo?n$/z,ݫ5EHd/'pl?nOXG@ݲ:`Ϩž4IhT[N༱@u=ZȫN@4Dru K_{TT?/-K*U\פTqzA@d)W @ܧVLꌾ|~剭VwA@@#)\M-%UgaLxmIz&!{A?3j8J[`K5%'p +!RI[?n[Ҍzuʥ~͉f^N򿸌/N5hTg=^jO4D*_}'p$U'[' z褹N`-Itw o^אjikC_jո.sHKѾj j{uLz.iYf{?ڤKMM:0A8W//*?h]^-jiE K^0~ڹܺ-?̙ʈ;SL.Tp奭bLs~z:iS&!2lrTe%*3~/L&0gÖ!sJk\U"Nq=z]|(ا3>{+ZTe( _t-0`U~qvajbT=hS nYE5z., + %nYE/R I0 %ͽb +~7OeiRrjqbm]_4?xqrW]3w:4 aK=2Q-yoLKCLݲ +x`ݎUE qvGX;KLݲÜ)$حL؟0aN1q+şDi}`^nAB0{ KzȔ}v[V3R [Vg+{oile?`^J.Q-4L#L1uh"ٲn0UkvPM7)S:¼hATF$29 1u*q}TVW'1$fe@է~"DhANz<7Lú3&XU[\"N

c^J.Q-4r7qL2u2:R W$*3ԡIFWEAҌL3c|(:-?̙rv=5;{zvWVz)zȼ"b?g uOV|Rys ;aC)6S"0gnE&*Bu +EO[u[Q <uyE'*DqU9̮3*Jȭ̫Ʌ#*CUI*zୣ̫U$E#rOOIXݒ:{`Ujͮ(Q $ZXܗ1;3"~˼TBMs9M339M}LZ|h +*XEפ:g$%ЧKZřnMjnftŗؖAw_EK8{QMZ`ԧI[ρ*9Igf5~L,4$8k:FHB*uI*LKRRKXxU@B*{O*Lg{e{X|U@ d+ָ&O[ݒ3>Fp!7]ּ-Ü̫G\oZ( O[5-IjUD+iu4ITZ8~T<yu+PTF$F69 kD5u$#{RzEۚz`:$Z8#) +x`n<&C;6y!F{VuR4/ūJUڴ?H JF,Ķ z$L޸gE_S]s T{.}W s:|PnGҗk}yjM]sMhݶtp.k-nO{޾jɅӽKN~mYKKW^+lLKp~Y|~jJ^9/y BWu-U?Z/^۾T[&ǿ}q|"L\9W/G]|]9Ol=wSWaWc|󌖫Mmzy6W'P֯y%kׯ3iy}QoeSRǘc+UtH=?uw],8w2I*N-j9@gM fq sf{2ISYe;ףpaFXiImI\G3oG8G-S#v7NKqY,O>h W=Nt(u7OV=:Z62lዮeypnP9tx;\RdaEYЭYB/j[vLL d+yfѴnP9l]$0 %-=48!q-Ѵ +!Lsaz}=ߐ8Ѵ! s宺Ygq8$\it=2R)yXf|t7[??ҫ-)q36zߺ-TXKnMt +MyfѴnfRiN[vjukoJd^Gϳ[w˼@4-Zm8\{X,}~x6h ޳=\.Ri.ѷY#ٲFDz5VHPM< u7[eڣJȃy@2-TFƵev+"UVPye9 nPRuX4L;{ 9 C;z}>(8hZvRT^Šga/c/Zo]=rpBϳPdmg]m-q4-;)XH0\uG8|u x/hpi-b< ,a_ԷTwQlLԳifq osҺEVJ]gf +cWW/eLd+癱G2sY|B/R߲S;)qB3 =n*???9ӫ[\drN?z|nfy \t,;EG*G= +Ա,`*lc٩ɅC*G=Ա,'ѓrгe&W t,IYnI=0.d|fP,>W_Mb[-Jb~ТG˯,5)fY}5m t,;)Y8\h[f,>_Mb[} |%8{,R˳7!qc1^r%s8BA-L=:y7)QiHph[vD`%)Ξe.IaU_‚F۲S%2%[eIu, 57[eKdJl->zvKJFfΔGRb[ÅDtMY[RaO<hyf|4,YܮI=0nI*,ZVlyq5)c7H*E#rO |hnKR/b'Wjn;{Dly8h$*#t" ZUdEwW +%]˳Mgd5*͵ Smm}m>;-FoWeB[b6aӄ:-=T:! ̐[Xצw4 [4/%W~ ĦLB5[Oc DT1s殺M&6uh"QZWWDP646u*pw:$a[?ڶ6şlU7sPv:-̍zӼZڃ l%,qkSnYE|3ݘR [V̙}m7ng+iLRrjq`NO_[o?Ml$D޳em]iZ7]צMݲ +`֕UkDhNk49 `S=ЗHVJz`JJ}mz+MObv[V ׺ҼQăMۂYjq̜حMح7M؟&6 ɂ>i^q8f%xkSK?$!xzkySQ 'icS 4/%WDnmB Ŧ7_"C i*py@{3d5)ŦMB0Ӽ +*5ۘzthaS"r=5[1u w6)laS"vuS4yu׵E["LnkaS"hNjs Aؖ]ئ೅M}fNE&*B M܊jp-ͫ5.:Q=IWQE[laSdҼ\8"{s辺4=ԃTBy5DhNil49 kaS[RHRŤVkvEhOύmzM= + +`OgJ\Z(Xc5<]ls$hW9Sbm^bS՗@4/jnmnitŗMYE=`ئOV&!8Yr5s ۄO䧋MB048kND !2uI*3MKRRKX֜U@BeT\Gg6u*9ͫdAĖحM؟4a6u%5#2>Fp!-7]ئ-fn֖#7Q-x M-MZTpKRzE z`JZzmzs V5õ4qj&'amir¦n`'WVmOKMOE#p;5\R"Z@灶4>-lYI&LRTEMMϠ$+otJj #)gM=59s6|vJ&ܖjQk45 W)fGѐ6*O[64"cp5 c<8dt5`gL;>#Fp622#֜pzZ T[&LBL>dE$*9Z2yl$dKy Kk\C"O9͐iFcț3OJ꬧(l « `g"X㠶Fajb-[F6zM/^Tw9dA֨1 c1tMȻ_sH_$!+c&LB̖-1EIɕ ŁQ?#@!j ēIfvOsRr!8f+WF3eM\li|=)Q-x01v p W"8tcYmnABV1ƭU"ӁnAB5jZj TcZdF9 A-fX#j&YEd33!MF+",LB؞1Ie!ŁQj@h4 j$ܳ勑h/cF68MloTkDh05c12MlB_X[VBF6mX8d@1ͩEh1@ gg8I">ۃucYmqhgp. i$DfKPy K[\{"5c@=7HV, qLƟ!gPT .eNqhEJ4mcK1̩"*w-WҸ2IEUư2&WM<v| *>F-ب=@I`Pkv刊hYb2Πњg`':f9'c1 cx[}F-X|)Ƙ9S|AFu 9LU_QKCsɜKΪZ5c@=m/j21gqv_ԤqfD}К2f²%<%Wx& x1 c`2v̰0̩Rl Js*"p1̩R l JsQۈ2q*"p1|̩RdA֨1 c1LnIqw$9Llk`ԍW/ƕrK,"F9KT % |*8ƌᚔb%e@2*9~;kRdQ@1^̩{\oZ4`c<1Z B&2ݓZ& !"ڞ2`2?h9O#lN}*&]Ifg@HU~ybNWqFF%9uL_QK IF܂\cȶS9zk]R-Jvr WVgg5 'I&hP1:WVGǔ0U̩OMfBadL<12Ǝ[VGatD1 ׏>c'&15m"1m E2VP2F1ġI#, oG + "Ne?sğI#AKx}H0lx#dFx1AIsÜZt 0Skƍ e,nU:jK|CabИ@H1qIaNk6d(1cFSceucDr1=+$&>Ma[hh0'@$0m+ c3iD]u;9_"!°UV 3=L4VZƇY`N݂ɂQb A` a5Нd߈C?1qa|bu5BaL=15[QӖ0˩{*u KÄF[VG2<_"5ZÐ%DJ:a&=[c5!EB=12~1 &MalbΗ5\"!"1an-#> cs, &nYaΠ6˩c;YBh0^oC-#> S:HC 0ҋ3̺Ӂ6DBa809g5i?rosw1K1lӼ{bdHc[p"!°Uk-$%[ԭ5"܇[ oO%:Wb،.'KB$ 0mcyLb1KnR1+{FwTp<Պ_BL&/UT^͆KwCieuMU=/LujCyWVGJ4˩;-#ۼ0^ S*{* FxOVGclu:ͭ'>Fz18r1;w[QdN֗Hs/FIvWVG-fr:DB+}J%=:lacS"!s6lΠ6{K.:]r6K<:]:o9'Ž]̎[>&tUj7lȈ2i6lYB+4KkRќg $WpV"L[Ơ.ư-S"6dW5ilYB=V5iDPۘ-~qOF䃖:<%.;=ùwb1BzbN+t-u[末%%Ĩ:p1W˩roR9'j =,\Lr\ܓPcSYZL[ve#8̡[0R!Cnv1K[RkQuDnsg9pKK$ B>o18g1;m՗c؜AKR̤)[0g qJZ̜f ~MJ-bfSwD8d.cc`c]|qtO4Y ,!Ξ3-QY$UGڜ,F$ō٢3!Yt4 "Ϫl9$IQ A6|q$lNEJ8lȈGR%9Z0-wۧow?m)oկ{_O^o{_lox~koo?>}<1#}8"`%ík_og"_:糜SN9|^~l?Z߮xgO༤,] 4lXq󴯕C/uoil4#AF5ƄN!}%< + 5QXe6 ۦ38ӞqF fM㖼睦+g?*g~THfX2Riβu^"ީ :Lcb(Y=.MK NL;X?1k7:nT"Tw&EQuWyX(7(!3gR oцb_ѤLDPΰ5xvJw\+1:Eg3 z5Բ<}\|Τ1Bvz '?*I3F\j5vwޛYD11q,L%yìYg2.ּ5H#3Jȶp}=f0ØI,|`Y'{x;%6~T@,-?M%TҖ[}-u$8M8ْ${ Bqksx Bi̲%ͳ+B k5gŗoFOel-c Rq/{|i\u +%4ifr$ͥJIU ~ʲ:@cuQ]ns)>yT*\V|U|~sIWŶ(Yp=f$=IopY4oՄKnABx*:jLVc)s$8kr(J&InI5R]b5Ag3˖d7C=~m.r5KeK-q1su)!T\p)IAA]_]W@XUb؊hUSMdrKU՘ąv)c$&lD-KoN{PMXWW._tAg EQ璪1 +`WU i%,!pj\OuM +` +$ ÌY,yҩe wuӌ,V ~1u5՘hqk +ZݮI&1L )mbXBEa]|ܪ(` fNc&9f=@V_QD%w/*I3,B(p/ $ ÌYZڬev[*[I!w*t BQT?HƜb-R_ d7B%_QP א|jq+`\c9lgRS .m Z4oٝum hV*©vx+!L3f)YVMo&;WɎz s2S yhY5W#ffX2N Q1a}"\MۺEU%@ YʳN?EA1*IJw/ԋyf'ཽj ^8Lh_#i~͊K$uSڏ5.4wJcaG:1wӎwp6Y8ռ5I{~I;WI_rgYɲmbzOr]8׫-]8slAf+Qm7ieD1͙CeJ{` 5J9nUL8Ĕw"Ύ-J*GiR oZWe[p$-# *lKX3#OsY j9PUl(Jў"-p*KF!XG9hIhNV9Xw,Qus$gqv(QJV iR oǷrv(gHp(e'*}=GǼo(!4̙qXX*Sa6_ξes$- *bf);!I=Zi W#dOቯL'E2b%yY +2o4ô39սkj@]"0g-Ko['x֭ πr7(YE$x`=dDx3oYVa=6[½vldIxi7Rz/Q: +-I]͜y$+Ϩv50p23UegDkgK~i>Jy(I3 HҢڣf;v>Vf3LuI{iٲwI[Fj>1z|i| {uq딁'٪3MO#DkʧG!qxo *łLQPiMnGUĔ[R]<%e Ui3ϖEwgޓQ==M?ʹ[2"4yIGnRL iM? +Yc_e[jY^yP@ÎRv_uCRHÜx(1UY_@>}@ + a`HKHțwtշ _!YfyOm36Pm!WvOGx4)Td21HMK(]G_@S,SLsd mCb(bMjm7HMB 2L 5y}>ZK6_sAJ| e)#ݿ6|}&4IBUݧ Q5v*.J4 '$fn3Jt*S!͙C +R. +5[53YJ yXpΡH 6 2ΒOQd劧HP0T-#+S<@Jwde +QxّeB8k8N5+ ! lLȚԼ%'n)R<-KY9S,zzԶ'EG E DȪ3TR۴ja>q~裓n6]hrͮӥ+TW"- פF("1`0#J#әOU)[C@9S!5CRʧUCC(C(jn5{ZUe}6:;i!q2Riun FṁF$"Ms8=ض=P.v"`(|!PѺ5iFNw⨺kgJJjt%T4B[i]!j8 +l艡J߃ikҺ5i<Bi3z(c C-ZÙ%{;@;i!q_Mkx &m#Lsb1XY襮=ʸmRBskqaZATڜ5 +m&:[."hIAIR4Z@m UCwr@{E$NA>#B3oYVn -^a-!i%[*YR4Z@Дur#K]9,)- b[5Alҿ5h s!8#tD m{E$VIAIR4Z@iUd,K eDGUYאHW.3}FRRtPZ2u(+D7JG_WD"mNqT]s +}f/("!6mAT%{\Wi!q2Ӣ=^ SPf(AwWl(uD5{lA'|;IQ^tPG9Ԃi|{Hu"tWl@ߣ9m$_1ق*Ri +ЧD@đqTuIJ%U![R`#m3+:Hط$!eUYw_a]b*dVQ}thȒ.[9hv/=YSդh1;@dm?uVf lIbvg*2UҢCՂ5%TgNtPGIUW/YGN,s"8}beC@W_| B2Ϛ%Fpw]LpLB_ODl3:OCh=]̎ ۓhݧd@%dDO Pf ;|?d4g#KF ٯ!5)AǨ!8}>eC@/l`aӲhtmo4_9zR`U#uBqT?;ut08̒ݜgbU\CcM!R."kwi\Acn󧳗[vgvQ'M!BY|mvJӐyJ =- δ#R;*xّeBhp5]Usi +S02ZE|&1oIIBj?e)4g%CDl{R8:?*3TR۴j/|?%OA`@KHNgSR5ZjupkV L))j.,1ODJYBq[ TVfb%F׿`k_կ#,o4c#dCT)HUy-%UAqJf7)HUʞ)NՕ.-r8,tJB1jۥjŔ(ˈJKV8U"tIT1%l<[Aj$ ҖNJ}%lY݂T }%_ͦ$Nj^%=^Yx/( QE>͏%T_87T5au>\͡*9-'*+T 蔒Te:w2U=1НͶL8tJJYQ|5P9R8}Z}zyk|*!g:A6zƃ*.Tm`P㸞=8NitH"jsU +e})n|e$"MsBHՅ^o.xQYu5KIZ7(\9>RQ[܄T9I>KPvsR9X +`=dW +k[Bt^[Sbn^ ^ BDEqTMI)א+}ܪ-)qTcVBRnwڙkcKJH`[vCo[ȫN){H>nn1+!ZmRVBb;%e==><H˼sT:T̖T\rJR9R}=FJLHUʦ-17i-k+k-ˀ]/LI){H>n5){ZIoZ9 +KHҾ$[⮣}(5TR5%KLHU5LJXdcl +`kHN)IkIU-+-k5[(-NzNqT픔r +'}=JNHHYb %V0/Ib=Bٵ%&' fr##Wiא5}jR852`eVZy,[SLj՞崤2y֡drYT *lU\bɥ"#KXx V`[R]Nk!Y-%*&&qR*IJu-d%*[uuKBn -Ƀ͜$^{R:aUYKnr=U oJ%W41I).}j,n/=k&K-&uV9o(*[}FuI=5ϊ%^ْߥ=v&q-Y$ŒKuKL#ZBRXrIӏR*G:f.RcU)Ht$&krg(/=G@rկ]eeQ# + +ǭLT +6͉3YVuUKKUV9ؒJkTJ2YRuMj%Zj%lLkF[He{vnKJ$rw7_,:JY\Sۥȥj|K*>:#Ϊ#z4VcuR]wI)k?8h#ڒxZ}F+6VpP8B{62SHLY"Q| +%ˢCnd:^w60Q+6VXYE0x`&60vVpmD8[euY[aC4UKEc0,:V8Aձ™C% +11Ζ)E]rH3K cK}(׬ºdQ9lkUb0>+[V4' +~Y6Q5MTfݓ&9V@m,:V,8[g޲ZBF +kɚD]0VJȭD[= +U?5}լsZHLٲGmM le!Ӳ +lyMhN)XY]0VzȮ0֙Mc>˸T˸*",Q()א+aȭ .39{JDe-4aDPnt``[ȫ0֙eܝ +. +۞Vc gPVT@[5L[9 +lÑq+7a,:VjȬ0ٖ,;gQjT4[mYLj u\ڳrI뾧̔e 3ngٲQ/ɖ911͖QE`NqTMJ&2J&P+k1Ne 3nl y: gwZ +'%̸-K@[g[N{hPI̙g*LT0V@niZ<0+Luigfu^Ce 3nfhchh+&-θeTf+=y31V/4[YdɂYUrIj%4iĪ겄¶$hC3֕͞ + &liBg%9V(OtٖyzEaxi}f2R+~kO~&4s8LVUf]|&2$UU%̸%Rf*3nwMcV–̴fih+Ceƭ0nKJ$"SU~2eqMm4V8 ,YK| +luVٳB{$Ց9VPY9QGPٳBY} +eM~4siY&ibޒw3n'%?f+-!4[gYŜZ^:BҲLEqTu?ĔK6G +HZq+$KCa!M5w9#m!4[<+{VٶMe 3nlhlc]g$59V(Imdih[|Ǐ"Gl*"[hN8,Y[`B֬""*1Tʬ=u9}If +UҨ1֙JzƔZ&4[uYd-PUꈨL>0V8K {`%8if^5u\砣Zhq{WY}K:_Fr\ ~3uhqޢ1ڱ7oÿ?7۷uyկ~?>~-o۩\iײbr:_7O+/PT?G?qӄ;D?Hc-)ӐyU|8ʺ͇st&º&OZc ͇~q3Om!g +{Mu'[ړN̽&<>*BGcPIӜyJ hDD@鲴DXl0m4>~6nK0KM&[c֒&κNiO{MǬ!stz78<k aıф)IHӜfi*DX/>䎣))DXי܎ Q:uЖ/h<YVm!º'Faݓ'9SY^&μecOIDXK+!{MY'z${MZc[YR5y m!B3fiPyӜyZWa3z{')xM)SvuЮ]a3LB[Hw5a)Q$%*{IJ& Hq 6cNTORcU)7`<"[`V9ؖg(ʺtINS{M)oO|X-!+OTv0wG$%UYk#ByPR$RO *ǩ?<6hK*k\'Wcl ОUK&}KLӳ +MBm!L:0&60*)IńTe]CGug &P*%Y-ʺeu*3&SH[aOl{V7Gq&r}UHI*l4D@n&Z<0+l4qiBfuDXkHɖjZ&8>tl/P" p dfź ([dRi Қزʔ| @9w ($a[ YJXeʹ@A-J9((f8=غww(54 a<jjfڎ ([rd ҖNVϗsν +*Y(5Jj^ ,aEB/(-8(%d8PEYe{:(+fXYNŝ^&!ۂZ`^-]2soRHfjgY|I: (["{bi/soⲊxlK ߶(I=]"*Q>2 @(EH07$ %yyǁʺ=}>[%IDTf]C (["{*[͏lNݒ^[-,zx֩P}&Fv$uQgy-PlǁY(k`#dWu 5< XlAU^c(e ug{"-%ԞrlPk[=+|"Qb2*S.Ih-`VU=mIR#!Wʺ IöY +{ fr%q5C`k{R9QYK@YwJmk؇śe[ yk] ,aGS.I7ow# 1$KC5_CGql-P5wa-dR@m:P=+ݲdW<lԳƺmPВ,'AOҨgw7o?ȳc@""*"XfBEĶ (k*"rb)Χ* ^7gtcud:ҟ-Bh[ RT >ujRIǒmP΅~aFZUTd>o(.ۆ޿_ My*o8@{2+`?r?*];Q2GgwϹj_{` ıMpW~t>kuv\wq-駖Kz}s_}[ճKYR̓|党?mLRj{O߱./Gbuo?:wKlz} +endstream +endobj +1342 0 obj +<< +/ModDate (D:20060505144516+02'00') +/CreationDate (D:20060505144216+02'00') +/Title (PowerPoint-Pr\344sentation) +/Creator (Acrobat PDFMaker 6.0 f\374r PowerPoint) +/Author (floebe) +/Producer (Acrobat Distiller 6.0.1 \(Windows\)) +/Company (IMISE Uni Leipzig) +>> +endobj +1343 0 obj +[/ICCBased 1348 0 R] +endobj +1344 0 obj +<< +/Type /Font +/Encoding /WinAnsiEncoding +/BaseFont /TimesNewRomanPSMT +/FirstChar 32 +/LastChar 121 +/Subtype /TrueType +/FontDescriptor 1349 0 R +/Widths [ 250 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 500 444 500 444 0 0 500 278 0 0 278 778 500 500 500 0 333 389 278 500 0 0 0 500] +>> +endobj +1345 0 obj +<< +/Type /Font +/Encoding /WinAnsiEncoding +/BaseFont /TimesNewRomanPS-ItalicMT +/FirstChar 99 +/LastChar 117 +/Subtype /TrueType +/FontDescriptor 1350 0 R +/Widths [ 444 500 0 278 0 0 0 0 0 278 0 0 0 0 0 389 389 278 500] +>> +endobj +1346 0 obj +<< +/Length 13 +/Filter /CCITTFaxDecode +/DecodeParms << +/K -1 +/Columns 25 +>> +/Width 25 +/Height 71 +/BitsPerComponent 1 +/ImageMask true +/Type /XObject +/Subtype /Image +>> +stream +  +endstream +endobj +1347 0 obj +<< +/Type /ExtGState +/SA false +/OP false +/SM 0.02 +/op false +/OPM 1 +>> +endobj +1348 0 obj +<< +/Length 2575 +/Filter /FlateDecode +/N 3 +/Alternate /DeviceRGB +>> +stream +HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  + 2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 +V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= +x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- +ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 +N')].uJr + wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 +n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! +zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km +endstream +endobj +1349 0 obj +<< +/Type /FontDescriptor +/FontBBox [ -568 -307 2000 1007] +/FontName /TimesNewRomanPSMT +/Flags 34 +/StemV 82 +/CapHeight 656 +/XHeight 0 +/Ascent 891 +/Descent -216 +/ItalicAngle 0 +/FontFamily (Times New Roman) +/FontStretch /Normal +/FontWeight 400 +>> +endobj +1350 0 obj +<< +/Type /FontDescriptor +/FontBBox [ -498 -307 1120 1023] +/FontName /TimesNewRomanPS-ItalicMT +/Flags 98 +/StemV 71.742004 +/CapHeight 656 +/XHeight 0 +/Ascent 891 +/Descent -216 +/ItalicAngle -15 +/FontFamily (Times New Roman) +/FontStretch /Normal +/FontWeight 400 +>> +endobj +1338 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [142.882 642.592 149.856 653.44] +/Subtype /Link +/A << /S /GoTo /D (figure.1.2) >> +>> endobj +1341 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [284.796 198.948 291.77 209.796] +/Subtype /Link +/A << /S /GoTo /D (section.1.4) >> +>> endobj +1337 0 obj << +/D [1335 0 R /XYZ 112.087 740.998 null] +>> endobj +1339 0 obj << +/D [1335 0 R /XYZ 199.83 457.58 null] +>> endobj +1340 0 obj << +/D [1335 0 R /XYZ 112.087 380.64 null] +>> endobj +1334 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F14 929 0 R /F34 808 0 R /F35 811 0 R /F10 932 0 R /F7 819 0 R >> +/XObject << /Im1 1333 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1353 0 obj << +/Length 3557 +/Filter /FlateDecode +>> +stream +xڵn}fE%OI)ZCyF\I^{.$E8ƅo"ByßJnMqHeF , YC}C:ԱVƥ E\\Rk8=NޓK hG̣QANca]iX5-8Q"V}C@ 1'uc]uju >;TfKS0K}!!̅NxŮkk HCڒ9lSmmeefh4j_l*I1/봞(Zy׭JQȫ4~Si߱ ++ +{ޮJJ? řN]h$V7m T3xZ#b!}gWC>l$6-{+?f~G:Ș/xxk6Ӆ:Y+U +yFit>rE=9ƚ{,Oo +# %Zn4W+r˓T]kCƪid?rgDuaszu[/ <`Fܮ":hh=Xm<2pYZ^!kfM^=XtخVMnvܒowe#zӽ1C|'G:B1 Gͼ^ha>g=`{JiV)` ;mH$;b~q!Tl7nQ@vIroqOi]nE.TڡvԶxD) ۵cN(BҸcS&o88a{F[3LB(̓Τ&J< є⚾Gg3Q' ̍fc’μU(-H/ ˒EL X6dž0sS["]]"v<>=fژ(ٹb:3#(twIW[=:)-ך}-R.22mToG3ʼn;Jv@WcY%2I:ʽ 1bjZj4EA|?p:!L;"31HXW9[BnJXN* 2/Nɐ.Yk ]8g}Xj0K/b){?ԁb5^)lx2`h0Ih; tC(JHj;tEJ6 ":Ϫ/]1/zO6RF|=]i.F@8hjj~\*J*"g2FZAtXdˈN0祟`dWm]l4+p8/ |L% /f*NΆm%iȶ]{T:#+bfmyt䡉]0|Y`ke&ݿ-<dc^AyvW9=r4z~I/Es H[7V=,++6<k,,`zýɑ/Ƅ@ ~&UmP+z,vV)%& _ou Xykx zd3Bډ E]l=Mk[?>1uI"_뽻>Q,"S@*P\MR8j %*zBCD% +4g8>8hX+ZYhbg8-*+.fd"JD-=EO +Lk .d1R^NUtQA> endobj +1354 0 obj << +/D [1352 0 R /XYZ 134.765 740.998 null] +>> endobj +506 0 obj << +/D [1352 0 R /XYZ 134.765 725.058 null] +>> endobj +1355 0 obj << +/D [1352 0 R /XYZ 134.765 643.106 null] +>> endobj +1356 0 obj << +/D [1352 0 R /XYZ 134.765 515.152 null] +>> endobj +1357 0 obj << +/D [1352 0 R /XYZ 134.765 495.719 null] +>> endobj +1358 0 obj << +/D [1352 0 R /XYZ 134.765 405.109 null] +>> endobj +1359 0 obj << +/D [1352 0 R /XYZ 134.765 339.406 null] +>> endobj +1360 0 obj << +/D [1352 0 R /XYZ 134.765 248.353 null] +>> endobj +1351 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R /F7 819 0 R /F14 929 0 R /F32 630 0 R /F34 808 0 R /F10 932 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1363 0 obj << +/Length 3873 +/Filter /FlateDecode +>> +stream +x[Y~_ȓ抇. yL+Kߧ.RTKGb+5Y$Ūj&zQiYl +*7t]}divџ߼Tq1_In}7_߇\VJiY)a|TZex2|kX̜ _ݙ2v֙wHkI{ynxAow@ǡZhSEjeqvIo{u2e}wyp`\xDBuzvY!r/ϕ12zOoy2vlǁ_p%l/doaeRip+0mUU8C,K`Fʽ".L[c s:ƀ/% >|I:H|-wu}"sFiSķ k t:,Wz\Q;әXR j&BPʴ5%\ȫN v" a (-+ +Ёh*\(,D)V5>N;?{#Fro"ĉ[Zp)|lCy }aiގa[7A =%O7T2c'Ii7sWa PB/c#Pl,hC{ka)-ئ':P\EhYd=4WYY̰}CG@[Oq%Vi1KbdUa+ag51-¼R3T*s7x~XuT`|vb `ta9wѢ~жYlQ||{dw [0(Mf*l?@2=cUBK(x89NDseD=AUY؏MQ`* +Hm|B>CY{Ljzl f}n=)@#=1؟mebSNxehRnͺX>sBC Aq᭾AkhKuHc`|_>&bV$!C%ʆPaxFhKuJ +G:Y['@DT"nO4NܫwHVNr_8+̟CSqXf6M*}'nϤ6͔ް 2xh+a8Ħ.p8{HrA s?]!D4x.ɽ92^м2+ڍFt ̊Dzt1E[Mm 4y +_ľTG),1z00Eo)ɖH)IPV6ӕZ,q<╖b'2hJiH⩏dtjv|ґH)n |kHzH>=o?q5h5˦a!v'j`X@53:PG*^vAqwcp6r$Έ7 Z'fx:\=2zd|s2Ʒ:$+=[ ) +o}ݥ~ֽ;?mWj?[mQXB.QNTƋҬh+vK(dv~&:qvŬysBּS,&ma\gd\ RU=dj %A2r}- Sf*/79gTƤJIK2ktM>-حe%4+)>Z!Jdk?JKj}рF)q'weT9>U ds3JJ8 )̆ |g%3a[@{®2!,@~+҂Y CeiQݽ$=~> e<Z܍ 1IN(OCfQúӓZ' axX8MI :C󧵲ހV"Tb/{RKM;wzvy[e!Բ-3Ei+擰TQDHx7F0l"5@.,Jysci="'< 5sF*#Rk~^hCvbo2BZbQKщ(mJҲp7qD'##pSVrÕm)z^2ѝ}nt5 + >5 Xl_Tںơ,tژ#GS>-yV|8swR#N5˒7ߝuZ0TZ8(W'f7'693j6(\odY\\:9>|yh3Dߒb`Rߜ.\B޹rY5 LZE a,P n UP\WEaQ5FdtsTV1SY ~$fb [zzfllڽG( :`.Xr,oH+TD/8/Bf7ȲljKX קO>ǠP,o\ >7k+_fEo(-{Z7ǚe"e1f2c z!f\Bu67 |I_,`xeI~1NKv6;,,EL Сfᙳɕ(y@N+k6=l+95̀v*myE I^(ճ?P6sRg\F't M @E5}ӕ^ vnWKZ\1SmY|߀O>w 66+~3Y~R;wUM[f)(i֪c.BMXu' ×)9 5W7_(ܭ|I6ESǦ;$l%8M2B \e/7Sz}[IEc%`͖ٙ9V&|@'M_̷e.80pTX=9Otlِѹ)Ε>|˴PJi+Wx_f*+?0^㽂$eqsS_!wgM673#:}{wE5F.,j42ӷ*0OGY߂2vKt.Я\[(gXdQ6+S8r2DR9Ѡg~H {gV,]lFCvH xS|Of$ +endstream +endobj +1362 0 obj << +/Type /Page +/Contents 1363 0 R +/Resources 1361 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1373 0 R +>> endobj +1364 0 obj << +/D [1362 0 R /XYZ 112.087 740.998 null] +>> endobj +1365 0 obj << +/D [1362 0 R /XYZ 112.087 725.058 null] +>> endobj +1369 0 obj << +/D [1362 0 R /XYZ 112.087 649.695 null] +>> endobj +1370 0 obj << +/D [1362 0 R /XYZ 112.087 587.145 null] +>> endobj +1371 0 obj << +/D [1362 0 R /XYZ 112.087 358.136 null] +>> endobj +1372 0 obj << +/D [1362 0 R /XYZ 112.087 283.077 null] +>> endobj +1361 0 obj << +/Font << /F8 621 0 R /F32 630 0 R /F11 898 0 R /F10 932 0 R /F9 1368 0 R /F34 808 0 R /F7 819 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1376 0 obj << +/Length 3755 +/Filter /FlateDecode +>> +stream +xڭko"(R˧\3IȻrZɑw^w9 MUzUY2WUWZ@6f}{wu]*TfJNow?\l/`^S Tzgz_z7zT8_Z8 6*}ğu7cݵXle+xb<\؄aYD4B)Z sXﴞG* , _Zܭ_^RUdVI ρijç¡X}v(3 RSYUz6U뗕 M< R BE^ /1v3$ 8ᣙ=o=:ʪx۵boڒξ; SQ(r[CNC +O'7{&9Ğ%Su&W;(rI6Lvp~IbrBc=U/xy"?ioVO3 Ύ;B1,8P(A7T%25@Ӧc-_HAgkxZσv(AMLmudBÒc8c`XI_ʻ'At\dYÔMcW\{d;?㤌 z%ÊV/F !NE$pq ơ,l NT?7<cu3P25KJkjLe0:?'a׭XJQN=%Z**p,rYp'`Viݿs]qBIx91P"/δdL"==>R8dgQT$E|X$[P ca1d(-'Pi}斝;V0q&$\,rQ< b7o.xfU@]cT$]3 ;t%ܥ@k7<|97C[svnO'$!=(b2| CWC>gLDwu%d{H>zeE R0ݞ\/Ni|IqDwtUz5jWS#xy|0@]L[TP+:tߎEpK?f48caPX-sc!b@|ˋ}/4e-@+_C[h(,j8=<%le[b*{r'd@ى˘;e\Z:C0<9msb*yv K=l]C'=];05>iIV~w)XW7 0hM 6 $Z9i&҉1C/bi6N;UR }? .2ɵJLvTd-e`ŅQxy/fsJzkV1@9B&ʤJ4@˫s<2DlF}ww!;lVw*?؅>zAj130Wꑗ`^ Ȩ(SԱy^4I:Ë=+FSؒMq@}UTq֮ DÃR.(彴6\QKVyPA-0뇾uk @Xhzx }w䧛0kKLǔ ɲcs0 Ch>#dvuҶ;5`6gZa|?ym9vGȆfzσ85$6(Ѽ *ɝSL( &_رOƆemf,0βB0@]Ʒ>Ԩ/ےm@ERfRV.}b;1ejZj} lSПob\N"2]!SSի w ן4uf)F @ WD@057RdPGH݈/i#eοPЗ.o{ݺkl[Nq9Nn/z-&wR1|DAk52C}o"xhl+RtFQvߖh|}; cR_&_T[v)e60svV:1{V@*%>YLS:XZ>o9ϪC8.E+( ߢ ~> dxpͯ۫^-6Mߜt6ܨ> endobj +1379 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.731 439.499 232.454 450.347] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.2.5) >> +>> endobj +1381 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [395.034 380.541 406.989 388.954] +/Subtype /Link +/A << /S /GoTo /D (cite.pschyrembel-w-2002--a) >> +>> endobj +1382 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [136.536 368.586 148.491 376.999] +/Subtype /Link +/A << /S /GoTo /D (cite.braunwald-e-1987--a) >> +>> endobj +1383 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.275 366.095 253.708 378.688] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.34) >> +>> endobj +1385 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.905 314.172 217.338 326.211] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.35) >> +>> endobj +1388 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [143.731 207.859 376.381 218.071] +/Subtype/Link/A<> +>> endobj +1389 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [143.731 195.605 437.576 207.112] +/Subtype/Link/A<> +>> endobj +1377 0 obj << +/D [1375 0 R /XYZ 134.765 740.998 null] +>> endobj +1378 0 obj << +/D [1375 0 R /XYZ 134.765 648.949 null] +>> endobj +510 0 obj << +/D [1375 0 R /XYZ 134.765 504.928 null] +>> endobj +1380 0 obj << +/D [1375 0 R /XYZ 134.765 417.515 null] +>> endobj +1384 0 obj << +/D [1375 0 R /XYZ 134.765 339.19 null] +>> endobj +1386 0 obj << +/D [1375 0 R /XYZ 134.765 298.78 null] +>> endobj +1387 0 obj << +/D [1375 0 R /XYZ 144.727 232.766 null] +>> endobj +1390 0 obj << +/D [1375 0 R /XYZ 144.727 199.889 null] +>> endobj +1374 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F7 819 0 R /F32 630 0 R /F35 811 0 R /F36 822 0 R /F31 633 0 R /F49 858 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1395 0 obj << +/Length 3528 +/Filter /FlateDecode +>> +stream +xڕZ[o6~_̓ ĬHQS)vm ԋ}b3Zr%y2_s#EJE<\d}ڨ, +*vweD}ՇRUmol[v} lVJ7wsn:SInzv59 :cGjԽGX{W't)W#w_ZS <vq βUtgXd3p_୪2=/K 0MW#?G܉ h* CX=Ntk//)p7oģ7WRV*Kr-^97ufPz}S#kFزHtCT<0XB~V|c=6̔Ōpy<ܶ\FMՎNrw=]yύ]"Esd<?mxWnufW0iR>{ x#rv6e ځ$UUYQ©n,JQ f ᥭB'"x9+Thx!aB%GT\5^ߌ;R/<^*ON=G4d\_ec'#SOPiHW]_OB˕Ȟ@Axd^CeK ^?]0Vrc"/3]{aJɾbOVn܁킌a& n$474{wF@Gn ~7^rU|&,%'Per*TQEr%ɒ1cM i,^D"SJ}@ѵ-3 J }"t)r 8$0%p{;:(PGBwrVr=P=!W8<"SK-nJA0KЦ/sزUpQ +gL.Ne.QG K_45ĖkNTS$لßXO!=i) '42 g+oYq@d]MBҊnDnRXej +:qphtb%pg ps=} +<g0 ~\K w8V 0\OS4~;zլ2}H <[RB-4HgXejy,XF3b S8ցzb1K%(qܑфxN'8áiE vBLː/V~A[ |j@HYC`>0ʺb+1myZ{,eӱ'Ҏ 9PL7(DEӾl9'a8x8@(cZdRKh/- {>u!l 4hB!D JgbÖ0_!]rMoI#"Vù0Blz:c |V 7J6L h1lBdJ>tѓC`g*בs㡺Q1 <ȯn2bWXi:xg~jږ[e*!z,5g$y (wgx=A`EjI.MSVEI{"9,\v*J(L.; ^ +<{uE5!+#Cv d + Rb=w0No՝C`_yP7s+^WB>gyInj+È+鎭g{p=E :;-$4 +3*$"+%S "1[V@eS3)?>Be|1s p_h-@mLƄL*<6PɄi/ʐXˋy\ _) :*VKSʚSCPm}($d' qfCM-IqĬVG!+%!A +mA@@*K/~ƌJ@+!姯aԲEkta8stlEe[Xs?7d448qvys68N xku8f^H`5͔-̟ؐ `\լ3VS{w蝴I `^~SҐX8gD+F%@3\f/~BpX7 +F~ 'ŪI]'s{<5iAs/o<ErM%dp&O;_K W(U_j (3emxٗ)5W/m t7}`3'a+ +endstream +endobj +1394 0 obj << +/Type /Page +/Contents 1395 0 R +/Resources 1393 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1373 0 R +>> endobj +1396 0 obj << +/D [1394 0 R /XYZ 112.087 740.998 null] +>> endobj +1397 0 obj << +/D [1394 0 R /XYZ 112.087 613.552 null] +>> endobj +1398 0 obj << +/D [1394 0 R /XYZ 112.087 564.443 null] +>> endobj +1399 0 obj << +/D [1394 0 R /XYZ 112.087 464.31 null] +>> endobj +1400 0 obj << +/D [1394 0 R /XYZ 112.087 400.127 null] +>> endobj +1401 0 obj << +/D [1394 0 R /XYZ 112.087 325.925 null] +>> endobj +1402 0 obj << +/D [1394 0 R /XYZ 112.087 234.981 null] +>> endobj +1393 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F7 819 0 R /F32 630 0 R /F35 811 0 R /F10 932 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1405 0 obj << +/Length 3305 +/Filter /FlateDecode +>> +stream +xڅZK80r6#ze`& v$%GS/RN bXW WU&,TQ.Xa](,[dz0}{._HigJy(?dᏻ8TR?\V*R\Ϋ&*(Zf4mӵ݄ly7WTJ0 Fo68̚RUd1\%X!Tq{8 +fj$ATBX) +C0`"УľG@8WQ'"a<jbarX-]_ְDB6L6V'{ u(_?4yh8.Cä/BTV" w\mʼ])*&a[ E18y9n^?n*45U|R?s0KtAupgpL-+ϮaM8׊uÁs"ifNh˞pt$]Y/y컞dŃQ",BARG۹1vI񃢿wH&\߄eE3O,_p3ICkR}Bq #TQB탓4,}Wso2*I +hj'|+ |]h]27r|4 g ]rk#<2LkNR)3 Nb,);Ch?::=F>+ڹhr +R+K,޿CG_EuN9lW•.e]uQe:R4%Phc5r;"GLgk14r!w\K\XPSHJJdQG +`T%#dK)@-'Nld@ٱ[cu4Pg>­OAx;VKt,bG8M(W5b$0Q,ek,tH2@_x0<0=JggD(tю/BO6ɥSq 1.L?9jrV; s{'Ǵ'QU.&4 +7 L \\p(9HH[NǪl[dS=Bʦwa4M rbPu/8 n1s`&$"~_:YaȵpSdI;mzbS;4Er7<DNau2GylϷ3φO} 4Vq\.~/{;avrzVIt:[7Tܬ{|ja(Ͻ?HcB:L 0oMTbMgFQ 82X☣zooHkxX1w]$^B-Γ**.TptG.?J01/UVwd!XYq26MC"~׏+: ) P5ou7\)t}"yw W62)TB^]:Q]Y~s`>< l(>ܽvk# #/, &7ng=!nrWmg"Ry!Y@3}/0=Q;[I|4__'G4Mmhb(T;$& +}ɫgRr?3(kϽ#ilw9̇}A,oj^-LD#&3+/+T^{ԃӎ-$GnBTl1p}',,]x'?2;v| qޢo!^ˬU<fE0 p^CmZ scrW]/uZOu`ͽSIy$?Im7DG;cBKaRS/eR4S}[;Ʒrpr훘߀<*n3Ю/^tec0dbJ;cAXp+V/|2dSH}l],|ë y.3n uG-HO +] +endstream +endobj +1404 0 obj << +/Type /Page +/Contents 1405 0 R +/Resources 1403 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1373 0 R +/Annots [ 1410 0 R 1411 0 R 1412 0 R 1414 0 R ] +>> endobj +1410 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [437.621 446.405 448.054 458.997] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.36) >> +>> endobj +1411 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [311.708 424.985 318.682 433.398] +/Subtype /Link +/A << /S /GoTo /D (cite.Bard2005) >> +>> endobj +1412 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [200.546 413.03 207.52 421.443] +/Subtype /Link +/A << /S /GoTo /D (cite.Ashburner2000) >> +>> endobj +1414 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [143.731 173.687 225.748 186.639] +/Subtype/Link/A<> +>> endobj +1406 0 obj << +/D [1404 0 R /XYZ 134.765 740.998 null] +>> endobj +1407 0 obj << +/D [1404 0 R /XYZ 134.765 725.058 null] +>> endobj +1408 0 obj << +/D [1404 0 R /XYZ 134.765 684.399 null] +>> endobj +1409 0 obj << +/D [1404 0 R /XYZ 134.765 585.047 null] +>> endobj +514 0 obj << +/D [1404 0 R /XYZ 134.765 493.75 null] +>> endobj +1413 0 obj << +/D [1404 0 R /XYZ 144.727 188.93 null] +>> endobj +1403 0 obj << +/Font << /F8 621 0 R /F32 630 0 R /F7 819 0 R /F35 811 0 R /F36 822 0 R /F49 858 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1419 0 obj << +/Length 4295 +/Filter /FlateDecode +>> +stream +xڍZ[o6~ϯRu_ӹmXLB[;Js,&Kss#k O$Uʿ@@ +Y@?_ݽK3ѡs?]HQ \f1/D"ⶮn7?07+۲.J|nVayy[J'u=kjl}oDAǡ-_.kz k7 +'-7?랩y=/{DkLmY8vA.*xOU +4)e{ʖvzGK CzxƉ3q'SycC4jq(rZuKhP_+?xgp|[?T\Pea8!MJnH'!x`%:4JffJ} - k-{ű3(]DDڹ.:P3:혫W0>_GYzꕥ J]20)_GpՔI~ GZ]/,+8lͤМKkb>ѤdyoTLQAyplrrÒ|m%"40Z,oWg9eGP4ņ%ٻY {6 *XUq41aW+\$Ӗqy+uL ^[g]KrdƹNb.@Ϻl%XscˊS'2 >\9kGex% })up)*RObub5ŲItA=m:ԭl-&h[QQ+ygDanNh*AVcgQ,KdH+وѮ3">S8LLsĘVt.ԫb@kJe(fd# U׷Y8amLA@j f}/&+]{kM>K4AeE:dk cU+׊<^Ρ3P$ǥe TX7Rɔy+u[E򼫘?J $"кn`P4ݍ~Qa +R l 6'JTm<s)^&~Tc'ʛd_t|pwN2=FG6s1%o홹P$0JX%J`q49mWqb fی+A$TV='r]hSIL} G)ХgdxwЛ4m f590Cu4Ȗ fیɖ(,Oem:fȾ8ih-DՐ4G ɥӿh=ߩxbLOxV09s3Xt̮WQb?>]̥^f-IAxhNY +p%!ф%N.5r|ѳQg$qEXMOB`[rrfK笡!/}\Gɹ4,ތ@[Q>/&Q)C8v#e 5rvy6: ;- 8nt}vm6>b!HZ:Ǣ&|i{-\l+i(=2,g^:M'|F|CUNe\x\FfaŰ O}ZhbF!8ҰUD[&@l@{Q[ؕ2xaD񲡳NӸf$qd۾?F_s?lԺtK@l`c!E3'4\9 9: :{ L+h7"!>̍\)tx +%r&kݟͦ&?Z0ZQ0^L\x?7K/+*l7o6d[*|# s#Sٚ7ԑ)2>==)THi|vsLF8ə2G5o-=5ҰZVbѫܕ֌L\s Z_7cT3`!LnU}!PJpPiƫ8D̼ѱy 1q.E셒EI$Vb;RԷ$![UvT0D'^H/\ 5^sGK;Bf`!gT+BڹOSB]XwUrfǙئ+|m9sK`3 ]4 rqiB`' }R)(3ۧjoT]wŦb>TrQ?G1}N[` Ah~˄J5^Eu%j +endstream +endobj +1418 0 obj << +/Type /Page +/Contents 1419 0 R +/Resources 1417 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1373 0 R +/Annots [ 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1444 0 R 1447 0 R 1449 0 R 1450 0 R 1452 0 R 1453 0 R 1455 0 R ] +>> endobj +1421 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [141.231 690.189 153.186 698.602] +/Subtype /Link +/A << /S /GoTo /D (cite.burek2006) >> +>> endobj +1422 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [251.492 678.233 258.466 686.646] +/Subtype /Link +/A << /S /GoTo /D (cite.Ashburner2000) >> +>> endobj +1423 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [368.523 678.233 375.496 686.646] +/Subtype /Link +/A << /S /GoTo /D (cite.Bard2005) >> +>> endobj +1424 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [338.947 666.278 350.903 674.691] +/Subtype /Link +/A << /S /GoTo /D (cite.Brooksbank2005) >> +>> endobj +1425 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [423.715 666.278 435.671 674.691] +/Subtype /Link +/A << /S /GoTo /D (cite.burek2006) >> +>> endobj +1426 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [441.42 666.278 453.376 674.691] +/Subtype /Link +/A << /S /GoTo /D (cite.burek-p-2006--a) >> +>> endobj +1427 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [311.639 616.52 322.072 628.56] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.37) >> +>> endobj +1428 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [313.94 592.61 324.373 604.649] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.38) >> +>> endobj +1429 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [149.101 522.816 161.056 531.229] +/Subtype /Link +/A << /S /GoTo /D (cite.burek2006) >> +>> endobj +1430 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.567 373.311 300 385.904] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.39) >> +>> endobj +1431 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [304.567 375.802 316.522 384.214] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1432 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [321.09 375.802 333.045 384.214] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2002--b) >> +>> endobj +1433 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [370.268 373.311 380.701 385.904] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.40) >> +>> endobj +1434 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [385.268 375.802 397.223 384.214] +/Subtype /Link +/A << /S /GoTo /D (cite.niles-i-2001-2-a) >> +>> endobj +1435 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [426.42 373.311 436.853 385.904] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.41) >> +>> endobj +1436 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [441.42 375.802 453.376 384.214] +/Subtype /Link +/A << /S /GoTo /D (cite.lenat-d-1990--a) >> +>> endobj +1437 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.647 361.356 248.08 373.949] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.42) >> +>> endobj +1438 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [251.956 363.846 263.911 372.259] +/Subtype /Link +/A << /S /GoTo /D (cite.west-m-2003--a) >> +>> endobj +1439 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [369.714 363.846 381.67 372.259] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1440 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [207.86 351.891 219.815 360.304] +/Subtype /Link +/A << /S /GoTo /D (cite.seibt-j-2003-23-a) >> +>> endobj +1441 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.477 326.044 458.91 338.083] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.43) >> +>> endobj +1444 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [191.035 261.359 296.588 274.31] +/Subtype/Link/A<> +>> endobj +1447 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [121.054 228.482 264.265 239.989] +/Subtype/Link/A<> +>> endobj +1449 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [135.219 218.569 240.772 230.474] +/Subtype/Link/A<> +>> endobj +1450 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [343.943 218.569 458.91 230.474] +/Subtype/Link/A<> +>> endobj +1452 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [121.054 196.9 458.91 208.557] +/Subtype/Link/A<> +>> endobj +1453 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [111.091 184.646 174.827 195.406] +/Subtype/Link/A<> +>> endobj +1455 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [121.054 173.687 401.275 186.639] +/Subtype/Link/A<> +>> endobj +1420 0 obj << +/D [1418 0 R /XYZ 112.087 740.998 null] +>> endobj +518 0 obj << +/D [1418 0 R /XYZ 112.087 444.311 null] +>> endobj +522 0 obj << +/D [1418 0 R /XYZ 112.087 424.53 null] +>> endobj +1442 0 obj << +/D [1418 0 R /XYZ 122.05 309.478 null] +>> endobj +1443 0 obj << +/D [1418 0 R /XYZ 122.05 276.601 null] +>> endobj +1445 0 obj << +/D [1418 0 R /XYZ 122.05 265.643 null] +>> endobj +1446 0 obj << +/D [1418 0 R /XYZ 122.05 254.684 null] +>> endobj +1448 0 obj << +/D [1418 0 R /XYZ 122.05 232.766 null] +>> endobj +1451 0 obj << +/D [1418 0 R /XYZ 122.05 210.848 null] +>> endobj +1454 0 obj << +/D [1418 0 R /XYZ 122.05 188.93 null] +>> endobj +1417 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F7 819 0 R /F35 811 0 R /F17 618 0 R /F36 822 0 R /F31 633 0 R /F49 858 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1464 0 obj << +/Length 2233 +/Filter /FlateDecode +>> +stream +xڍYMs6WVyBI&N6@Kĩ$:$ {|<],`HO.6"En]Wb C\Yu՛[pezq0y"2z9wY~^Hu[jĥVW$xRvYrB/[/)\G# y=4k(c[-ᱨy~[ec{ijCy);oLvk.e*VUےڴK\|qwﷷ{rφhߏ ,f' X#ʡu<격]j(ZiЈ9T+Co<7G˭,H ZaP) B_0Ak6+.kkع{X64> Bi3XHrCdHځj*[M&IEC$[0 ܞ>Vo"ͺh + HsHRb(!t.HUـ!79orTxh)-&+4 ,^TnBw T?[ Hq}NfڅUNP.x d˻k1; iv֊4HLm@9gyr"WfNT1(˄ }dBd&uԲCLjXh&Q-;LL++3"7IG:5pyHD\xS@,lDR-\>QarV4w~AрM]9geќAGHBAg#c"Cdw~{-(̲JrPmřPPV3 ^ 3Sr<ƕ0RI0Q.<=XWQDNN1E&Jf#Jjt}"bmV P]&ʖCMdS;FV̀O$vʫȋF01AJT;tՉSȹ*i"2fY*!s7Q]sQ}Up]wLqXaRQ{n4\S5$]9HPE XvgrבS@VqZctTBr𝿡۪)ה6c *,qqUqqlʊo@?u' ʧۍ;*qϫ-KСf *ZH/l6R {4yᗊXumt97^VzT8)~ݤapo /tFO˧ں1"JdKi]XD14T&ʕ*Bو ~HMZ:;H\PpCj0Q<،|!WCbWsWp~+wJ +c3Taxu#7߀1Z~әڦpq/~z5Ϯ)? Y6މ&J6o=2s(),%/pV(@zPF&Y|]$Jc5 0:|8ŻꏫgKhk|N>2"&JfV&@zg%Zj1+M&RY'0;] +\gRo.kvP_" ѰI]`TG29%`R% +X +R݄d"͗K)j3RAOV-5"UgV  +endstream +endobj +1463 0 obj << +/Type /Page +/Contents 1464 0 R +/Resources 1462 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1373 0 R +/Annots [ 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1480 0 R ] +>> endobj +1461 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (dolce-tree.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1481 0 R +/BBox [0.00000000 0.00000000 424.44000200 226.67999300] +/Resources << +/XObject << +/Im0 1482 0 R +>>/ProcSet [ /PDF /ImageB ] +>> +/Length 45 +/Filter /FlateDecode +>> +stream +H*21231Q0B##3=3sKKK0/9K3@%+ (3endstream +endobj +1481 0 obj +<< +/ModDate (D:20060608160721+02'00') +/CreationDate (D:20060608160604+02'00') +/Creator (Adobe Acrobat 6.01) +/Producer (Adobe Acrobat 6.01 Image Conversion Plug-in) +>> +endobj +1482 0 obj +<< +/Length 352733 +/Filter /DCTDecode +/Width 3537 +/Height 1889 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Type /XObject +/Name /X +/Subtype /Image +>> +stream +JFIFXXJFIFXX +Photoshop 3.08BIM +ResolutionXX8BIM FX Global Lighting Anglex8BIMFX Global Altitude8BIM Print Flags 8BIM +Copyright Flag8BIM'Japanese Print Flags +8BIMMonochrome Halftone Settings5-8BIMMonochrome Transfer Settings8BIM Layer State8BIM Layer Groups8BIMGuides@@8BIM URL overrides8BIMSlices}a DOLCEHierarchy a8BIMICC Untagged Flag8BIMLayer ID Generator Base8BIM New Windows ThumbnailUp<PN9JFIFHHAdobed    +         <p"? +  +  3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?*M,mUT` kZѵck4IJIBl.^G?繍BmkQv'o$‰{G$%SBJ['HYMǙKv&+g69mca=.d9uIc#EǁTlk\]OILÚx !Qc:ts=Oc{i$I*7Y@ic]d~"wnuo?-;LH;KE[;(ֵ ƅ:>ʿ}=FHp^CI?\Tuo3kn;2Z8>5:͛wzY%h|kv~VwK1Zi;I>lmn+30uŲ=ߤILq:#a?m&+ka{cE}[C5CXvoۿ[>ym}H;kZت CN'-.o9S ums[̭ c3ϓ}%7dS6?m,x=4s1}{+p#7Oouƻ.l{\YKg6ms-%r:Vk*riѵo) dPL;s725ErECĉP 5^5 ooRn3ZI9zvZx v~h. cg۶J\}MF{Acn'*å<];xww4?=l/ⶏ1T^\fzyZ~6S}RŶ}py9I$SS&Ƶ߫>ʞ!zo%Ku"vl?KlQ%2Y-`o7ֵ mGFTut.~hs II6 ۻY&gRI%1 ♴nkxSI%0eU0֓ }LX7j>QT^"c$8P۟!F +r@c_j٩\8].q=;v*eMɏs˜TI%))܆đvYfmԝ#~蓻ozI)gZ6ݽ@׍IFڧl=94ϥG\~RhchOI$$I)I$JRI$8BIM!Version compatibility infoUAdobe PhotoshopAdobe Photoshop 6.08BIM JPEG QualityAdobedC   + +  a  + }!1AQa"q2#BR$3br +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz?(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((oi݄, % })їr}7}ߗm<ìK K4Hx>ϱw+9xVڽFoҺmsy3.1?ygF&Ah|1k^2KngvVEVdSkZyq^3ٷq1WCox3j6AmO&QCvouw> ψ+-jk5+7X*ʟz-k~(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((k|Kh>oQ,W4.뚭75VP%$1 EڣZOIsm>2g_DQy޼:o#}EaCgyw.Z{ƌ8cAq/3SK]&o>FTyUcg wv״42Fh!f\nQ"ٗvWpj;hT$QUQ6((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+ i-Sƫ{{]02=e1wYOi> OFֺLj5k&hU8?+[&>[hvl $IfMF>[ۖ ;z*_62۩H} WTQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE|Tݷ|?yM"$tb2U߼+?b>= +H{suE Ǽ}^yk+jOw7:rJR8|>gw"U{M%ٝ$yT^EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQY:4mNcsckq1v tY4lu$FN7")靥LwrY$՘䚱OGFcmm6 +F껑UZQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEy?_ %[x2Wn£οᷴĭԢ-BXx "w'׼iiJΡU?EQ\>(+omFM4/ sO.6?31۳Cū_z|弗Iq76]|/aPUg$l~f(ϋ-[ciX3nܮkU+F䨕P뾴(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((/\P_6/¸ϋ/xv5hTm,ͱCȭ"Ȓp˴λזڥc)&,E/P`y/w- +Ml5"n 4lJو2s2/Oi^OGhSyk)]uT[#2њ. KR@T&i. [c$kDj;/+Gcү>dDۗ!Xc7u յ۫߷Z< UKw!J[ke&DtkgvmZnK5M*7VbGͤGF@tnFX0ޟy>_^/_ R'%|ˉ.@QHv3x_x~EYon@TFCyE*6jٶKC-n}y'oNuX#!(U ͹cqUcTlWZ^coG"g )U~ojQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW~hB&M?rGܨfI<'-­#Қெk2YXEbdbV8l.ؾm~֘C!gj_L5|'Jֲ4x'l뺶?m Rs+]k%@fʹRy^ZX +j:n"~cfxU=SkMOܕ{,`Ghen%aqw$h3lH?q!/jkBQƤ*<˽Fv jφ~$|5aYJ 9 ,o։WuK/|e%$Y浵!X,}Ww5鿶OI_3V} P҉[[RW0ď*4Og_SMk0GIaY?s7du_ 7z.PA#m,Y]" +V5EoV~̿MaJb_JQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE|Ok˹mMȪ#UmʞwlO'k7W_<L=ŝ0Vx#_Xo"G z[F'<6nȟMua5K C\P bTK2~;S|O𾹁s1d~tEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEfkRV髊>;'I;'խ|lwm^_odd? ,'$?o)O{릜exT|J~Vh_vgz׋ybfM?4L?J*d'=]RPFTuz@SfK{Hs?1_׋Ek|tMx%<*;__s{n]&; >$ hUUOWѬvru?ȯ/ &+^(! nCW;*|zu7xm&&cp?q|1,{Q5*(#<q 4mTrZ{y-OHMn5 xS/[wHx/?[',|vgV'-%vU Wv^kc5c j5WgN[IIk$t@9UOOh&met};ݷ2aCJ'V|~e?<[k,%W9Xs(S|/ iKIb9eI#_Y|CJᛢ2cݽK] QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE2i2Jy,}IC["WVS(8#j:i/;ϲzOP:jIn"l!}֋O) gZTX<ϾA ƼPE%QEQEq_*8VnKKg?*7wq]J| P5&[g}םmnM׭EQEW1O^{5( ,*:mݳ\? ~8OLj T9p?oO.$ji 1ú-cztU1]Fۺ)H=՗RQE"pOAG[Ao&Iv=YbT?៴/_jF iy&;=Y٤_:_#A+4?ųG)iO>%i@E67fDwXdk&mo:!mO4 +՛elm Y_F'&h2SEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQYt|N Ts4Ǯde'P|i'IuGmG#.Of٣%÷|Pճi:Dg뤖Q#aO?۞)p=\M)y~]jRs3|W_x@аt:ՁhElUߚݢ(((gӡ\|5#S*>]4 >N" ~&XqDwuQEQEQESk-fݬ8#O+.~KHן59YImXo6[]GN_oe^)fw=l _iȪձEQEV^]'[u[+{MI?bqwǃ%mcqK9?r4Rވ߬mGGJ,F޲J6ސ|T6! +*XK}4h'JNi#}h%v:/=sZ=(۫j(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((('55-RfBKI0h],l~Qԟm# m>yRb|NqSLTϝ0oYSwm/)~i8aUѕNlzTIݮw\~s]i60ݍ?@*QEQEQEQE>8kz/YQ 52p?modoD|-Ӽ lnZQ;&Y,ǻG}osgEQEQEQE ylj{V69[=q &bjG/˨1?嵨o!#/?]',|vgV'-%wQEQEQQ[p)dA q_Y7Ef"cm-ǫ@um+Av ++;zxPPx/i@g]/G@u'ުt[K뗚ў.?5w[:'kxZH"cK)bA4F܆R?F%QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQU+]>?:hOu~ ؤmNIeY4p#@5{hG?EnLsM'MҗlUSw@lc̲|_? +I WE+/"' vC'+iCe6ޔ\tx[Rd^rѾ,y iȕh,5{mvEVQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEBгZڑYͺh :\?%bS ·=&3I_5S&#<[G1@h?j\F +yvh~nvUby]hmy.r;GWmxoLїfi$c٪֍QEQEQEQEQEQESV4{Yu FT/$p2kf)x=yZOMCM!K{HjFf3U(((((*XVeճ@/^aq"o׿59iXkW&{G>K}wh^! {l~XۯzG|_x^hq]>m̊ZQEQEQEQE ݔnIc=U0Zc_sHWwB]֦e1Xjp\nart3'J9u5,[Q ?Ez|^/;or+T:M M /WgK?r]fz+J\uJ2O iQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQES' 2kf &o_tLW V9?흿b4[Uh +k'gG%uQ;@/Y:7MWKzz}n?3H'(+ 5MWU%'e U|neZ^$bVI'#PD^~EQEQEQEQEQEQEQEaƺ_t5}na |1D#wSsWi>.ǯ6L$ҎCKs}G݋ݏw=#aBF* +袊(((((( 0|ruM,K꣑u&dk|F7˩[5?嵨9RWS࿌sɿ ir<տIi+((((( oܝWNfBn}W#'hˤ &RsX}{?g+iM@r+߹↕:IգYm#=ei=WO5KcݭU/q`vX~о +țPs9 #gDI. s f +(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((z*.g#v}E$h YԎ4 s^yvj}N>CVWDZ<2z?VS9Ƨ829] BVkhGxaD %cOOqd_._.$j~/ڋp~1_ܺRק[Gs8 AÂ*J((((((چiCvD9e'VM4![>q!-N ^![FRfnc&d:g~4dK]Ɯmo{毧i iYWw[)G_׵{F.i1]Om_v+>L((((((((ZƉc[5wVy?#^|<ѤbY\ w4D}wZ|a׼ |zCߖ?o^(%Wp1%}O"VQEQEQEQEQEQE sZ? ky:g;hSw?/W*߳-[lo%OvV?ݴº?O%G_6}7\5ize{w? 0-Wzp#_gnxb[[?Wt:GVK{rKWm6Zy}W1z'WQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEU]CUSξ;x+}NS)%i?_>6j#xR?i-GvZw;}璺|f׋7BvVT}z(((((((*jj6ܧf\~R'S~xcڳTgڦ> i$խ1'._e>i-Ys$r?+Io (7C>Dd|nL?h [_hX܋,_>NVdǻxk((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+[,j6z"[ykbV,meٶ$M ;Ś-tZݡK/<'IG)SQMܞrhvɝ:~~ +qҼ .ǵ~72J_UZ((((((((((kþ4MsHaJ'l?ٮo#5=?T?_.pUF4]/{R<oxoTy.\Gq +*Aí>((((((((t +H )dUzUa$ǫzw8W'3_h>ޙΓQrWs_vzW~ivh=v_+ uWސ[mlKHUC[6v?jXkԭu)3Qa}&jQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQQEj[X^?3Z"W,:O7ec@5mL$VG5ɇoI W}W#OЬ~yEb|As(,P1Yn.O{:\8[y +['6:EgHMIW_) +P:0N((((((((((((6mgF +37B}OX3M.b\l׸ᢀvWțt 凇,bVDIN3hEQEQEQEQEQEQEQEQEQEQERt;nݬKx߬ru?y<=#]<'ܒBgshE߷>1>O=!F3Oo^>'%Wp108?uѷխEQEQEQEQEQEQEQEQEVv3Y]kbhAh\M້<{OKId?rƝχO`-َ.o;Td\i:cz-$A0 +\|u/Kj|_O#q:Teu't wJmn ͟MJݢ(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((: ݪYHc-qWGaq;8dD_Dnk?|-Mh4GGU4ss(U'*jXUcVc5OwT߳PRYWCDnc&Ё +!A((((((((((((((%|WUௌ{E|ySL}1k(((((((((dФcCpUA\oMhܖHl~CV( 2@u]$/DsѢՖψ:Pپ"8Gqj+4HҸЬ%^V+4Z"I팻Ѿ8+X;mu{Pݙ.D--nA-0֥(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( ,$W)Y𞇕5[8zYek/3gB!BA׏5L+kheEĒJsgO3K?F-οj~fɄ eCMOtIwӃ;gۮ͚,-cZF:,jGx袊((((((((((((((>"JҼb/u6/4ec2.nŸ 5_j::WX -oOf((((((((((((kþ4MsHaJ'l?ٮ'x#5=T?_ߛSUtH~召7OZ.#fqe ua֟EQEQEQEQEQEQEQEQEQEQEdk>ѵFcmw +?]w3ɧ\ie[Xskђ.=a~#Y:vg(g -oRc JԼ=o~ڤ}Q N8WI=śU޵fve37EyDl~;]: a`NAE>(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((ot,jjVVI7Z11hayʼSM̑~_ \*1[ݠt7~1=!xdΡjdt+diV6/6Su/t9cDk; %<:d10v((((((((((((((((('ūE|8kKNɓ/+Z(((((((((((+[.WO'fwW/8ң'>e̱{F?)L[0ċWG_}VZ>CJIQ,[i[ m gM^:x#mU/s{eqcHg̋?]}+Z{'f*((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((*+ms"G:7Mj&mՑ + E-vD1D~ܴX)&X:bveLv+<sx;4#?ۛyW~/yM_=VMUf tL &tf]ǫDX"8p-QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQA8׌x><#geb}֎տYh{ }JBdsyߙf~L +}⮦(((((((((((((((O,SsJ2:m=q?ٮ(x+~+.K-L~w7|.$/tIF"oxo1NxE ) S袊((((((((((((0DDz-q:^}&7w@ ?ͫCf` wWr΄ Cxw^ZΟ/@qixwKax[\,rE9iڮD-oVUGR8 # REQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEd^.0[UJuDx9$0XI\gghȕ-C$>$_Ҭm1Ʌ#\kZ(((((((((((((((((((uԳuffEx}|l w\+-g b  =|+a@{F'Z((((((((((((((((:օa[5oջT]_W2ÎIg1312^>OM&KhG6jۑ}: J5t[0lիEQEQEQEQEQEQEQEQEQEQEQEQEQEk<7dzexP&1-\`%V$oⱻ3P?OV031WξL_gҵhOM%$ATڎmH8/o]ƿ4ϝ][h?>1#Tn4?VO7N? ^(((((((((((((((((((((((((((((((((((((((((((((((((((((()5.*I<\:&Eh:ʮ-AiZپBH͚-lA kcԴQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEOU[{HFY>'^7ik'[ie| LrMrW[U_g+,4}:XmP:*SEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE<^kOzstMTtd\OzoVbŘ]\<+`gӮwÆTGUd(((((((((((((((eW Q\~NSuN [+D*'u|{2>K2>ܧK;I躖(l~͞=?qᇙQ˟m#ön@dwmD}sM,c3 ?"((((((((((((((((((((((((((((((((((((((((((((((((((((kJy6TkԿh/ؿ]M%(i\Cyуϟ̰gt xZd>e*t_Oa"V8 }i,G>$kz4O~qZ\3tXBߌ{ k((((((((((((((((((((((((((((((((((((((((((((((* {r$1#Qn+>;x'H;.5kg|3L٬^zݐ[y0or|KOj{]4Xw< OU"s+ 4_/9I ^c~S=EBfM7<6Y*d'=]Z @@ +(((((((((((((((((((((((OtaF9H_x,>|$²IjKėy77v_c&ȣ*((((((((((((((((((()C2_5 ]U=s"Ti?'w/~]b?/C˻K?3 +Z|~1o#M z8kYǕ:ɓ/+_((((((((((((((((GEJ8  # ;*?dsE/M#gǞ//đ ٣4ğ~ݢjc ";w ,25WӶ 'Z?_jͲVG6vN,HDz4lO x袊(((((((((((((((((((((((((((((((((((((((((((+Z񞉡u[kL i q?GNR_geo,T%C [Ě+~_I( F6neʷ?K?)ԦB;%w #ǃa\]ٵy/&b~+]N6vv?ZtQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ^;/ڧu<vmys6-/Vf4S7R,QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\~sƋ4qg_e#=|fq74eL_.]Dݫ'5~)jm+{wa'E&Uz"EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEeuU$F+Wwif7XH,N#*\H:u(q-ty?tɤjѯ]-mOi]cFOߩa|$!L;ib?F"WcC1Z򍺶(((((((((((((((((((((((((((((((((((((((((2BIX*!d~}Z+}c̓_eƁ꺰=)n|@WMs/PZ+ʿ'"\C]Aag~ -_R†9}[Sގ[#C\="pҧϚvvֱZ8עjJ((((((((((((((((((((((((()m449ff?uV?U^] =cc4߶ ,>ڗ~ӣ4XV h>K+G'o~խ(((((((((((((((((((((6X][X@toyn6uTI$6s=Rnxww|jg|&D?t-"hX=iwOn?}^i^%-Wp|0lgjբ((((((((((((((((((-CFU o௃u"гuh1SՈ~sjU fϝTCӼAm(BQ +zƷ⛠XA=oKj|_ea.Z}u,>wmJOBVklWG ++aw귨((((((((((((((((((((((((((펃g.L.3UUX0Kx)+=UVĿݥiVEv|I+8UGEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQER2Xd5#ܝSD2z$\idX2)?Ozn5D6dW`ze&o K]g0k-}6%gTGUd-vtQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEx/D3akvOyG?өjng_o3MF<+a?ʿ3ĚoU|t[B,Rn2|QҺD1[iOmOwM(@M{-jk?-.O w V<]#[W`Q[5jEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEMs: hygiV?۳BPbW*-ik m[Rc|NO^i(~7z|9Caao}aUѕ|NjiP)kOښj*MO&H? V(((((((((((((((((((((((((((xIF0%r7 +}S2м |Rľ=i6\_~Mɗ=KƱ(0 +uQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\~sƋ4qg_e#=|fqG=GmEu=zYjG(s +"Ot?3Ǖ|coxnԺUzt3$p +BS袊(((((((((((((((((((3 i,gW| VwTs٬&+?5_N іl.V_F~$G6:ݎ%s?6?gȯP[ mU%oI$~Vrlo_~0CZլݏEiU#˓)RUFC)r :((((((((((((((((((((((((((((((((((czm,5 im—eEUnܭ~o<7:Σ6Vrmfm_t<;Jף*_i?@ +08(((((((((((((((((((((((((((((vsZI/fQm-9 +I|_6QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEP?e[unRT>nޮ/.tɧ X0 .獕סEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEVNZ\ui!FoxvLeޓ)9cu,G>˽t> Mn(̇?{DGuQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE$XԻ:pWֳk4kYx 0vDlQXpA`h]RшU2OVh((((((((((((((((((((((((((((&-mʈó0g=j!G 3An@DBzn`?Gg=jr,e=9EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE[Pt؍8/+QrxY^gw1n#ݚh((((((((((((((((((((*)o!DIe; Fؽ[j-U:Ov +ҧ((((((((((((((((((((((((((((((((;3 2FS}u]+A33~v٧Z?/aky4{TWivHUK7Á="O˨]:$sml] &_^?`zl VG9p}{WIjri v"ۻn j_ghSqk1a3D|̶!7Gm۷F7[ꖐn$eFGѿ5f((((((((((((((((((((((((((((?m[x~|JBKyğo0߻ ~𵗇u].{oD˙CKj.oOJ/;,Fa-p}?iW,( ,B)Net ikuyMfd*ET/aYt3. ^erG+jS||?TGy0ƽUOg*ȟmEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW|nXl^}یI&W'ȟvGH%ϟ?7io="-XHNr! J[[$" 񯘛[}_}e7~7%\˨i<FY/((((((((((((((((((((((((((((=oV"JG;$5/ɥZ!a[鬷Ƒ&~\o߃z㰑jR1k{D!Y_) 7'!Ef7큪M9q+/o$}i6PiDTQY>8|=8Iep:|7-Ws ]jFϐd uh((((((((((((((((((((((dҐ,rM|MXqhzkWԵY/k)\rb_^çj\M*}Y+(((((((((((((((((((((55f>o i8 r nžik חGKǾ+ճfKqkB~kڶ}oMBY˖(a?Z±|N>$j'O pUefu' +7ęx>xN!,ܴ~Y?lUU?Z((((((((((((((((((((((((((((((((+3ďebL⣫$_ÏWIDH~rnz{uxNw,hvU8% 73I/!OFzcޏyKpI6rYS-x_gQ+]M3ߪ.U5ƏZx+ͿO Dv#ruO*/G}Ei(K{x(tUAV((((((((((((((((((((((((((((445 .Þs6qvJw˫j꾙}ydݯÿjOGAYHC"~vؿ7ƿƾoWc0isJL%zyɞTjWEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE{9F<֓`uѺ=_=~þH@2po/y|RxėV 6 Ԩ*\ͻZG׷|55]؆:~74'?/Sj tQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW ]?~Cz_tn뼿lzXo حK{;d;Q (3`y/b8KmoPyY9?s׊f|g +KOo¿w執6`߁98Y1{O/W^KlPɼ u6/N((((((((((((((((((((((((((((((((iV'6(S]o _q?|m?Z{6#`{|7'$Y>_k$C ؑtG啮SEIKv^%mykxmê+*"w/ȋmmiGy.K+=>VS#4*"Շd+*-g|=G'ѥ~qqv +yZZxMu_ Ҡ1_\<"ʿ?;]< 2t +m9go#|?[QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEpOxL4#3\+C%r|g{+W3w>ZK^͜,o IDnNjd8vzay^[Qpͺw2Ry)#W)#7v7:]ԗ|?H*Y|5hQ˩dg[I4\/U4 \I[fmLSv+(((((((((((((((((((((((~^6u1˥ND $kƾ^>m}tuOy Ҩ,ܱʁ!5Εw#-&KZq{pwJh-M݂dr QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEVa]nY5?7RGJ>>/|I=Y'Q8?/,ܞWUx_Դ}73\;7d1DiY_Yy(e}Ė7v2UI#fI>E_ݷEpYŦ5PdGUڌU?-kh-,b-g5"b"lIU?<8ox`0uޡ"Fpb?k袊(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((/O7Ov>]2sׁk"ͫ?l|AlڛE/ʼnܷ~LڻZ3Ea}Dq Z`{+%o/4D~*I?".⍮;hۻEѬᲆ;[TXB"(ªڪUjj(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+ŭh^=6C ݼp*r9ZOWu0F2TP/KǏ E}kC|OZ_%ƙ>fSc~4o(+~"ko +5#[\Dm?ֶ^EQEQE_~%]!,:Ɲ&G +YK] +Y8t2p,G5>t^M]7((((((((((((((((((+#ψ7kqoī@IhE"G~9!ڛ֮8iqkqݱKh}ܟ*Ϋ~֟tEbƟ"ƬGlF~%_|)l-5sis,NBHEڭ/W?5[ix~IąU[pQ75{x"k|/ .4j^ LR}_㭟ڟڿ5mh7 ks%q3RJFybht@H ; 4&?/*5zWşW 4>;%J"0PV_3-rs㞹IYiۆnC.[;mG_9n.8tUSBE,3mƎ}Z7Lq6?}g]jև6mUpnX^syI|GWQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEOWX6in*,'9?_xKAwzb/ k1v]$,wyJ_˻?ʿŷ{^.ح*ә'E=F-OJC^9fȣ%+֑LHwZUֵ MnxC_n!ɤTw׵2ev"rcDǿfF(UM> R{JG"ecX|/}ߟ~ WD61DeEo1f{>ZǏ>,j6 Z~hZe6smf>b/ǮSo{xzo xa|N2H?o]~}C|Gaڸ/s&r=zKqeQ1ߏ-SyQץb4/ jz!9-c~)ԼQ]WYI$`!dt^**㿎& h=`#Fyr2Jy>d|O!NK;,(ŗkơsăNҭ/ڧU,s|"N7H7 _'ݪ*͵CP! ̨A;s&{Y{W|.~;c7 +v3E"kyǚҐ…Y_h6mx|l]#mo_2xDm>hO$_wuzGyW<"i 9W+!$-U~o_9|.Ǎ/iZVp.YrdG'h.mῐKt"  p}vQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW>,_cyia+ +y+ms֑Ʊ(0 +qȷk-zhtU1ˆtqݧث5ߵw}LJItr .?x޽NG9fI>W&|VҼ7ivW1e*||v/פ[kCZO:B("d U*OWh|ikVwzEC(R~/'.キDᆿgA0׬fP|XHd V9ן#K_03]/k-~X\BvЈ) |@vϨNbTH?>cƗ?T]'7WLY*OhR}oX1jnsl#4BHȿ?O|_Wz|^D>*l|$  휛^7><[x7MksrTܺ*63+Ɋ9gYkߑv'=ih((((((((((((((((Pivjm7FT"jgoD2|Pgx[09j+c#R%+e~Pgl峼OMWՕ|wxkZ폅汩THڿd?In}~k]F(5hB~ _f̯Z1bVypssrH2+˵~6; |6--t+5[$7[2nR $OτGxXҷ .ѤX-gI?{ߗ[ռgu6WO{m%ɻ_;~̞ Dž8,b1:R?-zC3X=քU[I9TUb$woޮ^|W<^#b=̊` X%%I6'oio5<`Jf>ZI4$;%EVcp ai,-ޫ~4xėJ5HUJIP$)"Y"Rŷ:|iŔQZD.V`4eT~y__e-/CU:mc h֯?ߋ}mL|LJ'TI WDǍ%wG4F2yq| } JI'[F4i`;x|-lQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEpF?5~g~m_ZI\cګ/jd?+»_t/iYW_9{랼?㵤w<7 tmGckg;+K K4-cKgUof#E_~a D4s|*Oۏ½ }/d+OZGgZZ6"@k@x0:,,YdȔ5zWO몢(((((((((((((((((((((((+OÑ⽮3P.t +\ߴ?/4)ϩH ,LJܑO-zg;t 6,X\{{2qЯgۿmn,JчފcŻTr~wz㴊QkV e%EgK_E4cKhX>4XE/Oݸ̑5¡pwOx3Y eu7[up6h{LugƕwҌXJ"6^x]$zcְ?dlz٢)~"xdE0Zqxʖ4 + Ϟ6Si :nyBRլ +]O4oؕgB]^JVS: z8v_~#E_31\'cij~"#"@r?8,-8ʵjؙ#W8dTW]o?(((((((((((((((((((L<3^7ǧD_~Ί'32hm)q6JK] }/d+'<IQݢ8?qx;H:cY-(J+AcI>_sʫ^G|{Y<p$mI p6;Gڿs}y_=xF(~c;!ɷ^^ȍ/|tgg`MyK"ޡ_J*+%ĿJmN/hW w "/ʨ/ xWS>TL V؟9ڳ?g[w5`fwPd#Aeھ((((((((((((((((( +|ntO &nغդ:Io&/G x C@uiLSwf.-­p]msTwXlQ<_ͷ * }]ǗwɁ$X_=~̺\x3A4O)|ߕ^Ɨi6xRHi/sgK⟂9.Ma5oܻh)u4jO/m'l"xy X,˷w,7k=#>5!+80udu׆~???~P ; pԑm}?ooi*8*UJ<;!<1*>[<4[>^wbH>)|^t ik@=5਼Aƫ!MTC6laSG7KAD3·_OUH88"[P瀿4~UUwm|?/r }?EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWDmcZ|ȷ׍J/_i>:9-2e9]y^$ kaŸ?wm^#k֥/D?ME'HAyu,*}|߶@'+FO VѶ~5zD+v1r~U袊(((((((((((((((((((((((/+:Ҋ+$PʌVY|+j߳~ukvxvx]c'l~w\[3#}Vٳg_5!ծwǵQ ,h;wI|M BČ xqYFFc?_(tx5>Jk5| +xfdrpXA**3*?{6>w+Tm?6_Fy#ߊ묿Q%{\:bqssm"G2Pa'oV,kiKDD1LtOkt>5'Dмeqsh4#H{i*쑾q>~Ǘq7s+BvH?Zb'uЯ++%oPpm~|OψaȽࡍlK(&>]6߮4=^ jTxpvȢDﵪQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQExFK8|~ US"I7mY?͝'sx^_K$[\Į${lu;rG~wz2Vetq;"$}홍z4H#aMJ9#F;:e۳yU5ϋ:>[&Z)cKq[ÿo!ڪ^f7Qt _ONy@I (]mm^~3v6{Aw4wycyhOO-c߽=o߶.faHLgg[Ϲ>m~_ o#\յgY ̋'eI~Ek,x/t桥\kwaTX1#oGTֵo|e \jڀ"8 +sie'|k~x~ е#WgpFlݫ..oN`,rl@vP&u߶~xoVu| |Ni24. +R1m$@ȳϴDsǃtu{xGm,N?VM WlP2J!n[mi +|U;}w1I_24?.?'&exRK=7pޅX|.R' Yߍ.(k=-clOŷo۵mwž*;YVhn+$1Ǿ5fUqѴo _QxCV,ҭ;wno6)(-Kآ(((((((((((((((((((((((((((( ؚ4du =[j{4_E|7@<i-Օv C Vn :/ma,x՝pw.o]˵P:oma7Á?`gysw|7i;O3=Sif1n<ϻW1<1%]>h7mԲZ|km ^F04jdQ .7oj5Q%m&Eu n7Va E% 0*SE(2A +i}>dp??ګ#6\Yf\zޭ .iz7H*&\@ث@UQt ;Sx念H\6ΟW 0yt iZlfHsȡJ((((((((((((((((((((((((iKi4Jd~J(-㹌:,+Aj/Ks%V$BsT,4 ;OK+X`ndxUg|5_چkE_CG%@|">MMb8Zg0/UoVಉmcHaADPU~U*Sȿ;p™a i[BhV5z6sI閺l"\(E*Phv46V4ƪϓtjYڧXm +>>bZ~ h`-T6Ҵ-?HVM1}XF4^i%N˂7c;wawm{vHU1## U4HCo lw2'ⱅ晪x{MՊF w΍_ثAB#QU +}QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEORluD\貢57Lд)Ji)"PkOo W,dIeʱ(CKt/ܗ5Vg#W~;>o]6j[ OMB{hd4jdP2@IH޿y^D4o}6i3MVMVAA0v 1\Z}ݪhVcamQ[q˷Pz%-6Xe5@OMc 7UA>?b=Al4y|?6Wu*nY'b*l˿=}aEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEgi4^ yw$F`NUh_ iV&+,L+2*t>I' g9U?d,ze2cuii3W$V9u]գPA{4#]Cn*3I%H-a?Vk2MyI$mԵIhvQXnLY(f_nqgnWp ʯ 2 iZS;{i*ԗӯn Ǘ+Ƭ냹vH˽6̻\..>5>kB] +JhvhnQN@5p5OggKokE +}E +ʫ򊚊(((((((((((((((((((((((((((((((͖n׺[ޒWS6r?#f[A?6cM' +t 'KQv8kie#/&}o_(((((((((((((((((((((((((((((?xF}׮cأ]H좵y'#YҴۓkۘHNq2n1nO-z[j0%唩=rIVX(((((((((((((((((((((((8(c܅UQ^9~~[[(n M%1)QZ-g̯Sϊt&GujpqQZբ+#>Wftn,*<xJݭ4H"sc#eշEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWS-ti/ R!䑂|9WxOXfv1X.bns+}i٣eQ$d20r=4(((((((((((((((((((((((((((((((((O|S'w1)3g=|۳7ߍ_ +iEo}H)K'GKpg9xr/?^mkk,q ¢+¯xsG,g_e<{dͳw࿛šl̀vĕoL4k|eiq;@&1:\WYA{ȓB*SQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEO-[Pծ#NJFc(3WISĞ=ckɱ9 _H7YAyw,K[~Wۚk7W0R?_uD&AC+7¼m߇&}KᶠLw=g!o,:~ٴ[~">zj܀^SvIZH֗pDβ ܮ2?Ĭ+ +(((((((((((((((((((((((0_kKxRǑjsúTJ-<ʵ;U>&4F1ڧq:2{:Vt_xJK("(kYE5WĿEW<b{ƿ/Tzձ?kr~Oy>ZZ((((((((((((((((((((('=/. +O4O6Sz Oxm5bp̧"%/m6k?Ei-5{x5m J2n[w_l,dkɾNiPxMڴ4[#a kwA,ofUOm`nx[k袊(((((((((((((((((((((((((((((((GuK +2I+AB:^kڧh,[Oﲴ?k77ZZs˵.췿r&nW࿃{}Nzykϛ;ռ>闖QEU]OJ`k=Bm߆Tp^ay +-"Vq\bBesM-&%cG;~7ݢoȸ֏ۓO%wh7]qq"?I]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQPAa ]ȐHUGQ^K>r;8q6y<իZ.[J6_JƱ(0 +uU]OJmP;i9T:i+^Qs[TP6!Y}e-|iVOX.G52p!k/p^݁]>HRtYb`YNAR)QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEp=ˡ>EV+U'v?t_yo\!3Nt-ioS7]ڍ7<)#VOЭcBXzGl##3VyĨj2}Bx?Jei][gn>xejO&;C'2m$9_v^$Eĭ6D;'\m#١?2F]EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEU]OTҭ%K{hF +?f? dפּ ;z~&Ѽ =y9xކq CFY~;R=$<)Bർ?vWbZ6мsl-eܫS/ο%j;:]Ké} +ڧ %z>&h^83GA[3١o~oj(((((((((((((((((((((((((((((((4 ۛf+HJr_^`uKqh?MfH\'K 'MsRm#yRWx:gmm(>7MVQEQEx|Q/f6n2$o/?9jKb6oJ7zǛjj 9.:•(e t"((((((((((((((((((((((((()@P2IyV < j8f,^>FjU)xt&_EշǧۓGS^a%ICjGUT_jz((:ևc[5wVC)~ >Vm. :ܷ7Ͳ<=nD{W=[2WI+ԑÀAR2E-QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\׍#^ZA\cC+{/םW[H3}2{r$]߀h>`ԙn;琞X3|3|dW]ECS.@# ?Cuz=Wxঝ+i2Kom[?Ż~]>JӾ0 M}vêۂֲy~kiyqGW[]Eu[2:eeYMIEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWM_Q' oV'wy)|~=rg]gW)|N4H b K_bmc0UP:*x6ӈ-"y[hӟڮ,|>uOO\ z7>yڐ?{z]ex^).4]M<[(x]k~ +Mug-i#67ڏ$u;'j֭&wևdv۾}/\|J?æۥu{$~hxoƓ}} ~hqլvH0we*Т(((((((((((((((((((((((((((((+O xAt%' in<ٻ'f7ˮ[w/8-cΚz<۲?[2V6WTmwTq?rG/^P@)h(((WJ-֭bCc=okWMWW3Mot~5a="[7Mo?'5>^[hQ]Z' ލ}ZQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEy~9Z=tHYO|GjŴWv%P?_?]>e,^$7m7^/w{Vu|Oc+wϕv:EB +0)h4kR_5u?k?(m2yE[ IZGEJ8 0Ak5߁N}s6QIٞXމwo=㜺Eh΋9j+vGmDojdYb`2FSuQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQETWWPD.D,Bטjspg-gj1u'UOA(0MD53>YJ((((((((((((((((((((((((|wB|W{ZLmW̝ѱM/WK_IO9ŅE?wwP0ȟ{ +W?/k\n*>w#V}z(((+|Ujl5X=ER7?qy|8o&4j}#HƋ.6fL';cOy?:(((((((((((((((((((8(c܅UQ^Kn% ,pl,>iNz?6xLwWiYyUb->Q]zd@* :KEQEyH<^f_th(;}1j1xJJ:o}_|m⿅-jh5[t>lCзګ'׮h!Ch!7RO'};ZDfa#ׯQE"|-J#QmOܼf9 ^ެSyRTu +]}?T;Y92_&w~^|8Fϣ޹h;;o]I'ܮ\c_F=mp6푾((((((((((((((((((((((((((((/xDjׯ"7swK/F=~ZC%u<}:uKkrU\k ϓhXvJ/HmN;ktc("ajQEQEQEQEQEQ\>h1׬» HΛeO  + 5깕1nD?*}k?t䝢gugwOⒽ?Kխ5kuӦVH:VQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEr:" Y]<@?'cn==wxWA|~kW%w~Yx25Cis$|ڛ#b(((((/F5X HdڍټOxg[P߰Ui{G'ȟܕg7?fWʓwL$ۿoyutQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWx㵍м)ȵ9?su%V]eZ|k*o|ޚ]SOp=+.KK->HPOU((LYqiϣ3ЫѨ(8*#WtK\'Pc[Fɳی CcoV#y(((((((((((((((((zm%*[D7<0UQ5xOOltp&.}l o+s6hU&{cf:(׉4=ΩȚ};_euͿM~>yR>(|I/i>m_cJѾto׈4 xi˾v6ȯ4~F_F^+}emb,E24j/'/Q/j'o`x>pDYF{aoywuں(((((((((((((((((((((((((((ſ<7-Pg`|tDo]٬HAtOz(`?ܚ&nOW??>7-y~|y|"on +(((((((&&C+FVZTiRmLJoV {yN|AEaWu敉fJ6߸\Yk_ 64"e?;kXb[{tXD@T*(+`K˝waؿkˁg*WQEQ^sοi/z;yn?hI[ kfyns}l]MQEp;-qd5n,,\HGÃJS8?tڟž{|&\Guj6Fh(((((((((((((((((((((((((ꚵnך[I+Qwח{̭c 6^SjyT?S/xWh(-׳9+м%-}A_뤭eսEQEQEQEQEQEQEQEQEq4A7Y+s 1LEoxO^~˨v+do?ث7S ԛY./4)kӠ5WU=ՇZ}QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEO-[Pծ#NJFc(3WISĞ=ckɱ9 _H7YAyw,K[~Wۚk7W0R?_uJ((((((qAFjI,~L:mWj#v7%:*˽{qnp?܊ 2oZLm$K+N>Ooy[]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEx>qu$>i$>B-yۼw? x}崃7)q˪+I* Vx& I6Sy 匓77ͱ6GuQEQEQEyxٴ_մO&G((_| rEտ !rdoo_tMmQ9˳-z3$p +BS袊((((((((((((((ꖺUڄomHUGL?VӾlXB3go |]ÿ7gVP';畏,ZCUz袊(/x h +ZBQIJGoW'<5 N;_ݱg>gGj((tM<9ŪFg'7}-* #!*ziQEV "_,.]}tt-Qxfo'OhnDftk;c5Gqy?H't0̓*r= +O((((((((((((((((((((((((g; MpHFV wJAOv\9؝NU;^|g}&'kC~=}TSIFX؂Y+)^R8%N(((((((/|*l[pc&B>Ibq#JD/Q̷{%_?u)ϲ3ZL<Џ쨢(((((((((((((((xNj:v`?c(3W7ĿE&شjɀGMV}2$U#˓_4/{xw6<ݵtQEQEQEW|u`"j:{z MzQEQEQT[}?S;YF925S|<7'k߇CG=ӒTuo\7̍Lڵ|=xu5D7dv"}?k((((((((((((((Ⱥl*?X[|ұ?wۻO>>:MktF_7,"_u^mkKonQUWU%QEW|[NjIx>krzFuQEQEQt;Mv}+QKkr{-W'KLd/rA(*떯Gsk(G*S7oYx{>%Grpt/̍Ԓܮ\RI4u0lb鄍gV ;/ͳmz-QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQER;d +o}4]sT }=|k:5$_8Uc B%eoG]O> k/+Q5;ӳ͓1/%cފ(((((((((((=_ xo}7S+y`D{vign>ٱox4߅FjU)xt&_EշǧۓGS^a%ICjGUT_jz((((((((+xЉ|QhH[[4k]ׁ>)h8rx[6M|tWEQEQEQEQEQEQEQEQEQEQEQEQEQEQEEww Mqr1BL%7]􏆖GTSKrp_4e}VWmѳثOMǖ-! =vtQEQE6iRid!Qf'My7_7+!G+i`wec'+׭EQEW|gy?t iOGrnym|o7ַ6:ѣ#_* x&i76_⮶((o?[}]Y$gLOZ9_ͩy?_B/j)WO!2O?4g%ehQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEf$|=lo-p?]y_O:ҥԆJ-i6>|Oڷȟ&-d>̘-/lr^ +^Z-V |(\㻟jբ(((((((((((+ ѼWu8nǘ_.Oe:=Digr)ۯSw[ozTA'n-ù'5Nx ƅt]a/qj((((((((((((((0_kKxRǑjsúTJ-<ʵ;U>&4F1ڧq:2{:W]nZ|1D0ġUG((4QEQEQEQE4%OY0c^EQEQEQE١IC2=Upk5]cr4;ӥ|v .Bֿ6|Bㅐz27/og^EQEQEQEQEQEQEQEQEQEQEQEQEWM_Q' oV'wy)|~=rg]gW)|N4H b K_bmc0UP:*((0uˈH765=~uSC?u[i6CmI +drnhQEQEQ^%y>xxO#rvè*n9_j;xX_O=?M;vZl[?_*((((((((((((((((((((((3ƿ<55;kӀ6v'̛#㏗CO .|?+K@\W/6=Reg5z\qJ#EEQEQEQEQEQEQEQEQEQEQEQEQESe&C` b+̵DmS5lC-O*{"5(I'؏.RYWbWUόsO)ջ.7^W]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE.Xگ;1b~_\"7s 7̊a>ݒI4_Z ;XT|GK)VQEQEQEQEQEQEQEQEQEQEx⋏Xnr_Y(oY6yYK|o~)> їd\FVǁW< z w(ܪp m?CEQEQEQEQEQEQEQEQEQEQEQEQE.V{ZLmW̝Qrg<]9дGپgO]vj4_Z(Pt Z ?Bu9c$Ԍ[4QEQEQEQEQ^CwO}((((=|mgvgAH|5jQq?\|M3{l/QxJGt+rX獿_~Zޢ(((((((((((*ZV_jCs#U3WD[NzG mbow?hZ}BngV樴SwIIƽc;YsGkk֡'E&Uz"EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEGssm=ìq 3ݙ:i~:Vrx߹DR+Ǟ6S.[-, v|Ȥ_ +9΋gsy?{tn겧5QEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\wi\i1 /ݳojT^:Yvğ?՝;4Y\xz ca*'u7+ug*O+$lXzUz((((((((((((((([M\$῏wk?ϗ{Om%'`:W|ljHƿիҼ)]ŶB3Ođ72*QEQEQEQEQEQEQEQEQEQEQEW5-ֻtnWE +ln,U- Ly.ܯI$w/Zo3u&|۩N'2L76QEQEQEQEQEW~pzU7?ףEQEQEQEQEy~[^xB=|da˻or?y"Tt:%xMoy$$_,ue t"(((((((((((Ⱥl*?X[|ұ?wۻO>>:MktF_7,"_u^mkKonQUWU%QEQEW/;q3÷)OJ߻?RcuQ3m,.roY?nuQEQEQEcw'4Mo#\ӟ6 +ʿ7mûc[M?|1E:q"?2}>=vtQEQEQTZ{ NmhP-y< +Ck߆^eK>xŢ9?7coFx#nbɣY]O;vŸ۶F^Z((((((((((((((((((((OxF۸"c|͏ѫnx?9nf?߆ (Kok--N}jPw e& D?TɷɿZ%zvXeA}@?)Wh(((((((((((((((k@֗qn XZ3j">ekg1؟ΠgϓƚG역=?#qZJ4+خ y*e_m((((((((((((((]^ێYbwI#xPKsh^.n$^d7t? Ju2_];7rz袊((((((((((((4g+ShZ䋫?1?n62ƓZ;V(⯇E^iWOR-n i%zW_1]۷FލuVZ(((((((((((xNj:v`?c(3W7ĿE&شjɀGMV}2$U#˓_4/{xw6<ݵtQEQEQEQEQEQ\?k\D/0f((((=^d4r.Gב|Wς]_IsĽO}~F]'ceӤh{9#u +7' Ɗ((((((((((ꖺUڄomHUGL?VӾlXB3go |]ÿ7gVP';畏,ZCUz袊((+~!e]#Yi5Le!ލ zQEQEQE-fg&𥾳 Wfq$2tu9 7+)-KEQEQEW7z~Ǯ$}"E*+W?|/͟Oe!N霟ߙ_tdѮ? F{ao]n]]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWvڶvJg6F}G?Ԥ^ ,jhWi&o:BUڛۯD((((((((((((((((+o O[ynO8?c]J6uCv]۟u|o.FP_(9˧7 +WeaG KEQEQEQEQEQEQEQEQEQEQEQEQEV~ ?@mCV:+?y^U'OxË/&6~"go,-mG^]nkɮk^|H{8Uֽ*((((((((((((( A.7]>kxJw|QۋN!ﻻZy|Efقj'[o7k/7[?G[2օQEQEQEQEQEQEQEQEQETWwp.C**]Ou߉.HiduK;d)g Nv_'ccMwǷMjʬoi +:׫"T` +Z((((((P U 9[Ui?rOU((((( Ū~N,cʵCMo&'P±oͺVcB?=\27}+Q3(˶?ϺY?o] QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQY Ι+ce[EwnT |<2ޯ63W$ZU$,)zAZ"k{S܊}^(fw=L _i캫VQEQEQEQEQEQEQEQEQEQEQEQPAa ]ȐHUGQ^K>r;8q6y<իZ.[J6_JƱ(0 +uQEQEQEQEQEQEQEQEQEQEQEQEQEQM5Lr W%7-Oǒm3|pd|g+N6d*vAnʃ3[o^ZŲ_ism SZEQEQEQEQEQEQEQEQEWx㵍м)ȵ9?su%V]eZ|k*o|ޚ]SOp=+.KK->HPOU((((((+3k?kĭ6g#[I(EQEQEQEQEQEGskMop$R+Y[e5[/1|U&__'?!{2(Zƽ;7'C} W_)cm!ڷ6͟=z-QEQEQEQEQEQEQEQEQUu=RJP-I*iv''w6:8mkF7wF4l*s=|H~]QEQEQEW~6^ +ӟenGU_^ǵ[z7OMB[ƱF ZEQEQEQE]w ͼ^Ņ2|79v&֏?7<۴5k76yThڻ((()R0AEyO~%mVn]c_?Eڟg hl2ST?ܕOj}'hX$`L>Iڻ((((((((((( ,$Wk m꣆hN-.soU[MOe][|z}1{e>Y.6}ZYD[6qUQEV(((((((((((((()qC:*A꬧ yN4ۇ^ɠ 4IZJ5nTccwTu HĽ=$*g!,funk[턩qm(ܒFEQEQEQEQEQEQEQE.V{ZLmW̝Qrg<]9дGپgO]vj4_Z(Pt Z ?Bu9c$Ԍ[4QEQEQEQEQEQEQEr?OydO8}ŔFŭj((((((|5(d+,>t_O<;xz4";[d葨QvF((((((((((((((((!QeAe`VI-w2y"-eRFuض%tQEQEQEQEQEQEQEQEs~sx^y4{8๺vyeF,wi$yj_5QEQEQEQEQEQEQEQUum.WMO2'T"BvamX\AseX(((((( j:hw 2ʭJ#Vo⮆(((((((*ZV_jCs#U3WD[NzG mbow?hZ}BngV x{R4}Fa23o[k~(((((($$!QA$IK4T"nCouV ++^E}vV(((((*kYܢ 0~`JuW֩cW}cmpNt ?Mۗ[ZFa@.Y>,v((((((+K|¯+|ͻimqm3.㫔־'J$mi1Er%O/UvֱZĶ +*U~UQRQEQEQEQ_$_]z{= Ikrwr;UmkB_ s5|'_z2Xi7c2 ȻTݯm(x}j]K؁b#cO||r.((񏋿mSx 1P$?_pʏ?3kԁir_1Mwi 3'F`],G<ڍ/ u}*5t-:W Y$eƭ+ߛj%kk|G&kݸEn>v?/]QEQEQE6iie`3Vc +GoUZs9^[c봚EQEQEQEQEQEQEQEQEQEQEQEQEQEQExfwʶΑ6$%okeZ-ׅYtkˋ٤x)!XUTJ2E#4KMih"ȊAW?v_Q#RD%r7M|Z_~-ok MLLONk&[o6~_} ysq4hxW%-Fj?q*\jT6?3W~jNG˅+!^O7qǃK6"*68w4ĥt6»u~c[++xU +#D +jW? <x↵|ɢ4b(&bfsfzG /m: 6O 1 63oɻrWfj>1je|*,r#'7{77ϺYXƃQw3;V_1eo5oB4]=(]k 1c=/nxĚ-rF'bo-'ȿ/եDYX#T$- )XdF~I<i֗WI8k#Z{wu.~$|[m?Am:dR<_icqDO zQEQEQEQEQEQEQEQEQE]ŞŔjmD2gz?~B N!@6ǩ1\~l-3?䪟5"Kq jn({O5i|M(hFfR"P|awYGu}smF^7/6GM>[4Ӵ[h;ձEQEQEQEQEQEQEQEQEQEQEQEQEQEQE|iym֓oi1ʶVi#1-ݗ~gm{_x{||pC!SOjD,R W];j>KP&oZy,TIl,ʮj_<WZiMcl.L:ɻ~M#p#Vγ5XZ-4?עG^ZUϊ%@,ʻ zjOu_Z>eKfEQ +ҿ8wi3[ƥT1 +~i3|C,-=:@veaYkU )QEQEQEQEQEQHʹ=bZ-2Ͻ[ٶOt_N/RzptBAaHO=Y_|uڼ:pG 1-&D>{_붣K`?Ug-UpV7!~e6~"+.n (?4OKݖۏƶΖW1 aQM&-߳9yX5+k{0|DHmk袊(((((FP H>u;XL#95_?$X~j|!hb-:xHbduR *ncE} +WN)\8,_)* G߉ڷxcmo ?rQ-X7EQQ]/~ t+AvP[Q#h~&o⯜~.']?Qojݬ|F['6>T>\߻6e t"((((((D~5n<("=ǒ[gv*g6:hZ}BngVY|>&-jg vFdeYt$FwcM[_ -ݳkqn|ٮLj>$궃tgrat$+.dܿ3ߌ DךT8$go#G_GQ~'?VgP,P~a4ӭv/^}S6ͯ[k% .jO7|oǶ:'[~ؓ .<6~ݤhTn8J((Wt|H?4?giTR4yks#$w-_Y:冱4˘n? "Q>X51}ťоf;sCjOWOgYVz6m7 S"??b&#'(((tYx |1H1D([Nboywn䭟ڋޑ6žtJ6 ]-#Ewo$7tfsun&la/?>袊((((((((((((((lH4;kB*J"IME]~ ]FD"X;dO;|vxioqobYw7e_?v"E?*[[; +]_9˲k{ +}OJbn`2ź=n%Yٚ}ͳT7_6liZce䑾**mz|6]_CWU#3_:_P׀W-bp GO_wA].> ?fg!2WEQEQEQEQEQEQEWx#Ku׉u[-5Pu ?ݖK85Y/k?5&嬯4;HmL^u߈~k}cb?tR<+GZ׶s.ZgX_x~P5+ԧ޳ڴ\þM77oEE׋,52Ife7W,ʧwZ}iݻx,KHWq6Ϳ)wijhXRHǔe\QԒLwZ'R|G3׺D= dk}*4 s~bo틬|?lNn/<ң$45hGrPl}Ҫke߉;G%5dh "ߴAY7ZecP8 +_'M:4G©q~7~[_ !{ktY1=9fga5,-?M}WG'̫j-*7,~!ݺjXHG +UN((((((c֣s?ѿw3^YXX~Sf/ܧEG^[e,m*T_8Z!u_taGny'Xty(圌v.|B/u .[Fs# _X_.<{w4j((((((xZCӮu[63k^Lm[Ś^KJOilӮw4 M6~_^ +c'!]v Wڊ},gb|b^Ey& n-4KjW"7t< ry ;7}{BZhّҵYBHˌPmkg)Gqrg#ؑ??Z,/>;H:]EQEQEQEQETwF"K31U,Ǣ*O)[tn"6nok}W#l9~MjtO9IWa!&-DI?|ݳ,H뾯?lt Y~xQ$uEO{hI +B}*J(((((((((((~~Yvb2X1&+,3/_3/Ztl7Mx.&2ʱgsC~&עxnyW1o[t_M麹kcn ϊ֧mˋ{3!C_u}@n]62У8㌀p򾠮k |?kGEKkLάvOʋ +Wd?u_q_OEQEPHQo$mN(/\@Jy۟rO+5شZI 2ʿpN0s_Y<OTćR.hv<ǂy\}?W~m[彚Kf?ߕ֯)GUWm3wwQ(39|r"14 ^e(Lcu`EOѼ%5VXnүeJXt@JAҊ(((i85RmJUIDԯg|aPLFWq,rUk3X=+1Ii(y>Sl?$k=Z'LӭX,Goo6"TU((((((((((((((+_>6j= Tt2DtW_͏(I;LpFo^oi 5#㡓oQjw4{p渝u}>gmGwƞ#O hԸťzU%RC2ţ->q1V,K5ŗ;_ }Q?jNcVcjG~o7Y|:}Vv#XQUFQꊞ(((((((/x|1_km["?rmJm TLeI^DI,R8/g?zk.ҏk n=}(yVЬ;ls>qu)osi/[VsbqgD֥- PvUjW~~xt[\>q1R,˻׼O[z$4RLoU){YN4$NzHOf}6WΖp>7I7߳ДmǗk:?wn|!q#XbDJ#:2?|7s;H(7uSZ((((((((߈>'0wA 뚖DD q=nH\֑>C[[kŹwQ,|se+"0%Icf9VVޯ}Cm7mJmg_Һ3 >5XZlypݼr)Q%Q{I˷-}yEQEQEQEQEQEQEQEQEQEsPwL`_̋^G\xf\~S8cb^\WͥZԧGB +ѦYAO[lԋYZA7F&GL+ۆfYglɌ5?zÍ}NqZ6GA8lYn?~U5zQEQEQEQEQEQEQEQEQEQEQEQEQEQEW//ΛjZ{u}CLN&!Ư\ ྛŏ־RӨe񍯀84-u:vyI?sy#Wm.kX(Tmo7U(((((([_/$ͩJ?o] +/3NaSQ|߿OO/]|ji{;1Azf;EW>۾Ozo'c @5]V=ˬpƥ܀e𪢾NѴ~>|C}zD?Lg|Pk7M7?nڊ(((((|KsIl` ;HFwݚ}hRX|*k&" l +H~meV_~ȶ_g,2{U?֟"zEI+ث Owޯ9#W(*GL|S{ :+[d.?D"/5|?B)k\#tgǔ??G-QEQEQEQEQEQEQEQEi_?xO_xvn5DM=g<+;[ ,ȻN +ֺJ(/7[CF}iE|iiswg]хdBƻcȿ+?ٛ-V+Yi8Kl_?γNSbkk.%T;E,imo5n|\OωVLM.~NPg<O-R-̾k+=zk{ V.d}[Kf3Oj4I]F%3m |hg|IrM,̪R$Lo_]C*̋,g(}AN()7#=AǞ m;_m*HRL."?KwT J3|ľ,ƭCHeEfmz+xQvWeO/vx3q +F6}d4\ח~_4#HO_8HӂGl~X?2IU-u2~Ӻ~hoYtUxD&_ioٻχ[YK,k$xAWwm̻ɿdo;{vr7 mmάk(((Mz$X+M}MH>n|d}ɠ]ZYiҲ YG +w1QxWe]u~z|y N$߱+n1O*&So}}% ?y6OWL9ڽX~Gl܌[4QEQEQEQEQEQEQE_< ZdX]ZYXy#nYI<#GU>o@q'>F3['O5u!UlIneC2~mtL~]aPizpSH)آ4߷s^',mMyأ9 j#o4+e>X.ktݳoU/4K-:VS!ep:cj"y[W Ǟ +{IkmcMo9Vb?;TbSs RBۙͷ7UUεex&ə{_| Fjqoٍ̝WmEQEQEQEQEQEQEQEU=[go+?nzoUx:j*&Z4w;/捾nx5-z[pp?^Ek]O O-veOݫߑ#zuO( [97O/勞7ox_x]BE!+~OS^mI]xL[ws=Q/vV]_TyWv8#f%zQEQEQEQEQEQE B!(hfk<}Ş35${3C +;{ogsΠaO`X6F@A_+YCoNai^h>;T`IJq2Zo?Z|8X54d^>~X؋]P9QEQEQEQEQEQEiق< ׁb⟉pO{Y[Z,0ƒ dwvQ~.{w}u4 ܎3l!^w|Ҭrĺt> +HC)Fã ƨ BҲLZ&wfXwAlxlj|/ cf+g"c + >f?3B}g1yٟ7z((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((kg$ZLvT2*d+G2]껾^q>xK//i9uZD7m&݉)SmIq(8&(5¾)ׂ.m~&B}ߵ;<'d-|J:(((((((ֵdl4PDQE/ +/AG!|'( !Ire#U|qo[isu}qg,G פkZGx;蹆 t)mU%r6"|${EQEQEQEQEQE|R>;cil]q1HLɜ|lkcGc±y`] (ՆHf"+WA_k{m"1i|<-; ]CVuf#C0Z@b,1gvTd"HZ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((//ϊd5I,~ə7liwemAT~\ɕίa vw/_SЮrΦ Iܖce $O+(h>IF3:x?g[_X=^EQE|⻩㦝v+3 }5EQEQEQE|hvˡ*boy.ڑ<K6eg}y/u4&.sӮ+((( WÚ)W$\0ݴRe'M{QEW|G|F-;FyY̌ppq+tU4QEW~AFQ ɺ]~ż9elI?+z((((;C|!{{m~od?2og_8|5/,+s!;TNw$G5}E/ě^ +peA8<5~(~[^&g 9B)O>_W=WžDgKw1#G<n>t^_iHK;Y[I$ƙ$QEQEQEQEQEQEQEQEQE|5a;5u ,U.0ן2Kɕ-ky1cquQEQExW=WžDgKw1#G<n>t^_iHK;Y[I$ƙ$QEQEQEQEQEQEQEQEQEQEQEQEM|7kY;fL̛FMSIdz? g\y^2I˭_Mx듑j:}~kOT𧄍98L3c/igz4yNff9$c,ǩ5E|jJйuңQ'*4Riv/** +j6_V#x +IF~l+7-;}Z. ˾2m`[+h((((7x[mn-eH.!W|myM%DN)oϻ}ݵxOKcC,?n;65]֛oۻb{6PmDȲh{p6}z-QEQEQEQE/.o%#|.N?5QEQEdgax sC;^|DЗ^ۖt䴟pw~7s6YDj⟈ƒ5ʗXe/ohfZXO ^HݕZH _MQEQE>`Y&C98lw zQE/u4#*d\$}5EQEW.|;-p&Â$l*k'Pse; rrBp~XMG+[˩[,8)_MQEWϿ qu7Py,-b Yvޑ }EQEWϿxt뛛If8 F;G?WTQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE|VA6IңK[h!pB'2W~Ь>xKu@kξ2W/OjB,C3H7"֜&nT .6>_Y&5|&$m1'"fjT7&5[EyH:9BF bc}iܒ?h/jf7hH3;X#I~jS_[js%Bz+#nUfd-l^o]u=bt*ҡ4Lȟ{WM ycyF~J?hҴZ-ZdT<4*CkuZ'ΪqY6=W̒Mmcf>^9eWT&D'Ǿ|/$fo[˦^wE Η`yڈDG;| +(_%ϻs۶ xVS?foY<{Cr;a-O5yb$mګ/orO5}?EQEQEQE|k+Z_F-T ^KVnofv7]~MrѼ1][NR8i"Ol[}/+kX~xoVuOTω_5s܆ٔΌJ`fUL|ȤПk/|-a\[фxvBw4{]qfJ8#5G +~SSi|rfd-Iw\;.xͰ_{+v_[w 5>Tnm-վ/ ZźӮK&s9#<"/_1Ͼg hڃi:$3y$T`R2ݳ̍>oJ$~ rVVmy+C2I׳Z.|:W";FHFf\{뇶|!3}Oʪ +ʞ?c:zj >[kw)w8BC7_+-`\>@ .6 &4M+媷F-s5/i6&Gw%kp2XFnU%G5O<\ZWJ^:$)xe'-ʛo#ܺG0&dF~X+"7~ ]jT7Qy|3gƋS33} ](.ܲM./|/㿂ڭ 爴K+%GZSbM߿qMDx>e۠]c'M?\쭫kyIH:).OJo)ukӮ'ZhF{D&R7l]lb;[=@S +䍙Pk߷BDY:;f8 rD̤-v~}ifDfmV?~گ4{ڬi `'\&ߖWsy +ǨjWy@^4Rǿk>+|#᫖}Fc=vT6 +4ܑӭf}oHеVK:ZP&;"X՟_]׼.E˗(wL 1?oSi%oj'q2my;B]kx[]E-KhUdltԬQEQEQEQEQEQEQE|GOo>)kư%6PJ5Y'_ܾ+ǫWŸxG[[Mu\\gom#g4mw_h@uG+ +@BoH\ gc[֡]G^!Րo"2\D<ǓL~j<|*mǏ}cyog +n&kmGC/΋pM^ퟄ-ź9YJ& +~S5QEQEQEQEQEQEQEQEQEQEQEQESddR2#IOߪ^A5<=u +(ʫdX'ee.+<=b;Qښiz#ރIZ&7zx/m\F۞<dV6bn>[i <2<6/>fp]>úLi,7-P#&c|SX dȋ&I+ʄ܋Ɏd_2O][`{_^ q#_1WکfkƯoN7ZnYYH6[\Fҷ*<_# Y|KJ]5gf_8f9$[n}-x./|:մk9 eh(_[SLj-,s]\F$$J˟W51~VUHKrb;|[S{N6rc`_2_#/r:f%|I muTEsy8IQ)*U-'^?ƟɦNnnUHVܧfg}>f<ݥj|B^5Yn%+,R)+hM4{Ԓ=/ec_Ŀ-,f7%O l7CwWr_߉ xPo]=0+.[iMY|E4o~|AyA, 3[#2Jʿ{s.߰ۮ]v^a˅Ia~K5^$g8x ݢBI'$gնVֺ/oS%cl1BoT?+K$/߮RWxE|Ew:;Ei?ퟒ¿ު/^NK0v@G/,2d/m_Bּ=@I9m }أFq[xY iV^8؇x6UDX1SžLg298b62ץ_Ӿ511)K1UWkwC}ǏN%2!v/E_7퇩KBP[梐H, sHfx+L7"{w/$1ğ?߬~ 7ïz}"'Qh|wqO&Hw߻mW?i<#ǶtY?-l;fȲ#XnF-|ۙ%]ói: + v uPkǗHt*]`Fg]Ey$goYw 6;ID&Hznk lz]:?d +x?Gu5Şfv|IoĜ||G?lo.|>xwyo|kZF%Y]%icwݮ/4PڳP۾oo~%w~z?%mp'P>>s'}3_Wgϊzÿ9T ,>O'YF󡙾g~ϋ.׼cȾI +i/̅$uD7ɿvf/k>V|*dK)7{}z'> x"M+Ƒ\i䐧#p3gc|}~ x ='e6Q+rߘK_^Jÿ ameZ@y[3m%tkMjmO>a%oۼB ]#]x+W[ذtq]ܿ#};~i+Xa &P2GFWr3x_t2mN]GCԤE+)ll.KiSAdWy$qP8j6_8[ JD؟^SĞ7]vwJ&X9u6ꢉ?W| 5޿۽N#O!XbFoySE^g'DHi$v -|lɻυ iVw3$, ,qBǚ((((((((((((((((((?jN-+>\gɶspzZlrfe&+N8U, +TW_]PFs{`Ԟ60H %fVdȻ7y?I4|]])/W(fM7RwoW"STi%Mj~|Qu;x\DfHԄ}~Vdgl97}fn[⏏Mß\8-.QWyi;.?YVmj~Ώ=;n I[;?wsx1 F8Q$1l叐3y;gɽOOSGq#eA 􋞢CŃAm6tnyĿN yw?gx=wƚww*`ɻH|Pľ__Aio _,,gxdz<2/?zirI`rAS =px΅ey6[[[t +vE_5=|mzԬ-/THrI +J xۣ=mp1$O#"(((((((((((&^9׵ko[}(|c̒<19'W/R;Emt/DzwƿGĨ[ũm9hk'/GH51ZbC|ڟC'5z?~6}Zw' +٧Ji&.m~[f7Z,$3WQEQEQEQ\WƿA5~#E_31\7/º?)EkKoW#ml|~gOgtŜ|go⍑?jA)}=3ooOwUi?f$&$+Zk|X.i2#LpǨўeZQGoR}6Ыо?ȍױk^oq@Q,@;0}aQXm/W[~+P>PZ/{>R#;a7 c~]v?e/Ms P_yOT~j_j?v0ўeYQGoR}6Ыо?ȍױk\" uѯ^o_~]OM8\|&ީ%F~&|Y*;GQ%'=|#GG8 º7ۖw_ c7Xs?eO|yGk6ݲG +FU?n?ѿ vRh\_+~C7V?**KUs/|-]1A$%yrz_%h%og&a_7vأF]7>6xPխTH/WG.~ gWY Y=UR1$+^jȟia(M{I[QEQEQEQTufD/[mO4/WA^‚icy'(p_lK*F7'uo,o6D"UXw_5΋4Co܂~,>U{g_P| "o įYf(}WAf-B6km,7~ ++}3 tv?tJ,deAoc?|y.}x2-fH-"3=SmܭثD Kmk"SJGί06k*c +O3]:6 ?z37,ߦt`zn_w5'QE_PQEQEQEQEQEQEQEO>/k֚7mEYpJw g? ?ni 1N:M$V#: e?J.4˭f ^ +/Z\w"pkכm9o]oGIzQ_^L7qq?ŸSC?$TUI>^w7](ω7K}V>8xQ|Kų fdf?z7ua5 +W?~Du~ڿ'J/u^E/mRVQEQEQEQEQEQEQEQEQEQEQEQEj=NէG+Hd0 L#VdV}\oĝ.MWLHIZm[Tg]<,CJ.^4S-j^ ?|gj~C@Ɠ"LNޯM?OI_3W|'?Dm|Oxo7-k@8hٙ|!{y~d4_ >+k)[Dn^/cO,Ds$yp?_Lojg7'o?L濱O_0)Eڿo|ESޤ? +{'hiEs- wKYyIG'rJ/ؾjvZr UDU4a谫W|euo7&ӭ<۫H6#v|.߀HZݑ]Hlmпg>g&&3ÝrG_:(((u[iK^D&:eo" fOh%> m6ni$ +ߞ6 +Oć|۲w|&a? R}24?sh*W;Fڌ|}qBjw"ޟ_JZ_ uK?%6O |g_MW? |uh-?͌1~3:Ï}{nٟ}A_/~L$arIn X"YCᨤFwz$_|y>y7gIe;fe(bI||$qxm0w#ze?7 5ϐ?ޓe§~i1K^5/&~((_GD[Gb%GUl~xʅSGI(XvyעizMnZt1[F0ġ?iY@&[ ҳ0yݜCoy~K.~D). n"^)Ǟ]m~ +X׸1gMlz?^dVӒGU9h?\Wi#XO[>`yWfS#/Ͳ ƫ);tkCŞ)ok4Am$[mtl_'J_k\#'ۊ~(+?h#bmwcda\IOђ +P t<,Uy쿻۵?sJq/n}S]}?EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWw?('E)!WF)2X}寢n~x66M<+ #dgWt4zLJK;-]̲"}{61;?ΚebD=#/펋'SYǔ)'cgρdž`|MkP7;;&u?fFǞ)K}͔O}gWll87"ji74~ل-fI>__:R@<7o憬ѩ2|,[f?Fz/*x+F +0> Jz)k|' {@Zբ(((((((((((\9^ e-'HF&@߼'gU_Q^?UWz䶰K'dH] ځֳZx?HFhVGYHQeoMy틢_jME l.Aajmg@0AW˟7Oi=s-f?v&?? ">qKQ&?p?MvXV Fh?'HUG!cvn}_Jk:/5Tb%ΐɰm"yGh>mf&0[yg +4]/{|~ПdDk,zf8 d,bk}c/,Mk$_lyx_eۼL|V4 F_~dilc~iqj(((0w^YUf%NU~f5ʚUޗaq1*l0vVY, m䲼EdhF 6¾/Ywmsy4-3}LaenՓ_x~ZmΏ.k'cr:ojÐ|B4eH_VR%$F}Oj?8Gί<`rKvt֪}o[_ҕ;}>$;r3JW>ѯt +]Am+j20Im;rWu{ֱ= +WUf 2M52[βNJJfW#([j5ȕ׌ >j6>lw2lrGy8#S/MV# $дWukn7NyyR̨r?v}wܮs)Yӧ0Yji7>ѯt +]Am+j20Im;rWu{ֱ= +WUf 2M52[βNJJfW#([|[SR ؈Oy%5!xv KZd'dWnUˇ_em^qcwz]7te?ב[XC{ZZ(92򢴰w ̫F{x/|_g'L +4v(j'&y4$jȾZ'l~ٺZi tcఆ6nDXۚoN=փ"2~r/Qȫ"_8K[F'ލ&F†9;e9wmTfԺmTm{O}Ö~",:| I3oU׿ +E\"6oݺ?˷oݣMcqo޾*G$Z? ^ |kxkwȐ1J|L6٫?k"XZdH5(|laߙ~jxLU)"Y۫+ DhYOB+v(((+Ŀk STME]FP%#wxyj<?̻eo(6,k|}COD +~{ok I1Zņc/ ?6U^)?޼./J ǖ$]|c 7Ph]7T~o߉^,ƾ> Va|Q-__nB鶳],!ۑ7ya澐hQ$xYo^ѧOTOXKr>v((((((((((((l$H# KUI㿄Zڷí׺U@0(?,3۱Wfoݿ{^wĒf?iV:%$;Boi *wĞJ!I>w}/DMefXHWٕuOVfU/5s_  k-Ŕ}n)PȢE5Hݢ->g ?ſ|qyϫiwbf`0H_Y%d\~oZ_t xrm.YFּf <3(C:o~~ | KKa51G jǿþ;XIAHcF|:HxvKn}O[:k oc*EWHܻ?wU'HҼM[d+klWS^]Q/->d_8UjT!_u{v~%hύ"<6,[};jvX]{)GJޕ| WOzln>|Ϋ<\ʿ*ϋ~!|Ffkt6O4ņPDZƑTI%e?k{OP>L$s$+aL7WcEQEQEQ^bڿbm溑o729ːn+n+mM ѣ=:]+)YOZo-"K[ zaZb;MkG?t1 ,stqfhyJy>o_~"Mh>ҡ)瘿?OuM$:m;?jQ{gD2hڌ6=qek>wJBË_\|>Ә}ªT"GVm"_g_sXçgj8 E5TlExnS64@Ko,;y Dܟ&d>I>+O?^?/sc%42O)r\mM 0/vg`%;Z43 t&4Dw^Whik5Krh=ov*!$?MF0>o_j[N5dSEdwϻwnVK]Mg -<#cΟgKggz=r'ΑuZO}?/|o&{CUӧzl6ys &̑]o5?l$,E3yҁ,1$2mkc~V_ﴽJ{YѴ{Hmwmkvݶ?eQ}9ooi*8*UJk>~|Q೸m +FJ;DF|I Ψ*xI8\G ra*Yo;Wnm|H":Lvʲ9h"eho|=w~4o׵&A7|dUvG=Wg x|G,?l2sql9lCK ~unh_갶xJPqK *m6m];T]eT P|$u#;ɹɼGm⿅_uzL$ +cGe+)w_2ɕ&ʿ/W}@6⿆%pֲj#s$ly {|ݷ֞-Q;8UVReY[S^kR!|c Ђ2NswkSҿh<+cq uEX#-=^ݼgo^go<Դxٮ.%٣Ih),Q3GwMO|coڟK|aoĿ>#k+x$Ghmܵ͜~|9q} +%3C Sm_ɳgV<%<[o[gXXkkFc':_kC{kG񧇭ҥ5.U\hv~Z?>>j ߌbCv!j̕)6F G[xk~i98Oe|!7FŶaa'xRxm:o >ZVVO W s 9#HۛioImw4 F߇f(D$lȸf"YY5z|IΚC{ ҷ@m(|^IߋZ&\j*+;~?ϺeAmx/C+6;hSJ$}UWz䶰K'dH] ځֳZx?HFhVGYHQeoMy틢_jME l.Aajmg@0AVQEQEQEQEQEQEQEQEQEQEQEQEQ\G=nцD ;;p_9jz {o i|NDUZ[Fb_p=}kEQEQEQEQEQEQEQEQEQE|k+Z\W"4_?TQE2y q* +:v}Sm|)Ȇvg Skl]Y&f k_Z z1±70Y!M7շEQEQEQEQEQEQEQEQEQEQEQY%[3}Y8/IO_(xVBGöRZX5̮۰K*GJdڻ}&ݿ6HlӬeik VEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW~DuQEQEQEQEQEQEQ^_㥿K).ڲ(@1[r_\WŞ#(L&F G no|uQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE󏎼[/^0ZK[wy"0ʤI*؛,^^7 hފ[?_ٷƹq{Op\ O4R7$i76oݷ(((((((((((((()ĒIe=AED#Tt`S(((((((((dR)4`_E>((3䢦@J(((((((((((( 0 xaEE'8PRQEQEQEQEQEQEQEQEQEy_ϋz/h6FɎnGؓOI:,|{ @agHe~9^((((((((((((((((.#睂Efcfcy]vJ#OHU7{yVzoUWj{{QEQEQEQEQEQEQETR+z#REQEQEQEQEQEQEֱO9RQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEq2]f(_b̗?-/ Uk5{|a_2{#K#:ZHQde#REQEQEQEQEQEQEQEQEQEQEQEQEWx "Ksk#E XIl6yk[Ək[ƽ(Ot_"4Rh\~;#>\Ȯ婨((t/i:՞r2ؕYUv>7۶UEQEQEQEQE|C=W\g[yfXƛW|؞ōw-#-EB_EWo',4vYP ,)/6Ɗ((+2|/sk)n&qJw' +F>w?Zڢ(((((( Y^߬Q4p+JT1+F}S9]jQn٤c.chVJZ$uC 2ih((((((((((+˾)|J<&\-"?zV +tso/eg+ۻ9y?y؝'#;#35?X Mڄcnڣ8We].8|kŭiFN7* ٯտEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEk]|4ќ֫X٩ǖVV yŭ(((((_!ZV#K Ҹ?u?esGQ=JQ{fn'UeT.InI#`aSEQTb U$[C$;#S#^jG> ~;ί̋P/ j,h.t])k8 +UGkεI5 mP$C9vg-~{QxS~mQEQEQEQP^Ae H,T*y^SxL/"vQm +ofv[]/PO? r`Vf&zh(4O˯4E?- Kg>ֿ_c*}wU,v7]˜_ZUe. oM,m.TN2o))na.ٸfU3;ٻoճEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW;ψy6d#6d#tJr~%< \\v?Q쿴>(x;4 y>aoobO+yI`<3[Z]CM] i?ѭQ3>w_(((((((((((((:_t|eլu{x׌cC.AN?Jx+?R +-_O^&[H].y־>CDԯDb3JQUv/T~}iu),v?Wz5ynjh_xFB}g>2-XoxK.V% +/$nD/5NAb-Voi`Td/1siO:F2.ӹB|5tiW֙ȱf5w0f_թkڦlI.J_lo\!y<@Osy/h^[iVK`,>Q"_jQEQEQEQEQEx"}7U// 7MYHfbs3ck)߅ +to YddMsv޻wV<>߆${avlQB;1TZپ$ ;^F{$[|{~dqUj>/|)fu-r-ms#Vj5J#^ѫ,6.6n0d?u_q^&R +;›~x=cD +XQ47H_k*eKFq>!`NoZiOXꍣM|L[HD;vy5uxz_-Ms8#c'y2֞I|Mz'yxx~.SېOi"$wT_od厷[ǩ^^“3K"_ɽYkIz}Mn6ml|_ș-b'tme#(آf访4M'Viv L6;4OkWӚC}pUA)5~ Go _KZEٱpo")6+⧆cGP( yo鏗\N[]>+ֆI*4#p?xF]zQEQEQEQEQEQEQEQEQEyOS7xK.Q|1uKt?uj5~|,-V>e䜼~fX/xr~/<)Ms#VH&VxĖL=G_][tojҢ(((((((((((((((x]εkH̏qQۑן +_\k: Jcn?sGoҽNHU1## ^AvCwSopȅ[2B4/m?Z(((((++աda H/[6x[/z_Tɮ֎=Zŷv#߂~ +ˢ؄#!&?WPAmO I$ ֳ7Mk.1667KT>)F#X5ϗ5> 5] ♠c"l;RCeJ~;|([v}bIer{W5_Tf+i$8U?im/ܱ3BW ^kuIqn$2(dt!+/ãW̟w~xWxLPIo'&;ɳ.}O35xcI׵;Ng3ܥd$|5þ$4%3 lFfχt6< !V  +]k_jڃlFN7V7Zyo0iSa%qh=Wۻ۫(((3y: CvMSS;ŎVYy߅΅YGwQեFO>ZG$+rɿs}ͫ]']kik| -cXO uׂWR<-;OE>pCʏ'vwU_Nxƺ5\DUX9v/V1;OΜX& ڰ X<%ZH~]aоJyawrWc^u~{  +ҕ#D7/&cY}O!ڢ6]Xy+k"~`%ym"S 5RXuHC#yI+u+?Be@2"9#?k>7}<44Jy<"X^?_1vv +:d֖KK܄ F ]YZxZg4udVTTcUQ}w"&oXH$]T_kN((+ڦ-.sois.p|{^|Q˾J? Nniv$ .gv?&`Qk-xR\xrud~XH\{[67䪟ś[\x[ ͪ*g{.|yv~+zW~,hgKj76*H +njkō_<)bFHB!}_<]>Zi6}̖ 0UQ7Z];9LIy$8-Sw/Xߎyc"$*UGdm7'UῷyA>0Bcrʟgm5==eAoj]3yφe][똼X/o}%ZAoME"o.?A~.hz/-%pҾwbG`7?Dz袊((((((((((((((((((Ij֮᳋^x$X="ZDVTFwԯ-t;]]fImX%UQEQEQEQEW~ڿ'J/u\K - +94ŁoUoK><6/=^ķ"HDBݟݳ=_3k ƿ/tKqc+K1M_k>>K#"[*w_3j/QOx~G/olO5G[5ͣhђ@`7s$p/EjW TOuPR +$>I +iĿc 9u}~|>JI~eyW>5drқ~`+%ĿJm"eN}ۏ^ٻ-rXG)v}*ca޿v_ò~(| ox\óU fT2>?}&1y_.j}I6_؋r ǿg{(xVC&s /̿,Il>MU·Zkb2Ng=S]3J$k4bҴqX^#~IYay|=Vk 6p hf̛T L-l[8cX('hf((((((cWnWk`rHꮵq/܏Ŗ?]oڿ'4Gď3'ݒqaog%I|?/zj%-ϗV,Ԭ\Imsr(((((s乕mKq*~I_Jx~;}:@X5P:_RSޫ|*yӯs}隭g~_'J_kZei]L̈́!Xv ]M +x.^wr[N^Why]ߓn٩'/-ӆZ)5AhSʹF_.Go/knjoS1$[\df+W?뭯yEr?C%Wh/?$1"< +O}zAm8gR* P>7|_3~γIǺ")4EXk)Gk]G-4;_ 宵i*LqmvozÏX16 s3tQEQEQEWɿϢ ؄cK*+ێ1qMsn ou$`EfxE_DmjG?<7]n+:#U毤imخ"h}Kܟ6ߺ۾F>g"sH{-@L5;a~fweɶi9% +}<Bvʲ 6{o6Wiڜ. i[BY; =yVWm"S 5̀7R /IU|SY' :`[4i.60Eu'>-FnZO++χ_?-"K3/?鸭O_Y<5\?澟> +d/rқjώ_%Zr >h< ?^cD e0<Q蛪oAYC۩i-l0?ҟ>cksv>\i w/!t zxC*G; '4^%+~Fo0ɳ{u|6Ems^Єs*m'4m*\bjA! xǀ3$k 㷍Gfcfc_*~ڼz?j[.VE?T)]l?dOSjJeAi<,(_ї?4EVǒ?cVZ5wTwNJ 2"MKSmx=֞[wm+l +(((((ڟ.{Efn#Aey[W?g1mUlbXeb\GȫW'v3Z7ëfJdVkA!c\$h/v<%Mw*K U IZzO ېoFpbo1^c_V|w#.y +B ^oiHtaˤ(daI?VWU ~_|,-|z@,o]׈|Ki/nFh^O!(((giwqiYEPU%CeP|Zzf]aae{ێvR0ȩ=+jV>X݈h5o| 4 ˄܌GdeoO&WHOiI?wh|oFo_WО4-(bgcKmy@mkm8.b%Γ[)>co1}1}:mUq"=I_ιx؋J,>>Noŏ j7D%KU.xmىjy_P"ĦITPI$:kZ\vt]Cso >jRxSGW,%n[7Dq7οWƾuwǨqxTGZ_JܵD<em*캺j<ʭpQ7I^EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQET7YDR$P;UoWj&'kƽ~yZ|FE?ԈFmm e4&_%1ڤx|<;__Bi:w B7{5x)i:t󍠝ZI卶}u-*ꏨx-{v"Q&O/^H#+RpJFn|eewgys]J*^OYxNGʹB/Nu?27x&2x²K-Lm\Uw*X]ˮjs["-#ýH/һ_5<'/n#o&@vͽz +߀ .~h r=xs]' +hPHy]!I Y<?9K!y'F䗟j54k.ȾbLHx|Ϳ5} 3zEQEQEQEQEyǏ?Ht{;xༀB4[~^"|mix0QuUQR1F/> ׵w#5DFyaqo3uf݇;mmrxi-zy7o~~UdTO6o~S~ZWIm^[_[ȹTt?bͳr>mwc2kGc\2~?+c2=z߃?wj|R[j 1Fyj#I5ƙ:8/.+Jw#|+ͻtُėh_|Ouqt4q~I +W(7Gg,K۵6ȭ0Z]{Cn&fSg/wTu+[Lr̮'˷W׎|[|m'4e6T7Z)#QX~,Y7WwG d_#?SVgA/\qу H|ܶg?O?[P]G :S),Ti;X|r5{v=[LN.J?,ɝnQ(~o.?[Uc0xV}Xb.72+NvJ((((((ڥ7Ѭ)I#qe=U|ƶݵYV7Rs)q*kTEugT'帷R @$ɞ]׼ޑ=8i:E"v9FEZ~2~'Zķ25&v}+G_}[OЪ9C}|yJ=;PRĖ7#QEQEQEQEQEW|D?^6&ofn_3G!?ųur~2Pj,O`AB$j|'}o,zը9vːwlڛc>O*U7'O^-d1M_taS]΁]>ϛ?e[ V]czĺ9 ('s"K y9H&KT}GW^X[ˠ̱"$/$:H՟w;CE姆\,m/+[\W7쳫xn[k~h\1 +FؙS?aܿf?ِjמ8ծu-!+ E7[ضQ~6?Cᶓ>srNg 6UGF\՗? 6T;,5#og'vyL_b4*`wvs>nl6pm.\2޿0"e~Wvj?|ACPoOڪ3_#n+/2^:˶UsGe_eZ:((((bQdE(e# V%j~ ԧѦ<F)Q4ys[SV?N|e?vFG TOetT_G,Wh k#w1v3޿+};o_H#Yl'l|÷H l-R$s[Y:~=fyٵWio-kww_|U\hy)8#º_ +xKZHیl1]y1-"ZoiS~!ET,V-~-m?I>Fڥwkx +_^\G%Z\$n%,L~oy'wt.K a.7߂|CQȈ#M?_=ԭC_["ǻH^6I!6vwݵ04vKwcpr<6ϺדpInN/ |c$ocfMz76Er/[d?λ(((g4oftnl}G4jehN/\1"Mm*:9Pwfuv@d*{^e_e]oxz^Cªc<<`cwυ\]w/g(v,`@マ+FW܍65f?]~!=Ɗ6Q3ƿ&+]_O/.sn"hw;} ujf|M)'`V+P)˖դ%11[h;|.~ϷF=<]thg .ƍ^&j p(((((((((((((((((wXԻ$?-Lll}WP m9 ĄF?t/kW4+oY7o>Khu+ꥳR~ C +§ZDDh3HZVe@-4"zG +*( UtQ\׎"v86Dq$n拡xff[$8_zX!ɫ<5}76IhkkDA;VQEy!x˥l?i-i}WQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEq)Zx5T7zs[~zW}_A{љ$< +ײο'EQEV7#xLE"mg#R>쑷H+_]TO~3$cJ`-_y((((((((((((((2 > h:4?tV(7yɫG,hZp6v0]++v( -.IȍѕVe(y/5G̴f%|-גϲOM׮EQEQEQEQEQEQEQEQE|/o7:m@+$Q-&W}9iiX XAUFQՊ(((((((񅮡wA/%|OOo5>并!8}6$1D̫m۳V(((((('u4>pw>3Z^[(%>c L<,<7Sh(((((((((((((((|Wž7=;E-.2W<viR('+ȼKX 7]WS_[|tۢo?#,73/-!* }yKWQEQEyO_Ս _7((((((((((((((((#9xI}[LҗG$G ̮r;{Yd{7T|mm$B1 e#+L_ڿ+vVc}H*GB +ea(((((((((+>- Y<++e]V(SYQIm-RyLbtK3%}*fP.IH2?Į+ +(((((((((((((((((((ϊbLs\ii2M!*l >Wt? ~]v5'^lrJ$.Y&(((c/?z[Z~3/߆A&/\wψZ fjFvo*zQEQEQEQEQEQEQEQEQEQEQEQEQE^]8Qۢג|:UEmtY![{^EQEy+I|5y|HRdҤުd?]3 +K!KvC*F^C+ REQEQEQEQEQEQEr?> E]]PtCkS,19?f3ߎJ*((((((lHdEItߎܾ gnLW_zfD̉w}EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW%>~WY)SJOoE^].FS 0'jOR1'ۛ[;/ko_nŸ GhV0d`/tݫ(E| grql_I!9kBg%͂Hqur'CWxkolLѭ>y;;vJ((+O}wN!WQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEo:6qk[ߓ٫WԼL|h:5m_Ϗ|)?T?5c?Ipٸ? |?ǀm* (BLF_j\I]y֒V'zh8%]OKA $eU(e# 5f6 %|+?4۾zoVQjLqi0H=U+}Ѣ(((((((((?kgK .]]^}coFA ȡYj{W?Lg2Ymn'Lj.Eh,ֲlwfVT`r=4((((((((((((((((((+"ZoVY4}>n[íF{ώ6aG +^xۚWը((+6*!-ͲN#_r?x/Y_ ~&7ܽ.Yi'k/_j((((((F`&SUkab4Oo,]6Pk h@]jI?O#M7-u< evj袊((((((Ol1\k:v]s瑾D_v9'Nk$M<ӬLl-R|=5kU?;,uu61 my-5XȲ29uQEQEQEQEQEQ^G\goKg"mx<yһ-gᶓxa#A%6J?$r*~PӦֺqO[O.=GhwzeQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\ h>oWod#W W&c&syy{m]\]?ZH0Gt+/ +'DŽmنIwU]mQEPHQ^%s^ۮ-KlILwmV~ +[i7v|Dȕ?<+((*z,-&n-\O #gm"6iYD@((((((((((((((o/ .HAw`L(5?h=m;xq2ѯMOhmSu طXmqqtG^st |7恵-D +^QW|In>%kƍ#&nV]f; ;7^ǦeV6QV"(UQU~R2Xd5Z_q"SH0>ŀ 5Ƕ8?:k%e<r(`}[-yL CFkٴoӳyձ_eA #Uo((((((((((((((((((t鏪jM +i܆%{j<5=KᵉWR#UT>}gQEQEQEQEyůℇZ4ӾqiwT{ +>'-ezyW֍G.'~oEQEQEQEQEQEQEQEQEQEQEQEQEa~uD T-v8dڋqG1s*e^EQEW|h#im fg~f۽mz3$pX!EQEQEQEQEQEWm5ï>SXUh_ףgö~m}5<[Xhë7|MO8|4o[voD޽(((((((sţ@ ݸr{xU C׬'u-nh_Ua?[ZVu-oVXy>((((((x]εkH̏qQۑן x g]"@X\6{[tUo'/ +~ΛldQ܅j}7+WGsOE 2Њ(((((((((((((((xJ?jn᳈iS>ɸם?ǣ3AM&[pp'+{P}1|kԟ75-^Ÿ|)>md>R&ݱ뚥wTQEQEx.k?kdGH _y8^h>/.hlC?m<ܚs^|3dfnDyݿsjQEQEQ\x?Y +h4V4$cȳF+r(((((((((((((+ƿ xZO^,׹-m1oyqnգo^0\zt?o}%[xNB;u??z^Y0-vc("ZE"{(|X9!p㧗;ow7Wh맫yL#3|=vvŠ( -Oڋ s6ܪ_5͎n;.meX_|_캺/_EQEQEQEQEQEQEQEQEߴ.-^$Z|#ծF~<}.-& :bh좈ZEV7xwVqʟF#oej#_94t9:]^'fzD5MǙkHvlm@(((((((((((((((((wǾ= ɬkl8D~0;}ן<xT_>:_޺u9K8̌|7߽ؖEQEQEQEQ^[c^5qq˨ߵԐ $XLsyw6Đ>r/_}mQEQEQEQEQEQEQEQEQEQEQEQE"X:?8q}n~j'((-c>~h_Uaѿ^qX>/MpOY-沜"ŻWEQEQEQEQEQEOxCH5&oj#EoR;{+)0˵M抽N}?:?upV(dj7u![J x#{eAiTMjQEQEQEQEQEQEWjދg=Yo(<@X䮋ǀ< AY|X,3LlOᮚ?Z=֋-} _hQc"ss ^Ք-cYcaXn_jQEQEQEQEQE2E~mCd}fkүu_HV p(mYͧ_ 6D= +-\37ގwHPnHWEQEQEQEQEQEQEQEQEQEQEQEQEQEUMWX 7z[@dܪך~Кmi+])~XT[T"dZWu+oY7_>{?u[<=Tu \HH~cvźcP8 +Z(( +2xĿu{uu5e?m77Iq>_*/Km&?ψs0"b甿%zeQEQEQ^mE;_[Fq%ۯfHD@QEQEQEQEQEQEQEQEQEQEQEQEQEbx'aFy c H38IhVE6^[Dۅ"yrP>??c"$>.#k]τ~Z6`d#tz袊+'~(qj!v=Q<"zپ$6Z-Ee֚T](Ok&}({nՓZ? >,:,[)8`G ,oѼQEQEQEQEQEQEQEQE^;|?bmVq5{mV(+} ]I*e2~?j>̿/p{=QEQEQEQEWL>O'Svơd#.cUYWsA/4qkZCQSʿ"k2oEQEQEQEQEQEQEQEQEQEQEQEax3Cyn[XK'K?M>LrLL忋oo"cEQEQExς|AFm.u;}rHe t"(((((+u?^2b܁\^^;oimYj(NuoӇByd?woTu]jNA-,UG^QEQEQEQEQEQE zڔ+Kd2Hǰf-ywMWe-iqٿ~l^EɡIѢC) +^9w>1XX'۶klr(((((?> +|N兵 d<,XOTXδ_ǂ48go7P<4?կ5vQ^MDE-7jZu [J5]z [O256V?QEQEQEQEQEQEQEQEQEQEQEQEQEEuu m=ˬQ ;L +m[S n5ǓDe= +S7ŹZx^Ż]6I[ҿgN"{zyu L=B[%zMQ-i(0@eW5QEQEW5㿈/ݮN" kI!1}?y^,DxYV.W1rj x_M͒i5Zc;}v'}թEQEQEQ^kVJùD/q'H~zUQEQEQEQEQEQEQEQEQEQEQEQE-sy"C TU4ԿhMiOψ/QkvHyU>$xÝR X}{MM- 3}PI]_1Rڎ4j1(+?|Mx;A'k=QEQE|OMZ1ӼEgͭ|0s>?@o$rPmjmF'{q}#^ٶ~hIdX:((((((((O|]_cx\`<^EQEQ\o>h66 ?Wp.t#~Y|_5|5*Г[B6DzEz%>8ЮfQ!?,X[_EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEcźɵ^O*=I?kR;|+R>4c ݤE5AE~k/k5S?nn ]ÏD,c,䕹f}Sb tQE2hRthP*FAW|7ow1ztj(((((+|_'-/>ѝgI?p?ݓ u@T`REwqkZ&W]d]%5?gEk-Z?ٯLtM.>q EDL-Z((#^}-m嬍$G_z/|)c=.Dғ˵MOWI#ݿZQEQEJaxa-o}nw]ő,uW+.|H"rZx'uCŝʿ?Do|ڒlY}~(((((((+3zw '#b۶zGtsvy3|l^EQEQExউƩ)_Y(oY6|yYso8ߌmN bTQW~y_+צxOƺ?EuQEQEQEQEQEQEQEQEQEQEQEWu5Am}a ?卿ܶ;/d~mi˶1}o}?mZQEQEQExZw~Kn5_u`EQEQEQEQEQUumVIQq49誣s7^MwJ~q?Z݃ Ig?3etQEW xF1ط8?/o:/Ɖ0c?U+!~vtQEQEQEQEQEW|gq}:-?F_;__1p[|o7ֿ!!>d2\y2b~n*gYYEQEx2h'vԞvUvğqh((((㟉.4ƯXZnM{~ݟt}MMw7|ZQE?<uiQ'ˮ}ɀ%9_4kYp L䣏X[97/_{(((((((((((Y¾^^[k`f)|C&w![ZiTjͷ}ߟjWχwW[})uĿ/scEQEQEQEQEQETWV](C"tp +VS+ +Y>_jF%guYy*#! AAQEQEQEQEQEQEQEQEQEQEQETյ[m"mFV9F5t^|LPΩ۬6Jt1袊((+VuߌwFǩR~ODik k]X`uScr38e~h袊((((op9b4]ZĨ;)oe"ײ[Gk["B"UjE%QEWxG[pWAmU^kڑÀAR2E-QEQEQEQEQU5ZGRqm$zQy?*:5ʘtXڌ6j:((?ǀW ZvMk(<4.;U>oiqxVjm}eXݳ+((((֞5mE[XIGE7E&k>hWz_u۩k8]jf;>|jxo#^jȏ[d?ho /)oĿ?uۋY[yO' ;SЬas!EEQEQEQEdy~5\ῆkvY~:2׍YӵǓPdٓ[܁?peU 2򲚚(((((((* knaVmcjWEQEQEQE6HU1## ^U鵯ݾ16gWjcQ˦|K:{lMB,=nyXmJ'e$+UuZQEQEQEQEQEQEQEQEQEQEQEQEQEQTbFQeX-`RH@?*ZM'KG& ۯܯOgĢ8TP`:)QEQEQEQEQEQEK[l)J% +HЩG2̿5xׅ5σ^ /ܮ|ȓŒ'_-QEQEQEQEQEQEQEQEQEQEQExś3mɦtK1;sn6ZJ(((((3>3,&Iv~~-Aw3G~v|br^gwE'((~ZuƑ'ku:_5! &kԴp [ٟsOWEQEQEQEQE',4KbU'A˺OoiaBF* +=>((w[/A4-xخzU+g-{MQEQEQEQExIW`'Gӊ^j:1ֶ9?<W",jUQKEQE[6"{9z慃nvAyzk؏'+;֯j((((((((((|S ‘!?|ek((((kt_Y\D"8Cb7ZEмY|u3@`]\=I,co$4kt ?vNR((((+~Zf?oc"WQEQEQEQEQEQEQEQEQEQEx㗅|9/]8[[53O6E+X?E.Ơ|˂?,OSX~Ϛe˯)7NV?#"Wie +XC Q Uf(((+ļ{y7O;.ɬ·;ӣa[oOgmQb% +jeU(((/`KKX%RVR0z^sLYuHŦylr~i`yo7D߾h5YEiS%Ť$C^#|ZQEQEQEQEQEQEQ^U[':Zܭm`oXmȍ]Z(((( ^4 ׎E ?+ +}C}Sis3o{S|ǻg݋ʩtONM :+֒썵?]̓*r= +O((((((((((((6m,6#I#ªWwP[=}*yڧ?7>ư¡#@UFUQUiQEQEQEQEQEQEQX/2mX͵`HF"7̭י|:v}Q>_0+Pn1/oj((((((((((>!:%λ{"wCGW"Aϛ^d][X;ȿwmz=QEQEQEV!m AUuPJ?ڊEI?5| +mη;W?8k|/^lxZ((((GuK +2I+<K2xi,J7I$q?޽((ώ>1[xUG^m_o,=̿#,nmiU=$ۉF-lEQEQEQEQ\/2xCJXAŵ d;ok?6ugL2O~o]QEQEbv-.t=@f OTۍ\W]OMxAqm>O2F?s2>Y-+袊(((?ڠ_6툆I0UO߀%vQo7Xsu)-43.?{wtQEQE%gh|F&&[[t? +]m{=QEQEQEQEQEQEQEQEQEfk'=ڵm!Ψ?1ekd< ^kxSolO +odWFovҗ{xտo1u}3[ܨ#(((( +2xĿu{uu5e?m77Iq>_*/Km&?ψs0"b甿%zeQEQEQEQEQEyڏkja ö*(((((((((EWr^k{BiWS/]FD*ܡcEm|Ũ/Źл՛+Qujh?<15 B)5}GΣ!rz?srz(%EQEQEQEQEx.k?kdGH _y8^h>/.hlC?m<ܚs^|3dfnDyݿsjQEQEQEQEQES.'X#iQK<º8JfH-,#+n?a8< [谝2O/y&iI{L5E(((( +w~/E]]UGw&5>5}:FR~a,?!vwk(((ߌ\뺉Ͳd(8.LjOo g|A0|((_coUQEQEQEr|o}쑆%3.9[}͝ xĺd~<{IFz^˅]~MTQEQEQEQEx~#k|6Os̄FhlUYJvVP,PB`*ڪV((ijV thFk)y?MF ggN|[7?'ncmk^EQEQEQ^]ŗp[;@ok`e]>9UHmoOU3v~-=9qojI#+jڢ((0M~U;ldPN`rjfIe29CO(((((((nu$gr@fnyAr'_љ A̲=P&RZx^ͿwuP jޗ=^z$_C"˶S^eaoa +YƐ +U_jz(((((B"/ƫb7u]M~Ynz[gMfOkn| RIij'>HشD-/^EQEQEQEQEQE|J?1^ˏj?ºEhmWMEQEQEQEQEQEQEQEW⟎b7&P' kbyIؿv̒%a|GMoo||z;4oL?荒ϚU뫟ޯ!J鍤gDm-z]mBQ$ P?DŠEQEQEQEQER3I5 +~3BO @]/ޘ"QEQEQEQEQEywď77 XxhuOK$Z >,xe":~gK)-!o}wh(((((?ǬӀvJZ((((((8мmo]v'IHeNφ)>El^ģGBx6kk)Z F>$_*o4[Z((((((((((("ĦITPI$:kµmF㖠&+6MIqm__xGѭ"Ӵ X$qP?QEQEQEQEQEQEQEQEW|Z`(HuOM;ɶI~oGzx[kǮ7}hq?z1wQEQEQEQEQEQEQEQEQHw!UFI<xto(t Ҭ i۫?+|;h((((+ +|G]h?&#WQEQEQEQExve-.oGEk{uQEQEQE?g.o7JFh- + -؅oy-o\埙^c}w2,V2QEQEQEWs Fn-.[L?ʟ/tOu!wVݷ޹dgY؟)>]QEQEQEy_o ]%α9Tksvͷ!U~i+mksz&\/OUW>e ƿ3INe;VQEQEQEQEQEW_fBwQ^~kc۷[oONׇ,7A鑈-"/&?~go(((((>/4zƕ1ӼGgͭ|q-#&\m?r!g_bu$=/?>=0]ͳ$2?_z/[EQEQEQEQEQEQEQEQE۽M>OS'qϑh?wWxB4}'OO.55Q՛;|աEQEQEQEQEP4^7ֈ,.$&z{֨|.77njiz&C'/(((O8m ߇onm@81_vXSy, NmXr/`foV*(((* 5 y,Ko24r#rXmuofZZchP5Α3dbY":j(((+H^pĥݘ*Vk᭬C'mI- h8ٯ礭~ڨ(((kOo\xlҘ~v+ߍ?h((_fmcO,K(#DOK*|Rj{x#`BGUQUQO(((%i/gDBچٸE5M\iWw+tMf[Tq%k,l; ?_᫴QEQEQEQEQEQ\O~4xWm: h34Ż'ˮk hLnZlz? :r +_>o5`k5\=~3ٴK8lK~CӳVQEQEQEQEQEPHQ^%s^ۮ-KlILwmV~ +[i7v|Dȕ?<+(((((((57LӿXo,;Z(((((((izۧޒW3W^!Sm +AګU"ƛ].-kH}0q7~WdO~FV((((((((ii]m,?/7E&k~WzDSn`C,,{¿֨((((+<7;JvI]+(((+̾xSj>5\a5٭ܮ Cmd,ew͑+h(((ύ>./_dUeKs +v^um|285ql.̼M udo⮦(((ǞZD#B@bn8a_9]QEQEQEQEQEQEQEQ\ޝf"R o$Y@3oy?ڮ(((((((((nE($d0+J iIѠ[k8GʋY;3jQEQEQEQEQEQEQEQEQEQEchҼ=5Ɠn/>pόoNkT7ޭ((((((((7tIk )(;fO6GHѾ-֔qJ#EEQEQEQEQEQY>%hWOR e+$g1ȭ#-kQEQEQEQEQEQEQEQEc^ t_f!=dș/-R(((((((( šnRvi8yXmbU7m_z(((((((((((? 'gk+O+bfI2Nәe_]eQEQEQEQEQEQEQ\YO]Z$Q6qyHs~c?ۮ(((((((o7a}ižJ-s `?ȭEX6֕QEQEQEQEQEQE/7˦|<& +yrfZl/-⼵a$7s5=r0{hІf įg6ߺձF{1/1̰s)޿'ZQEQEQEQEQEQEcź^EnfaDPK$ȐZNu5p:cDtڒ3*|/76Kh GfU+(%Nǘ5kQEQEQEQEQEN?gkT8LdY6?ҩ=M4ODW"}-˞dX&xֵulpF3$j\-/[jpX7RX\,@}]?6iiuk'ݒ6H2.S2K ŝmVDWiAx"ԖVQv[hΙ& v|6KtQEQEQEQ^U>%j,̘vOtQEQEQEQEQEQEA}zPġ7',P+Ѿ1xWYBW\4r#Aw\KaZ쫎.kKaܽñTY-;?r|.oFعm& m 6y>|q^5k$=U@"Z?] ?Mԡ,MݏQ'XƢ&uw!U@&fTW~4m*;R$il0Ga:GIlK44h!ϛo"s&Ӿ Io]M(F + ;AcUr_=K㿃a~m,Mm-Q\6IÜ"Z"((((((('+/>%-[<ټx2&Ŀ5jVuxN!>y~vq.dhN<rnNs+vj{⧇X{宦((((((jv]ЩgF +vf=|1tLk0H7QNڿWEPsoeCy=һBʪ *z/+z^Gmvc*@aϖ?GAU:eySsuSd<}V5a*K[.!9EdxoTQEQEQEW)⿊^Vr֙ xfče'c? zlyUxgG 7z76R!-MΖ#@?N??q>Nئ8|;ˡ_t2ȭ.m&uw!U@&fTW~4m*;R$il0Ga:GIlK44h!ϛo"s&Ӿ Io]QEQEQEQEQEQE(jї9=8N_YWSBɝE6F:o|购+QKƩ&I}V|M{>[Mg!,͂e 1?Un6u/ xJB y$R/2@;N!f+k~((((((<_].wQq!|76_Uύc tKyz5`FvN5Ǯ[yg4bT+7e5yxjn\}\wGO}Cm,aI;|+߿w˳nB=BqP1,OqLH*QEQEQEQEQEQEQEQEQEQE>p0 ːYP u%κ\n")p3?h"T@IlsHkOX.Z$kcy$[T;OH?hrB1QV>(kŒ4MB Ol[ɓdGWQEQEQEQEQEQEoኢ!T` ݿ5_~> {[HAǮ^9p%`[%_fZ_[T<Ϻ]%E?9#Tǫ K)R{y6 ?V=QEQEQEQEQEQEeӧuYV˹۩UQN"VgZ+he(OVd/?holj 1Ly[kмCkHٸB?aKB(((((+oTL? ϧfO_{pׯ <Mmqߡ:#*ɷv_Zg((((+?l/ [hڅFx+־\xWz~=,Ѝ_9xo5i kƵ[)ːѯ[\74ݾ2Wm*o%&;h wSH|ywvw B%Zy8#nmwcFFA"YC~x"ȟהNGؙ܇|.qk?h׺̸g`*m׉~k]ڕt+IkQfcثƶl}g/V@d>@(((+|0[;&y-!LvƵQEQEQEQEQEQEW&-J+i+oiouJ}\e>#YG"2\{ y]|C4kf\mI{Rʿ6k¿b }S\D2X,έ\훥i]YSS#U9R3lY?uj?ϊ%> ׼E.)5IJq??^C ]R2@"Q'1jUE +}$-㶍`8UP*E|V+x/Z/4c ]%+ǘ"yHeދb }5^Wq$Ȳz_5|n ֚dgy;*OچM5݈R?ݓoQڅmR,$8U̍?EZ(((((((~$^Zhp$3*9GRklM,c6goh7oǯ1|6İTܖ@@8w/ȟe#[tOxoK4qD&߿SQ{yk>Ln"w2/<],nuqvx~Bn.p=LC^‘O@~+㼄ns3qߴ׉B5'mc ,f/'g#&۝@N9"O_袊(((((((w^1O }c7NiTK9dQ+x/uk~(&8}ܳlKV5U}-~|]fIv_VoMοľ$6ml"9|FVIZư[U ++;+|5ĺuetZ]W8K7EQ|A@|fORY5̭B$_~EUHxdx $|E:MrX|1j6ײۈݫ/Ϲ\M?*6((((((ծ*oϸ612g_+^ው:LD!Q>@>?\/~Z5?EscEe_سIڟw߄jW% G/8P6qD8]՛s60O7ABmPⷁb񮒚L,r̀R57d'ev cEQEQEQEퟬW-ۣ(QLkm$u~^-4Xpb8v(B_ qV#N6/7GWҞ;~oyVY0Fwb`ԯ|)ờrA5ƿkxw⦏ygyV.7;|!ܫ-viVѤۢ.oh vmKTt$ G̟hͫYWƭ)䒾5X@U@ +p8UXh8я1t`)coI!?z-5֝z]ǐ"X(((((QƗuy,/DvC3Xv|0Ϧ[0|ZgLnG˵kc[m[5Ρs=y}^yHncm▅A0csI# L_t$&}gXgok txPG(/UFQZ((((((322.Ok\=nmQxVy?4yo9Sw̪lSs>|͵ eU?.V5v>eo$?E̟-bĝsƌYݳ!0۸Xdj(((((((((((Cź+>`$|2?eoHOckalT 5|R|G Wx3x{Ap-.XGs_ \_diVMWW?RTvP_\;ugMójנQEQEQEQEQEW?}?@"K앍)l:ʒbH7ym<:4vMq|fQ7Mt5?ܖc(-k*pX/W|F'|_ԧ~c*S<~{wHRHHwXԻ$A +㏊#۵ނ]ֶ0;߶IPt +GB\${GS-?|:t*yr9wI+Z1,h\>=ߌiVn/̳5D~]bG}/EQEQEQEQEQEQEQEQEQEVw-6VUi 7ɏmyև_ po5+goCrt+|_%skVHG!cN+sk]_ōBS?CJQ%HˏaOh|9_+vZ<_}/73344(3I#n_UG඿#WV4ք46fϸ`4zc#ō~vXoܗ "&"?/^O ?jYL+4ަYG.Ol-Wȿ)n?% [U +HO;S?{֬$W۶l|9'oY>&*9K3GY?Tյ w_TEukHJ#yYG6HwƲ#oWV}vvq6H@UTaUT}Z((((((~ x]+M5֠(B/~vkĿi?E!PlofIfy>UV\_vᵏ<1c+d?Q><'m[hzl>r ?ܯhQ/ |\ttdFuf44#*׷? sU4(xZI.eITYE"[}YVf]~]۫k;HJ;*?*(((((((o%(^Gcs3}+! ̟uhXi?b7=˩Wnoo=+̿b[v};X%'}XM-aVwL>l?k~ xi<9 /NA$Q$j(>7Ectw#U=Z#\:%I+(((((((!?|yKjLo#ގA&y܍|o<@@i9_r +p7ۿau\[)::VVZ}v-K?Y$Kcmx'kK5ߚPÞ'q$QWQEQEQEQE|bU KBI) d̡&y6^ѪmkhS@Y#OxW|u?5{xwWoQc]Ӽ-Lڥ¦&|_ +|M|ޕ2y p VP#A[&ئIak[v%(6BŶ?'#/ޮOfi[өJ.&8v$ml> A<';MU )f(e-a>-|ġp;Kt[QIv6ieo_EEϢ(((((O_ {jS$vu௅`J;Py6kό:i #r0_j((((((+/x\u]P{Q|W>jVZ(t9ʓF}~)_QEKu+GѼθR9Ow]k袊(((((((((({_|jg3\>En5_5gj2ϝ1yqyҸZ@UŽK$V n5?}vW ϝ?wZqx-G3Xqĭ,*?,k+Y7|]bn~Ǣє?yen7H"*t4QEQEQEQEQEQEy/V6#$eVMV Vm#Ế长/+>2X~(OBEKkEe@ڪlǧn/k*kx⮙1"!fI"6UIYX7o_e?6zܨw]dGu4;fYY[d^s1{|}с"L.?y(((((~"|+ldyhҲ4e|0tOxey%_~i$|7 +oZ"kBbْ$ -=o$EAꟵf< dvFbl!"4]YG2_& vQEQEQEQEQEQE熈ƻG>e#쫃_r:_O]Zw 7E*a!{RmA +5 +:GҤ((((*ȬC3Tnfg#׼wt4o9(H֯ OE:JطN9#<[}w>o_ZW~ҿM wOjD#H~8k +(_:φԮ#v0wHW.|`Ҽ:},è mگu=NJU/$pc_&x&4hRd IٹZ((((((㎃giPq ",5Y$C*\Few9k89 6 ( u|*לi +{Ğ<󮮰m]EX`ndϛv-[_:?ڳᧇ<m$PJcn%w)V[H#O* poJ#ǫ +%5MJ%9 ,;닻FUk{>ǩJȐao2~گh(((((((1~.[Zkeb]_[MC2V|;piqsʍIìlmQ~٧#pq$1H՝ixJRЬu.lR}JO^0_tG p̣KJ?5vx u%ețq7߸y?5|3ΚƧ6VJ~ۄhdbݼ3zV )<*h6~bR2vH4$qVfx#x2+4d(H5QEQEQEQEQEQEWo;b6ϢߠOߊG<+a<٥Ķ$U5&aq{t]-lZ LVwv~ Ȝ[)u +ļ+]\_{Ᵽ8؛S!+}?wm]k1izad[uAM%$QEQEQEQEP4=>U8E. |2'Yq{qny+Z+?a|:}IGQGeзU鿴(Uq0.'1dɏv3%7lOu͐$"޷[忶q$V-mM$k/jvkYm!Hr6Z;Dު!@~icq~wgO:5)x +tbHsk|oh(((څƓC#pEw&ĺt۝b1`mQWiKJg.%Pv~ZĆ]c>RlYB~ e}wN-n VfP[ճEWd9-~x-J4]nU%s?)i_l4Q2SyگV~6[?[kZ+gP͖+2Uo,voŭҖA + zh(((((i6tvm!T+_76z{@}s?|E<|(l+go{]GLE8>d_E_y6y_ҹ?CcFs`zYnm/qf(((((W|9mBO\;;vֶ菎7R] s!WJcrg-(((((([X*Ϭ߿cnOߐd̶?5s&MienyK#|>đQwGktiZ?MC[{;DxܳWWF#K3ce^&. QgOevGWc7Ҭ2oBiد4B JFoq7QEQEQEQEQEIȾc ,JS}]Ϸwͷrvuao}&sȑcwmE9XwJAEfyBvv_mD]qk;x5^_ aD@j_ymz/4KZ^|UQHՀQ| +((((((wA{+l l?UOךt욆^YC.g~|-_Ŀ=zQEQEQEQEQEM1+)˖8<, W˹~_j]R/u+,2H%Xcf%8kh'_=QDIͽ Xw|IcRxa [ϻhx#6 dGɚ̷Jww,KtK}exM3iKfJ=Nw80m$|fEjV +Yλ^6{+)Ft kænܖVqXenʬ; oKIYλ%.?ZY#MJݬpk72!X*#,K*W[}X6wi+< rciO,=q=[|=D/&GXYd +wmn^#+|TQEQEQEQEQEQEQE붦}40! ^Tz=a|.Z-OviSWlod4YT>k94;Y"c9K$o&%VZa|}^ByN^%hOG)]ʿgmtV +=@y~,׮[n;Hvqf,ǝ-mb-c5U +Ux΍v56RKիо1?xHgTyTFvotwqjq˞س}% ~o~Z(((((((|IѼDм2B?.ѕ=ȿ7ݮJ >w,/ 1y#rDh^QΧ.ma1$y|rM^"Pby\w4*V$U9muovj*פxgDWUTiR5`Hgkb(((+_ɦ\W6|w7c yvT|"_Q-7Q0L]Dfu~_3ez R/ 0ܵEG {,$y>5km{-fj3d[^Cߗk|y3~ۀn_Wx|WR\V)2B'9Ue&w_^x]+Vn,]t=#|^}ῃσ:5a7nK{dˬ2eV??vk,]PڰE\,Tn/3ݵ p(((()ÞPu)#9, G +]bm:1-BH 03ѼnzA+r µ?|%xвF,WV?XťiQ,G$,e=b%C[c)}|_r˽˟>.ٟN-vY'_ik|Ň=շo_4Ii.+i%f-5p)mQ Uu 5ٲEWfú1Jo?ts|,%O)Od[?=LuBzψ>wqM-ۇ` o*ͱ>k((((o +|.4;$JHKwu·}"XNKkp9+ 2j4o[lJc?O i+:f,Q(U~1iZTB 8 !A%.YVQEQEQEQEQE|By?me'm,'I >Fyv}V_7Y èH^I|TTcDSvJW貇ZKOٮ _]~u'bayM۵SװZDY@g \Q +.5ꗶF阼*"h.rX~/f[QEQEQEQEQESfVteFxfoj 뚽X!UEpX!*]A{tEDb= +GU>&|&oA+})+wFҿmgٻ~Z 6֟.,!vXƒůg[{]NI`kYHv W_xf֢PcEU{/$m/o袊(((((ʬU q\WOBkEɵXh'TefH-qU?說#aϋֵBrHJy>_ٳgʵxw~)IU#JDP~hؠub'q|8/]=IVllݼD%O5Gc]RgHdq$xތ2n OÏ45;p"!2sHGǿg5EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQA8?}[=&iVG$/v{c\wWؿ k|;e7T N[ok(((~OOh{8W8}c]ۙnOp$YIfb37,]QE|iƯ:tQ%@EaWZIdJdJ3_4U{(+K xCRմ |m#ݵ.k/o._35<1fcfj((((3C~ ] VSG|S)n6-r_jE.h{m۳~z;qxA2wN[ej?O5FF.|Y&Iop.V?ju5avLqzWTQEQEy7zCzwE3i1U~m+h(~]M/G#"y$? +j((((((y <oʜҼP-߼yI,<ϳee>uMZG_W̿nOz,*#1?TQEQEQ^[OL>6* ksc$פQEQEy7>!ƕ;g 9e$3WEQ_2SE nʭ$YBu(<m44&NxU,vZ2pw?sZ/So]ǕwɀsE߶Đx1&do2eHR#X鶄ԟ&:kxfAf[{+dX(,s6LaHjo,=BU^D$%N SEQEQEQEQE|l%!j[WD[6Α\57Zt^{I1L5z]QLt6V ǀ_x]e22ʿ3m乂yos?~-7čݪǨڿp“̋Ցz$\OğjWDW/|ZCyAڍ/ۺ+7Nk/s9.&"~H((<uF%™r<6~I2~O~zڃ-ٌmi>>Ӿ9"oY#4JR B XjEQEQEQEQEQEQ\'OQLbѦkEn7$Kͥ{n5^#4}2R]^I ہVn|7mO+ɯʱXܻ˦+~ʶ|Da +̎H>QEQEQEQEQ_0~?2x袊((M2@,j ,kK~NWUge$XݲmŒ+_;c @O&[y?dr#w~ZoُGYJ~(+Ͼ83i:[H 6# +v߮%+ vu156آ(?F`f_%h+(([_NuX[ݛao^]K:>ՉXkhny1<siԛk/((5o?4 ._2piWcfϻoQEQE|dxU -.y,.Bު?QEW~9?16ۻX=w +/Qʿ%s_-~-I>mv7~9ʾ\g $5 :ÝTXeybϓp"?GzS:)!vAAds?E˦h21HgCݹ>Hն&ܛw/~ͅMn o, RUhg]7|_~ ڮvx/KJ|prGETͻtOek59[yQd27[~0xO@mgRfHI]MΉ +˻s|^4s^ ]K~!~q?<~$ܿ=TH<#hл#J!$y7^_g,׉56XZ[gR7̉@7e[Gyj?Ϟ$ӕu9o%'iUe[13,I"nz힅eaewB%9ءw|~_֫::uM#i$cPovW~зWIxjO-##h|4ɲ?1<ό> Ex6c̸>g̋FSsקhZǟ$M3\},_'"OQMoS]C +$.4+//߯/G.GG;H%yYZQEW?\/C{OK&ڿ3m\5_> +_=]'+~;E\4~̲?Sz +Bm6t67fđ7'O(9˨j'jAQ3WH1%S|1,#|o^=ޖݩ;z3$qnDpnW|OZiX) oesHl6H7/F| iO ?VbHZ' V?v;J~|qgv*7S'ƽvʂpykQTr;2,RI/?.|=S5BeQmjg_]6)ֵK&[$ *0@?w,k}+kōuo>o/UN77D}oUJ?/Qh7o?8*3y=S/t|5̟h ܓ"li:˾G#%QEWDkgMx7kΟ_%̗J1[ݣލkљL_-xn>1TOYۼ:V!f%ź/O7SWAqǞ]n?jO?-S^3ba$H4_!u[g~o\{o<&O'Nݲ'okkKm/Srʰɴp~jYUo^?A]&ZUw +JC7󷈮f c`6nⴓ'_[iidBCX2|K2Y}&n_+,m3"w6eooxv [Iih&O?1~{_E #*.$+cĽR%?kN/\|ЬpK"~$žɺQ_ `.Dro/? u߳|[և[KbK*<ݫ/,cw{ڕ.xMy<9BB)"2⑟`>L+X"umOz(*)ݴK#wWs0|JLJ$me-!U^'tolW?S_uҺ~((((((_Dikj֯}}&ዷD,7gD'?͹|8olHU-ʲב+G~+hleҼ=hg87y[4rn]*&ݛV/h|oZx@FKdX{G,rI-vׯtY5>Sb;cG^$Q Ъxwq$ G }+}ğt}_Z͖"H-ܤcYwݽIdے?.#G|$$y>v/{$Bo^6>h T7^s^bz_P񵴗7Gdط6$7E@[ٻ~3M ĎGi.z8E՚Woۆ)睗K?w˺BEHk\( o+w̪K8EecDU7l~޻.r81)/fvľc]vψ~ڿ$L2F۷΍c&]]Hdymhe^235r~x▃e{i,0Goiin*-iWr&]ݾO5E7,|Mfۏ)dz?CsREB2'q_tI_> +oS\ug#<4$EXD³W~^5>uMu4%_\󤧂|5a5rjJt ntYB~V6^1/.u5 t 'BO'y*yf?Go,Ğ .RLѣ_FٹjfFf-ϖG}mz5 )4cJl?8雯WmWD~u0R@"O|{m͵6IPu|*sq"%!_5C4sC'voxUOui%R,I>dFg۶4.(uAᮭxRy,䐥b\RGEtZ̛E +nZmS_u8uA +^嗗%vxFtsn/$.T 2pI+:gŝ +Yե48m㶶Vq?̋Ǎtksd{wG?YjZ^5r42ѷG<{ڗ!.3#۩4#ːI$|1]X?+ǟkWO>~şۿ~(ڗ?x>{x[m֦~o?JbiU朑0 cʶ8Y=|.^Xwwkg|-]뗙0Ґ:ڑ_5;.^զty$tmH!ߝ/,5c\~ Z~t$dQ-%<"%F~07+%u o c<{>]y?gox-wz](`BOL8k$X]l^;_<7xzn8I'tYvdb}iĞ2ϊyǘƤ?2ųz}->x'[m|\A4k, $qI-eVߙK[_hZ[<~yrUXC]{H|.l.֟ΡfIR초̿^ źߌu ^ 't0E,m"ci"ק뿲֩>]z1rR9$gj =v?˯i3Zjk8۽[w)N6?ʿM.x]MKh(V8ݕK<$WgPS| AU#F&&4ABm\}xMFEK,3;JYsz\][m T+$|G4o73y^_z_+e 5~j)*?ykn|Arx!-ϗzGCIW|:>kׯ܂"yIleh&gxd~zgk7^1u!Pm+mϞ$-׮ nKJLVdgtcٷzH߼.y}uwHYwsH߼!y>m-_5:SE׮滴(Ӗ,cGtRo__2~dK^7{y\3Qcų#Miv% .YDěxޯoZΑIB_-%!%`O\KpΪ sOlSY7Ku7 $ݴw2?s{gٗ?U𯉦y.G&cvE"#nojQQ:7u˳^5m4[oē\w*|MtQEQ^o@|64mEX3d9dUfw׋7<o<e3tK1s2SWmݴ6mvh~۲_བNtwR[$Lӻ/q}eXٽ[gyƿ36ݱxǿn/_h:trlQ'V0yC 3ҤG۲lP$+:>Hn?C_~էi|mc$-%}ʫ/ݿW?l~www6e,;D 6ξ/7}fU}N+p܅̓磦uy7V^5n㽸AV~e 4oeHz[O~MIehUK #aޮoxwϹQEW?exGν kjn5ðb75UvN_5^ ⭷۽?> K'%(W{cQnh*Su{$wޗdqnk翅o QxLNSy'=]Ryk.5k("$Djd K:96WCϊ+اc[x<-gnHaVѢFc0k/|3s'194{]ɛb$ryrlo6?}/ xV_GL)%!oY +oo`(nqkmxKAmv=) 1Cjd2(d}M*27"Ej3׮Q*g +HFxl_6Mn$hU3?)?6-Ezj?:-4]Qkw;V|*dK)7{}z=ׇb;Djym"2Ov ۍ((+zx觯 +})_<|x_xᯂ0_mSzZHHTͻ?|4j\:3s|t|2k ܒYB ʯQ~\;7˳5{Z&({-R2 i<ᮎK펣v:~h>Z疭f%|(ּu6}%;Zq+YW?ߏ}G=ZC +>bL6eUVXC">ĻxB֝B=S2C:C}~i iixyq@ +6ܩ6$u/gK+U2;uX~oHYV_u)>"xuooqjE0Q|o|3o^A6O%4kžt;HwZ쭨Zok [4*<;?x²,'}z t/]C,wF>6:Ho|I׼9~s\+';_rk_s1>]5զHwcƟsSV6]0]KɷvϿ|._o N;QiI1HR}?'FOUѷQEQEղ]B "amjI{wn?^MA*$,̛VT~_w߯FKu`?Q7zW4OiP,|ۿ{ mfڮDW?om. zvFceUH@N|Ŗ1.w2my%S/\׿g=jmC׏h}6Ę'!/+鲾]GJPd_GrUyhVWWr XUK<4c?/8}"8S^ggýg#YڬY<S *TOfߗӿhi6w'3ۢ2>w'Foএw=yFb0K~S~6|ji75|I K+Io5IDT~a?~S:nV_@/|Yc^ 4;nn:""]k?ƹizZ-ەxd'Pgo?fEG_ߟko뭿J>ȍװm]QEQEQEQEQEQEQ^AXȃ{]mjUsIo?Sq^_)xğ֡%jV1Dda2/M<wkhǫ5}:A ϕ1A>E_|l˵[bK|ExW@:u5gXdX*Ws|˹7{ޏXw{kÝs㽒zl[[+^*-mLz7vG+'~$Af{FbpeX,~\?G~_-|T' JlUbܟެѮʫ41׿goYPd'`>_c *4[>?ŶyzU8*oyƿt}_~#y^5ʬ$91de]WYkVuOZ{&[ % IX4MM?mw9GB2ԾnO W=sG$߾XwcU|ۿ˞w3\l0ȥR8[d~o2&o6W*IqFRw;|ϱ|}z_deg6rkQHL5ݰ:6+4W[.@߆l>qg':wjoo{sjgdwVc1fkvr;?H^cΑ͓P.Z񏂖5cxžZt ?gcz9+I2i_x[[$/c{Hc5H7Vo^,<3tTNƤ씲lXyѼ[S~s2*:uv^ȍ/|v?JWkEQEQE|~*|^^̣(n?ϕfVYNƛӥXrm'ޞ>-oq+vh휪l]Bm7ĺ =fXUtGtV?֡u~|9g~x?~(k2$yǼI(hQkzy3+Xj; +GKk%Ƙs;nh$ߓxކO )#5ñ卿C+k~|5M>4[C)c_KlGomjgǿ)T$p!{I`OțuxVC %C*>衏r3kWigTtz;̫6:7FU,{]v:dkZ~wokFV,4rڅV="+'%}এ\+C#c6l{>ۿ(+; K-e-|_>M'܋]DgH#Xbc@T@py?|m6>RDr x +ZrD 5]mB KڵneFWwF+Wq*x2VQv@kF 5|WK'R~.Sc`znK;GW? '(G`MLYx@t8IDeSnZm_?%^rtA[`I^qǞ]n?k?F`f_%h+'p+Y>ئyW! X8޷3#z$-K[imxOH,M~g;V_%OJ((>/M&C+)?27*M8]qyiVAoo|h_8~1he-Ⱥfw;J +05##>#x <7WH +[^y|+h$>iXƑ1= hj75!ERQ͕7/#ᮻ}.P&>qqpQa}4#_z/Р_+Y?=}?_.a L,n謒v~ןϢkwu(fR}Vb05{7H{!ysƧ+7$'[~)D"㾧2Y2.?^~}sZ%s+xKM2+jC }Sc*%OJ((((((+k?ς`W|9}'0èo\pwqdݕok͟®xĖ^%cKKison3X |/?['J+{`2Ҟ -!{L}C:l lkl _a )oU/)2| n? ?MϯMWk54˔fֹ'DMB_O & go}/rm/WM_d%޽SD <[mLyI^ccx)Vo{ಓʧ1&OѥN,}SHQx3JO\"R?  +Y| ZB W|gsV[mڗgGWƲ:i1 [cv쮭^VOU96ӂ7+ǚ|YVů. +yk|÷ٯUK] U`V!SdrDKmgo-Wji74+_n4}՛'}:a5DЯ uKȭ!|g(Tu|U 7G&Mi$*4۾m|9ǮLjaFp7<0/ݿޮ4uKC%Roy[?{uJ#袊(>6C ^J@wU/jqep.,(y>+Sxc3@Fm*\fݿ6}+F{n Ny;٣T?LXw K?}Z^%Ӽ7hڎ:[Z~ڿ5[][0_" wSHCǩ2Z{@_|WkF0V>ڨ|9Y_[lK 6?xKƺTq\l.2v#,8R3ﹿ?g_aEzв:)O3~O{']#lc?g"ykO*}MnXMpWgʿڽ[AU]UY7DA߁ c?Du"uinϖvcs{4IߋX۲0;K>͍~z,dא$&txsnH+W~q(֤2[}W[dȔ5zWO¯*6\܋6mkĩ<~/A.=?W7Z;ox;nB7souu bĒ6zTV`}kmRWIMxPUsIo?Sq^EW&(|A¾TQNeWn,;ŏ'՗ +|qcb[Yh"|]_3˓۷fׯi_-[rn^w' p{Z-$xI "n~(|5k%ds}_7jV-dk;npB&WPȒ R:zbx?:yǒcA}L]澠hV|PVԓ{_޳Gw F*8#}C_0~TW]o?+y۷տٻD'Ie/Z/MV8}vy_MW?+ {.q!}'_,%WSmG%OŸJ,|8{fkop  ma?\_)x">>aO/ǝzG:[mW E e_;d[9amOus,:8ʴpn>%n?zoseZKG6u |WK'W? ?T?i_7/oE  &Z@生2g_o}G~ V I9y/FVcIwG+|o։+{?kُGYJ/+((/߆qZͪAq:36 2mWk-ݬ0"Ȍpȯ7g# %&< +VԵZťnvE(/2%DP9x:]ε-#io$/N"_:h?>*Y2xH[iRd)&YcGP3kxW׋|M-vn6o9,41o3Oׯ??Y ՙj+j&h +碶~&G g㸌11-r7c_OIom3R5Va݀7Պ(+H}{KM$ [+no~r4sHXh0΋֕J#k9&D+FQ\>c/\%wN+7\_;WQH{L}1‹)$< *,^{n WB.Olٸf9D_O } hfꍅQ鈐my~UxHqϮ]GgJp c;w}+}t)!Em< O*Z^f=v?>&/7X>*[1xlf0Vwvo +4z\6g.20˱+l˻1|E]]o-cWv5굴 k#V7|aj +2Hmlm +>4~Ϻo@7H $WO |5f#%7QumݯZ |N&xV'D$ X|ʯE۶^EQEQE`|BoT_O@+_R׾06ZM;EpcYUx^ /ﻏJxC =sV2j:MO,ެ5⏅QUzw_PO'n+?F`f_%h+ƿaa:v ,;*? %}/< m,,h 1=xo>y4fcư~;Z Tncgq5}(N95ľ&ŤRtK;AsGxվ2X?h_AM]{hYPvVeѾ&Jwp|iM2<ʒJp.ߘ$T߷⿁~+:-\ 5[،X~]VU"}6?2x袊((x<;]k2Gg 7Aum$6!eh' O? 'TevI˗['F}PtWsli?7Wϙ,Mz"}7U:Kb -iB6n? +JR`}mt$>|>u;kkoG 1Kyr;߿^}/_#֎ܨxT+o$kr˱w}*h_K}S]׮u%]|]ʲ"?ksC LuTǫOιo5gh2.o&X~_u%VB5ucx%,Y_̙i?[So90@>Yס~ [|Gaڼ_A_kE?^Im0+ЩUٷmx7q +oOeڱJ$ǤOچ9--u1"|YۿQ߯Ճr ڸ|9C^O]_zHk'h|s$|OX[A[X@"׎|hiZ>MMͰ<mi{,D҃]lg]OE biu !Y re,]?Ư,VSs_OEQE7om׍Ky$awV{3w>xOÒƕC:r-]u|1>=C`nJpU|Ǟ]mߵ^?. R)-]bVJPWbf~F?;kk1hCDRۋvI -?w].c8׌1Hrtڭ7~hW~"|&-!Fe`L6۽ݻ˹O1~1TA-/ 1$9 4=~U'CVv/ق ~N=Δݿ]8Q5{ " |u>oy_qijγ}xdϻ#V$v^^ȍ/|v?JWkEQEQ\_E^@C@9YK'76vQgWpls}ݻ~oxƟXMjڝW H2 >dW\2++n|;ocݟ }5_0~Ө>:𽵯~#2@iBq^'#걂-V]?3Fб_>?vߕ#ϻɓşWYLp;}=fÞ%[}kORͰܪLdLO,R2o6+ھ5ȕ׌ #@WT`%oňb!=!)r ˍWsm$&zڬ:=҉"+oV(Mn|#V2P˝bYmUI&<6+ֿi%uǝBx^Zo8"/DWGwA,$v ArQcο7fwlᙦt* #(mέ"QfmUzp!!qKimb ,[lhğ_Lכоox>2^[un/K"/v,Kם|&5χ;KlldդHeh0 ob}]쓤^i^{}B mdTdl ¶+t GXM%a m&܈ 5|@m>-h%G3ʍv]0ەYkWu@olRij%ݘ0lo}]9E :c[9no&42&~xϿw¦2Y$oe:/ L\Bp$!^7s|]$Ws"n3Z%>ޣn sQ n#FxŶt}oı%xsSɦj0ZO%IfZeciJ`_5}GEp>E'Bm/x=Wlˑ[cwkl^;٦\jځ3ŻqWQJsI67ZɴoYD +9bIi&jqϟ?h^9zu_ +_]^ZFPlr/_XѾծ?㇄>!xOZ2,Veid$ \Km7Ɵ i%֝Ȥ0$_~ݍ yoh c[B'5E*aˁf?+ib'_5M;>C>Vy|FqHƿ;|Um-7|GD_?d\l{Ŋ2xi6OKOM\3xT🍵]B98xʒ_毤+>}N })}卤ߚ9>Ibwl0?au 11Ra?<2mjIOǠ&(>DrıbݿoͮQEWk%ʨ1*p1<ҵ _Imgf[:mj6_O{wk46IvceGa/̻((((((ҮOma NȐ`5vf~or¬ +*2,|ahzMUo|o_<%whXS *ˍw>|φ4tIʗ"X%vJG'3vWcVs@W-瀹OC2*Y#e_6^5]xʹOY"RMcgiY+MuQWŲ(Yp[Ejcqam.7t$Ud?27̵~EoD"FvYrP3b}Ѡ9cӭс !2U定/)?j~ǟ t($џ].-⹵ܾuYZ8Dm&B7Y6M'iXehm Ud,l8?kgT:B-El-  */W?givב3n$R?{!ec/5_3}&3˖ځ hea a-x/퇠ͣ]9ʹF60</gG" 2۫}x/~j~/[?dL?*n +]C SflzݜKaxBmD fUc'Z?~xķCl*<-OC➛xd켷0=s[l2ث 2q?un6͕ 8ٕ1:7T~o(U6]qo ȑ"g`?w|߼}^ $QmW XBC]Im|ͫ?2xRm-*`>IP1LϷ4s?{Y{Rtd/ ]:w~*_x-Λi2a Jt=*y$Olj-4tJ c~eH};<cLx:KZhZ q!vؑțcW|/š4G,zu0!1VSʲNjNm5ӥą16ualWa@iW lkRq=6FUVOe].'U@ȥXfI8t~zW|:M~X5t+P]'ùOb̕s?#x?xjMy%+H`oݝ~~|' !a;,.wv6HOQ>o> ^ܯ]n,})WyUBVͼ;x~}&li ⵍ#ojJ?}48I*IWXcn GGR%Q4m s ~EoD"FvYrP3b}Ѡ9cӭс !2U5 PZlDd_>k~6|*N^ -[Hz1ϗ"&ٶw#5Ma8gwqU~ʒmǃ|o\ehlr[d J[Iz,[nO;.lbx~YkkMc/95͜~|9q} +%3C Sm_ɳgV<%<[o[gXXkkFc':_k ^ɭ|Gkv<_1Ud<$[h/:|CM%sq͍eTb?H&Wo*ʹu7oE}c|g\!L[MkO5OkᑌlylU|+@l%hm+ʏk_v z)\>ly5.3mD(Vgivב3n$R?{!e g∼mk TNi-Ήt>QoVwGTM~7|FE.to!20YhmkҾ|! fuRa-˯ G +H7;^w@m>-h%G3ʍv]0ەYkQ@o~%bi*F̉Hjm_ uߴۿmފ@մfKmn7\~BxG4kwwz tk* /*]V|:?`m0(`]ɖh(o3jUo7@uxjiH̏lʘ|7_HW4 F&k3XƸ3tl^ޣ5ZͧZr"乆6}6wa{|@m>-h%G3ʍv]0ەYkWv7-yx*F3Uf:Nk{:}tr)Fr>eN_ U_I߇q.Yש˝󧕹Zh&O~K}@|B-NѼ)uiH?:fO+a;|%Ω0[H2k_r;~]6۹zoYf,p4l#l1R67OWj:Ks{k4$76U|p_Z|%Iۈ3[K rmٹZ*VYI\=P6jGl*袊( ~#hrh-LKϗ"$efI|]M[W V6UyMl|K4 ROд_0If_yZ_oP!`wFvv4?+"|e2_kj4#*?ͷcyG-|G}h9q `"xT}y_o^ƿZ4:Vd[gYC\Lz7z +?;Q_BYm.@L%9SݪԼ)㏎%>b[H(I$Ȓ1n2;7_*HV(e12dȟ/}^'^sP%ִYUcher#"4_jS#=.ěs?Kk7D j(B*}YV?U{OGONt0$ſ[ Z{##WxO۳k)-'-81q6ڧ*KO5^K$ 4_{ۆ|mǟʋ7|˿b/ jHSA-8[J8V*B[w+}Sv^c<kPqMu]6D$xṁ*޲}W=?uKͻ[iVȫ!ē̟0*mrO]xh'KH<գd# E}GϞ~sm|hS'}M >\so"ǿ5wڵŏvW3Xxv +\;*iY7jiil>;DI(tQ2oe_\~6|Eӭb#uu}F!}k60X!VQ,4znٺ_ g}oҮiq-٤/?h6|ӮtVw<[xR->Oֻz(((((((ѯu]i\i"3b87ʵgpo4i:GLtru܌ץW̞+G߇& ]]i7Dbܞl;xuwş(}#Gm̠+rCt.z7t]R.ۑ(ies#?f j6)K+HLO:wt; ¼r)GS] ^Wڵ VO8C$.)mUnKmȷҖ<1⟉? t4s ,Di=r7RVi1$3Ų~LjI +6$, Ede_K6דjlUIJwD[yHW"Wx{ǿZhk1ہ3>@۬W9?Nx߈-G<lVD"W&I|E]WA_oS״ 4{IeK̖<ːne\WbJU(o"Xv"~o!E崰X4iʴm~vRW}u>åxJ[;%olZ S߉nGqA Ip[2ag_+mZLJK;+`K_.t|-h6W6M,En۞v׫drxº &HGؾoɱ}nnf_,lVm韈 ߇[bܦ񝎤IE]KW^>'|!>C}cO%S;oT776ql6؞b6ȑdu_/h,]CZY]/"o.6fڵx#@[i. }.V"'V̬yk4=-Ȃ0Yd[c!}-'9WN: I<Ki]PLqno޿~&G4/ F8!f|ER7;|obegڭՉߍtX{]_D/$qQ;HdD >!|U@n.qz}m) &|ޮ?xۤnFHj(2k䶗U/]<#^FEg +r)VV +7+|]uQEQE|[ v>i< GApFHlڼ|/vi +EL$nmW3u9^Yqk ?7?.NV񏉴t{,R Ul̫)O>ZwOD4MS\D6G{wW+B+7gO{R`b3*H$ShޯYl؅ @.#;?3lI#l/>:L1~݌y\Ncnݿ}GnŞ,puTVo:M쟻,~HH¾*׏!xcO}Ij +ƍ! eH̸xWo^j׌j:t֚ͥ}FA"a汒=.߽P~Z[i.c6H$ +5cSu@Km,t*h~ +I0ܟ6m|<'w{=k s B*Yur~E񦞞(m}h+i'o+'X_A/ã^Xȅ$/TedUܻ%xoWDBJ:3y%]!}{|qm'm/wY'#u<#(ZuߵO Kzx~.!{e|=8E> BO?i2onynI;.1yh(((((((((((((((((?zVvV]Gs!li gp/|VKmh,nA` qlBf]~'lv(((((((((((('DҾȟ6D]UQX>r?D䅮ChpH,'W:5C:~ig%.Yw˺U|x{|'߳EB +0)h(((((((((((((((((`{OuJ$袊((((((((((((((((((((((`?Y QEQEQEQEQEQEx"}7U[E%oEQEQEQEQEQEQEQEQEQEQEQEQ_:_-ukV((((((]EjiREG21@xHԩ/i?s{7g3\9W=Twy{(((((((((((((((((((((((((((*9mǣHQQEQEQEQEQEQEQEQEQEQEQEQEQL9dpӑP0-QH)" ) +B(EQEQEQEQEQEQEQEQEq!'Y5A5 eXj̣]>CA5խ%{kuCbͱ_76(((((((((+Xbb7RjZd$#@Y%gOx]*m#nh߽igVe((((((((.r)mae `Ͷ&G/:UqvxtoֽQEQEQEQEQEyϊ +}^3~%2˶6GWN?Er[?q>jܢ((((((((((((((((((((((((((((((((((((((((((((((((ѿij:% &v*?^Eyh Yúty,(%3'pkWEUK]*KBTny$`j@׬M5K7;wml78*s-&V\fHU23_k~_3n୪((((((((((()ʑ!BN&߁tYME-G*߅hUR+8+BI=bf?Y7WWƉ-"EkS뒻+KF{7ZH9Dйq]\,\C>(z펅h)xO 5ݖ^/G>U듮#zmko.RQ|?񿻻Hgk袊(((((((((#kY7\su"5cOE> [E5-dq^?DkM9ŷ;]zr/4G>ktQEQEQEQEQEQEQEQTbESqm${*ƼsZվK(X)ʯwX[-7W- ]7P-iD}ٯr#|iim{5QEQEQEQEQHbO@+Ǿ񿈵/ӌsy&y/gZ1O C%{Ӎu#LQEQEQEQEQEpɠx_u3220./qEQEQEa9I O$(rQ?{卷Moݵk/L[˭EU.`k#.oōoqR(((*젒lp;cO4OqKO1 +r=~WcEQEQEX)na.ٸfU3;ٻoՏƉ;yuV~SilZh((((((((|o]?zdޮ]m"*Qw_37i]x5ƒMzG|ٯS_4m]QEQEQEQEW+Qquj$ af5 yos~׆i_l'p$VO%zQEWccD, Հu(B`*ğcEQEQEQEQE~onOMdYgmI#Vf_3[u/ +\$`;>1*9w>:_1˗Ȁ%ڲ?|+/!xz"kC4iie`3Vc +s&)7u%"l#㯄|ip,4odC*4np2vy#^s^|A49|!+?Aq lvoI8xtxzûve$, ie}kof<.Cyg~~ʖM508 PZ ­#Xeٕ௏~.߅eh~` #ikh:"'j;VoCh]:[;Ϛ?\+7؝S@ncbQ ^v]QEQEQEQEQEQEQEQEQEQ_,|sN+|/8 +MCjv/k~e_L5≙Cƿ5fC)Guz] [u؛ mM׮3a[_Ke]3̊@.oj~>" .-̀gDwf3f.폗#ɍ|k_ *:IXY) +-|XfVG7=z p~7/Nlj2aZGejQ'τ3|E_֔+tn+7JI-xN|_K|؍:v]Cm)%oFTOr)໘>&b##HFo~tZg%2yr#eRv}U;-~: +'uݯMoUWuz-`TaKd/;#7I#^~Ӿ֮Ew B-?%z9W|, qs) wɍ|/7ZzGW +}%y$z*ntmƿč/Wɟ 2h]gw(ӯa+,LC2nO"j+C ֬-[2M1aE&v]((((((+9>ֵb :o/WO<ѣ^mi0OWۑHExFЯa{}_,r?]wirƹ;NK{h'ץQEQEQEQEQEQEQEQEQE=~uƯ>[XG>t_W| +n qvch?}v_'WWlvy41|?[oDbj((((((((3B{6?`eq!~fl_%{$0D#@T @:_HYGNIE[g3FsZ>R ebB?D?ms<ȝnǚϙ^^vp.:PdTX3A'ʟ5`Wx +k}DRp%h$1Qz[jvȓLee=XU((go_s kq +ѿjoj-kfsgsԘhtzٮ[ȍ]gI$Ocog>/h^ +ҵvn/b!`r<5< mo%e80pn~$=}|}S x *Ҳ傑:5?>8KƓ =ZUhe zb U$[C$;#S#^j6$RH>oY?]fY3ѩ?ԏ-?%z9QEQEQEQEQEQEQEW~ [8|=ޯM6RnFfݱq:.$FvڊףmmxV%mbSx]-_4L >1v7Oo؎uB2fϵc byc5,U37 +^S~Ӯ ۚr۵Qy7Ksuq.C.XI kꚭm%2[D7<0UQ5yTw?du 9 u-a& gwmaʻeOA2Fe8O7?g>zyhjᬮ1:[K"+p%7V߁/c bЯRia`ɁՄR3IkC~;|([ؽaZG_傱edjKi'$)$1󶢷=t>O:F2.ӹB|5+g5e]ޫHcLmy+CM;ÖڧI'; +/iWx> Om3!רݖj2s]Kw]J<>MvKxj/i7&ѯf7tO+otOZ%*@} 8Y#/5EQEQEQ_z5S٥-Ȳ!"˘ +W@M7u_ x^:m:}헖`Q8gHZ'6ϙ2e޻{)ؼ Y#b ?u5x*?/#坱<<Ϳޮ3F \ Q|mَJRZdYb`2FS-xoa@Ynx2H.@nO((+كP%,gl'}<$˧jiWW,2ٿEB9nj4P10>vexceY^(E㶘pM^4&д`%ZV(_z.OmVvsms>WÏztZfWc@'eU-dKk?h oVƝ?B j#2Io"3wg^YX[$7 +W[[BIk},3csn*="z0Ea[gyF|?X|CL Ȃ+p+âiSƛm\wvKyCq Hi^j׍WLЗo埲'}ƽH~2khd-pIJ*n?C?i^ֻM 7ʿ-lEQEQEQEQEQEQEQEQEQEg č~fmd/pUf>idxyrc߶2M/+I&/^7+cqcm{vP}yYY܏mUEF>CWǚW<:>ͧj D)`2-J?,rFv9~d̟zoMϫZ6۱QB}M+3K +47o7v:ӻ]_Et3Km^>zZŷ! [jЧbgٶ/g׮iڅmmE7^7#Պ((((+俁Y5H(HZY,6 $2۴|r}dorS5 Ji6] +I,adWkuxuyO q˱L_Z[ssSfmFF&H O;5̩USW_|$,ܮѲF$*?4W\ #Qe|< JtfS Z5QJOę'X1J>$j.t+t#F7Dy4odwmaO_to3i@KoU\nrmo S^DG F#!}wJUFT¨h|)֗Bag[=:K5\?WkO5|a3\D ɸy%hQF$k>{-S6{ymXu9<$r}ÿnܟ5d^:/̓ +rLECϞ%ag?[/xV]eLu3AS#h_־o Z͊i,/ )Fv*w'=yn|5{a!,dǞDV(Vj((go_s]Ӻ&y>c@Lk1mbcymShw}Ɵ5w_Mw᝚HB\"77t\7YiZPE+{YXKۏ't|<.,v*nE=hݙG,;o]oswh mW>﷣yEܯ^ץ|bd:Mi2’;$+Hk寊_ GJܺ]ռXyȓD+meO]z7uaׅ 9PmwP1SGJok>eާs +K<Ʋgě4vϓgjcmbiז"s.t|ˑvJ|nо"%Uk`)6s27:rƄX;脅TJ?oI.M,6ûڵ~4 &}.M΢0X:&dFuw_Sh 0f$#rtQEQEQE| S񥆳7' 7WxO +[ZK{ld: 7N'~k~0a!8[sxZ$Hv7y2|1y"Z0]Zo,>({os\Lbedy$rw>J.(nl-XgDlΣrE&E%?ݹ*ߌױ$s&Y\Q>ucIї>"5 CPy>~7++Ҿv6@4[X5M>'^Da#گf>J?coaSImS񥌟~+-~!/2Q?G:JxB{#>f-ªGM7j'|1y%i4sЈ K%woRh/v dj3K56i6m] +JWo^Ho52 @V;VWQEQEQEo-e). cdbl"IRo|ցrww'SxOKƥ\DR~7׾.fF,w.웘I?i6KZ`$KaS6vf-:;6M^AhqAO3ǿ u_6[1`wXxob,!U-$ syRY-6ݻ +#2_ &MkUPƥQ#I$#1+L;թntI~jW~O.tca9W#̟6oO}ͭY?O_0׺QEQEQEQEQEQEQEQEQEQEW%__3ĎɈ{\_e~u=b;:dnI#`G©xg$u0NXyƿzIQkL7ј!wxai[hW7ekY?JKG-58-:Uur?-|S]h> Ȗe&`94jݑE$=Wm']M9[`ZKh2o p߳ya ڭhǙ mۛʐȿ,m/WOi2kZ5*I&܉Zef4-'_ oS20>sH&ݷ̟oEϛ_om[i$2yq`oh޺_!i.c[eXn⑷,i[~:/_\ u{si-ŴIYl|+,_ H>%&:袊((((((((_s3`C%FK D4m<g|S[7RzƟbs4"<݅Y]w?Zw 7o& 62_^ ;6!Օt20i&eewe|Mfz*B7(?1־|']kw;hj-xY9yʻV%ٿ5OImrzׇ4]7 ՇI4JFV*ξl2oF[u~mwu} %~8m:Lڶ^DMf/W5˴Oƻ{P";B4C5]ʑcy?}Fy|] +ik%roV^Bl{fW;~2 m_OEQEQEQEQEQEQE%wfv.RpT;J].^RXP*EQ +u +_4AwFH;>_F_-^q#\Znm'_V=V^((((((((&xƷ8I/߻+I-Xާ!2?"@o<͟z+VY'ɡ?;g Fk(((((((+ ~5iZ>tvH$$VyvWGEQEQEQEQ^eV:L^яNu~nUVԊ&W!_ i6ŤKGߑڑH5kPY{($ddtak׏|(:MMZ6W ,n%^EQEQEQEQE|?K&]u/)[k\52 y/'ڭq'v`&ZQv7Ū6euThW#}zA,NxSW ־ELIu$א3'5l1K#rt|7kmk $|wswKR`߅]x{χ-޵&-w p)/F.Dm_\wC }Sc*c/7F7$(tcz,?ms_4 /O,7 fQ"?>M~~+yݸDg5nI6^)RxzTJX%qJ5d?2xuo?k_؇@|WҔQEQE״Wοy?AU. bՓf?cEgkF:7&D1ʥ/1x?uOڋmci?oO=~#\-ŗ͚lz~O "+TiQ{|R*4f|Mx{LX$4O#!sW??x W6[ b@v7kGߵ>'ixW2yltxonAlLf]).Id[ݙOzfQO2J?b?5Q1W=0WhSj{u.rp@O#VvekcyegV.j//Y_7?]H\mN+ByՑ]Ž•M&r<\:?coaVQت$J)U((((((+?ko뭿J.<ҿJn+s_\V0dI@yR}W7D&i|8dqj$ꎄib<}%4__gY 0S<Y|خ~3}V+6 PȒU`||q|(gG/J.!Ǐ7w>oZtUiO\ϓLRH^EDA Om5of#iI-o{ui~[)|-m¥LZ=IXc_vVuq$($df^Uc{u>c' ϡK˅)<+f$S9_ +%h+ʿmR׺O@?EQEQEWr5B FK;[y* =f{~NOeW4jViš;gݟ/|}[mb)I[l4RImRZ/w}|iwᗄ4sT[{t-$(J7I#|\>+Om6m>FR}ݢyO.)"_߻[mK8M֞ +3B$[vWCŶqv=ZX/S?Sӏc#"G {}_V>%n?z~`CHc袊((+x?$քg_|go[xRc",tn/|^!+M\ׇPӟ6=p17q>־N_TԼ-;8a,IwPǏsFUo7J}syyA*]*ffz +ChӞkWYsO5%X6}XoJK z]nQi2Os,MsJڜ.Oa+sWzoGxi-d#qj_ xԿj#O^ji{{ _QC2N,L7yVVA:ާ&>ϜRGigYVЬV?muЬOguQEQEQ^M+iI#R6frwn 6Lזr,?"ot +<%,0݋~Z5w|zQ* +\7|S[|GBѲ7 ɍѾ6F,e:F h -M8θE}۾ի>i%2` -#o/O '6b\~Wf6^&Ŭ44ɂs#L5>84_"~K@7 cS Y6{wϷ_guiV~9"sPl[qfy36բ((((((?^>qvu2C3jgSxOG27WYAc/߮(a7~&iZ]0e[oOzΟomE7^7#/SEQEQEQEQEQEQEQEW GE >ukirz(oOZ7QuoRݮC_5-6o'.riZEi,(HA5yM[R57 A\<|ۿz !ї?Q/_Y]\tRƥ@ +0wWEQEU=f\Y +zW?|~Ȟ+.&hc-v*3i><Oej-,bHvy,ywW9;lӼYE]ˣYB2Z2+D1Jt_׼A"GO)sw;Fy27U准!tV Hj"ǫ;ݾgoξ,zw[L +C;4m>J#jm`m\Ѱ>Jbx1^a]CZWJZ8(}&o^!o/kO[YLR)13/eK{jα,EӖ@̤G$pvo-mgL%\GuUזʺχi/<%Iac,CV_&DK_v'c vf2)m6zlV#hfP* +):.&bEisX,oZ rՏ ~k.Rmv,M_푥y^X/Gek.~3x÷ߦ֕##ɝ6M+4j?xo1mh[w՛w0xŭ)⋋Kb|6|8kY7 5;5mdU-TfSJVŽ//0;)>mFbУ@66VFIf񆘟zg. ҺQ*S)O7Wn>ޑ$4Jgig+c {|;6'c vf2)m6zlO4mV[ kiФe<57?ƥKq=~Kc*:F̖f#e2ج>7I3G,e>o#K089'ggo,0۸\ǿ_4m6;WH=/:5b#$t%T.JEQEQEW|{TԮK ++6Z_ %h٬ .$v7Iyr *_^ ]z~Slcզ7|%KD4^S$kv458ΡoȅwI?O4pKM* TEoׅO;k7'ş R$RQ:ʿ'X>ˤ2/[pV6Ĺ+*/wxFI%Ivdzy4/#u6m>ɾf(((kC{|Cǯw[J+od~PAMK| 2QK}֮#/mo7:m7|I"1\6iQ|V^rM/X&x*~h_꒣{\}x /xOR,vomm +N]%439v'wc啿FQb׎x熾(?}SimTGdFky[^ghߨޑ}7fV03I,'DZcÖ,d[FlGz>^׏Z6FQSf4λ?_iI-wFq$m="~pF%fvm̜G(G6y_ס$9w 0ėS,)yJIT~:>5vNyN0Fݿ?o?[P]G :S),Ti;X|r4QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQER9 'Z_ڍyn]+]<ō ̐*+~~d}:Q8REQEQEQEQEQEQEQEQEQEQEQEQ^oǷ?I #fyy~r?+ޕ>qeu.2\jђUU7lEw +ۤw{zQEQEQEQEQEQEQEQE)?MƟ#CMb`(((((((+~6xB-,Qzw<+V_[#BvwK'y%oiOSj tQE_ Ļ&mՑGށXnOVl_7Snbtf2*} >((((((a1)wf8 +731UIk/ۯmZii%n_se{5QEp 7t&]8լ]o,dVheQ]Wtl9$.d'Yjꨢ(((ϊtt} [lm@ ,qX?Y] +ZKGЬGm# `uFjY HVQExG*c<70]+Rk"((((((((((((((((((((((((((-B/Z\^pk>hw۫_|uQb9cE߳-כ;Xn(ϾM+O4>}ݾEQEQEQEQEQEQET}^m61R)60[~4_hd%r ؒ9ancxͿO=!LF `gpÿK$_?燬9iZ5xMZ4QEQEQEQEQEQEQ_:_|\k 5(a;9ϖxeE%1"$VOjڟ7$խm48bs/(L<Ӽǡ[)/$WU_EU((((((((((((((((((((oGk.᳋hƭ^r~4>*>W[ȏ6ٮf /dž}jK-?jml0*geEQEQEQEQEQEQEQEQEQEQEQEQEVG|Wa=2}kVEkn'cARH*-xM;G?XvG<|QiOq-ΉD,v_6u_ {QEQEQEQEQEQEUMcVԯEmoI#Tnc_5`bycRqucdX6Cƿy!'>i_xE6m8#}ѿK[TQEQEQEQEQEQEQHbO@+]wQ?%fV]?lӭq>U~u_%{}xH4otF((((((((((((((((((( +2xĿ|7\f&OC;o_V?\ ++AvX_?<5\i^&ZP=U'? xj @_;ZyQt(.f]4z\Mܹ2NrZil/W[EQEQEQEQEQEQEQEQEQEQEQEQEGuuOqp1wv *DžU_kô[Y~6k_"s/R}#o?]]|.uu/ʎ?OY3mNwrq$2YOgWU쨢(((((((ڦoz+kti$v誣s1+ >*n&(VK`b~٩[?'_z((tYAol9$XOH'y-sh>U+}e(((((((㦹wOԵD?卢FפB4}'OO.55Q՛;|աEQE4k)"h[PBmf-*?ktMf[Tq%k,l; ?_᫴QEQEQEQEQEQX2]sQ8#Ez\(qj8GU^EQE|_#x@ټF[9."!oWR&Y˱n +O2*9 +(((ώ>2-'--y/>J|O/ut~}t;=ה)nIm%gz((/4ݪh3?彡?.>"&o鯾1"?ގ: ֝QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEOKGmlԞz#D_W|C:cXՔyv?]'6ⷁƒt15<4oL?oSck{ 2O.?ݳk((((((gĞ?["6j! ;ou'Wc;xT$qUUUZ6'Dk30]%e.>_($Oi^EQEQEQEQEQEQE^k_ԵM̃XY<$ΟyKi> #NAkk;?^EŦω$2Z̷᷼b;Hm((((((((((((((((((/4 nH\ѧߑEj]zG#A&\\ҏOY#ɱͽakiE׃ MH?ߑvjجxšeƵ?kl'Q<"zׅ{$x6꺒-sd~wou+(((((((((((((?ƚŽmcݡXt {'}3LaG *UZEyφw/pA;[[9lr7*̻cφ,sfֺywrq$2YN |1轍QEQEQEQEQEQEQExŋ{[|4Ӝwȇ4VI.kߧe{V%B"(UQUGeU((_#\$eX/|[$/u/-~;[hYUտ?4K^[ψ5hXٯ{ĿjHy޽r((M +N7YH T߄򿀼Cyu%zo7~ZZ((((((?]G?[3]˽y]e((d VNG~cJ݊(((od|A߉o|>VoO[螏=m+<@ZurJv;7((((((8FsJ8#|Ŀn=Ik_>Hn\ ov~MP 9%>\Im02_ogσ?ŚK[4 G$OKwwk((((((xšUη6{X˟V?#?jZLjW޺DO[T6玽R>Ή>tv4t2J2{ɽ?~ +x:tF6xGޡ<^#K]Ioɲ(((((((((((((((((('y֋?udm43OIIV[OQtqqxGbj5 zLZIjgrG_ף`pQ^hFwx?@'oo3((((((((((((+ɾ.xPrsq0]ݤI VSnVm+tQEQEQEQEQEQEQ\ğ[xC.>J,0kn9ɩkg׵y>zrmն&ϓmz%QEQE_\xU.ZO }{|}s^EQEQEQEQEQEQEW|R ř?`eq!zfl_DUT`:*S(+~:x:V"״O]$] 4k?'m h9>VmݗnWwEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW|j5<2=AR]Ot}ߗzG_}>voi{dۓ$܏ow+owZ p#I _Khͧ]oHޫ}?Btfߖ((((((.C߅-':⽪+)[6t&mh3؄o􁶧_ZI^msIqE!}TQEQEQEQEQEQEx-o'燝g=V{ciCy]WQEx:z )-mXm%{wW隕kmE7^C+ 4QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEdOm׭gc+oP3W7ƽWG3fٮ?ڍ|(u7-'mܑ)r^h6qw#f(7/+>x]ꋛ]mzM3u_?/xRz][dھy}VQEQEQEQEQEQEQEQEQEQEQEQE[mv|kul-G%?/xŻs{Mɻz'?Iu{Po:]!1n~￵~QEWP_|0%Ӥwop.Uv,=>=iSm[.N$A+)7+l}{:((((((+!|lg??1&woGKO ڽ((+Y|[2ǫXȿygE__+CoƁm`cdgG&f]]QEQEQEQEQEQEE񽷂t;v.#NH,1/)>w뺼3gW߷E(( ųBkt?D}p>mQEQEQEQEQE<^-`~&oMh9{M)O+$~?i{MQEQEW +kh(" 1ޯR?ݯf((.'5o v8|+h(([l|8?T6e omq E 2"EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEs=񵏂t{wR?~TzG3xo +i+o7\ZD:_݀6վi. >˃nfeV'./N w[%|7z]::?p~ɽ^Q8REQ\VѥծG1";hޚfU +?cVv >-|@|'sZ']/˻*z((((((((((((+43kzm!Qs;N"p_^ Ŵ+~fVwQEQE?>5 -Il>tc[/ hf]KK]4ݼI8GGS~o-ȎEQEQEQEQEQEmwz ݯO[5Ԃ3WK -+V2H~ifo]QEQEQ^.?sA[g?lm%^EQEQEQEQEQEQEx㥴𳇓|~z2_zڨ((~0Az )G' >gyK"wD`<,S7EWcEQEQEQEQE?n*סx_v~-]9vZ#A;ݿթEQEQEL47n9*O*K?+G +xoh /W{EQEQ\/5/^2YF>O/Li?;~x"?~CBXSt?W7ɻ6SEQEQESWm9\#G"Xma^SgVs[rX63kF'jn~M܉A^EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQA!FOWi*~1x^P_zm˫qp,xh+'žNsj+3zoDik{.<'H-f'˥,C_ŷQEQEQEQEQE٦HQ"pY`+ƾBKsOu-!ϽZz(? l7-M~OoV^3miW)G,?QW(((((+XqF*Dz׍.n>$ +o/w'۱+C_uE򮐘nb8"#Lw|QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQY^#fsy]Cif;6j^'&<6i6q<)wq rl,3?c^h6 #5mQEQEVpˈKUQUkk/O{#.3E8PuAOm((((((((((((Zm% ^IUTexۏxY탑8Z QEQE~_J(x!p<K̻c.ěXP^@]լKE8;rcutN((((($q;UV6n'jjۭtvJK~fҽ(((?~ƌ˜%>hd#mnG׎񆄒ߏ/Vv2_i3'WuEQEQEQEQEQEWǓxOE٦3Y\ZX:dwgwkuAѣ>d gʛ嚢WEQEQEQ^/V>:M\|Csbgg?6d^EQEQEQEQEQ5]}SPqm${*uZ%ֵ=čq +_-m,,5VW'z((( soGh#+e}Ժrݗoo#}j((7!˨H!O̟bEֽ(((w/5k(ΟM#Q~6muМq,-oWEEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW|g-yooQԵ.֟L>D_&I𿆬3byv~>v'jԢ(ov]o,U_ⷐr]7S-{ 3$pX!EQEQEQEQE5jkOyzf"Fhz|קhz-c55Fտ5^(N-GM<3i E-ᅧ?R+ j(((((ߌڥϋ5+_4$~2O+].5zƕi61cj(/gO|]`Ԕ}gf:C A((((((((((((((+ϼS: L i`yIvȯ`^5ºsa}[ß|;\ OTZSs9m|P*((_zču~2imYS;GLS^ŦeV6QV"(UQU~QEQEQEQEQEQEQEQEQEQEQEQEQ^K\oX1_r}:w-.z?}ϻWi[ۢ j@ +jUW((+ʾ(|:`_xxbhzGyN^?tۖ'g3Oo,ZĐH>r/nCl}?.EQEQEQEQEW|bz&B RT(((((zmƱ[XG=?}]E'm_;wv^?דnXڏLy6uzQEW3#8.4K7E&9Uޏz`|׈to>ze;u_=ez-QEQEQEQEW=Y+EoPds +#?r<yO-螱QhX#oҽ*(+3.qjIZFcqߞ yis/Up!šy2f((((((((((((((Kݹn48~ba{O8m6yv>|)?O,&v`rI?ܧtנW/.g xo)r(((?_ +XGc/m{G'ya<ݹ|72U cϿחfG,~mcgQEQEQEQEQEQEQEQEQEQEQEQEQ^=[z!Otݩ]':̋|!-?Zd.p=XFb(((g=BP;!;ފUy#,3O7`u dH$z9!>ߟWD袊((((y#%U%n`>U;WoMl8O6+((((:U4-P|ˀXk-Vflma24?1Y}U(((((((((((((((((((((((l$(ff8ǰ^ ,K?iiQY_lo((!xrV{%^q*y e^jjV_Z8tY#qѕaՊ((((+ż~_ %ݣiE/5fuۭ#~E߷hU +)h(񯋶SxZhSmdblׯwv$dWGSr2QEQEQEQEWcƞ_φdrkwGq^EQEQ^W·9[ɓhjc*fmiU=7n7܏QEQEQEQEQEQEQEQEQEQEQEQEQEy>:xg}'mGR' ib|w$V|JAm9\\^f.!?ݓd/Z:jz[:A?D@3'P0-QEQEQEfv^ӧ59V] +w?*/?^c{×$%X^ަ>ݹ5c+nfd_`((((((((((((ę5 :.ڼInxk_x_iq-TX.袊(㵊7yd `m][WԔQEQEQEQEQEQEQEfKԽv*q2*3D~_8 񵤖DC1?ݮh~°Ψ4H.'S,Ms\׵A}^TwIa e/\<]+I|k%Ē#iPRV0>oA֗iq)K-y$dVJ|ZTQEQEQEQEQEQEQEx7إc>;O^^)G;OKmaLл8 ? T`QEQEQEQEQEQEQEQEQEQEQEQEHcM&M^. +opq75r>^7Z%Xvpڻ|'EQEQEQEWFqcw`..mQH??%G^];zw3џ.N$A?*4QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\oxGkO>vYێZY*W?*߇rxCMT?]ԟ77)pne_:QEQEQEyGǍO艻U8mK?) 5 ?/e +((((WFwj?k<|_?I^EQEQE| uik: f[cEubɺ/>9mrH"B?m⮖(((*[閲8i$v誣s-y/::]E6\/+U$y.[jm^EQEQE|L9[F/x^a{߽:bωt4hyz'o=K/ p=RWv~ϓmzQEQEQEQEQEQEQEQEQEQEQEW~`R'jد1om䍿ّѫğǜ[Moi>'+L?KE_Ե7[A$-_|(@T`REQEQEQEW|g\v5ӑr+wq7H';dOokv((((((((((((垃c6H!B;t6?uW"w|I/"h!Ѭʝ<}Ķ((((+~#;4@؏[mG{H^1OcWWF4j:q)*?)W@z(((((((((((((((((((((((((((((((((((((((((((((((((((((((($uTU*׍|7_[>tMh8"z((($k*AU#x ėnN,f?7ײEQEQEQEy/xsA9׵->. g7,ںx:-`?ulKwv?4RY߻[QEQEQExjo)2(((((((((((((,rI +-w]L1X*>kQ@QEQEQEQEQE>ZF|}XAg,c?F}>H|}GN%%CC'E*үWEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWM'GG Wގ_zM:WiYo +,qUUWSEQEQEW|v֣C- +O[rʼFsZ2*v +e{]v0JI"otmmEQEQET7%ӈI +7;y)k]MЬsң~!*m}YȵQEQEQEv4nt+#L+>hOU|c?u#(QtY}o}.(((_=.>8%\G]%oWj-/|wU_Hzo`rv3WEQEQET7PA%,Ld2і{=gg5~wIym7[|WEQEQEQEQEQEQEQEQEQEW^`k}m,Ϙ6F"V$xۋ! ʞoI6_z~x~jzٛ\jesp(_zLqJ#EEQEQEQEQES'-i`,3A^'$A;#zL S5VeJ((((((((((((o> o HcPx"˔m=;Ox~ö:\BKd w?f?3vh((((( R5#?g{WVA/3/iF4j:q)*?)W@z(((((((((((((((((((((((((((((((((((((((((((((((((((((((+iw{ p2^V~;G?oi [L~t!>w֊(((+<?\xτѵoeIG}ٯa=#AS9k袊((+~3jTc9S{NEvgd +߻kOӭAƋUFQՊ(((+~3iԭ~'h@AŸяowgKKXKmp$nXnVY((+LVkxoÒy-nK?^EQEQEQE7O F2$OßNn߻gV>xhpѯp3'9t]K-uQEQEQEQEQEQEQEQEQEN-s9 Ϡ5LjYi7goO6חo77G].O3 8 _/Ch6P),o3nOtQEQEQEQEQEQ^1SV ) pae.SYA-GWiMia8z*ŠEQEQEQEQEQEQEQEQEQEQEQEQ^e%xK KmSvZ^MЃw?~û?)Z,|˛J%snf(((((( ScnY#r~7:ot4 h_!}fOeMEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEUM[U-&o[[I#EUג|&Үs;\G nߕ7$k?ލQEQEQEQEpqҾMgMo,\},_??gkc᧎`ƃkiF?圫W*袊((jڢ(((+ļP?Tx|Q} AG݆&ʒov%m<(((((((((|1~%ɼIڶk[#QٕҰ?~#Ӎ> i-=Ko0T_֎?6RךmwSgv(VY6z*(%EQEQEQEQEQEW3x7MHF?-%oy_w >4 Usq}pyi&~_>5vQEQEQEQEQEQEQEQEQEQEQEQE|Rm=/펆vڧ/4F6>|66DR|pXU|*8(((((((&R&߁ P.>7k|A|sBI 2 /?j(((((((((((((((((((((((((((((((((((((((((((((((((((((((w%ϓ[@;T8["kovHP0 +;)QEQEQEQE㻫+8]?{QN{Ʒ)?5zQEQEWx hdݚk_%#:((((>Fz9-a /pi7{U!Z-un#E6n EQEQTfDTmֱ7\* y-]!KXl,_XY-^v((((W?iw.(øqF=I״M tyex X7n~3c6lkj((((((( ծb^3A7#5 skJ[%~)mi6jY3_|_Yh훓y,r[o xGPF *It޺((((((*3꺔Kd2H͛|;j|N f7LzU n}]C$tQEQEQEQEQEQEQEQEQEQEQEQEXx[MYd-sEy TsHt6[@~bJ((((((({7Wú@P}^F>*Ky?{'|C!<Uҟ,MđH>Rf˯̵EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEp<{xR 8t !jǓ$eB[V=j.⟎>\p"yks+Hn G4i햛G\Lm#t{E~dom.mKYK#cBIFb|λ(((((((ŋ_v1L5ޡxUmw͹WVeR%}9n!I\&Go/:?>.0ցyf.Z̋걯oy&ϗU(((((((((((((k~no5[m׫yם~w:Ԁ7,- rt/1GMrz@t^NeFfFw+:(((((((+˾4x -c(˼=&sjuWx<?u94M'r7Q~U((((((((((((CmmHlwH:~zO?*=cKoY#loA_tQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEU 4X%#_&xaxcU+Ż_::xɿ{w0͏m5amX}FȪf1HldhQ#hQEQEQEQEQEQEQE|ahڝ?,:l?F_H鱛״|1|BғU0O7gyd_x[Q֗n!7}r(((((((((((((_lDžoڶL[\_qG\o|U^nGh؟/p_ԇs"hԢ& XPª`>(((((((+h뚑#HR7oGP<4ڡ<enoP(((((((((((()B[ψ5̲vḙ2/Xyibt|gHEV:((((((((/xS;"nnu8p9i#Q/+/;L񾘚oѸx}fO?゚%tTQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW ?|hg+g!85_PEQEQEQEQEQEQEMQbe[ȁ.Us# }֯wm[z<>!봚-ېsK{D5:V9&LwW袊((((((((((((:λa[qgӑyN#ZxK%iǑh͟O8ZպVbܖ4̿ܒ:<Ek ̍W=ttQEQEQEQEQEQEQEQE$X! + $RMx#o>&&R|-SOsp/YOXҽƊ((((((((((((__VqZo&yi$?.=??GѼ#k-'ڼA7}ry%"!;(((((((((S:onu-=xK-,h:]ܿ3dw/~94y7:7z]ロ((((((((((((((((((((((((((((((((((((((((((((((((((((((+եxTx6GT2UQ?xj=;]|3giiut|ys,eRۿrck;g;)!'ݹ~6 +OFx$,H$$ +7Wx^=Ɲh3ʞM-E!eut?{{-QEW%3tkJx(01y>O׊~bM7SxΣst<ˆlK}1EQEQEQEQE`Ro6)Io"۲$#dIϛ Ha̲Mx2L&"=1YZG>xu/#Q}f_ gO啯ՑNBN+m߻\O?M,>_.qwy>F̛oU6k"́7~qTQEr5xWTԐHd=yPWJ>\5_zjGo=j#Ydٽ%EY>Oeq׉-o.WRէI`!$ExK"e#_wM_hZ,mYP3VQEQEQEQ^AAxw:w SK˜COs&mzY[xIXHI.o dž> Qg<6[Q]M`ݹGw׵׍xG~=棪+xe 1Gžˏ~ZZ(((((((?1I>wt./m-G9oyQo7ƜhQxkOoxގw;h߳ xYA|.VR?fmzdưªªO((((((((zߌXzC΢]V?具?/DoWgå鱈m-G6?yQEQEQEQEQEQEQEQEQEQEQEQE`ƺY[8; KRHw}|%^߿O&5ilzY۟iy_3n׭EQEQEQEQEQEQEQEQEWxZ5I<}Zh.rB/*}7;IǢ Ǻ_tM?ކe_{j訢(((((((((((((((((((((((((((((((((((((((((((((((((((((((((]Nsk282e$Sew-iQEQEQEQEQEQEQE"E@dnFG"+kkB5+{ Ēc1[ox[I{;{4lnDwR(((((((((((v:5^jwZۧY%p?N@35:eλ0;Lyۺ/O0;o[Faf$#]_/|7cI.dag=tQEQEQEQEQEQEQEQEQE|[҄ZŽ夙Tcv?1A3Lgkwy[yûjw((((((((((((5 4y//$XR;*1u񖬌ӤaZǟ"6:uYt_?ܨ(((((((((cǾ<IǾWRG tv~fWH=^=sǬhot<3/}7#WEEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\h^(\KMWUݍ߻ϖڿv+X tXAU(*J(((((((((( iw}dA+g1d>?mjEQEQEQEQEQEQEQEQEQEQEQEV~Yx]/TOi8H 07T*yj՝6Pkj(DEUUUU{*MEQEQEQEQEQEQEQEQEQEVF+C-k\?9_mUw75kEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW|L9[[ av۝+W/?|z?thp[ +0Nѷk[o{F%Z2OdY| ˙lCmEQEQEQEQEQEU}GR-T!䑂VvVV a)).3wkOxtoB^HpΦ7cݚ((((((((((((Xhs^.5  噱?wkbc׃k3˙ hd3vDx)Xϙ;mx_:Gۡw8&6S캭lW7⟈'$KmF._v+K;;hI6\LZ42@MśNљ=4VWO'wG$d2aV((((((,kA#F1į#;w ]<9㦫#Mmq n~D1*6e5⏌>YkSm4R0֗$H"oz3SR\@MH*cXm/j&ٮ]!!1^y~n~ë]is9?ṷd/ +II-)4SIdӦQ& {2V*z]iQڒ[(Ud㬗Ge{lonFgS$_Ӫע+AQEQEQEQEQEQEQEQEQEi4v 42(,L鲙7}GjC6L8 +vΑ?ݑ>mkxKmfT ܱªaveVxKNYtGx_;e6 q4>&ufw!U@|fnV -YB\IC/y*ׄ>.>)}&I-H{;>?gݮiDH6HPI ?cگi7z^<,﹄6ێL.' +.0'=]8pH*FA(((((((B5%Ԗz4@vuC*[UrB-[֖80#,9~rۮxEV)U +Y?땼!kԾ8iLk4Z%qKBu8-*te$S/Su~D7c&%Ymce#M|}1+?-h |T׋fk]9S;`1qpKWEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQXtM}]bQ R +Ukt]]Ya7Ȋؒ4V|7MԴ>ѾYwl\NI5tM]]" 7 +Zׂu)EErF #y&+nfgޭ9lks#MK2*q]?[[Ha{5_m ֧x~CʊyM$o-T~~>t;3p9o,rͳ~6ߕ|WN'× g%]·-SyH[#V׀~8xWRGl>Dc_)oWyEQEQEQEQ_1~چxNyͮw"Hy^W?t[eI{woڿZfiRj [ * +ݣ>b<{>gվ\3b7UXs,xf$|H 9R[4((((((((*Y63j/#Lu;|_,zޱ⿌|ژ13Mo$G E%o}uo֕wx"_1RO+u 1Hث|d}x{%yq#+_*O]ƗZ^mP`Lnԝyݟ?w_¤u5F_yu!7G}i7%92 +K.4^gil팳ELRY6o26o}EEQEQEQEQEQEQEQ_wJlG^#(d|>$6i%̇(-q _7Phvs_?m-HK2_xZ; Z[M;}?#8_Qռo-WYO|".GL[}C_-ǿ,7!#eukKImuI-$FYVLm+~{W̟ntn>wc1avgU+֖$u>*j?N.T¤odF^T?~hs~>< & eL4NO5xj^,6i'%ibq_U0<+&zFfccDyOt((((((((( uÏٶ۽bh菽ys_ؚ飲t>NGu3HdEI?h5=2 2WM<Fna-+Oeۅ.~P?w|jW'%k+JpDL_hcdkWvDȱCD@UG +?Ϸw4/rF!ӟ,Y'G/2g&-I*J!_W?](((((((.XHR4fSȍ92-T?eOK=:fŖܺ\mřcsj{}w:!̶3fW7o.?/w{})~]^)m }_Gڿ_g/h6׉\O7-yW?\qר\Am9+ +ouoͦ. HI;m;$_B|F:_úNGLa_̋^SW/’j.%q~?W Rio|*SX~o#n[֔QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW~ [k\yWw~xW[ 7PRi&2@uTmo+u{o +LV6Ien@Dcv GDoBgQ 8¨XMʎϿWb~<=hpy*KG,[_baw7OzOa㋟ ObԦ{ZIV/dj k +$ @ ym@̠ȣܵEQEQEQEWw2-/٠%@ !odOwּ>??</ #PJ5? vb|a ;|ԍsom_GOzu"O6rЂG_toI=5ut>ydH??۳;Ծ+exM}"!EV eugܟ-x썬ρs ʀ~괈lIE+Kl:Ο(#<F+G,Hʒez6=k^fӛd^Dz3D= ϋe4Epv)Cz;I'O+k-WuKҮt_ +UeJ|2 I0n#+bK7y|~N B[9b8dP'*WxW`uŤ{+wI#8^)~_VZ}GGĞrr霻E,|kj(((((((((-:-st6]!X o!5q/c! 0>EٶWӕNqxC軕F2"c%;y.!6Wk:ĝbl4`vA(b!wܕ?Zèwr cr#/#qS~1~Y实 +mfw{W5]v L!o~Vb+OV]8*-vgsˇWQEQEQEQEQEQEQERht{N Xg?좙Zx u:Ƶ W z] p4ߪd/O }OgvT''ʳ7|W|"ַj7 -ُp* 4y/.bv8 +731Q^q૘|O~|sHCK0۟y*\lw%yZVpss<#'G#CSa-f;`s VPĚxM{Y .Xd.?c?ھ"xMlf#Ah>xRhY,W:!lo~xqɭj#"WnIyI2=}W^gG Mw-0wCEJ?lemSH.~i +/$̰['$<)hȏj/fieo|W>9 BYlȲG,~Z|~2ÿdTܭgwT;y#8(y%毭-!-b%Uj𪣠h(((((((/ -䳻Eddd2х|{O kLj~-6t +9%H?1i~fn<kY>LCE'h__;X铸 +yQvfkç[K{t I +{ࢾN'7̤Fku'}JloIeOU ĖhMω:_/ +ܤhy\߼Hџ~̏B\5jFryV74QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW~ [k\yWw~xW|4ݭ)_Jֿ!ȍ|q_m;>h5(aar&;$bK/ +|"yƾa-dD9Y@\nr:z6Wo -Q`k6*?Mq'}k| :=[c2[Do2njآ(((+篌|A:lw|+pKgc{XkOմ+$L2r? Lx1MNF$|O>`k+.cm>Ks @2eO忽\/M+&]Gn'/ҷ\ԺkZK_Ȱ@v8 +?dYw>4t+ ̨OvFxv<n[xUVNX=m/޾RMH-|]ү׎Wj*mG"ҳ5kFg :v©i.;u l{XKªU ~*|a߲%q\l8Fa$.kf _U*YYQEQEQEQEQEQEQEQEWrYOSnS̽kk] on{JlcPG!@!Ԗg[-^%bH8A_Dx ]\HE]6 'ɟQJD>ښY_B_&~vF<9."-{$YB4'W~6nZXdؚtu? |kM +A;+$ 7,܏b tQEQEQEQEQEQEQEy Ӥ[ql7tOE"5*>:¿G ^U*:y2?nږ{hamGw)vOZ1Lեmúdj N yPJ?ҴMCQM"ZyA)>z\UcxVoڛţ ,g>Z/4b['fX4WW9#B_ާqsi4qW(|?^'jP6^v%tnkD)Isƥ܅U$򧏦<]&a%vXv`MI3WZVoZC 54PlEEZ(((((((((8FYYu }_D:SS-Z +j^U|qML eif*NlZG3=R]N~y&ۚO5BM?TUq\aR?N|;s{X)hge³UF"ײ|. wD^#?R#F-ZtiskZ8!v_& ?5/xo)Ʋ=L:yqhw_^M"& ,<)?DOF +fzW xpAo$ʮ^_?V/شQEQEQEQEQEQEQEQ^}0Yt:[;cXWjfmg╕Hu`3K^?בŚuݿ/.ȶ&z,o*>ZSuAзfk,ξ}qi0n}A\wO6vϖZ h$2H7U?kT +< ݧ$\B K$s/n߽]my_|5SkŻh,y˾;G +͢x-xGz(FA]?iǕghx?V]V>}_8ܦ],|~$Qnb${&2?|O|U{u.?qn&<9+|m/:lz6nNYevQUk7h9ڶM3V#e3*D7(j$>(=eeb!-q=D׺xKzwtm!  +I'wc˻ZQEQEQEQEQEQEQEQEWTฒF%!u~x7y=SRr.$EtK}m-v~"fʹ6ڸg|8}CA58&vɗuq߼I-[-[~AUԯfV4 G-lg]7xie Yux_\z?adilu{b 7Uʫd2ȫE/ï_Bl/5 7R=R7uz/.D]ЭR?2?-$W6EEQEQEQEQEQEQEQ^s}[keXb~[n?1_zנYRJ 3?G/5xo6]91&r_GmMWZzC=\1̞|?ۮ{[OqIk^i+ 7-vۺUh`S|7{ƖjS(Ia0qKo47tYV6_Տཧ躖mǷxٱw{$vwVg?75MNew"nR;Eڮo Y&7D_imTWݟUEy?O֏tmaKm}I;O>^!inHcwYξ|<Ӽ;hvo}#BcovF(((((((((E.w+m sm󼿙JҳiPup0+|foik+so&jwXJTC Z컗~יo E%EIb70;9Re]-ݖ[jXF[L$UV+ 4x?YӬf}H㸍IOdWNMW77_Qg(+qŖ ~P;Wxug{jڤ$E߻H?Ws|jZ_[kېCFhO.]sAXeab^FY70_dW]EQEQEQEQEQEQEQEԴۻ-q4JCJw[Lg wRj/L楧 m8mr;ZƯ*;vפi:MkİZ#@+EنIoZ`mGpmʯ(e?P|<׍oSݕ"?UuѭM/3NҒww̍mswJt<{w*+ʴُKմgY,qwc_sͺ:.*K+SWXryu ^hv:zv[Z0ơT~]7U(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+ !|}o[m;"7,iZa)E7((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((uϡiYOo*new/\KU]jЅf_%J ZφW2̸Ԟg?*E$yt{j'}B((+ξ>xP'_Zff1eVO +/:Lj;kEݴrɰaw2m:(((~9G5(FnxDYpUY?^-ΉKaivS;Y~[te//gCtNJo]g_9 N?-gU%i|8uo:.|9{k&Vb >eso~zt"kV+ xԿk+h~ xZ??_ ]Ps K7̍kӿex1rcs ɁIfyd<?16b{ok\f7?k>|oU]فƿu!K|7y_}?Eyg߃_l,ckYZBdR]kl6G 9( TQE?/? @hk<1Ge#ȿ:||*v:+,ͦO$ uQEQEmzæv+2RYcy(Bx|=;h32?,bK>vYa~𼛭BŮ\ ϝ g7Տkƿ5x4Jڮpq勐~̅~zW6WAݫ Hy 7#-|Ǟ]m+ɾ |jڕw eTR +]kh(> U׾'Sy0A?$h+*F>@v"=QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW+cDo&JؗECUwGwo.~ -6FLŌR"Ɠ[}X]F3&FT'ݷr{g_hT+2eBc ڬ˽?qֹ_/Í.Wle}4Im+<~<HA+ӸFo|3}i$WphK@Nsvtd{DڎI~%oZX,Ђv,2OoXw+?F`f_%h+((+?ko뭿JwèCKI%Ea:ufk#FK<ƾL:5X-7d+S+OoZǾ:|KVU^Yb^oZ7NKƨu0&<,Oh˾?5޴֞tbR&H72yYM۶Ot߇K:Ec|v[Ksq _Ú i-Zq.qiif kLR fBrEDv<s \kPB*Tcl z~x#\~y?i=WWM0jH{2bfEF|vygDOl믏< $R|BУ]>F +f<MunϷK?Z| ?eo_寛<'Wkwkya-uEcom(*7ٔO竚/> WL/M G;/$:킴j䤑1ɎEYHWUEQEQEQEQEQEQEW˿x⏇m5)t X(-yqY$nIZO3Hv7V--QR|Hߌ1TWɱ~_~'^Kg˨B ȯh|M_+e||FAr&hNmkW/(gS>":T/_*R9&[5z¯gO3' }OOQ^ ğzW%p >`.nY"}[Omqj_,ldFZ}6Wo./\ƛ!˫B-֮ocn|ɼ%|Z>x%mKCKIdf>\x]x%}/EQEQEQE|}6~,е1kF<ih|/mb+r SdiY'Ff8IpWA-44 +ض. "=?:Y4]t'x2jbL.L Fb#Ywuzoe#h&*V1U*I6󷆣&~P\瑤h̑ߟs/-w=1Ii:ܚ)u\a|wż&%j^/nuMޛ"(]7柼7_ΊRώ.U@ݱ"4%]#K&2Fw-~tޞ#"l|3]Ǩ"Fd>Sew-ϮeӦ1=$o+3ĿNx-|-dUS#p9F +y}/{|4zv_:Eq_B:l׵˝]c6"k*XOpvQs+KEiVvw3Bj~]=yĿ>J-edݐȦYXvoᶟ—.$ۘ&;+6i$vܯ4cY|3 zAdb ĭW6SI*4]b<s I$EȮٯ*.ϊMEf!ܡ2y+_Vw?ۥ|1hV8!UdY)$歍g| i&XKU24<3*ʹ'I_>'UU/bsʯ (Vޟd +((((%k_?kVy[6_&GQK'>xx6s$/*>k>'A~{~t;d흕[h}]uߴO¾֩0YɏSǛ<6?ecԡ[kWsj73ܪǨ6eEM/|IUjZVrK+1).^E"2@^䉶ٜJO;c!5r|~%[^gU;K|V=oMʿy?jtAᆿC$Ue#w K?߶/m?Mu2Lo +_-B,n+{?5̓yfFQ%؎(|֙߉^.ÐމmΨʳ!Y)s_ٹ^lu{2Ia(G*o?'A]G@qsH$}dFT7?xOKƥ\D_O_%|AZ{d=3/_Z_$/>:5m}! >{.=ϷZ 0Q?vx+U{ R~T!74kS~x|Pxm\:dI#Bj/%>54pZ~R،|Dl,vx>m|=ԭY2#ھl6卾hbW)u;+uO \K q*K$rj mݱ{/14~W W o{,`&~GGE6>O|֭$𴗚pHk9@FvV y[vH~~Gd~j:wZ!E,Y؄V*G͑As&} m1Av7,1&-O] ծX)043:4k o5dVNp=9j'ȃe]n?kׯׅ~R]ёE]?á'Il.Gv}6k*=[-˘ #| ~䚧mk9eAIU>%|^ЯNӦ)=yw$Q+)V>f3S߳|EZBL@<-|sHyrg7վ +5g0\ IJ<Ϳ-yW#'ۊ?^ _H`Χk.Xu 0XG"~.'GL,F Evk~,X^'A#:yH}푧_k\zMf$ `TQQ |r(((((((((((((((((((((((((((((((((((((((((((((((((((~,ȟ6D^?ȷҊ:\:6FA1οk_U˾l:j@$)`;)ji75y׶li(VAa_+3 7:LYIH;@EtPJZPO0ʾRҕgکy-_*& uXETQU![ ~\|OyF>k#2nȡv,cy?F`f_%h+((+?ko뭿Jƛ x%s"\@0[D[;O͡TЌe)?u$lN}ԟn#"G鿀6>m 5?[1\H71f7nUWZԧF ,2Duܩ]+rl-㳵EpBhaUFUE?O|F^itwlۧtGZhY^5oՒ`X+>_.tA($@tWtm-m݇VPX\ϛ+ҿko뭿Juit{nJʚTu VQǚ cQ\H7|F|ѫ<xEF][^3xfBJ[^$DbҹK]g_X4THqY^wI㯤|mkޅ[Ρu`zcj/ؚV>_+_CEQEQEQEQEQEQET[}"}F[Fފ{Wſ Z|){kcĆXnQv>_j|rU +CV]O)cd~B=@+Fj4yqlw} lia }-B?ij4m~a^ g> }Zm:"[qd |񖧤Xx;Y$WFEdE r_߳o-<I,miLe{,~vtAngbdWU--U- _Yseן#K_03V#mbLȔ7 r~DutK}{No`BGC?-|1tfg?w 웣ϯ_?%Hs i-r_sy+InCjܮtyUeVB)[_r|yCqU~ͺķrk.0n˻p[[̱}GEQEQEQE|?뭯y]7lK֔t%BXqɑ?Ax2u]3R|Z|.O2j\,?_A %6oOU~ij@|7DşƊ!y^ A]+isCMȿ*E@Ƒw,[Ҩ-64+ݷYץ;xT~"j[b`Vk'3q;n=U휋sw[yg u^; }/d+ObTkV܋+;|_5eh+[em0Xʻ;bE[XrKbW*篛u~K)|%wQRbE%vy*N۾_ v_3?؝z7)l +xMj +H nMxak_:A5אr/FfWO"~`?uTQEQTHiv7F[OiZ~\a>cE!]$?M̫oZ^#[de\O !]#>H㹑n\3' ]2m?mwNeR/p%{&}"[?{hZ<pkkۈ"4><.`XK%y;RlQ?YW_ +a- ~F?=W¾XsIr$Rn+#_2Y?XؼK$Y? k6_Fzxwu5պ}>;]x$|呿Jg_[zq;BK9Wڧlu"/r7,>?//f]bJKvtTHrp$O<_n<>޻vyl#U%>l,$AOEb7G$6⸟_R׾06ZM;EpcYUx^ /ﻏJxC =sV2j:MO,ެ,?E%fy$FE?}sb_ [ݣ|myÅW~TW]o?(((((((((((((((((((((((((((((((((((((((((((((((((((~,ȟ6D^?ȷҊY%MIf xԿj 1[p g}*F|RrWQhҪ잎'_<| >x(&26ʬQ,*$J􏉿]*a˵եB,JJf|+vm5!cb^=Ǟ]mw~KdS:3/Zț?ڃut?eHuZWԤl۟4ۿV_OiwkyYE6]E|wFu22BρLTG¿[ ͂`ەe]/Y?HͿ~"^.G)JsoVo|S_F [kw=Vؗs[æwW y{$S, +v L<&Udvծ)K+?mbbY\ߺDf߻]?K}Mx[woHȾ0/[5[Mlbd]YsMoR_e|J t9Qe@2cN_M_?SS~ˤ6On'OUwM1dt/ [dܱ8c|޿/ +CS0(]sJ?g &H&cA-h뛉wG W]f~Ժ,i ,#6 #  _|95W]%Rvޯ~gOZK*B+ix[y{{Zh jڷ<7yY\HawDtcj|_E_=z/6k;{Say0U$yJhe>9| @oH+~vf/,:),]aլ4 +daڭGůM'YڝC[v>PInSž>\>8hU8P< +I:׀-ƣ^^|FK,M +;mK>&t ?ip +\]\oVxpr2e~10MrB>V6`qK]'o~ UBh2Uȷ7"TFI# +1zrt?}O7~,kuCvF5v%.yҾ?VڰMmZo:~X\§ɕ~iKz<3mZ:-ih\Bɉ~YM zI#ăĚO|1hX*+G4R5{OvuOkbYP   og\<t~{c0呞-b*K'4ˤGr s0t;%bI'c1 z@a-ӱU0ƪg((((Gխ,y%R8Գ3;U~fcծCZ_gMip.&coF V!ͫxZ bGpmyn"9У,*GC!^-;ڶ'ڍͽėf9]oO*WPoOv7 ?KHot:Վ|cu$1r7'N#LSPl[lqfYvm%jxq*-وkkN2 +7 ͱDet<n|m3, i!wJvo)?e6jV+nWl7o2dd __5W<3mZ:-ih\Bɉ~YM z_6wlZ\C9\&rHwڠ5Om&=߷56~F4 CD}yaom8h^aznX{3D~?nmJK1 +Ɋo1VF̟{Oh-j +ZFp@*>em̟W~>$Idr# Yv77N\3ƚiGBi&v7 4QA/|=4_ O3O[vpd♝ݿjC~!| ,N #EX1,ھ]"~!sNth0$ 1d& y)ݾdׁ<9,<8,+f<)}iz<-=k+ 1wO 1l_2}_h( A|M;_uCC%ZgwWXǗfo ?McYO|տ|w&+yQ~Ug4v߉<{h7cLr/wFΛͮd[*,yݎh|{in 㯍ڝ1r$ld3?H?գ6thb|9&n :CkTlo%wcVI *h7+*W~6kv-?4 #9dM2],$|'w>:5[q}F yJ^폷wOٲ2M{oYOגo?icQ֠mʊX}y! 6}U iMr[hWUie;RIb7: fCBP~9,P].+4N&H +|ߛ޿/ܭ?ٗFiekrNZ)p ˘ +2שWV] +$U(!V&G_ 5yuφ}cvw3*FDm쟎$_]nyϯ'gG3>>c79x)fI*儬_I{篦5* x/b )/Edk74M~w%/?AG':e"n-2)&厽'[oz Z%y<Ǚ+c{㲅U?Ed?u_q]_ρc>ۧ]3(ca+y沯yM-Q J"Y17 +j=Uo4ox@ORm,ͪkg-md]nc?dޭh{yR=AX~Uh{=m Uf9lZޢ(((((((C~/x"{>ŏk todAd[5:>hn7yr2C|KV~+֬LtҍK\#yʉciiʨ$K袊((((((((((:n`㯸3-]i/gly*ɽ>e?d>~,J>y-4BV]^ᴺn\>_qSsj7y*BG'v̿5zQEQEQEQEQEQEQEQEQEQEQEQEQEQHbO@+?uoE+3 o;2#5$_&oBPa(((((((((_4_[u%Ʊ1Y{udO +p.NMRDU]dEVҪFŵ(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((kg&6 eK G+i9I?%wQ`Y0^F2Ycf((((((((((((((((((((((((((((((((((((((((((((+ ƾ7ɬkR~Q'mEf,65+70e !f#?Y=s^(|MdpVtt9ykjQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ^m'j:ܛaYɍYv$KiД2Jm̯(>]tFgo&$7 pn(tiXʱ~C6 '%mh:mZn<{l%MÜ6QEQEQEQEQ^m'j:ܛaYɍYv%RҾYŨkBfy|T1ݵ̜mJ,/R+̋"n袊+/KyǫkBSo,*2dviZ|T0v]kU((((((((((((((((((((O7ĭ3v"P&Kkhy?({u?dFSN!׉XbCʙZ]}۾}cH=kȼKVG|7]+So[C8dۥO|h/? x0sg7ܙWsU+h(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+r;+UNYO >@M7ux^O _j}{c9-X$qGd]> +XYW2[Fƫ3e6 yw=##ږr[PK|ƻ؍Y-?kOqw$<׀UK6қ]o٬-:0Asf?7kY4C([ir,#roյH49om#z*3➕ m)f l +7>;{6;[-ķlikx'G1Q_]Юē7<.$\o_ޫY5_ +i$3x4t$|?$AϨ6{hYPvV?MiK4vHcgUA(Eukߵwn%d;K[Y?29ڏzv|`׏7&v$1u) zZCLͬmq%Dd7zIenjVݢC +ןw.Oi"8+t2#]XCy'WTq/Ks9Qw[L>E ~~_7$W3χ/í$R,Me4jhE⿄DA_3]kek='܂{"Ef:]Z>Y#9H:hEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE|yY^\Y|Cnax7 {Sm_Oh*Kwu9.]hht|@9ywT\1:/ᇀ-y@cILv/ʟ7 ;~$ouN /ʴx{[X[IH"Uܫ?>Z?c NK \JK-슙쮑I4Gz¯}Fޝd@:.nlm?Ww]DZQ|}u 5WWGo$Tf.5}'Pg  +V =Qr&V$i&nߒ_/7i_;!pd##a_)6ED$cWDO En_fezmDê:+ixrzy|HQ72"gi}kk9^46zKGjPHA(̫&Ǝmҵ*|,x{[X[IH"Uܫ?>Z?c NK \JK-슙쮑I4Gz¯}Fޝd@:.nlm?Ww]DZQ|}u 5WWGo$Tf.5}'Pg  +V =Qr&V$i&nߒ_/7i_;!pd##a_)6ED$cwoO-v|_q?Y1[(-hFͮZu +fi&@Q/0|y۲~)~:g-u-D5+y75nɷnۻ|v>0|([cS o'pvYb|VQFKFBvvd"Ͽ|M|ok#qF]eM7,cs>Q蛪-m袊((((((((((((((((((+;&Y} +? xf/[+{hmܻb|/$u[h?OS؏dIQEV y~ x~O4t;d,/~7i)gF˷}?y^EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE|ISrҹJ(?b'uЯ++%oPC_r{%w|zl:1NްkۍFk hL寡>%|B\A0)#yڮcFcŭ.5gNT챼x +OZC>i^A۽#,odrn^jȟia(Mm|C?.M@?XnoF8j__lpnLs<-.Iƭ_យ )ġ#،j|y/M#\O{[O:/=h# 'W5;V>i PNri%}HHgm^5O/[<={kg, n42}!ʲ^dȔ5zWO몢((((+OJ땏_ZQE|?뭯y_Ex@7_/z(Ó.3fXP7y֮يuuuH3P^o4Xnuun7Fh-_d-} +4woIw5T݄__-iptѯ{< buZgeGݽGļuR~2J /e{${vj?kE?j׊wd/.I(|]mCq`f22 ?$;[KB28ڰ;/Zjkٺ6SϼEc 3IwFekѼ-*J3slڌA3M#Q2CvM^-BXxF|7 ۢI,xM5f=+?m_?%`{"ޗ^6)+~((((((((((((((((((('NP> + +-־Opy{p] cW?E]ufnyW?3|ǔw+]QEQ\h:9t)&24mi^s|U𑅷^*jq)3:u"K#,5:cGSͬ)$m!KQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ^?;<4fV,0]͟v+|ڜ^-D,e6yfc]n^Sنg݌r\r2.4ٮOT)#ۂ|X쯏_3]lj4O_+|%Ҿ$anXXǍo>OڿuZM|Scc}zZ8E!?_~Ⱥ\Qxn^ZJs2daV "w_>O3CхZK \3.rȫY}ÚQM56E `1Uv;nZ4QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ^1߈ڧ5< ꣘:>z߇Z_4I|L3g#5EQEQH)G< x{Qeptlqt؟hv߇|Mp& >!m ڶsN~m>zJ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+]w~u&H%w}-bB|v/tMDKAkj;*?o⫴QEQEQEQEQEQEQEQEQEQ_2뿳c5|>.EA+|yk+}hֺ%]mXQTm_](((((((((((((((((((((*DITPK18gz|=^q1TQ~:L[[4," X$$sߛfϚ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+"~N|? 6u0 LÏb-'djo_?0u.[\ u_ i?@iawWHffHZ٫P[XU%B8ܯh?Sni}>Z<{_HvK^EQEy~^==,a)mHǙs3/P((((((oKXKªz*^/>/ȇt짜ouK4_FRt%v',y?Ҿ|~Ѿ$k=R0Yd WOU/$Omk gP֬XLer +U377𵾻*J5³?XwwvKydp[s3Fm5||[Mo^ĉ9G 옖?< ^EQEyO|}HCą\|O+(((((((((((((((((((Ö́2B2U]~g;D~6]G$|N$'lxꮡ`OoZm2\[J7$eaV袊(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((WxG3ٱ'2i}Ȏm/Wkg :kHFJOa +2m}e|]|6Դ#TZs'00kc4."7'^#Ƴx:n +ǩxoUY[gߋ7^ [ԵJhE#;@E{ɷln"mS~6QH]O: 2xlSݤ__>?wWx+Z5!N2ᕇ2F+I6yό|O蚚-uƅ[ +B<.۾Eo:wH#7z6pq|_ =*o]hc(m-t^f?B7*Mg$ cYs2FHFue.~0c~istolφLU0gƋȆme$+\;Ux'+g1K\/*>ƉV| ]Fm.LR_Dy@f/3aUj?jRiv"G,tI]5jQEQEQEQEQEQE;M:D\0^E>b_ >DIEmVu\~FoM#kj? i<:MB )xmz/zKVG$_ѫ> |c;i:fif^"^V)peF`G-8?3e%}W*UvpJ8ftT>/~бx><56Kv[aW7D꺿Q]T},W7'M$2m\UOLji$mxѾ3ѿ土˫~>ȼ=ZS_$&~`3)mٓ^VàBγfPob7n%H_g5C_USYqRj2=c $J&?~O?fۥM,?j3 +^"3QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEs;}5}j_.QG/#)n߼R^վ%_ψl";4N̙盯1(((((-㹍He` +<2MxV=̚V4if?7~mK7M M_N { U#y{~%wQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ_?~vRMKK!MC_/ +CW eQao?G -v5]V^՞ck|5 YIodO='?O\EfLvǪYq]u湣V3闊76'K-gINH[c?_(Pu;m:Mfm:@F"*IWԭ3+ǟ%\|Q|QdҠW@/AdW4Z:|CK/kXё[s_/Mv-;UqGn2N۱mi%[S8+((((((7Ca U" S %%J8 # RI &?dQ2H-<mKfHp%c;?v#vNDJɽV+ǟ%Y]k]VGtN)&D$$ƲJ'ʲl\N +I pꟾ2uP |% $zvk9S'ͷ;7,~]_?ß[j~((((((((((((((((((?W7vk=ig;-m"YߠHnr˾M/r2#r>akxٵA͝4?0:=ϫ~cGQEQEQEQEQEQEq>h9^Z B`&YUo눵2 f$ +h璽Mԭ;xleI]$lX4QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEZD/=%XJ?뜊_2;|7F7[ڳ[Iy O1:gin3C6wg^%_F-m%o yfw}ӱv!"_̓_Vx[Ö[{H4S˷n;r\&ȈnUK,3 b7 ͷ]={įڋF/s#, l+g`߼?kN3 aH: 6ejf?S]e҉*;Qa] >pTNrf?]_7w+֭ie,cnLN%PF,oO!⿊>%ě[*]ԭ'jۚo͞DaOc/5uQ-H}VOmxWF~+e2Ker7FĨvٲf>;'ͩ_l3BWpo- %j,{>-hRr$If]?*>RZq rdA# +z[Gi^Ӫ^kmHbG21Wg_xOEweEUDH>c#Iw/" VY7+3WxN=O_{>UmȾPIo-c~1xM.ne@m"G`73HͲ9"b/u->"~WҼKr,XnG ̱ȿ"Ve*(((((((((((((((((+f-23x崲$gV$5O=x\yOٯEڧkI|}_O(((((('EWGꬭ׎j? +u\I36Kh0hMu>/^3gu2'fB>mjH빢(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((:΃MV+L]z"" r쿗qzL gA}@>V%%a>gB,n4и2+0DO C"LVܲ]FYixWT+kRAxڝi$VAЉ&HVjrȚXdYVY[a\,| $jm'V.KK=>HPL(;hfP* YOQ\$< %G3!?o'!qec)kiCcjGUT_Es.[H7S ڲU226ѴkM-;NCk5z (((((('_[/ +eX~tsZwi틃4y*5UQgKjQ.dITV /6ӠN,bm٤#*wo7>xole-e#E\ɏϺ]K^#Z}xw'ȟjoؾHp) .+!=ǕoG_ {vXVe[ulc"_~QLH9]0D#@@Um[F-R;gʁU+~'NEAu.9Kƿw`\VWjznw;l#᫵QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE_,ͥݯ<'|Or>X1۩e|7_/umNc2I0WaŎ8((((((( kA4d}ߝ~?c|X|JLWĄF$J-KC'7皽&U F袊(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+Gko:vA }ܒgnϗZ~wx LL݉,7I#r쏸µQEQEQEQEQEQEQEQEQEQEyþ=ZX 6f g:N +ۮ^u~3ů7L$I\຾~߹{Go +UUUGUEQEQEQEQEQEQEQEQEQEU]OKm"KiF׎E ?V~Jڇ:Iytiܒݴs+u;pU}Ľ/ǖ\dS۷so2reз-uQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEGqmfdATQEQEQEQEQEQEQEQEQEQEQEV,h$.[ hh(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((('<"Ʒ:鋺O[JwJ·ʟ]]V=wcUs31IլY7tw1˩ź;=HhtZDDinTv>|U>!5Z9;g,Mڂ~F_/cEQEQEQEQEQEQEQEQMP 2}3^Go ]NM&5Wl\,ʬ moʏ}-z!G ?}ǀm:KYHwvjn¼cѵ'Y Wy$KۮrvͻyK^mGźE̓-z[vX$MkosoZ,omyn$>oxGe +Xx_j(nA]S0=3mo ג6*/ +|m\>53o"߳ܨMmnM((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_)և!eԮW"Ku&|8+ף|juOjz`f$j?]6?.xy<&̱6 +<#o5?崭+zc ķL*z.ݿO|?/udDG&(Ϸw{߅E_ &iv'ףW{im *Ms}cEQEQEQEQEQEQEQEQE|D5cGFCzأ6FZ?CVwd>?HhPUnNCOaY3s_:Wxw4FC#O)@7,2"*C%wټ`$?H;z;Be 6v_Fj)uX ʹ\rא>K^Hо:V\𻱹%O%_WZk|7%UO -4q.c,MZªoZM^86F=|K[Ү<_]Sw(ViI,[bez((((((((dҐ,rMp?mA}rq6s>I[m^Au/z,5/Z@i׬=߉ACGv[Uuz6Pˬpĥ*Ex9x;Z$N"|m$flljMW?R/]^a-C7iaHQޯe8pd`QTkξ6y,:k:weC'Co'+'WUеsšXGldѲ ff(]futoɿmK Hy%AXHo᷇c&6;@+E-vA!^B>Oc_^Ă8@S(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((e]RUKao3ʵ|0oH~ j#R"r-sO]m_~uZw%d[ 5|8< D2`ĩwUveo/{ ψ ԫHqy]vn߷ɏhZw̱HF 7ɛ_Q?z((((((((󿏞"]#·6(S+a '>Te]ޙCZal6oDPA||\vO6铤ngocY?zM¶9T}rzg&mIvku_zdeND~ϧuZ7ZJd 1  x䢾`bS|;u:< u6~!S ZETdbx{GÿC֬&|1D}GW7m~çxlr$qo-~߽7܏9τVox!731+1ԷO+Ӹi{((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((|=мT]Q!b^f~oxg:_ 6-qD'n}Y~ UOb;yc?xcz/ mUPN~m~ڥsiw[̏#"!F2/gsgL|+[<{~o["8~˫C(Yިc:LObz].%/3((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((}G⏆Ph7jE?!&){((*E̩"7RlEVYΖֈ@i,v6Zk6j:t=9QW((((((-'þ++nwF0\ݴ+'+/j/.<7_uAE}f[ydף#sV(((((y4iu*DӸ0v??}Z}VPIur!ݏEUY~fROC((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((Z5Ƨxmby>]կ<)xw J'q?Hd>x|o-o ${'ξb]s% ?j6ֳ =Y|=yK[ʒ?ߙ?KZZc (=*ev1?tek'=.᳄E@O#qv=K#Z:k ݍV_:C( \gw}+.> ző8P)^}WZlX])?(_dv|J,>)k~pNJ3[Hʍ+o xlum%10\$ $r>OgW<'wNk;+C([hwh?|KxutrTIʝ? +ꖺM,6)y$c:V{_ .w8>5Wľ><1; EGN׎/tK{£,H_QEQEQEQEW[Z]!ItR>~og:$_yuXH4#Hn6[_)?j' 1ƻ]3Xpi>FK!ZZpa?Au>E;3UU'Yp|ie,'O٣dЊZ++_^ht"F `i ,̄&Iw]9VW|Yn!q]gpi7D~vZ៉>< Q i ߁^QՏ FGw٘,Y?)9jտ-ZTZI*i +gm ,̤2O.Fv`X?mϓ|߿?~. h7?Qjv wa4wCej+MGⶏߤMEPƇ2e͵˥K KM7:{Zυ˪x32I(idvvr|B6Y|74v +ܬ$r$?:s&g;vTCUK#}7YkO.e[i!$K:ImݮOUhWQMZraڅ'4׭~|wË4[mcI"/lѭφ~x7[X.?}ߏ5柲V?-gq=4cԡ=fżc ni*:*h{箃\)R)"N2 {$ml/)^%qj:4)vm+m$,wmfر)xo–??K KOdʆ~,0#̹/1Z:ᇌ2݆@W2H0_|muQEQEQEQEW߲GxG\ج2uѾto|8_M }/\P巽^ʧU>oK|?_oӼ Cm#EKtvE|WIte`We\ 0F'ĿW×\^j!x|vYFF|o${][ve~5êNB1:$?'ߍ3WvܶF }Ϋ!1O# <ʞgo#|=Tvxy.sQܞȲO^{|oqWk5Ɇ\ܻ]-DUXC0hfŵF^he "{z~2Ԏr5'܉W?9=ދ?i +SwYw<}P}/Q[ɷ i<uV?/?٠]x?zׁf%h#oGOm/bagIQ ,fݻ1k:[atF^g > KmkX~+j& ; +ZJ3Ɵx2xm]\tΑܮNo ^eMJaܮGݫ>GO}y?"|a8%J${wg_ >5NmQs; ޱ<$muf>8w:yr5zPE"oo]袊((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((#nn\GI7[.(,ሁ^%ʟ #e_Z U OVwuEyr_ oFk-AQ@-]lO| +Gդ]F}JnLTQ \/RkTZtd [.ȪçrյK}&mBv1F?|AJ@&8:F' _¾)idh n,&2l6Ws_\[R}j%XP(eSy m}rN +!>n +>%n?zzx觯O&ֳkϧ60mgHݽy2jG{~I('&Qq n<6I6:+ t5&QGͫ_4|'ESuYr$R+&'5z^&xGQ+khY̸ +s>z?lt q=͌V0"EE/nnN((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((Uv4EVL.-0P$#ll, =BhȣmW$J7|c~&Ny_uw۫iZiR^;Fʳ#D}h|o۱7VOgDZ /zXyp9Ɏ8%w^i!д|A%;dO?q~U3[N è:;1 <dZkZ{ybO>bf[=uՍd<0i+/b{ܗW*KhX_']x@.m6FHj/ϵ/]_Ÿ]kvV)3ѻ/ǿ|A̺]_"Mn\oS^E{mc~~irk{N}6 +6F~WT-[Yl/YFDn6gxkke9ɷ2sA6߻~JI2Gc6omکV>_9ft}2+ $[[/EUQGVh((((-Zh g>׶Ϳ{U|AUn..v p:*yu>3J\ZY[ S87XkrxᶠeĴI,wIʻo ǿv? >)F-ZJ gpGm؍ +f.HM,yydowo|k˾|'wư H+~YX:2 ?t]ucY.&GO-ÌsjB[;ѺXlu)?~IPOa0y4[v6+z~3Xں DGed6||;OrXom;t,Qi@9w۷F=VY +5Hmdُ,w:E$N?b J¯3eo@,[m ʎ8zY%úYtZǞUWfы]_]ݮ'}xX5cFMJ{!W(ͻjVwV4qQn%yFƎ'v}͌]ȤW<29^;7|ռ]^%°[3 +OI?Å($5Z|0MRK[I's"G$,0hv':Qtj^d lʂ8_e}׽x# m-)Jۮ2yK!?EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\?[B@I-"~O kt$$ ';Slfڻi灾'b ?G $,I".s+,vۺ^1Ҽ]bp6W"7z#ބپٶTMݷxݳ~ߏlZڮW◎׉<}/w$p.ݾnmvԿ g i'kVo+~]Y=s?qk(~յ'-#`嚲>xzBk1V""ɍ#0\۝袊((+@s^FPZ;h@itrUcwٿmxC$: l:p?;wψ3 >ԽA"p|rDY%>m$VP(_[h}H|3~.n_]/H4{g~m Ǘv5]oۻbjQ]x^lgbǮkξ|egu{/UoܻgʃmzUJ߇f-r)o+lʪ/r/kȏ,;s=<:E9\&K$WLc1-Vv_?'௰٫3}ݿʒ8?I}k0~6hxaefWDG6>(5Um< yu; $JIrپȱOg袊((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+?j;<FW"[GlC[ kfԊf3 委?C3`H%#ת/|G{'u = +Y^6kŋM[K D8/& 7yu~&FT9+QHÒ&W$kO-y :gl"m?iMkIBh}:ԣR pw()%eۺ [ +ξaU}Zo]!<7b,y?4m,~.|`:D*% ͕}g?]{ VhPek(% .-6mc$/ݜj_Dik)ci>.5N (DB ɽRggOZ~O5%uImJBs.嗘V&I<ȗ-w_<_3y-VVm݂8FYaFJۜ a5,#q2n^4USJ@VAFt4odծ+oh \ǪD*$8x7WMkD"[ݬ*r#FD{}uk%=p3/.ޛ?hS_2N{*/I+r ?z(Uߺ(%¼?%xFC#N^0DI<ܾ_j>#_ /[#&M,Nͷz|l'QhzdhLg` V_%Xk_R("Uޛ6p*-uRЧ Ȫu~S՟PR#vwi,o$y8bd_OAok +ƀ*{ঃ\xM󡼺߾%p!O7vo4ݭ)N5kxv#ʫB+KdHx5~>i..xw޼^1Ŀu6M>;ۣg_{Yhg_O_&>Xy{sj_YQ_&~ڙW!."I?F`ffZxc3FL 6%-آuU_;Wc:$ a:!xcn=M߾??KZش})Vy=^.eJ4?/wxY 4IMJ|uczgjxKѵ=?P Я kc?ҾWdedKXm룴F8љ?͊gj0j~2}J{JVvS3\.+s;ƺT&̸&e}k?0=5{X-)6y]_svOׯ_(((:'QWj\@|"?^6(K7_&5GKnO>Zhʴ?6fS +覷FbW|wo5 cLAC"p?VuOW64~ݩnY07 {Ɗ?ZwMM֟ A.*rH>yO?k$ GnI<[?Z#iE5E7ɏdn$['FGbv)$D,GUWeAȿ2y?QC|:ҭۛj^OMGUȓ6ѳ!=!doq|=_>զYߙntyAQimXc`ߺ2~LJ4.C 5TYI'?f᥸sv%?5r?O@+?iڰ;BN?'{/JxVpV0Q{]'t6 m%e!oc;[J_rzM惩X.knL*<Ʋmd*AdW𥚒 /fqo%4ݭ)~OKO|U#G(,Un|<_Gw_JX^-`-w cA^u|ɥxƿmIwͳmu~xoVuQQi> uX|,6aU/%y{{[F05;8:~ mp7"I6õͿ}+O +bݮu-J`dG$Y@-|; C㟏3дCLDw[)/Eʻ?:Dij_G5eXj9b6W_{wq_k=fh N3*BC +u |f)gXyrWGXk;kYB=5D ۻQjB̺ex괈xNW!0:`Ρ8d'nŻ^KoWgĈ|9 ]jFsKݵGj\LjoVך2F +=&X/_P^CyE&2 }ꖊ(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((/O;Kj֗]_?nibtVR'k۵;&BtM +BNҠ!5 +wc3T&'5t~%a+א?oস^琙v~f/;"׭xKO,[%9!rK#nyfj:n\L02Fn8T?hF$mHPZKhzEnΒ_)"JW_ t \Bȑ"1I?y;;V>𷀦nn^q;og y[oY+< `3wpR )>W>!|dZűD,RL$ CN8erQX#ܿ ++H8cPUU_UGE''O mjոK}j>\dh+v~C(YC^yIcs:2Ƌ;W'mU5mE?{.i|I+8aT{ +KSh`ɒ9"O=_KjUk%Ok29eagS<{?-S9w&i]^ +7iיyXwoG?ٮQӭ+y,bIRYOUen xx&CT'>T3.ϧLJ|5м l֚G$G/9h5q4Wq/&pPIc`Yt^5t1Lv2?(fo]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQY^+KpB8Env+HІV+/jJ(+|o1xZSuۃ7,"6*<+|ϳkڴ]ELAkj;*zQEQEQEQEQEQEQEQEQEQEQEq {M)t;Q}&Q2Hg 1U -.emnߚ߃,>q5 Rv=ċ +OꉺC +3zQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW+Ɲxկ5ke ŻZ2-r^A}۱o.H?gWken̽&/R]kd^mf%>3nl/vw~(;i4 +]EBVX5ܟnk(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((u.&oh:42}֑?_OIXemK7\_MdcL#Hh&¶mz\o)̭?|^R +GB)h((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((oo`X`K +gfUEx5ߋɤ-N1Ue!߇OSޗ?/zOtHDQ]/#wi?;QU>Z(tYV9Gú ο^@Wxw׼,9k9_sm-^oz/,\,0$CđEl]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQX6֓50uwnޑdVz)TɦaX= Y'U_Ǘoka% + +*z((1hO|%pto.O^>Y&IvWƩ _ xh7'in{~}Z(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((>%|^GXڗ.$}ai#7~^^ 29soh:?((+ |abfn6~'ݾt7t\gWEzjWMq7$bxf2FVE>((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((>"PҼ l߳Kw9mi4xU1;{Qo1{y%F4u9/w=7|OgU +)h((((((zͬ~ +\Z6r(ea?kg__x$얗I yf;;xi>&m&u^[ WUEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEW|A7x>_9[{ 3r̛Ю[~#&~O1W?w^EQEQEQEQEQEQEQEW|@1i CG^@1u|ޟ |f/S`]3QoKq%H^yQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEɦHF3,Ǡ-kuԚ6dmY`vE`82IM?R욽}#FHw;}V((((((((+/ľ|MdfnVuGykyWs|xMy6swj}[£YboRW4؍KB[x <ѿ{&((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+7~"ޟ>IZ[&tWffUk ҵZˤx3!mrK_V?i4{==?M-a]c +wU(((((((((q2\ޓgn6<|78qq̴YIrQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQESe%Rz2)QEQEQEQEQEQEQEQEQEQE`x?,[Lmʓá27w}ܿ-g7n+itJMRX}̸8Yr||~E袊((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((jUЩy$sP;56_S3NXwofZ&ȓ>aZ/Ư 뗶Vp];Hyek+U7sEasZ\?٥~6sy{?4[vw q+W-D_;M5seKUEa\2yu]hO ?j Ķ3ۼsH8+fnݿ5z]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE|i\GkHȵDwH+}oᖹk~63*2eFhűCv;{t}yi:GYu$5b4̿g_♷:c{CgNNz??) YVW?;WߌeMR88ʼ~Mp:5 XUMy$pAz_ߚ(((((((($xh!VeX,t݇|*"*בxk~++h.t #[7CEWm] + -igmN_xźƝuvE$3qiOȟ}MQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEe(Ӧh֗ .# Wȉu~&0>ޱ`3Ĩ?+ ͑[,`4(F㺰Y~>񽧃ty ,PB 4齾8^:6znA$U;!KhoZL)|#WS.Y}Oޔ!fo8զ Nh-4?ooW՚Vgj6mETP?o΋jE"t`n7,5 +?t +(=Teem((((((((Gׁ|5{#t&=,[gMW~Uqe6ǖw}f;6'?2}9{\^L gF־\Cui +Z,BlwQo-_ok=Gl,EmmʣFEq=( +UBQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE6YV$2Hp $?QG?n'%tScdgw~GۓK*%LʳIFIc¿lڃ Gh(((((((+7J"Ԯ/m6w>bu.c_W~ҟ|iK٨Y\.{-/}jL.&eFEChhX|?>vc /?((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((*k:o!˽L{ԯA1ȯ?=Kw]tjzd0iDpnjoK-PG(ƋUQ}jj((((((((޽ j7>֮& $ FV)-[Mmv}LѼ_whH"xM5ĊQ[_m]|<\_L{^W{vFo'M[Sխw Z/@|r#?*v˱~Џ hz:k$u_s=t)6F߉䀿UǖѯMՍ6Gij8!EDE +6MEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQA!FOWjf!XA (|ټkS >((u;Qt4*}2 4>ywVh((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((i 4ͬ7qwVO8&}y}AM;ĸt1LR-T_W_'n"kiUdPb8|Lc|g~Z_>$h6:ԩKuH~Fy$ݷxN`7z67ꋟr.[ºL-'cJ]UR5 y\Ekn82LꋟMTW?[p,V[v T>7V,4K]VCĪ@)F4X8#qݮ[vAkO=n2M8_BvzƻVHuEϦ +`Y*ڟv\Gq, A |?/r }?EEuu/s;%.zQn*V-j +s{Mg/k+K[}9>d` ,~\ҽ|DGHEo[i4l&լ y피G a2xOZDsh䅑:k~MKM ^u Tnok@oN-4R{8XĀ;#m꫟~ :ڎ} rC`E>42qF\~B̧mz]jISbwھN]+Dڝ&sA;*n"O*6vmmE7^7)X(((+MPƿ~IvęuQY7|V7R=cslxF*Ѿ:D' 9/oW/+_W45.A-ua.:-iQEQ^M+1 xKXjdh73L|ݻ!wwu4Q^U4v;ui5' <;#EoEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE~x +Z+6bT:c_5>xBۿp~/x|io> yo#M3*r g͈;*ߖU'yI|4H*S/]5|R|Y$ڸ ereVE<ɿwޯG(_S$rjZI r+DoRʟ|]OjR,m#y>n~c"4r[Ǻ;~8nd>d0#m34p/>$Ymٳq)xKSҥBL\&Y^Eh+U-_LOyzI&/!StwYO_0W@^=7[ 3[?yi^O ^`Ɓ HDQ?Ge%J֛}-]ǿz=NJ<d1!]$OK..#7]ZZox/!7R$ k_}xe3ܮBwy{^i~ET]k};RE&R*Xr*K+vȿ{w{mU̷lYЍмm~k5İ;\]Gm2I"Z?g|u-x:EMwB,Uܫ GGGeo7~<]vӘBI :+4[hlD_eQEQEQEQEWysi(dAp8AUw${*^_ +k} ~p~؟oLV>8Юty^&Up[Y̜)6ȿ7_OދMx+Ȯɳ.-?|'o O%#,7FI~-v~i+ƭ5=&{40ȣa`__-zwĽ1u qn&6?t86orƏY`4sxHPj4?FW +|'˿ƟNsZIl{[Rَ;_>&wlg!n-PoMufߏ5X| >J畦o VN$hf;$bum 8l&7Wm)'u..-]d{$˾[Yl ,=+[؇;1?>o5/o]I,٦464h1 +*_>T+xn rʿBUo<gYFۗkvP=H[6ywm?L"wmb~'EԴfw粞l:nۿ'POp@$z*~_5~0Iy>) *9g_f} >!yOR!y`]$?}-Pv_0X-y]*!^N~,|Ju2+{ț +o3ɻj2nݳom"S 5/ A.ZaYaO-Z1,$7)5?G4HX8U"aFf)6߽K dy<@ *=n* xԿk+_cmf0iM(26M_ލ+IoH0gQLlu RATG"~ߟ2B\^%ܘ]2HR|FOwfվ"kR8$U_Z|=`~3W;KW?>n35վ +Yѯ<俳 FMeQNؤU'_4nr]>n&L*߹[?+{3Dh 6 5O2(9+oٿ+d?u_q_J?rοO@x]M}?EQEQEQEQY:E*ͪv- iC |6mv_giNџ *ʊלj +j$+ +$ ̞^omWFb̃ + ]]Wܛj_׾!=2JI]~Q;"ee}E_.|$<;[,IE3I*OX)৑f턌b |=,E\V~K]$p׉uoP9{)Xfڱ(Yv?n&У/7\Û_OŚq[+uFQ] u{WO +O)&'FP`zx"\ E-o0g?Ggj=' ~&UӼ">79}t(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+1&"]1ȹAǛw#+}_w4Zkƾq!WEw,_l..6#glVer4[M3NCkn8z*ΚZ59Iib|ٛYVN%?3,2D|ۣ}GWŏZJ$y]?rG̉[+ܼ]7LZ&`fߖF/ȵ??gWZ3M5т#܊Z9#OwſCZKbP]żQy$V x;̶W0H@2K,nd7~UVg_ڧ<6F&I@ <gx3__ /+ŭhc$o.X#k7ψ¥W?5jZ׉6zUUgfaYvߺ*,x xWǝ4yA*2yn_x^^<[qa2C$;|OUվ]?>&mm J#\-rMu~LhKED_ ::C0Ef$ΌF+?fo>]XKpv_||?'ur_9&H%<-y~RJ]eSHQn1HT;|*'EQEQEQEW ]TXjj:Ke1E4Im3'gPx/!@ѡ&=6?h_؞x3ڃϿ5wz}~_KDԵ1_j,6ey^h +-yqy#׈.`o,q7?ηvٿy|Uxů-mH#@L;U>u=_RamOxVܲ8YO+q nZ߄b 6~\)?®w/ף_Oml ָnV"H<xϳe2j>1Pv6H?v$kE3o\]$Sçj_ +|ċ(J`' 3'<./mQ߲<shO/w^gs_~"xG5k8#Bͳ޼O˵$uWcĿx0( 2Ed| U+<,Ӿi]3ٻ1ڸ6tY"pU YOW^g\y+c+%E$T@@U^I-' MnTVT y Z:鿳Oq6F??ŝ+ze|)^ +E- +Bm!Tb?IY[QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQET5k9os"xyZg2a"vJ(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((endstream +endobj +1466 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [187.555 637.759 194.528 649.714] +/Subtype /Link +/A << /S /GoTo /D (table.1.2) >> +>> endobj +1467 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.493 637.759 222.467 649.714] +/Subtype /Link +/A << /S /GoTo /D (table.1.3) >> +>> endobj +1468 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [239.558 637.759 251.513 649.714] +/Subtype /Link +/A << /S /GoTo /D (table.1.2) >> +>> endobj +1469 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [272.478 637.759 284.433 649.714] +/Subtype /Link +/A << /S /GoTo /D (table.1.3) >> +>> endobj +1470 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [206.434 625.804 213.408 637.759] +/Subtype /Link +/A << /S /GoTo /D (table.1.4) >> +>> endobj +1471 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [233.797 625.804 240.77 637.759] +/Subtype /Link +/A << /S /GoTo /D (table.1.5) >> +>> endobj +1472 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [257.285 625.804 269.24 637.759] +/Subtype /Link +/A << /S /GoTo /D (table.1.4) >> +>> endobj +1473 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.629 625.804 301.585 637.759] +/Subtype /Link +/A << /S /GoTo /D (table.1.5) >> +>> endobj +1474 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [224.611 495.029 231.585 506.985] +/Subtype /Link +/A << /S /GoTo /D (figure.1.3) >> +>> endobj +1475 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [464.098 497.52 476.053 505.933] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1476 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [443.084 459.717 450.057 470.566] +/Subtype /Link +/A << /S /GoTo /D (section.1.4) >> +>> endobj +1477 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.55 459.717 475.505 470.566] +/Subtype /Link +/A << /S /GoTo /D (section.1.14) >> +>> endobj +1478 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [368.389 447.762 375.363 458.61] +/Subtype /Link +/A << /S /GoTo /D (figure.1.3) >> +>> endobj +1480 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [402.693 214.224 414.649 222.637] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1465 0 obj << +/D [1463 0 R /XYZ 134.765 740.998 null] +>> endobj +526 0 obj << +/D [1463 0 R /XYZ 134.765 553.126 null] +>> endobj +1479 0 obj << +/D [1463 0 R /XYZ 215.091 227.175 null] +>> endobj +1462 0 obj << +/Font << /F8 621 0 R /F35 811 0 R >> +/XObject << /Im2 1461 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1489 0 obj << +/Length 3366 +/Filter /FlateDecode +>> +stream +xڕˎ6h'ۋ,$SFHjx~EzF$X$f]F~g,wU&=ÛPP xo?/R{Xѹ;ϻygIIajgJ6 ?(Z.,C/ax/{yctǫUppR>ŧoCݦ_QteG}ひqFn Gw#4OмUD(]cOBb@ܚf8f5E\jj3NkD%b!knK3abXpd;hc,]VxF.?%3b80֠TxzGN l&ON}vQ01IOw Gl]qߚfP!gJkC b[ԑlwaJeœFh]Rwjɧ=6g_-ƈؠ9.Kqй$7j- +wI@@~hP6f +4>]N䱿 2#Xc1 +&#Ee(QWZJ8:6 $Na٪g.gdh]P ov(SK_pδQjp`8Zɥ濛YR@Mx bmȂcv 4<#L3NќzkBnNA)?$"-cly<>C~GfK@…Å pݚӖZR<Ө%ivjpJtXs༺ڂ灏xj'0x= #z0c +17;"R21V>ZWbsa㢈P_*Ssdz <^&?VL <gUC( `},tNqaw\bvHhA}R^1RXvkbT(|7Ez; ax1pt!б C `Ҡ[Iy@c@M4X! G20Z +wf\J_3@~~84bSB';$'SOƶ9Qj鱃f忭 D)13/Z;s!DRZ" qv`8^0stoNekXAjj :d6C,UhB|( e4Tv-CHrڼ6"e8fk Nc$Ydclx2@bKhڈzd g +>w?] Ӂ7%aL4EW"-BsX4aǸrHeL !P2Hy0˔6O`bf"ZID߷z!>0әՕB,(Is'A"̖x58Gl_ !L@ꞛ%z*J&!'DC)ȽPq.5 2(4;5ׇyDr<^=H2Qs(iwR!|꼠7)i%Uh‚VS!8ɫIPEuՋhXj +?>zٲ5/p(#ȿ܋$?r1h\@e ʀ6郆E)>0ISlڑs<+i +7jv2# q:&Ge"WΣ{kzkcFx]WxB??v@Ý-kY]SQh -~'W/ `FkE9 1BbUm' i+͋ F LAď\-4 +1Q r+B4?&Cyq5'XuJWnXUd9cڨL aa^Ԫxo+J5 +mꆒDˆR)'(O$ =_iV18n-ĮINni `%]H aS#:8"Up4~MU"h6$8ɔ`<$fEzsY8䬭6'RR} BE]W)%/v+'|Ch#`C%BؿΆ>4?-s?rs6QViq  UH7<(͔۬iYk\e 87qFlҩfp8W%y-,1x.o(cUKp%6RI0`ƒ#<ݐrS8:;d^]h+%a砢ȋ)e龐"HR7< 5ʥp_f:׽]蛳@)t.b~'bYo&JX9JLYLs{?e/x#nѺ5L- B>yEDOsf뷜bFY;OLmŤR]Dڷ]|Ư}2.4@;<t@1k mC xx0+MH\/ ;# +OgԢrO]R\=$:O<@6{eX!Q{IjCҳ8=$!n-F#b8~&D~ RsJZ(sZDZ +TM15)?KuQIST>:諜qA7:9. \,Ptf/vcQfWgȏ(I<$RF!=26n*9M'U㭟U `l=őW1݅)5GOm'p,r *ܟ4SP/y7Z\\fH͒?{&##rkd(֚0=C*fgbQqxX+M=:Rcaɖ2΀A2^xt)S5pJO׮j/]n_2z5=`ˠtrq'Fd>[UAM?!ZQյNS(5R'dTE\[Zc0YRqQm?Wd +endstream +endobj +1488 0 obj << +/Type /Page +/Contents 1489 0 R +/Resources 1487 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1496 0 R +/Annots [ 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R ] +>> endobj +1491 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [393.948 624.109 400.921 636.064] +/Subtype /Link +/A << /S /GoTo /D (section.1.4) >> +>> endobj +1492 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [380.632 563.182 392.588 571.595] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1493 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [379.446 503.406 391.402 511.819] +/Subtype /Link +/A << /S /GoTo /D (cite.guarino-n-2000-97-a) >> +>> endobj +1494 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [210.869 425.543 238.322 437.498] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.1.19.1.5) >> +>> endobj +1495 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.598 234.26 220.321 246.215] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.5.1) >> +>> endobj +1490 0 obj << +/D [1488 0 R /XYZ 112.087 740.998 null] +>> endobj +530 0 obj << +/D [1488 0 R /XYZ 112.087 725.058 null] +>> endobj +534 0 obj << +/D [1488 0 R /XYZ 112.087 613.322 null] +>> endobj +538 0 obj << +/D [1488 0 R /XYZ 112.087 490.128 null] +>> endobj +1487 0 obj << +/Font << /F8 621 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1499 0 obj << +/Length 3390 +/Filter /FlateDecode +>> +stream +xڍZK ﯘ[*ߤovM2CđK䘤vv}|nRL\[jm_t%iX]nê*vwۻu}z)l&L?޿cyWU?ޥ6ɹpD6̪,lIsˎp[e2]TQDAJE6үvp9 &)*Na4ౝs# >P0e=Ͷi5X6_?4IƦkM\Wq5/P{ 6B:O$w }01Qψۥ,Imx(2Ѱدi=ƌȝ"`@GW:QV|ԑU(΀%Q;>ҡ!2^3n؝7xtCt9 𯬴nz|Hv'ZcYDܩZ6zs°'×LYbt`Ĺ=7bzb=ɘ: Tyͮy2 +P!'}dg|`x(Ncr |֨:0YN'8=ɉ8A?эD}Yh5<'6쯝\oer,Y# 1/Ͱp2URnbcgO>ևTsezU3>sZA#V]1u¼xV 6f#|(n dTawyy#HrGPMro&Z0,¼ (ϛ]ѭG;2pb,ITF$fiv SӞ({ ٨oØpoL"Y|"wn">tvfY`g3]X暑/kcb?u k, +3n;(nv4uynUsÉ*=h̑0wk5 +BHa'I$ K@k6<2YG , h{˥w C7aHtt =HB0ڏa#7Y"4 wWNJEFphA:(2|lv%(VY M{G0`i9?US|lM[c1:e'(9v,)@wo{ P<0xo`YgH4f+^J15jb9{-pkܲ:Ā-_[lEb'yvIsԆ%XWep&752^+݃=oDaV%QTns1Wtlhv4.zrE ~^(\ ~ղ:z#N f^ YE79vOn[1C]IxիSc3q(qƂPSSuj +.ܽĚDD@<)So߻tfÿG Cqn +'AzslVqO+ooBpAK7Kg~Y>)n x=s^秺WB]}}6 (2ckZJHÛ4l?DZa^ILUb_jy<.卯R\#~OEj 'FC7RKG2[&؇s¨Vx´^N>X(#ҦzyR(c/=^ +ZG|^rJ-OEے_Mo ړT9Dܣіc7y]b2p7'ɪq!ЩPN8 zkZ>k +'>A +~ʷQ`ϳ{UXQAr2 |+v$ER$T!7F?Ll@D9F2(dd +1LGUhf$SX]_/@5@$(,xEl&L/rxE_$q%oO7K~+e~WjH_ϰGduifgx ξ;M¥LIX|ϬU#eX PN49oSאtvUO¬O3058[5 ޹׾2#nr'7! WRS0A$,& Qf KmmDKtFPc4_/5eQ?YQQqgRf}Zyד4OzWjVQrG=lȇp*Ν5xA-X8ZWa?rٜRH&ܒl0d@Ÿ$ DA@)@_z]Y2( EÓ1<ڍ!I()hғMܹZWI\|iZIy9VbfxJQA˕}_Խ#.ӈm}sDnv,!Y)\ōxtaZyoOYs Ό\,Jp[&K1*I3 +<9'Y +endstream +endobj +1498 0 obj << +/Type /Page +/Contents 1499 0 R +/Resources 1497 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1496 0 R +/Annots [ 1501 0 R 1502 0 R ] +>> endobj +1501 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.951 611.159 188.674 623.114] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.6.2) >> +>> endobj +1502 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [365.371 260.826 377.326 269.239] +/Subtype /Link +/A << /S /GoTo /D (cite.masolo-c-2003--a) >> +>> endobj +1500 0 obj << +/D [1498 0 R /XYZ 134.765 740.998 null] +>> endobj +542 0 obj << +/D [1498 0 R /XYZ 134.765 725.058 null] +>> endobj +546 0 obj << +/D [1498 0 R /XYZ 134.765 360.498 null] +>> endobj +1497 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1505 0 obj << +/Length 3304 +/Filter /FlateDecode +>> +stream +xڍZK6ϯБo:Y{7S q#cwo"5NAx4FMzu"I)6.<;-${Gxûbcs/ܽ4WF'hn:UIiW}" *n?lQTs vV-j:hmx}av:WnqScμ0 G9S_4ѡ*2%!D$Fk\sDG^_QՌnBklYS=nZThLʤL\ZRYŊ8Ş@~ٖTv@yN/x;N7pv7jԪ{5]5сOe8 ."u@ g< .x>w$swx[g#{Ꙣn=̼CAD +ݲmzb7,'-1 Z1} !V$t0Obo&2{a@ 97`Pg8W^N.@rm^#ZJHK;TOm"I΂ۮl~q(7iВk lgX%ҡARGCө RH&Sg7cORc$wWwCjT,@/ct4`1V b~bmP=ءZ`e5q#Uw[1|K^J +q3q]9{%G7;D +b#B.;2>8t8DRhiCui c?KGj*7@1hQ0@0P-Fgqᜨ:na}eF%g5f'kq}i 2tsz׏!" 9 򌰘v=1e t-:>Zy=An +)n$l))%v|1G5 DМ^B%?Vû8=#t +m&5:_aIHf]^l 4׭zEx LvJ3$U6O\kTPP\XAĦ¤F^IqL6SX2jE+ X2"a\GI idwo|Oi%{#AZ>cWK2DI +,VG҆݊@ 1P@TIJxp+juZ@Cy\)cbVSD-ҿ^X V%qn"6TLp +;wSEծA6kAjU ;Zl`iaN^7A)ܟ"#XɧIێ' B(&j7;| ƟǹRr2D:rBHGj&K98ɥAvZ /M&JBUP'%M &doLqv4f9MTj%22gאe)qhF{Lз+WA$Q<G52Z*Y֗@xIg H% l;~Y:p +AVDkNU•RHGwfR ]*K5 7'S_> 7 .T)6и6fs+L,ow\']Twgy!T$pbb@7`YFdhX*B~ 1H%:3d%?1X"~Q]ŷ*+#)P0ZƥK\pDmȊx]t6')ړbk +endstream +endobj +1504 0 obj << +/Type /Page +/Contents 1505 0 R +/Resources 1503 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1496 0 R +/Annots [ 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R ] +>> endobj +1507 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [409.873 711.608 424.596 723.563] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.9.1) >> +>> endobj +1508 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [349.237 546.727 361.192 555.14] +/Subtype /Link +/A << /S /GoTo /D (cite.guarino-n-2000-97-a) >> +>> endobj +1509 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [183.122 534.771 195.077 543.184] +/Subtype /Link +/A << /S /GoTo /D (cite.guarino-n-2004-151-a) >> +>> endobj +1510 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [373.097 313.656 387.82 324.504] +/Subtype /Link +/A << /S /GoTo /D (subsection.1.8.8) >> +>> endobj +1511 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [359.552 237.94 369.985 249.979] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.44) >> +>> endobj +1506 0 obj << +/D [1504 0 R /XYZ 112.087 740.998 null] +>> endobj +550 0 obj << +/D [1504 0 R /XYZ 112.087 462.1 null] +>> endobj +554 0 obj << +/D [1504 0 R /XYZ 112.087 290.742 null] +>> endobj +1512 0 obj << +/D [1504 0 R /XYZ 122.05 188.93 null] +>> endobj +1503 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F34 808 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1516 0 obj << +/Length 2256 +/Filter /FlateDecode +>> +stream +x͜Ks<!x?YQ-yWJ.=ԬE*#ҩ hI**["7 ̐lN6gBHJ[gbjsQ5fwvb~\J4w9ao~ɡD9&"tDsM 7tyKI}Czt~8D97qvv=p/'W+6>VY(/χ,'T!LKk+.fig¸ypLOK|BRCǭ%VC*>IR3J 'ܿvvq-l-1YnUI7 տȚ1p'{ȊもiFدCSJ !R* Á0;i~X֠|p&~8 M%,{>V M6px: w=]$1xl6m6l"mdI¤;oI\3a!~ǡe +A >nP:ɱqeih| ={T11,B!#jˌ1=C{1hXpqj뭦/(yʢ8eJlS ͧL!-CN~L{ ]i$q&b^_ݫ:fI/yF? 6syTgyoW!#,1{U?lnڻ +,yAgoCTE T^+C0ZFwK*  +Fɩ2yc0F@꤂R^D%m=-Maw(]W[JȮh䊥t}(cՋ@fd[V'4iPpo[GpV?>Wqe锾*( qQ# +n'=6՚/!toܭǦC d*ӣOMlTCBC0ɦ+o?>c/|--3 S +V'Q:Փ(if7)=aGЍD'Fsa*v+`p$D:^!H|! bX +}]``s<Փg5,;E5d8펐T|mX.H(Ovw큩H?_Ti"0h;Y'AY{z22?ʽ z&nT/Rq ŏR]/vS`M?(X T"BLmuczsS&lPV7]F3 +b'+&ca%^3{Mcz)`X:hjQ:ѩ|hMOOOcSG :*IJU$Pqq0@NJNn;Dr"%B x۸>0Jܶ}L|(f50~EkW}LmNMc-a#'ٯA!g~^=Olba;ðxn+gG& !?߅*rا\?PMRrd/z2PFsd⥜{sZjG +endstream +endobj +1515 0 obj << +/Type /Page +/Contents 1516 0 R +/Resources 1514 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1496 0 R +>> endobj +1517 0 obj << +/D [1515 0 R /XYZ 134.765 740.998 null] +>> endobj +1483 0 obj << +/D [1515 0 R /XYZ 222.635 235.226 null] +>> endobj +1514 0 obj << +/Font << /F8 621 0 R /F32 630 0 R /F31 633 0 R /F39 1520 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1523 0 obj << +/Length 2233 +/Filter /FlateDecode +>> +stream +x͜_o6)|i3'yuiy5v:Z!^)"ݘ'^w REgGg2RzVgE5{]e8goq?k狫)51Tq!f5isa8/eg-)FS{jvoOoPcf .ц?^^7&k8BQJzT?ZOLՌ(-\}ݫLW\5K} TǴ}$ĕ 8!eT"v=T||X0=o~cBc hVީsstޡiN37L-d(k}@7`s$FnPrE(cQTLqCնv~ae;i蠳Ǧ0()o]e3& $3|>˭M|w ~?md0>BWy .5 vռmN ܉V A h%Dz=ҰdJK龀3%cT UŭV0J9/Ѯel#>pLĿ/_=]Ԥa4?"ǤDO< ܚkw&bBp=4HO _Kgtwh7 r@Z\UBj)kNSpi&Mb0%}ء,MIvYЦrGVnfM cg%I AS!LepVܯslw/X% 0@&Ji>`=ah,{ McHv5_mbKT Q0zO1L2C4- lþP\Q3 ,I( CU!hԻٓД[șhNCXzY2! 2@&QIy2e=t{Z_USc~mm{W Pp%"󅄡 aqU'"F˪D9(\U2QB{ +݃Z3\oa'`KcdJ7ݬVP]޽^QKR1oWIL 0&Q8XuЂD0$" +h]Vrz3.ML `ɫ pΥ[o;kg Qި$'2#6wg6}e1jDmsqSF +qofYB77o&9b1&1@a ~5^gq`+y +6MQx(u& +qzXEgEPX$CU!w a_rhbT ƀ!h0P2y‚ n.6.ԯZzw3ua͙6 xAG^l٠*G;Ys5R}/mnNRlBd˄V6?rޤ$x0T*"5XJ$;ʷMvy/ ,ýJ"9OAS!(қKf buywͪ[W@p@#PU&2i\p"1\p  7sUXػm0n[U\O6mh^I+ƅ4Oڶ÷m2DNmB;(Zh1oHEc:C܄C\! Ի^DU,' H]k| ]:f|B f7 "  $:ilNQv%2}g}e#ʠgei2cү-㨀=g"¨Hfmfr(b LCcZiv.r+/@u~vO}B|jʪkRWA:-atBEU VRDWzF).ȀF'S2'22 Ռfi'\_ @%}y_hKO?BY܁<=?=͕wo zY5 m~m!d"u LmSFΩfKk5 +endstream +endobj +1522 0 obj << +/Type /Page +/Contents 1523 0 R +/Resources 1521 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1496 0 R +>> endobj +1524 0 obj << +/D [1522 0 R /XYZ 112.087 740.998 null] +>> endobj +1484 0 obj << +/D [1522 0 R /XYZ 204.372 245.686 null] +>> endobj +1521 0 obj << +/Font << /F8 621 0 R /F32 630 0 R /F31 633 0 R /F39 1520 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1528 0 obj << +/Length 2125 +/Filter /FlateDecode +>> +stream +xڍX[۶~[57QRzҤMm&gwIlԶ\]pdYҺY  +$@+b"M`}\`_ʳ:Հ?wIԙqX +^s(HꦶgDu*2HJ^dJ:ϗ+k㰆 +is#.*rQ3xW8$~sy`NVG SZ+VL.Nx(:iĮ<eb i+a<8 rPYd'l,,Mm禶US.Kp_{h ~DW+t^^j 2oy%G)3ɗeG#pp6̴ElNQ6Ģoy勌d (A/RYVy=v[!j9;=]KDϙT]TfH{,L4:+tA=M#{#yn+\81( EW +g +˘ f$~BI wUX\v&O½՟0 +`0)8V)6I=|0!fIB]p7A3v7R"ᦨ\Q3wyP35 '  +YqUJ)N#jfStKțvUVLH H{ūylԀ:^ޘ9%Pn!цco &\|Zzچ*y5#woX͗b;C TVL +uPbdȫ"Pgz'q ]%}`7GD H[#: i1'x&j,gY)E:[rP,F #kBl=# cKvt*MbHo<5y}IY0X +r 62_"يmEUߊ + ?dRhI0F}S%7. L=o~ljҦȅ-;T8򊗦@&c&y7y/l\(<#Wu[4dz b L,E_j) +$m*2t +_Hw2 +&{#[@HT9ohF'icLbO=^ 'mH|9yv網k9KC,$qKk7#}t붦/Tǒ 6h*/Ҭ ?apT{2 +Xܰ)7ZgzH$15M-%%(u0@rs)v % +hg}KG\aTn0! 9cf 1SN|͠ʞ^t&; 3+("+gx>v1Qn {pzw7P\$95-+ĄT{j ,W ́RPfUBo2Ap[]0GÁgg+e.pV"o)>zsn}]~y*Vx;dWlB +&3Pi.5~zX<,>ʹ#OԸ n,vĈ$`. rcHd3!% $pT+W҅rz<!o/QŒ Wyѽʎwx|{`pGR wP SQnۥBc1QhSho ?-M}юlsMEfdRZd'kߢur)j+IYm +3R_K<?96_ƚl]VU^ZNCuj?u{5`%G"jۺ|4t|ȿo&V eյdž6ȱ٧M*N<@Wv@G?3A +endstream +endobj +1527 0 obj << +/Type /Page +/Contents 1528 0 R +/Resources 1526 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1496 0 R +/Annots [ 1530 0 R 1531 0 R 1532 0 R 1534 0 R 1535 0 R 1536 0 R 1538 0 R ] +>> endobj +1525 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (sowa-tree.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1539 0 R +/BBox [0.00000000 0.00000000 575.00000000 378.00000000] +/Resources << +/ColorSpace << +/CS0 1540 0 R +>>/XObject << +/Im0 1541 0 R +>>/ProcSet [ /PDF /ImageC /ImageI ] +>> +/Length 36 +/Filter /FlateDecode +>> +stream +H*257U0Bcs 0˥k`cfendstream +endobj +1539 0 obj +<< +/ModDate (D:20060614091229+02'00') +/CreationDate (D:20060614085129+02'00') +/Creator (Adobe Acrobat 6.01) +/Producer (Adobe Acrobat 6.01 Image Conversion Plug-in) +>> +endobj +1540 0 obj +[/Indexed/DeviceRGB 255 1542 0 R] +endobj +1541 0 obj +<< +/Length 29372 +/Filter /FlateDecode +/Width 575 +/Height 378 +/BitsPerComponent 8 +/ColorSpace 1540 0 R +/Type /XObject +/Name /X +/Subtype /Image +>> +stream +H엋r:{T*QQ** +mwszZ'tĝ!c>.Ero$pHrEAǭ%+11y|$v +$w/7G |)^o H#c}$@udᦅHV)#'CЁ-o ,UuM;L +kV o] $L:zb 87G,bbݺ6II`ny9>Js8'n]$;P{ ǜTV'DIY~܈+^}'1pVi~['q0tCØ5Y[KVEJI& ޓ:TvalOapb [) :FEYcl<8'Žu|cYp& kJua]ȡ#0>5Rc* ަRIx߀<<3alb*񪵐9A.85rro_Yc>[$,Pit`#qMƻ4/ڨJG> ti$qMc\w`76EDy- 4$^k{Z|$VnQe eJP#_Mj)g݇%jGF[V/TAR&Cgu}hM{wȏ) kKr_e:u.^Upj?ʞlOo۟SAUX"@aLTӨtfÝ/>ȏ*AX_,ُ?ѻg8F: I=SR?lPz8i09Tx9n$-KD6a?OG닑j+z'Je3cfm&_]=}tmb}c'b$Mζ$gI0u ҧ k1rm+$G,Ph5̏8d񳷲γ$.U$? #)Yh UAr4BY;JZeOMS2Na,w._Aϓn6`oDPZbyg!8w,;l@C6?C̆ 9=m :/g2xEf'(bNð<$,%ؾ_5Iqj76w7ԃ˅}JIk#`m +uod Eƅ/^;4xOa^U$ԧۮ׺o D݇+_,3RNI?V D;X U i0f䋭KP +Q :%J^p~@;MDس1RWtJ"3)=\"PCG݇?4d"0oBFZB%PV=hD RTK6T*ƻJMZ`;] ƺۭ_2%dhYH,pF}+AoO›hA%с|$፫FcsBq~jQe0Q9K"E e` %Lk`*9mIdhVQ~#hAkw.TWP2.TU/ _sS rV0Lr4цzg}K8,eEږZPŗ#|pr _LnpKnM-#\S"w 5/z0ⷯ<`E{oE i)CQN\>5[C]%L!41u3mX^x9)6.m,%F&c"f_ŭ/vG@ppRk:3'%!}o×-E[Dl~si#ts]2ٚ4-\a@.hLy@fn qzOe_}Xr(OxK~ +[t]}J(lA5da" C(ʴlagJ]u\#^N+Qj݀*^"$ꏒ Jn1йk#}9$ 5disb$C@ٰ5S%Ikqt]}tq=lm!wi?^{UaU쉼\'^pOH|7t*hrq|aY!-kKmql_8^+J-Ge U58Y WB*&[.Ps s:w꟞eA@l ~X'$ v\2+f]ΎQR]_e2K$ Np4hMP$OsZ8]]ݓn/2U勞e~@[]C[3MoC.^guG=̛-7ˢ86 3=c1dw^b<欳WRoM$,TF]6\2p&}U+cNzchs)fMV.ؓ+Y O' m9e`+ O@?)%/ܧCc@|Nxxh_`bod+;h{Vh,yAhݓ-ӅiY>bk޲8/لOݧ-Iޛ>3\# pD#r$ [D;]̼$ϞR)]v\^eǾ JS6- x'>p:.:u]ՁTuvJRͣ`-01o#^8yml# W4 :--VgJW~ ),-~a[_ `8 FIZ%,T}iL#iByz*¹E>*b_QXЪ0jVaZf!nMŨ +̅m'É"QE/> @f5=}7AooYFr#T G;ntG.8,#̩tdsؚh>z^E `/bWjS!wiv7hY2@:OԜ }6Qͥ+#*F"t;ߠ/+/5Y] Ĉmؚb'NrĞk n7>6& qkh i4*횶>Clemx'v3kY%8")T=6WtQn](=kbnYB>6UwE2:7hePTw'rs׆LQL@Suq>0?7/yTV(#!9E_mUUaAxV ؇ZZ9ˁFdHgl+3#J4kVjU$Hbf^F҂;$OOdP".0\zm5M/ƪ.تaT҆!giq{Ҋ:sI}'NǮJ.$]*cK=6Iz<4*| .QswHx)ɾ7M ~_C9d;C",8aG0E3ZDN>NV'/51o4z kuҮJOȣ4bA2ժnc`憎lX@5b|&L^x~r78*V*?*s1v={|| |U<-JqSy3)*2GY<_xX;{((m}(łM~\񟩇@K4NCw찔^-hOJμ][ ~_gҎmr^h/!J;1oK,!_OȼoXDl~<~'ECDܝR/f۟ͧ_('9Ι.NZ㠔^%<[qRTNAYҭjswUj??h~4)Yݐ|4 Ux9x +|fqlɼ:1@Jm)l;B 3LA`ogfXwJ}j,{Vc2/ Ea&4oj„wL={Y^V|?a'ƥۋaSb#&;6j:le2HL0z4']` hX +sB\Ha<_?m86j+&w:U6IJR(L]Mp#JwC::1>Qw L\h=~-(h3ۀ#_7np9oz!:T*ܲEw +e$|c%vz a3φ*N._ -CILST{1UuA8th}1b zgQ{ !$+tdig\>u媸y`!E_A|C +% &o* 'فEo075T!Zߴ=x 3%$ IGf-I16}t,0JW8XwpńpafϿ@Ǹ{-,OC8bs U +`3E=)9c-#U{hz*5ӎ2/ +Q9qk+ +޳kVt{7n1s~٧aêD1ț([N"T ?؀e$4&P[?NOck̚vJ˃W>,F>^wS৮a\؇F =LvX-UHj6qӕ>s` &3 gLfEݗg?@vFX5yrN3e}5_#uGZD/mOɛn'?mᡱz녛xMhi54. [:{6Q+2<)3>^+?Utp(&ьY:^%X@+'n`7v*ăBܹ`pԖ[È%|_9ld':zDR ɻvRTLL!uVr`HeTR!,=` d@DGXͶD#7)|Sil}`IU|[46ܵO<=Gh"`tNz͡܂Y6rpY( E /Q[q;\ǵ IP5ѽ-Z$bc&<=!?1pZ > +uQK#9mҕ6i{0$T٠.|Y҆3ŧ~,P<1T]ai*BLeHX6*} OcbP;/ᐘu4c]n G|݁MG=$ [Z]ʰI~ q4vdӌ '++1$0:Bv 8=+q"Iۄ-~4m&& tq*DZ\UIh ,R Mz@Ch E"W{5"30?I2y`-Ux ,Q7z,ԅѣ5/!Yy|4aJvBk5L l< PfC3=NN +B#E`% /+Ird +Sx  6Oz IP)TgUQ|ʇ"Hl949ցWN PIW>5Y?<_|RU$<"ChKu|3y [#U8"fĎb1)Py|z qkʿ t[`b ZJ0ՖI .ֲj.Z`,~j_=[0Mioa`X{*-}Z=2`tIbsw4sHG?>ǎ/NBdos?PcpÑa 6IEzl}Σ^'[PrS@*kLVGԊK U\KZUU"O=Ifē3gDAżlD6`f㊭iqDUrkg[y/&|5ETDCPr'OAdɖw0"L˿l30geu6Q6?,AJblj2@-B1Fm +L? rˆZMxP\8ojWκ:Si@F,DJ>VSu?>s(~+NmӦ\:g%8P3 + ԩ<@m~^ DcZ\S{r5_@f>XTDrF 3@EbĨ`\c Vx L!W9-0$0 UiY՘T2~ƕF4ڣ/ "&k03tʉE b@YeloC>V^Kd%M*~ـDCҹQ5]lM^`n!7(cpvN{xiedлm貁D81tO CU^װ75 IVT4#ّ=ÈQ(KDN0sqǨ}?7\o#jHS7$Q>d ŇvOƉ*H 3c*w4Bڈn;sL?{g3F@TΟ\sB %U0(q-axfAZC20^ϵyE6;.^T¡)M"~b3^d7kG =tJ:*(s /ԃL)dA62Lxb"5]`Ten^q1^Ugs%dR=DLxN_F@ܹI4ìIed&g{h#3c+ٖiNjΚ&#ٝIlٙ^0p̘@ k$uS fmĽ~etTV~} u"ya-\~"cKEc㻬(Pqeى NvFr(m?""4DX^d +3z~6:LIdێb;[z(f cL>gзWş=-,$ 2VKy P~cЧ8lÏqҐ}g6B3e0LԵpg͞*~B p.~c^[c)ކso򹠞 c ZaJn +Vq5< {փϸH ?K2[9ר@TwTzf_VUl1H?K|*^Bz +eu7S +9$}PXhc<>3=A`{)tM[Au[KYevsf'P !TS"ĉ22!Dhu5JZ~-9εzmRSH&+g17,ѽ1sBZJ`=4ZasvK -AHfZ,@jw.m`zǪӗ!{`XS^#ӗV X}^B@8Jb.{KPndcT8m3y&XWu684dQB7׶(F"q "olb $$uz`Rb5T\>-{C-rIlE@h8*`Lӝ?6bZ= ^s1۶jb3vLIE]эY:<\E^76ά j0Q/^-xMASQ[չ暪vnWzKv¡] gqYNcyvKaɰ%!k Edo?!-V8,D7*1@Wa䤓Cdaa%>ߵhHm,Ob_*}涔5{Mô`7R.[Y?c0ef4\ Px4^ej+|M۰ovFYW{vz:|)_}ҠLcZŁhFPy3_mm[3뜳!$7nȜY1ѷCY,{U]Q'+m|IӲ{-lI ˰:lڌ4RaCn)6Mߡx0cd[1;5] Yarw xOU| YޛmIYAY]}֤CH6R6HE$q d +#׭ى,LR.vUm Pw '3Y # j>*HkO4; !@X@O=zgS% "v Xւ-Rgz*6v0 {qr*KPF5h DCXޜ:n +Xpy#Ѕ!w cWx ZeQjt @Ey5  'Y5X%X7`j&J-=Y/g# 翇,{,Ăg^=/ڇ/tW;kcD!6B`uhfpp/o3 ۘ.]6 {&HeVC/d7p{qsnF+P70ے|蜠3jX;qQ ]-]g˵m|t`dΧrut6?_l?%_ތ K$"}8|8ܲ}/:7μxQV"q*]$+,+q,QԐIp+(g`lfP 3 +X%Aw +|pPJN4)Ob TmLa3MuT}d7osMا1q + >>|D7w"j^h~xob|k[1C?}$܁[z>x}ܔ<3|8l>O?e8Ql.J݋ 23O>+|{0416Fb=8 p ?ws'0#IJ]p  p$%J +'z?O!z}lUa,^"@ +d$X#InH_6?;]s>u?9n[6P|َJcӨ,@Yb}>l]BQ:ql NQ<[$ ^⥌LA]. uNrWƲdzlVHiD,Oh:}).Ʃ`'ZtܼpֱQ. +4~/fu ?;)o(^> ǭ.}mf~?bt +.AʶPCj`g_`ܿ'"XzS+N!&_w{{<oP)KRiG!294rϹIV&X.I S[b~`CnD䲹őVe6E;ޞz9SO&pC!~hiTu.VF)}C%͙hq29lSj*^nW;v똿)DGFRCcV3HrY.k+i&;K;IK,ϭ!9 ?94ڶv}x}OfHiF0Xwq3aYGb[&rfO&ڇOf<|yAk^1˫T +OoC|h'sѣhEP Zp:c~_wBȰι2^q{YmPS9me+4館%/?0]~xái825:{*_DY*imKPrtB?Jkف]> ]|+*'{a4^sj`d`q3>= $TGU{B}&n/rz٢{` xY Yf>Շ{3߼$H\BOWk9&%,kbz:WLcC*´H)A g܁/MU GtOg 9s2Btv릾_{b9*J^'O~ҧTI,&:x:3)%/{:?Z}=Dxu.^U>o.tMu]D2G݋sWTE]!ܸx-yHRd\wϒOR}T 1^źa\6ӺpKk' Y[j8SѡhX%xG /w mAߊ)R\CϲMy[Ӵ1DAӼ↫ 4mIV/ioa&yqTn\\HNNDeT.S'8) 7aiy=⾡"+`}%fM-a"{Z@kDY ̮*D}x܋u+a"l#Ÿ]zwHV3$ˉ^sJ| Z~gpU|ήygH1 %2`WJڰKe_N@8o6ᅤ s"2bfԾ(}bMrqfVfnu$/ LŎGE9tņE-] +KRgYzk)c[uT 97g*ȖL:uठ3V/ߒC+!g=a>Y:zFkلdү)1'JXᢓ0'{84/a<^kFoO7q̲Xԃ#*in11J26gP0@mb?3_Q!< +4!G!=3>?o8Y[ cY~f<\0`zVo2YF!AGR06m14[è d `Ϭ[/~|ŇɿVvW1ję3n=QoEV4RLؠ/]Żnj[s0Dӧg ߦ5v;!AaSl v +z:o5u[pwK~ݥ=Fw*?Ͻ֩"M+7#ppZ*5uϚQ]GiV̭Q͗FYm`UU'=~jTE!<ɫ/Y,}!9 f?@c؏he")GqPoors[ J=$?rv;ZXVӃ-e准Mn-`T]e&>1:3|([sU:h:ɊT}xJ|ƖU5m>)oUL'X.Lun Fv7թܔ'+_V-?q~3=Aאa)w[~'-p2y/'$7oyc&ڵg{:9jp*6d,kIZjۖ1 59mk.HɔfRfvoDUXKqR@/I❤2~ZW|&ʷ\kм_럎}훐0FUL`.!TP +YVƴ왁] +vܧ}.6j 4- AOOA Lܦ|9d*da%]=i~efiC%C\n? 9B恞9i'c&I;[b0<7.ҒLP>05j͉^Ͻ[^d%?q!%AUt4Y{Ki0͘|Ӗ$$eFxJjI#zY;y$xu:5]E9:+Rk׺7:N:/0%*;P>ApP~kx,\Cub V_sHijogSA"tүuq?4ѯz?n~l@ k*Em(4 CɈ'!ogCp&=c=o'䌙l AWFYt^./c>Bag˳(==7Pս,m6!+_psnQ{VY6cYPШGʲܤ@S_Z?%\'@PEr$0Ngzh3&%mc၉~z}&T@ IB[VI.)>5ㅏUȃokNAIv1ׅTz`cٞZ$ 7eomᷞuַwh Jǯ@Sia9Sɫ[b;D Y$(5)F)($11 [Hanfhiƒ qYFG']+v&Rw_%*2AsCC>ŐT?$('G +(/;=0b7DͅJ#McJkLsFkL/d`?ZwHw&|sowk/]ww=z hjIsXw{U@qW>/|^ZIHLX?\: ) zeaF>'C5eyF4^1(UOpMW֊viA8hZ ׅUKQ֯zti~'ЭSv -nb.2,54= +RKB/ĭHl +_ :zXQ5,J__)oQX>CS'IYUeG> dكFWjLfTS89zY6?o{4jӟUDR.*'3L'ǏRnb] _-KhG(f`W+Th<)?Wb +4"E4 }:* +b֏I$5kYN|gEB~^kZuC^p%i5PK1d_mCRL-.5X]0wVы佡gL5{&w\ܬ^ƥ#(z]"Hh.zy>{_jn曆WV5,{9$b6`"XȒWGl5ZH<@ð3l;ӡC?& +I2fx8b !UGUGVZ煅~Ÿ4E.2P;uZ:ݱ5il74Ǡ@AQImf3,cȡQ{C!_Nwb NvuM.}΂i<-8]ڤX?K;my!B]7[TaҴqk+WW.Vx-|m`#*# >碊d_ͫqd$A`zsa(,ɚE:oͬu76/$?Z i*l7H+Y})#/ozc6UeAQ*n8x%q7Ls;ʻHjT3\I}8T!kJŸAO iIt]?*7?"}xD|WrRa1j_Sšk{GC|} HkR0H(\a\hѓۚ01l~6Nj~\F .yݹ[o\X6,)0C9m+_}Y5$;vs%{ 6<YhBtoV,XBbPQ"od6*0(aUߍNC58fJ5T<UT(xȩfBv'"wni,ݚRoD +}\__R͆ޛIAEUC-sE^^ul\} w7*N^cH_v^Bc֪,4;9}?|F4TxF:sCf0*B 'PQ6WYg"̡IEv#% G2($H۵٩O򇰛'!Kpx)_(^hkQsQذF2pKEFARmLSnCGOmNbAah98 +eS5x80li΀jumo]8?.#RƷ3-V?ϟQ*T(}u-3cdt_Ga8 _]!a=dG!ק!-(~j$I}*8Dؾ^D907,՜6J⨿l=ghέn管^Vd5y*K@dWZ=cI :-/8] ?cS)_iU mx][Ʊ Ֆ^ՙC_qsY{7!SC싺ADn#6^: {Xg[ƟQP%e{aޜ;Tǡ~I`*c~?'gw\?a|HzG +<.RhrU9j:UGf5ak BݝzGr.bVUԗy i[ca `Xk}^x~?~Jտ=NoSm#?fw+c2w~6ʵUZaPeÚ7;:9Oi F+It!D zF6Ɨlb֩^nַ<Đz|UPD߇m/uyFNiQ,矦d$Bv; +ܖC!cAt,*r]?L61 15m#a,ryR|:K>/q‹wjCH#ݍg99Oj5(@9ѳ!Wi v!s.V[k4C1`Y؄Eu:s}j $'_V`qPҟϙ.w*LR0Wf{R-{[*6҃6i(ii/H=f[?eK*E*g_۪J0 + +( AEPAQMA9[ktN^y\a6{MXl ;~a߇!hMXtK7Ma2g6?\A"P Zz ;3`D/ƴء#,]C;@>(T\֮<q$.:哠1=}JqL,C4?5uJSǀ8ؚ@iBj@6{$@Ҕ3s'I\6$%5Vgri٩ ;κ48X\ Gq%J>4s9P$"|Sr9Fz-pܥG%fhX7bĔspgpC[x#w}jSP G@seB3d]@+MEi '2uTZxmN* ,ƨ=GqjIfLZsX3.C}aMsYbRby;xtؙ:oùC!L[ʙi(IA{)jD>U:P +Ƞ⬉GQ[ hz~HځEu)+uwmvPq2T2H4ԟ'407hFN~ROjh6 $3#`~ӶT%=p"ad_Ru^ԱIbK0x3}ޠJ]EM١y=!+ MS8O5W͑G- ;@`UCcSa-wRH~9|Q$;c#t:!V/Eae? c,\0ݕݕ.owA m06>pMkuc.L+eCk jC恏6u9jkHwsXÔځOcI2*CyY_+%Oѕ C-xY ^~K,n'w{qEa]?2 ;ʧ7 K@`t|a?κzI!&:%u;.zl- ؝amm0r]p_o_A͑Cui÷XNYsBA=5\>3Qrf!p]xx,ҷĄ1-t p=زN0VXK/,]DUWzIRN)Jh$zZ|.xm|Z[dJ&`$ba%#WRyd'vXS;0;abL\q?N&/٨cZhFڻ E٫@K3,M #ht C\}r,OZ5&\]l@TE4jۖ@P)#2 Osovmߘ/z}h_GzS:bi+!Eaۘdܺ?h:痨KKm/z+YO5Mz3ĚazKN1V +q6\j8z^|#8B,8]_-"'}\ +ߗ(o;qnrȩ$)qE)N,ˌrCp]G1g8F9J9jոGRB G\j̈sʙ(m59ygL4h]5[ +<8S۶hpś ]+bqiXE?6X|56gBRB/44w,|0Ou8ZU!)ZZ[\T +R*4D=9ճҴndLE]\k^:pDuQ2N(sf +qrؘRqhzJlA yʥ.%OY:E\?pE,%":)4MD@-aZОG38%C^,82@ fE,|ݘ@~'Oŋ]aSC;IRpDPPBPPA>Q;W'e=%X +$< Vg1uE-c:Vzlw.:oXHyBZֺZ MY-vj=!ˣW$yUijJGQj:j[lָfCl_mۜHX e_98AA~6#PgV +?}Av'σI$)6_tH/3<4q} +Gؖo2;$ 6݋ۨ?)j pSoxF4mR#`x8E.?JBh6>=Eժ&]˧]LaF=  +"7h,n<4pi@7;H>a GLRٸLP>xIsbiⲇ 9љcۡ`9_z~98!59vtgd*1E,]wktJRC+nെX9^֗|D[ xڒ0Pvoj_|An 4C\%"x Iϥx+ݑL^5{ޏ8iDUrs)Í +ͦG4~Lڠ5<%+SyI}.5 >)]L,f|2Nv;GV0 lRw&` -}|] +T +6_I3aO9I+᳴ }^](>Sn6H!&6qftk>RS5ktB3Z *;C#Xj۱t#HjCgͧ +iy0Ur=yAv\21/pѣWV[s|+2g/$y GG37 Q-)% +suGCJ^6ᓣ',rG:ϗ)x':y ~4i4U@*8-D}>oWu_2>UgG c'Y{O&s0pqHsA]ѿ)pYG}/^F':xLf2)gH 7MyLݬz 16[wLA?A+٧pk@x2*f&]/fdd^V?gS1?ؤ>^էoD>Uca Z5VvPu:Ǔ"`QGDB9gBr*7>;Rғ=WLTl}2zxԖ]) +VK^(2%Ѻ?I'| s[w )MQ:ubӄݘ1i,YWP,)L>c⒒W$v82H}KiSQ>Y2|z5U!ʡHR:maGRxOK֐-a+cPؑi$VN/]wp&1-c8ӤsߒqMFIz7/l!2[)-ک4~m@%pOuƦJl@D5cWj\+ņVUD" nJ Y云m5sj_ڌ^랤pFwZ+;|AF6y]NdDs~>?5_K Q[Ggѻ^ޮ#23:]ߌp +ɞnssiYZߵW厨ip'*TA.~C}aa ,?r{12"ρK-u|ƍxl۸Gu!#8W'9g,UN $7x +)Du$9&h#f#KHh4UT&6}p3JdK );A }w t^)X?f[K$t dCd[/9'߰ +~+,9tGeXx:.߰{0pXGb yYC jZϬA +~cWۮ.=0Q5 +{ ز]㊁#K QtZ Sօ{ \<'%/c𐹸baFQւRS *; a|)C +/wvIJGb4 +h!> +hchz \@=jBI1ذE\WD${0R]ጥBt.Ue0N* :Jv-Fy=ӪzLpܔ`s"G q< i Z SG6Uȵ.b ݾ?cO[q ٚx7Oes 3 @OլUwBX~|q{^=-c͊HW֓r0X޷vhoH K̿PMҡox~/#\%\uገQ%3{첲 )z2Yr.HOz@XԖNGIP*ɖv )O^Z@MA0h0j35_>ƭ8u=i A';({bq]-V@TCb J^7@Cٴ$^+`fYőF> +gFJ P1lG#w_SʞAj `oAuD+cjGeST/ x飰 #^'p6I[\JT +Ξ@ZGtPE͞Gfj$.7ؖ{)6SaP'cZ5#+q* T_.L

8Cbc;#b<"|>V[`Հ ߆"TYҰXGu˦L|gOeY gI+:{[L8j8MDg6𦱅MaJ%},;#08WTL9Cqq_xl_iIq{wluhcy9 U,[אU9WxBO+Pº%[` IsaIy78+ \Ơ8oBWt˝qWf@'BQ@S"[Af 5BE.$U(T達%t,{QfLX\=Z >'*{OjG%v^7kvg%L>S9YbkNC8b,%Nk>o +!\ +i9Zؒ0UqA + C+9Qa R.{̞C3gG5#qンPvčd=UҖD1Uwga8{?Wks]QTG +vkPWƄ3S7#t7N3U'~u+/l"%*fӠTy;v w_]'ZLO ?8p:7Hqb[B 6 ob}mE?JOǎ.ŤEcWy>yo"h)_ 5;>;VeTma[Z(*7uAv9{3%M෕UO8n/V6lA=4]VSI"-)jl}tMkܽFZ&Lx")Kcj5L.Y>ӳؓ ZRoXL<:iGHeKw-}6TvM:a2LJsĹdvt{~50oCJ[6/W 7D"*EA_whbMcxQRܚ`N\Crѧ,c",H[*Ribj%͹!۔V$ϩ1lOGnK|b }ZnŖ2LJxП6{j{hJL"׳7`\s2@0/ڇ+S Q 퐂i4+_˧&+ 0j8(^(Jcг`bGoQU"=݈T<. *^O$?×e @Nǔ;+ +TDWPA: +~G#YsD![򅡷2` +-ҁw6 xyd ,gk$@?Uy\}:-iz2 +Yop[V䰦e Ͽ;wGHU53HKh+1{͈VU{V.K"{,gcGw%-Y]$k yΛ/wHേHp,>|엪A1-ėLQ oJecShS2pDӲ Vtw0ct iMD.^,%j}cH Z4dnV{q<͙ޡ )ܖϱ˔* +0ok)Xi_3ŅjӀ+IG<_;14#ڄĖ:wܞ+2Sd}ڒ6 +Pưg?XŔeϓxDx=ChIv"}3w߉,[Bl$ݿEKVK7Dór釬B} +Ackg+p/=SPd~iG" 'x^0qeL-}{DN:[e)hU$ωB_߇431lԼ!Vn!sG&fV\BjiJ2>\ԡ8_ FN6֡rD.8j]zL"V s]a,>c2 )=l;6yb/?f*u?kYC*ꠧ)#/6̾>qTJwtr&K׳r p06Or;~3z)X<< ɕ9,6bbg- dW%| ̜8Z s@ (oM`mm7O?jܵ}928ljsɐLII2K /m5 R ye6mK x T\ӑ phi!{#۲ljyZ +d4!|C>W5 +)I23'(3Öh,g!HdZM\hcI@FiR`,0ZghvO./z9YԈ2m8iBQրqhamSOkovaF}rxrKNT9.B$VLoĠjɴ CMX4)H7d);%Q +O~>D+(ajz] +}e gZ(8Ì#K:w2  i/ӞƳ9ѐܻ"4k..bF-x^S=EQ-(<L/eCs];Z*~JR:U6--d@=>fQ +ڒ Pb ?YuyXb쎷DY2[NU&EsbEɐ;i=nl5PRC^ECLk)q{)뉝xѲwv yNKq.,?mu:k nt+f|#1'\'6Fye`g2$^hV Y+w+h4vѕiwwaX*,]3zIrxyf4/we[Xqk~JI򄇜e3A2czst5 (,Yɳ=ΘbHvƫ^܄[ny8{@OFUdXׯw!$X^UC #ǔ醑Je+׹ {+FkmO.;=,Y`zi26m ~̻bwhl=htÀmP{oS9¨[\/{r++ ~\]Xhnc~е{CuV PU稇U=?nפlZz8U/_@o+uywά^W'|d6 \뒛Gh3}Lgmϡ aFaͳk2n돿!}ro,l} g(=yj9gUOݲjѽa|Xl_smRX ghcũ-YY"ܨ`)0AŪJyйۂ2mz$ %j=g2 >c`:$&uA}1 }9YևdtܜY * } ֿR*}!.p),el]Llǔu]Zy fkZ/!H5g{aByPKɜr!Kjcd:ې2`4H/ HRPnsZ̵̪Gzr*p¾աgn'i;@./**uܹZW2Syw2C}rWS=).F8Ed= bXKf6mm@ah/{ZڇާWcSX5%ԛSN_# +9@{.rϔ'N?U L,(͌T4#Ѩvx8)eN5P桗A71v=uHDעوRA4-} 3٧} 3i} #sD|>o %B}@xQ\ֵ˩}iiFb1>(%}_ԅ endstream +endobj +1542 0 obj +<< +/Length 215 +/Filter /FlateDecode +>> +stream +Hb``WVT^r /oKcݍ7XYX + ?$.&>}t?o312efhjhn߲]HPǜUUgO]4QXH'+(YlŅF>k_O2245.$,;ǜ\U5Ugϟ]dQXD G( }Lendstream +endobj +1530 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [136.536 685.037 148.491 693.45] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1531 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [133.768 670.592 140.742 682.547] +/Subtype /Link +/A << /S /GoTo /D (figure.1.3) >> +>> endobj +1532 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [163.276 670.592 170.25 682.547] +/Subtype /Link +/A << /S /GoTo /D (figure.1.4) >> +>> endobj +1534 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [389.908 376.7 401.863 385.113] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1535 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.312 374.209 440.745 386.802] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.45) >> +>> endobj +1536 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [150.313 272.9 157.287 283.749] +/Subtype /Link +/A << /S /GoTo /D (figure.1.4) >> +>> endobj +1538 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [143.731 173.687 348.137 185.194] +/Subtype/Link/A<> +>> endobj +1529 0 obj << +/D [1527 0 R /XYZ 134.765 740.998 null] +>> endobj +558 0 obj << +/D [1527 0 R /XYZ 134.765 725.058 null] +>> endobj +1533 0 obj << +/D [1527 0 R /XYZ 216.115 389.651 null] +>> endobj +562 0 obj << +/D [1527 0 R /XYZ 134.765 334.839 null] +>> endobj +1537 0 obj << +/D [1527 0 R /XYZ 144.727 221.807 null] +>> endobj +1526 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R /F49 858 0 R >> +/XObject << /Im3 1525 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1545 0 obj << +/Length 3268 +/Filter /FlateDecode +>> +stream +xڕZKW rH4"=9A 1G%&)OU}Jd ](4 ʲx؞^{U(kͻ ME.ǫ?ZRie-f ,3.*8XEL,\?,x<,Emu\"]T-v}{T},M8I@ :ćn"BY5x#4y0is@FKF^%"ЀZvxdw; &sDV)Ʀ3qw< cQЙv̿ed>>n\a~<7=/0TK͢lXKk+>n}b( 1o%'`1NGβ㰚a]'Q({&Q.[>aůt|{ðF /Wɐ +#~"#5X4> l;Xd?%wf3WVfNdk4!w0c"qD g: #AqhU~9t|݀ӨEkk &&&c4no6 >5tSx2j-"RN!7d`(fa3er#Lub9>ȅ~70V)9-q1ųz.F) +N îo?̽MPP$.wKUGGeUz3S.L1$7Rtto36jũRqE?A}X/zV TxT:ܧZ(\u,ҳv;'c\+Go'A`MaaГ}mZH,ZnmAJRO:ͧҠL) D#?A).\#'GqLc蚑TI= z'3G=?ɇ2kˠ1r +J؁ QKca`7<'N₻@5WY=A3]Gfc:2%", wf%YxGG." ~Ff 3UY՝ljӜ?4%-9z2n?O(.6(%_-Ŝm7IYlu0h^4Xh1$GEh"AJ[Ky"+ li)YHX$%?x%cdBf)> jn@3(ٯ^b?TGSwO픪b[,+uox>qQEX/FPDeçlcm9p;)ť^b96ʶz j1 Ⱥco`dR6Eh wf- CDRjNrHNhu3[8zJk.'J܁(].g)yOO%Cj`w[).YiA@,܄q#;bN C>>̘O 旮յ1 A^TSߛ }tUjxSS68<˽pŽR˻tS@+I&2ݨ!x(@|{4 +ji]Vn^)3Lnż҄Q]aO5@9|af+\"ҴttЃ\[( L0.O$fp;n5>*eƮᶶtxj&l3ܐmyof90΄NIw/t^K0Ҁ])@ .Y3۸R^ +0VXHi FUx؍$0V3QW-!D\d_vPI^Φ6 +˄q_ƛY#AE=k)SxO۶>|\q̇(fP̡BSݏ$zD/:ٓjCQDBDhxi(ohHsm(9[u:Vڄj;1{Y'YOq]V.w.Z:H_C{H Kְߦ&4ȓdڠNAδY}Ln@M0DR +FX۩?ސ~-,<$G g4\!4RD-'Φ֡N X籛13z Vڔz4si +ierҋ-s++aR*\hG@_ho%kJb̥ʃWMPnق0'<5"+4ӵh/qdE:f6"[n@5b3,iSIubs]g0_Z}N,Zp‰5$\9}/"Y2|A j?U6g35[G{}`\8m,lY&}+ovi5Rb.'-49UB:Qd0P"coMrKN۟` ա~IS7Ii˘!I\ '%CqUF[Ϭ{D7tZ?qwoH:ULj]v7BoϒsO}g2z(9f7V;@og o]?YP!%>y+lY>8O@`T_t2Lߌz^y Tv&_L +ws2cÂ*\bNid3S3 <#7:Cjr)'VقZ> endobj +1547 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [349.712 308.646 361.667 317.059] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1546 0 obj << +/D [1544 0 R /XYZ 112.087 740.998 null] +>> endobj +566 0 obj << +/D [1544 0 R /XYZ 112.087 725.058 null] +>> endobj +570 0 obj << +/D [1544 0 R /XYZ 112.087 372.454 null] +>> endobj +1543 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F11 898 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1551 0 obj << +/Length 3318 +/Filter /FlateDecode +>> +stream +xڍَ}bHѼ `#1&q| uW(QAw +,]xw"w(ʠ̒;AMn@eb"ioىE1xYܹ?1S E=/UB3>&-fI.κxjc<2OO+SW |NEWQq^xJV>G~0r&;G3x6|=oM~woOGY̻0' +F`Z>&?2œC\7V pxC#qNfʊ Q: W|/Ye5N<ⷆ{24C&3IPiLf2hYJbWAq!m1;8n*{ƝJE/%mzMx$ʗl&$&+uwV2]ac4Pgó9%^~86Il@LSM~-kv4/Nyk48cik9J$h 4 +i&R( 7gBo^ h仂s)d"ABA XY䐶XN .:b( <) 6HoPyu0T$)"Q$i4S#P6J&ĩFY=L1#!ݰ+:XeEK1rX Z31#p\!ԧgj%Jrm +x-ڪ,2{Xز~M'ҩćW$'*wG'A\"a~]!$ S[{8$^SdէfR[ q눸6{>'N/jٺW7('2 +:D] +&'"3+ k>kZќk&g}m9ksN%q7^&e#Cp/+Ј!u3v W$ H@*Oc`E-S:I-%ť802G2"ڶW`Qk `F\BhE&%B!O*5#HD)ija>儭^:Ssb4%' )GB7Pݸonnp!jm>њvoL]$T%YiioIgv ?j_?l!_%38q IVNm@),SQegiM`QҦRaK&j;U\چ\A8%mm.+\9k'Ӕ·{8. < +LD6_G,?z.哔PDGɎivC-+JH]ll +(AKI0k>=_ƻSӋ^f~Vb[BoG1}1 Mp3pc !U^`lWh3WzΦT.u:96U3Cʹɥƹ4y|fg[q;!wDwyRBL8M =//]J,dG +.Nnqa_"}"8c.rۖϹ?g>bxqa2 kR Xl|hOI vd+t`B`m5{3 > endobj +1553 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [234.862 464.847 246.817 473.26] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1554 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.669 222.858 470.643 233.707] +/Subtype /Link +/A << /S /GoTo /D (figure.1.4) >> +>> endobj +1552 0 obj << +/D [1550 0 R /XYZ 134.765 740.998 null] +>> endobj +574 0 obj << +/D [1550 0 R /XYZ 134.765 555.37 null] +>> endobj +1549 0 obj << +/Font << /F8 621 0 R /F11 898 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1557 0 obj << +/Length 2775 +/Filter /FlateDecode +>> +stream +xڍYK۸ϯm!BvV%N֓GŒXEZ Rnu7WJXEEM-VCzZHBO~yzӛbe͒˂SgO>i`e\YmJ4 iIzENUdS:A +:u׉UС >9[aespMFTYCpIL!r_y\E >%D$aG _qHI4eIhtLG% +:?4+Ӻ'Eun6MY@\zڻmUkl#u!6S3 +]QiLDXŏnCR&8[Ph˲*҉ߣ4B/hb e?S+~ƑFPEf==i&TU5+xƑY,&@ܷ+mGlۏkv%chf +(ϝk=%>ഗY;~/1'ʟ8N)sB>WӺ ھ=Ac =fܷ zh? [-,LGS$`qG"\ye [%ʔh(rBslcl V/PLˊF׀ +v?L0@ +6HNFIs3z%ʊ.֕t^ؖǥxvꆣ/+R9g\ "=i+l4N 8_=lj:nG3 v%9֍Qc򹖣/2Q1#LORVO~e6|= , h:X8DSvO͠LqGIz/Ac|!()8ST$/oo7$URGp+nz'd{ mĖr|DFLxa&PK1z.CS5%̅&/~^k!\8-&y@B.O#F>To,j2?8XxpD>-pg +7 [Xsi20+fifw& +^eMɋ)H2~z4i#Y0wӮ-$7P!- J$>G|ДIJ, +dWs6w,N|EP6 pxlϋ !t[:j + .ʫ@8X-]PJIbJt-\Ql{n|-)7g#;haϼ?B>TD7Z"O'a_2֝hcG˾ +W;uN* nK:s0u8"_#n!D-#`4SQ_uW]?֨#m6KE3ԋRN)㫤x@P$$z_$%#3meX[t+|RÉ;O`~pXg~_>~ ְS,&¡ϫ=NJlv|*Vő?>}V[!bLikW0\fy><'8z.1Tny.㥉]P^Ō"U}UD֗|)TWȯZhݩr{8zێx'ZIF"\X[߹=2K-V~)AI%J}%X$ u%&^.w(lP:Jc +4\eȊ]3JNQv^cuM\Ou „澴#Ce YG?`xTP/B5w$d;ʝ1_k|Fx'| 8Ys's&O')u[<Ņ >b!C-I +P$ dhdFHKرk–G +b{Ŵj񉥀ݮtIY °3?\ D5e*Ơ\ݽ`"gZ'2[!HV`@c$ Ŏ +endstream +endobj +1556 0 obj << +/Type /Page +/Contents 1557 0 R +/Resources 1555 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1548 0 R +/Annots [ 1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R 1566 0 R 1569 0 R 1570 0 R ] +>> endobj +1559 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [279.158 684.266 289.591 696.306] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.46) >> +>> endobj +1560 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [345.442 671.758 352.416 683.713] +/Subtype /Link +/A << /S /GoTo /D (table.1.4) >> +>> endobj +1561 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [371.283 671.758 378.257 683.713] +/Subtype /Link +/A << /S /GoTo /D (table.1.5) >> +>> endobj +1562 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [393.25 671.758 405.205 683.713] +/Subtype /Link +/A << /S /GoTo /D (table.1.4) >> +>> endobj +1563 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [424.072 671.758 436.027 683.713] +/Subtype /Link +/A << /S /GoTo /D (table.1.5) >> +>> endobj +1564 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [441.42 526.801 453.376 535.214] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1565 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.477 512.909 458.91 524.948] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.47) >> +>> endobj +1566 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [446.955 464.535 458.91 476.49] +/Subtype /Link +/A << /S /GoTo /D (figure.1.5) >> +>> endobj +1569 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [123.614 198.893 134.822 206.664] +/Subtype /Link +/A << /S /GoTo /D (cite.sowa-j-2000--c) >> +>> endobj +1570 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [377.853 186.19 384.453 196.153] +/Subtype /Link +/A << /S /GoTo /D (figure.1.4) >> +>> endobj +1558 0 obj << +/D [1556 0 R /XYZ 112.087 740.998 null] +>> endobj +578 0 obj << +/D [1556 0 R /XYZ 112.087 725.058 null] +>> endobj +582 0 obj << +/D [1556 0 R /XYZ 112.087 613.532 null] +>> endobj +586 0 obj << +/D [1556 0 R /XYZ 112.087 436.197 null] +>> endobj +590 0 obj << +/D [1556 0 R /XYZ 112.087 416.271 null] +>> endobj +1567 0 obj << +/D [1556 0 R /XYZ 122.05 254.684 null] +>> endobj +1568 0 obj << +/D [1556 0 R /XYZ 122.05 221.807 null] +>> endobj +1555 0 obj << +/Font << /F8 621 0 R /F35 811 0 R /F7 819 0 R /F36 822 0 R /F31 633 0 R /F39 1520 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1573 0 obj << +/Length 2170 +/Filter /FlateDecode +>> +stream +xڵ[o7+҃Xއ|lM +ۗyjk!kҨAPCҮxt օ8oHR#aBVXk6w v)ˬB.~kKl)8w,vw14(ڄTpݬ!z DsBYxYRk\yΈfhs +_P"'fm*~Y‹kU9TXѥPLsr۬a:q]}2-RFԥޮX޼WA["[d9 T+<ܸZbpZ +f?\'ʙ =bż E-i]ZzDOarܹWܺ..])0`K0e T#Wvj.b$ eh"*qhR,7[#i\AVЀJdK#-)7.{R, OYXz_h7rz7aࢀxcQ\% ܥMF\Q&\rKX ;a_txB/Jb ԧ,( B+2KLMZewc̗WY+-Nv(X!żFN[?u#[EZ; 3u4Qt ZɕI(-Piz-*FIny``UR4Д 9S2y>Iq1D!SN ɉa aӶ7-.`L«%Qf S@;eUXug$)(J0bYR5_0)*1zHe T &oWF/;`O0tQ@FW6U #sqm6n8[JRP bw :J 9# *^r>SIHA8 J>LHIJ㚭+Æy8So@YЈ,kDq.C$ #(m caC)/sjppG7w V%7:$ S;^n㒁@ dteX )U("& ʀAXvUI U4BJżCc H1 |QAWVU"+e@{?;ζ[DćxjwcT 9ZɐZ0* ?P cĭneCOC> C}4ї a`1mHmH*-ӴuY`fTaU`URaB5K +*t?IVz6S``U2ӆ4"~~?XTc0 n}?эH rG %>:2j0FSpy``UrR4Qڤ!ꀔX2oT @=?δp-Ęl!?rǫ+V{7j&?!^FՓRպb'v{n)ɻez [Bq%#_ǰ}u)x殟}kV8~3(&9< +endstream +endobj +1572 0 obj << +/Type /Page +/Contents 1573 0 R +/Resources 1571 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1548 0 R +>> endobj +1574 0 obj << +/D [1572 0 R /XYZ 134.765 740.998 null] +>> endobj +1485 0 obj << +/D [1572 0 R /XYZ 186.11 246.959 null] +>> endobj +1571 0 obj << +/Font << /F8 621 0 R /F32 630 0 R /F31 633 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1577 0 obj << +/Length 2106 +/Filter /FlateDecode +>> +stream +xڵMs6P1=m3I=%9m#.)wK$Ng,J CQ0KYgvo7o,F\~:9>9s6%dH8ƅdYe9j#Lh Cflq2ؐg 6gs8_C|8dQϷ3',fv9s ef G8bB2HǓ ƜbD9Bzy[,YD_K#\6b H27m9e>J{""cD؋6)#84??L@!)Ke"^Ynނu4C-"5`*`2LBOr9K`x9\9~oK8XK)"oe D6>^N''s"ȉ~ hLǐ iT}wW]UcW zSnh1 +~3.RY)xFص5-+G3 |Dd4H#&iZA*X +*f ЖaYPPuϹU8XH^(KD5mlJ~_!0;GHA+ Pg4H8RukuyЦ~-vmZ'M/&Bn 2rmnm(FP8iO:XuwR5}2L7]hإj4T"9|  ?dJUaJMeTK샭Ye^_nߖ2_/F-Vebז>"2QT; >[dIд[ќm :EՓj o_]ZKq2><ȩw19}jHݕuW=v)H ++آ6"pD@3*̝@!*jJQveT25UC&RuNEU.NP>4O* *M`֡%qЌ +c'%!rZkqh%6MfVG~E&~N<*ʼn9<gUJu,N~mOΥv g ~Hu^8^|_Fu_1"7T0mu Ѷt!R݃.x\rp*p۬|f܇OvOSD?q t=!R6Dz}kFѦNnEω&T_;&lK~Sڀ|!@ Jd.İ+ۘpĆ{K & Iu3'dIN ׏jF=ڕ5=)O878uS +X?'O_{zKy?]Qt }4Ck(yQ5. +pFsطÝ +J0遁Cf`3S QZhBǿ4Nhvȓgd֢ +!Y ϯ-qn.nW<jCG^ߜ͊UјEs81j'>lSSTo5ЌJ2B4mnٮ%G0VIRasMm*:jJzZQ`]QjS-񢛢f^{WIU5Zʻ_$T> endobj +1578 0 obj << +/D [1576 0 R /XYZ 112.087 740.998 null] +>> endobj +1486 0 obj << +/D [1576 0 R /XYZ 157.851 323.616 null] +>> endobj +1575 0 obj << +/Font << /F8 621 0 R /F32 630 0 R /F31 633 0 R /F39 1520 0 R /F35 811 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1581 0 obj << +/Length 1486 +/Filter /FlateDecode +>> +stream +x}WK6Q֪^c[4 Yh+6aY4H7CJvXybKVIGv*8rU՞HOcY{//?+WUTmnqMYKwPT/~{Uem䇷y7%*Ij}& sfip,~apIwaLW4F+,s&Pn"5-y0Z!<JGP| JZI{"}0y^ERu!F[3)-H~W;Qhip | "ƃ#/Ҡ):$`IYNɒ\?K;vhfHJ&39Zn9 o9 +O8 NDȘNGPv/ Tn|Am5d^]Lۀgi:f  @ZWֳI70*FnHN~Ak֯n {:RFR?iDϪluOޞy6rI7 ɽԮkQIpf^*?doKzl".3, AV̲,x +D$F%K3?+ATQ3Sj\;9~lv]e +?9pB_6sXj:So,@g[_ʗZA TN8TJ.+\ +͖'Ys1YQE]Eɤ#ՏbMk+m%⡋|Ʊoq1eKW4݁[.hDTyԾ[h7`*6Z]0mG0՜σ 1jt+A r*lٍ S!6εq8趕t8mȅ +BS]<8^ %]] +lwc<ZcR2rbyPev(پqYё^dƉu-@W U#$q24e`D^VB+nS}Pa ^'7 Z$8ovc:,t笝!0?7Yay*61;+rnfez7~0f*i\Bslv\XE:[`@'~AtCc8n3ʸ/wo8N{6xkvK +A^^n,$Ğ GcFCV&!8aGO$/n}tK$` +endstream +endobj +1580 0 obj << +/Type /Page +/Contents 1581 0 R +/Resources 1579 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1548 0 R +>> endobj +1582 0 obj << +/D [1580 0 R /XYZ 134.765 740.998 null] +>> endobj +1583 0 obj << +/D [1580 0 R /XYZ 134.765 700.815 null] +>> endobj +1579 0 obj << +/Font << /F8 621 0 R /F17 618 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1587 0 obj << +/Length 749 +/Filter /FlateDecode +>> +stream +x}TKo0 W(*KmmKZ,a5QNGlD~|i$I4\ETdSFLDfI&Lr_edU\YRg?GW.IOMhiQ"^0I#׌}D5kr=+}b+D*2^)^Ԃ=vYy8} U*nE+Ɇn`?^6r%ص"3nJ @Hp-D\i%ɒ(1%O%Z~{;{EOG<lj +¦G ÕF8q 4as_96i~.kC/^c%4&o4m.BМNU(R4J7;WMe  +endstream +endobj +1586 0 obj << +/Type /Page +/Contents 1587 0 R +/Resources 1585 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1589 0 R +>> endobj +1584 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (tree-simple.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1590 0 R +/BBox [28.19999700 98.11999500 580.82678200 723.07995600] +/Resources << +/ColorSpace << +/Cs6 1591 0 R +>>/Font << /TT2 1592 0 R>> +/ProcSet [ /PDF /Text ] +/ExtGState << +/GS1 1593 0 R +>>>> +/Length 792 +/Filter /FlateDecode +>> +stream +HVKO0Wzs-*! q؆mEvQ6w&b#8TH$_f7on/JB+/ ?暿qP;P?]+{oVH[lϾlW.3W 4PHa;_?)-졼c_KT;mxU8SNbˠb 7Ds:%.B^"[ĖSfٌɥHKft!Dct rlr4eѬ0MNk4*ԑ/!#Lvԑr6yZ%=3RccFgC@۾ +6K˵7X)=Թ +<ⳭzloMmQ5KHx $P\[4OII~fZe0J4ѷj1S `Օ"X&` ؋CUǗʀd('+`[,? ?I a +ܰ@4Z{Da“(Go3GV+{ĨL<#tp]6R?q0wdp-YTbajnN*{6}f5JĿbNj6o:JIbx>t֎b&`&΍-c +6Lܹpu[Q҆ѢmSq|VN50K:[vXBO o'eQ+6s ;4Omj~zmҞ_jANUl{N胫Ɔ~-[}%H+p❛O?CQ +endstream +endobj +1590 0 obj +<< +/ModDate (D:20060505105815+02'00') +/CreationDate (D:20060505105646+02'00') +/Title (Visio-GFO_tree-ahu.vsd) +/Creator (PScript5.dll Version 5.2.2) +/Author (ahummel) +/Producer (Acrobat Distiller 7.0 \(Windows\)) +>> +endobj +1591 0 obj +[/ICCBased 1594 0 R] +endobj +1592 0 obj +<< +/Type /Font +/Encoding /WinAnsiEncoding +/BaseFont /ArialMT +/FirstChar 45 +/LastChar 121 +/Subtype /TrueType +/FontDescriptor 1595 0 R +/Widths [ 333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 556 500 556 556 0 556 0 222 0 0 222 833 556 556 556 0 333 500 278 556 500 0 0 500] +>> +endobj +1593 0 obj +<< +/Type /ExtGState +/SA false +/OP false +/SM 0.02 +/op false +/OPM 1 +>> +endobj +1594 0 obj +<< +/Length 2575 +/Filter /FlateDecode +/N 3 +/Alternate /DeviceRGB +>> +stream +HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  + 2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 +V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= +x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- +ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 +N')].uJr + wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 +n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! +zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km +endstream +endobj +1595 0 obj +<< +/Type /FontDescriptor +/FontBBox [ -665 -325 2000 1006] +/FontName /ArialMT +/Flags 32 +/StemV 88 +/CapHeight 718 +/XHeight 515 +/Ascent 905 +/Descent -211 +/ItalicAngle 0 +/FontFamily (Arial) +/FontStretch /Normal +/FontWeight 400 +>> +endobj +1588 0 obj << +/D [1586 0 R /XYZ 112.087 740.998 null] +>> endobj +594 0 obj << +/D [1586 0 R /XYZ 112.087 725.058 null] +>> endobj +598 0 obj << +/D [1586 0 R /XYZ 112.087 700.815 null] +>> endobj +602 0 obj << +/D [1586 0 R /XYZ 112.087 681.278 null] +>> endobj +606 0 obj << +/D [1586 0 R /XYZ 225.948 246.258 null] +>> endobj +1585 0 obj << +/Font << /F8 621 0 R /F17 618 0 R /F35 811 0 R >> +/XObject << /Im4 1584 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1598 0 obj << +/Length 3514 +/Filter /FlateDecode +>> +stream +xڍZYsF~Л*1FILtRW6Y +Jo_"T%4Wv'r$Ow޹G*v Fow\щl_'w'^J l' NVZgzZ9/L]+}L|zǻNYg]axh!Ib'pĎ`EaeLV؞m'S? KشY<+[a[YMJ +(z9"6??xn~h--LԦ6ʌO)LSjMQ]`*O)QIS*x\p +S׵ ݧu!B\E/q~f->M ;)HAʁ5/ :+dr-.CgS& Na( /X{rk QUt6..}hتseꜶ^rʅ +ա)f m^M&UѨH:W54>T&f <8\t@|)g<ü#hA)Z8GQ,7 t.F&{Z{Xxhd>/ǵȇk4h_B טξF;gWŃ=yEiec{A#|>AYKD^2`Yo=5H(YE;[b&+^eyMʁTHpѨdʨeyx/Z/t6v*Hiq^t +OWII/L L鍵^F(!:4N], 5~ {J|_YQQh|0 u~ +0.DM v4 AAi A8h#苻&]L ejuی{ԛM]XCI1w;E +a p +({ )x'Ց8d(7A45*ȩ +v:%C, /`H0$D +z>2V?p\=vL!,ѰzcDQkJZ̦uWrC,89azw eN1x40:\'#7J}]v|%V>u2T -81AΡ5:kT$0 +cTa!fL\0#]T@l {5Cc:HhRF~a/CU 4@f*%eݝ %;*fGS=M# t)φ\%I> 8fv "Rin_&TD?|JQJ6d+&- K`X'q8cA,qY;j)S`8b2NEygFKy 7MM'@`nB#̷b7uii3䌱ql(e ,Y#I_ޅ@M|6 + 0cTaaa>*SyF{SHA*M8ʤtaGѸ$dnz\P}оN;irOC0ONxd2)\ J⅔m.m5>C:ҎTL?Ϳ޼ACEܦ;gogSjg9* rB.fЊ x,`uUOZST +endstream +endobj +1597 0 obj << +/Type /Page +/Contents 1598 0 R +/Resources 1596 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1589 0 R +>> endobj +1599 0 obj << +/D [1597 0 R /XYZ 134.765 740.998 null] +>> endobj +1600 0 obj << +/D [1597 0 R /XYZ 134.765 672.455 null] +>> endobj +1007 0 obj << +/D [1597 0 R /XYZ 139.746 675.245 null] +>> endobj +1195 0 obj << +/D [1597 0 R /XYZ 139.746 649.745 null] +>> endobj +1416 0 obj << +/D [1597 0 R /XYZ 139.746 624.246 null] +>> endobj +957 0 obj << +/D [1597 0 R /XYZ 139.746 562.881 null] +>> endobj +1224 0 obj << +/D [1597 0 R /XYZ 139.746 513.472 null] +>> endobj +1415 0 obj << +/D [1597 0 R /XYZ 139.746 476.018 null] +>> endobj +1198 0 obj << +/D [1597 0 R /XYZ 139.746 450.518 null] +>> endobj +1223 0 obj << +/D [1597 0 R /XYZ 139.746 425.019 null] +>> endobj +837 0 obj << +/D [1597 0 R /XYZ 139.746 363.654 null] +>> endobj +1392 0 obj << +/D [1597 0 R /XYZ 134.765 326.2 null] +>> endobj +1005 0 obj << +/D [1597 0 R /XYZ 134.765 288.745 null] +>> endobj +1457 0 obj << +/D [1597 0 R /XYZ 134.765 251.291 null] +>> endobj +840 0 obj << +/D [1597 0 R /XYZ 134.765 213.837 null] +>> endobj +1596 0 obj << +/Font << /F17 618 0 R /F8 621 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1603 0 obj << +/Length 3874 +/Filter /FlateDecode +>> +stream +xڍZ[SH~ϯiKBjny#HH( ۃŖY&ZjcKLQ}##WG4Mf7>djhѻ7'MqoN&_9a즾MpSz++CK w_rM0 (@a𻙨z;Oi*>|2'x;a2UCHrE͉/KhW(C>Lvԟ~k:jI%R4ؙ- +h.@Һxdppn.aҰr/W0&+>D+h#N {9޶LW_訹*AժZ W֛f`ENtɇ@[S70F0NS>V:kY,(E*cf^o(ǁ݃?SWsT,!12$,F3b4OwQs1fۂb) E BvvL%G9Uђ_7X<(/q=64Dz-zJ*7E}A|#CDmmA"짩Gi= > c_~}Y0 xXbXrnЃszb1ع,yee+T=1ix6%)aqfGT5s^Ξg*0uw6 |Ϲq=6}8Ah(:9phTL`n񄞹T9ۜ7 TYW :;L %L|5-f0%@az0ad\ Vu< +6 (SރhlPW +YDh _?xՏ񓫷Q.B@G:@1d%Ci!qݜUtl-)(K )'F + n,LW~frpY^,}yOS779l)P \/ލ$BV~r_DI/BYF@pisƄLIy R'qBJʹ4UFlmCĭ!>õ4bAHdk# +00bU O%MyV-?0\}^%rEٲaVQ8;lhBvN9%Kle8-˱ʳR& :zG*l[AW_N[*5Bn)H,.ޚC% }1a^7 NvZՃX~`qɧSE)+`)7Qئp uDk|^Ji@<;;e$fG&sq@"]t*Zb;$,u(`獆+*!~ŪXDCfHX҆ 8IuE/%M+Qr.>{IF!=a7?kS&>""6I!4V,z_KW=2.wUîgh T(?^9"m貼X0KfFO f&8輤Zp^mn,dgP4N0BZ52nPu0ߔôia+\xaaH0+͉cnJ]DCc&j3 nu)]]/{ TUIOSw>]m9ʙ"`qfz xu&,4Ooif$EuM~Ƒ.Zf{$犮\/]#)2g&"^ݶs$fKΚ4?(ѻ^ηa?AG! mrj0S†xX{+{J"B{9ʯ#M $Ku7%KlߠΦ1n%^iW1DJsn1/9X`:L +BLPbseHhe> endobj +1605 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [184.94 616.358 458.91 627.483] +/Subtype/Link/A<> +>> endobj +1609 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [131.57 605.787 170.175 615.528] +/Subtype/Link/A<> +>> endobj +1604 0 obj << +/D [1602 0 R /XYZ 112.087 740.998 null] +>> endobj +1456 0 obj << +/D [1602 0 R /XYZ 112.087 727.05 null] +>> endobj +1049 0 obj << +/D [1602 0 R /XYZ 112.087 691.242 null] +>> endobj +1137 0 obj << +/D [1602 0 R /XYZ 112.087 667.389 null] +>> endobj +1271 0 obj << +/D [1602 0 R /XYZ 112.087 607.67 null] +>> endobj +1025 0 obj << +/D [1602 0 R /XYZ 112.087 583.817 null] +>> endobj +941 0 obj << +/D [1602 0 R /XYZ 112.087 559.964 null] +>> endobj +839 0 obj << +/D [1602 0 R /XYZ 112.087 524.156 null] +>> endobj +1156 0 obj << +/D [1602 0 R /XYZ 112.087 500.303 null] +>> endobj +956 0 obj << +/D [1602 0 R /XYZ 112.087 476.45 null] +>> endobj +891 0 obj << +/D [1602 0 R /XYZ 112.087 452.597 null] +>> endobj +934 0 obj << +/D [1602 0 R /XYZ 112.087 416.788 null] +>> endobj +1241 0 obj << +/D [1602 0 R /XYZ 112.087 392.935 null] +>> endobj +1513 0 obj << +/D [1602 0 R /XYZ 112.087 357.127 null] +>> endobj +1240 0 obj << +/D [1602 0 R /XYZ 112.087 309.364 null] +>> endobj +1263 0 obj << +/D [1602 0 R /XYZ 112.087 237.69 null] +>> endobj +917 0 obj << +/D [1602 0 R /XYZ 112.087 201.882 null] +>> endobj +1601 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F54 1608 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1612 0 obj << +/Length 3699 +/Filter /FlateDecode +>> +stream +xڕZYs8~ϯ#Ueqxy$qf@KԒT2o_ KgUhtOsO\?(<Ndz,;WXƊgl0=cri<<cG^yz q0uAh'^t2B;u7f䆶fW&,8б;1:'<OKkFUF^l96?!}y4&4]蝕]/69Sg-Y2"oM{%#氄b%wH -ӾLq`Ʈk!/l:Ʈ8Ǝ{:~`}qJaM L[` =37^%fX'_B#fG?md\opV/?Fе@$/1t9Z~EհZ-,9Dx8?/ uC1q=t1,r;^@ < y +ІzXS"ky5:8W^ ߵ!BrpY_()d1/ǔPYYW)XDjF*b}_9[膩^l!x ۍc]^ǰA!\`]vLFߏ!yA yj}F`#l{I^1Luց +=+?eՈ<7=gdzhvRm=՛NF :~_͟aIڏ0'}L`E0‚~ f\eo%><͢wq^˧ZB2p^fy!lWY 81M*94J֌i9-^\0q}Dp(1seߟ z/M sA etuiف(tsEA8NLc2)S=J^A'Фkg-E6 %!WyɺluyS0í?|A+LJxu379pVq, Ngj\7a 0Ne B^0ĭa8Kn?7 ..q%9^y'7 nf#Chk=;g-ȿa/^HdTZg+!fڒm|UK90#A;>$^4$L9a a/ʌ˳h\F*gZ2UԸ ߥ'pMUh3/um)wD:c|JL|pٴԣZ@wg_v7ξS  AoC Sf`[dV=5U'*YBiY8p},0PgR|^|Ϥ }5[v'3#vQ-d*7 ;;_)?#Q  +FN3jD۬w/oR.bX윭 l?Md0AI0^( SP'P2P]GC 7S6ڮf׵cI Z0S/@o D!z+.i Y%,eԠ㞲ʶ-Zс,3VhoVJ z §+ wt`zۯǡ큰X 0jM%>HalG maah'= OAېw%#1>QUe%]k}<Oj(jjaL2[fގC(͌7< GgNjI`%i`U~u eS ~0( +]'p4}$F6q f\wN|.f5j#FFՅJuйLėUn =2#Nrj7?F(.vKy4CMnYeUq~~7 AꁫVW )S.'u)G-,dG  `H|9x_ߝM-Ґ&'$id~8lS!(2rkP2!yb<90/J yv%,8hړpz+C ݌5A' /j&q9P$u?C-+bo^&Hm.}Py AOF^i׊6q$5%斪'HlT[{H`obm@'_aI\=htvQ6z/,Ay y{g@6Jno~ȥoX3.6y)lgueTI&g >sP`Dp'#>j4lMlI.F#2D!1EzXlRTM wA;EUOEYS{)rB=S .f \hU|K|IKMdkYH"e'lǓJ<Jz,>:?:UuXՉl'QE[zT\/n@Y9'2Ry62Ȧ#Ԅծ(.Tk6eZ.E5E-qK$fy.^oowXiTT&o2o*gySG׷ /FpeeYKx1jdmot >XiSNsH8MSޔ/_PTĚ%ME*m].অ~7vؤGPe`*526=p"a*}Šr#=ڮhXRU6 *"יÛ-SWE Gc( 6u罾 +]xx{{;7,A*&: FNugv+~C]'IFTݧ?l_RN!~9UG9e7N]m2s?tpaw"S [z-=—;6~$o#LPRu< y +J$HчF,-z 0d>mK0Kl7IuQ+.ݹ/K̇XwdtGnqZ]aa ͹(^/%,̱ +Ckt=u臿`l?hv +endstream +endobj +1611 0 obj << +/Type /Page +/Contents 1612 0 R +/Resources 1610 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1589 0 R +/Annots [ 1614 0 R ] +>> endobj +1614 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [248.577 469.447 255.551 477.86] +/Subtype /Link +/A << /S /GoTo /D (cite.boella-g-2005--a) >> +>> endobj +1613 0 obj << +/D [1611 0 R /XYZ 134.765 740.998 null] +>> endobj +1006 0 obj << +/D [1611 0 R /XYZ 134.765 727.05 null] +>> endobj +964 0 obj << +/D [1611 0 R /XYZ 134.765 702.347 null] +>> endobj +890 0 obj << +/D [1611 0 R /XYZ 134.765 665.689 null] +>> endobj +1293 0 obj << +/D [1611 0 R /XYZ 134.765 640.986 null] +>> endobj +1323 0 obj << +/D [1611 0 R /XYZ 134.765 616.283 null] +>> endobj +1458 0 obj << +/D [1611 0 R /XYZ 134.765 555.715 null] +>> endobj +977 0 obj << +/D [1611 0 R /XYZ 134.765 519.057 null] +>> endobj +1185 0 obj << +/D [1611 0 R /XYZ 134.765 494.354 null] +>> endobj +1197 0 obj << +/D [1611 0 R /XYZ 134.765 469.651 null] +>> endobj +867 0 obj << +/D [1611 0 R /XYZ 134.765 456.903 null] +>> endobj +868 0 obj << +/D [1611 0 R /XYZ 134.765 408.29 null] +>> endobj +1264 0 obj << +/D [1611 0 R /XYZ 134.765 359.677 null] +>> endobj +836 0 obj << +/D [1611 0 R /XYZ 134.765 287.153 null] +>> endobj +885 0 obj << +/D [1611 0 R /XYZ 134.765 238.54 null] +>> endobj +887 0 obj << +/D [1611 0 R /XYZ 134.765 213.837 null] +>> endobj +1610 0 obj << +/Font << /F8 621 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1617 0 obj << +/Length 4082 +/Filter /FlateDecode +>> +stream +xڍ[Is8ihI$T:Zb$%QEQI;9_R]H#E‹0 M.Y^LWsz[($cK3vUzY.>};싗Ow|j&PrSi"g:AfW$$/|=\S%Iͅ31?"a4C^Sư QyղG4ȼOc!ߖS&y CoIWLQ}f=Ы>>RXnۍWӈ| #)F|ܟWJw_OL[1AI3Z͢$R ?_~(TIwtZrq2paIq/:Yt tNCё": bT}56ղcThYT4 i0 ov:ojMSwW{[k9v= +Vd@oRofem@H`x&F Xe0Wkx~$ĉ :^$ #!G ,~KeҞ/gppE3y]᫃%kieUQ<,$S]|% m'Y\gFj'0ef),{TL\{Kf]B?+PQ& T~d:0CyXA +Hk#׈g?nQwOE 5*(A*lZ&<܎BM;į? \]oӢVYn#89nw`i/2n[zZwd|xgO!zwB8pɬ*z?P7`P2Un._wͭμ b&ý._1g#@AHe-i:h\ EN.툭mr I˂hpY+u 0 y4imn5R4iEϲA'AxQ/ޅ}_~ ]^!mX.!ǽ3Yq${U2lv p<5wZaYB  <- kNa8'K@0ҳfٹHi@~BF*Sc][Һ$(q% +B" +Q!k&xF_Gbi[X.K2C>Lyėu ٰE\OegK6Np]Q4O77IM!ߒMЋA~C.hdqĚu$+W%7W]2BCk-r2;RBl'm+ ?,2|/zJ +dF|a{(YwZ cW]IB:'bT`8SSpW5""9V"-y7ߒ>"HGbAm0sQ-#X BAi`C Q$5٠j 4Am_7<p$5Si5Ynk5B!!g8-dS}t() xh[2sgҢws~qd5;AMF,}}D2597rX92LJ&W2Z̪]ŽϿ" ssoF+ wS4h`~'d% -m}+-l8Gi{j.r`[A^;//mGW(- r{ʃ1svA3s#"obu% nj,͎?;[1Zws+?Pc #^|l8"njΥoG?'gfB:` +B΁_VcGk_sHz $Տ!~-Y$8: {y8!-(+/*1 +fG>$( ?9Ե[R WКU<!u[ߗtAYnoqL(( +8nLb ` 4{ڼsTOj)T~kǗF}w_Q/5į?/{+Ep%}]WSy'6]l55k&xJrZ0nŞ9[[]pM +$^Q6 +x}EV۫ղP0iof:]+WIt_Q/_kŗ$PJdMQ)4>G:Iy2kZҵ aMerr\NfZFV +x[wm:2ޛ~821琡(/ObOBmYY6J7* +Ty0o%_\E8E@.Zh?] <|d*ؓVy<-"g5:|=+tT¦/ +6<8zJDN9{TW~^IVHұh~ ̏ҷQu NP$gcV]ͳi$U Qj|}. )KŠ9*!~\~ϖaõh:Y}KcЀS d>r)L"?=G'E*?Xֶ*= [q6ʥD9=uwEg6琼,ҁ8 #AXWB*xtrI'h Ĵ'Cߘsz&$8ȯ? 0 0.iUNZtU]$G]g'wx%Q;jʼӽ +9[5.Xc¹)Ѡ/HS,rWNU/EaK)Q\ _ح$^Y5M:Y%c{G6'p.!XaG B=vȏ)(Ǐ1C_}pQ +b43:{.4GKqSIT7(3JD5J|W[(E &a(wY +NÛ}cn_sj>ֻ|z&0|=aRJ(Xٓn) 6KqnFIM|*I҉zaۉé l^(aUR\[g18$ODs*L&.^_scglN!\9)I'eFvn +endstream +endobj +1616 0 obj << +/Type /Page +/Contents 1617 0 R +/Resources 1615 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1589 0 R +/Annots [ 1619 0 R 1620 0 R 1621 0 R ] +>> endobj +1619 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [254.847 367.955 261.821 376.368] +/Subtype /Link +/A << /S /GoTo /D (cite.boella-g-2005--a) >> +>> endobj +1620 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [187.461 341.604 288.83 353.559] +/Subtype/Link/A<> +>> endobj +1621 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [158.68 210.576 301.891 221.701] +/Subtype/Link/A<> +>> endobj +1618 0 obj << +/D [1616 0 R /XYZ 112.087 740.998 null] +>> endobj +888 0 obj << +/D [1616 0 R /XYZ 112.087 727.05 null] +>> endobj +889 0 obj << +/D [1616 0 R /XYZ 112.087 703.191 null] +>> endobj +1391 0 obj << +/D [1616 0 R /XYZ 112.087 679.331 null] +>> endobj +838 0 obj << +/D [1616 0 R /XYZ 112.087 655.471 null] +>> endobj +886 0 obj << +/D [1616 0 R /XYZ 112.087 619.656 null] +>> endobj +1278 0 obj << +/D [1616 0 R /XYZ 112.087 583.841 null] +>> endobj +1255 0 obj << +/D [1616 0 R /XYZ 112.087 524.116 null] +>> endobj +1460 0 obj << +/D [1616 0 R /XYZ 112.087 500.256 null] +>> endobj +958 0 obj << +/D [1616 0 R /XYZ 112.087 476.396 null] +>> endobj +869 0 obj << +/D [1616 0 R /XYZ 112.087 452.536 null] +>> endobj +1254 0 obj << +/D [1616 0 R /XYZ 112.087 428.676 null] +>> endobj +1243 0 obj << +/D [1616 0 R /XYZ 112.087 404.816 null] +>> endobj +884 0 obj << +/D [1616 0 R /XYZ 112.087 369.001 null] +>> endobj +955 0 obj << +/D [1616 0 R /XYZ 112.087 345.142 null] +>> endobj +942 0 obj << +/D [1616 0 R /XYZ 112.087 297.371 null] +>> endobj +970 0 obj << +/D [1616 0 R /XYZ 112.087 273.512 null] +>> endobj +866 0 obj << +/D [1616 0 R /XYZ 112.087 249.652 null] +>> endobj +1459 0 obj << +/D [1616 0 R /XYZ 112.087 213.837 null] +>> endobj +1615 0 obj << +/Font << /F8 621 0 R /F34 808 0 R /F54 1608 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1624 0 obj << +/Length 710 +/Filter /FlateDecode +>> +stream +xڅT]O@}i3$27̾FZF)Y6΅eme眙{!GtA֡ψZ7`G4/BGc9" X1O(st5;vT"$Xj:6`Ԩ Tbe$S(:΄]YxօK^G.4\;P3޹bo3%]o6&ưg,$U˜Z*i|X"KiL%/46ʗ&Y1^,aY3(,c/ ;8!?JSLC9`x@I=I0SlZb&lzv= :Gsy֍ٕSw u[ v%Eqz4r#/a"6ڊrt}XNnwT| +dej+P +s0PtGQM$1fAOGTkuZTYA_B2K˄ސegf@yfiٴi^I%?tHHd8nD&êV@]i}"4H*+P[,},.3N0N\uwz ;몄Vn!8j!q/ַ.:pwl[|RǂBEIȏ C?^x +endstream +endobj +1623 0 obj << +/Type /Page +/Contents 1624 0 R +/Resources 1622 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1589 0 R +/Annots [ 1626 0 R 1627 0 R ] +>> endobj +1626 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [348.338 711.608 481.588 723.563] +/Subtype/Link/A<> +>> endobj +1627 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [154.247 699.93 422.987 711.055] +/Subtype/Link/A<> +>> endobj +1625 0 obj << +/D [1623 0 R /XYZ 134.765 740.998 null] +>> endobj +1242 0 obj << +/D [1623 0 R /XYZ 134.765 703.14 null] +>> endobj +1196 0 obj << +/D [1623 0 R /XYZ 134.765 679.23 null] +>> endobj +1622 0 obj << +/Font << /F8 621 0 R /F54 1608 0 R /F34 808 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1607 0 obj << +/Length1 1265 +/Length2 6320 +/Length3 532 +/Length 7115 +/Filter /FlateDecode +>> +stream +xU\[]q@pwn-!@N[ܵ@hp8Tp(mqhv|+"13ǜk2*0 @IXP ' ʪ 02 ,(BbA)! +P!N^%ο +n`8t^N`7d`A^|WW_Ox `؞OP`y(_40NHSmr&aPW=_T#U]]un{R-tW peNlvϬR: +AH P{4y! gpQQW_!1;r`C~OWàXT;/*d'8 +!;מA`đ5ڿ )I ]Cȕy#U @Ҵ 2 +@$@<DDFH]uB?)"""mHQ7  + ąAWCX _~`WH:9)mJx&csn}{ɨe<̯*sc3z4QHʚ[]yJk~tMdGUorqmE@v><#JOCOnjILT0!IX_`CXbԻ( B79RK,X+;^.P˺Yr=و_ڠ3]+Fm=(_n~qPo|4ŮT%4ؖRi!qD% TrB& 掰,d@Nk4)2cYZPI=R! gNxڡhvZk+t,LcmUQkz`a3E -gQz)z&G^ ._lW!,o3PR:8޵4rU|O@ ʷoa~"38Jk}z7CVoi~:A.7{nnu,*LC[r[o$١3\!~=~sAץbzAN}F++^vWrD@l4?gbp'ٍQOgdv=_4劭oթBLs 7SDmzo%;Wnd)Ѩ~ b(uٲ hud~Jʋ(uj=_#}'-aL=c`c\X;w1'zAi 3LiS/4mk>疈sҨhF ,|rRedZJg<*W _a8le]R|cFރYl*F?'=d{'RJ"[|#X{zF(nŦHO\Ч eB_1eU{a"DQ?nbj:ʭq'WoVʢ1K7Fodkϥ6*Ty)Վ{cef2Q}'dM~ȒK:]f~Y׹է\<"ő#RO |B(V'9[+ӓO`Z)K(w_-ˑ^G4 r#вX[W ;f`TcQ=bS|Sfz6ђNŻXC/iH =hm"\ST^?@m!m;p\VxÖe.֬ʰedX%Cn7v"E]|NյdgdXt3Mn/H]މ^4"aIPN@q̈oׅsB5{u4unMɦ!ӎodM^ <ݺkLGن7z;qJ7&톆=$7TiQr!>e\_ՙRE2C?\s!2o `:Ū8l[ɒBb>[+.(D +ODAn)qWK _z+ .$fYVYh,ՇD}[Ų,x'&؋ӿiaRY\?*(SRod瓴C:1"R,B8"0GTbB7׾n ckSKlҿ]=N}4UĴ7!1(gc@TV'[DрD+]up۪`Ɖ)kmq_k:O{~o!#hEpQTQ6J:ASKt T mECa\^Q[,HšfNE'Gɫ r6x] f1?vc4K~{{b Rshaa÷%(Ū[/24xς k}D\raB<&Jx!|_ D$M 5?Um{K.k޿EOh2jdfS@dQlPKt;aF=23/>ot\E|}WN hA:冯IF~Q +K \QI--PlV+u,ӻksWN~ j3Jд)s[zi"MBXCM9 /F:mh]}ݣ +NeTj릻F7^Էq,/0PkW`;7=R +"fCXTCshӨmcNN?=?ĿV{UP/9P6T? WwBʸC ,$\ HOL5D*]N1C~20b#Z^kNA8_-%7p~Z|z AD XUEuQ=V?joY{_$[n=rzl4 ,ɪjR:4vF'AS+[x4;uYY`W>km|f'r<&. 0w'GDxI)yoZ}eVp 3o>EɧFͪ_GyZ'(VZá5*&٣s2 ;‘=+/i Ts DqSnmڌxë^ڮ)넆"D=Mӏw&`Jǰ;BHBlTѶ#FK=]>;<:ތylKEvwpus4HEJ1-j"_- + l=@K{t-®31i(#zu!%r<1A~~&2'˺vUnrrWEĪڒ]d 9>NvٮfpDb޻M4ǨQn(WmbsyߑjMr5jnan<MDE)tLlRl}'V +ɺw\JjҮUd$yNL+|Н[Vi=J%XGO+{*$tYW}oZM䷊bYm/}8w6RSQ-iQeo__Gwj :S[⶞y%])L>pu6V8r$?,KHZྡ'MeX`#!2qNM ;GR4dE~̖"Tw&c4h$9 `15Wpr,shh6m9]bLp + [&oE7-V`1^&/M-pwiC EQ}1E +TWvun)ḑ'W-t䆾F?*(z桿6+ 2+`]e\&W Ts^A7x#m\ +6>}tY]>$懋m[%v5U{$3b1TgKAeңc;iS +n*na,𶆭N^XdhhWhК;ةR/d ' +C3\V3~UB) 'Ië)80>A)x 9>7SYhJ*BWFp!äY>A4j-s4"Ź0^! +FV7XNqGXAc?^VcƸGFDtR.[+xS퓫<$2CƓ`G'I؄V23#jϢ~u E-_h-|ߣk܀f[kQz_g ^CӍi:Q@w8fɱW#4ׇOӈ @$ +tY+^F%?{GrF8a`t<`1QʽJx؁~64R9~dcD%iYL{x(â@}[^UeL+@xc4zb{{C}Aƽ`">c A<|RTw wJ|2GCG34jZooA!N+$JtQZn1z#*./yp}"ץ&NTO#XAw^I"E{QW/ɔ U/ǫKg bqĦ 9BXh0 ;k3`C\<Ǣ82KA[hs,EKНO6T؜w,;Rz߾GAI̦|L#oK`W' 7jBɳlRv[pMIn^p7ΰdk buvZcՅvb[äp]4=Ȫ) j +/UO_,ҾEr[ñH~< +,Kği}= ZYR`J#4k>iV:pݤHnz@ mᴦNf1n)q*01~0d G= E?;7$[Z|_Z-)Na5w2S_Mh&aZ;\[*BrE;99gR.k͋oYB"˛h=gĪgV M?YcN9=ҥ [} SDmvnM=/&ܒ6WrYXSz<MlŠd֛:REK8" 3x2yH*tan< XMen6b2%&Ex o*y⎮48& /oQO?q#1 +T`^fsWc 0Ţ*](h/7dO%ۤnNRw&Ծu/ά%zQJ~PnO= ai訿 .+/a?^qb +䛢C+6[tAlf-JA&P *KАo(_>b/~ Cgk'ص w"d((JmI)T&\GiW|zߗ^ߜvhL8&g|rGhK/-UuV4}=m*M]!|fT/1c܃Q|0TRx &odpd[G_-~ˇX`H?Ф-&NVOz uE8bZÇ.(/UЙ+Fo$L >?}s2Q\X&d2Y;f`cU^3c{[]ӫMZ OAJ" +Wm/x-,T/΅O\grC gd!oX ~MOnעY(|3祻gsSOBѬxZC:H.ۑCJo]NԿzA8s"4=[8Ghj*f6WZ|~G] Z" ˡIp(rE(VOuGq1W̚ū"BՕ+=9'T +% cO=[uA]d/m? {܀p= +endstream +endobj +1608 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1628 0 R +/FirstChar 45 +/LastChar 121 +/Widths 1629 0 R +/BaseFont /KORPOG+CMTT10 +/FontDescriptor 1606 0 R +>> endobj +1606 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /KORPOG+CMTT10 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/FontBBox [-4 -235 731 800] +/Flags 4 +/CharSet (/hyphen/period/slash/zero/one/two/three/four/eight/colon/L/O/W/underscore/a/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/w/y) +/FontFile 1607 0 R +>> endobj +1629 0 obj +[525 525 525 525 525 525 525 525 0 0 0 525 0 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 0 0 525 0 0 0 0 0 0 0 525 0 0 0 0 0 0 0 525 0 525 0 525 525 525 525 525 525 525 0 0 525 525 525 525 525 0 525 525 525 525 525 525 0 525 ] +endobj +1628 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 45/hyphen/period/slash/zero/one/two/three/four 53/.notdef 56/eight 57/.notdef 58/colon 59/.notdef 76/L 77/.notdef 79/O 80/.notdef 87/W 88/.notdef 95/underscore 96/.notdef 97/a 98/.notdef 99/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w 120/.notdef 121/y 122/.notdef] +>> endobj +1519 0 obj << +/Length1 772 +/Length2 720 +/Length3 532 +/Length 1276 +/Filter /FlateDecode +>> +stream +xRkPWRD: +HQ.b|E݄eLP$TbJeV6aDUZeZE@8XTAQ,iFj;c8şNssZ]`a,Cs1 PB#zHFD@i H4RA cdF&&Lv@i,c4HLh5p:'!g%EDs kX q HԴ4a2̐MIɀH04e $y'&`IoA$0d[$Ha 0ĕtA(&Fd~̉%-В &ZgD2GS&Ob$ͷ!@^bu%-D (OSZi!H:HcY*@x)\rQ@h K4W39p!kA& +cp6vNڙy*c ! 4B> hX8P(qBB|W[  rIU{fltxP}ڼ$aɷ[v/?~3zfݢU5kK˓?͗׉+~>Ļl+NdX2;0t;q[p_^aʸE{{[~֎[ڋ68Wˉ];Eލͮ6SJQ=}9xj7M;,;Y}9 o]~x^dSxKdqEQSnݨKD^&jz.40z=)P5C) |ʧ=pFF[>>JAUha[Z;DMJ?5lzK^ t4xc7rRLJ>'ţpWn3~V.~d=`Փd|_\q?ӈ.D%kz&ժ]e5]ϣLK5/ܢMj\=^ʳseam)X\ 8_'1Y8,Rg{56v cw,LG% <~Ԭkܼxֱ=Қ +7Ԗe=n&`⣞ EC;MazJkѼjg Ε鴽HACoz|rTTpFvև.#ݟ> endobj +1518 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /GBSAUG+CMSY9 +/ItalicAngle -14.035 +/StemV 87 +/XHeight 431 +/FontBBox [-30 -958 1146 777] +/Flags 4 +/CharSet (/perpendicular/union) +/FontFile 1519 0 R +>> endobj +1631 0 obj +[799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 685 ] +endobj +1630 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 63/perpendicular 64/.notdef 91/union 92/.notdef] +>> endobj +1367 0 obj << +/Length1 745 +/Length2 1261 +/Length3 532 +/Length 1815 +/Filter /FlateDecode +>> +stream +xkTSW)BA  +D-\ +pQ@A9p09'XRE T.4 4 B2`*'" + +uu 9k֜gw?֊a{ 8DOGfI lmx0C`?C{Oѓ?+!$sXC $`2 +c"@>l6\0G$a +^8`4ڐ~ +(`4q.a4XZj d2fp +00K1;6 !BiF>( g+ 3 $2|xRM|.8j\㻋]*sa@SX5IDP_%,921AYDv !4V$2 `E`< 4[&4p J$ |}1сMDxnrdBڿBF&u"E0ߋ1&(2/SUfeYʳN ݣ 4CD\٬-5}ݦC{udeCJ-?jtXuZìCFhbG,ڣ5ԾI]߬RhUKlAma9t~)<->x&-`rm$G&C(O۬/^ys@dtjXI;iiɦmoYՇ zkyQbyC\kpW^;&'o=`zfu%1%TA;pr/QL&m X{$iby}+ؒxW{kw _zM:{:k2N,陾ќ3m})t1ىl)e|rΞ{r768QUya:SQ^aJ]A)lFtjv]m8:1?\VLTV)f=Uքڬ?rGQyX{:W\վgDIos]>g4Ow0몾=1mOgгB;:gVKkU3Zt%R4T6Juns*0[m rq2cy,(+?ޓSYm֩cL~6uP)ˍf6Dy)3~*϶* 1?.P˗@^s2ƕ& 'gu}z'9^/V{NhZ[Sj)fij?BM!Oo8+TKF5m>99܉1.l˻f~Țs%WE$}RkЅNsgB%!åun7LD +Nh˼ۉ,!n L6 0/Jŵ +endstream +endobj +1368 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1632 0 R +/FirstChar 110 +/LastChar 110 +/Widths 1633 0 R +/BaseFont /IEYEYH+CMMI5 +/FontDescriptor 1366 0 R +>> endobj +1366 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /IEYEYH+CMMI5 +/ItalicAngle -14.04 +/StemV 90 +/XHeight 431 +/FontBBox [37 -250 1349 750] +/Flags 4 +/CharSet (/n) +/FontFile 1367 0 R +>> endobj +1633 0 obj +[881 ] +endobj +1632 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 110/n 111/.notdef] +>> endobj +1291 0 obj << +/Length1 789 +/Length2 1066 +/Length3 532 +/Length 1632 +/Filter /FlateDecode +>> +stream +xSU uLOJu+53Rq 44P0300RUu.JM,sI,IR04RO.Q02V02224* +J-,+2T*S00ER_PYQ 2\17(391O7$#5h]rbBp~rfjIcNBH_BPjqjQYjBJ&Iy\ {+CSJ `ReE )h}OJ~^NBJj_>жT8t+Jsrs@C>173"1$5]Ax*a)貞%9Ɏy9 +&zƦb̊Ԕ̒ ĜTxj^ +^?2Ey%! +`! +hP!fk^r~Jf^BbQQb%0y +Ն +y) +@(*q"@A?H0}_Qkh `:41Q00EQ\ZTWN%2ZuZ~rռIK&j;'V5m3^lw[fFׇ% +8s񦅖-7el#d66; jWMcKmjOPH8Q-?s4!kSuB?2Xe;ueؔ8mmMmF}Y(u[MJN1*اEE;)%j]/eĕOdžhSZ*)qn~e-{]V'FTZx~BMwT'&ۺDRhg[ϯem`eD744tGfw2W +np?ᣧ}G|2~\$R ɶ_UO ,3HWRJIMl;#݌Ti4r|PIƤ~$7=)'C™^rV-9iEOWUw(OxӴz%r'X/pW*qv7MSj=O=89Gx9VMu{ϳYJknj|Dq -o#7і%5=;5]*`~/W_?4,Z:isN>bQN$l/_cȸO$y~I>cr#Z`Ϻ5䍴4dC?ÊKz_ek +ͽhpxeZn7-x֪# k U3 ݔL>;Psd}ԗq.[|]KO/JL[?J/oi( rR%ckԀaa@rNjbQI~nbQ6U_ +endstream +endobj +1292 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1634 0 R +/FirstChar 50 +/LastChar 50 +/Widths 1635 0 R +/BaseFont /YTHBKD+LASY10 +/FontDescriptor 1290 0 R +>> endobj +1290 0 obj << +/Ascent 0 +/CapHeight 0 +/Descent 0 +/FontName /YTHBKD+LASY10 +/ItalicAngle -14.035 +/StemV 40 +/XHeight 431 +/FontBBox [-19 -192 944 683] +/Flags 4 +/CharSet (/a50) +/FontFile 1291 0 R +>> endobj +1635 0 obj +[747 ] +endobj +1634 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 50/a50 51/.notdef] +>> endobj +1100 0 obj << +/Length1 791 +/Length2 1543 +/Length3 532 +/Length 2117 +/Filter /FlateDecode +>> +stream +xRk<n +iTT^~4.1Ƞ0f^c3cf=R&ER%{ZB:}N9Yzֳ1cMր`0vHmm{H2`ȁ)@C$omaa1Ej0Kaø #@J7 +7 hP)L 2@3iiE$@#A XƠr΀%GD(p_4[r"%e$ "d7Pa{qtD,KrS` +ч#X<.`ȁ_4/.Ka2x#i .5 0#:Ѿ7! nǕk|- +z X].cX  `$b%D6;V1 :`ja P8HZXXhE@0WDu[hQ+a_:q >klfM%bX39`eioL*!򣒤 2$Y`4HE>ꃩ;]TX].mwyW9a ͕my"GiXZ5y1γ0>~wA\S#q PS1u&-{=[w%}XAeQ!KI>|ILp]b$J!3CI0d٫FL/?/j饁2iv\|;ջsK?%JIy1[zotLqO]k$kk[xZ8}qqϢUj*ECmY{z{ +RGm, 1gkGX.ZΊodTO"_cu"OlpsX̣XGWel6E ~|{jU֎D.c}IR{[jy> ѕxNra4G旹AHo+i磁cWѣ?47{ú ]YqanX01{!+Vþ7N{:=Z _TP> +w;ף; +׫}7+{t@_Ɲ\͸`+nd|gMkvCxbdj;sߚEwVHAT:}յJzB߻5#=Z}&Ż 5pBBS3o޾gƍ'И(Y3ErP6sxC[I'4'+Qlg m^'"RG5Ƙ*NL%\r}&v~s) krq-6c-k' +/UWҨk⓮g:8kj!x'_|xs)^q) fĺS-Aʯt>_W[.C.oAh7a{Q]Ewd]X2!bC`{HJQ9&++>9`O4r{HO؅`wޘL¬xdyAW<̱W gӃB+8t(5S*[6Uy$}ier x ?*'tكӱF<^|yA>=%{u;oϸSJR~3q ~%Sc 1{fJ 5Juluawl:cܻ@r‰{UT?+lQ6p`.W=j1R"*s`FͶM_yL1ޯ=ׅ5YXS%KnOv+A/}I^WTmb{MuM'ˈY}eV<~٣6\yܚBof;3LD%{BuC_B).A#-\V +endstream +endobj +1101 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1636 0 R +/FirstChar 49 +/LastChar 52 +/Widths 1637 0 R +/BaseFont /UKXYZW+CMR5 +/FontDescriptor 1099 0 R +>> endobj +1099 0 obj << +/Ascent 694 +/CapHeight 680 +/Descent -194 +/FontName /UKXYZW+CMR5 +/ItalicAngle 0 +/StemV 89 +/XHeight 431 +/FontBBox [-341 -250 1304 965] +/Flags 4 +/CharSet (/one/two/three/four) +/FontFile 1100 0 R +>> endobj +1637 0 obj +[681 681 681 681 ] +endobj +1636 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 49/one/two/three/four 53/.notdef] +>> endobj +1083 0 obj << +/Length1 853 +/Length2 2359 +/Length3 532 +/Length 2966 +/Filter /FlateDecode +>> +stream +xRy<$ْ}ͤ3b1(blbipdIdK() +mǞ2KIB$Qy_sy=pv2S51(1!**Ha(dK 4t L" Mz&D@R!4PE sH#0da$C\(8̉D :p@ 2ɎC x&Q HBcx +Ȃ» eoܚI$:bHkkEm!!PHT&( +?@J:*὎U/8_~ +o/ARεhCF^o>9'•z0(am3\-uD'+`;A\I֒QyzTsyr&b-gG/L>_8w'ME~nή+yYļ>ҔF'J9ցpJ1?5Zu [=9}*B'r|.o +]w{)5'Ԗ# Iٙ⥓N/jV5RqC#6aS)zV6 cckSIkP5H\H5~OS~g!8*rɽ&ǭt߁ݱ`,j/~O:ʙot\WҎ-m_O@t>}S~)Ѫڤu"4TnA*sE.AD.ߚjpui;YK"ɱ<\~m.ZX>~NڧR7m5Z:&Z[b +p+sfAk +_7ڃCPZܣoYIFKɎ%RɽSʧƩ$[q] dXsBt RT}F%mPce`Wy =0}TѥWh%gCnPa;eYΙE(S_WM-k _lST5eQyHZ/RKHTB~6ES|dv#4 +EaOv˕C[,D;Eq/n@*]CP.( >5?UҞTn"F#~]C[6x)=c1`(tG5?}g%RUTl1WsA!I1Ƃ*kn}7њ^g=1/pa|.ԘVCpʯ#Ú{ݟ`2&A:a,ZZh[-fd)xf=6ѷD#NmZc Wdz'{AF~Qp3螖kɨ:%%XL +?/]`dG7or +=(Q[COH* `,Mr o' #%Ty f+JyDD#uN)\e}JNUdјrf[o6>:MCf?Vw',3*X^ N3Ok`` +q;P/Uzi{d6} SLnn3} vWn[߻#>ᗠ5ZqQKM~_ L&%IP5Z15xN9 0?$_]8 XtŘDnv +/p8{o7 Ǫdnww= )\q_OٽH5}4mh`E8#5z(f]Dn-0zHKݿ(6ug4uXv0fEX8#7 4ӥ g6u\٥:[EqsWMC z}ES*tcǼ]Li YXNjdZNoT,{FܭZ,R~Qpj?Ǯ0Cޅ + Ysl̋Q]FUm+|hy["FN{K} #ԣ [;/>?e£3wi=Ymrl7=%*$8M\گ༩HoZLU']-==uZ?62X%{%HCfh*/Q2n)}(lUk,gޞY> endobj +1082 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /EZHVHZ+CMMI9 +/ItalicAngle -14.04 +/StemV 74 +/XHeight 431 +/FontBBox [-29 -250 1075 750] +/Flags 4 +/CharSet (/comma/c/d/e/p/s/t/u) +/FontFile 1083 0 R +>> endobj +1639 0 obj +[286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 445 533 478 0 0 0 0 0 0 0 0 0 0 516 0 0 479 371 591 ] +endobj +1638 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 59/comma 60/.notdef 99/c/d/e 102/.notdef 112/p 113/.notdef 115/s/t/u 118/.notdef] +>> endobj +931 0 obj << +/Length1 957 +/Length2 3962 +/Length3 532 +/Length 4625 +/Filter /FlateDecode +>> +stream +xgXS۶"ҫ"E\NJ -t!@0ҥ* M7JGZ@iJ%*A4_kco~SL&툻 5@ +W`0 'pX]8@TUh@A)+b rv!:R?Tm BNtAb4p4!PHF!h$ Q+G.HHGS88O'GdLe쯜)%Zx!ſ7"6`y0rTx.=,: +8bI)(+>uD$0H#8? +8 3+r Hyo:`'CB +7T@P `Fȑ27%~&4T=(c'R&l>^Z{hPs]OJ_h$3ۉgvW9a؉񉂼ܞ4_s?/ +vVl0G>0z4㵙KT\}nDNN"-bZʴZ+5.\[lG[vbo+iMgZ(ӭ:-tt$R/ 6_; @O ГYs[y/_ + +KFS}cAZL2fy1bmfw([zۉ5o[RaMe??H [oPӦ=4 H[ro T_ONL,y"C'ߦ(=0VdK}SOߪ[j\ͨP^$mTLѿfPB/t8e*IOE\cD$o 놟)oo:gWjtdXb,S@xFXNw 'ck]z% 91/7&IJ#҃]萸o..8^/qq#*{|q,2eeׅ *vT !*5u,qV#*gK8[ \Cc{Ktu:7-xUu|֗؜9j8ȕ;zStk#>CRYҴŢz~b/#J +#WL>k$Xt8 WۆH +0oН]m0*{i*jӚIim#婣JgUdM.aupJFٹeּ!MN sw-n\ު?50K48W?tRs ~E)]PiI"Yht.9-_S#a|7]JAB܌ QP?* +Jy@Ş݅x\$[9M]pj~X)$G=0}FRD1ݙgr _e+[Rq@vߎiͼd5CK,%"vpَmަ/%vzwKSE8ΥN` .&C7g"'ehNFv17-A}CczBR]?ٗ?s"]#+Er  H(4+CP1`]߰N(>j{AG ^~,NU\&l d}CFpoK-P3Y}~0o9UӮHbhZ#6gC/=R,2Ƅ]jz?)J0>%V +#LZ`dL#a&{8 ^N54+WEG9>tGVtz湒xL Nwd6M-Xi/ǜQ-wfl!Ebw򰊦TyMWa9jٹ\#0,M{L l΀$sR^kvVX=Qi}M2JYhkax14#~xI'w9#h?#F50&TO9z+c [liRwۛۦ +wXTRfttSQ̸\ xZ'Hvf^.2BŌuOHj;4FbyWa2"S;.YoZ#p^kVځn9w?+o>e'oE+Q;%~ Oʖǃ=&)ϵ]nP2n=1p$C2( %h#|E̬uX dGKĽ>膮OK$B!*(Q_4]&n?XǯQm >3k4 + /3NXtx !mxu{3 Qyj[)/ߍdգno^Fao{6:'sj +ļJi>-s?Q֓qXX,Եrc!;yoze34zHdkHXDբv\P6R-9{µ}s K㕕Oe"Q8zЈ2aѤ;z5Qv'hܸRD.PWxJj*M0Y\x]SWe|Jg5 {5o()| XC<Ԓ$g=ہn% +di$M&(xk3fe//,4}l 14bM|[mf?A%TD\=VLdYZj\b<緧 +^\h4ez2nceSG8㑾GVN^q_7% ;d΅4gլ%EcNǜ3loԽtZ5>'Lɬ;ȗtp% )Awx‰"SS3a6n):n1n6Vb9@_x!Lcsq c̻l`X44\W4C7--b>v쑄D%2סE6"拺M$Z_ܤh= FI܉C%E, ++'V4[ e/C稑+%ڳP^A\tdkѓD7^Z43oOìcc9{KRS2˭0Ꙣ l9vM,b qYSbޯ5TVbSJ `s\?TwNEGQ&6U +yL5x'5eʇR7.2ʹ/>uZzl]!c/|ds{ϭʒ9 ՘Ѹ/O4){,iO r'wMj  ++Oh\-|g9`8/v9g ¨#':LSVUxI͸["̗'[ ʫcy'=& 'E^P k 9+_G߽nCJ_]>í6?O=fS`)Hy\n0V@tQ֒Ogsf"Ʒl OyX` k<S7ƯȏffHih~c/NF٪F#k}x"rSԊ53 ~N׽p͝^y #Uz/XU9T_"g۰)\Sij*|Ҏ_v* T??!@#x"fxhU\ +endstream +endobj +932 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1640 0 R +/FirstChar 59 +/LastChar 116 +/Widths 1641 0 R +/BaseFont /KMZMSP+CMMI7 +/FontDescriptor 930 0 R +>> endobj +930 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /KMZMSP+CMMI7 +/ItalicAngle -14.04 +/StemV 81 +/XHeight 431 +/FontBBox [0 -250 1171 750] +/Flags 4 +/CharSet (/comma/less/D/S/d/e/f/i/k/m/n/p/r/s/t) +/FontFile 931 0 R +>> endobj +1641 0 obj +[339 893 0 0 0 0 0 0 0 934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 595 542 557 0 0 404 0 607 0 1014 706 0 589 0 530 539 432 ] +endobj +1640 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 59/comma/less 61/.notdef 68/D 69/.notdef 83/S 84/.notdef 100/d/e/f 103/.notdef 105/i 106/.notdef 107/k 108/.notdef 109/m/n 111/.notdef 112/p 113/.notdef 114/r/s/t 117/.notdef] +>> endobj +928 0 obj << +/Length1 1380 +/Length2 5479 +/Length3 532 +/Length 6356 +/Filter /FlateDecode +>> +stream +xwWX-)JP顇DzH@H tJ^BW:қJt<<'sƜk}r󆶞<iUA"\‚B7o*`WvJnaqHZDHZDztBl\܊"R) 8 K`;)_n(D=?[ +ZN!eB_ +S,&wM7={ gܰu[^iepn-Db|fCSZUyxWpd jΆ)i ҍN=N. ȪIn5njG6x#B&gncDco/jO6۵hGpʒٝbkQ)||>\Gbc,X7vh[ٚCnHB:Ycg!7{ */yƩGQ(J 36i~!yq^ %}R@5*^pX-* Ti^d\.=d>nlT8cϊm+*/$TFMmU$tP]OWĔNX"w^@ީqDF}g]10c9s!M?NYq>mCϷWd_ OH.̕UݰӔi=+(dyDmY}Ϸ-]ĎčlTۡ[eD,d#Q +)U_?pc&Ļ<+#+M"*ܔ"'CP.W3g1 I!z4!SV/l9dl)Jῑ]0;02HeNN`yrFb"kܑz<4-^"_=}M|-bM~e#歙XrXġOt_M찝"% ǓwMWeqO[ǦICq޷ * oθu:V%XvO7H^±m|XPo7b[%*eu.bGnhwʣfZҴ'D1PB?Up:y@l Ygb]('\-նm(`Mǰ=]c]FjP晴m\jIlrhɦ1\T|drIp~AF9 +608[@&8dճcfZ=FV3>&%;H$E:P.Kf,;O1Ny뻥j_s3Pn/@cu?xeh@j=9]֦J G=,t[)pꘇmD #L<'|ߧ"^&FMaå.겂xA +o Jd>S׮|s ^5/WKRV.pKo]_X\cqK@+n)EmE +NjI ͹YnQ0p|R! 50d~m_fCY :0F\ӖE9\̪р+tSCIⓝ)bDl/ +^x $1D%94u\yDO_wc95э{{`![ +MM158}W*.G匤5bs;Q"dθHc4y_h\?0`D a +I"`.,cۨ뻾nw6uGA%og&S{]c*Oͼjyf8V8YƂX,16嶪xk0G[T*z?{r&%"o&ռ!J_#x`+'spoQGZK߇m/bAC {qm8wR쪡$ ?-,7a/'7YG Dx*o5 | G;_=S~(mwN?lަ5;YQc6YdSmI-p,[HA6GzRpKSJ|E:Hh2ZΊYڳئ y=)sҡz*,2Wf7#t#,=r%NkS $)_vSw_[,u8RѠ{-/EG%6Di*;*T}^? A%oU2wepzc'Φ~Pٵet~eZ" /k-&u|cSTz'iR3tbJ6⴯ǔV%jCx1`! ɴzcJCbqS#E؃ +&&1''ߌ!Wr=D (aZT t`v)4McbԒSIcg|#~CW|{f,5~5^kXQ0Y(ΝpqAa`.Gi+ 4q%Fч:"'2w.;㔙TXp'|>]6mq('oRcՈ@ecvi=U>Lط 1{>M9;a2P"+aclMǎotD<CF1Cf[#M"xy K[=~_錡t&z[_3sjl@tnOJa9wрu3~`&TؾмEu2\|<8q/zӷE9%õcB~J/^6OB#jBJՋ`}=TF0O+?잕Ŝ:EďWLtpv.6Tt!ZoWJ6ZT{g5 3G&xKþ(ES;J'OU8gݛL&' `:[ԪX枵qÑ5>'k).wlY7D\j6brb|v~+Sry/<+<O̚蝚{"Oaq'"Þ8rn%f_5>O'w= iW +#^I 0M|Y?M|4Z7^/R"g=r.PPr0Yy5BsMZ@A(qMOtl4E^"U+yz~Q7EBv=v9TKFES&f }2OptWh1Fee('K)fxs~~WKp.|?CGHK3=MrNd0(Nh>9˚?QMrW(>AIc9kaLϢ|m̪Mz%t0W[c`z-krSKޭK:ϕ!qmY /'.JgMGK%fTkNwTR5T'KM]WKPNL*~@-|H-T eerY +nI>ć~q;y' ^ Ԣ}^^kQ}aCdՅ&z&N:xg~[3qSJ]|`߯3.<ɒuҧTnZ=۪:>%TgDE"F f03b]IS=~7E';`xSoߏnDžN| )1@ӄ5(2^sw ^*Pꡲ-nlAz77^Dl?8-o|`ap]9D][Φ:_N9UQHPpʛa4Kʻ}r݀g>˥!NRuw]:*Ӵ!)^?xy3uTP )xB\`R +endstream +endobj +929 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1642 0 R +/FirstChar 0 +/LastChar 106 +/Widths 1643 0 R +/BaseFont /UBYATJ+CMSY10 +/FontDescriptor 927 0 R +>> endobj +927 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /UBYATJ+CMSY10 +/ItalicAngle -14.035 +/StemV 85 +/XHeight 431 +/FontBBox [-29 -960 1116 775] +/Flags 4 +/CharSet (/minus/reflexsubset/lessequal/greaterequal/precedesequal/arrowright/arrowboth/element/negationslash/universal/existential/logicalnot/emptyset/C/E/I/L/M/N/O/P/T/V/union/intersection/logicaland/turnstileleft/braceleft/braceright/angbracketleft/angbracketright/bar) +/FontFile 928 0 R +>> endobj +1643 0 obj +[778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 778 778 778 0 0 0 0 0 0 0 0 0 0 1000 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 0 0 0 0 556 556 667 500 0 0 0 0 0 0 0 527 0 528 0 0 0 544 0 0 690 1201 820 796 696 0 0 0 545 0 613 0 0 0 0 667 667 0 667 0 611 0 0 0 0 0 500 500 389 389 278 ] +endobj +1642 0 obj << +/Type /Encoding +/Differences [ 0 /minus 1/.notdef 18/reflexsubset 19/.notdef 20/lessequal/greaterequal/precedesequal 23/.notdef 33/arrowright 34/.notdef 36/arrowboth 37/.notdef 50/element 51/.notdef 54/negationslash 55/.notdef 56/universal/existential/logicalnot/emptyset 60/.notdef 67/C 68/.notdef 69/E 70/.notdef 73/I 74/.notdef 76/L/M/N/O/P 81/.notdef 84/T 85/.notdef 86/V 87/.notdef 91/union/intersection 93/.notdef 94/logicaland 95/.notdef 96/turnstileleft 97/.notdef 102/braceleft/braceright/angbracketleft/angbracketright/bar 107/.notdef] +>> endobj +915 0 obj << +/Length1 1038 +/Length2 5270 +/Length3 532 +/Length 5962 +/Filter /FlateDecode +>> +stream +xeXTm7HILC41 %H%!t# )aHRC9xO:{ٿu{{{_3Rmh!(*(iޕ 7aD([{ $P0T +"!'Юt$q@AZ(mDx +c;pG`p + B];4 W%/we6pevApX}raU=Q(k?ѤlDgp埩ƈi#HOF!m\Q@* +G"}p=`grGGyj 5?.w ZAJd-[4bk ڗ rUJ>W 1CLGOB$ +`oP7`ox^ɢ~+]z^ëq t1ᕮo(=~+Ue?ZQ/$a?d$q$$zb0??/C^2aK6=~YR;kG#YҠ9i LӸ!}zuGd%ufnԨ0o|}vSM3 *ˮM;_n{uh}2m:r +6M Nfצ0ZOz{.BO 2==f4C%?%{F +c0J}tsAeݼ%PGQL+}d{_=vlFXXV1 +Dq)gIU* +ʳ͗ \x0|Tc= ,ZsGНB}b% `O(YENN; 1I`CzgD^̰ ڒ;A]ߪ;j {b=Cqujo' +%\Siؤ6@lI{.e?UF@*Pdޕ%_ J<E{B',!l05L[Z#(?_e5Y;~[ӛ00}WqV1d;YLKf-{Wv2#o1w +XH$d9 73 VژVۊa!(#`6ku[GX' +sco?"V-5x6xTTCj;Ts^Ook^Ͼ/\(LW0cgvT&9,2,{u&vBu%{w!u?L'EįF޴i갞AytvJvlj(!]l-YFEm;uv{E^R~'7s:v0>1Оkj+/}p=湟[_59d.WbƇ,[Y_|~%ȯwRN/s];|]LM&n?«" r{p#8+%T:-#jY R?8<.%ښ*-D.N\|="6)`R.,7V/5Zp +- y!~ضcӒ/ʋf;idԚE1 rc ާU8=vr +#&G dm*l;JؽQ=×-ѨSax3ni}يSz/\_G;$풪SŏWef.Ug:wG-?Pn%` +vڴQchH$%_ ^-Ƌ*j~8 3PًeVC F4ڴ7ߟ`h͏'q5KICDcUBz(̟Z&2;~RaQ\}T>IТ>n@*RX)ur:*Z4*xmO.o_^K9ӕ\!\E͆s$ޢ:oZ>qUpyr*>r~s;+2w(5=FG?>p֫6iQ!>es4QwGmwS0qrU_ָ5O}Ev8Pa<[/-I[L/zK%v]&3N ]PaE&L`Z"Ƹi1 ttn?x/~ /feIsHFzۭMh._D3o)IXoKհ!&U,l(o -)9'Hb.ExI r +9дヘ{yl^QZKZ3Y'cZO Wh*WVA1#YgKdmM8޾}D ~VGF-_(__ȕMbS>"(ES L+]{ìIJKr֍48/ԥ~dkR'^Kt!DjgDت"x '<2 + 噵Ʀ>N +E/SQ\KBA\0HP~BhVnl&#Y%THwgF=%􆁴]fXk!8mFjPk/X-WW391U>"_ɿ |[ez[{3ƖC!enGi7|ife7c̈M7Qw{~sH kIus7ڧp̝YV3<*GIA>P5RjI"Eea)C=J0PWEYGs]k2( #yveEhĥ}v{`ԏ&M(shLţsq! {?|}>kglǢ[V/Pl5AƻzH"]яJVʷSC*|֩ZE/ +>6 Oc%<ܺ`h#cQW5f;!H e\Z{XQ#vRwk1[I~H \_V|hT{R_ĩkF垟39QurnG :Ee +նH1{gj7( G#ljD٦шZ"q^YlMe s~{@(,;s\otlOCH5WEYp2ЏA0chEt;F|vkEKj恥'P´*SĬCr^Hu7/7&Fsui{z'Um0!Zv-mcbO:L?TDEe!S"bbc2)Wc"BWDa7'.`oMf܀;mjUtUEqVzpq[EAR+vL>muĞ%]UҺdI|WDHF+fWx/2O.wo穞E8pc`=/vi ZQ( Dy~ + +ʌf'C;d 5vަRS?w\Wݍ>AXCKυ~&WU .tLX j \5ߊߟr0)‡^4t'KXaw *їuXWƁTЍj/E,Pr7<.ݛ>`㗼j9d B\.Q)%Ya2㍓0Nl7}+imvE?oi?TPk4Z竲3*,Lz~p?(5lq"- +endstream +endobj +916 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1644 0 R +/FirstChar 12 +/LastChar 121 +/Widths 1645 0 R +/BaseFont /ZGNVOM+CMTI9 +/FontDescriptor 914 0 R +>> endobj +914 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /ZGNVOM+CMTI9 +/ItalicAngle -14.04 +/StemV 70 +/XHeight 431 +/FontBBox [-35 -250 1148 750] +/Flags 4 +/CharSet (/fi/R/a/b/c/d/e/g/h/i/k/l/m/n/o/p/r/s/t/u/y) +/FontFile 915 0 R +>> endobj +1645 0 obj +[577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 472 472 525 472 0 472 525 315 0 472 262 840 577 525 525 0 433 420 341 551 0 0 0 498 ] +endobj +1644 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi 13/.notdef 82/R 83/.notdef 97/a/b/c/d/e 102/.notdef 103/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u 118/.notdef 121/y 122/.notdef] +>> endobj +897 0 obj << +/Length1 1647 +/Length2 13505 +/Length3 532 +/Length 14452 +/Filter /FlateDecode +>> +stream +xUT\ݶSSxpwww(-,Ipw.kwOo9j6Ȕ՘DMAnL̬1Vo**1uX>rr~B9:yX[Zh br63q(Y?jͬAn;;꿮p\A. sfVVdi#ݝ{!&C`@*:~t}%MUߓMWhrqT-)̭sUL`b`f\ +`ab +w`&PSUDLB=/*X;{;,ͬcH.^=f֏ď2ff6N.7& N/+y}>.|L` +Lw T@;'?Bl_GQ+ǿ MggH:ڃ,c9 f0*>O_('>*I}K*>nS/}h%P/}>+qtWKUGwտ]/}tWK5GwͿ]/}LB +;O5ӿy,S?Cj~Z?tmN)?ꇕ?ar~X?\Vn+?/}Xy?V>uebg0qkp;hrpQq7[X_  ayь/&)<@hΕ(4l+GƜK:=ƺ-Lhn$7 _BFƢ+T0;7Cω>\&sjfX肮?fTUz`8՜b? ]>y8t*X\c9!Be=eK# G5# lmS8۝%@ O֒Ѹ#(0+'*}ta}M թ9J2{,~/^ w-  >l0U򡛈pж_@g>k,b >=QAe΀v,6CI1 Eƞ"q̪H(I"8ǥ]Q\2AL">l4=uUrWU#q%/W dpY)q~(m:/9d\wUOtsu?&tr{+ +~DZ-\rtCTF ]t:\j}=:8-fKU~Z 6BE^wI x[rGDh[v8Xeͳ ݝB@Z/@6v*{o}nbeήLKuy3ïa"CRJk+5ۅT; S`ǔObʴ畸bFh2I/%SIs h5> Y$0)hy[Ӟz利\e@|`h.;4d!JH:_'F*h}=14|-xv9F8|=mŒ|A4<8wx LQMndGrjR E:eJXПM̐.W0?Czi\5S'HЛπT0BT~G]ZsƌA(33kZ{V R MB_ѱ(J\l5lkmJvs[3R!K=½|U_0W쪊) ?7P\e$Q3SڍxL/ NU#DM3ߢPyL#jYi#\v)V2ugаz$hrF20 o ̭`3<c[&O7vDz(ڋd]7o\ߗVZb mvNll[.Fhfۓgݵ|}:غޝ&-2M!sM U_R~XGvbFq#Hh[hb}clGNt%㼞6|mȔ*$0DTJzhXD=.\Άji"_LvT/ݪV6zj` _HC ! Š>|xrAp!iwķ .3`7=>T[pI/rVy&..sc]@Z +eEVy)Ϲ| +{+3P%PY+ r|1ʾî4gbhL53#Ga +vhU?qJ׍M)TEX%پ"p"mipƂĿB~ +wNAY 1ЄYI'V+<\*r5Pn[.rLǷm1B3݉-"$ nYr,Ch_&XLGr8i_LgY-y9A,L0;;_3 |S*Qָ4"ՓKK'xХs +S&$UWCV{{{E5'#A8 ?03Q-4s#:Y;Gp*y}%8qs{ kN %mWTgyća2CüO˴$ +Ɩۍyb@% kDZg@f gJ>nޟYIȲC`YGg)yS;ṽ.lfėGN'ԬxoFU!8o zA;yh mKzXT _h&Dt(xj`.kۧʿJFK&VsTuμHwᰥ/GpXؖiܕ'Չ# gF =`bq +I*ր 3uVn#K#M)wlu/#"r NFEǍ3a=PiTx+p3[Pi.;+ +yplg@ fl^{ףi5s6;&9[qFgEZ:hG$a$9?'w *ťHdW&T^K/J5!!ey J>wmf {h\˜>?,(@ `7_f~PȕC6^+V :ũ4/CX! EC2l`!:%J+D$>BI\q{QC2 +Cw^iMeC w!]gvqka+ f;,+l|S%JdRD7sΈ@[9A(cv25ئsĸ3 YO?n# XEF}c,s+pcvx<! +6o̭(ؖݿ~KV#Q*TB^׽ĂVw@U%|H|Q: +G˵.s1/`ޣChs:yu!D! 7rRc'>ŠLQwHd{Gt@^ER)g +i./j{X}B=xi ”HQ:e[$ rE<{&  'pAU# +7xcw0%nPΟAe8A;N$ +6)W2?lJ-lwRUTTߙzhG&Ϟ4aTGAQ-Ds/@IJ{ړie;a+Ao*SkiGm*.z+.( Ɋu-^MՅDQVClcxTG>A-T "ض_bZ|j{㣺|r6D5GHS9r3Fp*ܫ?'0srti"h*!.!rWn +t=I2L] Ly(`)~R=N7j+)H}Ⓔ\^WES+Q$2PQ;%TG`GزeJyZCrp[if\w߾! !)lq)&.ø::4D- s. ڜyH}lyFZ}Z)8h3IU1cw5E0NoBYQE-,7t_ +/bTQ#k+ 0ݜ?>e[rn`iY0-qv`<<; YV8 Cr&0a6~n35Y7u &iӏ^Z,@~,ҍ­4 ?tϑ En-/_|Oːy!%w>CS֠ CQlr,ç>v{\9>bmȩt[m E#ެ=s&e:4_񚮊P-R9q@<,틪8օF08{6,}yGU])jh50fhRujV sn0&M(Y>;\ 37E_U+vHB>$"R,!Ox!D*:v Ï)%R!z_9%ӻD#D]`IFlgҫH2~Cl˘lź_])'nQ92hI.L ҌDu*+體+vKDj7e=l?KxGz^ r =WFN~NoW|nV%DA(Lp +"8NڸVW6'Czt3itt~~5|dz JTYU[K9DtCا`aً*$F!c6uWDW?ŐlHĻ`:u>}AY(l D) ) ,dV}-Gc'շu]eǪdB8JtYb1 +˅n +yՍوtQV2Ĭ +*\W1u<%<׌jR ԢA =⣉QFwI_.?o켄 k49{)_6|H$HO}@$x~fJl;h8yVԽ?nת|g[j{[~.C7~E4+4cVB`9,9'i&ՅSp.-~OG]:rpkuвkB3J6Iڇ1BvC o_UV4iCyȱUi=a}ʗ1i^*|Cpi٢L\B:5=se,EWqxƼ 4(_-\?0`g'V?+^5I[EJo-c}I)\d +^{7mVzYKBg|&푁x Yӥ'11GwC}8 +'h#'ʎ CdxJbZuj&ϓ6ޱW +aX4:h@vS.0W@BQ4"!#wzޥ4_<^G\{=vM'$0#VdkξQf 3: Al705/W潺lG{3^ W@iaok{4|`DZ1>kizR`Ѡ#>a nߠdő%֜R@XIiBE%mRuDDcACX@Bc%%}:FgPqq@ZTk"uUn$[9A)/OOX0FtxlkjkvN$iHcF w{`g?Ub8<_ꕖ%Ò[;Odr׹_'Ե؈Azj§(v9+_: 9㤚6DHQDkF-o3ܳ#X)X\0ёwtPtՖzoc},D{BK^[figsr[m7\Gik!<0pΞJ`NS$9|8< Vs(ccM0%CP/!~*$ǚc/MaЯH; 7A+g/R(ДS2l;]08X:2T7sG.ئKP6:pHȴF0A5XcA1}*ɠsDO+|w#,Yz'n\Vw3AC#Yu^]ӝ`'ΰ }K+@uI%!ƤWmMϚ15K?K + +)'lNpiؖLE]M'?9Y/\zt 7ˆlb6tAnd::bĄ)M(~uiMf9,0j"5MO=ea*Ml)R-|zFNO*`rlDV4rpr*K]9nM̪0,,M MQE.Ҳ1yk T Jhp6W{ l A9i^^_DH(fi A1˒"3=k_:0&򈖙KǍ9\jvZEbjxN&T"W:߶4\ +쀯hM!{?{WğDSoީv5YF ῜0y'aU.i9ST~g(R: +ϗ~ Gmw`UՃ\S )]U’],;<ӉJT gk$|2{ t*Mu7,Cn^l"#KyS;$jujݯ )nw(a[-Q?%^.RC#0; (kKd|_5 +u=yz`WfZ6 h-\̂ftfm\{51#(N6̛ +r=>FY*g˵H6s:luބrG) p:'i"+f=Rqq~VV~f-`?>dAV9FVŶ-{đ(ߝA7*R5ؽvA! +4#awK.8߅_JD61nF0>~ѪS +qV0pe$–MӘP *ج3A OkRL\V V3>p`p%Ѷ^ruR8n4ٻ:f3&澆mo#w!߻JŧV^lJ@ioJWp"J}<[eLC"pԾdIQ[G~>]g= jm.qԓXV͢3&4.BEֆԅoԎqr Ԇnq T6{yiƇYT†>J 6;o8D`{{U +:zε~1 mvC +5 F;Sۧ1m!f#L$$&,# ʜcm%5) %E}9eMkCBk7)vubƇiWr?` ~=0a={^?fM3)M 6q8uG"i/Nta*m:I3ֆz^Q9پU޽{;먙՝nړ>76Ԟwtd/aJ}f],y&Hq5yOLK,*cӅ~l:4!Z%U0x1ご*=:8)S6^z >P&,~d/by;Vl|'~wIq~q韀Xy$YD%Գ: q?PJ͍5}x0f>E<9ѥʨr9' +ͩ@[Y"=h]OcN;39RS, +_u'0y)f/D>Eb6ȝYVUv5xO#MWoc'Xx +Ry{htzpW0M +7 \0 J$7e}Oc]hj/ +} '=:&)hX+fs1aHQ%B$3yaUiJwΫxUE' {(U|)pus+Gj]0fdז9,o H"U7l[hrxRO/>ҭ<4vacs)$@ln&{җ][R?7O9v/}"|VS[QM4'ĭ􍝫iC>ۈR_د6j#!f-+ vG8>@ KdV e!a0Y f΋.ʡo Ӡ{+ WW%!? + 1 ^wrF%YXtZQ2lCa s{,LKDx]$zK,}574Ĵ吥6_9l4yvq*u=<2@DiY AA]SEwFB:G痉ӳk$ vaY~H,~PVvfdqM׎k@{^P{5ʠٯzżڲ%7OC$f 4oVo)~{kZ:m`7wF*uF+ +g;qXݜ j~E-U +N~.)k98'G9A'G=ַY,)<%qZ ga~7zg6qH!_ؠߐqzXt%.ğ" +b@~|zgMyM -p.lA$o +ELܪڈ)u̶rlQJ~HkU2jľhUz\quBj;[6T G̲K3`}%E_^%BB'P^Ƀbx2 e#{W1x.U^̈"E|;!0z|e권׏{mCH?kd^w5q+0[w#c/D2}f&'}#46D{*?ض1I{$JʃN$ަҕX<bSZ .Ӻ@nԕSS~0Z3>-K~: +a.V!,$nC(R>nTzfiul4 fRH +6$Ov}hj:ίtS?IL5VU WF[lؕ9Xm8]zn+Kl>J)3 x4NQ?@@G)M!}If>O׭tCGx ٍBw:2 ?#ԵC;9JyT[oRAǷ\M4%5m   ++XD@v8FkqjE$8i`aA3GS/i{'h&J2+9 Dϝ vdžXqc(#'=J۞Zpm pִVȉoC²'q+s8.O&ۈe9qGwzmB RX +/_fai1 5sxM}𳌿dD+Ovf'hfQ7QC!I.LAʣ߈xJψS| ݈Ji<8L,j1&Vco[Ș).w/I9%a]m\/%VSi81Q:Q[߆>Ѓ"@b,X;P#PI޺3O1hQ4[&b\7ҼO6 +8EXXSH]GIӀEҁBA8"svJS +3?-[G_jc%Q~͹&2etq/Ja a]t!#>r?P0oY +endstream +endobj +898 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1646 0 R +/FirstChar 1 +/LastChar 122 +/Widths 1647 0 R +/BaseFont /VRACEQ+CMMI10 +/FontDescriptor 896 0 R +>> endobj +896 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /VRACEQ+CMMI10 +/ItalicAngle -14.04 +/StemV 72 +/XHeight 431 +/FontBBox [-32 -250 1048 750] +/Flags 4 +/CharSet (/Delta/Sigma/alpha/lambda/mu/pi/rho/tau/phi/omega/period/comma/A/B/C/D/E/F/G/H/I/J/K/L/M/O/P/Q/R/S/T/U/V/W/X/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) +/FontFile 897 0 R +>> endobj +1647 0 obj +[833 0 0 0 0 780 0 0 0 0 640 0 0 0 0 0 0 0 0 0 583 603 0 0 570 517 0 437 0 596 0 0 622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 278 0 0 0 0 0 750 758 715 828 738 643 786 831 440 554 849 681 970 0 763 642 791 759 613 584 683 583 944 828 0 0 0 0 0 0 0 0 529 429 433 520 466 490 477 576 345 412 521 298 878 600 485 503 446 451 469 361 572 485 716 572 490 465 ] +endobj +1646 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 1/Delta 2/.notdef 6/Sigma 7/.notdef 11/alpha 12/.notdef 21/lambda/mu 23/.notdef 25/pi/rho 27/.notdef 28/tau 29/.notdef 30/phi 31/.notdef 33/omega 34/.notdef 58/period/comma 60/.notdef 65/A/B/C/D/E/F/G/H/I/J/K/L/M 78/.notdef 79/O/P/Q/R/S/T/U/V/W/X 89/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +857 0 obj << +/Length1 1388 +/Length2 6840 +/Length3 532 +/Length 7689 +/Filter /FlateDecode +>> +stream +xW\۶ABЋ(.BB;""UTHޥ('k}}:s9s&ae営EXCp7,UyH +Y @(V, w@e9JJ;CP+8P +qƬac"lP5 q !<0h A!P8/!e(-CF +Ȏbmpb@`jA0&?sq4 a5 [9Ca^'FA@u- TCȿ!P*`Pi= WjAQ6@ ; mJJk;ހïf*x'i{^Tw8픔BTZM ^:ٛfd0 +}cK)9gW|l,b0&f' gOHͅYP6ʊr H)J0.=9U|@<3#*~ˎeF^g~dJV%"ּB5;/A1uKtĸl4k4h [kn΄Ss~}fv[RhLɵ:kc9JărXiO5sVgc\[Wz7ו4N!!Cϻ!]AMb]Ga I'w'3-@!c5&ɾ&OY߶70Y9^"eFOU]"QUfrBM'r + +!gCN*ģz- |L0C}a\E +T!ZXxf9zY~z{Cn.zwoB4iYKKB>mvg&y|Ώ(䆷%q_a SW<*i+Q /@MEF|GY}` O R` +uj :Lx + >S?`Nǜ r/ IJseƺ\#3U܆](1.¹rND[Ue2:[kûfmtZlOv#QNlhx佟#5_u^y1#Wf6"s= `ׇ|BXJy_LodYu22RCb=d/HT(Bc3ڊ9YAM_'_L7): oR+_)&LkjSUkA3ьvZz-* W0Eazq0g. j}!,B)jڝn*IM2Uڬ̱9]4R +~ȥR1^QoX>^2&TXY|@QqE:֕L& +͐ #N39YF?zW9+cR/oCf9M ɣrӆd* +tc +*[1Vc|_ u(EibgpVe}!s@ͥOg}Z^J"ecЙ ڟVf7i+yOvViH"7&}tPuOl#Q*e7z3[G=캴˚z!5øDDޤRc=n_MNPf[(cj~n%OpZ1s}gN)z>ZLaz_R_>9a|Y?3{!RfD[W`I/|swXn[%Ķ}?{HJV ~ЛIj3dž%[K7^}IUd6e^O=9+g݉tLj6yژoTG_^KS\xs\ +btP41rEj3VbaKk?6^xECIϝgbԨv$FtTag HߐUّ kRJO UjxBpXoIsMm]Ѵ4|Ƥ[QK)u&vl95l2_ \T?RyyQ73m3Z}f+yÐ5kgM+x1nE}_SO|ӀN3xҙe99U%s' ]|&c + {?SJ@ICUu&LXAM9~ͫf寮?ڏ-JG 4d]a{ +Cwš=?aM4}@;)1:OWaͅ23quqo+HǟTTUsqʋfX\+lJlC:Rxk6^OCW$9~q)<>Mw0ZyQG ;5Gy>gnx\<%BoLhubT+Á-ƭ_a8)5^~2XLS F꽸#@U58_n$Uy=EF/7׳[w i ':T}k?# lxz!>}xSIy?D==NēHU!mO2kHՈqi[R '|hi\HO|e;ml췽3MKvY$ٗʱA)]Hi[B83hJoܪY{7((NȪ% CҳWԺ@DM mz\P1yyԞP!1)A+E]*m\8Yę{w ǰ@V[.*. t}-%}nHo$O_ɃڄЙ7!. }~J9ܝ.yOCZ'T s Xh6&@qWofzS`X~cP^S0/b?>Tsătf!:W!Ow+s] /h"ު1.mkMߙNYk)C{1Sl12+–{W+U,~%93g~A[2im"2Y qQT:E}l MC]m@z] '+6X)C?We>Vɮxwo Efd'5 +|ybrCKUep"OuT6xvc3ouA?#*Sƅq/K2F|iV{}|H4lK.'\I6I H?n+Y(Nn)ɛRU nk,QݲX*EAO;eI_U5j'>g)2_PDܰsͰj"9M +2fe\~,x#X9!X ]Sob=9L\n-}ژ-)o͢wmw`#ṯ:bGnx +iE Bڦf#BۚH>-$lMטzEbŪscy:;^Zgcw. 2^FghΞ+.x/+Ee2<ƨlعɸ_uF;{ BtmWdͲ_h9H_?RqGUwAkHG"MYxWqۉoLKZܤ_ӞhSQpq(={8i[횣G+w>O~zY4q)cФg4nCx+7/@hdzNmxEI]a-Wvz g+vzN]Kא煓b(Mp7ݶ[ƯbqZlCCSaͰ0P׽XHo0PqQNom"Zi [ZUbrP5g\E-.ز%{Wv< (7Y"&82tC9,<D#ۖ^`dJ}Uy}DbtN Wylg'R|ESL˻p_"Ul!6\X81XRk~l%LdvqBx`n[p>w>U(]iCJ'e`Ӭ3?F ڥIB(j bDžӜIPWw4U= +T9JL%偞eP>}˗ 8IMs2#=gZTT~t/KGFFeb~X,1$uQ +Eh"2K;wF?$Nk)P.O~6"$7KK`|_%}ar@02'3e vD4jL{tLÿ4lVUƆRQyjgPhlܻ^?dBD<$un'_Mݝ0^~3ۤH"0~(66eIG]v+r;X7hPO3K…\ADzKSyɋ_G(+3[#|Ս+ -NٿJ^Ka +gT߆Bލk=_YߩHot|Y:a$7lQIB$ǣ@W7eKӶߞQeFLn|av0/WȘsGx~@%Tyr6F6@A]{RjzGb /=g5%A:OGkF8ZJ)=S87uOA 3nj@'_RNrag,F$tkf(k8J.Bc? M}%+pv tJvs|1|An3/ +Z̓}]Zf#Y ʽH[Vf¥{$;"|9GBFv5:!k_J¥5&@w$;tеJ&4lO2:Y|[r$iUըDT.:K~Ee0't;{ZbUQjRfGSgbMt@G?> endobj +856 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /ZSAWAN+CMTT9 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/FontBBox [-6 -233 542 698] +/Flags 4 +/CharSet (/numbersign/hyphen/period/slash/zero/one/two/three/four/eight/colon/question/E/O/S/T/U/X/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/y) +/FontFile 857 0 R +>> endobj +1649 0 obj +[525 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 0 0 0 525 0 525 0 0 0 0 525 0 0 0 0 0 525 0 0 0 0 0 0 0 0 0 525 0 0 0 525 525 525 0 0 525 0 0 0 0 0 0 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 525 525 525 525 525 525 0 525 ] +endobj +1648 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 35/numbersign 36/.notdef 45/hyphen/period/slash/zero/one/two/three/four 53/.notdef 56/eight 57/.notdef 58/colon 59/.notdef 63/question 64/.notdef 69/E 70/.notdef 79/O 80/.notdef 83/S/T/U 86/.notdef 88/X 89/.notdef 95/underscore 96/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w 120/.notdef 121/y 122/.notdef] +>> endobj +821 0 obj << +/Length1 889 +/Length2 2612 +/Length3 532 +/Length 3240 +/Filter /FlateDecode +>> +stream +xSi<"FY)3WJv:*K̃cf̂^.D0f+dϒ}}Q({N9<ϗ}߷qS -20Ycd`PDx. 0UUEq H:xvr&:-WF"p 2<,`GA2Ub+H9H J(4 8NhD{K8Guqp:#".J+FeJ~Q(E\BD\fJ<\v˸Slto7;};l^7yHV4>u_{ݎAGc}qkQ!%WVw[<|ܐwQg=uP^ġ X01=dqɲ ,v h~3&1>a܆,9sֆRl9Yt798pc\d}:MsZ)4ѧ{"6f&Զ~ +KnkQPk"U.bV[θ]ٴ5R֩G_1~͎@Z9^LrnޢU/yyK2?>pmt}YێU=yE}T)V@#Rl1Y3aKiO~vs +Vm!:;Zvojs*NkIK/֍٤(X0ƽ2ZeXtư˽hIOC2uE{0_}KhalF74l4X͆HH/ÄP lI%ziS`dpo>G%uZBvor +@w)qod{]l&Ċm V;_/]ȯ*ޒEVyTԋ.2hT;oUV9oSqSfnReф۵vq&<m>3*k`bx( qpx=4݌=!&4O}|0u oYJ8S| 0+W>FTy/ϱS|eAV"BSYIaxԫYYZjL!զ +(]8fU)OޅJ.qR\ds{ީ0쨽 +5u''N0.W 8uNJ_E3z8zUR;pu=?R'2J9ic4ׂN'7HCUz`_k~lqɆ5Km#1+%3>rQߎ䗶PVӫaȧyasO$-a4QwJyPet )GF7uΈۜJX߉|ĕyLQOQS6EZ3~)[ޛӀ0V\lߔdkqF,N=S]dQ!sg [޳/c_evml9~>Ƭ=\"Yv|ۓRk|gRG4ƍj`2%Ip09S㳋WGdB")U;*-y1P~^8˭[.zw~ձ&/˜RӨ9 V]ZT8ϚОѹ{Ñ);JJ.H/+00Y t_d Ir8u噜ajEc6i pZ1?9 =X?DPRZЈw!=/i{МQWkn-]o(^m?}[n Spn"ynf{S*/x0 fU dIcv-r& 1S!+DۗL7 R&ZI|nhA6c+(R|a!ؙ'v6*w{R. [Щ}D2AtȰ +endstream +endobj +822 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1650 0 R +/FirstChar 48 +/LastChar 57 +/Widths 1651 0 R +/BaseFont /DYCKFH+CMR6 +/FontDescriptor 820 0 R +>> endobj +820 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /DYCKFH+CMR6 +/ItalicAngle 0 +/StemV 83 +/XHeight 431 +/FontBBox [-20 -250 1193 750] +/Flags 4 +/CharSet (/zero/one/two/three/four/five/six/seven/eight/nine) +/FontFile 821 0 R +>> endobj +1651 0 obj +[611 611 611 611 611 611 611 611 611 611 ] +endobj +1650 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef] +>> endobj +818 0 obj << +/Length1 889 +/Length2 2610 +/Length3 532 +/Length 3239 +/Filter /FlateDecode +>> +stream +xRy<Ț%)'᥄0ud Y2b̼Lc1&Kwr-"UB%d "ȮP;=޿?|{+-icx2M ,mU"[Zڀ +bh +C5:0sK@*Ӌ} ŐK fz`1$%@E@DllA?Jqp8#`iI sC1#)GRYfH9G!ZQw$P?HVo&Yx@*`ITRGG4KGjFÐX}' `?(1!hX/!y9m#@ ,O{C }4afoBǗOW\ +R1̽`"$ d̼PE2<0[rS߆@@*P2'F(_u$(OE(1 _ԏ?b$t@LOF P`*`&@ oB? +i9?0(XA +V3xA̝bv+aUUoHi52pGS<݃ HV]wҝ ZoZɅ^t=JE8t*6򘒤U;qʱcz#C5+9s/7j:rWޕ#Vw.Le+jJM~𛾄Wd$.zݤ|\?{4Àҿ8fd"wX5TcPvqggH)8ps氟0PzDv//AX%<ޜyAŧU:a9mrʱT7NwT1.$]vO2SȾBˎF>{|׽(`ܓ3iBho$SGL^je9F~8kJң@c~D=ХsAæxr%#.V}=N8:w|Ә+˽oQ;D2(Quz{AwӧuI*u /g:WmzUY>d"}bù9Σt0[=:$ξE{whvFvTm}W}BvvheZp`J^i$馌km'i;>BB;/+vr'ԔݢvC H3٠+. +zxN?hܖ8&oMgZ:Yj](D]G2ܻV2DvuwYE퀼 [Lۇ0NUtNk6]M} +r*o@){lE{{I]<5B }l=SŦ۫vBқۄ(:u#5"E9pdDߎ< .{ D޾ aڸaJV~zQStNΰ_-ujо; ߼wjh3ӨiMM^GXz&axm̱vtu6 nͥ|q.7I7d7qEf) UζfRHE=YޚJ>~ِ\΋=Ga'+Χl_ 0^Y/ +z+W=5_˾Y2O)݉g,˔'hHWĹ["~ڴڋ9r!QVnjfXv*`Kਛe UZA&敭: e K]AܾfAǯVmGd}}XM>lD|sw ̞J$|O1Q}n_Wk%VG;<5S\ۂT>UGkiKɮoOQ?y:RL_Ȥy4\!D(+ >OM(76i^>3jnke.:%\: ~Y)z/1>׆Lߣ񏶉ݖ}#SFf0hJ)Ny 1q`玂XӲkb72LH n-r1:WA d=}RLs ]#2/mD|+m VaEm88D^ptѓxnU%hV"4o{>h5qUx96ٹJ6Clլ; ꣼\)SEHH}4CNsJCB!8K笿!~F^_:/_ +-]}S-ѭ-jԦ-<1RJA._Dn[gݻAфv v⾽1$Iޡ$m$^{u,?ZO`I JxcgO̓t +endstream +endobj +819 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1652 0 R +/FirstChar 48 +/LastChar 57 +/Widths 1653 0 R +/BaseFont /VIDVNM+CMR7 +/FontDescriptor 817 0 R +>> endobj +817 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /VIDVNM+CMR7 +/ItalicAngle 0 +/StemV 79 +/XHeight 431 +/FontBBox [-27 -250 1122 750] +/Flags 4 +/CharSet (/zero/one/two/three/four/five/six/seven/eight/nine) +/FontFile 818 0 R +>> endobj +1653 0 obj +[569 569 569 569 569 569 569 569 569 569 ] +endobj +1652 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef] +>> endobj +810 0 obj << +/Length1 1717 +/Length2 11941 +/Length3 532 +/Length 12917 +/Filter /FlateDecode +>> +stream +xUT\]`qw+܂S[pww ݂;$8A{O=jZssP( 9%]y"ZLf&& + +Qg+~$AmYõm\9ta<$=DG|XqED^? mif;o)og;٥{~GD'5V7g?6K_~m ,AK j8@aWM%T;C*C阍oR߳? `Dp[h|yǶWa·0)B$ ҫncI3Iz!+@PaZHu(*˭ +!?5Ȯ^5>4,5*2F>c^s e8]w8آ6 +EXNUQW9^7*7/хa + "}ݐk&'u"!I2`sԋkh8Ze݊ +(\f03s4ᎡF +<Zud ǔH-?kE'K=4uV4"ۥ{M|V3ȫ2&$q8Ň2wAY:n?$do 2.~lx '-%^cU9һuk@2[hth(w=θ{Kb)W_ϗSvS; ?2@bzA,Ve*,>/jE4n Pk?u1s;?P1$+Я}cT5r]}1Xi!hl9=n#V @Xt,3i[W&WUXG1aDWnpt_Xv;HyV9W6v29=Ox+QVJ\(/lпQywr2Dz  +П ti~Ә/rٴYwlK{tn I$^h#]N{P 3yy(.[ Ux)I >:APڰ<c**~hjjn$+pF]KͲJK{weXx'ez ٦'{D"yqk/,c훫8rޓeGWlol[Z\ +BjĀG@ǛWmب\B.^m9+WTqnY0)VQ9%mvG-֖SɆTgUkþCbRqUWa1 NrHT6WyڼĹCc~ɕ1tKjH/#EÇRE,ӨM4n8~܁5#-r†$z2/_wWsU \wg۩}&?^H}[Uy88bM +JMV<ԊD-} OBNee=_/%. (+U ̈́FR69tPTɣ[|+KjI}9$yw$uHY ^G1m)JiJ轨[iT8 3ϖ,{m]p,3qƲ,|&-6%|.Xey%︋R-MwTh%IzIB0$C5/7>HYry}'x#c6d.U.U +i^8=4ŏuz1v#OD*%F%_5Dx~F33įq +[g ½5mGlo͢и%c7Nö;*>(E;Ȝ}_`q2>F#g=ZMXlh=VVcW\?_6pb.t[g؟_J !tWWARAI@;ރ)B}rꮨS\<.ThZX!R]#ɒdK,^])R pkOnȉaHw/>@0CT@co"9W3JXBWi +*V:U K@Rā N̆SjbĔmJmeIU^S??cѬCu`v7YLev47)Iwpٜ뿾3=  }!|jHJUlʀ gqRXV_'0Z'ǭɇjo9ε̍A3G8@͌fZkHe*UE<*>gFhj{ qE.X]G~ +:͉QޢP9C,u)$:ͯ@r{#aOTPC}o}&)~l#Sid411K2Ii ~M,#w`K}+$Fjiçz7ͩ"{1Pߵ[kye[3rB+ !'Vdi%c9V$Cƚ-EC`2|e14p͈a4Sj(FDdH|p9R[[a ^KUwO UىVPyEeRjQcz>4(1ǧߔT Z؜̇֓ց{AiipWY6ovHӒ([Qŷ|{?n/o}RvnoXw9'|S{b jX@<5I3!lcV>~6bBCKm ےF;C${Ѭ&2I5TtdD`FqZ7`P@OB<`y4OӌCdΈG%i1V0ߟ;<@ |f1#rFs9~aDf|-V `jXF/s8Vkgd&6,!zCK8Z넲(Owxw8̔wyζRWQ)_ZnEʋ6kwEvxᔙA2 |I'kZ/pLLj> 2j(~OnPk7=N]Y~ٿ"*5?jboʯ2bn l)7,z ඗{/bLoilؼb8fe4'ܛ]7$kk(In6dR%|BH YHVq#0&\v[XPyW}_GKJ!2uyv3a$'$GED"ei9Jvs"= 'kl2K7Xo yc|U +E;/FIZd}ݑc([2,Eђ +FGUEt"UAg+BK|lMrmݹYh6L½hgu[!l'nɦAw.pT=MWfi R*!&[qVRi e/& ˯]'.^03cjTo>8W6HIFx9>]oȞas8k~6 #G -:pb47=IxaטArm)22nNzHkEs⟿]?Ŏc!8=*IN ${ֳlziԉ*r/hNS鮘pYh}K.06_PF=4 tFH;;92i:cn0LH0K#ɯ: u@?TOy [zTŀ޲"\RDASvg(~w|R"ˑu&[O]K{6>˧^!g4 Lx]ׯ}dljp/7;ؖMw{>KOMʩf`#S|H% ҈ hk=w2$b uD 7ZsPs5wo˃ŇKרO% +hZvӗr^Ɗ1*2*jqJ^}NvxB/\$1x> j)dvtv,Mz_ ߿Tc =xR|Wđ'//[9@[rBo<ہDW=e}o =N% a*k}[\FF~C3驝$d=t*oWR#m +\ײv?."^5(.h- +a,hfx]?Th"XrEx҃mB&CiْuJP*k"q@t 4%t#l|??T9 Tq EqFU&y:b*/ D_P&ۓIv[x赯b`_~Jۦv8k RQ Ku `2UB \<K/NQQ)7Q]`qV%/,-R`^SBs[$[()!!j#w*~;H4B@ph\f$P^˽]tg} +)`DhGz%03%Xqy″6+nDdl[ŭz81|J66aat:ijom57'~gCIg^ZQx?ѫyr tlHStxO0wvTs[ӎ曟]d(cǧl߾1VX +cFNj:#._gTizk3;^%w: Œ J~t8?g{!Br)4*KUrF}LU^=J_aXh|e+O=uv,17y+lW~rOhnw~N&ǒkzh(X+d l SanT,krV !;gNJoE$)XRo'V01^SjXsgՓuX4%#+&z݌g"fN$`8 "=bcKkיBDN IM nSnicva-970[lG:Hywzŝa EfWὮYa7&w{pr,`V7x`9U6Zٺi)ᾌo%VfLܫ NF:<$5|PĢ)Qo󛀹]g\bKgPsr c.0sG>v\S\ MeTK44@[R6}S@ʶJ+#/5Q:z n@`oH7Ԯ%}I0)AHݾe_!5B_Z,%Ќ$ '.IKEz8,0Fգx\FdHx`]|VsL +ge/gvH=|(!u|q c-T=kx/hs|p(5h."ڝ H"j3̛ AME. MS٫5 7u}FjɠHHInnX:-+fwB^E!:(70I;o֓zG[x,-5z(I=j$P;bYA"=X$I!xy1Gdӥݲ,Wζ>[<ħ:ggL>-ʇk~+!o+ b w?+kS S70L/k3퇦[yW`ÿ7WQbS.lΧhjMޗ4&k`T1 @x%2f "0\͕hj 7EI[I H&y+O9Vds^@$T'|}HMt{w=c M5s$R%hfvL$(1$♦L˳:M[$[=i]7B#2[dՒ= 2&'L6ˏB"#7? +8F&,kl"w}TB<4)5X6v@:(9ԥ#H#&Z|Ck4tbޱ4t%#\1H,Љ"_G@p"7IfbYБfǽq2-n(wqoWWw,ɏK/\D($6$vrҤWsBW8ơ7NHBٞ;cC5ㆈ lZ*{Yp*ml%[w +p|i\m!w@cإo/uXHe >޺(Jp~#|J5geQMs֝0*rNĖW$qTu~8f1_ybim 1ʵZT|&Ie qm[A>_# Q9t  %v>u"jוڅ84gR/ ҹ#KN6^Ie4Ƣ̰!s~Tx\ }܌0ċCf_ ZIs{iI^iLe=N8r-+ܞπ&7Kl[hLq -Od\62ЅqQ7]Μ__Od=[ z de*a@y/G%|Zvk;e}MS ) ztt!$ΙIJwU9aE)^Ӥ 22N1;4f׈-Ht w3V޳ыL,68Xa]% i5q]ibQt$wc\f |ĨP&O;A"=; mz%Sp'ޤJuϓ9 ?$Ig\zY߬0o""GD1e[2IRpzSRVs7'1AjB`Բ;"y,F}vpvP0E2.&ϒYE(&H:Mw8-w!!CKzryUCUnmg>CiӦNfQnޟKmS)unё8m,)0h!qW1v=j},HьN5,9ϛ(-1?^P +4{ QWvIm,% 1ISI[%k#!;xX1|w4$-ą?ak}FRmʗï1} P°K`"[/gD6'[IܳI )mNW +kJG7m>`ڟJ7ŗ +k#ÎVE")^E :an.RWVrj!GREou"za3FUq|ZT#k̗oSEG%Lj-P)JBh {ϧ@ >%æwG$fZn^4%D;A$CIkza%4O2r (?HZXMjF~t 2LȊ$7IN6AGE'0-ڙKU)o?efId JBl 93kȏʂȜMS3~G*5o}}.alٖ,U/=TQ1U:`-wy!shZH~%(5w{_xYR\+ծ0yr#jǻKX UWm c+}g^'bu&r V5bݴV>c}hPIײAo;ozJ !yn-㨤e]ùAq> 玊*|{nYĈ.tsp,G4rSKA"aJ*fKuclGjetEi ηhѩ^=킃`-V:Y>jb^=_&+C>C{1F|Xvύ`f=$a֨_mP uX ̌cZj!}bM ,\7 ~bS2lW/BfUH@K^`|}hB;(a)BMoS3uH8{8sdruMWi8zuޑWC7?3IL4ÍMnr(/X+Ԉ4[,"x77$A.}䤐>+dt>Rzsv]9hֈ&<I8d5;1N@LGuɪؖG[b@:m_0=SGȻ3Tq_njk҆a&9ۨղNGlz~N:4AzJ}iZ]ac5S^Lu轞`/;—+ʌozcf#kчT=LFqzY9*%D+hkgˡ +ǯhY~&|73qGA/ P!' O"I2|[꧝K}WFG%*_vu#uPtᱣJ)b +:~זdϽeJI2 Bc{k_xpp*nyFi9݆~ւ6꿙ɓn&f\1qv׍$%k ,LKM6Il5׻f ew$v +pz, .YwpH$6Z[ྲoa] 2%I)p$Qh N|8g;"[^~d9x5gkԕU-rd8,d6lNmD Y< "{~;Kzz//wX.7pU5w՜A+0j=ǒoW*H$'"mCaG2</vQC7l֕t*SDvn 0N/EsTƿwuйp;HNJ_oj u桙W۬O7NxNm6V6GM!aIjÑ_Qޮ%ԄFfefOX'"-!! +endstream +endobj +811 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1654 0 R +/FirstChar 12 +/LastChar 123 +/Widths 1655 0 R +/BaseFont /WBGZZC+CMBX10 +/FontDescriptor 809 0 R +>> endobj +809 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /WBGZZC+CMBX10 +/ItalicAngle 0 +/StemV 114 +/XHeight 444 +/FontBBox [-301 -250 1164 946] +/Flags 4 +/CharSet (/fi/quoteright/comma/hyphen/period/zero/one/two/three/four/five/six/seven/eight/nine/colon/question/A/B/C/D/E/F/G/H/I/L/M/N/O/P/Q/R/S/T/U/V/W/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/endash) +/FontFile 810 0 R +>> endobj +1655 0 obj +[639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 319 0 0 0 0 319 383 319 0 575 575 575 575 575 575 575 575 575 575 319 0 0 0 0 543 0 869 818 831 882 756 724 904 900 436 0 0 692 1092 900 864 786 864 862 639 800 885 869 1189 0 0 0 0 0 0 0 0 0 559 639 511 639 527 351 575 639 319 351 607 319 958 639 575 639 0 474 454 447 639 607 831 607 607 511 575 ] +endobj +1654 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi 13/.notdef 39/quoteright 40/.notdef 44/comma/hyphen/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 63/question 64/.notdef 65/A/B/C/D/E/F/G/H/I 74/.notdef 76/L/M/N/O/P/Q/R/S/T/U/V/W 88/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z/endash 124/.notdef] +>> endobj +807 0 obj << +/Length1 1847 +/Length2 15597 +/Length3 532 +/Length 16633 +/Filter /FlateDecode +>> +stream +xSxeݶ]JŶmWlΌUmFŶS*m9{Uu. >)OUliY>-|`j+m)鯌O9?=> >˲SyV!,}+>C +*Ml5 +EgubSB}%>]$ЧtC.2E">]ЧtQC.JE}Ozs4Cv6F)/gS&᧬_ik~N᧔_ie?:/ R᧕_ie~Z9V᧕_i)i~ZVnFf;-6.4  iΊe:}z|f00^1 +0On *Ο,N- + O=Y6k4F D47+t&YAgd̲1H8Lqax<=Ѓ`zkDuLt V%uqZ0ve{s &ňh/ Z;M*r3|*joT8vѳ6m +- 2 +EOb!oI-C죺vi^.uQGWis0$hSVA2zgZ[R. yӭ ΌQLÙCzߜ0Ň#?&g"gsGyFtL0Ps.5/QƐ%!Z;2AESz `i%{hyvДauN[QezӟiOEܺa2$8g ;)GtK?N7 KC;>:Pzk]vN=BN +bTL࿫VDpfP5'd1UFZE;(gĎƥ,!Fp=Lt I;'-j5a= .HöZ XmVyKۚGaB&ֽAG2-u`3an^[JvhV;QKz1ւV+ҁچ"QYir~9}:*.nv.G,O*FTvJWPg;&L4/\? zK|=vCS>t,&2 R&yb"=+[Ǻ4xN w u^:<_ITF]TYU>Vk Dj;8l] 9f.uGtԖpw^\Qe\Qz-0^W)!Bvl7{OQ->6/l[@sӳ@H v 6E9IYr_m{F5cA4i(Yx,hX~cPpP"*Dzlo.{[n3< +#@mc20 OQBk) +t1* oQM>;X:jMAop+վ]LLݑ8@Ex\~f.B|[3eېAdVJxtH6&_ҙ 8֪C6n;{u495Ac 羒S>G{qAo#6YYPñ½JnZ/"vM54]QI*}~-o ]*MCWy&T6$MW+svLM<)x(p\ʿ:qSDv3d۽AtlW[Rz󘼯x]䆀)I$-:2xYL1pq4=-͘q%_rF4GIUe~dSfSzuؚ-!ĩR/٣/[!B lfa +J!"oeYcjW.tiMm&AOگ**#|&×tp?ʠdLd^5+ Z81dʸk-ho,12i741wӏ2ˍv)½ IDN{꠹ Y<տ}_aeTR%Er8٠-L=WAM_i0P2i xx>cj?*> Q.0#lZ6Xj@3t(•z ¹sǷ Mĕj!.󗽼:$u +PKEw T FdS' +yAm=00>ؕ]@;׀GecvbJ)w 2$7_b7ރrƛDBM*^ VBoY+4B0WbZ%~5WqKLx4l8 JTpH8W$Þ_0Wc=u,b?J3*8|LFU:M'9($7fj QR#uSL~'?Uk&Y +92DA8n"XS;~U2OuU ɿX?/^wkBke/nm!MxRķJtX;dx}p4<\Ʃ:@J2QN@ᆞ$ClݬQ +$3IR+2.+:ա'%\@$<5͍Vzo#rQnE(kُc$Qř_&Uad ޖ$Kߡv_q08C vYyK B8tEyxe>աL : }>;M SHþԦfDp<(I;DU3TKc0}]]56 q6 B+g^oIYJꀸ3q_eM[ļ圪jV_qRNH?ER\zAy]=֟5bn\]$օ(|I)_+LS->Jv<;w*/&,ǂ]÷is 5ִDAu3tK|;`#R%6jTa`E공3*~Va"G**kۙwkFٶuv|"#q9H:d8XNKogտqnGFԭa.E'Xuq<8FXR)3@zL@HO/3Ң2 +t&%#4G_lu~ǻQŇj]!| Jiq&ӖBۑz)DAWctxt$1ÁI >S>R5٢_*;tr`20 ^@' K$u؄oA% ىɭ-v$vőt@B%6VygMߪ(%ef3La71V^܈9?4н]" W&TH;TN(^C0xsrTJA<93^^=  ~$u+xa/W3]x7!=.9 ,-a%ˇ5Itv'De٧^; b'υK +xm0C75݊5EޯkF*C4=7 HݼY튫]e>2Ɯq.Vy2sM~`>e.]ICx 7H"2 / U˂MTNRNTIʈwNI"4tݶDŽ_#V,%),, R\_9'5t,ᵡlhD{@)2xfwUIJ%uחSZ9UA%4 +_i*9vxAfǢ缘44<a~W$/bdlt%9 \J>BLw*l3Z1Yv&qf?J>̳"j]%F7Pؠ1y@U@廼zes,=2TeZib_}֠R"IY>?Ykͥ=SO$9R Zy\(q|d^'[]8N:Y#Эh $h̸ϻW*FTqQfph@3!^kݕ]9C2ልd?_ƽ+eVKBvc=1~, ^[7VYB^teSd=C LɆ-}G*)sWAٷCD+kXrWU7x0. (Ligd mPU [>_9UhpSc!~Bۆvvfȗ[BJcX:v2ʫg\Q?K?_]!P`;t{+hB3, a[w b |=?l!GwQ!XPDp/2/J zMG.h;벸1? QyNln@!.>M̺(BBjmڵܼQN'됉E`h%vM6VPX+UNj:N |C~icdrpTZP"8fb^ډZa[-,-=_L WQ[ecژ7,J5I԰:7)'3_^קxLC.iB+4u&T7yKsFHboz3uG2N:jD&ǰ+^Ǡ:d5"F}pAps3޸;u6㛛;98XIWeH誎*a`絎l2M>R&-|]JM +>T`{B#U6jt!9/9.HWtaƒſwn~c>0J ~mC1;r&㻨S"9iLG- ,(>N8YE.*&" @J)tfwB)2C n^sG0'Wpꬎ˹jL:D` ].NʕۛN: xn+f1Fo)~2|wX (0ZfW7Gp dUh 5]&)i6յ,RG"6ݔ,DQ\ ԄA9{ 5 g[TH%H8o͸/φ!x҄t\FpD +5d*ϧ 9I)bKgJR$rUŧb!&->oԵ\Fʈ=Ya~HU%n;GB¡r|Z&%,ݘcXEP/:[A~W%Rj&@F|FZzק.k%+jHpݺ[rm;҄ڬGS؄6\ X8bל񭊍hFւ}lriJ\|O#l*J#oFVt9 uK==wcb/ICG(Dh QȉH N鲙TIKi`ex$5Q#k+Tb-yJ@i-sjnJ,\>fYxؠsB؁Ef1W/j;:6ĞqP759{ݧFK W>(mihԯ;Iǐ6|ت«nǛYGmpl٩kuWSU \-7ŷ IQ{pٔ<7V#WRzC\_=ju}xn<i5v9\46ed6sI*@-ZL 6u7͡Me}u"\ 3 TTƦIvݑ -4r7˿eJ=>Kz&2xLbQq-!Lfz@*oe. QPÐֱٟao5.HlMj[?RU,L,tn +'vUo%/9Yw1ll:@L LLL7Lnl~ю6P@@vbCgsCfm "T8bnfӮ ¬_Rwd +v*xc^9or<puu@0-*%B uIӁ82XqUoɇsPU1罥,0vѭFHq)S[(,[Fi4/21/-G0%)XI_tkeY L{7ڳWylF烮&!V {;PܘIE5QB +;gPjj&~Y#n;-~Wّ>CdPJI߁/>>G::\DmUs RAk躎[ls?K=ll (oYc:Pʏ;ӟSf8Q|>z8vu!\?VCxM`uO1[81]XvL~(^܅Bږ'|}qfmB~ >Ko#$ hnb2hf@׊S?0=,ԥ4ܥ֫9ˈC@z'nbn(plƱ|U 9&ِbl˱;GOJīl]u[swǛɼs΢Ќd{/#2c#"N49IĈ\튎>ߠ\ Vh(S=dV`!D3E+B3]IR4^2 }h+~uuȃr0ɸFK:P 'p euNaLLbsȣb~ |ꀵަIJ7\CCd tHl]JcD[ftB@$d>Wq# >f(EK1 +{sŢI^kJw78Gv0b(!k'^j3L\mn^.(U=#f%a`$S@keMJ>))@-@"= zpB3$X}lut.Gd:̜SܹFi)23){zl,ceČAa0V%JAXܹTԎ씈m鬶̷2V{m +esz^Ĵ+%6 qہ9cG8/ +;zjK"GΚ8cXk~廍]gs6yԡCd3 S_m'{Yv!S|>kӽ(7zxӝhx +a{-N1S"- +тI +3 ICfw etR@. X Bdy mzSsnQY_F뭾5UC]>W*<WCsny~ÏqY) k1+zH-jzޑIÃuz +.h\=|sx0S>VxF\goxwxfdM[O^Vw\*;~1ֽoS=q7.Pn:& F'$,>2l &͓U~e. ,'4(;؀sPP-gxYU[%e\c(xOÞHwa;@aqG"1<*#\`kuLWqЍ&M_4扟]617ƋKߪ#- TjLVI+M8~K.+DP346GAAGM{p7In#AeR׳,zh\Ӄ'vb EU ܅!w:3Ag\l}s45j7fR>v-$P=Ec¹/9R/RI)5o,!QM!u2)=PaXةnƽa{KGgD:'S/aJO~=8;)?\+$@ĀXfb!IP {6u6M1 (zGJvZPsv4hڭCc&z&+?l(D5)d!2f{+q"W6Иţ#™rPq g\JzF&fhDGMc߬/=B#`{@5 e;|c|BM#Eglh18#3Éuz}v\WGڋVԊ}Bʊ%NLk4{"S!\aNENEt1{ "<3Gɳ ~ȑ~oމOR_lڀa~,QgA,QX{.xDBFZLz]+yYhQ]! %qғq2Zkk'`1˚YMDȴu|XdfvR̍ )~Ov} +I_ ͱ[ߏ<Ў3 :Kn+Se$w]" {6>@T[aBL̷~zH$@orA Z:**}F .#i`mn18f<`Z2k]04^1 MzWqk38;W&B>޴ׁQ}CCu-J ˠxH|:XJy_*)FҷuŮtHUYTFjKWL=#:~𫔓A^"ZYٯi \ FQ1|T~^ ُMr:66> >LJ[/]f3탆t'}sFh~J~BWPтL诞co⯕WX~_H2lKXب6lZwՠ'^e⇒~8ܠjJ^:Xc+'DՊPEs^'h]t +1VMBھf}BוΗtkK|2JTy1{e-y;; JDK߷!z0z!t}>6*!Z__S|gR+8ryxqXOgWz?G|Kny@=)r@O%6/x;\hI2_Kҩ4@m/R2Jb~*ȌpF^%[^V8aq'x)"S[v D{iSEGVW"XB'>߫GŌV266 d٧ s༬Vt.I Z1ft(6bϗP?ZSXS/ e*s`Zfۏ:tLn?=uSl?9Eߵ8{FgC ^iIA[ +Qc&#a׸9!Tj5Tx;E6Cx^%`#l?e4w| Xv|KCu-.`iZ<])uA)G xV/ i"@i)N} [䚈[RoVCfQΚoh1m +Ed^1M*$cZPu&}3ަ!$xPn, WnߠKG]L =UɘM ;(--V5dw9gxy7OMɋi**yУ9G4bf|"yG_ l0:ʢa-pi(4nuI@=jV.{Pry>Nfƙ*_ u`ap%;D' Z;Ѕ?^ȜO0wH,k5,p*d8O}O½daOII5Z@ak =b($5F"VkIs"R/I{c;YB+qs WO+eH81ߴI,Q]ZiνrPJrUV,Jg,K /Hf 2߄8ê|娿И<8lP>ыʒ+)F}v~*Ovڥc/1A&')/7Z]4iXs57 \\v8nw( +Ö#pW7KɃU|{&M cbb(W>+O[N1{j⳾9CO~R֖4f<7jt~TVs|fTTVE.@O_%%[(P4!IJWm¾Vѻi莐ɥHtR29S.pr9hIxiH~p̍}׬-kÑ= 0W){Xv*>; +QS_* + $bd0՞Ica8v+N^ /edžsj?.ZKf(:6 $b*ͯyZ嶖gȳ=d @-~IrF͵ӤQaw1Lss_e_ʑI憇pY.N1 +.oyx_bh\<:kkI3?C cK 8'Rj؝j_%:(9v6ߦV}!-@#tѐe;Nҷf#_nXs>4w$ȝz1a#&%Xc/ ; Ir%ȂWkW'nu-꠴tc/=y e"B)(~ vR)i2`LL4N"xP>24M VA1r,s(K1ns+k/OʐsEB%QOgn#-ݪ D./y :͈ĜmﭱqZKG$.N,?MhִYY׊2Q9Ec" sQ+XEg+U޳!} rg + 3uA1d/ V]1~Us֬CH/e_`\d)Ha匏GT& zUXA!f:\CE*f3{6蚝@(RF"rx!ˢFz?:LO׋lܤ7L0m뉼GOi-V:0Q̐/'pY/,jU42ɔr"+rމ* A`:rVM~I0m^}$mN }L#Xu9Y+>2tz=Ŷ9u՘"GsS +ɂSE0ѹ+%<p9,QE:}iٻg`䧽74&DF0jٔ1C)z9_+N +M+qJ捺Q +[$f@˄ubj{܄"ܨ +QL߹-&Oǎ`IiaL9ǃy;^3!> oi:|њ:_Tj#~-Oyd?[gJXto58Xs fs}EҦc5s:0. g;8 37ÚPC›R3@c&n?dvkYcw_E/kZ P+Bԉ;œ?6X!~)"eq+U";Ng,?0/(5zdmUE)?DGNCkT euF{ WC,yt1O,*~>)m|KJ,<邛ރ$bO{ˑ9zCg]e\ Y8dĒ x(ȱe7?9%uw{~\4Gy͹'=lˬkFôZ[79TJ/t&ƻwjcg@Oơh2Lt,p1 1c!y"\nKC@#>@_0S~P-&hFfb%徎llo}zTO(nXKVyŢ#Ř^o/sٖ$Q +>p ›.d.sNroi2T8:i- +G}wk{]Z$C ;uy(|m˞~ UT>оymnۋ +G">%HvuʁhͺlkF\Zʽy3;O*T +endstream +endobj +808 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1656 0 R +/FirstChar 11 +/LastChar 127 +/Widths 1657 0 R +/BaseFont /ONMKNF+CMTI10 +/FontDescriptor 806 0 R +>> endobj +806 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /ONMKNF+CMTI10 +/ItalicAngle -14.04 +/StemV 68 +/XHeight 431 +/FontBBox [-163 -250 1146 969] +/Flags 4 +/CharSet (/ff/fi/ampersand/quoteright/parenleft/parenright/comma/hyphen/period/zero/one/two/three/four/five/six/eight/nine/colon/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/Z/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/dieresis) +/FontFile 807 0 R +>> endobj +1657 0 obj +[613 562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 767 307 409 409 0 0 307 358 307 0 511 511 511 511 511 511 511 0 511 511 307 0 0 0 0 511 0 743 704 716 755 678 653 774 743 386 525 769 627 897 743 767 678 767 729 562 716 743 743 999 0 0 613 0 0 0 0 0 0 511 460 460 511 460 307 460 511 307 307 460 256 818 562 511 511 460 422 409 332 537 460 664 464 486 409 0 0 0 0 511 ] +endobj +1656 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi 13/.notdef 38/ampersand/quoteright/parenleft/parenright 42/.notdef 44/comma/hyphen/period 47/.notdef 48/zero/one/two/three/four/five/six 55/.notdef 56/eight/nine/colon 59/.notdef 63/question 64/.notdef 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W 88/.notdef 90/Z 91/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef 127/dieresis 128/.notdef] +>> endobj +632 0 obj << +/Length1 1918 +/Length2 12581 +/Length3 532 +/Length 13631 +/Filter /FlateDecode +>> +stream +xUX]Q =8[hpw ua][ ;A{w}}߅1s9!Pڑ ,`g''8X8L\\LA'S3#  lcfonj" ch02(<P:흁LLcs#G!>&6l7 wI(ATh k!Ŝ,-e QGW6VN@{1&46wﬤ%+X `b`ghmm$??S֎n.d? {sW#=##h!VF6֠07p <@W@omz/=?^&}33/ddGhlh d3`5Z[M2OXYl̀BgA]l8 @{?5ptgw4s8 c#Zs3lkrcK?l 1FAS +!Pa?**@E迉4(@I!l4u@eu7q!Pw?@ݕ!ڿ t2}:bsB3ԁ$?' 4hk` i?_jh5 A1F ANB_L +delB_ AV!/Y9 +dEr AVn!/YnQvht0} + ٸzЁ:f'qv,4r]4jlbց@WOEJSphT5isl}l'BReшFsy:: Cx¸إ]lہA{+M۾-C)J{ܯ36pD\yJC5b^-ތ@vutK: +bŏv!.!'-B`[hVm:Оa'i?`Ơu(Pc(~9+)RcZ `d8ZU Fr$7}=!*|IڡNJήQBgV TxoS6:O:I_sU7] jV$<\atxcҦ-4`Vi}sk̩FoTy`<^%NJ9ECsD?)=:|UPeb/5s5Se!y[Ur;a̲Ԡ$P.i\}߶(ޖMj<Ђm*ߧӊ6ÔVE˯/\Ҥ# c5 kH 5#e B"8`ݜD5ZTC ܛ7vAZ:!=z_k~d杆c~ϫH֬snzgGPs$ɡ2]GrbR`edw°1#}Qro}Cj3iEvwLGSc;ޛKB`FPkvOeXy~:X{bwg +H O{݃`76P- {ѪxQv{(z?3=F޻Hl.QBG! (ҵ%hmdt>=m_!3;K"\CFW]W>R={ ze #oT`_8.iJDBte2w {l1h 6|#2{ bQNs_S C1^px[Qya{GA +k?d$]BB3U;lqM=f~}72x(0 ट)KE{(JS +JqDt68qͯLD}003qϔ*2tؙ5xԎ-0X@khg۫ 2\%L6(s|9zzX@1 ֍_+8qR_"WSH(gyNv8 ܁p +E\S ^jk1vd""ѭe,#ʼ20_q_-|p2g6ѩFK[9*6b`l +Ux0xn||z$6l +ٞ7MҦԋUqk֘*^Z ^>@r&^`OQrjiW}쇞A +#pnl_C*= qQ$'̡E.5SsϙS{P}2pfsnTR0#K(|oV!P˅3|^ J.1f {GOn;!)L0O(=APFIH`Mt5pzMwZzA0ܛ'\V3'^},[+}`>qzTyGhFj]r,c <[koZ 5ZmlוL"2&p*mNֹ&ƅ%)Cn{°\ESKӘ*3 B$pDy,NgWj ]{.Iݪ?T-;/ j(:aX{~ Y8':h/Y^Q̄F'An˒bM;n#BUI:vϯqA>j*H%/9gmޔ!G:+.UU4>oL&&w*8r[ +0*3xP'еpt[$^+̬vMr6@ 'r^v`%_ m&j" S8z(Y oiv4#, gfF|̛)Cfq鋻*;uőIkx^ +*h7~01.N7N;=q`Nt'`t H9OQxKt8ǯRˆh{lMc8ĢA K$(~oRۄ6.U(pD%&c>jΦÖN_4-;vSdu5.VjYKOj$`-&:prlppb鶀#E_ 5*1_L0Gak Љ:!xiC\}3~^u?&#x'd2l&spaV+ D$ea9'B-)xQQ`E7(-|&?r ɰ$ۋgijO\vq 6l0f=n?p!LCВ~R.L{T3ee"qQ fϦwQb{__xwnpɬ}P~gW{(U3nӤZ#˯jтKQ7K(+8 SRt;S ք EEU$8\}<8jGER`=<^5Z̩HZQlгўd9ZG4W]B2laKY'TwʞݘWPYYȝm v" ΦTJ͡EL y5z!ϸNmR60CJЀOv.Ǜ",~O"&wVVpgdy3VjB6XjIesxO`Ln5GH3'.MB4S%*M/|x8@ZԐQYaC?'bt(d ⃵dًנȸec _8=-ORA"Abʖe`߂ٽ|CAA۞$Sj\wy$xpT ӬgA;Rٟz0)e>s^+:tsc )~RRG&җ{6#jV _V\k'2vO[:lÇ4&¢w-Rޏw=~٘wj\314boI-4-]evH,I[E޲߭v핲 C^P7k vU{iZHO7ʖf{G8K*k0]8wXceHў +ƝtA(#KIC\@fnVailo#f#jzLk$oΪWfTQ''d3צ~Q~{`M n 3yTftQ+rR2~ȑ fBt"ɢMu}?=@2Q[\z-%+zh gq~ܵt* |)ǩI(Ce&i(n7RCBt`6PcaY-Q,7 +{Y;7yp!k%vbnJ8AbZㆂ*5lQc_v"gGI(']c?yȂE:;΄)dV֢³<شj2Y( 2oцIe]gh ` O9T5H`_gʟ1MMQh+{jimco'z"&&WxWqmG1?hWFbӝD73z+p >vtʍ'W{C-NB1E%oėߠ͓L5 [Pv~QXQȴ[V9DYM% pAJ[yZ Sݦ^;1~U`w&uo!P-4u%D½v@΂!ג"!YNoXsϩ6q +ܰ$﫡 e(˔OoW2qvc>_ Ξ!pyZtRgwIOJu7Zhd͡Le޲w5CaLr7mLѪ ^$,(D,&) qZҖUi 6 mߔ2,Ҩ3m_g %Ċa˜k:fߞ~ŕHO:+z{T`kh8C +[m#?oL.>x|e + tLC7DIJ5R>Niϡ^riw"\N7Z3^ӃZ;*'13=*mWnRKxO5ծ}U͇%_WW #+-e|@#i͗;h(ѝ=L._#pW'oOuwSVL$w(+C&Vj\[BR)ʍ~|>>K6|z]rA"|tx7g沙yPHlt&>S"5v[!x\i"Dp6nHЫD|#mW۷T6́H/JNm޾=:;4'X ؋(QBb!+gCejon-_;Y6#anj0GDt,=\iԔI[Ho2֒t/MH7*BģP_+ t(8NBx{yE뫅)Ō҉xwnokICGa\vycu,=Qυz\|i}U#&VqJ=*,;^O KpDL:;I_r6n)ыto73mϓ٧NgBwV_[|X[15yƤ22tT$8 `ms9 _zF7#[kr"V3U:C'3*x+R.yּ( ,%R7~pj.MR.ːg~Ef ۸3؍FK_ vZw%Nl +I9dtf%|Kܸww}R&Kl,j !BŒK"H󶩩¥&9, +Hw;L)v#]mG-!kBR*ѝy +K՝BvvGa&ioU|W5 _θ~eXQmbSዼQZJ0侵txDp'xYM `eBg!V&XS"nZHpp v%ƝO C(F o]$-ՙd \O/ds +wHOƹ~o=IՄ2#FY+[\CuݡDɱ3$+ +03Bw^㡨iL‹\53iX}3sx_=w,b" ?J1륊$اʘ`j"}xGJpQzG6 )Œp"\uu"`@l[³% 7{;3|9)`]~$ׇ?~\rk'"({f?ub"|R3.1|v м4q>;>s¶/;k + )B l '8Ywf.<T79>3t Ji;fl5A|h[P֜L2.N7XJr.D9nCQNȡE># V:w Q_DG0$d"Epv"F͆+scNYuOOF^h&7 +X̘mkԓn.z3.|%fɆ\ጨݏ9 JXygGq;vB&=}z?9F ;aCt;f4p:'EHчљpX~ Wu1V2s/x^'FOޟ(cx {|9d%pLSj~&͆q/mZ?rڡX>Bffv(0?H+̤ٮǙ WA`n`g"p}aQV8u#_&y !+ܬ?K?87Ea,1LZΜB~2SV~LhKүkC+L/T{z5=p-ed&@*FyT'NW`Cz7`8uCz+ (0zELJQ+ DAu |207o(}tR*}KϠU~*$Qo3 +~Q&%|*VNSNWCB\8,8 VP&@i+&KTs7%/deE)U-.UMH~@yh=gE7my ;Uƒ{CBM/%g[{j+aŌ +NQ zw68LZաu,)u[t7>cw_Jˠ#hMO!)8WBhYꗾ +6@$/*for 8i(㡡'2uU*;,b/iӗБ"xŸ$H r mO,a1Ē?*:`+Ճ7PYC_NXEۮckDC^-9.@=H\Yziv?Bd;'UD&xzJ{s5!j<&&›E`,‚uҼ}B-ȷm~LPRH@d`8AE܈C f7gX1I'~ܕٕPF6Hò>jdxk7F*,a+nɮ($ G\Yd-)S`[EGI9İ (;?@6&?1ɟ}`>:HUo U W=x@b) ?/}䟟SG%q%;eThV}F)Y`=IL[ +| ~<@ic6i_׸7zX"T([{*5ǚ5E7 %XWCɹ +hAܧ ;p+Wi=m`,a#F~Z 3̗_fqqw5^̮FE-y xauйqK`:\?>c.I}AYuږV)$tCYoxX)eQ]+Ye*cR]Ɂ'=7$<#>[h+ȌĽ^kרh_?&ńPQsWb\f JBMp^i?0ܔKM"?,!޼%뒂%:"1fktbÕljl DoT2JQ'z:!ٶΩ1>錽el`lNc  p")9[ 5uN#Xh9Pr}3uͽTĕ}0qYYņAW>ʉ߁tLle]/ rg=W?idxRtkAٔ?' f.+u'yeN]!Ά䎧h*FʖČxu45cݒi?uaqϏ2 㟣oUr;d/0j + TNSBqSh[~pԆp0F)v>ۉZLo=7_^%0kԏR"l5SA QVNލUYfo2ogf#7m)@!QV05mD@.%o3em8Es*3+!Z7xD%U{mVep0}=,j|qJ,ÔtgX*&NA] svuW->lF*K㌉f&HP8UGalrhIq|ইra>Sʝ$,LSK.Y :U~ x +fˢcf}ћׯKw1Olw!nӁ Fc'c cr::pEC`RbfBӧ$)Q–FÜ FMnj2_:'FD*g)`:H]5 ,gꉚBF'l޹BK2;vMUB+7Ғ7/GTX&Ht}X2;'S*0 yUJy䏰xv,ЇuI`*/0Pf uzFHu? NcZ[Ȧba8ުn!q]W5J*e52[95s]Œ %^JQX|j qr|58KΥM)%Dz?}Fp)l8WܨzB~]I wY_kE^U"lgK%n`l>C9:c;'\ m 0z}Mrhx^w-S;AI_shjYx-}}P)Pt{aPK:6r~w웥-\K >yONRB/t!mQ:Qr IGK_ngX!i DH2 ҩKw:h88j.G&N5cif;T<ցLRYh* |&>EU17+ml$2t,ϥZ2 DQu(’pIYۥ%wL5kEG(˲[*JM ˕4 , +tlttlB-6l?36ݓ .0US;2MzUyy*/w<R3IMgѭ@:PCnޙbһ۔Yȫ&"jȎWlEY~)r{"%2~}tTI4+Nթ:_,6VJQ* +endstream +endobj +633 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1658 0 R +/FirstChar 11 +/LastChar 127 +/Widths 1659 0 R +/BaseFont /ZOMGOI+CMR9 +/FontDescriptor 631 0 R +>> endobj +631 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /ZOMGOI+CMR9 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/FontBBox [-39 -250 1036 750] +/Flags 4 +/CharSet (/ff/fi/ffi/quotedblright/quoteright/parenleft/parenright/comma/hyphen/period/zero/one/two/three/four/five/six/eight/nine/colon/semicolon/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/bracketleft/quotedblleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/dieresis) +/FontFile 632 0 R +>> endobj +1659 0 obj +[600 571 0 857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 514 0 0 0 0 286 400 400 0 0 286 343 286 0 514 514 514 514 514 514 514 0 514 514 286 286 0 0 0 0 0 771 728 742 785 699 671 807 771 371 528 0 642 942 771 799 699 799 757 571 742 771 771 1056 0 0 0 286 514 286 0 0 0 514 571 457 571 457 314 514 571 286 314 542 286 857 571 514 571 542 402 405 400 571 542 742 542 542 457 514 0 0 0 514 ] +endobj +1658 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi 13/.notdef 14/ffi 15/.notdef 34/quotedblright 35/.notdef 39/quoteright/parenleft/parenright 42/.notdef 44/comma/hyphen/period 47/.notdef 48/zero/one/two/three/four/five/six 55/.notdef 56/eight/nine/colon/semicolon 60/.notdef 65/A/B/C/D/E/F/G/H/I/J 75/.notdef 76/L/M/N/O/P/Q/R/S/T/U/V/W 88/.notdef 91/bracketleft/quotedblleft/bracketright 94/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash 124/.notdef 127/dieresis 128/.notdef] +>> endobj +629 0 obj << +/Length1 1351 +/Length2 7445 +/Length3 532 +/Length 8252 +/Filter /FlateDecode +>> +stream +xe\%DDBQa!f$D:SQ<>ѳs^Ϲ7w]Z߽TRe6$'vVQy->;+:- ;0 -'[ntZ(la`e+ l rCN [x Sc* rrcTP9Af3d2$ 1x6{7`d-A!6n39:P +0%`66 +ƶI5ll q_ P[; 59@3U/o"PRv2 +C,l@`W`nl;x6TQQ}{L qRs_3o +ececc'8j7 / C@+0uO; 0:9 :;Z~Bm 7(x@/s~(MpSRM\o&o)CozJ + ,77L!v6'W@=p ܅a6  ۰ \ۀp ܆o_O@?no""ui,lryo0[~`\APS~?ڀB/"d&DHSQ6yL Z7ɸ.w$!M>F $Z'nvT/kG~jtuf*1mQ":WjI$ۨWqR`%qλ`F?eVzùFˈy0|b6at){bU&%NGUX|vxɝE*IX)^RiLXzε"Wd SOVO(~&{T!8d[ڣGMP]Ip16ϲ`#___/}ҵ?:ىS"%r2״){MT$][w+.SpVOfO7*C)vѼ)?Zг o}#D*u061x+QpnPeL#ɗ;e6߸_{&+A,m8i4X Ȫ +^/UuB u+2CRV`t/^Ҙp/ذg݋㤵cD8y>Fazǥ?Qyㄖ`^'YTQ.GM8i[~!q|uБG-ml:ML0'r-6/g U/¨DQ#߅%þSa)]zBTrMH +aDh+\ާ=v}8ƷA|NmVg1] cBc1Jd J΢'5ltIǼ4q6fDK 2fMrShgD޴5O ++>0P0 :3ARx˕i`4z6sRP*TmhiB~TbIc6Qf6--±I_Onm2*㎣qܭn]h746y{IJ0}C6Ro1b$#?DYA?Zg#ZByS +-X}e;ͩ=Fϙ2G?tU++PjYaZhYN>u?kn+uTbvjlJuD5(Q{8y&FdmHO]WjhMb1ݚW Ahi4n3{]@<J8&vV9Ƶ#([hH8lzB~}va (eh"Tl/qF2Pg:d+W_fwH&}j}[#`\ڥ Ei;-h#$ϣ^}5 F*b]FTA-WGu*`Yqҝ.aڏj%v7 +ؾ:J᮴_cy)Q/vKu'V~8VT߰ŷtMR 3ɹ}P+RexEJyC[F33Ř9hJ4ݡ~eKŇ1k[~N@%'3P_d%_e gڷR"8|xj[ڮ| X^LO␿,xh&iu;!D+`="q]JĄ%:Ǡ@7}hϛK1==Ü.?06?ޕlEx&YaMDAu.>c]OVAţض塜8.zP‹n~Yxt7Tce(f$|>K]9F:3;9STocT;ɴ1AW/@@sCq9qp=ӝ=r^8Lsth0c^_52Y]n|[Lzwcwtb#IHŁGCc$s( CCZx&Eu_ha suW͎io^%Qt1>QII.8FVcJƿ~ b+wCuԂkZ&4qtZjTxqUܵ1_(?֓El@@?悬? "Nh^d`M\`=A<$$M`QǗ)[{D*c䰊wL%aA%rSN$Zo0xR +%WIj:=6 MLwD?\@^ #ԵV_{ K6U@S|Ej纑>Xc&>S] 2ʷѪV` B,єaѶg*T96 Zb7beT pCOHd뒅Z1 ENڅ'eo0Uu-X띗?b~@HMg~G.ND@yһ[g`w0cQҼqHNŰ'2 c=§lY*%l3_2.i 1Alؤ=/uY|Ơ;aEk;{ّK"`탢rk9D +b2ұ7rY3%DAe,ͻ$ ii)=&DQR5ekNț5 (8cM .mI^j,3N<O@3*x4 ߺ7ݑ B1Uң#'k0w=28zKV"+RI(me6ޯpRة +ܯlؽ~ވ8Ke/;XFm&*yG(Gu,NjXnoޫ,QatnY%UxFiӚ,byo=7꩝Fc-' AOɑUʾpd@ŋMxϜ]"G 898f +ZsgA1c +BD/Sˆv7!_/}@#vBdO$5p̫K8_zjyUp$fT#Hf~QOP"k^~(SHx7;у-CV@ō]jHDNꖢ)3| _wz=rFn 'ckF -˚c“ФSлM,0!W?Dƛ6(t؊N&` ddtܼC8ɘc{3Ӻ_ 0A;NY&ˈik7Ӳs[_ES MS|Nkee(yNz*0^.Ӫ + gdJsbzVN7E5( @mAL'E= x%h_cqO۫Aikw m~M +%q(ct{Ay8^eT& m~jt" ;{؂g*(jјX$T|E}5D^+f @OSEE!9uގ &>60fvI$R]tqpMт{Y,au_HM\\`9SBvLMzAdob+5Ƽ(.Y~ctU-4TR_S_ϧv jyԲSz{Ϝ +P Q$-< X>s7-?+[Bv,ko}h5Q߁5=$X>7*`tR(&$4e^㐌=lvMQS"TB5yПbttw0*P\^{xS'2voӚ"Ӝ/T^|b9 >0K,#N>Jk2}y[\ŭ:Z;7ma񐀤2 @=PεT>դDzAJ|,5j ws̬\_$$j{8мT,+չ\\^sI(u-g >h%"xո.R_R;Z'!ؽ8k +pK(.Z +fRb:|P}o\=:G+i,{ŹO!$ gp3=딵 +08g_ԦKdxouX&9յ9MTX!yƘ!_ih7bp9֧}q\_բ!Ry(}@}I0||2y>5|8rWuPW9(P؎a}Rr c +nm?|\f!~ApQL$^vŘIPƒMc iRX9xUPzr闢؆;WxАw]q(Zօ>WP4"iD^-9VF|㚁S v]&&[(urgø_vdK ^, *d:Uh +O~YI·; YWB.bo{ЛnK՜*jTO0d?%-Q~:HdCrt,E 񼗾z5u0Pdp(U^Fi$P>V{)2T)WP3d#tIs.:#=} fU#Co󼵖;ݮ\1۳e ki <=2ee~Ѯ=ꣳ(_~7"ޙ ݯ*T׳ G!') \_9y-mvZ494BLg3;"m߶?'pc[eFDo?&j}ʛ13~DQ#-FmbXO+_yFL7ۊo>.G@&)R+]q%8%jI< k|`K֯"Usp到~(QɵMOjmRs/Ao>l`Q^[^njZJ >QY4LZf1W=RBj!u&5`S/@Ip`o.^"=N +ZyNK;ΗWto;??O4ylҶ_ ?Ҟ|pN|5DiiQ죯!pRR,u0iqg^i2/ƣ%aoT?u\1z˿꼷L&E*󰼐p;s +)g=Xj|+ln72R뜐s4 ^U=!FsZ5B+ yt |aKPrJvxȚnw R5 BӈNiDc\AR#KtEsȂKncx|h)Abp9>M،I~Er`@2^%=SŢ\B7]y)huNS؋G_uQy\,U <Z[)f,fwod@XH6cn Ik0搼)$$Qa:Ēx ;`5p jk`?, +endstream +endobj +630 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1660 0 R +/FirstChar 12 +/LastChar 121 +/Widths 1661 0 R +/BaseFont /RRLIBS+CMBX9 +/FontDescriptor 628 0 R +>> endobj +628 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /RRLIBS+CMBX9 +/ItalicAngle 0 +/StemV 117 +/XHeight 444 +/FontBBox [-58 -250 1195 750] +/Flags 4 +/CharSet (/fi/slash/colon/A/B/C/D/E/F/G/H/I/J/L/M/O/P/R/S/T/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y) +/FontFile 629 0 R +>> endobj +1661 0 obj +[657 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 592 0 0 0 0 0 0 0 0 0 0 329 0 0 0 0 0 0 893 841 855 907 777 744 930 924 446 611 0 711 1122 0 889 808 0 887 657 823 0 0 0 0 0 0 0 0 0 0 0 0 575 657 526 657 543 362 592 657 329 0 625 329 986 657 592 657 0 488 467 460 657 625 855 625 625 ] +endobj +1660 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi 13/.notdef 47/slash 48/.notdef 58/colon 59/.notdef 65/A/B/C/D/E/F/G/H/I/J 75/.notdef 76/L/M 78/.notdef 79/O/P 81/.notdef 82/R/S/T 85/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y 122/.notdef] +>> endobj +626 0 obj << +/Length1 929 +/Length2 2883 +/Length3 532 +/Length 3513 +/Filter /FlateDecode +>> +stream +xy<{ǓQB-[Y)Y&>3n " +!d$J8B$ɚ5Bb,N?s>_)q7ЀH*"MijPP8DJ +IT,pM5ĉ@P5Me M*D +@Id'86A2&h'gh`8( $nPa1T7K2$n[~ 0g݈\C`fDY _ |q834%[g'RA2`JtɄ_GnX_]C*

rk7+sΰ̈]4Y$f d]j_2 @:Fp~d,fG΅B3ֳ{Zj[dlH+[reEDM^JI7{9+gb/f1[A3c_ΐy‹Wx':6X\q|vãͻ90҉AdCgojsCW L.*AkfJs)f@Xc6j;I3[|dT1\4W\}╡9~r½KZ]T>0ʖaC|\dqΩyճྔP]5og P̩&ʻbAk~ǞwCî!-8;24Bwlt?vs ]}i?/k8eE% s.MV TFw?QIPmO鵽\*$EzGaAg" 93JJ"竘}1`!z :زM+g#^pthCTCא&lmSKpMVNk#|sLScoplń2 _u-M֣EIw6Жv_ew8o.S aY,sV*ĸgzV>/n^-(Z:iBL^,}h<Д11F"v ^m/keN, FXg7y;d^Cy7Ұޖ]INWgvX2rNT"l:}.'qCp#.;w^. cujہ~@Vjr+.nV8ٰ#IpT3*eN4288ۂۊjKqn%o!m=4R3#EzVy%8@ "o`R,Ρ^-xSܐaJXvиF44('"dp]BMڨe5aϒ7i RQ#iE7$(v٘%ײ^ˆ6)*I~;0q Gp%ݽ&iBzY+כҳ&\\- kY +'?dtrmo~}(IwvX+VV!746y;rlŖԎO9Ґ&$^v&wK(j9~\*_bWeiر|[PL^͔Ѧ!%jad4}4)c^tɩ{`{6|O= in^d"| +L`S 4g%Fɫ)fCI:K b+ \9#Db(){[$QN+a.FC_rsi DZ]% .sFƨ~z.t5HrT^1f 3՜r (݊T'EO9;c*\iʇ6r +7z 5c% +m:6_Q#NAz 4޵(%)n:)oT[cqn-Î:`Nz#RQǥ4k6*}(^K\biNn9Ei47:t+`Ü?&fYHa+(E <{b5z@۱ٳEWWRr.vcQ%9o:CB0*bl[4r7˷(C3Ѯro'beHսϳr-Z9<|Ye딬M槖scn'Tx=;=(I}c\/ +>4E$~ FyX`\9:&FXVBt~%VS}u^ˆlsD_ϥ]u= /bvshO7X,uC_  % +D\j"$ AΉ Y;o|Z 2i!xI 0Y?ȼ`P`~S0o>Ā= +5%z-DMRwB4k_995)*_&!X2;O]vFlΐ mLPRɡ[wu+/4Io}ʞs6c D.yGQX=>l ζD%a QHK=D9_ĚGrdE?C kU#joZ8-WB/)`9AUay(7~.hX[,5M55:yCd`m]vx_ DD< 4l +endstream +endobj +627 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1662 0 R +/FirstChar 58 +/LastChar 116 +/Widths 1663 0 R +/BaseFont /OCNVTY+CMR12 +/FontDescriptor 625 0 R +>> endobj +625 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /OCNVTY+CMR12 +/ItalicAngle 0 +/StemV 65 +/XHeight 431 +/FontBBox [-34 -251 988 750] +/Flags 4 +/CharSet (/colon/B/I/P/a/c/e/i/l/n/p/r/s/t) +/FontFile 626 0 R +>> endobj +1663 0 obj +[272 0 0 0 0 0 0 0 693 0 0 0 0 0 0 353 0 0 0 0 0 0 666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 490 0 435 0 435 0 0 0 272 0 0 272 0 544 0 544 0 381 386 381 ] +endobj +1662 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 58/colon 59/.notdef 66/B 67/.notdef 73/I 74/.notdef 80/P 81/.notdef 97/a 98/.notdef 99/c 100/.notdef 101/e 102/.notdef 105/i 106/.notdef 108/l 109/.notdef 110/n 111/.notdef 112/p 113/.notdef 114/r/s/t 117/.notdef] +>> endobj +623 0 obj << +/Length1 766 +/Length2 835 +/Length3 532 +/Length 1391 +/Filter /FlateDecode +>> +stream +x}4TiULJ +af1^J;30M];Cv6QґVRHUS^vj"m]9eۋtVg~}><~R{JE`8 HCXU8E*@$< rY@B)54.Tk͈HD +>*S0L)J"#+AѱaA@qD"09N#@^±6|7h +X36AD)ƐP=bV؏V/Pƨ0P(F1S/L8c<WcB" &>FQFAA+ IjٚoV=^QA\;vX,Ok[ /^8G+&% / 7``L'mKUZNƜ"~cTV_{R{S-&|cCu3U+붼 ِ.݋n(?d 3c`i C{7!ζ ;2Dfݞ?xXxr8r3fRt3Fg5'{ߌ0C/74XWW/Q}ռisϒF-&/ɝ  ,ͮ.f9IЫŨ㼆XV\h[n/ѳTIEMyuͳ_L*ۺ:/b벳 ރeݮ 9NSJTCx~ܵX?#thm [Z_݅h :4C5,kW)g}6En~hVtܭfnڻS}ftin\g5AZ$y^9זn#^jÛ\\E-鹅G;1u]a}OuW "j;e]x@/ƺ륉ϠoA> endobj +622 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /YVWGHO+CMSY7 +/ItalicAngle -14.035 +/StemV 93 +/XHeight 431 +/FontBBox [-15 -951 1252 782] +/Flags 4 +/CharSet (/prime/dagger) +/FontFile 623 0 R +>> endobj +1665 0 obj +[329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 524 ] +endobj +1664 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 48/prime 49/.notdef 121/dagger 122/.notdef] +>> endobj +620 0 obj << +/Length1 2110 +/Length2 15869 +/Length3 532 +/Length 17015 +/Filter /FlateDecode +>> +stream +xڬeT]]p www 4Xpwwx0g֪kZk+:02pd $$B&v&F_NfNFh3\$6-@F%;# gZ5@+&N&&ƴ c #g-4?Jv]wS +@/M +NɧZ.ֲ6F?6`gcl36qj&v11pFf&,D-M-N&_KNFXLP]{5y [ge1쎣;@ ?I5350  |9;O\i_N[u2qsL+|Z-w"nccQOA?;OM)賾-> Ϣ"!b/SB}vD}HO?">]dЧE}(O?>]ЧtQC.jE}h8>]4ЧϹGsiJs|O?)_ϱ 9gA%gOM ?Ot᧕_iespO+ǿ/r ?\O+׿i~ZyV{00~V30q4qnsa+e8~;z?k/Z|LLM팸-ZB+|E~VQ 6u-%[K9P7?We㻽8Evz+L^8ħ/gz_gx> tߞͮH(ʹ>)'V>X#r֗ʦ.iHDP 19tew+N"w8$N|&mJT0D:,#`lRq\"(%.[DocJ$\SUgtWJϼXr2Ȯ: Q)Gፐ\M FfI9Փ6[[О/˅?SG bRWap[(#Ԡ"#X-XںMmMhE$YeHvFe5J-S,8h|Д^*<"ம(3;yǽ<8&^l;suӌ!rU/!/Բ́Z8aYc8NqPKq((L>J*y1QtAH?-^kΖp*XHV|FYG}6E8ͻgd"U"v") +爨Tc5L Z܉`i318^Xvh7z(biyXN*i/Ƒ #m^3!2'{vuH~F9f1o$53Ғ=6@o,FQT5-{iT#ߔ]%p4fYDyrDܤ(o2څJQľL~×dYJ n/?ZՀm2C/Bb Vbwi$QKp늎x.,s &Ok%U4 sZ + j&qNEF.$Q푘_M +foUzRdG DiUQ^M&)HQ #XR=t9^14ڣWkOh~;kS#H4ކwfDEI?YQ7> QX#TxN{x C +*@Ͷ)AT@^ U-UbsykIW<,3o2{ +s]v7XkJ^#3EF}.Ey4E"X|ܚoXu9/G@4+tފ\*b)e7b/AtR$=zҷcKq_>P󉐮7?8vc}ݢ@eAO!gKcUYO|w-K93@t(~}݌n:VIkc sh=j9IM#J 9Hm[+LlDo*8MFsA{$;.t) ĩeDƄ`\IV< Jʫ& ֬líU`anv,q(*3Ascs޿V(O9_qh˿\ׅ5>EK]Ud_ekXB0ͯ.8J4ەF9^D%-x+`|DQqC>zlʸH`%1pHQ&8+m_&q@s|+${+ ff.qHXz@Lfg3V<) , |:}eLndh\dᇅ,@y;?(U߈Pi|al,ڣ(cBc<~ K wD`G~h!u=^? (LDP@7?4gM|!Z;X[ #5HRh3@A;?bl}D)i[@&ztզQpnDh +wq3$ibfŹ;/81KWbz[}2g3ʑ>x_^nwB"G.z EիPn.bL\?(& ,.ƆɊ]V93i Ѿ"4B{bc H{‹LUBb5 |\1'K7}$'QqVzJ +9y<%ʚ˹:D˯`e-GxN#oi6C!}l:6~>iIѺ1?pԳʗͱa +F`,J8rᲖx-%RDoFCA#IrhA1߯OlOmH?`C" KW-]-+G&@$ԺJ@2HZXeOuD }a'6 !4{ I9yNfȂ@S:Z0,ܵ)J{+ \ N=&jK.[U,Q2*$^'Kk >ztƻ9{qЩ"P2IJHNdE d ' :ԡ8P.QV`9L5 +cQPiYYX+*ɡߐ*Nzv\1$hqIGd Qn/IĢ-d?pսg`A%ʕ9&K擳eyP= ެfʢ50u#JS S;WЬMv1$]@{߶NJ,wӥlsO3ZNrؿ zn# `=~Ӄ[Ex܌K,f)*Q8"#KzFBD2턮$GRd*[xpv@(fj69s!SSg/TciTϸs$N`ZdjoWv:Q kKaڠ~ݬ1o4e@[l6+WbJ:aH>z3{w7y +BUP:ܨC'*b}K&?^,:qg +t0A_$Szl6k`E7{ѱt0dCoJP-tr~E4*VZ'E,˘CyyWs<.ڻ"m0Rh TZ:IyP0؄k)V }9J"UҬCfAVDV$Q%XK2H F֓K~Ä(1xd˜>w;pj % w[jTׅK^aV&Ll98%'5Y T+E+u 9VIӴhÖKx:jiw*+ ,'j~u_Σ5nn RRV;E2BMB_vY  ptyU MT-Ж_0 FRV ?PV.Ht|87G&I}^[.n(cŅ8@/q9NshuUe}sy hO; +T:m yU8.s~ cp@<= 6m (L͉hpl>J=3X%~r6IEf6\yao栅aTwG!U8ΫhU?v*9PN {ذ>~mqbtˢ9kk}kO6 +Β +Qk>DI=9r-!HXZld}Hy9\0@ycP㫹qi@_ +CS"4:;;ui>yyMHp"ʫBL za.ʻSX3#o-ٯ/ӄ:=?,ؓqdA N3Ԑ@h].)Vߵk%r]ωxxSN%rm x,*ztǚ7{#7A +‘½"ug)Nɢ )ᵗ?VF'xyz0ƾEW+LΆ;ȼh`sP㵜Q2EP#Zqܹ1E2_M'm%ijp݁zvNTGOܪrf wjmRn9cB2ze§]-yMFkv.Cnmb}/,kXJ2ʁ*ë Y^zΝ$waHOnTM-LVY;B;(C^,)pު,rc%IfSšg +}'mB.&55 jjsߟ cҝݥk1GS$^(X=t},8w^/oc;6>WlV @'V+Ee7Af σZdUy8PO3/7bCHDz__Də&of!.:<\77`,tΑ·s{y9;m nA,\2:ni&=P]`ߩ6|$\$.CWrFc6f~y@p`URKjŖrpT侂8M[n+9UBM._r/&&c.4s;= }6"df}w+g +.|}BD<7h"v ms1ߐdu7{:t +ucT5"On&C :#y%e ܾh"!v8V̶ߜ +.dJI9av%d7 }we}q5hp5l啑.$ B0—D +IX—k +T]Zn+^RaAz Ƨ0X*yW fd`E YeaB뗃`+>9֑jS { F.lF@oPӃmgySZC#THA(WSݶ⛷GD6tRG'm;O\B#O9gaCs.L׾ +Β $`##3Ɣ[TM9RW+b?s&9J Ygml"u`za˥-;i ,CluVZ/OIuf(k3+ܯ +/F>! +'IgD=(KkM2#jYna86SoszYB{WTtʶ82_N; x4pICU^e~L2| Z1bݺ}R.BDkuZ #RV]E7NRyY5 +-6v}#bd I}ns0( ZV#B |lrJرgG< ?Ìe ڒ ktLKboPMЂ_!vCJZYdc~;u $C҂~ 28OA6ũ7syVa wm &B$ 5e*S=􅛳ȵqEƝȹF +Y,qsF'UrlU;J62($ŝ5Vg #:˶~V:>5lq$g.r?57 +Brn-ıg@{sR&NbF/|2meH{+AMoݣ?w";p'Oi˵m4 h+Hu| g`MaaͅY_ ,{[[Mh%&bL?j]zyF':'Z ) +;`fN:dE"#d0+R?X#T=AL5Y5;٩K[CY"wș7%ĻFd0> Eny~If}/4$dzi"[ +}|!I>rDgI.gVJ..7Pah VXG@ tXcdȧv˥>$ߕu(ώ\sW;$iľ]deōx݁,|nN(ȯ`5Բ6Qg!#](eþz5' +ma[@jYP.m,i07djJ+_ZQDKr6n|vpѠVo\Y!0A[kkgBDj49SuʍէPPZ)37vGfB&̏JSb'|zè&\.AĎ*z#h`I6I+E,Q@5Fb'- *Z +2C? ,uj1je5yl',MuGvm=<a.\H7ZƂ,J9=xÄi6La"[320JᒛCɎu5W!ʾ;#MìHD*ǻI}X"VVDi<b áf%O}Gn栩`ܨ(p;=: d毋/ikI 1t{AJ#KuM&XlN75Z<.Fp}GHΣy#G ݁[ʞ(bcπ-HW:E05A:K*gGKl"zR~}׷G\ *UtI^σ,ND8X,υX lclv^C }Ɖ\FM$ΑN#@-#]P];ȳGZUkuFk :3'Om3TZ _d^ٷf@{;9ojk,_VguY_wByeխ0M!4OB+n=V.g:AR`TIB>yM/NQz]bo#6~W!8zXH6:Z0@Wk|NHכ qFaH*' R<"gWQvϲIީtDk&aP޽Y}Cooz : +dWǪ >fJnS~[OȨҝV)nnuaMܔg;abN#Md߸y $~]LKlqDSAKcпBgUH<n&IK߭o0>$jNj9ݫ'$ iYx'dC3һ@S3Ǝ]^sJ:rR [p8%0s '\}0+WBEBuH|. Y6q5x>x!;gBDVf˺38_YzܕU3Dĵo&YVRY;wT0&FHsiianC[4$JZXbޗ%h5VEr;0m/ǕBNbWkS~Å=$m7>Cٸl (n(ªdA +ѧ5 +Z6:!yeI +7s~.^F}FV,C_:Jnz/}2Q )03 ayV+ՏUĐ1L+v]= Y epSD80\1!Е`MٔWɪKuCD2jHӉPua}e#@S-#1Ky%[H:8"͸Lܦ"Ur"kPvGm@yElQA-B +unwC33d Ƴ;^~%r0@n*+l1Uc󊆎^wѐ8#pUOWJa$Z/QYMf'0#f=`?Olp'yU8+f~!fJ薘d0ZXpn}'z@xɟoB^=O9Q.'e˜w ;z4wLm OCm]㡷%LCe6N]0o_ּAKTuxlg^ $}W5cMǢz/Vt[87gZ|wu@~Oa; +ؚWXgtSI~lQ㯔,ȑWl('=߈@:Gѕ4Cݚk~l?yKTD.y>4.2ׂ2Ё'>숰tw:h)b(gQ \yRR"pÛ1etfy' { ;-z\vn6|87@$n*%"JɠVL礴}6?kV549FpXʂ\ө<LMBJ "!y> qTT KŤ!i>V( y LD%DjHr!) kECfPeDD3lC]N,n)2GFs-TcGKJb' O%N2BiF w(8/r8)>Sgp\Kc:?b~'r]KE|{]D}9Ľez㢧ny%8_B6׬Ӏlpm1 +o5deuD(WȢ5U\lB)"`q+7RZ9_x $pSHuyR$ +JTo%ڊ%/0aF[j @7J8l}ũڈ<."P0?DR@Kfl°0>b׹=ˤYbshB!9kN]ntn9":k\.Pwzcq6ok${=qFtWho{e7cX縧OQƘ  m t1Ni{}B8``t%W0UjJ{hU7o5fe5^'/peZ^QUT^:gUfE3X(52㉢ﻂINًhp=&*(mm*k)R=eVZe ᇿ޷x#P9󘪎{i vGa7˰C8in҆*3}O(\c2+ ^j{|S`j84Q['LBvťwrg_/?*zXy? /~q !(?rj ZlMߪ"b,z]9kjL90iF[X؏*!包*.P>4BiQdUo$NK?ncIwwJٛyoۭAKy36hqbxQlwEĎ=Pu쩦}Eozx?+H+\ɰ{Z}qVw~vۣ^Y$pWԾ-Mm`yHQs ᅦ!x +[C}ޫ栋X2NG F@y>&R?~rcQ@R0B\`xE~&X` N |/&ySx;:ek4I0U֝GDr݁7@MUr.GۥS\Wp^e /!E>ٻ:"iQEd#' i}oc>VA (5H7rj;G0H5N{;ItE&ԙbDybWmIg@+:-0< 9lHcɀ mАV 󤞎 ZCc.Q;:q~uِ'r$dL >>|m~X4:L◥tE}HRPFhM!P QnCQ}fN.wWܠp d2bmc&Ok6D%ߩ{)L bnGˠ ~h|Lf +Mp>w$UM>߶d%GR&GYKҌGrۢ%$lĠ#:<аSs"SqZZ_A+|ZfI"* xA~'("jR Hc}*E|ky@]K%Zw&B}Xj#8;ׯ3]&c(y>GiJ#;R5 (> Bk" K/  0콺Z +ss.pE5]{P%R`,eb^ߘu=U'`Rٳ&~ybw(Kg9ٯ4cɗY5eQs|]_ǩƝHuG)E=Nlv󢧋O +N]l~"p9wg`$֛w'',&_unՓkSLԈX0W 3B;>|KrgW}RB. {h)ө7:M6_ezCڥkT@MPF $&&es) +endstream +endobj +621 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1666 0 R +/FirstChar 11 +/LastChar 127 +/Widths 1667 0 R +/BaseFont /MDGBXF+CMR10 +/FontDescriptor 619 0 R +>> endobj +619 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /MDGBXF+CMR10 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/FontBBox [-251 -250 1009 969] +/Flags 4 +/CharSet (/ff/fi/fl/ffi/ffl/quotedblright/ampersand/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/dieresis) +/FontFile 620 0 R +>> endobj +1667 0 obj +[583 556 556 833 833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 778 278 389 389 0 0 278 333 278 500 500 500 500 500 500 500 500 500 500 500 278 278 0 778 0 472 0 750 708 722 764 681 653 785 750 361 514 778 625 917 750 778 681 778 736 556 722 750 750 1028 750 750 611 278 500 278 0 0 0 500 556 444 556 444 306 500 556 278 306 528 278 833 556 500 556 528 392 394 389 556 528 722 528 528 444 500 0 0 0 500 ] +endobj +1666 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi/fl/ffi/ffl 16/.notdef 34/quotedblright 35/.notdef 38/ampersand/quoteright/parenleft/parenright 42/.notdef 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 60/.notdef 61/equal 62/.notdef 63/question 64/.notdef 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright 94/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash 124/.notdef 127/dieresis 128/.notdef] +>> endobj +617 0 obj << +/Length1 1543 +/Length2 8955 +/Length3 532 +/Length 9852 +/Filter /FlateDecode +>> +stream +xUX\˶Bpmܥqw $M8$8=K$8A{^kﳒOKFkԜ54,f2.,@V@RIBHB.VR.`wp<\\4IGO ^$^b2(X5@ œ nk Pk3@ XQ@lae{sf=8CPIT`6GeSvߐ2ʦvKkv.`@ T$l2o\Lm@`BV2V`3U+%wlo +ж- "{PEe `&BXL`fe} y'*ɀ77{Pc6V{%ԿfnWob9B`sQ࿣:\67l;`C~lqnb.9:B~8v#j m? pmsNM  ,Be~TX7A&hP5Ut ZS7A75u!+8! ;tA? W@UN6 TZF Z9P+?:?B5\@pەjxMpf>,Gr WqV P@A)| a%,Zbzf;`mGu*_c!쑻?;wW9wMs3Kj%ֽHWu VW8u6tJ/Jk؛ë+n\OIT掕bm2:ʹC+Crn“1لɭI'ƶC-vm\4w@ۋȌ9Kfô.ǯsم*Ȅ\aVmZ0u5-k&7d $ +M^?6g1ۺT@Z# gyN嘅`_Uidαu߭ejB{(Uw?YoZ:KZD,u:6A~nP. /"eP}/yo/+DKoh]o{bY(28sj g .5TMJuBsVhJ] +YUX*GI"jNrк&)W_e#K> e_ +If/cjo#Je$$8尣=隟-|54'mA:-5;Ê7z}g~k!tcO[s-A6l; NTίl[lW ADә<zoI)%=ٕ hÊC](3Ɓپ?q +ivzKFu,aꫜzO\v:eq6^I#Idw,u +պPw%0َl,)0?f$c I>I ZES`R 9>K N< 'O#3]0 lHC{XT2Č_֝^d66Dt'vU~rk-HeC)}W2QI['%AAEdRv!,Y e?HD&R*xH羠3DSv٥stsi|;[GDμܣIZ:JHƼ-;޹Nø>1hޮ-;l\o˗8m*@?9dw9Ssۂ Y8wA OUhB0;b2FΔl'#>듘|mdAV"-V_K8 0&aNi7s,&X$>dyݭEL< =7㺏7ohJƽ2y8qSK *Fn& `gFon+8M @[m*ob hݥ'%f3=aɡZ8YpY35R2٩D; >o#> L[xzu;+XF |^s trʼc%Oh}쯰-ݰObڙTّ=<;d'gTBXE?FFUTu!s7DZo56G!8 R[Y˯%o(IOzڸ kI |Rf;mJ߄pවAA + 6}Cᐿ CF!i܊va%ޚ]Y% 9Æg*t:%nƺh>Ь=1zwcQ!ߣ/͛9] +] :n@\յզi4#P6]W$dY :'gb̛IƺwI֑9UC~N.s`b}^OٯBlYۚ?O(E~#ҾhlWP,Lp#88s'Yed ̀~e\)%ȞE)Z`)?P,Z,z\<;omdD8U0Qօs9}`0{xS% +3N-Hu2 MHvYT[[I#gRe]K'!b^Hl&ݐ܊Ϝ6ߨa3{\e[̮Gf9+ׯRa4cTFqv)'b~1QKkew>iQpDx^Z;ze]34Ng87"! d1q%V6YR{^‚\MHai#0!G3nE l5X)>ZDڬ܂F +u>##0.#54ĥj<ʩxmY{b(}v̷g\R! izU>#x2f&O->[G'&-pqה[eW8?^Wx_1F^焙 +o l-(6v%=0bKP(q_WK~ ? c@WWKfrvB6 jjz-!447U&HVd,G$9T{*y"o~R_~:,@woN>L&d Dh"tT*F@ <mݩ]#0 &,+6QoStU_a3zNiNl+R8܀;(qa\f즰H4QvFQ#׏΍0vD>䖌|PĉaDsS! od4b&{M|X25J1>GJ17A=Qo}gtr'~9[  6d {o6\MoL#ȓއ?%}dŋ4t3q"dl w,۽#N83fjOb*G9 [-dcOü2Ñ\%# 8^d uY§+IRsX9)G*KD+ޗ!Adø)mv2Q ~;~h'GҀ̷D:N+fW Q/&ެ*sGn}ٙTr1##=2$luU?F/Kd( ,ClmWs%V~9W}Z$npDZXm$/uD>F>k> .y jJ9_ LV?@Vtx.ƈimخdM̰oT3\HKe(6_^ +e-RD47D-N2ƙb4b@5*,X):a"@;/qrŠ`yvv:|h0=+W8V:a]M{`!>GmǪ%%d/Ȇ{l}ŕVs;"E+VXL_yc˴%#KX-?7u3)6TܾЦUA9U&F(sK3&׎|As t"%`nÇѱXtoIQo Com٬k lGaa+͹Bqکw)].ě4[Ed^J_ădvѿE˨%_GYQ*lJáxThH1 +G;=!oYG̥TZ, +a)^fJTc/sm F1? "暞j8n+b9ssG缳O+YoN<֪eoЄ@X,[Q1Ѣl;щ]ȟplWA$ -̐hDZ9;}&=[|_D3~r|9ߞcmSEl\&de?} e։"}l6xK:ZT|HMW.Ķ%gt#ZF阥ħ`=n;QZ uBmH&6.z[={eir9}re* zySQ̴ɫKNN'ܮ)*~{(ZmrX82B,\;W3.dBcV+DLvRn(:ֹ^\ `Vκ/9OiNW3%EoJGK6xzw} UOilMnO/:1>bꘈִ~s;.G)gq`u9g? 7C˘"Z|W]sOCB\iENA9& 2dQ6ġ:&_ Nc;G_0ywɲ 英BHTCBb9c-8dj]Y{|5לcl̺^_ݫ*?|dӻCIbL4hӗÆV a$wJl =f,bZ!DV!&Wj}?Nbn2_[q3R.†> `N7V،'m 9 G_>7̑%L+,n\CX,[ϻǙO(@Q?Q|k{ZizAԡeT2/?jnmԤ3%fԴBճU0Dž& }{c㏡"r4fQoզ8>lRƵ % \=w`QZm-elOC9kşk~.7a¿Gd2Ir_~jARW=axqG%׳-fp&v7#ԃݣGjށ>4c +bN%!8c\!9% 3O Nˋ Q$[Ob%ť8~|*,d:%#@Ey |4ԙ4O\[-H3,O xZDgP)O N6x]NE̒V,|~<ͮvкūxO;G墌CN]+*-ζ2_)ř='2Y]k!IvƠ&ND_0te0Hl.ŲV6J G2wBwH@FyF&ACDs %'$;^Fi}!)>GA]iNe_20՚&-х"ts +,RN]$}P~FJ +ğ,Yz~ωw3<[A5iV8JlT.G>2 /u)nڄw 'm>a#XA:\R%{(4}KUA< BQp 'L?sdwl'&%z>,~iTrGsW(1K3LG]eKpO[(z ӌr螺KK☯2^4>dE5z|lo}.լ=Lu}093 kW`Z&QIZ +hy_.d8٥pӚt$0ӄ ;8:EFsGqhbIU0(@#i9kq=C6yH+Ys(k +Qc 63!ѭy4J8EٱƑ& n+TiJ*JSm[s0; zp$1|`uCs$gY+tF+ri-Wߖ%aIs +c֚;L|) +l8-㶘ʑ/^=*3Ef崑^V$8j޶ #.mk*Mxmzv(t 4ӃpRk[9DlBލ+|{ki:ؚ`9{8ru $a$c@9}V^#=Lc7hpsZ-l 2g?((󭨢]+x.fw/cM40n*n6jV&\Fsؾ}ڿꈧbY2SMz$QZ_$fia6: D"Y'L,ً\g*-BG7 o+?Oef9 Zg1{n膛SϤq'{y=#Wj{<x/rHeDp|3srIO.<(~EpY(cfH awZ̯1ۮtMb`|tK lfWyjWb\g[[ jӋ `Z%O/yvR=':Ag.ZzF>35چ)]9fJ 8I{0tM>nܘN#OK6 Ѫ `4_GYM>Yے.$oᄑ+Q +׬$=L3¿Ri}5 zW.WP(( +Ϊo?*NK|*k쩘ӨWINtg/oI̖A&x zLF:`sܑ}5X.(SPd,d3t~ +Ҝv6Ǖ^C7Ԑy%} Aʠ}3c@-\!ы𕇶\: SgG /-cddT+_4l4`K9 m3 >}m8U';M}gvQN[#` nM0VQW#!C6lG>kVCp fLe$lrh_ܮ>z<#gC{wBdϕV_5w Y=`F '^4z΢nd>*uIu*0r?Q;hbdNpI3LB2?KQ"c)Y *oW-A9zii>kaXdKT[I;o_E}&xp8%Tx ++7m0S9,I H)l 5/!Y{$p\D:jcM |= aN|PADzof:3˜hn(VeeV(ʵ~ci<*,np˚.+-Ն#[- Օkl}߯)ծ/FjH:"o?c#nGL~ u|Pda[ UWF0lˮ7菠lӖ$z')e87WT@g(+gDFI8+ˋoo:=q˱a6iϲYaa +&AwP+#Hv3,\2ǹ)Z{w/N&/ 3I%T r??#m$F=*='oVvVJxv]Lbp;RD)2BEXH-Qߦ6zhyHͯ) %WW$w{FxHxzqىdW8ODMVpa!hP358Bw8 _s/_텞OI"Cv1atZĽT3=ZK\ZMѨ^΅8*#߆}j=Ü9<fyxTUTo8x7d> endobj +616 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /MSKJOF+CMBX12 +/ItalicAngle 0 +/StemV 109 +/XHeight 444 +/FontBBox [-53 -251 1139 750] +/Flags 4 +/CharSet (/fi/parenleft/parenright/comma/hyphen/zero/one/two/three/four/five/six/seven/eight/nine/A/B/C/F/G/I/L/M/O/P/R/S/T/W/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y) +/FontFile 617 0 R +>> endobj +1669 0 obj +[625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 438 438 0 0 313 375 0 0 563 563 563 563 563 563 563 563 563 563 0 0 0 0 0 0 0 850 800 813 0 0 707 884 0 419 0 0 676 1067 0 845 769 0 839 625 782 0 0 1162 0 0 0 0 0 0 0 0 0 547 625 500 625 513 344 563 625 313 344 594 313 938 625 563 625 0 460 444 438 625 594 813 594 594 ] +endobj +1668 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi 13/.notdef 40/parenleft/parenright 42/.notdef 44/comma/hyphen 46/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef 65/A/B/C 68/.notdef 70/F/G 72/.notdef 73/I 74/.notdef 76/L/M 78/.notdef 79/O/P 81/.notdef 82/R/S/T 85/.notdef 87/W 88/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y 122/.notdef] +>> endobj +634 0 obj << +/Type /Pages +/Count 6 +/Parent 1670 0 R +/Kids [610 0 R 636 0 R 677 0 R 722 0 R 766 0 R 804 0 R] +>> endobj +824 0 obj << +/Type /Pages +/Count 6 +/Parent 1670 0 R +/Kids [813 0 R 826 0 R 842 0 R 871 0 R 893 0 R 906 0 R] +>> endobj +922 0 obj << +/Type /Pages +/Count 6 +/Parent 1670 0 R +/Kids [919 0 R 924 0 R 936 0 R 944 0 R 960 0 R 966 0 R] +>> endobj +976 0 obj << +/Type /Pages +/Count 6 +/Parent 1670 0 R +/Kids [972 0 R 979 0 R 986 0 R 990 0 R 997 0 R 1009 0 R] +>> endobj +1024 0 obj << +/Type /Pages +/Count 6 +/Parent 1670 0 R +/Kids [1017 0 R 1027 0 R 1031 0 R 1037 0 R 1041 0 R 1045 0 R] +>> endobj +1055 0 obj << +/Type /Pages +/Count 6 +/Parent 1670 0 R +/Kids [1051 0 R 1057 0 R 1061 0 R 1068 0 R 1075 0 R 1087 0 R] +>> endobj +1103 0 obj << +/Type /Pages +/Count 6 +/Parent 1671 0 R +/Kids [1094 0 R 1105 0 R 1109 0 R 1117 0 R 1127 0 R 1139 0 R] +>> endobj +1155 0 obj << +/Type /Pages +/Count 6 +/Parent 1671 0 R +/Kids [1145 0 R 1158 0 R 1162 0 R 1170 0 R 1176 0 R 1187 0 R] +>> endobj +1205 0 obj << +/Type /Pages +/Count 6 +/Parent 1671 0 R +/Kids [1200 0 R 1207 0 R 1212 0 R 1226 0 R 1245 0 R 1257 0 R] +>> endobj +1270 0 obj << +/Type /Pages +/Count 6 +/Parent 1671 0 R +/Kids [1266 0 R 1273 0 R 1280 0 R 1286 0 R 1295 0 R 1300 0 R] +>> endobj +1309 0 obj << +/Type /Pages +/Count 6 +/Parent 1671 0 R +/Kids [1304 0 R 1311 0 R 1316 0 R 1325 0 R 1335 0 R 1352 0 R] +>> endobj +1373 0 obj << +/Type /Pages +/Count 6 +/Parent 1671 0 R +/Kids [1362 0 R 1375 0 R 1394 0 R 1404 0 R 1418 0 R 1463 0 R] +>> endobj +1496 0 obj << +/Type /Pages +/Count 6 +/Parent 1672 0 R +/Kids [1488 0 R 1498 0 R 1504 0 R 1515 0 R 1522 0 R 1527 0 R] +>> endobj +1548 0 obj << +/Type /Pages +/Count 6 +/Parent 1672 0 R +/Kids [1544 0 R 1550 0 R 1556 0 R 1572 0 R 1576 0 R 1580 0 R] +>> endobj +1589 0 obj << +/Type /Pages +/Count 6 +/Parent 1672 0 R +/Kids [1586 0 R 1597 0 R 1602 0 R 1611 0 R 1616 0 R 1623 0 R] +>> endobj +1670 0 obj << +/Type /Pages +/Count 36 +/Parent 1673 0 R +/Kids [634 0 R 824 0 R 922 0 R 976 0 R 1024 0 R 1055 0 R] +>> endobj +1671 0 obj << +/Type /Pages +/Count 36 +/Parent 1673 0 R +/Kids [1103 0 R 1155 0 R 1205 0 R 1270 0 R 1309 0 R 1373 0 R] +>> endobj +1672 0 obj << +/Type /Pages +/Count 18 +/Parent 1673 0 R +/Kids [1496 0 R 1548 0 R 1589 0 R] +>> endobj +1673 0 obj << +/Type /Pages +/Count 90 +/Kids [1670 0 R 1671 0 R 1672 0 R] +>> endobj +1674 0 obj << +/Type /Outlines +/First 7 0 R +/Last 607 0 R +/Count 21 +>> endobj +607 0 obj << +/Title 608 0 R +/A 605 0 R +/Parent 1674 0 R +/Prev 595 0 R +>> endobj +603 0 obj << +/Title 604 0 R +/A 601 0 R +/Parent 595 0 R +/Prev 599 0 R +>> endobj +599 0 obj << +/Title 600 0 R +/A 597 0 R +/Parent 595 0 R +/Next 603 0 R +>> endobj +595 0 obj << +/Title 596 0 R +/A 593 0 R +/Parent 1674 0 R +/Prev 523 0 R +/Next 607 0 R +/First 599 0 R +/Last 603 0 R +/Count -2 +>> endobj +591 0 obj << +/Title 592 0 R +/A 589 0 R +/Parent 523 0 R +/Prev 587 0 R +>> endobj +587 0 obj << +/Title 588 0 R +/A 585 0 R +/Parent 523 0 R +/Prev 559 0 R +/Next 591 0 R +>> endobj +583 0 obj << +/Title 584 0 R +/A 581 0 R +/Parent 559 0 R +/Prev 579 0 R +>> endobj +579 0 obj << +/Title 580 0 R +/A 577 0 R +/Parent 559 0 R +/Prev 575 0 R +/Next 583 0 R +>> endobj +575 0 obj << +/Title 576 0 R +/A 573 0 R +/Parent 559 0 R +/Prev 571 0 R +/Next 579 0 R +>> endobj +571 0 obj << +/Title 572 0 R +/A 569 0 R +/Parent 559 0 R +/Prev 567 0 R +/Next 575 0 R +>> endobj +567 0 obj << +/Title 568 0 R +/A 565 0 R +/Parent 559 0 R +/Prev 563 0 R +/Next 571 0 R +>> endobj +563 0 obj << +/Title 564 0 R +/A 561 0 R +/Parent 559 0 R +/Next 567 0 R +>> endobj +559 0 obj << +/Title 560 0 R +/A 557 0 R +/Parent 523 0 R +/Prev 527 0 R +/Next 587 0 R +/First 563 0 R +/Last 583 0 R +/Count -6 +>> endobj +555 0 obj << +/Title 556 0 R +/A 553 0 R +/Parent 527 0 R +/Prev 551 0 R +>> endobj +551 0 obj << +/Title 552 0 R +/A 549 0 R +/Parent 527 0 R +/Prev 547 0 R +/Next 555 0 R +>> endobj +547 0 obj << +/Title 548 0 R +/A 545 0 R +/Parent 527 0 R +/Prev 543 0 R +/Next 551 0 R +>> endobj +543 0 obj << +/Title 544 0 R +/A 541 0 R +/Parent 527 0 R +/Prev 539 0 R +/Next 547 0 R +>> endobj +539 0 obj << +/Title 540 0 R +/A 537 0 R +/Parent 527 0 R +/Prev 535 0 R +/Next 543 0 R +>> endobj +535 0 obj << +/Title 536 0 R +/A 533 0 R +/Parent 527 0 R +/Prev 531 0 R +/Next 539 0 R +>> endobj +531 0 obj << +/Title 532 0 R +/A 529 0 R +/Parent 527 0 R +/Next 535 0 R +>> endobj +527 0 obj << +/Title 528 0 R +/A 525 0 R +/Parent 523 0 R +/Next 559 0 R +/First 531 0 R +/Last 555 0 R +/Count -7 +>> endobj +523 0 obj << +/Title 524 0 R +/A 521 0 R +/Parent 1674 0 R +/Prev 495 0 R +/Next 595 0 R +/First 527 0 R +/Last 591 0 R +/Count -4 +>> endobj +519 0 obj << +/Title 520 0 R +/A 517 0 R +/Parent 495 0 R +/Prev 515 0 R +>> endobj +515 0 obj << +/Title 516 0 R +/A 513 0 R +/Parent 495 0 R +/Prev 499 0 R +/Next 519 0 R +>> endobj +511 0 obj << +/Title 512 0 R +/A 509 0 R +/Parent 499 0 R +/Prev 507 0 R +>> endobj +507 0 obj << +/Title 508 0 R +/A 505 0 R +/Parent 499 0 R +/Prev 503 0 R +/Next 511 0 R +>> endobj +503 0 obj << +/Title 504 0 R +/A 501 0 R +/Parent 499 0 R +/Next 507 0 R +>> endobj +499 0 obj << +/Title 500 0 R +/A 497 0 R +/Parent 495 0 R +/Next 515 0 R +/First 503 0 R +/Last 511 0 R +/Count -3 +>> endobj +495 0 obj << +/Title 496 0 R +/A 493 0 R +/Parent 1674 0 R +/Prev 411 0 R +/Next 523 0 R +/First 499 0 R +/Last 519 0 R +/Count -3 +>> endobj +491 0 obj << +/Title 492 0 R +/A 489 0 R +/Parent 411 0 R +/Prev 487 0 R +>> endobj +487 0 obj << +/Title 488 0 R +/A 485 0 R +/Parent 411 0 R +/Prev 483 0 R +/Next 491 0 R +>> endobj +483 0 obj << +/Title 484 0 R +/A 481 0 R +/Parent 411 0 R +/Prev 479 0 R +/Next 487 0 R +>> endobj +479 0 obj << +/Title 480 0 R +/A 477 0 R +/Parent 411 0 R +/Prev 463 0 R +/Next 483 0 R +>> endobj +475 0 obj << +/Title 476 0 R +/A 473 0 R +/Parent 463 0 R +/Prev 471 0 R +>> endobj +471 0 obj << +/Title 472 0 R +/A 469 0 R +/Parent 463 0 R +/Prev 467 0 R +/Next 475 0 R +>> endobj +467 0 obj << +/Title 468 0 R +/A 465 0 R +/Parent 463 0 R +/Next 471 0 R +>> endobj +463 0 obj << +/Title 464 0 R +/A 461 0 R +/Parent 411 0 R +/Prev 459 0 R +/Next 479 0 R +/First 467 0 R +/Last 475 0 R +/Count -3 +>> endobj +459 0 obj << +/Title 460 0 R +/A 457 0 R +/Parent 411 0 R +/Prev 431 0 R +/Next 463 0 R +>> endobj +455 0 obj << +/Title 456 0 R +/A 453 0 R +/Parent 431 0 R +/Prev 451 0 R +>> endobj +451 0 obj << +/Title 452 0 R +/A 449 0 R +/Parent 431 0 R +/Prev 447 0 R +/Next 455 0 R +>> endobj +447 0 obj << +/Title 448 0 R +/A 445 0 R +/Parent 431 0 R +/Prev 443 0 R +/Next 451 0 R +>> endobj +443 0 obj << +/Title 444 0 R +/A 441 0 R +/Parent 431 0 R +/Prev 439 0 R +/Next 447 0 R +>> endobj +439 0 obj << +/Title 440 0 R +/A 437 0 R +/Parent 431 0 R +/Prev 435 0 R +/Next 443 0 R +>> endobj +435 0 obj << +/Title 436 0 R +/A 433 0 R +/Parent 431 0 R +/Next 439 0 R +>> endobj +431 0 obj << +/Title 432 0 R +/A 429 0 R +/Parent 411 0 R +/Prev 427 0 R +/Next 459 0 R +/First 435 0 R +/Last 455 0 R +/Count -6 +>> endobj +427 0 obj << +/Title 428 0 R +/A 425 0 R +/Parent 411 0 R +/Prev 423 0 R +/Next 431 0 R +>> endobj +423 0 obj << +/Title 424 0 R +/A 421 0 R +/Parent 411 0 R +/Prev 419 0 R +/Next 427 0 R +>> endobj +419 0 obj << +/Title 420 0 R +/A 417 0 R +/Parent 411 0 R +/Prev 415 0 R +/Next 423 0 R +>> endobj +415 0 obj << +/Title 416 0 R +/A 413 0 R +/Parent 411 0 R +/Next 419 0 R +>> endobj +411 0 obj << +/Title 412 0 R +/A 409 0 R +/Parent 1674 0 R +/Prev 407 0 R +/Next 495 0 R +/First 415 0 R +/Last 491 0 R +/Count -11 +>> endobj +407 0 obj << +/Title 408 0 R +/A 405 0 R +/Parent 1674 0 R +/Prev 403 0 R +/Next 411 0 R +>> endobj +403 0 obj << +/Title 404 0 R +/A 401 0 R +/Parent 1674 0 R +/Prev 383 0 R +/Next 407 0 R +>> endobj +399 0 obj << +/Title 400 0 R +/A 397 0 R +/Parent 383 0 R +/Prev 395 0 R +>> endobj +395 0 obj << +/Title 396 0 R +/A 393 0 R +/Parent 383 0 R +/Prev 391 0 R +/Next 399 0 R +>> endobj +391 0 obj << +/Title 392 0 R +/A 389 0 R +/Parent 383 0 R +/Prev 387 0 R +/Next 395 0 R +>> endobj +387 0 obj << +/Title 388 0 R +/A 385 0 R +/Parent 383 0 R +/Next 391 0 R +>> endobj +383 0 obj << +/Title 384 0 R +/A 381 0 R +/Parent 1674 0 R +/Prev 355 0 R +/Next 403 0 R +/First 387 0 R +/Last 399 0 R +/Count -4 +>> endobj +379 0 obj << +/Title 380 0 R +/A 377 0 R +/Parent 355 0 R +/Prev 363 0 R +>> endobj +375 0 obj << +/Title 376 0 R +/A 373 0 R +/Parent 363 0 R +/Prev 371 0 R +>> endobj +371 0 obj << +/Title 372 0 R +/A 369 0 R +/Parent 363 0 R +/Prev 367 0 R +/Next 375 0 R +>> endobj +367 0 obj << +/Title 368 0 R +/A 365 0 R +/Parent 363 0 R +/Next 371 0 R +>> endobj +363 0 obj << +/Title 364 0 R +/A 361 0 R +/Parent 355 0 R +/Prev 359 0 R +/Next 379 0 R +/First 367 0 R +/Last 375 0 R +/Count -3 +>> endobj +359 0 obj << +/Title 360 0 R +/A 357 0 R +/Parent 355 0 R +/Next 363 0 R +>> endobj +355 0 obj << +/Title 356 0 R +/A 353 0 R +/Parent 1674 0 R +/Prev 335 0 R +/Next 383 0 R +/First 359 0 R +/Last 379 0 R +/Count -3 +>> endobj +351 0 obj << +/Title 352 0 R +/A 349 0 R +/Parent 335 0 R +/Prev 347 0 R +>> endobj +347 0 obj << +/Title 348 0 R +/A 345 0 R +/Parent 335 0 R +/Prev 343 0 R +/Next 351 0 R +>> endobj +343 0 obj << +/Title 344 0 R +/A 341 0 R +/Parent 335 0 R +/Prev 339 0 R +/Next 347 0 R +>> endobj +339 0 obj << +/Title 340 0 R +/A 337 0 R +/Parent 335 0 R +/Next 343 0 R +>> endobj +335 0 obj << +/Title 336 0 R +/A 333 0 R +/Parent 1674 0 R +/Prev 319 0 R +/Next 355 0 R +/First 339 0 R +/Last 351 0 R +/Count -4 +>> endobj +331 0 obj << +/Title 332 0 R +/A 329 0 R +/Parent 319 0 R +/Prev 327 0 R +>> endobj +327 0 obj << +/Title 328 0 R +/A 325 0 R +/Parent 319 0 R +/Prev 323 0 R +/Next 331 0 R +>> endobj +323 0 obj << +/Title 324 0 R +/A 321 0 R +/Parent 319 0 R +/Next 327 0 R +>> endobj +319 0 obj << +/Title 320 0 R +/A 317 0 R +/Parent 1674 0 R +/Prev 299 0 R +/Next 335 0 R +/First 323 0 R +/Last 331 0 R +/Count -3 +>> endobj +315 0 obj << +/Title 316 0 R +/A 313 0 R +/Parent 299 0 R +/Prev 311 0 R +>> endobj +311 0 obj << +/Title 312 0 R +/A 309 0 R +/Parent 299 0 R +/Prev 307 0 R +/Next 315 0 R +>> endobj +307 0 obj << +/Title 308 0 R +/A 305 0 R +/Parent 299 0 R +/Prev 303 0 R +/Next 311 0 R +>> endobj +303 0 obj << +/Title 304 0 R +/A 301 0 R +/Parent 299 0 R +/Next 307 0 R +>> endobj +299 0 obj << +/Title 300 0 R +/A 297 0 R +/Parent 1674 0 R +/Prev 279 0 R +/Next 319 0 R +/First 303 0 R +/Last 315 0 R +/Count -4 +>> endobj +295 0 obj << +/Title 296 0 R +/A 293 0 R +/Parent 279 0 R +/Prev 291 0 R +>> endobj +291 0 obj << +/Title 292 0 R +/A 289 0 R +/Parent 279 0 R +/Prev 287 0 R +/Next 295 0 R +>> endobj +287 0 obj << +/Title 288 0 R +/A 285 0 R +/Parent 279 0 R +/Prev 283 0 R +/Next 291 0 R +>> endobj +283 0 obj << +/Title 284 0 R +/A 281 0 R +/Parent 279 0 R +/Next 287 0 R +>> endobj +279 0 obj << +/Title 280 0 R +/A 277 0 R +/Parent 1674 0 R +/Prev 191 0 R +/Next 299 0 R +/First 283 0 R +/Last 295 0 R +/Count -4 +>> endobj +275 0 obj << +/Title 276 0 R +/A 273 0 R +/Parent 191 0 R +/Prev 271 0 R +>> endobj +271 0 obj << +/Title 272 0 R +/A 269 0 R +/Parent 191 0 R +/Prev 267 0 R +/Next 275 0 R +>> endobj +267 0 obj << +/Title 268 0 R +/A 265 0 R +/Parent 191 0 R +/Prev 263 0 R +/Next 271 0 R +>> endobj +263 0 obj << +/Title 264 0 R +/A 261 0 R +/Parent 191 0 R +/Prev 243 0 R +/Next 267 0 R +>> endobj +259 0 obj << +/Title 260 0 R +/A 257 0 R +/Parent 243 0 R +/Prev 255 0 R +>> endobj +255 0 obj << +/Title 256 0 R +/A 253 0 R +/Parent 243 0 R +/Prev 251 0 R +/Next 259 0 R +>> endobj +251 0 obj << +/Title 252 0 R +/A 249 0 R +/Parent 243 0 R +/Prev 247 0 R +/Next 255 0 R +>> endobj +247 0 obj << +/Title 248 0 R +/A 245 0 R +/Parent 243 0 R +/Next 251 0 R +>> endobj +243 0 obj << +/Title 244 0 R +/A 241 0 R +/Parent 191 0 R +/Prev 223 0 R +/Next 263 0 R +/First 247 0 R +/Last 259 0 R +/Count -4 +>> endobj +239 0 obj << +/Title 240 0 R +/A 237 0 R +/Parent 223 0 R +/Prev 235 0 R +>> endobj +235 0 obj << +/Title 236 0 R +/A 233 0 R +/Parent 223 0 R +/Prev 231 0 R +/Next 239 0 R +>> endobj +231 0 obj << +/Title 232 0 R +/A 229 0 R +/Parent 223 0 R +/Prev 227 0 R +/Next 235 0 R +>> endobj +227 0 obj << +/Title 228 0 R +/A 225 0 R +/Parent 223 0 R +/Next 231 0 R +>> endobj +223 0 obj << +/Title 224 0 R +/A 221 0 R +/Parent 191 0 R +/Prev 199 0 R +/Next 243 0 R +/First 227 0 R +/Last 239 0 R +/Count -4 +>> endobj +219 0 obj << +/Title 220 0 R +/A 217 0 R +/Parent 199 0 R +/Prev 215 0 R +>> endobj +215 0 obj << +/Title 216 0 R +/A 213 0 R +/Parent 199 0 R +/Prev 211 0 R +/Next 219 0 R +>> endobj +211 0 obj << +/Title 212 0 R +/A 209 0 R +/Parent 199 0 R +/Prev 207 0 R +/Next 215 0 R +>> endobj +207 0 obj << +/Title 208 0 R +/A 205 0 R +/Parent 199 0 R +/Prev 203 0 R +/Next 211 0 R +>> endobj +203 0 obj << +/Title 204 0 R +/A 201 0 R +/Parent 199 0 R +/Next 207 0 R +>> endobj +199 0 obj << +/Title 200 0 R +/A 197 0 R +/Parent 191 0 R +/Prev 195 0 R +/Next 223 0 R +/First 203 0 R +/Last 219 0 R +/Count -5 +>> endobj +195 0 obj << +/Title 196 0 R +/A 193 0 R +/Parent 191 0 R +/Next 199 0 R +>> endobj +191 0 obj << +/Title 192 0 R +/A 189 0 R +/Parent 1674 0 R +/Prev 171 0 R +/Next 279 0 R +/First 195 0 R +/Last 275 0 R +/Count -8 +>> endobj +187 0 obj << +/Title 188 0 R +/A 185 0 R +/Parent 171 0 R +/Prev 183 0 R +>> endobj +183 0 obj << +/Title 184 0 R +/A 181 0 R +/Parent 171 0 R +/Prev 179 0 R +/Next 187 0 R +>> endobj +179 0 obj << +/Title 180 0 R +/A 177 0 R +/Parent 171 0 R +/Prev 175 0 R +/Next 183 0 R +>> endobj +175 0 obj << +/Title 176 0 R +/A 173 0 R +/Parent 171 0 R +/Next 179 0 R +>> endobj +171 0 obj << +/Title 172 0 R +/A 169 0 R +/Parent 1674 0 R +/Prev 155 0 R +/Next 191 0 R +/First 175 0 R +/Last 187 0 R +/Count -4 +>> endobj +167 0 obj << +/Title 168 0 R +/A 165 0 R +/Parent 155 0 R +/Prev 163 0 R +>> endobj +163 0 obj << +/Title 164 0 R +/A 161 0 R +/Parent 155 0 R +/Prev 159 0 R +/Next 167 0 R +>> endobj +159 0 obj << +/Title 160 0 R +/A 157 0 R +/Parent 155 0 R +/Next 163 0 R +>> endobj +155 0 obj << +/Title 156 0 R +/A 153 0 R +/Parent 1674 0 R +/Prev 135 0 R +/Next 171 0 R +/First 159 0 R +/Last 167 0 R +/Count -3 +>> endobj +151 0 obj << +/Title 152 0 R +/A 149 0 R +/Parent 135 0 R +/Prev 147 0 R +>> endobj +147 0 obj << +/Title 148 0 R +/A 145 0 R +/Parent 135 0 R +/Prev 143 0 R +/Next 151 0 R +>> endobj +143 0 obj << +/Title 144 0 R +/A 141 0 R +/Parent 135 0 R +/Prev 139 0 R +/Next 147 0 R +>> endobj +139 0 obj << +/Title 140 0 R +/A 137 0 R +/Parent 135 0 R +/Next 143 0 R +>> endobj +135 0 obj << +/Title 136 0 R +/A 133 0 R +/Parent 1674 0 R +/Prev 119 0 R +/Next 155 0 R +/First 139 0 R +/Last 151 0 R +/Count -4 +>> endobj +131 0 obj << +/Title 132 0 R +/A 129 0 R +/Parent 119 0 R +/Prev 127 0 R +>> endobj +127 0 obj << +/Title 128 0 R +/A 125 0 R +/Parent 119 0 R +/Prev 123 0 R +/Next 131 0 R +>> endobj +123 0 obj << +/Title 124 0 R +/A 121 0 R +/Parent 119 0 R +/Next 127 0 R +>> endobj +119 0 obj << +/Title 120 0 R +/A 117 0 R +/Parent 1674 0 R +/Prev 83 0 R +/Next 135 0 R +/First 123 0 R +/Last 131 0 R +/Count -3 +>> endobj +115 0 obj << +/Title 116 0 R +/A 113 0 R +/Parent 83 0 R +/Prev 111 0 R +>> endobj +111 0 obj << +/Title 112 0 R +/A 109 0 R +/Parent 83 0 R +/Prev 107 0 R +/Next 115 0 R +>> endobj +107 0 obj << +/Title 108 0 R +/A 105 0 R +/Parent 83 0 R +/Prev 103 0 R +/Next 111 0 R +>> endobj +103 0 obj << +/Title 104 0 R +/A 101 0 R +/Parent 83 0 R +/Prev 99 0 R +/Next 107 0 R +>> endobj +99 0 obj << +/Title 100 0 R +/A 97 0 R +/Parent 83 0 R +/Prev 87 0 R +/Next 103 0 R +>> endobj +95 0 obj << +/Title 96 0 R +/A 93 0 R +/Parent 87 0 R +/Prev 91 0 R +>> endobj +91 0 obj << +/Title 92 0 R +/A 89 0 R +/Parent 87 0 R +/Next 95 0 R +>> endobj +87 0 obj << +/Title 88 0 R +/A 85 0 R +/Parent 83 0 R +/Next 99 0 R +/First 91 0 R +/Last 95 0 R +/Count -2 +>> endobj +83 0 obj << +/Title 84 0 R +/A 81 0 R +/Parent 1674 0 R +/Prev 27 0 R +/Next 119 0 R +/First 87 0 R +/Last 115 0 R +/Count -6 +>> endobj +79 0 obj << +/Title 80 0 R +/A 77 0 R +/Parent 27 0 R +/Prev 75 0 R +>> endobj +75 0 obj << +/Title 76 0 R +/A 73 0 R +/Parent 27 0 R +/Prev 55 0 R +/Next 79 0 R +>> endobj +71 0 obj << +/Title 72 0 R +/A 69 0 R +/Parent 55 0 R +/Prev 67 0 R +>> endobj +67 0 obj << +/Title 68 0 R +/A 65 0 R +/Parent 55 0 R +/Prev 63 0 R +/Next 71 0 R +>> endobj +63 0 obj << +/Title 64 0 R +/A 61 0 R +/Parent 55 0 R +/Prev 59 0 R +/Next 67 0 R +>> endobj +59 0 obj << +/Title 60 0 R +/A 57 0 R +/Parent 55 0 R +/Next 63 0 R +>> endobj +55 0 obj << +/Title 56 0 R +/A 53 0 R +/Parent 27 0 R +/Prev 51 0 R +/Next 75 0 R +/First 59 0 R +/Last 71 0 R +/Count -4 +>> endobj +51 0 obj << +/Title 52 0 R +/A 49 0 R +/Parent 27 0 R +/Prev 47 0 R +/Next 55 0 R +>> endobj +47 0 obj << +/Title 48 0 R +/A 45 0 R +/Parent 27 0 R +/Prev 31 0 R +/Next 51 0 R +>> endobj +43 0 obj << +/Title 44 0 R +/A 41 0 R +/Parent 31 0 R +/Prev 39 0 R +>> endobj +39 0 obj << +/Title 40 0 R +/A 37 0 R +/Parent 31 0 R +/Prev 35 0 R +/Next 43 0 R +>> endobj +35 0 obj << +/Title 36 0 R +/A 33 0 R +/Parent 31 0 R +/Next 39 0 R +>> endobj +31 0 obj << +/Title 32 0 R +/A 29 0 R +/Parent 27 0 R +/Next 47 0 R +/First 35 0 R +/Last 43 0 R +/Count -3 +>> endobj +27 0 obj << +/Title 28 0 R +/A 25 0 R +/Parent 1674 0 R +/Prev 7 0 R +/Next 83 0 R +/First 31 0 R +/Last 79 0 R +/Count -6 +>> endobj +23 0 obj << +/Title 24 0 R +/A 21 0 R +/Parent 7 0 R +/Prev 19 0 R +>> endobj +19 0 obj << +/Title 20 0 R +/A 17 0 R +/Parent 7 0 R +/Prev 15 0 R +/Next 23 0 R +>> endobj +15 0 obj << +/Title 16 0 R +/A 13 0 R +/Parent 7 0 R +/Prev 11 0 R +/Next 19 0 R +>> endobj +11 0 obj << +/Title 12 0 R +/A 9 0 R +/Parent 7 0 R +/Next 15 0 R +>> endobj +7 0 obj << +/Title 8 0 R +/A 5 0 R +/Parent 1674 0 R +/Next 27 0 R +/First 11 0 R +/Last 23 0 R +/Count -4 +>> endobj +1675 0 obj << +/Names [(Doc-Start) 614 0 R (Hfootnote.1) 823 0 R (Hfootnote.10) 984 0 R (Hfootnote.11) 1002 0 R (Hfootnote.12) 1021 0 R (Hfootnote.13) 1035 0 R (Hfootnote.14) 1066 0 R (Hfootnote.15) 1081 0 R (Hfootnote.16) 1085 0 R (Hfootnote.17) 1102 0 R (Hfootnote.18) 1122 0 R (Hfootnote.19) 1124 0 R (Hfootnote.2) 834 0 R (Hfootnote.20) 1136 0 R (Hfootnote.21) 1143 0 R (Hfootnote.22) 1153 0 R (Hfootnote.23) 1154 0 R (Hfootnote.24) 1167 0 R (Hfootnote.25) 1168 0 R (Hfootnote.26) 1174 0 R (Hfootnote.27) 1183 0 R (Hfootnote.28) 1184 0 R (Hfootnote.29) 1221 0 R (Hfootnote.3) 854 0 R (Hfootnote.30) 1222 0 R (Hfootnote.31) 1234 0 R (Hfootnote.32) 1331 0 R (Hfootnote.33) 1332 0 R (Hfootnote.34) 1387 0 R (Hfootnote.35) 1390 0 R (Hfootnote.36) 1413 0 R (Hfootnote.37) 1442 0 R (Hfootnote.38) 1443 0 R (Hfootnote.39) 1445 0 R (Hfootnote.4) 859 0 R (Hfootnote.40) 1446 0 R (Hfootnote.41) 1448 0 R (Hfootnote.42) 1451 0 R (Hfootnote.43) 1454 0 R (Hfootnote.44) 1512 0 R (Hfootnote.45) 1537 0 R (Hfootnote.46) 1567 0 R (Hfootnote.47) 1568 0 R (Hfootnote.5) 861 0 R (Hfootnote.6) 863 0 R (Hfootnote.7) 903 0 R (Hfootnote.8) 904 0 R (Hfootnote.9) 913 0 R (Item.1) 1012 0 R (Item.2) 1013 0 R (Item.3) 1014 0 R (Item.4) 1015 0 R (Item.5) 1071 0 R (Item.6) 1072 0 R (Item.7) 1073 0 R (chapter*.1) 639 0 R (chapter*.38) 1600 0 R (chapter.1) 615 0 R (cite.Allen1990) 1007 0 R (cite.Ashburner2000) 1416 0 R (cite.Bard2005) 1415 0 R (cite.Brooksbank2005) 1457 0 R (cite.Chisholm1983) 1025 0 R (cite.Hayes1995) 1006 0 R (cite.Lehmann2004) 1323 0 R (cite.Loux1998) 1197 0 R (cite.armstrong1997) 1195 0 R (cite.baader-f-2003--a) 957 0 R (cite.bachman-c-1977-464-a) 1224 0 R (cite.barwise-j-1983--a) 1198 0 R (cite.boella-g-2005--a) 1223 0 R (cite.booch-g-1999--a) 837 0 R (cite.braunwald-e-1987--a) 1392 0 R (cite.brentano-f-1976--a) 1005 0 R (cite.burek-p-2006--a) 840 0 R (cite.burek2006) 1456 0 R (cite.casati-r-1994--a) 1049 0 R (cite.casati-r-2002--a) 1137 0 R (cite.chandra1997) 1271 0 R (cite.dekeizer-n-2000-16-a) 941 0 R (cite.dori-d-2002--a) 839 0 R (cite.gaerdenfors-p-2000--a) 1156 0 R (cite.genesereth-m-1992--a) 956 0 R (cite.gracia-j-1999--a) 891 0 R (cite.gruber-t-1993-199-a) 934 0 R (cite.guarino-n-1992-249-a) 1241 0 R (cite.guarino-n-2000-97-a) 1240 0 R (cite.guarino-n-2004-151-a) 1513 0 R (cite.hartmann-n-1964-a) 917 0 R (cite.herre-h-2006-a) 964 0 R (cite.ingarden-r-1964-a) 890 0 R (cite.johansson-i-1989--a) 1293 0 R (cite.lenat-d-1990--a) 1458 0 R (cite.loebe-f-2003--a) 977 0 R (cite.loebe-f-2005-93-a) 1185 0 R (cite.masolo-c-2002--b) 868 0 R (cite.masolo-c-2003--a) 867 0 R (cite.masolo-c-2004-267-a) 1264 0 R (cite.niles-i-2001-2-a) 836 0 R (cite.pease-a-2002-65-a) 885 0 R (cite.poli-r-2001--a) 887 0 R (cite.poli-r-2001-261-a) 888 0 R (cite.poli-r-2002-639-a) 889 0 R (cite.pschyrembel-w-2002--a) 1391 0 R (cite.rumbaugh-j-1999--a) 838 0 R (cite.russell-s-1995--a) 886 0 R (cite.sasa) 1278 0 R (cite.searle-j-1995--a) 1255 0 R (cite.seibt-j-2003-23-a) 1460 0 R (cite.sowa-j-1984--a) 958 0 R (cite.sowa-j-2000--c) 869 0 R (cite.steimann-f-2000-83-a) 1254 0 R (cite.sunagawa-e-2005-136-a) 1243 0 R (cite.suo--2004--a) 884 0 R (cite.szczerba-l-1977-129-a) 955 0 R (cite.tarski-a-1944-341-a) 942 0 R (cite.tarski-a-1983--a) 970 0 R (cite.w3c--2004--a) 866 0 R (cite.welty-c-2001-51-a) 1263 0 R (cite.west-m-2003--a) 1459 0 R (cite.wilkerson-t-1995--a) 1242 0 R (cite.wittgenstein-l-1922--a) 1196 0 R (figure.1.2) 1339 0 R (figure.1.3) 1479 0 R (figure.1.4) 1533 0 R (figure.1.5) 606 0 R (page.1) 613 0 R (page.10) 938 0 R (page.11) 946 0 R (page.12) 962 0 R (page.13) 968 0 R (page.14) 974 0 R (page.15) 981 0 R (page.16) 988 0 R (page.17) 992 0 R (page.18) 999 0 R (page.19) 1011 0 R (page.2) 815 0 R (page.20) 1019 0 R (page.21) 1029 0 R (page.22) 1033 0 R (page.23) 1039 0 R (page.24) 1043 0 R (page.25) 1047 0 R (page.26) 1053 0 R (page.27) 1059 0 R (page.28) 1063 0 R (page.29) 1070 0 R (page.3) 828 0 R (page.30) 1077 0 R (page.31) 1089 0 R (page.32) 1096 0 R (page.33) 1107 0 R (page.34) 1111 0 R (page.35) 1119 0 R (page.36) 1129 0 R (page.37) 1141 0 R (page.38) 1147 0 R (page.39) 1160 0 R (page.4) 844 0 R (page.40) 1164 0 R (page.41) 1172 0 R (page.42) 1178 0 R (page.43) 1189 0 R (page.44) 1202 0 R (page.45) 1209 0 R (page.46) 1214 0 R (page.47) 1228 0 R (page.48) 1247 0 R (page.49) 1259 0 R (page.5) 873 0 R (page.50) 1268 0 R (page.51) 1275 0 R (page.52) 1282 0 R (page.53) 1288 0 R (page.54) 1297 0 R (page.55) 1302 0 R (page.56) 1306 0 R (page.57) 1313 0 R (page.58) 1318 0 R (page.59) 1327 0 R (page.6) 895 0 R (page.60) 1337 0 R (page.61) 1354 0 R (page.62) 1364 0 R (page.63) 1377 0 R (page.64) 1396 0 R (page.65) 1406 0 R (page.66) 1420 0 R (page.67) 1465 0 R (page.68) 1490 0 R (page.69) 1500 0 R (page.7) 908 0 R (page.70) 1506 0 R (page.71) 1517 0 R (page.72) 1524 0 R (page.73) 1529 0 R (page.74) 1546 0 R (page.75) 1552 0 R (page.76) 1558 0 R (page.77) 1574 0 R (page.78) 1578 0 R (page.79) 1582 0 R (page.8) 921 0 R (page.80) 1588 0 R (page.81) 1599 0 R (page.82) 1604 0 R (page.83) 1613 0 R (page.84) 1618 0 R (page.85) 1625 0 R (page.9) 926 0 R (page.i) 638 0 R (page.ii) 679 0 R (page.iii) 724 0 R (page.iv) 768 0 R (section*.10) 1321 0 R (section*.11) 1328 0 R (section*.12) 1340 0 R (section*.13) 1355 0 R (section*.14) 1356 0 R (section*.15) 1357 0 R (section*.16) 1358 0 R (section*.17) 1359 0 R (section*.18) 1360 0 R (section*.19) 1365 0 R (section*.2) 1078 0 R (section*.20) 1369 0 R (section*.21) 1370 0 R (section*.22) 1371 0 R (section*.23) 1372 0 R (section*.24) 1378 0 R (section*.25) 1380 0 R (section*.26) 1384 0 R (section*.27) 1386 0 R (section*.28) 1397 0 R (section*.29) 1398 0 R (section*.3) 1090 0 R (section*.30) 1399 0 R (section*.31) 1400 0 R (section*.32) 1401 0 R (section*.33) 1402 0 R (section*.34) 1407 0 R (section*.35) 1408 0 R (section*.36) 1409 0 R (section*.37) 1583 0 R (section*.4) 1092 0 R (section*.5) 1097 0 R (section*.6) 1112 0 R (section*.7) 1113 0 R (section*.8) 1114 0 R (section*.9) 1115 0 R (section.1.1) 6 0 R (section.1.10) 298 0 R (section.1.11) 318 0 R (section.1.12) 334 0 R (section.1.13) 354 0 R (section.1.14) 382 0 R (section.1.15) 402 0 R (section.1.16) 406 0 R (section.1.17) 410 0 R (section.1.18) 494 0 R (section.1.19) 522 0 R (section.1.2) 26 0 R (section.1.20) 594 0 R (section.1.3) 82 0 R (section.1.4) 118 0 R (section.1.5) 134 0 R (section.1.6) 154 0 R (section.1.7) 170 0 R (section.1.8) 190 0 R (section.1.9) 278 0 R (subsection.1.1.1) 10 0 R (subsection.1.1.2) 14 0 R (subsection.1.1.3) 18 0 R (subsection.1.1.4) 22 0 R (subsection.1.10.1) 302 0 R (subsection.1.10.2) 306 0 R (subsection.1.10.3) 310 0 R (subsection.1.10.4) 314 0 R (subsection.1.11.1) 322 0 R (subsection.1.11.2) 326 0 R (subsection.1.11.3) 330 0 R (subsection.1.12.1) 338 0 R (subsection.1.12.2) 342 0 R (subsection.1.12.3) 346 0 R (subsection.1.12.4) 350 0 R (subsection.1.13.1) 358 0 R (subsection.1.13.2) 362 0 R (subsection.1.13.3) 378 0 R (subsection.1.14.1) 386 0 R (subsection.1.14.2) 390 0 R (subsection.1.14.3) 394 0 R (subsection.1.14.4) 398 0 R (subsection.1.17.1) 414 0 R (subsection.1.17.10) 486 0 R (subsection.1.17.11) 490 0 R (subsection.1.17.2) 418 0 R (subsection.1.17.3) 422 0 R (subsection.1.17.4) 426 0 R (subsection.1.17.5) 430 0 R (subsection.1.17.6) 458 0 R (subsection.1.17.7) 462 0 R (subsection.1.17.8) 478 0 R (subsection.1.17.9) 482 0 R (subsection.1.18.1) 498 0 R (subsection.1.18.2) 514 0 R (subsection.1.18.3) 518 0 R (subsection.1.19.1) 526 0 R (subsection.1.19.2) 558 0 R (subsection.1.19.3) 586 0 R (subsection.1.19.4) 590 0 R (subsection.1.2.1) 30 0 R (subsection.1.2.2) 46 0 R (subsection.1.2.3) 50 0 R (subsection.1.2.4) 54 0 R (subsection.1.2.5) 74 0 R (subsection.1.2.6) 78 0 R (subsection.1.20.1) 598 0 R (subsection.1.20.2) 602 0 R (subsection.1.3.1) 86 0 R (subsection.1.3.2) 98 0 R (subsection.1.3.3) 102 0 R (subsection.1.3.4) 106 0 R (subsection.1.3.5) 110 0 R (subsection.1.3.6) 114 0 R (subsection.1.4.1) 122 0 R (subsection.1.4.2) 126 0 R (subsection.1.4.3) 130 0 R (subsection.1.5.1) 138 0 R (subsection.1.5.2) 142 0 R (subsection.1.5.3) 146 0 R (subsection.1.5.4) 150 0 R (subsection.1.6.1) 158 0 R (subsection.1.6.2) 162 0 R (subsection.1.6.3) 166 0 R (subsection.1.7.1) 174 0 R (subsection.1.7.2) 178 0 R (subsection.1.7.3) 182 0 R (subsection.1.7.4) 186 0 R (subsection.1.8.1) 194 0 R (subsection.1.8.2) 198 0 R (subsection.1.8.3) 222 0 R (subsection.1.8.4) 242 0 R (subsection.1.8.5) 262 0 R (subsection.1.8.6) 266 0 R (subsection.1.8.7) 270 0 R (subsection.1.8.8) 274 0 R (subsection.1.9.1) 282 0 R (subsection.1.9.2) 286 0 R (subsection.1.9.3) 290 0 R (subsection.1.9.4) 294 0 R (subsubsection.1.13.2.1) 366 0 R (subsubsection.1.13.2.2) 370 0 R (subsubsection.1.13.2.3) 374 0 R (subsubsection.1.17.5.1) 434 0 R (subsubsection.1.17.5.2) 438 0 R (subsubsection.1.17.5.3) 442 0 R (subsubsection.1.17.5.4) 446 0 R (subsubsection.1.17.5.5) 450 0 R (subsubsection.1.17.5.6) 454 0 R (subsubsection.1.17.7.1) 466 0 R (subsubsection.1.17.7.2) 470 0 R (subsubsection.1.17.7.3) 474 0 R (subsubsection.1.18.1.1) 502 0 R (subsubsection.1.18.1.2) 506 0 R (subsubsection.1.18.1.3) 510 0 R (subsubsection.1.19.1.1) 530 0 R (subsubsection.1.19.1.2) 534 0 R (subsubsection.1.19.1.3) 538 0 R (subsubsection.1.19.1.4) 542 0 R (subsubsection.1.19.1.5) 546 0 R (subsubsection.1.19.1.6) 550 0 R (subsubsection.1.19.1.7) 554 0 R (subsubsection.1.19.2.1) 562 0 R (subsubsection.1.19.2.2) 566 0 R (subsubsection.1.19.2.3) 570 0 R (subsubsection.1.19.2.4) 574 0 R (subsubsection.1.19.2.5) 578 0 R (subsubsection.1.19.2.6) 582 0 R (subsubsection.1.2.1.1) 34 0 R (subsubsection.1.2.1.2) 38 0 R (subsubsection.1.2.1.3) 42 0 R (subsubsection.1.2.4.1) 58 0 R (subsubsection.1.2.4.2) 62 0 R (subsubsection.1.2.4.3) 66 0 R (subsubsection.1.2.4.4) 70 0 R (subsubsection.1.3.1.1) 90 0 R (subsubsection.1.3.1.2) 94 0 R (subsubsection.1.8.2.1) 202 0 R (subsubsection.1.8.2.2) 206 0 R (subsubsection.1.8.2.3) 210 0 R (subsubsection.1.8.2.4) 214 0 R (subsubsection.1.8.2.5) 218 0 R (subsubsection.1.8.3.1) 226 0 R (subsubsection.1.8.3.2) 230 0 R (subsubsection.1.8.3.3) 234 0 R (subsubsection.1.8.3.4) 238 0 R (subsubsection.1.8.4.1) 246 0 R (subsubsection.1.8.4.2) 250 0 R (subsubsection.1.8.4.3) 254 0 R (subsubsection.1.8.4.4) 258 0 R (table.1.1) 1133 0 R (table.1.2) 1483 0 R (table.1.3) 1484 0 R (table.1.4) 1485 0 R (table.1.5) 1486 0 R] +/Limits [(Doc-Start) (table.1.5)] +>> endobj +1676 0 obj << +/Kids [1675 0 R] +>> endobj +1677 0 obj << +/Dests 1676 0 R +>> endobj +1678 0 obj << +/Type /Catalog +/Pages 1673 0 R +/Outlines 1674 0 R +/Names 1677 0 R +/PageMode/UseOutlines /PageLabels << /Nums [0 << /S /D >> 1 << /S /r >> 5 << /S /D >> ] >> +/OpenAction 609 0 R +>> endobj +1679 0 obj << +/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.30.6)/Keywords() +/CreationDate (D:20070214161525+01'00') +/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.30.6 (MiKTeX 2.5.2329)) +>> endobj +xref +0 1680 +0000000001 65535 f +0000000002 00000 f +0000000003 00000 f +0000000004 00000 f +0000000000 00000 f +0000000015 00000 n +0000059944 00000 n +0001039658 00000 n +0000000062 00000 n +0000000092 00000 n +0000063919 00000 n +0001039586 00000 n +0000000144 00000 n +0000000202 00000 n +0000068871 00000 n +0001039500 00000 n +0000000255 00000 n +0000000302 00000 n +0000068932 00000 n +0001039414 00000 n +0000000355 00000 n +0000000386 00000 n +0000075724 00000 n +0001039341 00000 n +0000000439 00000 n +0000000470 00000 n +0000081368 00000 n +0001039216 00000 n +0000000518 00000 n +0000000574 00000 n +0000081429 00000 n +0001039105 00000 n +0000000627 00000 n +0000000671 00000 n +0000081490 00000 n +0001039031 00000 n +0000000729 00000 n +0000000758 00000 n +0000091326 00000 n +0001038944 00000 n +0000000816 00000 n +0000000863 00000 n +0000091387 00000 n +0001038870 00000 n +0000000921 00000 n +0000000965 00000 n +0000091448 00000 n +0001038783 00000 n +0000001018 00000 n +0000001057 00000 n +0000095486 00000 n +0001038696 00000 n +0000001110 00000 n +0000001147 00000 n +0000100338 00000 n +0001038572 00000 n +0000001200 00000 n +0000001247 00000 n +0000104995 00000 n +0001038498 00000 n +0000001305 00000 n +0000001351 00000 n +0000105055 00000 n +0001038411 00000 n +0000001409 00000 n +0000001447 00000 n +0000105116 00000 n +0001038324 00000 n +0000001505 00000 n +0000001543 00000 n +0000105176 00000 n +0001038250 00000 n +0000001601 00000 n +0000001634 00000 n +0000105237 00000 n +0001038163 00000 n +0000001687 00000 n +0000001727 00000 n +0000111545 00000 n +0001038089 00000 n +0000001780 00000 n +0000001834 00000 n +0000115805 00000 n +0001037961 00000 n +0000001882 00000 n +0000001958 00000 n +0000115866 00000 n +0001037850 00000 n +0000002011 00000 n +0000002064 00000 n +0000115927 00000 n +0001037776 00000 n +0000002122 00000 n +0000002155 00000 n +0000120172 00000 n +0001037702 00000 n +0000002213 00000 n +0000002254 00000 n +0000120233 00000 n +0001037613 00000 n +0000002307 00000 n +0000002348 00000 n +0000124441 00000 n +0001037522 00000 n +0000002402 00000 n +0000002444 00000 n +0000129025 00000 n +0001037430 00000 n +0000002498 00000 n +0000002532 00000 n +0000133242 00000 n +0001037338 00000 n +0000002586 00000 n +0000002613 00000 n +0000133304 00000 n +0001037260 00000 n +0000002667 00000 n +0000002698 00000 n +0000137507 00000 n +0001037128 00000 n +0000002747 00000 n +0000002785 00000 n +0000137569 00000 n +0001037049 00000 n +0000002839 00000 n +0000002875 00000 n +0000137631 00000 n +0001036956 00000 n +0000002929 00000 n +0000002970 00000 n +0000142062 00000 n +0001036877 00000 n +0000003024 00000 n +0000003058 00000 n +0000142124 00000 n +0001036744 00000 n +0000003107 00000 n +0000003141 00000 n +0000142186 00000 n +0001036665 00000 n +0000003195 00000 n +0000003219 00000 n +0000150325 00000 n +0001036572 00000 n +0000003273 00000 n +0000003328 00000 n +0000150388 00000 n +0001036479 00000 n +0000003382 00000 n +0000003407 00000 n +0000150451 00000 n +0001036400 00000 n +0000003461 00000 n +0000003515 00000 n +0000150514 00000 n +0001036267 00000 n +0000003564 00000 n +0000003615 00000 n +0000154653 00000 n +0001036188 00000 n +0000003669 00000 n +0000003713 00000 n +0000154716 00000 n +0001036095 00000 n +0000003767 00000 n +0000003839 00000 n +0000159522 00000 n +0001036016 00000 n +0000003893 00000 n +0000003948 00000 n +0000163630 00000 n +0001035883 00000 n +0000003997 00000 n +0000004036 00000 n +0000163693 00000 n +0001035804 00000 n +0000004090 00000 n +0000004146 00000 n +0000167762 00000 n +0001035711 00000 n +0000004200 00000 n +0000004254 00000 n +0000167825 00000 n +0001035618 00000 n +0000004308 00000 n +0000004361 00000 n +0000175754 00000 n +0001035539 00000 n +0000004415 00000 n +0000004468 00000 n +0000175817 00000 n +0001035406 00000 n +0000004517 00000 n +0000004582 00000 n +0000175880 00000 n +0001035327 00000 n +0000004636 00000 n +0000004674 00000 n +0000179753 00000 n +0001035195 00000 n +0000004728 00000 n +0000004757 00000 n +0000179816 00000 n +0001035116 00000 n +0000004816 00000 n +0000004880 00000 n +0000179879 00000 n +0001035023 00000 n +0000004939 00000 n +0000004980 00000 n +0000184518 00000 n +0001034930 00000 n +0000005039 00000 n +0000005068 00000 n +0000188818 00000 n +0001034837 00000 n +0000005127 00000 n +0000005166 00000 n +0000189072 00000 n +0001034758 00000 n +0000005225 00000 n +0000005280 00000 n +0000193411 00000 n +0001034626 00000 n +0000005334 00000 n +0000005364 00000 n +0000193474 00000 n +0001034547 00000 n +0000005423 00000 n +0000005450 00000 n +0000197870 00000 n +0001034454 00000 n +0000005509 00000 n +0000005561 00000 n +0000202958 00000 n +0001034361 00000 n +0000005620 00000 n +0000005681 00000 n +0000207172 00000 n +0001034282 00000 n +0000005740 00000 n +0000005769 00000 n +0000207235 00000 n +0001034150 00000 n +0000005823 00000 n +0000005874 00000 n +0000210942 00000 n +0001034071 00000 n +0000005933 00000 n +0000005959 00000 n +0000211005 00000 n +0001033978 00000 n +0000006018 00000 n +0000006058 00000 n +0000211068 00000 n +0001033885 00000 n +0000006117 00000 n +0000006179 00000 n +0000211257 00000 n +0001033806 00000 n +0000006238 00000 n +0000006292 00000 n +0000216013 00000 n +0001033713 00000 n +0000006346 00000 n +0000006394 00000 n +0000216076 00000 n +0001033620 00000 n +0000006448 00000 n +0000006500 00000 n +0000216139 00000 n +0001033527 00000 n +0000006554 00000 n +0000006595 00000 n +0000221136 00000 n +0001033448 00000 n +0000006649 00000 n +0000006705 00000 n +0000225289 00000 n +0001033315 00000 n +0000006754 00000 n +0000006784 00000 n +0000225352 00000 n +0001033236 00000 n +0000006838 00000 n +0000006894 00000 n +0000230281 00000 n +0001033143 00000 n +0000006948 00000 n +0000007005 00000 n +0000233682 00000 n +0001033050 00000 n +0000007059 00000 n +0000007116 00000 n +0000233744 00000 n +0001032971 00000 n +0000007170 00000 n +0000007213 00000 n +0000233807 00000 n +0001032838 00000 n +0000007263 00000 n +0000007309 00000 n +0000233870 00000 n +0001032759 00000 n +0000007364 00000 n +0000007409 00000 n +0000238131 00000 n +0001032666 00000 n +0000007464 00000 n +0000007523 00000 n +0000238194 00000 n +0001032573 00000 n +0000007578 00000 n +0000007620 00000 n +0000242776 00000 n +0001032494 00000 n +0000007675 00000 n +0000007726 00000 n +0000247674 00000 n +0001032361 00000 n +0000007776 00000 n +0000007830 00000 n +0000247737 00000 n +0001032282 00000 n +0000007885 00000 n +0000007945 00000 n +0000252874 00000 n +0001032189 00000 n +0000008000 00000 n +0000008042 00000 n +0000256543 00000 n +0001032110 00000 n +0000008097 00000 n +0000008129 00000 n +0000256606 00000 n +0001031977 00000 n +0000008179 00000 n +0000008239 00000 n +0000256669 00000 n +0001031898 00000 n +0000008294 00000 n +0000008343 00000 n +0000261286 00000 n +0001031805 00000 n +0000008398 00000 n +0000008443 00000 n +0000266451 00000 n +0001031712 00000 n +0000008498 00000 n +0000008541 00000 n +0000266514 00000 n +0001031633 00000 n +0000008596 00000 n +0000008636 00000 n +0000266577 00000 n +0001031500 00000 n +0000008686 00000 n +0000008711 00000 n +0000266640 00000 n +0001031421 00000 n +0000008766 00000 n +0000008802 00000 n +0000272598 00000 n +0001031289 00000 n +0000008857 00000 n +0000008900 00000 n +0000272661 00000 n +0001031210 00000 n +0000008960 00000 n +0000008996 00000 n +0000277547 00000 n +0001031117 00000 n +0000009056 00000 n +0000009092 00000 n +0000277610 00000 n +0001031038 00000 n +0000009152 00000 n +0000009184 00000 n +0000281728 00000 n +0001030959 00000 n +0000009239 00000 n +0000009285 00000 n +0000281790 00000 n +0001030826 00000 n +0000009335 00000 n +0000009364 00000 n +0000281852 00000 n +0001030747 00000 n +0000009419 00000 n +0000009461 00000 n +0000285963 00000 n +0001030654 00000 n +0000009516 00000 n +0000009560 00000 n +0000289576 00000 n +0001030561 00000 n +0000009615 00000 n +0000009658 00000 n +0000293184 00000 n +0001030482 00000 n +0000009713 00000 n +0000009764 00000 n +0000293247 00000 n +0001030388 00000 n +0000009814 00000 n +0000009849 00000 n +0000293310 00000 n +0001030294 00000 n +0000009899 00000 n +0000009956 00000 n +0000293373 00000 n +0001030160 00000 n +0000010006 00000 n +0000010076 00000 n +0000293436 00000 n +0001030081 00000 n +0000010131 00000 n +0000010184 00000 n +0000297909 00000 n +0001029988 00000 n +0000010239 00000 n +0000010292 00000 n +0000297972 00000 n +0001029895 00000 n +0000010347 00000 n +0000010395 00000 n +0000302082 00000 n +0001029802 00000 n +0000010450 00000 n +0000010488 00000 n +0000302145 00000 n +0001029670 00000 n +0000010543 00000 n +0000010580 00000 n +0000302208 00000 n +0001029591 00000 n +0000010640 00000 n +0000010706 00000 n +0000305918 00000 n +0001029498 00000 n +0000010766 00000 n +0000010811 00000 n +0000305981 00000 n +0001029405 00000 n +0000010871 00000 n +0000010927 00000 n +0000306044 00000 n +0001029312 00000 n +0000010987 00000 n +0000011047 00000 n +0000306107 00000 n +0001029219 00000 n +0000011107 00000 n +0000011157 00000 n +0000310152 00000 n +0001029140 00000 n +0000011217 00000 n +0000011244 00000 n +0000310215 00000 n +0001029047 00000 n +0000011299 00000 n +0000011357 00000 n +0000310278 00000 n +0001028915 00000 n +0000011412 00000 n +0000011482 00000 n +0000310341 00000 n +0001028836 00000 n +0000011542 00000 n +0000011581 00000 n +0000314341 00000 n +0001028743 00000 n +0000011641 00000 n +0000011670 00000 n +0000314404 00000 n +0001028664 00000 n +0000011730 00000 n +0000011757 00000 n +0000314467 00000 n +0001028571 00000 n +0000011812 00000 n +0000011845 00000 n +0000314530 00000 n +0001028478 00000 n +0000011900 00000 n +0000011931 00000 n +0000318336 00000 n +0001028385 00000 n +0000011987 00000 n +0000012028 00000 n +0000318399 00000 n +0001028306 00000 n +0000012084 00000 n +0000012113 00000 n +0000318462 00000 n +0001028173 00000 n +0000012163 00000 n +0000012202 00000 n +0000318525 00000 n +0001028055 00000 n +0000012257 00000 n +0000012285 00000 n +0000318588 00000 n +0001027976 00000 n +0000012345 00000 n +0000012399 00000 n +0000361749 00000 n +0001027883 00000 n +0000012459 00000 n +0000012491 00000 n +0000372351 00000 n +0001027804 00000 n +0000012551 00000 n +0000012586 00000 n +0000381663 00000 n +0001027711 00000 n +0000012641 00000 n +0000012704 00000 n +0000391446 00000 n +0001027632 00000 n +0000012759 00000 n +0000012823 00000 n +0000391509 00000 n +0001027499 00000 n +0000012873 00000 n +0000012939 00000 n +0000750446 00000 n +0001027381 00000 n +0000012994 00000 n +0000013033 00000 n +0000755192 00000 n +0001027302 00000 n +0000013093 00000 n +0000013131 00000 n +0000755255 00000 n +0001027209 00000 n +0000013191 00000 n +0000013247 00000 n +0000755318 00000 n +0001027116 00000 n +0000013307 00000 n +0000013341 00000 n +0000759480 00000 n +0001027023 00000 n +0000013401 00000 n +0000013460 00000 n +0000759543 00000 n +0001026930 00000 n +0000013520 00000 n +0000013590 00000 n +0000764144 00000 n +0001026837 00000 n +0000013650 00000 n +0000013694 00000 n +0000764205 00000 n +0001026758 00000 n +0000013754 00000 n +0000013788 00000 n +0000803940 00000 n +0001026626 00000 n +0000013843 00000 n +0000013892 00000 n +0000804067 00000 n +0001026547 00000 n +0000013952 00000 n +0000014005 00000 n +0000808080 00000 n +0001026454 00000 n +0000014065 00000 n +0000014117 00000 n +0000808143 00000 n +0001026361 00000 n +0000014177 00000 n +0000014232 00000 n +0000812237 00000 n +0001026268 00000 n +0000014292 00000 n +0000014338 00000 n +0000817095 00000 n +0001026175 00000 n +0000014398 00000 n +0000014449 00000 n +0000817158 00000 n +0001026096 00000 n +0000014509 00000 n +0000014539 00000 n +0000817221 00000 n +0001026003 00000 n +0000014594 00000 n +0000014632 00000 n +0000817284 00000 n +0001025924 00000 n +0000014687 00000 n +0000014733 00000 n +0000830516 00000 n +0001025791 00000 n +0000014783 00000 n +0000014813 00000 n +0000830579 00000 n +0001025712 00000 n +0000014868 00000 n +0000014919 00000 n +0000830642 00000 n +0001025633 00000 n +0000014974 00000 n +0000015008 00000 n +0000830705 00000 n +0001025553 00000 n +0000015056 00000 n +0000015088 00000 n +0000016784 00000 n +0000017089 00000 n +0000015141 00000 n +0000016903 00000 n +0000016965 00000 n +0000017027 00000 n +0001022075 00000 n +0001011937 00000 n +0001021911 00000 n +0001010443 00000 n +0000993142 00000 n +0001010280 00000 n +0000992645 00000 n +0000990971 00000 n +0000992482 00000 n +0000990298 00000 n +0000986501 00000 n +0000990135 00000 n +0000985575 00000 n +0000977038 00000 n +0000985412 00000 n +0000975630 00000 n +0000961714 00000 n +0000975468 00000 n +0001023199 00000 n +0000026494 00000 n +0000020217 00000 n +0000017225 00000 n +0000026370 00000 n +0000026432 00000 n +0000020636 00000 n +0000020789 00000 n +0000020946 00000 n +0000021104 00000 n +0000021263 00000 n +0000021421 00000 n +0000021575 00000 n +0000021733 00000 n +0000021896 00000 n +0000022060 00000 n +0000022223 00000 n +0000022381 00000 n +0000022540 00000 n +0000022699 00000 n +0000022863 00000 n +0000023027 00000 n +0000023191 00000 n +0000023355 00000 n +0000023514 00000 n +0000023673 00000 n +0000023827 00000 n +0000023986 00000 n +0000024150 00000 n +0000024314 00000 n +0000024473 00000 n +0000024632 00000 n +0000024791 00000 n +0000024950 00000 n +0000025109 00000 n +0000025263 00000 n +0000025422 00000 n +0000025581 00000 n +0000025740 00000 n +0000025894 00000 n +0000026053 00000 n +0000026211 00000 n +0000037085 00000 n +0000030020 00000 n +0000026578 00000 n +0000037023 00000 n +0000030479 00000 n +0000030637 00000 n +0000030791 00000 n +0000030950 00000 n +0000031109 00000 n +0000031268 00000 n +0000031421 00000 n +0000031579 00000 n +0000031738 00000 n +0000031897 00000 n +0000032053 00000 n +0000032207 00000 n +0000032366 00000 n +0000032525 00000 n +0000032689 00000 n +0000032853 00000 n +0000033017 00000 n +0000033180 00000 n +0000033342 00000 n +0000033501 00000 n +0000033665 00000 n +0000033829 00000 n +0000033993 00000 n +0000034155 00000 n +0000034314 00000 n +0000034478 00000 n +0000034641 00000 n +0000034804 00000 n +0000034968 00000 n +0000035126 00000 n +0000035285 00000 n +0000035444 00000 n +0000035603 00000 n +0000035755 00000 n +0000035913 00000 n +0000036072 00000 n +0000036231 00000 n +0000036389 00000 n +0000036544 00000 n +0000036703 00000 n +0000036863 00000 n +0000047348 00000 n +0000040437 00000 n +0000037156 00000 n +0000047286 00000 n +0000040888 00000 n +0000041046 00000 n +0000041201 00000 n +0000041361 00000 n +0000041521 00000 n +0000041676 00000 n +0000041831 00000 n +0000041991 00000 n +0000042151 00000 n +0000042308 00000 n +0000042468 00000 n +0000042622 00000 n +0000042782 00000 n +0000042940 00000 n +0000043105 00000 n +0000043270 00000 n +0000043435 00000 n +0000043595 00000 n +0000043750 00000 n +0000043910 00000 n +0000044070 00000 n +0000044230 00000 n +0000044389 00000 n +0000044544 00000 n +0000044699 00000 n +0000044853 00000 n +0000045012 00000 n +0000045171 00000 n +0000045331 00000 n +0000045491 00000 n +0000045651 00000 n +0000045815 00000 n +0000045979 00000 n +0000046144 00000 n +0000046308 00000 n +0000046473 00000 n +0000046638 00000 n +0000046797 00000 n +0000046957 00000 n +0000047121 00000 n +0000056311 00000 n +0000050348 00000 n +0000047419 00000 n +0000056249 00000 n +0000050751 00000 n +0000050916 00000 n +0000051075 00000 n +0000051235 00000 n +0000051396 00000 n +0000051557 00000 n +0000051712 00000 n +0000051872 00000 n +0000052037 00000 n +0000052202 00000 n +0000052367 00000 n +0000052527 00000 n +0000052687 00000 n +0000052841 00000 n +0000053001 00000 n +0000053166 00000 n +0000053331 00000 n +0000053496 00000 n +0000053661 00000 n +0000053826 00000 n +0000053991 00000 n +0000054154 00000 n +0000054314 00000 n +0000054478 00000 n +0000054643 00000 n +0000054808 00000 n +0000054972 00000 n +0000055136 00000 n +0000055301 00000 n +0000055461 00000 n +0000055621 00000 n +0000055776 00000 n +0000055936 00000 n +0000056096 00000 n +0000060004 00000 n +0000059825 00000 n +0000056382 00000 n +0000960433 00000 n +0000943513 00000 n +0000960269 00000 n +0000942348 00000 n +0000929144 00000 n +0000942184 00000 n +0000064041 00000 n +0000063564 00000 n +0000060114 00000 n +0000063857 00000 n +0000063703 00000 n +0000928708 00000 n +0000925187 00000 n +0000928547 00000 n +0000924751 00000 n +0000921229 00000 n +0000924590 00000 n +0000063980 00000 n +0001023317 00000 n +0000069055 00000 n +0000067659 00000 n +0000064176 00000 n +0000068809 00000 n +0000067838 00000 n +0000068002 00000 n +0000068165 00000 n +0000068331 00000 n +0000068493 00000 n +0000068993 00000 n +0000068647 00000 n +0000846280 00000 n +0000835253 00000 n +0000851639 00000 n +0000840634 00000 n +0000835506 00000 n +0000076029 00000 n +0000073128 00000 n +0000069190 00000 n +0000075662 00000 n +0000073371 00000 n +0000073525 00000 n +0000073677 00000 n +0000073830 00000 n +0000073988 00000 n +0000074142 00000 n +0000074306 00000 n +0000074470 00000 n +0000074634 00000 n +0000075785 00000 n +0000074795 00000 n +0000920213 00000 n +0000912239 00000 n +0000920050 00000 n +0000075846 00000 n +0000074964 00000 n +0000075907 00000 n +0000075138 00000 n +0000075968 00000 n +0000075311 00000 n +0000075486 00000 n +0000852463 00000 n +0000846091 00000 n +0000846154 00000 n +0000852020 00000 n +0000081551 00000 n +0000079461 00000 n +0000076177 00000 n +0000081306 00000 n +0000079672 00000 n +0000079832 00000 n +0000079997 00000 n +0000080161 00000 n +0000080326 00000 n +0000080488 00000 n +0000080650 00000 n +0000080815 00000 n +0000080979 00000 n +0000081142 00000 n +0000852211 00000 n +0000846343 00000 n +0000851702 00000 n +0000846405 00000 n +0000851450 00000 n +0000851512 00000 n +0000845645 00000 n +0000840823 00000 n +0000086777 00000 n +0000085795 00000 n +0000081661 00000 n +0000086593 00000 n +0000911099 00000 n +0000896361 00000 n +0000910936 00000 n +0000085958 00000 n +0000086112 00000 n +0000086266 00000 n +0000086430 00000 n +0000086655 00000 n +0000086716 00000 n +0000091571 00000 n +0000090453 00000 n +0000086912 00000 n +0000091264 00000 n +0000090616 00000 n +0000090770 00000 n +0000090935 00000 n +0000091099 00000 n +0000091509 00000 n +0000895618 00000 n +0000889371 00000 n +0000895455 00000 n +0000841204 00000 n +0000095547 00000 n +0000095305 00000 n +0000091706 00000 n +0000095424 00000 n +0001023435 00000 n +0000100398 00000 n +0000099971 00000 n +0000095657 00000 n +0000100276 00000 n +0000888038 00000 n +0000881397 00000 n +0000887875 00000 n +0000880752 00000 n +0000875843 00000 n +0000880589 00000 n +0000100110 00000 n +0000840886 00000 n +0000105298 00000 n +0000104451 00000 n +0000100546 00000 n +0000104933 00000 n +0000104598 00000 n +0000104766 00000 n +0000840571 00000 n +0000852337 00000 n +0000111606 00000 n +0000109960 00000 n +0000105446 00000 n +0000111483 00000 n +0000110155 00000 n +0000110324 00000 n +0000110493 00000 n +0000110661 00000 n +0000110829 00000 n +0000110993 00000 n +0000111155 00000 n +0000111321 00000 n +0000852274 00000 n +0000840761 00000 n +0000834934 00000 n +0000851957 00000 n +0000115988 00000 n +0000115442 00000 n +0000111741 00000 n +0000115743 00000 n +0000115581 00000 n +0000845582 00000 n +0000120294 00000 n +0000119807 00000 n +0000116137 00000 n +0000120110 00000 n +0000119946 00000 n +0000852400 00000 n +0000124503 00000 n +0000124078 00000 n +0000120417 00000 n +0000124379 00000 n +0000124217 00000 n +0001023553 00000 n +0000845900 00000 n +0000129148 00000 n +0000128495 00000 n +0000124626 00000 n +0000128963 00000 n +0000128642 00000 n +0000128797 00000 n +0000129086 00000 n +0000133366 00000 n +0000133061 00000 n +0000129322 00000 n +0000133180 00000 n +0000137693 00000 n +0000136795 00000 n +0000133502 00000 n +0000137445 00000 n +0000136950 00000 n +0000137115 00000 n +0000137280 00000 n +0000142310 00000 n +0000141194 00000 n +0000137829 00000 n +0000142000 00000 n +0000141361 00000 n +0000141528 00000 n +0000142248 00000 n +0000141684 00000 n +0000141842 00000 n +0000835378 00000 n +0000845519 00000 n +0000834742 00000 n +0000146002 00000 n +0000145560 00000 n +0000142484 00000 n +0000145682 00000 n +0000145746 00000 n +0000145810 00000 n +0000145874 00000 n +0000145938 00000 n +0000150639 00000 n +0000149616 00000 n +0000146100 00000 n +0000150261 00000 n +0000149778 00000 n +0000150577 00000 n +0000149934 00000 n +0000150100 00000 n +0001023672 00000 n +0000840507 00000 n +0000154779 00000 n +0000154466 00000 n +0000150814 00000 n +0000154589 00000 n +0000159648 00000 n +0000159159 00000 n +0000154890 00000 n +0000159458 00000 n +0000159303 00000 n +0000159585 00000 n +0000163755 00000 n +0000163443 00000 n +0000159810 00000 n +0000163566 00000 n +0000167888 00000 n +0000167575 00000 n +0000163879 00000 n +0000167698 00000 n +0000172145 00000 n +0000171773 00000 n +0000167999 00000 n +0000172081 00000 n +0000171917 00000 n +0000840316 00000 n +0000175943 00000 n +0000175392 00000 n +0000172243 00000 n +0000175690 00000 n +0000175536 00000 n +0001023797 00000 n +0000179942 00000 n +0000179566 00000 n +0000176079 00000 n +0000179689 00000 n +0000184644 00000 n +0000183990 00000 n +0000180066 00000 n +0000184454 00000 n +0000184143 00000 n +0000184299 00000 n +0000184581 00000 n +0000189135 00000 n +0000188631 00000 n +0000184806 00000 n +0000188754 00000 n +0000188881 00000 n +0000188945 00000 n +0000189009 00000 n +0000193727 00000 n +0000192884 00000 n +0000189271 00000 n +0000193347 00000 n +0000193537 00000 n +0000193037 00000 n +0000193192 00000 n +0000193601 00000 n +0000875318 00000 n +0000872065 00000 n +0000875153 00000 n +0000193664 00000 n +0000197997 00000 n +0000197438 00000 n +0000193890 00000 n +0000197742 00000 n +0000197806 00000 n +0000197582 00000 n +0000197933 00000 n +0000203083 00000 n +0000202532 00000 n +0000198133 00000 n +0000202831 00000 n +0000202895 00000 n +0000202676 00000 n +0000871712 00000 n +0000869310 00000 n +0000871549 00000 n +0000203021 00000 n +0001023922 00000 n +0000207298 00000 n +0000206985 00000 n +0000203272 00000 n +0000207108 00000 n +0000211448 00000 n +0000210755 00000 n +0000207434 00000 n +0000210878 00000 n +0000211130 00000 n +0000211194 00000 n +0000211320 00000 n +0000211384 00000 n +0000216329 00000 n +0000215146 00000 n +0000211597 00000 n +0000215949 00000 n +0000215317 00000 n +0000215473 00000 n +0000216202 00000 n +0000215628 00000 n +0000216266 00000 n +0000215784 00000 n +0000221325 00000 n +0000220091 00000 n +0000216478 00000 n +0000221072 00000 n +0000220271 00000 n +0000220436 00000 n +0000220590 00000 n +0000221198 00000 n +0000220742 00000 n +0000220907 00000 n +0000221262 00000 n +0000840380 00000 n +0000225478 00000 n +0000224925 00000 n +0000221474 00000 n +0000225225 00000 n +0000225069 00000 n +0000225415 00000 n +0000230469 00000 n +0000229228 00000 n +0000225640 00000 n +0000230217 00000 n +0000229408 00000 n +0000229578 00000 n +0000229734 00000 n +0000229898 00000 n +0000230053 00000 n +0000230343 00000 n +0000230406 00000 n +0001024047 00000 n +0000840697 00000 n +0000233933 00000 n +0000233495 00000 n +0000230605 00000 n +0000233618 00000 n +0000238383 00000 n +0000237602 00000 n +0000234057 00000 n +0000238067 00000 n +0000237755 00000 n +0000237911 00000 n +0000238257 00000 n +0000238320 00000 n +0000242903 00000 n +0000242412 00000 n +0000238545 00000 n +0000242712 00000 n +0000242556 00000 n +0000242839 00000 n +0000247925 00000 n +0000246798 00000 n +0000243065 00000 n +0000247610 00000 n +0000246969 00000 n +0000247125 00000 n +0000247281 00000 n +0000247447 00000 n +0000247800 00000 n +0000247863 00000 n +0000845963 00000 n +0000252937 00000 n +0000251821 00000 n +0000248087 00000 n +0000252810 00000 n +0000252001 00000 n +0000252163 00000 n +0000252333 00000 n +0000252489 00000 n +0000252654 00000 n +0000834806 00000 n +0000854210 00000 n +0000846027 00000 n +0000835125 00000 n +0000256732 00000 n +0000256006 00000 n +0000253048 00000 n +0000256479 00000 n +0000256159 00000 n +0000256319 00000 n +0001024172 00000 n +0000261349 00000 n +0000260919 00000 n +0000256856 00000 n +0000261222 00000 n +0000261063 00000 n +0000266829 00000 n +0000265225 00000 n +0000261473 00000 n +0000266387 00000 n +0000265414 00000 n +0000265578 00000 n +0000265747 00000 n +0000265913 00000 n +0000266076 00000 n +0000266232 00000 n +0000266703 00000 n +0000266766 00000 n +0000835189 00000 n +0000834997 00000 n +0000272788 00000 n +0000270675 00000 n +0000267004 00000 n +0000272534 00000 n +0000270900 00000 n +0000271055 00000 n +0000271223 00000 n +0000271389 00000 n +0000271542 00000 n +0000272724 00000 n +0000271698 00000 n +0000271867 00000 n +0000272035 00000 n +0000272198 00000 n +0000272364 00000 n +0000841077 00000 n +0000840949 00000 n +0000854147 00000 n +0000852147 00000 n +0000277673 00000 n +0000276308 00000 n +0000272937 00000 n +0000277483 00000 n +0000276497 00000 n +0000276662 00000 n +0000276828 00000 n +0000276997 00000 n +0000277162 00000 n +0000277328 00000 n +0000852083 00000 n +0000851829 00000 n +0000281915 00000 n +0000281003 00000 n +0000277771 00000 n +0000281664 00000 n +0000281165 00000 n +0000281330 00000 n +0000281496 00000 n +0000841141 00000 n +0000846216 00000 n +0000286025 00000 n +0000285596 00000 n +0000282039 00000 n +0000285899 00000 n +0000285740 00000 n +0001024297 00000 n +0000840444 00000 n +0000289639 00000 n +0000289042 00000 n +0000286123 00000 n +0000289512 00000 n +0000289195 00000 n +0000289348 00000 n +0000851765 00000 n +0000293499 00000 n +0000292656 00000 n +0000289750 00000 n +0000293120 00000 n +0000292809 00000 n +0000292964 00000 n +0000298034 00000 n +0000297534 00000 n +0000293610 00000 n +0000297845 00000 n +0000297678 00000 n +0000869000 00000 n +0000867081 00000 n +0000868835 00000 n +0000845708 00000 n +0000302271 00000 n +0000301719 00000 n +0000298185 00000 n +0000302018 00000 n +0000301863 00000 n +0000306169 00000 n +0000305731 00000 n +0000302408 00000 n +0000305854 00000 n +0000310404 00000 n +0000309622 00000 n +0000306306 00000 n +0000310088 00000 n +0000309775 00000 n +0000309934 00000 n +0001024422 00000 n +0000314593 00000 n +0000313968 00000 n +0000310515 00000 n +0000314277 00000 n +0000314112 00000 n +0000318715 00000 n +0000317624 00000 n +0000314704 00000 n +0000318272 00000 n +0000317786 00000 n +0000317946 00000 n +0000318651 00000 n +0000318109 00000 n +0000845772 00000 n +0000323520 00000 n +0000322800 00000 n +0000318851 00000 n +0000323264 00000 n +0000323328 00000 n +0000322953 00000 n +0000323108 00000 n +0000323392 00000 n +0000323456 00000 n +0000326579 00000 n +0000357745 00000 n +0000326426 00000 n +0000323709 00000 n +0000357556 00000 n +0000357249 00000 n +0000357620 00000 n +0000357682 00000 n +0000357402 00000 n +0000352778 00000 n +0000353057 00000 n +0000353096 00000 n +0000353495 00000 n +0000353731 00000 n +0000353945 00000 n +0000354032 00000 n +0000356709 00000 n +0000356971 00000 n +0000362196 00000 n +0000361562 00000 n +0000357923 00000 n +0000361685 00000 n +0000361812 00000 n +0000361876 00000 n +0000361940 00000 n +0000362004 00000 n +0000362068 00000 n +0000362132 00000 n +0000366820 00000 n +0000366313 00000 n +0000362358 00000 n +0000366436 00000 n +0000366500 00000 n +0000866768 00000 n +0000864665 00000 n +0000866602 00000 n +0000366564 00000 n +0000366628 00000 n +0000366692 00000 n +0000366756 00000 n +0001024547 00000 n +0000372732 00000 n +0000370806 00000 n +0000366969 00000 n +0000372223 00000 n +0000372287 00000 n +0000371004 00000 n +0000372414 00000 n +0000371164 00000 n +0000371334 00000 n +0000371502 00000 n +0000372478 00000 n +0000371658 00000 n +0000372541 00000 n +0000372604 00000 n +0000371814 00000 n +0000372012 00000 n +0000372668 00000 n +0000851575 00000 n +0000835316 00000 n +0000377074 00000 n +0000376504 00000 n +0000372894 00000 n +0000376627 00000 n +0000376691 00000 n +0000376755 00000 n +0000376819 00000 n +0000376882 00000 n +0000376946 00000 n +0000377010 00000 n +0000381788 00000 n +0000380597 00000 n +0000377210 00000 n +0000381407 00000 n +0000381471 00000 n +0000381535 00000 n +0000381599 00000 n +0000380768 00000 n +0000380924 00000 n +0000381081 00000 n +0000381725 00000 n +0000381241 00000 n +0000835061 00000 n +0000834870 00000 n +0000392011 00000 n +0000386301 00000 n +0000381924 00000 n +0000391382 00000 n +0000386688 00000 n +0000386846 00000 n +0000387008 00000 n +0000387165 00000 n +0000387328 00000 n +0000387486 00000 n +0000387649 00000 n +0000387803 00000 n +0000387957 00000 n +0000388115 00000 n +0000388267 00000 n +0000388432 00000 n +0000388596 00000 n +0000388752 00000 n +0000388917 00000 n +0000389072 00000 n +0000389235 00000 n +0000389390 00000 n +0000389553 00000 n +0000389715 00000 n +0000389880 00000 n +0000391571 00000 n +0000391634 00000 n +0000390035 00000 n +0000391697 00000 n +0000391760 00000 n +0000390205 00000 n +0000391823 00000 n +0000390384 00000 n +0000390555 00000 n +0000391886 00000 n +0000390727 00000 n +0000390949 00000 n +0000391949 00000 n +0000391174 00000 n +0000840253 00000 n +0000835442 00000 n +0000845836 00000 n +0000852526 00000 n +0000851893 00000 n +0000394749 00000 n +0000750573 00000 n +0000394488 00000 n +0000392173 00000 n +0000750382 00000 n +0000748214 00000 n +0000748367 00000 n +0000748520 00000 n +0000748673 00000 n +0000748826 00000 n +0000748979 00000 n +0000749131 00000 n +0000749283 00000 n +0000749436 00000 n +0000749590 00000 n +0000749754 00000 n +0000749909 00000 n +0000750064 00000 n +0000750509 00000 n +0000750217 00000 n +0000395112 00000 n +0000395297 00000 n +0000766991 00000 n +0000769682 00000 n +0000820049 00000 n +0000822598 00000 n +0000755381 00000 n +0000754135 00000 n +0000750687 00000 n +0000755128 00000 n +0000754315 00000 n +0000754470 00000 n +0000754635 00000 n +0000754803 00000 n +0000754969 00000 n +0001024672 00000 n +0000759606 00000 n +0000758938 00000 n +0000755466 00000 n +0000759416 00000 n +0000759091 00000 n +0000759251 00000 n +0000764330 00000 n +0000763090 00000 n +0000759704 00000 n +0000764080 00000 n +0000763270 00000 n +0000763430 00000 n +0000763597 00000 n +0000763766 00000 n +0000763925 00000 n +0000764268 00000 n +0000841013 00000 n +0000767055 00000 n +0000766804 00000 n +0000764466 00000 n +0000766927 00000 n +0000864244 00000 n +0000862683 00000 n +0000864080 00000 n +0000769746 00000 n +0000769495 00000 n +0000767180 00000 n +0000769618 00000 n +0000772276 00000 n +0000804194 00000 n +0000772078 00000 n +0000769871 00000 n +0000803876 00000 n +0000802746 00000 n +0000802908 00000 n +0000803062 00000 n +0000804003 00000 n +0000803215 00000 n +0000803376 00000 n +0000803532 00000 n +0000804130 00000 n +0000803684 00000 n +0000772668 00000 n +0000772853 00000 n +0000772905 00000 n +0000802457 00000 n +0000808206 00000 n +0000807709 00000 n +0000804359 00000 n +0000808016 00000 n +0000807853 00000 n +0001024797 00000 n +0000812299 00000 n +0000811704 00000 n +0000808304 00000 n +0000812173 00000 n +0000811857 00000 n +0000812019 00000 n +0000817473 00000 n +0000815254 00000 n +0000812397 00000 n +0000817031 00000 n +0000815479 00000 n +0000815635 00000 n +0000815788 00000 n +0000815941 00000 n +0000816093 00000 n +0000816246 00000 n +0000816408 00000 n +0000816563 00000 n +0000817347 00000 n +0000817410 00000 n +0000816715 00000 n +0000816878 00000 n +0000820112 00000 n +0000819862 00000 n +0000817610 00000 n +0000819985 00000 n +0000822662 00000 n +0000822411 00000 n +0000820223 00000 n +0000822534 00000 n +0000824606 00000 n +0000824355 00000 n +0000822787 00000 n +0000824478 00000 n +0000824542 00000 n +0000825645 00000 n +0000830768 00000 n +0000825522 00000 n +0000824691 00000 n +0000830452 00000 n +0001024922 00000 n +0000826815 00000 n +0000827048 00000 n +0000827087 00000 n +0000827444 00000 n +0000827531 00000 n +0000830208 00000 n +0000835569 00000 n +0000834491 00000 n +0000830895 00000 n +0000834614 00000 n +0000834678 00000 n +0000841267 00000 n +0000839623 00000 n +0000835667 00000 n +0000840189 00000 n +0000839776 00000 n +0000861776 00000 n +0000854372 00000 n +0000861610 00000 n +0000839982 00000 n +0000846468 00000 n +0000845147 00000 n +0000841366 00000 n +0000845455 00000 n +0000845291 00000 n +0000852590 00000 n +0000850717 00000 n +0000846553 00000 n +0000851386 00000 n +0000850879 00000 n +0000851044 00000 n +0000851211 00000 n +0000854273 00000 n +0000853481 00000 n +0000852689 00000 n +0000854083 00000 n +0000853634 00000 n +0000853859 00000 n +0000862328 00000 n +0000862085 00000 n +0000864550 00000 n +0000864467 00000 n +0000866996 00000 n +0000866971 00000 n +0000869225 00000 n +0000869200 00000 n +0000871965 00000 n +0000871928 00000 n +0000875695 00000 n +0000875540 00000 n +0000881155 00000 n +0000880987 00000 n +0000888801 00000 n +0000888501 00000 n +0000896144 00000 n +0000895861 00000 n +0000911847 00000 n +0000911460 00000 n +0000920830 00000 n +0000920551 00000 n +0000925056 00000 n +0000924995 00000 n +0000929013 00000 n +0000928952 00000 n +0000943119 00000 n +0000942744 00000 n +0000961268 00000 n +0000960871 00000 n +0000976514 00000 n +0000976110 00000 n +0000986194 00000 n +0000985866 00000 n +0000990691 00000 n +0000990524 00000 n +0000993032 00000 n +0000992859 00000 n +0001011403 00000 n +0001010977 00000 n +0001022784 00000 n +0001022435 00000 n +0001025047 00000 n +0001025169 00000 n +0001025295 00000 n +0001025394 00000 n +0001025476 00000 n +0001039768 00000 n +0001050154 00000 n +0001050195 00000 n +0001050235 00000 n +0001050436 00000 n +trailer +<< /Size 1680 +/Root 1678 0 R +/Info 1679 0 R +/ID [<76E3957CAE1AD145DE9386BBF2F7245D> <76E3957CAE1AD145DE9386BBF2F7245D>] >> +startxref +1050678 +%%EOF diff --git a/Sources/GoodOD-Guideline_v1_2012.pdf b/Sources/GoodOD-Guideline_v1_2012.pdf new file mode 100644 index 0000000..b17c1c1 --- /dev/null +++ b/Sources/GoodOD-Guideline_v1_2012.pdf @@ -0,0 +1,17875 @@ +%PDF-1.4 +% +4 0 obj +<< /S /GoTo /D (chapter.1) >> +endobj +7 0 obj +(\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n) +endobj +8 0 obj +<< /S /GoTo /D (section.1.1) >> +endobj +11 0 obj +(\376\377\000M\000a\000i\000n\000\040\000O\000b\000j\000e\000c\000t\000i\000v\000e\000s\000\040\000a\000n\000d\000\040\000I\000n\000t\000e\000n\000d\000e\000d\000\040\000U\000s\000a\000g\000e\000\040\000o\000f\000\040\000t\000h\000i\000s\000\040\000G\000u\000i\000d\000e\000l\000i\000n\000e) +endobj +12 0 obj +<< /S /GoTo /D (section.1.2) >> +endobj +15 0 obj +(\376\377\000S\000t\000r\000u\000c\000t\000u\000r\000e\000\040\000o\000f\000\040\000t\000h\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t) +endobj +16 0 obj +<< /S /GoTo /D (section.1.3) >> +endobj +19 0 obj +(\376\377\000T\000y\000p\000o\000g\000r\000a\000p\000h\000i\000c\000a\000l\000\040\000C\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) +endobj +20 0 obj +<< /S /GoTo /D (section.1.4) >> +endobj +23 0 obj +(\376\377\000D\000o\000c\000u\000m\000e\000n\000t\000\040\000S\000t\000a\000t\000u\000s\000\040\000a\000n\000d\000\040\000F\000e\000e\000d\000b\000a\000c\000k) +endobj +24 0 obj +<< /S /GoTo /D (chapter.2) >> +endobj +27 0 obj +(\376\377\000F\000u\000n\000d\000a\000m\000e\000n\000t\000a\000l\000s) +endobj +28 0 obj +<< /S /GoTo /D (section.2.1) >> +endobj +31 0 obj +(\376\377\000W\000h\000a\000t\000\040\000D\000o\000e\000s\000\040\000`\000`\000O\000n\000t\000o\000l\000o\000g\000y\000'\000'\000\040\000M\000e\000a\000n\000?) +endobj +32 0 obj +<< /S /GoTo /D (section.2.2) >> +endobj +35 0 obj +(\376\377\000W\000h\000a\000t\000\040\000I\000s\000\040\000a\000n\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000i\000n\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n\000\040\000S\000c\000i\000e\000n\000c\000e\000?) +endobj +36 0 obj +<< /S /GoTo /D (section.2.3) >> +endobj +39 0 obj +(\376\377\000W\000h\000a\000t\000\040\000I\000s\000\040\000a\000n\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000?) +endobj +40 0 obj +<< /S /GoTo /D (section.2.4) >> +endobj +43 0 obj +(\376\377\000W\000h\000y\000\040\000D\000o\000\040\000W\000e\000\040\000B\000u\000i\000l\000d\000\040\000a\000n\000d\000\040\000U\000s\000e\000\040\000O\000n\000t\000o\000l\000o\000g\000i\000e\000s\000?) +endobj +44 0 obj +<< /S /GoTo /D (section.2.5) >> +endobj +47 0 obj +(\376\377\000W\000h\000a\000t\000\040\000a\000n\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000I\000s\000\040\000n\000o\000t) +endobj +48 0 obj +<< /S /GoTo /D (subsection.2.5.1) >> +endobj +51 0 obj +(\376\377\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000v\000s\000.\000\040\000K\000n\000o\000w\000l\000e\000d\000g\000e\000\040\000B\000a\000s\000e) +endobj +52 0 obj +<< /S /GoTo /D (subsection.2.5.2) >> +endobj +55 0 obj +(\376\377\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000v\000s\000.\000\040\000I\000n\000v\000e\000n\000t\000o\000r\000y\000\040) +endobj +56 0 obj +<< /S /GoTo /D (section.2.6) >> +endobj +59 0 obj +(\376\377\000T\000h\000e\000\040\000E\000l\000e\000m\000e\000n\000t\000s\000\040\000o\000f\000\040\000O\000n\000t\000o\000l\000o\000g\000i\000e\000s) +endobj +60 0 obj +<< /S /GoTo /D (subsection.2.6.1) >> +endobj +63 0 obj +(\376\377\000C\000l\000a\000s\000s\000e\000s\000\040\000o\000f\000\040\000I\000n\000d\000i\000v\000i\000d\000u\000a\000l\000s) +endobj +64 0 obj +<< /S /GoTo /D (subsection.2.6.2) >> +endobj +67 0 obj +(\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000s) +endobj +68 0 obj +<< /S /GoTo /D (subsubsection.2.6.2.1) >> +endobj +71 0 obj +(\376\377\000G\000e\000n\000e\000r\000a\000l\000\040\000R\000e\000m\000a\000r\000k\000s) +endobj +72 0 obj +<< /S /GoTo /D (subsubsection.2.6.2.2) >> +endobj +75 0 obj +(\376\377\000T\000a\000x\000o\000n\000o\000m\000i\000e\000s) +endobj +76 0 obj +<< /S /GoTo /D (subsection.2.6.3) >> +endobj +79 0 obj +(\376\377\000M\000e\000t\000a\000d\000a\000t\000a\000\040) +endobj +80 0 obj +<< /S /GoTo /D (section.2.7) >> +endobj +83 0 obj +(\376\377\000A\000\040\000F\000o\000r\000m\000a\000l\000\040\000C\000h\000a\000r\000a\000c\000t\000e\000r\000i\000z\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000a\000n\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040) +endobj +84 0 obj +<< /S /GoTo /D (chapter.3) >> +endobj +87 0 obj +(\376\377\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n\000\040\000L\000o\000g\000i\000c\000s\000\040\000\050\000D\000L\000\051) +endobj +88 0 obj +<< /S /GoTo /D (section.3.1) >> +endobj +91 0 obj +(\376\377\000W\000h\000a\000t\000\040\000A\000r\000e\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n\000\040\000L\000o\000g\000i\000c\000s\000?) +endobj +92 0 obj +<< /S /GoTo /D (section.3.2) >> +endobj +95 0 obj +(\376\377\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n\000\040\000L\000o\000g\000i\000c\000s\000\040\000B\000a\000s\000i\000c\000s) +endobj +96 0 obj +<< /S /GoTo /D (section.3.3) >> +endobj +99 0 obj +(\376\377\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n\000\040\000L\000o\000g\000i\000c\000s\000:\000\040\000S\000y\000n\000t\000a\000x\000\040\000a\000n\000d\000\040\000S\000e\000m\000a\000n\000t\000i\000c\000s) +endobj +100 0 obj +<< /S /GoTo /D (subsection.3.3.1) >> +endobj +103 0 obj +(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000C\000l\000a\000s\000s\000e\000s) +endobj +104 0 obj +<< /S /GoTo /D (subsection.3.3.2) >> +endobj +107 0 obj +(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000D\000a\000t\000a\000\040\000a\000n\000d\000\040\000O\000b\000j\000e\000c\000t\000\040\000P\000r\000o\000p\000e\000r\000t\000i\000e\000s) +endobj +108 0 obj +<< /S /GoTo /D (section.3.4) >> +endobj +111 0 obj +(\376\377\000D\000L\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000P\000i\000t\000f\000a\000l\000l\000s) +endobj +112 0 obj +<< /S /GoTo /D (chapter.4) >> +endobj +115 0 obj +(\376\377\000U\000p\000p\000e\000r\000-\000L\000e\000v\000e\000l\000\040\000O\000n\000t\000o\000l\000o\000g\000y) +endobj +116 0 obj +<< /S /GoTo /D (section.4.1) >> +endobj +119 0 obj +(\376\377\000W\000h\000a\000t\000\040\000A\000r\000e\000\040\000t\000h\000e\000\040\000M\000o\000s\000t\000\040\000G\000e\000n\000e\000r\000a\000l\000\040\000K\000i\000n\000d\000s\000\040\000o\000f\000\040\000B\000e\000i\000n\000g\000?) +endobj +120 0 obj +<< /S /GoTo /D (subsection.4.1.1) >> +endobj +123 0 obj +(\376\377\000S\000t\000a\000r\000t\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000A\000r\000i\000s\000t\000o\000t\000l\000e) +endobj +124 0 obj +<< /S /GoTo /D (subsection.4.1.2) >> +endobj +127 0 obj +(\376\377\000D\000e\000p\000e\000n\000d\000e\000n\000t\000\040\000a\000n\000d\000\040\000I\000n\000d\000e\000p\000e\000n\000d\000e\000n\000t\000\040\000E\000n\000t\000i\000t\000i\000e\000s) +endobj +128 0 obj +<< /S /GoTo /D (subsection.4.1.3) >> +endobj +131 0 obj +(\376\377\000C\000o\000n\000t\000i\000n\000u\000a\000n\000t\000s\000\040\000a\000n\000d\000\040\000O\000c\000c\000u\000r\000r\000e\000n\000t\000s) +endobj +132 0 obj +<< /S /GoTo /D (subsection.4.1.4) >> +endobj +135 0 obj +(\376\377\000C\000l\000a\000s\000s\000e\000s\000\040\000a\000n\000d\000\040\000T\000h\000e\000i\000r\000\040\000M\000e\000m\000b\000e\000r\000s) +endobj +136 0 obj +<< /S /GoTo /D (section.4.2) >> +endobj +139 0 obj +(\376\377\000T\000w\000o\000\040\000I\000m\000p\000o\000r\000t\000a\000n\000t\000\040\000T\000o\000p\000-\000L\000e\000v\000e\000l\000\040\000O\000n\000t\000o\000l\000o\000g\000i\000e\000s) +endobj +140 0 obj +<< /S /GoTo /D (subsection.4.2.1) >> +endobj +143 0 obj +(\376\377\000B\000F\000O\000:\000\040\000B\000a\000s\000i\000c\000\040\000F\000o\000r\000m\000a\000l\000\040\000O\000n\000t\000o\000l\000o\000g\000y) +endobj +144 0 obj +<< /S /GoTo /D (subsection.4.2.2) >> +endobj +147 0 obj +(\376\377\000D\000O\000L\000C\000E\000:\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000v\000e\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000f\000o\000r\000\040\000L\000i\000n\000g\000u\000i\000s\000t\000i\000c\000\040\000a\000n\000d\000\040\000C\000o\000g\000n\000i\000t\000i\000v\000e\000\040\000E\000n\000g\000i\000n\000e\000e\000r\000i\000n\000g) +endobj +148 0 obj +<< /S /GoTo /D (section.4.3) >> +endobj +151 0 obj +(\376\377\000B\000i\000o\000T\000o\000p\000:\000\040\000A\000n\000\040\000U\000p\000p\000e\000r\000-\000D\000o\000m\000a\000i\000n\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000f\000o\000r\000\040\000t\000h\000e\000\040\000L\000i\000f\000e\000\040\000S\000c\000i\000e\000n\000c\000e\000s) +endobj +152 0 obj +<< /S /GoTo /D (subsection.4.3.1) >> +endobj +155 0 obj +(\376\377\000T\000h\000e\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000\040\000o\000f\000\040\000B\000i\000o\000T\000o\000p) +endobj +156 0 obj +<< /S /GoTo /D (subsection.4.3.2) >> +endobj +159 0 obj +(\376\377\000M\000a\000t\000e\000r\000i\000a\000l\000\040\000O\000b\000j\000e\000c\000t) +endobj +160 0 obj +<< /S /GoTo /D (subsection.4.3.3) >> +endobj +163 0 obj +(\376\377\000C\000o\000l\000l\000e\000c\000t\000i\000v\000e\000\040\000M\000a\000t\000e\000r\000i\000a\000l\000\040\000E\000n\000t\000i\000t\000i\000e\000s\000\040\000a\000n\000d\000\040\000C\000o\000m\000p\000o\000u\000n\000d\000s\000\040\000o\000f\000\040\000T\000h\000e\000m) +endobj +164 0 obj +<< /S /GoTo /D (subsection.4.3.4) >> +endobj +167 0 obj +(\376\377\000I\000m\000m\000a\000t\000e\000r\000i\000a\000l\000\040\000O\000b\000j\000e\000c\000t) +endobj +168 0 obj +<< /S /GoTo /D (subsection.4.3.5) >> +endobj +171 0 obj +(\376\377\000S\000t\000r\000u\000c\000t\000u\000r\000e\000d\000\040\000B\000i\000o\000l\000o\000g\000i\000c\000a\000l\000\040\000E\000n\000t\000i\000t\000i\000e\000s) +endobj +172 0 obj +<< /S /GoTo /D (subsection.4.3.6) >> +endobj +175 0 obj +(\376\377\000P\000r\000o\000c\000e\000s\000s\000\040\000a\000n\000d\000\040\000P\000a\000r\000t\000i\000c\000i\000p\000a\000t\000i\000o\000n) +endobj +176 0 obj +<< /S /GoTo /D (subsection.4.3.7) >> +endobj +179 0 obj +(\376\377\000Q\000u\000a\000l\000i\000t\000i\000e\000s\000\040\000a\000n\000d\000\040\000T\000h\000e\000i\000r\000\040\000V\000a\000l\000u\000e\000s) +endobj +180 0 obj +<< /S /GoTo /D (subsubsection.4.3.7.1) >> +endobj +183 0 obj +(\376\377\000T\000a\000x\000o\000n\000o\000m\000i\000c\000\040\000D\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000O\000r\000g\000a\000n\000i\000s\000m\000s) +endobj +184 0 obj +<< /S /GoTo /D (subsubsection.4.3.7.2) >> +endobj +187 0 obj +(\376\377\000D\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000t\000i\000o\000n\000\040\000b\000e\000t\000w\000e\000e\000n\000\040\000C\000a\000n\000o\000n\000i\000c\000a\000l\000\040\000a\000n\000d\000\040\000P\000a\000t\000h\000o\000l\000o\000g\000i\000c\000a\000l) +endobj +188 0 obj +<< /S /GoTo /D (subsection.4.3.8) >> +endobj +191 0 obj +(\376\377\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n\000\040\000O\000b\000j\000e\000c\000t) +endobj +192 0 obj +<< /S /GoTo /D (subsection.4.3.9) >> +endobj +195 0 obj +(\376\377\000R\000o\000l\000e\000s\000\040\000a\000n\000d\000\040\000D\000i\000s\000p\000o\000s\000i\000t\000i\000o\000n\000s) +endobj +196 0 obj +<< /S /GoTo /D (chapter.5) >> +endobj +199 0 obj +(\376\377\000G\000o\000o\000d\000\040\000P\000r\000a\000c\000t\000i\000c\000e\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000D\000e\000s\000i\000g\000n\000\040\000P\000r\000i\000n\000c\000i\000p\000l\000e\000s) +endobj +200 0 obj +<< /S /GoTo /D (section.5.1) >> +endobj +203 0 obj +(\376\377\000C\000l\000a\000s\000s\000\040\000S\000e\000l\000e\000c\000t\000i\000o\000n\000\040\000P\000r\000i\000n\000c\000i\000p\000l\000e\000s) +endobj +204 0 obj +<< /S /GoTo /D (subsection.5.1.1) >> +endobj +207 0 obj +(\376\377\000L\000i\000n\000g\000u\000i\000s\000t\000i\000c\000\040\000P\000i\000t\000f\000a\000l\000l\000s\000\040\000f\000o\000r\000\040\000C\000l\000a\000s\000s\000\040\000S\000e\000l\000e\000c\000t\000i\000o\000n) +endobj +208 0 obj +<< /S /GoTo /D (subsection.5.1.2) >> +endobj +211 0 obj +(\376\377\000F\000u\000r\000t\000h\000e\000r\000\040\000C\000l\000a\000s\000s\000\040\000S\000e\000l\000e\000c\000t\000i\000o\000n\000\040\000R\000u\000l\000e\000s) +endobj +212 0 obj +<< /S /GoTo /D (section.5.2) >> +endobj +215 0 obj +(\376\377\000S\000p\000e\000c\000i\000f\000y\000i\000n\000g\000\040\000C\000l\000a\000s\000s\000\040\000M\000e\000t\000a\000d\000a\000t\000a) +endobj +216 0 obj +<< /S /GoTo /D (subsection.5.2.1) >> +endobj +219 0 obj +(\376\377\000W\000h\000a\000t\000\040\000I\000s\000\040\000M\000e\000t\000a\000d\000a\000t\000a\000?) +endobj +220 0 obj +<< /S /GoTo /D (subsection.5.2.2) >> +endobj +223 0 obj +(\376\377\000W\000h\000y\000\040\000D\000o\000e\000s\000\040\000O\000n\000e\000\040\000N\000e\000e\000d\000\040\000M\000e\000t\000a\000d\000a\000t\000a\000?) +endobj +224 0 obj +<< /S /GoTo /D (subsection.5.2.3) >> +endobj +227 0 obj +(\376\377\000D\000o\000n\000'\000t\000\040\000G\000e\000t\000\040\000S\000t\000u\000c\000k\000\040\000i\000n\000\040\000t\000h\000e\000\040\000'\000M\000e\000t\000a\000-\000E\000t\000h\000e\000r\000') +endobj +228 0 obj +<< /S /GoTo /D (section.5.3) >> +endobj +231 0 obj +(\376\377\000N\000a\000m\000i\000n\000g\000\040\000C\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) +endobj +232 0 obj +<< /S /GoTo /D (section.5.4) >> +endobj +235 0 obj +(\376\377\000D\000e\000s\000i\000g\000n\000i\000n\000g\000\040\000T\000a\000x\000o\000n\000o\000m\000i\000e\000s) +endobj +236 0 obj +<< /S /GoTo /D (subsection.5.4.1) >> +endobj +239 0 obj +(\376\377\000G\000e\000n\000e\000r\000a\000l\000\040\000D\000e\000s\000i\000g\000n\000\040\000R\000e\000c\000o\000m\000m\000e\000n\000d\000a\000t\000i\000o\000n\000s) +endobj +240 0 obj +<< /S /GoTo /D (subsection.5.4.2) >> +endobj +243 0 obj +(\376\377\000S\000u\000b\000s\000u\000m\000p\000t\000i\000o\000n\000\040\000M\000i\000s\000u\000s\000e\000\040\000P\000r\000o\000b\000l\000e\000m\000s) +endobj +244 0 obj +<< /S /GoTo /D (subsection.5.4.3) >> +endobj +247 0 obj +(\376\377\000O\000n\000t\000o\000C\000l\000e\000a\000n\000\040\000T\000a\000x\000o\000n\000o\000m\000y\000\040\000D\000e\000s\000i\000g\000n\000\040\000P\000r\000i\000n\000c\000i\000p\000l\000e\000s) +endobj +248 0 obj +<< /S /GoTo /D (section.5.5) >> +endobj +251 0 obj +(\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000s\000\040\000f\000o\000r\000\040\000R\000i\000c\000h\000\040\000C\000l\000a\000s\000s\000\040\000D\000e\000f\000i\000n\000i\000t\000i\000o\000n\000s) +endobj +252 0 obj +<< /S /GoTo /D (subsection.5.5.1) >> +endobj +255 0 obj +(\376\377\000E\000x\000a\000m\000p\000l\000e\000:\000\040\000P\000a\000r\000t\000h\000o\000o\000d\000\040\000R\000e\000l\000a\000t\000i\000o\000n\000s) +endobj +256 0 obj +<< /S /GoTo /D (subsection.5.5.2) >> +endobj +259 0 obj +(\376\377\000D\000i\000f\000f\000i\000c\000u\000l\000t\000i\000e\000s\000\040\000w\000i\000t\000h\000\040\000I\000n\000v\000e\000r\000s\000e\000\040\000R\000e\000l\000a\000t\000i\000o\000n\000s) +endobj +260 0 obj +<< /S /GoTo /D (chapter.6) >> +endobj +263 0 obj +(\376\377\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000D\000e\000s\000i\000g\000n\000\040\000P\000a\000t\000t\000e\000r\000n\000s\000\040\000\050\000O\000D\000P\000s\000\051) +endobj +264 0 obj +<< /S /GoTo /D (section.6.1) >> +endobj +267 0 obj +(\376\377\000W\000h\000a\000t\000\040\000A\000r\000e\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000D\000e\000s\000i\000g\000n\000\040\000P\000a\000t\000t\000e\000r\000n\000s\000\040\000\050\000O\000D\000P\000s\000\051\000?) +endobj +268 0 obj +<< /S /GoTo /D (section.6.2) >> +endobj +271 0 obj +(\376\377\000E\000x\000t\000e\000n\000s\000i\000o\000n\000\040\000O\000D\000P\000s) +endobj +272 0 obj +<< /S /GoTo /D (subsection.6.2.1) >> +endobj +275 0 obj +(\376\377\000E\000x\000c\000e\000p\000t\000i\000o\000n\000s) +endobj +276 0 obj +<< /S /GoTo /D (subsection.6.2.2) >> +endobj +279 0 obj +(\376\377\000N\000-\000a\000r\000y\000\040\000R\000e\000l\000a\000t\000i\000o\000n\000s) +endobj +280 0 obj +<< /S /GoTo /D (section.6.3) >> +endobj +283 0 obj +(\376\377\000G\000o\000o\000d\000\040\000P\000r\000a\000c\000t\000i\000c\000e\000\040\000O\000D\000P\000s) +endobj +284 0 obj +<< /S /GoTo /D (subsection.6.3.1) >> +endobj +287 0 obj +(\376\377\000N\000o\000r\000m\000a\000l\000i\000s\000a\000t\000i\000o\000n) +endobj +288 0 obj +<< /S /GoTo /D (subsection.6.3.2) >> +endobj +291 0 obj +(\376\377\000C\000l\000o\000s\000u\000r\000e) +endobj +292 0 obj +<< /S /GoTo /D (subsection.6.3.3) >> +endobj +295 0 obj +(\376\377\000V\000a\000l\000u\000e\000\040\000P\000a\000r\000t\000i\000t\000i\000o\000n\000s) +endobj +296 0 obj +<< /S /GoTo /D (section.6.4) >> +endobj +299 0 obj +(\376\377\000C\000o\000n\000t\000e\000n\000t\000\040\000O\000D\000P\000s) +endobj +300 0 obj +<< /S /GoTo /D (subsection.6.4.1) >> +endobj +303 0 obj +(\376\377\000S\000p\000a\000t\000i\000a\000l\000\040\000d\000i\000s\000j\000o\000i\000n\000t\000n\000e\000s\000s\000\040) +endobj +304 0 obj +<< /S /GoTo /D (appendix.A) >> +endobj +307 0 obj +(\376\377\000A\000p\000p\000e\000n\000d\000i\000x\000:\000\040\000U\000s\000i\000n\000g\000\040\000P\000r\000o\000t\000\351\000g\000\351\000\040\000a\000n\000d\000\040\000i\000t\000s\000\040\000R\000e\000a\000s\000o\000n\000e\000r\000s) +endobj +308 0 obj +<< /S /GoTo /D (section.A.1) >> +endobj +311 0 obj +(\376\377\000T\000h\000e\000\040\000O\000n\000t\000o\000l\000o\000g\000y\000\040\000E\000d\000i\000t\000o\000r\000\040\000P\000r\000o\000t\000\351\000g\000\351) +endobj +312 0 obj +<< /S /GoTo /D (section.A.2) >> +endobj +315 0 obj +(\376\377\000T\000i\000p\000s\000\040\000a\000n\000d\000\040\000T\000r\000i\000c\000k\000s) +endobj +316 0 obj +<< /S /GoTo /D (subsection.A.2.1) >> +endobj +319 0 obj +(\376\377\000E\000x\000p\000a\000n\000d\000\040\000t\000h\000e\000\040\000P\000r\000o\000t\000\351\000g\000\351\000\040\000S\000t\000o\000r\000e\000\040\000\050\000M\000e\000m\000o\000r\000y\000\051) +endobj +320 0 obj +<< /S /GoTo /D (subsection.A.2.2) >> +endobj +323 0 obj +(\376\377\000P\000r\000o\000t\000\351\000g\000\351\000\040\000U\000p\000d\000a\000t\000e\000\040\000a\000n\000d\000\040\000D\000o\000w\000n\000l\000o\000a\000d\000\040\000N\000e\000w\000\040\000P\000l\000u\000g\000i\000n\000s) +endobj +324 0 obj +<< /S /GoTo /D (subsection.A.2.3) >> +endobj +327 0 obj +(\376\377\000O\000W\000L\000V\000i\000z) +endobj +328 0 obj +<< /S /GoTo /D (subsection.A.2.4) >> +endobj +331 0 obj +(\376\377\000P\000r\000o\000x\000y\000\040\000S\000e\000t\000t\000i\000n\000g\000\040\000i\000n\000\040\000P\000r\000o\000t\000\351\000g\000\351\000\040\0004) +endobj +332 0 obj +<< /S /GoTo /D (subsection.A.2.5) >> +endobj +335 0 obj +(\376\377\000I\000m\000p\000o\000r\000t\000\040\000B\000i\000o\000t\000o\000p\000\040\000i\000n\000\040\000P\000r\000o\000t\000\351\000g\000\351\000\040\0004\000.\000x) +endobj +336 0 obj +<< /S /GoTo /D (section.A.3) >> +endobj +339 0 obj +(\376\377\000R\000e\000a\000s\000o\000n\000e\000r) +endobj +340 0 obj +<< /S /GoTo /D (subsection.A.3.1) >> +endobj +343 0 obj +(\376\377\000W\000h\000a\000t\000\040\000I\000s\000\040\000a\000\040\000R\000e\000a\000s\000o\000n\000e\000r\000?) +endobj +344 0 obj +<< /S /GoTo /D (subsection.A.3.2) >> +endobj +347 0 obj +(\376\377\000W\000h\000y\000\040\000D\000o\000\040\000W\000e\000\040\000U\000s\000e\000\040\000a\000\040\000R\000e\000a\000s\000o\000n\000e\000r\000?) +endobj +348 0 obj +<< /S /GoTo /D (subsection.A.3.3) >> +endobj +351 0 obj +(\376\377\000H\000e\000r\000m\000i\000T\000\040\000R\000e\000a\000s\000o\000n\000e\000r) +endobj +352 0 obj +<< /S /GoTo /D (appendix*.56) >> +endobj +355 0 obj +(\376\377\000B\000i\000b\000l\000i\000o\000g\000r\000a\000p\000h\000y) +endobj +356 0 obj +<< /S /GoTo /D [357 0 R /Fit] >> +endobj +359 0 obj << +/Length 778 +/Filter /FlateDecode +>> +stream +xڝUMs0WhKs4L2KӃ¨Gwe'=<}Za/7>G^NφWaHoHbIQ$SǍNU  |Sߑ +ltoccIνQE{QdZU.ZwHfR=O¬ćx[]/wTRoj+h|#LBBA@Du pnhӔ92՝ 3ja- qpp?}fU ®QP D1c.aj=6bB]h!Q]*RtUZsrA0ub_͌ZSShѫTzfN#ސXyHS@$E +gJbڸ:4JxNDbvJi7ɟ`hMwYŜsI&_0 'a캨j]7ugݖuNI^\ Sxp`^ko*+]? }VEY_wx&84w}܄Klw{O.onUo f_N*v6IYK`G=.'ڥLIDdҾ=pڽo/ӳ/J +endstream +endobj +357 0 obj << +/Type /Page +/Contents 359 0 R +/Resources 358 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 364 0 R +>> endobj +360 0 obj << +/D [357 0 R /XYZ 73.409 812.458 null] +>> endobj +361 0 obj << +/D [357 0 R /XYZ 74.409 771.732 null] +>> endobj +358 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +402 0 obj << +/Length 1203 +/Filter /FlateDecode +>> +stream +xMs8^K'i^dIɡكJLp_ R#'#yw:ۃ_$Qo|1=hƉJ;9П+̎ԧ0"sJ IV aHU?Oqj!Qvt 8 T 7 ? eY*#sˉl.Kq'a~[oId&2KǑgzMm:3Xjx\T?/[k||wMo _KUng]!f4Y N[̀FZȻNLaJT5K܈;3*!ack:աt(LQ[*ݡGWQYa=5B,{cR=B}^h˟bF?oBT޳knb*8*T; sۘ[V_Ek1^MZoLkB<͒,TA!uDoV*ɓNX@8s>!?d3t@N^M8 J=C/-y +6Uhq[er(Xʚ'je,3l-c&RvȍTRi2I)9A; ak2%ChrW$@(@Gu5>T)*@]#W{(vլla nLV"p0`feMo.&0ŦmjMD!J?՟6F8Lz9mˡ,"5X#.5TB- > Wemwnom) "1]H!7KLﺄxT0\ hF6^4]>Uw5i5imw%ٶ!*ء ˊ"ɢII胁+wӺi_;KZ-XHw?Ata4ar%d֫ҤF2s)"A tRLoknSHmFܵ!Ξe5|eiYU4#@ /e̼*}d#\yk}key%Us6Lϋy-(-:tH_%3ȴ˽YB=0x&4?  ۅ޿ֲ +endstream +endobj +401 0 obj << +/Type /Page +/Contents 402 0 R +/Resources 400 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 364 0 R +/Annots [ 365 0 R 366 0 R 367 0 R 368 0 R 369 0 R 370 0 R 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 382 0 R 383 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R ] +>> endobj +365 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 656.764 162.834 667.627] +/A << /S /GoTo /D (chapter.1) >> +>> endobj +366 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 639.879 381.001 652.565] +/A << /S /GoTo /D (section.1.1) >> +>> endobj +367 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 627.902 248.001 638.119] +/A << /S /GoTo /D (section.1.2) >> +>> endobj +368 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 610.987 252.377 623.673] +/A << /S /GoTo /D (section.1.3) >> +>> endobj +369 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 599.01 271.911 609.228] +/A << /S /GoTo /D (section.1.4) >> +>> endobj +370 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 572.579 174.383 583.185] +/A << /S /GoTo /D (chapter.2) >> +>> endobj +371 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 555.695 268.576 568.381] +/A << /S /GoTo /D (section.2.1) >> +>> endobj +372 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 541.249 338.645 553.935] +/A << /S /GoTo /D (section.2.2) >> +>> endobj +373 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 526.803 226.088 539.489] +/A << /S /GoTo /D (section.2.3) >> +>> endobj +374 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 512.357 312.404 525.043] +/A << /S /GoTo /D (section.2.4) >> +>> endobj +375 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 497.911 239.047 510.597] +/A << /S /GoTo /D (section.2.5) >> +>> endobj +376 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 483.465 305.613 496.152] +/A << /S /GoTo /D (subsection.2.5.1) >> +>> endobj +377 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 469.02 273.383 481.706] +/A << /S /GoTo /D (subsection.2.5.2) >> +>> endobj +378 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 454.574 255.318 467.26] +/A << /S /GoTo /D (section.2.6) >> +>> endobj +379 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 442.597 264.392 452.814] +/A << /S /GoTo /D (subsection.2.6.1) >> +>> endobj +380 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 428.151 204.258 438.368] +/A << /S /GoTo /D (subsection.2.6.2) >> +>> endobj +381 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [157.099 413.705 291.435 423.923] +/A << /S /GoTo /D (subsubsection.2.6.2.1) >> +>> endobj +382 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [157.099 399.259 266.258 409.477] +/A << /S /GoTo /D (subsubsection.2.6.2.2) >> +>> endobj +383 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 384.813 206.565 395.031] +/A << /S /GoTo /D (subsection.2.6.3) >> +>> endobj +384 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 367.899 327.18 380.585] +/A << /S /GoTo /D (section.2.7) >> +>> endobj +385 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 341.426 228.181 354.8] +/A << /S /GoTo /D (chapter.3) >> +>> endobj +386 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 327.052 267.249 339.738] +/A << /S /GoTo /D (section.3.1) >> +>> endobj +387 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 312.606 246.351 325.292] +/A << /S /GoTo /D (section.3.2) >> +>> endobj +388 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 298.16 324.776 310.847] +/A << /S /GoTo /D (section.3.3) >> +>> endobj +389 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 283.715 263.734 296.401] +/A << /S /GoTo /D (subsection.3.3.1) >> +>> endobj +390 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 269.269 357.02 281.955] +/A << /S /GoTo /D (subsection.3.3.2) >> +>> endobj +391 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 254.823 221.676 267.509] +/A << /S /GoTo /D (section.3.4) >> +>> endobj +392 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 228.35 217.804 241.724] +/A << /S /GoTo /D (chapter.4) >> +>> endobj +393 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 213.976 334.986 226.662] +/A << /S /GoTo /D (section.4.1) >> +>> endobj +394 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 199.53 266.029 212.216] +/A << /S /GoTo /D (subsection.4.1.1) >> +>> endobj +395 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 185.084 332.739 197.771] +/A << /S /GoTo /D (subsection.4.1.2) >> +>> endobj +396 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 172.964 292.57 183.325] +/A << /S /GoTo /D (subsection.4.1.3) >> +>> endobj +397 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 158.661 292.235 168.879] +/A << /S /GoTo /D (subsection.4.1.4) >> +>> endobj +403 0 obj << +/D [401 0 R /XYZ 73.409 812.458 null] +>> endobj +404 0 obj << +/D [401 0 R /XYZ 74.409 771.732 null] +>> endobj +400 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +449 0 obj << +/Length 1518 +/Filter /FlateDecode +>> +stream +xKw6/HHMvrғI.f XvԂã|JLhvfe6~P3" m apokg[5{̯#L1Z$YrX\%gI5D$V?ԓ2>mD>Zc[L ۵c- %ӳJ$ALIlzl( id& A54 XcN)IyULaU(&bY63bD5zADN 3S&*א C}>9^dds<qxbu %[VG!<wzxzYYTCf՞ko|Gl1Ȥp Po"Hr~u3)ғQ!vcrHTq܉c>|ec0`ٸZEl7CHVE-E*e ;6gρ`MNS"di{'NA"-[#K% V~̓ONn*>AwɁp= ϲL"x\:3%Mȶ:A\!r=0wZ1d ^Ε+`p j^v_+T{َz~8|*f"3 u4bҵHmp {1&Fr, `RneB(x'T SBJd5V\qBH3O8#P6UN@[ZdIvOAxd{+HRWU~eKՓ +(m̽$t*,O{ԺMcj0 C횆l=mJi,,>_}A^A|]ӳkn2EZzS5WTW;q5{ݤ +NiL7 PwG6;EjfCDksIX+_;P,u{k"L'!#} +7L=׭^ %ϸ%?G +_1&0v d6?/ +endstream +endobj +448 0 obj << +/Type /Page +/Contents 449 0 R +/Resources 447 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 364 0 R +/Annots [ 398 0 R 399 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R 427 0 R 428 0 R 429 0 R 430 0 R 431 0 R 432 0 R 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R ] +>> endobj +398 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 756.193 299.289 768.879] +/A << /S /GoTo /D (section.4.2) >> +>> endobj +399 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 741.747 300.723 754.433] +/A << /S /GoTo /D (subsection.4.2.1) >> +>> endobj +405 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 727.301 503.332 739.987] +/A << /S /GoTo /D (subsection.4.2.2) >> +>> endobj +406 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 712.855 403.585 725.541] +/A << /S /GoTo /D (section.4.3) >> +>> endobj +407 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 698.409 276.013 711.096] +/A << /S /GoTo /D (subsection.4.3.1) >> +>> endobj +408 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 683.964 234.456 696.65] +/A << /S /GoTo /D (subsection.4.3.2) >> +>> endobj +409 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 669.518 415.635 682.204] +/A << /S /GoTo /D (subsection.4.3.3) >> +>> endobj +410 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 655.072 246.411 667.758] +/A << /S /GoTo /D (subsection.4.3.4) >> +>> endobj +411 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 640.626 301.225 653.312] +/A << /S /GoTo /D (subsection.4.3.5) >> +>> endobj +412 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 626.18 279.778 638.866] +/A << /S /GoTo /D (subsection.4.3.6) >> +>> endobj +413 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 612.183 286.257 624.421] +/A << /S /GoTo /D (subsection.4.3.7) >> +>> endobj +414 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [157.099 597.289 402.808 609.975] +/A << /S /GoTo /D (subsubsection.4.3.7.1) >> +>> endobj +415 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [157.099 582.843 455.984 595.529] +/A << /S /GoTo /D (subsubsection.4.3.7.2) >> +>> endobj +416 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 568.397 251.062 581.083] +/A << /S /GoTo /D (subsection.4.3.8) >> +>> endobj +417 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 553.951 269.353 566.637] +/A << /S /GoTo /D (subsection.4.3.9) >> +>> endobj +418 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 527.478 333.841 540.852] +/A << /S /GoTo /D (chapter.5) >> +>> endobj +419 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 513.104 245.036 525.791] +/A << /S /GoTo /D (section.5.1) >> +>> endobj +420 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 498.658 337.64 511.345] +/A << /S /GoTo /D (subsection.5.1.1) >> +>> endobj +421 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 486.681 300.89 496.899] +/A << /S /GoTo /D (subsection.5.1.2) >> +>> endobj +422 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 469.767 249.005 482.453] +/A << /S /GoTo /D (section.5.2) >> +>> endobj +423 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 457.79 249.388 468.007] +/A << /S /GoTo /D (subsection.5.2.1) >> +>> endobj +424 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 440.875 313.731 453.561] +/A << /S /GoTo /D (subsection.5.2.2) >> +>> endobj +425 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 428.898 332.524 439.116] +/A << /S /GoTo /D (subsection.5.2.3) >> +>> endobj +426 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 411.984 222.131 424.67] +/A << /S /GoTo /D (section.5.3) >> +>> endobj +427 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 397.538 231.121 410.224] +/A << /S /GoTo /D (section.5.4) >> +>> endobj +428 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 383.092 325.769 395.778] +/A << /S /GoTo /D (subsection.5.4.1) >> +>> endobj +429 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 368.646 307.884 381.332] +/A << /S /GoTo /D (subsection.5.4.2) >> +>> endobj +430 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 354.2 352.393 366.886] +/A << /S /GoTo /D (subsection.5.4.3) >> +>> endobj +431 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 342.223 293.525 352.441] +/A << /S /GoTo /D (section.5.5) >> +>> endobj +432 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 325.309 299.767 337.995] +/A << /S /GoTo /D (subsection.5.5.1) >> +>> endobj +433 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 313.188 322.505 323.549] +/A << /S /GoTo /D (subsection.5.5.2) >> +>> endobj +434 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 284.39 283.629 297.764] +/A << /S /GoTo /D (chapter.6) >> +>> endobj +435 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 270.016 338.8 282.702] +/A << /S /GoTo /D (section.6.1) >> +>> endobj +436 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 258.039 200.205 268.256] +/A << /S /GoTo /D (section.6.2) >> +>> endobj +437 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 241.124 212.22 253.81] +/A << /S /GoTo /D (subsection.6.2.1) >> +>> endobj +438 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 226.678 235.126 239.365] +/A << /S /GoTo /D (subsection.6.2.2) >> +>> endobj +439 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 214.701 220.445 224.919] +/A << /S /GoTo /D (section.6.3) >> +>> endobj +440 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 200.256 227.498 210.473] +/A << /S /GoTo /D (subsection.6.3.1) >> +>> endobj +441 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 185.81 196.284 196.027] +/A << /S /GoTo /D (subsection.6.3.2) >> +>> endobj +442 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 171.364 234.958 181.581] +/A << /S /GoTo /D (subsection.6.3.3) >> +>> endobj +443 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 156.918 190.246 167.135] +/A << /S /GoTo /D (section.6.4) >> +>> endobj +444 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 140.003 254.744 152.69] +/A << /S /GoTo /D (subsection.6.4.1) >> +>> endobj +450 0 obj << +/D [448 0 R /XYZ 73.409 812.458 null] +>> endobj +447 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +464 0 obj << +/Length 603 +/Filter /FlateDecode +>> +stream +xMs0:J>҉NNd\hM6bN + 8C;j=.^Z ,բrGptq}@AA Hr)WJ 9x.r2t֯øB r](|b$Տ G:,sGN 9|V|B/-H7` 8ĔνdRm2ؤަ^dcW*un|NQ”TpL,ǹk!m"& +q\}I%T<]ҭ`%dF݆~7)s9T%5gHLyTqш +3]ꨎ|GҞprV="񟐇MH~vuxv9PȻUx4z4QCYe:/-ҥΎCs׽oŏr>m_eu_moCA|9gyZOemO-Z7%ƚf^n0 > endobj +445 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 756.121 342.843 769.794] +/A << /S /GoTo /D (appendix.A) >> +>> endobj +446 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 741.747 259.969 754.433] +/A << /S /GoTo /D (section.A.1) >> +>> endobj +451 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 727.301 195.04 739.987] +/A << /S /GoTo /D (section.A.2) >> +>> endobj +452 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 712.855 333.074 725.541] +/A << /S /GoTo /D (subsection.A.2.1) >> +>> endobj +453 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 698.409 370.003 711.096] +/A << /S /GoTo /D (subsection.A.2.2) >> +>> endobj +454 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 686.432 201.245 696.65] +/A << /S /GoTo /D (subsection.A.2.3) >> +>> endobj +455 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 669.518 285.289 682.204] +/A << /S /GoTo /D (subsection.A.2.4) >> +>> endobj +456 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 655.072 296.91 667.758] +/A << /S /GoTo /D (subsection.A.2.5) >> +>> endobj +457 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 643.095 165.32 653.312] +/A << /S /GoTo /D (section.A.3) >> +>> endobj +458 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 628.649 257.685 638.866] +/A << /S /GoTo /D (subsection.A.3.1) >> +>> endobj +459 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 611.734 301.154 624.421] +/A << /S /GoTo /D (subsection.A.3.2) >> +>> endobj +460 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [118.843 599.757 244.415 609.975] +/A << /S /GoTo /D (subsection.A.3.3) >> +>> endobj +461 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 570.816 148.117 584.19] +/A << /S /GoTo /D (appendix*.56) >> +>> endobj +465 0 obj << +/D [463 0 R /XYZ 73.409 812.458 null] +>> endobj +462 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +470 0 obj << +/Length 1909 +/Filter /FlateDecode +>> +stream +xڵ˒6_<;tIhȢJJ vvE 7@Dt'=ܽ>FؔeZD7E(6j=4ѻ8٬օaTĦIaÏ j&E EγMQeWjVO ?*G{94 (*qZE0siDY,ZflY7׃ +]/G6aM{Z3jhzhpGADEc9z]VI=*;FZ>FUkkH٩S^D 8-/I=zh,EwwN@@_IXǔqz"~U*C׎8ΓsVC| Ӥk;gnUħUY`SbH祭@FKNU7]u0(>>`OrWq8,Ƚ6Gߘ҂&s/f`[һLi^b{}J Г!SF`;ZAI>V93Zzбd1sSH%pfP)3|[cZA"_  * Sϼv><N@631s9 C;g &Zy!2Z 5V(9cP~y X6"XwC_:3G[ +ͨPKr.w\zoG=1(0t`!3=]I[u +rp_& U$AxB쐠ѮvAyJ] Vh3rNc=+R=JgQ<}|!F`/STq%vd ž"qfRTLfo.8{kҗVqr-3j.(-c$i$rQIMxch/NqJ:}ȴ7ĕk72/z)% fMsUB4ʸ-8u8ϣ/Jj5ڄBAKO,jL a+f.2ZE[ +Bx t)^h +`Y"}"~A@27WSOL0YS*6{T_`ԅXb8xY1Bu/ʳ&^ulck<^lA{UVĿ~QFяgPP5 +-rq~¸WJV[ºWO ӇZ;Ѫmw<9B fQFP;{& u&R؋Chq s)m]p^ W J D:~ O]׋Az2:X3ϊʟ=qPbiBFB)qD;/n=yXUyri9(]jx +5 g5&-UK,}+ǩHjPypֆa*aC9/W!gc0Y|nL+MLǴ*U? &/wtD3RfM0zQqXKP4,sIsyoK?3nI&DCTlI_x9{5>g=C;1I`#{g\^E$ =H98՞Rs[c}/.c9 i?Px4=Dv&t~6\aQyDw<}W]4"_̗3W>'"L +U]LDdۈE< T6bi"Ψ$ kd5DW*x^9mv$#ۡ1: ;"dC+'YFi +2Ѻq˄P$}p +endstream +endobj +469 0 obj << +/Type /Page +/Contents 470 0 R +/Resources 468 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 364 0 R +/Annots [ 466 0 R 467 0 R ] +>> endobj +466 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [214.834 135.022 277.901 147.708] +/A << /S /GoTo /D (cite.Boeker.2012) >> +>> endobj +467 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [282.106 135.022 308.008 147.708] +/A << /S /GoTo /D (cite.Boeker.2012) >> +>> endobj +471 0 obj << +/D [469 0 R /XYZ 73.409 812.458 null] +>> endobj +5 0 obj << +/D [469 0 R /XYZ 74.409 771.732 null] +>> endobj +472 0 obj << +/D [469 0 R /XYZ 74.409 684.065 null] +>> endobj +9 0 obj << +/D [469 0 R /XYZ 74.409 684.065 null] +>> endobj +468 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +477 0 obj << +/Length 2629 +/Filter /FlateDecode +>> +stream +xڝYK۸WMj^+ ! .XӍnPԘgsnoΛx󫘿o^7I?Ey8m|LJMUUUmͿ"F'$@_+訯M+6OH΋2KjIg >q*:Eg5pfs'~+K@JC ևNtzv!:I$htˡN γΓje^- hdt'cA2srO$fEMVh"@^ + +Ln""(|%yOFYV9mEm>'pk{fi Q#lOGh;e6}6y |ꘗ3Ѧ i_r:f$<5A}]c#{7ف {ޚiQ%-H\8> ># K?.9<4hKThOf><Ga`~&zVöڪlR>{֚[prW&3(7y.y ! K]핬 25*#ݠ8flϫ!K>#o# x3W>]Ts&[:r YI7CuHJajh’[`%#&,μI8]G%tl{ş"戃qa ̡c07 FGAa KЧgk:\ȯ*ٟ30Mt:J$g61>KpC=uW+wkZuKpArRDlϭ@aWفH a D;#Sra:HG3 ]DsQ zZSA0pƠXj4|6_0% $@ +=Wxhq)Bϐ>!yyQzT4)r w﫜EO1T8?iN#YzL pO}Y9ˊEb jXB/Tڴ<00!##QȮWRe@W`*.Ṭ0XΕ^^3V!-?DGр2g'/^t~zR(yaXdfT G5ݯ& qA05 X8"U{@RLp.R` K 9)0y Z(ٰD`U6xft#|SO3|N>P$Ry&Wsbtb1wŜ{)s+}?iP ^szxeuSʧ d( u58]_yV:ptydr +RQ') gT͢jFmNDG~H0*73QY#A̢x_{Ѐ`9p^ ixi"uZ_^`& |7_;K1 RTy`@ybt;5}Ƌnc'?Vf;t+mclYD(Gci2HA#YΓCGW鄳C#j1[z:hbqS£qc^O Lě\X:$zg`Y9}wݢdw<)ͪ2.NS(VHsL.^4}% 2ҭ0xPX6*dqL# `iјJ&OEgxgPѬћ t_;@0&`"h/o ?_O/a: ߣ|Vcj@Q;lJf#tButWUJx٣,u|`KT +u5&`կlo?okB^:}V+#ks b.bF@5*g.܍+2/;qw)`_Kiذ0b-Qbc +G$Ia-3~!9<-\&6cYee82 F-0gW/L剾h#c!4&]/ټx#ll#xEv;,lDBB}MkpW,[@H߯y[ւo0 {U4 `i;Ez3`,-4ؖOLȗPo|&g.sY sTwɾ`ޚ3dOn^99;$ kaUŠ~\>ЍF/ YÒhXHȦS.JwHܧ쨭 +oԹ(IVݔ~iboyPU'[rC{a?m+(d>|'Aß_4*C_goAMw:NuOY;kr&箿7} bf9ؗ Sl9;fg} +rHDч˫=}\ 9t'cέqTƋVE/2{&P>]4g'"S{AaY%*/fW(ƕ8\W +endstream +endobj +476 0 obj << +/Type /Page +/Contents 477 0 R +/Resources 475 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 364 0 R +>> endobj +478 0 obj << +/D [476 0 R /XYZ 73.409 812.458 null] +>> endobj +13 0 obj << +/D [476 0 R /XYZ 74.409 579.456 null] +>> endobj +17 0 obj << +/D [476 0 R /XYZ 74.409 280.756 null] +>> endobj +475 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F72 473 0 R /F77 479 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +492 0 obj << +/Length 1446 +/Filter /FlateDecode +>> +stream +xڝWM6WT@%OT.6hlOMDˌeѠ_w70 ̐A ?ss@Jo`yYbYUglim瓠G0ⴋ3,,QuQ~X)7#&tZK'ac2 b7 ˢS4[뢡Q%IAٴ*{c;BP]EƜq\垳Z^U%<UU\".5_E$%|89٫KȘ>I*'yS<"9^¦f|bX&M9DRfy/6 4nE<]ƃLYyj4E( :ZQXЧ4MS-zYB$NSmPq{oG鷊wTo o@~3V-6dUaKHlpәVaƚ= Hgܑ{UQ2T`C4\\CFE+_9݊2AYR ZJ=ؘnk? `EGXG4sIDjnE䪭up/7RaEѮ*ؤ\ЂNJ^cUw^0[3t >Kt$cF~<0Nq- d&~{ت]V- Zv_xI`%X0+,m6gp Ӡ9X0dWh t,l;B<:F,Ã_&z',NgVc ~ LϼD䘉!Y|Wyq01M; K2%NGC; X8їr;4>1 F^e.P>A2^Z'=./xo_μÏ770c(gop'^Bi9{򳺌4AXb\ּ\(+\(u⣚M*=z`ٖgu H02!tG~(=͎@hS-U).V;ߣ)A# +KUܟ2Q;8KG[f8@ +\nkչKzx@CO\|.)Ɠ YԄ𖑅7^=`t@tb|?wNC==},*DE;hHeZOQĬ ^[!X$=z_SYfM4}spht-}$<~E2UΥ^ahFvQ +endstream +endobj +491 0 obj << +/Type /Page +/Contents 492 0 R +/Resources 490 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 496 0 R +/Annots [ 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 495 0 R 489 0 R ] +>> endobj +481 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [199.448 587.505 233.313 600.192] +/A << /S /GoTo /D (cite.Jansen.2010) >> +>> endobj +482 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [239.691 587.505 265.594 600.192] +/A << /S /GoTo /D (cite.Jansen.2010) >> +>> endobj +483 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [349.249 587.505 383.114 600.192] +/A << /S /GoTo /D (cite.Jansen.2008) >> +>> endobj +484 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [389.492 587.505 420.703 600.192] +/A << /S /GoTo /D (cite.Jansen.2008) >> +>> endobj +485 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [89.508 573.06 173.495 585.746] +/A << /S /GoTo /D (cite.Jansen.2011) >> +>> endobj +486 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [179.624 573.06 205.527 585.746] +/A << /S /GoTo /D (cite.Jansen.2011) >> +>> endobj +487 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 558.546 235.317 571.495] +/Subtype/Link/A<> +>> endobj +488 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [371.762 500.83 521.862 513.517] +/Subtype/Link/A<> +>> endobj +495 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 486.317 143.06 499.071] +/Subtype/Link/A<> +>> endobj +489 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [244.647 486.317 419.349 499.071] +/Subtype/Link/A<> +>> endobj +493 0 obj << +/D [491 0 R /XYZ 73.409 812.458 null] +>> endobj +21 0 obj << +/D [491 0 R /XYZ 74.409 723.846 null] +>> endobj +490 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F72 473 0 R /F50 363 0 R /F76 494 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +508 0 obj << +/Length 2660 +/Filter /FlateDecode +>> +stream +xڥYKϯ)nDs fd 6LMEGԋz,MX,ɪx7w?eFŻP)]כ2wuYoDj}8zcsѝoZ_F9x$: +7iK?>q>8vws2pζOߍު]ĝu~M璓ݡe,|/)w*3q,ޕY.l\UG֍=4/K3gX䛪U*&6ZՓQOa`2SsBl +I47܊*fmd7@:k 7UҡߙZ^Q1 H\\|w5X˄MK&"0g21 +5*)˪&v̳`UY1.Ere|?;&о…kܚbI@nM9U*W.VIE`bS"h/?fkVU>n*fӅ=)@aKvJf\i/ Qp{UupF nZl5¹LXȂ)w@͑o.2]魥UѾ9|My2zCo-O84"q`;a]B΁qu gQTے@z +0;Mf؇l { 1iokE h׬YT^{:slhM;4%D =y!?=50?hyqAƔ$\o3,k=t5M4i|p kf Bu/7z]{鱉H⼀H ܁ n?N ~`u۪IJYc8_Q҉_8i9B4{q 1] /\aCsF .9"VTqRZꮧ *)$𚮿R2s@t1S*1M;Fc3B,2UBi3-m>" 6v1! +eUo 濳JRFIhݝpr!|W&"p+! +ro߁;VLꬺD5_g{zn!0c_d2K2 c=yAl7fEHg=ٮ*qs<\Żpsнo W@Oha ŅԵ^d&ipYHWT"!u;P縷YbW̮j'iġ2iz`Xq. :D.GCw_$XO@f̣& 9:h}R4&j'h 'zU c "<?!HE'bV((J(=Nkz`4l[5BKםM,SK2 ,RFP+*XHab{(_(G(UVe 9[]=0 pԳ7n8؎^S bz'7Qge +֚F~[uً֞틖.>e& P&?89nܾ!H3Oݛ |mC +D-"=T5*\dx( {BqGm3tl5 7/@.F~T5 [O]} ŪjE<F~c97pS~]ydq&Jy:|Ý/K2p率rl_3nV1HPՆM}d,4xY(bFZ8z3xJyAS,MXjO+ +endstream +endobj +507 0 obj << +/Type /Page +/Contents 508 0 R +/Resources 506 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 496 0 R +/Annots [ 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R ] +>> endobj +500 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [432.985 396.472 464.196 409.158] +/A << /S /GoTo /D (cite.Quine.1948) >> +>> endobj +501 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [468.181 396.472 494.084 409.158] +/A << /S /GoTo /D (cite.Quine.1948) >> +>> endobj +502 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [77.394 309.797 127.183 322.483] +/A << /S /GoTo /D (cite.Hofweber.2012) >> +>> endobj +503 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [131.601 309.797 157.503 322.483] +/A << /S /GoTo /D (cite.Hofweber.2012) >> +>> endobj +504 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [208.576 165.787 283.156 178.025] +/A << /S /GoTo /D (cite.Munn.2008) >> +>> endobj +505 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [287.228 165.787 313.131 178.025] +/A << /S /GoTo /D (cite.Munn.2008) >> +>> endobj +509 0 obj << +/D [507 0 R /XYZ 73.409 812.458 null] +>> endobj +25 0 obj << +/D [507 0 R /XYZ 74.409 771.732 null] +>> endobj +510 0 obj << +/D [507 0 R /XYZ 74.409 684.052 null] +>> endobj +29 0 obj << +/D [507 0 R /XYZ 74.409 605.109 null] +>> endobj +506 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +528 0 obj << +/Length 2945 +/Filter /FlateDecode +>> +stream +xڽYKm)`F˷H_]kl 9>PdK,2}z4EprawuuUwoN_޼ In,A'no͏yQy`fln)@W١ڶ޵cWw'AJ)qnw\net2.(=.c|]r6HS[lVM4m{ s1:$f Vi+Ӗ3颭dЛm;:ۻBQI!߷t UD:nIXQ /HTuaXC72u#C*.rŜ@4n']P`"41RBivdxe7)ZۑԷR.?~X‰5hEmZ) #'/c}] iwlwaĤ #wX!܅t1)ϼO|V?\UU q"G˳#ܚ,T!9~[.0c72yDV6LY4Fƶ-{S d$ؗ2E[veBUnwdzqMu +:5,әya2 l*SF#}Gsdb8>V-v}žct[(D eojۊ$ /#Lಜz-d¶4IENx1҂lK:҈ +~eaRTXy$;7-B[$E&@,*3i|o=Jd~YvSTxdim?A@K&`dѲdhaOXǠ2t֪rxm1ƬW|VɊʁJ$Ese5.ݿ\3P& tȅ՟ėȀw&aހ^mI 0 ϣ$pF#l?%T7/F7Ӝ\H!1*H^3|k,.,311Ry-_G=ީ+(D +Kn(FmvhL + "'$Bd*Ss$pv9xQI9Q'zX|%B)Q!,vtfpzsQ#GLXr- 1/d371KG b )Cg`&.}GW[Ԋde4s@1sWrC|u#f5cB$II!Љ~Pf1כT42v-bƎ)$>XX*v`x &œÂX0A[q9/uS]ɴꔝ rB畵akQ]'UN\k<]; TkܣdP3/ ]Ua\)QL^XcnsI[?hhaw;AC7)*N+#anwV`s ."eq[64 XDSۣPwf椠)yڐ,۪rO=oVhjœ_XE8bC$a,u$[KLOPWȀʢ"Ak'^jӢ{@uͽ@A{, qT&^d^⒆dFE; +_&+1F(7L]NgT`R)Ql-NJR:% Xk}o:krKNe}1 +{$aꜥ:Srb"?Q-=ZSЉ3.<;M:)8HQѹDHt|_4WzF\tv+ʑO ZZ>:tllE 8J2.7Rb ?%d=`Ru6W/ϮQUM +YH'nyG9$EW*@| =#.zK(Pҧ(?]CwPZHR ǖ2-OIzfQcI~m١2<$:0fzfw0'i "e&QrBTЉsՅbhYխȻ2d]9ǩ x~,~04KDhk 9ʗŬ[АE{ޒ;Y:V_DËCmYJiZ$(PMS<ۢ&bA= M!Ɗ119MJ QK!5A ?(*] 1Ūy) +]#Iq5q="񱨴8wL,]FC}FH1.\ S-,F#\|ʕ0wՄȅ5\bu\!J4*iK\䫨>7c᧟ +endstream +endobj +527 0 obj << +/Type /Page +/Contents 528 0 R +/Resources 526 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 496 0 R +/Annots [ 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R ] +>> endobj +514 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [220.007 573.06 255.857 585.746] +/A << /S /GoTo /D (cite.Gruber.1993) >> +>> endobj +515 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [260.303 573.06 286.205 585.746] +/A << /S /GoTo /D (cite.Gruber.1993) >> +>> endobj +516 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [274.799 501.279 310.649 513.517] +/A << /S /GoTo /D (cite.Gruber.1993) >> +>> endobj +517 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [315.543 501.279 341.446 513.517] +/A << /S /GoTo /D (cite.Gruber.1993) >> +>> endobj +518 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [372.277 471.939 431.713 484.625] +/A << /S /GoTo /D (cite.Studer.1998) >> +>> endobj +519 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [435.698 471.939 461.601 484.625] +/A << /S /GoTo /D (cite.Studer.1998) >> +>> endobj +520 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [412.343 356.372 442.908 369.058] +/A << /S /GoTo /D (cite.Smith.2004c) >> +>> endobj +521 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [447.453 356.372 473.356 369.058] +/A << /S /GoTo /D (cite.Smith.2004c) >> +>> endobj +522 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [219.157 341.926 255.018 354.612] +/A << /S /GoTo /D (cite.Merrill.2010) >> +>> endobj +523 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [259.003 341.926 284.906 354.612] +/A << /S /GoTo /D (cite.Merrill.2010) >> +>> endobj +529 0 obj << +/D [527 0 R /XYZ 73.409 812.458 null] +>> endobj +33 0 obj << +/D [527 0 R /XYZ 74.409 695.022 null] +>> endobj +526 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +536 0 obj << +/Length 2731 +/Filter /FlateDecode +>> +stream +xڽے۶_R3+Wt:NN<}HHBM /٨_sWrv:Ӈ]\`s7^OMQ&&K$(6YZaj7/cK.rhk{ifߧ& "M#lv#==mߨXDPݖziYm˪|ptiTՏ OY3_Q +3c'?^: r !($3X\HmCO!ZF޷QWMCrq^0~SMWkY*Afeud{3AH/-Lv,97YmRZ,w0+YWe#qAT3E _Q!IzԨj-,5՟A$< +iZ dP#L0@^;#| _(^ʭhC&oj=vtnsNM7Hm4{o`a+i?K[5N+|+1ݎrRÕ"v̨jdT'a&=Àx:t_p' nQ#/B/%`-i,`.- s '6e_+TԨnYtx1w +߭`Nq 9fOپ$-&~t1{S'CV-qp/eal @]0yᙑ]S9MP,0̋"*, +LT?kd1VFb|9p2 zQc|IQf,2Ɓa؁֪[h -V>bhSEk!;Dli"1UIMD8=@K5|EPLT3 +A+j&(^;nǺ8qY7^8L]g{Pg-<(gsu?wQfwp{-*o`z5Dx-IIXi~uBb])ƙ˩ 9ٮ]HKS_+Wq kgŏ$?K2״'sӎ\&yg6U7+A/{HW9mWRSi(5D(KdP'}]Ld/ȼB="D `֝T *. ـs[+n:@ p +4%7#JXÂث(kj90vz\@~Enujj3H9㫘-~kްXGUCѭ` matSO*[NX{sat\5B*d?5k;ɮ2@%+HgP4B6s'}nj']qZC]hQ+(`?#x$♌Q"/5{MIB{YG|&R?C &# (C +T_:tBu>%.Tb;9ݭNS=]΄g vR،(gV\~ +4yJ(D4 ɷ t`;Ij-B_p6f.' !ӳVBVl,E"|0h3ނC6rW_xwo}Oaˎ՞&*qH;# j0AKr!`˞TKMm۝4qpYpȁgV63HTjػ5PSiMG@ާ䝖7A`T֎Tܭ7&_&㆕訹Hgw&<8'5'%R|R =7n3Quv@* ȻX d95#h6(mRωS$9V!b+‡FsZ0H`0Н:6B0R={q. jcAF?ы^AB4isi!AӐ;qKW؟)fb.HI8X + JVR>8,(_@ ;.x`j7%!f̙c {\檱Z.v3!f869D<6Gɶ׿Zo OXT`8 9k(6-& ε0!jтAl1*J!+rKTG`=> endobj +524 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [114.921 570.314 164.71 582.552] +/A << /S /GoTo /D (cite.Hofweber.2012) >> +>> endobj +525 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [168.695 570.314 194.598 582.552] +/A << /S /GoTo /D (cite.Hofweber.2012) >> +>> endobj +537 0 obj << +/D [535 0 R /XYZ 73.409 812.458 null] +>> endobj +37 0 obj << +/D [535 0 R /XYZ 74.409 771.732 null] +>> endobj +41 0 obj << +/D [535 0 R /XYZ 74.409 406.578 null] +>> endobj +534 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F72 473 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +549 0 obj << +/Length 2657 +/Filter /FlateDecode +>> +stream +xڭZms6_Oz& Kf:7eҴ]~H;,\(R%]Rȱ?$@`X<,pr= 'o//.ޘp"ȌQD)-6HtrYN>iʞO %8=y0䳟|f7uT͵A/<&I$0G,J'ᤄw?MBtrG.'QB 2bR}  E1,V1Gj-L@L8Kw2\Xh˪ĈXn2ooɦ +:U"y4vrf[>9=[jmg>]SWWШX{4GPi2T*L?eǡ,BjLI>_ރ'PJ)%LJuIQp N[[-]У@}5# gfc5u3kyoi~"t] K&Z2rc^Q(Ya *D/_AxygO]f:++`R6z9D`z +]" #]dD4i8146P +ǡ)1٣ JAVowu/JUub9^PMp{㫩 pO쌕Cu+{E6RD0}>@G.D"#IZ(PPHxOb=(zŕIDxYMfzĀo 4"-dN $A=X}#!W(a0P޹͹4%{߈\OR!2WV" wX!<%"H[3' Z#DP=yTуP$ن,#:X\BE}O& cׅg^jEٹ:i(h-}<ʖ,)5Ì͹su)7_Ћ~aw MNx~#]~P?y0m?g/,n ⡯hu?ԋ8K]1v]v͚+MЅF 6Rps\gn[Оnegx +O6Б+{:yljR)˦ź[?sobzh>/ZB }=|;{gMX +=LX]@&톞~E$uH]m%o,Q(3D&+Ύ|+z:'hUɴ^0LMU|D[[v^ +\ h\O>O,hnMAi;`Dr. \]Ib+*jp:f?Jǜg-t㽑>N.Ζ`7Dc9\H:z /mW^ʎuÒ&T0ʲzlAr.m^1f9G}hnԚ(Td’`B 6l"/(ꢿ#EE?/ +.y]PU$(6S8# +Yɲ YwB̘ +o̧A&php~zv)H? W 'V*@rfD +M 3fx/ yTOK5y_T]I(!o@ECRn,=ޭm陳ʘj̘G3@̆|@Ӈc]k\I aKO?hdKOp0pvY̧i#bc* A/g:?&F/' mNw_ RzdJ\Zq㾸-]>8KZٻ?^'k{5\w^G_+FWۼ@+OWaR= )B=u \prK*] ceLHL[fN:E߯^\\m5}`R<:aYӺs;Ctws3~\HqeޟńPzB#L> endobj +538 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.29 713.252 471.467 729.69] +/A << /S /GoTo /D (Hfootnote.1) >> +>> endobj +539 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [467.781 698.407 473.958 714.846] +/A << /S /GoTo /D (Hfootnote.2) >> +>> endobj +540 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.29 683.563 471.467 700.001] +/A << /S /GoTo /D (Hfootnote.3) >> +>> endobj +541 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [460.309 668.719 466.486 685.157] +/A << /S /GoTo /D (Hfootnote.4) >> +>> endobj +542 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [457.818 653.874 463.995 670.313] +/A << /S /GoTo /D (Hfootnote.5) >> +>> endobj +543 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [252.475 293.309 286.34 305.995] +/A << /S /GoTo /D (cite.Rector.2008) >> +>> endobj +544 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [290.645 293.309 316.548 305.995] +/A << /S /GoTo /D (cite.Rector.2008) >> +>> endobj +545 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [374.453 221.08 435.216 233.766] +/A << /S /GoTo /D (cite.Schulz.2009d) >> +>> endobj +546 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [439.201 221.08 465.104 233.766] +/A << /S /GoTo /D (cite.Schulz.2009d) >> +>> endobj +550 0 obj << +/D [548 0 R /XYZ 73.409 812.458 null] +>> endobj +551 0 obj << +/D [548 0 R /XYZ 74.409 778.955 null] +>> endobj +45 0 obj << +/D [548 0 R /XYZ 74.409 485.608 null] +>> endobj +49 0 obj << +/D [548 0 R /XYZ 74.409 450.074 null] +>> endobj +552 0 obj << +/D [548 0 R /XYZ 74.409 391.441 null] +>> endobj +553 0 obj << +/D [548 0 R /XYZ 74.409 353.035 null] +>> endobj +554 0 obj << +/D [548 0 R /XYZ 84.372 150.569 null] +>> endobj +547 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +568 0 obj << +/Length 2878 +/Filter /FlateDecode +>> +stream +xڕ۲۶=_5c)T'vƮ=>'OI'jP Ҷ(Rɸr*\_g*,WUQl,[~ZD1ZIaPu_Mi7N7: +& N;7e؆_>]ֻ,x!Гvj7S6 f$^dg>G[9CU[<ٳ8[I076nmVm%rR|\ΦT5^nWWڞԻ[U~z8 Ժztz2Yǻ9'j FO&@#ZfpzuP\m"`.ЋX2\o]-@+uC7qa\ ++H&u]ʢz.4n%7Cx~4i_a8[a~}tvGE ٜ`v Pet0 4ZjjN2mh&a(O33^z H=C Ug=\^١+'ΜS&[QNl<[[|lՁv_K+? ~T]g"&PɃ8 [ +u̺XPk#P"oa4!-iʑM7%պGe%.A֘ԪRC~47LOLPjE. Q_{ +FtK#=? ܋TǩM &/Ic|&D^rQea!`"yA<8O4d]l:4q$kTmJJ7%"fǐ3|TubKUFiȢJ9-$OZ +#-FV) A~Mp=Rth+m9THG@T}m@0*IQXu` LJ58y4^X"CBxk` xXp = H6 'X(gWkp2@GAvn_^ZgVLC2X!!D9#ا +˙x'pԅV0B;1˛#ϣU,M|*6}_)i>Jx; GPQ!k  + +" l¢o%1'iy0-M=Q.*F v:LN'iP 92J +QAU".ş<՗`yEP +˻1$y^%:{^J_u2!l*- lM*-,Ģy7{%&|j:MJB_UOa:IٝżlfMrXYZ  ߛ2 1R\5|$ +]Ϲ3\iC/ A x׸1-0pwa1ϒa. 7H͂S_bJ8؈1x$2f }\}#5r8% +6CJӁ "~Q3 ~PFgND9vdҿAP;'eL`@EuO ]Kc?< s~f,N="^-GgD~FCZmX>T/&ih4m8?Jޤn5%9Wq څwuX5VcZJ]8s;#jAގ _0V̎Wp,EMh*_0< +x=(@:!-eD! şgn DwCrUE@DO?ٚJE't-  +N}95 %NӚgEO Llƾx,"NS^PPH˾C+7~{|{ l;]"gr焜$@-?I eJ]%KLl(I|+~Ae'4m)6EI5BewiR~k,VPgkB^Ng{Xjٞk_(:}l[ʩ.!J';e1&FT3+b'~8&+R Tu,/ A^c!Eyɏ&x(@oӸdGNO 2$fh?Iġ* <İLκ4$FѩC)/|IFc |"KSJXV]?ga d2@/rڜ>È2;2Dojh dN q@9SO ;<~N(::(JX#rQࠂ6g/H}6Q%V~,-0M}!G'%lcx6l~L8f(F{Ѭ,nTŊᆁס8=]rW$j>?GZ 5N!K񢡘\=g56x4MD`jgڋa6vK冓팓H.J/I:~DcĊa^ZUmG5qP<8+VYYdw[.g?d,e#WU0:  #ATxG> endobj +561 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [382.397 629.667 463.38 642.353] +/A << /S /GoTo /D (cite.Klyne.2004) >> +>> endobj +562 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [467.678 629.667 493.581 642.353] +/A << /S /GoTo /D (cite.Klyne.2004) >> +>> endobj +563 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [280.864 456.317 314.729 469.003] +/A << /S /GoTo /D (cite.Rector.2008) >> +>> endobj +564 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [321.241 456.317 347.144 469.003] +/A << /S /GoTo /D (cite.Rector.2008) >> +>> endobj +565 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [509.911 268.522 517.881 281.208] +/A << /S /GoTo /D (chapter.3) >> +>> endobj +569 0 obj << +/D [567 0 R /XYZ 73.409 812.458 null] +>> endobj +570 0 obj << +/D [567 0 R /XYZ 74.409 771.732 null] +>> endobj +571 0 obj << +/D [567 0 R /XYZ 74.409 752.208 null] +>> endobj +572 0 obj << +/D [567 0 R /XYZ 74.409 727.799 null] +>> endobj +573 0 obj << +/D [567 0 R /XYZ 74.409 703.391 null] +>> endobj +566 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +579 0 obj << +/Length 2588 +/Filter /FlateDecode +>> +stream +xڕYɎ8+dm؞a]>L1K$؝ IIi>TK0"޿^|'C,Dft92Qy2T0 Ex|L(M}?ߎ"//# '2 ~2 +hq܎{]8,ӔDG\~,@4 *)D+,2P#L&}9du,Tɮ&^';E|9Ʃ}ٌq , IS kDž*n ڳ.3ݮniXYF2u>`vf"٠zD{J7s n`^{Ո,CF&5v,E;FRZ&ImN" + #MkA q3MVS Jܧ.m]Ps +U3\ۅQx]Odi,iG֥?ϣtU,rzMӡG8(̥GOo2zQ%# d֊ <ߠl'-1RBn<&)|[)˟53=$,^աLJ%p4AXSIej RpE~sE _< .HpGv8_px[OQ<=D!07r>xN5UF |<haIȮ`s(-ʾ&t&&]Q$Pj]J tXu 9ߐi=͈mo]ײZ+--@.Hbb.t*`~ Us'+=G#$(`9VUT (ޣN}˽+St9*u訓we9`Z+I"V>MD>ѕqfM<$-SP% `_~N+[75by釦0fK5j!_zjmÄ{V*4Elr14;#w;2^qI,I;&Tmm[YZ]QnVdck5@փeB^[Һŧcҏ< elrXgwZu㥾\bՓ;-PF4NO|WeTYG}C PD]P$ e\,&捯+0 `_ + +C"Y +D'=(?9$.%(cF LYw+w$5mr݂1ElqnjC83U|wW{^$QJ`ط n^{4[(@"fh1bJ^wm_@O:ކϡIk%TxбP%ǾA;.kȴg~!a;4E}煮R"/E{U v@Ol'5w㤺bXz愓2%ao?5ΉK>osAlWd]3ΊPfYΛ~Ɣ4N0.JGO o(R>oF{DFJ @ɚN@{Q޽B.^ԾV,dÐSyFWY0 ,dbYVnM + l.WS|ĥo~kg(-I5Ɖ`U R&,ƦG~摼KS[=nC>u-׏2~ari( BF؂ZxZ}=,kb5: a +JwN\1:?H g;uwHTmϸQ\ +ܕ斲\[N>CgK4|]\N"kzN5=y$6JlږċA^^Q;9q ޜi1'5MBo͋LpK-y*V 3y*O}>!0F~I|*E `/-S7|8w8$qroy(t#8_-qX$nk_Cm_: Ȼ +T{cU۱n'n{Cp8<ڒ}ݥo^ ~ +endstream +endobj +578 0 obj << +/Type /Page +/Contents 579 0 R +/Resources 577 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 581 0 R +/Annots [ 575 0 R 576 0 R ] +>> endobj +575 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [256.297 492.761 314.883 505.447] +/A << /S /GoTo /D (cite.Smith.2006) >> +>> endobj +576 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [319.764 492.761 345.667 505.447] +/A << /S /GoTo /D (cite.Smith.2006) >> +>> endobj +580 0 obj << +/D [578 0 R /XYZ 73.409 812.458 null] +>> endobj +53 0 obj << +/D [578 0 R /XYZ 74.409 771.732 null] +>> endobj +57 0 obj << +/D [578 0 R /XYZ 74.409 571.386 null] +>> endobj +61 0 obj << +/D [578 0 R /XYZ 74.409 361.567 null] +>> endobj +577 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F72 473 0 R /F76 494 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +589 0 obj << +/Length 2517 +/Filter /FlateDecode +>> +stream +xڝɮ>_ѹiEsO xE$xڨ3/Y*Vk#> ߿ytCLz9_$!OK?k})/^(_aecxF֘qEPVOp?)Q]g16 0<" "4L[OQ{tI?ÿ˓`EZDhQ2czA,*N0IKO WOAfoZ1Y];dԳjԨϺUx؀$5ʂ*~dm7=LF>L|,Xe}1m̻:;mЕCԘ!fg5=[5Z5чMCޞNffoQ$eE@{8S[2^QT#5D{!Ff$؂.p EBN+yqбjt's6SɃ`F'`Nf0jjjL?9rG8 +O'8alP׭3h kkQ̕GATUaйcu{Zh[n !# ~]`W):VAk#4{ZTe*8LhBvrE9t?6Գn2N^I$'S};;JT *^u|M,GG@cQnc蹝ԞeZdS.E5'7ULV Na6cCp9-qf4 `;)Lr8Eg-|vW0 jUwke5q &Abw]\~^.n5^MUI@oPN@d'cWj#(t,80XR +W`DgYdO񠉇;3wiZ} s?mbt1/}AtR/fjxtH:Z $50ly:572[ط oUN8j,B^33|19MNE5pnyr +: N8QGYQu%Zu,hmxa4^(ޝmXqɥE fPxGܰ6SE^zqU-h#v^Kce +4z m!0-xf~5Qv21+EGPz}> +Q:_=QQee:k `bOW.kzn~V7m5j&I Y/lf>&o'ƓuMuf8)wnG(BےYMkđ4Z8 +{Y0=e~%Lzx!2'k3CJ\xN0 %`P3D7l Oa7U? .#{`0b8gю& O"oV6* ``n#& o7cDu4老RPKz9qCkN$1{H{ ;$ibyiRjspe;$bI`?)2n͠FjEiQcs*Q2N}(ݺ)]`{+#!iç{gEy hoMxh.m, =+1P\Jϐd HEFIŧoۦ()@'5E(N$7fe讀Qiꃫ'Q^N ǯj[B <A>kp(Jԟ &> $ }own]GB{kݩ!s+gC]{]CLs&C?8deqBQȿ+e7; zYJI `-<.P%3`ϰw DDcGڏ8L ӭU3&xgίKiO-%.4 +E(:ruY$EB)K cԖE~ĉ&K(3pI\FOʭNTP3:uR0  ex!B*AZTJ>ylR%94?W*h}8iPAX:WFUc?x6o WTi{ KRIc^{ YDnE=DaGix8e)9Lv] +endstream +endobj +588 0 obj << +/Type /Page +/Contents 589 0 R +/Resources 587 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 581 0 R +>> endobj +590 0 obj << +/D [588 0 R /XYZ 73.409 812.458 null] +>> endobj +65 0 obj << +/D [588 0 R /XYZ 74.409 345.66 null] +>> endobj +69 0 obj << +/D [588 0 R /XYZ 74.409 319.598 null] +>> endobj +587 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F72 473 0 R /F77 479 0 R /F76 494 0 R /F50 363 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +595 0 obj << +/Length 2548 +/Filter /FlateDecode +>> +stream +xڵYY6~_O 5)Jԑ>jhtYRQmܮns-~GVy,%oBaxmBWݖge +9g"@(#̽Iiv,SeqQ@,;R^&LFOe2#BD(jW·_FOKƓh8eO.珬UѪUØqb; \'L G()$^jp7R!Bw& 6*+uw|hȣr6$SiZӹ?ƖFL%|vbLI ,OMc1sL f]aLws݁*so^}!8O$e$ h +OuYVoKIؼ+Eݎ٘;]&nPuO<:ם%}QDCeT9:4qU*',5Ϧ;RX>V3ty9)!Ku(&Ù6ږ:`HcXQ=Tl`%kM&SL,KS{T$ hˬ]m`*\( Y=Z+Z8+$l _5$ە= 9Bɭ`>]KuK=}i)FPFa2Oa,ba-쏺K2\d`ҷ;2Ƈ + d̶!}DȘU;@3]NC6P)rb$r 4g{jAr`bK߂ +PRe]]>3NBH2)h-ZkT@B%A ή|R  aRCema‘$wrd + z,%bp۶ ihJPK~ fDR yki81&}- g<.^t= 0vϾ[o, +YHa8Bxi |<FF('3k|?ƒf #m*鐕YI>羕%Y>v-Z2pha3H2*Ҩ+Xm +Nwʉ^Ij9ߺ’J] L evzJX~Ȧ;mNo8{*㡮))Vi.,рSt:t@Bi2%A3-fSHCvnQ'a,颦_ A +xG0yd7b~XQR͈X*z*j&$*ĹWEi^,w>~5(3Z ]* nD Y{ y½ +Jh`x vv bB,MWpB'.432 ,L")9n)%wFz@Ea"'1)h,# ,}1ig4u4cGM-A:hm)%璉 z ܮ# bMtU Ubui=(^BaAGib!#$v3< (ȖpVpƮϽT09TgnQOƾDWk nKht{D5aČȆ" dovDO$9|yv0=; 0$bө Yg`J-_ 4|&W} qnh0¿v\CߟȚkpLPÍQ$Y:h'C0Qk0U:u^ơT"vF41Oqx}_Ѝ OhΟqIcy^3])AQAMOG(6+c*aOr蛡[D]ӅcjϿRE;F0%IX?EBM57wn3$NREi$~ zs鏷_ +endstream +endobj +594 0 obj << +/Type /Page +/Contents 595 0 R +/Resources 593 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 581 0 R +/Annots [ 583 0 R 597 0 R 584 0 R 585 0 R 586 0 R ] +>> endobj +583 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [478.828 669.518 521.862 682.204] +/A << /S /GoTo /D (cite.Schwarz.2008) >> +>> endobj +597 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [73.413 655.072 117.119 667.758] +/A << /S /GoTo /D (cite.Schwarz.2008) >> +>> endobj +584 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [121.954 655.072 147.857 667.758] +/A << /S /GoTo /D (cite.Schwarz.2008) >> +>> endobj +585 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [153.027 655.072 211.523 667.758] +/A << /S /GoTo /D (cite.Smith.2005) >> +>> endobj +586 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [216.359 655.072 242.262 667.758] +/A << /S /GoTo /D (cite.Smith.2005) >> +>> endobj +596 0 obj << +/D [594 0 R /XYZ 73.409 812.458 null] +>> endobj +73 0 obj << +/D [594 0 R /XYZ 74.409 580.8 null] +>> endobj +593 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R /F76 494 0 R /F72 473 0 R /F102 598 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +608 0 obj << +/Length 3015 +/Filter /FlateDecode +>> +stream +xڥYI6WjCU=eT599P$b. +?d:v\Dh读p w< ݳop*Xa˒BeY{W~ L=n)'w#vuxrՉGAW{~Wd料i!) {㴀M|t\6BEUG;pƒ)17vhn YH4uTvy +ix5bd n@5coXѹ*4q$*YB*2Ūv?$YU9(-M(*Xw%qjΘJYD}I**(4GTGc$7 }FGda}\&=?mrlqLmQdnt#-$iCh92ko]km%IEܘԶv\h.& k?GYTeDŽ5b:!k;kLkHھV Axhd^=4֖@!DvlxrT>h_4ӕ`1L^΃u8Jvx'uv;)V#[Zӡ2E9 _KK8dy_}Y:}>A^P6 7s ɕ>M7V}#e.bȨ$Z`Z_H _]P|oWN;M=-ttT{)F^% =΃EOLcvl;vdDk88Bߣ Ts}?^q9O2$3`_`+1f_ ZWp!x&#% @mP3ywf_ToL\QhmOHZAS/h8p @* ! _2a(>"`ag lt'IQӋ!EmǤ 㕴o[:6Di54"LUHWEC:xE,d7l۲~2{7թj"V9@yI &Ƀ6 8Īoc$!VT$vST}Dk _^Pϫic/Qal.dI[[^d~Xq`~o@U\BvpbۣVOz^_ 7 +8@n War9LS0 SYczW68AξsСtyO dRM#0 0^[J*tcM&b1a 6ġ د4*L/u|:F>{ #֧@mc3 $*iEH{XX!؄XUsGLI%Y +gp1(_ +z&G=(g<(Y3ժme~ +L 65^jHe|mۚ +t-U+d2 Ȃ{8k NON҄Һ2Qjڎn(tR|O22硒6gfwYL.e6 +Elڮk:fn/aMQm + +S{1ߒ\`!bby =:Qa X7q߱r0%<…ZmfjU>|{~q_ȡAiq-8]3 O]/$;U[$dlt-s?`dwۚ'&89:CcjP$!gm)e 3tꞿ@齜IKٱǨ >J=7n) +aa]AW"io/BY R/U7UU݁2}qscEp(FڢY`xAlcY}`ZcRk Nl ʁ-OPv1V-i@IDHd7ep6`W3= 5CP?:O;Gk_|Vӝ75?ʀpt HiF6@/˳2 ]̘ ߽$Z 1`a+ h)[ Y#yʤ7oFm8ƔKWHH( NG",R%F_ƾ#h S"ܩyu~1}ʝXqaQ(ց-4sFXiQȃ(52B6 TBd]e֟dqmA{\ߌ9gZ%}޼eJ &? +8HPtJ)~2h:e0õ0@AѦ?_Ei7c~*nkyEF|Ah窱gl`mh''B]*0m"5EÈkxb}|' (p_,R#*x/_D(/o?ep A]Utjt}ژ<>$RE~]#$ I1rK01N@I.H}ahl"{)BF.uϴVEU_ w5UTGlw:U}ٿ2Qy|C(.Bzo`<P:'R?]El B@z4 +qn.Ykg-q TX4:q烫;+ (9'R%T[}MS(Op~&ʮope7R2a{Av\DuwG,bRE2u92cWvc!ꄿI ]Iԟ!#o\yF +-Z p|Ԅbdb ŒJѐp~kw FuF_i[zX:n`UF^[lqBW +aC-tC4f*9@\;pOzfB5_FW+jsu-􂵕T\%N7e0 +endstream +endobj +607 0 obj << +/Type /Page +/Contents 608 0 R +/Resources 606 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 581 0 R +/Annots [ 591 0 R 601 0 R 592 0 R 611 0 R ] +>> endobj +591 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.822 741.747 241.796 756.746] +/A << /S /GoTo /D (Hfootnote.6) >> +>> endobj +601 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [316.013 218.014 322.986 232.771] +/A << /S /GoTo /D (Hfootnote.7) >> +>> endobj +592 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [507.417 159.411 521.862 170.315] +/A << /S /GoTo /D (section.4.1) >> +>> endobj +611 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [88.357 146.026 134.066 158.36] +/A << /S /GoTo /D (section.4.1) >> +>> endobj +609 0 obj << +/D [607 0 R /XYZ 73.409 812.458 null] +>> endobj +77 0 obj << +/D [607 0 R /XYZ 74.409 540.526 null] +>> endobj +610 0 obj << +/D [607 0 R /XYZ 84.372 198.429 null] +>> endobj +612 0 obj << +/D [607 0 R /XYZ 84.372 150.562 null] +>> endobj +606 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F78 480 0 R /F76 494 0 R /F72 473 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +615 0 obj << +/Length 1793 +/Filter /FlateDecode +>> +stream +xڭَ6}2+- +$nEtߚ"efѭ %Qmpr.*؜6]p3~{e0EG&(7ia +OADymW(ŠۆƂu㯓q C?cN$~&H~2;A u 4rFtk9_戺bfqL\ DܩKz ̤W=9$&!\@^͉V~C$h:%T fj8'<81IuĚˈfY,1pI{N!!ETsC䰗QdA]Ln:nQoAEh!׷"j," 7M+ +VՁh8u弫'tXcӧsk5A1ɣkή>9,@zp.\ Fكti,]X ̪kj>.l~O8Q!HsFԇ (i |D 7,܁D"@_ {lr +IDz,:(ݳ^9[Џ~/aw i0K(?D̠B(j)/[&^KJXȠ!VAj ,@6;gp28/o<04 _ơ"-wHo}a!I;0K %,ێ6BZBu5pXLG2I5ۜ LYdfSTV/Vj[x#otWLY-gg`1[fH%2#Ͱ!9"VRYq-t Y͕6{1 <EAcC/e4>|_hմNAg4&f*揬۹+l+DA]T7LֽwrQ8>pd]WE^][ӆ̄ngPFV*T]nK{etzW(T6)<6 nP&IW^fQ0&tLfd~Xk/41]&0BCױI`We1v&&7"~]m }3l KP`e)kAJϴq k?_b2TXݔX_T}K􋣒oAzg}:`<?XE'[}p",Z)%L "sGnhJ<_TfJKuB1GgX19xnd?:HRv'#!.ƎCr5Oa+@&@Gq Б{=.}I Z$6]͠J5g/o^kv@zo$w ̜N׎4Rru;xsN:9ɢu@&-67N+O#?bnf@$M;eǻw +endstream +endobj +614 0 obj << +/Type /Page +/Contents 615 0 R +/Resources 613 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 581 0 R +/Annots [ 602 0 R 603 0 R 604 0 R 605 0 R ] +>> endobj +602 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [294.349 656.541 356.386 669.227] +/A << /S /GoTo /D (cite.Bozsak.2002) >> +>> endobj +603 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [359.681 656.541 385.584 669.227] +/A << /S /GoTo /D (cite.Bozsak.2002) >> +>> endobj +604 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [227.167 627.649 290.585 640.335] +/A << /S /GoTo /D (cite.Bozsak.2002) >> +>> endobj +605 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [295.562 627.649 321.465 640.335] +/A << /S /GoTo /D (cite.Bozsak.2002) >> +>> endobj +616 0 obj << +/D [614 0 R /XYZ 73.409 812.458 null] +>> endobj +81 0 obj << +/D [614 0 R /XYZ 74.409 771.732 null] +>> endobj +613 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +623 0 obj << +/Length 2339 +/Filter /FlateDecode +>> +stream +xڍYI6_PUM/)ۉS3e3!")1 AEֿOoOhht6Ǎ}]nƱ6Mm/r$<?"s~.MWN%;V/~~ퟏyr'60p4GrX38ET즾a!#QEwC"Nt76>=FYT9] K$I{ln}, |;1U{dޮm5a3CɇK_/]s pQ9HF7ۂCԵݥ =G߶qq4MD0py˨;ˌ|=7E >.X%\tсݪBuzq+OQI% +Q=va88mWTdJRWy5ߩz*ruY_ȃk4j<%ut@@6r@Hqp@_"tv&2*L +` -Ϊ17Z5ktJ|M0>i 4jm,L;UtV#n`-@j|ؗ(U bJףL몋8K NaCs.ukÝq*$| UWqA䐪-xy +Kʒ8:E`nPU8 +~-Vep;r>w2t6ӵ y) !p0BNeR25.{[jj&4 +- +:s β9Ͻ+O>TpG7pHW,5khHY Ӝ`DɵnhPcv2l٘Y)͋5OeqڼPǿk;˾^D,^SL]BN;%S>ÇkYN~mV +x 4݆jf "MO\'Y7?qkdtsSwI2AR@f$%?o3@h:HAS@:/.XJ, rc/؄.(߅^F +2>޼*K usH]d(|QbBm鵃K\jM].u~b!o];}QÖIƂ;r< LP_m٣s2ԊUQ|l>U|"Y:  +N?sş:' vHHnSa(M.(oJN9HikN<])t1^yõH1lƵC aDp/˳C te}*8y) HdDz> "4"n"J~G5eo.wlىŃ+-]h*JgEj"$)OAIӧ^.~1X?tqk 3T .j~y)6I |< +P?tm"vZr.gkiG&BPEҥ*j* +bxvHzӧu*h7=x\㳊 B tRzA<^WTЃѼ6";Y"ӳLNFP5OzHrG's~ͅ"ff+8N$u=?7H =O0uėAbJa۔7!*\~[)r*ogH1UƁ.>LJlžSaPGouSo]8ITcsmÓ8M܁ %C5˅n ӌ>~[f6}`r~P%`՘+*x_DcPa#$6~Ѻ`*]]Sӓ4X79֔XhEt&o4/ĸC,vתdp lEy5k܃37NF8OWe@I +endstream +endobj +622 0 obj << +/Type /Page +/Contents 623 0 R +/Resources 621 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 581 0 R +/Annots [ 618 0 R 619 0 R 620 0 R ] +>> endobj +618 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [205.549 631.989 269.172 644.675] +/A << /S /GoTo /D (cite.Baader.2010) >> +>> endobj +619 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [273.929 631.989 299.832 644.675] +/A << /S /GoTo /D (cite.Baader.2010) >> +>> endobj +620 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [486.549 361.184 493.523 376.183] +/A << /S /GoTo /D (Hfootnote.8) >> +>> endobj +624 0 obj << +/D [622 0 R /XYZ 73.409 812.458 null] +>> endobj +85 0 obj << +/D [622 0 R /XYZ 74.409 771.732 null] +>> endobj +625 0 obj << +/D [622 0 R /XYZ 74.409 679.713 null] +>> endobj +89 0 obj << +/D [622 0 R /XYZ 74.409 679.713 null] +>> endobj +626 0 obj << +/D [622 0 R /XYZ 74.409 584.666 null] +>> endobj +627 0 obj << +/D [622 0 R /XYZ 74.409 545.812 null] +>> endobj +93 0 obj << +/D [622 0 R /XYZ 74.409 442.278 null] +>> endobj +628 0 obj << +/D [622 0 R /XYZ 84.372 174.487 null] +>> endobj +621 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F76 494 0 R /F78 480 0 R /F106 629 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +641 0 obj << +/Length 2914 +/Filter /FlateDecode +>> +stream +xڕYY8~_@[#Rw2` 40LfZmmtxuuQ=l[i"od$\jZ)Jo|;_}]Wb48uKi f7#?sG{2Ç2T?lUbW6"?WѼI5u +$Y\)W[3Ib?*EG-&ޫu*߅ Ah-6.co})8b4pnpgRE&;rjhߛ3u3o_Z6[uUfOWǩ+LJ‘k5 w<@&ƾ*¬Ly +F_ -s"]#͂P210C ܮdFCpfhL0t[6,d`si݊ +NrPGY1v +}M( }w=kyO'00¹x.nWmYaDR$Eo3dVnMy3TQU^Ͻg[Oꩱ(s7[jy=7^|2{;>'\z +:îc)4A7z7)wir(X qӫ%tIvDãn?wܪaiX!.)X5rY Fˣ5) +YRsJ;%,;ݭ1K:O25Ĵ TK$8-'iAwMgC@ecQqYԥ@VO~ƻH4Dz8ଓ$>q6O2h$\"/2%NE5Å.^{7"d3g FkCߍXM +pk +> `'J\z c?R$%g ]Ll7p~'`Jl1n._s'l\M!> oj4ƽͰ7 kC,c^Zg${#Ebܽ%.ʫs׏l0Q&ݪ d6 Kmeཚ "^u"y7`ܤk=6=}p`46)O(QI +Y{Wdԥ X;#…/mxs֞H*`11V#8II;~+7Tq}W.|(ػb@3CmeI hgp }ݝm__GC✤r[Zwcz6=>W`iz&G3n? +r 0*eb210D_͛ +:N~&3`ZqjX#E?ٶREmbCUޅX?ɬ٣ @[.@RR* +endstream +endobj +640 0 obj << +/Type /Page +/Contents 641 0 R +/Resources 639 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 646 0 R +/Annots [ 631 0 R 632 0 R 633 0 R 634 0 R ] +>> endobj +631 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.594 577.363 297.568 592.363] +/A << /S /GoTo /D (Hfootnote.9) >> +>> endobj +632 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [162.631 394.23 220.734 406.916] +/A << /S /GoTo /D (cite.Motik.2009) >> +>> endobj +633 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [225.045 394.23 250.948 406.916] +/A << /S /GoTo /D (cite.Motik.2009) >> +>> endobj +634 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [261.122 292.96 268.095 307.959] +/A << /S /GoTo /D (Hfootnote.10) >> +>> endobj +642 0 obj << +/D [640 0 R /XYZ 73.409 812.458 null] +>> endobj +97 0 obj << +/D [640 0 R /XYZ 74.409 530.639 null] +>> endobj +101 0 obj << +/D [640 0 R /XYZ 74.409 348.85 null] +>> endobj +643 0 obj << +/D [640 0 R /XYZ 74.409 325.436 null] +>> endobj +644 0 obj << +/D [640 0 R /XYZ 84.372 210.622 null] +>> endobj +645 0 obj << +/D [640 0 R /XYZ 84.372 162.556 null] +>> endobj +639 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F76 494 0 R /F77 479 0 R /F78 480 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +655 0 obj << +/Length 2782 +/Filter /FlateDecode +>> +stream +xYK6ϯбjˇHIٻvj8qjzZmI_ jǓ\e@IypW_@&3*"0.TU7!7$C_g1ſ}06~ * %ӒKyіz$fC# n,K9|6rLWطVxVD-;sA + n>xFUh/$q6'7Yq!ŒH( +`g\w_}ns.~\v;nΌ|Cn"d"R* "cB]锒q.`z@H'\aUu;q770Xk*.{s?G~Y@ )]湬Zk[_rWۿOE7I|R0)hŤiosn_|/f3c1 YȾT5q52$ =-n.D!ͶWкZ9Uh8u8RpO1c^6OwG7@S;X]IXҺcs._N\ߞ. i ڹ3'֬8ضEOI,j7g>uD. \ myf>}*#Ȏf;CAh M Xs=kk@p.}Ɛhj/rFSؓͲ(B߳,[JCn%ߜ-kJt`zK"637 }A7nB(w`RNΚ i[Uf:VӚŘLMՂ{!Gv,&FApa|xПR'i0ch{#贞!+[M(c&MAZ;Dckyh 4r9A@\υL7mZgǼ#cݧ )ɥ3|OW6_5~+Ef荍jk(:h;j<eI-kFcT_HD찑Xbx ih5ەk)x<8B0.//k9S{__`E1v'O$I>ݷ͍d8? @SDd?V Q]0!\}V:Uc 0hJ4r7pvٌشІJWB6&2qT9wTt/_+Y/ +)ɕR-Z6>G=V` .,%˯gws&[$Cчiqujަ82{7cwY[b_$vejű8I4TB%(v_8_&Vc\LYt[9j[SGxY۵ۊ"p].W|5?@ v|F$f Xqv=ձlٰlC 9(@Ej[jUl]'@4x?/v.x-Hw$& V\<ȡ8JaA;[GڹMėr}}cX8aq kqk?+8X"6)[/aokocrokkIf&/Y=eU*!wy'뻛[pHb[d/`C`nM`@D1*7bH"v3 +e'eK tKr0{<~+mN 2{3ll~l8o ֐m!%m3恋 .řIw-(83Xrz'<<5j/Ν\mW[ԋc='P!w9W=(tv9$PE!F\Wei +endstream +endobj +654 0 obj << +/Type /Page +/Contents 655 0 R +/Resources 653 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 646 0 R +/Annots [ 635 0 R 636 0 R 637 0 R 638 0 R 648 0 R 649 0 R 650 0 R ] +>> endobj +635 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.267 464.97 488.204 477.656] +/A << /S /GoTo /D (figure.caption.4) >> +>> endobj +636 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [333.255 407.186 340.229 422.186] +/A << /S /GoTo /D (Hfootnote.11) >> +>> endobj +637 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [358.397 392.74 393.267 405.427] +/A << /S /GoTo /D (subsubsection.2.6.2.2) >> +>> endobj +638 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [414.515 392.74 431.451 405.427] +/A << /S /GoTo /D (section.5.4) >> +>> endobj +648 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [461.607 320.511 478.543 333.198] +/A << /S /GoTo /D (figure.caption.5) >> +>> endobj +649 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [323.722 306.065 330.696 321.065] +/A << /S /GoTo /D (Hfootnote.12) >> +>> endobj +650 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [440.666 233.836 457.602 246.523] +/A << /S /GoTo /D (figure.caption.6) >> +>> endobj +656 0 obj << +/D [654 0 R /XYZ 73.409 812.458 null] +>> endobj +657 0 obj << +/D [654 0 R /XYZ 74.409 778.955 null] +>> endobj +658 0 obj << +/D [654 0 R /XYZ 74.409 644.552 null] +>> endobj +659 0 obj << +/D [654 0 R /XYZ 84.372 198.629 null] +>> endobj +660 0 obj << +/D [654 0 R /XYZ 84.372 162.517 null] +>> endobj +653 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F50 363 0 R /F76 494 0 R /F72 473 0 R /F106 629 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +668 0 obj << +/Length 2683 +/Filter /FlateDecode +>> +stream +xYKܶqJDI&)ʩ$Mҙ!|d>h|,gUU!l4F5$U̓oH22aXe;]֧Ȫ^%L\G_r苿m4*V +Itb +T.b0UEJ0-!Fg1%87So[0r5T5/öS:O6Lab!^+phK\1/K3db>]OWAaJr{,b1VܰcO S2i;,?̦际0 fWcw^~[չ~e آB=Fu>QOe:#!zEjԦ+SoZ˵E zNҞ6}'S + S:>4 L@.f6 F}@E稬-֕F\/9yhܬ[gT%+N' ގVD"I @x`>qnˮu +ϴ==}=Sqe\U@t>$+* +Z)p ) +TEMmgp$.c f7 e]E_n:TTH܇qͯnx$ݚhh跕M\ѡeYd31\u(rhڲCm#͉Z.]un`q)եJ( +VFӜ6$$DSb:b +^Ba7gGl%΍Z=j] cm,e H'w=!i]MXw`H$|eW>5dYA=Cqtau +)▖Qԋۦwz?Wi%Pa_ +•])KscC(TA ǢE s1!G,80mQW,51=Ť<ys)2 $E<V(cKy<^#Z`j9JlkU-FN6K+$W;[zb nvp&P*IX(U$TBDڱHwݝr8oPU:^[K,Mz1Tϝ)_+{5!r!xT0rH#m#|$6rH.nI،95t1YbK_<L s#FSγz>Ws+<B ƀ.42F:kbtPIwBak״7Z|Fy||lG';ҲRr_I2Ln3~+1|~ˉOzN br34adq9o 8uYˆ"m&4  y6Ьsr[QdqUz3w AZ> endobj +651 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [267.903 464.271 284.839 476.957] +/A << /S /GoTo /D (figure.caption.7) >> +>> endobj +652 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [180.972 406.488 262.323 419.174] +/A << /S /GoTo /D (subsection.5.4.1) >> +>> endobj +662 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [416.077 316.774 433.014 329.46] +/A << /S /GoTo /D (figure.caption.9) >> +>> endobj +663 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [238.14 244.545 336.567 257.231] +/A << /S /GoTo /D (figure.caption.10) >> +>> endobj +664 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [280.117 201.208 362.179 213.894] +/A << /S /GoTo /D (subsection.5.4.1) >> +>> endobj +669 0 obj << +/D [667 0 R /XYZ 73.409 812.458 null] +>> endobj +661 0 obj << +/D [667 0 R /XYZ 74.409 778.955 null] +>> endobj +670 0 obj << +/D [667 0 R /XYZ 74.409 644.202 null] +>> endobj +671 0 obj << +/D [667 0 R /XYZ 74.409 392.588 null] +>> endobj +666 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F50 363 0 R /F76 494 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +676 0 obj << +/Length 1494 +/Filter /FlateDecode +>> +stream +xXK4WPXaY6 +e8<ce=ݒ؉7f9p!Ԧ }zQBx<Bjn(I,O?'~ 9r~6炄8X@ImsHp'XeGx0ot|ަvHHK05`eL S%ǽ's#PGN#>NM<ƚd:R'Yc7t/cFI1ld8eNx$I$_$Ir{|N)1HF؈zyo?y0K?ednB3KAhh<u.!8X +x(S.{/0x#*"* Qle}WVo./$Fӝ!1 ^?5VD1o`QCޭq 1wklT΄aJ\5LB[Rm.bX&s8$T,j7lҟ ۴Jmi\Ċ + 0" ޅ JvivFeb:ߧEm'}tzWl*vCZv)/J[D͠գng|rS's P:FgD\a!]|7pA"|\Hn$*@#_z*(8sW?\Rߓb০n~jJ eھ^,eN4t$ew8/bmsV +?n9N* ":3Oڦ@s企'M-fהۥ(7]Cԇs@#cSQ1!-0,RA[t)iĚ3 Β>격qgj[4:Yd8l'w]aآ2uibB\7{aU*)9`B#=צ6ܕ#j"w+[:M[B7esxFtJ v,m Ta)x+b;h+?]ЕnKr@ 4ɕMT+h%WxoH bVW'j 7ً`N}4ċmU䉊~H | W;kD$p CYכoQiOP56|@C""c|/i>+.N\?p!:)-ư|)8@u +endstream +endobj +675 0 obj << +/Type /Page +/Contents 676 0 R +/Resources 674 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 646 0 R +/Annots [ 665 0 R ] +>> endobj +665 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [147.834 449.825 164.77 462.706] +/A << /S /GoTo /D (figure.caption.11) >> +>> endobj +677 0 obj << +/D [675 0 R /XYZ 73.409 812.458 null] +>> endobj +672 0 obj << +/D [675 0 R /XYZ 74.409 778.955 null] +>> endobj +673 0 obj << +/D [675 0 R /XYZ 74.409 644.202 null] +>> endobj +678 0 obj << +/D [675 0 R /XYZ 74.409 365.89 null] +>> endobj +674 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F50 363 0 R /F76 494 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +683 0 obj << +/Length 2938 +/Filter /FlateDecode +>> +stream +xڥZIsFWj.TX}sLU&DU99$("437 +7pWWo>&fswdq&K ˲a60m۟npdO2z_ wVQOp;pݿ&b|HME0%֘ !&o$/7Q@m׎]@_K4O4}wdY)Ũ/j|R@Gsdc' x*uAC_qqs3I + /, Ku;VM$%95yxi{5Tr~"j8uF<Ț0 cU(C) MKBADɷ-Lb{zYjs=26Lr<@{lhw 0=t + +؎<'"Gnm9V:ܬHԗq5r%_ŏѨ+"ǐviʯ%iTs)GTս UI jO8S{)z/,IWþƺk=EYa=RAr;v/4b$UђTMsA㐇1M*ܙ'aNX܏$v\0"oa'XPH$l*ɦt횣(=.H +wzNDi6fzw$y=Su4%u2rl0S$ߟ&Ԩ0$IH9n^-FB[hpٹK&dS^8}ѻG ףwպ|br+!I?KqAvp5j,NYPRKt{<`c .5VqAlu!9L(*e$8~ 'i %iM \d(Bi|hAk AE*T%20eWUH='-sYURa?&,CIN]b摰8,&c"]f] '")rlq\b<`,vh:Dm e1@hD+\1Lsraj[\eLt(ʴ~ q_q{\93 (2!l![[P):=[n$=ݠd6_C&HvWr停Khw76J3nAxiX;Ǣ4 hk~K*־YdQ}t+5!^ =6/C(VOh@3_jaI>n7č1qTG +_{W-#gDI#\Aݿ ']$3#IZhĔ^vOڅJK1>[T> endobj +679 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [195.964 557.289 202.938 572.288] +/A << /S /GoTo /D (Hfootnote.13) >> +>> endobj +680 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.483 291.784 411.527 304.471] +/A << /S /GoTo /D (table.caption.13) >> +>> endobj +684 0 obj << +/D [682 0 R /XYZ 73.409 812.458 null] +>> endobj +105 0 obj << +/D [682 0 R /XYZ 74.409 771.732 null] +>> endobj +685 0 obj << +/D [682 0 R /XYZ 74.409 676.44 null] +>> endobj +686 0 obj << +/D [682 0 R /XYZ 84.372 174.498 null] +>> endobj +681 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F78 480 0 R /F76 494 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +690 0 obj << +/Length 3229 +/Filter /FlateDecode +>> +stream +xZK ϯcwC^)Mv>h5ӊXRl gge;(>>qgo7|&fBfga(Vj `g*g7q3S0ńG$(0kKD`zx_|N =̄X$fLJY~]e\'eZr7KiݒkW +DC$9yZE>М$&#{AN$`t!W0P,46_1|xR1_=/ŭ|,žܡ0 'Xxiʐf*_L,?cҀxn謦YbSެkqGrs:K +?(1E2jLjy=^'Њips$r4Ye\+c/޿@!З20(,'1X}))  ]FtybUIsrJx N=, +!l",0fB^d!hD&XL)5d? 93cE__ rDY,P8PU|/! ^=U/NQyQOo89j<(pt%g >_%_8=MJ`4M^Q|j (H%/.͙᥸l!HAwT4kGّZQv\S3zA]Rٸ =@E#iƔF.u ;+?Qu v`ȲW=1;j`IrO%gyOHco"1(P=k~|=dPLQźCDN2$['oak1v9l?TF4 3RYV| #"2D@FC­u<|n{~/ kPTg9F_oӌ z$j:usXB%b R`23uO T FJ|dOryUlW^!:V`T."٥jp:)2Cy2<.Ja >OǏ/Iv ut 8&<ә. +㉐ )uR E*z+>;tBL6imK,1>As.bC-=y]dnY3T +⃉A/YVFS`7i&Y(;8lj1{I v4:Ѽ5O'S.р3uZ#7 "OƊ9J_¤e抲h +xڟ:5o+8 *(' /~ 9D5ShieΑ*$K7#_&EŲSA>rчJۆ-"h\ ׆o< +QG>n5uPBpZygo{2ji& *X,PB24y$7>3M +i1Mֳ SAL45 Zv1>]rKٵVQż'B~+[p2N$(fKđ)0̏ y3+ptl:C YNq('H;鵷eQ?3s郐rOoO2vZy UZ9{,+$[>¿ ; +J 9/e5LvKM_dU%QTd| H2W6}gJh|(PLƒ- q+ƢOVU8ݟH}^iU{wev%1@STxR^]>l3{1% 3FA.3rd R .ƕZlEp-n|wU\+] xBЄS\IՊ0-c^(}$t-qFЕCˑȲE q(ن'P&%ߛrmEQ"[1BPs*%FҚ(cA{r N7X?S\͉H}േ 0c.4YٱjM6.\nD~esT:U6<w +| 4N p,A??&r$ ; AHD*d:״w YZ_P8ЉD'S;_@rP5cⰇqDXãs/6ńte{*3ǂCPwb9r2 -1y +N>ENEvLhrR>"P)LT{y(ԼBhmIMXIRUt>RUI}Kv\k@ P0Ft Ŕ]Jz]^ lW?T +=ρO>]H(OqfBfഎcU͑{$L2 y8 PtATce nn2(e{/bG +endstream +endobj +689 0 obj << +/Type /Page +/Contents 690 0 R +/Resources 688 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 646 0 R +>> endobj +691 0 obj << +/D [689 0 R /XYZ 73.409 812.458 null] +>> endobj +687 0 obj << +/D [689 0 R /XYZ 74.409 778.955 null] +>> endobj +692 0 obj << +/D [689 0 R /XYZ 74.409 475.7 null] +>> endobj +688 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F76 494 0 R /F77 479 0 R /F78 480 0 R /F102 598 0 R /F48 362 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +696 0 obj << +/Length 3066 +/Filter /FlateDecode +>> +stream +xڭZ[~800\6OǎrNթڇl\`t4e2{V Тv򤡧FS/"_}OqZS%aO.S?\j}_VGw5@"1ڶh<8pWʻ~^͖1hf߬l6zB9 #w15|A F_yXն= +y +ӶfstkL"V>^..0}o6TrbצKΖCGyMvĆz +RG޲[zx_%~|i͗H)|adl1+9o%P\>:};o9)@ mhn,Dǩl#mNf_8F"Ӆ"t +W;DIHF4GS#ڰ4 #,.4Eo,tAy # 7u#Õel8J+uH,!q0Lv0q +7k3vl]>KnI/t݂0aQ[:Ƚ@W}ނ lPeIw28Նc)j*D~ A.K wU,iV@9A 0FjoSuR(uo +X TY>Z*KT Y3F]{ؗw 6_gQ7+(|̷O?}r͛y|9)S'Fcc\=XT->^]r(uYUdZ~Wy)J[yAEc +zu i%_:~qDԸY( 8&"#HyFy1V R`(h Mo-.*AS53 S&7OѱG#8~f9ك.a;Ў"n.;9s5\e"V YW"n8AAwLm&DEI~q/TE '4)DoȎu`>Rɲē{SI3)Q2r_9ءiEe5ų*2Ty3\m%#ιAl[LɇGC*93D +LF{Dp<7 >J>r? bmsY6qS7>c\'07BLmd7νO܎Vbg9E 0 +tR S _,"8Fz>7@Qp~WыOA$U8;k +ƴIR[;u9 +65_jzk瓤 +~1 TVEqֆ:ڒegba0+fnjw#aeT( X bݣEBPE=UcB8#f9/WHlBDt1ބC.ʞbXy TCIPMo7 +endstream +endobj +695 0 obj << +/Type /Page +/Contents 696 0 R +/Resources 694 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 699 0 R +>> endobj +697 0 obj << +/D [695 0 R /XYZ 73.409 812.458 null] +>> endobj +109 0 obj << +/D [695 0 R /XYZ 74.409 444.977 null] +>> endobj +698 0 obj << +/D [695 0 R /XYZ 74.409 413.274 null] +>> endobj +694 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F50 363 0 R /F76 494 0 R /F78 480 0 R /F72 473 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +702 0 obj << +/Length 1160 +/Filter /FlateDecode +>> +stream +xmVQ6 ~_#4, o{M;7יN:}NpW B%K$E(>>d{x|YsQ]ejM뺎v]%npNL6,r=R,>Xb6lS$y7sa]r$z0Z6M6EVO]2$NQ9:KNF)&x/lbuY$jhNvR'HJj$:9{=V.{ZnQA1Z3Ze]j7!p +nhF<9ɳjh` Tꪆyj[eoQ]xw[l7bD3Ix0 BAT܂ge㓖XxnM)7)JB(<(H!a`J%DxQUU2;\9IB["bmEժ99VhM>EE]jc))j($eZrQNo^R6(+ i@Cc~T@F,_ d<o >"2<B YOؓJ&>Hf=|D'u%M;t[X:H +Čx*Ȩ򈼐;:Cc7 Fb%?'^.iK_;f:A\Ɇȯr&p{raѼ+s_:'MP`:a( w= rDz5Yp L>ν p, M<,F:Ÿx +}R3DUY_C @G\LAnLp˶0c0{@t{-{$}^+2OZgYv?&){g¬ˠ&qoh6Gor~ŤP,_1Q:;aQ̺R~O,L@,MSmC&*s ;VWW6RS |xBW~+aʴ7*$[W0}u*Um덄) {*x`74%q% *_Zam&),tZ֘º-{W +hղ:"0WhZfAnWۺY^Ѧ(JVUu?b# +endstream +endobj +701 0 obj << +/Type /Page +/Contents 702 0 R +/Resources 700 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 699 0 R +/Annots [ 693 0 R ] +>> endobj +693 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [85.703 712.855 167.054 725.541] +/A << /S /GoTo /D (subsection.6.3.2) >> +>> endobj +703 0 obj << +/D [701 0 R /XYZ 73.409 812.458 null] +>> endobj +704 0 obj << +/D [701 0 R /XYZ 74.409 698.955 null] +>> endobj +700 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +719 0 obj << +/Length 2266 +/Filter /FlateDecode +>> +stream +xڵ]۶~ @y>;io^q( +PSCP>_~}w E 1]_ݝ+yЍ@LA4gX:VYtn ;WAe#`C<ԓm!><,@"`õ`T;T= +I4MfVJczrq`NZr3YHF}qXA +d ÕGZ,: +gu#c/MK[6t <_zK6MO |^Do(c C?բs-B$/TR ?t)YzK̲$mJK/iT\TX8?6c*6*BBb,FG[ +dۅ8Ӡ mN@w{4HYИ@"Mym-foG>WQ6',*}޽Wݡl;-V j3V sgXiD;up.G]K$`l&~xywY3U:=陠rTaO&t8u*7xU44vh krREhCԆ@Fڎ6ˆ˶MUn/Ҵc?츔FF} ثhjtEM,xߣrHq&6%|y__pE >~'#؇u- "ӽ7oV2njj_Z)KRf+ gE:Vds } Q- +Mڵ;Fns.|)VD 6|~k;}ԍ\,#yIWufi=8/BݧDFzBÐNe +щtL~ ;t')K/I !E.ok +C)kT4^&p܏g KG!=.z=\; S~p#cz(˔3rW(ǰh:;mCɓ(FhkzM}a[Rov~:3\_/ REM~Ǭ[xup-]M$.@3dR@DG} '^N_,8 q|dЉW5߭&`Sd'vƁ- = N=dH&NHDx۾/0n.;ODٖ^`h a%VJGxGbc 7ІWK,Uw3m^|)(k(p`)2``j W9)axf?B)o (xW +JJB?oBmi·Pܾ7IPo!C>W2[Dޖ] +endstream +endobj +718 0 obj << +/Type /Page +/Contents 719 0 R +/Resources 717 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 699 0 R +/Annots [ 705 0 R 706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 722 0 R 715 0 R ] +>> endobj +716 0 obj << +/Type /XObject +/Subtype /Image +/Width 529 +/Height 229 +/BitsPerComponent 8 +/Length 16881 +/ColorSpace /DeviceRGB +/Filter /DCTDecode +>> +stream +JFIF``C  +   $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" + }!1AQa"q2#BR$3br +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz + w!1AQaq"2B #3Rbr +$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( +( +( +( +( +( +( +( +( +( +( +( +L#=qY^$}mOQlq*#vUɯ+ŗh5¾u[k^wj<-{/h}ipvO: +۠|Gk9ojzMKww/=1=q%57W"~5sXs=fPEr-xb-D[Orvm'xh[;[ T4jKY |˴e!@V\~#iP`UVQ.٢cKe4r((((((((((((((((((꺥Oΰ@j{lb%.@^R<j7jxNL}Al?( *ĐzUF{Hûձ5moK y 6~~ sS[1;V wi5 ++׾9w iX?]IRӦ̹{;X ͤIJdϪ\W>֤ɡ6u;Azp +ş3_5Seer5 n=I-fA-i+Ɍ87a<_s*^]I12P翽f[["O驤97߁'x5X5hoR%1:Q!89\KMvOY$[+'w(gn1< +| K;Y`\;?wn~]K+Ut$O +Z{vcwpRx[᎙xCR /t[]8uS鞼׬[[Cgk K8aQ@z@q˭B&q&ô+ 8< 5x+.}a-hk' +GRQ|u/ެ-]N1y +&]]k q|OY.omMݵ`~rl7.{k? tKTյ]ߦtلqA,H'5h5CC +OrORORO&<]O> Q'7l9 uk𝷉5~kRCN+ּ= +ZƜ 5}O]$X;Uծ+-WTѦ˻l5qp_P,|ʡӴ1-&K.$c:Pt;a0GKPt-o{x{QQiM_ڲ@?u*P]މyB[yu~s@Zm-DM#"k%VjLӯ[(ѧF۷; 3|%}/ν~)+Ԣ9IbuxVSA+SW;XS EsZb-SN哟OC@E2EҊ(((((((((b;F}qKE!{EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ\|ag5&vm#9=rofwxT(Z3Ci2[:E0K}@tJ/mc݌J-C׃d0e_w~6\̯k1„q%N; + +Lǎd,Rw/,PZD +뺼lji3!IuMakPK"\jڲ.BE+ ϋUz# qOma*4cZQ]| ͽޡO 9)%#=RO+p~3_?Хob=LM/MI$+nbLn0o%O4H]]ͬ~tQET {hd0A#@oU'{u{icIws ;եpQPQEQEQEQYW&tmzu.6pNhVuYiKlZ0 kzgi8 +(((fTBUFI' +;;-Ibp (Zڞke{0O,G<M7Zw5+KՌʹ SﴜP( +*8g?2 RTWr0aH## (kEK&]{(8,=z((((((((((((ϩj6.f?4W%.~Uc~z*ך}7|@1bSL[kI}j&<fX?D_Ʒ5+߱Z4oȓ9@MvYA$68H +bm9̩(>OAɤtAm\bX4Ϭɿ(@ojaђMOjͳyR(GZLE.o:k}bl'<7Pǀ~jZ]I^5դfme'ϥ%uxWM {jS D=Ð̿LP8=MVr4gqYH`o '<5mK[="RNӖ9l[=?춚~y5YfK:mpFO dh9 ݥ\B<4xSw:g}"zb7^Z/nysל&k_]6#)n7; 9/5wcMI` \,)ZԠ0\i(, '<|;m}aE;YZ7c?,jk^-φehڅr'˂Y㌝g_!,/gMJR(J8#>]WYCcGʅtܜoz;5m1xM .vȄ`svTs +W}*VSxwY/tvuhXD ĞإC{6F9jiȂR‹V@dqA'FѴnSҁd,gl$|oxREO}_XGz\ >lznM,6E)@!!=3Nf) _:ovGLϵr_ |CxSDΰleP-!G7o3N@V˂Ň޶e $ѴѡfygqqW5?v2R~c' c_ǎ|24 B=oQSosLZ`\1(vx6Wˠq "/m/鋣Zu5p.wy`߿P,<=#:[~H^USpu +$cc_oI';vf |'D>'C/YL8iOo8!r9xd0M2mwLekcI샴vIAlϋ>"P#xt' XkȣNH+1z*#J +=0vD7`v<֧]"]Zm4F6 b:( +( +( +( +( +( +( +( +(he(;,m%"%.@^?=Ԯ՛ٸShҤ5Y~$cl?+DHHEHUQ? +#ֵ[ر~cWVigia,&AGKB_Z duV*fɌ^B'qkXpkrê_5yndQǛuS5lOqaef{j$謡aҰ Yu r[W?i"J$~":#5-kQ[RTѪ͕_s^-6qp#N{]Ccl3#Awc=;fR}>[oh^mHM77}?[@eblr)h3ϳdLy0yڲG4IN.ES?ͽcWOע`l~W]{Pkޮ<|Z?fs-PzzjKs\y<֏e]7P+ j.ྴU T:: Yjk;<OC+QHу# EsxjW҂Ʊ6ŌgӶ+<|1eA-Nn)THA +}+(((((((((((aI$6zƛo*Z "?yW:<}kQx >EYZI3o WQ@1{K!oVw=O8U;N +( +( +( +( +( +( +( +( +4e;G@?{!:M槨7<76ۧxxiMEǶ$v&'᳴bB()MO3m5,ږIYj 5wkSǤa#F,öa@ $]J5(YZv K~5B^έ`u=Fj$riL{W䎄7˛x-f9Rne%(;K-@UX# #2zԨ/mB@[1)li7_lᔜ-^ \ +EcMguX)"_W=)1-lDJp'Zj rҀ!]fHo>hy9=*}ywDz|޳>èjZ\#7"/\A{k-K,WFY<CbfFmmGy9FbMislPېA{Rmu}>[ Ǻz@֊_xGS^#|utA,?Z(((((((((((((((((((((+nldÞĺ9={x~im6KAHbN]gGk +zo`2z(@Э?}ifLZНBYQp8[֝,Hp0+z$od$@A۽pWM xWU6+e? +kZoQx [E4F<4XO&{R *mRQ=_+;wX;Wۺ ڿ(Ik {Z#5jDYbx?an'jwX;WjiZiHA1 UНBc_95.?]zbwEj;ws{Wj"KγٿZSENf6A"1ɈjC\zƹss]f_#**_c_ghw'q"/[W+wX;Wۺ ڿ(rRB$F6#irc 6k3JD4m!QWu- YIR!pEeXe/"ր:Rr٩= =j9x +Jȧֹc_sW#T֭E?d²\Ԛx;RKl7!A8ur2<z/kZ5KQeи֟_qqr vHx[:翷uVNumf)!mZgtf7>tW=_U<= ޛ-$Ѹ!k(((((((((((((((((((dV_aMBH~X _+Q^/wi?Nn5cSm___hYW rAO]CPw%ջ#<굦k f[Š#a׵x '.!xEtڿkCv|в?B~h]T;??u @e?pOf;u¸& m_ Cxo Ojo)e{ր>xz y7qVq}=+k('s $pI4R.Xz*KycK?uuob2 z' QOr7%i,I^HP c>|F4>oxcJ%\y +Fסƀ="j֞6:O8i au9=+6'uH'Ҽ$2jPMr#HX}FXsӥzU_x-6vZ1nRyǽR^"52^M6SZsmv.q\1y=rٸnqqK\Kvp|Rԡ].?C {O0=z]|61Gf"fL/$:.mhzcmw=WY/IEͨͅjW6C +Dl؎ q0U2O@TWkeVvwWq\LŜ'LV~=[BWWCxbO(pP3mR$ dy^ ~_ +̾bK6&U<<3wLZֱt4tn-\Ib{勶0 >Bs@A p:uU-t AMG ͨ.6Aei''Q3#е:rQubvӇV%>+PA. Lu}slYYD2vۑZZ[?Y>0WF: cqǝg[0+1@|@֯um@RѴٌ77xG0B~j;o^Phm(!2\1z-_RhpX@ڦ8v6<;;[,!Xaʌ펵GZx{\UIln#&$ba{񞱡xt-"(.-O䀄ҠNxP88>EPEPEPmsi\*\6a~E-? y6 =s^aȌk{VFZAuuq&Y Jz-Ae{cnd((BǀMC)SЌPiz9q@[?ʳ-4N}6CIᯉ`ܝ:+KXpDUEO@E%ʱ FBIJW];M:M!8iXLOa@?k$ȋ=@Zwmk 8Zi^%dR8̑o 6wzΟm'έY@u+[ؠ8c#ڭWs ?MO +\ܪQmoES$iU3$0HiSS:v.:P,ycW<62{;C5"HR+?Tj>ѣaVWnhg ]@ ?vCklyMyT)GU_& +ŧEu5U3gM}EgiWp]A/0<EPEPLxyeQQKJ'o,wBzWW#B?-c(<=8?쎕 R5Q_MOp;$vrink#m¹@;M-en#S3pB@eoNik_j:ei 8d ߭s@>4QEͲ^Zk L++wgb4QL#y^x Ñi oaǖOS!=崍`͌j) YC+ zKEbh u<96n^oq ݼw,ȡ0=yCuo%k$2)WFTYkh'nWNsf?Ҁ=ŠE`H ;EPEPEPEPEPEPEPEPEPEPEPEPEPE{6k׃d=](3? Abz[u՝6&c۹5_@СlLJkNsןJՠ(rq\]L[omk.T3޻->Qծ$M6]"8i +z;_x~VWGpf!NC!A(?CqnukpX<,zk4 +HH|3>?RGo +ͽޟ|le9Y?Ҁ hL̑, +(($I &é_xBqa] ΨЙ+r'X$;w45c&Hm݌my/t< Hm<$weֶqz.>Z4х/,x]j{xknj1]We~oeF1}1@ƒHVSYϩYX$/m38\3ֺR)>U AK;ǧȻ9>9UezJQEQER`>㶖Hs=oVE.eC([14upg=z~^w$Y[qҸA9"S8hlrhW!FFUE'+RM*uAz=k7w:-܎ F &֑l +9u+Fch h+wZAdG֓-rIX6Mozmbks<x#Ҁ3ZZ(e|90RECgk!>sdU.}R[X&mD z3R DP8v׺rh+lW1y_zIsgy⹤M2܊ʖyI"E0ԑƑ H*PWL b@J3^/p'B<.:WqclEfS'i>TghF1jPEPEPEPEPY5x#SmZkraZPIgĶiz}~帄k wuu-֍/#)QZ9osڷލWEPEPEPEPEPEPEPEPEPEPEN3@'.M}WQlQGޑ(5j*ϋ<@HXٷ݂>Ğ3mt'"\6&_#@V?> +>> endobj +706 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [161.737 652.362 238.437 665.048] +/A << /S /GoTo /D (cite.Stenzhorn.2007) >> +>> endobj +707 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [242.422 652.362 268.324 665.048] +/A << /S /GoTo /D (cite.Stenzhorn.2007) >> +>> endobj +708 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [405.606 557.523 484.109 569.719] +/A << /S /GoTo /D (cite.Stenzhorn.2007) >> +>> endobj +709 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [488.99 557.523 514.893 569.719] +/A << /S /GoTo /D (cite.Stenzhorn.2007) >> +>> endobj +710 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [317.233 542.587 382.826 555.274] +/A << /S /GoTo /D (cite.Grenon.2004b) >> +>> endobj +711 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [387.122 542.587 413.025 555.274] +/A << /S /GoTo /D (cite.Grenon.2004b) >> +>> endobj +712 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [128.573 528.285 201.172 540.828] +/A << /S /GoTo /D (cite.Gangemi.2002) >> +>> endobj +713 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [205.157 528.285 231.06 540.828] +/A << /S /GoTo /D (cite.Gangemi.2002) >> +>> endobj +714 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [458.899 446.386 521.862 459.072] +/A << /S /GoTo /D (cite.Beisswanger.2008) >> +>> endobj +722 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [102.678 432.388 127.911 444.626] +/A << /S /GoTo /D (cite.Beisswanger.2008) >> +>> endobj +715 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [131.896 432.388 157.799 444.626] +/A << /S /GoTo /D (cite.Beisswanger.2008) >> +>> endobj +720 0 obj << +/D [718 0 R /XYZ 73.409 812.458 null] +>> endobj +113 0 obj << +/D [718 0 R /XYZ 74.409 771.732 null] +>> endobj +721 0 obj << +/D [718 0 R /XYZ 74.409 680.241 null] +>> endobj +723 0 obj << +/D [718 0 R /XYZ 74.409 365.566 null] +>> endobj +717 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F72 473 0 R /F78 480 0 R /F77 479 0 R >> +/XObject << /Im1 716 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +735 0 obj << +/Length 2510 +/Filter /FlateDecode +>> +stream +xڭZs6ЭL̐x2uLgzH{IX$>ł)њs}rX-;7wWoeC?-,H'X~$]-+f2~?KL, ?tWRz-Q[Ɓ: ҦT,wwW߮Bhq /b!Ky}`QiڥG v|HDH)"\11?aI? cRG](DԆl*0w"D˰"3hNX{׬]p陬i+`N7֪VNc6E .g,GaBsNH.4a _qVmUpYGhӀ 0a/q!\STc[5]_"e^=> ͋p>uɯzɤ%F>_?L4X .%>14v: K$R&GO798.D#EPL~kUbep<0ӳijUA0t[c'9@ /ED +?  ЊDM /r0GVFPϨhD1P"]z hYwe}J/q*"cA }y +k|֙Ä]#_H\ ^% / drdVg36~\XF!gWq|.b):5'y"_% f Ӷh @#2Hh@/[d0VG%NL&Ý'2xZL,9_S;6F}~" /1HV2 ^ +k8J) BEv{$_4=mAGkɨ p^'b +4<eP-uk"7Yo'ؼW-mꬢӕ^=R@7@؈~Qmn @KA/n`Q[j5 2];]Y'YP(e0dO޾CV_Xwj:rSjd70Dـ@.tg$N\c%U6K]Ac]]Jo Y,R,{}.ĉQԠc* jW2 vW6EKM@z3jI@9'"8`sAds 8on=P%Pgl_`D^ ,2"mgn2bgv!4; {25I;9Pr:A+i3a5{8ꍇo me[Y/< +)_ӊzzt tmyzw\[}.=8fKn,+G%H0c:[t)#<,V0d*-2oHilA:{s<Ȁ'o"؜<7op07x}S '`OIC3zxVZ 0>Ǹ10d5oЏ u\✧΂XQ62Fx 7F-U0`]JhHi"5 *0_T>]Зz;ɺh$5@QfKz"ΐ"sw8[L^V˳8 C$=ZKϱUAk{v&3jǭE#mpnZgW\N=UlPJ-&3;΍`NZpG @e6Iͨ rJYo鲦{ijGb5W!6qh8w0F+Z87~CA9> []M֗MgW mvK +.rI T4r&9n_a!aLmiYi탆Y㘢6iPِCiO"OЍ.Q^A1,\!K(QM]6P9 &`BiU{Y+ ,(|FiTi,EJ% $3 +=\&[ָ +Mv+^(> endobj +728 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 248.975 99.316 261.661] +/A << /S /GoTo /D (subsection.4.1.2) >> +>> endobj +729 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.99 234.978 514.893 247.215] +/A << /S /GoTo /D (subsection.4.1.3) >> +>> endobj +730 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.99 191.64 514.893 203.878] +/A << /S /GoTo /D (subsection.4.1.4) >> +>> endobj +736 0 obj << +/D [734 0 R /XYZ 73.409 812.458 null] +>> endobj +737 0 obj << +/D [734 0 R /XYZ 74.409 778.955 null] +>> endobj +117 0 obj << +/D [734 0 R /XYZ 74.409 500.53 null] +>> endobj +121 0 obj << +/D [734 0 R /XYZ 74.409 462.527 null] +>> endobj +733 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +746 0 obj << +/Length 2829 +/Filter /FlateDecode +>> +stream +xڝYݏܶ_O)Xp;MP@r@P}ЮDBI>oҞupGj8?Wm7j+u~G]l"&:7MCv<݅yo0R3Mea{EP6w~bC3~_L&]jjsa4 ٶ?}e8qmq˱( +- ڒfC߲`{ҳ9܀.׍ h%*6TЎr(iz/U6k[( M?f{ 9Ex<Nܳ2An+d׿3XJ%-3B킱M/,3tJ=vIuJaaB+-[މ!hh|9eφB{ +['STcn:D>Ado֐8 H?jwf~#}l0f9ӏ]ײc9&h'q-Jq~v.@f)8Qg֊rQ :?@`Q@dz (" aT=$]vXq,.%bg[B:(kPz'cO\&mna&& w$OLk Gbz20- x;<"t(a2݊a/ܷg6f)}u,߈)qwVND{!beZNZ``#2Z -!6L'Mc>N|S=BCVCp-bXZC\ZV2a%5\+x53 ٔ=sϫ\]\0D\;KUAr80k $Qghg,'3.]\@&YNs$;$ fwzdOE \U(e5]W i&EEV9s ɳtWnP;_y*Do_uBLȱw gh8dsgdL8zXWߴ4; Yrpga*(tZU~*xuL[x|DZ+ r0 JɚZD˕p<d HvQn ϑkGڗ=b?+"7KYYe͇,P5 vQOjY䔁^`(C #eO{stu V四 ea`~0vJ2 !(yf*G[Vir]ݔSj D{wbF_؇!𓔨eOH̛ƓKa~8 2ۣQshǺ.T-"}_蹂964!}McʾDG?z*Lv?p6po$t|ŀ >|:nqU%yX #Ofc1;z|aVؾp#.4ɽ"c>iY- x紮,rAeVWyהê:k22;qQ$~Iyo:K|p +uPa0W +mSUu(܍ٜ9ȓىNa12T_NTHmGSIRŖi'E镒6b+4TOI_\#zyTLN? Yo D%kǎ[B1IW (6"08:h/1:( !g}][joK+B,ҾטԥWmbEAܞz閭 +8YQvJ9`"dҖ|Va.psdv7DS{P!)=. \6ii~Je~2_!uVn|[ g{`:'buƒ3?9JwT[."{pgӤL/ةc stAW;$9~:? +=̂g4VY@Yd&d|%7 0r@̧II5% +EI- Bc~ ob; N~3GLHSƒg\HiG +(0|:ªfbVۅqԕT!?.9MSLIv4Ջ[ju,Oq:S㢇MþU;3NV;8N~бAyشt PFxtE4[a_h>]"_$\1&~ᡅ h IFBzARDIPi#L@yjEtȣ}%c$nëtep +endstream +endobj +745 0 obj << +/Type /Page +/Contents 746 0 R +/Resources 744 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 699 0 R +/Annots [ 731 0 R 732 0 R 738 0 R 739 0 R 740 0 R 741 0 R ] +>> endobj +731 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [287.583 719.231 304.519 731.918] +/A << /S /GoTo /D (table.caption.18) >> +>> endobj +732 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [181.968 704.786 198.905 717.472] +/A << /S /GoTo /D (table.caption.18) >> +>> endobj +738 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [485.009 328.198 518.874 340.884] +/A << /S /GoTo /D (cite.Jansen.2006) >> +>> endobj +739 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [73.413 314.2 99.316 326.438] +/A << /S /GoTo /D (cite.Jansen.2006) >> +>> endobj +740 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [103.636 314.2 190.652 326.438] +/A << /S /GoTo /D (cite.Smith.2007b) >> +>> endobj +741 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [194.637 314.2 220.54 326.438] +/A << /S /GoTo /D (cite.Smith.2007b) >> +>> endobj +747 0 obj << +/D [745 0 R /XYZ 73.409 812.458 null] +>> endobj +125 0 obj << +/D [745 0 R /XYZ 74.409 771.732 null] +>> endobj +129 0 obj << +/D [745 0 R /XYZ 74.409 297.712 null] +>> endobj +744 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F114 748 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +758 0 obj << +/Length 3053 +/Filter /FlateDecode +>> +stream +xڭYےܶ}WSĩryˑq\V!N8$f1/cs\ΥJZ6hnMU߯^}ք(7Ma-(Ialls׀V762]bh8ΤʳQGZ Y9CXem[<>#)d/ŨxCM3R+mpvm5; ˶ѕ+%k *m]ӾS_@ri`-Y?y#{)4a?Ih)/`.]2 t+Tnc|$wx/cmi"kN +/}Wax9 )lU\~B#]8@QZ! boq"="eC*Q>k,x +Wp6O!)g%\)*aϙNAE.8Z9X:hT6]yOa͎29%2}gkn+z>lz)ȂBIV/{PŹ Қ|LbsѺś0 \"%Zt jڵiqKs#hk=H*X1)_~>(5]+qR&eSI|s3N̩$lD)eR6p WOɤX00qG͈1bZWs&d!?] R#“EG:bX27I|4}`yxWr +dh%W]P3X=u}a>Zng?ZsP{^ǂZx6Zv}p퍖,h*bB~Z,sRZkTT+H +!x7A]iSQls6b$;M/OB"i#5Twa¿QvvchBB L%g;W,VC~؋`|d1I8 +%&eY@]}NGingq}%!UydH L<ե^`Y]y )#q\lC6l9+*,WuDιk.i`kB<ȝq%(/J ?##C|8/:e_ ` &[ k6"l! /YGW]cخ6ř6Jp*+m߽osC2$l _Ӕ/S,JZ-ϭEo:Cs C,9=CU8< +A@ך^8=RU +ZЏltN9׫yr0xՄ,Bo}|mX +.^!9ǼJ6Vhv*?ȥEF^ ~x#_މvH!nzx@guG[G 0WMUPNo}> jG/j;Q%Y f<{wf~)a륈ֶ ^3EXE+rfX|=ާҘRGZQ~8zsѧ5I?X-֟fʼ9 >rw4o\n# -iB;w7d^*夸Ga&{Hb\Fe4]0ϔaM86YMpUW` B +endstream +endobj +757 0 obj << +/Type /Page +/Contents 758 0 R +/Resources 756 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 699 0 R +/Annots [ 742 0 R 743 0 R 751 0 R 752 0 R 753 0 R 754 0 R ] +>> endobj +742 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [291.901 669.966 333.082 682.204] +/A << /S /GoTo /D (cite.Johnson.1921) >> +>> endobj +743 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [337.618 669.966 363.521 682.204] +/A << /S /GoTo /D (cite.Johnson.1921) >> +>> endobj +751 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [279.093 553.951 363.295 566.637] +/A << /S /GoTo /D (cite.Grenon.2004) >> +>> endobj +752 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [368.533 553.951 394.435 566.637] +/A << /S /GoTo /D (cite.Grenon.2004) >> +>> endobj +753 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [400.614 467.276 484.107 479.962] +/A << /S /GoTo /D (cite.Grenon.2004) >> +>> endobj +754 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [488.99 467.276 514.893 479.962] +/A << /S /GoTo /D (cite.Grenon.2004) >> +>> endobj +759 0 obj << +/D [757 0 R /XYZ 73.409 812.458 null] +>> endobj +133 0 obj << +/D [757 0 R /XYZ 74.409 349.667 null] +>> endobj +756 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +769 0 obj << +/Length 2270 +/Filter /FlateDecode +>> +stream +xYKϯ![kSe;Y9QIjǓ_n4)jf=TF?u7ămo7V7y ˴>"bI,i"YvIm=XDmXΟ.m>~4%]8_ xTio>ƃ Lpei(A >cB$F"\2ɗ@E,32Ir% Œ-pKA"S `qv +3vjLbJŴ;IQQkZyl4IsubR0ֻAi2y^llՙEppe,n]ߪ(Wp8z| "q.ELNI$2l2TR1S7ٱ*f!@4ӱk l uxiKc7@ݐފH,٘E`UqoUg:4cvƺ_*qGht *<E5+F~^Fk#˻U5h5cq|7W,1%%^*U4d]LU:|&Gk ҈uJR,C)e/KDRp3S|-6У'Q>!-&9Kdk?/9UWc1FJ/%J1uj/8]ː25qծhi]2]EJ a1D AŒDb>Ewx]BHy!V:Tllf4;h÷5FqHG ^1š +,`&DhOtZ^=P>:D[ z)ڮ-mG^ 0e u0EWv8wF +O-7K:ǥH }./JVJ.? 7CJ x#J&o!9W7^O#0==-̱lkֹ +|`V}]jI>Vp^t KEqn=Ń\p8N;uc +v-{s;ǽw[E4&/Kk74siKwh_Z?ZZk=ZgΓڃ vR9;$Mw;Nd>daמ*| Cg0vI. +tC;qq4O۶ +^RsC ܃w+:O~qaKgfP[YmcE, +?#D!}>d#\;vG83Ó_o6MYbXXON AIuJ)aE24I&Ǖs'跻tc1ߞ#WQzs^x)t̴^-"4*ՇK&AoN!"AW =[$cs:1Tw WOg!͠ +XYu՜~/E"kj]}5EP&-&",L⽔BKR5o1P}J%|'ƝqbqH8xj2P'Cir?}_7k!\\ctC[gH:LCb:lmMC'u~F/Wz?1D/Ԓj|VA$HS|3y:;qW&fh0rN#F~W-5Dwǖ(9ӌ_{Yg\RɆ{YLJ\:Zw ,D/׾~-BM3_puR(&na+4OvFPi"\U/V}޷O%3e<2R#-Εo3?1++PƿM-]z|M`-ssY^{1ϻTp/"q?  +endstream +endobj +768 0 obj << +/Type /Page +/Contents 769 0 R +/Resources 767 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 772 0 R +/Annots [ 755 0 R 762 0 R 763 0 R 764 0 R ] +>> endobj +755 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [256.421 444.462 273.357 457.148] +/A << /S /GoTo /D (section.5.4) >> +>> endobj +762 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [385.969 167.999 402.906 180.685] +/A << /S /GoTo /D (figure.caption.20) >> +>> endobj +763 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [407.694 167.999 438.259 180.685] +/A << /S /GoTo /D (cite.Smith.2005b) >> +>> endobj +764 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [442.055 167.999 467.958 180.685] +/A << /S /GoTo /D (cite.Smith.2005b) >> +>> endobj +770 0 obj << +/D [768 0 R /XYZ 73.409 812.458 null] +>> endobj +771 0 obj << +/D [768 0 R /XYZ 74.409 778.955 null] +>> endobj +767 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F78 480 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +778 0 obj << +/Length 2496 +/Filter /FlateDecode +>> +stream +xYKsFWHU ;d7'MrjyȻq4EL$QKRx~}~PEY}Tb@4ZF4邞y28$e:J.ET/O%DdFE_"h_pCԑ L aXG{ Lsuhd +y{}ݥ6c$SGw +D׋s<ݶ])o?I"efOٴ +.~'Ii?f%]O0Dڟ2ER?7]UVys1AIz|tT)1,PY6 q9|̘mtcE Bf1 PA ;'{( #c'x +/}<^AKXPx_ ! 8M9!}0z"&|@4eJy )a"5Y=)T*q>I9$`/7KM~ߑO)T ՜L#L%bKear]ʏ\I`%'^tͣꟂ^%I3@F6@\TO,W]ycC4{ŝ}Gp2Ɉd;A-k@=Z<\n`ZkHcvD?S^rHR|w[@ܡHd dO1ø{g/BB1B. t1 JN,a c g^)0-^8$Qm:}=YޗLMq#ބPVDF(WXI 5):R]# Lq s'3q!ZBQpd^8UuC)(#^gSm$5>!'2 >7B$Ge,fLpvG^teS}t9`oo <^.PLFh 6ʠi\+{(hvЙ R k|F $9,0kio D`D|1${BAFD*8$,P +jܥJp1#1q#m{$\%=k +A)8`e5,L㙀@2\{^˪혗Hue55.nցHħrwUi'U?plք"&ƍӶ&泔_06z[7Ф1n\+gr#ArZ9$B&`^_;o*\2e?Dch)dOlv +3w,C߁a!U1 Ơ,7j˝+z[.<)2o{׽l wAyp]uO]`䀀Rq[u*kwmC[웍:lR.\`!90輨JX/7Tѫ\͡^NؿCoSV(E]YmVKfFQC^x=<ϛFhYai6Z/= R݊O*h:vͮ 'o,BUYQ!I݈U JgvirU@]o<*n7䥘x۔`dmY xqùX]Z}ҍڄť>3 LͺR&Λm=T@ _gBo>$qwoHrY/Xm{(Є=vҮ:g'ܳbX].:4e|bĹ,_^} 4s *L~$@[5cRK4nb🫨YF8ߖs`|d~;#XhH X^Ճ3R:Fv(jXDɐjS[mT6` &}B̭m y&cչ/j Їc_XT!1WAz"oM{&l):ز"{ok.q?GKMvr\k>\žW2=9fN TnKq[ObrcQ!hn-ZEMz;ʔxՔpFoXƗdDOL'O21rB7Sl0}}f?d<5aqT /l1­ک )f6R%lj ;g-^SEn:'Ja +endstream +endobj +777 0 obj << +/Type /Page +/Contents 778 0 R +/Resources 776 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 772 0 R +/Annots [ 765 0 R 766 0 R ] +>> endobj +765 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [178.762 319.359 207.976 332.045] +/A << /S /GoTo /D (cite.Spear.2006) >> +>> endobj +766 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [211.778 319.359 237.681 332.045] +/A << /S /GoTo /D (cite.Spear.2006) >> +>> endobj +779 0 obj << +/D [777 0 R /XYZ 73.409 812.458 null] +>> endobj +773 0 obj << +/D [777 0 R /XYZ 74.409 778.955 null] +>> endobj +137 0 obj << +/D [777 0 R /XYZ 74.409 489.444 null] +>> endobj +141 0 obj << +/D [777 0 R /XYZ 74.409 460.682 null] +>> endobj +776 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F78 480 0 R /F77 479 0 R /F50 363 0 R /F48 362 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +786 0 obj << +/Length 897 +/Filter /FlateDecode +>> +stream +xڥVKS0W(BGoB(-=M\nY}?2tIl>;JE?# %"h~|8a 9Ͽg0_wg*^OiTUYY }8cuǤ{3i5Rx9£!P<^ǖӫ7xrY?RfTK`jX[*w23M<,OyvIq56*BkGHk!۴IKA OW1%hU\,0u܇X}BP +$JGcCPZ5b\Z0x" *I`Bȩ,Fп X}!i )`bV>~Ǐk1i\i,%lE涤y\o&/l{WVnt~eʒ\3u[pЭF="mkhߘ4PhX}"[4YkD UJ[1I\EHq1y1x.A=|AF)´p<%c%䐓ˢn"C8ǂ^tBBnC:#1ĥ'6vLJMIQFy}m‰y [G5\x.pqRĚ;푎@cHu dTb/MӠ¯ڽ4Aᓢ-*^5oU6͋$;gV4`Dpu^".6.>`7vnrS^o} 6~k o"^OMWwD]Y󐓑'2x$ckW4Acx +endstream +endobj +785 0 obj << +/Type /Page +/Contents 786 0 R +/Resources 784 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 772 0 R +>> endobj +775 0 obj << +/Type /XObject +/Subtype /Image +/Width 1094 +/Height 451 +/BitsPerComponent 8 +/Length 38677 +/ColorSpace /DeviceRGB +/Filter /DCTDecode +>> +stream +JFIF``C  +   $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222F" + }!1AQa"q2#BR$3br +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz + w!1AQaq"2B #3Rbr +$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(@Mq|[vxm;Ft TICSj 5n +hPZ[xSUmӁq*u i_j~8֑E]6YIsiб15pG-GU'+zv vཱྀ-uPdmpH$td_ ?էy7wtBSGoO } ~MOAе7ĺTzpn,,!w=[^oZ]F?hȑ|}O'; 1O)9 }#^`.qcynhLYNBNƭNސڬ-ZM5Bf}99GĻ>RVRZJ\13DwOu[I-19Lngz*|6׻uw[vS1{ tSយuCT^I[i y\R|k=k/Evtˆs"_ ڗG5 17BA~`3lӻ-oӢhimMu?tlyh^kkO{@?μ{6h~e\2_^B'>`A0=HOgkXu~?ǠQYJMOI7R3*JQv 랢jQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEs~>)>ڸ[QcYH` $cOBh-╼u{XV -w!U P=my/5?7ctmJdb#DJ`I=5C|o9nN\_;۪UI''@QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEU+gKF{JeY95q'Vc}v +A_=MpoQMsmuJ1ּIwJIңm~љJw3=ƀ5ns;d.Gqb|b# IUR+~ӛ}Ƨk➛¿[Jnc8YWj|[_(k['S aU/+\`NIW"x@+WﱿÖ0 t \3|0xM*xX56t>_p4+kICXx:?)S@Çe!58@Mm!>ܴ/]jXj_6K g =pJ(>)q!:=,!ץɁt_<~OP<<>1@mVRPw +FAUp#V((((((((((((((((((((((((((((((((((((((((((((((((=&q̐/ W9s3,')*#}c -RizWvW aU~+- + 8ޡ^}8sEp_LB퓞jP>:Nr!,܁k(ػqEpx3R56P[XS(፫35I)gA>:զ}3z((*摦(}Z]+ 0pGE\9 ߅\I(rLbzUgacV/p#*ş?}V#!Šgiz+XVwJܩup~5v +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +*9g1kZ]IƼw\[5עW8TI?>ݛt9]"Cmw4W6#KsHk ,ITW(h~'ܩ7:,I'kY˰<'If8C;-.q4Hu&sٮ%5Cɏs֕:D)A| 'j[^f(UI>,xf0zjڂmtT{TCx@\[%oq»(_V[m/5x(F>3RvEKNwoyq@4wK;5XY +ď@]>Oj=sT]z]7:?ΦS[U6Lc=\cEdx[jCmSڢP)PEPEPEPEPEPEPEPEPEPEPEPEPEPEP ,I`Px%Va ?kdy;{? +sh(((((((((Z}򕻳SKEY9+߆FY1(aE1 + !ҶoI0?,1]÷[jTop_pzNh1NvON>a$s[H~,Q@7%8eLO'=68SR/h]Tωݘͦ{і+8?,+X]X%h +a\uHRAp۱6c6L=$7nែodb>D\+|)"C~ T:1aC3v!++e aN4Q\+CBDo<13Άkw>X9-,s.F8S@Ïpɪx[yQiHѣ-MMk_r4[ʧk%<O(|AjOլn0\##Z4QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQX~&f;Hg^Vw2K;uu?bXPn/ 4h\"]KMx=?gGUmeL6ȁ\ÿߖi3cdT$phEKX<*ZWaMy=)[$G|Cbe+_A A<{uEpZ|NmO j@0.ebQgG\3XjȪO@6ZQeLΌs*Ko^v1;dF@֊˰.֝u?qrqZdPEPEPEPEPEPEPEPEPEPEPEPEPEPEPI.dGաӧG@Ŷ c5}SžQĖveOKy9auE|;xAiwΌ1_OQVFV7*r\{b j%<" xFPjbIs:ڎl&Kozka_kV욅Qs)Ha~Rv{RkZ&.]3T泗dk+ǻ8%8 +aҕzg=.>6:o6s%f mk + >clj,ѩC[܉ + \(`yw&rhזn$B{ 2{zI鷐F/ n$'gwݏƉ+ÕtoG[Ӽ$3;7DH0*=C6 CEΥc%r*ֽD:i >o'|xӎJzwod>f1RrkR|Sj:$Ɲw@.Xug1Gjʨm'O hΫaZy-k2O$f2z~Vn5 wpId7z{[_+io;v +88= -eúgi]b23',IkRŠ(((((((((((((((((NJKzdt3mXjۻooJOh[3Cwž'aQkS*a5;7;ItC_UӀ{K7Ǵ|Fk :mBo.2N3TG`1/ u<ݷh_2i3g*/~.[QThٝn9)W{SJ:#4C](> >&OY@g_Y?xÞ)4="i"X@9;3JsNG>Ҭ5{5>uk1YH';1=t/ +.y̟ Lj5{2:g9gx3@խM+H6װc]L GB{V/ñ\ǥ۴ u;\Lgtվbqj4n_x<3h 7[/'c"p؃==3gں>?/͛G%-w6Nz6`wq^O +h.\7V~s`3=kOE}'Q,4Sݴ,R k9EwhrW^>|[}}e<RSi+x)WKԖ;,\J #nG|fgBƏ᤺M"w1es0)_tPx%󮙦w Bi|!߿QE +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( ++>5->X>>lË}:/<ڬ7P1EcѨH|_t+-jM^A[ 1cIo? mk=&V P^G#=U$vKܦUu ?ZƗgoʌUH-sDӢn5>HrKfms-󭲫3ދ}֔^LEzbZQx·tG7I95m闗6)դ# U#{C x١3̹泣c+*I@UGZҴ#S졐I.gXՎ3X^+k_7H9$JX5 k-F(gWxL0+li6bf\\(0и9Pw?V3GqsDChQEQEQEQEQEQEQEQEQEQET% &X\0$x)<g;Mw\y?ضm~鞕꺺hʈ@T'i51 .M+?#;3`=/?Qxk-#i\%Sp$.G @&41Y#vǽrVnC+;U?*Hb-$BW/9zb]#A嵵ln U;«Y|'͞i>Ho NXs<3"N$sԁ\v kWKwc kR_Ei{B.>8x[^"6^f^D_BÜ\`szi_אk~!hGԓ|' nbqZ4wG'yWtH”R'vXǠ5&;wEt 2g=@?0c>0#_ C=:v|?a,Z^n|\q ^o'~_(Š(((((((((((((((((jWlVBN5n&-{@4w<,w fgaW<FoZkO%-G?+9s㷭uz-tNjM- Rk"3cs\Eh|#jb{\4c2 +sZ^#|A询Es +LG'UHr>MQծ`?<|BH˦@֟>"~ҴVsa##(',8zgsPx\~oՒR6D|B2WW7vr&T_iy`w_=ImwG-?[$vwoi+rk_,1uu3{bBN>WokM_fPfX^i,]_q(W8=?kQwqmagswp 8POTmo Z_(ZA:+hgma%"Us#(v\H&/jqy? t^ZYWU98_뚗oI-n,dx +BX;=^eicN}N0Bհ9>GIuqoЫn²>`Fj6I//T4}o,!((lPKg6E^Ouj kPs1c{|)4>6Gc209=iiW766Orۧ(ZS _Ж__|FEΝ>w\$Rw`^x=;+OV?5._?O~cE҅,t\y U0͌5<'$~RD!OGB_fmolxnn/ }Yϗg1tW? A/z鍾Lt]+W85=2TQzD(с!ȪO[]?-UO+Ӽ?/=^T19o" ִ<[2Q+R:ߨ^iXiO%LĨeo1i-:y +'񩎖]{/]],*%q[#ߵ\iɶ[ (QEQEQEQEQEQEQEQEQEQEQEaXxH|Eqi=Ų- $lgJݢ|Ud엩![ށ9)NڻJ((((((((((((((((((((((((hFYFzyc J+-;{綖<;XG/8X WqEP^A2PEiEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEVwqChM;Td*8;tG5jWw}_̼ +J6V!<=WS𭍶}6[O,.I4khR5g# (zPVw(uio x>[#FeqҮZgc74Oo*H: 7n^^RM3Ŗr[S F'kt$t^ 5#ፎ{hYOtcAw=91/ľ'ԗBG$qzuD|0.3*,i.:u.MVNXk>5M eؼ:1L1a#r~ $?|L#ϋqų 3K7hv:+[hZ5سyNӂ VdxOB.lMEppWf~7NXn'fPQҕ"@:y(uf_j+ͼucU;YY$P8X5Ҧduv( }sIif{ }Ǣxŏ KD0Y;kzM!XOŚZGzcr1H#s)yxWIh>ku+'7>wvy&RyRCb;Pz%v}%h4=5x/4ƦܠT`d}+k~"'W700mU|UzI[K&R(b 8 ^0{MC5qhIJP$~FE)ymqQRPQEQEQEQEQEQEQEQEQEU cZӴ 6]GU?$ԟAX>#;~&lڿe\aޕFMj1k4U %t(T^|=V?_?̏vzvgD&i X".@iOŇ5ÜAa{Y zg_|6Ǽ`Zo +,E{l؃z ī[+|]\r{C۾+XeE7WCG"^.S¿bVzov;G(<$6tDwbCf?OR1@5o8:{Co-7U5/m-H~Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@9j_k8 i2kX7ۡ~=ɱh`^AxK4V4Hƃ,=ɮ2~%ѲAM2=!yN:gk}$w>-կGr6˗ +aGtT1=8%UmGRœ`8!oN{=+/ut9_nd3p27N>.8=VYnO;5^#~B{{]ƕYh][8tԞ9/OѴnG{=<YKþWmo ZCL:Z!Pܮ q+Z#IchP)/J[c`6~kf?4yF8\A@>Y5$u}>FbX膱G j^ӵwfn ؘzp>t\m?\}Rm.ZTYs\]%X卺twUWvt6GP}4~((((((((((((+? a̺ԮN]>w;{(?qgQjv2]h=y/mܧݶi$ҡpOpè#%? ![si Tq̐}yRG+[袊(((((((((((((($($\/Ö7iO, $PaT-[NѭS^O Ed'~YxRɳp0#5oMg[ƻjSU#Kq٭gq' +i?gxWpdp@w@U)hA14*LtMmEZ|MO Jlu]UzƇ?(%xRC@:sB3;t}=7MJK;竹ր$д-;z<^lZ@UI'(Z%oh}ώd_G\z(7@I0J}>⴫ϴo h q's,CW|?}_DB$>d^}>?j~,whEY{I9ob'=WS%+^I"qЃրoqݼwG42 $lXz:Եx +OxQqc]&/e19p8z?;YѼGg. su#n^Z[B9} r7 +4&{$^WNfn ފ G$~'! 6ynb}|q$j)iҤ[*0]i_#K[v\mmp ?J2FA ~hB=WKQGrndguMcApY^17ܤsӊl$D9pv(}9~"ľT W'__;Hp &?l7]QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEʈTdpK\iIҠ[XXhv1ڳG5 ,hssǚzCqO{ 7^ \v珿/F<\?ǪxQmr1b#9++M6;KhH@ +@DP@c +55 +ޝZ|5ouXh#KZ1&X-KL=-]Rt?[,ỵE*c\G?|w~Iuq*Ou>L?0:QX~vw}6q=˲x}zzܠ(((((((((QK1 +dpIZaF;c|Jݕr\!D#Y_␉c;1דO}=Oķh9geε:ߞBWkk +4ݙf5knu+i}Q핍eVЮB`*QEQEPFZ^F:3v=S]qkl$ue9͍-D9nIkm3D] >O^ +( +( +|[k$^6nn.XnOfoׇ#wYC\4<𧅭<-"c=^H?ys)j𞎶[vc-̧t{[TQ@Q@Q@ߎ<4|O-ui1\!#MK|5o&XgNVy#Dz;4Or?>Gpx4TQECX4O{ Zg꒮p}A@y;r +¼ Ǩq]|ox[>v+OpP/_=_/˸*=Gt4WWu$58u +Z> 4MJ&=7vQT0Q@Q@zσ7tK+ 1?:? N |3oGv 7ڭ>\}8F^(~Q e;ݹ)l]gBeinm ${=搀 fi>$5-WuLG֥sÿro4+A9!ɗ#ޘ9k,xZ҉oxU][رѻ hCCшӵCaru>UR$::pT&f)#WuwUK SO`q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@xH͏{c< c*X +l@"o h^̹r>3d@%}4D2LpH#SX#LNfwފǍ>@s.夣yx3EK bs=g,q]e><3a .qucyJ((((_Ğƴ6E>i[A}p&(´9zkJ +( +( +( +( +( +( +u߈P߱YYvm갩=>-i yk^) C|b w4Pp[ko pă jT{RQEQEQEQEi3AhVķMB Ҟ?R0;㮪iP31ķW'P/!ok9IWo6P'Q/a]%PEPEPEPY>&-|O";:qj(wrX]sJz:$azWYU!,BXTYUH;r{&EPEP\v}m\<06J}%>@^;|5<ӅlXV{9yn9.:wv[qo,sC"I#`֖hb$']C+BZ6%X閱ڡ%aaT&.QEQEQEQES%91HO9>LZX"N*p~7$Rn3*]xHP5-\hw"LL7jşO \\}P}&hf!kf\{zgUt-Jݭ sOx -`Mo4sD6 *Z=xz)4,ڥ+J +( +( +( +( +( +( +(+je%u c/,Gk>/h<}椅b=9?'^ -SD55K/Q4K2nUp0^*P_+Pk6|w1?:h +( +( +( +( +( +( +',:#;G}+nOoh +xmJ\Xue猑]iy ݬvH#}U;E4nӬ`k< +$;( +( +( +(8W5o\ki]w>D-ɔ#*\)+6^xSV(-^qFtS<h[}??EnI6mZ)c2yqhWMj9e(f'?ZY熾\G5H'<*\y wsƣ- o.<=P.Iۘm>/c_q4?31L3[uJzD*w}sV0E[Kc0`d8ݢI%[Ǩ^7ij>L ]Bա'ugV\J;uK%@%kyHJ +B2jm'tR/Es>m4R-E.aU X-XU'9]5H°Ai8-RmHHRijnW3/Ch:+YO7(ݘn=3@{Iկo5 CMw'c>TST@>ձ^LZ#:p5u{{bBƝg5(j9ҦWday($sƚWzy~Ozo[RkN# }5gP--6. q)2)nv20rp>}oWRKyfvsp8V[xvD G+3:I3 u-ExՆZtS⋋ki(fLqvkci:.cw z^C&16*U Iz%t{~60z6_Es>m4R-E.aU X-XU'9]5 +( +4]j>6:l1.R5,\H20=ßYi^_|VoGi^E YXi$_8G '8W+E&k̂{mZ%e|*8ֹSJ%}L- .gr~4hvj7v]\K垗Ysx~ka#2KD+m+d&o0߭\fԄoj(f?JU76S,Љ-вVu|%/"I NgՇՠ)QEYsN[JA`V8TP{ԼO}Z&iPnU{k3A3Ey*N=52 "^KR[ #o}=W&]D5+h+VD['I&81i\^-X`Lּ@/_.ɤiѿhaqQژ/=ɸmf(w4 fMpr5vWIw_7vo^mEewuj:ņ.JvFJm@֮h"Px[vړ&_.x#V(ԓ5+_?;+I9V$1۟VСO'd%FΠ6H;D{d#Wα e/^̚Bp9=橪x[kZ +ZXgEOW3u-buKl򘼫t$@vUI8=+bB4/7w"ŒbG)/aU?qk|,r[kyLZ1 ie_ݔi`3ӂ[_o?oVY̳G 2p>Ǐ¹c3^Gd<۴`T~Ek&ռR@mc끑mZe]6_0+=99Ԓycωb7i-o,.Zm=} ܯ=4]+6w7w&w4q/_a\(+[[m"3C(oĞ%'_qZZZYM2a }jcujVK nb}rKg?L)tL:Q@Q@|UyD y9^] F~5>v셦k +mo69"b@emzT~5BKn洑nq< @T@i>]iog΅!"m Ry*{OK?\mmo/ǩ^S*, 4 wKQ ~YEYVck"|L[GV,??֯V1G[y#5l5o[BVpDn|2WzV.J|++MFRtۋ{Wcrz pz/msѴI\dXN!"U$F0ۙM#~>WkkG:|~]d mPIqК5YCsZđ/#d#e)7z~6=}6V9/P +~]k?M7!* ʹ דr6P84/)R]lz!'Ҹ=GZ2[EcvF%'Mǂotۈ㷽5ݳ3 .v'LMsYK6K5Pf@;~]:TI㳗OeYb-^⑐w~Ua];C}sYHmmPe zKtKW)߫ՃM+Ě5=VI#!W/{mu;M?`ҥ E`Hܤg#>~^|,K ГY9%p M+꿭^Ozg׆uPy2[y|h۷@qoM:?#*SCNed̈԰j~,C汎=^ý[;`bM?.?+'0lPPHS[~MĶ +(Š((([%UG&aF4C \ͬY'آ(-oNK%X x!,5K6)]ڢv.QHe yw(($Q5p(FA TҴ0OH6]s(=4->[-۠\`4)@]1nJF:{U(8xE_,?8 +?LwQ"e11lckFecgڥb0@8b(z}϶Yl:%}:dq~Ufmcge Cii1,aTԐ*YEY|d\0: h  Yal#$[ IIXzkE;GncB:" +'EҌwQ2ȥ q6񏛏Z ,cLyM|zl?JEWmR [tAD_ +EQEVK_]v2#.S֢2SZ-a{=xNcX]&f_GZѢ3'skok>Kom)-Q/A_´BU0KEQEU,5[cm^@NLW,*k{x- H-PacB`:TPO<} J|F6bg]mt#W .9/V l-o'tĪ'TPEPEPEPEPsA- $8#ea W4)]: v +*F-JHt8ba |ߍA't -%׶9GW_µhU +T-PEPEPE2iI`ƥُ@5x/j {iVx# n>Ⅻ=ΦP{k$4aԟeX4V6ve%@OT?;H/)U"6eXK '<:}{L ֲqu3%BHy6KueإnuU%X V_/oA7wvڛx$2",I@KtAS72\Zաk*~bp?\b1{f$.%@`ܿaZSvgfҵ 3fq=Ŗim<3I +!bOQɮgkv.Hnc + nUA-'ҫA/m8fYH >.i%c r)Gc"@[M}E5kO-nLJdUldjE<jir.YI1+>@jkm>:Q +YTI=.%,/M%4($c,2*:d⩧+\魴;[+h'mJ)bXj?M'OO2ھΞn=7?q#4cTI?cڀPC#6g!@ ^ΝhWxYi6[hBÜJ`ΪMmͨ[A7qȹ774|ҦMʌ.r9oJMbgག UQTZ{*ŷ4xw=KHbsi׉]iK +BqW+em}#K3Mgho#D3*w S]gEo!I +2%AТ((>Aѵ;5 &x#/БRiFYŴ+cvR^[iyRаUx +rI5q=l5)I'"JCm8{nɱƄz^ ]cj,K4 +$%mHm.[S˒gFw_#${V'.o5}[.k([i"FJq"X{ 7H[<Т4͌˫{|ΈQa,ϗyB=S@ѓLm1tE1ҹ+Nxn1@D(! 3zUxN4} +R߫Y,4Ap!aUNG ]ioLoM$vڦH:JkxkAt&M;:}U^ɬLA8ʪ*@T~r}yX&tonP)q) U;x<jvҭUd ",pxVcDK,(qǹ>5{=Ff=FgU`221Z&΋g?BeeJ29O_QHaEPEP IK\ۣ}]/O;l-dv%¦E_@naZSvgfҵ 3I +1]9mP~>'Bյ]&CLԥ[Z+9GoSl\+x8y'(@`҅5~EF/oyhʛeoV>|?9, HmpAs՟gjk >#Ed Cpx''x:X}5ȑZhIHԶmq=u !l.b9&GXqUeIhlC.*p}A~4@"U +h +( +( +( +(/I |4^Sne)=WA::^d,CF*G!\U)5}{*$>GNGzu{>owbhuY^_H_oyq)6ܟ89-{VԼ+[QVks%ϕoZ*ycܽ𝖧e. IӤg$pTTMF[KN$eѶ7#eH tƩho&r:wCWaquVs'1 @ QW)7'.huy_:~4D6OIpK9VQ64kW^ ҍսޗ5/5K?/sҽ*j{a5ws<7~bvmlo_KGXx6\6֙cH\=GYhAW䃆x'(x6V0K _nfҵk= 1Ftu@XrꊹI9w%+Gľ)X0:(ok F/}/R[m}&/K81frֽzM$mi$6Hbݐݻy^E5ȥ+IKݿ[[I_~YXmrjᑡEQ#'֞ݧ͐O밈88)W{XO`ү~y=1 {peTU9^\޿ Z6QEHŠ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((+ky'8Rp@'(ou{52M7O2+Z_o/|f\d0pxFYu?!4?7| +?Ś}joki7`Ñ{5zr$0 uyܞ|3]Cv/><4`6zz9bmҮɠqWC9ϷEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPUﯭ V+kxY]*jp>7g?tK]?-7{a ~X\%u4+8۬>qu'ڶix?Rҁ+4n w!h +DXQ*`K@ &v3~_nJ+'|QVYtn׉20O j+;a׍Ʒ]Yuͪux MR+m]VZEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPY~$׭<3f"rvN֥yD-h%/\a#@t;3B}GVQoo1"q((_U=>+]qt"ڕ&k\)cހ;**[:EhۭI?:@Q@@`A+_vmcrk,HiuTo㎙<1{M&,RݸI.YSJ}}v#kQMtkn'oUoOcs,|q'۹ںo JUKa#GmŜ{vJݮS.UIR ԭod^/ti:z'-ӯ][j1Kϣ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((ƾ#_7G^9X,e@?@kcQ֭3W#ivbAv0ON/ÃO6ɞsYߗb~`+(((10knbEJhhAnF= g~6Φ׵I^ņfa>|rߗ# `\>'[cLts#mm_Ѐ;kbnsӨmXxq 9̅Cl\+d#HȇnH4-&q$`gi h_ xI{6q-I`pチ((>yѤ/ucJNɱwbׇZRs1̅hZ4|H g8l=f=u}_2_-3B9cۍusfkpfkk?_wjrA·}\[Eub/>#Eq!3B]I_/)zE(((KG"+ 2#W/Ƈx"SwڼPUDDĄ >e t зaJ+m|@4[\k1hY7oC ;dA#8qvxFׯ48gh|1ˢl;A둒Z'v:J+z7rhYR/y05łh Vy|{;d`!Iv"Vqleb!}C^[XjIsp~RhJ QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE{VU Քv;FN1zf DִoysL hE2!k^ODuG,Ebz{-Sϊ/.ʚuΈ\&c(fmŀֻj(;rӼSgg[ڠ'(]'ڹAB"𪾖os1@5| G^E;ܛ+X-OGukị7LII$IfePcvxz褴Czׂ+QP1kF{636UyEQE[Py눭6eA#\HʬI ;;gcU`.,G3=2;FIbJT V$* %k/Z:ܬ =I%cռXLm^WFIYQDepB~T$rxVtOBMN5ē37cd k`$uBvHo_؀`QH((\F5V||sʸ_>+_LX4i%{P;'7c=7 yEy|6Aq]ߥĒ U؀5w]/LqrXj0]뀃w!-( Z/#bj畗ax8 +w}2:U/xgP4YX}+(&]ÆPpqݫtKɯ-Hn[#]bFK`8^E4ky~sºs-[O{}uKF*@B1rOlwiԴ<;%48iPʞ> +stream +JFIF``C  +   $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" + }!1AQa"q2#BR$3br +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz + w!1AQaq"2B #3Rbr +$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(zu->[qN G#ݕƕ|U/6y/1&OAZYYZi*(,xkG_ +i/[Zd#>s Z1?_?b/g͊B2QOL9 Y $Γ99ou?2NI5-0/< +*]N3oJQլ,Tw)?8CO>3ھoCi"!8em1w/x>VRy_.J0zb*coYT55#Uh4Vh?op4| +Iu}7L KGm,fFPO';Zg7-gC{?>|S/C˹}__֜U|Kݿ袊@QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQA W|X.|l|Em#ʠ,T~uidmvϐᔑdQmnVW:yeg|7cKM" EPNǟ}Zφ.aS}=p=N ~/ ^֥,5(+bDk-9藞f4 siC9{UФQ3R;*Ǟ eU@Zע{׿Pkt8 4 -G=Qq<1O;#=2*?zgOO jEh? ٴ1^E;na[Ko|-xfO65JKؾ#6n͹WO8xI&{h)tSڷ-xEXxs~k=W-$ st>Nnw1V"*~G =?\7uOkeH:O&o*y7{) j߈4TK Z:k(?u$nTcoK}:~\\N^R =53]h~_Oq,+ ~sy׋umNwo5d[a4R XnXtijF}.јZi XS6I>ֿ|m'@lhLń`yNVm}ɻ:E.ZCw^zg/(/muD<WF2+r5[rfI"psO˛MHiz8 `1rxIEi}V7KxRЁ1pCwxк_o +ꚭm-{ EI.ʿw_޸Ӿ3a _ @.:uz.<{m#VM:ajd[CYnFh.d[]MIA)_῟_ot|bY-+Ν>mp~Lj|1du_=ޥ뷄_<+4OxSI^#2;|16PT\~ZJbR=M;/>ͼFrCIN^Z=D!1h*<1~~. o 3gyc1~5᥿ubIgژ0Iys: + |K>0]d?8wo?Э~ 6 Ju{nH}Xw<(+Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@T7Vqnn"1RQ>&xF|59:tmt0u< qfG4^bhO޾k{|+}AO/"Y6[`O +$"B:W5:tuIgojB}6F3H\j/GXz~O %@ +?;$hi&m#o8C>F{$_cEq7kڼ>@_*ᧄaΟG~j.L qҺ(+{[{HVE cDG*Z(CUPW_\v/?h)m d~Fφ 1=gȖM2WUEq}^)?~0I?e>WQLl}D~; +쨠;k6_+;[MWķVKI}EZ쨠f5XEXE4'Ϧ)7"HVҴN3kv`W;//4m,&|[7Caƀ:+Q' —/گBߙ,@_:ͤFFp?쨮;_YjuL" oA[ZN>e +W@ˏ|;+ Nf a 2yϖ)In+PEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQYhɿS,uLfK.,d?PcEqx3챞j9sFC?Mzǥa$h +kTgL O[ -†8\/+}:7֭k!]ߺ}=[_|9z}wx12hNt.;2@|3Juj:rj%o +(>-:V\@P>mZ]SYprI(Ona]x{ESnr~'Ԑ9*((((((;^k;^k(((((( GZu-g?G 86em>-9ӯgjһ +(oӝ/Zj)'j=?ؿ˚_Ok8كMMv}:# ߆ҏu4c5+}72]#(`CA fi%еΛ]ApA5XZ/9{ɌylFU-JP.=h;YsQ,=>9AG:ODҼ?rZ}UBo|Al?W9oҤoZ_&V=B-"(@uRUӵ8Ėhy  ?5n +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +*9 q4qF:/s/H"Zc-=ZoϥuW |?Kfd;K]Fu$~{cUou+ 6#-`d=rMr:׌u;i3DZY|9uЭg7v Ą$_5Ty1]h_/J||zK\j 뢊8P$Qh:* O7_h4M6,EHUsDZZ75<}?5Q@? +i eX$gI'Իet*T*ږ((((((((((*^]GA4'f WN6KA퍟mPEPEPEPEPEPEPEPEPEPEPEPLBF!PGO9߇~vy9K B=&} +I8 '.k8<[ezZ`2*𾙨ve@? ߝv4P ٟfocZ}PqSImOC&qݱp} +ꪽ݅f;H.P0.-dn~bNᗃKr$faW$^0 t%V?q@ ? ƽ: {l@>qG$3%i9d"hXu?>i$uF2ֆ jLGW?E$訦YOB Ө((((((((((((((((((((((((z4k&Y +S@@XSmƝ}my %"Iy^-b\xF5k%Q(PCgcO gw^ٟȂH!$BT~-WXj?m Stx[ ֫ƕmzM ᳧8D}u]4W.xͥ3xcH5F{uD׬wO~#] ڥȕn=}ZǘAEx'Cg 7i󱟛m]]f4yi&۸Bpz_wWڷ>#Cuhݷ4thmH[ gp64w}R^.lkh2` ۍӡv5TW~$aߵc[{v\/= +𽤾/6s4_`@Wp! T>կkEy'5c:;mlK +zZ?MkFw";cc (YCwm.WѾdzQ^7e;JܐZAu:R + ;t먬u'X+0;b8QNq'}gS4{"HfTG. V>} KvgO: z/5&y6IM©yƍ=~vKqkf*J4L!uC[± +@oQ#˲4hS4^H>B/@~}α}R@s裳Lz?5Q@ %}ƒe{Ȅll-H~B +( +( +( +( +( +( +( +( +( +|1gkuyw\6¥I>b=n''4]c6LDt^G]h^lj ^Sdӳ EyΟcƚgQ{m[caH$^JǵU<_sVÚMjn\%זPI;ƶ%*:sF-Ϥ(6?xuh{ɯ#O <($м_\ڵ Zk , m!c8 9ݐttWxǗ_SACl.&ng->ꁎIzysk/tOZC"1r*;֒_wEp 5WZhњ4L"P) ֵMSľ/{44hZeTboڊKVkoc/Fq =~Ӗݷvqߵv_5Koum]l"88t4}.N֊$MHdFw Ĩ$[՝NERQEQEQEQEQEQEQEQEQEQEQEQEQEV~iԴ+= Y? +(>Y Vi]m#S? ֬ԍ+ZX9UH{}vTPbc^PDKh _SYx&y ?@Ɗ[55НCN%V۴~uú#N4r=23[d`6/jvi,39W>x~H4i(>˸Alʝ7WlYVP>쩓MM35.zI=r+Y^}{(^5)3s>41A$3 xR`51zwbiz֝}8R;[!IWh΁XxqMiuhGu hڦkv]632\ZZF0~\8 m(> 7%MLJ<|Y6۬`I66_3hS9v/Clm[F<_t/u]}Q?I'Րļ[m_4cnݸ_1۵fOŞ&9-oRݵ#r#Ɉyf5 vs@Q_9|IHVkFL2+¾PzF"T#.sH8z|C^?&%km.l$ӖlyC@a޳>"xWZg_Cҵ{wkKjKcHgQ^A&kx\,wV&Ɉ]5|E}h2ڔm*ߐI!@r;W\W\x59] ZPGUVy€0Gju_S-.emb1FO*ɧmm}/;(Š((((((((((((#R}i__:sos t-$8|w`~SH>{;OxR&N[suWQB ~vU8r2?tEu$2 椴[so-> +ԴteObB4|?^iZI5 v&x1"}>sHUK,9IvvMhSN1q? :uM1&'k_Y "G)vc_mgNmEǛ83B~˨3W+Bc,f5b +pF ^E, ye»<hL\jQ7R2gqV99a]}SP@bMXI%a#|!WeE>g{[[W}?VI i!FNyׁ^E/1G|GyXjHo#ON3wKR4Tm,bvگu:Ĭ}b9dvrG5Zxlvz|l@[ [bF:Y<o 뺖OMX5)|;TK!ZoNC^ر+i3h26 pFA@0-7 s%5ix|m͗cǩxZ-́F>Pq\WQJ[yl?"<6iAmk{6 ~\c<–.>7u .ME8QF 7~;s54SnGj|,*e>տh,GtmAm4$Dc+7 ]xW2[]Hx OxB&hkNFY-nR +MUI9}6xXx~E Iz֝^M .ab ^_j?5"}Ȥ $ux;Y[[D{50Y]\Md }3ON+=wŖz!ՌqE󼯵@5#5sާin-$ihFrB>lc5oxXЭS}=+}YG,{% 鎽|Y]A=Ou]2XFI۷3`_Zz'nn1hPW]A;T|П҇ߟn|u"Sv:CU% s\oi x^q2\*j䟙08Vމ ҡV g6Tn!G:UDisuBnZјKk{hLppIo/wvK|Guu>&(Au;qk H&U8sEh7i+,򲱍F0SߜPzӳd?Z4y56!YcS- O<5$\h:|f7+|a _h G,#Fd nvHFAnĮU@8$ = TߧF_ v(0((((((((((((((((()[|c{zp#x0iTqLI;=ԌXԞ~eE9/Jஇci#wM2kC}X'4-cC;Bw1S{x>)GtkWVԣ1"@Ufީe2c[WNJNe#Zʫ$E'z0H~ f>\C?!zp?]ly@xd$Mnx{E|em[6`%AS'x5dp^-^6p|?6ި#\==^xNďe6-.)<$@|>cֺ]JKi.!FlC1#*-x{[=Z4ZA#3*eF#jnk-U|kt>!^?ּ- ̆9~n|m>O7uh ǚI7t_ z ij`($c* +2&a\t6n/-id *.S[ÕdO 9:{k*oUaHmt1o;f[N񯌴E7.t{Q;O)329<=ɯF]'wKs%V$V2.ݿxv4Wŷ[_xfKZ̮A *7s=觧%~bg+ڶ"-$xJg21.&nqt^5 l=~£c'ĈW4! O/Qyy$"kko?X&I@ϙ3~Go=?3qi!𿇭fxI8g}*/]5+Kh:&m<һyy3s1/xr=B·-މ}#Hf !Z>}?gx UJeM'H=rrIGiv/5E8ZяJqb%zlWMi?٪`p˝Uo~ AN էBmrA1ڭ&J 1Gxy?)u'aqߏTv ckCGs xF 7me9ֶtj47KfhU]ŕ֦FRy}0K5oRº4Gs-ys1ڭ<w/?[l!Lg3'zRVKUGW{h|r%<i ZZ:_SZz촛;յ>yq(tQE1,Q" * Q>8 Չ7bvU|MG_Deq\[r)QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEs;}PYK;D3 (f⯎ #كs:[lHG!I'"7 kgDsۡa%iU=;Wuxnk{;yAW(((((((((((((((((((((((((((kxP$pd}(3"֎גM;>Q}=<=qAsj%ƽ7{*zYWq2ZF +h #v~ދS]pS^qrږ\GOiWLƙ_E:đ} /v֑iI[]DgC@(((((((((((((((((fTRB$+ֳs.DfBR]JlOĊ5wLڭvNycrd*fOI[a?t&+r!y9oaZ7-555s,>cN}MuTxsJݛ[iv +oCI+wgsrkV((ǫhz*Hg uk' +V79I ;zI\wHA?AL"e$@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Vxyjz37 n|}5PŏZþI֜'D-j \iJ1տ +|kao}CYؓ-VW$~-ֆ4 ^ky_2+[/t?hU(fSՠ/[[OE[;vMw!eAi6Qk|*Byh9 +_öQ,0V ?4EY +žFR^kI{u=OHנZχ-5h{\ww/2\Jz;>šiz7ק;#gvIH>CYJ"c{AAQ@q~tMϳlcfw̰|%]SNlc HR+v{DžuC:rcm{ ;7ֺE +:V*FAZk7.B4۳:}T=?FIud"ܸKuK ^xz =`G"?4uiPY!tZW4=qsjW X"+]:V:N?$Q ,e>Tg2]1cyC0oЊ쨮7.B4ʁlO+$!vTVo krvyϓ8oҷ((((((((((((((((((((((Q'EΗ(ҐtSn=Qz_~}-ݿ|?(]f7?Qcm4;ҷ=5[cԱ=9$B@+[:尼ݩi^1C;zk֕uyE鉻W%`u:_zPQER[]sF,}K,g}J@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@U=SVK /;m-c@>rZfqoiaӬ̝Б+`V0@lj>'&Z" 2domn~)м9}[T'͙PeXGk·O^Hq#Ƌ}̺nw \&?nP5~+ } +oD#IҭUL97~l@Q@ex6^oK$P3$OUOSѴۍGP BH=ޝ{mR/Ptz嫏ßA\ +7v&).j@䰇=ϵuQ@Q@nj|?uj;:k9qp{V5oh6і%&2{j#ħ6FeYzBn`Duу# G-s:4mNuKIe'pف}_ q}d&ӗ^,UbQDs}14/h~#/|>%4m+n5 h#ꮢ&9>"Xƾ;K߰G}|7닍WHC< +} >XYZ.>vo.]ˏoI捩^.riZ~LsÎ5/f>ϫiC/mR?ߌRiiX8iKqgEs:/ +jSxhIMJU20e=9j:F`Դ[؏\BȊᦃ3j:$v{$+](~yƊN3'NE:Vy?J?(FHs,kϟ]%?ʊ%xVI7z'?S["kG,gEIEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPX(> DR?q3}_O` ;}>{˹h,p@& YxYV)MA̬;Hw4MZO}HmBznp((([IC8k_Z=Σ%4E폫l蚽jM%=FzA~((((((((((((p2k >.Ҽ6"|k T.'>z|`om+I'+ʿQqMX^KB5B64[i H)_ѵ^oWBLm*1O좳!$ +>EPEPEPEPEP\oļ[xnW9Io Jc}]cxM:σ4p6RƇ8?(fuڑk(qኌ5@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@U=KVӴkVﭬ^O A+?_ hfc#b[V 5g64[gQ &:6Qvi z͟]j/|9Klzq*kCI'tw <\8=~^MDHXUTPaN((州5P!G*J(K[.BlZMFx-'һWc&֢Smy e_PxCrk|D->Oܐ}QC@Q@Q@5mK׬ͦaoy 6>soxtg_8a;5@uQaq;Tݐ7N>S߃]z:ȁу+ SE2 w9qE =\{ +M"Fڼ+ظ'D3}(mCC"/X'}J7CuPyRX\:P(!uo*Sifea&pF<.w?d먠4xgŚh>3:ŢN 67skcQ𥶡6z7߹Bɏֻ*(odVv35K7g~ +5HD}Dd<}A*UAj/AѠ~dZL? ?jq(9jH,Jug+Dҵ}ѷ_.\}vTW #M]5k'hǾkC뉿JլGCNA Ң((((((((((((]^_-Bo_qQjy>#LQ\^0*s{Ɯ +[d@G}iYy}sCs+U2D $噏v'kJ +( +( +( +( +_i^4ѡyn H7wt봢+i[LZF$EzU<;9jqZMuI/o,0=((( 0 A\4IW7>ԜiU÷:8,bZ:=dꅺtD;Sqj"e< Ԯs\>SQFC}#ڀ::+l|K]oj3>Ul}# w9]QEQEQEd`?e˔}p󮂊%/x ҭ@(-0L<šk %ާΊ?6$w:/~[k] iˑ-'Pռ/뫍WG=h}Eql~kz9p^ar_5ttWukLڵ=ABQhڀ:( +( +( +( +( +( +( +( +(0W4ޑwX٩&ow'>VS_J.uBOj_ߓ*"GZxji|eu-Zh$L\IА77?яSEPEPEPEPEP9𷏮>]3Yv 8_ ]s0&K}ZtBBٱSk3QEQEQEQEQEQEQEEqs = +%p>-@6pNqOjɢkZn:]ٞ3ȅ +Aݗ$SsU/n|K\Ʋ>}&zB h}$oOuuy,Ź-Q}3㩮P=P(1ݔNevwK訮~ĒirU-sG7udF3 Ω?_EiEpy*Ayۀyx=?-Ne%|6\G waD61Ǫ +*Xa"?,r `ti7:+Z352] dSvVq1ެ'.&4QHXdht'A#h'}SrgOn6oYbW'yNNGҧ_&XGnd]Y_n(i#а-mulʊYUNGY]20ʲ+F=W6[eLdV Qv@`FIw<"V^_3j((((vUo[V5ՈjKunE]tz֕c%`\jy%^<1k[b+y{o쨣8Q0O9ŷSJuV+\q[[]5HODu4W8)y4fZmIYq,!n8 xRtrMjboI988sC6i|\gK3a\4҈@3oʜw:⭷ }NX9ۥev*p;;6joj$RYJ`EL5]MeQI H 6+#`V\` oE?Ra, `IIG|H(9a&@ r20խ4QF OS8y۵Zb%MJnشM&" 2N20F ֞;yu{n4-fNQ <A(-b[}92_9㓞}*-^[ X&T9[z,]B[7*e?B*J7T78L:}xxo*XE\I"N9쏉axIhX+X +'cdhVajqȲyI}6x#*ko:c~,MHUL|rqdj?,/[k+)Z+]8rR:vB^[ivkoEqNxo#MmnHhJFeE,*Iȏ~O:k:U0MkYcYdaT<J߇<\&?,cgڶY_ _fIɷ6ȅ zc4Wڊ_iɦ,i%&3(bcpQ4}& k+)[tY?)7;RZpz=ݵ\Eoc/,TzxN:&"Gei.(ܣ3OX)^\z+I} k,Sda9Lu$./;m-gQ\뷺ms3Qsq#fK<*+$w=֡yz?^))]N?4*{-"J{s+R9sֺ}_U4 T@p,H +ܒ{ZQ(no-S4UVs.zVknZV}ؔvSo}ÜE|`YKg+hPp%F>Nh ].vtʊYUNr?ʞ"Ӵ4ۮ i(9%,x<N}7ׂR|s4:ȊUNOzx{V2Liqfl1D.^#./~I<sW(Vb"/Q\fm]?Jt젿X~$QC L8[7^_F`TQJ$ɐgO Ԕ^((((ѵPK14sVՕ2FA +TСgl_]N`%]F,2q9 ]_ b y?R?חlQXwI>|0݋Aq!,Xc[xxX_%tAuZ6VV#Ny7eqwc>[cs\YE4Sm'~\\glq%6 + Oz#9+je~f:z⤹o~ߗkku:z+o[Ke-w"*! azVR#>[KDK_9'/nqIn SyL^bnٞq4:eP]%vmmmr~.3*h^D#)mL$}95MY钝QXm,J`\DeUjR닢?l.䷺-p£mf@bGRQ\ߊ[hVsO5͛)"aH<>~XK3¶~s[0'\go?\4&[Z #21ִ-҈$.@3 Ep}̞u!#h'q/$Uٍ}!{Fȟx1ڥXuz?~O$›QG1ך|AVE|ki5JfUS2`z1<|z];i{~_+QE!Q@Q@WjjZ[} :+ <~ƚ%ӭt`]'26GswRסxR?]iY"º\F3OJ7,nl"്\(_#rE?.p 5U6ۻIYYzi?#Ζ~B0 9~5qv[_X +E%Ƭʾ[eFQS#'z]ַ#KocG4ǎ$#cx $ڄ 5/vX\]5I{]=n 4+e g,*v+"LQX{ ]4\~hl,r#T0'paB8^E[ߨ--n="{(.QRhDuFr)wq%e`) (((=T=֧5]A On2/pw= iHwu 2X/1ȲKm%@9GK /Q.Xj6fs Ԟb2x99`9 qU+#VɦLRpx/ށOh䄴i/gX[RiR_)4OZ橬xh-\esO,RI Ⴑ` wLɷwskl4'`nVrTɷ9Ncҗ#>Zn,+)4k!>lӼ3X"%ŵpG2\JԢ8=_Q@Q@Q@Q@r4CZvouwsH]ں)5qgr%]*gbUhܩ*@RG\4F* k巑ĪxV$r;hndc][Z,G!$ ;RRZD]V:>2 1U-6FGz ]Z|Cִ.x T 9g 6(88z׺mVJ4#i"917'qמ7hq:gotuhtI$f1}J\'ऱ +O +N2JgNy:NbbP 3 C+v~.z3iltiܫܫn&+9 +[|K${7-p|UT9'ףM]?ȔI.O&jL,䷒S,glcvO +y(QEQEUMUe}& eHШ,H r֭I ;;}7P|z^ZRDgG"r +1ڈuoK-~G3wn;*t%+G4m+PޭZQ7v:b8\8xnMV#剖wc*c8褴~C|EUuk;h"t۵I6:12:Zw Y2H'2vsv<4 OkwW-v=4$S$dP'pqr(|5-k )tSiJc":)_ +(Q@pZuΓ?y7}۱j(hm` iڿum7Mk|WEԱCwڌgK&g<J:d89EutP?^ŚK(b-#G*d-0H'9-{}>KtxV'K2(A y]U-?_v8Ğң庖J1#)"'#ғĞ~a$z^UmߜoE}nr!]f4.$GmeH~C;/E>ECymAη‹<0j6),@:Z) >: +ztlէpxV|Y_]jm7NimDO1E0aXpuSV;'k5?ŖraLy$q`^'9h\zwu$pXiqfCv;[`z_c3P\oRk8ѕIfR,@Yiڍ,RF΍イWGE%K=m~5wVW6=6VU b8e<$p2+>E< +2Yaa4D!1*D`?/J?:嵧m%HbbNJG>{:%Λ ),0dF(ou2ģGɬ;:>@p98t'j6:./l%On$lj+vŠ(0]ӵwkVEͅRpOJhV8mSԾ%'.m- y'/ +;rOҝ躷5yĵY]  BHw8 +([pqVڿ4ckii(Qmn 9=:ºglR&$8^C*6Mm`cԴRNE:IF<nvt/i^*onzV]@NE4[[Ef+6N=ͺNVp+n\8'85'6kj]ݤ+yY|őtKgk&&Ao}eylĂќvh8{SESmV4w[om$K6H$X Jz|/.4~}ys$|$~B_>qjm I*AIm,HYЁ<) W?ooE֡m`!-|E6k]w)m8C^E;[K[[9M[Nռ_k>iܤh򬮲dXT@NsЮGs 0T62D*,1`r?oH5:x?SS{+Ls?Ac1]ŭxAӵ=0hqo$p1,rxrpx9㨢֖k:m<;6ye-7?iO&e^K ?,QKrM%$ +(¼>ۙ<5-93$ܗ"FcӟzJĸs_i4sF9ʒn20g0ŽE[oLu}&c13MBq'6/i6%K  rMrAo1KkGG^zVQgcYj|׹DHzh]=Kx8WQʓ˻B31o@8RLQ 52`,p$ֹ+{)k3o#ukx|ߙ/l1g)hB! \mʀ}h6΢oi$i6 >ը|Ou +k(2ZVK@kq9=* ^}K1 [}U`AW@I~k:m6_k)mN3-ŌȀ[<>uzm$`TQ 䃜c|U :U𵗅NKY 2UP܌tXs>l44!w",1o?.j__;{)|[Eyiv:NrOzCo Wq1[-XFF NW= x>+o2Y6Ǻ0q CRn 6̒wi414*Jwm$$|S}~ԛQW0ip}Xi\DE$su~xKh.^Z8@;@%A><7xm<e4wdi|2[>6ftJky~ēEq\s !itw;XZk%ķ7< +FbO2I9}#gv 2%%x- e@ JsK7,yU|7 3Rݓksդ bX~D%w^?>qIc=*Ro>M1[ݦ! &u. 剭H!PALn+Sub )hJ fcna,#q;F}3ҮI&M2V|K;{)/ pe`3c88'CU-ec{5pvKc ͜ay-jo`V6+ۆ$|ē211CO1"yh2dK7h|]N'Kiѱu2TH+'CyW◉ gh33qtu_GѮoHjVR!>\Hj8a 5?-]=vڤsIn˿p F2;z~giER(((>ϊ|As~|'K6ML>yz1@5hm|IY]hzkHWh,A +B\_ֆͮ[]^,Sۣ>a@jI<[e4w:_0_(8V?6ऑ@Iw#xGn, #˽/huSj/&nci\ =oOטht*Zᴽ&(b2@1 #ek:/kE)uu13H#`c{ӭfh-}H :z/?„t[_k{vu.P[KO뭿!kמ"$"6h3|s8U}K:~k ޛxۅ+#'W5lOfnuyRlD?vuO݁85_G'zJ~|mltGQ.ؖ+KBI(G;r2qw"𽆫slIs +ˌS~\p=kŸ0hmLj۲Gu _ݰl,㸫{iVVwVvq^3qpse-tUERQEQE]k8?S߿S sonbޣ3Kܛr~ia?4N~qVCZbY vy* aI&|";T3ujVx_fzզYEV{, r;H҈/ m~_pY^ ${ N` +XF7g'CUm|ax{r VBNЪ ww_Xh^8՞KydM>[~Tʰ99=0{U >k-I@tsC10͸3-o_=쿭?uk*[{/J?sܛuUuv[dvonD`mNsghZƅxQ[՞mӦ),Bd<`&wV>uԭ'b22l!~ 3ѧ0/c0Uo|iFY%(Ʋn.B3Poa][xUVW`,E8>\+[ũx~PӤsd LSauϰ$g o;|KfS[ElSFNNռcKᣦ[5ݶ8 2'_r@}j B\-m.K}>[Esݽ\@ sXjy4mt/"[vi#&v(Ku?!K[;{L8 mSOfIє\,P6gWw*\[\f'|FN1xvUZA61-UUg>4t{(@QEQEQEQEQEQEcIxEtaV})\G; T&xׄ +y xc@#6v8ںkM@`^3h݂<|(  ]ؘd%H.:V⧇ᲺI'KwhћfX na-ѷa1Gogy%[Ė% )$Io..`sj-_8g1=`03sYPZ?m;UHb0TUA8Z.Sjsviޝsy .&[N sqNډ) (+Ais|!OfYUdMq)$# Z<=i>w7]DۺF;3#o;);j\Ԓ–65ޝ,HrTr܌]FB]$bwJO[FuOv;mxA,'y\G9 @©cMTIJ5-7B桨^Cok,2^捃ݎ>`zþ0A,u/e׮ (%=p7`}8_ +4H!CDk}E/'mv&96 R $`G9녴{xlI4fٴ8=ncohۋ0K]w`sU֖|.$Ymݞ1+& [4ͧjBRXci RF +*9Xmlm^iμi!Tc:Kv͵ 糹Nr7RWr*15nmM?ceP70ĩ8`5ߌ<#X؛9#Fo0yǩڌ6+?T+͊"@r]W=y4[oz֭oopN 咠n8 xMĶrvRAͻR3Q\]kz}vײj]L *KH۱œ6sZiwV宧%?ښl8e*VASg z袊@QEQE趚 [V9$*X6=+FѠ𼍗M? }6gvckO}.Y."ќ72$t5?y߰}i,Wۿn:{Ԛռ_V&t(Al'{i]i+c/&E]Z;O: !}Xv!4mN-q ⁣\GnCgz9<#mm83O^xش6FxO,90]p+?1t;~Eޑ2] +\XL;m60R@9#9իOE3@. +:OL3⸶Oť&O3".2+[>,xmا-,4L" +O$~ Ÿ_~Aa&bm2'+%*k63#sQ_xNԟNm>رZ\q<c8Ռj1A5DF)3@[iwG[m|;6ym"8ߌgofE_/Kq>=BCæzU` I ϊ=cmg]JRfȾK0OgYՠv6|ٶ)V- n$m'mKaF7$y~|9:?|zQH( + ί{amutmiWw=2[w}[ᖉsqamnx|rG׶>r!; 5|*ᅦwkwevdteA4'e&QR.<[5p7S!ڦrpnJߑK?cկ,ﮯYb2qԊ+dvռdKdo.ӅJF;G<뷵[gmIvVr[$dtն-iMj޾q"B - 5jŶvΑ ᡷ!$ !{Dw^r[}_0u;vytvױ|]Ԥx +m.r?y'UQmm\c~hqK'$g2ݷ*z6xӚ?ZO6/LFxA2P`:8&_ 1jnW =#qGmNzWC{f׋tMZ(Kwgi(@{aK/i7uH{kkfL܈1gvt8xm: 5(Z[7p@vy\灗Sެ:tG5Bof8`89Uj׃YS|>pyac?wq6Ӷpz~?I%mSŰ<G+HQ|885xXkMkuj4-5$O-,FA]#$w0)QEKWӗWו@,3yHƓZi+KK +; 1U Wh+~5 54fHJ(%zӊ:wcШ/_ $7h[`|0Aom=Џ0[8,=9COZHxmw4ĦSm̲1'b9OCB_[zYEd!ol sZYiUnURT?\U񾔍`grv8Pn@$eF@gIEs7&ڌ1qQq,f uI'tl&=2gUK  +0H 5/&/Xk#My1.ߠVa\x-jG\|I /cԎwDl&JŜ.Fv$2؂lM +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(0g54'Դaa[46rAa zjv`p'+R2p +=snQ@v7&{rMK1 ,sZ4Q@˹J䌌du:[D&}WCE2c8b]ơTzO((((((((((((((((((((((((((|5k{ŇZJgj\wLѳ(Z{B[}4ݒ +FBg8j(]R߃9fU 9q Js%~%OH"G1h,J0e2k]-܁=K".qmqu{)8 $)2Rћz +ovuNQU]$v'K-?ma;&+q%H`XrB׊?tN-j7^ +ߢtoZS[G ŵ݌;{#*~RAr5@Q@Q@V7`sD'ئ;]ApvEx*=@|Vl6NڄϘ/qP+i)d$G$JwX}!eψә-բ*6V,19'Ku1]2>RA'#$R]mimE$Fxݹ7(9[ 3rg@1= p\I8 WwR^pe`3c88'4ErxN VhJxc~1nH猟jb2 #qєQQEQEQEQE^w}geguws,l$RxPq5QGTƝ>,ot f: W*tP2tYU11}1)ښ=?t+SI,btvfY-dFb7FF8#rmt^eKW6ej8ď`眒$Ǥմ-G\u(/&T"xksǓGc9{Vjk=E쮬2X6%J#p=>=ho#<0HRXxѯk mhz +t=GJ獡yLĮJu!E,3<mCGݨi['6h|>m2_]1[BVڪ>-4?Cbiצk_˖Yżmlz1޸Qдء.)x5_I4GEӵdh4JVnI8bcCrӥtV:F ^+@f"vLc ۘ_š9uj_C/44= >1ǰu?“mVDRLm+`3^ҊKEovPdCӭfh-}H :z uksm(.pAƊwwE`) (((((((((((((((((((((((((((((((((((((((((((+b>#S/NXIk"kA 2-驪Z8+WThXuSsF֗RgcYj|׹DHzk;6ǔOY|A_\}M sJT+sy֘xP\\XƗ,0@3/Aմ6K%w1cO^\ c//ޭ<7 熛[mnfIo滴E%;>lz_hO &x!y#z9`0,WBvg>"xy-nsk%I2k]QP((WUTi]%DFf(@TkZR\ɡ٦y6M<wH.h4Ms8` P}~q}x]إYqoi"aLgk(rܔy.iW^ \SiGq#d(?)gLzP]]m>ɧMh +{`H>f;sxt&ipg43ȊnSO_n>vmR+#;Am\ck yݾjmŽ엶s & ": YGAHnmW <- 9PH'dc'>}o@s̭ƉMk˙MAAq]HE,R,vP,eX @#٢((((((((((((((+:WSA16vtz/Sր4݈z dc7|7dcTkk6#mqOcO#u4Tp4m2. +ޤ((((((((((((((((((((((((((((((((((((((((((((((* ׹w&Xw{Mw_|9p!ǢYR- S{EWZ{*$u=kCBQ'=C]AG,갩Һj"GT`; +uPEPEP^@^Es}ʉS:kvuYic勻F2 +qt.?h(((((((((֧abiU }2y)|2$7#28=+ε=^oxU5uHDaBI956+\BKLЭP%|ON(ZcEsCSH4]AX\ %669q։]Kx.t頴P +e%%_-^>ҽ :Z ̖2*Z7 2wL( 65Yo9'N@LѼUF=1l!P[B2lg?Iy\()C&i@um4S򂤀HX~iZާ ]N[XzeP'B/?,c %ۋmn")8]20F;sBuԾ 3g=kEz~~qEsOl4B%8vrW\# ïJ?.C֭;462u*p̋'t&;+/E^GiwR^3<4Hd'-g*ME놸ݨe9 ) He if (zV D6%6n/!P|0W<5V׾x-O4)!80e8vԽw2T; @wzU%f1wIQHaUnu=>d d,@O5jZ[C$~bC J*>ut=)c1$R$I~'tx2O8[ql,|\; +hzOwe2%Y`9#\xiN-V%%eF +d)qUt=sV񇉬fTpWr3;5$){Ե~*j0ia i!~i|Ҁ [$rkJ_gWqq|lI#F;ASz~?z<+|utŠ|EL}*ğSEomݭn")8]20F;Eͷ p<{U 7c$ML^m;@V[tTW>3h3.Vy~ЦHWyMwzF5Y6n-Ii%1pN1lQ\u []}Hi/-谹ܡ\3kMuMnA)'ha(xMc<uޏf +IBe # xU/A-w6#aȋЂ@wzA,_((((((((((((((((((((((((((((((((((((((4gv +2X+|aDt!ڄ_DCArkZxVH_;$R#=X (DUB.~"nɾ;}?X5o7;Q[lgd}i8?ZXޝ\ iu.q]4gv +2X+|aDt!ڄ_DCArkZxVH_;$R#=X (DUB.~"nɾ;}?X5o7;Q[lgd}i8?ZXޝ\ iuɹ7 Rp# +v;"4T́SNɶg#麦Y͉R*ʃhR '# zXV~<[ Au5+33+7(̀z5tRZ^ws7]׈ k7McUWk2ĒqqG +Cpڻj7O(1|őq(UmH=͘U|4݀nV〛x $Dכ6 &_:.UGTQറjnwO [.dye +yX~!--֧ +3`K 9OL#*@$gY6e46"EiwWrّXҍZ-'g=b$M$ӡeYn A Z7u; KK6Ե%"/f8RNSzפQN-6x-nwўեI-2ޛRz[T|1Ÿ] &_?GOzuM?R+k+ϳh쟺z]6D#dWpW?oyX]$x%:X̭۱1[h/K+vmXeY" UH@*TAމY{LND%ܾܒO'mtڡkCTῒE":q` ڝƺ?COhZZ1^Oy\!98e9\\WKE.KO8úx?ƚbaKEx,W#⻝9albhDx؂T ^moQ@Š(((((((((((((((((((((((((((((((((((((zVm?L?R[YbP0$һj(`znj4N-+Q74r>řJt-ZuzHkI&(#),9zZ)5t;4s69;Uii/K#*%y=V7QOU{OC9<RFۺ0]Cwkֲ̅i*Fju~wU+y[w<@|KZCڼ6IfwB|(r9jյ^XFNV G3뿥iv6oY[[tĎۊ'ʩmuoBKD\|#iV KG6:*\WGͯR[ڋ$Jw63(tRyn|=X2S{V 8,ˌG8>hP26UdS`z!\OtWR+6Ku-ì(TGy]uO=S]cN]عKyb̥J:UZt:QgeKC2I+9{c)5tӳL&*Vo-%Mȱ|DS̈́N>2G3qlmݻ|W{P{g5s!GpJ3ڜے~wU6V^s_0K5údk@$1϶w*#ak RUQ2 +#*v{[VmiuuAH2y?\&[?ȔIm} NMѢkLjzbc  qkk3kLkJ.CQq +hZimooWvS̮5>(Ky{wq%<{]d}^dX$qF qHjz(QEQEQEQEQEQEQEQEyơch4F1K 0ד[xKK Bm5-t놷`71>جVx,o=&Xm$1+]qzB¿o^_d| +TmRN^Ii9zS(Nہ8#V5Jīa:1H[9&mWp\}*F{'X[S_W vhOhr\ݽLtΛW V9$tV7ux[9mfG !HT9CsVǿBNm2K;HXrzuR/ |DV$w#JQ?N-]?O.?1m Of$O'zhy$oȅ ~2‚(,((((+S=$-̡{K\I| 4RPD31RA5Yt4cxc[<9څD-ݺCw߱Eڜqe>rB  + +|ĭh_ W6rXI5C^6h$m-I@ֶve^K3Gݐ֍w mH8?D\x&_`{o,{Tm!Fª>l{^^iZh_RwZJ@9l cWH=|f {#FAr3S/'bVڨ[xL]"ao{Umn,eeP=ZO.k$G22r;ڳ_|=:uͮc"ܨBW5 4v:w.ohD% %0t]XN "c;)OleKQ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@io=-c/d}k>eӮvЀ.2A'sX_mt-=쌆JXj KK:fԾrJy5/%Kr$H`\ϴX` jź}Z =uiw>tm/akPTHI VwlڷLXlpH`H҈_`{NV0jlVzEolXr@#8嚱Q]1m.6Dp*Ɇ9>)nk;X㝭cv]b0qޟ=_iږKb2vMh3%!-1 (&6=$qcKHrT#8=E- +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(? +endstream +endobj +787 0 obj << +/D [785 0 R /XYZ 73.409 812.458 null] +>> endobj +788 0 obj << +/D [785 0 R /XYZ 74.409 778.955 null] +>> endobj +789 0 obj << +/D [785 0 R /XYZ 74.409 558.541 null] +>> endobj +784 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F72 473 0 R /F77 479 0 R >> +/XObject << /Im2 775 0 R /Im3 781 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +800 0 obj << +/Length 2359 +/Filter /FlateDecode +>> +stream +xڽYIs۸W(UY p-TdfwJ@p~EɴrM%., 4|݀|o+*/3$շ?}/DzwfIxC^~„D1K)&K-{?a̳EK>#/ b" B̿ɖ KQ m+B>a bBvr#[j& Zl"*&\v7Ǭٟ6ckم6 mS$KB4wߩ"H)y5_BsDzKY[30 fB&qt,b@1/rL7u<^q#8^.ǙlqZ)BB+>It0fٔ?WgY%D܇Ɵ)hE1B EpiJˠD<}]ЂzF/!( `l;_3ȵr0gCEC9do<K_oV5&oU|֧2.dvaal_ V"fz;WITZ  \jze᭪lGj}6sֳ;MdA%? !6(0NOF Vc6T%"{=m,iNT\)+6$ =*_|\֗5M+,lӰ F*Yp2 0UM?/ۍ-R`m8[%C:Rսa)`CEAV B$7Ζ,>DuRģ~na _UNÏDNS:]@,b:5^4޸BMTJ[A7IeCzbruxGOASZY`s4S(a@:R !a'}x7LVyܚdnأ:3%|KZV漢Gjjkm%y6.ޘ(o uQL%_!=8Tg ƽ]lhne8X4ƽ۩bGԽz톝*Ksq֡Mut]ݟ7oQݰ1Œ%uD( ^ QZkܠҪ[睴tmv4so 9H\ŏmrLd$saLlwt| XWbMw @&:meȢlZ8O.}·8 5[,tRk +kwq2gZ˧qzMWO$Xޡs1(nNE}>!4]t2(iB᜚pB Lc  2+`%k-09@SYNTHG'9K7ӊ +IIB6J; +ɓutSQ"H˜fp2wJكiTjyRo8TUvy3^wvѨR?PWr ]\~7u[==WI < &sAa}2 ! ;[CZiGIUct|*K?k&GEu w-pP}.hſbk7~J +ulnrc3 J;en)O>9 iFX͸TΩ]Ruuk]A{j(5\X *7L_aUcu6O]RFp@SC Y;<,y?z d;CS! -Ria2qF_EledLnmj}W5.m9؎jD :e6'V?ؚmtq\فBv5>A +F|CaQaF*m*ݼ5Pߦ}sG{U_KH dsP"a#}, O;c_jGy\u,ثɜEӧ,>xa{);`d|i ET3#_M2J7}#wAZS0EJ`=PM*inM%{jzZn8:VxP\ؐ۫( +endstream +endobj +799 0 obj << +/Type /Page +/Contents 800 0 R +/Resources 798 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 772 0 R +/Annots [ 782 0 R 783 0 R 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R ] +>> endobj +782 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [418.878 521.373 482.965 534.06] +/A << /S /GoTo /D (cite.Masolo.2003) >> +>> endobj +783 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [486.95 521.373 512.853 534.06] +/A << /S /GoTo /D (cite.Masolo.2003) >> +>> endobj +790 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [133.834 463.59 206.371 476.276] +/A << /S /GoTo /D (cite.Gangemi.2002) >> +>> endobj +791 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [210.599 463.59 236.502 476.276] +/A << /S /GoTo /D (cite.Gangemi.2002) >> +>> endobj +792 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [481.028 463.59 518.874 476.276] +/A << /S /GoTo /D (cite.Grenon.2003) >> +>> endobj +793 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [73.413 449.144 99.316 461.831] +/A << /S /GoTo /D (cite.Grenon.2003) >> +>> endobj +794 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [441.055 449.144 457.992 461.831] +/A << /S /GoTo /D (table.caption.24) >> +>> endobj +801 0 obj << +/D [799 0 R /XYZ 73.409 812.458 null] +>> endobj +802 0 obj << +/D [799 0 R /XYZ 74.409 778.955 null] +>> endobj +145 0 obj << +/D [799 0 R /XYZ 74.409 620.699 null] +>> endobj +149 0 obj << +/D [799 0 R /XYZ 74.409 222.594 null] +>> endobj +798 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +807 0 obj << +/Length 233 +/Filter /FlateDecode +>> +stream +xڅON@ Wڻ}p>BB*%("g Jj : (:AN?h)Lj#4{бuSMOSCo voayPj~^j2F hr(x_a[shJ QCv,oVY;M.G[asi1{?lKxzs5$dyWpci +endstream +endobj +806 0 obj << +/Type /Page +/Contents 807 0 R +/Resources 805 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 772 0 R +/Annots [ 797 0 R ] +>> endobj +795 0 obj << +/Type /XObject +/Subtype /Image +/Width 788 +/Height 861 +/BitsPerComponent 8 +/Length 77430 +/ColorSpace /DeviceRGB +/Filter /DCTDecode +>> +stream +JFIFC + + + (!%"/#%)*,-,!140+4(+,+C + + ++++++++++++++++++++++++++++++++++++++++++++++++++] + }!1AQa"q2#BR$3br +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz + w!1AQaq"2B #3Rbr +$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( iv:-+z y"Nv:͎kkqy$s*C;}A>4h +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +֥[dLyGm##v=I8@wt[>M"yWP飒l_JI!U9%bx ]}G\.$y15o4)%#!~  zvrK-2\B`3X7Hr88@@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@pv2\m[ÖMo|֫ms1Ptmw}ŬrK<>grʐirh~t ]iSDG2G"sNrv(FvQ3wSGC !y]V[XRVDD 0rNyϖx1мOjJKLKm>]\y:ԑM;-#q.G[ɇww4P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@GWPV {}6 +gr`,0F31OZEzl1U$!NKj0 ď8P/W#ԓ|S{shc:q ^fxBz %wa5Dyqq{q '/pH?>Zz>"k Z%ym$}>`p%@|zinl7ާ=`ܡa8PF axsCigCm7m8}Mj@ W :K J# m"y Ŕz}P@&_|Q7t7P0y۫JsɍˍĂNF rH[^%'Kk8/M͒;n; @ qPaKIM[𷈣G&]F[w8$g`dV߇>$幘T4r4'rqa$7\5͛sũntlW$3Ƞ +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(05_WHU6c{<{2V`FAh+'y.4}y69gU^2g?0]Ft00Z!hhhd3@æ|RiImҴn3J'8;[h# \߸y4MN{cŸ@b'96 +( +( +( +( +( +( +( +( +( +( +( +( +(+]#{Yt?wۤیFqz˻=\lGkM'My6Hms>*#fÍ\\Y ͸q$# "w D[Mgoq{q ' 0H&\5u{ 4ğK{/H$>fnrF3Ї/YVbԵ$j|X =dqPai:EV:UYXLN@$4j +( +( +( +( +(ZUKY&I3@W;;/>չU/}$Fv>Ff$'wP@P@P@P@߄'M~xe}(,tWSsր-xgXvL@ Ia j`y'>:J( +( +( +( +( +ibOKzu=y[h*H +8@{?< u ZG0+s;UG 9u:N&y5߳lIo5{T.XsKob5)nH+2ۻIXbYF G j( +( +( +( +( +( +( +( +( +( +( +ڜ2gg%uRǷ,@^h^#IwyvqyQo;i î2@P SYK[)&8cL, a7UwdvtP@P@P@P@P@P@ٝciYA!4^״MIu)y1 vLIԳq +GOr]zTZAȅ%E' ޑ18 x +( +( +( +( +( +P>9oan,4ʣe>Q'=3?_"x cwȅ eA!~V k[ak}5)+\~(v +( +( +( +( +(3K>WRI,%Q Q *4@}~n"Ӥ2K*bT18ۮ(LxK yG}ymeLb(NVi0h x bheo崂9#efGm9r=3@:4mHRs"v0Jd;aY:`J&bP9=Gp(jz-=S^8ː96:( +( +( +( +&]SU4[HUIڀ0iԶzlɧz6rIo3$ Pso F;%ͫR6'vq$` [kVVޢldHcV:J`:VE%ĿdӎX N3^}ƺ}Csk Fgg`-=2}3?rjbH72,fo)1hw8Fcg +3A] lfG}?:Tz&q>͎ 22F +Sj~Nh +ƀ q] [$]Xs߀ +( +( +( +( +( +( +( +( +( +(Wƾ?u{ڕjkm"^~fRv"8OxwG +ěTCu}B?v6\d 3>ž>5+S}iܙ&K4*$ +@B' XwMS7:Oʸ?{}$YR~rb +:*{}YӠ)bp"Gr h +( +( +( +( +( +(#SK/ Ei :ٹ1<-KPa?Ǩ<U +( +( +( +( +(sWVU67&[- U+7,8=(YQn.hR$|V3` W爭44߷LV >Z]خ7d.;9q;-3_PҡIKfT6:~qߠ +ڗ+6Vu?Bd*(Ph%G#9񖱩OXX\5ҼUd:a rz-DLQOpF)o@9^8vu=~ xլ./gV%2EW;vc#r98( +( +( +( +( +( +( +( +( +(+?;{U^nnXW* sٟ|eWT.#ipKF7WxwlEJ&Sc56?3(b $@K đ_^iidJm^rBg@\m$۾d@j0CmecimȟahC&CI"9} c/:-<$>E/[W/0@;@֍R[kbr6Ȁ* tP@P@P@P@P@P@?O Ιm}uJR{N3trT <⯅?2y~ө75i\p UA@@P@P@P@P@P]WNtV{Y@G rr(.? "+上k{fhĕ^z s^h/C4xn07Ղf& g֓ܨ2ov;''$G5 +xZ.oy ֏0WfF ~SiZ)Yɔ$䝋צ008 +R@qk,v-E̊B@PYl ݷmXjfubIdn1I tP@P@P@P@P@P@P@P@P@yַo@4 |]ʁHT<ěbI]g'>?<OfS5̬6€;ox7þ k? i6|O. F>767p0(~X#}*;U8py>>u _e'u]^ݘWqUvk_ +k>(ޝRof,=U)ʑ@P@P@P@P@P@P@P@P@P@]gi5Am%W +,$[vw6KlǓkZ\R<@¸€4(5 ‘\5wKw]*͘rs\/4nDi;n{ߠ8__ 54*jh/`<'_+evPo=z> ^QjH"b>h deO<@׎<x=f E͛lmh, ʒH8^;|o7 ;0Fm8  +y 8dg @P@P@P@P@P|\}ibnyfLW!WF -s@Fey6VpGE +$p?/E? i__o@UP@P@P@P@P@PkY|sؾ}/9/'\["dI)UώM|< -xTJc c؁ +@P@P@P@P@P@P@P@P@u]JHUe̫i1d><_RkxVZP  (< vP@yOFoW[h׫s!܃""1%"ΥrG^@=* +::-bY#|FU>&x[tt9>d>RAt +gNihq^ii<0ߐApA +( +( +( +( +񧉴x_Pll3s$*R<2h-᛽3FVQ8ԃ|(mrApKrZWU@P@P@P@P@P@Uյ ]#JԵ |+8^y[b"c 8hOOugmw.5[P + +$e@R[i,z-gFӼC]:դWul :@ @ (ξw^%OOl.,!Y +(8wo +xΊ]NTidH0TQDU7}tfS[i èIր +( +( +( +( +( +( +( +( +(/Ƿ7vu9bit)j9vQ} ⷔO9Y xFq0bu8lvچGKۈ:tl1@-P=㡩67mbdOA!"0P7 R( +򯊶a[lvPڍe`P@!]1N[j gNihq^ii<0ߐApA +( +( +( +( +( +( +( +(e['}d;bFP0i}nN'sؠ Pk kKɢsk}m0t9_Kn;@m\"IH2O{(vSRyBO-%U7aB. W9*0i6&`$[X壹}P( sF-##vXYxh)+)O'HMPMtK2\5gmVnܸ 㓐 ,|-XVp6B`û8I;ȧF1ܠU%rI@5m6o*P@hMN ONWkkr*Hђ`A +F_ \IvjL͇DQvFyjP@P@P@P@]gi5Am%W +,$6&/Zm=աhӖFe3i +hZ(Cǖ]ku֐,[+VA +( +( +( +( +(8_> AZ`aJ)LN3PɌAš 7hT{,aXcʨfVmrd{P@y|qs5EJ_o6U!|U_ +( +( +( +( +( +( +( +( +( +( +( +o&<JOq>cE[ژfKE#30*Xc-x2]A,7p(ޣjﲾ +=w)@/?j0j7{_KmHoSR~ ર$%( +( +( +( +( +( +( +( +( +( +( +(>F>!GT{dc4Yw FH#Ey5 ktPԼ2 Kj1R72Ulֵ(|EsfE#$h-Lh٘#m;wƀ=}QUT3nhh +( +( +~'pEIoZ7NvācڬGJ_h3AI {~;1+QRPk@P}B/<^\^jw3$v7 +88''LEwTP@P@/_Oiև$xzS,Rfo ܠB@5~x^ V+ilnC02·k J$ :Z( +( +( +( +( +( +( +( +( +( ++AKsSmk-Œ g{މwwA7Mi%ƍ *09Hw1\rHVLjaXR(DPTP@_?|#-zP@P@P@P@P@US*xKp| \չH3dNҡ@@P@P@AFm"Y;(8U oe˸K/-!)A$RE#! @@P@P@P@P@P@P@P@P@PSV^x]Jim, +Qb:ʃ^+(g͍NcRȤ| @Ds;m.TRCK/ +}$ܮ.e'* gpKq}ŭ3kq}b1iw$utP5Ѥ|E +prFАXz 9?>'{t7^./K\: i:EV:UYXLN@$4j + xZwi3"Ggu~5Q·ڠ@fbH@P@P@yƝVQRW|F.g#>rHzfE铻 @;wkM'ENMG^I$I$MhP@P#K'.+.T۳>nE;s?n?w;( +( +( +( +(h(q2P@P@PWv^ZMky SN9b$F +<AG\[:+:@t]#Jt+8R#[b"QI8rNhP@P@|E~Zq gMl9Rzddd 75NMO2?n#KwRF !7@P@P@P@P@P@P@P@^&%z2NYi!B81#$f8K|s;m_TRC;O}$m'* cpW>񗈤WW+fDsa`NŤt62H86/ +5Y;?KM25ܢPŃUIpOA@P@xnXix/֓Fo{y Ե*a|g.t iXX4,Řff%$ ( +(53Uūhv$xtr fXUqF(^p@P@Pįg+n_Vv*lprDDe9kI( +(WR_:ƀ:( +( +( +( +(0`|i5' 9ʊ/ F 30( +( +(֚TlguG胓pHqz@? cRKu){(AF)7%U@P 7 iƀ +( +(O-jNXİ@#Fo#P'O YqiW {iF!0FߍŁTI9sI +(9_-ޞmc u(3U֯ץg\umV%`@C.y(\/l,w(bZIVK!`UY Ӭ>y_k~>m(z( +( xv[k.zM,ąI3l|H*>Ppx/iQ\}r]缿@w;W=I$d($4@P@y\ߴv4?sY3A=A@@P@P@P@P@c>%ۛKgE s2k,\lX+F GOsr};+ڝf.R]A'r3@P@P@P^}̖34GRb!KnJ3xz /E:^zE-Ί4hYiegrmUN>UQ(t[D ܷ6R3Hl9bTqp0@ 2 b.FRʙ䁌=G(ǚ$8DYdD,luXB7W(\)ӌu\P4}6L/&YXppxNqzP}}"}FkydP(H7,lZ0ok3Wh] 8,;=HeH @ Xቤ8e@v]^M!YepO2I*cڇ{KGv\@eyrI`W@P@P-NItmz;=!i4P@P@P@P@PKU4{0.`Tb&G OhW0Gs}0s-yg=:( +( +(8F:ŝNm$vFK71N2 l.R5ojz]*[1'`K$Jʍ+ HAcT_Oz=I_fޙ +6/M4ť]__꺈]-h$F' +9# a]k(\% 8U s@@W7b4&64MeN[ij@#bO@Xw#im@&έ=%.E[k$a7'*<69 @yJU񗅅ٵ+k{ۋ9*ú%Xuz<= /'Kt++3)?ܙ R7 n?7 ŭZ2k]XNV)[HZŷ乑Nnn,U'PcwĔ˫xHˍ2W`Ui 1 ԎF3OZiV\K>g3 wMHp$Y۷:rh-J6Mz 8O.)Rkg@ *(j󶧯aum{mo-'>8C۶%ťnYnEx1!%d1nHtP@KVg?ᖋKlnQC5Y(Dr:΃%Ym-qEH P8K@P@P+St}@UP@P@P@P@pv2\m[ÖMo|֫ms1P~ VeI'B ms.!|:V>9#oq$<8W!Gp(9:ioezjG$,jݧ=qP@P@P@o^0M\۴ecV&,`Lae90hFp=m5⶛B8YF80'Ծ"ZoOk[dx]E`2c9m2hebX4kdLʮ:kyh~)uB76,,s #')A ( +( +( +( +( +(0uo[[jIϽ-ˤ+f +NH(*kv[_pC< + vjFpe`G4_[iskVsNH!P/|QZ J Ier%dyր'Y$3 C0,@=vhP@o%xTw3<,hgQ@riY^?h]ų|ye pp9u`oAzp˵I +RHԞ-yj?d6f@ #p9 1Zq=YIi7|Ҁ.E"M*r@$#$0UA }_0iڥ-/n&X VU$GvYoBkhm ܓ E<+qtSG4-ͥ8>\lK(&iZZ,2g!t8]L=Ne=P\kx&¨fPz42 +)p0#H'P@_iIX!wnf)#I[ይ JԵ|MQrm6X":p;Z( +( +t*~!. +( +( +( +(^CA5}4Z=ח>]e]F;WZ`[RwVW`w|!ki}gVMg$Wz]1-Rfn@xjױۋoEGz.ԁ +( +( +M=O[մu;9D͖*pRFT(-OW7-/uo &d!Wi yȠ 8| on#&mu{D#DO9:e=%pk36a^`1>7̘#97{i#Ma,vVd _سsq@P@P@P@P@P@PxZm_wOY>7VW ,IIXne?0#qxK]Vj;̰4Vo*!KʉV' Hmfg}{kqKmrRFWiWf;h]VMԭ:ڤG$X̜b~*kKi粆]M5) 瑑=( +> i7߇csJ9|w 0`A"9q'f:bVW@Msr&ڃ3r8㍴Y5)]ieϺ6Л+d@Da3=v~ӦiqvKD6M՞c +Ha(|[e m4aGr\lP2^HWc\hwP-]BHRX^W-L b:(C_ԚǍ,k,'$eG ׭`[&i H'{֐Fճ8ywVGO]*<[FrA?66aldvj$RћR̆&`e|p#133@^W~!IiE`fIbV册gfL̯R0APv%?:jmִ0izc9vR +9H@P@C-O-OޝiQ첱a*Y 1I@P@P@P|;s?LP@P@P@P@EwsWEdY\*Fd h?Ӿ-1o5O`t]%8v* +( +( +( +( +( +( +(mGK +Ca3AirxKm°Ƞ _^Ӽ  K 3̉̀V',GL xF'wFo o x&"`,[F8M$ڣb@=j +( +(~;vyfݫ1n$+^FF`RXO _\el1Vc-^NoHRš<7kzT쯡Y)eUmrd;PP@P@P][P4KPɲM")f8f<͆ɨB-Pj!HlyO + HFT%vr@P@P@pҠ}]^SswZZ6R3@;( +( +( +(`h +H bxMyUΕ?hmQ% &#r[|6wJ[Kh,!(-AQDR5T`@@uWFm.V[hh%CvG %ybEv׬|Q;[Ҥe} +YK.zm$S#'ڀ5h +( +(:w::4ȭ5OAZ4Y+̜q9t,|{H:d6dQn (Tdt k -ܷIē)b2.wrs +( +( +( +( +( +(+z7z,ai(fE]pdd;A%R񿋣Z]*ñHN7(`I/xb 46dԴ0ۨbʍ 4>x^ V+ilnC02·k J$ :Z( +Z!tL1{g']~ͦ0!Yy`rCcr>HҬ>/&؈TdN@K[A+0uђbAZuonJzP@P@Px>%AO-7!.)&vVh-@Sv##ad +( +( +|#5YU@P@P@P@gYӼ=]Vzuoi +:vH Hh,%~ 5ڦamlJ$V"= +"?Nׄo-R8΄3m6IW=222W/^@VxFuխdd +dRS +( +(*jڍO}L¹w#=I 9$(gn5u2j̲ͪxʲH̤cSI P@P@P~AnӤ=o qGldH@z^[N#G7\GKpyv6W1^[[h'd*Jp{P@P@P@gYӼ=]Vzuoi +:vH Hh[ Y!,fRE*NFP^l|/;Dңec +UC6:mc'$ހ5h9/~M_*"$s4_c$ 𦑬xN_l?6}h|#H( +(<'aa_wt+^AĖ/'pcA$)]ŀai1𾟯+XޡdR VV8$`P@P][P4KPɲM")f8f8:{|4Q׷)f^ g`ܩU+B=@P@P@P@P@P@P@BʷBмn8eڌ +g$f 䌌Aiwu7ؼ:{>6#?gMXnW+y@ij3xF o.4DM'6g-XmbXUUG`? + +(!YcHXb$Y@$ q7wOmt:ɺHϒv8nC`` gp~-W 3_Bn ILfCU*~y@P@mUt/ ڼR[9e楢o-‚&I ݬA u +( +( +( +( +( +( +(WkZ5ZT6FE88?H4 K>^.60;3fxHNs`g9?ZͪKSuj"Ć53hsDmtxgʞ Im 2= + }iP@P/7bә6zZ# zAm$WSWMUTGr  x9(ӵ+Ar$>O ### dPP@Ewo 1L92h_044ZkGZN]]s ,@ c|CukYZKg ]M Q[E3' cE#Ftڽiw,2(`BmEcԨ8 n< Zi{BD6(8lρW8=@:9<51x"|ҟI9fh^ +( +5x;۫I'am0`U =dIoT:-!-]v1y +;k͵Ivp" 9H@%OiʗWCO{y-FXL!Br~Eʩ FuORcImTHbDD|=i@P@OVԭt#s{* dv8T\bHw&<[ +.'K>儨/봜I b7h<=^J]9oZȥHi'*ݴw<@{NxI3XA)Dk ; +3mRacoz=P@P*9$:5ӪxZ\$)$s&˿. tm `q<AxB_.u2ڐ,JP*N4%\ww-3e!XzUŚ:( +(|E?ǟ1]\]Ìqb1䃀p>P@!Ҡ״ OHyRPVꮥIRA ++UY?T#Oԉt#c<펝( +( +( +( +( +( +( +t-GAֺ۳>nmns@]km޽דcancH-H4m]I[/O{Tf}wt j\1E6)nVE@YS{h +(^n,4B+st$7 Fam Ѧ&\=N- +[Q# +9')S'VH.,ݞդ%v$Wj1z=\\B-)܁^0ݜddz_~ +oq$4f9f_p23i@P@yVj;+奶we +{tiz0?lprT>*y+|g$-wd|Ҭ V`A쨠=টk|#1yQ>컉ʂG` 䄓#{'lO[f37Km>z1{| z-Yi?<<$2E#y#j,lnvPVˌs=5nQ+ʨIR2BCAhƧ5I#{yxPt$s3>7-jio3F$;c$84558I B>C`1@ tEU3U\ݓ\x +^:a+ԝg G/=9z:z(~O㿉:]\ZUH@&خdV]9oIddUmB؂zdJ_D/b.ss} o&`=s1Uo4-tVC{tS˄FIpXO|$f& %rS^cyQLЀp@x▏jh~&ٺP1$+oj0rD$r{:P@P]T^.i~O;w 8P,}NMos;x& +p`Ix3M\:@-tkTӥl#Cm^F#Ԓ;PjixcMI+6B#=75{}NY j5#́EF#,.v-ǁtweTt^͕]ܪ  宓qe`52|@o$!}'9#&/V_ͬZJ1`ɎX9|xOKԼ3Ē ٛxdw(t78a|9h6:~<4Lc;Ll>dZIXlc" vwe^0F >s=hJ}+kztTk;j]d +Hh~@%`.mvly湔vS:8O=Tͨ`+ňS~py(kwz5LZ+4 ;ya$cMCȱ +k{栽#O&VvCS[e2%"*x' + ~JYoYԃ#eDGO8Ӛ款I6۬te ,KV !A g@>d^^}swkn%kiI$!3q@Pm֝aMּ>Ir[OXr~R( +( +( +( +( +( +(2VWi1g9{M>M[ͦ 6)!!FWu$OšۓP=] +$ad@ݷpRTO$xI𾕠=Y鮏P*̌V#XI}y %%ٴd,jJAPhRZڼWDA;a펽hB +( -T4C& +Mc{P6m5( 6|$hM̄+@<@YO2[A8RUSJFmm [4WSg6s-i3L`cq-Z+K%\Gn/TVGFGw/z@5w{R-Tur͸"KT1$Pi@i ֿKm +tf.nGC**oѭm"}ĬݝrIX*N͇»)ڊ]zTo +{P[Agi 1Am$ + +p +~;|3ѼhZ7~e+nFq";( +( +(`h +H bxMyiOxcN6r1A +ܬv(MVig,ms8#z мwuu\]?YHZj`.98hnià @P@P@P@P@P@P@濴 o ĺ>W .Xn9=* +(53ƿ Cy i-O2At7pN(Ҩ +( +( +( +( +( +( +( +( +( +(*<6]B+ uHᘳ=4zvZ|ЧBN*XyD2풮@yi[+NW,K̡.tw0YMuy4P[@Ie¤jK1<&'J[R7[Zg r6Pa -V=s3KU>gw}T8,FWq@EwsWEdY\*Fd h?Ӿ!oG|nm{hd@@P@ ѴzNiv&A# _ V? x[CoxEp,m *ʪr"( +( +( +( +( +( +󯅭>;Z}XvO!hA凋 `498 @= +( r*I`x q_[^oAtFrc N"  +( +( +( +( +( +( +( +( +(5//7: :/j"5ơ]:>B 2vrM\γmOb6:gUӬತD!p#*(+,&(-C$R5%d@!UvS߁XoH#P0@-PO7e2D-<-=0yinV+;`h +( +(kG5]^[Qc#!ycv r3q@|,!O4tpnS+y6{623g +( r*I`x xΫGYY.~]FGiU5@nZV0^ZCug4SNH$FC)A"% +( +( +( +( +(2Y?]gY>e5דgmqc84S1TIvI a݆'h +(~}LYZMNGiS#|=$ ( +( +( +( +( +( +( +( +(};UC>'0҇3w$u cp.[PvHZg vRTᶀPҴ"+*,v,qI' +I@EwsWEdY\*Fd h?ӾA=+-ksq=>f?-t u0@=* +( +MI\OJŌVA[co*pNe@͊Z( +( +( +( +( +( +( +( +|k;ʇWݩ\`Z閪ffR%e*w`(~ |C_%6:]3Jrudy !X\vWxWDvW,UCbz3z xtPPWw0YMuy4P[@Ie¤jK1<&$贖qc$HW#Hu@P@P@umBHүu-B_&y6؈N<:}oPVKwvI `[e]V0 +=* +( +( +|!u^ ދu1Tx+2ٯd\c'>Qx?<7m~δtn$7F,2= Ao@P@P@P@P@O.ش(ov"cEʄgsuTP@P+MS'm5?:Yo WHXʌ!ԀHRQI +( +( +( +( +( +( +(1|_3j%"WXĎ1說 1p@w|@i5m +t(ڞ.ՇC+).*Ax+w6eRɺurʹ<PU@PWw0YMuy4P[@Ie¤jK1<&}/nuy<5@![$p/]`?v3|6OSF 9$9 ( +( +( +( +(F]ONwJհA=ހiCHFv/m+d(h\Z6(&z8P@ +( +( +( +( +( +(*꺕a-{mce<ˋV8$b }My|?w$ +cr>'J[R7[Zg r6Pa -V=s3KU>gw}T8,FWq@P@EwsWEdY\*Fd h?Ӿ [M:^} \Mjwg֍i6:Voq iwߕLh>\ Lű,xþE>xiqu,_~tdCg47^Vh)XܳCqp̥d`U62|ÑxWZ+[_hPyIOf'<` ^ m!k&Gy82R=8w?|7A;hlF +X3ڀ4?ž-a}JB+QtFy]Օ[Xr8 +^to hW7Z_RXff9ܭ:(i>״Om{qI w7lsq?ʻs$c,|ӦI 8GOYh_J#8d +l5Үm%&c&$8lLw;Q%ZΑ՞O5 ϵw: P@P@P@P@P@P@MJ6 RO!E!IzP-tÚ(wAVV 0\y[~lw:jCr̷n&T*(DDN[8 +(3D.$;D8JNV-Uᦎ #s³o/ htEO9VmgnyS#;2v +y; +( bMF)"M=Y][(n0G͞H(^on⹳{Dhf;̹h!0Kkoe)I:?*0 @o_jMyu0B@UT = +( + I-1m;ֿm ux|#H0H!=> +( +( +( +(Wƾ +/}fx a[ƾ}.Oߌ`ѷWמ$wlٵ9"H N9Rs=PҨ +( +( +( +( +( +( +( +( +( +( +( +(OǗfmR{kGGPFsq@uxfk-A[-,QF-H@R8u3j[h7sG>6hI'u涴7Pb-˖'wʿH A{H61ڂX${tPi-/[}Yo/ՍbYpѻnQ/|(LJ>"_765o FMȇn:@z}7Mq`/bYp(iO=LS[Z[Ͼ[9xRKڏyioc&[;y en|ؓuUI${4vo:l5Էj-Vd+C,&f\2<2IR\6T#`lm !4Ļ+N '҉a#ĬG0!YzƳJz޼ș"XTOB7m$'n[xKѼF3DN❷z4MNYvkuBI ( h:$mu*vTR($ q( Og%#Mva'ʍ0ʨd~mܑZ( +( +( +( +~ GՅ:mY )$g/kW;OR0 w9>pP@P@P@P@P@P@P@P@P@P@P@P@P~AmʫoudZ729 o=_]Ysq܈3*Al{@<)c R%594. @:O9 {$:}ZHӣe2JLR ))\@)!K[Կj|!n>xg]X-mo{yizpbr;!Tg,kP>0o n bQ"Bge'D/@:}ӥnP@, zXڀ2-gi-i巶z.Cx/gֽgiȌ(+"b4HZuʖWDd*Uv\`}o{0WԤx$iwev,vB"돐17|7]/VY\!AH"c *O=gT͔vO*Gս1fITrgZQ PD̠"rr'uj غػX6,wX}s G5ul,W<~]mĕ+,J30P@P@P@P@P@P@P@P@P@P@P@P@Px2Ks Z#2.H +3Ȼ ڥ5.Pe$sd6|hmWƺڹj66S"Z%|\<?ŀi-GٶZY1}BD+~(ӼOON.# !l~iL@r,=C#H+^btiis& ;uCI<آ2[$>H >/L[ 5'{U c1t7:F(5Y4H@cנ^-4oYn%Viʇs7d9F}HC;n`9lc'ր +(#mK{;k{ray9PĄ$rGZ|IxSV%t-/l ^[2sXrs xYyl.ݦ_4<IȠ'SFyf&A\AL@`랙t0RjMMϘ6ѵyeNz11D4Jz}{sUǖT>֠ +(#P&Y^\wDI\hUY V' {%ơ֩wў1g)1P8мK3 %+Fѳ"8<(^ +( +( +( +( +zli{0eI! OxoU/tDn.f3[B*q EQ|4"W_.[L#ب~L6ڀ7$Fle1\ "uUy?թb6ng$ր6h +( +( +( +( +( +( +( +( +( +( +(2hӣj]"xUU=C@{KkYtM>K{dhHO/9o>%da#[!`z +mH[y4#  + bzt Iǩ& 4lCXO:(핶AfD21$PP]ON-Mi2gQ@v嵭ŵaìİ\Ӟ(V1-*1܀O4jE"MBPDz]T) zEf?h(O$i,InϠY +8 +(`X.bh%RG"WS [OxrYtK&R@(D[dtVV+dzm -d4iF GrJgs$@M셩f2[$G2ȑp[B(44^1v/l.P[k{V > YF] zk8n&K2MR&XTR߼eH$7|-j?ie?feE?m@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P[KTE-\Ysr:s@ t59gyU.[FLsOԭ,tdd՟QI(XdYPs8@79Կ3ȶ+r$#RRTb%VvA84_RXvj?InwZ-ln$9PG*HTӭ<Ygock3bHs.vdG2?=y>P7n!xem3; _q +qx3 k^L-ة1['9 +( +( +( +ִ ^Oaʹ˕#*vAP6fbD'vܫ+ HiCIsn*䟺:`Px| 6y+w/$p"W]`sɠu#5ZM2Ia 2Go1 +2K-Rh/tHuk![7R n-RBp8+ + -<^?xN?^ێ@] ,[yª?dY< +s˧kM𖍧]-յ\ٖ[$f3rJPP@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@~"xC¿j]{zmŶ6:?rs9s?G/>$%#>KD;sgh` v\uG?7ሖ`ϥؽ7#NUxG];6x7ooD^ĩY|(ӓm݄p˪p(k|m;>k,TA*2qڠ +( +( +( +(?ΝV֮ӭ|HxQӷ$@d@@AQˬx6Asx{\܎~U{&Po*ma-em}e.<{H`AEyS&KOũx̊8fIOGı02"QGx{Q,́m%CmaXVj@P@P@P@P@P@P@P@P@P@P@P@P@P@P@CgmCmv#8=EqV-[-+Ğ'y >p$o-WN2[ju<7ሖb)_=/xpϒGH O&OĚy/ͤ +m .I<|x[߄<+V|9[n|͗<1CPU@x]mω|\|ɲQ2ivFGB@V2t?ZޫoYtq٣#eF>O%h +(ƼA|uߋ#Ok_8Pҍ>Cxb +9e-.`hKIR8 EK@P@P@P@gYӼ=]Vzuoi +:vH HhW$Ed1Sa*[nq&Cm9PH$_u;6v0Z%(N˗)\g9>Z|U/RHVuIna)+ (H#P0@-P@Px;wux L(D`ce62 a2˸? $^/H|E!lDX'b6HP@P@P!w:'-I~duHgl'؂A3Śޡ_[Em!XDZ H[l #Q@= +( +( +(?ΝV֮ӭ|HxQӷ$@d@@WmGZͧ|ci-&0 ^D@rHZ( +( +xFuH442u A APCo?z\ogp""(Iq+z|EJRmY>Jê 2 +ՠ +( +( +( +( +( +( +( +( +( +( +(R; +Sk˛Mz.!A%=@|O}5[;a^M>!bI qBzno̝VDl?q3 ?<"vwuKTh^Ib@p6qׯ4Zmaemce|{h8$P$MZ +( +( _Dvگu,U1#bz*zxIg/QȚ_x+$Kewv" rr wG:OL.۸ Vbeq4@P@P@|R?I=lvnO٥;1+ n<` _4׆fBZ\&7rqTuTP@P@ gNwkWqY։i<(ےI 2I I+6-f>1Asl{\܎" {$z-P@P@P@U/.[yK^i6Z,ԏF7?.@~!XQltoiM_12^6GNek@P@P@P@P@P@P@P@P@P@P@׎5h +;\#Z*RrI$`z ΗWZTs~fl]J|4W*$J 4K'F[AcGJ$D4t=2Mw24Vv +3b3(B +( +( +( xJ"SԧCr!Y[X.Q~b s>]iixQ~(؈Vy#NrNH#sdh +( +( +(:||gI-|Zc϶;p'] 67*%z-P@P@q__k~2lXin4vf&>!F6:c;Z( +( +( +(GՆ^Y]6bN܁F &/UӼod񭎯hB B2Œcp@-rQ +( +( +( +( +( +( +( +( +(*jO;ÈKP@P@P@8BqHXfV޻9܏΀@P@c~ã=rXluSiP!{ͯhVl嵝02aqdt'hR1j! +sI&A;T [3H{+z8lekPDt}b0|1Suqu%Y.cu +( +( +( +( +( +( +( +(2/|GYCV3ġN7haucqۻ7cqVS]$k&mY$az4M,<6tlE$1FyrIe4zi{?[x`I=KgNf[P2I%PZ츋uyq TP@P@P´ =;R8^J#WF*ܖPW0M4E4O,$ \ڀ1<;CqFPqnfwXy^,'ǀ|bFr>4$m'\osۭZ +( +( +m`1w4x?te @d@.6F2G[/bU-V$E Ψ'=܂z$gҀ,kZ,b hi{!== +v^gLX'FSgsA@j6QEq%@VBz`e_6p$X\c׆v +( +( +("kh;#s4i)AUPzJ)#(+m6f쐛{.%_&#(*_A@98w3h{]A5[l;g`:06s_۩*~V%<w.4Ky&NxdfT@N s4VK [l.k:Q99FW8 z>w.x͂6W#8 1XbbhjGaq Pxg.( C >eaI-V;fOҀ4( +( +( +( +( +( +( +( +(T}[v֓idFC->BhEb$g:el2jRx΅MSݪc`>&mZ~o>/滊xOۘ*d[ 3nom;jitiZdvvEnXeWޠ򾪠f]yQxNQ>(DǖaP|ʘm AA@G^y7[D sJ! dnS$x[URƛxKc-+e"đKGGwd@@P@P@rɰo/WRjwSƂ_)bWʐpF}yEeMqi7VDPI vbA4xSX77:D6IKrAmI{}!M[it|?%VWj2\ܠo;c~|㞃8'bVқؒǹb<|3dzs@v=ɾ\ѦMoq< "ٯ \ m6y.|{/ xu@spK 6M"Dv@,]hׇHM7a$)g Ď"cD,, ?5i$hThAZNH BіNPG+|nKy#I"8O ddmR9 |KA%\[Eio2yrq)`$?3@K2+ԿܫGL g #.];ZuK>Q,{F:UpTs@TP@P@P@P@P@P@P@P@P@3o|V0XGD (oW:]kg_R(@;r1CPҵ?k[&lѤcuP*į +( +( +(|eynu+/h휑V9W 2|.jgm +ͽu;~U.c,w6vgPJ +( +( +( +( +( +^c :ޫ&+Zi0Wq($Zki!/#_,g*fn$`@߈_F׬g|ع;lN7H*@P@P@P@P@P@P@P@P@P/A|#kB&(J|9fŽ,8=(-ZK[[]Qs>G +@|$+z <7蚬{쯡hd©eF]p{P+c^|7>)3otGs6o;dL0vq @wP@P@P@y2~?N_fN],Aܸ8d_3z}ps{"h]0fe{ޡH PxS^GoJ}+4ye,ꭴNTGjՠ +( +( +(ξ.U[H|%-֑?zlAWv^P)©%R/:w/2ʶ6HU ؒYf$|\Lv^%/7YL!p\`crltY}e +^ 0@7R=j9ӼyEou,ZnoS A+A +u ֞ +P7 3\8b)pW) 0@P@P@P@P@P@P@P@P@^<>{{5}ZU;hFQC)ȠU + G_uMF2Ѯ4Td@P@P@Uյ ]#JԵ |+8^y[b"c 8h Og%#Mva'ʍ0ʨd~mܑZ(>,|OI*ǥ]}JXc>,d2#9%yh( +( +( _xNw YiV87;B, s&8~>.ټc-2[Mg܍F$Ŷ @y/KIx:%\anK0HY궗0^ZCug4SNH$FC)A"% +( +( +( +( +(*HԺp an wax +H(W߄_Ңy2-wޣl w 1@@N߈ljE1uۡoU0@`x3n%L8! +<C{x67ٟMգ;n;\@S*7`h +( +(*x_qpȶp4#2N9IP@US)OxKǐ|CٸYI^CcK@@P@P@(|G>"+ Li17jw]c9T!矙YN_ +(<,ek&iK`KYfrp=~ +( +( +( +( +(+,&(-C$R5%d@U'ߋ65\)+u!$\20+ʒ=j +( r*I`x y-χE6:} {N2Z͝EYz/iz;5(X$w1Gޠ @P@P@yWnľ$i-''2WUH$W8%A:z/m;5EgZ&ap~I$I$I&4( +t_P5oP+k2PG2([x q\4XwEw*]VX"]% sPҨ +( +( +( +(%z3FE%7(~!Em"9egA\r궖YCkg P[@8j% +(<_uM+U<];ė[$d +lMY$o*]:o=Ӽ_h!hҼA +fDթ’J0 PR!C:( +( +( +( +( +( +( +(ZUKY&I3@COҵ?yZf[|PmbʝݵX ( +%xekxVZP  (< vP@Pw^&ҭu_]B.t TndwVkK_xoJ K &kK+%c|g gpy@U@P@P@P@P5w|#D"]JD냁x3bBү5-uk}Tr\n&8Ƞ`ր +( +(+l|Wkח:7V &AHbHrP } +ė~흶}B6$IbI*Nx'zUP@P@P@P@P@P@P@yWş$wr`au FU+P@P@xfui&|K[0ePdž ;zZUY^B&һ2#3@ +( +( +(]2̪7*6(P@P!/xRZxDo" 0|#slXf omqŮs,i#zr 1=Mk@P@-O9}᭓rd1  IqԊ?%i/u4+){شXcOF>̔S!,dLQ`k6Ry"6{g(qsڀ5 +eXe4. ,ެ6,-b\HPu$R4:+M;IH`Cm +Lj1P*2qߠ +(O4vI4(Գ1hD:tٓH[X6b鞴 6Az>\8b`C  < # g:p^KI_zL} ujؠ +(0|B~+Ѧ wgA##JOq@+4i<k 9$ $f\~ItK84.$dq 4qĩ@_vkugڧi1eq\PX3@dR,$e8AP@P@P@a '7 +";K\S@uYhmۢp,axxzMGij,o"KX uU]B*Hz$/G"%;&X91m玸€ +( +(3㨠 +RxFҮ!Ӭ}$Z%6Bcc /imxIm(F+8@P@P@P@P@P@P@H..t,đrF7`}Erx1x$ jڔWlnEXad_Lq@P@VԣhnHi"U܌t|<}p5gwI|v%p=Mv |=?qE>?xSր-@P@)$ףӠ71GiWSmW |[~JƵCƚƑ46i$'~d q@qQq(ª=: +(Kmysy,mn~ʹF %yETgmgkL!rv!(:d:Z( +t9WXcRWWyAz;WdP=#m,m "WIgl7 `y5.?p'}oJ [I2*;:2л;r1 h6${4y$v@P@P/Sr+ͲMuM[^L $#u \kqqFm$X 0Nq.jfN-4KcA982>4ՓASDI24/mpHe㌜vP@P@P@s1x{ r ]d +,fSb1 ~ؖ2И%3wϺBY=; +>^[u(-8iJl#W@4;ҵ]WQ9n/HR|H +nn~c8o@P@P ^ulrҤYk cyҀ9 ]i:U"kKkR@Lb9f*?.xTMeACs=Z~u* +M?vIy'KTH,I$8$@P@P@P@P@P@PmVK. JUA$B<~=Դ#2jeYZ-`@ϋu>PK1-cHbr~v"<{Xhͧ[6r1*jI+~1Hwa5,h6율!w$6>PIh{a ;D#0vpX\l'pRAj~> +-llu_>dJ` +` 8RAր=j3ɏ&79P{=:w 6o>itdq;wP۾Lyhe\\Zѵ3[R4'$BcCxFҭ|,Ṻy73*0@X09/-VZ4 \۵d`˜ +?ƓItruy. SlGEf݌|,9tm!^ZYD3yt^ δڄ"hɉEea@uAs@P@y7[tObH!/,*Уqdw48Wodii۳WlTc@7,gjuX>0!tHA")P;ةdinQxa]b,R~GS۶xƗ+yZPI5HsvE {2\_HťwC$T>eQ;H?w-yl=2b=u`Gs O)F,Q8@@OPaKu-p[)Igd)# ?rACe,SȖIɆ +ɴgkAucCkmoRĦY8 8=;;J(oǃRm&4b9S%W" 96#FFr9ijDr &2$2 WJ%$X񎵩]^bu]:9^&nVBoNOzs+}F7v!R8{uk߉n|M^^Jyt- H% @8ZִkoZEhͶU] ;gh1|_Ua$Bh!.ci}'c$t!m-aI.Τo#I + 1#vӂF.>jWҼ> +۽w^HX1&BAÂ9s}~)/%i 4gtP@P@P@P@P@}6Xb3Z˷|{w` ߡ?xkIBڽФ:~R2pP(/4} {*y3tQby7cr/2mR#gZ +"qy,Q, n> kK[ɿ]K͎f!:2I 5i7KqQK5Đ?܅A>0y tNу 2--NБP3hwmۭ&T5Y p˸qFA9JHSH/bIWqxY{:)CͿ^#_ڭ́L)%G #xI_ q}:-nVkiY$vtd5,4n-&hą7$w\Pׁ4GdmdQK}4(aV~EaPsQм ka&qkȧ|.13<یu 6, 0XL0gI9%9<`P_DtgK ap[%<{@tRuX`;) +s~\sԓ@4mH7/jn$K-+e0?&4 +( WDӵYMBge[q\ prJ_h b`RBO" !ݞs@4 \GG+'w˺bI< +w>Ю#3o2E-H$QwCMi]'Kk$fX+Np0{XѬa],5xeh䈑:4/I, +msԢod 3mb>bF01(xH+ƃHKdHFy%Y^F;o@ݒNAml/o trP 7d|:`N@'Ҽ17iK `?f)vr_$m͸<@TP@ew!kyDK$@C[xZ5Ԇq0Mě )+#$PRxB{tm"Pܪ,A#nIbO';FiRX`TiH{[!lI\ )Ӂ1P~g[lAmye!$$rYH |-Mg3I +Nv0 X[m :ڃ$RʂA<цv\qu +_mƕZ>VH[g A4MS-#s +N'1c,p0Hр Il~cq#:_fIqp(P@P@P@P@P@y'B(7ijعcm,Fc:Ѯ.t툮P5T`I-LOH@ B],/Yh#2Es7mɍAms@C::VD[We@.t{4ЦF0Mwݮ7WO.}qHW˂8nTd@mx{[Mg—:ǤRk1E|P&i4KӯueV-,RIw*'*ƌ8\#>nd`k3·[#6캉2i]b_-DJ6@`ǟp^CM>OK/%yb7rqV6g5ii=ٵm]7$IdI$wUqY$*k^ ЮRNmU#/ S!t+?t{-P@W|ER=.+IC]I<ᐒ89J|c/6:'-%!"^$no M}]J~"Xqga@@P@P@y]ƃ{-K>o-5{I"ݧڂUGr9iqiټN֯n̦6Oͻ9|q@fg+&ׇSĹFYOX /@N5I EI;(۶U⠐\V(gUmY(ԠW&81 9CvF0p 8S ;cV/'I6pm.$84P@pxNa;G{`/k +G,u.O +AwQcʠ )B<Fkqxq4T؈6'PǶ@9 z]cy9;yϴ3v0On|Mz͈k7!#l<v@WXԼk[]\+-fd(\Vf+Žpr2q@@P@P@P@P@P@P_w:߈.|HTEIlhI @ :|Q/+-hhj& ]O9wX%PT߫'&:(:ƊpYMzP@P@P@P@P@P@#I0ȠFVtV+ʒ35 {"| +ߧI@TG"C۷f1Jx -<&ۻ4%$Ced9pTa9FP@ GB:P +(h쨡 rZ4gGdR靬G+P@P@P@쨌UFI' +SjQ[ެLH2pDy""Fh3^}^B8l cEHU`*@̽тeaˀ1aı4j +( +o苨J&9} ,ˍq9 4]:mfT/3ICܜSxMkug͉F+ +3! | +m\=Ư~VR2(j( +( +( +( +( +( k:wk[ZNMM!GNܒIIMy׃tYZĖ^UJ_: 6ގFA@P@P@P@P@P@P@P@P@P@P@P@P@P@:X^X7wVRm̤'=34z"<3oiKgzSEԩ,,wlIbzs@ow7M2 gOڒh\ 1.6N8Et Ro)éʥ"m} :ĒXdV2 q9?֐S#h=PTĆ?mP +(&I烆|u!}Gc36e2XSpq >'Gc}]|MZ<#T;Wrv8ր +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(ʾ%k"Id%³k`WKP|#.|!v'HgvItP@P@y Ҳ]M)# #(W' +X>gw@8=> +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +~%O7 +mje2dӐ~rs_ ZGveyo/2NK3s8@P@P@r0VgЦ1Ȭ#yO\2{Zms\̂9QJwmV/L?FmsTRVfִ۱Q`2J!d2)0xRòĖ%uMMv#I:3,= +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +6+k;[Lc9\nS2?:@ 1px Fz!P;GOAq<1 ͱ $ހ/P@P@RM{5.kŵ% ܅?K w6J=5T23=ր=( UR-ʀEBT]RŮys]̼t P( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(2|Y}yxsP-"- 7I2{PKvVyd^iTFI=W DKl\H27r@5 Tѭ'߰FI.amsݎ: hOգ[ otm6"&21KކAlހ5ld~;+L*ԴI5 V$[]>.\<0 VIcPzf;s2<0#F rݴq @]P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@sljm˭+JR.,Xӽvz^G͜(dGg;^0.rq0(-iwWRlpMho;y Ex4 lon| *Nqqik9<#'n좆I*[=:U-wdz֍&]xia+cierF@+h4}giXM 9K׵y +X򓴞445snڀ%|q_Myú}SDrNazPRC)ʑhh okɠY[J,ܥBIDQlໜ^8'8EEV_[&HnO1'bS`8r^/[+S9= _Ω$BA.X$dJk}kk.f{iFT + +rIh|-,hV]#A}&c+ג(u,{IkF=liڗ7/]XB +1/֚2fZ[ #oh;Gb~op`IBJ)er3P@~.+m:/] +gk` 4zT]6z Qv9_r@9X;O𮿥M֩50ܼ냳.c$nн%Z{1 FeQ*ʜ OPԊڄֲm?rْ.Y&Lw Mڽ4\q3!y9}g;N19.c_w[H[fa4 f۴;FWhN=cM 5dX^K]-Fl m#8/hE, m."G{K +q9=C}:I6DA$ o]KA@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@`x?7sɴD^dvƋLp}$yVX1_īKFmz}Ǖ&ą^Fr2PU=e|#vx#=ib"*yv˕<wTP@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@ thzwhCŽ$$t/xĖ3X7FhOMj#u|T +ћNPh. }Z̼8O A$&l!7uW:$1E.TP@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P5;5ޭ]gZ&nI$$&ɭf^RXr~?j6zGF{d:+DU"*x +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(3AѮmj+=:74;rI$I$ 4ѵͧ|ci-47A^Ae( +tͧj(P4>ɭf^RXr~?j6zGF{d:+DU"*x +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(?ΝV֮ӭ|HxQӷ$@d@@AQˬx6Asx{\܎~U{&Po +( +tͧj(P4>ɭf^RXr~:<(nfoqRS$' `O +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +(SFOΛv}5̺Ue:3#sbV@=j +( +(0 @9O/ҵ[xQ>u3^(YI$'8@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@!{|1´IP@hBUԤ9fA~9H9.F{P牵]rVLo}#VH1!وX=I: +_Gs +K!u3~T@P@P'] +k}"e0+HS=Õ܊˸r:P%RMs^.5+]2k95⸙ IB+m6*8<_kskuKTM |pjVK]bfծ5;I%v R99~?|2b7)$,? PM@P}U8գ50n?be ғ,ϰl-"I€ ?FjZ~/oe3y3f&<qַE|)k7&&X!60Nw@麽(.QRh[܆fs|y`/?=Ь:6k*FPWE%OQ$( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +( +dqGshsm\n>ހEF@Yq\h/q=1@ +B@p(h>ײ.潉eh`@[±Ċ!]}Ӡ hF HQEQ(P@P@TNQ +$%AA(P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@P@ +endstream +endobj +797 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [382.714 173.507 389.688 190.252] +/A << /S /GoTo /D (Hfootnote.14) >> +>> endobj +808 0 obj << +/D [806 0 R /XYZ 73.409 812.458 null] +>> endobj +809 0 obj << +/D [806 0 R /XYZ 74.409 743.058 null] +>> endobj +805 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R >> +/XObject << /Im4 795 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +815 0 obj << +/Length 2751 +/Filter /FlateDecode +>> +stream +xڵr6m*fS3l&9Pd!C + (R} `whTDžZ|P2~xM""In~E~egz +I,{$iO؊A:GYoykCIkuUZr2v̶݄]SW<VV򏇟ԫN|_$JèwYS?2dBƂ=ȭ4Ka}!SL̕aIf,@FBTIK )r͞ݻhhߐj`d=33d[>+s0\pqysG9( .dݚ#UTXɦ0ñi-ŻGUҸ&s6?Ɠ-<* -;m]5%%vms{L&Z'$E '|EƘ"pWCBO2V[b lwж}/>وfejJlsD}pcljo0o=re%H Z V5F]?a 4hk},[9{>C1ӹU +SI%&ŹлLhd،2)L{"H}vv嫹cqYN!FVd*cM%~F+zEwajz\%OmMyy^v9~hDi) ?J8~(,۷I:C`0 e(.GH7-*&'`!! p3$G12_6 AqTȏRms ѝR S2&BIg}#84ed;),Jg8>rA`n[):JBYB0([^0ϒ^Js,wD7졫8L,(ng+ %Ŏ<2%7 yxߨq\PȧU +ՏVHk~0^p5@a%݊J䞜io6{)[1"7݁H{NAy⊅'*Xۭ+!Xu15R)(冷WJqRˀ Cء8&nY𓣿fN!@#jEI`3zk߽R-bI$oLȢu6>u&mGv :Se-:8o,Dwg- ^%~ +^; ;_4QJEr'JYqOF@)79|}f3g& {(y|';Cu X.7NkEl$<\uHk%;D*?b 88( {jeaDmߓB?t7 4L2h#ioձo+_J0U*v/P!ȴ%yȻE,P4/ +endstream +endobj +814 0 obj << +/Type /Page +/Contents 815 0 R +/Resources 813 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 772 0 R +/Annots [ 811 0 R 812 0 R ] +>> endobj +811 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [268.394 640.626 275.367 655.626] +/A << /S /GoTo /D (Hfootnote.15) >> +>> endobj +812 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.539 452.681 234.476 465.367] +/A << /S /GoTo /D (figure.caption.25) >> +>> endobj +816 0 obj << +/D [814 0 R /XYZ 73.409 812.458 null] +>> endobj +153 0 obj << +/D [814 0 R /XYZ 74.409 551.909 null] +>> endobj +817 0 obj << +/D [814 0 R /XYZ 84.372 150.584 null] +>> endobj +813 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F77 479 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +822 0 obj << +/Length 2714 +/Filter /FlateDecode +>> +stream +xڵY[۶~Л#Kti2uϴqg ^Tɯ@ +N `io~|7^$ Kx%e缾Ի}'[ ]WQƁvFR:m"~)˛je-OJ&YNt CC3z^{ܬԓys!aG}{a0~~-$KLH~+S[v+Zp\IRD3< j:mfxgYlTkeKݑiΦ<$rӅ<iOxbTlաڮAQ۱ծQO-5,hkN9ULkmڅ5$r{d=|>tKQ^G meV cjJrkxފI|p{ί ) 9PyǾD)Ϟ?0V Py H +Y#vXSb9e"z)~O|69߉fz0Ơ<Ɣ$AV%n|m.GNb{EzrZx~X3|<:j ~ˣȎ0t=>X@J-/0=0,0yt(ȉXVBtCVO(oIݕck# L1S50I# HFƺ{T\DFbP|b<~~r<^ę],xU2k)ic.KN%"Ƀ nn- -U`TfhIa1( +WxB[廲\R~_%񗷠dK&qEin##G?;6B] @8 s~)nUZ %4]C[kx&a2'{;yu\C!%ȼ8JWB`Bg$SgA8 #GʳBdMׯBx Qg A0V0xJR #L]̲\I4(?؝hCESEVǯ:ڊ*U='fAQ=p]J&zTUa>OS&c˙Ӓ:B1 t"! _Lيx{kν8ITBk&|?E@UsbЬ vz#YvAK5sx*-\<>1bh8@ε) K6^T˂tJZeb^etjt@?^IgV{3=b}cy<4/;|J)ȭ`#8-J0#旲/y8nIP +r+ o Z PkG-'MQ8ԶR:)w^R'.a")H8)~эI~}kg|pS9lZ>M:)"}+/S]} +㜥@lE99KZ5w +/H G{3zXWXlbOȘ\#VN ?Ve +F'vIϳ#@<壋V^xz*.*1gآ0#¨lZiٴ'fd@+O9IÁhAx]bEXF|+|b/aB0,#G+0q'S驫~Ji it!6Hdx," 5'Od̀xI:QB8bJ>єޥ|aAq/O&_E2˯r)n3P#ȼ4{e:J zd1f!7} +VFt3-cH6;9ɞXs=L}컆I`ltz^P~5"6CxsܻDjj$Hͽٽ͛xW;wXcA+d$$u(k._Х^'W:X0|Z/O{ˎQm + Mq=[JUe?<7q +endstream +endobj +821 0 obj << +/Type /Page +/Contents 822 0 R +/Resources 820 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 824 0 R +/Annots [ 819 0 R ] +>> endobj +819 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [73.413 163.914 81.383 176.732] +/A << /S /GoTo /D (chapter.3) >> +>> endobj +823 0 obj << +/D [821 0 R /XYZ 73.409 812.458 null] +>> endobj +820 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F72 473 0 R /F77 479 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +828 0 obj << +/Length 2558 +/Filter /FlateDecode +>> +stream +xڭYK۸W̑<>6ˮ=PFbB*Dۍ_4sg ;~ӻ5M`NpŒ4KuRz3z0u09O +vr.󳟚ͧ&1<*>o,Y*=?k!L0 edv%tT4~k%,㻵qxF+niUMockz 7*4Zf%u0홦TҰ},Q%A"DI)fz %r&E2L*܅6S A,ꤝn/o߾ZI8q;1rz<:70~N$d Qgzj8QCeV쑾[S}e>+[BO53/|?dUZ+GomUlWЊ˳Qɍo*=oO۪$6N\ģv@V& ˲1 K Ɋ + z08 ט=6e1%ЊqT}[8/<5ZOQ=Fq[`k޸$ⶓD>R:G3{Zw[=}MOA^[]e:go!1!{i֐˖{8{C .1C.b5erŢy9Y`UM:r_E= +T8i ,/V{!0? Y4blއ/- u]ޫ9@|Ǡɂ~W3 &˘ȸ&E\\kثv[KYKӖ%|yo;)8<'A5t/UC$hb$RԻ7Ht3 +>Dt.HI yEi&M?eK\;ztA׎$ B9E0R 4h$lۢ?Fk[lOav=^s2ήX,z1;ߎN'LQ^kqx({On4Ȓx"@=qK7w)!>6϶= qx>eJɵ1hsSia)@4L AeԋgZo qHp{zlK9/|$QEV A^5OӀHbB{+xL]5MrQiFǹgr*o؄IxB(TEɧ?m)# OCP(XAUKLrX9@Ζq \)O` + +ic84 jkjm4h۾pczV#ִ_u A_'8֠xċ@Kqk7Ͱz&=V·TQB|^%uc0[T yt, 0 !!T`*L_\R2-ieݼ:gI:)Dc(eeƻțtև_~Am~z`iai}A+:|_U3fۥk[ΰm#MsܜD/C{7unK7}4{w"{{ͯM_UOvPȏn[6.(,Pyl| */sNhyv %WYo!kgcT8D@%- +WH +(] ڧ+yŒP~c;}ZPޅ@3lUk"Wʓ7tb +"!@TjQgSS0G6OOGC!PUMmJLB~5]VǡiTd9\e]8tA4ejNN~dx,*9@HbRΓt9Ocú.ΨkfrLG&A'M { oDpu.CV9 5G7 C(_x`PۃWD6>~`f!8[B;Tb \%ˇ&d'=geh4M1 DLhg8< +{rԀ,M30HJkW c3 đvp@:I/2N +Wo2T3~޴CG;F 7(pigЄoT$YL@_6e[b*G iE~_*|jGY=c>-Fk.ooKS +yծC0uq5WPX~]dW(J!a(> endobj +829 0 obj << +/D [827 0 R /XYZ 73.409 812.458 null] +>> endobj +157 0 obj << +/D [827 0 R /XYZ 74.409 409.941 null] +>> endobj +826 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F76 494 0 R /F78 480 0 R /F50 363 0 R /F72 473 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +833 0 obj << +/Length 1473 +/Filter /FlateDecode +>> +stream +xWK6Qb."sKlA@IZYȢ+ Iɖݦikj73 bo/tL ]HÈb 'r? 41&H3Lݾ۫Wq9\t^)e* (PYLjUc[Kh"&'a;{wXeUWTRA\yו]pvr!|M9Mkϫ&nkzWcU2ohԒ3\,"*ႮMIJp(IՅ+ŒTQp{ p06k]޽}MSFö)E]p8 J={mKpXƌ'%YTͺVc^wapG9ڝ0",$2MElffAIf.nOq;-뼯\3"!_ց?0DcM*G@k~%/@fL1d2]q>lfn 3vX>0VX 1e5aMܖMBK{`+DPrp}~:baW0D4NϏ07n11*ք@D c:j gOy*k8ru sˌ1IUs8hŋ#r4ђ ʐLeSL+c]G8}nFTIʦ,ʮ۪~ (#=i-7ھ͛#?XTAJ |3&EqIg  igt\}}{ " $gD31bgY,"v&$Q`qE.t'v!3KYOqRD1 HG19̲223FL@=7"338=ϛ9 h;vA4R}pncvk"E{}/)wrrz/ +3Ԇ]oC]^QM +]O ?.c': LL$ZUǹlkzx C &:vrw5 WDa)o@XܻM3pz7:NgJy3Pc\!%@E7:ʋR:ʾÀ Rw> endobj +825 0 obj << +/Type /XObject +/Subtype /Image +/Width 487 +/Height 527 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 43399 +/Filter/FlateDecode +/DecodeParms<> +>> +stream +x|SyQWq"W:-QAM"ȼ,BN肖N3i4I4N-$M6)9y 7pBPGP(RBPHm +Bj#@P(6 +B( +GBPHm +B!Q( +B( +Bj["""{gT?3[Z Fg]'M=<<_z?iBjPZmٰae2EJ,+Q[2 uuv:f̘(ݨݒ2msYyM`|a+")LѨtdf/)OdJU@mxBjPvv͛NPa&32c|9@mx1962;bOW)D~yAB +(I̙3/ 6{nƯR"Z];x3*604AA6<.f)`an0@gnBq6 pSD~yذAԔ߲y5RBٗځSL-]8w#Ȟ9 LVfDz,9V.OZ/M: +v})fgL/yfaaqA8:N ' 9s?+;B!G[9pصuzx)wDUFjPvTcc8P["1*w*P3c̢YOR^R3*S2tEE3g.?S,oQPsߣ>9 h\/޹` 8߰a;#rkC!"LCL7[oTFEm?ɓYX)ʋLpYmR]S'bm0'UzuԨȏnn^;vJ=?4g`e>KBŋ>G6}2z5I<``pؿif o7RBٗ׮D"e j^nI{6mIШÇOϘ%5egϞG~\?plXR`mw?rşL=lf o7RBٗھ&9 +:.* +Tt?bmRkڅႢR;֊? 2e>6L L?O$|s~Ԝ@mOϛ7omZ۽}FjPvTCC-6+i^kϾ_<@vn4c +O|ؾr%&R23y/ѣ`;/G|pHddkQ%?jN!if 1OZHmNn 8ѱ3rVg fOLO8pR:ۓ';sWJdӋ}QYO8rǟ?~ʨQcƌujΙ38p KM4-m{n¯R=<'Lpd5V)ʻs;-d煭cѲ,E[%rrBC6:Lš3Hm6 +eG7]v((P[i&{&bv_3RK{jSůRoyt~^j8ΩܰmsCFKOc):TT3RBٗڗ.j3N87bv>i6R//^ 7΁NWmb6R܀Srrh OZHm^>>wde61RBٕڍWD3!#C z*pHmʎ*.6_ޠ7|sŊJBuzUC jz/_>^={f}}Rzu;^_6rHPӹy|LS،Q;wϵ gEj2ԖDi{''';;;WzF帇g]6񕈬[) Mݻ[m6l]j}SO3Tp{("H4M=%Iuu]v(Tv?*OP[[JE9rUTԮmD(ܹF:El:feox''g]/ZpUUtLz tnpSRꈤ:i-M-Vjӝ ?デ { SrUU64:EٽheBu@xȒpm/ڪVj+5j-+99?\|YlLdzJLRzPtZ*^Qp?e.g)5Ԝhyǎ]`6 +UkvȆ޺Hnllԩ +PT$-抋 +Ŷ-y6#5:>_Ryya8`Mzv tyקC9Qe:jGbv.+&NW^Xqz5唖V-t[]5޾}BY-E9Am{rv^nF^v\NJ^=3VFBHhD(P`T^̆\$\2G%(T24zϝ;?$$šry͚rD"rJ[w(jijIX!.V+{ĸ]rz𵛭#E3j%^kB6aAROoen~<88+%l59V:w~۶#Q(kL5N]퐄bbiJ+iiHfB# +|NWf.{LED~##_P]x+[cn 'nj D[>|s=ĝ;y'Ovrt_Ά NNCC$ >lf[M05GQRT$j=z?3۟<Yً'zԝ֭; Hm: j}UFbbv\ZKM͖SRx-\+پ}6 y9L(gb + + HJ"Ecz1Ri)׾} ū)T?m+u Bje}̼Evviie)7;j 2/dRw" +91leI善E!^#>ϟa/Yy߭XLL 8G>KWBpe2`\N 6^cīWA~}Vz0RJj+y BYe5Am3G:j{)fŵUPޙƥK^#F<Pgru"P/ cYX&r%PK6[ڭ[wȜ]\~ǭ[we-[5wB\Df/̙xFD~~yV>vy0Rj_@j K8M} +E5Do~[JxJ(*jm#llٲ7 Õ+׉@=_ߛކ'GzjfK C$gvAuE(9{28l؈Cs国l6OEvFFyV>vi0Rj_yGKF;$)S +k\bNvDV |^]ml0^z7F?Ͼttt޽7"_8pΟC!v7o*&Jl7o9>u'{N8]\~%E^ًD.ltV>m޸qBYTϴCA)SdX*ezZwa¡_&- qX\j^\#6$2Oa6(@˻JYnbE-޸q;BYR^%r+],(bEmd\N>6?x?ãϕ/7:3v`/cÆ`6 +Վ7_F\7ΝɓwH!b ÜS A~rPZ\PQg^ә2֯EjPmKǬ$ݫCR[,.EE;[ F,)xI^E2t2RjGMͱ CVk}ݾ;iTP]^vB!Iv¾t_oL(нkn4 Q(r|=j:{;)y_7x͚`6 +e^Zv"vcUSĉ<>zO^\]F̉*#mAR{ĉK6NO[Hmʌj!&gUIjs8OW_#Q6%OГ0֠{WBjP&+"-PQj;ѽ+WnWU#QFs[_WdѽHmʼ +}f?!/O]^b3BQВCP[˨f07(_.'g2K\%wB~;cDD̸qtݻOHm5T4TJj.Ǎ#G./[\QQFKEvvݻF?!Mwޙ)C./]\^FIC MeRt?n#Q"!}oӥe6 +j d;do߬P(1bdR(5UEw2(ݻ` ,a35hNJJ WxjTTBCԖ'-  :tTo!!"]Wݑڨ>"-llnh'w]VV+uE²c

AiXD'&CU< R~2򁨬:yD6໩ R꼰~DicY+"`Rw+݆*#C%*RVIuViJU:h6cAjP6PnliiTӦ:O8ᾝLsvv'4k֬+W447RՋeWȎ]oMMͮ&MƷoGgk׮kl HmT/碜ѯnE3 6\&Sj˪*Dil\_^]_߄nԨQMYꭂ:h'%Nl ;gO'6h+W ^j2Hmcjnh!!瀽ێӤ +P[UvܙI&Κ5ǃ22%t55 +!H9̹0j9?aW1G-iԜ}/:{BMMoF>sZ CBN%2vqH!J_rǶMB^ 361j +(DA|$7=f}ƍ"妔dy;sBu5R.vHB557oF988J@m&3ȌݿgFf'GU*R*%ƸD숕R~JYF۞;wGjPݡ*Y9]~ERX/fTl`hߍ׃3lx]R(*B6a~iXD۞;wɓnHm[UԦۇ#Lq*s.dfdψTX&{cAL"?BfΜ_zq)!q/Ox@J\\'|3C‰csDgtE$k~…Mv{JuHmToCQԞ*gCX;2 冗J(,T 0D߹/~衇gϞ{c0O>Ծ} +K^Gx<Ր!Cw>PT>s2@ +6t_~9^^7 1..'W^r8ٌ3-4Ŋ;|sR+yzz?ɓ,[,.-Kl 9D|Q l|w?.YY,)19sz G:uq̘qd"dU~#Fҥ,MSڽS '=v\YY-Rrj 9] PDe-jxVR* +J`d>tA#ay܇΀3f2*mɒU?`PH_vС?y3l g)ީ?rNWF+*vC*/j;:k52sg榛'0`#fg<y^x_GOHȃ"Q({%y•~4 :/[':rZkϽej3] M`؉?ĦM{ 13?h j6O<5yc ^z+xĥ Bֳ9X Xj LϗS#rMW8 Q(B\[.IY\)+z5xGKc yygro,Lh \=0;[|x֬yvZ+i Q=]\w6P[ˬg׺L-Kȋ>ߖ{ Q3lfrr$g/ЉzrTHmG؆|,:]7ǏwSu Z#3]й{gΜoJeo}#Q=W MiX=&} vnQ=P Q(9sl6)N…qh4⋹rR.@jP6SsC m$\kԆ'SpZ+yl9o9)!Q(ہ~@,SrT7ESwjĘ123ϾٿU*-GjP6PKS+9f;eYU(S q8ݼD!CCBӥh9_) RX2)I[h'jy,rYzeNyVСK/ڵG[mێޙ&P(6>Cjh3WJZ'+/UG.^O砭7,9q'3S{ Q=H2bf(cmB}l!qmOx)Y. +q-~!(TjjiRVR"M4v nB?+^5 +BuX~u) p3'Ԯ/k$ס֊PZFe +.PӜF[E-|)RdzoԊV-b+˰Rh]߾SQ> fSi)xdkùHmQ!V+zjkk&2bf~6SbTGTZZFKIPyJ҇oS]N׉A +?9rPvk׮!Q6BV~5u* ztvv޻ך&SO "6 +e^TCnlj%.-ݕAŒW_}:HQ6rLPkDwk֬usF+{a`M53K!v^QK'%%M7TNMeGdF"/QSӀwܽkn6 +eFCVPvj=+l+bc㝜;"ʫj[)55b4777qKT'].7R2#ChNX "OГVb]ND P[j+}C u5)Y:]V-U*")%irZURmN(Tzc;dBl@ܝH)8d$2R6:r9٩ĴtV[MZ- N|B:1 +zO,ޤiK+9To};Rzo;$De q4hĝL5PS? +.EB>kg[63icc]OhK8q!hoҮGѽޡL|UrقlBanMNبp4;e Hm/z]KrCE傚NW;Z/۷cD%:6='s.,rjlPjLPHX0P[˄܂[c)O/.-xABjfϙ3/ (y6 +e\u@WHz~q+x^JU"F+$2ʉ%zϨ~'Ï{E;7 +E|"ױ-d,|zڴɏÇʕ6[ ~r5, 7/qw-WwzӜ9 :( &-[P !G~v^nۦM;(}퐀^wMQ#]XՔgZF%40xDD̤ISB}; to%IJ7G~|ݏ +@I"e͚C>7n@ +p<Сӟ>ۨfu8Y8P+h!`GGg77u^B!@Wp Nu#R#m:  n2r;`DDIEE:kcedӽ'Lݱc~I~|1.K+ф pm;hC~i7m_u8Q8yh!`s缭|8+7"Q?Lw-[H.##CXmڎjW. :-bSD zkS':xZǩObyVq4c2 ~~QNj؀ݻ;>yҳ>ÇvFX +%@@B$‹Gp8qvDP]]|8z6lGjPZuW܃}PPUg:FU"`E;@Rke|e!ܦ{gsX9O?eԨ1cƌp:^ ]L|ڴp1=7vA"ǎBtLsЙ'xjd'`1!3g~3pNSMˡO|](_!!,-LDLiЉ35zuEVulWaaw&Lpd5VZOVw/pxAN/iko^7'G Hd2F^kp+k ʱWjoCjP# f{tQSPy;:iHi +v((P[kˆK}b3BV2Ӣy"&Sف,:+KtGox!Qwɦ$?Oٱ,:;d6,zŊk"Q^DKAN{GFԊt>J0|wJ, eg[ ҄">i+^%,ipW$[nDڨnҮ{=u*(gp `NTT\0B"P\R0o.J]KnP~IPHmTDdՊP["rjוE*eHb?}p{uDlx5 +ꡲw;dZ+3UA.v X&gYa5DtBjz.8hY8:6&h!ZoXRTRŹ('AiےԩPZjP*ܮT*gHaiySV(6 +4@:i=%u!`]aܝ4ZSWVx@0=QHmT! +8hר\֨Jj!Zdf;KCVjG!QEW'تLaZRRg3hD69u +'slΦ"9>@dڨ^#`[&āȌ$+*j -tWt X:7rc +Mm;_M]Sƨ{jn0|z 34$,OBjzY$gCzdZ8QfX/etfkѴ."֘L +=0AڽO# KJQ\6'݅DOF!QOd-00Ӆԗ5A42PҨJ$s\Pcך˂6ltEڨM!*jbi)@n:2;v&Ăp: +&A֊h*ps5!(RvHX+"5z 2utӶ:\w&Bj ܤ"aU" +mzNbM +F)v@}bFU"D?+|1z5!(6 +U+bk`n+MF uJE!X&`M +F@hD:lh zj?EpmU"XBjPP obDg˸Fe,We`M +BuFN"ݨP[讠F2J59v tϱy~sVI)#"9)i*PBpn'_;wbMs֕Uʵ +msRt\dܹ+I=ڭ6onP,[4̐yT^S5LY"P͖0`q&~'_;y ϙ3/00 6D"5cQo݊4o:+G_}v PT_-PYtnjl'jj]7R{iSRYi /8cYdWJ͖%?ۓO>%{jv!!wڝ;qQYkP^__ 0hi@mj76"=7n+,0UB*-w )gh_|rΜ۶~Ο8qJHHH/<)) N~xx|BBE?oޢdظy6PH4=DAA>vT tʔBH4Ui+5:ݑ#7lX;99[:Pl/ITiaJر Ѐھ6I, +,#.M F_vbź#y䑿D!!1@da{/dd0!־z_,q +(2gg@};P8Й,ذqFn\v m:  Vj*ڪRW^ꫯ8LrŲ'&gd+*Hjq'<)HEzPPceEy 5'P ݟ:$dR^nJB=6\0`+D<ȑxї؆l#t8wcԨ/\r%S P>n\F'Nlwj j)Fj,NPR["hT\4gW;] EZ\rq$?^%sf\Jiy:8F6Ub}.0R_k۶Vj[W+YH fZIm=J,Tpܶ`p||G'Nt.#?lEE=щk*Ndwj+ +NKaZYX^B Ԗ+{&E  + gw34|h[T]R>!CR |L~;?88ܚ'""o / j_YHg<+֒vvޭ%fK/MwLHlv!ϹsްS0%`#?_y`#112DDvr2[7K`p(2:QCP!e/EW<%k zeAϪ2k4fW>RPK~#D߅ j;:NS+#9]1Xܘt E+E×._z3Tjo z9Զmݺ\WڲuҌիk\m;4=' 9J%%\akƎG_Lu믐4hmox(Hꆔ&/-G(l6QTѽz.,(fߺM 8_zsuu;vCԁB j[!2 56󼔐?f˚Z1wV%37"U(REU]B +rPaM m7c';zk,DYXܟ~Z !`]{9jɦ|\M;55 HMZ]*/OQ3hEa_G:~|ɚZg阕cmI0";ZE%⃂" +E5./sed(椷UD@I6Қ .x|xxLf<3ʕkD{Ծ~SCXM䄰(Z҂o9mb6>/Umuv6)&pmvA"vR]^%5KuAC 44)Sd +k\u=t&-UJI6Қ 7$<((2\|x^fjjC=O+{ +%-ƍdNxjv?ƍJM/\#7NXDmima` Pmwo= ==ס-d3o-3%m@Ni@nnNof̘8m׮Dٳ8qs>PA]De2 dfK#gS7lBj{j/[V-GԮ] +nB\Ri $ZEc};U4U:5`ŜlN̞/)ʽ3tYvXe}i]7B4]$B<֗f+AzvSϜY)C֐8;\֜r>yb Mnλ-3lyaY!],w뷃++Xc#zY ޷O7bDoTP|ÀڝE1|ӷn60R[)|Qm'ߟkB" Fj+,ҥwO'Q?湪1CyXՔmUjb>_}ӦLx>|wꄦ֍_ 3ɓw++ї7tҤ ^vh1o,c`Q:QWAMSĘy,Қ滖=JY3ۅ~@,Oۻ%' moY\^^FW"{LJgWIP.E"S-bS_!@MP>يs缬Ol.W/]{PwdHmTw~ h(-yRꫂ0p1K^F::I^B| nMhI;L>95|cC aK>L?y +j_ 7\#QSI'7ԕ*Yl3#Sj Vڀ|-oYߒ?$%A$wO>^hC= 8&sl}Q…nxŊ` +jٟNXF`(+v+lՙEQN[χ f:ۢ;련|0q5.|9qժhAą ͜96jo~pȽ\lwKn᳷ڨ. AD JImj Ƚ{oوjT q۾ZUFPCb%" +f0I8&v|؎EEEa;,,^nxM`6RϙZ ɚ +hڴ[7l%if |[BRxEkŋA9n𯿞z''L裃^ut|'B5;ԆCܞyY§z/EA:LIH1=? "Q]2@ /|:#A0KVp5*ly>yp, vh+?\f >WeoL" m .RΖ%'_TaVx6^+埇dd[i6 &/Ӑpz.7RVXm@j+%i۩TL|%LVTJjaoޝnn@)99\7|=le6KKڨZ{ V +FFBZ~Ϻ~F NKMUl[m8RȈ}bp̅r|;Lʒ۹wߝq|P*xҍ`637}v%MH.#/ _4"Ҷ C24yFMd_kyF̜*|lsڙRt7x ` +ꀀPTf 4="-#!&NXgz!(uGubJϪ|U+mlΞmvz `6N-!%kCJ>%}%-R{Xghn{Jٖ K8ޚr`ןg;%-M/YV#QVȨh m.fUx+)*dl)PCEP[)SVU輸[!Nܾ F*Aw~-Re?";xIO%]@?'t'Y PftngNkfR_DK9gd2OI)?_w]:t{JFYQIm=;]M&w縛m20o=>m(L-05 Q?\~*jVuvM^l;=}O?+Wk jS@1jlnUؓqMtH@0-lݖE\'|%G\*-`;}cC<)&&HDJT3OI]\mL qۏ={&fgv/e GZ2ζbq:^ߴ +%z(l^(‹]du_[/^iXo-P=SH힫Zmu :M{YPJ7lpn݀~e'ܸ҈.?7 +ݗ"5,tWtgo 6Mv +4Tp",&,5 {N "}pm?BjwQ50Do:ivɕHQnx[Sخ^`VBjbkf%Y2CI~LYųr)UQޣ;vD|#Q=EZ ?O&71)OFz[Kh=|+%FS{s.{fwߦsՊQH^ +q-ul[_rD;Ȥij$Dܥ +j=R aRzlxbX+W+KH~*lP˖Qf[_AjUYE][Z:bMa#n-;yW-͝;oȑBug/ H%:n?Td[Aഴ7jlEy:hFO{U?Ȣ +H󷻮eE+*J*UEQwPZz#!! dz$S2I/$ wzL&d|ڸ/~=]njjW:|ۍ lXxz}m v#A$VpjD~e_>2'$R>ӫDY$:n n8π{}A nHtm9o.P@}~ᆠtLJJ5kJre[|!//ϥ3ڵۺRtj!9%h? m><ڧQv{cp]H +2[w7ai6bYYf[7ϙ3{ȑC yG||@횚& UfsQW^֊,sdCw{Ծ*I4:bmBB qP^}67٢BLViv1kmwD~epkuo5*60(;175&2Lܕ YɑY7#c⢁fsؠ_fZ*J6Dy}|.1B)T]Je'Mziݺm?`Ett<$ٟ3l#Dwp~7ݶi*S{a#ҶAhׁZ}bW؍c4OأH{^N@d +`l(Oŋ?BFS:Ѵ݄=jWV6 DJ%hyX秳Nh] Ff  d{ S tUu&4`=c{}vyy@d(r Uhs.6!4,k֫11Dbٶm"#J/bTHK&Êo1*yv9<0m %rm7N:@m ELk^=7׶{޾ܠewj.m$Z%ToEb:w/ 6t> mCX &dVQ*"\#O3p|"/aÆ:YZj|衇oȀbV|}(SPʕkE-[v<ȏ? қ7DD/ǩ;_xxX\BHW@Z1e `PAM Ԇ8?V7gc'b/wij&r("BnL IFd-zBUVpjW̯+ZQR>FO$͘1KmmYFeͰ2j=rPEM=˗C4P5k>d//߁PX Dm,siKw[Sײ9;a>R^"D~Tpj+8" +{&g? #nٰ=ߟuJbWr|=:Zm=f]Y@6ATjZ9HM&HAA[~Ed͛/^ A+-jk&=&>> +P;<A OFER[*1F|EΠ k> @p!H"!qϣswR.Me Ͼ+noھ}?/Y|gkݜtH~"Ш2C^50NK\ƢtIﳿwm@aGLOVWiƺn{e/VCE2۝J$BQnTV7 Z%қ ooI֓D̿NT +lT[C?ޑӦ,.*OGš +RTN&_}]WɱQ&;mnȚo f1Zw{ӛuGWR[2wJB" Rf(7P\pUƧ+"\R:Wk^KRO7d"?oQu;P 0%mKg?ðh`qi!hRirBZvmu4P[Fj->5 .7JLۈ0JmvH@ꏽ<@Sinn3r ..DjlG66pS3@74]mܰ:Ӂ=۵Sh [UXXLV}U*3RQ +nwn( nf#hS[w~ ?7=x`]nKmFjlI(G5p +n@'k5xj ]q֢[ww} :],6xe۶Phiil_߰uD2P[0!hC6kKPmE~?:qS'DZ:F`u j>%vm"Q}q^e /\K~S74RO6d=pn({D$MkJoS+o8B\O}J }uR[ (/iCz/FB3y 25ɦږ&-ꔈnԠ`G + 2ŝ7cb2{a7Y/_Vjo˄ }ᅗJ( |s!_ YU||.QkI|uР^~-(^أwcH*!ls8ȁ=P=M~qvT:k*mVo%K%:G a>u@Z;oM233<2l۶L; + %r-\A^7WS0_Px>:'Vv-@#>1; ղ٥p,2XlDjlvxT$:bZ DAL%./D6u0n|* χZE<22D ,,,!2{o:H@>С3? +_?8zĉ/ǎ]@m_+p {vh|;6T/ڃ;{i[qvoJ2;EQ*m?yllٚwokOO>ȣd_  zpLzѢD]asp 4PXԾN Zp{D +nj3F՟ȁoBM +Hih[_4P7l:o;7&3Wl吀| ږ-f|\`0J!3^%ϟLNfݣvx/}IFCGm;5w{ӌD~9UgĢ[7nݗ/R##!pH[1c&w*5{#G4Z9YY~ B`=QUb"qqy@ӧCz@h8Fݻ7Ԭ#ԆlC!J/Bd#&5 ɩ &"2K'OA9#N2󡇆? '%>iTܰg$ q6|"*ȇ7YP]!7H1rzv/ B'kJL]Mڸ\Cae1n]ߢ[7uNN[:sӌp-(Q!dptH+sr'Hʩ +|K!uzA Z7!yg5) ~ >~%ʐڎAԁ7N(ב6; mknmPCН0cAo>߆Vp433ݛygtA$.S~EvlnRd7pߴR@^_'N×N Go?1r_/+Aj;LM梽JjO)|ƕqf i?-meݽ@EE#[2Yܴɓ tOxѢ'n/6vf944t߾}}~(!@YCue!HM7$vje٭0 +L }6:PXRfԸfʸ]~dUrǏ$Mm`nU`Ԯm:!.߹rnKDDÇ!rTY'^W^e\īW9ԄǢ6rô h1ż\/uw ~K˨AwFIwP}Ս@m|+W64T[|PEj՚g7665ԯEQrӃͧCʂ$_jKLZ0Ԯl8}ٳgܸ}{w\F[e,l6K2EE+W9sƷݿ/9d&%4(>"nGAǶ/ڵG+^WVC~ R]jL9RեKzg_|}fVUBFQdp"^ԝʂsj>͠Ub@ӧFwQ'%}{@3![tw) Fqog{zxvԨQaawEj[XN zTc%-*VdB( ]1CLS¥7]~4'j$FcЕ%WX}Թ:5pk;7D8@v Ңl +nazQhS*KLUuMM-Nf@4fFj @1O0A&S"P[ʎ|@Fs8Zl^ +(>jلiK(lΛ&x1`" rf/_uOM R9;t,+KL1u{۶XEt}ؤY*jkoˏgݡ-HV]VVZ$;M  +-(V8WfȫͺHR-}@VW7" =ﶴV15@_m{Al:9E@֑=MJ9kl]yVʚ;w_ӧZZo7cg8ǏKVVW.fr)Z3jZ^l(]=qs?2e2 ( KaxϞ_cco~џ}֭{^nc:vLURi6ofHBM[bVn6)Dj[\n2uu=xʤy=0USwHfZ,uwK!|KW/=9m2N8N}zQ+mt.0SYllb*VijhE[$Dܼԣiu|Ȅv@<R +|GK0<gK쯭˾yD#?>ē΅9ŋ=2pwWif{ *ouתw{HYl{ɨgiDgϴᓌI+)1Y !־|9\ _kX,?#׬u#G>k!X700G;.x\jszaJٙ1mLGݩl-g{;_MW6[-ؿ^vnMīBDx3=a!>22~ڴXUʥTF4{-<*VCc._>_ 9t2,b?AII&S{~zG9Hm+fu]1SIgfuq9((w?7o~w`͋-߻NW\so$_~M7J¯G r-J{* 3Nj 2byJAA.d`4P|qXe+ d#PԢI/\|ϞZ-R5loSRFgwܶlvp̎*2==j +2cJd[j[4Pv2g^VVPszUJ겿"sA-ԶBR4 >صxi)RɥI6emk? M3$>r!!SDF{ϥ1S\.|z1n"cGxF,]@[HmK 8('GAjqLB9Z=*m ][ᐮn6k[aIG`PP+rUoBnwlNVF>P׶Ww[3/*R٥]C3Mv=^^!j48+K׿>s5C"z~1Rm9+ 5x[N;e;g\:|4F;#b1+q7'?_5Pu:RRN_Fo.'BtڥfsA5϶zCS~pD~e~cL7!eeųn`~b\# ;=CsNUu㒒V7wifeMq+=ާR#]DbHB a;%FAd+`t]0H+`p}7P;!ݏU +Յ6ѱ7J2y|{ܰiA6uAiv,BAl1 +MjKSMRnܶ6j>=1y򌢢24P;669QBB9P%Z<;OZH7Dpi0=jO/((uA=ڵ<3<ҀA9\[ ZLl8'I{N^ɳgTP`/NӸS :wN9[Sn}HS12& 'GRO;)H Dpg|!1% +[VУ>2׋;L.7:t~„}ͮm<]ppȧNx.tW=P[sPVӘQkS׫G">*&+-wK׮[ﻈWZdn#J#Ŏj+VXph\Qu&L;؋.Amb*B#$5% = pwPO66 QOF,"BC[!F>!A [}/K<ZTI[ENC mAQayΉ|n6OXߙDyWlLXp$1rpWC- wrsP]P4pvoYjńdVef!>AjA,>D{mm{B*r{:}E|gsVao'HG!䑆 +|gCට_6OwD](voyX=XQ=$ 9-o6pP>1Ŭ:Bj?R16zHu&rm&~$ +T`u\` *#A/TOH[; VmߐԎ%8uRPTߙDz.ɗ>b*v?ȯpȠz;=۽vj7Gcυͪ${¯s {b){}6H&tUp۳uc}Z͵-_iQ( ^=pݤ=k5oS߷7ROJV@1{7۳p:F Ӏӂ b LQ=!ri&t܀{?zvߖn-9s^EShK.ݾ<#īࢇmE %{rHwK˝ӧo޼:..ovrb3׋qdTONF'Fi4ej]eEe]cckϘ1cr%R%--!.NK˚={J +pP~d OO7$%%#_wnJITQ ܉7g͚7l=_]Q%]p~,!]BēI|g8rv4pߘ5kP'Νf_uۍ|Xxzuu%S=zD5% oѮϜ9TW6+Vtp~,!]WJg1EE6p9ux8 TRRّJ#xmd2h50ϟVL?}~~ &<(ȄD^Ȑ!AAWrCt @s\\ +YX(,0`$RyrOO\ qD% +mגET. Q7mLlJAJaMڂ oDnQï={.'^ &3 C +L&S>vx_ 0jK~xhPPBQQydd@;<" RۥUoh}vT'(Njڃf|HH,PI0ٶ\3nIm~L$a͚O, ?Ν;ҥx1 ԆL"{/S(?$}|<M@mӺu_ZN&31֭~vuLكrce +ۖJ2n4ܢ={̛qҤW.\KH42GA&$N4jԓQQ7$z{lٳ46|pJ*@m2`s炡Sg Mi(iYP֝ۿQ5x $1;ˢɶ͸Dn['$. +O?AF˄̠X"~+"̙`a!X +Ծp!H?O=={y8vR*sQטbNu1?7mjsR\Տ;#æLs/BܹPocƌ93OK/ML6kAAqP2*6Q…8A/Hq""cYBjZEL6@9\*rFט_4PI 0e}z!-^ Wc0!񗿌 !2l iaȄE}t݆g j5$G$+#:e._2e\:|4F;#b1+q'?QSP̙`kxxGI%6w܎"un9τV{p_xWf:͢KXY41_1b72BE<6J>h}TTZk-ؽ*%6RŖ|Lz=YGu|PvB 3/p~,!Q(rt}}#J F=FY + b{^@:+oi{ >>'O/,,Eg8?p(7i +%ux*PEw\t앗_Ag8?p(22k2׋x*P 1]Srs @jڕ2ڐߙD9\V{pgfG]nX:$6ReKE{[Gs> +5RDwII&mÆ۶ESiӁcZgҌF9Kq4WEYIH-Zޛ^`[.?{)A/@^s";w$Bjl+dw&q2TW\Z-]1s߂[ܪ/Dhr!V3  Ẻ +DZ[;Mfnl6j񴠺/ylV6wJ v?}2kii#Ђ񜠺/=:Gp#Y) 4&#ڹ?J" u"?VwgC&@A9J %4ɦ?Rߨ:G#YP,LGv O]*M5w7(;L r(7Y`Ml!D! ր%x^prbp{vxyk9^p'v HmgPY<2/'Fi4ZN,ZZ2U55{l̘MM="4R>,C9ݎӳfϞSYp%u8(e_544{&LP*N%֑rM%%ݜ5kfF,,QϨMRRTWIl]yVʚ;w_ӧZZo7c55M$өܜA\aSo̜9L_ 6+V[]V ֕CΜ96u^'=#ss=**IJռxYaA<:a$U Fa4PKlP##!Za>DuA11@Y3P[U(*%I.fyiGC)xҬcܘ`OD#JQ-,כTXЫVYX Vuj]7n@v^qpT8c,e ̼};8{`aVBA@j`T2䵅_j LÇhߞ]1x/@+tj]j3%sI@PSTTB+MaiWƅE] gHE]jk +f 3MXQ*T= msLu;{tzܸHmW.u"#OUL)=maḷ}Nx6ّU<<117>`ՎϞLf.X^NW}g}a۶=sjPP\cMbbua>'22bvٲ?KRO쳯`Pz][y&ւ$Bǎy=B]ۣay<1RUjQpONEDgUDgϴl2&d//0HƏ +!C V(cbnԆd0 +$D#صL za))mq8Jjɒ徾A̶Y,a[0`3! (% +\CRvŊt1T5p7r8ر\kHxYO&Qv +9mJVʥTF4{-<*#E~6m!r%(b)X2A'FE@II&Pۧn  +wW 3񏉧O_@P ++B +POGV$ՂGYIpDHm:oL}OJm+ 3Nj 2by{U]7lH +={L:ᇇ r\PDD @K" '!UH/[!CNhkS.B!bGKx=oK +{ 쬁l6ReDLHHjO!!nn3rmdrnErIGuwC:uyԨ'nJk=x`.|LL?谋!k/s#yRbut[}Ed/O .W \??]wm]` 0m'Sb .*Y=L:TPP]*/&F63rcgyC|ܸq+ڗCCi\E.=> E@;.y?|B)QC{SR> >>PDbbEl:?_Hf|(F?~~Ĉa!<_tV%d >{6hܸ C ?NL&L8|# ]z6lX +o8XCv95#deK12.0B^mmQ(hb&)mo),m|=·n1ɥF=Z e3"Lӌx*P/zw>`y )յ7Y +dj}Hmo%lb<( ;9y򌢢2t2P;/viݹd$Lg +J}ʣGEj M._Nxũyyt2PZQPTɆ SF'= +jUI`m|*6[ǎ}ovm找/oԀFճ4ٳ1knxݫVJ{jNvTKÝr<(Н;w++nQ@ +]=vRxLmsbWR Pp(q26RF$ʁ2 nzpc+RxqN/y@9P=Am0ΩF9X- w7J0&B9VFM) 0&B9P͵-`n62j1&rqݹs7;;{Ν:6mtV +/Rտ%cLjisG=/\޿?~I7R۩L*** &+M%Zsqպʊʺfp~~шU.]#썒T +WSzz֌+)A)-|<<=)OT_i|/W Ont?A$BjE% +guc٥*\X^j3,i  +Hmw&]G4uF[ 6T?y=>w۷m*( K3ڠ-*>k6/qr7{iYO+(66}VI+79sm NzF:RM &8$HGXqv=PWSKM#QNZMc:S"VM@mUL#WDK,&%% M3j ʹҬcf[g 'q"DiU;k$ ˫q&xb6dd@čL:bbf̘(js8ѹޑf1juGmj#)xDyEeVl޼cW''Ο#gӈ2QQ@m"^`1Qʷˆ`HmsxgPTY?mʎlV)tpNS*,j`={ϝ q#G{D&3\CƦ@+WZ t'v<$#prr;i R'έVj+fV( f +#h=dxr H{?|ٲHjCq_L|Ý-@jYڬʜS*<6S.7ٶLoIm^T(NLJA.WyކDXXM*)P +D&қ6xwE7n]` $BCiD;3gYш3f|QR*ګyp2N.1;ˢɶ͸D@nn~dD:>>Bi-ҹq&9r4̍P ":⧟m~;wC +(Psm 3| +nPXnqmS-Hۮ t":#æMCz3G9vþ=KWڹx̘qHmkVӘL:cLq v`]j{f}+*쩍*,ݳ@<R*fUhEkSrvSd%bDMN_Jv_rsHm IPI琿+`uEh'q?cbnd$dxlVY/j Q.Jyσ/dj`Ftmevv6r-53׋Yx*.]t]xu酅ѣef"Q.T3uB/O׸,6E% qd*((]ǣGMKCj\Xd}E%#F.q%/bRj27gmux*>?a6lعmQ6QcnltI=ԆK'>yyBɄqC _fe?mjIJڰeV:?|C\ܭWmCj;^ u iU"kOVzR4Z(irZT+SJ}[kuM4@s3vA!]IToJ|brN\htmy A5.ѯ|eBj9U {-.9 &^.@@BSe}*.֭mlAPHmvMMﵼ"a;`7ޘP_e}>k(Q\L^>OXXw҅_\|]Z\e}g @5teBjv.W/^xq :9sR{)I4@ *:%li ,[A7^(kQ':/-a0 +"𰠈RPn2RQ$}??#ե`>ciRIN,֝[QB!]u>ѹi2D)vBEQTz'O}6oذaFN"^zmԵs<3ULq{ :t9Zm + +,Yx +޺Cl߾'ǀ4dސCOQHmעV[~wVHL|~Q~}JPj2*^*/cSe sp[cɏ[r8r#/((õvJKڮ) y7vWM&>>ӶJ05Ɔlr}B\/cR۵]ZZ]Dr :.W(ݓ<6s|p[®Qs}]i`_``dkݺ9**<ϓ'}mWbF ߫lڴu婩nDke+Ԝ6!wg?(Ye4Z(Q[%*7&,HYҷr[}" [~3Iڮߎ$;`)888VHXF."G:fX &M޷W9mCyxF!]ŕZ+b_jsQYmkPs<<.\H&Ov{㉵~x#P}J" +hȐ!><*؈'S3WZkf0= CPK!wG*WUeBj +{K̳lF|~a/FZ,,,aƌ9R`O0,X +aȏP +lWޱЈ%>+FD$A3),K<b˗V|}è9/0ᯀH޲e/DC yɱ>>!9qsoX;[F{}!)Z]1 +Z +2snxy B~o3%m}Pr=yQQHmע6o<}Io*ossb2ʌ1 +Zp0]J a^dж738t6Kݹ>ERBjY,]W0`65罂 %e2^(kQԢO +QHmעvQQ?z-xڮE킂RtNB6 +JzPpv*/Ow>DF (v!Ru$'Gw"eBjǕy[:w~<'y!.ni1 +Z217|92hE!Q( +FP(6 +B( +BjP(RBPHm +B!Q( +BP(6 +B( +FP(RBPHm +BjP( +BP(6 +B?Y +endstream +endobj +830 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [313.784 187.366 339.687 200.052] +/A << /S /GoTo /D (subsection.6.3.2) >> +>> endobj +834 0 obj << +/D [832 0 R /XYZ 73.409 812.458 null] +>> endobj +818 0 obj << +/D [832 0 R /XYZ 74.409 778.955 null] +>> endobj +831 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F78 480 0 R /F77 479 0 R /F48 362 0 R /F76 494 0 R >> +/XObject << /Im5 825 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +838 0 obj << +/Length 2542 +/Filter /FlateDecode +>> +stream +xYKo6ϯeR"͙f]9$9nmRG8>Um=3.,>dǯb_w?JJ?:X=V2L}VN8W/B'ӱ&A}h2ikȳa-5KfhatX:VY+(xLuG9?NApOc7&KP*VRJE>"G_`>XuU>/n+ID_먚o&~-͒p c5˜\*7+ubVYR +D|P`0*"=Q+9ס|T臿{_ɻY_qu)jwUWtiTՖ}8|[Iגvoa~ʢx@#*u5ԘTV/#UKvq&+GtC mv4Mǃ>@Ϩz0@} _I9TqO"V/XyzSGǑ*K5 .'Fׁʬmsg0F8XteYamޱ/dF(eh`Z2t=ƃNSw^ Bzߛ<[[Ђw5'Smɵjl=zU5Z4=7zӚl<0b`Hc[A;P&D&,ݡ9A2)6B5D(YE@f_3PÈ/u]8;d,̈uK4A;jE*1]]81](QS.ߞ v+/cAe9Ê<_-^.-vxܖ[DZ!e즄XtRƔ8R Pl4$ʘ^-$ib ˾}1ɳ]1\8Rx`w HhM ĿjqaYH)%s•d1JqEhZقY"ssX HTu("Xp>kwv-M]y,̑]L\+3`o7fI*dDAK!ɋHI<jPCc@^e[.ZUW,wm>7..eј՜vY?b*TLu:^t4?≅dEwֳ@Q')UXVO=,R'67mwd y(U.UKS69%:p£09d;B!$!;d%2ә J8#$ť?; K҉D, 30i^QU4iKc)gj`Smfv[9 5eӈqj'^ XTyڎOEwv`S5Dж44 ,dpQj|ؠ 4ujkgC}wZ{4s24M3^+p_̲i#v΃ t4*a[WEN]I%;4Yd.,BZ\$lD6Ը ys}dgذEcvX O%Ğ[Cx*x{Ҿ}F/>1$e`Z< A't sFli8\m-z +uQmQ+K}*&,șznO&D&8z9eW8B,/yq!|ɯB ߸x7q֜mb.B$>Y;nݦ(娀[E/_ajXw ‹|Kg(f?݅7ٹ7Ye#Su^^HwY{_|J`z1솼 08 ^EC7³ >_4(G-/QGS׫`翣z!_9Bo*{o*P1T0X+x|FzߛnBh K,*b@]LU(|9_7,nGg }DP8M%x6.*!&`5ns.N SH?sa ~k#+2 (Cbsn3e]NY\$^v}Y>sa*/jVw"EN]XCR Cw&b +endstream +endobj +837 0 obj << +/Type /Page +/Contents 838 0 R +/Resources 836 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 824 0 R +/Annots [ 835 0 R ] +>> endobj +835 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [202.491 242.868 228.394 255.106] +/A << /S /GoTo /D (subsection.6.3.2) >> +>> endobj +839 0 obj << +/D [837 0 R /XYZ 73.409 812.458 null] +>> endobj +161 0 obj << +/D [837 0 R /XYZ 74.409 696.86 null] +>> endobj +836 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F78 480 0 R /F76 494 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +843 0 obj << +/Length 2621 +/Filter /FlateDecode +>> +stream +xYKϯБHڛ8L%A#&|hIjfӍI|f /|;~a}S,`Rr/YDDe,OnNݗfWiҔh*lX0Ka3_;Oy~X٦+!cB EQL>6ձ9ջǦ,/m?}nELƙ>PJmL๙Ȍ TdYEMr}ha7i+v*8_3pq>DӚX*lތu8'St8Po ;Œ,?8ޭQbr&f)E[=yoDBv[=uHʲ~ ڿ G Ktdz-`O+ t(ڥH!u0J,2PU&W ku* 3 lw&wο=ʾݶ-S l]* dlG/yim QD#H<9z|IGTj׵5Z] /M,ZCHRQ6zz3X ωVf3끧["֢F EvuIl0Ώf㞩 +U',k2JeI\ +z:CxZn"Ɠس=U@ػ?Zw2rx"Y4\p@I/L6fHD=JʣYGrCGPFʬa0Hwu7o r`$66_6oe(!)}O|]^iKiR6Kgm_[%G9kL \h)TLy޵ÔGSP"y!M+.XExcMdpp88 )E GM*)* +|7B;[7!- lF +a8!I$6 Hƅ=Z%PFh+9RDCY( +ZszXdS6" ,}2Į'&~IF!KTMەNI8RxOi)8xGr}wpz]uW^u2tp}j24mssQo5!jK*<8L}oғg,ar<&d!O+-O]`ƽz[ +endstream +endobj +842 0 obj << +/Type /Page +/Contents 843 0 R +/Resources 841 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 824 0 R +/Annots [ 840 0 R ] +>> endobj +840 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [327.855 379.456 334.829 394.455] +/A << /S /GoTo /D (Hfootnote.16) >> +>> endobj +844 0 obj << +/D [842 0 R /XYZ 73.409 812.458 null] +>> endobj +165 0 obj << +/D [842 0 R /XYZ 74.409 653.173 null] +>> endobj +846 0 obj << +/D [842 0 R /XYZ 84.372 186.486 null] +>> endobj +841 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F76 494 0 R /F50 363 0 R /F78 480 0 R /F117 845 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +851 0 obj << +/Length 2253 +/Filter /FlateDecode +>> +stream +xYI)6K6Tase@Qʯ[(YR{&HAq{Ƿan~~pELS?n0Ylyo'mwqXZڽ@v"2u=C`o/A.g]:w( T5a" +춿EH%wv'(r2 A.?'v\I'a@SP%H#e;w˫&@" TLF ;13/jf뿠Ȏ|r<i5vvgL$ƌ@AFSd)dB b%jε^l#6ME(SXh7gΑ^4uY~]&3dr4!Th}BB + 1~Ӑ͊kհ.z3U'Z|\ĥ@sǿmK))nKQd?/Qպ_l> ֲ XX^qReLģ=tPM+)S!G"Kg3d7kWNVvIa'ʛ2zH\<-v أ(,+uW޶-AWû[q7/N÷CnxU9S^-xȢ1TE,)[NL AYhLZ:t $R{K2uz7 f? pď fդdn5Np_qZHRh@kʈNr|U2s`k$ n[bdxAYWٳJ"pxr 2Jb8;f.L#W_Eu:Dyn|~%6PB185~2xeTޫgG#)| +C0VƀY +zs:;€fhgG?7]OúJ$$_X@*@e&DK'mk{^wx%ZQU/tjԚ+u/=pSNQYA{Fm}"RxV?Ve}Gpx*8\{q>~j( tL홹CŦ`Oԣ;~+3qZȍN) ο3 OF/yU;eD-{W~Ճf=Q!m,2PKݿB EŚDL7Dᗟ_a\.8^?< N#d#~ڲ| tv6vй$939g{PBRZ.9L]N*z\ \N5%˙ݭ?޵G +:-$dTѽVrk!8gK7wI_La"ul'Ϥs,Q 7.a(x>'&HcijSݧ֯Rx:aTH#*xLA*HcNDWwO/)Xܬ&v,2~_r67' իS +0~ݣ;P_ɁB={7gO龗>Ipgyy5ERB~l#y)Y"-69[{/qEB9|ѭ Q@7y01VaT!`?|<͠V PW6aZ(¯RH̿DdyruWz +endstream +endobj +850 0 obj << +/Type /Page +/Contents 851 0 R +/Resources 849 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 824 0 R +/Annots [ 847 0 R 848 0 R ] +>> endobj +847 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [106.659 342.544 182.367 354.782] +/A << /S /GoTo /D (cite.Schulz.2007) >> +>> endobj +848 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [186.352 342.544 212.255 354.782] +/A << /S /GoTo /D (cite.Schulz.2007) >> +>> endobj +852 0 obj << +/D [850 0 R /XYZ 73.409 812.458 null] +>> endobj +169 0 obj << +/D [850 0 R /XYZ 74.409 615.602 null] +>> endobj +173 0 obj << +/D [850 0 R /XYZ 74.409 326.056 null] +>> endobj +849 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F77 479 0 R /F76 494 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +856 0 obj << +/Length 3082 +/Filter /FlateDecode +>> +stream +xڕZK۸WQS Y;Ԧښ=9@4">;F| ' =ߥw{Oo}cI!%{:ޱT$*rY$y=~0PjV8 |-?_lY}IS^Йgt[SUhh< FmwXdSܔlֶkK<`lWBHu鑺X&M@^@ "CuDW8ΆCtWR˄IĿ =9 YlO{[gJDyDEHЊ,)U 964 >@J6h!=ZH 1bc9/VH.,aN3y$0ht)r.C`KRrYAܬ㜞|pa,zɞ҅1mJ_ӭ#"V'X/ M/ &2WdYf* b'l7/o6 >bP:Cu&,J8"_kJ>;r5$ބOT)(z-.~ +ʋPeW7cUy9U*mE` /]~$P- RuD\NA ~%M9Cv/>-9‰Yg5MHq\j'hT K1)O:u];o0AFꥆ2֔g꾥ESpnd"T6HԔ)_MK"Rj)hBALRj#6Ȝ]kq2t'k=d27@wze-zzTTfErL889k >2 Q\7NrDpluUdI:(?n<&7jC45lIR!xM )'HUe|C:F1H x,c}Εzs[hlL=N{$ vbGPQ5_;O&j?Afԕ|S*~ ==}ӳ>[v.AW>#7ӄ!uOf7( +j*SP<6V{ӻaўܴE^"__V3ڴS$8r7J?l~nzoB| ~ܸlzϾEo'3d\zLkUGk#9!|sY>+@{c+OrÑ4eZ;>˵p fzaH_ CԱ_uneD6~Bm|5wgtpc 1[q0hi4G8"t,1+v8e508C2x,u5GVHvpjg_ʿK+L@RADt7( +endstream +endobj +855 0 obj << +/Type /Page +/Contents 856 0 R +/Resources 854 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 858 0 R +>> endobj +857 0 obj << +/D [855 0 R /XYZ 73.409 812.458 null] +>> endobj +854 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F78 480 0 R /F77 479 0 R /F76 494 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +861 0 obj << +/Length 2184 +/Filter /FlateDecode +>> +stream +xYKs8WHU [yT=LS]THʉo7R [gk4C;^]zA JI![,!I\,2Q,ⷨ;mLD☕Zrx6AV~H-~[uvYo`SECYR֖&xTJv0Rv9es>;]n-輢_Z,c%KuXUSJcjg nOӺ'k㉠Qh[oΎtQU8Rej}era , Pd];{şoQ*~me"TS ;s" +`mNVOVV`u=iVH뽲"թץ JpYF +Ƈ=]@M]CH,&`qiqQ<%\9;t' e3d,^f+NBS%>{=l}FEJ/zAH/sSo'=}OE?/1 $uW, AsA $#˕IV +H;d :xVe#Q_^\x6F,2w+[}4X鱐(IX;48cu83性pu?HU`=s]l= DZ@gn@:~o~u0 9 ڪRP<^1 lxT$7BôAfbvV::fȘ)D:ɲ +UH COq/"ڀ>yR5zWKxMZ|>On{T~ +PhܨΕvzW+~hymd/;]Ƕ9 2C*$7V*фY/rZ,wxT*ǃ>G|uqZOao= yՍA C`!Z] +d` ,Ik0 n?N 4ÞUHoggS7;ʲi7Psp0x˸5/Oy8V 1x,N7 EWl88!JpIIzԽm\KmzM[hns sn31,`GEvĮZB57qizȇ%(ug7"s33xMaI()XoJm8 YkP?d ˼bMNy (&|] DN(]('윲XvD4`bj 8u\>Ǻ]~e.gT'6_Hb<'i5Vn㊥D98ka`One)Ɋ0rr\naK|+_<&1/ը|&cr? ݟepcH"EF~踗Amra< aa”n'I昱&)`CsPҼCPFL38E^NPuJâ'?'!CIN@jy XԽ$қ +endstream +endobj +860 0 obj << +/Type /Page +/Contents 861 0 R +/Resources 859 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 858 0 R +>> endobj +862 0 obj << +/D [860 0 R /XYZ 73.409 812.458 null] +>> endobj +177 0 obj << +/D [860 0 R /XYZ 74.409 629.838 null] +>> endobj +859 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F76 494 0 R /F78 480 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +867 0 obj << +/Length 1922 +/Filter /FlateDecode +>> +stream +xXKs6WHD0|ݼ>N%遢 PI*뻻_(3nm6mg| w'W/ l ?a*E*aQ͖{W|򧫗Q<$6tZEf6A!ݵkk|BČƀA qLdiS/9~rsKFL%Wil ҃>m.ymn)D"tMtU'r=W +2uUU"n{iL"LrmeE~5ΎŤj) ,"axFP:]dR1vjgEZם A?vV43YIlJx8?hau ܨb҇J;\Wiʻz#n}I$/OAUmE?-n1*0: Yp + =ϥ>ִBF@ed<*A*~I>o*B2L#14nH=^p&t> +Ï%)NC.pF&Wn>nKՕv:ߖUHsWW aQq> u Z@]Lkفpso q--!nͱ\CT5z*]>~k[h{bS P ְ:!tcUKXe쬇xڔz]g&BٵIr\֓ +w)=.Ҧ;vuS'E U#[{ݱӞԍӂ=#qǧ,H0%KJx`T}7bm* b@tq8h] FB +] +y} W$o*?C0C?N~0[5fO"ąFU?3ĂEeԓr0d~|SN"JVGǑ3QNwawWV]VTj5yԏ^;2@Lu?u?:+|M)]S \q;!N]KV@)볾{A|?AEԠ*w6Xe`ـOy+j5v9{vcs<3W/w,.LIMu̚cfyϺ(ƔYTm)@ | "ڎ'Z..z0G/03q{ksIU.NvtKv ia{ժC1Y +p/O > endobj +863 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [306.87 363.515 367.634 376.202] +/A << /S /GoTo /D (cite.Schulz.2008) >> +>> endobj +864 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [371.619 363.515 397.522 376.202] +/A << /S /GoTo /D (cite.Schulz.2008) >> +>> endobj +868 0 obj << +/D [866 0 R /XYZ 73.409 812.458 null] +>> endobj +181 0 obj << +/D [866 0 R /XYZ 74.409 590.408 null] +>> endobj +185 0 obj << +/D [866 0 R /XYZ 74.409 293.87 null] +>> endobj +865 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F78 480 0 R /F76 494 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +874 0 obj << +/Length 2346 +/Filter /FlateDecode +>> +stream +xڭXKܸ ﯘ۪֞&]rw ?<|L4w4JYeY=w?$U?܋,Ytƙ2n7gTYD}44Og=jeiyGӨzii}F5CYjKSYSEYkd_zQ +]!Mз ;἖vtm7KI8 J-P'[ vIOxQRo=Zl+HQ™F(ٱLsFTj$SsE{&z!eHuWn/[^.f}Ab(/lDU3^95F)7rUЂ;,XƗ$ RF, {^_7Oi-oO_PX'm\;^q;f$-^!1rI3\ߠ"i`G8'*Eh MsF +3$!ᡬqϝpϋX>{[C7 +| TԼ2zLuQhy h's^\y,EB]JQ7p :=|߄V_wXb 7E1_#z޴q[uj ])e\0;riU'{o}\N4sd0[~֕nyykxJiFU&Sq6}PӖrd;C9D%Wk5"I8'r4~,|i +Mӛw*uDMɂUd O$.L⤞/nkxHY'GjH/8[M|<^Е1"+޵=`9RvJf0Xچ1/XX>'>ռU\h/X<"fSN;±nA nw]ȱIC .?0A~os&ȆABe$͋ݵ??|?;X= +endstream +endobj +873 0 obj << +/Type /Page +/Contents 874 0 R +/Resources 872 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 858 0 R +>> endobj +875 0 obj << +/D [873 0 R /XYZ 73.409 812.458 null] +>> endobj +189 0 obj << +/D [873 0 R /XYZ 74.409 653.173 null] +>> endobj +193 0 obj << +/D [873 0 R /XYZ 74.409 237.438 null] +>> endobj +872 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R /F78 480 0 R /F76 494 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +891 0 obj << +/Length 1887 +/Filter /FlateDecode +>> +stream +xY_s6 ϧN$nO.YvLdɕuɧ@P(vZR  膳Y8, g|#"cf,,۞}:cQ9n۷2f"1 WlEu ѻ/4xsvZ2gFk1Y԰DδnfaX߼},޻ ycV+[CCg +=apD6vomZݶ4i ^cNC3i"ttx<.fJd duk",ܮ몰 T+fW5y; +s6v,,}}ڧEμlj";:/ T--ʫ;[lҧ-AZsqI)UlPQeE4mC,1yr}~$њ7%%W(N ygf?Sma;6 y@H sA+4E2lکJhJ2^'рX.GJ/IJ + uohYcSm-\! i,k\tr7rhl6X#8uefi)/iLils?Ne-7^fMN =knCvOEKn 0>g,m%;`CTZ@H3 + +5Q`K{Ex;bsDbPW.:D\HH Rq#S%0qGg:wT4}w^c6Tw;/͙ >SVҺͳ|zܐ7aU.ݪg#O JQHO yXڤs`j=0A.\ʳx MD>`iw1dYUd(bLz dOb +QDVjg ^`nwY:t'nI.MPܯCW=臊uwHÚFrr<ѩp+]k, kH wȥySͭ˧NϽJ&8"$2&>ay(稡 ymFͣLnһW Oa_KciqwnLtmFDh]%/-w  .8nE;WMS&OmAG +$|qsP\0<@xE+DJ&T5-  +c-N(\CXʌ)+W_mj2-g: N,&Na!M=CGJYyuvdI8nW5_F _GOOD(L30G='yXxXOE4]yngᇅCA Hm}39ݓ1,Ӷr n"=c ,3 +)Dd(<}FN?GcjcdtD$O +7(G? n?|Vn@͠?_%Jbu2sp)k<0#0^W%= X8J gXm`qZh&U> endobj +876 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (C:/Users/boeker/AppData/Local/Temp/lyx_tmpdir.Hp9412/lyx_tmpbuf2/16C__Users_boeker_Documents_Development_trunk_goodod_GoodODGuideline_Pictures_sdp-tripel.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 895 0 R +/Matrix [0 -1 1 0 36.368997 473.931004] +/BBox [137.280001 100.911004 373.02 500.571] +/Resources << +/Font << /TT2 896 0 R/TT4 897 0 R/TT6 898 0 R>> +/ProcSet [ /PDF /Text ] +/ExtGState << +/GS1 899 0 R +>>>> +/Length 1492 +/Filter [/FlateDecode] +>> +stream +hXKo7Q.,9˙|AI!@)~7k{zߴףЈ0NCuуv4^5L@Ҵ45D%DG0MWª!k10^'(5#AEs2mLNݐ>R*FA[itMo@JtNf0?_ؚ D-+`d~^w~CCh @W&5 +L(UZ tKg<-A\)& m D6_f^+3ٙd/. vl>?xDcϭeW>~9\"fyŋLǫVA9DL 51B4& 5V 6Q<Mkxy.ldU.Lv3[Q =-"JGH-ɑ5y3;lO$Be<|? `/;֜W߇V_?\Ṳkf{)Ik_r^ sru_ͳlzahC O} 6ajlC֫gu D#ԉOʙtg|t<غ'.u +UBPQv?N*ix|( W~`=suHn/7b渗* i+͕Yj>ճ0i' 8"r-cdZ- < A&֚'rՒz)jϑYя,5.fxZAMD+w:pG.;&$1)5u U&ftOyyMɄ)r؜4rզ>Jo|^Vf])s8m7Uʝm5\AWy(.0RrRgQ3H\L,¤mF]Y<v68zNyS眢cKRQұRf, }#@cBq =2GIΓ9_x8ff> +endobj +896 0 obj +<< +/Type /Font +/Widths [ 278 0 0 611 0 0 0 667 0 722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 556 0 556 0 0 611 278 0 0 278 0 611 611 611 0 389 556 333 611 0 0 0 0 500] +/Subtype /TrueType +/BaseFont /LPNGJH+Arial-BoldMT +/Encoding /WinAnsiEncoding +/LastChar 122 +/FirstChar 73 +/FontDescriptor 900 0 R +>> +endobj +897 0 obj +<< +/Type /Font +/Widths [ 278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 556 500 0 556 278 0 0 222 0 0 222 833 556 556 556 0 333 500 278 0 0 0 0 500 500] +/Subtype /TrueType +/BaseFont /LPNGKJ+ArialMT +/Encoding /WinAnsiEncoding +/LastChar 122 +/FirstChar 32 +/FontDescriptor 901 0 R +>> +endobj +898 0 obj +<< +/Type /Font +/Widths [ 278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 0 722 667 0 0 0 0 0 0 0 0 0 0 667 0 0 667 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 500 0 556 0 556 556 222 0 0 222 833 556 556 556 0 333 500 278 556 0 0 0 500] +/Subtype /TrueType +/BaseFont /LPNGKL+Arial-ItalicMT +/Encoding /WinAnsiEncoding +/LastChar 121 +/FirstChar 32 +/FontDescriptor 902 0 R +>> +endobj +899 0 obj +<< +/OP false +/SA false +/SM 0.02 +/op false +/BG2 /Default +/OPM 1 +/Type /ExtGState +/UCR2 /Default +>> +endobj +900 0 obj +<< +/Type /FontDescriptor +/Flags 32 +/StemV 138 +/Ascent 905 +/Descent -211 +/XHeight 515 +/FontBBox [ -628 -376 2000 1018] +/FontName /LPNGJH+Arial-BoldMT +/CapHeight 718 +/FontFile2 903 0 R +/FontFamily (Arial) +/FontWeight 700 +/FontStretch /Normal +/ItalicAngle 0 +>> +endobj +901 0 obj +<< +/Type /FontDescriptor +/Flags 32 +/StemV 88 +/Ascent 905 +/Descent -211 +/XHeight 515 +/FontBBox [ -665 -325 2000 1006] +/FontName /LPNGKJ+ArialMT +/CapHeight 718 +/FontFile2 904 0 R +/FontFamily (Arial) +/FontWeight 400 +/FontStretch /Normal +/ItalicAngle 0 +>> +endobj +902 0 obj +<< +/Type /FontDescriptor +/Flags 96 +/StemV 85.863 +/Ascent 905 +/Descent -211 +/XHeight 515 +/FontBBox [ -517 -325 1359 998] +/FontName /LPNGKL+Arial-ItalicMT +/CapHeight 718 +/FontFile2 905 0 R +/FontFamily (Arial) +/FontWeight 400 +/FontStretch /Normal +/ItalicAngle -15 +>> +endobj +903 0 obj +<< +/Filter [/FlateDecode] +/Length 15689 +/Length1 42560 +>> +stream +h{i`TE[', [ BdA@p *YTFQ" ,順E"W9uoƙy_“S۩:Uuԩ "E3HZg׹H(y⫆mzh"xISVD+5tLwx֒ȳڿg +QicGYAEփڏEBiq͈j#|ugCuE3ww A} +њoQw;FRUc'L/kt~G+QH>; q%Nt.u=aJJ+\_#ڧ+n"'a6jlHm,5S1eU/9m7qi#}$Z +Ԑ~DC:m38է|zBԥGQ&拥0]E*%1^G/+$Lԁ`M~<4jP(h8}ߟ!c^ٿ4uʱ_OS^E]H{5fT") +i5mLBh<͢%?Q)orh ;n*+oȤz2â^k4.+aư2Ԁ^bx6><ՄЅ;R0Fh H=W?KGLTʀ<*=)ZUYugL@T]MeޡtN?D(ƊgD@T2J6e|B~"UC0YíkT.t6Okh'?O"D1G,]zI귙"{ .L\w<(?GϚ5kӞZOZS+6z}ncfA:cg9,6fZyz&gUT5*PU@b$*[w q%YHI$zzqQ3lX"Uy}dO9r.Gˇl@n6[~(ckm>Pmv'0I=]jkhj0k d}E׸θFq8mJ3ll6o3י,joYsbXArFXMzY_.!)=O< ª8Aݵ*Km·l d#s~=Ib;otSj0ZA_W~Q$jwo$kPE"!iWb}}b"mDgq 2N$*(G@Gt z->اrz3>IaGa4X2ﳈMXgӱn-ĎOtKM8} +*uXwcj%/#αңaKh(aiA^{ ޓ"C+"ѕvX:QTA߉x"Szcl~BAу.}GeP[P{rEcͶd"j{e`'nW耐!z4{PO_-(3(C(X4:~$GMOjU@Okʀ])_S^kH`Y{jx7C4_VhmjB/~vG9N{{ؽ*;H~?))UįOzsݻ]յKN;k{evWdfj"5yr$iƉ 5_nؘڵjֈXkRPFE@jQ@OML'G𰄢I-bsKQrLDIS_]RR _d_`Od_:= }c*| +/TZ'%+~lO_@zzO[ҫ'+;::3Jk X@RѰPٰWRIZ*ܳWQrO >*7WĤ̌<"@=1ffnRqoh4d~y,(J9*y BnN:h8QT^7`vxnV+~%%}IuW.*鍦c59 fI{otr/N)J<"LMBIޛLHo+)$ 9)=1pxƥdeFdfqvY+<0:OTqX=%JF IA2ԑH%#;~ +0#QE%9FJlg$;znp7L8zRj遴4V+s +x̌)}rqGyᅝ[cxi" +F$:0 8"`0T%C*&;gP~ +H7g7u(fOÁzy4;NG[QG2O"}!\VQB"?nj!m- iǡGYfT?QhC8 uAl*rr3 鋀<`ƇE|5 WhMN e— f\ߤ~T +.,_8 0&[$:T}t{ƥe|e@6CZx6Ua" i9BS'lRQJ0SƯF)}2GAW8 ~ eO!`` pˇ[cCCJӗ6 +34C]B̃C߆1} 2̅k=ir}E@'.Q>Z+tuuxS Z 5sFEK:%T7L*~u*.6*hˠڅn(;{/S[XKXBDžu# 5]#ot{)9\==Br?^GѿHCt8t褐V}2.aXmh}b?-S_6 `6H66i*|p2~k ߶џGyMXGD Q@'],`ő'`Ά:]oQ +W+)mD[Cz}s!}3lwA FXwۀAA潁`Ǫs7= pH?#4-B?H}W{ )X?Gql#*IH=4]׭,5ڑZv]{n>iۻ-w=±eB{)}H1={JEjbF#P_y_u=uD}3ut~Bm~l)#6kh U@M[!t)1-by=* 'ӌG]k}.(+lgs5A,3Nj *h'-Or.?.0|x<ƢBJ1\78+~O4=i3%X%RW㮫G#б4ǨoSFNb b3P#-ZǡxhG#5tл cގ/#‹ ):F>z*(}av c4$sV>NcSL;PiI~NiDൠ?rg)Z;)[l 縞A-cWU?haBW(=H4xq#rju3q!ۃ'y7r9ƯvC_!̫d~z"./Z-+Szr0N) `<?'lB;ׄib4Z xގfWA\v" 2Y(/΅ámo ԉ!3`3SS[,{CB 6GGt=yd:]x^.zDž#!Xg蟡<~gcǫ۽-ƩY7c5C#_S Fu'{}}>hfѥޯI)*ʾ3; +:<:>+BHm4sG('-2܋Λoc)v?A Оo#=qqE3F^[q/Gi<χՍrK#/x/e\"_#P<埯{?Bĺ:O?א zqs:zXG-aGZsW2yNSge#^l]}|/,-}*[r+cd_Z]@)pG\ wiy}i~/x1s]|C<D:W4},SenTw'_7x5 +}GQwkORn؛!V<4̡;s? +eGݔ;Qw.)ޯVjv(SN5L;W)y) +h ^Oޤ'j-2.z,3-rcZUh_W]2i>GJU<η! d?__{p[{tJb6jJv5Ƒ¸/M;*6+ |;3c6%4P_.I1tt%nS;7Y.AOתofG]@s6 X}}X[հ7-gb>@g#W7_NL]`+w1{:q/|7zіaoͅnDk.~xxg#e3!# AQ/vM?mSeo4\/p='rq0w<7_BqdbЄ7`En$˴u$4%nzB$δG$r\Xzj$_b&Gɗo$7qqn 7"~r>mvث7yWNG^{{c{],> +< 8 nnkt۱#|j-Y֕%W,;ڮ:䴧چU?~ +e"mYG{,l,?v mYU88>SU;vh729g9Vhޫ=)ZesQnޙFJMLp#< Γc񿣎ڰQKnC}YUsh5*^AUThvL?QOޡDy5 +Y4ų[QoW֜eFQ?zQ@ܞՎNCouguJf Z41n@n5Pߜ!_P-!ijiExDIzҺEݻ+m{LdGƃ tv7b\FB2zJ߅O}riv[H&GU7AunE NnocO4$oifu[7Qou5r_KYkg&k|Lc)a۹ݠww}qGFv tDڙۀqN>ӝU}N3l;g{fp8?|ibo4x |㏤}K(wB~t$uߧ<~?O]6z4޳\܏uY%V˹ 's!ݩS!zN~y;Qi~lm^9@qD8Mυ`6EDqT1G} T:_^>e@&,W;Ʌ 4ehg0ڃvC^XNa^x ??$9 FhC5_!C:_ +Kni |aOs'=q+F-zׯrgҷ[tv\H=8;o3ZS^ԅm zܦH{hp%E@x*96򛢺fkUtˋI_3C.vX~kIN.ԔpgVe~]qUF0κ |(I$泿SVons{A%_Tp] 8i^8o~q9A/0)*q9kA;5pF >gHoz7p©SaF7mG] ju@ ˷P!j+# 쀏y=Tlym\GZEAսq7/T21>U=`ȱTCv-3Y硗\? +,EG)یF#ꋳ@}ZΙvc=1%; +('ͱrCo;[z#S隣B~UD gK>CBݻ:DZQ Z ؆WuF-\[vR}i^z}zfS^t{q^7~S|q 2/W;oQ  貍Х${P5 SuD^ҿN}Sԝ+?y]ǰ_m_g;!vWS}Oۍ([ .sA +&A팺xc8,`5uIe 'lTW28u}YkL xJ^c x`hM /^-I/t˽3}ۥ{\C +Y=9W)@H5AYRȏVzQ[AL-e }iVwVLo)na",_ƨ#栯 +j4BN]/vtK_;XKEZ"AArby;pPtS05R{c>!I&޺9Q ~Bt)Օ>VP.w3k̬/ŗ[ˉÀXrv ~`;rΠO/I3w +o +VB,xZ(ӁpʩU$`2p7I18Q bQ bpXq'Q"pHqE(R,o8G8<őpOq>> XpĂ#VqĂ#Uj~&Q JpTRqTTGTۗXeX)}`}`٧XeX]CBmӁVPJ&GpGpPpP++RqJpJűR)d9~R橑Z9CRt:UtP~*U>ZiSwSOICLNL@` , |زcVX٪d\an6wfҔDYKQzDD +umn[vm+}&ibsx$MDɫ,:H. +5SyR[tezţ r!GR`-0d@ +Uii(_oVh$>n׭oڲ7jQӢ%[d[y)b7'JH-+/`6nzD&l z zۂlqȰ`=ޜZb0yufw w z[[r44VMq;-%]@Z 2xT+@o>= +#XǾrdoJ\9`N4PkSz.Iއ3=H^&ޙr_;Û坔wZp@M)Hzo`1P /zPa"%:\{mKz;dSMK)gܡ\Y?X aVl5ZMXOmOMO1=GzSܮXJeJ8tUOsHsKb3=-!CXcg80:;k ^alAvCp$L$l' +dMI^xvl&>E`feߛFMC,M(r$V&E-UPkKQW|ۏU3J7֢`m?76?^s6(Ʃ561RHF8 *#g <"e}1e(ͭ9u޸l7'} Mh$Ɯ\_ijm)}|RNWEYl(`SV"aRI`|x܄J2_@hL㪮:r<~ޑyx`UM 7y]䆲eR̂!rg,Kub/sy\  +t[n4w_ioYrM*\qEyҕ.nw{[⛼UgnS}Tz3ՍMH-URawqU/RTqK_;T~IcMHm+HuUA }EWu+YMǕ2:+IGU3J~YSݶMh u0x+ZT1T*SUMSTo%W-"Lyqw=Mdĥŷu䒫m +AKnDn{u^Gnu'4KH8jB2B.;cPA.Iq4(Q=lGBWY*p6gjCO/]}I +UB{"衯%ԟa$LSSB0y?@]u㊀dW "=ۛ;!`0\e}һn?E'$Y.DǺSɕCF ?8Ty " 1tBTȮdx؆lAa||0\>gE -\[a6;R ^rуd+ q9} 4^3D^Lh #Fb-yfv2Coa0)RRwaqt)eDAFkC (љTƃ! ҆`X\50gǼb)9963HI3R0iBԮ>p *is B*4im~Ry j*ȨGhgq e4:Ч)-980(1ɒ,p6;۝[S<†c#t; reX<.b1,˱^ +9^>tt^sOoFqsoӉK*WjU>X~k4?/;[^[fN\dNMm/$~#/Dݣs}M0dL߅uH+92qZ2fd/|`K5+Oٿx1q jnaQj<q]r + >)89W$WӇtbqgN霈CHR=Z2 !oDsj"YP'S)pLIYefkil `507>Q1YV\g]dm*PkŸ%b#d!hX@c ԴƦ|'%376 gѷGł<Ӫ Ă;b^rJJBdzaY'P.))-) zXL,,ZBEPTR[ƂoZE?G)f|7W~]Vۈ+jvuHPS|ѝ?L?Rw=f]&0rʧ., +Z@+ `5D`5ѿJQcԲRjl1?cQ6SDEbbx{H)2CM%IŽWs&.Y6eC3w}*<|OqmаJmqhI|ePE$q~?3|3Fr)KrT@1YhŁx/Lە)n{) +F %kgD :'.b;}Ӊk_̢_3tc r<(AGma s4nfz@HJ)IPTG1 +I6d5ݣ\ V*e8ը 1h˦^h 0 +˰ݺ!6@D"Ch}˔Ʌ@G}fvA̮7c격LڛȦOL[d<ja/_T^1]1g 3v + M -Q~ii~M?>/[E#pXsk[ݪTȁI4'q *CF uLkVaqFXF E~'w'^ĕGkڵ{]r ڕXCyHf(cXQ-3333MUe مqe-9} R1HՂ^gu+Y8ːɛRu;=ٝwD +-'Gm$.gZALm$2EnzfC/T@:b˗4P֨gi5JJ5bODZ*mr>4qfy}^N89nپ9Y"aζ,R_9~ %+x`"Ο'f , C >"S`I8^ >.lrD GJp%^Řk܍8j][#Xp{\VC:јU;EFc`#֑1|׹+EMmIiwGq~p|Y4޵𛏾Į»*-,sY۞z#|D=<{/<ra*On.fdSXj4jDlS؈c[@|֏^ImQӨ|U>Bxx rmոDEE#/ %46j'@hF °!-^XE| 6{ S+Qߊ P@=8̙e[,S_vЁƇMͫ.܋u&v~/@ >8(Y60c'a;2 6)9',kL* a* +JU5MjŭfSVr/S]HT<dqYY=zA@!0NW`r*$S΍PO^лzIYžC9em!4V^GjG6~uG)A#1R2\>m +!Bq{> +stream +h{ xTEvw!!Bw$,a "dIAI A48Јlem\\:13 (82۸(Sސ4 :3{h{NUNZB(H]3+&jpʧͮ{;r ÛļiWmLy JϽd+ז%r\vM7(!=(3**߽kB`iב6cSQLth^+ύDzO+fWiyZmEZ9Poۚs~xnD-D\ByF:٢_hKO?B]=4?Dp~%| ykX=DHIgOqi(H2D=OO64?p-zDQ18TNN/Q<ӽt=AEYA3C$۩'mD{7~ĝH h ghE%ɎCch#ͫh2/~4."h7S{rh~GzK4(pg;{cz @H +xF1ZYF|Ro>?-^ \{E)F #iW%ƯfBLC?[ GV gDZqX|(y@CX]V_Li5mD/Ɗ߈zL*ūS#K,yT]QůXKOJ,s)<,BuhN:Ho} B'Rx[b,QʫF|'K%e숟_^)w{A^?jZG-S ʴ92ד􃺉~2VY㘫y^9]O@ 45l7ߧ8azKQ +.x=N-wI"FgKb>zFVEJ_bL6^6>vEf]_wqqu_ٽ=AOR∶H+Оd=Q SR%!rX.'4ck$.cz^~/iD(Keo+7W[} `9Rm;Z% PZ/=S{n}#Gx|H)>(T^zLBD= - %"K[3IBib%F_b/ߋJzq+N3Fl'? iB3ҍ"m|z$=ic813w0ѵF41ҡh,=t!dݻrQ$@rFB.CC. 4s|"*tJ@@0&%tyu>Xf^7t3mK~KsfλbQ(fwY#ߔXݚ/z;]$= *lsynJ##+0LC}.f6}ƚ^I3h4=M pgbC5T%Ǚ󴪆臛 U?+yKrC. TTƌ--ONM--$ȟTQ(OrܪLn vS>gWVL. ie\FLS^dWihVS0ޚeІMCS[VԤԏ6OUL U#23W^3>d}5$?s*l+=;b'I!q23C]0۽AmET +O(8hjrzfd9qBsH iL^$o'6B1~& +/*T+) +fBmJdidB!#eHOzR8W)f}"SSazRT2Ue +c,*TS, f8&x*)Mh$c~$4]._vZ~`ByR6hR]ZvTa逸'uwBW>_C*y*u'a\ǡ-T Ÿ˸>('90q?B vINW-NQڄ8ѯG@u @ə || lf"3&)y̰l*l/Q7%V֩F;/.'Ͳy|aE]jyN8T,%_q;Y) :9r(;ԙ9/f9eM M7ik/5G@5"-E#A#rT 4LV| 0z nH~A<1;p{έCt + *(i4bƔ4V̭!D{n9B|]=.,QO1.o9zAc.?xvki~|S)(RwU`eôm"Gd.\k8eo˔ԅwG6A&ym`h`%O]g +ϖrNSc~֏XGc=M-ci=;:~`}aDtXs+ =qM-5Z|jᬣFmPU8qT`A'=K/GUhG |`2 ^xMD?Zko^}Z/i"W2e16,}J F}8K=_t2?`q =ĝTgRko=rWw#o/H6sleFPWPv +>Z9܉~XB,U/Ƣ"U1_PB "Н"O,7nksGG)>GUPg V%࿋&郑~9]Oj:E1Hg9ICo !M&`n-GnNdèJ,ЪSԗꋺ6ө"wt6i+AEy(Vl6w_ 0_+z}I`@ +wA:tCystə͍^g'`^^] *ށ ;b%'zBV.@ܭ>}%,RO ];ίJ%\ +}.n} +?9ˀRob~ sz/Y^>>|3{ gEQgv_8x64>< %l˲GcQ.Q[+lnTgxzFS*u@ lYd| L`n7wo94{5kf٘1ZkM"P0w1seZavi3IԈyk{ SSy8l?):k& f{kyx <'((euKJ]/Vy6*%rgJ f;c{HĪ\}~IG ]z;@yrĬ]`0;A CkAr[,ϧxruCO| ۾/fkV(r xy*гP7뾉ueκk,3LnsM7FyLrtBߨs( Һ0?y}9^n\'Xm}Ι샠b})`qx]/'f 9 YugPm~Lp3# +s8i_R~vD&s2߮n*eֽF#;r@KNHO5 +\$ۚ;A/;h.0Q_E%Lԝ`Y[wK?p-i6U}@h븍|6׃am}Fju?I(Met] +n5kP?MZS%C&tsfOq}.QŐ[D}OXf[n'-` p\ށsR֣ b0€4SmtOkp -Ӟiz8l~R8gsP;[=z-_8L~ѯ9-L=.  ؆7}ozHPH_ߜnf=y7k:=2WcOa/h)Ǽ +L OYe+e6lҟ|0;Vylֽ@Z}rCVn?!jJ:S!`>/bw?Or^('ZֽŢoiҹUs>6+}ǯS+ +v}vpJ_iTbm"'},h|LS)_x(-P2ț6 +Ju'w'iYve N[nڍ=rһ=Fo̦ݮc!Bhuͦ%zino!JXU>xw禮?h(Nd#UQ_a:mwEJU ՝äcNQé;WOZ@\ߣ.ة^~} 6Qww}~.H}sm>Cً^>hN|UV"ܮqF>#hLSg"ԮYYn@鮥TlBbsJ lʮk#lbP{ k>b\k/fZf.'Z'1MMj޳!vji=O9/nt[޶㠼jf;J XSrto8%Ğ~&%j_ 7ikv>l+~s3~/gZB67M X8 *ΗfAM^aMNliQ!cw.a6 \NFM~U;q_́;4(ފr+x?Xe~{U&D~VC*UgUYZ.C<B./A8 +sDc|IөXa2r]3O(/`; 2w=MGiqu7N>xrp=F6uv:, xo7ćٷW)EoLN'-iTEkt0 6LvĶ˪D=u!GX[% 魗nez7 *| : a +)7}+a1GZb\oN;y@H%E_/(|^ѽ@:x) ib@c@{"ܐlK9a1b d)̀K*)+3EM +\ dA}x\ϐ5w˟n?7?-?] 2*/?ş%pS/=o,ˉנA/]^ty GvO]׮豵.]]"M"X% DpE0SSDD)]ͼ "OjtLAu(Rȶt T|*tn|ъ؁im]-Ysr9 sc=LCfS=Q\Y} dSQs4Ǯb=Jf|@̘a)" Qvc[{Z׋?D(ȉ7ɛah{-6zqW]Sޜ8{XG:12D:hVaz`Yu),.whũvxLYJӔouQ=SVxtFSQw>OE]uLvx2;+ETYW˘Szs7;b`+V_N Uȴ]Q.)P~bF{=};͝ۻm=O+OKOqytmy$Y֥M ArHJOHA6Z,*E=Өh/}^D2"[DE%Ens\_fQ=7BTnH.TRZ/Lf-I$!Z/Y̴ee!Sn3OKhnZST\Ҿ,}YQbҝq IYNm`!eeEbG>5AbVCey-M'嶋;D Ԅɻ`lePAsp;JX0(5{D;(\ʜwUUP03_`ͻ;fV +ByDEE챓Jknp˹IEzs@fjZcD f^Dʦy< m"Ạ2-ԡDBLB['O*[24Zdj'ڙd`Uy6R"I%2{l2d'8aqc:u:>rt§908=|4:d.P-ƴm1z-wz,}GH*5J#&ƌo=ͤ) &&?{ tՙU]յZR[ZX[K<wE6ނl2d`=/8 cC76l!pg„e`%:&3g7'gNKo}Wwf-'$ij>r)8gLP*1C,S0JΥ~5=X)8oKAeLeRT#.؀$؀x$dF22(/tZ\Q }}Q.j} ' 56 =ˤqt 7oh 'N|g +ބ~q;x{b=/q`7&#_?EKP0ߵjY6P4UngV_ZsսrOʷO{0P ٟU`3L3K2Of57ˉ,!aph0jdj\kͥš5̵6iqFo*j`Cϸji̴HҮܣScrP*`7]TY +LΦ`_Xnx$}.4yR,RT]`J\Ð0S?1uvZry"[zߊ[A殆M=?*ݱçȡdxEww-/~'/LGڅXvNfSqi l݌t499CQ&G##[{Lo[-$$s\PO^!pCd7_zn;|Ԍ9jZ_]Kko;I_x#6`Dhv$C;yƍ5^XMg۠v+"Mޡ܄-J{ ItNyd5t,% [0'1ދCxsQ܎a׆yaN1JÔz^M a v,_rڴh[mÄS +t$:08G\HzscC9P"^@,_W&>o{;7n{qb,畭/Wϼ$guCE͈TU:jir+ܪbՍ-m!DN#¹w@aN0D +s҉ڏ_E;k [  G#ss++1!%b/:n;Ǥ1$ۥwV_nVoUYL!xu4n3FȣۄT+jRqQ r)D1& +a p(#,J!JK#~J7?;GNƩ.iN@wXΞ22EV g.7xeb1H?9HLZ0PNA_${Ag +xTpSle7&eWw_D~ >sa):Hxc~/99)'\V0"~f5snvcv!Ft"0Vy~8;=3,Ьe.sEdgSh}&&9朡V`py`]`K DԽ~4.$'-%2*lh +Z24 p):{Hr(J֎T|]G0BtѨ5jw-鴒Y2'[k1:3hDsF)!ByɞYCruth̹~fl$6 S0D/p#8G _|ΊWhbbO\}W: +iVOYk֙|H !əV+͖dVR#"3cy$a_Ku赸 A̠TH"82b'DٽӒB> JτjhzMfƅO +td&6mMks$3Cmmmm#:QOyɻHf 0y5LʡL]8ӟCz)L"0~x>o+ۖtg4{4yX?̼;H'U~2Tґ성6hĸil#OG';, V [<twq;$4DX& ¨DBT"7#1*VYE_ƈw;+q'w8$71qg5w>o8Q*p68` + \krc&| l> @x, w q>K}̞Zd[NXʅb0}Zfd2TXJ*:9vp0`-#eȰR~}$їA(ΐ@![0 +iU15/CWq4O@`tj$`Z|^D_r8?!>EU[<6mPf/b B6(+TLcmdd(6Pmb txZ dYಁp<n9[ s?ߋ9~8cXB01e!pb>25L%[ CJ^P7괮C>0Ex3`L]c괢$SKY %Q7 7!anY:&H[5 wH#1A/$AHARD&2?*Vj4Bd:1S;FY>$ +(2MG*?ؓ-L'ys'>Oj#ڈړFpHM$==?!]vdcΆPLs<zBr= h# n?W#Kϡ7,5Kq՗8xly滋9|M 3}̤~:X|W;w=$ev K;cc .)'  ȢHMZŞq[3$iX8CӀ>0ȡbwgi[ pEl؜ͻ1swjCƨl1gL?@y +P;7o[ ~έqEꜷt2+z<(|kdGP;Zx}57p#s#fk&qcG~+aLpTi JEbk14)Qo(]%7^\t]!u½R)1|2MþwbX eikMhn]!e @Dq#Ŵ aڄ0QТ<#bMuNQZ(ED[n h HO"p $bo#PK{<}%Mj'iSID[vRtA.2cß$V:AcY,{Lo߼cn[q|]vw[ߞ%3?av՟ M\K:zZZ\í9^]K #օ`H{]yT:զNJKC9)'\N)qjvxPg9|ka4P)hmE{[NpΎ2IG/iKf+}\3Zоn`g٧fX! l!1阶YZe *mAqT z+La07&!|M-{5/ 5? :jht.%uɽ^WuJPjJJ%ӚkNԆ`b03 /{Ww@|BvՁRimAW!~򔷮uUUJ"{zY{qL5eUAɫflmrQ1OJp [ azCG|,ixzWY_S;7Z#oׁ[^p(iZ^#7^QaV`3e/&^bș-ГBG#gq5ίP +ί.Q _[*!Uu ' L(ﱂJF-Qxea,R/gWcp +)K +AU*lZ0d 2ݩ\ұIQ8@%դwzd>O?@F<]>|ƪ<դtͣy5˱00v\DrYPaOȒk*A3\E2|2ɓ +M3vB(T6Aޖ@1V3M斂- )Xgz;njK,5+oZgGo Pt#^0*.ձ`{:YxuƊ-HWL6ѵvߚT;@A}I2m׋.8m@'RYX&FXE̢&dTL֭jq0&˜NFC[֦HkڷF=(lKe5 Ȇ]%URܤ<Ӟwaxz=6y%ߗw{]s ߯^>#垧y;Թm*==9;VJ5}^oGURu-,zᓼ aj#/DqJta3,w0Wy^0x1ѼT'-R^b$rđZôc; +#ذ $)dh#!haczuv,B"oG\RV.>d\L2 Ze6XT9q!"i +\s)M9!& VG 2\K3EP%*[Np:τ[W |1#K 2>"@0hcgsc?z2vlދ?u~qʛP'aN ! mI&gn@%BA̾nGi'J~T$%)IIJR$%)IIJR$%)IIJR$%)IIJR$%)IIJR$%)IIJROE0V>!"\A]GD[Z7Yvq9r=\8 r&@ɶRgy"PW_[u}wl6ny`=o[s[c+vl0}ef [ZX ݛlmPKrԁhLRrW8:t#Y[Gg,}Ä յh .O9>a>8/~{WEͣVD/?s_!DVayDȲ +endstream +endobj +905 0 obj +<< +/Filter [/FlateDecode] +/Length 13951 +/Length1 33408 +>> +stream +hެ{`Tm&$lB @RBI C0D<(AzM +bCTTl b~3Be3̙3gf̽#ZF + 4,5ҧT#4P6aָv'Zrc‚y$vC8H+\>eC2yE?#GⓩM|gKD+Hhr}𙈷:kiwuXxQ33LGY#f[X^y`=n֤>OO%Zz?|N<2rhB_~Ӥ>"ˉ6jVEYtjZIZJyEa9 +5Br͟}Xѓո"5A; Z#6j&l~ +|&o1?A j2&"gVԇ|[İRE49B/1FŇ+媦N1 sJ~ 9[O|r_ +F)tâX :>l6rhJ"~fq=kPD3"s`2?NmHQơW崒Vco=myi?Xƺ6d ٣q${q|Iq*h{Jj:XP_/wĬ1_uЦ :FS&.Zwc994ŰX֞]RX*`Vʦyl[dUl{yX-y=a7 x$v<| W*?wOwk~ERbk$(}~ePY,UvC/(gT&_խc+ݩݣݯ}}n{WP!dcqxBe`vT z^glw|;5Qh {U+axs[-fNv.\姘K6A̤; Pdԝj*m_vu;Z[`Ezo(̥z¸އbl%ri:I۬㏰gPy;{)bSyOu >#h_I)=b?R(}ɼ)=F0^1/C땧紏-Q(S!B {V飆Qoڧg$scB6cԍmJ6f[ +#|SCj %7ACaŠ,c> {m-+W}Z`4ac3y6]Qw`}85ܝ۳GNn]u1%ٕt]bvm֭Zm,it5IDxXh5*gaݓPQ}s5H(ؑTx-^&r9dV{$ vKN)FxM(dXMDMͷ{XS`jeAY> sM +MI0:˫YlO&< %RyZ: <-B_0ngVGIJMp'%Y(O6MtnW'keΉ{q%(.>w5ʣW5mTMhe*g↹,)A( * BqD/$gH)n8{;VN/ÀE-3Բ^9ro]CCնp[\\mkId 00>O$ W'9 < vHRDG2cR&UNJJy&byB*"]hV;°;/~qmʸ@oDPG!?\$aF2) U"FE ^-2~72e$,4FܟfiKFO@ {*G.*ED?bЧ/C +LXuBPO(^< +s)ŒPg)6*@g'Uԃ5-/D8I +:.A'@Kė! rlPɬCDx3{oO? /qzC[lF8(7ГDO XAOEu"-r>C9QAEC\L-N3=m_Z=}B=s4;z>YD A= Xkh9E.:dG _ +qg#>C=C3p }DAW1_þO;sҘCw'Eٝ@mfmJmc%m߇bicr0 cQN} v31_ +9u 6Ҿg'CST=s~¶T;ar7e +SYaoA*"|s^ ZI& + ꢞV(ڇd& +i"GX0 ajF~M6];L_J}IAovLvkĎkRm v؟'@üm Im7MFi?w9a\`{"X$Y\~ 5FU'lMÔ6:@4_YC 4-^&kf4pmR@ZƶA{mLŚ)I=5<{,^yƃ vjm`_v٘ʽ{pX'HoLg':?{ Kg0ookzCDhҚh *өezE`?M BO"j"׳i\o^B6[NoNF%1Kbtz98tuyD9WKx3'*5hzyN9eo0giCzwX_iB~TErϯ +b-iYX}x܇w+S)軤X1!M&{Ƿ[h +-REYw\摊pY`.Pt@}}?c1Od{RT-W4?IXKXvVdP; zhGS5x: RG޿1fFi~t]DaF+4HZy^jSکxPGBNvf~ޏ},|]]M7RRM)ofQNW{C}pP} QPk)kdE,!/˹~WQni O}CP-b_Зb;>K4-CzO uGgf"4 01 -_m_nFt{q;8N#uG~4..` p7P_s0REOGxplnG !*l~9X&g?M? |Fԯ`?쥿g)X{bXz,ף~]7×6;b+SB_F +%\Ӝ~Q#`=$Oӫr}M/#WQ_e9"m_'XGMP!st6|;)i;a/ܸ 8W~ŧ>^6|d>*Y +1_Z z˯q m8uyRYj>^kbHtX`[5'sՁB` 6GI_"3Mw +rڦ^g%`_6'[+W +_aVy,Sv..Bg̈́ހj!R/[|C3ӡ;uƞ8Zjd;=-+s^Dy( pJ]šheS/6m=^iJc4zGiv XΣ0>BԔ&,em|=e1:?}_iŚ ~7Ù>lpGWyo?Xn (?Vp6=I|5(ځt_cw=I5B^ctA#޲1.h@z_~KJOh '[:ߑ1^ܾ1wHX OA^yaa$|?䃿HQ@ s;xns9pp/)6}!}4 @ :v"~?(X@{@6ϋHj |2G~e#}_Ohn |nΆxg Pɀńj"_/?_1O)G;@&DP5wz\ XEǹ9-tSws9}"H5.yL +_8sZr(qF&E컢=eWQ/q&\:eE&)ȢTK" Ϡ5}V"A#q!oG[CmΔH#}]GqgȭŐ-HK5m&R+OA兄RR:z6c}KSgir=+p6-|D46͂5ᘹFA _ ؃ < xg3GG aiC}7}QߦګkAaޜs|:9? f}˽NK% +]ϕ2m#[Ĺ xbř (F? +Rnu|CEʗ8?M}Gh `}h +-f}i1߃:buq +x"RYv WfNo` {6𥔍J ?``*SJo7)MD[t;P/Q Zוf+(E(e9SGl8('sb~hTh{/G:ɀѾAZ.l} Y6cĻr?%>oCᓞ72# +>]8M |W" e{ggQon%a%*L❙cOf +7ڋP.j&8`0@kF0aj^R0HCMߚ YNVPW=96+ęmMbۘtY }fƘZߡT:&mya7$(bbXL x™ +a7j`?L`'ga[}t1*/p\AYּVb#aӝQg'aNMݮ|7 ۉ|?_H7CY(+#ҧpț orZ*}Rs%n])lMuy + lp7qf0ssoq;9ք־v3d2TanyTV̔Is7}ɋ#E8/i/Ajx'= <6vAuzucPU>o\L@yѺ|3U>ss|ΑO.~;λ)a1&3VvuuҀtdPpsR[ +HʷucB[(66eq{ٞ'}"VEP$ +a8Ê2&&3(mQ";]c)FkZX˙G9lَ'56ͫkcvGn pl m3m2kfBIbW2.[ކj 3?6Y4M}vM6o:lfkn's6_ז|I/ |mc4>,ȯv:u<uyr$M`$qRx%%ұlIaWyl~{'BSz\ӄ .P1~ZS{D[[*:{{œ)77eazGGvHp$GRzY^DW@VV؎@QhL˯Wȓ4ȓ;0 +<u +xĎHRX`6X7P⪀(hUȧK8;t ?) ]T/OPCg¢k"jCF?~S3z9g@]"lΝQx<0grgF? o@MhТ\X -$4\-M Xθ"5c #j[( +gFpgX/eOcY? >?ߏP ajwN"ѥ͛4~ԑ&C_ ;*]K6陓=➑ʐmcvaOש3Q]@=<˼+j%ӡd0UdvAÎ!)S"#’;ͻjMYMuu4W!fIN<2b̀&de%Z7~e icxzn3F\fdab췅͕jO@]Y),>4>1=ՒeP$' J$ŷu&i-]ЈЈm,vhS[K#!4ͦG6gͽv=!#ޖr'wmQ]oM\gyh4zFK0AN,y0ۀmaՄB!9McM $[HCr6$М=vfOݰ{o؄䔵6isho7w}WVK6?gwpi,:74';U-=ٔ_ϞxiݞDQO\yd)=381DFM3m/{jٮ]Ҿ't?-VNE,_-1m`>hnqҮ PW{#KOCҠE2XK }J8G)(ڤh} U]hJԵeZiAZXMdJQXgfȋ$=IS +3x8dNmfDs'"=2o6hԘM0//V#YsXCw + #~?~qs;dtv?欞磢L{7ܽ}`+Pċ_%mˁzRƳ +|dLN#ymR:6Ȧ:9QOvñ%csia8F"C(#+V{Mq`MF`fv1ұ0`x-/?s=~Nuu{J|3wj2u'>w#}lf(>2K,-]dRds13̔[X\li{#~BdwT*NmVΒ(U (dNFkx%egP=TNďH*Z!V#HgțG)ޛp)*4Mn~-W(KY ʬbxT(R525ȥ%O@3~1ۼ5 ;&&7j$82뭁^1sp?Ly!p-<0@gtf]濘Ӻǔ4 ?9BFb$IP5,$dr'"N *$p +:xUʿh՜Y\җq$&mnđAlbvRhImOfkeFʌ*32Dx%N-AC1t5m +%EU=UF>?MBF6]q:TC unMGޤ/yٱaɪ[6ٳs'^mnJCe(?Y0U¾ Hޔ<%E3,‡G@O>2B?"p?OӒ%-iIKZҒ%-iIKZҒ%-iIKZҒ%-iIKZҒ%-inAF8&ѡ<Ghde">BS44}Lfϙ[;EĠ^q0h#3S5 Uh2ԄQ+ڀ6ݺcȽDkPܻoihoϟ!CKprph)\ >]t91tt@j:'mR)$4Ft@tZ)u h Iz&Utrnfu5RP-UM0ad%^2YҮ>o9Y m,ǔqc*W5)5-Z76)Z-uc5k敫+MM̜3kꌙDsk;+yҨ'7mLVZVL0Yh*Z6kU'ODkO77 + DhbKDBuXwR5ac˅xR^֫.[4}Xi5w.ϩ> X%z +endstream +endobj +881 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [254.309 588.322 347.602 604.76] +/A << /S /GoTo /D (cite.Scheuermann.2009) >> +>> endobj +882 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [351.587 588.322 377.49 604.76] +/A << /S /GoTo /D (cite.Scheuermann.2009) >> +>> endobj +883 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [381.809 588.322 442.573 604.76] +/A << /S /GoTo /D (cite.Schulz.2011) >> +>> endobj +884 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [446.558 588.322 472.461 604.76] +/A << /S /GoTo /D (cite.Schulz.2011) >> +>> endobj +870 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [344.921 351.543 417.317 364.429] +/A << /S /GoTo /D (cite.Rohl.2011) >> +>> endobj +871 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [422.294 351.543 448.197 364.429] +/A << /S /GoTo /D (cite.Rohl.2011) >> +>> endobj +885 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [354.186 296.817 450.3 309.503] +/A << /S /GoTo /D (cite.Scheuermann.2009) >> +>> endobj +886 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [455.695 296.817 481.598 309.503] +/A << /S /GoTo /D (cite.Scheuermann.2009) >> +>> endobj +887 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [487.328 296.817 521.862 309.503] +/A << /S /GoTo /D (cite.Schulz.2011) >> +>> endobj +894 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [102.678 282.819 127.911 295.057] +/A << /S /GoTo /D (cite.Schulz.2011) >> +>> endobj +888 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [131.896 282.819 157.799 295.057] +/A << /S /GoTo /D (cite.Schulz.2011) >> +>> endobj +892 0 obj << +/D [890 0 R /XYZ 73.409 812.458 null] +>> endobj +893 0 obj << +/D [890 0 R /XYZ 74.409 778.955 null] +>> endobj +889 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F78 480 0 R /F76 494 0 R /F77 479 0 R >> +/XObject << /Im6 876 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +911 0 obj << +/Length 898 +/Filter /FlateDecode +>> +stream +xWK6Qjv-H^j%WRCR֮npzhO|hfy|3qp ۛWwg 9ͶL*\!)emmQ/6|08Ӎ⎦1u<7L<ܬ4Fn?@3{ƳܴJњfi1Ϛo7+Edy g5~Cs;xS3Nj`]ߍ}m<G3tI*$Ko u nYyͣGH-ʡvơb#DⵎjY+܃C9 +ȝOoAث +J,rz`R^C% +Oc?y> -1ʻt\EID迹@N;` +Q "XtkA42};K%@ 7}νͲ+Thd}ƴ/04LH2u-Ju|6 ,'Uttډ(D|q0Ԕ\ *ԄnMf(Ty3QB#\c_}ܵ_{}w)ГՒKĔR-?C;$KdDD+*i[ĽIz 4rzdP*Qܕ;)"I%+z~^Jwh\EdpIO}~z6Ջ$0"iE bf}uJȿ7'a'FYZ^(ޙ(eRH)acA #㷶 #Bb3x+[ A$zq@oVK:_Tbȷi~%y%?{ZA,0KDmJ*wۛB +endstream +endobj +910 0 obj << +/Type /Page +/Contents 911 0 R +/Resources 909 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 858 0 R +>> endobj +912 0 obj << +/D [910 0 R /XYZ 73.409 812.458 null] +>> endobj +909 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F76 494 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +919 0 obj << +/Length 2335 +/Filter /FlateDecode +>> +stream +xڭXKБI㮳S'DB!ד_~tv94F_w+ޝv7˛gNǪ(t{9Leq+\e{iw?G?q}\e}45g&׻+Ͼ; a_74ݵ~|r?]J'yǻ,UyU{]og?<%\ g]*sWM߿lWP R.| ;LMV[w1|$a kG=q@4A;IT@aRFtء̇yR|@FFvb[}ONfGVKwOl0^/!4+Bॹʒj ';A#MG0qc>l#}k'o:oPڋ" Ȳ{!J~Fq 3{tx.HYpEe2i4q9I6x_D/!JXLZwZQ[x8S 4Q\la#6$_a)7nеJf{rfx3$ {?J sK$Teu+Vv˳.CsQioޕF/*Uz~jOpbWBP$@,ȡ4V9[j~gIDPD+.#t2 tD1' Ȥs A&Qz N\H'!~J c'"fB"Jx aH\a- %zz9ONtIF-0s N  tY*v 3^l +"A3qȔ<$r-Xtm$؉!YS^~_X~s];7lι&٥Ap(!},*l W#țMdK69:Ʋ"m– |ɤFQ 1YrR2E 7xVC㨊j1xUىy\͸O!{j*iPW vxJpJ.Yky{F@"֪W(֥799wj "`w8^sHh1.Z^fNШ:BGR%/Eg,9a݇lмt%hb)R=RH07H(R,Fp,Q!=dGZ+F̔Ū\vB-(ܦl򂚱0rY 1#S^TxvA\&ylOO(<O5@>E2hptBp/%ضxfg6YaH&B'7x*k1LLXQ`] +Z`D{mٳz +U^:&Pзh%zH+HZk}@F,<>$J'\cjZ$˃DVwNnF%'=XBIY. rq]eZLۥnZ[Sw4d аf-,}h]6AW4F->Ώ""Yĺ{ ! 7yc,Qp8a\GoZ\ yrYAT/j{P5&AQ++]|eKXUC`x+Qv#N`/"+d`%qq> endobj +913 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [106.659 199.851 175.385 212.047] +/A << /S /GoTo /D (cite.Hekkala.2011) >> +>> endobj +914 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [179.37 199.851 205.273 212.047] +/A << /S /GoTo /D (cite.Hekkala.2011) >> +>> endobj +920 0 obj << +/D [918 0 R /XYZ 73.409 812.458 null] +>> endobj +197 0 obj << +/D [918 0 R /XYZ 74.409 771.732 null] +>> endobj +921 0 obj << +/D [918 0 R /XYZ 74.409 679.713 null] +>> endobj +201 0 obj << +/D [918 0 R /XYZ 74.409 679.713 null] +>> endobj +205 0 obj << +/D [918 0 R /XYZ 74.409 557.717 null] +>> endobj +922 0 obj << +/D [918 0 R /XYZ 74.409 534.303 null] +>> endobj +923 0 obj << +/D [918 0 R /XYZ 74.409 374.205 null] +>> endobj +924 0 obj << +/D [918 0 R /XYZ 74.409 263.122 null] +>> endobj +925 0 obj << +/D [918 0 R /XYZ 74.409 195.866 null] +>> endobj +917 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +931 0 obj << +/Length 2691 +/Filter /FlateDecode +>> +stream +xڝYK۸W*PU;4 |xdSaDA#R>l(\W Rsb_LZXls4onZIfqUf] =oջm ! Gzl6hIH9qe+D55„rڹtr,uҊ4m+T*j6(xŞ5YzaNY_|R*YSW u8 +ȣqmxnd+]D S;mtv \6@XKێ_JƱJCWTg2ÑewL8-q\ZGQ31Q-_* cW"j˛~Vi&t#uYAx9E6{T5OlځGw-Ƹh{?&hQBx@x%[L=wi/' >Q_h Ul޸I3 +ה,)ʲb@+G ܮP,7> v.Li'^Ws54𠾇8pMuErk?V~h6y ryN{>;Q5 L%!,f\aV#;ֵsO fUO dt4bjM@'m)Ll8L3نvB)XFd`e7׸֘kBw\ s=S9Ay2.^+8ݳ9dAv ȹdm/ZA܊ij/ցL3Pfq\gy9<Ʌ#G(QX $ue S= L-8xXD\zEL[c=I䛞H}r$*h?f8 3.g `ayax0e0wEzĝ^m&^MYuَ8^BKk +oG +J6qeanwimӻ/pjRHv Lu=!i{>g`0}:BQ^:>Q,;0h;{9RaP? ,cBE۽#3ᅵ>xi5>\w2@o t`?D7pzWBN';@*}*EWJJgFk/-(G!Lgx '5 dkʽef,{2Ik30%XY5T(BbA !GX (rx=J]c$%ъ`2wФ]b#\Pl4)rzUCb/gQdz]2yQsE#< +RO,D:d DY?E%R|цX+ӵ2SO qȾ77w _QhuW\x +endstream +endobj +930 0 obj << +/Type /Page +/Contents 931 0 R +/Resources 929 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 926 0 R +/Annots [ 915 0 R 916 0 R ] +>> endobj +915 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [234.923 719.231 288.716 731.918] +/A << /S /GoTo /D (cite.Armstrong.1980) >> +>> endobj +916 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [293.467 719.231 319.369 731.918] +/A << /S /GoTo /D (cite.Armstrong.1980) >> +>> endobj +932 0 obj << +/D [930 0 R /XYZ 73.409 812.458 null] +>> endobj +933 0 obj << +/D [930 0 R /XYZ 74.409 774.223 null] +>> endobj +934 0 obj << +/D [930 0 R /XYZ 74.409 517.536 null] +>> endobj +209 0 obj << +/D [930 0 R /XYZ 74.409 260.729 null] +>> endobj +935 0 obj << +/D [930 0 R /XYZ 74.409 234.846 null] +>> endobj +929 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F76 494 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +940 0 obj << +/Length 2629 +/Filter /FlateDecode +>> +stream +xڕYK6ϯБ0 i˞lml`5E*|D;~ T8e6@??`{C"6QI"7M(6YRYm`8S7?<,42 ġimH6$_?4{%uߛ?dPۯHv6RPd1(p~UB;RgB垻$F*̅</o}hAT(q^l]qv|amP^2$GԷu{x٦In" >5<࿥9mT=Ф33} -κp}i4y:ZfmDf2hDyI^ua+o͹۪,0%lZm*9 ςіGRُ~DLm=Dž>+XVK];OgN-²BH!`f-)$ݛnNR>%ܵ{4\ٞcSDpá́hKS8FdzH(cN 6Krh*5\6^ȂGGWI@ +sz +&XuBb.:aE& 4 /*cy` ةrLeK'Z#'rP螸~ݻȗTB@qus XqWN@"?:<.a1' ԑ)]Xo:Q0JrV:"AC u=F\ځB{miWv"sGEE }FI(T:.+34Bs%{=%:#oBPpQ$׬hC0P_ȅ[q/#0]\9kf.ÇIj[Pw=¯8r`hxJÅ>10Kt΅a5O7k;{ ׆6aeM N=vE +y X,ץ{<8 (~ +@pJd/Ư\ZՑ++lN!XHe =rl_wm$drΦ+]K|:*L!6ZY0[,_Ii@)*@rY5 'Q={;P`:fOCS{y:xzkPU7,a&TDy =zzZIPe7(^^|c^+Y($0, %v\2{.0 gWz K&N5VJD7~ȃ{w/$x{bK<\\|&s7ApZ;D߬otLshU|b*ЎY'9J{Ӻ5_ i.ǶfId%.B%hE{G@᧡ +rƬn^ұ.Ͳ +}gNəZVp}8>54E |iڲhװe$|HDZ.׳Ws# +=tKݭ{L ˶/. IC4pJrc[zhytnm}Փhr/ 'A[ۧL $kIʀT9G +endstream +endobj +939 0 obj << +/Type /Page +/Contents 940 0 R +/Resources 938 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 926 0 R +/Annots [ 928 0 R 937 0 R ] +>> endobj +928 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [100.312 756.193 107.286 771.192] +/A << /S /GoTo /D (Hfootnote.17) >> +>> endobj +937 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [302.615 459.505 383.966 472.192] +/A << /S /GoTo /D (subsection.5.4.1) >> +>> endobj +941 0 obj << +/D [939 0 R /XYZ 73.409 812.458 null] +>> endobj +942 0 obj << +/D [939 0 R /XYZ 74.409 698.955 null] +>> endobj +943 0 obj << +/D [939 0 R /XYZ 74.409 572.28 null] +>> endobj +944 0 obj << +/D [939 0 R /XYZ 74.409 445.605 null] +>> endobj +213 0 obj << +/D [939 0 R /XYZ 74.409 317.466 null] +>> endobj +217 0 obj << +/D [939 0 R /XYZ 74.409 279.464 null] +>> endobj +945 0 obj << +/D [939 0 R /XYZ 84.372 174.474 null] +>> endobj +938 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +949 0 obj << +/Length 2424 +/Filter /FlateDecode +>> +stream +xڽX[~8oERĉ]/pMѮȕ E*K2e)6P -ٝ7wݟ}٫<[e'w"[fqyW(oIG7DQ +w8*ɶ.0mevM;6ƻ,3eƻ>l W7-3pG*tgl;)w6>aO蘽_qA}/$^@kg7Z뭐%QXmM;'B7uõB2X!HƦS *[kGOҸcKתW;=  'udaezk'{ [/kO۱{>r !KZBҜ.n-QoU2`spa,_1=-5}׺v/ÓƎ"ny3]1M`^Fy?d!e?){#Qpz#Sio^Esӗ dbhQ] 9y=6ydXbҴ»a R|XF];tM?/yY%e]*#tu:VSZM3YMʿvJxяgLB>~x-2׻}rI_ߺh)WkkpY<1~l5{RϊJGO/Q&UG^0ا؅s^~^9!U0ԙ.M_q*] X7j0n\"Y\`%Չc?r*yͬ0/ffBF`6wؚfk?l'_&W8@G Dw@ko% +IOZ8*IJe *I5a[atln_eX7eXʲh?:uk>+idE0x:~-Db|+Z dPmG ׭퉂ӓk1>v^wJ2jӟ"8HRrRm @5w((g$!UqU1'Q;Mh6wWQkZ/2@bȴD]BĤxt \sW$)m]h%[i~nwUИpCZi{jkb}kv<:T N9p b:&=%4S l܋0+bۗ$,t$ql*r(mw ":IjE@0Z\MsQ$aE_TH67t ΍P]q؍}ԩBcziI^00I90q4]̼mr̬"?};N{%_ ~ Q`^F-ou;{[=.1@ٶ&8KH9v\AnG*02`8ĕx~@C0!pᙢ0eo?u;N/ j>|+/꺦vSq]'E3r% {<="2rxڇYq2*y%ZZ( )^\r +=(k*䯵iA%_Ĉ3x-.,,&4&hZ PgkѲV(~Sa݈5`Ϻи7U߽×Jt(Q"o {cĽ.?G<^ TNn.i9%A*\/t1_a սl/0VFwo?<ws*Jv@.܀?٠^=ouE&(EH$G.~?> +endstream +endobj +948 0 obj << +/Type /Page +/Contents 949 0 R +/Resources 947 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 926 0 R +>> endobj +950 0 obj << +/D [948 0 R /XYZ 73.409 812.458 null] +>> endobj +221 0 obj << +/D [948 0 R /XYZ 74.409 568.823 null] +>> endobj +947 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F72 473 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +955 0 obj << +/Length 2863 +/Filter /FlateDecode +>> +stream +xڵYYF~S͞Y$Y{vlIHG }QW뮖?ߞg㫇gWl:If^gi4=濚>/>_,4u)}^'x/ C/ m??4-dVFf+[Rf[ә{wuTnMgua;t +@JX}?,ŽaYɜgˬ+vf~*E&{hQ1nC]a;̃Gfa!z;]m+eSXF)ߋ8uS kGSMҢI]Av(l^$oXzzށBubIɫDϵ4-)FX["U',Θjr B"Xar3 2FVaϛЋSl䩆>6"Om1Ќ œ]3T`hm_anўegZlݷM9blh|qUxL>hOxsGvgcR/kfɢ"|ajX[W4DXx {N-}{JG$ +'"JL"g5wB2 rݰE<)n(*f8cr5 IlZ, 3x3s2\bl0+nn-7 !{[nWrն&Kv3 9ؑ*:jMw1d_;Q)y2v0ng+v"ml2Hi$_8,P-c#n&)$lmAR%1OE8&xa;GZ:%?6+gi )p`_ȌG#lM)Nr`'HQ12*Ĩ^ t0/'ɴ.O */>lmUīD;B߄4jHV5AIX"Dqʭmpg+$gobKQ<gkʅD*=^aj)Ȃ, ila_ K z( "NMaY'fp#h^GJ oڙHQ[BGg08L<|ok?^Q&%o̷I.Y}mѶ)^5Y. &fv{/ꆫ8s6*L[.nثbב۔)d*MtXiZ@wE.H nT&ev&Up>(Q ۛ=ZYdz KdR:GCq ̨L y -"18@_u9wɷWomSZ]\!j=7pzUbDH$}uB  QBrx&lFˉb-K.ux2@;XqڜX{:{َٰIMjй`(<a\(*UsUy!F> endobj +946 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [354.733 719.231 361.707 734.231] +/A << /S /GoTo /D (Hfootnote.18) >> +>> endobj +951 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [196.807 429.319 203.781 444.318] +/A << /S /GoTo /D (Hfootnote.19) >> +>> endobj +952 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [343.198 349.595 350.172 362.126] +/A << /S /GoTo /D (Hfootnote.20) >> +>> endobj +956 0 obj << +/D [954 0 R /XYZ 73.409 812.458 null] +>> endobj +957 0 obj << +/D [954 0 R /XYZ 74.409 774.223 null] +>> endobj +958 0 obj << +/D [954 0 R /XYZ 84.372 174.979 null] +>> endobj +959 0 obj << +/D [954 0 R /XYZ 84.372 162.778 null] +>> endobj +960 0 obj << +/D [954 0 R /XYZ 84.372 150.576 null] +>> endobj +953 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F72 473 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +963 0 obj << +/Length 1929 +/Filter /FlateDecode +>> +stream +xڅWK۸W6TEM)ko[lj!S +=ֿO7!Q}[@b՛utSqȳ2mj֛mcO"Zzj$z 4b`ngƭ'p?TB,Xm2'@LQQy "իXΚc\5e|^VYVyVUCe1UF:aDZ8?_q:Z9C<f=SZu =S9)y4֒5N:9 $(r1~}wƪt?hG̉Ӱh'ARK du+ V[-+ OAbk2ݛ]g{{kòˈ1(AdK P`ZY5W&-zEV9pi"%WWĿ(E|Q!@<|0~)=Ý*9R[ +65'O%5ׂ硾lREְX +;rcw4YjD DvڭzkA}p!kX$DI /Y9=HEA/zyc{yBϘ>`M5MDzfIM 6Xa[SXoV c/g ^8ǜ gεfdoMzx9Z""iϞNlu%icPmu~#u);I @SPkuAaR/_&T Xml|2I yGz YRSGf6T'Ӌ-t)ɂ!SW_~ϲp3z"4K3=9m;h/BX5HbE6U`m"h;cHa P6 h({6:;A:]J>Rw 亩kP3؅~XWY#dl8ӟilĝ_3rvAH(I%QNUکA׎qnAFHG2nq-qN31Hgsui8ϳ[X +VTVqge_aÌ)p ^\= N8">h&uĢEϚ3zuuŠYq #*I(؉eX컞bBpЯ-2? ƅ8y|6՜[B0`ypqo._E3D݊}BǍq 9pA@ CY"+^i-`'}y^aovauw$#)9!;:=ihٹn2\BEEu + ) -땽3c[悚9ñFކ:j_;5!Vu h|y,DQ֦fN72"3^8zL@n]%P6Z?qty˦=696Lϯ:#>6qZlo0ZLnNaB@8؉2s<Tqxgp5eDž2\e0(لϪ% s)&,fs?+de6cfnNծǴzϺi(t'"yOn!"Ԯ7/Ir7i]H5 +endstream +endobj +962 0 obj << +/Type /Page +/Contents 963 0 R +/Resources 961 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 926 0 R +>> endobj +964 0 obj << +/D [962 0 R /XYZ 73.409 812.458 null] +>> endobj +225 0 obj << +/D [962 0 R /XYZ 74.409 696.367 null] +>> endobj +229 0 obj << +/D [962 0 R /XYZ 74.409 564.86 null] +>> endobj +961 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +974 0 obj << +/Length 2964 +/Filter /FlateDecode +>> +stream +xڥYY6~_oQnH7A8X%v7cmϿO:g3YE:؝wǻ}_?ݿ1?NД~$vJ&Rj/.kZn:3i:O.Zt5},&o>,0"?UsEq=]s^/{=-aտ6jKqfiu{&*SoW{z_lKڤY7=MvP!9grAB#6q8EAVw0UV9Ҳ\ ^UKCVذwB)h+bۉW|?@ :V_͓u=@@v j6~t"( +Q%B}]苐n)FҢ +~Xԝv"W<\>AwI yY]u{5)tI8xpB cicio]T.Q<&ׅ׫nFArz"mf{UZµ} d`/rӢFKjgtiǿtQp(3C☨( P)^'7t[aө4{ +Vh8B™^]e}YjhMmB3WZ;|ΤRF:%}02c-L"I1'.곱O!6V%";)u'jguQ *I`QܭC%AS<@z^FZ5mEa !n: Pc1q)}.Ffk4##]vGxD0 +)oޟy``УCm_^49R_t:nьW9D,}:<ӞX>и#/ah:~uB+05h`jC@o;^^Z0d'}KVn1j<~'5}GUo +&xF׺[ _ .>r.{-M J7}D1_Hڬ~G)\54xM >`MjܕGpǶёؗJ,`QYhFȹh50ܴ&;YzinvTY@""ŒD@y A(\Br?a,_mOOJHnUҏհC(ɕPQ($!no$WlW["4Z gINfb + bs}uh@qrwRfl8 B;p#nȔ:U|%g 8ڲ(FEҩ8u6`;!IM[oV`n/nA\~R:µ>oJ'<a8,:ט VG,~ p>x`% p[;ʹY߶4u &K7Ƴ mL>|z>c,." I4Bpp兮L>SFnӡ]Δ"j۾imVE .x2_Ӯ^2Mm-kGjʾ\<=m}@\MtZbQb@ a/p'*5@Chnlp 4?_'u~.p9o#'4lN٠St S΄ՁBN]1 +'i[BoWĖ?ol?~˯"G\?v?KyY e +endstream +endobj +973 0 obj << +/Type /Page +/Contents 974 0 R +/Resources 972 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 979 0 R +/Annots [ 965 0 R 966 0 R 967 0 R 968 0 R 969 0 R 970 0 R ] +>> endobj +965 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [496.156 688.447 503.129 703.446] +/A << /S /GoTo /D (Hfootnote.21) >> +>> endobj +966 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [309.248 490.868 390.837 503.554] +/A << /S /GoTo /D (section*.3) >> +>> endobj +967 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [97.128 360.706 130.992 373.392] +/A << /S /GoTo /D (cite.Jansen.2008c) >> +>> endobj +968 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [134.283 360.706 166.164 373.392] +/A << /S /GoTo /D (cite.Jansen.2008c) >> +>> endobj +969 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [454.125 235.177 461.099 250.176] +/A << /S /GoTo /D (Hfootnote.22) >> +>> endobj +970 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [324.652 206.285 331.626 221.042] +/A << /S /GoTo /D (Hfootnote.23) >> +>> endobj +975 0 obj << +/D [973 0 R /XYZ 73.409 812.458 null] +>> endobj +233 0 obj << +/D [973 0 R /XYZ 74.409 627.276 null] +>> endobj +237 0 obj << +/D [973 0 R /XYZ 74.409 416.596 null] +>> endobj +976 0 obj << +/D [973 0 R /XYZ 84.372 186.748 null] +>> endobj +977 0 obj << +/D [973 0 R /XYZ 84.372 174.547 null] +>> endobj +978 0 obj << +/D [973 0 R /XYZ 84.372 162.545 null] +>> endobj +972 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F76 494 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +984 0 obj << +/Length 3367 +/Filter /FlateDecode +>> +stream +xZK6W(U37gm-g΁"12#ɯnt g&٪ڋ7~|P9nowo)EEjs{IB&2$|پݯt|Xd:.7Իʢm^>R3U?jh꾩.7mmv*>P7 UHoNFǴU~Hf&"N^QØh=Y\Q۳k.#ͤںՖC^]OP+ uiZ?P.uAܞRe3y,ٝT&~D^uk{ur{nxThobFDK55ms_4CaeE47Ҝ,C'![4e˵"Kf6fG0*{mpzn7M2 +gms),5qnTYQ[M/+y"g=A 4=/z[-lF^ǑЙ\jLר 5iTGwc㑿y]CI-yf"LZ(;"OHK@lBz?cY!)RB)*bMB[_ZpDÜYkĨLH)_9hj{,CQ;i{`gv!ΐJB./#*IєhiuĆ*ܢ])oy`^LkJՠ]*wLhjjD˶]'˶*Qp۞IKgfBM VZ" +[tIu!I@Cj{0k4qhr&r0L7C˺KnVe'SpţQAOdA vVD]:('z`S/kn`Pٜs7#FshMdуf;vsYL=t^(P<4[ +hѩT@[Ekzu挆pw:~8uFw׷CkcJ4T +ԓG`"\ONPNmG}/gy$ֵdL6UոɰB3>CS#փd%\%:s7T<6m7gk:q偖\|5Vʴ4}4x❩>t3My)?كEySpvj?D}ۇpm'#֣9>!xlyu ~xn8ؔF7FfX!)f@w\-NgQIra hz[ٞw%εҞÄszn0-~ޥUqg5=Mr-4h%lY˗ķr(F=&%Ŷn$c=K)|_%y<4F*N߫ UqLlJP]8y^kYvAL~t`I U"%k9wc ן]a)_YYu: KjUM`Q$Š}9J4%{AZz[o) 'ҙ,*YC]tRBzFh⾣>PA39ζk\1sn :k~lU%Bi.Qk1K*b~a6bI:WA]TL{K<>y1uʬu8ɪRe.8C㇭38ZpM+9Zr}xg+c(_ךfAPē>%#a2Rb[aF8eA@w觀ھ~QHI3k0>xЀsi%RdMcZ-ЗC [ˠox_Ly V(h )qQpVv W7T"M=2_p:9"x3PlP9ڑ 1\n a@6PPXgKS[@τF|þ0$"[C+M8!\ Sx[˅ fǨX +-:7 }sQ.ߞشB'+w.ΔD <ۅ垰cʞmCNe|`k9 +$+P8b`20~z@οS0jtS4Nĕܱ䋆>L54@԰*@E +ڜ M g~ (G~T֔*ڍ!˜Ƭu\eb8}_B6djT+-aeU<-`j(b<\zWuÝPۜ==]JnTqL|~JB](qA*TvġDwF_ω`"_Pp3R'Fp+83GPX&j3fG$.%s1c3t6,BM[~IvN?p4 /Ǯf:-*Z8q%-!"n$jD.;_+QAp)= Zl)+!grCDל_rWqg'ýξM% iL;'X kLmO1=uϠ{4K_ R_Vh\9yr Wp\YM{!:0nh9Q:€-a[J#iFGbGj#Ï۵M^qm0x65eu3+.O+؄@An_pwV%;_;%pؕUԝ5@ʼ!eFPLP} +B;MC'^)"∰|~Ϗ`⌼ڈʼ`[2gs`X;6͗_M }Рny#T86 `+MGP@Ξ^ݸ 않^IW{o8/BK ۘkm:G +#Mi;7hos[;p^L4Kj= +>sx 0&M`Sӎq2{2?w|s5^<Ҍ/_[ #tJM5D$&,xee)Z'y@ @  K +ūkj # +endstream +endobj +983 0 obj << +/Type /Page +/Contents 984 0 R +/Resources 982 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 979 0 R +/Annots [ 971 0 R 981 0 R ] +>> endobj +971 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [418.673 698.553 425.647 713.409] +/A << /S /GoTo /D (Hfootnote.24) >> +>> endobj +981 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [405.189 616.218 413.159 628.904] +/A << /S /GoTo /D (chapter.3) >> +>> endobj +985 0 obj << +/D [983 0 R /XYZ 73.409 812.458 null] +>> endobj +986 0 obj << +/D [983 0 R /XYZ 84.372 162.54 null] +>> endobj +982 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F102 598 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +992 0 obj << +/Length 3276 +/Filter /FlateDecode +>> +stream +xڵɎFb/98F 8(Z1E˃ַ̩/Eowyo_xW/ze;?r( v4r#/ߥqi?~ub7rw=y7\ݵCf[mFc<;}ϩUc{:7}7c:y۝T]a;kԠE3C:tj8Ҫ/zq.2ܫecw->^E _0uWQO \\ ܹZ'kz@J= Bƻ@a6Pgz7I݃ ظt]ݝ*JaA0JQJwUX~ȍiS6[N{z,eE~ڼsٵa p~Ί #QF+Bģdi yǽ;? y9*[n>풧MٍQU% Lo8Qi -I9ٵ +EZ2j0ìuuwIhykjuVN*xrS4MQV؉FAH e] "О0juY217M,Gnp&x~Sצ&0\z<54ǁe|UFˮ9H 5_%ˬgfd,*= +@hZV4Z2ݚ8A蓜eSwfR8g ChG+Ch|)`sT'Jd3m#8H0J#C3yģ@ +<=-о;%T@^UWWn, n ƹV.`]/v~4IL{)Jď8Aߍ nCԍTieYٹol\=^ +bۂQ&E]W[t/x_[cW'uIu7lPvQ%hZK%=>pnK6y6qGXoZȑ)21z͕0c.Y ႀdA2yPp+k}6gwV#+"q{T1 ܍`9f9^8rXA&A'0R +R6`'yw`cV`a >06t%A_IO=ɣ&C!9 _:c4'uh5ux[+|6dWl+Lh`X͓$EmS^$4Lb]m)Y@n T'av%H-tkbEH1$Bt90@%RQL̽cUp(9QlG/_oj=Vm$s<ـ#+zJܹSnCq/x$)l# h,8+ R4Xmr_0\V?!gn-- Aa&iO`C B^l!̾tJ8!}% `T=F(.z#JȒB GhʀSwaK" Ou|q~:VxMG<؊\J2%X+%ʺ8r8ĹX$PV0GZ>5",8? EF=q]~'^7:msyT\$V1/r @0? 627 [H,4h[_VP`% lArLZbMvU -ua.$nJY>~?~[b!Mo3o/{l gmUY܇Y*H4[sO>[,ܙ<)b`MxvP-IX8JGǨ+ +->;."# '2ϳ |FiK|1a"\ +g};83Co`hqZEïzޔSH|5!^5 ]? &,;-zYsz) + `FryU9 +/e]Kq`+N8gUu)JTwX Ku羸T˧G `T |R.L<7'v#k7'n/Xp@0jثdLu8Q2`*`Mx/$^HѫӻE{12 +<-Gamd I=5fS]qB80쏀 [LWW]tJ-1zW }{Mz{y +8*k'5xg=k0q1ƁzkɄL*Wg'Yvem7k1j7QwX̾c4/(LdՏ=T>"›\-ҏ ۫ + *k :N7_.#ݿ/d 2,'ůylH34Z݋85u4)(\Sby(E<D A/" X;~r~.h6<8 +ߖ@XI +<7!؛ IXԐ?AEϪh\q7ܡA˓5(NQE챂)Wsv8 зNO<#P6$n0<&VBs~LC6ots= +endstream +endobj +991 0 obj << +/Type /Page +/Contents 992 0 R +/Resources 990 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 979 0 R +/Annots [ 987 0 R ] +>> endobj +987 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [127.294 525.522 134.268 540.521] +/A << /S /GoTo /D (Hfootnote.25) >> +>> endobj +993 0 obj << +/D [991 0 R /XYZ 73.409 812.458 null] +>> endobj +241 0 obj << +/D [991 0 R /XYZ 74.409 771.732 null] +>> endobj +994 0 obj << +/D [991 0 R /XYZ 84.372 162.517 null] +>> endobj +990 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F76 494 0 R /F72 473 0 R /F77 479 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +998 0 obj << +/Length 2976 +/Filter /FlateDecode +>> +stream +xڥZK۸W蔕<4ߏ6^qjćl*š kPHA79x4Fu7h_7߿={:WAEqv,bXeIeYۮN<{׷M^֦l67a6.?7~O{MeO6۸׉ +H_݄lyw0Dib6&XߛVnۭkZUk{RFC+ݝutQb5X~aOeڝoL$;4ǩޝ'OumҲL B/{N~L]ĝ;7[0\ꎺά:%6oҁwGm]*Jo~yY=&8# ߜK\d"gϿ/ }f&KpC:ȎeG0©SNt 2ܫUUFא׵[x_̬'V1RxKPECdX D8YY$Y?g(^[;ܘiz! 5D`$ŕQ) c3|}TqLA +֏@){iO}md2 r[+(T0 [!i;Q2~44˰IŴQܓў`Lt5je;;2!6&߄}2 ܭi*g*jvڵC/MFgY}#YEi z0G*Rϼ0Hb16C|Z;:k";=H=r,ߊ󩗇Fynr [q4a"VmBzĬHW%w8s@ 0Hs4# 6K!p&N3Kh2S6x.) +q?Vc̶f֜ZDFJTFʐh՛ с]ԋ[W\gldyَ&Ζc1R\]B 4q>5$sKE^'ly̙ 3/ +"Q0A0D)?[wTVa8פL-4Vw2WY)RGB{?c'hV9+Fy!6+_ `O %)!>eHB" Ґ/PD>O}1q#;7K4GW"n~N'MS$-)uXD)@̀3OnhƉG <"w2@s^`Ɋi1u㌞FƬ?L4Ig!}AQF cIzw c qZ4C-.l JRYޞ H[M:fZ70w_%l"USbw'x@(FDEy/ >O1GCiuBz{%CZ5^Bb,Q~"fTB$NB`W빹9bvwaGy;;R{%;x9 +oRbد7lRR'y=<,uLr컓UvjC*M$T̒^#T1ݛ< tWfOT%Op8Uu`8('2){'8⻡/+gK{Z 4i!$UdʭOtJ9qY<GRek$t0d2Lp0:FS&1@QrN K%!M9F#A]ʞHBqYC:(4r"KUY!Q2%ఽmΚyS4׹wJl@CHgU\Y0{)H|~vsYa0ɼtȱ +!J`Y#xý#SJoR1DC}sZ&8G9DjP iSO!46Ģ7C09˯yAH^pdzH7g8sHjt4vyb>*'nuP@Pjx30εP&qvIud**gmbcH2烦EBowL'YQ$6_Har@3ŕz/Φd|^z?˗{w\|LcS%*T FɗIcTU9#tW>}[p N=nu>'+2f;;9"TjzƁ"71/'*o )B߀Ź쯳= +endstream +endobj +997 0 obj << +/Type /Page +/Contents 998 0 R +/Resources 996 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 979 0 R +/Annots [ 988 0 R 989 0 R 995 0 R ] +>> endobj +988 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [144.677 704.786 231.777 717.472] +/A << /S /GoTo /D (cite.Guarino.2009) >> +>> endobj +989 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [236.957 704.786 262.86 717.472] +/A << /S /GoTo /D (cite.Guarino.2009) >> +>> endobj +995 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [184.83 478.315 268.46 491.001] +/A << /S /GoTo /D (subsection.3.3.2) >> +>> endobj +999 0 obj << +/D [997 0 R /XYZ 73.409 812.458 null] +>> endobj +245 0 obj << +/D [997 0 R /XYZ 74.409 771.732 null] +>> endobj +249 0 obj << +/D [997 0 R /XYZ 74.409 600.277 null] +>> endobj +253 0 obj << +/D [997 0 R /XYZ 74.409 447.381 null] +>> endobj +996 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F76 494 0 R /F77 479 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1003 0 obj << +/Length 1479 +/Filter /FlateDecode +>> +stream +xڥWɒ6WHVE0KrI,]|ЈeTdO7DN&ɉX><4i7q}ݽz$!X$b6X;bk P%oL|{FFL4:n[{wl4d{߆" mCKWz +_3'`<&{ijLXEP=#Qg)Qrw,p+( +67CgiљsKM(y7lf+ㄉXord7GPAYӷN'ԅ p=Mꦟ.kTWo"ETf4/fIn5wsU_:GX6{XV/[؜lJɴdт*A4 '"0=-es@ AZke[9QJ1$ۦ*rS2eȍHDd* b}<}s5('C}g+<5S`j(`wOK/;e(mۙLݗZXyc_0UEf]zQlxw@y+fl -jg[Сppne[p͹(6OweHJO?fd87 1ythhdCkQ1(l1gJg9驹&s.ysM?|v@**p&F +ZvGTr# qdo v)5#FƟ8WP͓)X$ >\_\NGonkUWI,%2=-榳JnR[4^cRB+zIRjjbhrnzQBn=!5݃GLka [[%axdzN! ۮ/uNiBV,z=-N+b_CS\֐ҕT2˂WKQ 1%0πU/`-q7rsx>:^@` -ُI-G0 ٠[3eDNQ'Z۝mޯ/|UhzaZ5-޿ςAP뻟Z"2-#KS{1㯝͠"*s^o[+Cj$@^Ws>Ewa4Ab-)jLmOR" 7plϕɗPC),>->Y1-!؍o4Ҳ{6$07e^;jEC|s WO%GS?H1Ř{:e֒AwoVYC#4<\deō]> endobj +1004 0 obj << +/D [1002 0 R /XYZ 73.409 812.458 null] +>> endobj +257 0 obj << +/D [1002 0 R /XYZ 74.409 726.12 null] +>> endobj +1001 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F76 494 0 R /F78 480 0 R /F50 363 0 R /F48 362 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1014 0 obj << +/Length 2293 +/Filter /FlateDecode +>> +stream +xڵXKs8WEUY7粕'le&س9 Ih2ϯn4 2j,4F"\o/b,ˢtqY Kr)+rq[/~ 2\a|rEp%vD_/0 ] |?m79xb,-r'w~ىd%߫'ߥsVi42VpwOAv $+}0KZ.4i qUz`ofQjDOseӨnK}ٺs%od/ F1(8M +OrU Nzm ;e.w./N%Hs@$],, + x5'`Yy2Ռ(ga999x٣2 +^ʎέWrӺahԂ%AtdOkJ(#zcF7,ntO_P}<@7C={xQ5B#B?E&_n;аbڎ.a,na]҉WooFaX@$q$K0HcSf!0TQdž'|S:?4V(pNt25'r!ue li|h(#+ʌJE5/կpۙ tx3KU#4z+ik u; q--v(!@9dWk,^zzPMCԽ(r;HhlDRb+z<vDs* Я5Ru. #?JyNQy x9 +WmG>mš6?Dg&NaHARj5Σ!d)6~3۳ + ":q+ Q~6q] ژz,٥낕Yf4ai,'$܁ noA:`JnvT֒ne%ǽh18v\_ܰcøA^{ȸR|h%΢-CMbgWGYP@5ȜPll (3lpx(`ԉ :gQ|YaQBʦԁBQEoB:ZcOe u_V$l N;%;cZ}Ay HEP>g#G"RM+-Gk괺w!ތX"'aY$c+`Y5*c…QT9fUu n3<)ag*M[diBQm!"!?f B`GYE-;# ?5ڌ|䜃_E?'-F"(/XSyvwisܣ ,i&<@[q7TmQ2EU)!EELDhƔ-ݴq"HV @YOC+u+ X<3{ +VRvHӡPfVڃI(/ugg3Cx.$iZx%Mի/>-r2“ V se9غ7~L4[( +t!=Gax上;rXJ/bmxI!QkP\p ZY +BTH-22>v8]{`z&yAJ ^,T㤠n9IƠ?vыv"fpZӀFNAy}b`CCtŸ.: eIyIܵ}cS.)fۉ-<˥ixnw z:.j7 +NV6sȺ@Xϼ~3۪w*h}+T==.@BUkm%xmƏ]\p'EbxBTo0T,,g qW#YGESxQX,N"E6{c a "خ1_60C?VwkWCY ϡ>:s{'n.0AI[=FSr&qZXl^8.{t]Ռ5NO1k%^k_]w\NXYp[@ppPfJ1^=Fj[U;i1> endobj +1005 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [483.359 603.097 521.862 615.783] +/A << /S /GoTo /D (cite.SuarezFigueroa.2008) >> +>> endobj +1017 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [73.413 588.651 199.258 601.337] +/A << /S /GoTo /D (cite.SuarezFigueroa.2008) >> +>> endobj +1006 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [203.751 588.651 229.653 601.337] +/A << /S /GoTo /D (cite.SuarezFigueroa.2008) >> +>> endobj +1007 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [128.007 516.422 134.981 531.421] +/A << /S /GoTo /D (Hfootnote.26) >> +>> endobj +1008 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [73.413 501.976 126.526 514.662] +/A << /S /GoTo /D (cite.Aranguren.2005) >> +>> endobj +1009 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [131.503 501.976 157.406 514.662] +/A << /S /GoTo /D (cite.Aranguren.2005) >> +>> endobj +1010 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [249.498 234.061 256.472 249.06] +/A << /S /GoTo /D (Hfootnote.27) >> +>> endobj +1011 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [362.293 205.169 369.267 220.169] +/A << /S /GoTo /D (Hfootnote.28) >> +>> endobj +1015 0 obj << +/D [1013 0 R /XYZ 73.409 812.458 null] +>> endobj +261 0 obj << +/D [1013 0 R /XYZ 74.409 771.732 null] +>> endobj +1016 0 obj << +/D [1013 0 R /XYZ 74.409 679.713 null] +>> endobj +265 0 obj << +/D [1013 0 R /XYZ 74.409 679.713 null] +>> endobj +269 0 obj << +/D [1013 0 R /XYZ 74.409 338.688 null] +>> endobj +273 0 obj << +/D [1013 0 R /XYZ 74.409 306.77 null] +>> endobj +1018 0 obj << +/D [1013 0 R /XYZ 84.372 186.945 null] +>> endobj +1019 0 obj << +/D [1013 0 R /XYZ 84.372 174.743 null] +>> endobj +1020 0 obj << +/D [1013 0 R /XYZ 84.372 150.587 null] +>> endobj +1012 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F78 480 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1026 0 obj << +/Length 2259 +/Filter /FlateDecode +>> +stream +xڽYK6ϯR/ڛ*o=9`HhRT<~"94T24@_` &m> +RvAdL(ZlYcS 0E`ޮT,Wk.IJ(SYQcNY/M+G*K$u{;p}f*]%\>9>nx.^(k +KYݘld2pe%%:[PTJ;} gFjY'栫1땉j@Fs_s=oxI`~OUjRÃܹiYPߐc ;Vk6il?RBKN⸓#ZVΞ.*!|Ϥ` {g|oDx o',Fllc q9u(QvW$5~Ҧ9Gs̊7EgYcej0u3k@KGbt8糗 +Pꥴ{8z^fpe y]iLS2N-: KJDc*<,~ .JH~P4 TN +Ս׍C68pDWA}g7æ:UIS 18H3 [챸ZVwfˬ y`7̙ 8}p~!.g$R3z0{%@J3B{uQ130o+]^I˓e[z1\њ${JpBe0q[_bLp^nv=B=fy 8O!w&q>C[[)pw))2H^RCɒ j.p|?*zW8-ںq#VD :.M^2Cl…}GhVtl `X6tOMcKgR`!T.09Q@2FE'2k.my4:𗕵-}qpHa=АR\ +t` $ƉE7 +p`BVC$eUīnҊS{Վα3Iڭ7ɉ}]N:hv_No +7FY{ vכ`g%0_XU] PXşUJ,3zZ+GkkWҽIt[+{eT~LW0®fOi%h)`s8\=]3b'"ɶtxmrʴM%$ټ|ȌCɨ)ˮln^8AEֶmf3K_1^x5 sKϐ:R]Æe / ~~# i9 p~v2_!%-x!s+ |1EP9%WWWژ> pý^{6MϟƆ6.EHqyYa T[۵0osQ\|N59YGvl-\HxpQHD!u$ҽ8߻p߮ynWw]|GG|h-#s 'B^px{V-AY{Keű 4]vt?&}n"u5O|j +5=_s&Uݺ6k +\A(QItY[Paq/b2SMRGF0"JuyN咄+їOy:] TF  +]}_sWם9 +UOӬ\Lu90;L;> endobj +1023 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [481.697 420.452 488.671 435.451] +/A << /S /GoTo /D (Hfootnote.29) >> +>> endobj +1027 0 obj << +/D [1025 0 R /XYZ 73.409 812.458 null] +>> endobj +1028 0 obj << +/D [1025 0 R /XYZ 84.372 150.583 null] +>> endobj +1024 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F72 473 0 R /F76 494 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1034 0 obj << +/Length 1655 +/Filter /FlateDecode +>> +stream +xڵn8QbHJK &350vLdɣ}#)Y(ISqyN`=2OD4 Jq/ ޟVB SQxuOZzf׫ $R`Db&vY,",Y?>jr|Mc֬c6+X'<|oJSw6y@0-=tt,¦{Ȋ4n`6ֵIwsHM{&J9-UBC7}37盘*))ܘ]7p1 o{rlop19o7\su`)$:q&X-t:뢪oLQ ]@WctF% +n1A7(Ox)pJ"zsA"I"!y\/s$G%d6A௴nĠn LSk" Sk3RG$>-~Bj'=ѯZ<8z+ʄD*ٝ5W*iY/9OɁ'es +ḩ79Qv`)'"R "XJбAa[JJO_) +zyU6ı8IF 'yoM$;+(6(PBCm%X(t|{brЉۛmFs.u`./ۺZw݈n\E[Fay{,ˆ`]J)r 6VBȖ"ak+yA܀t==WɺI{XN%>i ~n3A3v?p;z8(E(g3p&:FH/zi23 ї)F#bKHYq2H>HTqo3C|\0$[JpWI?8ź+ +á O|jo=\!a'$›wd: +(O/yDX|#OCxjnǥWnkAv]~CæEtCm~2|ļz Q3SpjáFi&3eZUD#M Yd&eZT=.,wnc|2 +O6h_c ByRs5 b8jNC0OۺZ鯜n $db=WE]ƘBsRnH j7I];Abuma>袹" +Ϻ:%p>➟WhW۞yNM[cþ7@ J~=/W> endobj +1030 0 obj << +/Type /XObject +/Subtype /Image +/Width 718 +/Height 164 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 25450 +/Filter/FlateDecode +/DecodeParms<> +>> +stream +xPםinI=lv&۷ͤ;yoo36[ttS;.KHY:+$,ϲ,B,d!$e!VTRJT ,KY)VK_3ѣ<: + TjTh4jnG8J 5֡HjPHy<ngULM{HJ=큀dR"ip;PԠZ/F>F ~Hg%s =j\vwRvPԠ*ziϣV_`46ֵ'GCv|JjAb5pQV °XS0?;8n46u"Qi>Ѓuu?ۿ}G"+_Y[Oۭ|pww9"x䑏58e;:dGQ| (93Oݼ@*+a٥q>.}:ǑeifjiȾu lTTTTTWcaM8gd[WmA7?塡֯~O'&O"d"@^v0줐3IIY7C{5B!ɤ̱H1믿KC;;==̖ƺR8oLɄGnq1w婧dj|DV;Sim!RUuW^ZfG @jPQQQQ hc(œ80ȘI~}Qc])##WA&ydFF'>cǾ=O?&YmFfRH4'& \>w=e7j ,{9/TTTTTE#J%wzHd2u5"_ޮ=um +vM`>˓SԠ*≯Nf4>g J< ¢AEE577;9B!kxVbt #W*b1?x<k-q_Q(H`hDnu\"|7'qZԔr xnMan'h4 <^嚞^W1QԠBJݎzNYST2]%(bFf6,FKAS$Lv t“&av6O9)f8lz +|q\`P0yPXPH4zɾD 2X>|8f5sb||J"FYAEELN*5|Q.ploZ +v7!ƺ +FvJ@$`B!Hu ٮB7O;[P(TֳJϘN{hWǺ|o2U<b͔ E **"X$v Px:EK `n36ۀ v;(Jk*KVJ$~~Lc"bǫj_`%XejZ@`0^vQԠ*výF X#kH߬1 Zh4ɮgt:;Xɓ +YmjtN$\>鼦ժRPX0n|Db(jPQQ`&Nw `D"KJ<Z-&̱UET*e2X,ӧe2;22 +<lp\R)hTv>8qg:55u0po)ȨJϗJZtg% TTT{_ccO5 !Yp:mll,/{r3. D(VUUx5bPnErYptGɤ/ttMN03ӓ NM2_Io$H*pG"H[|f3Z,JU/F7NgX\."'™;LQ4>~`Nv-ϳaĄ >}4ǃ NR[#&''D$i }}eRTߋ篹 n2s>n$jIHW " /rAEEU@ާq/sIАji/--sЇogg] +ړ3/7*1ݻןbUVVwoRԠϫT|>Cv+x.eHf5C]sj)ٛwzcc_?x~&7r Zt:]V>֭[zd2%=UCQj;-oK?_0q$URmCð^| ! aD"aJJJx<^[[[*E ***\R*%Mnn;ziD#7k^4/|яYNSOA"7oɑVO|E|O_'jҗoCvc8?'>}{{5䓇֋33a\^DañߦAEEEAx5~L3ԎgN"N}Gzghtu)a3ܱС dLɳ9Rÿ73Oݸш$"dC=9`Xncfrݸw^8V(Oan: j~>ɌG|a7cG)zG<67Xj_39sв$5`b^_O|jz;Gj7qĄ$(eR 9#x7J,,,$ V[RRp|>àAEEEqCt 8ðE/og+0?p<7f :)aD sC3zNmM;A@$s&99ԩﴶ:+/eNFa]-啕nJQj 4??T5+ Lt !3xV9_}?NA,䓇\/~Q#{_E KUNmMfjd$srĄӞ{sw3I "F ۬6Ոb'N8y+W~F.+w:@ +ʀoߦE ***YWhTn`] X4{3eaMB^FeFu5j;MMMԂ#SSS%%%piaD%é(jPQQQmobD"-2~] ZXvPt:d6wޭ_"bz|=#N[,r@?PԠ %+xu] G"rToUy-e[o-GW&UTTXV0 +5vAO2k론09v_ sipppkK07fmaOƺ!⪄sssccx<k5t*R +,8R9Zj4[,.H%hK&;ƺP +$.`;R HngpRIv""WozH )W)jPQQ8ᑃ9BfŔ$V$r\F\rFcݻweee"%X,=_bxt +eTA + eM$oz9/5jEj(/(jPQQ`2ctǫ,M$bEϧt%NVۈJ.kxxxKf}n# +rRnS@f3*vZJ"r,I9^&R,x\ tjjU^pO>o%xb F$n5+r6P(l68lW IFϪ+J&''ѨJYhTZsHf+ۯXwE **t__eURRB Ǒxxܘ=H6d0DQ*jl`Ό̽xmmm;3jÄhll0^o!,4^v&a~啗~[GPDဃ-Ao;RD_$j 8- 55ٱF3/X,oݺE{/ +Y(p8 +9rhzڟv޾vӈG^B,֌HQ (93Oݼ@pWl?Džp>Վ,K3sWKCl6Nkaa!Htt, 0G$xQ"9sX{nSO.$;7x#~tR&yկge֯~O'&O.HVexxsD:r1r9IY7C{5 +BCCCn[$/8^UF()JKKQv|f{V[@@aX$ C;;==̚qx㛙hTG>pFc{ +X'W# ڑ4ONk㯼j7CjPQQRdO Äow^$ihh(//ollD|oOTZ(/HDfOexz~=X~GLȌ8O|cǎ}={ӟ~M\̤#iNLAs}{nBEExv8/`~ݻw#۷okΫӧ|> +tvxU|D16~ ]Wj+klQQQ{zz +Q dʇ0\.JߗVzmܺUk4JhrrrKQ4%ZXX| zq8F$3gXց^ +B +b cV_+p8zA@;>zXtz(}6l6_h #Jb1]y-6 S/h Kezpw"۳%Fmj.Q*hll s/z{{܋?{ǃ~n6r8P7P%v_`\ E @uu ;Ȑ%Q;_[98u*0B +?`e'˵Z- U:HFsI,|8r.U.%&5V1e,RLB!8AL&jK˥ 'nնf&' ;X <vdRT(Rz#ޱzyw.zE[[H$B sދwL ƂAW{UJ@qZ-5UV(tm`]8NN8$HjU +8"T v@k`gECCJ03%E6l6. +`j?79s@E&zp8ڞg5#`2aGf訛Zϯl[5N2a5+RPXo7W`|>̛B!9 +ѓ #73nB+n芊 +x*hM0nxxspv,<9293ssgS)t^\Vv/<=(b]L8׷UeL:$@K2l{ɲ22 +OIĖ,>55:ths;M<^BB{PԠڟKPX f `Z8`AG*l$rSQ‘.BYE1> ٪`F +LLL'R/tW$p[ 2T,t:J,Ņ})jPq$^,M=㬼m +R\ fg{7D,@F~-XFT΍uQ,}у̢L A@ (HdfQɤyT*jFVMOK8H$hOv_##hFV-QR(/F4Ǔk*6 ]U,hW +YETrnp}O:~\.۝N۷oK$HD67A()z{{ڴZ-XQQqqPEuu=N7 aibqUUD74tFdҗLvR萘 റ1gp+DtV{I.IЏR4LN3.{x<+YרgB۴WE/BYBuE 8) X>̘(xuA zFGG@d2G 'v;`00<|>9M*j|tl6CDoT{P&gds_N{e"@u{il7VriGGGKKKee%,ܲrGM,, +EPQԠڔ|NB?7>T^Z+gwŮ/8BW;$F!C&o&+,%z-ѴAAEPU {ر73/v6i0E, Xj;VTYԲ>|jT̷'&yV2r3g466~ӧi@EQje|ZM^#|"0_&mclB1`r +E__!uV-8]ozя 5H$5}Lq]B^/dBAE] +ksbýY'a NxS<,fN{/ND":b^x ttȎy '#'^zNSOG{y߽.jHV '<ݰ^35rK1#[jt!zkXĉo-;WE *eJ6jɟ<;wyiW>CϩS!<ԍG>G]]Jg?GC=}`7?^33'eo!>}:Bяjի0@²{#FTT5vD|>wKz5^|2jk`3 +\`D Ƈ?eW'&$A,p9lu̙ʎjBjWdu9,xxΧlGqxy?9>.LN{ݹc$E&dۯ@pn7P2{SxfMvD>;O6js52E}$;+T*pJKK%l>y$m(jP}U#j"za̽{NzA\.jzYQQH4%kغ~vmgt:tّKQݟ AXNq3̍D٫j4PQԠ/;D8hhh*Ɏ}bxUɉNn?,H?:MݻӧOs8UTT|<&ݺu+Jm&E,E ?쯧⽮vJ[NVW-9ٕqqY65~v89::vpuxhd2hRbJ: {`/ J郓HL,\ڽw\f@3>zx"Ȯ !۷ ڐǏWWW_a, D"N.mxA7ѳ6>~gx/F">Xkdb4ȥRX'ɜ/S/ h6_q:HwF"X2ggF43=0e:zPÇZժ!puFa45 +BU> +bt5j<قB No8q.O ?~ŋ8 x?h`,ѐ,6Щ@  :0:.:3>r9aGGG@fh߮r`9Sq;3k'Ȅax~d7r3kjjq8~Ow@ad2 Z-y`>>@@t^a~X\g6wjT5ɯPs58d, f ^F~r>` H@N&B@*7%Bǽ {Ixy.|Х?9blʌFͮstSda!4>ڴZ5h4ԩS߅` $Q@!U@ }̙BD IG4dE^$Jyxk*`O@O$&teom7vP_i}%IK.:bvffd̴͒#7w*rkddv+xT*Z atv6;nZDF+&슊 +x#d0h֭[~`s +b9&e~( lfs@p`0X3__ӧQw555JDOOІD"AEE=~8@ ʐq@GflIwo/nt2 s%-rACw\hg(j)M[ 0giݥBv-rh;`ȴͭ}nk,3ӱl>aۛCdҙc- 7ɮPrYKBa|v~ؚ?11&) j"zɻ9ŝSDv|UUB!X|xmlk)ON]~b1(Qb&6 6 źoc/] +HDޔ (5 O|nPXkm{-18X, Q/+QR]si3HbB4+><(h-2/MD<і9qJbL&j6[c m3|w|dԍORɤ/D\>_~d@ʄɐhFgL^#yEAEIq\;z sss###hk900Z4noENؘ?GͅIP'xF +q 5Ńd>4ݷAGEyS y_B2sT+xLʁZ"=Nye`5X*-7S],~mͲ>1@R!DD_J:<Ʉ3g =)vS0$7`<b0RI(„<_|_* +'#']<̐ff&Oiqrf4+~eׁȋ@hD!QBVd$ 3I GnfL3ӷAPjH؁aqanO@&9\.?,|P&\R5,SFH̯Nڷ3H NOOfL OT +)8 U pmܮOr;|> +6(5K(^ ݲ+Z|r A~& +[8 +x5v}3?E]PW-! A.ya7,1h˥h_0,&xF&(,̀@>-9ݻ^ij\q_ /~W&rgVπ\5M*5vA6ܧEӞ_8xg?j-.Ղ\!DP# Ɉ[Z]%Pe444d6 sQ[NGAi~~^VU:R/>I!;cǾ~gL |15JJpHa֋/~q`S(q٬\?r$ޫL\?u+nTUU5X,LzTy +`ʈ +/a*r9j8Hd'W)|MQHDG /||%ࠥENSOyܼ&GZ[EO<JWOۭO>yUy#/b'N|kّ#!DV;wIW33aT!dЃ>?kzEQђH$ +KB" @d20GMq; V!ԩa| + Ѳ}K (|4?sC6jjA` +珒#<"TY˒7n4|L#|!fG 6MQ8ĮZ\"y cHJG?H-̀H1B4究@v%+Utu|>WZZh5+|׻E7ЫV[ȑK?̑͘C˒jk`ڳ4 ~:1Τ;+|1G$;):rIY7C{5bN# cT^Qr?~,=i ]|劊< *ݽ{pX,"RjdzyTŖlvLơC;;==Lb8oL +Ѩ~Տ}i_|+O=ud{@@d#i:V"UU_yn&԰ٮҹE#^0"rƁ|#wZK<#8Xw/5mjBsj,쨬SKS% aN>-Hz{{swrJohGZq _}?tƓOGd%믿C9PcIvdFF'>cǾ=O?&YmFd91a=;w/.uU)j4f>vYVj/$Ir'݃ 7UWW9T; 8:e\kt\>ߏ&mjªd] xܘ쁕CN^F EK'JKKQNV֭[xQqF/[p8MqE^ =t\waގU*2Lh+В,YUv~~`"C^.Aò08)u:V؛>˶6BB"-Q0\<1ݢE"X]jױc``rāj)UZ3RR(6K[]_U6X\ʓJ [SK<\?jl\H$Vr[~M!=l;jMMMhUd5 -5 +nj~ MڍFTb~ 6ZTYw(%\||YbˑNu5n ˅A2i{;~37562`+z^.t +RccL}#=W)kxjt9HF%5E|DėRɻ*4RF===!'NbKOUe~Sen뺁߮ժQ^w3{Wc&("o766ůD"V{ 5չ_Edɔz2ZpT8{djG\ \JTPͭfkY*1˨`YU,V#&ak͚,9KNuo_gE|:Kò4trBTZ^!9f-v ZAY#(r!=Yjb8GX:a+jf -BrG¬?G@U!ZXK"ruE 9EIsݬ "[vrB끖l6ڒ*Bx\Rx\1̱fq[,ZRDna7Qc&(0&xslbrX#p8`2K")A< !c^k{NeM}H hd0ݹ0NE6-=Q 4.~@jL& + [ g=5 ڜJ\OXZyy#^fWǀ/-HT):ˮ>+a"Iu$5ett Hv3V}0n[(kf5c~R) dxxxxM|Ӄл6AkP(b1eg jQ($Zm;2Il2lgoIڵ^ d@9=09 +Q[m|r!طAzǏ17|]~uCJϝ5/vDͬt"Oll|BVK.dsU*n}]drfff^/4 x p/@ TsQx<̓syacf%&mjA0rFͪ`oK\K +qD-f]. +jE>2z'(xj]U*/]rzpppgnݒdh1` + >g(rA*r\P0J᰽16UH{AMLxbX8@ Pk+F )B\ȧCPZWEV1a-@s`_.8@(ۍʸ!O<s8wUL*gcK^I|ikkkllX,>k6Wt:  +8T0 &SŢs,>_k$:I_25<왜!af&Y fNNz"D3tHj5tʋb +@&l 顔 uP/h;@d~AAܰaM8'OL`\Ѯ&ΕQŻx3{JqBEfP((b0togQ~MG!cpXsb0}p^*#i\ŒGA%SPC&v4t/'\nXHWUQCj6 )%"觸^H|W/|Whٽd2@",.PdbYL aMLLD9L8\>pVZFH>5*1KX69Balqjx5حm$gffsrΞPctPXoەNN [EE|wIKKKPGǖ,qAѾ5K2c.dncc#v̏7QQWX(XEQ]3\=e$߼39Me J0XU?3b?x鍢:Lh4. +ߝE&~?DՒ#kQ7PVI$t1y\Ah>tgE^qʿ{i4=?9߿pC~Sq5*MvŵJ(u]ZE]C/*™WL())a2D b]ɴVfFLn F;B ÁV >ZYYYZZzIAᾒ!AKGjTɫ_?ޤ!A(KET~Zsu-,d!f-j0::z CP^^cIc/ԸTznWL[Xˢ)mBͣFC2Aդ'=9~䱏fӈtHxD2'Y?/#*8<ח~>RÿQ'WL'gnOy͆ GGv{H" E:OXkHn +"*>ϸ{G?Zjzybe{ IryևT*rx<p8L-bzrwi,H6I|0F`,Bam-)))v^Ug׶RDhW3߷!?vCh>89O'~7Nk)%MswY>6rdR .GRW#;K3GVju )^lMMMYֲ3gθBJ/jp|V=F'ut W~"x䑏k\/˥B1 +oQF&"x\c/+j{ݔW^zWltș0B.o"UoWr4sڍ[U8Wce>>%wi(!~ gPk\75wnL<Ѓ٨qFҏy)W/UAiWwx9<ܨA'q_/x|rq2Rp}ɜ=̑; +k" o×e> 2Lȝ9t|enX:HkyeN+++-K5W#H6^ mժEBal2#&ŽUe^e7jMM/D:nkkzZw\|"G>ݐOA(fZZ M:s)C2殖wyK3#\H擾B SCbRb쥽r2sTTTTVV> +jxmmE6#|׾X-8-n +f6gA(\o3(%%%߽{w SwSt0ްE{[/{_.ZH :FSj*xs2#sY.-ppWKיFWd2=<8zW Z nPuѣO9XK i^bۺwА#;忢F᯽G}l엡n5|\^g0(V +]'+n7=ǧN.bihdB!*RUY6;ܛ?Umy|<ߓ/\{Yͮ)8q J>_o5]j F[>GPVVVZVԫ5;;;~? <g cH5 +\s,9Z2ճ, ,eGYk5JYI¬/ x3#/ka@"%䱸l[}(ꕁNS4M.(c5ff~פR]\-4R-8ɓ'Q:::O.~drTjJ RӞODb1k{e2ɤ Ān7\%{7~ +sR$yC299d%\NF΍_?K}]V;!Jx zb}eJzzVofڨmʄgќ$@X$]E( qĬd1R,S3^s];խ]cpF +gLNUQ`D"tu~Bz5b؉'+W\Y)Zo# K 鼒H NYxTh_O&fj. +EBvEHmJzAr JpuWm^̮kW1˾U".p^KP+!=|86E1z2YKĊ[Xc;<VriMg5UB>xYv\EwJ18ﶛ>+;k81ҾfxzQäSt:}~Gx<.<y] b~\t^@|0h>q]P_|MH$Jynڭ^u`M&k|hZk,pܘ@z;&T4 s \V# zXxNL-IOcuW$aGEe :Vt:ŋ5+ԋgˋC!̜?6-kSsS$F |:S;?߻n~=* +xgp80R Hz{{ш*TܗBhkkCve9!F[oӒ>[^W/Ja05ujy6[>4f@bRD&B.{j\.VCۍ~-hxY@f^nT*,xZ)?W>4Z@{f)breV.]T^\&CM@x(w>i/ +[{/|#2s&M(ڪ{nL&D,a2C,sҥ8rmǴqI& E4M6RʲLh7)m뚶iv(EP;* 91氍9qlc>B,B.Bs#`EQ'!O޽}~FD;V߂ +\QQqĉYP*h0b˷ @Jܹj(*Z53ckZB|z1 k:}.ܓmA^.t[Nк8-hV`A񩮋fhԉDBHQZ+4/x233_:nb-h5]*FceC$;ҧ+Dx3.1ɡ2,~u A($|>sr!E.zz`_媭D"`,}@ (++STYN >[7pzdW~+55 |nW,6dAZr#mCTrC zW0ْIQdL޾Ey5b$&l#ʌC?Bb;:'|HdR + gfddLn1B>yz1T^xvQgrʪ,;6[\]6/~o^;":`V.EF& &qwaE/<UE@X&"wt%BNJvfڵ^kv|d׮DŽ3_(ݽ;e'[Z6{7$&&ǯ OB^q[gR$ +a}f]8ן.fǯR_fƢcSBZ>bRj;&lPppW} ۹J~Y!Gٺ9W Yq"ȯf%^.|/eǃPK -3i;_S-,\5F;RUcp8 &tv^1+4|Rnp}y>ْ)8X&4O=ʤ{| .4#[a_aF¥*sГYjrQ5W#%e 텅\F ̙3G#@(7o۷{mm*@dMj $o2sd?h +[Y-;e̦Y׊yOCh M~pc&[wrH+`0 P{0a%(t9-< j&SKGӧN:~!&[9\YRS̴zի +6jn.G  Lr#|ώs5[ႢvXW}:M!J{/:ϱQ$xzorh*3^-)>` ڬ7^[W>R$ApЌUiS`p)ez(dtp'p0Us5Ta$$l:p۷˗%;w>}Y5` ++3s5vJNJL>1(gd Q[[Dw LLLPEy@agcs-9ܤOCoӤm٩3jJ~61S,a97_GPe2s;ؑ(jģ/?:ģjEChJhÍ`pRnלe3:E݁j, QKӊP f1tإ Hg0bu[F,j5$I"ܙoK/|պy qАN;G y||WV!J'X{FGӪ>kXcK@2x K$ nUR¢%|^ḫ Z"""l6wwwߣ&=i"I$NgU-N cd j!RxpZ Pl6F;$d>)nɾl[˨3FcRL'8Uc<`0DB0+;;2dG `٪> h>~A3DَժVbRS۪dՅ /hRm xB']b֕RBtbp }>_lGP5∾>˥V\XLvsOݫ1wp +B,^/@!M&L&#ebmy s? +2_RHFQ#SI*rssjl5 +011lV*T@S[,Fikj iMW~GW&i41uQ A(ʳtBkh4BJdVVVn_II*S*){uy{cQe&I$ +[Zr"KD 3y!7~[^⩕x(=U~̠)S+JRp |HR^fAX +pp^j֫fPA -kDC\.9\.WT~^~-A{ ԴCCC~y<3Ah4iz*=!̆4 +oooJd### j           j  rC( +endstream +endobj +1031 0 obj << +/Type /XObject +/Subtype /Image +/Width 900 +/Height 128 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 24016 +/Filter/FlateDecode +/DecodeParms<> +>> +stream +x Pםiq4Ix׷7ͤ};ۻlw;vff͵C  ! !BBȲ,e! !%, QT,SV%cB(-KYL(N_;Ǟ__;jjrr"Mo:;?<\fYk2iJJ*B\6k1q8E_ɄNBN<{c8M**hPQQmnhz-ZVPH3EE|~\.T%Fdr84.7BuH},<<[vmp0A]X,DNRπY +LVWLntuU'''i:RQQQڢrަ+*)Wq~ `|E|xAd"Rc>Gӿ"x+bbŬFְw͸I/mikfyhY5TJY2f +IYU ] Ȣ +ڝN%|V{ @B2yxiZlQQQT*2nWt(FS<n(Y*1˦E{~\ 7a gP]=>@)[/-xOXD}^b\jiAEEEaj叶lQ%nQ(CJ8dJA/z⦅~;c5@p$NPٯ66QX~ɤꠢ0JE_DIvjfZܟZ41{۷xHM֢ołR\.ua9p-dWᚗ^z|GafOA ׯ+ɕ{ؾܜO@ì_(CMM={$okףw\%v5gpZTJRZ{PQQQZYt2ŴgT+(| =F\urټQҎe/:]Z6<N$-2sug0@--r!Ԕm'wܑ0}2 +)Bß/sO^V$=/A&m$Gh/sTTTFV@~AܕG<sЋO$'\ܻaxY?:ȕmܟ Վ7^ҟ-F᠍vdBnEWXdСfgt򗟝dD\DL_Ν;mm4a(F "wyԡyI&p0wma}}<G^~s[8\9%:g(ʈOgtދ L_ß |~9vNӻ{h~r8̜GsHÄ=SSSrfSϻpI3׷ozDs7wzLǜ3 s߾,{o/Oz}^MPeN׿ԡyIf(&I##N0(n{/ݾme"U㧆QӨjnTTTFVF]|h~zy`۪~9C/>_,{zax +˗-99z3?3˗(X.zyu^V>TTTFVLÿe8z>52s=B"rx^=p{2xM_ܾ9sFܮG?3Ҝm/}UUU555B!)yq*** +TkQOA) +K5y5J\?tY>K/cy,1zY=8p+caΝ;oG}D:iȧ(igw%܉RшD"h_Wn7#ZAwK ˱8ɠ>VZ:+D"H@1.qBaɤCC-[|jd[,fw.k4UX ۬wjjjN BAqillE#)J >E9BiBʞ˭zh4+X38ޛ?x.nl2i Z-$Bq<psPxF,G *9nD^=vwwbdb?h"h8Fѱ!5+NM'&d^QQ+ i1HlKxU\ +];MLO(UZYWe*f@>XWY~/3Fz;3)Z7okNOح[4Dc]jfMΈ"Txsc ~_Rt=z+2F[@B6V.d2Kk< +P(z хJP% +E`Ykmm-Bxfv vtyMfsVP($h9"+ s&SrvP!kQN&=nHw azfSqz}JuV,>CxE g5JIvf_߭xОia +d>v2O& ՌFRntka:;-$dt +~b"hyi k("b jul Z::>Ȅ4 +!W%@b[t:FTP(joѣGLgT*mhM4x` \G+֮gQL@ ,yŖJ!+J1ÆŶ`#:9+Zr>CX/&I*- +@4ixuN6^uN(RgX1Q2M3F p<*LH=r/~5+4JI7 CCH뵣aV*hlkQ2-LN0of%hC ():aQz6Q"LU>t"lIA0z<:\.,**zl BW0o|z{.ѮXOOO(1T*'ĉКv4KX?{<DXZb.rfHi (r*TJu\ى6uKT-@OЉF&b@ HE%PR)zɤZg&]PybxE6Bvl, +hBXHktWWȆ>!̷A=Iɬu +^jIun"%V6wlL ))B*#LPl$\61QwjHdn,AN!w:~zv$ϰբI/KS֦9tww. MHsI46ƍج]J2IZ+ +L]_umau5RB(p|>o4Hd;w^/X/d>jAaDA 'X)yӬtլ$***JYH ;J_$@ăn-5byvZL +O\/v9(D\MJtSHSrۚ_/x|>Wzki&I52ټэ!EyCRVuW&X,d8,h"MDՆ̬0 +Ԡ6M&3%sg+엫\&E" :$f5A+?` CҘ<"h7w)M:V%fŸEOY!3$?0`>} Qz)X aPY  kaِ`zǩP %fBwM1w5E/JPunaǥTPoqc)Nѱl(tY!_xV?77=tH4﹑hw@Z" + % e}Rccc}}}(i4wNl6LRI:? l#7rJQ4ݙ9ö́PbJ&ÿsRSST*V(*wem|~Z](t +`HJatٮjD$9E$1+^T0"' G!l,l)Z3ΰٮx09F!`H"rVFKu:;D;T (0H=ڔ{I;ؾODjY9dz|(T O!gx gNNP: 51 +`yij4^d)Fâ(:dXR*f%L4j.I$"Ѹ FA +11;fQ݃at" rQ444xޛ7owwwhP-ԄyΧ~ +l6'NijjuLԔBQjSjgSvܡP/y2oXڱcD"t!E^Y.aX@FB+2ƒ jdrsN3==T^ҷ6e^BBhJVKa4)b]~Nӻ߮?nhﮇ\'Kwl0t:& F-@쨲όZmM}z9Y& PXX;NZ y&SբkPV0RGyh_ k@dg(Gb<{G%YvB^d2X)cYN'K1=Wj`ty|y `F3K@/x7^ҟ-FfJErzhN< B Ն\.Jgt>uDk +iIkKϓOɯϹY{xu%R__w۷?XVvb68yw:e߾ݭ +ß%̹$ٳqBWܵ;w{zIFǃ"(+tvK%Cr30oBh۶JK_GhgސoMBRhfz=?4Ҝ3Q7OtoB%] >ļ~x4 0R7n;sgUSS֖Pm>qN)y>vdeE_sOȁ)GSS۷|b߹sB#ZԦ"@Xɕ{h%ٜ`qkU/ʜ0F2K/4Lgz#tEIWIL<̛ EHNϼ!'k%" +%ߔR=0<oO.>Ú[ BBl6;++ $QYYԄ(4Qݻwhkj\.6^w7ZQ}ܹg㓓O?3'+䦗xzz?q2a`a:a<sb +OrPu{E̢=yyy(h/3c{EzٞC޼yf,5R.;4Ao{ܮ?A.6iﮇq1' YIWWWXjݮT===fv 9(U&]꼽:UKV~&$z$gzFw,mkScB ۿ)'&.>y$y)(8ˇzbEáRa2d` y)W?m$YMtff_N.jℌ3NB/ϳ7Y^BBLZ(εFWKhQ\Ѵ/*[Vj5ajM̊@ZRdQUvk7iLvE}FIGif(gT Ta3e7ЪA&=əFyOu׀D$"A Q6l?`~<9W`Y,HJeXs[\lET{.YK 9I<@7c@:E;wrELnnZvQzpBfSӓEr~:@{F/ 9}}s&F&>1:2^PHmm-| +dFB999^@ܓ`rUXFGip8FZRIb>C85 + B\4m [>51+FeeeyYבjȥ@܉Mt43{.DR:q܀Hqk荡OR `]F?~%j4X6ZR,g2>N/XiCTl:d$˕s}KRHЄWUUѢk4׻A$ryŜI?I&, G=hv $ϯx<7oDl0uZ0򻡡;:|NA% \6_,LU 꺻mhPV pv|\.-GAP>"u:m ڇ+ +HD;X6tx 7ibvwwJuJhTlj$V p9"ZR8p'G> M^o-1:L*-\jDc>22 FuɮӦ(\.ꐍ!:op4q8l29d@VWr@iFWZD jhhP(Og0\===n;?PxhعJ$* +֠郦ƍ@[D(''1LNE =gǡ5V.z}СHqN³;$MRT e6/"c7*-7: 4q743@O,6F__5Hq<߁'ax>D=t6X@pèN0* +T0+++l{dcR"3Jnb7H$Pȹ\`feE]_dgr9,Ma\Q+T`nvĄ,*UW;;;ӟvW-V[) WAILn2cЧT*EUb٨V? <<#Ik2gee1 +l%Q^A LA rN'h=qhJF~d,y<'?F"3;hIx<&VjJ&J`<ޚ!)>:z $XU*UmK&?u\FJ^TT$ȹ[Am[V-h*]K$t6n4 ZozK{o>](IV +la`i_iƎ e"R +F$+k."D-rn j[n:zqjUUl^>>l$۸mL_ +?u@  -njʠP,% F |~i+N_T===Pvl7`8qI6VVVM&6ps'( +E%Q*[,PȼWžq8u +uE"l)!oGfK)kbq^n޲l:<|0j4U<^ t(hbVc} `fJfԅЬ |>B6%ox"}/@$+ꆜN)ވ̟Bׇ6J!GG8v3T0*T F | !PB!XYYIƜLV[[ &w6U8lڬS::B!_S3GC +{RT$W$# pMgNW!CAijjB!" + g|<55b1AäR ơLT@𵮮T$w +hv;T^.6 e) /|>.KjժH>82:z-3-[ggs(vZyR~x(?OO{GfBMlyJԪ)C$C?YYY)|'lrIThtb܏1kIUb+ +\GR2B*{()\ڭ0Klj9+IІaG pys/G fU&GFF"(piE |@'nN'HՊp0t w֞FJl6kZ4Ո+Խbp8jIp[G׻P7lksBaYAAށ@'8гGhbbm4*g * +JeV2je64!_mv׬q=\BIK^4 +ꕌI%[SRl #sޚA pa!z_l\|>.U*-:[[^J@̺:f!*0S9 Fn4x;8L$OxJМ1 ֹߖtκ$Ν;MĨ&ڽJe޽d[+##\nq}}=?rىz?N**b9V٬p8̸Q+*Y,::&{ )\vbxT*_G:sLB%2͛)>B"#- F'>xr{<+(( 3!v jX{"բJR3o>'{ؾm}$ +i 45Iy7ÓدfO9pוʮ]޹stξ}[[+J'>u]s6YsD'z$߽ p]?kG`9=0W#y<-TTTFݢk&׏ޙt`6/{ކrH1T|ʧZTE;RgA _ځ?U߾mΝ;RGر{ڵ*O-E~}/+۶=U܋/_*{in,ol"?~3z)(8ˇM"z-$®.J]YYd0~k7B1SH&$~.>9ɝ|%9UMn*** p-a~kǣMMT-zl̻azdWO ůBf>ud>驇M2Xb~%ݷo]28%t LTM^t5=fLG&t33}c)c;|[O?AМQ&)$MEEEUzF$+Z=}FfM'S3J:J7L TTTTFqh:2PN(3J"X.;wrE1hҦV+F܂w=Ӓݻ===YGzRQQm<ul6hCln22Dg9N*T.!chm"JYLf$z__Nqo0XWXXPRRfrss+++t{**_[ hڵ{HqT?3<<`rrb` \.Ţh*T, < ?Z>OZd8Wm;WX`2)S/g#ψh4JWB!LL6)ȞV QgWW=j(:Kz+ڳ:~nd"EYSQMOO }xKZm%hH:lV:Ձh5 AQ@|gHz)\o7Bu^o-`J\+-;˱5M%5p@thbbl6x^~3ON~+,v^moop8j5mب6wcXfC%&''ciQ(ʋ + +98Z>i ,Plyp8EI [*Z yrsb d/’Oj544GFr\.~QR).&aGk`YTTT+PggP[x lT*9d^'@& ԜDxz+P*2TTT +P(k?:0jk}_]]W8fggj~d28"oȴi4j %bqBlLlDnUbL_wu9u`Pg6Wl;,zAT{&77hh`P$e0Hڐ%N8t2ޭ[p>rqSVVf0p70:[k\NWWÚռh @ @^ aeL;wj~뭷>#҇D>EuYQQVo\+" 1IɭH y^6N\^1;wBpԆLe81DNI8P{{{?EyH$0 )N⧨ o޼IuţrhX|&4nͷGG9<b_f rZmQQWRUl@},fOqϊXK p4A)AV9-3+\gimAPXVlAAL&1=Hahetv2ZL&\~- +f_{ݻBȰ~NNhl,ӳ(fBfQyt:$PȴP E+ BOnFD)X,*Sxp3 7|ѣT*h0VZrBubaC C#r|o 5Rr~K(]-ObP4X BQ>+disy82oyI )N}ƍo0z륥o/)47K|rρ\ѢOihmx{)ѴނB2 T'*4== 3bz[net?ӣwawf ^q_p]9o՝3]*)W))) +Y 0)rAUf.wH=k(>;)Ŀ466C!O rGɤ1.2\, <⊊ +RY8RIF~!|X,3=; +[BA{p/?8} `0S--pwhѧG`jʿhϤ AVέJsSQ!_;)l:j+ L:Q-Vx26$gXJP2UX. [ +]fVmd ;Yq܄Eä́Q +ggV,}]\T7oP,,Wՠ:CMչҢ|yỲ{:38 3#~ P[ +9f$9""4+?vJYDZ}sj&u4m&iddvd'Or\ jK0;oZVeU|C|H\gGZO8\|\~MR=(^GrьnS @P*-u0bz:r:/~PX:4 ɓ'@hn0qޠNcER̛9v\/9ܦ9_ѣً9v.t&)9v?ܹkת@۶=0gGh +E.3x_&䐤Sq? :/teN[%IF@5F7ЂŢT*Ѳ:n7z jokxz<69oݏbNW0hw&N9rrl6~SdGh4'Nx~f +|> +La*D_=7us.k[u<"A@(E쀞ߓWȐ[APxj)pK̡+24Oa*E_g/Fh4Q urNBt 44e0ln0Fr`IϬO=j4 +b8R -z}9m<ųVpKy rE^979lڔ<h;22s بhR);}oY*F-cwN2_y셄[9xfOLڡ̠.k XLBa*#α㫽:WM jgDva~\-ǻwޙUWWnnkk#i6juee%g#G/@QF?! +f<JH.۵ȕ->c*+xoTK>bAlPn +fpؼ9MO^IU^ )RQQe=v<Şwx +# ~B;S/9}M#d}t8G`}|ЖB#cd֌cZ3Z:s֕ "d*A$ dz[%&CiN&7{^zM1Be :Q3z[lg9 gŧs͌&42JjN}k??G??O J2~vww B:-d_S]ߘu׭֦hthB3I4zAFF^u+_#6|0>|9=$E.(\KB ST͛oR֜F} +j M٬VQ"K1!/{5 + FWB\B/NzE8Hd(-~?tLLÞ(4x{0)j2|iUM$+8 +䮬ДWn$QTk?v{UnRp}Ͽۙn8ګORՎWFoFQVUU~?˲fa|$$`_yTLL7}d:kUƃ[9¥g(ںWKs+/x/qL&<%l6U6.)J;9(.DaYOrg\uU_:ݻs5;=7JY.?״TTL/IK> endobj +1036 0 obj << +/D [1033 0 R /XYZ 74.409 778.955 null] +>> endobj +1037 0 obj << +/D [1033 0 R /XYZ 74.409 641.053 null] +>> endobj +277 0 obj << +/D [1033 0 R /XYZ 74.409 381.639 null] +>> endobj +1032 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F76 494 0 R /F78 480 0 R /F48 362 0 R >> +/XObject << /Im7 1030 0 R /Im8 1031 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1044 0 obj << +/Length 1631 +/Filter /FlateDecode +>> +stream +xڵX[o6~ϯ ԊHm[Cv]>{%&(59$H/?&YWUr%ȊYtKrU^yA(uۢsKs;%rf8u39۫$.9)+SXKWst}+ʓ(YNfώFgQ6SFۃ:E!# T-V +eAX?xF<{9nFŢZgQAѴa[ O)tޅU]Kw;0(yC%A I4ͼ]"G;;MZLeL3FHս8y8w#c q/Hl  +o <$)VT3EL $̧T,. 2om't%q + /e1//+XCR2ёXs2}S{Biom0 Fh<DplY iqyW(J,'ACGgAlJ8km%ҮSJZ$9MT+Lr3`dYki;dҙ9O(򱠻PbteX]"K\j^ˋ $?EWW 1 +endstream +endobj +1043 0 obj << +/Type /Page +/Contents 1044 0 R +/Resources 1042 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1029 0 R +/Annots [ 1039 0 R 1040 0 R ] +>> endobj +1038 0 obj << +/Type /XObject +/Subtype /Image +/Width 381 +/Height 305 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 5813 +/Filter /FlateDecode +>> +stream +xOOgׇ.Q¢k|R*BZ@%o6]x@hCZEEHI4yrt?clka9sx:ŹNLLtˍqځ6kRpځvjGpp:hA;rv@;h\n?z-hy?׮]ӫؤrQ G/:N[}9LjG3ߏ<y&ͤ&th|'NZ;I |v*k烌賓UIL{P;~뤟xxkp$sq-Y'A4r G;vr>Ԛ1kGSRIk/w>Qɫ)S}܏?8vVfJFeY42zPځ+[oOti+VF/LHjC4r\} +x(Ldɤ%8Gs׎fZ痘f?Q;~S|"WY;y i +-P@;ϻDhL;EW~"hv:H;w]v ]t'B;v@;hPwr388v8"7>Q8::B;7FOv@;hh@;vьqg;Nu```nn.K v&q||XXZZRRק'-/:Vը hhGPF0JXAJu8ڤT@;Pu)s2#*ir.#;@;C+/>1vE-ի6'-,?4oFۦvh7Eڑg;v>jo+*'n`J(sc#} O311Y]%»_(WJvN;ӕ7rEvt]7vA;Yğ*v=MNN<"@ ̓vluBݭUv mC+,v:Kwf>uٳ@㻮 ؛q9MrڵF*GFFfggځvrM;wݫYYYP꒱)֯ɫlff@kg gqqQA$Ʀ4VR4]beAG*1Ӱ=PӓXAg2ځ˯ p Wy@rMt{I2*p;eās⠶bN $"}"K(H mr,X)vf&=Hz'" ,a6-1ήC ^ՠx׽l5O@oJq{Y;嚴fm߁$=O4hvJ3vBAs_^lű{n%ܿν{z{{GFF.tnqbhhΫ&y^]2fff[>,8#7n(Jq5;-59i++++3TwP8FPFf-A;piﺦ&guM[ wޠXQ)܌kOOmȣiS43J*j$"MI/vtvb{Bה>$m +&JO + +4A;Q_x6(];>Pw, g6ߠV',Si\;ivځν^6frt)jv_D‚JEEႚG.(MR(e Z$(~{8~оaGj+WS;ҋ!=tGvBf{{ɓ'=zizaY]]-JXPw.344_.288v }bcՄp⭭ЎjQ[j@#HdN;th5==4GGG(]%J,F3|W@;VXq70#(fvNK~r.Nnth=5@;mciiI+,&v:oh@;v@;hh@;v@;hv@;vhvt1[imr(p2 :g```nnn||IeFGGTfuu ںdh2+ځ:-҈c9Xd*N*>G^KD(2UA;)ќ͏hK4 .^+UEV:B \v7\)%P;Nݨj=IQcz?JGɣЎJQ'<Ҏ䶙`u׎ v\eckTgk^;(T*j(8mmmͣY;q8S}f@;g$ Nta$v$( &''ڸv<,//юkTv\*r_|WǒKotI3${#tǓb(^:DwvL7UT2ځ2F-[^t8h9loo6:ċΧ344ė0@yWX;$(9 v?Q*h}s(v)\vmlmm pRChNbuuu.#nLvt#---ŎQB;vA$dccCbJIJNOOɉn'j_nw(@M+$?vKhg:=U~ڃvE;JhirChE;ZpI&#չO5~"d> +>> endobj +1040 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.992 135.022 309.929 147.708] +/A << /S /GoTo /D (figure.caption.38) >> +>> endobj +1045 0 obj << +/D [1043 0 R /XYZ 73.409 812.458 null] +>> endobj +1046 0 obj << +/D [1043 0 R /XYZ 74.409 778.955 null] +>> endobj +281 0 obj << +/D [1043 0 R /XYZ 74.409 225.204 null] +>> endobj +285 0 obj << +/D [1043 0 R /XYZ 74.409 193.286 null] +>> endobj +1042 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F78 480 0 R /F77 479 0 R /F76 494 0 R >> +/XObject << /Im9 1038 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1057 0 obj << +/Length 2470 +/Filter /FlateDecode +>> +stream +xYK۸ϯ), /47In=`(HḂ̇etAPVr!6_? vw=tw/|a(Or)x^|2?.WB&08H/<(ڨVħMu9}"ثZ-$Ҿ%r*?U! +Rށh6UM[&+_2)#jrp}|VDPРlp/˗z[3I[GeLŸcv pifJլ&$) 𽦭j< +T=.B!_PiTkhMCOelVy=Rp3zثٮ4Pj;ݩFq+k,n*5MQUpf ;M,CS{it؃GUVqNHozc-7|0xD²jDk`Za ܔ_zs07ώ)7Q8zUd5'!Dlc*p8 +k~ZZ1Cg]f*LC(+Vj.gt?ҌНUAϚ9A͆HLK: ,:9LF3%cPI̬[gjBm:4֧`j&L qQco0FRB@.2yz,Mbu"gg28dQ/ s$u<&"a2ᕥ~Z&ܫH}];t;yaaG(7,3_H7h!~CQ1.Um^~OŠ8LZׇ8 aّwu1Fc8UK#* +9KD| д!F`>Aΰfq`WBDNS=<[ +ؐ,ratbLUPҴz|1mY.8?ڰ,@->/jUnA%747ſ i %T @08A`DTƕ$'"!S=Uw˚7d;Ml³cр +}Z~u 4sZ#,T|bV}L)r%p9 +ftӨMCq=ةʆf.HatbE0fUX| +ƈ? +.GNT)[c%^1,gƀʟ۵vk25{]1^`dP :$mz=GeUvI)p h`.{ͪ%j2B:>mވγq亙:(BZՖ K$OHaO4Lxa:?r 3&;\ma&z^v9bh𳳢FR?y$1%Qxy@q-@/OU,9W{42gDлO-;?6],ru0`& dNo4bί?.,z;{w'wM?%c\WݵR^ߙyKL$љ@919??+M}i\ bq"&cĐJfzR5gg*fJ9:#٘bp@k*ӱSӛ͗IYHe^oEcjKV)qiچfƽP&$O{`.B;.|h]E9@Y#»ړIwEڴ1+qu0~@>ScIn{ c +Sx;$w>al.$s8"T=@r#0(`}:ۛMԤ{ EiCUՎSBeO9gIn\{[a銽y= [T8eR9tl}my2$HٝTWuSʹEN7Ct3?=}]A<.:3Zdb @`)Ci 1_|c$z;KKdt}l +HDTBkvmwpK þz!K2cԹ(s} +3iVn:d]&sU qD`AdTƺzkހb S(A8T4N/~V!g!sdb9\n! +endstream +endobj +1056 0 obj << +/Type /Page +/Contents 1057 0 R +/Resources 1055 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1029 0 R +/Annots [ 1041 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R ] +>> endobj +1041 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [244.118 655.072 251.092 670.071] +/A << /S /GoTo /D (Hfootnote.30) >> +>> endobj +1048 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [414.404 571.944 467.516 586.944] +/A << /S /GoTo /D (cite.Aranguren.2005) >> +>> endobj +1049 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [472.493 571.944 498.396 586.944] +/A << /S /GoTo /D (cite.Aranguren.2005) >> +>> endobj +1050 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [500.385 571.944 507.359 586.944] +/A << /S /GoTo /D (Hfootnote.31) >> +>> endobj +1051 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [505.366 571.944 512.34 586.944] +/A << /S /GoTo /D (Hfootnote.32) >> +>> endobj +1052 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.967 373.014 288.941 388.013] +/A << /S /GoTo /D (Hfootnote.33) >> +>> endobj +1058 0 obj << +/D [1056 0 R /XYZ 73.409 812.458 null] +>> endobj +1059 0 obj << +/D [1056 0 R /XYZ 74.409 570.271 null] +>> endobj +1060 0 obj << +/D [1056 0 R /XYZ 74.409 547.377 null] +>> endobj +1061 0 obj << +/D [1056 0 R /XYZ 74.409 510.038 null] +>> endobj +1062 0 obj << +/D [1056 0 R /XYZ 74.409 487.144 null] +>> endobj +1063 0 obj << +/D [1056 0 R /XYZ 74.409 328.003 null] +>> endobj +1064 0 obj << +/D [1056 0 R /XYZ 74.409 290.664 null] +>> endobj +1065 0 obj << +/D [1056 0 R /XYZ 84.372 186.967 null] +>> endobj +1066 0 obj << +/D [1056 0 R /XYZ 84.372 174.765 null] +>> endobj +1067 0 obj << +/D [1056 0 R /XYZ 84.372 162.763 null] +>> endobj +1068 0 obj << +/D [1056 0 R /XYZ 84.372 150.562 null] +>> endobj +1055 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F48 362 0 R /F72 473 0 R /F78 480 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1071 0 obj << +/Length 315 +/Filter /FlateDecode +>> +stream +xڵMo0 +@['֪;CV퐥T` )U"U4Ek PXx̢) rBYZd}x$ewb;q4')b]M̦FXeHmYA9ɳ5|~JJn+b;q=gC@8F[ۀ_ SWkSU;dF7}yAyNJNDqbGj76Jy&NKX=Y62f(U-@tiA)KhK*; +endstream +endobj +1070 0 obj << +/Type /Page +/Contents 1071 0 R +/Resources 1069 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1029 0 R +>> endobj +1053 0 obj << +/Type /XObject +/Subtype /Image +/Width 548 +/Height 332 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 29675 +/Filter/FlateDecode +/DecodeParms<> +>> +stream +xtZם&J3Yif/ͼuެ756L'Lg\yJTEV#c&#1!@0FB)X\UOåk[߽ߒHc~sзMlCe)E,YUhYV&Rtm*ip&Ot&>ϲ(Y:Kb׳'gNڍ-}/"s lHrdcmS*$\\27/!D'dӬ5fg,D'sR<}6`C"Z*8`2@yGzҴ{( tN:$e`C"Ffî509|OxxbIӔ$ TZ\\-scK( UbgFb$ TD zE' ^)v4 +YRG8H$(Ii5> +3JʬVLjӔ$ 3_ +N͔f.qy'B!qD*W.HKúʘ44\.zDD! +'͠ ZSrD! +[ nt}Ѓ};G힇l翱Ѹ_ydCF[yW7rqHdkA5iTdB_o6HgF#DʻǏ>GÜs?| +x \:WK_OG.,?u>){vV$M GeD!.k\gs2/_xͯa_ϼz SOO"lHt6,;-!fc\x3{z[1s3Gh{fjUeop\*$ wYt2a!G}p041((J}"0|>Y,X,vΝt:; G.ʦU _NpV<bP29_Z۔S[&k2ljO +]N$Tia0;-.0pА#6mNyTդR^ba[433kjjjkkFc0`V )r ~_˜Zoןb -c㚞`Z%CEX2l%Nɤ;mxt/l˱o߾M!򥉉 XUU%}>:9ԜFIt7,Rrv;af3:r  kH5ȈmU$^>D6tvvXjp8YOx<32ci8# '܍~H%q8:.P*F ƘLxܶA TJxh47o޼{O*(?wv6-Xc]\IbԜFw )R\ݾYƬL.n0/S`C*-..b18ʖhaa!HhZ6-ԩKUt5?.Hg>cEft:MŠ7iE"^4ھ1۞P}2x' +0`C*2Tl +"؃!JJԨ=뺬YCUᄷ)z:z>Y:yCHWsС\9gikѩRbt:ݎ022#-JS +)\ Z-7]6RU8 +ett@ t:f`P@H$0HX+qLFc2@  +`1"W2yRLXj]Pk]`C*19Gr~ +a +:J4 Z$Ip6ԔhniiIE%^g,]06iZ iWcFTVVLAHEX,Pr xۅGm+"'+Dh4J!:677WUUf ~RJ9 +]bFa5/ +U*411RQQJzI,=7w=w7~nSO}駟i^Rيi7fHtXXAf>gy83 kj9祗=Wdxv/`8 Jh4{Ç#o"NLLCd2ԃ3`C.nܹsgzz玏 +l=%W|d`C~j7# … + +R)Z-6w}P(4466j(<O*F@% J<)w|lD:\n"_VlH) \14cN%^VJD"R}q +'pH*2Ni6_x];3SPfjkkz뭏>=}#gϞš5%H +ftvv* Tz{{T{ڦgtM`ll,YI!X,[oB: @k4RT }TiyMk849ٍ3YSÖbQ6E ;3}y&C T@~@Eр" TTPsd +L :(2)E] w+rZ]96hCGinnn. {<6Zf7dM +Q/"+\Z` xfs[8St: + +S`S 6i555LP(fPz@]l\]7'f&'{y<^a 6mC=%*Pe`h[|. 0sA* +ipbCCSޅ~CGE"]@e6dRGx]2RuTzJ:Z7wW_}yϞl|硇ljwZ9Bf,j٫}|j*߯8*O4o|y<XTz +UUULjvm luu4/(:݊?vвsnݲУ>r!W#6SYY#el'>׹ʍs=о}O̸w3bwU!lH&\^WW'ϋSܚ ZmáCj5kӰWzo Q_^avKplQ>ϧih>TtsNKK Eh/PH/B׾M7_Gy7Wcyt떍pH>mt4ɓ'.]4669rp94D!4*R&ݐ4ǣ+ld29TAd2pU57kulaP(<,&Lee%=6i, N`ft.{'Φɡx<XfVGf!["Iu3&`8gqMccTŐYBlBA|=_yff777?6 r8V' ~Q +TUUU+-f鳺E 2+4߼ysxxx`M$9tБ#GΟ?}{ّ +]s,F*L"s`R)6Κ-. \ +͉}hȑLS&qG3gNLxZHg5QIu3 +x_>)]+}}/-?A!혘5dSTTLQGE}H$cc]E`*4͚v]ñ:] ӵ +†#L#jq +7 l .'R)\bp(tf3j4 +@pBXX<51=qm8$ `$&Ai`nBbLLMM ,%ʊ9@ G42ateN(ʑaQ؝bXCGd2QVb`355y뭷39p|14?aCZ-?tԩCސo T6ؗy+G["aQhBl488ilHTgffʣi%6睜 l00`=LJ`bDBv 2B-q2w\9 veGiQUk"QalH[%MIOt#TVV"$||q@[bPZVV{N$dRTvabQw(3njٸmsDRS\MP;2L{?jL/nXb| +6=j[Z s& D&TX.hy'Z"]/ÌSpo~c_8 < n,P(KnᎎFL+&i=q`<{:dk5G rzZ6v'f ~`бa͛(5ig566s.H֟~D"^s*Hs +OPTZUU$m~1kGygΙ V.dyd-_5Sgg{x15%qDlv;i4`GGPFʇNͦR}_槟~r`=Ȝ)W ];VT|†Zz饯n6HNblH8I3;;y,F&Aj(#U2pv֟#—T{՗y H]]g3gv!>PX,d֛U_aʜ WGAӍfnCDB!i@"{5 Ɣٳۘ;":/;kZa o)3AU[=\ua-;}'gk}lt b$҆7 +$6M!|~Qy`ruvvSrr64:w@h߾'dz2:ӟZm*sϬ<!+3eljj+RQEgDh԰AS%UN&v;Š Q_^|T80!mZ[[d*_{O(%=m 4;ܣѺ/%8eufp;1sjtƙ ޽g|IK/}uϞpQ14g]5` nrMY9Ln=r%-f[okknllKʐDDm %ñ;S4xk8N!l6^*JVKOɐPCC uG<#Wv'f{΋4{`C l6 ˅3Rqe2Ai-^C!T4:g% +\ɦz]X,KeF55/ jϩ\965[.ҷԲjW!fxi`)XK"MY{uY屨]PϕHա'?5;/ +jU )OdX,ߓ`SB?zv=PD>|СC2GU*Uf1+`J>_r3ӿ!mјRٓrQ{ pYK%f,s3vѲX֐m);X)H~o{H8'%I.BXAһ YKo-} %8 rg&i?>/ +^"R:}P(7ISSS3<<\70L f6TɖAU4I6KJ@DͬNִ{](|Z'|BΧc9?X +1v1IZ.}ς EZ}n0l^jE:pf󦗈&ؔFGGx!1V9\̘~֬8u> @e*붯ĸu Bv5K%i"I޸A]hT:JOx\PJ.C=K*=]2IS]] ]sQjf:16KǹTbKqGR]̲"s&OXw +!X&lŝb4>ؘ7t*|/K]-LMMM(*{% hfRtXV֘}iWeMLtX fr@G- z<ł +F *>Q}}9 +2nL\DbdxX,dxphlllRlf9lX^bCStv$E\.w1P䣙o߾>+RMt +ݬ\**_K"ؐ_Ɂw†Yoe. |}O<৿gWIql翑N<&-~Cϟ㜕i7+yh57ݗ(yIpEE7.~MM6 LxV[aw͹}3F~_FNѷ7^{y+SfCɤ#K_adiSy^IltvvֶVUU%m\.nkk+ܝ4/p]?=@H̡:F.FzKzAbt?6eZ񦦦6qw*|Kkњ&`JP(lG3fۋ_>+li96:ecCZ}OLW U%sr` `6ί06@vNSlKWN~k{.mlߥ>tntF`3*iʼAĄgv֟5ў{b@`0HNJ$wީp886g]fdKRf %y\"ku`LҤVD)bqF Wa,~wRQ4zcqpT*b18H$rС#G?>({w,po{ 677xwXCjJw|W8;88HS6!;tv0JwOY&(,4b/y6~6 VIRt]76<< +V*555UUUnbXVwtt1|,6 q|c Y/w PD)v_g5wD3x`C-;;;)Xz룏>:pOQ8gFvE\\| Z\.d2( bzfGexP/7/ԩ+MFTӨi449K 5'R=2Hou:2ܰZz{f0y죌b YIW*G Pu6J-,, \]"a*Vΐv:cFYj@;. 6t:-AS|=uC4669rFp o":Ç>Rh4|0~Pf211QrR>nW=nhOZ/HB]|]T 0% +ᗡD)a)2KƙUŒ{ 茋 +x붶6Xb@f~jl(0M T`x<ѣGa͸\wѨEe_PM˥BMny/ +YqgڽlceJO\=]9k7*u(Μp8prYyHc$MyJ$:94+i2)D|̼p%ɛ7o…tvvjZT +PUVV¦p\D.@ijjΓMf3H$pa%EB&(OugZ<CP4b?=jO_5>|wr{iG89=-w]B]8M*6EˤPQT +,>'>->3=O" TI2fZ[[t:H$?;v(8DazzԅrtmJJrDyǃpo'PY}ODl6s&^~0W@v2r- Z$ V`lo|G<QN[7zz,Ū V~f1\hŴQH$Tq`CE7;;Zz饯n60+@ #f|>e +D"ؔ8xػ񩩫vpO=٧~y&X,uuu---`ﯬL!Hr~n6<Ѓ+w>#6_ܿQ {߉̰pfD!mUlvB0̌ }bqu@[6'37PH.iH$<%]9jobk|g ƌ~s,ֶ]!hH$Mqjlcyt떍pHzY[Ā1`Jӿ$`SJ$Z`ܽnjFkmm]6%hz6$`CZ"M&݅M<% +j5Ouuu8>otttsӔ~=D!^^,,Kf4`frbq7GKK p[_,{ +NRiZ-3ι\fR_/YB. E#k ZEB 80BQ$4 +ժx,B1NNf̠^_UU0?Hطw4'~p8ØfToO[[YqtttTm"ůp鼌x~\Rl3fĄ'ꙝ/[{r{h j\5fsJ%AXQ($>k+ub?x:L&\.r XE"jXLAudB>ehT(KהH:4風lM#3 㶬6>ޣP1Lo߾y&b=2 P!A;::,ٙYZ&{]ذmɖnrVvĂUR& +Qhg\MIyj rQ;*cɶ?>0ak-}lld#lOb!`vvVb1014{oGe$>gv~(8N|D"Q(JH;l65b|Ae>I:F#vV&~g&Kz{UuxklLc6?-0u6[ N!B!.^;s @j 3nA\$ +2?)e@p޻i[qNPG.D@:V*8tѶDwtt0ѣZv(a#^:k;zT*FtcxIv{~ժ@#f^![qbQ^hGX\..P_N)9Z}jhQ̌Yٻ,z]^+s (ۈ< ˦Gr!^ 544 G\. sџ'"KF~M$a6 uxVBY650 +|>y$ج7|gf R5qX u2)i(z0pͰPccX,cUhD<=)ihK hZ9aD}R)3ĸGFa01v`EGBe3'9p( 1mqOUUΌG="qJ44z̶0F\$'cj>䄜{.L C,G& . cX_/yhQ0cB!<+2}{2o~#4b2 \ޯ`TBǢ]fh2)ˆ4d6P#h"좾LIp\Xbv\lTT?j%?'cae*yI_IORdOCFgXR\bh۷92̙:ކ +F_ш7#y/F-E"6Ɩ'l6W4jqX,.&ujttT*VUU_viPz=Mfs'HKRe ,,O7od҂Mq.ia\M3_϶⛝lլ^O(^sShYwm.eV%߈ݶxiC!ݾ}O,.d +2^}eaB]]gه*d[?== 555+`èؖkwv8܊m6kJ k_ +s+ *Hеk-"N޿ +gDڐ^|qܜd=H[n {xy`5Сo`TϜB{l@a`D)ZJQf#;m0$䄍N[sq`imm- ]Asssչ\̀ݶxͪ;Q3}?CYy?: Vi;u6Ŭ8~Bn߾m& 윟d2x iw8LOfZݼr4Zl#x9&@cHkD2#3˂m&{φ)Gx-,rnր18tmgqCTB6^XB[ +vàpF /zgvN\._1:mxlnDfQ0Y,vQ $m~P,~\583쬿t&'GFF[oߖH.m4}+WY~^B+`F(f +󶵵9rc7 q*"1IuH +F<m-j a3;; XUUV 3nUJ RnC&6K##Wy@ +g!5==P EIřLv+r +6L3Lss3f.~MM Sy__@FۋNv_D;`Z$b^"*.'* ̵"]ґPljp166& eQMvSt:Z9mNjL&UbVp`hRT^ qrѣtxsE;a6Y P&q*ER<"H$H~ŢmXj6_fz}a$J67n +,0jU4lݠ׫ B!#d{I$3`0K]X,8)#b͈^s@$ f-"`1+**juyw⎕JOx\H~ǙWT\.`0S/p#l}qljd-V>D"ZCCC/9ET8,f@-M.MMM;rd*α1=өА+J'L0LbKg6(Y|8F!G!A2F"mpQ jWHS찹sNcc#`c4Ք;;;kjj agTUU1SMR(@B@eV tNS0F]TwvoE?m?ONFF|(TW,6VpR)"'Ɣ݉NSj,s6E vF"Ρ!up҇Cɤoh'gG3ZUR"n" {bMeJ|4@I#يjĮZuAD(̬, RthÄ n$^ p\(^((-p,+-#'Ȁ[d2OO6w'&WVN,8vW`G.kN@:odLYȑ#2,3U-5::M?{d㱨2>R)6}}A+ɞ؃X%NwF 8Rqlcc&=/QW63CtqVNg=p6Ce)FnZD- f WxZ~ lbiK{jմ> 2K +BD*[ؤ3*iVVmggR)D|2xȑZDhIޠ`$D`31q m-qx#[m4.l1P8zhGGDz~>TI&GϣpJx֞!*Bd2\//a%~(tygD|>IԔbq8dtH҃eZvEFYBZ0Ov &H$R&HN ||/C*ݹsxfZD*vxmΕm76vS֯jɔL&7!6Jthȱ&d[в2 + +imkkrjkk-ˎ̽NO" x<~`8V˔S"Ilv=k5N0(dXz\j(t-LO';5$a׳pJ:={,;r˗=7|uMDs8VŌF#N]]]3;N$nWvFsV"V'JpbQC4ڎȈszڛJ,Kpٓ5朱.jp +].ln.碎h4jh449KTAj=c%lzzzp%l]k>s`_yHjqq1HL& ѣ7nhT*p:?V5PEo$nmؤR>RLz٬c%ِ + %+++R)ٵ3??VL&x<:2^[~rs:B.^' lg[gC}6Ν;---p<=PhYXXFÈlvR)}_JbKu59cccak +c}Ź_r:/h4R!ٸ\#GbqXpcyJJlj>+nzcI&y}/_S]9iR!{ LVUÇ51)uƬL:F=nuA Y,zGR~`/yLYB*^|Ovr8vh'-l~w=L^xdkHV"CGe1 9f"phhp#"bw3P( +؏ul6{``JpB>[xL' eD +Qa ,ڔLzD"A(@*lp8rbxS݊T`RSZ lo|G<QVfimʫ~⩔_ hGAIoVQKS \@@k +/VT|oIfWRskmAxJnT* 5_Z ǎr +,JQQJ}|j*߯Y_yO%{}pׯ|ଽ]Sݳa*{>N-gsO?ӼQؤTT + OR.nۮTcx"wmkkΫVכH$ܹCyCʟ.>?̎ݭ[}skfa-^裏8yͩWl^$҆7 +a4==t:*ؘkqq`t*g|je&Ftƍ!O<'ٷ7C~ӟԚWSi[ZpφܸlHF fY$Vrα1/JvS}x<&^ hB96LH$!G1+nHm房ov!6+ U\Xsjv^lH6=555sNmm|>" )i&JRllnjMDDOvlU0}LcFX,3332 {h<4 ů[&gI2KM$F"*1 ez{{=O9DʷL&1Zvjnju^џJ"'lf8`P(xdqHqVM2.K,.E*Ҥ] +q\ԋCʷn7Өќ:6HY.(wE"J$p8@yM"ج m=%mQ"YD^cvFpzHIHy8D"rL֒X ,*Y0FAzD٘lxL&s;H$rС#G?>h8~>r(IS< b''{Rhrf>$>'۷)H 7REEXM…'`O*JӸ=iBE'f@P__/6/|H>9cv-svEp0/(D{O裏sٳ̣-j~~~ddnzD[(g N Cx=4tuzz*;;hqh;4D.Ц>J/fxXtΝj!e4==903/HDpy><1)@FMNNR6;D"jصxQ10pidYtɝI7i6D"Qi'f'uݖm/\gkJ0K.K+|>22BYO"옂`UUb_ YZ%Ød̪v T*P6;Y\0::JF* K$M2ϸп,rH$ T"lvFհ8wޥ_*R +'a.2`HWT4zD1#`qhP;v_};@ɤ^rcf,NMMvRW"s38h%.>$D1iXL~s] C=);:{<.zp K[Nm2؁>O86;)[]]┢Ny>w_G͚4l:Lrl6*0$N +Άrz$ sK ` I?g~ɞl/sW_ah]οgȾ&RWg=_W-HW9}a~׹lJ$*0$f,QqmH еk-VCw1myMwuG+U{3Uխ2JZvVQ5f_\͝{]эt.ðqqSԱuƘc%<P% P;q $6}(:9~?s>̙3vxS&Ujg?+.DR]\"hYK=]]]lh8:::==x޽H xJuI>oaa| AbsDH`ZWjnd0RGOH^ܡ2<< SQ訫khhhkkCJ|=ݩ2(pcry +ϛq*P>L'gg -CCq\| +3YYY_%AbsԘJy5'F6FÖ xϾGGG +*/RG;wBB톍Qe{-<>pxDGǒɛ++B&3Lց9Ua +5X̋mE ߚqFʶF`֐&!Hl8\,z"b% D{bD,IKc^Tm?e֙AO8t\ly4 Hlrxڒ l60ZۑJz{{L&SX,CKKB +p??#Phkj5,c0\V+rܿ^?*_4~ds.59D"d2dR" +*shZ O')4'/ eTk3[Ivkkk` 0fI0 + a.eMpy<&<3sM'drtiilu՟LHe<h*c[ `.!HJyKUnbhii&&Hl,z=cV$ЫvU/--xΐ@roiH$B}R VpBPAsZ<~{ff-wn@пzss:$di~~ }qZ\.3?r8B9%H #eqT++O0L:BJKe.HJ622tuu Iy +psss\p8hT>xk^-Y5X(xXl +h2YhQM&=~3NH_ZvΏ'855<˲A$cX z<>r]g5q9wVsAJ.'$0`6{4nGQ|%HljXr+Pj<>rICCJEaf3v{HO$d2zzz/qw܁Фd>ya]%Y^ڍX-L&C\ĦVIn&c!^'*χЈ4~I]:@xp&U '@  rB HBu'?/OdN#Q^/H=aHaaw8!Hlj\.7;;;44d4e2Bq .mfRT.ρ_>T*LNp :\y>wlvnax PX,x,dϤǃH=EhsssfFh.t݁@?b+ naA!,2U$6G()~ ՊFZV*޺kh4'ԑ^|V f~M G fIkl 9===w4e r?{chZav +IJkoqw,ZF $6,..Bl==f^.OMMUꟇFFNLR* m?y2ُT~~J O߿z[ZZZ[[GGGyǟ{<=͕&ZJdwċp?n=8K9vbc;,6UiķmT}ݓ!}0 ^@ͦje2eCC. Lf 7Z^A1E.ûHWVVj:8AbCJNSSHGH$ 0 0 +QpX 4 $Tj"*ByeZ[ I5WWo-,'nQq|Xam.-IM$\ +qP*q)iJJ%EAqWvy-b0g2|>OwAbCH$bXDQI&a aԝJyNe^ G/|WMJ-,MLBTn42f ѨNM !} +O?5׿z:xk Pڒtj +Mu?5?)rѨܳ_ROĆ vfssSRazdNQQ/hRާJT݂yW@*|Fk0 !j<tvvh4. qs}}$-:Rc2>7LRiĆx*HR7!㉄Nx*~6;˻&^T^Z-PhuuFĆ8>& |!z2LګT*XV2N'AbCD2B!{ 6p s)׆{^}ķ'륕?-cv}(lx +G/Sg8ȉeyN|t$6Di4j<7;~i /žQ42)^@y|*Ej#c QLfL8{m~q,wX8kR1ĉ-nk\Zhn~2vO߁s*َ^*ww7v_/o֎(m[m}}͆z= Q]cݻ7[odߞt, cWJ>_f}_78b,yrbo MECl{AmUuUr2dĆmgS(0%hz? пŸ4<gy(I+0<z:^z=Vr] AbC0aAh'N`X^g)t̠ [5:Μaeۥ<Ѩ/]η*Ќ1SSlG{  M%gXz];nL&lp,{y17>爃ʓ'8vY, bݢ-jH7_ Hml[΋T~ݷ +?5/5P*9w4&F$6D >B4:HJDJEzφ !jTt:N8hjFo0`0,//}K5I<AV_ iҚ*Fq$ J{C5b*MeFi'=u(u9%? HM&q`V i*VJ~^+ɬV<%R#Hl#N.Fv5Juf3> +>> +stream +x p[}'hl۴V[L.5fnn% +TJiH +m:% +@0hNg1ࡇ>䓿51;7O |fZ((PPsXhnlyó"nZMK E egPH+v^.z/9k`OgF$wgoߺ&nN'{{[J6l6 % +Pj  +&XZ:{͛`̇=ӣ ۞{d'@zC[%7OAAɆ͚;m6o?$VoLK E!olz5>x+ ټ7y'"A꒑!f&fa/;::. SUUEK EaiiI(OLJ#pK,{.Dod)(PP2ݻ711bZ(<9?/ҥKOĞٹ9oɅXd*bhNͭ..0bdkjgvwn&JyuqotC>_á5JkJ^tA:3J6y;כ88lvS{:ZZ($LMzWb!miiKL@Hl Ձ?jkkMY ( +;?%Q(sP ,v&ςW@*qbĄ ˛\N8GwP(+wjbn[&;\ˣ's<`0aKq܏'b<!3C|>_PL&711Ag^ +a"|TnB!}`~ O=-, +Vy\1;u(P`a5NaVU(x'zu `I&]wvh# &&zabLiF)eriggh$~m"h g/P;z(V< U*9ϵ5 ߍdqF#d^dCA1D"L[[[M`0kT*lP(;`+uMNggW9?5EK,Nre2S_$?yÇdU+ ~o-pO?۲UY\S(Cd2ɧ(*+ڰ (lV7=x?W>"9?ԉVpáCOKK4"L/ۑHK/* =x@J6eeR[[rhHrR6w܂^61  \\ d12ri֤ +fqK$5E=sYl(.bXCCBo`\ +ٟo4y!'s? u{'dtG^Ujoc6ѨP ޽骫}>4%DbH,gYttLɂm2r!1/΅.$/O>3Wå{[&Il4r@8d@A?mW50(E,6 .ckCРCI<x<p^TI_$6 'IRL&- #HDxpypVc=r횰85)JEi#JDb(psRe'T*pbQݗC4z=u^z]n<8kxJ\:zYBqJ%3^og4]z155޶XBGdCeD=ZQQqc~c\.sɧ`|vv6tZ%̽@pB9phy,;T *d0Z}n7ÃOZK t:T eIřJT +sMCɆbdG]tiu'UVVH$grr. YF\ vx+fSNM΋ +㶷_zo[@\Z9r<? vfzzw!ߙ(sP P*#40hnR$>_{"(ȾXf0tvӪ[=2l,f/96yB:3e56 ~/2C,YY^}[̞_2ooɒ~XTvo=---:F)P UWW> BT iJ_|v^Ά TVVD"M/DɆb/&X&ZZ]:O\*핧zRq `}+8 W @OOOLɆHzi[dM\.J&],XhfTl6[X,5%bB4ײlDB.Lw/ $&o#XgdeUUU[] Ů͵\q>gjS)wYr`<ޥӵdh4Z*E`}Ot8T)PE +2nx4X%u{rڳ$nrkRH*ᥥ* !\.%&%cV0M}GK$fx<޽888(ժK$%:`V"w%^V!I n%&%|CL&ʩ h4Zc2g'&&`R wd[K"A*Ys`0X~4JQFMZdC_"A6 tD>XlSSExfg}Ѩ2i4-)ܧsNUˑ8 +,x‚QP&@ЀiJ76A&8с@޴P(lllT(Θ͗|>s$☚YD xޙZ^%c07_l6?% +4ED"H$:_ 9"rQ_ l-(555ԘL&zB BW<oSP( +tttp8"`0H#hiifXϓ }l6X+TX ^pmmVRu۷ze ůawi~@P__Eg@$6S1P^P D)PPDCeD=ZQQq̣p?.g|G>ekGI.82!;bd%$а&0 61݅+`Hm;l(`RIH~kbbd2f`Dٙtcnk O8K{Z&T/-X7m>l(6 \^B#sN4#sJ|Y6ָ~Ӟb g2kh74p:dC13d,UUU\ZZL^Fz{`L*ͤ>%kpy\>ˀޅ20@<hf_/ xlyqKc鎏hgϜX[4 +J6+:OQqqChX)U0M`9.W)PPD"z>ky qϳ潔(t:3DAfO#JA sX-9>M)fj5 jGAf|R +;`0X,--um¿x+O<ܓ=gKvիYR d6};cN/L/w,yVy?~KѶ 7W*E((-,// |LFsKifoѫ7QRۙHr?HfKä73y"G׿CAts,%bÇWi4MNG,EN3J ' ͋TѢLcJڰ[ޡg`$鷞9s{YmQƚ>[33ـz,,~5WO_dw>$ۄhA 㭒 T.HAɦl111QQQj~D\f1 ;ʋ T}F_ +nl=.Ev~z~7;ܗc=k^y>׀op3 llxKOWB+.WP9Kǐ^* l)(ٔ- +gbn׷02 fP6L( U7coV\-QZ /Yi6]KJRߙlѲU6l(F# 9|D"ٶd2P(Trd1ukl c60 zV[wOdmGLtDC1lxܰ^foM!rY.T6~dC+ۆޘy:fCAɦ! ݻw5 zxgAДb%SYfU&;_W?ylc/_Yj#gH{7du2c$lx̍,AE|w=gC? F@րcp"^'׫._363.cCAɦQSSӬu+), 4 L7tNÅ3*jbbnBKDSP)CWUUe2<@ȃЌ+ Nhmkv={vWNಥR)ͮH$&6L +J6۷oC0B{L@hM\OUPW|mm&kIB}_RDɆbwtD@РP0P0@LLLri6wL7O~V';VwSAZ!].V MΝhtḢ)ef%=r] nv hc?#¥ ă(5r<,vhhA̵\NBbRR|j;aXM&חYـQِ499~ZD"GVTT\x1(և~xرܮҔT*C!_8f]{{FP$Ir٬f729a(p.pjm5p؟LF㳳?+>sJ6yK>ɽ޶ag~gml`8'JoAH$Z=$!z^4TFaƮ4~ v_Bۜ.J*AA| +j-v9QnHP)X/4sZ Ej 2 ?7 +LtZ24FҕF'7600"υS"JGGG^OIEWLͣYOi3|oD$ycVrX,PTvxQ}y]+j!!TT$лwBH9QjѣGFcu&ɤN|E KJEQ ~/P\.4JJ6ϠU޶Hx%'Or ]8Z&$l:mV;vy4d ,G :rmuɃ NGQ;ܹR +7H"u+CVIMX$gH8v];0*Ϟrx +]>ó +AR21 }jb +AeT<%{["p8Pj؋b54|ٙvٌ7mmmhuuudڒD" }흯H[';>> [ \.Q,(bYys>"3IWs[) go +nmg~&{EIϙd"ޣwu_Y/8Mjs{+dVˤB +4 F\4"ݰ ! P$P^P NL`011a_OhgЊwweS:ܦPHfdzNWJ6J%wth.޶ѷ 3\BIb + % &[Fso~HR/fg + +$'+EpA\= @Xk$H&hZ>7NBeMNzrݮaw 1nɉd_BO49X12ެY"@$]add 3յx @&&utt( +( +8Lh#2 Nؘj K9+/dkO%])hST2?'=b 333pn7X3&8 +W +Evtl6d heQRp`8L%<"V,{\q@gahkks0 r9]uu5\<2rB71>xW(l>&TaFJ6yge#_xᷣQzGՍRoLYm].Çw /p&&&u +ba|X̶^$?k_{Gm4mش3nb &sk|".X}N +% -N~14Y,J6.}$ M*1|2*V{vb kH7ڑ#Gc=~ +zEٗxů ft(F8o~4^{e/S-晃 =lׯqHTC@ِ<7f21gacTJfwxP{VDD:^zV+G{q:74+{7[sbw\4RqgZC(F=Z4'O?u>#Y23+n&rn|l6%ݸ4l| +%I S HMZ]?6,.K<E> lPBЖYZzsM1.o{?C0ZZ?z#Ƈ*݄B!pe)xCPhl<믒+pm:1q3s3aQHg *'\""PHW! P@'~:LvLBkl:1x +8>P7SQ̓ohh@ްo +d9q&&zʳMMMk.Fw=L'M.BU@b'h)H04n @%:xG, +y3eN("ao`@c.!Z`VJu1*Hj5vX(}Sݙ׊]l&-,RER(k +p8uE ǹuWF"'r ̌[.\lf||ğ:\+mj[Q> >UL&(χdd,,,lG8Lj4J9yqq`5c~xhh,,ZhlldPH(J-e~ .F! OeM +PH:d" +YTꐐ,QBh0w+ \ H}{lH3,J}o~B͑K2[ x,IѪd&9f{l`=^kbff/ T*rZڔ}@CFnq޽VXNWDorrry8Rg(/sR[e.Ję)rՕB6(L6p(~?Y/*nLzW=Zޑ:D*lz~(rZ,U|29YC'-٠;;;3%Vf)EBQ]] HDBTNm7L"̀rBhNI31*ل+0C!c 1??(HP`4,_2}V:WP [Ji\,Vx'4ֶz?VDIuhB6&'7vE|.̈́X`Gt-N@x@,k>>/:f8 +lo~[ۆBƱ̐N=⬜/4_g0pᤛ7 +1ˁ7? eb!< 4[m0St:@nKE 'T*ɤ7['&\QN=XBIe8l0YJE'څv (c:0[ <555 T'5X p.$zlx7ggx'BFܹ^A]]]0dp8hP>CЖI+l~8Tf]H8;r;RPxZs}KK {mNe.0QH=P/Ncb)Z澢Y%)WSegM:0Rn?6Ft $V&***(.H{Yjl#ŢOl`c@+3\*{oGn\.GۦEUG\]]2}t"NT)dF9UGg7DYpĚSGq(٣tԞk-zB&Hzp nzE=8or) +NMMMkkkgg'hNb^c fKcM& +7|F'D˩[ M{omM@|>4T$AkQANΐ8 $ +JӹspBf@K=UMSKBmҕrC6ss3jN>7w3O4z}X,"k!*-@,#+ڝ]f100|>\@T!:R&l&'?z۶=0txTZVv^loRAop8 @*+Iy$TjL(<9afnfyJP0 IC Йp \BDR[[k2h-ouvv-:z'vc ICml\.z~$nER@u0C:Tird2 lzKp)h?pfn.-ijͧA,-$t# jG\ Z]] oCբGFF6\ݕݓ"2M.e5~v7v/-=X,FX/ʝ~%G066:BE>F>9&JLvmH+$'Բ:J%-=2SUURwrO\(x}}=xVMBZR)P`GGl3dnml)]J桫W?[o!E-.p\Z*{p x{ +Fs:*dH P~E^ȆbmFs&~5ܼٚyߌzp?T`to)YyǙrTF7VU6d۷owttsCfNV 8A S@v/ VUUlv8fCٌc6YOMCCCee% J'Mvr9˵hxԗ6&NRdr~nKK lͮ,B;I{vMi248x%LvMNzfg{\~pn&MM 54y eS2h/ʻ|@*uSYCcP9~zY Ap@y63&MwtrPFxnPY]%+EBH% +J6p-' +Ţh4J˃"w x ‚-6KK`PuIx@z]m}}};~fCi&& Vx}J +n @,mmm*D*ڌ]^ZZrl\.2"p8V `J2t7ĉDwtt@SX(z<׭vE$lʸtBќ5/8W|>phrv_xv,B.5O۰/2Az~_LT*I Lf:і6ݻuuu(5x8T!Hr/t*.:jeT^xZnJvXܹSDd,...L +1%zqJ@t:w)(V`rr+iC LZZMM#w }PUUE\mO|u*RQ=7w`tR\{Pvط~ā>Ç5={?lR d+K31*FLh481sOkkz}?j-I]X7QU*)s:oCNNgm([@Ryj^|*jZx Gihh@Q(L:Ry0 I`02.;_iyzѤR)S(D~ǝ;b.2}lZ0/df2As CQJCӁL`b%aq|zRHvt:] 0VX,333<bE \5tMG)'5ֶ[קY}wu6Lpm{c6Ѩl6MQ[[ v~X,}R JVg@Fdo[IyZrP `D"QG((7f7B歷^FV_'ή.al捈L&-`X +8/`rCټޛ7zɼ-]*Lҕ) +t:-K/i4=K>IillZVSYYZ3D"A>@-UUU|>bgI7jeT˜ܯp䆥LYP-HȜv=_s;'hUc6Pmm-]YshP($񸽴/}QX,P(>Cf( i +X\\V*5N$$ !{qh|C!kZ :yX&d^4Ed;VZm%-vJ~!3dQ^F|>0DJPT଑3f/((r d-d7"sb18kB!t:=w?iWzn߾M@< +vm%IiS'C3D^?t:9axM4mDؐ8!@hk!xpjjj\rFpg<_YR4bl>xؾ2(ThV-E*R$$\7DUe%RHU#dU*d4j(Y^L$nxd2 χK$5j_ٔ1*=X,F;Ep=8_8l Z8kAxdF +uRΡO.۬նl\nwcʐln%mh +BB5 Nw`&'S,..^`LR*N`W,֓LӷfgV땏LQ_$\.pQ.]V\J6F(<|>H$ !.ˏF(PHPTTT|p h4p81k4\_,+@$* +\D"T +V/m_=<, PPPdqˣB&J\.WI,JM&;sGMQRuFQMHi]msuE+EՕV^mIӺ[ˑcyc0 o!99`9f >e /E.JX졔XiQY_0̛ O3pހss~!Źߘ 6zb&=#kg,?$ʮ.tdđ_o@rxOv]ZZr8pLGG^'ǐljQ ЏMGnG~6b$mɦi8$q cdZeH$mmm,"bP#}2778N A䦳eD faیlR8:: Aس YAUVC%\/2$G] Y_KY6Փ/tZ,Cj/Tr4}0rTM3ǂqttkL ־vǿ0SO᛻dP[  6+++2LS FS֮KV p ȫo?37nE%!m끺Μ>عNqϾn4ڥR^ga\dslnn,K}652:>33R=oMNT]K}ڊ֘5}esj'& ɤsR/xKjht$#C3HWqr2LT욭[g )ekǿvץvAPfCl>npMQ=l\.SO¿9ľ[;~g!l,mgf#OAĽ&%H6G0jl.*?3PSo4Ws>uɽ=j%N;.V(ՆMc֐yoVWgSN٬].!H6 XZZH>QH;PKСBlD"&]Rk"8zsoK +%*Dl|>/HXWVr8 >tZZm.à 4(b螞 +d2fZ~w~dPȺvj=>o}}dR̙3{8~ntH=[ZZ:;;i~)XoƜN' v{fH&o=$fbii +&J_;DL+]]]Νkkkôj/r"r^ǻ4>]29f4N&H("H6Δqq.l#f6333o&~]obC(ȘH$ځJ_,rߝ5`:69$:&.1d<>q^|]4:'Ain[8{OQ6W+ϟM֙L&\~V]Jlpϣ_:WRRF VDiN@͆E ͱB}\We_mw\|okj B t|ٳ===ЌZ #:a6ە`ЖN5fpp *{T`pqqdslYZZF˿w ժ[nr9",V-h?55""xooLvdtZkɤ+#82: ^= " $B\F { gBSaqqvzms8>0/t +J0}wadx]Ss08[[hecXz7|wM&^Mт r @E]]]jy$ Mza!|>ۛL&ChT,l ^lz(JSԾ +ښޞa +sft&pص]q&N+Fbz$AG= IQAvab1(h4 p2/,x@tRv+xf^FG^P\872?? !I~F "Ԃlxï_C7~9JAfY\F W ț!H6n +Pu+W4~9Y] =k)$ ^@wm|EaT6A$Gz_: + @0_~h+@d +m a:q:0 +˲ۘfXnAi #K&}r+h~> H6]N$ՖCHz633n2SDJ{k++;'^SӈN~嗿wigzs)Wzoc\~~> H6Aww]3] __yNLI /|砥^|4q3m{nAדH ˝;r1O'ht<t|WylXVg40*\lzEיF-ְ]xb͑?dLB$llvMRgNOO8V6 wzD|Ek~4?? +YGGp;,IMp4zc~~x@l3xlݓl`Sloi ٌf˫K{Ϧ:O܌bP* q\ב:JJ%Qea q>Q,N4Y?Y(v@pFH3c'$akkKg2& +@ŋ?裖D2557r`6LVYu8P(\.'&@F&3\T eVaJEf0lh4JӑJd=dC8pSĚ)F-ڀE:;;k,bg"陝o~aA,ӣjEaHKJUF'fcoo +- vyO.g7_ JT*菚 4(phT)"]rXR9hT%nZZZ‚:::Ξ= uuu^taGL6:Ol^wĵf9KxF$c8:ɦ  ^Nx<}@=ul ly^Ȇ8G&{T*au%I,U(nz5=-h4ze8xWb(X>z> b[{wٕݍ@}c0kwk~o\c1no?]Ȉ}ԓJe냔nbkky 9$&ŘL&T*_8cvRRiR+lv2  ӉuY]D"9s bG,G&ʿWgVXxAu7lp 4%0D:fCWT⣑;A֢h'#>VWW5/7L|> +)JL tڙ No +PwuR^czu7fp8?[dC19nX.~OOO{{e6<}=_(1g_Fn$4㺩)v[Q1#ƹ$XYYV.yN4x6kk_9uW^矻]no+7oT_r X,|fƋR_A!t8@r< 1M1M/BG $4AGB3>Ll&`ss3iZXNMMU4x6-Ve2imR5 =IlG2Ajٳg3LgsΝH$,InjXh4JB$97Ot6IRn[ ==Vښ^\ gh4N3LRClcss3tttt:݌R@ wB$xjr ߿wj H6pslsrmA!ass3,"H=C$xI$mmmrԛ H6377؛n6ui DCS(~? VeͦRX"F3l6dz_Rm7yd:l;B3j8Nppؐ x(d>f +K AJ%֮.˕dj;X$[J~-9R}dҰ{v~s0hAĵLƝzVWCҍ]m}=Rg\^WI&yl(FAӄ8-vIe +}F.;fj$O$"lT*AlL&V+;SSS&QAG,FDT= sAWlDTjP˓G8B&R>/Lp4 mRɤXL>J% +/(%"H6qlll,//F@eR1կ~y9W.([[Ƀ4xMTCw\~A&LzdBofS lmmv!N-t + 0ʽH @`R(. 4.{<#'dCh~Ѩh`hԎ1E +y@@ҡuhH02>f3 ,?MlA>bBq2&<63a.lh4JG#A!aƯ.8Q2vTIGa,T2A'A!cy kbǵᇀ+RX,ұJl\*<ᄚ{2ne:n LBP&\ ?cAF%H6Ds:ݥB!o\s/x'wĄA|gAԓ##^ =XuiAoU<ʃm}o`0H0A!LSISO30qF?s( -ivNG?|D6 }=hSgJt$$1ҍWo2umlD/.-^z默xaZ|\wxMAZ8Shҥ_Sg,N zocfz>-̆⯿ھث{r9n0H&H6DC#IjDz]]mrr஑}DgL cUĄ!wzeub/7bLuRS⋧Bdoŷnb5}7kz>W=[z{{H&H6Dsg6Ն*gj;_AxZWIi5&\.O5zuO{Xg$d>ktB;}YkLӎl`m70ͲbQ(. : ^FG뫫Wrɤ'nlhT g0Ng ^^^ A<Ux0eYRd2 +{<CӮdrLTQؘ*n,/S)_" ~fe!|:B둲 F +H= A6JeqqQn7*J&uwwu:-9nn8 {"16?= gbQ(m}=VE'9*`X<E*nF^D{a <4. +%l6[(A!fQ>Gd2D"Azo@njU;@b]EuhC\b +6$ni=)R}$ dCA$ dCA$ dCAl dCA46 +endstream +endobj +1072 0 obj << +/D [1070 0 R /XYZ 73.409 812.458 null] +>> endobj +1047 0 obj << +/D [1070 0 R /XYZ 74.409 743.564 null] +>> endobj +1073 0 obj << +/D [1070 0 R /XYZ 74.409 422.02 null] +>> endobj +1069 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R >> +/XObject << /Im10 1053 0 R /Im11 1054 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1078 0 obj << +/Length 2010 +/Filter /FlateDecode +>> +stream +xXIs6W }kLM*>$d15kQL۝$U)b{ۇGuiW4A94"$R)&.Eƞyʸ~>:嶟'>``eo MՒ9TF&&GcoNl"ny5]88XmUDTr:ϲiYegmAZ*HIx2;*\\Q;5)kYK:v64 CAB͟sF >o-ç).QO몹 ApH ?P&-76-"ygvF^ki½pֳ +zZ0G0_5-*A~T^b,Vn/PI& *L/W(#gvŤkh +I|wh^_s +ׁzBҾ^8 j攂M}mu?/@usG1☟Mk}{U?_4Ξ8hg8[W:9YG^\3.@9ۺ If*٣ų{?" @.9:m1f(%H]X$R* >~Q se$Ϣ]yH +ec ` 4/rg]\ay}B"v9N6db0& 4q +e!D1/G15('!3R +endstream +endobj +1077 0 obj << +/Type /Page +/Contents 1078 0 R +/Resources 1076 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1029 0 R +/Annots [ 1074 0 R ] +>> endobj +1075 0 obj << +/Type /XObject +/Subtype /Image +/Width 459 +/Height 105 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 2407 +/Filter /FlateDecode +>> +stream +x/o\ RAOeeJ 6:0U32H Siɹzsqqo߾_]]FL'''^&6W^Gf33r)7J2m۱RhWDewdvg0} I^]c5IIK6l^a_(UF*66O>=v+|¨ɷׯ_, ؖH7т[Ȏq'WUis˕64?@`FzK-% ڮx٦2Fy8G59_9ϴ*aâb>`՘ y[e +BT~W`E +Vj,f :,DN_ksi5z_`|WWMyzFhs)d׷!}fswN\i)أ{hqG3+&~ /@PP~|ZSֲb5}Mak[ϻeD=v 6EP-=8KkU[Z1Y:0yăU-rn`gBg<. Lmdj3gnbN9n +*gfⷪ|/ljwlў(k#CLv*]Qj Bφ|M&jNϪMmlO<ӭT%7/8,|)V'$3&[$tضʌĘ^[EKjejy!޹4=z/̎> ]{׹[ kiE -iq}siR-ϷBZ,<OӹZZS`v` OlJ"<Șec 5.>"j3w[}MzѢ~ca:kA,&9TQ"h +̖uNkʧ=P|ފ״Z|"yت)lTfyI-x(XߞO@(Pj`z*F72PdxHx`aL_~-40o`#to&p퓇'e=7 ،SrG>?b#IwFRŖj%o4<0vY N-%50wRQZf6mr%Gu⣣O ;{b'=.}?kտE`a_Wׯ6cwxv| /^+P`^za`, bB̒"X@`,E`E`"X``Ea<s`ڙL&"X@c m ˗/6 k޽#, zB\2.X/|8,atJh#X@Ї] m Jh#X@6  ;گ^}- +mB`!Xf,c~S:u>WZ.hT0d0\]]oj7lT@Fs\ !^trKj kٟa<@6jUbQi'}?w-u4IQkEi0l&=]\UcZ'Wr keXz]}[^o葪 +endstream +endobj +1074 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [321.386 606.106 328.36 621.105] +/A << /S /GoTo /D (Hfootnote.34) >> +>> endobj +1079 0 obj << +/D [1077 0 R /XYZ 73.409 812.458 null] +>> endobj +289 0 obj << +/D [1077 0 R /XYZ 74.409 647.694 null] +>> endobj +1080 0 obj << +/D [1077 0 R /XYZ 74.409 291.633 null] +>> endobj +1081 0 obj << +/D [1077 0 R /XYZ 84.372 150.577 null] +>> endobj +1076 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F76 494 0 R /F78 480 0 R /F48 362 0 R /F50 363 0 R >> +/XObject << /Im12 1075 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1089 0 obj << +/Length 2728 +/Filter /FlateDecode +>> +stream +xڵYK6m1[$E=$3JL!-mMdcz YrTWHAn>\O|^]O"3Fn+j'*1H`v%xg5YaPvE]'LӳX(~/UmܳŒX$Y4p,!=jGL&2mdD%ЈЄ,2rkrxVAsa`nqR 6aQ`{WKjǠNvPW.-,yyi7|( 4oEި(VvDtkeki<`QrG p^ڶ]Emm,|? Xfᖊ4U]i.Ke"Dj4EcQPt;v"e@3S==x(5.xv kς_X急@x24FVHxsӘЛ>h!x93u1XŴfF e{kZlDbjY)2BEǍD "}9Z /zS|oâ% ƽ7b+ZƖ=4"0$S=u3ֻz4۲t;6RkKbehށnW y8 ';8@fs(}yW^sBDjo8hjhзD0PX@ށPAXEjn僕ړ@\J[OEY:4O^||0YrZ$υ=2dfOe\A"Bd.9 G"`xҗquᅐO)(P&zc goUNt($͛4OQPg$TRV4A@2@ :񀗷[vd/Vx #K]8zn%Z%PeuJ4.SuM rNc}ԲPP ԣ}Ɛ1WUijl;C9YCD,;'hd%h`A PeYT= +P)%y1~% +a{̌ G'F 0`ȟ|; D:5 p8, R_XE\J9/K;74A@&yHV1qB~$2#4p(G[rf9{4yp%q?$+%: LC?0 9r#KÙ{CESљapHN,=U(b Y5@3W[a T0o^-ï0׊pN>FIL/E`4:Y ޓe*;(>U +Ilr?)7sEupcp/lx]zt=JӠ]en݂OyA2FҐ$=DMH<4;S|R"_Qk:p# \33?uMd`r"վX]HE6.nj||0>̌+{[ƇMD0rN, Jf.oZ~t(uģggPE\$fztF~"d> yj:=5)S!h# *]}|Wwk 5VgU!x۬5:"&_W;e +../iEs| !A$gy$4k0Ν"}a}v_/#ɺ˼ua8}29s$&Rm +=/cZ72 (&o>T sMxp9]Xe3DW>h::+~'{4F$Τ~4;Y۫߯$W 6" 12Zǫ_~ W;I* bxto0+g06J3fPg"E +՗-=Ccuﮯz%NmMEu;]cy]Nv1L],O8+MW5?$2Y#7 +endstream +endobj +1088 0 obj << +/Type /Page +/Contents 1089 0 R +/Resources 1087 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1095 0 R +/Annots [ 1082 0 R 1083 0 R 1084 0 R 1085 0 R 1086 0 R ] +>> endobj +1082 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [435.178 400.875 488.29 413.561] +/A << /S /GoTo /D (cite.Aranguren.2009) >> +>> endobj +1083 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [492.636 400.875 518.539 413.561] +/A << /S /GoTo /D (cite.Aranguren.2009) >> +>> endobj +1084 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [102.678 386.429 182.02 401.429] +/A << /S /GoTo /D (cite.Aranguren.2008) >> +>> endobj +1085 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [186.005 386.429 211.908 401.429] +/A << /S /GoTo /D (cite.Aranguren.2008) >> +>> endobj +1086 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [216.885 386.429 228.342 401.429] +/A << /S /GoTo /D (Hfootnote.35) >> +>> endobj +1090 0 obj << +/D [1088 0 R /XYZ 73.409 812.458 null] +>> endobj +293 0 obj << +/D [1088 0 R /XYZ 74.409 514.481 null] +>> endobj +1092 0 obj << +/D [1088 0 R /XYZ 74.409 253.428 null] +>> endobj +1093 0 obj << +/D [1088 0 R /XYZ 74.409 219.555 null] +>> endobj +1094 0 obj << +/D [1088 0 R /XYZ 84.372 150.564 null] +>> endobj +1087 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F76 494 0 R /F50 363 0 R /F78 480 0 R /F124 1091 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1103 0 obj << +/Length 1235 +/Filter /FlateDecode +>> +stream +xڭWn6+ "%e7i&Ŵd`df!KIN2KRȉSB{4X4iFG#4`c2dYoff$InŊi?yF M=u~{]Jf$e0+" .5]SDs.iHB?@sW^Xͼmx6I ^'RkAQC\WFPK4\rӔ$_Lqz,c.8% `"JYoe18FPkG~]L=s 3SD@Xצ^D) 65qՍ^Fw&wEdeꇣ"||'ŔG^?%j_ +B8eC ZqE{%; 49Ce64܇8!JTKOţ$vW`qƷ^8 ބR􆎼օ~ >ĥ8AI,#J:= +I.a"&M=[}׍b)gu᳴SVɴkiڿkSu8רGB?Ul0d7n}5_:U#>QH"x<겨E=e9$t#e$%*SS+#87"߂ XDrN@1(?5ސ+I`3"saܵ }Cv]/nW! ;%x0E a@@)Ɵ5vUaS;9Q/Mmt/%+SsMۺ*d;R*Јr4jMۡNmPl=F +jJ%=W])FRP#6w ɠrI(Dd"1XRXWs) પOi(q c -.>VEaD2/hl;E'τz;bՅP9tS%R nΉK߱Xd>V`)J2Ȁ7T' 0Ru]CRw +IY| S 50@8ݰ-uWLYF3}us1&52J36nt'~4!G%RzcC +endstream +endobj +1102 0 obj << +/Type /Page +/Contents 1103 0 R +/Resources 1101 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1095 0 R +/Annots [ 1098 0 R 1099 0 R ] +>> endobj +1100 0 obj << +/Type /XObject +/Subtype /Image +/Width 614 +/Height 387 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 12423 +/Filter /FlateDecode +>> +stream +xOh#ٹ{)xu|:Ҿ@A9s>L0i2.CC0^h 0Ch8 mR7jYx~˹U,o<S::UuT{ꜷ={ͳg``10&`L571K9oKxccbLcbLcbLcĘcĘ0&Ę0&Ę<0&Ę!.ØcĘ0&Ę0&g?OUO>_W_F%/~10&` 4wY1o~OjvU ||6UդGm?ArZ~Mٍ)e hJaUU !Ɣ<}۷^{{.jY%#kjc7)իS|jh _svv: k̐H捙/++d\)b]^^y/]‡\GÆB5bZIevmƲkyczh^kQcјxĘ(6f0^E6!SZԂ/ncd} iƴT"%YCq҂T};QO]@龼z~/aLK*b@/ۆڲGb*Qm6MQ Ve%[f=oS,'cz<]jc)},e+ơUQFS;^Te1FJQki/얧Sc~)Pu"0ҘEN{OǿTE6f:8cb3}*c`Lq䒼C(#MR{3 FWc=4un^1{qxxXXcKJw9}o0&SO#J\TWtf1#BԂGۦtDT>TĘM;1ulgUUb̑jn{W}si]Qȑ?S SOʳW']Mct&KF1}{ +-O3-؞b\9Uu4Rc]ܘxunuTſsFWfjC#JbL2ffa}itN+8qAӕ1'f6xQbL 1KUe1t9ybr(1&B1\KN9ec0&11&11&11&11& 11&10&Ę<0&Ę11&11&11&`L Ζ`~͸ۯT 11z/O`)Pys]!=??~өT*Z/U777څl6HRk/..G`L 3rzzC*>Vk~zz#GGG m-`L)XFqFvvv*2:ތ93[j3E=2t~rquuj.eqyņ -6dBϳem:k9-Z->317ye0uз0l_0&ΐLev͠0#f.s%ԹGO cBz.2z}=Fb{p0&=/?H!0&1Nȳin5T`LX{N#geZF>= f܏s+hlS 1a]DZ%>KrwOc:SzAfy8U7loRJ½ 0&v{ggitwvoWjӱ7e/777KZ]f]J?k`LX{J8g{V[c< +gTh4+ٻsu18Jnc/&`Ly@SŰz_svwwR(['P"^|`=~V,+3aH +0uW Eѐn{ppZܓk>fn0 w`Q..fX#`LXVʘg$WWWI9`LX&NgFHGl_ѴYg: +1a4 "a-"lp~~^V1&\?={Ag1lkyHa]?oN)YXcv݂[tZB`L4f߯T*z پ蛔G6O0&ĘÂ[YV*^'GGG\cNx, +005=7Ęc9wp`kqcbL9AVT*X@JSV11&|^350&Ęj<)PpE[{9::bN(ĘsB|]hʘ{zz$c.ZEK>Kt30&ĘWٻgն$)11T04͑&'gq0&Ęeęk_tWq11n,!L%,1>}o߾ߧr}}??~||<QcԤWC +kLY8YgVY2ujt`RSKo +cj)t;8މSGZ!530ŒJB>=Y|cZio޼Q%u>|%/^P%fWfmpp*ѻ=Y|c)+d4+yG1^2%Ҝ%aaի^+ؗ"pYWüL{T8t7ʵN^YUs6]ͣ_az |8Ɣ\ C\BCwڛwinS,o3횱sW5̸;X[K7fK=Ʀʕ%家э 17ИGLg%26iHMmZ^σ^vG+t bLG:0a,7Y@~ЙM/c #/3 g%e1J,`L1Wd(4m!˗`0 `LhLFޒSg`9ۃ/_O0&`M3{3777#Mquu88ĘsƔ:+EL s%*j1F ЪL< s]/_> ggg_K +1fgϞ=Q@r1lLl~cbL|Lcr0szz1&mZ  1fftvՆN~cr0'A]RV+opӣ0&pǘ?Viy:Ϊ J`L19#OɘJ?Ѯ@>=RNƼKr7U}M|z|3Ccܘwsk +4APvwwuV~c̑*B||zjuV0&tTTJc.Șšnomm + 0ӽ^˜ko̻a/1McjL_=,u17`silZFXcnlY0c.͘~l܍0&,?,u1++L?kȧ`:̜Иo/^d +'D+Q=8 :jsȧa|5$gXgIy׏ZEV01]pO]yȧw~~W0&,tW^2=֘/0[-Brzͅ]!qȩ]Ѧ\ØQ(1>v{Mc¢V޽4cʕBO>K\^^P{TMr^UUp7(fbL;}l3ҵV>9 +3E/kJ0YcG\^U.q(gBhSW/BZ:a:hRj!$cچ#92;K_a\.B 0fٍXk +e4E%ԏ0o13}^1ƼE30;EVat:F6n16f(Orv<5VtT3J<1(1'''}Eo7`L_}$O+S-q83s8h}1}m4fa&`LS?$}j0%Jd<(]Oތg10.///=Hu9Eh_^ slu'ZP36c_n[uWWWeC gE3gvsWU1&lG9WV,HYnɧ>#&Iy 6G jNY}4Ejd(Ev+O?kȧN1 ȁ5f*<6(t~ ݡt\ A<2WzOg cBDq/C\3cLϚtMo3EFئ_Pc5Hs0x45cƼmDb:_߫kBc:_zz9t*a1jJƼKrGhp* sh+r=mneFf߷DM1iyqM&>j(0&`3wi;ԃm;`}-ƐF1B^1%?kJZKc9;;s", c\-i`:FwgǩLF xc\9]:= 1Ƙq1ʾ)Ʉ2cLјziL8oL W vJbEj10fٍi% F]+1Ɣ2s[21wU75kUTI\\|V|z|0&,133et>4I_KB>Nu\5ɛi٠ޑWL_*D76}G`OΎlM 1KgG^VG] !6MD~ 9Y.YƄS׹'k_o>&,$,bL 1^Tc1cbRӃQӒq;Mhe-1;^ո'51k|1+wO(ݸd1 -˜11f<#ؘ %g6yFgF|m1l[HfzSHJz3릫0&A'v]ƃ91<^-4'}gc +0L1Ӽi4}Al3r%mOh0&˘qoXs+o1%N`k9Z{"Ȍ|ioFt,0&`L(1#tizИV\*}Y{d3J=$֫0&`̸|h.l?14h1#+]d:ڠTtXc6#n]'c%1cBYi1&H 3ZVC5s~=+(c8ty7\~xxUcƄS_&95jjYqbMӧMłjF$#t/Ӵ0f٨+DߘB5Ęcb=OēcbL9ۃaL11$W*aL;v[gxZ1:+eLaL/Ęs-gzN>= cbL9 '''z ;;;L<11&Ę㹸" -11&|bLcbzV/Lgo*17֘noou0&`L\ Fɐnc1q~':"`L11f^|ɓ a& cfN2$Ę1A'O0:2ᄑ~9`LK;m,ZFVrxxx/1a db#坏YՍYjA۫V1+ +0&,>nm 3W%PL 1O ܴ0ٳg\2 1adijF& K^c.94WWW0&Ƅ11P'v( YsL10c3ܨ0cbL&0لcĘcbL$Ę`L>cbL8~^o6 +>c'(jlڻƘ0&Ę0&ĘcbL11& cbL 0&ĘDݖ4bv1hWCϏ3}}UCpIj>=cƜܘrCkL>1c޽:'u޿O 11\]]moL۷.|3D /^ЫCBQ_1$*Zz> cj`4)!Ut_W]SWK3N1&Θ;El"Sa)^JKBowK:ZBͻ [X ދc?j]}Dw3ump ݏ1&xИ֢͕7ftڭXKRskS߅!Zd:үyY]Y j}10&1ftrHc_RRM1T-c7f+ZI'4Qcbp2Ƙ&)q(%Z ^k+N8 }1qcBa>&Ƅn%ˑt( \9\tz5.)r.11(6tI{ ǘෆ1cbL)( z% EV1c.zٍŘcbLC[ɒX;oiLݳRS'899y=Ws"c1FwwwQIggg5f}W2&1%ͪw6QY0&`LyumW|H)f$xpx]16.(; 0130H"a]=S3M+PL1Ѽ˜QIk#1lޘccfH9cfi{0&`LyqSs{xb$qԡj?iql[I#Ϗ38y~"KfX1&`L91e(K-BtoLx'nqbEԡ =JvfbLsƌ/LzqӮƌ[m$+ہ9s̆Sc7 +Ƅlobvtu0uH9s9ˋ\[$5/5Zd+W65 +iϪ]%گZ*=1bL 90撍Tv&w?Ȣcr,5UH-FH7:hFc Yߗ3c`L32r(  1cbL11&0cĘ@ c`LYFwbL11&`L1cĘc11&1P K`Lct1c<`1cx11&`L11&`L11&`L`n9cbL;[[[Otpjp`9;;v0jh481 % 0>1 3c<`fn ? 80Scfd`>&czP<$ȴmfɡ(BI 11&Ƅ _x3r|0&ĘGC\(:s0g4c`L_0&O˜cD C1|L cn۞|@@A4vzc?ϳ YQodd?:ctllGo'?jB??Sz'Yqd&ة)%$Sjs4 0>_":kڃ+w&Yq_QX's9Ol?w$+OVc I|5W>fڃqs;8ɯf,#>mjgdbީl _~B?P`L 10&0&֒{e@)>+dxߟ^ǿfo;4`Lc<0&`L cĘ1y`Lc`Lc11&`L 4?_~x|ݟy.ʘf^͗L1bLy|O~_?g?S׿?]L}-Ԃ5)OOuк4c1S/#ΊӥiaZ7]~1&xA>rw]QW_J/)C".]?*JTylk;FMuW#uU'K4LgG6 c`LBЂ΁gԷLU_~]/gVA_3\_OGJ3o̿?YӍBm݅mc]ё~-J-|_V +,X3c:ucyrϖDW._{9Acb[[CDk1ӝMze0fGȑV;Q6_*kڊe{*jFlQe4fD:310\Ʒ3)fL]q߯dͷ0:r]UKc?0&Ɯ1SHpxcڰV16#{Gez2.2BαK'(d3 kcF3MZt ,QCiM[5F´VO# $Hf7Z1SM1& 16ӘY6=:w-g6 12Wc򸯷y|? 1yp0&1c<0&1cbL0&c`Lcֿ<2WXo?+5 +endstream +endobj +1098 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [73.413 290.126 126.526 302.812] +/A << /S /GoTo /D (cite.Aranguren.2009) >> +>> endobj +1099 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [131.503 290.126 157.406 302.812] +/A << /S /GoTo /D (cite.Aranguren.2009) >> +>> endobj +1104 0 obj << +/D [1102 0 R /XYZ 73.409 812.458 null] +>> endobj +1105 0 obj << +/D [1102 0 R /XYZ 74.409 778.955 null] +>> endobj +297 0 obj << +/D [1102 0 R /XYZ 74.409 242.238 null] +>> endobj +301 0 obj << +/D [1102 0 R /XYZ 74.409 207.731 null] +>> endobj +1101 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F48 362 0 R /F76 494 0 R /F78 480 0 R >> +/XObject << /Im13 1100 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1108 0 obj << +/Length 1460 +/Filter /FlateDecode +>> +stream +xXM6-2eDJGoE"@@MD $Qwh%3n=$Rp̼)^lⷛxv_ݼ{Hƨ,VE4.9-QU3kh|)P(Zq$$#JlvwLە\VnYd>޺/ ^bd6NzA[Qq6]9G3:A).}߀1-dJ"R +Nbh@)b]*{ndnUU55WJTϖ8҂5v_ɶJܚ.nqL3{4-`:v7{d!XZ~,mwڂzE >`$$GBʈ +$qT5ggI|i|֮a[AVh{iJ2'S7[P"gȦ&D=-1X92)ޙ1`Yg^lFHz4~kÔcd'leeYO)A8ZvPTGY爖Kd;Cv Ar `L SJ%[ ^>t4@-g'!5(.!h%JI> w/FbKjgfJjSbBi3%q$ 6inhifGؓN92hPW̾9k=$39Ԧ9['.gJlmW\%: 0nF@tJo1yX= *ua +dR$+,Y@H_c +v Şi'-[V] }]kBVo1h[/_d};UTi?2-P|}0uLfj&CWR"ZLLNس]9,A;>e}ml\z.5 H3SB{gy(vRig{o~,(j̟q+ɡdA)l 3攚6o!3Tenq^Q(X2C@ +&+W7N +endstream +endobj +1107 0 obj << +/Type /Page +/Contents 1108 0 R +/Resources 1106 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1095 0 R +>> endobj +1109 0 obj << +/D [1107 0 R /XYZ 73.409 812.458 null] +>> endobj +1106 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F77 479 0 R /F76 494 0 R /F78 480 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1119 0 obj << +/Length 1512 +/Filter /FlateDecode +>> +stream +xko6{>@Mz0X[[ѠMbP(mDAd~w<ʵ]75bCxj Y=ZQj +0[ =m0ԬDH zJm~ƩStޒ,Lgl^yɓ>Z2/s+P,, +hv)ppyùt0q-4@Li#,ACr_Q5=VY'LjMĦ)%\ scdC`ݰ +o'Gn ] AN+Cw jwh\UW74"`aK8α{Z)bprw0C;/,5 6x)k\JZ8F~|uW1tΫ(a1KUne_(x7($x#: !|UBtXd ;M`D|S psZ-{[]nlQ#Ps3B(GaV6gMȏN5#@^,U+6] +GRcPtb@#ɿ-.ha`&'`VגV4pE<[L@E75<0ܥ 2eBov/nB٬>>*Ex#su<egzBT#9½w½e +ϖ,8I?> endobj +1110 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [372.26 592.568 521.862 605.517] +/Subtype/Link/A<> +>> endobj +1122 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 578.122 272.718 591.071] +/Subtype/Link/A<> +>> endobj +1111 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [180.41 510.376 354.614 523.325] +/Subtype/Link/A<> +>> endobj +1112 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [102.678 471.522 510.599 484.471] +/Subtype/Link/A<> +>> endobj +1113 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [102.678 422.705 362.989 435.654] +/Subtype/Link/A<> +>> endobj +1114 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [102.678 373.888 363.487 386.837] +/Subtype/Link/A<> +>> endobj +1115 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [102.678 335.034 499.792 347.983] +/Subtype/Link/A<> +>> endobj +1120 0 obj << +/D [1118 0 R /XYZ 73.409 812.458 null] +>> endobj +305 0 obj << +/D [1118 0 R /XYZ 74.409 771.732 null] +>> endobj +1121 0 obj << +/D [1118 0 R /XYZ 74.409 659.145 null] +>> endobj +309 0 obj << +/D [1118 0 R /XYZ 74.409 659.145 null] +>> endobj +313 0 obj << +/D [1118 0 R /XYZ 74.409 317.201 null] +>> endobj +317 0 obj << +/D [1118 0 R /XYZ 74.409 222.155 null] +>> endobj +1117 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F76 494 0 R /F72 473 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1128 0 obj << +/Length 2045 +/Filter /FlateDecode +>> +stream +xڭXoD޿‚/tׯ@ +]@I6c& =3;IpZ)Ͼff  >|qwqyR"c̓# s,x~th8l4ʮ/w_\^t,Jǰ[~e2lhMۥ%bi52o]lm6zY.πTlF:w8F<*tZt[;o[B51 >V`-pY =+[̈s +zlqOnfUS'PM7]8e"OSY"TFDWF4Qi.2*1yG҄SlY?1[y۶شDn(V !dOYM*;VDC!{CS? ͊n{:J/ $`hl#:,0xG94AT`^!'"KR?ct,Vmn=+Z>:?FI-LF@  ˋmQ0lI 8=ԕu{o̙EWP)1TdRJ/%8L[i +x=84Bp_ 9eb8f#O~?.PNSD&2Z%V CF<آ!FY"*zFD|!XlˉT,tIRaڕ˄+,%cEƲp!Ǒ_F MUQ,/}݂]J fGDQNz +NWtm*rZT՞X@A[l|'} fB91⴬`v-Ў^֠a>dR`Dd|Uu9+xЌf`E.ئh0@q+\#5]6k$$+8\=Q4.+G(hxݰ\q.~8,w1+Y]׶l 'I"$ !(tW"Vü~9&NJ>Mx,%$NK$Sh "@> endobj +1124 0 obj << +/Type /XObject +/Subtype /Image +/Width 624 +/Height 684 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 35140 +/Filter/FlateDecode +/DecodeParms<> +>> +stream +x{ř/}_@LI@3nFG Qx$xf]&taFt$ɪQ0D I1(0fske.03X_>U]z>?8x`>,df0z8A|ǀ΃Q.ׯ~?~okVXݙl/X/򽦯z1 + +wٮ+sK@فz'8q,o幾v-ӯFʐ?E}zZ*ϸ+(I"_pw)N̒cf@KF=&C?%蔼4] +ȩDz'opWtzVi^:#+䷲K.KYYɾ$M3JPO`S?|:{o_Λ||n}ߛ;ΩNm^,XND)InB]k¾uPa^9G]J}Ϭ3[T`0$j$d1'IæO&uҮBp4q~ X̒T9gJ,Y4513 SV&o %4"GQ$D$"! +%ŗb mSH_@QO J=РV z$PH d +j2ۇD: )z)Fܧ(W"=wu*M KSBl3(Nyedrƣċ91ؑ{812οqv +@HG. P1aAI1#f=xϜrO_3sv;s&~v_L6ǰ''S[,iȸm"ffMrf,!cf03S`I@E4A@ɲ͕G36v11Xզ?`HSJG Jl5KcH_a$ D & `  j &q _;!Fa^uO:VRq0BL`I׈^3k S# "Tfc Nq:m3qĠ-[jY23YJɍLP}N|և)~+ɼ~%u]Ic+~)Mˊo'K/%85A>*v`sb2#0ɒ$a*VIHZ5I@a\|Kϝ{]yMprq6LCL=2)C2 aA/jwr?BӮaP3c"ǍCo#TkME΃8@PH)1E$bHHZj5P"WM멎uj4(Aw.x,mVJeH )91,e,+9XO݋hF*ސpWV9P\)uQ,b9o+'۽XoS)X SnbtH)i Pat < @8U5[1&i959}DJU5C 90&#@ZZ5Uix?u}3d{}ˏ$W0kG8Pt*?^r7+Wh^3OIUЄjUU+ƢoM&vo[Eɒ%Ūd% H$Ldt:IdL,cŞ()@ia&ˢ84'3[ $Ig+7j:UZTRr,8Yۃ5Br*7:¾4vnD BB bgGPRD%$ЯOyB[MT)yjޯΣ8sFÚc*:Mեѧ7zHz4iTj]ɺ'OY*FMܻ/MK6"٦=3Kk@ҥGFWfܙHHP1;Y*d4b3գĤrSٌ<5|Vj`FU8?_GA XH4b N+f(}%W̘0?E\J Eb>ȡCx?~yQVs + +G]èj'||kknJP$&b4&XJ2(B%kW.WmT5zd^;רAɑU4D%B!(6DR呩We)8Rʼ*]Ѥ6n]1DBE9DP +!tOjHg{BuКYahNuMpEQv(IR_"&:Y/GծC؂G:H[U)!&ǟ^5ս3-.UH0O7ځK*LSHV nBdHUE4&a+D$lN37ϖkQ>YrzS7={ڗZ-T㼌#j2Br&BRU/ԇYrp3"tP8PeEŖ؛Wyk8ZtP~y~nBDd/ +(ЌL ^ע#LMK +dXĊJ*I @0X dI ,%,Ir48-%ܺZO‘JA"r a#l(j`$iKe,WVk=vՅ}6=<0GHD`!{2o&8{ +\Ph<7L$d}_o۬v3Z;ړZ {`/Yo AcQG370^$G69˦UtsHفmӖOLLYd*ڪG3֧J7!G0 +x,S ťTUh>MsjW3vcX=̑2Xz! IM"MR{'1]zŌM_% y4:^XB5vR.j/j,g7ЎMXTS,$Xb" L1[K8’,YkJGiO1j -iWF,Uk'"@ + @AX+SCP)|[*UW[/Uﰌfz\Q P "`H"35D)-KP\ݼ5^sY#+¬ 'd8k(`Ɠ\K#ǩT'+7rM$ X@ wVi״'dV}L,Y)aSfQClk|z/G5pRZhi5X&Se̿ڙ]:$j.e +vWl8'  9@鯢`FsyZlVb3 Ɉ!bP^"ogXG-{1oyB{{oOw}OǗ}^ׄ%f7/q'>DmB#lFLFfRv֊*44)xf2fgػLS:T]waKǢ؊a iazncY6?6qAԊS,,'JFѦ,]q`n鍌aFȩX“WycYs鑵W/ +cœo)yM.A1["A#! AP$ Ⱥ<ё[Ɔ߰N1iaDz~v\:MU>jvvj>uBͧNy~"OU|ꄓN^%"oO'["!DE"HHP$r(Q.yJ" (DG,(ʉ('('T4[D9AQ$"Hj {z(IsHPDQE\r(rQE9՜Խ(9*~jc۽ +7ѓak У$æ{Kcu*-cNJܙYkjli[wAwrw&ldg>?:?SշƌdO &2CO <'ĕ0͏ @od;rE32&V 4Y> NjP6~8EEDo>GKFQ~qѢ{4:9jk!qs>_mh<ྯ64y߸yk!9?ꏾEԿ?? +EQ}E>o"2L8q߿-O3~vp:^4zwooNr=se_;~dκe?eç4yU4| +xU5x{'~UY7s?{N][n׿xM|`ۃ'g^ +3;~=zGS>T5_3zw퍗n]{5=8v8˧,X2/dMX*.FL| R +ɂ6 )cffA ]]GqfjĎa>J3WY틡vZ6 Hi8DQDjD&)%EBHz`YH SE.tH78،c޵(e!6ȲG6zaRso_uȂgHx{0 TvX+A/"I(jGpE݂Ņ* h$ &M~}yTBe['OdQ;X#@&kT;S֯^ ||hu-)b`y7%DliN/kҍ(O^ݿ{W~Q<;Xs'/PUԌIOnѯ>7]WƏWͳ&s3}Xvl;,Iο>c;W`G5vjyc7| 9А;{O=L մ?zhV=cʘˬ3rLy /Tv_b$3$fyv Vz@ݼ&c^Aq; i(YӪ$ǬÄ"XDE5HK0Y{R65Ȩב74dZcbԚMp駜pONES(hQIATWq<TEY ZXTMMyV8O\*WHDSgxNӪMZƄ*OlxQ 0B d'H&3cDn;Q#}m19nb{/Lʑ+>ttߏ} <9"DH$## c>dޫ74p <sC\r9񡣣OApΈu?>ꪺ9o/w6{z>Czɬ<'}xԛxRw@̞I7gqc{;M}av׺ػ9_v>GM{/8z|N`A`B2, $L5C$H}8B̒XJVj.%xL +721OF bG jl%V I + G&H +]g,f7fqJP}ݔEe"$1 a bC~bLN\i{VIxvH)㱝Inqy+<".:fRTgN&K[28 +ib<;ℳC}8U*#%]@zS>)YQ˷_fw(186\vǼa>aX[d|ιu'qL֥!&0|]f$Oܟ?h 3_\_7Ӫc-bbI$K&L1%L,$^h6fܺel^axafH O& - H2X(MȜc'ȈN +KцS#% SF͎DvX.KYkK +@nT +[|Zόk5 +\.[WR2\UV&q4̼͜߾57٫2K +v~B(,s\L/.3%;ie$UN.aKm^r6Gv3pxzک(&>zLȋ\7o >_j;SO !GRI#OgK@CDψ$@~GxXw=ӟn cy0;$.s~/_4jR/~ue'2XI$%8jY^~3柖]I#Tݷ c_79㛟wʘAps _suWn.?[\0Ϝ g}nuӹ# 18.v2DĒo6I va@-Э^E1BHIR*7OM1K/ݴ2]ur9(jH O:JCV8P0`%>DS Qajrd7Ղ;Sʟ(lGl8pB44RܙW "LRTİh}7B +14]/1ٺےڎϻKϜi2S?AGEmH뒉P3D>T}*N\x??ֲCsgOdAp_Dd^~cMern/jw~zMsȴf| B7{[`! WHs,w1KYm"$2Xe>/e,|,%MZwCY؞f8UJ!$) :#$VfF7L<źQĮ%SЊzP3h5Y2;u-}WIGP +ui)d\JzmʓwgZC=3c$GyEhV ׌%H頾P +,5>:%QՔg;[~H.'JvO ǎ9ھ?i&wN ߋQ[󩽅5u+5FN?w?=6Lkrq/}%DN\􍺖Q$ܱ_ ?B jC_KIB-:MfGnW0X7P33mn楔2<ǚPege>,9,e M[J`h2(zӹTj{iK*U`p`uTMfC-8)M3Xuvɉ;vxJ 4&QCN,zI2s[2MJ=t;J(P4}6kwrԉ˚e;S<[(d0ɀ oߌ"7M?nE]_ώq3sUeF2P7=wՎ5-/,ټ}# ""!®-M"=U +&RJXH&"ݗ**U*i %d b2>̊Jc'/e+{o+U覱Rod۞ޢf.Ms:'v +Uل#@TYQӧ3d$nhp 鍐NjL$-dՕAQ]PbO\Xxo{x3.qWANs{moV +sO*e\ַt (Lѣ +}bBz*y{ +uYT|(F R$,vbϛkArObak>7zmWaN,Y֑2'xd)ĨIգ&U8@Eʼ'`xT.L@"@:X$_Qފ y演yH)9fɒr,qԘX8G,RcCm硾pЊԞBr:U{vih UϗYM&NW7TUXc!]sPj1%랭0}!n3=LF +Q8t5QxքKAWT$/K]t*bNKR IUNJ_%{[hb H +A2R]IȜF$H~H8^pVM;$UbB#AAmL2hCƒ,@P꩚OeGD^e<ۓR6u%;Xo @j;R9 }[]%+ZU!YgC E)nFf4s+ҁ4W ɲȓ$OZJyi߳N$Yaeg&2[+_ FuBiEiHK$?(V`mM0"2Ð^ёκW,m^GΥ,k sě:#N!Mz%jU_.'9;ΧE HF'TYG7bTu iڵ՞:C'`?қ0{vot>^1nۦA<6Wq+ {k4L&" &iiYm@j2 a ACk~U$`6Yh0ݽ~Jׄ`["#tk"NӤT%:d= +feF)="[d)YD I u&V ĒMK%@(j.ie4=˟#$u )#)%YƐ1˃qd|@<بzXӘrct'E3HR(/`՚%ANj[_V筲:AD B^XA-5쾥IMFTꇭ}uPKP_i .Iv*8EI6evs&v5+6>~"upbaf˴[4sԘ쎡g۴^'zsY%0DпuNDRoeƥN&z,!Hɬ>Vd˚<Ҫ!Y)&%EWnbW0o\rɒ]&ڗzHԇ#D9=益wXߙ} a{kP606#Sf Xp VREUzZX1ؤd,^NgE..)u]ݑ!BbHBծy/R87V;rI2hJGPAy8+#\\^Bt23E+{ 947GZ%2S—K]tFt=;s]O3'J$gQ' +e)$9BL!'⡌0'dM"b%xgD ݿiPEIDYBQkNeeK_)GB$GL!:rGzR$>p8_<W'>~jC'ݑÀ^+?N}ҬrPzVz[!. @sVsDPN}:D94ځ( !""y""1DQ_cyJQ$>ݗɀE"П:*#pNZ$"`K Q/D}E7Q;>vEa5 H@>$rzToCBUAHnh̙dHO"j@@@@@@qU>9>;v' fzCvu"-(Ǭ}LPT;"A[%fO ( +u`}B [pepWV# ==$AnCJnGBՔF)sjpo.fW;o[p/mܩΫ7d!ȭcÎ#$E])*b$ŦJWˠ_zGwg8 +CC`f"aAsP*+q{M"l: D$DгZC^[16=l8 +CC pƬ*"G@AzHzH6z2A at@D9$UK)vԀcG ̯_?j;%waN07o\X7ijݤu󷨧m0uSˬLQ.gլ 'I{VͺnMZ3VV,l5k&ҙ; hцjVϭ[ LӼZwMh PS KB{5ckZ[۪ћI+_xjyp-K0g4l|W nlv VcLF⚁̘ ѸP&k޲~uꛧb1c̻GMV*liԀcc6~kDj+'Ouְ~qY/Z`G^RU:ϝnlj^/JNql G"CVyKZ7/:k[E/Po]@} O[tA|WחLnrutĢ^R^&7޳F4ʨ@ɭsp3vςOOyuk/4hFg"6 8peUco 衠Sݙh',Z;i%];®=xS|_r1=]^$3z{;<-Z0ijo3{Z1Ԓڎf% R= Hc:<`&"r ķlTz·)t ؏ ޻ 37gRY8X +A ݂ #M|Hlj?lRÉЋ-b?2z%J;qz@AGR/[8 e2UVGgլ"~zV9ung:{V2ba~:%"wHuqiCa"j/cT\#=|ty=f +v|wS4t#OGŐgCzTW Y{DC,oʑhi0bWN\KiHQ+ejdhVKýfY]V?srjb|pꮘ` a޲嚙ջձL{7xn)vW_8wHuH @P!M.pḉo.gլ {BqͤuzM7W4.ݶmYO1Gu 7 شbiDAc7yn{jU9fn릪#|vO +5ģ)}(zq<(R)u>@AL'aŠh۴k7ΩW/EVnrnY+"c^hkquO޶ >j/Nضi-l,==St !"!r" HϞPƷ6=՘мf]g.gUW>u>-W6$#M5Hlzt)95Bm ""myl" reG6]8{,FՅBqڄs̡4tʷV]_w69Bі6a5s\{8dqȰq[W@}{۶-Uj(L?*/ޅ!^m7ۂMD}:+wݻq^sSY͸ +>iхQ ŪXgRQfC@tڄXoci&?m',0iqhaІC# 2#m/0 4sȮG|$1b֣#v7Ci9UBD"!"vkMr8xyq¶^($oYz q OeR2,5w2 `&Cͺ&^<Kf޲~5%Gj.KmSE)ډx'a׆7 +ǐtҽ]SCj'z-=sZfqL +;!Cj?@qh!DDǍֆ]_ڴ葵yGu#VIf/߈ P\фy 4xz) 3o^wƕ %!UNeWߠ-g7QА f6$hiC.ku54cLK{b-yʷw5E&iQvZOmx;iR/"찳>k 0vbҵgeHbpYۻa :1ؽ +\SM ;Ž8 gMhή%R2^8xpnuRk wNE)9⍋n] H kf.^pqPS>3:|oo_JNSW7W̺ =O23vςƺxO|rlGnC E`rO\=gWBSsRw|vůdocF,#HCH @L(P'g3ǡzûoRS@@@@@ EWq!߀ +VDz9RX$85p ( N^1:N +8P73(5 r03{hP,m ˩j|Ԁ`$9TL@@@@@@yOs904L1ߖV @+v3> N—3ɜ5CS@[}â +@v^v]6 +F߀`"r Dvo@@@@@@] +5i@@@@@@%_EI#ʃקm+@pL@@@@@@9GdP W~@@@@@@@Y؜%93/EaUQ8sNoGTՀr 3[>QV&hvTFࠡT}eN4 rvF{AF=uKO*pP}6 5 h%!P;%hBER_Rl& PLq#ƃPć3LF7 jN*݅OQʃ#u|6cJ|*Ԫ$a`1BfU-~g߱0CV@@@@@>)hO7d)h3Q&>Q_v[J'׳دnr)$T(wf)Ti|Als#W'Ta@>wuVŐ +FR0T) HjvAu aCa-QLօ(526>:nRo@^jJ M=r議i.rZ?u*iʥc\1$Sd5 ӗ#f (wI1\f(1O +`y~fQݽ`!KYԅ/_,"S6v OP|6Ǡ;4~NB e@@@@@@7Nh#6'Ce33 j *o@@@@@@iHff(*TԠXJ=j-9RQj& AJJCsq5 @d R˓,J""S=o& d:L% ԜCPRHͩV": (ֳ$@J/XNI/>Y))i@@@@@@%(g3O@@@@@@@)(22ǯϨ-~oݷ_9 (@DB$4TBN1s9mo/;8l9 (Ȳ)Xt + +h@@@@@OS=Q0Q=44%[:w[<ؔ^~Sۛ_~ԀcGn[NJƯ_. +0R@@@τj=U!2ʨeٔ[>/YWlǧϊ~GwxѺGhظC)OTkTVWe) NՎIBq,4B,XqW3էh!1~ֺdV͍c'/kanYǎpVj̮W./_Ynzu8c43G[5<Fv~T<'yV(lx3p鍛67t[s) H|$J26%_N/i,iF˕U#-)XGxS~Reƛ +j]S ѣ6U@33KpgHEre/}̘١Z4LOgRC혆T\ߚPuƎ% /Wwϖ42L[\p_#UR>jvoS/SߓSieԲ=wFUAaH& IQvDA$zM~g;yT}kJU^4:"3맽0sU_\;hA3ꫭQl7g<31?|j^7ɏ5'yVM=QW,߼js//|9*ΔSlY?- UPZ{fkP8U'.1Qo@|) ۞ fKYXIfSMoW,GSZI}cfoxk7+E sJ!:~˚^ܳ2#sӖkyf~4l"Q!]A6ԎhU#_̮J Gn5XsoyU2%M?YܯtT6 weT2XҎC]%"1#d_mwA)փ̯/܀އr˃²k (]@6 0 S:?|WP?}g#m-%x?Y3YnE}p_!-ٴ]`~A3g9JC V0XI3P 8 Cn2GD0S@@@@@@ï=T +n4 @-%7QHTZJTԀ2``!f/zڧ2=,@"͞P}ЃL|-C iB`08,O +( "lw~gV66f;FBW[a  JLRX{6WD0HٚԢP E06n'.{ 3Z{^iM>|/x>ww5WSk*E)Dq ՠu诪K%Pۈ?>R-TJR@ zFH$U(%yPKED)O1Z.@ "RDiOcR6@~**nRWV[17cRwnH$S"VrtV?R{צÇW +PTA"$1dK=zDj=Q%qQ 5 @P<=<xJ"QHj*AI5{(Q1?5J{:;;xoxZvA1 yphAg:o-ٔ9`ۅԃdఙ=s'S+G{7*M}g>18uz,dkjNDD]rkɬMY899|ʞh欧rw:F<~iO-[K;dzF:k>Z2_-!4Q*"VT^q2.[5흋s[MH}dR8K7tnt2wMb3woܣR?[8UTZyԝȯ(bC""*6pk7$>Ō{G[&MC2֨]mn.>/7ouL]H)RfE]G79:4j +O,?t_8xwaQHS!e]\0;ljGKE_"?yg1M[.}˲_&R1*ULK;dtߙbۡh5qtZgFsS3"UkbtپrnLkՉuysw3>hbwgD_"߷G)yB7vz_Rw~ v2ur[&h,X*cu3""`GhĕB˖ƃ""]G&ku7ZlڹMwD?ңD6l5 K{b""n4}v=OxȮ-q}.FLe6ZEܹٶviή]ԺNȦwh߹[>[Ȉlɭ+{9@GcQcZjnvyrkTD/}^>5J??Nܗ_K-}5{1ҵ<fJy=u7wᛉoYMQ/o{ۊPW|/=HV@&Vա5&Ei}#ѢEGըuE뇏9ڧZD~ŏV?P>\*Ç[#-" ygQl TrCUoba܇gEaR_+ @ύÒR? iG_rP֏>2T'Z[6TB-Եy۷HHFT[Tٚ LjR%J j7^j:3vԩAjnu[VZ2B>̱U@lΎ_i3@f~_ZC{7(Õ@A]8GYKt+:5oQI%I@IMhѮƨ*%Γg8( 4hz{( oE/hPʊR} +TT +TvPGo3+=iCd|txqI^Q%9ƫ󯧍3d1-QRK?o)~ZOT[=!ςMaOiP":{LO wj*?Z.;)s=p8B1*fF%"]f[AxTR]9ѿΣnN% cmHZRp]k|j;k}ԃ~zB:[{C2[l?ZY>)s6תO}e\؈e+k /02]oQ[]:5흋d ƺ&"ɕS!s׷Ovߗ3/(%?q5#"T疷""NomYn9O!Q֨dks?7jUiwfD3g^ޕ5rƻ4Jݼ]}t?ѡ=?1}eKә+'4w^XZcFwn/ii% Tx7L^-Ƽ]s_r}M֧R~7ڦbR ꟰'60ԱzfOB>dLY߳;6=.tvk5 L.GڝhRc=rOM鑦Rj|rT%E[I'n}f}m)c!yϯ|۱>˲dx+{tpm/l:v~VPKv?|/]_A7RU8᦭mIƷ +6Jpo>yQ7̨~Iݹ_]NaWXgNkDcgRxZ7>RWWoYuĕ"fm}DpcPHRݷrrL;UH]]/Y@e,{4Vx^{/sw38Z3Z\W^R;ِ +^=ξM)0Wo=+H*zmB. EDs1o+$h|.~jZ \;w;'W|Zx7ַEd1%lf1켰'&onl!#5G!M=\nH󣗶O٭S"sֿ쾕k?w> Y$o][XΗL)@e,R_/.m oǛ̹/ _k(;wwZ܍;swK}n˻_woH/U1Qjc_G5I+$oe6)c׽~\Y g[:Sh꛱~;Ss_~?~5^jVNo}[stDKn t!fʻο<#|3CgD@ׯ*P˴9В0:KLMG9@5@8Rǖs}TWAI@ *! P +@TB@@ sں8W +Ps:tjעV:t($"rСjWj|OG&ܫw.A}-dDDj7;zh}/BϐtrgrTӶ!=7ണ(xoxZke|!o?Wg}B gpR[4|=;["қcw͏5iI,d.^YW{Fd=f^sbѪOl8ڱ`U[?[Z:o]Ʊx*yŝ ^?""rF^u M.uw-T2"ӠW/_Uxbŝg:I0ߌl5QٳҶӼ]yX֒Y#/g/K-3W=.J* +WisG}u| +zĺֱVzAZnNGh?g7$Nwuߺ'(͜wRR2~pq󩓭9sgJm<>;9|kȦ}ZJ=XJ1#,oq֧.pvKwt>k9N۶&?t[jxcsGSK"ud􍘒&$uD[&MC2|GG{r6g>#ڣ [#.Y}-'I j%&?4C^3T;lf.Jv_:n\dBϏ+_Yӝyb=_8W.v7^ 5*_< d.&M_- o?{̥msM?̇_u;^YcO,?*60<`v؈U 8aV)wzzYa saby^(Ǘ  SԶj}momIj|1#㛯:+㩣֑*1)Ygrc)Pg{ YQy*)Ҷm՝+W/[Ug|fF7^Q5qW>`F9_ 7gM[{6p{ |S[gx㩌o*\xH{ső8Og\>8D[&NNktrW#V/mV8JvMܘU>1 {%ܣܼ=dnFB=JZm/nm zpV=J͊콦{Ed2>ܡywǐMC""m?PfW|BMJ:R3#mώmhWJD^DĬ§?6ՠ5M^PAٻwX53P:^ݻu:#w^w=_%[^Gm^U{Ej_UQ&]y\I1;/k+.rϪ~llVc^ ɶޏߦ-{mݧ""bCmkueϵswHrGI :EDsֱ5J x:K&ݖ|c}K\DvKSΙwdȺN;mzy 峅Z.Jݝ11o}jߵhoNLܗ_K-}5%NaĆ=rv,3ZWUr&kT/EMUZiU{m>lܾn[VFLC`=ܕgo&qIM;U]^1+OU[uFz"dBEx׶OnFIaVjgՕPFUW*썋BdR-TB(+Sk.P>\*@-Vp/ZZ;18ED{ZUNYZR*z0w@T]vj}/m˥S+7NC~d>$÷Rc=(+SаUl#'%~oQj[on6xcsGo==bbCƐiG/e#"Z=7.=B;lqN0k}NNtW8{Lܝx{JͨZNdƬjbc1%"2~2`){ƴ:=uRjey$3v̦VoY|mx|vsґM]XJ=XJq2~2|ǪNlM͹F_!S3u]֒l [.dwy˭%z.7#i4ߟgTNUlT)>ntk;3"F׷;^ԝɤq$8o&ehfG)6q1GSrW{R Zy\ܼ>:1u=#dK֨8,:-'6pk7$>Lܣ]掦!s3*URm5L'W獟q:/YTju)_;Y TS0>ÇW +8WDj-P:T*P$Am*gb %{\E[rKF/%DP:Uqoz|ZZ8Tn @uWu0[u*>TB@(J6@LCJ=*! P +@TB@@ *! P +@TB@@ *! P +@TB@@ *! P(!*Zܙ YP"JPm#"PP״9qqDP *! P +@TB@@ *! P +@TB@@ *! P +@TB"-T2 @J#2yZd*@ *!pkǡ+@ *! P +@TB@@ *!I)ZǕT!`8JDhQvz]DdJG{DDDkd)EsLhh2Rڨ+JIT6r%qbBVODD$q$<#KPPpAm +JΈgPH]`֢9 82Tr)Wrf@8mXJ# +8Z @ *! P +@TBo?`&Sy2 (H@TB@P-B +SDD/0TZ\) FhP+2q/B +@ *! P +@TB@@ *%Ҟ{DDwBB8jvO^_>TA=L @TB@P*Y*ef* +@T! +@%LJI2/@ @|voDCRPA)kmJ\%˽P(>TB@Pw#KP.GB D%P(&P +@%*J JS ZhQvBDZFb[A)%"jb)q4MMf U9@PwpZDk$P@dV*eL%P(嫭} TJe6TJcd +@\-T-"q_lf{}#Id*Ӛ}TDۻN=P)})/҃\tRi +@ٴ[g=>TJf)-TcPN_ZJk-}EDADnD +3;U]TJځJ#vZ4H6KE2BrPE@,ZO!PWJ8@]+9Pzs#BHt[>Tj_*a P(@ ծx'~:|ڵԠD(X-}h9tWfupYSԻ1բTԛ'2] + +m86s?W*^jW@@U"Z\yOL_vq/q +@8m@h}t_GcsGcsGs`zo-T'GP{WSkv~üyq,u]xM˟ş_c%5qtZG;NkFsfQzz1^TU_"P?&L6nuڶ[Wj㪝ZKɅ+_(61'}";e,HrGt{sw㳙yaiO,sSTPT!PJ}ɫ?{ϯnSjWz]WE=\DŽˮTl`ry wvo\=8 +xbx:} T#p*פT[sNSF'U5eԄ9Z=]|Qߞ'ʾC=J>|URJI*PO@.Bk:T*I=@E_*pڥpAB@ rxN8 +@C"P(P +@9r\zP;x/>TB@ʙ%M/ķX!5~GZG֢JRJDhb]fQcE"dk_8v=,mVԘ]fj-DZɪcqSZO)c"$jrUZ^ 2£-Y9}|ۋ7%j|?Ζ%>w9TQ*U cܥ;?-"ŏo|y* ?C(_*QKv~Ç?yO>|ѣG>zOFHGTD)g Uk1rlF" ϘET$bh&ڻr +՞߅F-Eʘ$iK+cr*vloruX%*rfx +MvzTZ7b SiJTMg/"T`' ;/^Ʀ/ֳʵheMJJswEUl”_ZbvDsssO+mhV)]QNiDo +n-HIqIJGfgz{9WvYUR#>͹W[h |߯Z)}X4R+Ovpy[`P"J ?g}[g//}??H(ly*Y!sEkH\-GTb6aE˽Mד0Kjdvv_<>{w;5ؒrT7rRy eAf|)ArDٟuGswF:5k֨__~JO_ޙ֕Rv3ѻ vdo [=r~.n]Qy򏜻_\X!4l%NK G)v'_|5k<~߿?.&-7f/~Wgsfz>}ٯ|+_җ/|yv +endstream +endobj +1116 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.984 741.747 266.958 756.746] +/A << /S /GoTo /D (Hfootnote.36) >> +>> endobj +1123 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [123.218 571.318 457.334 584.267] +/Subtype/Link/A<> +>> endobj +1129 0 obj << +/D [1127 0 R /XYZ 73.409 812.458 null] +>> endobj +321 0 obj << +/D [1127 0 R /XYZ 74.409 485.657 null] +>> endobj +1130 0 obj << +/D [1127 0 R /XYZ 297.638 448.604 null] +>> endobj +325 0 obj << +/D [1127 0 R /XYZ 74.409 211.037 null] +>> endobj +1131 0 obj << +/D [1127 0 R /XYZ 84.372 150.625 null] +>> endobj +1126 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F50 363 0 R /F76 494 0 R /F117 845 0 R /F48 362 0 R >> +/XObject << /Im14 1124 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1137 0 obj << +/Length 1643 +/Filter /FlateDecode +>> +stream +xڝWێ6}߯УD\^%o)[hPde[, JZ9h ֐px̐/ +,0F0E]}T"yFD2z&KO;aw>nøOkj2cdX2˘(xU-.7ǦbixIN0n>P܄ۦXMQ/*nDʄ_QF-b) T2sz-wM>/ 읅側yM_/jYF",hl ʹ~y(Ǽ*_0Up} ¼)X .-R,,CWU5_NЮ{N?쉄g{D! 4c]|E=SN%"\7v|N>XҤ3inm痗l~`kl.%\v/eHS+h<}U!r@:&upִoLɓ9wRP7 @1c\fSŦJs +O+}9toSb7by\ (x*ԫdLI_i_U(豏|$z> endobj +1125 0 obj << +/Type /XObject +/Subtype /Image +/Width 548 +/Height 597 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 42831 +/Filter /FlateDecode +>> +stream +xtGs=ݻ$ w :v(33ɶl"aHhXLh ߙ'4XF٩>tz+5euP5KV{KC[kc<i^)y +aѫS@ +߈ƚTF$k)H4U7"XSh$xQ'jX!~ ̇GJRTDȳ+:RB*&J*6Z*.F"*>vEU\EU"GJI 1Rrb쨔7*&?RFTEJ4EJtEJ JLEJEJ\EN+xvs3G%-kTbҳG%#gTc*R\6\^*11I +WRRR*55M҇+==C222)3+k'6W fVV_z)k>^\W<~$h\'o`җN? L +&#隂Dd`2S0+,L +&+Fd+oS0+L +&'E`rS0+*59>̱[ZpvriYI +M`Yݨ_3eF]̚+M79)q6q M&V6ī8-r{Rn  +:d& $a2`!4ؿ7\)*gd5ʅ¨ԤXc]3@.-ѺR%*AMC )>%LJbLPšd @bfȽ7\֞4P{E)V=zi`+@SuIU A.xX[[Rk}5Fn:醐$1> +155QU1B_phR)."v.")ɥɅ}B}=lm,, +.҃8 kkkkk^94ëW.bF[SWϡ Q?'H):IiJ`֔ 3.khhjkk5}׸:ihjbH\54>PzFKK;59#vQ!Y LKk"k*J]mr횙!b(T㟽[iS kkkk^ֽښӺBvoj|W |Mrަ^nByrO(hiIZZZгSt}dzWb X9Y)LZFtd(u4177e1i;Y}"Â%,++ W|вSii @FIVTdB*[[[kVэQvFb# gfJ+.r2SXL{;rYsv/ ))8-oog3Z 1B1^Z*ˑdf'bfÆ b 5u>3!>_ɻɞ._?+MBqB/WsU ~sk$vR3FR*Q3zSV2j 2c,'a a a a͋&''d*AEӡC`X30nYuEއ6|" !!!y+XCqhgϞ=w'$@KB)>B*Rv\FtJrPLS._-_ 9SR|ERhS2 G%6C9ZTN!VRjo)Cj~[T&WmcMMoZcKoZEcN75!x3B=v˾ \wuTtuU15 6eDDDDDD/E͝[ kkެ*X$ƂPbMa[jWK5?ie/ּEq! İkƲZ:ć3ᒳ'e9)U7b&fLRڼh,$MDDDX36xKNƾqrVVJNuQļk h][.U:a QsY \4T ujaQ@7bDDD5cԙ 4W_[F*~u![@YK"FNDDΪ;nߪ}Y`_V_+Dm-}=ip]TDtUcDXi:ƿ>i`US]oWu y-- sxjNb~WzӋ4Ʉ5C6ZDX@lLۮDSgYZYiPVVZB|ɢCbC+ +;*Q:וFDEG$E6^烀sk|0pP[6Dž*Pu"A ci]mOAS(>.9uUUDFLX#Z柞v+.,iYReNoei b~ˠYcA4R,duwT!qNw~U牑*l 4>64)!"m>hY& ;+3Œ=b5Pw7#m55?aq!A!jj<񻒌|ni>"^톛 ܐ;=z]g!%ٌox5<Uiyy^\\Hpϝ:6gƤYYq #" vjrtb|8v Z2zmiHO>+M-EXCXĒsGU|.WJ3SR##je-;tF&0^w{4Ƥ'gz` rqqpr +4@3Po[SmK`OHGAac|B z8`XsxQY;½V7aff=GaW.[]\l\0!3222HHhzָڛ秦svTZArt2G'z0%!z>Pquqtz1 5$?B,.ɂ+={eg"t aTpQDm0w̙397'7#p@ }?.*Yar&KB7&)d4iK 'ؑ`jgh^TkFpV%%4УM^vK_fkyBmmw7gCr!>}ꪋ`-sfO s$26ܵs32L G765cE`ȤNL +1c>_@PbH ˧j\Q?ѩDk> jxw ,HM${L9kxWYZi'QDD; r̠Hy*T/42}Y+PtöGT +%Q e}JR VNfCXCX35nNk[ #Տ?pEV\m޼Y:ncvjh%2]FSI_Q? ^4W 7 +ېOpem wo"|QqD@zjaP٣!iHzѣc?ׯuwwf*X^ r=x`'B[ٙG﹨rJMLm JYpu+P=}P[`w⅓5} jN<랕U\ne+jz:H<"kCN1:[ <74y@XtACXddpP-vx|GEC`8r1>xp1Hb۳g[rJԷĚ +p֬_R斲P7w*[8^_{$2`W&0ʪ"GK++CX#5FghC5ECXݷ}%ͭeREv`0H(4 } UWG9QsKT#&$k؀Raq&e0%!f ?w!؅))R7Ј ܳWIS"_DG rU=P`q>x=a/uhPBCC0OtI&@ `r~W"v JʔLmKX{aZ툟hӄq55#M>k`osA&OX7ҾFW=V fMŠnKgϟ}𞢒l1S3~CFxi„o__]oMJ7ۿgP֭;0$:u4Xezg, a_}R.[xim=rXji]ƸK.n(sLӤ3޻,U>sꕍVEG 27Eh?g?t5Ц}_FG˖-2pv0ոrnFEm5|0քy$ϧaꁃV^7|mJ،t5@C\yؾ;\d)p#qp4)Glܴ&.>gG®7lXMi@ 8#[?#7mZɶlYg5i6vt4ð-ovE__ <2?:'{6׶lY?/0:txסC\ݬ55U>#@}N=@Qh 'gs4jsAKK?O(~~PKgA4U˨SH{|&f0 ~VYX!B~Fk׭Tcc FJ&Hofaiyhbɓ0 +'M#Yc`V]S0a 9{Դ kLX^YPVe/X0 ~fԉ3\R==~7YْΝ76y +f٧+ݹ='7Gk93ݾ.ǓvFWҶ.g,:q@p'bHG,`XYsnZNܾ=Ji;7o\ho:qlfz䓇-McMh'c0Eb Wϛ?r8r9 LL}OFD7!5r_xgazbL }+WX1ƌSJqӧ4DEYV-OÈmD>p` \1"Y(2eV ={vF= !F)䓔v>T *EY5hk.G9xfŗaT +s΄jecawIww>Z?~8P ub@a9tfR\|˖/BGǏ&N?:)M`pܸ44Tk%K|чW^A7Dmc8{tD} \ɥHnJx5cQ55ٳ0΁Q50`8kk#s0? /]]53E{) X>(|?f%K#*@AJ89g-p; ьSP .';zӱ_`O,vodiiȬYh^dף}=u d1}WUΣ;<ݭ{ovvWvUꮙ5sy3?j~ʚ^Pf,D:`Fb5& LJ3gME\zHN /bH ,]QtѢ5<x_:qtPde~N fk#G1x5FEř`͔\,1qu8{4D '{eѬ>(q~̑Dzh<ljߟ8yV{Jp\]ѥXCcY~ΔӶ7_PI!EPzP'gYY=*+X^~/kaڴ0A1;7wA__G! ?AC#6!Gx#w}nbf~u7_IBK3a!@u6c.,\`6vO?DFPwjHTVBa'a^h5{kk(?@UfVeeD0(_5p&y'O^tAvN,a&Pa`25QTՔ;ta[;yf"Bw00#1 >1G04Ҙ7-zSaT|ʹ%K绺YS[lru>>͏u瘐G߲ymrbHEE3G:;*+$ ^iiN?.%)8VU^ MNfSJK!pf2G{S6}Oa +q7x׬,*bg1A@g?gC@J7jh^w/8qhhj]pa}u [24@C]v`lvvc$ /FY~Efv,Z@{a9 nv҅ΝXj!ajxף!=J07``ihwļhk&: ڞw'SC=̙J>}DEٰv( \z5.S` \KSʥP4:*+'Lw^%qڸq_~ag?sO@aa^SM:ջM t% "Hs- +`ZY;7tnY`0{||0KgvުrtVv* PÃ̬hcb!g*k Z.ehÆU_|7Q7/ k  }#+%V^ ;wnYx1LL$ *ia}}JJ ۤ +ckDABbhJm|EssN8 y@VW-\Kw [!pv̥%6)(@v3hVW7Wࠐ-F6iqh¢ DzzNiE]wJ&gϞmH?eD8C4:(0lx<*p\`<0> r7&}׍0M-0Aaܭa i X&>_\4V!;tx205QɨMNA4G ~abypG"o3r苲e"D-PLjD1d/[D( ;2DͣѦH,=ij֬钻CYTNIfshkX$!5kdf͍,I{ r^ʉE5*%տ( \R ÿmJ߆LR20qc0FYkэKICáLkbS[IJĊ5qI &3+BU)U{Jv&ttTvJ7U]5UvP m_rY;ܙP66X3ȡ)diS%j!ա6m^x|jgJdbÕX}+ܬxp a URV#5ĊR> knBSOf$RM:}Q'2bxke;N( C2,$k^5w4l*g>c= kd}j[QǛ3xH{0/FV]#0l8GWvƒR@qóz:!!yF֌MQ'Bw(x%K _9BּF,ΚC;)(::y^Gf͘үYX"gķ+"y:X#;fNS妡3,9G]{ǎ;$ok:a}o +0#l3'DETR jƎ( kJS@GRsf祗Pߠo!$-3mQ6W. ʲ&inGGi쬌}=#Ɣ<= kNvvv66^'ʎ(qH'"d w|ǘXYX8XRdogcC{Q0?^s{m$iذX_D#>91UHMDžU<; Fs.@cy.Ǟhbe08+͸R6濶DD*Çx pbA^a~Y(-+1'Ce\e|BHn"KrbDF6d"/Nq,YBѲh|:b&3]Pv m?_ٷ-=5mWr?0?&΅X_vAmX//01/+HHJ>DѯI=SCB}_z\\  w# 2L!m*w??JffA4Z)b{{&$¾K6󖋺3b{RbPLό"mD,>r% ]]CR$ +ny`q?M]^Y&:?-dRٲ }e:{:Y8#?N=P#[ƛ\ZetTX +> '7$əz!XiSzF]J_Z+Y\@`2LЅ)>VɷIez_LI z=W"f%+*;rtŋa*R9 _Gp:)!W[ 6'šwYΑUʥ]ԩs43ӃeJޯ8)S&AyA &}XĠ"LFO\šW2TE^LGGJ d9:c`hh3?qgU>:u*/(; $1s*(q{*)ߏU} ϟ5:k+hw_'N`Ά==:ǏGv=lmܴ_TvLrJ8qA? 4_)f% vׯg%ww_>t;ztɂڗIaqftyϘr!ɷ k~cA/@eMjjʰ1{D?uqi-]ھ}{BB]<Ϟ?y<|ͪS'bMll,l[ww++s K3333KKK#,,8*:411444@GG:8"+UȓN`Sc>nCV?64w|B0|QRrhBbpjZrq5k+)mqT3xgFDS?W >}2?Ϗ(…7]aK1ZFOC&ܷ֭O4:F#Z,/4G@ +Yf"ݷMW^FeN2X4k/(hQߥ 75r]C?ݤ~7.3pws΀:uRT_)v'mٺ֤vl5eD][]SU;o&&.q "#̤-[]3m#:hL!m9&b + t=g *,  Xr+`^vL?|lh@.d=s_DZZ kkn].lܴfϞmӧOQ!4sp4àkšw5p g@3&N|} ~n1;wmUڶ&sM͋8w3GJc///`&}/b%Xs%_H\ +89KgaFU]]57##ހĤku+i?qPGWmFZ\P9psA \a% 7mZϥg1[iM6 gؿ7]b g[),Z4oM1êK9\bD%,.LMtewGc̚5 71fL,%HʄQjfvC"[ry "vp0ݸqy@gU*)mt_ԧß&LDX׻w5.=77>-="=#hdeXY3SSI5edF]yh,үF`OO[UmbJ]/Κ,3J#"YL//w7Ag +sKGxyyVH&3"Ân5t@7y sw>xp>"gݻߖnKJJwnx6ԕͳz^WG,!"U:Zˤ"1vۈtjR ݋A X#7>"""""-b=a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a d }voFjouUk$"""y]ByC’~ ctWk$"""y mmĄeggJKJMp +*aKd , + ?y~btWk$"""ymkhy<޽;m¶߄z:* +Nv5ּ:tKO4|>9ܾUw䆣멕!콻Kr(LW{勗Vg58ӕձhiFGp᠑>7;691 / 7)ݾFnBMwn?PŒi~$g%JM +]l!vr&=tݛ78ݣ@SBVzԝlENe %qPQW35DDD55ёt:уζ_:&oUΔPC}ux'[|t/9ڛ?i+)ʴ0ϫjM77_bI!; Dn֘Gpz:͍2!k)aI ;oriCiS>+9-%Bjece$Zz?L()HH۷i"'cN-x`K_s5DDD5-D3gLA _oS'訝9u84T?Ѿ-ik^:}Bv?_t.xjgtuT3gϚ&eM q,239~tߑ#{͝yGj\9?wΌ";+qŊJO9t`gvvu+?.+3ȡ::-Z_SQIXCDDDX3X%=y)ܰ~n6mX=oS\x̩`S)裿9 ?/v6ƋνpD{Q䩓 w^`6ŚVZnHz 5#- +ذa՝7Ds<ܭ߉}Zr򔉭0ki\8w}AFdO H]\!!"""xKOܿ.>^vFoom͟7q„q>^^6."ּ3\ڣAǎ pA. ϒfe[GWcGzza1-]`cm{ܹ3k +{5_V=+ g}sfOVZٵUħ'kkk;*[KO kn. +>y`ccܻDˎS3Կwf|WX$[})"stZ`ceqê5n3gLtW YJ6$49ݽ)-'.=5|5Vk,sc҅V+W.f1[Z*.^8we/ $ڗ޽f2YMXCDDDX3X# K[di?޵E{fo-SNZbz5;5. iaS&O6'sSݮ* ?hɈk0m[CP.[r m˺u=J[P8o̦|l2/]O<Y3$UN4<3"""ƆgMKzkQwWkjNDDD4fuQ,,/e쳦IxvG_okk7{&DDDc_|.e6̐gDDDDcV=U7Ś~bMѥ3cY$ q $T%U5$=r{ЧrTPfcb'DDDD/:7I5[f>2~\|1G$ķ6xV + +*yUSū咑W)NϘSB*~mE}&;|ڟ>(T (5^1KxG-)XXr:%,(2`P0F̣M" Ø/AhGzܻU^V)I˓ a/U5l Oaqeǭ }t^hŸ~]Q74XX!gRasAGͻ++Fζʦ"'oO{'Y|ޗ#⫮䗗qx>-WiCl]<6{ڶUEH (3<A I.4߫8nL-iㆸns4ga1Ó +jalВZ1dԉCJMCVQw/VùX!>ϴ<_yIš3v 5.Ep̃my+ +ʌSaWM`%in,;`ʎ4` EVkP+::"UAӣk3 Aơr'ыF=WJbsـ^nִ5p/FC:n4H0>5p*k1{<@:F}JEgk9"d`N' a?o#xqC ʅHKPA$8T6߼!] qG%7a6 +C)ͼM9`l"""p܁ 7㿥kZJdo(9qx!Z,|-ߒ>#қ)QK(8Br5]OSR9<NDsn e4\*V&H, j|YNuss""""zmN 6nnoT5wqF` $Q+{{Y%^I@{Ep+hmm#"""zm*((d2YQ1Mohjii.kUNqOJo/kSdCN4_)k|]jD&25NuuuL&3''A<ݖ_eaE[6r^o)k])ܼArs5_nʗ˚Jbd"^TUUE&++îFA{&ߓ< kdlgLk|RTkp$32L>kUYX){3X𖲦'k]š/?a D1̞Gk^?;*ִ5p22Fg'u \SpeMow-tVWbhnIIjHF(nN4Mfl63^^^[lڣGkݴiU$??$7  o߾}v>PAIHH@ 0>>3FFF"H?00pH Q{UIMM nL*kdlXrūV.^jie9:}K[9=ٌܔr5e5`Mddpo h>R\ݾ~ٳ͞=}2Uz6#5¹OҸr>ɃfZ޽;J:߿?33O=''q\y{ηﻻI2$N 33lǖeIffAL,bK3S\]IƉH~[nݪn.P@x#Ghjj aΝ;uꔸ!U .,_\uYXk+.6G^/^4''3 +QKTd=UEIi|x,+eJ UWH-KR0-*E'>g8Tek\k^{Meywf޺c +ݵyqe7/\^plr&sBqAbvFdSC\SPXT]]=g|PEEEUUU_***/_| K?~%wwwL6ѣGܹ1m6|,zGk׮6m3TG8An0a2,tX-fV?>>>??ԩGWW~D t}@cc{CxZb$'2i^ȯ]`++y!rt `t1cFqq) b6,B;k,LCCClmذaʪU-FGj͉/ϟ"Aáxx yF*~隮rCΐf'dM6Q߸ IK7nX5rĐY"=[Az咐@Z[k|.ٽkILXlavk$Izى)D ׸о3im*V;2>] ekԘ1c3}2[۷m8/}zj]GC4¢ⲲÇ?f@?BC?yddd$2j''^{ aɓ'-:tY 'O4hׯ_GgxEԮ]0?ѣGFxVGݳgf!vVD8,&Ԑk`P101zKҸ8D11O>8"""$ge&?~믯\#߻w/u 0)-[~;Bȭ-ZEMii)A@p1Xaa?⃬qdX[v,Y"۷1 ݠؾ #1RW_=j:>4?ԐI+V^vڙ VK77fڢeK߼q~E}[7.ܾ>$cN k'9߷r70?ƢᚧCsu}ׯy q^''Ç4/]8#ڕSxLo̞5i×+?Ą(_|*L;?YW"""477G5JUHxt @̝;wĉ6m/ԏ?)F&::B:\"UgϞ| +qX 0&l5Ȁ0+/,¬!A'_<==ѧ:܊Epfaӧ0B>޽[\4dd:4ƣa2f -`OL`p< Q\ưuV8]Y/K?v+FdMM iB9), qLd^8wt9F& U3T>{ c,vF?5s)gϚ(yN}>g6jYGml/_ba>ҟ7e BCta&/mmzW!q@uqqQU"k@ NEEEݍ7"q㐀 -(~h +;vMRRjVleȑ!A>ӧOc$HĖ.$$$5d;3[xĖ(H3H]{ h9sIR$BK.EbfΜ kkkaÆAamGqk,,5u/^dl-OLnA-BWIjVX=>:;ٽeϮAhB==]Ug;[ϛr'P䕋U k߻w3Sq_,T|whxd#A7#L.^8C8pq-TI䘷nGᅧpMffَ;v) >߼yS71X>|xW^FTXI Q?h dz &bAy!QB"C+؄z`` طoqA% 2P NkRSS V|#4D"AK,RSSS䣏>R~ٳg`錸E%` `\x1r(QOcƌ#Bc>:vJ<] VXLoX&F|ݻ4l^qեǝ[ 25{ :Į3ܼ~NZc?xol%Vp>;w>11;ovlW߼i$-A#\ߋ9ϳO__d;Ujy~nwf>bBysRˍVXhƺ?`o?vj׮F.5jPwWNuvT>繾_d2q sssD(YAQXXtPUU5~x2 2 BDb\YY)~WmmjY D&SXq)FY{Uv1ib*DC,q@0`EEjD!)++ҍp`8mmm:[Akmm}t ݦ[1 Q#\PPNbaaaǏݻgH#|b"$%h'?5[ӤꈮIk0{YusS͋r V wtB~6$&&߹t道/SeUMksų\;vcfL,VV\٨O?V=ۺ(5eBR+t7BNWGCG06.0雮I*d kS9jDea w\IME:!T+ &()d_;MbRSR.7QJ_qK:|!"*)8>~~EJ7QGTe5]y*F|^NZ蚊R~Źv v9J]ByI-II\4Wu~+3G~vv9] it !Xׄo|DMQaqu 0S}s0~gk}y!)1UUJlꫳ!Fqsz?>y|kdU!R{K!]Ce@qaS9o׀RI aX;2˕wH!_yK'3%T'l\7*Tge%FC!/21D{夊K;"yNKHJLص/!|OB_S婆:y11pM~n*ҙotʬt _4#݄E$BHNB*B&;;Nee&K3zByMZXLiqrQABa~B^NBVfB$B%+#!7'!3#*<9π~\#ϋ~'&扒 !􊐊UMN +kI!}B!t !!!BBkBkB!t ]C!t ]C!tͫ隺LYW`G.[B ^!|In~8о<("Bk< MYz6j全%g$Wg6K`VyVC] &ifӨA=f[dYMYi[YmCV[یB׼JޔHsC\jgWWfVeHL̑ [q LNJoU#,! ie$G)Ғ䴂 ߈Tϐa)q =8?IUdL~]BO(*)/Mʌ̈ѩ=$B'쓕_ Yp*cF6yOSF0e\dRZnmuAG9ʊMף]R4k3qw|EYH6 ! ͅ|隧\"&$I5xHU%t嬻Xd=grk$E];93$e0`whY@)!qc-<]%eHS2qKDsq2]Ck^M(k'Ǥť㯴&P|dIIFl, *37_$*,ʈJNOKUy T+/ET}qkB]FnDy5c2Zd.Nq Zʕn(W˪"HJZA^jkEHnR4v7y|CB _} !k!5t !5t !5t ]C!t ]C!t ]C!k?8ڜ憂_ -Jk>=+#v/v^ܷWmB]C] +"""_AA!W^ ~ׯ,hםB9HkDp4_¿^'&yc%++Z[&;YYommQZZ(+kkkφ.IΈLO QnqAbUžd1e/ 汯ף* ꌚJ ^inqAB~N lLLssR߻̩{F1b铒(2i~GK)~aGڕӠQV#6{Ԑ@֦ƢcF (+%h kn(D z@3dCb'[(+>둗 v|U+VAWqLKz:+#B>d@WGefzAmuV}uQ#I > v~!n6~>;sbݱ"Z'Z¼x̢ GGtWb{ac*OGN  +pŊ}5jRBO?ykϣkk^-tUٵy)zW,uOwބݚ7[vvdksfO]h[32O}a}ۚdwTmnM-vpY3nX7{T,G>kpܜ8ksyV.\xNh܍_L Zby37|b1׮~טꆆljjU\\w`Yj6 qBW5Z{ 2xj|޳{ ԇ{jt±ǵz/'uWB._:>wٳ>ۮ~Lglp sǵ#yK `„9Y.I({J 5tͯ6/;s6|lЬ QʻB5Ǿ)i/o'=uK0?QZB{`S>ʪ6W]BUY:ڪKKLB~l83="05[TO[sIvfTZrpnVLa^_ܬHxeDjrHfz ֋}.糊깜u5憂M*ee&J#yE\NٲyqƎ2e<tn^ +sIcZsƂ , + RaG=Ӎ憢&y!jQQSqh-,:io)֭uUB"ŶsۚJy~ku~?c23 k^=˗-8qL Aq>9!IOW\lnzZEAhչr ,}pCK';CC<0[Ry<}tozCmL< BMYqJG[EeYڵ+0.MMoaLtvy*Ḯrl+f +ޏsc"u[^_~,Υkk^) dqêGV +G46ڻ}ɛ7]b;cۗwl۸m뗰 cgLiukx˕6^rɻU^ه>9|x$efr@'kƺӧ$9[sÇvٽ%6p%4-b۷n8wYS'ORö֬^bP}M֭_yxiUtל;wȑ#^^^+;o;nϝ=m]C]긦Bҙ/-ر]]dڹiϮ-pM07+zaz:0zys'#XX/{*3/W߯YZpP{ H_;yiixo"Q¢½`&9[ݽK @y3z&f/]8;o!?:*_whϟ?tɓ'wy}^&޽A;=zrMS 6]Ut t !t+uZW{ ߻kqضK33u\ULolRGܙÂXV YrOA_ښK@kSq3$)&P ?)7~-~9[n]f8#---[[:{. {SWtᘡ^_C]C(J~Go^9|𠠠_ˉ|]tn]hBb]ɓ绦"C + r!;BW5y&kk=yioojiiP嫻"6X_yĴJ#k5iIG{S[kKY1\몳Bߑ롦RXBB]CB]CB]CBk^kRSBeR֚B~zT曮+OCB!?8Izxx7] +ebbBy! 5OGZC!E!KABkBkB!t !O4 +! Ҽt yEpst'm|=vVN}6 xVlk ѹI!Ocaaihh$080(40( q{ʲk t 47,,,}DEE`S! =BӨАxOiyn~\qbOe]i:%.KQ imVyI2iMj y}NlSOw3]L,0);3*'3 7>gF ~vW89[o\?]{7ˊSR\]߱M (Ojj(SowMmDVknz7_6T2y*(Iu700*//cWgÇ>եZ1y}GR]T,/Al-{Qa[sI4eK oL[[[{{oFZU\8oN2~$ ykk*kzXpG/S׵OX`I V*F^R{f8s M򂇞AOe7#7[kg":߷,K{ |Y/I4>&F7Y֣kXXh VWW_jMLLZZZMiS97O第]y/booz r<=\ reE5Jg' [ +푳`pT̂A1.ԬZݘho.Q4Ц"v,?'HGb%AK,.Y3'[Y=%غNT$;~ܯN<.c@]W\FWuEY>vB]VlB94á}>8䎮aas[< e zŏM5$%!w0>6ƦU Nqy`!dF97doc`j|㑗Éc32%͜?w]jaYS--ל?wٻ{kfzb/vBOVYxnQABWg5rf`OaCD~>Ц,e г5w?!BBq@W,!^ EWϝ3 zW!(M;vF&F{݊1hi(639g@iS'x?t47Bֲ +ɡ%II O0s# qZ:;; RQQXmmmGG;+ko\W纓}IsܹkF&ծva5OZ{}٧kV/{ݷS֬^ ;&rW.pq=|hX~ +d=z.jqp471ެ_,61Xtlk*]#I C>RVYcmG d%=y?uGG{4{dЧ\KϽ{ў8qlnV ؿcU#\x +d<楧F[?zqVZI^uLnxڵ4ysgXZ8[uwTn޴ѽ]2Ckͺ+ۑ%܀J=KX @Iaw9xU_I}YfŘE,Z8'$[71(^BZncuLq?7 8¹ xڛKY ?{[]nF=z߃ww23B]Oi)wdZ]SeiaAU%'+BP\0* ՕaPӒConvM%()`^RUU^WR*JSS[K2"Ol_( 0Qy߳ܜ&&'?'P4>f+cg$1*iMvdbTG(S14++LkEa]0~ B'UB}歛UY6VOΜ:X^3}O?0vȥKjvVOO]vfq3n^?7g4e`l誕KN؏ Bg$wr#;D 莪Z|&(8C +״ޱ56uBW{EKcёCᔿ HOӚ8qm872f +"poB~?9۠ +-/GbkطgkG[w|AhOf&7'ckwV߰Z4wۻU誂k~|z~ w]XzcnjGBGN59 B=2ѣ=}SZ[=brcYcmnnCO+ 8fƻ=jrw&:8yKRϞ>G_?7+W.޶¼x7͵k}lM |3+/ZA͜1\Yc+Yxr.KR vij.&"ؑ;yPk&=ږ-_~2u/-?6[ű#{\SY629!.F5] +B7vq7B<  OG }}F^뮗뵲Zm,o#+YࡇxnV4Z+o*73aig`&<Bbc?ken61pMOGǖ.A^#ܺqoqdeWO_p|Z{>RoЧ+~ɍ;yb?VG'vg(^W,Y|l G&>&2@6=Z_MmԾ+'c|5۶nػg]-5C>$bX1s0f&7.C깡}{別RRb6m\plHH|$i^pBٙhbAh:eU#C!k7 ˮMKKpw3451ַddVV4ˋT8n&!% ~^Y 6`V%||ϲAكҢ$1SbegDN2~lζ/RUjbŲ#://IK莌IV剗%ysQa)f`lt\c  +xƄ:ڪ#}seY2Fi>,Y,MI L -ĘgΘ -bBkRy]IS[SVZZRVVZYYT_Q#^R +ğ‘шbQ@\$ i4nm*\ٻqڛKݜmƎ1e1wh#qPmJB{hBZ XP1_b%fQ cCDR|VlNFqerK7__Bk $i]n90,gDƁ,ȍCRBkq?T~ЍAQ"&`FCkBkB!t !!!BBkBkB!t ]C!t ]C!t ]C!ykZmLBȯ憂>3kJ + 23#2 !:ω 66](ˋ}[ĀBȯۺwf^Ն!#<]C!䇐w]C!CBk!5t !B]C!k!5BB!t ]C!!B5BB!t !!BBk!5t !B]CBk!5BB]C!!B5BB!t *!B]C!k!5BB!t ]C!!BB!t !B]CBk!5BB]C!!BB!t !!BBk!5t !B]C!k!5BB]C!!B5BB!t !!BBkB!t !B]CBk!5BB]C!Q%BBk!5t !B]C!k!5BB!!BBkB!t !B]CBk!5B]C!!B5BB!t !!BBk!5t !B]CBk!5BB]C!!B5BB!t ]C!!BBkB!t !B]CBk!5<BB!t !!BBk!5t !B]C!5BB!t ]C!!BBkB!t !Bk!5BB]C!!B5BB!t !!BBkB!t !B]CBk!5BB]C!k!5BB!t ]C!!BBkB!t !GB]C!!B5BB!t !!BBk!B]C!k!5BB!t ]C!!BB!t !B]CBk!5BB]C!!B5BB!t ]C!!BBkB!t !B]CBk!5t !B]C!k!5BB!t ]C!!BBk!5BB]C!!B5BB!t !BBk!5t !B]C!k!5BB!!BBkB!t !B]CBk!5BB]C!k!5Bkzz:lY]!AL':<;+>3=2KE!ɌNKӹu㧸Ͱ{v&&BHoLM ,M*whHmHA5!O)I6aSvH!|+?5Bȏ!BBk!J̔f7e}_V}_5M_Joa]gI"keJ#|B.q ҢZބ5/O`Ϟ}}ݫzRuc@$a>W\sqqsu蓸z;:֚tW ]CkB5  [wrzj]C]C^ATf:[ˀN imvkSjiKcX˺kM%ݢ0Bt( +11HeϺ ]CB׼Ѵ5dF03YRTR6vWKO n~Ad7H=00y}nxWZr8*4jPC+J}T5!tsDŅ[_¥KݽE.+ {8O9BO#_5Lo.[2P^#tW/X0YQf +BU `ֲFYA{K)OQYlRFz?*-Jz ,al+Үrb[S'5yr2n^obt]N9qBwmHNJ Ф; tl\9Zܼ{fA޺ x쬡&?74L'2m͛¤EwWuTƦ5JRKRƍd:'G3 \t/;{6$rB{XImH(F +h曯o%݇˞ܮs|QQkm+oXY%.j;0?YC,t~ to\Xx)~w?Mq~&TX(އ a)L~bA.NNP*Mf CY +ҖrZZ8gve*;|Byܘ)ǹ(aި|X4cOs5?CϛDz:[?M~@A5^ŋ~xN O-[ ٳ>jHqs釬O/ſt ͞Kξ՞5ҥKJM\~7칫ܳ9eKݧZ^mZWSzzEyٜԕ+)kqV5Iq][]&PpNɝC hPJd kYJ{/%7TW +C?/)*+鴷=bol?y+Y32dZ.H*ki.ikQݳ;f;tN}j޹ +y lٔ)|{@]݃Uw>uw6St囨- +EκQǯi4pe=;wlJ3Lq{FZKY3c{ 2d kYw8QX"(pE=7!O!O8q #MD3갰 =]:K/㲷:_'僮WHnvu4ħE=4d:)=.K9rBh kY-3=Ixv70?_Yd k^hS$:"MKħH㩐x8+Cl41 V7x+?W">&J8LmOkn9;mY8mzoi37Y> +stream +xytVU{-WŢ<&!ZVUjUV}ս{׺L"UUj8 dBd }6;|>"$}ֻgO9~>'G~- lJx2Vc߲ٕbcew|wl[}Oyc->g'[[`N4 =r*%;ixG~~5{ck/ڋk.Zw F?'//c߯y뛇/\K_y앯<~9mb_~_]Y}=_7+v?q/?ީi|߹7kho{=E{k/[C7m'O[qnϺ_Y/g^c϶ ž}uӢ9m1uۖ`m6v7زo>G/㗱?zi?s=a|iy얇cX}c+.oW|n`W~{ˊ~u^[=l{q_\n{݆eݎmw`{ENǞ_xU.{mO}]qz?/os$|)EǾko=vE=赯KؽJ~WGG?-Cڧb&fb2䗌m$>6Oͻi`l5gbo_]YǩE_6ok{B`7==^[fۃ[ [T[<\C]c25<^[o?/#;}l:V{lt{A;vw^˸S~$ݤoOycnrǏ=vE{ΟZnS5nֻvc>rO^<߲_zƾal-ƾi؊6xЗ=[o=clm,;{[]-Nns}a/e/Y +݃=fb_wڽ?s+܇}ث}엯~^s{mkc_^m~]&ߴOIr-κoe lacŠh~ O,;Vw*{mU5W4՗7,kTvpSڒlOOSO]{'l{{çNYӇV[G.}𞼚s]]t 'ç=\ݸiSRNUfYczI*N)W*Ce+WՔjUjVycV+oRN,WO,onqN]/rX\_&]>H)l۞m >H+H8AK|YI+=|p/1Ǐd+ꢑ奙Mўz?X(}iU_&]6-!ahD̴'MqA-u!pHDَפ񃫴0-"( %'94ӊOհ2?\RYAₔdYs!P\ZZYr.o ZEEżW8rܹٛ?NVg_h Vp,)J_V1sҢϯ3*{(͚1UsUTNF.X8Ҷ=tF@Їe3J03"s"cASK<{!ѳ熽3'H4'Hgx=19́ g;j%w %Hqa*́Nqb%!H&exxa]!ÏVf9=k֌qđB'7xI0svP@Lt{ ),tNlLBeY6**\ҔxZ5E3RqIT]PsR[hBgF\Q7mݞ>i羽"^*i6>켅KeUq|J*wOKQQagwC9fxETNc~pI*+ OxYиH.<ɨ9sL>3COMok#F(˚K2^ սMi%'~aQ |W =3k|^i3QiG|>y J\+ q_g8f,-n.p\A]5=%8&~8 UgHBg}r&za)7}wiݪ=;x{`c]nvȶVjpT ' EH?su=i%WW@¹Q I9Y/)93ep|J*#SV?*566mq<\L{pK4koG5GY _ܾm% 3G’я@FL"SܠT-Jʔϴ*ĸ~y/W.Rkd[KAAL{|~:.TށWpӤp0} +c'p݄o]]ڑ{1_ݖ3(ظ;'nܚIƬKYM! V$,傷Ty1Q]V|Ic{Q0%ґƿ`?/4Nxit5Zm8aj+WȠ\U7UϋǪ ˮaiKO&Ͽ++ݰqŻݱ'9T[_USuXMm -*HI'xɧZ/=n ֯_6mڴټySɓmmltvvW(F7jUB\U( +B1 +qP(/ݻy&bcӦMO?TGG^ +(u[limmbӧO/bR8yЋqĉ>,|SQڒg<9@YYٗ%x5hJPQQ|CGSN͟?nkhhnkTj*HЉ Cm%%%FJQxٳgK-))bܹs;Z >*v%nr&'' 3yyypo Ua vEvnr1f{xZK!9994jQdǷS m i `r~~>HCx9x:i$:ݶ(*)^^wu Cԡ +iii555;::"j*§qJoii)jډ'4Jb\\RTTđ#3!?am0_8CnwXD&>|x̙x$8G& 0>H +[[[q_)))()Fjqkfgz*!30>pH(UG(hݶ̂2SχkHvŋsB TRhLJz2֛i q$yW@ VM)0n\ {I!2 =1Bl xrģ8I_÷[å͆rUa<[Q<+DukKqTA;w|566xժUXb]㍫Xq0N?E֖R(^͟?LbZ[[Ef}+Wӱ2%^Om'W\իW:o|bc3f`wV< +WӖʠoY5kJJJi `tߠ K*bΊTRQr-uK+++F'6m\SOA>e-StO2-_XЪQVY)wikR(F9>7*WcxGP*U8DRUŘo~:b#&&??Ϟ=B1[7lX~U1w^S*tP zï}<y+ +ǮY&99w1"ZIlܸ'WӱU*B?4iRssCݍ41LBࡽ+Z-['?{T@vd-Ib@U,&p{WV[)Y{TyyyyϯFEE-e7Օ+WBr;r`ZCY'pX:VSjMM)y222` 1xN[ꖬ#sV|N'$tHVU֪8R{[(RRvoڴQ]Q~U3U݋M1V(WUBP*UBP*UrpoC}՝\9vWӱʷ0j޼yn*:/{WTY3\P[Ď uy`` 7] eww ,S[ ]_e/BЕQ__/K FΚݵ4[Ď!U>QѩbC{UΖ[h [lYrrrbb"H`>ϖ.\.Xmpgc#c5ZN2%,,KpaWdd{UX H/nyժU00$$Gm ;iNm&L HC]rN3icuرՑұ +WЀy]0}OZZZ0v2+Dl_z'T'^fu1Ցұd].//wpս*#,^}C<ɮF.᪣vG8dH(d[Ďc% ܵ^ aBxNFmFOF^2FK{ÌZv}Lq3C.}ǮwڵR*[ĎwVc7T322ggk 8dpxH.lEo((`J{ZZNv#pԨ[Ď )R8Or *S-2|}]Yp% L>k1q5ㄫ29!!Ჹ#V(W> r{]rUz$O8V]\U ls\RU쳛ԯ*F?^[im/.޴(W//S* +rU\X0uKS.oX*PtibUj\Oj+LEjS֜,JŪ꟎j$/| +NO­ٛ*VU XƭQ:vbeMJJ + W6bccCŪ!r?ddwbe.K &fިbU꟎1N@j6i53C*`:VQ2h"V^ttىuɰ2>ubU|0,+>n^4N<^A89qk0ǜbi*VUm#3Mykxk*{>bUOTʼj_UՍFâbիcU(W +BP(W +BP(W +BPE*>@UtuuTUC)s)W7WcJMhѢk׺գUPՑRu|㍫X>̧|+TSSSYYy9 ƳgϚ/M@JS3YfIX㇫~X#""JKKliww77թVh +EU)E}|gcE**?<<ն#ĉaUUհtpoɒ%e"aZT4/3=S$H7|31P8 'Qo%[j4PbV* +rUP* +rU\U* +rU\U( +rU1NpP(/ݻyԱ8NMMMvF#=Y _D_W=6mSOuvv%Pt'y?ϤYEE})kmmOn+ꢣSN͛7讻ҽS!N8e>城Ux-˖V}'sp¤$rJo.FEE|(HOǎm[izttt꟎Ur9 ,((HhѢ0{_W^^]522@||<"~;44t„ xo[)J꟎ս億rEe4)XTҢ鳹*đ+aQcd䘚NP:꟎'WENJT9IQ-õƒ4[>scl+-Ye +z)*yV"m~~h;\d@*`H_>s +cúْ!q"V5K#k̜9Svqޑ\xђ^1z~:VޒqĴ{avqxKdK\_B]&N]㙫-#o/.~et UBP(WUBP(WUBP(WUBP(W㖫"Ju8mRu?e*D 6;ʇ0pmRmпU(W/ƙ3gʎEEE˗/>yd@@l![*rAw_ŇN]]]}]+A\=OޢEDS |^eJ24SHvZrẍ5::ZաpZB{Uٝmvݱc /--0aBhhhmm-lkTTrUypU0̔ͪY"##SL !>,, 6UjtP@:9X{ZΝc'qFFʕ+B9fUُr"a/Yjjj)-zU(W3D*"V՟L{yyyIIIK.drX*,_;w6=Ӵ?ٷ?g2Y7ۿ{GRy9Kc;X ښsLdɒqk[;>,cH5$Rlv&n-Wfd0l!{%ˬ`#d[} 2v}v3g:qbS>"}gg C}4%"$&S{%ѪӧO{X{L^X9w&3kg +ڛD;{zz$,UOAf O76x933wr©̬]L޼-E y32vGG[<[|2%dk~A&7I)z3zf"ښvz޹6'¹;3Kd4 .#"y \MKXzggƻwT];:f` +Vfv@W.ȼbxOCe{O<[S}PV"/2eI90$ <_l%q9T ]Xy@rrӘxg: 8#Kc";M'-95@ioy]Lnɦ1C>{*>W +rU\U* +rU\U( +ňsV +D'W;;;\n +=gΜԯBiڊ+UB +BP(W +BP(W +BPu~uuuyqKQ;Hk yD ={/ϟ|eR _ۮc@ǔNcҙ3g5yc}}=1B^S'N lы4;}B65Vf,FN sS^ px.].WUUuww=zlmȻpBp + +kHl6|[׆q[w[O &H Hz0\T 9{رs?qDXT[[+5@]vwA W)` BBBL Ewd߹s''L2fܵb4s࠸2 ]?tICp^pE2L }&sEsVvM ;2Sfdd߄v9K/8F KJJ3ک%2dggő4SNX1?IQ9_psZ^^ર2%ls0RUb? ydFM$.|>ΖsN;w$LƯy3} +s ?33#j1:s9O)"G1YlӥLsxe?ס#][zRH(_s4*T 9oSST:lٲٳgXrDꟂUhH!}@fff||NCzRs5//:t<88X4V!!!-I#Uс2LC3wZ%ޖ|`U=ruDf͚%b2L`U=ruY-YvqdܗN ^UՑ*@9xajkk/QzRNUU* +W +BP(W +bpV +ɗpumP(?̙A*֮_U(JP* +rUP* +rUP* +UYfʬ4u޻h kA)_qŹ0S9..~eÑZeȽsU4nwQQѪU}.gVAOw⵺LQvg4{Aqk_9WFGG}*++dvn{UDF̢Ed?{?]x*b0aٲevK,---q $<a1"jqF#9RL۸(_1H/~ Y{^044TVnڵ+77wǎMdn+Yjkkҵ^X( /Xb$\fY eee? +/j/sDɓUę%Y ^x޻`Ĉ͈l2Y>Țd"(e1Lw8fc9% _@EIZ<yxg -K,셳yqv!ēFfZxȒ\$6mt%GfCmG3_ &2k~ +Xc@X{*5 2d {0w-+Z-mW7doW)WG9H+ +rU\U( +rU\U( +^ +rUP*?s蹆ґl\mCXlXȋD$ٲa- +&Cԟ|u\R/Ć[V@ > rՁcҡ0O+?100P>̦%" m4@.7Rr +SHtt={D41駟 |%^U.Nii)b paeV`]]]8чg%M||Om|_.љrΝ a5%,1٦|ܝX>NMM [bccE9rK\IIz (&[ڕB4p[[E} _^wlxT?4{MWҾ 9JL&L`.CI...up8^F8IsΘrl'wa2U\ak$oԞ-+9'!m8qh _WQQW^m$ISL & mL.פ9Ak*)0JI_lAh{9qh+Ij"u_([h<ʅ|3%33S&<5ʭG㔠6m\jJJJ }4WЕ"̘.JUn(C0H\N +> .1J^;GZ_,+U+,Wg" e ,?r)\%A0\z(jS. +砹1I̴ӡ5qb'f* +Ybĕdr\\nk\RQڿ_ \awHƭy%]"\u\([h<j Hi(~EBUԬ~Vz#W4#C,!V(E9:Lnmo*O*UrUP*z)cz)oBqayksKJJo /lܸqBqyf={)?m۶P\i9?_ۡ +endstream +endobj +1132 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [163.67 712.787 288.671 725.736] +/Subtype/Link/A<> +>> endobj +1140 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 698.342 100.007 711.29] +/Subtype/Link/A<> +>> endobj +1138 0 obj << +/D [1136 0 R /XYZ 73.409 812.458 null] +>> endobj +1139 0 obj << +/D [1136 0 R /XYZ 297.638 774.532 null] +>> endobj +1141 0 obj << +/D [1136 0 R /XYZ 297.638 441.78 null] +>> endobj +329 0 obj << +/D [1136 0 R /XYZ 74.409 377.563 null] +>> endobj +1135 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F76 494 0 R /F77 479 0 R /F72 473 0 R /F48 362 0 R >> +/XObject << /Im15 1125 0 R /Im16 1133 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1145 0 obj << +/Length 380 +/Filter /FlateDecode +>> +stream +xڕRn0 9m:muvfPJE*`/C ɞ(HF@ +B/du^ؕ.ѬN5iq_yA]'X1 +#PDK1'|5=}dq7 +b=x٘rUuynf.b?y'Z O@2hn̷lF|7@l,juj.] E~ve*Z~%!VP܊1gK&kVU9*.ͪte[8! F:9D/Jq$o}8'Gq4uo.dC開݅ͦ u\ +endstream +endobj +1144 0 obj << +/Type /Page +/Contents 1145 0 R +/Resources 1143 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1149 0 R +>> endobj +1134 0 obj << +/Type /XObject +/Subtype /Image +/Width 750 +/Height 725 +/BitsPerComponent 8 +/ColorSpace [/Indexed /DeviceRGB 255 1150 0 R] +/Length 16626 +/Filter /FlateDecode +>> +stream +xOlWae>4(e;NrδnGVӞExVc,9!9DX6K@"Uڪ:iC=Kn`ԧHEsx[Wbob"~{TbZoWVV:o A⚹}iZ\zy>[5eݽzi=_1 +j?o,Qrnkz͑+/u̧ܭս/Fxn_vb:.~wUk{fNw:^iQ tҼ/~{_'Y_>Vn j`G9vU7؆?U0vWW'}1 ,EŹnϯE~0856iطM_q}ǯ~oq;U3>Wm>&Ϣru!5Qi_xhp$KiNJJ$K"C{v9,\`>*A`΅a>-cWidɲ¸H.-ݧvhi7۷< mFN`,ìv~0;nn!ѾTt%:>j:5{z iã]^}Ήe =.CC>-`0D3<}gg|nuӬ@;hO/(?av)6q=q{aќoţ]v'pCd +s3ߝigZ\T vTAZ:e@;hh>}ӑx;6Lk{4b*gٚA;h0,\'7#@{i 1Aԃ :c(iOV@;4M ~qO~ڡӾ{I eGnVf1e?O:.R6 1vmhg4.W{W or5#viwmk]^b9(uRSv#M(uSFW0dN l{F7m%ov#!/ShL>J;;-^7+UGnڏE J!!BNsg)1BiwQ!);+iv~:@=e7Em d =y;ZD{)w-kÒy X= t>8rݻJ$RfV,EݍaGhVdJ=Lk_o\)n,RH&LhF2%K-]F!-a=ܤu+1rp3Ta!7F0Hn hgHF+[wXF2A]whWgLo`Y_oLPhPfi7{svnҾڡN `7lov(Eg1>FFFtov.A\@'@"hp#D) 80(&}ܵkw=ۍRs+;*vZP\ڕw}qk}#[֤ h M(RT5sv(رw~8iD/RѪZ=_;?tTZMM_7U'`,}᱇쓶nj'ofJ(eF:^ѾD*0XxlŽnn{G4ޯ1.^5-kbѾR~iSF/,cۤԱmƮ4uVG4'MX:՜˜qf~3WG#Ckki.5uS=qĘS'6ъI[J +b ]KmbJ8o{"93%p,a ? v/ɣGw'>9[;GՙmBu$#cy~_KKvVܣG|쏌V>i_XX0X7n ΍\.ړK!ujn¾=TJ-{@ˁ}Sta E T=]pavߒ-kOYcY <1tޅܹ?l҂N{؍b4H-ˠ쎿?]ˠ}h7.{J;{^5 wS؍cc|{hהۗO=+R)m똧gFmj}K؍B)ݤMC^P@UYSx +Ҟ#ŁAA;vvLew CÏx!r2 ёЎFh?rioԿjCi]f۷Τ2MC5vo:̃.(!moN@sN:^f +gȅC=ucw9;H;!]ngX^X<}P`'loO۴MI)i۽)2Y'& l&'՘֣a΢!wvLzݿ=Hp=lhOi$vf +/ϗgsfvPKN?t0]ña {+Ht +3n'Zv.zkS +p qSsv¾?>hpOݚ;փ RM]د;IȚ#!krԂ\vU]I[e99?*{_{7H;Ju"?Q)ɵFӥI#XDɸmOTkAGPjis9+mO%Ҷk\bhzI6r:#JwʶO~&ip`J%?a ڡ+$wQ;}ӗds`Jp yls`Y40Xh О9!֍A ϝpŲ>SO;3wk('h٥};A{i+x w ?0 馝;̴,IvM~=[1 +[H8-/9@~@I_6F;$FÃF{=4<~&Cij,b^0ZZe@.a3L{N?hB.{vk0ž~vCpbvJA{{] ߴ;N4v xоg@{_i{_tx{A; ۀnesHgt×niw3q; h+v6G{/~K"OM~@"n9H_H&Zۓ߾UwZno\KuTj E{Ӱ^98~bes>,H!: .)ɧ8◣}(i40tiG6hhg[ThKy错>K^=x#7zr 48ۄt১=.lY#9Z)ʤ'v5Hhm<9 lNtެE2^64SOЭmmkTJPe=>sWlhi:ܧ,^K9AjxV$n64贻_w'>Z+'ZH¦O/v(gF:vQ@Ug0TQUigh RͦEU;F[Gwxz>_:~h7yoW%]8ӴFQ$zApGI}AHJI,TZ U=ҞW{""|7aR|4nnWV%vO>a*z.Lcm8B[;ӁvPw4MmLwgLtmҩv+zkjfRi*vvMB;c~vߔdޮɽ#D"pkv xIJ%m^:q:0ò9,u57SUvCCZ<ډvSVjH&vC*ڤ#),VZwfw/_^/ilas+C=4#T7@;h\T"4^%MYɴh **Je| UM4[]>{gtwmmH=R,CaҮ)P.M^B]]4]RgfgL.ON\!ziz$rRCh0"Fn۔jSa?TG=:mhrr/B+UJeO$8 0h׌MScT^0'LNN^;vy}RJY5ä=4#נj~@|*h6Gss_d4w)$i]oꛛ9h'8޾87wÌd Oi@Ѯ6eM؛A{fi9sǧ/gaLʙ67V*h,7K{]]oF0IOZqNj{ـKu]5pi^ɤ=k&CzKzd ܛε D2 +,8ԊHF@`iPs ;^J}Jl;N{ dh6:wpRKQ8Ξ nɀC}!pn>Xw`hgGB =(/RK{֓>`ZyV9PvhnWWl)u}h踓.(3M{~{Thfs,]ڳ~0`KM˳9ZW>xA ¾3^0 p&.hm- =n~ګ[`"K%b<>I 7".PZ+$槏/$pjq2>TBZvCCJ +%v߲%6h|x\.f![Jv(Kc'Ó'~w;&l5?)h~1i~k_ӊeļTB1` dXG?hvJsjshF=nvS_^/ `T6H;ڶ*JľG@;ho.?vsoCмTeVU%O,%dBh?vɓ'&rۡӟz{0/5v!#U$pUn dO s'':}y^yoڅp`j^~ROق}rtGM-G9'R$󧆤\(ڟ= MNڸ, =T)큖%*$qTk=viW2y-> %gXd &۱¨E41VTC_=Ka^)3&84-zN leK;r/Q<cD. >]E$$Av(ʹiKǕ(vj3%ٻx1fVjX$ Оt_hv-Wz4ݠ=v(ȴvnEU-g4 H8MM]zTQ{N~"x;h``|fvv]jEK%~Lz5IvnRY\,jy%Όy;ʩRI ~V2=>΃*kjnS= YjTi"G+(mhǘܾMZ-1{n3H{h^*} LԐ^XҮ0Kiɥ=Uh|^=Nf Ԏy)ٴMSwKvκHFAefFbiƷ"P5o? =3󹍜O{h/Pe+U Qڍ=a@LۭlYgUHbX:nn 2KFC5%vh1?qXjLۚ_^v(QiwN-I>NJY6AmWZ]]byv4&ey-\fh/!3wfc]*0I=۽a.(>^>wі:z8d3XIIױE{fM>zo/7Yu|ҞvyK%W{ٻOooZB\AވB{:ZFGhB@P/~ +{@{^BhYmiF2ҞH'ZZxh﫣bz `#8G1 \;lVjX$Vjhx>הδW>*. o4:׶1HV&-_xߏ$Gu*z*zkv6  }şiJESM;0*YMWP(3*/jPR7,/5vW+[VwXJƷSZtեKUKR)_tENA;ԓs>[WR@Bdsn'evYm*)B+5ndK;U16鐗J{^KiloW +3)͂Nj/~\A;䥒^9/튥8w?g=hO;]=R^j"%ε<ԛ=O(829M,ϟ6t]-Ā7.^ک=3?MWVY*?*NuoܰY*Oh)t3gZ, k+/^hz'څgڃ?޺ҳI{uދEOWnn9ڝc쳾S←]u2z+3[ 08'du`M|"mvޝƥ}Ӏ}O;*vj$ڙW)pw[V<ϟ7t*݋GkI2Tv)%l{6vCu#ѷ"*hmnLoW ]o+R)oήahٞ.-(ΈɦdE{CO=K@{#Ahl$6.elKB{4oGݥ,>pXu@,6SR Tb F̺Kipɢ?ٴ7'lNhOXuŢ +Tb 9ud с*J\C^w+ FCDK= ޮ܋_wIVXP:%@{ +hRCZwoҁ,S@;0rsݥn4H==}wG;. (jm]YH10Rnv>jZƦ}+ SC{fرc%%gU'j>Ac <0n=jОoj?{~췿f>Ыm+9D_0О$o/k95@Ue10A;h9WUIokl6hoD*J%6GͦKg2I^R?nTf-.)3ܧvBpA[+1io65Ǿ!u`p͉XDYLnGHKڭԆ}'E|VT˕󛆱#|olLF;h +va9О<ڭWB;wL!7>SJ<7ccFuIv~;ڶsjc,iv fXߞ׿N[=@p$I *h?hه*K>%8nzx3U͇V8)Ct_Z=Dx&0jt ko=p74L z 6 e n7qq]ZUU_K]0i=ʈ_[VYbK٣m/\ '`ŏ$_Qhq-UKǦ٤r@ kCUCiW]]lF{X4>:se&nl;܉pV +vgĊdjנ_~=4i^:!h@{h933B1ic?)A{h7+qhWm1j6K^sdKѲ@;h. ؛Ɯx tݔzK@'nQ񍱱r' S bvk}XhO#?ƌүR]GM٠] SG{Qt'Uc).ӬH;mh~:u2K!ML tKl^ y > #y ޞ6KVx#~-o/陦=Cuvx{(Ȑe3ŧiGL}=^2ܝeaM< ChoĤTr2osbCsLs|G':شwzwvrTx{hOv$ƦiХR>$,~]F;J dJͯƦߚz+jg ++$@o?s +>;+8 I#G:V%F$YI`=5RK[oݢߊČerK\xo?k_'JNc]]zБ~{[G".rv "D~JiWIG>V.}k1u&֑eTU}e`tX/i?r#8#.1ˉ喈@~@gMwwR,#o9D\ҿ٦b`T=;3X߮LxLd0IhW,!nn߭gZFQSn楮М!7(:hgUq7{{|~K^qKr$q{_PN{,+rW<ݹ@;9L Nڽ[ڣ_1K'?Ap크t!HOBWpaJl)W^vqK(&QT/BX]:1ɿǠ}#ܿ4V=H{ 샷'`|Ұ]G2+Y?hXj5eXܻg'!DHgbDž LQ;ڣkMr$|T,jVowX)|+<߾aZo?Ds9e#Vw}05ujoNM@B;IDzy}ݓ4Sh=NƠ}߫OB \HHkxU2A{RglRShƓĤ}K*! TyDbR +(ZD| +dWyY;?;=;ȬuE"/59ǎOS?x3^VLܟA{n]j\TVWWZvi4%{ؿ9^u]kQT OK j֭zǷz]v-o3h0DVx +L$H ڷN>ykߖA{&[0D;M-G^Ǣ}}-vfAju蜱zl:*a +Y ^h^h';}2꺭R4B2DK{kۚBI^y}׌FS߮˗+F۩_ -O Ţh\:Y׵sA=Uޮ|r]}Q,5(I^^2>^^K5i787huR"ϊ;eE$Sgv$Ǣ]tɀaRڃH=^UU3kRBّRc_^^d^pTYpO Zb$'>va^3Thg\$x{*zVV +z&i10Civ^*V&oaڳ+RQw{q2=v$Sil@,4J4i?>>y 怷9 x{*ixq;]ٹcީ,x/~F-ڛZ%X]xjNQ*j&2S{A|>3N6 WձZkuLv 2gϞ +xMNj&Z-#tB{ktu߬ԃiۗabbyul3*߬WTR{'OoL}Q>RY)R^v.si1d7/2{ⲻ{ҽ}域Tv[nP.i'"P iAc&ˆPF^kf#x{?zt2So)_/ŧX=dcgsPe[++ +hOէOo%4!U+[vTyxWad5RI#}ѾXʞ@ + LHK8(ff~f-Km&TD4aV*e/8Vj|Wʳgϊfۭg9n@.35vc߮>ցt6PT^ּ=1Ao={v\תjE-ebqo5s]oQah2To޼?*:h2:=}f pώvΞmϞX],~;gϾcо2_Y֕w9u꿬moO;?rꕿ<{Ϟ͗8h#~w\ũiC&ޞ~~B7ne&^(oO:x7"3Gٳ}߸*z;buAjY1gϞz|p 3M{=!o}/ w?57/L}p;}+ƍYg- r+5#8Z9gvZ97q +٦]F])gF7W" ޞq!x;h٥}mƍ]Dx{iϭ,fƝ;w>XIgv}܍oS:o47 +[{OAޞRsr--\_Ϣ?5 LzI I:B[|͞@lg==d[f#rJ;sS"M)o;s5x˼dܵ~D_~XC)o3x3BE5=c[ns=v^ظDJE| *Ф&-L_#%b1KHDrhpMLKUB{۪}_RgILZT+qJA$dzu1%k'WTbEzÿaAh5hO.hg:ОPڡ +vA;hǢ@;hhhhO%8|@{i.]"=XM>8s?G$6ܺ$>ħ]v01Fz$ILCz$6AҮ1#sQIg'%x4z/zV|2>8+qwϼa%ޢ+Dw1qzCg Eco1E^'ɮE;߽l9`]s>f6H7·{JhVkCO1X7hvwCVA .Z\Tؼkm#rqs5M+o@`R484#HFOH(4A&N {G&io L1W\7nx&ф=s3\]"}ӏPh +9K=HIvA;hv>aJ{vA;hvA;h=gA;hO 4@;h$RA;h*|r0qv%SD{p.6s:4y{`1 +vОZʼn:ήA{Z!R=%=LK~̢9IfWRA;hvA;hvA{ j}@A;hvA;hvA;h@;h@{iRPi8svP#A;hvA;hvvvvv#=FI; |Ghnf?-^NzA]t2E;ɢ}AoO$;>S(NZ:}-0;/xOK^g'- &#иwޏojGDgkk!a!LN3 h?HFBdEVjeYDkS/]Z%w7s G]>Q <<{^܀RW΢_N_:ίBG;>FR``H#~qs Bi@{2igp.5R.䴓Gʽ] =p퉥xF#G2avvzThdP ړJu'\8>l'/=GƷw7)ηR#G2l6@F@UNd1?t0hk$~@;hWH=:l>Xc hO6o@}Оn7;$H+tv}ԃTx{q[dÁ;N!m^C;a/1>Cv/qE՘}Ks㻈5{vl<|h%Zj=Z&%%^ui]o 2+j**@BGGx8tv'Cd8#|CG2Zw J 4UY[-&%Tvny)9M>ڍyR!vЎq2vA;hCCCCCvA;hvA;hhhhhhh"ޝa{L{tivk{&hvA;h=Ŵ❀vО vB@;hO ~9vОi]P;WVNVԘ@;h?t;ގv/(-BHhi]*vОH6-A{[\E5i>D2=+=\{ J4p@;hǵTA;hvA;hA{7=J.^ ^9{'!A;hvA;hvvvv'kJ@;v!A@;v!Ch A@;!Ch A@;v!Ch@;v!Ch A@;vvCh A@;v!Ch@;v!Ch A@;vh A@;v!Ch A!Ch A@;v!!A@;v!Ch A!Ch A@;v!C@;v!Ch A@;vCh A@;v!Ch@E; @;408G +endstream +endobj +1150 0 obj << +/Length 443 +/Filter /FlateDecode +>> +stream +x%R!Q\@`0(LqUX<4n™O4!YwmRq~0E!.!MzK*3MǾl0>Ξ|Fx2Ll6rnf^V+|pwb7x}}y,͊nnVn蚇EXUEZUˢ,˪ a +>qF{^,GzW: _GyW93 /8&yEo*aǷ?Q-#yɌ@+$ +ZIDRF"%-D!)Ls TQh(&Uڢ˅D[tj I!(B岋(xeoPF;p5^ -BN2z !^B%*#_4Z M"zEL:jv~?t:r^o;=<|A }3?\7 +endstream +endobj +1142 0 obj << +/Type /XObject +/Subtype /Image +/Width 863 +/Height 721 +/BitsPerComponent 8 +/ColorSpace [/Indexed /DeviceRGB 255 1151 0 R] +/Length 9848 +/Filter /FlateDecode +>> +stream +xQ:eY>߹Ūe:H8$( +IqNBE @$1>8V^8}2߭Ojk{yiW^*?!/䅼[+?UDťL,D zZZ(LR[?E_y}z67"y]5y&~pS*] DƖ0Q` +b%Wk]Sݶ +UVXa&3Mʹxjw u׵n6^R ~%yiU^;y%+\.yyK_Twb6]2I灼qCZnmơii>hh b:n {Qi32i?U3 {j +@^i߂y /@^ :\U`whnzB^yߖV" /Y^翷--v-=E@^Ty~O*',/W8/,VCFLy]3U_u>jQ9)__`gyƫ~ByMZ*>ޱȫԪ~WV_O=alr/ɫdQ$V+ӏkP^?'uOqIyaesE%ɫ5V^[뼬6/yN_j{W㯿 +ն?Ql@^W2\u=w>T{}.0Mī{wjtڑ{}jSa "oyzV^8uVݏEyeDׯkgEQz#/8ƽ.6 *^ 5XjnyY*sN@,y/t}_}{`j*$_Ӣ_d{_<%|>G^q9^~ƪ:}:l[3 +^&ІWkC^^wɫQֽ>uq߭N_] uV]{)us=6izTh(;חMDY"޽W.aL#&ńyO3 m>.,鬠b{WYe`^%Ɍ /8P^^]cj|:b곲O2:ؖ%eFs$/ JZW@(2^'A^_#H4E-W&Fawyuni%^^p +U'}<} ,"f-|j[ur{ "/x&yS!޶Vڵy%ծ% n- / y,vg +p ;Uy,pC `Gy5N `Oy5 y /䅼F$/sb e ,έImʫ-G:=jf7N~kͼT#iU TmlZ+uq [u`ٺ?]^ͼVjOn_fy,S|5)5.HV +&E䭰3ӕGW:\">w2F\%4ʋFjd%rS] ʫj{^Y=<$J buոaX^{!gq/ؒe"/Sn? +zdEyߧ;mI^~ܽFU֥P8aU!v,@m6ιnuvFdPqv>zO ڜD"q+qoUڂw}_]҅Rz@Un_Od*p+Q^?W~k^9 @^ y@^ y /@^ y / y /@^ ȋ9M^l4~wyOS:m뙙4G<(?#n^d}HOm^#Zy%yך"/*I9|d?% /xyy,iT"//O܋H0+WҫY wC[XyiH^RԞZaI5EwH}^> + ҳKrDtJ9WtSf* +pY?j>-rKħ'8t!%rJsj` 5&/|%؞@Ip{ ҂GVy8=-Vi7D^}<%y-6 CٽևTlwqnW ceṘMҨ-{~i..W0d`4Ѝt^S+VCrCC- \&?0:`KmD47V1r9఑C8{{^ p/{^ p/p/ p/  i)5gy^Z/*}&Un7?8_s䁋"̳Rɫ⃹^ǻ}(x VqNx%e_^> x{)8]}& {h^NM81E}|/GW'yWY ȓ B*Q1Ev&SM%yyVyIʂǹ'U6쐅0ޕZbߪ4aV{u}|f?n PcWgjlK )^{^^{{^{^^{!/ @]{{^{^^Z..QeElV4t^߽KJe>w({Ɋ4Bz5'ÊʤZT^mo:J^%½kq(;ȱ8T;˫4A^+z#CY?@^.Ձv}6;޴tV00^ p{q}/p/ p/Wv/s/p{.K{^kE^R݇<{QͽvB]G8̽฾^+Cט ^Tu%X~|[mIk4vuGW.ݹQ{];*j%)o>_򁎦hQ5L|s7[8>Oۛt~rEW "70!f6*eߴR\!(%?~W| CvA-~倧{mieٸCsTݽtR#DUȻq@zZܻ>N^%*o'//^_KQν0 RogD^K] SHuwW^cZw/.1y!M A +䕜sye}z,/-#7G?zIZ\^䶇:uܠ˥ҏҵ=dh'k-C;Zha!+>9PoS؆9|2vFS5{xP{{qV8\k/:txd"?N;kP;69d(oAtwLV\_e/Qq@^G^ĺ|:}M-l>kMk|¢k%ss-WFYIߌdoRx.iuqwTr_曊K}Wmݍ(]yJ~W6ƇfGkP^Jzw}W:2gW&V?wXoڥWW 5wTϻnw+%58\ޙDw/ r7 WW%y&/vy^tqXdSt}]0֫~^L^K@^4uRo.\/I5(-?eJOj YS۵7?kmh#BskuROG>d62iQQϗ j#zuyK ^ݽp/p/ p/  p/{^ p/{^o^7ӧ)Vo-9S^ 嶭 'w8{xQ1s8^s(1U,I]>Q%js\qǼ[.x{cCt Ahږ +"tqĕD^q+g-XN]!oW{vVP%U8`i "c +"Kuq^R# Cg`{̟Ey)OE{:*y8OW)Jn+ l%8J)l)U(Η b%48z-M8ΑoW74DЏl۸]Qq|0<ݥ4cc'pЃ18L9^g$k6Cwp/ p/ B^p/ @]{{^{^^{{^{^^p/ u-Z..Q]s7/)L_7kL9kͼ^?4 nq]җO$9ݫwL^뷂KW%(W]O *DQ{=4*/!yw&bY^VTۏ^CCAơ;rP^ lҴ+z؁̰4ȫXGB^%y;~Mgޮqf`޺jou/~T8̽฾^+C8ʽPQzI/^Zн^p{. y^p\ p/  ݋ykL^.R mId{oOw pa=́=ym @kK;C+ޘޣ8Ug6V%ү'-KM:.+!\6БPQF4_ˡ +|^ A~lwSwǩ%'O}?{JLƂ\ҧ/w#g)/FQyc]Js}} _+)Ǫ}1y%訏˟>_˽[uy)kqʀU^I8Lơȭ$x^}itI^zkqMpVϦ+u]twtnƊ7֕c&Yi-Q2uCs4q*KC6Z2Vݾo5c AS64#W^ۨD|D{֓Ge~c(Gf0O7^^{{^{^^{qlpQ.xF,WfZdM;^T>;KnQ3&½qՁw<+XZ+%2l };Au76A>qy8N*>nR)sb.MiϽ* njզAG[W.`)S)e 'V +sV䥍2sSp%Rsr4XYN^%oi{ay%2aCũ΄ }^kQ^i\5yeW{eq_+*f%y½v%'T^$rW8$bxh]\NAjSԆB_>&>o&uqpP5_<N'}6ҴYza鳖~xI++-p"/Ip/  p/p/ p/ ȫ7ѽ,'kЀ@^ (y]'kA^פ..p@KC y8R^F^ݽ*/1jt kfI^} 8=нf^%y yŽay yͽfV%V½.q}/F:nЖw/Wm{{UNg MxwuwQ7M.CFZ8\ ch͂f|"XE^ڳʖ*fO#R5IyZRyU5vi"r2 +kFEy!/xyq]ڛjNMewޤK +j-蚟;4PW*E]^^jyШ{}čQe-’g!/xBy]mtjz'޽48H^ +'WUW}miLJh:`2#CukymW O^Lk/5봻PpyUu//-V] Jd6paWp"/xG$ +endstream +endobj +1151 0 obj << +/Length 443 +/Filter /FlateDecode +>> +stream +x%R!Q\@`0(LqUX<4n™O4!YwmRq~0E!.!MzK*3MǾl0>Ξ|Fx2Ll6rnf^V+|pwb7x}}y,͊nnVn蚇EXUEZUˢ,˪ a +>qF{^,GzW: _GyW93 /8&yEo*aǷ?Q-#yɌ@+$ +ZIDRF"%-D!)Ls TQh(&Uڢ˅D[tj I!(B岋(xeoPF;p5^ -BN2z !^B%*#_4Z M"zEL:jv~?t:r^o;=<|A }3?\7 +endstream +endobj +1146 0 obj << +/D [1144 0 R /XYZ 73.409 812.458 null] +>> endobj +1147 0 obj << +/D [1144 0 R /XYZ 74.409 778.955 null] +>> endobj +1148 0 obj << +/D [1144 0 R /XYZ 74.409 447.557 null] +>> endobj +1143 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R >> +/XObject << /Im17 1134 0 R /Im18 1142 0 R >> +/ProcSet [ /PDF /Text /ImageC /ImageI ] +>> endobj +1156 0 obj << +/Length 1244 +/Filter /FlateDecode +>> +stream +xW_o6а h")@R4]us;؊eʒ!Mw'R +l/Dxڣ/{^c1Jɽ僗(X2%1,3wњ]F2右e#T,[S[vcPCUUkWi,yUW!BzL!F_rI}A,8?LƮcVxJ^c.oP0n=d*Kjcx7Yf5.ni,*]"ڐB?wuѦE;;,!>SelT +'·SJʂ?iRPY#WMCYU[͔CwUӾ0|UUdK(dD8u@&+9M⾒+E}".XjO[Y{aLf_970Ks@Hz' Qzښo +n]KYhƃh]a 2I"8]MTYAB}LBb_}tg(ǹvcozNl$`X c-S8?)l$71~wƝ:Fn?:!i[s_u}QX$ٴ +A"zv\\N$ BIvWN-lj:jgi> endobj +1152 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [243.701 343.173 521.862 356.122] +/Subtype/Link/A<> +>> endobj +1158 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 328.728 297.319 341.676] +/Subtype/Link/A<> +>> endobj +1157 0 obj << +/D [1155 0 R /XYZ 73.409 812.458 null] +>> endobj +333 0 obj << +/D [1155 0 R /XYZ 74.409 312.239 null] +>> endobj +1154 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F50 363 0 R /F76 494 0 R /F117 845 0 R /F78 480 0 R /F48 362 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1163 0 obj << +/Length 544 +/Filter /FlateDecode +>> +stream +xڕTKs0Wh`EZln@ S=8I<$VHJ=SX+vȚ0iƞp DC5~Ψ^_Rr ragcȗ QlPP +H3 JDAIxh KQMӻ_홂x[~ =R9Kd/8ZXjfb,a(nz/6<zc}D@\ý Y|b40\ZȨ0BBOWhf"r'3F.BLi^D_^IcW&J^uu 2T)WoQeM׬`[}ߠ$i'UkE>r4Džq.~ R c֮TJkZ +]Ŧom]:݇fJДK?r +ʄ@W]VoSr"j? ;6/Ҍr8"ɑ8Wʍ7 NFM5= +endstream +endobj +1162 0 obj << +/Type /Page +/Contents 1163 0 R +/Resources 1161 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1149 0 R +>> endobj +1153 0 obj << +/Type /XObject +/Subtype /Image +/Width 598 +/Height 455 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 102523 +/Filter /FlateDecode +>> +stream +xTZS朙3$3Lz{1c޻""*XQ)Rl ػ&ɜ9{yYuk߻WB֣nUoͿ7beyY3ܷ4;8;{t̾](of ^~LUߙ Ood +1;U_WTg?I d&gToF[?1O}tC:ܭ3ݐO./-x̸d\P$&(2GaAQd\\ +>.{#> iAl_ Fiöy`% yA: µ::! +:;xEh"@Z+T*Êt ʈ"UxIWAIPGT%UT: QĞh;;'/h/KK(/+ܟ@L L'RɕCɕÉFFR*GRV`գtѴ-ZMZX]V311D8nRxfxz$~"90 |$ Sh4 t +f&;dsfyټ9 o8ißϯT+\T'\oZ]‰!4/S_S;^S~Okr2qMw#1Br?;r5?67Cc|cwfk1][}9?jV:~Οph۝>pd'Т30A8}.ms|gOw~míN_u{6pj@&~}mno{}z{!ȿWv}}ߏw}_';\g?.:|2hɠN|"p)@ІS?x6déMC,{Eoba[.;Xˑ? TK[/FlRK.Fl2;FrkѻF赨bv^ubcv_u3f=7vߌ V[vU&=p7n;I鸛t~I냔=v^;(ǘ~}z !ǰ`Î=I;~R?cO'O#NOE}Igd28 qYg3W9g u9 1#s&&灚f]4;l}s 4:rZxhfs{"U֫߰ɻnwE׬s.1m8/c/[v(a;os"CmNw +/[]]:>p)~Bn:s}WWC^rݮSG Izx> z^O<ˀ].[fe}w3? l[>/[b@3 +=G^!'冁Pڳ $0ExqBiXIhA jPiH0:AUAUFP,VU[[1cl~>iW%`SvLb'XI` SP,2wq]R@ӸIk(YN!+f)?~or3c-dުNn㝿lyOw8؁mt6كSo^:5G{of[_Qmrxb{\M= ^2CR@^ +j">3?I; ) 7@<dƱziG 2=I7)쿟r)ʌF@4@ܲzU{>k:yy1<9i>)g`O݋e3qw,)D y̒&}D}}rLw̱ѕW,s8d"2X .4IbHJxn\G5™A8~NPxӡ}=gB eLXЕp۩}eE=0aQBxNpߕЍAzAzUȍȳ5h,}XV$J)h2+7/O-gDFTBqN2>A + +VD&12KZ@z\QPU=/$ա29 +g'BAI x1,O'XǀcXFZD՘E0lb,V`%"$#S;GkBP 6>VRa\)BU)*9n0^>D'',WEѕ~&d<]'+̆<绦5t..iP82-CB } +|l +oɮTzDYh€,iV% Ȇ?G(" "zJ8䉖0{I~+;#+ ̓緅֠|( +>+b>1HQA/(,%*#K |$*c]Qe4IWMPG`N," ]du\*TON$wS_'W֛NmJF "{( R*| E2Vڌd6X*kNִLf3GsҦqNL.[F@+"fYMɨYEkR裼Yb:CQ%')$s $ 5b8Y h8=O89Rl}ДSORC9I=ؙ'g N."ߎSᎫ1wxx0] ?0܁E=#Ssw\c)Sd\z/f%lKL0p+sʿl &2uKs][1 C #zSMX} gdulS_1ЃԴ@`Q|6:|kmxs68f=27L"h⪪ps5|H+OXTLOڗGiTkÖK}SzlqQAtv]iO܉ 5` +Xy*8#]zˡ632fViRiGs_TZsŶOk0wWrTi P1Lf)%E6*" Vիѳ\jk@6?2.)ϧk2!,m.o蚙_F4c)mS>$cI&\R+UNl şMlmh?gUx^[*;;3'jp[" Y,h&mfn".1P;(~H0Iba8!p{z&@x hQPd嫠IJ`%^p,0Q% "`|lQ254=CW(O-m^댊N/$8EJj4u4Hk*W(K:R0 &;4 Qؿ2P҄0rgrESEȒL +AU"1vdUwDA{!_;?=KP;SU)e*ES!eJLM'TXʩK-W(zOc0\4vLK"3{S+S(݈>\/7? RŚY֩ =^5\澾 ' K˯F* +z +uZ3DhW^3dxl22X!UCr_V3BL6!F34q~xr^w/hfV JEDLk@0YWNQZH9,\|RR*[M@ f @ <&tț~KqبPXrܝ7s)q&>s]n q7"3ш߂=ejEx ͂.N_~=6>f؏w8Mg۔D4=$G:GgV2d־8&OM.a˪axD1?p7.$M̮)$]Iz+BH\6PV-YG-oxwG|ou^m '7 , x 3pRK/gȹb/x}s֯ۤ"BS+RTq#I]()y$_6;k~}7A×y ]ZcO78qynBRV+Q.GJ+Mj0]$=ERbU KЕ=d1h,( ?EYM`X;^GfIty*աdf$⊻UN׶#=T)BeL]<7$"ʽ++D/C;hM~|HT*m_}wAV;S|I_R[]T25!m.~fGQZ* x'ӆ3%Ur?>=G؇7JdF;$lO4p$Mp$IhkT˕u "3Ylqo}!R+U1N/8DV^ĞyUVQVҟS* AFOzz@3ʫh2̂I5``[T-ojl\mtO_:kM lI@>(jN[#MmnU.\ΑlL,/qk3e]mʾ:;7]r 4zׅ($1:UZ`RM+jJ1KFӊ(ډ$*ze%3< g|=7-,{˜i7]tA_>dT*e*;{',J*M(>5D8%ՙךE^l{,T`w8-lp, +}2ֱn0[%JEȺڦg5a~H@Amd5Ӵz G6;SϢt(&k5st"yw&SͤD +-C35a +Xw)C5bHM`#r|XBx9جSGA }`Wv4tGW&&T0*X#/D_1A+h|!q'GF&eN,޶úP瞣-ljnӮy?2uaZl6o%vlr(Ԛ4|ck4-"e6!e 8j /)7$4!]2!ն]=a{}g/Dze!Sc]_)?.g*ΚIdm񧍲sʤ.q48k\zQSJ@2NY"+FUƛv/_2 "Gꅪ6 4 +,4d6Qyщ9^XJ9bm'ǻ A6v_- 2:$} 8Z+yPГ"5v!= (I5YFV/EJoxXס\H.othV}\y04.WkIG>F!40ENgdςhbhly0$fiU0ϖJq=M}#3 xW:w~i7 F&eI+b_I ur4/ L$I,2Gb2U:<| [قFmYˤabZ3 BG60=,]S Wn`5mC*b,M35R1UONTɦ 3Ym֡ezG5.,,oS(GPم,bNLw&W03 + (~[Pe] 2NR&QVg@Rnfj[)  B@3`U}*y!>g-۶nFgcS$w]sN(t+)T>\Wujf +S'lYɞhcWߩnkU'Q}ڋO&?Mk2yj_-,,5GB3:Uj}[J?w +#J- +A@7]6CԷqvOc/GkG>=W|DQlH3ܷ82;<[;8Af7w $RQYM[ K6SY5*DUnO +% % w:6vHb~,gwhgA#5]nh&-V z{Gf[@JZ'3{Ffj: E2/mÖN,6|X$GAeW*1򎕗"p- ['b +[8}cSKYFQҮ)"j힔Al>MXSdta["@1",T>Q2^K\^,`gU/U8bgwhbfI10#/jf=3+(zwfAL-y`3ɪ4j˗D:Vٳ0 =sG@z6)@sAI{䋢/*f&0uHWN^&BLbE"eU7RR??9B-)+ 2C>U"Uplpbm ELӠ-N(@lɆƗh-S yGgV xI߼|pA2kN]R.׏d 'W;A[_̮p ӯdٜipZ gƞr2{9OIRΞ98tC=m_=wnVQH4 +ì47x0*k۷m%e&F9 `)P%jmM//}$tM"aE$ψ |3zuo:˩l9SzI}tpW p,իW&;6ǿls .Fr\x.`G"഍'Si9׍Ӿ=M2ߋIw !l87 8[N z6DD^NNgz7\ORAZ LҘmqHƉIeM>`hp&t(qW^|:dX qX$#3 it#ςuB?J L2rͳ/Fs"ɩXS8 9lt?UG \3A OD 3t6(! +=(Y /2sKE^ >p xɢOydQ=Xj.н4lC!jaB=Yw؆ps&"nu1<)Mk]\zLOK;G+49䂋ܲ¢IBbPZMC/lqPaZVG p̞6m*7m6ȵE Qp̪V7v7)IܡV-bHG~Aʫ2p ws9>JQhz_hQWHKp:1DUH#PNH1J 50fN7ix)4c6.dwL[ƹUqytt,Ц`!z*Jg*\ t0fN7̱3Uō-sjTmP=Kilj-O&d} |`P {98,[(Ng'馞EF\<+ln׿ntp_{H{z`r{[~wO[]>WߵG>tڣ~m-i<~}k1x} ɠyAl:Cʺ֟Ouo㙐o8O'a&|'H9x/zpp_IZ>/2t܋#zÏӆȃ!Ճ4<4Sqϐcg##N>C{e6 U#Λ@6B1ʺdsEqCH@xIM9ga-rZ3Pw$I {5 f9s:k6{NE׬qsX3"w +;_]_q*fX) +8߰-x\|˩}M\Kco;? "K$<$}Cn:T? >"u)RbK~U!zʞx >p/{K~]ȫ{90O*RyVU<%W u@YXQp?h"4 +σ+ҌB5ATZȚU/B"jL:"E($F,hIxu860 [Cy2j;Sxâ7z `#C!n#4|PK %vIz!E[fZ!@sYRo)̄&`}RlF%ʒ4s[0-X_Nskik seaAְ k ŷLXAg0-)A~NV=t*"EeDqgQNPjUBE|:;!H 䞸XrwL:[֓L)j彀J_2?ܗ\9HW A~XP?rxPr` +mIJ'%Ci#i6XhjF2 j: =QEucHEY(xfu:NaO`y(_50řp'9S9) 3͛O`{ٜƙ\T5P2_ ]vņx'G|hs Ę@ldHBLXTX nXB ` H +򁁑6ds5XZ@uX{B?t: uVMkxS_5ݟ6ؾU`h//oJnvzw79͐mmuVmwp;]^NN ux'{Ox~F~|P#}P/W|:/~}~ 쾁p7 bwG =w4cA? }ů;d(k? +?OAׅgWK񑐞p6*!6^x1jy T|9ZW@uUt-Rxw\~]W㺮=i'0FP#~ͤ=)P5N;){zSAx߃PcOo'C?I?u<dyyI1})33YMsNq.~_r P)i'\.qMKEWqC%hs4=瑀v@ᴮT!怷@{#^\j`1Ǚ8e Lk_+Q1;F: wkwN'7I0Iki=fM%7M|d@0-<4Ozd"*A&eeEu*0O,SX=4Ugu20}[ho +3K7إ! x=hd|i0rDMFΙ/ N/\ )m4vCMSW m6uCgYn72s2{d{d㉱f V^Koaソ˲t^~~̚azVTwꪬ,67!"L8LAxHBHBHƒ$1+@4)^g}w[HPxջWË)jx"?d"ԅ#<!a/ {QOd^66PFaqa5D55E7F$6G$)2^Bs8KlδKjE&*v/9*dhiHW)D&&̤ij2OmJǤŐitd3IF~>b< )M3' ٝOXOsϲ2rXrYDH)e>'wJJ_p㋸Bd8E|'R~\?+++XڕXARRQR2 +˄)T!̈_US)i)Uݩ$$ZL摊ȟiTV4FNRf$$EI&ZIf4AY#ͬf4HeY iNCov}ovADACfrɴ77fy^So^s?(i+2VP? hDI!"*j'6d]QNd)w(ۆ;A%1*)#3eT.gyH9s3* d*AJ6IJf=^ə*D5 +9j'DGdjxj2|U]HSS uiPS' 4ȀN5 +&6 +ԽokL5L5-}dj3y$]R&$d*ӷfڐi#&f(c63nX=vU9"uWMc-,;j,$Jode& R + +cwgV_'2y,o+Qk鎟o;IFtBmqtr3U-2JwaB JfjݑW7k,== gY6S W-yvEK{%"c&3{[giqԝLGS+ʢ-Jd]X G dL;RO'p +Κ'ȸNtl4Ϲoۣ̚а)AR,m[4;kvtv.Ddi#ݳpGeLJfʲ6HJMV^YoY{gL?Uō^Žy)N t0 A[ԩQ{]u~MUiPy!t4aI95rDL$E?n%VP 4 AGSN̰D+’#C,-MO@A-*ECh&Ժ+fO ~b-a7K^ҏv\u_rûi/q1 2}GFb@ 4::vА7op{_>NN|h\R8p'Ot./KYp/*9*k}Qy}9µ>?>"QtnV<-G0%09w1;kME'dlX8#ݨa:MwGMRFY PlaTMƷ{~}bǵ5y.~TDLR&52l؂U,ֻ{jUko_%;X>GՂ|R/,.#9yÇ(.`2j˲|; :Wϟ=t,n16VgBCeb|QIA*\ݹ_4ELP;W}E޽auDE92022 u<ˠ7]V +y-N~c":x⒂'k*r=95y_'qFȉQb[]$o\ƻ'yIP67;.&:dx<''OQM)hÈ7/_>Cl@@.ŝՁ/ P[^@@ Jhn.>tdG2hU. +[>NX /?kC]LyC{;uY46M.2isCC>?n؍?Ve4DEvl?yZXX'$"o\ktھmmß!swn[[nTgj2urYs? ͌AG}.t`VI‚|< fiq"66"41t11.$&(..T51x_xhs+哇UUQwRc=n9wdn?>~爻7|/ˏ q#ͫaA,FӪsZVӓr~VRc@ND`]~ͩsC="0EnfݻgN jL1`Vfl`媪2yq. {43p͢zfg4~'a(: F-(:yUf{ƀ3-!6}2#_"9{Hjsžz9EE9Y :Wlϣ1QLKSIdI [t;L̈pTAnrqǾ{p"5VÓJ}zʫv0uLwo47 +j+sr7Y ^D߻=|XZ玦tdć6L;.zhZ4JinnftT#x|2WEuTb;lĀʥʊȈ]ܡ~؝e}CBܮVxW1QCWION<\]C kܧ"Z[JO#23C?gu=~kze;mVsVo9v ՘X9wnh萰4snz8HyyEcYQ\GS'}"bJBbm\9|ǿOWpnK#bENw=2 +Y7ګU0~{sg:9Oߠ{_W&!o{_~܊{мzҊT Y[ݾ=bRS,Ez?q*nYQQzGU;?lŁcC١y* O{o`M{f_֞r뇯oZJ]?<]ߋ+nQ4$lTɷB,oy~ڽ7_w=?=gCZLj늗%/yK?!r2fFҺRΔFѶ^P#o7*}[wZoڟe RjV?kGh],KN ތHfjy~LLKT$dS呒TDVʞm'[Uܻ4<59V h@ĀF㑪=YY[ݾ欯N_N:m_TNjz4;L'UkJ;bT'JjO938"p ҍբYi)uʝڦ^$[gޝOVvU|֨^Vi6rN;j]6k~f|~~|~fl~n̝Βa~{F}+agt#mK iJ7sX(rפ'U=CÂQG}ʤayL9ֽ]6erbd:v{e+˫Wq?F8m 6f2LMq cJnX]) ͬ^YVrX- z}gG(jkYO{ĀIhnR#{'<TGF so~Uyq~dl{VM,^%IzQҌ8y2n" H߉5,Tx?֏[w'w=U-mhhsa!CwfuS}:^?%εՅ^㮷Q"*Sn$nD/ ՂtSNtM؁ձՑD$dnk~܊v#i* .1&nnV?*ƌáq8'֐!^{pX.ǟhr97!f*zRF.!uS{ޫa'Lscs!umVUP]+ +uUѱju, gV=0m&ɺ@ 岯 +Y2o/9VMFBԱ؈ʃ•ʊe%.me3rXKT0̭áFt[஭M5HHvakD'D?e +2OU#Ķ,;kzI +V2:D DBlWEui6Q[l*9yu^,ͲYx啷 S }%SX+V0箶fҞtǚBT U5V2edǪ'dme1$kL`dQ5&ƕyp0.Vb,`w\7:ﶉy0@Ha0ѡ%!3+f7krFNޞeهeywַQHEհh+'pe*&'7DN|9Ze:pVsc@=ub N0k(bv~vr͓kl\<2*X&^5C|/ujݮ3̍egttԚ%%bBgGFϷ9-WkTmnU3^wVH]i4u9'd[TpZʪr m!f^p==e +|1:ZfըYsG]K #62$$e WSС!bTYVԥEN~$OZ_JHJ|877ɣ' u?~x-~'#R%%<+}8=sxNvBfӮC]\848(pZu7/ t_-.NqI !!fq~sMAąQ58csKK“E4O-Ώ@s!8Cs&}h[]U21&Q*%jӊndԎ˴C[nho + 3#g6ꛟ!0R >=N2;} z\fXvu^;ٿ4?::(i@:jݤpAh uVS't tNgs`4 u u^$:;us#C‚lV7WwvfXLCxUU1ȸTK1"fK0 P FtDZ&6 gkyahˆ.H: IO7jibñ- m+c>2ԥQJ4*H{Q5?w h''bHITx?߼tvO 2oRMĀB`JFJR.hogTR>0\ܬ^!K:%iVVznzWz1 K/V^U~}V_ODdo3UF)h.KO{_{aWk ߠŅi翺yZzK&fЕ_ !w)eN飅c#ԤYq#o 4k_ƺv|yqzK +/_8I$TZzҒ̱aaqa3 C.qplJ}|rWU0;2^^9ZZ[}Nk sIAJBC<0W5.ɊpNv $ʲꜜ⢜6Z \wSCygg;`(68USWw'zv+~[& lj ;g[ZP>絩ƥҒv}}9r\RX'6֗WUWJP^P8hJOOnF}}Tdv6@1T֨dܺ^ ~af$ohd6IŬ!QTX_VʠDԉ>l_]YTSY45Vvݝ@@WU4ZM}m)t`TrۀDmuX24djQV=kW t1M:b, +؄n\ hmmӌ BVgRNe`++UZ0S -M Օ\v+6 #"eK9*E ,>؝j}= âU"Ղ)Ud2Kr{;;1 eL0< g8j*<>>O^sH6HRY}O`kmLEO=b9=꺪rbhR+a$ͬARRRh666ke/_<|0$RR#iȞ2];f!æ-K1wn^3"QIYu êe?\h>{HXH@vFlbb;Nh8 [kgtxB 8jW$鈶j:5FzD%:&aJ+ꢃUWSJos[;ZTTEoGxK $ 先=,LJ RV %lrm~~G[}Ks5ڲM^^AAD@q\볭զe@ل=*-CLGrࢍK2(5:$0q&jkJ!l*K T *.΅Fx52hP d`~"j#ر.~;pi†O QNJnM0j C#SWS]e%#lQ0 fsX%(1}2@Pku!]s؜3tkPV*aO*]0:V: *䵯ىoD"0gƺ84Ht[d2̴^)^ ,`Ze=,;C; r̥ϠvfnWW'9섋eb~],h߽"'aVS}*9!+-//@W^^^RRCmH^bb_TXןTW'I1k"*xmuѰL>jF;kX;BIeXV|~1==@QwWԖƒ+" G߻ M.\Bڃ!@砀~fZogMQ|QxXPWfz칳'0bzߵ6{aalpr-+y/VEyfBc5 *2++&%ũ@یOp9M/诒F3 B>ـM 0 AV {~P0g)` 1"^+' pKsC +|c@1y6Sr>"&`TUY ڀ+nh(Gpu`I9NF. 28(D8+a94}e^: cZYO=R繅v+uꖱ:eZRn_.-%Rրw5(:V}&lv|[s`tTsQ1",a3Leks#_q+]9++Jv&"BYqvlDE6?;Y`Q5֍24?7q>8{ڕn ]u. Doa%q捫AxȖ66kp#c#blfh4ZXWOI9ک~4ry?_ItZs~zX:lSqisݩwʁQ CfZ@ uT}FM$d 6=}4qw%ՕŊU^.i"]dlX${0nˠ7;혠!#=^.'-Z8p 5`u0wVd4"C89+f"*v#" 暝D$E?<:81VӏPmhHaT1ꌬY]UbdP)@:usC%I-im-=jyn `-1(v hL6& _Ina/&% +͍Uˋ +x0z؋bG +ܯ(8.T$UrFq3w\ +zeln( u `޷}Gí6f] &zC~뵓0N¬M1 +_/^2sk#>N}+_[yO|''a6g F% ;Bm&9N< y8GFtX'Gb0cԄs&x¹f2/8֗*}CQ߲qj_z}yuònɣ˫.چ0nWUsužfr][wEGOMJ+J؜N*;Vl + +mոfvXVaźBef7bDt94%@GTF˼!<ٕyTgŲLyb[D}Z1/RszÀ:( hmٲdu.CXmę|a1$?qaźHG+ žDujࢭF'X̨rH1CV[۪`s&ZkXģ[Qp c!F̂2Gg[h>|2$DX PFJ[]|y-),Ln_5⧙`%:6PhKV@[CE*@B[_B* OX3禚Z[IF7!PO[Rr( *F|Ȃxpq|2hhV2T+J;"c# +15 RNL{ƭDW\>8kz +iϓ",>,uGYN˜ׄj9"~5cA?V3y{[{$ͤ + wolu: ws =ܐG(xkkAr*d="2[~FYwx6Ik!Gor;tQr#)vׄ0rcWMyH<*6b+DR,"3 yg+Q)ހ;*rlYCn-|7ݚO7G\Gڥ֞LfGm9wHi{0Kw@ösZwd€۬=w5_p#$5N{nk{Sso[mKFTua^3{\[\[rs=DG6ܜVoڔ}Yod KJ{XS,FԞ1 \9YVT6z}]pN)=)r^3\I; cihVqϷu|TLcS?I} Kg$vȼ=mZ+K] 3%Nqa8jGq +$rMeZ[_ ?H^rKB1Px6x<~GGǺs}pƝ857Cf#g#(3[7co'_>*=;HODҧ*?w~,^綃=~bn]X1=7O¬;%ID"H鎟XomXO-w< 8Qx|LLebD|TŒ+##]C +RٳEkzC#׿4YsάAO^,ǷoD[ }~i]״ڧn'QWAG7/ᑢdYILM%civR$fewmZuV`^~'awl0.urdNT3vnfhq~DYaVŹ)WTIZVn~-kɃexGVozo9y*֯W| A I4<(]y/ߣHvҴRΔx$HҺg++Yrqzl0ϓD\7Hg-y /kO9ߏ6 ^s?GM,z *]?i5~ˬkv%>"`Riw!M;=ZxT[ (Ճwn لF2/y*()^>j3:XS,;:DZZN1 NJĚ+f hܡ~Ip~v{XM!{zw]]DVz 9)a c%ev;&X~ǞH|a"C}jVCiw7 +Ӄ%O1(k}: cN6ZZZjL<)0h5V2vjk--SK7VEM UoM-Z_oZ[R72,r9gTJIKd_9[v&Zj* +WmZCMڽ>*&5>V8f4o7+N{V(+\\Yj%bVScvڵT0WcK<%o` uUU{ylvl ]j)Ez~KC]lVvbV{=dOyT-ϏpXYݬ1MK+U +'JAcN۔ըBjZ3ڮc[Q\sD?cnp_$'yƶ.֡gKfV'0\PLg2Y C,aۙ&j[yfnW@5w h,6b:7SA<ФH-(褓ETjK5ܕnvT+*xmn[OO'HtjC4r-NV=XU`s++ "&ӁQ`8dkv!6ז0xkoab]^׷4enX(j`-~˖`C*SFX-#o)%Ϲ޶' 6!{"1m Z&!Ha{YBib6>bvm%5[١+\YhuZ(д\ Ϣ 2'5}zyI^mvm=|.CU:,+Oh,eʴDia=Okq~R ٴ+'LC?& ֜3(GMoqvBяVǞ ȯ6:e%C P^YQNK:_{^TtpgϢn12<^]TO$ E@YTWB35ELL?phEx&xp}(FlQQQPY^+c%H"efe'FGt Z[Zzpehpښ|QrrѪ0U"c' QGHHt@[ +Zi%-6  Bhm$:#[i*+sBS`ܸ؇[hPHI#ģ>[\'74e@tH [mY rfV@Hh&' ŠI0`]S[ +b@w`( ytYEvgg +1:JYJ2p^ atZ[pڢ' H`^T +JK3*-C{UQ ,HgffutR3&uuEx#eVġ> eSWcDsJN.apbZ h]aݒ,5%S~Y= ᥟ2:9Lw- +fSKsӃB#tzU[kŨ"彬!Co]!J? OyуPJu h٣f:E[[  I;LJE}lƂV;6"4,fjnfpwrpx?ӧQR߿|݈I}aB£X6zL*̭vm&UUH{X؜بgf%\xڵ aA^>|1mo,p~n`ӵDi.yÇwBo!JL|ܵ)sod΁{OK{g?/7n\=DI);j + ~H_^MiB¢T61k닡ʪ"yN6t_244(exF-$\F("E/n\rY^ʳ!X݊Ep~ޡC_`+۫ +ӁS rB0ODScbG^;aaADLn3CB*rgнS9 ,W՘ Lc_Aƒ6Mx,NU)~,9뗮]%.x,_?~>9Oe& ?xT^AJUU. R]@[h֚~9Eo_;x/fd\6{BT?˘BLv}Ď$*`[A_PS#7wxObm 篯Ι6@k q勧3LGÃoE޻GGEF'" S_{VCwmX^w\\f[W?|?DN|nANҝn\hDW_xnh ½u+>n;U1)` G_…/>zt׮g> ^W6="I\AYwܒsNqϩ̸# 䅓'یTFx'd[]-ǎƩTҰРÇ_~̱Ǐ#n߾]pa'=w?N"a)0 +D;ա]t>C|ۿN8ܹc@(B**OQ(G-rFx,* c\|_}~p?y { #S~''OLό?yȱ㇞> +8q؄G0KgBn|_|/ݎ |W_-6AxM+lv55ki'Xϟ;r?HHx?y_?_'%|˻w>=y?<}< tP^9 +0ωچ"{HT6b@ڤ69s@*c9qؗ99Y9I}{4lu +^a7%`!q;|_~6cЈZ'FlkqI}}wWIA02źqڳ熋,0W*c^vpm[d/\g|IK +Hz^}{1ߐ-z濗 +^^nw,-©&&={N"n wֵS}-$ߏx/W/uV Fee{r9M7|]7o_?y#eo)OWL/,|0&dyq̲U\"\&b@M=`2'7^phd%]/*O9sw zn!;$>iB!_xr\كָtBO-eWa_ lm)C_&?<v!Y/̹cGqx`/{$Ƀg Wco{\P/ ?pLj>'_=`rbu _898$\= Þ>{4!!bSqp$/ +)I|J%CzGYrߊ[jHJwᤦ$Y/KsUI߫g!L@?w}I?ؙQx˗t0-eIhWR;귒G{-;Ywg-kyYwg}׊/]NL]1lIA*0+5564{Q*i[Kj*r"nh'rh8mvm,2YuϟFi4}eds9}Qˀ7\t& /5>ٌ~U:)G Ho{:^8}0B' ֭kOD?÷,*8qagonl +غ#fݷHu9rˢԧϣR +/\<{Ѓ38yn Fg핫gkl,A* >Vk|TR^}=˧ +Ξ=9I +>s, 6UttHZ*cJy~(/*N<|]V>WݍJM{A=[טz}";:@eDs +| h|peC+g"t67b4 vSKz@sDa{ő޹wwgc6Fc#^};3ӣWKjon$!@ {W +}Qx(oL(P +ĉ9__~';_}/82%y{ca\p߆~WE.[hXFTo!` =\rNrJ9|n^v7)9n'/v1>1^8PIN|#Z$`aA+pgywu7)Ȃo~`β.9 )?pk'gS?` 579!2q旟*DDf|  rTC}|F>|x +tp}_IL|,#7QL_ \׬IaJaqp~fؤC[@57=JfG`;Īc)A2 -5@ұၛם\^ +:EWwu7;1`_|zg=F&.X k +BkcekyO+@0`H{ 4 /5Hq% :`juKےu@%n76Pvګ;ς01 +\ЉU-l Zp%IP+Fst:/[8N8:q4#J:I.℀*(h$ja4$:[wc%5/g8&8q'I=\XJm.\;م WWþ: tV"`N?TY:vuᦵUaTX +U'~Ũ٫k~-q+ R!w]ATrwJH;+U8-# q@;o``7<4K܄UX"-u=ܡ U8(!.LSCUss츙 c1KCRΝfJ* >6yVz"X yccqO@&[U5VB ,=3F%acUDEĂE- +,33Znh8JH|xOVV%WW8-k^ivJ3;Vް`6ZǥlRƭk4*-*La4 ׹V]úu \DFWc}C՛aqn:EYyFyiaݛv* iaxsKirJL0h9;f6Tͫe2|2ggL&65c!zAwwנ.h _0|3(E.Hgu]Lv9{9߸'6J\c\֦TzX+8n۪ L֙7r8ޒ lN7IW4زfq+U>*.+]%9aN^:vvokMN;{e477Lff&1q xyʰyކhʖ dޮ˺eÍz0æhܽZ3љY4`afrƸ27mffLVU/Z[P^BbKT֬^TjX٩i9۟ݑ+L60Lܰru*#}*UUm÷ɺdaP05S|_Ol!m[Si7zVW Rn^Xf*Pm- +TBsn\;*npˇ=awu;l<>a8)BrjWU:dUqay]qd2|?lդܫ%4L4"bvK%L%PzI y ."3(nN&=No`vRM9˺C:44P?b> z@$/5A3)p{5SBUB>wvVZB PRZR +Ы˹k +6^Z8_ʎ_Yïpם5|[c)?t)-U"ՇeOs.8=^9 +8uRJpPk^LmgMxN,vQ71 b/+%6~֤^iQ+Fо7:GepaAL:M?SH^wӱtg᝴o\xSAyܲuo};ؖso{;˵}UTPQ÷Ϻ4|n]<|Oo|]pK糧}} +ݾ̻NYޅ*yPBϿ~)odCz`>v(mM*KfEFj3e,AAޱӨR5%*5XmJvc5 +QJNg^0=޿9Ae\l ygJe\[&?Rl9p+;~qLOe@r$ +p(GΟdκaҼ~.Pi~*nڥӯr< :~|8LYZ?ɂ}]t)wyulTq7tm2e*]k6]֭~P]M&蠦Vģ `V3Z.V4 8ubٲEM$Dq0}DPgU௭߻"777{j7TRj[-Rۚڬ v# +Kpa^[Ͻѝ؀_>t{WcG{*Ζ;W2/}؍tK_mױ]=yTwϔ:VphÜkܿ-.K׿QcE\k? uUc7sDof4^ps(Ʃ1]Ġχ2q 8"/)퉸YWZ ;%zôQ\ :cs[gx СX02\8?JnP:::;IxIRG' NsENlZV&Ħ^/nj1 ^7T#E/()I8rĢ.r)Shv5K3}iۋzRRh^}] Ҧ^B_$?tfPd=mrz$%!SbY,R@VxGz88QÌ"g=Oklp%rrY[~YQr#VjhE]Y_eYw=^Ѻnź#6ی5a ?bCV.r(Ω1&b!-/\ʊܧ]ץQ+x=ÑiW>HzA90&Ji 4Bl6%pg=73d࿮РN+4SB-6.X'V'Xx)<Ib#Ιt1>EyZ2hD-Nyz,Zhɪ* +*+ ;TjUcsyss9VVE1Ƃ U׀bRN6PRIL ᨃN&jQ 7kѠYZYRM-5*f0aI$IyN>Ăخω˕Ci.V( 3*R+;Hr#ImOhO<H~N*Kz[*t(Ib8V-Qsz|_QWЩi2\J;lc>>/ey] A-OẃvvJE=On`>`0ڂ8fh\g & \gGϛ΃EiX$$/̏-./ΎyH@Ņ ȵSMqPds)IŤaNp`aavm/-N[_\TK]Օݝus#XaؤC 3^kjqa̒[2m浴USvtև̎gZ{z >wM|nF#ld4I&-RIm VKmni|LLU!3ZZ::OZUQS_W +8o(`(zASBν +^X9F}Տji Bp ()67pjXe~g*Ҙ u[aWk.G.Գ!=:<˽Y᮵=}_B-숎Wj*S.v"p&vr$KW*'멮Z\lzVTW7nV۠j wYwuNg6Q Uzg=NT O" :_QϪH# eʴ>:Y@Lp[˄t +ea~s"F*2\\smA^r #SDŽt5)׮^\\F6:kzUgwwփVS ~ϝQFXP:o4uRV8H*bDE{/~ZJTfzttÃR]4>{{-tIP+2"8%1>ʨ{ MP*ϝ;(0mm R}[;6)]?πۉIOSRn/(I/zAQjZzt}cIxx'y?{v+һoAyrsYkk%8e9u> 2\3>[)G2˒z3f]#(s$޿$XAq,$Gu!+I9Wݿ-MeCwTiyJIe+ u Z @VOŵ٬@ʽ˕Ed/sBkSC9+xR[|RFc^Pkp6|o} .dz|_y(r, +xXs[ ++ݿ9Y _9>%9}u+L+Q<74e< X@ +fU?yz{ߌN ahm.r*/䞷ߝ4jC@-nO=yr{ff i̾'x7 + jΝ)ļ!>)Ξiqa?|`fz iDpQA2ab2޼nr3~&|BUH]qtx7G]\.>q{߻g~tv?|(gG]|{Hx鴓s\sD*>}gjo "nfD&ެ+,򾉘_n؄ >)Ţވ ?uL#OϫO6-#x).=d@/륣Gy嗟Sӣ.yЋDE?{ly7Gz^PZ&I/fQi |Uoo,5w緓rMY+Wuj]}^;C5)4DŽ1d q%bgLj^PxM:RURX]E#%Xm.E5U +i_vfN3tfYQب<8'eG)7o8NrpF&Jsy|6JEMU^yEYV-FTH{<&>ust/Tᒞl:``KS 2 j!^ƺ.rcsYꟕ0/#36**мļq 1iX'棈fe~޷z3Dcqit: ewz<ulm Ȉp +йZU1a,&j& Y(/,ƕ|an_^U`mVoR2`knwueЉ%,LW̥ƤXJf&l8dKI3`N+^֨$ϣBn rs(3Cby88g2РQ5h4Ȱv4i %-bdQZiȨAyPuraLLx@@FSP;:Hmjȩj*FUӨ5] j{uDP;:뛛[۪;H-8`PaKFwuM.ԢBj!&UL)˺ X+0LN&7͍}o./Z<5R ךܲ]zV;H rq#za9_j\›7/[*f_K Ҫ* f Ts/y9njyJeC|pJ_V|@$8c1-h*TMu-Xg-PnPZt  X3&dWL5mΘdĂM7Y̴p 'I<|oê4+9݋깹ىՍ64|~nbvvBT$:xƠ]Z +EnNu[QQ_n?޶]֝Wu(eHTJ\69ӆ9ϑ2[fWn\߼T#R٨L1& dCΪaX>, .\Uk J]k\qŐB#ՔLSjgNZCG{}W%jTTڷ_C:F'9;3"575/Oa33z|Cg_4g׎gWf_ۨjm.f\|7{Dr$PU//K%_x74D P+zJLP6WNeqiu^P jF[)ŹY /Ώɥ}Źq 1a`;k&~Ƚ~Ͽz4Ǐ Nx]0;Ag^({iD zv~MWe\,'Ʒ9NS9֯w'J[) A7g=v <(O D49w(I{04W1akI +Y^+ALĄA.ϘjР9Z\[h!j߁!¸\6@0aV33Cz@rBvfX;)N9GH~g.zģc/Iv+ +ʡS/80p0;dqwS֥Ӡ:vǷQMK=vu'KB.W;:yA:V)͏3ya6e˪a`z[P^^/iWkq\(MI_d4Kz*R9=}z(0Z֓E+k|ښb`^-YF6|ިĚ~=efF{Зƫ>cP*4饋|ad |U#^P~ȹCqq|EyxC.wN&\,(;BEFwu1݀géXOnչ}8b٩1~Mntv}M.wlM mKn\ȉmhk=Yw4ԭ8T ~PSեSzX\{P: &c˺=񨏻MK X\UٟFM v5Ibzh$䈮2pZVp"au~g +e%pՈx4iE\\!4Da'?g/Ő3I fp$Uiu(vT;k8_*Ճ…GA Ǐ'|q?F |k_d&s/rE\Z魆^x{ZEuF!$$T=$`*Nʤ+jX_R_-|ӢXJHZȎQKR^k%V٩H.؞Ja֖ +~^t 'eyЌT>LpOi+oW]o*cLGfX +<[^+L-.. +C(1~q-pV)E]}o$j&QN!BXω6=;vl"Ц.峤 Jr(u[lMr1ڦB^ndg]@A 6Jf u uOuwO]{  D 'V1cz =̤~ԾB2P1~Ž)eu07<и;T`:x&xsA@@LW ޅ +(P_TlK0:=Ԃ&ܢ{*X"~`Z߼AW1p;w|\h(FNvP&Щ㣼ؚ|+F7y[o a1P' (&'ѫ$zĨn 3:w`OZ.T:LKٕC^?jk,P.M9TP.y\Ww=tƘ*3j;SvL׏Ew2l%o|uz4;ܕ|OE}P +o3Se,bPɍzWCFIs &T6Y1.)M9v2ܖpm ޅ*Gzrh4_SΗ Sb!_W U +X=\^C7/(~T\?g>)/pTv}';f q` ֩:X5-T6TWP{ܲj /n4HAּIT-Iŋ&18<cc$T3\gw;_&q,+IGa #Jյ/sz48FamqdРӡ P9].G w4ʇ;qt}qTP-7^ tĸE|< @*ѕhҸFjC)nյ*j&lM ?eݧiMuerLZ $RbW"3AA +głz¡1y:74$)g74:q9UT ۈ5R&8_uaZ\\P"KJyd)AjKKK C&ÔLrR[ʵWTnwWτe~_hxWq޶naKy6f€0  xMZy#FbzO/Q@A_4kI}}Z Y|Ŕsr)RCjYʵe-| +?M`"yj nSD'monC53-6UFIr5푨BUPE=R]GyƤP3%؃#[{:[_ 7h$R LL^k:{tqNX[j);xJi<%]lR(8Fj c2 LI'rtxW +sJgWBo^K ֽ9 R!C@60Dը:eڀJyr* j7Ⱥ}kkΎcI|*6h8і@uN Š";JETZF6`X__񎎎fX5 譋da2x@^PP)'xB~~q~afF W;66>::f㜜TJDXY$Y_0a,Z D@5{aaad2YnjJuZ[[t:FE|!N j3&j *8O,Sd/ڻR0a8}L,P"dggƁj6CCCհ0669DD1XL755E  BL&EdG}08PW*RTX|RCno ; F c _³WSS X[[[RRP3_wwwbbN쬯-55G,ó_QQmiiiiiK__`xI@F& ;7{ nW3a2@흙?J  h4DoUP9x=3{c. ;" Àn݂;ž> }.[и+--d  +3Xbٰ +͂g4;::1 +D"5( P +@`+PS 5N)lOGa¬В KBoocXwihhGƍ'tuuZ}𡣣#|KĎl~~~wi khFY`>x<9эG,y Wn߆`uAV5<88HliiVDH +$F5W J>}JfCZՏ?877cbbn~x{c<duwwV*|Z/?ܽ{gϞOGti}}} w/8;;0Go N| 5(Ddch0Ah + +t8p{yy7|<Ʊl_G|"^r\?TzBhhgDDDJJ +O^^8aaa #§@ 4$$DR4L&L0GCH @@HnHtP9k{TcdmUŖ1H޽vLuFCXhc>22" +|e#A:}@#WGKͅdԔ_j8dXfDMBEESMy|JR#AE>8zA+-1a֘0VlD^P[kWFzRbA$Hx<.ke uؖLL.b A& zAiQ*"9h4ZZL0a"Ddp#L- d. jƄy gn$HpsCqAV n]L 7y:UsCLL$H7 ppPh޽{E`MM"Aʃ&H^8#""\7>>^.kd700w@@ &/ CL$H605L$P. 뛙wG``H$AAA *Ç8pYwGq8 +wwwPX\\V@+JCBB?Q*vuuݭT*a6Bݸ8tlFۯnh zܹ5  I&̪NrssR8|9'Nxyy$ݹsPor˗/3 NX ( *k׮?~̙3_|NBA"n6$ `*:88C7o-8E +lp4ZΎ$}5"~G@ĄAd> :'1a+ʤw111ׯ_t@Ommm !8zPɓ'/]%7"}c$v/LOZSmO>d28 '''B?CCCa# +]k$oݺ5??e!lĄƄ|@$H^Zo4АL.pC&;rb$*,,l"sXϞ={9oJ288|=a`P 0tGbE`> |ĸx\б1l +4-22p@ ^ AqӚQ Vj5'=.K$ 텘rexxK p|zGBTdp<#ʌ*$D@ :000::{_?M&ܺLEd} TK"@m!pͪt[|kq$pf]YCoV yEodd^{X]3$zA+׌DL$H ّԓfP(#AΖe DĦrm"A7zAwx^PrW2ah+0k"& $[7ńAqAa\P?!2a(V0(*$7 ^E@bx;#_΄#& $[E1aT|Ő7nϷlu=///rݚb($[C@J +P#̈́t-FĄAu,f/ .\rSSSz{{?ȩ)XeX.`;eGGH}}= jLf^^^{{;2z399jllV*J4Eӡ" +rF匌 `0yF@1aF#& {jZ >f0)HĻu S699ᑘx寿VO:EG rss;~8]`` ]DD7 VhhӧJPPБ#G'O=zH&,a(77bB .]o߾ @ (? +XfffIIN#%f3>zAv>vOzW'knڸ|L>j/po^Ƃ3x1"`\yzz:.Xxmw>{,,, 6@ŋeFDUDvf^^^PݢH^P999'.h+gLb ȫp:xbўz>j?? ΄QOr?{xpy?s;tH$ZCz+ `P2>>=,p`mB/C[n?b`Ν;l(O=&&ٳD m?H Sj)_ո}Fw.nT9{BLoU^1 v#ٷh񀖽x5LvĄA̍L|{{-̐IBt? ٫bߘ0jf d؊ |@$"dzifh),.H"ٛfwg\P C{GeZ/=*=cx&$H kcc!V:& b ym}b6@ӛ>к)& npL+$o?g(26$d]ۦh! M #_ʇfFI3QM2 B8,hھ{/RfffHl+8??I"쀀L +&L-&1a6ָ}KG{ح ynn\.W[[222Bt%qj___aN *ӧđvtt/J B.7h4t"V4qqqmmm;6bld\5"٠'.^&-{ޗ2ajkX\P{.\ + +Ο?尰;w=!>>,~O?+ >4Lp4fp #ce|.<>}>zLe&6 > ͛BqqORR)`bdddEEYff& O?Ϟ=KDwLJJz?"%$$`!;;_~AGGXt"9ȳvx!f?Ig W?=CG~f¬A@O[+"%%\9pܾ;2R . q...w=ydDDDQQ'|pĉSN> 4PSS>#~%Dꫯa}iZt"n  | rzAlFZ/'K?g!)w^Ilʹ9:@(L&\9e2zzz  =zTVVV^^N0ga 8z > +JKKE"^ݡ;ɶ" |OFFܜA5ݶXg\ĄALkIঘ0<\, +5ȈRtie2c#Hxz~ǼqA%0ϐk4L"rޓ{cwtNtpPziDrU/9b`0;jbuvvvFEDU V__^XX-FLYH-677!j`X̐kF7 *FL$+.}DȫHEd.f)PPzxxxqFjjjMMMmm-DJLLtssswwoll Ϟ=yf.P1.. +B?QQQ tǟ;wFvp?j&FL4C.27mp:x2jP.D[G}hǎ-&&&99Y$>}d2>8y糳ccc?~ j//ziiioNNN>|6&%% d[P 8R}lL&ѣGvGΐTk(_y{ޱVlv$H;Nkstt߰\P<}!uayuuummm ]KK ,'$$x$d2tl+ Rݣ nrqCτ@L$>j_:'zغrC2/΀nONNNn~lmmvZNNJW7`@G"oo\./**/͍L&OOOR Asz*^t nrظh ӵ&  d^9YB\PKF<.{{:a. UCh5.(ܜ;^>`VgE#Ϛ~QpG̼Ѣy+Go"& K(}bJ1"qlJRo4i4ZN4Mz;(NJ^{jT4qA"  pN xx/#ck"J$}"Ahm*Kŷjo. #EdlĄٟ"$y;,:'7ƄAF ߨXݚ|6Tͫ :A'uFDcOّٚ[c Hg1h|0aH:/U"_GP_P6[÷`jgS0 n~\5U!'+R?>*:-[h S[r=)jB|OUܬ|}*[{j|s۷ (ER S.0 -ÄQL=/c#C[׏ 3oJ^6]8:*TWme tp_̐0& DL-\x|Kxh2aYz@ &RjUl[r>_pZ FQqA7AWj!B53aV"W\VBx*Uou]b3|qZD0am_1a&BR.:'̈́1%{ݥڼjo;lh"{C5!4}|!vDo=%/W3vڊm{U4 +q5OрxHV_2^5Vm8up*Z jD<'E٘?#]:DEEk$OPBiGҢi ;p (2^ps딏~ 蜼^З\ |䛠˺i1).[}2} dn1a)d>d´sAm1u;fLpZ[ {wwoyF!F1aЛ0mM cy`>Z3Ĝ,U#-"&ސ .#ȿ]wЀw0ajY LVZ2Z +CE+hĄyEH5xOz祐9ى J Tͦ]cn:yH4Oip(/!1a(De& ;0A-=ޟ6`7AF^*';h|Nn`Xj"V`"NWm + ƤS n #JbӸvmKʣ 1RDY 0{B4 +qjwwha>hZ/G!ФJYՠQ#PH<Vj#CrV=7G732}i,N٭lM}8=YJm(뜰Ʉ1R2G5xOzWu#nY%FdjBRUo`>.dqL.7"X6 Q!Map&&ƅjH=%1rɕP"JUn&4yr]תtSimWBZ#5]}oL> b¼qқ^95Lx$!srV3PY\BET?ji}$ ѥC#YK`Q-=|2νԗmdMq +`uMl2fP: 1b< ۯO%FE× (3jv;O[9Z3WQú2ab!5xO;4ݞ.I4b&}`&Wr" +ݢ{Xylᎏ v^XcT08ϋ&E/K2H,޼F4cn_ɱxP]M~n7٥9úfd>e3Kk+2Q{b?ME=رt:X~~d ^F}7$A.и*Gc"KYy8I^~ɩJX\ANx~0zNr_']ʤxNY\r''LN nXn^eYtMFِ=(gsӸd1uGnb5ԱrK&1aK?/ Xz{LF#΄ﯮ^[C' Ė79T>:BV=|=A'հ [8|HOTѸ}>>###%lĄ\Hu|DDDwwݻwaC'''>|8:: +_vM(烊D"%&&DFFBXuE\?oooO^***i0 :[ `hD]dZ;<]O0aR LӹBSFNpppHHH vA߿\vƍJ'''(Qqe1~w|~߼73fnխꨖZA"+"9LAAQ3HȒx9(HHHx8gɚR @:$nhh+..Fb ۷o#iQ/ŽdD0._uuu$ +**b0@cUmaޅYYLLLvvF@jp0wKHh&{`:b=lﯳ3& +h&̨P$JRd.Liii} !166H;z(8`aa!hP(DbNk&n# +QGߖnEH0zt~005tAkLӚ0o% Y_%z#wnǏ T#*5橲 Jk¼Q7Xş^{MXWKKX,ЎvѵTm=Җ))4ah|s!ዃ%}MzvzkEj삮WA߀{aoK{! %ikRfGZM^՚0&[t3Snx ﻊnQF,ov1eKhk54aU>Zer솘qss711133Siad5gϞQ8\&lcOaD#+pbb4( -`7D3UK'b&E[B;9VvOvA]nhh$`LL *//onnJ& yt 88x||T&y===95hQPPp ͍VؙH )؝ϲE厍=|q``(11i@4 \OO555/--  ?kjj0H̙3#+܃jkkO8\\Zfq×.̥Ijܜ&(ϝ;ohhx޽еkN> DCnݲsN}}=bmmwijj"`իNqI__hz葓Ӎ70=Hdȥ{MGcB䌌 mm .<<+++WW׬,ė.]:t&nnnh0RLmll e"#Ś dccc HѰ~AivLOOS3AЄ-c{:?{kꠇ?GoxߵE"Q%UP(9x"bU:@! uYP+CCCG=4@H.@̐ ,=~<~xJJ +fFEEeggSbe  C9PpUTT1@a 5 }/,,ܾ}{vv_~Ah* +i#vZXXP]g[-\aքy}7=20 -nEfrWrnL N8~1WRRttts&$$P + E"mh%aB._y`^ 0 +TE9`d"#0 '$矑yٹ\. 0A,vvvP@3(d_ԩSwjuӏЮD?̑1zt$; FPcr; C[ +-/: P~^h__e| td + P\XIII n2lbb$ p刧A:\4R>eR_HsyyyRkCcH=666::hI)&q$qaTP +^]ڽ;H=x7Є 8 +IGAׄ),TBv7P:vUP%\|qBj5afhM-;CKq5a5aƕ6a]۵] 3%..RM*M_e> ++ +qI}[> Xk5aV mv۵n*p+0*I PS6 +:*.uCCC;U'Ä&UZu;r_W(7GKz 04aiWA*kh¨ A#zGlxWZ>𛆘=@9VJh۵ݲ b7ZM';7tOgOSީ!sux{{WUU-vtttwwS TʉD"Cf~Z__O?'>}ǧ`pyG]4aT~5aԺ + +;+El.(m܎kIN#V-cOV,- (}}}OOHSSPmTTÇ\|aʤarraff5&y&FT]]k׮%&&:88ܽ{:`xB SRR,66UR^CC-FbOmcA]ҐD0q2"١C ps3+++La3({ Vքټ#7r{)}Oh|ӑD] ++ttt9vxxs1B *(hE@(Dڟ~i4F +S222!WXXX^^5RrP\:---@CMMM_"픢F9Bb5`*9s:LA$!0ܹs : d2(D X\\*h(￯ +c 'E]\.%KJJP)d(-77Sg$4% =\p!&&fvvz)c'pO|99!z'Қ0,}a{M_̑zNp#[[[` + +I$.+6H1OQijkkSSS#? 1;;Hn BBPQ@@.??jjjx‡y<xPT($nmmgP@|vqq +&OȥPK"V4B;ԄT n.(v1"R/ iM?z;T#5a&GZU~}vBpjꑴԄR#քY@^{9[AzZ9MζqnWnT}eldf&L&4a8l<'z;ӧ#n7;坪}rRn7D:Oȝ@wďt@ņ{9&wO(JelQ9!ք٢1 0n E]Ю.ʂX,077mN%Rflvg6*ZvAUj|x+,"+wan$nSu؃=֤|YLLk~~>U'O333iͧO"Dz\`-,--C/h tNNq +0Ԅ)5a_?Gox85aEKi@ޣGp-===1t,tuu1TVVA)QQQtrr200ؿh#hp~~׉oI0ۣ b"Ƞr;V9f4a#]FF^PPwl@,\R)-888,,l4 %O$UUU"22GB{dXy~P&Q r?!ˢsڽ"T SlQa@ 钒|}}1\TWWPhhoo_WW' +wU|O]t Đ^ݻ===AAA;Άm +Aj4'EPlxGv +t J}}}܊ +`8(q hyyy!hhh&8hG899)H0Osssng҄}q>5a& NG_r2v[ԄQgvNZ{F+,cӄ58/OQȞ_Q?K臖v*5aԞDv;#BUeMZu;⟓hy qÞ_v7 31)젭n7[EJ;i :܊W:!wpCǶӠpڽqXܮ>uiG;2kZƖ,cӒ.iNGom#\ #̽8з 3l^uH=i ]Ч&?'Pcn;p.Z$uA%.(v{W*pYJJf.+VA_L>/!'j{±znp&DsgϞPI~8Ɣ*d@$xi!+kGGGv \Z[p7iŒt~_=N7 # ݉'&&\\\#""bBCCU:??k``ׯ_w^FFk$?++kunn[pjj^GGo؄yMQZqUiJ?vޱy˚0nnuu5YYYꖖߺu WQQ\ +ဳYb +LYϖH$HP`` e_KqѾ> U)iiinnn?" &i2,***==m# iT&LjMvAg0rǹB% hG7j?1}E`ի'cLMM>>>ΝCH##NOOO@۷ouuu+w(**" ҁ'RRsssL΁{zЦ" dx'&&bbb6o*躳!؄y +tMVg'YxH<' +BMvDlڿ>--G:ߺyh"Qa9_.@⌍ Cٸt˽|2DBaH H7" ȈȩfffRƴ)9sa n?&mm;3gC9p '䮰=7=4|wO4&A!*͍wͦ뗞>C엟|:X,wӧCCC`@4ܹ̓sE`=@+))"ggg`%ع!=5TVV!%DGGSFIC F(ё```p-zЦ" W@ݻwweҾ0jn 65)(q9lo{9vu Ҟ =کڟ<0NUm{ JfRdN:~/+x rw7Aoo 6aVjL&ĝ&aGsggsPU(n*޽hkhܩ5 OSh¼& #.2 ^^P7MYQomn׊YNن/ qtA))ZiO] oZTkt.lz[&S͈&(RW*QKoԡRş{vnMvq6a>8<xf~kp[0ʉtWhbHF$ۺhrHP/bB3Ҕvnt|zv||Uj;q8o}[٩-j¼ !# v׳2ZkʟMW> k`_$l iO{w֋:_VqI)^z.ўocX38ж4Je0]M]c#cO:Wä_F4F4QG1?8_C|o3;G}ϯ6m/yzve]hS#ifJ:1"Q>}FtvaF4/ْMJ:P.ݩoCܰ xWm()KZq{ؾ_n?:S.6M˨V=ߦ'TběԄ[guzJS|B7 U=*Z@Rş')g5⫿Z>/oVTG&k&@&v|' ߎh|MN٘XeI.,͊#6+,c J(x11q<^!g|4|rO$bKߴWfR3͌LQ6ݻ񉭋wI:0S7oݹ<0}_+5aTW C%8\2TQaO¾?Ѓ\"3yij6~.R;wDA%Q{t7 + Q:L-vp'Ϊ‘'$\.Eklⵒ!xa/-"7+=`LP_>Žfd1;BuM5{"eIef5Wkgk V>'ԫ29˺ ?p|7{G[ީ;tvT,-+,-cJ8Y\~nYy~9|A^z}i67 ltˁ y\6' l2eiyz ~peOPayJQ\T~rP8(pW᮪N)GUkZ_莢vU]POJd>_Nu^6.Vw>4%?I7'?Ȫ?T4G|N5wOֈ':DCY)$4aV+!pf离*<> 1Y%A112Fn^:]yyAhOp'H.+g2SG,vfvN|Aa4)<~NLl`P0ЏH0BP' ɬhBv"!GJԈ(-G$r~^`gNn|eGyD8G#p.(=TH[w +:b8ce#ɂґ$CsZy+4a֭wJ +ulP/?DWS'nk+(3WZI/x`x\?}Qdsn\L/<NDOW #$H(`Ѯ%q#M N~EHCD8F0#CB bܲ수h0G*tw*'ѷSMM=VWٝ:uf״/]vt wF0)%|=7nh%%W2LRT{$ϒKgI>.L-/ag1+* +1`2S+ Ac1YU^ +:Iҫ*;~705cr~?p{} +hjܓ'CDL |ȭE jY~Zz,X5hMZքy5agjA漬C>"mGZںZ/VAU #!D@bI,?;+%؀7u0tx[[J}D Nֿ/:wCO.q Hu]}oa?yhxύ rrԸ}>;v컈hk.ۙ]wֹ48s `tX[:sg# DSΟrXK,CAp]=}M?fnn\t#}k>:Wpg-nrv42VVurH'6.%_~9z/i~{H[rZZ$9x#Z瓒t>?"Yf'-#`A`beu1xy}};fٹN5464FՁ{~r󖾽eu- u y'j]l wI{C#%5ҥ3SSõ.yb`rS?t{%1)]Ƥu$e9;pɎxPϟ])uuTքY@@fV2RNp-(˧`%o9 HX% IU̪@B #+QuBBpeUQvN|n^b ;+95$0ǩ8=3+&'/!/?jBؑ~:@HB”XӁ{h5HL\J TSJˈ"FI(~= +p/+/(fE(B]bR!1s- JόFa>!h: D}8-#3ZPƀ/beђS›Z7oWTF㌂b`CO/`Ra(>.7Q*48.>͎YHTz`fefDaV,/HȊej^嗟=ahM7 sS!583š$_OwbZamS)"w Hz]RUe\]F@PH`bU OH✾Q dҊBef + `sU`m*ʗ2ēbWL+mMi4C>j?>MДNuwuV9!w&LoBK|rk!7Ka߬I29\ŅJgrUYS,`'<\ք9RU][ b$"rsJ 9@:.mCX?Չx*D"rH zQRVK)l,ZNދvrY`%CR>&FJ- 'FP:i}E[jVciȧǖ%ɬvxV{@Wh^Ҽ鴄_/|X4'' rnJ2 ܴ?edT$ +^͕K(J<+#Id"dK2ŒdiQTV$DhL lH6Ḿ$؅i!^f`(LKp1+#SNS:9xg +3KUȸvT&PG/,vfrRl\\lbb|Bb2W귉 kE/͊6+R .Ba^ (J㣒&%ˑ*D%&YvEFpـܤP +3si+5?7/b-Q2҇Zg^|S 3#>leڗ[4w&4U6 ƎN{qMGUK^};(11o+_Ȯjw  CC+W  lQ,vWn'W ݎy<19*,bfJI\gep]'*ʮ)JN>OO !u1=LJw7׈e+·)b~&" +\M.EIbR -a늟uHF7$zi;ŠȢDVQM5FԸӬJEoE--2AAowTb7JMuV02\&;kuދnhjIkp+VpKbSLA[v?qqGxT6u876HEM##ȂV`HNkyc[Rq@=~lYH#Jhu1ۙUYg3tNc|O]C0m1mxr'>49%9(AHX("=.Duum]FIw|[z:*M 9ZMbG|=($- u1˝2zDL9y7x\ʥ?g$DyWkskeH7N?euK6ޕYk {B唕3V& "Wg|!,8+RBS),n]D۩bfՖ,V(&pȵ_c%i#͸ 1e% 5v ؘC/)ґ n{GXr[-*owyѱ!M3 4aʶfƹ)1`/:1V,E M=i|T )lM.iiw5.I@FZEVSE]*{JӼ\څ}]wmK RY͇͂u7 ˉuZq؈9%OJGKe4)yT P|mBR! +T梲{ LL )ήedZXkhR"`&3v&hR˔&$Zcb 3@@*-)QF\ҾaZ 'KX%Y +idJCOg#k +WPe;DGٙ OBe!*;܉ + )-G9 9y Ŭ̘؀_J18('7NޙBD2iTG(oᾔ:e Na_:+8=+'0d{'7+q"["*IHl~ZZbސj~"X\% m.Ikiwލh,ދl,0%yUw<[ = /]jV0$V&bS=SyJ 1¬hֶ$V-qŭ5mB[ ؚmiJ#ZK_!9Ďvw'wRav~>#:ڗ4ϋRi-2EO;t`'\oߺ1< +dT"\q1u,8L \\։dfFܼf? +8uxzV#ihei}KS<-RR#P@C}}em}?쎡 qԯ8xp_%<]h7%%WBUӻ^o_qo`x }?wg5v) x`s'D5;_N/ j8~y:]ik_caCg\Pݷ,HHďo>JW_ .~Iԋ@r +0k5azS9d౨_47M]$wOLH ,*'=& p6LHTE|!@ܴzbe2ʗ +9|YuM6|%&ܺhlvM]OJp"f&w&̘ZM5!>t ETQN!@@;;ywfeD?steg`c؄zęJܷ we'89e_z>{wdy?/79bq(y]m@ܷJL (Z،LG; bIp {?$8o;{̜mtux~?=M@ի33cc08wkdr=!>YVxwCC-1qږwM.!ap5.\]\9K~ \\$4r_FE<qbt~t# k뛚gi޾G~{/ySȑww{?#/Ɯu\s?9r02yOo'fni.fl-UnNh4gdi։㪟gqA[;X[7bxD@p /p5K]qn27nm[Yf8Z]gz;1rB=3;#ZϱuďrPo/Ź ]+BFmeP׃T $+X뾀a Jhmmad363խ;m,ddRGcpQ5" qX]跁woi\NJ;uOfdji]~Qjl\`ceϞ?~,llo[Z\pPHO3tqd}1# +NvUlnWp :W%|F +54? +t?|x -”5j`9SEi&7u[ut4h3㚗σ/cV`*$)䌌hmK=[X>}ɉ#YqWܺeƅ0#páʾl!p+8 mO[ߊKN}xή@@1 O55fg6Єy0fF6u7;ۚ'iQme}cŒHpҲsN\<{bzJjos E0Z  +{O!%)%3c &%$F ^]U'%#pFJ=ebW*g[.0%O^~"|Jj,?+'67/!-#8ݞHJˈ-*+/jubdJ2#0Ԗx;apsңrIqQT)kS\%"YFMZ-˒i|<( 7!6.[YLI%ݪeKq1h<2Sq,}q"?/!1}<SӣIUU]u'rɨ13+ spW4|ޭфSj¨?!&hO +M&ˬ@@*ZsCbalqw~@M޽`ӽj/={O6q  uT7FJ LA +x٩tt~~5aG lWZ@˩ +!cSXE\n%iGTוTWJ:\ieFA5 5TC/"T\}el*LufJB(lˤ3u!˽hJhjM6Ewwb4BMZ^oFY<[] +c)x|?g ]OA37VF͊7 Z[[R`Y25+-hHZ!$7*EMjD*۩Rd'D45rJ2^w+AK8q": .*agwܨؐRVrB}E +& +|{[niSIE(ifnHu{ԻݻIsOOv|lo ӭЄ٤M50PfGG/- >|ϗCbEepGD mQHɥ>}=5ջtdzvhf'}(}5?;d|pm5x^ CF:Z<=w%"xjH32ɶh ~anpq^ƈdBH__EJjm%PM>fC\+Q+ DQE"FLnc{"Dy+E B #*+Q#m`fT[D;R7666::SdSݒ)¸J+k̼@A I諟Ei|EE]D+ihu"e*D SMuh/"\Ev*Vuiin^|5ԈRTwowkD{gB[߅\}ŏ#.}~.1 $C/{?]+FP*D~fu>GZ_ʞ}& (t$vyN>>>@)iф@iوdL~J?wx#DM Q o%Dz_>lMHo@Ey4D\A8}6ހ(0ǒ 38d8"=8O#8G(yLIp9 +(t5U~Jduz7[}Y߸w~ǷлMw\3] +颛`d +YE)mN0[󢛳#00iy>^3WB"tK5a uv@ü/T*ʢקIOOq` ofzwɑd4p&ͽ^F0*(?[q"K/ucuo7ƵXN*hޡXC1"]~kcC"F<1'}K`+3( PM@R1jƘM6+?1$Fjd6P(B*]>B)RQ}E-}""EzUѻۻK{UVih#?̉Xk^rdʭc%m dດ@[nIjÄ4)M"lo׺UU6aHQTejz (H0  wUQQQͷo y1^"AnnWAA'|"҂2&''L&Hd(djj*J ===H\(844뻺PP(LNN@ztɨ#sff@s4 HDVWW穩4p&9::m#DիJM U0ݪ5az{Z'GL`QߕnTYJm#ओٔ$iyt%eZ|ZnaBKyNƞ9\aJ@CcfKˆoJv8&Vq;1s܍ +YIw~N͋n*LlF6FlSޕlfb Dƅ7׿&@PW"g_lku8ܱUSY?@-8:$7gr{N3'#s oVYaW?Ȇl+et2b]K=Ll8Jf&09\qII JG˗/)zQhhjݳ:}===J...ϟ,,,ttt8P[[(??)544P>@ \rEOO7n 988P@3MSS HS@O4 (f,11Rh?jGѣGWnV.ap30c/ӄYou*Nn6e7`dfuP߰;j=gs#; y9BtNǼGaqVg3BL 9L `%U%UL#+Faebav +]PO,O\ixa\I!;bY134vV#˒  c&9lǫ*n6c%T~lύi,h3:.ʭ%~xx-`t4~dUlHs ߧT{ߧ;]ުU!X\_V4,=.؎D⤝W ͊ K>rc=,o{hXh}!U #} N85q8˅q$G!Ht , SNQ;@1$BJĠ AG9>>>$p:sss155E}7oF! 2" .t T@OC`kQQ,::ATC$  =y n LBBטսgj>WsxvI2;! S>4e&zWk| Q/Ȟ[oU@;8%t6dh}@;4_T%xR_ W$ٷfTYa\Ly"9%(zy(-¥A3֞Єs1& Ɏ8gz,)Ȇ޲dn?vw>qm9;ͬSpj fx-w +]оn\X qp!4p7 +(WPPbq y1.//GP*jՑt(HO %www;>"suDB {1h#qzzEQ;55 zGGG)ub1Q(*zJ /8[$iD.h oIt~ŹApG.y}F_}[RqMG$ Fk}?F(o4D]4{"#j_^A/5F| 1i!꺲'R5;ژd{pM\8ơ_]< +U5*ډQ M>PxRL>[n'%R#ںh{JN b_sf=Qx>0f+Eꏻzxv{gn14a +U ntCCC;UbΆJHM%N@ļķkz~#/o*fD0+4aiH*(U7 +Rf/ӄV J!@oT\#!BrH]t wD$>wG_wl_֘IG@2jЎv&;aT`{&̠lb0>>Y_\\T*fhC{''ۛ36 3A⪪gϞDLYYsssk"bP(\"Q8:C *lyWQQm񺻻US""lmi6a6 038򸻄UE=3ڽ STo?}[|sNͩ:3sΜ=3;vvssN`Q (F H1 A2M&Mވ4t-VW>y{gCf´LFX2c̻w&%% kjjd\]]@lnoo/++e˖-$ꊋ{dw}gs.CڨÇp$&&RQZrmmmիW&BܹCZ.,,z./--믿w^FF5$sA95' h &QWUUE4G`MJ4YH|ԩgGa֭۽{Geeehh('hѢSNݻ7 `ҥk׮x /^ +=]uV___R7|O V^}ʕ͛7< ꫯ@U.\7o5!ëWdܹO(d~Ȫ%KМ0s OH*G*v}߿M0/ ۛ7oˋd5->:-x3g$"|7z)0,a |d}tԼp3Lc.\wR!`Nf])&6Y(+^#//z׮]l8@߿oB @Fi/ {ƍO>?R+V8i$q + +DEb2339%A?3)//9 OyȸfN²|yqq15hjjkN<֭[؀RM6;BBB(w06R;v_OD)~a_~~>vm_r%pyX ueq|4>a>1o޽K[[[Šir=5f-o`r̙ǏS*]:)hy̙Aϝ;vYl+D0||!lٲ P;Й5ki)(~"9\ɓ@ + SP쩣GbsWWW3/ )%&&Q4̙գ!d }*KR z?Ha1p%g'$$P"' VZEdZDrgv=,fKB0TkJ`Q C[lϞ=+ h+Z{^<5y +ڟѩ`^L + [ZZ[pla۩S>%EVVVvv6{+K[8>ONIOOm 3B@z*J瘛J§2LJga$HP,<\p̹d'tj f3#G]FwxM8IQΰW%%%2=ȇ[ e&>, +}_. YP%#X-z]LB|PZZJ-Oh6 $)hRgZg+"$Cj yvVGwzw:?)-eBh†b܌\\@ s!(4"srGEEqĔUd؏NvD\ܒYS4d›JJЙ0a7BL%Fr.^ 1L} 2tLKK{ L#Uf`;1ɝg2@'ٹ%I1%9 TBFw2'\(lab%}l@Gf´ Z^^_jl6QG!VC{ +*3efrKK<5[+:bzr1߿Oe(֭[ʙR oFDD=ztŊ|x͚5TC|񑜗-[O!uR뿞;wN:' #FM50h3a!W R9G u6,@ =</׮]dɒ #2uʕ&hƌXLR$ߵk agf7AuzrAbM4 kǎWYY A 1HbD.]/`&/o~^hXaB@Jokk#ې xVRRBeD$A`*b)p`KbMl²3gO{a٭[TkΟ?B^l@,5GL I>2X DWԦ?yDTR]~2BgMBzK> Rg m~t>,ue4-Z~yN>0:FrtgϞ}' i ~AGmWīTlÊx!42"]a(rґwrU*P5~555 l6ۋ3DJ唌FcyyJ7*{E~&LU*3];U(U*CL%Jetj&LUe_з;wj&L΄Q΄쬫a ;::g Z ۴%C6y)4i9N6gAϟ!g޵ـwUc:?`uiѢ˖-;x p0 >еkגT`߾}:777''^p!--m =>y~մx@liiJ^p-[jkkG"Ln;P炪T@!))ZId__p@iӦ+W$&&r|ŋ°]v-]ŋ_~%KzCCC9Mkמ;w>y&g={F/ׯn.p׭[(- h4z{{޽͛7Cޔ| Q[bK4nHSΓAAA=_NH>V*((뒚.@s*)..>WXߑ^rp% ;#>U&OA>a֬~ܹs˗&$?>9rdʔ)oߦP88{ڴivXA2plw1n8(s{M:lٳjɼY&..رc lǏ?s̽{3,x H5gB%aĉ, ̙3񩪪8߿:@p OZG\r%mKrsvvvrX, .+Z=v& <P(v<ğ?xtm@f´ ZRRzQ@+:|p֭`}qd-pf*355c7r f/Zbt>zyyZٹs'PLHP+y²ӧSgH%鵨fdWy!xTx ͆۷߹s+&!y?E|K +#Rh`bbbcJBhp֋Hd_'oFO%Ոm@i{CXg´LY aCn}}=6.&&Lc  +B:U_8dTđP($I9RJ6!*Msn a`%a`sEEEa +tXyr#FPP(=eȐdEK۞={gɓr93abbb1!Ys3fPRQ xY8Ľ-OLH=1c@cRPum۶-_$K !5]hO@h(& Hu55y8C0Cu JKK2"#%%% sFFFAInCBFrms;BƢ077"@-$$|n\;aUrtfEEX +ŀw>rsA{P$ &ooy3?Hy JIŝjeB ej%#LB@m ڒ6D[Rdw"#YFqdeĖt:ș^$q\gA@ 5< "]׊b %ϟm4ܕb(7w3@JIIaGF}O<)++#TnD@*q&2-mb>]UzE+Ziw 61~7nj 7TTTTFFA` ȃcΐ  >&c؉7QIK.^]*| +gE%%EIFt^b( GDp6HrV- \UoZ^gawGb}-+af|]nF%&m Y +q%C2++KD (1mY]YR O&sqn3L2j,*???//U囌#ɞ_OJ\aT _2 ҧDovG0l@]R eڟ 3z;T M a7Lv R9lLۙ0eJ@X&̈́?#6F R M!K@Kڴ{իWӧyyy>z)PTTԳgy8}e||IH!mwUIIIVVGіYZ,e˖r0>#^T:Mygggƌj:8qbϞ=>>>jK.3͇zj[[A{moo;~x~~cg6E[iӦ'O666B@3==8g/,PJKK ׺}vYYYff^|Y2 ={lkkkJJ3B7M((H/uuLNNbt0 A ͛7ix@|\sP\\C + +=x SSS? ʭ}\(F=}`)k+]:Fm0֙0 ̈́1 3i//W?u3,YC,/^8k,x!pv%nݺ˗dѢEFׯ_߶mێ;֬YCqӦM۽{7/\P3aJ众׸q֭[' +:z]&O<}-[vu<7o٘4j߾}W\+W\ԙ3Ǐߨɹs?҄ +1ɜl64d @XSLeO#*g ȕ`_?,,l LF*U!l@WCX EWsf̙6͓0NeU{#n6c&bgf4iX?R +L=wٹs'===f'Nb*D/\ +1z.7\|\v-6 FBΐDqlaޒ{ů); XbR +@$xz99u_PVC ڮ{CTN؀ojK#s kرcJ$☞ +:! '؂,\zt°y;A +@.___G@9s4ĈB9B氘/Xk/E$LJJzl[__-BɐvQm+6ɤD@Z_ +J# ׋zS2##cKg&̻^ќ j3JIأӧedeN ԧjb=W?ާO~XșOee%1IHBV?K`7Lg4:Cڀ*' %;w͚5kϞ=gZVVuV>.^mѢEoܸܹ oooHSNݼymۺ.]4o޼9s޽ի~~~w޿/Ǐ+9zۗ-[FVy29" }̙3Ԗo˖-T`23;wҥKa+iOUm566644f\af´:1F R} +H}{CSU~>ä́13F R aJf˜!d*{IRRR\\\WWװX,F׵Ƨinn栽]܋ P[[.pp_ꏻGwʏ:Cnu&L0l@} +R9b- EUUeq:;;e5nϟ?g9uԚ5krss'Lww7$"s΅:Aݸqztɓp|'f =ڂs̡V&BΧp6VUUIiyS ^~;gR%K͛[nݰa,t 71PTF`3{ +*0]6}zzzEXЇ$$$77o,s//} $'&O~zH 1<-[FD_|EGG<<ڴizdIn``$g,/l.]랞'bj֬YTWW  я=|dSּyH L{N?2dɢ"@d4("PrD4jIAA9PI3)rO#bsù4;C΄Q~ +H2 1&ps 0 !h(O @ٳ۳g%LJJ| ‰cǎG K +K]v!P#Lk׮ &RBa+H=p, +}U@s I̷+WP|8==hҨ Oi8Ht$>Ǯ\ FGyzz +SݶБ0!Tm@VC4_Ph?DnA#:QTY:¤3aTۀ"^ -یP_[Wė|oPrtf>hEyt^pqMHߚʭrUF/U*g glUUUTcRuL6%J5 8`&L΄QF_τin&L)L%JQm5Վ8q)kB& M뵮Stʊq_ca'ՌKP-kjjFy)Dﰫ!,퐫3aT*m@gf`VWWܾ}{ժUOHHpČӧOqQQQzz{mii鵮?™3gH>=ztYGbFGG\`%&&{ 6o<ʞ3L3a*է!`SX^jꬬ,rxI@@@uٳb +Ȓ%w%Udח_~zW>~KIWW'nݺ5k֜?ڵk6mLKK#ӟD*//!>)3+W$طoAp˖-ϝ;H^۷8pxׯvɒ%4߿ÃeggS'O +l2ݻwXBBBHxb"ϛ7﫯v#pڵ\~pt=J]8SPloooC7I† &NA1c4*|4i… !, g&^lIHqF>iӦիW,2x۶mDHNNT ׿ň}ܸq͈9sfII R4ydc\\шLǎ#Cz!:u*'NJ\,+W`x>RTP7).--eThff&emi,Tr +bp FV=}g=Q> OKCQI)4("ydd$tO;1##\t)** +`7n`X^ bB^3R110  c@J8M╔XaL@mu sRI:4@ jI]v˜zR"Euttܹxuww Gc(DrI4yKH_B6n޼ۀpŋ.bؙ0}jj63a,/*]SVZ%^˰x?qDjj*U`[/&&J +q`([˗*ey2q6ׯ_lObJD}İ?zhnn.hDmje/o%!)]&R@~&3P*#HI[[ζUJ e[ʕ&I VIK%SU( R|?($3C&>)e.(כM!nE΄Q bz@I; + [:'(6lߔɈ%X~p^3J8zzz:?d:VAM]uuJ{#3aT*:3\LsUyy&cnGkvG7&^ Rٷ/J%rݑ>|&L?PTCـ5ـoļC r_Py +4Ls0̓τ)خ3aT*m3aX]v&L2%j,{f0%Lv*UQ"`nnkd&㈈ɔz8..^X))11eeeC$w&C(;;[|,zzzҥGioow &;D@ R9GAg k\=ydU;w };w^~ >ٳ'OѫDFF&''>}hW\xbJJ +IAx8S_ ;v Ippm(^h555G-(( /\k׮z?{,7oޤt2'ѣ@as} ۿ[TTZwv &IOO 'Cp$mk~Ǭ,ⓐ_U|?juϯƠn X>)hlL0Lj6#3aZ΄0766?~؅y{{Q̛7{'֭[>>>P"q„ SN>}:%K)PL`B-ZM?6[(ĐmUU9-l]z9s06m+V,\p֬Y'><==eMwXIF3fHMMl7ߜ9s oN~2?AgϞ Ge˖^Z{ʥ6lQʕ+r\xW_} 0ףD8p@hh(ZZZTP4# Ep87o/،w h vUPrPE]Lo>`F`@zuȲg>}zIV00._VZCGRRL$rtiA$XswMݻw2'k1߰p?>zÇ.[L~'!g* RjX1z:,HՀu̙$<~:ǖZ +ݻkueqFΝS&$[%dqppo"^rt|E|S`A8M=9&LEXaݻp$gϞzXyDĉ`^`?\v-I B$9t 0ȓVa_5/ +Ŧr&NHVԇ @l410`"d;őA ē!#4'B9 +#SOVD#h5u&-m  |𽴴T'  ~# +*߮t~EzES&^J l6|gw {9j08VYY)^4v ? rrrdR:AGҒ-')ʤ΋;w`~$XXjnn6zj(S xR-2RCZ!9Rb^^IuX,ԟ *AkAJڤ\"FJh{TR6t ?+zV +gst!nU̠ lQwrb=at=J |؛ sAU*6c3aZ-))UƤr]oC~A;l6΄Q΄|QTZjVƨjkk]U Qn LGLqT)| +73āi?F R}2Z}¨TcnC(OAMoLj觠τ(4]vmϞ=6UTTVV~uuUzꬩ|?Byy{uZZ#1>nO2hTFƮ.pY3|o&]L3at&J5 8`&پOsiSh,1cfJJJXXogggTTTSS:u]\RYYɞG/!!Çf|D࣍СCĤ#JOO/"ߦ;wzzzQINN&fss3 {K풒q֝;wd:w_]TTD9c4L4h0dK3 O<111MQɒFrBAԻw~wz9q RO3a L] R}PYa6m5kþ}.]^|pƍgW^xKN:xb(f26o,VX^|G"8qb3fc8CD4J>>>?пo۷o?}.\HguV"={=w%K8p@N~:tޱc`Ãh.\GR]V9sfU !!!ϧh`.-"1ɓ'ŭ-={6>|xΜ9? *% 60b,rp$;xAЙFCyyʕ +6ڗ_~yȑkbOGAsZobpu=x૯cY$9V$dnniӶl? HD>SOBfII ONν ,С;k6w(gϞq۶mt֬Y‰'-)S@'ϴ4 +e<-yMs7j*&'FySυ\!@WLjtl&LSp>aܸq"@k׮aIw NBɄݻw>v=B11;::0<ńDVtND#9[(N ؀_|@$%VVV?___P"#s +$L#sεcʑ0Qv,Vn4&&s1 a%f $LOO'9AءJCȊ<`Z>|ȂiOA?`wg7h[r)=1y[ QjHLkcCGzzzx/++nJMMdUUmچFaa!8&>򱠠S [ a@a rn0c6=@9u233/?B=,2OOOx'F"6Lٽ?l_a<b;:ٜ)G>}ZWWjO$9||3A=ɐ|h88q gګ$`cc#f (zƮp3R9m:;hY='3;݈ŋC\8]tjf8FwUF`:D:X'nLqf)J5 h&L{3aMO3lrGWUTTTXX >pн!̎̈́iי0*63a}3a, IC&UWVV:̈́iՙ0*H:G>Ue566'USSd&L=)JSP RD!Jw=8L%J5 GV+ c~wbqeO555 kk$Fqi !KF:nr7KQQG71ty7' 굺q h SL%J hlj4yyloo]5㠼<߿gϞ7rB{5߽{Wj +8ckJ*vZЧO*BaW@K,!H@LmMMYBmAGFS۲>KPGqqqP4lOcFV'uuuR>|z3CBBo߾aYCZ0 hU؀h cؾ}׮]f͚8|ŋϜ9ܺuK|9sÇz{{DDD;wTL\OC:e˖yٳg/]m6=x+Vػw˿\/^L,Xpԩd~:ӧZɓ'׮]r +죈^@7n5-\p֭AAAGn +[B̜9sە+W'88cǎA^CDY@oz~(Pcܙ\֕c W4q:MciӦ矲*//u@ӭ)o߮Zh6ז-[^ +(?$$p `,\"xܹs'*++Gaovuu-]}^ɓ'cpyׯ}'665o߾ݻwM( C5++ -PHԐ8.\TѣG + +Z7daaaNNh:t> F@͛73x"h\P R9ԹRZqUɃ锞ݻჩFW%PaA؆z;넄X]]-,d1d>diӦϟcQm_ٳgb. +nJJJa.`vv6!&&j`l2d+4Ć駟p8 +mOZZ0'<r?y$WG@=7'm۸\H#Z>aT<ujw$l˗9sn`.c` B%Tnn.i8` +|2,H tQ,Nh<$ "bkC@=%Rd} $@rlCj!&}}}mab':t?F", ! +#'L<A9eB!<ހr1ԦbZljj\x ~O R9mj:"H7*L-{@g4Dښw/{ 3aT؀N 1~Ae1sg*׮/{C@2Lv R9h7Lf4Zl~k*///++sUF/`v 7MWFJ@oj,&QuuuJ5U\\l0\Wz3W0*H*i0m:T0l&ܠ~AUcYnݙ0؀}^e[ +h2>f&ڀ*GKK mmmzC ]@Cu;hKK,Xn!F_6\Bryo&euݰbFD^1ONJ}b_P R9n֙0EUU7lذxpr2} Ñ#G>;wݻwÇ6C(11>***:v^f2=~{UUUM+e&L˪Ąܼ*뫲ʘ$%y:T  ZQQcΒ?e˖˗[neggoܾ}fڵ۷o({1:u/^|Mrrr]tܠ X[[]vR\'OΙ3R/z9r&/_ׯ_r +MH sj4i޽{e<-[m6Γ3S*@PDDѣGϟOr.U;::% Uuޝ +n7ʲ'*t=OA ņe˖Kkʔ)B;>r0yUVaB"yٗa„ IIIϟ1cʕ+vVȁ Pu ?~k֬A={@XE>@D#̙3f" 8gϮX@ٳg>yLHyA؂ 9s,ܹsݻzzz>A(ϻp:Ew ???J򢽽V7qSN СCr7vvvnݺ JwtV%޻Si*mn44| FV^M`oVꖍA9Rf9j +ũ50a|ݺu@V:Zx1)VBhm򔢗ڀ:L}6`ʼܔ~S*+̄*l@fTU5Ckܹ ?~e~gy~H9___,5F Nh)11QYKa1Ig10 >|Tza~QU{G´ác>U"CXZA4H)pL`ogΜ^>;wg`B +#sA~êg!WWīTڀά7(*-{g.<- {2^E@"$ކeegg~KkKtJ111 [DB> ;vTIJ]VqTҒk-4DRQ=*03ZPaXE頟]<ݽ!f@r=+ Z_gJ5@Cq 36  !d;6S]U֙0}4XJ{_C3R|ݸ}K_WEEuC_]f%`ͺG|IIQGG sHEf/h9֩R}J0NsUuuMe{=+sAWyUJ{{j+6|Й0QQ7*Y-M%͖s(;'\ʳu痗eYJMSYNJa)IQII#E&%Eܿs{_؛ SYb*6>,,x0Iۻ-( [%hz~QngԺp秦܏rLvӽ萐Qnތ /}Wdԝ;*=Ntحhn|С#>r0~>>3^wd&oj0$&F0MHw{e8hPx,Mcp7VACwf´XJj[ֵ4յf׳^f^Y,=5FkC_ї/}7R>*JRT*JRT*JRT*JRT*JRT*JRT*JRT*JRT*JRT*JRT*JRT*JRT*JRT*JR}?W] +endstream +endobj +1159 0 obj << +/Type /XObject +/Subtype /Image +/Width 607 +/Height 454 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 105786 +/Filter /FlateDecode +>> +stream +xT[WdJ&2ޜq8q{{/alzA z@ @U!! D3~wf[k~]~>#=pyy^yEYQ#̭;y \6Ty5ss旙̘|6WɨD +JMx W3TT-nWui]Mڈ6PrA!+W4D9 +/ H8i3ZX1Ź7ܼF~^?'TI($KXy pN5yC?S&C pcu1`Uůj7rō"xUmj JXV jXy(p8F!q$$(l4EBx/ίf6 +vAX,Ǔ} +r,~%OCUPt5`>dh!s\`TU'T 2^1jP@D3*Y-3dfDZN2:JFAS  jZوN&6D1^ mT +@ @ :ʝjQdD+%BxD/ЉIELh j\_,kL̗Dd3ဓԉyzIr9&C +*%Jdi/EJ"K $>XSB$!YAKxCwp.#I$AR".$di7 J^!cb+g8c4pN7"S%x!,$@'1R,Aӱ+G^s|id].Q>ѣ(EyH4Ј淠^ *> wu~6ǹ*I5`k 15aЍ-13PSӪ!F8+ ~5;t9o3lP|8KGG׋{^z]˫+|ف|&'OϜ^1n?n0=~6ٵgr~\Q `\>3׈ b +? +/@ g?EBjo +?_0 /EB/ KeEx_@%_`z%Wd/}oT_/oQ7Z=ྨܿՋM*THMk?28lM}l*pqQ %\LpI$BK ,S.?J02*#0:R.Ybz* 諏ӮZ'C1ĵH@'7߰InyI 7l3VmϼeipȴϹmeȱϾa}>)c;NwrS]a`x9ssZ,]a@X[C @<MO +yWMk‡^EV@xbBX{?^>6x '+-Ij'ev~e6e@VVjC0}p*!/DpcbSV\ +prC8"\a?UpkD nn5@GָDָGA=TֺGպԸGԹGyDzE׃WLgtgOx4x{C+;>M@7Bb_P웸Z 허????:)ȀRWDPJ[`J[P*2( J:*0-$ 6BQ@dBP@@u3;² :<Ttx6:<#" Q:Ib` E@][`WIA3V$JH,!$B$R|R) \FJ.]ҠR+ RޓZ VVAN7 Pٛ/їM*LuEJͬjV @gݟ]Wj tϮes9zz^=-wek6@5&Fn@~ i ^ofF~`A+ p$pE"W*D+DQ+PE+m%@eV*)E!.}v ]D9[:Xv9 4WVA[ ˯Tḕ* +!=Xո.A5^P QCA]APMЯ#AHn$Iiн҆^P!>i3 tZc@4SdfS藃t4Dl+芕lP]>  %jP;@e;+bP3՘! A`#_nZӦ.w5t&^N9#sh]LLa$Лv6k>ح>_ +k:yfͻïB?93 o>wοY/~+\Y/\~o׻~ֻnw_aǫ@`h6oyc[o_t Two ww;~y};>wyg[;Ѿ?񾰏D|7OG|C'?D|z ӃQkF~?}kE}v( +p燣>H̺#PhGA[w4vѸ/Ů;Dq+$?d:įW9i 6NgV8L򦳩&o>SMnVz1s3_q% lx6u̝Ww^ꮫYo캖Z77fr f~ s+oEwނ{S=]7߅W|ý,W9âEòK[zTCK>,9uGx\~qǕ'M ~G:ՠc{iӎ5`0t]gk;y\/_tkA$ad(V1q@XǭBz$Xhж $]6.lH~C^>^ǔ>4 + +DSZsZs) +U}*)[-Mwdsr<鞹zVj`z0}`L|7W0W8 4TXEl ERbw+\Ɓ(B*x`P+F+GBP  GVz4z4JZ!F#FkEQ:Q* zQL$Q *&I|#`,Y84$Kj%ƒr[HEr"MڦHiU# HEJ:]BZ;vMF*=֤Ld`5Yhm&VfcY]ڬNmv.s"K9ݓ.]^AL#a)a +F'8P@2MD#l, z {MdSatQӅ钾l uE5fKg9h4HW 1ՁʁJ~F?ntv{g7{iLJ[<6o!olwvq0싃_Xp뎄?rw·Mݬ}R<Dq(SqXSqO6Z%nJ˩of#L7g9lOKv. | I;%oB ; Rw\Ly1y'Rw.RڷWvWWjwҿR7Vֶ`=7 }[+XdV{n\/pcÝwz7=ءw[_p>e\w:~! +~AqVEoq)蜰.:a]|֮IHYғ6%h([m"`g*ؕ>:$ID$S2qS%L(@' +NrMK@038ycH,JXрw63kCKDBr}aUpTa~~pX*b1g_>fX0%!!eáea +Vh+^`Gym*vd%'v/eC&/] [͏ë 댫ckqPAIEIJ0n4a4a4AW$I¤qr Zi-JR #hKm!i(yz +t 3PvYz ҬICotԐ h>6\l|Ʒ7خy'wOi]ͫ_9S5=YÌ"<.|bS77yէ EJ/]~]aiGo3NiEx߸fR p \rۡ0V7ڴn6<ߵp=Bj ﹖+1Ssӱd8>Z?x F޷_ȏ +7fTѾP2]1~g.?YJw5}3 'b?>D,HM) w=p_Z诎Ŭ? 'cD̆qOn8 c IMx̗'vOT<%o=թNT_r6iÏ [ϧ캜t`S]pCb!1QH@L r΋i/b:0Jz>SIUArݱ=7ރor+%w]c}v޾y^F Umw[G#~{nCz[yKu@MAB*IF?8pSO@<}İ\|RIoP&(?4 +FpS)'Ctp5H-axq3Ug+0E V0nukx6(D;o`^hO;VqhAEs f"*e(Q֝wmm^wѵWUOFy6 j+ErbW<# +(75(J!:E}-QENPkF ,.Cq;&`BtU;Y NY($aN0*(#z%M""t +$pxEBEY#^䔌O w[E|'+qrbj/*0nT[zK:>wŃKO9ҎN:ATrL03T9T''S{]2)Z\#Qb#;Euφ{Vwހk6??D ȥy * *~Z-l1dȿV +"$3hاW8\̊d{3 +څs˱5RV]v2+Ȋ%Y NF!%n1\΍ W*xԨ^,?FcjG#Q5X`:At0^, E zqlhTwD_AT%5KSDMֱiB$E&KjF)k5k& d;Q%l: 113]ߨFYԭAGϐ2$~}U7$LtLU.s29$33e8)KS@ewMK4]bD¯GTVvm +W^-V~ͩc]ϊ<*n8]w*YyɮʯK)[N'~--'mǥ>X;9=bZ<$:m8`X:oStn{,2(}"'`_|XY2 㕀へ[cPwۣ>GFd4\U2x'<)s=s +B2 {-r"Z,}j/ؗ^r,Ɓ]8Wl#QfugbXm"Z"ҰLP$NMmQx w 1$<ҏṄL1ҫ01҄aN<m`8 Xiww.nԚ[?(7]lH.OmkNT{ad(KR)?ZEƗ:LT*BFcDvitTR$хTq.X]HH>=?3[B 뛞],$wjC@qK;&t5`a}ȑOfP0%n4~[^<kg7Jiz.U]v+\cL8-/Veu`6,T`U=0Xԭ$Lw3Po԰Yu yJ޼b5ɥω|c=]7bJB;XƧϞ#q6] RdIɞng R>Q6d(fgXӅ)U60f8[=0[͜c]39N$<MR?o68;r҈UX@|hՎ˄é)q7mNY~]UͤX:9Fv9wN=d;w`eU)e9O=_5G\HXROE)?ʔ8"4&܋19جP.7wyͥD!m`wx^V)qͻւ _}'e0:70}DLB?[9 >4_+[,w+0NρXn&&g>?._}`a5ヤ؄mNWvBj>,Mַ3޷~0gInW(pd7/sWMXV;ܩò,WYB⸗ +ㆼJrB~*,C"m>{߫*(\KM/!m<QW Ht&_3(k +TP# xK0^\G{g|y4ogP"VK^< K!,lEG"wץnKg2+z +XOiҦgb +nT5((xU@_]ie}cʩb2_-kઢ 57wIc]<:G06R*S]@-#s7<ꀯ,<̳ NNjᖀ +jxٵУRٸ;wQbi$ ;Hu|#Oҍ3 Cᰞ1<dLH[!E3^LVyqpQE-.>nK ^hV%%)k֑ +KcErM,H[G 02HOa҂Rӎ>IY;~H{06.r°_%fo1gkAe2gN,(873lioPN ]5ljq0l  {Τȏxnҫwxgt\#5,(cF9jݽ52]V17 +Qf͚h|o}U-s+R{/I'^OJ)ʯ"_˟_L>;f݈Xc_=/]gc>R:+PLM9l +8:<k0~/SJcz@u"|jr*U.u 6]G{neolz{_ĘRў"NRcxs#qP]8yPZsD4b"ON)]0;xfz#Q`e8? `O0X5tH:9e0ƨCcAB!3<3Wˡ J5?=UfؕUޓSEN'KIuvm04~Dd77NaUUOmB__<(N5b 4VQl4Ipɮq9c7T41{Fڰ`aK؈X_p(-ofl<&9" {t7S4@c)rG\Ggϟ-cTQ':X3^B>nlQ:*ifF\QOA_.<GvW +V2\qyb]^u3s7sٛ}p?k݇mn% +X9](NNoK>eHON^,E50J4$*CJe^s7E\^~ +>/yvvu]#gkb1 +zz7g*';`x/O/lL#C{/{6ƢM9$0? G;5Aht\R8IJxᔄ+ m{1qe4{#Y;l(35l0<W>@yR$ TL1Z0DJ.l +(Usϣ 3 N)= NzdRr(6 $T,̇1*4 Rz#<H3KM<2{bP0ͦpI,]U)&biDnlW5erLEկ*L*S?s/ixSEo(UٸjΤidR4%f)̘\Ǜ[EK'MbpCjFiUbǥ=It$ȚOr#~shЌ(ū85,$uFpfѼđ'R%ϔuY=Sl+f;'Q5!KpEbJ2\~"K6#̖%\S%duvrYKk(A5%s~rq84&T4 :Ɯ{1N7,if`ϘcfrfvH13C5-ѤX޼ \Wh&M0G5Wo6y^T&g9tdFXϴzj7T?So0WB42ՌZ/Q&%j3VD Md*JgYbr::%MRl+iLiI-@40\SPn9 C䆥T+G62-$um8 $}w>ᇫzrGU!IHT{ߵlB`B^s;0ĝtYK$2]p/<,ꦿ>컜zf0oUe3= YfbL~ȜrRj&q/ N:S6Q' H9'o.# H'FgaA dVƞX7CAfs{R{C2:V/+ XT#A)]ˁC.-=M-&{ v j)y݈Vh6Y SzY(C2p `r<P/e1 th/UNE lKζaUNcƄn0._d|!iLe U} yCA@Wsl{g0=ãuKwgJL0WFL>y`vKx&yt:vi:YȰDsBtKl݀rjUyq#:ŠS >ɪtT9oBgN)m$!.8 C@$1="txxtGGۥL\CKMəaw3[1P  W(%&Ak@n%ZBa< %ڹJ +|JLk± + +l4, r"±0.쵯]}+:o9>&1mxyE4'76zJF~]aYw_M_L;K-|KxG)mhVxtxFǣ#1d}7xDbq/s +ol TѰRJZcIܤ|[dSRK 9t3#!y _33ֵT|tNב9'%ෞMKǜ{RR/mB &<7{V\›=N=,HN,"yǵ!ҊIaCҊ{ɍ}\"[.ؖWSJ{[$Z|mC]H- NͰ~xKW*4{ѡ +N<q)=hg +jv9u[+Ε|S)N(&=kL@w^w,mbZ7؄6']p.9'"NC skhAg#ٸe-CHfH&>_?8% ;zAw}YPQ#mapo +ޣV%Q=HVL>2 S,u֡{]qeC(oc? AǴm*me!*ڽ@dY0NXeH.}ԚRNrA0H3֢yuX&\3M@);R ,k*mcUcy Yͫ_;~ݫW?}3?FEgtS|6B{s?o~m˚O[[=}ן;O~otʱ/~_vjB߅|g[<^Yf xmr}!tO[^C&ϵ{>7{a +xk?~/ͭonxo;uoݑm./E+ೃa|/$(b| _C؇{C|G|~(oga{F6~swB ".F5}r 3 OOFl9tC$=TskGh̦b>ű'w\NxJ'nNR֟yT5uәįN}*a˹ T·W3-g9Bڮi$o9z֦s_v!usO|K^̈́=7sv_u-sK"lrj)n(mto JuQ{@fhf;lYz*v;ǬX=8,<,}/<= {T|]xb1dS6gʡ/B>(>lUrƾ䓲#JY^YG'm+.}qG9x*՞8a[qqjiWN9ThWuqգGkg=/ԞspuW;i.`mTG Gy|34_ Geφ{AW=.{5^nChxͧaHM~-7[CCZn"YGa +D i mM >e86:}#IL׃N180!.2 kYEw'Dt>rL"%ୢIxc2aTOv&nH1- #!\@{aA$'Rv)WAxGkq$09'#CwNȡfW)NnUzݳriyn4?[&=̥3`+D~~~z%Yd˒J,Ga$MLL @$@  sFFjt7 :9!ߩ{f#1swu*:U]{-AVO'ݓAmm +řgk 2{{se{uW ]T5tj0f8vR2fb2^0rZR;|.ժGRF[Wii V_iR_nTgjW[ӽ;K6٪Ҥh^k^kh7dhrIV}hmMi$8ЋkDM:E4$S>͜E,7fs.e<6~j![b1YĘɛ7;EEY^{.B`7s; l)o;{W`+͕ l"{)oX`/ەs;Y'rsG'vVH]nWU\.z6 yz}5ު~oې([(n8qҵ$<}ȡ7'HvKɾ*p㱇'?sXgNض%zN1T4"nrzStE7g"aգ~+GVrE|;q1 ;=/_v߅0z#MF|['vgM n;Cz i[i[i[":ODp9G_VyB䎝LJx +v @ +cW*~se.cs|6: ;#+W!=p5DC2QY}Wxn2Gnn~] 0:[-A+&p yfwMIl: (1[}+;^:",(*,.8QN@$O(U)%*OHD'(Ε)˱s+Cp^PP P^иT=f@dHrhJhrhʃԗFS45D&Mz!ͺf=]FVõ653M@Wۍ@9ft" "ɒM2ߠLeS&@&n9yt>t@^T~:>ϘՉĘŞ-d0sEWN̕yAo/#,8JNe]BWY˃Kn_P/u_?`F:_7;\뙛g QA[ċ5()% -HښVƪQ9v+5P}G>8ATQE~8Z#p]( +F[BǸ>V=NJ@̱(\'xq=~{b=%?%!|?UrB J^xBiw`P{G:spRIeG?, ++bUFt|ey!MXXw2b5PlDjR P T\\RRb) ՝@Z݉T2:N\i8p:d:8ҘqҜj\mN|@gV1YhI֚|.51lV9̶sYm(l +]A n.dErɹXd."¥\2Pr>9Mrr +]'S( )4I+NM-ݢp!r! +RQx~#^DO/ƨ~3p*m,Py0@f KᒙyYʼV.'u}.Y!~}}aQ9F9's])Tps*V08TjY-ȫG5멠Z!\P'*ᗢB!, @a + jU(@Qc7PAR܄bJo7Kn#NKzni-i-i-m{zKCSAZJ迷B0_F#bD$=RYVN_GY*i +xMQEWрTE5]Qա \բ`-"aemD& U=kl`s ճ#(<҄k3ąpw#T\DևE "+5dFi{xZ/94k.בm4[iJv\[Hfp96ƺE'К׵!}Lv8?e6틀8jC3|S<.}HjM, VX!z巰 +qt 0lPyMk:1" P]u>b2@칈S=D;9_&9"{t]!pTvX8z]qL#:[  IrSr2.4<;5գ d*/`(HV͈d&tsepڪBU 0=ZLJKF|bkƍr4aUx]凩u@.4yzRXR8^HHkA +uQiNV$ u; +D"\z ]gKDQj0p}ͪ ;Ŵ7>{skU1MQO :u7t^hxx- bjB h^?±p`X2>h2=C{M@o Ea%? +|iaoU 8P~NyJz,I1M967qj0hz_>Kjllrt08391Ϻ.`=7;;&]LѼJ!֤&'6=p°;lET:}":L^+f`pjuŭ`15 x.473?e |~/蹲wlmiIQwef\r0MK~+T  p0тriynlF6M?ovz1YZBޙ)ۮ;q0L0Czh6ޯpK> gO?{Nnpii1e^ )rgBֻ?wֵXF4o/%_oZOOPpilb}Fj{-nܯo\t)ή*:mωÝM cnL]~3 )--3F^~6T镮 L@_8:tX!0w~Ʈؙ'x0h.\8 CVPTshS'aZ9~pLnQJ$Vecss.S4l`4,g`Kݟ|x쉑aŕs`Z/\8A%C)L.Fylc Jz%ze锆o?‚k +`aqW~rzyٗɄ}v2-HLl`S[YZM?}2#:}hՌ 2Yϥ `ӧ>ɨ;uH0,h]QV %eTp%mvdZk7]KOYЮ +D[YP4 @bB=_v,ЮR Q^YQHhf_^^O#;wTW~Qfg+ J<{X踣TJa-"r"[J"bmȹ:gacFƹw5w8C*`ܼDz)m3 βppEY)03CF(a9`+,Ko- ]1bfNЩϝ}xȎoe`Ꞵ߿xܡؘիϟ' z#Z-sWU;ڝc{l{0+RLlj*;}2Z,S)]tPr-'{o;v~e+/f`Px|TpyLBfTSݽ;3=r3qQ45m`?ضߌ9_gV;y2rǎOH&۫/`ֻ{'gc&;SaҜڪ)ә3qgNBw(׊o_?puI[=^˻rfjJIG}$j[oVvfA^FjJ¾}۳^MCNk",'`ؤ$_˸ w7?ٱ <SNwF֥cQ3/Z*>ǻ , #01&f߻߃.Q"r"[J"rhrrU 9Vig`pPYXK,m +RfOBV>x9- ~GI"\s8`VHa4* +V N\s=\R|=/JUE;F.:kfқ\ЫȽK<gGd&UVMY.M>NM{kެIq">iϽb'KS|J=kM<^PWs7_Gԛ̃i)gڐ>mp= gKkFzR!=wr( |^nIQٺ9x%(l蝦;ˋ֓ǣX'4A7?D]>'7yH}0tò`Ve,^jPH6\NKܻ}sg1s_ 1E-SEg89Yzo=zǭ3y|.^&;01+O|r97RoW9$Pۘen51w*6sm$@sSO\zf2Fgw|Ձ>|J !'!'!狱!'gmU Mϡs5 +h7k;|sK?5j=0} k]6u|&"slv{vz$g uFMTݼӧcSh4}SJg)0hG$y˸8mZtnzpǠ훰(/LOO*"60nqL:_Q 25=*<clgZ̓!/h m7ߐ N=Zu}F0n'hʪC"0n?lr{ai/ >kr|:3B{Ay=;~m0  FkCBvzP}VXr@` +I- 8؆U#n( kӐ;f481hF%H-(h-۴ȆȖȆ/h{^ >^{YࡏV}^#$WhJwzCb }N/ +>I|\NB=ڵm=:+ +SWlկCԩC5mX{0˼ri"|0(QmA^/ +b"k9JwQw"{;!n#LC.{4h[Sۈnel,d +яƆ]w +*֩G@b6 *7ܤ L]EFNȉl)X !mUst~>Nqa/O?i霐2"pa# .er9u/>X}agXsc=֞Z| ts=4%e01|Ǟ<"֋Xo5U,5*X#\ a"#D+E=J4DUcT,ڤu&z=zOf=&&\DZZO= '{^s3*_4ga=q:bͪmM3O+ޢOM!^~}~XdE>Nt~߶?X^#Xl,\auu 'VdiE'9V2Xr[z֊'RsV[M6Ʊr6TCJކkER;OVE>Y9%b//ru}Yå-DٗLQ퇈枧a=򄜍6;K ]s]1y&ۀcj%l-ژDBH(bxLQzyYn|蠢_=*=  h5ZzivG@Y6TGe`IKC6ǕϠ#T:m/~(1 *pܬX޹yztZ273~NhLjІPsi_>DcQz_h3G|.eؠ{0rqƍ +XQoc|lG"E!m]׺OEd뛴 &~,s=MNyph~ʪҎ5{lp>w`9vۦGԸb2:CfugxL"}1AI$B`sy`>ŝgPN#B+Dw466y]&Xy'9!'Ԛ)՘wu' G'aGD&Ńo>~ptQu(Ԃ}`2|npRP *NN'J%D\1ᑏ)xE7mmLpA@ߎIJxyf:Fu} p.k٪p;<r3hEnHACPiu܋Τ5i&^@t]_cڪ9г U@8FĤOE`z=0bpBt/0\C +\ǴCeqR)Hy8ᝎWúx1 ˧=OJ)eNKܒc 6F#6c3}USӐ~ S}pۼ*p7GM68{CΔjL +a4{Ck׌:.2mUmXSꪻYYׄ03ѕM8]mlg>'eXͣqTUqHY*}m-\`Za2HإtP m-Og'{͐F,U/,ƣG*m3 IqVNl~}ҒlioX8ؘdRʹUu,P4(V/.e_O9|xw̑'zi鸃v&͌ۻ=6R[kl)Xl,aJb-u45U +>3ra_7\DPd&loKB!4 +c Rȗa'&?ֹ#X/B.:@iH%txqoHH沏-x-,qHR&'T* 4?}Eŀ\ׂEkJ%1hKИ Ď|Mz\>qB!> JaȠX+@hxa@Bi-TCb/ ~oO&f9266[kTEL*Y?0! x|Z[[N׏}R,&Fkh`UC-aRjˁ~.\B+A&G̜vt,FmqjGG{>*ܴBi;\NXIhoPݦ.}FLbGG}N3֪{;z% Th4}͵^"A* +%b܅艺cĎ7zD0b{{R)Ǿ3 +~D?hlm6-tLeJoO|'؜F:pc]-o_QqGTk8n rRzN__{{{yyݻw+KFwYJm-.]]]?tI'rVn_p$ j.no!ޑ'~ܤTq.yN'ɾAmt,e?.(^^NM +ȍ W%"ZeE~7hbo4/ϕ7i)Gc4)Y)4ÒSG+GF2//+x_^˸t㢴^"lR99mMe} 6y\"8R)h~\IÃb!KHW)zzؕw+t`d..R,Ǯit~HֶX'-Ja sVs @ubnӈ"nH#0~@.T] F0T$lb2(HXZMmZatܔ`Q"ha4~ Z!tzLݧ"t}sӣ}^NoK)C[ԫ !v!C4JˌuD(`4D16:MH!vu1=/pƖf3]HpuB{Νp׮?GL_^RHM_ԶۛjI&2"A2Cr>X[k=Khӌv3:6et*Ӵ#}--u0 ^pzbCkimn @+//P&R崶ʥzG{uս> R{{}T 3ɤfXHb„VGhg2 "]Y^*$&_eyT 1̊{%#C*$"P@c҉bG%7d9<"|@.V|AokL|^bn1 #蠴2h;F+t2@7R`[AbpDPxˋXIhmP"+ѡ. I<.2mM#4j`S/X +^H$'-CIq=eQuv;g]{w`` ʲ;$B#,fFǴ}O8Y\h61 Izu5TRQ/fNN*( ڢUtڄ|:ʨ&9[F x2)1 tی4n5-zʟ ^ N h;a \6|6jifՐʃ کh>T`A"\lƃ/5^sR|ѻAwrfr ˜ƪsmv3~S`U,-Gm>rCz5Iإݻw*UWìk2r, +쁑ϧU6UH;wJ&[mUMwhC e8*r|7YǨډ+{ ]v;#-"& f׳I>fEY-'&^8{<;+feprn\}՟z=K JX3ǂAjjISdeHXubEYk +)FlqMkoJt#3|I(x  y92/ 5W3i TTBgyRٟs9?/S6A"VNM( s\1r1M?T02ˀ?AȀ/0qr)mO839 +36́`Nˆ[.0V0~.f,: ( 1,=u@d& @Z6REuv`I2`ŤnL+ y.&MhjDVCEෂD>*Hvoo&K +HJ!7<9\$PwC`Eh,/bwZ ˊd'C\vIՐpnF;osIppto1z}lyqzPƻqQφ;>KONk4IA4<(IVPuŭkˋS ΜSB>яwi^yN|eGʼz턶3M +W )׮^a4o)YZ`N$Jm4).0VMKygg8Vprnז,.LOXbeyq!,ǻDT~&>L&03S0i$ fG> }o8<̱>>Q?s#&aF@ЏAZ #S.M5ص `nnF LZUFI/!N#x0)AxH!ȘRhjVנ|ϑE֨@V;ZOj~Px25$bMMQA +Iy!;@gJ( EU0-xsi<5 +, +k ˫v {%lD]c˃k킆Ȱ`aA .zhϟWASiAyypP>J}rP\v`] +6, ` ga*1dzI:]ކ?("hSy0&uj 3z~R06#po?SٟJ+o[ZVVeܐ`bU.:+{ M~q@alqgܐs, ymUOTl 9خ6SSmN`jC18r@c`<=4nP?ݍet Vqiq@oX0h>0fvgϝN</SLJ[얥),tv˄DB3^X Lc >üoTBs>/0 LjoEJ.L=.tPeYEo,LA.v9`7\.|> Yz{x6Mj|oAko/ 6A;6aaNw ^Zpx<&Hfw!x&(6wa ,.X=X`?C$wi6G%I.ۍC"GC-r* %$=]L3XԘCЫ +ނ:q8$[Z4Tj{' +bP4G#g5=R t"F +Id{'P^ 0VaQ~PLXErDlp +bb)cՅLu!빌xwx\& uX'B^(/#Q׻ >@zXc/X>vFʈDnSێ+a {'9DOz'2g;)qc|cnQe)}^}Jk :W=!ghH?7=oȱmѮ=!9cGP ңAѠ2.8.kFGO A剠,6: /v`5)=J$Z'ǐ&zYLC?T*cZ+bAe|P}B킰"ſ'{.co:!1?DO 9+ϹGS׃^z脜ޞ 9 9+st'g&4OtB!gkNAj Xd6Mj!\|l{54jٲ8 >O-z)w 5FNFZ-NXnuBVۙӘ^  Z!>_qN>Ά 4[lYǤprmAIR 'פwo>5kkʡ7tZF7Cס_K.=hcӉt(b/4ZDg}pBm U#V]}DZĸqiaΤ| 9JyUdCǡ˸#0 4:-Wo>,LγVc5E 6M#?[D/Tϑ^By#Y[a-D^3Qé֪6`|gN 3^B , +jdUٽRܔ^{8OOOO C`fzx& sN73="fFJԺn)?T/,-?"{ZK\=nܤzX5Y!#heGd`)rn:8nؐrNCG]a<$ +]"{ȋ}x/)OpԧqF;##=a,bxaq^^7Bafbs)tȱVz)D[6:6.Z9>i}"4Mn=/9JK[`=f}ex9)z_> l~^~zɵL {$TS3FΥP6nY>>0) ++ +#*"_hjBL<u|hҢP">Q2?Jd((?eM65FxqEV~x >/Td5Lpe~&zȲFCz. 7:lZ]0| djB8;9b yXoKMql#mz6.qFsjD"uh5|,iLN!7SITr ܲqEB[=!6dbHylbʪZ)dBVҶV94DԶrIqaB9E´}>vxvGi)1Tk{qփlnHN"|lX|}ME_'x(P)eq ||hz/zrBs;KssU08BX:ZsY?ovZ bP0)1>Vaa\%.1S,okdCE QH7EV '׳׊DZMwk[A1X3:ZM̊1$jySEyáW;vT`t0$.R<Ը1DvHm!ǠU:׫}Ci]vͼq갰FSx}U@ .YHⱢ|MO.}Pm _d\>&ty|2Kwu2$ \"Oip))x'E-il)7@]-rO0C"i¤HMMڷogĹG%KĚn%ta=10A$8#L@gb Q-B.ZcC\G~(650ݵC0AY(P o_D7ofݻC&㊻?+ wuȕ 1]]mzTj=(E啷ne E!:!{aT1.Ǐ1{6(P-w`X䰃(};)zq / PZn|+* +og`u ^ A$E-lЄټ}XAG}BIi +u:!RKJoFEr Nuf? Aȅ-NaJGcU8ex0SGY|;{uu#M!+飊!a'R= !.@hb0[!LZ |.OʂnHk;wn۷o{skI0Xv1YQ:xK.l`K`x`^\͸2,8~, !'E6`b2g ~xY*vn1GwъĄ8HPwz=XU^sv=4b- 'rW.<@GE8¯~s‰k_y'v}tȞo}W.|{˥3[e7ӯɇNŠf6p$*1ǺUy8fV'a$;q*!6!1~N߾}۱cknm.s׮^,.}>1 0!jiMUCC|6ɋ$j=T*E?7_<'$V~_;6W@ 2`u8o*:pmyX*{lj?mo|$Ħͺ%%VV;wlkn@WЪG$Ĕh{>RkzndDO_m$ۿ]オu߽9gΌ 9 M&1`1"'!A"' P ,Dow7` dOUWvUuiwu}jWJ5oO^J:8Xn8$:++0?͛<ԺsfpYٚzW糧} )ڷR|P@67/I~u/YZ>&ܹt뎎O7 ˡzz:!z._:{ec[}*4?wOGgO? \L~~X!`꥛D +rydɓ8:YE> +{pؿҥsܾ^jkcc7n\vrz>^LL0T +.X+X>j adܻ <̌Z7ߎkkNMrrj;Ool!6S=`ٓTj}}Awoǫw?"F+؝Wo +3גּ_߽ t鴹s+{;sB{{ӳNy^pCH繫֭']=1֋#.c~ z21.4ښS,U$%FR^!8;qynTt??g#\ϡ{;J*S"@ 9;cinOnу?*"--ڰݮLsr)Y~ۢ}VAAT^iy)׮_05 }}iE]p .Lx 1'ue씦R6>GJ{#aF8:Zz{fŅ~C0˗0J& 17_9ԴepQ}xɃcI+O +5)45 &`ACS T 5,GĆ=xܩd ,1 ؤF 67 q֥oP}ݱ033hMϱ1oY4oy`Wc}qtE _ؙWɸv ^^=/+ƫW5B y20663LI`e7 ^I6j]s:`󿇄;:lJ~<@+O瓧13קҒ~أw/p 肋u`u866`f}ކxY[~:=fna``@ ,k&&ճ!}MΝ';Zᚗشj^M h*>.%- +vAaD$8Ӫ]DQYs7. 3!WUuQ1R">pjV++ !XEY=oBG$ W3U, + T@@P%"rp,("iW{y3)ÌU,VU$c2jrVU 7m"_=T_VT`sY`Tew J ̥8fU4^6~$JImldc߲-Gu8TǿdʊúiJ.p.OO +dS ;\Gws9̊b=ayi15U`.[7oT NLׇ<|1*V&@s\D걹,),K7K4.h*kUxKJr``ږ]nRZnn +=/!TR{(^GK-ׁi=Mgfe%pXBX%3o*ID╇ȼl6*dLY&$Duu4L`]8IGX9,YR)_5N\Պvͪѳ@pl㕔|"KcJɌ{~oZ5LOST_Ư`ԕ+<hB#ϬTVCQkTsU._?3kk96QM ;XQ%o`=߭[c6gMjkQUUSY,zW+ܛNUSʥgʋx϶ު?njVUW%%U+Ԫ.Xz??]VP)? ^`7Jѥ]9Fd rbkly*1112992^wUkTᩉэT[*&TSS;εvj;ܹVMzT#pU0ɩm{TS#j~ mRGg33Oi֦qKHX/CR@[w\ FXdYpe?mR~ښ + c;U)Ewv[5 %۰m\kXF41py_K o={z?tE;S< ~|,^xP-=oplY'>PE*=8jrTWYQ=&T?LNeYFwҴV[OSz?g=}AZY{Kkߢ&KwZQ~1TwѠtwۇ;ƕu,&2*4 +#@h_t8lyT#bbVʕ~P@ dH8jp۪ +ۿu6֫F6gOTGxO-|!uv LO%Z_M7l|2|dspL29l~.l2y&ܒʜ8Tir6 ;?by1b +HVүIuTfT&UvTM-!==9QKj51)oy9-;>7 ~BxmJO4dג#ki6c(px?Ǘ8B##<ܒ¬,r.+/nc)TJZnNF.U#hINNw~BF;P)v݉jtKbTݪD0p$Uj<c-eymz@.cq'H +*\H8 ~!t''X\Hyz23c*x$xym?žyVz3Və' d` +z.Y3M՟* +YoG*JhD?Xzh5gF浽x1WV]ZBnH,X29 "8V_6;99dc"I[Djb'&4lҸD*&55,QK@P"(kƏ@f*jP#J=PTQYha=.B~x}xw^>fGB1I asN ju-8S~Yd >s_\Sn#]9?z=K 6ĿpvաD׽c ++{i0V{R9)!iz zu]ɩOCsk}OUVBu~۪s;VVB3Wv܄lȤA.9(y,<ߝTXHi^XX4>cׄW˂Hz4=r&Uiu'j4MbHB2hǿƎSq͟pG(RH֪V?%#rITor)]pd^Ql +xYSasrXbgX@b\"KuraӈBXˑĬ& +g:b{| 9]]ըZJ[I_?b/$e +KT>;۱MB\<=X_PWm7 =ĸSaecˌc9xwG=AtQ?;uʑv8Wk,KNOdЫJf&{:ث@/DQ5"U`/9Q@Jo6Kj#yܲ\N 57/!4Gg(y)pm]R|iCbw2l@2:U iĮFK +22(9؞M`\,qQGOό1p/!GUoM9SٛރWLOn2->ѿ$I=Yx\,Ki)!$8C zsbgW) s(N 1Χ6$!vljLI> K :Xi~.ɗnzSə=?M؞j XlZ|9jb۪ޅ}4U P,9j d@vvWYFhMwYQJs_dec-/_VA'839ioiZUrœ|,Hl~MOi29Pc7s7Q)ΌzWKm$y\f\PXU?#.x&G1˒T~,ܸ&IAU!UyqɂHgN?=Yh]dw3LD߆L 1Қ‚TAFXDh͌fFߒeԔ6;0FfB`E"H UKO(!gV [E33c8R5*Rw?W&TϞVW1^9Y/N1%8Ȑ=W&C2>[W,IaP_vnf 1>"@h#mZ=DR훗s(}A~.6U̿gg6q^wpwCR{n1Կ/? |R/%:IugŤUײ8%4ܛӨIK7`7nmgnaaTƣߺyʕsɩQi{y=WtxR*tt|Kwo_o_ښ ޹d(_~ox'F^vƔ_YHlDȫ*p!lR 9˄ BV&ľŃcqNwO%^x~e`b)R/~ JtCnL+ٺ?==ztۛR1;bWlw Pm2\ta8pE֮bV奴'AY0!NNmZ{*i?]s=ɾVQTg9nx3Iz?=1V1~)7<x.~NjzSY^Nyv1B2Az_bW0gR]Mfqq).j*"3*"RSu3g+_V}~[d=_rK 0pĶwĻ7_wa~Ԝwo=Όxa`Q[ö6ie&:ٙ+Hq.ϭlJuuee-.*ؖόk^ϣ߿y,?7983<5-'igp3䳍 tbnݾrp!;[S/\l*]4{{3z^ pmU3}+UE:=@R5#m?/C|igƞ9w +`s7$AtLȩS_n/#22c>26urrr7wp }HZXzu늭 s9z!;=2q/Wqiu>X*hnkhS.ov'Z +md?J֓!}M둈F$y%88<(."W1) ޮ&Jf\k WWHOӧ't%aqQryG;3`hj%m^TK9QsiL.*$͌걊q1]ue%\j073OK)fzj* 57922 W]pO-b?dI9ԤXO]_+ap˰5&ղ 87=`2!mg'zzN051ÒrLR /.CPÃ?1=5Pu,Lfzf>)$اJ)ԝRw7>aMUa 3{zVw^CQrvgrszTw؍J~gIғi8kjn +v!f5l[05>68(W ȇF;0:j\51)݋(|]aa^)mtu "N̂,P@=  h,Qo9y9x[~#̚V}CG,pEK'?⊚PVs )T6}u*M!EČDVZ-i5=Tj٩JUv՗ }]ݲNY7cW4'SoD☏ Hr< p48`E&xމ zp1LeZFub +;_'*Ax 6VA` +ժ[o[2PubKձժ;Vn[[vw[OD?kw=ٍߢD.J1?ia`w*҆ȿECnlycKX>2 K8 ڤcR݁'s՟* {Z[xUՕ=SDp&̢|H'p㧅ǛT8XhIzz*qe!3+kI29/NuneSԉtLV_ZfVTO3IK6ernU4t۹L7ϵ?&ڃ\_lvbz_V.޷RjrPevT=5ΌM J ap,}FDMW٣'0pl.V Z +Yl"B" B!ZEXίNMNOvJc¢<%ƴ*3[VX3?b]Qڊ҄VW`8sܣc;s\07u{z2Xb_5%C$dl58A''<=@zlW,5v&?c=/RBlO%Bb W"+ +F젰u08N*V/,.bK^ SiAB/+6ڽKmˎdb +9٭0'69#ǖ,hlW=%p12tlD:;!\Mʈ*tF-; Fs}~4dm= |\JoBC$Ȗ=G i!8|eR)Hn|OnjuO}ddDxM4iYk#"_2`ŒO'Fx>SqRnlSSN 0;ª}ˣO41-HtsAy?U@a((zDıO:ӿ@QaުwrTk 9fy:GT.jϪK #ofxi57Gx~R#tbzHU3)KmGO>-+6 Pkp,.%.6>ʩ,#nDࣳ6(ZnNn'F*Y ٴ&io+m~5>h~ዷ]lZUm"Ýss$ +1٭vng;Q5QI#YQuQajKFHQ>ɯnk"=AsZue?G|Zѡv^R-po j,< #|_70+[(-J RSpvsySؐET*Bk}?bYU:h*a6vT{e"6ёXA$LvӪs'` +";'X+.҅Kj̍ozG6:͊pTK3D!ƜЪઔ9iՂ;K]j8\RSNLCe z''WҀg^y$AFh /'B1:DUޖ^KiL w2+./)ԑ0 EU2'>V餯osAGjO_}y,rKin+[os=,(L0Ӆ̖0bO8hr:;W9.e/ŀ}f]VX`[D!ӓ Xov6O'µ`Tz]O'Lpԃ+B5^TTϕBkV{UR%-TJuTfUme 1ѷg=ݟ 5=epK1jTZ jniK$mJq`zso$HXP)nh `J4UU˞ n݈8X_`"Ŗ&R|C&o c{kd@Am ng -xCD'&wFșTuLvKZE(ǕGrQQPY/i$3VEN%D*d4jD T y[rWq\P&Ʊ5Tq80U+0i63;!.~C\2z?U@7#92ָ0%/k{gt(9J@YXM *S!gR9=9: |zJWԺNUT{ڏjIȽƎZokkL1}j~ؐ3q{qpoFR(HqMN ,ci]KjǎZNzVhg839939:ƞ<ǧ@߶kLuW1 `Ӫń +Y}爾s<0L86{UQ~+xKGe&H!g:g'{L-?'sBjԖݪ&TGD֛'NWE)CX>LșXG9Bk5^z9cXVגPצ$8rT#87W䓋P@A30Y%فmrvI)ՎHos9_x}ncGlZug+tMOi@CgWWWOOOoOo_wOoggwGGA ryBSW!giMBJ6Ax8:ay8JqG+Z4 Br+tM LNNutt ,"Ar$-W~q!ScB< mƶV;;زض#BpJ<АN\bD"0` ZPP@D").. ŀ}EEEՐJ`0bA_QXSSh#9>nFYBzƠ044+,,LHH* ɡ#t7J +9!o!mMp%t5% +l6DE2?8IMMd޵VVV3 p(ǜp<d!1G#m$G7!tmH ~lᥗ@XWWWTT$C {xxDDD-0G&xthhFAv,((cccѭAr}74u +}ਐlCRBq0WJ@4xlbHkxr[[[LR d +xzp@X…ڠ@@L(JH=x -CBZ!z(ww0KKKL1##<<<oO[vv6 &°C]]]kkktvvֆ 9\ph111c{MQmJȁ1-AnppZRTB< _A`gg'q8GT:55㠄EoC4>-++q||Spt;\ $HsW&mNUepD 0Vtrr?ܹs@gcQxQ%$ag`` Ԙ ߾} ?Z#t#""s'* a0kǝrz0^$wNdrpp˗/(!%੷78 px +%8B.HEiiiǣ[pQR1LGGGh̕9!`QŒy{{;rAq焜O91Nc~~~dddhhyAA !P(krp*s8!E|͏O8$ D|>૯'?!dbb ZQQQWWvFȈhVv ;$<8옐"333ǒ!9 BNoc?ɷ,Gbr{GAZp\&$ hr{DMR$H]Dమ.ji&FA+V)!W5ɷ+."jd{$ A 9Hi_! $k=GDAd|q -qCB3bPM&O3$ZW/]D >8<##pqL!gr qG+u X,--r---DB1::m_aunnXjlllvvvxxZ(ŬH$҂‰lj‰]s8!Lr|c4&&& k$;GPQThᮮs+ B$ ;$ a,ijjcwww%bbb,--K177z;w@瞞vvvDdBCC9+W444CNaWW$n*344Px ojb``@up|CNϯ:55P[;iZu7%"B${ ++G 9!G3LUoORT(T*0|:X*,!w>jBN|"gӵUWx[8ݩȊ~ # -/@rrڔd" AรrBL@÷-|6;$CdG.GFmͪ1)Z! ÝV!G$ +;: f尮.ŢFR9HpX!G +9tHam``+ +9DAd[N 9hmU$߶U7"#B$[r6\!Gp\$H +9%" AGCB@@(766r%''OOOIŒv733sdd\$_Њ&B'BN 99hZ qHVd555|8˛gww"68B z{{C)CBBrrrGb2^ + + + | }TTTrĈK bh0䋋;pD+ Arx B$c+TWW{zzxʹ9d{ #@^```ZZׯϞ= (c--ϟ?L&hPTb!Zt///8y \btts|!8ڪ#wNȑr q@d_ݻw߿hvoo/.\ojj +)422>А +۷oA9rFGGC$ZhhhHl "'Oy޽ 'X2:88n./GbWCەcۄ <r;G$H>rpBNƄAQYY  ^FF8cccN> +"7 /^CBB ===|nnnPUHggg(N!(Hŋ;w@5E%V)7(6}Hʱ B" Aร->lD/\WWW\\ Xcl% dqvvv?~\ΐ nppTyyyĦ#AFI p8+mllNOO\ 1N +IE|r /GZXXxWx˪oY9Hw:ټO +߆*Juv>;Er(xsD$H\ +9H]!gaaQ !mW*$9 oWbP(~]T*\Y"LMM-oU ѷ_ۙHlv]]9!9"Awa?}4--M XYY=~xeE|巷or\;;;PALր %VWWB0b'VKNNvqqrssstt{{{эC833c6Hh9nHȩj6!Ɏq9B> G7n14pÇԈb(X@ i___D8 oVs\3*G #A p&!G1f"J>>><޽{2,((ಭTuuu񇷷7ݵk׌t" jss3 lTT‚90nd|P(X@ `Hq'" Aryׯ_=x666vvvЙӤ +rss!=eee( e{{;=@dpp0a}}}ii)`!/cgg'qHAASfy4/!r Cqgkv 4)LNNnvA,Z&̜ B1g$D#f ._}UB" AE"Hq9ㄜ>DAq^agg$߮2vuuTmlZr 9ir{D2$H]qK! ]nYAMR<-! 9~9! oIf 99cf9"A!!g +9 9Vgt#yyy{[IY6`0BrVfffAR(r! ǝrFbHN"<==5loor566&%%MNNIMMrDEE-,,@[TT488ɪ~粲2T +xh$fpʺuVaa!4Nb=Ã!G d-pϱSU#خ_^7yW +555)((􌏏>u {^͛7ɾfff4 bttt`}qHc`D/sUx;ݲ ?q@pN< ] +ttt<NliiP(dQ yD2VVVBbiyy9qH/]۷oC!܁bW" A7SBݻ0P/:8/--]'Q32''Tg0N\HD%33H d20ɩJV* H +p911nǩ)hqqq, .[===h 9E~~~m588ڈ2gOO8} mmmw0ꎎ8χ4333|3B88uvv.H$qǏTWW2O@^tא8* +h20B+++#Hа5I! Cǝrz;w)GmmmIIɗזJJ$tא8Ǽ$!  WYG wHe< +욐39H!}(ӍK[[{K谮.wEjt!~!giUDAdOqGxF}-=]Nv\9@Op!#q\w4TTzGz!B$%eB|tyZubCBM*1H< +VP)>]VJNW&:Doփ`9*DAdOq+LQK= băb/~RdWc`۪UhwڬnQ핉Dߌz>Ţeϱm3pD+ AӪr49 +5غ|lm3UF_ +YYo{*@FxB r 9BIU8P-47 ,'!DșPjC +(4P̘. KÑ>L] nͮ=REb$([Z$L$ :Ub$%iQ('B!mXF0$O|0X_*(i,rDJF"tMIaj(ىv&nL6k uq!9Dlsd9 Lu&]#H:܄NTgJH򄊋-rZQ%UY"F8 ɓZ'S+.xQpdn#(W(ɕ:"4_"өx2vl¤ށRA{7VTo@eZc[P߀ʲ}*beÐZL3^DA}xR7j{4YRQA"HRW㜣[s" +eɒVeW30fVHHim|R-%\Dע0ZCC6%1 =cؒD93ֳt*[iBȸW٭$sz&!! 9̒U8hng1f3@P #;P3C=3c*2(99J5Dd_>ilzHӕ1B`)"[7EWϜ9طoߡC쐐8… iiiya8 ԃ) +wIxxx~~>D +f'@RN< H'ZXXaޞ 7 +{&Bf?~޽iy-8>99966]׉ BY㺫r ѫrLZU_wƄf& 0kf4;;Lb\.# @@Ù{򊏏;fSRR ŀP6- zoo/~.5 (pT;;;_xAz"0N-M>HrwՆ 9d=G"D6YϑfJmr'B) Ks|MaB!Bdq󄜞ni_?G";YF Y[3sCme 2Vg$BdJwww{{z֫^K9Ds\s_W6Y[[";WT*UNrb??B!!pL#~~~ ZFYYŚ#vvv&$$+J77___FԄIII}$|pp޽{*Hjoo rbbAAAhhh3`xiVV?QuQ%#6?///44eP#Du 5Q/P?1lq8999h7|CTpĽΟԘws$"D8KY +?3{{@@crssqmggw!@*.. ;qF3g\t)66Ç_v skZZJ.^Ð[n.:uTDD69XcB@#g!!yBȈz0cv ;w.f-pz{{:( (Zd2. _c޿ٳROLLDR;tv׿fyqjjݝ 9uCțBl]B΀!gdZn#"cRlii]Qёq:޼ys@%"Pȃycǎedd`w~h4z駟@;@ꐐ a33E/BPP`_~3$9U7p6_GB"oLǪ_ +#izz:** + n]II 3gzpа9zӧO)enwBٳx-((KCGT9SFS:BkyQ D0t i:V,#˗/(D1;nr#NH[zC-qAΝ4>|W^,tB;GqǘϞ=2Wmr#"㪄zE;D#"DsT.YGGjlx^cD… gM& >r-8n'H:"DvTt}[Rkf!!bCp\ɒUDyw^!g!GI9DǪ yGGgPPP--bR +30LSRRƘmRYY -r?}""8NNNMJJhЍ -`9+9*cV!!qSr:ٹi@Ilx{{'''?ÃGۻw͛7 8ypGG(#CMq7G۳gϵk ёj\]]pgh4~׎& Os$XJJ +އ\ !!!qSXX8F###SSSD޻599Y"|ܙwttR~J"DGc^#nrrԄCu9F&9h^ʚc$"D 7Iȡ" 9DvL&Fȁh4m 9­rFW#ǪD%udm]D\QTmm6;uJhԠ%"Dl%[#huZ";W^xlЈJ)!m#rycO' `!00011 䡘R<{90;?`Evl;8w?ƙfpXr桁vMrql8?/S7!TL&sIIecr=G@z{{>}͛O>moob"hp!q˽{n/޽{ޟT*z%iyXl`RbQL&;v,<<{p'`HH]YỶl;8{Z.**}ݻ9!gB7 #w)cU%$HN%e,Kd`0oຫ>8m (ɓǏ=k<' +1S^^^mmm(` ή.xKf vwwxCa'&+lܺuq!d2'&j5v;FMt2/F|#*㻧21c=N.2Z8ftI^tOO$_US*b:! [ut9b^5T5^NvY:L#I;5:eV:~Y05r#K QUYEc|%ϑX5͚XXo*s*!HVad+qjK&Jr* * |1U߄Jrt.AW-cUle^Ey>4W)yT.mUms$[֋n"먈޺qUBup|*d܎f +YXPP*-| WD-9ɂٗ}ZWZ[P;l6xDR?$(pWA]*1 I$61W]uKV?}ǬWKn266Ujjkyŵ:a_;kmfO]~>_E56)UՒZP,S[\Pđku |-it+UK֮6e5U,kMTV8SiZc{+W*!Xgzg={gW^sz"[urp\XujSR^\Q-r A)_WVSS3TǪrnX$9WT +17V*,&d辐W +tu(ɣk-x5ELjF^nRrr\]P^ɧ5EuAE@PW_J85ż`f|cQ PEZ<"Aj=b̰_բˣZKU c<԰uEaHa.t`܂C9C9\86%U hT5\c.`!WH/Yeє55W,&>d*>>m'x.דR#9w{CSE}CyJr9//’T7)W^Ʈqt: h3<߿޷wGm]iccycKSPT!s`o=:F7U +[l' TQ)זj,sKon gGDqՋA/oXacsS_}ɓ?nsk5T¹wwjB/cE"DV z߷iiّ#?TQ%(ʉ۳KVy恃ߕ"ݻݑJo{?g߼ +zt ¢S<|RUP*эn56d1.!ck`{x>u˕k7.\9zlP #99qá*$y>=#}zGGOOGD`33crӰ3<톋5<bY-N }O?bc.\dg¶ {NNˈ:rt?Ns2yN=rkmvvvDT@Zz4z vGX%9 c<DzǪ;R&|BΛ~RJ޼&F;򆸄V!EonmRykmSkMvv79rGO99:ȠU#82!ypj[QSYwcG8ɓ#p+VP} G21_W}o(y1vXqIgWhDD=zPr}xES}o?Cn.vԙ#aO98 tYlz!NqJXlgwS$𼃮o>tqqWS*ܺ~{ч^]?dpMH#Άw~'/o˗_x2zʅG?Nt!~7܄ZA)xNn¹s2b3b^v|<5x +_>gݰy顷`o7e?v۽pEϜ=ҙn;;_Y8GB B!_pLˈ-rYE8A9FpǪ#C8Zt9DPwR"1nn7RFDK<_~@GJZ,ݻW? ƣ}{?[Xv.l@oLq%?xpQiyV|\ ,!!40+11 38qrsOo壽?a< f<~INv"GRς#?c(vw:c?}g{_ttʯ;äǏ罹ó?uS]])`ՠrоܜx`Phㄤ玗bUXӆFvm]#~6(Nŋvi|2ңn|vzaaOc%2&(!*7a7C؄*N;qm~~KJrcsc}?q"q8C9(yGc[}&ZhRekrK"t2ciNkkueu""4 Jy5Eu ~ fxrT!h`55WYJNA ue:J,cZm`}[SPa'PkX55Ef E>= +ߧ11:5!'1Z.MaTh jKE ?k1F6T@ P$Ԫ+8"*Zب6QxǪ8>C5jK ,,(3 |TVVt*uP0[[B7T022,c)1c"n Cc@Q|)u9$a5BΫ9rF&nn}Ԡ7i'G&I;e֭ FqiC_SݘYkҿDL}!g'^G>-3μs\VyQs& K=Gꐢ #MӕQXKj纪v6]>,@ oal@d~ faa/k? G{R+T;Ȧ>u._we8L6; <oIaqz%;nrkrkr|i>VFmpՄsBN9zp=Ό!UG|sID5;T>[(ӍY;fMc*TAETU',TkBWè&:\& +pӤY;<+L @<$-ic< xFs\J+/Aq4a!![SXRKtXWUoHUU23.;;a*3;!""83-!?/9-=&} gWhg-MWډ<+!;'quڵu*sZى99Ii8L*[<9)VV'ĭ_JsUV..7Q!gjUf%vn2 OVdsbJrqD*Ni\\7J5РW#SZڔ@(M[38 k2A@ENFTwrd= Vש5%y uwf6P0B5nN-R(u]*dwOCë>ݫd-Uۛޅ1lLdx}e93p.^ HKEEE55_m@P#OkdgWWh;8Kbc"X,cNnTWV+IZrԅ!s 0V* +ETfn#A)L/ɨFISR8WP GH%m~ѭ{&-,K5"UB$8WZ!NߊKOE.¤rHQ@_sl40[ + ȖHU ]VՑ_ӬLgV+2 h + _JOwQ/~*NaI#ZTB$*Պ\)JiQXWEpuuHƻ!%䬌r*XyLwb>eOo@5SuԌ8xͥ91W(jVU- 9GR:UVNrk$2^jj\qifnnr]-K$ͭU*a0Qv+UK#.FmT-;-;ʲlAk Uǖr&:{rYJ?Lڹ;Q”ʶ1xQTrX_?K8M ڦUJgt~bN]/QތƖ #ZT\gp9ZҩۑB| ;Y%:euز ݄I^) ͗mR + hmX(zI5Y,-lPfIhJ S$jEPQ;+{:lwj`ê[P5޾);eG +7FȱV27'xhszo65T2h#*7hUV;MˉLnӈLz5&Sݦa RLStEq0f`fdXZ# BZ\ZITr +t*:2Ueu>S(SjE-Z_ZV>M*~.jc[KX8..")!JP˪o(gzj+TTj8T*nl4R{|u ue8(A=q+p=᪞Eۜ0v4W24VS/֢ + a8h}-SQCKI5ϿX'BN~z䉱)-BڢPK2+eA-f<; ZPY +ѥ$NNj CZx,=QUf6螦K$JUx5NV F'2YZUZJI|.a5*XEU4SR/U6sT$H+]bRXzF4PFo4T=-+jbQ_ŒU&Dxs4'PأЪ)^w5Z AӫnRgWJ?Sx$9rEW*uvk% +zn=$W#NjST|brAr5T m5bF]$4 +mmS)~ NޮFkem6FRꥊ6 6HT RBlRU/VNjTfQ!Xo*ܸ*9n +9Caӈj UmګW.<3'3 /af7٣?~]iQ +_877VԵLO 4Ib!x'VFY.WGF4yEũ/'{;NҨ(}95&Ň~'ڦ֦1Kז*tĵt\"8DUP1ybOaJO8Ȁ斪h?O@OSK%&sLUn^bjZԳg>UUy~S\VC722 -= +aOŞ={*Td XZxejh|퀗R)o1&Ңve*4> >r`\BȮ]޸^vvWR,%>.؟~$΍/*I/?C JU'QA~ڟP^<x `$}׮0BHcͣ`'QсbgbbXj&ȟ$#leϿ_'B48k!H Stf\77*YJf?BZ&2LUJznJ7ASIbMR2] RSvz*C9kiSEh*Vjj*9NNdu䨎9F}lc:Bn"VH$\à UBj6659>hnez[P[| +.'>&*#&'V=/^8wϻ>ә +]:3+n#\ͫjkb+Oywe5Th?8}2bq8JuÁEGC/g~̎ +4..\::6Ƀ 8Uq >ϧp/xf]w^-*I;w8p?vCOޟ_} ́2(8&8B߈M)DžW{FvQ޴ɍ#[$Bq#b m$ Yf?)snrDYiQ}>oݸTY]+}RqQJgpW;aqAkyYFnvP4T<ÞVsy Jn$%p(ʍ2<'`QS孛e[B*oOn֪ +W@Ƹg_}yrZoW"/^<bwꧧoܛ~OyW>!O GA=+7'oY쬣G^jܼt6>>C8_z,3G(Aޯ_u%H#<qB<8*4ۿݿw\aaS?+s%~y ,;˳\]޸v-+7a"B;yzpE:wdeUݿ[\v>6&رCOܿ}2Ӏ Ͽw +>wDPϕp_8iw09s?زҖX`Ǫf&!ǁ~ֹgSqVYj\כV->_2$B~G[oZ턜yqls܌njCjoo 8ڟj׊<9O߫ۻİV#:}Hxv#oHԖP|ǫʏKJ-+M}r[8-%bח +ء@^v<{̱쩉- 8(pցGMnt9yn\i1׮ڇG;8*gg;|ȁKgzoB;*)p>ï`oGgo$cz霐֭K^=4ԕU`u""-z ~Uk-)(N;sɸЏ?突Gr o<- p\W\vmpa>zG'ZD$p.9%sSqp J˳.H ٻwOHȓ\^{k7>z_95;`+9Zr֊HY9!rvI{!7Fȡ9 +`'h\\;477D=wQ!aX520C=roҍڦI})je؋ƪWS<-.MhCZWPT fA/s:g%/|Pi4g* V9_P?aVuBynI[B@[yyĠI:>v@ plЌRT=c`bic/$L|#fZU}w]0wDkTG[};9%VV44SM8S *_UܚBf)dfzg`nI&(SS[t"{IGucT#Z pxtZ@C!T\_ i~B㩩Bau57,1x\̊8>̰h,] XljjRR!^A-+- +3BǵVVF¤!BEY#ЇIg3"{g8N j9BNEEŝT7;݇i@{1P%',]㣝&%5fذ*s2sU*TmR^Z؋*,=#Q"ǻZۥz;ՖTe5cj$b07@u*REj-e;]R)WPm;z7o={JE gX!XuvxԬ}3/g:g;_윙|9M3 T/_YU阚^gfiJ3LNYTlA5\ݨjvC*a\̬arjxvr~j};%mް!E4(r 9c]OTk7G_%ˊ*;T{zu^oV*$"P=,s(nkiV-˳ ډOGN}Duq'kajA +? nq^|SWöV8TnEuõ&Z[L ֣qG~}8Lxƞc?`g,s2S%NcI7x%*/V,jG5%@ц"oAz}oozѠFBU8R{_oeפ _$9|td?Oߕt䋻>OB~iWo˸;$G']ٓzc_&;|lϨj"{3Q ^@%]!ڞ4rv_$ʹmU$ǯ/~l%ʠKȿJF_(K_.W9,VYkZ_oHEjl nTŊavTZ2֬y;#;~VW_^/DS!a'cY](AR(iw$//RXQVf+*PT)׎ iV]ʚCZeCCCiiiϟqe^]]b~d3`<f33m4(0p`0Q7턜ǪG +/|+Ꞵ3cz/@3\eA}_$#S=y忥^ߛq/ So˴SlQɥܛyWX'^*ʷi?}7׾M?fJ^"7_τ'p$RkɄR֫ |Esf +֬q[~_Rآ,viYY#ܸ"Vz[~,Ew8^Hq0ҝ[+?qbQ_d rF aMUU͛7T*U^^5XQQql4L(@s玟f@ Orܙ)gЍťK$6jBaBB +ΖLb'>>c@@P-lQeZ[[^F[]]ѠL&J(44ze}} +}T(Ԅq랞 + -++ۿ+W0p|qss3p>VByhI,Q&3Uc.9c FB62< hptt) +777tq֭<|{ad*??%ݻwK.z(++  ;88`B@y;%N[h~ڿ6!gd)!g rG%uegMg>/MTw\*Mx"TS[fg,-;K{+J؇1^e +EE s/Ks(l +Aw*r^ٝ/S ͍:LOCK4&й#ʃX_RծM엪ZmRui*Up,ڟ528y(YŒw^{@uZoOLY=ͽ3mvےn[V3s$@$ "gs rEFDx?jeDBxk9?oG80K)o}\bd8XDCq6>6i3ӣ9C!2Ѓjp .Wooo$nذ,[Ç0EEEkա){$#*D[nEcǎKuR VZT^ =hR[[۹sammm6mx񢎎Nrr2uiOd E; N!D3.Zɉ}߲eh}gF$Pf3 T.YU3.~MuoMo;7plξɯ|ڝ^c~y뽟,mٯyz{0[׍ y7.~+ӏuY/޸u)\}?kڱ^;vw?Y_7x?)CS|5˛sv_xL?%?gO}wxRc7/wc'k~ԛ7Dr>8^kσ==.ٱbv&niݓ᤻$9IH* hw o#?UUT(s]Ѝϛ7o Aʕ+Ų*W^;~>P`%j vrѡ/_pT)+]_~JK"Px +9.-TFGǏG BO> !5% hrclnnf311!]L6&e˗/g(3 ^^^e9atr9 wN,ճoן=U*8,x_/`H՛ޗofm@Onsʐr㝟o՗_iJPBC?NK//fό?Tm/__P٧bm<o9r&>3!\lcfg¯ ͣV"/FZ8NLφs:l^c~.\p߲yCN9BDYHHmTTT2J|$dnn.=gdd_*A0I^ZZJ +Ф/:[QI"bF@gAA]Jnkj:ERD +36'鎖 544TWW @bَDd&{W5BeQݝI8ddg9MEw=yRS\=!foZncaƹ:sWn@/6?WͶ4zwoU>]=7gCRRg}>jvặt޳Hs7o߹=u޹{>p,Rlj<Vr{ֻ> )ls:gY:"q0&*KgY"!Y}5J-8ֆd3ͱ]=r+~m UoXls寛|ݜuoD_/?q}JTVͶXUtcvQ(2 +z%G/ЬQꦥbyo6QpԊMC Oˋ rsV>ϫ;=v^a|ϕmtCd=+*ZJ]6vKOu@y/>iAb;Uwx^8,ŭԢUZE+Rvu7n3]6q@ޠıe]bf%K=]sܢ{:!ǪjE|Q 7RYSS{{^!G Ǯζ9ͥOڛ:;;Z;ڋ;uvPg=l{⦆0Jԉz>mluVYȚ7C4aY3赍8p ,׵]~.kKr\Y 5I?z\JpCNeyfiiikk4i3ժ8ɵ{SSK~^Ƅ8ª:r[ RפI 5ir&_:z/%8CNprZ9F)FVU9 \q\9e5=V-R=VjPPPY:SӬf(3j˚776z\Yz^MqGo^SCX~S!K9S3cQrjꛞ)rʺ;^.Ny6c²=}=||<_===999Cկf ֡7" }wsssm%CCWTT477(73xO9Gځ9tuh)hO]-]O{.I ;rof in}C΀ت-655(PݽMMM]]]$z@F +߿(++3͕aD*s9%Z[|={zz{+:+iO!މy^սp'ɳаfesqorTY(k֬qvvf#22rϞ=[n|AAAĉpܹsoffF1R8}>`hhvSwܹ)۷o766ZtimjlBBLiݻwsdl۶m[dɆ ';v06F5qvY쾈7{IFD +^Μ9#qBj~s7G~sk=Z<ůG>},oyڝ4ZHhXKpZl%XȢSNA:OOO@G% :::W^ꫯ%4Gŀ{ڵOh|BZ/^\p!֯_RRRe`` j^TTb +8hԱW\ \]]׭[_Ez꺺˗/'%%  ]jTT 99A;.]7nDo޼yꅅԥ_G +ȃơЧONOO瀠PX֖%`] "8Gi'1vCNG`81{ioo:XvPʂf~Пz4kW?*$i!aUcxݒU ~@ +p&m,^JYY}.*˗/Y0&QpA+঄$.aO-8 *++!{Q H!>|j*b Dp!Ǐ>.--e$|9w8hgϞe ȰђgE1PK 13T5HVʑIQFFg/'4:CNy͓ar: d8Q^\Mj9,ls΋HhhhhjjbGWy3s%F18?~ ?~>wqkipǪU18W=~t͛7#233 ,p!L͠HwvvCEr%Z[[ûTA(..fQ\G4ykdd$pe(ףX҃G?cClBSPR5N?CO'!'9kx8F˾-'6Apƅ̕1d?3E 3CooouT*i!$$\>RU+iTj +џͲO+u2u=Q?Aq[4+H_^>*! +<((H2n3#=]U\Z梃_I k! %VdsߋzCv6lG]l`C+ti Z8wMqV9ʱF9'~E~d2;;LhH(1aǤ)"cL1ʄn2d&W0INII!.DsЌ?{{COCW_K'gOx|4+%[Q6ohmm L:=Kl:o%Cѡ/..m>>>$ruQmmmHBj{III% @644ERy."q Cʺމ}G?5\Qڴc +u[~[OG?Ny ȶnJcǎqk766^hT1gfϞ }n޼tRG}t]j^ԩS}CEm(o߾۷oU%*2ՇA^~]WWwٲeC#GhLϜ9鈁}rJ*ުUPcrYyֽ*p|f܆SN p 8H9N Gi\9>@X-+V/ b (@RDDGf`СC?BK%BSnڴlظq#jʕ{}b H[0b5zkbxb{{{Ś`Z4ݐBxEr^|DQtEp䓎lGGG bk4o@ANj%vP%mñ?tuu5' ֕cnrGs1P7ǩryRȃ\,(U9O +ϋݻwF=]z=''… ...`m;;;%Ȣl)֒%KfO$<==uaeOJR;ʔ, z/ / @'@8+GR F]]]?$ >|X__A#DrȤ00*\ƀ2%. ehOqФM8r7bx88hum׍6zm[ͱ7ujiqJNȿWnK7&A|&94U+`\\ǏDh۰А{ JDXpXDq|mllGZ&#[SKK 4H*«"b<A +Dj`mm-+ ? &$$8-3B*~%S#;jt(>_:Z8 UH;'*.{q`/PWie^SSS1_!'6xSؗ}Φ'D6yv!ץFFȑ}&[X9v?)o!?SkIw~HbSE///0{Caiiy7?722ʕ+$&&&ܹ # +𵠠ѣG(/m۶'NrA8`kk`… ͛ț7oR! ._]]];011 _ o׮]˗/L Yv2x!ŜZ~= + +5}֭={K: GgΜ 466#G!;8mwҦ55C .P,]s' :::(Df@fAO0q[fggS ܸqu b֬Y`<_|ؠ<v>ԧC_ (VzlقP=~eDpp7MMMhq3JRMH>㲲;wP>771?ڵko߾}u>shh(u+HNZj5cf ݧֆ JիLۘGi/!g _dӼHRiWVVQ˃<˷MǪ944+G6 A._Dj9;;pINNf R ~xk(5xڧ *xR#TwЂX"B,%QtY2?qP "h,ヘmkk nMMݻwI/)) z[ell,_Y(x*Cn& L)@%K@araugirn2C伅tL>ůdffFDDՑAvϙ/ָ0U +Uyq\UUUe3w+˹?5< )MʱYCN9|2m۶1#G#{_AAA0-֧ZYĈǪ0H,MťwQt{zzzRkf-C>e[fb͍1Rd 4%vJRsE1_MN|:U!g[ DZ}S]l窴I|C"CI{lzVAr&k^"RQst"mQ3!G"Rګ5tȩ?}̑#G^VKxEDD^, @P LS6JCCKS2H111{;hzñӧN}pAj8NCNT()99 ,011b]]]Pёbӛ;ӧ8MnddIp>I)))/_?SBbii)ehbiiih."##Fa2Z ^TTDVffe]]-I:)J2lڡAJ||< rrrkp^y p %*K,1M[8urry8]M-OsyR^cx#)յ1: PSO:T]]}[nӦM7nܰ244d}ڵ?uye==oݺ}vRN< e(ҥ R[W^9i˖- FDX|={,zdx/^SS5kPʕ+fff}ׯ_/*\}DNttaݻwNȃ4xz29?w`=;B1KKKZf LпvZr%E i89G鐣"&R9S6U!ڊ qppk׮}86`qd^)*{@OPK1!ҏ`+eP277W>>Ϗ9X,""`Ŏ_?zرTqV ppBEE&iG9!'` 9ůC aPDʓY8C`8ràFsss,((ܹ Ea.dP 9`2PUEEHG (;HKHHUTApJϸzj@4^[[{ڡl^`lQ1,, zj"cbb샄DI Fh 6_ΰ^I>|abG)C]Ο?رco <3)YXX0㯬8rCΘ 8J<;uQ2 %$D!*"@ p$$lRZ[BYR,44 @"&Hohh@= %~qx6)_YYq@VR UUUE|k>"vޭ> Tuuu%%%1N0#ETpحL(Ql~5KV;::޿_~bxdN5Ž~:!gcա9O;D%"ij9QOui9E9|C"fF(K6ktT"iW92!Ysȑ6Q%=Gi3ۚB kr=𤦤 {:HDJ$838*2+''G&mZAA'z/+yܪixi[#)mQeQ"+??Nj%%%꽪'"BN?CXi_IDJcUre򱪴nJRU{{&!'3u6=5<`9GY"O{i-t9EGQ(2e3i3٦Kr+BN¿xr8hH9KDJ{XYQQQ1/4fs;rj뮊?Oie?#GS{GZZZ:rr+9ԏU9^Fȩ ~Kvw\4zsΉ$fllFuuxp(bN>="-;;;99ybj.]RY)mT*ӷlٲo߾-Q9rƑrrό%$"M55tȡXppɓ'>>6l8uB Q,00Zv:<ԊLll,*ݵkh䣏>BeZ_`ʊihX[[9r-;s޽{E/GbiiiYYYlp?~\^^N;$R;p8{,GgᎶdU9!AuYr:$%" +GM6޽À `aa#>쳝*[hQhhhbb" O>!oOOaNz+W?egϞ0:~8)TYJ"* @j}}}[[)FuAwHd^z5c\)))`=}Mưb +FEGUUU^paLL Y۶m PF.\}>*Z.]^^^Z G| iV@ibbdCYZHq6X[TTutt<{'NTd9Nr鬩(ϒ9npih( 5i{^^R%$$#T#ZRRklmmIپ}R?2|TYh+v VDCT!׬Yha\V_}bpg4"QwAK*SI|B@6)ŨЃfff˖-;̶Ufg9&hg482*c0TIS8$XQɀxX + Yʚ^D^ @99s -8NCNκl3vDF\n1oM3H5Ri#mpkPd Ϟ=ݍ";2D!Y@At:mE|MKK/(cbɥ FYdO{8*tgg/ىHFvmll#Gc18t$' (r$";TWe?~8?@jYYY=77/;+hbrZjSDPҤ\Q[wuuOC޵Hc%"o7ʪJy_WY|R[R(8)߿BdUZ<8G8f< cRjR}l3ITQ4߫IUcENAaXz)))(//rW"VjMM C pyK1,^@KNNnmm47~h/X5tcKyC"bID[!95:;d GGO?544O&%%fLLx91(( VUU߿ )))͔ooo_`JEK`QTB1PB1D@@233۰apۅlӵMj]]16RDXLt ٵs/3U:::(! ܛpldw+WS qEisQQ"RQŎK3HWӓ'O:p@ll] ?ɉ7nXYY͝;w˖-666B3gܼysΝGT4119}e.\ UF1QGtҥK) ^;kll|ܹE16Ξ=+V۷Hn՗_~I/ͣqtAww޽{ccc#-۷A@;;͛7/Wnd<}o'N .^gϞ˗~msoñ3?rOĒU7GHiQU9*+2jkk;v@ݎ?UlH4FVpp00008u BQ1"2*4l)W(v1]]]0]TaA!N +޶myɒ%k֬9|0hO "J;*"Vcڀ֖oݺ8Fa9~1u(YJ>BW"`<9;;;`}QZʡ/dz^G )Tpow&PCrH<hz*oݺu7U.Cd544VzzL)a RѣG ; -7AnӦMIII La YG770<+bılѦχ~0d HNJ + 8::xGSܻw}:{P)F%@2~}믹R I4"ϽiGj3FV8q((k`DZQ]]Ѓ;>J% +1bmbw^{{L)***~*p$$8t@iaHGQspߟ45؄ddJE K_?kKK:l8MESr{D"322|}}Iu߿. L)VTT>kPįܛpdȟ+Xp93P"tʃ3=mKV)SD*j@6RX7dsww&m*-Yo?~2C|:iѕ3I9C'm&? +kjrhz{&pϼUCδDDt rRdNս8޾LI>Ԫss~^@C>5:H8NSDcCr*r+rrr*IVXX+9{Ө㓱:+Z,r+"MLǪcS4=GXU|:VXCr9tșƈR9N9ҤiŦE!9r9m9"]qVQCt{cccGG5bSK?M񲉴 %OqCr_C4i〣fr4U+oXXXرc%%%/G*yU7(_h"͋uh>dkkk322t#V\\iӦNV!ʰrC4i/9 @\]]k׮]XZZ:u +Rٳnnn+W\~=UqT0Crd9zC"HiGMr*2J% ںu+`R .]z>{]f͆ oם;wn۶mѢEk׮$ yf<>>>'** +~ٲe۷(/^Lk `ƍB&$$?2*ԝ?b7u -@O'''5--2:::5&&~!Pc0%KU(9Duv +FDD_1N@I֖=4Hptcgg+Wn1a8NC#M8lKVUUfp `ի@.Dh8 )"TH6`AC6a-[9rчt4էkza6@E) +r/_& #,//;Kb Hy"rZaa!  + +b_;b+ǏTiY!wj!*EVyMsYT[[˟Lׂr!gU9Ҥi5rȩϿ2dZ! Jz{{?WnH3ܦ(XnD߿jJz'D#ܔ{uXAX:.G@ 鸭) 6Ca U4/"&2N(H||ӑzdU8zD1D1114%VbjjX Dxs>9!GQCEEB,f2I#|OF!9J] mX8j&!G_:H6.8#BҤM!wrZ$IFQ)#TWevJ6S-++\[gg=Sr*a#Ki&9e*7!,Kk꽭#?/cx09cpȑrI/ZsC|*M>VǪ*#Md֭wر|r>|ٳ>w󝜜ܹpQhtt-0z1cvvvw囹@9y$}͛7OPlbhhhffW_޸qv`޽{.S \]]׬Ysĉ*zzz.,@̐ݻTg<&&&4ȘҊ+~ߟ9s&,,YRLʕ+cSv8bT\j3{lEZ#g2oJS + uȑrIGyۿhh(Cmذ!88{>M>==Ν;===i*k׮/ႈ'Bv)""DTvggg'}`Jl"X+D*/8f$`OPV\` K80fj! >)7wIǏ h^>,I]6 ȾtRq@ؑ>U,V^Hz8vvv^|3yKM0eiҴ +r|8fggàk׮qGڀb0VBYZZDB +p]v///D +lʂ_G.| +QpUUU,r W]]ljp3::0χJb$l蚺GCG*d0ח333V9ҤM 6!9xB(pa{;\f"|`@ |E¸8&! 7oܶm[nn.ԀbGQIII!h+!ĂYܻ",-ŠLMM ztHɆjٳf}Qӧ\r322``VGrN2Ita {40™009&Gįrtt !+|Rlwh bRΫ)v9Ҥi_9j!GQ^]3*}e2 ]aG/sy֡aGi8j}qȑrI8!goj ӄ$Xf &~=1R)\b}!G4QCLd`i8iFt12/ޤFi+///**Vuu yF:HǪ9TWfaeҤ\I^\\\8!%rC4ic9/Y68BNJ6^Z[VX%&MQ3EFe*m&*rIz8NC4i*&Mp|ђUrj׬Y+܄ؤCTjX377Fnnn\\ᱱ/c|;55uc[YY3VtcCCCmm-[;6y IZ\:H68jXP_[QQ$&&qrʂ .^dhhM߿788n=*!!*//#!]tt;;䤤$`RyI5k֬[Ozmb@}ӧAEq]/|vp;ڰa8u q7Ϟ=ё˖-~;-̛7)Z~=9駟z{{oڴ &R+--ܹs}8yXXEݻw߾}]`_}ծ]qFBK ;BoDD###imŊSxتZpȩ!y:#MQ%PAA@p?>h  XG=<yCjM66ȸ5A(6#C&1fZ6Љ[lSŷ;&=B6 K-)"H/q>բ axbn߾]h%Ka4cbbDM8(QD9'GBmm-f0J]T%mQ_088X;r%IcUMr( bj300LD1u %@DX^^\ EMMŋIgSWWn޼ibbyfmB^)C2Yޞ={T~!pB&&&;v ́… RF+t|gHLI`1GH]}ݻwᯧ'㑜QC%C4iSX5z U8dTd{Ki&B5wȩ**(,&d%%%===C=Tի_h k;EUx 4H QQQa[<悛eee|n۶M(ZV?;>W\ExOKK .0rWu0pvA!ެlmm#OӲ*-(Ɗݤ6*++ٗԝ;w9W99cbbrT6!uCQQ8!YА#Gl߾'OBʾ}ֻ :^ʽEWWsw͝نiii}mٲ%44t͚5ԵO'NسgO\\^r^MjZ Ąƍ/]n:*dzw^ܽ{.\Z9""} r>tjBBݱDӧO3x[_wP6mb*CjW\2wyGkJ{!㌍A9f~sp&mzիWsټy3dt-INNN7nXt)#brpcǎA[n)### hn޼mRf`!Ю]hvɒ%@.RTm?.RZ}Xӓ;wmx08ac>\>U O!D둮 dsÄw @B2 (eDWZ1c!ڵk322iMD6(>zH;'4i|cՆ`xEZ8|޾}$%%JG 0 UYY A@^9::‘TnZhFZ\\LihR +6qBQDR "%)hX:8S( !7'''$$ rZ//]v.wQ^^ΎNQQ[%VYOS(h$''CX/ÏOg>bff6-:tȑ&MSvɪ!9%Ȫ `K,rԠ%e +uX8fffBDPRԪ}8N:DJR=VhЃpBI1̪U( 1Eh`` z҅*plggW(^xxx!V΂ {6;ϟ?`(r){"'eGؠ_# ,77,əplhhdd|?O52"I88UamP3xd!A5 +9k)Њ꾔J%܋a|;MWep>ݔctȑ&mboA0v:P6uP6Ԧcs)G>NqY̺XYYRR:%ގLF:TEJq]lVP;r)rIǪ(fvLm^Pyq#MڄZ\J!% +'4B*McF9 MLر5{^QV.>{:+|F*W&Mc8kUG- P`r(>6 !601~8;;4+^!G(MFpp=GEY:={?~K}嗥999Heʑ\h֖y>m,XfD}g?z鎁w>A*v횷F@ %`wNځtʎx+egysssyVN-TZ!G84߾}y/""ԫ2lKVIi4F9E HS D+ J  &$@RnA܎MMMSGQ666 )>{zqqq...hEI04++zkkkj` eX}!!uDDDKK wdUTTW9;+VF mQQ+b7=== e$L{(|ďS9jORFCe9:G?/&mX !gQkmmE )Km^^^;iScVfTl\L'e%O;O +Ey299t58;=,**.&MrshmKV ݒU2B555i1BVX5!jW J(gJgQҮ.eB|t`PP4iҞ_1#|Fr szR_X^U^>&mZIIxS(#j/oi*.)ϋC9tWÏǑlk. +4BpnS7ܿƾب'CrkslX%D=JMMM + +&mZXXXPPz xqy=+׮^vk/]:g9;3 xS1sƛ)ћC4${frJ3djJb4*ָg'dKxmbcbw5!0<04(DXέm d~45l M BAbgi:hS3"Cn^}r5}dQevq7Z =P?{:rKĖ?K31Y7L?.`5l!.|W]s:pܞ&r ٶ=#[IcJ^LYKh-Gc￾lY9.lo?q2QL1TbcjReo +f*d^NLa|QSӚJ+ctW5B#}F嶧PTX{*I/VŸhӬ\.Py+CH~L]u&Q2PlqBdgttYAWрػ]r::u %gL\=xA)J+/QQy{YN~3{uxPc7DZsSQl%Q$AjzŻrU $EwCQ6DW.{ `s3w{tYW@ j!;їz9z~~;aw@ H%C6Ax 4hРAp~ڄ +endstream +endobj +1164 0 obj << +/D [1162 0 R /XYZ 73.409 812.458 null] +>> endobj +1165 0 obj << +/D [1162 0 R /XYZ 74.409 778.955 null] +>> endobj +1166 0 obj << +/D [1162 0 R /XYZ 74.409 514.502 null] +>> endobj +1161 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R >> +/XObject << /Im19 1153 0 R /Im20 1159 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1172 0 obj << +/Length 588 +/Filter /FlateDecode +>> +stream +xڵTMs0W >-7vSڃk1Ff_A6iC3®v# ;8\qDdPE30j0`@>7W +N^x4b(Q\xMny/hDJ78Msa/lY6lf7!,^Kt]'>WE\sUEh3̵Û*)N5*)\N 8 '\[WYuڶ1, $5skwepNtlS pQKd[j -#l6]?H&3WqYPiǘeޝY6yfkx;Uz*<:r BOT5,s[$9E8h^UR:MSq 1#uY)7kc[U,2R[٢=ץK*e.ڇl0C0|Ј^dHe4˗Ċy0 TOF}eӕ+9 )kT1a{weܖvpHMA vhEip4  +endstream +endobj +1171 0 obj << +/Type /Page +/Contents 1172 0 R +/Resources 1170 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1149 0 R +/Annots [ 1168 0 R 1176 0 R ] +>> endobj +1160 0 obj << +/Type /XObject +/Subtype /Image +/Width 1071 +/Height 719 +/BitsPerComponent 8 +/ColorSpace [/Indexed /DeviceRGB 255 1178 0 R] +/Length 15523 +/Filter /FlateDecode +>> +stream +xMrH驞7w}^Y+ߡ{zS (-p+bs_}E2L$ ʦ( +!BBJBqˆBw.xʼ0 jI0(pp\\0j?ߗq +..υ'Ec#Ȏ6\l6Mp8M-j7_\l6-чSV6?Eu?ìذfW.6uOrBdqb})&6"Kg/M7ѝ6ZEVˠ\ TК U\D?H|n7o6}Vs$W&/7ѝ6ZYo7Vżq3lE(iEߧl*=ƺW.ɭ|-w?n.&RO]Z^ zo<%@}tSztwzA S bO՚@ 7&v0x)USx(ʮEXQ#Ӵ'~\%;K5ŠoB"ACM^\b}~\"[Q1cȢ}ג -E΅H%: ݹHjEK[.MRQ1cȢ}Woqaf_~ uv.,{W\˅>%Z,6.:JEE'.l8.o~˅YDIboSr?ռ7Fꄥ`[PPaEV[(0(z8P+#=0HIbO)e5\<0(rth )WLڅwZu{B=.־$n.sal,WZ</iQ;:]kwB .,r3iWkV.JZ;aPQRqG)aBH.JOnƁ +.j6Q*:c +8H5U##q޿ϸP !N}xT{vا6zv\l͚V7Yyѯk mWL6N}xT{vاF@F\Q[aUE)|1`t؞V\lIe Uo(C*zWRWm]Dz=j.u‰[֗VS\FQ03"i12sVyVgh1fuZptXGW7>funZeY +;Zb<^ rą6\hs0s\XtB\%G3Rᜑ3cC[p;\'=q.‰ Bq\|/ !.!pA B\B\ħI6Ummldޱ|WR~pܴAnY[G^1BsX{b E~'0x%|+pEPJGm]Umm=v4e+\hW319xAV@ZEe)rEV<\vEj{]P CN QgjIBESK'5 {mo\4o $ww .rD.j((i#$}#+ c{r]Z~%htum4!V}߮Ncs:gEOiL+._ :8J p ك   !.!'bE!nW1CMBB\BqQ1Z3BsYHkFY Bb4\l YvdcYʯq.$!K 5E]*!C~? ҥΟr&ipPߛ8haz̗\lroS"z w/~s5k2ɫd\|Vs>pmS"<. <j nT.Ǿ?(`\/_EBd .BQl(c4q"N~]w-WppsaZLcG|߷iF'.WR\i4F .n..W{pЃa ԑ 6pBMz]@cթq>_Ov\ F""6c"\ ]os׷ +.QYjѣED[ ɽ{`|Ŗ.b\›)qk 2M+H]_R^\K%ٶHBbpQCR;\.-&EiZUn\(͎\du  \ObVH\H}Rl pA8O`WR?\EYG. +wBк:ZWg?ZYEՙrAW'\0b\ȯߣֈiYE?':.FEMJ_^Y zIZu`YHsF.hD )O}N` vX/0UX.bV\ #{#\pm+BZS. . B.!p\ϳ BvsvA<;wjLA BŰZH B&ZT d\hZ(?EQX4.VpAj V%rU!Y"M d\(h[b d\"5UE \2k.Dֶ0;)sQ?*#f'\2_.NL">BݰwuΌ !\7,!dƍ/k\( 'pPb,m9p+5(VYƄEMf0`07&.΅WVLU3#BL!p@.۝*. }2m.\hW` Bs!Om~6F!ӭ]EG.J]wAqG {r *F(Z76>6c,̔10. X4%.]BK. .rq}!p\> tp BEdBxr퀧!"Q$қZ.]b\9#sQ4A.q1R9BrLւ BE!EWvmeuq툆K!c@qmeR  BEiZ.ukWAT.4hgnk+ZR d\41\. _X̅# .6 B:rq282t{߅/JE_$4̓ u̻ .G{-ErNB.\ o\H 2N." ˮ]q10 d\ ppA.踐R+twW2 B&E^ҪD.]21.7i)=hb}.,Tnt]{ d +\yuzxrx@Bڞ<L !r/zsQ'\pAȜ:qE z|xDpq+.xFecDI5s]\8V Yfi,Ffv;d݇X \2"І6JEn;ŃE[dۅ2% d .|ԏxvfxxtw; d\|j +5qgy0z- BǨzQTaQR)XbY*y}/a\غ:CE_b=s=^aYjY,/upQ^BTp!5F߫lb#)g Ëlt :#q)ߓS˴i,zYթc>.U+~P%p +ќ ʃ)p'"&_f(hZM3DݎD=Tl .b\'⢥ppqT.U\\LLT,W^%O}(<,ͳU˧tU}ki+f<-'.EZOq!S%8Yœu&JO\B=D!*ĩ}eLel\sZb_ÅE .̅,hW,'e\E Yƞ d .̅:/YE\(?CZ0^nJc@ip?.bA\\ +.D .MՍQ\͍~^epaL+.{{I',] iwlW."[Wuu!5S\, +^r, p1[.W©jC-p'Gqvb\4wq.\'.bp pAb9\"]\Sb\ႌ Q\s.ƅũwuE],C]\M{Ŋ;XMKBz1g.X8%v9Ql~]a6*wuVrv]_|Okb2͐,#j։L1Z:7BTpqf Es>28u@PȺ3/.)94X.)TD~ߓu淚y*:.1#/4\IԾr@%u>+t\tNZCzvbO3ʍV'Upb.7.rcUGcbȫ'.do.b\DSQТ3ݺEo\93FuC@2(.^q#ic$XQ͛zM7)]]]ٹ4.kӉ;Ѹkx O .kTD 8>\H| sg.@TN\Suw7zd}& W>ysdp10 +.ƅ .ڏ&6;Y:ѥI%ocd4oj~W8{Wͅ q/?I6HoutV!1z=3oFLbqqS8-pqt.hqdp1$bzgjۊ5Qv\E7c\xr8r pB4C c"mP^'^OXGEFw\-\x{Ù pQz\|oߩsQ[!~kI":`k`E4څxO4Fbm"8rDa؎ԿΛ]k}~\dB롰-~:Lᢘwac(#$0>Çv඀Ky)^.V׷x"Gm7Ub%.G"ֽJ(\b}4oޤD)gižfzEq.m+%ӝI +Bnp+1qɕ OGFEg.^[=q2v|.9r!E8Z.Ž\XG2ۋDM[\}p4DU< ++paBMa[ަxϰW:~v-ގl,TZ߅\ԝz2.B\N\GBi^Ņzѐh!ߧ|2uנvHK\ЩH'QTo;bQv1CM\"Å!pvgh'RE·vӡZ"Hyh\T`Tnm:.afsy)چ֑h ]O*ݴ+յhB4wn}]LW#ࢢ ̅ͲREy]DQ͙\־vHR?5n;آFfZc6mQnc@딗״j黸)q rN\lυ<&.mLCP#,#ųώN/^\|*b8sWw|rtiݦpчߢ;\pqN G""< YQcD;H'.J }(gGs ڵ뺿 g>y USU7"hυ3ጹN\HԇsFg+hMg.EKtElEAOa^4qaJrOO@k12'.r9\HrKV}w.ˡަi::[s$[ίm5*s3at7逊+ b]\ r|IJE6- =A6EjEqò]:ש\x9gd.&zzR\Ep!\X6W0Wj^/. +0ճQc犼zqj\zMʻ[MbMNmW*^"nP'ÅN 1 +.xb?.BQλX9+RȚ"?]_\hWN}aoZڍ8MrHhPGj$v S =sz;2EV8S?W- K")Ҧx;qڭ@{V,ۜ w:4Z-I؝ !IJXo"Pb\jИ'u ."+IJHꜭA zȇl>gE<kO;E.e{&a[+~Eg.z.|1^~\B¸ucwF}{2nS.nˋsͥߵХ(FG=s_X,;2EE GBI=sMHÈfptbgGEzq\<Eݡ1P.R\$\"`IE#\` #[#0~<~$]3 f]ѽ`nzFV'p#lDžiZi;.rT.$\\ |rʹ䲻ࢴLg;.եqʵrqyu7$-zG\G"^ p!t\DuO..5='9T2^i\h(-hNu~V98ڷ켔qaV%][y-Lqdp1,q9|Eqp.\EJoEt5%0jYƈEt.ޡz>O1=t&勋KPB\R PRq fa-|׶KY&jV"vdp1>.>}gʅ9qQ~FW6(%JDo[h=\h,J^'iՕ.WiNNEmc(p16.f.nnx!\\tU K})V~##N+._>a -]Y=9[s"82pS<&RCkQHOl}g:Z:5 _/i}*aBk~l5[ScdvؽU2ܸH3sߏ..z{ty*&ܓh_Á e,R>ۧ|nJBn֐:hެT}RB~\p3ࢨeMH:;b5x5zN%e-ߧ9VX.oq]y+ѥ=zuŖ~6| \с!77r!˅.8VI0&竰!ɼoq:#NSl[:;[u>l( [!";(\H8sƖ&x{H'V+'*dոW.,I˂SÝaZطZ>TvoZڲb.ߥbkf%p8JBڸrH.fp.N\p.+sY\+#υ5u { yj0ڳ8qXy>֫?Kggm)\{3,EsQ \D\מw C\\LhŋdW qJ1b){JY psx<^O#Too@]#:Otϟjׯ_877>}Z=7 4ҹ=aNp?=v\"" }cAb\ZLuŅ \E4F>|~>>'NZt{іvGv.OZ*M~)=/.n t.$\`͑Op\}Up_Wn..J/HunȪ?Fkc6ENzMzq.`TL ] vd p ppAiBga pX..vV\l` (-pqEk.b\ػ0pAŰZ,\)r1墾d\8i#R|Scl 5 :;\v%c cd\u&}8uD }ä>"IJ$#bfd\4AyCh"ppA.AyY.>N .,ڇPp(ŒDp.={#.kp5 J \ظ~\H8.H#MjK.8ZSz\ od0 +pppxBqZ.deah'!s!s_t|=|kPB.~o|'႐qz2=rU$`T7 BfWz9OoDM3iU%y!dQ\\J8sQtj!sBZ1B8@jQP:"]E] k?/K2J\8P*p$p pzpA.̓.pA]\ ppA.9p6pAȌ B|rqS̶ې BilpA\4iz̎ !KWSo2K̒oѦhRrzxbBQ_Ŀ{}?D'UAğ[6w 3~_;R.V˿}CJĤO۟ &-](] BfEV;2E!%b./!z臤vE\!cdH킐p_B?% qO!EDô FF.vNBsFgszi dB\3 2.N~;\ p..\\pAѸ` .\0M . ..\\ bku\jp..\\ . BF N` B. p.pտ-:em!K㢜Z.q F5߷[~'mjz㍷! 'SlƶOxUFpQ.N]$pArx.~U;q["H. pA̹g!ݸZpA B. p..\\и`N p8pA\!ppA.\ :  i!p\ pd\kN \&ppA.\ B. N1 \p..\\ ps@*\`\pA\\ ppAfku!. B.\ p.8 .' B. p..r` .\0M . ..\\ 䂵:jpA\!ppA.\ bx\!p\ pd9\0 +.\p..\\YrZpA .! \L BN \pAȸ3BN . B. d9\0JqiZ B. N5'"mypA1n%`NBE=Tqq. p..\\HK[_s!зN\e.\BsB>bFo.JvU޺(B6Qi墼\vB"dv4q +[Ywܗv pANEJk$/+"^.t"D\9qEQ.Z4FO.:-\#Fz׽1by "̻:WY'gYYIY;9[tuRw@W'\pI#@*!p4- ppA.\Y )]?sZP \pA\!p\bFq !pE;.!mbK%r#!S8JN6Ж}/O$e|Ӵ> +stream +x%R!Q\@`0(LqUX<4n™O4!YwmRq~0E!.!MzK*3MǾl0>Ξ|Fx2Ll6rnf^V+|pwb7x}}y,͊nnVn蚇EXUEZUˢ,˪ a +>qF{^,GzW: _GyW93 /8&yEo*aǷ?Q-#yɌ@+$ +ZIDRF"%-D!)Ls TQh(&Uڢ˅D[tj I!(B岋(xeoPF;p5^ -BN2z !^B%*#_4Z M"zEL:jv~?t:r^o;=<|A }3?\7 +endstream +endobj +1167 0 obj << +/Type /XObject +/Subtype /Image +/Width 605 +/Height 404 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 107471 +/Filter /FlateDecode +>> +stream +xx[Ǖ6?۲-&q։5.Iqܻc]%ْ-˒,{ +(D# +Itػث +{W3AlNyupLνw vkڱvkӟt t u a kX7i|nzșA=39vvQ'}qss8cgV$2SLʪqƿ0(άW1[\îy]|bݸ3z֗(p*v9:7"(ׅ'9'w_=?ё +c,N`qnrc?8Zp9">["@E< jPe%Yl4W.@1*e)e50ΒQ\Y"H^qM[|M)i3"6 +%,. HJ%vjPP,pJ& )E\ JJD< ȕ!5D<[CUP*)R#Ƀ,VGtJdRTb +炄QTHRTNRvE\ vEH) +F%.2")hR(]\)(+$RءT*QVj˵IdA]TrIE] +',p MB.C'ШZRMDR鬸^[S4zM9Dy*Q{ T8I^ F]A2UL0tetJ&ҨaNF*ИZ3&4ٲ,Zj6@Z*fTQ -'BoXm5V 4:$r,h et5v +]C]VDn}<&Zj}}}[8;<{z|B‘G=E6ظ(DfLH&ˑLHH$"!(LLLr)H&@&%'Lq:#ɴtLMM 0)ȴt"iVffEd.AVV6 +gdfeg9+#%e$.O`Y E,AMXlF$ŊXIٜb +C1rb.)@r[#i..Q8Ā|@PH> B!RB)9 (AH,'ɇM +RDˋ%T +A>KK \)!Je2R +%@(d2RYFl0*q1PP( HBR>++ ʝPQR QRI515AZ +>58q9tT>z0@gZٵy;:;H[nBمX-bh?wώ t}t|O8V@L}őd )I ~*@LGH1 *g@S)B@V~pPؑd,!12 +a>">T<33ӓ5ED?r33RӐe"i(zDFF2ɸTGq0< +LXz Se?uH8**H&Dɔi 1:0bHgrR0U*uddd2LƸ@¢RI c'@Eq%|fRAl db`,H <`D1|#rxrho}3;>;Zĸ(87)5/cH{y{.xJ@~f%'%vsY NQ>$''r&]ydD8U=66Z +"쬌PX^qOQAndTŤY@:uFdYbN2Cs%';FOGFԔdg\@Ŭ®u11pNGt8E &ɥ%F58vS0'ss 8J +(^U@jjJR\gi`@p}Zj +P"U"+p +Va>ʳ\#.*3fFG$B~zZ*] f8cVhh%_2 ܬ̎Z2a=TDV0`XUQV*p@$`0'/H"K@ap%q: +ygN7נhm1iJb s3%WPeR8 + S@RhlDSUZyzFLNImzM8["Is0A-VPY~^.*.f*(,JkL>3E"kNs*\k3JhҙB.Ťʀ:A|,V- <d'\V6[@2YP,y1+t e;V[uUPR2gy~@m|1#h VB\I29j5@uP!4Gs8\iҫr "u: +Ci0Tp1k$̠$RZQP*d,6fI\L&EZR=0&$H u5ZUєjie +C +բBgsh Pi+QOJZ/eZ\ jE0O{K8Fp1 MFRVcon41\J6Y:5PVa*PVYKyN_Q^؋1aD&VZ*)[#J"*kPEQPghT &gaQFޚV[M4 Iƴ UV[LSb1{Z* `T h|Zg2j5D(TkJhǙ@VK%ɖ*oKCbV-Zl2lm1esC=V@_WBvanbRAw@OTvYW0:|\&|G|^xڌXTU;\Rۚ>OSo0bRRc8qks991G ڐ!Zbh?/|@!OUVjЖq9R! 0٠BGQBG(Q)K1\ϗPUDW+21 rܘ(qց%U1Qm)ps@r^EFDہ8Qqqtw40h1a 1)+$.Mm*3,33. ƄgaYjH +Wqp L +pZD q @ǜi*$-@4cV6 }  Y_A$vBAAA!Mx!Z"WTS`uZf A@A "d $lD(bĭJ;RVcc%Qm$ ;(9<4@ P ")"Z#[,:/;b-`Hc&KELvLG(D1PH**|%R)!VPnH,#J$.ѨECSiЩGЍ^[b^"ZDEBΌU*`.1>c>.A$7Jv.hP%&(*(hPQ5PTvC`2J' +wA"-KdQڂPJCBA A yYD\ BP+MzDJUdeɨ׶6VkiIRQ"H3Ȏ:Ө5hRQfbpAho2JE55TDפ:  Dh1-JL`-{zRv/OؾUgujt - A\y`ۣ>.=!AFźɉm#b/cqHTBZzzLtdB̬OHS0$%%">,.99YRx.=5T*&jRf:'9W2䛚\DFEb09K?{J~qI|\,h B.866!BݤQa||BfV& 0 +zB\&Q%ddr9J`7=%b-,CU&GwAČp7LR Y;l#Y'_LRDY q^&p%Dp@) S*{f4*L*% +<|.ފD%t9Jh1LBO~*%Wkd- ɺLJףdi"]LuBV$5%YwʬVMl̶ <q}x?YKaaT"D.YJ2h-~ЕԜl§zT&Y х̞ "M%:V(̲lZً!0\^1z3RbZSܔљMd)8)I갊lKɺSjA,X,ܔMף2MQYEìDet &kX,C!񸰃X3+Nh\Q'Ӂtrqhʔfږ"lkS<`PT/20W4 MiQHBaLX!/8+*Sf*ga;2jg + iWl5*i쿐3Q5'bbd1 hQPtGʾ철2/UM匄2A-Fu^J֠2;/> F/"G Y +r,IٱYQk:rSWSe֟2+mb[ʼ25Ũ?$MF5:hDz;! q(~}9РJ|l?%bQP_r²`d$òq&tX"(W.NMNGό'$9zunZl^=*zzx"{]u{ nZ_e$c\E٥Ҷ{ߗ@H}I?n tl]d2&@AD $"U(WKJĶed(ؾQ ;t"6kR [ܺH.A˭tj~Yj[SؖXf9+;.B:+he-Ȣj۱Hi:٥[tlZ@ἁ1&tN) t"٨HH6lߺH1%}d +)6e6~݈PRM+2n]dFҾu* do#H9LVRkdWc!R.E(`$׃ٷIsɦf"ݺhӯui"$ Hr}UIfm"(϶.RmZp͉m27-:F%V2XʬJIڒd*K(:FE(Ɋ`+RD|=$mnZ$m$ACԾNYJ(\@n#P–Fu FE*+]P,/öuQD6Ya۴R/JEf"J%tISc.)u2EEM2?/24љ>#1Exy ud\o_pF :{?Kd䃈牺ӳ8EbV D1R.]$]o,*-),!J1Sk9<J6c +<(e(aS* ٬ՀDRM-l)R)*f$lx\`QE*ڌ,CY +G^1@sbF6t"ڤDZI +G +Aq BP_4r]BHA% KxDw@$KxbM +"R' +I +⥐D!WGTȔaPL<1B/u2X2Hj2"-bi#r2"^*F]@!@("TLRXF!L-FGJER.UiRf@q% tʮrk#dLV ʗK\qAkTe"Uy\D2FUrT(5(yIb3:[KьNPˡ*X\:ruJW^#H} +6Rh7:8TD5&J%yt ӢBʘeAqTV3y *J[$iIjAGsjI+Q]e/Z+Qb"XSe5UUIA8IXj@غ6KsˬzToY%j-7xrziz{fgj`kjkj1bꝛꛛI>Ml\5wnf,AH%PL/5NҬY5de$ZL^7kz\'U>֔&V1N,=K8CzfY4:YSNY6933C5d\ˌvי5*2ktӬY$v/T-9==i/XkIG6arڞeKqˬqY_;XD8$,b$͚Zab}8rHƱQZYFE|ѬFfuҬNj$YB:qRYcPQ[rZscYƯ%#֟NMt9mE92kKe]\S̚깎SHoLR=qcԚ7k9jhҤa}&̐SbqZ9nOnO nOzoP陉^"-Nu/1}9/QaV8:xqIt`٥M:qJ-$:7 er1!qrVwʛo˻ A%; eƄs=KnJ~\ވպkzH5o\RW4v#H2Ё񑞎hqzl?N8?0l]':&9?waozܵZUrSF/8ଫM>8 [DowѲi]dnq/ +:QNσs15|[5\ i>o:n1L}aܞXsKr{D}sܞlm>ūWGrv\nXTCW.Y2^:b09c{< -,LVV(3R\ry7n?<2:ҾՋgbQIKHN4d I-6Y_[QmQ,,=W y۷~$%1tr+q + / / b  ~vrQFXQT|\׹m;;H.D jؙٵWG2cv~ //59s8^oH65hpEW^eGVwg[֯_0B=bRu!6jOԅF}Bl0[ }<&9/ ^p'53l +=Su;xBFn$^9@7.Nj}2 R#N3oiҧ$/,g`2na kG?`V:^|{թۚ>'7ԪO3\3sS}S.cT% COڿā{w=.a0X=O6daޱA}7W'))?u䰛բhm2x:q|5߉qh qA'N쫩>c~B\pP@_P˴d:{l_OkRBȡn5}}l[X' p/PO@x۶zh?"9VU)w?y@^Bk~{jiH Oa>vbBzz7 !fc)$:ҿQ{۞Ξi;ֿ;gݺ:7.]#9vtԔNe<\Ӡȃ?aٳ-)!A{q~sܔ;OתNuua!PXtCn}c߾RQAs1&?27#-JSnl{[M*o/_<~BL ڰnl8@w©.?NtvuXYʊ.Uohk)0#:* &&FDٶV%W`V!'yxMo+}RW;{| fLN %6&aƍoDx[:;Z$Fy}Hot;Mu;qs}Ё]] 3k?߈ۑ}#}D.,\d~ ǎ~kV̥3Ңzk'E8rllIj70?lEtW?wڠG㩉ΌԨw6V=Ҡ/Mp1;oۮIwc28:PPpy'SLLT\XWNKLK :Pp20ӟxw*@*, JHx{|IIH_h &pNEgcfm}^x3p8OOVU\8r}|FX_ +5cneg46===8T}Q~iɑZ躅Va!Zl}_| +POp^J17ӿ|cd G-,ᆢü +^+4Ilzܽ󃜬XLQl/QW,9쫭ٸeˆK~'q~>7o|B31e~7>Ag91.D$c$1淌Z DкH|Ђ6!6h3_gm_7h\qoW΃,f-M0dF~@zZyQs +ƹ>Dmp?yQuS 0ז_Z^Z|@Zji'aLS{lGQ +Ņҫ u*ocm~bBȧfSJ8y 9>tt +:%6?s>7;Rı}m$?ё!P֖p}~BZJKgs2 z1"P[99W. $ Ԟ;ی9tpwwW 2%0? a} .un +7%/'xwNFLmmʼnٙqBAב E~@kZUɞ<ʈz)yqрziL!xO8~ݚ{-$8ѳZj `TYR+s "a&ف 3fqˇ0QOA *ـKxYq{UxHGLG v:[6'= 4M剜8F} wV) +ܾ}E)s3ӿS#kBkY>u_hպg5inO|v2ZO]0lz 1 KsMipsCLq.{`V,1g!Bg.џr^4taM / "a.|6 +8~l_Dm]9hf5;XcƉ+077݃Q^8?^>?Ⱥ kZ-E?N:\_Sݫ|ǜmtLSY_*>2[?E34gߛS =m'P'n\ܡy:vM,ֲ]/<ou{q|Ɯw.w5&mCu&7}s*O¬} 践kӆ5oEf NaI49f\d!RLϟYkny^|ZgN7x\7u@L]3[[[~jY=wr}Nʗ =W=7foi~Ekn9^*vbo@@P@]c?1~U?ѷk9Z֚n҇\':%+/пZ:%IȚ~eIkd]Z/u=}MU遯o3q=W:,KgmV3~eY+pO^VZtʉюQ>=vR~V`iqZ4krcm__9^kϚ_ۓÝDP8Y_0kY_0/hj Ϋ@a vsgAC47:TZCojԎ;/${. ȁddg{秨;?6VWhZe5uUMVSإˬ3zYNTWn1_8tfu~l_gz϶tt[_~@]Ka`~Cj ZWe\-maY u v7;[ʊR5a (/SUscΟknon'?o'?K?mK%J(~TY!cSS FdflO㙁D+~[G.(&$N7?WfꯇSӘA6&knPJ]0s g\_kHybHA^8;??624;31?;qansczK1$5`|u\;&1;=66rW7sk"0H }!JowRzbgF4firQhQ?ʟlf3YhPSy :Cݧ/l-j|o_BFUVK5uw4utgˮw7v(ZKv8ʦ\RIXatK ,snꍯ,Xu踞_āXݱU_/nJt4t6ۓ=+н=:Nڳ_7{3*",.>EZ;9>HhqU8z%EչH0rcZ⸸mF Bs3}u-zIri_>A=O{=y<{{΋^>zD5o^xzo^+@1ŭ /~/lKx$%=%|2=y)/oO}ʎWvq꺝L}mgk#]JcW3^ߕvg;M̷dA{OnYoe'o~{o{6yg_;!lؗwtCl:\8ZHѦ#cѢ Nco9r8-'9|x($wm *اdWN!~O||> /_H%PvJJ${{J? |R.***E?L?\?Lq0R~0\y0By0pTȲQJ(GE8Sv4Fu,8[q>f 'e϶g[,9Vlkk@^u@5(:(:(*(J0AmPaMHAMpAmpa]HaMXa]&YuN}8vC8>iGq"M|(Qh>%h7cͱؒؒxAkh#&ONjڀӉ$q[=Iڞ]ҙTڑBi4Yg'UٝNWt*zҕ=e=ތzfEofYfyOVy6Ϯ9@f G5 jr5gugPlnp7-2/4wTlyy2̲ s#b0$jH8j Ռ)jL +Kj&Kj'I~J/gZ:BotZXJK_ϵt٣Eqz+XSTWX;`AAQPS)LOKJe99%‘sml8?];_Vܞh,I- km홟 :U26rf'kXvf.G[?wOvnwot[`Ϸoǟ}~OOdwnϷvȃ߁rпy;q!{?~#߻=J}߿uO|'7')N?{zS?Þ?z󦇼ozGx>==?~G}~/q)'[n}*g6_< _@6go{.Bn>Cx.n!¡wq~)/r]/Er/_{_g]}"}5Wc[sk1!c=Wo~37oB?ۉ ]ćI|7$=J1>)lN}x/ۜؖO{Ƿd@bkd>AƓ[0mYO}Զg>~z[S<=l{gw>#φ/,x~g +_U®v}wK[KnWX/a~y/Oٯa[*x>"_]AkyqAxou# +>\ђG;J6m8.^B wNu{B]lnNI7{J,|Jl||+꫄O?W|WͿl[@GVۃ*v|E$LIng~wpnFHݞHHhhq,c---,! Pb5GN9ʠXu'gԝȨwh8Y@jm:t*;++;(lk,l+: mv{=X . , v(]!ܮ~O3*- /  {Å}qx R) DK"h#qsxxŹX9(ǗOH,N*'HIR&ΧhGU)T48nBa E%*//w^93yih"sWFf3YH鶁sQ! ݴ8ٝxj AKT>=%>//xx`vVفKs(-"q *+c(EJi1)n}KԥxTWQɡu<}}GK.[gtoaa<"̇J]X;;zC^|g|> Sp;)$ O{߹mwnw׻a)=p_{׽~ׁs?;w_/{{F +厃߿uG/XW?t~<~Myw> 7?}gOފ*Vj]حOmLlP<| wR/_Ű_K`?{__o]Ľ/GꕈEjFՈ_ 7Foވ1I7cVo<>|+w^ސ*7&>|ƤG6&A>)ɏmNy[ؒ=?xzk?Q32ۖH3 uEt;P@OA/-퍆Hb1~ ?t N6'/'T8 LTMP&*&+&MTK.?Ty>NVϧGRh 24ithn,S;Џg'cY 8ieP Lr,SyT3֙*`fU5Ǫc 9*/ cT?]V4VzOז=>/m[M298켜<66ܚy1`} f++AgC"qjJbSn_\u~{%l$^׬)L7d+'{ԃ3e',,LOPZC q>J,߷nKx쭰#od߹}/ ٣p7=xy-n߿>?y'J =A}ѻ/!*#<`œ$o}.TRjMy!O]ctS7?ǼAGnzyQ=u>?yɍ11w?{GqM I H7l w-[%KreU%٪Vl{޻ttMT-Cn{fgfgggݙ=Zot?V|r +=q|mOD`"l-cQB/a7zg;)Mh%#є(e9,>fȸk&d$@w&.aX w 2dKlݥP &_}$L><`8R&<#8>L\sBF/9kk]])a땩MqDb@!(f_DR;K d$L$4$~y0Li%fbZbؾ+0B@ƫ*8&^dTЎ:}D'`QBcz1tc׋$d<,2dih4;aw"$m𚘜M=FFfz}wPF}nXiɗMnv*/>Qgy=QԜ:{kakZDėegbU{0$!.w~W7W/tLN?tε%%N@߶QIY s]5n$W?js^oVNQɽ cJo܉xee+ɕN>Y.XņƕW] ;HEĨ &2dLT$pSԏcb>XME%C*  TLEFJFDb) SK;s']T l(ak6%#El0RC?/V^<"XDdc@)bmynogm}_?̎[;ꪊTUNH2AY&`&=i@?7=-`op;?3LZFmc`__>/ƳMЀZL jXDV}M@;P'[<(й\uܾ  +q2uKOszeM/ lsx^[;.#u.V_PLQ|zK:OjzYX}K:oa`fx?n+m:fkRZz Gd QPSȐ_Z| /BF`mƨZ|+woECB Fm`H"b *QmQ 1jq!1Zox]wR2ȨEe%#_mW L\yv!X#R,$j E5ZtfԢZt#dTr_Sv[O,R jQdQjֳ~)Z8,l ` +F`Q3x7#1Q]"հ"Nh(QGMśQD-F稊  Z $XD1Ib)bH,]UTA3b,PZ>gŨE l`LTG(&_>Ae]>#b>yZpšXQV-2ƨE4յEѭtX0뀉:UD-V{3𣂱Z:CzZ A-S,"Lb,)[,-$j"<>-ZdwcX"!c,&  u&K"kg٘Fʨ~Ej#MԢ[ 1 2ǧx,|)2}Xo-Q:~wUi 5%?5,ZfadY-N/`㰠jN:tgt~G8Y@#%#`ZGyq;D `Ө}+~QLwlAM䖶T\l=vWآ`SP|A7@,<-n6^OzLr^@F^]|TjUrϠܧ~7-|e^V5жSuC]Bs[kt9\1 - ǧf^6IΪ + +Iɩl]g␐]tF?6_G\Ss/~7y|{`^bzuE} -oVנcb{ _fsx9}߿v#n m;ʪE!T-kZ"!d.T *ԢX-n?Gj hΨEXXȐ%b(ŢX*2~ZD$Τ,HԢZ<ƨEkO~I"uJjыaCԍPj(3T-~}j_~>D8 2ZfOD*RHJ8I-(}LxյXU]KX(3Q`b9X-C-2QXE?Z4$OPkRјщ!D-$Va[Űf3E0Q-稄QbxE*X.8R +&բiǧc֠T-1M`y\vCwʂC:k + + ZSk,0&ۚ ,ddd\IoWڛt[nz[b}JN~^[jj7|4 6[V\׼gޭy;d~wS%Zgu^ыnt^^ ]6{gͭvNq߽}460}~i//.\Y˃{N;imCܮ_3XxEYV% Ao}S:1LYk +ݩ/e(QjqݤjF׋CTJF&ȨŏT-hkQ'(U!7|J-L[^$jZDF-2L[JƠS49J^/+`TON8A-!7 JD-aɒw)!7)*fifQ*fNR2g,3HGZ(r#}(!@uf$*eɻ+҇E" #QRQNA3MOԢ3Ƈ0рFeF5S5Kd zT2ƌhh#[-YDQ7,)Cnx:uv׋d :i$*UΩd0#h*r> ~HF P'D&D7X$ ,w9xTYN:ʎ;,B+[jji~KJ 9"on(m:S}3[,-Kmi) f['5|[KqeUFUU|kKlҌ[5TKwppHϘpM G4=< +. +-pYS|% 0`/)|Oz?}# _9?U1_Wk7!S9`j|CPϐP՛ggy3o#:soɌ߽ S7zoj?{UVϿ^"'L|K?za>G_ʋ_}q?-Bl?/EW^˒/-OnT,}i+K_?}u99Vޫ+ ƕ[yUoVio[Wm2 7[7y+3:3}+ӷכ;l4{g;t;mxo36X Y}@1~mV vX/~wc wY/ep]w캷d7øx%{ktR2t>=`A2򃎟$?;ӊ#+; ++\VsYE3&3]Pt[1wf#nkNza0UZ :eu*딽RJg=aUߍT37ًNo>,3lsn#]v. ;.i;5BdF21Zd.ͰZ{`ݗ#]:#]EkQGN0}Fa21Ntc܌S/6=2{~QģI+$+J:~;IV C2픓F' S`JƩJFiJ++!q$a4$v'S,S1>ѾѾA0ޏ /(ڏ$!/G>0ƟcCH0~G/86 Z؇"( 2@  C >Q +Z"|pXBPx|p$# I!!I!!'D1>21EIIG%F&F%-:),ZA8%,:(fĦ$K,5<69<:%<65<:YMD86%"65".%"&iq$&>-"شH8X*xX:V` G'G3@$ԌD-4D|, $f&e$f$e"$&ؤXe-%+.9+>㓳ⰚDƥf0) XN|4Ȅә,>&&3! p^2NDɞrS2KbY4,]OK.`,?5 살Ʋ p&xXsaŌ/J)N+"ܢ X~QF+/FRfA WYY-A’RK/`h"]P]T]X]T]XJHbQ_[T@q1Ksa%%*/3><ʼ +b_ _PV_ZI +pUA1 +LX +d +*&"*ƪkK%/&5ԔV!PJVJg%LZm]USKUsVVXmma{F{{MMuwG2t<ʒ=!믽%.q^@- L< U뮆mrD6XdcձiI#G'22K JiSVNb% OԆZ 4 ]6NBgI61$<)h&ӼyL:Ƅ'UڔUp14?-iT4*WfL57$~4‡owZ $i$wrj f64-fJCGJe8\/qdS2pJ0T/d?/;CtߨFIVecM@,/UNu< ?~Z|?00]Ƿho4VIՖWV{;"yi gT?QV-B䤧>QVR\%./JKMOb3ZwDs?wDj?}n牫Z43= w|nSmuNVV1&`FQ1cŽxar0EIplVS OD{rk+sR"Ⲳcz:JZ|2Ֆ?җ?d)T[fT?bKcEMeNV62 y-Fx@=`Y V.FJi+ "Gmm-E]Xם\{[5"ZU.bal7Kzb$ɫ-?jPG4gY5]?&X gGGGb ͬ=԰A0 ؎ qv=ӄlH&#Lp哇/^Tin,|0֍$у_'svfGܻkU(G:@i\v#ݣbeYVD_aQbrJhJjXj4,'K>6M~f˫Ml?jwdb76ܽkaō`D1Q>vm631^)X^| } /EGy9Ѹ96SyvXPa`pEU6ᷡqX!cd1lVf[;•p_ MΊܜTC>dQ>_>[>{K)Z$PS s[ɸv:a~ +kQHRbؾ}CII _?LCM3oZr4|:|:eObQ~Fddxї +*hlaZVKJ +Et]c[oQWѣVdߞv>ܳU^رc/¾L~fq㚜8U\zYZZܛxVAaWn.?뿞epgkkkIck+/ +vqӦaaqg>>)?w;Ot~3S}x'îƤM3i@&7MNIC:P(ll" yDb^l|FmuMu.VSPv,Vg?u~!.4/Dg>Ġ616K,8ki*DHG`F$_ 6VVU?^G`Oa{l/tT7!ZQ2hmyHjICM/_y߳Ϊ7i"(Kʧ˧˫CM750s?= TW\NKc0g)|u/&}*\aI][O/Vg=ӕei6o25%V-/~a`pꭿd=,YVX[%q/hGF :D"6: <77F}ٕ+ g+/WOHGA^K[ׯYo{% Ψ!w|g?;]9SRw Odj˧= ZŞØtI982yiwJ튋 Xlnzi%_yBx +p5woin?uhb\}cSݰ7#==%)?]rc5URݩ!+W.5umlwt3Ga/@^`ӧݿoJ(+ii,N[@0dc>ћ._\ 4.X[z0 t^fE#{aZ~;B>_>_>?)~C6wՏ +[d4VT.~(+@3`Hkw =qEc]B^˨]$ۚ=3 $*yDlty؄!^:M`sP0|ha|l;օ+ ݡz{J?au8LJ# +QSifsy~f7jq}ԨmQMMnD}c-c-cc?6y$}F4>"5wTWq mS"^T_4=e7T( 6̃6{hk5yB޽sNI+5/95>5!515)5!595>u$INӒdH9BHRJS +|cJC +BRmHc dBHHR!%^Ren M4 +Xɨ&>y6oy~ğ׋#mɫ-/M;ZnX|t'. +K]A*tr'3'g4rn8bg$X~3cY|xeX=ِ(b3wx}Sh3"hI[U|40,hik*K,*H.O.* cRH¼$Ety_PټḞڈF98s& NKIzIVotD?js~B= vV^k'WE$WՕuTGy]YXTPyJ@ۂ 츆#Kc<œcb+-tkŤ9"abks}AzjR~^nQaAQQI*TX_X$WjoOMG[E'vƤ9e|ӤǙiv*z:dZs`qTf׷Kz<#ַё[KMĀ 4렗TX_^nz6$w#B3A;5ΧRhёjKբb# ӒY#Q!kL`HHǨ5:L"G:Gdvw$i@ %ÝE f͏hՑ]\NSoLg@]eEi{{;ZNW[^'ڬkTVw:) 㲅[v7ζLH D#±Rc@|| q. +d8}$j'`qXX&rY&cmm-EüV2=VF0?_ +b%9ītjr[7$$'=F`{dIQC,#>@GG ZMj*MnVW-/N9x@]]uu}M΃']m ۴(<\sTa_p@?ZŚ?~ά𔲂+޸znwGE_O XEȗDžE˭(S]iݕWX*w9CIgH"iS|-uQUaӱ\?u9NBUqnǖ\&M:+N|榰HWCX`2..fXC(>(Ƣaۅʡ!n:faWL`%MWG㞛䄠.88Υ;*}{voia*!.&7w㪺feYzNV̎l -AcV;^>{*Ǣ|/eV,v?!ŮN_Ok~{ϘD#d"'N?W^h[?+1 {di2Cn`a /]Rz۽XGGs{&ɉG;2q2ڕUW/*+I=^IDEɐu^luoh$߹q/<]_rEiKJ4.1;rh_z٘jh_S`Q>~I}5 r,"_fbg"3L77351&Շ&u} + %_`믛{:3U1ȌAp[ҒCSSB.VHEYZG[IkcaeEP0R\R$ClZgfz%_rmim*aƚ67TuvwVvVb[>ZZR8&쪯́Z^r{:+[[@NVYo aբ|/en{Dn>m!ƤM3iH&7M|$n#{:?bgettZ +Ʊ֘%C@.P38"h(dN`pAFģb}1.O(l d)-oIkF6#@.mljB6P+-ʧ?lb\-"_fZZZϓ'Ӓ8S "QP=656`;>.z5W;t~y-"lbnJ+OV{(*ݔP^qsU*$ɏH癤 ++Q "ݎtJ3Wm^ݬJt~E"_#<-ƻ~,}R^=6f_p긃sOXZ4;~pӕ=~UYq2 +6W}⬸RkC ҏ,v:T^q3W +דyM+O5W!2(vSZ n(PaN6b'iBHE`1nn,_U3fI+3w|>J+?}oyZ쎦7fqwsl"mAzQ=+jS36A/9v1wU;Y~53V۝8#@_@O2&]}hRy'/}ua>Qyy9#]:7.pNIo{#CiCnLИ7seU~Ok$zym(1QNEǖ:GE\=Vb`s9)=NsW.C+;b*?ww3ʍoH@ e XǗ'W u,I fzfTeVcMy*H'hS=x𠖖uMM/zxxFFFH#g\݂[45--D6g~~[pppffvww"PZZrY߿/-"111((h~-''gzBS+tsihdATi%΀tC$ݽ{7## %Vmmmؑ3imhOZ)hɷocm;eG5:::4'aYzEBB۷UTT)(9MGS;wpd7AXvv @WWyrr2D - `~Kuu%.f)CaWWפ{KKr#G>w\Ҩ6L p;h'hf?VRY^X__A-NG$bScc"8R8t~Zs>BGhy9駃_F*w ʮ ( u,6>cb})WGN?ʳ'j_ye:Y{~AEU. p20Yfmnu|\Cݼ@SQqwLŹNimhPh:OOϥK(N8իWK\r?pȃ x]nn.6A`eeu5t._lkk 7F𡮮999-XO֭CwITۢN llݩSTUUQ=GGGnll,'ѣGQ`PzK!Occŋq\oqq1p_Q=0 ((st!`4vJZhZWCC" Y,l2]]ݳgjjjADXEK,Y?m|4m&g;211m\3 +n P2ǣ8Gh7obMMM\8X g꣏>¾hc<mñTXXT;vp*<兓h^zi666H:|0P\/'@"#,P7B[577]~=!@pp Qu?V?tĮit+={un!7rH"n;7n܈~݁{Eo,yA#~:@1db\@W I~ vލ;m +leF<;EWBЭ}[nE 0| @vYP΅ БJ@w" LWd`8^beee]z61!O`:{A# 2Y-Dٶlق>VDYr[C6A7 FP #Xg(t;tP% +k.**‰@ev܉)C900vG2pȃǩp*qfQ={ОNj-hv0c9㐱wTqJiKD:Y^j.8jt8q8d4;PUZ 5D+2@ D536Ampy (>8HE(VaCVݨ@zO (G;\rFO%.ď?QU@il8:4 ٔ=SHڶm +s 3~,! +\(2AbG*FIA;ž 7nmOj47<)"2̒ʀ0`t8tȜǔp״0״H7# ^$Kj_VRHnwfCrO& +ne +-D^${qNLb!7t:?~qɣ@=3~ڸFׁMtPWOfffSAW>>>蜑 +O T XϸM[A'Ut/=9q MYQ!*zuFءA qӎá=$tqˍ. j$!F/]z-'fVG`::h Q#(3*I@Dfv&Z$G)uUti'ȃRC #ljP!lذI`. +B#ٱ/ԇ +C J~M<8D? v;!GQz{C1hFƥ#B \h1\*!C`E&W5"g88:@_pQ.T8qqtm8:ceC4*we +XbGMIǽn{9":{oOm]Mh)ZX#,Fz?-vg:?=:$z6xi`:>26<6B-[-D6^7HG:/tY4=~R+ƭ>~S8@N a ?aOOO]:Ot#@g2zѓ্ؔϣ{DO[elБ p{FxTpAω"wHE} uFD"V0N-* Z^ GD)9,GXgQ2*:CZ҃BA?NU@Q#TѰjvԸNy-C' 1ڢQ :s4)Gg@B#n=?A5pP8: +(Gpp,;a8^t`́ \<}*NATGGcP&J~qD#2pçwJ#*cGжnph.3ڊ ĽF̢h 䤏pQ,.`MZ`qq"mwJXE\u8JLamAd\P8.~zl$D7 #kCiT\-@~=A߁JƏm|?Cq?C*v 7U,,A7@}5zLFB &2Bd<)[|}#j][WK\PY>Y՟UݟYݟ]ݟQ0; 4;Țt~üf!Eȅ1=$Cy-(7t~"_ˏ A:MbX=]3S3v`؜Xutq2>vΤ9b*,>>,>6,.>lؐذ.t~t~"_#e:ITz$uVe3X̒1[Lj eOpC\V؃C\.~===?h!74'&&7M)))FFFX1^ + + +z{{RWWWVVF' <t555{(队`#fioo/,,~@ȗ21jXoT[]-=1=}3&MMwҔ%q'PXXY>`QJCL11EF}ݬrG;ARQQ1#a777555ItJOOolllmm^fVPPp΂(N755=|r"́l{{{ (ˁ#%"vvv}0 +b} C勋CCCQ1:EČ8tͥ.;w(_#C150gZg +ljjJyb~G"QR,JHȓŹC-cFGǾ7I}mm팟} +R(C4@Յ /):kLvZlrtǏ?y֭[;vn444ܻw={ ⋼<a/ZZZ"o߾}ĉׯc_6pn߾Ұ :`Ό7;MMMaX511A@OOyݻ ᯿b\QtApd1 姯6ĈmEC؃r> ;k|bqtt]lP!=(=PHo^DbJJ +_t222D@7cQZ<{&MMMttz h|g׮]ùߢࣵ5Esuu-((I?s + ݸq#dF'`.4JtwwriooߵkfΥ3"Qm: bm۶m Xx+++ZK.!KGuttpCx@sZ435{0 jq:3gW3[N"ŊE/0]nn#0 FnCى 7 ___!tlg:™FFFBUTTSCB_07D_ Ȇ[qd@6yrXDTdHJJ&E)V?;EHG=31RFCX"fv=58kF#uuuH}xǙ%w_ؖk.%*YŒEuQ$%YXT:{7сuoEI$Rl>,wfgg;`@t58g`/]AomDF]pBIl"4R"P #NZ~8:"0] >B[|'ja x&vYg.OT=FyF,' zpAakjjWh^ .@tZ~- + \#b@1 YP:(s\l08'}} ER?VE_26#ԽB8"FDE7tnb`` t7o$.kX[Lវ/,{8 \@ ^Kѻ N*:Iӌe/ȅwD(@$,PdA1[$,G/aaa!`(^7"r~H#m`?w /7n <',>OT >_VVT@^A9JI#? X`a\`nlA`yyy@h"r3.7Fs +#rC2؟͓EHFxmmm"hIH( 4H#-!\[; 4R9󏒜4H{~٢ߎEEGt:$Q(r1@?qad$[$4Ɗ-NDltXX8hkkkc٢q2^o\&n0QouQ`RE!qE7tx<݁#iEP+8\ R@ƞqTEHnq-rQ ͉!6Lk,>)값Hi~}XlmmU(nD%nT;fjpJEvlp:'*)'-JR^+\LJ'TeJq9SVaKv130tQf Wml=)i6h6݂EwERR <,d2VH.>t1]R֪e2Zխ9B7 [1wy@E#i6aDlthX! ֶ68ׁI9?)A^X$LkY\NK Qc(tu`+ GF\G6ΰ Svm +6Nf2=y9z:bX'7>tPbu$q`hqWmO*I#oqშ\RO +4N,ID֊ϙ +p)5!GJFőh.72DI9¢Ɇ]si Xyisd6lQ? 4 >,r~->1,'bÌp%5 mVuCEEŲwޮS( , χ$` NvR٭tk:i[ܵnNwk:ZՑFi#`zp->E7nPd'X&@V\QAJrs`YH#2VUU5L8K[ܷoD"9w܄`\FCĿ +2Id,[P"%r4&MCl08ccc] XW/!`щ!V:DҮnłRxv؁(F1imX$Q퀉L:;AlN`e۷EH{F`эAԘȸgGRi4:wh_9?r! +4m\:U\ Hi,!?P(eq2Hn@ |RO +4F\gc&+E{dF&$*-!K,/'a4Ҟ98c1FQ?]'S&lq #Bи.XKUZBH"i=l1&*2..nzJK; +6|9)d +-:w٢Ӊ$}+TWF"i=l8DI9??rDZEkTb:w'=0Yqupo,n۶͝'4H{ XtSTT48rWXЯd^3^OѬ'l{kBCH3 +>1"1pʄBarrFN!Li,K5hܸqcŵMMM!!!cuÒ󣤜7`&68=4>&"6`ᄚXWWGRsk}H#mFGGXDf@W^9XK8 +:4EmWFVԩjA]hډD)Ts4jiFZj)& H +UwPb:LO&蜉ϷadZ 1Ft&}ip06 1+++((hŊׯ_ATɤ" 4B4Ѡd7.o\5Z6kXZӬկof,Iϳ־\󳬀w:v)]+[]H 2")8;pϿ|#"6d&X-f<'JYo5?e~:ד55=3g +{R|xyмgPf0}g_c--kk-sy)Iϻ߇81ͩ' Z `'XDșI{b~4.ZE*,h [LOݢ9@]93$ 1k0>(4YUc+;s/y[~%1Nf.LN[ZL',4 ?Tt9,YL YTTWYޞ,T9EsX^S(˦QJ]6#c͏ӶZKsi~KSHY:-r7yEWiʸ 78p=zR~j ^{quͩe'WT.+?=e|6{&})_J^A[< ݉`f 1>QfCq"mpWa8Q;6/hAT0t>'E B tKzЏ'jr^XC"CG2<~/QQrI9\lQh$5fGͿ%N*YLT_t?QYs(05MetPË RUiQ5+zFXK>\qlA/ +"coh20م* 8Z H@Yz8?݁Q\`d4U҆vF:|qX| cE ~b7u'bcþתaD"KE,p9 +fcR?1:>G$JQ[ti}ڪ$-| / +RPpTߩs6UsU"Ԧ6elȦahODtL2En7w=ou.uAك}R +Gc~w$gK~_k:avEKtfQ(rtܠdzwyt>,~REfOZd !Kob;̤\ZbXZYU4ws +D}5gzg/߃;+i?H^2%e?g}3slVV`4O/t y m0H-x{휊ak(dDN= +O%.6;x_-k*۵Q"UifMz2ZU:Lq-[[5Yu|TIRܦORI6+ RP(/2TdO|C :L&S(z~d[" Kr_`rٳt}DFw1cAT I{#iY2DϷ jH.7|Cb9Go`sO~i2|<~L?\bwVOϯi4:Hz1bj?$L;^0̊&'Z|ԆbV3f58Mj̨C!M*̬vԄ=b]rs)>&edJy2iF)Fg Dr%Nx6UC\\ɒ%ow -{V,Zp$2 nuPJ|9jF@L6.~D:JGGT hs[Z[[a }ؓ\X'rO\lVNKs+sh4ML-f1ވ?55.IN;3g/ 1łMftCY6Q)S? +J 8䬊&kbGVώ +wU5ps:z 7xsӥ.3By.&6' hʢfMaYXHMnԔR̮WKy%[.ۋ&MvEMOHq +uىd:N`sȃ ED{zb HGBo4tCK)L?~.vLש޳_KY/A@jk$yfh7UM oR> }L};8)1j|d8#!X$f3ɤVw;#f8zgV^'19 0ڝ}"mB;~$=Q}5Ո$>'"bMNFoeϡdwb^Ԛ{3~S}^e|ʖLs8qotϪi ڇCh$7aLNY N!?ծ켈MwW R\r:4 ~Fci_&Qp8^" G/u5.pbL/[y-N칊z"XVk:HkJ7!AWhQN֔/x2}g%xLKY*eMoK*QFRKe #N1(O~ a0C\άT:ӁȈsF@&=KWC) |)~Ԇci6 AS< . "<| X@s7B)D&10+yF5ZIK# C[xi ܜ3K񞜴ȓ???앤^'I-]-0p!Jp̺x7(GB=J`gA)gv!3S78ZM8,"@eYw%ia,\^yn{Y,SQ3zFi)?VHX,m>ad!2ʣ ]QnDzUZ2N[N.7,R?@4V$N*ZCIK1f'HM]<'Ie_(9M8t3k(k;,F>,fjwGA\vqCC :PhZ VREl 6}@1;j䝘YY<,j_&a3LGL ddhO,ZH ^(YJVUwiZ(j5kh#e}$֤<#EҞH$dz7bL(P |#>+^8YG\mC>[ˑFfSP$/lQW\lQO]iBdl>̡,y q}ɋ)K'yB@L]#,VDq~SYoJ8QpAIʺ_>.-sF²mvw*fT;`7ӆ"i; +}Zƒ8hoGjd 't:6n2R)񨨙gU$*R'MJ4/yIX$'ac##nY{'r->6kЬ>eu#[֪[gА"7d-ByWR D}FȠjh-k_OyJ=3rwN +[ZYnxI;*9sEI=aI_eN=nJW¢|ݝkkG6Y̪ھ[\V %%%LpގPĈ-#־~+[鍬 +B[nP5>JSe04?quuu#fxUTTTWWCLX ( xZVVSSSU*lkkc0N@ƚ +C% p(yܬ.,GR0> ?,!3d+e6 +5J.D_lMj2A]JUXOl"qw{f_PBj?5뙵h gHUIPKڻǕ#wx&nqf##t]Xa]#>py#}`Ql}`!^[[ܜ~E2xTB!rPLA13Le4ڮ_d2m*^X4P "!(`+LIIbb崗W7@;P)YjgI$,F¢J^9N*NQ,hTSܗKBXQίSKjEAx͢LOI_fLLsOJMRpD"v`K08y^H$~sƟ:ضv u+)r>jg7(;:8øâ vz'by4` `s8x*++`KyyB2V Jh PtzBUPx(DQ-r:5lr ٟ7C//X %aፑ;*hr`H"MK)S6r)z נNSf%4L6|Vwय़2\{'dՄt ݣ$-oIX63t/N j̨gG]{#yuNX a}']̣l6<؃Q`׋*O@=}o6mxOpT椩S$,bII <7Sor3 +lYl/kntUs +EJNԡ^ }ŏh>i~f0~Dϔ?j.kO@ɪIy~u <#ΆI >723lgɿAxjT<ΰ/x UX,aQ<1 YN;{2'E +#ًEҞ%XuB{>F-_E| -ckj:XxDΏnxNNXFLLʲ{(kdb<7>`-d5e +ż}p w?HjᵭEm07rÔygMpylDskbY5q-9ĔI*Iw!agiw?]-9uB,X5|Ʊ/+^.{%ۃu'5i;?HT +CQ/놘5r~9*d 9x/6 ;)5agΉ17|g917I; "b%ntb;%hFTY]$,lT*8X_?r~Ͱ~b@΂EY2=dzJ,Vvt] :%drQE}ey# ~f^ > P |nNT_T5 b/,Z'f`f2#cezjHQP l7!7$s(NCH#mv{O"qÊX,h{.7nc"#BڪjIeRbAd} 5KڪUs~b_X,s.X4>su9?\;=E/ \;TYMfnw3ϨEz h!f"@4 J[{;@QO}nPG 4'`wIhoO l*9.x惃=Ȩ3,7ZycW}Jo36&{*k*o.͵*EWϓ=7#mYNVRA9d8YQּ`y! I ͪ븴ev9=8P&zԥy^X㻫B^8ĮʳAgR/|ʅO^GX"ʴbVr! 0B0WUS%9U555iȰ膜?&:2Aq͟/\p81+ʑJ1Ғ(7ϙ}D-f7f)Iɋ_aysEdy͢{N.X@&]Ǎ/lL1ђ&U7>}C.AC\v[mqXGt=͆^***JJJ ]rYAAA}C=Eu z^,ڵ̙3FqaX|ͣn޾i˦3qg(,ǟ~W_^zٓN~nLO:d]VSVY[ +gΝxˍ7"E\ygt)>^lʥ?LK *!.r~M| Luh-8B]mN]6격tY49LHW3 ''/ौ*vZ$uLCmjԪj(IVfA5Y(Q JZ sXgjhV<F})q(́uی'?p%$&,Z fKW.ؽw7 ǕJӶ}ꊵֆp{^БCPmiU_~qF hWx`џ~?ΈG|ʩO_]R jSI+W\ޤ߰qE>wVỲCGÏvɻ֌̺@~0t}k[s͌M[7Gv뚯Ǐ?VP~݁ϟun + jlm^*tY;ƮXbݺuB> .&r뷮GDG*Vo~qYenl8,[MP⒒X0|XtC,߿x7T8AOԊϕ@=e &XWUxgM^2et,g.}~>?LKG[a~5MW#jWAU&T:GP?ʨMH򼠄h bq03s|(h`Q}b9()xKW.&y]|yťP "r d@goؼę@< + /\#G8G_-t2A4>z)m5IR>ր]v]v⅌T H`]Dk6.@WZhL#"lշֳX@tAk7y UP l\]m]VvֹJJKjj|}} ?qF/ PZVz;6>yixb +kVT2J%%Q1Q/^-okow.[ݾD lx @ jf +NS"VTTo>[|@uW\|9))i")4Qb(,vVM]emMQfRg1|gÉ͡ϡ-{𞒴E//H;%kNjTwV\X%'Q_yy'vfPo3fgyr@l?blVQRno3wbODڳHؑkW1>%3uN8B# W|x BĵBzRb'u(9NYOllUUyy9bQaQI _S[cDx[T*?Aآrg].|^` SylѴJ_>=5 oV +pƥ3f3}g|gJ,πfoy+{e{Ak8xp|列߁n5}ɞďPJm;#_[AqNjÃwO(E*-,ӛ8R@^X+v +f=CPVOzocϺ /W55wb˟ϊwUtFW5o5c56h -=-'ڃ.t3zmshשk iɽ@祉8+:"ճh:Ycs1z: [VPW\\ XRZRR߭F ۫kr~`--e?V7ᚰب'3JA-s0OtWΤ,xJWH_b"c'{6'u>ik~C_*$ +i(̨dQ &\o3W^x:i󂩿ۗp*_"{!Zoh[]~ƱO&DЯcd.̦66[,wJ:'KRT";ŽN8>6nHak¶j =طm8YmOv<]Ym;::D&;f%9qcxq2:v#⊏Jdg$3nN!mLFF.(8ex=l:g6o&0J'tڲt7sgk.JT'td)@>G?"hp*`(RMix&|ވ7Vҷ{ns `1*)EhS&*ĘEyPi5~[C G]g;U:6L;m֎:WoU:"ՠ7,++%cp- +drE7z>)!AbfTnBL&jWwܬZ ?X*G4TYT)~3X~%o,F[R3i_Oc.}lZҩ/-9U/UϑFV쨸U#wa}\EЁ7WӶ4'fÌH-';,]0SyqaMm-ϓʥNYiYaf5\㎅my#ӶQhf?3I;%r Ö< OL!Grqqvp⃨}9( +;.6 + [֦Yk~|663w3o~s~S}gAe:u>CQ̉ +q۱jE`31A&*,-4NI1XFq]52䣻ŨW4$śWo/Z,G}SfdzF/ ?"MLTq bIII' +6Br6 hh"NH4Z֞ݟ|#t`oxyϠX.75t?2VN[&s[Ps)|Ӛm{o$}v$c]#ΛqOMꌺf̢s4YzE39VV,*xHN{܂YP;ګ r,qgcӌp f3^^S:N!Dg Ryѵ m׸{VÒoWSyDS6pmьޓ \^{ +KۻqP^h{.qF+г:Y:C߶A_.{SL^R?͆֔TTTTWW +PHA;|X!9FAQĉO %>||#"F IjRp +I "zIڷ?.B[Cҗ)ޮY<\syP}M:9UeSi>s8yOʟŬ$dOuz 2[@Yqzz=bL ˍsHItb,5kiY2Deeͦ1hɴdؓee\$ X<R99Tƭؽءeκ5ݑ1D+(쯧6रQePedgm5۷U UDxUB^A|t$+j׍/<ٔ^_EG(i9s/q\<]l+(.h"agN\fF")dfw;Qވa6oXT@S#"#p(=58y{/k{-~hgVVUvIǥک֫!!nT*UUUhT*ڥ誯g9?`bLL F;zhnn.)~pP(5WY(*K=Qrj5\~wP49-&bѤʼnhL$`Q*შ.rw,_<,<~%ZUbr9\Xp8Mr8x 8$8 杛GÎ["#Ǟ蓏Z9^ +lF6Ն>zS 8%8t`]EEWo\=yN=;[٭\v)0zꕻ8%p[wn}gQ--=o6ُ_"c/K/ݰiáˋ( ]^aݻO; TGܾc;dU.! G:{*!9 +vvZKk @{E"K(y)D%g -P2='Ƣ_O92r3`{Na\áR.hUkPɶ*j*.\`Y.\rjknz:4"Dű?xLFbTX8ݻvr3$9 [?˥PmݨUS.sShGkή-1ۃ$WS(Kg2|gЁ<#G, ?(S|LLד;?>uW55!ˊ0#բJNz5׎s/xǿ"q7PTC`fkR*k=_ J*+݄]s[]V:셳O9q, x#**׬]b +Xt'Juu`g˿Ydd-w$J|{P{;w +9- +׮_}зcPpP BOuE;vXj7jO:BOqM=df_ڿ.+7gTؽ_A)L|uh& +VY}$ 4mDRPo_|b<0ܥ^Ka2eаK w& ͻ7Ùj={x{{hdIz玝7n\rW7m޴n(f:VӖWǞݳ{ +;``a߬ -m-Zxӄ2@ٻ~嫖CO9s"Y,/?l OuDrIDG-»*,OL9cL`דS3gR$|=䥌ᗹ^OG:jAỈbfjRD80Ԭ` DD3D_%e`h4^r`1|[B)cv0RKXTRr帋q>>B|[N T 5mĻy46oCRXEeEs`/@6BVx.*HE(l9BJv;8{nXv<xSs r.YWwq8/yϾ=V;__ JrUxTG\ i&xm8w[T7Aڄ謬ԴT D2h&׿ .Qie)eQT.egzeP)qûJJzbwkJ+JU^JnٶE%CÅ«׮>-,$徬4w8|8XN1&f[ZQT\TRO,e2Z[[S.]!I?ꎜ XV\9!!!---I9h5?0,Cm*CkB+u7WqFNݤQǣp:ƶF`p/ 1W\g=XsN>?(÷NI2}K/QDsUuUoܳ!Ҹcώ䲘1;^LaknXdء#ʪ-v3v삒G/]xmmQPV?h^I^%I$it8X_<Lj`#G^s_. =pthv#/k [1@6jji u Hu2X {+9#L0V^۫:g]EKwwmIV%[,E9G$AD 99g" `&GL9APiԩ]«tߺ^Gǰ(J,4p8 4\GP1: қ$L +NEx7sPxSga힟TtでZ=Uw񹦃϶iW?C>S ϔ5{~VF +פr)2+SM͠Uv1X:x5nwl@]D< MlBUKA7nW*(5 N)@eݺ6e?6úe#7Rűs~dt[OccΫx ˋ8ڨN:$/rݕ=rj*ƍj@ˮ[ݟѵ: +uAQuj>Q)t_0zGEDñ[Xنeo1-E_\Xv#c?rs}vuzߴC?i:dみ{;_~P{_|ꋿlQRBcl':ZuJQmu5+v&G )e*02 hXQ KURĀ׈X!Y.Z/$FT%_ʙ5 +bV!Sʸd}'y~㉊/j3RbH,CDRkB|'wmhj++ejP$D8  `X*[ggΟ@Brtdr$`˜!? +~R@־PJ`G+-5k% '"w,7:{LTxER]͎b)?/gE8#~V`3Ů3Y5y؇ӨuD<A66{pEM'ڏ3_!o>S7N2&F6_Cxt +w +?*8wh4mœ?1!6** +Zmpbf&.sG@cK^* +9-fpok^ 2:{;L7ݞN>Ln5&`8tZv3/vѪ4ڵ;`f">ߙ37I\<{q2C:\7x *eR8З2 ![hu \pa.sG@c"aPvG`*~w5s?4H_)?U5*ԀCvRHoj +Mi6` 6EyixxxttcIT$V2GX5lYWѶ(FDn/=y +9ɤ/HtT$QJbej7`qL)cqX[->B\[Di*Q/ouoԼXOفabnѥgO`?<+'{lEm%KQqQd&1q1yW|45zxz@CL63#'ԙS܃CAl@P В[%ׂȳޠ7z-76f}S_akO V/Gc/^Qf)--_}UjFjyu9v /]i} nLePa@/]cX]W%  .-/=~x[W",ca<800 2򡡡!{>Qɜ`'˜1332V3•j__E7Y~~ FKBSP''fM4Wղ;hmv0QPB+J  ,* Vɮ6^ J-UIϺeiiE@$D'ϸ Ӭi+in ʞp~'N,,f8B[4yC!Ŕ[T+ +͝9w泝ST( MށWCB@OoO j'%ݿexlxח|G^E? +ĭj]+uʓN&LjjMJm5ſ|Gtw~Sھ@gO'(ñ@O@gN;;3s2AI$P5,2,(/q.StSXtH"FfSTp?ޯMoSRR&,Gs8#îgۿW5 uh+_|sgvĺ2>r\ʴ:^U)B1u~nhV-EA/T"F+FoU{8YWIYT*5#;CWBHNMHvS(66A xbgskshd(@"I7: #C{Uj@=QXV-!HBRP+IR8@Ap{67\P|8"60zu`\Ծso/.. + +_qq{/̏M ++(.ljze~Q>|ݭzu s5*{ȱO?t / )/]?햺[5 W}hD( `~A~QY܉'N;  gfT …ěyEypONq҉'(m\~yGdc`%[:|.73J1Y_  7TQ hq''' QA ٚ$ +NB.a0pDsӧΞ̘E||3!)a5JP9sY +INIViT6[ tΥwc9(Y,h6gMd +Y#yhs|@o^A^gO'tKcz0=LTLO(2=3 ̆&@nyDZɱAZX;ǘAAW_0e$Gȁ^5gfqHQ``TS3Rgh3QOă)i)AW {P6LCCfvZC1 6 uL&QBHANe[_ s~#laZw q˜10X+v3fx/y߯֯/~.sѻ_Hx\Wrzv'6?+SdLDNtbYLXp3jN8Pʦ)VQt,z\!&6b,wc[W;]YJ?jklk/1yx"]wf;@8&'3_<Ѭ *mt6Eъ8Zcg=$Da}abL +5Ӡ3p=h `7SRVdM׺us^9@c=iv+ul|aϮ_^.~sh |סuQ[. +J yjv٦7#Fw8"M_/|1y Ҏ(ў?ص`|Rwnxr +CgE}̗"Ey>y"q³wD{<0Fz6+W17u/Q |^*jXk4+R?$#D}v偗|"s9y|~#tj*X411188;ʤZ'pQXDie2z؄Fko"O#cG玨+4IyJcaQU" 6oaa!8Wl'h֊%%D͸Q),/e +,φY +ty"+{t΂Harz:筧PpzGٯCHrUþngW4!E꬟R[YqWG +bdd%p>1>7y-k4pҥ .s~9õ8RKϡȘpGd TJm',ST.wdrJ# ǖPu* + \6-g/8Ug18 ͌^<|EzuȠ*<E[>l_cK#\,DQkPg̺,mv11j Ff4͆?-hN H(l:ݿE@:1H4" + əIT%dURXgRJk|j[O|T +q! JUR$cІ + + blZQMAn `H$D& "BR}}}Rt>Qɜh4^|YWVV]ڜhfbF#x.k^;"}/!Uc0 EEɩ3kI7<<= @, Ss((.-/" Af^ 5jg$2irv˯4l0J"*jlrL*MLOLN!aFn4y4 +"@@F5ǘ㊸J4AK+,-&;<6AhMZsp/(5L>>.$$' y\$ "ؕ@JA+X&w@$@O!OyMyna.ACTbp_|?S ~XP)Pas[3|!bA Z|L%M&Tn3^Qo9i^k?N~3*J+*AɠVc'億TV>s3~yU99 a~6,=s~MqRE" 02̭;ۜ9f`FbbbccCE9w@c=bb+~>;ĊڊəаPȩk||qg=Ξlq5* m&;/nwge}.C+WڼxӬG\DE#yxniM|{w;j '5@ ar?<+;+$4zu +khx!`_~qʹ'&?S/E,P!"2 ]zfzGoP8up^TuwylHAOh_# + XVɭsy@{J.̸^S:Mſ~'L ||S%3SS}]13/+/ο~-) ȷaq==VP) |U8Bq#`ܯmoQT +Box[\eΏ.+w0D *v៫3{Ƃ~\$ ǎx'L&PTj^A^zVBXz[qxt~n੸8:> (aFVLP>BB +<.x >Q^ظX8t\p;ia&Y +Eךӓ@DBWg<+;::j9yLeRy 4ubss3[$Vmv*)+1ڍ5 5BphdPIg *l1T-mikUuKMMO<6Ϝ)E *(r0ȫҫff si hzr~R Wd.8)w{B?D|KG J6L9!XV,Csj: *(@pOV lpƠ\#~M M u|CQd*Ymc-.*ljoBNTUM] q826Z`:Zz'9o>G`[RsD! H&*Jh' )sL4Aˉ Jbb6p#Й~.C}D[LKKC=R ,V˜eο:CfdYF]|.p\V76@w].%OCU  uDn:{1x;:'k:zבgy+j5ZdOTNg,+;7;0GS-Ow6jfX7׹, 2g>deQ%w깼Z4£1 !iQ"[r8%&FDD=ffffggs3mҜe8it}RgcݞsiPP۶"LJ4*ǁ;e9cWUs\LRt;qIwJVokKP!W]gԆi\w㥝o<"yz +C:T*5u~R{Gs~˜dοV70JK=x6 |0[EdSKѨR#xyZgSN3X/s]CV d4!sHQ)UpKr8=9?m/Q%T*}Xu?i]uڹ|!nP E055`262eVΰ[=jOmL;j]mUL6#Ber.nF1== C4KnϜZ)u?6kVg6x<mF`Qn`TZ,DDAkjMU6;mH'j>ӛByl/'jUZ6(#:ni4888A '&rn[rKm9Jx>>>@cu<IkoXYX4Kn\t͛=Z_MFY/CtOȸ#za̾Ks ]2Mv KDWp:GK]>W}`0Ķ6NI"#YeeAA-]-Gid Ax_QO6 HCӍ%ĭ]5u5 ::ރ!,&H+JHA*j*ʫʡ6kٻ'=+]Ry]ڵkWdLdOOY u=>1p :R\tZ!"h `TYYëjh8A|w'g&Kn* 4 Y;@&4FMmc4u&#-yw=42ܨ6'(ϒ:uS{q?}$0D@'g'`[;[+sB.7HexSΠAa$ P( +Qo6ba0xOju^^q~}2I2[vjZMRLK*2L\QJ%b>:b)r1A/e&-."̄M,WUW?x\ؽgKb>SP\bVW| <<=v}fc'yx55 $J@ȃ:;rHFN5'N>~UsfGgf^v}'&1`g(EFG :|x33'3='&,D-/ɉ'چԔT,@l6 0jS2SRR|JzGX }l|̱@U8V".X} NJH 㧎AG|6?wvq\ЈНwknlj,()g U@cg鳃A]] 9|0T +&fff°;n`әp2x[(7yp@Oaa p䰈SN\ trČW~H#}@fvWaE "ܒennn3<6ō7 1(f2o4jdoEcҨe/|Ksȋdm|Mgo(pl˜"`mFIe5V"#F&ka؇B|cG32/xpHpUM`SmS-$O? Ρ^FVPZ(RR^RZOw}K'ꀠEEW|@|Pmfnŷ >>~~aaPh2GPB؄؜8)(KHN8x dUy T9z(0ooo`X[_v\\Z,/]45$"$"*H4lUVWF jedg64%$A_ +K R.x^ *~'/pf :UXRx($pwwwl"kjPyy$2 kW;;Uzŋ:?}wIMBcmF';D|K76X d2"D"PH$Y$=Ps~[z#jpl%%*nLblQ("icSnΰnⶋwqɋ2ߜ\rhd ([|jpQim*XDg%|4mvfPEu .BꌏL"HUk`08 *uJ* +P<)/2GI@ ƦiMZ ;80sF*2!<7Ƨr@ʀ|IRQRA tF$Y7_ėksE\܏z1i*%NuC$:E% + tdjv΢k[!X(jZ?N{ h3zP@N^&2@" P "t ZZ7YM.f Ƨ!?˄@2<0Qd(bC@A +p95?'Va$D] e/bؽX)/YbV];?(. } +m`p;Z sؘX>Hnt}#A%њ/,:s~P).E\[mCUcb k`AFݬ'8fzw F.tD/h pB-EW]"^i3Ε ]r jhiݨ.=!JYX"ȉ/XGwF4Ȇ 5qkhUNWhYD[t.\F(Fw S\ּu)sN'UQg}_[Ă,7;. +͆o7%Tʅ<ɺLA +L@WYsa'*ģcBR-#ÃR=eM.=huDxaN- K/Q +<<:V *Ÿ[*,d +߱<"D cj~~|nvngs~yJs,Q#1¬K)c#M\%w +&/8ܸ7cίmqdmFd֩*,6+-JR䳚hWĎ/V&- *>Զ};V+I˖f7>Bh?=`l*Dތ21i7aΟR"n|E*jΏ/~[\25hXZ5C@*jdmHuGzU +,L>.smdh#Ȩ0QL!Vfap>QGUg03/,>QuZ-;蝭@p:E]!fj!۾R-_U-!O,hS +G-Cⲽ^6mղUtYN[Oc왇9뉐V Lc%&Eh+t冏;<@gq# +x-4Nü=4͎a":fD")2ߴ9]f fmFʦq@]>YyUyhD(\FF>sff5յv>n֫ڻϜ;saJP򋄛 y%%YWA ׂA%3>~>܍!!v=܁xV"\;TR䱥e/׷'*`}>Q7eE`ߒg#ќ?_y]XRІ0\Dxio7>7>/&./&6#"iE +:1b).s-o!vd1ƦsaQgaT:`3,MGFH#aa@W; ]`?b@ݥbzCY pt#f!oS1xcg%>-ޣ9jXtD5h*Jw`Z{{{1ͣboo!q`Gµ 6;ӈ÷4;zÝB޾ 8·!HbC/cȌŵAh)}Hb4DXtߧ9fjhm:[Y! ~n~VR \Dd` +יt3i sMc Aߤ־ODoN$[`3|;ϤHj굣#BOB!R*n&/Q%F^"rP,Ǚ*2 ,$K57wEKEX\1؇bbKo#48XzSU'G5f$ 64^MN E2BAlK|BHmmA|b8ͦfK^gϜ=Ƿ:zőND? r?qbr ??VEp70Є#sʊl˜7v>/Ȭz?66&uf֤($RTT'wtd2 :NgB3oݐJ膼h7j Y`* +GI8lXUh6nxB4 +M4P*ڭPl6Iu"hj:Ntjd7qhZDA_'Aw/, 99ǎ wb-ݵ Ǐ>y35ԩçptAAs*+'[~nnǎ7K2gb2ش9`q ~?==d26Zx|YrwPH,Z.[)k[w)Pf{t#'zǙ8ӹ>971ufff),rp- )[rIp[caвgk +i3-f`vw(eUEQ,rs)h4׀aBlj##bCΜ=Z\';uPfvG$ g)"y_#zGgJ.X=?R!ax-:"40V~ljᑮҌʜ޺O?#U5%d2:/114,2/'/'|. 4w֥FSӣ;; իiݬ-Lψ! w&&C>SKr,o. s~ᱱ1*s\6Ͼb{oYuE$rh=Z_VǞK󓣮цppxdx:)\JװE\UU feJ +X"KKlq-n 4?k4Fؖ!|G'!v8|14ԊDŵA6<Ghۇ;Z xX/T;0<<B%PеN32b[Pr<} +z%˜7rnvƫ$ahy;HWU]+ߨ&۽C B +G;Ϣꏲ_I Axt&uD\qpcre!8X\QXpJsR%c-[D`Qm=uC߲л"n$r.ݎjsVTN <]juUnnk[OܹuXdgG֠6Uhn1LG=ѭ_n=]3y?ϸ&2b jPE ~ E s~ǷEdEϥ[n.NC G*z' ++(VZKԖUVWTTq#8/7#^DXYUP_-,N9`qff < oU>w֚֮ +P2*VS2R=W95E<?D'JUVLLO_?k7qW9-C#ClPlFe6re@a>äኚ +ꂭo&y|!LeZ~HVD8NTd2L?D"-9?PwYp&VLRxި[ aqɜ?~9?nlAkEzX?$B]t%x9ވ^mHV{aJ:s*>>W^愤LgO'`MTLTcK+1 1X<H$FR3RK+J/^FL02٩l:F y'&fjff4S[S{lSkK UkՃw⥋ӳUUSP|uًa]07<6 sE\լ֩ӳ/],(p,,yIo_~l߰ڋc=ȖR">Kf`(K=>Q|}ǃn;y/77ۿoWX?}٧II@H}} J +?}B?\&:|(z`KGK~Q~yu9 +y "c"p=:ɩɇ5E'D)d6191-=qii+`q{}J[ŧtxj[w"u@}#CCCy"c0;8ɹ3OL6u*NDbL\%Ҭh)Qe%4*u¤..qS]٣Knך|&c x$ OL.*LѪX&n \>gb REhcO` 6\t\jp614 +'PYǃnFQ"_@Ub5jp 4P֚N + HHHNhـ%9vdaa!z鳧)4]V^3ϻ[n3|/aa,0+8,8 +:&8Ijo~avT*M&Fn+@Fp']@ %yF=h,¢- +f{JŔNE~:7u."jiq:AU%~"M1O[S^¤*wPp6qä厎tx_:'̕eV.U2܉[9BYrsgs~ 9ŶNP kWCBθ Dkhm '){ $q90(8(.>MWLM  +K +]rz%w Uw$ BѡLdnlm-H#eEU㧎ߪ ^q$i==ܭL̙ڝnꙮU$E&!AV$A$ZHZDf"3qdIh$9"=<~d_p'>VW]YW fJZ|gPXHP(US9ddӓ5 5ط1=nk[+JGV~6iΌ ҁ:8484ԾI{#'euhԭc==]vʈ]xOHml6̸ײ'IؘQR'#CQA1!w&Gf%>ˌ.zz7)),_~Ih7MuϟuB@-NLLMz|v`|\ +>+=(FT2aƳ |/|Tmنva`n'@XXxPHBpt,;MϾ5I?>b Ձׁ[#^#GB7q?mn` VSZv[tܦw՝_qA9ag~:n|b|p`"0  'Hο--nlnS*ݻfϾ|ZR;8p.6:ezIQޞG!Յyi"JˊsJsO`nb z]T_4Dh $Qؒ$~[DrC󏏏KDE7άpb^+xo}o;xJ*)u{;r>W;^vУ|4h|ӆ"EUu6mmyons@̞OV|?¤NH!"HePUzf%^Aο-JΟHlqWCE"<< )1hvWN67Ȉ{BdbB@L?;][W]O~g2<$B0Ld29Tėr|c5 КB+[b/|{Hm78z" .16 {g9 +[d{`qrc"El8^rڥ8b/$6˂&]4 jlT:%cPYLšaJDh:$}V1PO# z@Rհf$*L&|Nh!Cv¥g0Sa].VΏ7oʷlqraQ1jw H0 pj&nZ"ܷEP+*T!}TJ{(R-R"6rx-WcܐF.D!Wʕ%\{XG9c^ ]I4l)Zh2ɼL<.EH@ӨX +W`}oK5bpyY^]"mZaޥ{C{OEt-r/Zv4pPe'mx"=nն:6M>l_'#uqippEH$ +M3oNřJ-+6M̸[$KXY k`qr~>wf-/[[) +^5j|l(P7Nj +)_WoA[_ &XTjX@*fY]6'-fx Scun uy"bӔidw۱)Vl݅W:J[Kp)xj1+CZxEc:8J⑜pL?~CCCsss +V&&&"֠;, OOK}bv4Wݲ^iffCn!X|3_k:wE¯W-Lſ+- x毋~^d77XXO 4aymㆧ{}2L#9,p=~73;`2MQPWp5Bְ e_nHO>q=q+"O9\!WP,LH[zfLR'g?Tm^ +Y/fCġÎ8Q oKJs^ Sj#9um,&^Kd2 zfxhx|r\=&r윜mQy jlÇEc E1X.i-SU5 ʌ&Vgؙ ~}.\Sz@7c@̾Fqoӂz>,N&D]}%Tp+1FǕ}Qx#|L$Blяl`Ɲbq q_{ @|+uz؇/WmmgϟpWBA`̣X ݩfh3I)I12͒}?82Hc._|MA0ϗVj_56,|gW{.Hcبwn ~_P 4$<atT~pF8)%5ʤ.[Dlя=XK8,xW%"oX< h:m%J!}7z +jr +H]scV2 zC`oVvקΜ}{?N>]V]foݽeX吰;w@ϲ56BSRJ*K::9 mXP81EӤ =/ ^5 ߺ>42t96 ub@qc$(}vQyQ֋?NJM`׏(KR2S+emPztL޿v]❦Xei$2`_fpoIMWOvO 0n$ZH'm 仝/tU~ooIZ4w濼Hc=[C?(M%71]~EvT_*ies.p $\HLQ2G!#9pha0qd7aeEE@O'9ʿwt,Z0XL\3W|"7r ?n8LhZ9JR/&UgV3TYlTq j>yhdo-~]oo}3[Fɞ쩤_Eu9}²t +q#5-o^ON+3GKqc|֦g< +x<4֏Ds:r~ђE`y@cu@ճ쮖e7ux O> g%~7lٍ6P;04AlkNUVSfb3dٗG1Q{#6GJQW@cxxaac9h4|?~EoKݢr_ΠƔ;WS}9{_Ԅ|]sqԿIE䙆+ ?ݐ|Gey\i;I^m oK.]ѓyKYM$T :n~T"fƀϫ>|t-/z?m|5pGeI7:s"SɃo_h.x-"9PCV( +RokF%oFҪ Jꢷ6̈́4 \Z׽mpuά[quCѻ4X/hWghG5pɕr800@ P~̂{HTΰ胜+V%ͼr;}^UeUaU|[Eyfpk, &{CQוgjB +"T5d^V&ʀʡ+#a*N?SP8W=8U]I99JAr&;(XlQ?=%.>ؗd2Tn-TLmRPP:ĤhhoZF~+0=U%jzꎺE9X%yaQFtT +,װEMS5 +V*8R)9 +1S%eiUo3fnQٴ".vVT ] +8H9?Ba +b%|r]mOEmqq[.W*xp Uj@C Gla,Idr]g9bV㰸Za`bY-|o5&O2fȴΦEMI7$8ERΤSjҰ*mZdܶH梨6 GmZg5r>1kţsn=Z}W=rwp V053588!39Nn6 ^D]r/6gA"aЉyAb= VW-{-iE a%*b~bB_N;<MJc ~oךJRUF Xp<2^DuuU"pv vEb܀,[ +Anָ˶*Pr|\6k͹(S[lZ"/=,Y8rP괂'ko?. (KRâ{xp/qE\x'VVގ_yM ȑz'GhOrT*d9͟Cnu7PW984yg ]X x3cd hjbMgO@$L&d2NRWD.`0a)--u8No2VXְEE&ѹfy*Kڪmh+I2'UdUs\{C$O`p/-- 5 JUt-YM,=[L-0uDλ$aI;1 +ƹ&"C=iu}'ߋSFhvu$4@ôCCx@"fd =i^RHߏr~`XQn޺,}lj cM}4u:.>->!$$VVW]~A_@pέ{AFA +088_z4N_v6o9.~x>q V_}N%;{,4W_ C<~^RY"S`GxB(|S)Oþ2">FIU&*6 +no߽ яaljRU꓄'?|Vؼp¥kC+*RƧ"J'"9dxh`J[ZZp$#& +l%JZ5,JLnk,i!(mGY1aJ`(8Ԏ̓<3̫`95ud:)@)'qNno!djB`XQP4#uL& u&'E$GLԼ1ꏟoTTTOy3AbZ[;]dLdU}UJjJkG+,b K/ݾs2fmC-PEq@6h0uᓧO~Gq q= m<3s2 IxD8T.-/gi_}UYyBO?/+*Ғ޻ ON**-xASpNO`&30<|ج ?_h5ѱOXZVx86S{z@r~KJJ_(^z`-1z2K秾:sHd~DW7"#43I kj{&BE+@W5 uZG|sߴozT &2 j݋)LJgy<8G>60cBXE$i tfUUpsŐ+5#FQLL (m& cjr$ `C26:1 +8ˁ%t;G'G񸾱Y3BӟӘ4W3)z= RA`]RVb[)JHN(!6U86Jқㆉü5ˊErQw7*JSzPިi4p~fees9D}eeejzQQS 8Lf"ʠI +aLUȩ֙upi(_r/) +XW +ʘ%6DnCCC`el`Q,h}$r~_`+x#xx;Z/Q}Ӹrr!7^HbG?߸ϐ/5 kz=w-_?NȓAB4u֛SSrSg/:w/TSBbR?'m@.N=!,gax"'Dr|>7d|`$_u]Rm L՛.8*mgZ<]WϻnG&@3o}kR)4myʴfmGwA<ֺm=c=K(OV'ޯ߯@c'9/Cn9B`HM,H~[\'EݙoTu}uRu[!_7D'DgiY+Z 7(axD"I&`+###0&E 4%b_Çd"o暥ld{-(6jP^lkd+|L%IE:G +DumhV*£Mo.:rP܆_D!"d"Hs%2 \\!G7ˍ۟@cdNQI r~Ş85_Y 9Mi/Z斷rw" +gװK] ϋ:F*nʯϟ~]HbjF]94+[Fթ ՝c "H"q8I`yLWPl!Q F1 (ҡ&l2[ߚdcLT驩iip ΠJ6s΢G?UkfQnge맄Vl،gh `%IdM r<<zFrAlzed W + *h|á0ıI"al||Gcj0qb2PCn[[P(t:/"K͖g"6rYH%bkxxDPȇK`1&l`19%Hq\G'H,zZ"[b"2t<Du +,aVnRDbjWݗYco%c +m%6L `82D$XFfW`@;Rr#mQ[h,=i]ފW{v۶{ٛMp)5ʙϠDL1G46M=&F9n93ht:Π߇oE-r7iZ"];B$xҺm0)"Ci&M1!44L&Gf4 0t$ `Q,]6;XOaiÃ(xehEz wkmPa/aڜ:{uma FV{ʁnM<nL8آc64:JLTX4,G(Nrn)OC-vUV̐YwK'U}mvER+,"-sAC_б'* u#QpyG3g8v<\X..pBڨ8DD"u0^|8fAM|^ GlP.zM#98(cG| eXK^W5MSˊ_&zGbA=HS)x,Z ٜhMZ<\q}NoCg񦼏 //.t)PZ'ڭS"J X,@bji!7eee$MC샜?:vSXlq9]GՖ싞4hHG9QIQJz +.|՗qq^+Q"` +2PqL_n2l5Wt\*@HUR/*'" K+JjF=$QH.7UmmY  dd1%=y?~$IggghXBH{-UJa2_y|lBkP*ɰ" F)yyX4w ~ѶxΝa"&c䲮.8 bGrC18 X_̍zQ~6#ÄZ^ZZsݰRRpCF⪗KK# E +,"9l6O?~<~П;wݼ@y٧O++'NGXD;73gLMO]ze4RT^tƶ{GqMM>y_X5cBC+ݿt*T%$'e? R3R?P'<[&&@668JG*xS sL\B\Hh嫗SR)k7ĕ_|ytluAxT{UW^r\!g_|,̄ĄEO?#H!.Z4LkG2!zLp1Q{ +555N7 9ȦsZc6֞=wgʞg=__P{M8(<*Y:?SGw}go.)-T8.]vCK@cuX 6P,[0OMAkvksx";0M::Gef+Q!/QCCۚEaΡÝ +.IFB2U2XOEhƦIR5i?r\ SSPⰸ]@xl:xf-VֺiVmow\r{k.P(&Hz }J!ިW>iiizDJ?7 ^Fk, ȼz |`*zJ=E U|`'^sM5hOQLjpi)*GbT×^~ oQX@V&4T+.ojoh]To#x{DoRoCn w*`E17[OE}a_ŢQlV!,&ab|B.:xڻn7]76sɹo/'"ol[( +_2L,|,gUip_Eh ZI/KM\زAhZ교r{E +Bn7_H ^`2ccd2y||fCP,Kr#Q}g<{n/naRn~2aQ-˿XE4D ,H$PCŊ 7xkؕfŠH$Z-8ؑ2RV1 ?g1f~$*f#QCur~b22dȎ_#, ǂ4.,"9^aJ-f`qOr~?~[Dr~տ/Q,"Cv`8,RT|`G9"2d[,hXܟ? @"2dNoقnwYYYUU?+HΏ`2Bn[ܕr֣fZFCՊEA(5ht""2dȎ#[LNNNLLqd;~[L&@R㽽CCCr֙L&#`}~~J-@Hee%pPZh?>>밋h$p˅2\\\<<<<11E$G!Cvlq.a6*(]} +~X F 8q```MMM XŽpZo-Q(Qq\|iȇSpvE4DE ŭG,`c#Qn`off"|3OY,HV0tr.. +9;+@$ j* +, @-A[[[a`n2dEtu%7E{ 71X?,t:`Vsii L&"/Q [VrH)nCcA"r(7!;᰸!ͳ8p `0~2 Q T*;z^"C_f%geg;6B7v̺hh9h 4"2d2,0x!7HΏ!CxP |!Cvlqr~DSRRGX|r~[D b>ET*,,P"2d-Oo"##fsIIICCQ` &B#Q,"C`&/^jb)4 1#XDCh4rܠLXܧ/E$G E_ >G/Q_DE ^6DMM}bv46޷\zj%q%jXVDEr~$G ه >e&&%) +blO&.`>~dd$%%ßlq{9qs9?9FHΏ`H˲2DݟeԫHΏ`2`YRRR]]}`9bVHΏ`2uG9/hXhX< 9?>䦺zll??9l"2d!ýz*///&&B-XA{=E"T*-fj.σyjcLPX9Z/Q7gҝ4@c0䦥 #fmmm{EbHH _ʐ_ͷEDȐ!;fZ7"͛7111y@[\E/[䦡ajj;[DoRΟ"bE3ȐLX-le𷸿K(H$ +† c\.i)Ϟ?[r:k2[8,er E!g!CvLL1ӹ;YFZBBT* d\Ř}m{9as9ݿa5,"9?#C3X<ӵ9)7_Ώ  $E:9?g/rHΏȐ!a8,2!7Hr~dȐdX< 9b r~O@p]鏌@ Ȑ!;l@c'X.Qn6h!9?9?2d>?LJo@aYVVVWWwY!CaŃ000Xw*߿2d'-$ۢ^7O>v\G-JOHuˍԭ R;Тv 4!C[NKT0@CF^ί_+׮E$Gr~dȐ}蛜{XT_b[!,GCn!C-,}?HOHJ-N3 VY^"9Ez d,.m(JҢ(r:K[\.W(K~2uآer3w&C尩\HUay8E!'m=gq}oKӐ{6><2Y <-f+үMa7fx1uṽ}qo5|K9 9Or~A{G-Gd|f2X,VPPPzzN;lXQίGr^ο+c{9iZqw9nJyyy~ŵl1÷E$m6rmr~i6KJJ[p[kbcCr#ڣcKlQ&|?lqnqe$ꎺE$G %PBwXmbb```ZZ-"9?#ZqBϑ,2VKFd{(8̞{&IEE/bhiYU$M$TQΟ6wfFs qk{7rsHο7>nGp?knii8WSSkK^9EGQ.{Y:6܆f15*FuU WWWek8#.xT*[cR?pAbZ $Gr]r>FbJVQoOVp;%ӮZY:< ߴh٩R)D/`%Vy߸<%WV늌AG),lnuJ +Ds}}%§yOȆYr͂u̴ dD"Oh9,ń-"Flq}"oIp4jF=paШ\O&,9&aAݺ)-Z`1b᡼{-Z=ݭjؼuBwwó(p'٢\JqؕF cQdmΓox =Ņ6w#[LOK%V.8'!9?#9?gPXƇ۾cQ*[ sfd3CN8J7CXW畲yY6SݦVb-zƧQ2Ur:^|`xlY**emj +xM6|*A(r9dӓ}#tzB&~,,,K8ˀv苜v%99HΏFn#7)`& EO.e؄2tͺ`Y 7_0hfsea&e3V2(,hz`Q=i5[Q),\J05Qa3hv,j,[x`z-"%NIb,5Nqi40Wgt:bJij8 7.$0.װ-,TfApz `P2ݻVS*",^ոý11!w\.- wz۽X4 lIII]]]IoCr~PBĦ5R޾yQ0â];wtj`#;+!/79idbïLz_Wp۩6 ,[ԾEBp &/-JhsD-FdbX<3??"рB +3j1*u`q~(R=o6~;XSw^Y^6// <, )1/x%}\Uryyib tca7EnꎱߌV 9?şV-!)etdP_ێEL UFol(jn,Mx),fmEAD)ŒD<'ϰ +<56O%Qgm~X&Ө 6:33E3j%`7hWoB$rȍn!7:>&3Iz#?S=joЩXNT_ɣrs48B&$EطŁCnr~`bap8rhh @c@CM˖5vؤ纖nZ$X^[7גl٥% rUI6)6r@CSzFB}'2Q+u|YBOl $Xt`CnL,/!N²S1}*YKm,-[L#,pe ?$u!7 4@ 4h,ZEu|Ry,5=-Mt}m}|haf;G*:֮;,օMX𷣬[tkٺH(@hm.k" SWg[Ks٬2{$ރӈ $3d6,aWXaQfe[Ӱp4jeU1-fF& +t~2JfY][DlEZ,5d&d[WmW}/-.& U6h8Ǡ}W4xn"EFwSj +;-kdVբIf4pKOMJNVT-1L$c!6r"Am uxcqVzOnHra=7+5Exrgj~A⑜n\d|?#9?J({N!7 SSSG?89HqM+:@Hۻ>}4n2p߼y366:F%r5 +Iy/uoܾHEn",}=rmcXOU- g +9T,q7,i/"ac):v.|XnEbhh(555K?pV%5%){(t)~PHAA!!AAA +y߳9!!7+:$B넇?<ڴ(AExz >S}K—/_ƒdLg~hhx!;ty&-5>'+</,<_lfff@:uiӢ3gnoyyŋЏ1D"_TUUo2?\jINXZ^֌-g`E*f%XђL& d2m_g+% [gjڒsc7#G̏'& Z~G[ͼfT|5cڙ " Sd{6j9I۽cNbw!d?UVVf, 4 e6qPq8@uE[dP?Aow{ 0ѸĭV+T[VWwn.  Ս ;..=?x 66W # )b/ +I*᷷kYΏ Q`azآ-[4el3J-NNN+Zhnnt,JKKbbb&&&rssCCC322~_B[n}D"ݹsVBBB + )y!JmhhQcc˗/#""7ofggrQږ= |"8Hrr24rܹ۱#CvآV- +qp`22@ógݾ}gJ;& `!\rE@H:s 0PBq5A{uvv~=}W&r\ 8" #@S.\ xuJJJbb"?A&y+FGG( +`,P +8CeW^=zh)A`Jj4b8%$$st'A6 w K_,alltiQ_Gl!Z'ƺ6"9?2d-.aR hnnP>H$i>+ +PQ@+Q1yp4svvx^PN__ 톢rLJ MA1q94|,55`w'|RYY +4" 4#j8kjjv +q@-9563=93*MZμYFnGSS +s XoqƗroެ;EK63/HȐ\?篣gi;lb//lW! B?%adKsI/QίQITRF([$MoފlZxE;:n+ۇ#љ rSC}QQO$tV u6776D ::::u޾L`kk}RRJrrjJʚuݦQ/QfPgG[]wgJ(Ujk%ή7A +gj/żز 7d|l@9iy }h8-^t@ñdb†gXFui~,cW砍&9vm#t*G&?FtcV +`?xla{k"(АD1ek S^̰8ʿ[cg?`WOTb+%K|:Ϗӗn hIB[\ӣTYl/> +stream +x흹H0m 뚑Ysmw辭P| +hQ*Ia0R;D0J※ñE,O&c Dw?/!!h jh]pBqFG1pD-T*Ņ p.E\\ p.f Bxl/Kpb0rDWGC]|m/.|@.|Aە,迡˩/wSuq%+7Ņ_c&x{zzjHQ^;-guIv^q +qP ?hu!}TSUw,ci|qy|®ɢym1\ElufWEڬ_ 50Mq'SgO͋$Uv򵥴U=O3(8Mh~Å%lֿV%Ѝp\[Jk A+[j]8qE΍qQʋ|w'5Y#~1.Jwr$.\ u"f'O(qg \~jYy}Yup;b+GOv|*mBnTy맶D6]苪Э׭}MWh΅".4#쫓dNYyY".4nV^&:hEL cebeKbwv_/,܀3$h1Q8$s;("B0\IqqIxuյbVwr8J„y̸EZ:gZmCzkC%[ 'H`Z +%i"?~|(B"2g;4GƄwPwݳڋf8Έsasً t !gEV}e)El' \ygqa& +U`QTa"/RWą&"3t)^ +L<>IŒEco paUfƅ~d7.Gwą~Fj +paWz.rdCō #\Xί^]p(.m:x~E=9#9\h. pB7F]D-Jnuɭ=k1puN2.pb lI) uͣfhFVZ4ᛸ(-n,](GͱY!NYRDžo'TњTPS!u.i}8y#-KZsJVzu&M$-zu:UUY9DN'.v~:~:۫B'qappaq18.jzu .^.p" acF321#kT,C`C_\ p!TB +\ B[}.B!ԩ.B!.BP.B{"EJʊI!{ƱT~T]"+Kw4{׆; /I))!5h 5%g.[Q- .hEW /5**!6SD(;2^Ԓ"TRb{Tү]ʳWf2~jw +&ݯF{O`TފWwYvvL*Vy՜Eߌvt3`2X 4uQ@j ᥴu9/hBU&(XȏjУº@!KNoTtzO. up{v^s\$ո. 4 .jΈ}jgD?S`(^{Y1rU5=I3 Ji"Wh*.7*ّd-RO +ۯN4 ._dn1M@!.B\ B\ B5{D B\ BhvVnC5KQ=.|6j@\k.Mm % .&6Em#^Ӄ>uwX]\l\3P{Mw%[.vy./.~]__~_~Eto{ez]w3;KM/wա].Vl7//D\ \ p1u\ܭ׫UR'|wɺw0l\lܾe]t .0dUǓwl\jr};qe.6x\~.0qaE-& v}yvq: a셋qqPXdXx{zzj&o>Y_ۤƗbLp!=9#PgnZ\`]iX)bf ?t4'O.O]HL/?UVG67@|9u(dA7N.hpqPCV֐zIxu~IkW m޹ܔ .b -&iuObgO>{y3\hB \ \ 9,oyt~Çp[cp.]n _&}"ulp.hi_T0~p\Pgf@:pP'q~8y#2ANp.:…?lB'}6../X1cD/BcKG.A*1\O1#=zg|ᡇG϶Be9u @\ @ p ϮL9bضXU?KufM"EL pq/-vHh.<.zNi.:. Z1+]DXXj@hvOJ"2!?eSD-$M9bh\ 4K\.DYVCj:HC\ٺHPą-M\@pjG3b>B3qZ"k>ѢPp!Ҵgܣ詛dp1 M kp /2\ƚ%li+siE #M;1Ђf 0`nq.\C-f9#%@b\,k c@E7.' 3ujp_ý:#(uFjci]=qQu%F#iF,Čb .fR%T4^x.4.\@hɸX !p~XU\`] u@\ @h8B\ .BK us5X'pXp1!yW8qqH@hԸ-d.T +OpVT9EP.zN..tFN.5.Z:g+0cKjV'.6ZVvPBJi!@h<8vJIYUcfĺ@h渨o?g_.=X m@\4+ .ǭ [FҚ]hΆ_F=k85ϓU] .r=-B:\ p."c),Ņ.ZuaӫEBEq\ .@\ .F0 ]L^v/pdp"tR\`] 41\d7kp<&sS$Ԧ~aW8YM"MqqeOf.Bk?m@hxq0.rˠ9:bEtƎH2VAqbKqx 7E_U[6\)UZ{>;kزe$3J&帘u!iUOՕX"4Ѱ*…]'"6E8 .Žq1HR*u-a!fW1U3)ldэ `ZX5MNּ}&]øx 8G~ACq[Mv抷 +3> a|V1ߠZIåw͐wM"( QL/SX'ȏ^~PJB]AoJKދF*a]p޴eBtnɫrTEa]HX]d?Վ-L.SဆA|ƻÌ܇>p{> } ]>{G5,ӺVČ^Ӎ.;7. qdXsT7?.At-<:>.ޙ"E0mHp!:#a3R=ݩҧye2iMo'b +F\Lϟ'\xc⩡Ԇh+,?-ٲ%Օ)ɛ7qqv\n \ggL3CFB+Y??]=.&\ov[tB&\QwخȎyu:_c_iDwؼM|t1Z:.ނ񕁋#,@{hPviICEďU}F临 .ނ p.ET4=MĎt3-VQ].jpѨ\pq"4kcq͏?>+NVtaDT\Zk\ Ҹ8\<…7.EVqzOxpQqe#uFe"r ~)b]zʍ w]\[wӑYQueUpq4.LWP-@q1֨E͕apAAEׯ3\l`HH lc!ŻuCE0+Gr:q1ջo>J=mKҭ )2s"-vH.۸88W.'gg%8.\e1r\hcP$H~hnt4NO?jp6n.Ic\pnټ. +сtmwǽ.EXwZufHf]b@\ɱC}e1\8b`\<mq\ phrebH\$MNy7n7*\VՖ@=y3Ƥ \t\x q\ p1J\h67Md\]yvVCƪI\O{U˱x̸f3.:]l\ҏz¸ywMyo ֲHl4j ϫJdX5hq;#o8sLe؂ p1\dŤq 95no֯ZHfV_OjpaG.n8.\CTCAHWWTO/_0`ͨbN\xӇոpFZ.Eؤ ~(\ .ΔtxmoDM[z"qDgͪە77w;C|H) 7Xh5؅1pQ5" +y꫇t*7 wrysssWڤVW˭ho.~~p1ũА>ӫ3n{3"/nn~x&ݷ+yر,UᅪKu4wۑx" J[=pѓu1.MW%Ův2|ڝԆhߏ7V˷_>(\'wotqLR"m<ﴯvB;7īE(.-5qelJHhou_KKX3E2Dq0\ng8jqN9.$>|9.*v|{pw.R>!OGy3iCqvkv~ bEpE8.w.sF2iN'2@{H"qjipKN ߢ.p21#\QIsXx"9#E6{ . +..|\nzz!f(}VpE"A6-.f.Bru&:šPc"U:hDm\! \CCGD/Hp}B+).v:\!Tnjb8;{2)\.4GY}:qo\}:jRȓOѨ=XG"\QE;\~.Bpq`9.v Iࢻ~ggFbN W駓8;*E p]J\0\~ LCI׃SMZڋ>X?S$Hg ++NJ:zfS)J%gE0W~yٸpqv\x:.I"!Aqm2&8`Nj/+dٸHm Vꐨ֎6ZTRH.ɼʒY2{ *| ;E\j[ mK/,ڵQ3_$Eb獀^pU Qobk[$HRs…ef%~yjNh+?Ep1HUxI=^!(gD +Hk197pup3Hj}56ST}blHa2FR"pYT"waY0EO…yfpAbO`7c0WMltS\9(?"aPXgHT ꑍΈuh -#ࢪ; 6dDžH +kΈahJy;;i68:ŵI R*0{MVo,ISt&NvI5: +.:\m..Š`ȀFf}ĵ6>e^Bv `Ge`DиUq$\a"1޼9=U9= *G.pF>G ͦ.ElcT㢶GF k\ T}qAC=DGklUWh.1Qc\$&@%O=gʎ#UFYȡβppF7o=DsȣѓbB~杘I\]鸈i큋8j. E۷ic .ݴ& WH!,~z/^ΈH\N70.> T!x3QP=]F:ٳL1"5Ca:Y"<{X)CJ:ojG 9.pF{\l,'%2\t-Ls- cM|IKo[\P%;Ԥrc)3EgDKd`H6O˚$Rb"|oB}vϟ-Ծz=U1uV ɟPn/0\gf汲Y~Ŗ ԾEneՠG4/9q\46\Ht4\0fd_zbOxZ|"_\kA/ӫꪭ޻t F! A"x|h7o=V?1˦`1Bqa}6c\L?:k믟>}{7oެ>W'mH0\KŅq1+p*=b{:y4v/_cR[蜑0K<6 "tMsqFő.\+ԙ"_u"fF BPw$__O?Eɇ0EX#?\А +.ci'#nZE%y$ye\Fl@hq..f !fE8v\eII!f `qD}٣Y#tZTD~]3Rhvp1pȘqak7wz!S~}$_ +\8[Sj_i$ߛ.<'.>buY6.FwX::.H;#\;Γ#ع*+2X32Ծ cKXC5ÅӮ4(Mc`=vACQ IfP33Ծظ?/ݴa_pN]__틋%ޱwP/bw$EƐU-*,\'(oI .qD\T%.Cx!.5qGrFFڷ0p%:qFFf]А:6\}Ծ؅4"^6!Y! 8jj_ia8nj_; v ւua .H .Rq͜lwn}PnZI+yO<;왅:-)NR W0 ,qAjߥ"qGNNNVGs\y;W: P qA6-p1@s琬*3p1T\q p.ECɪ #pFKS3.&q:d #N\ ߜz}GJ;3\ p1nZ`E-0.łSb] pAj_pљ>}}}EGKV+`ƕ|Ev{pb]q 1Ծ]"E.uݽnb}c\H?R2mb/TtUNCe}+5\wTpab}aW0…ڤ\\V25C},;Nq1LjߵQW5+V65 8h4g^1⑁ 60S Rvl].q1Ծ6.4@t? "z9Q=ԣ݅\`45ԾkN=n U}ʬ۞_.fWsFR .w]ق٠Qa9cFƐsúEnX'v:pAC\D(13B'^].z\4ֲq1lZcE.Z̾{΅bL. ۾N .{p>pqѺ!+\iA*hs\`]4EIu p.&ߐ5vFA؂ pk71b/\=UF.E?ECƀFnruj,bu..b1.r\9]{c8cb\]F\\+p1(.( ⢃\Νŵs14\F#_Ѵ》Ծf +=uK|:fP2+ Ɗ|'R6MإYN'f?tT\tX!sBru:pa.4Z4gb &%LtU +.ȷ\ ])/RLu A.!j+mR^ԾMS#j^Sɏ[Fa]\f=O!-"5URca!}$%W EpW77_Yfy!.2A/oo2][wQ,\.z@E\%ŰR\ܤX|77<}hJb<<M\Xn.i6Mrit)dEYy.]Vj1].B\ .@\ .@'\\ !f  @\ p\ p\!\ pA7-p p. p.,q1\\ p.. ,p!p..bj #@\ @\ @h9!!tB p p^ +t"BCbN:bl\qqNbϋ@\ p\ p\$}bUKV.y\#B V{[R8޸`B]B\a@E#v\ Џu[3k5cݸ@sxA\ ?\5!{!.B!.B!4~\!T!T/pjc +endstream +endobj +1179 0 obj << +/Length 443 +/Filter /FlateDecode +>> +stream +x%R!Q\@`0(LqUX<4n™O4!YwmRq~0E!.!MzK*3MǾl0>Ξ|Fx2Ll6rnf^V+|pwb7x}}y,͊nnVn蚇EXUEZUˢ,˪ a +>qF{^,GzW: _GyW93 /8&yEo*aǷ?Q-#yɌ@+$ +ZIDRF"%-D!)Ls TQh(&Uڢ˅D[tj I!(B岋(xeoPF;p5^ -BN2z !^B%*#_4Z M"zEL:jv~?t:r^o;=<|A }3?\7 +endstream +endobj +1168 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [335.357 341.428 521.862 354.376] +/Subtype/Link/A<> +>> endobj +1176 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 329.494 93.857 339.736] +/Subtype/Link/A<> +>> endobj +1173 0 obj << +/D [1171 0 R /XYZ 73.409 812.458 null] +>> endobj +1174 0 obj << +/D [1171 0 R /XYZ 74.409 778.955 null] +>> endobj +1175 0 obj << +/D [1171 0 R /XYZ 74.409 556.53 null] +>> endobj +1177 0 obj << +/D [1171 0 R /XYZ 74.409 322.77 null] +>> endobj +1170 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F76 494 0 R >> +/XObject << /Im21 1160 0 R /Im22 1167 0 R /Im23 1169 0 R >> +/ProcSet [ /PDF /Text /ImageC /ImageI ] +>> endobj +1187 0 obj << +/Length 945 +/Filter /FlateDecode +>> +stream +xڭVMo6W(+ߔ|)vMh]=l{`l"*%#HJ 9H‡88:F8i[mA4=EDH )Xo.o 8߻7O0(@W"~YKS|yasw}2yMp<wD` 5 pĹb]YvS{"g`E`s{/},)J39n6ٖ0iP0tCB=XX`H0!_P)302{c+qQ#KQ4Peٔ9 (!gH'1㭿]Q[I U:@\| Q8(HH&}gm܂}pW nrPAGlV_u%u>ך1dhg}q<^>B皇4Xظ-D܉1@Smh.B2epw2-Uk~򣡂E.R3GP:B\=xABTlV긩 y];>R\X8 1_rӈFϷ"C'w|lCD`uk.b{,' BΟ'V{3\ë +dJ +ȿyD0I'c+]I76o]a> endobj +1182 0 obj << +/Type /XObject +/Subtype /Image +/Width 606 +/Height 454 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 123588 +/Filter /FlateDecode +>> +stream +xx$ɕݽ]녻y=5ØczzARKbff*J̠"1Z -fn|*z3cw:ȈȬɌHݽ{۷nnɖ|ֺ;jK$e]?xA^/{t7nG%[^^lmt48jѧ4[HÄKjFXVFҺ6B7.Ż&]{\WfXO˺CZ߱$7-ْDChR:s]\ZoY_5ozFUk\Uƻ,—8+}y'H@۷o؍1Qee>["DyqqaLQ(1::j# c16&Fy q1(z||J @) $aB|\<x IrRbbB|RbK ARROAd@B'C$CDR!LIF'F( bI|HZjffFFFzFzZVfFW eee"OɦQ&kws"#0d\呄01O)+Ŀ‚ɧFXV 1!RDw +JFRXPR\ARWXPZZB%ťJi = +3r| 2D onyFBʡqxTK~r V#F"R@ŵKÍD, + *\Fp#A H]H,&D"eˤe%b)(0SR bIrrr(rB.KUJPJTJB$V!tn.ZFj"VӑzjDh4 %B z^bLF D z3݅q31,l@҂*-BCՊffzqmHFLvt0}},t: 7sssVoSK]Pϝ?ˁ._P2/]xɽ˶@Ql7D]rիHA@AAWqƬ!!!HtFl!]XXX(4,,GC [_ APJHH(p"xa"XaPŒ1D1a (Æ$|4NL&l dAC$xvsg799IIdH&'KnRSR`A}Ȗ-TAF t.HL,x$+Dfa&rr.''@Yٰ6![.G'L1n$,@ lҭJQ ѭ2e)..T/).&)Kg_ l]ʰAE*"؅q\`l5Hp ˽$`Fqysydl.#y1|btq/x lO 0 4}d:"೘0["  arBoť]"F&؉xPpBf\i$ +Cdr쪔lSmjF(B.#Hڴnj tZUOtT!h_  B$6L8g# \%0ˌIhrmFj$4A_ZU^\\XZ\t,~],РGա`>ê8<wW/3rP_]2@/)!}eSأ#DW)Ƃ( <$T'G114cY1$ItJ93XNp{NV|M̬\W(?z H !8Mk]O1z8/P0ۘ\62y627@&qg)B'V` u j, ϖz,E(8 Ats–sJA$ :~ y8H-JD}nmmHϘGHBƀH)&nma!#tF( ];4p1ݠ(rV u`wFd"upi͔H|Nnh|rTCtoF4AAg4&Q3{c)=dp@eiZ8pV=!㝎`vϠgn'% +^dkx7M!(,$Й)p"=[ehogswGGz:9sZU\p1("+m ONNwv7t =RBHMI<},#Ӫ+f;UӧLrpdV5ݥ.Q2a8$b???p%?ȹ$"PJ̀W!idٙKK +B*r2Z9 $,.GTJ Z\"bcLz%\ dÎq9S\n 8 6Z%|Q&W,49)vTXi= FhX 3Rhl2\4jF&Z*@M奵N ZR\*н_2az@" c!Zd4dIMJ101=2R4.:Z02GFX\)c$$ SJ T*+#ċ%Ҁǯlpy=A:c:rJP0R0z2gCtH̼kM tR2XdZTpI|i "a_mZ%RJmfV%ClY9^/(ȇ][:B' xJ٨?498GYI[i=nO&SB>ZSU~>0K=G>Ӎ:j5 +NTp}V#,c-GPPh]\";m&Ep.qR +|8֨Wo蹑بSqVT"*).AŬTJJ!qڌf2ǙVt5N\&KPpX(P& p:A:;"k\6SC:vvJPW,Z3 ja$@b9ٸ B&\ avP$,%Ei<$b>7;;ʤW(MAuqN +1(N.v^EE9N$Œ䆓ʤOBjy~_W_c.n]qMuvS v\-χ\_,/oE&\R\R p jr8*;+C SUtp=a*認zoK .uZtBR9!X[]srɰi(lܼ|8d(tvڍݵF4ňE(W"q{k-vwChXTU+ +P=+L5Ni)s8e8gH|~ u*-YDj= TU t)>j Iĥ24&zlDlQ + :5NVzuj\ +"7J :˃& +?2$c zKj {Y̫K 15Zl;ڊB2 wAQa`Qple~h[&cklNj􈲘g#j>?%r(xfbi5DSFdd;m XY-$=`+5 wSw&(]j` +lo+[qQTĹ cQ8itpM3u*騴VWmUN+H +lQ +kOF*h46aEiq5Uf/<ǵdlA%=ζ'Z7zP`_۱#r}]orηFP2F՛X E{ڲvߢOV sVM ]m3UeU64ѨЗk?:tejKS"=w̅/yfSrxs1Q* 2 rRłW[@F)'bUIQ+ëplV~&#(!RլT@O1>b&t"@P&TٍJƠ+99Z_N3,IġW@Othh@B\DHf7GDA33 +H7ADzBT0hh(7^Qf/ +ߌNO.ZH$8ld:`1ityfFzc 82+ + QJq# BtF?Y CˎCQ[䀟XY+sQ[ 7jNNvA~p'=L,@P+LH4&pZY hJk# 1tT[dPAeSm73RRraDRzU9}^n.dg73d蒇L8s*ebx=+\>8#3E!JnV&m&08,BF{|qEE" +(S)UcCõSYY9 @>i}Ep3I'8XT\ ?2x$ +U +HTU'8( ^-2q!!ɠA,|U_ +. .E0I=q})A=[i)6*\P!NjF6:8\A|җݤCzlB)nȤ ^Y(FFw@ rF/ \V9rauV@ lU +j(qXMpijV* +EDRXk x +;#}s|@@L-hFS]!CѠqp,F%p?ZT zx #pVWckoB:R^lw4ѐ@ҀpPHo1g$dG)bΣ ~%ggz]>#xQ}9>Gʕ Nѷg;~┠žT)2~ސ_R)%v4 xz⥴$@ BF#C l,}p +?(==nѢ/ҲmzED[CĄxpTcBػBgEDDੑwꌌ4P<U ]èq0Gx*<_2@:f%=NA%(.ʇCL$sd߈_,/7\C}~OPЍ'*⣧#z baX+GwZ  +(υFoC +&2K-sQ)h($6fKvt0ZTT47(.9꘣&`N vY +rÉ1/Fruj`M1h Xdpцp\8}JzsŠ8rN)X`&Bܜ\\aC +$ZzzLMC +3Ϥ'CxA2l&aF} NՆgJn"y^(gddb3SC3J$,r1 +B,a:2!@# ɨAS!ۜfFrRҤGvʉߩ@rKdP19B WӮQ.Y(<.`Kӗ(HSEC` +йuӨIF4*^Po o8:Ę:~p0pJ%S3~oz!#bb$=mV3DM!ۅ + p~+wpP[ekw"mAVRCjÇERDzwl i*k*!Vo2j'.Ό /͎;sB"([[q/?<ïo{ ~eb|:2^ъmy؍ +y D.4(+Q`_D!W(dBNeB4\??jjɄon>&2,.A/))o$'&tqJ3P *^LeO{cQAnЕ+ۯՒ qqf>Rn)K_p <2Pa0U]IKMA@@P;T-qrsY_z̠ɻҒB4Pr'ZQC!#CaA#SP(ȎV=R!L8 Js9ya…Т ++դ H,R)ЕaA%}>\ZЭR@4JC J^`plb*VܽKb!k4'ng +:4ѣs @X ڬ\\kJ$SD2o ).P,MJJ +.*HINFHEԴԒĖ2H&PtaAEtj YҘ%U Tn?->!` ޥKj XXQN[3C9Y233QDZQH\CDžsԐ))rggg d:ݚCf%*BS pMe +.jeѹ5"(cB/,()!J2ݥdYTX(?s`"GJ @SXX@ K9L|**P<*d˦BSHN+%t~Z%c884}1\4{JȬԒ). JVT $"67u^RQiT R:>q'_IއY#p` >AUt?PL'/MM*+Em-5K8mQ4$^FB +DF$0+$*-UNꩩS]JAbsSNZ,k/]8w,BൿEt˳=-cv5@7ů~0-,,Zx#`dy:I2%p.ՋdG`` Y]KtˮHA_Fa q{^  ٪ $c4p8aa#SЈ#tƆp2F irT 0y6\hp!9a#F-`7(`#ɼSlq"Shl|JS-%C󌋡< 11.iesL!! Ib6ƒul"!Qt*nꚹDgҹt{i #[8 r젳etNe3T#1]БD(~S4l5]z5i.T#==#.yJ =ت ,!K3ؼV$EzB!?Uԑ,˃eӕtk)9p27,Gomԩ*U !MF$y4 +K'5摬ȣK +ji{0Og$6[,LIeK_xt ,G%(+gY,[VDS\VFg||:5幧\;HT2!=g9"D4p +ɄS@C d]8Uj1YHI"rWӥLa<Ȯ@GYf:OFG&ŽAԳL@e+84j*kɂ{mY(7V]ed3p"Ō0{#yI߀n ~k\KjFWQHL4ZjV67d$-&{E#L3ЅF:͆.f70z?Lu8ͽ[:}$ĉwڻw?ҥC @VLU+!3&/M w )aK=%YR j$-2.P~% ~3#3 efe3ΊJp3 ~Bk=wrr];Ȯ/H}`zaQ#HFYgh[tae)Y^bK`FDYe!PHwr.XG +K__t<_`9(O 6g0 zk"L13"YFG"De )Q] :.o +A$-^ztգF4 PJXJ%芬wVKZC4t t?Їhgw(% +G#]F((ex~' +:n.5TVpKe<%P>P4 DPQƧ}f, <,"sBY (U@U\*dL"lj. +H)C0RRH PQɔ2bQ|Q 56KϮLS=+K6eY{57՜Gօ>/jM)Lm;榺H8E-]4zS^m~)wHų;zgX5&svZ: 72Xmp7ZW =jf]]qͣ:BX:Lq/}mTQeXm_mwQ^i'6O߾:FSe];ӏ[5.6jm!#ȌW8qQS댛D)e~^sSԘA)?3L>8nF-3SQ4έ&M6jOw_ɭ|/LR>2}L؝tp:d1yVϼՙ|ü}53Ҭ,/߻=|b|BdMyd睛n߽54GYЏLfVWػSpuQWAřyW,7dwH^;q)9 +v7]Cu47Qލ0׳Ҍ,vcio]q}V3?ӍL\9YxyZW=4qn/@)wowd2|^WQ[7^wטpוmGKLn.Zdj.ݜKC8Nl. }+e]Jcim̏%ںd1WN{~R"*rju-ޮj2egnkU^f TZ$^LR<5~}iFSSӉ7:(&U9wnǼ}=l Ʈl/ ++f{XH<7)nxI!+s cfi=,=Ŧ +yi&e-8UJ9G&*FQsӤshuoTѡRg^v}AVɎ˃^א kO$l{Cް\#B(Ɔ[Ѷs|͎u5˦mKk3=#h&"=A -Rh69: nd0w+< hR2a nV+4`G8'EJٍ[lKdK>}Nc{wǏ{ؾK +qqvV̕tVۡ"#CO=!/ɒw/g9t0}'Ok3,vW\wLw-:(4<̏Ԥ +ո0pέ*j.]Ks}pz;'ۖ. +߻;Z|bN~k-flatn*%'{n4]<=orHȥzg־K~FGg'kJ}kAϢoʈUR]N a߳!Fw[:Sb~+~f4rv;asJy~+A >Jרl@o __CI#lU3|F$ 2i)RiN}TdKo)>#|7bQV۾c[`'zǟxxnK\3zGѼsgWٔQ@]n޽18Gosǫ׳2b^}9jk\t r޽ x"w[{(po]"̇"ûC ,iOS&?Gn<))Ï<w.~EN~nRP{ٵ[vFF4H#ѣRFyQz_-/ ڳCwܻ5F_p291bQ,oH3O=~񋟠| +>qA/xRZz{Syp!65;~bOU޶sk hS21Zq;|M=gRS"cc6כ0y酧 +C@}x0?Ҡcfƍt%\yYfVf,@ ˙SЪWνN2>>mww mZRxs}+7o|kqv O;zǎm/ji2aD֤8[3p4gM12amݖKK}9}[mNlOOg5%x + ]k/8 tn/ys# Gegż#!WAI>o]:lߞ7ч_<[m6KZI"J33 A?$LJa(##Z)#-mD66 rϝ;NvlzVU+B..AHLT믿nwҢ<3zi8-+=vbZD_7Mf_\wU(s۶=pX "\8w8pv@7xgN~o69q>fF_n_bYDT³O4Z-;<_qJ2?9)|``7ov|ubzc~/EaC8dvC^z{f۾մȰ0'ϒt|>?56Ԋf5шdVp~+Z̧Nɸ5ck ?8wn^޹;n -YJJ9֖qj =cǫcmCv}嗟\9ݾVSk=wt3$H+tkӮ|͗Ο?+J̌ -Ϯ]:m(d$G_ %}j yy Kp7Z~ob5 LBvnC +K's9Aw|U, F7;wǒBujXeAS#ϔİܜ˧~C%+]!Ԫwn IE7oN%%i5<8\pjV9+nт;w^V[/Eokk"ޮS}&Q`ف޺V+4o|}$ݨ1p$|p+W[ +*'!>tyi*?'47BY@]߹9|8;*" +=rҢp!ݡoW'F.~/N),H_}(VF-Ic~P'#MNҘS[sdz"l'f;;D?lpvW-/w;f':Ƈ]^Q-K ,C)d].:6Š'>}Vpਮu jU 7v-]Un@OeuՒ>Óm8E4JWӁoG|qh}qjw8]S移{džZ;7Ædn.%mJw-.+:)D Ko֬O7oXp (tdyyՊ_YV"sbva)iw|l4#۝z }ud\D.<RML9CxȄoHKi-~z4uiT8tM(6Yi7y70߳8ӋYS 3=+Ǯ9MLgZ:?ͦ)[|NY9N՝[\Q4/\bYhI- ˦_o$K &ɹ,LSܧIS8vgeyQ7L +rwW`K:XRW΅V]8W%xo:j7v;4g-CڍV\2I!&:b[``Gu!_GkY4gmfquh5fmO z{;kzkpØ42LM3i)0gO撽8s5q}#'-ӟR>$B/h}?Ɯj̏]ϼ3Vw2[/,<ǰWVc~Kٺ?1:})s= RkdAHbiiv̲*+-4y6.;MJYz_sYjN>7wߧ^}5fGwyip.Q>Z?qclu&Mg6FZG[FZdžW8VG }JNIl̡S)4C[:cqO_[lnBHt#ߟqNpmvEd&RVJ亿QԔf֞ˇU(eMnJyNӘ1>2a[:MW;}FM{E7S)S2Q.Ngg0P ?dMw^F0k=~G3ONm}U֧>kL3m4dʸW8QbͿ6 ײNdij4H-H`ꪪ347oi^`;X{KdKdKeU?95:PuesimmVV +rnŸFo8gMU*{/eD55UCYxV_)nFcgɺoNx4ja4[JZmD׮YF[=Xpns|F_` ^2GVE5 S2.|QD}R}TʇQ4?R}cm5j^ +zE'rXϼ05xa~{|тeUW8O7zI[*+Ϩ,M)&d_~^~jqg%jf].lO_oMsF=Y ?z ]92N^{ml}H[iIH$J%D$$ɤ2K_.d-ْ-ْO|>t,]}-]] 䯭bnsnsn+t\X컷y&RF-'T ͅj}фA7a]qs=5-fpy6~̾0fS]C7Tj{ n-Mܺ9~gyɻ'oߚ<~k uk荩ɱ-ْ-ْOL47֍ v \h>u +v7}]ךceN [onJC3+<>fٟ~eTϯkGß7NP9I['[N-';s{?|?7޹D~p~p~x៾_~t_~xr_x?/}g>K_~?Ai<_~%/2?__W~sA_y(򵇯~Wې.kc7k ߇ÉhP>< ۏE>D7Bdy2;O|ɘ>O~Xtagy.%(?|!Sy1/& |9/%ʏ_I˩?{%m?ݖkPܖ嗯t/ߠf/Lۙ~#o䡷r`yh{C;#m~xW;ޙyߝ*G<ѽG<}E/z@Q"^sw;Ǡ*>=/BBP2(y/|3_>B9W_e<7_?Ǡ׎}'? ",_bs1p/?sS/:苿_AU/ꗉ~ c¯. %p o<Gx4 o>擑z,OD=Do??D}!aw31P=gl޳P<J?Rӗ~J_I+)?}%gR~-篦=jꃯ⍴_l"~zگ_|3Wof1߼I"9ޙ=yك݂G=7@|lO +_ؾābP%O){@8B (ixٳGʞ9,r (OW</29SLpV+ωrA*ċmu?2`[#"囗eo)RnR@HyUj]WuCUB4`P0^"n$p}QI(e:k>c:Cx8b>g=g9J +9h=`=`#DddpDM%p<^}>p=Q}!<$|v݅캋u/Bs/6P>6776o\t`1lR,\ ^BxUHk!eC9k܎Pn;cDEG(!HDY)tF zc=qoLIb%qҾ8@p$  I$HFȨN hGR]2b~"i"S>8f& ,[UCPtt,anf^49$8BC-M5#BKlK墺) l<!A{3)IU/~7=7&Qv%X>Oݗ>e2_?y鳻/}*/ߗɼK޽_f昲o}Ʒ*T_Z.Xz%7h׾*%y?|7JR{{ߩA oV}[7WN5oQtGNݵo.NNuZnf7hཌྷߢop [4+>X1>#AJE"& ,>{*"`Vl-+g߀#8n:oDDO܂m?:l0*b$Qw`]bws `qM7yx ESyAIO^,zuHǣw|J1Yc2bQbI +8ڈRςax^1j" ϫE^PGȨ( +KZ8jhq*]GxM00Hp hTRoa[P4QEb 282ʘcTs31p̒FU +Y66TG<  xTESUh*ԝk$8w-r-rGBڞ8,j{yVCȼ0pB~@Va8,h*a|`bEP<faMSI@$b`bTEtet +hGS(q88U}": HE,v:u,: 1ۅMu͠TEWJLtD8=牅R=qXDUh*pF?"1/XþnNo{cxߗ˿(IKIO- ] +(yƅ8s"c+Of0gY9~~~nn.>=MIӐ1!1%77;ǽR#6 +8O#UV>PioZ?bLi{dKkn'~C-0iP&7CkuSK=,hDRq ȹ*ymx|{` %wwFeyw'߬j> +*݃'9(:#8O<Ĥgpު}F.i^aJ^Fդ 'McJbJwq*848:-05e_gW_d(+43 h;Ϭ[~N~aU&XZfxl=g^d~ACAodGV/ SGm< Q!ȟQ +;h#Bʡ0dvc8W Â48^Rǐ>G!dӎ׉UBm #c$xYBF0J"|L0 Qg #4LLk#(`F@0yy|ΘdσE 18,GFu1psF0dt+LsJG}We]mSѯȯXaP1FǡƀaRmm3RlvTx2R8&u9$yqT4Q4'D@3Ș Ew̢{NM2 +#`bxѯ9 lDH e/gH!Vv-}z7߬tq駑l-+!q1 +3(Ě|W'f]꾞ziD:ifnVT^' )pe|\R*[t@Km(YJY$(EIQ)pܩCD="Z^j +:zTςNcYJgl%Ðʺ(Y}-[tRQq{bk&KJ%{4y+yβkFj[@V'Ի_̎EmLͮrK7yflA+iq͊I/mL2=bv@# ++۳JZ"+{o9=n3(b>=A|rgRvnh/}RFDSqpP#zqo6'MESgX}l pFA( +NESYwji۵Ӣv0θqFM8# +lGGǭlGS͈^Ţb` +3SUw,6- +^r* +T$3"|=~ME(w.1XA.\ Oa{gU90Xpjh*^Tɏa8:3(!a0#*M㩀h*@$pL`f$#b~4ᣢuM@s.hjfgtqƙTE)8hzqh44M8 +#j^45S8X4Q`8`^4,q'hт)ph*` S8d0,J+pȘOD +D>gLƢӢHBHCCTTgE3oF4+ogd +ESQ4Wo0M-u2VPZj[+|O>Z +(IkoxGh +g { eڀW +88 Ã< + Ҽ8 RN\qU~($|l8gtGeI +ffv!.aD*˦!%m+j(vh=Hʨ[^6SG^]6UOZ<2vw\gjmSn :uMnK>TyV]L|B~cQ%QV`YLV;HaXF~@3e XI'Il멬5Ic;-XmJmT}rO6r"Gq{tV6aK@FpoykHu qՍfMM2>nĨ`82z@9)dN8Zsum7]T7aUlqD9>z62^tqqchm013:, sDE}Kzcǥ"Cb p< sF 8`sBN+8G9UΫSŢ40dTC]ҌUb/28"Umdb$5c!pn&H Kģo%B2o?LDQ1?H7IF09KH3>neU!G8c2"M=;Tc26xρO +T8* +>)@DPR0\$( + D|t+q!g.w;"zzUz>>5<#"#G52> lx!#`b@`dpy*jl2 `M#y(MhE›f+\~l1dCFq$Dm<2;L@dcBCRF!#(4ShyF;R H@)pP5>y*z+p +,8hzbf>S +MŐT[Zwj(޾-m˦ +?2>gUSEmV!\3Wi\.sd4:LeSs';&G.TTġۇ-85*)y<#iE?^T.ݦnsdZpm^i[@L9K޼TRI$2K׫f7< 7+{S;ܭ[ܭQkr}^I_TE\n1Q04-19N$JQDhlYJV]~I˒3܃^Ǜ=3O)U7{e2Y ޡEaaE2o'C +zB٠XA8B +8B +8O +ުg)p\V6Py^ S0'Q=S8ڸ'FmaNtN8hl40 ++p<M}6w*@GSg(px6VTT +g(p+p838& )pZQh#OCWOSESR8!N8 +p +4,N}7՜{_ܠT`%@FyM`.jyhy+i+syƞڠₔT%EiŅi(-0~QQAJ6ϸb[yX}nhNװaл_)|{`~e[?ڠtF5jF Ғ_+>ڠ^Wr77?TxWlʺ[(x϶fwjjt֧۴1~[}]7*m}$0{tId\Q{>^pivm>mQWNqꞼ|Hc[:j&Uu?xɷG6z16hG0ϸ$8'TX/N3kq^ymJwg/L [^VRyF48ʳ8hZ@sy'jJ 8\#>S3R<VL3.IɜG5[`0Gx +98_XX +(91(pZQPmb[1e +Y +K'8~38C38e8Mc򂜌䚊Ӈ +Ѽ;RRe555---=;+s|<\4=Dbb-{A&ԡR+jkf} +/47 +7qʲgZAAaaa~O7B/Z87aѶ^ϫHO_Dꯟm˟H\nɇ7|Fiɇw`_>yu+_) 7Qz{[#EPE6i{vMnh'G y[w-:l@]{h'߀?D~Y?5tͺK~ =FX\`q/=0h*G̾93GDٚh?R@1UR֣ͺ3 +8g<,b eg8V c +W0me6h$XtN|1R47ϡWGy(pH|jJۃ8|QLӦ8΄'!a@3T țja 8)pj'\zʵb*.qYu | %%%Y` ]Z^^nww'ImZp=Q"X\R `M'b9Hme9 uU9m$>^Dx :*,;651JF=Ō;9Jc(}MoQx_gyF>q|Kޗ[7%IRXzɻq@>yӻ/}*2dK_>rM.SBBo+_Yqկ^J+^J*\*׿Q%,X*OJZo|k[kFk;kY@Zw!Q뽵m}ou?ب& Qzn5X +XUo3h!Jl7dv}?ۍ>ӝ|]`??ݏ?xپ}3&+o銃f_4WG̿:daX~ub%fY|sr1oY:fqoOX{VY}f5O٬A`vk13O Jg6 x l拸9oT3W\]qĶ1ۉk;]vCb =v{x@3ozE~m_om߃$JxaG 8,>L1٠r`dˇB!|)!'~P^JR?yZ9Jiȳ`ʑgբΪGS:}N-Fc/jF׌{Q#Zq.]NvE/~N^Uī '&0L7H7J ƃF)7HW2_*O&rll m + + + +9+8))9+=)XX\ީLŹTirejej....ȻWwYYYUSY]]S[]W[_̯0 X@Q(aHムć!G`ćơ-Ú#k3h3h5 FFF,(Q$(y2bjnKkkkuBu|M|mbMB-Xbm6.LOC"J{$(dcz#$2f9g;g3\]g3 [. $yL|Ă < + XElH}}}K0+fqJ%QLS*ՙ9:< +X899 ;39F(mr693"f42Nng77֗=HZATFn)#pRI5TMP$\T}j%"L;#tl=Vnʣg6JL8^Z;!,2iՓfd#+ ???//vP7  C^|y,(7(~c,|_pJ'b ' CPBC̤$  C0 M J!2EEOE , +Y(tOY bP: K=gt0A)qc3"(M%D̈xBT|f$fQ–2 >&!+Z`I%"9IFYaIIٱ9ɹȧƦωKɍ9SGyO͍|BZnӰDZ~|Zfi҅<%DA3HdӸe' +!YL2|fajVArFQjXaJVqJVєeb(]̷SVS[S>e%A[arK2ygcgh7ҙ噸6),BV +Hd- vecǬ2bl*:VT!+|iU![YUd`꼲(//Eik x5|t$ ++P҅3Y=)/ĬUV4B| QPZKkqk,m*i|#fMekꄬXVׄT6ӚHe MMلDi; eӬlf [ =V"d#x^75yQP&EgL?|Acg9\zۚ-v8;J09hdz挢1A) + <ٙ38  er2F~T22`W 1K9f 6C346?h`gK_lf3Q=̞lTDd3A!91|qI? D,+jo g4,[ Л 22Z&N! y:W7Lhᦞ{<.gl~;64Cu9/0\~sYĘEE| Z0~[e`sob/}1bQVFN:xeN|W3-P$|,E3ziukm +q4ss__w[&.{qKg1lzF6"GRa/J-X4<2 +s?`"!b~NJ}] Ck{0wg.P4*jN(-)HJKȤuSI]|(P^xESYmȋ)PK9,RIazuu(lmxM"c̟4}Xۄ3hgF(PRYW@ȈuRAf)uUٜa(;yXDa}caX;$1D /^9UF.SÂݹ>fVFS Hp'zF,w69Mc&26FGV223b1<(R8)R8"Ϫ$$L=JB]N>=1!#-pp0u~jicR}OQ؅@ U9Ѷ /;)~`h>Q6UYIVgsr0~􉹒} :4bO12Db̀M#DձLzHh\^baSXgVj$f2m45r'#l +ԇvMs:!s -PAf8\,J8ތ@Nj CCu?'`Wp(*hMpF ?<0Iw745tQ|PsRCs,RCuNwg-+# :Dk)+3zb"sF,$$]3 zF?:' 1[GBB<| 55- 򠵊tx7, noύV,r^1|n[| +wS\߼q-PHG)p~; +]33= /<͝aG9| ЀH`b/r{\@PH OwIQE Q(-(ϓ-*ҧlΘx(Z1)Tro8wuF@ NOv_W#ޞv\.{-V~k.wyU՗_~gj[Z?%'+v>^~q}_"RKjٳ 7QRg3MuvEKD6D6D6~UHA :B :ƻnfdKN /(LJMOÌ8*M@Ƣ{ޒz~O_}}R7^{vrm(+h/>x`;`uKO-|㍆YfC-ME@ƪӟ﷖/_&~AxP"{6mńћ38/FF]휡9tG- 1[h m^jgg[gWNj=n9)vn5xpwyRRûګ?5d}{^܉?υq;wn6W/_| =q~o.wXgm]u/XGx-%_/W|CF& @URڼe]yiګMVFo޸|~.8gG'z:W/+';8@a32G^H8gedVS"P/ 7l6nbtpANxDrd31t x H3 Q(%[73{HkO2lG˝;6-_YOO+هK?8thҥPHu֮T/W^yaB_{IC+V|Ν7C;7Y;[oϙbEp/+ h]|dl鬁*FX$ohLfdX M 3}?]__Hhqly-"2} @nzvJ(=j^ /\ yz hh=6Eg P)RPon6a`Z/p.p_zq݀Rǩ{a 1cs[anpKt1Wdg%_Q@CH=pp@^:/z5~EBEnYEx}k:WB.jj_:baZWBu."/ +AԹ/SxPcJpC@ƞ:!3Rjph: #Աa 2(bw"e'q߅O| U?3d'x7=~wJE~/ϣݽ=gY"wpճajgC5 +(+ZbQgB$wѾ9#JU?p}% +>"މnbG{pCgdYBd@6;k3c3~[>EEOn`8;͡^\ťe2o=4^yK^_4dt^O#ey9=/SErG[$sxZSrG-3oSK-˦5eRRCJcjjʳ)"K3I5 ՙMq^Ʋ YEP7hI7FpJK?1-LO6ڜ3]rΎP2q(tB*LF3ENrl& = h_yeNw00<^>8)H)L:qbc{i1Ah{MH3*Z`1Zգc\&Dh1dR5^Xym@F,[ڜ& dg0t}hmȌFSp8ڒeEviPL>R19i|D8c'838#1==AY<Z](/(R č˥ FGxAS]eA.:n(e AM(3%iaJD{ ; jG)*w{|+!.B*C۟ԐB몡t8O-a6G46&fotzz1z(xxxn)?^2ZjhT"8N= p05.ʵ =lRWEOEFx}obbU!5ƣ<ڽ2⨕!wį6Gx)W : _ "橯Bitmͭ*ضu#,?'.#-r|@0%>|T.$ `nb._<`g2<L 6M czuEFt>N*/ںS"h|d3.DQMyzx +_^#sOx;qoJ<whxsDP_Z|݄G2<k"`&v}]s3NGvJ>^JEapNNNR;gfuġh?Uu5Lj*3P-)"xx*ݖjh>06ڭBQQ*_\삂dLbk֔i+;s<8J>~C/ji(*z;~KC6'&!hmm!d$a,m3ׯnr6[ۼol[[ol SbPVT$!Tt /&TChEx[7x:ۼnl!7&Ttu8TyszUSk=+]gđqv2#="3J`ZanauSC?֎wvpvQhfp뤯ZZbnx1@F:N<"iӺ`#}xCCu/`]]X#(?wwk;GU>bϺ8Y%)|QMESEhmV45+#[.F>^&Sf,|"_)քvj +|H'esC?&$GyX^r>9!JOw#ZSS}{=-!n/ߋRR7 +r&'虄(ww[.w2AnNudWJB0@!ThXl@tj,cm\938PQ6 ,!%AN.MrddIĘ'ƦMٜE 4 2N ȭ5=sSqFZcXd*T9¦k$:̠7," Љzd+=%6=4hc 4 a hI]@Xm{;Ukomཟ'>7od߯þu3ET&D rFHӻsD{hɀP_`cH"j:<#"==m|gޕ0LA|W a)ZoUKK5wP*9,)]gbE;^e ^y(zƢ/BF&DB(]34]ϿGJ `VZ9>3)pf/ٙSWrr h \Fl<vi|dqq)R6&ڞM}!O+Ŋ -NJU82H́f`^S84kf1ѣoGQf ٜE3ZYLRg8M_)Wd'ݔ  ]XLTKttT-.. prF!, NȀUFnN" BQg"ݹhz/O\۩z[~g>_Oj26&ڞZLx +,kaQG "B~y|Z&_yM-P^FY1hHX; 6Vrz(m(p'V k_Cbu6yށ6/͞7wz-x]y{'Z]r 󐉊eބE7*Bou uc׍͞xS)͞|: +D_H#Dh{2 &38{-%9N2}Mc*Eb7qj=STP ##}0#Z-͘['sO`s!=w P${p?3 +# dtx!L?hJ }5~.Ld$P|U΅(ҽuX"wOzN +҆%R,Z!hmmad|[ +God'Fjs;ȕ#:!8938,[pdp+S̔ĀZCh}Bv1 +/z:R1)رvO2(+3yw*HWH4%8_Y3һ}Bj3$]^gCo +w.IRL$U=x,no]T*BFaίza?JG6h`| VG -a&iT$xoݺqINtV dÐ?v[|28ֽ2&' @04MFtN\SW^F}aVftb Iձ>1#J%w{;XTc"Pc精QFӻdD5X摛!OlTS?b-5A|RNBSk彔֮v*EH[)pDhm@FgESeeYth^,?VdWW4_S?\qT٧/CwIMx4uJ18֥ `bn{|jr{bDZP[=QRklA)Be8.|F}}} gll칎?g7|ev.i2>ՠŷ,/|ꂛO +A#;\sF3$mΦq/?Ǽݜ1L/8"82w;kfzO2Zw.Ꞟ@3z^{C6YŅ &ml?ҦRʛ q8ixh +]:ףBJOd'ڪ2^VKK$&P^Q\HJ`JaVFTPMcل02l +pFك~~f)vjZb-^U7ŸWfKGKW u +91*3ZC +38ӹ!_ƍ2vttdggDWWEeees~933...jjjp666)A5\+++%q} f_ZZڌL轼|ChPP\̰0kkp%%%vvv3CBBs1>|T_쭻>===88xwXx ɓIII&&&gnp缘3S/%YOOOO?Q7a&ؒX+{?I齓ڄ̨ƇbbqUvZަs2"h$+ Zhi^ 󮸾]氟ұx\dZ)'\/v$D4fFVD<-HjP_S`]d^ᨙhR߂+p~3pN?~0?ƴmmmAljoo`RQQJ###ZZZL0B} + +NVV + + +~EEETTԁooo`tt44C5k`Ի>Z0B[j۷o@ݻwݫ ( cw}`}}}kjjܹ~8k!G^^2# k׮Xcsc600?ʕ+ҙUUUՀw:\fhիN@ ]hh(p^8Dosf 8[nM ЁׯVTTR)@aUVVBG}>0AwpY`w +8.>@ӧOqh  p1'T*NpjP/&/ ]Cnp"?~8w ؖh.82P=-ԁtYkjj݆:p)}З mjj~j@eo|! }I_9p|t.\UR,p8Bh >7 N ~/J:Ï_|24H&`@p8Zj +M5Y$qgf93_E{@lmhlB/(\_;MÞMսz}v/Bd%;}* "Gom#WTf3Hpr i76{ss~Cwzv+ĝ]>wGjT}X2Jr:D`fOUhꢣDFm0CҥK0@ ~/^~Ġ0 +> 3 k0\<^ʕ+0 #ؓ'O@`L;ԇg||F~;v FA`0D9sx)@eO2m6`W02@ 4;0FA58uvvB D)H?{u :zgwl6dډ$ܛ8eU-Y͒-Y$Xږ%KV$b$Fh$:3 $@;{gpiDEA)AY-[ ȋ?K8 4% / g͚udd4Q)`t#Z?9X׭[?"S@#C.Z5P׈-"Aе@v 3]ʜE42D40w&Fߍ56DQwѠQ #} 5xaU?^QQK4DQl*G,5̙3R'䎬D /')?fDvD:hLK0-@PB"wh:ԗt &%%]|/_DxoOFҢ@7h[<σ/#21>4&ʉQW_}wѻo ╾^N%M䋷=(xQrT`[k8ATYҜ2IN[kn7k&CUbKLY%9a2pha:D;\"ܳLkpBڅ[{r +sǢ {{jGyjRw/\%ۗ,R !\4.}_^OZ*ڹ7W F،<g8 ᓇt`GCiCc@)AoCKC  y< ݂ovhaZF +)|{ [ +Bu#q(hr@3[݈=4ؤMjZZ }Z;DmB_VӠQS5T{ޡ`x\b \ #`(0 !`"ځ pAch (7p9"װPAhf42p aQ$DMϟOPh"ˁ(?gϑ#H +XG@}5g!}([T͋h$"рV +: d݇a8x2E+AZ8,):@(.;`pX'I2H2 y:(ǁhO[@x֡xd45kpF +x=M?K^?7 +G! " ^K 8Q}`JkwpqNpPh !Hz hj VM Q|uif` 6TRpVku;IOf2pZWm&HYh"QV9MI`-hmf\gKlbTo \Nh.T~@ڀ>!`qǎOX|!;Pe<ȨܹZ ZqH +8&>4[n%uT's[H &:)@ ;Bh3̙ 6$ u^=PL lBY%4D 0Ё(0S )Cim,.J5EՀ(8@AChOC0oC +ZP$SPH-8F?uAa4Dņ͈a⿋΢^h^dtl2O$@PMi< Έ h1?I;Hn @ #wA{D0W, Ak$}48 +F5D9Q$Х1H;ZI_= 򎡉Ȩ)Qq0\4)3"UF{/ mʕH5LLxg) b5i4tl xG)  y偀x񟒾 +Zo5#MVB 0Aڊ_ cmݴ&{h:Αsg367vctYOjP`?[9nc g {1Пd$AF/ q7@Ih(b! Bҁ項Ei JI.$Yt HوU8--- +0($G!w }KPƳTEۍ;cԚD#) HB(Be?&B8 "q<'@* +b򐂡PNß?O_;0 .^x+W M!}iiid֭[IImR{7>3\x"Qg*- 04%%$>>_f}|;w466{6 {p W* `k׮aԯ^,KYnݡCD"Q>xe c ;rڊ;:**Jv:nuՕuz't^|OF1pSC@yB7Bqeݻw cb3pk.ػw%Kt[lEGGž__?˗;K.̙+665k;v _VK/m۶'OqwN={6KΚ5O?!ݻ֭[ to.\`9uD݇@Ғ+^0 ].5C|۷_xȑ#GB^F2ɸjjU z8NS ˆӭITj Í;!#z&W]ďnnvtaDHrI@dl2JGSk4ГM3;*++ DcQ ?0.ͅ a`.^_$ogϞj:# ;e 犊 +3x +%C6 믁-9y=(++kiiyא>A=ܹs6"ӧO_tiƍ@[G|9)c}axde\RPʄ0pWs`F4R;1pkC3vc؂b3t˗/# '#CL @=BOoZgxS4g;(!4`a!hj,V C/\rn޼ #6cRRߍ?q<aH`OV@F+#{t`oq^$yx%j0$xxJEy0> 0u@7D##@dBXr%YWtÆ F`}`x5A=E˘BF?'2 {FFb ^=t4j2f$ ?7N'83TV\\\bb"B_94a)(ʣGPh'O"Zii)` q)@AqA<`FE +ȨX 쮔:FSy@3po ˉH !@&N,jB8%pW&EW ~̙3Ad<#ڵkӁ7qԐJ5 ;OByp&dhbԐ2^Nt q"0a3"&)qqx3񊲾zW^Eo>‡re/ '##+VdljM SNHTOpY+}PVh轒(̂؀PPP)Y\\>ݻw=CP)@A!f3".8<\߿g|ĊYw'#WR./yʄc0ģ>jd3Ju6d,QP~Na <6`4r4 H@A`b󟚚 +gD躣;%.99 ,V% 5`,z7:O zb8#Sa=ye0,11ܹs@t}xhjXj dGiÁf! ɜ'o@3X|z8~Dxʍ8$oVdg,//ﮚx1pxᅗ;gȷc34"H7x}M2 c /0 FP(ȦZdF  a0Ãh겲2b'fee TtuWg4yF^xelڌ1HZ3l6cyp8ڑT*KKK Uׇr<##DƑ10(2T 'GMGSyᅗ8:h*l n3px/26co ;)˗/d`R___ZZ*&HP > 1LdWm6xᅗ!; kfS(USS8 @djcD3<#/2 J..r < O ۨBF;@{^hjVÅэPN3px/2D}gܹsĉCBg  /k3-[ɰٌa0pz`9\<; /ܹ8 pdq6Cv.i45GG/?L^O2Za7 ϟl7nNd7kj] +))c%(8ccs{vv<00(=*ˇgv,lF'NũQ`3:3p:i8\SƁ #k{v䁑^ `ʄ6Q*4M>|xɒ%2l+Qպm6N]yNz 1ph^`34d{X5;=fhRyemFJJ!ŇK:1p$8! 3dp5e <g1Rp!=?2א_d zj_tnwcc0VD  #0 >16ȅ0pl#+ޚ&C#@Ep:=2p2o'\R[ChX,V\UWc}0p]834NP]AamlqA5lqtUm/vos[ю-#EVO ye\Z塔IG7}0  aͣhjO~Sy(Ƿa)co¸X59v8fvyG,} "QMZëP^,2YzMm<RƊڶ` {m b00g9!N/˸Y1XCqS CU>(gTX3R,g\g wׄc$rer;krqLT`lFLpdםt a֝^F2JG.{m0 ^81M5&mڧ\گj 78`ya>s{Y;|49Xk,Gx퇜 /cC(2*Jqر+VTDFMm.T~4Mh1^% +:8'J:;. #z.yDب5:P皢֚<"h[jXm]oeZ(G Xl b;6bCO3-VvRx)=xr ?#&''zV}\CSɪOԾa9RlVRU/Jk%T U'I$uҚZI]}Hŗsˈ|F1,d|aУ3,DS@Üqdܚ \2 wmq0qp# +?Wv*9j2:ku7rAwB/7182"E777~N0eQ'8^wdQw0pB"c GzQ4\poXs?!ٕ%ǫ396V9j56 f5wUaTmѾmg^x^)+Vh45>m>H${m80pFhaFSnD`z+qVsk7ؾR 2vZgxakf]@RjfiB^Dخxe$"cgtBx<ü?cq2ײ}@/7wyF[k@dxYe^,o[oY= ]E&pQ}Ȁ*|>JC)Q 0p2p̃Di?8a9U_v8(2sY'd@FÍFk+Oy6cW8 +&I.}}5]|;v +43p3j݃}f28dEFR3ڶπ!딡oQ| B`_({cc3r͛-[5l6xf8CPW*@8~0qGFCsmōoÚ$cd,r[:_ݚÍ?hGʄcഄb||s<Ϻu 3 Y#`/ cR $qNvwXt-qn=ś-vPn^xnTјdZ0 :zƐ;w[3pxNp!AbB ÐrڍXQB(Q(9/"'%YߑԷG_M⅗a@p֭~ڌG<]vlƇ`Fͨm>ڌ҇=^@1ur%` +MfF}|GxrV\v^UIIIFQJ{(GrFosc78QҟÞgke^VkbF=Qtg2OQ10󌄛XPP0F ]7UrͲcvz&^}6DUP'ṩ 645 nꑽQJ82px<g>m8^6(\ɸX6EEDR{mm-_555UVV(zwwnŋ+x޽^J +e2V2w 32ڑ1\G##!P38Sܢ_qf6#W5:muuٳg\_}߾};vZѣG7mڄ@1L^1zbܸqcR>*NA|ͦT*Lrͪ*".Y$>[z,XQQO^t JVW!߲eL~̸0͈8,C +]0-))i׮]ڊذ{cIOY|9zvrAT:L"H1G 6:!c(θ M5:e֝b5XbbeJoN!#`_F]Oٳ׭[}W_}u۶m؃w}뭷ϟ{]vm֭)\+\|dr͛}]Hk|x 6&ŇL{00ZQ$Hj?PRR8]R:Q?:FGqB? ..Ɓ 3p`oqdΧ;!#-"0B\psU  + S^}}=,ʊ +ć8Ǐ?y$v@ (++C˗^bj8"]v! H S k[o+++a3"|߾}H%C qXH ?Q$%4 <@a[~TȎsFFv Ӛm"?˘M LhS(Hh>́GTU'm'z JH۞#f9w.6`K)Ť n٘NȘ|=F'|?:-- +O;B2v»0ER&}݅JP. l3R6cScQc h핁a7ڱٷnU^ i3H:ސ{J(RTVunԣ,2/#Gn߾d$!I'mhmhuq 48;PvUu:H$j&MMMﺇ#(LקPԾIijm0flh#B'dܵkק~ol߾Djd|H=&8aV@)^AM4flZf:~j[3 2Jz 8k,:Y FE;u2Vgx?Zr8;X$+kˈ,F, n,T+++׬Yp|>쳷~[PXV3؅M j#1081((s#E5R&i+eMEʼkʌ ̋;UpyYU{qMmyeiDUq%ejzY8qsv,iL +c~Ι!c +ԣb #O +K9q /C.ɋgശfdd$''NزeˢE,Y4tcm6N8-6# `*ss* vN{qzs7wBܯxW>].ZD)׿)^|K?[jU=Օ?<1n$Ӌmd%0!Nጣ0`]^ +g';T,[s8ȃ؅uC8]@r)2l4M@F* \L3a7'vI>h:1pC2p +B3[Nvt20ykm.ZS. ?4)yWsL~\`JBԄ(ߌ'%FNM P5=)j g$ELDN͞8opYSs\͛+9!s^}s 2J$F8FnD:#ltF .,VzʿsuXD[ZG@x?v 2jSdм ZBRT>jFOٌ> co +W&=fk}$>h&7 $MTUsQc%j +#mwok0ky3GM}s_TEE &'FL,¡g4AC|@`)QS4qq7Orܬ6;8Dο Evroz\Tۉ㳯ni)"R^"jL&S|Q'n Ud瘈C`~8p Z/'YSSS.>!Rt4hRq#@*++ѕE|cdrŗ-,/J*k˂u5n QR\>r>prRZ ,W[ޔ{%j=A00jFRdXQSq" +q$FLJX8梙ɋqh;[1QS1E95tEq?2Owq6va?:: + Cca"l A[t8WN픕+kL2iljɅoQր.%Ez%)J*P>NAo fuUJ~Ơ0)VmUj +c v5~d)Y,x¨0!&!_}bL^[`(,)%v؂'t9PLYb H}k$xkOX}h `o -zl6r)ځ> c6+V,om- +.y K8{ՇmVZ9㝧n/v, Q nư qL_05f7H+_LZww.mE\"nU6* +sCcER\G_}[]t]q rwg}1/Xr:XXMMndV_A0@ZI%WX6\;&=#dr\ckkvTm6cKntX;|Y868 ^}hyp(el'H[yecO0{R¬IQ3}C QӸgUʗo-~##M516-hFM㠚K3*065ͦu Egu)ӎZ!\Oa3:X^Z43ebzVf3mOގ#]uB&bsyMs)`rxS7a/.!`h4 !aHߠFf=zl";Jj"!u!n)^s---//wp8ޣ`1p8E]*:k=!X0Q81IQxi܂_KY_?Y{iZFk749vꤨ0{;˯봹f/c`V/cAoр['z{t<*jzYvXxALRDF7w =9:ڸ0+ Iy ZB$D :У- "U0a2a6M=,>6o.W5UZ$:[ڀw4wԶGVzcR-u()XQ bH)6ݭINΎǼY&%-58rbܼI/}!寤aƚ^mEawԀBe1Xh)z:ѶkwzP0n;G᠐D &7Z ݌Gh|n1,Q3SU -csM +v&U]H'(O6ݫ77Gg*IBù +Δ[cyU^Xkq L8/ҿ8 +Q_UJ) ^ZF P>iu:]! ,Ǡ нaS&pmnpm rK-IKs(M ;e  Tq+c%-7QSD fL.?+'}kWf6֦Nnz7˪޾Vߍy5tQNr#.;y k7qD+¹8;UUU2ت;۸`lCڽO*!k}UzU},j|A"U3oOT*I*jװdol㪓yӒo-I7ٕållsLi<'y?5eU\ں`2%ZmRSStYC26B-6oa\L8z![*= >m68880n,e>^/SS[4!1!e?en|`oE{.c)%ei ) x\\DE ~1f. r~wm`v2 +`l+'Rû%0pǹ4\kkSfWo՝LiYn<<Me&56wܚRϮ0xcm,cH1A 0JR6?/&lCvl#A< 8BJ6d0VhِII} ) +8̘eYaQd' +MH(V[LENy55%jR¢'ڜz~hf&sѱG_ƸW3NwH 6o?8d= cB/a%ƛ9}7N4U0$oM.jM(ҧͱ9ɚm>yijqQkN)&GDgi\nErXFh3;;8\lFfv6dЁ8`?rq2 0gKiJs +ts$-5-%rR' "xKN.mm,2j)-n27ݸߏyfg̳Dx_W2=Sk<.b9GcXJejqɬe6Bx̪3r<@^LKn7рU; Oy?w.s Zi8V7Y r%#38І((k@[G/>"^0 "ALq$񼩂JY-mh( 2f(p +gmQy9)Dư]׫RTk~+[O; ]h ع;uW:2j32Fyff]q-ikV;Ek(9$`0‚ v,3gS=cĘY)QeyNy-r'K*SUO%-picSSLmu^G3*ʤ)s_D3U?1hn<)wV)˪)My7m7]&];\-mh(J/md=Ұ],;\8!Ni5o_odl1ː"eV71Ec]M^Qͩ2ܩ2')6c،Jp6Wͦ9&}T:v=Sxƭت˓V~aϙםN]ntڍ59shouM.;pЌAˍͬbP7\|9)))/)HItIIIImᖾHQEnki^3`P ;1pFH7{_‘ùg M?}+rm;\J pG a4vFQ3*}!x1 +WO=Yqq"x +2{榆. 1'@{@bhK6N0n*?ڶ9dwjkJϭIWEL*11ayS~ၿiJ-F α[+ |4b٭rQz!w&>Y쎸u~};o8K{/mq999M.zy<6npCIfMV\!ˢ׍pd28//Tz'yyt:oݺŏvMڨ1dUbs5\M^%}=ccCTknEUY,ɼqx$n7Ʒ⤔#?)9Rks)s#eQg6y8xm kn/kydk_9ޙo\\t]v1nnabVx]^49@4 wZ\ƺ qD#f{AfffNNNOܹg:69ؒ#/#fZt#C)l ix"AksZ8UJx#W[mH,e{f nQ^3.99_̒cZ8?6epVmxڟmMz^~1UGޙw팃fx{~،;/;4hrlFUۨ4ʔ^uX ,FDٺ\.@Rj[5U*a!>jupݻ%%%E!xW#/f\|;eU2ilҺ2^d88\u~!%(y1ӷ1تQ0p~hi%ݟ>=acNJ?5a &.àa)=jg?A_7ܻf>d\=,ʾŒ +G8KF =&E^z6J'Wrr2΀tı?SP:\:>! ؈ p8@RRI!)8#ٴ4DC\./**DJRXSS`#cYYM$W|]e!c{m\Q^֬ӪkC_Ta1fm]ufMNלR\0_T e'h,U'ܓM-(XbD Ϛ`5vW+E)CmIR}z`/OlG`'owm}tYU +En90xlF26̬47v،+Wܾ}Eݼy׀1,ȕOPx~~˗q 0,C`EEz0qHee%8RF8a# ;#EF@R0[`\5k5w8nb}jVV9,Jo#z+TR}N7(:m֪b]BNC]n{K7hiVO\Y_,U.00bٕ4dspf6y8nJQXq"n?O|{nd\9Ӝ0tnV)T0>Lr+;|V sҩ8^FF8bII L<@~cbbbVuuL&5]~N:h@w3d8*--p=nRRwEF!1aH2 kή0e|%a}2ȈgGQa, +\u䄁s5)w̉dcfcfYN?ϝ$ԨJ9Y9Cw6AiZ |?6ʌ&ŦE^s@Fۯ?#}{ھ5ӏgCg˒{$+2VHFSfr+9W^``֟H$r+..&ۯ"JKK +9 &RH$l6(lFW' UayQ`qll,]G "lƢ"kΐ2x3pBh^| 4\J!s6#%# FKlG;s?ҌןFDL58s,0tU2 s ,kSyWR~YhۅO镋˿񚙇}3{mڇ JSxBFn5,'6I! @ߔd4Mf q2ⱓ XHv胠Lq 8LN ?@^/ﭵW|͝zt}2xȈO8v.f +y(DT[\QoάlzGU\蕁cc:斪} RWIR&EN_09/|XStf)dN!u*d?YltOo<]\ O~bߺ5=h]7GF8ZV2{V)QU +8XPP #- 633!~1vxUȈtM:5d!\u12ȩ{ST\o, +ꌥ t=0p%2phJd҄;0_I"7#-rhWegWU%VI8<SWrK~s$mG<-&fٿ}X\7ciLf;=2,euhˇ6HXuuu0{.agQep;Bтf N|[6cju=%d4F ݂?I/UdnյI`rJ$' &'-z,k+Ϭ%t?|(8gvtK?H—_?zk!i|NR4ZLI᭖=226AЬCƶ5#V^^)//DEPCr !9~!F LeѦN3g7?6c}X~(?E`3IQJMv6՗]1#nqp? "gΝu2<سePfkW6տ3'ʭvWfY?}Ϛizsb5 L6"#(oUxb9۶B121<CucqS j; NS?V8NE[-uwj3=5S93!rjbTQtqqTy2?'M>(8m1HlfQSƶ3B&deQO6 -OS~v0s/lƕc)GFl6ch/e\IkI |tSAE[ڥY!dkk+lFNhid1pm>pꪋY!+is9p$ĭ#-jW R 2Ϩ=# :qd7%,|\bnEtkqzJ$Y15!bBˏļTE1-&]58]R64qxحFu?|-qO>ESwNF{WO?jϟ4H8sRcdh;2\U4*Ш<ȮFU_zie#f^WGf+**HQAA= gJ[[ZZS`ўT]mV]Ns;TAf̫Gb3t gg(,ҪooI}M9C-h;I9%n# [)hjh*ogAT7m˵e7rʄoWN=΋1j$4%##zź??pnm]ͽK$D*qy]H$/w`GS3n%^/ǯ(E`9k8d6h3ct-ΠU֜{;}ٿY_N(rzrԤĨ8s#!zef))i˾ٜ=Zvsh E 6VS%>ӻ?$w7;UO=+&O*JF}z8ȨUefdMcXc{6wfssj{0nuN+-w-$1XI_ Rmve.~cwqǸ hK[jmDn[P5.r  Vrq B._MWotz-@ann.O(eeerA8` VˢlhhFtШ8.{3' 2Q߃y y5ѥ'. Gn'DEL̛(x+Ss?[z5͏Fcl.=m 3Zfs|>>y^YXzgM?vlt +wOWmtBFNfROB Y~dV>+ i4!9aEbƝjI#Նhڊfp=m!K $eG(j$|٧]3w6 Np8زu .r 0n6G]\Ϣ.|Qq7ur"w^ +SbqH:rIq5u1h@#~i3*cL>-w; A.`ǭ̦&N]__o6aB[rimF<6یV^ҥK7n$>R@Fb3Zi앁3vW"a9X2$ |)?`7O +"\GNKEIY/_OТelR\<󌬳aފ{f蹭{|d񣓫fơ_ߵ9g +ҿ 2źw%%<(Y|[~֨iiZ4f,mnݹ5&.ĩqqSM +U,o\p\K$YY_g/-|Pȡ/_uÑw^a?ρ6ggeձ>!@$G$`P?1yFn47d${vdTU;V8E2p!8(dEA*lw$W|cxɷ^5]9I9%!rjr$Qgp_{Yf}Ft\iP=0khFm{sSbjxx/SD +fU|O߳kXȻ'Eѩ8dԵ^|[7/k׭}/\vgcḻĩ';`8~x^~ޫZ|c/[ 耔__s~߰>..n;֬^sEo,:񑍛6" Ih9wf?<|yɽ-iz 5׮ްqaBF-W^+(#Ά6߁GϽeo.۶}[LLm[lrܹW/CG@ח 80Ҭ6oټ3gϼQF;ql}ǎC;e˖?8ox4Ϧ*jMG ؽGyX|;6^?[=,=bø5bsq=טa0rrr>k䓤iӝ][_.C!cAF؉Bŋn{Æ Évp2pơGnʪhj.oWZ)~b^R i#-"dJDatS_7SWe&{G~'ٍS;N{u-6X +BޑPI $H{lFSUfFmzoPa%"}siw~;r9W&JٟFdN~_?YR'1Y';sl3 +gdcd[;Ĥ^gWg:89UČ"xP~IKr╋`yHfkodY.\'qt + )(-8t:::O>A,RDͭ[}2"F  7~~9f2nf܁Ǐ{C:n}/Џ-vuR4Q(b1,""99\OIYIpHpwo7Ɉ &o'O9ۥHcd?{? +$* JY?ذHb& Wvqw >U5UOfzڇԭxhH)ƥ3.H[IT*DFb>W u#Nd\ m>pD5JRL69j5\mPgGŮ<[~<_rᾝGQڀ?* nAnP8RC-c&"$py\4&4Pew΀3:Jt~T^0IJ~)-pt z]m Bgý]Kstq,,-|7(@DPH\Hy3_;k`O=vt; \ַԃW[Y[`myyH奟ׄ 5u5w>"Pŋo(;~1 G( Z[j}|/]y+3 0 <2+84')B +(ySޡ +Mem@u} 4ȱ#|> dOH,-#c"$y>sz``NTF2 P"}gs Ke)JiwO7#933&Mm>pc3??"""*++qr >p6fE+B9҉vz~@sWUs=g +h" rV^)0{>g(Rzm>s] +*Pɕ3_U]G*bhec׫˸CwSgPUN.Lpܙ3وj7G䳩5N~qFilmʸxbjz٤91ԁ1XEmu??LZU1I4ԀRAFJJ`*Gh#UU܉YJ8$oRz{ˊMM-lqgNnN bBq@(^քrL40<jli|A3Pj1-phSRSdJtye9QcbqI1tpqsbV!B$ + L&;2.F *3SQSҩ)VkGk[OF9d@oƤ1j9_R r8V$28}|,p~ 7n +­1M%-pVΦ~-pkCJ u0FQ"OU㪣Oyf/QwYPlb.Ů"/R>}9n=W@TO?P [S)apgXO;?q`;m:K&5{~#igHg"+;o2je|-% /ƥUzڠ6% MM&KO_̴” EZ޷jI)ު&2;ite4IY K +"E^eY$SΉLMJ.TɖԄ$o#4(v[~SSSm]mWWl2#$ ]Y8_p )si()kV;5[TdbZhDԸ.kwykdIk6Jcc*׭xQ{z gK S}1NLh_aF7j57;$6Eë719)VSf"HΈQiz\eHkkCD.YWm7JQ|'xDmf3?0;? XQ_Kg\3Kn󜄝's97^éOm }#oߎ=sg{.wߋ/晿ghb+|G޾oUv26xQqI&`*5 +\'eI|J*HXZ =n7~`)w{D L듌ȸ@FjWfX(&X NfPylZcC`* +x{QJeee#Yg@F;{C:0_y`<<<1TFY9ٻ3Kv2y_)M}8 ̲~f]*TsJ\Q""oC8 |$}X(|>oy>_+9.1X(vvvuMM3Rt<љ,p>s=#":V,o%2M]EYuF>0jeJ2jR6fKD_RX~;bgvP>V/Hp-vP_O_jCG>>G Y%:[Jے8Ǘ^>} 5j-gM@ΨUeBl'Q& ΨSuSSj1eODs \Mt%3 +gi PXeN0gųj-Q +D?@QQi .zTY4z0wKHHk@L8\ǁ("H1Pd35"Pj`3 |% +͏H#N%H\i60 71R E.k>Bޓ Fsc,B +r!=ZH!B" (HذZ%J \U_Gv'T +K lU"ݕd"MGy;>#c0ީ)@dWw~t:,p3χZ[[CCJm dQR1[&$zvtCoKmSdR~ݴG$%X"qy;-1"u) ㍢!{Wb!o\Kߊ27AX.&j+]+PN9J?0 ,=g=Q(]t } qzx- g\Y+>3JhQB2&zfjKXos>{`3Q, @$>DZ,|j3(:r빇^-?ط+:!?ިYz~jüR3'W +.!l +^)Az2zT'lޠ\D\rTq9ϯ-Y;GF|~vvvY + +aFVmKm}|K*J>=i~i~%66.e`p`u}KLbL[{ǡCN'df#2&_Jyf@{w٩`ctb[{cǏGw:/^ p. 0৯~~gϟͼ )ײ9tw/w;;{'{`}bR@kg;*PP\;qUԔRD9yꤕUhD聃v=<w:f +ilnL:)ťšᡖ-~0 ^TZv llktvqѱQ EwtuRA"M4d:Ԡ2`A!0s FT,8墙 8jpuӼO~:11q҅c6:z:P(AL FII - BrhX`Ͼ\\ TT~0(OAd-&>C , ZyE=jU˃,@ Ѓ@Oojh_ޅ`0m(sX\2[vswSk 0$|.\Mb㒧o 'PfB[ÄݤGkG1'''#>! 8۳lQL)Usx3#Y;T{?}癜wxKB˗-f; GPgJ}ŋo(з+~P^?k ;nwg*% 뤀l@̚.(5B@"q/342XhC`cNsjlٳwE=+$˼<<7O+*u #zV :jU[_:26RUE#fp8;;"hF4(#"@mm䶿'JzU_z.\}@6 8|䰇RJJK2ndxPd2A٬[u t^5M5:R(>dI{'{3@RvN6$Bedx|2?>>0,"܅s@YkQsg@<gA"F0yys svvС╋d )uuٷA*J=dh:4Z :?x ҊR(ݶZ1j1F陜\oi +p,((GrM^(g) " J,ro,(;to7{9ϫE("Wey{J-+ ʾoI1彿oQ/"]V(2Mp1J* >8jn1.eML(u@Fz\4ahǪ *Rg'TZEJTUl%Eŋo7i + Ef:RPG4hYD&1/"Iq%-(N-RHsPDXJ*=QQ,Yi}J.NBw냃3ѕH ϴ^ϸ8b +:+8A?*z-Aůշ\Z ~C]vE{|=4Wtpi<7L6\e$7)A%nfC5UIǙ2#gHUՒcxJExif1V}~Bvb|6͛٨βOjxv=0mLb avw^z A鍝Lwd_qޙicRjdItD*|&stCt\ "A!#{099IgNTūfu@FoKn֘O"=#v3c'q*r6UVUFT.᥻PiE %m܇K,pfM޹ 5h' +Oҗ O(!םKw.^iG8/+M=$0ޔ_Oх{|"oŸ#ƔF%׆bȨ#& UTuV24PJgN(t _[S;͛&݋Q +4kJV: B"S&I>SefiQkUAMa_jU?6e|O⇧Q֑MMMbX6U###%%%[8r7G RI<ڻg+~z`s~#7+oTQoG5Y/Ǹ|t[\ڈ¸Fg%*X7:^Rm@iL##e*\#[9DJ5nv튍6k  M[{ 0͞f>T 6XRT#% tUYDpuY@,EajRL)[D +C^)pjWrsòҀW(3AQ2xp㑢 +)+2)驯sJ qz{? fggoR YHΨZie[@0n"Fo ~oa/xϱ[6;J>TKLZA,EjJN4zT60ѐ5#+SG\I祈]eВWaqUW[;Z}0hpXaRvյ)*dtpt??0O.E\V@&& &&%Q)SSR /_fz$7":"%%?!Aɶ~%ĝ9wp#6>6dpYuYIe8k|t|4*:߯o5-urtB2 .]rvv43?YRւ:66K/OKOklk~O|bT*MHnnk+gTTI~d-̕+lmѼ(u(yM6wAl_.߸;;;e2i:66FMmh1hQ|8(뻕>p󁳦m>ph8O,~bA+kwky?9+ۯ$b;"vĸr[R#I,p~gةuT*S!E`DTjI\3w7؎ف̛nn?ͭ^^t]ׁ*']H:`q Tmm7yk6ECB'wrr=!!YXZ8;9{@(i奧"NY9nw'NE"=x|#CcCNc>baa7HTQSWg}:<2Cʞ={z{O8諪X64I.# F /0pڡ!^55>d}( 8`>HLqv˱N;'8H&jkoÏJp33dž:7o"$>.ede$IМ 9yY4BBB'yx[̹3FF:v xKW/qUUH7.\RbR"ଢ"":,jU8svu``O\SRSRa`B.^;Y(j¹y~~vrvx~~e>>4-"&u?I)mm+k*up@(dq./UD+%$%$_L&$fgɽH+8W_M 6 *]V]}i(d.А +ͤ5EF)uJg7b.paϦJ4Knϔ}| +<`mm-GؘH$jkkkimK GM%mSU*@ e8M%-pOKf,J%ao6OOrגNcW3aG񓠼.UXnhku*F&' XJ"(TV?bNMO&XJr79:6W!3 3 tAp*/8ViU"TTP:>0 YKIR&Vs q8ob^4?93)QHŞf l&$&(;ۇƇfg:9gyhyd Y+𑴄ogOY\R\ l;-*/B Df̦&A!AkwR xuDk1|||ssr4$ +eBib'R Sjjљ$ +5Ց%GOW 9Qw\AE +amEAZ LzL%7jlii[6ã-pzX鿵[|ହR8sm 3BXiwv;?#v_?z+c߉þ+WjV&LQ B5UQ+ X\͗#cM-Olti2\d2$M7kkghd]I^q}]3ˁ#0;rѶhi]Y)ʔ1@Fz3=IˊZf+k +'-3I!c +?=s `qiRTbKmSWdj=m9??oooo^r3ƉJj#:-pbjC&1 8|mwF)2 JcrV]jrIئ&|!zΏOQ~t=aY5Z&' +:MQ rѹ?X9?$q5 h.(P30QW$; .UHFWO" +obA WE2*YϳRjNi4id3GGGң:3ŏێ0pEፚ3~g$-p:>Mm*< I<M  rlU{R>+uW7'235jHg*=UZ + 4ԯ͗"#kjjH$sss}l!w// H$zTTjsOԥ,p[ଆe +HE0_3mW]1'^Q'M-ƃ^__O$J8}ژi +..ڕ8_pp됢P"}egQλ_钘JFƦrƺZoj֭,29,*@,]"hoܤҩ%qAifE$x*dmesMڠVgW\FXYT%+ T-)WtF9eUe#c#$@V^Q aM ;?447VdʔbdfQ $eZAF-YsK2/Ϻe*Fll&MLFNA}6 #d.y,mpOw8Z d2 ,7c0[.//ڵkz ^ p fh>j\xۯ"wd1>Fpܶ#ǎ:**)1h73'f&zD +hhX蝂;ޭ|P! Px I}wItݩaM&Lqn\M hPwmcm@sv~zu*@uIQZiei욆_\_>KiI 㦹Ӑ2şRU^~^ٹc46?ǟq-d@vvŒP$ >\Pu%s>HץH+,(lm?zrzj +0BzzFH/ID7eeHP\RꫯR!26ʋwjfE  }o/“/&p#XI`ܝ~@7%-ΦSZ4e><G/:#Wds`şh2£8"J|aa|%GyŁsfSWi[,pdOΖpaN +(L N$o8 9=W<2g~ȩS=@'?y~3 1 +pqis;@DFߛw왳g-,-G..6BP#Kd=bsd?ZZX&_N&B;QՋ +>lcgcvl=>ty Ⱥqx\B88:GDğwvqF;$=}鳧Z||&@ij(!>1ɧ /hZDdDdldDDDhDhL\ EDO>ޞz-.":D "*[| 7npuuE DEGؔ)ȈPG=gbQ>dD} cҊҀ@?`Mu]5a^Dlms Q & +(N'|]6cbj1swwz *8ͦعxdܶyOa3M= \^vڕ#袳5%6e6ցfA>)zl{'7z#ffPPkD) Ŕnn ByWVToz96>)'7=?e];#FLp__yeyFVdɺ:$N ri4[) UU`(vm0)SYU%c\b䅆W\ۿБCo&XXTjkP><"8ɛ{k~@뗮^p#<:BC"b#ne;~ y3&P?Lҙ4PFE}yg"<d>cZS_W?77"hHgqSܩ߹x,p~ + sa3fyfSd#>>: k,E>¸ Fs/D;wm}f=S-'/'ZZ,tFFAYuMuѡ3ѱҁ# - 8:> + J +riLt  I6@D@[:Z4a1J굥81FJ41($hV8 +k P/(`toRphl-:PĬdL0*+m[gA&Pa BM SA$@~A܈ad+Bb3&u u3ȘW왷2kQ8^XKɧX8Phs?t: C~ƕ5\&>cKBQkRxUJGf3Yp%[wF2 Sk=(3׭v6#ՂNRe#q8I>14uxx ,u{T⏶v#,<3sވOj8 !H%ĵ3RsU@FQ52^hd(Q|ۣVUSgЉҝxgG4o2kB0<%dMHk;TAB8K7"=HWk*gkuuumjccc}}=Ǖ73 +乹5,p8+,pV~g pdw-p3>8J,`(U셩:@Fp(:n6ujzo93Q(^L42hCH4U,ښƤ&BdDoPiLGOL]=/^Û㥤 ;YM^RrV0KgѡpkgkW_ uj*jMVYsC!8020'3 lrl:J WFU&I铼Id7ID8Y#`P*,,)+d zJ<,(g9$* E"n,1C[l(%4+SfJǾ>AKKKgghΠ?#g2d2';cKZW B6+; 6ӝbE:|9͑A0 R xyU J  2p2@('6mGH?`vŦ UJr"@E!mj)H.BT҅ _*J[1#Pi9~\!oj=nw?ȿb؄XV)$<z@*JFSYC9Y!/ +RSPefgp?FShV 5d*b #u*WD=R9Q/rQ!|7ƖƯ|+MM,Ɔ&h) rJF^ѡ n KQ "0\[%i6JQ>1'j WmpOw8Fs|*J"6642G(BaNN^F[o9D:o_o1caaa tsw;q◿%"J ů~u+ Qgn 4wowc֎))1q1f77333 u높)))[AG `}ޞ733ӑ,zZCko/.]%%vv>>0B:R^Xmckt5kWACs +rtؚ__dIHL@ӉUuU|5jjZ* ,N$Ơ8??ZA>᝻p 49lϦ><766M4Z$*;:: nG񙙙^??gze8K9,&u:>>NkT+uIZQݨuD,jlP,M߶Y2!1>()tj=A4G"q]PBQdo>,lig_glblgw!K''D._(()HJNjXF49:;nWb}>)!=>j{%JɞƝC3.q%:z_rGW7Wε4}&:6񵍵w}R92B=vB@b + u@i".2p0`a_XZhuĪFeR[[-[B83?sYH}w oh(.-Kħ"N98 8es)qt\;x3:lVK# 0?h+-t+^8Qǝ;vpGO/ϒP`zҥӯc0H~AV˯&[]-jY2j-)͖ )[M@F _7DƱG(8mjWWWvv` -p +lso*N^]]PZ[^N)/,^ˌ'XrL*QkK)+έȝM~S_5؟Qe.JN!Ъ*JR*u'̦j}*ڛ>#.QBJUb(ҪR@Ie1VVՕxjSRS<?91 DJyxhGgGxD8`.<*õXެVZK-QuF 0ġѡSNGd 0@H)(5 =w:  +r8~/>MyyqYIZS_Y5NS J +dBOo +q8"YnaqR3RB@ +p߃1<80 _hn&U0?'KJi` '?њښǩa$z^s6:9 +.':.8oxl8>1TVZZsrluoW93M*pTyem%WX\(]{yf+k*:۠P'&6/@ ,vvwQǮ_K܋/7̀Sj!!X"N}Cp + +|)㔜ܜ{%a͠MpC8x2sD`/,)idž1AeP"DWݱ8u;t1YMl6{ppd,3*xg\.\ȱ1x?gkmj 9XZ;r5dT,fNٓs#m(ܟ5ɘCަ[qӄ='2!:Ai4tlU gm a?ZmA4Ep_7! Yp?>r"2L(eHsШm~~P +Q~&:&nD)!*CȢ}& aڑhN6&t m£BdzI8)vm] + :r1.MLJA^ +tP rH[ȑ$3p%htqgDq<;EA30 X]HΙѨE{M}@NOO$2p5YbnIƒI23_`.JiaP*KD/"a秗dcΞ8Ȉn\O;UZfl{2JȈm7@ώ9:nQȜ 4!fIk:E(s7͡tY:<1<ŚB'"QH Vj"}]EUWE6dFL!sBv֬fDU,֬sas^1Dy\^"6m;dسٹY4AVm(Dρ纕hCBX$ wSg'Z) sRǕ8pCΎO2 k`2|P6sޞ%抆ad~jVtUȨqPQ!my>k0p4YM2@%W%zz"U;^dkȸ%%!E8["#ChlcŁ&$ŭV1vd29]Ⱝݏ(`d1 :kwozN}!geYU@t!36殇}v.ܛ*H0M=f읁1ȧ8Gc2-٤X6Bã>8HcKmQ?cr|1〓 x\>Yly L_CIYEEI=7c ѧ~βG<1c3*y~Lؓ1d_b7-kPJjYj5:ByΤZYeؙLBrE".DG֊qV/!^LÏb"+k딬YyDmB,]!QX,!0p6 &T>35™:H1Ǧ*fլVW |F2kCռuP岯QAfUYN^܂hqVqEn6),jF(:>"FGq4!a5X֥ȲJ'@c{-F7+Y`QnD8{jnRpmeYqR v>ibCQBe"\dWwkeM760p;0p4)Z5W.c3p難ͨ2pD>>*-J7'@b~pS+jt׬htFڠFmd*. ߰Z֚h!Ϲh5P }t|)eJF=@6wmF٪ڠpKzTB(tKۛ.ȏu#d.`i4$P( J/977w8`,:5hMފQ32p=g-4@(WfSWv2h* W|gzf3ۍˊܴ:AFBF5E qwе +K +qD\ʓE".Ta7I3Dz)B';Ox!`irvޑy.&P5:9 +xg2&&&f3L&y!9wm 7 ^ʘFf3vϸ=g2:L~,kE()߫Y>*6(gO+:^7UFltuV1VTeL*EoIEbM//>{oa] + *T$Oxz\T^ ҏӳY,J%`;;CBC3vPXЙsg""#ۚi08$8=#W{ в2?/?Ϣ>,es{suC5<4*4)9i:^]]_dhx}0OwUZ ]˂᫻gCkrA`~ZDp### jx n.8ȸb&^8ߦoSOMm] G*uww6,H 1pߦTW|lU/Gަ>Ee3Y1Y-|=èޮ ksO}I~#On|R|=ʇOEFՏAx?+Og]&<8Ƕy_|OW74\wNG_y%G'~oo}s-7_|"tՏ:t>r?Z gG%SG(r۸ԠϫCC"?%t/~sﻷ_xo06(+<kN|\Y] @'5+#*:*iV^A޹ >HpT=~z6펈x$8<ϣ񡡡յ6f(?̷;\mپ֑46wCZᔣ|) pT">1P8[sr**UmŘA$ O$/5g?@HHLLӧ"ut{OCsógUUUz֣x1VR$ 9:|FBA$p9(kΒ^ʘFfWy=u mA'*2Oll(\sLb[1v2G耒L3F"wC +""PlǴ`0-ޑ~>Z :R?4$vg+(l"v:fm0gm⬍nT J.gQLj-R(|O&w.{]Brs{14&-~|GwGԌSgNEw'{76 7qrVnVxxxYU{N~N^fjǹ;A)'~?N96bsG۾|(Cu@0fqXTL.+(-Y\k=/q/+z~1 Ȣ e0JD")d?.fmg<ؐuQ=šPyI_g=-gm2r]3 +A =n2A,m|'.mD-Ķw<+*lh,ġή´ꚂҬrR]CI{guճ| oSSJɔ8$VPvا 7UrDLoNe.Iθ?dt^Kn"W ہG%܌<1o1^d{O{tlԔZeղtI*5Ļ7˟arT7tY(s& Cİl(\X^訄 L6Qge 5 `:>FS@UUӓ%B@¼Ơc#Vެ_T.BG@!]R- @s9h5ӿo0CuQ'`2Pd?N&iQ>%m0DrI;;7 +38-zff,m>].hC){P6B&?h0 t0IŢ> ~熛׮}VW c?@ѱ8Q1qAAUy_@!_$ID/y;!!}u8\[CSpoOo}m]! #eL="--atS__L 4U>~c +ypn71ӟP2&Qe*A=29wc1Jɺh'=q7*E9C<4X ,Ysi嗮XYcnj5y  ҨV!T9BJa=N7 _%md2y;gnA^uWxF{bqBQ_bQ!/J!Ivnμ.t5Q'0H`ZN|@@+S N]|{X]˶gm_SOcb++˾|h [NJ~68o?o|>|Ŷzx]_˳Io4Mg#oSWʍ0p\\KpX $\y=ćs/">V" E "6=<:iPA$qx#/oSU/q:đ٨5m9iT3MZIŴf$Ґݼd,nQ"@q܁x|ߎŴ|ݗWMKMOOԌ3E4_1Ngs?)8u+(| xoܸĚ;zz>C'LMsOvARlXʣ;YYIॆݽ%ؼ`88KϞ} +L +R&l-GJ^O"וT*fmS*%"3p"㊰rr +g ]0i ŭ8k>ψ#|^= #($yz^ +,.Nܾo''=|t/*&dt벿{hk犋3~7U@͡p-/^:`)~kꋽgd%_~?Ԙ௿<'Q\\1i2\ݱ A.K%Ox =$ؑo+d 7(H$KKK/i-8ՋƆJ$֠234"3nXxE2NL"θ/MI|mh, U7B=IMk+r0T{+r{:j`b` 533 Gh`[J5AskEk{Uwo]}cS$5q`Ox8Y^wwmgg5+[kcȨIrψPs vR@ ;E".DU_BKF˰r|5V~2ޭ݋I",ejHN4Q4 +_&AI 2:ҧhY܂ZȈõc#ceA";vT91D:V Q*A74#}\,mdmPDHeU{a2D +`rdqye bٮ5dj +[Eb ';YRgK"YYygU_WyGb,hH"q'NY!2 3pzTzdTq Z4}{tGB8 ZŽ+%8h*zU5U;pV>*e)q F#@6S>ӏp4 +[:M98j6I|(G;ۺVb )ó*tyajB`pmNri5HmfxNM^ƤŝzXyw:{WKSc8M@I@$й +脙##f0qe+>fEpW(R]XA8M A/pT2w3b1ښ²%ߐNTQIIQeeN9eM:8;_7)2r:"c*4NKlc\-@!(G0iv)"XP^i$3܀RT.,r8N7L D'2:8[ &Ns?%_]Z`!IZ]rkU^Vm#Y^,%3>V:04Fd'yNɗ% +T!w$Yvɝ;,BK[IK+3p^&{'2X*sF]_ؤ<޹Y~#0/)\TJ)(oW.,oX3Ҋ9mcsikGIٕݔFl hs?+oJ2Z04Iuн'%3 vY%Ϻ9:7_;Uւ$eW5REFhc/9uZM0d>d&.a]sVEShVсWc|d +8"iXVR D"q 6g>8.wmxMc&t UDE;b&i@I^dh}-=MVTEx +!\;T6BCs*T6̫rZ'ኌxɕO}yľ?ym7f@vQfqS'~{R|B#OnގxWɔۃbR|~K@y؝̈́^}P?2 "!<13W>u9/"AV@dQ@d 뾡|}/6  +80%8Q^'_ 0q#|BzߎMyWw1.ytGhq #΁_ȼc$͋VQfD"qppP(DoÈ"O @LT"ӠV"I~M|mA4lB5zTd0wbllZ(O<g.ڿ>u5u;*0)o^E:go]N*/5^:ymBhyW F"Ӄ҄(~:kEЁV"; V η +wmx6;8M !r311a4gxx GmI#GLAmr2 +wdi--fӒ f4ciKTVp3(wܚQ~Y36.iE wgVr;>~/(i 7;'6)_Ii'2+ۉ`.;->qę;s{KppBt+(~VZqmސ[101|'%rZl@I1kB`(pgC<$򋼉Q"ڥj~V{rD/&[Mёa7444>>N$HSEc}ƭ81p慓ӢZ1O`f<^D?Bel().LKHOLxP\aTm,9%)$IB\t 8>IBFF[661QU4N̤2M+jswF(zͩ)G7|Ɯh\dvL`qJl/wp~R`ܜG:ƢܴVcv>TN͛$6Db)\9 sN@ȌE\ |Z:#AjW8ZƔɳjlAC֒O_UhD!`&2p(25#C|Cl[5# q3[L؂ja*4 sI cgq>2]$Ûr(l*l .u6:\+;w`x+]tVȇm^L~/&"1GFv2NfȇKLu1pƊBJ޶Uθ%2Ȩ~J}ۓFK{_[]W] XqN\ cf}ċu&&FOl + h 1UqK熇˶=YqUZ:bڐ.Q7Dw EF*IpSb”r<$00̒ci.y2KNYpyZ'!5%$0krwӼ +ъ8%!/֊@rj'+|}qlwce+{BxUV4qGb`GI0  'p g}Gl; :aYWQ27#6d4.Us zqC}"ZqsS m|53)MD[ԺVz7.L4 )>J ~~E͎6:IIlG[U{KŻA$9~zCmŁ9Cǥxt/RG0P;=W M0q3G,Zg&w$(8AYЪ8^`\Ƿ[Ze: bkYf5Kj^G~ЁjP3PèeL["gm{ֆ!ouwGa1A#ag6 !gejw$ E|G +kfCuJx1_ #CCCd2y1B.b\q6<92{5-rrё/Ur; ڤJ%_YML2=11n,5q'i^$pWt<X6V^ۉDkݟlϋƢܷoyrE.V-)[!AoR|ח?N%Ye2FXD#P7ggg6ukm`;=<k;` #  +3p9U=Gcb=6ܿs18>/@Fn_O2QrhT] >ѳ /es^V/erw*?(vq{{T +"O$D탛^|\~k_Tp=t{e7\ +V]its͏*?xƻ nm>~R X XW.J4^~8o=7#dAr?{}ǧϞ;+̃ہ J +:{:ZuaqacK/_**)xa[c\u +Ƚ}'NqY''+/֭[N+)+ + +-Mpޔ)PXY]9:1w7.(K*JbblzVNVvN6pjBli+eF FnH |)ݷ?0'+}Ԥ\irϑcXs9\!%.S9y9G'G]u|nW԰4iKG @!"'CD\y EZf@Rs7L! + KW.O{GaңnRSgNgCa@p(?=YX0OŸ<}`2\w ᥕ݉gϟx7^\`hr1;/?`g8 cPzy$QXH誘緖Q [ '8_5R@诙驞o+Q8-%wTw57N&ꞎ7Mg>N4LtUre)R^F-Iꯞ k2FZK&;J|~85V^a\1qP3n6:w\[g[hd(/g3AyRPrvtAߏG`:^\Z|҅JN&'N| n]Xdg/M= ^^d( MIω[o$"Vp?!D &gNLO>qY3| 0 +._2lƕkWm~$gex5V~ +sV Vڠbp,h4#2'">9|9>#ukkkQQt <6|-8m81pȳ5^]FvcDa4eYў1%*Ah?~`o}3-y0NK_e 6ڻ*`ʎN YIfh먠a[~?$u5O< D3r]8?^~Ch/+5gnie8DFHmYKxޝ)?9Ew \@fnMѱђIfNfpppӬ܂\kkfolNQ^cۚ3Z^A ]mm1ᡠ +#\YpF[{tnfv>Kt6MY9Y% ' 0q0AFEF[R^RQUOGo\GӤt2؇0L:w(% +bn rmϮ|3nd30py=gQ'LMop.3r:}mˋk3G.6uO1>(kΟ,'4]my]3ZxVL뫝̎eݿ Hl)ori.>,cn~!)޽`[GUS ;Z3#B{2&Մz;JtVRWDvx880(݂p\n+1)vvb4 %)3@P`qT4H&Nyyy& L jFjfa +:(Du!T@5 =DDE.rІ}{apC&\^@M|H+hnO~fbrZC!ٲ젳6F3p$qxDY`73p e쥺3Meout&v%$ Aokﹷ5LvWOf G_n~6if{rj&΀h;'L|ONe*2K&Pr#p!M +Bk"M,+h}4:믉ެfyՖ39jv`Nry}NpF2 vkE?&+We's11RU0fHdccE <ک j6R8.//CO^7Cgvd Sg~Up +fхO<'?z.o +%_mM.GF7 %(<^oa_Co]ѥ7 B{w)MyԼ87 /ܯ _z+^q@ΞGQgA1]X9t؁}F;$ϸKgmae޴(W=Llmc?A􂔹gQ[PG9 ,VԮ,mX$2~RoSILi"eԁeHR`ZFq:N'4fCoIbtl&Gޗ6F6&׷m 8+qEa6lv"6fC,ZhY-\MBWu}DCo"ҍVV8>^bRyy c:N8ql3ӓ4fsy\,&=hD8NOOO:ڠ'Х״Qi2)c *gϸGqBGc-V͕˘[M +)9&:}ue0pDbޢu:Ng̎drrȸIn'v!2nՁWceOi{/A.]Y1V,+ "aHɉEfTj,e3pVVVllෂh{}0|W2 jԛJv#k^ՊVZG;#``|D/ o?0`V;#MEUJܕfel @9*݂a#gcG>y]yjMXWmV{ѹ =_ Y +r^q t_X؁=)y0L)p Qn*@}2,WC_Z?.hЉTDqFs|#8z8p9wU;v27aSe"Uos*'+{禺bbW@XM=LdKeiAxFzJG_V-#R`~Aȸ~p*:BˊfA"*|a'Or +rnݾW4=i֥˗<ɄJ>:w\fvfBr\!W7}oʖdtJ=yt5?sVYP*Sw@ݽ1DkW3 ׂ|!i&"xm s/_/58Ϝe^z BKkOoϊꊐƖFTu̩F8KW.Vʖe~#laY!f7}n=N} wwwibXOLQhrj-&$900>/t^½M ]́KZZ Pp77YkC#G,'@@$HkmֆkTVqSw3*ʆ2$@Q:[ϫ2$zabJjKlsar'3R@>}2K1QX!|h(LSDZ9첏(qZ9Edr.#Gx,b5G$eX&UAƃ3p^_(@XZ=%܀h  05FCBϑ88ڰz%BDC͈D"r9i8}Cbjss38P-44ֆ+2V-ѓXJp߮ 70O˲ʚ'ڼytN=%qh4iBhڞ1 JY+kxZj['EFڼnBF:@LD7)’7 P vjA!qFdӑ HyAfi6 *:+&n㡯 +8wF!?4#o܉)5#ԩSnEeE]](( #q}>hxЈPݖ6Gf`MLMNHx2<'H@`Vc3-%d9w8Pebbb%˒ξ΢"hWbJ"iVrr. %2Iܽ8PRPFKK=<1 tS][=x셳7o,,*LL쫩J~4Hʵ+P4?zjII ~ԏ돹 +<ŧދ~7+ȋ8s 8eUeХ{\PWY])YY  ވ Ǻb0fff G5 &l}xuçU5}E s.JBjQ+vf\UўS1ӗ4zG|-Ļ;ɳ\.&!dd~TϑD&1t*28K5L2QugD fY,ylɂ \9I ZŒjIS. òv8I\Bi2`3ʠUfQ瀉P_mP BޥL)S)aFB }7ABtFH&!2F'm4cp RtʥPT-)v\- \< O0?͞cr>Ƥ*(G.ڢDk5jpY,K9NĂ)؈pAݘa) +T`4k +\E"\R8MERX+ AFBN"3j Π{azzs8 8y92vgzrTӗx>ɯ21O׭V_p}pR4Փi<CʬVD"vœfɌUdl3;ܒ`+Q?qg+DnY :EEA(Gy2>ZPkp(8E:(Y6qT%s Υ4~Ņ%%%0ȸ6DMU]=ɧuf@OQEiD5Sa4sasG7@9ᜳ'rSº^Q _ӏ,?zyyylt <48L {ǡgt2pL>(:gm2p{dFoaKd%z܊xWVh<@YlRv~mo!U@%}$+ s38q^m\Jn`lj1y1)IO+;<*[!;}UynBd"Q9vhhf3rCKp|t 1'>N8X v3_w&8 G'ASkjZ8/G? \H$ vibp?;NG*f8 H7$@p;\|r/:,oY,@Q +~++a6B劌. KE?웊"fBgEncg7qS+sJKrfYγ켪6;Ij^-!?6*{،Uи~n#Ҽ_.v"݉ٙq==R˒%((jJHJ7  HxGpU@ADQ*Te&2|pǔl6r>4T#;󌎍MrN5f C+p\I(r,bń Sjٜ' N] +eykk:)p:Z3gvjjH"Jua~^ÏXqG*pB +԰#4S2qkL?"wRRɝD Jm]mϨ_b +Mi@b4hq)+"sx˸.ו]J7ɞ4q'bk)'@liHj[&MGAarz' ̚FS׶bY+{_3lj5 .HJ*p(f1jZ@ RjP#:R-ɣ +ֆ}b A.R7jF+7JFJf6[ q@swQCG- @!.ρ@oTK١!t١9ٸam*=Բ%VtSxZԍ3=Gbt^A0Y'ԑ?YzEĸ?N7+VRc%L?"+ԋbZMhF(~4.ՙ8Y|X WDbFӪ8h#]G8t1rA"wȋqD8F,r${GBˬV-aS^pZ̸a8o MK1Jᗑ`@DQYل +Np>ws\+f.iSMf% YMgXѪT:8>˼ 141pD$ƺ݃lGHn 8kW$#9\(Vl}j&?NGR| }aR2c"rO^<ctDML@:E*=ܼ={x<-/Ġefe~~'OٻБCj0n[F9z.h$dmC-}嫗R4EϬnstdX#uk^p9ހwQS7&yM87X,GTRpѮ)-fwJ)p +XϘ{ 1"bf\6ΒT`ƦomTE_?JdbGS%oimjWlgҊ?=D=NF^+)+sG/ %x4<ޛ766zV+#īT ܹ#b4bF2 ++љvQ(p +lNgaw~^~p~]QY˗/z=$DpI8t8n@rN]|}_+:zeUe⵴ddgN]鋧UUP{e&'Nӧ)({W|uOsx|Ϳ|P^d;yf.Bavt}]8_WM l۶o]6>{um| =TZV4)칳Y[wo]vso^Tx8oЧ]~_VVU~Og뾣F8c6gl9|=Q|CVLt5)\^)pW]] xMUU>#0q->:ڈYVm<| +ᾌ}q#T;}N8yp)ݣV647ع'NG*'xc'ڳ6WXsN 9x4[Y o N; FCsnn7up?`L@{-*) vill۱{77Ν{ɑc~o^oo9} +»<|ۛw? Ϝ=i!՚E`m7ScѼqޙؒІp#Faa!c{m>r'Jaȕ)g\G+3J^Jy x 8byd)~WD GErVՕ|ҊNv3|>eݓGgxrxT{OSMf:9`RN}ep$r+_y&9sw#pbo&nwJWrܮچZjY]y7_$?|~߂iښY.]&uxc/>us@Ϟ?v[nIЍ[pW?rOMmMymd;T`J8y?L0-guuPV\}}}p>=3yFyB*p={gL|0bZ1dq>8zQp a? P 9}tN0g@s=p%G z|xmnmvmRtbj7n1 +a[/^ uU5 {kcۚsPM] (75i61{lPԸ\-jN* (H1 /YڟMUݽP`p!Z0;4JUC jS76UW{?BCCC]]]]TZur8qצƎNԍI<4H1ѿ" +<>kBL8IeJIcYMsh5ebn?ދ?ך̴3Z$YPxB +Bafaԅ;+p?Fvs\a\.Woh_ᶂQ$ L']p'8y[ޙ9|1&38">c28ZV.ĘϘGg<#} qlldhhx6p!J%p),,0884ZUU477[ Оp_Zf45gDfD 6/3&i֦B/S_d3eFR)8K8@l64{qqqyyF{F#[FGGP(%mjsbb^QRH$PH?ri@ 32Q\NT4( >OwXs8TdF1̯_h*8@|.`Pn{^!@@.F$$̓pBO>'H;}p~jTEEt~ =3 +ME*pD21Ngkþ}&&&$ xnjRb|6p2#>cU$IVTT~^=zQ3認qS^{m^")̘6F#>w\QQѝ;wcE +h{m!3"Ȍˌ&CCkSsssܹ86:*pP̈@ 3zMq/RऒhŒl2MFfD XI1p33FQ>#g +p)ft͏Ÿs12#51;Z222R)fhP*ccc01113+ܹ8 +38ȌĖeƸ +`Zl6AONNX,MO,UVq,TiŒFSu Ɗk^葤&A Mbu&FS^o~g+pF晑QUSeL  j@f\ +hLOf +*K68ȌfP,jC. I2,_'3zc(p's^/̈ +X +˪0ƤFcI~ +NLLb H$3&lmطotR49H,O@&F*p 8M75A˵-] <N0 Dz!ΎQQ|X;;8`cs:2Uev.NL{m^bcE +>J{mL81!΁ Q|[\Բ05XZ&gFZ3YiDqSPP 38h#M凘q6#=8Md MӮ]@ 6938:>r1p Й3g?3F^a mlNNCfR8bNVB + %38 +2GDɌA؂̘8ATWW|t:ufBƵKF,_YgA,ge= +`FXh*T>|jO83M%n8A IMMGV[k׮ܹsrr2.Qxc(p#*pVA@g\֦C;"SP>S1,.+Zȇ0R 3"}F[4leVA# )p\87g&BRa%W*2#Hu& h߿lvĀb`;ci&(pdFn,b)Ld45Q}333 0㚣aD-IE5SoXl$Z$󏍹;GSfsSSSnns6h**pPj4&eLvcؘ6f;cQUUUPPDS'C#q17h6N l;$YQQkxy1Ws10l3ǁ{m`„ ד^&b]p͛*p +^6&*p8D0838ccTs 1m*/^t8 *pITSS385 iW8-r]Nm)|12˺=t%FҺ8ɵ2eW@]m.)u%p(8dzgԬP3YvR Kw9esYa\Qd@%fӔR:)CQ:OC ^U l<|!#2ꄊeq*0i YƄf&kXɜ1p|Xs `6Ld uFS]]vB6Sx֚KVe544봔.0tU%Uɲ>޽ygl$Vyʵ2޾y3>e/ +pn8)'c@mJzuӒf9RڠϚ^3u 'cdgň`զP]43#iSCmϚb%[16ꭄ$V}jN]kxj h 3cH̘hF!1 A$LO$+'*pB +B9*S^7lLƃ3'u::*&VRl%B9HD#k֭hoS%a0SXG!ŕe 9lGoHb.oi36R ++Yn|5sY:85D37X0X@FP8nU{kF%uZ,3 z SopV$Qp۩u:ꕊ3~xH6˜˩$uX瞆,]E=6ncɉ^N/>²ETbFn2*~q7 + UmSv3-qm8P jacnPLD43VW>P{=`r(i> Y?5}`D5) C}-5P7Q^glfL*csSIhxΡ#T&kYqBT ? Yۥ㇘|Fd1pr98V 3(pfc(pQ83gyƈyF(fg]֖k~j~F:޿Vx:Tߗ_}"{ޝ[5jA<|?}8s2ٰLOnoW)%EubnEO~zta|tXTʆ>Y]?Gvw ͆Uj3L>8Uv`FGgf]f0i?ê-|ų;v[ zZ`j^UTz1A= +W7tg޽l63kcshSآ52yҸYY9&6VhL@5?0U tl Θ''n^8wnUjՂ9r$so^|g8S7{C{~zx .dƐQ9fR F2~KDyݚ+?~9Ǐdڕw~~gm_}ݼ7reui_9Ν_<>0#bPyf}{鴣AL09JnOʽvO?zp*Tݾ/@\bhj651f$IMu!f-0>~g~o{=_t=9gۗ)f\h*A555/^ONT*pP4 +l-lVKN;*OO}DօOUV/~6낇EO._*!R],-ȻugygN^qҙ]}Pf=?W G߿}ɣ5ֽk/uOBgUeJ߅47ןTpdWgu.~Y][+Ե)pg,++#>|88jWm l͵j}^cƖƒp~{Sӻy4N?pr6tmme7-T+xOqԳ:k&{vŹ +~tH"[ec.lu^ޅ:(m}sҒ||ݫ9g7L9m>#Mc82o(.ĉI.8ŗ/-*/TaV{` Uȳ?u|gHg80+0UAqeW +ڰo߾ L&X A" +NA3B6i4;Ÿs1~eT>7sGO(_r-8KGUY`+)Ze +0BPJ\|jĀ0JM]Q80aȊ ܜD,mjh̪>#gFS+pa`==QowXe;mr^$·JJHD"u5Rn^_ VE`0mkM]?cHgMI%EP_> M!0D*v +\87@.'+ۡxyR(dt͍7xLxj.TYx/jTT cFa~fPyFch1eAfD 38^(79;xMeĘGSeqb+p:ZM2ݹsѣ^ p8ۗZZmmmk)'Á"FBaC:;;XΥIKGfT*~˗ǎ3L 0pֶ!+*A Q8D<0 ¢?x𠢢ruuu͛7b_]]]UUUSSG (w8fXnK 8z.CwRT |`brrD"lV^x+6L688H/Fknn Cth˩jgffC@pnJ$Ih慾X"op`}bPQiwO⯩DlLfYKK˵k3qzFSRr>5|,u  +"3 +-3F(pg +p,?}tΝ}ٝ._|Ox^~4ڵk޽o߾q^|}v/w_ .l۶ϟX,rxxW"&y֭gϞ }W/ڽ{7?~7`ٳjL +&233} ۷ΝmSNAP`м'O޻wH<ҥK`͛vVnn.\*#3#3oJx^fÅc|F]\gԫf`N>zM+p)ft͏ψ@$ƌƸ +TSh45EDfڪo Lt1+Gܷ?*C? +k4V=\T*"nz/_p}UC;N8}v /g?|`.P.-t 9 P# uC? 5,/n(@2'-$I|`<z^>wbޭ /f#(p"81G?i޿_PP}~qq1Dz2}kѪ#gfŌ 3x0#0PܼgϞlȂ#8n###/SXXhہ(y<^oO> ۮ] {KJJip;7if>#(*RZ*@y4p*n#U fQQxPAp*=]p׿5^]i`I3L& |dƐn3HD}o~ PL b̍Xhb=V̯gT*D@qtIKh 8xDR`:Z>} +/'B My?~\х>x l|`癙p߽{dG8偷[*HtQ===jLNNK+\;@} X#3Tj26j[0j2~D:æ +g=b(*pTb"zz8+S3MƷ|+i~~~,* WzCbfn4dV7)hU[*^3F*pHme{ hll^,|F{NF PT `&2Nh6hVfx ;ϸtx\ƺ&L0-J .9<оx1i(秊IţtەB"OFӪ`6W@z~jj)%F|f]*|ܤ<uf]p +zux 1t`І  Z# +8D蘿$ҩŧ i`=1AL< ug?{{JOww0h cvjmlojom~yL0e8YJj`c&U_\rN*"GS%ۮpX] +Չ@l^tttQsNs_ƊʪE\!< +HR:* ,>/t?Y#q_F#F+u‹feE\1LcWۘCjuFX^0Iđ +V2dވ#\5lk˚]HQ<*XI}572rV| fFs'^GdO }q*eLJ9.lӪpsGqѺb,뚳+Rdv%|_f4B$i BH i KPJ> +stream +xuX?ڽvF:w܍ݝ,BA&@BA,̴s{N}?ywMAYo~?ujzm=;;;mo 3}8834EԿe6_鯘|~e~?3LR>{/̼RK:̘_̿a_5?`Fe{&_ʿ eeu_3+_fEЫK_-]ZbW_0Jmu9'_0#}Wa{4/-F4!O$ + d{TGߴ_X$9'Y84RZXpKFrM0֮XVX7K㎵؀xiJL]*m/Dm +ۀgOw7 ǀ7sC#/Òe:xGL?wt;Dt :]nK>p&G?GK<ɞ #{<(aYadP,ć#%DdyFfyG)>`6h/ш}I_4 5_ltbrbsb7% @L?*/ 0 T+E# +B24!04 <(! <TD72<zx +cdG"Z&S GbK"_iDL4ZDJHlZ)hLZ)Xf,eY86 +R< Ee">>Eh<M KM0('@eIDPH.K%%yI%%xK:)d~"K! R(%?.)U-dW`i˱T0/%i940i9i9i9BJLx.鹢JЬA/ȯ2 +WP_F/#*@ f3b<]Y %ҥ`t !5DPX$CXN(◐_)DNf Ĕg1kȥd ʬ,yePY5 +*V4RJKI(eGI"~.Ǡ^-bx|^]hY]<*_ U K*T,,.h(D% DiϨldt!5PV63*W/l.E#bDZK%V)6 5x+#}IFΒ!5l FkínԴsNMnM1Ƀ_VRSv]tkF+PjmyovUzA7Y) ++~U{f 5T'jnly;}t'>6FSOL}f0-Ԁ,{/_aW Xk?|mor?~koy _VXy- +ۿJVھkl__eW;7wj7a[k\׺}:.syk nnnxw+{?fx~^lz[>ֺp\zOw}׀|?=⋽ b?/}}0蓝 `>o|s0CB 80GGxʣa8jND}w"bɨNF^4h8t1g֞Ys[{6vݹuQm8B܆ 7#(z'ћ.7_L| rˉ[+ۮOz-q۵ג]Mq#y͗wJyFʎ)naw캍y ~]w^ڶ-WMs7}=ܾ^rwn܁F< 0xT Xp?N0WFL"&"(C*#*͢c"hE$4Zl+u:^f(`'3ؠ6 Հ+KKR%V;&)`Rjd3 S넭 +Թփ׻ջ{#S3TF<'^ZMP{M(IMl%5|H-_J/7ŏdgfyZ|ȭ@* i,ۉh6++,_^ /ԅuݑHz袞(zOTQotq_$;).eG3A,=(TG ijP!{0= sМlg%F'Gx#)dX`4b ǔTc㉂DDp90Gσ!VkI$КR"T@Q,$"]\gYOgxZ{Q?s?Y{\Ҙ]~38-xoS_wg~٫c~77f]nsjV{ۿ\?ؽwτjwڽ:uwx{^cVo_Wo7W۾Nnryw;?6:vmqdk>Onmwr;>.vz| mw`g;oC}E7/>a=cuٖv!cm8u[e0Wr9_sʽ! su.7] +:Gלo(Nθ^xˣɸ͸Ƹ\p˝~߻K!4oo{p+x|S|ݍqߧ[][E|=1Ql_(u IȟuϷQ I0(J`qiI0?qQIpQ $ r9fA\2E-.7P :""&(й UVB;&Vd'EUU٣s2J2&6(]-EXC!Ab[e/uI9'˜e \C5Y憩vT-Y=Pc +4GW ;=;-UUx3|4gU$U LW +?;S@VAuPhSpvsp:$Bk%-48ӆZ##rA#_]*Dhb +5хÀ3ޙP҉Fvubbؠ%:S_g"Y%!p 'M|I_"U_ڛc%}hV"Kd>>U0-I I!`Ce؊ʑtHZn"f0 K2cy0 Yϑpמvϧ;?Vv|ӝ0z|ՎuM8-n0ҊksJH:uϛ+%^_b{|;^UV 9$5\$rձɟPЊĺXȷ ^u4h.?ݱUGCW Y{:Bv'֟Zs2bՉ6^^y,ߟ [{R7_3/ƭ98*YrŊI8|ȍc^A; B\Bmcs1 M}W{;I.\ExeĽ_Mq-]7#q(޺vdz3}kI{nl`Szza)`_Dt;o$﹋7裴#3KAuݴ*=S|;eJ<(ȣcO3ZP?nq1!Kٚ_TPքȎb9gAqEk% =kuҘGEř|^S.k>EH)DýrTCq39+qg/`C=gMl=Īh=nu.-sUr:^ϻZ|>4% ϔ@Pw$a\eHNQE87TLBXnh\wK]B-k-$>gBC?/S4" Nm(4SƑiK:8-~i20E !gt%[+Wv +;Qf'!exႧ<0 &>lM$W뫛!LHE/Wzb9 _[VF.k(i1J+[G>qFnXʼnPBepn86A +8$dh}P:$ dk@k!mah9$*|>#fUsr72׹)=q.Jw$| HV;>Ȕ;`Y|Z;Q^7HuI"s[q >DICj nVi'5~&?JSɓtSϠ=ˀ$(k㊴Pv0ttm,CŀyV985ʆ`J-* E2z ng4W&/_<{~x⩨#[@_P }]uS BoS:ZZΝу}vscvIX7g|۽^U hLYp|;/~58^Q$־Kp_{/*z)ܸtC{|x +g>Nnfs_[nos_~/=^_tMg MkNN߳8 >Wcw_z Kg;NC?{v!V89[χ}F@tUA[8#F>摜)U s X=_| DarX8'5$ YY$kɢ7׺2Jw iO˃FQMMϞȁфʽ72[e~+:<}wH>˖2߸R`zo_,qda6~K;4 +L}-!W̻fVxWdKܣ|0aiYYrq\+P3IbV~s8B6 ~&HT),9a !.5˫M_d +| DF)I4MHڅ3| M@6%FU&SR*?مeFޅaUN<^s[װMh)@eLN36xsϮnSKU< +5R+>&u֡12S&&9IY~gȧX'7ը!<^q%_oaPjcD$=QE4 5,*,@U˸m@0{kuӥc;[0F7?N797V0TgOD,+;yqC9&L48(qRf5L-*k'Dm}φ3'uslٸB; ^=)[gS*;'WkK:Esō 9iO~R.YK) s9Zp-fȹŸ4>`JďM㗉Z;Lܶsnq{;;fe=$+:;j{yBsr+B,UW+{3RV]ͬa6u pڒH?w .')ԋ֮&VK]UTwd+?261dV4gaN&ЯdI_˨hjlճ"j+=#mXDSԣ +?_#4AxI:lU:53W;+SR )jimO<\ޞA3uŚI gQUbohR쬬RsXt84k>V<:9k]78I`(={ʬ6(}>(;'˜mg-IrI̢Ex-);CrRQ]>RUpʢs8?* $6fqy$^:j\7ky6طy(b\Bhrb\!&ȧI3D,S,UZZ5탽y:Խ]l_)̧ ~;ke˖ņOJEe#yfǾA S#"_AwW,ͧM?cH—w?Cҍ,{a\:OPպB(hY% ;ָX\[ԪlI&VgW}kymk+t}!$-T~}{=p2RV^s_*o{gG=;tZ·| 2im(gϯm?ow\x{÷⧦\z>~ÉPv_9m411Lq`]3TxoM)pL!UM.0ՠJ#&*{ɿopf%ӏ0Ó vHU eyD.\6yD3?r\2YñNgZmkPw'mbz^S?69cAn Tz`ɳ?C*R/Dr%DWL)m[LaǍ<9'n/ks&;2td|F?zBfppdsaYdj~p +M\4'\&B$=tIku2ܘ d?o6':_(>ȁ|?Lް>{ӏ8'842Q?2UX }-3mtbY>"KVpNn*7{]x&;%^.)Rъ#w<.Sj2Q=b_+Y*8yQF>YoWPgʺ`]-iNg2%b*GC#s%v}/SzܘkUk"Wt4&(|~k]@dD_5)駟tkW#3Ry[KQ:xÅ$ }4E; j7C{n{,<{/-Q?5aet94>g^h1⧟~H-JC~`NxjmL9|{a2xycšnI؛[F +4 T alW5Z#sձrU(a!A'LKy:?3.$^ۮ&8[YHj`>׶Y8[J߰a]tdHcO8Ҫgh95mO/'S +)d{BNg\KGGc!hs|TiFύpbRZq;m8oa8}`GO_%nwt&*’9';c)"Jac%XreMz6FǤw\n.z?)L!Ug H" 1dUmuϭiZ[E'De,1:n1BF7Ӥ%VzWu,M\j*cc1m@~fؽ$IjiEkDm[ 2q[.%^Xa.u%^%V>__y$[z:3$Bɽ2u +SulƲPa<|'Ik^AuN@Zͣ*-ˑB> +VTs=%}Si";.Y7^٠Ռa ʶaj"R5ӨlS4$V%m !5tO$7!vMXS[z&͍ݩ̶z(Gџ/e-m}SLy_n<֤l +iS?Ciʞ΁iaPvk7tN@NS˻AvSTk4XVP5,n-W!nNV%-TakwJ49E Gq1:' JHU}B8@mU ꆪG]LPn +S( ꞙHOutxyL2 S{F:UT=c7;m˓Ǖ0 UϬk(jO,2cX5#-Spew6t)̆)q, ɺycqLMliD"qJ2ݪ_ OAPBv /MafV1=Sa<arIͱ2eכپ%ltp[k?.nwz Ά+~?϶M_x&6:۽>mvh;4?>/wz}m_tW +'rח{|>vx_}(_z';VXy>gz8|?t;vObهtV +@#!τYu$hPEc}P{| +DajOr,b߆LцsN=е~8" ug"֞t>j uQOGn oj5מqznBѻ!Ԗq[.nv "j㏱{o&]Bm^ʾ;w^Eﺑ*zWyzfǵC1{o&fGv]Ordx7Sb"=9[Qyυ.=wSN=8ps>ЃcF Λy;kJ8 0r/9eB8mJw{͞J+{qQV֔K6YgIG!^/"|ƜtڌtՎzَ +J0'MH,)lg(Wig0^9l)C筲/.XgpʽOT4#_uȁCלn\^˹ls)}%;{Wӡs)senls͂Y9e-*͐OreNڮZxǃqߧwoMwJn*\ \8uϻw=ҧA,Σ֓>̧5|JBJ1AùFl0I(8q4iIq0$g2px*8j.0YG +VfX_ +(amH_4\WeڢGꟂ,!*Ä.IRdc&* +uFUad 2!Q$-KB:$]15rj5EqMUbjU|3j=Ӕn +O\{ P)'&)t2f\=MDȦɆR3S|R.Z&Lld&!$E$"=]l s)PP@/OJ qXt +:MCܹOMܿR4ꇦ^2<=:3=Vj|1 +O.)˾0E3^d e_ W|//+_[qAQhX;EOcYi'dv +\>yUv[m"j7~@VP(78'(Zw]^c\^:w6 nw}oۻ[Mmv{oVwxmy~mn|;|`Xg|>.ߏw|ӝ o#{nos5Aˏ|?A_\|BpGB#+ ]y4 ̊aˏ<8|U'#VDOOD}w2⻓OF},F>iduNEp6fat͹g֞]s6vu֝Gx! ן[c4O7]|9a-6_JraەmO<΀@cΛ);'n&oz2ҹqY>Mu칝6fݴ=w콗n=_>eLy+C! 2=%zDs (OGO#˧MG=%5&s̄|ܔr[ҏ*3gX( =b#eg]l e#eC +*|*I&ǐ]X2hb "`+'S+' VM&tdzdFtx*C2)Ƌ3$3 S6t6S6GϒdsYbD @ c &&S/Gqљq̊XBE,"8bBHx Q<M!_21 +MBgUI%dI&fYlqb$![L$ѤI40RTIU eJ49GFBA49Oɓac 45|96[P-i(#H+Pӕ Fm&1E Dk%ʌZdKj %3k3KLf=a4JH DV="gdV="qTdU9dp7fqu 1Ԉ)'P8L]L4xTA3 &h-o +Zh˭V" +\a{T_ٞ/1 +QGAU.K:]`@](GNxn)OxKWR"zrӸkS"?.N}o15s|#"UL)hPn}/xj@/}kPXF?5փ@xeO(x]Qc+Dc^Gz=Qhnz(#]W4gQmT#Ni͔hM)/M-ё-kOj"` S,HD-OSр+6|-&5(uD9\Wޢ^ԛ||>0G0[+s1}0 kGlP}zIY*V*d'}%VS =, k`Ul.euB +leҥVaK2-Oj* uڀM5ޚO'tmS:SYH:uv}ZaDϮLaC</yrcWNW2 329/Kgv\ki2YD]u^Nf<_R\lh ӤCd\_[P_Wt;燝NUZTpHg~/g$3DupBẚc޸~9!!qaGEw `d0;A:ePJ@ v.C[33IOv|>JtN $G2Rc%F>GuWUd?Kf9?BѨZ33)'$<~_mS1wl98( ,|}5T(B`HǪ+sbtJY>EZȣ)mzـDĭe`sܻ|9v챤N.޽kGY;A-f]jX=r)A׾c`=׵?xpぷ8q=o֠U5E=46tAn]or/--6/ELthUU~^I1:òҌliz355DihV= ?-]i*C +(ݠ*->eݠQw -=GiGA.ǡI0?2,Rq8Ν9X_8e1D  @>~ȍAwzvzM>O>y`t$x0p|ٯWοz0ydX(2(?IL| ʻyIQ1#if\fO|.Q*f32zSkm DLU?BCn2ʳА_?j, S*fee<[t%ihQ.97;Y`}u>֦M_={e!YTW. uҌǨ&)'`VΦVC1nW΃'j=oLr3::*njQ 5 kiM3`45`0Sz> ϟ;y(h^ݱuә3GHp +<ʹu჻q5MJ|Yi)q}G[rPPߑKN>Kn| '[q˗6͉!+Dz37Tb];6%iyY ?վ=[Q.^:k'eg<^p}}*:^zwU"f،kKubO'(5]{~ }WFjٳG" +3U$ڽQt۽{3F၅nsǓw)/#a_tᆰ̵[k. sC)GپKO;O\sXΈ3%6n6 RʅA9 O +QA?ma gqG }ѣGt5Y͚a3>͊vؑNyKOjNw x.= ߵBCn4gaV;N osp=l;[`/G`(NlUy}8_B5< +f%#ӥv2ǂ3dBf{w,z>tD@qvQy%=+;OӇхwN9}0L`\yUH8?p_˥MbIۙ #SS +JI _YObFFhr4a諃jk +cbît:MѫUMJKJҩ%;w.:+++,a3f/ꓫاOB*˳EuI/'Gf1+sߩ(ۿ`SXe2*\)K4v9ZiӚsPCrp;/o۴oﶋO dgrEɏ"@+U-ݻ *˳ނшPPF϶Q!׮_=Gʻ$=EcW߸~s0}a G;cN=uie'{ZP]`.]881rbxsE oxD&;;+Q;T7)VOņ˻s0 CWUܼq)3=bґ}6q21 =RYXO/Xw \VáLژPJKRAs7_1#*O55#ÇMV&G_? 2?y22뚷Ts%Eiٶ(VL3̌;C7_w/TṟRHvcjғ{7K}m%Av»eޠ;(LT^0%'+,kܶzb6!'֩(QKkBh9*6bX410#\fYlLkѬ)4*2a3kܺ|t[s+n/F?&y3ӆN΋Η5չΗ渧j*sQ/FVo,#ka~ld;1XԀY^NOY%PK~̺ˆwN6\t&'>gVń} +a +:mX.IZL*ff-cS2KkgY(]&\JUVMjY\=K5$e,$Z^Vl:\jBO_\'½'"^{DbR(˓zMbixp/LkZzʆgZ,ѲD岡^~kgq +;3-OJx/79qt6Zk߬d1ߗO}?~Vs`um(*e3G׀{CXO>>>taWt^K:t^O +\G_q.>@0nc >yԭ-TmGR:I":#ү*ҾZ~.z{`e.oWEl&_\[ʷM/zhc*}lT>v섗S_)ZOX{=/cWMN('ǔq4$%O5ODcJ׌b52>e^S=42S)7'_K,uDc>0us~IXÃlUoB!T) +aѷYSvuqJ<..{5+Ya#ҋtfnEM/F?V|6`gqSmJV^R!]:n-uھ.UC<:ػd[w^fZY;0 ٩K]\~êjۻAn-L +Z+SK{{ev!_KHM|d> ѫ@tJ*IKs>֒dnfTL'ƔȪ嵵bqy\kk[aQ24/t_VvpCFY>ӽߠNm 2RD| >}JWAf79sy<9mdOcやP)^H% 2wԝ _*]zԩæɡ-hz]/MN4GȾyXJ>v(m^d69F-)z~V"=}C9ӟ/G'Ud:㧩-}ж%>I*rt~f.l\F4 yr+ !j&M9<2B*TgzpXUF|OtUeܷֈlGSzBSE^ZijpӚZKZmQLчm]eI[҆ ֲ"iDkY-""1sS\4]4%ijjKL,7ǭ:Oˢƫ)R8WsvhR[6ح:{اoA#6r~.] +hxp%ΒR+Ӱx0P|_eDWZxyFIkkeJI/>}Jf <֐FUlHn2MO>]c,S`2]"YiFѳc^_/H}!a-@g3.T573hUmf|m2C2ImJ?6ܓTt471K2ӟ">lmRZA^b#9?#dܬ8>8+XYtHP6Q]f$vffjVcIvs$ȥ_miNhգ^}f4v(x@4LJ}*@nm CY~~pPr92( KoHZLZZTtU3sh4PYӽ1.0ÃݣC.Pk=ZdI齭MS16NU99;2M!5e4r8vj1hQ'dDgWtNO)DC2heFh b*{Dv6gСXt2:PwR1[L >1\q#?{UXTIQFӸN)PW*T֤mV r;2.B<351;6҃x\׎470%b6t(jn@ +QXwfFv2nc#ߟC7ހvҷ]|m*Z_0V2fN yż=ɧE'*t^#Ԧ&%'gVTxt<^m~^fqaNB⒔b$f/~UX3>)_6ORљ@ylPc&[LĆݻ.kgw5##$GS>yPVӈjfѫ t=Bt +M[6x<.^ǏF< ^޽VZq/jVz{wtZ<IKIJ|Aʜ?QfAuRBԟdžڂ萜a +Bo/p*P` PF)­AێkpPFZ,t:'"ac1`@]cdm2'hz|^mqaveGR!c'v#[T*TѮRfnxG.MYX&Ãr蠜Vx +ʻFTRTUt{:n$C@ߎIʛBmM 0w +lQMcC +@ժFhl&0%4tɤ,V-:jKCb`OT,H%RR6e[ffZl6BASӴ$=>TsӡVȯڪFȫ*Q(@#CrTF\&Y&b5kfaB.JJGuwy6S6UIؒ6N+e*i( M +yk5N5 ,Sd%&T ƕFR[S,,U,[Ne]L9zh>NZ"§UTr(#/B~~w#쬁񽗚DŘKʋ܁A''QMݩ)I`Oyک99if #dE#ilcPk>wanljRy<`s)TqJT{R)uew'{wox_룈ഔ'zM!ܺ,.AP`֭?]paV Z\zY;a|<;wm>5Ue|?H&x1~S& $+2RƆz6=F>E| >9Vcٳ^D}SeޑvfQoR(y`:FFeS|=|d[ιa@dz]lݽ$ }O/t:gSWƅg;G/;Ϭ/feāE gOv=AI3V +FG)1ѡn{)W޾ $SCe6n޸$ȑj:{-8pP7,P6#=6% z񊲬_<_%ũAwx *FѬPSUjɚAUBѯu:Gz=";,`}M):IP)D% +y[kHGHJJ%䞟PWJZ M62RGb8 C];dPU!78~ޗ~qi]|9 + KK/a4HG<NT4<|9|TV部Ȼa*J2՟bc{[T##SR  ,ftԽ:y)4+abGޫȸ| "yu/""0%RY1Cņ٦ ǏըD!Wu!N u ~]Gc]9lQAHXV+6䦃.EOڧZjՊ֚1eEyy{?LBj`R"jabd+$ka/0@ggѻA90V,BPF>W +;ȷ`˩U;< CR*a;yFFc]Yc@~n-:RE>o6z-JFL.XQ 3XJ(X0T9M---XQ>AS$>"m`'&=DžRJz6AQ5֖6]Y5EֺґVT& +K`v P8{în6E*KI8FHi-#5%Tاj~b +ūǤsUF)FeU=lv[$`0c58ۜ<^~}JYWAefy + *PL)mSCY+Yל(a}V5I̗Cs6#y٧}:q8t.?%HʼɈ:H svO_>}eT@ezqfϭ& 5QO͠A:&9tjMk=eۧF)zpا|׾yZquKӛU!Zx~v$GKۘmɻx=E=(|0:>#imuE9RbƆ{Mei1s3 nQvup32Ҟvw@h2LN(A|TWR`x 5@Êvq#5_(B̉ACGW'h8LtJHMA3vc{[c 󆌝P p8mkڇ mQ+m\j(L`F̡A}'qJJё 鱙 A'[ZXga^C>hj"lRúAMh"_9?zYOPiU 'Ǖv +NZn!n4bo5bBR0 BV)F`C`.(stGvxTU͓j(r#~%&bƕrnhO¨u=2m40Gݠ 0ذO%r#$NBF{m,U4kedRI z4Ѡ!W&Ȼq>@P w2 J /DJT=9Sd}TPyS.s3FU&a7EjUFvPBNu%s!+¼Q9D.^m]dr>5 NnLrZz!SؐABJQew")#zeRZXZ>'`;zzllMz'nʬFӅ}:@C-&O R_Ê=Fl`Zk?iecrB;/# tu qujQǐ>t&Ҏ%1W&Zl@֌1:=:܍,Ʌ&y>W`z:`A ʉQ 640h v-aߝ7=o6.nTj1ٵ^Dז*zӾojjb^:ڧet:1hh劶>nf4%O:g1'uT-0Joolo\_+usgl`0^VމQ~8U)mw0rw-0p &άcB'[OMw?C; h(ߨI%B@.)zoI!NgYYy}dk:^';|&>F1c۠&&T)z60?;:!nfjJ]`ffھcyB׵k5bVՊ4bpKFzW{; ]qɥ_5ihy'>4`zͰ5/J#o*E-%K߈H֢*R)09Pz6šG/uD =O}LRzO̟qjܸ_U4֢uEӄz[D$sPSwA"s_F9۷x_K,uDuErY +ޕ}Jp5^>M- \G4ZꞷF/mxV=\Ua{ X\Km@ +"LQX?s!+ ?$>ZUxGKV}>Aooɶ.WŗwN- |3Q红N8^n*,NViby@լ7ۤ xQRQr[USrLJܮ K|XJňO&˻#ʻC]}G7CxPG,ҏtw +;ys0߶VLTP*TZM5@S4_O>$L|x{tnPlki\YP\FP_l`+, +5UDjLUBNuc}靬SyéJSƯ-]{6\k6UEM,Fyy^%rl(_5z ɨv&屙WV`7U xuΗ#UaW榵0TRfT\C}Ȱf&x'M"rg\y ffHT403Bfa}jR+DNx C,f5ōvqQ*nhÅ 퍭$Q$E!#ev BAm;ր.)TUz;)O.m+rv4tJIH.nخ6W\Z@1)а@*mD4_ll*_ ț.s 8R/wG&Or xU)QjZs}M<f&9q9m*͎G86ڝGa*af{I,8_V.a#Bμpf͇OAuҲ̇(.IKK*6A$lA/Q=:FpʡL >fQ}Yy=8ILX``͵aCvD? %!BT_G炧 + 3*07h[ٻ%&6$=(jW7< F E–Z+gлYA?C;Ke$"G1>{4<5-6MD-*ndl(h[~fyP>@Yn\H@KψB{i !#4 + 43J_|?V^AbAar%RV" zLnocΠgzChvWS vy*&<-&>]-@TAj-uvqox<46n'eI,W%R^ٳo[TT\t,C\?s‹Gg(-08 (8" $fsrVgTV"_8c/O^~Pue6U$(_hnms䄆fD< |Tv}{޹h]x*ETA^Gw/n);/=4&L\cP&G9< ieW}{ϖ7/&Ơ9rloH_7oyQNM|~7.uwbEE\X=h&=۷;?--#@=w㠒'NLK-,N=}pXںBG-*JBwY\*(h5j9϶_?0۵oٲ gƅO€Bow߶ʖs>ʎ߼.GFKܿ;$%E=w Ϟ=DE_=aO< +yq߅'A8Ztl7u%REu6 ?rlfsWr,P'NG<| }'8WsP‚d3C^<?।޽wPu\|3GBCos,யFV)xl*%lkxvv%c$sg2NSߡҌkBo$DD߿;oGP`9u={;䝼mٔ PP"ԉW.rs(rc n  +x8$9IC܄O;xMVwW&߾cO?rl_II_ص'O¾?Oy2)|60͵H$.Ju/eۦ[:ztϩSc~[ӟg@JK{\+$ 3b/H6eVz_/?~Ο6}_}?߿"&ѣ*wM9w00w}{g^_!ݻ~??7.ݺug6W_ov'8Obp(``\U_]U$>~ 4 t>rݻ7թS Sݲ_Guӿ\w$>!޽?wbؿn۶ +ؾ}Tv~?~_~؉wۿàb +BOKs0b6A0#`a߹ssjݻ ٣gϟ˟9{ ,uIPw? ^=%;c/s 3JJZ܃&<o䩃׮E#`7QtDBgq/z6)%ӨЬrF>E. .F$r5uاKvpwl͛i`c$_gp(Zû~sϾm~eM]#{#":C}])P|n[vo;٧Oy܅:X%{woEt/]ta7vu/_{oϜ9 +VBa7#?P{fR +2:/-_U #Lpz{ٳsO$%J.]?s;i9bkϯ_~' 0tر}?lZn}/EE,N֭?H#q55P?}y$ҧOssO>~^%MlOˊsO +lkkyw_>{gV}ee0 ?#W_<~0Б?|Aqq_~'Ob~u7o_JIyp&66 Ca>E#2 *v",ĽwpBn-f!5,V.՞:~<}pڅ[b1r + 3xl4WSo NnsfvB'{k[#*"u/?0˿~y:u֝+ZȯKrJLN +9~G`?y`Qqڕsy<=;qizs>">S6RRKs׮-O+ra1}};߿Fe+g>q09wmy fHQiz@9T k7n\/>8-ѽÇDEܹ_Q4a_uvX+%iÇFFEmVWTuSv֦M-+Km(:zX7='wŎN.L E?>* ygG5}͗1%%&19ݰ@/a|o=ZPY99EF>netP)R"Br2,]ǎ?{Ȕ.CWBJ1y0ccpiŋ'ٖO _UJ٧bjm4s +vB) 'ng޿ŋ~҈G!r9ӇQQaxີ>Gz 'aş8qܹ[fSP MNEk߇shFS4$+g@ Vp(زu2CWo?v +ޕ}JOm2f-9$j0O6ì8=E`O~ZO:c5M 'ז }ZG m M>66e6%IیUΗcYqg޿=ߓ-U:FoxۧäjES9WB =˫li +ѓBM@E͒t}ZHS6eR"įPj5B~eAQ].X@O@5XoeRU% +J;`ج7_¶%<,* +d/e!IaB-$>5{\ĭq+ͤ4O) +mȖ:(>D!d1 +%296~aL%'ܼyY"i kCR2Gv)ɱTmxB.,OKSZȋa C _#U@&zDBQ} Q z~Mh(0l3)t-O9ӑXJxVBF\>)it9,_\5j鸓⮰OM(%GL,=d˟|;RD>>IwtvSU3)ljY-ZO5h;T]:BTT.⫺*ׅHL/^eJw|ڹ#­F-iuj\MI#Tw@v1I"}ݞ2]-7N^W5}}kF@+됶 :6@! ZhjV#T򵚺:մ\mûȮU86sL:lc>si:ߘOvV-_mNvڇgóY۷{9"R}:Se]d)cxf `{'6m1k}̅:D `nf5Bsy}~h۠2`Mm0D>> +hc}F^N56>DKݒzoM[_3rX)70|-N$p4mR[-`Y|:~0n> ~}z9 Ɗ>}p\.Sd}muD*ٚ o:dP/=8R( P#]o @+}x3 (?6B}U5+uYS۸uϠVd ĈrbL菺wW:ڸh0046Mkq0Oî5ns$7&{DUD0áXd77V|v90xn>{[>y>>o&۴mu>h2'q*[".Cį*D~qD".-\*DU^J\.Z @Pv.=uT~lB~E Up+Zx-<ӹ@exrsߧ;"e?)~w)KNNR)]ڧa:z^rP{)H^:=i5<+oVSTJW^-Y*rBԫhɬSߡukov3اC=Fťs9w9.]Zt?:S_f^%lU,w||ޙ9qN{IfAQT +& H&gvΙf@on@$ +lZO?T[]Ԯowjp.?ey_&m&k*G)J9MiG6y|M +K?f!'H[_UբDoR:wnH/|4W`W3-mW`-|C;@c+3m5LnkzUfrxUY ȉ_5;?00(7/l[<1)ߐSħJr.>[jyɬkjlر[cyEyIa]SdTWTUTW+ + +LzHЦiWTUUZAfYinwWu^xSE8׾jx;81,񇔂M;'%akND#ٞ;\p$#>yq޵_aޗs/_hwOGo~v̳ߥ"N=pKRntWO~RյsA>O|17:uHo~ M3+}DX[8Uʹj/W],O>XQûk!I=9.V08QǺ,EדaK%l[fSFǧr΄UV40k :z)1$v +F~;+F&֫NX2W9 L{NMKil&%]qBAf;[U2+p5̴Ħ*&):fas+z8 hZ7;~6YPXL+:Ҕ\p#%Kjoչ`s^571J˳rSmf)Q|JǧS:8V N~[?S_$,J=1- Iy5JG?Ih.V\?/E!,L p)<ؔ-iO1D1KX=숮vaBo[Q]9qO.Uf}n!:ē_$Pû9ͪ|88*_2؁nESn*.ev$=hӐ׬'CUEԅݨɬLi6O*hda.?qʙ#aL#Erb$jHco`'I1e7Q rVIP_w-rfjxfzTEz锽g!?!.T!M33HV/" mQLPLp!M +'ZiVzbOW-b\=WSewTvtVŇcvvVs;:*Z= e^~RkU M7'%wtUSvzaس;%o(ꠃ֞ZBwVZe"E|:N>),˧*RoGma7>Iȍl%i~س";"[V7;jnrCY±S_a?SVe<=eru.w*8@T?h2^2kuQ0[G`~u<[ϪUgROTA|:_Wɻkkk^N:LJ^?&8Rt_:4^^Y .>!!,Q~02=%`_ktTE x{zz0gw o :iMeœi$';6IZo)N_ҒO>9/L&eЈ&УW.{X5yw +y>ըXU:c`1ǜ~b$&%>uǒ#<Jz{ŪrޫWϧFFD0n߸sϷs[۫ph%u>>Oyip|9ϧ ޶ywHE?usMGO\G=ɠ_`?tz>sW̹9TWm8x D=u3=Lٓ_\>ҏYʺCU˔˸cYO='4._OY؟:OIFS|:59BŤ +O<23޸z>##nwЭ׮-O|)/* }XSOucŽXrxnz~'UgN}0<޳wox߼"QJ3KܾVo?|ٽ+o>zXR܊S"z*rVi|dUџf6P7|~رwܷrϧ..=uq'&.eoJJ}]|[DDґ^vu{ +ȴi2OMJ2iGzNMݓ|%NggK=y$4?v?Ogz8$!&m|#I؍ߧN2dڟ*G_$" a죓_PeP?LGmG??EMMBmT-yN,\hZ9oc첦|3sowuXx|`pzSu܄v_8^i,׏*ӛ' h ŧ +G |{w|eF>ˬc:kA^hgOO-8ECpeOrgft>sǛKn^yrRUyÐȇŅ)ׯ{bKKqG]~)̆y_;ТgWGjkyMJM WӾ}~y~d@NvI|}Oq'NDFs;竿?kYiƥK]\~w9mg$'=O^v}cFt;~(%-څ|/y9/U_3/)X*b ϕ8½O%e +{=ž>RpWU-sܹeM:wvfv,37?08=;'$^PXR*5=:$$66?of拶ʜ[Uѭfcqbⳬ"*R1ӓ#@ M-לiŧ" ාO;(3EnmV*Av6δeni؜퀝8@\l|D!zӚ#a\b1*AS#W%B*(S)[A'hU3=9@͐u''t2iQ͢ kT6Š[U6SFrbРO&FYT' Ԥb ܛIC G?:>-+cP3l֖20`ssicsIcSqKKLM`Ck#SyAmȬlj ]]MeuuƦ:GUU7닚[ٿ5H̵TZ։[JꨳyEeYy6}~~Iz*7VvzSf?ҽqam&݂aUJz[qM]+v;oFרzS&䕄m.x 833v]c_7I]SU454Pf[[SsE&:J2͗_jj~%U͞ k٤43W7V0-|;SLzg߻ >X~j^^II̻B :U_ׯ[רzFQf9lAa6f,Mdb2_)s-8`cV>jls{\:k&bu׫.׊6b6OO맦tS:j?X_4묩 *ЍɁ)FP ^ŧ +΀F0IK//ˣĢZL2M1\Jw(s(Ew䬬ꪚ|F4mnퟴ{Ͻ`=:Ÿ{θ@f02?MO`:0ynBS+VNfӫ:pj5ܥ*wNQ{wN1< +a,5g-czU!S+Vm:ywNawdޝSyAywNț5Z`:t2/a +^zUVKLG\\fAɀ#~̛.r`?M<)5H9~٭B~BUUɘ6rlL˛Pymlu +}]VCWW̌q>Պ6r>:w8r:>yz:yW ^kgaWkBTf>o9Ȁƾߧ)! [nEH>^,x-6unTKUW~A"i|1*ʼn*|a؁xIsv>t-vܨ*j)5J"j゛YC{,7+l9N R鵪„rl.>[/30 PJ5=VFuҖ wFY@(Uf2lF/21iOd7Qv3eziVlULl;O;;_N7???}_6We73zduIH㵖ɞ^ S4E֧=i+Ia%Dw;SZ94Aʈ4~ή3N}Yϻr]/ +^G9]ZW=\&W\.ƀP*NdÁL~IڜgO+2x/z9.ݾM]>uM΁oW,CA-B/~ݪjTbm8n ksRgzBVq5<+ +{o\*ħWI?;ܢQʟ>.A Gt~W*f Em\QCptX\e V_ƧBmhhZ}n+`nt?q>?1O&ƍO_9)=mQ[nv)/9q}{cZʤ!*_t!JiM?;d7NI)JbaI,]ߛq|ЉnĒ}M0q+ϔؗV!g>/Mb\ +5]l||x4񡗫+9ʼn}}o=b{e0EުOzԒt07ڿ񬽓x|ߥ0yd_sr +zE '!:B{"o2K9I!-wTdp*39y1ʼkؙ5?ߺNO.UP_a^y7+?l\̢KMoz[;#H&%61iG̰'н2:p;KAw$o}zƔGm)BV\|*_1>hT35hK& tkeC{Wi'/ɮ&R&>_1WiHMu8?rWlҼRr8ĝܓ' ,$~J.A$*~pSS}i?y}Tdۇ>I:A¥~R?Oq DWGh&ʜ5}u峖7}4|h9?b[oci]>Lѿ{>d[4:?w^G& +o1=uSNRƱc|vC WO)$qR+8N̈́>2xc#zU2d IG%##aJUI,uqOHE +dtx7 $6K(bKJҏqv0e#Sqߌ]9PaOM~ֺLX)g;@uIMUE*OSY/ \I6X))E(3I)}IidJ6mm+yYzh"qlAt"Vͧxո%i[ڢeWbZt`|'\]/&ʂמʧDN9=-s`O%VꆸjcOħfJT `5Q|j7+QEMmp~&&2 +q8vrªte={s z[I'O:uCBY0*ڄ]nO7MfY[P,mwlH4,ٯTz*&r:ˁ +8ˁm@]MQ__Hu%c=O>5_[+tMvK&ldp>> 5+2mF~0+3]*劭 +JV4T퍛H,)((z9=^]*S3ooj%~UĤ[մVwke90(':@}X*>Ƨ)uC|Joe3΀^d"HLLLlKN(>}S|tħfl_$bȶ7%պPQ8fli|".Oky*a|x('e:P[[}ccc? k&|*C|J?eJ%{ppdj%ȶ7_;sVf],d#<\wߟO'''|ZEzV500OD]]8~xx ۑOcU h>E|RGF#պ>)#>]4IGjYi>Ҧ9-TT*bL&C4pF#J$aRR(L +4P4H$A$p:*/;4Mt:0)*pnsssH/%n|:=Ԁpz|||uuV{bzf#)8DFt&͞FE&eZ'(>5>E|ӖU)\^F)?]ħ6ŒWQQnEXZZ + 2Lezz:Xx`[.ƐY,Vqq1J02*iiiWr(ۑO'VT &&&&8IT Űz>~év@n8q jZ OML +@b`julllII`49$[/6GM9,S~ڝ|O__͒ +p > J(A +P+t +8898 ˗/ˈ^q +*A۔Oצ`6GYYݣ+aaa'N Aٳg QYYͭHGFFG:ΝsuuEf@@g};X!p:f k@7n^vL-9=ħ`7Ƨ`I(H  @~<;PDHZ*9EqlWZ  3ςy1Jg<%|:yzfL;&c0 +0ЕF 0::!992,;;;))bуRxxO cr +=d8OiDpႛ_g0{yymެY>5.sX9حN AGA#,uәOkZ/[/Vpq*K>}DLXooo:"VSDϟ?G|NѣmQ,00p߾}iiiCt>E@Ḹ#6OH)e,Kww7*dI$ئ|:Ej^z~5 S >.v;FDZvbb Q* +`oN"˗H(JdbtJi~؃y1p)BQU\Ng a?22MkMHƧz+=kO[6OJ)|:CMuc`(? vt|:`52:Fn휹^fbRB|,=`'JO˿?U8M`W1Pg$9:Cρ`tz&F*] 'պD* ,Ezwuu7zb[VWWߺuK.766>|%zWzHρ`ǧjL&fffc E\ }ACCCQQQ`` nAsafa`1R)J޽{C8ptPa|||qqqTT8~9үh1[ZZ :n028iC +[ulr8???ܿ';9=>]C5s r>]Se4h1)) ttt fd0999iiiDhDL$Pr||e G Y/_677#A Ɯq*J:q!ĉ"q"jKIIG41Bc7[ħCCCZCH$[JO6O;wxxd + + +VW7L+} deepUUX,&8q[-Dte==m9lk>]>QQS +Vjp8PEb 7hIA@.W~yFwVfu罼r7IρG" X^y޻'+G"zۗO׹^F)g9'>SD@)|z?%zNEz+|T9[[>|FGGӒw̔JK|ji-֌s S%O 6+>geeayqccc^^޽{? \.wƱ4"""88(<<\T>{WPd2Z-磼"Vcׯ_ƹH䴵fN 7>y&SpKѵI|Ez"O@~>]S,77/445oݺyЙX,qŋ:jxo_RSSA|)))8e޽Ν;'ODyz{{߿_ fa*D +Yr\Ddd+h|憡OÓE3իWg*[?Z,ZQgttħ9_~%%o޼[}HDr(F-=z(ѣG/^N>-- g_A711{y(RZZ_E(r?v _ OEO90_9edd)t9 @貾>==ɓX@L&$;44466.TRRT*{>}h|(ϗd1LqqqhQ- q\,|J§DOs=GR*ge&NG?4^P1L|" XONi+)s |~z4nώl=L&~/߸^fs { ̧7QsBQڀ ~-@ Jj]P,JoйzF@@t]e +Bjd2S02:&Iϡ9l9.s0 L蘖\=ݍ-S+ n9lI|uzrv7S@@tzήE  +R9fiԁ.HvQۢǧVQݻw+++x^@@tz9=ןecC@@@vvvTTCx۷ʄB!r::: + + + CFFCBBd2Y,2% NG%3qqq VL>XgggLLL~~>*OFFF` l6͛N2sk{؆9oϧA;wɓǏO9L?O>;MIIqss;~8-|tդ'N:u!-2HNNNHHFwܹpŒCcСC|رG:){ŧFʕ+H?zh{ס zۃOע^c"ww0TNtqqAٳgH [G"33Sм~ZYYs/^HGڈ$@D .Ft^^I``07u!!!uuuہOv9HKK<==?JN.]*((X, AcCa"8X&ҧOmm-Jb500H0\$,˯_Xu+ZS͖NVIρ)tH+9՜~Qxs!X,4I/7H$tѡ!Zh%T*$Z-ͦ3MLL a61aOw[tFoO}_fOT@o*AgOި7=j@@|HaT >U(:] ZlYRHDρ`Wǧ:{ ~[@TQzڈu9[}gߗz)]Cs |^=5F{ v;7|=§oǧksШjhzzjbXǔJT4!J`)~#r8$aUT@Hv"N_ϡ_~^$h)B JCCCf :eh"h4ݴ?===`RX,͆! eRSS'2cccG|jXзsss?7nlu9hGd9 SԐ?_'ɫWzxx<<;;0-- {cPSRRϞ=[PPpooJT`ϸK.UUU!PA={ ٳg׮]bqrOV+dXX8G޹sr+Meo5=2`-izZYNN. +5 sp8|=qQш:|6O׬кzF! Xk|2#r`YYYAT/ (!gxx8LG|0ݻ/֌ HVE#???2x!l>wrT*EHKO- Wq>E>d7OW) +נPCO9VsS&ħ<\djZ'&&@H s\X,=z)Ӫ5ħ +:>5ޠD"pkk+)>1l|~/s p:Gb)ᩩosMQloj պb 90W s p*w@ `ID\+;6$DK˚īī +q@n\tr,Rmz@@ԨnMzQ'!vN~nQ?%|=򼗀`-|^ՒJ9jtvh[I&ִ#iVOs|j%zx&=i|$eJbj?"]1.ܿ8@xoi%jH;cWlY/C@|O,%ȶ[ףs_Qa"?% XG|ÄEM=w2L:Af;6ÂE&&yJ&q=s4Ȗ)s AUmIR~^']ͤ_I [մn+lAhʶZρ?% xŧˏۺF2t|&=s pIa6>-/^i&[80l^` |tg[a[Ŵq89>%zOXJ l46x`{Rۅ9舞yKyj{S#֪>;*kڼMxK/C@^>%ā2)9#3d5 uICb}F`q(x##2oɧ^ffIݜ)hxc+A ڝv\:>MRXAژ^?׵9`t9(Zħ;}!!q908JSr퀰Je) y-m#*@@@SħkOS^dQsjOƼ?]j>o?bNekA'},3>C:oXB $T`\4"/-ޟt +^NYeem +_Ur^Z)3v{Rephr6ldD+MZlZqGmt:Pޢ]<,^I2eDZULox+s]:>Mcfx~pkc7[O9>ӵ? gm&YI WaC2YQii3_OXd-laefbFO@-Y70 +ţQic+gVsf#HEvT7?1_i7q`KTuCa m5V;V5Rۧ-/ڄ>% h>iF<^H+rT\ib'9ޛvoy>[Q JfuZ*L.g{6)5Z~A?ufBAGҌZڜ&j jfP3O[k=2|2SvFS8Vf V] Ur2jyѬ&702U@Q0E /Scs򙜜nT'QHAlAD-x^)l ΍-YR@=@/ٯפ[դ[P]Z!6A6:(Hfs2YIơ"z>Ң2Dρ`Me(>US| +Q+ɸ"QcD %%SVC02"tdXIri"hlzZ RUjv #R!e2&ldX(Q|J9(-zƔQ?o<=Cρħ„8xnMIV5_w,CbA6iapN[tq8aYMԻTjjc/2-:MfQIef#uKzg;8`2Fħ!WVj[@Sm=yi*s66`҆}3{mDρzx +OZ~q` X 7_>9><=^` |:t~/^F3^)V+@&ldH()Sx'[t#֟=7?]:~fjdM'Y>M~jsy1YHzٲ|*)MM)s |*[ A@ |&Vj8@h>,R^OyoOޟIa^AT''F]Tqgn2[EB87I<7nH8ο?l|$@@^>]zc(Sãn zgn9ԋEe-WdS^|=^Tf MKK_X!ǛOkZJ###o@ X,W%'X fP*1ANuuuNN +CCC׺6Aqz!>9s0dC&WPP0:Jj˫`0ƧJO'פ砘O|)))PM]y/s  +FJ )?NLLDm.\8u #,=s!&666J$D`XF-T=)aP(P35`ᶶ64:r9yyyS$PAf;}4Z'z5)z3gJKKqk5L׮]{kO%ŧiGjY498Oפ`ЀbeddܿCp֡C0ڀ:::bccqv >{,@ȉ̢K.uvv™ %Q"~@( +EZ]]VurOOO8Q- +hc BZ??~ dR$}7jE7"9:gHH:noݺ\>58Uρ)ztby>\aJ6M|>|GSaoo/CPss@ @^GJ{xݎŴZ-IP'/Ui\TJGIb1u[4NG/LiXMM 2 M#q<h4M#L'O/+"== CdFOGi*sHO7Qwx!tz9=ħDρI|.=^Rv5T*訳Z7Lъz-[@O׵^((\_I@rE"ZH"AE/#z;Oשtt${7o9119-=O 6!>5Qz#cn8Wopj6Xρ?% x3t=3<]؈j?f0gc1 >󤃽l6L +8Wit`؎;w̓VcHF.[\XB4ѧLLLTTT狡ȟ\xHS?N\*NV2>E@?Iii[kkk&>]^ρCs |^=혬5??Ë+Wn߾ގ{/^`B|}}A=G&^^^ٴÇϝ;_!@MMիWaJHH@5k׮"}uԆRRRPU^^2===i.C }]]]IIIL&ŋ=*//G×/_Fp .t4k*8q޽{?$ibA@?GF?QK[ǧs |J@6|J׎ʊ)`:t5<< 4555$$ {)~'p((O.744zK(vtt4""CʣjyfSSӁapAs4-۷Hԉ; 5j F>i88bErNE?GdgϞc;O)==9kө/w|T# 9ĕt/ܿxDH(X Q1FJ?x 菖3qjD JF9 mEEl0gUZVVCHJ@sYYY!D 111`U҂hě1kUU8ncDŹ?#؟u6srۇOi^ +7%t3wn.z|{Dρ`|N=A!Cx]i s ؾ|sP9VsSY=`cpp~f'&9(^9_[ڲyz$>% BYW\C5s r>tz&v5jؘZ7,s!z#>]^ ~ 8y/s q|^=ՎGԹDρ`ȐرcW\ju/(1oȠL((JROm6[ll :dۃnܸA W:Ov>geeٳg L&`\~֭HHSVV?!11qơuLR>,,,B۷oc(G#J=}ŋEEEG+3e]X=zVҰ!* "K8qll,77ii$EH45Lp5#O?s-! ł>|ĉ[+9lD@.>]|$,77ֳ/?y&ٳH\xիk׮&q]D +t~ ˗QsmmmDD'* ܻw^SgߋAhB  +e2}0fp=Q'NGdb:@ʸpuufɓJ6C%{ѵl6:- U|e@ρ! xt]eGc Nm`-@GU(D$7eYTH caٓZWW:Ay0++ -ꏏ/.."sh&?KMr08\IшŠ8t;w ꄵ `Ep1/-!WMNN!\Eorħksxm)s p:SadD +B,Յ.%%a?PH +.KOOG[ 28ȆҥK`OA[YXL@ +XXq +\( M8g7֖\tɄP ܍LXX>|H?ƹr7>V +݉Cp5/:Qρ lM|טc~}CMdd$@Dt~{ =J /,[YJ"_&xt^Y9=|u:UY>]BrU vL&~/+/K{mW(.! v>L&sVJZ,dY Uڈ6~O\q] ThXύ9$>]JӒGFg>99-%z;yJz+\= 9<>]i>zHJ%h4qiuk4G=bckOѱ^FA5>]z~Ī +edddqq1c={JB㉉|>?{ՑoNܝzwgv;'lclcl0I(@H (9眥խVGsA9B'5aԩSnխ[^կ{U55 +𵵵={욧ThGSkkk<˧>=>mρv{xJsh~ڱ:99-V0ax@土uss"2kff +Ç_N)A<r +PQbSO[O:d9thG'IZYL;;{p QQQq[޽ H +ڵkӑ#G|||zzzުNԥ5R@ڜ[  +]"{Y+Ƨ\.0H󧴣#=w?J)hLS)Οpw='sSnxE{]2vmmm'qC}1ڞhCӭskllk@ޱ^2Oٞv{8Β{7mϡsЎvύ{/SҎv[OdϡS=n >=mρv{xE{ummԎG3VûwRb^᚛y>>666RSSMM Օ2BHJvqq] xxx? +:r92!}+i$trrdpp3B[[[kk댌PWiS0tI?zlɞР43}ӧO_rhjj9|pXXV\\&"0tR \ ϫDFF"e y%Xlbb@O$bZC'''KG= <Gwnnn__OG?}=5#=I{㲾rUk7&mQJKFdah@` + +ܹa"H~:"?'NOtt45fDnݺxRFH144FEE +v?B<] zyyCOw֞NMtߟhjlijmjR­D @ PssaAN,ʤÃmqq ^aPQ:x`S)))FFF 433"@U /PfIqƄE)'O'= <ÜhmmM=xvO9ta!Is _[utI:۫:핝mGD**mCRRǩ +P.hHN؞C?6* Y<.N{~}30v6lƞCG[(=GwG6Mv׵GSq2w. |C\)8--3/ڎe&F=hOww٩'&g izk{eޞ*p=iIQ݀?P_-ii=cX_XS75ֵB?=P8tֱֱR|dCzF6Q --BŁ3Һ~X Kd#-"TD$ >iH`3=0 =F-;`0N N=c#qr=C 0BZ[" /O܀L 0@ɱ6sώrt`~9::$ljY*_<ipMxvlgH-@5oe|b<\~0*{547U.̴hm{OƞXm-ki ͕Bo^o^+皥7dҴoRG/?0^jkueΟNu6ח4U!@s.@֟/@zo8=4=Iv+C:N/ķŏ<i-且f&A.ҷ`' v%OJ)<}iaq#r8j*&itfH;.ȏhVĘt +y^Fa!ӧ `#;#-xR{6ca{/ED蘝d#2R)SV'>irCLwOF$cCk# =  Ikݘ1)59<hhe';`aY9JΦ|NQA6 W[%lH*P8,s8meTi]U^~~S`{(疕FZG1ZP mLc# + _*Y',`Yꁇ2ӏ#г~= k\(0m8[W$,O܀G`q9i BAF- xdB`o\M6|ϪrT]NtzG$}p(B?mܤ=0fss33s %%nAYT-,,`errl삢,P 98l$TIE%b]*X?/RD +V +E L8 f\\W+fsssKQi1,YHEdW@Er@h)llzGtiqV:",k. 9&nPbg(s~Zo]vZ?SZ?@?IzKZFJ$/%Òє'p^F23baH J3D̼AUc}6'W_b;9ܸ~2}l#Ꜻf6Q$4#P͖iz ԄxNiqvrew{?.]/yV˿ +~SO;?>lm_uӸmmBFܺeiaqIۚU ]w}#(̙XQbcmOAm?7|Q=qKtl_S">@7θ/_~ym5-3h[ovG/뺹ۣ] N봃9o럼o7>zo˯ +&ae '=7a ,z xJ @ )ytM1`Y,ȽmIe%|WWܞqttl 첱ի^dms%H={S<FzYԈˆڧUh]Wgel?y?66oCB=CW50<r}{(4''#;3.VycZ}?`Ƞ~ay9x镗N|%ͽ{vC6Q]CA~~_~(yH#Cm#Ӫ/kigfƫhkjAWW/ͫf~@ ]s%e¢,ȬsFKtzz33@wi} ji?=bmcllZO_Ԉ0:qm33C?_ 5Q@Crwrp WK>>X;P9惡1<-xvo}o|>X*!.#~K{e(ښ$ɽ% +Om*\f~>+&.0!! +`A!SzQ W(LqScbRDtNV;^r2 # StiQqa99L|~ +l~ + Ad M b)LNBJJ8d%q q<.h?M{?9E71c]Lu'/99 (WQ)6qpYZ.@6PS8vVRylAB7؞}AG. + +=ch z BX$'z4 +.:GjJK*tRC?zW@W{ę@cD5qHkG MJcҩ1̄t6EǙq"ãɆ Ya=fZC)ygmbˤ$O9$>{wi@K@X (,+XO Q'_3&I<q<ybnqQV'|Yy aɡHdqJ s ?۫/0;~/J u+lHT3FbbOQѺ=PA[h8Bpa!Z ĉ!-YDp#6QY#1 *ѫ`&Tq.hrm~H\;D-dߒ=LQ1~9_L11}Sw';坋͙q\KA櫸)qwZn4=.´t9H8,n^g25rc +t9{v/꧘f3Xq IaIIaTH6JA ryA=94__y]u܉,@bJDhOtT8$(,;!))"1%2%% +R"IHTzrR&Hi鱩QeMRң +d%Edyog~5DˮW@X]/Ej=?+A~S$|,J$ HgEpr0t@_sc}DRw+zfLͫ^eXYUĪ d_ImI;$yVJl"nVgևd꺕4#uz*ۨJf]j~uD_eZPE@F(^WJ@+`k4 έjL&k>(n}8.]RcTVa]`QktHkА&+f~SAvPx}sS{?37*\to~L/{3=Df۽9]^vq0.KO#ᦄ4%k'V. g{sޛ\_r^Ø\NJE2TrRRJߦlFQTLJJy$d)D1Q&QH&٥%٫IeEk@A*YEZ-@Y9͔eU +J^//,"qTVJh{YR_#]Z+).ԖL?kG_VPN]Wh}),+A)HT")[*BmYK ;yj移;[dž%-veȬ:dq=~lʪ*oB&'t~Bz;п2QT?4(SRs-Q\lWaZ,hގkͮkl)n$1zmH֟u*o4cR{r4vdT7p]$-I:qEludeheexpU8@'n@zZhh[F$+禺=ks *.Ο!>H0",#Ɇ$ĆN.o8zIDیgwM}d9NVMY 79KWqa +(؃>I-uHK>)$\~ m*IHKwv*~UOSmz\Z^Ȭ6e5Tg&Yؘ$ld6@'B0N-ז6&հٵU\:?+$<iK ;U6 +0@>*kTA?KڡZ 6ߟ,d;[{Ϳ|vt|'+w0LJFSƏ)y"Uw7;dCTx;NOv)]ؙ'`}mݝթɱՕbĐXa~pd‹0Bw>r`@k}M"6>! R +9%TXY_%2i<ءD29B e!RHUAւ*Ĺ+e[\cq)UMk=PZwvB]l34>C_\>_Q)uU]k_'wO{G'k˺u t9X''C 1oQj9y,ɄbE-vV""T@Ē͞EDҸ44.^g6h\&*bxvַKLv+%S}ΖƠ̚ YkfaCK[3HY^E#cQMӽ))pWX/ijLʥYf~h+SPԼ0$m5 Jں%>kbm??:,ɯl4IPoG2:$]-(҉Hy -cҧq8& w9B?.ϳ?q%<EaV D$Hfۯd7mF8lןF[kAvrI!`tR||HOjRɐ@7VzTksQTtoAq~KC#g +JϩDE+=n_KB|Ʃ?_W[3SP驻pXNLU<.rfY*$졧`l|Q(JW;{")9,$w_ٛg{y:-0-Y8YN}lcbjpei$;$7n;&[0M/_xI᯿k/ijNKRhث@iX>/RnKxL]nq- s+78:Y9qabbu^ j)pQΩ7]~u?Cb|RXl ro޸?]]mO;84zAWW 77;-3UU=f>\f&·s.Z!u)[;HI ( %HP 'eN%_#~9w/Cˆ$9%Ԅy5~{Vha|窑^I-s?*v+= +Y͋yW n[4ԕ9;Q S47nD0R"DT{SfF#lps62twS5Νcoq쉨0黏9 ܢeW`R^Hs4To߶(*Ɇ}nv@۷-/hFD9v0.>?˗uoژ8;YUT2ruS+[S550--sN$'V pttzE8{ f,*d/ɦx@`b +@-% 32iu37@L_'$\ooo/^DZERrjhUc}@ fe#=˺.iQ׮]40vwx`Ww[Cr"sQO8^o~}o s/E[眓 RmP'OT-9kuΊfrlO>S'w;'L$xlahHo~:*Ytpo}qkCw~ 7^ؙ^ ,R6+;7&-WV6ۘ1!kG80:.--,ȼY=>)iEx]Qc8OSeҚr ʰE3"&Xlu\7K d'E88=##O pq pRԈ’씔p'/Y@R*$ܫrWo>r<;%{c=.<^2tIԁ'{/ce$XܛꖍH:cmT87uqbx75ށ sw'-Fu5b7in8ki|XHxx; ?.gJZd!"`"mꞟ7?{oEJ()QPPF*(fG)1[FoIө_-ΠFlS?[e +G"8 jnHemyaT6QN:ؼ\b,BR d)% +S8ɥ܉H_*7rJ/ ${;5ՊRc3h5o&ir^wm^nvCSqq)\XR.,- dHE˅eITH\"&]A-ejـn-[R0 +yEE,=`d8lz~d]TUZ&xdqgOǻ[F%sP|?VMՒZ9͍-M5;W{Mg{p}ROOӥ5ᾖv_"O \Fs-#b%2#ֲ}HFGeK!U +uH{td;:16;eY# ! rNI;jҞϱک'jgk|?}0'zn}mإbz(dJDfJ4WI4=dL:D:ENnHX$&=,S'N%XH0=```q*$%,THIdD2=Ee6Iz=%QPP|Cp[SWy_;kz,+hcq&GcD_!EGA"pѡ܌{ݍ)u^[̒~*I;;jhGd}zfZ*ϟ*9 Q?|@8RH$j|A6E4 +u"?Z_$ (V DZV$E-{l<->t"zl7PWǗw2 +݌_OSܯ\ ݍyN|:ݮMnWx72N\-/(`xO? +>>4 ̀"wޭ &LLLkjjRW"W - +I GڡDFP9lxxr_A#u;b`\NL|l;9EvZ@ەlAjaVzh!|OoA>*i~:::񼼼߿oaafnnnkkK)yܹYرcGDD`F122JHH'''WE)ccc]]]ggg@W_}Dqtt ̦mool?ѣ$+*F °Ę77p0_|ťKz: +RCBB#%%r +P֍7 ɓ'UTT0)X:cOOvC}r /}qSf~$ىlajSWQZi* 2Nz) "FsQ4#"&'-VyU Qw7+^d,{ai~jnBmSڙeN\m+*v-̌4ɾb?Vo_֟/< ~ĴӡǒK.f +S]RB>roՙ{S Ԁ +h,.xvHirt2O1G Haxe$"*(@gD5ȑ#QQQ9s}]`` `3!0QH@tF}}}&TWWC^Xj{8P$ ؽw^)9) +YYYEEE(+(XL2^\\ZP/X6@'ʌ544L& @.c_ `rl{:x +<}2[}bmS>/ӹsSȑ]͆YnlU&r.R Lȍx?,ɧGht25qbkqCU}O~X~ǔ@9U}+(-27vV|;%Ԇ a O& +)  X +>E鱱'N^BDNbB/@$::)BP֕tW\A)O! E +8{- kנBu555$R2` + e(,@ҳgba@766-I:<OOH<[etrx8E_lf9{NJչ*_31рg)$7RRTR\ 95ΆYqn%:FƸ%8^dC wȷ8RX~'Oݐ҂+ uND~osbb܋b>ڈ&yf'i0ݯ8aSˠ$2ël3sR^297FZ-qhk. ɵa]>`jbGpS7{^J2͘XfZ%tOeʘ<>n999P*ۡPJ"r>vvv8`hX, +gWp"?_ #C"jAL&A  P|Ii +*J+**-Cdpp~:22q %U [UU499p EqTIi~~,xboo i =Eӣ*y7aTxO!v׏9Agw|}w~aG~+ |-X3zpdUSo!|7L?FC?M $_EA֞Sy'Lgo[`;œ3vv)T۽k-'U&Dڽ^-?~ Wy%خ"<*<% +T%E+PM/|TEJFGx/ +e Dܛ(O_OrVԂD-'X+v!?ld6ԃp+$u=RrR&HY<:{|vwEZ(H.F(c9Oktks/S:p?;;ϡkv`;1$.** Jb 1NE;mRYF7copx-!!Դwtt0 * 4>`P +,Ĉ(qA,,,@I~! X"c@xVWU3ԐBAf>ByU3 PQ +C6ȃ9H +Рl6&O9*رc  <%0###~~~CBprrʂJɃ`%ѣh(WHݳr n=Tw\?}4{cyt^解JxMƪS.1]b*JP #a9:88J$ +.1 ,e KleDo(H/ cPL:L2=#ivV]ćsG_xIxs$ +Admm \Vs1D}[ F0 ( - 1T "gg'Rώ@a{{h`FV>C:bc#Z܂c@=-HJBEqdNIIh1 +bcpAŁ < + 2{bMvboooǍãA?.{Lm nONO,S8Fd + r-pcL%%% +5;0XZ݋AQ@: Cc +[DڰtP11!9& >B]T,m}=^ +ݶr Poф%.nVt/'yt+'O)Xڰ0QЉ2ϸ8DJ`R?777@^EYjO8`)@e1q*`OJE +Q j2! ucKSәE<|6)Ӟ 9 ѽGaAgf=ǰphutVk_}r<UWWS44pz9F100lrrĸH:vvh01R{kkk'''Ԗ2<t=gOȣ:MMMw7hΑxھ&8Ty5#юvϙa`a~ZXسҎvϲ[f]erq^H$fXDDuqcyyyUUUSEJJ +ǒ- +ipp055~~(x:55UTTtU2 h4&/Eݠ 567 +"ʞB?=UiLaff ~-"ey (Ȃ@B"f-d|2H?xhh(5}'O8)B$###Gw} utt%iTASSȑ#e+W)S(x90Gi}}h/@ +,(ӯ^^^466] P67::z-lnn{&tꓓcau63NAzޟ0{Z#fZxdHNO&*[ԝ)P, s,1QSpC\ORTteU6_5.o$W9kOSyyPg+j309!Bi.@'\mG^x +U'>eM_xvs0/[EwwU+_zSh|,Dlݾv?_/ٳvn7Ko8vX~q1 ^#ٗ,9b~կ}k~TU]|әQн{W=CSK-g5jO9(Z^۞WȭCw]O'zۧ[[\WT?jPxPTLd,(w?wߦg7qm;`6 ?㊕+  |_1k _~eʬ\?qna7MVfڲm5}|aajژӒ :]w`p {RJuA<8wzs6`vjC˗/wyu5O{y=uWTP gvquY^Q[CO~ , :9;Aj B|s]){wwa)) J`$:\u 'OPMX={vvvyEyXo{a* b'O>WX_Y.7\ӋOǍm98VM+xd.5?uS ͭ *R{6}FvFdGPU-jB"']yj}<O˳4H\Pjf͓s' +5RnK<&ԘO>~>6˿j}f+O]bx|s^}ˎƭ5tYϗ_zåG3ߚih0̘1|lݾw7RDŽ+blmmSR.\hnnvppptomm=webcHe]҂ç@Y1e82 X[O8% إ bkgY]_ O.r53R,=;9K8M܁G`©sΥbK}8!g'&ݳmK$65c+*pk+F+Ea gNGF57^36 &LgXxfVo9d`sN=FG_0) 4嚨uKL ^ K u0&$$˼wakNnNSW?shʏ´%Y|| pׂϗ}|$j0 >24';U>08k~ꯌ9v<0~ǻìٟ]W_?#sf?fsӶM[z{c䙓ѿ\gUqᒅ1Afpo}+42Tcܼ}YII0TlW.\p! @Cbj" ii9B nWX_XK4\S_buxL< \cO;;ٞ;ow p;:Zk׬Xc1+.8^ٶm[Dd'VP7w7lE;vONWw3g΀Șr,0-fge{v ,%!o~I>cl߾=)--ӕuuM|4>M7[qzzh7$4$-3’BxuYOertb6utpae\\ﱱ_Օ),3|je&22fegq--~c2Ԙo~*MHj}p> T'0ť߫zR#LUZ^] tf?Z [;[ʌH lXڛJT~z /J*_-jlkdwPѱl*֩XlM wf=P' '<#q[))mmmjQ}c=PZ0nPU6J08P[MmM~};YC+j/65uAf>u:,,NO)Yjs}S= 4GH,u:8:ی3jhZތKŐS婳8sR\Y 3xxun3QXG4Ni'u'Pitus_0Wy`ćÿچZuڋ54ZM~a~~Q~eMqeo'/< sϟ>ҜӖ{+uEgϞUO0$Ryy|Wj!77w؇.=IƸTކ+%%©iOTmN+4?'П; /#zL7{|Bqfl_ZU~{=x߶c۱&syb޸lQjjELH+3K Ku*vypjW[em +CEŽjL8j +m6G뽣Ӹ{5T7VXY!]\\3g AF R×M6A_vO?İ@mk֬Ytڵk|2 +rrr2[YUX|f 5k޽{ ݻw M@ %S`H[nkcΝ;YaWZVFk5VWatXIC}}}V@v|j]85ǂg~i{*jks絉DC7|3`%G/32HӀwy_!VVV+ ƁW!~74h*_NNxımϞ=(h6BgY!!++ ^ uvvĀQjXQ +=<"/[qq# `G>Q2L+i]*=Ns+ˮJJJzC\$VRRo>LHHP)A^owJ^5 *((ZO̎jRS||T$2ɠ8͘kl<5s(+}O[FPbd_FQ?2Tb+ٙ VV>SO%CFW_.=Q)-"``&a5kN|۾65T?rTB +z:8@RٳGwOm.)S$ߠ蹗e/EAṵ2ikݹ. --H^ثѓׂrޮqsuSJ5'"zvԍ6Tx/q7⃄Gwңf͏'OǙAWnߛ;0RaQTWW7᧍tww; 'J#b#̓z݂Ec=,gӖ'0F9o/l?eS%zy7񤉶?ps|G.]}0RwpMyxxxdqQ Sg: !!!bnEEN 2}}}MMM@YEZ1'˥j`Nt7l8rz\,*4ŪiU~ UCV VHtS\\L{%lNe]vѣ|X%%%n2bgܮ}v[$z>Tf _o`jt\2G_>+++rvv޴iŋuʕ]v.|sA(6noDŽ͞ aZП%n@7U I AG AΝ;+k0M6s˗+Jma??f@g +°~@_ Pϋk޺u+$Ppt vC_4Akv*'!%&&nذڨVhBPP8ϟ?O 8'7x}z=G屮+̢SX|qM?w>Os=ߠ}N3f07LD1 +>͚܌L3pW\IHH2999޽Clhh`MRRV---UOM-,,tvvVST>Uڪ(rsx,OA[dddmmObb"NqgrrrII 롭NKvݶo׎|K8:[WWLLel.㔗RS! 00@`!W$18xfggDϱ`Z/(,*Ȼo7h|\SXXXLccca_LL K7 U]] d"em_WwVtٻ7x*ɉJAUي3HJJ~.zmeeF;4ÀڲI"ыO;N>|AI=Ɣh~{PUQse%(( AA3|Pu +X>^u{ǎ[lټysbbqa1119w볲ĉEEEn:p?]\\MY֬YÚ +`AW^+3--5w [z5ŴZ-055uΝO=C1>СC2{#Gl۶?ʕ+Is l@INNpOw(ŋ~Ǐ;;;Si:'leen:*Q%Q[]4RsٳG5f4i&Of͚%"=k677D[H#s|0e8;~x:^|.+N/zƝ8f~{d!dT)Yt9k5wA+@+(trrRIw߃EVΞ=k>I%p\!!!*UΝ;V-]a#J{˚ӧO59s|[nU7lll,Y{JJ +ݻwΜ94xb*V׮]yhQ5C[h|Q+VX MH U +eZ3o[˗/g/*6JTjzHSQQqx@`,@^!T3B8w+Ј0LFJA +U` -8:hP@]Ӧt:ӍWUU >< Ϛ|||"y|#s~4ӖJ* dFn, 19Qq~S]ek3%_#Ӫ'^VOss, Hs8!d}9X%sS/3:yXԪCi^j /5Jq.V񫙴fvjGkPg3sUWW[N|Oo{0gpXK͆Ro(~bJ(<~CK]5_ye LZR3K: t|Z4켼i"I-3Rh:*77RkJJ 3ښ4`eōo( Դa_kJ>xy:e˳ViiQPT9%NeDOǕρ\uoPj'=SuuH>eez9{e#Y4~*M؟>PUgϞ[1F +((}RDDNc C TTT ~좉A>P---OPoTSnݚ:Z>g 5W$z<g>]yvMMm``^WWG~ܹӧO†+W@?pUUUtYW^-))QRjZvpq. +P*2 ?zƌډ4}]!S!eddP8 b!!!׮]*8;;)&&F,..!LBTʂ___%fwppTuNBZZؑ˗/7yʈۯJ&'?gyx*DisЖf6558@%Uŋ/X`ݫWYb'|7 ټy͛7CCC!e˖,Y2gpamƎ_v-[0۷o߿?;JJ[z-esi3=zٳgd֬Ylݷo̙3=<<.]zx ֫Jޞaƍ9[pU@9PJ$X)u ҥK{\~=UɻKCQ`0DEEoZoxR>e>}($T9DS=XVVn);| =[naoX\0t5Z.ڶ'ٹs';wzPw X vÆ ; )L=k֬mڈ8tT̪Qٍb`QQ*y :u +Q$&&b4W=&w!X2CUR_' nR}U)0FyDSZj bbU\LITܬ1666*kb~ꥪ4J+iw#PƩR +755TjhZ𔯢+`S GeD t2-#/Sbڨj3&~pg=?@v E"1Tݽ/5MJ%H4V +OcP^є'EthǖG<^$"lRWUg5j$H4 fUDϵKJJ,պ\giF9DΟy腸kis*O?VΞVeecv^*{xy⭭m999n݊o555zLUUU# PVVREE4;w$taxSȧ8O[[[]]]Oܤ)q nxG.޳g ˊЭ1??_2rЙk%>>>jˡ822?7oޜL,|t Xf͚K.nE1 fz{{322T]JIIQT~^__Yfd&&5Aa*ݻwk4UXL[[=3֦gϞ=p/)4??{xxLߑx9z ]7i0a'zx:뽍<n޼ Ù3gݻdɒE͘1Ƥy͜9O?uqq|˗/_rkk 6VGGG[[cǎԩSׯ_;w3ŋtk +o[e''+V޽;"":tڵ{ȑ#H .ٳg!)իWًΓը`Jlʛ:18qѣ"~ߝIjJm}d> FwK_yEɋ1>H[Qmۖ 2]LL̎;y۷)<:}tpp0|w._|$#kpa000XhJA!h*!v0ݿteX*ܺu+LǐBL6G}۷&1*JDHįrS~S2CL%U^}&\1ݸqC]fj`l21V۞!ٱ-x{h,-aHMhw$R7-Cx}}}FQd#| 2Op!/#>RbӱS6G@&''3vq @7uwSSSGNZ^VtQUUkuvvO%Ô\}#G|6Ra(e)G}&Ms;ERO^TM-ES(/3*L,0SU.<f~_F7~t99e"s삂K^XT\wߘop|r锁OW_Bt'zZpvWwOsV0}p$tQ9=2?"aށ^|Hx:l޲9#&UԤDPMVj*H0E44Jdy7sL~b)Ax*0=#9Ñ#G\]]UUkPPЕ+W***̔vz@Zjf͛7+^!OvimmXBBBT$WVVcs\UVhCJ(sa:. !C˫ѡ59OxDSFbo޹s'߁yL<2A`*s?x޼y 7p1#H;۷o֭sݳg+W.\233mժU^^^ 27**jӦM׮]?ݻ÷lbggJضms3gά_ԩSO?uooox"@鶶TBU_{5+++u Txx"䝁č7؋,I CCDre\pp0ŨM *uî]֭[GK,~g&ߟAx`H<'7C)CsOǕϡLa,P S`7AFnn.IIInbΞ=K ^ +:6nxu1k,V`"/_NUUA̦ry.XAd{Q<@'T^)))}t6l`=ț3gNLL -~'o޽{:KJJX=Lc|I3fdddcj ^1[ &8AIP!!Q+V7=aSjtGl2 w|R ʂػqqq:::YuU{D@FAAPؼy348rx@|Oр?BW'+MA8;***;33O---C0%.}v &@g/Ed~w`9???*),,Tb-,bQ<-,߽{/ikx a~'gM)Гt䓻Di{{;4($?v|A`*<o> Cø#(..Szv?bKbFZ*www8ʾNBtea?|T4v * zUUU5kE>: 0M/9Nk7X*=R-|M 0M#N CeeUH\R7Z0Cǣ^ +LE1s뽢]HQgW/#|-#/Sb܄?-fYԒ{G5r>gS$F˅I˗/߱c9aуAuggPPCii梣rU"\*vnrr\Oc)V^^9U@@@AA|Ooܸʕ+E9+P +LEOӱs0~jЗxy^|9r䈏OhhSjkkm6w};99?Ν;MMMttt4 Z6***11M)sݻsrrK ׮]feRRŊϞ=ThѢ>ߔ_-{nBBŋwڥ鼽ّv/]o޼?1;R9:UEFFx"""K9: +0$$D%w8UAdpp0RSS`a?SƆ_޴iKK 0{as8?SZ4ğfϡI9LES+V4k{}o~*qڵk{XTiLhW^{뭷VXd"Yt\h2*ٹsO+WSGS)=M~q D9s?@Omo6[fMZZځi>ի9//СC׉'ʁ8P|2k>7ݝuV9X +phJ[J[Oݛmif]~?Y؃' *_cc#.^'w4(<fztςzh鰩%itᩚ;ҧ?f>Ty:|er̳~y}#sh|2SS8ѕeV={>I^SSCY% K^-/hkH>h:tP>=< =*..tj Y3|OO5Slֻ{z-oT`*zV<9M"*OǕϡ"/=>ھa&%%=6NsFaMO_uPXJfgg<3? 8OO<97K>hztwܙUXX +CBBbccs߶m+ + +u:]oo{]0oii{|At\tb֭c}YY\fwM9u_NXA۷ۋҺ ''D,h4FHJnzzzSSlUtwwg]]yxx KII! +߹EzcCuyyy{WUBw<S 0MM3^s߆ ^uف>e hѢk׮?~K,={6=ҕ+W.\{nz'(sԩӧO/XT(0wҥg~Tkccceeuϙ3رcT{-|רܹso#Xrkk3g^zZb#?+VqZ7e7b%!Ӻ/tgΜ!9*y뭷-}…RQÄ1~ 6f|g4~zvWyDS7ndy-0 +LEӞa`{4wR)\7`%ġ/Cɽ{$a6-6A"ʕ+MySl' T544kzT4I<g>իۺu+0z?r)**”aЀlřM@UUU ~*v +ϛ7o߾}'aLs@@0TIL=}! H +yeiŋ,([bf :1_ӗ۳xT&|(<΄~Ӄؗ8iЂqj'y% 𴽽/#aA y:h>sOyLyiVyC׫z, 57޽{pU=>\*^^^FILL7%e4(((PŨ:P\\oʊoU?wҴJGa.#J(F U^%4ǡUWW'Z`P?Q:Lu@U?ͩLarZ8y>/֟O%T4<ϡe|%Mez$GAjU}CEh8|DCŀZ)rs?Z-o򺺺F/s, J6h‚L 0M3&<;//_'=-**T뚒҂/ N^2<^m$=_F$eϡA9LEST[YS['gO|Gé4ńQsOǙSS>(5뇝bғV8cSIe..GSN;vǏgsxތĄĶֺFCEcC%{^("4wϗ/cee*ٿ+VZu ggg'''իW_zϞ=BoeLOΝ _~avLNNV)4eX8|HHR $_th/^ FLݾ};,Z[|OXXP+qΛ7o޽? hBzfҥK*o!|}}7nܸx3grDuVJ;'*Uۛ[[[v^\p!+9W^yEM;2ko|emm׀tx:e2ң{ߩWogEKCl_t/#0M:e %..*`)^m˖-3gۧrvuu) +>C dOsҬY֭[G _BP%4oz b&/ Px͍a.PLL*j%vݻbDkGG}9"%KC6lȗmߔK=ʕ+.\Z}O˰g/?JHgOg勜A`*$ۻXCTbSuu5Δ<{ ^gtMEEEO|%ٴfvU$ҕ׫lǐAsXEwww45i4԰ccc#&'''$$TH* b #Z5Ʉx333G=QNoJCVTOEL:*1IlӑRa :::Xf69O{ V;>!.U- EA_ 0FRxxDOwݸk#/WUFQ? BV111jH4 <2ǟӞ*㌣&P49Zj\\RRRRRҌ慡OqΞ.N ޾= ?5N]6S>3Q +mc~=vM3nL`d؝?bmivIQFKEѦR6?rM*Y +g@*@KSq&$S=48_,w~ȦGˏiZP7c[?q+';̩@t9ڂxLKSQMU^nvja}HmW}/tS!ykW~zNVj.QڬgykiqaFk 9CtώpM- W+M7U /Ỗ +g@Z܊OƇV`y,4>,~&@0k +`JӣQ~rj{9cQ6z;%yY*6Mr/j H@mts/tuuf&GGe+|6</~I <D8_w0OzņFܳ50݌{S yK^ OI~TI:AH$"H$ LE"H$D"H$0D"H$0D"H`*D"T$D"H$D"H$DSH$"H$ LE"H$ LE"H$D"H$0D"H`*D"H`*D"T$D"H$DSH$DSH$"H$ LE"H$D"H$D"H$0D"H`*D"T$D"T$D"H$DSH$"H$"H$ LE"H$D"H$0D"H$0D"H`*D"T$D"H$D"H$DSH$"H$ LE"H$ +LE"H$D"HdYiN D"̲ +endstream +endobj +1180 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [214.167 741.679 419.124 754.628] +/Subtype/Link/A<> +>> endobj +1181 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [132.716 712.787 337.673 725.736] +/Subtype/Link/A<> +>> endobj +1183 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 448.473 278.37 461.422] +/Subtype/Link/A<> +>> endobj +1188 0 obj << +/D [1186 0 R /XYZ 73.409 812.458 null] +>> endobj +1189 0 obj << +/D [1186 0 R /XYZ 74.409 695.307 null] +>> endobj +1190 0 obj << +/D [1186 0 R /XYZ 74.409 442.926 null] +>> endobj +337 0 obj << +/D [1186 0 R /XYZ 74.409 227.792 null] +>> endobj +341 0 obj << +/D [1186 0 R /XYZ 74.409 193.286 null] +>> endobj +1185 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F77 479 0 R /F50 363 0 R /F76 494 0 R /F48 362 0 R >> +/XObject << /Im24 1182 0 R /Im25 1184 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +1195 0 obj << +/Length 2550 +/Filter /FlateDecode +>> +stream +xڵYY~ׯ*}%%[Ӊ)=x0$KD8hz>Ц쪼3=WwO_*X}*w|HUeF*O$(WyZyȬ(rg[$sy$ìhP@d3=mWb02v%{;j˂˂=Zw-XjVC03H!x vl9ĭMg~Rz , +\M}cտ\QxnNZC O}Gt >۾ +wi;J2Ol$l?n~M?,ͽUk"g+BQ ZP # !_+'1DnjxZ?^FO?Ƹ}m! -ߩb'ij㵴"4[+_p4FYh\-:1#3wd7K>~n"k NT8|vU0 s*)(C{iQFo&Q3|d1%A0a4`yD}XAg)LWAFs;_zipt!MgjOtdLbq-TFTo0r(o)=rL)^zF>uǾIUCi2ƔD#yurߣnwc;v8𖘚0 +.SI6>Ef;7΄/8L(&x"Ox(~0yX-Kc@Kä)A&,vSՉaiɜ|!qr %bV{Y}i(CGGAJ }KKغXv|&`@8AZ828YF4roegD~)gTϳtLݤ & +!d OB-QdFt$Q }'OX,aQ^Q*4Ԕp'T(z"ޚ>ε^lBB^i=m-n? ^,#qp"/Ysb(Fϩ'bh&r'_173%#"ѰV1AE?"vR9pIZh@i)Se0t{[׊ +^ϐlE682* +W@hw\)hxLƱ)Vj4 +qU{i1!&UH;]t-<էÈdJ#.Co tFJm22-, ; 1"RDWI; +0FZj49L才hUb[(s9͕4Gw&ғ;c,"rjN*؛g_jn,yn; 6]m"z-$i,j_8KIQb@sz7kYVyL( lT r Glj5Y^s`lq)hE0ڙ86fXl.FiT>Y!s@Bؙn@j+LٚnTIdTŕ“Dra'q$N +#XtL]o0s9͉SIn&ޖA*pwbr(4P;OfmOU$8<"d;{RwY lM߿Z«\.: +֬$.;').B_ +k{GruxUisuW>JJ K.2F +Xokq;g +Q2:ON7Esy+DhE|q%w5>:W^' Wb]#a/S% vsشF>:@W/FdPgxi!TT z)I8 ;S'i@tr90'+uov],SPlϺA.̽R~bvr:%`Ti@Bj x7_Q,T +䐮3TY&Q 8AZ^ڪ@8KP~>m}f!yTR w){9:vT$ 8O ZDaVjU<֝ 33&CʵBavUԖSQ{7odn2|_Ђ[3͋QȂȝ̑;?graH @U6̦,42VG%t83`-[)> S5LrM'޲jHc?O΋{+GM +endstream +endobj +1194 0 obj << +/Type /Page +/Contents 1195 0 R +/Resources 1193 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1149 0 R +/Annots [ 1191 0 R 1192 0 R 1197 0 R ] +>> endobj +1191 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [390.455 297.264 416.358 309.95] +/A << /S /GoTo /D (subsection.6.2.1) >> +>> endobj +1192 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [377.912 152.588 521.862 165.537] +/Subtype/Link/A<> +>> endobj +1197 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [73.413 138.21 100.007 151.091] +/Subtype/Link/A<> +>> endobj +1196 0 obj << +/D [1194 0 R /XYZ 73.409 812.458 null] +>> endobj +345 0 obj << +/D [1194 0 R /XYZ 74.409 483.167 null] +>> endobj +349 0 obj << +/D [1194 0 R /XYZ 74.409 266.33 null] +>> endobj +1193 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F72 473 0 R /F48 362 0 R /F76 494 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1200 0 obj << +/Length 292 +/Filter /FlateDecode +>> +stream +xmQn +8bc+@eP۲/tȉzagG3QS71H "FJjBBxM7c_XZydM|H !]1:KG[ +K4iݼ .d_%ܙp(D4޹aįw@z@w^R'G)xSE~ao١> endobj +1201 0 obj << +/D [1199 0 R /XYZ 73.409 812.458 null] +>> endobj +1198 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1243 0 obj << +/Length 1615 +/Filter /FlateDecode +>> +stream +x[MSH+t[j='b8!ك0;#mQh$Z7_Z Z{q9!3ktc +(,[k}3µxLLG.}6S#d|=,< [EA*Ը_8B@`۬]ж?S9FnH(7=6z@n Co~ß|Y7R.'̛tѴ,=y%=*LA[g@ Y|-ȣ{#;T*v9_JĉhGA4i{Ej9$҉'эL'ؿTY0O} O Q; fmvkCވ2,o,4FnUtnic"x0{aYՍoްWZ,a65գ{[QCq8'LABgʝݔ}h<: ĀPGsy) +i~{Cn%8~Z>S}u!2̅}'Ad"*e4\Wc31 axrh4A\o|:uzGkt ye*^2}0WVq04ѿL&yUL/11ȦjLMgAbeZ{eK 3:45Ah>3Uސ.JC*t}MwnַX +vk6`xa?5+P0;}~uy7\Jl+[d^qˉ3 +;;Umk?W4첉pyvF!"7g0oI_D"o5`qu[;8K;{y +ѷ: \_K*å-3l&$oeZ-]qŅ3{Ac !p]sQvy79 +endstream +endobj +1242 0 obj << +/Type /Page +/Contents 1243 0 R +/Resources 1241 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1202 0 R +/Annots [ 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R ] +>> endobj +1203 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 662.031 203.292 672.507] +/A << /S /GoTo /D (figure.caption.4) >> +>> endobj +1204 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 646.967 214.567 658.958] +/A << /S /GoTo /D (figure.caption.5) >> +>> endobj +1205 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 633.418 220.859 645.408] +/A << /S /GoTo /D (figure.caption.6) >> +>> endobj +1206 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 619.869 255.434 631.859] +/A << /S /GoTo /D (figure.caption.7) >> +>> endobj +1207 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 607.835 163.832 618.31] +/A << /S /GoTo /D (figure.caption.9) >> +>> endobj +1208 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 594.285 158.195 604.761] +/A << /S /GoTo /D (figure.caption.10) >> +>> endobj +1209 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 580.736 154.439 591.212] +/A << /S /GoTo /D (figure.caption.11) >> +>> endobj +1210 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 555.772 340.625 567.522] +/A << /S /GoTo /D (figure.caption.17) >> +>> endobj +1211 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 542.222 382.275 553.973] +/A << /S /GoTo /D (figure.caption.20) >> +>> endobj +1212 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 528.673 237.219 540.424] +/A << /S /GoTo /D (figure.caption.21) >> +>> endobj +1213 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 515.124 236.597 526.874] +/A << /S /GoTo /D (figure.caption.22) >> +>> endobj +1214 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 501.575 229.637 515.293] +/A << /S /GoTo /D (figure.caption.23) >> +>> endobj +1215 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [223.161 501.575 229.637 515.293] +/A << /S /GoTo /D (Hfootnote.37) >> +>> endobj +1216 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 488.026 378.229 499.776] +/A << /S /GoTo /D (figure.caption.25) >> +>> endobj +1217 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 474.885 388.024 486.227] +/A << /S /GoTo /D (figure.caption.26) >> +>> endobj +1218 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [185.154 474.885 270.458 486.227] +/A << /S /GoTo /D (cite.Scheuermann.2009) >> +>> endobj +1219 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [273.92 474.885 297.731 486.227] +/A << /S /GoTo /D (cite.Scheuermann.2009) >> +>> endobj +1220 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [301.498 474.885 357.119 486.227] +/A << /S /GoTo /D (cite.Schulz.2011) >> +>> endobj +1221 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [360.581 474.885 384.392 486.227] +/A << /S /GoTo /D (cite.Schulz.2011) >> +>> endobj +1222 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 450.965 477.456 462.715] +/A << /S /GoTo /D (figure.caption.35) >> +>> endobj +1223 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 437.415 463.809 449.166] +/A << /S /GoTo /D (figure.caption.36) >> +>> endobj +1224 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 423.866 204.426 435.617] +/A << /S /GoTo /D (figure.caption.37) >> +>> endobj +1225 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 410.317 410.431 422.067] +/A << /S /GoTo /D (figure.caption.38) >> +>> endobj +1226 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 396.768 438.773 408.518] +/A << /S /GoTo /D (figure.caption.39) >> +>> endobj +1227 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 383.219 261.841 394.969] +/A << /S /GoTo /D (figure.caption.40) >> +>> endobj +1228 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 369.8 251.455 381.42] +/A << /S /GoTo /D (figure.caption.41) >> +>> endobj +1229 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 346.158 261.175 357.908] +/A << /S /GoTo /D (figure.caption.42) >> +>> endobj +1230 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 332.608 261.437 344.359] +/A << /S /GoTo /D (figure.caption.43) >> +>> endobj +1231 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 319.059 321.491 330.81] +/A << /S /GoTo /D (figure.caption.44) >> +>> endobj +1232 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 305.51 222.601 317.26] +/A << /S /GoTo /D (figure.caption.45) >> +>> endobj +1233 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 291.961 182.914 303.711] +/A << /S /GoTo /D (figure.caption.46) >> +>> endobj +1234 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 278.412 216.285 290.162] +/A << /S /GoTo /D (figure.caption.47) >> +>> endobj +1235 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 264.862 180.187 276.613] +/A << /S /GoTo /D (figure.caption.48) >> +>> endobj +1236 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 251.313 352.8 263.064] +/A << /S /GoTo /D (figure.caption.49) >> +>> endobj +1237 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 237.764 368.28 249.514] +/A << /S /GoTo /D (figure.caption.50) >> +>> endobj +1238 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 224.215 335.073 235.965] +/A << /S /GoTo /D (figure.caption.51) >> +>> endobj +1239 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 210.666 433.264 222.416] +/A << /S /GoTo /D (figure.caption.52) >> +>> endobj +1240 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [89.777 197.116 335.29 208.867] +/A << /S /GoTo /D (figure.caption.53) >> +>> endobj +1244 0 obj << +/D [1242 0 R /XYZ 73.409 812.458 null] +>> endobj +1245 0 obj << +/D [1242 0 R /XYZ 74.409 771.732 null] +>> endobj +1241 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F128 1246 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1255 0 obj << +/Length 373 +/Filter /FlateDecode +>> +stream +xݕO0VGA 1$3P|$☉;wOiivBFp3 (1@2NeLifI-D ,=ۻ&jh!cE,†sLn)}u0_<8qCƎgR.Q3&,ih$UHUnR*rrY3zؘ8N͎FKD"E_7\p#d: 2}Q(kE3E3Wom?n hN 7 {aq1 /9m1STtA2e~[5sb$fhWv>m +endstream +endobj +1254 0 obj << +/Type /Page +/Contents 1255 0 R +/Resources 1253 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1202 0 R +/Annots [ 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R ] +>> endobj +1248 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 656.317 216.141 669.003] +/A << /S /GoTo /D (table.caption.2) >> +>> endobj +1249 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 631.909 274.804 644.595] +/A << /S /GoTo /D (table.caption.13) >> +>> endobj +1250 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 607.5 245.335 620.187] +/A << /S /GoTo /D (table.caption.18) >> +>> endobj +1251 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 593.055 235.054 605.741] +/A << /S /GoTo /D (table.caption.19) >> +>> endobj +1252 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.346 578.609 281.56 591.295] +/A << /S /GoTo /D (table.caption.24) >> +>> endobj +1256 0 obj << +/D [1254 0 R /XYZ 73.409 812.458 null] +>> endobj +1257 0 obj << +/D [1254 0 R /XYZ 74.409 771.732 null] +>> endobj +1253 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1264 0 obj << +/Length 2397 +/Filter /FlateDecode +>> +stream +xڕX]sڼ*cfd˲{$M$'Оy3Q@4wW+NvXiw} [X;0 GCO~ȒbOTқ/zϙrYU_0OtA~"EYoD>UiVD(9$I0n3),G}.itU$}(+5+MSV47u)ѱM7 {//hBRݮLXqmSDRzmx`0/k>fCCj!ɢ49GC+B`7b̤-ԴnAYMUKa)kcČlj\>WVϴz+ 9i\Ac~W9Ȇ֙Ec1&2U@y3ܺsEfL@RxhsB"}9IY,5;1)w9Ea"Q1Bqi@siv5CuZ-cf.%|0V6nVNт Bh_j2% #W*PPp_@pJŧ&k@Mזx]ZLޅ PgpoqT {vn 9T:/QbPM]?A֊" 7ky.^VeU#R >Jr5j7v3,B֩q߮%UfUY\7al `q[PQ\ 45 & +2(:Rpj5R!ʜ@~a=8;h77(^K +E@oцW^jA܅8~YBuB@9&A0ܸ,V,ہ'|Zd\G<.:=% +*[cޥ[{Qɱ[o`UNKǼL=0"rَ$@(le \%-X:"dU?BN@1'=!;bJ dw$ÓEI;b~v +bh2 +n-a1t6IZqsaДHgѓ w4!s}S~Lh<x\n.P$IԁB ײ0cыPۘ3ؗ*2v!Y VP#sI|U%D1A+Zv٬JhXT/2acy$c݀NGצy!Il×Y>%ZV/d;vAaښWzi|qJ"{TO$t |*%j89&0vw)3F7N(‘KmΩ5D 5x:8ٿ=6v'A +tXl)-?"rumMLLH2lxX+laMl -gO34hÍ=~~bH? v|1xG]Cgl[Ąb3hk; ?fWE CƏka@h2`iyI<c-?eq da5xx ?:./f\C'9O[@6xe^5*L&ot {l#pٓPaUwԛ4+QHZ nW#"'DƺM0#[d1+>SK[ZW>@ܷW9^A[67m6>Ѝ-pE(sǘm ʆTkA "+]~s\5 (A" m^ e!ur7bXWzT>z[~ +endstream +endobj +1263 0 obj << +/Type /Page +/Contents 1264 0 R +/Resources 1262 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1202 0 R +/Annots [ 1258 0 R 1266 0 R 1259 0 R 1267 0 R 1260 0 R 1268 0 R ] +>> endobj +1258 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [403.012 651.766 521.862 664.715] +/Subtype/Link/A<> +>> endobj +1266 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 637.32 388.48 650.269] +/Subtype/Link/A<> +>> endobj +1259 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [476.817 598.466 521.862 611.415] +/Subtype/Link/A<> +>> endobj +1267 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 584.02 443.834 596.969] +/Subtype/Link/A<> +>> endobj +1260 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [247.757 317.52 521.862 330.468] +/Subtype/Link/A<> +>> endobj +1268 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 303.074 105.56 315.027] +/Subtype/Link/A<> +>> endobj +1265 0 obj << +/D [1263 0 R /XYZ 73.409 812.458 null] +>> endobj +353 0 obj << +/D [1263 0 R /XYZ 74.409 771.732 null] +>> endobj +1022 0 obj << +/D [1263 0 R /XYZ 45.145 684.31 null] +>> endobj +1096 0 obj << +/D [1263 0 R /XYZ 45.145 631.01 null] +>> endobj +1097 0 obj << +/D [1263 0 R /XYZ 45.145 577.71 null] +>> endobj +936 0 obj << +/D [1263 0 R /XYZ 45.145 524.41 null] +>> endobj +630 0 obj << +/D [1263 0 R /XYZ 45.145 485.556 null] +>> endobj +727 0 obj << +/D [1263 0 R /XYZ 45.145 432.255 null] +>> endobj +474 0 obj << +/D [1263 0 R /XYZ 45.145 378.955 null] +>> endobj +617 0 obj << +/D [1263 0 R /XYZ 45.145 296.763 null] +>> endobj +726 0 obj << +/D [1263 0 R /XYZ 45.145 214.572 null] +>> endobj +1262 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F48 362 0 R /F50 363 0 R /F76 494 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1273 0 obj << +/Length 2541 +/Filter /FlateDecode +>> +stream +xڕXYoH~ϯ0X/ DTwMe!/نIY hmqLq_U]MYb$gb>${c{߱b{RbqOK_xOZO}LQ`,}Rw2*mSLB7 +e4iWSYeINãoY9O;wGnIw@RLq\I |fro 2d C\pnjߝNp/WIxowW;^׺p]vBJdY,×?{,Y&xЕ-ݙEY5z?G{>2_Qwp\ ~r#>MV8rDtaor=r,Xؘ܎y1<{9KiM'"Y,@P7sS4e>؉t<=/jW8^Hph6vMPZR`Eq_9 HM&t"=PQirs k?{/Vi`?.L;XHMHs{e:DqhMXS{+"=#))gC @phȗYᶱ vWjff'L1 ;[ ǐM;LM1!=3I/"  Ϥf*Òbx,+tKiMeЄx]8 +g5d, AY߂5"F@K +q眵uqΝoŁd$`^S(:!7+S/L}aLtݩnr2ˢ| k "36e0Jj:et +]^PSVQB AȜ! DgsNE(1F StD|FgfIc"rbM( 4uT_3Cюbqn®R4>i57Gͷzʹۍk3|&!ژ  6(AX$W@d|K1*G3w@9 c lY\xO܋lg917 C=,r,i`|fF`%5?vCm'ʼn<%U۹YY=TERVr0v>iy9rcge>z+&S'9Z'v991 !i\GV%) e)Px?$i;e oQ7o>m4۪2iXjh0Է8Lݬˆ6FqYCiU[ݏc?x~27i'=M_]ox_nEityP"6ᒂP=/?}; CxaRVHT||1"n"bb|pL.ԱUܦTʲYW<|ć5[fCABkb!60h4) +Z@u\ׁ+q@ +4&OnٙiAisby0-Ec[5tAAA,}6io?NvP4XZ9+L0 '-/]gl .F'*>b- DpF%;K1[YO-F +endstream +endobj +1272 0 obj << +/Type /Page +/Contents 1273 0 R +/Resources 1271 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1202 0 R +/Annots [ 1261 0 R 1275 0 R 1269 0 R 1276 0 R ] +>> endobj +1261 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [329.207 741.679 521.862 754.628] +/Subtype/Link/A<> +>> endobj +1275 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 727.233 351.577 740.182] +/Subtype/Link/A<> +>> endobj +1269 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [359.959 436.324 521.862 449.273] +/Subtype/Link/A<> +>> endobj +1276 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 421.878 253.669 434.827] +/Subtype/Link/A<> +>> endobj +1274 0 obj << +/D [1272 0 R /XYZ 73.409 812.458 null] +>> endobj +804 0 obj << +/D [1272 0 R /XYZ 45.145 774.223 null] +>> endobj +761 0 obj << +/D [1272 0 R /XYZ 45.145 720.923 null] +>> endobj +725 0 obj << +/D [1272 0 R /XYZ 45.145 667.623 null] +>> endobj +530 0 obj << +/D [1272 0 R /XYZ 45.145 614.323 null] +>> endobj +1000 0 obj << +/D [1272 0 R /XYZ 45.145 575.468 null] +>> endobj +927 0 obj << +/D [1272 0 R /XYZ 45.145 536.614 null] +>> endobj +512 0 obj << +/D [1272 0 R /XYZ 45.145 468.868 null] +>> endobj +749 0 obj << +/D [1272 0 R /XYZ 45.145 415.568 null] +>> endobj +498 0 obj << +/D [1272 0 R /XYZ 45.145 347.822 null] +>> endobj +980 0 obj << +/D [1272 0 R /XYZ 45.145 294.522 null] +>> endobj +497 0 obj << +/D [1272 0 R /XYZ 45.145 255.668 null] +>> endobj +499 0 obj << +/D [1272 0 R /XYZ 45.145 202.367 null] +>> endobj +760 0 obj << +/D [1272 0 R /XYZ 45.145 163.513 null] +>> endobj +1271 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F76 494 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1283 0 obj << +/Length 2288 +/Filter /FlateDecode +>> +stream +xڝX[s~ϯ%.#lsM60lDI"^ן]3o`yu޿a'M]:YxI0bY'0Mx#o + ƃ(DpF+]UeSW3X`hr]MצTvز ŻJ/MWs,4~ӶWe11ﺘRn*=i]Ruz.%tѦhp`i[ik$kHY4~~eXVxǫ7Wn/A5Qc⏊= &8뻝[^ +Jۅ{[E@_)2/2ޢL˲r̽zu17KKʋV֕-ȏ^]%qFGEaT{_zK/]^-`k~68q`*CHXxU? +$.*]m_h;\\Sqs> XmnMT1t{lj0Y܍WCKOzZ^"$bᔌ]0(Zs34:U2͢ -UV$l='à ӽDUg[^V5SL"nUt;-4ɁAcw%OiU3-9gR/ +hBQ)5lZ6q^% L7&"~xG6ZbIk + Yz2o-lxm7Y빡޵Lkt,`cK-/3^\P…,O;2.ęHq8z-GXs]`I6 j卙րj!E GT#(L2c šhn@9]: sdʭYs@\]Yצ斂Ld\"W`VP|bNݍ.?җ,UQ\oa*3œ"q'z꽮 {i"N(w}.1h_1fT,v* +`ǣ^m[]TʘXvF%-/BQ́ԧ*ǹ)iW+ifN"B ,?ƌr\y܏"K+=tK,ؼrh<"|sV@v /xx:ŝG +[c^tLj"A_Ǐ +$ks7}F^,?G=0j :>Z󊖠F !O('xzX$a5r +XR`Ϣ +ޒ8#s?8x.Ȕ:f{3;i[uLE(-ANI! So~{QnZ |; xrS੤#p$<=#I؛_ +endstream +endobj +1282 0 obj << +/Type /Page +/Contents 1283 0 R +/Resources 1281 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1202 0 R +/Annots [ 1270 0 R 1277 0 R 1285 0 R 1278 0 R 1286 0 R 1279 0 R 1287 0 R 1280 0 R 1288 0 R ] +>> endobj +1270 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [152.519 741.679 475.828 754.628] +/Subtype/Link/A<> +>> endobj +1277 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [236.95 688.379 521.862 701.328] +/Subtype/Link/A<> +>> endobj +1285 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 673.933 191.666 686.882] +/Subtype/Link/A<> +>> endobj +1278 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [198.055 596.225 521.862 609.173] +/Subtype/Link/A<> +>> endobj +1286 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 583.439 142.463 594.727] +/Subtype/Link/A<> +>> endobj +1279 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [255.402 465.216 521.862 478.165] +/Subtype/Link/A<> +>> endobj +1287 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 450.77 228.569 462.723] +/Subtype/Link/A<> +>> endobj +1280 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [359.959 383.024 521.862 395.973] +/Subtype/Link/A<> +>> endobj +1288 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 370.238 234.719 381.527] +/Subtype/Link/A<> +>> endobj +1284 0 obj << +/D [1282 0 R /XYZ 73.409 812.458 null] +>> endobj +574 0 obj << +/D [1282 0 R /XYZ 45.145 774.223 null] +>> endobj +803 0 obj << +/D [1282 0 R /XYZ 45.145 735.369 null] +>> endobj +533 0 obj << +/D [1282 0 R /XYZ 45.145 667.623 null] +>> endobj +647 0 obj << +/D [1282 0 R /XYZ 45.145 628.768 null] +>> endobj +513 0 obj << +/D [1282 0 R /XYZ 45.145 575.468 null] +>> endobj +511 0 obj << +/D [1282 0 R /XYZ 45.145 536.614 null] +>> endobj +559 0 obj << +/D [1282 0 R /XYZ 45.145 512.206 null] +>> endobj +908 0 obj << +/D [1282 0 R /XYZ 45.145 444.46 null] +>> endobj +906 0 obj << +/D [1282 0 R /XYZ 45.145 362.268 null] +>> endobj +853 0 obj << +/D [1282 0 R /XYZ 45.145 308.968 null] +>> endobj +907 0 obj << +/D [1282 0 R /XYZ 45.145 255.668 null] +>> endobj +869 0 obj << +/D [1282 0 R /XYZ 45.145 202.367 null] +>> endobj +1281 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F76 494 0 R /F77 479 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1 0 obj +<<>> +endobj +2 0 obj +<<>> +endobj +3 0 obj +<< /pgfprgb [/Pattern /DeviceRGB] >> +endobj +1293 0 obj << +/Length 2481 +/Filter /FlateDecode +>> +stream +xڕY]sڼ*cf$KsG&mx3\8OAf4gW+MVk}D[D9ȠǘH{^a"Qf|U!Wܕ6?Wyaފ7> <]3&VTS  .`Be*I15 3:ܔmB/y7wao`ouxutIPY4U|ټ`o8uPGcr=W*z^Vj9>qua%ͦ- i&!%gޝmoNAErgL&\^kN\$َE}B'U(J,һN?Ѡ,@XQW]Q;`/D"gYy4/ M9a+2-"8!MD " %iCZgrG^SõX;C|HM ))nϤ31y?33YH- +=f9&Ϥl[.vЅc}|UktNq~QXdZ ?DmfTD3#eIc`d3IT3 "8"4ø10L8HQҭN2oe71&TQ߂+@ IHp;  &dRx>"3eE*7i؝  !- ;1gTL4sU[K(y3.2g~wBƾ^a/!.N$Z1`C#Fכq/菶f=Ƣ{&ة~*݄7L,+)%lB&yYj8 +Q*I%mc Q-IXVFe#?q c= \PPuو2B@% k3]2y7 LkS$T8ɽzGaEôqp{l! vڝゆj(|.ep<$PZLoߨA<۞ר}E3j݄>Õrar 9fp) $B9D J0mQ@V|qrb| "q)Ppo6YıO1t籯\dp}E.I:|Fq\FUMaP6t]:,ڥtk]$ٖk2kޚm0dS jO\^Qy9ѥ)@ _5 *W؇ +:i]CpER r +vKUT y29*~oK>\]7ӵ]6hu~F!<6X,ҦA輦3j5/N(_8f~'|; $qK}f6 %Jm2 +ϿmLQspY삠t1>@oZ4#Ē6>Ô#aׂNJ6AeP@%qH|$\ {ؼ59#mB/3*n)WTؗ$io1XcѤumpkYc bcfrDtPj/N qV+N0Gc̻Hzek8(`p=adp/vo7SǠNX' +D8>ʘYne<ťØtF[bZO.P'%)[ Vfաni.2eZ΄t;Өc4f [~ʪxH]O ]W^;/~"|EJ +xr|ľsym\:ܩzbPsڽ(j'Y\"<KL[- +bF.N a< ?RMˣ׳w^: +endstream +endobj +1292 0 obj << +/Type /Page +/Contents 1293 0 R +/Resources 1291 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1296 0 R +/Annots [ 1289 0 R 1295 0 R 1290 0 R ] +>> endobj +1289 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [366.109 446.287 521.862 459.236] +/Subtype/Link/A<> +>> endobj +1295 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [85.116 433.501 160.914 444.79] +/Subtype/Link/A<> +>> endobj +1290 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [153.846 325.241 438.758 338.189] +/Subtype/Link/A<> +>> endobj +1294 0 obj << +/D [1292 0 R /XYZ 73.409 812.458 null] +>> endobj +560 0 obj << +/D [1292 0 R /XYZ 45.145 774.223 null] +>> endobj +599 0 obj << +/D [1292 0 R /XYZ 45.145 706.477 null] +>> endobj +532 0 obj << +/D [1292 0 R /XYZ 45.145 653.177 null] +>> endobj +774 0 obj << +/D [1292 0 R /XYZ 45.145 599.877 null] +>> endobj +750 0 obj << +/D [1292 0 R /XYZ 45.145 561.023 null] +>> endobj +600 0 obj << +/D [1292 0 R /XYZ 45.145 493.277 null] +>> endobj +582 0 obj << +/D [1292 0 R /XYZ 45.145 425.531 null] +>> endobj +780 0 obj << +/D [1292 0 R /XYZ 45.145 357.785 null] +>> endobj +724 0 obj << +/D [1292 0 R /XYZ 45.145 318.93 null] +>> endobj +531 0 obj << +/D [1292 0 R /XYZ 45.145 265.63 null] +>> endobj +1021 0 obj << +/D [1292 0 R /XYZ 45.145 212.33 null] +>> endobj +1291 0 obj << + /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R +/Font << /F50 363 0 R /F77 479 0 R /F76 494 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1247 0 obj +[357 0 R /Fit] +endobj +810 0 obj +[357 0 R /Fit] +endobj +558 0 obj +[357 0 R /Fit] +endobj +557 0 obj +[357 0 R /Fit] +endobj +556 0 obj +[357 0 R /Fit] +endobj +555 0 obj +[357 0 R /Fit] +endobj +1297 0 obj << +/Length 197 +/Filter /FlateDecode +>> +stream +xڍ +`4w/Pj)MPԚ>#46_Gth =(TWC# |=yrϭ3;/ft싳^l,N+=u-',]ƠBR"/ w]OJ Hѐ4MJ0?_9.6վэ-iN͋eVL +endstream +endobj +1298 0 obj << +/Length 196 +/Filter /FlateDecode +>> +stream +xڍ= +@ GbVbh%GH"/Vef Ʃj?8$C(gbg(X]r;fwPL@ | ~nF <z/@:Mrp\3]8[FihHOҙAHVxuO +endstream +endobj +1299 0 obj << +/Length 142 +/Filter /FlateDecode +>> +stream +x31ӳP0P04S54V06R04TH1*24 +(s< M=\ +%E\N +\. +ц +\. +?aC??@P`4,r +endstream +endobj +1300 0 obj << +/Length 104 +/Filter /FlateDecode +>> +stream +x31ӳP0P0@dbUeh䃹`\.'O.pCC.}0BIQi*SPE!'EA0XA0Փ+ 9-I +endstream +endobj +1301 0 obj << +/Length 230 +/Filter /FlateDecode +>> +stream +xڥбJ@/L i +PysQ%o镶={[r\/䶷\C#;"L E(JdG)23!_#2C[{GE{ʐ :Z2 fFb֘9e)QSFO?V2C鎾?9ru +endstream +endobj +1302 0 obj << +/Length 197 +/Filter /FlateDecode +>> +stream +x31ӳP0P0bS3CB.C I$r9yr+r{E=}JJS. +@-\. +700& @Y4$)&?H L2A :0Y&q RbbH.C _@|A! HC, !݈I +endstream +endobj +1303 0 obj << +/Length 184 +/Filter /FlateDecode +>> +stream +x͐=@XL #V &naRK (҂.C l}/N竌BJh&)^PF ] 厹Fq(Eu1 +}C$QtQZۂgmJ9Հe +7Fд?oaF k ,|_F&h +endstream +endobj +1304 0 obj << +/Length 127 +/Filter /FlateDecode +>> +stream +x31ӳP0P0bSS3CB.1s<L=\ +%E\N +\. +ц +\. +D?`OY$$ ;R?$XՓ+ VX +endstream +endobj +1305 0 obj << +/Length 174 +/Filter /FlateDecode +>> +stream +x1 +@ ) fa +n!he!Vjih-GL2 +7&.&RY S2sjOƠZKFe7?/4#ڂJ"nݯ;QO7ZB؈U$fMYD@ ϝf+;|WW +endstream +endobj +1306 0 obj << +/Length 210 +/Filter /FlateDecode +>> +stream +xڍϱj@_pK@{98Sj@-48 -rpnA0f#VX܏]і1ey8%dIL2~Ar<"9hM锳AitJweB# LX6vs`RaF$i4 ;QWytExݭ'{gk~϶,O*$=t %~ +endstream +endobj +1307 0 obj << +/Length 220 +/Filter /FlateDecode +>> +stream +xu=N@ _b%79 +H" * +D[n&"ymafYy.\O:/wa\gVVOK{Ǵý~~|m]=(k}fϋ kEm&fhF hrá ++'2ʉ3q4|PY؁0e齳s5\@e'XreSU4Q~MQd +endstream +endobj +1308 0 obj << +/Length 206 +/Filter /FlateDecode +>> +stream +xڥϽ +0+->Z+S*AAAѹ}>b$*.bBz:ԥVDJQܣmT;fiTTf3:; :Yc6\;lhkb⍹/N-Z6*p|ZX?4>usn tn N2\KKv +endstream +endobj +1309 0 obj << +/Length 220 +/Filter /FlateDecode +>> +stream +xڝ; +@ )isJE"b=A aS~] +endstream +endobj +1310 0 obj << +/Length 216 +/Filter /FlateDecode +>> +stream +xu1N0E*ir ,-D +$(VT@Iv(>–)VAaYO??V=ϝz`U6]oX?ݕvⷺ}qE XXͨ̎p[P0LhB M 4ESDiDf( DETHIc %)>/~Œ\r/_})oG +endstream +endobj +1311 0 obj << +/Length 164 +/Filter /FlateDecode +>> +stream +x31ӳP0P0bSsCB.c3 I$r9yr+q{E=}JJS ]  b<]300? C=`cf ?F%5Ƅ@.N%\=CSt +endstream +endobj +1312 0 obj << +/Length 165 +/Filter /FlateDecode +>> +stream +xɱ +@ : Y k +7:9utPt>ZpcҘ(@>?1t>C1I0IF*x܂ڡA +ʮv@F +G` t>'C/fH= b賚'b6l Q"Di +endstream +endobj +1313 0 obj << +/Length 137 +/Filter /FlateDecode +>> +stream +x31ӳP0P0bCSsCB.cc I$r9yr+s{E=}JJS ]  b<](B` D00 + aDHpzrrȧYA +endstream +endobj +1314 0 obj << +/Length 168 +/Filter /FlateDecode +>> +stream +x1@!&p,`EVJ--4ͣ(-!5W? 9ER?֔$4hqF=`iP(QͤGet>]ń4֚ | f!N^ :^]寸3 lnO(N . k7 +endstream +endobj +1315 0 obj << +/Length 123 +/Filter /FlateDecode +>> +stream +x31ӳP0P0b#S3CB.c3 I$r9yr+q{E=}JJS ]  b<]``? ×0? 'W g +endstream +endobj +1316 0 obj << +/Length 159 +/Filter /FlateDecode +>> +stream +x1 +@бa1[ZYZZ(ZoG 2΢]> +stream +xڍ1@E #0eV$&ZY+h+{4(- 㲘ڼOϛ$ͦ񄇚1'O6MvV6&U~{I7 ֤rkT dR" "/x"o"x Aā, Ң~~5oU9qNȩ9IR 3,hK` +endstream +endobj +1318 0 obj << +/Length 229 +/Filter /FlateDecode +>> +stream +xڭϱJA?lq0= %*#xE@+ I-SD5_,9 ,9nsckc_ťc?f5ySǣZhZ}dl5.dj0r DW@`D$  F]67@Hmtt9OYw억g߹٫e&ڥOM&7ۊ` +endstream +endobj +1319 0 obj << +/Length 172 +/Filter /FlateDecode +>> +stream +xڵ1 +A i832VºSZYZZ(ZXYz#llXZO7荆d/9C;GtVibs0W,lQ9O=l1!洖}N)!0Z2-ygg"(.0P5tŷAUɲ+Y0\%-nYW +endstream +endobj +1320 0 obj << +/Length 218 +/Filter /FlateDecode +>> +stream +xM1J`b`w.~7hXW0VbZ +* +vnUra!,ǔK-tgQ ->Gy劲p3%WtpK-Ϗ kxzX 33䎅rCF40@:b #LɂY.dČ 曶AȺ lB{,Zxώ`1K{+orSN~o' +endstream +endobj +1321 0 obj << +/Length 160 +/Filter /FlateDecode +>> +stream +x31ӳP0P0R5T01P05PH1*26 +\.'O.pcs.}0BIQi*Sm` $?` #$`'0   Sd.WO@.] +endstream +endobj +1322 0 obj << +/Length 159 +/Filter /FlateDecode +>> +stream +x31ӳP0P0R5T01U0TH1*21 +(@es<L=\ +%E\N +\. +ц +\. +`,dF }H<00g?`G"?\=kqt +endstream +endobj +1323 0 obj << +/Length 174 +/Filter /FlateDecode +>> +stream +x31ӳP0P0bScKCB.1s<L=\ +%E\N +\. +ц +\. +7P& eJ``$? @cg@%4*PFF2?F2~~F2?N7 H{ r +V +endstream +endobj +1246 0 obj << +/Type /Font +/Subtype /Type3 +/Name /F128 +/FontMatrix [0.011 0 0 0.011 0 0] +/FontBBox [ 1 -21 48 63 ] +/Resources << /ProcSet [ /PDF /ImageB ] >> +/FirstChar 40 +/LastChar 118 +/Widths 1324 0 R +/Encoding 1325 0 R +/CharProcs 1326 0 R +>> endobj +1324 0 obj +[46.98 46.98 0 0 46.98 0 0 0 0 0 0 0 0 0 0 0 0 0 46.98 0 0 0 0 0 0 0 0 46.98 46.98 0 0 0 0 0 0 0 0 0 0 46.98 0 0 0 0 46.98 46.98 0 46.98 0 0 0 0 0 0 0 0 0 46.98 46.98 0 46.98 46.98 46.98 0 46.98 46.98 46.98 0 46.98 0 46.98 46.98 0 46.98 46.98 46.98 46.98 46.98 46.98 ] +endobj +1325 0 obj << +/Type /Encoding +/Differences [40/a40/a41 42/.notdef 44/a44 45/.notdef 58/a58 59/.notdef 67/a67/a68 69/.notdef 79/a79 80/.notdef 84/a84/a85 86/.notdef 87/a87 88/.notdef 97/a97/a98 99/.notdef 100/a100/a101/a102 103/.notdef 104/a104/a105/a106 107/.notdef 108/a108 109/.notdef 110/a110/a111 112/.notdef 113/a113/a114/a115/a116/a117/a118] +>> endobj +1326 0 obj << +/a40 1297 0 R +/a41 1298 0 R +/a44 1299 0 R +/a58 1300 0 R +/a67 1301 0 R +/a68 1302 0 R +/a79 1303 0 R +/a84 1304 0 R +/a85 1305 0 R +/a87 1306 0 R +/a97 1307 0 R +/a98 1308 0 R +/a100 1309 0 R +/a101 1310 0 R +/a102 1311 0 R +/a104 1312 0 R +/a105 1313 0 R +/a106 1314 0 R +/a108 1315 0 R +/a110 1316 0 R +/a111 1317 0 R +/a113 1318 0 R +/a114 1319 0 R +/a115 1320 0 R +/a116 1321 0 R +/a117 1322 0 R +/a118 1323 0 R +>> endobj +1328 0 obj +[444 333 500 500 278 278 500 278 778 500 500 500 500 333 389] +endobj +1329 0 obj << +/Length 106 +/Filter /FlateDecode +>> +stream +x3532Q0P0WеT01T5RH1*26 +ɹ\N\ +\ +\ +%E\N +\. +ц +\. +c``rzrr!. +endstream +endobj +1330 0 obj << +/Length 100 +/Filter /FlateDecode +>> +stream +x3532Q0P02F + +)\\@$2ɹ\N\@.}0PRTʥ(Dry(7P}'W v +endstream +endobj +1331 0 obj << +/Length 129 +/Filter /FlateDecode +>> +stream +x3532Q0P04R0T05Q01RH1*21(Cs<L =\ +%E\N +@QhX.Oa`d N!@'W aF +endstream +endobj +1332 0 obj << +/Length 190 +/Filter /FlateDecode +>> +stream +xu= +@_H&2'pbSZYZ +* r!eu$im>73K|s:(dɩ拦ő!/iuQV:pHNv+֤r>jOTr-`둞k+ KF:vZx/hL55\Lw`к=}f:L% +endstream +endobj +1333 0 obj << +/Length 109 +/Filter /FlateDecode +>> +stream +x3532Q0P04U0T01S02UH1*26PA3Lr.'~BIQi*S!BA,? bĸ\=I'L +endstream +endobj +1334 0 obj << +/Length 186 +/Filter /FlateDecode +>> +stream +xu= +@'XxMnU F0X({)놤`&Ӌe1댓皯&Ƽr&u4!T}#U׬IU| d aѴEaƆpF ECE;Ɖ F4p~> +stream +xUj@]K!n?< +PГd{[i +}یw%}(o8q28`9 +L@/]zz ;((5OHe|Zg䭃z"?eTB1Mi> +stream +xMнn@ phI3FʇTJԡv쐨x< !OY\>TRJGy*Wką8]5~7ם G)'{$ȅZJag^lkRfP)TdGJ:D>хK4n|NKzf =ps7aA?gv3o}n}5m7ّf5vB +endstream +endobj +1337 0 obj << +/Length 227 +/Filter /FlateDecode +>> +stream +xUнj0  |OPn4x($S)ɘn֣Q3wǝ|TP-땖%Kĺ⼐T6NW\P]a*;}\0_ވ5J*خ fB"'< ـeLHgF2Axb_&WCRc&`M b`$Ƴ4z\Dx<.\M"(WW +endstream +endobj +1338 0 obj << +/Length 209 +/Filter /FlateDecode +>> +stream +x1@!$p"$&ZY+h (8kx6/3MtF'SWLR8^0/1Q`.| ,<~˽-x@U; +z 0NP62Zi  I[P`h@-|f6Կ#IW#YA$msJʗY.[de14M%n ۧ? +endstream +endobj +1339 0 obj << +/Length 227 +/Filter /FlateDecode +>> +stream +xeн0# $ h)+ &:9'ut  ZШM_rT"Қ҄&15^0d8Qm)Q-*_z?gQi)c>'kp+3R~İB!{mW> 0o_4z~p jp +p^$*NE'Wke`αVr#fq_я +endstream +endobj +1340 0 obj << +/Length 224 +/Filter /FlateDecode +>> +stream +xeϱj@ ` ZvqJ6C@<کCȔv쐐Gf9rulb֬xW82)n_hQ +endstream +endobj +1341 0 obj << +/Length 263 +/Filter /FlateDecode +>> +stream +xM1N0 `W*y @_H01 &`d܄##tP ,ljuC;ӉشJ\'> +stream +xeбN02D%o qICHHd@1A Gˣ3X>ɹ;GtgSGˎ=;|v%ņ=+pCo[׷Ѓ @NDzX1{˜ CPXN/T ڲ:ԨNX4zYg{* -j0Q+V&+qlTIK%J^nOHhϚKbYi j;ep +endstream +endobj +1343 0 obj << +/Length 181 +/Filter /FlateDecode +>> +stream +xڍ;0 T*yJȀbFzcDgGIVe%*=Wjׇ6l.wh #V5ȭ4;|=7~o> +stream +x};N0RDG\Ga"-D +$(BI:9GRnepT4}.ێ +-]ڵ TlJpG_)PÑJ^*^ Wq[i `)V1%\lGvyΩζHsl; #l2$KD ?7&И&OlQ,_Z.ZpzѠϡPn?V +endstream +endobj +1345 0 obj << +/Length 271 +/Filter /FlateDecode +>> +stream +x]?N0Wu!$.l H01TL := +F 3D5MRoQ"Og҈G 7,`xA9%{y~}pzu836,dV@ximv + g5 ԡվ?^ З}%= ]N_T/ց`.OI3[(Y8E&gFEݚRӬr;M35&%iU;z7tހ'xyxw +endstream +endobj +1346 0 obj << +/Length 241 +/Filter /FlateDecode +>> +stream +xUбN0 T*y'_@[DH! & `n?-O艁U(N⡿w<=z|xy#vkza> +stream +xmϽ +@ > +stream +xUϱJ1ba}:pVbf-oeq +~29Y>3[ cۯO/cJL 7=p`#W%2HE]~&NMp8\@s4׌'IOMug3.Z%7zI^u^u$K)HrQU2mOt9-W; +endstream +endobj +1349 0 obj << +/Length 257 +/Filter /FlateDecode +>> +stream +xUϱN0:D%{H]-" &D@bfx"^ c$h*|ԧmG iM'4m5>aiCv? 9ǺWgЭ b 4 v.`17eI-#@UY󙴞麸`fjONqGXߋ\Gyوe0NVYhF+ h!* FiT`G(K xxrŕ +endstream +endobj +1350 0 obj << +/Length 222 +/Filter /FlateDecode +>> +stream +xڍ1N0E'JaispLmiY$R AE}4GpbXpWoy5(~ /yW<t:ʼ^{V;~cw$O^gNB4" +;Q $@L!kєdJ+Y1Ԇ ՛& +iR1@K{C%N4Z @ԗUjU[ m2i8oCuv +endstream +endobj +1351 0 obj << +/Length 256 +/Filter /FlateDecode +>> +stream +xMбJ@9LGȼ&{$]<VbF,o2ŒqfcH`-柭鶤RUң,+iN/ϸo0Rژ7W,Tcs J(kb[׶Qt,73N`֙̉ڛ[يL`$@2b64?5nR_莽wɿN1f:QP:B탚 !/?u9 +endstream +endobj +1352 0 obj << +/Length 232 +/Filter /FlateDecode +>> +stream +xڕ1n@E@#0H5CD +raSptJ#PRX,}+:Mg|2tT <:I8HOmÆt{ɁꊕR=n0r:}tNйFEmT@VQjDM F qXzHШ_=.؛촘X1oEߊ8@+FpğKMte8_ +endstream +endobj +1353 0 obj << +/Length 243 +/Filter /FlateDecode +>> +stream +xڥбN0 V"y#/1 t`b@LޣUE7v^ NdNlWxG O[|j_`C.BJu5}ZI{d> +stream +xuϱ0[x h)Adk`qRGh}>#pw+L3LP1xpiy:(k'L ;~} % + *kXc;fm3ag4Q^K;I $zy>\GFsj=nU2nGg`t'lk8{f +endstream +endobj +1355 0 obj << +/Length 253 +/Filter /FlateDecode +>> +stream +xE1N0@щRX7sHBAgiY$R AE`-@bsB$.#Lٌ]Q=if;;N;/hW{4ë́=67> +stream +xE=N@/rai=6ZR.@T@I(s_LjQ.)y,N|'㧂^uٕ -j)ҙ>)[\pAْ ^2IG*Yɨv!ZK+:AFƭ6LJ!jTϦE@ H4NQ7hl6j7Ac}P__^_3f@%[;az5H<貦[S +endstream +endobj +1357 0 obj << +/Length 219 +/Filter /FlateDecode +>> +stream +xM=N1bi| ׉R[ AER%j|ehYC4_f4?w<[cOZo5oK>zK^s=޲#Á=} GЉhD&$Ԉ63LnO0;+JRBeRbcM/+I I(4#M d˵d#~j9 +endstream +endobj +1358 0 obj << +/Length 265 +/Filter /FlateDecode +>> +stream +xU1N0omM_j"-D +$(PRv(9Bi/҅alM^=j,>WZBJXz|ZwJoe~2dzw7^j 뽂0@uH)}e[""idAg kUϺn4"48M:bI4#܍5,H)} xPd?Գ>b>̚~V,uxG*/ky+™F +endstream +endobj +1359 0 obj << +/Length 215 +/Filter /FlateDecode +>> +stream +xeαj@ ` Z 4 :PtP2%;$[ ~1C^ępX9%6D7?l)gzRǤ5~^0"嫋Q+:~( )+g?[\\z\|an2ݘm`3M*nDo-lQ[x wv.w`o;6Ѳ +<Sfeoxhe +endstream +endobj +1360 0 obj << +/Length 226 +/Filter /FlateDecode +>> +stream +xE1j@EPa:aQaH*&2EZ:#Bx<3r]10iI@.2,q93 cs'f^RZ%[N@&`.qo͊̉MoT8K6-z4*_> +stream +xڕ= +@ )DBSZYZZ(fs4L2 _1o (&3F ^1M$i~_ 2;J+QgkgԳ͜  \X_u+V-Ɣ5ShYȥE-"a}T)u/ =pohn +endstream +endobj +1362 0 obj << +/Length 252 +/Filter /FlateDecode +>> +stream +xMϱJ@?L> h.9˅SZYUjih'$`^ a|6[+fg-S >KCAZ\+*o-)2=R>5PfxGv8B"=,Rl1*lw|0ΆfH&Sξ]:j|fjkQƚ~a8ۍ:wAãgtVMd!|EQ/?J+ttkcK +endstream +endobj +1363 0 obj << +/Length 225 +/Filter /FlateDecode +>> +stream +xMϱN0`> +stream +xMJ0){ж)`<,ԣEMoz3qn]C$:0TҚ*d =Uf#%z>y|m= ײEsCoXlo/bGlv8Sivi^p3RpQZНƩ + A. }h'qiwԔ)ŵ )nR?Rjbi:8^ y ,y#_VW / +endstream +endobj +1365 0 obj << +/Length 247 +/Filter /FlateDecode +>> +stream +x]бJ1YR7ptw%uBRK EẤ,| L!\uS|ńП茎{ C=Yɲ#3g\ޑYa{%klkz{}v}sA=!"X5W)N{wFIKGh!g:șL xj>8roR4|3刷j +endstream +endobj +1366 0 obj << +/Length 283 +/Filter /FlateDecode +>> +stream +xMбN02DG$i:Z*E"L @!%s}–!qwx$lo7xZcƪҼ/6slcUMɷX|%!x &Cҧ4@:d;{`GMY)cÔl@xfNJ-t)&,LǓB;Nbײ~/OSSe(p=SͤNr$Q% ₓ@Av*Hs> vs՘;/l +endstream +endobj +1367 0 obj << +/Length 238 +/Filter /FlateDecode +>> +stream +x}=J@FGmf 0L!he!Vjih'fLrf0LNߞw^гVVVw|l_^8H}R7"R[Oj(I]lv +[ a,fRIq'cqrvjI 3ҵ-1:tQgu:>Ƥ3Ʀ$[lw̅S1 {j;uwu +endstream +endobj +845 0 obj << +/Type /Font +/Subtype /Type3 +/Name /F117 +/FontMatrix [0.01004 0 0 0.01004 0 0] +/FontBBox [ 0 -23 62 62 ] +/Resources << /ProcSet [ /PDF /ImageB ] >> +/FirstChar 16 +/LastChar 122 +/Widths 1368 0 R +/Encoding 1369 0 R +/CharProcs 1370 0 R +>> endobj +1368 0 obj +[51.24 51.24 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51.24 51.24 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51.24 0 0 0 51.24 0 0 51.24 51.24 0 0 51.24 0 0 0 0 0 0 51.24 51.24 0 51.24 51.24 51.24 51.24 0 51.24 51.24 51.24 0 0 0 0 0 51.24 0 51.24 0 0 51.24 51.24 0 0 51.24 51.24 51.24 0 51.24 51.24 51.24 51.24 51.24 0 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 ] +endobj +1369 0 obj << +/Type /Encoding +/Differences [16/a16/a17 18/.notdef 45/a45/a46 47/.notdef 61/a61 62/.notdef 65/a65 66/.notdef 68/a68/a69 70/.notdef 72/a72 73/.notdef 79/a79/a80 81/.notdef 82/a82/a83/a84/a85 86/.notdef 87/a87/a88/a89 90/.notdef 95/a95 96/.notdef 97/a97 98/.notdef 100/a100/a101 102/.notdef 104/a104/a105/a106 107/.notdef 108/a108/a109/a110/a111/a112 113/.notdef 114/a114/a115/a116/a117/a118/a119/a120/a121/a122] +>> endobj +1370 0 obj << +/a16 1334 0 R +/a17 1332 0 R +/a45 1333 0 R +/a46 1330 0 R +/a61 1331 0 R +/a65 1335 0 R +/a68 1336 0 R +/a69 1337 0 R +/a72 1338 0 R +/a79 1339 0 R +/a80 1340 0 R +/a82 1341 0 R +/a83 1342 0 R +/a84 1343 0 R +/a85 1344 0 R +/a87 1345 0 R +/a88 1346 0 R +/a89 1347 0 R +/a95 1329 0 R +/a97 1348 0 R +/a100 1349 0 R +/a101 1350 0 R +/a104 1351 0 R +/a105 1352 0 R +/a106 1353 0 R +/a108 1354 0 R +/a109 1355 0 R +/a110 1356 0 R +/a111 1357 0 R +/a112 1358 0 R +/a114 1359 0 R +/a115 1360 0 R +/a116 1361 0 R +/a117 1362 0 R +/a118 1363 0 R +/a119 1364 0 R +/a120 1365 0 R +/a121 1366 0 R +/a122 1367 0 R +>> endobj +1371 0 obj +[556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389] +endobj +1372 0 obj << +/Length 177 +/Filter /FlateDecode +>> +stream +xEɱ +@4z +t`955DS5Eh>x]8|7Q4sN#Őc5ӕUFr2rB2.9"Y!He  t?b@XmXa[`9>^'oᙠĈ~W:ށ0JrA +endstream +endobj +1373 0 obj << +/Length 103 +/Filter /FlateDecode +>> +stream +x313T0P0W04S06W02TH1*2 (B$s<,=L=}JJS ]  b<]0 szrr$~ +endstream +endobj +1374 0 obj << +/Length 179 +/Filter /FlateDecode +>> +stream +xE; +@,8<4+Te)Y”S #)l?'MfYKJ$%)ňd\NW**{Nr!6|.$%#U%L=ԓ7@cbV NA[aҮ2NCYg?pDi6iUю8@ +endstream +endobj +1375 0 obj << +/Length 218 +/Filter /FlateDecode +>> +stream +xڝ1N@4QY +AT +(Ar 3AzWJ_kN|y9H/vI'Zun8-)\ؙBwoVWg)6r}Gݚ3J~ ZTMa.)- +o̤/`tR27V֯ifhh`+-RN]dvg9 +endstream +endobj +1376 0 obj << +/Length 170 +/Filter /FlateDecode +>> +stream +xŐ1 +@ERxt)R-n!he!VB9EqW7seϨxAƘxң3U5ݮr 쀾"h `,T'uID x/H 9 +Zpqol +endstream +endobj +1377 0 obj << +/Length 191 +/Filter /FlateDecode +>> +stream +xm= +@ x Ղ?` +A+ RK E[)S,;h%Xfh< +}:ex\T:8^pVQ>EmqF;)C}FE$ sXBט^Hȃ@?|bezYETZ_q-`R!a~K<.Kj/\ +endstream +endobj +1378 0 obj << +/Length 187 +/Filter /FlateDecode +>> +stream +xڝ= +@g"#Xraˀ!N;GYg!BR@[]/w%ܔ|q&?,Lƹ+x"ҡ@yRx +-0遍~*?umֽr!0e] EӐ`%Ж*sz +endstream +endobj +1379 0 obj << +/Length 193 +/Filter /FlateDecode +>> +stream +xڕα@ .<} L &`qRG;[pqᾤ 5)+H+9s<^&|XLפ*L,r0S⺡MNMC $z11wx!"><Zi&N?>cH RaH'c ˁ:ѴmO, YK +endstream +endobj +1380 0 obj << +/Length 201 +/Filter /FlateDecode +>> +stream +xmPE4K BBrmM>}}V́;ܹiԥS=T'u9&a+NFF⻥OK+ VZ[( f#2;܃J>PDCv@Z }•cC +7'* 4u.7mp b2rcZI_ +endstream +endobj +1381 0 obj << +/Length 154 +/Filter /FlateDecode +>> +stream +x313T0P0asSCCB.c1s<=\ +%E\N +@BA,@Az H?*;&p4Aka[~ `1.WO@.^ +endstream +endobj +1382 0 obj << +/Length 161 +/Filter /FlateDecode +>> +stream +x313T0P0bcSCCB.1s<L =\ +%E\N +@B4Pe,B @d ?  B~oAd $?HzI8'W z +endstream +endobj +1383 0 obj << +/Length 132 +/Filter /FlateDecode +>> +stream +x313T0P0bcKS#CB.cC I$r9yr+r{E=}JJS. +@-\. +  @x@@?C1;}pA|.WO@.O) +endstream +endobj +1384 0 obj << +/Length 115 +/Filter /FlateDecode +>> +stream +x313T0P0b ebUel䃹 \.'O.pc.}(BIQi*Sm`Pz<7,{\W +endstream +endobj +1385 0 obj << +/Length 155 +/Filter /FlateDecode +>> +stream +x313T0P0bcc3CB.1s<L =\ +%E\N +@QhX.O$$PD2`$ȃ@H&?:7 q.WO@.ll +endstream +endobj +1386 0 obj << +/Length 183 +/Filter /FlateDecode +>> +stream +x}=@XLvNBLH0XF[٣Q8ab^2}KJ)*%Kw4 +@@)juE]VQzB[_P :9o.A@9(dq%7@'a/=ߵG.^Tyh p A!\\[>P: +endstream +endobj +1387 0 obj << +/Length 185 +/Filter /FlateDecode +>> +stream +xM1 +@4!s7q5@T0XErr,,2ԎgDM&rv=pr^ًYMyaoY!RrGB7 }KD#"eZSW!("PB Ca}96A=> +stream +x313T0P0bc 3CB.cS I$r9yr+r{E=}JJS ]  b<] @AH2`h AA~[@ Lx:B +endstream +endobj +1389 0 obj << +/Length 148 +/Filter /FlateDecode +>> +stream +x313T0P0bcc3CB.1s<L =\ +%E\N +@QhX.O` $0()D? d=H2cģd> +endstream +endobj +1390 0 obj << +/Length 174 +/Filter /FlateDecode +>> +stream +x313T0P0bcc3CB.1s<L =\ +%E\N +@QhX.O `?aC00~ @2?Dv`N2~+ߎ #ȏߏ`` ?G#g``?A6 H@RՓ+ ɝm +endstream +endobj +1391 0 obj << +/Length 202 +/Filter /FlateDecode +>> +stream +xE; +PEoH!LUBBBN!۲t @!L@,a̻{ې lfOÄܒZrɌOp>ܘW!kJ/LnRQ;H(+p{h/ +O.ok> 44W&F&R$}xY& +endstream +endobj +629 0 obj << +/Type /Font +/Subtype /Type3 +/Name /F106 +/FontMatrix [0.01204 0 0 0.01204 0 0] +/FontBBox [ 1 -1 44 52 ] +/Resources << /ProcSet [ /PDF /ImageB ] >> +/FirstChar 16 +/LastChar 120 +/Widths 1392 0 R +/Encoding 1393 0 R +/CharProcs 1394 0 R +>> endobj +1392 0 obj +[43.59 43.59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43.59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43.59 0 0 0 0 0 0 0 0 0 0 0 43.59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43.59 43.59 0 43.59 43.59 43.59 0 43.59 43.59 0 0 43.59 0 43.59 43.59 0 0 0 43.59 43.59 43.59 0 43.59 43.59 ] +endobj +1393 0 obj << +/Type /Encoding +/Differences [16/a16/a17 18/.notdef 45/a45 46/.notdef 67/a67 68/.notdef 79/a79 80/.notdef 97/a97/a98 99/.notdef 100/a100/a101/a102 103/.notdef 104/a104/a105 106/.notdef 108/a108 109/.notdef 110/a110/a111 112/.notdef 115/a115/a116/a117 118/.notdef 119/a119/a120] +>> endobj +1394 0 obj << +/a16 1374 0 R +/a17 1372 0 R +/a45 1373 0 R +/a67 1375 0 R +/a79 1376 0 R +/a97 1377 0 R +/a98 1378 0 R +/a100 1379 0 R +/a101 1380 0 R +/a102 1381 0 R +/a104 1382 0 R +/a105 1383 0 R +/a108 1384 0 R +/a110 1385 0 R +/a111 1386 0 R +/a115 1387 0 R +/a116 1388 0 R +/a117 1389 0 R +/a119 1390 0 R +/a120 1391 0 R +>> endobj +1395 0 obj +[777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8] +endobj +1396 0 obj << +/Length 255 +/Filter /FlateDecode +>> +stream +xڅ1N@ E!$a,)@T@"萒(9B)Fc4O#JZiek'Ьd۞'/G\>f-\wZj.TKA t]RaPLU2 0 mgFXh2=먓K0vrK1 Dy؍a ԐOP[7|(.<\ycSi NLr 3M Б +endstream +endobj +1397 0 obj << +/Length 155 +/Filter /FlateDecode +>> +stream +x%; +@E_HxM[3o)N!he!Vjih'$KR)SH)nb"J+˝(yfikqlZ99g(ɬX'0RL*b7F@ @4|sB4A +endstream +endobj +1398 0 obj << +/Length 210 +/Filter /FlateDecode +>> +stream +xڕ1PDXl 磈V&&ZY+h G(ˆAB,ٙ}P!#y8ф.fsULԖI%+]'R5w=%1.iFe:o[ xcmrD/+lQa^n%k\h[%~Ҭ5.NnwZb.HhC5~X +endstream +endobj +1399 0 obj << +/Length 204 +/Filter /FlateDecode +>> +stream +xڕ1@EXL `EHaRK &vp4,- JBg7N @\e(D͡+QT쎜⇬Uz`.d㉻<U&);Q rDQMԱ@a1PıMmc ]y Z ~/:] + {>tٴc_> +stream +xڽ +0S +z/I$mu* +ftr'utPtGQxw>B |wd`9,\S]r@A+zx=Π-|JKx@ #  OjHP q#P@e4wku+ \\\5'&ޮx_ +endstream +endobj +1401 0 obj << +/Length 183 +/Filter /FlateDecode +>> +stream +xڽ= +@FGM2ݕM#Xu<#ם1zX描Ȓc9:<į( KjCVZ2*vDUfdPU5w*A PW,N xnqH9Qʹ8a?IWdCvJⴵ[JbC +endstream +endobj +1402 0 obj << +/Length 100 +/Filter /FlateDecode +>> +stream +xU=@@ww]YD'J!* +BVPd *^QcQ1H-Q1V}uF i6;?@a\2 +endstream +endobj +1403 0 obj << +/Length 143 +/Filter /FlateDecode +>> +stream +x3532Q0P0P54Q06Q04TH1*24 +(s< M=\ +%E\N +\. +ц +\. +?aC? ??PՓ+ .q- +endstream +endobj +1404 0 obj << +/Length 99 +/Filter /FlateDecode +>> +stream +x3532Q0P02F + +)\\@$2ɹ\N\@.}0PRTʥ(Dry(3773pzrr{ +endstream +endobj +1405 0 obj << +/Length 174 +/Filter /FlateDecode +>> +stream +x3532Q0P0SеP01U0TH1*2 +(Cds<-=\ +%E\N +\. +ц +\. + @`"j@&~ f0H@L`F؃ ! D4$f6a&I#$l0L  *@'W OF +endstream +endobj +1406 0 obj << +/Length 108 +/Filter /FlateDecode +>> +stream +x3532Q0P02F +& +)\\ +  ,ɥ`hȥU()*Mw +pV(Dry(3773r +- +endstream +endobj +1407 0 obj << +/Length 113 +/Filter /FlateDecode +>> +stream +x3532Q0P0Q0T01W01RH1*@hd Irs{=}JJS ]  b<]C=l q~!nr +P +endstream +endobj +1408 0 obj << +/Length 186 +/Filter /FlateDecode +>> +stream +x5ͱ +@ B{ ^mNI]mGa| HiJ,rI9s#Dӕ^Ҝ1j#º.Ű.`$>rUJF9z",~4+*Oo">GI?ЅPuWwDC; MݠÚH +endstream +endobj +1409 0 obj << +/Length 103 +/Filter /FlateDecode +>> +stream +x3532Q0PP0T01V02UH1*2 (A$s<M≠=}JJS ]  b<]` .WO@.E, +endstream +endobj +1410 0 obj << +/Length 189 +/Filter /FlateDecode +>> +stream +x5=j@'R4'ziU*EH $&n-MGBx o`U+iVgʟԎ!f|Ȧs`,=-fU+fVW~1Y|y̯@1XFr=eW\Ďl~i@4!:HlǛv:_r~)zٷ*7 M +endstream +endobj +1411 0 obj << +/Length 180 +/Filter /FlateDecode +>> +stream +x3532Q0P0b 3CCB. HrW01r{*r;8+. +ц +\. + >000`Ad "0 ?@$DA }<H N #u0! \\\Zt +endstream +endobj +1412 0 obj << +/Length 274 +/Filter /FlateDecode +>> +stream +x]ѿJ@_H&Dw8O0XaX{}K"$ΰYl>že'9|Gk|~/S)Vn6%%2%-~|R⌒-?f>Q;`d1 *=CQGz3۪/j) +:{$ЪbF\bVfg]p65F`%Uo%n~Z.XܒLPV2yuI U +endstream +endobj +1413 0 obj << +/Length 284 +/Filter /FlateDecode +>> +stream +xڝ=N0_"4>BMKiiY$R AEJ +dD"9BVhqIw^6-o哚 6T+7=[;/먺綡ZTu7LkP@ݞb+"EFL@)mҍyd: ^{3zdb*D`F]fe_6/ֻ2XwClKbWN0;C˧4 Yb 9y1y/wc堙~G}iV^պ 眲RΚ0 +ݦE +endstream +endobj +1414 0 obj << +/Length 208 +/Filter /FlateDecode +>> +stream +xڕͿ0kHnauq3ALd08FWx>#Cy5i/m0Rh$_:р109rG쎘הQuz@-iS"'(|@CL4e~;d~l /I#k $_C`? dtr5exO(72?pV +$._ +endstream +endobj +1415 0 obj << +/Length 205 +/Filter /FlateDecode +>> +stream +x}ϱ +0[|Fq+ +vtr'utPty>JЂVCAn C>)NB<pmkq +jZZpTvfJp4A!|ܚRieuݪ,;鷸"Umddgf$/qF+Q+]KC8ptj䐆ŀ +"#$ʣN[ywa +endstream +endobj +1416 0 obj << +/Length 208 +/Filter /FlateDecode +>> +stream +xڍб +0Д[ DZ N⤎S ;!b #wBaj/9A]FG +oPjT +߂[|>^Wn\1ڹ^Wöe;>w"ȑbne!'pΈlr1wE@vؒi`b5olOkuV lL$=o +endstream +endobj +1417 0 obj << +/Length 244 +/Filter /FlateDecode +>> +stream +xڭбN0 `:TG_ҖpCL &`J~> Uq,ĉ_]"hKZ_=n ; Z0+5RaK~5C%'>;*\ $U+u+}e'}^ܧ_"dj_V˿*'1S9}q2.Wl9ɒCТfeDE3vgZyٴfȅ +endstream +endobj +1418 0 obj << +/Length 200 +/Filter /FlateDecode +>> +stream +xڭб +0H-} LSZ N⤎Q;\Oh 䃻 jh1W/qz1pAf@Pki| +}Qa|cpÖqA# +KN2lɠw:RE99[CO#/Jǎmݐg'7ΐl9gXɣ +endstream +endobj +1419 0 obj << +/Length 158 +/Filter /FlateDecode +>> +stream +x3532Q0P0bK3CCB.3 I$r9yr+q{E=}JJS|hCX.O@D~DBD00H2? Iy0i߀ZNĥf2TV? r +> +endstream +endobj +1420 0 obj << +/Length 153 +/Filter /FlateDecode +>> +stream +x3532Q0P0b 3CCB. HrW01r{*r;8+. +ц +\. +A=e?0a``'d~"$}6$.0hO$8,'W k[8 +endstream +endobj +1421 0 obj << +/Length 124 +/Filter /FlateDecode +>> +stream +x3532Q0P0bK3CCB.3 I$r9yr+q{E=}JJS|hCX.O?$DC=9Pn I.WO@.^4 +endstream +endobj +1422 0 obj << +/Length 115 +/Filter /FlateDecode +>> +stream +x3532Q0Pb3CCB.cS I$r9yr+r{E=}JJS|hCX.O7@s ?F?H\=u +endstream +endobj +1423 0 obj << +/Length 168 +/Filter /FlateDecode +>> +stream +x1 +@ 4!#X> +stream +x3532Q0P0b 3CCB. HrW01r{*r;8+. +ц +\. +000LC"A"YFsĐ@$R@?,Փ+ V~ +endstream +endobj +1425 0 obj << +/Length 213 +/Filter /FlateDecode +>> +stream +xڭб +0-}{O`@U8 kTfИXi${NRuZ:AW` D{JPhݯ=RO39ǰOX",@,scm$61/Vq?*{b\ Sg% +nQ6Zi/Zt"Md!N r +endstream +endobj +1426 0 obj << +/Length 199 +/Filter /FlateDecode +>> +stream +xe1@5&pj,$&ZY+hGqblGN}> +stream +x10gLxжXX &v08Fg<G <`v2$)"SUr¢8((kR(J:)g%A[=D:4Lhn&~^i/c.ĭn,c +endstream +endobj +1428 0 obj << +/Length 197 +/Filter /FlateDecode +>> +stream +xڽ +@ p؞:jotr'utPtnG#tt(K>ȟK'S7xp> +stream +xڥϽ +0H>AAA9>ZL@3wS̰o8xp|)30-l1Y2rf3ǝtC)"l˒PK^QtJ*X +endstream +endobj +1430 0 obj << +/Length 259 +/Filter /FlateDecode +>> +stream +xuJ@'LyMr.'BBNK Eኃ()2dოgw\nZe+tyiZtW?zEN>?^_K^  )t"Y33BsrA㙢ƑJF +:jD.$ &0X@ X {i6zCEPL> VlqZ`I'<EHf|F[(<|,ޛ +endstream +endobj +1431 0 obj << +/Length 137 +/Filter /FlateDecode +>> +stream +x3532Q0P0bK3CCB.3 I$r9yr+q{E=}JJS|hCX.O@DH2` #d?# rzrrӄ +endstream +endobj +1432 0 obj << +/Length 190 +/Filter /FlateDecode +>> +stream +x1@EXL DhI)L0VjiQ8%q/a67?h!!Jl%r|8IuNW +6{C6kl< l&E.6*NT+nZ!D~/!rG(Q +@53`cɭRN=B[2r\U;~W) +endstream +endobj +1433 0 obj << +/Length 204 +/Filter /FlateDecode +>> +stream +x}1@!$p,A+D +,ZZhQ8–[lXH42gƧQL!E4)tx81aHI4L +d;d+#+t=Ȳ͂89\-<~H+O _* h ~[+"S'F־1ƦMOMW`HG>?-(RMǠS,p/Ҋ) +endstream +endobj +1434 0 obj << +/Length 221 +/Filter /FlateDecode +>> +stream +xڍ1j@*v.M8`raR.]$؝"`!(:–[,g*_QF)iz4Nii)|}՚)Ǩ%>;T3iTshJ߰gu]'}+e $olD3Aa]O3^yy۪ 9ܰIt2/+~}_&Mx)//'1 +endstream +endobj +1435 0 obj << +/Length 243 +/Filter /FlateDecode +>> +stream +x]j@ e<'ZꡐLBcd>?ŏl i$~9h.=SM5\߸l |,;~_X./$5U;lV3xXjrW=G.:F 7qfg(L8Hic*ebMbS ôqEܨPMewe6NŨ{1!Xwd n& +endstream +endobj +1436 0 obj << +/Length 200 +/Filter /FlateDecode +>> +stream +x}б +0+->B l#Q7IGQ.)5.!44歧4QtTxAxe-iO1HVtOD9ӎ1ɷ֖`X i^)^N?:0fVR𜜩L-gDyX/f1NId S2c2'qHp' +endstream +endobj +1437 0 obj << +/Length 225 +/Filter /FlateDecode +>> +stream +x}1n0 Ed0EG0/ +ԡȔdР7 dPK#O'O *k!XnKVz>uөg^3e݋}N7Oo#XnkR 0,H"`nX,2d;F)ԃ"G ٦)eC$9َ}r9H>Gime2bֿɯꢻNǀf +endstream +endobj +1438 0 obj << +/Length 223 +/Filter /FlateDecode +>> +stream +xڭ=0 S1T#4T HbF(=BN1#2|QlSL``: Ҍ f}a^cstz=^NЀ`|U|+Q܏JfL5IbG|86*Um%1x(VDFN{ܙmw^{Ǜ)5xu Vϗr +endstream +endobj +1439 0 obj << +/Length 208 +/Filter /FlateDecode +>> +stream +xڕ;n14s5,r%[D +")S$"r4Gp`(RF}?i7> +stream +xڥ1N@Y478n- T)UL(ԛ,IdUq n#t-l#k&ĖH +endstream +endobj +1441 0 obj << +/Length 225 +/Filter /FlateDecode +>> +stream +xu1N0E49BM,)@T@"萒(9K. #3?pW=w<~(ё6[;ϝFOْSxϟ_dw7qB#h%^J"s-,&ï& M +ugTi: +d)ȧֿHee_3 Y}ETԼ4rs$jYh%t;#k} +endstream +endobj +1442 0 obj << +/Length 166 +/Filter /FlateDecode +>> +stream +xŎ1 +@EH!%q1[ZYPUx!㎝Vd7<[W-SÉ@fޒYFLXr;)svdJ9{ +%_@"-0*rࡐZ'pGb4"mz!IoMSK?7W +endstream +endobj +1443 0 obj << +/Length 283 +/Filter /FlateDecode +>> +stream +x}J@Hfa4]<Vr YlWX `D9-4oɿ3eP=յj隣{^u\\:ݙ{z|bu~*.r冻D6 !#"%I\(3}Cc{mPD߄%:N4@&qTDMK2v ;Q9(nhK Idvd="Т>y &ɹf{[ӎ N4:58x'_'/t +endstream +endobj +1444 0 obj << +/Length 178 +/Filter /FlateDecode +>> +stream +x= +@ +L2'pH-,J--ףy2ŒmkO1rX54])/ UԎ +URvL,=&dk6>s]PFX`* tB &66aQְsdmN|*38w ]ZZ錀 +endstream +endobj +1445 0 obj << +/Length 141 +/Filter /FlateDecode +>> +stream +x3532Q0PbS3#CB.c3 I$r9yr+q{E=}JJS ]  b<]0000PX?Po?=``D xr +"cn +endstream +endobj +1446 0 obj << +/Length 177 +/Filter /FlateDecode +>> +stream +xՐ +P ES +YgխP+A'qRGAEOS ;\%CA0$B̘F5h>M¶1d4xTvA*^NIlBYڢMNNSyq" ɑ8t:e +n ^(gGƒ'gz\9 +%r +endstream +endobj +1447 0 obj << +/Length 231 +/Filter /FlateDecode +>> +stream +xڭοJ@=R#d$G \%'BBCܣ796[D@~9nֺLҮFR\3dQֽTvRT>o_Z_j7zh}+F e>XLΙ垞tQ8rnl`l`Kv❷ xuw0$nz_,ǟM +7ݲ]X`DtqY/W ^ +endstream +endobj +1448 0 obj << +/Length 127 +/Filter /FlateDecode +>> +stream +x3532Q0P0b33CCB.cK I$r9yr+[r{E=}JJS|hCX.Oc`'\{0 ?0%\=Rm +endstream +endobj +1449 0 obj << +/Length 175 +/Filter /FlateDecode +>> +stream +x1@O75pD +,ZZh:JD<@J +ˆbb%3򎃮i0f3c3n[6DM8eŠ8NDRrpEEVn4TKUT|(UBMҸHȿ(? +endstream +endobj +1450 0 obj << +/Length 170 +/Filter /FlateDecode +>> +stream +x1 +P t*d |BB`A'qRGE> +stream +xڕ=@ #0e't$$RheaB5pJ +6&Wd^狔cy9ƹjzPRei.;-+RGN +R[&U|H-+֤|Z3/PDx"_  {MءlQ5򃠳RkD0qM]Is Fk,Uel m*:9n +endstream +endobj +1452 0 obj << +/Length 235 +/Filter /FlateDecode +>> +stream +xڵ1N0EEirqd":K" * +D ra8 j$\<̟|Ҷ9~JSJ/q]Ngr |y@T2bH!iY)0DI~B& #;NvWV #tb9w?1&쵹+'KUwι9mkQڎHQ*mAi7t-} +endstream +endobj +1453 0 obj << +/Length 230 +/Filter /FlateDecode +>> +stream +xڵ=n@4@XZDGEJJ +"9G k*U4hgޛq1*=,y\-@~jݜ'~Ӽ"~Jnm}r3;r^pAՒELZ[jCm`&H[d+RAv MFM7#zBL#PoNmz'[z >YgY$jcƛqH"WڔVU!, +endstream +endobj +1454 0 obj << +/Length 172 +/Filter /FlateDecode +>> +stream +xڽα +0@εIG882:Ht>85g<G5oHYc\lːIN͌Od>"YJq&S"EE\-u׋p*X&.EZ7-}K7-^D_~417yi +endstream +endobj +1455 0 obj << +/Length 227 +/Filter /FlateDecode +>> +stream +xM=N0j K.Yo?)@[%h(pGH"1&+Ai4絻RF.x/~-O_yUì o[^fv'^TGnBe*TRUCQf4.,B"tF) F#a~̇ Lͥ2~"1e`9Cf1YD5- VM4kcЇA-ʭ +endstream +endobj +1456 0 obj << +/Length 177 +/Filter /FlateDecode +>> +stream +xڭб +0+ +4%q- +ftr'>#t =/u AIn(ƚ!kxB%N_C!Q-$Ft9_Ռ$h+3;tA|y=8ނM?`|ҋ-xI ,vQOzxE:Vv܄#Jsk|jVmx +endstream +endobj +1457 0 obj << +/Length 165 +/Filter /FlateDecode +>> +stream +xϱ 0]r cptBp" hX ;;rpcHQT2kv%d‚ϧ˞L%SrPE^ />" _*?_^ӗw/ķ=yD-L@@+z]l +endstream +endobj +1458 0 obj << +/Length 201 +/Filter /FlateDecode +>> +stream +x]α0# $XJD1D'㤎]GQx!Ԥ%Coƒb Ly۵-(v$S+NQkg͂g\:]:r9쒮 < د׼C|V{ˀʠB6נ?b}gk{[[\2e +endstream +endobj +1459 0 obj << +/Length 194 +/Filter /FlateDecode +>> +stream +xuʱ +0-yFcB`A'qRGE(} +1AX>%E4v+g$'txE 9ʵ5o3t > +stream +xen1 } p~r$7 1юZ(yc+ d/dj I8&,‚}bTl+bY\2L5N{Gs/Pܠ 1?3W-%_} +endstream +endobj +1461 0 obj << +/Length 251 +/Filter /FlateDecode +>> +stream +x]1N@б\D&Gع؎HT+  * + +()@*>Vu,7O?_f竂RlSqAENObQ4xz|M=%&>ǤgL6aV[2(̭v 9LJt'XX=YjUI+.~ЉgPws+CF`CHeD%;#7R NJCwX}xU~ +endstream +endobj +1462 0 obj << +/Length 179 +/Filter /FlateDecode +>> +stream +xڭ +@ @#B~B^=] I{O3鬛A.oď9”Cg ι؟nm8]r;W3zw6%%YUH×y4g Rd\\\grI,'rI65~\x\ +endstream +endobj +1463 0 obj << +/Length 223 +/Filter /FlateDecode +>> +stream +xڥ@Ba2 .HK^rh(<%anY +.l;kXㄓ%jP89Ssߤ/]'R5-4GGʷ _* R#>^SoVAԘ5auHKxcO(, +m chr +>O k>:p6gȹGN;­z +endstream +endobj +1464 0 obj << +/Length 154 +/Filter /FlateDecode +>> +stream +x3532Q0P04&& +fF +)\\ +  ,ɥ`l̥U()*Mw +pV0wQ6T0tQ``|F ~8!"AD=$A= HԱ5 ?h .WO@.h +endstream +endobj +1465 0 obj << +/Length 234 +/Filter /FlateDecode +>> +stream +x}j0h0G=Ae'S!M  +ԡtJ2vHhʏG#x`t/jJ)TBuuu|F6+9U|Eۖݳ%C̲kqf}N^*)_ %"י2S]`GNMOtdf@C)  (RX%&aȁbrq7jzor0qy42LXC#y|Pov} +endstream +endobj +1466 0 obj << +/Length 261 +/Filter /FlateDecode +>> +stream +x]=N@ !䇰4HE"T+*Ar!ehYS|٣޼ijjhk62hs6/|NXj,wz~Gga,d(cE.q  ~@1Bn+~Pcѩ*)&e7RcD5V_BV!1 #ctiCK*f ӱ`=k@o{|_ᅪ +endstream +endobj +1467 0 obj << +/Length 203 +/Filter /FlateDecode +>> +stream +xڭ1 +0y'0mV Nī&;ƼtxA?Y> +stream +xڭбJ1YXf[ x{wVbuZZ(ںytG2E8s +J#L2ìbSG+t48zr}Gze=k)o-=8qRs+$W89ps q+h<d"4IzrP?2BFRN"*:O^2 ixΝ)5]@\tDXs&݈w[! +endstream +endobj +1469 0 obj << +/Length 262 +/Filter /FlateDecode +>> +stream +xm1N0E +i @%ҲH@m (9,+c7k4V^]#O//~c{~zp#-yn9p"H:QiST.*NU2JUrAd S\1V`"iUǬ(ǯ3&aFEd+B @ogh&ùJe.bA.VFN[Y-bķ? +endstream +endobj +1470 0 obj << +/Length 199 +/Filter /FlateDecode +>> +stream +xڝϱ0[|VI;`A<#0:ך@, mD)Π90 R |J_cz<]Pp+0ځΨT13z5W/j'Z|V7J!̫Hi\LP &2]p';5صB3i}kXok +endstream +endobj +1471 0 obj << +/Length 256 +/Filter /FlateDecode +>> +stream +xڍN0`?BZcR$2 Ā:c":;G#d8.H7￵QE֖܎5[,Z{P%B܉RX (#:@PLPQgh 4?'jpB|F!{Y\i~0~Z6xfqQeNe7 +1=ŧď\!Ɯ^3yN9/} m +endstream +endobj +1472 0 obj << +/Length 261 +/Filter /FlateDecode +>> +stream +xm1N0ЉRXr#d.I춑E"TjAms%Gp"ˊEzmwխ^ttїξ۾N77m}k[fϏWﯵA:mxP)E*"(@J 1UT-Ru* sb8/D"D"?p"N. ˰R+Wv#ffzp9vNs# SS5Aތj +endstream +endobj +494 0 obj << +/Type /Font +/Subtype /Type3 +/Name /F76 +/FontMatrix [0.01004 0 0 0.01004 0 0] +/FontBBox [ 0 -24 52 69 ] +/Resources << /ProcSet [ /PDF /ImageB ] >> +/FirstChar 16 +/LastChar 233 +/Widths 1473 0 R +/Encoding 1474 0 R +/CharProcs 1475 0 R +>> endobj +1473 0 obj +[51.24 51.24 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51.24 0 51.24 0 0 51.24 51.24 0 0 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 0 0 51.24 0 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 0 51.24 51.24 51.24 0 51.24 51.24 51.24 51.24 51.24 0 51.24 51.24 51.24 51.24 51.24 51.24 51.24 0 51.24 0 0 0 51.24 51.24 0 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 51.24 0 51.24 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51.24 ] +endobj +1474 0 obj << +/Type /Encoding +/Differences [16/a16/a17 18/.notdef 35/a35 36/.notdef 37/a37 38/.notdef 40/a40/a41 42/.notdef 44/a44/a45/a46/a47/a48/a49/a50/a51/a52/a53/a54/a55/a56/a57/a58 59/.notdef 61/a61 62/.notdef 63/a63/a64/a65/a66/a67/a68/a69/a70 71/.notdef 72/a72/a73/a74 75/.notdef 76/a76/a77/a78/a79/a80 81/.notdef 82/a82/a83/a84/a85/a86/a87/a88 89/.notdef 90/a90 91/.notdef 94/a94/a95 96/.notdef 97/a97/a98/a99/a100/a101/a102/a103/a104/a105/a106/a107/a108/a109/a110/a111/a112/a113/a114/a115/a116/a117/a118/a119/a120/a121/a122/a123 124/.notdef 125/a125 126/.notdef 233/a233] +>> endobj +1475 0 obj << +/a16 1410 0 R +/a17 1408 0 R +/a35 1411 0 R +/a37 1412 0 R +/a40 1398 0 R +/a41 1399 0 R +/a44 1403 0 R +/a45 1409 0 R +/a46 1404 0 R +/a47 1405 0 R +/a48 1463 0 R +/a49 1464 0 R +/a50 1465 0 R +/a51 1466 0 R +/a52 1467 0 R +/a53 1468 0 R +/a54 1469 0 R +/a55 1470 0 R +/a56 1471 0 R +/a57 1472 0 R +/a58 1406 0 R +/a61 1407 0 R +/a63 1414 0 R +/a64 1413 0 R +/a65 1415 0 R +/a66 1416 0 R +/a67 1417 0 R +/a68 1418 0 R +/a69 1419 0 R +/a70 1420 0 R +/a72 1421 0 R +/a73 1422 0 R +/a74 1423 0 R +/a76 1424 0 R +/a77 1425 0 R +/a78 1426 0 R +/a79 1427 0 R +/a80 1428 0 R +/a82 1429 0 R +/a83 1430 0 R +/a84 1431 0 R +/a85 1432 0 R +/a86 1433 0 R +/a87 1434 0 R +/a88 1435 0 R +/a90 1436 0 R +/a94 1397 0 R +/a95 1402 0 R +/a97 1437 0 R +/a98 1438 0 R +/a99 1439 0 R +/a100 1440 0 R +/a101 1441 0 R +/a102 1442 0 R +/a103 1443 0 R +/a104 1444 0 R +/a105 1445 0 R +/a106 1446 0 R +/a107 1447 0 R +/a108 1448 0 R +/a109 1449 0 R +/a110 1450 0 R +/a111 1451 0 R +/a112 1452 0 R +/a113 1453 0 R +/a114 1454 0 R +/a115 1455 0 R +/a116 1456 0 R +/a117 1457 0 R +/a118 1458 0 R +/a119 1459 0 R +/a120 1460 0 R +/a121 1461 0 R +/a122 1462 0 R +/a123 1400 0 R +/a125 1401 0 R +/a233 1396 0 R +>> endobj +1476 0 obj +[556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444] +endobj +1477 0 obj +[500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 400 275 400 541 0 0 0 333 500 556 889 500 500 333 1000 500 333 944 0 0 0 0 0 0 556 556 350 500 889 333 980 389 333 667 0 0 556 0 389 500 500 500 500 275 500 333 760 276 500 675 333 760 333 400 675 300 300 333 500 523 250 333 300 310 500 750 750 750 500 611 611 611 611 611 611 889 667 611 611 611 611 333 333 333 333 722 667 722 722 722 722 722 675 722 722 722 722 722 556 611 500 500 500 500 500 500 500 667 444 444 444] +endobj +1478 0 obj +[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8] +endobj +1479 0 obj +[556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500 500 500] +endobj +1480 0 obj +[611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 278 556 500 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 500 500 350 556 1000 333 1000 556 333 944 0 0 667 0 333 556 556 556 556 280 556 333 737 370 556 584 333 737 333 400 584 333 333 333 611 556 278 333 333 365 556 834 834 834 611 722 722 722 722 722 722 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 556 556 556] +endobj +1481 0 obj << +/Length1 1438 +/Length2 6040 +/Length3 0 +/Length 7011 +/Filter /FlateDecode +>> +stream +xڍt4[۶ˆN<:QGoэޢG F ctCDHD0'jѻ57)y_3{_w\lƂN(DdU`@DDLHDDe `` G!e*05(秇B,%eR""ߎ(,;zB6 + q0''a@L½~(g/ pCz"N04;0 <`κ?w3+r"H]!F"~:B^(\< +G@p*e####~RwH'U; O 9_wg"Q?g8' 'oaS$0`~?ӛ{~?a@# ;p@/ a GÜqG+?+PHW\b?6((.J"- / +SʨtF29.o>dgdiG""{~t3K]ee?Pw8NXpÁoWsQփ9۪C^qtK#a(/5ls{PpeG#QN?OTBPMa!$ + pg2`@ u ýΘ߸?mz _iz @Igyu}qֳѵFu?No/ցF>)mc&e4QZ +: 2 KXA+[ao6DERISxa2؉1$7(^^j'̊>< +zm"xp;Pe%E~$ _|> rׄVDJU-e>]c YOH +huvqԘ20*SfMnOe-]BTxNu~(xxiQgէ`WmL.ViOnFs5q'ҧD(<;D-]LYA;+R |l"."$/>:hfT-M_U GxWүM=J_ k29r(#`eK-αӦLeia3]T8.7(ky<Ӻ4ənsJ' շJ˧i壊nY7ZsΨ)Ƙ~#[:|⋟FXx)L~(}Us!|l,IW(Hxh:RvnSgE +ʖQPΞ)_զ("k-W`[I8Z׆5n$ ~ +qeH,RDz!_UQu<>=9SJRYMb'T]WՓ{~![#Mq +r9Ԛ`7xUsSU<"s +MLqy@?=G.ϭP%qq64Cڜ7[oKOi?.9]a.>{a)+'PrQ @~]! /:B: :5>BcThd6X'xo50{Z"eɉzZ0~֪amw~Qk[Ci@vc7kViԬAɛn$ok&/꿐S0ؚΑsWmbn M|9Uz {EXW=t@[ ?PTdM$2p̹qwZWQe(;SrLὒ !_%Mq")< o! H ]_B7G2nu$-vkT .PW u}i/;ֿ*U/f+vt{Ftda Dh,2 BQ<59gJl _[ -*m8b2YI kxY8R)F4MY } !&B`؛J`FTU]43 +doMںMEWMPo'6f4^;Ϊ,}QV)žOD1I |z:5:ٛnQ{~DuC#;%gzI3PFnZ7/i>).S&;xޗ vѭɍfw \%*12Ȝ KK D܏ryq֬;dDrdY{^KISƸ×)PggPq#0{@̜Y~| F4Հ&ŹyL6)hl8= )N-]9wˍH?~6iĠrW^tqͰ;ࡲ2'!_9˕G#-*KU [5ߢ.n pnn*)Fe14߀NMvWl'\=\&okuJIo[N;,ۨ7,=aeLWG- Oz 9{t"(4W*1Rp.\7ZIr?rAf\)c\63i@ Τ +#OuHxS@Y+u 3۶wmڐL@LkOc|tg&krēqPݕ/64Eޙ!Zw6*A)0MU5.ޑD<λ-%z$٬G3'N~Ҟ4n]y)WjUHuwi/`jWP)>$G[,lҌCyh1 #EͽdR֔ 6㕪X+S3'3Pp#C?Pͨ,ڠoO+&4XiYR|;]:i>PdE|NIp?z(JiשUz nƾs^Gk$p`U2'ݝV&zSF;ݿ^ӹ|`^z[Ŗ +a]ֈelޫK3K4[ST)!56JzC}r,2l.[E)I&M^'*eDTuiE\EӆMKK{>-Gqr/? {ܿ HjR̙rS2N OڼAISe@™ʰbm{be6yٝ~LG\mp^῾ +;ͤ}~>ϮQBYy,ڲ2ޖ,tp˭MVIgCVwqr+=!s>Wl&9@cIUq@W&^qL؏!-&ł>%x,} UBM߉b(XUwN: +s8[}[h-ṁ']xYk  LsrXmqjR o ;Gc?(0gA1v?=.2'm6J[z_j4t$|.-h= Ĝg,)ޯCZvֿPY2&ď;\O8$+c( b Bys2V/Hdt#)[Mt + . "nxG_Mw& +Xș6Gmȷ2ٞ޼tJDF;KYi'cV*)M<֪']ꙹ;כ֡,7d,wuTn,w*ȍ] n X2Gt9u;{qO>Q)T/Kozsw ұW+ +Sr6>tzak}>}>fѧQ#3QcLI\tC>dʷP[OUc_ܬ'p9Wi~$^;'mdmS. Utcޕ>)uy{GR쫁jo bڿ{- qWF{snaz?E~걗Ru}~S{Xj%K) +і931+EK1jHƩng/rJ_7cDxϫe4^Ö2kY[BϊK(^ayVQ"vzbEoTIO~A>Fb$W솙PZ W&+d grŲ p$dU]X/_?;L&dNH&J6fN=(yav'HAΏ!q,́rcxYXSf:3l:M q֋JPD15>5}jxauQ֮`>FE Qec)2|ua 5*ׄ ѷ&|D,QH3;}K,o*Xލb6-J'C٥5GfX$UGGj(Q_"fM\G1᧦'|%.Աi=eg8kJ'ic\/{{k@:R AF}KؓEnWPTxpnP1ull3vȽUV1h-aNUɧ֓oXvBO)?c޻?)/ciKK}tXIw+zM?zzvfYa59-od!t)||BёktCnRXBQD[xl&{pk[[B6 _G+|li-O唝To DŽ|ψ]t7tG K<t'otoiJ5їlX.w +CmU%}gr)/hHD֮|y0t]ynm|/ h9wĒa6 M6K% # 5q-54ͮ"<⭱ԑ}jt1Ͷs?zuW§x-W˵-ng٘ƨna *oOp%'PJ⳪z}HUowE\>Rݕ|Fz[ׇ<@Okw,r6.ֻm; b@-izT +L/lԗBm䜸SV@ÑU ~o"/nLZ nNI2A!i(#H/WY]{@UL&=nEI֌X&;ټ\xZ(Q1H>o&I̭2afP ̰@]o#% +endstream +endobj +1482 0 obj << +/Type /FontDescriptor +/FontName /WCFTGI+CMR10 +/Flags 4 +/FontBBox [-40 -250 1009 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/CharSet (/bracketleft/bracketright/equal) +/FontFile 1481 0 R +>> endobj +1483 0 obj << +/Length1 1464 +/Length2 6396 +/Length3 0 +/Length 7392 +/Filter /FlateDecode +>> +stream +xڍxT}?Ҡt stItc  hn$i yC\C~?/oy_y`\)?r+GgOz7t 䯅ցC=][wD9P/T@(_\{0(@B;h+ d$zdEf3*bȗI /U{o1 5X!1Ghڣ AiP'_0n\~aH BgE@`pW絊c+]щQb(էݕWӌdϕGLv>'7d)]#ڿt_0dsȈ^#O2`$ydmřbD/E]MK+䔔%׵Ԃm5l4*Xd)4L#U|܁ B +ڻ~XFi)r4#18NYi]#8I,]' x6:*{JsVێ7FD7I͚bLyTQuZݶ y 3Ay]2 +Rs "$d712u ,(ϐS|+g|P%>\6E6M2-Һ?pl<m,r>@&Bv,C$/+4 ({0!2dq?\>=fbr !n_'gڦF)ݰ kx1)AMyq2jq܂;t㎐ՙzVe +sZN0?( Ir"dc{C:L^kpNJiK Yi"E[A?Vq䥗ȧςzo}ulZӫFY.EZ$̎h_ +ޮn-Gh +QL hG^23fe&`_re˜nia: dR˳^R= #R>grE:L1L1C!F&ZcH'wYt z$LX^1h(diE_bcW,[IqJp /Բk$) +Eb6"im:_ȰV=*̗iv'w. ^P9|!Sqt|?+kU)md}<j˙ +`&ɔ:8;g[ZQW.z{?+ޛ>O`!wDzZ`=hۚyhqthM& KKXoFr&pgo aT}_ +4b-IJ0&T;W%Xe_P7d꬜Zw?(?jj`H!&)C6u940yֿH<c߉AÊnUF`X7&7RlUPg꽹b{Ϊnz֦;o1#c>QqyRcyEPXr|xqqw*&G[]֧㣦<<<ic9)luFc+Mq9s'&OQFeCE$u\aaOޜ5ZSXեc޲섍;)Sz5#v+,5 1v\`:E@J‚3>Ģ|7w汒uv>V2R`]i@#z~dUSK /?ϺQ@:ul*of-z*D]%|=KuV +ёs@ W7M_Z]>yi>h[L$?V{nM1tF-G+UQoWhZS[{:Qq+ N!hHyBCIB$ ӹ~Y5no? 83TMNw)9],gkh:%cֽtQy6(iu[-)? ( 7mI8F Yͧ=S +6>ܱs^;́hXb5'-:q!Bı!dP /?e;0{rA1ٱVg;\i߼Ѩ"7YTďvڨ@ˮJ}je~w$" #1)mwٛl^1>-dRBF^G7`ZJa12P;5s A_ZG(ܕLVo':nbnD"jVCnlDJW (v+1?f;R-lJt%|j-zScK"&rVq^RzήbY%JKSx1LE߄^;м#:{oԟ/~ցܣ*i;uqA>gl7GS˨?Mtek벓Bei{Xo1tV +nz㾉6lRGnTt[|!g5 }XaFElv:muL l}\]O"P*vqYg@>&JMLiu$79IPQyx#]h.nV,GM<`Xd抣y(xQY^-|o*:~c_N],!Rn,] '%9 +8rĘecG"r +Ueuϟ괃1SYpɱKl=s)9GƜc|Ek%x[OܱL9\;dv%LteӉ{f-SC}vh)!mW6KW89yv 3yb%+nRVs.)Il۟d +wx7Z~2gpC\׬T ;/sP]߂ƺ +˗ rL8쥭Zyľ_AOZa+@.;l*UVzŸ( + pIujb2,Yvގּ9@}o !s&GRo7t!ys=CӵHwֱcJ oWn ߟ:K&E1VZME>(YPĮU81UnmPTr(v3뢹!l&%X <t,li+p( `-mr-=avS>f9e=BL…rg= <|U>^F}5-9=ۭ4O0\,p6מ ˖xVUHG-믇{NFcXD'GXm6~89pɸvqQG*섬|-9ӿeLSZ9]ZKл]OF^\2M)k%Pdz|*a|ֲA5|]5En,"I6IKsc={\Pf z sr%nogV +c{֔v=zsϜއk比IUh{"rJLFz +dC(UE05]$|ņqp~ݽӜ[V9~ɳl.b('uD]$l*|i5YB ?ྯD9'G<~>}Nc_X38= P}6Qu}J=߬ZB԰>sA?djǵu{^ +XLk]C8=#ne.:wpz!eQFg_ް3qo /Ϳ`n$T$󾙯EZr߭k-=ieF +H ] +^}.@PnAL6TxLVA}?xs4ɼTܐPԇ)$fmODy.-GJ Oss ۲;4Y oÚj1iW1Y+D @ YnZ\Lq'`MM_)}^1cWAF)3?v" d._p}Rݟgƻm~5+噥\oW2N_H{i)1b|C;jH'7ރoRKXMڴy<#oIxU.>xvEShכY4w7^T=x(^> #B2&d(+ұܮ홬'dFąI7pk\tTe<k@au A@s[^YuX'sƠjZJu +gKMk eTahUj+.lr ++מUq$DcpJIP9G\H5eFiV.Xgh?~ pWGmF.U~&j@~FW!}tۆo~z@7yS +endstream +endobj +1484 0 obj << +/Type /FontDescriptor +/FontName /IWHRMA+CMSY10 +/Flags 4 +/FontBBox [-29 -960 1116 775] +/Ascent 750 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 40 +/XHeight 431 +/CharSet (/bullet/equivalence/minus/multiply) +/FontFile 1483 0 R +>> endobj +1485 0 obj << +/Length1 1608 +/Length2 12210 +/Length3 0 +/Length 13037 +/Filter /FlateDecode +>> +stream +xڭveT͒5 www ݝ.5Xpww'Xp {Νu53?޵vu QRe13JځXy +.NF 9Q;SBhli7r4q Op4pPhW㟞N Ǐ+roT@  - RPHA@G# @r6XL@%08M,?M@G[K'g;%/v3 ;}D~>윜L-Y%NnG_%:Y@wrN6F?-d 2z#WwU'Todoonƌ#GnsK<_"20nbO+Q534$L@6S 2FK'IKwGA@GKC˿``75详sL<fTVW(՝d4=hm\tL%H'^r[P:*_`&.i\ 1}MRQk O(G{r>Q~;&Iv0taP͛2Ab; XCM/B Ldq&iҴ;/vuN%)ca*W1Y\jEq,`nd@A#s/aj9i>NkϚFv@\]Z +K7M>NOsZE<޽ܸ4:} ]t|G*ɹh]SJuh^6m@[? \I"s> epv["o)4QmJ=syXavn +7~cEҥW9^7  "vPbWx$XY! tn +B,)5 e5 -*ַXFF} hXXG6ס*v2)bB kK=ԖYA}_h;BDf{g*ʳ=n\nEY!e͙na7_}JC%&56 +S6!`(bo.2]X#mu9 ׺ z7v3M@,dCbR<_.7$K8~b/c r'lqExNb.R獺ش1X_Ӣ8'w +gaPb gͬ%ѳ )YʶQ/TBK1Q15wEϋU͍bl_~5D LB!arךF5qATw\#=U x7ǎY麪VH?ĊO 9zTztε_f%%̅6o,oh{%nJ}~^,6LX>OAO_*WT7, L;ԅ310 "=}Y;:<[cuI&Dn +d|Yl甝T"FÉp^Pޞo:l[<6޵Q7M7aU_꓀-v}˜‡J;&HJY Z΀>Gb3߼o^ tⱫ5?N7K Ӹ(bܚ|1Yrz_ڏTv#=@)HL4>ڵN5=ߗ,4܏d/ +4㱄iQҠuR.ب!H6@vF4LdwTqD-__n\ +c…'H>QG&U'|&@8ď^We݊h~9J4MC'Gay_FUOm$I#hU]94OZ +羟%";4H`l (1[&NU !ݾ^XaG"nڷ%O$k(A۟[".-@tE/n?4 (ŏAR(NM*z `KZӬTjK#gjvEJ0V)2^YHQ-c(1+gbފ:b?ӭq;}//mpX]vyF++EE(< T8Z0?|긜u+ɝ-(r\5설?㊦_HuSYxQ7˄U8%2#D V+W,s/M2 E)-N {eXp +t\ͭ`8v& jwJVoU{\>f[ ڐ$kmC +bJ %Ӳ)YʂZkB JacQ#d(ݮ9b܇ +z$ mtO^f;t +JTv_N}k#'zVp)960Ɗ}rT96P39\JvЂG 0<D 6 M2iY ĥU%1~廇ҤI޻Q?SWWzs|I3(YS*ޗ4ՔAb}!KSE**嶴&7h|͔_NCF9%MxK{(N#~_YL)}J6Qf1#ܴ(mjZe%X[Kiw`ΙM_$Tga}k16YL:|ʎ~r qz_Cڱ465p/$1o$0 `AX Ƀ?N&(Th#,Zoq2,]Kc鳹GjZQgj 63ZvBjTHbf|HI_``~#I~"ӕ B~aI%tλ48L\ܠ߂(% nA* b +Dla|- +A1~v)|<橫c+6wmeEOF[(-gMVQK&}E~)]mڭM[YMTeԊۓ@LCu*%)2kL)֊޴ZSAmn|vlmZ6WGI{r^X S(rƄ}v5 ! 3 _ TwnvM~cؑ~c,/ ы\}q.lv =ZU~_uy4CL UF&7'맟لT6=']^@?͘Ǟ.Z"I{\%jR=RmOʢȈ-7_Xؒ}x=nAk4klõg퀷Rw[~K(S^uJmM{F[L3%Y@ugo GB5?I(:ٕNНLR]omU:$CEoZL ~i>wNĈ3w; ?Um;= lT¬$`.t3h;c>$lŪyZ\FDt6IЉD>i_#8,Ud3#54Zky򵐢k\ڥrmZ:%1~5(ynyKO>JIY|UjRPW.lV+~؈LJ4I{¯}HPft( w{ᓙJG_D̚sO&ʽj1HbT #sP2NXk3H?|ZվZKnc۞K{fdfDdJW tk$>OH9_ᑛZSXLlyFjsX9&'IS)$ZM%|*gjx %&L+iI )ƀ;7`!nQb7X8E/$< YդQ8ύ^w¥r~f0k+ F\,bN)]7$?b]+-iEN Rc, wA~l\\i +fr+'4#Pr}27qu{_t/F*n1"i=ȉucU7 6:뼩/Uo1]4\hsp+V|KBZlj$z \[Cé,UHV3ajzaH--~Kd5lD%^Eeħ8uъ- m\&MR'Rĥ0q)H;ߵ7d&fsn:sDL^rT')k[KwFq ,>m)׺KQ4doGq^TEaifJHUg*#!=N+|ǗtXJ 4N-SåQm Lpi!"RzO髲#z։F·yrcK#*S*|CUem - IDQl#`BW֢W&nlD2AV$~a*XԫzP$q9=e-r(Y' /ؠW!ɡoI@O0pq>m"?rcYJ "$eٲ7pI持3pK^QEe"$NϮ;ҾBŖx=,#;U־"SJq]]t J0y)!$a$sU081Zcmn8!YIY&$tݒgkFMѭ\L9 1 (aJP3{( $/vpg.v&kz,ƛgcda3zJK#祲m>N:=K|ZkGa']J76[C0L҄Z&\ndDAa:i)!O) K.ᒯ|5Pv99!A&?3MMKzw33aer=&޻~oYq<ޜ"@ Xo_dݒ0 +FX('SY q B-¦`SɞiC,>tsWzs)^OQpV$O;6ڷ#-ɓ%MկunA Ӷ܎p +z=_酒7ÃܙBGNQmwTH.ǀ馊 ^DJ(,.+dA-P\@q4"i<.\#^zR\Y, KsOӍ >4|0S|űyYj^U$Y^ ;A6N&"k̄ZPuXN?y*dADX d2LDZDyR;xwh&E#^Xb`*em3A ̀M,%׉d ƽ`WU8t@`De/7ej"oiiEfxΔoh Do >l +fu}axW.d ˗Rlqo ~KU繤 ZwVGŸ]WAS,/^[d*܂ r"B]^BEPTLۮ xJ/bTp+V795V ?Nt&,ALA7؆,S5ڭbGί31O3@9 )s(nę2PGӎ!RI ΆEy<|JN5TeRLйZ_ :DJ„/)d}+Lkд߽rIʕ [1ȡQ񇶭!e=hzh,q'D/aG 9[GYBL/6*99Ulߕ;Ž:WJCgNY}T,Sba;+T䳵WnD7Ì@Sat*\S2ɀyW{[r\f<+a^9>jV"(# 'ݳd`hw8 GqO:ָ=U+zﻍzT 0Գ\$Mtt }e-w8i_Xlf[8LyӇ"j? Pi?4I'=Zo3}1h<=D)). +kUz#!\T y_(- )noWs,pPt^TqKJ y`xwoܽ W}<9j߬34E6=w.qј^|a=3[ _~unLX6)`BY^%( +=*<~o|*а;x]PwaKZpSGэlYsAȥbvyA#V{-4<"55?Z\{+':x_&?Ƈ i +؃-VQ_'oPAH(NImNWcARHk. %o-,ϭvV {ؿDq{9vnCxAc|i/Aֈ2{&= @ZO +k`Z?$ \\DHgͦn[1,40aK*) +V%y($7\|-+-Y`p~ʁ׌%&-<#[ƒ\$hƦ 7&hq>+Tl|pI'qԼ=x&%:,a +#tKI0 V0uZ +z[Rn' QtlʐJrըnӓB& qB\/\=ϦS0y29huinnYic*#Ked"FkV{p6S?JX3,xLSN$΂-mgɶa7i"Y̯ϻ9f n\DSb҉8BvR=0>41q}=}_S;d"#- uP**f`Z:9S3^*tr~(( av֤?+P:Gªd1&ةgHơ RxM$ԣ>??I6on깽_g. uLG{3R6KIJC `"WL<:<`s㰳N{9k((Q8E_V`g_Ɗ2x 6)8Os 2L$UM=zX^pZj.e _H7{*t/4_ڒ\VǞUBTuqf3t23(P`MJ"2p 䳺ZB6^6gTh9r~X@N%/)dGwtCyyd ;79 _#mS^ёQ]cc; އURg*y tvl0("CRJ7}",ZxTsBXf8\ PS˛+b6 +^Ozs# BJG) iWo-i&~y] 곓3LAΖa`JI|Vh\~(.&!?dne@ub&(g:>\ya +/E1bX;\PרCPg;B^dvGkбtSߧ2NT;"qⷱDyVm/5v8W,XW_=2>}feJGTxi0-tۃ*;^"%YC88rx hd jS>6n娿 ը)Ug0X6?#W *ÏnIAů Oe^ NwCօ᳌|2ym 8.6bhmw'8-eg=nJڸȩyTޝІ|hB(Ӿd #aaȵ62Jg8`z`>*@tYbu3fArCji5F5FHvrEc0$(rhL5.p+~3xZ> 2ai{޷M]9u*l~[UWdm QكΗB C2  +oST:VL]G+)Ri;t`5X~G +́|cR A7J}ʠ$(C>#=mX]p(+nYh 7ڦSO.B+2.*%6O g8V=;RF9M% K"/8k(]+zFo>N,FLiLik>=%{,dB8%y5[hq \mZ$CCɄZ˕!wעFwV]HA~{̙ J#1}Yf 8]$V^[Q&2;7)Qg8O N<[FGl}?%Y KC#$;V?=o_By$r`LvI\ux\a E]pD;U/ܠ8,~伜!\ +| +/!CQyVj14T7#* <-z, +QPQBnv Y/،0G1(+dJ뤑>_[ &iŨ[ut8yS]{.CN|H3sml_|#M'֍*#,iVر:X +՜C@:IEHI"vу=z )~ ˵.GG,B Yv 6B# Y! !եbާђsegZɏDx00*On(Ӑ #7sMgW[sR~ KN%x)ZX4e7lQ0os$h79afTB +''eoOSݺl͚IyGbNNk^&e ~C +Boی=T3Tu-ޝsSU O4? z?/IQf9Ӈu=kA5 >}TrL?!ad\ͼaì#_-(B;ۗUXƾ,X$N/QMz ,J/{P Jb.|Dn1"?Ars.4r&neLtܙLfNNe/)CR_dl=3!5',?Un 6LW_*?v6LDKR0ˡ.nNr@!JĜD6v%r7D1.#'(΃dh{ ӛIKf ɍ,lo _oޥ*aϙRt9v٧h> endobj +1487 0 obj << +/Length1 1625 +/Length2 4737 +/Length3 0 +/Length 5535 +/Filter /FlateDecode +>> +stream +xڭVgTSE"H {Ez/R +$@$$1 RI. M@.HTP /&QH-0X HJ  +^@]\qM+Aaa,g.ϟ! wA|Ov!q8p0&6ƺ% C0&L=p`X ?ZÊԱa8!  øñX3.0G 4Ep'`2S`h@jG8W0,7N3x#P87, ±h؇@၅#]@\(hgOߺѨ^b IBN?[}3 +IazhY@Au8@y~ 99@TJB${vb h#!(ҘH(ae8! A߯>?Ͽ7A(O JeJZ^2PxB9"}(|3/:ZJ[KD_ɗve.)pv9%0y1 O/ +Ŭa.H+2JNeuv5N׭iR Ӂo5W $G8o{$0o5[Cem74tGehg +rϏ\<F1bcґ#?qF uKD R[ꖇK+9,l}AL4Փ4^o}G+3F35tW&|YwEX7 Yg;{E1Zt;Vq˿B DG"r=DmƐCV׽|tYek$ N' 'S +wFe1eVq66K4jdwGQz(nѱ]=- \ hN& +NV1Q×ʩ_ytMS6Tɹ'<^"gj$yKUYPԓi9Nnvdp?wKi-AfAiBF+춟uUGmcf4WeV=kxI㹯pߢ"Rsm@Ii,:eej "zzJ=fI. ˿fIVqԤlXݪ_kH,Mo'Mvm~W}\iq`b,rg?[2,΁Ћe-9+>l3 K->y"숳krzC* .!F_pPdt~'O; ڸ㈚ T+wY+pOt (EUH] + gnVrmtnxZ蝘 +v&gx;qyo<~4E$UBMJ*=Gt2_Ra3]59,15%Ij4X.j"]/c♕eg Ym?untp[e-ʾDQΞti62.1K89 ,WoqC&*[I&؎- +WVN̮#boGObiǷ(dau rq:3q>J5YS'NJQ/D4Vr2*e|h"k)K\:Ż)wxqכ%T.&~}Eߔ/ʳe ݙ+%\d`)&؆,JdTR(COv4NlK&:qֿ]W>r=Gxyh yTJb^f$X>$Uнlnj) _: V6 K7qN}Ձhᛯ|枏FZ*el+vRBwZ9E5{VzZzgqWthNJ)9'v.α}j%9C?~q9D$?`԰QRl jZZSp[&xFi[)n~dž5Y"1x~(sط,qlm;Yo{r\; 5 e>ǑHHJ∮paf2i&^tKgWUw荗1"ESI11LM8}e5ߦm]Z0Unw/휯0Ry55/ F+az)L焸ͺ}Zqq!;F[2u{8f'3N?OĪwC GwO!Q]ͳ8OvI#Q>,6=xL2#x>.y[.T^t Z l xij4c7QiOl|h^K>jx+f)Nf +M<[{~+|}?Ru 0 l^W+׆?”TvK9/p٫jlBDBB8ί9 +e1Ȯ/9rP~0l$]a? y~哶[s6Ng}pߢN~_zY9^~+uRx@9V@G텁dI`+o0eGPu%AՏ3k=i=td +ltʼµ7ɩxx-Xחջp|[@?#oLiϔ"C ?8LmŷN3^pT[|S)Yk9)$7 McfZ{K^.]Qu"SJ2Y'6;ԖRoR Os*:@Qe]e> +1…M܂Ӊw`GQjdIcJ)S/%^(!YX}ʶD#3X?fcr>ITw4/6!c@_ =µߴm|t)`?WPNZjye}ōIڒ8r`{UyEh/jDtފ=zlF~/IW6M" Ǒ8̞_υX+7MD_+"QM܍GǯNG%^`"Q#L\Cy3L&R,xoe= C!/IkP\Kc|)ͼ"3nwY\Q*QpW2->%YƛbGihfI+N*:هfߪS'AvoV[:.Wv-ƄT_UoWM^Pj@SA.)^O˔juU֘ӂA%Ymsnt:T\1NL`cH]QR/=<6e.vlWTО%`(oQ$ӏ`9vyM8ZD)eT0&Ftn{ h,WIVuhh?+vF_L>6?!@J0Qu`M*ӣZ&a \2_Zg6,**dL-PTFa-b=wSՊHD>.14 +{* բPQr3XH3ٲfM)Bŗe87fsBUSٝZ+9~TDVhv틹L]Y65O\~ޝo`{F[FcpHfs^﹪NQ"7÷32D X,ɵdZd=((R-grK aI>qj387Ek9άUtXZt`MMz+_(.6)}:?E +endstream +endobj +1488 0 obj << +/Type /FontDescriptor +/FontName /TAMUNF+NimbusSanL-BoldItal +/Flags 4 +/FontBBox [-177 -309 1107 953] +/Ascent 722 +/CapHeight 722 +/Descent -212 +/ItalicAngle -12 +/StemV 145 +/XHeight 532 +/CharSet (/c/d/e/g/i/n/p/r) +/FontFile 1487 0 R +>> endobj +1489 0 obj << +/Length1 1626 +/Length2 13202 +/Length3 0 +/Length 14047 +/Filter /FlateDecode +>> +stream +xڭteTے-FCpw'@p6qx.='@p =YjZ4b@i{03; @dg`Ȭ4H44@0^ @3 ui+`L= hhC5@ +*r2:e- lb Pu5Af@{ =`Wk.,Xb.# 0:b8@.. >dofjw߄#}`.`3g#^UURT?i;yY KQOt/~(niTS7,y#tFr+ǡsD5Kmh+<>McbA!fO7]'^"lOd0(C*gE>:vz0g2EQɳt=vpra^|ȽM=rJ; }[/č6n‰[49WK?\M/9S Jd f֌kp|VU&tT3# {c Ydexܱ.n\5x-g^ nco}~,T)}SqcaphV@Z zTo'OD{`U'8C6KD'rx?8FjWnnCwǷ +K[db=*f Z+gWj ӓC/`ӫ%Q0'd_P h5g5_F'+E0E&ǓFͅ+c"ֹ‚ePp>O:6#/k ҩqaOhktG;x}uK{&tEq>0wyk2tMjqfzRA MXeJ%|%fk(\w:xA +u`U2P<ģv|waxo4  R[Ak5xIcg:Z>sӆ-79;@V=A%q$<  }ڧQiUa2A=܋h\@9 p C2\|,j.eKfS[[~D?[D 3ev@eTeEJJ2>4 O# +٤NlUѝV Uv~h5zr51jGLG9JH[鵈yQ9B^v]Wo@MxjaO:AKK8[+4|' EAYLvAClߍZD>@քH Z7%LJᆼF Nm[(+us =y=c&v'*]$+\_;1(\Cc.v I6ʥR4נLQ9(=D۠g!Ҝ=;Z [5Ĭ"ZϺd#7^WA4慦dDQ^vq^aV+?9o_X>tQM`⪳S +`1y 1;7y^Mz<+;t3{k+O~*cC?-Fnf2 \2@_XDM\2hfWj$ǫ|J.LiAkW1^%,m//E($ju\;.ԴNL 9U|:zDFx@A |*x9ZJ7=;3g`rybX#)+J# +U?#ڱZ9V?';l$Q6so @I"FS}#v[Ip(aNPJOtS+_G?46;@`'[zrٱX+j |іnR7ҍ!P҈3 I Fݫa=3kM ,X*S{j bfwM,SzʏF" +dg&ϲY'&D4{X O1Y6z>{q&挣S4%i\ġtw:qQe\^M L8jCz=1CHV8?l$ &WΎ,ʨE!4[޿lW&#MtD'Uo}T|O#[]R>k<.Ya9u99 +jm%I sQg0MDŽ)FԈB &op\*"q +ÞA?mu!4̭/L4\aD?[s\ZSeM2`z&Km¢k=O60~NI|?Xm&AYkgi[ I8]}>, Խn +`wd+Pe̙[A'`7Rԍ"VI biQ 72orvzeu,rrDIuB̷ث U )Jݽ51]ϼ,0̑W Z/v%dG$zh>3"Z1r0BF"o(%| +_ A2x{hk".qz(7J-*roٞdkj⹲̽񖝵Άx rFDUp%:~+{ϿEZDr :* C8;X#ğQ MOD?'/(_Oa7ebA3嚙m$atn.)zu\L܄aHBZruMҼ@)q q)8o\]&H\36l  zuyҋK L4ō08?۝c۝I|'b- d!YiuZ~ˋZHyVx„18#^J1LH]J6!]y"mf8)U;U h$CqrEaLGddStH{/?WjՕR@xM>3n*xF<œ ŤN;lT v,=<@<'q1d?ު`9}{*. +WˣcHL2ȩ3W2 tvZipBSk>Ɵzx)Oc*V%2F;%8ht0, +=no.! #o{M|w0JhAkqYy6AY?/2-X9S:E a1ёSs d?,D& 3"/u({(D)YFTS>)tfPdt}8Kiת1\,EZHqpK8^rMrV6W |y@f1dS?10M dΜ㎁O?%qh~og'YEǎB~u4y ]7!˦'l\D>cYg}FU̐:uyѓDgYW5Y%El0O~XqvӱQZbT lB4]Qu00 ];D~ e?Â-qEnuJ5tŞ55jM _UL'$*gN$I*e ej=^2T.Ἀ ZJUE%}c[їE+||Ęi`ۙw;musTZ5]R<.6 %XhtQf%Vȝ(Z"޺l1$Ql]:uE`0]BlEu Ćehknˆ듨›J0sha!$Ǜԋl6 { -\-PV# aԓ@SmScv v +QpkDc7'pi4b6 +*x% 6~4{:yTBX";~hHR'CO.i2j]-,kuW~riBgnEb(:&.hf1FJ x_8÷kB=V0WM kf:_z+{=j!AKvKNk98hO؉IQ7Ԇ[p{ay%J%X T2OxkMog> 'U+)-J*ↁʽFH#S"g[@Q@%$3Jp^OZ`I~Z+{M6}i" }iPo/`-R4~1دe%^K/BPec`yskF&J:ۄnȗS'nӵdf}_ gI֣P(5dv!Xu[B_WPzzP!>R#SN}Uօ?!7et)Ot|eJH5W ?L3pKR,> b .Z)p(`_|&&YE/+24UR- d gj?S:Q\ܟdegG8akP9RX3&)!}`nYaӕϯyF[l vФy|"\WM?7G`oqalt۴՜WKQ6HqCZibE*p8a<`ƂNӊf7PӒDXeth/ØI_evӗ5T=52j ΅wimqRxKꦚ*.vX bLbK4+}ѮAG,6Jj2-zNy]M 9xz6S!*:ԝ) +ʚ7EA]pD{n#K $-HHCd(h&Ҥ3q Y|f%FaUf4a!+zPHCVɮ VS4]N6|)\~2J31\ZU +ӭlO!t$ks8aYD2 Ɓ@kQ#81֯U Ɋqի}p|+#is(1Nb"͚ 9 p$u񟐶ZOyO[]>cltٖfU /љȤoƠnR$N| ]̰nrVx3I7wJ]9ߕKξ-;_Ul)GiJ_j|pFN +~\ '1=mYjZڶՍv0dcȐ]Qjf%>xDoSr yE?(tKe ![Mj%ւ8 yp>Mox`p2‡vR|P $Maƒ0;;"RbF41ߐw]#6 U96KdyhG>Fv,|mȥjX7Dd>sL͠²1,oc0p`mDV?ʭ-]I^6QE,'9$P8Zv.J^WO%56('eΔG#4UYE.1 +Sk#Ɲ;$N3W[F.+6j1>؉f݇aKz¢b^L\f5"rBz?P`Tu3!%IxH0r?w)%ݵ0R;> +KsHWҎ1; ā 3Gs㺍f`#+ȝ`t(6cǤ< 6cX0OPh4~R +UF%kчWNX,| ;e#󫦉Uퟍi5|{my*U +Pa dN7v1m#hb8V̙sKj8brba}$Vʾ[ʹ+Xv<[|2c_[^pN) +Yi{ys&ZU :% 6NSR%!A"e1MGÓ{xSXl84^ ܅Yzӕ0p638H$f> 2{B4$A(*B׺/ij]*,_Z"A)Q撒HײqH{i!@ՌEO àO%~_E]Hy.0<ӈY)hq[>ϚK>~NG.@,)5O$[ M$6 ܢ6a@vxe6+7.LM_LfMMrW􎩺Z8gQi%)#I*h]mߛ|čN,' ']BP,7_ + 8CY8)/wPM,:Y}d*ꬄeƤ3i:FfoxJմ0>6J>KW߆w(I^ K-oR.YIBkAL`65 ^0 ˚ѯYÕg `%|qvLpKe?!~H@&%7@h=-leY\8-Em/*3wNɇAlHU?a^aĀ݆pP<|AC,sՏ+z-ZLn~m3ύ +:uvT"8طeb}VGSFi~t^v =X^wd;h 7(lr,ѥNmG FOw򫚛MXi׆Sw ܂MjkQpXH:7J +Zяfy3acl[(bb΍eZ `Dz0,~D#!?Msr^*? E3i I~IšF7ej)~yQ)z鷩q_̚_#\L2>OL[_xg+VhVNSR 5)[*naF"B ++6R=/K6-R>9HR]p'y ~))LKѧ YV%T9N~Y{#TۜW;]39F}ugcfie-04WPk}+1` [԰)A*i-\3zRl.18qChXoA{nD({Ee-fW1 +O11-,k'q%k 1 I AX:<{Pz-X(VJ+ *t +i8̋Y芊T,MpOI_wyvO"<QH:E=!pKzӂtт%--ibN=)AyV\T%k[#帮 ^]~v +EJE0cS?i*.zryˡtCϜ) $8LhLJeҿb/rݎL0jz>ͅ\4쑋nl$E!5V;7ɊŮhPPn5}I&ڧIxDJtúXjkxvj}Up]ҔkVWffcu :6Dty +QWARx}p'bTa_-2$t$YT,(lz y[kZE?堖gäX|}jԃ[Fd"xfpV9{Uy(R$1KW|II!'yҼ|7ƃU{])e)ƨ~;t-#U~#S&T9}d[ϝiz``h`$;tB 7l$iQB'g!Vs5ǒZ} ʽXzf¹Ai=NyX^~֟(I|^}=g}{/v~2wg +ӹSc=",K`@&3[!&eȯbד>Y>2^/9J^)*YK3=ByËq&ᅳK˛&|BBC*sGgX~SΨ:'` +4H ^йuI^G*,|/HyQ1vOUȤULҿ3qUi^O.COUqASq^ya?E¼=5վBu"4, ~ʭfao=} + pF~Ҕd2jo"n Ew+e.wk^egf8i!='^)VwR|Щ*/oKiFn%̵|Wr h LZ]3y~v!-ϑ(J4L|1q;@Wȍ&Sg(]P'Fj}9oB]$)Xt68ÝxBϼKg@1|1Er{ +!kc5%E{+hM͔_(V \D*c[v^]V~?y ^05\vK=E3sR iha-e\") `?y #NVy8曠A=H~a {@Aߚ%׳r0WPdJӘRڵ:SrsǮx&(N!? #<[ޓm6qN"ҳIn}}|8GdLf.I?,!/Hc&""qc\ qu/zݖ 7asE[5%I|)Ƭ@`d(ii٥j?~Ɓ6Nf՛8̘rR - +H {" &Ҳ&w zIc +;ʚ<:CpJiѧ"$oxsvK9Wb㳹*H;T+Uhhj{qpG5}XØ6A-yyts.:i*æ #dc+ʈ M^MJ,Bb=韛bj<ELw|""O(0ø rk8m ~bDYc;md :nQ|I7 ց}m=mcc:)fb)-t)Sd3-8W,[ %*u.0B xx D˷6"'KhGh*(%؜uNNH]E#\3$E'{t֞f ae ]W fy{+QV!59&j:w'ھO䀗2-&ᤴlUk'Q I1syzvElq +frIEX#a#܍"n/.0 dƋ Z=[685MW,e9>a'ߐtQ~^FͯVv=zgph[=d>nד"нxzy}WjZ]fw˓BN }˛"xec,ߺ*h?mabwƨy Dµ?k+jҖt.uGdHOn 7'zP3N5kG7Ƽ4( }|OѢmucvbR('=险&2U=Q:qg"[SH] +3~OWH/! v/}!ȺcX5s1 +cFIy#[K]Ug#8~Aq2 P B*yT>^m(+f:-Θŵwhs+B·?V!moN X18냷4!=rt|EW|8 iĽD +y6uqaY78;oh u`IZ'; #Q50M=w'Y{^.8DTRrQgE'@!oZyTxA- @'855<ͺ=q%EH#bG߃k b:1BrkTފ{y2L.2{8iL Uɪ(֨e˖,khd1>wDRN*&ﬧ5'KhLƪ1 +3g;ՍbjA~T$Xd4mӾd?-5B>[vo5qA`!iMTȳ݀z{SC  +ҟ=ErBau >@ڵ/e ϚRM`7X%R\qrLKNt/j.f h|.լG 0]u'T{/ {kz­♢ud@ kI.朘2Ҝlxv ǶrI#(WPy RYOQ 8(PDg(4 E}Ua6("em(A5Z{-vƕvl#TPg'WiSYD/v9"1u;4Ԫ +lB7ëZx 4.P'w TE<:2Tb[2󙌿UE7apqN'-BSf▱:RvoKȍ70QB2b萶n}슓󓋇 bIȥzA6Te[?2O +8P*9M.Qo(U8[ԓ{s6Ω ̦R&4`кZ#KW8;Eí +o6Zԙ/+l2Q +endstream +endobj +1490 0 obj << +/Type /FontDescriptor +/FontName /MCXQWQ+NimbusRomNo9L-Medi +/Flags 4 +/FontBBox [-168 -341 1000 960] +/Ascent 690 +/CapHeight 690 +/Descent -209 +/ItalicAngle 0 +/StemV 140 +/XHeight 461 +/CharSet (/A/B/C/D/E/G/I/L/M/N/O/P/Q/R/S/T/U/V/W/a/b/c/colon/comma/d/e/f/fi/g/h/hyphen/i/j/l/m/n/o/p/parenleft/period/q/quoteright/r/s/slash/t/u/v/x/y/z) +/FontFile 1489 0 R +>> endobj +1491 0 obj << +/Length1 1630 +/Length2 20864 +/Length3 0 +/Length 21707 +/Filter /FlateDecode +>> +stream +xڬcp}&騣۶m۶mc۶mc3uޙ/3î/] MB D#`lgh"jgL@K 1tqR㐦Q41sճ98[ +8pL&FFF @@FAEE\7@/u `jamאɪLlM .Fi #[' +#֜hb 8 N&FL܍L1QMm,~,fgl5v1zSdh/3oVyalnOn'f_Oc;#Z/_\&c '{k;Z ' [hbfhlm/?>KڔoN#翹,la [S;.j3009M c[o_u51Gk_)zؚ߱J 'Q wcy g#sߙKbklhmak@@O_lFVo/]NFIFRUs`(w=OAA;w +;[#&忀S1pvph훞_?%#bkdg(9ݶl]_{obnbbgl\;2%5:b_ڨ\T_cQQB4|fy Iy8ևnM֛brCD_0N>\6&+nL'#3?k'{_ԆX.& ³sē'ё[lXh. 3$g}LJF/7W6VD7O|ǘTK&= +a1fErQΌTFթe)bk'1 )T鶙nEJbꚹ[Fߍ 1_mߘn9 +g^dh5fT<ۭ,]l$0ig"MKʛZ̘R}OX:[& L/ĽI=c<v,ӕՌ* l\7oonb͸}NLh g>  8sX?עXX| T#E8 N5 +2Yjf*'LuJ ^=vW_ymYARJM] hTfB8[Soӹ/oc1n48V12[ iHQ2aHiy!s%[&P3LxJBWUB\ g7\5 +]h{p}@nܛP^;S\lV !!rm0&"Yl5M(w~^D# d,*ZjϣE! ^EЖBs&ZO>.<:鹴+-[ ;WO|jaК9CZ5i2Yل;=w/,]͛uq\^TW,i=kߖN%h%!)NY) #CpibD~Ƥw9 -A:zґP+Y->@n+}Ygx u,;ty@|"Ȫ!|I*1}FI4;EK`/P綳c`c]W[) L<rEۖM +˹(Jj=kqg\6fKh=*G9\]z*i#qыBYѪlqOcʹz$0ȑE,hJFoիol(tN +gi Fk{N֊.<=qT{cü:;R = г<^ q|;_lBSL#LSB_ ku;^(tY~uPs%QAU%R!$l߇kVJdQ+;}ǵaY'SU66>-_&*lyVl%@#U4hE5y%˜"0~f@vۜ9 ajg1p +7[+3 ^XJǖ Q,M' 9+Gn8kslMv{!7H&73Wiԛnj+p0&w; LA5ۆt_#ФEw ^[u]Jqh5-9YS\e )$^X +2A:Md69\CWf(2+ž>1ZZav E]6 7 %ґ3`lfgOɣ8$(kqzi(|K> )WE +j$"Ն0YfS ֺ1=\XL9toE^*[ˈ`y 8Fl͋]gM8ڞihZ_Z9}kw)NLN;Un+_OmJu ָ ^ay"^H 2He#o|;cct-m.Q_AZBB8 oGH_y$~J:%ɣ?{K㶎5P?/uG #K=f",Hv J:'!_= +r*0ee)KlE\*kzylpg?4dX{ [zC1@9d)k"_f4 @-P;MCJM~ ݸAz䗯JRց Dc~3vxpOr,J.'8'BCO +ҕJJͲ@nv:=n`xՀGQHK +nmL"WLژX*^d[ EΌړ {3v߰LSCv<4e c+@`w|6ĝ)Q2]k>/oԐqD qy'_3cIm6KXгt;˸t̕=p á"/PĬˁ{(7ڊ/𾊢n4=#}P@z*>,fџ?:O3+e` g[!TeLhcq05I$Uc(9$E[ ƶ6Biͨe!^:Ckp:Ys%1%Qi DNSGO}iY¿a_BG+Ŵ7O~wa6U?wGZ~s`G1(}x:`oV9H/tAɈ̓㐘L |36,/ +T?K ߓ> +  *m˖9&:pJK* +]Pr2 +_+ 9Eǀy #(GcۗDӺed*od*e* K6 |toWEUõg-$'{'&jEqy bU]S롱15x9b CCأ1^ǵO9'=E]ӄ+yEi +h*  1BVKw+2y|ϫv֗ (L'Z3S1'h"WyDKueL3r~H]㶼qÖ m(Lc+aY1C)pY3^`*wص`qpYn MvF_+_ǏNZao6.m|&4*hmX0%&U^ݣs2=VmRb"mJ`?+ @AmX14K`%س%Xwգ7(X.>aB?Ani/[F^{|:3V('ef8w>ӗفbUNe0 5q#O8 Un](=7־gdH$.`<8XX2ܣqOq⏴ G[ψ4X{{?=Q0w@3 여WŽfΌ? +(?yK wJ bEޟdi>_&LXrg"+h7E}kAQy +p|xI$UM~ ټ(e)Nɀ*¼dSDP.v&=ڈr,5|qCQTiHT]5'?-*0̴2F U88$sҕJTސA/R4tfGX@oπ׌4$$#T@>q204 P2{ !8[[6d@ԅJJRț Y+ޫ 85♖#ɢffL;:%Zu}~JDy`گincvR@&V0}lO)VkJr#rI)pYn͋^'UjM8`!*o#A~L"t4\/әR x,#!MؙdhV$uCX0y|u{zZ$N2GIᬇ30~rFk{+3V~Fx7.}5nXOM`H"ݎ:/0 UIʯXi L505Af~~0ٶə |\BaЫgBwUKuP)`nUV~&+K0f+txA9dK+W0!<1}5}@;AsoHܒٍuhBȆFi83,)ڄ^(8uz|(pT5PSeB˸=-1DmpgLR7XV%o=E\Ykd Y|P +=onɩGk۲zVLKk]{;NZdžS!k`G'Gΐy3-"&u˜# TE9vmL2WIEMǣXX" *y^G/ 29'MAxgwaq/WGPe҃Kn .*Xd<'!е Amp]x81Y ͟ؤ9|@caZN~-c}lkhS͵=~wo:T##8V{"Xa"?LsCsaTXMઔɊy̗+[ !Nu!מO]"}JD2BfP΃b> +7M}yU"R1z!$]<5wm[?_[$9s*(rRqsZ%uXe]>sݾn|u珫U ;|]''~Vw.ܩx+qR)Hl9a6R_Q~wT) Ν&AǗc%$H>6`ASXWf.uX+aBedX\ų CӂT!c438ADזTU‹o~|n" "D3!̂^$S*qЋdfđM©Ei=L[QC`hL$[xE,T 2^ ; 5gТBw9<$Dߠâ]a1衮U4Vu年6NvgUxV73]=|#>%AoTz );N,ԛ2"U ߁DA!׻K+ {`NŊAy@M:-xB'|s^F&K,Lk[^HZͶO)a^L]QF48&#ߙYwvk. +wg/p8%j8$Ysp©{Y$۶7GB>xi_ɌG +lc\V@eBZcAKc['i ʔT;aPA |ťK$4jqUa#BX|F~_7X2դSzW/ !R̠Ն衽lѩ8r^ѫ<׉@&6x }D7\ڃRU T#h,f %/,/2ԪM_qti;lTVx꽁>Q q2O1ô[2gZO48ׄl%R↱wsc哻j8A?,|@z㑰:AY,N֜.;Izy6P0۔fK.nv/YX MFjX2m:bKif^俍Kp}6<q|vφwz +_ֲZjtE$ ZYqۃQ HU"<3U#?dV?7ln0]x8:/9!$IjI[$B3}8xun)6tlׄޒbl&ZaʭаM < E!/e&/z ++Gkkُ(\ r>)eb. % +md5K +.K/sO 'Q&݇0D-\HF#se7*@A[6k tP?|JwY\,h-º{S0ĭKIQe  %cs]9ެx"Uz*L_g +ˍ:٣To|B{;N")?_ h[[Z#&3j]xSer5Z̖aKG-T"v;S)=nDYE)f +<9MGe@.2jMZT.J+K:mۯG:O H._g֪е_ DL (!NJG܀9!=) 4(4^EQgux IB-FKn[g[&}Ex;y aHk"c!CKC=wh{v&^s*0 $9*a~V)fwΣTzM){B&qIߥ@'RW n`?-~KY8saZ8~EU <}f>xޫhLPB4 [k<[G8A!j6 _,eHlNQ:[{ nuZ7"y>qmuM\~[h394|  y'k|9PT8YٞS!af(x^ ΅"dvRTWaQΨh-}/Ӏvשּׁv\Pf Uϔ3^6XNZr":t|, ~2nU#+0`lNllHFjsFڔދP>okn-/H= x΃xaA@S:fV=>4 +ಱIwFaq6+V4g# +Q׸YVr U+ +Fq|-uu />|UI6rsy@8:R +p晴 NE ݯ dm̀8qZ'EXW:U]*fC%">aK9I'4eWa$1+geYUӠSJ1@IC"LU *V+O;;Rx g8eb<1EDuW` Kleޑ2l˾[ Gю.cT]uO\ςU@m/CTTAkWV39tiN8|7ժik9UO +"~W&$BHt-m/-lMfV%1AgLgR51iURFDz^b(ZCGXeui=lͯ$+NC` #W<ODw\t#OS;{3xFL(2%2)|D E*EcwHDVŋXY` igb:[Mz##j!*84Ӿu 5G7|U=:]N;i-D% +Dy1= *+` (OEH}=a2i vKk/2%F(1BDZPt6ʏBmSi]9|RfwLIْsYzLJâ{h-&ۚ‡<{i 3B#螑hI;ԙ Ԟ[\B7V2'ejvF 1R =~'I}&g$oix:wT!"^C[V^\ls-a~5xdP3V͑v^-G^jm3dL4q.ͼd +'몹3md0ӊe~j&cM8K]mS'%w,NU[TK T=+oZ2~{s#,=9꾵5H<Ņ:)gn{- +B;/[s/OIQ^.极%)sSX^>qtWt]͑ӰQS2}GZu`XBSpKU2wghPPôS|VTV:3=5Z,bP +oiGzHA~tNf&2?FeM[zA;Li8пD3CSYNH I`ܨ,`G܅NʰS +Q * ]uLɑzba^R^^\TʗcBA=kS\-z H$b+UR+i[ُ.j)rPrvyw*#gө O'j{ֱ8OuqW:}lmf}/ +G+Y6}yJ1Vj<̔=kEtS,a2ݰG<:;)E~_as@ҦapP/eOfy"į[uۦ`Yu5$!- I1ygԟדX @ʁn=,c!@V6zLǟ9u(irٹ0<[CLj~M N:JW%h\dT׫Z?oh"vȝo':@jҊrIIBF'Oe>ǩ1RF f H[1=@mGץ9`C/:ze0/2h`gؗ%UYи)\KNN_&LkTƟ2zx,HtlEGќ6aVR ~_W-/UψdX!!It.2 .t8fwmߞ@:%Km + ? >l gB@0o }jcDn~NGҢd) Sagڳ[G7ƿZ<0ҹD;3 5gUr + 桏oMwn_O\R9s O(j Bg[JH ZQ!n\FJlN* TЗ!OiǼ +w ݀ gL4ַ04 X8%萙.-Zâ(H2ǟ2IP懚qQ<7SO +-WS֝#j_ڗo`[=8Ex͡2JW`"~-fya (Z$;_hGq?ĴrUu0@vKaHV*0kH&"y~;! Z )VQ䒏<>m>}xnsQiZ +۰Dq5 0%JA #(+G͍-ч((.cRNsPjE閒 ӢqG~uÉn2^^p0txAR;iK6ocCaw(wnnc}]c+ [2$¡埊$3 ֏xi.SsVqhCs_<0H4.J恍8+ J ɀ$ yuSCs!/ =Iy{Ho3:<:Z4._i GԸN\v+*f3qۗ +.Z;B̥`vFŵ +9Vܼ47c=P(RR_DtVّ2w˚DeVBfߴyfzF1\dD0XXW^}RuSWo}zIl&=/Ac_Sp +p%FQ:;BDZePOրnT΢U)*K_N3ܙ\:ba#LYƸ(Ͻޏ+ϻp^KP,&cn4Z _37 41,gL7%KxO@ 2@ βZ+|) 7tP-h7vVXٙaֿ^GPw6 +CVSzs( 7zÉ!¿ҵ~qͯFd^<>ȘU$3f"H4L63᫘ZDٖ{if۵ Ao-N% 3RU:60_H ՠQ"2;U'_S߿XdߪkeKQ}+ WE`,d^ʎO?l]@RňNJ:nf%Dl9ۮͲB.#ʳ[ =x&bbn:a g#ժ~ +2<_NMպd/n$B$0MN}2ʉ73#vTz7eDžD#vlWxS⫅{E[} y!l."|>z%@\t%XXLוNSqзX0eBH9cO@+J ի 40!S.%Wߨzl VU 6 (HӤm^L'&K#@+~g(0ۃ}J)(FP*PBD:%/F]-%$_âK}I%+>0^KUc2Q}>]L0@Q<*TN+aJ N|!JYn]O?wVճF7t_^LS^ +O`lIe}1֢08}8z$Y7!]Q-xbŖyiF@ K +?-`sƔ؛Je,6-1j zMj"_l{NsGlj?X{ͷXX`Yda42Ό$)GϏl“6'اIebad8\`S`c8Gώ#Q;19]K i|kශVȱdX@֎b [N$ $@U6+Rkd"`X} YvHwS`fU7]PJf(\ObQ`RLA:6cYKxZ#EM n _,EIO +-EQ /d=@V0+ɾv=o1<|Iecˮ`FTD_:6FU(os|*kui& +b`Ani*kuk)E& F#A}2>f*' ?nW3U5ߊf6zΞ7>a> [>`ĝP|] "Mym)lP߾tIr|p1uRз "L &E19׋FhY #5gm :VP4]+oWz`,νO $Y]hOL2 YlFT9<Y?z On"SX&4z9x8Nc7`-?yl2d V _<K˪mZ8ҏvB%idGfg,Jْ*3@KLs~'8 +/s1Qݒ~"^P3ʒg{CVacJ GJ odV']/&r@Ȱ"?QdJPG|FmezN糫Cl‚t XPɛ2>R'.S3ti7]IHFK{[/%<3w}@|( Ʀi4 +r)oaͼ:D`w ߳ ȢBt#ռ͍+L=Scκg![a=IP1KBR$ 4b'1u캏efWT9x̼fw [c9j)\Qc[&̨G5J-qY;o:"h_\m 9V^%.g/xǹ"ב<͎9 m4ÞeYlO1_bZhb`v\rzاf +cn c@ߪiZ\z2$åLI 9_h4zD%4B^K߱jقuR5JG';MrAn >!ݹ6b +í$aܽ.trRlE[qKE:qgֲs6͊P +"6q3_ϕ#,8a&au)ȿ#L9Jo{>9|&V/^יh'$LmƜhvw){_64I⟓H0Ƃ*+-jkȢuVE++p qs-dB:0_0F4N6>YAV`gq +f0T6 LxEY#/ ꮩ&6|gKjpa wv{:j:ϘC9,SXD=a줮8Tqǯځ''RTvϮ% H,4ٞToQ Ew>[Dޯj;r5,7w +!t2uCщ{W*C9t_Y Gߠc#ڳ,+%iSP~sq`dLO-dW۵(8Cd\(y%nVuu-ΥլmvbX:}\q@fZ5ۓ5d@V׌Lhb_zvx#4o{˸e n7p}[%e77*=9mo[ݽpVy#h'q=v/q4nڍOVD|o ޱI^˨= ݗ}duA0}MG@f\e]V r8QqVk̔$C"g] ^%McG$l!1CÂ1V'U~!s*$0f 8zt`ʙ;*I߱Sݧ%3+i%aJ^t$i>p ☨_pG5YF[0,qͼdKzZo糭SLwLv߆:ra%ijm<o~ϣS0(屏U:I5}4RLIqȁƬUR:͓ +endstream +endobj +1492 0 obj << +/Type /FontDescriptor +/FontName /MSMJVA+NimbusRomNo9L-Regu +/Flags 4 +/FontBBox [-168 -281 1000 924] +/Ascent 678 +/CapHeight 651 +/Descent -216 +/ItalicAngle 0 +/StemV 85 +/XHeight 450 +/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/Odieresis/P/Q/R/S/T/U/V/W/X/Y/Z/a/aacute/ae/ampersand/b/backslash/bracketleft/bracketright/c/colon/comma/d/e/eacute/eight/emdash/endash/equal/exclam/f/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/oacute/odieresis/one/p/parenleft/parenright/percent/period/q/question/quotedbl/quotedblbase/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/udieresis/underscore/v/w/x/y/z/zero) +/FontFile 1491 0 R +>> endobj +1493 0 obj << +/Length1 1644 +/Length2 4746 +/Length3 0 +/Length 5581 +/Filter /FlateDecode +>> +stream +xڭVgX[֥JQ@^CH* UZHB$Х ]tM+* E@EAy|g{:{OD +R%JdSeH[ Q>]^DD #qX] +A"H8@N">r'.XY؈KJJi9p 'B$QX(ὐX"vD"Dw$ At vM  LH,@|\1h8 Gb Hq}qX4 Kx$MrCÑH +Gz{ 7MaX"Dc|' n_ q^$D7OBtItOb$s#D>'%H4$Cc "ҟx @ x ,DFJÇƢ@ +D$@!qt:R= Gh"qɑb‰(4^dV.cp'ՠ '3#NJa1ҍ^G$\TD$[[FWj} E;@Z20,g&Ey O^m LڢE(4AD@D; ! +@zcX$I_H`Pw4{"oE +djն4$KVC6goi,<lN/]AJ*i95R)?<_@ D"=p C %Ef &Ik+@"pOppHLb {n+ݫݝ ޛzhჰ*\GhFWpAMAգ3F/:0b|`!㢭ʒN% ln3Be|enT|pwUޛvmGɦ9/~᭄A+|cmiDc r)R}:CP#'.4\>= CPqwQCkLs;븋C +\"zqZ5a/ޙ*wj%^l'fn^SjiyDI|MoQ9E>vGśO4 m~ƫ"̆^ /l\Hsj֞Vehx6ΰ}ԘN#4/D!!;g RWs\JUƛ ^S`մOcd|K-gYhTeKWPkVEq2``F'u(ŝr8Q4u_IyBm|#}:톋!S9ӓ ]=_xmҩC4s}&98m5rguE&t+zG:%Xgm=kAgu6W +mv+SʣΑ̵NQ LGCWS̤*tgVg?MavzgF$Ʋy!,x]WVEͳsSeߙ>a|ՙd"Pۣ-"@cto?&.w=1.\X yqx#PFɦ<9$\Tdlt&J %2=* $KpWx|) )VY|k9O3;@.Ig}[ +3ɢxy˃G5'85ԌO0et-@&ONzN[z3CB̍.J%Xs>ȷ>M%3IzI萨s/&g=I\!b;^zEcT.O>2,Jè3cޟ0F6z,S{ns6 1 ['w,(%ԥ:d6[gTitOZshS>7gߔڜ>FlUJT[~6w0/^SfSPU֕J и.UKW>d_{q +ˮ!pRG.lZg Y"c +6K#|ėN?0[d589~#XҘ?A(2XW*DIC)7s,eQm`nvφuō"K/҃|V Y3s\e +D4 LltUeg3YМWnsS=M+gbJ36Qxe՛/?dow IW|ze9`x8q07Nj8`4ѩK>lR g~ǚ{0LFYCh(䃺vw|Klw$"^M2EJ2nεqxسG:d.v$2gf<1#gdz$;pR`}{ +Y4~-y)8gQD,9o~..3ZU-^[e_&}LEڂԬ)0EZ +`Qٞm>RA3Cpnn H6KZvz+yds,iLjS>*GU֞6樵qio\e#o(O{vQ@J)Z yML%=M\#Yiwx\5X R`Ex_qb;xm-89_q?la^~UG tn(GaE7o\꠲yߙiiY K4&{@rp|Eeͫ{89%Xme݆xG_I='*z1ވv4oY1Wk7azJFE(nB/|`)텏?PVeKHKlKxLDՠ3T6 \#oq=L_n ԃ*.zY;G+ Jpi>+:>T~w!'CVFvGVt[iPK"׼$5k$ggyW~+PMOֻ0 +]%2ZnEy4ǫk>ъrKZk2ReƑc(G՛|8;JVX_Xܪmt?jn)/^/NjuYu@ 箴2ٗARv7ԑBeo>ig) Lc 6` -AѺ%SҶ gZ-TuX=7$r~Ɍj'|E\ 81ΦwhxH&MbP%xUmMCaZ#gLm2'AbvVp"Sx%2‡n97iQ8Ӭs'%qGI76y Hmwmm[S8EC gmglHd;E Y^9}%r&?9~/z _.z#)8 5wLoCX8!Bou376 NЂK +/ G'= Rz,q}6^97n^ܵ~\+$G(oR–M +ע/ʞ?O [?콵JOΰ젹ruUQDQ6P?P\3A{jȚ!pa^vKHVIRyo׺ÚgNI/Hv3~2d̿d 2흴!xQb캻7:\ +hLWe(=jDqo8G{qts? NSkgӼCTF1 tZasM_Ps"POL%բboVWݤߍK*bC7j‾ I޽IWouS(usJd&2ibͶ R{|gtҿY?s(08O[/|̩}dVN9en. wfgbnQIK\gd)XtԿr0yZTM@|dETjβNH]VOGݭQBZqBFCyֆ91DuXA./2ae֦EG@G3-OcRƸwF\r-R!k l7+r0žh@DoY̶mq +A%Wۦ}NA s;IVi;nl|: s@chnqUz}IT@X[\BsIuZ٢IB +endstream +endobj +1494 0 obj << +/Type /FontDescriptor +/FontName /ASLYVB+NimbusRomNo9L-Regu-Slant_167 +/Flags 4 +/FontBBox [-168 -281 1000 924] +/Ascent 678 +/CapHeight 651 +/Descent -216 +/ItalicAngle -9 +/StemV 85 +/XHeight 450 +/CharSet (/e/m/o/s) +/FontFile 1493 0 R +>> endobj +1495 0 obj << +/Length1 1647 +/Length2 17002 +/Length3 0 +/Length 17861 +/Filter /FlateDecode +>> +stream +xڬct$l&v*mulfc۶m'cL?;gά}gZukk{U$J "f@s + #3/@EhcP1tv58((Ĝ͍]ߌ]yfoVV @ lmi +VWѤO?*@ZX[:(p7:ڛ;6T57Z,bJ +jIu$LMr֦.4 3)\r.=M..]k +X;ڹ__9:j)]\]L]*}wVƮv 5̀n//_j/s_F@p64v63wqKg-{cGG;Ybvu1`caoKk8E`a?0ws `fnǤt@e&7-k_% 1v59?6[y ˿b``EL +`alx;;Y;m׈`jV֦tߐoX֤V\P O2z alZ:s8=DzK5* %(Dݢ;dPq}(ɬq7bPE8 sD@^Agٍ V_tvNtH54>:2w 9pOKgrFed 荞F@k@Uv4'ҴfzJL F(QOkzwr23A6zfVTD &j i;|Mc-v6>uj ,xGQ7<ĂשFفqD,RQi6T` + y΢*Lg ̥U6kwfT0z | A}FoXZk ] J~KQ~8:Ќ-݃EY%x=Uf3b T5ac7ͮ-Uʧ[E(#uKu,+È*md߁&|[! [_gg$p̯j([[Nzä^*' ӠK$TGwnDa +4R,j~@m? +AI ""DЌ,Z껶VT"yUWcL wT_R>UY1ݑ}MsX'q &,V/@([̫` -Ԧݕ{ؽ>p7t;Tf`iKJ@ӍoiL]xP?63g2zuXNͷ3g| 3#TxMSڸF<(+ nz~vc O? rԙ {IbPu֨od +O^kq3 Q>FS[ b2ː +)o<#'N$nj6gZ1R=gTO#G7eU + "ZR)~U\b{AbQcwA]}Pz|>|s1nϿ2N^ [ {vM1s>ǺW+lXXt+U"};4(Q_ A۩(Spʃxk^D< AЛ1 :q-n=zTTMJvTY'oNOM dђ[E`SБѰ&(hc=*LF"3w)WfDZܜJ$m`zUt[Վe3U-].2F>uFOyog^r埜e6m$3f+F>qHx{6(#ߣ*xlln&`V.CY&̑<3T hazjrIDNJηN bFܢ>H +/AMD.h5Pzq =E)Ťv,$M,g^{$ifay-R3|w$r/q<Fi( ]Jhpwa2v3:'hIPv08iÜRH| B)*|0sYn$!k"7@^]* Z~m@,b 6`jTf&~A`ORD{2e$'"X1ξGυcadL`%ZdFǴ~S@d6pkDh:mZ)7RuB÷Sj47\(Zc>CPsinE)3^pj8aYK1MUp(T6*\gitxK$Zs z"YeR[.կ +ؚ0n1߯ +G;|SVS$j+"՚h)CZ(/K +ӟdȫ|)ryռ?ڮm6djRf2_TU߷D5L5Vk GxM?}7ELc B"}t>.!pR?ҁTA\ _\ܴ9QyьvO i!їyʫۇg3?vlt a,zǐ +Y5ri0,Ȃ_N7y4tJH=[cPb?-~˭NP 86-"wD-8G1O+𫘠 «ZS+(4wWƥ +_o}\7. +A,5DoaŅ{5#0»ӒOֺ0|RϮq*.!1g O%jz +skE28M$ö"#zBfcEkXG)_bETxLi 8 XXf|g&QH]sHuK9Z!kxf>'|Xw}M'̪uH(B"1td^I4g|iމAA/QǗacof[{u%L4FLG +#WNR`iL֋n98.*yU*WMo)>u7`yV4-K}ގy|No`7lƻ4Ay3# LRyD +ϋ5J맼+Ԩ|l/~ƀ_\2ِ)AHrgqMe$^OD"bK!EK~۽d-"w` <]&vk| 4η$m=LšJL]Vr%l124|xJbu& Dq.q[E8J:0]}Vz< "W:<-N״ya cIϕl8{yQOThʘ^^!1/iAzmڱw ]TOC< ?",E ^=\zؔlq0DG^-*"8۳C}b 껚ie[~} z-N/ƋUzyt /2:㱚":F"eC'C]9 74=B7۸wXuG-u/0T ˛+n$pU*һB%Cg:$٧ YS0>7J{ (тeÙj'`[#" '*C-*!%k(/g?Ɨ$T2y_Q:k8#6W'Vך3dg|ƅ?~pS^K Y؂܋ּ; ]]]i6'_~lTn)"lߥ)IyxHS}iŠ1x%Ko5Z"K`1D6pmsS8 '8?WWE:pyU _m xف@Fq,v/}yUݧW2EMgjz8\ upl m}7 +,MfTx8EiBߖEHa0p!w(fbnfylZfI}ا<;mqOB]dF~DQBvZ|}>;4%,_8f,d=sMJ^:P*\5Nskط x3SY3"?(n7>cnv6R>|F ` "2[4ZrKGy`ʫy:g-]3i.䂄iv#@֖BcqT~zڠ#M3L.f~j0՘Nder)BN O`\MsCfj$5W=[?=W/ɨ +,]εHD [ȴ}_D{%?pv] z*t)]0Ǔ}ۚRŶ:B HJ u.{ٲ=M*]{}m_ydk9+&\?4%fL8l M|<};ְVeދ=:J}xYdkChT}}VC+$QA|e =q1PlךE-097-;;wcLv6k'fO/&@ +d32ɭS,@K]L~ ̝>l|{0PĖƨ=oV==%62e(! m'lD0z9Ki<)0ؙ4 JC@M%1%"^:KDQicM4z=нW;tDQvJr}W, ^^L - b- +sTG|iMTTjx<*[b 6 P02φ3+tgs=*C*0X(g,?=h +)0*bx ى>dN)Jx(CvOEy,B dnٴ*Bp8D$}Y oպ |M~uRNm W;Q9{p{x I S5Z9@ !|s Z:Dx;䁝7yۛ,APvQ @[yY (o% B  X"/@4`8N/=ةĂj.2{#x.| Z'[MD|/څ,XNᗉs(D[V=QuX ` TMDg]Ge:["FVƠ{:X"mZlPZy[oOL /Q֮i}r&ϦO4#SDZ k %jpk _ҥHV"Zz]^ɌKgi)2ȬXuSyKyplI:~V&CBDD JTŅiWO:jGpi4/*n2X8k$趖-Daװ>T 2 {95N,acsC&7]Y;^/.iBw] ~_u.樿B`pZ4S>wE ? e\QV?,vI /Q2Vb(_ogQݸj/kt̃V# RL=Riz󏝸uBI_؅Rb=1 +4,J^{b J)L:t?+OgU8WZ N=vXq(Q`[qgU:[fG2j}_i6e]r߮$Y{'ɡN,'_ȵ:*d_MڭY<@+V߾#kfjgasV ]p^aatm3QQo߲L1o…g !KOTߐl4=q| @L<EsTz|Fgɝ/`$H4g&KnXo4=T_u +9t +9df9$O-/J7!][ҽȳ,-fO"s2Ʊe*/Q-^2>E._1h$Ou; ȗExcŭ9;' = 7M;Ӑf<ȋ56rUo.F:YvV;/#/r'a+@dVAxBBzԋu@o!%N}O~ vFu]JZ 3/pȤRXd@!ͦJe"wSUrNhiC8=Ժ$䆎o$n!T!>|nWz|zx2%" SEƾ$wI C7hu|I妣@{/1]K>s7h,_&oR?q!ls&߭!uz2)/pRxОo ]ԏ~pL{&;ِ#Tڳ?uNh DВnI¸ب#@Iuor,8vs8E~$eGpMx3–A1D!''[TGB/*@|NiДEǰLOz,gN)%dP넪%(SF\x"i?[m\($N|$nPAkp{LJvE`1t/;S}'Œr> %TeW#gTDjcmMX{0Lo^PgVٛ!H ntVϘ0k /(NSݮ'G=Z'1'r aOKO̶q]tP]2Qt"sSF4 >^u.: +c f a&Pq@,_vZs>d0HM^V#Yݿ]ˆu\[9xA څfwdK@Es:cdw +VD!U;7g([x ='N!v:;=qc>?p?S~cKI3zN96r,3UF -ZUkZ{%ߎ澟7!k_(dۯr}oԀ[jng=P3@Y"'hU2%0E _@7 Cna(!<:hmʯŠeuƝu;<I|Yl%BCOݙRc!Hc58~FNa\_utDoODMt*>m{A*S͛;l$aSBN.>3R*ZߘZ|A,`(oo{`6|`K _'t V E,ϝ97y_-]a" 5NEYoԥu!A(CA) +qïct->TAdn?i""(6$ &<^ Fʳt\ǹJrf@Ya<%1I!뛸tdaVXǏ^:H~ +H%&[ԝS W)\3ȄEΕR#rn(O=E'>Z|F?򋾽\N_,<ƻkv7;Ar/-c>u e@P#oкFP[@O|_p.yo󨘾fi-b6 +ؖx策_ 9aL,q*>#WMG0N.F%Hz> \W]7M{`(ctz?%[_v*.𭇖T(UjB!mpL"\WVp|""Cݐ B5%%}- FHLƾUд߼~=Q(ET^OW 2G' _ rȇ`a왼D4ZkM%iE'),yWOk>Wq4,W9-y-ҢP\nQئaSL nwW:p.+~ގ-^ \+<u 2<ގ ;qdԉ.&ŒT@tZW!U>]A& +Yۖ+sX.D|C^Q_Ao=-MSŔHoѐ$2l]l +4 +/uO(W ]-GzwP]S;m_BPhԱ2 Prkլd(ˬ?Eb;`le.2Y[ŗyOY_59(ۉTrĩrs^8?003k">[ l0#ZL}^fɒԊԭk}PhGر*JF 2 \zyK|Z&z$gzYXo;)hEd#V}"ۿ~4]b^kܲWQlOJYHyR [Jd~;+Nſ6xv>4Kxe6iU؀E7Z-jx%FMGM ukx6 QX~`H';;;'>3GGQa},eA΃Xd; +20:Kn^U&02[_~SV9 j$yGAA ynyhrX^rHl1.Q|Bu1U_g4;ǫA${^.U5Jpf{t}W=k*yp]QE}-I_OB+Vl;in=":=ItH>s=vvXMX4rd)6hƲУ9i_k}qr'p8΁A݇&jA1-ƨ +m|€|_*nLC:cU3g`=1C'vCϐ?b\xVEyCjS^%q l)&JK+e-R(pOEeݹ)> T u`K7CCǕkg,Uǯzw%$3aU:ѫ/$",YAuYU]H'F9j^5JK#z-C$ϊaVSW6ό>7i"Iɿ\mKiw KN$ #)kz(B m,/tw ׊BfxNsXgT%.7\D;IGh!&n- 1Щ;9Ђ]+r7񕢧?wJ`Зo!H0ĘTIVQ!Z}Vdc|)r0J2+n{_ᡉ%mK6:Y3@lHY2,aYsu:G hxr]Q3j;lYxѡvaӢHn A*~K/k:ъN®w. <‘gt#[f-$s IXxMdk9\w;}di8\0L=3^Jw|nHAvJ2`;#5ڨ r<3lihȓ KVףsay~[/aj4||e^k'GHyN_C8&0u<mO]YWh$߽olrc#Iu^Ƀ[wU>4#|Q,lI (k:`I6YKB2ϾD"˼uVvV6͠s'g'J +3]7E._e>y_ίc؈x73]nѰMF_?s"6k/9(u*,L*'Q)jx2 +kmƐ1qn5L^a1~|jJ=#8fcO:ԣOMo*uJD^Az,O)7g'R?gě' t0Bsz/[e<1C?{Jە |ͻf~ +6c2q>2F "˴H.Vͣ$Uf9o+Umto>~6bYp^ÄZ!^6g j"ɺr|U¹@ļq9ZCTgxB6:x{|<a(2h0sY\)ONm[7E/A l(2wҍئuΈX3^'N5m57hPKk蹊CJ - T˗ -@SǺ eyŚXsj[7rݧ,e:}R^ՌJr}]Rin]eR ++SCև=Gϯ\2!߾"^򀹦cn}9ިΡp$Y ̴'RQ1|ŕ_e}- Nb-" T~S)r8T &h?Ah11ɏ0r99o)Wi^n*7TmkMֈGϞ6WPqljL1&Mܚ + +ޱjpvACHhͰ?9/mYGx BrDVbV!)3o2Y Pފ#y}|%7L?+`1}04ޏ6o۵k?#SB-FQRAN]{ìDt)c4P#@ >_g;v/4i`ܭNv +ɈQ֑eIśk'[7]&P,d+mx2>^3gmvjtTBJU`<.Nt-!,GM.;rGQO "|xE]',57pyfL6]{~u#ӜͼɃ Y#M?,8k|1_my^?y8^͔_ߙy)C3Mg~yC։ql^qr?_&$;D4 B52}$#(l(F%Cش +5̔P>z~s~4ߘ߼ Xvu&$#V [ݕ:=>Kʑ+`QC6"[|DH3¾hRS -@ߨ +id<2E 7q\S#ш<3$Pf!SO a#HusN!~"?Dv꜖ _ז->&/_B\1f"{y`c'KXLf蛹"7 +"A|%`F#rEMV|o,FfCcN0cmoA"c6x^a]lƢl4q=%NY\d UI뜗ԌOigDȔJۏ]jlaGz2سs>2 0ycU +%yq^ ţ"KblL44G#|;Ԓ+s,}SV2m|tQՕovuAc>la 6oZk)y=!)G9xڇa%4^:=Jm,^mn5n䍻G|92*,Bt[!RL[wZx(<煮 Z,!ӣPkM@ό`ܠ)a(syAΧTnP$l&όt9U~A@q~`Ʀ{JZl:<bG$c2za6r78vԭغ]sdS@j6gt.Q)Q*qu,D}q{bɭZ^O1)Gg{{TW oiߖUMh@-?[{R%P,5CcN[5`ễwOBQ9uH.;p>rHT 8,:^;P?DT:bFHB35OڄlCcI&$!Zbz|\V(3L5~]26^-P߻Ի;]"Ïe~i{^6ʰG-Ogה)h.gƣBgj'h ~de`,١ݲ}"faDv;:ho%tgOy pIax;]hUnK$EmCˆ əNwR/s%YB1mӨW_g Td®u> endobj +1327 0 obj << +/Type /Encoding +/Differences [2/fi/fl 33/exclam/quotedbl/numbersign 37/percent/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright 95/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 132/quotedblbase 147/quotedblleft/quotedblright 150/endash/emdash 173/hyphen 214/Odieresis 225/aacute 230/ae 233/eacute 243/oacute 246/odieresis 252/udieresis] +>> endobj +598 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /WCFTGI+CMR10 +/FontDescriptor 1482 0 R +/FirstChar 61 +/LastChar 93 +/Widths 1395 0 R +>> endobj +473 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /IWHRMA+CMSY10 +/FontDescriptor 1484 0 R +/FirstChar 0 +/LastChar 17 +/Widths 1478 0 R +>> endobj +362 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /FFQQMS+NimbusSanL-Bold +/FontDescriptor 1486 0 R +/FirstChar 2 +/LastChar 233 +/Widths 1480 0 R +/Encoding 1327 0 R +>> endobj +748 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /TAMUNF+NimbusSanL-BoldItal +/FontDescriptor 1488 0 R +/FirstChar 99 +/LastChar 114 +/Widths 1371 0 R +/Encoding 1327 0 R +>> endobj +480 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /MCXQWQ+NimbusRomNo9L-Medi +/FontDescriptor 1490 0 R +/FirstChar 2 +/LastChar 122 +/Widths 1476 0 R +/Encoding 1327 0 R +>> endobj +363 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /MSMJVA+NimbusRomNo9L-Regu +/FontDescriptor 1492 0 R +/FirstChar 2 +/LastChar 252 +/Widths 1479 0 R +/Encoding 1327 0 R +>> endobj +479 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /QGHZCM+NimbusRomNo9L-ReguItal +/FontDescriptor 1496 0 R +/FirstChar 2 +/LastChar 233 +/Widths 1477 0 R +/Encoding 1327 0 R +>> endobj +1091 0 obj << +/Type /Font +/Subtype /Type1 +/BaseFont /ASLYVB+NimbusRomNo9L-Regu-Slant_167 +/FontDescriptor 1494 0 R +/FirstChar 101 +/LastChar 115 +/Widths 1328 0 R +/Encoding 1327 0 R +>> endobj +364 0 obj << +/Type /Pages +/Count 6 +/Parent 1497 0 R +/Kids [357 0 R 401 0 R 448 0 R 463 0 R 469 0 R 476 0 R] +>> endobj +496 0 obj << +/Type /Pages +/Count 6 +/Parent 1497 0 R +/Kids [491 0 R 507 0 R 527 0 R 535 0 R 548 0 R 567 0 R] +>> endobj +581 0 obj << +/Type /Pages +/Count 6 +/Parent 1497 0 R +/Kids [578 0 R 588 0 R 594 0 R 607 0 R 614 0 R 622 0 R] +>> endobj +646 0 obj << +/Type /Pages +/Count 6 +/Parent 1497 0 R +/Kids [640 0 R 654 0 R 667 0 R 675 0 R 682 0 R 689 0 R] +>> endobj +699 0 obj << +/Type /Pages +/Count 6 +/Parent 1497 0 R +/Kids [695 0 R 701 0 R 718 0 R 734 0 R 745 0 R 757 0 R] +>> endobj +772 0 obj << +/Type /Pages +/Count 6 +/Parent 1497 0 R +/Kids [768 0 R 777 0 R 785 0 R 799 0 R 806 0 R 814 0 R] +>> endobj +824 0 obj << +/Type /Pages +/Count 6 +/Parent 1498 0 R +/Kids [821 0 R 827 0 R 832 0 R 837 0 R 842 0 R 850 0 R] +>> endobj +858 0 obj << +/Type /Pages +/Count 6 +/Parent 1498 0 R +/Kids [855 0 R 860 0 R 866 0 R 873 0 R 890 0 R 910 0 R] +>> endobj +926 0 obj << +/Type /Pages +/Count 6 +/Parent 1498 0 R +/Kids [918 0 R 930 0 R 939 0 R 948 0 R 954 0 R 962 0 R] +>> endobj +979 0 obj << +/Type /Pages +/Count 6 +/Parent 1498 0 R +/Kids [973 0 R 983 0 R 991 0 R 997 0 R 1002 0 R 1013 0 R] +>> endobj +1029 0 obj << +/Type /Pages +/Count 6 +/Parent 1498 0 R +/Kids [1025 0 R 1033 0 R 1043 0 R 1056 0 R 1070 0 R 1077 0 R] +>> endobj +1095 0 obj << +/Type /Pages +/Count 6 +/Parent 1498 0 R +/Kids [1088 0 R 1102 0 R 1107 0 R 1118 0 R 1127 0 R 1136 0 R] +>> endobj +1149 0 obj << +/Type /Pages +/Count 6 +/Parent 1499 0 R +/Kids [1144 0 R 1155 0 R 1162 0 R 1171 0 R 1186 0 R 1194 0 R] +>> endobj +1202 0 obj << +/Type /Pages +/Count 6 +/Parent 1499 0 R +/Kids [1199 0 R 1242 0 R 1254 0 R 1263 0 R 1272 0 R 1282 0 R] +>> endobj +1296 0 obj << +/Type /Pages +/Count 1 +/Parent 1499 0 R +/Kids [1292 0 R] +>> endobj +1497 0 obj << +/Type /Pages +/Count 36 +/Parent 1500 0 R +/Kids [364 0 R 496 0 R 581 0 R 646 0 R 699 0 R 772 0 R] +>> endobj +1498 0 obj << +/Type /Pages +/Count 36 +/Parent 1500 0 R +/Kids [824 0 R 858 0 R 926 0 R 979 0 R 1029 0 R 1095 0 R] +>> endobj +1499 0 obj << +/Type /Pages +/Count 13 +/Parent 1500 0 R +/Kids [1149 0 R 1202 0 R 1296 0 R] +>> endobj +1500 0 obj << +/Type /Pages +/Count 85 +/Kids [1497 0 R 1498 0 R 1499 0 R] +>> endobj +1501 0 obj << +/Type /Outlines +/First 6 0 R +/Last 354 0 R +/Count 8 +>> endobj +354 0 obj << +/Title 355 0 R +/A 352 0 R +/Parent 1501 0 R +/Prev 306 0 R +>> endobj +350 0 obj << +/Title 351 0 R +/A 348 0 R +/Parent 338 0 R +/Prev 346 0 R +>> endobj +346 0 obj << +/Title 347 0 R +/A 344 0 R +/Parent 338 0 R +/Prev 342 0 R +/Next 350 0 R +>> endobj +342 0 obj << +/Title 343 0 R +/A 340 0 R +/Parent 338 0 R +/Next 346 0 R +>> endobj +338 0 obj << +/Title 339 0 R +/A 336 0 R +/Parent 306 0 R +/Prev 314 0 R +/First 342 0 R +/Last 350 0 R +/Count -3 +>> endobj +334 0 obj << +/Title 335 0 R +/A 332 0 R +/Parent 314 0 R +/Prev 330 0 R +>> endobj +330 0 obj << +/Title 331 0 R +/A 328 0 R +/Parent 314 0 R +/Prev 326 0 R +/Next 334 0 R +>> endobj +326 0 obj << +/Title 327 0 R +/A 324 0 R +/Parent 314 0 R +/Prev 322 0 R +/Next 330 0 R +>> endobj +322 0 obj << +/Title 323 0 R +/A 320 0 R +/Parent 314 0 R +/Prev 318 0 R +/Next 326 0 R +>> endobj +318 0 obj << +/Title 319 0 R +/A 316 0 R +/Parent 314 0 R +/Next 322 0 R +>> endobj +314 0 obj << +/Title 315 0 R +/A 312 0 R +/Parent 306 0 R +/Prev 310 0 R +/Next 338 0 R +/First 318 0 R +/Last 334 0 R +/Count -5 +>> endobj +310 0 obj << +/Title 311 0 R +/A 308 0 R +/Parent 306 0 R +/Next 314 0 R +>> endobj +306 0 obj << +/Title 307 0 R +/A 304 0 R +/Parent 1501 0 R +/Prev 262 0 R +/Next 354 0 R +/First 310 0 R +/Last 338 0 R +/Count -3 +>> endobj +302 0 obj << +/Title 303 0 R +/A 300 0 R +/Parent 298 0 R +>> endobj +298 0 obj << +/Title 299 0 R +/A 296 0 R +/Parent 262 0 R +/Prev 282 0 R +/First 302 0 R +/Last 302 0 R +/Count -1 +>> endobj +294 0 obj << +/Title 295 0 R +/A 292 0 R +/Parent 282 0 R +/Prev 290 0 R +>> endobj +290 0 obj << +/Title 291 0 R +/A 288 0 R +/Parent 282 0 R +/Prev 286 0 R +/Next 294 0 R +>> endobj +286 0 obj << +/Title 287 0 R +/A 284 0 R +/Parent 282 0 R +/Next 290 0 R +>> endobj +282 0 obj << +/Title 283 0 R +/A 280 0 R +/Parent 262 0 R +/Prev 270 0 R +/Next 298 0 R +/First 286 0 R +/Last 294 0 R +/Count -3 +>> endobj +278 0 obj << +/Title 279 0 R +/A 276 0 R +/Parent 270 0 R +/Prev 274 0 R +>> endobj +274 0 obj << +/Title 275 0 R +/A 272 0 R +/Parent 270 0 R +/Next 278 0 R +>> endobj +270 0 obj << +/Title 271 0 R +/A 268 0 R +/Parent 262 0 R +/Prev 266 0 R +/Next 282 0 R +/First 274 0 R +/Last 278 0 R +/Count -2 +>> endobj +266 0 obj << +/Title 267 0 R +/A 264 0 R +/Parent 262 0 R +/Next 270 0 R +>> endobj +262 0 obj << +/Title 263 0 R +/A 260 0 R +/Parent 1501 0 R +/Prev 198 0 R +/Next 306 0 R +/First 266 0 R +/Last 298 0 R +/Count -4 +>> endobj +258 0 obj << +/Title 259 0 R +/A 256 0 R +/Parent 250 0 R +/Prev 254 0 R +>> endobj +254 0 obj << +/Title 255 0 R +/A 252 0 R +/Parent 250 0 R +/Next 258 0 R +>> endobj +250 0 obj << +/Title 251 0 R +/A 248 0 R +/Parent 198 0 R +/Prev 234 0 R +/First 254 0 R +/Last 258 0 R +/Count -2 +>> endobj +246 0 obj << +/Title 247 0 R +/A 244 0 R +/Parent 234 0 R +/Prev 242 0 R +>> endobj +242 0 obj << +/Title 243 0 R +/A 240 0 R +/Parent 234 0 R +/Prev 238 0 R +/Next 246 0 R +>> endobj +238 0 obj << +/Title 239 0 R +/A 236 0 R +/Parent 234 0 R +/Next 242 0 R +>> endobj +234 0 obj << +/Title 235 0 R +/A 232 0 R +/Parent 198 0 R +/Prev 230 0 R +/Next 250 0 R +/First 238 0 R +/Last 246 0 R +/Count -3 +>> endobj +230 0 obj << +/Title 231 0 R +/A 228 0 R +/Parent 198 0 R +/Prev 214 0 R +/Next 234 0 R +>> endobj +226 0 obj << +/Title 227 0 R +/A 224 0 R +/Parent 214 0 R +/Prev 222 0 R +>> endobj +222 0 obj << +/Title 223 0 R +/A 220 0 R +/Parent 214 0 R +/Prev 218 0 R +/Next 226 0 R +>> endobj +218 0 obj << +/Title 219 0 R +/A 216 0 R +/Parent 214 0 R +/Next 222 0 R +>> endobj +214 0 obj << +/Title 215 0 R +/A 212 0 R +/Parent 198 0 R +/Prev 202 0 R +/Next 230 0 R +/First 218 0 R +/Last 226 0 R +/Count -3 +>> endobj +210 0 obj << +/Title 211 0 R +/A 208 0 R +/Parent 202 0 R +/Prev 206 0 R +>> endobj +206 0 obj << +/Title 207 0 R +/A 204 0 R +/Parent 202 0 R +/Next 210 0 R +>> endobj +202 0 obj << +/Title 203 0 R +/A 200 0 R +/Parent 198 0 R +/Next 214 0 R +/First 206 0 R +/Last 210 0 R +/Count -2 +>> endobj +198 0 obj << +/Title 199 0 R +/A 196 0 R +/Parent 1501 0 R +/Prev 114 0 R +/Next 262 0 R +/First 202 0 R +/Last 250 0 R +/Count -5 +>> endobj +194 0 obj << +/Title 195 0 R +/A 192 0 R +/Parent 150 0 R +/Prev 190 0 R +>> endobj +190 0 obj << +/Title 191 0 R +/A 188 0 R +/Parent 150 0 R +/Prev 178 0 R +/Next 194 0 R +>> endobj +186 0 obj << +/Title 187 0 R +/A 184 0 R +/Parent 178 0 R +/Prev 182 0 R +>> endobj +182 0 obj << +/Title 183 0 R +/A 180 0 R +/Parent 178 0 R +/Next 186 0 R +>> endobj +178 0 obj << +/Title 179 0 R +/A 176 0 R +/Parent 150 0 R +/Prev 174 0 R +/Next 190 0 R +/First 182 0 R +/Last 186 0 R +/Count -2 +>> endobj +174 0 obj << +/Title 175 0 R +/A 172 0 R +/Parent 150 0 R +/Prev 170 0 R +/Next 178 0 R +>> endobj +170 0 obj << +/Title 171 0 R +/A 168 0 R +/Parent 150 0 R +/Prev 166 0 R +/Next 174 0 R +>> endobj +166 0 obj << +/Title 167 0 R +/A 164 0 R +/Parent 150 0 R +/Prev 162 0 R +/Next 170 0 R +>> endobj +162 0 obj << +/Title 163 0 R +/A 160 0 R +/Parent 150 0 R +/Prev 158 0 R +/Next 166 0 R +>> endobj +158 0 obj << +/Title 159 0 R +/A 156 0 R +/Parent 150 0 R +/Prev 154 0 R +/Next 162 0 R +>> endobj +154 0 obj << +/Title 155 0 R +/A 152 0 R +/Parent 150 0 R +/Next 158 0 R +>> endobj +150 0 obj << +/Title 151 0 R +/A 148 0 R +/Parent 114 0 R +/Prev 138 0 R +/First 154 0 R +/Last 194 0 R +/Count -9 +>> endobj +146 0 obj << +/Title 147 0 R +/A 144 0 R +/Parent 138 0 R +/Prev 142 0 R +>> endobj +142 0 obj << +/Title 143 0 R +/A 140 0 R +/Parent 138 0 R +/Next 146 0 R +>> endobj +138 0 obj << +/Title 139 0 R +/A 136 0 R +/Parent 114 0 R +/Prev 118 0 R +/Next 150 0 R +/First 142 0 R +/Last 146 0 R +/Count -2 +>> endobj +134 0 obj << +/Title 135 0 R +/A 132 0 R +/Parent 118 0 R +/Prev 130 0 R +>> endobj +130 0 obj << +/Title 131 0 R +/A 128 0 R +/Parent 118 0 R +/Prev 126 0 R +/Next 134 0 R +>> endobj +126 0 obj << +/Title 127 0 R +/A 124 0 R +/Parent 118 0 R +/Prev 122 0 R +/Next 130 0 R +>> endobj +122 0 obj << +/Title 123 0 R +/A 120 0 R +/Parent 118 0 R +/Next 126 0 R +>> endobj +118 0 obj << +/Title 119 0 R +/A 116 0 R +/Parent 114 0 R +/Next 138 0 R +/First 122 0 R +/Last 134 0 R +/Count -4 +>> endobj +114 0 obj << +/Title 115 0 R +/A 112 0 R +/Parent 1501 0 R +/Prev 86 0 R +/Next 198 0 R +/First 118 0 R +/Last 150 0 R +/Count -3 +>> endobj +110 0 obj << +/Title 111 0 R +/A 108 0 R +/Parent 86 0 R +/Prev 98 0 R +>> endobj +106 0 obj << +/Title 107 0 R +/A 104 0 R +/Parent 98 0 R +/Prev 102 0 R +>> endobj +102 0 obj << +/Title 103 0 R +/A 100 0 R +/Parent 98 0 R +/Next 106 0 R +>> endobj +98 0 obj << +/Title 99 0 R +/A 96 0 R +/Parent 86 0 R +/Prev 94 0 R +/Next 110 0 R +/First 102 0 R +/Last 106 0 R +/Count -2 +>> endobj +94 0 obj << +/Title 95 0 R +/A 92 0 R +/Parent 86 0 R +/Prev 90 0 R +/Next 98 0 R +>> endobj +90 0 obj << +/Title 91 0 R +/A 88 0 R +/Parent 86 0 R +/Next 94 0 R +>> endobj +86 0 obj << +/Title 87 0 R +/A 84 0 R +/Parent 1501 0 R +/Prev 26 0 R +/Next 114 0 R +/First 90 0 R +/Last 110 0 R +/Count -4 +>> endobj +82 0 obj << +/Title 83 0 R +/A 80 0 R +/Parent 26 0 R +/Prev 58 0 R +>> endobj +78 0 obj << +/Title 79 0 R +/A 76 0 R +/Parent 58 0 R +/Prev 66 0 R +>> endobj +74 0 obj << +/Title 75 0 R +/A 72 0 R +/Parent 66 0 R +/Prev 70 0 R +>> endobj +70 0 obj << +/Title 71 0 R +/A 68 0 R +/Parent 66 0 R +/Next 74 0 R +>> endobj +66 0 obj << +/Title 67 0 R +/A 64 0 R +/Parent 58 0 R +/Prev 62 0 R +/Next 78 0 R +/First 70 0 R +/Last 74 0 R +/Count -2 +>> endobj +62 0 obj << +/Title 63 0 R +/A 60 0 R +/Parent 58 0 R +/Next 66 0 R +>> endobj +58 0 obj << +/Title 59 0 R +/A 56 0 R +/Parent 26 0 R +/Prev 46 0 R +/Next 82 0 R +/First 62 0 R +/Last 78 0 R +/Count -3 +>> endobj +54 0 obj << +/Title 55 0 R +/A 52 0 R +/Parent 46 0 R +/Prev 50 0 R +>> endobj +50 0 obj << +/Title 51 0 R +/A 48 0 R +/Parent 46 0 R +/Next 54 0 R +>> endobj +46 0 obj << +/Title 47 0 R +/A 44 0 R +/Parent 26 0 R +/Prev 42 0 R +/Next 58 0 R +/First 50 0 R +/Last 54 0 R +/Count -2 +>> endobj +42 0 obj << +/Title 43 0 R +/A 40 0 R +/Parent 26 0 R +/Prev 38 0 R +/Next 46 0 R +>> endobj +38 0 obj << +/Title 39 0 R +/A 36 0 R +/Parent 26 0 R +/Prev 34 0 R +/Next 42 0 R +>> endobj +34 0 obj << +/Title 35 0 R +/A 32 0 R +/Parent 26 0 R +/Prev 30 0 R +/Next 38 0 R +>> endobj +30 0 obj << +/Title 31 0 R +/A 28 0 R +/Parent 26 0 R +/Next 34 0 R +>> endobj +26 0 obj << +/Title 27 0 R +/A 24 0 R +/Parent 1501 0 R +/Prev 6 0 R +/Next 86 0 R +/First 30 0 R +/Last 82 0 R +/Count -7 +>> endobj +22 0 obj << +/Title 23 0 R +/A 20 0 R +/Parent 6 0 R +/Prev 18 0 R +>> endobj +18 0 obj << +/Title 19 0 R +/A 16 0 R +/Parent 6 0 R +/Prev 14 0 R +/Next 22 0 R +>> endobj +14 0 obj << +/Title 15 0 R +/A 12 0 R +/Parent 6 0 R +/Prev 10 0 R +/Next 18 0 R +>> endobj +10 0 obj << +/Title 11 0 R +/A 8 0 R +/Parent 6 0 R +/Next 14 0 R +>> endobj +6 0 obj << +/Title 7 0 R +/A 4 0 R +/Parent 1501 0 R +/Next 26 0 R +/First 10 0 R +/Last 22 0 R +/Count -4 +>> endobj +1502 0 obj << +/Names [(Doc-Start) 361 0 R (Hfootnote.1) 555 0 R (Hfootnote.10) 645 0 R (Hfootnote.11) 659 0 R (Hfootnote.12) 660 0 R (Hfootnote.13) 686 0 R] +/Limits [(Doc-Start) (Hfootnote.13)] +>> endobj +1503 0 obj << +/Names [(Hfootnote.14) 810 0 R (Hfootnote.15) 817 0 R (Hfootnote.16) 846 0 R (Hfootnote.17) 945 0 R (Hfootnote.18) 958 0 R (Hfootnote.19) 959 0 R] +/Limits [(Hfootnote.14) (Hfootnote.19)] +>> endobj +1504 0 obj << +/Names [(Hfootnote.2) 556 0 R (Hfootnote.20) 960 0 R (Hfootnote.21) 976 0 R (Hfootnote.22) 977 0 R (Hfootnote.23) 978 0 R (Hfootnote.24) 986 0 R] +/Limits [(Hfootnote.2) (Hfootnote.24)] +>> endobj +1505 0 obj << +/Names [(Hfootnote.25) 994 0 R (Hfootnote.26) 1018 0 R (Hfootnote.27) 1019 0 R (Hfootnote.28) 1020 0 R (Hfootnote.29) 1028 0 R (Hfootnote.3) 557 0 R] +/Limits [(Hfootnote.25) (Hfootnote.3)] +>> endobj +1506 0 obj << +/Names [(Hfootnote.30) 1065 0 R (Hfootnote.31) 1066 0 R (Hfootnote.32) 1067 0 R (Hfootnote.33) 1068 0 R (Hfootnote.34) 1081 0 R (Hfootnote.35) 1094 0 R] +/Limits [(Hfootnote.30) (Hfootnote.35)] +>> endobj +1507 0 obj << +/Names [(Hfootnote.36) 1131 0 R (Hfootnote.37) 1247 0 R (Hfootnote.4) 558 0 R (Hfootnote.5) 554 0 R (Hfootnote.6) 610 0 R (Hfootnote.7) 612 0 R] +/Limits [(Hfootnote.36) (Hfootnote.7)] +>> endobj +1508 0 obj << +/Names [(Hfootnote.8) 628 0 R (Hfootnote.9) 644 0 R (Item.1) 552 0 R (Item.10) 924 0 R (Item.11) 925 0 R (Item.12) 1059 0 R] +/Limits [(Hfootnote.8) (Item.12)] +>> endobj +1509 0 obj << +/Names [(Item.13) 1060 0 R (Item.14) 1061 0 R (Item.15) 1062 0 R (Item.16) 1063 0 R (Item.17) 1064 0 R (Item.18) 1092 0 R] +/Limits [(Item.13) (Item.18)] +>> endobj +1510 0 obj << +/Names [(Item.19) 1093 0 R (Item.2) 553 0 R (Item.3) 570 0 R (Item.4) 571 0 R (Item.5) 572 0 R (Item.6) 573 0 R] +/Limits [(Item.19) (Item.6)] +>> endobj +1511 0 obj << +/Names [(Item.7) 626 0 R (Item.8) 627 0 R (Item.9) 923 0 R (appendix*.54) 1245 0 R (appendix*.55) 1257 0 R (appendix*.56) 353 0 R] +/Limits [(Item.7) (appendix*.56)] +>> endobj +1512 0 obj << +/Names [(appendix.A) 305 0 R (chapter*.1) 404 0 R (chapter.1) 5 0 R (chapter.2) 25 0 R (chapter.3) 85 0 R (chapter.4) 113 0 R] +/Limits [(appendix.A) (chapter.4)] +>> endobj +1513 0 obj << +/Names [(chapter.5) 197 0 R (chapter.6) 261 0 R (cite.Aranguren.2005) 1022 0 R (cite.Aranguren.2008) 1097 0 R (cite.Aranguren.2009) 1096 0 R (cite.Armstrong.1980) 936 0 R] +/Limits [(chapter.5) (cite.Armstrong.1980)] +>> endobj +1514 0 obj << +/Names [(cite.Baader.2010) 630 0 R (cite.Beisswanger.2008) 727 0 R (cite.Boeker.2012) 474 0 R (cite.Bozsak.2002) 617 0 R (cite.Gangemi.2002) 726 0 R (cite.Grenon.2003) 804 0 R] +/Limits [(cite.Baader.2010) (cite.Grenon.2003)] +>> endobj +1515 0 obj << +/Names [(cite.Grenon.2004) 761 0 R (cite.Grenon.2004b) 725 0 R (cite.Gruber.1993) 530 0 R (cite.Guarino.2009) 1000 0 R (cite.Hekkala.2011) 927 0 R (cite.Hofweber.2012) 512 0 R] +/Limits [(cite.Grenon.2004) (cite.Hofweber.2012)] +>> endobj +1516 0 obj << +/Names [(cite.Jansen.2006) 749 0 R (cite.Jansen.2008) 498 0 R (cite.Jansen.2008c) 980 0 R (cite.Jansen.2010) 497 0 R (cite.Jansen.2011) 499 0 R (cite.Johnson.1921) 760 0 R] +/Limits [(cite.Jansen.2006) (cite.Johnson.1921)] +>> endobj +1517 0 obj << +/Names [(cite.Klyne.2004) 574 0 R (cite.Masolo.2003) 803 0 R (cite.Merrill.2010) 533 0 R (cite.Motik.2009) 647 0 R (cite.Munn.2008) 513 0 R (cite.Quine.1948) 511 0 R] +/Limits [(cite.Klyne.2004) (cite.Quine.1948)] +>> endobj +1518 0 obj << +/Names [(cite.Rector.2008) 559 0 R (cite.Rohl.2011) 908 0 R (cite.Scheuermann.2009) 906 0 R (cite.Schulz.2007) 853 0 R (cite.Schulz.2008) 869 0 R (cite.Schulz.2009d) 560 0 R] +/Limits [(cite.Rector.2008) (cite.Schulz.2009d)] +>> endobj +1519 0 obj << +/Names [(cite.Schulz.2011) 907 0 R (cite.Schwarz.2008) 599 0 R (cite.Smith.2004c) 532 0 R (cite.Smith.2005) 600 0 R (cite.Smith.2005b) 774 0 R (cite.Smith.2006) 582 0 R] +/Limits [(cite.Schulz.2011) (cite.Smith.2006)] +>> endobj +1520 0 obj << +/Names [(cite.Smith.2007b) 750 0 R (cite.Spear.2006) 780 0 R (cite.Stenzhorn.2007) 724 0 R (cite.Studer.1998) 531 0 R (cite.SuarezFigueroa.2008) 1021 0 R (figure.caption.10) 673 0 R] +/Limits [(cite.Smith.2007b) (figure.caption.10)] +>> endobj +1521 0 obj << +/Names [(figure.caption.11) 678 0 R (figure.caption.17) 723 0 R (figure.caption.20) 773 0 R (figure.caption.21) 788 0 R (figure.caption.22) 789 0 R (figure.caption.23) 809 0 R] +/Limits [(figure.caption.11) (figure.caption.23)] +>> endobj +1522 0 obj << +/Names [(figure.caption.25) 818 0 R (figure.caption.26) 893 0 R (figure.caption.35) 1036 0 R (figure.caption.36) 1037 0 R (figure.caption.37) 1046 0 R (figure.caption.38) 1047 0 R] +/Limits [(figure.caption.25) (figure.caption.38)] +>> endobj +1523 0 obj << +/Names [(figure.caption.39) 1073 0 R (figure.caption.4) 657 0 R (figure.caption.40) 1080 0 R (figure.caption.41) 1105 0 R (figure.caption.42) 1130 0 R (figure.caption.43) 1139 0 R] +/Limits [(figure.caption.39) (figure.caption.43)] +>> endobj +1524 0 obj << +/Names [(figure.caption.44) 1141 0 R (figure.caption.45) 1147 0 R (figure.caption.46) 1148 0 R (figure.caption.47) 1165 0 R (figure.caption.48) 1166 0 R (figure.caption.49) 1174 0 R] +/Limits [(figure.caption.44) (figure.caption.49)] +>> endobj +1525 0 obj << +/Names [(figure.caption.5) 658 0 R (figure.caption.50) 1175 0 R (figure.caption.51) 1177 0 R (figure.caption.52) 1189 0 R (figure.caption.53) 1190 0 R (figure.caption.6) 661 0 R] +/Limits [(figure.caption.5) (figure.caption.6)] +>> endobj +1526 0 obj << +/Names [(figure.caption.7) 670 0 R (figure.caption.9) 672 0 R (page.1) 360 0 R (page.10) 537 0 R (page.11) 550 0 R (page.12) 569 0 R] +/Limits [(figure.caption.7) (page.12)] +>> endobj +1527 0 obj << +/Names [(page.13) 580 0 R (page.14) 590 0 R (page.15) 596 0 R (page.16) 609 0 R (page.17) 616 0 R (page.18) 624 0 R] +/Limits [(page.13) (page.18)] +>> endobj +1528 0 obj << +/Names [(page.19) 642 0 R (page.2) 403 0 R (page.20) 656 0 R (page.21) 669 0 R (page.22) 677 0 R (page.23) 684 0 R] +/Limits [(page.19) (page.23)] +>> endobj +1529 0 obj << +/Names [(page.24) 691 0 R (page.25) 697 0 R (page.26) 703 0 R (page.27) 720 0 R (page.28) 736 0 R (page.29) 747 0 R] +/Limits [(page.24) (page.29)] +>> endobj +1530 0 obj << +/Names [(page.3) 450 0 R (page.30) 759 0 R (page.31) 770 0 R (page.32) 779 0 R (page.33) 787 0 R (page.34) 801 0 R] +/Limits [(page.3) (page.34)] +>> endobj +1531 0 obj << +/Names [(page.35) 808 0 R (page.36) 816 0 R (page.37) 823 0 R (page.38) 829 0 R (page.39) 834 0 R (page.4) 465 0 R] +/Limits [(page.35) (page.4)] +>> endobj +1532 0 obj << +/Names [(page.40) 839 0 R (page.41) 844 0 R (page.42) 852 0 R (page.43) 857 0 R (page.44) 862 0 R (page.45) 868 0 R] +/Limits [(page.40) (page.45)] +>> endobj +1533 0 obj << +/Names [(page.46) 875 0 R (page.47) 892 0 R (page.48) 912 0 R (page.49) 920 0 R (page.5) 471 0 R (page.50) 932 0 R] +/Limits [(page.46) (page.50)] +>> endobj +1534 0 obj << +/Names [(page.51) 941 0 R (page.52) 950 0 R (page.53) 956 0 R (page.54) 964 0 R (page.55) 975 0 R (page.56) 985 0 R] +/Limits [(page.51) (page.56)] +>> endobj +1535 0 obj << +/Names [(page.57) 993 0 R (page.58) 999 0 R (page.59) 1004 0 R (page.6) 478 0 R (page.60) 1015 0 R (page.61) 1027 0 R] +/Limits [(page.57) (page.61)] +>> endobj +1536 0 obj << +/Names [(page.62) 1035 0 R (page.63) 1045 0 R (page.64) 1058 0 R (page.65) 1072 0 R (page.66) 1079 0 R (page.67) 1090 0 R] +/Limits [(page.62) (page.67)] +>> endobj +1537 0 obj << +/Names [(page.68) 1104 0 R (page.69) 1109 0 R (page.7) 493 0 R (page.70) 1120 0 R (page.71) 1129 0 R (page.72) 1138 0 R] +/Limits [(page.68) (page.72)] +>> endobj +1538 0 obj << +/Names [(page.73) 1146 0 R (page.74) 1157 0 R (page.75) 1164 0 R (page.76) 1173 0 R (page.77) 1188 0 R (page.78) 1196 0 R] +/Limits [(page.73) (page.78)] +>> endobj +1539 0 obj << +/Names [(page.79) 1201 0 R (page.8) 509 0 R (page.80) 1244 0 R (page.81) 1256 0 R (page.82) 1265 0 R (page.83) 1274 0 R] +/Limits [(page.79) (page.83)] +>> endobj +1540 0 obj << +/Names [(page.84) 1284 0 R (page.85) 1294 0 R (page.9) 529 0 R (section*.12) 685 0 R (section*.14) 692 0 R (section*.15) 698 0 R] +/Limits [(page.84) (section*.15)] +>> endobj +1541 0 obj << +/Names [(section*.16) 704 0 R (section*.27) 922 0 R (section*.28) 933 0 R (section*.29) 934 0 R (section*.3) 643 0 R (section*.30) 935 0 R] +/Limits [(section*.16) (section*.30)] +>> endobj +1542 0 obj << +/Names [(section*.31) 942 0 R (section*.32) 943 0 R (section*.33) 944 0 R (section*.34) 957 0 R (section*.8) 671 0 R (section.1.0) 472 0 R] +/Limits [(section*.31) (section.1.0)] +>> endobj +1543 0 obj << +/Names [(section.1.1) 9 0 R (section.1.2) 13 0 R (section.1.3) 17 0 R (section.1.4) 21 0 R (section.2.0) 510 0 R (section.2.1) 29 0 R] +/Limits [(section.1.1) (section.2.1)] +>> endobj +1544 0 obj << +/Names [(section.2.2) 33 0 R (section.2.3) 37 0 R (section.2.4) 41 0 R (section.2.5) 45 0 R (section.2.6) 57 0 R (section.2.7) 81 0 R] +/Limits [(section.2.2) (section.2.7)] +>> endobj +1545 0 obj << +/Names [(section.3.0) 625 0 R (section.3.1) 89 0 R (section.3.2) 93 0 R (section.3.3) 97 0 R (section.3.4) 109 0 R (section.4.0) 721 0 R] +/Limits [(section.3.0) (section.4.0)] +>> endobj +1546 0 obj << +/Names [(section.4.1) 117 0 R (section.4.2) 137 0 R (section.4.3) 149 0 R (section.5.0) 921 0 R (section.5.1) 201 0 R (section.5.2) 213 0 R] +/Limits [(section.4.1) (section.5.2)] +>> endobj +1547 0 obj << +/Names [(section.5.3) 229 0 R (section.5.4) 233 0 R (section.5.5) 249 0 R (section.6.0) 1016 0 R (section.6.1) 265 0 R (section.6.2) 269 0 R] +/Limits [(section.5.3) (section.6.2)] +>> endobj +1548 0 obj << +/Names [(section.6.3) 281 0 R (section.6.4) 297 0 R (section.A.0) 1121 0 R (section.A.1) 309 0 R (section.A.2) 313 0 R (section.A.3) 337 0 R] +/Limits [(section.6.3) (section.A.3)] +>> endobj +1549 0 obj << +/Names [(subsection.2.5.1) 49 0 R (subsection.2.5.2) 53 0 R (subsection.2.6.1) 61 0 R (subsection.2.6.2) 65 0 R (subsection.2.6.3) 77 0 R (subsection.3.3.1) 101 0 R] +/Limits [(subsection.2.5.1) (subsection.3.3.1)] +>> endobj +1550 0 obj << +/Names [(subsection.3.3.2) 105 0 R (subsection.4.1.1) 121 0 R (subsection.4.1.2) 125 0 R (subsection.4.1.3) 129 0 R (subsection.4.1.4) 133 0 R (subsection.4.2.1) 141 0 R] +/Limits [(subsection.3.3.2) (subsection.4.2.1)] +>> endobj +1551 0 obj << +/Names [(subsection.4.2.2) 145 0 R (subsection.4.3.1) 153 0 R (subsection.4.3.2) 157 0 R (subsection.4.3.3) 161 0 R (subsection.4.3.4) 165 0 R (subsection.4.3.5) 169 0 R] +/Limits [(subsection.4.2.2) (subsection.4.3.5)] +>> endobj +1552 0 obj << +/Names [(subsection.4.3.6) 173 0 R (subsection.4.3.7) 177 0 R (subsection.4.3.8) 189 0 R (subsection.4.3.9) 193 0 R (subsection.5.1.1) 205 0 R (subsection.5.1.2) 209 0 R] +/Limits [(subsection.4.3.6) (subsection.5.1.2)] +>> endobj +1553 0 obj << +/Names [(subsection.5.2.1) 217 0 R (subsection.5.2.2) 221 0 R (subsection.5.2.3) 225 0 R (subsection.5.4.1) 237 0 R (subsection.5.4.2) 241 0 R (subsection.5.4.3) 245 0 R] +/Limits [(subsection.5.2.1) (subsection.5.4.3)] +>> endobj +1554 0 obj << +/Names [(subsection.5.5.1) 253 0 R (subsection.5.5.2) 257 0 R (subsection.6.2.1) 273 0 R (subsection.6.2.2) 277 0 R (subsection.6.3.1) 285 0 R (subsection.6.3.2) 289 0 R] +/Limits [(subsection.5.5.1) (subsection.6.3.2)] +>> endobj +1555 0 obj << +/Names [(subsection.6.3.3) 293 0 R (subsection.6.4.1) 301 0 R (subsection.A.2.1) 317 0 R (subsection.A.2.2) 321 0 R (subsection.A.2.3) 325 0 R (subsection.A.2.4) 329 0 R] +/Limits [(subsection.6.3.3) (subsection.A.2.4)] +>> endobj +1556 0 obj << +/Names [(subsection.A.2.5) 333 0 R (subsection.A.3.1) 341 0 R (subsection.A.3.2) 345 0 R (subsection.A.3.3) 349 0 R (subsubsection.2.6.2.1) 69 0 R (subsubsection.2.6.2.2) 73 0 R] +/Limits [(subsection.A.2.5) (subsubsection.2.6.2.2)] +>> endobj +1557 0 obj << +/Names [(subsubsection.4.3.7.1) 181 0 R (subsubsection.4.3.7.2) 185 0 R (table.caption.13) 687 0 R (table.caption.18) 737 0 R (table.caption.19) 771 0 R (table.caption.2) 551 0 R] +/Limits [(subsubsection.4.3.7.1) (table.caption.2)] +>> endobj +1558 0 obj << +/Names [(table.caption.24) 802 0 R] +/Limits [(table.caption.24) (table.caption.24)] +>> endobj +1559 0 obj << +/Kids [1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R] +/Limits [(Doc-Start) (Hfootnote.7)] +>> endobj +1560 0 obj << +/Kids [1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R] +/Limits [(Hfootnote.8) (cite.Armstrong.1980)] +>> endobj +1561 0 obj << +/Kids [1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R] +/Limits [(cite.Baader.2010) (cite.Smith.2006)] +>> endobj +1562 0 obj << +/Kids [1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R] +/Limits [(cite.Smith.2007b) (figure.caption.6)] +>> endobj +1563 0 obj << +/Kids [1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R] +/Limits [(figure.caption.7) (page.4)] +>> endobj +1564 0 obj << +/Kids [1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R] +/Limits [(page.40) (page.72)] +>> endobj +1565 0 obj << +/Kids [1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R] +/Limits [(page.73) (section.2.1)] +>> endobj +1566 0 obj << +/Kids [1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R] +/Limits [(section.2.2) (subsection.3.3.1)] +>> endobj +1567 0 obj << +/Kids [1550 0 R 1551 0 R 1552 0 R 1553 0 R 1554 0 R 1555 0 R] +/Limits [(subsection.3.3.2) (subsection.A.2.4)] +>> endobj +1568 0 obj << +/Kids [1556 0 R 1557 0 R 1558 0 R] +/Limits [(subsection.A.2.5) (table.caption.24)] +>> endobj +1569 0 obj << +/Kids [1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R] +/Limits [(Doc-Start) (page.72)] +>> endobj +1570 0 obj << +/Kids [1565 0 R 1566 0 R 1567 0 R 1568 0 R] +/Limits [(page.73) (table.caption.24)] +>> endobj +1571 0 obj << +/Kids [1569 0 R 1570 0 R] +/Limits [(Doc-Start) (table.caption.24)] +>> endobj +1572 0 obj << +/Dests 1571 0 R +>> endobj +1573 0 obj << +/Type /Catalog +/Pages 1500 0 R +/Outlines 1501 0 R +/Names 1572 0 R +/PageMode/UseOutlines +/OpenAction 356 0 R +>> endobj +1574 0 obj << +/Author(\376\377\000S\000c\000h\000u\000l\000z\000\040\000S\0001\000,\0003\000,\000\040\000S\000e\000d\000d\000i\000g\000-\000R\000a\000u\000f\000i\000e\000\040\000D\0001\000,\000\040\000G\000r\000e\000w\000e\000\040\000N\0002\000,\000\040\000R\000\366\000h\000l\000\040\000J\0002\000,\000,\000\040\000S\000c\000h\000o\000b\000e\000r\000\040\000D\0001\000,\000\040\000B\000o\000e\000k\000e\000r\000\040\000M\0001\000,\000\040\000J\000a\000n\000s\000e\000n\000\040\000L\0002\000,\000\040\000,\000\040\0001\000:\000\040\000I\000n\000s\000t\000i\000t\000u\000t\000e\000\040\000o\000f\000\040\000M\000e\000d\000i\000c\000a\000l\000\040\000B\000i\000o\000m\000e\000t\000r\000y\000\040\000a\000n\000d\000\040\000M\000e\000d\000i\000c\000a\000l\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000c\000s\000,\000,\000\040\000U\000n\000i\000v\000e\000r\000s\000i\000t\000y\000\040\000M\000e\000d\000i\000c\000a\000l\000\040\000C\000e\000n\000t\000e\000r\000\040\000F\000r\000e\000i\000b\000u\000r\000g\000,\000\040\0002\000:\000\040\000I\000n\000s\000t\000i\000t\000u\000t\000e\000\040\000o\000f\000\040\000P\000h\000i\000l\000o\000s\000o\000p\000h\000y\000,\000\040\000U\000n\000i\000v\000e\000r\000s\000i\000t\000y\000\040\000o\000f\000\040\000R\000o\000s\000t\000o\000c\000k\000,\000\040\0003\000:\000\040\000D\000e\000p\000a\000r\000t\000m\000e\000n\000t\000\040\000o\000f\000\040\000M\000e\000d\000i\000c\000a\000l\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000c\000s\000,\000\040\000U\000n\000i\000v\000e\000r\000s\000i\000t\000y\000\040\000o\000f\000\040\000G\000r\000a\000z)/Title(\376\377\000G\000u\000i\000d\000e\000l\000i\000n\000e\000\040\000o\000n\000\040\000D\000e\000v\000e\000l\000o\000p\000i\000n\000g\000\040\000G\000o\000o\000d\000\040\000O\000n\000t\000o\000l\000o\000g\000i\000e\000s\000\040\000i\000n\000\040\000t\000h\000e\000\040\000B\000i\000o\000m\000e\000d\000i\000c\000a\000l\000\040\000D\000o\000m\000a\000i\000n\000\040\000w\000i\000t\000h\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n\000\040\000L\000o\000g\000i\000c\000s)/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.13)/Keywords() +/CreationDate (D:20121211160930+01'00') +/ModDate (D:20121211160930+01'00') +/Trapped /False +/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.4535 (1.40.13)) +>> endobj +xref +0 1575 +0000000796 65535 f +0001419999 00000 n +0001420019 00000 n +0001420039 00000 n +0000000015 00000 n +0000042152 00000 n +0001588921 00000 n +0000000060 00000 n +0000000146 00000 n +0000042272 00000 n +0001588849 00000 n +0000000193 00000 n +0000000501 00000 n +0000045371 00000 n +0001588763 00000 n +0000000549 00000 n +0000000710 00000 n +0000045431 00000 n +0001588677 00000 n +0000000758 00000 n +0000000913 00000 n +0000049129 00000 n +0001588604 00000 n +0000000961 00000 n +0000001137 00000 n +0000053284 00000 n +0001588479 00000 n +0000001183 00000 n +0000001270 00000 n +0000053405 00000 n +0001588405 00000 n +0000001318 00000 n +0000001494 00000 n +0000058503 00000 n +0001588318 00000 n +0000001542 00000 n +0000001802 00000 n +0000062054 00000 n +0001588231 00000 n +0000001850 00000 n +0000001986 00000 n +0000062114 00000 n +0001588144 00000 n +0000002034 00000 n +0000002254 00000 n +0000066815 00000 n +0001588020 00000 n +0000002302 00000 n +0000002456 00000 n +0000066875 00000 n +0001587946 00000 n +0000002509 00000 n +0000002680 00000 n +0000074818 00000 n +0001587872 00000 n +0000002733 00000 n +0000002884 00000 n +0000074878 00000 n +0001587748 00000 n +0000002932 00000 n +0000003098 00000 n +0000074938 00000 n +0001587674 00000 n +0000003151 00000 n +0000003294 00000 n +0000077952 00000 n +0001587550 00000 n +0000003347 00000 n +0000003419 00000 n +0000078011 00000 n +0001587476 00000 n +0000003477 00000 n +0000003582 00000 n +0000081903 00000 n +0001587402 00000 n +0000003640 00000 n +0000003717 00000 n +0000086098 00000 n +0001587328 00000 n +0000003770 00000 n +0000003845 00000 n +0000089203 00000 n +0001587254 00000 n +0000003893 00000 n +0000004143 00000 n +0000092534 00000 n +0001587126 00000 n +0000004189 00000 n +0000004343 00000 n +0000092655 00000 n +0001587052 00000 n +0000004391 00000 n +0000004567 00000 n +0000092837 00000 n +0001586965 00000 n +0000004615 00000 n +0000004773 00000 n +0000096989 00000 n +0001586838 00000 n +0000004821 00000 n +0000005060 00000 n +0000097049 00000 n +0001586760 00000 n +0000005114 00000 n +0000005248 00000 n +0000112045 00000 n +0001586682 00000 n +0000005302 00000 n +0000005540 00000 n +0000119543 00000 n +0001586605 00000 n +0000005589 00000 n +0000005723 00000 n +0000143289 00000 n +0001586473 00000 n +0000005770 00000 n +0000005901 00000 n +0000147024 00000 n +0001586355 00000 n +0000005950 00000 n +0000006204 00000 n +0000147084 00000 n +0001586276 00000 n +0000006258 00000 n +0000006407 00000 n +0000151390 00000 n +0001586183 00000 n +0000006461 00000 n +0000006668 00000 n +0000151451 00000 n +0001586090 00000 n +0000006722 00000 n +0000006886 00000 n +0000156005 00000 n +0001586011 00000 n +0000006940 00000 n +0000007102 00000 n +0000162809 00000 n +0001585879 00000 n +0000007151 00000 n +0000007358 00000 n +0000162870 00000 n +0001585800 00000 n +0000007412 00000 n +0000007579 00000 n +0000258659 00000 n +0001585721 00000 n +0000007633 00000 n +0000008022 00000 n +0000258720 00000 n +0001585603 00000 n +0000008071 00000 n +0000008390 00000 n +0000340777 00000 n +0001585524 00000 n +0000008444 00000 n +0000008596 00000 n +0000347189 00000 n +0001585431 00000 n +0000008650 00000 n +0000008756 00000 n +0000396248 00000 n +0001585338 00000 n +0000008810 00000 n +0000009106 00000 n +0000399541 00000 n +0001585245 00000 n +0000009160 00000 n +0000009276 00000 n +0000402713 00000 n +0001585152 00000 n +0000009330 00000 n +0000009514 00000 n +0000402774 00000 n +0001585059 00000 n +0000009568 00000 n +0000009727 00000 n +0000408975 00000 n +0001584927 00000 n +0000009781 00000 n +0000009948 00000 n +0000411740 00000 n +0001584848 00000 n +0000010007 00000 n +0000010234 00000 n +0000411801 00000 n +0001584769 00000 n +0000010293 00000 n +0000010583 00000 n +0000414644 00000 n +0001584676 00000 n +0000010637 00000 n +0000010758 00000 n +0000414705 00000 n +0001584597 00000 n +0000010812 00000 n +0000010956 00000 n +0000474555 00000 n +0001584464 00000 n +0000011003 00000 n +0000011243 00000 n +0000474677 00000 n +0001584346 00000 n +0000011292 00000 n +0000011456 00000 n +0000474738 00000 n +0001584267 00000 n +0000011510 00000 n +0000011745 00000 n +0000478632 00000 n +0001584188 00000 n +0000011799 00000 n +0000011981 00000 n +0000482331 00000 n +0001584056 00000 n +0000012030 00000 n +0000012189 00000 n +0000482392 00000 n +0001583977 00000 n +0000012243 00000 n +0000012362 00000 n +0000485349 00000 n +0001583884 00000 n +0000012416 00000 n +0000012591 00000 n +0000491795 00000 n +0001583805 00000 n +0000012645 00000 n +0000012863 00000 n +0000491856 00000 n +0001583712 00000 n +0000012912 00000 n +0000013033 00000 n +0000496275 00000 n +0001583580 00000 n +0000013082 00000 n +0000013213 00000 n +0000496336 00000 n +0001583501 00000 n +0000013267 00000 n +0000013451 00000 n +0000504654 00000 n +0001583408 00000 n +0000013505 00000 n +0000013674 00000 n +0000508714 00000 n +0001583329 00000 n +0000013728 00000 n +0000013945 00000 n +0000508775 00000 n +0001583211 00000 n +0000013994 00000 n +0000014214 00000 n +0000508836 00000 n +0001583132 00000 n +0000014268 00000 n +0000014437 00000 n +0000510819 00000 n +0001583053 00000 n +0000014491 00000 n +0000014703 00000 n +0000515009 00000 n +0001582920 00000 n +0000014750 00000 n +0000014948 00000 n +0000515134 00000 n +0001582841 00000 n +0000014997 00000 n +0000015251 00000 n +0000515196 00000 n +0001582709 00000 n +0000015300 00000 n +0000015401 00000 n +0000515258 00000 n +0001582630 00000 n +0000015455 00000 n +0000015533 00000 n +0000570630 00000 n +0001582551 00000 n +0000015587 00000 n +0000015693 00000 n +0000579223 00000 n +0001582419 00000 n +0000015742 00000 n +0000015866 00000 n +0000579285 00000 n +0001582340 00000 n +0000015920 00000 n +0000016013 00000 n +0000652296 00000 n +0001582247 00000 n +0000016067 00000 n +0000016130 00000 n +0000656558 00000 n +0001582168 00000 n +0000016184 00000 n +0000016295 00000 n +0000671524 00000 n +0001582050 00000 n +0000016344 00000 n +0000016435 00000 n +0000671586 00000 n +0001581985 00000 n +0000016489 00000 n +0000016628 00000 n +0000677029 00000 n +0001581852 00000 n +0000016676 00000 n +0000016930 00000 n +0000677154 00000 n +0001581773 00000 n +0000016979 00000 n +0000017157 00000 n +0000677216 00000 n +0001581641 00000 n +0000017206 00000 n +0000017315 00000 n +0000677278 00000 n +0001581562 00000 n +0000017369 00000 n +0000017586 00000 n +0000715589 00000 n +0001581469 00000 n +0000017640 00000 n +0000017884 00000 n +0000715715 00000 n +0001581376 00000 n +0000017938 00000 n +0000017996 00000 n +0000776378 00000 n +0001581283 00000 n +0000018050 00000 n +0000018226 00000 n +0000807578 00000 n +0001581204 00000 n +0000018280 00000 n +0000018466 00000 n +0001390241 00000 n +0001581086 00000 n +0000018515 00000 n +0000018583 00000 n +0001390303 00000 n +0001581007 00000 n +0000018637 00000 n +0000018769 00000 n +0001393956 00000 n +0001580914 00000 n +0000018823 00000 n +0000018991 00000 n +0001394018 00000 n +0001580835 00000 n +0000019045 00000 n +0000019151 00000 n +0001409143 00000 n +0001580755 00000 n +0000019201 00000 n +0000019289 00000 n +0000020198 00000 n +0000020439 00000 n +0000019339 00000 n +0000020317 00000 n +0000020378 00000 n +0001577422 00000 n +0001577949 00000 n +0001578494 00000 n +0000022255 00000 n +0000022406 00000 n +0000022559 00000 n +0000022712 00000 n +0000022865 00000 n +0000023017 00000 n +0000023168 00000 n +0000023321 00000 n +0000023474 00000 n +0000023627 00000 n +0000023780 00000 n +0000023933 00000 n +0000024092 00000 n +0000024250 00000 n +0000024402 00000 n +0000024561 00000 n +0000024720 00000 n +0000024884 00000 n +0000025048 00000 n +0000025207 00000 n +0000025359 00000 n +0000025508 00000 n +0000025661 00000 n +0000025814 00000 n +0000025966 00000 n +0000026125 00000 n +0000026283 00000 n +0000026436 00000 n +0000026586 00000 n +0000026739 00000 n +0000026897 00000 n +0000027056 00000 n +0000027214 00000 n +0000029698 00000 n +0000029851 00000 n +0000027495 00000 n +0000021860 00000 n +0000020576 00000 n +0000027373 00000 n +0000027434 00000 n +0000030010 00000 n +0000030169 00000 n +0000030322 00000 n +0000030481 00000 n +0000030639 00000 n +0000030798 00000 n +0000030957 00000 n +0000031116 00000 n +0000031274 00000 n +0000031433 00000 n +0000031597 00000 n +0000031761 00000 n +0000031920 00000 n +0000032079 00000 n +0000032230 00000 n +0000032383 00000 n +0000032541 00000 n +0000032699 00000 n +0000032852 00000 n +0000033010 00000 n +0000033169 00000 n +0000033328 00000 n +0000033480 00000 n +0000033633 00000 n +0000033792 00000 n +0000033951 00000 n +0000034108 00000 n +0000034261 00000 n +0000034420 00000 n +0000034579 00000 n +0000034729 00000 n +0000034880 00000 n +0000035033 00000 n +0000035190 00000 n +0000035349 00000 n +0000035502 00000 n +0000035661 00000 n +0000035819 00000 n +0000035978 00000 n +0000036131 00000 n +0000037406 00000 n +0000037558 00000 n +0000036350 00000 n +0000029231 00000 n +0000027632 00000 n +0000036289 00000 n +0000037711 00000 n +0000037863 00000 n +0000038022 00000 n +0000038181 00000 n +0000038339 00000 n +0000038498 00000 n +0000038656 00000 n +0000038808 00000 n +0000038967 00000 n +0000039126 00000 n +0000039285 00000 n +0000039499 00000 n +0000037171 00000 n +0000036487 00000 n +0000039438 00000 n +0000041773 00000 n +0000041932 00000 n +0000042331 00000 n +0000041626 00000 n +0000039636 00000 n +0000042091 00000 n +0000042211 00000 n +0001577278 00000 n +0001409576 00000 n +0000045491 00000 n +0000045191 00000 n +0000042481 00000 n +0000045310 00000 n +0001578125 00000 n +0001577773 00000 n +0000047405 00000 n +0000047564 00000 n +0000047723 00000 n +0000047882 00000 n +0000048041 00000 n +0000048198 00000 n +0000048356 00000 n +0000048529 00000 n +0000048892 00000 n +0000049189 00000 n +0000047194 00000 n +0000045667 00000 n +0000049068 00000 n +0001474185 00000 n +0000048711 00000 n +0001578612 00000 n +0001414252 00000 n +0001414128 00000 n +0001414314 00000 n +0000052272 00000 n +0000052430 00000 n +0000052588 00000 n +0000052748 00000 n +0000052909 00000 n +0000053066 00000 n +0000053465 00000 n +0000052093 00000 n +0000049352 00000 n +0000053223 00000 n +0000053344 00000 n +0001419415 00000 n +0001414004 00000 n +0001419353 00000 n +0000056852 00000 n +0000057010 00000 n +0000057168 00000 n +0000057327 00000 n +0000057486 00000 n +0000057645 00000 n +0000057804 00000 n +0000057963 00000 n +0000058122 00000 n +0000058282 00000 n +0000061672 00000 n +0000061832 00000 n +0000058563 00000 n +0000056641 00000 n +0000053615 00000 n +0000058442 00000 n +0001413817 00000 n +0001424002 00000 n +0001423569 00000 n +0001419229 00000 n +0000062174 00000 n +0000061525 00000 n +0000058713 00000 n +0000061993 00000 n +0000065291 00000 n +0000065443 00000 n +0000065597 00000 n +0000065750 00000 n +0000065904 00000 n +0000066058 00000 n +0000066216 00000 n +0000066375 00000 n +0000066534 00000 n +0000067118 00000 n +0000065088 00000 n +0000062350 00000 n +0000066693 00000 n +0000066754 00000 n +0000066935 00000 n +0000066996 00000 n +0000067057 00000 n +0001424437 00000 n +0001424405 00000 n +0001424373 00000 n +0001424341 00000 n +0001419477 00000 n +0001423445 00000 n +0000070398 00000 n +0000070555 00000 n +0000070713 00000 n +0000070872 00000 n +0000071031 00000 n +0000071488 00000 n +0000070227 00000 n +0000067268 00000 n +0000071183 00000 n +0000071244 00000 n +0000071305 00000 n +0000071366 00000 n +0000071427 00000 n +0001419105 00000 n +0000074441 00000 n +0000074599 00000 n +0000074998 00000 n +0000074294 00000 n +0000071625 00000 n +0000074757 00000 n +0001578730 00000 n +0001423817 00000 n +0000081047 00000 n +0000081366 00000 n +0000081526 00000 n +0000081684 00000 n +0000078071 00000 n +0000077772 00000 n +0000075174 00000 n +0000077891 00000 n +0000085423 00000 n +0000085731 00000 n +0000081961 00000 n +0000080876 00000 n +0000078247 00000 n +0000081842 00000 n +0000081207 00000 n +0001577134 00000 n +0001423507 00000 n +0001423755 00000 n +0000085577 00000 n +0000088506 00000 n +0000088665 00000 n +0000088824 00000 n +0000088983 00000 n +0000086280 00000 n +0000085260 00000 n +0000082164 00000 n +0000086037 00000 n +0000086158 00000 n +0000085885 00000 n +0000086219 00000 n +0000089263 00000 n +0000088343 00000 n +0000086469 00000 n +0000089142 00000 n +0001409638 00000 n +0000092001 00000 n +0000092160 00000 n +0000092319 00000 n +0000092958 00000 n +0000091846 00000 n +0000089426 00000 n +0000092473 00000 n +0000092594 00000 n +0000092715 00000 n +0000092776 00000 n +0000092897 00000 n +0001451476 00000 n +0001409452 00000 n +0000096306 00000 n +0000096460 00000 n +0000096617 00000 n +0000096774 00000 n +0000100518 00000 n +0000100676 00000 n +0000100831 00000 n +0000100994 00000 n +0000097292 00000 n +0000096143 00000 n +0000093148 00000 n +0000096928 00000 n +0000097109 00000 n +0000097170 00000 n +0000097231 00000 n +0001578848 00000 n +0001419291 00000 n +0000101147 00000 n +0000101306 00000 n +0000101461 00000 n +0000105037 00000 n +0000105196 00000 n +0000101925 00000 n +0000100331 00000 n +0000097468 00000 n +0000101620 00000 n +0000101681 00000 n +0000101742 00000 n +0000101803 00000 n +0000101864 00000 n +0000105892 00000 n +0000105355 00000 n +0000105513 00000 n +0000105672 00000 n +0000107952 00000 n +0000106075 00000 n +0000104866 00000 n +0000102102 00000 n +0000105831 00000 n +0000105953 00000 n +0000106014 00000 n +0000108172 00000 n +0000108233 00000 n +0000108354 00000 n +0000107813 00000 n +0000106238 00000 n +0000108111 00000 n +0000108294 00000 n +0000111670 00000 n +0000111825 00000 n +0000112227 00000 n +0000111523 00000 n +0000108504 00000 n +0000111984 00000 n +0000112106 00000 n +0000112166 00000 n +0000115893 00000 n +0000116013 00000 n +0000115713 00000 n +0000112403 00000 n +0000115832 00000 n +0000115954 00000 n +0000121234 00000 n +0000119665 00000 n +0000119363 00000 n +0000116216 00000 n +0000119482 00000 n +0000119604 00000 n +0001578966 00000 n +0000121514 00000 n +0000121095 00000 n +0000119854 00000 n +0000121392 00000 n +0000121453 00000 n +0000141290 00000 n +0000141450 00000 n +0000141612 00000 n +0000141774 00000 n +0000141936 00000 n +0000142097 00000 n +0000142257 00000 n +0000142417 00000 n +0000142577 00000 n +0000142736 00000 n +0000143064 00000 n +0000124238 00000 n +0000143472 00000 n +0000124011 00000 n +0000121664 00000 n +0000143228 00000 n +0000143350 00000 n +0000142900 00000 n +0000143411 00000 n +0001423941 00000 n +0001413755 00000 n +0001409700 00000 n +0001409514 00000 n +0000146430 00000 n +0000146587 00000 n +0000146745 00000 n +0000150384 00000 n +0000150543 00000 n +0000147145 00000 n +0000146275 00000 n +0000143684 00000 n +0000146902 00000 n +0000146963 00000 n +0000150702 00000 n +0000150861 00000 n +0000151016 00000 n +0000151173 00000 n +0000154989 00000 n +0000155149 00000 n +0000151512 00000 n +0000150205 00000 n +0000147295 00000 n +0000151329 00000 n +0001577595 00000 n +0001414066 00000 n +0001423693 00000 n +0000155309 00000 n +0000155468 00000 n +0000155627 00000 n +0000155786 00000 n +0000158730 00000 n +0000156066 00000 n +0000154810 00000 n +0000151676 00000 n +0000155944 00000 n +0001414376 00000 n +0001413693 00000 n +0000158884 00000 n +0000159044 00000 n +0000159203 00000 n +0000162371 00000 n +0000162529 00000 n +0000159484 00000 n +0000158567 00000 n +0000156216 00000 n +0000159362 00000 n +0000159423 00000 n +0001579084 00000 n +0000162748 00000 n +0001423631 00000 n +0000164204 00000 n +0000162931 00000 n +0000162224 00000 n +0000159647 00000 n +0000162687 00000 n +0001423879 00000 n +0000203053 00000 n +0000257430 00000 n +0000257588 00000 n +0000254604 00000 n +0000164085 00000 n +0000163107 00000 n +0000254421 00000 n +0000254482 00000 n +0000254543 00000 n +0000257745 00000 n +0000257904 00000 n +0000258063 00000 n +0000258221 00000 n +0000258378 00000 n +0000259384 00000 n +0000000877 00000 f +0000336985 00000 n +0000258781 00000 n +0000257243 00000 n +0000254803 00000 n +0000258537 00000 n +0000258598 00000 n +0001419167 00000 n +0001413631 00000 n +0000337262 00000 n +0000259245 00000 n +0000258931 00000 n +0000337140 00000 n +0000337201 00000 n +0001424309 00000 n +0000340401 00000 n +0000340556 00000 n +0000340899 00000 n +0000340254 00000 n +0000337422 00000 n +0000340716 00000 n +0000340838 00000 n +0000392993 00000 n +0000343996 00000 n +0000344207 00000 n +0000343857 00000 n +0000341062 00000 n +0000344146 00000 n +0001579202 00000 n +0000349132 00000 n +0000347250 00000 n +0000347009 00000 n +0000344370 00000 n +0000347128 00000 n +0000392773 00000 n +0000393054 00000 n +0000348993 00000 n +0000347439 00000 n +0000392932 00000 n +0000396028 00000 n +0000396308 00000 n +0000395889 00000 n +0000393266 00000 n +0000396187 00000 n +0000399325 00000 n +0000399663 00000 n +0000399186 00000 n +0000396484 00000 n +0000399480 00000 n +0001444699 00000 n +0000399602 00000 n +0000402334 00000 n +0000402493 00000 n +0000402835 00000 n +0000402187 00000 n +0000399853 00000 n +0000402652 00000 n +0001419662 00000 n +0000406354 00000 n +0000406174 00000 n +0000403011 00000 n +0000406293 00000 n +0001579320 00000 n +0000409036 00000 n +0000408795 00000 n +0000406530 00000 n +0000408914 00000 n +0000411362 00000 n +0000411520 00000 n +0000411861 00000 n +0000411215 00000 n +0000409212 00000 n +0000411679 00000 n +0001419786 00000 n +0000468847 00000 n +0000469004 00000 n +0000414766 00000 n +0000414464 00000 n +0000412037 00000 n +0000414583 00000 n +0000417129 00000 n +0000000878 00000 f +0000000879 00000 f +0000000880 00000 f +0000000000 00000 f +0000468206 00000 n +0000468369 00000 n +0000468531 00000 n +0000468689 00000 n +0000469161 00000 n +0000469323 00000 n +0000469487 00000 n +0000469805 00000 n +0000470086 00000 n +0000416910 00000 n +0000414942 00000 n +0000469964 00000 n +0000470025 00000 n +0000469646 00000 n +0000419160 00000 n +0000419500 00000 n +0000419811 00000 n +0000420199 00000 n +0000420600 00000 n +0000420715 00000 n +0000420990 00000 n +0000421259 00000 n +0000421540 00000 n +0000437322 00000 n +0000454162 00000 n +0001419600 00000 n +0001419724 00000 n +0001419539 00000 n +0000471449 00000 n +0000471269 00000 n +0000470290 00000 n +0000471388 00000 n +0000474175 00000 n +0000474335 00000 n +0000478125 00000 n +0000478287 00000 n +0000475043 00000 n +0000474028 00000 n +0000471612 00000 n +0000474494 00000 n +0000474616 00000 n +0000474799 00000 n +0000474860 00000 n +0000474921 00000 n +0000474982 00000 n +0001579438 00000 n +0001413942 00000 n +0000481774 00000 n +0000478754 00000 n +0000477978 00000 n +0000475206 00000 n +0000478449 00000 n +0000478510 00000 n +0000478571 00000 n +0000478693 00000 n +0001409391 00000 n +0000481929 00000 n +0000482514 00000 n +0000481627 00000 n +0000478917 00000 n +0000482088 00000 n +0000482149 00000 n +0000482210 00000 n +0000482270 00000 n +0000482453 00000 n +0000488672 00000 n +0000485410 00000 n +0000485169 00000 n +0000482664 00000 n +0000485288 00000 n +0000488827 00000 n +0000488982 00000 n +0000489442 00000 n +0000488517 00000 n +0000485573 00000 n +0000489137 00000 n +0000489198 00000 n +0000489259 00000 n +0000489320 00000 n +0000489381 00000 n +0000491916 00000 n +0000491615 00000 n +0000489605 00000 n +0000491734 00000 n +0000495277 00000 n +0000495432 00000 n +0000495585 00000 n +0000495744 00000 n +0000495904 00000 n +0000496059 00000 n +0000500338 00000 n +0000496580 00000 n +0000495098 00000 n +0000492053 00000 n +0000496214 00000 n +0000496397 00000 n +0000496458 00000 n +0000496519 00000 n +0001579556 00000 n +0001414190 00000 n +0000500493 00000 n +0000500766 00000 n +0000500191 00000 n +0000496743 00000 n +0000500645 00000 n +0000500706 00000 n +0000504438 00000 n +0000508177 00000 n +0000508337 00000 n +0000504776 00000 n +0000504299 00000 n +0000500943 00000 n +0000504593 00000 n +0000504715 00000 n +0000508496 00000 n +0000508897 00000 n +0000508022 00000 n +0000504965 00000 n +0000508653 00000 n +0001413879 00000 n +0000510880 00000 n +0000510634 00000 n +0000509073 00000 n +0000510756 00000 n +0000513651 00000 n +0000513986 00000 n +0000514154 00000 n +0000514310 00000 n +0000514472 00000 n +0000514635 00000 n +0000514790 00000 n +0000515508 00000 n +0000513445 00000 n +0000511070 00000 n +0000514946 00000 n +0000515071 00000 n +0000513819 00000 n +0000515319 00000 n +0000515382 00000 n +0000515445 00000 n +0001424063 00000 n +0001409205 00000 n +0000518157 00000 n +0000518439 00000 n +0000518013 00000 n +0000515672 00000 n +0000518313 00000 n +0000518376 00000 n +0001579676 00000 n +0000520489 00000 n +0000546182 00000 n +0000570692 00000 n +0000520366 00000 n +0000518629 00000 n +0000570441 00000 n +0000570504 00000 n +0000570567 00000 n +0000572786 00000 n +0000578778 00000 n +0000578936 00000 n +0000582302 00000 n +0000579347 00000 n +0000572633 00000 n +0000570920 00000 n +0000579097 00000 n +0000579160 00000 n +0000646953 00000 n +0000582458 00000 n +0000582621 00000 n +0000582784 00000 n +0000582940 00000 n +0000583095 00000 n +0000584641 00000 n +0000614559 00000 n +0000583944 00000 n +0000582113 00000 n +0000579561 00000 n +0000583251 00000 n +0000583314 00000 n +0000583377 00000 n +0000583440 00000 n +0000583503 00000 n +0000583566 00000 n +0000583629 00000 n +0000583692 00000 n +0000583755 00000 n +0000583818 00000 n +0000583881 00000 n +0000647078 00000 n +0000584518 00000 n +0000584121 00000 n +0000646890 00000 n +0000647016 00000 n +0000652078 00000 n +0000649492 00000 n +0000652484 00000 n +0000649348 00000 n +0000647256 00000 n +0000652233 00000 n +0000652358 00000 n +0000652421 00000 n +0000655689 00000 n +0000655851 00000 n +0000656014 00000 n +0000656176 00000 n +0000656339 00000 n +0000656809 00000 n +0000655509 00000 n +0000652699 00000 n +0000656495 00000 n +0001578305 00000 n +0000656620 00000 n +0000656683 00000 n +0000656746 00000 n +0001579801 00000 n +0001409267 00000 n +0001409329 00000 n +0000671073 00000 n +0000671235 00000 n +0000658471 00000 n +0000671648 00000 n +0000658318 00000 n +0000657001 00000 n +0000671398 00000 n +0000671461 00000 n +0000673591 00000 n +0000673405 00000 n +0000671863 00000 n +0000673528 00000 n +0000675560 00000 n +0000675968 00000 n +0000676148 00000 n +0000676363 00000 n +0000676558 00000 n +0000676749 00000 n +0000715167 00000 n +0000677340 00000 n +0000675362 00000 n +0000673768 00000 n +0000676966 00000 n +0000677091 00000 n +0000675764 00000 n +0000715323 00000 n +0000679784 00000 n +0000717934 00000 n +0000715840 00000 n +0000679631 00000 n +0000677504 00000 n +0000715526 00000 n +0000715651 00000 n +0000715777 00000 n +0000775845 00000 n +0000760944 00000 n +0000777255 00000 n +0000776440 00000 n +0000717781 00000 n +0000716056 00000 n +0000776188 00000 n +0000776251 00000 n +0000776017 00000 n +0000776315 00000 n +0000794609 00000 n +0000805374 00000 n +0000777132 00000 n +0000776670 00000 n +0000805185 00000 n +0000805248 00000 n +0000805311 00000 n +0001579926 00000 n +0000794084 00000 n +0000804660 00000 n +0000807052 00000 n +0000808580 00000 n +0000807640 00000 n +0000806899 00000 n +0000805573 00000 n +0000807515 00000 n +0000807284 00000 n +0000911282 00000 n +0001018450 00000 n +0001017436 00000 n +0000808457 00000 n +0000807831 00000 n +0001017247 00000 n +0001017310 00000 n +0001017373 00000 n +0001034702 00000 n +0001159649 00000 n +0001142352 00000 n +0001160261 00000 n +0001018297 00000 n +0001017627 00000 n +0001160011 00000 n +0001160074 00000 n +0001160137 00000 n +0001159831 00000 n +0001160199 00000 n +0001034177 00000 n +0001159124 00000 n +0001389504 00000 n +0001389686 00000 n +0001161677 00000 n +0001389872 00000 n +0001285443 00000 n +0001390365 00000 n +0001161515 00000 n +0001160488 00000 n +0001390052 00000 n +0001390115 00000 n +0001390178 00000 n +0001393376 00000 n +0001393535 00000 n +0001394079 00000 n +0001393214 00000 n +0001390582 00000 n +0001393893 00000 n +0001393715 00000 n +0001394816 00000 n +0001394630 00000 n +0001394256 00000 n +0001394753 00000 n +0001580051 00000 n +0001397115 00000 n +0001397274 00000 n +0001397433 00000 n +0001397592 00000 n +0001397751 00000 n +0001397909 00000 n +0001398069 00000 n +0001398229 00000 n +0001398389 00000 n +0001398549 00000 n +0001398709 00000 n +0001398869 00000 n +0001399029 00000 n +0001399185 00000 n +0001399345 00000 n +0001399505 00000 n +0001399670 00000 n +0001399834 00000 n +0001399994 00000 n +0001400154 00000 n +0001400314 00000 n +0001400474 00000 n +0001400634 00000 n +0001400794 00000 n +0001400954 00000 n +0001401114 00000 n +0001401271 00000 n +0001401431 00000 n +0001401591 00000 n +0001401750 00000 n +0001401908 00000 n +0001402068 00000 n +0001402228 00000 n +0001402388 00000 n +0001402546 00000 n +0001402705 00000 n +0001402865 00000 n +0001403025 00000 n +0001403310 00000 n +0001396638 00000 n +0001394941 00000 n +0001403184 00000 n +0001403247 00000 n +0001431532 00000 n +0001424276 00000 n +0001404111 00000 n +0001404269 00000 n +0001404428 00000 n +0001404585 00000 n +0001404744 00000 n +0001405028 00000 n +0001403931 00000 n +0001403476 00000 n +0001404902 00000 n +0001404965 00000 n +0001407834 00000 n +0001408265 00000 n +0001408691 00000 n +0001412720 00000 n +0001409762 00000 n +0001407645 00000 n +0001405166 00000 n +0001409080 00000 n +0001408051 00000 n +0001408479 00000 n +0001408886 00000 n +0001413165 00000 n +0001417175 00000 n +0001414438 00000 n +0001412549 00000 n +0001409926 00000 n +0001413568 00000 n +0001412943 00000 n +0001413367 00000 n +0001417376 00000 n +0001417798 00000 n +0001418217 00000 n +0001418645 00000 n +0001419848 00000 n +0001416959 00000 n +0001414589 00000 n +0001419042 00000 n +0001417587 00000 n +0001418008 00000 n +0001418432 00000 n +0001418844 00000 n +0001422817 00000 n +0001423187 00000 n +0001424125 00000 n +0001422655 00000 n +0001420092 00000 n +0001423382 00000 n +0001423003 00000 n +0001580176 00000 n +0001424469 00000 n +0001424748 00000 n +0001425026 00000 n +0001425250 00000 n +0001425436 00000 n +0001425748 00000 n +0001426027 00000 n +0001426293 00000 n +0001426502 00000 n +0001426758 00000 n +0001427050 00000 n +0001427352 00000 n +0001427640 00000 n +0001427942 00000 n +0001428240 00000 n +0001428486 00000 n +0001428733 00000 n +0001428952 00000 n +0001429202 00000 n +0001429407 00000 n +0001429648 00000 n +0001429928 00000 n +0001430239 00000 n +0001430493 00000 n +0001430793 00000 n +0001431035 00000 n +0001431276 00000 n +0001431783 00000 n +0001432070 00000 n +0001432428 00000 n +0001576540 00000 n +0001432845 00000 n +0001432925 00000 n +0001433113 00000 n +0001433295 00000 n +0001433506 00000 n +0001433778 00000 n +0001433969 00000 n +0001434237 00000 n +0001434531 00000 n +0001434846 00000 n +0001435155 00000 n +0001435446 00000 n +0001435755 00000 n +0001436061 00000 n +0001436406 00000 n +0001436755 00000 n +0001437018 00000 n +0001437346 00000 n +0001437699 00000 n +0001438022 00000 n +0001438310 00000 n +0001438626 00000 n +0001438965 00000 n +0001439269 00000 n +0001439607 00000 n +0001439921 00000 n +0001440246 00000 n +0001440518 00000 n +0001440853 00000 n +0001441179 00000 n +0001441480 00000 n +0001441827 00000 n +0001442124 00000 n +0001442432 00000 n +0001442710 00000 n +0001443044 00000 n +0001443351 00000 n +0001443685 00000 n +0001444014 00000 n +0001444379 00000 n +0001444953 00000 n +0001445344 00000 n +0001445780 00000 n +0001446369 00000 n +0001446453 00000 n +0001446712 00000 n +0001446897 00000 n +0001447158 00000 n +0001447458 00000 n +0001447710 00000 n +0001447983 00000 n +0001448252 00000 n +0001448527 00000 n +0001448810 00000 n +0001449046 00000 n +0001449289 00000 n +0001449503 00000 n +0001449700 00000 n +0001449937 00000 n +0001450202 00000 n +0001450469 00000 n +0001450706 00000 n +0001450936 00000 n +0001451192 00000 n +0001451729 00000 n +0001452040 00000 n +0001452342 00000 n +0001452659 00000 n +0001452860 00000 n +0001453197 00000 n +0001453434 00000 n +0001453726 00000 n +0001454012 00000 n +0001454280 00000 n +0001454545 00000 n +0001454727 00000 n +0001454952 00000 n +0001455133 00000 n +0001455389 00000 n +0001455579 00000 n +0001455774 00000 n +0001456042 00000 n +0001456227 00000 n +0001456498 00000 n +0001456760 00000 n +0001457116 00000 n +0001457482 00000 n +0001457772 00000 n +0001458059 00000 n +0001458349 00000 n +0001458675 00000 n +0001458957 00000 n +0001459197 00000 n +0001459432 00000 n +0001459638 00000 n +0001459835 00000 n +0001460085 00000 n +0001460295 00000 n +0001460590 00000 n +0001460871 00000 n +0001461130 00000 n +0001461409 00000 n +0001461706 00000 n +0001462047 00000 n +0001462266 00000 n +0001462538 00000 n +0001462824 00000 n +0001463127 00000 n +0001463452 00000 n +0001463734 00000 n +0001464041 00000 n +0001464346 00000 n +0001464636 00000 n +0001464950 00000 n +0001465257 00000 n +0001465505 00000 n +0001465870 00000 n +0001466130 00000 n +0001466353 00000 n +0001466612 00000 n +0001466925 00000 n +0001467134 00000 n +0001467391 00000 n +0001467643 00000 n +0001467927 00000 n +0001468244 00000 n +0001468556 00000 n +0001468810 00000 n +0001469119 00000 n +0001469378 00000 n +0001469625 00000 n +0001469908 00000 n +0001470184 00000 n +0001470490 00000 n +0001470823 00000 n +0001471084 00000 n +0001471389 00000 n +0001471625 00000 n +0001471941 00000 n +0001472284 00000 n +0001472569 00000 n +0001472879 00000 n +0001473223 00000 n +0001473504 00000 n +0001473842 00000 n +0001474438 00000 n +0001475203 00000 n +0001475795 00000 n +0001476923 00000 n +0001477401 00000 n +0001478298 00000 n +0001478417 00000 n +0001479392 00000 n +0001480294 00000 n +0001487426 00000 n +0001487676 00000 n +0001495189 00000 n +0001495445 00000 n +0001508604 00000 n +0001509088 00000 n +0001514744 00000 n +0001514997 00000 n +0001529166 00000 n +0001529542 00000 n +0001551371 00000 n +0001552075 00000 n +0001557777 00000 n +0001558029 00000 n +0001576012 00000 n +0001580256 00000 n +0001580376 00000 n +0001580498 00000 n +0001580597 00000 n +0001580679 00000 n +0001589031 00000 n +0001589235 00000 n +0001589446 00000 n +0001589655 00000 n +0001589868 00000 n +0001590085 00000 n +0001590293 00000 n +0001590476 00000 n +0001590653 00000 n +0001590819 00000 n +0001591008 00000 n +0001591194 00000 n +0001591434 00000 n +0001591683 00000 n +0001591934 00000 n +0001592180 00000 n +0001592417 00000 n +0001592665 00000 n +0001592906 00000 n +0001593162 00000 n +0001593413 00000 n +0001593668 00000 n +0001593923 00000 n +0001594180 00000 n +0001594431 00000 n +0001594628 00000 n +0001594799 00000 n +0001594969 00000 n +0001595140 00000 n +0001595309 00000 n +0001595478 00000 n +0001595649 00000 n +0001595819 00000 n +0001595990 00000 n +0001596163 00000 n +0001596340 00000 n +0001596515 00000 n +0001596692 00000 n +0001596867 00000 n +0001597055 00000 n +0001597257 00000 n +0001597459 00000 n +0001597656 00000 n +0001597853 00000 n +0001598053 00000 n +0001598256 00000 n +0001598460 00000 n +0001598664 00000 n +0001598902 00000 n +0001599145 00000 n +0001599388 00000 n +0001599631 00000 n +0001599874 00000 n +0001600117 00000 n +0001600360 00000 n +0001600616 00000 n +0001600872 00000 n +0001600980 00000 n +0001601102 00000 n +0001601234 00000 n +0001601367 00000 n +0001601501 00000 n +0001601625 00000 n +0001601741 00000 n +0001601861 00000 n +0001601990 00000 n +0001602124 00000 n +0001602231 00000 n +0001602349 00000 n +0001602456 00000 n +0001602547 00000 n +0001602587 00000 n +0001602719 00000 n +trailer +<< /Size 1575 +/Root 1573 0 R +/Info 1574 0 R +/ID [<8E4B1A4FCFE996B035ECDC1E436CBB7C> <8E4B1A4FCFE996B035ECDC1E436CBB7C>] >> +startxref +1605055 +%%EOF diff --git a/Sources/HC - Prozesshandbuch.pdf b/Sources/HC - Prozesshandbuch.pdf new file mode 100644 index 0000000..311e303 Binary files /dev/null and b/Sources/HC - Prozesshandbuch.pdf differ diff --git a/Sources/Hesse-Engesser2014_Article_Ontologie.pdf b/Sources/Hesse-Engesser2014_Article_Ontologie.pdf new file mode 100644 index 0000000..2e7761e Binary files /dev/null and b/Sources/Hesse-Engesser2014_Article_Ontologie.pdf differ diff --git a/Sources/JSEA_2014123020433712.pdf b/Sources/JSEA_2014123020433712.pdf new file mode 100644 index 0000000..4c1422f Binary files /dev/null and b/Sources/JSEA_2014123020433712.pdf differ diff --git a/Sources/Knowledge Processes and Ontologies.pdf b/Sources/Knowledge Processes and Ontologies.pdf new file mode 100644 index 0000000..bc68749 Binary files /dev/null and b/Sources/Knowledge Processes and Ontologies.pdf differ diff --git a/Sources/OJAKM_Volume3_1pp1-20.pdf b/Sources/OJAKM_Volume3_1pp1-20.pdf new file mode 100644 index 0000000..47eb664 Binary files /dev/null and b/Sources/OJAKM_Volume3_1pp1-20.pdf differ diff --git a/Sources/ORPMS - An Ontology-based Real-time Project Monitoring System in the Cloud.pdf b/Sources/ORPMS - An Ontology-based Real-time Project Monitoring System in the Cloud.pdf new file mode 100644 index 0000000..0f941c6 Binary files /dev/null and b/Sources/ORPMS - An Ontology-based Real-time Project Monitoring System in the Cloud.pdf differ diff --git a/Sources/Ontologies/BFO/BFO2-Reference.pdf b/Sources/Ontologies/BFO/BFO2-Reference.pdf new file mode 100644 index 0000000..d61b600 Binary files /dev/null and b/Sources/Ontologies/BFO/BFO2-Reference.pdf differ diff --git a/Sources/Ontologies/BFO/bfo.owl b/Sources/Ontologies/BFO/bfo.owl new file mode 100644 index 0000000..f7c32a1 --- /dev/null +++ b/Sources/Ontologies/BFO/bfo.owl @@ -0,0 +1,1732 @@ + + + + Alan Ruttenberg + Bill Duncan + Stefan Schulz + Melanie Courtot + BFO 2 Reference: BFO does not claim to be a complete coverage of all entities. It seeks only to provide coverage of those entities studied by empirical science together with those entities which affect or are involved in human activities such as data processing and planning – coverage that is sufficiently broad to provide assistance to those engaged in building domain ontologies for purposes of data annotation [17 + Mark Ressler + Fabian Neuhaus + Thomas Bittner + Bjoern Peters + Mauricio Almeida + David Osumi-Sutherland + BFO 2 Reference: For both terms and relational expressions in BFO, we distinguish between primitive and defined. ‘Entity’ is an example of one such primitive term. Primitive terms in a highest-level ontology such as BFO are terms that are so basic to our understanding of reality that there is no way of defining them in a non-circular fashion. For these, therefore, we can provide only elucidations, supplemented by examples and by axioms. + Janna Hastings + Leonard Jacuzzo + Mathias Brochhausen + Randall Dipert + Larry Hunter + Robert Rovetto + Albert Goldfain + Chris Mungall + Jie Zheng + Barry Smith + Ludger Jansen + Yongqun "Oliver" He + Werner Ceusters + Pierre Grenon + James A. Overton + BFO 2 Reference: BFO’s treatment of continuants and occurrents – as also its treatment of regions, rests on a dichotomy between space and time, and on the view that there are two perspectives on reality – earlier called the ‘SNAP’ and ‘SPAN’ perspectives, both of which are essential to the non-reductionist representation of reality as we understand it from the best available science [30 + Jonathan Bona + Ron Rudnicki + The http://purl.obolibary.org/obo/bfo/classes-only.owl variant of BFO ("bfo_classes_only.owl") includes only the class hierarchy and annotations from the full OWL version of BFO 2: http://purl.obolibary.org/obo/bfo.owl ("bfo.owl"). There are no object properties or logical axioms that use the object properties in bfo_classes_only.owl. As the logical axioms in the bfo_classes_only.owl variant are limited to subclass and disjoint assertions they are much weaker than the logical axioms in bfo.owl. + +If you plan to use the relations that define BFO 2, you should import bfo.owl instead of bfo_classes_only.owl. To the extent that the relations are used without importing bfo.owl, be mindful that they should be used in a manner consistent with their use in bfo.owl. Otherwise if your ontology is imported by a another ontology that imports bfo.owl there may be inconsistencies. + +See the BFO 2 release notes for further information about BFO 2. Please note that the current release of bfo.owl uses temporal relations when the subject or object is a continuant, a major change from BFO 1. + This is an early version of BFO version 2 and has not yet been extensively reviewed by the project team members. Please see the project site http://code.google.com/p/bfo/ , the bfo2 owl discussion group http://groups.google.com/group/bfo-owl-devel , the bfo2 discussion group http://groups.google.com/group/bfo-devel, the tracking google doc http://goo.gl/IlrEE, and the current version of the bfo2 reference http://purl.obolibrary.org/obo/bfo/dev/bfo2-reference.docx . This ontology is generated from a specification at http://bfo.googlecode.com/svn/trunk/src/ontology/owl-group/specification/ and with the code that generates the OWL version in http://bfo.googlecode.com/svn/trunk/src/tools/. A very early version of BFO version 2 in CLIF is at http://purl.obolibrary.org/obo/bfo/dev/bfo.clif + + + + + + + + + + + + + + + + + + + + + + + + + + + BFO OWL specification label + Really of interest to developers only + Relates an entity in the ontology to the name of the variable that is used to represent it in the code that generates the BFO OWL file from the lispy specification. + + + + + + + + + BFO CLIF specification label + Person:Alan Ruttenberg + Really of interest to developers only + Relates an entity in the ontology to the term that is used to represent it in the the CLIF specification of BFO2 + + + + + + + + + editor preferred term + + + + + + + + + example of usage + + + + + + + + + definition + + + + + + + + + editor note + + + + + + + + + term editor + + + + + + + + + alternative term + + + + + + + + + definition source + + + + + + + + + curator note + + + + + + + + + imported from + + + + + + + + + elucidation + + + + + + + + + has associated axiom(nl) + + + + + + + + + has associated axiom(fol) + + + + + + + + + has axiom label + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + entity + Entity + BFO 2 Reference: In all areas of empirical inquiry we encounter general terms of two sorts. First are general terms which refer to universals or types:animaltuberculosissurgical procedurediseaseSecond, are general terms used to refer to groups of entities which instantiate a given universal but do not correspond to the extension of any subuniversal of that universal because there is nothing intrinsic to the entities in question by virtue of which they – and only they – are counted as belonging to the given group. Examples are: animal purchased by the Emperortuberculosis diagnosed on a Wednesdaysurgical procedure performed on a patient from Stockholmperson identified as candidate for clinical trial #2056-555person who is signatory of Form 656-PPVpainting by Leonardo da VinciSuch terms, which represent what are called ‘specializations’ in [81 + entity + An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001]) + Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf + Julius Caesar + Verdi’s Requiem + the Second World War + your body mass index + + + + per discussion with Barry Smith + Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf + + + + + + + An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001]) + + + + + + + + + + + continuant + + + (forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] + (forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] + (forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] + Continuant + continuant + (forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] + A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002]) + BFO 2 Reference: Continuant entities are entities which can be sliced to yield parts only along the spatial dimension, yielding for example the parts of your table which we call its legs, its top, its nails. ‘My desk stretches from the window to the door. It has spatial parts, and can be sliced (in space) in two. With respect to time, however, a thing is a continuant.’ [60, p. 240 + Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants + if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001]) + if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002]) + if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002]) + + + + Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants + + + + + + if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002]) + + + + + + (forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] + + + + + + (forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] + + + + + + (forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] + + + + + + if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001]) + + + + + + A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002]) + + + + + + (forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] + + + + + + if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002]) + + + + + + + + + + + occurrent + + Occurrent + (forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] + occurrent + (forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] + An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002]) + BFO 2 Reference: every occurrent that is not a temporal or spatiotemporal region is s-dependent on some independent continuant that is not a spatial region + BFO 2 Reference: s-dependence obtains between every process and its participants in the sense that, as a matter of necessity, this process could not have existed unless these or those participants existed also. A process may have a succession of participants at different phases of its unfolding. Thus there may be different players on the field at different times during the course of a football game; but the process which is the entire game s-depends_on all of these players nonetheless. Some temporal parts of this process will s-depend_on on only some of the players. + Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001]) + Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process. + Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame. + b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001]) + + + + An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002]) + + + + + + (forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] + + + + + + Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame. + + + + + + Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process. + per discussion with Barry Smith + + + + + + (forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] + + + + + + Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001]) + + + + + + b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001]) + + + + + + + + + + + independent continuant + + + + (forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] + (iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] + For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001]) + For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002]) + ic + IndependentContinuant + (forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] + a chair + a heart + a leg + a molecule + a spatial region + an atom + an orchestra. + an organism + b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002]) + the bottom right portion of a human torso + the interior of your mouth + + + + For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002]) + + + + + + (forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] + + + + + + b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002]) + + + + + + (iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] + + + + + + (forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] + + + + + + For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001]) + + + + + + + + + + + spatial region + + + + (forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] + SpatialRegion + (forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] + BFO 2 Reference: Spatial regions do not participate in processes. + s-region + A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001]) + All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001]) + Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional. + + + + (forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] + + + + + + per discussion with Barry Smith + Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional. + + + + + + A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001]) + + + + + + (forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] + + + + + + All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001]) + + + + + + + + + + + temporal region + + + + + (forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] + t-region + (forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] + (forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] + A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001]) + All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001]) + Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional + TemporalRegion + Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002]) + + + + Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional + per discussion with Barry Smith + + + + + + A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001]) + + + + + + (forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] + + + + + + Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002]) + + + + + + (forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] + + + + + + All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001]) + + + + + + (forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] + + + + + + + + + + + two-dimensional spatial region + + + 2d-s-region + (forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] + TwoDimensionalSpatialRegion + A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001]) + an infinitely thin plane in space. + the surface of a sphere-shaped part of space + + + + A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001]) + + + + + + (forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] + + + + + + + + + + + spatiotemporal region + + (forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] + (forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] + (forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] + (forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] + SpatiotemporalRegion + st-region + (forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] + A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001]) + All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001]) + Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001]) + Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001]) + Every spatiotemporal region occupies_spatiotemporal_region itself. + Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002]) + the spatiotemporal region occupied by a human life + the spatiotemporal region occupied by a process of cellular meiosis. + the spatiotemporal region occupied by the development of a cancer tumor + + + + (forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] + + + + + + All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001]) + + + + + + Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002]) + + + + + + (forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] + + + + + + Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001]) + + + + + + A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001]) + + + + + + (forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] + + + + + + Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001]) + + + + + + (forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] + + + + + + (forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] + + + + + + + + + + + process + + BFO 2 Reference: The realm of occurrents is less pervasively marked by the presence of natural units than is the case in the realm of independent continuants. Thus there is here no counterpart of ‘object’. In BFO 1.0 ‘process’ served as such a counterpart. In BFO 2.0 ‘process’ is, rather, the occurrent counterpart of ‘material entity’. Those natural – as contrasted with engineered, which here means: deliberately executed – units which do exist in the realm of occurrents are typically either parasitic on the existence of natural units on the continuant side, or they are fiat in nature. Thus we can count lives; we can count football games; we can count chemical reactions performed in experiments or in chemical manufacturing. We cannot count the processes taking place, for instance, in an episode of insect mating behavior.Even where natural units are identifiable, for example cycles in a cyclical process such as the beating of a heart or an organism’s sleep/wake cycle, the processes in question form a sequence with no discontinuities (temporal gaps) of the sort that we find for instance where billiard balls or zebrafish or planets are separated by clear spatial gaps. Lives of organisms are process units, but they too unfold in a continuous series from other, prior processes such as fertilization, and they unfold in turn in continuous series of post-life processes such as post-mortem decay. Clear examples of boundaries of processes are almost always of the fiat sort (midnight, a time of death as declared in an operating theater or on a death certificate, the initiation of a state of war) + a process of cell-division, \ a beating of the heart + process + Process + (iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] + a process of meiosis + a process of sleeping + p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003]) + the course of a disease + the flight of a bird + the life of an organism + your process of aging. + + + + p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003]) + + + + + + (iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] + + + + + + + + + + + disposition + + + disposition + (forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] + Disposition + (forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] + BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type. + If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002]) + an atom of element X has the disposition to decay to an atom of element Y + b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002]) + certain people have a predisposition to colon cancer + children are innately disposed to categorize objects in certain ways. + the cell wall is disposed to filter chemicals in endocytosis and exocytosis + + + + If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002]) + + + + + + (forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] + + + + + + (forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] + + + + + + b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002]) + + + + + + + + + + + realizable entity + + + (forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] + (forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] + RealizableEntity + All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002]) + To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002]) + realizable + the disposition of this piece of metal to conduct electricity. + the disposition of your blood to coagulate + the function of your reproductive organs + the role of being a doctor + the role of this boundary to delineate where Utah and Colorado meet + + + + (forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] + + + + + + All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002]) + + + + + + (forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] + + + + + + To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002]) + + + + + + + + + + + zero-dimensional spatial region + + + ZeroDimensionalSpatialRegion + (forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] + 0d-s-region + A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001]) + + + + (forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] + + + + + + A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001]) + + + + + + + + + + + quality + + (forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] + Quality + (forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] + a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001]) + quality + If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001]) + the ambient temperature of this portion of air + the color of a tomato + the length of the circumference of your waist + the mass of this piece of gold. + the shape of your nose + the shape of your nostril + + + + If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001]) + + + + + + a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001]) + + + + + + (forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] + + + + + + (forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] + + + + + + + + + + + specifically dependent continuant + + Reciprocal specifically dependent continuants: the function of this key to open this lock and the mutually dependent disposition of this lock: to be opened by this key + Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc. + SpecificallyDependentContinuant + (iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] + b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003]) + of one-sided specifically dependent continuants: the mass of this tomato + of relational dependent continuants (multiple bearers): John’s love for Mary, the ownership relation between John and this statue, the relation of authority between John and his subordinates. + sdc + the disposition of this fish to decay + the function of this heart: to pump blood + the mutual dependence of proton donors and acceptors in chemical reactions [79 + the mutual dependence of the role predator and the role prey as played by two organisms in a given interaction + the pink color of a medium rare piece of grilled filet mignon at its center + the role of being a doctor + the shape of this hole. + the smell of this portion of mozzarella + + + + (iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] + + + + + + per discussion with Barry Smith + Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc. + + + + + + b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003]) + + + + + + + + + + + role + + BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals – professor, sergeant, nurse – only during certain phases in their lives. + role + (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] + John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married. + Role + b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001]) + the priest role + the role of a boundary to demarcate two neighboring administrative territories + the role of a building in serving as a military target + the role of a stone in marking a property boundary + the role of subject in a clinical trial + the student role + + + + (forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] + + + + + + b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001]) + + + + + + + + + + + fiat object part + + BFO 2 Reference: Most examples of fiat object parts are associated with theoretically drawn divisions + fiat-object-part + (forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] + FiatObjectPart + b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004]) + or with divisions drawn by cognitive subjects for practical reasons, such as the division of a cake (before slicing) into (what will become) slices (and thus member parts of an object aggregate). However, this does not mean that fiat object parts are dependent for their existence on divisions or delineations effected by cognitive subjects. If, for example, it is correct to conceive geological layers of the Earth as fiat object parts of the Earth, then even though these layers were first delineated in recent times, still existed long before such delineation and what holds of these layers (for example that the oldest layers are also the lowest layers) did not begin to hold because of our acts of delineation.Treatment of material entity in BFOExamples viewed by some as problematic cases for the trichotomy of fiat object part, object, and object aggregate include: a mussel on (and attached to) a rock, a slime mold, a pizza, a cloud, a galaxy, a railway train with engine and multiple carriages, a clonal stand of quaking aspen, a bacterial community (biofilm), a broken femur. Note that, as Aristotle already clearly recognized, such problematic cases – which lie at or near the penumbra of instances defined by the categories in question – need not invalidate these categories. The existence of grey objects does not prove that there are not objects which are black and objects which are white; the existence of mules does not prove that there are not objects which are donkeys and objects which are horses. It does, however, show that the examples in question need to be addressed carefully in order to show how they can be fitted into the proposed scheme, for example by recognizing additional subdivisions [29 + the FMA:regional parts of an intact human body. + the Western hemisphere of the Earth + the division of the brain into regions + the division of the planet into hemispheres + the dorsal and ventral surfaces of the body + the upper and lower lobes of the left lung + + + + b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004]) + + + + + + (forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] + + + + + + + + + + + one-dimensional spatial region + + + (forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] + OneDimensionalSpatialRegion + 1d-s-region + A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001]) + an edge of a cube-shaped portion of space. + + + + (forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] + + + + + + A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001]) + + + + + + + + + + + object aggregate + + object-aggregate + ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158. + (forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] + ObjectAggregate + An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects + BFO 2 Reference: object aggregates may gain and lose parts while remaining numerically identical (one and the same individual) over time. This holds both for aggregates whose membership is determined naturally (the aggregate of cells in your body) and aggregates determined by fiat (a baseball team, a congressional committee). + a collection of cells in a blood biobank. + a swarm of bees is an aggregate of members who are linked together through natural bonds + a symphony orchestra + an organization is an aggregate whose member parts have roles of specific types (for example in a jazz band, a chess club, a football team) + b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004]) + defined by fiat: the aggregate of members of an organization + defined through physical attachment: the aggregate of atoms in a lump of granite + defined through physical containment: the aggregate of molecules of carbon dioxide in a sealed container + defined via attributive delimitations such as: the patients in this hospital + the aggregate of bearings in a constant velocity axle joint + the aggregate of blood cells in your body + the nitrogen atoms in the atmosphere + the restaurants in Palo Alto + your collection of Meissen ceramic plates. + + + + An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects + + + + + + ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158. + + + + + + An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects + + + + + + (forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] + + + + + + b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004]) + + + + + + + + + + + three-dimensional spatial region + + (forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] + 3d-s-region + ThreeDimensionalSpatialRegion + A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001]) + a cube-shaped region of space + a sphere-shaped region of space, + + + + A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001]) + + + + + + (forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] + + + + + + + + + + + site + + Site + (forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] + a hole in the interior of a portion of cheese + a rabbit hole + an air traffic control region defined in the airspace above an airport + b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002]) + site + Manhattan Canyon) + the Grand Canyon + the Piazza San Marco + the cockpit of an aircraft + the hold of a ship + the interior of a kangaroo pouch + the interior of the trunk of your car + the interior of your bedroom + the interior of your office + the interior of your refrigerator + the lumen of your gut + your left nostril (a fiat part – the opening – of your left nasal cavity) + + + + b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002]) + + + + + + (forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] + + + + + + + + + + + object + + BFO 2 Reference: To say that b is causally unified means: b is a material entity which is such that its material parts are tied together in such a way that, in environments typical for entities of the type in question,if c, a continuant part of b that is in the interior of b at t, is larger than a certain threshold size (which will be determined differently from case to case, depending on factors such as porosity of external cover) and is moved in space to be at t at a location on the exterior of the spatial region that had been occupied by b at t, then either b’s other parts will be moved in coordinated fashion or b will be damaged (be affected, for example, by breakage or tearing) in the interval between t and t.causal changes in one part of b can have consequences for other parts of b without the mediation of any entity that lies on the exterior of b. Material entities with no proper material parts would satisfy these conditions trivially. Candidate examples of types of causal unity for material entities of more complex sorts are as follows (this is not intended to be an exhaustive list):CU1: Causal unity via physical coveringHere the parts in the interior of the unified entity are combined together causally through a common membrane or other physical covering\. The latter points outwards toward and may serve a protective function in relation to what lies on the exterior of the entity [13, 47 + BFO 2 Reference: ‘objects’ are sometimes referred to as ‘grains’ [74 + Object + object + BFO 2 Reference: BFO rests on the presupposition that at multiple micro-, meso- and macroscopic scales reality exhibits certain stable, spatially separated or separable material units, combined or combinable into aggregates of various sorts (for example organisms into what are called ‘populations’). Such units play a central role in almost all domains of natural science from particle physics to cosmology. Many scientific laws govern the units in question, employing general terms (such as ‘molecule’ or ‘planet’) referring to the types and subtypes of units, and also to the types and subtypes of the processes through which such units develop and interact. The division of reality into such natural units is at the heart of biological science, as also is the fact that these units may form higher-level units (as cells form multicellular organisms) and that they may also form aggregates of units, for example as cells form portions of tissue and organs form families, herds, breeds, species, and so on. At the same time, the division of certain portions of reality into engineered units (manufactured artifacts) is the basis of modern industrial technology, which rests on the distributed mass production of engineered parts through division of labor and on their assembly into larger, compound units such as cars and laptops. The division of portions of reality into units is one starting point for the phenomenon of counting. + BFO 2 Reference: Each object is such that there are entities of which we can assert unproblematically that they lie in its interior, and other entities of which we can assert unproblematically that they lie in its exterior. This may not be so for entities lying at or near the boundary between the interior and exterior. This means that two objects – for example the two cells depicted in Figure 3 – may be such that there are material entities crossing their boundaries which belong determinately to neither cell. Something similar obtains in certain cases of conjoined twins (see below). + BFO 2 Reference: an object is a maximal causally unified material entity + atom + b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001]) + cell + cells and organisms + engineered artifacts + grain of sand + molecule + organelle + organism + planet + solid portions of matter + star + + + + b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001]) + + + + + + + + + + + generically dependent continuant + + gdc + GenericallyDependentContinuant + (iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] + The entries in your database are patterns instantiated as quality instances in your hard drive. The database itself is an aggregate of such patterns. When you create the database you create a particular instance of the generically dependent continuant type database. Each entry in the database is an instance of the generically dependent continuant type IAO: information content entity. + b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001]) + the pdf file on your laptop, the pdf file that is a copy thereof on my laptop + the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule. + + + + b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001]) + + + + + + (iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] + + + + + + + + + + + function + + A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001]) + function + (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] + BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc. + Function + the function of a hammer to drive in nails + the function of a heart pacemaker to regulate the beating of a heart through electricity + the function of amylase in saliva to break down starch into sugar + + + + (forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] + + + + + + A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001]) + + + + + + + + + + + process boundary + + ProcessBoundary + p-boundary + (iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] + (forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] + Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002]) + p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001]) + the boundary between the 2nd and 3rd year of your life. + + + + Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002]) + + + + + + p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001]) + + + + + + (iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] + + + + + + (forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] + + + + + + + + + + + one-dimensional temporal region + + + (forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] + 1d-t-region + A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001]) + BFO 2 Reference: A temporal interval is a special kind of one-dimensional temporal region, namely one that is self-connected (is without gaps or breaks). + OneDimensionalTemporalRegion + the temporal region during which a process occurs. + + + + (forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] + + + + + + A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001]) + + + + + + + + + + + material entity + + + (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] + material + MaterialEntity + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] + A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002]) + BFO 2 Reference: Material entities (continuants) can preserve their identity even while gaining and losing material parts. Continuants are contrasted with occurrents, which unfold themselves in successive temporal parts or phases [60 + BFO 2 Reference: Object, Fiat Object Part and Object Aggregate are not intended to be exhaustive of Material Entity. Users are invited to propose new subcategories of Material Entity. + BFO 2 Reference: ‘Matter’ is intended to encompass both mass and energy (we will address the ontological treatment of portions of energy in a later version of BFO). A portion of matter is anything that includes elementary particles among its proper or improper parts: quarks and leptons, including electrons, as the smallest particles thus far discovered; baryons (including protons and neutrons) at a higher level of granularity; atoms and molecules at still higher levels, forming the cells, organs, organisms and other material entities studied by biologists, the portions of rock studied by geologists, the fossils studied by paleontologists, and so on.Material entities are three-dimensional entities (entities extended in three spatial dimensions), as contrasted with the processes in which they participate, which are four-dimensional entities (entities extended also along the dimension of time).According to the FMA, material entities may have immaterial entities as parts – including the entities identified below as sites; for example the interior (or ‘lumen’) of your small intestine is a part of your body. BFO 2.0 embodies a decision to follow the FMA here. + Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) + a flame + a forest fire + a human being + a hurricane + a photon + a puff of smoke + a sea wave + a tornado + an aggregate of human beings. + an energy wave + an epidemic + every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002]) + the undetached arm of a human being + + + + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] + + + + + + A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002]) + + + + + + every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002]) + + + + + + (forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] + + + + + + Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002]) + + + + + + (forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] + + + + + + + + + + + continuant fiat boundary + + (iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] + BFO 2 Reference: In BFO 1.1 the assumption was made that the external surface of a material entity such as a cell could be treated as if it were a boundary in the mathematical sense. The new document propounds the view that when we talk about external surfaces of material objects in this way then we are talking about something fiat. To be dealt with in a future version: fiat boundaries at different levels of granularity.More generally, the focus in discussion of boundaries in BFO 2.0 is now on fiat boundaries, which means: boundaries for which there is no assumption that they coincide with physical discontinuities. The ontology of boundaries becomes more closely allied with the ontology of regions. + Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions. + ContinuantFiatBoundary + Every continuant fiat boundary is located at some spatial region at every time at which it exists + cf-boundary + BFO 2 Reference: a continuant fiat boundary is a boundary of some material entity (for example: the plane separating the Northern and Southern hemispheres; the North Pole), or it is a boundary of some immaterial entity (for example of some portion of airspace). Three basic kinds of continuant fiat boundary can be distinguished (together with various combination kinds [29 + b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001]) + + + + (iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] + + + + + + Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions. + + + + + + b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001]) + + + + + + + + + + + immaterial entity + + immaterial + ImmaterialEntity + BFO 2 Reference: Immaterial entities are divided into two subgroups:boundaries and sites, which bound, or are demarcated in relation, to material entities, and which can thus change location, shape and size and as their material hosts move or change shape or size (for example: your nasal passage; the hold of a ship; the boundary of Wales (which moves with the rotation of the Earth) [38, 7, 10 + + + + + + + + + one-dimensional continuant fiat boundary + + + + OneDimensionalContinuantFiatBoundary + (iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] + 1d-cf-boundary + The Equator + a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001]) + all geopolitical boundaries + all lines of latitude and longitude + the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin. + the median sulcus of your tongue + + + + (iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] + + + + + + a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001]) + + + + + + + + + + + process profile + + + (forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] + ProcessProfile + One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance. + The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on. + process-profile + (iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] + On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels + b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002]) + b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005]) + + + + (forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] + + + + + + b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005]) + + + + + + (iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] + + + + + + b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002]) + + + + + + + + + + + relational quality + + (iff (RelationalQuality a) (exists (b c t) (and (IndependentContinuant b) (IndependentContinuant c) (qualityOfAt a b t) (qualityOfAt a c t)))) // axiom label in BFO2 CLIF: [057-001] + John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married. + RelationalQuality + a marriage bond, an instance of love, an obligation between one person and another. + b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001]) + r-quality + + + + (iff (RelationalQuality a) (exists (b c t) (and (IndependentContinuant b) (IndependentContinuant c) (qualityOfAt a b t) (qualityOfAt a c t)))) // axiom label in BFO2 CLIF: [057-001] + + + + + + b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001]) + + + + + + + + + + + two-dimensional continuant fiat boundary + + 2d-cf-boundary + TwoDimensionalContinuantFiatBoundary + (iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] + a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001]) + + + + a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001]) + + + + + + (iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] + + + + + + + + + + + zero-dimensional continuant fiat boundary + + (iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] + 0d-cf-boundary + ZeroDimensionalContinuantFiatBoundary + a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001]) + the geographic North Pole + the point of origin of some spatial coordinate system. + the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet + zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona. + + + + (iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] + + + + + + a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001]) + + + + + + requested by Melanie Courtot + zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona. + + + + + + + + + + + + zero-dimensional temporal region + + 0d-t-region + (forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] + A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001]) + ZeroDimensionalTemporalRegion + a temporal region that is occupied by a process boundary + right now + temporal instant. + the moment at which a child is born + the moment at which a finger is detached in an industrial accident + the moment of death. + + + + (forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] + + + + + + A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001]) + + + + + + + + + + + history + + A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001]) + History + history + + + + A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001]) + + + + + + + + + + + Person:Alan Ruttenberg + + + To say that each spatiotemporal region s temporally_projects_onto some temporal region t is to say that t is the temporal extension of s. (axiom label in BFO2 Reference: [080-003]) + To say that spatiotemporal region s spatially_projects_onto spatial region r at t is to say that r is the spatial extent of s at t. (axiom label in BFO2 Reference: [081-003]) + + + To say that each spatiotemporal region s temporally_projects_onto some temporal region t is to say that t is the temporal extension of s. (axiom label in BFO2 Reference: [080-003]) + + + + + + To say that spatiotemporal region s spatially_projects_onto spatial region r at t is to say that r is the spatial extent of s at t. (axiom label in BFO2 Reference: [081-003]) + + + + + + + + + + diff --git a/Sources/Ontologies/Description of a Project DOAP/catalog-v001.xml b/Sources/Ontologies/Description of a Project DOAP/catalog-v001.xml new file mode 100644 index 0000000..5cbe3cf --- /dev/null +++ b/Sources/Ontologies/Description of a Project DOAP/catalog-v001.xml @@ -0,0 +1,4 @@ + + + + diff --git a/Sources/Ontologies/Description of a Project DOAP/doap.rdf b/Sources/Ontologies/Description of a Project DOAP/doap.rdf new file mode 100644 index 0000000..44c5679 --- /dev/null +++ b/Sources/Ontologies/Description of a Project DOAP/doap.rdf @@ -0,0 +1,904 @@ + + + + + + + + + + Description of a Project (DOAP) vocabulary + The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language. + Le vocabulaire Description Of A Project (DOAP, Description D'Un Projet), + décrit en utilisant RDF Schema du W3C et OWL. + El vocabulario Description of a Project (DOAP, Descripción de un Proyecto), descrito usando RDF Schema de W3C + y Web Ontology Language. + Das Vokabular "Description of a Project (DOAP)", beschrieben durch W3C RDF Schema and the Web Ontology Language. + Slovník Description of a Project (DOAP, Popis projektu), popsaný použitím W3C RDF Schema a Web Ontology Language. + Vocabulário de descrição de um Projeto (DOAP - Description of a Project), descrito no esquema (schema) W3C RDF e na Web Ontology Language. + Edd Wilder-James + application/rdf+xml + Copyright © The DOAP Authors + + + + Edd Wilder-James + + + + + + + + + + + Project + Projet + Proyecto + Projekt + Projekt + Projeto + A project. + Un projet. + Un proyecto. + Ein Projekt. + Projekt. + Projeto. + + + + + + + Version + Version + Versión + Version + Verze + Versão + Version information of a project release. + Détails sur une version d'une release d'un projet. + Información sobre la versión de un release del proyecto. + Versionsinformation eines Projekt Releases. + Informace o uvolněné verzi projektu. + Informação sobre a versão do projeto lançado. + + + + + Specification + Especificação + A specification of a system's aspects, technical or otherwise. + A especificação de aspetos, técnicas ou outros do sistema. + + + + + + Repository + Dépôt + Repositorio + Repository + Úložiště + Repositório + Source code repository. + Dépôt du code source. + Repositorio del código fuente. + Quellcode-Versionierungssystem. + Úložiště zdrojových kódů. + Repositório do código fonte. + + + + + Subversion Repository + Dépôt Subversion + Repositorio Subversion + Subversion Repository + Úložiště Subversion + Repositório Subversion + Subversion source code repository. + Dépôt Subversion du code source. + Repositorio Subversion del código fuente. + Subversion Quellcode-Versionierungssystem. + Úložiště zdrojových kódů Subversion. + Repositório Subversion do código fonte. + + + + + + Git Repository + Dépôt Git + Repositorio Git + Git Repository + Úložiště Git + Repositório Git + Git source code repository. + Dépôt Git du code source. + Repositorio Git del código fuente. + Git Quellcode-Versionierungssystem. + Úložiště zdrojových kódů Git. + Repositório Git do código fonte. + + + + + + BitKeeper Repository + Dépôt BitKeeper + Repositorio BitKeeper + BitKeeper Repository + Úložiště BitKeeper + Repositório Bitkeeper + BitKeeper source code repository. + Dépôt BitKeeper du code source. + Repositorio BitKeeper del código fuente. + BitKeeper Quellcode-Versionierungssystem. + Úložiště zdrojových kódů BitKeeper. + Repositório BitKeeper do código fonte. + + + + + + CVS Repository + Dépôt CVS + Repositorio CVS + CVS Repository + Úložiště CVS + Repositório CVS + CVS source code repository. + Dépôt CVS du code source. + Repositorio CVS del código fuente. + CVS Quellcode-Versionierungssystem. + Úložiště zdrojových kódů CVS. + Repositório CVS do código fonte. + + + + + + GNU Arch repository + Dépôt GNU Arch + Repositorio GNU Arch + GNU Arch repository + Úložiště GNU Arch + Repositório GNU Arch + GNU Arch source code repository. + Dépôt GNU Arch du code source. + Repositorio GNU Arch del código fuente. + GNU Arch Quellcode-Versionierungssystem. + Úložiště zdrojových kódů GNU Arch. + Repositório GNU Arch do código fonte. + + + + + + Bazaar Branch + Ramificação Bazaar + Bazaar source code branch. + Código fonte da ramificação Bazaar. + + + + + + Git Branch + Ramificação Git + Git source code branch. + Código fonte da ramificação Git. + + + + + + Mercurial Repository + Repositório Mercurial + Mercurial source code repository. + Repositório Mercurial do código fonte. + + + + + + darcs Repository + Dépôt darcs + Repositorio darcs + Repositório darcs + darcs source code repository. + Dépôt darcs du code source. + Repositorio darcs del código fuente. + Repositório darcs do código fonte. + + + + + + + + + + name + nom + nombre + Name + jméno + nome + A name of something. + Le nom de quelque chose. + El nombre de algo. + Der Name von Irgendwas + Jméno něčeho. + O nome de alguma coisa. + + + + + + + homepage + page web + página web + Homepage + domovská stránka + página web + URL of a project's homepage, + associated with exactly one project. + L'URL de la page web d'un projet, + associée avec un unique projet. + El URL de la página de un proyecto, + asociada con exactamente un proyecto. + URL der Projekt-Homepage, + verbunden mit genau einem Projekt. + URL adresa domovské stránky projektu asociované s právě jedním projektem. + O URL da página de um projeto, + asociada com exactamente um projeto. + + + + + + + + old homepage + ancienne page web + página web antigua + Alte Homepage + stará domovská stránka + página web antiga + URL of a project's past homepage, + associated with exactly one project. + L'URL d'une ancienne page web d'un + projet, associée avec un unique projet. + El URL de la antigua página de un proyecto, + asociada con exactamente un proyecto. + URL der letzten Projekt-Homepage, + verbunden mit genau einem Projekt. + URL adresa předešlé domovské stránky projektu asociované s právě jedním projektem. + O URL antigo da página de um projeto, + associada com exactamente um projeto. + + + + + + + + security policy + URL of the security policy of a project. + + + + + + + created + créé + creado + erstellt + vytvořeno + criado + Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05 + Date à laquelle a été créé quelque chose, au format AAAA-MM-JJ (par ex. 2004-04-05) + Fecha en la que algo fue creado, en formato AAAA-MM-DD. e.g. 2004-04-05 + Erstellungsdatum von Irgendwas, angegeben im YYYY-MM-DD Format, z.B. 2004-04-05. + Datum, kdy bylo něco vytvořeno ve formátu RRRR-MM-DD, např. 2004-04-05 + Data em que algo foi criado, no formato AAAA-MM-DD. e.g. 2004-04-05 + + + + + + short description + description courte + descripción corta + Kurzbeschreibung + krátký popis + descrição curta + Short (8 or 9 words) plain text description of a project. + Texte descriptif concis (8 ou 9 mots) d'un projet. + Descripción corta (8 o 9 palabras) en texto plano de un proyecto. + Kurzbeschreibung (8 oder 9 Wörter) eines Projects als einfacher Text. + Krátký (8 nebo 9 slov) čistě textový popis projektu. + Descrição curta (com 8 ou 9 palavras) de um projeto em texto apenas. + + + + + + description + description + descripción + Beschreibung + popis + descrição + Plain text description of a project, of 2-4 sentences in length. + Texte descriptif d'un projet, long de 2 à 4 phrases. + Descripción en texto plano de un proyecto, de 2 a 4 enunciados de longitud. + Beschreibung eines Projekts als einfacher Text mit der Länge von 2 bis 4 Sätzen. + Čistě textový, 2 až 4 věty dlouhý popis projektu. + Descrição de um projeto em texto apenas, com 2 a 4 frases de comprimento. + + + + + + release + release + release + Release + release + publicação + A project release. + Une release (révision) d'un projet. + Un release (versión) de un proyecto. + Ein Release (Version) eines Projekts. + Relase (verze) projektu. + A publicação de um projeto. + + + + + + + mailing list + liste de diffusion + lista de correo + Mailing Liste + e–mailová diskuse + lista de distribuição de e-mail + Mailing list home page or email address. + Page web de la liste de diffusion, ou adresse de courriel. + Página web de la lista de correo o dirección de correo. + Homepage der Mailing Liste oder E-Mail Adresse. + Domovská stránka nebo e–mailová adresa e–mailové diskuse. + Página web da lista de distribuição de e-mail ou dos endereços. + + + + + + + supporting forum + A forum or community that supports this project. + + + + + + + developer forum + A forum or community for developers of this project. + + + + + + + + category + catégorie + categoría + Kategorie + kategorie + categoria + A category of project. + Une catégorie de projet. + Una categoría de proyecto. + Eine Kategorie eines Projektes. + Kategorie projektu. + Uma categoría de projeto. + + + + + + + license + licence + licencia + Lizenz + licence + licença + The URI of an RDF description of the license the software is distributed under. E.g. a SPDX reference + L'URI d'une description RDF de la licence sous laquelle le programme est distribué. + El URI de una descripción RDF de la licencia bajo la cuál se distribuye el software. + Die URI einer RDF-Beschreibung einer Lizenz unter der die Software herausgegeben wird. z.B. eine SPDX Referenz + URI adresa RDF popisu licence, pod kterou je software distribuován. + O URI de uma descrição RDF da licença do software sob a qual é distribuída. Ex.: referência SPDX + + + + + repository + dépôt + repositorio + Repository + úložiště + repositório + Source code repository. + Dépôt du code source. + Repositorio del código fuente. + Quellcode-Versionierungssystem. + Úložiště zdrojových kódů. + Repositório do código fonte. + + + + + + + + repository of + The project that uses a repository. + + + + + + + + anonymous root + racine anonyme + raíz anónima + Anonymes Root + anonymní kořen + raíz anónima + Repository for anonymous access. + Dépôt pour accès anonyme. + Repositorio para acceso anónimo. + Repository für anonymen Zugriff + Úložiště pro anonymní přístup. + Repositório para acesso anónimo. + + + + + + + browse + visualiser + navegar + browse + prohlížeč + navegar + Web browser interface to repository. + Interface web au dépôt. + Interface web del repositorio. + Web-Browser Interface für das Repository. + Webové rozhraní pro prohlížení úložiště. + Interface web do repositório. + + + + + + module + module + módulo + Modul + modul + módulo + Module name of a Subversion, CVS, BitKeeper or Arch repository. + Nom du module d'un dépôt Subversion, CVS, BitKeeper ou Arch. + Nombre del módulo de un repositorio Subversion, CVS, BitKeeper o Arch. + Modul-Name eines Subversion, CVS, BitKeeper oder Arch Repositorys. + Jméno modulu v CVS, BitKeeper nebo Arch úložišti. + Nome do módulo de um repositório Subversion, CVS, BitKeeper ou Arch. + + + + + + + + + + + + + + + repository location + emplacement du dépôt + lugar del respositorio + Repository Lokation + umístění úložiště + localização do respositório + Location of a repository. + Emplacement d'un dépôt. + lugar de un repositorio. + Lokation eines Repositorys. + Umístění úložiště. + Localização de um repositório. + + + + + + download page + page de téléchargement + página de descarga + Seite zum Herunterladen + stránka pro stažení + página para download + Web page from which the project software can be downloaded. + Page web à partir de laquelle on peut télécharger le programme. + Página web de la cuál se puede bajar el software. + Web-Seite von der die Projekt-Software heruntergeladen werden kann. + Webová stránka, na které lze stáhnout projektový software. + Página web da qual o projeto de software pode ser descarregado. + + + + + + download mirror + miroir pour le téléchargement + mirror de descarga + Spiegel der Seite zum Herunterladen + zrcadlo stránky pro stažení + mirror para download + Mirror of software download web page. + Miroir de la page de téléchargement du programme. + Mirror de la página web de descarga. + Spiegel der Seite von die Projekt-Software heruntergeladen werden kann. + Zrcadlo stránky pro stažení softwaru. + Mirror da página web para fazer download. + + + + + + revision + révision + versión + Version + verze + revisão + Revision identifier of a software release. + Identifiant de révision d'une release du programme. + Indentificador de la versión de un release de software. + Versionsidentifikator eines Software-Releases. + Identifikátor zpřístupněné revize softwaru. + Identificador do lançamento da revisão do software. + + + + + + + file-release + soubor revize + publicação do ficheiro + URI of download associated with this release. + URI adresa stažení asociované s revizí. + URI para download associado com a publicação. + + + + + + wiki + wiki + wiki + Wiki + wiki + wiki + URL of Wiki for collaborative discussion of project. + L'URL du Wiki pour la discussion collaborative sur le projet. + URL del Wiki para discusión colaborativa del proyecto. + Wiki-URL für die kollaborative Dikussion eines Projektes. + URL adresa wiki projektu pro společné diskuse. + URL da Wiki para discussão em grupo do projeto. + + + + + + + bug database + suivi des bugs + base de datos de bugs + Fehlerdatenbank + databáze chyb + base de dados de bugs + Bug tracker for a project. + Suivi des bugs pour un projet. + Bug tracker para un proyecto. + Fehlerdatenbank eines Projektes. + Správa chyb projektu. + Bug tracker para um projeto. + + + + + + screenshots + captures d'écran + capturas de pantalla + Screenshots + snímek obrazovky + capturas de ecrãs + Web page with screenshots of project. + Page web avec des captures d'écran du projet. + Página web con capturas de pantalla del proyecto. + Web-Seite mit Screenshots eines Projektes. + Webová stránka projektu se snímky obrazovky. + Página web com as capturas de ecrãn do projeto. + + + + + + maintainer + développeur principal + desarrollador principal + Projektverantwortlicher + správce + programador principal + Maintainer of a project, a project leader. + Développeur principal d'un projet, un meneur du projet. + Desarrollador principal de un proyecto, un líder de proyecto. + Hauptentwickler eines Projektes, der Projektleiter + Správce projektu, vedoucí projektu. + Programador principal de um projeto, um líder de projeto. + + + + + + + developer + développeur + desarrollador + Entwickler + vývojář + programador + Developer of software for the project. + Développeur pour le projet. + Desarrollador de software para el proyecto. + Software-Entwickler für eine Projekt. + Vývojář softwaru projektu. + Programador de software para o projeto. + + + + + + + security contact + The Agent that should be contacted + if security issues are found with the project. + + + + + + + documenter + rédacteur de l'aide + escritor de ayuda + Dokumentator + dokumentarista + documentador + Contributor of documentation to the project. + Collaborateur à la documentation du projet. + Proveedor de documentación para el proyecto. + Mitarbeiter an der Dokumentation eines Projektes. + Spoluautor dokumentace projektu. + Contribuidor para a documentação do projeto. + + + + + + + translator + traducteur + traductor + Übersetzer + překladatel + tradutor + Contributor of translations to the project. + Collaborateur à la traduction du projet. + Proveedor de traducciones al proyecto. + Mitarbeiter an den Übersetzungen eines Projektes. + Spoluautor překladu projektu. + Contribuidor das traduções para o projeto. + + + + + + + tester + testeur + tester + Tester + tester + controlador + A tester or other quality control contributor. + Un testeur ou un collaborateur au contrôle qualité. + Un tester u otro proveedor de control de calidad. + Ein Tester oder anderer Mitarbeiter der Qualitätskontrolle. + Tester nebo jiný spoluautor kontrolující kvalitu. + Um controlador ou outro contribuidor para o controlo de qualidade. + + + + + + + helper + collaborateur + colaborador + Helfer + spoluautor + colaborador + Project contributor. + Collaborateur au projet. + Colaborador del proyecto. + Projekt-Mitarbeiter. + Spoluautor projektu. + Ajudante ou colaborador do projeto. + + + + + + + programming language + langage de programmation + lenguaje de programación + Programmiersprache + programovací jazyk + linguagem de programação + Programming language a project is implemented in or intended for use with. + Langage de programmation avec lequel un projet est implémenté, + ou avec lequel il est prévu de l'utiliser. + Lenguaje de programación en el que un proyecto es implementado o con el cuál pretende usarse. + Programmiersprache in der ein Projekt implementiert ist oder intendiert wird zu benutzen. + Programovací jazyk, ve kterém je projekt implementován nebo pro který je zamýšlen k použití. + Linguagem de programação que o projeto usa ou é para ser utilizada. + + + + + + + operating system + système d'exploitation + sistema operativo + Betriebssystem + operační systém + sistema operativo + Operating system that a project is limited to. Omit this property if the project is not OS-specific. + Système d'exploitation auquel est limité le projet. Omettez cette propriété si le + projet n'est pas limité à un système d'exploitation. + Sistema opertivo al cuál está limitado el proyecto. Omita esta propiedad si el proyecto no es específico + de un sistema opertaivo en particular. + Betriebssystem auf dem das Projekt eingesetzt werden kann. Diese Eigenschaft kann ausgelassen werden, wenn das Projekt nicht BS-spezifisch ist. + Operační systém, na jehož použití je projekt limitován. Vynechejte tuto vlastnost, pokud je projekt nezávislý na operačním systému. + Sistema operativo a que o projeto está limitado. Omita esta propriedade se o projeto não é condicionado pelo SO usado. + + + + + + + + Implements specification + Especificações para implementação + A specification that a project implements. Could be a standard, API or legally defined level of conformance. + Uma especificação que um projeto implementa. Pode ser uma padrão, API ou um nível de conformidade definida legalmente. + + + + + + + service endpoint + The URI of a web service endpoint where software as a service may be accessed + + + + + + + language + idioma + ISO language code a project has been translated into + Código de idioma ISO do projeto para o qual foi traduzido + + + + + + + vendor + Vendor organization: commercial, free or otherwise + + + + + + + platform + plataforma + Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR + Indicador da plataforma do software (não específico a nenhum SO), ex.: Java, Firefox, ECMA CLR + + + + + + + + audience + audiência + Description of target user base + Descrição do utilizador base alvo + + + + + + + blog + blog + URI of a blog related to a project + URI de um blog relacionado com um projeto + + + + + + + diff --git a/Sources/Ontologies/FOAF/index.rdf b/Sources/Ontologies/FOAF/index.rdf new file mode 100644 index 0000000..68d0700 --- /dev/null +++ b/Sources/Ontologies/FOAF/index.rdf @@ -0,0 +1,609 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Label Property + A foaf:LabelProperty is any RDF property with texual values that serve as labels. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/GFO/gfo-basic-renamed.owl b/Sources/Ontologies/GFO/gfo-basic-renamed.owl new file mode 100644 index 0000000..cf26f5f --- /dev/null +++ b/Sources/Ontologies/GFO/gfo-basic-renamed.owl @@ -0,0 +1,1505 @@ + + + + + + + + + + + +]> + + + + + Copyright (c) 2006-2008, Regents of the Research Group Ontologies in Medicine (Onto-Med), University of Leipzig, Germany. + All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list + of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list + of conditions and the following disclaimer in the documentation and/or other + materials provided with the distribution. + + 3. Neither the name of the Research Group Ontologies in Medicine (Onto-Med), University + of Leipzig nor the names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER + IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Version 1.0 ($Revision: 1.2 $) + This file belongs to the OWL distribution of GFO, cf. http://www.onto-med.de/ontologies/gfo. +----------------- + +It comprises a set of selected major and rather stable GFO categories, with the intention to serve as a comprehensible starting point which + +1. should be useful for immediate modeling purposes, +2. covers GFO's areas and exhibits outstanding GFO features +3. omits categories of more theoretical character or those which are easily definable + +Categories of the third kind will be provided in separate extensions. + +----------------- + +In some comments, references to documents are used. These refer to several versions of the following report: + +Herre, H.; Heller, B.; Burek, P.; Hoehndorf, R.; Loebe, F. & Michalek, H.. General Formal Ontology (GFO): A Foundational Ontology Integrating Objects and Processes. Part I: Basic Principles. Research Group Ontologies in Medicine (Onto-Med), University of Leipzig. + +[herre-h-2006--a]: Version 1.0, Onto-Med Report Nr. 8, 01.07.2006 +[part1-v1.0.1] Version 1.0.1., Draft, 14.02.2007 + + + + + + + + + + + + + + + + + + + + + abstract has-part + Abstract has-part is the inverse of the abstract part-of relationship. +[FL, 2008-02-28] + + + + + + + + + abstract part-of + The abstract part-of relation is denoted by p(x,y); the argument-types of this relation are not specified, i.e. we allow arbitrary entities to be arguments. We assume that p(x,y) satisfies the condition of a partial ordering, .i.e. the following axioms: reflexivity, antisymmetry and transitivity. +[RH, 2006 based on herre-h-2006--a, p.44] + + + + + + + + + + boundary of + "Boundary of" connects boundaries to the entities which they bind. +[FL, 2008-02-28] + + + + + + + + + + + coincides with + Coincidence is a relationship between space boundaries or time boundaries, respectively. Intuitively, two such boundaries are coincident if and only if they occupy “the same” space, or point in time, but they are still different entities. +[herre-h-2006--a, p.46] + + + + + + + + + + + + + + + + + + + + + + + + + depends on + This relation captures the notion of existential dependence. +[RH, 2006] + + + + + + + + + exhibits + In the GFO-account of persistence, perpetuants exhibit presentials, i.e., the former ``exist through'' the latter at the time where the presential exists. With respect to persistants, presentials instantiate persistants. +[FL, 2008-07-10] + + + + + + + + + + + exists at + Presentials exist at a single time boundary. + + + + + + + + + + framed by + A presential is framed by a spatial region if the location which the presential occupies is a spatial part of that region. +[FL, 2008-02-27, based on herre-h-2006--a, p. 21] + + + + + + + + + + + frames + A spatial region frames a presential if the location which the presential occupies is a spatial part of that region. +[FL, 2008-02-27, based on herre-h-2006--a, p. 21] + + + + + + + + + + + has boundary + The has-boundary relation connects entities with their boundaries, e.g. chronoids to time boundaries, topoids to surfaces, etc. +[FL, 2008-02-28] + + + + + + + + + + + has left time boundary + Temporal regions have exactly one extremal left time boundary. +[FL, 2008-02-28] + + + + + + + + + + + + has-part + The inverse of part-of. +[FL, 2008-02-28] + + + + + + + + + + has participant + Temporally extended entities have participants. +[FL, 2008-02-28] + + + + + + + + + + + + + + + + + + + + + has proper part + The inverse of proper part-of. +[FL 2008-02-28] + + + + + + + + + + + has property + Entities can have properties. In GFO, properties are individualized, and "has property" links an entity to its particular property. +[FL, 2008-02-28] + + + + + + + + + + + + + has right time boundary + Temporal regions have exactly one extremal right time boundary. +[FL, 2008-02-28] + + + + + + + + + + + has role + The inverse of role of. +[FL, 06.07.2008] + + + + + + + + + + + + + has spatial boundary + Space entities may have spatial boundaries. +[FL, 2008-02-28] + + + + + + + + + + + + has temporal part + The inverse of temporal part-of. +[FL, 2008-03-13] + + + + + + + + + + + has time boundary + Temporal regions have temporal boundaries. +[FL, 2008-02-28] + + + + + + + + + + + + has token + The specific relation from a symbol structure (a category in GFO) to an entity seen as an occurrence of that symbol structure, as a token of it. +[FL 2008-02-28] + + + + + + + + + + + + instance of + The instantiation relation holds between an entity and a category. Put differently, the category is predicated of that entity, the entity is the instance of that category. Entities of all kinds can be instances, which results in categories which have individuals as instances or categories which may have categories as instances, such as "species". +[FL, 2008-02-28] + + + + + + + + + + + instantiated by + Inverse of instance of. +[FL, 2008-02-28] + + + + + + + + + + + + left boundary of + Left boundary of a temporal region. +[FL, 2008-02-28] + + + + + + + + + + necessary for + An entity is necessary for another one if the latter is required for the former to exist. +[FL 2008-02-28] + + + + + + + + + occupied by + Presentials exist in space, and the space entity occupied by a presential is uniquely determined (where a fixed granularity is assumed). +[FL, 2008-02-27 based on herre-h-2006--a, p.21] + + + + + + + + + + + + + occupies + Presentials exist in space, and the space entity occupied by a presential is uniquely determined (where a fixed granularity is assumed). +[FL, 2008-02-27 based on herre-h-2006--a, p.21] + + + + + + + + + + + + part of + The relation between parts and wholes. +The union of several domain-specific part-of relationships not contained explicitly in gfo-basic, like spatial part-of or part-of among material structures. +[FL, 2008-03-13] + + + + + + + + + + + + + + + + + + + + + + + + + participates in + Intuitively, objects participate in processes, for instance. In GFO, participation accommodates the GFO approach to persistence, i.e., at least presentials can participate in processes. Moreover, it is useful to extend the notion of participation also to other temporally extended entities. +[FL, 2008-02-28] + + + + + + + + + + + + + + + + + + + + played by + The inverse of plays-role. +[FL, 06.07.2008] + + + + + + + + + + + + plays role + Entities can play roles with respect to some other entity which provides a context for that role. The plays-role relationship links an entity with its role. +[FL, 2008-02-28] + + + + + + + + + + + projection of + If, for instance, a process happens during a certain time, i.e., some temporal region, that region is the projection of that process (to time). +[FL, 2008-02-28] + + + + + + + + + + projects to + Links an entity to its temporal extension. +Entities which are in time are related to the corresponding temporal regions by projects to. Moreover, entities related to others which are in time may likewise project to temporal regions. +[FL, 2008-02-28] + + + + + + + + + + + proper part of + The irreflexive variant of part-of. +[FL 2008-02-28] + + + + + + + + + property of + Links properties to their bearers. +[FL, 2008-02-28] + + + + + + + + + + + right boundary of + Right boundary of a temporal region. +[FL, 2008-02-28] + + + + + + + + + role of + The relationship between a role and its context. Typically, the nature of the context determines that of the roles, which are in some sense a part of that context. E.g., processes form the context for certain roles (processual roles), such that the latter are recognizable as processes. +[FL, 2008-02-28] + + + + + + + + + + + + spatial boundary of + Spatial boundaries may bound spatial entities. +[FL, 2008-02-28] + + + + + + + + + + + + temporal part-of + A part-of relationship between two time entities. Time-boundaries cannot have parts. +[FL, 2008-03-13] + + + + + + + + + + + + + + + + + + + + + time boundary of + Time boundaries bound temporal regions. +[FL, 2008-02-28] + + + + + + + + + + + token of + Inverse of the has token relations. +[FL, 2008-02-28] + + + + + + + + + + + + + + + + Abstract + + + + Abstract individuals are independent from time and space (they are not in time and space). +Examples: the number "2" or pi. +[RH, 2006] + + + + + + + + Amount of substrate + + An amount of substrate is a presential, namely the matter of some material object. Amounts of substrate follow different identity criteria than material objects, i.e., they instantiate different persistants. + +Appropriate connotations of "amount of substrate" are "stuff" (in the common understanding) or "mass term" (in linguistics). + +[FL, 2008-03-13] + + + + + + + + Category + + Categories satisfy the following conditions: (1) Categories can be instantiated; (2) Categories can be predicated of other entities. +Categories are defined intensional-with-an-s. They are, therefore, closely related to language. +[RH, 2006] + + + + + + + + Change + + + + [part1-v1.0.1, p. 30] + A change refers to a structure centered around two presentials, which are boundaries of one and the same process. If they exist at coinciding time boundaries, the change comes close to notions in the literature like "punctual" or "instantaneous event" as well as "moment" (in a temporal reading). Alternatively, the presentials may be boundaries at the opposite ends of a process of arbitrary extension. + +Either notion of change is relative to contradictory conditions between which a transition takes place. These conditions refer to some collection of pairwise disjoint subcategories of one category. + +[FL, 2008-03-13] + + + + + + + + Chronoid + + + + + + 1 + + + + + + + 1 + + + Chronoids are entities sui generis. + +Every chronoid has exactly two extremal and +infinitely many inner time boundaries which are +equivalently called time-points. + + + + + + + + Concept + + + + Concepts are categories that are expressed by linguistic signs and are present in someone’s mind. +[herre-h-2006--a, p.6] + + + + + + + + Concrete + + + Concrete individuals have a relation to time or space (they are in time and space). + + + + + + + + Continuous change + + + [part1-v.1.0.1, p.30-31] + A continuous change is a change such that +(1) its process boundaries exist at non-coincident time-boundaries, +(2) any two non-coincident process boundaries of its process are distinguished with respect to the reference category and +(3) any two coincident process boundaries exhibit no such distinction, i.e., no discrete changes of the same reference category. +[FL, 2008-03-13] + + + + + + + + Continuous process + + A process is a continuous process if it can be partitioned such that the partition contains only states or processes within a continuous change. Those states and changes must be based on the same reference category. +[FL, 2008-03-13] + + + + + + + + Discrete change + + A discrete change is a change at coincident time boundaries, for which a recognizable difference exists. That means, there is a category with two disjoint sub-categories such that each of these is instantiated by exactly one of the process boundaries in the change. +[FL, 2008-03-13] + + + + + + + + Discrete process + + Discrete processes have a partitioning into an alteration of discrete changes and states. +[FL, 2008-03-13] + + + + + + + + Entity + + Everything is an entity, i.e., entity is the category which everything instantiates. +[FL, 2008-02-27] + We use the term entity for everything that exists where existence is understood in the broadest sense. +[part1-v1.0.1, p.5] + + + + + + + + Event + + + Events are processual structures comprising a process, and one of its extremal process boundaries. The latter must further satisfy a condition which differs from the condition applicable to all other boundaries of the process. I.e., the extremal boundary instantiates a sub-category of the event's reference category which is disjoint with that category instantiated by the remaining process boundaries. [FL, 2008-03-13] + [part1-v1.0.1, p.31-32] + + + + + + + + History + + Histories are processual structures which consist of a process and a number of presentials which are constituents of the boundaries of that process. +[FL, 2008-03-13] + + + + + + + + Individual + Individuals are entities that are not instantiable. +[herre-h-2006--a, p.19] + + + + + + + + Left time boundary + + + + + + + + + + + + + + see time boundary description +[FL, 2008-02-27] + + + + + + + + Line + + + + + + + + Surfaces are bound by lines. +[FL, 2008-07-27] + + + + + + + + Material boundary + + + + + + + + + + + + + + + A material entity which depends on a material object and occupies a spatial boundary. +[FL, 2008-02-27] + + + + + + + + Material object + + + + + + + + A material structure is an individual which satisfies the following conditions: +it is a presential, it occupies space, it is a bearer of qualities, but other entities cannot have +it as quality, and it consists of an amount of substrate, and it instantiates a persistant ("has identity"). + + + + + + + + Occurrent + + + The category of occurrents comprises several categories that can be derived from processes. +[FL, 2008-03-06 based on part1-v.1.0.1, p.30] + NOTE: In earlier versions, "Occurrent" denoted the category named "Processual Structure" herein. +[FL, 2008-03-13] + + + + + + + + Perpetuant + + A perpetuant is a concrete individual which persists through time and exhibits presentials. +[FL, 06.03.2008] + + + + + + + + Point + + + + + + + + Lines are bound by points. +[FL, 2008-02-27] + + + + + + + + Presential + + + + + + + + + A presential exists wholly at exactly one time boundary. + + + + + + + + Process + + + + + + + + Processes are directly in time, they develop over and unfold in time. Processes have characteristics which cannot be captured by a collection of time boundaries. In particular, processes exhibit internal coherence. +[FL, 2008-03-13] + + + + + + + + Processual Structure + + The category of processual structures centers around the more intuitive notion of processes. It captures processes themselves and occurrents, i.e., primarily structures of several other kinds that can be derived from processes. +[FL, 2008-03-13 based on part1-v1.0.1, p.30] + + + + + + + + Processual role + + + + + + + + + + + Processual roles are roles with a process as context, and they are dependent processes. +[FL, 2008-02-27] + A processual role corresponds to the manner in which a single participant behaves in some process. +[herre-h-2006--a, p.38] + + + + + + + + Property + + + A property is a dependent entity which another entities has, i.e., that entity exhibits its property. Other common terms for property in natural language are characteristic, feature, quality, etc. +[FL, 2008-02-27] + + + + + + + + Relational role + + + + + + + + + + + + + + + + A relational role corresponds to the way in which an argument participates in some relation. +[herre-h-2006--a, p.38] + + + + + + + + Relator + + A relator mediates between or connects entities. It is a dependent entity which depends on those entities connected. +[FL, 2008-03-13] + + + + + + + + Right time boundary + + + + + + + + + + + + + see time boundary description +[FL, 2008-02-27] + + + + + + + + Role + + A role corresponds to the involvement of some entity (the player of the role) within another entity (the context of the role). +Examples of role terms: student, patient, runner, reader, factor. +[FL, 2008-02-27] + + + + + + + + Social role + + A social role corresponds to the involvement of a social object within some society. +[herre-h-2006--a, p.38] + + + + + + + + Space entity + + + Spatial entities in GFO are analyzed according to the ideas of Franz Brentano. Starting from connected three-dimensional entitites (topoids), related spatial entities can be distinguished. +[FL, 2008-02-27] + [herre-h-2006--a, sect. 5.2] + + + + + + + + Space time entity + + A space-time-entity is something in which concrete entities can be located. +[FL, 2008-02-27] + + + + + + + + Spatial boundary + + + + + + + + + Boundaries of regions are surfaces, boundaries of +surfaces are lines, and boundaries of lines are +points. As in the case of time-boundaries, spatial +boundaries have no independent existence, i.e. they depend on the +spatial entity of which they are boundaries. + + + + + + + + Spatial region + + Space regions are mereological sums of topoids. + + + + + + + + State + + [part1-v1.0.1, p.34] + A process is a state with respect to a category iff every of its process boundaries instantiates that category. +[FL, 2008-03-13] + + + + + + + + Surface + + + + + + + + Topoids are bounded by surfaces. +[FL, 2008-02-27] + + + + + + + + Symbol structure + + + Symbolic structures are signs or texts that may be instantiated by tokens. +[herre-h-2006--a, p.6] + + + + + + + + Temporal region + + + Time Regions are defined as the mereological sum of chronoids, +i.e. time regions may consist of non-connected intervals of time. + + + + + + + + Time entity + + The time model of GFO is based on Brentano and the glass continuum of Allen&Hayes. + + + + + + + + Time boundary + + + + + + + + + + + + + + + + Time boundaries depend on a chronoids and can coincide. + +Left time boundaries, if viewed from the perspective of bounding a specific chronoid, are those which are earlier than any inner or right time boundary of that chronoid. On the other hand, within a pair of coincident time boundaries, a left time boundary is later than the right time boundary in that pair. + +[FL, 2008-02-27] + + + + + + + + Topoid + + Topoids are connected compact regions of space. They have spatial boundaries. + + + + + + + + Universal + + Universals are immanent categories. They exist in re. +[FL, 2008-02-27] + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/GFO/gfo.owl b/Sources/Ontologies/GFO/gfo.owl new file mode 100644 index 0000000..c809e9b --- /dev/null +++ b/Sources/Ontologies/GFO/gfo.owl @@ -0,0 +1,1228 @@ + + + + + + + +]> + + + + + Copyright (c) 2006, Regents of the Research Group Ontologies in Medicine (Onto-Med), University of Leipzig, Germany. + All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list + of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list + of conditions and the following disclaimer in the documentation and/or other + materials provided with the distribution. + + 3. Neither the name of the Research Group Ontologies in Medicine (Onto-Med), University + of Leipzig nor the names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER + IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Version 1.0 ($Revision: 1.9 $) + + + + + Abstract individuals are independent from time and space (they are not in time and space). +Examples: the number "2" or pi. + + + + + + + Actions are occurents which are caused by some presential (the agent) at every (inner and outer) time-boundary of the chronoid framing the occurent. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Categories satisfy the following conditions: (1) Categories can be instantiated; (2) Categories can be predicated of other entities. +Categories are defined intensional-with-an-s. They are, therefore, closely related to language. + + + + + + A change in the technical sense refers to a pair of process +boundaries. Either at coinciding boundaries (then it comes close to +notions like ``punctual'' or ``instantaneous event'' as well as +``moment'' -- in a temporal reading), or at boundaries at the opposite +ends of a process of arbitrary extension. + +The notion of change is relative to contradictory conditions +between which a transition takes place. These contradictions refer to +some collection of pairwise disjoint universals. + + + + + + + + + + + + + + + + + Chronoids are entities sui generis. + +Every chronoid has exactly two extremal and +infinitely many inner time boundaries which are +equivalently called time-points. + + + + + + + + + + + Concrete individuals have a relation to time or space (they are in time and space). + + + + + + + We consider a collection of presential facts which exist at the same time-boundary. Such collections may be considered themselves as presentials, and we call them configurations. + +It is further required that configurations contain at least one material object. + + + + + + + Configuroids are, in the simplest case, integrated wholes made up of material structure processes and property processes. + + + + + + + + + + + + + + + For the purpose of formalizing continuous changes, a minimal chronoid universal D(c) is employed in order to capture the idea of observable differences during certain chronoids, whereas the change itself does not allow the observation of a difference. The predicate change(e1,e2, u1, u2, u, D(c)) is intended to formalize this approach. Continous changes occur over time (a chronoid). + + + + + + Processes where all non-coinciding internal boundaries are intrinsic changes. +These turn out as purely continuous processes, described e.g. +in physics by differential equations. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Discrete processes are made up of alterations of extrinsic changes and states. + + + + + + + Everything which exists is called an entity. + + + + + + + + Deprecated. Extrinsic changes are represented by change(e1,e2, u1, u2, u), where e1 and e2 are a pair of coincident process boundaries, and u1 and u2 are disjoint sub-universals of u. + + + + + + A function F is a universal (conceptual structure) defined in purely teleological terms with respect to a given goal G which commonly is ascribed by means of has-function relation to entities that are the realizations of the function F, execute such a realization or are intended to do it. + + + + + Histories consist of a number of process boundaries. + +We assume that any history can be embedded into a process, which then +forms a foundation of the history. If it were not for this foundation, +one would face the problem of singling out the right boundaries in +order to get a natural history: It is not sensible to measure the +temperature of a patient first, then determine his weight, followed by +measuring his blood pressure and to consider these strangely arbitrary +process boundaries as a history of the patient's body data. + + + + + + + + + + + + Individuals are entities which cannot be further instantiated. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Instantanuous changes are represented by change(e1,e2, u1, u2, u), where e1 and e2 are a pair of coincident process boundaries, and u1 and u2 are disjoint sub-universals of u. Instantanuous changes are therefore changes of properties on two coinciding time boundaries. + + + + + + Deprecated. +For the purpose of formalizing intrinsic changes, a minimal chronoid universal D(c) is employed in order to capture the idea of observable differences during certain chronoids, whereas the change itself does not allow the observation of a difference. The predicate change(e1,e2, u1, u2, u, D(c)) is intended to formalize this approach. + + + + + + An item is everything which is not a set. Also called ur-element. + + + + + + + + + + + + + + + + + + + + An ontological level, which is sth. more restricted and "part of" some gfo:Stratum. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A material structure is an individual which satisfies the following conditions: +it is a presential, it occupies space, it is a bearer of qualities, but other entities cannot have +it as quality, and it consists of an amount of substrate, and it instantiates a persistant ("has identity"). + + + + 1 + + + + + + + + + + + + + + + Material persistants are particular universals whose instances are +material structures; they are related to those entities which are called +sometimes continuants or objects, as apples, cars or houses. +Material persistants capture the phenomenon of persistance through time of a material +object. A material persistant P satisfies a number of neccessary conditions. For every +material persistant P there exists a process P such that +the set of instances of P coincides with the set of process-boundaries +of P. This implies the existence of a chronoid c +such that for every time-point t of c there exists exactly +one instance of P at time point t. + + + + + + + + + + + + + + + + + + + + + + + According to (Poli,2001), the basic structure of the material stratum is a distinction of physical, chemical and biological levels. +These levels can be further refined. + + + + + + + + + + + + + + + + + + + + + + In accordance with the work of R. Poli, we divide the +psychological/mental stratum into the layer of +awareness and the layer of +personality. Awareness comprises most +of what is studied by cognitive science (perception, memory, +reasoning, etc). Personality on the other hand concerns the phenomenon +of will and the way in which someone reacts to her experiences. + + + + + Occurents have temporal parts and thus cannot be present at a time-boundary. Time +belongs to them, because they happen in time and the time of the occurent +is built into it. The relation between an occurent and a chronoid is +determined by the projection relation. + +Occurents are also called generalized processes in the GFO. + + + + + + Ontological_layer, all of its subconcepts and the properties layer_of and on_layer are work in progress in a premature beta state. + a collective term for gfo:stratum and gfo:level + + Beta + + + + Persistants are GFO's way to capture identity over time. + +GFO pursues an approach which +accounts for persistence by means of a suitable +universal whose instances are presentials. Such universals are called +persistants. These do not change and they can be used to +explain how presentials which have different properties at different +times can nevertheless be the same. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A presential exists wholly at exactly one time boundary. + + + + + + + + + + + 1 + + + + + + + + Processes are a special kind of occurent. Processes are directly in time, they have characteristics which cannot be captured by a collection of time boundaries. + + + + + + + Processual roles are dependent processes. They are roles with a process as context. + + + + + + + + + + + + + + + + + + + + The concept of a property value reflects a relationship between the property of x and the same property as exhibited by another entity y. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Set is a category pertaining to the individuals in the ZFC set theory. + + + + + + A situation is a special configuration which can be comprehended as a whole and satisfies certain conditions of unity, which are imposed by relations and categories associated with the situation. Herein, we consider situations to be the most complex kind of presentials. + + + + + Situoids are processes whose boundaries are situations and which satisfy certain principles of coherence, comprehensibility, and continuity. They are regarded as the most complex integrated wholes of the world. A situoid is, intuitively, a part of the +world which is a coherent and comprehensible whole and does not need other entities in order to exist. Every situoid has a temporal extent and is framed by a topoid. + + + + + + + + + + + + On the one hand, the social stratum is +divided into Agents and +Institutions. Agents are the bearers of the social +roles that humans play. Institutions are defined as systems of +interrelated social components. On the other hand, a social system can +be seen as a network in which businesses, politics, art, language (and +many other facets) both present their own features and +influence each other. + + + + + GFO uses Brentano space. + + + + + + + + + + + + Boundaries of regions are surfaces, boundaries of +surfaces are lines, and boundaries of lines are +points. As in the case of time-boundaries, spatial +boundaries have no independent existence, i.e. they depend on the +spatial entity of which they are boundaries. + + + + + + + + + + + + Space regions are mereological sums of topoids. + + + + + + A process without an instantanuous change at any of its inner time boundaries is called a state. + + + + + According to (Poli, 2001, 2002) (based +on the philosopher Hartmann) we distinguish at least three ontological +strata of the world: the material stratum, the +mental/psychological stratum, and the +social stratum stratum. + +Every entity of the world participates in certain +strata and levels. We take the position that the layers are +characterized by integrated systems of categories. Hence, a layer can +be understood as a meta-category whose instances are categories of +certain kinds. Among these levels specific forms of categorial and +existential dependencies hold. For example, a mental entity requires +an animate material object as its existential bearer. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Time Regions are defined as the mereological sum of chronoids, +i.e. time regions may consist of non-connected intervals of time. + + + + + + The time model of GFO is based on Brentano and the glass continuum of Allen&Hayes. + + + + + + Time boundaries depend on a chronoids (i.e. they have no independent +existence) and can coincide. + + + + + + + + + + + + + + + + + + + + + + Topoids are connected compact regions of space. They have spatial boundaries. + + + + + Universals are immanent universals. They exist in re. + + + + + + + + + + + + + Property values usually appear in groups which are called value structures, value spaces or measurement systems. +Each of these structures corresponds to some property. More intuitively, one could say that the property may be measured with respect to some measurement system. +For instance, sizes may be measured with the values ``small'' ``big'' or ``very big'', which are the elements of one value structure. + +The notion of a value structure of a property is similar to a quality dimension in (Gardenfors, 2000). + +Further, value structures are related to quality spaces in DOLCE (Masolo, 2003}. A quality space consists of all ``quales'' (our property values) of some ``quality'' (our property). + +Often it seems to be the case that a notion of distance can be defined, and that certain layers of value structures are isomorphic to some subset of real numbers, which allows for a mapping of values to pairs of a real number and a unit, as in the case of ``10 kg''. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The abstract part-of relation is denoted by p(x,y); +the argument-types of this relation are not specified, i.e. we allow +arbitrary entities to be arguments. We assume that p(x,y) satisfies +the condition of a partial ordering, .i.e. the following axioms: reflexivity, antisymmetry and transitivity. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This relation captures the notion of existential dependence. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "goal" here refers to "final state" in (Burek, 2006). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The instantiation relation holds between a category and an item. It is not a relation between categories and individuals due to higher order categories such as "species". + + + + + + + + + + + + + + + + + + + Left boundary of a chronoid. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "requirement" here refers to "initial state" in (Burek, 2006). + + + + + + + + Right boundary of a chronoid. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/MR-MPS-SW.owl b/Sources/Ontologies/MR-MPS-SW.owl new file mode 100644 index 0000000..122832d --- /dev/null +++ b/Sources/Ontologies/MR-MPS-SW.owl @@ -0,0 +1,16558 @@ + + + + + + + +]> + + + + + + + + + + + Alessandro Viola Pizzoleto + + + + 0.6 + + - Revisão das RAP's + + + + 0.3 + + - Revisão do Processo Gerência de Requisitos + + + + 0.5 + + - Garantia da Qualidade + - Medição + - Gerência de Portifólio de Projeto + - Aquisição + + + + 1.0 + + - Atualização com as novas informações das guias 2012 do MPS.Br + + + + 0.2 + + - Revisão dos Atributos + - Revisão dos Níveis + - Revisão do Processo Gerência de Projetos + + + + 1.2 + + - Definição da versão Beta + + + + 0.4 + + - Revisão da Gerência de Configuração + + + + 0.1 + + - Criação da Ontologia + + + + 1.1 + + - Todas a propriedades passaram a ser transitivas + - Ajuste nos nomes das classes + - Identificação de novos relacionamentos + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alta + + + + + Média Alta + + + + + Verdadeiro + + + + + Verdadeiro + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #AQU1 + As necessidades de aquisição, as metas, os critérios de aceitação do produto, os tipos e a estratégia de aquisição são definidos. + + + + #AQU1 + 13.1.1.0 + + + + #AQU1 + AQU 1 + + + + #AQU2 + Os critérios de seleção do fornecedor são estabelecidos e usados para avaliar os potenciais fornecedores. + + + + #AQU2 + 13.1.2.0 + + + + #AQU2 + AQU 2 + + + + #AQU3 + O fornecedor é selecionado com base na avaliação das propostas e dos critérios estabelecidos. + + + + #AQU3 + 13.1.3.0 + + + + #AQU3 + AQU 3 + + + + #AQU4 + Um acordo que expresse claramente as expectativas, responsabilidades e obrigações de ambas as partes (cliente e fornecedor) é estabelecido e negociado entre elas. + + + + #AQU4 + 13.1.4.0 + + + + #AQU4 + AQU 4 + + + + #AQU5 + Um produto que satisfaça a necessidade expressa pelo cliente é adquirido baseado na análise dos potenciais candidatos. + + + + #AQU5 + 13.1.5.0 + + + + #AQU5 + AQU 5 + + + + #AQU6 + A aquisição é monitorada de forma que as condições especificadas sejam atendidas, tais como custo, cronograma e qualidade, gerando ações corretivas quando necessário. + + + + #AQU6 + 13.1.6.0 + + + + #AQU6 + AQU 6 + + + + #AQU7 + O produto é entregue e avaliado em relação ao acordado e os resultados são documentados. + + + + #AQU7 + 13.1.7.0 + + + + #AQU7 + AQU 7 + + + + #AQU8 + O produto adquirido é incorporado ao projeto, caso pertinente. + + + + #AQU8 + 13.1.8.0 + + + + #AQU8 + AQU 8 + + + + #AcaoCorretivaNoPortifolio + 15.10.0.0 + + + + #AcaoCorretivaNoPortifolio + Ações corretivas para o portifólio + + + + #AcaoEItem + 17.9.0.0 + + + + #AcaoEItem + Identificar o item de não-conformidade com a ação corretiva + + + + #AceiteDeRequisito + 15.1.0.0 + + + + #AceiteDeRequisito + Accept Requirements + + + + #AceiteDeRequisito + Aceite dos requisitos + + + + #AcessoRemoto + 6.12.0.0 + + + + #AcessoRemoto + Infraestrutura para acesso remoto ao repositório da contratante + + + + #AcoesCorretivasParaProjeto + 15.11.0.0 + + + + #AcoesCorretivasParaProjeto + Ações corretivas para o projeto + + + + #AcompanhaAcoesInconsitenciaRequisito + 10.2.0.0 + + + + #AcompanhaAcoesInconsitenciaRequisito + Acompanhar ações corretivas de inconsistência dos requistos até resolver + + + + #AcompanhaRiscos + 10.1.0.0 + + + + #AcompanhaRiscos + Acompanhamento dos riscos documentados + + + + #AcompanharCorrecao + 17.1.0.0 + + + + #AcompanharCorrecao + Acompanhar correção da não-conformidade até sua solução + + + + #AcompanharPlanejado + 10.3.0.0 + + + + #AcompanharPlanejado + Acompanhar o que foi planejado + + + + #AcordoDePrestacaoDeServico + 15.2.0.0 + + + + #AcordoDePrestacaoDeServico + Acordo de prestação de serviços + + + + #Adaptacao + Apresenta adaptações pelas quais a empresa e seus funcionários devem passar para que possa implementar os conceitos do MR-MPS. + + + + #Adaptacao + 1.0.0.0 + + + + #Adaptacao + Adaptações + + + + #AdequacaoDoTrabalho + Organização que trabalham com evolução de produtos precisam adequar sua forma de trabalho para se tornarem organizações orientadas a projetos. +Ser orientada a projetos significa redefinir algumas operações.já em andamento. + + + + #AdequacaoDoTrabalho + 18.1.0.0 + + + + #AdequacaoDoTrabalho + Adequar forma de traballho + + + + #AderenciaDoProduto + 15.3.0.0 + + + + #AderenciaDoProduto + Aderência do produto + + + + #AdicionarAnalise + 18.11.0.0 + + + + #AdicionarAnalise + Novas análises pode ser inseridas + + + + #AdotarMaisDeUm + 18.2.0.0 + + + + #AdotarMaisDeUm + Adotar mais de um ciclo de vida para o projeto + + + + #AlinhamentoEstrategico + - Identificação e seleção de critérios de avaliação estabelecendo pesos para avaliação dos projetos e programas +- Hierarquização de projetos e programas +- Estabelecimento da responsabilidade pelo gerenciamento dos projetos + + + + #AlinhamentoEstrategico + 9.1.0.0 + + + + #AlinhamentoEstrategico + Alinhamento estratégico + + + + #AlocacaoDeRecurso + 18.3.0.0 + + + + #AlocacaoDeRecurso + Alocar os recursos de acordo com o planejamento + + + + #AlteraAtividade + 1.1.0.0 + + + + #AlteraAtividade + Alteração de atividade + + + + #AlteraFerramenta + 1.3.0.0 + + + + #AlteraFerramenta + Alteração de ferramental + + + + #AlteraMedida + 1.2.0.0 + + + + #AlteraMedida + Alteração de medição + + + + #AlteraProcedimento + 1.4.0.0 + + + + #AlteraProcedimento + Alteração de procedimento + + + + #AlteraProcesso + 1.6.0.0 + + + + #AlteraProcesso + Alteração em processo + + + + #AlteraTecnica + 1.5.0.0 + + + + #AlteraTecnica + Alteração de técnica + + + + #AlterarProcessoDescrito + 17.2.0.0 + + + + #AlterarProcessoDescrito + Alterar o processo descrito deixando mais eficaz + + + + #AnalisaImpacto + 9.2.0.0 + + + + #AnalisaImpacto + Analisar o impacto das mudanças + + + + #AnaliseDeImpacto + 17.3.0.0 + + + + #AnaliseDeImpacto + Analisar impacto da modificação + + + + #AnaliseDeViabilidadeDoProjeto + 15.4.0.0 + + + + #AnaliseDeViabilidadeDoProjeto + Analise de viabilidade do projeto + + + + #AnalistaDeDesenvolvimento + Programadores de sistemas ou analistas desenvolvedores de aplicativos projetam, implantam sistemas aplicativos específicos ou básicos e preparam os computadores para que eles recebam e executem os comandos necessários. +Dependendo de sua formação ou experiência, eles próprios desenvolvem a teoria ou trabalham a partir do esquema proposto pelos analistas de sistemas. +Para executar esse serviço, têm que conhecer muito bem o funcionamento dos computadores e as várias linguagens dos programas arquivados em sua memória. +Podem especializar-se em elaborar programas para trabalhos específicos de engenharia, ciências, administração de negócios. + + + + #AnalistaDeDesenvolvimento + 11.1.0.0 + + + + #AnalistaDeDesenvolvimento + Analista de desenvolvimento + + + + #AnalistaDeSistema + O analista de sistemas ou atualmente mais conhecido como sistematizador de informações, é aquele que tem como finalidade realizar estudos de processos computacionais para encontrar o melhor e mais racional caminho para que a informação possa ser processada. +Este profissional estuda os diversos sistemas existentes entre hardwares (equipamento) e softwares (programas) e o usuário final, incluindo seus comportamentos e aplicações. +A partir dessa conexão, desenvolve soluções que serão padronizadas e transcritas da forma que o computador possa executar. +Assim, cabe ao analista de sistemas, parte da organização, implantação e manutenção de aplicativos e redes de computadores. + + + + #AnalistaDeSistema + 11.2.0.0 + + + + #AnalistaDeSistema + Analista de sistema + + + + #AnalistaDeTeste + Responsável por inicialmente identificar e posteriormente definir os testes necessários, monitorar a abrangência dos testes e avaliar a qualidade geral obtida ao testar os Itens de Teste-alvo. +Este papel também envolve a especificação dos Dados de Teste necessários e a avaliação do resultado dos testes conduzidos em cada ciclo de teste. +Às vezes, este papel também é denominado Designer de Teste ou considerado parte do papel Testador + + + + #AnalistaDeTeste + 11.3.0.0 + + + + #AnalistaDeTeste + Analista de teste + + + + #Ap11 + Está diretamente relacionado ao atendimento do propósito do processo. + + + + #Ap11 + Evidencia quanto o processo atinge o seu propósito. + + + + #Ap11 + 3.1.1.0 + + + + #Ap11 + AP 1.1 + + + + #Ap12 + Evidencia quando a executção do processo é gerenciada. + + + + #Ap12 + 3.1.2.0 + + + + #Ap12 + AP 2.1 + + + + #Ap21 + Evidencia quando oss produtos de trabalho produzidos pelo processo são gerenciados apropriadamente. + + + + #Ap21 + 3.1.3.0 + + + + #Ap21 + AP 2.2 + + + + #ApoiaDecisao + é coletar, analisar e relatar os dados relativos aos produtos desenvolvidos e aos processos implementados na organização e em seus projetos, de forma a apoiar os objetivos organizacionais. + + + + #ApoiaDecisao + 16.1.0.0 + + + + #ApoiaDecisao + Apoiar decisões + + + + #AprovacaoDoPlanoDeProjeto + O plano de projeto é apresentado a todos os envolvidos, dúvidas são sanadas e todos assinam concordando com o que foi apresentado no plano. + + + + #AprovacaoDoPlanoDeProjeto + 15.5.0.0 + + + + #AprovacaoDoPlanoDeProjeto + Aprovação do plano de projeto + + + + #Aquisicao + 13.1.0.0 + + + + #Aquisicao + Aquisição + + + + #AquisicaoDoProduto + 15.6.0.0 + + + + #AquisicaoDoProduto + Aquisição do produto + + + + #ArmazenagemDeDado + 15.7.0.0 + + + + #ArmazenagemDeDado + Armazenagem dos dados coletados + + + + #ArmazenarDado + 16.2.0.0 + + + + #ArmazenarDado + Armazenar dados para medição + + + + #AspctoFinanceiro + 10.23.0.0 + + + + #AspctoFinanceiro + Examinar aspectos financeiros + + + + #AspectoHumano + 10.24.0.0 + + + + #AspectoHumano + Examinar aspectos humanos + + + + #AspectoTecnico + tem a função de examinar os requistos e os recursos fisicos + + + + #AspectoTecnico + 10.22.0.0 + + + + #AspectoTecnico + Examinar apectos técnicos + + + + #AtencaoDetalhe + 4.1.0.0 + + + + #AtencaoDetalhe + Atenção a detalhe + + + + #AtividadeDoProjeto + 14.1.0.0 + + + + #AtividadeDoProjeto + Atividades de projeto + + + + #Atividades + 2.0.0.0 + + + + #Atividades + Atividades + + + + #Atributo + 3.1.0.0 + + + + #AtualizaBaseline + 17.4.0.0 + + + + #AtualizaBaseline + Atualização da baseline + + + + #AuditoriaDeConfiguracao + 15.8.0.0 + + + + #AuditoriaDeConfiguracao + Auditoria de configuração + + + + #AuditoriaRevisao + Verificação funcional, assegurando que a configuração de referência cumpre o que foi especificado. Verificação física, assegurando que a configuração de referência é completa (todos os itens de configuração especificados). A auditoria ocorre antes de cada liberação, para verificar a configuração de referência de produto. + + + + #AuditoriaRevisao + 9.3.0.0 + + + + #AuditoriaRevisao + Auditorias e revisões + + + + #AutoridadeExecutar + O processo por comprometer o investimento e os recursos organizacionais adequados estabelece a autoridade necessários para executar os projetos. + + + + #AutoridadeExecutar + 16.3.0.0 + + + + #AutoridadeExecutar + Autoridade de execução + + + + #AvaliaInvestimento + Pontos de decisão ou filtros levando-se em conta os elementos financeiros + + + + #AvaliaInvestimento + 9.6.0.0 + + + + #AvaliaInvestimento + Avaliação de investimento + + + + #AvaliaModificacao + Determinar se a modificação será aprovada ou reprovada. + + + + #AvaliaModificacao + 17.5.0.0 + + + + #AvaliaModificacao + Avaliação da modificação + + + + #AvaliaProduto + Avaliar objetivamente os processos executados, produtos de trabalho e serviços em relação à descrição de processos aplicáveis, pradrões e procedimentos. + + + + #AvaliaProduto + 9.5.0.0 + + + + #AvaliaProduto + Avaliar os produtos de trabalho + + + + #AvaliacaoDoProdutoDeTrabalho + 15.9.0.0 + + + + #AvaliacaoDoProdutoDeTrabalho + Avaliação do produto de trabalho + + + + #AvaliarRequisitoProduto + 9.4.0.0 + + + + #AvaliarRequisitoProduto + Avaliar a consistência entre requisitos e produto gerado + + + + #BaseDeFornecedor + 14.2.0.0 + + + + #BaseDeFornecedor + Base de dados de fornecedores + + + + #BaselineSistemaGerenciamento + 2.11.0.0 + + + + #BaselineSistemaGerenciamento + Montar baseline usando sistema de gerenciamento + + + + #BoaMemoria + 4.2.0.0 + + + + #BoaMemoria + Boa memoria + + + + #Capacidade + É representada por um conjunto de atributos de processo descrito em termos de resultados esperados. +Expressa o grau de refinamento e institucionalização com que o processo é executado na organização. + + + + #Capacidade + 3.0.0.0 + + + + #CapacidadeAnalise + Analisar o problema e a melhor forma para solucioná-lo + + + + #CapacidadeAnalise + 10.4.0.0 + + + + #CapacidadeAnalise + Analise de capacidade + + + + #CapacidadeAnalise + Capacity of Analysis + + + + #Caracteristica + 4.0.0.0 + + + + #Caracteristica + Característica + + + + #CasoDeTeste + 14.3.0.0 + + + + #CasoDeTeste + Casos de teste + + + + #CheckListParaProcessoColetaArmazenagem + 14.4.0.0 + + + + #CheckListParaProcessoColetaArmazenagem + Checklist do processo de coleta e armazenagem de dados do projeto + + + + #CicloDeVidaDoProjeto + Dependendo do projeto, com relação a tamanho, podem ser necessárias várias fases. +Cada fase pode adotar um ciclo de vida diferente. O projeto pode conter a junção de vários tipos de ciclos. + + + + #CicloDeVidaDoProjeto + 15.12.0.0 + + + + #CicloDeVidaDoProjeto + Ciclo de vida do projeto + + + + #CicloDeVidaParaTodosProjeto + 18.15.0.0 + + + + #CicloDeVidaParaTodosProjeto + Somente um ciclo de vida para todos os projetos + + + + #ClarezaNaAtividade + 6.3.0.0 + + + + #ClarezaNaAtividade + Deixar claras as responsabilidades + + + + #ColetaAnaliseDeDados + 15.13.0.0 + + + + #ColetaAnaliseDeDados + Coleta e analise de dados + + + + #ColetaAnaliseDuranteProjeto + 18.5.0.0 + + + + #ColetaAnaliseDuranteProjeto + Coleta e análise de dados deve ser executada durante o projeto + + + + #ColetaDados + Analista de Teste + - Coletar e gerenciar os Dados de Teste + + + + #ColetaDados + 10.6.0.0 + + + + #ColetaDados + Coletar dados + + + + #ColetaDados + Collect Data + + + + #ColetarDados + 16.4.0.0 + + + + #ColetarDados + Coletar dados de medição + + + + #ComposicaoDoPortifolio + 18.8.0.0 + + + + #ComposicaoDoPortifolio + Examinar composição do protifólio de projetos + + + + #CompreencaoDoEscopo + Inserir esta fase para que evitar problemas de entendimento do escopo por parte de fabrica de software + + + + #CompreencaoDoEscopo + 15.14.0.0 + + + + #CompreencaoDoEscopo + Compreenção do escopo + + + + #CompreensaoDaEspecificacao + 6.2.0.0 + + + + #CompreensaoDaEspecificacao + Compreensão das especificações do escopo + + + + #ComunicaIntegridade + 16.5.0.0 + + + + #ComunicaIntegridade + Comunica a integridade dos produtos e projetos aos envolvidos + + + + #ComunicaStatus + Comunicar as informações do projeto a todos os envolvidos e interessados. A comunicação deve ser pró-ativa também. + + + + #ComunicaStatus + 10.51.0.0 + + + + #ComunicaStatus + Information Report + + + + #ComunicaStatus + Relatório de informações + + + + #ComunicacaoDeStatusDoPortifolio + 15.17.0.0 + + + + #ComunicacaoDeStatusDoPortifolio + Comunicação de status do portifólio de projeto + + + + #ComunicacaoDoDado + 15.16.0.0 + + + + #ComunicacaoDoDado + Comunicação de dados + + + + #ComunicarBaseline + 2.1.0.0 + + + + #ComunicarBaseline + Comunicar baseline aos envolvidos + + + + #ComunicarEnvolvido + Prover Feedback para a equipe do projeto e gerentes com resultados da atividades. + + + + #ComunicarEnvolvido + 9.7.0.0 + + + + #ComunicarEnvolvido + Comunicar equipe envolvida + + + + #ConflitoDiverso + 10.54.0.0 + + + + #ConflitoDiverso + Resolver conflitos diversos no projeto + + + + #ConhecerLinguagem + Codificar essas instruções para uma linguagem de computador. + + + + #ConhecerLinguagem + 10.18.0.0 + + + + #ConhecerLinguagem + Dominar línguagem de programação + + + + #ConhecerProcesso + 2.2.0.0 + + + + #ConhecerProcesso + Conhecer o processo + + + + #ConsiliarRecurso + 10.7.0.0 + + + + #ConsiliarRecurso + Consiliar a utilzação de recursos estimados e disponíveis + + + + #Contratada + Empresa que prestará serviço tercerizado. + + + + #Contratada + 11.4.0.0 + + + + #Contratante + Empresa que contrata um serviço tercerizado. + + + + #Contratante + 11.5.0.0 + + + + #ControlaConfiguracao + Tem como objetivo controlar as releases e as modificações nos produtos relacionados ao software durante todo seu ciclo de vida. + + + + #ControlaConfiguracao + 9.9.0.0 + + + + #ControlaConfiguracao + Controle da configuração + + + + #ControlaMetrica + É responsável em auxiliar na definição da métricas utilzadas, realizar a coleta dos dados que são utilizadas pela métricas, analisar os resultados para identifica se o andamento do projeto está dentro do cronograma. + + + + #ControlaMetrica + 10.40.0.0 + + + + #ControlaMetrica + Gerenciar métrica + + + + #ControlaProjeto + Tem a função de ajudar a: + - planejar; + - organizar; + - controlar, +todo o trabalho executado no projeto. + + + + #ControlaProjeto + 15.21.0.0 + + + + #ControlaProjeto + Controle do projeto + + + + #ControlaRequisito + 9.8.0.0 + + + + #ControlaRequisito + Controlar o requisito + + + + #ControlaVersao + O Controle de Versão é utilizado para apoiar o desenvolvimento em relação ao registro de toda a evolução do software, possibilitando que vários desenvolvedores trabalhem em paralelo sobre os mesmos arquivos, mantendo linhas diferentes de evolução de um mesmo projeto. Por exemplo, o sistema de Controle de Versão mantém uma versão 1.0 enquanto a equipe prepara uma versão 2.0. + +O Controle de Versão é composto de duas partes: o repositório e a área de trabalho. O repositório armazena todo o histórico de evolução do projeto, registrando toda e qualquer alteração feita em cada item versionado. + +O desenvolvedor não trabalha diretamente nos arquivos do repositório. Ao invés disso, usa uma área/cópia de trabalho que contém a cópia dos arquivos do projeto e que é monitorada para identificar as mudanças realizadas. Essa área é individual e isolada das demais áreas de trabalho. + + + + #ControlaVersao + 9.10.0.0 + + + + #ControlaVersao + Controle de versões + + + + #ControleDeAcesso + 15.18.0.0 + + + + #ControleDeAcesso + Controle de acesso + + + + #ControleDeModificacao + 15.19.0.0 + + + + #ControleDeModificacao + Controle de modificação + + + + #ControleDeMudanca + 15.20.0.0 + + + + #ControleDeMudanca + Controle de mudanças + + + + #ControleLiberacaoBaseline + 14.5.0.0 + + + + #ControleLiberacaoBaseline + Controle de liberação de baseline + + + + #ControleProblemaIdentificado + 10.8.0.0 + + + + #ControleProblemaIdentificado + Controle dos problemas identificados + + + + #CorrigirInconsitencia + Assegurar que todas as inconsistência sejam corrigidas. + + + + #CorrigirInconsitencia + 9.11.0.0 + + + + #CorrigirInconsitencia + Corrigir as inconsistências + + + + #CorrigirProblema + 10.9.0.0 + + + + #CorrigirProblema + Corrigir os problemas detectados + + + + #CriterioDeAcaoCorretiva + 14.13.0.0 + + + + #CriterioDeAcaoCorretiva + Critério para ações corretivas + + + + #CriterioDeAceitacao + 15.22.0.0 + + + + #CriterioDeAceitacao + Critérios de aceitação + + + + #CriterioDeAnaliseDeParticipacao + São critérios definidos pela organização que terá o objetivo de ajudar a analisar a participação dos envolvidos no projeto. + + + + #CriterioDeAnaliseDeParticipacao + 14.14.0.0 + + + + #CriterioDeAnaliseDeParticipacao + Critérios de analise de participação no projeto + + + + #CriterioDeAnaliseDoPlanoDeProjeto + 14.15.0.0 + + + + #CriterioDeAnaliseDoPlanoDeProjeto + Critérios de analise do plano de projeto + + + + #CriterioDeAuditoria + 14.16.0.0 + + + + #CriterioDeAuditoria + Critérios de auditorias + + + + #CriterioDeAvaliacaoDeRequisito + 14.6.0.0 + + + + #CriterioDeAvaliacaoDeRequisito + Critério de avaliação de requisitos + + + + #CriterioDeClassificacaoDeItemDeConfiguração + 14.24.0.0 + + + + #CriterioDeClassificacaoDeItemDeConfiguração + Critérios para classificação de itens de configuração + + + + #CriterioDeDistribuicaoColeta + 14.7.0.0 + + + + #CriterioDeDistribuicaoColeta + Critério de distribuição e coleta de dados + + + + #CriterioDeEstimativa + Critérios claros de modelos para estimativa de esfoço e custo dos projetos. + + + + #CriterioDeEstimativa + 14.17.0.0 + + + + #CriterioDeEstimativa + Critérios de estimativas + + + + #CriterioDeMetricaConcretos + Para fábrica de software, por questão de negociações, devem ser utilzados critérios mais específicos e críticos de metricas, visando uma melhor estimativa. + + + + #CriterioDeMetricaConcretos + 14.18.0.0 + + + + #CriterioDeMetricaConcretos + Critérios de métricas concretas + + + + #CriterioDeMonitoramentoDoProjeto + São critérios definidos pela organização onde conterá informações e processos para executar o monitoramento do projeto seguindo o plano. + + + + #CriterioDeMonitoramentoDoProjeto + 14.8.0.0 + + + + #CriterioDeMonitoramentoDoProjeto + Critério de monitoramento do projeto + + + + #CriterioDeMonitoramentoDoRisco + A organização deve definir critério concretos para o monitoramento dos riscos identificandos para o projeto. + +Devesse resalta que tais critérios não são criados esclusivamente para um projeto, mas sim para todos os projetos que a organização possa vir a desenvolver. + + + + #CriterioDeMonitoramentoDoRisco + 14.9.0.0 + + + + #CriterioDeMonitoramentoDoRisco + Critério de monitoramento dos riscos + + + + #CriterioDePriorizacao + 14.20.0.0 + + + + #CriterioDePriorizacao + Critérios de priorização + + + + #CriterioDeQualificacao + 14.21.0.0 + + + + #CriterioDeQualificacao + Critérios de qualificação + + + + #CriterioDeRevisao + 14.22.0.0 + + + + #CriterioDeRevisao + Critérios de revisão + + + + #CriterioDeSeguranca + 14.11.0.0 + + + + #CriterioDeSeguranca + Critério de segurança + + + + #CriterioImpactoProbabilidadeDeRisco + 14.18.0.0 + + + + #CriterioImpactoProbabilidadeDeRisco + Critérios de impacto e probabilidade de risco + + + + #CriterioLiberacaoRecurso + 14.26.0.0 + + + + #CriterioLiberacaoRecurso + Critérios para liberação dos recursos + + + + #CriterioMonitorarEnvolvimentoInteressado + Critérios desenvolvidos na orginaização para monitorar os envolvidos no projeto. + + + + #CriterioMonitorarEnvolvimentoInteressado + 14.27.0.0 + + + + #CriterioMonitorarEnvolvimentoInteressado + Critérios para monitorar o envolvimento dos interessados no projeto + + + + #CriterioParaAnalisarRisco + 14.23.0.0 + + + + #CriterioParaAnalisarRisco + Critérios para analise de riscos + + + + #CriterioParaAvaliacaoDoProdutoDeTrabalho + 14.12.0.0 + + + + #CriterioParaAvaliacaoDoProdutoDeTrabalho + Critério para avaliação do produto de trabalho + + + + #CriterioParaIdentificacaoDeRisco + 14.25.0.0 + + + + #CriterioParaIdentificacaoDeRisco + Critérios para identificação dos riscos + + + + #CriterioPlanejarEnvolvimentoInteressado + Critérios desenvolvido pela organização para planejar o envolvimento dos interessando no projeto. + + + + #CriterioPlanejarEnvolvimentoInteressado + 14.28.0.0 + + + + #CriterioPlanejarEnvolvimentoInteressado + Critérios para planejar o envolvimento dos insteressados no projeto + + + + #CriterioPriorizacaoDeRisco + 14.10.0.0 + + + + #CriterioPriorizacaoDeRisco + Critério de priorização de riscos + + + + #CritérioDeSelecaoDeFornecedor + 15.23.0.0 + + + + #CritérioDeSelecaoDeFornecedor + Critérios de seleção de fornecedor + + + + #Cronograma + 15.25.0.0 + + + + #Cronograma + Cronograma do projeto + + + + #CronogramaDeColetaDeDado + 15.24.0.0 + + + + #CronogramaDeColetaDeDado + Cronograma de coleta de dados + + + + #DadoDoFornecedor + 18.6.0.0 + + + + #DadoDoFornecedor + Dados do fornecedor pode ser incluído no plano + + + + #DadoHistoricoEstimativa + Incluem dados de custo, esforço e tempo de projeto executados anteriormente, além de dados apropriados de escala para equilibrar as diferenças de tamanho e complexidade. + + + + #DadoHistoricoEstimativa + 14.29.0.0 + + + + #DadoHistoricoEstimativa + Dados históricos para estimativa + + + + #DatalheDoItem + 2.4.0.0 + + + + #DatalheDoItem + Detalhamento dos itens de configuração + + + + #DecomporEscopo + O escopo de projeto deve ser decomposto em componentes menores, mais facilmente gerenciáveis e possíveis de serem dimensionados. + + + + #DecomporEscopo + 9.12.0.0 + + + + #DecomporEscopo + Decomposição do escopo + + + + #DefinicaoConceito + É necessário definir o conceito de projeto para a organização, redefinir algumas atividades de rotina, já em andamento como projeto, estabelecendo objetivos, prazos e escopo para sua execução. + + + + #DefinicaoConceito + 5.1.0.0 + + + + #DefinicaoConceito + Definição de conceito + + + + #DefinicaoDaPoliticaOrganizacional + 15.26.0.0 + + + + #DefinicaoDaPoliticaOrganizacional + Definição da política organizacional + + + + #DefinicaoDeNivelDeControle + 15.27.0.0 + + + + #DefinicaoDeNivelDeControle + Definição do nível de controle + + + + #DefinirFerramenta + 10.10.0.0 + + + + #DefinirFerramenta + Definir ferramenta de coleta + + + + #DefinirFrequencia + 10.11.0.0 + + + + #DefinirFrequencia + Definir frequência de coleta + + + + #DefinirInstrucao + 10.12.0.0 + + + + #DefinirInstrucao + Definir instrução para coleta + + + + #DefinirPreservacao + 10.13.0.0 + + + + #DefinirPreservacao + Definir preservação dos dados coletados + + + + #DefinirResponsavel + 10.14.0.0 + + + + #DefinirResponsavel + Definir responsável pela coleta + + + + #DefinirTeste + Definir os testes apropriados necessários e quaisquer Dados de Teste associados. + + + + #DefinirTeste + 10.15.0.0 + + + + #DefinirTeste + Definir teste + + + + #Delete + pode ser excluído + + + + #DependenciaDeTarefa + 9.13.0.0 + + + + #DependenciaDeTarefa + Dependências de tarefas são estabelecidas + + + + #Desafio + 5.0.0.0 + + + + #Desafio + Desafio + + + + #DescricaoProjeto + 7.1.0.0 + + + + #DescricaoProjeto + Descrição do projeto + + + + #DesenvolveProtifolio + Formação do portfólio +- O portfólio subsidiará decisões sobre os projetos considerando-se priorização dos mesmos e possibilidades de exclusão, de inclusão de recursos ou projetos + + + + #DesenvolveProtifolio + 9.14.0.0 + + + + #DesenvolveProtifolio + Desenvolvimento de portifólio + + + + #DetalhamentoDoCicloDeVida + 6.4.0.0 + + + + #DetalhamentoDoCicloDeVida + Detalhamento da organização do ciclo de vida + + + + #DetalheBaseline + 2.3.0.0 + + + + #DetalheBaseline + Detalhamento da baseline + + + + #DetectarProblema + 10.16.0.0 + + + + #DetectarProblema + Detectar problemas no projeto + + + + #DeterminaMetodoParaMonitorarProcesso + 15.28.0.0 + + + + #DeterminaMetodoParaMonitorarProcesso + Determina o método para monitoramento do processo + + + + #DiferencaEscopo + O gerenciamento do projeto pode ser realizando da mesma forma para outro tipos de organização. A diferença normalmente reside no escopo do trabalho que foca a etapa de construção do código. + + + + #DiferencaEscopo + 6.1.0.0 + + + + #DiferencaEscopo + Apresenta diferenças no escopo + + + + #DimensaoDaTarefa + Estimativas iniciais de tamanho e complexidade para um dos componentes de trabalho definidos na WBS. + + + + #DimensaoDaTarefa + 15.29.0.0 + + + + #DimensaoDaTarefa + Dimensionamento da tarefa + + + + #DimensaoDeTarefaMaisConcreta + O produto já estando melhor especificado, a estimativa é mais factivel de ser obitida, o que tende a garantir uma maior precisão. + + + + #DimensaoDeTarefaMaisConcreta + 6.5.0.0 + + + + #DimensaoDeTarefaMaisConcreta + Dimensão das tarefas são mais concretas + + + + #Disciplina + Ser disciplinado e capaz de gerenciar para que tenha a certificação de que as pessoas estão seguindo os processos e procedimentos definidos. + + + + #Disciplina + 10.60.0.0 + + + + #Disciplina + Ser disciplinado + + + + #DocumentaAtividadeAnalise + 14.30.0.0 + + + + #DocumentaAtividadeAnalise + Documentação das atividades de análise + + + + #DocumentaMeta + 18.7.0.0 + + + + #DocumentaMeta + Documentar metas de analises + + + + #DocumentaMudanca + Todas as mudanças realizadas durante a execução do projeto dever ser documentadas, justificadas e sua rastreabilidade deve ser mantida bidirecionalmente entre os produtos de trabalho em geral. +Inconsistência devem ser sempre analisadas e quando existir identificadas. + + + + #DocumentaMudanca + 10.17.0.0 + + + + #DocumentaMudanca + Documentar mudança + + + + #DocumentaMudancaDeRequisito + 15.36.0.0 + + + + #DocumentaMudancaDeRequisito + Documentation Requirement Changes + + + + #DocumentaMudancaDeRequisito + Documento de mudança de requisitos + + + + #DocumentaParicipacaoDoEnvolvido + Toda a participação de recursos humanos e fisicos são analisadas e anotadas no documento. +Toda a analise é feita com a utilização dos critérios definidos pela organização. + + + + #DocumentaParicipacaoDoEnvolvido + 15.30.0.0 + + + + #DocumentaParicipacaoDoEnvolvido + Documentação com a participação dos envolvidos + + + + #DocumentaRevisaoDeMarcoDoProjeto + 15.38.0.0 + + + + #DocumentaRevisaoDeMarcoDoProjeto + Documentos de revisão de marco do plano de projeto + + + + #DocumentarItens + 2.5.0.0 + + + + #DocumentarItens + Documentar itens da baseline + + + + #DocumentarMedidas + 17.8.0.0 + + + + #DocumentarMedidas + Documentação das medidas selecionadas + + + + #DocumentarNecessidade + 17.7.0.0 + + + + #DocumentarNecessidade + Documentar necessidade da modificação + + + + #DocumentoCompromissoAprovacaoDoPlano + Documento comprovando que todos os envolvidos estão de acordo com o plano de projeto apresentado. + + + + #DocumentoCompromissoAprovacaoDoPlano + 15.33.0.0 + + + + #DocumentoCompromissoAprovacaoDoPlano + Documento de compromisso de aprovação do plano + + + + #DocumentoDeAnaliseMedicao + Para cada medida selecionada em MED2, deve-se também documentar as atividades e responsabilidades pela análise das medições e de como os resultados serão comunicados aos interessados. Os procedimentos de análise devem incluir a definição da freqüência, responsável, fase, dados de origem, ferramentas utilizadas e verificações. Essas definições possibilitam uma conferência dos dados e permitem que as análises sejam executadas de forma adequada. + + + + #DocumentoDeAnaliseMedicao + 15.32.0.0 + + + + #DocumentoDeAnaliseMedicao + Documento de analise de medição + + + + #DocumentoDeCorrecaoDeProblema + 15.34.0.0 + + + + #DocumentoDeCorrecaoDeProblema + Documento de correção de problemas + + + + #DocumentoDeObjetivoDaMedicao + 15.31.0.0 + + + + #DocumentoDeObjetivoDaMedicao + Documentação com os objetivos de medição + + + + #DocumentoDeResponsabilidadeDaAnalise + 14.31.0.0 + + + + #DocumentoDeResponsabilidadeDaAnalise + Documentação de responsabilidades de análise + + + + #DocumentoMonitoracaoDoRisco + Todas as informações relacionadas ao monitoramento dos riscos são anotadas. + +Toda a analise é feita com a utilização dos critériso estabelecidos. + + + + #DocumentoMonitoracaoDoRisco + 15.35.0.0 + + + + #DocumentoMonitoracaoDoRisco + Documento de monitoramento de risco + + + + #DocumentoRegistroDeProblemaIdentificado + 15.37.0.0 + + + + #DocumentoRegistroDeProblemaIdentificado + Documento de registro de problemas identificados + + + + #EntenderRequisito + 10.19.0.0 + + + + #EntenderRequisito + Entendimento dos requisitos junto ao fornecedor + + + + #EntregaDoProduto + 15.39.0.0 + + + + #EntregaDoProduto + Entrega do produto + + + + #EnvolvimentoCliente + 10.21.0.0 + + + + #EnvolvimentoCliente + Envolvimento do cliente + + + + #EnvolvimentoDaParteInteressadaNoProjeto + 15.40.0.0 + + + + #EnvolvimentoDaParteInteressadaNoProjeto + Envolvimento das partes interessadas no projeto + + + + #EnvolvimentoEquipeTecnica + 10.20.0.0 + + + + #EnvolvimentoEquipeTecnica + Envolvimento da equipe técnica + + + + #EsclarecimentoDeDuvidas + Documento contendo esclarecimentos de dúvida passado da contratada para a contratante. + +O documento terá a função de viabilizar ou não a execução do projeto na contratada. + + + + #EsclarecimentoDeDuvidas + 15.41.0.0 + + + + #EsclarecimentoDeDuvidas + Esclarecimento de dúvidas + + + + #EspecificacaoDaRegraDeNegocio + 14.32.0.0 + + + + #EspecificacaoDaRegraDeNegocio + Especificação das regas de negócio + + + + #EspecificacaoDeCasoDeUso + 14.33.0.0 + + + + #EspecificacaoDeCasoDeUso + Especificação de casos de uso + + + + #EspecificacaoRecebida + 6.8.0.0 + + + + #EspecificacaoRecebida + Examinar especificações recebidas da contratante + + + + #EstabeleceBaseline + 15.42.0.0 + + + + #EstabeleceBaseline + Estabelece baseline + + + + #EstabeleceCCC + 15.43.0.0 + + + + #EstabeleceCCC + Estabelece o comitê de controle de configuração + + + + #EstabeleceMecanismoDeRatreabilidade + 9.15.0.0 + + + + #EstabeleceMecanismoDeRatreabilidade + Estabelecer um mecanismo para rastreabilidade + + + + #EstimativaDeEsfocoCusto + A confiabilidade das estimativas está baseada na confecção dos critérios, que devem ser claros e objetivos. + +Uma atenção maior deve ser dada quando ocorrerem tópicos que ainda não foram executados, e logo não tem bons critérios definidos de medida. + + + + #EstimativaDeEsfocoCusto + 15.44.0.0 + + + + #EstimativaDeEsfocoCusto + Estimativas de esfoço e custo + + + + #EstrategiaDeAquisicao + 15.45.0.0 + + + + #EstrategiaDeAquisicao + Estratégia de aquisição + + + + #EstrategiaDeTeste + 14.34.0.0 + + + + #EstrategiaDeTeste + Estratégias de testes + + + + #EtapaDeTeste + 6.6.0.0 + + + + #EtapaDeTeste + Etapas de testes + + + + #ExaminarDisponibilidade + 6.7.0.0 + + + + #ExaminarDisponibilidade + Examinar disponibilidade em esclarecer as dúvidas da contratada + + + + #ExecutarTeste + Depois de prontas e implantadas as instruções, o programador deve testar todo o sistema, através de simulação, para verificar falhas e possíveis adequações; +Testar todas as modificações até que não haja mais problemas e conferir sua eficiência com o analista de sistemas. + + + + #ExecutarTeste + 10.25.0.0 + + + + #ExecutarTeste + Executar teste + + + + #FabricaSoftware + 6.0.0.0 + + + + #FabricaSoftware + Fábrica de software + + + + #FacilitaAuditoria + Permite uma rápida a fácil auditoria + + + + #FacilitaAuditoria + 10.26.0.0 + + + + #FacilitaAuditoria + Facilitar a auditoria + + + + #FacilitaDeterminarImpacto + 9.16.0.0 + + + + #FacilitaDeterminarImpacto + Facilitar a avaliação de impacto de mudanças + + + + #FaseDeTeste + Conterá as informações sobre os testes que serão realizados pela fábrica de software antes da entrega do produto. + + + + #FaseDeTeste + 15.46.0.0 + + + + #FaseDeTeste + Fases de teste + + + + #Finality + finalidade + + + + #FiscalizaPessoa + Fiscaliza se os envolvidos estão desempenhando adequadamente as suas tarefas e seguindo os procedimentos estabelecidos. + + + + #FiscalizaPessoa + 10.27.0.0 + + + + #FiscalizaPessoa + Fiscalizar envolvidos + + + + #FormatoDoDado + 14.35.0.0 + + + + #FormatoDoDado + Formato dos dados + + + + #ForneceVisibilidade + Fornece visibilidade do projeto para todos da organização pro meio de uma visão independente em relação ao processo e ao produto. + + + + #ForneceVisibilidade + 16.7.0.0 + + + + #ForneceVisibilidade + Fornecer visibilidade + + + + #GCO1 + Um Sistema de Gerência de Configuração é estabelecido e mantido. + + + + #GCO1 + 13.3.1.0 + + + + #GCO1 + GCO 1 + + + + #GCO2 + Os itens de configuração são identificados com base em critérios estabelecidos. + + + + #GCO2 + 13.3.2.0 + + + + #GCO2 + GCO 2 + + + + #GCO3 + Os itens de configuração sujeitos a um controle formal são colocados sob baseline. + + + + #GCO3 + 13.3.3.0 + + + + #GCO3 + GCO 3 + + + + #GCO4 + A situação dos itens de configuração e das baselines é registrada ao longo do tempo e disponibilizada. + + + + #GCO4 + 13.3.4.0 + + + + #GCO4 + GCO 4 + + + + #GCO5 + Modificações em itens de configuração são controladas. + + + + #GCO5 + 13.3.5.0 + + + + #GCO5 + GCO 5 + + + + #GCO6 + O armazenamento, o manuseio e a liberação de itens de configuração e baselines são controlados. + + + + #GCO6 + 13.3.6.0 + + + + #GCO6 + GCO 6 + + + + #GCO7 + Auditorias de configuração são realizadas objetivamente para assegurar que as baselines e os itens de configuração estejam íntegros, completos e consistentes. + + + + #GCO7 + 13.3.7.0 + + + + #GCO7 + GCO 7 + + + + #GPP1 + As oportunidades de negócio, as necessidades e os investimentos são identificados, qualificados, priorizados e selecionados em relação aos objetivos estratégicos da organização por meio de critérios objetivos. + + + + #GPP1 + 13.4.1.0 + + + + #GPP1 + GPP 1 + + + + #GPP2 + Os recursos e orçamentos para cada projeto são identificados e alocados. + + + + #GPP2 + 13.4.2.0 + + + + #GPP2 + GPP 2 + + + + #GPP3 + A responsabilidade e autoridade pelo gerenciamento dos projetos são estabelecidas. + + + + #GPP3 + 13.4.3.0 + + + + #GPP3 + GPP 3 + + + + #GPP4 + O portfólio é monitorado em relação aos critérios que foram utilizados para a priorização. + + + + #GPP4 + 13.4.4.0 + + + + #GPP4 + GPP 4 + + + + #GPP5 + Ações para corrigir desvios no portfólio e para prevenir a repetição dos problemas identificados são estabelecidas, implementadas e acompanhadas até a sua conclusão. + + + + #GPP5 + 13.4.5.0 + + + + #GPP5 + GPP 5 + + + + #GPP6 + Os conflitos sobre recursos entre projetos são tratados e resolvidos, de acordo com os critérios utilizados para a priorização. + + + + #GPP6 + 13.4.6.0 + + + + #GPP6 + GPP 6 + + + + #GPP7 + Projetos que atendem aos acordos e requisitos que levaram à sua aprovação são mantidos, e os que não atendem são redirecionados ou cancelados. + + + + #GPP7 + 13.4.7.0 + + + + #GPP7 + GPP 7 + + + + #GPP8 + A situação do portfólio de projetos é comunicada para as partes interessadas, com periodicidade definida ou quando o portfólio for alterado. + + + + #GPP8 + 13.4.8.0 + + + + #GPP8 + GPP 8 + + + + #GPR1 + O escopo é o ponto de partida para o planejamento do projeto. Estabelece o que está e o que não está incluído no projeto. +O escopo tem a finalidade de definir todo o trabalho necessário, e somente ele, para entregrar um produto que satisfaça as necessidades, caracteristicas, e funções especificadas para o projeto, de forma a concluí-lo com sucesso. + + + + #GPR1 + O escopo do trabalho para o projeto é defindo. + + + + #GPR1 + 13.5.1.0 + + + + #GPR1 + GPR 1 + + + + #GPR10 + Um plano geral para a execução do projeto é estabelecido com a integração de planos específicos. + + + + #GPR10 + 13.5.10.0 + + + + #GPR10 + GPR 10 + + + + #GPR11 + A viabilidade de atingir as metas do projeto é explicitamente avaliada considerando restrições e recursos disponíveis. Se necessário, ajustes são realizados. + + + + #GPR11 + 13.5.11.0 + + + + #GPR11 + GPR 11 + + + + #GPR12 + O Plano do Projeto é revisado com todos os interessados e o compromisso com ele é obtido e mantido. + + + + #GPR12 + 13.5.12.0 + + + + #GPR12 + GPR 12 + + + + #GPR13 + O escopo, as tarefas, as estimativas, o orçamento e o cronograma do projeto são monitorados em relação ao planejado. + + + + #GPR13 + 13.5.13.0 + + + + #GPR13 + GPR 13 + + + + #GPR14 + Os recursos materiais e humanos bem como os dados relevantes do projeto são monitorados em relação ao planejado. + + + + #GPR14 + 13.5.14.0 + + + + #GPR14 + GPR 14 + + + + #GPR15 + Os riscos são monitorados em relação ao planejado. + + + + #GPR15 + 13.5.15.0 + + + + #GPR15 + GPR 15 + + + + #GPR16 + O envolvimento das partes interessadas no projeto é planejado, monitorado e mantido. + + + + #GPR16 + 13.5.16.0 + + + + #GPR16 + GPR 16 + + + + #GPR17 + Revisões são realizadas em marcos do projeto e conforme estabelecido no planejamento. + + + + #GPR17 + 13.5.17.0 + + + + #GPR17 + GPR 17 + + + + #GPR18 + Registros de problemas identificados e o resultado da análise de questões pertinentes, incluindo dependências críticas, são estabelecidos e tratados com as partes interessadas. + + + + #GPR18 + 13.5.18.0 + + + + #GPR18 + GPR 18 + + + + #GPR19 + Ações para corrigir desvios em relação ao planejado e para prevenir a repetição dos problemas identificados são estabelecidas, implementadas e acompanhadas até a sua conclusão. + + + + #GPR19 + 13.5.19.0 + + + + #GPR19 + GPR 19 + + + + #GPR2 + As tarefas e os produtos de trabalho do projeto são dimensionados utilizando métodos apropriados. + + + + #GPR2 + 13.5.2.0 + + + + #GPR2 + GPR 2 + + + + #GPR3 + O ciclo de vida de um projeto consiste de fases e atividades que são definidas de acordo com o escopo dos requisitos, as estimativas para os recursos e a natureza do projeto, visando oferecer maior controle gerencial. + + + + #GPR3 + O modelo e as fases do ciclo de vida do projeto são definidos. + + + + #GPR3 + 13.5.3.0 + + + + #GPR3 + GPR 3 + + + + #GPR4 + Até o nível F: +- O esforço e o custo para a execução das tarefas e dos produtos de trabalho são estimados com base em dados históricos ou referências técnicas; + +A partir do nível E: +- O planejamento e as estimativas das tarefas do projeto são feitos baseados no repositório de estimativas e no conjunto de ativos de processo organizacional; + + + + #GPR4 + 13.5.4.0 + + + + #GPR4 + GPR 4 + + + + #GPR5 + O orçamento e o cronograma do projeto, incluindo a definição de marcos e pontos de controle, são estabelecidos e mantidos. + + + + #GPR5 + 13.5.5.0 + + + + #GPR5 + GPR 5 + + + + #GPR6 + Os riscos do projeto são identificados e o seu impacto, probabilidade de ocorrência e prioridade de tratamento são determinados e documentados. + + + + #GPR6 + 13.5.6.0 + + + + #GPR6 + GPR 6 + + + + #GPR7 + Os recursos humanos para o projeto são planejados considerando o perfil e o conhecimento necessários para executá-lo. + + + + #GPR7 + 13.5.7.0 + + + + #GPR7 + GPR 7 + + + + #GPR8 + Até o nível F: +- Os recursos e o ambiente de trabalho necessários para executar o projeto são planejados; + +A partir do nível E: +- Os recursos e o ambiente de trabalho necessários para executar os projetos são planejados a partir dos ambientes padrão de trabalho da organização; + + + + #GPR8 + 13.5.8.0 + + + + #GPR8 + GPR 8 + + + + #GPR9 + Os dados relevantes do projeto são identificados e planejados quanto à forma de coleta, armazenamento e distribuição. Um mecanismo é estabelecido para acessá-los, incluindo, se pertinente, questões de privacidade e segurança. + + + + #GPR9 + 13.5.9.0 + + + + #GPR9 + GPR 9 + + + + #GQA1 + A aderência dos produtos de trabalho aos padrões, procedimentos e requisitos aplicáveis é avaliada objetivamente, antes dos produtos serem entregues e em marcos predefinidos ao longo do ciclo de vida do projeto. + + + + #GQA1 + 13.2.1.0 + + + + #GQA1 + GQA 1 + + + + #GQA2 + A aderência dos processos executados às descrições de processo, padrões e procedimentos é avaliada objetivamente. + + + + #GQA2 + 13.2.2.0 + + + + #GQA2 + GQA 2 + + + + #GQA3 + Os problemas e as não-conformidades são identificados, registrados e comunicados. + + + + #GQA3 + 13.2.3.0 + + + + #GQA3 + GQA 3 + + + + #GQA4 + Ações corretivas para as não-conformidades são estabelecidas e acompanhadas até as suas efetivas conclusões. Quando necessário, o escalamento das ações corretivas para níveis superiores é realizado, de forma a garantir sua solução. + + + + #GQA4 + 13.2.4.0 + + + + #GQA4 + GQA 4 + + + + #GRE1 + Descrição sobre GRE1. + + + + #GRE1 + Disponibilizar Histórico de decisões dos requisitos + + + + #GRE1 + O entendimento dos requisitos é obtido junto aos fornecedores de requisitos. + + + + #GRE1 + 13.6.1.0 + + + + #GRE1 + GRE 1 + + + + #GRE2 + Os requisitos são avaliados com base em critérios objetivos e um comprometimento da equipe técnica com estes requisitos é obtido. + + + + #GRE2 + 13.6.2.0 + + + + #GRE2 + GRE 2 + + + + #GRE3 + A rastreabilidade bidirecional entre os requisitos e os produtos de trabalho é estabelecida e mantida. + + + + #GRE3 + 13.6.3.0 + + + + #GRE3 + GRE 3 + + + + #GRE4 + Revisões em planos e produtos de trabalho do projeto são realizadas visando identificar e corrigir inconsistências em relação aos requisitos. + + + + #GRE4 + 13.6.4.0 + + + + #GRE4 + GRE 4 + + + + #GRE5 + Mudanças nos requisitos são gerenciadas ao longo do projeto. + + + + #GRE5 + 13.6.5.0 + + + + #GRE5 + GRE 5 + + + + #GaranteExecucaoDoProcesso + 15.47.0.0 + + + + #GaranteExecucaoDoProcesso + Garante a execução do processo + + + + #GaranteQualidade + Garantir a qualidade do produto entregue executando os processos de garantia e controle da qualidade para atingir uma qualidade aceitável para o produto. + + + + #GaranteQualidade + 10.28.0.0 + + + + #GaranteQualidade + Garantia da qualidade + + + + #GarantiaDaQualidade + O processo de qualidade considera não só o produto, mas todo processo de desenvolvimento. + + - Produto: +um resultado de trabalho que se pretende entregar a um cliente ou usuário final. + + - Processo: ciclo de desenvolvimento do produto. + + - Qualidade: +é a habilidade de um conjunto de características inerentes de um produto, de atender aos requisitos de clientes. + + + + #GarantiaDaQualidade + Implementado através da política, dos procedimentos e dos processos de planejamento da qualidade, garantia da qualidade e controle da qualidade, com atividades de melhoria contínua dos processos. + + + + #GarantiaDaQualidade + 13.2.0.0 + + + + #GarantiaDaQualidade + Garantia da qualidade + + + + #GarantirQualidade + Assegura que os produtos de trabalho e a execução dos processos estão em conformidade com os planos e recursos predefinidos. + + + + #GarantirQualidade + 16.8.0.0 + + + + #GarantirQualidade + Garantir a qualidade + + + + #GarantirRequisito + 9.17.0.0 + + + + #GarantirRequisito + Garantir que os requistos sejam claros + + + + #GerarBaseline + 2.6.0.0 + + + + #GerarBaseline + Geração de baselines + + + + #GerenciaContratante + 6.9.0.0 + + + + #GerenciaContratante + Gerenciar atividades do contratante + + + + #GerenciaDeConfiguracao + - Itens de Configuração: + Agregação de hardware e/ou software que será passível de gerência de configuração e tratado como um elemento único. Exemplos: especificação de análise e projeto, material de testes, código fonte, código executável, dentre outros. + + - Repositório: + Local de acesso controlado, onde as versões dos itens de configuração são controladas. + + - Baseline: + Em momentos específicos no desenvolvimento de software, o conjunto de itens de configuração resultante é revisado, aprovado e formalmente designado como uma baseline, que serve de base para o desenvolvimento de software futuro. + + + + #GerenciaDeConfiguracao + Processo que busca identificar e documentar as características físicas e funcionais de um item de configuração, controlando suas modificações, gravar e relatar o processamento da mudança e o status da sua implementação, e verificar a sua adequação aos requisitos especificados. + + + + #GerenciaDeConfiguracao + 13.3.0.0 + + + + #GerenciaDeConfiguracao + Gerência de configuração + + + + #GerenciaDeProjeto + - O que é um Projeto? +Um projeto é um esforço temporário com a finalidade de criar um produto/serviço único. Tem início e fim bem determinados e o resultado é algo diferente em algum aspecto. + + - O que é Gerenciamento de Projetos? +Segundo o PMI (2004), o PMBOK (Project Management Body of Knowledge) define o gerenciamento de projetos como a "aplicação de conhecimentos, habilidades, ferramentas e técnicas às atividades do projeto a fim de atender aos seus requisitos." + + - Principais vantagens do Gerenciamento de Projetos: + - Maior satisfação do cliente; + - ciclo de desenvolvimento curto; + - custos menores; + - decisões mais eficazes; + - menos improviso; + - orçamento respeitado; + - entrega dentro do prazo; + - compartilhamento de recursos; + - comparação do realizado com o planejado; + - melhoria na comunicação; + - identificação dos problemas; + - planejamento e realização de ações corretivas. + + + + #GerenciaDeProjeto + 13.5.0.0 + + + + #GerenciaDeProjeto + Gerência de projeto + + + + #GerenciaDeProtifolioDeProjeto + Portfólio é uma coleção de projetos, programas, portfólios e outros trabalhos que são agrupados para facilitar a gerência efetiva do trabalho e o alcance dos objetivos estratégicos de negócio. Um portfólio inclui a identificação, categorização, avaliação, seleção, priorização, autorização, gerência e controle dos projetos, programas e outros trabalhos relacionados, baseados em seu alinhamento e contribuição aos objetivos e estratégias da organização. Gerência de portfólio é a gerência centralizada de um ou mais portfólios. + + + + #GerenciaDeProtifolioDeProjeto + Um processo dinâmico onde os projetos são constantemente alterados e revisados. + + + + #GerenciaDeProtifolioDeProjeto + 13.4.0.0 + + + + #GerenciaDeProtifolioDeProjeto + Gerência de portifólio de projeto + + + + #GerenciaDeRequisito + O que são Requisitos? +Uma condição ou uma capacidade que deve ser alcançada ou estar presente em um sistema para satisfazer um contrato, padrão, especificação ou outro documento formalmente imposto. Ou ainda, uma condição ou capacidade necessária para um usuário resolver um problema ou alcançar um objetivo. + +Requisitos Funcionais: + - Descrevem uma interação entre o sistema e seu meio ambiente. Funcionalidades do sistema conforme percebidas pelos atores externos (usuários). + +Requisitos Não-Funcionais: + - Ou restrições, descrevem uma restrição para o sistema que limita as possíveis escolhas de solução para o problema. Normalmente conhecidos como Requisitos de Qualidade de uma aplicação, devem ser detalhados em uma seção da documentação do Software. + + + + #GerenciaDeRequisito + Levantar corretamente os requisitos é umas das tarefas mais importantes no desenvolvimento de um sistema, pois aos requisitos estão associados os principais problemas do desenvolvimento de software como: re-trabalho, atrasos no cronograma, problemas com custos e insatisfação do cliente. + +O gerenciamento de requisitos é um processo para para encontrar, documentar, organizar e rastrear os requisitos variáveis de um sistema, controlando assim as mudanças. Controla a evolução dos requisitos de um sistema, seja por constatação de novas necessidades, seja por constatação de deficiências nos requisitos registrados. + + + + #GerenciaDeRequisito + 13.6.0.0 + + + + #GerenciaDeRequisito + Gerência de requisitos + + + + #GerenciaDeRequisito + Requirement Management + + + + #GerenciaEscopo + Assegurar que somente o que foi aprovado será entregue. Para gerenciar o escopo o gerente deve ter proatividade. + + + + #GerenciaEscopo + 10.30.0.0 + + + + #GerenciaEscopo + Gerenciar escopo + + + + #GerenciaParcial + 9.19.0.0 + + + + #GerenciaParcial + Gerenciar parcialmente os projetos + + + + #GerenciaParcialDesenvolvimento + A maturidade de Nível G indica que o processo de desenvolvimento é Parcialmente Gerenciado + + + + #GerenciaParcialDesenvolvimento + 16.12.0.0 + + + + #GerenciaParcialDesenvolvimento + Processo de desenvolvimento parcialmente gerenciado + + + + #GerenciaPortifolio + - Desenvolvimento e estruturação dos projetos em termos de escopo, prazos e custos +- Acompanhamento do andamento e liberação de recursos +- Identificação e tratamento de conflitos sobre recursos entre projetos + + + + #GerenciaPortifolio + 9.18.0.0 + + + + #GerenciaPortifolio + Gerenciamento de portifólio + + + + #GerenciaProcesso + 9.28.0.0 + + + + #GerenciaProcesso + Processo é gerenciado + + + + #GerenciaRequisito + Gerenciar os requistos do produto e dos componentes do produto do projeto e identificar inconsistências entres os requisitos, os planos do proejto os os produtos de trabalho do projeto. + + + + #GerenciaRequisito + 16.9.0.0 + + + + #GerenciaRequisito + Gerenciar requisitos + + + + #GerenciaRisco + Tem a obrigação de acompanhar, identificar novos riscos para o projeto, mitigar e documentar todas as ações executadas. + + + + #GerenciaRisco + 10.41.0.0 + + + + #GerenciaRisco + Gerenciar risco + + + + #GerenciaRiscoDoContratante + 6.10.0.0 + + + + #GerenciaRiscoDoContratante + Gerenciar riscos oriundos do contratante + + + + #GerenciarCronograma + Assegurar que as tarefas foram atribuidas corretamente aos membros da equipe e que as mesmas serão entreges no prazo, orçamento e qualidade aceitável. + + + + #GerenciarCronograma + 10.29.0.0 + + + + #GerenciarCronograma + Gerenciar cronograma + + + + #GerenteDeProjeto + O gerente do projeto é responsável pelo sucesso total do projeto. +Em algumas empresas, esta pessoa pode ser chamada "Coordenador do Projeto" ou "Líder do Projeto". +Contudo, o aspecto chave é que a pessoa é responsável pelo projeto, principalmente pelo seu sucesso. + + + + #GerenteDeProjeto + 11.6.0.0 + + + + #GerenteDeProjeto + Gerente de projeto + + + + #GerenteDeProjeto + Project Manager + + + + #Grounding + fundamentação teórica + + + + #IdentificaConfiguracao + Consiste em identificar a estrutura do sistema de software, identificando componentes individuais e tornando-os acessíveis de alguma forma + + + + #IdentificaConfiguracao + 9.21.0.0 + + + + #IdentificaConfiguracao + Identificação da configuração + + + + #IdentificaMedidas + 15.48.0.0 + + + + #IdentificaMedidas + Identificação de medidas + + + + #IdentificaProjeto + - Consideração da criação de novos projetos +- Consideração dos projetos em andamento +- Formação da relação inicial de projetos + + + + #IdentificaProjeto + 9.22.0.0 + + + + #IdentificaProjeto + Identificação de projetos + + + + #IdentificacaoDoProdutoDeTrabalho + 15.49.0.0 + + + + #IdentificacaoDoProdutoDeTrabalho + Identificação do produto de trabalho + + + + #ImplementaMudanca + 15.50.0.0 + + + + #ImplementaMudanca + Implementação da mudança + + + + #Inconsistencia + Identificar inconsistências entre os planos e produtos de trabalho do projeto e os requisitos. + + + + #Inconsistencia + 9.20.0.0 + + + + #Inconsistencia + Identificar inconsistência + + + + #IncorporaProdutoAoProjeto + 15.51.0.0 + + + + #IncorporaProdutoAoProjeto + Incorpora produto ao projeto + + + + #InformacaoDoProjeto + 10.42.0.0 + + + + #InformacaoDoProjeto + Informações sobre o projeto + + + + #IngegridadeVersao + Assegura que os desenvolvedores implementam as mudanças na versão correta do software + + + + #IngegridadeVersao + 10.43.0.0 + + + + #IngegridadeVersao + Integridade da versão + + + + #IntegraProcedimento + 17.15.0.0 + + + + #IntegraProcedimento + Verificar a integridade seguindo os procedimentos + + + + #Investimento + 15.52.0.0 + + + + #Investimento + Investimentos + + + + #ItemDeConfiguracao + 15.53.0.0 + + + + #ItemDeConfiguracao + Itens de configuração + + + + #JustificativaProjeto + 7.2.0.0 + + + + #JustificativaProjeto + Justificativa do projeto + + + + #LevantarRequisito + Levantamento de requisitos, análise, especificação, projeto do sistema, programação, testes, homologação, implantação e acompanhamento dos sistemas solicitados por seus usuários + + + + #LevantarRequisito + 10.44.0.0 + + + + #LevantarRequisito + Levantar requisito + + + + #Liberabaseline + 2.7.0.0 + + + + #Liberabaseline + Liberação de baselines + + + + #Lideranca + Fazer com que a equipe siga suas instruções. Comunicar a visão e fazer com que a equipe a aceite e trabalhe para completá-la. +Estabelecer espectativas objetivas e desafiadoras, passar para elas a responsabilidade pela atendimento e fornecer um ótimo feedback sobre o desempenho das mesmas. +Tem que ser uma equipe que trabalhe para ajudar os outros integrantes da equipe, que pensem do bem comum. + + + + #Lideranca + 10.62.0.0 + + + + #Lideranca + Ser lider + + + + #LimeteDoProjeto + 15.54.0.0 + + + + #LimeteDoProjeto + Limites do projeto + + + + #ListaDeDado + 15.55.0.0 + + + + #ListaDeDado + Lista de dados + + + + #ListaDeDadoRequerido + 14.36.0.0 + + + + #ListaDeDadoRequerido + Lista de dados requeridos + + + + #ListaMestraDeDadoGerencial + 14.37.0.0 + + + + #ListaMestraDeDadoGerencial + Lista mestra de dados gerenciáveis + + + + #MED1 + Objetivos de medição são estabelecidos e mantidos a partir dos objetivos de negócio da organização e das necessidades de informação de processos técnicos e gerenciais. + + + + #MED1 + 13.7.1.0 + + + + #MED1 + MED 1 + + + + #MED2 + Um conjunto adequado de medidas, orientado pelos objetivos de medição, é identificado e definido, priorizado, documentado, revisado e, quando pertinente, atualizado. + + + + #MED2 + 13.7.2.0 + + + + #MED2 + MED 2 + + + + #MED3 + Os procedimentos para a coleta e o armazenamento de medidas são especificados. + + + + #MED3 + 13.7.3.0 + + + + #MED3 + MED 3 + + + + #MED4 + Os procedimentos para a análise das medidas são especificados. + + + + #MED4 + 13.7.4.0 + + + + #MED4 + MED 4 + + + + #MED5 + Os dados requeridos são coletados e analisados. + + + + #MED5 + 13.7.5.0 + + + + #MED5 + MED 5 + + + + #MED6 + Os dados e os resultados das análises são armazenados. + + + + #MED6 + 13.7.6.0 + + + + #MED6 + MED 6 + + + + #MED7 + Os dados e os resultados das análises são comunicados aos interessados e são utilizados para apoiar decisões. + + + + #MED7 + 13.7.7.0 + + + + #MED7 + MED 7 + + + + #ManterComprometimento + 2.8.0.0 + + + + #ManterComprometimento + Manter o comprometimento obtido + + + + #ManterIntegridade + Estabelecer e manter a integridade de todos os produtos de trabalho de um processo ou projeto e disponibilizá-lo a todos os envolvidos. + + + + #ManterIntegridade + 16.10.0.0 + + + + #ManterIntegridade + Manter a integridade + + + + #ManterPlano + São os planos que definem as atividades, recursos e responsabilidades do projeto, além de prover informações sobre o andamento do projeto que permitam a realização de correções quando houver desvios significativos no desempenho do projeto. + + + + #ManterPlano + 16.6.0.0 + + + + #ManterPlano + Estabelecer e manter o plano + + + + #ManterProjeto + Inicia e manterm projetos que sejam necessários, suficientes e sustentáveis de forma a tender os objetivos estratégicos da organização. + + + + #ManterProjeto + 16.11.0.0 + + + + #ManterProjeto + Manter projetos + + + + #ManutencaoItensConfiguracao + 2.9.0.0 + + + + #ManutencaoItensConfiguracao + Manutenção nos itens de configuração + + + + #MapeamentoBaselineVersaoItem + 2.10.0.0 + + + + #MapeamentoBaselineVersaoItem + Mapeamento da baseline e a versão dos itens de configuração + + + + #MatrizDeCapacitacao + Documento definido com todas as capacitações necessárias na organização e todos os colaboradores. +Nesse documento será criada uma tabela de referência cruzada onde cada um dos colaboradores serão avaliados de acordo com seu conhecimento em cada uma das capacidades exigidas. + + + + #MatrizDeCapacitacao + 14.38.0.0 + + + + #MatrizDeCapacitacao + Matriz de capacitação + + + + #MatrizDeRecursoFisico + 14.39.0.0 + + + + #MatrizDeRecursoFisico + Matriz de recursos fisicos + + + + #MatrizDeTreinamento + Documento criado pela organização que deverá conter todos os treinamentos realizados, todos os colaboradores que participaram do mesmo e a avaliação de sua participação. + + + + #MatrizDeTreinamento + 14.40.0.0 + + + + #MatrizDeTreinamento + Matriz de treinamentos + + + + #Medicao + A medição tem como principal objetivo apoiar o processo decisório em relação aos projetos, processos e atendimento aos objetivos organizacionais. + + + + #Medicao + É uma atividade que tem por objetivo determinar um valor para atributos de entidades do mundo real de forma a descrevê-los de acordo com regras claramente definidas. + + + + #Medicao + Medição + + + + #MetaDeAquisicao + 15.56.0.0 + + + + #MetaDeAquisicao + Metas de aquisição + + + + #ModeloCicloDeVida + 14.41.0.0 + + + + #ModeloCicloDeVida + Modelos de ciclo de vida + + + + #ModeloDeEstimativa + A organização deve desenvolver um modelo de estimativas. Esse modelo será utilizado para auxiliar os responsáveis no momento de dimensionar as tarefas do projeto. + + + + #ModeloDeEstimativa + 14.42.0.0 + + + + #ModeloDeEstimativa + Modelos de estimativas + + + + #MonitoraAquisicao + 15.57.0.0 + + + + #MonitoraAquisicao + Monitoramento da aquisição + + + + #MonitoraExecucaoDoProcesso + 15.58.0.0 + + + + #MonitoraExecucaoDoProcesso + Monitoramento da execução do processo + + + + #MonitoraPortifolio + 15.59.0.0 + + + + #MonitoraPortifolio + Monitoramento do portifólio de projeto + + + + #MotivacaoDoProjeto + 15.60.0.0 + + + + #MotivacaoDoProjeto + Motivação do projeto + + + + #MudancaNoRequisto + 14.43.0.0 + + + + #MudancaNoRequisto + Mudanças no requisito + + + + #MudancaOrganizacao + É um verdadeiro choque de ordem na organização, principalmente quando a gerência do processo de desenvolvimento de software é inexistente ou confusa. +Atingir a maturidade é um indicativo de que já há sinais de gerenciamento eficiente desse processo, evidenciados pela documentação gerada para o projeto. + + + + #MudancaOrganizacao + 5.2.0.0 + + + + #MudancaOrganizacao + Mudança organizacional + + + + #MudancaPrevista + 18.10.0.0 + + + + #MudancaPrevista + Mudanças já previstas + + + + #MultiTarefa + Ter a capacidade de gerenciar mais de um projeto ao mesmo tempo. +Ser hábil para desenvolver várias funções, como por exemplo ter habilidades de analises. + + + + #MultiTarefa + 10.46.0.0 + + + + #MultiTarefa + Multitarefa + + + + #Necessidade + 7.0.0.0 + + + + #Necessidade + Necessidades + + + + #NecessidadeDeAquisicao + 15.61.0.0 + + + + #NecessidadeDeAquisicao + Necessidade de aquisição + + + + #NecessidadeParaOrganizacao + 15.62.0.0 + + + + #NecessidadeParaOrganizacao + Necessidades da organização + + + + #Nivel + 8.0.0.0 + + + + #Nivel + Nível + + + + #NivelF + Gerenciado + + + + #NivelF + 8.1.0.0 + + + + #NivelF + Nível F + + + + #NivelG + Parcialmente Gerenciado + + + + #NivelG + 8.2.0.0 + + + + #NivelG + Nível G + + + + #NotificarAfetado + 9.24.0.0 + + + + #NotificarAfetado + Notificar as partes afetadas + + + + #Objetivo + 9.0.0.0 + + + + #ObjetivoDeMedicao + 14.44.0.0 + + + + #ObjetivoDeMedicao + Objetivos da medição + + + + #ObjetivoDoProjeto + 15.63.0.0 + + + + #ObjetivoDoProjeto + Objetivo do projeto + + + + #ObjetivoEstrategico + 14.45.0.0 + + + + #ObjetivoEstrategico + Objetivos estratégicos + + + + #ObjetivoNegocio + 18.9.0.0 + + + + #ObjetivoNegocio + Examinar objetivos de negócios + + + + #Obrigacao + 10.0.0.0 + + + + #Obrigacao + Obrigação + + + + #ObterAutorizacao + 2.12.0.0 + + + + #ObterAutorizacao + Obter autorização dos responsáveis + + + + #ObterComprometimento + 2.13.0.0 + + + + #ObterComprometimento + Obter o comprometimento + + + + #ObterCompromisso + Obter dos participantes do projeto compromissos com os requisitos. + + + + #ObterCompromisso + 9.26.0.0 + + + + #ObterCompromisso + Obter os compromissos para atendimento + + + + #ObterCompromissoExterno + 6.13.0.0 + + + + #ObterCompromissoExterno + Obter compromisso com os participantes externos + + + + #ObterRequisito + Desenvolver um entendimento com os fornecedores dos requisitos sobre o significado dos requisitos. + + + + #ObterRequisito + 9.25.0.0 + + + + #ObterRequisito + Obter e entender os requisitos + + + + #OportunidadeDeNegocio + 15.64.0.0 + + + + #OportunidadeDeNegocio + Oportunidades de negócios + + + + #Orcamento + 15.67.0.0 + + + + #Orcamento + Orçamento do projeto + + + + #OrcamentoPortifolio + 15.66.0.0 + + + + #OrcamentoPortifolio + Orçamento do portifólio + + + + #Organiza + Organiza atividades e tarefas que mantem a integridade do software. + + + + #Organiza + 10.47.0.0 + + + + #Organiza + Organizar + + + + #Orçamento + 15.65.0.0 + + + + #Ouvinte + Saber ouvir o que o integrantes da equipe tem a dizer. + + + + #Ouvinte + 10.58.0.0 + + + + #Ouvinte + Saber ouvir + + + + #Papeis + 11.0.0.0 + + + + #PlanejamentoDeEntrega + 6.14.0.0 + + + + #PlanejamentoDeEntrega + Planejamento das entregas sincronizadas com o projeto todo + + + + #PlanejamentoDoProjeto + 15.69.0.0 + + + + #PlanejamentoDoProjeto + Planejamento do projeto + + + + #PlanejamentoPrevio + 18.12.0.0 + + + + #PlanejamentoPrevio + Planejamento prévio da utilização de recurso + + + + #PlanejarExecucaoDoProcesso + 15.68.0.0 + + + + #PlanejarExecucaoDoProcesso + Planejamento da execução do processo + + + + #PlanejarRecursoEspecifico + 6.15.0.0 + + + + #PlanejarRecursoEspecifico + Planejar a utilização de recursos específicos + + + + #PlanoDeComunicacaoDoProcesso + 15.70.0.0 + + + + #PlanoDeComunicacaoDoProcesso + Plano de comunicação do processo + + + + #PlanoDeControleDeProjeto + 2.14.0.0 + + + + #PlanoDeControleDeProjeto + Plano de controle de projeto + + + + #PlanoDeCorrecaoDeNaoConformidade + Define um plano de correção de acordo com as não conformidades encontradas. + + + + #PlanoDeCorrecaoDeNaoConformidade + 15.71.0.0 + + + + #PlanoDeCorrecaoDeNaoConformidade + Plano de correção de não conformidades + + + + #PlanoDeGerenciaDeConfiguracao + 15.73.0.0 + + + + #PlanoDeGerenciaDeConfiguracao + Plano de gerência de configuração + + + + #PlanoDeProjeto + Estabelece uma base de execução e controle para as atividades do projeto junto aos seus interessados. + + + + #PlanoDeProjeto + 15.74.0.0 + + + + #PlanoDeProjeto + Plano de projeto + + + + #PlanoDeTeste + 15.75.0.0 + + + + #PlanoDeTeste + Plano de teste + + + + #PlanoGarantiaQualidade + 15.72.0.0 + + + + #PlanoGarantiaQualidade + Plano de garantia da qualidade + + + + #PlanoGerenciamentoDeDados + 14.46.0.0 + + + + #PlanoGerenciamentoDeDados + Plano de gerenciamento de dados + + + + #PontoCriticoDeMedicao + 14.47.0.0 + + + + #PontoCriticoDeMedicao + Pontos críticos de medição + + + + #PontoDeFuncao + 18.4.0.0 + + + + #PontoDeFuncao + Analise por ponto de função + + + + #PotencialGargalo + 9.27.0.0 + + + + #PotencialGargalo + Potênciais gargalos são identificados + + + + #ProblemaIdentificadoNoPortifolio + 15.76.0.0 + + + + #ProblemaIdentificadoNoPortifolio + Problemas identificados no portifólio de projetos + + + + #Processo + 13.0.0.0 + + + + #Processo + Process + + + + #Processo + Processo + + + + #ProcessoDeArmazenagem + 15.77.0.0 + + + + #ProcessoDeArmazenagem + Processo de armazenagem dos dados coletados + + + + #ProcessoDeColeta + 15.78.0.0 + + + + #ProcessoDeColeta + Processo de coleta de dados + + + + #ProcessoFormalMudanca + 15.79.0.0 + + + + #ProcessoFormalMudanca + Processo formal de controle de mudança + + + + #ProcessoPadronizado + A maturidade de Nível F garante que os artefatos produzidos para o projeto estão totalmente de acordo com os padrões e procedimentos estabelecidos. + + + + #ProcessoPadronizado + 16.13.0.0 + + + + #ProcessoPadronizado + Produto atinge padrão estabelecido + + + + #ProdutoApoio + 14.0.0.0 + + + + #ProdutoApoio + Produto de apoio + + + + #ProdutoDosProcessos + 17.11.0.0 + + + + #ProdutoDosProcessos + Produtos de trabalho de todos os processos empregados + + + + #ProdutoEntregue + 15.82.0.0 + + + + #ProdutoEntregue + Produtos que serão entregues + + + + #ProdutoGerado + 15.81.0.0 + + + + #ProdutoGerado + Produtos gerados no projeto + + + + #ProdutoSatisfazerProcesso + 17.10.0.0 + + + + #ProdutoSatisfazerProcesso + Produto deve satisfazer o processo descrito + + + + #ProdutoSelecionado + 15.80.0.0 + + + + #ProdutoSelecionado + Produtos de trabalhos selecionados previamente + + + + #ProdutoTrabalho + 15.0.0.0 + + + + #ProdutoTrabalho + Produto de trabalho + + + + #ProjetoSelecionado + 15.83.0.0 + + + + #ProjetoSelecionado + Projeto selecionado + + + + #Proposito + 16.0.0.0 + + + + #Proposito + Propósito + + + + #ProprioPadrao + A organização poderá utilizar seus próprios padrões e processos para gerir o projeto, não sendo necessário a adoção de padrões organizacionais. + + + + #ProprioPadrao + 18.13.0.0 + + + + #ProprioPadrao + Próprio padrão organizacional + + + + #Qualidade + Ajuda a produzir um produto de software de alta qualidade + + + + #Qualidade + 10.45.0.0 + + + + #Qualidade + Melhorar a qualidade + + + + #QualificaContinuo + Executa a qualificação continua de projetos para confirmar que eles justificam a continuidade dos investimentos, ou podem ser redirecionados para justifcar. + + + + #QualificaContinuo + 16.14.0.0 + + + + #QualificaContinuo + Qualificação continua + + + + #RAP1 + O processo atinge seus resultados definidos. + + + + #RAP1 + 3.1.1.1 + + + + #RAP1 + RAP 1 + + + + #RAP10 + Para o Nível G: +- O processo planejado para o projeto é executado. + +A partir do Nível F +- A aderência dos processos executados às descriçõesde processo, padrões e procedimentos á avaliada objetivamente e são tratadas as não conformidades. + + + + #RAP10 + 3.1.2.9 + + + + #RAP10 + RAP 10 + + + + #RAP11 + Os requisitos dos produtos de trabalho do processo são identificados. + + + + #RAP11 + 3.1.3.1 + + + + #RAP11 + RAP 11 + + + + #RAP12 + Requisitos para documentação e controle dos produtos de trabalho são estabelecidos. + + + + #RAP12 + 3.1.3.2 + + + + #RAP12 + RAP 12 + + + + #RAP13 + Os produtos de trabalho são colocados em níveis apropriados de controle. + + + + #RAP13 + 3.1.3.3 + + + + #RAP13 + RAP 13 + + + + #RAP14 + Os produtos de trabalhos são avaliados objetivamente com relação aos padrões, procedimentos e requisitos aplicáveis e são tratadas as não conformidades. + + + + #RAP14 + 3.1.3.4 + + + + #RAP14 + RAP 14 + + + + #RAP2 + Existe uma política organizacional estabelecida e mantida para o processo. + + + + #RAP2 + 3.1.2.1 + + + + #RAP2 + RAP 2 + + + + #RAP3 + A execução do processo é planejada. + + + + #RAP3 + 3.1.2.2 + + + + #RAP3 + RAP 3 + + + + #RAP4 + Para o Nível G: +- A execução do processo é monitorada e ajustes são realizados para atender aos planos. + +A partir do Nível F +- Medidas são planejadas e coletadas para monitoração da execução do processo e ajustes são realizados. + + + + #RAP4 + 3.1.2.3 + + + + #RAP4 + RAP 4 + + + + #RAP5 + As informações e os recursos necessários para a execução do processo são identificados e disponibilizados. + + + + #RAP5 + 3.1.2.4 + + + + #RAP5 + RAP 5 + + + + #RAP6 + Até o Nível F: +- As responsábidades e a autoridade para executar o processo são identificados e disponibilizados. + +A partir do Nível E +- Os papeis requeridos, responsabilidades e aturidade para execução do processo definido são atribuídos e comunicados. + + + + #RAP6 + 3.1.2.5 + + + + #RAP6 + RAP 6 + + + + #RAP7 + As pessoas que executam o processo são competentes em termos de formação, treinamento e experiência. + + + + #RAP7 + 3.1.2.6 + + + + #RAP7 + RAP 7 + + + + #RAP8 + A cominucação entre as partes interessadas no processo é gerenciada de forma a garantir o seu envolvimento no projeto. + + + + #RAP8 + 3.1.2.7 + + + + #RAP8 + RAP 8 + + + + #RAP9 + Até o Nível F: +- Os resultados dos processos são revistos com a gerência de alto nível para fornecer viabilidade sobre a sua situação na organização. + +A partir do Nível E +- Métodos adequados para monitorar a eficácia e adequação do processo são derterminados e os resultados do processo são revistos com a gerência de alto nível para fornecer visibilidade sobre a sua situação organizacional. + + + + #RAP9 + 3.1.2.8 + + + + #RAP9 + RAP 9 + + + + #Rastreabilidade + Manter a rastreabilidade bidirecional entre os requisitos e os planos do projeto e produtos de trabalho + + + + #Rastreabilidade + 9.23.0.0 + + + + #Rastreabilidade + Manter rastreabilidade + + + + #RastreabilidadeDoRequisito + 15.84.0.0 + + + + #RastreabilidadeDoRequisito + Rastreabilidade de requisito + + + + #RastreabilidadeDoRequisito + Requirement Traceability + + + + #Ratreio + Provê a habilidade de rastrear o processo desde os requisitos até o produto final + + + + #Ratreio + 10.48.0.0 + + + + #Ratreio + Rastreabilidade + + + + #RealizaAjuste + 15.85.0.0 + + + + #RealizaAjuste + Realiza ajustes + + + + #RecursoDoProjeto + 14.48.0.0 + + + + #RecursoDoProjeto + Recursos do projeto + + + + #RecursoEspecifico + Recursos específicos do contratante + + + + #RecursoEspecifico + 14.49.0.0 + + + + #RecursoEspecifico + Recursos específicos + + + + #RecursoFisico + 15.87.0.0 + + + + #RecursoFisico + Recursos fisicos + + + + #RecursoHumano + Apresenta todos os colaboradores que serão alocados no projeto. Os colaboradores são selecionados de acordo com as necessidades do projeto e sua capacidade em executar as tarefas. + + + + #RecursoHumano + 15.88.0.0 + + + + #RecursoHumano + Recursos humanos + + + + #RecursoParaExecucaoDoProcesso + 15.89.0.0 + + + + #RecursoParaExecucaoDoProcesso + Recursos para execução do processo + + + + #RecursoPortifolio + 15.86.0.0 + + + + #RecursoPortifolio + Recurso do portifólio + + + + #RecursoTesteUnitario + 6.16.0.0 + + + + #RecursoTesteUnitario + Recursos para testes unitários + + + + #RegistoDeDesempenhoDoProjeto + Todas as informações sobre o monitoramente do projeto são anotadas. + +As informações seguem os critérios estabelecidos pela organização. + + + + #RegistoDeDesempenhoDoProjeto + 15.91.0.0 + + + + #RegistoDeDesempenhoDoProjeto + Registro de desempenho do projeto + + + + #RegistoDeDesvioSignificativo + 15.92.0.0 + + + + #RegistoDeDesvioSignificativo + Registro de desvio significativo + + + + #RegistoDePontoCriticoDoPlano + 15.93.0.0 + + + + #RegistoDePontoCriticoDoPlano + Registros de pontos críticos do plano + + + + #RegistrarAdaptacao + Quando a organização possui processos já definidos, documentos e utilizados e os projetos necessitarem de adaptações, as adaptações devem ser registradas durante o planejamento do projeto. + + + + #RegistrarAdaptacao + 10.49.0.0 + + + + #RegistrarAdaptacao + Registrar adaptação + + + + #RegistrarInconsitenciaRequisito + 10.50.0.0 + + + + #RegistrarInconsitenciaRequisito + Registrar as inconsistência encontradas nos requisitos + + + + #RegistroDeAcompanhamento + 15.90.0.0 + + + + #RegistroDeAcompanhamento + Registro de acompanhamento + + + + #Regra + 17.0.0.0 + + + + #Regra + Regra + + + + #RelataDado + 16.15.0.0 + + + + #RelataDado + Relatar dados relativos aos produtos + + + + #RelataStatus + Representa o acompanhamento da configuração e envolve o registro e relato de informações necessárias para efetivamente se gerenciar um software e os seus itens de configuração. + + + + #RelataStatus + 9.29.0.0 + + + + #RelataStatus + Relato de status + + + + #RelatorioDeNaoConformidadeDoTeste + 15.94.0.0 + + + + #RelatorioDeNaoConformidadeDoTeste + Relatório de não conformidade dos testes + + + + #RelatorioStatus + Provê dados para relatórios que podem ser facilmente gerados + + + + #RelatorioStatus + 10.52.0.0 + + + + #RelatorioStatus + Relatórios de status + + + + #RequisitoDeControle + 15.95.0.0 + + + + #RequisitoDeControle + Requisitos de controles + + + + #RequisitoDeDocumentacao + 15.96.0.0 + + + + #RequisitoDeDocumentacao + Requisitos de documentação + + + + #RequisitoDePrivacidaDeSeguranca + 14.50.0.0 + + + + #RequisitoDePrivacidaDeSeguranca + Requisito de privacidade de segurança + + + + #RequisitoDoProjeto + 15.97.0.0 + + + + #RequisitoDoProjeto + Project Requirements + + + + #RequisitoDoProjeto + Requisitos de projeto + + + + #RequisitoFuncional + 14.51.0.0 + + + + #RequisitoFuncional + Requisito funcional + + + + #RequisitoNaoFuncional + 14.52.0.0 + + + + #RequisitoNaoFuncional + Requisitos não-funcionais + + + + #ResolverGargalo + 10.55.0.0 + + + + #ResolverGargalo + Resolver potênciais gargalos + + + + #ResolverInconsistencia + 10.53.0.0 + + + + #ResolverInconsistencia + Resolver as inconsitências dos requisitos usando ações corretivas + + + + #ResolverProblema + Tem a obrigação de identificar, documentar, gerenciar e resolver todos os problemas idenfificados durante o projeto. + + + + #ResolverProblema + 10.56.0.0 + + + + #ResolverProblema + Resolver problema + + + + #ResponsabilidadeDoProjeto + 15.98.0.0 + + + + #ResponsabilidadeDoProjeto + Responsabilidades do projeto + + + + #ResponsavelCorrecao + 6.11.0.0 + + + + #ResponsavelCorrecao + Identificar quem será o responsável pelas correções + + + + #RestricaoDoProjeto + 15.99.0.0 + + + + #RestricaoDoProjeto + Restrição do projeto + + + + #ResultadoDaExecucaoDoProcesso + 15.100.0.0 + + + + #ResultadoDaExecucaoDoProcesso + Resultados da execução do processo + + + + #ResultadoTeste + Avaliar o resultado de cada ciclo de teste + + + + #ResultadoTeste + 10.5.0.0 + + + + #ResultadoTeste + Avaliar os resultados de testes + + + + #ReuniaoDeKickoff + 18.14.0.0 + + + + #ReuniaoDeKickoff + Realizar reunião de kick off no Inicio do projeto + + + + #RevisaoDaDocumentacao + 15.101.0.0 + + + + #RevisaoDaDocumentacao + Revisão de documentação + + + + #RevisaoDeRequisito + 15.102.0.0 + + + + #RevisaoDeRequisito + Requirements Review + + + + #RevisaoDeRequisito + Revisão de requisito + + + + #RevisaoDoResultadoDeProcesso + 15.103.0.0 + + + + #RevisaoDoResultadoDeProcesso + Revisão de resultados de processos + + + + #RevisarMedidas + 17.12.0.0 + + + + #RevisarMedidas + Revisar as medidas com a gerência + + + + #RevisarPlano + 10.57.0.0 + + + + #RevisarPlano + Revisar o plano com os envolvidos + + + + #RiscoExterno + 14.53.0.0 + + + + #RiscoExterno + Riscos externos + + + + #RiscoPadrao + 14.55.0.0 + + + + #RiscoPadrao + Tabela de risco padrão + + + + #RiscosIdentificados + Todos os riscos identificados para o projeto. + +Deve se utilizando um documento contendo os Riscos mais frequentes e padronizados. + +todos os riscos identificados são priorizados e seu impacto no projeto é analisado seguindo critérios definidos pela organização. + + + + #RiscosIdentificados + 15.104.0.0 + + + + #RiscosIdentificados + Riscos identificados no projeto + + + + #SeguirInstrucao + Listar ou ler as especificações de programas, detalhadas por um analista de sistemas, e que mostram passo a passo as tarefas que o computador precisa executar. + + + + #SeguirInstrucao + 10.59.0.0 + + + + #SeguirInstrucao + Seguir instruções + + + + #SelecaoDeDocumento + 15.105.0.0 + + + + #SelecaoDeDocumento + Seleção de documentos + + + + #SelecaoDeFornecedor + 15.106.0.0 + + + + #SelecaoDeFornecedor + Seleção do fornecedor + + + + #SerCriativo + O profissional deve sugerir novos caminhos para a empresa melhorar o seu desempenho global, através do uso racional e criativo da tecnologia de informação + + + + #SerCriativo + 4.3.0.0 + + + + #SerCriativo + Ser criativo + + + + #SerIndependente + Por ser um processo que ficaliza os envolvidos no projeto, as pessoas que são responsáveis por executar a Garantida da qualidade devem se independente e ter autoridades para cobrar a solução dos desvios. + + + + #SerIndependente + 10.61.0.0 + + + + #SerIndependente + Ser independente + + + + #SerOO + Ser orientada a projeto significa que a organização tem que redefinir algumas operações que estão em andamento, como projeto, estabelecendo prazos, objetivos, e escopo para sua execução. + + + + #SerOO + 10.63.0.0 + + + + #SerOO + Ser orientada a projeto + + + + #SerPaciente + 4.4.0.0 + + + + #SerPaciente + Ser paciente + + + + #ServeApoio + Serve de apoio ao Gerente de Projeos pois funciona como se fosse seus olhos e ouvidos dentro do projeto. + + + + #ServeApoio + 16.16.0.0 + + + + #ServeApoio + Servir de apoio + + + + #SistemaDeControleDeVersao + Estabelecer um sistema de controle de versões + + + + #SistemaDeControleDeVersao + 15.107.0.0 + + + + #SistemaDeControleDeVersao + Sistema de controle de versão + + + + #SistemaDeGerenciamentoDeConstrucao + 15.108.0.0 + + + + #SistemaDeGerenciamentoDeConstrucao + Sistema de gerenciamento de construção + + + + #SolicitacaoDeMudanca + 15.109.0.0 + + + + #SolicitacaoDeMudanca + Solicitação de mudança + + + + #SolucaoDeConflitoDeRecurso + 15.110.0.0 + + + + #SolucaoDeConflitoDeRecurso + Solução de conflitos de recursos + + + + #StatusSolicitacao + 17.6.0.0 + + + + #StatusSolicitacao + Comunica o status da solicitação + + + + #Sugestao + 18.0.0.0 + + + + #Sugestao + Sugestão + + + + #TAP + 15.111.0.0 + + + + #TAP + Termo de abertura do projeto + + + + #TabelaDeMetrica + Tabela contendo exemplos de Métricas já utilzadas em projetos anteriores + + + + #TabelaDeMetrica + 14.54.0.0 + + + + #TabelaDeMetrica + Tabela de métricas + + + + #TarefaDeGerenciamento + 14.56.0.0 + + + + #TarefaDeGerenciamento + Tarefas de gerenciamento + + + + #TarefaTecnica + 14.57.0.0 + + + + #TarefaTecnica + Tarefas técnicas + + + + #TreinamentoDoRecurso + 15.112.0.0 + + + + #TreinamentoDoRecurso + Treinamento dos recursos + + + + #TreinamentoEspecifico + 6.17.0.0 + + + + #TreinamentoEspecifico + Treinamento em ferramentas específicas da contratante + + + + #VerificaEstrutura + 17.13.0.0 + + + + #VerificaEstrutura + Verificar a estrutura da baseline + + + + #VerificaImplementacao + 17.16.0.0 + + + + #VerificaImplementacao + Verificação da Implementação + + + + #VerificaIntegridade + 17.14.0.0 + + + + #VerificaIntegridade + Verificar a integridade da baseline + + + + #VerificaProcedimento + 9.31.0.0 + + + + #VerificaProcedimento + Verificação dos procedimentos + + + + #VerificarDiretrizes + 9.30.0.0 + + + + #VerificarDiretrizes + Verificação das diretrizes + + + + #ViagemPrevista + 18.16.0.0 + + + + #ViagemPrevista + Viagens previstas + + + + #WorkBreakdownStructure + É utilizada em uma estimativa de escopo, dividindo o projeto em um conjunto de trabalhos gerenciáveis que deverão ser desenvolvidos. + +A WBS é subdivisão lógica do projeto, decomposta até que se obtenha elementos de trabalho claramente identificáveis, mensuráveis e controláveis. + + + + #WorkBreakdownStructure + WBS + + + + #adapatacaoNivelG + Adaptações para o Nível G + + + + #adaptacaoNivelF + Adaptações para o Nível F + + + + #atividadeGP + Atividades da Gerência de Projetos + + + + #atividadeestabelecebaseline + Atividades para estabelecer a baseline + + + + #atividaderegistroacompanhamento + Atividades para registro de acompanhamento + + + + #atualiza + atualiza + + + + #caracteristicadesenvolvedor + Característica do analista de desenvolvimento + + + + #caracteristicagerenteprojeto + Características do gerênte de projeto + + + + #caracteristicasistema + Característica do analista de sistema + + + + #caracteristicateste + Característica do analista de teste + + + + #compemregistroproblemaidentificado + Compoem o documento de registro de problemas identificados + + + + #compoeWBS + Compõem a WBS + + + + #compoeaceiterequisito + Compõem o aceite dos requisitos + + + + #compoeacordo + Compõem o acordo de prestação de serviços + + + + #compoeaderenciaproduto + Compõem aderência do produto + + + + #compoearmazemdados + Compõem a armazemagem de dados coletados + + + + #compoeauditoriaconfiguracao + Compõem a auditoria de configuração + + + + #compoeavaliaçãoprodutotrabalho + Compõem a avaliação do produto de trabalho + + + + #compoebaseline + Compoem o processo estabelece baseline + + + + #compoecoletaanalisedados + Composição da coleta e analise de dados + + + + #compoecoletadados + Compoem a comunicação de dados + + + + #compoeconflitorecurso + Compõem a solução de conflito do recurso + + + + #compoecontroleacesso + Compoem o controle de acesso + + + + #compoecontrolemudanca + Compoem o controle de mudanças + + + + #compoecronogramaprojeto + Compoem o cronograma de projeto + + + + #compoedimensionamentotarefa + Compoem o dimensionamento da tarefa + + + + #compoedocumentoanalisemedicao + Compoem o documento de analise de medição + + + + #compoeestimativaesfococusto + Compoem a estimativa de esfoço e custo + + + + #compoeexecucaoprocesso + Compõem o monitoramento da execução do processo + + + + #compoeidentificacaomedidas + Compõem a identificação de medidas + + + + #compoeitemconfiguracao + Compõem itens de configuração + + + + #compoemonitoramentoaquisicao + Compôem o monitoramento de aquisição + + + + #compoemudancarequisito + Compoem o documento de mudança de requisitos + + + + #compoenivelcontrole + Compõem a definição do nível de controle + + + + #compoeorcamentoportifolio + Compõem o orçamento do portifólio + + + + #compoeorcamentoprojeto + Compõem o orçamento do projeto + + + + #compoeparticipacaoenvolvido + Compoem o documento de participação dos envolvidos + + + + #compoeplanocomunicacaoprocesso + Compõem o plano de comunicação do processo + + + + #compoeplanocorrecaonaoconformidade + Compõem o plano de correção de não conformidade + + + + #compoeplanoprojeto + Compõem o plano de projeto + + + + #compoeprocessoarmazenagemdados + Compõem o processo de armazenagem dos dados coletados + + + + #compoeprocessocoletadados + Compõem o processo de coleta de dados + + + + #compoeprodutoprojeto + Compõem a integração do produto ao projeto + + + + #compoeprojetoselecionado + Compõem projeto selecionado + + + + #compoerastreabilidaderequisito + Compõem a rastreabilidade do requisito + + + + #compoerecursofisico + Compõem recursos fisicos + + + + #compoerecursohumano + Compõem recursos humanos + + + + #compoerecursoparaprocesso + Compõem os recursos para execução do processo + + + + #compoerecursoportifolio + Compõem os recursos do portifólio + + + + #compoeregistoacompanhamento + Compõem o registro de acompanhamento + + + + #compoeregistrodesempenhoprojeto + Compõem o registro de desempenho do projeto + + + + #compoerelatorionaoconformidadeteste + Compõem o relatório de não conformidades dos testes + + + + #compoerequisitoprojeto + Compõem o requisito de projeto + + + + #compoeresponsabilidadeprojeto + Compõem as responsabilidades do projeto + + + + #compoerevisaomarco + Compoem o documento de revisão de marco do projeto + + + + #compoerevisaorequisito + Compõem a revisão dos requisitos + + + + #compoeriscoidentifcadoprojeto + Compõem os risco identificados no projeto + + + + #compoeselecaofornecedor + Compõem a seleção de fornecedor + + + + #compoestatusportifolio + Compõem a comunicação do status do portifólio + + + + #compoetermoabertura + Composição do termo abertura do projeto + + + + #compoetreinamentorecurso + Compõem treinamento dos recursos + + + + #composicaoanaliseviabilidade + Composição da analise de viabilidade do projeto + + + + #composicaociclovida + Composição do ciclo de vida do projeto + + + + #define + definem + + + + #description + descrição + + + + #evolui + sobre evolução + + + + #hasFS + para fábrica de software + + + + #hasadaptation + tem adaptação + + + + #hasatividade + hasactivity + + + + #hasatividade + tem atividade + + + + #hasattribute + tem característica + + + + #haschallenge + tem desafio + + + + #hasexample + tem exemplo + + + + #hasincorporate + incorpora + + + + #hasinfluenciaof + hasinfluence + + + + #hasinfluenciaof + tem influência + + + + #haslevel + tem nível + + + + #hasobligation + tem obrigação + + + + #haspartof + tem parte + + + + #hasprocess + tem processo + + + + #hasprocessin + tem processo em + + + + #hasproposal + tem propósito + + + + #haspurpose + tem objetivo + + + + #hasrap + tem rap + + + + #hasrep + tem rep + + + + #hasresolve + tem solução + + + + #hasresult + tem resultado + + + + #hasreview + faz analise + + + + #hasrole + tem regra + + + + #hassponsor + tem responsável + + + + #hasuse + faz uso + + + + #hasuseresult + faz uso do resultado + + + + #id + classificação + + + + #identifica + identifica + + + + #isFSof + é diferente na fábrica + + + + #isadaptationof + é adaptação de + + + + #isatividadeof + é atividade de + + + + #isattributeof + é característica de + + + + #ischallengeof + é desafio de + + + + #isdefineby + é definido por + + + + #isidentificadoby + é identificado por + + + + #isincorporateby + é incorporado por + + + + #isinfluenciaby + influência em + + + + #islevelof + é nível de + + + + #isobligationof + evaluate test results + + + + #isobligationof + é obrigação de + + + + #ispartof + é parte de + + + + #isprocessof + é processo de + + + + #isproposalof + é sugestão de + + + + #ispurposeof + é objetivo de + + + + #israpof + é rap de + + + + #isrepof + é rep de + + + + #isresolveof + é propósito de + + + + #isresultof + é resultado de + + + + #isreviewby + tem analise de + + + + #isroleof + é regra de + + + + #issponsorof + é responsável por + + + + #isupdateby + é atualizado por + + + + #isuseby + é usado por + + + + #isuseresultby + é usado o resultado por + + + + #objetivoGCO + Objetivos da gerência de configuração + + + + #objetivoGPP + Objetivos da gerência de portifólio de projeto + + + + #objetivoGQA + Objetivos da garantia de qualidade + + + + #objetivoGRE + Objetivos da gerência de requisitos + + + + #objetivoMED + Objetivos de medição + + + + #objetivoauditoriaconfiguracao + Objetivos da auditoria de configuração + + + + #objetivorequisitoprojeto + Objetivos para requisito de projeto + + + + #obrigacaoGCO + Obrigações da gerência de configuração + + + + #obrigacaoGPR + Obrigações da gerência de projetos + + + + #obrigacaoGQA + Obrigações da garantia de qualidade + + + + #obrigacaoacaocorretivaprojeto + Obrigações das ações corretivas para o projeto + + + + #obrigacaoanaliseviabilidade + Obrigações da analise de viabilidade do projeto + + + + #obrigacaocoletadados + Obrigações para processo de coleta de dados + + + + #obrigacaodesempenhoprojeto + Obrigações para registro de desempenho do projeto + + + + #obrigacaodesenvolvimento + Obrigações do analista de desenvolvimento + + + + #obrigacaogerenteprojeto + Obrigações do gerênte de projeto + + + + #obrigacaorequisitoprojeto + Obrigações para o requisito de projeto + + + + #obrigacaoriscoidentificado + Obrigações para riscos identificados no projeto + + + + #obrigacaosistema + Obrigações do analista de sistema + + + + #obrigacaoteste + Obrigações do analista de teste + + + + #parteacaocorretivaprojeto + Documentando as ações corretivas para o projeto + + + + #propositoGCO + Propósitos da gerência de configuração + + + + #propositoGPP + Propósitos da gerência de portifóio de projeto + + + + #propositoGPR + Propósitos da gerencia de projeto + + + + #propositoGRE + Propósitos da gerência de requisitos + + + + #propositoMED + Propósitos de medição + + + + #propositoanaliseviabilidade + Propósitos da analise de viabilidade do projeto + + + + #propositociclovida + Propósitos do ciclo de vida do projeto + + + + #propositorecursofisico + Propósitos de recursos fisicos + + + + #propositorecursohumano + Propósito de recursos humanos + + + + #questao + Questões + + + + #regraauditoriadeconfiguracao + Regras para auditoria de configurações + + + + #regraidentificacaomedida + Regras para identificação das medidas + + + + #resultadoprocesso + Resultado dos processos + + + + #solucaoGQA + Propósitos da garantia de qualidade + + + + rdfs:label + nome + + + + owl:Thing + MR-MPS + + + + owl:versionInfo + informação da versão + + + + + + + diff --git a/Sources/Ontologies/PM-Ontology/README.md b/Sources/Ontologies/PM-Ontology/README.md new file mode 100644 index 0000000..5ee21e0 --- /dev/null +++ b/Sources/Ontologies/PM-Ontology/README.md @@ -0,0 +1,12 @@ +# Project: Project Management ontology + +## Version control +The latest version is available from w3id.org/project#. This points to the master branch of this repository. +Developments are stored in the Development branch and feature branches are created for features that are not yet implemented in the development branch. + +## Adding content to the project management ontology +1. Fork this repository. +2. Add contribution to the ontology or add a separate alignment file. +3. Commit your changes and submit a [pull request](https://github.com/perma-id/w3id.org/pulls). +4. w3c-lbd administrators will review your pull request and merge it if everything looks correct. Once the pull request is merged, the changes go live immediately. + diff --git a/Sources/Ontologies/PM-Ontology/UPonto-GIT-002.owl b/Sources/Ontologies/PM-Ontology/UPonto-GIT-002.owl new file mode 100644 index 0000000..eb41d5f --- /dev/null +++ b/Sources/Ontologies/PM-Ontology/UPonto-GIT-002.owl @@ -0,0 +1,849 @@ +@prefix : . +@prefix cc: . +@prefix dc: . +@prefix kp: . +@prefix mo: . +@prefix v1: . +@prefix vs: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix MARC: . +@prefix adms: . +@prefix foaf: . +@prefix prov: . +@prefix rdfs: . +@prefix skos: . +@prefix time: . +@prefix vann: . +@prefix voaf: . +@prefix wgs84: . +@prefix BibTeX: . +@prefix Schema: . +@prefix dcterm: . +@base . + + rdf:type owl:Ontology ; + vann:preferredNamespaceUri "UP" ; + dc:title "Blank" ; + dc:modified "2016-03-21"^^xsd:dateTime ; + vann:preferredNamespacePrefix "UP" ; + dc:creator "Pouya Zangeneh" ; + owl:versionInfo "This is Version 1 published at 2016-03-21"@en ; + adms:relatedDocumentation "To be published" ; + cc:license "http://creativecommons.org/licenses/by/3.0/" ; + dc:rights "Rights are reserved for the creator" ; + dc:issued "2016-03-21"^^xsd:dateTime ; + dc:description "Blank" . + +################################################################# +# Annotation properties +################################################################# + +### http://purl.org/dc/elements/1.1/creator +dc:creator rdf:type owl:AnnotationProperty ; + dc:title "this is a test title" . + + +### http://purl.org/dc/elements/1.1/date +dc:date rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/description +dc:description rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/identifier +dc:identifier rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/source +dc:source rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/subject +dc:subject rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/elements/1.1/title +dc:title rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/abstract +dcterm:abstract rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/bibliographicCitation +dcterm:bibliographicCitation rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/description +dcterm:description rdf:type owl:AnnotationProperty . + + +### http://www.loc.gov/mads/rdf/v1#code +v1:code rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#alt +wgs84:alt rdf:type owl:AnnotationProperty ; + rdfs:comment """The WGS84 altitude of a SpatialThing (decimal meters +above the local reference ellipsoid).""" ; + rdfs:label "altitude" ; + rdfs:domain wgs84:SpatialThing . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#lat +wgs84:lat rdf:type owl:AnnotationProperty ; + rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ; + rdfs:label "latitude" ; + rdfs:domain wgs84:SpatialThing . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#location +wgs84:location rdf:type owl:AnnotationProperty ; + rdfs:range wgs84:SpatialThing . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#long +wgs84:long rdf:type owl:AnnotationProperty ; + rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ; + rdfs:label "longitude" ; + rdfs:domain wgs84:SpatialThing . + + +### http://www.w3.org/2003/06/sw-vocab-status/ns#term_status +vs:term_status rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#notation +skos:notation rdf:type owl:AnnotationProperty . + + +### http://www.w3.org/2004/02/skos/core#prefLabel +skos:prefLabel rdf:type owl:AnnotationProperty . + + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#duration +xsd:duration rdf:type rdfs:Datatype . + + +################################################################# +# Object Properties +################################################################# + +### http://ontology.eil.utoronto.ca/kp.owl#KP_Object_Property +kp:KP_Object_Property rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +### http://www.UPonto.org/UPonto/hasAdjustedCost +:hasAdjustedCost rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Cost ; + rdfs:range :AdjustedCost ; + rdfs:comment "hasAdjustedCost conntects instances of declared Cost to their calculated adjusted values that are from the class AdjustedCost."@en . + + +### http://www.UPonto.org/UPonto/hasAssessment +:hasAssessment rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Project ; + rdfs:range :Assessment ; + rdfs:comment "This connects an instance of the class Project to an instance of the class Assessment as its assessment. Usually separated by the phase of the project based on the project's lifecycle data."@en . + + +### http://www.UPonto.org/UPonto/hasCAPEX +:hasCAPEX rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Project ; + rdfs:range :CAPEX ; + rdfs:comment "hasCAPEX is the primary object property that connects instances of the class Project to the instances of declared CAPEX Cost Definition for the process of cost normalization."@en . + + +### http://www.UPonto.org/UPonto/hasComponent +:hasComponent rdf:type owl:ObjectProperty ; + rdfs:domain :MiningAndMetals ; + rdfs:range :Component ; + rdfs:comment "hasComponent connects the instances of mining and metals processes to the declared list of instances of Major Components of the processing unit."@en . + + +### http://www.UPonto.org/UPonto/hasCost +:hasCost rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :CostDef ; + rdfs:range :Cost ; + rdfs:comment "hasCost conntects instances of declared CAPEX to their declared Cost."@en . + + +### http://www.UPonto.org/UPonto/hasCountry +:hasCountry rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range MARC:MARC_Country ; + rdfs:comment "hasCountry connects any instance individual to its country as declared by MARC list of countries from the US library of congress. It is primarily intended to connect projects to their country of origin."@en . + + +### http://www.UPonto.org/UPonto/hasCurrency +:hasCurrency rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Cost ; + rdfs:range :Currency ; + rdfs:comment "hasCurrency connects the instances of the class Cost to a declared list of global currnecies that are instances of the class Currency."@en . + + +### http://www.UPonto.org/UPonto/hasInfoCard +:hasInfoCard rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Project ; + rdfs:range :ProjectInfoCard ; + rdfs:comment "hasInfoCard the object property that connects instances of the class Project to their primary instance of the class InfoCard that hosts the first and second level of project data for that project."@en . + + +### http://www.UPonto.org/UPonto/hasOwner +:hasOwner rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain :Project ; + rdfs:range :OwnerCompany ; + rdfs:comment "hasOwner is the object property that connects instances of the class Project to their primary instance of the class Owner that is a subclass of the class Agent."@en . + + +### http://www.UPonto.org/UPonto/hasProcess +:hasProcess rdf:type owl:ObjectProperty ; + rdfs:domain :Industrial ; + rdfs:comment "hasProcess is the primary object property that connects instances of the class Project to their declared process as instances of class Process Definition ontology."@en . + + +### http://www.UPonto.org/UPonto/hasSource +:hasSource rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range foaf:Agent ; + rdfs:comment "hasSource connects instances of the class Provenance to their declared institutional source for the data as an instance of the class Institue that is a subclass of the class Agent."@en . + + +### http://www.UPonto.org/UPonto/hasState +:hasState rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:range MARC:MARC_Country ; + rdfs:comment "hasStates connects any instance individual to its country state as declared by MARC list of countries from the US library of congress. It is primarily intended to connect projects to their country or state of origin."@en . + + +### http://www.UPonto.org/UPonto/hasThroughPut +:hasThroughPut rdf:type owl:ObjectProperty ; + rdfs:domain :MiningAndMetals ; + rdfs:range :Throughput ; + rdfs:comment "hasComponent connects the instances of mining and metals processes to the declared list of instances of Major Components of the processing unit."@en . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#location +wgs84:location rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + + +################################################################# +# Data properties +################################################################# + +### http://ontology.eil.utoronto.ca/kp.owl#KP_data_property +kp:KP_data_property rdf:type owl:DatatypeProperty ; + rdfs:domain kp:KP_prop ; + rdfs:range owl:real . + + +### http://ontology.eil.utoronto.ca/kp.owl#assigned_Certainty_Degree +kp:assigned_Certainty_Degree rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf kp:KP_data_property ; + rdfs:label "assigned Certainty Degree"@en . + + +### http://www.UPonto.org/UPonto/adjustedForInflation +:adjustedForInflation rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :costProperty ; + rdfs:domain :Cost ; + rdfs:range xsd:decimal . + + +### http://www.UPonto.org/UPonto/adjustedForPPP +:adjustedForPPP rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :costProperty ; + rdfs:domain :Cost ; + rdfs:range xsd:decimal . + + +### http://www.UPonto.org/UPonto/assessmentProperty +:assessmentProperty rdf:type owl:DatatypeProperty ; + rdfs:comment "Main data property group for the instances of the class Project Assessment. Assessment properties must be able to be applied to all phase of the project. In other words, the must be common between the phases in their definition. assessmentProperties reflect the third level of project data that corresponds to project lifecycle data."@en . + + +### http://www.UPonto.org/UPonto/capexCurrency +:capexCurrency rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project ; + rdfs:range rdfs:Literal ; + rdfs:comment "In the absence of cost definition data based on Cost Definition ontology, or as an intermediary to incorporate full cost definition with SWRL or construct."@en . + + +### http://www.UPonto.org/UPonto/capexTotal +:capexTotal rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project ; + rdfs:range xsd:decimal ; + rdfs:comment "In the absence of cost definition data based on Cost Definition ontology, or as an intermediary to incorporate full cost definition with SWRL or construct."@en . + + +### http://www.UPonto.org/UPonto/climateType +:climateType rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :hasIndexExtractable . + + +### http://www.UPonto.org/UPonto/contractType +:contractType rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project . + + +### http://www.UPonto.org/UPonto/cost +:cost rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :costProperty ; + rdfs:domain :Cost ; + rdfs:range xsd:decimal . + + +### http://www.UPonto.org/UPonto/costProperty +:costProperty rdf:type owl:DatatypeProperty ; + rdfs:comment "Data properties of the cost definition ontology. These data properties reflect the declared and the normalized cost."@en . + + +### http://www.UPonto.org/UPonto/costYear +:costYear rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :costProperty ; + rdfs:domain :Cost ; + rdfs:range xsd:dateTime . + + +### http://www.UPonto.org/UPonto/dateCommision +:dateCommision rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project ; + rdfs:range xsd:dateTime ; + rdfs:comment "The date corresponding to the start of the commissioning phase of the project."@en . + + +### http://www.UPonto.org/UPonto/dateConstructionStart +:dateConstructionStart rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project ; + rdfs:range xsd:dateTime ; + rdfs:comment "The date corresponding to the start of the construction of the project."@en . + + +### http://www.UPonto.org/UPonto/dateDurationTotal +:dateDurationTotal rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project ; + rdfs:range xsd:duration ; + rdfs:comment "The duration of the project execution, including detailed engineering and construction. Usually known as FEL4 and construction in industrial projects domain."@en . + + +### http://www.UPonto.org/UPonto/discription +:discription rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf owl:topDataProperty ; + rdfs:range xsd:string . + + +### http://www.UPonto.org/UPonto/hasClimateLocation +:hasClimateLocation rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectInfoCardProperty ; + rdfs:comment "Data properties corresponding to project climate and location benchmarking. These properties include the access and remoteness, and as well the weather and climate conditions of the project."@en . + + +### http://www.UPonto.org/UPonto/hasCostByMC +:hasCostByMC rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :assessmentProperty ; + rdfs:domain :Assessment . + + +### http://www.UPonto.org/UPonto/hasCostByTrade +:hasCostByTrade rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :assessmentProperty ; + rdfs:domain :Assessment . + + +### http://www.UPonto.org/UPonto/hasCostSchedule +:hasCostSchedule rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectInfoCardProperty ; + rdfs:domain :ProjectInfoCard ; + rdfs:comment "Data properties corresponding to cost and working manhours benchmarking. These properties include the direct and indirect, estimated and actual data separated figures."@en . + + +### http://www.UPonto.org/UPonto/hasCostbyEP +:hasCostbyEP rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :assessmentProperty ; + rdfs:domain :Assessment . + + +### http://www.UPonto.org/UPonto/hasDefinition +:hasDefinition rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectInfoCardProperty ; + rdfs:domain :ProjectInfoCard ; + rdfs:comment "Data properties corresponding to project definition benchmarking. These properties include the percentage of the cost of early phases of the project, specific dates and project shaping properties."@en . + + +### http://www.UPonto.org/UPonto/hasFELproperty +:hasFELproperty rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :assessmentProperty ; + rdfs:domain :FELsystem . + + +### http://www.UPonto.org/UPonto/hasFinancial +:hasFinancial rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectInfoCardProperty ; + rdfs:domain :ProjectInfoCard ; + rdfs:comment "Data properties corresponding to project financial benchmarking. These properties include the payback period and average interest and profit margins of the project. Care must be given to describe these data as in a normalized way and as percentages of CAPEX figures."@en . + + +### http://www.UPonto.org/UPonto/hasIndexExtractable +:hasIndexExtractable rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project . + + +### http://www.UPonto.org/UPonto/hasLabourSafety +:hasLabourSafety rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectInfoCardProperty ; + rdfs:domain :ProjectInfoCard ; + rdfs:comment "Data properties corresponding to project labour and safety benchmarking. These properties include the composition of labour, the safety outcomes of the project."@en . + + +### http://www.UPonto.org/UPonto/hasPermitting +:hasPermitting rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectInfoCardProperty ; + rdfs:comment "Data properties corresponding to project permitting benchmarking. These properties include the level of permitting problems as is it relates to access, operation, extraction, transportation, environmental, and social licence to operate."@en . + + +### http://www.UPonto.org/UPonto/hasTeamData +:hasTeamData rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectInfoCardProperty ; + rdfs:domain :ProjectInfoCard ; + rdfs:comment "Data properties corresponding to project team development benchmarking. These properties include the experience of the client in the sector and the country of the project."@en . + + +### http://www.UPonto.org/UPonto/name +:name rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### http://www.UPonto.org/UPonto/projectInfoCardProperty +:projectInfoCardProperty rdf:type owl:DatatypeProperty . + + +### http://www.UPonto.org/UPonto/projectProperty +:projectProperty rdf:type owl:DatatypeProperty . + + +### http://www.UPonto.org/UPonto/remoteness +:remoteness rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :hasIndexExtractable ; + rdfs:range xsd:decimal . + + +### http://www.UPonto.org/UPonto/sector +:sector rdf:type owl:DatatypeProperty ; + rdfs:range xsd:string . + + +### http://www.UPonto.org/UPonto/shortName +:shortName rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :name ; + rdfs:range xsd:string . + + +### http://www.UPonto.org/UPonto/status +:status rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :projectProperty ; + rdfs:domain :Project ; + rdfs:range xsd:string . + + +################################################################# +# Classes +################################################################# + +### http://id.loc.gov/vocabulary/countries/MARC_Country +MARC:MARC_Country rdf:type owl:Class . + + +### http://ontology.eil.utoronto.ca/kp.owl#AND_prop +kp:AND_prop rdf:type owl:Class ; + rdfs:subClassOf kp:Composite_prop . + + +### http://ontology.eil.utoronto.ca/kp.owl#Asserted_prop +kp:Asserted_prop rdf:type owl:Class ; + rdfs:subClassOf kp:KP_prop . + + +### http://ontology.eil.utoronto.ca/kp.owl#Composite_prop +kp:Composite_prop rdf:type owl:Class ; + rdfs:subClassOf kp:Dependent_prop . + + +### http://ontology.eil.utoronto.ca/kp.owl#Dependent_prop +kp:Dependent_prop rdf:type owl:Class ; + rdfs:subClassOf kp:KP_prop . + + +### http://ontology.eil.utoronto.ca/kp.owl#Derived_prop +kp:Derived_prop rdf:type owl:Class ; + rdfs:subClassOf kp:Dependent_prop . + + +### http://ontology.eil.utoronto.ca/kp.owl#Equivalent_prop +kp:Equivalent_prop rdf:type owl:Class ; + rdfs:subClassOf kp:Dependent_prop . + + +### http://ontology.eil.utoronto.ca/kp.owl#KP_prop +kp:KP_prop rdf:type owl:Class ; + rdfs:subClassOf [ rdf:type owl:Restriction ; + owl:onProperty kp:assigned_Certainty_Degree ; + owl:allValuesFrom xsd:decimal + ] ; + dcterm:description """A KP Proposition is any object for which we want to define the provenance or dependency for. It can be an object. +'effective' defines time timer interval over which the proposition is valid. Outside of these intervals it has an 'assigned_certainty_degree' of zero."""@en ; + rdfs:label "KP Proposition"@en . + + +### http://ontology.eil.utoronto.ca/kp.owl#NOT_prop +kp:NOT_prop rdf:type owl:Class ; + rdfs:subClassOf kp:Composite_prop . + + +### http://ontology.eil.utoronto.ca/kp.owl#OR_prop +kp:OR_prop rdf:type owl:Class ; + rdfs:subClassOf kp:Composite_prop . + + +### http://www.UPonto.org/UPonto/AdjustedCost +:AdjustedCost rdf:type owl:Class ; + rdfs:subClassOf :Cost . + + +### http://www.UPonto.org/UPonto/Assessment +:Assessment rdf:type owl:Class ; + owl:disjointWith :Project . + + +### http://www.UPonto.org/UPonto/Automated +:Automated rdf:type owl:Class ; + rdfs:subClassOf :Separation . + + +### http://www.UPonto.org/UPonto/Building +:Building rdf:type owl:Class ; + rdfs:subClassOf :Project . + + +### http://www.UPonto.org/UPonto/CAPEX +:CAPEX rdf:type owl:Class ; + rdfs:subClassOf :CostDef . + + +### http://www.UPonto.org/UPonto/Calcining +:Calcining rdf:type owl:Class ; + rdfs:subClassOf :PyroMetallurgy . + + +### http://www.UPonto.org/UPonto/Comminution +:Comminution rdf:type owl:Class ; + rdfs:subClassOf :MineralProcessing . + + +### http://www.UPonto.org/UPonto/Component +:Component rdf:type owl:Class ; + rdfs:subClassOf :ProcessDef . + + +### http://www.UPonto.org/UPonto/Concentration +:Concentration rdf:type owl:Class ; + rdfs:subClassOf :MineralProcessing . + + +### http://www.UPonto.org/UPonto/ConcentrationPurification +:ConcentrationPurification rdf:type owl:Class ; + rdfs:subClassOf :HydroMetallurgy . + + +### http://www.UPonto.org/UPonto/Cost +:Cost rdf:type owl:Class ; + rdfs:subClassOf :CostDef . + + +### http://www.UPonto.org/UPonto/CostDef +:CostDef rdf:type owl:Class . + + +### http://www.UPonto.org/UPonto/Currency +:Currency rdf:type owl:Class ; + rdfs:subClassOf :CostDef . + + +### http://www.UPonto.org/UPonto/Dewatering +:Dewatering rdf:type owl:Class ; + rdfs:subClassOf :MineralProcessing . + + +### http://www.UPonto.org/UPonto/Electrostatic +:Electrostatic rdf:type owl:Class ; + rdfs:subClassOf :Separation . + + +### http://www.UPonto.org/UPonto/FEL1 +:FEL1 rdf:type owl:Class ; + rdfs:subClassOf :FELsystem . + + +### http://www.UPonto.org/UPonto/FEL2 +:FEL2 rdf:type owl:Class ; + rdfs:subClassOf :FELsystem . + + +### http://www.UPonto.org/UPonto/FEL3 +:FEL3 rdf:type owl:Class ; + rdfs:subClassOf :FELsystem . + + +### http://www.UPonto.org/UPonto/FEL4 +:FEL4 rdf:type owl:Class ; + rdfs:subClassOf :FELsystem . + + +### http://www.UPonto.org/UPonto/FELsystem +:FELsystem rdf:type owl:Class ; + rdfs:subClassOf :Assessment . + + +### http://www.UPonto.org/UPonto/Flotation +:Flotation rdf:type owl:Class ; + rdfs:subClassOf :Separation . + + +### http://www.UPonto.org/UPonto/HydroMetallurgy +:HydroMetallurgy rdf:type owl:Class ; + rdfs:subClassOf :MiningAndMetals . + + +### http://www.UPonto.org/UPonto/Industrial +:Industrial rdf:type owl:Class ; + rdfs:subClassOf :Project . + + +### http://www.UPonto.org/UPonto/InfraStructure +:InfraStructure rdf:type owl:Class ; + rdfs:subClassOf :Project . + + +### http://www.UPonto.org/UPonto/Leaching +:Leaching rdf:type owl:Class ; + rdfs:subClassOf :HydroMetallurgy . + + +### http://www.UPonto.org/UPonto/MineralProcessing +:MineralProcessing rdf:type owl:Class ; + rdfs:subClassOf :MiningAndMetals . + + +### http://www.UPonto.org/UPonto/MiningAndMetals +:MiningAndMetals rdf:type owl:Class ; + rdfs:subClassOf :ProcessDef . + + +### http://www.UPonto.org/UPonto/OwnerCompany +:OwnerCompany rdf:type owl:Class ; + rdfs:subClassOf foaf:Organization . + + +### http://www.UPonto.org/UPonto/ProcessDef +:ProcessDef rdf:type owl:Class . + + +### http://www.UPonto.org/UPonto/Project +:Project rdf:type owl:Class . + + +### http://www.UPonto.org/UPonto/ProjectInfoCard +:ProjectInfoCard rdf:type owl:Class ; + rdfs:subClassOf owl:Thing . + + +### http://www.UPonto.org/UPonto/PyroMetallurgy +:PyroMetallurgy rdf:type owl:Class ; + rdfs:subClassOf :MiningAndMetals . + + +### http://www.UPonto.org/UPonto/Recovery +:Recovery rdf:type owl:Class ; + rdfs:subClassOf :HydroMetallurgy . + + +### http://www.UPonto.org/UPonto/Refining +:Refining rdf:type owl:Class ; + rdfs:subClassOf :PyroMetallurgy . + + +### http://www.UPonto.org/UPonto/ResearchInstitue +:ResearchInstitue rdf:type owl:Class ; + rdfs:subClassOf foaf:Organization . + + +### http://www.UPonto.org/UPonto/Roasting +:Roasting rdf:type owl:Class ; + rdfs:subClassOf :PyroMetallurgy . + + +### http://www.UPonto.org/UPonto/Separation +:Separation rdf:type owl:Class ; + rdfs:subClassOf :MineralProcessing . + + +### http://www.UPonto.org/UPonto/Sizing +:Sizing rdf:type owl:Class ; + rdfs:subClassOf :MineralProcessing . + + +### http://www.UPonto.org/UPonto/Smelting +:Smelting rdf:type owl:Class ; + rdfs:subClassOf :PyroMetallurgy . + + +### http://www.UPonto.org/UPonto/Sorting +:Sorting rdf:type owl:Class ; + rdfs:subClassOf :MineralProcessing . + + +### http://www.UPonto.org/UPonto/Throughput +:Throughput rdf:type owl:Class ; + rdfs:subClassOf :ProcessDef . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#Point +wgs84:Point rdf:type owl:Class ; + rdfs:subClassOf wgs84:SpatialThing ; + rdfs:comment """ +Uniquely identified by lat/long/alt. i.e. + +spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT), + lat(P2, LAT), long(P2, LONG), alt(P2, ALT). + +sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2). + """ , + """A point, typically described using a coordinate system relative to Earth, such as WGS84. + """ ; + rdfs:label "point" . + + +### http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing +wgs84:SpatialThing rdf:type owl:Class ; + rdfs:comment """Anything with spatial extent, i.e. size, shape, or position. + e.g. people, places, bowling balls, as well as abstract areas like cubes. +""" ; + rdfs:label "SpatialThing" . + + +### http://xmlns.com/foaf/0.1/Agent +foaf:Agent rdf:type owl:Class ; + rdfs:comment "An agent (eg. person, group, software or physical artifact)." ; + rdfs:label "Agent" ; + vs:term_status "stable" . + + +### http://xmlns.com/foaf/0.1/Group +foaf:Group rdf:type owl:Class ; + rdfs:subClassOf foaf:Agent ; + rdfs:comment "A class of Agents." ; + rdfs:label "Group" ; + vs:term_status "stable" . + + +### http://xmlns.com/foaf/0.1/Organization +foaf:Organization rdf:type owl:Class ; + rdfs:subClassOf foaf:Agent ; + owl:disjointWith foaf:Person ; + rdfs:comment "An organization." ; + rdfs:isDefinedBy foaf: ; + rdfs:label "Organization" ; + vs:term_status "stable" . + + +### http://xmlns.com/foaf/0.1/Person +foaf:Person rdf:type owl:Class ; + rdfs:subClassOf foaf:Agent ; + rdfs:comment "A person." ; + rdfs:isDefinedBy foaf: ; + rdfs:label "Person" ; + vs:term_status "stable" . + + +################################################################# +# Annotations +################################################################# + +wgs84:location rdfs:label "location" ; + rdfs:comment """The relation between something and the point, + or other geometrical thing in space, where it is. For example, the realtionship between + a radio tower and a Point with a given lat and long. + Or a relationship between a park and its outline as a closed arc of points, or a road and + its location as a arc (a sequence of points). + Clearly in practice there will be limit to the accuracy of any such statement, but one would expect + an accuracy appropriate for the size of the object and uses such as mapping . + """ . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( MARC:MARC_Country + kp:KP_prop + :Assessment + :CostDef + :ProcessDef + :Project + :ProjectInfoCard + wgs84:SpatialThing + foaf:Agent + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Building + :Industrial + :InfraStructure + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :CAPEX + :Cost + :Currency + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :FEL1 + :FEL2 + :FEL3 + :FEL4 + ) +] . + + +### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi diff --git a/Sources/Ontologies/Project Documents Ontology PDO/pdo.rdf b/Sources/Ontologies/Project Documents Ontology PDO/pdo.rdf new file mode 100644 index 0000000..7e775b2 --- /dev/null +++ b/Sources/Ontologies/Project Documents Ontology PDO/pdo.rdf @@ -0,0 +1,260 @@ + + + + + + Project Documents Ontology + The Project Documents Ontology, described using W3C RDF Schema and the Web Ontology Language, models the inherent structure and concepts of various documents in a project-specific setting, like meeting minutes, status reports etc. + 2010-07-09 + http://ontologies.smile.deri.ie/pdo# + pdo + + 2010-07-09 + http://vocab.deri.ie/pdo#DERI%2C%20NUI%20Galway + + + + + + + + + http://vocab.deri.ie/pdo.ttl + + + + + + http://vocab.deri.ie/pdo.rdf + + + + + Pradeep Varma + + + + + + + DERI, NUI Galway + + + + + + Absentee + Models the absentee role of a person in a meeting context. + + + + + + ActionItem + Subclasses pdo:Artifact and models the structure of an action item/task + + + + + + AgendaItem + Subclasses pdo:Artifact and models the structure of an agenda item + + + + + + Artefact + An abstract class for any kind of information artifact which can be structured according to its sematics. + + + + + Attendee + Models the attendee role of a person in a meeting context. + + + + + + Chair + Models the chair role of a person in a meeting context. + + + + + + Comment + Models a comment made by a person + + + + + Document + The base class for all kinds of electronic documents in a project-specific setting. + + + + + + LeaveReport + Subclasses pdo:Artefact and models the structure of a leave report + + + + + + + Meeting + The class modelling the actual meeting which is the subject of a particular minutes document. + + + + + Minutes + The class modelling the structure and cotent of an electronic version of the minutes of a meetintg. + + + + + + PersonRole + The abstract class modelling various roles taken by individuals during a particular context ( for example, the attendees, scribe etc in a meeting or the reporter in a status report.) + + + + + Poll + Subclasses pdo:Artifact and models the structure of a poll + + + + + + PollOption + Models an option in a poll. Each option is linked to a list of people who selected the option during the poll + + + + + Presenter + Models the presenter role of a person in the context of an agenda item. + + + + + + Publication + Subclasses pdo:Artifact and uses bibliography ontology to model the structure of a publication + + + + + + TravelReport + Subclasses pdo:Artefact and models the structure of a travel report + + + + + + Reporter + Models the reporting role of a person in a status reporting context. + + + + + + Scribe + Models the scribe role of a person in a meeting context. + + + + + + Report + The class modelling the structure and content of an electronic version of a status reports document + + + + + + TravelReport + Subclasses pdo:Artefact and models the structure of a travel report + + + + + + hasAlias + A way to store different alias names of objects (used internally by the application) + + + + + + + hasCreationTime + + + + + + + hasDescription + + + + + + + hadEndTime + + + + + + + hasStartTime + + + + + + + hasStatus + + + + + + contains + The property which links an artefact (for example, an agenda item , an action item, a travle report, etc ) to the document in which it is mentioned. + + + + + + isAssignedTo + This property links a pdo:ActionItem object to a foaf:Person object who is reponsible for the action item + + + + + + mentions + The property which links an artefact (for example, an agenda item , an action item, a travle report, etc ) to the document in which it is mentioned. + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/Project Documents Ontology PDO/pdo.ttl b/Sources/Ontologies/Project Documents Ontology PDO/pdo.ttl new file mode 100644 index 0000000..d753deb --- /dev/null +++ b/Sources/Ontologies/Project Documents Ontology PDO/pdo.ttl @@ -0,0 +1,198 @@ +@prefix rdf: . +@prefix owl: . +@prefix adms: . +@prefix dcterms: . +@prefix xsd: . +@prefix vann: . +@prefix foaf: . +@prefix dc: . +@prefix pdo: . +@prefix rdfs: . + + a owl:Ontology, adms:SemanticAsset; + dcterms:title "Project Documents Ontology"; + dcterms:description "The Project Documents Ontology, described using W3C RDF Schema and the Web Ontology Language, models the inherent structure and concepts of various documents in a project-specific setting, like meeting minutes, status reports etc."; + dcterms:modified "2010-07-09"^^xsd:date; + vann:preferredNamespaceUri "http://ontologies.smile.deri.ie/pdo#"; + vann:preferredNamespacePrefix "pdo"; + foaf:homepage ; + dcterms:created "2010-07-09"^^xsd:date; + dcterms:publisher "http://vocab.deri.ie/pdo#DERI%2C%20NUI%20Galway"; + dcterms:partOf ; + dcterms:type ; + dcterms:status ; + dc:creator . + + a adms:SemanticDistribution; + dcterms:FileFormat <>; + adms:accessURL "http://vocab.deri.ie/pdo.ttl"; + adms:status . + + a adms:SemanticDistribution; + dcterms:FileFormat <>; + adms:accessURL "http://vocab.deri.ie/pdo.rdf"; + adms:status . + + a foaf:Person; + foaf:name "Pradeep Varma"; + foaf:homepage <>; + foaf:mbox . + + a dcterms:Agent; + foaf:member ; + foaf:name "DERI, NUI Galway"; + foaf:homepage . + +pdo:Absentee a rdfs:Class, owl:Class; + rdfs:label "Absentee"; + rdfs:comment "Models the absentee role of a person in a meeting context."; + rdfs:subClassOf pdo:PersonRole . + +pdo:ActionItem a rdfs:Class, owl:Class; + rdfs:label "ActionItem"; + rdfs:comment "Subclasses pdo:Artifact and models the structure of an action item/task"; + rdfs:subClassOf pdo:Artefact . + +pdo:AgendaItem a rdfs:Class, owl:Class; + rdfs:label "AgendaItem"; + rdfs:comment "Subclasses pdo:Artifact and models the structure of an agenda item"; + rdfs:subClassOf pdo:Artefact . + +pdo:Artefact a rdfs:Class, owl:Class; + rdfs:label "Artefact"; + rdfs:comment "An abstract class for any kind of information artifact which can be structured according to its sematics." . + +pdo:Attendee a rdfs:Class, owl:Class; + rdfs:label "Attendee"; + rdfs:comment "Models the attendee role of a person in a meeting context."; + rdfs:subClassOf pdo:PersonRole . + +pdo:Chair a rdfs:Class, owl:Class; + rdfs:label "Chair"; + rdfs:comment "Models the chair role of a person in a meeting context."; + rdfs:subClassOf pdo:PersonRole . + +pdo:Comment a rdfs:Class, owl:Class; + rdfs:label "Comment"; + rdfs:comment "Models a comment made by a person" . + +pdo:Document a rdfs:Class, owl:Class; + rdfs:label "Document"; + rdfs:comment "The base class for all kinds of electronic documents in a project-specific setting."; + rdfs:subClassOf foaf:Document . + +pdo:LeaveReport a rdfs:Class, owl:Class; + rdfs:label "LeaveReport"; + rdfs:comment "Subclasses pdo:Artefact and models the structure of a leave report"; + rdfs:subClassOf + pdo:LeaveReport, + pdo:Report . + +pdo:Meeting a rdfs:Class, owl:Class; + rdfs:label "Meeting"; + rdfs:comment "The class modelling the actual meeting which is the subject of a particular minutes document." . + +pdo:MeetingMinutes a rdfs:Class, owl:Class; + rdfs:label "Minutes"; + rdfs:comment "The class modelling the structure and cotent of an electronic version of the minutes of a meetintg."; + rdfs:subClassOf pdo:Document . + +pdo:PersonRole a rdfs:Class, owl:Class; + rdfs:label "PersonRole"; + rdfs:comment "The abstract class modelling various roles taken by individuals during a particular context ( for example, the attendees, scribe etc in a meeting or the reporter in a status report.)" . + +pdo:Poll a rdfs:Class, owl:Class; + rdfs:label "Poll"; + rdfs:comment "Subclasses pdo:Artifact and models the structure of a poll"; + rdfs:subClassOf pdo:Artefact . + +pdo:PollOption a rdfs:Class, owl:Class; + rdfs:label "PollOption"; + rdfs:comment "Models an option in a poll. Each option is linked to a list of people who selected the option during the poll" . + +pdo:Presenter a rdfs:Class, owl:Class; + rdfs:label "Presenter"; + rdfs:comment "Models the presenter role of a person in the context of an agenda item."; + rdfs:subClassOf pdo:PersonRole . + +pdo:Publication a rdfs:Class, owl:Class; + rdfs:label "Publication"; + rdfs:comment "Subclasses pdo:Artifact and uses bibliography ontology to model the structure of a publication"; + rdfs:subClassOf pdo:Artefact . + +pdo:Report a rdfs:Class, owl:Class; + rdfs:label "TravelReport"; + rdfs:comment "Subclasses pdo:Artefact and models the structure of a travel report"; + rdfs:subClassOf pdo:Artefact . + +pdo:Reporter a rdfs:Class, owl:Class; + rdfs:label "Reporter"; + rdfs:comment "Models the reporting role of a person in a status reporting context."; + rdfs:subClassOf pdo:PersonRole . + +pdo:Scribe a rdfs:Class, owl:Class; + rdfs:label "Scribe"; + rdfs:comment "Models the scribe role of a person in a meeting context."; + rdfs:subClassOf pdo:PersonRole . + +pdo:StatusReport a rdfs:Class, owl:Class; + rdfs:label "Report"; + rdfs:comment "The class modelling the structure and content of an electronic version of a status reports document"; + rdfs:subClassOf pdo:Document . + +pdo:TravelReport a rdfs:Class, owl:Class; + rdfs:label "TravelReport"; + rdfs:comment "Subclasses pdo:Artefact and models the structure of a travel report"; + rdfs:subClassOf pdo:Report . + +pdo:hasAlias a rdf:Property, owl:DatatypeProperty; + rdfs:label "hasAlias"; + rdfs:comment "A way to store different alias names of objects (used internally by the application)"; + rdfs:domain owl:Thing; + rdfs:range xsd:string . + +pdo:hasCreationTime a rdf:Property, owl:DatatypeProperty; + rdfs:label "hasCreationTime"; + rdfs:domain pdo:ActionItem; + rdfs:range xsd:dateTime . + +pdo:hasDescription a rdf:Property, owl:DatatypeProperty; + rdfs:label "hasDescription"; + rdfs:domain pdo:ActionItem; + rdfs:range rdf:XMLLiteral . + +pdo:hasEndTime a rdf:Property, owl:DatatypeProperty; + rdfs:label "hadEndTime"; + rdfs:domain pdo:ActionItem; + rdfs:range xsd:dateTime . + +pdo:hasStartTime a rdf:Property, owl:DatatypeProperty; + rdfs:label "hasStartTime"; + rdfs:domain pdo:ActionItem; + rdfs:range xsd:dateTime . + +pdo:hasStatus a rdf:Property, owl:DatatypeProperty; + rdfs:label "hasStatus"; + rdfs:domain pdo:ActionItem; + rdfs:range rdf:XMLLiteral . + +pdo:contains a rdf:Property; + rdfs:label "contains"; + rdfs:comment "The property which links an artefact (for example, an agenda item , an action item, a travle report, etc ) to the document in which it is mentioned."; + rdfs:domain pdo:Document; + rdfs:range pdo:Artefact . + +pdo:isAssignedTo a rdf:Property; + rdfs:label "isAssignedTo"; + rdfs:comment "This property links a pdo:ActionItem object to a foaf:Person object who is reponsible for the action item"; + rdfs:domain pdo:ActionItem; + rdfs:range foaf:Person . + +pdo:mentions a rdf:Property; + rdfs:label "mentions"; + rdfs:comment "The property which links an artefact (for example, an agenda item , an action item, a travle report, etc ) to the document in which it is mentioned."; + rdfs:domain + pdo:Artefact, + pdo:Comment, + pdo:Document; + rdfs:range rdf:Resource . diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Corporations/Corporations.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Corporations/Corporations.rdf new file mode 100755 index 0000000..c784cff --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Corporations/Corporations.rdf @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Corporations Ontology + QName: fibo-be-corp-corp: + This ontology defines the fundamental concepts for companies incorporated by the issuance of shares. Terms defined in this ontology are those which are applicable to all such entities. Many of these concepts form the basis of the relationships of ownership and control which obtain between entities of this type. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-corp-corp + Corporations.rdf + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations.rdf version of this ontology was modified per the FIBO 2.0 RFCto generalize certain unions where they were no longer required. + The https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + + + + + + board agreement + QName: fibo-be-corp-corp:BoardAgreement + + a formal, legally binding agreement between members of the Board of Directors of the organization + + + + + joint stock company + QName: fibo-be-corp-corp:JointStockCompany + + 1. In the UK, the original (17th century) name for a corporation in which the liability of the owners is limited to the nominal value of the stock (shares) held by them. +2. In the US, a corporation with unlimited liability for the shareholders. Investors in a US joint stock company receive stock (shares) which can be transferred, and can elect a board of directors, but are jointly-and-severally liable for companys debts and obligations. A US joint stock company cannot hold title to a real property. + There are two kinds of joint stock company. The private company kind and the open market. The shares are usually only held by the directors and Company Secretary. + http://www.businessdictionary.com/definition/joint-stock-company.html + + + + + privately held company + QName: fibo-be-corp-corp:PrivatelyHeldCompany + + A firm whose issued shares are all held by a family or a small group of investors and, therefore, cannot be bought by the public. + Wikipedia: definition for British or Commonwealth version: A private company limited by shares is a type of company incorporated under the laws of England and Wales, Scotland, that of certain Commonwealth countries and the Republic of Ireland. It has shareholders with limited liability and its shares may not be offered to the general public, unlike those of public limited companies. Additional notes from Wikipedia: Limited by shares means that the company has shareholders, and that the liability of the shareholders to creditors of the company is limited to the capital originally invested, i.e. the nominal value of the shares and any premium paid in return for the issue of the shares by the company. A shareholders personal assets are thereby protected in the event of the companys insolvency, but money invested in the company will be lost. A limited company may be private or public. A private limited companys disclosure requirements are lighter, but for this reason its shares may not be offered to the general public (and therefore cannot be traded on a public stock exchange). This is the major distinguishing feature between a private limited company and a public limited company. Most companies, particularly small companies, are private. Private companies limited by shares are required to have the suffix Limited (often written Ltd or Ltd.) or Incorporated (Inc.) as part of their name, though the latter cannot be used in the UK or the Republic of Ireland. In the Republic of Ireland, Teoranta (Teo.) may be used instead, largely by Gaeltacht companies. Cyfyngedig (Cyf.) may be used by Welsh companies in a similar fashion. + http://www.businessdictionary.com/definition/closed-corporation.html + closed corporation + privately held corporation + + + + + publicly held company + QName: fibo-be-corp-corp:PubliclyHeldCompany + + a company whose shares are traded and held publicly + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + registration identifier + QName: fibo-be-corp-corp:RegistrationIdentifier + + an identifier that is officially allocated to an organization at the time of registration, typically in a jurisdiction in which said organization is organized or registered and used in that jurisdiction to identify the organization + In some jurisdictions, such as the State of California, registration identifiers are issued to corporations, including non-profit corporations, limited liability companies, certain partnerships, and foreign corporations doing business in California. The same or a very similar process is used for registration of corporations across the US. See http://www.business.ca.gov/StartaBusiness/DefiningaBusiness/Corporation.aspx for additional details. + A registration identifier may be required for official communications and is publicly available. The relationship to the jurisdiction in which the organization is organized or registered is typically required, but is optional here to cover cases where jurisdictions may overlap or are not as clearly defined. + + + + + + + + + + + registration identifier scheme + QName: fibo-be-corp-corp:RegistrationIdentifierScheme + + the scheme that defines the registration identifier per the issuing registration authority + + + + + + + + + + + religious corporation + QName: fibo-be-corp-corp:ReligiousCorporation + + a not for profit organization whose objective is specific to some fundamental set of beliefs and practices generally agreed upon by a number of people, and that is incorporated under the law + https://en.wikipedia.org/wiki/Religious_corporation + Often religious corporations are recognized under the law on a sub-national level, for instance by a state or provincial government. The government agency responsible for regulating such corporations is usually the official holder of records, for instance a state department of corporations. + + + + + has date of incorporation + QName: fibo-be-corp-corp:hasDateOfIncorporation + + + the formal date of incorporation as stated in filing documents + + + + + has date of registration + QName: fibo-be-corp-corp:hasDateOfRegistration + + + a date on which the corporation has registered in some jurisdiction for regulatory and / or for tax purposes + + + + + has issued capital + QName: fibo-be-corp-corp:hasIssuedCapital + + + The total of a corporation's shares that are held by shareholders. A corporation can, at any time, issue new shares up to the full amount of authorized share capital. + http://www.businessdictionary.com/definition/issued-share-capital.html + has subscribed capital + has subscribed share capital + + + + has legal form abbreviation + QName: fibo-be-corp-corp:hasLegalFormAbbreviation + + + true + The precise form of the incorporated company abbreviation as defined in the jurisdiction in which it is registered, for example LLC, LLP, Ltd, PLC, Corp. + + + + + has nominal capital + QName: fibo-be-corp-corp:hasNominalCapital + + + Nominal capital is an alternate term for authorized share capital. The maximum value of securities that a company can legally issue. This number is specified in the memorandum of association (or articles of incorporation in the US) when a company is incorporated, but can be changed later with shareholders approval. Authorized share capital may be divided into (1) Issued capital - par value of the shares actually issued, (2) Paid up capital - money received from the shareholders in exchange for shares, and (3) Uncalled capital - money remaining unpaid by the shareholders for the shares they have bought. + http://www.businessdictionary.com/definition/authorized-share-capital.html + has authorized capital + has authorized stock + has nominal share capital + has registered capital + + + + + + + + 0 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/FunctionalEntities/FunctionalEntities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/FunctionalEntities/FunctionalEntities.rdf new file mode 100755 index 0000000..3151866 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/FunctionalEntities/FunctionalEntities.rdf @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + Functional Entities Ontology + QName: fibo-be-fct-fct: + This ontology defines the fundamental concepts for entities defined by their function, such as the relationship to the various forms which one or another functionally-defined entity may take. It also includes a number of basic types of entity defined by function, such as business and non-profit. The concepts in this ontology are intended to be extensible in other ontologies which may be dedicated to specific kinds of functionally-defined business entity or organization. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2019 EDM Council, Inc. + Copyright (c) 2013-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-fct-fct + FunctionalEntities.rdf + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified by the FIBO 2.0 revision to address missing labels and definitions on the deprecated sole proprietorship class to match those in the equivalent class. + The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.1 RTF report. Changes include deprecation of the SoleProprietorship class and making it equivalent to the class with the same name in the Sole Proprietorships ontology. This version also introduces a new FunctionalEntity class, as the parent of FunctionalBusinessEntity in this ontology and as the parent of Government in the GovernmentEntities ontology. + The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities.rdf version of this ontology was modified to generalize certain unions where they were no longer required and eliminate an unused import. + + + + + + + + + + + + business + QName: fibo-be-fct-fct:Business + + An organization or economic system where goods and services are exchanged for one another or for money. Every business requires some form of investment and enough customers to whom its output can be sold on a consistent basis in order to make a profit. Businesses can be privately owned, not-for-profit or state-owned. An example of a corporate business is PepsiCo, while a mom-and-pop catering business is a private enterprise. + http://www.businessdictionary.com/definition/business.html + + + + + commerce + QName: fibo-be-fct-fct:Commerce + + the commercial activity of buying and selling goods + + + + commercial activity + QName: fibo-be-fct-fct:CommercialActivity + + the context of carrying out trade and other commercial, i.e., for-profit activities + This is the context which distinguishes businesses or commercial organizations from organizations in general, the latter including government, trans-national and non profit organizations. Note that these distinctions are usually made with reference to these kinds of context and are not necessarily reflected in the structure of those organizations. + + + + + cooperative society + QName: fibo-be-fct-fct:CooperativeSociety + + a commercial enterprise owned and managed by and for the benefit of customers or workers + + + + + family office + QName: fibo-be-fct-fct:FamilyOffice + + a family office as defined in the relevant legislation + + + + + + + + + 1 + + + functional business entity + QName: fibo-be-fct-fct:FunctionalBusinessEntity + + a business entity defined in terms of its function + The key distinguishing feature of a functional business entity is that it may itself be constituted as some kind of business or legal entity, but the definition of this entity does not depend on it always having one specific legal structure (for example, always being a limited company). This would define for example a bank, a special purpose vehicle, most government bodies and so on. + + + + + + + + + 1 + + + functional entity + QName: fibo-be-fct-fct:FunctionalEntity + + any independent party (i.e., person, business entity, governmental entity, or other organization) defined in terms of its function + + + + + + + + + + + merchant + QName: fibo-be-fct-fct:Merchant + + a business entity engaged in a trading activity + + + + sole proprietorship + QName: fibo-be-fct-fct:SoleProprietorship + + true + + an unincorporated business owned by a single person + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + is characterized by + QName: fibo-be-fct-fct:isCharacterizedBy + + true + + that context in which a contextually defined thing is defined + + + + + + + + + + + + + + + + + 1 + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/FunctionalEntities/Publishers.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/FunctionalEntities/Publishers.rdf new file mode 100755 index 0000000..c898bd9 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/FunctionalEntities/Publishers.rdf @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + +]> + + + + Publishers Ontology + QName: fibo-be-fct-pub: + This ontology defines the fundamental concepts for publishers of information, including entities whose primary function is to publish, and entities (whether or not they are publishers in that sense) which are in the role of the publisher of some information. This ontology also includes the published information itself, i.e. the publication. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-fct-pub + Publishers.rdf + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + + + + + + publication + QName: fibo-be-fct-pub:Publication + + anything made public by print (such as a newspaper, magazine, pamphlet, letter, telegram, via computer modem or program, or in a poster, brochure or pamphlet), orally, or by broadcast (radio, television) + http://legal-dictionary.thefreedictionary.com/Publication + + + + + + + + + 1 + + + publisher + QName: fibo-be-fct-pub:Publisher + + a party responsible for the printing or distribution of digital or printed information + http://www.businessdictionary.com/definition/publisher.html + Typically this role is filled by some entity whose function is that of a publishing house (sometimes also referred to as a publisher, in that different sense). Publishers may also include banks, government agencies and the like. + + + + + + + + + 1 + + + publishing house + QName: fibo-be-fct-pub:PublishingHouse + + some organization whose principal role is to publish information + Publishing house in the sense intended here includes any organization whose role is to make information publicly available whether by disemminating it directly or indirectly and regardless of the type of information. These include organizations whose primary function is that of a market data vendor. + + + + has publisher + QName: fibo-be-fct-pub:hasPublisher + + + + + some person or organization whose role it has been to publish this information + + + + is published by + QName: fibo-be-fct-pub:isPublishedBy + + + + identifies the independent party (i.e., the individual or organization) that disseminates the material + + + + publishes + QName: fibo-be-fct-pub:publishes + + + + prepares and issues material for public consumption + http://www.thefreedictionary.com/publish + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf new file mode 100755 index 0000000..a6b3c18 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/EuropeanJurisdiction/EUGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + +]> + + + + European Government Entities and Jurisdictions Ontology + QName: fibo-be-ge-euj: + This ontology provides the set of basic European Union specific government level entities and jurisdictions for use in other FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/ + fibo-be-ge-euj + EUGovernmentEntitiesAndJurisdictions.rdf + + + + + + + + + + + + + + + + + European Union entity + QName: fibo-be-ge-euj:EuropeanUnionEntity + + + individual representing the federated sovereignty and polity that is the European Union + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + European Union jurisdiction + QName: fibo-be-ge-euj:EuropeanUnionJurisdiction + + individual representing the overall jurisdiction for the European Union, namely, that of the Court of Justice of the EU and Court of Auditors of the EU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://europa.eu/about-eu/institutions-bodies/index_en.htm + + + + + Government of the European Union + QName: fibo-be-ge-euj:GovernmentOfTheEuropeanUnion + + individual representing the parliament, council, and other institutions that comprise the government of the European Union + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://europa.eu/about-eu/institutions-bodies/index_en.htm + In the EU's unique institutional set-up: +- the EU's broad priorities are set by the European Council, which brings together national and EU-level leaders directly elected MEPs represent European citizens in the European Parliament +- the interests of the EU as a whole are promoted by the European Commission, whose members are appointed by national governments +- governments defend their own country's national interests in the Council of the European Union. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf new file mode 100755 index 0000000..8de7099 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/EuropeanJurisdiction/UKGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Government Entities and Jurisdictions for the United Kingdom of Great Britain and Northern Ireland Ontology + QName: fibo-be-ge-ukj: + This ontology provides government entities and jurisdictions for the United Kingdom of Great Britain and Northern Ireland use in other FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/ + fibo-be-ge-ukj + UKGovernmentEntitiesAndJurisdictions.rdf + + + + + + + + + + + + + + The initial version of this ontology reflects the national level only, and does not include the corresponding entities for England, Wales, Scotland, Northern Ireland, or any of the islands and other territories that comprise the United Kingdom. + + + + + + Government of the United Kingdom of Great Britain and Northern Ireland + QName: fibo-be-ge-ukj:GovernmentOfTheUnitedKingdom + + + + + individual representing the constitutional monarchy that is the government of the United Kingdom, including the monarch, who is the head of state and sovereign, prime minister, who is the head of government, and cabinet, parliament (House of Lords and House of Commons), and other agencies and institutions that comprise the government + + + British government + + + + + United Kingdom entity + QName: fibo-be-ge-ukj:UnitedKingdomEntity + + + + individual representing the federated sovereignty and polity that is the United Kingdom of Great Britain and Northern Ireland + + + + + + + jurisdiction of the United Kingdom of Great Britain and Northern Ireland + QName: fibo-be-ge-ukj:UnitedKingdomJurisdiction + + + + + individual representing the jurisdiction of the Supreme Court of the United Kingdom, the tribunal system, including the Asylum and Immigration Tribunal and the Special Immigration Appeals Commission, Employment tribunals and the Employment Appeal Tribunal + Note that the Courts of the United Kingdom are separated into three separate jurisdictions, the Courts of England and Wales, Courts of Scotland and the Courts of Northern Ireland, as the United Kingdom does not have a single unified judicial system, aside from the courts specifically identified in the definition of this individual. + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/GovernmentEntities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/GovernmentEntities.rdf new file mode 100755 index 0000000..8f363a6 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/GovernmentEntities.rdf @@ -0,0 +1,693 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Government Entities Ontology + QName: fibo-be-ge-ge: + This ontology defines the fundamental concepts for representing polities and government entities and their relations. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-be-ge-ge + GovernmentEntities.rdf + + + + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20160801/GovernmentEntities/GovernmentEntities.rdf version of this ontology was added to Business Entities, per the issue resolutions identified in the FIBO BE 1.1 RTF report. + The http://www.omg.org/spec/EDMC-FIBO/BE/20160801/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.2 RTF report. + The http://www.omg.org/spec/EDMC-FIBO/BE/20170201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified per the FIBO 2.0 RFC to integrate LCC. + The http://www.omg.org/spec/EDMC-FIBO/BE/20180201/GovernmentEntities/GovernmentEntities.rdf version of this ontology was modified to to rationalize natural person and legally capable person in a new concept, competent natural person, simplify / merge the legal person and formal organization class hierarchies, and revise certain definitions, such as for supranational entity, to correspond to ISO definitions. + + + + + + branch of government + QName: fibo-be-ge-ge:BranchOfGovernment + + a division of the government of a state, with separate and independent powers and areas of responsibility so that the powers of one branch are not in conflict with the powers associated with the other branches + https://en.wikipedia.org/wiki/Separation_of_powers + https://www.usa.gov/branches-of-government + + + + + executive branch + QName: fibo-be-ge-ge:ExecutiveBranch + + the branch of government that has its authority and responsibility for the daily administration of the state + https://en.wikipedia.org/wiki/Executive_(government) + https://www.usa.gov/branches-of-government + The executive branch executes, or enforces the law. + + + + + + + + + + + 0 + + + + + 2 + + + + + federal government + QName: fibo-be-ge-ge:FederalGovernment + + a union of states under a central government distinct from the individual governments of the separate states + https://en.wikipedia.org/wiki/Federation + A federation is a political entity characterized by a union of partially self-governing states or regions under a central (federal) government. In a federation, the self-governing status of the component states, as well as the division of power between them and the central government, are typically constitutionally entrenched and may not be altered by a unilateral decision of either party, the states or the federal political body. + + + + + + + + + + + 2 + + + + + 1 + + + + + + + + + + + + + + + 2 + + + + + federated sovereignty + QName: fibo-be-ge-ge:FederatedSovereignty + + a political entity characterized by a union of partially self-governing states or regions under a central (federal) government + https://en.wikipedia.org/wiki/Federation + Federal entity in the sense of a legal entity, that is, what it is that incurs debt for a federal government, i.e. the Federal entity in the sense of the legal entity, as distinct from the Federal government. It is identified as a legal entity because it is able to incur debt in its own right. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + government + QName: fibo-be-ge-ge:Government + + + the system by which a state or community is controlled + In the Commonwealth of Nations, the word government is also used more narrowly to refer to the collective group of people that exercises executive authority in a state. This usage is analogous to what is called an 'administration' in American English. Furthermore, especially in American English, the concepts of the state and the government may be used synonymously to refer to the person or group of people exercising authority over a politically organized territory. + + + + + + + + + + + government agency + QName: fibo-be-ge-ge:GovernmentAgency + + + a permanent or semi-permanent organization, often an appointed commission, in the machinery of government that is responsible for the oversight and administration of specific functions + https://en.wikipedia.org/wiki/Government_agency + There is a notable variety of agency types. Although usage differs, a government agency is normally distinct both from a department or ministry, and other types of public body established by government. The functions of an agency are normally executive in character, since different types of organizations (such as commissions) are most often constituted in an advisory role; this distinction is often blurred in practice however. + + + + + + + + + + + + + + + + + government appointee + QName: fibo-be-ge-ge:GovernmentAppointee + + an individual appointed by government decree to lead, or participate in some capacity in a government body + + + + + + + + + + + government body + QName: fibo-be-ge-ge:GovernmentBody + + a formal organization that is an agency, instrumentality, or other body of supranational, national, federal, state, or local government, including certain multijurisdictional agencies and departments that carry out the business of government + http://definitions.uslegal.com/g/government-entity/ + Identifying government bodies is a pre-requisite for identifying government officials. This information is needed to help ensure compliance with applicable laws relating to bribery or corruption, including the U.S. Foreign Corrupt Practices Act (FCPA), the UK Bribery Act 2010 (UKBA), the U.S. Bank Bribery Act (Bribery Act), and other anti-bribery and corruption laws in the jurisdictions where financial institutions conduct business. + + + + + + + + + + + government department + QName: fibo-be-ge-ge:GovernmentDepartment + + a specialized organization responsible for a sector of government public administration + https://en.wikipedia.org/wiki/Ministry + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + government minister + QName: fibo-be-ge-ge:GovernmentMinister + + a person appointed or elected to a high office in the government + Minister of Finance, Secretary of State, Attorney General of California + http://www.thefreedictionary.com/government+minister + + + + + + + + + + 1 + + + + + + + + + + + + + + government official + QName: fibo-be-ge-ge:GovernmentOfficial + + a person elected or appointed to administer some aspect of a government + http://www.thefreedictionary.com/government+officials + + + + + + + + + + + + + + + + + + instrumentality + QName: fibo-be-ge-ge:Instrumentality + + an organization that serves a public purpose and is closely tied to a government, but is not a government agency + http://www.investopedia.com/terms/i/instrumentality.asp + Many instrumentalities are private companies, and some are chartered directly by state or federal government. Instrumentalities are subject to a unique set of laws that shape their activities. + + + + + + + + + + + judiciary + QName: fibo-be-ge-ge:Judiciary + + a branch of government that comprises the system of courts that interprets and applies the law in the name of the supranational, national, federal, or regional government, depending on its jurisdiction + https://en.wikipedia.org/wiki/Judiciary + The judiciary also provides a mechanism for the resolution of disputes. Under the doctrine of the separation of powers, the judiciary generally does not make law (that is, in a plenary fashion, which is the responsibility of the legislature) or enforce law (which is the responsibility of the executive), but rather interprets law and applies it to the facts of each case. + + + + + legislature + QName: fibo-be-ge-ge:Legislature + + the law-making body of a political unit, usually a national government, that has power to enact, amend, and repeal public policy + https://en.wikipedia.org/wiki/Legislature + Laws enacted by legislatures are known as legislation. Legislatures observe and steer governing actions and usually have exclusive authority to amend the budget or budgets involved in the process. + + + + + + + + + + + + + + + + + municipal entity + QName: fibo-be-ge-ge:MunicipalEntity + + a polity that typically represents a city, township, or other administrative subdivision having corporate status and powers of self-government or jurisdiction + https://en.wikipedia.org/wiki/Municipality + Municipal entity in the sense of a legal entity, that is, what it is that incurs debt for a municipality, as distinct from the Municipal government. A municipal entity has a Government which sets laws applicable within the geographical area corresponding to its jurisdiction. + municipality + + + + + + + + + + + municipal government + QName: fibo-be-ge-ge:MunicipalGovernment + + the government of a municipality + http://www.thefreedictionary.com/municipal+government + + + + + + + + + + + national government + QName: fibo-be-ge-ge:NationalGovernment + + a government and the politicians that that run a country as a whole (as opposed to local government) + http://dictionary.reference.com/browse/national+government + http://www.collinsdictionary.com/dictionary/english/national-government + + + + + + + + + + + + + + + + + + polity + QName: fibo-be-ge-ge:Polity + + a legal person that is a supranational entity, crown, state, or subordinate civil authority, such as a province, prefecture, county, municipality, city, or district representing the people of that entity + https://en.wikipedia.org/wiki/Polity + + + + + + + + + + + regional government + QName: fibo-be-ge-ge:RegionalGovernment + + an administrative body for a small geographic area, such as a county, smaller town, or other similar community + http://www.businessdictionary.com/definition/local-government.html + A local government will typically only have control over their specific geographical region, and cannot pass or enforce laws that will affect a wider area. Local governments can elect officials, enact taxes, and do many other things that a national government would do, just on a smaller scale. + local government + + + + + + + + + 1 + + + + + + + + + regional sovereignty + QName: fibo-be-ge-ge:RegionalSovereignty + + the legal person that corresponds to an administrative division, administrative unit, administrative entity or country subdivision (or, sometimes, geopolitical division or subnational entity), that has the capacity to incur debt, issue contracts, and enter into relations with other similar entities + A country may be divided into provinces, which, in turn, are divided into counties, which, in turn, may be divided in whole or in part into municipalities; and so on. + http://en.wikipedia.org/wiki/Administrative_division + + + + + + + + + + + + + + + + + sovereign state + QName: fibo-be-ge-ge:SovereignState + + a nonphysical juridical entity that is represented by one centralized government that has sovereignty over a geographic area + http://www.businessdictionary.com/definition/sovereign-authority.html + A legal entity that is represented by one centralized government, has a permanent population, defined territory, and the capacity to enter into relations with other sovereign states. + + + + + + + + + 2 + + + + + + + + + supranational entity + QName: fibo-be-ge-ge:SupranationalEntity + + a governmental or non-governmental entity that is established by international law or treaty or incorporated at an international level + ISO 20275:2017, Financial services - Entity legal forms (ELF), First Edition, July 2017. + Kiljunen, Kimmo (2004). The European Constitution in the Making. Centre for European Policy Studies. pp. 21-26. ISBN 978-92-9079-493-6 + A supranational union is a supranational polity which lies somewhere between a confederation that is an association of states and a federation that is a state. Unlike states in a federal super-state, member states retain ultimate sovereignty, although some sovereignty is shared with, or ceded to, the supranational body. + + + + + tribal area + QName: fibo-be-ge-ge:TribalArea + + a designation for an area of land managed by a group of indigenous people (tribe) rather than by the sovereign state or regional governmental entity in which the tribal area is geographically located + https://en.wikipedia.org/wiki/Indian_reservation + + + + + + + + + + + + + + + + + tribal entity + QName: fibo-be-ge-ge:TribalEntity + + a legal entity that represents fundamental unit of sovereign tribal (indigenous) government + https://en.wikipedia.org/wiki/List_of_federally_recognized_tribes_by_state + Any indigenous group or community which is recognized as having rights and obligations independent of the central government. + + + + + + + + + + + tribal government + QName: fibo-be-ge-ge:TribalGovernment + + a government representing a group of indigenous people that has legal authority to govern those people, including authority to legislate the existance of tribal entities + http://www.businessdictionary.com/definition/local-government.html + + + + + has full sovereignty over + QName: fibo-be-ge-ge:hasFullSovereigntyOver + + relates a polity to a geopolitical entity where the polity has absolute, supreme and ultimate dominion and authority of a political state subject to no higher power, expressed within its territory in full self-government and in complete freedom from any outside influence + + + + + has jurisdiction + QName: fibo-be-ge-ge:hasJurisdiction + + + relates a polity or government entity to one or more jurisdictions, over which it has some level of legal authority + + + + + has partial sovereignty over + QName: fibo-be-ge-ge:hasPartialSovereigntyOver + + relates a polity to a geopolitical entity where the polity exercises partial dominion and authority of a political state + + + + + has shared sovereignty over + QName: fibo-be-ge-ge:hasSharedSovereigntyOver + + relates a polity to a geopolitical entity where the polity exercises shared dominion and authority of a political state + + + + + has sovereignty over + QName: fibo-be-ge-ge:hasSovereigntyOver + + + + relates a polity to a geopolitical entity where the polity exercises dominion and authority of a political state + http://www.businessdictionary.com/definition/sovereignty.html + + + + is elected by + QName: fibo-be-ge-ge:isElectedBy + + + identifies an official or government chosen to hold office by voting + + + + is an instrument of + QName: fibo-be-ge-ge:isInstrumentOf + + + + relates an instrumentality of some government to the government that it supports + + + + is jurisdiction of + QName: fibo-be-ge-ge:isJurisdictionOf + + + + relates a jurisdiction to a polity or other government entity or court that has some level of legal authority over it + + + + is represented by + QName: fibo-be-ge-ge:isRepresentedBy + + relates a system of governance to its chosen representatives + http://dictionary.reference.com/browse/representative + + + + + + + + 1 + + + + + + + + + + 1 + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf new file mode 100755 index 0000000..aaa81ef --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/NorthAmericanJurisdiction/CAGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,555 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + Canadian Government Entities and Jurisdictions Ontology + QName: fibo-be-ge-caj: + This ontology provides the set of basic federal government, provincial, and territory level entities and jurisdictions for use in other Canada-specific FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/ + fibo-be-ge-caj + CAGovernmentEntitiesAndJurisdictions.rdf + + + + + + + + + + + + + + + + + + Canadian entity + QName: fibo-be-ge-caj:CanadianEntity + + + individual representing the federated sovereignty and polity that is Canada + + + + + + + + + + + + + + + + + + + + Canadian jurisdiction + QName: fibo-be-ge-caj:CanadianJurisdiction + + + individual representing the overall jurisdiction for Canada + + + https://en.wikipedia.org/wiki/Canada#Government_and_politics + Canada's federal structure divides government responsibilities between the federal government and the ten provinces. Provincial legislatures are unicameral and operate in parliamentary fashion similar to the House of Commons. Canada's three territories also have legislatures, but these are not sovereign and have fewer constitutional responsibilities than the provinces. The territorial legislatures also differ structurally from their provincial counterparts. + + + + + government of Alberta + QName: fibo-be-ge-caj:GovernmentOfAlberta + + + individual representing the regional government of the province of Alberta + + + + + + + government of British Columbia + QName: fibo-be-ge-caj:GovernmentOfBritishColumbia + + + individual representing the regional government of the province of British Columbia + + + + + + + Government of Canada + QName: fibo-be-ge-caj:GovernmentOfCanada + + + individual representing the federal parliamentary democracy and constitutional monarchy of Canada + + + https://en.wikipedia.org/wiki/Canada + Canada is a federal parliamentary democracy and a constitutional monarchy, with Queen Elizabeth II being the head of state. The country is officially bilingual at the federal level. It is one of the world's most ethnically diverse and multicultural nations, the product of large-scale immigration from many countries. Its advanced economy is the eleventh largest in the world, relying chiefly upon its abundant natural resources and well-developed international trade networks. + + + + + government of Manitoba + QName: fibo-be-ge-caj:GovernmentOfManitoba + + + individual representing the regional government of the province of Manitoba + + + + + + + government of New Brunswick + QName: fibo-be-ge-caj:GovernmentOfNewBrunswick + + + individual representing the regional government of the province of New Brunswick + + + + + + + government of Newfoundland and Labrador + QName: fibo-be-ge-caj:GovernmentOfNewfoundlandAndLabrador + + + individual representing the regional government of the province of Newfoundland and Labrador + + + + + + + government of Northwest Territories + QName: fibo-be-ge-caj:GovernmentOfNorthwestTerritories + + + individual representing the regional government of the Northwest Territories + + + + + + + government of Nova Scotia + QName: fibo-be-ge-caj:GovernmentOfNovaScotia + + + individual representing the regional government of the province of Nova Scotia + + + + + + + government of Nunavut + QName: fibo-be-ge-caj:GovernmentOfNunavut + + + individual representing the regional government of Nunavut + + + + + + + government of Ontario + QName: fibo-be-ge-caj:GovernmentOfOntario + + + individual representing the regional government of the province of Ontario + + + + + + + government of Prince Edward Island + QName: fibo-be-ge-caj:GovernmentOfPrinceEdwardIsland + + + individual representing the regional government of the province of Prince Edward Island + + + + + + + government of Quebec + QName: fibo-be-ge-caj:GovernmentOfQuebec + + + individual representing the regional government of the province of Quebec + + + + + + + government of Saskatchewan + QName: fibo-be-ge-caj:GovernmentOfSaskatchewan + + + + individual representing the regional government of the province of Saskatchewan + + + + + + + government of Yukon + QName: fibo-be-ge-caj:GovernmentOfYukon + + + individual representing the regional government of the Yukon territory of Canada + + + + + + + Northwest Territories entity + QName: fibo-be-ge-caj:NorthwestTerritoriesEntity + + + individual representing the regional sovereignty and polity that is the Canadian Northwest Territories + + + + + + + Northwest Territories jurisdiction + QName: fibo-be-ge-caj:NorthwestTerritoriesJurisdiction + + + individual representing the overall jurisdiction for the Courts of the Northwest Territories + + + + + + + Nunavut entity + QName: fibo-be-ge-caj:NunavutEntity + + + individual representing the regional sovereignty and polity that is the Canadian territory of Nunavut + + + + + + + Nunavut jurisdiction + QName: fibo-be-ge-caj:NunavutJurisdiction + + + individual representing the overall jurisdiction for the Courts of Nunavut + + + + + + + Province of Alberta entity + QName: fibo-be-ge-caj:ProvinceOfAlbertaEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Alberta + + + + + + + province of Alberta jurisdiction + QName: fibo-be-ge-caj:ProvinceOfAlbertaJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Alberta, i.e., that of the Alberta Court of Appeal, Court of Queen's Bench, and Provincial Court of Alberta + + + + + + + Province of British Columbia entity + QName: fibo-be-ge-caj:ProvinceOfBritishColumbiaEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of British Columbia + + + + + + + province of British Columbia jurisdiction + QName: fibo-be-ge-caj:ProvinceOfBritishColumbiaJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of British Columbia, i.e., that of the British Columbia Court of Appeal, Supreme Court, and Provincial Court of British Columbia + + + + + + + Province of Manitoba entity + QName: fibo-be-ge-caj:ProvinceOfManitobaEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Manitoba + + + + + + + province of Manitoba jurisdiction + QName: fibo-be-ge-caj:ProvinceOfManitobaJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Manitoba, i.e., that of the Manitoba Court of Appeal, Court of Queen's Bench, and Provincial Court of Manitoba + + + + + + + Province of New Brunswick entity + QName: fibo-be-ge-caj:ProvinceOfNewBrunswickEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of New Brunswick + + + + + + + province of New Brunswick jurisdiction + QName: fibo-be-ge-caj:ProvinceOfNewBrunswickJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of New Brunswick, i.e., that of the New Brunswick Court of Appeal, Court of Queen's Bench, and Provincial Court of New Brunswick + + + + + + + Province of Newfoundland and Labrador entity + QName: fibo-be-ge-caj:ProvinceOfNewfoundlandAndLabradorEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Newfoundland and Labrador + + + + + + + province of Newfoundland and Labrador jurisdiction + QName: fibo-be-ge-caj:ProvinceOfNewfoundlandAndLabradorJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Newfoundland and Labrador, i.e., that of the Newfoundland and Labrador Supreme and Provincial Courts + + + + + + + Province of Nova Scotia entity + QName: fibo-be-ge-caj:ProvinceOfNovaScotiaEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Nova Scotia + + + + + + + province of Nova Scotia jurisdiction + QName: fibo-be-ge-caj:ProvinceOfNovaScotiaJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Nova Scotia, i.e., that of the Nova Scotia Supreme and Provincial Courts and Court of Appeals + + + + + + + Province of Ontario entity + QName: fibo-be-ge-caj:ProvinceOfOntarioEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Ontario + + + + + + + province of Ontario jurisdiction + QName: fibo-be-ge-caj:ProvinceOfOntarioJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Ontario, i.e., that of the Ontario Superior and Provincial Court of Justice as well as Court of Appeals + + + + + + + Province of Prince Edward Island entity + QName: fibo-be-ge-caj:ProvinceOfPrinceEdwardIslandEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Prince Edward Island + + + + + + + province of Prince Edward Island jurisdiction + QName: fibo-be-ge-caj:ProvinceOfPrinceEdwardIslandJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Prince Edward Island, i.e., that of the Prince Edward Island Court of Appeal, as well as the Supreme and Provincial Courts of Prince Edward Island + + + + + + + Province of Quebec entity + QName: fibo-be-ge-caj:ProvinceOfQuebecEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Quebec + + + + + + + province of Quebec jurisdiction + QName: fibo-be-ge-caj:ProvinceOfQuebecJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Quebec, i.e., that of the Quebec Court of Appeal, and the Supreme and Provincial Courts of Quebec + + + + + + + Province of Saskatchewan entity + QName: fibo-be-ge-caj:ProvinceOfSaskatchewanEntity + + + individual representing the regional sovereignty and polity that is the Canadian Province of Saskatchewan + + + + + + + province of Saskatchewan jurisdiction + QName: fibo-be-ge-caj:ProvinceOfSaskatchewanJurisdiction + + + individual representing the overall jurisdiction for the Canadian Province Of Saskatchewan, i.e., that of the Saskatchewan Court of Appeal, Court of Queen's Bench, and Provincial Court of Saskatchewan + + + + + + + Yukon entity + QName: fibo-be-ge-caj:YukonEntity + + + individual representing the regional sovereignty and polity that is the Canadian Yukon territory + + + + + + + Yukon jurisdiction + QName: fibo-be-ge-caj:YukonJurisdiction + + + individual representing the overall jurisdiction for the Courts of Yukon + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf new file mode 100755 index 0000000..28d899d --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions.rdf @@ -0,0 +1,2046 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + US Government Entities and Jurisdictions Ontology + QName: fibo-be-ge-usj: + This ontology provides the set of basic federal government, state, and territory level entities and jurisdictions for use in other US-specific FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/ + fibo-be-ge-usj + USGovernmentEntitiesAndJurisdictions.rdf + + + + + + + + + + + + + + + + + American Samoa entity + QName: fibo-be-ge-usj:AmericanSamoaEntity + + + + individual representing the unincorporated territory and polity of the United States located in the South Pacific Ocean, known as American Samoa + + + American Samoa consists of five main islands and two coral atolls. The largest and most populous island is Tutuila, with the Manu'a Islands, Rose Atoll, and Swains Island also included in the territory. American Samoa is part of the Samoan Islands chain, located west of the Cook Islands, north of Tonga, and some 300 miles (500 km) south of Tokelau. + + + + + American Samoa jurisdiction + QName: fibo-be-ge-usj:AmericanSamoaJurisdiction + + + + individual representing the jurisdiction of the US territory of American Samoa + + + + + + + Commonwealth of Puerto Rico entity + QName: fibo-be-ge-usj:CommonwealthOfPuertoRicoEntity + + + + individual representing the unincorporated territory and polity for the Commonwealth of Puerto Rico + + + + + + + Commonwealth of the Northern Mariana Islands entity + QName: fibo-be-ge-usj:CommonwealthOfTheNorthernMarianaIslandsEntity + + + + individual representing the unincorporated territory and polity for the Commonwealth of the Northern Mariana Islands + + + CMNI + + + + + District of Columbia entity + QName: fibo-be-ge-usj:DistrictOfColumbiaEntity + + + + individual representing the federal district and polity that is the US District of Columbia, also known as 'Washington, D.C.', 'Washington', 'the District', and 'D.C.', that is, the capital of the United States + + + Washington, D.C. entity + + + + + District of Columbia government + QName: fibo-be-ge-usj:DistrictOfColumbiaGovernment + + + individual representing the government of the US District of Columbia, also known as Washington, D.C. + + + + + + + District of Columbia jurisdiction + QName: fibo-be-ge-usj:DistrictOfColumbiaJurisdiction + + + individual representing the jurisdiction of the US District of Columbia, also known as Washington, D.C. + + + Article One, Section Eight of the United States Constitution grants the U.S. Congress 'exclusive jurisdiction' over the city. The District did not have an elected local government until the passage of the 1973 Home Rule Act. The Act devolved certain Congressional powers to an elected mayor and the thirteen-member Council of the District of Columbia. However, Congress retains the right to review and overturn laws created by the council and intervene in local affairs. Jurisdiction is shared among numerous federal agencies, the attorney general for the District, and Congress today. Actions requiring litigation in court may be addressed in the District of Columbia Superior Court or Court of Appeals, or in Federal Court, depending on the issue. + + + + + government of American Samoa + QName: fibo-be-ge-usj:GovernmentOfAmericanSamoa + + + + individual representing the government of the US territory of American Samoa + + + + + + + government of Guam + QName: fibo-be-ge-usj:GovernmentOfGuam + + + + individual representing the government of the US territory of Guam + + + + + + + government of the Northern Mariana Islands + QName: fibo-be-ge-usj:GovernmentOfNorthernMarianaIslands + + + + individual representing the government of the US territory of the Commonwealth of the Northern Mariana Islands + + + + + + + government of Puerto Rico + QName: fibo-be-ge-usj:GovernmentOfPuertoRico + + + + individual representing the government of the US territory of the Commonwealth of Puerto Rico + + + + + + + government of the Virgin Islands (USA) + QName: fibo-be-ge-usj:GovernmentOfVirginIslands + + + + individual representing the government of the US territory of the Virgin Islands + + + + + + + Guam entity + QName: fibo-be-ge-usj:GuamEntity + + + + individual representing the unincorporated territory and polity for the island of Guam + + + + + + + Guam jurisdiction + QName: fibo-be-ge-usj:GuamJurisdiction + + + + individual representing the jurisdiction of the US territory of Guam + + + + + + + Northern Mariana Islands jurisdiction + QName: fibo-be-ge-usj:NorthernMarianaIslandsJurisdiction + + + + individual representing the jurisdiction of the US territory of the Commonwealth of the Northern Mariana Islands + + + + + + + Puerto Rico jurisdiction + QName: fibo-be-ge-usj:PuertoRicoJurisdiction + + + + individual representing the jurisdiction of the US territory of the Commonwealth of Puerto Rico + + + + + + + State of Alabama entity + QName: fibo-be-ge-usj:StateOfAlabamaEntity + + + individual representing the regional sovereignty and polity that is the US State of Alabama + + + + + + + State of Alabama government + QName: fibo-be-ge-usj:StateOfAlabamaGovernment + + + individual representing the regional government of the State of Alabama + + + + + + + State of Alabama jurisdiction + QName: fibo-be-ge-usj:StateOfAlabamaJurisdiction + + + individual representing the overall jurisdiction for the US State of Alabama, i.e., that of the Supreme Court of Alabama and Alabama's Unified Judicial System + + + + + + + State of Alaska entity + QName: fibo-be-ge-usj:StateOfAlaskaEntity + + + individual representing the regional sovereignty and polity that is the US State of Alaska + + + + + + + State of Alaska government + QName: fibo-be-ge-usj:StateOfAlaskaGovernment + + + individual representing the regional government of the State of Alaska + + + + + + + State of Alaska jurisdiction + QName: fibo-be-ge-usj:StateOfAlaskaJurisdiction + + + individual representing the overall jurisdiction for the US State of Alaska, i.e., that of the Alaska Supreme Court and Alaska Court System + + + + + + + State of Arizona entity + QName: fibo-be-ge-usj:StateOfArizonaEntity + + + individual representing the regional sovereignty and polity that is the US State of Arizona + + + + + + + State of Arizona government + QName: fibo-be-ge-usj:StateOfArizonaGovernment + + + individual representing the regional government of the State of Arizona + + + + + + + State of Arizona jurisdiction + QName: fibo-be-ge-usj:StateOfArizonaJurisdiction + + + individual representing the overall jurisdiction for the US State of Arizona, i.e., that of the Arizona Supreme Court and Arizona Judicial System + + + + + + + State of Arkansas entity + QName: fibo-be-ge-usj:StateOfArkansasEntity + + + individual representing the regional sovereignty and polity that is the US State of Arkansas + + + + + + + State of Arkansas government + QName: fibo-be-ge-usj:StateOfArkansasGovernment + + + individual representing the regional government of the State of Arkansas + + + + + + + State of Arkansas jurisdiction + QName: fibo-be-ge-usj:StateOfArkansasJurisdiction + + + individual representing the overall jurisdiction for the US State of Arkansas, i.e., that of the Arkansas Supreme Court and Judiciary System + + + + + + + State of California entity + QName: fibo-be-ge-usj:StateOfCaliforniaEntity + + + individual representing the regional sovereignty and polity that is the US State of California + + + + + + + State of California government + QName: fibo-be-ge-usj:StateOfCaliforniaGovernment + + + individual representing the regional government of the State of California + + + + + + + State of California jurisdiction + QName: fibo-be-ge-usj:StateOfCaliforniaJurisdiction + + + individual representing the overall jurisdiction for the US State of California, i.e., that of the California Supreme Court and Judiciary of California + + + + + + + State of Colorado entity + QName: fibo-be-ge-usj:StateOfColoradoEntity + + + individual representing the regional sovereignty and polity that is the US State of Colorado + + + + + + + State of Colorado government + QName: fibo-be-ge-usj:StateOfColoradoGovernment + + + individual representing the regional government of the State of Colorado + + + + + + + State of Colorado jurisdiction + QName: fibo-be-ge-usj:StateOfColoradoJurisdiction + + + individual representing the overall jurisdiction for the US State of Colorado, i.e., that of the Colorado Supreme Court and Colorado Judicial System + + + + + + + State of Connecticut entity + QName: fibo-be-ge-usj:StateOfConnecticutEntity + + + individual representing the regional sovereignty and polity that is the US State of Connecticut + + + + + + + State of Connecticut government + QName: fibo-be-ge-usj:StateOfConnecticutGovernment + + + individual representing the regional government of the State of Connecticut + + + + + + + State of Connecticut jurisdiction + QName: fibo-be-ge-usj:StateOfConnecticutJurisdiction + + + individual representing the overall jurisdiction for the US State of Connecticut, i.e., that of the Connecticut Supreme Court and State of Connecticut Judicial System + + + + + + + State of Delaware entity + QName: fibo-be-ge-usj:StateOfDelawareEntity + + + individual representing the regional sovereignty and polity that is the US State of Delaware + + + + + + + State of Delaware government + QName: fibo-be-ge-usj:StateOfDelawareGovernment + + + individual representing the regional government of the State of Delaware + + + + + + + State of Delaware jurisdiction + QName: fibo-be-ge-usj:StateOfDelawareJurisdiction + + + individual representing the overall jurisdiction for the US State of Delaware, i.e., that of the Delaware Supreme Court, Court of Chancery, and Judiciary System + + + + + + + State of Florida entity + QName: fibo-be-ge-usj:StateOfFloridaEntity + + + individual representing the regional sovereignty and polity that is the US State of Florida + + + + + + + State of Florida government + QName: fibo-be-ge-usj:StateOfFloridaGovernment + + + individual representing the regional government of the State of Florida + + + + + + + State of Florida jurisdiction + QName: fibo-be-ge-usj:StateOfFloridaJurisdiction + + + individual representing the overall jurisdiction for the US State of Florida, i.e., that of the Florida Supreme Court and State Courts System of Florida + + + + + + + State of Georgia entity + QName: fibo-be-ge-usj:StateOfGeorgiaEntity + + + individual representing the regional sovereignty and polity that is the US State of Georgia + + + + + + + State of Georgia government + QName: fibo-be-ge-usj:StateOfGeorgiaGovernment + + + individual representing the regional government of the State of Georgia + + + + + + + State of Georgia jurisdiction + QName: fibo-be-ge-usj:StateOfGeorgiaJurisdiction + + + individual representing the overall jurisdiction for the US State of Georgia, i.e., that of the Supreme Court of Georgia and Judiciary System + + + + + + + State of Hawai'i entity + QName: fibo-be-ge-usj:StateOfHawaiiEntity + + + individual representing the regional sovereignty and polity that is the US State of Hawai'i + + + + + + + State of Hawai'i government + QName: fibo-be-ge-usj:StateOfHawaiiGovernment + + + individual representing the regional government of the State of Hawai'i + + + + + + + State of Hawai'i jurisdiction + QName: fibo-be-ge-usj:StateOfHawaiiJurisdiction + + + individual representing the overall jurisdiction for the US State of Hawai'i, i.e., that of the Hawai'i Supreme Court and Hawai'i State Judiciary + + + + + + + State of Idaho entity + QName: fibo-be-ge-usj:StateOfIdahoEntity + + + individual representing the regional sovereignty and polity that is the US State of Idaho + + + + + + + State of Idaho government + QName: fibo-be-ge-usj:StateOfIdahoGovernment + + + individual representing the regional government of the State of Idaho + + + + + + + State of Idaho jurisdiction + QName: fibo-be-ge-usj:StateOfIdahoJurisdiction + + + individual representing the overall jurisdiction for the US State of Idaho, i.e., that of the Idaho Supreme Court and Judiciary + + + + + + + State of Illinois entity + QName: fibo-be-ge-usj:StateOfIllinoisEntity + + + individual representing the regional sovereignty and polity that is the US State of Illinois + + + + + + + State of Illinois government + QName: fibo-be-ge-usj:StateOfIllinoisGovernment + + + individual representing the regional government of the State of Illinois + + + + + + + State of Illinois jurisdiction + QName: fibo-be-ge-usj:StateOfIllinoisJurisdiction + + + individual representing the overall jurisdiction for the US State of Illinois, i.e., that of the Illinois Supreme Court and Judiciary + + + + + + + State of Indiana entity + QName: fibo-be-ge-usj:StateOfIndianaEntity + + + individual representing the regional sovereignty and polity that is the US State of Indiana + + + + + + + State of Indiana government + QName: fibo-be-ge-usj:StateOfIndianaGovernment + + + individual representing the regional government of the State of Indiana + + + + + + + State of Indiana jurisdiction + QName: fibo-be-ge-usj:StateOfIndianaJurisdiction + + + individual representing the overall jurisdiction for the US State of Indiana, i.e., that of the Indiana Supreme Court and Judiciary + + + + + + + State of Iowa entity + QName: fibo-be-ge-usj:StateOfIowaEntity + + + individual representing the regional sovereignty and polity that is the US State of Iowa + + + + + + + State of Iowa government + QName: fibo-be-ge-usj:StateOfIowaGovernment + + + individual representing the regional government of the State of Iowa + + + + + + + State of Iowa jurisdiction + QName: fibo-be-ge-usj:StateOfIowaJurisdiction + + + individual representing the overall jurisdiction for the US State of Iowa, i.e., that of the Iowa Supreme Court and Judiciary + + + + + + + State of Kansas entity + QName: fibo-be-ge-usj:StateOfKansasEntity + + + individual representing the regional sovereignty and polity that is the US State of Kansas + + + + + + + State of Kansas government + QName: fibo-be-ge-usj:StateOfKansasGovernment + + + individual representing the regional government of the State of Kansas + + + + + + + State of Kansas jurisdiction + QName: fibo-be-ge-usj:StateOfKansasJurisdiction + + + individual representing the overall jurisdiction for the US State of Kansas, i.e., that of the Kansas Supreme Court and Judiciary + + + + + + + State of Kentucky entity + QName: fibo-be-ge-usj:StateOfKentuckyEntity + + + individual representing the regional sovereignty and polity that is the US State of Kentucky + + + + + + + State of Kentucky government + QName: fibo-be-ge-usj:StateOfKentuckyGovernment + + + individual representing the regional government of the State of Kentucky + + + + + + + State of Kentucky jurisdiction + QName: fibo-be-ge-usj:StateOfKentuckyJurisdiction + + + individual representing the overall jurisdiction for the US State of Kansas, i.e., that of the Kentucky Supreme Court and Judiciary + + + + + + + State of Louisiana entity + QName: fibo-be-ge-usj:StateOfLouisianaEntity + + + individual representing the regional sovereignty and polity that is the US State of Louisiana + + + + + + + State of Louisiana government + QName: fibo-be-ge-usj:StateOfLouisianaGovernment + + + individual representing the regional government of the State of Louisiana + + + + + + + State of Louisiana jurisdiction + QName: fibo-be-ge-usj:StateOfLouisianaJurisdiction + + + individual representing the overall jurisdiction for the US State of Louisiana, i.e., that of the Louisiana Supreme Court and Judiciary + + + + + + + State of Maine entity + QName: fibo-be-ge-usj:StateOfMaineEntity + + + individual representing the regional sovereignty and polity that is the US State of Maine + + + + + + + State of Maine government + QName: fibo-be-ge-usj:StateOfMaineGovernment + + + individual representing the regional government of the State of Maine + + + + + + + State of Maine jurisdiction + QName: fibo-be-ge-usj:StateOfMaineJurisdiction + + + individual representing the overall jurisdiction for the US State of Maine, i.e., that of the Maine Supreme Court and Judiciary + + + + + + + State of Maryland entity + QName: fibo-be-ge-usj:StateOfMarylandEntity + + + individual representing the regional sovereignty and polity that is the US State of Maryland + + + + + + + State of Maryland government + QName: fibo-be-ge-usj:StateOfMarylandGovernment + + + individual representing the regional government of the State of Maryland + + + + + + + State of Maryland jurisdiction + QName: fibo-be-ge-usj:StateOfMarylandJurisdiction + + + individual representing the overall jurisdiction for the US State of Maryland, i.e., that of the Maryland Court of Appeals and Judiciary + + + + + + + State of Massachusetts entity + QName: fibo-be-ge-usj:StateOfMassachusettsEntity + + + individual representing the regional sovereignty and polity that is the US State of (Commonwealth of) Massachusetts + + + + + + + State of Massachusetts government + QName: fibo-be-ge-usj:StateOfMassachusettsGovernment + + + individual representing the regional government of the Commonwealth of Massachusetts + + + + + + + State of Massachusetts jurisdiction + QName: fibo-be-ge-usj:StateOfMassachusettsJurisdiction + + + individual representing the overall jurisdiction for the US State of (Commonwealth of) Massachusetts, i.e., that of the Massachusetts Supreme Judicial Court and Judiciary + + + + + + + State of Michigan entity + QName: fibo-be-ge-usj:StateOfMichiganEntity + + + individual representing the regional sovereignty and polity that is the US State of Michigan + + + + + + + State of Michigan government + QName: fibo-be-ge-usj:StateOfMichiganGovernment + + + individual representing the regional government of the US State of Michigan + + + + + + + State of Michigan jurisdiction + QName: fibo-be-ge-usj:StateOfMichiganJurisdiction + + + individual representing the overall jurisdiction for the US State of Michigan, i.e., that of the Michigan Supreme Court and Judiciary + + + + + + + State of Minnesota entity + QName: fibo-be-ge-usj:StateOfMinnesotaEntity + + + individual representing the regional sovereignty and polity that is the US State of Minnesota + + + + + + + State of Minnesota government + QName: fibo-be-ge-usj:StateOfMinnesotaGovernment + + + individual representing the regional government of the US State of Minnesota + + + + + + + State of Minnesota jurisdiction + QName: fibo-be-ge-usj:StateOfMinnesotaJurisdiction + + + + individual representing the overall jurisdiction for the US State of Minnesota, i.e., that of the Minnesota Supreme Court and Judiciary + + + + + + + State of Mississippi entity + QName: fibo-be-ge-usj:StateOfMississippiEntity + + + individual representing the regional sovereignty and polity that is the US State of Mississippi + + + + + + + State of Mississippi government + QName: fibo-be-ge-usj:StateOfMississippiGovernment + + + individual representing the regional government of the US State of Mississippi + + + + + + + State of Mississippi jurisdiction + QName: fibo-be-ge-usj:StateOfMississippiJurisdiction + + + + individual representing the overall jurisdiction for the US State of Mississippi, i.e., that of the Mississippi Supreme Court and Judiciary + + + + + + + State of Missouri entity + QName: fibo-be-ge-usj:StateOfMissouriEntity + + + individual representing the regional sovereignty and polity that is the US State of Missouri + + + + + + + State of Missouri government + QName: fibo-be-ge-usj:StateOfMissouriGovernment + + + individual representing the regional government of the US State of Missouri + + + + + + + State of Missouri jurisdiction + QName: fibo-be-ge-usj:StateOfMissouriJurisdiction + + + individual representing the overall jurisdiction for the US State of Missouri, i.e., that of the Missouri Supreme Court and Judiciary + + + + + + + State of Montana entity + QName: fibo-be-ge-usj:StateOfMontanaEntity + + + individual representing the regional sovereignty and polity that is the US State of Montana + + + + + + + State of Montana government + QName: fibo-be-ge-usj:StateOfMontanaGovernment + + + individual representing the regional government of the US State of Montana + + + + + + + State of Montana jurisdiction + QName: fibo-be-ge-usj:StateOfMontanaJurisdiction + + + individual representing the overall jurisdiction for the US State of Montana, i.e., that of the Montana Supreme Court and Judiciary + + + + + + + State of Nebraska entity + QName: fibo-be-ge-usj:StateOfNebraskaEntity + + + individual representing the regional sovereignty and polity that is the US State of Nebraska + + + + + + + State of Nebraska government + QName: fibo-be-ge-usj:StateOfNebraskaGovernment + + + individual representing the regional government of the US State of Nebraska + + + + + + + State of Nebraska jurisdiction + QName: fibo-be-ge-usj:StateOfNebraskaJurisdiction + + + + individual representing the overall jurisdiction for the US State of Nebraska, i.e., that of the Nebraska Supreme Court and Judiciary + + + + + + + State of Nevada entity + QName: fibo-be-ge-usj:StateOfNevadaEntity + + + individual representing the regional sovereignty and polity that is the US State of Nevada + + + + + + + State of Nevada government + QName: fibo-be-ge-usj:StateOfNevadaGovernment + + + individual representing the regional government of the US State of Nevada + + + + + + + State of Nevada jurisdiction + QName: fibo-be-ge-usj:StateOfNevadaJurisdiction + + + individual representing the overall jurisdiction for the US State of Nevada, i.e., that of the Nevada Supreme Court and Judiciary + + + + + + + State of New Hampshire entity + QName: fibo-be-ge-usj:StateOfNewHampshireEntity + + + individual representing the regional sovereignty and polity that is the US State of New Hampshire + + + + + + + State of New Hampshire government + QName: fibo-be-ge-usj:StateOfNewHampshireGovernment + + + individual representing the regional government of the US State of New Hampshire + + + + + + + State of New Hampshire jurisdiction + QName: fibo-be-ge-usj:StateOfNewHampshireJurisdiction + + + individual representing the overall jurisdiction for the US State of New Hampshire, i.e., that of the New Hampshire Supreme Court and Judiciary + + + + + + + State of New Jersey entity + QName: fibo-be-ge-usj:StateOfNewJerseyEntity + + + individual representing the regional sovereignty and polity that is the US State of New Jersey + + + + + + + State of New Jersey government + QName: fibo-be-ge-usj:StateOfNewJerseyGovernment + + + individual representing the regional government of the US State of New Jersey + + + + + + + State of New Jersey jurisdiction + QName: fibo-be-ge-usj:StateOfNewJerseyJurisdiction + + + individual representing the overall jurisdiction for the US State of New Jersey, i.e., that of the New Jersey Supreme Court and Judiciary + + + + + + + State of New Mexico entity + QName: fibo-be-ge-usj:StateOfNewMexicoEntity + + + individual representing the regional sovereignty and polity that is the US State of New Mexico + + + + + + + State of New Mexico government + QName: fibo-be-ge-usj:StateOfNewMexicoGovernment + + + individual representing the regional government of the US State of New Mexico + + + + + + + State of New Mexico jurisdiction + QName: fibo-be-ge-usj:StateOfNewMexicoJurisdiction + + + + individual representing the overall jurisdiction for the US State of New Mexico, i.e., that of the New Mexico Supreme Court and Judiciary + + + + + + + State of New York entity + QName: fibo-be-ge-usj:StateOfNewYorkEntity + + + individual representing the regional sovereignty and polity that is the US State of New York + + + + + + + State of New York government + QName: fibo-be-ge-usj:StateOfNewYorkGovernment + + + individual representing the regional government of the US State of New York + + + + + + + State of New York jurisdiction + QName: fibo-be-ge-usj:StateOfNewYorkJurisdiction + + + individual representing the overall jurisdiction for the US State of New York, i.e., that of the New York Supreme Court and Judiciary + + + + + + + State of North Carolina entity + QName: fibo-be-ge-usj:StateOfNorthCarolinaEntity + + + individual representing the regional sovereignty and polity that is the US State of North Carolina + + + + + + + State of North Carolina government + QName: fibo-be-ge-usj:StateOfNorthCarolinaGovernment + + + individual representing the regional government of the US State of North Carolina + + + + + + + State of North Carolina jurisdiction + QName: fibo-be-ge-usj:StateOfNorthCarolinaJurisdiction + + + individual representing the overall jurisdiction for the US State of North Carolina, i.e., that of the North Carolina Supreme Court and Judiciary + + + + + + + State of North Dakota entity + QName: fibo-be-ge-usj:StateOfNorthDakotaEntity + + + individual representing the regional sovereignty and polity that is the US State of North Dakota + + + + + + + State of North Dakota government + QName: fibo-be-ge-usj:StateOfNorthDakotaGovernment + + + individual representing the regional government of the US State of North Dakota + + + + + + + State of North Dakota jurisdiction + QName: fibo-be-ge-usj:StateOfNorthDakotaJurisdiction + + + individual representing the overall jurisdiction for the US State of North Dakota, i.e., that of the North Dakota Supreme Court and Judiciary + + + + + + + State of Ohio entity + QName: fibo-be-ge-usj:StateOfOhioEntity + + + individual representing the regional sovereignty and polity that is the US State of Ohio + + + + + + + State of Ohio government + QName: fibo-be-ge-usj:StateOfOhioGovernment + + + individual representing the regional government of the US State of Ohio + + + + + + + State of Ohio jurisdiction + QName: fibo-be-ge-usj:StateOfOhioJurisdiction + + + individual representing the overall jurisdiction for the US State of Ohio, i.e., that of the Ohio Supreme Court and Judiciary + + + + + + + State of Oklahoma entity + QName: fibo-be-ge-usj:StateOfOklahomaEntity + + + individual representing the regional sovereignty and polity that is the US State of Oklahoma + + + + + + + State of Oklahoma government + QName: fibo-be-ge-usj:StateOfOklahomaGovernment + + + individual representing the regional government of the US State of Oklahoma + + + + + + + State of Oklahoma jurisdiction + QName: fibo-be-ge-usj:StateOfOklahomaJurisdiction + + + individual representing the overall jurisdiction for the US State of Oklahoma, i.e., that of the Oklahoma Supreme Court and Judiciary + + + + + + + State of Oregon entity + QName: fibo-be-ge-usj:StateOfOregonEntity + + + individual representing the regional sovereignty and polity that is the US State of Oregon + + + + + + + State of Oregon government + QName: fibo-be-ge-usj:StateOfOregonGovernment + + + individual representing the regional government of the US State of Oregon + + + + + + + State of Oregon jurisdiction + QName: fibo-be-ge-usj:StateOfOregonJurisdiction + + + individual representing the overall jurisdiction for the US State of Oregon, i.e., that of the Oregon Supreme Court and Judiciary + + + + + + + State of Pennsylvania entity + QName: fibo-be-ge-usj:StateOfPennsylvaniaEntity + + + individual representing the regional sovereignty and polity that is the US State of Pennsylvania + + + Commonwealth of Pennsylvania entity + + + + + State of Pennsylvania government + QName: fibo-be-ge-usj:StateOfPennsylvaniaGovernment + + + individual representing the regional government of the US State of Pennsylvania + + + Commonwealth of Pennsylvania government + + + + + State of Pennsylvania jurisdiction + QName: fibo-be-ge-usj:StateOfPennsylvaniaJurisdiction + + + individual representing the overall jurisdiction for the US State of Pennsylvania, i.e., that of the Pennsylvania Supreme Court and Judiciary + + + Commonwealth of Pennsylvania jurisdiction + + + + + State of Rhode Island entity + QName: fibo-be-ge-usj:StateOfRhodeIslandEntity + + + individual representing the regional sovereignty and polity that is the US State of Rhode Island + + + + + + + State of Rhode Island government + QName: fibo-be-ge-usj:StateOfRhodeIslandGovernment + + + individual representing the regional government of the US State of Rhode Island + + + + + + + State of Rhode Island jurisdiction + QName: fibo-be-ge-usj:StateOfRhodeIslandJurisdiction + + + individual representing the overall jurisdiction for the US State of Rhode Island, i.e., that of the Rhode Island Supreme Court and Judiciary + + + + + + + State of South Carolina entity + QName: fibo-be-ge-usj:StateOfSouthCarolinaEntity + + + individual representing the regional sovereignty and polity that is the US State of South Carolina + + + + + + + State of South Carolina government + QName: fibo-be-ge-usj:StateOfSouthCarolinaGovernment + + + individual representing the regional government of the US State of South Carolina + + + + + + + State of South Carolina jurisdiction + QName: fibo-be-ge-usj:StateOfSouthCarolinaJurisdiction + + + individual representing the overall jurisdiction for the US State of South Carolina, i.e., that of the South Carolina Supreme Court and Judiciary + + + + + + + State of South Dakota entity + QName: fibo-be-ge-usj:StateOfSouthDakotaEntity + + + individual representing the regional sovereignty and polity that is the US State of South Dakota + + + + + + + State of South Dakota government + QName: fibo-be-ge-usj:StateOfSouthDakotaGovernment + + + individual representing the regional government of the US State of South Dakota + + + + + + + State of South Dakota jurisdiction + QName: fibo-be-ge-usj:StateOfSouthDakotaJurisdiction + + + individual representing the overall jurisdiction for the US State of South Dakota, i.e., that of the South Dakota Supreme Court and Judiciary + + + + + + + State of Tennessee entity + QName: fibo-be-ge-usj:StateOfTennesseeEntity + + + individual representing the regional sovereignty and polity that is the US State of Tennessee + + + + + + + State of Tennessee government + QName: fibo-be-ge-usj:StateOfTennesseeGovernment + + + individual representing the regional government of the US State of Tennessee + + + + + + + State of Tennessee jurisdiction + QName: fibo-be-ge-usj:StateOfTennesseeJurisdiction + + + individual representing the overall jurisdiction for the US State of Tennessee, i.e., that of the Tennessee Supreme Court and Judiciary + + + + + + + State of Texas entity + QName: fibo-be-ge-usj:StateOfTexasEntity + + + individual representing the regional sovereignty and polity that is the US State of Texas + + + + + + + State of Texas government + QName: fibo-be-ge-usj:StateOfTexasGovernment + + + individual representing the regional government of the US State of Texas + + + + + + + State of Texas jurisdiction + QName: fibo-be-ge-usj:StateOfTexasJurisdiction + + + individual representing the overall jurisdiction for the US State of Texas, i.e., that of the Texas Supreme Court and Judiciary + + + + + + + State of Utah entity + QName: fibo-be-ge-usj:StateOfUtahEntity + + + individual representing the regional sovereignty and polity that is the US State of Utah + + + + + + + State of Utah government + QName: fibo-be-ge-usj:StateOfUtahGovernment + + + individual representing the regional government of the US State of Utah + + + + + + + State of Utah jurisdiction + QName: fibo-be-ge-usj:StateOfUtahJurisdiction + + + individual representing the overall jurisdiction for the US State of Utah, i.e., that of the Utah Supreme Court and Judiciary + + + + + + + State of Vermont entity + QName: fibo-be-ge-usj:StateOfVermontEntity + + + individual representing the regional sovereignty and polity that is the US State of Vermont + + + + + + + State of Vermont government + QName: fibo-be-ge-usj:StateOfVermontGovernment + + + individual representing the regional government of the US State of Vermont + + + + + + + State of Vermont jurisdiction + QName: fibo-be-ge-usj:StateOfVermontJurisdiction + + + individual representing the overall jurisdiction for the US State of Vermont, i.e., that of the Vermont Supreme Court and Judiciary + + + + + + + State of Virginia entity + QName: fibo-be-ge-usj:StateOfVirginiaEntity + + + individual representing the regional sovereignty and polity that is the US State of Virginia + + + Commonwealth of Virginia entity + + + + + State of Virginia government + QName: fibo-be-ge-usj:StateOfVirginiaGovernment + + + individual representing the regional government of the US State of Virginia + + + Commonwealth of Virginia government + + + + + State of Virginia jurisdiction + QName: fibo-be-ge-usj:StateOfVirginiaJurisdiction + + + individual representing the overall jurisdiction for the US State of Virginia, i.e., that of the Virginia Supreme Court and Judiciary + + + Commonwealth of Virginia jurisdiction + + + + + State of Washington entity + QName: fibo-be-ge-usj:StateOfWashingtonEntity + + + individual representing the regional sovereignty and polity that is the US State of Washington + + + + + + + State of Washington government + QName: fibo-be-ge-usj:StateOfWashingtonGovernment + + + individual representing the regional government of the US State of Washington + + + + + + + State of Washington jurisdiction + QName: fibo-be-ge-usj:StateOfWashingtonJurisdiction + + + individual representing the overall jurisdiction for the US State of Washington, i.e., that of the Washington Supreme Court and Judiciary + + + + + + + State of West Virginia entity + QName: fibo-be-ge-usj:StateOfWestVirginiaEntity + + + individual representing the regional sovereignty and polity that is the US State of West Virginia + + + + + + + State of West Virginia government + QName: fibo-be-ge-usj:StateOfWestVirginiaGovernment + + + individual representing the regional government of the US State of West Virginia + + + + + + + State of West Virginia jurisdiction + QName: fibo-be-ge-usj:StateOfWestVirginiaJurisdiction + + + individual representing the overall jurisdiction for the US State of West Virginia, i.e., that of the West Virginia Supreme Court and Judiciary + + + + + + + State of Wisconsin entity + QName: fibo-be-ge-usj:StateOfWisconsinEntity + + + individual representing the regional sovereignty and polity that is the US State of Wisconsin + + + + + + + State of Wisconsin government + QName: fibo-be-ge-usj:StateOfWisconsinGovernment + + + individual representing the regional government of the US State of Wisconsin + + + + + + + State of Wisconsin jurisdiction + QName: fibo-be-ge-usj:StateOfWisconsinJurisdiction + + + individual representing the overall jurisdiction for the US State of Wisconsin, i.e., that of the Wisconsin Supreme Court and Judiciary + + + + + + + State of Wyoming entity + QName: fibo-be-ge-usj:StateOfWyomingEntity + + + individual representing the regional sovereignty and polity that is the US State of Wyoming + + + + + + + State of Wyoming government + QName: fibo-be-ge-usj:StateOfWyomingGovernment + + + individual representing the regional government of the US State of Wyoming + + + + + + + State of Wyoming jurisdiction + QName: fibo-be-ge-usj:StateOfWyomingJurisdiction + + + individual representing the overall jurisdiction for the US State of Wyoming, i.e., that of the Wyoming Supreme Court and Judiciary + + + + + + + United States entity + QName: fibo-be-ge-usj:UnitedStatesEntity + + + individual representing the federated sovereignty and polity that is the United States of America + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + United States federal government + QName: fibo-be-ge-usj:UnitedStatesGovernment + + + + + individual representing the federal government of the United States of America + + + + + + + United States jurisdiction + QName: fibo-be-ge-usj:UnitedStatesJurisdiction + + + individual representing the federal jurisdiction of the United States of America + + + http://en.wikipedia.org/wiki/Federal_jurisdiction_(United_States) + http://www.uscourts.gov/about-federal-courts + The United States of America is a federal republic governed by the U.S. Constitution containing fifty states and a federal district which elect the president, and having other territories and possessions in its national jurisdiction. This government is known as the Union, the United States, or the federal government. Federal jurisdiction refers to the legal scope of the government's powers. Under the Constitution and various treaties, the legal jurisdiction of the United States includes territories and territorial waters. + + + + + Virgin Islands entity (USA) + QName: fibo-be-ge-usj:VirginIslandsEntity + + + + + individual representing the unincorporated territory and polity for the Virgin Islands (USA) + + + + + + + Virgin Islands jurisdiction (USA) + QName: fibo-be-ge-usj:VirginIslandsJurisdiction + + + + individual representing the jurisdiction of the US territory of the Virgin Islands + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/CorporateBodies.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/CorporateBodies.rdf new file mode 100755 index 0000000..3e772fb --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/CorporateBodies.rdf @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Corporate Bodies Ontology + QName: fibo-be-le-cb: + This ontology defines the basic mechanisms that establish legal personhood for judicial or artificial persons, specifically those that are corporate bodies, including bodies incorporated by equity, by guarantee, and by agreement. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-be-le-cb + CorporateBodies.rdf + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/BE/20160201/LegalEntities/CorporateBodies.rdf version of this ontology was modified per the FIBO 2.0 RFC to address issues including elimination of missing labels and comments, integration with LCC, and replacing min 1 QCRs with someValuesFrom. + The http://www.omg.org/spec/EDMC-FIBO/BE/20180801/LegalEntities/CorporateBodies.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies. + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + + + + + + benefit corporation + QName: fibo-be-le-cb:BenefitCorporation + + http://www.business.ca.gov/Portals/0/Home/Docs/AB%202641%20SOS.pdf + a not for profit corporation set up under specific state legislation to provide some stated societal benefit, and with some corresponding relaxation of the obligation to maximize shareholder return + www.bcorporation.net + This is a US-specific type of non-profit corporation defined in recent legislation in a number of states. In California, for example, benefit corporations may be defined as public benefit or mutual benefit corporations, depending on their purpose. + + + + + body incorporated through agreement + QName: fibo-be-le-cb:BodyIncorporatedThroughAgreement + + A body with legal personhood, incorporated through some agreement among the principals, and without equity or guarantee instruments which would isolate the principals from liability. + An LLP (in the UK) is an example of this, and is also a partnership. There, the LLP Document is the legal document which effectively constitutes the Partnership. + + + + + + + + + 0 + + + body incorporated with guarantee + QName: fibo-be-le-cb:BodyIncorporatedWithGuarantee + + + Incorporated entity without share capital, and in which the liability of its members is limited to the amount each one of them undertakes to contribute at the time the firm is wound up. + The profit motive is not the prime objective of the organization. + + + + + body limited by guarantee principals agreement + QName: fibo-be-le-cb:BodyLimitedByGuaranteePrincipalsAgreement + + The formal agreement between the principals of a body limited by guarantee. + + + + + common interest development corporation + QName: fibo-be-le-cb:CommonInterestDevelopmentCorporation + + a not for profit corporation set up under specific state legislation as a business entity for homeowners' associations + http://www.dre.ca.gov/files/pdf/re39.pdf + http://www.nolo.com/dictionary/common-interest-development-term.html + A common interest development is typically a type of housing, composed of individually owned units, such as condominiums, townhouses, or single-family homes, that share ownership of common areas, such as swimming pools, landscaping, and parking. Common interest developments (also known as community interest developments or CIDs) are managed by homeowners' associations. + + + + + + + + + 1 + + + company incorporated by guarantee + QName: fibo-be-le-cb:CompanyIncorporatedByGuarantee + + a body limited by guarantee whose principals agreement' includes statements indicating how much money each principal will contribute to the company if it becomes insolvent + http://www.investorguide.com/definition/guarantee.html + company limited by guarantee + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + corporation + QName: fibo-be-le-cb:Corporation + + a formal organization treated as an entity - an artificial person or legal entity distinct from its owners - created by or under the authority of the laws of a state or nation + Barron's Dictionary of Banking Terms, Sixth Edition, 2012, definition of corporation + http://thelawdictionary.org/corporation/ + A corporation has three distinguishing characteristics: (1) separation of ownership from management and general liability, i.e., its liability to creditors is limited to its resources, unlike some partnerships and sole proprietorships, (2) the ability to negotiate contracts and own property, and (3) transferable ownership, irrespective of changes in membership or the lifetimes of its stockholders. + A corporation is managed by or under the direction of a board of directors, which generally determines corporate policy. Officers manage the day-to-day affairs of the corporation. + body corporate + + + + + + + + + + + for profit corporation + QName: fibo-be-le-cb:ForProfitCorporation + + + a corporation whose objective is to make money, in other words, to ensure realization of a financial benefit such that the amount of revenue gained from a business activity exceeds the expenses, costs and taxes needed to sustain that activity + http://www.investopedia.com/terms/p/profit.asp + + + + + + + + 1 + + + + + + + 1 + + + incorporation guarantee + QName: fibo-be-le-cb:IncorporationGuarantee + + A guarantee which is part of the means by which some incorporated entity is incorporated by guarantee. + + + + + + + + + 1 + + + instrument of incorporation + QName: fibo-be-le-cb:InstrumentOfIncorporation + + Some legal instrument by which some legal entity which is not a natural person is made to exist. + This may be the issuance of shares, the existence of some agreement, guaranties and so on. + + + + + + not for profit corporation + QName: fibo-be-le-cb:NotForProfitCorporation + + a corporation approved by its jurisdictional oversight and taxing authorities as operating for educational, charitable, social, religious, civic or humanitarian purposes + http://legal-dictionary.thefreedictionary.com/nonprofit+corporation + A not for profit corporation is formed by incorporators, and has a board of directors and officers, but no shareholders. These incorporators, directors and officers may not receive a distribution of (any money from) profits, but officers and management may be paid reasonable salaries for services to the corporation. + non-profit corporation + + + + + stock corporation + QName: fibo-be-le-cb:StockCorporation + + + + a corporation that has shareholders (stockholders), each of whom receives a portion of the ownership of the corporation through shares of stock + http://biztaxlaw.about.com/od/glossarys/g/stockcorp.htm + http://www.oecd.org/daf/ca/CorporateGovernanceFactbook.pdf + The shares in a stock corporation may receive a return on their investment in the form of dividends. Shares are used for voting on matters of corporate policy or to elect directors, at the corporation's annual meeting and at other meetings of the corporation. + + + + is constituted by + QName: fibo-be-le-cb:isConstitutedBy + + + + the instrument by which an entity is incorporated + + + + + is incorporated in + QName: fibo-be-le-cb:isIncorporatedIn + + + + the legal jurisdiction under which the legal entity is incorporated + It is the laws of this jurisdiction that cause and allow the legal entity to exist and to incur debt and be sued at law as a legal entity. + + + + issues equity + QName: fibo-be-le-cb:issuesEquity + + + + true + relates a stock corporation to the equity (in the form of shares) it issues through incorporation and subsequent corporate actions + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/FormalBusinessOrganizations.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/FormalBusinessOrganizations.rdf new file mode 100755 index 0000000..6a3d2f9 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/FormalBusinessOrganizations.rdf @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Formal Business Organizations Ontology + QName: fibo-be-le-fbo: + This ontology defines formal business organizations and related concepts. The ontology covers parts of organizations, membership, classification, address relations and other properties which are applicable to formal business organizations generally. The concept of a formal business organization forms the basis for articulation of types of organization, both incorporated and non-incorporated, in other FIBO-BE ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-le-fbo + FormalBusinessOrganizations.rdf + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy. + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified per the FIBO 2.0 RFC to address minor bug fixes. + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + + + + + + branch + QName: fibo-be-le-fbo:Branch + + a part of a business organization or company, identified as a branch + This is not a separate legal entity in its own right, but a functional part of the entity. + + + + + division + QName: fibo-be-le-fbo:Division + + a part of a company, such as a line of business, that may have separate accounting or reporting requirements + + + + formally constituted organization + QName: fibo-be-le-fbo:FormallyConstitutedOrganization + + true + + Any organization with some formal contractual agreement among its principals + + + + + formally constituted organization member + QName: fibo-be-le-fbo:FormallyConstitutedOrganizationMember + + true + A member of some formally constituted organization. + This party may hold some equity in the formally constituted organization and may or may not have some responsibilities or potential liabilitiy in respect of the activities of that organization. Terms setting out the position of the member in these and other matters are defined in the organization covering agreement, to which the member may be a signatory. + + + + + joint venture + QName: fibo-be-le-fbo:JointVenture + + a legal entity that is a formal venture between two or more business entities + Detailed properties still to be modeled. This will be similar to Partnership in that it will have two or more venture partners (need to determine best label for these), and some formal standing. Also to research: whether JVs are only instituted via mutual share ownership and therefore may only be between limited companies (or may only be a limited company but may have other types of legal person and/or legal entity as venture partners). + + + + + + + + + + + non-governmental organization + QName: fibo-be-le-fbo:NonGovernmentalOrganization + + a not for profit organization that is a citizen-based group that functions independently of government + NGO + http://www.investopedia.com/ask/answers/13/what-is-non-government-organization.asp + https://en.wikipedia.org/wiki/Non-governmental_organization + NGOs are neither a part of a government nor a conventional for-profit business. Usually set up by ordinary citizens, NGOs may be funded by governments, foundations, businesses, or private persons. + NGOs, sometimes called civil societies, are organized on community, national and international levels to serve specific social or political purposes, and are cooperative, rather than commercial, in nature. + Some NGOs avoid formal funding altogether and are run primarily by volunteers. NGOs are highly diverse groups of organizations engaged in a wide range of activities, and take different forms in different parts of the world. Some may have charitable status, while others may be registered for tax exemption based on recognition of social purposes. Others may be fronts for political, religious, or other interests. + + + + + + + + + + + not for profit organization + QName: fibo-be-le-fbo:NotForProfitOrganization + + + + + + + + an organization that uses its surplus revenues to further achieve its purpose or mission, rather than distributing its surplus income to the organization's owners (directors, investors, or equivalents) as profit or dividends + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + https://en.wikipedia.org/wiki/Nonprofit_organization + In the US, a nonprofit organization is an association that explicitly is not required to pay taxes on its income. Such organizations are qualified for this exemption due to their socially desirable objective (e.g. hospitals, charitable organizations, etc., or because they meet some set of requirements as determined by the US Internal Revenue Service. + The nonprofit landscape is highly varied, although many people have come to associate NPOs with charitable organizations. Although charities do comprise an often high profile or visible aspect of the sector, there are many other types of nonprofits. Overall, they tend to be either member-serving or community-serving. Member-serving organizations include mutual societies, cooperatives, trade unions, credit unions, industry associations, sports clubs, retired serviceman's clubs and other organizations that benefit a particular group of people - the members of the organization. Typically, community-serving organizations are focused on providing services to the community in general, either globally or locally: organizations delivering human services programs or projects, aid and development programs, medical research, education and health services, and so on. + non-profit organization + + + + + organization covering agreement + QName: fibo-be-le-fbo:OrganizationCoveringAgreement + + A formal agreement between the principals in a formal organization which covers the relationship between the principals, and between the principals and the entity. + Also covers the aims and purposes of the Entity. + + + + + + + + + + + organization identification scheme + QName: fibo-be-le-fbo:OrganizationIdentificationScheme + + an identification scheme dedicated to the unique identification of organizations + https://www.iso.org/obp/ui/#iso:std:iso-iec:6523:-1:ed-1:v1:en + + + + + + + + + 1 + + + + + + + 1 + + + organization identifier + QName: fibo-be-le-fbo:OrganizationIdentifier + + an identifier assigned to an organization within an organization identification scheme, and unique within that scheme + https://www.iso.org/obp/ui/#iso:std:iso-iec:6523:-1:ed-1:v1:en + + + + organization industry sector classification + QName: fibo-be-le-fbo:OrganizationIndustrySectorClassification + + true + + The classification of an organization in terms of the industry sector in which it carries out business. + + + + + + + + + 1 + + + organization part identifier + QName: fibo-be-le-fbo:OrganizationPartIdentifier + + an identifier allocated to a particular organizational sub-unit + OPI + https://www.iso.org/obp/ui/#iso:std:iso-iec:6523:-1:ed-1:v1:en + organization sub-unit identifier + + + + + + + + + + + organizational sub-unit + QName: fibo-be-le-fbo:OrganizationalSubUnit + + any department, service, or other entity within a larger formal organization that only has full recognition within the context of that formal organization, but requires identification for some purpose + https://www.iso.org/obp/ui/#iso:std:iso-iec:6523:-1:ed-1:v1:en + In other words, it is not a legal entity in its own right. + organization part + + + + + registered address + QName: fibo-be-le-fbo:RegisteredAddress + + a physical address used by an entity for registration purposes and where legal papers may be served + legal address + + + + + has equity + QName: fibo-be-le-fbo:hasEquity + + + + indicates owners' equity associated with the entity + + + + + has internal entity + QName: fibo-be-le-fbo:hasInternalEntity + + + + true + the organization has some part which is formally defined as an Internal Entity, for example for reporting, management or accounting purposes + This property is considered redundant with hasSubUnit and has been deprecated as a consequence. + + + + + has operating address + QName: fibo-be-le-fbo:hasOperatingAddress + + + + address at which the organization carries out its operations + + + + + has primary address + QName: fibo-be-le-fbo:hasPrimaryAddress + + + + the main address at which communications to the organization may be addressed in some geographic region + + + + + has registered address + QName: fibo-be-le-fbo:hasRegisteredAddress + + + + an address at which an organization is registered and at which legal papers may be served on it + + + + + has signatory + QName: fibo-be-le-fbo:hasSignatory + + + + has a party which is authorized to sign contracts on behalf of the entity + + + + + has sub-unit + QName: fibo-be-le-fbo:hasSubUnit + + + + + relates a formally constituted organization to a sub-unit of that organization + + + + + is sub-unit of + QName: fibo-be-le-fbo:isSubUnitOf + + + + relates a sub-unit of an organization to the larger entity, which may or may not be co-located with that entity + + + + + + + + 0 + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/LEIEntities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/LEIEntities.rdf new file mode 100755 index 0000000..11d530b --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/LEIEntities.rdf @@ -0,0 +1,582 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Legal Entity Identifier (LEI) Entities Ontology + QName: fibo-be-le-lei: + This ontology defines concepts around contractually capable business entities. The terms defined here are those which are relevant to the Legal Entity Identifier (LEI) work. The term known as legal entity in that work is identified as a formal organization which is recognized in some jurisdiction as being capable of incurring some liability, whether or not is a legal person as understood by the legal community. This is labeled as contractually capable entity, to avoid confusion with the accepted legal term for Legal Entity. Such entities are recognized as requiring an LEI, but the identifier itself is allocated to the formal organization which is recognized as being contractually capable. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2019 EDM Council, Inc. + Copyright (c) 2013-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-le-lei + LEIEntities.rdf + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.1 RTF report. Changes include deprecation of the MunicipalEntity, Sovereign, and SupranationalEntity classes and making them equivalent to classes in the Government Entities ontology. + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities.rdf version of this ontology was modified to deprecate LEIEligibleEntity as a part of a simplification strategy for the organizational class hierarchy, to support GLEIF LEI Level 2 ownership relationships, and eliminate a circular dependency with government entities by removing elements that had been deprecated for the last several FIBO revisions (municipal entity, sovereign, and supranational entity). + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LEIEntities.rdf version of this ontology was modified to incorporate LEIEligibleEntity and LEIRegisteredEntity, as well as add restrictions in support of the ISO 17442 LEI effort and related changes to the GLEIF Common Data Format for the FIBO 2.0 RFC. + + + + + + accounting framework + QName: fibo-be-le-lei:AccountingFramework + + a qualifier that indicates the accounting framework, i.e., the set of policies, methods, rules, and processes, applied for accounting consolidation purposes with respect to this relationship + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + accounting period + QName: fibo-be-le-lei:AccountingPeriod + + a qualifier indicating that the relationship period reflects an accounting period covered by the most recent validation documents for this relationship + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + + 1 + + + contractually capable entity + QName: fibo-be-le-lei:ContractuallyCapableEntity + + a unique entity that is legally or financially responsible for the performance of financial transactions, or has the legal right in its jurisdiction to enter independently into legal contracts, regardless of whether it is incorporated or constituted in some other way (e.g. trust, partnership, contractual). This excludes natural persons, but includes governmental organizations and supranationals. + ISO 17442 + + + + + document filing period + QName: fibo-be-le-lei:DocumentFilingPeriod + + a qualifier indicating that the relationship period reflects the validity period for any regulatory filing, accounting document, other document demonstrating the relationship's validity + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + 0 + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + entity legal form + QName: fibo-be-le-lei:EntityLegalForm + + a classifier for a legal entity that indicates the nature of that entity as defined from a legal or regulatory perspective, in the jurisdiction in which it was established + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + + + + + + 1 + + + + + + + + + entity legal form identifier + QName: fibo-be-le-lei:EntityLegalFormIdentifier + + a code that uniquely identifies an entity legal form as defined in ISO 20275 + https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + + + + + + + + + entity legal form scheme + QName: fibo-be-le-lei:EntityLegalFormScheme + + a scheme that specifies the elements of an unambiguous identifier for the entity legal forms that are sanctioned in a given jurisdiction as defined in ISO 20725 + https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + + Generally Accepted Accounting Principles + QName: fibo-be-le-lei:GenerallyAcceptedAccountingPrinciples + + + an accounting framework developed by the US Financial Accounting Standards Board (FASB) + GAAP + US GAAP + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + ISO 17442 code set + QName: fibo-be-le-lei:ISO17442-CodeSet + + the set of legal entity identifiers that comprise the ISO 17442 legal entity identifier specification + GLEIF LEI CDF v2.1 legal entity identifier (LEI) code set + + + + + ISO 20275 code set + QName: fibo-be-le-lei:ISO20275-CodeSet + + the set of entity legal form identifiers that comprise the ISO 20275 entity legal form specification + entity legal form (ELF) code set + + + + + International Financial Reporting Standard + QName: fibo-be-le-lei:InternationalFinancialReportingStandard + + + an accounting framework developed by the International Accounting Standards Board (IASB) + IFRS + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + LEI eligible entity + QName: fibo-be-le-lei:LEIEligibleEntity + + true + a legal person that qualifies to be assigned a legal entity identifier + + + + + LEI registered entity + QName: fibo-be-le-lei:LEIRegisteredEntity + + + + + + + + a legal person that has registered for and is identified by a legal entity identifier + Note that the GLEIF data includes multiple LEIs for some entities due to corporate actions or other situations. The duplicates are typically archived after some period of time, but in order to reflect the reality in the data, the restriction is modeled as someValuesFrom rather than exactly 1 LEI for a given entity. + + + + + + + + + 1 + + + + + + + + + legal entity identifier + QName: fibo-be-le-lei:LegalEntityIdentifier + + an organization identifier that uniquely identifies a legal person as defined in ISO 17442 + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/standard/59771.html + + + + + + + + + + + legal entity identifier scheme + QName: fibo-be-le-lei:LegalEntityIdentifierScheme + + a scheme that specifies the elements of an unambiguous legal entity identifier (LEI) scheme to identify the legal entities relevant to any financial transaction + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/standard/59771.html + + + + + other accounting framework + QName: fibo-be-le-lei:OtherAccountingFramework + + + an accounting framework of unstated origin (other than IFRS or US GAAP) + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship period qualifier + QName: fibo-be-le-lei:RelationshipPeriodQualifier + + a classifier that qualifies something about the reporting period specified, such as that the date period reflects an accounting or document filing period + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship qualifier + QName: fibo-be-le-lei:RelationshipQualifier + + a classifier that qualifies something about the relationship between consolidated entities during the reporting period, such as the accounting framework used + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + + 0 + + + + + + 0 + + + + relationship record + QName: fibo-be-le-lei:RelationshipRecord + + a record describing relationships between legal entities + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship status + QName: fibo-be-le-lei:RelationshipStatus + + + + + + + + + + + + a classifier that specifies the status of the relationship between consolidated entities during the reporting period (active or inactive) + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship status - active + QName: fibo-be-le-lei:RelationshipStatusActive + + status indicating that as of the last report or update, the reporting legal entity reported that it is legally registered and/or operating, and that the relationship detailed in this relationship record is still valid + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + relationship status - inactive + QName: fibo-be-le-lei:RelationshipStatusInactive + + status indicating that it has been determined that the relationship ended, e.g. because entity that reported this relationship is no longer legally registered and/or operating; or the relationship is no longer valid for other reasons + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + has address of legal formation + QName: fibo-be-le-lei:hasAddressOfLegalFormation + + + + indicates the address of legal formation for the entity, in the jurisdiction in which the entity is established, used for registration purposes with respect to obtaining an LEI + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + has legal address + + + + + has legal form + QName: fibo-be-le-lei:hasLegalForm + + + + indicates the nature of the entity as defined from a legal or regulatory perspective in a given jurisdiction + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.iso.org/obp/ui/#iso:std:iso:20275:ed-1:v1:en + + + + has legal form abbreviation + QName: fibo-be-le-lei:hasLegalFormAbbreviation + + + the precise abbreviation for the entity legal form as defined in the jurisdiction in which it is registered, for example LLC, LLP, Ltd, PLC, Corp. + + + + + has ownership percentage + QName: fibo-be-le-lei:hasOwnershipPercentage + + + the percentage ownership interest in the owned entity owned by owning entity, if known + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has transliterated legal form abbreviation + QName: fibo-be-le-lei:hasTransliteratedLegalFormAbbreviation + + + a transliterated (i.e., in Latin or Romanized ASCII) representation of the abbreviation for the entity legal form + + + + + has transliterated name + QName: fibo-be-le-lei:hasTransliteratedName + + a transliterated (i.e., in Latin or Romanized ASCII) representation of a name for the entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + is consolidated by + QName: fibo-be-le-lei:isConsolidatedBy + + + indicates the entity considered the 'end node' or consolidating entity (parent) from an ISO 17442 perspective + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is consolidation of + QName: fibo-be-le-lei:isConsolidationOf + + + indicates the entity considered the 'start node' or consolidated entity from an ISO 17442 perspective + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is directly consolidated by + QName: fibo-be-le-lei:isDirectlyConsolidatedBy + + + indicates that the entity considered the 'end node' or consolidating entity (parent) fully consolidates the accounting of the 'start node' (child) per the accounting rules specified, and is the closest consolidating entity to that child in any applicable ownership hierarchy + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is an international branch of + QName: fibo-be-le-lei:isInternationalBranchOf + + + indicates that the entity considered the 'start node' or consolidated entity (child) is an international branch of the 'end node' (parent) in the jurisdiction of the child + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + is quantified by + QName: fibo-be-le-lei:isQuantifiedBy + + + indicates that something is limited to or conditional due to some rate or other statistical value + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + is ultimately consolidated by + QName: fibo-be-le-lei:isUltimatelyConsolidatedBy + + + indicates that the entity considered the 'end node' or consolidating entity (parent) fully consolidates the accounting of the 'start node' (child) per the accounting rules specified, and is the most distant consolidating entity to that child in any applicable ownership hierarchy + GLEIF Level 2 Relationship Record (RR) Common Data Format (CDF), see https://www.gleif.org/en/about-lei/common-data-file-format/relationship-record-cdf-format# + + + + + + + + 1 + + + + + + 0 + + + + + + 0 + + + + + + + 1 + + + + + + + + + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/LegalPersons.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/LegalPersons.rdf new file mode 100755 index 0000000..666e265 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/LegalEntities/LegalPersons.rdf @@ -0,0 +1,389 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Legal Persons Ontology + QName: fibo-be-le-lp: + This ontology defines legal personhood concepts. A legal person as defined here is any natural person or organization which is capable of accruing liability on its own part. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-le-lp + LegalPersons.rdf + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons.rdf version of this ontology was modified per the FIBO 2.0 RFC to normalize restrictions on business license. + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons.rdf version of this ontology was modified to rationalize natural person and legally capable person in a new concept, namely legally competent natural person, simplify / merge the legal person and formal organization class hierarchies, and correct certain definitions, including power of attorney. + + + + + + + + + + 0 + + + + + + + + + business entity + QName: fibo-be-le-lp:BusinessEntity + + an entity that is formed and administered as per commercial law in order to engage in business activities + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://en.wikipedia.org/wiki/Types_of_business_entity + There are many types of business entities defined in the legal systems of various countries. These include corporations, cooperatives, partnerships, sole proprietorships, sole traders, limited liability companies, certain trusts and trust companies, and so forth. The rules vary by country and by state or province. Some of the more widely recognized types in the US, UK, and EU are defined in FIBO, by region. However, the regulations governing particular types of entity, even those described as roughly equivalent, differ from jurisdiction to jurisdiction. + + + + + + + + + 1 + + + + + + + + + business license + QName: fibo-be-le-lp:BusinessLicense + + a license that allows the holder to conduct business or carry out a specific profession within some jurisdiction for some period of time + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + business objective + QName: fibo-be-le-lp:BusinessObjective + + an objective that reflects the strategic goals and direction of a business + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + Business objectives allow an organization to define its goals and direction. A company uses strategy and tactics at every level of its operation to achieve its objectives. These define the way a company allocates its resources and the strengths, weaknesses and opportunities it may have. Companies usually do not alter their objectives once they are implemented, unless changes in circumstances arise. Setting a clear course for the organization is key to its success. + + + + + chartered legal person + QName: fibo-be-le-lp:CharteredLegalPerson + + a legal person created by a royal charter or decree + In a monarchy or principality, the monarch typically vests the power to create such bodies, in an entity called (for example) the Privy Council. + Anything with 'Royal Institute' in the name. Also universities are generally set up by royal charter in a monarchy or principality, (often pre-dating any Privy Council i.e. directly be the monarch in the case of older universities). The Bank of England and the British Broadcasting Council (BBC) are also incorporated through Royal Charter. + + + + juridical person + QName: fibo-be-le-lp:JuridicalPerson + + true + + an entity, as a firm, that is not a single natural person, as a human being, authorized by law with duties and rights, recognized as a legal authority having a distinct identity, a legal personality + Black's Law Dictionary Free Online, see http://thelawdictionary.org/juridical-person/ + + + + + + + + + + 1 + + + legal entity + QName: fibo-be-le-lp:LegalEntity + + + a legal person that is a partnership, corporation, or other organization having the capacity to negotiate contracts, assume financial obligations, and pay off debts, organized under the laws of some jurisdiction + Examples of eligible legal entities include, without limitation: +- all financial intermediaries; +- banks and finance companies; +- all entities that issue equity, debt or other securities for other capital structures; +- all entities listed on an exchange; +- all entities that trade stock or debt, investment vehicles, including mutual funds, pension funds and alternative investment vehicles constituted as corporate entities or collective investment agreements (including umbrella funds as well as funds under an umbrella structure, hedge funds, private equity funds, etc.); +- all entities under the purview of a financial regulator and their affiliates, subsidiaries and holding companies; +- counterparties to financial transactions. + The term 'legal entities' includes, but is not limited to, unique parties that are legally or financially responsible for the performance of financial transactions or have the legal right in their jurisdiction to enter independently into legal contracts, regardless of whether they are incorporated or constituted in some other way (e.g. trust, partnership, contractual). It excludes natural persons, but includes governmental organizations and supranationals. + Barron's Dictionary of Banking Terms, Sixth Edition, 2012, definition of legal entity + Black's Law Dictionary Free Online, see http://thelawdictionary.org/juridical-person/ + ISO 17442, Financial services - Legal Entity Identifier (LEI), first edition, 2012-06-01, section 3.1 + artificial person + juridical entity + juridical person + juristic person + + + + + + + + + + + + + + + + + legal person + QName: fibo-be-le-lp:LegalPerson + + any entity which can incur legal obligation and can be sued at law + http://en.wikipedia.org/wiki/Legal_personality + To have legal personality means to be capable of having legal rights and duties within a certain legal system, such as to enter into contracts, sue, and be sued. Legal personality is a prerequisite to legal capacity, the ability of any legal person to amend (enter into, transfer, etc.) rights and obligations. + + + + + + legally competent natural person + QName: fibo-be-le-lp:LegallyCompetentNaturalPerson + + + a person who is considered competent, under the circumstances, to enter into a contract, conduct business, or participate in other activities that generally require the mental ability to understand problems and make decisions on his or her own behalf + Black's Law Dictionary (U.S.) + the Contract Act of 1872 (India) + The definition of mental competence, and potentially of the age of majority, is a function of the situation and law in a given jurisdiction. + + + + natural person + QName: fibo-be-le-lp:NaturalPerson + + true + + A person of maturity who in the eyes of the law is able to assume obligations + + + + + not for profit objective + QName: fibo-be-le-lp:NotForProfitObjective + + + an objective that reflects the charitable, educational, religious, humanitarian, public services, or other not for profit goals of an organization + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/n/not-for-profit.asp + The objective of all business activities is not to earn profits for its owners. All of the money earned by or donated to a not for profit organization is used in pursuing the organization's objectives. + nonprofit objective + + + + + + + + + 0 + + + + + + + + + power of attorney + QName: fibo-be-le-lp:PowerOfAttorney + + legal authorization given by one party (the principal) to another (the agent or attorney-in-fact) to perform certain acts on the principal's behalf + Barron's Dictionary of Banking Terms, Sixth Edition, 2012 + http://www.businessdictionary.com/definition/power-of-attorney.html + The appointment can be effective immediately or if the principal is unable to make decisions or perform certain actions on their own. It may be a (1) general power of attorney that authorizes the agent to act generally on behalf of the principal, such as to transfer funds from one account to another, pay debts, make investments, and so forth, or (2) limited to a specific act or situation, such as for management of an individual's finances in a single account, such as a brokerage account, or for management of healthcare. Decisions made and actions taken by an attorney in fact (within the scope of his or her authority) are legally binding on the principal. + + + + + profit objective + QName: fibo-be-le-lp:ProfitObjective + + an objective that reflects pursuit of a financial benefit that may be realized when the amount of revenue gained from a business activity exceeds the expenses, costs and taxes needed to sustain that activity + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/p/profit.asp + Any profit that is gained goes to the business's owners, who may or may not decide to spend it on the business. + for profit objective + profit motive + + + + + public purpose + QName: fibo-be-le-lp:PublicPurpose + + an objective that reflects values generally thought to be shared by and that is intended to benefit the populace as a whole + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.yourdictionary.com/public-purpose + public interest + + + + + religious objective + QName: fibo-be-le-lp:ReligiousObjective + + a not for profit objective that reflects the religious goals of an organization + + + + + + + + + 1 + + + + + + + + + + + + + + signatory + QName: fibo-be-le-lp:Signatory + + Some agent who has the capacity to sign contracts on the part of some legal person + + + + + statutory body + QName: fibo-be-le-lp:StatutoryBody + + a body set up by a government to consider evidence and make judgements in some field of activity + http://www.collinsdictionary.com/dictionary/english/statutory-body + + + + + designates signatory + QName: fibo-be-le-lp:designatesSignatory + + + + designates a party able to sign contracts on the part of the legal person + + + + + has objective + QName: fibo-be-le-lp:hasObjective + + + + relates an agent to a specific objective (result) that the agent aims to achieve within a time frame and with available resources + http://www.businessdictionary.com/definition/objective.html + + + + + is organized in + QName: fibo-be-le-lp:isOrganizedIn + + + + indicates the juridiction whose laws a legal entity is organized under + + + + is recognized in + QName: fibo-be-le-lp:isRecognizedIn + + + + + + + + + + + + + indicates the jurisdiction in which a legal person is considered competent to enter into a contract, conduct business, or participate in other activities, or in which an agreement may be acknowledged and possibly enforceable + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/ControlParties.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/ControlParties.rdf new file mode 100755 index 0000000..e19b724 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/ControlParties.rdf @@ -0,0 +1,586 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Control Parties Ontology + QName: fibo-be-oac-cpty: + This ontology defines concepts relating to types of controlling parties. The concepts defined here are party in role concepts, which define the nature of some entity such as an organization or a legal person, in some role such as that of owning a controlling interest in the entity or of controlling that entity. These roles are defined in terms of the types of control enjoyed by the party, for example de facto or de jure control. An important feature of this ontology is the distinction between the holding of a controlling interest (such as voting shares), and the de facto existence of control of one body by another as asserted in company filings or as a conclusion drawn from computational analysis of controlling interests. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-oac-cpty + ControlParties.rdf + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to correct reasoning anomalies. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties.rdf version of this ontology was modified per the FIBO 2.0 RFC to add missing labels and definitions, eliminate references to BusinessFacingTypes, etc. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + + + + + + COCO bondholder + QName: fibo-be-oac-cpty:COCOBondholder + + Holder of bank bonds which convert to equity holdings in a bank. + These equity holdings, when they exist, will confer upon the holder some de jure controlling interest in the issuing entity. + + + + + + + + + + + + constitutional contractual control + QName: fibo-be-oac-cpty:ConstitutionalContractualControl + + Some control set out in some contract among the principals of an organization. + This distinguishes this control from control conferred by contracts with third parties, for example in relation to third party guarantees or similar. This combines all forms of constitutional control in one set of terms under Constitutional De Jure Control. + + + + + constitutional de jure control + QName: fibo-be-oac-cpty:ConstitutionalDeJureControl + + Control which is based in some instrument which has constitutional standing (is constitutive of the entity) such as voting shares, general partner equity etc. + + + + + + + + + + + contractual control + QName: fibo-be-oac-cpty:ContractualControl + + Control vested in an entity by virtue of the terms in some contract between that entity and others. + See SME REview note of 16 Jan 2013: Percentage mechanism (in contracts etc.) would be factored in. Hence percentages as contractual terms. For instance an option to exercise which would give another 5 percent control. So there is percentage control with or without share ownership. Example: In a partnership this might be in the Partnership Agreement, which would identify beneficial ownership and control as potentially 2 distinct things. Contract can say anything. Implications: This means that there are percentages of de jure control based in contract, similar to those based in constitutional instruments (shares, General Partner equity). The concepts of Parent, Siinificant Part Owner etc. can then potentially be defined int erms of the percentages of all applicable instruments by which control may be formally defined. + + + + + + + + + + + contractual controlling party + QName: fibo-be-oac-cpty:ContractualControllingParty + + A party which exercises some control which is set out in some contract. + This is as distinct from control set out in some constitutional instrument e.g. voting shares ownership or general partner equity. + + + + + + + + + + + + + + + + controlled party + QName: fibo-be-oac-cpty:ControlledParty + + Some party which is controlled in some way and to some degree by some other party. + Scope Note: Parties, since they stand in roles, will have relationships among them which correspond to the reciprocals of the roles they stand in. In this case, controls and controlled by. + + + + + controlling alliance + QName: fibo-be-oac-cpty:ControllingAlliance + + Some group of entities which have formed some alliance or agreement in terms of which they jointly exercise control over some entity. + The types of entity which may enter into such an alliance are the same types of entity as may exercise control in their own right, i.e. independent parties (that is a logical union of natural persons, legal persons and formal organizations). + + + + + controlling interest option holder + QName: fibo-be-oac-cpty:ControllingInterestOptionHolder + + A party which holds some option which may be exercised to confer on that party some de jure controlling interest at some time in the future and at the discretion of that holder. + + + + + + + + + + + controlling interest party + QName: fibo-be-oac-cpty:ControllingInterestParty + + Some party which holds some form of controlling interest in some other party in some context. + This controlling interest inevitably means that the party exercises some form of control, however the precise degree and nature of that control is dependent on many factors, and so is defined as a separate party role (which may and usually is fulfilled by the same entity). + + + + + + + + + + + controlling leverage party + QName: fibo-be-oac-cpty:ControllingLeverageParty + + A party which exercises control as a result of some investment in an equity. + Any large investor may have some degree of de facto control. + + + + + + + + + + + court appointed control + QName: fibo-be-oac-cpty:CourtAppointedControl + + Control conferred on some entity by act of some court, for example in the context of receivership. + + + + + + + + + + + de facto controlling interest party + QName: fibo-be-oac-cpty:DeFactoControllingInterestParty + + A party which exercises some control over an entity other than via some constitutional instrument such as shares. + a silent partner, i.e. where someone has made a large investment, which is bilateral (not part of the constitutional framework of the company) + divides further into financial leverage via loans; non fiscal types of leverage (influence) + + + + + de jure controlling interest + QName: fibo-be-oac-cpty:DeJureControllingInterest + + controlling interest that is formalized by some formal legal construct + + + + + + + + + + + de jure controlling interest party + QName: fibo-be-oac-cpty:DeJureControllingInterestParty + + An entity that may exercise de jure controlling interest + + + + + + + + + + + degree of control + QName: fibo-be-oac-cpty:DegreeOfControl + + the degree of control one entity has over another + + + + + + + + + + + + + + + + + + + + + + + entity controlling party + QName: fibo-be-oac-cpty:EntityControllingParty + + Some party which is able to direct the activities of some business entity. + This type of party is either asserted to be the case by the entity itself or some other party, or is determined through some analysis or calculation based on the available information about controlling interests. + It is assumed that since control follows from some form of ownership or contractual instrument, that the range of entities which may fulfil this party role is the same as that for entity ownership, namely a logical union of natural persons, legal persons and formal organizations. + + + + + equity-based de jure control + QName: fibo-be-oac-cpty:EquityBasedDeJureControl + + De Jure controlling interest in an entity which is based on the holding of some form of equity in that entity. + + + + + influence-based de facto control + QName: fibo-be-oac-cpty:InfluenceBasedDeFactoControl + + Some influence and control over some entity other than by means of investment in that entity. + + + + + + + + + + + + + + + + influence-based de facto controlling party + QName: fibo-be-oac-cpty:InfluenceBasedDeFactoControllingParty + + A party which exercises some influence and control over the entity other than by means of investment. + Regulatory or jurisdictional control would fall under this control. Court appointed control is de jure control BUT the scenario in which a government takes over something and then hands it over to some new de jure controller i.e. administrator - in the meantime this is de facto control by e.g. the government. + + + + + investment-based de facto control + QName: fibo-be-oac-cpty:InvestmentBasedDeFactoControl + + Control which arises through some investment in some entity, other than as the holding of constitutional equity (shares etc.) in that entity. + + + + + + + + + + + + investment-based de facto controlling interest party + QName: fibo-be-oac-cpty:InvestmentBasedDeFactoControllingInterestParty + + A party which exercises some degree of de facto control based on some investment which they hold in the entity. + + + + + + + + + + + joint controlling party + QName: fibo-be-oac-cpty:JointControllingParty + + + Some group of entities which collectively are able to direct the affairs of some business organization + + + + + + + + + + + + + + + + + + + + + + + limited controlling party + QName: fibo-be-oac-cpty:LimitedControllingParty + + Some individual entity which is able to direct the affairs of some business organization to a specific degree. + The degree to which the party has control of (is able to direct the activities of) the organization in question is defined as a percentage value where one hundred percent would equate to control without the involvement of others. The percentage of control is a calculated, determined or asserted value, and not necessarily a percentage of some controlling interest, though in the absence of other factors the determination of percentage of control would equate to the percentage of controlling interest e.g. voting shares held. + + + + + limited de facto control + QName: fibo-be-oac-cpty:LimitedDeFactoControl + + The ability to direct the affairs of some entity within prescribed limits. Those limits are described in terms of activities which the entity holding such control may cause the controlled entity to carry out. + + + + + majority controlling party + QName: fibo-be-oac-cpty:MajorityControllingParty + + an entity controlling party that possesses, either directly or indirectly, the power to direct or cause the direction of the management and policies of a legal person, whether through the ownership of a majority of voting securities, by contract, or otherwise + Electronic Code of Federal Regulations, Title 17, Chapter 1, Section 49.2 + + + + + + + + + + + party holding some option for control + QName: fibo-be-oac-cpty:PartyHoldingSomeOptionForControl + + Some party holding the option to exercise some de jure controlling interest + This will result in some potential change at a future time, in the conclusions about actual control. + + + + + + + + + + + receiver + QName: fibo-be-oac-cpty:Receiver + + A party appointed by some court for the purposes of winding up the affairs of some entity which is no longer solvent. + + + + + significant controlling interest party + QName: fibo-be-oac-cpty:SignificantControllingInterestParty + + A person which owns a significant voting stake in this entity of between some lower significant threshold and 50 percent, but not 50 percent or more. + + + + + sole controlling party + QName: fibo-be-oac-cpty:SoleControllingParty + + an individual entity that directs the affairs of some formal business organization + + + + + total owner + QName: fibo-be-oac-cpty:TotalOwner + + Entity having 100 percent ownership in the entity so owned. + By virtue of holding 100 percent of the equity ownership, the Total Owner also holds 100 percent of the controlling equity, if there is a difference. Therefore it is both a total owner and a total controlling party. + + + + + warrant holder + QName: fibo-be-oac-cpty:WarrantHolder + + A holder of some warrant which when exercised would confer upon that party some de jure controlling interest in some entity. + + + + + has controlling interest party + QName: fibo-be-oac-cpty:hasControllingInterestParty + + + + indicates an entity that has the ability to exercise some control over a formal business organization + + + + + has degree of control + QName: fibo-be-oac-cpty:hasDegreeOfControl + + + + has degree of control, (partial, majority, or complete) either alone or with other parties, with respect to some activity + + + + + has majority controlling party + QName: fibo-be-oac-cpty:hasMajorityControllingParty + + + + The parent of the company, if there is one. + This is usually (but not necessarily) any entity which owns a controlling stake (50 percent plus one voting share or above, or equivalent) in this company, if it is a limited company. + + + + + has nature of control + QName: fibo-be-oac-cpty:hasNatureOfControl + + + + has nature or kind of control, de facto or limited de facto control + + + + has percentage control + QName: fibo-be-oac-cpty:hasPercentageControl + + + + indicates the percentage (out of 100) control that one party has over another + + + + + has significant controlling interest party + QName: fibo-be-oac-cpty:hasSignificantControllingInterestParty + + + + identifies an entity that owns a significant percentage of the equity in this company, but less than 50 percent + This is a relationship for any ownership between a lower threshold (defined in AML regulations locally) and 50 percent. It is the inverse of the Affiliate (AKA Associate) relationship. + + + + + has total owner + QName: fibo-be-oac-cpty:hasTotalOwner + + + + indicates the party that wholly controls the organization, i.e., one that owns 100 percent interest + This may be any entity which is capable of exercising ownership. Scope Note: By virtue of holding 100 percent of the equity ownership, the Total Owner also holds 100 percent of the controlling equity, if there is a difference. Therefore it is both a total owner and a total controlling party. For this reason it is included among the control relationships and is a specialization of the has majority controlling party relationships. + + + + holds some means of + QName: fibo-be-oac-cpty:holdsSomeMeansOf + + + + Some means of control held by the party. + + + + + is based on investment equity + QName: fibo-be-oac-cpty:isBasedOnInvestmentEquity + + + + indicates investment-based de facto control, which is is based on the holding of some investment equity by some party + + + + + is controlled to some degree by + QName: fibo-be-oac-cpty:isControlledToSomeDegreeBy + + + + identifies a party that has some degree of control over a formal business organization + Control by this type of party is either asserted to be the case by the entity itself or some other party, or is determined through some analysis or calculation based on the available information about controlling interests. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/CorporateControl.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/CorporateControl.rdf new file mode 100755 index 0000000..428f179 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/CorporateControl.rdf @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Corporate Control Ontology + QName: fibo-be-oac-cctl: + This ontology defines concepts relating to corporation-specific control. These concepts are based on the general types of control (both de facto control and controlling interests), as defined in the ControlParties ontology, and are the specific examples of these concepts as they apply to companies incorporated by the issuance of shares. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-oac-cctl + CorporateControl.rdf + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to correct reasoning anomalies. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified per the FIBO 2.0 RFC to add missing definitions and labels, eliminate references to BusinessFacingTypes, replace min 1 QCRs with someValuesFrom, address other hygiene issues, and limit the burden of certain restrictions, such as those on stock corporation, for typical applications. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + The restrictions defined herein extend the definition of stock corporation to link it to external entities that hold shares in it. + + + + affiliate + QName: fibo-be-oac-cctl:Affiliate + + + + + + + + + + + + an affiliate of, or a person affiliated with, a specific person is a person that directly, or indirectly through one or more intermediaries, controls, or is controlled by, or is under common control with, the person specified + + + + + + + + + + + controlled company + QName: fibo-be-oac-cctl:ControlledCompany + + a controlled party that is a legal entity over which a controlling party has some degree of control, typically by way of ownership of voting shares + + + + + domestic ultimate parent + QName: fibo-be-oac-cctl:DomesticUltimateParent + + an organization that is recognized as the ultimate parent of a given company within the country or jurisdiction of incorporation; this relationship may or may not be present, i.e. in the case of a company that has no parent + + + + + global ultimate parent + QName: fibo-be-oac-cctl:GlobalUltimateParent + + an organization that is recognized as the ultimate parent of the company; this relationship may or may not be present, i.e. in the case of a company that has no parent + + + + + joint venture partner + QName: fibo-be-oac-cctl:JointVenturePartner + + a party in the role of joint venture partner to some venture + This is part of ongoing work - legal definitions sought. + + + + + non-wholly owned subsidiary + QName: fibo-be-oac-cctl:NonWhollyOwnedSubsidiary + + a subsidiary which is not a wholly owned subsidiary + + + + + over fifty percent controlling interest company + QName: fibo-be-oac-cctl:OverFiftyPercentControllingInterestCompany + + a voting shareholding company that owns more than fifty (50) percent of the voting shares in another company + + + + + + significant shareholding company + QName: fibo-be-oac-cctl:SignificantShareholdingCompany + + a company that owns a significant voting stake in another company + + + + + subsidiary + QName: fibo-be-oac-cctl:Subsidiary + + a company that is entirely or partially owned and entirely or partially controlled by another company + A subsidiary is a separate, distinct legal entity from its parent company(ies) for the purposes of taxation, regulatory compliance, and with respect to liability. + + + + + + total controlling interest company + QName: fibo-be-oac-cctl:TotalControllingInterestCompany + + an organization having 100 percent ownership one or more organizations it holds voting shares in + By virtue of holding 100 percent of the share ownership, the total controlling interest company also holds 100 percent of the controlling equity, if there is a difference. Therefore, it is both a total owner and a total controlling party. + parent company + + + + + + + + + + + + voting shareholder + QName: fibo-be-oac-cctl:VotingShareholder + + a party owning voting shares in some company limited by the issue of shares + + + + + + + + + + + voting shareholding + QName: fibo-be-oac-cctl:VotingShareholding + + a holding of some voting share + + + + + + + + + + + voting shareholding company + QName: fibo-be-oac-cctl:VotingShareholdingCompany + + a formal business organization that holds voting shares in some incorporated company + + + + + wholly owned subsidiary + QName: fibo-be-oac-cctl:WhollyOwnedSubsidiary + + a subsidiary that is entirely owned and controlled by another company + + + + + has affiliate + QName: fibo-be-oac-cctl:hasAffiliate + + + + has a party which directly, or indirectly through one or more intermediaries, controls, or is controlled by, or is under common control with the company + + + + + has domestic ultimate parent + QName: fibo-be-oac-cctl:hasDomesticUltimateParent + + + relates an organization to another recognized as its ultimate parent, within its country or jurisdiction of incorporation, if it has one + In the case of companies that are subsidiaries of another company that itself has a parent, this identifies the organization at the top of the hierarchy of organizations in the country of registration. Adapted from consensus definition of Ultimate Parent, now that this is split into national and global parent. + consensus definition of ultimate parent, with the split between domestic and global parent + + + + + has global ultimate parent + QName: fibo-be-oac-cctl:hasGlobalUltimateParent + + + relates an organization to another recognized as its ultimate parent, if it has one + In the case of companies that are subsidiaries of another company that itself has a parent, this identifies the organization at the top of the hierarchy, world-wide. Adapted from consensus definition of Ultimate Parent, now that this is split into national and global parent. + consensus definition of ultimate parent, with the split between domestic and global parent + + + + + has majority controlling interest party + QName: fibo-be-oac-cctl:hasMajorityControllingInterestParty + + + + relates a company to an organization that has a majority ownership and control over it, i.e., its parent organization, if there is one + This is defined as company or other Formal Organization which owns a controlling stake of greater than 50 percent (50 percent plus one voting share or above) in this company. + + + + + has majority owned subsidiary + QName: fibo-be-oac-cctl:hasMajorityOwnedSubsidiary + + + + relates a company to one of its majority-owned subsidiaries, i.e., a subsidiary of which it owns more than 50 percent (50 percent plus one share) of the outstanding shares + + + + has subsidiary + QName: fibo-be-oac-cctl:hasSubsidiary + + + + relates a company to one of its subsidiaries, that is an affiliae controlled by the company directly, or indirectly through one or more intermediaries + + + + + holds majority controlling voting rights in + QName: fibo-be-oac-cctl:holdsMajorityControllingVotingRightsIn + + + relates a legal person to a company in which the party holds fifty percent or more of the controlling voting rights + + + + + holds significant controlling voting rights in + QName: fibo-be-oac-cctl:holdsSignificantControllingVotingRightsIn + + + relates a legal person to a company in which the party holds a significant proportion of the controlling voting rights + + + + + holds some controlling voting rights in + QName: fibo-be-oac-cctl:holdsSomeControllingVotingRightsIn + + + + relates a legal person to a company in which that party holds some controlling voting rights + + + + + is wholly owned by + QName: fibo-be-oac-cctl:isWhollyOwnedBy + + + + relates a company to an organization that has 100 percent ownership and control over it + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/CorporateOwnership.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/CorporateOwnership.rdf new file mode 100755 index 0000000..5ecf623 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/CorporateOwnership.rdf @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + +]> + + + + Corporate Ownership Ontology + QName: fibo-be-oac-cown: + This ontology defines concepts relating to corporation-specific ownership. Roles are defined in terms of the ownership enjoyed by the party, and are the specific examples of these concepts as they apply to companies incorporated by the issuance of shares. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2019 EDM Council, Inc. + Copyright (c) 2013-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-oac-cown + CorporateOwnership.rdf + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified per the FIBO 2.0 RFC to reference shareholders' equity in the definition of a shareholder. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateOwnership.rdf version of this ontology was modified to generalize the definition of beneficial owner rather than limiting it to shareholding and eliminate a duplicate restriction on shareholder. + + + + + + + beneficial owner + QName: fibo-be-oac-cown:BeneficialOwner + + a party that enjoys the possession and/or benefits of ownership (such as receipt of income) of a property even though its ownership (title) is in the name of another party (called a nominee or registered owner) + http://www.businessdictionary.com/definition/beneficial-owner.html + This covers entities which have any kind of control. From World Bank Report: In identifying the beneficial owner, the focus should be on two factors: the control exercised and the benefit derived. Control of a corporate vehicle will always depend on context, as control can be exercised in many different ways, including through ownership, contractually or informally. + Use of a nominee (who may be an agent, custodian, or a trustee) does not change the position regarding tax reporting and tax liability, and the beneficial owner remains responsible. + actual owner + + + + + public shareholder + QName: fibo-be-oac-cown:PublicShareholder + + a shareholder that holds publicly issued shares in a listed company + + + + + registered shareholder + QName: fibo-be-oac-cown:RegisteredShareholder + + a shareholder that is registered on the shareholder registry for a company + + + + + + shareholder + QName: fibo-be-oac-cown:Shareholder + + an individual, group, or organization that owns one or more shares in a corporation or mutual fund, or an interest in a general or limited partnership, or a unit of ownership in a structured product, such as a real estate investment trust, and in whose name the share is issued + stockholder + + + + + + + + + + + shareholding + QName: fibo-be-oac-cown:Shareholding + + Legal power of stockholders (shareholders) varies in proportion to their shareholdings. Typically, ten percent and below stockholding provides no protection. Fifteen percent stockholding may give the power to petition courts against changing the shares class rights. Up to 49.9 percent stockholding normally gives power to demand calling of an extraordinary general meeting. Fifty percent and over stockholding gives power to fire a director and force out minority stockholders by acquiring their shares as per the rules of the firm. Holder of 75 percent of the stock has the power to change the articles and memorandum of association and the firms name, reduce the share capital, allow the firm to buy its own shares from other stockholders, and to shut down the business. One hundred percent stockholding of course gives total power under the corporate legislation. + http://www.businessdictionary.com/definition/company-shareholdings.html + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/Executives.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/Executives.rdf new file mode 100755 index 0000000..b3367b6 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/Executives.rdf @@ -0,0 +1,593 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Executives Ontology + QName: fibo-be-oac-exec: + This ontology defines concepts relating to executives and their formal capacities. The concepts defined in this ontology cover types of corporate officers, board members and the like, along with the capacities in terms of which those party roles are defined, and the kinds of entity (principally natural persons) that are able to perform in those roles. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-oac-exec + Executives.rdf + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives.rdf version of this ontology was modified per the FIBO 2.0 RFC to fix reasoning issues. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives.rdf version of this ontology was modified to clarify the definition of responsible party. + + + + + + + + + 1 + + + extends the definition of an instrument of incorporation to constrain corporate bylaws + + + + + + + + 0 + + + a control owner (i.e., control person, per SEC regulations) may have some means or right that allows them to exercise control over board composition, other than through proxy assignment or vote. Not all control persons have this facility, as it is not inherent to having a significant (for example, 20 percent or more) ownership stake. + + + + + + + + 0 + + + A voting shareholder may exercise control over board composition by (1) attending a shareholder meeting and voting directly, (2) assigning a proxy to vote on their behalf, either as specified in the recommendations made in the proxy card or as indicated in a manner that deviates from those recommendations but is detailed on the proxy card, (3) by rejection of the proxy, either implicitly or explicitly, or (4) through a direct ballot that they create themselves. + + + + + articles of incorporation + QName: fibo-be-oac-exec:ArticlesOfIncorporation + + The articles of association are a contract (1) between the members (stockholders, subscribers) and the organization and (2) among the members themselves. It sets out the rights and duties of directors and stockholders individually and in meetings. Certain statutory clauses (such as those dealing with allotment, transfer, and forfeiture of shares) must be included; the other clauses are chosen by the stockholders to make up the bylaws of the organization. A court, however, may declare a clause ultra vires if it is deemed unfair, unlawful, or unreasonable. A copy of the articles is lodged with the appropriate authority such as the registrar of companies. Articles are public documents and may be inspected by anyone (usually on payment of a fee) either at the premises of the organization or at the registrar's office. Lenders to the organization take special interest in its provisions that impose a ceiling on the borrowings beyond which the organization's management must get shareholders' approval before taking on more debt. The usual American term is articles of incorporation. + http://www.businessdictionary.com/definition/articles-of-association.html + articles of association + + + + + auditor + QName: fibo-be-oac-exec:Auditor + + an individual qualified (at the state level) to conduct audits. An auditor may be an internal auditor (an individual whose primary job function is to audit his or her own company) or an external auditor (an individual from outside the company, who typically is employed by an auditing firm who handles many different clients). + They have power independently of the board. Power to assess the quality of the financial reports. Also has obligations to the statutory authorities in that regard. The auditor has obligations to the shareholders which are not directly to the Board. Their specific role is to supervise the board to ensure they are acting on behalf of the shareholders. To report to the shareholders on the activities of the Board. Therefore, Auditor's report is a required part of the financial reports. They are responsible for providing a true and fair view of the financial positions of the company. Election - Put up by the board. Appointed by the Board on behalf of the shareholders. Can be voted out by the shareholders at an AGM or EGM but the board can also put up a competitive process. Normally board elects them but the shareholders can override that selection. + http://www.investorwords.com/326/auditor.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + board capacity + QName: fibo-be-oac-exec:BoardCapacity + + the capacity that resides in the board of directors of a company + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + board member + QName: fibo-be-oac-exec:BoardMember + + a person who is a member of the board of directors of a corporation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + board of directors + QName: fibo-be-oac-exec:BoardOfDirectors + + Governing body (called the board) of an incorporated firm. Its members (directors) are elected normally by the subscribers (stockholders) of the firm (generally at an annual general meeting or AGM) to govern the firm and look after the subscribers' interests. The board has the ultimate decision-making authority and, in general, is empowered to (1) set the company's policy, objectives, and overall direction, (2) adopt bylaws, (3) name members of the advisory, executive, finance, and other committees, (4) hire, monitor, evaluate, and fire the managing director and senior executives, (5) determine and pay the dividend, and (6) issue additional shares. Though all its members might not be engaged in the company's day-to-day operations, the entire board is held liable (under the doctrine of collective responsibility) for the consequences of the firm's policies, actions, and failures to act. Members of the board usually include senior-most executives (called inside directors or executive directors) as well as experts or respected persons chosen from the wider community (called outside directors or non-executive directors). + http://www.businessdictionary.com/definition/board-of-directors.html + + + + + bylaw + QName: fibo-be-oac-exec:Bylaw + + Corporate bylaws are typically called Articles of Association in the United Kingdom, or Articles of Incorporation in the United States. In government usage, the term bylaws is used to describe laws, orders, regulations, rules, etc., made by a ministry, local authority (a municipality, for example), or public corporation, in accordance with the powers conferred by or delegated under a statue (called the parent act). + http://www.businessdictionary.com/definition/bylaw.html + byelaws + delegated legislation + + + + + + chief executive officer + QName: fibo-be-oac-exec:ChiefExecutiveOfficer + + Top executive responsible for a firm's overall operations and performance. He or she is the leader of the firm, serves as the main link between the board of directors (the board) and the firm's various parts or levels, and is held solely responsible for the firm's success or failure. One of the major duties of a CEO is to maintain and implement corporate policy, as established by the board. Also called President or managing director, he or she may also be the chairman (or chairperson) of the board. + CEO + http://www.businessdictionary.com/definition/chief-executive-officer-CEO.html + + + + + + chief financial officer + QName: fibo-be-oac-exec:ChiefFinancialOfficer + + Senior-most executive responsible for financial control and planning of a firm or project. He or she is in charge of all accounting functions including (1) credit control, (2) preparing budgets and financial statements, (3) coordinating financing and fund raising, (4) monitoring expenditure and liquidity, (5) managing investment and taxation issues, (6) reporting financial performance to the board, and (7) providing timely financial data to the CEO. Also called chief finance officer, comptroller, controller, or finance controller. + CFO + http://www.businessdictionary.com/definition/chief-financial-officer-CFO.html + + + + + company bylaw + QName: fibo-be-oac-exec:CompanyBylaw + + The official rules and regulations which govern a corporation's management. Drawn up at the time of incorporation, along with the charter. + http://www.investorwords.com/660/bylaws.html + corporate bylaw + + + + + company law + QName: fibo-be-oac-exec:CompanyLaw + + Legislation under which the formation, registration or incorporation, governance, and dissolution of a firm is administered and controlled. + http://www.businessdictionary.com/definition/company-law.html + corporate law + + + + + company secretary + QName: fibo-be-oac-exec:CompanySecretary + + Officer appointed by the directors of a firm as responsible for ensuring that firm's legal obligations under the corporate legislation are complied with. His or her formal duties include (1) calling meetings, (2) recording minutes of the meetings, (3) keeping statutory record books, (4) proper payment of dividend and interest payments, and (5) proper drafting and execution of agreements, contracts, and resolutions. A company secretary is not automatically an employee of the firm and, if employed with executive responsibilities, not be its director shareholder. If a firm has only two directors, one may act as its secretary; but a sole director may not. A firm (such as of accountants) may not act as a company secretary for any firm. Called corporate secretary in the US. + Functionary but also a signer of documentation in the company. Does not have powes to do anything without instruction from the board. THe rol arsies from legal obligations iposed by the company. responsible to legislative authorities fo rthe company meeting those legal obligations. Role is that they gain a degree of control but only in the fact that they must report according to rules established by theirlegislative jurisdiction. Example: Delaware: you need a designated corporate secretary who is responsible for submitting certain documents etc. + http://www.businessdictionary.com/definition/company-secretary.html + corporate secretary + + + + + + + + + + + company statutory obligation + QName: fibo-be-oac-exec:CompanyStatutoryObligation + + an obligation defined in company law (statute) + This is the set of laws that define the statutory obligations on public officers for the jurisdiction in which the company operates. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + corporate officer + QName: fibo-be-oac-exec:CorporateOfficer + + The executives of a corporation charged with certain operational responsibilities. Typically appointed by the board of directors, the corporate officers usually include the Chief Executive Officer (CEO), Chief Financial Officer (CFO), President, and in some corporations the Chief Operating Officer. + Some party which is recognized by law as having the role and responsibilities defined for a Public Officer as described in that law. + http://www.investorwords.com/15091/corporate_officers.html + + + + + + + + + + + corporate officer capacity + QName: fibo-be-oac-exec:CorporateOfficerCapacity + + the capacity vested in a public officer of a company + This is framed as a capacity: -an individual acts in their capacity of the role as CFO, CEO etc. but their legal liability rests in their relationship with the board itself i.e. comes from their membership on the board from a corporate standpoint. + Originally framed with reference to incorporated company, this term and its related terms have been re-framed as applying to any Body Corporate. May be specialized for Incorporated Companies and other Bodies Corporate at some future point. + + + + + corporate officer duty + QName: fibo-be-oac-exec:CorporateOfficerDuty + + some duty incumbent upon some officer of a company + + + + + + + + + + + executive + QName: fibo-be-oac-exec:Executive + + person appointed and given the responsibility to manage the affairs of an organization and the authority to make decisions within specified boundaries + http://www.businessdictionary.com/definition/executive.html + + + + + + executive board member + QName: fibo-be-oac-exec:ExecutiveBoardMember + + An individual performing the role of a board member of a company who also has executive responsibilities in the company. + inside director + + + + + + + + + + + legally delegated authority + QName: fibo-be-oac-exec:LegallyDelegatedAuthority + + a party having some legal control of some entity + + + + + non-executive board member + QName: fibo-be-oac-exec:NonExecutiveBoardMember + + Some person performing the role of a Board Member of a company, and having no executive responsibilities towards the running of the company. + outside director + + + + + + + + + + + + + + + + + + + + + + responsible party + QName: fibo-be-oac-exec:ResponsibleParty + + a person acting in a role that has some formal responsibility, such as a fiduciary responsibility, a signatory, an examiner or registrar, etc. + The responsibility may be defined in terms of specific instruments such as laws, bylaws or contracts, or by some other means. These instruments would mandate certain obligations on the part of the party, for example statutory obligations. + + + + + delegates control to + QName: fibo-be-oac-exec:delegatesControlTo + + + + indicates a party to which this legal person has delegated some authority or control + + + + elects + QName: fibo-be-oac-exec:elects + + + + chooses someone to hold office or some other position by voting + In the case of an election for a member of the board of directors, the bylaws state the manner in which that process is effected. The candidate members may be recommended by the board or other proxy and are then elected by the shareholder. A similar process may be conducted to elect outside auditors. + the election of officers of an association, the election of directors by the shareholders + http://www.businessdictionary.com/definition/elect.html + http://www.investorwords.com/9558/election.html + + + + + has delegated control of + QName: fibo-be-oac-exec:hasDelegatedControlOf + + + + indicates a legal person that has delegated some authority or control to this party + + + + + has delegated control of itself + QName: fibo-be-oac-exec:hasDelegatedControlOfItself + + + + + indicates a legal person that has delegated some authority or control to this party, and as a result this party therefore has control over itself + + + + + has responsibility + QName: fibo-be-oac-exec:hasResponsibility + + + + identifies a particular burden of obligation upon one who is responsible + http://dictionary.reference.com/browse/responsibility + + + + + has responsible party + QName: fibo-be-oac-exec:hasResponsibleParty + + + + some party that has some defined responsibility with respect to the formal organization + + + + + has vested in it + QName: fibo-be-oac-exec:hasVestedInIt + + + + indicates the delegated legal authority that is vested in the controlling party + + + + nominates + QName: fibo-be-oac-exec:nominates + + + + appoints or proposes for appointment to an office or place + http://www.merriam-webster.com/dictionary/nominate + Note that nominates is defined as a relation between two parties-in-role (the range of which could be a corporation or partnership in the case of an auditor), whereas appoints between independent parties. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/OwnershipParties.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/OwnershipParties.rdf new file mode 100755 index 0000000..0e24bf0 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/OwnershipAndControl/OwnershipParties.rdf @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Ownership Parties Ontology + QName: fibo-be-oac-opty: + This ontology defines concepts relating to types of organization owning parties. The concepts defined here are party in role concepts, which define the nature of some entity such as an organization or a legal person, in some role such as that of owning equity in the entity. These roles are defined in terms of the ownership enjoyed by the party, with distinctions between constitutional ownership i.e. ownership defined in terms of stockholder equity, and investment ownership more generally. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-oac-opty + OwnershipParties.rdf + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified as a part of a simplification strategy for the organizational class hierarchy and to support GLEIF LEI Level 2 ownership relationships. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified per the FIBO 2.0 RFC to address missing labels and comments, and revise terminology related to shareholders' equity due to requirements for SEC/Equities. + The https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + + + + + + + + + 1 + + + + + + + + + + + + + constitutional owner + QName: fibo-be-oac-opty:ConstitutionalOwner + + a party that holds an equity stake in some entity, in the form of shareholders' equity + Typically this would be share ownership or the holding of partnership equity. Ownership in this 'constitutional' sense means that the owner is in some way a member of the organization, such as an employee or director, as distinct from some outside investor. + + + + + + + + + + + controlling equity + QName: fibo-be-oac-opty:ControllingEquity + + shareholders's equity that formally confers control in the entity, either by law or as explicitly stated in a corresponding equity instrument + + + + + direct consolidation + QName: fibo-be-oac-opty:DirectConsolidation + + direct ownership recorded as accounting consolidation, by some party of some other formal organization + + + + + + + + + + + entity owner + QName: fibo-be-oac-opty:EntityOwner + + a party that has some ownership interest in some entity + This is not the same meaning as being some owner of some asset. Rather, this is some party which partakes in the ownership of some kind of entity (a business entity or a legal entity for example) via some mechanism such as the ownership of equity in that entity. + + + + + + + + + 0 + + + + + + + + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + entity ownership + QName: fibo-be-oac-opty:EntityOwnership + + ownership by some party of an interest in some non-governmental formal organization + + + + + entity ownership context + QName: fibo-be-oac-opty:EntityOwnershipContext + + true + the context of ownership by some party of an interest in some formal organization + + + + + foreign branch ownership + QName: fibo-be-oac-opty:ForeignBranchOwnership + + ownership by some party of some formal organization or organizational sub-unit that is a foreign affiliate and legally part of the owning entity + + + + + + + + + 1 + + + + + + + + + + + + + + guarantee providing member + QName: fibo-be-oac-opty:GuaranteeProvidingMember + + an entity that has issued some guarantee for a body incorporated by the issuance of guarantees + This can be any contractually capable entity. + + + + + + + + + + + investment equity + QName: fibo-be-oac-opty:InvestmentEquity + + equity that represents an ownership interest in some entity, but may or may not take the form of shareholders's equity + Typically an investment in some entity may take the form of shares (issued or privately held), i.e., shareholders' equity, or it may take the form of some capital amount which is not reflected in shareholders' equity. In each case, there would typically be a contractual basis for the investment setting out what controls or other benefits accrue to the investor. + + + + + + + + + + + investor + QName: fibo-be-oac-opty:Investor + + a party that owns some stake in some organization by way of investment + This is regardless of whether or not the investor is also a constitutional owner (e.g. shareholder) in the entity. + + + + + + + + + + + investor contract + QName: fibo-be-oac-opty:InvestorContract + + Contract setting out the terms under which some investor invests in the entity and setting out the rights which are conferred on that investor. + + + + + ultimate ownership + QName: fibo-be-oac-opty:UltimateConsolidation + + highest-level (top, end) ancestral ownership, evidenced by accounting consolidation, by some party of some other legal entity + + + + guarantees + QName: fibo-be-oac-opty:guarantees + + provides a formal assurance or promise, esp. that certain conditions shall be fulfilled relating to a product, service, or transaction + https://www.google.com/#q=guarantees + + + + + has constitutional owner + QName: fibo-be-oac-opty:hasConstitutionalOwner + + + + links a constitutional interest/position in something (e.g., a legal entity) to the party that holds or owns it, in whole or in part + + + + has direct ownership + QName: fibo-be-oac-opty:hasDirectOwnership + + + + + + + + + + + + + + + + relates a formal organization to the context in which it is owned directly by another entity + + + + has direct owning entity + QName: fibo-be-oac-opty:hasDirectOwningEntity + + + + + + + + relates a formal organization to a direct legal person / owner + + + + has investment entity + QName: fibo-be-oac-opty:hasInvestmentEntity + + + + + + + + relates a legal person to a directly owned formal organization or subsidiary, depending on the percent ownership interest + + + + has investment ownership + QName: fibo-be-oac-opty:hasInvestmentOwnership + + + + + relates a legal person to the context in which it owns a formal organization + + + + + + has investor + QName: fibo-be-oac-opty:hasInvestor + + + + links an investment interest in something (e.g., a legal entity) to the party that holds or owns it, in whole or in part + + + + + has owned entity + QName: fibo-be-oac-opty:hasOwnedEntity + + + + + + + + + + + + + + + indicates a formal organization, including potentially a sole proprietorship, that is owned by a legal person + + + + + has owning entity + QName: fibo-be-oac-opty:hasOwningEntity + + + + indicates a party that owns a formal organization + + + + + holds an ownership interest in + QName: fibo-be-oac-opty:holdsAnOwnershipInterestIn + + + links a party to some organization it holds an ownership interest in + + + + + holds equity in + QName: fibo-be-oac-opty:holdsEquityIn + + + links a party to some equity it holds + + + + + + is equity held by + QName: fibo-be-oac-opty:isEquityHeldBy + + + + links some equity to the party that holds it + + + + + is partially owned by + QName: fibo-be-oac-opty:isPartiallyOwnedBy + + + + + links an interest or position in something (e.g, a formal business organization) to the party that holds or owns it, in whole or in part + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Partnerships/Partnerships.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Partnerships/Partnerships.rdf new file mode 100755 index 0000000..76e5ca2 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Partnerships/Partnerships.rdf @@ -0,0 +1,529 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Partnerships Ontology + QName: fibo-be-ptr-ptr: + This ontology defines partnerships and related concepts. The concepts distinguish general from limited partners, as well as the types of equity that they hold. Included are abstract definitions of partnership types based on whether they have general, limited or both kinds of partners. Both legally incorporated and non incorporated forms of partnerships are covered. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/ + https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/OwnershipParties/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-ptr-ptr + Partnerships.rdf + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships.rdf version of this ontology was modified per the FIBO 2.0 RFC to reference shareholders' equity vs. stockholders' equity and correct a number of restrictions. + The https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/Partnerships/Partnerships.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies. + + + + + + + + + + 1 + + + corporate limited partner + QName: fibo-be-ptr-ptr:CorporateLimitedPartner + + A limited partner in a partnership, who is and may only be a Corporate Legal Person (i.e., not a natural person) + + + + + equity apportionment terms set + QName: fibo-be-ptr-ptr:EquityApportionmentTermsSet + + contract terms defining the apportionment of equity for some formal business organization. + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + general partner + QName: fibo-be-ptr-ptr:GeneralPartner + + a partner in a partnership, who holds some part of the general partner equity and typically is jointly and severally liable with the other partners for the liabilities incurred by that partnership + + + + + + + + + + + + general partner equity + QName: fibo-be-ptr-ptr:GeneralPartnerEquity + + Equity in a partnership held by general partners; this is typically accompanied by full liability capability on the part of the holders of the equity. + For a typical, non incorporated partnership, this is the only equity in the entity. Other typically incorporated partnerships may have additional limited equity in addition to or instead of this. + + + + + + + + + + + + + + 2 + + + legally incorporated partnership + QName: fibo-be-ptr-ptr:LegallyIncorporatedPartnership + + true + Any partnership which is defined as a legal person within a given jurisdiction, for example a limited liability partnership (if that is a legal person). + The precise details and definition of these may vary from one jurisdiction to another. This type of entity is defined by being a legal person in its own right, as distinct from the usual type of partnership where the partners remain jointly and severally liable for debts. + + + + + legally incorporated partnership member + QName: fibo-be-ptr-ptr:LegallyIncorporatedPartnershipMember + + true + a party that is a member or partner in a legally incorporated partnership such as an LLC or LLP + + + + + liability apportionment terms set + QName: fibo-be-ptr-ptr:LiabilityApportionmentTermsSet + + terms defining the apportionment of liabilities accrued by some formal business organization. + + + + + + + + + + + limited partner + QName: fibo-be-ptr-ptr:LimitedPartner + + a partner whose liabilities are limited to the extent of their equity holding or guarantees + + + + + limited partner equity + QName: fibo-be-ptr-ptr:LimitedPartnerEquity + + equity in a partnership held by limited partners; this is not accompanied by any liability capability on the part of the holders of this equity. + + + + + + + + + 1 + + + natural person limited partner + QName: fibo-be-ptr-ptr:NaturalPersonLimitedPartner + + a limited partner in a partnership who is a natural person + + + + + non-incorporated partnership + QName: fibo-be-ptr-ptr:NonIncorporatedPartnership + + a partnership in which the partners are jointly and severally liable for liabilities incurred by the entity + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + 1 + + + + + partner + QName: fibo-be-ptr-ptr:Partner + + a member of a partnership + This term is not referred to directly in specific kinds of partnership. Nearly all partnerships have General Partners, while forms of (mostly legally incorporated) partnerships have in addition Limited Partners. This term is the common ancestor of both. + http://www.investorwords.com/3608/partner.html + + + + + + + + + 0 + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + partnership + QName: fibo-be-ptr-ptr:Partnership + + venture in which two or more legal entities carry out some business activities under a common identity + If the partnership doesn't limit the liability of the partners then the party to the contract is a natural person. If it does, then it's an artificial legal person (Body Corporate) - see Legally Incorporated Partnerships. Scope Note: This term of Partnership in the most general sense is ancestral to both of those. + + + + + + + + + + + + + + + + + + + + + + + partnership agreement + QName: fibo-be-ptr-ptr:PartnershipAgreement + + a document setting up a partnership, giving the details of the business and the amount each partner is contributing to it. + articles of partnership + + + + + + + + + + + partnership equity + QName: fibo-be-ptr-ptr:PartnershipEquity + + equity in some partnership + + + + + partnership incorporated by equity + QName: fibo-be-ptr-ptr:PartnershipIncorporatedByEquity + + a partnership incorporated via the issuance of equity, with limited partners (i.e., partners whose liability is limited) that are necessarily not natural persons (i.e., cannot be individuals) + + + + + + partnership incorporated through agreement + QName: fibo-be-ptr-ptr:PartnershipIncorporatedThroughAgreement + + a partnership which has legal personhood, but for which there is not some issuance of limited partner equity + An LLP (in the UK) is an example of this - in this case, the LLP document is the legal document which effectively constitutes the partnership + + + + + + + + + + + + + + + + partnership with corporate limited partners + QName: fibo-be-ptr-ptr:PartnershipWithCorporateLimitedPartners + + + A partnership with limited partners (partners whose liability is limited) and where those partners are necessarily non natural persons (i.e. cannot be individuals). + + + + + + partnership with general and limited partners + QName: fibo-be-ptr-ptr:PartnershipWithGeneralAndLimitedPartners + + + a partnership having both limited partners and general partners + + + + + + + + + + + + + + 2 + + + partnership with general partners + QName: fibo-be-ptr-ptr:PartnershipWithGeneralPartners + + a partnership that has two or more general partners + The partnership may or may not also have limited partners. In a typical non-incorporated partnership, it does not. General partners of a partnership must be natural persons. + + + + + partnership with general partners with limited liability + QName: fibo-be-ptr-ptr:PartnershipWithGeneralPartnersWithLimitedLiability + + a partnership that has general partners, whose general partners have limited liability + This is therefore necessarily a legal person (no-one else has liability); example in some US states is a limited liability limited partnership. + + + + + + + + + + + + + + + + partnership with limited partners + QName: fibo-be-ptr-ptr:PartnershipWithLimitedPartners + + a partnership having limited partners, that is partners whose liabilities are limited to the extent of their equity or guarantees + Possibly but not necessarily a Legal Person. If there are only Limited Partners then this is of necessity a Legal Person (no-one else has liability in this structure). + + + + + + + + + + + + + + + + partnership with natural person limited partners + QName: fibo-be-ptr-ptr:PartnershipWithNaturalPersonLimitedPartners + + a partnership with limited partners (partners whose liability is limited) and where those partners are necessarily natural persons (i.e. cannot be corporates) + Example in US, a Limited Liability Partnership + + + + + partnership with only limited partners + QName: fibo-be-ptr-ptr:PartnershipWithOnlyLimitedPartners + + a partnership having limited partners but no general partners + + + + date trading from + QName: fibo-be-ptr-ptr:dateTradingFrom + + + date on which the partnership started trading + + + + + holds partnership equity in + QName: fibo-be-ptr-ptr:holdsPartnershipEquityIn + + + true + relates a partner to the equity that partner holds in the partnership + + + + + sets out equity terms in + QName: fibo-be-ptr-ptr:setsOutEquityTermsIn + + + + true + has terms setting out the apportionment of equity in some formal business organization + + + + + sets out liability terms in + QName: fibo-be-ptr-ptr:setsOutLiabilityTermsIn + + + + true + has terms setting out the apportionment of liabilities for debts or other liabilities accrued by some formal business organization + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf new file mode 100755 index 0000000..4f589d4 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf @@ -0,0 +1,58 @@ + + + + + + + + + + + + +]> + + + + Private Limited Companies Ontology + QName: fibo-be-plc-plc: + This ontology defines the fundamental concepts for representing private limited companies -- i.e., companies that have characteristics of corporations and of partnerships but are neither. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-plc-plc + PrivateLimitedCompanies.rdf + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies. + + + + + + + private company with limited liability + QName: fibo-be-plc-plc:PrivateCompanyWithLimitedLiability + + a hybrid business entity having certain characteristics of both a corporation and a partnership or sole proprietorship (depending on how many owners there are). + https://en.wikipedia.org/wiki/Limited_liability_company#Overview + A private company with limited liability, although a business entity, is not a corporation. The primary characteristic this legal form shares with a corporation is limited liability, and the primary characteristic it shares with a partnership is the availability of pass-through income taxation. It is often more flexible than a corporation, and it is well-suited for companies with a single owner. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/SoleProprietorships/SoleProprietorships.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/SoleProprietorships/SoleProprietorships.rdf new file mode 100755 index 0000000..1259f30 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/SoleProprietorships/SoleProprietorships.rdf @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + +]> + + + + Sole Proprietorships Ontology + QName: fibo-be-sps-sps: + This ontology defines the fundamental concepts for representing sole proprietorships -- i.e., organizations that are owned by an individual that is responsible for the liabilities of the organization. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-sps-sps + SoleProprietorships.rdf + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/SoleProprietorships/SoleProprietorships.rdf version of this ontology was modified to use natural person rather than legally capable person. + + + + + + + + + + 1 + + + + + + + + + + + + + + sole proprietor + QName: fibo-be-sps-sps:SoleProprietor + + a party that owns a business, has the rights to all profits from that business and is considered a single entity (unincorporated) together with that business for tax and liability purposes + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + A sole proprietor has unlimited liability with respect to any business debts. + sole owner + sole trader + + + + + + + + + + 1 + + + + + + + + + sole proprietorship + QName: fibo-be-sps-sps:SoleProprietorship + + an unincorporated business owned by a single person + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Trusts/Trusts.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Trusts/Trusts.rdf new file mode 100755 index 0000000..ac8e8bc --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/Trusts/Trusts.rdf @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + +]> + + + + Trusts Ontology + QName: fibo-be-tr-tr: + This ontology defines the fundamental common terms for trusts. Trusts are entities set up in terms of the applicable local statutes goerning trusts, and have as a minimum three specific, defined parties, known in many jurisdictions as trustor (sometimes sponsor), trustee and beneficiary. The terms in this ontology may be extended as necessary to represent specific types of trust, for example in the funds arena. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-be-tr-tr + Trusts.rdf + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts.rdf version of this ontology was modified per the issue resolutions identified in the FIBO BE 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/BE/Trusts/Trusts.rdf version of this ontology was modified to simplify / merge the legal person and formal organization class hierarchies. + + + + + + + + + + 1 + + + + + + + + + + 1 + + + + + fund unit holder + QName: fibo-be-tr-tr:FundUnitHolder + + a party that holds some unit in a fund + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + trust + QName: fibo-be-tr-tr:Trust + + A fiduciary relationship in which one party, known as a trustor, gives another party, the trustee, the right to hold title to property or assets for the benefit of a third party, the beneficiary. + This is a legal agreement between parties that someone owns, and is thereby an asset that they own. They can be taxed on this as any other asset. There are generally accepted things such as the source of funds that will determine who the revenue agency will go after. Definition reference URL: http://www.investopedia.com/terms/t/trust.asp + + + + + + + + + + + + + + + + + + + + + + + trust agreement + QName: fibo-be-tr-tr:TrustAgreement + + Formal agreement through which a trustor vests the ownership rights (title) to one or more assets to one or more trustees for conservation and protection on behalf of one or more beneficiaries of the trust. It normally states the (1) purpose for which the trust was established and fulfillment of which will terminate the trust, (2) details of the assets placed in the trust, (3) powers and limitations of the trustees, their reporting requirements, and other associated provisions, and (4) may also specify the trustees' compensation, if any. A trust agreement involving real estate requires its exact description and the trustor's express, written consent to create the trust to be valid. A will admitted to probate may also act like a trust agreement. + See also Deed. These are distinct from Contracts in that they impose obligations but without necessarily reciprocating rights. + http://www.businessdictionary.com/definition/trust-agreement.html + trust deed + trust document + trust instrument + + + + + + + + + + + + + + + + trust beneficiary + QName: fibo-be-tr-tr:TrustBeneficiary + + Person or organization for whose present or future interest (benefit) an annuity, assignment (such as a letter of credit), contract, insurance policy, judgment, promise, trust, will, etc., is made + http://www.businessdictionary.com/definition/beneficiary.html + + + + + + + + + + + + + + + + + + + + + + trust fund manager + QName: fibo-be-tr-tr:TrustFundManager + + A trust fund manager acts on behalf of the Trustee to manage the assets of the Trust. + + + + + + + + + + + + + + + + + trust fund trust + QName: fibo-be-tr-tr:TrustFundTrust + + A trust which forms the basis for a fund. + The fund is identified as being a kind of Trust Fund. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + trustee + QName: fibo-be-tr-tr:Trustee + + An individual or organization which holds or manages and invests assets for the benefit of another. The trustee is legally obliged to make all trust-related decisions with the beneficiary's interests in mind, and may be liable for damages in the event of not doing so. Trustees may be entitled to a payment for their services, if specified in the trust deed. In the specific case of the bond market, a trustee administers a bond issue for a borrower, and ensures that the issuer meets all the terms and conditions associated with the borrowing. + http://www.investorwords.com/5086/trustee.html + + + + + + + + + + + + + + + + + + 1 + + + + + trustor + QName: fibo-be-tr-tr:Trustor + + Entity that establishes a trust and place property under the protection and management of one or more trustees for the immediate or eventual benefit of ascertainable one or more beneficiaries. It is not always necessary to identify the trustor who may be also be a trustee and/or one of the beneficiaries. In legal parlance, a trustor is called a settlor in the UK and a grantor in the US, whereas in common usage he or she may also be called a creator, donor, initiator, owner, or Trust maker. + http://www.businessdictionary.com/definition/trustor.html + grantor + settlor + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BE/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/BP/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/BP/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/BP/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/CAE/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/CAE/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/CAE/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/CIV/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/CIV/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/CIV/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/DerivativesBasics.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/DerivativesBasics.rdf new file mode 100755 index 0000000..4dcc5ac --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/DerivativesBasics.rdf @@ -0,0 +1,461 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Derivatives Basics Ontology + QName: fibo-der-drc-bsc: + This ontology defines basic terminology common to derivative and over-the-counter (OTC) contracts. + http://opensource.org/licenses/MIT + + Copyright (c) 2015-2018 EDM Council, Inc. + Copyright (c) 2015-2018 Object Management Group, Inc. + + + + + + fibo-der-drc-bsc + DerivativesBasics.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + cashflow expression + QName: fibo-der-drc-bsc:CashflowExpression + + an expression that specifies a calculation of a cash flow as a component of a cashflow formula + + + + + + + + + + + cashflow formula + QName: fibo-der-drc-bsc:CashflowFormula + + a formula for determining cashflows for a derivative instrument + + + + + + cashflow terms + QName: fibo-der-drc-bsc:CashflowTerms + + terms setting out a cashflow structure of payments committed to by one party to a contract + Swap cashflows are known as Swapstreams and are the terms for payment to and from either party. These are defined in swap transaction messages and represent the terms of the contract implied by that transaction. Options (Nordea reviews): Cashflows are defined as Payouts. This is not the same as a model of a cashflow which is a consequence of applying some legal term for payment of interest or principal, but is a commitment expressed in purely cashflow terms. Review this though. Payout terms include: Values - values can only go up or down; Static values are defined for limits and the like. i.e. Constraints (and direction) - this covers caps and floors - these are read upward or downward Conditionality Formula relations (Input and Output): - these are values - these may have a cap or a floor on them also - these also may have Multiplication - there is also fixed margin - may have addition or substraction between these Linearity in covered in the above Timing / expiry Observaton (not terms): Probability Sensitivity + + + + + + deliver cash + QName: fibo-der-drc-bsc:DeliverCash + + commitment to deliver cash at the earliest available date as per settlement convention + This is the same date as a settlement date when the corresponding cash is made available in the other currency, in settlement for this amount. + + + + + + delivery terms + QName: fibo-der-drc-bsc:DeliveryTerms + + settlement terms specifying what (cash, an asset, etc.) is to be delivered when, to whom, under what conditions at the time of settlement + + + + + + + + + 1 + + + + + + + + + + + + + + derivative contract party + QName: fibo-der-drc-bsc:DerivativeContractParty + + a party to a derivative instrument + + + + + derivative transaction terms + QName: fibo-der-drc-bsc:DerivativeTransactionTerms + + the contract terms for a derivative transaction, covering payment or delivery by either party to the other + + + + + derivatives clearing organization + QName: fibo-der-drc-bsc:DerivativesClearingOrganization + + an entity that enables each party to an agreement, contract, or transaction to substitute, through novation or otherwise, the credit of the DCO for the credit of the parties; arranges or provides, on a multilateral basis, for the settlement or netting of obligations; or otherwise provides clearing services or arrangements that mutualize or transfer credit risk among participants + DCO + http://www.cftc.gov/IndustryOversight/ClearingOrganizations/index.htm + + + + + designated contract market + QName: fibo-der-drc-bsc:DesignatedContractMarket + + an exchange, trading system, or platform that enables listing for trading futures or option contracts based on any underlying commodity, index or instrument + DCM + http://www.cftc.gov/IndustryOversight/TradingOrganizations/DCMs/index.htm + + + + + + introducing broker + QName: fibo-der-drc-bsc:IntroducingBroker + + an entity that solicits or accepts orders for futures or options contracts traded on or subject to the rules of an exchange; and does not accept any money, securities, or property (or extend credit in lieu thereof) to margin, guarantee, or secure any trades or contracts that result or may result + IB + http://www.cftc.gov/IndustryOversight/Intermediaries/index.htm + + + + + + + + + + + + + + + + + + + + + + + + + + non-physical underlier + QName: fibo-der-drc-bsc:NonPhysicalUnderlier + + an underlier that does not represent a deliverable asset + observable underlier + + + + + over-the-counter (OTC) settlement terms + QName: fibo-der-drc-bsc:OTCContractSettlementTerms + + settlement terms specific to an over-the-counter agreement + + + + + + + + + + + + over-the-counter (OTC) derivative contract + QName: fibo-der-drc-bsc:OTCDerivativeContract + + an over-the-counter agreement that is also a derivative instrument + Not all derivatives are sold over-the-counter, and not all OTC agreements are derivatives. + + + + + + + + + + + OTC derivative transaction + QName: fibo-der-drc-bsc:OTCDerivativeTransaction + + a derivative transaction that is struck over the counter between two parties + eliminated a parent of CoveredTransaction for the sake of expediency + This is both a derivative transaction and a covered transaction, that is, the OTC transaction is covered under some previously agreed Master Agreement between the two parties. + + + + + + over-the-counter (OTC) instrument + QName: fibo-der-drc-bsc:OTCInstrument + + a financial instrument and bilateral contract that is not listed or traded on an organized exchange + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + OTC product + QName: fibo-der-drc-bsc:OTCProduct + + an over-the-counter derivative, made up of one or more transactions, with a corresponding contract or contracts + + + + + + + + + + + over-the-counter (OTC) transaction + QName: fibo-der-drc-bsc:OTCTransaction + + an over-the-counter transaction to exchange an instrument for some consideration + Removed inheritance relationship with Transactions/TransactionsExtended/CoveredTransaction for the sake of expediency. + This represents a covered transaction, that is, the OTC transaction is transacted under some previously agreed master agreement between the parties. + + + + + + + + + + + + + + + + + + + + + + + + over-the-counter (OTC) transaction confirmation + QName: fibo-der-drc-bsc:OTCTransactionConfirmation + + a formal confirmation document that codifies the terms and conditions of the transaction between the parties + This effectively supersedes the (implied) contract that is brought into being by the transaction. It makes reference to the terms and conditions under which the transaction is deemed to have been conducted. The confirmation references the master agreement under which the transaction has been conducted along with any ISDA standard terms referenced (if applicable), and adds terms and conditions specific to the transaction. The confirmation generally supersedes all terms in the ISDA standard definitions and the master agreement in the event of any inconsistency between them. + + + + + + + + + 1 + + + + + + + + + + + + + + over-the-counter (OTC) transaction party + QName: fibo-der-drc-bsc:OTCTransactionParty + + a party to an over-the-counter agreement + + + + + + observable value + QName: fibo-der-drc-bsc:ObservableValue + + + a value for something that can be observed in the marketplace + Derivatives, such as certain exotics, can be based on values ascribed to virtually anything, including weather. Typically, however, an observable value refers to something that can be readily observed in the marketplace, such as a quoted rate (e.g., interest rate, exchange rate), index value, commodity price, stock price, economic indicator, or something similar as of some point in time. + + + + + + + + + + + parametric cashflow terms + QName: fibo-der-drc-bsc:ParametricCashflowTerms + + terms for a set of cashflows defined according to a mathematical formula + + + + + + + + + + + + + + + + + + + + + + underlier + QName: fibo-der-drc-bsc:Underlier + + the financial instrument(s), index or parameter, or combination thereof, that form the basis for the derivative instrument + The underlier breaks down into two separate meanings: The item which determines the value of the contract (the observable), and the item that is deliverable upon expiry or exercise of the contract (if there is one). These are usually the same item but in some cases such as index derivatives the exercise takes a different form. Action: Add 'Observable' as a distinct term. Then use Deliverable. Is Underlier the union? In a Call Option the Underlier is the Deliverable and is referred to as the Underlier. With an Fx Call Option, the deliverable is the cash value which you are exchanging for the amount in another currency (so this is no difference as cash is instrument). Then take IR Swap where 3mo LIBOR Rate is the Observable, but the delivery is Cash. Then one would refer to the LIBOR as the Observable. Delivers an amount based on the observable, and the delivered cash is the Deliverable. So what we refer to as Underlier may be the Observable or the Deliverable e.g. Call option on IBM the deliverable is the IBM Stock whereas a Swap leg depending on LIBOR, the Deliverable is Cash but the 'Underlier' is the Observable. Would be nore accurate not to refer to the Observable not as an Underlier. Therefore there would be nothing referred to as the 'Underlier' as such. However, all derivatives have Underlier. Take an IR Cap, would not not refer to it as having an Underlier - the notion of Underlier becomes fuzzier when you get to higher order derivatives. LIBOR on a list of dates is an 'Observable' but is several amounts. + + + + + has underlier + QName: fibo-der-drc-bsc:hasUnderlier + + + + relates a derivative to an asset, such as one or more financial instrument(s), index or parameter, or combination thereof on which the contract is based + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/Swaps.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/Swaps.rdf new file mode 100755 index 0000000..508a56f --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/Swaps.rdf @@ -0,0 +1,452 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Swaps Ontology + QName: fibo-der-drc-swp: + This ontology defines concepts specific to swap contracts, including relevant trading organizations, data repositories, and intermediaries. + http://opensource.org/licenses/MIT + + Copyright (c) 2016-2019 EDM Council, Inc. + Copyright (c) 2016-2019 Object Management Group, Inc. + fibo-der-drc-swp + Swaps.rdf + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/DER/DerivativesContracts/Swaps/ version of this ontology was modified to refine the concept of a unique swap identifier (USI). + + + + + + basis swap + QName: fibo-der-drc-swp:BasisSwap + + a swap in which payment streams are referenced to different bases + A basis swap can have two legs of the same tenor but different indices, e.g., 3 month LIBOR vs. 3 month TIBOR. The difference in this case is not driven by different interest rate periods but from different markets, i.e., the difference in efficiency between the two markets. The objective is to hedge against basis risk which is the difference in price between two markets. See also forward swap, as a means for controlling interest rate. + + + + + + + + + + + fixed payment leg + QName: fibo-der-drc-swp:FixedPaymentLeg + + the terms for the fixed payment leg of a swap such as a dividend swap, or for any swap that has a fixed leg, including, for example, a single stock swap + fixed payment stream terms + + + + + major swap participant + QName: fibo-der-drc-swp:MajorSwapParticipant + + a financial service provider that maintains a substantial position in swaps for any of the major swap categories, excluding positions held for hedging or mitigating commercial risk and positions maintained by an employee benefit plan for the primary purpose of hedging or mitigating any risk directly associated with the operation of the plan + MSP + http://www.cftc.gov/IndustryOversight/Intermediaries/index.htm + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 2 + + + + + + + 2 + + + + + + + + + swap + QName: fibo-der-drc-swp:Swap + + a derivative instrument that facilitates the exchange of financial instruments among the parties; the instruments can be almost anything, but most swaps involve cash flows (streams of payments or other commitments over time) based on a notional principal amount that both parties agree to + The most common type is an interest rate swap, in which one party agrees to pay a fixed interest rate in return for receiving a adjustable rate from another party. Review session notes: 10 Mar Helpful to split these according to the assets that are swapped. So for instance there are equity swaps, commodity swaps where you swap different assets. These are not mutually exclusive to labels about Fund Leg, and so on, that are different ways that people trading in those assets distinguish between those legs. For example in IR, we talk Fixed, Floating. capital Index Swap, where the return on oen leg is indexed to an inflation index but it's still an IR swap where the payment relates to an inflation index. So keeping the 2 legs in some sort of notion balance - example index annuity swap, capital index swap and so on. These terms refer to the behavior of the underlying swap rather than an arbitrary classification of what leg is what. Different structures of swap is less relevant. 17 March: Remember: the contract does not necessarily have 2 legs, but it usually would. The structure is in the transactions, i.e., the commitments embodied in the terms for the two sides of those transactions, the legs which are simply the embodiment of those commitments, and so on. Then the details structure is in the leg definitions. Note also that different kinds of leg can have various structures regardless of how or why they are used in a contract. + http://www.investopedia.com/terms/s/swap.asp + Usually, the principal does not change hands. Each cash flow comprises one leg of the swap. One cash flow is generally fixed, while the other is variable, that is, based on a a benchmark interest rate, floating currency exchange rate or index price. + + + + + + + + + + + + + + + + + + + swap confirmation + QName: fibo-der-drc-swp:SwapConfirmation + + a formal confirmation that codifies the terms and conditions specific to a lifecycle event with respect to the overall transaction between the parties + + + + + swap data repository + QName: fibo-der-drc-swp:SwapDataRepository + + a financial service provider that provides a central facility for swap data reporting and recordkeeping + SDR + http://www.cftc.gov/IndustryOversight/DataRepositories/index.htm + Swap data repositories ('SDRs') are new entities created by the Dodd-Frank Wall Street Reform and Consumer Protection Act ('Dodd-Frank Act') in order to provide a central facility for swap data reporting and recordkeeping. Under the Dodd- Frank Act, all swaps, whether cleared or uncleared, are required to be reported to registered SDRs. The Dodd-Frank Act added new Section 21 to the Commodity Exchange Act ('CEA'), governing registration and regulation of SDRs and establishing registration requirements and core duties and responsibilities for SDRs. + + + + + + swap dealer + QName: fibo-der-drc-swp:SwapDealer + + a financial service provider that holds itself out as a dealer in swaps; makes a market in swaps; regularly enters into swaps with counterparties as an ordinary course of business for its own account; or engages in any activity causing the person to be commonly known in the trade as a dealer or market maker in swaps + SD + http://www.cftc.gov/IndustryOversight/Intermediaries/index.htm + + + + + swap execution facility + QName: fibo-der-drc-swp:SwapExecutionFacility + + an exchange, trading system, or platform that enables many participants to execute or trade swaps + SEF + http://www.investopedia.com/terms/s/swap-execution-facility-sef.asp + A swap execution facility would allow for greater transparency and would be a significant shift in the way derivative trading is made. The Dodd-Frank Act lays the foundation for this change of derivative execution. + + + + + + + + + + 0 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + swap leg + QName: fibo-der-drc-swp:SwapLeg + + terms defining and commitment to fulfill the future payment or cashflow requirements (e.g., interest payments, coupon payments, etc.) for one leg of a swap transaction + For some swaps this may be a commitment to net up the difference between a strike and an outcome, rather than to make a series of cashflows over time. For credit default swaps there are conditional commitments, contingent on the occurrence of a credit event. + http://www.investopedia.com/terms/i/interestrateswap.asp + swap stream terms + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + + + + + + + swap lifecycle event + QName: fibo-der-drc-swp:SwapLifecycleEvent + + an event that occurs during the lifecycle of a swap, where the overall set of events includes those specific to the issuer, front office, middle office, and/or back office processes + + + + + + + + + 1 + + + swap lifecycle event identifier + QName: fibo-der-drc-swp:SwapLifecycleEventIdentifier + + an identifier that uniquely identifies a specific event in the lifecycle of a swap + + + + + + + + + + + + + + + + swap party + QName: fibo-der-drc-swp:SwapParty + + a party to a swap and therefore a legal party to the contract that embodies that transaction + + + + + + + swap paying party + QName: fibo-der-drc-swp:SwapPayingParty + + a swap party responsible for making payments for a given leg of the transaction as defined in the contract + + + + + + + swap receiving party + QName: fibo-der-drc-swp:SwapReceivingParty + + a swap party that receives payments for a given leg of the transaction as defined in the contract + + + + + + swap stream event + QName: fibo-der-drc-swp:SwapStreamEvent + + a payment event (e.g., interest payment, coupon payment, etc.) against one leg of a swap stream + + + + + swap terms + QName: fibo-der-drc-swp:SwapTerms + + the legal contractual terms of a swap transaction + + + + + + + + + 1 + + + unique swap identifier + QName: fibo-der-drc-swp:UniqueSwapIdentifier + + a unique swap identifier (USI) is an identifier for a swap transaction, that is the CFTC term or Unique Transaction Identifier (UTI) which is the term used more globally is an identifier on the transaction level that stays unique throughout the life of a trade + USI + CFTC Data Management Branch 'Unique Swap Identifier (USI) Data Standard', October 1, 2012, usidatastandards100112.pdf + + + + + exchanges + QName: fibo-der-drc-swp:exchanges + + gives or takes one thing in return for another + http://www.merriam-webster.com/dictionary/exchange + + + + + has leg + QName: fibo-der-drc-swp:hasLeg + + + + relates a swap to the legs (swap streams) that comprise the swap + has swap stream + + + + + has paying party + QName: fibo-der-drc-swp:hasPayingParty + + + defines the payer party for a funding leg of a swap + + + + + has payment schedule + QName: fibo-der-drc-swp:hasPaymentSchedule + + + defines a schedule of payments for a funding leg of a swap + Payments may be fixed or variable. These are now defined separately for each type of cashflow stream (swap stream) and independently of the function of the leg (payments, return etc.). The schedule may be expressed in one of two ways: as an explicit schedule of dates or as a formula for determining payment dates in advance (taking into account for example roll rules for non working days). + + + + + has receiving party + QName: fibo-der-drc-swp:hasReceivingParty + + + defines the recipient for a funding leg of a swap + + + + + has swap identifier + QName: fibo-der-drc-swp:hasSwapIdentifier + + + relates a swap lifecycle event to the identifier for the swap + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/SwapsIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/SwapsIndividuals.rdf new file mode 100755 index 0000000..13dad3d --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/DerivativesContracts/SwapsIndividuals.rdf @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Swaps Individuals Ontology + QName: fibo-der-drc-swpind: + This ontology defines indiividuals that represent swaps repositories and intermediaries, including and related schemes, registries, and authorities. + 2018-08-27T18:00:00 + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/ + https://spec.edmcouncil.org/fibo/ontology/SEC/ + fibo-der-drc-swpind + SwapsIndividuals.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BSDR LLC business entity identifier + QName: fibo-der-drc-swpind:BSDRBusinessEntityIdentifier + + individual representing the Delaware Division of Corporations business entity identifier for BSDR LLC + + + + 5202500 + + + + + BSDR date established + QName: fibo-der-drc-swpind:BSDRDateEstablished + + individual representing the date that BSDR LLC was established + 2012-08-22 + + + + + + BSDR LLC headquarters address + QName: fibo-der-drc-swpind:BSDRHeadquartersAddress + + individual representing the headquarters address for BSDR LLC + 731 Lexington Avenue + New York + + 10022 + + + + + + BSDR LLC US-DE + QName: fibo-der-drc-swpind:BSDRLLC-US-DE + + + individual representing the BSDR LLC legal entity that is a Delaware Limited Liability Company + + + + + BSDR LLC + + + + + Bloomberg SDR + QName: fibo-der-drc-swpind:BloombergSDR + + individual representing the BSDR swap data repository + + + BSDR + + + + + + + Chicago Mercantile Exchange + QName: fibo-der-drc-swpind:ChicagoMercantileExchange + + individual representing the Chicago Mercantile Exchange, established in 1848 as the world's first futures exchange based in Chicago + + + CME + + + + + Chicago Mercantile Exchange (CME) business entity identifier + QName: fibo-der-drc-swpind:ChicagoMercantileExchangeBusinessEntityIdentifier + + individual representing the Delaware Division of Corporations business entity identifier for Chicago Mercantile Exchange, Inc. + + + + 3151025 + + + + + Chicago Mercantile Exchange (CME) date established + QName: fibo-der-drc-swpind:ChicagoMercantileExchangeDateEstablished + + individual representing the date that Chicago Mercantile Exchange (CME) was established as a Delaware Corporation + 1999-12-30 + + + + + + Chicago Mercantile Exchange (CME) headquarters address + QName: fibo-der-drc-swpind:ChicagoMercantileExchangeHeadquartersAddress + + individual representing the headquarters address for Chicago Mercantile Exchange (CME) + 20 South Wacker Drive + Chicago + + 60606 + + + + + + Chicago Mercantile Exchange, Inc. US-DE + QName: fibo-der-drc-swpind:ChicagoMercantileExchangeInc-US-DE + + + individual representing the Chicago Mercantile Exchange legal entity that is a Delaware Corporation + + + + Chicago Mercantile Exchange, Inc. + + + + + DTCC Data Repository + QName: fibo-der-drc-swpind:DTCCDataRepository + + individual representing the DTCC Data Repository + + + DDR + + + + + business entity identifier for DTCC Data Repository (U.S) LLC + QName: fibo-der-drc-swpind:DTCCDataRepositoryBusinessEntityIdentifier + + individual representing the New York State Division of Corporations business entity identifier for DTCC Data Repository (U.S.) LLC + + + + 4156912 + + + + + DTCC Data Repository (U.S) LLC date established + QName: fibo-der-drc-swpind:DTCCDataRepositoryDateEstablished + + individual representing the date that DTCC Data Repository (U.S) LLC was established + 2011-10-24 + + + + + + DTCC Data Repository (U.S) LLC headquarters address + QName: fibo-der-drc-swpind:DTCCDataRepositoryHeadquartersAddress + + individual representing the headquarters address for DTCC Data Repository (U.S) LLC + 55 Water Street + New York + + 10041 + + + + + + DTCC Data Repository (U.S) LLC US-NY + QName: fibo-der-drc-swpind:DTCCDataRepositoryLLC-US-NY + + + individual representing the DTCC Data Repository (U.S) LLC legal entity that is a New York Limited Liability Company + + + + + DTCC Data Repository (U.S) LLC + + + + + ICE Trade Vault + QName: fibo-der-drc-swpind:ICETradeVault + + individual representing the ICE Trade Vault + + + + + + + ICE Trade Vault, LLC US-DE + QName: fibo-der-drc-swpind:ICETradeVaultLLC-US-DE + + + individual representing the ICE Trade Vault, LLC legal entity that is a Delaware Limited Liability Company + + + + + ICE Trade Vault, LLC + + + + + business entity identifier for ICE Trade Vault, LLC + QName: fibo-der-drc-swpind:ICETradeVaultLLCBusinessEntityIdentifier + + individual representing the Delaware Division of Corporations business entity identifier for ICE Trade Vault, LLC + + + + 4960384 + + + + + ICE Trade Vault, LLC date established + QName: fibo-der-drc-swpind:ICETradeVaultLLCDateEstablished + + individual representing the date that ICE Trade Vault, LLC was established + 2011-03-28 + + + + + + ICE Trade Vault, LLC headquarters address + QName: fibo-der-drc-swpind:ICETradeVaultLLCHeadquartersAddress + + individual representing the headquarters address for ICE Trade Vault, LLC + 5660 New Northside Drive + Atlanta + + 30328 + + + + + + BSDR LLC legal entity identifier + individual representing the legal entity identifier for BSDR LLC + + + 5493006SPIZKPPCPBB70 + + + + + DTCC Data Repository (U.S) LLC legal entity identifier + individual representing the legal entity identifier for DTCC Data Repository (U.S) LLC + + + 549300H9ZM7RDBM87W85 + + + + + ICE Trade Vault, LLC legal entity identifier + individual representing the legal entity identifier for ICE Trade Vault, LLC + + + 549300KE78SX8RVDNO58 + + + + + Chicago Mercantile Exchange, Inc. legal entity identifier + individual representing the legal entity identifier for Chicago Mercantile Exchange, Inc. + + + SNZ2OJLFK8MNNCLQOF39 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/RateDerivatives/IRSwaps.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/RateDerivatives/IRSwaps.rdf new file mode 100755 index 0000000..af6c054 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/RateDerivatives/IRSwaps.rdf @@ -0,0 +1,715 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Interest Rate Swaps Ontology + QName: fibo-der-rtd-irswp: + This ontology defines concepts specific to interest rate swap contracts, including but not limited to fixed and floating rate combinations, single and cross-currency contracts, etc. + http://opensource.org/licenses/MIT + + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + + + + + + + + fibo-der-rtd-irswp + IRSwaps.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + cross-currency interest rate swap + QName: fibo-der-rtd-irswp:CrossCurrencyInterestRateSwap + + an interest rate swap in which the two streams of interest payments are in different currencies + + + + + + explicit interest amount calculation event + QName: fibo-der-rtd-irswp:ExplicitInterestAmountCalculationEvent + + the explicit representation of the calculation event in a given period, in which an interest payment is calculated based on the rate (fixed or floating) and the notional amount (in the payment currency, and factored for Fx if necessary), on a given date + + + + + + fixed float cross-currency interest rate swap + QName: fibo-der-rtd-irswp:FixedFloatCrossCurrencyInterestRateSwap + + + + + + + + + + + + an interest rate swap in which fixed interest payments on the notional are exchanged for floating interest payments and the two streams of interest payments are in different currencies + fixed float cross currency interest rate swap + fixed-float cross-currency interest rate swap + + + + + + + + + + + + + + + + + + + fixed float interest rate swap + QName: fibo-der-rtd-irswp:FixedFloatInterestRateSwap + + + + + + + + + + + + + + + + + + an interest rate swap in which fixed interest payments on the notional are exchanged for floating interest payments + fixed-float interest rate swap + vanilla interest rate swap + + + + + fixed float single currency interest rate swap + QName: fibo-der-rtd-irswp:FixedFloatSingleCurrencyInterestRateSwap + + + + + + + + + + + + an interest rate swap in which fixed interest payments on the notional are exchanged for floating interest payments and where both payment streams are expressed in terms of the same currency + fixed-float single-currency interest rate swap + + + + + fixed interest rate leg + QName: fibo-der-rtd-irswp:FixedInterestRateLeg + + + + + + + + + + + + + + + a swap stream that specifies fixed interest amounts and terms for the payment of that interest + This may be the funding leg of some swaps (i.e. one party agrees to pay fixed interest amounts in exchange for whatever is the other leg) or it may be one or both sides of an Interest Rate Swap, where the two parties exchange different interest streams. Note that the FpML term on which this Swapstream term was based, is the one for asset return swaps, where this is the payment leg. This is the leg which has interest amounts, interest calculations and calculation dates, and optional stub calculation terms. It should be possible to relate this to the specific interest payments of an underlier if there is one. + fixed interest rate swap stream + + + + + float float cross-currency interest rate swap + QName: fibo-der-rtd-irswp:FloatFloatCrossCurrencyInterestRateSwap + + + + + + + + + + + + an interest rate swap that exchanges cashflows based on two different interest rates in different currencies + float-float cross-currency interest rate swap + + + + + + + + + + 2 + + + float float interest rate swap + QName: fibo-der-rtd-irswp:FloatFloatInterestRateSwap + + + + + + + + + + 2 + + + + + an interest rate swap that exchanges cashflows based on two different floating interest rates + http://www.investopedia.com/terms/b/basisrateswap.asp + This is a swap in which two parties swap variable interest rates based on different money markets, and this is usually done to limit interest-rate risk that a company faces as a result of having differing lending and borrowing rates. + basis rate swap + float-float interest rate swap + + + + + float float single currency interest rate swap + QName: fibo-der-rtd-irswp:FloatFloatSingleCurrencyInterestRateSwap + + + + + + + + + + + + an interest rate swap that exchanges cashflows based on two different floating interest rates in the same currency + float-float single-currency interest rate swap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + floating interest rate leg + QName: fibo-der-rtd-irswp:FloatingInterestRateLeg + + + + + + + + + + + + + + a swapstream in which variable interest is paid on some notional amount, linked to some underlying interest reference rate + Instead of an absolute rate you have an underlier and an offset called a spread (same as margin in floating rate notes). + floating interest rate swap stream + + + + + interest rate stream event + QName: fibo-der-rtd-irswp:InterestRateStreamEvent + + an interest-rate specific event occurring with respect to one leg of a swap + + + + + + + + + + 2 + + + interest rate swap + QName: fibo-der-rtd-irswp:InterestRateSwap + + + + + + + + + + 2 + + + + + a swap in which the underlier for one or both legs is an interest rate + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + interest rate swap leg + QName: fibo-der-rtd-irswp:InterestRateSwapLeg + + + + + + + + + + + + + + the components specifiying an interest rate stream, including both a parametric and cashflow representation for the stream of payments + In IR markets there is no real distinction between an IR leg and a return leg, rather there are 2 funding legs. + interest rate swap stream + + + + + + + + + + + notional step amount + QName: fibo-der-rtd-irswp:NotionalStepAmount + + the amount of money that is subtracted from the notional on each step date + Note that this is an actual concrete sum of money, which may be specified either as a monetary amount (e.g. dollars and cents) or as a percentage of either the original notional amount or the previous notional amount. + + + + + + + + + + + notional step change event + QName: fibo-der-rtd-irswp:NotionalStepChangeEvent + + an event on which a step change in the notional amount of the swap stream occurs + This always occurs on a calculation date (that is, one of the calculation period end dates). Therefore the frequency / period length of the steps in the step schedule is a multiple of the calculation period or frequency. For example, if the notional is recalculated on every calculation date, applying a new interest rate to the new notional amount, then the two frequencies are the same. If notional is updated every second calculation period, then the step schedule specifies periods that are twice as long, and so on. + + + + + + + + + + + + notional step percentage amount + QName: fibo-der-rtd-irswp:NotionalStepPercentageAmount + + the percentage amount by which the notional changes on each step date + The percentage is either a percentage applied to the initial notional amount or the previous outstanding notional, and may be positive or negative. + + + + + notional step period length + QName: fibo-der-rtd-irswp:NotionalStepPeriodLength + + a recurrence interval indicating the frequency with which step changes occur, which is a multiple of the calculation period in the calculation schedule + + + + + + + + + + + + + + + + + notional step schedule + QName: fibo-der-rtd-irswp:NotionalStepSchedule + + schedule of changes in the notional amount on which interest is paid, comprising the regular sequence of step events + For the Notional Step Schedule there are no stubs. + + + + + + + + + 1 + + + single currency interest rate swap + QName: fibo-der-rtd-irswp:SingleCurrencyInterestRateSwap + + an interest rate swap in which the two streams of interest payments are in the same currency + + + + + + + + + + + swap stream calculation relative date + QName: fibo-der-rtd-irswp:SwapStreamCalculationRelativeDate + + a calculation date that is relative to the rate reset schedule + + + + + swapstream interest calculation + QName: fibo-der-rtd-irswp:SwapStreamInterestCalculation + + an expression that represents a calculation of interest + + + + + swap stream interest calculation schedule + QName: fibo-der-rtd-irswp:SwapStreamInterestCalculationSchedule + + a parametric schedule that represents the dates on which interest is calculated + + + + + swap stream interest payment + QName: fibo-der-rtd-irswp:SwapStreamInterestPayment + + an event involving the payment of interest for a given swap leg + + + + + + swap stream interest payment schedule + QName: fibo-der-rtd-irswp:SwapStreamInterestPaymentSchedule + + a parametric schedule that represents the dates on which interest is due to be paid + These may more commonly be expressed as an offset of the Calculation dates, however the creation of a schedule specifically for payment dates is allowed for. + + + + + swap stream interest rate reset + QName: fibo-der-rtd-irswp:SwapStreamInterestRateReset + + an event on which an interest rate for a given swap stream changes (resets) + + + + + swapstream interest rate reset schedule + QName: fibo-der-rtd-irswp:SwapStreamInterestRateResetSchedule + + a parametric schedule of reset dates + These may more commonly be expressed as an offset of the Calculation dates, however the creation of a schedule specifically for reset dates is allowed for. + + + + + + + + + + + swap stream interest rate setting event + QName: fibo-der-rtd-irswp:SwapStreamInterestRateSettingEvent + + an event on which an interest rate for a given swap stream is determined + + + + + + + + + + + swap stream interest setting relative date + QName: fibo-der-rtd-irswp:SwapStreamInterestSettingRelativeDate + + a date on which an interest rate is revised is that is relative to a rate reset event + + + + + has first notional step date + QName: fibo-der-rtd-irswp:hasFirstNotionalStepDate + + + indicates the initial date in a notional step schedule + + + + + has floating rate cap + QName: fibo-der-rtd-irswp:hasFloatingRateCap + + + indicates an optional ceiling or 'cap' on interest rates on floating rate debts + Rate caps can be viewed as insurance, ensuring that the maximum borrowing rate never exceeds the specified cap level. + + + + + has floating rate floor + QName: fibo-der-rtd-irswp:hasFloatingRateFloor + + + indicates an optional lower bound on interest rates on floating rate debts + + + + has floating rate spread + QName: fibo-der-rtd-irswp:hasFloatingRateSpread + + + defines the spread rate which can optionally be added to or subtracted from the floating rate + + + + + has interest calculation schedule + QName: fibo-der-rtd-irswp:hasInterestCalculationSchedule + + + links a set of terms to a corresponding schedule for calculating interest + + + + + has interest rate reset schedule + QName: fibo-der-rtd-irswp:hasInterestRateResetSchedule + + + links a set of terms to a corresponding schedule for resetting the interest rate, which may be either a regular or ad hoc schedule + + + + + has last notional step date + QName: fibo-der-rtd-irswp:hasLastNotionalStepDate + + + indicates the final date in a notional step schedule + + + + + has notional step schedule + QName: fibo-der-rtd-irswp:hasNotionalStepSchedule + + + links a set of terms to a corresponding notional step schedule, which may be either a regular or ad hoc schedule + + + + has rate multiplier + QName: fibo-der-rtd-irswp:hasRateMultiplier + + + indicates a multiplier applied to the coupon before adding the floating rate spread + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/RateDerivatives/RateDerivatives.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/RateDerivatives/RateDerivatives.rdf new file mode 100755 index 0000000..2d8eb01 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/RateDerivatives/RateDerivatives.rdf @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + +]> + + + + Rate Derivatives Ontology + QName: fibo-der-rtd-rtd: + This ontology defines concepts that are common to derivatives based on variation in some defined variable, such as an economic rate, an interest rate or an index value. + http://opensource.org/licenses/MIT + + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + + + + + + fibo-der-rtd-rtd + RateDerivatives.rdf + + + + + + + + + + + + + + + + + + + + + + economic rate-based derivative instrument + QName: fibo-der-rtd-rtd:EconomicRateBasedDerivativeInstrument + + a rate-based derivative whose underlier is an economic indicator + + + + + + + + + 1 + + + economic rate observable + QName: fibo-der-rtd-rtd:EconomicRateObservable + + a rate-based observable that is specifically an economic indicator + + + + + + + + + + + interest rate derivative instrument + QName: fibo-der-rtd-rtd:InterestRateDerivativeInstrument + + a rate-based derivative whose underlier is an interest rate + + + + + + + + + 1 + + + interest rate observable + QName: fibo-der-rtd-rtd:InterestRateObservable + + a rate-based observable that is specifically an interest rate + + + + + + + + + + + rate-based derivative instrument + QName: fibo-der-rtd-rtd:RateBasedDerivativeInstrument + + a derivative instrument whose underlier is a non-physical observable rate + + + + + + + + + + + + + + + + + + + + + 1 + + + rate-based observable + QName: fibo-der-rtd-rtd:RateBasedObservable + + a non-physical observable value, such as an interest rate, market rate, economic indicator, statistical measure calculated over some collection of indices, or some other rate that is readily observable in the world + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/DER/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/DebtAndEquities/Debt.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/DebtAndEquities/Debt.rdf new file mode 100755 index 0000000..f26d6ea --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/DebtAndEquities/Debt.rdf @@ -0,0 +1,950 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Debt Ontology + QName: fibo-fbc-dae-dbt: + This ontology defines concepts that are common to all debt instruments, such as debt, borrower, lender, debtor, creditor, interest, principal, and the like. It is designed to be used by various other FIBO specifications, including but not limited to SEC/Debt and LOAN. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + + + + + fibo-fbc-dae-dbt + Debt.rdf + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/ version of this ontology was added to the FBC domain via the FIBO 2.0 RFC in support of several FIBO debt-oriented initiatives. + + + + + + + + + + 0 + + + accrual + QName: fibo-fbc-dae-dbt:Accrual + + the process of accumulating interest or other income that has been earned but not paid + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + There are legal contractual terms for the accrual of interest, as distinct from the payment of interest. + + + + + + + + + 0 + + + amortization + QName: fibo-fbc-dae-dbt:Amortization + + the process of reduction of debt or other costs through periodic charges to assets or liabilities, such as through principal payments on mortgages + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + + + + + + + amortization schedule + QName: fibo-fbc-dae-dbt:AmortizationSchedule + + a schedule of periodic payments (repayment installments) that specify changes in the balance of the debt over time + Payments are divided into equal amounts for the duration of the loan or debt instrument, making it the simplest repayment model. A greater amount of the payment is applied to interest at the beginning of the amortization schedule, while more money is applied to principal at the end. + + + + + + + + + + + + + + + + + + + + + + + borrower + QName: fibo-fbc-dae-dbt:Borrower + + a party to a debt instrument that is obligated to repay the amount borrowed (principal) with interest and other fees according to the terms of the instrument + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + + + + + + + + + + + + + borrowing capacity + QName: fibo-fbc-dae-dbt:BorrowingCapacity + + an amount of money that an individual or organization can borrow + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/c/credit.asp + + + + + + + + + + + + + + + + + + + + 0 + + + collateral + QName: fibo-fbc-dae-dbt:Collateral + + an asset offered as security, pledged as an inducement to another party, to lend money, extend credit, or provision securities + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + 0 + + + + + + + + + + + + + + + credit agreement + QName: fibo-fbc-dae-dbt:CreditAgreement + + a contractual agreement in which a debtor receives something of value and agrees to repay the creditor at some date in the future, in some form (e.g., cash, securities, etc.), generally with interest + http://www.investopedia.com/terms/c/credit.asp + + + + + + + + + + + + + + + + + creditor + QName: fibo-fbc-dae-dbt:Creditor + + a party to whom an obligation, such as an amount of money, or good, or performance of some service exists + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + day-count convention + QName: fibo-fbc-dae-dbt:DayCountConvention + + a business recurrence interval convention that is used to calculate the number of days in an interest payment, which applies to the amount of accrued interest or the present value for debt instruments + http://www.investinginbonds.com/story.asp?id=3140 + http://www.investopedia.com/terms/d/daycount.asp + Day-count conventions apply to swaps, mortgages and forward rate agreements as well as bonds, each of which has its own day-count convention, which varies depending on the type of instrument, whether the interest rate is fixed or floating, and the country of issuance. Among the most common conventions are 30/360 or 365, actual/360 or 365, and actual/actual. A 30/360 convention assumes 30 days in a month and 360 days in a year. An actual/360 convention assumes the actual number of days in the given month and 360 days in the year. An actual/ actual convention uses the actual number of days in the given interest period and year. + + + + + + + + + + + + + + + + + debt + QName: fibo-fbc-dae-dbt:Debt + + an obligation to pay something, such as an amount of money, good, service, or instrument + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + In cases where the debtor and payer are the same legal person, then a debt is equivalent to a payment obligation. + + + + + debt terms + QName: fibo-fbc-dae-dbt:DebtTerms + + contract terms that specify the formal rights and obligations of borrower and lender under a contract in which funds are lent from the one party to the other + These may be terms in a loan contract (including for example a mortgage contract) or they may be the contractual terms of a debt security. + + + + + + + + + + + + + + + 0 + + + debtor + QName: fibo-fbc-dae-dbt:Debtor + + a party that owes a debt or other obligation to another party + EDM Council + + + + + extension provision + QName: fibo-fbc-dae-dbt:ExtensionProvision + + contract terms that specify the conditions under which a contract can be extended + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + In the case of a debt instrument, an extension may include extending the time allowed for repayment of the principal, the maturity date, and so forth. + + + + + fixed interest rate + QName: fibo-fbc-dae-dbt:FixedInterestRate + + an interest rate that does not fluctuate over the lifetime of a loan or other debt instrument + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + 1 + + + floating interest rate + QName: fibo-fbc-dae-dbt:FloatingInterestRate + + + a variable interest rate that is based on a specific index or benchmark rate + Certain revolving credit, such as credit-card related debt, may adjust after a specified period of time to an absolute rate stated in the agreement (variable but not floating) rather than based on a benchmark rate (variable, floating). + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + The index used to determine the specific interest rate is generally included in the terms of the loan. In most cases, lenders will also charge a spread, or added percentage points on top of the established index rate. If a loan is billed as prime plus 2.5 percent, for a prime rate of 3.5 percent, the terms of the loan will require the borrower to pay off a 6 percent interest. Floating interest rates typically involve periodic reset dates for the loan, particularly when the index rate changes. Resets may also occur online at market predetermined intervals, with yearly adjustments being a common arrangement. + + + + + full amortization + QName: fibo-fbc-dae-dbt:FullAmortization + + amortization in which the very last payment (which, if the schedule was calculated correctly, should be equal to all others) pays off all remaining principal and interest on the loan + + + + + + + + + + + + + + + + + + + + + + + interest + QName: fibo-fbc-dae-dbt:Interest + + the cost of using credit, or another's money, expressed as a rate per period of time, payable by a debtor to a creditor in consideration of the credit extended to the debtor + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + interest payment terms + QName: fibo-fbc-dae-dbt:InterestPaymentTerms + + contract terms for payment of interest on a debt + Interest is usually payable on any outstanding principal amount, therefore interest relates to the amount of debt outstanding at any given point of time, not to the principal amount advanced at the time that the loan was advanced or the debt security issued (aside from the initial payment). + Note that in most cases, the dates and payment frequencies for interest will coincide with the dates and payment frequencies related to the principal. + + + + + + + + + + + + + + + + + lender + QName: fibo-fbc-dae-dbt:Lender + + a party that extends credit or money to a borrower with the expectation of being repaid, usually with interest + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + managed interest rate + QName: fibo-fbc-dae-dbt:ManagedInterestRate + + a variable interest rate charged by a financial institution for borrowing that is not prescribed as a margin over base rate but is set from time to time by the institution + http://www.investorguide.com/definition/managed-rate.html + + + + + negative amortization + QName: fibo-fbc-dae-dbt:NegativeAmortization + + amortization in which the payments made do not cover the interest due + + + + + partial amortization + QName: fibo-fbc-dae-dbt:PartialAmortization + + amortization in which the very last payment the last payment due may be a large balloon payment of all remaining principal and interest + + + + + + + + + + + + + + + + + + + + principal + QName: fibo-fbc-dae-dbt:Principal + + + with respect to a debt: the value of an obligation, such as a bond or loan, raised and that must be repaid at maturity; for investments: the original amount of money invested, separate from any associated interest, dividends or capital gains + EDM Council / Quarule + + + + + + + + + 1 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + principal repayment terms + QName: fibo-fbc-dae-dbt:PrincipalRepaymentTerms + + contract terms that specify requirements for repayment of the principal + + + + + redemption provision + QName: fibo-fbc-dae-dbt:RedemptionProvision + + a contract provision enabling the issuer (writer) to regain possession through repayment of some stipulated price + Barron's Dictionary of Business and Econonmics Terms, Fifth Edition, 2012 + In general, redemption is synonymous with 'buy back' or 'cash in', depending on the kind of instrument. Redemption provisions are commonly applicable to the process of annulling a defeasible title, such as for a mortgage or tax sale, by paying the debt or fulfilling an obligation. + + + + + variable interest rate + QName: fibo-fbc-dae-dbt:VariableInterestRate + + + an interest rate that is allowed to vary over the maturity of a loan or other debt instrument + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + adjustable rate + + + + + governs payment of + QName: fibo-fbc-dae-dbt:governsPaymentOf + + + links contractual terms embedded in a contract, such as interest or repayment terms to the element those terms apply to + + + + + has accrual basis + QName: fibo-fbc-dae-dbt:hasAccrualBasis + + + identifies the convention that defines how interest accrues on something, that is the number of days in a month and days in a year that are counted when performing interest accrual calculations + + + + + has available amount + QName: fibo-fbc-dae-dbt:hasAvailableAmount + + + indicates an amount of money available for an individual or organization to borrow + + + + + has borrower + QName: fibo-fbc-dae-dbt:hasBorrower + + + relates a contract, such as a debt instrument or credit agreement, to one or more parties that are incurring the debt + + + + + has compounding frequency + QName: fibo-fbc-dae-dbt:hasCompoundingFrequency + + + the frequency at which interest is compounded + + + + + has debt amount + QName: fibo-fbc-dae-dbt:hasDebtAmount + + + + indicates the monetary amount of the debt + Represents the total debt amount including principal and interest + + + + + has denomination + QName: fibo-fbc-dae-dbt:hasDenomination + + + + the face value of currency units, coins, or securities + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + has extendable period + QName: fibo-fbc-dae-dbt:hasExtendablePeriod + + + + indicates the date period during which an extension is allowable + + + + + has an extension provision + QName: fibo-fbc-dae-dbt:hasExtensionProvision + + + + identifies a contract provision allowing extension of repayment or maturity dates + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + has final interest payment date + QName: fibo-fbc-dae-dbt:hasFinalInterestPaymentDate + + + the date on which the last interest payment is due + + + + + has initial interest accrual date + QName: fibo-fbc-dae-dbt:hasInitialInterestAccrualDate + + + the date from which interest begins to accrue + + + + + has initial interest payment date + QName: fibo-fbc-dae-dbt:hasInitialInterestPaymentDate + + + the date on which the first interest payment is due + + + + + has initial principal payment date + QName: fibo-fbc-dae-dbt:hasInitialPrincipalPaymentDate + + + the date on which the first payment against the principal is due + + + + + has interest payment day + QName: fibo-fbc-dae-dbt:hasInterestPaymentDay + + + the day of the month on which interest payments must be made on the debt + + + + + has interest payment frequency + QName: fibo-fbc-dae-dbt:hasInterestPaymentFrequency + + + the frequency at which interest payments must be made on the debt + + + + + has interest rate + QName: fibo-fbc-dae-dbt:hasInterestRate + + + relates something, such as an agreement, or debt instrument, to the rate (typically annual) of interest that is to be paid by the debtor to the creditor on the debt + + + + + has lender + QName: fibo-fbc-dae-dbt:hasLender + + + relates a contract, such as a debt instrument or credit agreement, to one or more parties that are financing the debt + + + + + has outstanding amount + QName: fibo-fbc-dae-dbt:hasOutstandingAmount + + + indicates an amount of money representing the principal, interest, or other amount owed at a specific point in time + + + + + has principal + QName: fibo-fbc-dae-dbt:hasPrincipal + + + indicates the face value of an obligation, such as a bond or loan, that must be repaid at maturity, i.e., the base amount raised by a mortgage or other debt instrument + This is not the balance of the debt at a point in time, but the amount drawn down at a specific point in time, after which (for interest bearing debts) interest becomes payable. Semantic Modeling note This term is over-ridden for specific kinds of debt (securities, loans) and is therefore not needed in any data model. It is included here to define part of the meaning of the Debt Finance term. It is a Relationship Fact and strictly speaking should be regarded as being specialized and over-ridden by the terms in the Loan and Security classes, however it is modeled here as a "Referenceable Archetype" meaning that it appears in diagrams as a textual entry not a relationship line, and so it is not possible to formally show this specialization. + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + has principal payment day + QName: fibo-fbc-dae-dbt:hasPrincipalPaymentDay + + + the day of the month on which payments on the principal must be made + + + + + has principal payment frequency + QName: fibo-fbc-dae-dbt:hasPrincipalPaymentFrequency + + + the frequency at which payments on the principal must be made + + + + + has principal repayment date + QName: fibo-fbc-dae-dbt:hasPrincipalRepaymentDate + + + + relates an instrument to the date by which the principal must be repaid in full + Depending on the terms of the instrument (debt security, such as a bond, loan, etc.), this may be the date of a single payment of the debt principal or of the completion of scheduled partial redemption payments. + + + + is amortization of + QName: fibo-fbc-dae-dbt:isAmortizationOf + + + links the process of reduction of debt or other costs through periodic charges to the relevant asset or liability + + + + + is based on + QName: fibo-fbc-dae-dbt:isBasedOn + + relates something to something else on which it rests, or that supports it in some way + http://www.merriam-webster.com/dictionary/base + + + + is collateralization of + QName: fibo-fbc-dae-dbt:isCollateralizationOf + + + relates some collateral to a credit agreement or debt instrument for which the property has been pledged as security for the debt + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + is collateralized by + QName: fibo-fbc-dae-dbt:isCollateralizedBy + + + relates a credit agreement or debt instrument to property pledged as security for the debt + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + is interest on + QName: fibo-fbc-dae-dbt:isInterestOn + + + links a monetary amount that is the cost of using credit to the debt that it applies to + + + + is owed + QName: fibo-fbc-dae-dbt:isOwed + + + + links a creditor to a debt that is owed to them + + + + is owed by + QName: fibo-fbc-dae-dbt:isOwedBy + + + + + links a debt to the party that owes it + + + + is owed to + QName: fibo-fbc-dae-dbt:isOwedTo + + + + links a debt to the party to which it is owed + + + + is principal of + QName: fibo-fbc-dae-dbt:isPrincipalOf + + + links the value of a debt, excluding any interest or other costs of using credit to the debt that it applies to + + + + owes + QName: fibo-fbc-dae-dbt:owes + + + + links a party to a debt that they owe + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/DebtAndEquities/Guaranty.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/DebtAndEquities/Guaranty.rdf new file mode 100755 index 0000000..384cf7d --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/DebtAndEquities/Guaranty.rdf @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Guaranty Ontology + QName: fibo-fbc-dae-gty: + This ontology defines concepts related to contractual guaranty. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + + + fibo-fbc-dae-gty + Guaranty.rdf + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Guaranty/ version of this ontology revised to incorporate refinement of the concept of a guaranty as needed for debt securities and loans. + The https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Guaranty/ version of this ontology was added to the FBC domain via the FIBO 2.0 RFC in support of several FIBO debt-oriented initiatives. + + + + + + + + + + + + collateralized guaranty + QName: fibo-fbc-dae-gty:CollateralizedGuaranty + + a guaranty that takes the form of some asset that is pledged by a borrower to a lender (usually in return for a loan) + In some cases, the lender may require the borrower to place pledged assets such as cash or securities in a separate account that the lender controls. + + + + + + + + + + + + + + + + government guaranty + QName: fibo-fbc-dae-gty:GovernmentGuaranty + + a guaranty provided by a government entity, e.g. for a government-backed security + + + + + + + + + + + + + + + + + + + + + + guarantor + QName: fibo-fbc-dae-gty:Guarantor + + a party that guarantees, endorses, or provides indemnity for some obligation on behalf of some other party + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + In some cases, the party acting as guarantor may also be a party to the contract, such as in the case of Fannie Mae or Freddie Mac. In such cases, the same individual would be modeled as having both roles. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + guaranty + QName: fibo-fbc-dae-gty:Guaranty + + a commitment whereby something, such as a debt, cash flows on a debt instrument (e.g., interest payments), or performance of some obligation, is guaranteed if the person or organization with primary liability fails to perform + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + insurance-backed guaranty + QName: fibo-fbc-dae-gty:InsuranceBackedGuaranty + + a guaranty that is realized as an insurance policy + + + + + + + + + + + + + + + + + insurance policy + QName: fibo-fbc-dae-gty:InsurancePolicy + + a contract document that (1) puts an indemnity cover into effect, (2) serves as a legal evidence of the insurance agreement, (3) sets out the exact terms on which the indemnity cover has been provided, and (4) states associated information such as the (a) specific risks and perils covered, (b) duration of coverage, (c) amount of premium, (d) mode of premium payment, and (e) deductibles, if any + + + + + + insurer + QName: fibo-fbc-dae-gty:Insurer + + a financial service provider that issues an insurance policy + + + + + + + + + 2 + + + joint guaranty + QName: fibo-fbc-dae-gty:JointGuaranty + + a guaranty provided by two or more parties, jointly and severally + + + + + + + + + + + letter of credit + QName: fibo-fbc-dae-gty:LetterOfCredit + + a letter from a bank or other creditworthy institution guaranteeing that a buyer's payment to a seller will be received on time and for the correct amount + In some states in the U.S., the issuer is not limited to financial institutions -- it is simply a written instrument, addressed by one person to another, requesting the latter to give credit to the person in whose favor it is drawn. + In the event that the buyer is unable to make payment, the bank or other issuer is required to cover the full or remaining amount. + + + + + + + + + + + letter of credit guaranty + QName: fibo-fbc-dae-gty:LetterOfCreditGuaranty + + a guaranty that takes the form of a letter of credit, i.e., a document issued by a bank guaranteeing the payment up to a stated amount for a specified period + + + + + negative pledge + QName: fibo-fbc-dae-gty:NegativePledge + + a guaranty whereby the issuer will not pledge any assets if doing so would result in less security for lender(s) or investor(s) + + + + + policyholder + QName: fibo-fbc-dae-gty:Policyholder + + a counterparty to and typically owner of an insurance policy; an insured party + + + + + priority level + QName: fibo-fbc-dae-gty:PriorityLevel + + the level of priority that guaranty has in the context of the contract, for example for a credit enhancement priority + + + + + has guaranteed amount + QName: fibo-fbc-dae-gty:hasGuaranteedAmount + + + + relates the guaranty to the monetary amount guaranteed + + + + + has guarantor + QName: fibo-fbc-dae-gty:hasGuarantor + + + + relates the guarantor to the contract for which they are providing a guaranty + + + + + has priority level + QName: fibo-fbc-dae-gty:hasPriorityLevel + + + + relates a guaranty to some level of priority that guaranty has in the context of the contract, for example for a credit enhancement priority + + + + is guaranteed by + QName: fibo-fbc-dae-gty:isGuaranteedBy + + + + relates guaranty to the contract guarantor, i.e., to the legal person providing the guaranty + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FinancialInstruments/FinancialInstruments.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FinancialInstruments/FinancialInstruments.rdf new file mode 100755 index 0000000..2c54bda --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FinancialInstruments/FinancialInstruments.rdf @@ -0,0 +1,531 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Financial Instruments Ontology + QName: fibo-fbc-fi-fi: + This ontology defines the fundamental concepts relevant to financial instruments in general, with the intent of providing the high-level hooks for build-out in more detail in the relevant domain areas. These include, but are not limited to, equities, options, debt instruments, and so forth, some of which may be negotiable. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fi-fi + FinancialInstruments.rdf + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/ version of this ontology was modified as a part of organizational hierarchy simplification and to add maturity-related properties. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/ version of this ontology was modified for the FIBO 2.0 RFC, including minor bug fixes. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/ version of this ontology was modified to reflect issue resolutions detailed in the FIBO FBC 1.0 FTF report. + + + + + + cash instrument + QName: fibo-fbc-fi-fi:CashInstrument + + a financial instrument whose value is determined by the market and that is readily transferable (highly liquid) + Cash instruments can be classified into two subgroups, as securities and other cash instruments such as loans and deposits. + EDM Council + http://definitions.uslegal.com/ + + + + + commodity instrument + QName: fibo-fbc-fi-fi:CommodityInstrument + + a financial instrument representing an ownership interest in a raw material or primary agricultural product + Citigroup Inc. (EDM Council modified) + + + + + currency instrument + QName: fibo-fbc-fi-fi:CurrencyInstrument + + a financial instrument used for the purposes of currency trading + Example currencies include UK pounds, US dollars, Euro. An example currency instrument is spot currency instrument. + Each instance of a currency instrument has a one to one relationship with its associated currency. + Parameswaran, Sunil. Fundamentals of Financial Instruments: An Introduction to Stocks, Bonds, Foreign Exchange, and Derivatives. John Wiley and Sons (Asia) Pte. Lte., Singapore, 2011. + + + + + debt instrument + QName: fibo-fbc-fi-fi:DebtInstrument + + a financial instrument enables the issuing party to raise funds by accepting the obligation to repay a lender by a particular time in accordance with the terms of a contract + Bloomberg, LP (EDM Council modified) + ISO 10962, Securities and related financial instruments - Classification of Financial Instruments (CFI code), Second edition, 2001-05-01. + + + + + derivative instrument + QName: fibo-fbc-fi-fi:DerivativeInstrument + + + a financial instrument that confers on its holders certain rights or obligations, whose value is derived from one or more underlying assets + The three major categories of derivatives are (1) forward and future contracts, (2) options contracts, and (3) swaps. The most common underlying assets include stocks, bonds, commodities, currencies, interest rates and market indexes. + Derivatives can be characterized by whether they are exchange-traded or traded over-the-counter (OTC). + Parameswaran, Sunil. Fundamentals of Financial Instruments: An Introduction to Stocks, Bonds, Foreign Exchange, and Derivatives. John Wiley and Sons (Asia) Pte. Lte., Singapore, 2011. + http://www.investopedia.com/ + Derivative contracts owe their availability to the existence of markets for an underlying asset or a portfolio of assets on which such agreements are written. The derivative itself is merely a contract between two or more parties. Its value is determined by fluctuations in the underlying asset. Most derivatives are characterized by high leverage. + derivative contract + + + + + entitlement + QName: fibo-fbc-fi-fi:Entitlement + + a financial instrument that provides the holder the privilege to subscribe to or to receive specific assets on terms specified + ISO 10962, Securities and related financial instruments - Classification of Financial Instruments (CFI code), Second edition, 2001-05-01. + right + + + + + equity instrument + QName: fibo-fbc-fi-fi:EquityInstrument + + a financial instrument representing an ownership interest in an entity or pool of assets + ISO 10962, Securities and related financial instruments - Classification of Financial Instruments (CFI code), Second edition, 2001-05-01. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + financial instrument + QName: fibo-fbc-fi-fi:FinancialInstrument + + a written contract that gives rise to both a financial asset of one entity and a financial liability or equity instrument of another entity + Examples of financial instruments include: cash, evidence of an ownership interest in an entity, or a contractual right to receive (or deliver) cash, or another financial instrument. + http://ec.europa.eu/internal_market/accounting/docs/consolidated/ias32_en.pdf + A financial instrument can be thought of as a template that defines an arrangement structure that remains to be fleshed out with terms and parameters in order to establish a specific instance of the contract. + + + + + + + + + + + financial instrument identifier + QName: fibo-fbc-fi-fi:FinancialInstrumentIdentifier + + an identifier for a financial instrument + Identifiers for financial instruments may include an ISIN, Sedol, CUSIP, BBGID, FIGI, or other identifier issued approximately when the instrument itself is issued, and based on the kind of instrument and jurisdiction in which it is issued. + OMG Financial Instrument Global Identifier (FIGI) Specification, available at http://www.omg.org/spec/FIGI/. + + + + + future + QName: fibo-fbc-fi-fi:Future + + a contract that obligates the buyer to receive and the seller to deliver, in the future, the assets specified at an agreed price + ISO 10962, Securities and related financial instruments - Classification of Financial Instruments (CFI code), Second edition, 2001-05-01. + + + + + + + + + 1 + + + + + + + + + + + + + + issuer + QName: fibo-fbc-fi-fi:Issuer + + any party who issues (or proposes to issue, in a formal filing) any financial instrument, where a party can be a natural person, company, government, or political subdivision, agency, or instrumentality of a government + Securities Exchange Act of 1934, as amended 12 August 2012 + With respect to certificates of deposit for securities, voting-trust certificates, or collateral- trust certificates, or with respect to certificates of interest or shares in an unincorporated investment trust not having a board of directors or of the fixed, restricted management, or unit type, the term issuer means the person or persons performing the acts and assuming the duties of depositor or manager pursuant to the provisions of the trust or other agreement or instrument under which such securities are issued; and except that with respect to equipment-trust certificates or like securities, the term issuer means the person by whom the equipment or property is, or is to be, used. + + + + + + + + + true + + + negotiable security + QName: fibo-fbc-fi-fi:NegotiableSecurity + + a security that can be transferred or delivered to another party + + + + + non-negotiable security + QName: fibo-fbc-fi-fi:NonNegotiableSecurity + + + a security that is not transferable to another party + Certain securities that can be redeemed by the issuer may not be 'negotiable', such as savings bonds and certificates of deposit. + + + + + option + QName: fibo-fbc-fi-fi:Option + + a contract that grants to the holder either the privilege to purchase or the privilege to sell the assets specified at a predetermined price or formula at or within a time in the future + ISO 10962, Securities and related financial instruments - Classification of Financial Instruments (CFI code), Second edition, 2001-05-01. + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + packaged product + QName: fibo-fbc-fi-fi:PackagedFinancialProduct + + a financial product that acts as a container, or wrapper, for one or more financial instruments, including other financial products + Packaged products are typically included in an institution's approved product catalog, i.e., pre-approved by compliance organizations for sale to clients. Not all institutions maintain such a catalog, with internal identifiers for such products, but many do. Such core products may have as attributes: Type (product and possibly asset class), product identifier, status and approval date, product family approval (as appropriate), and so forth. + Nordea Bank + Certain properties of the instruments, such as their term, interest rate, eligibility of the client, etc., may be set as a part of the product specification. Some of these are intrinsic but variable properties of the instrument, for example the exact interest rate, whereas others are extrinsic, such as client eligibility. Products have prices, which may build in various fees, that are components of the cost of carry on a trader's books. + + + + + + + + + + + securities transaction + QName: fibo-fbc-fi-fi:SecuritiesTransaction + + a trade that represents the execution of an order to buy or sell a security + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + + + + + + + securities transaction identifier + QName: fibo-fbc-fi-fi:SecuritiesTransactionIdentifier + + an identifier for a securities transaction + + + + + + + + + 1 + + + security + QName: fibo-fbc-fi-fi:Security + + a financial instrument that can be bought or sold + Securities Exchange Act of 1934, as amended 12 August 2012 + A security can be any note, stock, treasury stock, security future, security-based swap, bond, debenture,certificate of interest or participation in any profit-sharing agreement or in any oil, gas, or other mineral royalty or lease, any collateral-trust certificate, preorganization certificate or subscription, transferable share, investment contract, voting-trust certificate, certificate of deposit for a security, any put, call, straddle, option, or privilege on any security, certificate of deposit, or group or index of securities (including any interest therein or based on the value thereof), or any put, call, straddle, option, or privilege entered into on a national securities exchange relating to foreign currency, or in general, any instrument commonly known as a security, or any certificate of interest or participation in, temporary or interim certificate for, receipt for, or warrant or right to subscribe to or purchase, any of the foregoing; but shall not include currency or any note, draft, bill of exchange, or bankers' acceptance which has a maturity at the time of issuance of not exceeding nine months, exclusive of days of grace, or any renewal thereof the maturity of which is likewise limited. + In the U.S., the Supreme Court has adopted a flexible and liberal approach in determining what constitutes a security. In its famous decision of SEC v. W.J. Howey Co., 328 U.S. 293, 90 L.Ed. 1244, 66 S.Ct. 1100 (1946), the Court held that land sales contracts for citrus groves in Florida, coupled with warranty deeds for the land and a contract to service the land, were 'investment contracts' and thus securities. The Court stated that [a]n investment contract for purposes of the Securities Act means a contract, transaction or scheme whereby a person invests his money in a common enterprise and is led to expect profits solely from the efforts of the promoter or a third party. 66 S.Ct. at 1103. According to the Court, it is immaterial whether the shares in the enterprise are evidenced by formal certificates or by nominal interests in the physical assets employed in the enterprise. 66 S.Ct. at 1104. + Some securities may be traded over the counter, or through an exchange, or via some other trading venue such as an electronic trading platform. + Whether a contract or other economic right is a security essentially depends on whether the holder of the contract is acting as an investor who seeks financial benefits based on the work of a promoter or a third party. + + + + + standardized terms + QName: fibo-fbc-fi-fi:StandardizedTerms + + a set of standardized terms, published by some body, and capable of being incorporated into a contract by agreement + The things that are standardized: The strike price Contract size Expiry Date These three are standardized regardless of what exchange they are on. Each exchange has a standard for these specific terms, for contracts that are traded on that exchange. Expiry: there is a standard date that the exchange will have, for example in the US it is the Saturday following the third Friday of every month. So there is a set expiration date for all exchange traded optons Strike: there are set increments for strike for exchange traded options. Contract sizes are also stipulated, for example in the US these are standardized by the OPRA Convention (Options Pricing Reporting Authority). Ajay: Exchange traded is tri party contract with central counterparty for the setelemtn fo the options. Market place (usually electronic), hence standard to process data. Not necessarily a legal difference? So for instance you would not be able to trade different lot sizes. So they enter in the contract which is guaranteed by the exchange. Members of the exchange trade with each other. The Exchange then being a third party. OTC: Bilateral Exchange traded: Still bilateral, using standardized terms. Lookalikes: for examples, where there are usually ones with monthly margin calls (exchange traded), there are 'lookalike' ones which look like an ET but are traded outside the market. Common in commodities market. What else can be standardised? What must be standardidsed? Date Convention: Standardized by juridction US: All single-Equity Options are American; all European exercise for Indices. This is not a convention for say London, where various conventions may exist on different contracts. + + + + + standardized terms set + QName: fibo-fbc-fi-fi:StandardizedTermsSet + + true + + a set of standardized terms, published by some body, and capable of being incorporated into a contract by agreement + The things that are standardized: The strike price Contract size Expiry Date These three are standardized regardless of what exchange they are on. Each exchange has a standard for these specific terms, for contracts that are traded on that exchange. Expiry: there is a standard date that the exchange will have, for example in the US it is the Saturday following the third Friday of every month. So there is a set expiration date for all exchange traded optons Strike: there are set increments for strike for exchange traded options. Contract sizes are also stipulated, for example in the US these are standardized by the OPRA Convention (Options Pricing Reporting Authority). Ajay: Exchange traded is tri party contract with central counterparty for the setelemtn fo the options. Market place (usually electronic), hence standard to process data. Not necessarily a legal difference? So for instance you would not be able to trade different lot sizes. So they enter in the contract which is guaranteed by the exchange. Members of the exchange trade with each other. The Exchange then being a third party. OTC: Bilateral Exchange traded: Still bilateral, using standardized terms. Lookalikes: for examples, where there are usually ones with monthly margin calls (exchange traded), there are 'lookalike' ones which look like an ET but are traded outside the market. Common in commodities market. What else can be standardised? What must be standardidsed? Date Convention: Standardized by juridction US: All single-Equity Options are American; all European exercise for Indices. This is not a convention for say London, where various conventions may exist on different contracts. + + + + + has duration to maturity + QName: fibo-fbc-fi-fi:hasDurationToMaturity + + + + + + + + + + + + + indicates the lifespan of an instrument or offering, from the date of issuance to the scheduled maturity date + + + + + + has issuer + QName: fibo-fbc-fi-fi:hasIssuer + + + + true + relates an instrument to the party that issued it + + + + + has principal executive office address + QName: fibo-fbc-fi-fi:hasPrincipalExecutiveOfficeAddress + + + + relates an organization, specifically the issuer of a financial instrument, to its principal executive address, as required for issuance of that instrument + + + + + has scheduled maturity date + QName: fibo-fbc-fi-fi:hasScheduledMaturityDate + + + + + + + + + + + + + indicates the date on which the principal amount of an instrument is due to be repaid to the investor and interest payments stop and/or the date on which the instrument may be redeemed + + + + + has term + QName: fibo-fbc-fi-fi:hasTerm + + + indicates a fixed or limited period for which something, e.g., an investment, lasts or is intended to last + + + + + has time to maturity + QName: fibo-fbc-fi-fi:hasTimeToMaturity + + + + + + + + + + + + + indicates the interval between the present date and the scheduled maturity date of an instrument or offering + + + + has value expressed in + QName: fibo-fbc-fi-fi:hasValueExpressedIn + + + + relates an instrument to the currency its value is typically expressed in + This should be the same currency that was declared at the time of issuance. + + + + + is legally recorded in + QName: fibo-fbc-fi-fi:isLegallyRecordedIn + + + + jurisdiction (country, county, state, province, city) in which the financial instrument is legally recorded for regulatory and/or tax purposes + + + + is negotiable + QName: fibo-fbc-fi-fi:isNegotiable + + + + specifies whether a particular financial instrument is or is not negotiable + + + + is transferable + QName: fibo-fbc-fi-fi:isTransferable + + + + true + specifies whether a particular financial instrument is or is not transferable + + + + may be traded in + QName: fibo-fbc-fi-fi:mayBeTradedIn + + + + optionally identifies one or more markets in which the security may be traded + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessCenters.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessCenters.rdf new file mode 100755 index 0000000..3868714 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessCenters.rdf @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + +]> + + + + Business Centers Ontology + QName: fibo-fbc-fct-bc: + This ontology refines the notion of a business center for reference in defining markets and exchanges, clearing houses, and other functional entities as appropriate. The ontology covers the concept of an FpML business center (excluding those that are business day adjustments), with a focus on a physical place where business is transacted, where relevant. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2018 EDM Council, Inc. + + + fibo-fbc-fct-bc + BusinessCenters.rdf + + + + + + + + + + + + + + + + + + + + + + + + + business center code + QName: fibo-fbc-fct-bc:BusinessCenterCode + + a code used to denote a municipality or business center + http://www.fpml.org/coding-scheme/business-center + + + + + business center code set + QName: fibo-fbc-fct-bc:BusinessCenterCodeScheme + + the coding scheme used to define a set of codes for municipalities or business centers + http://www.fpml.org/coding-scheme/business-center + + + + + + + + + + + + + + + + + business day adjustment code + QName: fibo-fbc-fct-bc:BusinessDayAdjustmentCode + + a code used to denote convention for specifying what happens when a date falls on a day that is weekend or holiday in some municipality or business center + http://www.fpml.org/coding-scheme/business-center + + + + http://www.fpml.org/coding-scheme/business-center + Note that business centers, as defined in FpML, are intended for use in specifying the business calendar used by that municipality, or by certain organizations located in that municipality. + + + + + + + 0 + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessCentersIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessCentersIndividuals.rdf new file mode 100755 index 0000000..8d28ccb --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessCentersIndividuals.rdf @@ -0,0 +1,5232 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Business Centers Individuals + QName: fibo-fbc-fct-bci: + This ontology includes individuals representing the set of international business centers corresponding to those identified in FpML as well as additional municipalities called out in the ISO 10383 Codes for exchanges and market identification (MIC) standard. + This set of business centers is current with respect to the FpML published XML data as of 2018-06-29. Note that we have deviated from the standard FIBO naming convention of strict use of camel case to add underscores in city names for readability purposes. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2018-2019 EDM Council, Inc. + Copyright (c) 2018-2019 Object Management Group, Inc. + fibo-fbc-fct-bci + BusinessCentersIndividuals.rdf + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/ version of this ontology was modified to replace Swaziland with Eswatini, which was revised by the LCC 1.1 RTF to reflect the change to the country name per the U.N. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/ version of this ontology was modified to support revisions of the MIC codes as of December 2018. + + + + + + AEAD + QName: fibo-fbc-fct-bci:AEAD + + the FpML business center code for Abu Dhabi, United Arab Emirates + AEAD + + + + + + + + AEDU + QName: fibo-fbc-fct-bci:AEDU + + the FpML business center code for Dubai, United Arab Emirates + AEDU + + + + + + + + AMYE + QName: fibo-fbc-fct-bci:AMYE + + the FpML business center code for Yerevan, Armenia + AMYE + + + + + + + + AOLU + QName: fibo-fbc-fct-bci:AOLU + + the FpML business center code for Luanda, Angola + AOLU + + + + + + + + ARBA + QName: fibo-fbc-fct-bci:ARBA + + the FpML business center code for Buenos Aires, Argentina + ARBA + + + + + + + + ATVI + QName: fibo-fbc-fct-bci:ATVI + + the FpML business center code for Vienna, Austria + ATVI + + + + + + + + AUAD + QName: fibo-fbc-fct-bci:AUAD + + the FpML business center code for Adelaide, Australia + AUAD + + + + + + + + AUBR + QName: fibo-fbc-fct-bci:AUBR + + the FpML business center code for Brisbane, Australia + AUBR + + + + + + + + AUCA + QName: fibo-fbc-fct-bci:AUCA + + the FpML business center code for Canberra, Australia + AUCA + + + + + + + + AUDA + QName: fibo-fbc-fct-bci:AUDA + + the FpML business center code for Darwin, Australia + AUDA + + + + + + + + AUME + QName: fibo-fbc-fct-bci:AUME + + the FpML business center code for Melbourne, Australia + AUME + + + + + + + + AUPE + QName: fibo-fbc-fct-bci:AUPE + + the FpML business center code for Perth, Australia + AUPE + + + + + + + + AUSY + QName: fibo-fbc-fct-bci:AUSY + + the FpML business center code for Sydney, Australia + AUSY + + + + + + + + Aabenraa + QName: fibo-fbc-fct-bci:Aabenraa + + + + + + + Aalborg + QName: fibo-fbc-fct-bci:Aalborg + + + + + + + Abha + QName: fibo-fbc-fct-bci:Abha + + the international business center of Abha + + + + + + Abidjan + QName: fibo-fbc-fct-bci:Abidjan + + the international business center of Abidjan + + + + + + Abu Dhabi + QName: fibo-fbc-fct-bci:Abu_Dhabi + + the international business center of Abu Dhabi + + + + + + Abuja + QName: fibo-fbc-fct-bci:Abuja + + the international business center of Abuja + + + + + + Accra + QName: fibo-fbc-fct-bci:Accra + + the international business center of Accra + + + + + + Addis Ababa + QName: fibo-fbc-fct-bci:Addis_Ababa + + the international business center of Addis Ababa + + + + + + Adelaide + QName: fibo-fbc-fct-bci:Adelaide + + the international business center of Adelaide + + + + + + Aden + QName: fibo-fbc-fct-bci:Aden + + the international business center of Aden + + + + + + Ahmedabad + QName: fibo-fbc-fct-bci:Ahmedabad + + + + + + + Algiers + QName: fibo-fbc-fct-bci:Algiers + + the international business center of Algiers + + + + + + Alma-ata + QName: fibo-fbc-fct-bci:Alma-ata + + + + + + + Almaty + QName: fibo-fbc-fct-bci:Almaty + + the international business center of Almaty + + + + + + Amman + QName: fibo-fbc-fct-bci:Amman + + the international business center of Amman + + + + + + Amsterdam + QName: fibo-fbc-fct-bci:Amsterdam + + the international business center of Amsterdam + + + + + + Ankara + QName: fibo-fbc-fct-bci:Ankara + + the international business center of Ankara + + + + + + Antananarivo + QName: fibo-fbc-fct-bci:Antananarivo + + + + + + + Astana + QName: fibo-fbc-fct-bci:Astana + + + + + + + Asti + QName: fibo-fbc-fct-bci:Asti + + + + + + + Asuncion + QName: fibo-fbc-fct-bci:Asuncion + + + + + + + Athens + QName: fibo-fbc-fct-bci:Athens + + the international business center of Athens + + + + + + Atlanta + QName: fibo-fbc-fct-bci:Atlanta + + + + + + + + Auckland + QName: fibo-fbc-fct-bci:Auckland + + the international business center of Auckland + + + + + + Aylesbury + QName: fibo-fbc-fct-bci:Aylesbury + + + + + + + BBBR + QName: fibo-fbc-fct-bci:BBBR + + the FpML business center code for Bridgetown, Barbados + BBBR + + + + + + + + BDDH + QName: fibo-fbc-fct-bci:BDDH + + the FpML business center code for Dhaka, Bangladesh + BDDH + + + + + + + + BEBR + QName: fibo-fbc-fct-bci:BEBR + + the FpML business center code for Brussels, Belgium + BEBR + + + + + + + + BGSO + QName: fibo-fbc-fct-bci:BGSO + + the FpML business center code for Sofia, Bulgaria + BGSO + + + + + + + + BHMA + QName: fibo-fbc-fct-bci:BHMA + + the FpML business center code for Manama, Bahrain + BHMA + + + + + + + + BMHA + QName: fibo-fbc-fct-bci:BMHA + + the FpML business center code for Hamilton, Bermuda + BMHA + + + + + + + + BNBS + QName: fibo-fbc-fct-bci:BNBS + + the FpML business center code for Bandar Seri Begawan, Brunei + BNBS + + + + + + + + BOLP + QName: fibo-fbc-fct-bci:BOLP + + the FpML business center code for La Paz, Bolivia + BOLP + + + + + + + + BRBD + QName: fibo-fbc-fct-bci:BRBD + + the FpML business center code for Brazil Business Day. This means a business day in any of Sao Paulo, Rio de Janeiro or Brasilia not otherwise declared as a financial market holiday by the Bolsa de Mercadorias & Futuros (BM&F) + BRBD + + + + + + + + BRBR + QName: fibo-fbc-fct-bci:BRBR + + the FpML business center code for Brasilia, Brazil + BRBR + + + + + + + + BRRJ + QName: fibo-fbc-fct-bci:BRRJ + + the FpML business center code for Rio de Janeiro, Brazil + BRRJ + + + + + + + + BRSP + QName: fibo-fbc-fct-bci:BRSP + + the FpML business center code for Sao Paulo, Brazil + BRSP + + + + + + + + BSNA + QName: fibo-fbc-fct-bci:BSNA + + the FpML business center code for Nassau, Bahamas + BSNA + + + + + + + + BWGA + QName: fibo-fbc-fct-bci:BWGA + + the FpML business center code for Gaborone, Botswana + BWGA + + + + + + + + BYMI + QName: fibo-fbc-fct-bci:BYMI + + the FpML business center code for Minsk, Belarus + BYMI + + + + + + + + Baghdad + QName: fibo-fbc-fct-bci:Baghdad + + + + + + + Baku + QName: fibo-fbc-fct-bci:Baku + + + + + + + Bandar Seri Begawan + QName: fibo-fbc-fct-bci:Bandar_Seri_Begawan + + the international business center of Bandar Seri Begawan + + + + + + Bangalore + QName: fibo-fbc-fct-bci:Bangalore + + the international business center of Bangalore + + + + + + Bangkok + QName: fibo-fbc-fct-bci:Bangkok + + the international business center of Bangkok + + + + + + Banja Luka + QName: fibo-fbc-fct-bci:Banja_Luka + + + + + + + Barcelona + QName: fibo-fbc-fct-bci:Barcelona + + the international business center of Barcelona + + + + + + Basel + QName: fibo-fbc-fct-bci:Basel + + the international business center of Basel + + + + + + Basseterre + QName: fibo-fbc-fct-bci:Basseterre + + + + + + + Bedminster + QName: fibo-fbc-fct-bci:Bedminster + + + + + + + + Beijing + QName: fibo-fbc-fct-bci:Beijing + + the international business center of Beijing + + + + + + Beirut + QName: fibo-fbc-fct-bci:Beirut + + the international business center of Beirut + + + + + + Belgrade + QName: fibo-fbc-fct-bci:Belgrade + + the international business center of Belgrade + + + + + + Bergamo + QName: fibo-fbc-fct-bci:Bergamo + + + + + + + Bergen + QName: fibo-fbc-fct-bci:Bergen + + + + + + + Berlin + QName: fibo-fbc-fct-bci:Berlin + + + + + + + Bern + QName: fibo-fbc-fct-bci:Bern + + + + + + + Biella + QName: fibo-fbc-fct-bci:Biella + + + + + + + Bilbao + QName: fibo-fbc-fct-bci:Bilbao + + + + + + + Bishkek + QName: fibo-fbc-fct-bci:Bishkek + + + + + + + Blantyre + QName: fibo-fbc-fct-bci:Blantyre + + + + + + + Bogota + QName: fibo-fbc-fct-bci:Bogota + + the international business center of Bogota + + + + + + Bologna + QName: fibo-fbc-fct-bci:Bologna + + + + + + + Boston + QName: fibo-fbc-fct-bci:Boston + + the international business center of Boston + + + + + + + Brasilia + QName: fibo-fbc-fct-bci:Brasilia + + the international business center of Brasilia + + + + + + Bratislava + QName: fibo-fbc-fct-bci:Bratislava + + the international business center of Bratislava + + + + + + Brazil Business Day + QName: fibo-fbc-fct-bci:BrazilBusinessDay + + the business day adjustment convention for the Brazil Business Day. This means a business day in any of Sao Paulo, Rio de Janeiro or Brasilia not otherwise declared as a financial market holiday by the Bolsa de Mercadorias & Futuros (BM&F) + + + + + + + + Bridgetown + QName: fibo-fbc-fct-bci:Bridgetown + + the international business center of Bridgetown + + + + + + Brisbane + QName: fibo-fbc-fct-bci:Brisbane + + the international business center of Brisbane + + + + + + Brussels + QName: fibo-fbc-fct-bci:Brussels + + the international business center of Brussels + + + + + + Bucarest + QName: fibo-fbc-fct-bci:Bucarest + + the international business center of Bucarest + + + + + + Bucharest + QName: fibo-fbc-fct-bci:Bucharest + + + + + + + Budapest + QName: fibo-fbc-fct-bci:Budapest + + the international business center of Budapest + + + + + + Buenos Aires + QName: fibo-fbc-fct-bci:Buenos_Aires + + the international business center of Buenos Aires + + + + + + CACL + QName: fibo-fbc-fct-bci:CACL + + the FpML business center code for Calgary, Canada + CACL + + + + + + + + CAMO + QName: fibo-fbc-fct-bci:CAMO + + the FpML business center code for Montreal, Canada + CAMO + + + + + + + + CAOT + QName: fibo-fbc-fct-bci:CAOT + + the FpML business center code for Ottawa, Canada + CAOT + + + + + + + + CATO + QName: fibo-fbc-fct-bci:CATO + + the FpML business center code for Toronto, Canada + CATO + + + + + + + + CAVA + QName: fibo-fbc-fct-bci:CAVA + + the FpML business center code for Vancouver, Canada + CAVA + + + + + + + + CAWI + QName: fibo-fbc-fct-bci:CAWI + + the FpML business center code for Winnipeg, Canada + CAWI + + + + + + + + CHBA + QName: fibo-fbc-fct-bci:CHBA + + the FpML business center code for Basel, Switzerland + CHBA + + + + + + + + CHGE + QName: fibo-fbc-fct-bci:CHGE + + the FpML business center code for Geneva, Switzerland + CHGE + + + + + + + + CHZU + QName: fibo-fbc-fct-bci:CHZU + + the FpML business center code for Zurich, Switzerland + CHZU + + + + + + + + CIAB + QName: fibo-fbc-fct-bci:CIAB + + the FpML business center code for Abidjan, Cote d'Ivoire + CIAB + + + + + + + + CLSA + QName: fibo-fbc-fct-bci:CLSA + + the FpML business center code for Santiago, Chile + CLSA + + + + + + + + CNBE + QName: fibo-fbc-fct-bci:CNBE + + the FpML business center code for Beijing, China + CNBE + + + + + + + + CNSH + QName: fibo-fbc-fct-bci:CNSH + + the FpML business center code for Shanghai, China + CNSH + + + + + + + + COBO + QName: fibo-fbc-fct-bci:COBO + + the FpML business center code for Bogota, Colombia + COBO + + + + + + + + CRSJ + QName: fibo-fbc-fct-bci:CRSJ + + the FpML business center code for San Jose, Costa Rica + CRSJ + + + + + + + + CYNI + QName: fibo-fbc-fct-bci:CYNI + + the FpML business center code for Nicosia, Cyprus + CYNI + + + + + + + + CZPR + QName: fibo-fbc-fct-bci:CZPR + + the FpML business center code for Prague, Czech Republic + CZPR + + + + + + + + Cairo + QName: fibo-fbc-fct-bci:Cairo + + the international business center of Cairo + + + + + + Calcutta + QName: fibo-fbc-fct-bci:Calcutta + + + + + + + Calgary + QName: fibo-fbc-fct-bci:Calgary + + the international business center of Calgary + + + + + + Canberra + QName: fibo-fbc-fct-bci:Canberra + + the international business center of Canberra + + + + + + Caracas + QName: fibo-fbc-fct-bci:Caracas + + the international business center of Caracas + + + + + + Casablanca + QName: fibo-fbc-fct-bci:Casablanca + + the international business center of Casablanca + + + + + + Charlotte + QName: fibo-fbc-fct-bci:Charlotte + + the international business center of Charlotte + + + + + + + Chatham + QName: fibo-fbc-fct-bci:Chatham + + + + + + + + Chennai + QName: fibo-fbc-fct-bci:Chennai + + the international business center of Chennai + + + + + + Chicago + QName: fibo-fbc-fct-bci:Chicago + + the international business center of Chicago + + + + + + + Chisinau + QName: fibo-fbc-fct-bci:Chisinau + + + + + + + Chittagong + QName: fibo-fbc-fct-bci:Chittagong + + + + + + + Chiyoda-ku + QName: fibo-fbc-fct-bci:Chiyoda-ku + + + + + + + Cologne + QName: fibo-fbc-fct-bci:Cologne + + the international business center of Cologne + + + + + + Colombo + QName: fibo-fbc-fct-bci:Colombo + + the international business center of Colombo + + + + + + Copenhagen + QName: fibo-fbc-fct-bci:Copenhagen + + the international business center of Copenhagen + + + + + + Cordoba + QName: fibo-fbc-fct-bci:Cordoba + + + + + + + Corrientes + QName: fibo-fbc-fct-bci:Corrientes + + + + + + + DECO + QName: fibo-fbc-fct-bci:DECO + + the FpML business center code for Cologne, Germany + DECO + + + + + + + + DEDU + QName: fibo-fbc-fct-bci:DEDU + + the FpML business center code for Dusseldorf, Germany + DEDU + + + + + + + + DEFR + QName: fibo-fbc-fct-bci:DEFR + + the FpML business center code for Frankfurt, Germany + DEFR + + + + + + + + DELE + QName: fibo-fbc-fct-bci:DELE + + the FpML business center code for Leipzig, Germany + DELE + + + + + + + + DEMA + QName: fibo-fbc-fct-bci:DEMA + + the FpML business center code for Mainz, Germany + DEMA + + + + + + + + DEMU + QName: fibo-fbc-fct-bci:DEMU + + the FpML business center code for Munich, Germany + DEMU + + + + + + + + DEST + QName: fibo-fbc-fct-bci:DEST + + the FpML business center code for Stuttgart, Germany + DEST + + + + + + + + DKCO + QName: fibo-fbc-fct-bci:DKCO + + the FpML business center code for Copenhagen, Denmark + DKCO + + + + + + + + DOSD + QName: fibo-fbc-fct-bci:DOSD + + the FpML business center code for Santo Domingo, Dominican Republic + DOSD + + + + + + + + DZAL + QName: fibo-fbc-fct-bci:DZAL + + the FpML business center code for Algiers, Algeria + DZAL + + + + + + + + Dakar + QName: fibo-fbc-fct-bci:Dakar + + the international business center of Dakar + + + + + + Dalian + QName: fibo-fbc-fct-bci:Dalian + + + + + + + Damascus + QName: fibo-fbc-fct-bci:Damascus + + the municipality of Damascus + + + + + + Dar es Salaam + QName: fibo-fbc-fct-bci:Dar_es_Salaam + + the international business center of Dar es Salaam + + + + + + Darwin + QName: fibo-fbc-fct-bci:Darwin + + the international business center of Darwin + + + + + + Denver + QName: fibo-fbc-fct-bci:Denver + + the international business center of Denver + + + + + + + Detroit + QName: fibo-fbc-fct-bci:Detroit + + the international business center of Detroit + + + + + + + Dhaka + QName: fibo-fbc-fct-bci:Dhaka + + the international business center of Dhaka + + + + + + Dnipropetrovsk + QName: fibo-fbc-fct-bci:Dnipropetrovsk + + + + + + + Dodoma + QName: fibo-fbc-fct-bci:Dodoma + + the international business center of Dodoma + + + + + + Doha + QName: fibo-fbc-fct-bci:Doha + + the international business center of Doha + + + + + + Douala + QName: fibo-fbc-fct-bci:Douala + + + + + + + Dubai + QName: fibo-fbc-fct-bci:Dubai + + the international business center of Dubai + + + + + + Dublin + QName: fibo-fbc-fct-bci:Dublin + + the international business center of Dublin + + + + + + Duesseldorf + QName: fibo-fbc-fct-bci:Duesseldorf + + + + + + + Dusseldorf + QName: fibo-fbc-fct-bci:Dusseldorf + + the international business center of Dusseldorf + + + + + + EETA + QName: fibo-fbc-fct-bci:EETA + + the FpML business center code for Tallinn, Estonia + EETA + + + + + + + + EGCA + QName: fibo-fbc-fct-bci:EGCA + + the FpML business center code for Cairo, Egypt + EGCA + + + + + + + + ESAS + QName: fibo-fbc-fct-bci:ESAS + + the FpML business center code for ESAS Settlement Day (as defined in 2006 ISDA Definitions Section 7.1 and Supplement Number 15 to the 2000 ISDA Definitions) + ESAS + + + + + + + + ESAS Settlement Day + QName: fibo-fbc-fct-bci:ESASSettlementDay + + the business day adjustment convention for the ESAS Settlement Day (as defined in 2006 ISDA Definitions Section 7.1 and Supplement Number 15 to the 2000 ISDA Definitions) + + ESAS is the Reserve Bank of New Zealand's Exchange Settlement Account System which is used by banks and other approved financial institutions to settle their obligations on a Real-Time Gross Settlement (RTGS) basis. + + + + + ESBA + QName: fibo-fbc-fct-bci:ESBA + + the FpML business center code for Barcelona, Spain + ESBA + + + + + + + + ESMA + QName: fibo-fbc-fct-bci:ESMA + + the FpML business center code for Madrid, Spain + ESMA + + + + + + + + ETAA + QName: fibo-fbc-fct-bci:ETAA + + the FpML business center code for Addis Ababa, Ethiopia + ETAA + + + + + + + + EUTA + QName: fibo-fbc-fct-bci:EUTA + + the FpML business center code for TARGET (euro 'Business Center') + EUTA + + + + + + + + Ebene + QName: fibo-fbc-fct-bci:Ebene + + Cybercity + Ebene Cybercity + + + + + + Eden Island + QName: fibo-fbc-fct-bci:Eden_Island + + + + + + + Edinburgh + QName: fibo-fbc-fct-bci:Edinburgh + + the international business center of Edinburgh + + + + + + El Salvador + QName: fibo-fbc-fct-bci:El_Salvador + + + + + + + Esch-sur-alzette + QName: fibo-fbc-fct-bci:Esch-sur-alzette + + + + + + + Espirito Santo + QName: fibo-fbc-fct-bci:Espirito_Santo + + + + + + + Espoo + QName: fibo-fbc-fct-bci:Espoo + + + + + + + FIHE + QName: fibo-fbc-fct-bci:FIHE + + the FpML business center code for Helsinki, Finland + FIHE + + + + + + + + FRPA + QName: fibo-fbc-fct-bci:FRPA + + the FpML business center code for Paris, France + FRPA + + + + + + + + Firenze + QName: fibo-fbc-fct-bci:Firenze + + + + + + + Florence + QName: fibo-fbc-fct-bci:Florence + + + + + + + FpML Business Center Code Scheme + QName: fibo-fbc-fct-bci:FpMLBusinessCenterCodeScheme + + the coding scheme used to define a set of codes for municipalities, or business centers, or business day adjustments for FpML + http://www.fpml.org/coding-scheme/business-center + + + + + Frankfurt + QName: fibo-fbc-fct-bci:Frankfurt + + the international business center of Frankfurt + + + + + + Fukuoka + QName: fibo-fbc-fct-bci:Fukuoka + + + + + + + GBED + QName: fibo-fbc-fct-bci:GBED + + the FpML business center code for Edinburgh, Scotland + GBED + + + + + + + + GBLO + QName: fibo-fbc-fct-bci:GBLO + + the FpML business center code for London, United Kingdom + GBLO + + + + + + + + GETB + QName: fibo-fbc-fct-bci:GETB + + the FpML business center code for Tbilisi, Georgia + GETB + + + + + + + + GGSP + QName: fibo-fbc-fct-bci:GGSP + + the FpML business center code for Saint Peter Port, Guernsey + GGSP + + + + + + + + GHAC + QName: fibo-fbc-fct-bci:GHAC + + the FpML business center code for Accra, Ghana + GHAC + + + + + + + + GIFT City + QName: fibo-fbc-fct-bci:GIFT_City + + Gujarat International Finance Tec-City + + + + + + GRAT + QName: fibo-fbc-fct-bci:GRAT + + the FpML business center code for Athens, Greece + GRAT + + + + + + + + Gaborone + QName: fibo-fbc-fct-bci:Gaborone + + the international business center of Gaborone + + + + + + Gandhinagar + QName: fibo-fbc-fct-bci:Gandhinagar + + + + + + + Geneva + QName: fibo-fbc-fct-bci:Geneva + + the international business center of Geneva + + + + + + Genova + QName: fibo-fbc-fct-bci:Genova + + + + + + + George Town + QName: fibo-fbc-fct-bci:George_Town + + the international business center of George Town + + + + + + Georgetown + QName: fibo-fbc-fct-bci:Georgetown + + + + + + + Gibraltar + QName: fibo-fbc-fct-bci:Gibraltar + + + + + + + Glenview + QName: fibo-fbc-fct-bci:Glenview + + + + + + + + Great Neck + QName: fibo-fbc-fct-bci:Great_Neck + + + + + + + + Greenwich + QName: fibo-fbc-fct-bci:Greenwich + + + + + + + + Grindsted + QName: fibo-fbc-fct-bci:Grindsted + + + + + + + Guatemala + QName: fibo-fbc-fct-bci:Guatemala + + + + + + + Guayaquil + QName: fibo-fbc-fct-bci:Guayaquil + + + + + + + Guaynabo + QName: fibo-fbc-fct-bci:Guaynabo + + + + + + + + Guildford + QName: fibo-fbc-fct-bci:Guildford + + + + + + + HKHK + QName: fibo-fbc-fct-bci:HKHK + + the FpML business center code for Hong Kong, Hong Kong + HKHK + + + + + + + + HNTE + QName: fibo-fbc-fct-bci:HNTE + + the FpML business center code for Tegucigalpa, Honduras + HNTE + + + + + + + + HRZA + QName: fibo-fbc-fct-bci:HRZA + + the FpML business center code for Zagreb, Republic of Croatia + HRZA + + + + + + + + HUBU + QName: fibo-fbc-fct-bci:HUBU + + the FpML business center code for Budapest, Hungary + HUBU + + + + + + + + Hamburg + QName: fibo-fbc-fct-bci:Hamburg + + + + + + + Hamilton + QName: fibo-fbc-fct-bci:Hamilton + + the international business center of Hamilton + + + + + + Hannover + QName: fibo-fbc-fct-bci:Hannover + + + + + + + Hanoi + QName: fibo-fbc-fct-bci:Hanoi + + the international business center of Hanoi + + + + + + Harare + QName: fibo-fbc-fct-bci:Harare + + the international business center of Harare + + + + + + Helsinki + QName: fibo-fbc-fct-bci:Helsinki + + the international business center of Helsinki + + + + + + Ho Chi Minh (formerly Saigon) + QName: fibo-fbc-fct-bci:Ho_Chi_Minh + + the international business center of Ho Chi Minh (formerly Saigon) + + + + + + Ho Chi Minh City + QName: fibo-fbc-fct-bci:Ho_Chi_Minh_City + + + + + + + Hong Kong + QName: fibo-fbc-fct-bci:Hong_Kong + + the international business center of Hong Kong + + + + + + Honolulu + QName: fibo-fbc-fct-bci:Honolulu + + the international business center of Honolulu + + + + + + + Horsens + QName: fibo-fbc-fct-bci:Horsens + + + + + + + Houston + QName: fibo-fbc-fct-bci:Houston + + the international business center of Houston + + + + + + + Hyderabad + QName: fibo-fbc-fct-bci:Hyderabad + + the international business center of Hyderabad + + + + + + IDJA + QName: fibo-fbc-fct-bci:IDJA + + the FpML business center code for Jakarta, Indonesia + IDJA + + + + + + + + IEDU + QName: fibo-fbc-fct-bci:IEDU + + the FpML business center code for Dublin, Ireland + IEDU + + + + + + + + ILJE + QName: fibo-fbc-fct-bci:ILJE + + the FpML business center code for Jerusalem, Israel + ILJE + + + + + + + + ILTA + QName: fibo-fbc-fct-bci:ILTA + + the FpML business center code for Tel Aviv, Israel + ILTA + + + + + + + + INBA + QName: fibo-fbc-fct-bci:INBA + + the FpML business center code for Bangalore, India + INBA + + + + + + + + INCH + QName: fibo-fbc-fct-bci:INCH + + the FpML business center code for Chennai, India + INCH + + + + + + + + INHY + QName: fibo-fbc-fct-bci:INHY + + the FpML business center code for Hyderabad, India + INHY + + + + + + + + INKO + QName: fibo-fbc-fct-bci:INKO + + the FpML business center code for Kolkata, India + INKO + + + + + + + + INMU + QName: fibo-fbc-fct-bci:INMU + + the FpML business center code for Mumbai, India + INMU + + + + + + + + INND + QName: fibo-fbc-fct-bci:INND + + the FpML business center code for New Delhi, India + INND + + + + + + + + IRTE + QName: fibo-fbc-fct-bci:IRTE + + the FpML business center code for Tehran, Iran + IRTE + + + + + + + + ISRE + QName: fibo-fbc-fct-bci:ISRE + + the FpML business center code for Reykjavik, Iceland + ISRE + + + + + + + + ITMI + QName: fibo-fbc-fct-bci:ITMI + + the FpML business center code for Milan, Italy + ITMI + + + + + + + + ITRO + QName: fibo-fbc-fct-bci:ITRO + + the FpML business center code for Rome, Italy + ITRO + + + + + + + + ITTU + QName: fibo-fbc-fct-bci:ITTU + + the FpML business center code for Turin, Italy + ITTU + + + + + + + + Indore Madhya Pradesh + QName: fibo-fbc-fct-bci:Indore_Madhya_Pradesh + + + + + + + Istanbul + QName: fibo-fbc-fct-bci:Istanbul + + the international business center of Istanbul + + + + + + JESH + QName: fibo-fbc-fct-bci:JESH + + the FpML business center code for St. Helier, Channel Islands, Jersey + JESH + + + + + + + + JMKI + QName: fibo-fbc-fct-bci:JMKI + + the FpML business center code for Kingston, Jamaica + JMKI + + + + + + + + JOAM + QName: fibo-fbc-fct-bci:JOAM + + the FpML business center code for Amman, Jordan + JOAM + + + + + + + + JPTO + QName: fibo-fbc-fct-bci:JPTO + + the FpML business center code for Tokyo, Japan + JPTO + + + + + + + + Jakarta + QName: fibo-fbc-fct-bci:Jakarta + + the international business center of Jakarta + + + + + + Jeddah + QName: fibo-fbc-fct-bci:Jeddah + + the international business center of Jeddah + + + + + + Jersey City + QName: fibo-fbc-fct-bci:Jersey_City + + + + + + + + Jerusalem + QName: fibo-fbc-fct-bci:Jerusalem + + the international business center of Jerusalem + + + + + + Johannesburg + QName: fibo-fbc-fct-bci:Johannesburg + + the international business center of Johannesburg + + + + + + KENA + QName: fibo-fbc-fct-bci:KENA + + the FpML business center code for Nairobi, Kenya + KENA + + + + + + + + KRSE + QName: fibo-fbc-fct-bci:KRSE + + the FpML business center code for Seoul, Republic of Korea + KRSE + + + + + + + + KWKC + QName: fibo-fbc-fct-bci:KWKC + + the FpML business center code for Kuwait City, Kuwait + KWKC + + + + + + + + KYGE + QName: fibo-fbc-fct-bci:KYGE + + the FpML business center code for George Town, Cayman Islands + KYGE + + + + + + + + KZAL + QName: fibo-fbc-fct-bci:KZAL + + the FpML business center code for Almaty, Kazakhstan + KZAL + + + + + + + + Kampala + QName: fibo-fbc-fct-bci:Kampala + + the international business center of Kampala + + + + + + Kansas City + QName: fibo-fbc-fct-bci:Kansas_City + + + + + + + + Karachi + QName: fibo-fbc-fct-bci:Karachi + + the international business center of Karachi + + + + + + Kathmandu + QName: fibo-fbc-fct-bci:Kathmandu + + the international business center of Kathmandu + + + + + + Kharkov + QName: fibo-fbc-fct-bci:Kharkov + + + + + + + Khartoum + QName: fibo-fbc-fct-bci:Khartoum + + + + + + + Kiel + QName: fibo-fbc-fct-bci:Kiel + + + + + + + Kiev + QName: fibo-fbc-fct-bci:Kiev + + the international business center of Kiev + + + + + + Kigali + QName: fibo-fbc-fct-bci:Kigali + + + + + + + Kingston + QName: fibo-fbc-fct-bci:Kingston + + the international business center of Kingston + + + + + + Klagenfurt Am Woerthersee + QName: fibo-fbc-fct-bci:Klagenfurt_am_Woerthersee + + + + + + + Kolkata + QName: fibo-fbc-fct-bci:Kolkata + + the international business center of Kolkata + + + + + + Kongsvinger + QName: fibo-fbc-fct-bci:Kongsvinger + + + + + + + Kuala Lumpur + QName: fibo-fbc-fct-bci:Kuala_Lumpur + + the international business center of Kuala Lumpur + + + + + + Kuwait City + QName: fibo-fbc-fct-bci:Kuwait_City + + the international business center of Kuwait City + + + + + + LBBE + QName: fibo-fbc-fct-bci:LBBE + + the FpML business center code for Beirut, Lebanon + LBBE + + + + + + + + LKCO + QName: fibo-fbc-fct-bci:LKCO + + the FpML business center code for Colombo, Sri Lanka + LKCO + + + + + + + + LULU + QName: fibo-fbc-fct-bci:LULU + + the FpML business center code for Luxembourg, Luxembourg + LULU + + + + + + + + LVRI + QName: fibo-fbc-fct-bci:LVRI + + the FpML business center code for Riga, Latvia + LVRI + + + + + + + + La Paz + QName: fibo-fbc-fct-bci:La_Paz + + the international business center of La Paz + + + + + + Labuan + QName: fibo-fbc-fct-bci:Labuan + + the international business center of Labuan + + + + + + Lagos + QName: fibo-fbc-fct-bci:Lagos + + the international business center of Lagos + + + + + + Lane Cove + QName: fibo-fbc-fct-bci:Lane_Cove + + + + + + + Lao + QName: fibo-fbc-fct-bci:Lao + + + + + + + Larnaca + QName: fibo-fbc-fct-bci:Larnaca + + + + + + + Leipzig + QName: fibo-fbc-fct-bci:Leipzig + + the international business center of Leipzig + + + + + + Lilongwe + QName: fibo-fbc-fct-bci:Lilongwe + + the international business center of Lilongwe + + + + + + Lima + QName: fibo-fbc-fct-bci:Lima + + the international business center of Lima + + + + + + Limassol + QName: fibo-fbc-fct-bci:Limassol + + + + + + + Linz + QName: fibo-fbc-fct-bci:Linz + + + + + + + Lisboa + QName: fibo-fbc-fct-bci:Lisboa + + + + + + + Lisbon + QName: fibo-fbc-fct-bci:Lisbon + + the international business center of Lisbon + + + + + + Ljubljana + QName: fibo-fbc-fct-bci:Ljubljana + + the international business center of Ljubljana + + + + + + London + QName: fibo-fbc-fct-bci:London + + the international business center of London + + + + + + Los Angeles + QName: fibo-fbc-fct-bci:Los_Angeles + + the international business center of Los Angeles + + + + + + + Luanda + QName: fibo-fbc-fct-bci:Luanda + + the international business center of Luanda + + + + + + Lusaka + QName: fibo-fbc-fct-bci:Lusaka + + the international business center of Lusaka + + + + + + Luxembourg + QName: fibo-fbc-fct-bci:Luxembourg + + the international business center of Luxembourg + + + + + + Luzern + QName: fibo-fbc-fct-bci:Luzern + + + + + + + MACA + QName: fibo-fbc-fct-bci:MACA + + the FpML business center code for Casablanca, Morocco + MACA + + + + + + + + MARA + QName: fibo-fbc-fct-bci:MARA + + the FpML business center code for Rabat, Morocco + MARA + + + + + + + + MCMO + QName: fibo-fbc-fct-bci:MCMO + + the FpML business center code for Monaco, Monaco + MCMO + + + + + + + + MOMA + QName: fibo-fbc-fct-bci:MOMA + + the FpML business center code for Macau, Macao + MOMA + + + + + + + + MTVA + QName: fibo-fbc-fct-bci:MTVA + + the FpML business center code for Valletta, Malta + MTVA + + + + + + + + MUPL + QName: fibo-fbc-fct-bci:MUPL + + the FpML business center code for Port Louis, Mauritius + MUPL + + + + + + + + MVMA + QName: fibo-fbc-fct-bci:MVMA + + the FpML business center code for Male, Maldives + MVMA + + + + + + + + MWLI + QName: fibo-fbc-fct-bci:MWLI + + the FpML business center code for Lilongwe, Malawi + MWLI + + + + + + + + MXMC + QName: fibo-fbc-fct-bci:MXMC + + the FpML business center code for Mexico City, Mexico + MXMC + + + + + + + + MYKL + QName: fibo-fbc-fct-bci:MYKL + + the FpML business center code for Kuala Lumpur, Malaysia + MYKL + + + + + + + + MYLA + QName: fibo-fbc-fct-bci:MYLA + + the FpML business center code for Labuan, Malaysia + MYLA + + + + + + + + Macau + QName: fibo-fbc-fct-bci:Macau + + the international business center of Macau + + + + + + Madras + QName: fibo-fbc-fct-bci:Madras + + + + + + + Madrid + QName: fibo-fbc-fct-bci:Madrid + + the international business center of Madrid + + + + + + Mainz + QName: fibo-fbc-fct-bci:Mainz + + the international business center of Mainz + + + + + + Makati + QName: fibo-fbc-fct-bci:Makati + + the international business center of Makati + + + + + + Makati City + QName: fibo-fbc-fct-bci:Makati_City + + + + + + + Male + QName: fibo-fbc-fct-bci:Male + + the international business center of Male + + + + + + Managua + QName: fibo-fbc-fct-bci:Managua + + + + + + + Manama + QName: fibo-fbc-fct-bci:Manama + + the international business center of Manama + + + + + + Manila + QName: fibo-fbc-fct-bci:Manila + + the international business center of Manila + + + + + + Maputo + QName: fibo-fbc-fct-bci:Maputo + + + + + + + Maringa + QName: fibo-fbc-fct-bci:Maringa + + + + + + + Mbabane + QName: fibo-fbc-fct-bci:Mbabane + + + + + + + Melbourne + QName: fibo-fbc-fct-bci:Melbourne + + the international business center of Melbourne + + + + + + Mendoza + QName: fibo-fbc-fct-bci:Mendoza + + + + + + + Mexico City + QName: fibo-fbc-fct-bci:Mexico_City + + the international business center of Mexico City + + + + + + Milan + QName: fibo-fbc-fct-bci:Milan + + the international business center of Milan + + + + + + Minneapolis + QName: fibo-fbc-fct-bci:Minneapolis + + the international business center of Minneapolis + + + + + + + Minsk + QName: fibo-fbc-fct-bci:Minsk + + the international business center of Minsk + + + + + + Mobile + QName: fibo-fbc-fct-bci:Mobile + + the international business center of Mobile + + + + + + + Monaco + QName: fibo-fbc-fct-bci:Monaco + + the international business center of Monaco + + + + + + Montenegro + QName: fibo-fbc-fct-bci:Montenegro + + + + + + + Montevideo + QName: fibo-fbc-fct-bci:Montevideo + + the international business center of Montevideo + + + + + + Montreal + QName: fibo-fbc-fct-bci:Montreal + + the international business center of Montreal + + + + + + Moscow + QName: fibo-fbc-fct-bci:Moscow + + the international business center of Moscow + + + + + + Mount Pleasant + QName: fibo-fbc-fct-bci:Mount_Pleasant + + + + + + + + Muenchen + QName: fibo-fbc-fct-bci:Muenchen + + + + + + + Mumbai + QName: fibo-fbc-fct-bci:Mumbai + + the international business center of Mumbai + + + + + + Munich + QName: fibo-fbc-fct-bci:Munich + + the international business center of Munich + + + + + + Muscat + QName: fibo-fbc-fct-bci:Muscat + + the international business center of Muscat + + + + + + NAWI + QName: fibo-fbc-fct-bci:NAWI + + the FpML business center code for Windhoek, Namibia + NAWI + + + + + + + + NGAB + QName: fibo-fbc-fct-bci:NGAB + + the FpML business center code for Abuja, Nigeria + NGAB + + + + + + + + NGLA + QName: fibo-fbc-fct-bci:NGLA + + the FpML business center code for Lagos, Nigeria + NGLA + + + + + + + + NLAM + QName: fibo-fbc-fct-bci:NLAM + + the FpML business center code for Amsterdam, Netherlands + NLAM + + + + + + + + NLRO + QName: fibo-fbc-fct-bci:NLRO + + the FpML business center code for Rotterdam, Netherlands + NLRO + + + + + + + + NOOS + QName: fibo-fbc-fct-bci:NOOS + + the FpML business center code for Oslo, Norway + NOOS + + + + + + + + NPKA + QName: fibo-fbc-fct-bci:NPKA + + the FpML business center code for Kathmandu, Nepal + NPKA + + + + + + + + NYFD + QName: fibo-fbc-fct-bci:NYFD + + the FpML business center code for the New York Fed Business Day (as defined in 2006 ISDA Definitions Section 1.9 and 2000 ISDA Definitions Section 1.9) + NYFD + + + + + + + + NYSE + QName: fibo-fbc-fct-bci:NYSE + + the FpML business center code for the New York Stock Exchange Business Day (as defined in 2006 ISDA Definitions Section 1.10 and 2000 ISDA Definitions Section 1.10) + NYSE + + + + + + + + NZAU + QName: fibo-fbc-fct-bci:NZAU + + the FpML business center code for Auckland, New Zealand + NZAU + + + + + + + + NZWE + QName: fibo-fbc-fct-bci:NZWE + + the FpML business center code for Wellington, New Zealand + NZWE + + + + + + + + Nablus + QName: fibo-fbc-fct-bci:Nablus + + + + + + + Nagoya + QName: fibo-fbc-fct-bci:Nagoya + + + + + + + Nairobi + QName: fibo-fbc-fct-bci:Nairobi + + the international business center of Nairobi + + + + + + Narberth + QName: fibo-fbc-fct-bci:Narberth + + + + + + + + Nasau + QName: fibo-fbc-fct-bci:Nasau + + + + + + + Nassau + QName: fibo-fbc-fct-bci:Nassau + + the international business center of Nassau + + + + + + New York Federal Reserve Business Day + QName: fibo-fbc-fct-bci:NewYorkFederalReserveBusinessDay + + the business day adjustment convention for the New York Fed + + + + + + New York Stock Exchange Business Day + QName: fibo-fbc-fct-bci:NewYorkStockExchangeBusinessDay + + the business day adjustment convention for the New York Stock Exchange + + + + + + New Delhi + QName: fibo-fbc-fct-bci:New_Delhi + + the international business center of New Delhi + + + + + + New York + QName: fibo-fbc-fct-bci:New_York + + the international business center of New York + New York City + + + + + + + Newcastle + QName: fibo-fbc-fct-bci:Newcastle + + + + + + + Nicosia + QName: fibo-fbc-fct-bci:Nicosia + + the international business center of Nicosia + + + + + + North Bergen + QName: fibo-fbc-fct-bci:North_Bergen + + + + + + + + Novosibirsk + QName: fibo-fbc-fct-bci:Novosibirsk + + + + + + + Nyon + QName: fibo-fbc-fct-bci:Nyon + + + + + + + OMMU + QName: fibo-fbc-fct-bci:OMMU + + the FpML business center code for Muscat, Oman + OMMU + + + + + + + + Odessa + QName: fibo-fbc-fct-bci:Odessa + + + + + + + Osaka + QName: fibo-fbc-fct-bci:Osaka + + + + + + + Oslo + QName: fibo-fbc-fct-bci:Oslo + + the international business center of Oslo + + + + + + Oststeinbek + QName: fibo-fbc-fct-bci:Oststeinbek + + + + + + + Ottawa + QName: fibo-fbc-fct-bci:Ottawa + + the international business center of Ottawa + + + + + + PAPC + QName: fibo-fbc-fct-bci:PAPC + + the FpML business center code for Panama City, Panama + PAPC + + + + + + + + PELI + QName: fibo-fbc-fct-bci:PELI + + the FpML business center code for Lima, Peru + PELI + + + + + + + + PHMA + QName: fibo-fbc-fct-bci:PHMA + + the FpML business center code for Manila, Philippines + PHMA + + + + + + + + PHMK + QName: fibo-fbc-fct-bci:PHMK + + the FpML business center code for Makati, Philippines + PHMK + + + + + + + + PKKA + QName: fibo-fbc-fct-bci:PKKA + + the FpML business center code for Karachi, Pakistan + PKKA + + + + + + + + PLWA + QName: fibo-fbc-fct-bci:PLWA + + the FpML business center code for Warsaw, Poland + PLWA + + + + + + + + PRSJ + QName: fibo-fbc-fct-bci:PRSJ + + the FpML business center code for San Juan, Puerto Rico + PRSJ + + + + + + + + PTLI + QName: fibo-fbc-fct-bci:PTLI + + the FpML business center code for Lisbon, Portugal + PTLI + + + + + + + + Padova + QName: fibo-fbc-fct-bci:Padova + + + + + + + Palma de Mallorca + QName: fibo-fbc-fct-bci:PalmaDeMallorca + + + + + + + Panama City + QName: fibo-fbc-fct-bci:Panama_City + + the international business center of Panama City + + + + + + Paris + QName: fibo-fbc-fct-bci:Paris + + the international business center of Paris + + + + + + Pasig City + QName: fibo-fbc-fct-bci:Pasig_City + + + + + + + Perth + QName: fibo-fbc-fct-bci:Perth + + the international business center of Perth + + + + + + Philadelphia + QName: fibo-fbc-fct-bci:Philadelphia + + + + + + + + Phnom Penh + QName: fibo-fbc-fct-bci:Phnom_Penh + + + + + + + Port Louis + QName: fibo-fbc-fct-bci:Port_Louis + + the international business center of Port Louis + + + + + + Port Moresby + QName: fibo-fbc-fct-bci:Port_Moresby + + + + + + + Port Vila + QName: fibo-fbc-fct-bci:Port_Vila + + + + + + + Port of Spain + QName: fibo-fbc-fct-bci:Port_of_Spain + + the international business center of Port of Spain + + + + + + Portland + QName: fibo-fbc-fct-bci:Portland + + the international business center of Portland + + + + + + + Prague + QName: fibo-fbc-fct-bci:Prague + + the international business center of Prague + + + + + + Praia + QName: fibo-fbc-fct-bci:Praia + + + + + + + Princeton + QName: fibo-fbc-fct-bci:Princeton + + + + + + + + QADO + QName: fibo-fbc-fct-bci:QADO + + the FpML business center code for Doha, Qatar + QADO + + + + + + + + Quito + QName: fibo-fbc-fct-bci:Quito + + + + + + + ROBU + QName: fibo-fbc-fct-bci:ROBU + + the FpML business center code for Bucarest, Romania + ROBU + + + + + + + + RSBE + QName: fibo-fbc-fct-bci:RSBE + + the FpML business center code for Belgrade, Serbia + RSBE + + + + + + + + RUMO + QName: fibo-fbc-fct-bci:RUMO + + the FpML business center code for Moscow, Russian Federation + RUMO + + + + + + + + Rabat + QName: fibo-fbc-fct-bci:Rabat + + the international business center of Rabat + + + + + + Randers + QName: fibo-fbc-fct-bci:Randers + + + + + + + Red Bank + QName: fibo-fbc-fct-bci:Red_Bank + + + + + + + + Regensburg + QName: fibo-fbc-fct-bci:Regensburg + + + + + + + Reggio Emilia + QName: fibo-fbc-fct-bci:Reggio_Emilia + + + + + + + Reykjavik + QName: fibo-fbc-fct-bci:Reykjavik + + the international business center of Reykjavik + + + + + + Riga + QName: fibo-fbc-fct-bci:Riga + + the international business center of Riga + + + + + + Rio de Janeiro + QName: fibo-fbc-fct-bci:Rio_de_Janeiro + + the international business center of Rio de Janeiro + + + + + + Riyadh + QName: fibo-fbc-fct-bci:Riyadh + + the international business center of Riyadh + + + + + + Road Town + QName: fibo-fbc-fct-bci:Road_Town + + the international business center of Road Town + + + + + + Rodgau + QName: fibo-fbc-fct-bci:Rodgau + + + + + + + Roma + QName: fibo-fbc-fct-bci:Roma + + + + + + + Rome + QName: fibo-fbc-fct-bci:Rome + + the international business center of Rome + + + + + + Rosario + QName: fibo-fbc-fct-bci:Rosario + + + + + + + Rotterdam + QName: fibo-fbc-fct-bci:Rotterdam + + the international business center of Rotterdam + + + + + + SAAB + QName: fibo-fbc-fct-bci:SAAB + + the FpML business center code for Abha, Saudi Arabia + SAAB + + + + + + + + SAJE + QName: fibo-fbc-fct-bci:SAJE + + the FpML business center code for Jeddah, Saudi Arabia + SAJE + + + + + + + + SARI + QName: fibo-fbc-fct-bci:SARI + + the FpML business center code for Riyadh, Saudi Arabia + SARI + + + + + + + + SEST + QName: fibo-fbc-fct-bci:SEST + + the FpML business center code for Stockholm, Sweden + SEST + + + + + + + + SGSI + QName: fibo-fbc-fct-bci:SGSI + + the FpML business center code for Singapore, Singapore + SGSI + + + + + + + + SILJ + QName: fibo-fbc-fct-bci:SILJ + + the FpML business center code for Ljubljana, Slovenia + SILJ + + + + + + + + SKBR + QName: fibo-fbc-fct-bci:SKBR + + the FpML business center code for Bratislava, Slovakia + SKBR + + + + + + + + SNDA + QName: fibo-fbc-fct-bci:SNDA + + the FpML business center code for Dakar, Senegal + SNDA + + + + + + + + SVSS + QName: fibo-fbc-fct-bci:SVSS + + the FpML business center code for San Salvador, El Salvador + SVSS + + + + + + + + Sacramento + QName: fibo-fbc-fct-bci:Sacramento + + the international business center of Sacramento + + + + + + + Saint Petersburg + QName: fibo-fbc-fct-bci:Saint-Petersburg + + St. Petersburg + + + + + + Saint Peter Port + QName: fibo-fbc-fct-bci:Saint_Peter_Port + + the international business center of Saint Peter Port + St. Peter Port + + + + + + Salzburg + QName: fibo-fbc-fct-bci:Salzburg + + + + + + + Samara + QName: fibo-fbc-fct-bci:Samara + + + + + + + San Carlos + QName: fibo-fbc-fct-bci:San_Carlos + + + + + + + + San Francisco + QName: fibo-fbc-fct-bci:San_Francisco + + + + + + + + San Jose + QName: fibo-fbc-fct-bci:San_Jose + + the international business center of San Jose + + + + + + San Juan + QName: fibo-fbc-fct-bci:San_Juan + + the international business center of San Juan + + + + + + San Salvador + QName: fibo-fbc-fct-bci:San_Salvador + + the international business center of San Salvador + + + + + + Santa Fe + QName: fibo-fbc-fct-bci:Santa_Fe + + + + + + + Santander + QName: fibo-fbc-fct-bci:Santander + + + + + + + Santiago + QName: fibo-fbc-fct-bci:Santiago + + the international business center of Santiago + + + + + + Santo Domingo + QName: fibo-fbc-fct-bci:Santo_Domingo + + the international business center of Santo Domingo + + + + + + Sao Paulo + QName: fibo-fbc-fct-bci:Sao_Paulo + + the international business center of Sao Paulo + + + + + + Sapporo + QName: fibo-fbc-fct-bci:Sapporo + + + + + + + Sarajevo + QName: fibo-fbc-fct-bci:Sarajevo + + + + + + + Seattle + QName: fibo-fbc-fct-bci:Seattle + + the international business center of Seattle + + + + + + + Seoul + QName: fibo-fbc-fct-bci:Seoul + + the international business center of Seoul + + + + + + Shanghai + QName: fibo-fbc-fct-bci:Shanghai + + the international business center of Shanghai + + + + + + Shenzhen + QName: fibo-fbc-fct-bci:Shenzhen + + + + + + + Silkeborg + QName: fibo-fbc-fct-bci:Silkeborg + + + + + + + Singapore + QName: fibo-fbc-fct-bci:Singapore + + the international business center of Singapore + + + + + + Skopje + QName: fibo-fbc-fct-bci:Skopje + + + + + + + Sliema + QName: fibo-fbc-fct-bci:Sliema + + + + + + + Sofia + QName: fibo-fbc-fct-bci:Sofia + + the international business center of Sofia + + + + + + St. Albans + QName: fibo-fbc-fct-bci:StAlbans + + + + + + + St. Helier + QName: fibo-fbc-fct-bci:St_Helier + + the international business center of St. Helier + + + + + + Stamford + QName: fibo-fbc-fct-bci:Stamford + + + + + + + + Stockholm + QName: fibo-fbc-fct-bci:Stockholm + + the international business center of Stockholm + + + + + + Stuttgart + QName: fibo-fbc-fct-bci:Stuttgart + + the international business center of Stuttgart + + + + + + Summit + QName: fibo-fbc-fct-bci:Summit + + + + + + + + Suva + QName: fibo-fbc-fct-bci:Suva + + + + + + + Sydney + QName: fibo-fbc-fct-bci:Sydney + + the international business center of Sydney + + + + + + TARGET Settlement Day + QName: fibo-fbc-fct-bci:TARGETSettlementDay + + the business day adjustment convention for the TARGET (euro 'Business Center') + + + + + + + + + + + + + TARGET, which stands for the Trans-European Automated Real-time Gross settlement adjustment Express Transfer system, is the real-time gross settlement (RTGS) system for the euro. TARGET operating days are the settlement days for the financial markets in euro, as well as foreign exchange transactions involving the euro. + + + + + THBA + QName: fibo-fbc-fct-bci:THBA + + the FpML business center code for Bangkok, Thailand + THBA + + + + + + + + TNTU + QName: fibo-fbc-fct-bci:TNTU + + the FpML business center code for Tunis, Tunisia + TNTU + + + + + + + + TRAN + QName: fibo-fbc-fct-bci:TRAN + + the FpML business center code for Ankara, Turkey + TRAN + + + + + + + + TRIS + QName: fibo-fbc-fct-bci:TRIS + + the FpML business center code for Istanbul, Turkey + TRIS + + + + + + + + TTPS + QName: fibo-fbc-fct-bci:TTPS + + the FpML business center code for Port of Spain, Trinidad and Tobago + TTPS + + + + + + + + TWTA + QName: fibo-fbc-fct-bci:TWTA + + the FpML business center code for Taipei, Taiwan + TWTA + + + + + + + + TZDA + QName: fibo-fbc-fct-bci:TZDA + + the FpML business center code for Dar es Salaam, Tanzania + TZDA + + + + + + + + TZDO + QName: fibo-fbc-fct-bci:TZDO + + the FpML business center code for Dodoma, Tanzania + TZDO + + + + + + + + Taipei + QName: fibo-fbc-fct-bci:Taipei + + the international business center of Taipei + + + + + + Taiwan + QName: fibo-fbc-fct-bci:Taiwan + + + + + + + Tallinn + QName: fibo-fbc-fct-bci:Tallinn + + the international business center of Tallinn + + + + + + Tashkent + QName: fibo-fbc-fct-bci:Tashkent + + + + + + + Tbilisi + QName: fibo-fbc-fct-bci:Tbilisi + + the international business center of Tbilisi + + + + + + Tegucigalpa + QName: fibo-fbc-fct-bci:Tegucigalpa + + the international business center of Tegucigalpa + + + + + + Tehran + QName: fibo-fbc-fct-bci:Tehran + + the international business center of Tehran + + + + + + Tel Aviv + QName: fibo-fbc-fct-bci:Tel_Aviv + + the international business center of Tel Aviv + + + + + + The Hague + QName: fibo-fbc-fct-bci:The_Hague + + + + + + + Tirana + QName: fibo-fbc-fct-bci:Tirana + + + + + + + Tokyo + QName: fibo-fbc-fct-bci:Tokyo + + the international business center of Tokyo + + + + + + Toronto + QName: fibo-fbc-fct-bci:Toronto + + the international business center of Toronto + + + + + + Torshavn + QName: fibo-fbc-fct-bci:Torshavn + + + + + + + Tripoli + QName: fibo-fbc-fct-bci:Tripoli + + + + + + + Tromso + QName: fibo-fbc-fct-bci:Tromso + + + + + + + Trondheim + QName: fibo-fbc-fct-bci:Trondheim + + + + + + + Tucuman + QName: fibo-fbc-fct-bci:Tucuman + + + + + + + Tunis + QName: fibo-fbc-fct-bci:Tunis + + the international business center of Tunis + + + + + + Turin + QName: fibo-fbc-fct-bci:Turin + + the international business center of Turin + + + + + + UAKI + QName: fibo-fbc-fct-bci:UAKI + + the FpML business center code for Kiev, Ukraine + UAKI + + + + + + + + UGKA + QName: fibo-fbc-fct-bci:UGKA + + the FpML business center code for Kampala, Uganda + UGKA + + + + + + + + USBO + QName: fibo-fbc-fct-bci:USBO + + the FpML business center code for Boston, Massachusetts, United States + USBO + + + + + + + + USCH + QName: fibo-fbc-fct-bci:USCH + + the FpML business center code for Chicago, United States + USCH + + + + + + + + USCR + QName: fibo-fbc-fct-bci:USCR + + the FpML business center code for Charlotte, North Carolina, United States + USCR + + + + + + + + USDC + QName: fibo-fbc-fct-bci:USDC + + the FpML business center code for Washington, District of Columbia, United States + USDC + + + + + + + + USDN + QName: fibo-fbc-fct-bci:USDN + + the FpML business center code for Denver, United States + USDN + + + + + + + + USDT + QName: fibo-fbc-fct-bci:USDT + + the FpML business center code for Detroit, Michigan, United States + USDT + + + + + + + + USGS + QName: fibo-fbc-fct-bci:USGS + + the FpML business center code for the U.S. Government Securities Business Day (as defined in 2006 ISDA Definitions Section 1.11 and 2000 ISDA Definitions Section 1.11) + USGS + + + + + + + + U.S. Government Securities Business Day + QName: fibo-fbc-fct-bci:USGovernmentSecuritiesBusinessDay + + the business day adjustment convention for U.S. Government Securities + + + + + + USHL + QName: fibo-fbc-fct-bci:USHL + + the FpML business center code for Honolulu, Hawaii, United States + USHL + + + + + + + + USHO + QName: fibo-fbc-fct-bci:USHO + + the FpML business center code for Houston, United States + USHO + + + + + + + + USLA + QName: fibo-fbc-fct-bci:USLA + + the FpML business center code for Los Angeles, United States + USLA + + + + + + + + USMB + QName: fibo-fbc-fct-bci:USMB + + the FpML business center code for Mobile, Alabama, United States + USMB + + + + + + + + USMN + QName: fibo-fbc-fct-bci:USMN + + the FpML business center code for Minneapolis, United States + USMN + + + + + + + + USNY + QName: fibo-fbc-fct-bci:USNY + + the FpML business center code for New York, United States + USNY + + + + + + + + USPO + QName: fibo-fbc-fct-bci:USPO + + the FpML business center code for Portland, Oregon, United States + USPO + + + + + + + + USSA + QName: fibo-fbc-fct-bci:USSA + + the FpML business center code for Sacramento, California, United States + USSA + + + + + + + + USSE + QName: fibo-fbc-fct-bci:USSE + + the FpML business center code for Seattle, United States + USSE + + + + + + + + USWT + QName: fibo-fbc-fct-bci:USWT + + the FpML business center code for Wichita, United States + USWT + + + + + + + + UYMO + QName: fibo-fbc-fct-bci:UYMO + + the FpML business center code for Montevideo, Uruguay + UYMO + + + + + + + + Ulaan Baatar + QName: fibo-fbc-fct-bci:Ulaan_Baatar + + + + + + + Unterschleisshem + QName: fibo-fbc-fct-bci:Unterschleisshem + + + + + + + Utrecht + QName: fibo-fbc-fct-bci:Utrecht + + + + + + + VECA + QName: fibo-fbc-fct-bci:VECA + + the FpML business center code for Caracas, Venezuela + VECA + + + + + + + + VGRT + QName: fibo-fbc-fct-bci:VGRT + + the FpML business center code for Road Town, Virgin Islands (British) + VGRT + + + + + + + + VNHA + QName: fibo-fbc-fct-bci:VNHA + + the FpML business center code for Hanoi, Vietnam + VNHA + + + + + + + + VNHC + QName: fibo-fbc-fct-bci:VNHC + + the FpML business center code for Ho Chi Minh (formerly Saigon), Vietnam + VNHC + + + + + + + + Vaduz + QName: fibo-fbc-fct-bci:Vaduz + + + + + + + Valencia + QName: fibo-fbc-fct-bci:Valencia + + + + + + + Valletta + QName: fibo-fbc-fct-bci:Valletta + + the international business center of Valletta + + + + + + Valparaiso + QName: fibo-fbc-fct-bci:Valparaiso + + + + + + + Vancouver + QName: fibo-fbc-fct-bci:Vancouver + + the international business center of Vancouver + + + + + + Vienna + QName: fibo-fbc-fct-bci:Vienna + + the international business center of Vienna + + + + + + Vilnius + QName: fibo-fbc-fct-bci:Vilnius + + + + + + + Warsaw + QName: fibo-fbc-fct-bci:Warsaw + + the international business center of Warsaw + + + + + + Warszawa + QName: fibo-fbc-fct-bci:Warszawa + + + + + + + Washington + QName: fibo-fbc-fct-bci:Washington + + the international business center of Washington + + + + + + + Washington, New York + QName: fibo-fbc-fct-bci:Washington_New_York + + + + + + + + Wellington + QName: fibo-fbc-fct-bci:Wellington + + the international business center of Wellington + + + + + + Wichita + QName: fibo-fbc-fct-bci:Wichita + + the international business center of Wichita + + + + + + + Willemstad + QName: fibo-fbc-fct-bci:Willemstad + + + + + + + Wilmington + QName: fibo-fbc-fct-bci:Wilmington + + + + + + + + Windhoek + QName: fibo-fbc-fct-bci:Windhoek + + the international business center of Windhoek + + + + + + Winnipeg + QName: fibo-fbc-fct-bci:Winnipeg + + the international business center of Winnipeg + + + + + + Wroclaw + QName: fibo-fbc-fct-bci:Wroclaw + + + + + + + Wuxi + QName: fibo-fbc-fct-bci:Wuxi + + + + + + + YEAD + QName: fibo-fbc-fct-bci:YEAD + + the FpML business center code for Aden, Yemen + YEAD + + + + + + + + Yerevan + QName: fibo-fbc-fct-bci:Yerevan + + the international business center of Yerevan + + + + + + ZAJO + QName: fibo-fbc-fct-bci:ZAJO + + the FpML business center code for Johannesburg, South Africa + ZAJO + + + + + + + + ZMLU + QName: fibo-fbc-fct-bci:ZMLU + + the FpML business center code for Lusaka, Zambia + ZMLU + + + + + + + + ZWHA + QName: fibo-fbc-fct-bci:ZWHA + + the FpML business center code for Harare, Zimbabwe + ZWHA + + + + + + + + Zagreb + QName: fibo-fbc-fct-bci:Zagreb + + the international business center of Zagreb + + + + + + Zhengzhou + QName: fibo-fbc-fct-bci:Zhengzhou + + + + + + + Zilina + QName: fibo-fbc-fct-bci:Zilina + + + + + + + Zurich + QName: fibo-fbc-fct-bci:Zurich + + the international business center of Zurich + + + + + + s'-Hertogenbosch + QName: fibo-fbc-fct-bci:s-Hertogenbosch + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessRegistries.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessRegistries.rdf new file mode 100755 index 0000000..dcf28ea --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/BusinessRegistries.rdf @@ -0,0 +1,1231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Business Registries Ontology + QName: fibo-fbc-fct-breg: + This ontology extends the Registration Authorities ontology to define specific kinds of registries, such as business entity registries, registries for identifiers and codes of various sorts, and registries for financial institutions and intermediaries based on jurisdiction, who regulates them, and the services they provide. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/ + fibo-fbc-fct-breg + BusinessRegistries.rdf + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries.rdf version of this ontology was modified per FIBO 2.0 RFC primarily to loosen the constraints on address properties and better support standards including ISO 9362 (BIC codes), ISO 13616 (IBAN and BBAN codes), and ISO 17442 (the GLIEF LEI standard). + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FBC 1.1 RTF report. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries.rdf version of this ontology was modified to generalize certain unions where they were no longer required, use the composite date datatype where appropriate, and add individuals for entity expiration reason and validation level to better align with the GLEIF LEI data. + + + + + + + + + + + + + 1 + + + + + + + 1 + + + + + + 1 + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + active status + QName: fibo-fbc-fct-breg:ActiveStatus + + as of the last report or update, the entity was legally registered and operating + ACTIVE + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + annulled status + QName: fibo-fbc-fct-breg:AnnulledStatus + + status indicating that the registration was determined to be erroneous or invalid after issuance + ANNULLED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + + + + + + + + + + + + + + + business identifier code data record + QName: fibo-fbc-fct-breg:BusinessIdentifierCodeDataRecord + + an entry in a registry that conforms to ISO 9362:2014 for the mananagement of BIC codes and related registration information + BIC data record + https://www.swift.com/standards/data-standards/bic + + + + + business identifier code registry + QName: fibo-fbc-fct-breg:BusinessIdentifierCodeRegistry + + a registry for registering and maintaining information about bank and other business identifier codes that conform to ISO 9362:2014 + + BIC registry + https://www.swift.com/standards/data-standards/bic + + + + + + + + + 1 + + + + + + + + + business register identifier + QName: fibo-fbc-fct-breg:BusinessRegisterIdentifier + + an identifier that uniquely identifies a business register, such as a register identified by the Global Legal Entity Identifier Foundation (GLEIF) registration authorities list + https://www.gleif.org/en/about-lei/gleif-registration-authorities-list + + + + + + + + + + + + + + + + + business registration authority + QName: fibo-fbc-fct-breg:BusinessRegistrationAuthority + + a registration authority that is responsible for maintaining a registry of business entities + https://www.gleif.org/en/about-lei/gleif-registration-authorities-list + A business registry may include any government-managed registry for registering a business, such as a state department of corporations in the US, as well as other registries such as a local operating unit (LOU) for registration of legal entity identifiers (LEIs). Any sanctioned registration authority as defined by the Registration Authorities List, published by GLEIF, is a business registration authority in this sense. + + + + + + + + 0 + + + + + + + + 1 + + + + + + + + + business registry + QName: fibo-fbc-fct-breg:BusinessRegistry + + a registry for registering and maintaining information about business entities + https://www.gleif.org/en/about-lei/gleif-registration-authorities-list + + + + + + + + + 1 + + + + + + + + + + + + + + + business registry entry + QName: fibo-fbc-fct-breg:BusinessRegistryEntry + + an entry in a business registry + + + + + cancelled status + QName: fibo-fbc-fct-breg:CancelledStatus + + status indicating that the registration was abandoned prior to issuance + CANCELLED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + duplicate status + QName: fibo-fbc-fct-breg:DuplicateStatus + + status indicating that the registration was determined to be a duplicate registration of the same entity as another registration; duplicate status is assigned to the non-surviving registration (i.e. the identifier that should no longer be used) + DUPLICATE + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + 1 + + + entity expiration reason + QName: fibo-fbc-fct-breg:EntityExpirationReason + + code for the reason that a legal entity ceased to exist and/or operate + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + entity expiration reason - corporate action + QName: fibo-fbc-fct-breg:EntityExpirationReasonCorporateAction + + an expiration reason indicating that an entity was acquired or merged with another entity + CORPORATE_ACTION + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + entity expiration reason - disolved + QName: fibo-fbc-fct-breg:EntityExpirationReasonDissolved + + an expiration reason indicating that an entity ceased to operate + DISSOLVED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + entity expiration reason enumeration + QName: fibo-fbc-fct-breg:EntityExpirationReasonEnumeration + + true + + + + + DISSOLVED + + + CORPORATE_ACTION + + + OTHER + + + + + + + + + + an enumerated datatype specifying the reason that a legal entity ceased to exist and/or operate as specified in the LEI registry for that entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + entity expiration reason - other + QName: fibo-fbc-fct-breg:EntityExpirationReasonOther + + an expiration reason that is neither of dissolved nor corporate action + OTHER + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + + + entity legal form registry + QName: fibo-fbc-fct-breg:EntityLegalFormRegistry + + a registry for registering and maintaining information about the legal forms that are valid for business entities for a particular jurisdiction following the ISO 20275 standard + ELF registry + https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list + + + + + + + + + + + entity legal form registry entry + QName: fibo-fbc-fct-breg:EntityLegalFormRegistryEntry + + an entry in an entity legal form registry that conforms to ISO 20275 and the Global Legal Entity Identifier Foundation (GLEIF) Entity Legal Form (ELF) code structure + ELF registry entry + https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list + + + + + entity status + QName: fibo-fbc-fct-breg:EntityStatus + + a lifecycle stage indicating the operational and/or legal status of an entity as specified in a given business registry for that entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + In some jurisdictions, there may be other possible values for entity status, such as suspended in the State of California, thus the individuals provided herein are not intended to be exhaustive. + + + + + + + + + 1 + + + entity validation level + QName: fibo-fbc-fct-breg:EntityValidationLevel + + code for the level of validation performed by the GLEIF or LOU with respect to the reference data provided by the registrant + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + entity validation level - entity-supplied only + QName: fibo-fbc-fct-breg:EntityValidationLevelEntitySuppliedOnly + + Based on the validation procedures in use by the LOU responsible for the record, the information associated with this record has significant reliance on the information that a submitter provided due to the unavailability of corroborating information. + ENTITY_SUPPLIED_ONLY + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + entity validation level enumeration + QName: fibo-fbc-fct-breg:EntityValidationLevelEnumeration + + true + + + + + ENTITY_SUPPLIED_ONLY + + + PARTIALLY_CORROBORATED + + + FULLY_CORROBORATED + + + + + + + + + + an enumerated datatype specifying the level of validation performed by the GLEIF or LOU with respect to the reference data provided by the registrant + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + entity validation level - fully corroborated + QName: fibo-fbc-fct-breg:EntityValidationLevelFullyCorroborated + + Based on the validation procedures in use by the LOU responsible for the record, there is sufficient information contained in authoritative public sources to corroborate the information that the submitter has provided for the record. + FULLY_CORROBORATED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + entity validation level - partially corroborated + QName: fibo-fbc-fct-breg:EntityValidationLevelPartiallyCorroborated + + Based on the validation procedures in use by the LOU responsible for the record, the information supplied by the registrant can be partially corroborated by public authoritative sources, while some of the record is dependent upon the information that the registrant submitted, either due to conflicts with authoritative information, or due to data unavailability. + PARTIALLY_CORROBORATED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + ISO 9362 Registration Authority (RA) + QName: fibo-fbc-fct-breg:ISO9362RegistrationAuthority + + the ISO 9362:2014, Business Identifier Code (BIC) Registration Authority + + + https://www.swift.com/standards/data-standards/bic + BIC code registrar + + + + + inactive status + QName: fibo-fbc-fct-breg:InactiveStatus + + the entity that was assigned the identifier (business, LEI, or other) is no longer legally registered and/or operating, whether as a result of business closure, acquisition by or merger with another (or new) entity, or determination of illegitimacy + INACTIVE + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + issued status + QName: fibo-fbc-fct-breg:IssuedStatus + + status indicating that the registration has been validated and issued, and which identifies an entity that was operating legally as of the last update + ISSUED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + lapsed status + QName: fibo-fbc-fct-breg:LapsedStatus + + status indicating that the registration that has not been renewed by the specified renewal date and is not known by public sources to have ceased operation as of the last update + LAPSED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + 1 + + + + + + + + + legal entity identifier registry + QName: fibo-fbc-fct-breg:LegalEntityIdentifierRegistry + + a registry for registering and maintaining information about business entities for a particular jurisdiction + LEI registry + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + legal entity identifier registry entry + QName: fibo-fbc-fct-breg:LegalEntityIdentifierRegistryEntry + + an entry in a legal entity identifier registry that conforms to ISO 17442 and the Global Legal Entity Identifier Foundation (GLEIF) Common Data Format (CDF) + LEI registry entry + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + + + + + + + + + + + + + + + local operating unit + QName: fibo-fbc-fct-breg:LocalOperatingUnit + + a registration authority that issues legal entity identifiers and is authorized by the Global LEI Foundation to do so + LOU + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + LOUs supply registration, renewal and other services, and act as the primary interface for legal entities wishing to obtain an LEI. + + + + + + + + + + 1 + + + local operating unit identifier + QName: fibo-fbc-fct-breg:LocalOperatingUnitIdentifier + + an identifier that uniquely identifies a local operating unit (LOU), issued by the Global Legal Entity Identifier Foundation (GLEIF) + https://www.gleif.org/en/about-lei/gleif-registration-authorities-list + + + + + merged status + QName: fibo-fbc-fct-breg:MergedStatus + + status indicating that the registration is for an entity that has been merged into another legal entity, such that this legal entity no longer exists as an independently operating entity + MERGED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + North American Industry Classification System code + QName: fibo-fbc-fct-breg:NorthAmericanIndustryClassificationSystemCode + + the North American Industry Classification System (NAICS) code representing an industry + NAICS code + + + + + + + + + + + + North American Industry Classification System scheme + QName: fibo-fbc-fct-breg:NorthAmericanIndustryClassificationSystemScheme + + + the scheme defining the North American Industry Classification System (NAICS) Codes + The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. + +NAICS was developed under the auspices of the Office of Management and Budget (OMB), and adopted in 1997 to replace the Standard Industrial Classification (SIC) system. It was developed jointly by the U.S. Economic Classification Policy Committee (ECPC), Statistics Canada and Mexico's Instituto Nacional Estadistica y Geografia, to allow for a high level of comparability in business statistics among the North American countries. + + + + + pending archival status + QName: fibo-fbc-fct-breg:PendingArchivalStatus + + status indicating that the registration is about to be transferred to a different registration authority, after which its registration status will revert to a non-pending status + PENDING_ARCHIVAL + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + pending transfer status + QName: fibo-fbc-fct-breg:PendingTransferStatus + + status indicating that the registration has requested transfer to a different registration authority, and for which transfer is in progress + PENDING_TRANSFER + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + pending validation status + QName: fibo-fbc-fct-breg:PendingValidationStatus + + status indicating that an application for registration has been submitted and is in process, pending validation + PENDING_VALIDATION + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + registration address + QName: fibo-fbc-fct-breg:RegistrationAddress + + an address for an organization used to register that organization in any registry, such as its legal address, headquarters address, a local address used to obtain a license or pay taxes in some jurisdiction, etc. + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + + + + + 1 + + + registration authority code + QName: fibo-fbc-fct-breg:RegistrationAuthorityCode + + an identifier that uniquely identifies a business registry, and is associated with a registration authority and jurisdiction, issued by the Global Legal Entity Identifier Foundation (GLEIF) + https://www.gleif.org/en/about-lei/gleif-registration-authorities-list + + + + + registration status + QName: fibo-fbc-fct-breg:RegistrationStatus + + a lifecycle stage indicating the status of a given registration of something, such as a business or legal entity, as specified by the registration authority + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + There may be other possible values for registration status, depending on the registry, thus the individuals provided herein are not intended to be exhaustive. + + + + + retired status + QName: fibo-fbc-fct-breg:RetiredStatus + + status indicating that the registration is for an entity that has ceased operation, without having been merged into another entity + RETIRED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + SWIFT headquarters address + QName: fibo-fbc-fct-breg:SWIFTHeadquartersAddress + + individual representing the headquarters address for the Society for Worldwide Interbank Financial Telecommunication (SWIFT) + Avenue Adèle 1 + La Hulpe + + 1310 + + + + + Society for Worldwide Interbank Financial Telecommunication (SWIFT) + QName: fibo-fbc-fct-breg:SocietyForWorldwideInterbankFinancialTelecommunication + + individual representing the Society for Worldwide Interbank Financial Telecommunication (SWIFT) legal entity, which is a global member-owned cooperative and the world's leading provider of secure financial messaging services + + https://www.swift.com/ + Society for Worldwide Interbank Financial Telecommunication SCRL/CVBA + SWIFT + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + standard industrial classification code + QName: fibo-fbc-fct-breg:StandardIndustrialClassificationCode + + the SIC code representing an industry + SIC code + + + + + + + + + + + + standard industrial classification scheme + QName: fibo-fbc-fct-breg:StandardIndustrialClassificationScheme + + + the scheme defining the Standard Industrial Classification (SIC) Code List + Standard Industrial Classifications are four-digit codes that categorize companies by the type of business activities they engage in. These codes were created by the U.S. government in 1937 to facilitate analysis of economic activity across government agencies and within industries. They were mostly replaced in 1997 by a new system of six-digit codes called the North American Industry Classification System (NAICS). The new codes were adopted in part to standardize industry data collection and analysis in between Canada, the United States and Mexico which had entered into the North American Free Trade Agreement. Note that certain organizations, such as the Securities and Exchange Commission (SEC) still use SIC codes for some purposes. + + + + + transferred status + QName: fibo-fbc-fct-breg:TransferredStatus + + status indicating that the registration that has been transferred to a different registration authority + TRANSFERRED + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has address line 1 + QName: fibo-fbc-fct-breg:hasAddressLine1 + + + the first line of the street address + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has address line 2 + QName: fibo-fbc-fct-breg:hasAddressLine2 + + + the second line of the street address + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has address line 3 + QName: fibo-fbc-fct-breg:hasAddressLine3 + + + the third line of the street address + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + This element SHALL be omitted if address line 2 is omitted. + + + + has address line 4 + QName: fibo-fbc-fct-breg:hasAddressLine4 + + + the fourth line of the street address + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + This element SHALL be omitted if address line 3 is omitted. + + + + has address number + QName: fibo-fbc-fct-breg:hasAddressNumber + + + an optional, additional structured version of an external house number, or range of numbers, contained in one of the address line elements + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has address number within building + QName: fibo-fbc-fct-breg:hasAddressNumberWithinBuilding + + + an optional, additional structured version of an internal location number, or range of numbers, contained in one of the address line elements + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has alternative language legal name + QName: fibo-fbc-fct-breg:hasAlternativeLanguageLegalName + + a registered legal name for the entity in an alternative language used in the legal jurisdiction in which the entity is registered + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has automatically transliterated legal name + QName: fibo-fbc-fct-breg:hasAutomaticallyTransliteratedLegalName + + an auto-generated ASCII-transliterated representation of the legal name for the entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has city + QName: fibo-fbc-fct-breg:hasCity + + the name of the city + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + This property should be used in cases where a formal individual for the business center or municipality is not available. Note that Geonames could be used as a source in addition to FIBO, however, in cases where an individual is desired. + + + + + has country + QName: fibo-fbc-fct-breg:hasCountry + + + identifies the country according to ISO 3166-1 + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has entity expiration date + QName: fibo-fbc-fct-breg:hasEntityExpirationDate + + + the date on which an entity ceased to exist + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has entity expiration reason + QName: fibo-fbc-fct-breg:hasEntityExpirationReason + + + indicates the reason that an entity ceased to exist (i.e., disolved, merged with another entity, etc.) + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has entity status + QName: fibo-fbc-fct-breg:hasEntityStatus + + + indicates the status of the entity (i.e., active, inactive) + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has headquarters address + QName: fibo-fbc-fct-breg:hasHeadquartersAddress + + + identifies the headquarters address for the registered entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has initial registration date + QName: fibo-fbc-fct-breg:hasInitialRegistrationDate + + + the date on which an identifier or other registered item was first registered + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has mail routing + QName: fibo-fbc-fct-breg:hasMailRouting + + an optional, free text address line to hold content from other address lines containing explicit routing information (this elements's presence indicates that this address is a routing / 'care of' address) + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + has municipality + QName: fibo-fbc-fct-breg:hasMunicipality + + + identifies a business center, city, or municipality + + + + has postal code + QName: fibo-fbc-fct-breg:hasPostalCode + + + the postal code of this address as specified by the local postal service + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has preferred transliterated legal name + QName: fibo-fbc-fct-breg:hasPreferredTransliteratedLegalName + + a preferred ASCII-transliterated representation of the legal name for the entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + has prior legal name + QName: fibo-fbc-fct-breg:hasPriorLegalName + + a primary legal name that was used previously for the entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has registration status + QName: fibo-fbc-fct-breg:hasRegistrationStatus + + + indicates the status of a specific registration, such as for an identifier or license + + + + + has registration status revision date + QName: fibo-fbc-fct-breg:hasRegistrationStatusRevisionDate + + + the date that the status of a specific registration in the registry was revised + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has registry name + QName: fibo-fbc-fct-breg:hasRegistryName + + + a name for the registry, for example, for a business registry in which a business registration identifier for the legal entity is registered + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has renewal date + QName: fibo-fbc-fct-breg:hasRenewalDate + + + the date by which a specific registration in the registry must be renewed or updated + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + https://www.swift.com/standards/data-standards/bic?tl=en#BICPolicyandDatarecord + This property is equivalent to the date of expiry in some registries, such as the BIC registry. + + + + + has subdivision + QName: fibo-fbc-fct-breg:hasSubdivision + + + identifies the country subdivision (state, province, region, etc.) according to ISO 3166-2 + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has trading or operational name + QName: fibo-fbc-fct-breg:hasTradingOrOperationalName + + a 'trading as', 'brand name', 'doing business as', or 'operating under' name currently used by the entity in addition to, but not replacing, the (primary) legal, official registered name + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has transliterated address + QName: fibo-fbc-fct-breg:hasTransliteratedAddress + + + identifies a transliterated (i.e., in Latin or Romanized ASCII) address for the registered entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + + has transliterated legal name + QName: fibo-fbc-fct-breg:hasTransliteratedLegalName + + an optional ASCII-transliterated (i.e. Latin- or Romanized) representation of the legal name for the entity + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has validation authority + QName: fibo-fbc-fct-breg:hasValidationAuthority + + + identifies the business registration authority for the legal entity, used by the Local Operating Unit (LOU) as the basis for validation, as defined in the GLEIF Registration Authorities List + https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1 + + + + + has validation date + QName: fibo-fbc-fct-breg:hasValidationDate + + + the date that a specific registration in the registry was most recently reviewed and validated + https://www.swift.com/standards/data-standards/bic?tl=en#BICPolicyandDatarecord + + + + has validation level + QName: fibo-fbc-fct-breg:hasValidationLevel + + + an indicator of the level of validation performed by the registrar with respect to the legal entity + + + + + has website + QName: fibo-fbc-fct-breg:hasWebsite + + + a website associated with something, including but not limited to an organization + https://www.gleif.org/en/about-lei/gleif-registration-authorities-list + + + + is self-maintained + QName: fibo-fbc-fct-breg:isSelfMaintained + + + indicates whether the information about the entity is self-maintained or maintained by a third-party + https://www.swift.com/standards/data-standards/bic?tl=en#BICPolicyandDatarecord + + + + + + + + 0 + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities.rdf new file mode 100755 index 0000000..c45e677 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities.rdf @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + +]> + + + + European Financial Services Entities Ontology + QName: fibo-fbc-fct-eufse: + This ontology extends the primary financial services entities ontology in FBC with additional kinds of entities that that provide services in Europe, across national boundaries, such as European market data providers, organizations that provide exchanges in multiple countries, organizations that support the European Union, and so forth. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2017-2018 EDM Council, Inc. + Copyright (c) 2017-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-eufse + EUFinancialServicesEntities.rdf + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EUFinancialServicesEntities.rdf version of this ontology was added via the FIBO 2.0 RFC. + + + + + + CRD credit institution + QName: fibo-fbc-fct-eufse:CRDCreditInstitution + + + + an undertaking whose business is to receive deposits or other repayable funds from the public and to grant credits for its own account as defined by the European Banking Authority (EBA) + http://www.eba.europa.eu/risk-analysis-and-data/credit-institutions-register + + + + + credit institution + QName: fibo-fbc-fct-eufse:CreditInstitution + + an undertaking the business of which is to take deposits or other repayable funds from the public and to grant credits for its own account, and to which authorisation has been granted to operate within the European Union and European Economic Area countries (EEA) + http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32013R0575&from=EN#page=18 + http://www.eba.europa.eu/risk-analysis-and-data/credit-institutions-register + + + + + credit institution or investment firm + QName: fibo-fbc-fct-eufse:CreditInstitutionOrInvestmentFirm + + a European financial institution that is a credit institution or an investment firm as defined by the European Banking Authority (EBA) + http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32013R0575&from=EN#page=18 + + + + + European Economic Area branch + QName: fibo-fbc-fct-eufse:EuropeanEconomicAreaBranch + + + a branch of a credit institution authorised in another European Economic Area (EEA) country that has the right to passport its activities + http://www.eba.europa.eu/risk-analysis-and-data/credit-institutions-register + EEA branch + + + + + + + + + + + + + + + + + + + investment firm + QName: fibo-fbc-fct-eufse:InvestmentFirm + + + + any legal person whose regular occupation or business is the provision of one or more investment services to third parties and/or the performance of one or more investment activities on a professional basis + http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32004L0039&from=en#page=9 + + + + + + local firm + QName: fibo-fbc-fct-eufse:LocalFirm + + a firm dealing for its own account on markets in financial futures or options or other derivatives and on cash markets for the sole purpose of hedging positions on derivatives markets, or dealing for the accounts of other members of those markets and being guaranteed by clearing members of the same markets, where responsibility for ensuring the performance of contracts entered into by such a firm is assumed by clearing members of the same markets + http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32013R0575&from=EN#page=18 + + + + + non European Economic Area branch + QName: fibo-fbc-fct-eufse:NonEuropeanEconomicAreaBranch + + a branch of a credit institution whose Head Office is in a third country + http://www.eba.europa.eu/risk-analysis-and-data/credit-institutions-register + non-EEA branch + + + + + + + + + + + payment institution + QName: fibo-fbc-fct-eufse:PaymentInstitution + + a legal person that has been granted authorisation in accordance with Article 10 to provide and execute payment services throughout the European community + http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32007L0064&from=EN#page=18 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies.rdf new file mode 100755 index 0000000..a931c8f --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies.rdf @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + European Regulatory Agencies Ontology + QName: fibo-fbc-fct-eurga: + This ontology extends the primary regulatory agencies ontology in FBC with additional agencies and registries that regulate and provide services in Europe, across national boundaries, such as agencies that support the European Union. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2017-2019 EDM Council, Inc. + Copyright (c) 2017-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-eurga + EURegulatoryAgencies.rdf + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies.rdf version of this ontology was added via the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EURegulatoryAgencies.rdf version of this ontology was modified to reflect revisions to the GLEIF LEI representation for validation level. + + + + + + Credit Institution Register + QName: fibo-fbc-fct-eurga:CreditInstitutionRegister + + individual representing the registry of credit institutions to which authorisation has been granted to operate within the European Union and European Economic Area countries (EEA), a repository of financial data and institution characteristics for covered institutions collected by the the European Banking Authority (EBA) + + http://www.eba.europa.eu/risk-analysis-and-data/credit-institutions-register + + + + + + + + + + + + + + + + + + + + + + + Credit Institution Register entry + QName: fibo-fbc-fct-eurga:CreditInstitutionRegisterEntry + + an entry in the Credit Institution Register, a repository of credit institutions collected by the European Banking Authority (EBA) as provided by the various national banking authorities for those institutions that qualify + http://www.eba.europa.eu/risk-analysis-and-data/credit-institutions-register + + + + + European Banking Authority + QName: fibo-fbc-fct-eurga:EuropeanBankingAuthority + + individual representing the European Banking Authority legal entity, whose main task is to contribute, through the adoption of binding Technical Standards (BTS) and Guidelines, to the creation of the European Single Rulebook in banking + EBA + http://www.eba.europa.eu/about-us/missions-and-tasks + The Authority also plays an important role in promoting convergence of supervisory practices to ensure a harmonised application of prudential rules. Finally, the EBA is mandated to assess risks and vulnerabilities in the EU banking sector through, in particular, regular risk assessment reports and pan-European stress tests. To perform these tasks, the EBA can produce a number of regulatory and non regulatory documents including binding Technical Standards, Guidelines, Recommendations, Opinions and ad-hoc or regular reports. + + + + + + European Banking Authority (EBA) Regulator + QName: fibo-fbc-fct-eurga:EuropeanBankingAuthorityRegulator + + individual representing the European Banking Authority (EBA) Regulator and Registration Authority + + + http://www.eba.europa.eu/about-us/missions-and-tasks + + + + + + + European banking regulatory agency and central bank + QName: fibo-fbc-fct-eurga:EuropeanBankingRegulatoryAgencyAndCentralBank + + individual representing the regulatory agency, registration authority and central banking role of the European Central Bank + + https://www.ecb.europa.eu/home/html/index.en.html + + + + + European Central Bank + QName: fibo-fbc-fct-eurga:EuropeanCentralBank + + individual representing the European Central Bank, whose main aim is to maintain price stability, i.e. to safeguard the value of the euro + + http://www.ecb.europa.eu/ + European Central Bank + ECB + https://www.ecb.europa.eu/ecb/orga/escb/ecb-mission/html/index.en.html + The European Central Bank is responsible for the prudential supervision of credit institutions located in the euro area and participating non-euro area Member States, within the Single Supervisory Mechanism, which also comprises the national competent authorities. It thereby contributes to the safety and soundness of the banking system and the stability of the financial system within the EU and each participating Member State. + + + + + European Central Bank headquarters and legal address + QName: fibo-fbc-fct-eurga:EuropeanCentralBankHeadquartersAndLegalAddress + + individual representing the headquarters and legal address for the European Central Bank + Sonnemannstrasse 20 + Frankfurt + + 60314 + + + + + European Central Bank legal entity identifier registry entry + QName: fibo-fbc-fct-eurga:EuropeanCentralBankLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier for the European Central Bank + 2013-04-18T02:08:10+02:00 + + 2018-01-31T15:02:32+01:00 + 2019-03-07T09:16:56+01:00 + + + + + + + + European Central Bank legal entity identifier + individual representing the legal entity identifier for the European Central Bank + + + 549300DTUYXVMJXZNY75 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals.rdf new file mode 100755 index 0000000..979669d --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals.rdf @@ -0,0 +1,573 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + International Financial Services Entities Ontology + QName: fibo-fbc-fct-eufseind: + This ontology extends the primary financial services entities ontology in FBC with additional kinds of entities that provide services internationally, such as international market data providers, organizations that provide exchanges in multiple countries, etc. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2017-2019 EDM Council, Inc. + Copyright (c) 2017-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-eufseind + EuropeanFinancialServicesEntitiesIndividuals.rdf + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals.rdf version of this ontology was added via the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals.rdf version of this ontology was modified to reflect revisions to the GLEIF LEI representation for validation level. + + + + + + + Business Entity Data (BED) B.V. + QName: fibo-fbc-fct-eufseind:BusinessEntityData + + + individual representing Business Entity Data (BED) B.V. + + + a wholly owned subsidiary of DTCC that owns and operates the Global Market Entity Identifier Utility (GMEI) legal entity identifier (LEI) solution in the federated Global LEI system (GLEIS) + + + + + Business Entity Data (BED) B.V. NL + QName: fibo-fbc-fct-eufseind:BusinessEntityData-NL + + individual representing Business Entity Data (BED) B.V. legal entity that is a privately held company in the Netherlands + Besloten Vennootschap + + + + Business Entity Data (BED) B.V. + + + + + Business Entity Data (BED) B.V. headquarters address + QName: fibo-fbc-fct-eufseind:BusinessEntityDataHeadquartersAddress + + individual representing the headquarters address for Business Entity Data (BED) B.V. + Bernhardplein 200 + Amsterdam + + 1097 JB + + + + + Business Entity Data (BED) B.V. legal address + QName: fibo-fbc-fct-eufseind:BusinessEntityDataLegalAddress + + individual representing the legal address for Business Entity Data (BED) B.V. + Prins Bernhardplein 200 + Amsterdam + + 1097 JB + + + + + Business Entity Data (BED) B.V. legal entity identifier registry entry + QName: fibo-fbc-fct-eufseind:BusinessEntityDataLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for Business Entity Data (BED) B.V. + 2012-06-06T15:54:07.648000 + + 2017-12-19T00:32:07.885000 + 2018-12-19T00:32:07.594000 + + + + + + + + + Clearstream Banking + QName: fibo-fbc-fct-eufseind:Clearstream + + + individual representing the Clearstream functional entity, which is an international central securities depository (ICSD) based in Luxembourg, providing post-trade infrastructure and securities services for the international market and 56 domestic markets worldwide + + + + + + Clearstream Banking S.A. headquarters address + QName: fibo-fbc-fct-eufseind:ClearstreamBankingHeadquartersAddress + + individual representing the headquarters address for Clearstream Banking S.A. + 42, Avenue J.F. Kennedy + Luxembourg + + L-1855 + + + + + Clearstream Banking S.A. legal address + QName: fibo-fbc-fct-eufseind:ClearstreamBankingLegalAddress + + individual representing the legal address for Clearstream Banking S.A. + 42, Avenue J.F. Kennedy + Luxembourg + + L-1855 + + + + + Clearstream Banking S.A. legal entity identifier registry entry + QName: fibo-fbc-fct-eufseind:ClearstreamBankingLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for Clearstream Banking S.A. + 2015-01-09T22:33:24.097000 + + 2017-06-10T01:45:57.630000 + 2018-05-31T07:45:48.293000 + + + + + + + + Clearstream Banking S.A. + QName: fibo-fbc-fct-eufseind:ClearstreamBankingSA + + + individual representing the Euroclear legal entity that provides post-trade infrastructure and securities services in Europe and internationally + Societe Anonyme + + + + Cedel Bank S.A. + Clearstream Banking S.A. + The company offers asset services, cash and banking services, connectivity, global securities financing, investment fund services, issuance, IT solutions, settlement, and market coverage services. It also provides post-trade infrastructure services for the German securities industry; and manages, safe keeps, and administers the securities that it holds on behalf of its customers. Clearstream Banking S.A was formerly known as Cedel Bank S.A. and changed its name to Clearstream Banking S.A. in March 2002. The company was founded in 1970 and is based in Luxembourg. + + + + + + Euroclear + QName: fibo-fbc-fct-eufseind:Euroclear + + + individual representing the Euroclear functional entity, which is a global clearing house, central securities depository, and custodian that specializes in the settlement of securities transactions as well as the safekeeping and asset servicing of these securities + + + + + + Euroclear SA/NV headquarters address + QName: fibo-fbc-fct-eufseind:EuroclearHeadquartersAddress + + individual representing the headquarters address for Euroclear SA/NV + Boulevard du Roi Albert II 1 + Saint-Josse-ten-Noode + Brussels + + 1210 + + + + + Euroclear SA/NV legal address + QName: fibo-fbc-fct-eufseind:EuroclearLegalAddress + + individual representing the legal address for Euroclear SA/NV + Boulevard du Roi Albert II 1 + Saint-Josse-ten-Noode + Brussels + + 1210 + + + + + Euroclear SA/NV legal entity identifier registry entry + QName: fibo-fbc-fct-eufseind:EuroclearLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for Euroclear SA/NV + 2014-01-07T03:04:29.521000 + + 2017-10-04T23:31:26.361000 + 2018-08-08T07:42:16.609000 + + + + + + + + Euroclear SA/NV + QName: fibo-fbc-fct-eufseind:EuroclearSANV + + + individual representing the Euroclear legal entity that is the parent company of the international and national central securities depositories ((I)CSDs) of the Euroclear group of companies; it owns the group's shared securities processing platforms and delivers a range of services to the group's depositories + Societe Anonyme/Naamloze Vennootschap + + + Euroclear SA/NV + + + + + European Banking Federation + QName: fibo-fbc-fct-eufseind:EuropeanBankingFederation + + an international non-profit association founded in 1960 that is the voice of the European banking sector, uniting 32 national banking associations in Europe that together represent some 4,500 banks - large and small, wholesale and retail, local and international - employing about 2.1 million people + EBF + http://www.ebf.eu/about-us/ + + + + + European Money Markets Institute + QName: fibo-fbc-fct-eufseind:EuropeanMoneyMarketsInstitute + + an international non-profit association under Belgian law founded in 1999 with the launch of the Euro and based in Brussels (56, Ave des Arts, 1000 Brussels) + EMMI + http://www.emmi-benchmarks.eu/ + Its members are national banking associations in the Member States of the European Union which are involved in the Eurozone. + + + + + + Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann + QName: fibo-fbc-fct-eufseind:HerausgebergemeinschaftWertpapier-MitteilungenKepplerLehmann + + + individual representing Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann + + + + + + + Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG + QName: fibo-fbc-fct-eufseind:HerausgebergemeinschaftWertpapier-MitteilungenKepplerLehmannGmbHAndCoKG-DE + + individual representing Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG legal entity that is a privately held company in Germany + Gesellschaft mit beschränkter Haftung & Compagnie Kommanditgesellschaft + + + WM Gruppe + Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG + + + + + + + London Stock Exchange + QName: fibo-fbc-fct-eufseind:LondonStockExchange + + + individual representing London Stock Exchange functional entity, which is a global business and financial information services and news provider, a securities exchange, an LEI Local Operating Unit (LOU), and the SEDOL code issuer and registration authority + + LSE + + + + + London Stock Exchange plc. headquarters address + QName: fibo-fbc-fct-eufseind:LondonStockExchangeHeadquartersAddress + + individual representing the headquarters address for London Stock Exchange plc. + 10 Paternoster Square + London + + EC4M 7LS + + + + + London Stock Exchange plc. legal address + QName: fibo-fbc-fct-eufseind:LondonStockExchangeLegalAddress + + individual representing the legal address for London Stock Exchange plc. + 10 Paternoster Square + London + + EC4M 7LS + + + + + London Stock Exchange plc. legal entity identifier registry entry + QName: fibo-fbc-fct-eufseind:LondonStockExchangeLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for London Stock Exchange plc. + 2013-09-13T00:00:00 + + 2017-09-18T10:37:31.723000 + 2018-09-18T00:00:00 + + + + + + + + London Stock Exchange plc. + QName: fibo-fbc-fct-eufseind:LondonStockExchangePlc + + + individual representing the London Stock Exchange plc. legal entity + Public Limited Company + + + London Stock Exchange plc. + + + + + London Stock Exchange UnaVista Registry + QName: fibo-fbc-fct-eufseind:LondonStockExchangeUnaVistaRegistry + + + individual representing the UnaVista registry service provided by the London Stock Exchange, wherein LEIs are registered and managed + + + + + + Lux CSD + QName: fibo-fbc-fct-eufseind:LuxCSD + + + individual representing the Lux CSD functional entity, which provides Luxembourg's financial community with issuing and central bank settlement as well as custody services for a wide range of securities including investment funds + + + + + + + Lux CSD LEI Registry + QName: fibo-fbc-fct-eufseind:LuxCSDLEIRegistry + + + individual representing the LuxCDS LEI registry; LuxCSD has been issuing ISO 17442:2012 compliant LEIs with the prefix 2221 since September 2014. + + + + + LuxCSD S.A. legal entity identifier registry entry + QName: fibo-fbc-fct-eufseind:LuxCSDLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for LuxCSD S.A. + 2014-06-03T01:45:01.523000 + + 2017-04-22T02:10:21.720000 + 2018-03-13T08:18:28.680000 + + + + + + + + LuxCSD S.A. + QName: fibo-fbc-fct-eufseind:LuxCSDSA + + + individual representing the Lux CSD legal entity + Societe Anonyme + + + LuxCSD S.A. + The European Central Bank (ECB) approved LuxCSD for its Securities Settlement System (SSS). + + + + + Nasdaq OMX Group + QName: fibo-fbc-fct-eufseind:NasdaqOMXGroup + + + a corporation that is a subsidiary of Nasdaq, Inc. that manages Nasdaq exchanges in Helsinki, Copenhagen, Stockholm, Iceland, Riga, Tallinn and Vilnius + http://www.nasdaqomx.com/ + + + + + Swedish Bankers' Association + QName: fibo-fbc-fct-eufseind:SwedishBankersAssociation + + an association that represents banks and financial institutions established in Sweden that contributes to a sound and efficient regulatory framework that facilitates for banks to help create economic wealth for customers and society + + http://www.swedishbankers.se/Sidor/en/Home.aspx + + + + + WM Datenservice Registry + QName: fibo-fbc-fct-eufseind:WMDatenserviceEntityIdentifierRegistry + + individual representing the WM Datenservice LEI registry + + + + + Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann (WM Gruppe) headquarters address + QName: fibo-fbc-fct-eufseind:WMGruppeHeadquartersAndLegalAddress + + individual representing the headquarters and legal address for Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann (WM Gruppe) + Duesseldorfer Strasse 16 + Frankfurt am Main + + 60329 + + + + + Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG legal entity identifier registry entry + QName: fibo-fbc-fct-eufseind:WMGruppeLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG + 2013-04-03T13:47:18+02:00 + + 2017-05-04T08:09:54+02:00 + 2018-04-04T13:47:18+02:00 + + + + + + + + + + + + London Stock Exchange plc. legal entity identifier + individual representing the legal entity identifier for London Stock Exchange plc. + + + 213800D1EI4B9WTWWD28 + + + + + LuxCSD S.A. legal entity identifier + individual representing the legal entity identifier for LuxCSD S.A. + + + 222100T6ICDIY8V4VX70 + + + + + Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG legal entity identifier + individual representing the legal entity identifier for Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG + + + 5299000J2N45DDNE4Y28 + + + + + Euroclear SA/NV legal entity identifier + individual representing the legal entity identifier for Euroclear SA/NV + + + 549300CBNW05DILT6870 + + + + + Clearstream Banking S.A. legal entity identifier + individual representing the legal entity identifier for Clearstream Banking S.A. + + + 549300OL514RA0SXJJ44 + + + + + Business Entity Data (BED) B.V. legal entity identifier + individual representing the legal entity identifier for Business Entity Data (BED) B.V. + + + EVK05KS7XY1DEII3R011 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/FinancialServicesEntities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/FinancialServicesEntities.rdf new file mode 100755 index 0000000..4aad21c --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/FinancialServicesEntities.rdf @@ -0,0 +1,872 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Financial Services Entities Ontology + QName: fibo-fbc-fct-fse: + This ontology defines basic financial service providers, such as holding companies, financial institutions (both depository and non-depository institutions), and clearing houses at a relatively general level. Nuances specific to the institutions located in a specific country are defined in jurisdiction specific dependent ontologies. + http://opensource.org/licenses/MIT + + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-fse + FinancialServicesEntities.rdf + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FBC 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ version of this ontology was modified per the FIBO 2.0 RFC, including, but not limited to, the addition of trade settlement concepts and generalizing the concept of a credit union. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ version of this ontology was modified to generalize certain unions where they were no longer required and incorporate a new financial service provider identifier that is assigned functionally rather than to a legal entity. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ version of this ontology was modified to refine the concept of a credit union and generalize the definition of an underwriter. + + + + + + bank + QName: fibo-fbc-fct-fse:Bank + + + a depository institution, usually a corporation, that accepts deposits, makes loans, pays checks, and performs related services, for individual members of the public, businesses or other organizations + Barron's Dictionary of Banking Terms, Sixth Edition, 2012 + + + + + bank for international settlements + QName: fibo-fbc-fct-fse:BankForInternationalSettlements + + an international financial organization that serves central banks in their pursuit of monetary and financial stability, helping to foster international cooperation in those areas and acting as a bank for central banks + Office of Financial Research (OFR) Annual Report, 2012, Glossary + + + + + + + + + + 1 + + + bank holding company + QName: fibo-fbc-fct-fse:BankHoldingCompany + + any company that owns and/or has direct or indirect control of one or more banks; BHCs may also own nonbanking subsidiaries such as broker-dealers and asset managers + Office of Financial Research (OFR) Annual Report, 2012, Glossary + A bank holding company may also own another bank holding company, which in turn owns or controls a bank; the company at the top of the ownership chain is called the top holder. + + + + + + + + + + + banking product + QName: fibo-fbc-fct-fse:BankingProduct + + a product provided to consumers and businesses by a bank or similar depository institution such as a checking account, savings account, certificate of deposit, debit or pre-paid card, or credit card + http://www.investopedia.com/terms/r/retailbanking.asp + + + + + + + + + + + banking service + QName: fibo-fbc-fct-fse:BankingService + + a financial service offered by a bank or similar depository institution, such as a cash management service, foreign exchange service, lending or credit service, investment service, insurance service, merchant service, payroll service, etc. + http://www.investopedia.com/terms/r/retailbanking.asp + + + + + + brokerage firm + QName: fibo-fbc-fct-fse:BrokerageFirm + + a firm in the business of buying and selling securities, operating as both a broker and a dealer, depending on the transaction + Office of Financial Research (OFR) Annual Report, 2012, Glossary + The term broker-dealer is used in U.S. securities regulation parlance to describe stock brokerages, because most of them act as both agents and principals. A brokerage acts as a broker (or agent) when it executes orders on behalf of clients, whereas it acts as a dealer (or principal) when it trades for its own account. + + + + + + + + + + 0 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + business identifier code + QName: fibo-fbc-fct-fse:BusinessIdentifierCode + + an international identifier for financial and non-financial institutions used to facilitate automated processing of information for financial services + BIC + ISO 9362:2014 Banking -- Banking telecommunication messages -- Business identifier code (BIC) + The BIC is used for addressing messages, routing business transactions and identifying business parties. Note that the use of OrganizationPartIdentifier in FIBO corresponds to the Branch Code in the SWIFT scheme. + SWIFT ID + SWIFT code + SWIFT-BIC + bank identifier code + business entity identifier + + + + + + + + + + + + business identifier code scheme + QName: fibo-fbc-fct-fse:BusinessIdentifierCodeScheme + + a scheme that specifies the elements of a unique business identifier code (BIC) scheme to identify financial and non-financial institutions used to facilitate automated processing of information for financial services + ISO 9362:2014 Banking -- Banking telecommunication messages -- Business identifier code (BIC) + https://www.iso.org/standard/60390.html + + + + + + + + + + 1 + + + + + + + + + business party prefix + QName: fibo-fbc-fct-fse:BusinessPartyPrefix + + a four-character (4 alphanumeric) code associated with the individual institution or business + ISO 9362:2014 Banking -- Banking telecommunication messages -- Business identifier code (BIC) + For new BIC registration by an organization already identified with a BIC or an affiliated organization [after the transition period ending November 2018], SWIFT will still reserve the usage of an existing party prefix to these organizations. This legacy rule will be reserved to existing BIC owners. If they wish to preserve this value, no other organization will be allowed to use the same code + For new BIC registration from an organization not yet identified by a BIC, the party prefix will be allocated at the discretion of the RA. The code will not have a mnemonic or acronym value anymore. + bank code + institution code + + + + + + + + + + + + + + + + + business party suffix + QName: fibo-fbc-fct-fse:BusinessPartySuffix + + a two-character (2 alphanumeric) code associated with the individual institution or business + ISO 9362:2014 Banking -- Banking telecommunication messages -- Business identifier code (BIC) + In the prior version of the standard, position 7 of the BIC determined the location of the BIC in a particular country. In a country spanning over multiple time zones, each character may have been used to define a different time zone. If an organization moved location to a different time zone within the same country, the existing BIC would normally have been deleted and replaced by a new BIC with the appropriate location code. + With the revision of the standard [and transition period ending November 2018], the location code has been re-defined as a 'party suffix' without any specific meaning. A new reference data attribute has been introduced in the SWIFTRef directories to indicate where the institution is located and to which time zone it refers. + + + + + + + + + + + + central bank + QName: fibo-fbc-fct-fse:CentralBank + + a financial institution that is the monetary authority and major regulatory bank for a country (or group of countries) + http://lexicon.ft.com/Term?term=central-bank + http://www.investopedia.com/terms/c/centralbank.asp + Its functions include issuing and managing the country's currency, controlling monetary policy and supervising money market operations, managing exchange and gold reserves, acting as lender of last resort to commercial banks, and providing banking services to the government. Central banks are state-controlled but are increasingly being given an independent status to insulate them from partisan politics. + + + + + central counterparty clearing house + QName: fibo-fbc-fct-fse:CentralCounterpartyClearingHouse + + + a clearing house that helps facilitate trading in derivatives and equities markets + CCP + http://www.investopedia.com/terms/c/ccph.asp + These clearing houses are often operated by the major banks in the country. The house's prime responsibility is to provide efficiency and stability to the financial markets that they operate in. + +There are two main processes that are carried out by CCPs: clearing and settlement of market transactions. Clearing relates to identifying the obligations of both parties on either side of a transaction. Settlement occurs when the final transfer of securities and funds occur. + +CCPs benefit both parties in a transaction because they bear most of the credit risk. If two individuals deal with one another, the buyer bears the credit risk of the seller, and vice versa. When a CCP is used the credit risk that is held against both buyer and seller is coming from the CCP, which in all likelihood is much less than in the previous situation. + + + + + central securities depository + QName: fibo-fbc-fct-fse:CentralSecuritiesDepository + + a functional entity that provides a central point for depositing financial instruments ('securities'), for example bonds and shares + CSD + http://ecsda.eu/facts/faq + CSDs' clients are typically financial institutions themselves (such as custodian banks and brokers) rather than individual investors. + + + + + + clearing bank + QName: fibo-fbc-fct-fse:ClearingBank + + a commercial bank that facilitates payment and settlement of financial transactions, such as check clearing or facilitating trades between the sellers and buyers of securities or other financial instruments or contracts + Office of Financial Research (OFR) Annual Report, 2012, Glossary + + + + + + + + + 1 + + + clearing corporation + QName: fibo-fbc-fct-fse:ClearingCorporation + + a clearing house that is organized as a corporation + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + + + + + + + clearing house + QName: fibo-fbc-fct-fse:ClearingHouse + + a financial service provider that is exchange affiliated and provides clearing services, including the validation, delivery, and settlement of financial transactions, for financial intermediaries + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + clearing service + QName: fibo-fbc-fct-fse:ClearingService + + + a set of activities provided on behalf of an institutional market participant by a clearing services provider following a trade that finalizes the transfer of security ownership + EDM Council / Quarule + + + + + + + + + 1 + + + commercial bank + QName: fibo-fbc-fct-fse:CommercialBank + + + a bank that provides services, such as accepting deposits, giving business loans and auto loans, mortgage lending, and basic investment products like savings accounts and certificates of deposit + http://www.investopedia.com/terms/c/commercialbank.asp + A commercial bank is a financial institution that is owned by stockholders, operates for a profit, and engages in various lending activities. + The traditional commercial bank is a brick and mortar institution with tellers, safe deposit boxes, vaults and ATMs. However, some commercial banks do not have any physical branches and require consumers to complete all transactions by phone or Internet. In exchange, they generally pay higher interest rates on investments and deposits, and charge lower fees. + + + + + commercial finance company + QName: fibo-fbc-fct-fse:CommercialFinanceCompany + + a finance company that makes loans to manufacturers and wholesalers, secured by accounts receivable, inventories, and equipment + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + commercial credit company + + + + + commodity trading advisor + QName: fibo-fbc-fct-fse:CommodityTradingAdvisor + + an individual or organization that directly or indirectly advises others as to the value or advisability of buying or selling futures contracts or options + CTA + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + Indirect advice includes exercising trading authority over a customer's account. In the U.S., registered CTAs are registered with the Commodities Futures Trading Commission (CFTC) and are generally required to be members of the National Futures Association (NFA). + + + + + consumer finance company + QName: fibo-fbc-fct-fse:ConsumerFinanceCompany + + a finance company that lends to individuals under the small loans laws of the jurisdiction in which they operate + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + direct loan company + small loan company + + + + + + + + + + 1 + + + credit union + QName: fibo-fbc-fct-fse:CreditUnion + + a not-for-profit depository institution that makes personal loans and offers other consumer banking services, organized for the purpose of promoting thrift among its members and creating a source of credit for provident or productive purposes + https://www.ncua.gov/Legal/Documents/fcu_act.pdf + + + + + depository institution + QName: fibo-fbc-fct-fse:DepositoryInstitution + + any financial institution engaged in the business of receiving demand deposits from the public or other institutions + 12 U.S. Code Section 1813 - Definitions, see, for example, http://www.law.cornell.edu/uscode/text/12/1813 + https://www.fdic.gov/regulations/laws/rules/1000-400.html#fdic1000sec.3a + + + + + electronic funds transfer service + QName: fibo-fbc-fct-fse:ElectronicFundsTransferService + + + a service involving any transfer of funds other than a transaction involving a paper instrument, that is initiated through an electronic terminal, telephone, or computer and that orders or authorizes a financial institution to debit or credit an account + EFT services include transfers through automated teller machines, point-of-sale terminals, automated clearinghouse systems, telephone bill-payment plans in which periodic or recurring transfers are contemplated, and remote banking programs. + EFT + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + wire transfer service + + + + + face amount certificate company + QName: fibo-fbc-fct-fse:FaceAmountCertificateCompany + + + + an investment company which is engaged or proposes to engage in the business of issuing face-amount certificates of the installment type, or which has been engaged in such business and has any such certificate outstanding + Section 4, definition of investment companies, Investment Company Act of 1940 as amended and approved as of 3 January 2012, see https://www.sec.gov/about/laws/ica40.pdf + An investor may enter into a contract with an issuer of a face amount certificate to contract to receive a stated or fixed amount of money (the face amount) at a stated date in the future. In exchange for this future sum, the investor must deposit an agreed lump sum or make scheduled installment payments over time. Face amount certificates are rarely issued these days, as most of the tax advantages that the investment once offered have been lost through changes in the tax laws. + + + + + finance company + QName: fibo-fbc-fct-fse:FinanceCompany + + a financial intermediary in the business of making loans to individuals or businesses that obtains its financing from banks, institutions, and other money market sources rather than from deposits + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + + + + + + + + + + + + + financial institution + QName: fibo-fbc-fct-fse:FinancialInstitution + + a financial service provider identified as either a government agency or privately owned entity that collects funds from the public and from other institutions, and invests those funds in financial assets, such as loans, securities, bank deposits, and income-generating property + Barron's Dictionary of Banking Terms, Sixth Edition, 2012 + Financial institutions are differentiated by the way they obtain and invest funds. Depository institutions accept public deposits, which are insured by the government against loss, and channel those deposits into lending activities. Non-depository institutions, such as brokerage firms, life insurance companies, pension funds, and investment companies, fund their investment activities directly from financial markets by selling securities to the public or by selling insurance policies, in the case of insurance companies. + financial intermediary + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + financial service provider identifier + QName: fibo-fbc-fct-fse:FinancialServiceProviderIdentifier + + an identifier that is officially allocated to a financial service provider based on a function that they provide, typically in a jurisdiction over which a regulatory agency has some jurisdiction + + + + + + + + + + + financial service provider identifier scheme + QName: fibo-fbc-fct-fse:FinancialServiceProviderIdentifierScheme + + the scheme that defines the financial service provider identifier per the issuing registration authority or regulatory agency + + + + + futures commission merchant + QName: fibo-fbc-fct-fse:FuturesCommissionMerchant + + an individual or organization that which does both of the following: (1) solicits or accepts orders to buy or sell futures contracts, options on futures, retail off-exchange forex contracts, or swaps and (2) accepts money or other assets from customers to support such orders + FCM + National Futures Association + + + + + holding company + QName: fibo-fbc-fct-fse:HoldingCompany + + a business (corporation, limited liability company, or limited partnership) that has been established to own stock in another company, typically to own enough voting shares to have some level of control over that company's policies and management + Holding companies protect their owners from losses to some degree, protecting assets, for example, in case of bankruptcy. They can also be set up to own property such as real estate, patents, trademarks, stocks and other assets to limit financial and legal liability + + + + + insurance company + QName: fibo-fbc-fct-fse:InsuranceCompany + + a non-depository institution whose primary and predominant business activity is the writing of insurance or the reinsuring of risks underwritten by insurance companies, and that provides compensation based on the happening of one or more contingencies + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + https://www.sec.gov/about/laws/ica40.pdf + In the US, insurance companies are subject to supervision by the insurance commissioner or a similar official or agency of a State; or any receiver or similar official or any liquidating agent for such a company, in his capacity as such. Common forms of insurance include life, property and casualty, and health insurance. In addition to insuring against hazards, many insurance companies also sell investments or investment-like products. The most prevalent investment products offered by insurers are annuities and life insurance policies that also feature investment elements. + +A number of insurance companies operate brokerage arms that trade securities on behalf of clients. + + + + + insurance service + QName: fibo-fbc-fct-fse:InsuranceService + + a financial service in which the insurer promises to provide compensation for specific potential future losses in exchange for a periodic payment + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + Insurance providers invest the compensation they receive in order to make a profit. In general, insurance transfers risk from individuals or organizations to a larger pool of individuals or organizations that are better able to mitigate that risk. + + + + + + + + + + + + + + + + investment bank + QName: fibo-fbc-fct-fse:InvestmentBank + + a financial service provider that performs a variety of services. Investment banks specialize in large and complex financial transactions such as underwriting, acting as an intermediary between a securities issuer and the investing public, facilitating mergers and other corporate reorganizations, and acting as a broker and/or financial adviser for institutional clients. + http://www.investopedia.com/terms/i/investmentbank.asp + Major investment banks include Barclays, BofA Merrill Lynch, Warburgs, Goldman Sachs, Deutsche Bank, JP Morgan, Morgan Stanley, Salomon Brothers, UBS, Credit Suisse, Citibank and Lazard. Some investment banks specialize in particular industry sectors. Many investment banks also have retail operations that serve small, individual customers. + + + + + investment company + QName: fibo-fbc-fct-fse:InvestmentCompany + + + Any issuer which: (a) is or holds itself out as being engaged primarily, or proposes to engage primarily, in the business of investing, reinvesting, or trading in securities; (b) is engaged or proposes to engage in the business of issuing face-amount certificates of the installment type, or has been engaged in such business and has any such certificate outstanding; or (c) is engaged or proposes to engage in the business of investing, reinvesting, owning, holding, or trading in securities, and owns or proposes to acquire investment securities having a value exceeding 40 per centum of the value of such issuer&apos;s total assets (exclusive of Government securities and cash items) on an unconsolidated basis + Section 3a of the Investment Company Act of 1940 as amended in January, 2012, https://www.sec.gov/about/laws/ica40.pdf + An investment company is organized as either a corporation or as a trust. Individual investors' money is then pooled together in a single account and used to purchase securities that will have the greatest chance of helping the investment company reach its objectives. All investors jointly own the portfolio that is created through these pooled funds, and each investor has an undivided interest in the securities. + In the US, all investment company offerings are subject to the Securities Act of 1933, which requires the investment company to register with the Securities Exchange Commission (SEC) and to give all purchasers a prospectus. Investment companies are also subject to the Investment Company Act of 1940, which sets forth guidelines on how investment companies must operate. + + + + + investment service + QName: fibo-fbc-fct-fse:InvestmentService + + a financial service designed to assist investors in using capital to create more money, either through income-producing vehicles or through more risk-oriented ventures to result in capital gains, including but not limited to providing investment advice, asset and portfolio management, brokerage services, and so forth + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + management company + QName: fibo-fbc-fct-fse:ManagementCompany + + + Any investment company that sells and manages a portfolio of securities other than a face-amount certificate company or unit investment fund. + Section 4, definition of investment companies, Investment Company Act of 1940 as amended and approved as of 3 January 2012, see https://www.sec.gov/about/laws/ica40.pdf + Management companies allow investors to pool their capital with that of other investors in order to purchase professionally-managed groups of diversified securities. + + + + + merchant service + QName: fibo-fbc-fct-fse:MerchantService + + a financial service provided by a financial institution to a merchant or other business, including but not limited to managing financial transactions via a secure channel + Example merchant services include credit and debit card processing, check guarantee and conversion services, point of sale (PoS) systems, gift card and loyalty programs, online transaction processing, etc. + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + + + + + + + monetary authority + QName: fibo-fbc-fct-fse:MonetaryAuthority + + a regulatory agency that controls the monetary policy, regulation and supply of money in some country or group of countries + a central bank, the executive branch of a government, a central bank for several nations, a currency board + http://lexicon.ft.com/Term?term=monetary-authority + http://www.investordictionary.com/definition/monetary-authority + + + + + + non-depository institution + QName: fibo-fbc-fct-fse:NonDepositoryInstitution + + any financial institution that acts as the middleman between two parties in a financial transaction, and that does not provide traditional depository services, such as brokerage firms, insurance companies, investment companies, etc. + Barron's Dictionary of Banking Terms, Sixth Edition, 2012 + + + + + + + + + + + payment service + QName: fibo-fbc-fct-fse:PaymentService + + + a financial service that involves acceptance of electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking + + + + + payroll service + QName: fibo-fbc-fct-fse:PayrollService + + a financial service, typically provided to small businesses that are not large enough to have an internal finance organization, that involves managing payment of wages to employees + Payroll services typically include printing of employee pay checks, direct deposit of wages to employee bank accounts, calculation and withholding of employee taxes, calculation and payment of corporate payroll taxes and fees with appropriate government authorities (such as Social Security in the US), filing government quarterly and annual reports, and so forth. They may also include management of retirement and savings plans, health benefits, timekeeping, automated integration with the business' accounting system, etc. + + + + + principal underwriter + QName: fibo-fbc-fct-fse:PrincipalUnderwriter + + Principal underwriter of or for any investment company other than a closed-end company, or of any security issued by such a company, means any underwriter who as principal purchases from such company, or pursuant to contract has the right (whether absolute or conditional) from time to time to purchase from such company, any such security for distribution, or who as agent for such company sells or has the right to sell any such security to a dealer or to the public or both, but does not include a dealer who purchases from such company through a principal underwriter acting as agent for such company. Principal underwriter of or for a closed-end company or any issuer which is not an investment company, or of any security issued by such a company or issuer, means any underwriter who, in connection with a primary distribution of securities, (a) is in privity of contract with the issuer or an affiliated person of the issuer; (b) acting alone or in concert with one or more other persons, initiates or directs the formation of an underwriting syndicate; or (c) is allowed a rate of gross commission, spread, or other profit greater than the rate allowed another underwriter participating in the distribution. + Section 3a of the Investment Company Act of 1940 as amended in January, 2012, https://www.sec.gov/about/laws/ica40.pdf + + + + + sales finance company + QName: fibo-fbc-fct-fse:SalesFinanceCompany + + a finance company that purchases retail and wholesale paper from automobile and other consumer and commercial goods dealers + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + acceptance company + + + + + savings association + QName: fibo-fbc-fct-fse:SavingsAssociation + + A savings association is defined as: (a) any Federal savings association, where a Federal savings association means any Federal savings association or Federal savings bank which is chartered under section 1464 of the Federal Deposit Insurance Act; (b) any State savings association, where a State savings association means any building and loan association, savings and loan association, or homestead association; or any cooperative bank (other than a cooperative bank which is a State bank as defined in subsection (a)(2)) of the Federal Deposit Insurance Act, which is organized and operating according to the laws of the State (as defined in subsection (a)(3)) in which it is chartered or organized; and (c) any corporation (other than a bank) that the Board of Directors and the Comptroller of the Currency jointly determine to be operating in substantially the same manner as a savings association. + https://www.fdic.gov/regulations/laws/rules/1000-400.html#fdic1000sec.3a + + + + + + + + + + + self-regulating organization + QName: fibo-fbc-fct-fse:SelfRegulatingOrganization + + + a non-governmental organization that has the power to create and exercise some degree of regulatory authority over an industry or profession in some country or group of countries + SRO + http://www.investopedia.com/terms/s/sro.asp + + + + + + + + + + + + + + + + underwriter + QName: fibo-fbc-fct-fse:Underwriter + + a financial service provider that evaluates and assumes another party's risk for a fee, such as a commission, premium, spread or interest + + + + + + + + + + + underwriting arrangement + QName: fibo-fbc-fct-fse:UnderwritingArrangement + + a contractual agreement between parties that commits the underwriter to assuming risk + + + + + unit investment trust + QName: fibo-fbc-fct-fse:UnitInvestmentTrust + + an investment company which (a) is organized under a trust indenture, contract of custodianship or agency, or similar instrument, (b) does not have a board of directors, and (c) issues only redeemable securities, each of which represents an undivided interest in a unit of specified securities; but does not include a voting trust + Section 4, definition of investment companies, Investment Company Act of 1940 as amended and approved as of 3 January 2012, see https://www.sec.gov/about/laws/ica40.pdf + unit investment company + + + + + wealth management service + QName: fibo-fbc-fct-fse:WealthManagementService + + a high-level financial service that combines financial and investment advice, accounting and tax services, retirement planning and legal or estate planning for one set fee + http://www.investopedia.com/terms/w/wealthmanagement.asp + + + + + has date established + QName: fibo-fbc-fct-fse:hasDateEstablished + + + the date that the financial service provider was established + + + + + has date insured + QName: fibo-fbc-fct-fse:hasDateInsured + + + the date that the financial service provider was first insured for the purposes of protecting client accounts + + + + + regulates supply of + QName: fibo-fbc-fct-fse:regulatesSupplyOf + + + relates a regulatory agency to something it controls or supervises the availability of in some market by means of rules and regulations + The Federal Reserve System, whose banks together comprise the central bank of the United States, supervises banking system and regulates the money supply in the US. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/Markets.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/Markets.rdf new file mode 100755 index 0000000..39de346 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/Markets.rdf @@ -0,0 +1,538 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Markets Ontology + QName: fibo-fbc-fct-mkt: + This ontology defines the fundamental concepts for markets, exchanges, regulated markets, and multilateral trading facilities for use in the development of downstream FIBO domain ontologies that require them. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2018 EDM Council, Inc. + Copyright (c) 2015-2018 Object Management Group, Inc. + + + + + + + + fibo-fbc-fct-mkt + Markets.rdf + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/ version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/ version of this ontology was modified to generalize certain unions where they were no longer required. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/ version of this ontology was modified to reflect issue resolutions detailed in the FIBO FBC 1.0 RTF report. + + + + + + active MIC status + QName: fibo-fbc-fct-mkt:ActiveMICStatus + + as of the last report or update, the exchange code was registered and actively in use + ACTIVE + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + deleted MIC status + QName: fibo-fbc-fct-mkt:DeletedMICStatus + + as of the last report or update, the exchange code was deleted + DELETED + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + + + + 0 + + + + + + + 0 + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + exchange + QName: fibo-fbc-fct-mkt:Exchange + + any organization, association, or group of persons, whether incorporated or unincorporated, which constitutes, maintains, or provides a facility for bringing together purchasers and sellers of financial instruments, commodities, or other products, services, or goods, and includes the market place and facilities maintained by such exchange + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + Securities Exchange Act of 1934, as amended 12 August 2012 + market + + + + + + Market Identifier Code Registration Authority + QName: fibo-fbc-fct-mkt:MICRegistrationAuthority + + a registration authority and financial service provider, appointed by the International Standards Organization (ISO), that is the official registration authority (RA) for ISO 10383, Codes for exchanges and market identification (MIC) + + + MIC RA + https://www.anna-web.org/standards/mic-iso-10383/ + https://www.iso20022.org/10383/iso-10383-market-identifier-codes + ISO 10383 Registration Authority + MIC Registration Authority + + + + + market + QName: fibo-fbc-fct-mkt:Market + + true + a market is a venue that allows buyers and sellers of goods, commodities, services, etc. to conduct business, including markets where securities may be traded + + + + + + + + + + + + + + + 1 + + + + + + + 1 + + + market identifier + QName: fibo-fbc-fct-mkt:MarketIdentifier + + an identifier and code that specifies a universal method of identifying exchanges, trading platforms and regulated or non-regulated markets as sources of prices and related information in order to facilitate automated processing, i.e., stock exchanges, regulated markets, e.g., Electronic Trading Platforms (ECN), and unregulated markets, e.g., Automated Trading Systems (ATS) + MIC + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + https://www.anna-web.org/standards/mic-iso-10383/ + https://www.iso20022.org/10383/iso-10383-market-identifier-codes + It is intended for use in any application and communication for identification of places +- where a financial instrument is listed (place of official listing), +- where a related trade is executed (place of trade), and +- where trade details are reported (trade reporting facility). + Market Identifier Code + + + + + market identifier code registry + QName: fibo-fbc-fct-mkt:MarketIdentifierCodeRegistry + + a registry for registering and maintaining information for market identifier codes that conform to ISO 10383 + + MIC registry + https://www.iso20022.org/10383/iso-10383-market-identifier-codes + + + + + + + + 1 + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + market identifier code registry entry + QName: fibo-fbc-fct-mkt:MarketIdentifierCodeRegistryEntry + + an entry in a market identifier code registry that conforms to ISO 10383 + MIC registry entry + https://www.iso20022.org/10383/iso-10383-market-identifier-codes + + + + + market indicator code status + QName: fibo-fbc-fct-mkt:MarketIdentifierCodeStatus + + a lifecycle stage indicating the status of the MIC code, as specified by the registration authority + https://www.iso20022.org/10383/iso-10383-market-identifier-codes + + + + + + + + + 0 + + + + + + + 1 + + + market segment-level market + QName: fibo-fbc-fct-mkt:MarketSegmentLevelMarket + + an exchange/market/trade reporting facility that specializes in one or more specific instruments or that is regulated uniquely from the operating-level market that manages it + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + + + + S + + + market segment-level market identifier + QName: fibo-fbc-fct-mkt:MarketSegmentLevelMarketIdentifier + + a market identifier that identifies a section of an exchange/market/trade reporting facility that specializes in one or more specific instruments or that is regulated differently + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + modified MIC status + QName: fibo-fbc-fct-mkt:ModifiedMICStatus + + as of the last report or update, the exchange code was revised + MODIFIED + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + + + + + + + multilateral trading facility + QName: fibo-fbc-fct-mkt:MultilateralTradingFacility + + a trading system that facilitates the exchange of financial instruments between multiple parties + MTF + http://www.investopedia.com/terms/m/multilateral_trading_facility.asp + Multilateral trading facilities allow eligible contract participants to gather and transfer a variety of securities, especially instruments that may not have an official market. These facilities are often electronic systems controlled by approved market operators or larger investment banks. Traders will usually submit orders electronically, where a matching software engine is used to pair buyers with sellers. + + + + + + + + + + + operating-level market + QName: fibo-fbc-fct-mkt:OperatingLevelMarket + + an exchange/market/trade/reporting facility that operates in a specific market/country + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + + + + O + + + operating-level market identifier + QName: fibo-fbc-fct-mkt:OperatingLevelMarketIdentifier + + a market identifier that identifies an entity operating an exchange/market/trade/reporting facility that operates in a specific market/country + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + + + + + + + + + + + + + organized trading facility + QName: fibo-fbc-fct-mkt:OrganizedTradingFacility + + + + a multi-lateral system which is not an RM or an MTF and in which multiple third-party buying and selling interests in bonds, structured finance products, emission allowances or derivatives are able to interact in the system in a way that results in a contract in accordance with the provisions of Title II of MiFID II + OTF + http://www.marketswiki.com/mwiki/Organized_Trading_Facility + OTFs were introduced by the European Commission as part of MiFID II and are focused on non-equities such as derivatives and cash bond markets. + +OTFs are intended to be similar in scope to a swap execution facility (SEF), a type of entity created by the Dodd-Frank Act in the U.S. The goal of SEFs and OTFs is to bring transparency and structure to OTC derivatives trading. + Unlike RMs and MTFs, operators of OTFs will have discretion as to how to execute orders, subject to pre-transparency and best execution obligations. + + + + + + + + + + + + + + + + + + + + + + + registered multilateral trading facility + QName: fibo-fbc-fct-mkt:RegisteredMultilateralTradingFacility + + a multilateral system operated by an investment firm or market operator, which brings together multiple third-party buying and selling interests in financial instruments in the system, in accordance with non-discretionary rules, in a way that results in a contract in accordance with the provisions of Title II of the MiFID II + + + + + + + + + + + + + + + + + regulated market + QName: fibo-fbc-fct-mkt:RegulatedMarket + + a medium for the exchange of goods or services over which a government body exerts a level of control. This control may require market participants to comply with environmental standards, product-safety specifications, information disclosure requirements and so on. + RM + http://www.investopedia.com/terms/r/regulated-market.asp + In the financial community in the EU, a regulated market is more specifically defined as a multilateral system operated by and/or managed by a market operator, which brings together or facilitates the bringing together of multiple third-party buying and selling interests in financial instruments - in the system and in accordance with its non-discretionary rules - in a way that results in a contract, in respect of the financial instruments admitted to trading under its rules and/or systems, and which is authorised and functions regularly and in accordance with the provisions of Title III of MiFID II. + + + + + systematic internaliser + QName: fibo-fbc-fct-mkt:SystematicInternaliser + + an investment firm that, on an organised, frequent, systematic and substantial basis, deals on its own account by executing client orders outside a regulated market, MTF or OTF without operating a multilateral system + SI + https://www.emissions-euets.com/systematic-internaliser + + + + + has exchange acronym + QName: fibo-fbc-fct-mkt:hasExchangeAcronym + + + + indicates an acronym for the exchange / institution + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + has exchange name + QName: fibo-fbc-fct-mkt:hasExchangeName + + + + indicates the name or description of the exchange / institution (which may be different from the name of the legal entity) + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + has market identifier code status + QName: fibo-fbc-fct-mkt:hasMarketIdentifierCodeStatus + + + indicates the status of a specific market identifier code (MIC) + + + + has operating or segment indicator + QName: fibo-fbc-fct-mkt:hasOperatingOrSegmentIndicator + + + + indicates whether the market identifier is for an operating exchange or market segment exchange + ISO 10383, Securities and related financial instruments - Codes for exchanges and market identification (MIC), Third edition, 2012-10-01 + + + + + operates in country + QName: fibo-fbc-fct-mkt:operatesInCountry + + + + indicates the country in which the exchange is registered and operates + + + + operates in municipality + QName: fibo-fbc-fct-mkt:operatesInMunicipality + + + indicates the municipality or business center in which the exchange is registered and operates + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/MarketsIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/MarketsIndividuals.rdf new file mode 100755 index 0000000..ccb0171 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/MarketsIndividuals.rdf @@ -0,0 +1,42009 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Markets Individuals + QName: fibo-fbc-fct-mkti: + This ontology includes individuals representing the set of markets and exchanges corresponding to the ISO 10383 Codes for exchanges and market identification (MIC) standard. + This set of markets and MIC codes is current with respect to the published ISO 10383 data as of the dct:issued date, as processed for FIBO on the dct:modified date. + 2019-03-11T11:02:14 + http://opensource.org/licenses/MIT + 2019-03-13T09:56:19.51-07:00 + https://www.iso20022.org/sites/default/files/ISO10383_MIC/ISO10383_MIC.xml + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2018-2019 EDM Council, Inc. + Copyright (c) 2018-2019 Object Management Group, Inc. + fibo-fbc-fct-mkti + MarketsIndividuals.rdf + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/ version of this ontology was modified to replace Swaziland with Eswatini, which was revised by the LCC 1.1 RTF to reflect the change to the country name per the U.N. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/ version of this ontology was modified to support auto-generated revisions of the MIC codes. + + + + + + + SSY FUTURES LTD - FREIGHT SCREEN + QName: fibo-fbc-fct-mkti:Exchange-3579 + + http://www.ssyonline.com + SSY FUTURES LTD - FREIGHT SCREEN + + + + + + + + 360T + QName: fibo-fbc-fct-mkti:Exchange-360T + + http://www.360t.com + 360T + + + + + + + + A2X + QName: fibo-fbc-fct-mkti:Exchange-A2XX + + http://www.a2x.co.za + A2X + A2X + + + + + + + + + CREDIT AGRICOLE CIB - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-AACA + + http://www.ca-cib.com + CACIB SI + CREDIT AGRICOLE CIB - SYSTEMATIC INTERNALISER + + + + + + + + ATHENS EXCHANGE - APA + QName: fibo-fbc-fct-mkti:Exchange-AAPA + + http://www.athexgroup.gr + ATHEX APA + ATHENS EXCHANGE - APA + + + + + + + + ASSENT ATS + QName: fibo-fbc-fct-mkti:Exchange-AATS + + http://www.sungard.com + ASSENT ATS + + + + + + + + ABANCA + QName: fibo-fbc-fct-mkti:Exchange-ABAN + + http://www.abanca.com + ABANCA + + + + + + + + + ABN AMRO BANK NV - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ABNA + + http://www.abnamro.com + ABN AMRO BANK NV - SYSTEMATIC INTERNALISER + + + + + + + + + ALM. BRAND BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ABSI + + http://www.almbrand.dk + ALM. BRAND BANK - SYSTEMATIC INTERNALISER + + + + + + + BULGARIAN STOCK EXCHANGE - ALTERNATIVE MARKET + QName: fibo-fbc-fct-mkti:Exchange-ABUL + + http://www.bse-sofia.bg + BSE + BULGARIAN STOCK EXCHANGE - ALTERNATIVE MARKET + + + + + + + + + ACE DERIVATIVES & COMMODITY EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-ACEX + + http://www.aceindia.com + ACE DERIVATIVES & COMMODITY EXCHANGE LTD + + + + + + + KCG ACKNOWLEDGE FI + QName: fibo-fbc-fct-mkti:Exchange-ACKF + + http://www.kcg.com + ACKFI + KCG ACKNOWLEDGE FI + + + + + + + + + ADVISE TECHNOLOGIES - APA TRANSPARENCY REPORTING + QName: fibo-fbc-fct-mkti:Exchange-ADVT + + http://www.advisetechnologies.com + ADVISE TECHNOLOGIES - APA TRANSPARENCY REPORTING + + + + + + + + ABIDE FINANCIAL DRSP LIMITED APA + QName: fibo-fbc-fct-mkti:Exchange-AFDL + + http://www.abide-financial.com + AFDLAPA + ABIDE FINANCIAL DRSP LIMITED APA + + + + + + + + AGRICULTURAL FUTURES EXCHANGE OF THAILAND + QName: fibo-fbc-fct-mkti:Exchange-AFET + + http://www.afet.or.th + AGRICULTURAL FUTURES EXCHANGE OF THAILAND + + + + + + + + AFS - OTF + QName: fibo-fbc-fct-mkti:Exchange-AFSA + + http://www.afsgroup.nl + AFS - OTF + + + + + + + AFS - OTF - INTEREST RATE DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-AFSI + + http://www.afsgroup.nl + AFS - OTF - INTEREST RATE DERIVATIVES + + + + + + + + AFS - OTF - STRUCTURED PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-AFSL + + http://www.afsgroup.nl + AFS - OTF - STRUCTURED PRODUCTS + + + + + + + + AFS - OTF - BONDS + QName: fibo-fbc-fct-mkti:Exchange-AFSO + + http://www.afsgroup.nl + AFS - OTF - BONDS + + + + + + + + AFS - OTF - FX FORWARDS + QName: fibo-fbc-fct-mkti:Exchange-AFSX + + http://www.afsgroup.nl + AFS - OTF - FX FORWARDS + + + + + + + + + A AND G BANCA PRIVADA SAU + QName: fibo-fbc-fct-mkti:Exchange-AGBP + + http://www.abanca.com + A AND G BANCA PRIVADA SAU + + + + + + + LONDON STOCK EXCHANGE - AIM MTF + QName: fibo-fbc-fct-mkti:Exchange-AIMX + + http://www.londonstockexchange.com + LSE + LONDON STOCK EXCHANGE - AIM MTF + + + + + + + + + ASTANA INTERNATIONAL EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-AIXK + + http://www.aix.kz + AIX + ASTANA INTERNATIONAL EXCHANGE LTD + + + + + + + + + AKIS - BANCA AKROS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-AKIS + + http://www.bancaakros.it + AKIS + AKIS - BANCA AKROS - SYSTEMATIC INTERNALISER + + + + + + + NYSE ALTERNEXT DARK + QName: fibo-fbc-fct-mkti:Exchange-ALDP + + http://www.euronext.com/landing/equitiesop-21363-en.html + AMEXDARK + NYSE ALTERNEXT DARK + + + + + + + + + ALLT-OTF + QName: fibo-fbc-fct-mkti:Exchange-ALLT + + http://www.alltrading.com + ALLT-OTF + ALLT-OTF + + + + + + + + + AKTIESELSKABET ARBEJDERNES LANDSBANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ALSI + + http://www.al-bank.dk + ALSI + AKTIESELSKABET ARBEJDERNES LANDSBANK - SYSTEMATIC INTERNALISER + + + + + + + JSE ALTERNATE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ALTX + + http://www.jse.co.za/markets/altx.aspx + ALTX + JSE ALTERNATE EXCHANGE + + + + + + + + EURONEXT GROWTH BRUSSELS + QName: fibo-fbc-fct-mkti:Exchange-ALXB + + http://www.euronext.com + EURONEXT GROWTH BRUSSELS + + + + + + + + EURONEXT GROWTH LISBON + QName: fibo-fbc-fct-mkti:Exchange-ALXL + + http://www.euronext.com + EURONEXT GROWTH LISBON + + + + + + + + EURONEXT GROWTH PARIS + QName: fibo-fbc-fct-mkti:Exchange-ALXP + + http://www.euronext.com + EURONEXT GROWTH PARIS + + + + + + + + + ASSET MATCH PRIVATE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-AMPX + + http://www.assetmatch.com + AMPX + ASSET MATCH PRIVATE EXCHANGE + + + + + + + MTS NETHERLANDS + QName: fibo-fbc-fct-mkti:Exchange-AMTS + + http://www.mtsmarkets.com + MTS NETHERLANDS + + + + + + + + NYSE AMEX OPTIONS + QName: fibo-fbc-fct-mkti:Exchange-AMXO + + http://www.nyse.com + NYSE + NYSE AMEX OPTIONS + + + + + + + + AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED + QName: fibo-fbc-fct-mkti:Exchange-ANLP + + http://www.anz.com.au + AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED + + + + + + + + + + ABBEY NATIONAL TREASURY SERVICES PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ANTS + + http://www.santander.co.uk + ANTS + ABBEY NATIONAL TREASURY SERVICES PLC - SYSTEMATIC INTERNALISER + + + + + + + + + AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ANZL + + http://www.anz.com.au + ANZBGL + AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED SYSTEMATIC INTERNALISER + + + + + + + + WIENER BOERSE AG - APA + QName: fibo-fbc-fct-mkti:Exchange-APAW + + http://www.wienerboerse.at + WIENER BOERSE AG - APA + + + + + + + ASIA PACIFIC CLEAR + QName: fibo-fbc-fct-mkti:Exchange-APCL + + http://www.asiapacificex.com + APEX CLEAR + ASIA PACIFIC CLEAR + + + + + + + + + ASIA PACIFIC EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-APEX + + http://www.asiapacificex.com + APEX + ASIA PACIFIC EXCHANGE + + + + + + + + SYDNEY STOCK EXCHANGE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-APXL + + http://www.ssx.sydney + SSX + SYDNEY STOCK EXCHANGE LIMITED + + + + + + + AQUIS EXCHANGE EUROPE AUCTION ON DEMAND (AOD) + QName: fibo-fbc-fct-mkti:Exchange-AQEA + + http://www.aquis.eu + AQUIS EXCHANGE EUROPE AUCTION ON DEMAND (AOD) + + + + + + + + + AQUIS EXCHANGE EUROPE + QName: fibo-fbc-fct-mkti:Exchange-AQEU + + http://www.aquis.eu + AQUIS EXCHANGE EUROPE + + + + + + + + AQUA EQUITIES L.P. + QName: fibo-fbc-fct-mkti:Exchange-AQUA + + http://www.aquaequities.com + AQUA EQUITIES L.P. + + + + + + + AQUIS EXCHANGE PLC AUCTION ON DEMAND (AOD) + QName: fibo-fbc-fct-mkti:Exchange-AQXA + + http://www.aquis.eu + AQUIS EXCHANGE PLC AUCTION ON DEMAND (AOD) + + + + + + + + + AQUIS EXCHANGE PLC + QName: fibo-fbc-fct-mkti:Exchange-AQXE + + http://www.aquis.eu + AQX + AQUIS EXCHANGE PLC + + + + + + + + ARAX COMMODITIES LTD + QName: fibo-fbc-fct-mkti:Exchange-ARAX + + http://www.arraco.co.uk + ARAX COMMODITIES LTD + + + + + + + ARCA DARK + QName: fibo-fbc-fct-mkti:Exchange-ARCD + + http://www.nyse.com + ARCADARK + ARCA DARK + + + + + + + + NYSE ARCA OPTIONS + QName: fibo-fbc-fct-mkti:Exchange-ARCO + + http://www.nyse.com + NYSE ARCA OPTIONS + + + + + + + + NYSE ARCA + QName: fibo-fbc-fct-mkti:Exchange-ARCX + + http://www.nyse.com + NYSE + NYSE ARCA + + + + + + + + + AREX - AUTOMATED RECEIVABLES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-AREX + + http://arex.io + AREX + AREX - AUTOMATED RECEIVABLES EXCHANGE + + + + + + + + ARIAN TRADING FACILITY + QName: fibo-fbc-fct-mkti:Exchange-ARIA + + http://www.arianfinancial.co.uk + ARIAN TRADING FACILITY + + + + + + + + ATHENS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ASEX + + http://www.ase.gr + ASE + ATHENS STOCK EXCHANGE + + + + + + + CLEARCORP DEALING SYSTEMS INDIA LIMITED - ASTROID + QName: fibo-fbc-fct-mkti:Exchange-ASTR + + http://www.ccilindia.com + ASTROID + CLEARCORP DEALING SYSTEMS INDIA LIMITED - ASTROID + + + + + + + + ASX BOOKBUILD + QName: fibo-fbc-fct-mkti:Exchange-ASXB + + http://www.asx.com.au + ASX + ASX BOOKBUILD + + + + + + + + ASX - CENTRE POINT + QName: fibo-fbc-fct-mkti:Exchange-ASXC + + http://www.asx.com.au/trading_services/asx-trade.htm + ASX + ASX - CENTRE POINT + + + + + + + + ASX - PUREMATCH + QName: fibo-fbc-fct-mkti:Exchange-ASXP + + http://www.asx.com.au/trading_services/asx-trade.htm + ASX + ASX - PUREMATCH + + + + + + + + ASX TRADEMATCH + QName: fibo-fbc-fct-mkti:Exchange-ASXT + + http://www.asx.com.au + ASX + ASX TRADEMATCH + + + + + + + + ASX - VOLUMEMATCH + QName: fibo-fbc-fct-mkti:Exchange-ASXV + + http://www.asx.com.au/trading_services/asx-trade.htm + ASX + ASX - VOLUMEMATCH + + + + + + + + + AUTOMATED TRADING DESK FINANCIAL SERVICES, LLC + QName: fibo-fbc-fct-mkti:Exchange-ATDF + + http://www.atdesk.com + ATDF + AUTOMATED TRADING DESK FINANCIAL SERVICES, LLC + + + + + + + ATFUND MTF + QName: fibo-fbc-fct-mkti:Exchange-ATFX + + http://www.borsaitaliana.it + ATFUND + ATFUND MTF + + + + + + + + + + ATHLOS CAPITAL INVESTMENT SERVICES LTD - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ATHL + + http://www.athloscapital.com + ATHLOS CAPITAL INVESTMENT SERVICES LTD - SYSTEMATIC INTERNALISER + + + + + + + + BRAEMAR ATLANTIC SECURITIES LTD + QName: fibo-fbc-fct-mkti:Exchange-ATLB + + http://www.atlanticbrokers.co.uk + BRAEMAR ATLANTIC SECURITIES LTD + + + + + + + + + ATONLINE LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ATLN + + http://www.atonint.com + ATONLINE LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + AUREL + QName: fibo-fbc-fct-mkti:Exchange-AURB + + http://www.aurel-bgc.com + AUREL + + + + + + + AUREL - OTF + QName: fibo-fbc-fct-mkti:Exchange-AURO + + http://www.aurel-bgc.com + AUREL - OTF + + + + + + + + AUTILLA - BASE METALS + QName: fibo-fbc-fct-mkti:Exchange-AUTB + + http://www.autilla.com + AUTILLA - BASE METALS + + + + + + + + AUTOBAHN FX + QName: fibo-fbc-fct-mkti:Exchange-AUTO + + http://www.autobahnfx.db.com + AUTOBAHN FX + + + + + + + + AUTILLA - PRECIOUS METALS + QName: fibo-fbc-fct-mkti:Exchange-AUTP + + http://www.autilla.com + AUTILLA - PRECIOUS METALS + + + + + + + + + AUTILLA + QName: fibo-fbc-fct-mkti:Exchange-AUTX + + http://www.autilla.com + AUTILLA + + + + + + + + AUSTRALIAN WHEAT BOARD + QName: fibo-fbc-fct-mkti:Exchange-AWBX + + http://www.awb.com.au + AWB + AUSTRALIAN WHEAT BOARD + + + + + + + + AUSTRALIAN WOOL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-AWEX + + http://www.awex.com.au + AWEX + AUSTRALIAN WOOL EXCHANGE + + + + + + + + + ALEXANDRIA PANKKIIRILIIKE OYJ - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-AXSI + + http://www.alexandria.fi + ALEXANDRIA PANKKIIRILIIKE OYJ - SYSTEMATIC INTERNALISER + + + + + + + + + BAADER BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BAAD + + http://www.baaderbank.de + BAADER BANK - SYSTEMATIC INTERNALISER + + + + + + + + BOLSA DE CEREALES DE BUENOS AIRES + QName: fibo-fbc-fct-mkti:Exchange-BACE + + http://www.bolcereales.com.ar + BOLSA DE CEREALES DE BUENOS AIRES + + + + + + + BANK OF AMERICA MERRILL LYNCH EQUITY SWAP - EXTERNAL PRICE SOURCE + QName: fibo-fbc-fct-mkti:Exchange-BAEP + + http://www.bofaml.com + BANK OF AMERICA MERRILL LYNCH EQUITY SWAP - EXTERNAL PRICE SOURCE + + + + + + + + + BANK OF AMERICA MERRILL LYNCH EQUITY SWAP - INTERNAL PRICE SOURCE + QName: fibo-fbc-fct-mkti:Exchange-BAIP + + http://www.bofaml.com + BANK OF AMERICA MERRILL LYNCH EQUITY SWAP - INTERNAL PRICE SOURCE + + + + + + + BARBADOS STOCK EXCHANGE - JUNIOR MARKET + QName: fibo-fbc-fct-mkti:Exchange-BAJM + + http://www.bse.com.bb + BSE + BARBADOS STOCK EXCHANGE - JUNIOR MARKET + + + + + + + + + THE BALTIC EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BALT + + http://www.balticexchange.com + THE BALTIC EXCHANGE + + + + + + + + BANK OF AMERICA - MERRILL LYNCH INSTINCT X ATS + QName: fibo-fbc-fct-mkti:Exchange-BAML + + http://corp.bankofamerica.com/business/ci/trader-instinct + MLIX + BANK OF AMERICA - MERRILL LYNCH INSTINCT X ATS + + + + + + + + BANK OF AMERICA - MERRILL LYNCH GCX + QName: fibo-fbc-fct-mkti:Exchange-BAMX + + http://www.bofaml.com/en-us/content/high-touch-electronic-trading.html + MLCX + BANK OF AMERICA - MERRILL LYNCH GCX + + + + + + + + BANK OF AMERICA, NATIONAL ASSOCIATION + QName: fibo-fbc-fct-mkti:Exchange-BANA + + http://www.bofaml.com/emea + BANA + BANK OF AMERICA, NATIONAL ASSOCIATION + + + + + + + + BLOOMBERG - APA + QName: fibo-fbc-fct-mkti:Exchange-BAPA + + http://www.bloomberg.com + BLOOMBERG - APA + + + + + + + + BLOOMBERG DATA REPORTING SERVICES B.V. - APA + QName: fibo-fbc-fct-mkti:Exchange-BAPE + + http://www.bloombergapae.com + BLOOMBERG DATA REPORTING SERVICES B.V. - APA + + + + + + + + BALTPOOL + QName: fibo-fbc-fct-mkti:Exchange-BAPX + + http://www.baltpool.lt + BALTPOOL + + + + + + + BARCLAYS FX - TRADING + QName: fibo-fbc-fct-mkti:Exchange-BARD + + http://www.barx.com/fx/index.html + BCAP LX + BARCLAYS FX - TRADING + + + + + + + + CBOE EUROPE - REGULATED MARKET DARK BOOK + QName: fibo-fbc-fct-mkti:Exchange-BARK + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE REGM DARK + CBOE EUROPE - REGULATED MARKET DARK BOOK + + + + + + + + BARCLAYS LIQUID MARKETS + QName: fibo-fbc-fct-mkti:Exchange-BARL + + http://www.barcap.com + BARCLAYS LIQUID MARKETS + + + + + + + + CBOE EUROPE - REGULATED MARKET OFF BOOK + QName: fibo-fbc-fct-mkti:Exchange-BARO + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE REGM OFF BOOK + CBOE EUROPE - REGULATED MARKET OFF BOOK + + + + + + + + CBOE EUROPE - REGULATED MARKET INTEGRATED BOOK + QName: fibo-fbc-fct-mkti:Exchange-BART + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE REGM LIT + CBOE EUROPE - REGULATED MARKET INTEGRATED BOOK + + + + + + + + CBOE EUROPE - REGULATED MARKET DARK BOOK (NL) + QName: fibo-fbc-fct-mkti:Exchange-BARU + + http://markets.cboe.com/europe/equities/about/ + CBOE EU REGM DARK + CBOE EUROPE - REGULATED MARKET DARK BOOK (NL) + + + + + + + + + BARCLAYS ATS + QName: fibo-fbc-fct-mkti:Exchange-BARX + + http://www.barx.com/equities/liquiditycrossing.html + BARCLAYS ATS + + + + + + + + BANK OF AMERICA MERRILL LYNCH - SWAP EXECUTIONS + QName: fibo-fbc-fct-mkti:Exchange-BASE + + http://www.bofaml.com + MLFE + BANK OF AMERICA MERRILL LYNCH - SWAP EXECUTIONS + + + + + + + + BANK OF AMERICA, NATIONAL ASSOCIATION - LONDON BRANCH OFFICE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BASI + + http://www.bofaml.com/emea + BANA LONDON + BANK OF AMERICA, NATIONAL ASSOCIATION - LONDON BRANCH OFFICE - SYSTEMATIC INTERNALISER + + + + + + + + + BANK OF AMERICA MERRILL LYNCH - SIMPLEX BLAST X + QName: fibo-fbc-fct-mkti:Exchange-BASX + + http://www.japan.ml.com/japan_overview/mljs_overview.asp + BANK OF AMERICA MERRILL LYNCH - SIMPLEX BLAST X + + + + + + + CBOE EUROPE -BXE DARK ORDER BOOK + QName: fibo-fbc-fct-mkti:Exchange-BATD + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE DARK + CBOE EUROPE -BXE DARK ORDER BOOK + + + + + + + + CBOE EUROPE -BXE ORDER BOOKS + QName: fibo-fbc-fct-mkti:Exchange-BATE + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE EUROPE + CBOE EUROPE -BXE ORDER BOOKS + + + + + + + + CBOE EUROPE - BXE OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-BATF + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE OFF-BOOK + CBOE EUROPE - BXE OFF-BOOK + + + + + + + + CBOE BZX OPTIONS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BATO + + http://markets.cboe.com/ + BATO + CBOE BZX OPTIONS EXCHANGE + + + + + + + + CBOE EUROPE - BXE PERIODIC + QName: fibo-fbc-fct-mkti:Exchange-BATP + + http://www.markets.cboe.com/europe/equities/overview/ + BXE PERIODIC + CBOE EUROPE - BXE PERIODIC + + + + + + + + CBOE BZX U.S. EQUITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BATS + + http://markets.cboe.com/ + BATS + CBOE BZX U.S. EQUITIES EXCHANGE + + + + + + + + CBOE BYX U.S. EQUITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BATY + + http://markets.cboe.com/ + BYXX + CBOE BYX U.S. EQUITIES EXCHANGE + + + + + + + + + BARCLAYS BANK IRELAND PLC + QName: fibo-fbc-fct-mkti:Exchange-BBIE + + http://www.barclays.ie + BBI + BARCLAYS BANK IRELAND PLC + + + + + + + + BARCLAYS BANK IRELAND PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BBIS + + http://www.barclays.ie + BBI SI + BARCLAYS BANK IRELAND PLC - SYSTEMATIC INTERNALISER + + + + + + + + + BLOOMBERG SEF LLC + QName: fibo-fbc-fct-mkti:Exchange-BBSF + + http://www.bloombergsef.com + BLOOMBERG SEF LLC + + + + + + + + BARCLAYS BANK PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BBSI + + http://www.barclays.com + BBPLC SI + BARCLAYS BANK PLC - SYSTEMATIC INTERNALISER + + + + + + + + + + BANCO BILBAO VIZCAYA ARGENTARIA S.A - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BBVA + + http://www.bbva.com + BBVA + BANCO BILBAO VIZCAYA ARGENTARIA S.A - SYSTEMATIC INTERNALISER + + + + + + + BARCLAYS DIRECT EX ATS + QName: fibo-fbc-fct-mkti:Exchange-BCDX + + http://realizations.barclays.com/global-markets/equities + BCDX + BARCLAYS DIRECT EX ATS + + + + + + + + + + BANQUE ET CAISSE D'EPARGNE DE L'ETAT, LUXEMBOURG - BCEE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BCEE + + http://www.bcee.lu + BCEE + BANQUE ET CAISSE D'EPARGNE DE L'ETAT, LUXEMBOURG - BCEE - SYSTEMATIC INTERNALISER + + + + + + + + BOLSA DE COMERCIO DE SANTA FE + QName: fibo-fbc-fct-mkti:Exchange-BCFS + + http://www.bcsf.com.ar + BOLSA DE COMERCIO DE SANTA FE + + + + + + + + + BANCA MARCH S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BCMA + + http://www.bancamarch.es + MARCH + BANCA MARCH S.A. - SYSTEMATIC INTERNALISER + + + + + + + + BOLSA DE CEREAIS E MERCADORIAS DE MARINGA + QName: fibo-fbc-fct-mkti:Exchange-BCMM + + http://www.bcmm.com.br + BOLSA DE CEREAIS E MERCADORIAS DE MARINGA + + + + + + + + CBOE EUROPE REGULATED MARKETS + QName: fibo-fbc-fct-mkti:Exchange-BCRM + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE EUROPE + CBOE EUROPE REGULATED MARKETS + + + + + + + + + BROKERCREDITSERVICE (CYPRUS) LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BCSC + + http://www.bcscyprus.com + BCE + BROKERCREDITSERVICE (CYPRUS) LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + BELARUS CURRENCY AND STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BCSE + + http://www.bcse.by + BCSE + BELARUS CURRENCY AND STOCK EXCHANGE + + + + + + + + BARCLAYS CAPITAL SECURITIES LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BCSI + + http://www.barclays.com + BCSL SI + BARCLAYS CAPITAL SECURITIES LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + + BARCLAYS CAPITAL SECURITIES LIMITED + QName: fibo-fbc-fct-mkti:Exchange-BCSL + + http://www.barclays.com + BCSL + BARCLAYS CAPITAL SECURITIES LIMITED + + + + + + + + CBOE EUROPE EQUITIES + QName: fibo-fbc-fct-mkti:Exchange-BCXE + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE EUROPE + CBOE EUROPE EQUITIES + + + + + + + + BAYERNLB - IDEAL FX - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BDEA + + http://www.bayernlb.de + BAYERNLB - IDEAL FX - SYSTEMATIC INTERNALISER + + + + + + + + + MTS ASSOCIATED MARKETS + QName: fibo-fbc-fct-mkti:Exchange-BEAM + + http://www.mtsbelgium.com + MTS ASSOCIATED MARKETS + + + + + + + + BOND ELECTRONIC EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BEEX + + http://www.bex.or.th + BOND ELECTRONIC EXCHANGE + + + + + + + + + BANCA ETICA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BEIS + + http://www.bancaetica.it + BANCA ETICA - SYSTEMATIC INTERNALISER + + + + + + + + BELFIUS BANK NV/SA + QName: fibo-fbc-fct-mkti:Exchange-BELB + + http://www.belfius.com + BELFIUS BANK NV/SA + + + + + + + + BELFIUS BANK NV/SA FIXED INCOME - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BELF + + http://www.belfius.com + BELFIUS BANK NV/SA FIXED INCOME - SYSTEMATIC INTERNALISER + + + + + + + + BOERSE BERLIN - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-BERA + + http://www.berlin-boerse.de + BOERSE BERLIN - REGULIERTER MARKT + + + + + + + + BOERSE BERLIN - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-BERB + + http://www.berlin-boerse.de + BOERSE BERLIN - FREIVERKEHR + + + + + + + + BOERSE BERLIN - BERLIN SECOND REGULATED MARKET + QName: fibo-fbc-fct-mkti:Exchange-BERC + + http://www.berlin-boerse.de + BOERSE BERLIN - BERLIN SECOND REGULATED MARKET + + + + + + + + + BETA MARKET + QName: fibo-fbc-fct-mkti:Exchange-BETA + + http://www.bse.hu + BETA MARKET + + + + + + + + BLOOMBERG TRADEBOOK JAPAN LIMITED + QName: fibo-fbc-fct-mkti:Exchange-BETP + + http://www.bloombergtradebook.com + BLOOMBERG TRADEBOOK JAPAN LIMITED + + + + + + + + BET OTC BILAT COMMODITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-BETX + + http://www.bp.com/en/global/trading/ + BET + BET OTC BILAT COMMODITY DERIVATIVES + + + + + + + CBOE EUROPE - BXE DARK ORDER BOOK (NL) + QName: fibo-fbc-fct-mkti:Exchange-BEUD + + http://markets.cboe.com/europe/equities/about/ + CBOE EU DARK + CBOE EUROPE - BXE DARK ORDER BOOK (NL) + + + + + + + + CBOE EUROPE - BXE ORDER BOOKS (NL) + QName: fibo-fbc-fct-mkti:Exchange-BEUE + + http://markets.cboe.com/europe/equities/about/ + CBOE EU BXE + CBOE EUROPE - BXE ORDER BOOKS (NL) + + + + + + + + CBOE EUROPE - BXE OFF-BOOK (NL) + QName: fibo-fbc-fct-mkti:Exchange-BEUF + + http://markets.cboe.com/europe/equities/about/ + CBOE EU BXE OFF BOOK + CBOE EUROPE - BXE OFF-BOOK (NL) + + + + + + + + CBOE EUROPE - REGULATED MARKET OFF BOOK (NL) + QName: fibo-fbc-fct-mkti:Exchange-BEUO + + http://markets.cboe.com/europe/equities/about/ + CBOE EU REGM OFF BOOK + CBOE EUROPE - REGULATED MARKET OFF BOOK (NL) + + + + + + + + CBOE EUROPE - BXE PERIODIC (NL) + QName: fibo-fbc-fct-mkti:Exchange-BEUP + + http://markets.cboe.com/europe/equities/about/ + CBOE EU BXE PERIODIC + CBOE EUROPE - BXE PERIODIC (NL) + + + + + + + + CBOE EUROPE - REGULATED MARKET INTEGRATED BOOK (NL) + QName: fibo-fbc-fct-mkti:Exchange-BEUT + + http://markets.cboe.com/europe/equities/about/ + CBOE EU REGM LIT + CBOE EUROPE - REGULATED MARKET INTEGRATED BOOK (NL) + + + + + + + + + BAHRAIN FINANCIAL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BFEX + + http://www.bfx.bh + BAHRAIN FINANCIAL EXCHANGE + + + + + + + + + BANCO FINANTIA S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BFPT + + http://www.finantia.pt + BANCO FINANTIA S.A. - SYSTEMATIC INTERNALISER + + + + + + + BGC BROKERS LP - TRAYPORT + QName: fibo-fbc-fct-mkti:Exchange-BGCB + + http://www.bgcpartners.com + BGC BROKERS LP - TRAYPORT + + + + + + + + BGC DERIVATIVE MARKETS L.P. + QName: fibo-fbc-fct-mkti:Exchange-BGCD + + http://www.bgcsef.com + BGCDML + BGC DERIVATIVE MARKETS L.P. + + + + + + + + + BGC FINANCIAL INC + QName: fibo-fbc-fct-mkti:Exchange-BGCF + + http://www.bgcpartners.com + BGC FINANCIAL INC + + + + + + + + BGC BROKERS LP + QName: fibo-fbc-fct-mkti:Exchange-BGCI + + http://www.bgcpartners.com + BGC BROKERS LP + + + + + + + BGC BROKERS LP - OTF + QName: fibo-fbc-fct-mkti:Exchange-BGCO + + http://www.bgcpartners.com + BGC BROKERS LP - OTF + + + + + + + + + BERENBERG FIXED INCOME - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BGFI + + http://www.berenberg.com + BGFI + BERENBERG FIXED INCOME - SYSTEMATIC INTERNALISER + + + + + + + + + BERENBERG FX - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BGFX + + http://www.berenberg.com + BGFX + BERENBERG FX - SYSTEMATIC INTERNALISER + + + + + + + + + + BERENBERG - SYSTEMATIC - INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BGSI + + http://www.berenberg.com + BBSI + BERENBERG - SYSTEMATIC - INTERNALISER + + + + + + + + BATS HOTSPOT SEF LLC + QName: fibo-fbc-fct-mkti:Exchange-BHSF + + http://www.hotspotfx.com + BATS HOTSPOT SEF LLC + + + + + + + + + BANK HANDLOWY W WARSZAWIE S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BHWA + + http://www.citibank.pl + BHW SI + BANK HANDLOWY W WARSZAWIE S.A. - SYSTEMATIC INTERNALISER + + + + + + + + BIDS TRADING L.P. + QName: fibo-fbc-fct-mkti:Exchange-BIDS + + http://www.bidstrading.com + BIDS + BIDS TRADING L.P. + + + + + + + + + BOND INVEST - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BINV + + http://www.steubing.com + BOND INVEST - SYSTEMATIC INTERNALISER + + + + + + + + GOLDMAN SACHS INTERNATIONAL BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BISI + + http://www.goldmansachs.com + GOLDMAN SACHS INTERNATIONAL BANK - SYSTEMATIC INTERNALISER + + + + + + + + + BOLSA INSTITUCIONAL DE VALORES + QName: fibo-fbc-fct-mkti:Exchange-BIVA + + http://www.biva.mx + BIVA + BOLSA INSTITUCIONAL DE VALORES + + + + + + + + BNY MELLON S.A./N.V. - BRUSSELS BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BKBF + + http://www.bnymellon.com + BNYM + BNY MELLON S.A./N.V. - BRUSSELS BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + + BNY MELLON S.A./N.V. - BRUSSELS BRANCH + QName: fibo-fbc-fct-mkti:Exchange-BKBR + + http://www.bnymellon.com + BNYM + BNY MELLON S.A./N.V. - BRUSSELS BRANCH + + + + + + + + BNY MELLON MARKETS EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-BKDM + + http://www.bnymellon.com + BNYMEL + BNY MELLON MARKETS EUROPE LIMITED + + + + + + + + BNY MELLON - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BKLF + + http://www.bnymellon.com + BNYM + BNY MELLON - SYSTEMATIC INTERNALISER + + + + + + + + + BNY MELLON INTERNATIONAL - LONDON BRANCH + QName: fibo-fbc-fct-mkti:Exchange-BKLN + + http://www.bnymellon.com + BNYM + BNY MELLON INTERNATIONAL - LONDON BRANCH + + + + + + + + + BKS BANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BKSK + + http://www.bks.at + BKS BANK AG - SYSTEMATIC INTERNALISER + + + + + + + + BAYERNLB + QName: fibo-fbc-fct-mkti:Exchange-BLBB + + http://www.bayernlb.de + BAYERNLB + + + + + + + BANJA LUKA STOCK EXCHANGE - FREE MARKET + QName: fibo-fbc-fct-mkti:Exchange-BLBF + + http://www.blberza.com + BLSE + BANJA LUKA STOCK EXCHANGE - FREE MARKET + + + + + + + + + BAYERNLB - BONDS MARKET - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BLBS + + http://www.bayernlb.de + BAYERNLB - BONDS MARKET - SYSTEMATIC INTERNALISER + + + + + + + + BAYERNLB - EQUITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-BLEQ + + http://www.bayernlb.de + BAYERNLB - EQUITIES MARKET + + + + + + + + + BLOCK EVENT + QName: fibo-fbc-fct-mkti:Exchange-BLEV + + http://www.blockevent.com + BLOCK EVENT + + + + + + + BAYERNLB - LIQP BONDS MARKET + QName: fibo-fbc-fct-mkti:Exchange-BLIQ + + http://www.bayernlb.de + BAYERNLB - LIQP BONDS MARKET + + + + + + + + + INSTINET BLOCKCROSS ATS + QName: fibo-fbc-fct-mkti:Exchange-BLKX + + http://www.instinet.com + BLKX + INSTINET BLOCKCROSS ATS + + + + + + + BLINK MTF + QName: fibo-fbc-fct-mkti:Exchange-BLNK + + http://www.cheuvreux.com + BLINK MTF + + + + + + + + BLOCKMATCH DARK + QName: fibo-fbc-fct-mkti:Exchange-BLOX + + http://www.instinet.com + BLOCKMATCH DARK + + + + + + + + + BELGIAN POWER EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BLPX + + http://www.belpex.be + BLPX + BELGIAN POWER EXCHANGE + + + + + + + + BLOOMBERG TRADEBOOK LLC + QName: fibo-fbc-fct-mkti:Exchange-BLTD + + http://www.bloombergtradebook.com + BLOOMBERG TRADEBOOK LLC + + + + + + + BALTEX - FREIGHT DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-BLTX + + http://www.balticexchange.com + BALTEX - FREIGHT DERIVATIVES MARKET + + + + + + + + + PRO SECURITIES ATS + QName: fibo-fbc-fct-mkti:Exchange-BLUE + + PROS + PRO SECURITIES ATS + + + + + + + + + BANQUE DE LUXEMBOURG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BLUX + + http://www.banquedeluxembourg.com + BANQUE DE LUXEMBOURG - SYSTEMATIC INTERNALISER + + + + + + + + INSTINET BLX (AU) + QName: fibo-fbc-fct-mkti:Exchange-BLXA + + http://www.instinet.com + INSTINET BLX (AU) + + + + + + + BME CLEARING S.A. + QName: fibo-fbc-fct-mkti:Exchange-BMCL + + http://www.aiaf.es + BME CLEARING S.A. + + + + + + + + BME - APA + QName: fibo-fbc-fct-mkti:Exchange-BMEA + + http://www.bolsasymercados.es/regulatory-services/ing/home + BME APA + BME - APA + + + + + + + + + BME - BOLSAS Y MERCADOS ESPANOLES + QName: fibo-fbc-fct-mkti:Exchange-BMEX + + http://www.bolsasymercados.es + BME + BME - BOLSAS Y MERCADOS ESPANOLES + + + + + + + + + BANK OF MONTREAL - LONDON BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BMLB + + http://www.bmocm.com + BMO + BANK OF MONTREAL - LONDON BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + BANK OF AMERICA MERRILL LYNCH INTERNATIONAL BANK DESIGNATED ACTIVITY COMPANY + QName: fibo-fbc-fct-mkti:Exchange-BMLX + + http://www.bofaml.com/emea + BAMLI + BANK OF AMERICA MERRILL LYNCH INTERNATIONAL BANK DESIGNATED ACTIVITY COMPANY + + + + + + + + BANK OF AMERICA MERRILL LYNCH INTERNATIONAL BANK DESIGNATED ACTIVITY COMPANY - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BMSI + + http://www.bofaml.com/emea + BAMLI + BANK OF AMERICA MERRILL LYNCH INTERNATIONAL BANK DESIGNATED ACTIVITY COMPANY - SYSTEMATIC INTERNALISER + + + + + + + + + BLOOMBERG TRADING FACILITY LIMITED + QName: fibo-fbc-fct-mkti:Exchange-BMTF + + http://www.bloomberg.com + BLOOMBERG TRADING FACILITY LIMITED + + + + + + + MTS BELGIUM + QName: fibo-fbc-fct-mkti:Exchange-BMTS + + http://www.mtsbelgium.com + MTS BELGIUM + + + + + + + + TRADEWEB DIRECT LLC + QName: fibo-fbc-fct-mkti:Exchange-BNDD + + http://www.tradeweb.com + TRADEWEB DIRECT LLC + + + + + + + + + + BANCA NAZIONALE DEL LAVORO SPA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BNLD + + http://www.bnl.it + BANCA NAZIONALE DEL LAVORO SPA - SYSTEMATIC INTERNALISER + + + + + + + + + BNP PARIBAS ARBITRAGE SNC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BNPA + + http://www.cib.bnpparibas.com + BNPP A SI + BNP PARIBAS ARBITRAGE SNC - SYSTEMATIC INTERNALISER + + + + + + + + + BNP PARIBAS FORTIS SA/NV- SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BNPF + + http://www.bnpparibasfortis.com + BNPPF SI + BNP PARIBAS FORTIS SA/NV- SYSTEMATIC INTERNALISER + + + + + + + + + BANK BGZ BNP PARIBAS S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BNPP + + http://www.bgzbnpparibas.pl + BANK BGZ BNP PARIBAS S.A. - SYSTEMATIC INTERNALISER + + + + + + + + + BNP PARIBAS SA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BNPS + + http://www.cib.bnpparibas.com + BNPP SA SI + BNP PARIBAS SA - SYSTEMATIC INTERNALISER + + + + + + + + + THE BANK OF NOVA SCOTIA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BNSX + + http://www.scotiabank.com + THE BANK OF NOVA SCOTIA - SYSTEMATIC INTERNALISER + + + + + + + BLOCKMATCH MTF NT + QName: fibo-fbc-fct-mkti:Exchange-BNTW + + http://www.instinet.com + BLOCKMATCH MTF NT + + + + + + + + + CONVERGEX + QName: fibo-fbc-fct-mkti:Exchange-BNYC + + http://www.convergex.com + CONVERGEX + + + + + + + BANK OF AMERICA, NATIONAL ASSOCIATION - LONDON BRANCH OFFICE + QName: fibo-fbc-fct-mkti:Exchange-BOAL + + http://www.bofaml.com/emea + BANK OF AMERICA, NATIONAL ASSOCIATION - LONDON BRANCH OFFICE + + + + + + + + + CINNOBER BOAT + QName: fibo-fbc-fct-mkti:Exchange-BOAT + + http://www.cinnober.com/boat-trade-reporting + CINNOBER BOAT + + + + + + + + + BANK OF SCOTLAND PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BOFS + + http://www.bankofscotland.co.uk + BANK OF SCOTLAND PLC - SYSTEMATIC INTERNALISER + + + + + + + + BONDSCAPE + QName: fibo-fbc-fct-mkti:Exchange-BOSC + + http://www.bondscape.net + BONDSCAPE + + + + + + + NASDAQ OMX BX DARK + QName: fibo-fbc-fct-mkti:Exchange-BOSD + + http://www.nasdaqomxtrader.com + NQBXDARK + NASDAQ OMX BX DARK + + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/BONDSPOT/MTF + QName: fibo-fbc-fct-mkti:Exchange-BOSP + + http://www.bondspot.pl + WARSAW STOCK EXCHANGE/BONDS/CATALYST/BONDSPOT/MTF + + + + + + + + OFF EXCHANGE IDENTIFIER FOR OTC TRADES REPORTED TO CBOE EUROPE + QName: fibo-fbc-fct-mkti:Exchange-BOTC + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE OFF EXCHANGE + OFF EXCHANGE IDENTIFIER FOR OTC TRADES REPORTED TO CBOE EUROPE + + + + + + + + BOTSWANA STOCK EXCHANGE - EXCHANGE TRADED FUNDS (ETF) + QName: fibo-fbc-fct-mkti:Exchange-BOTE + + http://www.bse.co.bw + BOT + BOTSWANA STOCK EXCHANGE - EXCHANGE TRADED FUNDS (ETF) + + + + + + + + BOTSWANA STOCK EXCHANGE - VENTURE CAPITAL + QName: fibo-fbc-fct-mkti:Exchange-BOTV + + http://www.bse.co.bw + BOT + BOTSWANA STOCK EXCHANGE - VENTURE CAPITAL + + + + + + + + + BOLSA DE CORREDORES - BOLSA DE VALORES + QName: fibo-fbc-fct-mkti:Exchange-BOVA + + http://www.bovalpo.com + BOLSA DE CORREDORES - BOLSA DE VALORES + + + + + + + + BOLSA DE VALORES MINAS-ESPIRITO SANTO-BRASILIA + QName: fibo-fbc-fct-mkti:Exchange-BOVM + + http://www.bovmesb.com.br + BOLSA DE VALORES MINAS-ESPIRITO SANTO-BRASILIA + + + + + + + + + PKO BANK POLSKI S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BPKO + + http://www.pkobp.pl + PKO BP + PKO BANK POLSKI S.A. - SYSTEMATIC INTERNALISER + + + + + + + + BARCLAYS BANK PLC + QName: fibo-fbc-fct-mkti:Exchange-BPLC + + http://www.barclays.com + BBPLC + BARCLAYS BANK PLC + + + + + + + BLOOMBERG BPOOL + QName: fibo-fbc-fct-mkti:Exchange-BPOL + + http://www.bloomberg.com + BLOOMBERG BPOOL + + + + + + + + + + BNP PARIBAS SECURITIES SERVICES - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BPSX + + http://www.securities.bnpparibas.com + BP2S + BNP PARIBAS SECURITIES SERVICES - SYSTEMATIC INTERNALISER + + + + + + + + BRD - GROUPE SOCIETE GENERALE S.A. + QName: fibo-fbc-fct-mkti:Exchange-BRDE + + http://www.brd.ro + BRD - GROUPE SOCIETE GENERALE S.A. + + + + + + + BRD - GROUPE SOCIETE GENERALE S.A. - LIQUIDITY PROVIDER + QName: fibo-fbc-fct-mkti:Exchange-BRDL + + http://www.brd.ro + BRD - GROUPE SOCIETE GENERALE S.A. - LIQUIDITY PROVIDER + + + + + + + + + BRD - GROUPE SOCIETE GENERALE S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BRDS + + http://www.brd.ro + BRD - GROUPE SOCIETE GENERALE S.A. - SYSTEMATIC INTERNALISER + + + + + + + + + + BANCA REALE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BREA + + http://www.bancareale.it + BANCA REALE - SYSTEMATIC INTERNALISER + + + + + + + BLOCKMATCH MTF RFQ + QName: fibo-fbc-fct-mkti:Exchange-BRFQ + + http://www.instinet.com + BLOCKMATCH MTF RFQ + + + + + + + + + BRYAN GARNIER AND CO LIMITED + QName: fibo-fbc-fct-mkti:Exchange-BRGA + + http://www.bryangarnier.com + BRYAN GARNIER AND CO LIMITED + + + + + + + + BRAZILIAN ENERGY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BRIX + + BRAZILIAN ENERGY EXCHANGE + + + + + + + + BERNSTEIN CROSS (BERN-X) + QName: fibo-fbc-fct-mkti:Exchange-BRNX + + http://www.alliancebernstein.com + BERN-X + BERNSTEIN CROSS (BERN-X) + + + + + + + + BAKU STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BSEX + + http://www.bse.az + BAKU STOCK EXCHANGE + + + + + + + + BAYERNLB - FX HANDEL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-BSFX + + http://www.bayernlb.de + BAYERNLB - FX HANDEL - SYSTEMATIC INTERNALISER + + + + + + + + BSE SME + QName: fibo-fbc-fct-mkti:Exchange-BSME + + http://www.bsesme.com + BSE SME + BSE SME + + + + + + + + + CME AMSTERDAM B.V. + QName: fibo-fbc-fct-mkti:Exchange-BTAM + + http://www.nex.com + CME AMSTERDAM B.V. + + + + + + + + ICAP ELECTRONIC BROKING (US) + QName: fibo-fbc-fct-mkti:Exchange-BTEC + + http://www.icap.com + ICAP ELECTRONIC BROKING (US) + + + + + + + + BROKERTEC EUROPE LIMITED - ALL MARKETS + QName: fibo-fbc-fct-mkti:Exchange-BTEE + + http://www.brokertec.com/ + BEM + BROKERTEC EUROPE LIMITED - ALL MARKETS + + + + + + + + BLOOMBERG TRADING FACILITY B.V. + QName: fibo-fbc-fct-mkti:Exchange-BTFE + + http://www.bloombergtfe.com + BLOOMBERG TRADING FACILITY B.V. + + + + + + + + BTL OTC BILAT COMMODITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-BTLX + + http://www.bp.com/en/global/trading/ + BTL + BTL OTC BILAT COMMODITY DERIVATIVES + + + + + + + + BITNOMIAL + QName: fibo-fbc-fct-mkti:Exchange-BTNL + + http://www.bitnomial.com + BITNOMIAL + + + + + + + NASDAQ COMMODITIES - BULK COMMODITY + QName: fibo-fbc-fct-mkti:Exchange-BULK + + http://www.nasdaqomx.com/commodities/ + NASDAQ COMMODITIES - BULK COMMODITY + + + + + + + + + CARACAS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-BVCA + + http://www.bolsadecaracas.com + BVCC + CARACAS STOCK EXCHANGE + + + + + + + + BM&FBOVESPA S.A. - BOLSA DE VALORES, MERCADORIAS E FUTUROS + QName: fibo-fbc-fct-mkti:Exchange-BVMF + + http://www.bmfbovespa.com.br + BM&FBOVESPA S.A. - BOLSA DE VALORES, MERCADORIAS E FUTUROS + + + + + + + BONDVISION UK + QName: fibo-fbc-fct-mkti:Exchange-BVUK + + http://www.mtsmarkets.com + BONDVISION UK + + + + + + + + + BOLSA ELECTRONICA DE VALORES DEL URUGUAY + QName: fibo-fbc-fct-mkti:Exchange-BVUR + + https://web.bevsa.com.uy/bevsaintranet2008/inicio/default.aspx + BOLSA ELECTRONICA DE VALORES DEL URUGUAY + + + + + + + BONDVISION US + QName: fibo-fbc-fct-mkti:Exchange-BVUS + + http://www.mtsmarkets.com + BONDVISION US + + + + + + + + CBOE BYX U.S. EQUITIES EXCHANGE DARK + QName: fibo-fbc-fct-mkti:Exchange-BYXD + + http://markets.cboe.com/ + BYXDARK + CBOE BYX U.S. EQUITIES EXCHANGE DARK + + + + + + + + CBOE BZX U.S. EQUITIES EXCHANGE DARK + QName: fibo-fbc-fct-mkti:Exchange-BZXD + + http://markets.cboe.com/ + BZXDARK + CBOE BZX U.S. EQUITIES EXCHANGE DARK + + + + + + + + C2 OPTIONS EXCHANGE INC. + QName: fibo-fbc-fct-mkti:Exchange-C2OX + + http://markets.cboe.com/ + C2OX + C2 OPTIONS EXCHANGE INC. + + + + + + + + + + CAIXABANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CABK + + http://www.caixabank.com + CABK + CAIXABANK - SYSTEMATIC INTERNALISER + + + + + + + + CME AMSTERDAM B.V. - APA + QName: fibo-fbc-fct-mkti:Exchange-CABV + + http://www.nex.com + CME AMSTERDAM B.V. - APA + + + + + + + CREDIT SUISSE AES CROSSFINDER + QName: fibo-fbc-fct-mkti:Exchange-CAES + + http://www.credit-suisse.com + CREDIT SUISSE AES CROSSFINDER + + + + + + + + + CANDEAL.CA INC + QName: fibo-fbc-fct-mkti:Exchange-CAND + + http://www.candeal.com + CANDEAL + CANDEAL.CA INC + + + + + + + + CANNEX FINANCIAL EXCHANGE LTS + QName: fibo-fbc-fct-mkti:Exchange-CANX + + http://www.cannex.com + CANNEX + CANNEX FINANCIAL EXCHANGE LTS + + + + + + + CBOE EUROPE - APA (NL) + QName: fibo-fbc-fct-mkti:Exchange-CAPA + + http://markets.cboe.com/europe/equities/about/ + CBOE EU OFF EXCHANGE + CBOE EUROPE - APA (NL) + + + + + + + + + CAPI - OTF + QName: fibo-fbc-fct-mkti:Exchange-CAPI + + http://www.capi.es + CAPI + CAPI - OTF + + + + + + + + + CARNEGIE INVESTMENT BANK AB - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CASI + + http://www.carnegie.se + CARNEGIE INVESTMENT BANK AB - SYSTEMATIC INTERNALISER + + + + + + + + CATS + QName: fibo-fbc-fct-mkti:Exchange-CATS + + http://www.bs-cats.com + CATS + CATS + + + + + + + + CAVENDISH MARKETS B.V. + QName: fibo-fbc-fct-mkti:Exchange-CAVD + + http://www.cavendishmarkets.com + CAVENDISH MARKETS B.V. + + + + + + + CAVEAT EMPTOR + QName: fibo-fbc-fct-mkti:Exchange-CAVE + + http://www.otcmarkets.com + CAVEAT EMPTOR + + + + + + + + + + COMMONWEALTH BANK OF AUSTRALIA - LONDON BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CBAL + + http://www.commbank.com.au/about-us/our-company/international-branches/europe.html + COMMONWEALTH BANK OF AUSTRALIA - LONDON BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + COMMERZBANK AG + QName: fibo-fbc-fct-mkti:Exchange-CBKA + + http://www.commerzbank.com + COMMERZBANK AG + + + + + + + + COMMERZBANK COMMODITY DERIVATIVES - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CBKC + + http://www.commerzbank.com + COMMERZBANK COMMODITY DERIVATIVES - SYSTEMATIC INTERNALISER + + + + + + + + + COMMERZBANK EQUITY DERIVATIVES - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CBKD + + http://www.commerzbank.com + COMMERZBANK EQUITY DERIVATIVES - SYSTEMATIC INTERNALISER + + + + + + + + + COMMERZBANK EQUITY - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CBKE + + http://www.commerzbank.com + COMMERZBANK EQUITY - SYSTEMATIC INTERNALISER + + + + + + + + + COMMERZBANK COMMANDER - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CBKF + + http://www.commerzbank.com + COMMERZBANK COMMANDER - SYSTEMATIC INTERNALISER + + + + + + + + + COMMERZBANK FIXED INCOME - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CBKG + + http://www.commerzbank.com + COMMERZBANK FIXED INCOME - SYSTEMATIC INTERNALISER + + + + + + + + CITIBLOC + QName: fibo-fbc-fct-mkti:Exchange-CBLC + + http://www.citibank.com/mss/products/equities/e_trading/liquidity.html + CBLC + CITIBLOC + + + + + + + + + CITIBANK N.A. - LONDON BRANCH + QName: fibo-fbc-fct-mkti:Exchange-CBNL + + http://www.citigroup.com/citi + CITIBANK N.A. - LONDON BRANCH + + + + + + + CBOE STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-CBSX + + http://www.cbsx.com + CBSX + CBOE STOCK EXCHANGE + + + + + + + + CME SWAPS MARKETS (CBOT) + QName: fibo-fbc-fct-mkti:Exchange-CBTS + + http://www.cmegroup.com + CME SWAPS MARKETS (CBOT) + + + + + + + + + + CITADEL CONNECT EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CCEU + + http://www.citadelsecurities.com + CITADEL CONNECT EUROPE - SYSTEMATIC INTERNALISER + + + + + + + + CASPY COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-CCEX + + http://www.comex.kz + CASPY COMMODITY EXCHANGE + + + + + + + + CHINA FINANCIAL FUTURES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-CCFX + + http://www.cffex.com.cn + CHINA FINANCIAL FUTURES EXCHANGE + + + + + + + + FINESTI S.A. + QName: fibo-fbc-fct-mkti:Exchange-CCLX + + http://www.cclux.lu + CCLUX + FINESTI S.A. + + + + + + + + CONTINENTAL CAPITAL MARKETS LIMITED - OTF + QName: fibo-fbc-fct-mkti:Exchange-CCML + + http://www.conticap.com + CONTICAP OTF + CONTINENTAL CAPITAL MARKETS LIMITED - OTF + + + + + + + + CONTINENTAL CAPITAL MARKETS S.A. + QName: fibo-fbc-fct-mkti:Exchange-CCMS + + http://www.conticap.com + CONTINENTAL CAPITAL MARKETS S.A. + + + + + + + + CANTORCO2E.COM LIMITED + QName: fibo-fbc-fct-mkti:Exchange-CCO2 + + http://www.cantorco2e.com + CANTORCO2E.COM LIMITED + + + + + + + + CBOE EUROPE REGULATED MARKETS (NL) + QName: fibo-fbc-fct-mkti:Exchange-CCRM + + http://markets.cboe.com/europe/equities/about/ + CBOE EU RM + CBOE EUROPE REGULATED MARKETS (NL) + + + + + + + + CBOE EUROPE EQUITIES - EUROPEAN EQUITIES (NL) + QName: fibo-fbc-fct-mkti:Exchange-CCXE + + http://markets.cboe.com/europe/equities/about/ + CBOE EUROPE B.V. + CBOE EUROPE EQUITIES - EUROPEAN EQUITIES (NL) + + + + + + + + CITADEL SECURITIES + QName: fibo-fbc-fct-mkti:Exchange-CDED + + http://www.citadelsecurities.com + CITADEL SECURITIES + + + + + + + + CLEARCORP DEALING SYSTEMS (INDIA) LTD. + QName: fibo-fbc-fct-mkti:Exchange-CDSL + + http://www.ccilindia.com + CLEARCORP + CLEARCORP DEALING SYSTEMS (INDIA) LTD. + + + + + + + CME SWAPS MARKETS (COMEX) + QName: fibo-fbc-fct-mkti:Exchange-CECS + + http://www.cmegroup.com + CME SWAPS MARKETS (COMEX) + + + + + + + + CESKOSLOVENSKA OBCHODNI BANKA, A.S. - OTHER LIQUIDITY PROVIDER (OLP) + QName: fibo-fbc-fct-mkti:Exchange-CELP + + http://www.csob.cz + CSOB + CESKOSLOVENSKA OBCHODNI BANKA, A.S. - OTHER LIQUIDITY PROVIDER (OLP) + + + + + + + + + + CITIBANK EUROPE PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CEPL + + http://www.citigroup.com/citi/ + CITIBANK EUROPE PLC - SYSTEMATIC INTERNALISER + + + + + + + + + CITIBANK EUROPE PLC - LONDON BRANCH + QName: fibo-fbc-fct-mkti:Exchange-CEPU + + http://www.citigroup.com/citi + CITIBANK EUROPE PLC - LONDON BRANCH + + + + + + + + CESKOSLOVENSKA OBCHODNI BANKA, A.S. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CESI + + http://www.csob.cz + CSOB + CESKOSLOVENSKA OBCHODNI BANKA, A.S. - SYSTEMATIC INTERNALISER + + + + + + + + + CETIP S.A. - MERCADOS ORGANIZADOS + QName: fibo-fbc-fct-mkti:Exchange-CETI + + http://www.cetip.com.br + CETIP S.A. - MERCADOS ORGANIZADOS + + + + + + + CBOE EUROPE - CXE DARK ORDER BOOK (NL) + QName: fibo-fbc-fct-mkti:Exchange-CEUD + + http://markets.cboe.com/europe/equities/about/ + CBOE EU CXE DARK + CBOE EUROPE - CXE DARK ORDER BOOK (NL) + + + + + + + + CBOE EUROPE - CXE OFF-BOOK (NL) + QName: fibo-fbc-fct-mkti:Exchange-CEUO + + http://markets.cboe.com/europe/equities/about/ + CBOE EU CXE OFF BOOK + CBOE EUROPE - CXE OFF-BOOK (NL) + + + + + + + + CBOE EUROPE - CXE ORDER BOOKS (NL) + QName: fibo-fbc-fct-mkti:Exchange-CEUX + + http://markets.cboe.com/europe/equities/about/ + CBOE EU CXE + CBOE EUROPE - CXE ORDER BOOKS (NL) + + + + + + + + CROSSFINDER AUSTRALIA + QName: fibo-fbc-fct-mkti:Exchange-CFAU + + http://www.credit-suisse.com/hk/en/investment-banking/client-offering/aes/crossfinder.html + CROSSFINDER AUSTRALIA + + + + + + + + CHINA FOREIGN EXCHANGE TRADE SYSTEM - SHANGHAI - HONG KONG BOND CONNECT + QName: fibo-fbc-fct-mkti:Exchange-CFBC + + http://www.chinamoney.com.cn + CFETSBC + CHINA FOREIGN EXCHANGE TRADE SYSTEM - SHANGHAI - HONG KONG BOND CONNECT + + + + + + + + CROSSFINDER HONG KONG + QName: fibo-fbc-fct-mkti:Exchange-CFHK + + http://www.credit-suisse.com/hk/en/investment-banking/client-offering/aes/crossfinder.html + CROSSFINDER HONG KONG + + + + + + + + + CREDIT FINANCIER INVEST (CFI) LTD + QName: fibo-fbc-fct-mkti:Exchange-CFIF + + http://www.cfifinancial.com.cy + CFI + CREDIT FINANCIER INVEST (CFI) LTD + + + + + + + CROSSFINDER JAPAN + QName: fibo-fbc-fct-mkti:Exchange-CFJP + + http://www.credit-suisse.com/hk/en/investment-banking/client-offering/aes/crossfinder.html + CROSSFINDER JAPAN + + + + + + + + + CROSSFINDER TAIWAN + QName: fibo-fbc-fct-mkti:Exchange-CFTW + + http://www.credit-suisse.com/sites/aes/en/asia.html + CROSSFINDER TAIWAN + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - COLLATERALIZED MONEY MARKET GUARANTEE SERVICE + QName: fibo-fbc-fct-mkti:Exchange-CGCM + + http://www.ccg.it + NEWMIC + CASSA DI COMPENSAZIONE E GARANZIA SPA - COLLATERALIZED MONEY MARKET GUARANTEE SERVICE + + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - BONDS CCP SERVICE + QName: fibo-fbc-fct-mkti:Exchange-CGDB + + http://www.ccg.it + CCGBONDS + CASSA DI COMPENSAZIONE E GARANZIA SPA - BONDS CCP SERVICE + + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - EURO BONDS CCP SERVICE + QName: fibo-fbc-fct-mkti:Exchange-CGEB + + http://www.ccg.it + CCGEUROBONDS + CASSA DI COMPENSAZIONE E GARANZIA SPA - EURO BONDS CCP SERVICE + + + + + + + + CGEC - CITIGROUP GLOBAL MARKETS EUROPE AG - CENTRAL RISK DESK + QName: fibo-fbc-fct-mkti:Exchange-CGEC + + http://www.citigroup.de + CGEC - CITIGROUP GLOBAL MARKETS EUROPE AG - CENTRAL RISK DESK + + + + + + + + CITI MATCH - DE + QName: fibo-fbc-fct-mkti:Exchange-CGEE + + http://www.citigroup.de + CITI MATCH - DE + + + + + + + + CITIGROUP GLOBAL MARKETS EUROPE AG - EMEA TRADING + QName: fibo-fbc-fct-mkti:Exchange-CGET + + http://www.citigroup.de + CITIGROUP GLOBAL MARKETS EUROPE AG - EMEA TRADING + + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP AGRICULTURAL COMMODITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-CGGD + + http://www.ccg.it + CCGAGRIDER + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP AGRICULTURAL COMMODITY DERIVATIVES + + + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA + QName: fibo-fbc-fct-mkti:Exchange-CGIT + + http://www.ccg.it + CC+G + CASSA DI COMPENSAZIONE E GARANZIA SPA + + + + + + + + CITI MATCH AUSTRALIA + QName: fibo-fbc-fct-mkti:Exchange-CGMA + + http://icg.citi.com/icg/global_markets/product_solutions/global_equities/citi_match.jsp + CITI MATCH AUSTRALIA + + + + + + + CITIGROUP GLOBAL MARKETS LIMITED - CENTRAL RISK DESK + QName: fibo-fbc-fct-mkti:Exchange-CGMC + + http://www.citigroup.com/citi + CITIGROUP GLOBAL MARKETS LIMITED - CENTRAL RISK DESK + + + + + + + + + + CITIGROUP GLOBAL MARKETS EUROPE AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CGMD + + http://www.citigroup.de + CITIGROUP GLOBAL MARKETS EUROPE AG - SYSTEMATIC INTERNALISER + + + + + + + CITI MATCH - GB + QName: fibo-fbc-fct-mkti:Exchange-CGME + + http://www.citigroup.com + CITI MATCH - GB + + + + + + + + + CITI MATCH - HK + QName: fibo-fbc-fct-mkti:Exchange-CGMH + + http://www.citigroup.com + CITI MATCH - HK + + + + + + + + CITIGROUP GLOBAL MARKETS + QName: fibo-fbc-fct-mkti:Exchange-CGMI + + http://www.citigroup.com + CITIGROUP GLOBAL MARKETS + + + + + + + + CITIGROUP GLOBAL MARKETS LIMITED + QName: fibo-fbc-fct-mkti:Exchange-CGML + + http://www.citigroup.com/citi + CITIGROUP GLOBAL MARKETS LIMITED + + + + + + + CITIGROUP GLOBAL MARKETS LIMITED - EMEA TRADING + QName: fibo-fbc-fct-mkti:Exchange-CGMT + + http://www.citigroup.com/citi + CITIGROUP GLOBAL MARKETS LIMITED - EMEA TRADING + + + + + + + + + CITI MEXICO RPI (RETAIL PRICE IMPROVEMENT) + QName: fibo-fbc-fct-mkti:Exchange-CGMX + + http://www.citigroup.com + CITI MEXICO RPI (RETAIL PRICE IMPROVEMENT) + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP ENERGY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-CGND + + http://www.ccg.it + CCGENERGYDER + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP ENERGY DERIVATIVES + + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP EQUITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-CGQD + + http://www.ccg.it + CCGEQUITYDER + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP EQUITY DERIVATIVES + + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - EQUITY CCP SERVICE + QName: fibo-fbc-fct-mkti:Exchange-CGQT + + http://www.ccg.it + CCGEQUITY + CASSA DI COMPENSAZIONE E GARANZIA SPA - EQUITY CCP SERVICE + + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - TRIPARTY REPO CCP SERVICE + QName: fibo-fbc-fct-mkti:Exchange-CGTR + + http://www.ccg.it + CCGTRIPARTY + CASSA DI COMPENSAZIONE E GARANZIA SPA - TRIPARTY REPO CCP SERVICE + + + + + + + + + CA CHEUVREUX + QName: fibo-fbc-fct-mkti:Exchange-CHEV + + http://www.cheuvreux.com + CA CHEUVREUX + + + + + + + + CHI-X AUSTRALIA + QName: fibo-fbc-fct-mkti:Exchange-CHIA + + http://www.chi-x.com/apac/ + CHI-X AUSTRALIA + + + + + + + + CHI-X CANADA ATS + QName: fibo-fbc-fct-mkti:Exchange-CHIC + + http://www.chi-xcanada.com + CHI-X CANADA ATS + + + + + + + CBOE EUROPE - CXE DARK ORDER BOOK + QName: fibo-fbc-fct-mkti:Exchange-CHID + + http://www.markets.cboe.com/europe/equities/overview/ + CXE DARK + CBOE EUROPE - CXE DARK ORDER BOOK + + + + + + + + + CHI-X JAPAN + QName: fibo-fbc-fct-mkti:Exchange-CHIJ + + http://www.chi-x.asia/apac/jp/eng + CHI-X JAPAN + + + + + + + CBOE EUROPE - CXE OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-CHIO + + http://www.markets.cboe.com/europe/equities/overview/ + CXE OFF-BOOK + CBOE EUROPE - CXE OFF-BOOK + + + + + + + + CHI-X JAPAN SELECT + QName: fibo-fbc-fct-mkti:Exchange-CHIS + + http://www.chi-x.jp + CHI-SELECT + CHI-X JAPAN SELECT + + + + + + + + CHI-X JAPAN VWAP CROSSING + QName: fibo-fbc-fct-mkti:Exchange-CHIV + + http://www.chi-x.jp/ + CHI-X JAPAN VWAP CROSSING + + + + + + + + CBOE EUROPE - CXE ORDER BOOKS + QName: fibo-fbc-fct-mkti:Exchange-CHIX + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE EUROPE + CBOE EUROPE - CXE ORDER BOOKS + + + + + + + + + + CANADIAN IMPERIAL BANK OF COMMERCE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CIBC + + http://www.cibcwm.com + CIBC + CANADIAN IMPERIAL BANK OF COMMERCE - SYSTEMATIC INTERNALISER + + + + + + + + + CIB BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CIBH + + http://www.cib.hu + CIB BANK - SYSTEMATIC INTERNALISER + + + + + + + + + CIBC WORLD MARKETS PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CIBP + + http://www.cibcwm.com + CIBC WM PLC + CIBC WORLD MARKETS PLC - SYSTEMATIC INTERNALISER + + + + + + + CITI CROSS + QName: fibo-fbc-fct-mkti:Exchange-CICX + + http://www.citigroup.com + CX + CITI CROSS + + + + + + + + CIMD S.V. S.A. - OTF FOR BONDS + QName: fibo-fbc-fct-mkti:Exchange-CIMB + + http://www.grupocimd.com/cimd-sv/ + CIMD S.V. S.A. - OTF FOR BONDS + + + + + + + + + CIMD S.V. S.A. - OTF + QName: fibo-fbc-fct-mkti:Exchange-CIMD + + http://www.grupocimd.com/cimd-sv/ + CIMD S.V. S.A. - OTF + + + + + + + CIMD S.V. S.A. - OTF FOR ENERGY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-CIME + + http://www.grupocimd.com/cimd-sv/ + CIMD S.V. S.A. - OTF FOR ENERGY DERIVATIVES + + + + + + + + CIMD S.V. S.A. - OTF FOR DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-CIMV + + http://www.grupocimd.com/cimd-sv/ + CIMD S.V. S.A. - OTF FOR DERIVATIVES + + + + + + + + CIOI + QName: fibo-fbc-fct-mkti:Exchange-CIOI + + http://www.citivelocity.com + CIOI + CIOI + + + + + + + + CITI DARK + QName: fibo-fbc-fct-mkti:Exchange-CITD + + http://www.citivelocity.com + CITI DARK + + + + + + + + + CITI MATCH - JP + QName: fibo-fbc-fct-mkti:Exchange-CITX + + http://www.citigroupglobalmarkets.co.jp + CITI MATCH - JP + + + + + + + + CLSA AUSTRALIA - DARK + QName: fibo-fbc-fct-mkti:Exchange-CLAU + + http://www.clsa.com + CLSA AUSTRALIA - DARK + + + + + + + + CLSA HONG KONG - DARK + QName: fibo-fbc-fct-mkti:Exchange-CLHK + + http://www.clsa.com + CLSA HONG KONG - DARK + + + + + + + + CLSA JAPAN - DARK + QName: fibo-fbc-fct-mkti:Exchange-CLJP + + http://www.clsa.com + CLSA JAPAN - DARK + + + + + + + + CLIMEX + QName: fibo-fbc-fct-mkti:Exchange-CLMX + + http://www.climex.com + CLIMEX + + + + + + + + CLSA PHILIPPINES - DARK + QName: fibo-fbc-fct-mkti:Exchange-CLPH + + http://www.clsa.com + CLSA PHILIPPINES - DARK + + + + + + + + CLEARTRADE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-CLTD + + http://www.cltx.com + CLTX + CLEARTRADE EXCHANGE + + + + + + + + + CREDIT INDUSTRIEL ET COMMERCIAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CMCI + + http://www.cic.fr + CIC + CREDIT INDUSTRIEL ET COMMERCIAL - SYSTEMATIC INTERNALISER + + + + + + + CME CLEARING EUROPE + QName: fibo-fbc-fct-mkti:Exchange-CMEC + + http://www.cmeclearingeurope.com + CME + CME CLEARING EUROPE + + + + + + + + + CME EUROPE + QName: fibo-fbc-fct-mkti:Exchange-CMEE + + http://www.cmegroup.com + CME + CME EUROPE + + + + + + + CME SWAPS MARKETS (CME) + QName: fibo-fbc-fct-mkti:Exchange-CMES + + http://www.cmegroup.com + CME SWAPS MARKETS (CME) + + + + + + + + + CLEAR MARKETS JAPAN, INC. + QName: fibo-fbc-fct-mkti:Exchange-CMET + + http://www.clear-markets.com + CM ETP + CLEAR MARKETS JAPAN, INC. + + + + + + + + CLEAR MARKETS EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-CMMT + + http://www.clear-markets.com + CM MTF + CLEAR MARKETS EUROPE LIMITED + + + + + + + + CLEAR MARKETS NORTH AMERICA, INC. + QName: fibo-fbc-fct-mkti:Exchange-CMSF + + http://www.clear-markets.com + CM SEF + CLEAR MARKETS NORTH AMERICA, INC. + + + + + + + + + CARNEGIE AS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CNSI + + http://www.carnegie.se/en/no + CAR + CARNEGIE AS - SYSTEMATIC INTERNALISER + + + + + + + + LA COTE ALPHA + QName: fibo-fbc-fct-mkti:Exchange-COAL + + http://www.cote-alpha.fr + LA COTE ALPHA + + + + + + + CODA MICRO AND BLOCK + QName: fibo-fbc-fct-mkti:Exchange-CODA + + http://www.pdqenterprises.com + CODA + CODA MICRO AND BLOCK + + + + + + + + + COMMERG LTD. + QName: fibo-fbc-fct-mkti:Exchange-COMG + + http://www.commerg.com + COMMERG LTD. + + + + + + + + COMMERG + QName: fibo-fbc-fct-mkti:Exchange-COMM + + http://www.commerg.com + COMMERG + + + + + + + + + CONCORDE SECURITIES LTD. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CONC + + http://www.con.hu + CONCORDE SECURITIES LTD. - SYSTEMATIC INTERNALISER + + + + + + + ATD - CITIGROUP AGENCY OPTION AND EQUITIES ROUTING ENGINE + QName: fibo-fbc-fct-mkti:Exchange-CORE + + http://www.atdesk.com + ATDF + ATD - CITIGROUP AGENCY OPTION AND EQUITIES ROUTING ENGINE + + + + + + + + + BMO CAPITAL MARKETS - CAD OTC TRADES + QName: fibo-fbc-fct-mkti:Exchange-COTC + + http://www.bmocm.com + BMO CAPITAL MARKETS - CAD OTC TRADES + + + + + + + + CLEARPOOL EXECUTION SERVICES, LLC + QName: fibo-fbc-fct-mkti:Exchange-CPGX + + http://www.clearpoolgroup.com + CLEARPOOL EXECUTION SERVICES, LLC + + + + + + + + CAPTIN + QName: fibo-fbc-fct-mkti:Exchange-CPTX + + http://www.captin.nl + CAPTIN + + + + + + + + CREDIT SUISSE (US) + QName: fibo-fbc-fct-mkti:Exchange-CRED + + http://www.credit-suisse.com + CREDIT SUISSE (US) + + + + + + + + + CREDEM BANCA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CREM + + http://www.credem.it + CREDEM SI + CREDEM BANCA - SYSTEMATIC INTERNALISER + + + + + + + + CRYEX - FX AND DIGITAL CURRENCIES + QName: fibo-fbc-fct-mkti:Exchange-CRYD + + http://www.cryex.com + CRYEX - FX AND DIGITAL CURRENCIES + + + + + + + + CRYPTO FACILITIES + QName: fibo-fbc-fct-mkti:Exchange-CRYP + + http://www.cryptofacilities.co.uk + CF + CRYPTO FACILITIES + + + + + + + + CRYEX + QName: fibo-fbc-fct-mkti:Exchange-CRYX + + http://www.cryex.com + CRYEX + + + + + + + + CREDIT SUISSE AG + QName: fibo-fbc-fct-mkti:Exchange-CSAG + + http://www.credit-suisse.com + CSA + CREDIT SUISSE AG + + + + + + + + CREDIT SUISSE EQUITIES (AUSTRALIA) LIMITED + QName: fibo-fbc-fct-mkti:Exchange-CSAU + + http://www.credit-suisse.com + CREDIT SUISSE EQUITIES (AUSTRALIA) LIMITED + + + + + + + CREDIT SUISSE AES EUROPE BENCHMARK CROSS + QName: fibo-fbc-fct-mkti:Exchange-CSBX + + http://www.credit-suisse.com + CREDIT SUISSE AES EUROPE BENCHMARK CROSS + + + + + + + + CREDIT SUISSE AES CROSSFINDER EUROPE + QName: fibo-fbc-fct-mkti:Exchange-CSCF + + http://www.credit-suisse.com + CREDIT SUISSE AES CROSSFINDER EUROPE + + + + + + + + + + CITADEL SECURITIES FI - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CSEC + + http://www.citadelsecurities.com + CITADEL SECURITIES FI - SYSTEMATIC INTERNALISER + + + + + + + + CREDIT SUISSE (EUROPE) + QName: fibo-fbc-fct-mkti:Exchange-CSEU + + http://www.credit-suisse.com + CREDIT SUISSE (EUROPE) + + + + + + + + + CITADEL SECURITIES FI - EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CSGI + + http://www.citadelsecurities.com + CITADEL SECURITIES FI - EUROPE - SYSTEMATIC INTERNALISER + + + + + + + + CREDIT SUISSE SECURITIES (HONG KONG) LIMITED + QName: fibo-fbc-fct-mkti:Exchange-CSHK + + http://www.credit-suisse.com + CREDIT SUISSE SECURITIES (HONG KONG) LIMITED + + + + + + + + CREDIT SUISSE INTERNATIONAL + QName: fibo-fbc-fct-mkti:Exchange-CSIN + + http://www.credit-suisse.com + CSI + CREDIT SUISSE INTERNATIONAL + + + + + + + + CREDIT SUISSE EQUITIES (JAPAN) LIMITED + QName: fibo-fbc-fct-mkti:Exchange-CSJP + + http://www.credit-suisse.com + CREDIT SUISSE EQUITIES (JAPAN) LIMITED + + + + + + + + + CREDIT SUISSE AG - LONDON BRANCH + QName: fibo-fbc-fct-mkti:Exchange-CSLB + + http://www.credit-suisse.com + CSAGLB SI + CREDIT SUISSE AG - LONDON BRANCH + + + + + + + CREDIT SUISSE LIGHT POOL + QName: fibo-fbc-fct-mkti:Exchange-CSLP + + http://www.credit-suisse.com + CREDIT SUISSE LIGHT POOL + + + + + + + + + CREDIT SUISSE SECURITIES SOCIEDAD DE VALORES, S.A. + QName: fibo-fbc-fct-mkti:Exchange-CSMD + + http://www.credit-suisse.com + CSSSV + CREDIT SUISSE SECURITIES SOCIEDAD DE VALORES, S.A. + + + + + + + + CESKOSLOVENSKA OBCHODNI BANKA, A.S. + QName: fibo-fbc-fct-mkti:Exchange-CSOB + + http://www.csob.cz + CSOB + CESKOSLOVENSKA OBCHODNI BANKA, A.S. + + + + + + + CREDIT SUISSE AG - OHS + QName: fibo-fbc-fct-mkti:Exchange-CSOT + + http://www.credit-suisse.com + CSA OHS + CREDIT SUISSE AG - OHS + + + + + + + + + CREDIT SUISSE INTERNATIONAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-CSSI + + http://www.credit-suisse.com + CSI SI + CREDIT SUISSE INTERNATIONAL - SYSTEMATIC INTERNALISER + + + + + + + + + CHINA STAINLESS STEEL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-CSSX + + http://www.exbxg.com + CHINA STAINLESS STEEL EXCHANGE + + + + + + + NASDAQ CLEARING AB + QName: fibo-fbc-fct-mkti:Exchange-CSTO + + http://www.nasdaqomx.com/europeanclearing + NASDAQ CLEARING AB + + + + + + + + + CREDIT SUISSE (CH) + QName: fibo-fbc-fct-mkti:Exchange-CSZH + + http://www.credit-suisse.com + CSZ + CREDIT SUISSE (CH) + + + + + + + + CUREX FX + QName: fibo-fbc-fct-mkti:Exchange-CURX + + http://www.curexgroup.com + CUREX FX + + + + + + + CHI-X MARKET AUSTRALIA - LIMIT VENUE + QName: fibo-fbc-fct-mkti:Exchange-CXAC + + http://www.chi-x.com.au + CXA + CHI-X MARKET AUSTRALIA - LIMIT VENUE + + + + + + + + CHI-X AUSTRALIA MARKET PEG (FARPOINT) VENUE + QName: fibo-fbc-fct-mkti:Exchange-CXAF + + http://www.chi-x.com.au + CXA + CHI-X AUSTRALIA MARKET PEG (FARPOINT) VENUE + + + + + + + + CHI-X MOC + QName: fibo-fbc-fct-mkti:Exchange-CXAM + + http://www.chi-x.com.au + CHI-X MOC + + + + + + + + CHI-X AUSTRALIA PRIMARY PEG (NEARPOINT) VENUE + QName: fibo-fbc-fct-mkti:Exchange-CXAN + + http://www.chi-x.com.au + CXA + CHI-X AUSTRALIA PRIMARY PEG (NEARPOINT) VENUE + + + + + + + + CHI-X AUSTRALIA MID-POINT VENUE + QName: fibo-fbc-fct-mkti:Exchange-CXAP + + http://www.chi-x.com.au + CXA + CHI-X AUSTRALIA MID-POINT VENUE + + + + + + + + CHI-X AUSTRALIA -QUOTED MANAGED FUNDS + QName: fibo-fbc-fct-mkti:Exchange-CXAQ + + http://www.chi-x.com.au + CHI-X AUSTRALIA -QUOTED MANAGED FUNDS + + + + + + + + CHI-X AUSTRALIA - TRANSFERABLE CUSTODY RECEIPT MARKET + QName: fibo-fbc-fct-mkti:Exchange-CXAR + + http://www.chi-x.com.au + CHI-X + CHI-X AUSTRALIA - TRANSFERABLE CUSTODY RECEIPT MARKET + + + + + + + + CHI-X VWAP + QName: fibo-fbc-fct-mkti:Exchange-CXAV + + http://www.chi-x.com.au + CHI-X VWAP + + + + + + + + CHI-X AUSTRALIA - WARRANTS + QName: fibo-fbc-fct-mkti:Exchange-CXAW + + http://www.chi-x.com.au + CXA + CHI-X AUSTRALIA - WARRANTS + + + + + + + + CREDITEX BROKERAGE LLP - OTF + QName: fibo-fbc-fct-mkti:Exchange-CXOT + + http://www.theice.com/service/creditex + CREDITEX BROKERAGE LLP - OTF + + + + + + + + CREDITEX BROKERAGE LLP - MTF + QName: fibo-fbc-fct-mkti:Exchange-CXRT + + http://www.creditex.com + CREDITEX BROKERAGE LLP - MTF + + + + + + + + + DAIWA CAPITAL MARKETS EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-DAIW + + http://www.uk.daiwacm.com + DAIWA CAPITAL MARKETS EUROPE LIMITED + + + + + + + + DEUTSCHE BOERSE AG - APA SERVICE + QName: fibo-fbc-fct-mkti:Exchange-DAPA + + http://www.deutsche-boerse.com + DEUTSCHE BOERSE AG - APA SERVICE + + + + + + + + + DANSKE BANK A/S - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-DASI + + http://www.danskebank.dk + DANSKE BANK A/S - SYSTEMATIC INTERNALISER + + + + + + + + + J AND E DAVY - IRISH GOVERNMENT BOND - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-DAVY + + http://www.davy.ie + J AND E DAVY - IRISH GOVERNMENT BOND - SYSTEMATIC INTERNALISER + + + + + + + + DEUTSCHE BANK SECURITIES INC. + QName: fibo-fbc-fct-mkti:Exchange-DBAB + + http://www.db.com + DEUTSCHE BANK SECURITIES INC. + + + + + + + + DEUTSCHE BANK AG + QName: fibo-fbc-fct-mkti:Exchange-DBAG + + http://www.db.com + DEUTSCHE BANK AG + + + + + + + DEUTSCHE BANK - CENTRAL RISK BOOK + QName: fibo-fbc-fct-mkti:Exchange-DBCR + + https://autobahn.db.com/microsite/html/equity.html + CENTRAL RISK BOOK + DEUTSCHE BANK - CENTRAL RISK BOOK + + + + + + + + DEUTSCHE BANK - CLOSE CROSS + QName: fibo-fbc-fct-mkti:Exchange-DBCX + + https://autobahn.db.com/microsite/html/equity.html + CLX + DEUTSCHE BANK - CLOSE CROSS + + + + + + + + DEUTSCHE BANK - DIRECT CAPITAL ACCESS + QName: fibo-fbc-fct-mkti:Exchange-DBDC + + https://autobahn.db.com/microsite/html/equity.html + DCA + DEUTSCHE BANK - DIRECT CAPITAL ACCESS + + + + + + + + + DEUTSCHE BANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-DBES + + http://www.db.com + DBES + DEUTSCHE BANK AG - SYSTEMATIC INTERNALISER + + + + + + + + + DEUTSCHE BANK HONG KONG ATS + QName: fibo-fbc-fct-mkti:Exchange-DBHK + + http://www.db.com/hongkong/ + DEUTSCHE BANK HONG KONG ATS + + + + + + + + DEUTSCHE BANK INTERNALISATION + QName: fibo-fbc-fct-mkti:Exchange-DBIX + + https://autobahn.db.com/microsite/html/equity.html + DB INTERNALISATION + DEUTSCHE BANK INTERNALISATION + + + + + + + + DEUTSCHE BANK AG - LONDON - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-DBLN + + http://www.db.com + DEUTSCHE BANK AG - LONDON - SYSTEMATIC INTERNALISER + + + + + + + + + DEUTSCHE BANK LUXEMBOURG S.A. + QName: fibo-fbc-fct-mkti:Exchange-DBLX + + http://www.db.com/luxembourg + DEUTSCHE BANK LUXEMBOURG S.A. + + + + + + + DEUTSCHE BANK - MANUAL OTC + QName: fibo-fbc-fct-mkti:Exchange-DBMO + + https://autobahn.db.com/microsite/html/equity.html + MANUAL OTC + DEUTSCHE BANK - MANUAL OTC + + + + + + + + + DEUTSCHE BANK OFF EXCHANGE TRADING + QName: fibo-fbc-fct-mkti:Exchange-DBOX + + http://www.deutsche-bank.de + DEUTSCHE BANK OFF EXCHANGE TRADING + + + + + + + DEUTSCHE BANK - SUPERX EU + QName: fibo-fbc-fct-mkti:Exchange-DBSE + + https://autobahn.db.com/microsite/html/equity.html + SUPERX EU + DEUTSCHE BANK - SUPERX EU + + + + + + + + + DEUTSCHE BANK SUPER X + QName: fibo-fbc-fct-mkti:Exchange-DBSX + + http://www.db.com + DEUTSCHE BANK SUPER X + + + + + + + NASDAQ COPENHAGEN A/S - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DCSE + + http://www.nasdaqomxnordic.com + NASDAQ COPENHAGEN A/S - NORDIC@MID + + + + + + + + + DUTCH CARIBBEAN SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-DCSX + + http://www.dcsx.an + DCSX + DUTCH CARIBBEAN SECURITIES EXCHANGE + + + + + + + + + DEAL DONE TRADING - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-DDTX + + http://www.mpscapitalservices.it + DDT + DEAL DONE TRADING - SYSTEMATIC INTERNALISER + + + + + + + + DCX (DERIVATIVES CURRENCY EXCHANGE) + QName: fibo-fbc-fct-mkti:Exchange-DEAL + + http://www.fxcmpro.com/dcx + DCX + DCX (DERIVATIVES CURRENCY EXCHANGE) + + + + + + + + + DEKABANK DEUTSCHE GIROZENTRALE + QName: fibo-fbc-fct-mkti:Exchange-DEKA + + http://www.deka.de + DEKABANK DEUTSCHE GIROZENTRALE + + + + + + + + DUBAI GOLD & COMMODITIES EXCHANGE DMCC + QName: fibo-fbc-fct-mkti:Exchange-DGCX + + http://www.dgcx.ae + DGCX + DUBAI GOLD & COMMODITIES EXCHANGE DMCC + + + + + + + NASDAQ HELSINKI LTD - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DHEL + + http://www.nasdaqomxnordic.com + NASDAQ HELSINKI LTD - NORDIC@MID + + + + + + + + + DEUTSCHE HOLDINGS (LUXEMBOURG) S.A R.L. + QName: fibo-fbc-fct-mkti:Exchange-DHLX + + http://www.db.com + DEUTSCHE HOLDINGS (LUXEMBOURG) S.A R.L. + + + + + + + NASDAQ ICELAND HF. - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DICE + + http://www.nasdaqomxnordic.com + ICEX + NASDAQ ICELAND HF. - NORDIC@MID + + + + + + + + + NASDAQ DUBAI + QName: fibo-fbc-fct-mkti:Exchange-DIFX + + http://www.nasdaqdubai.com + NDXB + NASDAQ DUBAI + + + + + + + NASDAQ STOCKHOLM AB - DANISH EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-DKED + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - DANISH EQ DERIVATIVES + + + + + + + + NASDAQ STOCKHOLM AB - DANISH FI DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-DKFI + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - DANISH FI DERIVATIVES + + + + + + + + + DANSK OTC + QName: fibo-fbc-fct-mkti:Exchange-DKTC + + http://www.danskotc.dk + DANSK OTC + + + + + + + FIRST NORTH DENMARK - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DNDK + + http://www.nasdaqomxnordic.com + FIRST NORTH DENMARK - NORDIC@MID + + + + + + + + FIRST NORTH FINLAND - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DNFI + + http://www.nasdaqomxnordic.com + FIRST NORTH FINLAND - NORDIC@MID + + + + + + + + FIRST NORTH ICELAND - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DNIS + + http://www.nasdaqomxnordic.com + FIRST NORTH ICELAND - NORDIC@MID + + + + + + + + FIRST NORTH SWEDEN - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DNSE + + http://nasdaqomxnordic.com/firstnorth + FIRST NORTH SWEDEN - NORDIC@MID + + + + + + + + FIRST NORTH SWEDEN - NORWAY NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DOSE + + http://nasdaqomxnordic.com/firstnorth + FIRST NORTH SWEDEN - NORWAY NORDIC@MID + + + + + + + + + SWISS DOTS BY CATS + QName: fibo-fbc-fct-mkti:Exchange-DOTS + + http://www.bs-cats.com + DOTS + SWISS DOTS BY CATS + + + + + + + + DOWGATE + QName: fibo-fbc-fct-mkti:Exchange-DOWG + + http://www.dowgate.com + DOWGATE + + + + + + + + DAIWA DRECT + QName: fibo-fbc-fct-mkti:Exchange-DRCT + + http://www.daiwa.jp + DAIWA DRECT + + + + + + + + QATAR EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-DSMD + + http://www.qatarexchange.qa + DSM + QATAR EXCHANGE + + + + + + + FIRST NORTH DENMARK -SME GROWTH MARKET + QName: fibo-fbc-fct-mkti:Exchange-DSME + + http://www.nasdaqomxnordic.com + FIRST NORTH DENMARK -SME GROWTH MARKET + + + + + + + + NASDAQ STOCKHOLM AB - NORDIC@MID + QName: fibo-fbc-fct-mkti:Exchange-DSTO + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - NORDIC@MID + + + + + + + + + DUBAI MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-DUMX + + http://www.dubaimerc.com + DUBAI MERCANTILE EXCHANGE + + + + + + + BOERSE DUESSELDORF - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-DUSA + + BOERSE DUESSELDORF - REGULIERTER MARKT + + + + + + + + BOERSE DUESSELDORF - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-DUSB + + BOERSE DUESSELDORF - FREIVERKEHR + + + + + + + + BOERSE DUESSELDORF - QUOTRIX - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-DUSC + + BOERSE DUESSELDORF - QUOTRIX - REGULIERTER MARKT + + + + + + + + BOERSE DUESSELDORF - QUOTRIX MTF + QName: fibo-fbc-fct-mkti:Exchange-DUSD + + BOERSE DUESSELDORF - QUOTRIX MTF + + + + + + + + + DIGITAL VEGA + QName: fibo-fbc-fct-mkti:Exchange-DVFX + + http://www.digitalvega.com + DVFX + DIGITAL VEGA + + + + + + + + DEALERWEB FIXED INCOME + QName: fibo-fbc-fct-mkti:Exchange-DWFI + + http://www.tradeweb.com + DEALERWEB FIXED INCOME + + + + + + + DW SEF LLC + QName: fibo-fbc-fct-mkti:Exchange-DWSF + + http://www.tradeweb.com + DWSEF + DW SEF LLC + + + + + + + + + + DZ BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-DZBK + + http://www.dzbank.de + DZ BANK - SYSTEMATIC INTERNALISER + + + + + + + EBM - MTF + QName: fibo-fbc-fct-mkti:Exchange-EBMX + + http://www.mtsmarkets.com + EBM - MTF + + + + + + + + NASDAQ STOCKHOLM AB - EUR FI DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-EBON + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - EUR FI DERIVATIVES + + + + + + + + BRATISLAVA STOCK EXCHANGE-MTF + QName: fibo-fbc-fct-mkti:Exchange-EBRA + + http://www.bsse.sk + BRATISLAVA STOCK EXCHANGE-MTF + + + + + + + + EBS MARKET- CLOB - FOR THE TRADING OF SPOT FX, PRECIOUS METALS AND OTHER FX PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-EBSC + + http://www.ebs.com + EBS MARKET- CLOB - FOR THE TRADING OF SPOT FX, PRECIOUS METALS AND OTHER FX PRODUCTS + + + + + + + + EBS MTF - RFQ - FOR THE TRADING OF FX PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-EBSD + + http://www.ebs.com + EBS MTF - RFQ - FOR THE TRADING OF FX PRODUCTS + + + + + + + + EBS MTF - RFQ - FOR ASSET MANAGERS TRADING FX PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-EBSI + + http://www.ebs.com + EBS MTF - RFQ - FOR ASSET MANAGERS TRADING FX PRODUCTS + + + + + + + + EBS MTF - CLOB - FOR THE TRADING OF FX PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-EBSM + + http://www.ebs.com + EBS MTF - CLOB - FOR THE TRADING OF FX PRODUCTS + + + + + + + + + EBS MTF + QName: fibo-fbc-fct-mkti:Exchange-EBSN + + http://www.nex.com + EBS MTF + + + + + + + + EBS SERVICE COMPANY LIMITED - ALL MARKETS + QName: fibo-fbc-fct-mkti:Exchange-EBSS + + http://www.ebs.com + EBS SERVICE COMPANY LIMITED - ALL MARKETS + + + + + + + + EUREX CLEARING AG + QName: fibo-fbc-fct-mkti:Exchange-ECAG + + http://www.eurexclearing.com + EUREX CLEARING AG + + + + + + + + EUREX CLEARING ASIA PTE. LTD. + QName: fibo-fbc-fct-mkti:Exchange-ECAL + + http://www.eurexchange.com/exchange-en/about-us/eurexasia + EUREX CLEARING ASIA PTE. LTD. + + + + + + + + TRADECHO EU APA + QName: fibo-fbc-fct-mkti:Exchange-ECEU + + http://www.tradecho.com + TRADECHO EU APA + + + + + + + + LONDON STOCK EXCHANGE - APA + QName: fibo-fbc-fct-mkti:Exchange-ECHO + + http://www.londonstockexchange.com + LSE APA + LONDON STOCK EXCHANGE - APA + + + + + + + + ENTERPRISE COMMODITY SERVICES LIMITED + QName: fibo-fbc-fct-mkti:Exchange-ECSL + + http://www.enterprisecommodity.com + ENTERPRISE COMMODITY SERVICES LIMITED + + + + + + + CBOE EDGX U.S. EQUITIES EXCHANGE DARK + QName: fibo-fbc-fct-mkti:Exchange-EDDP + + http://markets.cboe.com/ + EDGXDARK + CBOE EDGX U.S. EQUITIES EXCHANGE DARK + + + + + + + + CBOE EDGA U.S. EQUITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-EDGA + + http://markets.cboe.com/ + EDGA + CBOE EDGA U.S. EQUITIES EXCHANGE + + + + + + + + CBOE EDGA U.S. EQUITIES EXCHANGE DARK + QName: fibo-fbc-fct-mkti:Exchange-EDGD + + http://markets.cboe.com/ + EDGADARK + CBOE EDGA U.S. EQUITIES EXCHANGE DARK + + + + + + + + CBOE EDGX OPTIONS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-EDGO + + http://markets.cboe.com/ + EDGO + CBOE EDGX OPTIONS EXCHANGE + + + + + + + + CBOE EDGX U.S. EQUITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-EDGX + + http://markets.cboe.com/ + EDGX + CBOE EDGX U.S. EQUITIES EXCHANGE + + + + + + + + + + EDMOND DE ROTHSCHILD (FRANCE) - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-EDRF + + http://www.edmond-de-rothschild.com + EDMOND DE ROTHSCHILD (FRANCE) - SYSTEMATIC INTERNALISER + + + + + + + + EUREX EXCHANGE ASIA PTE. LTD. + QName: fibo-fbc-fct-mkti:Exchange-EEAL + + http://www.eurexchange.com/exchange-en/about-us/eurexasia + EUREX EXCHANGE ASIA PTE. LTD. + + + + + + + + EAST EUROPEAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-EESE + + http://www.eese.com.ua + EAST EUROPEAN STOCK EXCHANGE + + + + + + + + EG MARKET TECHNOLOGIES + QName: fibo-fbc-fct-mkti:Exchange-EGMT + + http://www.eglp.com + EG MARKET TECHNOLOGIES + + + + + + + + + ERSTE GROUP BANK AG + QName: fibo-fbc-fct-mkti:Exchange-EGSI + + http://www.erstegroup.com + ERSTE GROUP BANK AG + + + + + + + + ESTATES AND INFRASTRUCTURE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-EIXE + + http://www.eix.global + EIX + ESTATES AND INFRASTRUCTURE EXCHANGE + + + + + + + NASDAQ COMMODITIES - EUR POWER/ENERGY + QName: fibo-fbc-fct-mkti:Exchange-ELEU + + http://www.nasdaqomx.com/commodities/ + NASDAQ COMMODITIES - EUR POWER/ENERGY + + + + + + + + ELIXIUM + QName: fibo-fbc-fct-mkti:Exchange-ELIX + + http://www.tradition.com + ELIXIUM + + + + + + + + NASDAQ COMMODITIES - NOK POWER/ENERGY + QName: fibo-fbc-fct-mkti:Exchange-ELNO + + http://www.nasdaqomx.com/commodities/ + NASDAQ COMMODITIES - NOK POWER/ENERGY + + + + + + + + NASDAQ COMMODITIES - SEK POWER/ENERGY + QName: fibo-fbc-fct-mkti:Exchange-ELSE + + http://www.nasdaqomx.com/commodities/ + NASDAQ COMMODITIES - SEK POWER/ENERGY + + + + + + + + NASDAQ COMMODITIES - GBP POWER/ENERGY + QName: fibo-fbc-fct-mkti:Exchange-ELUK + + http://www.nasdaqomx.com/commodities/ + NASDAQ COMMODITIES - GBP POWER/ENERGY + + + + + + + + + ELIXIUM S.A. + QName: fibo-fbc-fct-mkti:Exchange-ELXE + + http://www.elixium.com + ELIXIUM S.A. + + + + + + + + EMERGING MARKETS BOND EXCHANGE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-EMBX + + http://www.embonds.com + EMBX + EMERGING MARKETS BOND EXCHANGE LIMITED + + + + + + + E-MID - E-MIDER MARKET + QName: fibo-fbc-fct-mkti:Exchange-EMDR + + http://www.e-mid.it + E-MID - E-MIDER MARKET + + + + + + + + E-MID - BANCA D'ITALIA SHARES TRADING MARKET + QName: fibo-fbc-fct-mkti:Exchange-EMIB + + http://www.e-mid.it + E-MID - BANCA D'ITALIA SHARES TRADING MARKET + + + + + + + + + E-MID + QName: fibo-fbc-fct-mkti:Exchange-EMID + + http://www.e-mid.it + E-MID + + + + + + + E-MID REPO + QName: fibo-fbc-fct-mkti:Exchange-EMIR + + http://www.e-mid.it + E-MID REPO + + + + + + + + MIAX EMERALD, LLC + QName: fibo-fbc-fct-mkti:Exchange-EMLD + + http://www.miaxoptions.com + EMLD + MIAX EMERALD, LLC + + + + + + + + EURO MTF + QName: fibo-fbc-fct-mkti:Exchange-EMTF + + http://www.bourse.lu + EURO MTF + + + + + + + + EBM + QName: fibo-fbc-fct-mkti:Exchange-EMTS + + http://www.euromts-ltd.com + EMTS + EBM + + + + + + + + ATHENS EXCHANGE ALTERNATIVE MARKET + QName: fibo-fbc-fct-mkti:Exchange-ENAX + + http://www.athexgroup.gr + ENAX + ATHENS EXCHANGE ALTERNATIVE MARKET + + + + + + + + + ENCLEAR + QName: fibo-fbc-fct-mkti:Exchange-ENCL + + http://www.lchclearnet.com + ENC + ENCLEAR + + + + + + + EURONEXT SYNAPSE + QName: fibo-fbc-fct-mkti:Exchange-ENSY + + http://www.euronext.com + EURONEXT SYNAPSE + + + + + + + + EURONEXT ACCESS LISBON + QName: fibo-fbc-fct-mkti:Exchange-ENXL + + http://www.euronext.com + EURONEXT ACCESS LISBON + + + + + + + + + E-OTC + QName: fibo-fbc-fct-mkti:Exchange-EOTC + + http://www.connected-markets.com + E-OTC + + + + + + + + EPEX SPOT SE + QName: fibo-fbc-fct-mkti:Exchange-EPEX + + http://www.epexspot.com + EPEX SPOT SE + + + + + + + + EQUILEND LIMITED + QName: fibo-fbc-fct-mkti:Exchange-EQIE + + http://www.equilend.com + EQUILEND LIMITED + + + + + + + + EQUILEND EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-EQLD + + http://www.equilend.com + EQUILEND EUROPE LIMITED + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-EQTA + + http://www.equiduct-trading.de + BOERSE BERLIN EQUIDUCT TRADING - REGULIERTER MARKT + + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - BERLIN SECOND REGULATED MARKET + QName: fibo-fbc-fct-mkti:Exchange-EQTB + + http://www.equiduct-trading.de + BOERSE BERLIN EQUIDUCT TRADING - BERLIN SECOND REGULATED MARKET + + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-EQTC + + http://www.equiduct-trading.de + BOERSE BERLIN EQUIDUCT TRADING - FREIVERKEHR + + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - OTC + QName: fibo-fbc-fct-mkti:Exchange-EQTD + + http://www.equiduct-trading.de + BOERSE BERLIN EQUIDUCT TRADING - OTC + + + + + + + + + ERIS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ERIS + + http://www.erisfutures.com + ERIS EXCHANGE + + + + + + + + + ERSTE BEFEKTETESI ZRT - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ERST + + http://www.erstebroker.hu + ERSTE BEFEKTETESI ZRT - SYSTEMATIC INTERNALISER + + + + + + + NASDAQ STOCKHOLM AB - NORWAY ETF + QName: fibo-fbc-fct-mkti:Exchange-ESTO + + http://nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - NORWAY ETF + + + + + + + + ELECTRONIC ETF, ETC/ETN AND OPEN-END FUNDS MARKET + QName: fibo-fbc-fct-mkti:Exchange-ETFP + + http://www.borsaitaliana.it + ETFPLUS + ELECTRONIC ETF, ETC/ETN AND OPEN-END FUNDS MARKET + + + + + + + + + EUROTLX + QName: fibo-fbc-fct-mkti:Exchange-ETLX + + http://www.eurotlx.com + EUROTLX + + + + + + + + ENERGY TRADING PLATFORM AMSTERDAM + QName: fibo-fbc-fct-mkti:Exchange-ETPA + + http://www.etpa.nl + ETPA + ENERGY TRADING PLATFORM AMSTERDAM + + + + + + + + ETS EURASIAN TRADING SYSTEM COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ETSC + + http://www.ets.kz/en/ + ETS EURASIAN TRADING SYSTEM COMMODITY EXCHANGE + + + + + + + + + CITADEL CONNECT EUROPE - EU - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-EUCC + + http://www.citadelsecurities.com + CITADEL CONNECT EUROPE - EU - SYSTEMATIC INTERNALISER + + + + + + + + EUREX ZURICH + QName: fibo-fbc-fct-mkti:Exchange-EUCH + + http://www.eurexrepo.com + EUREX ZURICH + + + + + + + EUREX REPO MARKET + QName: fibo-fbc-fct-mkti:Exchange-EURM + + http://www.eurexrepo.com + EUREX REPO MARKET + + + + + + + + EUREX CH SECLEND MARKET + QName: fibo-fbc-fct-mkti:Exchange-EUSC + + http://www.eurexrepo.com + EUREX CH SECLEND MARKET + + + + + + + + EUREX OTC SPOT MARKET + QName: fibo-fbc-fct-mkti:Exchange-EUSP + + http://www.eurexrepo.com + EUREX OTC SPOT MARKET + + + + + + + + + + EUWAX AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-EUWA + + http://www.euwax-ag.de + EUWAX AG - SYSTEMATIC INTERNALISER + + + + + + + NASDAQ STOCKHOLM AB - EUR WB EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-EUWB + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - EUR WB EQ DERIVATIVES + + + + + + + + EUWAX + QName: fibo-fbc-fct-mkti:Exchange-EUWX + + http://www.euwax.de + EUWAX + EUWAX + + + + + + + + + EUROPEAN WHOLESALE SECURITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-EWSM + + http://www.ewsm.eu + EWSM + EUROPEAN WHOLESALE SECURITIES MARKET + + + + + + + WIENER BOERSE AG, AUSTRIAN ENERGY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-EXAA + + http://www.exaa.at + EXAA + WIENER BOERSE AG, AUSTRIAN ENERGY EXCHANGE + + + + + + + + EXANE BNP PARIBAS - BID-OFFER CROSSING + QName: fibo-fbc-fct-mkti:Exchange-EXBO + + http://www.exane.com + EXANE BNP PARIBAS - BID-OFFER CROSSING + + + + + + + + EXANE BNP PARIBAS - CLOSING PRICE + QName: fibo-fbc-fct-mkti:Exchange-EXCP + + http://www.exane.com + EXANE BNP PARIBAS - CLOSING PRICE + + + + + + + + EXANE BNP PARIBAS - DIRECT CAPITAL ACCESS + QName: fibo-fbc-fct-mkti:Exchange-EXDC + + http://www.exane.com + EXDC + EXANE BNP PARIBAS - DIRECT CAPITAL ACCESS + + + + + + + + + EXANE BNP PARIBAS + QName: fibo-fbc-fct-mkti:Exchange-EXEU + + http://www.exane.com + EXEU + EXANE BNP PARIBAS + + + + + + + EXANE BNP PARIBAS - LIQUIDITY PROVISION + QName: fibo-fbc-fct-mkti:Exchange-EXLP + + http://www.exane.com + EXLP + EXANE BNP PARIBAS - LIQUIDITY PROVISION + + + + + + + + EXANE BNP PARIBAS - MID POINT + QName: fibo-fbc-fct-mkti:Exchange-EXMP + + http://www.exane.com + EXANE BNP PARIBAS + EXANE BNP PARIBAS - MID POINT + + + + + + + + EXANE BNP PARIBAS - CHILD ORDER CROSSING + QName: fibo-fbc-fct-mkti:Exchange-EXOR + + http://www.exane.com + EXANE BNP PARIBAS - CHILD ORDER CROSSING + + + + + + + + + EXOTIX CAPITAL - OTF + QName: fibo-fbc-fct-mkti:Exchange-EXOT + + http://www.exotix.com + EXOTIX CAPITAL - OTF + + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER CORPORATE BONDS + QName: fibo-fbc-fct-mkti:Exchange-EXSB + + http://www.exane.com + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER CORPORATE BONDS + + + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER OTC DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-EXSD + + http://www.exane.com + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER OTC DERIVATIVES + + + + + + + + + + EXANE BNP PARIBAS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-EXSE + + http://www.exane.com + EXSE + EXANE BNP PARIBAS - SYSTEMATIC INTERNALISER + + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER OTHER BONDS + QName: fibo-fbc-fct-mkti:Exchange-EXSF + + http://www.exane.com + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER OTHER BONDS + + + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER SHARES + QName: fibo-fbc-fct-mkti:Exchange-EXSH + + http://www.exane.com + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER SHARES + + + + + + + + + EXANE BNP PARIBAS - GB - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-EXSI + + http://www.exane.com + EXANE BNP PARIBAS - GB - SYSTEMATIC INTERNALISER + + + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER STRUCTURED PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-EXSP + + http://www.exane.com + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER STRUCTURED PRODUCTS + + + + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-EXSY + + http://www.exane.com + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER + + + + + + + + ENERGY EXCHANGE ISTANBUL + QName: fibo-fbc-fct-mkti:Exchange-EXTR + + http://www.epias.com.tr + EXIST + ENERGY EXCHANGE ISTANBUL + + + + + + + EXANE BNP PARIBAS - VOLUME PROFILE CROSSING + QName: fibo-fbc-fct-mkti:Exchange-EXVP + + http://www.exane.com + EXANE BNP PARIBAS - VOLUME PROFILE CROSSING + + + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER CONVERTIBLES + QName: fibo-fbc-fct-mkti:Exchange-EXYY + + http://www.exane.com + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER CONVERTIBLES + + + + + + + + + CANTOR SPREADFAIR + QName: fibo-fbc-fct-mkti:Exchange-FAIR + + http://www.spreadfair.com + CANTOR SPREADFAIR + + + + + + + + FASTMATCH + QName: fibo-fbc-fct-mkti:Exchange-FAST + + http://www.fastmatch.com + FASTMATCH + + + + + + + + + FINECO BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-FBSI + + http://www.finecobank.com + FBSI + FINECO BANK - SYSTEMATIC INTERNALISER + + + + + + + CHICAGO BOARD OF TRADE (FLOOR) + QName: fibo-fbc-fct-mkti:Exchange-FCBT + + http://www.cbot.com + CBOT (FLOOR) + CHICAGO BOARD OF TRADE (FLOOR) + + + + + + + + CHICAGO MERCANTILE EXCHANGE (FLOOR) + QName: fibo-fbc-fct-mkti:Exchange-FCME + + http://www.cme.com + CME (FLOOR) + CHICAGO MERCANTILE EXCHANGE (FLOOR) + + + + + + + + + KAASUPORSSI - FINNISH GAS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-FGEX + + http://www.kaasuporssi.com + KAASUPORSSI - FINNISH GAS EXCHANGE + + + + + + + + FINANCIALCONTENT + QName: fibo-fbc-fct-mkti:Exchange-FICO + + http://www.financialcontent.com + FINANCIALCONTENT + + + + + + + + FINANCIAL INFORMATION CONTRIBUTORS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-FICX + + http://www.ficonex.com + FICONEX + FINANCIAL INFORMATION CONTRIBUTORS EXCHANGE + + + + + + + NASDAQ STOCKHOLM AB - FINNISH EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-FIED + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - FINNISH EQ DERIVATIVES + + + + + + + + FINRA/NASDAQ TRF CHICAGO (TRADE REPORTING FACILITY) + QName: fibo-fbc-fct-mkti:Exchange-FINC + + http://www.finra.org + FINRA/NASDAQ TRF CHICAGO (TRADE REPORTING FACILITY) + + + + + + + + FINRA/NASDAQ TRF CARTERET (TRADE REPORTING FACILITY) + QName: fibo-fbc-fct-mkti:Exchange-FINN + + http://www.finra.org + FINN + FINRA/NASDAQ TRF CARTERET (TRADE REPORTING FACILITY) + + + + + + + + FINRA ORF (TRADE REPORTING FACILITY) + QName: fibo-fbc-fct-mkti:Exchange-FINO + + http://www.finra.org + FINRA ORF (TRADE REPORTING FACILITY) + + + + + + + + + FINRA + QName: fibo-fbc-fct-mkti:Exchange-FINR + + http://www.finra.org/industry/compliance/markettransparency/adf/ + FINRA + + + + + + + FINRA/NYSE TRF (TRADE REPORTING FACILITY) + QName: fibo-fbc-fct-mkti:Exchange-FINY + + http://www.finra.org/industry/compliance/markettransparency/trf/participants/ + FINRA/NYSE TRF (TRADE REPORTING FACILITY) + + + + + + + + + FISH POOL ASA + QName: fibo-fbc-fct-mkti:Exchange-FISH + + http://www.fishpool.eu + FISH POOL ASA + + + + + + + + FREIGHT INVESTOR SERVICES LIMITED + QName: fibo-fbc-fct-mkti:Exchange-FISU + + http://www.freightinvestorservices.com + FIS + FREIGHT INVESTOR SERVICES LIMITED + + + + + + + + FLOW TRADERS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-FLTR + + http://www.flowtraders.com + FLOW TRADERS - SYSTEMATIC INTERNALISER + + + + + + + + + FLOW TRADERS + QName: fibo-fbc-fct-mkti:Exchange-FLWX + + http://www.flowtraders.com + FLOW TRADERS + + + + + + + + MTS FRANCE SAS + QName: fibo-fbc-fct-mkti:Exchange-FMTS + + http://www.mtsfrance.com + MTS FRANCE SAS + + + + + + + FENICS - US TREASURIES + QName: fibo-fbc-fct-mkti:Exchange-FNCS + + http://www.fenicsust.com + FENICS - US TREASURIES + + + + + + + + FIRST NORTH DENMARK + QName: fibo-fbc-fct-mkti:Exchange-FNDK + + http://www.nasdaqomxnordic.com + FIRST NORTH DENMARK + + + + + + + + FIRST NORTH ESTONIA + QName: fibo-fbc-fct-mkti:Exchange-FNEE + + http://www.nasdaqbaltic.com + FIRST NORTH ESTONIA + + + + + + + + FIRST NORTH FINLAND + QName: fibo-fbc-fct-mkti:Exchange-FNFI + + http://www.nasdaqomxnordic.com + FIRST NORTH FINLAND + + + + + + + + FIRST NORTH ICELAND + QName: fibo-fbc-fct-mkti:Exchange-FNIS + + http://www.nasdaqomxnordic.com + FIRST NORTH ICELAND + + + + + + + + FIRST NORTH LITHUANIA + QName: fibo-fbc-fct-mkti:Exchange-FNLT + + http://www.nasdaqbaltic.com + FIRST NORTH LITHUANIA + + + + + + + + FIRST NORTH LATVIA + QName: fibo-fbc-fct-mkti:Exchange-FNLV + + http://www.nasdaqbaltic.com + FIRST NORTH LATVIA + + + + + + + + FIRST NORTH SWEDEN + QName: fibo-fbc-fct-mkti:Exchange-FNSE + + http://nasdaqomxnordic.com/firstnorth + FIRST NORTH SWEDEN + + + + + + + + BOERSE FRANKFURT - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-FRAA + + http://www.deutsche-boerse.com + BOERSE FRANKFURT - REGULIERTER MARKT + + + + + + + + BOERSE FRANKFURT - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-FRAB + + http://www.deutsche-boerse.com + BOERSE FRANKFURT - FREIVERKEHR + + + + + + + + BOERSE FRANKFURT - SCALE + QName: fibo-fbc-fct-mkti:Exchange-FRAS + + http://www.deutsche-boerse.com + BOERSE FRANKFURT - SCALE + + + + + + + + BOERSE FRANKFURT - REGULIERTERMARKT - OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-FRAU + + http://www.deutsche-boerse.com + BOERSE FRANKFURT - REGULIERTERMARKT - OFF-BOOK + + + + + + + + BOERSE FRANKFURT - FREIVERKEHR- OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-FRAV + + http://www.deutsche-boerse.com + BOERSE FRANKFURT - FREIVERKEHR- OFF-BOOK + + + + + + + + BOERSE FRANKFURT - SCALE - OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-FRAW + + http://www.deutsche-boerse.com + BOERSE FRANKFURT - SCALE - OFF-BOOK + + + + + + + + NASDAQ COMMODITIES - FREIGHT COMMODITY + QName: fibo-fbc-fct-mkti:Exchange-FREI + + http://www.nasdaqomx.com/commodities/ + NASDAQ COMMODITIES - FREIGHT COMMODITY + + + + + + + + + FORTE - OTF + QName: fibo-fbc-fct-mkti:Exchange-FRTE + + http://www.fortesecurities.com + FORTE - OTF + + + + + + + + FTSEF LLC + QName: fibo-fbc-fct-mkti:Exchange-FSEF + + http://www.ftsef.com + FTSEF LLC + + + + + + + + FISHEX + QName: fibo-fbc-fct-mkti:Exchange-FSHX + + http://www.fishex.no + FISHEX + + + + + + + FIRST NORTH FINLAND - SME GROWTH MARKET + QName: fibo-fbc-fct-mkti:Exchange-FSME + + http://www.nasdaqomxnordic.com + FIRST NORTH FINLAND - SME GROWTH MARKET + + + + + + + + 42 FINANCIAL SERVICES - MTF + QName: fibo-fbc-fct-mkti:Exchange-FTFM + + http://www.42fs.com + 42FS + 42 FINANCIAL SERVICES - MTF + + + + + + + + + 42 FINANCIAL SERVICES + QName: fibo-fbc-fct-mkti:Exchange-FTFS + + http://www.42fs.com + 42FS + 42 FINANCIAL SERVICES + + + + + + + + FXALL + QName: fibo-fbc-fct-mkti:Exchange-FXAL + + http://www.fxall.com + FXALL + + + + + + + CLEARCORP DEALING SYSTEMS INDIA LIMITED - FX-CLEAR + QName: fibo-fbc-fct-mkti:Exchange-FXCL + + http://www.ccilindia.com + FXCLR + CLEARCORP DEALING SYSTEMS INDIA LIMITED - FX-CLEAR + + + + + + + + + FXCM + QName: fibo-fbc-fct-mkti:Exchange-FXCM + + http://www.fxcm.com + FXCM + + + + + + + FINANCIAL AND RISK TRANSACTIONS SERVICES IRELAND LIMITED - FORWARDS MATCHING + QName: fibo-fbc-fct-mkti:Exchange-FXFM + + http://www.refinitiv.com + FINANCIAL AND RISK TRANSACTIONS SERVICES IRELAND LIMITED - FORWARDS MATCHING + + + + + + + + + FXCM - MTF + QName: fibo-fbc-fct-mkti:Exchange-FXGB + + http://www.fxcm.com + FXCM + FXCM - MTF + + + + + + + + TRADITION-NEX OTF + QName: fibo-fbc-fct-mkti:Exchange-FXOP + + http://www.tradition.com + TRADITION-NEX OTF + + + + + + + FINANCIAL AND RISK TRANSACTIONS SERVICES IRELAND LIMITED - FXALL RFQ MTF + QName: fibo-fbc-fct-mkti:Exchange-FXRQ + + http://www.refinitiv.com + FINANCIAL AND RISK TRANSACTIONS SERVICES IRELAND LIMITED - FXALL RFQ MTF + + + + + + + + CLEARCORP DEALING SYSTEMS INDIA LIMITED - FX-SWAP + QName: fibo-fbc-fct-mkti:Exchange-FXSW + + http://www.ccilindia.com + FXSWAP + CLEARCORP DEALING SYSTEMS INDIA LIMITED - FX-SWAP + + + + + + + + + G1 EXECUTION SERVICES + QName: fibo-fbc-fct-mkti:Exchange-G1XX + + http://www.g1x.com + G1 EXECUTION SERVICES + + + + + + + + BOURSE AFRICA LIMITED + QName: fibo-fbc-fct-mkti:Exchange-GBOT + + http://www.bourseafrica.com + BAFR + BOURSE AFRICA LIMITED + + + + + + + BULGARIAN STOCK EXCHANGE - SME GROWTH MARKET BEAM + QName: fibo-fbc-fct-mkti:Exchange-GBUL + + http://www.bse-sofia.bg + BEAM + BULGARIAN STOCK EXCHANGE - SME GROWTH MARKET BEAM + + + + + + + + NASDAQ STOCKHOLM AB - GBP WB EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-GBWB + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - GBP WB EQ DERIVATIVES + + + + + + + + + GEMMA (GILT EDGED MARKET MAKERSASSOCIATION) + QName: fibo-fbc-fct-mkti:Exchange-GEMX + + GEMMA + GEMMA (GILT EDGED MARKET MAKERSASSOCIATION) + + + + + + + + LITHUANIAN NATURAL GAS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-GETB + + http://www.getbaltic.lt + GET BALTIC + LITHUANIAN NATURAL GAS EXCHANGE + + + + + + + GFI BROKERS - MTF + QName: fibo-fbc-fct-mkti:Exchange-GFBM + + http://www.gfigroup.com + GFI BROKERS - MTF + + + + + + + + GFI BROKERS - OTF + QName: fibo-fbc-fct-mkti:Exchange-GFBO + + http://www.gfigroup.com + GFI BROKERS - OTF + + + + + + + + + GFI BROKERS + QName: fibo-fbc-fct-mkti:Exchange-GFIB + + http://www.gfigroup.com + GFI BROKERS + + + + + + + + GFI SECURITIES LTD + QName: fibo-fbc-fct-mkti:Exchange-GFIC + + http://www.gfigroup.com + GFI SECURITIES LTD + + + + + + + GFI FOREXMATCH + QName: fibo-fbc-fct-mkti:Exchange-GFIF + + http://www.gfigroup.com + GFI FOREXMATCH + + + + + + + + GFI ENERGYMATCH + QName: fibo-fbc-fct-mkti:Exchange-GFIN + + http://www.gfigroup.com + GFI ENERGYMATCH + + + + + + + + GFI RATESMATCH + QName: fibo-fbc-fct-mkti:Exchange-GFIR + + http://www.gfigroup.com + GFI RATESMATCH + + + + + + + + + + GARANTUM FONDKOMMISSION AB - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-GFKS + + http://www.garantum.se + GARANTUM FONDKOMMISSION AB - SYSTEMATIC INTERNALISER + + + + + + + GFI SECURITIES LTD - MTF + QName: fibo-fbc-fct-mkti:Exchange-GFSM + + http://www.gfigroup.com + GFI SECURITIES LTD - MTF + + + + + + + + GFI SECURITIES LTD - OTF + QName: fibo-fbc-fct-mkti:Exchange-GFSO + + http://www.gfigroup.com + GFI SECURITIES LTD - OTF + + + + + + + + + GOLDMAN SACHS INTERNATIONAL PARIS BRANCH + QName: fibo-fbc-fct-mkti:Exchange-GIPB + + http://www.goldmansachs.com + GOLDMAN SACHS INTERNATIONAL PARIS BRANCH + + + + + + + CME GLOBEX + QName: fibo-fbc-fct-mkti:Exchange-GLBX + + http://www.cme.com + CME GLOBEX + + + + + + + + + GATE US LLC + QName: fibo-fbc-fct-mkti:Exchange-GLLC + + http://www.gateus.com + GATE US LLC + + + + + + + + GLMX + QName: fibo-fbc-fct-mkti:Exchange-GLMX + + http://www.glmx.com + GLMX + + + + + + + + ESSEX RADEZ, LLC + QName: fibo-fbc-fct-mkti:Exchange-GLPS + + http://www.essexradez.com + GLPS + ESSEX RADEZ, LLC + + + + + + + + ACS EXECUTION SERVICES, LLC + QName: fibo-fbc-fct-mkti:Exchange-GLPX + + GLPX + ACS EXECUTION SERVICES, LLC + + + + + + + + GMEX EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-GMEG + + http://www.gmex-group.com + GMEX + GMEX EXCHANGE + + + + + + + GRIFFIN MARKETS EUROPE - OTF + QName: fibo-fbc-fct-mkti:Exchange-GMEO + + http://www.griffinmarkets.com + GRIFFIN MARKETS EUROPE - OTF + + + + + + + + + GRIFFIN MARKETS EUROPE + QName: fibo-fbc-fct-mkti:Exchange-GMES + + http://www.griffinmarkets.com + GRIFFIN MARKETS EUROPE + + + + + + + + GMG DUBAI LIMITED + QName: fibo-fbc-fct-mkti:Exchange-GMGD + + http://www.gmg-brokers.com + GMGDXB + GMG DUBAI LIMITED + + + + + + + + GMG BROKERS LIMITED + QName: fibo-fbc-fct-mkti:Exchange-GMGL + + http://www.gmg-brokers.com + GMGLDN + GMG BROKERS LIMITED + + + + + + + ISE GEMINI EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-GMNI + + http://www.ise.com + ISE GEMINI EXCHANGE + + + + + + + + + GALAXY + QName: fibo-fbc-fct-mkti:Exchange-GMTF + + http://www.tradingscreen.com + GALAXY + + + + + + + MTS GERMANY + QName: fibo-fbc-fct-mkti:Exchange-GMTS + + http://www.mtsgermany.com + MTS GERMANY + + + + + + + + + GLOBAL OTC + QName: fibo-fbc-fct-mkti:Exchange-GOTC + + http://www.globalotc.com + GLOBAL OTC + + + + + + + + GOVEX + QName: fibo-fbc-fct-mkti:Exchange-GOVX + + http://www.govex.com + GOVEX + GOVEX + + + + + + + + + GPB-FINANCIAL SERVICES LTD - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-GPBC + + http://www.gpbfs.com.cy + GPB-FINANCIAL SERVICES LTD - SYSTEMATIC INTERNALISER + + + + + + + + THE GREEN EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-GREE + + http://www.nymex.greenfutures.com/ + THE GREEN EXCHANGE + + + + + + + + GRIFFIN MARKETS LIMITED + QName: fibo-fbc-fct-mkti:Exchange-GRIF + + http://www.griffinmarkets.com + GRIFFIN MARKETS LIMITED + + + + + + + GRIFFIN MARKETS LIMITED - OTF + QName: fibo-fbc-fct-mkti:Exchange-GRIO + + http://www.griffinmarkets.com + GRIFFIN MARKETS LIMITED - OTF + + + + + + + + + THE GREEN STOCK EXCHANGE - ACB IMPACT MARKETS + QName: fibo-fbc-fct-mkti:Exchange-GRSE + + http://www.acbimpactmarkets.com + GSE + THE GREEN STOCK EXCHANGE - ACB IMPACT MARKETS + + + + + + + + GOLDMAN SACHS (ASIA) LLC + QName: fibo-fbc-fct-mkti:Exchange-GSAL + + http://www.goldmansachs.com + GOLDMAN SACHS (ASIA) LLC + + + + + + + + GOLDMAN SACHS BANK EUROPE SE + QName: fibo-fbc-fct-mkti:Exchange-GSBE + + http://www.goldmansachs.com + GOLDMAN SACHS BANK EUROPE SE + + + + + + + GOLDMAN SACHS INTERNATIONAL - SIGMA BCN + QName: fibo-fbc-fct-mkti:Exchange-GSBX + + http://www.goldmansachs.com/gset + GOLDMAN SACHS INTERNATIONAL - SIGMA BCN + + + + + + + + + THE GUYANA ASSOCIATION OF SECURITIES COMPANIES AND INTERMEDIARIES INC. + QName: fibo-fbc-fct-mkti:Exchange-GSCI + + http://www.gasci.com + THE GUYANA ASSOCIATION OF SECURITIES COMPANIES AND INTERMEDIARIES INC. + + + + + + + + GOLDMAN SACHS AND CO. + QName: fibo-fbc-fct-mkti:Exchange-GSCO + + http://www.goldmansachs.com + GSCO + GOLDMAN SACHS AND CO. + + + + + + + + GFI SWAPS EXCHANGE, LLC + QName: fibo-fbc-fct-mkti:Exchange-GSEF + + http://www.gfigroup.com/markets/swaps-exchange/overview.aspx + GFI SEF + GFI SWAPS EXCHANGE, LLC + + + + + + + + GOLDMAN SACHS BANK EUROPE SE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-GSEI + + http://www.goldmansachs.com + GOLDMAN SACHS BANK EUROPE SE - SYSTEMATIC INTERNALISER + + + + + + + + + GOLDMAN SACHS INTERNATIONAL BANK + QName: fibo-fbc-fct-mkti:Exchange-GSIB + + http://www.goldmansachs.com + GSIB + GOLDMAN SACHS INTERNATIONAL BANK + + + + + + + + GOLDMAN SACHS INTERNATIONAL + QName: fibo-fbc-fct-mkti:Exchange-GSIL + + http://www.goldmansachs.com/gset + GSI + GOLDMAN SACHS INTERNATIONAL + + + + + + + + GOLDMAN SACHS INTERNATIONAL PARIS BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-GSPX + + http://www.goldmansachs.com + GOLDMAN SACHS INTERNATIONAL PARIS BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + + GOLDMAN SACHS INTERNATIONAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-GSSI + + http://www.goldmansachs.com/gset + GOLDMAN SACHS INTERNATIONAL - SYSTEMATIC INTERNALISER + + + + + + + + GSX HONG KONG + QName: fibo-fbc-fct-mkti:Exchange-GSXH + + http://www.gset.gs.com + GSX HONG KONG + + + + + + + + + THE GIBRALTAR STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-GSXL + + http://www.gsx.gi + GSX + THE GIBRALTAR STOCK EXCHANGE + + + + + + + + KCG AMERICAS LLC + QName: fibo-fbc-fct-mkti:Exchange-GTCO + + http://www.kcg.com + KCG AMERICAS LLC + + + + + + + + GTSX + QName: fibo-fbc-fct-mkti:Exchange-GTSX + + http://www.gtsx.com + GTSX + GTSX + + + + + + + + GTX ECN + QName: fibo-fbc-fct-mkti:Exchange-GTXE + + http://www.gaingtx.com + GTX ECN + + + + + + + + GTX SEF, LLC + QName: fibo-fbc-fct-mkti:Exchange-GTXS + + http://www.gaingtx.com/sef.shtml + GTX + GTX SEF, LLC + + + + + + + GXG MTF FIRST QUOTE + QName: fibo-fbc-fct-mkti:Exchange-GXGF + + http://www.gxgmarkets.com + GXG MTF FIRST QUOTE + + + + + + + + GXG MTF + QName: fibo-fbc-fct-mkti:Exchange-GXGM + + http://www.gxgmarkets.com + GXG MTF + + + + + + + + + GXG MARKETS A/S + QName: fibo-fbc-fct-mkti:Exchange-GXGR + + http://www.gxgmarkets.com + DANSK AMP + GXG MARKETS A/S + + + + + + + + GX MARKETCENTER + QName: fibo-fbc-fct-mkti:Exchange-GXMA + + GX MARKETCENTER + + + + + + + BOERSE HAMBURG - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-HAMA + + BOERSE HAMBURG - REGULIERTER MARKT + + + + + + + + BOERSE HAMBURG - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-HAMB + + BOERSE HAMBURG - FREIVERKEHR + + + + + + + + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-HAML + + http://www.boersenag.de + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE + + + + + + + + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-HAMM + + http://www.boersenag.de + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE - REGULIERTER MARKT + + + + + + + + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-HAMN + + http://www.boersenag.de + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE - FREIVERKEHR + + + + + + + + BOERSE HANNOVER - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-HANA + + BOERSE HANNOVER - REGULIERTER MARKT + + + + + + + + BOERSE HANNOVER - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-HANB + + BOERSE HANNOVER - FREIVERKEHR + + + + + + + + + + HSBC FRANCE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-HBFR + + http://www.hsbc.fr + HSBC FRANCE - SYSTEMATIC INTERNALISER + + + + + + + + + HSBC BANK POLSKA S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-HBPL + + http://www.hsbc.pl + HSBC BANK POLSKA S.A. - SYSTEMATIC INTERNALISER + + + + + + + + ICE CLEAR NETHERLANDS B.V. + QName: fibo-fbc-fct-mkti:Exchange-HCHC + + http://www.theice.com + ICE CLEAR NETHERLANDS B.V. + + + + + + + + ELECTRONIC SECONDARY SECURITIES MARKET (HDAT) + QName: fibo-fbc-fct-mkti:Exchange-HDAT + + http://www.bankofgreece.gr + HDAT + ELECTRONIC SECONDARY SECURITIES MARKET (HDAT) + + + + + + + + NADEX + QName: fibo-fbc-fct-mkti:Exchange-HEGX + + http://www.nadex.com + NADEX + + + + + + + + + HELABA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-HELA + + http://www.helaba.de + HELABA - SYSTEMATIC INTERNALISER + + + + + + + + HENEX S.A. + QName: fibo-fbc-fct-mkti:Exchange-HEMO + + http://www.enexgroup.gr + HENEX + HENEX S.A. + + + + + + + HI-MTF ORDER DRIVEN + QName: fibo-fbc-fct-mkti:Exchange-HMOD + + http://www.himtf.com + HI-MTF ORDER DRIVEN + + + + + + + + + HI-MTF + QName: fibo-fbc-fct-mkti:Exchange-HMTF + + http://www.himtf.com + HI-MTF + + + + + + + HELLENIC EXCHANGE OTC MARKET + QName: fibo-fbc-fct-mkti:Exchange-HOTC + + http://www.athexgroup.gr + HELLENIC EXCHANGE OTC MARKET + + + + + + + + HPC SA - SWAPTIONS + QName: fibo-fbc-fct-mkti:Exchange-HPCO + + http://www.otcexgroup.com + HPC + HPC SA - SWAPTIONS + + + + + + + + HPC SA - COMMODITIES + QName: fibo-fbc-fct-mkti:Exchange-HPCS + + http://www.otcexgroup.com + HPC SA - COMMODITIES + + + + + + + + HPC SA - VOICE OTF + QName: fibo-fbc-fct-mkti:Exchange-HPCV + + http://www.otcexgroup.com + HPC + HPC SA - VOICE OTF + + + + + + + + + HPC SA + QName: fibo-fbc-fct-mkti:Exchange-HPCX + + http://www.otcexgroup.com + HPC SA + + + + + + + + POTAMUS TRADING LLC + QName: fibo-fbc-fct-mkti:Exchange-HPPO + + http://www.potamustrading.com + HPPO + POTAMUS TRADING LLC + + + + + + + + + HRTEU LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-HREU + + http://www.hudson-trading.com + HRTEU LIMITED - SYSTEMATIC INTERNALISER + + + + + + + HI-MTF RFQ + QName: fibo-fbc-fct-mkti:Exchange-HRFQ + + http://www.himtf.com + HI-MTF RFQ + + + + + + + + + + HUDSON RIVER TRADING - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-HRSI + + http://www.hudson-trading.com + HUDSON RIVER TRADING - SYSTEMATIC INTERNALISER + + + + + + + + HUDSON RIVER TRADING (HRT) + QName: fibo-fbc-fct-mkti:Exchange-HRTF + + http://www.hudson-trading.com + HRT + HUDSON RIVER TRADING (HRT) + + + + + + + + HUDSON RIVER TRADING + QName: fibo-fbc-fct-mkti:Exchange-HRTX + + http://www.hudson-trading.com + HRT + HUDSON RIVER TRADING + + + + + + + + + HSBC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-HSBC + + http://www.hsbcnet.com + HSBC SI + HSBC - SYSTEMATIC INTERNALISER + + + + + + + + + HSBC TRINKAUS AND BURKHARDT AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-HSBT + + http://www.hsbc.de + HSBC TRINKAUS AND BURKHARDT AG - SYSTEMATIC INTERNALISER + + + + + + + + HOTSPOT FX + QName: fibo-fbc-fct-mkti:Exchange-HSFX + + http://www.hotspotfx.com + HOTSPOT FX + + + + + + + + HANOI STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-HSTC + + http://www.hnx.vn + HNX + HANOI STOCK EXCHANGE + + + + + + + + HSBC-X HONG KONG + QName: fibo-fbc-fct-mkti:Exchange-HSXA + + http://www.hsbc.com.hk + HSBC-X HONG KONG + + + + + + + + HUNGARIAN DERIVATIVE ENERGY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-HUDX + + http://www.hudex.hu + HUDEX + HUNGARIAN DERIVATIVE ENERGY EXCHANGE + + + + + + + MTS HUNGARY + QName: fibo-fbc-fct-mkti:Exchange-HUNG + + MTS HUNGARY + + + + + + + + + HUNGARIAN POWER EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-HUPX + + http://www.hupx.hu + HUPX + HUNGARIAN POWER EXCHANGE + + + + + + + + INTERACTIVE BROKERS LLC - ATS + QName: fibo-fbc-fct-mkti:Exchange-IATS + + http://www.interactivebrokers.com + IATS + INTERACTIVE BROKERS LLC - ATS + + + + + + + + ICE BENCHMARK ADMINISTRATION + QName: fibo-fbc-fct-mkti:Exchange-IBAL + + http://www.theice.com/iba + IBA + ICE BENCHMARK ADMINISTRATION + + + + + + + + INVEST BANCA - IBIS EQUITY - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-IBEQ + + http://www.investbanca.it + INVEST BANCA - IBIS EQUITY - SYSTEMATIC INTERNALISER + + + + + + + + + INDEPENDENT BULGARIAN ENERGY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-IBEX + + http://www.ibex.bg + IBEX + INDEPENDENT BULGARIAN ENERGY EXCHANGE + + + + + + + + IBERIAN GAS HUB + QName: fibo-fbc-fct-mkti:Exchange-IBGH + + http://www.iberiangashub.com + IBGH + IBERIAN GAS HUB + + + + + + + + + INVEST BANCA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-IBIS + + http://www.investbanca.it + INVEST BANCA - SYSTEMATIC INTERNALISER + + + + + + + BULGARIAN STOCK EXCHANGE - INTERNATIONAL INSTRUMENTS + QName: fibo-fbc-fct-mkti:Exchange-IBUL + + http://www.bse-sofia.bg + BSE + BULGARIAN STOCK EXCHANGE - INTERNATIONAL INSTRUMENTS + + + + + + + + INSTINET CBX (US) + QName: fibo-fbc-fct-mkti:Exchange-ICBX + + http://www.instinet.com + INSTINET CBX (US) + + + + + + + + + INDONESIA COMMODITY AND DERIVATIVES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ICDX + + http://www.icdexchange.com + INDONESIA COMMODITY AND DERIVATIVES EXCHANGE + + + + + + + + ISLAND ECN LTD, THE + QName: fibo-fbc-fct-mkti:Exchange-ICEL + + http://www.island.com + ISLAND ECN LTD, THE + + + + + + + + ICAP ENERGY - OTF + QName: fibo-fbc-fct-mkti:Exchange-ICEO + + http://www.icap.com + ICAP ENERGY - OTF + + + + + + + ICE SWAP TRADE LLC + QName: fibo-fbc-fct-mkti:Exchange-ICES + + http://www.theice.com + ICE SWAP TRADE LLC + + + + + + + + + ICAP EU - OTF + QName: fibo-fbc-fct-mkti:Exchange-ICOT + + http://www.tpicap.com + ICAP EU - OTF + + + + + + + + TP ICAP UK MTF + QName: fibo-fbc-fct-mkti:Exchange-ICPM + + http://www.icap.com + TP ICAP UK MTF + + + + + + + INSTINET VWAP CROSS + QName: fibo-fbc-fct-mkti:Exchange-ICRO + + http://www.instinet.com + INSTINET VWAP CROSS + + + + + + + + ICAP SEF (US) LLC. + QName: fibo-fbc-fct-mkti:Exchange-ICSU + + http://www.icap.com + ICAP SEF (US) LLC. + + + + + + + + + CURRENEX IRELAND MTF + QName: fibo-fbc-fct-mkti:Exchange-ICUR + + http://www.currenexmtf.com/our-offering + CNX MTF + CURRENEX IRELAND MTF + + + + + + + + INDIAN COMMODITY EXCHANGE LTD. + QName: fibo-fbc-fct-mkti:Exchange-ICXL + + http://www.icexindia.com + INDIAN COMMODITY EXCHANGE LTD. + + + + + + + CURRENEX IRELAND MTF - RFQ + QName: fibo-fbc-fct-mkti:Exchange-ICXR + + http://www.currenexmtf.com/our-offering + CNX MTF + CURRENEX IRELAND MTF - RFQ + + + + + + + + ICAP ENERGY LTD OTF - COMMODITIES AND ENERGY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IECL + + http://www.ticap.com + ICAP ENERGY LTD OTF - COMMODITIES AND ENERGY DERIVATIVES + + + + + + + + INTERCONTINENTAL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-IEPA + + http://www.theice.com + ICE + INTERCONTINENTAL EXCHANGE + + + + + + + + INVESTORS EXCHANGE - DARK + QName: fibo-fbc-fct-mkti:Exchange-IEXD + + http://www.iextrading.com + IEX + INVESTORS EXCHANGE - DARK + + + + + + + + + INVESTORS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-IEXG + + http://www.iextrading.com + IEX + INVESTORS EXCHANGE + + + + + + + + IRAN FARA BOURSE + QName: fibo-fbc-fct-mkti:Exchange-IFBX + + http://www.ifb.ir + IFB + IRAN FARA BOURSE + + + + + + + + ICE FUTURES CANADA + QName: fibo-fbc-fct-mkti:Exchange-IFCA + + http://www.theice.com + ICE FUTURES CANADA + + + + + + + ICE FUTURES U.S. ENERGY DIVISION + QName: fibo-fbc-fct-mkti:Exchange-IFED + + http://www.theice.com + ICE FUTURES U.S. ENERGY DIVISION + + + + + + + + ICE FUTURES EUROPE - OIL AND REFINED PRODUCTS DIVISION + QName: fibo-fbc-fct-mkti:Exchange-IFEN + + http://www.theice.com + ICE FUTURES EUROPE - OIL AND REFINED PRODUCTS DIVISION + + + + + + + + + ICE FUTURES EUROPE + QName: fibo-fbc-fct-mkti:Exchange-IFEU + + http://www.theice.com + ICE FUTURES EUROPE + + + + + + + ICE FUTURES EUROPE - FINANCIAL PRODUCTS DIVISION + QName: fibo-fbc-fct-mkti:Exchange-IFLL + + http://www.theice.com + ICE FUTURES EUROPE - FINANCIAL PRODUCTS DIVISION + + + + + + + + ICE FUTURES EUROPE - EQUITY PRODUCTS DIVISION + QName: fibo-fbc-fct-mkti:Exchange-IFLO + + http://www.theice.com + ICE FUTURES EUROPE - EQUITY PRODUCTS DIVISION + + + + + + + + + SWAPXECUTE + QName: fibo-fbc-fct-mkti:Exchange-IFLS + + http://www.intlfcstone.com + SWAPXECUTE + + + + + + + ICE FUTURES EUROPE - AGRICULTURAL PRODUCTS DIVISION + QName: fibo-fbc-fct-mkti:Exchange-IFLX + + http://www.theice.com + ICE FUTURES EUROPE - AGRICULTURAL PRODUCTS DIVISION + + + + + + + + + ICE FUTURES SINGAPORE + QName: fibo-fbc-fct-mkti:Exchange-IFSG + + http://www.theice.com + ICE FUTURES SINGAPORE + + + + + + + INSTITUTIONAL FINANCIAL SECURITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-IFSM + + http://www.borzamalta.com.mt + IFSM + INSTITUTIONAL FINANCIAL SECURITIES MARKET + + + + + + + + + ICE FUTURES U.S. + QName: fibo-fbc-fct-mkti:Exchange-IFUS + + http://www.theice.com + ICE FUTURES U.S. + + + + + + + ICE FUTURES EUROPE - EUROPEAN UTILITIES DIVISION + QName: fibo-fbc-fct-mkti:Exchange-IFUT + + http://www.theice.com + ICE FUTURES EUROPE - EUROPEAN UTILITIES DIVISION + + + + + + + + FX CONNECT IRELAND MTF - ALLOCATIONS + QName: fibo-fbc-fct-mkti:Exchange-IFXA + + http://www.fxconnectmtf.com/our-services + IFXC MTF + FX CONNECT IRELAND MTF - ALLOCATIONS + + + + + + + + + FX CONNECT IRELAND MTF + QName: fibo-fbc-fct-mkti:Exchange-IFXC + + http://www.fxconnectmtf.com/our-services + IFXC MTF + FX CONNECT IRELAND MTF + + + + + + + FX CONNECT IRELAND MTF - RFQ + QName: fibo-fbc-fct-mkti:Exchange-IFXR + + http://www.fxconnectmtf.com/our-services + IFXC MTF + FX CONNECT IRELAND MTF - RFQ + + + + + + + + + ICAP GLOBAL DERIVATIVES LIMITED + QName: fibo-fbc-fct-mkti:Exchange-IGDL + + http://www.icap.com/what-we-do/our-mifid-ii-venues/icap-global-derivatives-mtf.aspx + ICAP GLOBAL DERIVATIVES LIMITED + + + + + + + + INDIA INTERNATIONAL EXCHANGE (IFSC) LIMITED + QName: fibo-fbc-fct-mkti:Exchange-IINX + + http://www.indiainx.com + INDIA INX + INDIA INTERNATIONAL EXCHANGE (IFSC) LIMITED + + + + + + + + + IKB DEUTSCHE INDUSTRIEBANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-IKBS + + http://www.ikb.de + IKB DEUTSCHE INDUSTRIEBANK AG - SYSTEMATIC INTERNALISER + + + + + + + ICE MARKETS AGRICULTURE + QName: fibo-fbc-fct-mkti:Exchange-IMAG + + http://www.theice.com + ICE MARKETS AGRICULTURE + + + + + + + + ICE MARKETS BONDS + QName: fibo-fbc-fct-mkti:Exchange-IMBD + + http://www.theice.com + ICE MARKETS BONDS + + + + + + + + CREDITEX SECURITIES CORPORATION + QName: fibo-fbc-fct-mkti:Exchange-IMCC + + http://www.theice.com + CREDITEX SECURITIES CORPORATION + + + + + + + + TP ICAP UK MTF - CASH EQUITY + QName: fibo-fbc-fct-mkti:Exchange-IMCE + + http://www.tpicap.com + TP ICAP UK MTF - CASH EQUITY + + + + + + + + CREDITEX LLC + QName: fibo-fbc-fct-mkti:Exchange-IMCG + + http://www.theice.com + CREDITEX LLC + + + + + + + + ICE ENDEX OTF FUTURES + QName: fibo-fbc-fct-mkti:Exchange-IMCO + + http://www.theice.com/endex + ICE ENDEX OTF + ICE ENDEX OTF FUTURES + + + + + + + + ICE MARKETS CREDIT + QName: fibo-fbc-fct-mkti:Exchange-IMCR + + http://www.theice.com + ICE MARKETS CREDIT + + + + + + + + + IMC FINANCIAL MARKETS + QName: fibo-fbc-fct-mkti:Exchange-IMCS + + http://www.imc.com + IMC FINANCIAL MARKETS + + + + + + + + + IMC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-IMCT + + http://www.imc.com + IMC + IMC - SYSTEMATIC INTERNALISER + + + + + + + TP ICAP UK MTF - EQUITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IMED + + http://www.tpicap.com + TP ICAP UK MTF - EQUITY DERIVATIVES + + + + + + + + ICE MARKETS ENERGY + QName: fibo-fbc-fct-mkti:Exchange-IMEN + + http://www.theice.com + ICE MARKETS ENERGY + + + + + + + + ICE MARKETS EQUITY + QName: fibo-fbc-fct-mkti:Exchange-IMEQ + + http://www.theice.com/endex + ICE ENDEX EQUITY + ICE MARKETS EQUITY + + + + + + + + TP ICAP UK MTF - EXCHANGE TRADED PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-IMET + + http://www.tpicap.com + TP ICAP UK MTF - EXCHANGE TRADED PRODUCTS + + + + + + + + + IRAN MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-IMEX + + http://www.ime.co.ir + IRAN MERCANTILE EXCHANGE + + + + + + + TP ICAP UK MTF - FX DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IMFD + + http://www.tpicap.com + TP ICAP UK MTF - FX DERIVATIVES + + + + + + + + ICE MARKETS FOREIGN EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-IMFX + + http://www.theice.com + ICE MARKETS FOREIGN EXCHANGE + + + + + + + + TP ICAP UK MTF - GOVERNMENT BONDS EXCLUDING GILTS + QName: fibo-fbc-fct-mkti:Exchange-IMGB + + http://www.tpicap.com + TP ICAP UK MTF - GOVERNMENT BONDS EXCLUDING GILTS + + + + + + + + TP ICAP UK MTF - GILTS + QName: fibo-fbc-fct-mkti:Exchange-IMGI + + http://www.icap.com + TP ICAP UK MTF - GILTS + + + + + + + + ICE MARKETS RATES + QName: fibo-fbc-fct-mkti:Exchange-IMIR + + http://www.theice.com + ICE MARKETS RATES + + + + + + + + + + IMMH - BANCA IMI - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-IMMH + + http://www.bancaimi.com + IMMH - BANCA IMI - SYSTEMATIC INTERNALISER + + + + + + + TP ICAP UK MTF - MONEY MARKET INSTRUMENTS + QName: fibo-fbc-fct-mkti:Exchange-IMMM + + http://www.tpicap.com + TP ICAP UK MTF - MONEY MARKET INSTRUMENTS + + + + + + + + TP ICAP UK MTF - INTEREST RATE DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IMRD + + http://www.tpicap.com + TP ICAP UK MTF - INTEREST RATE DERIVATIVES + + + + + + + + TP ICAP UK MTF - CORPORATE BONDS AND SECURITIES DEBT + QName: fibo-fbc-fct-mkti:Exchange-IMSB + + http://www.tpicap.com + TP ICAP UK MTF - CORPORATE BONDS AND SECURITIES DEBT + + + + + + + + + INTEGRAL MTF + QName: fibo-fbc-fct-mkti:Exchange-IMTF + + http://www.integralmtf.com + INTEGRAL MTF + + + + + + + MTS IRELAND + QName: fibo-fbc-fct-mkti:Exchange-IMTS + + http://www.mtsireland.com + MTS IRELAND + + + + + + + + INSTINET DESK CROSS + QName: fibo-fbc-fct-mkti:Exchange-INCA + + http://www.instinet.com + INSTINET DESK CROSS + + + + + + + + + INTELLIGENTCROSS + QName: fibo-fbc-fct-mkti:Exchange-INCR + + http://www.intelligentcross.com + INTELLIGENTCROSS + + + + + + + + + ING BANK NV - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-INGB + + http://www.ing.com + ING BANK NV - SYSTEMATIC INTERNALISER + + + + + + + + ING BANK NV - SPRINTERS AND EQUITY - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-INGE + + http://www.ing.com + ING BANK NV - SPRINTERS AND EQUITY - SYSTEMATIC INTERNALISER + + + + + + + + + ING BANK NV - FOREIGN EXCHANGE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-INGF + + http://www.ing.com + ING BANK NV - FOREIGN EXCHANGE - SYSTEMATIC INTERNALISER + + + + + + + + + + ING BANK SLASKI SA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-INGW + + http://www.ingbank.pl + ING BANK SLASKI SA - SYSTEMATIC INTERNALISER + + + + + + + NSE IFSC LIMITED + QName: fibo-fbc-fct-mkti:Exchange-INSE + + http://www.nseifsc.com + NSE IFSC + NSE IFSC LIMITED + + + + + + + + + + INVESTEC BANK PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-INVE + + http://www.investec.com + INVESTEC BANK PLC - SYSTEMATIC INTERNALISER + + + + + + + ICAP SECURITIES OTF - CREDIT DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IOCD + + http://www.ticap.com + ICAP SECURITIES OTF - CREDIT DERIVATIVES + + + + + + + + ICAP SECURITIES OTF - EQUITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IOED + + http://www.ticap.com + ICAP SECURITIES OTF - EQUITY DERIVATIVES + + + + + + + + ICAP SECURITIES OTF - CORPORATE BONDS AND SECURITISED DEBT + QName: fibo-fbc-fct-mkti:Exchange-IOFI + + http://www.ticap.com + ICAP SECURITIES OTF - CORPORATE BONDS AND SECURITISED DEBT + + + + + + + + ICAP SECURITIES OTF - FX DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IOFX + + http://www.ticap.com + ICAP SECURITIES OTF - FX DERIVATIVES + + + + + + + + ICAP SECURITIES OTF - GOVERNMENT BONDS EXCLUDING UK GILTS + QName: fibo-fbc-fct-mkti:Exchange-IOGB + + http://www.ticap.com + ICAP SECURITIES OTF - GOVERNMENT BONDS EXCLUDING UK GILTS + + + + + + + + ICAP SECURITIES OTF - GOVERNMENT BONDS - UK GILTS + QName: fibo-fbc-fct-mkti:Exchange-IOGI + + http://www.ticap.com + ICAP SECURITIES OTF - GOVERNMENT BONDS - UK GILTS + + + + + + + + ICAP SECURITIES OTF - INTEREST RATE DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-IOIR + + http://www.tpicap.com + ICAP SECURITIES OTF - INTEREST RATE DERIVATIVES + + + + + + + + ICAP SECURITIES OTF - MONEY MARKET INSTRUMENTS + QName: fibo-fbc-fct-mkti:Exchange-IOMM + + http://www.tpicap.com + ICAP SECURITIES OTF - MONEY MARKET INSTRUMENTS + + + + + + + + INSTINET EUROPE LIMITED OTC + QName: fibo-fbc-fct-mkti:Exchange-IOTC + + http://www.instinet.com + INSTINET EUROPE LIMITED OTC + + + + + + + + + ICAP SECURITIES - OTF + QName: fibo-fbc-fct-mkti:Exchange-IOTF + + http://www.icap.com + ICAP SECURITIES - OTF + + + + + + + + IPSX + QName: fibo-fbc-fct-mkti:Exchange-IPSX + + http://www.ipsx.com + IPSX + IPSX + + + + + + + IPSX PRIME + QName: fibo-fbc-fct-mkti:Exchange-IPXP + + http://www.ipsx.com + IPSX + IPSX PRIME + + + + + + + + IPSX WHOLESALE + QName: fibo-fbc-fct-mkti:Exchange-IPXW + + http://www.ipsx.com + IPSX + IPSX WHOLESALE + + + + + + + + + + BANCA DI ASTI - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ISBA + + http://www.bancadiasti.it + BANCA DI ASTI - SYSTEMATIC INTERNALISER + + + + + + + + + BIVER BANCA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ISBV + + http://www.biverbanca.it + BIVER BANCA - SYSTEMATIC INTERNALISER + + + + + + + + ISDAFIX + QName: fibo-fbc-fct-mkti:Exchange-ISDA + + http://www2.isda.org + ISDAFIX + + + + + + + + INTER-CONNECTED STOCK EXCHANGE OF INDIA LTD + QName: fibo-fbc-fct-mkti:Exchange-ISEX + + http://www.iseindia.com + ISE + INTER-CONNECTED STOCK EXCHANGE OF INDIA LTD + + + + + + + + + ICBC STANDARD BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-ISSI + + http://www.icbcstandardbank.com + ICBCS + ICBC STANDARD BANK - SYSTEMATIC INTERNALISER + + + + + + + + I-SWAP + QName: fibo-fbc-fct-mkti:Exchange-ISWA + + http://www.i-swap.com + I-SWAP + + + + + + + I-SWAP - TRADE REGISTRATION + QName: fibo-fbc-fct-mkti:Exchange-ISWB + + http://www.i-swap.com + I-SWAP - TRADE REGISTRATION + + + + + + + + I-SWAP ORDER BOOK + QName: fibo-fbc-fct-mkti:Exchange-ISWC + + http://www.i-swap.com + I-SWAP ORDER BOOK + + + + + + + + ICAP GLOBAL DERIVATIVES LIMITED - ELECTRONIC + QName: fibo-fbc-fct-mkti:Exchange-ISWE + + http://www.icap.com/what-we-do/electronic-markets/i-swap.aspx + ICAP GLOBAL DERIVATIVES LIMITED - ELECTRONIC + + + + + + + + ISWAP EURO MTF - TRADE REGISTRATION + QName: fibo-fbc-fct-mkti:Exchange-ISWN + + http://www.icap.com + ISWAP EURO MTF - TRADE REGISTRATION + + + + + + + + ISWAP EURO MTF - ORDERBOOK + QName: fibo-fbc-fct-mkti:Exchange-ISWO + + http://www.icap.com + ISWAP EURO MTF - ORDERBOOK + + + + + + + + + ISWAP EURO MTF + QName: fibo-fbc-fct-mkti:Exchange-ISWP + + http://www.icap.com + ISWAP EURO MTF + + + + + + + I-SWAP TARGETED STREAMING/RFQ + QName: fibo-fbc-fct-mkti:Exchange-ISWR + + http://www.i-swap.com + I-SWAP TARGETED STREAMING/RFQ + + + + + + + + ISWAP EURO MTF - TARGETED STREAMING / RFQ + QName: fibo-fbc-fct-mkti:Exchange-ISWT + + http://www.icap.com + ISWAP EURO MTF - TARGETED STREAMING / RFQ + + + + + + + + ICAP GLOBAL DERIVATIVES LIMITED - VOICE + QName: fibo-fbc-fct-mkti:Exchange-ISWV + + http://www.icap.com/what-we-do/our-markets-and-products/products/medium-long-term-interest-rate-swaps.aspx + ICAP GLOBAL DERIVATIVES LIMITED - VOICE + + + + + + + + + ITG - POSIT + QName: fibo-fbc-fct-mkti:Exchange-ITGI + + http://www.itg.com + ITG - POSIT + + + + + + + + ITG - POSIT MTF + QName: fibo-fbc-fct-mkti:Exchange-ITGL + + http://www.itg.com + POSIT + ITG - POSIT MTF + + + + + + + + INVESCO CANADA PTF TRADES + QName: fibo-fbc-fct-mkti:Exchange-IVZX + + http://www.invesco.ca + INVESCO CANADA PTF TRADES + + + + + + + + JOINT ASIAN DERIVATIVES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-JADX + + http://www.jadeexchange.com + JOINT ASIAN DERIVATIVES EXCHANGE + + + + + + + + + JYSKE BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JBSI + + http://www.jyskebank.dk + JYSKE BANK - SYSTEMATIC INTERNALISER + + + + + + + BULGARIAN STOCK EXCHANGE - INTERNATIONAL MTF + QName: fibo-fbc-fct-mkti:Exchange-JBUL + + http://www.bse-sofia.bg + BSE-MTF + BULGARIAN STOCK EXCHANGE - INTERNATIONAL MTF + + + + + + + + + JEFFERIES EUROPE + QName: fibo-fbc-fct-mkti:Exchange-JEFE + + http://www.jefferies.com + JEFFERIES EUROPE + + + + + + + + JEFFERIES INTERNATIONAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JEFS + + http://www.jefferies.com + JEFFERIES INTERNATIONAL - SYSTEMATIC INTERNALISER + + + + + + + + + JETX + QName: fibo-fbc-fct-mkti:Exchange-JEFX + + http://www.jefferies.com + JETX + + + + + + + + JEFFERIES EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JESI + + http://www.jefferies.com + JEFFERIES EUROPE - SYSTEMATIC INTERNALISER + + + + + + + + + JEFFERIES INTERNATIONAL + QName: fibo-fbc-fct-mkti:Exchange-JISI + + http://www.jefferies.com + JEFFERIES INTERNATIONAL + + + + + + + + + JUMP TRADING EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JLEU + + http://www.jumptrading.com + JUMP TRADING EUROPE - SYSTEMATIC INTERNALISER + + + + + + + + JUMP LIQUIDITY + QName: fibo-fbc-fct-mkti:Exchange-JLQD + + http://www.jumptrading.com + JLQD + JUMP LIQUIDITY + + + + + + + + + JUMP LIQUIDITY - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JLSI + + http://www.jumptrading.com + JUMP LIQUIDITY - SYSTEMATIC INTERNALISER + + + + + + + + JPBX + QName: fibo-fbc-fct-mkti:Exchange-JPBX + + http://www.jpmorgan.com + JPBX + JPBX + + + + + + + + JPMORGAN CHASE BANK N.A. LONDON BRANCH + QName: fibo-fbc-fct-mkti:Exchange-JPCB + + http://www.jpmorgan.com + JPMORGAN CHASE BANK N.A. LONDON BRANCH + + + + + + + + + J.P. MORGAN AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JPEU + + http://www.jpmorgan.com + J.P. MORGAN AG - SYSTEMATIC INTERNALISER + + + + + + + + JP MORGAN - JPMI MARKET + QName: fibo-fbc-fct-mkti:Exchange-JPMI + + http://www.jpmorgan.com + JPMI + JP MORGAN - JPMI MARKET + + + + + + + + JPMX + QName: fibo-fbc-fct-mkti:Exchange-JPMX + + http://www.jpmorgan.com + JPMX + JPMX + + + + + + + + + J.P. MORGAN SECURITIES PLC + QName: fibo-fbc-fct-mkti:Exchange-JPSI + + http://www.jpmorgan.com + J.P. MORGAN SECURITIES PLC + + + + + + + JSE BOND ELECTRONIC TRADING PLATFORM + QName: fibo-fbc-fct-mkti:Exchange-JSEB + + http://www.jse.co.za + BETP + JSE BOND ELECTRONIC TRADING PLATFORM + + + + + + + + + JANE STREET EXECUTION SERVICES LLC + QName: fibo-fbc-fct-mkti:Exchange-JSES + + http://www.janestreet.com + JX + JANE STREET EXECUTION SERVICES LLC + + + + + + + + JANE STREET JX + QName: fibo-fbc-fct-mkti:Exchange-JSJX + + http://www.janestreet.com + JX + JANE STREET JX + + + + + + + + + JANE STREET FINANCIAL LTD - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JSSI + + http://www.janestreet.com + JSF + JANE STREET FINANCIAL LTD - SYSTEMATIC INTERNALISER + + + + + + + + + DEN JYSKE SPAREKASSE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-JYSI + + http://www.djs.dk + DEN JYSKE SPAREKASSE - SYSTEMATIC INTERNALISER + + + + + + + KAI-X + QName: fibo-fbc-fct-mkti:Exchange-KAIX + + http://www.chi-x.jp + KAI-X + + + + + + + + + + KBC BANK NV GROUP MARKETS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-KBCB + + http://www.kbc.com + KBC BANK NV GROUP MARKETS - SYSTEMATIC INTERNALISER + + + + + + + KBL EURO COMMERCIAL PAPERS + QName: fibo-fbc-fct-mkti:Exchange-KBLC + + http://www.kbl.lu + KBL EURO COMMERCIAL PAPERS + + + + + + + + + KBL EUROPEAN PRIVATE BANKERS S.A. + QName: fibo-fbc-fct-mkti:Exchange-KBLL + + http://www.kbl.lu + KBLL + KBL EUROPEAN PRIVATE BANKERS S.A. + + + + + + + + KYTE BROKING LIMITED + QName: fibo-fbc-fct-mkti:Exchange-KBLM + + http://www.kytebroking.com + KYTE BROKING LIMITED + + + + + + + KBL STRUCTURED PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-KBLS + + http://www.kbl.lu + KBL STRUCTURED PRODUCTS + + + + + + + + KBL FX TREASURY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-KBLT + + http://www.kbl.lu + KBL FX TREASURY DERIVATIVES + + + + + + + + + KELER CCP + QName: fibo-fbc-fct-mkti:Exchange-KCCP + + http://www.kelerkszf.hu + KELER CCP + + + + + + + + KELER + QName: fibo-fbc-fct-mkti:Exchange-KELR + + http://www.keler.hu + KELER + + + + + + + + + K AND H BANK ZRT - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-KHHU + + http://www.kh.hu + K AND H BANK ZRT - SYSTEMATIC INTERNALISER + + + + + + + + + KNIGHT LINK EUROPE + QName: fibo-fbc-fct-mkti:Exchange-KLEU + + http://www.knight.com + KNIGHT LINK EUROPE + + + + + + + ZURCHER KANTONALBANK - EKMU-X + QName: fibo-fbc-fct-mkti:Exchange-KMUX + + http://www.zkb.ch/ekmux + ZURCHER KANTONALBANK - EKMU-X + + + + + + + + KNIGHT CAPITAL MARKETS LLC + QName: fibo-fbc-fct-mkti:Exchange-KNCM + + http://www.knight.com + KNIGHT CAPITAL MARKETS LLC + + + + + + + + KNIGHT EQUITY MARKETS LP + QName: fibo-fbc-fct-mkti:Exchange-KNEM + + http://www.knight.com + KNIGHT EQUITY MARKETS LP + + + + + + + + + KNIGHT + QName: fibo-fbc-fct-mkti:Exchange-KNIG + + http://www.knight.com + KNIGHT + + + + + + + KNIGHT LINK + QName: fibo-fbc-fct-mkti:Exchange-KNLI + + http://www.knight.com + KNIGHT LINK + + + + + + + + KNIGHT MATCH ATS + QName: fibo-fbc-fct-mkti:Exchange-KNMX + + http://www.knight.com + KNIGHT MATCH ATS + + + + + + + + + OTFLINK + QName: fibo-fbc-fct-mkti:Exchange-KOTF + + http://www.keplercheuvreux.com + OTFLINK + + + + + + + + LATAM SEF + QName: fibo-fbc-fct-mkti:Exchange-LASF + + http://www.latamsef.com + LATAM SEF + + + + + + + + LAN AND SPAR BANK A/S + QName: fibo-fbc-fct-mkti:Exchange-LASP + + http://www.lsb.dk + LAN AND SPAR BANK A/S + + + + + + + + LBBW - LANDESBANK BADEN-WUERTTEMBERG + QName: fibo-fbc-fct-mkti:Exchange-LBBW + + http://www.lbbw.de + LLBW + LBBW - LANDESBANK BADEN-WUERTTEMBERG + + + + + + + + + LLOYDS BANK CORPORATE MARKETS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-LBCM + + http://www.lloydsbankcorporatemarkets.com + LBCM + LLOYDS BANK CORPORATE MARKETS - SYSTEMATIC INTERNALISER + + + + + + + + + LLOYDS BANK CORPORATE MARKETS WERTPAPIERHANDELSBANK GMBH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-LBCW + + http://www.lloydsbank.com + LLOYDS BANK CORPORATE MARKETS WERTPAPIERHANDELSBANK GMBH - SYSTEMATIC INTERNALISER + + + + + + + LBBW - LANDESBANK BADEN-WUERTTEMBERG - LIQUIDITY PROVIDER + QName: fibo-fbc-fct-mkti:Exchange-LBWL + + http://www.lbbw.de + LLBW + LBBW - LANDESBANK BADEN-WUERTTEMBERG - LIQUIDITY PROVIDER + + + + + + + + + LBBW - LANDESBANK BADEN-WUERTTEMBERG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-LBWS + + http://www.lbbw.de + LLBW + LBBW - LANDESBANK BADEN-WUERTTEMBERG - SYSTEMATIC INTERNALISER + + + + + + + + + LCH.CLEARNET + QName: fibo-fbc-fct-mkti:Exchange-LCHC + + http://www.lchclearnet.com + LCH.CLEARNET + + + + + + + + CURRENEX LDFX + QName: fibo-fbc-fct-mkti:Exchange-LCUR + + http://www.currenex.com + CX LDFX + CURRENEX LDFX + + + + + + + + LEDGERX + QName: fibo-fbc-fct-mkti:Exchange-LEDG + + http://www.ledgerx.com + LEDGERX + + + + + + + + LIQUIDNET EU LIMITED EQUITY MTF + QName: fibo-fbc-fct-mkti:Exchange-LEUE + + http://www.liquidnet.com + LIQUIDNET EU LIMITED EQUITY MTF + + + + + + + LIQUIDNET EU LIMITED FIXED INCOME MTF + QName: fibo-fbc-fct-mkti:Exchange-LEUF + + http://www.liquidnet.com + LIQUIDNET EU LIMITED FIXED INCOME MTF + + + + + + + + + LEVEL ATS + QName: fibo-fbc-fct-mkti:Exchange-LEVL + + http://www.levelats.com + LEVEL + LEVEL ATS + + + + + + + + LIQUIDNET CANADA ATS + QName: fibo-fbc-fct-mkti:Exchange-LICA + + http://www.liquidnet.com + LIQUIDNET CANADA ATS + + + + + + + LIQUIDNET, INC. FIXED INCOME ATS + QName: fibo-fbc-fct-mkti:Exchange-LIFI + + http://www.liquidnet.com + LQNF + LIQUIDNET, INC. FIXED INCOME ATS + + + + + + + + + + LIGA BANK EG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-LIGA + + http://www.ligabank.de + LIGA BANK EG - SYSTEMATIC INTERNALISER + + + + + + + LIQUIDNET EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-LIQF + + http://www.liquidnet.com + LIQU + LIQUIDNET EUROPE LIMITED + + + + + + + + LIQUIDNET H20 + QName: fibo-fbc-fct-mkti:Exchange-LIQH + + http://www.liquidnet.com + LQNT H20 + LIQUIDNET H20 + + + + + + + + + LIQUIDNET SYSTEMS + QName: fibo-fbc-fct-mkti:Exchange-LIQU + + http://www.liquidnet.com + LIQUIDNET SYSTEMS + + + + + + + CBOE EUROPE - LIS SERVICE + QName: fibo-fbc-fct-mkti:Exchange-LISX + + http://www.markets.cboe.com/europe/equities/overview/ + CBOE LIS + CBOE EUROPE - LIS SERVICE + + + + + + + + CBOE EUROPE - LIS SERVICE (NL) + QName: fibo-fbc-fct-mkti:Exchange-LISZ + + http://markets.cboe.com/europe/equities/about/ + CBOE EU LIS + CBOE EUROPE - LIS SERVICE (NL) + + + + + + + + LIQUIDNET, INC. H2O ATS + QName: fibo-fbc-fct-mkti:Exchange-LIUH + + http://www.liquidnet.com + LQNA + LIQUIDNET, INC. H2O ATS + + + + + + + + + LIQUIDNET, INC. + QName: fibo-fbc-fct-mkti:Exchange-LIUS + + http://www.liquidnet.com + LQNT + LIQUIDNET, INC. + + + + + + + LMAX - DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-LMAD + + http://www.lmax.com + LMAX - DERIVATIVES + + + + + + + + LMAX - EQUITIES + QName: fibo-fbc-fct-mkti:Exchange-LMAE + + http://www.lmax.com + LMAX - EQUITIES + + + + + + + + LMAX - FX + QName: fibo-fbc-fct-mkti:Exchange-LMAF + + http://www.lmax.com + LMAX - FX + + + + + + + + LMAX - INDICES/RATES/COMMODITIES + QName: fibo-fbc-fct-mkti:Exchange-LMAO + + http://www.lmax.com + LMAX - INDICES/RATES/COMMODITIES + + + + + + + + + LMAX + QName: fibo-fbc-fct-mkti:Exchange-LMAX + + http://www.mtf.lmax.com/ + LMAX + + + + + + + + LME CLEAR + QName: fibo-fbc-fct-mkti:Exchange-LMEC + + http://www.lme.com + LMEC + LME CLEAR + + + + + + + + + LUMINOR BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-LMNR + + LUMINOR BANK - SYSTEMATIC INTERNALISER + + + + + + + LUMINEX TRADING & ANALYTICS LLC - ATS + QName: fibo-fbc-fct-mkti:Exchange-LMNX + + http://www.luminextrading.com + LMNX + LUMINEX TRADING & ANALYTICS LLC - ATS + + + + + + + + + OTC MARKET + QName: fibo-fbc-fct-mkti:Exchange-LOTC + + http://www.lotce.com + OTC MARKET + + + + + + + + LOUIS CAPITAL MARKETS UK LLP + QName: fibo-fbc-fct-mkti:Exchange-LOUI + + http://www.louiscapital.com + LCM + LOUIS CAPITAL MARKETS UK LLP + + + + + + + + + LLOYDS BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-LOYD + + http://www.lloydsbank.com + LLOYDS BANK - SYSTEMATIC INTERNALISER + + + + + + + + LONDON PLATINUM AND PALLADIUM MARKET + QName: fibo-fbc-fct-mkti:Exchange-LPPM + + http://www.lppm.org.uk + LPPM + LONDON PLATINUM AND PALLADIUM MARKET + + + + + + + + LIQUIDITYEDGE + QName: fibo-fbc-fct-mkti:Exchange-LQED + + http://www.liquidityedge.trade + LIQUIDITYEDGE + + + + + + + CITI LIQUIFI + QName: fibo-fbc-fct-mkti:Exchange-LQFI + + http://www.citivelocity.com + LQFI + CITI LIQUIFI + + + + + + + + + + LANG AND SCHWARZ TRADE CENTER - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-LSSI + + http://www.ls-tc.de + LANG AND SCHWARZ TRADE CENTER - SYSTEMATIC INTERNALISER + + + + + + + + LUMINEX TRADING & ANALYTICS LLC + QName: fibo-fbc-fct-mkti:Exchange-LTAA + + http://www.luminextrading.com + LTAA + LUMINEX TRADING & ANALYTICS LLC + + + + + + + + BARCLAYS LX JAPAN + QName: fibo-fbc-fct-mkti:Exchange-LXJP + + http://www.barclays.com + LXJP + BARCLAYS LX JAPAN + + + + + + + LYNX ATS + QName: fibo-fbc-fct-mkti:Exchange-LYNX + + http://www.omegaats.com + LYNX ATS + + + + + + + + MERCADO ALTERNATIVO BURSATIL + QName: fibo-fbc-fct-mkti:Exchange-MABX + + http://www.bolsasymercados.es + MAB + MERCADO ALTERNATIVO BURSATIL + + + + + + + + MACQUARIE AUSTRALIA BLOCK CROSSING + QName: fibo-fbc-fct-mkti:Exchange-MACB + + http://www.macquarie.com + MACQUARIE AUSTRALIA BLOCK CROSSING + + + + + + + + + MARKETAXESS EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-MAEL + + http://www.marketaxess.com + MARKETAXESS EUROPE LIMITED + + + + + + + + MAGMA ATS + QName: fibo-fbc-fct-mkti:Exchange-MAGM + + http://www.torbrokerage.com + MAGMA ATS + + + + + + + + MAKOR SECURITIES LONDON LTD + QName: fibo-fbc-fct-mkti:Exchange-MAKX + + http://www.makor-capital.com + MAKOR SECURITIES LONDON LTD + + + + + + + + MALDIVES STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-MALX + + http://www.mse.com.mv + MALDIVES STOCK EXCHANGE + + + + + + + + MARKETAXESS NL B.V. + QName: fibo-fbc-fct-mkti:Exchange-MANL + + http://www.marketaxess.com + MARKETAXESS NL B.V. + + + + + + + + + MBE OPERATING COMPANY DESIGNATED ACTIVITY COMPANY - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MAQE + + http://www.macquarie.com/uk + MBE OPERATING COMPANY DESIGNATED ACTIVITY COMPANY - SYSTEMATIC INTERNALISER + + + + + + + + MACQUARIE INTERNAL MARKETS (HONG KONG) + QName: fibo-fbc-fct-mkti:Exchange-MAQH + + http://www.macquarie.com + MACQUARIE INTERNAL MARKETS (HONG KONG) + + + + + + + + + MACQUARIE BANK INTERNATIONAL LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MAQI + + http://www.macquarie.com/uk + MACQUARIE BANK INTERNATIONAL LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + MACQUARIE INTERNAL MARKETS (JAPAN) + QName: fibo-fbc-fct-mkti:Exchange-MAQJ + + http://www.macquarie.com + MACQUARIE INTERNAL MARKETS (JAPAN) + + + + + + + + MACQUARIE CAPITAL EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-MAQL + + http://www.macquarie.com/uk + MACQUARIE CAPITAL EUROPE LIMITED + + + + + + + + + MACQUARIE BANK LIMITED, LONDON BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MAQU + + http://www.macquarie.com/uk + MACQUARIE BANK LIMITED, LONDON BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + MACQUARIE INTERNAL MARKETS (AUSTRALIA) + QName: fibo-fbc-fct-mkti:Exchange-MAQX + + http://www.macquarie.com + MACQUARIE INTERNAL MARKETS (AUSTRALIA) + + + + + + + MERCADO ALTERNATIVO DE RENTA FIJA + QName: fibo-fbc-fct-mkti:Exchange-MARF + + http://www.aiaf.es + MARF + MERCADO ALTERNATIVO DE RENTA FIJA + + + + + + + + + MARKETAXESS SINGAPORE PTE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-MASG + + http://www.marketaxess.com + MARKETAXESS SINGAPORE PTE LIMITED + + + + + + + + MATCH NOW + QName: fibo-fbc-fct-mkti:Exchange-MATN + + http://www.triactcanada.com + MATCH NOW + + + + + + + + + MBANK S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MBPL + + http://www.mbank.pl + MBANK + MBANK S.A. - SYSTEMATIC INTERNALISER + + + + + + + + MTF SOFIA + QName: fibo-fbc-fct-mkti:Exchange-MBUL + + http://www.capman.bg + MTF SOFIA + + + + + + + MTS CASH DOMESTIC - MTF + QName: fibo-fbc-fct-mkti:Exchange-MCAD + + http://www.mtsmarkets.com + MTS CASH DOMESTIC - MTF + + + + + + + + + MACQUARIE CAPITAL (IRELAND) + QName: fibo-fbc-fct-mkti:Exchange-MCID + + http://www.macquarie.com/uk + MACQUARIE CAPITAL (IRELAND) + + + + + + + ISE MERCURY, LLC + QName: fibo-fbc-fct-mkti:Exchange-MCRY + + http://www.ise.com + ISE MERCURY, LLC + + + + + + + + NASDAQ COPENHAGEN A/S - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MCSE + + http://www.nasdaqomxnordic.com + NASDAQ COPENHAGEN A/S - AUCTION ON DEMAND + + + + + + + + + CURRENEX MTF + QName: fibo-fbc-fct-mkti:Exchange-MCUR + + http://www.currenex.com + CURRENEX MTF + + + + + + + CURRENEX MTF - RFQ + QName: fibo-fbc-fct-mkti:Exchange-MCXR + + http://www.currenex.com + CURRENEX MTF - RFQ + + + + + + + + CURRENEX MTF - STREAMING + QName: fibo-fbc-fct-mkti:Exchange-MCXS + + http://www.currenex.com + CURRENEX MTF - STREAMING + + + + + + + + + MCX STOCK EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-MCXX + + http://www.mcx-sx.com + MCX STOCK EXCHANGE LTD + + + + + + + MTS CZECH REPUBLIC + QName: fibo-fbc-fct-mkti:Exchange-MCZK + + MTS CZECH REPUBLIC + + + + + + + + MIBGAS - DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-MDRV + + http://www.mibgasderivatives.es + MIBGAS + MIBGAS - DERIVATIVES + + + + + + + + NASDAQ MIDPOINT-ELO (M-ELO) + QName: fibo-fbc-fct-mkti:Exchange-MELO + + http://www.nasdaqtrader.com + MELO + NASDAQ MIDPOINT-ELO (M-ELO) + + + + + + + + MERKUR MARKET - DARK POOL + QName: fibo-fbc-fct-mkti:Exchange-MERD + + http://www.oslobors.no + MERKUR MARKET - DARK POOL + + + + + + + + MERCADO ELECTRONICO DE RENTA FIJA + QName: fibo-fbc-fct-mkti:Exchange-MERF + + http://www.bmerf.es + MERF + MERCADO ELECTRONICO DE RENTA FIJA + + + + + + + + MERKUR MARKET + QName: fibo-fbc-fct-mkti:Exchange-MERK + + http://www.oslobors.no + MERKUR MARKET + + + + + + + + + MORGAN STANLEY EUROPE S.E. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MESI + + http://www.morganstanley.com + MESI + MORGAN STANLEY EUROPE S.E. - SYSTEMATIC INTERNALISER + + + + + + + + ACE MARKET + QName: fibo-fbc-fct-mkti:Exchange-MESQ + + http://www.bursamalaysia.com + ACE MARKET + + + + + + + + + MET ZURICH + QName: fibo-fbc-fct-mkti:Exchange-METZ + + http://www.metzurich.com + MET ZURICH + + + + + + + + MF GLOBAL ENERGY MTF + QName: fibo-fbc-fct-mkti:Exchange-MFGL + + http://www.mfglobal.com + MF GLOBAL ENERGY MTF + + + + + + + EURONEXT - MERCADO DE FUTUROS E OPCOES + QName: fibo-fbc-fct-mkti:Exchange-MFOX + + http://www.euronext.com + EURONEXT - MERCADO DE FUTUROS E OPCOES + + + + + + + + FX CONNECT - MTF - ALLOCATIONS + QName: fibo-fbc-fct-mkti:Exchange-MFXA + + http://www.fxconnect.com + FX CONNECT - MTF - ALLOCATIONS + + + + + + + + + FX CONNECT - MTF + QName: fibo-fbc-fct-mkti:Exchange-MFXC + + http://www.fxconnect.com + FX CONNECT - MTF + + + + + + + FX CONNECT - MTF - RFQ + QName: fibo-fbc-fct-mkti:Exchange-MFXR + + http://www.fxconnect.com + FX CONNECT - MTF - RFQ + + + + + + + + + + MIZUHO BANK, LTD. DUESSELDORF BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MHBD + + http://www.mizuho-emea.com + MIZUHO BANK, LTD. DUESSELDORF BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + + MIZUHO BANK EUROPE N.V. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MHBE + + http://www.mizuho-emea.com + MIZUHO BANK EUROPE N.V. - SYSTEMATIC INTERNALISER + + + + + + + + + MIZUHO BANK, LTD. LONDON BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MHBL + + http://www.mizuho-emea.com + MIZUHO BANK, LTD. LONDON BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + + MIZUHO BANK LTD. - PARIS BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MHBP + + http://www.mizuhobank.com + MIZUHO BANK LTD. - PARIS BRANCH - SYSTEMATIC INTERNALISER + + + + + + + NASDAQ HELSINKI LTD - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MHEL + + http://www.nasdaqomxnordic.com + NASDAQ HELSINKI LTD - AUCTION ON DEMAND + + + + + + + + + + MIZUHO SECURITIES EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MHEU + + http://www.mizuho-emea.com + MHEU + MIZUHO SECURITIES EUROPE - SYSTEMATIC INTERNALISER + + + + + + + + + MIZUHO INTERNATIONAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MHIP + + http://www.onemizuho.eu + MHI + MIZUHO INTERNATIONAL - SYSTEMATIC INTERNALISER + + + + + + + + MERCADO ORGANIZADO DEL GAS + QName: fibo-fbc-fct-mkti:Exchange-MIBG + + http://www.mercadosgas.omie.es + MIBGAS + MERCADO ORGANIZADO DEL GAS + + + + + + + NASDAQ ICELAND HF. - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MICE + + http://www.nasdaqomxnordic.com + NASDAQ ICELAND HF. - AUCTION ON DEMAND + + + + + + + + + MIAMI INTERNATIONAL HOLDINGS, INC. + QName: fibo-fbc-fct-mkti:Exchange-MIHI + + http://www.miaxoptions.com + MIHI + MIAMI INTERNATIONAL HOLDINGS, INC. + + + + + + + + MOSCOW EXCHANGE - ALL MARKETS + QName: fibo-fbc-fct-mkti:Exchange-MISX + + http://www.moex.com + MOEX + MOSCOW EXCHANGE - ALL MARKETS + + + + + + + MARKET FOR INVESTMENT VEHICLES + QName: fibo-fbc-fct-mkti:Exchange-MIVX + + http://www.borsaitaliana.it + MIV + MARKET FOR INVESTMENT VEHICLES + + + + + + + + + MIZUHO INTERNAL CROSSING + QName: fibo-fbc-fct-mkti:Exchange-MIZX + + http://www.mizuho-sc.com + MIX + MIZUHO INTERNAL CROSSING + + + + + + + + + MERITKAPITAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MKAP + + http://www.meritkapital.com + MERITKAPITAL - SYSTEMATIC INTERNALISER + + + + + + + BANK OF AMERICA - MERRILL LYNCH OTC + QName: fibo-fbc-fct-mkti:Exchange-MLCO + + http://corp.bankofamerica.com/business/ci/trader-instinct + BANK OF AMERICA - MERRILL LYNCH OTC + + + + + + + + + BOFA SECURITIES EUROPE - RFQ - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MLER + + http://www.bofaml.com + BOFASE + BOFA SECURITIES EUROPE - RFQ - SYSTEMATIC INTERNALISER + + + + + + + + + BOFA SECURITIES EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MLES + + http://www.bofaml.com + BOFASE + BOFA SECURITIES EUROPE - SYSTEMATIC INTERNALISER + + + + + + + + + BOFA SECURITIES EUROPE + QName: fibo-fbc-fct-mkti:Exchange-MLEX + + http://www.bofaml.com + BOFASE + BOFA SECURITIES EUROPE + + + + + + + + MERRILL LYNCH INTERNATIONAL + QName: fibo-fbc-fct-mkti:Exchange-MLIX + + http://www.bofaml.com/emea + MLI + MERRILL LYNCH INTERNATIONAL + + + + + + + + MERRILL LYNCH INTERNATIONAL - RFQ - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MLRQ + + http://www.bofaml.com/emea + MLI + MERRILL LYNCH INTERNATIONAL - RFQ - SYSTEMATIC INTERNALISER + + + + + + + + + MERRILL LYNCH INTERNATIONAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MLSI + + http://www.bofaml.com/emea + MLI + MERRILL LYNCH INTERNATIONAL - SYSTEMATIC INTERNALISER + + + + + + + + BANK OF AMERICA - MERRILL LYNCH VWAP CROSS + QName: fibo-fbc-fct-mkti:Exchange-MLVX + + http://corp.bankofamerica.com/business/ci/trader-instinct + BANK OF AMERICA - MERRILL LYNCH VWAP CROSS + + + + + + + + EURONEXT ACCESS BRUSSELS + QName: fibo-fbc-fct-mkti:Exchange-MLXB + + http://www.euronext.com + EURONEXT ACCESS BRUSSELS + + + + + + + + FIRST NORTH DENMARK - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MNDK + + http://www.nasdaqomxnordic.com + FIRST NORTH DENMARK - AUCTION ON DEMAND + + + + + + + + FIRST NORTH FINLAND - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MNFI + + http://www.nasdaqomxnordic.com + FIRST NORTH FINLAND - AUCTION ON DEMAND + + + + + + + + FIRST NORTH ICELAND - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MNIS + + http://www.nasdaqomxnordic.com + FIRST NORTH ICELAND - AUCTION ON DEMAND + + + + + + + + FIRST NORTH SWEDEN - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MNSE + + http://www.nasdaqomxnordic.com + FIRST NORTH SWEDEN - AUCTION ON DEMAND + + + + + + + + MOC CROSS + QName: fibo-fbc-fct-mkti:Exchange-MOCX + + http://www.instinet.com + MOCX + MOC CROSS + + + + + + + + FIRST NORTH SWEDEN - NORWAY AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MOSE + + http://nasdaqomxnordic.com/firstnorth + FIRST NORTH SWEDEN - NORWAY AUCTION ON DEMAND + + + + + + + + ELECTRONIC BOND MARKET + QName: fibo-fbc-fct-mkti:Exchange-MOTX + + http://www.borsaitaliana.it + MOT + ELECTRONIC BOND MARKET + + + + + + + + MIAX PEARL, LLC + QName: fibo-fbc-fct-mkti:Exchange-MPRL + + http://www.miaxoptions.com + MPRL + MIAX PEARL, LLC + + + + + + + + + MORGAN STANLEY AUSTRALIA SECURITIES LIMITED + QName: fibo-fbc-fct-mkti:Exchange-MSAL + + http://www.morganstanley.com + MORGAN STANLEY AUSTRALIA SECURITIES LIMITED + + + + + + + + MORGAN STANLEY MTF - PERIODIC AUCTION + QName: fibo-fbc-fct-mkti:Exchange-MSAX + + http://www.morganstanley.com + MSAX + MORGAN STANLEY MTF - PERIODIC AUCTION + + + + + + + + MORGAN STANLEY AND CO. LLC + QName: fibo-fbc-fct-mkti:Exchange-MSCO + + http://www.morganstanley.com + MORGAN STANLEY AND CO. LLC + + + + + + + MORGAN STANLEY MTF - CONTINUOUS CROSS DARK + QName: fibo-fbc-fct-mkti:Exchange-MSCX + + http://www.morganstanley.com + MSCX + MORGAN STANLEY MTF - CONTINUOUS CROSS DARK + + + + + + + + + MAREX SPECTRON EUROPE LIMITED - OTF + QName: fibo-fbc-fct-mkti:Exchange-MSEL + + http://www.marexspectron.com + MSEL OTF + MAREX SPECTRON EUROPE LIMITED - OTF + + + + + + + + MORGAN STANLEY EUROPE S.E. + QName: fibo-fbc-fct-mkti:Exchange-MSEU + + http://www.morganstanley.com + MSEU + MORGAN STANLEY EUROPE S.E. + + + + + + + + MORGAN STANLEY AND CO. INTERNATIONAL PLC + QName: fibo-fbc-fct-mkti:Exchange-MSIP + + http://www.morganstanley.com + MORGAN STANLEY AND CO. INTERNATIONAL PLC + + + + + + + + MORGAN STANLEY MUFG SECURITIES CO., LTD + QName: fibo-fbc-fct-mkti:Exchange-MSMS + + http://www.morganstanleymufg.com + MORGAN STANLEY MUFG SECURITIES CO., LTD + + + + + + + MORGAN STANLEY MTF - NEGOTIATED TRADE + QName: fibo-fbc-fct-mkti:Exchange-MSNT + + http://www.morganstanley.com + MSNT + MORGAN STANLEY MTF - NEGOTIATED TRADE + + + + + + + + MS POOL + QName: fibo-fbc-fct-mkti:Exchange-MSPL + + http://www.morganstanley.com + MS POOL + + + + + + + + MS RPOOL + QName: fibo-fbc-fct-mkti:Exchange-MSRP + + http://www.morganstanley.com + MS RPOOL + + + + + + + + + MORGAN STANLEY AND CO. INTERNATIONAL PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MSSI + + http://www.morganstanley.com + MORGAN STANLEY AND CO. INTERNATIONAL PLC - SYSTEMATIC INTERNALISER + + + + + + + + NASDAQ STOCKHOLM AB - AUCTION ON DEMAND + QName: fibo-fbc-fct-mkti:Exchange-MSTO + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - AUCTION ON DEMAND + + + + + + + + MS TRAJECTORY CROSS + QName: fibo-fbc-fct-mkti:Exchange-MSTX + + http://www.morganstanley.com + MS TRAJECTORY CROSS + + + + + + + + ELECTRONIC SHARE MARKET + QName: fibo-fbc-fct-mkti:Exchange-MTAA + + http://www.borsaitaliana.it + MTA + ELECTRONIC SHARE MARKET + + + + + + + + BORSA ITALIANA EQUITY MTF + QName: fibo-fbc-fct-mkti:Exchange-MTAH + + http://www.borsaitaliana.it + BITEQMTF + BORSA ITALIANA EQUITY MTF + + + + + + + + BONDMATCH + QName: fibo-fbc-fct-mkti:Exchange-MTCH + + http://www.euronext.com + BONDMATCH + + + + + + + + MTS AUSTRIA + QName: fibo-fbc-fct-mkti:Exchange-MTSA + + http://www.mtsaustria.com + MTS AUSTRIA + + + + + + + + MTS BONDS.COM + QName: fibo-fbc-fct-mkti:Exchange-MTSB + + http://www.mtsmarkets.com/products/mts-bonds-com + MTS BONDS.COM + + + + + + + + MTS ITALIA + QName: fibo-fbc-fct-mkti:Exchange-MTSC + + http://www.mtsmarkets.com + MTS ITALY + MTS ITALIA + + + + + + + + MTS DENMARK + QName: fibo-fbc-fct-mkti:Exchange-MTSD + + http://www.mtsdenmark.com + MTS DENMARK + + + + + + + + MTS FINLAND + QName: fibo-fbc-fct-mkti:Exchange-MTSF + + http://www.mtsfinland.com + MTS FINLAND + + + + + + + + MTS GREECE + QName: fibo-fbc-fct-mkti:Exchange-MTSG + + http://www.mtsgreece.com + MTS GREECE + + + + + + + + + MTS S.P.A. + QName: fibo-fbc-fct-mkti:Exchange-MTSO + + http://www.mtsmarkets.com + MTS S.P.A. + + + + + + + + MTS MARKETS INTERNATIONAL INC. + QName: fibo-fbc-fct-mkti:Exchange-MTUS + + http://www.mtsmarkets.com + MTS MARKETS INTERNATIONAL INC. + + + + + + + MARKETAXESS CANADA COMPANY + QName: fibo-fbc-fct-mkti:Exchange-MTXA + + http://www.marketaxess.com + MARKETAXESS CANADA COMPANY + + + + + + + + MARKETAXESS CORPORATION SINGLE-NAME CDS CENTRAL LIMIT ORDER + QName: fibo-fbc-fct-mkti:Exchange-MTXC + + http://www.marketaxess.com + MARKETAXESS CORPORATION SINGLE-NAME CDS CENTRAL LIMIT ORDER + + + + + + + + MARKETAXESS CORPORATION MID-X TRADING SYSTEM + QName: fibo-fbc-fct-mkti:Exchange-MTXM + + http://www.marketaxess.com + MARKETAXESS CORPORATION MID-X TRADING SYSTEM + + + + + + + + MARKETAXESS SEF CORPORATION + QName: fibo-fbc-fct-mkti:Exchange-MTXS + + http://www.marketaxess.com + MARKETAXESS SEF CORPORATION + + + + + + + + + MARKETAXESS CORPORATION + QName: fibo-fbc-fct-mkti:Exchange-MTXX + + http://www.marketaxess.com + MARKETAXESS CORPORATION + + + + + + + + + MUFG BANK (EUROPE) N.V. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MUBE + + http://www.bk.mufg.jp + MUBE SI + MUFG BANK (EUROPE) N.V. - SYSTEMATIC INTERNALISER + + + + + + + + + MUFG BANK, LTD. - LONDON BRANCH -SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MUBL + + http://www.bk.mufg.jp + MUBL SI + MUFG BANK, LTD. - LONDON BRANCH -SYSTEMATIC INTERNALISER + + + + + + + + + MUFG BANK, LTD. - MILANO BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MUBM + + http://www.bk.mufg.jp + MUBM SI + MUFG BANK, LTD. - MILANO BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + + MUFG BANK, LTD. - PARIS BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MUBP + + http://www.bk.mufg.jp + MUBP SI + MUFG BANK, LTD. - PARIS BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + MARIANA UFP LLP + QName: fibo-fbc-fct-mkti:Exchange-MUFP + + http://www.marianainvestments.com + MUFP + MARIANA UFP LLP + + + + + + + BOERSE MUENCHEN - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-MUNA + + http://www.boerse-muenchen.de + BOERSE MUENCHEN - REGULIERTER MARKT + + + + + + + + BOERSE MUENCHEN - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-MUNB + + http://www.boerse-muenchen.de + BOERSE MUENCHEN - FREIVERKEHR + + + + + + + + BOERSE MUENCHEN - GETTEX - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-MUNC + + http://www.gettex.de + BOERSE MUENCHEN - GETTEX - REGULIERTER MARKT + + + + + + + + BOERSE MUENCHEN - GETTEX - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-MUND + + http://www.gettex.de + BOERSE MUENCHEN - GETTEX - FREIVERKEHR + + + + + + + + + + MUFG SECURITIES EMEA PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-MUSE + + http://www.mufgemea.com + MUFG SECURITIES EMEA PLC - SYSTEMATIC INTERNALISER + + + + + + + + + MUFG SECURITIES (EUROPE) N.V - + QName: fibo-fbc-fct-mkti:Exchange-MUSN + + http://www.mufgemea.com + MUFG SECURITIES (EUROPE) N.V - + + + + + + + + MITSUBISHI UFJ TRUST INTERNATIONAL LIMITED + QName: fibo-fbc-fct-mkti:Exchange-MUTI + + http://www.tr.mufg.jp/english/ourservices/administration/muti.html + MUTI + MITSUBISHI UFJ TRUST INTERNATIONAL LIMITED + + + + + + + MERCADO DE VALORES DE CORDOBA S.A. + QName: fibo-fbc-fct-mkti:Exchange-MVCX + + http://www.mervalcordoba.com.ar + MERCADO DE VALORES DE CORDOBA S.A. + + + + + + + + + MYTREASURY + QName: fibo-fbc-fct-mkti:Exchange-MYTR + + http://www.mytreasury.com + MYTREASURY + + + + + + + + N2EX + QName: fibo-fbc-fct-mkti:Exchange-N2EX + + http://www.n2ex.com + N2EX + + + + + + + + NATIONAL AUSTRALIA BANK - FX DERIVATIVES AND FIXED INCOME SECURITIES - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NABA + + http://www.nab.com.au + NAB + NATIONAL AUSTRALIA BANK - FX DERIVATIVES AND FIXED INCOME SECURITIES - SYSTEMATIC INTERNALISER + + + + + + + + + + NAB EUROPE LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NABE + + http://www.nab.com.au + NABE + NAB EUROPE LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + + NATIONAL AUSTRALIA BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NABL + + http://www.nab.com.au + NAB + NATIONAL AUSTRALIA BANK - SYSTEMATIC INTERNALISER + + + + + + + + NAB EUROPE LIMITED - SYSTEMATIC INTERNALISER - FIXED INCOME SECURITIES + QName: fibo-fbc-fct-mkti:Exchange-NABU + + http://www.nab.com.au + NABE + NAB EUROPE LIMITED - SYSTEMATIC INTERNALISER - FIXED INCOME SECURITIES + + + + + + + + + NATIONAL MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NAMX + + http://www.namex.org + NAMEX + NATIONAL MERCANTILE EXCHANGE + + + + + + + + NASDAQ STOCKHOLM AB - APA SERVICE + QName: fibo-fbc-fct-mkti:Exchange-NAPA + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - APA SERVICE + + + + + + + NSDQ DARK + QName: fibo-fbc-fct-mkti:Exchange-NASD + + http://www.nasdaq.com + NSDQDARK + NSDQ DARK + + + + + + + + + NASD OTC MARKET + QName: fibo-fbc-fct-mkti:Exchange-NASX + + http://www.nasdng.com + NASDOTC + NASD OTC MARKET + + + + + + + + + NATIXIS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NATX + + http://www.natixis.com + NATX + NATIXIS - SYSTEMATIC INTERNALISER + + + + + + + + NOBLE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NBLX + + http://www.noblex.io + NOBLE EXCHANGE + + + + + + + + NATIONAL BOARD OF TRADE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-NBOT + + http://www.nbotind.org + NATIONAL BOARD OF TRADE LIMITED + + + + + + + + PAKISTAN MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NCEL + + http://www.pmex.com.pk + PMEX + PAKISTAN MERCANTILE EXCHANGE + + + + + + + + SMBC NIKKO CAPITAL MARKETS EUROPE GMBH + QName: fibo-fbc-fct-mkti:Exchange-NCME + + http://www.smbcnikko-cm.com + SMBC NIKKO CAPITAL MARKETS EUROPE GMBH + + + + + + + + + SMBC NIKKO CAPITAL MARKETS LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NCML + + http://www.smbcnikko-cm.com + SMBC NIKKO CAPITAL MARKETS LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + ICE ENDEX UK OCM GAS SPOT + QName: fibo-fbc-fct-mkti:Exchange-NDCM + + http://www.theice.com/endex + ICE ENDEX OCM + ICE ENDEX UK OCM GAS SPOT + + + + + + + + ICE ENDEX FUTURES + QName: fibo-fbc-fct-mkti:Exchange-NDEX + + http://www.theice.com/endex + ICE ENDEX RM + ICE ENDEX FUTURES + + + + + + + ICE ENDEX EUROPEAN GAS SPOT + QName: fibo-fbc-fct-mkti:Exchange-NDXS + + http://www.theice.com/endex + ICE ENDEX SPOT + ICE ENDEX EUROPEAN GAS SPOT + + + + + + + + AEQUITAS NEO EXCHANGE - CONNECT MARKET + QName: fibo-fbc-fct-mkti:Exchange-NEOC + + http://www.aequitasinnovations.com + NEO EXCHANGE CONNECT + AEQUITAS NEO EXCHANGE - CONNECT MARKET + + + + + + + + AEQUITAS NEO EXCHANGE - DARK MARKET + QName: fibo-fbc-fct-mkti:Exchange-NEOD + + http://www.aequitasinnovations.com + NEO EXCHANGE DARK + AEQUITAS NEO EXCHANGE - DARK MARKET + + + + + + + + + AEQUITAS NEO EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NEOE + + http://www.aequitasinnovations.com + NEO EXCHANGE + AEQUITAS NEO EXCHANGE + + + + + + + AEQUITAS NEO EXCHANGE - NEO LIT MARKET BY PRICE + QName: fibo-fbc-fct-mkti:Exchange-NEON + + http://www.aequitasinnovations.com + AEQUITAS NEO EXCHANGE - NEO LIT MARKET BY PRICE + + + + + + + + + + NOMURA EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NESI + + http://www.nomura.com + NOMURA EUROPE - SYSTEMATIC INTERNALISER + + + + + + + NEX EXCHANGE MAIN BOARD (NON-EQUITY) + QName: fibo-fbc-fct-mkti:Exchange-NEXD + + http://www.nexexchange.com + NEXX + NEX EXCHANGE MAIN BOARD (NON-EQUITY) + + + + + + + + NEX EXCHANGE GROWTH (NON-EQUITY) + QName: fibo-fbc-fct-mkti:Exchange-NEXF + + http://www.nexexchange.com + NEXX + NEX EXCHANGE GROWTH (NON-EQUITY) + + + + + + + + NEX EXCHANGE GROWTH (EQUITY) + QName: fibo-fbc-fct-mkti:Exchange-NEXG + + http://www.nexexchange.com + NEXX + NEX EXCHANGE GROWTH (EQUITY) + + + + + + + + NEX EXCHANGE MAIN BOARD (EQUITY) + QName: fibo-fbc-fct-mkti:Exchange-NEXL + + http://www.nexexchange.com + NEXX + NEX EXCHANGE MAIN BOARD (EQUITY) + + + + + + + + NEX EXCHANGE TRADING (NON-EQUITY) + QName: fibo-fbc-fct-mkti:Exchange-NEXN + + http://www.nexexchange.com + NEXX + NEX EXCHANGE TRADING (NON-EQUITY) + + + + + + + + + NOREXECO ASA + QName: fibo-fbc-fct-mkti:Exchange-NEXO + + http://www.norexeco.com + NOREXECO + NOREXECO ASA + + + + + + + + NEX SEF + QName: fibo-fbc-fct-mkti:Exchange-NEXS + + http://www.nex.com + NSL + NEX SEF + + + + + + + NEX EXCHANGE TRADING (EQUITY) + QName: fibo-fbc-fct-mkti:Exchange-NEXT + + http://www.nexexchange.com + NEXX + NEX EXCHANGE TRADING (EQUITY) + + + + + + + + + NEX EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NEXX + + http://www.nexexchange.com + NEXX + NEX EXCHANGE + + + + + + + EBS MTF - RFQ - FOR CORPORATES TRADING FX PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-NEXY + + http://www.ebs.com + EBS MTF - RFQ - FOR CORPORATES TRADING FX PRODUCTS + + + + + + + + FIDELITY CROSSSTREAM + QName: fibo-fbc-fct-mkti:Exchange-NFSA + + http://www.capitalmarkets.fidelity.com + FIDELITY CROSSSTREAM + + + + + + + + + NATIONAL FINANCIAL SERVICES, LLC + QName: fibo-fbc-fct-mkti:Exchange-NFSC + + http://www.fidelitycapitalmarkets.com + NATIONAL FINANCIAL SERVICES, LLC + + + + + + + FIDELITY DARK + QName: fibo-fbc-fct-mkti:Exchange-NFSD + + http://www.capitalmarkets.fidelity.com + FIDELITY DARK + + + + + + + + + NATURAL GAS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NGXC + + http://www.ngx.com + NGX + NATURAL GAS EXCHANGE + + + + + + + + + NIBC - SYSTEMIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NIBC + + http://www.nibc.com + NIBC - SYSTEMIC INTERNALISER + + + + + + + NORWEGIAN INTER BANK OFFERED RATE + QName: fibo-fbc-fct-mkti:Exchange-NIBR + + http://www.oslobors.no + NIBOR + NORWEGIAN INTER BANK OFFERED RATE + + + + + + + + + NILE STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NILX + + http://www.nilex.egyptse.com + NILE STOCK EXCHANGE + + + + + + + CLEARPOOL EXECUTION SERVICES, LLC - NATURAL LIQUIDITY ALLIANCE + QName: fibo-fbc-fct-mkti:Exchange-NLAX + + http://www.clearpoolgroup.com + CLEARPOOL EXECUTION SERVICES, LLC - NATURAL LIQUIDITY ALLIANCE + + + + + + + + + + NORDDEUTSCHE LANDESBANK - GIROZENTRALE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NLBX + + http://www.nordlb.de + NORDDEUTSCHE LANDESBANK - GIROZENTRALE - SYSTEMATIC INTERNALISER + + + + + + + + APX POWER NL + QName: fibo-fbc-fct-mkti:Exchange-NLPX + + http://www.apxgroup.com + APX POWER NL + + + + + + + + NATIONAL MULTI-COMMODITY EXCHANGE OF INDIA + QName: fibo-fbc-fct-mkti:Exchange-NMCE + + http://www.nmce.com + NATIONAL MULTI-COMMODITY EXCHANGE OF INDIA + + + + + + + + NOMURA SECURITIES INTERNATIONAL + QName: fibo-fbc-fct-mkti:Exchange-NMRA + + http://www.nomura.com + NOMURA SECURITIES INTERNATIONAL + + + + + + + + NOMURA SECURITIES CO LTD + QName: fibo-fbc-fct-mkti:Exchange-NMRJ + + http://www.nomura.com + NSC + NOMURA SECURITIES CO LTD + + + + + + + NORDIC MTF + QName: fibo-fbc-fct-mkti:Exchange-NMTF + + http://www.nordicmtf.se + NORDIC MTF + + + + + + + + NASDAQ STOCKHOLM AB - COMMODITIES + QName: fibo-fbc-fct-mkti:Exchange-NOCO + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - COMMODITIES + + + + + + + + + NODAL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-NODX + + http://www.nodalexchange.com + NODAL EXCHANGE + + + + + + + NASDAQ STOCKHOLM AB - NORWEGIAN EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-NOED + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - NORWEGIAN EQ DERIVATIVES + + + + + + + + + NOMURA OTC TRADES + QName: fibo-fbc-fct-mkti:Exchange-NOFF + + http://www.nomura.com + NOMURA OTC TRADES + + + + + + + NASDAQ STOCKHOLM AB - NORWEGIAN FI DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-NOFI + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - NORWEGIAN FI DERIVATIVES + + + + + + + + + NORD POOL SPOT AS + QName: fibo-fbc-fct-mkti:Exchange-NOPS + + http://www.nordpoolspot.com + NORD POOL SPOT AS + + + + + + + + + HSH NORDBANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NORD + + http://www.hsh-nordbank.de + HSH NORDBANK - SYSTEMATIC INTERNALISER + + + + + + + + NASDAQ OMX COMMODITIES + QName: fibo-fbc-fct-mkti:Exchange-NORX + + http://www.nasdaqomxcommodities.com + NASDAQ OMX COMMODITIES + + + + + + + + NOS CLEARING ASA + QName: fibo-fbc-fct-mkti:Exchange-NOSC + + http://www.nosclearing.com + NOS + NOS CLEARING ASA + + + + + + + + + NOMURA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NOSI + + http://www.nomura.com + NOMURA - SYSTEMATIC INTERNALISER + + + + + + + + NORWEGIAN OVER THE COUNTER MARKET + QName: fibo-fbc-fct-mkti:Exchange-NOTC + + http://www.nfmf.no + NOTC + NORWEGIAN OVER THE COUNTER MARKET + + + + + + + + NOW CP - NEU CP + QName: fibo-fbc-fct-mkti:Exchange-NOWX + + http://www.nowcp.eu + NOW CP - NEU CP + + + + + + + + NPEX + QName: fibo-fbc-fct-mkti:Exchange-NPEX + + http://www.npex.nl + NPEX + + + + + + + + GASPOINT NORDIC A/S + QName: fibo-fbc-fct-mkti:Exchange-NPGA + + http://www.gaspointnordic.com + GPN + GASPOINT NORDIC A/S + + + + + + + + BENDIGO STOCK EXCHANGE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-NSXB + + http://www.bsx.com.au + BSX + BENDIGO STOCK EXCHANGE LIMITED + + + + + + + + + ROYAL BANK OF SCOTLAND - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NWMS + + http://www.rbs.com + RBS PLC + ROYAL BANK OF SCOTLAND - SYSTEMATIC INTERNALISER + + + + + + + + NATWEST MARKETS NV + QName: fibo-fbc-fct-mkti:Exchange-NWNV + + http://www.rbs.com + NWM NV + NATWEST MARKETS NV + + + + + + + + NX + QName: fibo-fbc-fct-mkti:Exchange-NXEU + + http://www.nomura.com + NX + + + + + + + NX JAPAN + QName: fibo-fbc-fct-mkti:Exchange-NXJP + + http://www.nomura.com + NXJP + NX JAPAN + + + + + + + + NX SELECT JAPAN + QName: fibo-fbc-fct-mkti:Exchange-NXSE + + http://www.nomura.com + NXSE + NX SELECT JAPAN + + + + + + + + + NX ATS - CROSSING PLATFORM + QName: fibo-fbc-fct-mkti:Exchange-NXUS + + http://www.nomura.com + NX ATS - CROSSING PLATFORM + + + + + + + NX VWAP + QName: fibo-fbc-fct-mkti:Exchange-NXVW + + http://www.nomura.com + NXVWAP + NX VWAP + + + + + + + + MILLENNIUM + QName: fibo-fbc-fct-mkti:Exchange-NYFX + + http://www.convergex.com + MILLENNIUM + + + + + + + + CME SWAPS MARKETS (NYMEX) + QName: fibo-fbc-fct-mkti:Exchange-NYMS + + http://www.cmegroup.com + CME SWAPS MARKETS (NYMEX) + + + + + + + + + NEW YORK PORTFOLIO CLEARING + QName: fibo-fbc-fct-mkti:Exchange-NYPC + + http://www.nypclear.com + NYPC + NEW YORK PORTFOLIO CLEARING + + + + + + + NYSE DARK + QName: fibo-fbc-fct-mkti:Exchange-NYSD + + http://www.nyse.com + NYSEDARK + NYSE DARK + + + + + + + + + + NYKREDIT BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-NYSI + + http://www.nykredit.com + NYKREDIT BANK - SYSTEMATIC INTERNALISER + + + + + + + + NEW ZEALAND FUTURES & OPTIONS + QName: fibo-fbc-fct-mkti:Exchange-NZFX + + http://www.nzfox.nzx.com + NZFOX + NEW ZEALAND FUTURES & OPTIONS + + + + + + + + OSLO BORS - APA + QName: fibo-fbc-fct-mkti:Exchange-OAPA + + http://www.oslobors.no + OSLO BORS - APA + + + + + + + + + OBERBANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-OBKL + + http://www.oberbank.at + OBERBANK AG - SYSTEMATIC INTERNALISER + + + + + + + + + SOVA CAPITAL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-OCSI + + http://www.sovacapital.com + SOVA CAPITAL - SYSTEMATIC INTERNALISER + + + + + + + + ODDO BHF + QName: fibo-fbc-fct-mkti:Exchange-ODDO + + http://www.oddo-bhf.com + ODDO BHF + + + + + + + + ODDO CONTREPARTIE + QName: fibo-fbc-fct-mkti:Exchange-ODOC + + http://www.oddo-bhf.com + ODDO CONTREPARTIE + + + + + + + + OHV OTF + QName: fibo-fbc-fct-mkti:Exchange-OHVO + + http://www.ohv.nl + OHV OTF + + + + + + + + OTCEX LLC + QName: fibo-fbc-fct-mkti:Exchange-OLLC + + http://www.otcexgroup.com + OTCEX LLC + + + + + + + + OMI POLO ESPANOL S.A. (OMIE) + QName: fibo-fbc-fct-mkti:Exchange-OMEL + + http://www.omie.es + OMIE + OMI POLO ESPANOL S.A. (OMIE) + + + + + + + + OMEGA ATS + QName: fibo-fbc-fct-mkti:Exchange-OMGA + + http://www.omegaats.com + OMEGA ATS + + + + + + + + THE IBERIAN ENERGY CLEARING HOUSE + QName: fibo-fbc-fct-mkti:Exchange-OMIC + + http://www.omiclear.pt + OMICLEAR + THE IBERIAN ENERGY CLEARING HOUSE + + + + + + + OPERADOR DE MERCADO IBERICO DE ENERGIA - PORTUGAL + QName: fibo-fbc-fct-mkti:Exchange-OMIP + + http://www.omip.pt + OMIP + OPERADOR DE MERCADO IBERICO DE ENERGIA - PORTUGAL + + + + + + + + FIRST NORTH SWEDEN - NORWAY + QName: fibo-fbc-fct-mkti:Exchange-ONSE + + http://nasdaqomxnordic.com/firstnorth + FIRST NORTH SWEDEN - NORWAY + + + + + + + + OTHER OTC + QName: fibo-fbc-fct-mkti:Exchange-OOTC + + http://www.otcbb.com + OTHER OTC + + + + + + + + + + OP CORPORATE BANK PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-OPCO + + http://www.op.fi + OP + OP CORPORATE BANK PLC - SYSTEMATIC INTERNALISER + + + + + + + + PEX-PRIVATE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-OPEX + + http://www.opex.pt + OPEX + PEX-PRIVATE EXCHANGE + + + + + + + + OPTIONS PRICE REPORTING AUTHORITY + QName: fibo-fbc-fct-mkti:Exchange-OPRA + + http://www.opradata.com + OPRA + OPTIONS PRICE REPORTING AUTHORITY + + + + + + + + SIX X-CLEAR AG + QName: fibo-fbc-fct-mkti:Exchange-OSLC + + http://www.six-securities-services.com + SIX X-CLEAR AG + + + + + + + OTCQB MARKETPLACE + QName: fibo-fbc-fct-mkti:Exchange-OTCB + + http://www.otcmarkets.com + OTCQB MARKETPLACE + + + + + + + + + OTCEX + QName: fibo-fbc-fct-mkti:Exchange-OTCE + + http://www.otcexgroup.com + OTCEX + + + + + + + + OTC MARKETS + QName: fibo-fbc-fct-mkti:Exchange-OTCM + + http://www.otcmarkets.com + OTC MARKETS + + + + + + + + OTC LINK ECN + QName: fibo-fbc-fct-mkti:Exchange-OTCN + + http://www.otcmarkets.com + OTC LINK ECN + + + + + + + OTCQX MARKETPLACE + QName: fibo-fbc-fct-mkti:Exchange-OTCQ + + http://www.otcmarkets.com + OTCQX MARKETPLACE + + + + + + + + + OTC EXCHANGE OF INDIA + QName: fibo-fbc-fct-mkti:Exchange-OTCX + + http://www.otcei.net + OTCEI + OTC EXCHANGE OF INDIA + + + + + + + + + OTP BANK NYRT - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-OTPB + + http://www.otpbank.hu + OTP BANK NYRT - SYSTEMATIC INTERNALISER + + + + + + + + BERNER KANTONALBANK OTC-X + QName: fibo-fbc-fct-mkti:Exchange-OTXB + + http://www.otc-x.ch + OTC-X + BERNER KANTONALBANK OTC-X + + + + + + + PARFX + QName: fibo-fbc-fct-mkti:Exchange-PARX + + http://www.parfx.com + PARFX + + + + + + + + + ALTERNATIVE PLATFORM FOR SPANISH SECURITIES + QName: fibo-fbc-fct-mkti:Exchange-PAVE + + http://www.paveplatform.com + PAVE + ALTERNATIVE PLATFORM FOR SPANISH SECURITIES + + + + + + + BULGARIAN STOCK EXCHANGE - APA + QName: fibo-fbc-fct-mkti:Exchange-PBUL + + http://www.bse-sofia.bg + BULGARIAN STOCK EXCHANGE - APA + + + + + + + + + PHILIPPINE DEALING AND EXCHANGE CORP + QName: fibo-fbc-fct-mkti:Exchange-PDEX + + http://www.pdex.com.ph + PHILIPPINE DEALING AND EXCHANGE CORP + + + + + + + + CODA MARKETS + QName: fibo-fbc-fct-mkti:Exchange-PDQX + + http://www.pdqenterprises.com + PDQX + CODA MARKETS + + + + + + + + PEEL HUNT LLP UK + QName: fibo-fbc-fct-mkti:Exchange-PEEL + + http://www.peelhunt.com + PEEL HUNT LLP UK + + + + + + + PFTS QUOTE DRIVEN + QName: fibo-fbc-fct-mkti:Exchange-PFTQ + + http://www.pfts.com + PFTS QUOTE DRIVEN + + + + + + + + + PFTS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-PFTS + + http://www.pfts.com + PFTS + PFTS STOCK EXCHANGE + + + + + + + PARFX DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-PFXD + + http://www.parfx.com + PARFX DERIVATIVES + + + + + + + + + ARITAS FINANCIAL LTD + QName: fibo-fbc-fct-mkti:Exchange-PIEU + + http://www.pipelinetrading.com + ARITAS FINANCIAL LTD + + + + + + + OTC PINK CURRENT + QName: fibo-fbc-fct-mkti:Exchange-PINC + + http://www.otcmarkets.com + OTC PINK CURRENT + + + + + + + + OTC PINK NO INFORMATION + QName: fibo-fbc-fct-mkti:Exchange-PINI + + http://www.otcmarkets.com + OTC PINK NO INFORMATION + + + + + + + + OTC PINK LIMITED + QName: fibo-fbc-fct-mkti:Exchange-PINL + + http://www.otcmarkets.com + OTC PINK LIMITED + + + + + + + + OTC PINK MARKETPLACE + QName: fibo-fbc-fct-mkti:Exchange-PINX + + http://www.otcmarkets.com + OTC PINK MARKETPLACE + + + + + + + + + ARITAS SECURITIES LLC + QName: fibo-fbc-fct-mkti:Exchange-PIPE + + http://www.pipelinetrading.com + ARITAS SECURITIES LLC + + + + + + + + PIRUM + QName: fibo-fbc-fct-mkti:Exchange-PIRM + + http://www.pirum.com + PIRUM + + + + + + + + + BANK POLSKA KASA OPIEKI S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-PKOP + + http://www.pekao.com.pl + PEKAO + BANK POLSKA KASA OPIEKI S.A. - SYSTEMATIC INTERNALISER + + + + + + + PLUS DERIVATIVES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-PLDX + + http://www.plus-dx.com + PLUS-DX + PLUS DERIVATIVES EXCHANGE + + + + + + + + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/COMMODITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-PLPD + + http://www.tge.pl + WSE + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/COMMODITY DERIVATIVES + + + + + + + + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/ENERGY MARKET + QName: fibo-fbc-fct-mkti:Exchange-PLPX + + http://www.tge.pl + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/ENERGY MARKET + + + + + + + + NASDAQ STOCKHOLM AB - PAN-NORDIC EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-PNED + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - PAN-NORDIC EQ DERIVATIVES + + + + + + + + MTS PORTUGAL + QName: fibo-fbc-fct-mkti:Exchange-PORT + + http://www.mtsmarkets.com + PTE + MTS PORTUGAL + + + + + + + + + PACIFIC OTC + QName: fibo-fbc-fct-mkti:Exchange-POTC + + http://www.pacificotc.com + POTC + PACIFIC OTC + + + + + + + + PROPERTY PARTNER EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-PPEX + + http://www.propertypartner.co + PROPERTY PARTNER EXCHANGE + + + + + + + PROSPECTS + QName: fibo-fbc-fct-mkti:Exchange-PROS + + http://www.smeprospects.com + PROSPECTS + + + + + + + + + PRAGMA ATS + QName: fibo-fbc-fct-mkti:Exchange-PRSE + + http://www.pragmatrading.com + PRAGMA ATS + + + + + + + OTC GREY MARKET + QName: fibo-fbc-fct-mkti:Exchange-PSGM + + http://www.otcmarkets.com + OTC GREY MARKET + + + + + + + + + POLISH TRADING POINT + QName: fibo-fbc-fct-mkti:Exchange-PTPG + + http://www.polishtradingpoint.com + PTP + POLISH TRADING POINT + + + + + + + PURE TRADING + QName: fibo-fbc-fct-mkti:Exchange-PURE + + http://www.puretrading.ca + PURE TRADING + + + + + + + + + PVM OTF + QName: fibo-fbc-fct-mkti:Exchange-PVMF + + http://www.pvmoil.co.uk + PVM OTF + + + + + + + + POWER EXCHANGE INDIA LTD. + QName: fibo-fbc-fct-mkti:Exchange-PXIL + + http://www.powerexindia.com + POWER EXCHANGE INDIA LTD. + + + + + + + + Q-WIXX PLATFORM + QName: fibo-fbc-fct-mkti:Exchange-QWIX + + http://www.qwixx.com + Q-WIXX PLATFORM + + + + + + + + R5FX LIMITED + QName: fibo-fbc-fct-mkti:Exchange-R5FX + + http://www.r5fx.com + R5FX LIMITED + + + + + + + + + RABOBANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-RABO + + http://www.rabobank.com + RABOBANK - SYSTEMATIC INTERNALISER + + + + + + + + RBC INVESTOR SERVICES BANK S.A. + QName: fibo-fbc-fct-mkti:Exchange-RBCB + + http://www.rbcits.com + RBC INVESTOR SERVICES BANK S.A. + + + + + + + + RBC - LONDON BRANCH + QName: fibo-fbc-fct-mkti:Exchange-RBCC + + http://www.rbc.com + RBC - LONDON BRANCH + + + + + + + + RBC EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-RBCE + + http://www.rbc.com + RBC EUROPE LIMITED + + + + + + + + RBC CAPITAL MARKETS (EUROPE) GMBH + QName: fibo-fbc-fct-mkti:Exchange-RBCG + + http://www.rbc.com + RBC CAPITAL MARKETS (EUROPE) GMBH + + + + + + + + RBC - ROYAL BANK OF CANADA + QName: fibo-fbc-fct-mkti:Exchange-RBCM + + http://www.rbc.com + RBC + RBC - ROYAL BANK OF CANADA + + + + + + + + RBC INVESTOR SERVICES TRUST + QName: fibo-fbc-fct-mkti:Exchange-RBCT + + http://www.rbcits.com + RBC INVESTOR SERVICES TRUST + + + + + + + + + RAIFFEISEN BANK (HUNGARY) - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-RBHU + + http://www.raiffeisen.hu + RBHU-SI + RAIFFEISEN BANK (HUNGARY) - SYSTEMATIC INTERNALISER + + + + + + + + + RAIFFEISEN BANK INTERNATIONAL AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-RBIV + + http://www.rbinternational.com + RAIFFEISEN BANK INTERNATIONAL AG - SYSTEMATIC INTERNALISER + + + + + + + + RBC INVESTOR SERVICES BANK S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-RBSI + + http://www.rbcits.com + RBC INVESTOR SERVICES BANK S.A. - SYSTEMATIC INTERNALISER + + + + + + + + + RBS CROSS + QName: fibo-fbc-fct-mkti:Exchange-RBSX + + http://www.rbs.com + RBS CROSS + + + + + + + + RENAISSANCE SECURITIES (CYPRUS) LIMITED + QName: fibo-fbc-fct-mkti:Exchange-RENC + + http://www.rencap.com + RENAISSANCE SECURITIES (CYPRUS) LIMITED + + + + + + + EBS MTF - RESET + QName: fibo-fbc-fct-mkti:Exchange-RESE + + http://www.reset.net + EBS MTF - RESET + + + + + + + + NEX SEF MTF - RESET - RISK MITIGATION SERVICES + QName: fibo-fbc-fct-mkti:Exchange-REST + + http://www.reset.net + NSL + NEX SEF MTF - RESET - RISK MITIGATION SERVICES + + + + + + + + + + RAIFFEISENBANK, AS. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-RFBK + + http://www.rb.cz + RBCZ + RAIFFEISENBANK, AS. - SYSTEMATIC INTERNALISER + + + + + + + RIVERCROSS DARK + QName: fibo-fbc-fct-mkti:Exchange-RICD + + http://www.rxats.com + RIVERX + RIVERCROSS DARK + + + + + + + + + RIVERCROSS + QName: fibo-fbc-fct-mkti:Exchange-RICX + + http://www.rxats.com + RIVERCROSS + + + + + + + + + RAIFFEISENLANDESBANK OBEROSTERREICH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-RLBO + + http://www.rlbooe.at + RAIFFEISENLANDESBANK OBEROSTERREICH - SYSTEMATIC INTERNALISER + + + + + + + + REFINITIV MTF + QName: fibo-fbc-fct-mkti:Exchange-RMTF + + http://www.refinitiv.com + REFINITIV MTF + + + + + + + MTS ISRAEL + QName: fibo-fbc-fct-mkti:Exchange-RMTS + + http://www.mtsisrael.com + MTS ISRAEL + + + + + + + + + TAIPEI EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ROCO + + http://www.tpex.org.tw + TPEX + TAIPEI EXCHANGE + + + + + + + + ROSARIO FUTURE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ROFX + + http://www.rofex.com.ar + ROFEX + ROSARIO FUTURE EXCHANGE + + + + + + + + SIX REPO AG + QName: fibo-fbc-fct-mkti:Exchange-ROSR + + http://www.six-repo.com + SIX + SIX REPO AG + + + + + + + + RWANDA OTC MARKET + QName: fibo-fbc-fct-mkti:Exchange-ROTC + + http://www.rse.rw + RSE + RWANDA OTC MARKET + + + + + + + + MOSCOW ENERGY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-RPDX + + http://www.mosenex.ru + MOSENEX + MOSCOW ENERGY EXCHANGE + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/BONDSPOT/REGULATED MARKET + QName: fibo-fbc-fct-mkti:Exchange-RPWC + + http://www.bondspot.pl + WARSAW STOCK EXCHANGE/BONDS/CATALYST/BONDSPOT/REGULATED MARKET + + + + + + + + + RWANDA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-RSEX + + http://www.rse.rw + RSE + RWANDA STOCK EXCHANGE + + + + + + + + RBC INVESTOR SERVICES TRUST - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-RTSI + + http://www.rbcits.com + RBC INVESTOR SERVICES TRUST - SYSTEMATIC INTERNALISER + + + + + + + + + REFINITIV TRANSACTIONS SERVICES LIMITED + QName: fibo-fbc-fct-mkti:Exchange-RTSL + + http://www.reuters.com + RTSL + REFINITIV TRANSACTIONS SERVICES LIMITED + + + + + + + MOSCOW EXCHANGE - DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-RTSX + + http://www.moex.com + MOEX + MOSCOW EXCHANGE - DERIVATIVES MARKET + + + + + + + + + NON-PROFIT PARTNERSHIP FOR THE DEVELOPMENT OF FINANCIAL MARKET RTS + QName: fibo-fbc-fct-mkti:Exchange-RUSX + + http://www.nprts.ru + NP RTS + NON-PROFIT PARTNERSHIP FOR THE DEVELOPMENT OF FINANCIAL MARKET RTS + + + + + + + + SOCIETY3 FUNDERSMART + QName: fibo-fbc-fct-mkti:Exchange-S3FM + + http://society3.com + S3FM + SOCIETY3 FUNDERSMART + + + + + + + + + BANCO SANTANDER S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SANT + + http://www.santander.com + SANT + BANCO SANTANDER S.A. - SYSTEMATIC INTERNALISER + + + + + + + + + SPAREBANK 1 MARKETS - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SB1M + + http://www.sb1markets.no + SB1M + SPAREBANK 1 MARKETS - SYSTEMATIC INTERNALISER + + + + + + + BOLSA DE BARCELONA RENTA FIJA + QName: fibo-fbc-fct-mkti:Exchange-SBAR + + http://www.bolsasymercados.es + BOLSA DE BARCELONA RENTA FIJA + + + + + + + + + + SCOTIABANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SBEX + + http://www.scotiabank.com + SCOTIABANK - SYSTEMATIC INTERNALISER + + + + + + + + SBI JAPANNEXT-J-MARKET + QName: fibo-fbc-fct-mkti:Exchange-SBIJ + + http://www.japannext.co.jp + SBI JAPANNEXT-J-MARKET + + + + + + + BOLSA DE BILBAO RENTA FIJA + QName: fibo-fbc-fct-mkti:Exchange-SBIL + + http://www.bolsasymercados.es + BOLSA DE BILBAO RENTA FIJA + + + + + + + + SBI JAPANNEXT - U - MARKET + QName: fibo-fbc-fct-mkti:Exchange-SBIU + + http://www.japannext.co.jp + SBI JAPANNEXT - U - MARKET + + + + + + + + SBI JAPANNEXT - VWAP CROSSING + QName: fibo-fbc-fct-mkti:Exchange-SBIV + + http://www.japannext.co.jp + SBI JAPANNEXT - VWAP CROSSING + + + + + + + + + + SYDBANK A/S + QName: fibo-fbc-fct-mkti:Exchange-SBSI + + http://www.sydbank.dk + SYDBANK A/S + + + + + + + + + STANDARD CHARTERED BANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SCAG + + http://www.sc.com/de + STANDARD CHARTERED BANK AG - SYSTEMATIC INTERNALISER + + + + + + + SEED DIGITAL SECURITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-SCXA + + http://www.seedcx.com + SEED DIGITAL SECURITIES MARKET + + + + + + + + SEED FUTURES + QName: fibo-fbc-fct-mkti:Exchange-SCXF + + http://www.seedcx.com + SEED FUTURES + + + + + + + + SEED DIGITAL COMMODITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-SCXM + + http://www.seedcx.com + SEED DIGITAL COMMODITIES MARKET + + + + + + + + + SEED CX + QName: fibo-fbc-fct-mkti:Exchange-SCXO + + http://www.seedcx.com + SEED CX + SEED CX + + + + + + + SEED SEF + QName: fibo-fbc-fct-mkti:Exchange-SCXS + + http://www.seedcx.com + SEED SEF + + + + + + + + + + SEB - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SEBS + + http://www.seb.se + SEB + SEB - SYSTEMATIC INTERNALISER + + + + + + + + SECFINEX + QName: fibo-fbc-fct-mkti:Exchange-SECF + + http://www.secfinex.com + SECFINEX + + + + + + + SECURITISED DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-SEDX + + http://www.borsaitaliana.it + SEDEX + SECURITISED DERIVATIVES MARKET + + + + + + + + NASDAQ STOCKHOLM AB - SWEDISH EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-SEED + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - SWEDISH EQ DERIVATIVES + + + + + + + + + SISTEMA ESPECIAL DE LIQUIDACAO E CUSTODIA DE TITULOS PUBLICOS + QName: fibo-fbc-fct-mkti:Exchange-SELC + + http://www4.bcb.gov.br + SISTEMA ESPECIAL DE LIQUIDACAO E CUSTODIA DE TITULOS PUBLICOS + + + + + + + + SEMOPX + QName: fibo-fbc-fct-mkti:Exchange-SEMX + + http://www.sem-o.com + SEMOPX + + + + + + + SEND - SISTEMA ELECTRONICO DE NEGOCIACION DE DEUDA + QName: fibo-fbc-fct-mkti:Exchange-SEND + + http://www.aiaf.es + SEND + SEND - SISTEMA ELECTRONICO DE NEGOCIACION DE DEUDA + + + + + + + + + STOCK EXCHANGE PERSPECTIVA + QName: fibo-fbc-fct-mkti:Exchange-SEPE + + http://fbp.com.ua + STOCK EXCHANGE PERSPECTIVA + + + + + + + + SWISSCANTO FUNDS CENTRE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-SFCL + + http://www.swisscanto.co.uk + SWISSCANTO FUNDS CENTRE LIMITED + + + + + + + + SG AMERICAS SECURITIES, LLC + QName: fibo-fbc-fct-mkti:Exchange-SGAS + + http://www.sgcib.com + SGAS + SG AMERICAS SECURITIES, LLC + + + + + + + + SHANGHAI GOLD EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-SGEX + + http://www.sge.sh + SGE + SHANGHAI GOLD EXCHANGE + + + + + + + + GOLDMAN SACH MTF + QName: fibo-fbc-fct-mkti:Exchange-SGMA + + http://www2.goldmansachs.com + GOLDMAN SACH MTF + + + + + + + SIGMA X2 + QName: fibo-fbc-fct-mkti:Exchange-SGMT + + http://www.goldmansachs.com + SGMT + SIGMA X2 + + + + + + + + + SIGMA X MTF + QName: fibo-fbc-fct-mkti:Exchange-SGMX + + http://gset.gs.com/sigmaxmtf/ + SIGMA X MTF + + + + + + + SIGMA X MTF - AUCTION BOOK + QName: fibo-fbc-fct-mkti:Exchange-SGMY + + http://gset.gs.com/sigmaxmtf/ + SIGMA X MTF - AUCTION BOOK + + + + + + + + + + SG OPTION EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SGOE + + http://www.sgcib.com + SGOE SI + SG OPTION EUROPE - SYSTEMATIC INTERNALISER + + + + + + + D.E. SHAW DARK + QName: fibo-fbc-fct-mkti:Exchange-SHAD + + http://www.deshaw.com + D.E. SHAW DARK + + + + + + + + + ASSET MATCH + QName: fibo-fbc-fct-mkti:Exchange-SHAR + + http://www.sharemark.com + ASSET MATCH + + + + + + + + D.E. SHAW + QName: fibo-fbc-fct-mkti:Exchange-SHAW + + http://www.deshaw.com + D.E. SHAW + + + + + + + STOCK EXCHANGE OF HONG KONG LIMITED - SHANGHAI - HONG KONG STOCK CONNECT + QName: fibo-fbc-fct-mkti:Exchange-SHSC + + http://www.hkex.com.hk + SEHK + STOCK EXCHANGE OF HONG KONG LIMITED - SHANGHAI - HONG KONG STOCK CONNECT + + + + + + + + + + ALIOR BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SIAB + + http://www.aliorbank.pl + ALIOR BANK - SYSTEMATIC INTERNALISER + + + + + + + + + SIB CYPRUS LTD - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SIBC + + http://www.sib.com.cy + SIB + SIB CYPRUS LTD - SYSTEMATIC INTERNALISER + + + + + + + + CREDIT SUISSE SECURITIES (EUROPE) LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SICS + + http://www.credit-suisse.com + CSSEL SI + CREDIT SUISSE SECURITIES (EUROPE) LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + + SIGMA X AUSTRALIA + QName: fibo-fbc-fct-mkti:Exchange-SIGA + + http://www.gset.gs.com + SIGMA X AUSTRALIA + + + + + + + SIGMA X HONG KONG + QName: fibo-fbc-fct-mkti:Exchange-SIGH + + http://www.gset.gs.com + GSET + SIGMA X HONG KONG + + + + + + + + + SIGMA X JAPAN + QName: fibo-fbc-fct-mkti:Exchange-SIGJ + + http://www.gset.gs.com + SIGMA X JAPAN + + + + + + + + CREDIT SUISSE EU - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SIMD + + http://www.credit-suisse.com + CREDIT SUISSE EU - SYSTEMATIC INTERNALISER + + + + + + + + + SIM VENTURE SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-SIMV + + http://www.simvse.com.au + SIM VENTURE SECURITIES EXCHANGE + + + + + + + + + SUSQUEHANNA INTERNATIONAL SECURITIES LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SISI + + https://sig.com/ + SISI + SUSQUEHANNA INTERNATIONAL SECURITIES LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + + SPAREKASSEN KRONJYLLAND - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SKSI + + http://www.sparkron.dk + SPAREKASSEN KRONJYLLAND - SYSTEMATIC INTERNALISER + + + + + + + + + SALZBURGER LANDES-HYPOTHEKENBANK + QName: fibo-fbc-fct-mkti:Exchange-SLHB + + http://www.hyposalzburg.at + SALZBURGER LANDES-HYPOTHEKENBANK + + + + + + + MTS SLOVAKIA + QName: fibo-fbc-fct-mkti:Exchange-SLKK + + http://www.mtsmarkets.com + MTS SLOVAKIA + + + + + + + + + + SUMITOMO MITSUI BANKING CORPORATION - BRUSSELS BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SMBB + + http://www.smbcgroup.com + SUMITOMO MITSUI BANKING CORPORATION - BRUSSELS BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + + SUMITOMO MITSUI BANKING CORPORATION - DUESSELDORF BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SMBD + + http://www.smbcgroup.com + SUMITOMO MITSUI BANKING CORPORATION - DUESSELDORF BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + SUMITOMO MITSUI BANKING CORPORATION EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-SMBE + + http://www.smbcgroup.com + SUMITOMO MITSUI BANKING CORPORATION EUROPE LIMITED + + + + + + + + + SUMITOMO MITSUI BANKING CORPORATION - LONDON BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SMBG + + http://www.smbcgroup.com + SUMITOMO MITSUI BANKING CORPORATION - LONDON BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + SUMITOMO MITSUI BANKING CORPORATION EUROPE LIMITED - PARIS BRANCH + QName: fibo-fbc-fct-mkti:Exchange-SMBP + + http://www.smbcgroup.com + SUMITOMO MITSUI BANKING CORPORATION EUROPE LIMITED - PARIS BRANCH + + + + + + + + SINGAPORE MERCANTILE EXCHANGE PTE LTD + QName: fibo-fbc-fct-mkti:Exchange-SMEX + + http://www.smx.com.sg + SINGAPORE MERCANTILE EXCHANGE PTE LTD + + + + + + + + SMALL EXCHANGE, INC - DESIGNATED CONTRACT MARKET + QName: fibo-fbc-fct-mkti:Exchange-SMFE + + http://www.thesmallexchange.com + SMALL EXCHANGE, INC - DESIGNATED CONTRACT MARKET + + + + + + + + + SMBC BANK EU AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SMFF + + http://www.smbcgroup.com/emea/ + SMBC BANK EU AG - SYSTEMATIC INTERNALISER + + + + + + + MTS SPAIN + QName: fibo-fbc-fct-mkti:Exchange-SMTS + + http://www.mtsspain.com + MTS SPAIN + + + + + + + + + + SPAR NORD BANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SNSI + + http://www.sparnord.dk + SPAR NORD BANK - SYSTEMATIC INTERNALISER + + + + + + + + TWO SIGMA SECURITIES, LLC + QName: fibo-fbc-fct-mkti:Exchange-SOHO + + http://www.twosigmasecurities.com + SOHO + TWO SIGMA SECURITIES, LLC + + + + + + + + SPREADEX + QName: fibo-fbc-fct-mkti:Exchange-SPDX + + http://www.spreadex.com + SPREADEX + + + + + + + + MAREX SPECTRON INTERNATIONAL LIMITED OTF + QName: fibo-fbc-fct-mkti:Exchange-SPEC + + http://www.marexspectron.com + MSIL OTF + MAREX SPECTRON INTERNATIONAL LIMITED OTF + + + + + + + + SPECTRUM MARKETS + QName: fibo-fbc-fct-mkti:Exchange-SPEX + + http://net.spectrum-markets.com/ + SPECTRUM MARKETS + + + + + + + + ST. PETERSBURG INTERNATIONAL MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-SPIM + + http://www.s-pimex.ru + SPIMEX + ST. PETERSBURG INTERNATIONAL MERCANTILE EXCHANGE + + + + + + + + SPREADZERO + QName: fibo-fbc-fct-mkti:Exchange-SPRZ + + http://www.spreadzero.com + SPREADZERO + + + + + + + + + SPAREBANK 1 SMN - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SPTR + + http://www.smn.no + SPAREBANK 1 SMN - SYSTEMATIC INTERNALISER + + + + + + + + SPX + QName: fibo-fbc-fct-mkti:Exchange-SPXE + + http://www.spx.sk + SPX + SPX + + + + + + + + SQUARE GLOBAL - OTF + QName: fibo-fbc-fct-mkti:Exchange-SQUA + + http://www.squareglobalmarkets.com + SQUARE GLOBAL - OTF + + + + + + + + STATE STREET BANK INTERNATIONAL GMBH + QName: fibo-fbc-fct-mkti:Exchange-SSBI + + http://www.statestreet.com + SSBI + STATE STREET BANK INTERNATIONAL GMBH + + + + + + + + STATE STREET BANK INTERNATIONAL FX - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SSBM + + http://www.statestreet.com + SSBI + STATE STREET BANK INTERNATIONAL FX - SYSTEMATIC INTERNALISER + + + + + + + + + STATE STREET BANK AND TRUST COMPANY + QName: fibo-fbc-fct-mkti:Exchange-SSBT + + http://www.statestreet.com + SSBTCO + STATE STREET BANK AND TRUST COMPANY + + + + + + + + SOCIAL STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-SSEX + + http://www.socialstockexchange.com + SSE + SOCIAL STOCK EXCHANGE + + + + + + + + STATE STREET BANK AND TRUST FX - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SSFX + + http://www.statestreet.com + SSBTCO + STATE STREET BANK AND TRUST FX - SYSTEMATIC INTERNALISER + + + + + + + + + + STATE STREET BANK INTERNATIONAL FX - LONDON BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SSIL + + http://www.statestreet.com + SSIL + STATE STREET BANK INTERNATIONAL FX - LONDON BRANCH - SYSTEMATIC INTERNALISER + + + + + + + FIRST NORTH SWEDEN - SME GROWTH MARKET + QName: fibo-fbc-fct-mkti:Exchange-SSME + + http://nasdaqomxnordic.com + FIRST NORTH SWEDEN - SME GROWTH MARKET + + + + + + + + BONDVISION EUROPE MTF + QName: fibo-fbc-fct-mkti:Exchange-SSOB + + http://www.mtsmarkets.com + BONDVISION EUROPE MTF + + + + + + + + + E-EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-SSTX + + EEXCHANGE + E-EXCHANGE + + + + + + + + + SSW MARKET MAKING - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SSWM + + http://www.ssw-marketmaking.com + SSWMM + SSW MARKET MAKING - SYSTEMATIC INTERNALISER + + + + + + + + + STANDARD CHARTERED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-STAN + + http://www.sc.com + STANDARD CHARTERED - SYSTEMATIC INTERNALISER + + + + + + + NASDAQ COMMODITIES - STEEL COMMODITY + QName: fibo-fbc-fct-mkti:Exchange-STEE + + http://www.nasdaqomx.com/commodities/ + NASDAQ COMMODITIES - STEEL COMMODITY + + + + + + + + + + STIFEL NICOLAUS EUROPE LIMITED -SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-STFL + + http://www.stifel.com/institutional/stifeleurope + STIFEL NICOLAUS EUROPE LIMITED -SYSTEMATIC INTERNALISER + + + + + + + + STOXX LIMITED + QName: fibo-fbc-fct-mkti:Exchange-STOX + + http://www.stoxx.com + STOXX LIMITED + + + + + + + BOERSE STUTTGART - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-STUA + + http://www.boerse-stuttgart.de + BOERSE STUTTGART - REGULIERTER MARKT + + + + + + + + BOERSE STUTTGART - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-STUB + + http://www.boerse-stuttgart.de + BOERSE STUTTGART - FREIVERKEHR + + + + + + + + BOERSE STUTTGART - REGULIERTER MARKT - TECHNICAL PLATFORM 2 + QName: fibo-fbc-fct-mkti:Exchange-STUC + + http://www.boerse-stuttgart.de + BOERSE STUTTGART - REGULIERTER MARKT - TECHNICAL PLATFORM 2 + + + + + + + + BOERSE STUTTGART - FREIVERKEHR - TECHNICAL PLATFORM 2 + QName: fibo-fbc-fct-mkti:Exchange-STUD + + http://www.boerse-stuttgart.de + BOERSE STUTTGART - FREIVERKEHR - TECHNICAL PLATFORM 2 + + + + + + + + + SUNRISE BROKERS + QName: fibo-fbc-fct-mkti:Exchange-SUNB + + http://www.sunrisebrokers.com + SUNRISE BROKERS + + + + + + + SUNRISE - OTF + QName: fibo-fbc-fct-mkti:Exchange-SUNO + + http://www.sunrisebrokers.com + SUNRISE - OTF + + + + + + + + + SUN TRADING LLC + QName: fibo-fbc-fct-mkti:Exchange-SUNT + + http://www.suntradingllc.com + SUN TRADING LLC + + + + + + + + SVENSKA HANDELSBANKEN AB - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SVES + + http://www.handelsbanken.se + SVEX + SVENSKA HANDELSBANKEN AB - SYSTEMATIC INTERNALISER + + + + + + + + + SVENSKA HANDELSBANKEN AB - SVEX + QName: fibo-fbc-fct-mkti:Exchange-SVEX + + http://www.handelsbanken.se + SVEX + SVENSKA HANDELSBANKEN AB - SVEX + + + + + + + + SWAPSTREAM + QName: fibo-fbc-fct-mkti:Exchange-SWAP + + http://www.swapstream.com + SWAPSTREAM + + + + + + + + + SWEDBANK - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SWBI + + http://www.swedbank.se + SWEDBANK - SYSTEMATIC INTERNALISER + + + + + + + + + SWEDBANK ESTONIA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SWEE + + http://www.swedbank.ee + SWEDBANK ESTONIA - SYSTEMATIC INTERNALISER + + + + + + + + + SWEDBANK LITHUANIA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SWLT + + http://www.swedbank.lt + SWEDBANK LITHUANIA - SYSTEMATIC INTERNALISER + + + + + + + + + SWEDBANK LATVIA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-SWLV + + http://www.swedbank.lv + SWEDBANK LATVIA - SYSTEMATIC INTERNALISER + + + + + + + + SYNOPTION + QName: fibo-fbc-fct-mkti:Exchange-SYFX + + http://www.synoption.com + SYFX + SYNOPTION + + + + + + + STOCK EXCHANGE OF HONG KONG LIMITED - SHENZHEN - HONG KONG STOCK CONNECT + QName: fibo-fbc-fct-mkti:Exchange-SZSC + + http://www.hkex.com.hk + SEHK + STOCK EXCHANGE OF HONG KONG LIMITED - SHENZHEN - HONG KONG STOCK CONNECT + + + + + + + + WARSAW STOCK EXCHANGE/BONDS/BONDSPOT/TREASURY BOND MARKET + QName: fibo-fbc-fct-mkti:Exchange-TBSP + + http://www.bondspot.pl + WARSAW STOCK EXCHANGE/BONDS/BONDSPOT/TREASURY BOND MARKET + + + + + + + + TRADITION OTF + QName: fibo-fbc-fct-mkti:Exchange-TCDS + + http://www.tradition.co.uk + TRADITION OTF + + + + + + + + + TIDE CM + QName: fibo-fbc-fct-mkti:Exchange-TCML + + http://www.tidecm.com + TIDE CM + + + + + + + + TORONTO DOMINION BANK - LONDON BRANCH + QName: fibo-fbc-fct-mkti:Exchange-TDBL + + http://www.td.com + TD BANK + TORONTO DOMINION BANK - LONDON BRANCH + + + + + + + + TD SECURITIES + QName: fibo-fbc-fct-mkti:Exchange-TDGF + + http://www.td.com + TD SECURITIES + + + + + + + + TRADITION PARIS - TSAF + QName: fibo-fbc-fct-mkti:Exchange-TDON + + http://www.tsaf-paris.com + TSAF + TRADITION PARIS - TSAF + + + + + + + TULLETT PREBON EUROPE - OTF - COMMODITY AND ENERGY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-TECO + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - COMMODITY AND ENERGY DERIVATIVES + + + + + + + + TULLETT PREBON SECURITIES - OTF - EUROPEAN GOVERNMENT BONDS + QName: fibo-fbc-fct-mkti:Exchange-TEEG + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - EUROPEAN GOVERNMENT BONDS + + + + + + + + TULLETT PREBON EUROPE - MTF - FX DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-TEFD + + http://www.tpicap.com + TULLETT PREBON EUROPE - MTF - FX DERIVATIVES + + + + + + + + TULLETT PREBON EUROPE - OTF - FX DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-TEFX + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - FX DERIVATIVES + + + + + + + + TULLETT PREBON EUROPE - OTF - GOVERNMENT BONDS EXCLUDING UK GILTS + QName: fibo-fbc-fct-mkti:Exchange-TEGB + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - GOVERNMENT BONDS EXCLUDING UK GILTS + + + + + + + + TULLETT PREBON EUROPE - OTF - GOVERNMENT BONDS - UK GILTS + QName: fibo-fbc-fct-mkti:Exchange-TEGI + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - GOVERNMENT BONDS - UK GILTS + + + + + + + + TULLETT PREBON EUROPE - OTF - INTEREST RATE DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-TEIR + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - INTEREST RATE DERIVATIVES + + + + + + + + TULLETT PREBON EUROPE - MTF - GOVERNMENT BONDS EXCLUDING UK GILTS + QName: fibo-fbc-fct-mkti:Exchange-TEMB + + http://www.tpicap.com + TULLETT PREBON EUROPE - MTF - GOVERNMENT BONDS EXCLUDING UK GILTS + + + + + + + + TULLETT PREBON EUROPE - MTF - CORPORATE BONDS AND SECURITISED DEBT + QName: fibo-fbc-fct-mkti:Exchange-TEMF + + http://www.tpicap.com + TULLETT PREBON EUROPE - MTF - CORPORATE BONDS AND SECURITISED DEBT + + + + + + + + TULLETT PREBON EUROPE - MTF - MONEY MARKETS + QName: fibo-fbc-fct-mkti:Exchange-TEMI + + http://www.tpicap.com + TULLETT PREBON EUROPE - MTF - MONEY MARKETS + + + + + + + + TULLETT PREBON EUROPE - OTF - MONEY MARKET INSTRUMENTS + QName: fibo-fbc-fct-mkti:Exchange-TEMM + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - MONEY MARKET INSTRUMENTS + + + + + + + + TULLETT PREBON EUROPE - MTF - REPOS + QName: fibo-fbc-fct-mkti:Exchange-TEMR + + http://www.tpicap.com + TULLETT PREBON EUROPE - MTF - REPOS + + + + + + + + + TERAEXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-TERA + + http://www.teraexchange.com + TERAEXCHANGE + + + + + + + TULLETT PREBON EUROPE - OTF - REPOS + QName: fibo-fbc-fct-mkti:Exchange-TERE + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - REPOS + + + + + + + + + THAILAND FUTURES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-TFEX + + http://www.tfex.co.th + TFEX + THAILAND FUTURES EXCHANGE + + + + + + + + TFS GREEN AUSTRALIAN GREEN MARKETS + QName: fibo-fbc-fct-mkti:Exchange-TFSA + + http://www.tradition.com + TFS + TFS GREEN AUSTRALIAN GREEN MARKETS + + + + + + + + T.F.S. DERIVATIVES HK LIMITED + QName: fibo-fbc-fct-mkti:Exchange-TFSD + + http://www.tradition.com + T.F.S. DERIVATIVES HK LIMITED + + + + + + + + TFS GREEN UNITED STATES GREEN MARKETS + QName: fibo-fbc-fct-mkti:Exchange-TFSU + + http://www.tradition.com + TFS + TFS GREEN UNITED STATES GREEN MARKETS + + + + + + + + TRADEGATE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-TGAT + + http://www.tradegate-ag.de + TGAG + TRADEGATE EXCHANGE + + + + + + + + TRADEGATE EXCHANGE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-TGSI + + http://www.tradegate-ag.de + TGAG + TRADEGATE EXCHANGE - SYSTEMATIC INTERNALISER + + + + + + + + + THEMIS TRADING LLC + QName: fibo-fbc-fct-mkti:Exchange-THEM + + http://www.themistrading.com + THEM + THEMIS TRADING LLC + + + + + + + + THOMSON REUTERS (SEF) LLC + QName: fibo-fbc-fct-mkti:Exchange-THRE + + http://www.fxall.com/solutions--capabilities/regulatory-solutions/thomson-reuters-sef + TRSEF + THOMSON REUTERS (SEF) LLC + + + + + + + TULLETT PREBON EUROPE - MTF - INTEREST RATE DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-TIRD + + http://www.tpicap.com + TULLETT PREBON EUROPE - MTF - INTEREST RATE DERIVATIVES + + + + + + + + + TRUMID ATS + QName: fibo-fbc-fct-mkti:Exchange-TMID + + http://www.trumid.com + TRUMID ATS + + + + + + + EURONEXT - TRADED BUT NOT LISTED AMSTERDAM + QName: fibo-fbc-fct-mkti:Exchange-TNLA + + http://www.euronext.com + EURONEXT - TRADED BUT NOT LISTED AMSTERDAM + + + + + + + + EURONEXT - TRADING FACILITY BRUSSELS + QName: fibo-fbc-fct-mkti:Exchange-TNLB + + http://www.euronext.com + EURONEXT - TRADING FACILITY BRUSSELS + + + + + + + + EURONEXT - TRADING FACILITY LONDON + QName: fibo-fbc-fct-mkti:Exchange-TNLL + + http://www.euronext.com + EURONEXT - TRADING FACILITY LONDON + + + + + + + + + TORA CROSSPOINT + QName: fibo-fbc-fct-mkti:Exchange-TOCP + + http://www.tora.com + TORA CROSSPOINT + + + + + + + TULLETT PREBON EUROPE - OTF - MADRID - GOVERNMENT BONDS - EXCLUDING GILTS + QName: fibo-fbc-fct-mkti:Exchange-TOMG + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - MADRID - GOVERNMENT BONDS - EXCLUDING GILTS + + + + + + + + + + TOWER RESEARCH CAPITAL EUROPE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-TOWR + + http://www.tower-research.com + TOWER RESEARCH CAPITAL EUROPE - SYSTEMATIC INTERNALISER + + + + + + + + TULLETT PREBON (EUROPE) LIMITED + QName: fibo-fbc-fct-mkti:Exchange-TPEL + + http://www.tpicap.com + TULLETT PREBON (EUROPE) LIMITED + + + + + + + + TULLETT PREBON EUROPE - OTF + QName: fibo-fbc-fct-mkti:Exchange-TPEO + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF + + + + + + + + TULLETT PREBON EUROPE - OTF - MADRID + QName: fibo-fbc-fct-mkti:Exchange-TPES + + http://www.tpicap.com + TULLETT PREBON EUROPE - OTF - MADRID + + + + + + + + TULLETT PREBON EU OTF + QName: fibo-fbc-fct-mkti:Exchange-TPEU + + http://www.tpicap.com + TULLETT PREBON EU OTF + + + + + + + + TP ICAP EU - MTF + QName: fibo-fbc-fct-mkti:Exchange-TPIC + + http://www.tpicap.com + TP ICAP EU - MTF + + + + + + + + THE PROPERTY INVESTMENT EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-TPIE + + http://www.propex.co.uk + PROPEX + THE PROPERTY INVESTMENT EXCHANGE + + + + + + + TP ICAP EU - MTF - ORDERBOOK + QName: fibo-fbc-fct-mkti:Exchange-TPIO + + http://www.tpicap.com + TP ICAP EU - MTF - ORDERBOOK + + + + + + + + TP ICAP EU - MTF - REGISTRATION + QName: fibo-fbc-fct-mkti:Exchange-TPIR + + http://www.tpicap.com + TP ICAP EU - MTF - REGISTRATION + + + + + + + + + TP SEF, INC. + QName: fibo-fbc-fct-mkti:Exchange-TPSE + + http://www.tullettprebon.com + TP SEF, INC. + + + + + + + + TULLETT PREBON SECURITIES - MTF + QName: fibo-fbc-fct-mkti:Exchange-TPSL + + http://www.tpicap.com + TULLETT PREBON SECURITIES - MTF + + + + + + + + TULLETT PREBON SECURITIES - OTF + QName: fibo-fbc-fct-mkti:Exchange-TPSO + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF + + + + + + + TURQUOISE EUROPE - LIT AUCTIONS + QName: fibo-fbc-fct-mkti:Exchange-TQEA + + http://www.lseg.com/areas-expertise/our-markets/turquoise + TURQUOISE EUROPE - LIT AUCTIONS + + + + + + + + TURQUOISE EUROPE - NYLON CASH ORDER BOOK + QName: fibo-fbc-fct-mkti:Exchange-TQEB + + http://www.lseg.com/areas-expertise/our-markets/turquoise + TURQUOISE EUROPE - NYLON CASH ORDER BOOK + + + + + + + + TURQUOISE EUROPE - DARK + QName: fibo-fbc-fct-mkti:Exchange-TQEM + + http://www.lseg.com/areas-expertise/our-markets/turquoise + TURQUOISE EUROPE - DARK + + + + + + + + + TURQUOISE EUROPE + QName: fibo-fbc-fct-mkti:Exchange-TQEX + + http://www.lseg.com/areas-expertise/our-markets/turquoise + TURQUOISE EUROPE + + + + + + + REFINITIV TRANSACTIONS SERVICES LIMITED - FXALL RFQ + QName: fibo-fbc-fct-mkti:Exchange-TRAL + + http://www.reuters.com + REFINITIV TRANSACTIONS SERVICES LIMITED - FXALL RFQ + + + + + + + + + TRADITION ASIA LIMITED + QName: fibo-fbc-fct-mkti:Exchange-TRAS + + http://www.tradition.com + TRADITION ASIA LIMITED + + + + + + + + TRAX APA + QName: fibo-fbc-fct-mkti:Exchange-TRAX + + http://www.traxmarkets.com + TRAX APA + + + + + + + + TRACK ECN + QName: fibo-fbc-fct-mkti:Exchange-TRCK + + http://www.trackecn.com + TRACK ECN + + + + + + + + TRADITION + QName: fibo-fbc-fct-mkti:Exchange-TRDE + + http://www.tradition.com + TRADITION + + + + + + + TRAD-X + QName: fibo-fbc-fct-mkti:Exchange-TRDX + + http://www.tradition.com + TRAD-X + TRAD-X + + + + + + + + TRADEWEB EUROPE LIMITED - APA + QName: fibo-fbc-fct-mkti:Exchange-TREA + + http://www.tradeweb.com + TRADEWEB EUROPE LIMITED - APA + + + + + + + + TRADEWEB EUROPE LIMITED - OTF + QName: fibo-fbc-fct-mkti:Exchange-TREO + + http://www.tradeweb.com + TRADEWEB EUROPE LIMITED - OTF + + + + + + + + + TRADEWEB EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-TREU + + http://www.tradeweb.com + TRADEWEB EUROPE LIMITED + + + + + + + REUTERS TRANSACTION SERVICES LIMITED - FORWARDS MATCHING + QName: fibo-fbc-fct-mkti:Exchange-TRFW + + http://www.reuters.com + REUTERS TRANSACTION SERVICES LIMITED - FORWARDS MATCHING + + + + + + + + + TRAX NL APA + QName: fibo-fbc-fct-mkti:Exchange-TRNL + + http://www.traxmarkets.com + TRAX NL APA + + + + + + + + TROP-X + QName: fibo-fbc-fct-mkti:Exchange-TRPX + + http://www.trop-x.com + TROP-X + + + + + + + TURQUOISE LIT AUCTIONS + QName: fibo-fbc-fct-mkti:Exchange-TRQA + + http://www.tradeturquoise.com + TURQUOISE LIT AUCTIONS + + + + + + + + TURQUOISE NYLON CASH ORDER BOOK + QName: fibo-fbc-fct-mkti:Exchange-TRQB + + http://www.tradeturquoise.com + TURQUOISE NYLON CASH ORDER BOOK + + + + + + + + TURQUOISE CFD + QName: fibo-fbc-fct-mkti:Exchange-TRQC + + http://www.tradeturquoise.com + TURQUOISE CFD + + + + + + + + TURQUOISE PLATO + QName: fibo-fbc-fct-mkti:Exchange-TRQM + + http://www.tradeturquoise.com + TURQUOISE PLATO + + + + + + + + TURQUOISE SWAPMATCH + QName: fibo-fbc-fct-mkti:Exchange-TRQS + + http://www.tradeturquoise.com + TURQUOISE SWAPMATCH + + + + + + + + + TURQUOISE + QName: fibo-fbc-fct-mkti:Exchange-TRQX + + http://www.tradeturquoise.com + TURQUOISE + + + + + + + + TOWER RESEARCH CAPITAL EUROPE LTD + QName: fibo-fbc-fct-mkti:Exchange-TRSI + + http://www.tower-research.com + TOWER RESEARCH CAPITAL EUROPE LTD + + + + + + + TRUEEX LLC - DESIGNATED CONTRACT MARKET (DMC) + QName: fibo-fbc-fct-mkti:Exchange-TRU1 + + http://www.trueex.com + TRUEEX LLC - DESIGNATED CONTRACT MARKET (DMC) + + + + + + + + TRUEEX LLC - SEF (SWAP EXECUTION FACILITY) + QName: fibo-fbc-fct-mkti:Exchange-TRU2 + + http://www.trueex.com + TRUEEX LLC - SEF (SWAP EXECUTION FACILITY) + + + + + + + + + TRUEEX LLC + QName: fibo-fbc-fct-mkti:Exchange-TRUX + + http://www.trueex.com + TRUEEX LLC + + + + + + + + TRADEWEB LLC + QName: fibo-fbc-fct-mkti:Exchange-TRWB + + http://www.tradeweb.com + TRADEWEB LLC + + + + + + + + TRAD-X EUROPE + QName: fibo-fbc-fct-mkti:Exchange-TRXE + + http://www.trad-x.com + TRAD-X EUROPE + + + + + + + + TRADITION SECURITIES AND DERIVATIVES INC. + QName: fibo-fbc-fct-mkti:Exchange-TSAD + + http://www.tradition.com + TRADITION SECURITIES AND DERIVATIVES INC. + + + + + + + + TSAF OTC - OTF + QName: fibo-fbc-fct-mkti:Exchange-TSAF + + http://www.tsaf-paris.com + TSAF OTC + TSAF OTC - OTF + + + + + + + + DBOT ATS, LLC + QName: fibo-fbc-fct-mkti:Exchange-TSBX + + http://www.dbottrading.com + DBOT + DBOT ATS, LLC + + + + + + + TULLETT PREBON SECURITIES - OTF - CORPORATE BONDS + QName: fibo-fbc-fct-mkti:Exchange-TSCB + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - CORPORATE BONDS + + + + + + + + TULLETT PREBON SECURITIES - OTF - CREDIT DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-TSCD + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - CREDIT DERIVATIVES + + + + + + + + TULLETT PREBON SECURITIES - OTF - EQUITY DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-TSED + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - EQUITY DERIVATIVES + + + + + + + + + TRADITION SEF + QName: fibo-fbc-fct-mkti:Exchange-TSEF + + http://www.traditionsef.com + TRADITION SEF + + + + + + + TULLETT PREBON SECURITIES - OTF - CORPORATE BONDS AND SECURITISED DEBT + QName: fibo-fbc-fct-mkti:Exchange-TSFI + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - CORPORATE BONDS AND SECURITISED DEBT + + + + + + + + TULLETT PREBON SECURITIES - OTF - GOVERNMENT BONDS EXCLUDING UK GILTS + QName: fibo-fbc-fct-mkti:Exchange-TSGB + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - GOVERNMENT BONDS EXCLUDING UK GILTS + + + + + + + + TULLETT PREBON SECURITIES - OTF - GOVERNMENT BONDS - UK GILTS + QName: fibo-fbc-fct-mkti:Exchange-TSGI + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - GOVERNMENT BONDS - UK GILTS + + + + + + + + + TRADITION SINGAPORE PTE. LTD. + QName: fibo-fbc-fct-mkti:Exchange-TSIG + + http://www.tradition.com + TRADITION SINGAPORE PTE. LTD. + + + + + + + TULLETT PREBON SECURITIES - OTF - MONEY MARKET INSTRUMENTS + QName: fibo-fbc-fct-mkti:Exchange-TSMM + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - MONEY MARKET INSTRUMENTS + + + + + + + + TULLETT PREBON SECURITIES - MTF - REPOS + QName: fibo-fbc-fct-mkti:Exchange-TSMR + + http://www.tpicap.com + TULLETT PREBON SECURITIES - MTF - REPOS + + + + + + + + TULLETT PREBON SECURITIES - OTF - REPOS + QName: fibo-fbc-fct-mkti:Exchange-TSRE + + http://www.tullettprebon.com + TULLETT PREBON SECURITIES - OTF - REPOS + + + + + + + + TRADEWEB EU BV - APA + QName: fibo-fbc-fct-mkti:Exchange-TWEA + + http://www.tradeweb.com + TRADEWEB EU BV - APA + + + + + + + + TRADEWEB EU BV - MTF + QName: fibo-fbc-fct-mkti:Exchange-TWEM + + http://www.tradeweb.com + TRADEWEB EU BV - MTF + + + + + + + + TRADEWEB EU BV - OTF + QName: fibo-fbc-fct-mkti:Exchange-TWEO + + http://www.tradeweb.com + TRADEWEB EU BV - OTF + + + + + + + + + TRADEWEB EU BV + QName: fibo-fbc-fct-mkti:Exchange-TWEU + + http://www.tradeweb.com + TRADEWEB EU BV + + + + + + + + TRADEWEB EUROPE LIMITED - GLOBAL TRADING PLATFORM + QName: fibo-fbc-fct-mkti:Exchange-TWGP + + http://www.tradeweb.com + TRADEWEB EUROPE LIMITED - GLOBAL TRADING PLATFORM + + + + + + + + TRADEWEB EUROPE LIMITED - HONG KONG + QName: fibo-fbc-fct-mkti:Exchange-TWHK + + http://www.tradeweb.com + TRADEWEB EUROPE LIMITED - HONG KONG + + + + + + + + TRADEWEB JAPAN KK - PTS + QName: fibo-fbc-fct-mkti:Exchange-TWJP + + http://www.tradeweb.com + TRADEWEB JAPAN KK - PTS + + + + + + + TRADEWEB JAPAN KK - ETP + QName: fibo-fbc-fct-mkti:Exchange-TWJT + + http://www.tradeweb.com + TRADEWEB JAPAN KK - ETP + + + + + + + + TW SEF LLC + QName: fibo-fbc-fct-mkti:Exchange-TWSF + + http://www.tradeweb.com + TWSEF + TW SEF LLC + + + + + + + + + TRADEWEB EUROPE LIMITED - SINGAPORE + QName: fibo-fbc-fct-mkti:Exchange-TWSG + + http://www.tradeweb.com + TRADEWEB EUROPE LIMITED - SINGAPORE + + + + + + + + UNICREDIT BANK CZECH REPUBLIC AND SLOVAKIA, A.S. + QName: fibo-fbc-fct-mkti:Exchange-UBCZ + + http://www.unicreditbank.cz + UNICREDIT BANK CZECH REPUBLIC AND SLOVAKIA, A.S. + + + + + + + + + UBI BANCA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-UBIM + + http://www.ubibanca.it + UBI + UBI BANCA - SYSTEMATIC INTERNALISER + + + + + + + + UNION BANK OF INDIA UK LTD + QName: fibo-fbc-fct-mkti:Exchange-UBIN + + http://www.unionbankofindiauk.co.uk + UNION BANK OF INDIA UK LTD + + + + + + + + + UNIPOL BANCA S.P.A. + QName: fibo-fbc-fct-mkti:Exchange-UBIS + + http://www.unipolbanca.it + UBIS + UNIPOL BANCA S.P.A. + + + + + + + + UBS ATS + QName: fibo-fbc-fct-mkti:Exchange-UBSA + + http://www.ubs.com/ats + UBS ATS + UBS ATS + + + + + + + + UBS AG LONDON BRANCH - TRADING + QName: fibo-fbc-fct-mkti:Exchange-UBSB + + http://www.ubs.com + UBS AG LONDON BRANCH - TRADING + + + + + + + UBS PIN-FX + QName: fibo-fbc-fct-mkti:Exchange-UBSC + + http://www.ubs.com + UBS PIN-FX + + + + + + + + UBS FX + QName: fibo-fbc-fct-mkti:Exchange-UBSF + + http://www.ubs.com + UBS FX + + + + + + + + + UBS TRADING + QName: fibo-fbc-fct-mkti:Exchange-UBSG + + http://www.ubs.com + UBS TRADING + + + + + + + + UBS EUROPE SE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-UBSI + + http://www.ubs.com + UBS EUROPE SE - SYSTEMATIC INTERNALISER + + + + + + + + + UBS EUROPE SE - TRADING + QName: fibo-fbc-fct-mkti:Exchange-UBSL + + http://www.ubs.com + UBS EUROPE SE - TRADING + + + + + + + UBS PIN (UBS PRICE IMPROVEMENT NETWORK) + QName: fibo-fbc-fct-mkti:Exchange-UBSP + + http://www.ubs.com/ats + UBS PIN (UBS PRICE IMPROVEMENT NETWORK) + + + + + + + + + UBS SECURITIES LLC + QName: fibo-fbc-fct-mkti:Exchange-UBSS + + http://www.ubs.com + UBS SECURITIES LLC + + + + + + + + UBS CROSS + QName: fibo-fbc-fct-mkti:Exchange-UBSX + + http://n/a + UBS CROSS + + + + + + + + UBS AG LONDON BRANCH - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-UBSY + + http://www.ubs.com + UBS AG LONDON BRANCH - SYSTEMATIC INTERNALISER + + + + + + + + + + UNICREDIT BANK AUSTRIA AG + QName: fibo-fbc-fct-mkti:Exchange-UCBA + + http://www.bankaustria.at + UNICREDIT BANK AUSTRIA AG + + + + + + + + + UNICREDIT BANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-UCDE + + http://www.hypovereinsbank.de + UNICREDIT BANK AG - SYSTEMATIC INTERNALISER + + + + + + + + + UNICREDIT SPA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-UCIT + + http://www.unicredit.it + UNICREDIT SPA - SYSTEMATIC INTERNALISER + + + + + + + + UFEX + QName: fibo-fbc-fct-mkti:Exchange-UFEX + + http://www.ufex.com.uy + UFEX + UFEX + + + + + + + + UKRAINIAN INTERBANK CURRENCY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-UICE + + http://www.uicegroup.com + UICE + UKRAINIAN INTERBANK CURRENCY EXCHANGE + + + + + + + + UKRAINIAN EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-UKEX + + http://www.ux.ua + UKRAINIAN EXCHANGE + + + + + + + MTS UK + QName: fibo-fbc-fct-mkti:Exchange-UKGD + + MTS UK + + + + + + + + + APX POWER UK + QName: fibo-fbc-fct-mkti:Exchange-UKPX + + http://www.apxgroup.com + APX POWER UK + + + + + + + + ALT XCHANGE (U) + QName: fibo-fbc-fct-mkti:Exchange-ULTX + + http://www.altxug.com + ALTX UGANDA + ALT XCHANGE (U) + + + + + + + NASDAQ STOCKHOLM AB - USD WB EQ DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-USWB + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB - USD WB EQ DERIVATIVES + + + + + + + + + UEDA TRADITION SECURITIES LTD. + QName: fibo-fbc-fct-mkti:Exchange-UTSL + + http://uts.traditionasia.com/ + UEDA TRADITION SECURITIES LTD. + + + + + + + BONDPOINT + QName: fibo-fbc-fct-mkti:Exchange-VABD + + http://www.theice.com + BONDPOINT + + + + + + + + + VIRTUAL AUCTION GLOBAL LIMITED + QName: fibo-fbc-fct-mkti:Exchange-VAGL + + http://www.virtualauctionglobal.com + VAGLOBAL + VIRTUAL AUCTION GLOBAL LIMITED + + + + + + + VIRTU CLIENT MARKET MAKING + QName: fibo-fbc-fct-mkti:Exchange-VALX + + http://www.virtu.com + VCMM + VIRTU CLIENT MARKET MAKING + + + + + + + + + VANTAGE CAPITAL MARKETS LLP - OTF + QName: fibo-fbc-fct-mkti:Exchange-VCMO + + http://www.vcmllp.com + VCM OTF + VANTAGE CAPITAL MARKETS LLP - OTF + + + + + + + VIRTU MATCHIT - CONDITIONAL ROOM + QName: fibo-fbc-fct-mkti:Exchange-VCRS + + http://www.virtu.com + KCGM + VIRTU MATCHIT - CONDITIONAL ROOM + + + + + + + + + VEGA-CHI + QName: fibo-fbc-fct-mkti:Exchange-VEGA + + http://www.vega-chi.com + VEGA-CHI + + + + + + + + VERTICAL + QName: fibo-fbc-fct-mkti:Exchange-VERT + + http://www.vertgrp.com + VERT + VERTICAL + + + + + + + + VIRTU FINANCIAL CAPITAL MARKETS LLC + QName: fibo-fbc-fct-mkti:Exchange-VFCM + + http://www.virtu.com + VFCM + VIRTU FINANCIAL CAPITAL MARKETS LLC + + + + + + + + VIRTU FINANCIAL IRELAND LIMITED + QName: fibo-fbc-fct-mkti:Exchange-VFIL + + http://www.virtu.com + VFIL + VIRTU FINANCIAL IRELAND LIMITED + + + + + + + VIRTU MATCHIT - MAIN CROSSING SESSION + QName: fibo-fbc-fct-mkti:Exchange-VFMI + + http://www.virtu.com + KCGM + VIRTU MATCHIT - MAIN CROSSING SESSION + + + + + + + + + VIRTU FINANCIAL IRELAND LIMITED - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-VFSI + + http://www.virtu.com + VIRTU SI + VIRTU FINANCIAL IRELAND LIMITED - SYSTEMATIC INTERNALISER + + + + + + + + VIRTU FINANCIAL IRELAND LIMITED - OTC + QName: fibo-fbc-fct-mkti:Exchange-VFXO + + http://www.virtu.com + VIRTU OTC + VIRTU FINANCIAL IRELAND LIMITED - OTC + + + + + + + + + VIRTU FINANCIAL BD + QName: fibo-fbc-fct-mkti:Exchange-VIRT + + http://www.virtu.com + VEQ + VIRTU FINANCIAL BD + + + + + + + + VONTOBEL LIQUIDITY EXTENDER + QName: fibo-fbc-fct-mkti:Exchange-VLEX + + http://www.vontobel.com + VLEX + VONTOBEL LIQUIDITY EXTENDER + + + + + + + + THE FAROESE SECURITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-VMFX + + http://www.vmf.fo + THE FAROESE SECURITIES MARKET + + + + + + + MTS SLOVENIA + QName: fibo-fbc-fct-mkti:Exchange-VMTS + + http://www.mtsslovenia.com + MTS SLOVENIA + + + + + + + + + + BANK VONTOBEL EUROPE AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-VONT + + http://www.vontobel.de + BANK VONTOBEL EUROPE AG - SYSTEMATIC INTERNALISER + + + + + + + EURONEXT - VENTES PUBLIQUES BRUSSELS + QName: fibo-fbc-fct-mkti:Exchange-VPXB + + http://www.euronext.com + EURONEXT - VENTES PUBLIQUES BRUSSELS + + + + + + + + + + VTB CAPITAL PLC - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-VTBC + + http://www.vtbcapital.com + VTB CAPITAL PLC - SYSTEMATIC INTERNALISER + + + + + + + VORTEX + QName: fibo-fbc-fct-mkti:Exchange-VTEX + + http://www.bnyconvergex.com + VORTEX + + + + + + + + TRADELINK + QName: fibo-fbc-fct-mkti:Exchange-VTLS + + http://www.transactionsolutions.de + TRADELINK + + + + + + + + TRADEPLUS + QName: fibo-fbc-fct-mkti:Exchange-VTPS + + http://www.transactionsolutions.de + TRADEPLUS + + + + + + + + + VIRTU AMERICAS LLC + QName: fibo-fbc-fct-mkti:Exchange-VUSA + + http://www.virtu.com + VAL + VIRTU AMERICAS LLC + + + + + + + + VWD TRANSACTIONSOLUTIONS AG + QName: fibo-fbc-fct-mkti:Exchange-VWDX + + http://www.transactionsolutions.de + VWD TRANSACTIONSOLUTIONS AG + + + + + + + WIENER BOERSE AG AMTLICHER HANDEL (OFFICIAL MARKET) + QName: fibo-fbc-fct-mkti:Exchange-WBAH + + http://www.wienerboerse.at + WIENER BOERSE AG AMTLICHER HANDEL (OFFICIAL MARKET) + + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/LISTING + QName: fibo-fbc-fct-mkti:Exchange-WBCL + + http://www.gpwcatalyst.pl + WARSAW STOCK EXCHANGE/BONDS/CATALYST/LISTING + + + + + + + + WIENER BOERSE AG DRITTER MARKT (THIRD MARKET) + QName: fibo-fbc-fct-mkti:Exchange-WBDM + + http://www.wienerboerse.at + WIENER BOERSE AG DRITTER MARKT (THIRD MARKET) + + + + + + + + + + BANK ZACHODNI WBK S.A. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-WBKP + + http://www.bzwbk.pl + BZ WBK + BANK ZACHODNI WBK S.A. - SYSTEMATIC INTERNALISER + + + + + + + WARSAW STOCK EXCHANGE/ BONDS/CATALYST/MAIN MARKET + QName: fibo-fbc-fct-mkti:Exchange-WBON + + http://www.gpwcatalyst.pl + WARSAW STOCK EXCHANGE/ BONDS/CATALYST/MAIN MARKET + + + + + + + + WARSAW STOCK EXCHANGE/FINANCIAL DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-WDER + + http://www.pochodne.gpw.pl + WARSAW STOCK EXCHANGE/FINANCIAL DERIVATIVES + + + + + + + + + WEEDEN AND CO MARKETS + QName: fibo-fbc-fct-mkti:Exchange-WEED + + http://www.weedenco.com + WEEDEN AND CO MARKETS + + + + + + + + + WEL - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-WELN + + http://www.westpac.com.au/about-westpac/global-locations/westpac-uk/ + WEL SI + WEL - SYSTEMATIC INTERNALISER + + + + + + + + WELLS FARGO SECURITIES, LLC - CASH EQUITIES + QName: fibo-fbc-fct-mkti:Exchange-WELS + + http://www.wellsfargo.com/com/securities/markets/ + WFS + WELLS FARGO SECURITIES, LLC - CASH EQUITIES + + + + + + + WARSAW STOCK EXCHANGE/ ETPS + QName: fibo-fbc-fct-mkti:Exchange-WETP + + http://www.gpw.pl + WARSAW STOCK EXCHANGE/ ETPS + + + + + + + + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/GAS + QName: fibo-fbc-fct-mkti:Exchange-WGAS + + http://www.tge.pl + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/GAS + + + + + + + + WARSAW STOCK EXCHANGE/INDICES + QName: fibo-fbc-fct-mkti:Exchange-WIND + + http://www.gpw.pl + WARSAW STOCK EXCHANGE/INDICES + + + + + + + + + WINTERFLOOD SECURITIES LIMITED - ELECTRONIC PLATFORM + QName: fibo-fbc-fct-mkti:Exchange-WINS + + http://www.winterflood.com + WINS + WINTERFLOOD SECURITIES LIMITED - ELECTRONIC PLATFORM + + + + + + + WINTERFLOOD SECURITIES LIMITED - MANUAL TRADING + QName: fibo-fbc-fct-mkti:Exchange-WINX + + http://www.winterflood.com + WINTERFLOOD SECURITIES LIMITED - MANUAL TRADING + + + + + + + + WARSAW STOCK EXCHANGE - IPO BOOK BUILDING + QName: fibo-fbc-fct-mkti:Exchange-WIPO + + http://www.wse.pl + WSE + WARSAW STOCK EXCHANGE - IPO BOOK BUILDING + + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/MTF + QName: fibo-fbc-fct-mkti:Exchange-WMTF + + http://www.gpwcatalyst.pl + WARSAW STOCK EXCHANGE/BONDS/CATALYST/MTF + + + + + + + + + + WOOD & COMPANY FINANCIAL SERVICES, A.S. - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-WOOD + + http://www.wood.cz + WOOD & COMPANY FINANCIAL SERVICES, A.S. - SYSTEMATIC INTERNALISER + + + + + + + WARSAW STOCK EXCHANGE - SPO BOOK BUILDING + QName: fibo-fbc-fct-mkti:Exchange-WOPO + + http://www.wse.pl + WSE + WARSAW STOCK EXCHANGE - SPO BOOK BUILDING + + + + + + + + EURONEXT - MARKET WITHOUT QUOTATIONS LISBON + QName: fibo-fbc-fct-mkti:Exchange-WQXL + + http://www.euronext.com + EURONEXT - MARKET WITHOUT QUOTATIONS LISBON + + + + + + + + + WALL STREET ACCESS + QName: fibo-fbc-fct-mkti:Exchange-WSAG + + http://www.wsaccess.com + WSAG + WALL STREET ACCESS + + + + + + + + WELLS FARGO SECURITIES INTERNATIONAL + QName: fibo-fbc-fct-mkti:Exchange-WSIL + + http://www.wellsfargo.com + WELLS FARGO SECURITIES INTERNATIONAL + + + + + + + + + WESTPAC BANKING CORPORATION - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-WSIN + + http://www.westpac.com.au/about-westpac/global-locations/westpac-uk/ + WBC SI + WESTPAC BANKING CORPORATION - SYSTEMATIC INTERNALISER + + + + + + + + + ABG SUNDAL COLLIER AB - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XABC + + http://www.abgsc.com + ABG SUNDAL COLLIER AB - SYSTEMATIC INTERNALISER + + + + + + + + + ABG SUNDAL COLLIER ASA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XABG + + http://www.abgsc.com + ABG + ABG SUNDAL COLLIER ASA - SYSTEMATIC INTERNALISER + + + + + + + ATHENS EXCHANGE S.A. DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XADE + + http://www.athexgroup.gr + ATHEXD + ATHENS EXCHANGE S.A. DERIVATIVES MARKET + + + + + + + + FINRA ALTERNATIVE DISPLAY FACILITY (ADF) + QName: fibo-fbc-fct-mkti:Exchange-XADF + + http://www.finra.org + FINRA ALTERNATIVE DISPLAY FACILITY (ADF) + + + + + + + + + ABU DHABI SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XADS + + http://www.adx.ae + ADSM + ABU DHABI SECURITIES EXCHANGE + + + + + + + + ALTERNATIVA FRANCE + QName: fibo-fbc-fct-mkti:Exchange-XAFR + + http://www.alternativa.fr + ALTERNATIVA FRANCE + + + + + + + + AFRICAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XAFX + + http://www.bhumishq.com + AFRICAN STOCK EXCHANGE + + + + + + + AIM ITALIA - MERCATO ALTERNATIVO DEL CAPITALE + QName: fibo-fbc-fct-mkti:Exchange-XAIM + + http://www.borsaitaliana.it + AIM ITALIA - MERCATO ALTERNATIVO DEL CAPITALE + + + + + + + + + ALGIERS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XALG + + ALGIERS STOCK EXCHANGE + + + + + + + + ALTEX-ATS + QName: fibo-fbc-fct-mkti:Exchange-XALT + + http://www.altex-ats.co.uk + ALTEX-ATS + + + + + + + + AMMAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XAMM + + http://www.ase.com.jo + ASE + AMMAN STOCK EXCHANGE + + + + + + + + EURONEXT - EURONEXT AMSTERDAM + QName: fibo-fbc-fct-mkti:Exchange-XAMS + + http://www.euronext.com + EURONEXT - EURONEXT AMSTERDAM + + + + + + + EURONEXT - APA + QName: fibo-fbc-fct-mkti:Exchange-XAPA + + http://www.euronext.com + EURONEXT - APA + + + + + + + + + AUTOMATED EQUITY FINANCE MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XAQS + + http://www.quadriserv.com + AQS + AUTOMATED EQUITY FINANCE MARKETS + + + + + + + + NASDAQ OMX ARMENIA + QName: fibo-fbc-fct-mkti:Exchange-XARM + + http://www.nasdaqomx.com + ARMEX + NASDAQ OMX ARMENIA + + + + + + + NYSE MKT LLC + QName: fibo-fbc-fct-mkti:Exchange-XASE + + http://www.nyse.com + AMEX + NYSE MKT LLC + + + + + + + + + ASX - ALL MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XASX + + http://www.asx.com.au + ASX + ASX - ALL MARKETS + + + + + + + ATHENS EXCHANGE S.A. CASH MARKET + QName: fibo-fbc-fct-mkti:Exchange-XATH + + http://www.athexgroup.gr + ATHEXC + ATHENS EXCHANGE S.A. CASH MARKET + + + + + + + + ATLANTIC SECURITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XATL + + http://www.ise.ie + ISE ASM + ATLANTIC SECURITIES MARKET + + + + + + + + + ALPHA EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XATS + + http://www.alphatradingsystems.ca + ALPHA EXCHANGE + + + + + + + + BAHAMAS INTERNATIONAL SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBAA + + http://www.bisxbahamas.com + BISX + BAHAMAS INTERNATIONAL SECURITIES EXCHANGE + + + + + + + + BARBADOS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBAB + + http://www.bse.com.bb + BSE + BARBADOS STOCK EXCHANGE + + + + + + + + BAHRAIN BOURSE + QName: fibo-fbc-fct-mkti:Exchange-XBAH + + http://www.bahrainbourse.com.bh + BSE + BAHRAIN BOURSE + + + + + + + + BANGALORE STOCK EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-XBAN + + http://www.bgse.co.in + BANGALORE STOCK EXCHANGE LTD + + + + + + + BOLSA DE BARCELONA + QName: fibo-fbc-fct-mkti:Exchange-XBAR + + http://www.borsabcn.es + BOLSA DE BARCELONA + + + + + + + + + JAKARTA FUTURES EXCHANGE (BURSA BERJANGKA JAKARTA) + QName: fibo-fbc-fct-mkti:Exchange-XBBJ + + http://www.bbj-jfx.com + BBJ + JAKARTA FUTURES EXCHANGE (BURSA BERJANGKA JAKARTA) + + + + + + + + PERIMETER FINANCIAL CORP. - BLOCKBOOK ATS + QName: fibo-fbc-fct-mkti:Exchange-XBBK + + http://www.pfin.ca + PERIMETER FINANCIAL CORP. - BLOCKBOOK ATS + + + + + + + + BOLSA DE COMERCIO DE CORDOBA + QName: fibo-fbc-fct-mkti:Exchange-XBCC + + http://www.bolsacba.com.ar + BOLSA DE COMERCIO DE CORDOBA + + + + + + + + LA BOLSA ELECTRONICA DE CHILE + QName: fibo-fbc-fct-mkti:Exchange-XBCL + + http://www.bolchile.cl + BOLCHILE + LA BOLSA ELECTRONICA DE CHILE + + + + + + + + BOLSA DE COMERCIO DE MENDOZA S.A. + QName: fibo-fbc-fct-mkti:Exchange-XBCM + + http://www.bolsamza.com.ar + BOLSA DE COMERCIO DE MENDOZA S.A. + + + + + + + + BOLSA CENTROAMERICANA DE VALORES S.A. + QName: fibo-fbc-fct-mkti:Exchange-XBCV + + http://www.bcv.hn + BCV + BOLSA CENTROAMERICANA DE VALORES S.A. + + + + + + + MERCADO DE VALORES DE MENDOZA S.A. + QName: fibo-fbc-fct-mkti:Exchange-XBCX + + http://www.mervalmza.com.ar + MERCADO DE VALORES DE MENDOZA S.A. + + + + + + + + + BERMUDA STOCK EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-XBDA + + http://www.bsx.com + BSX + BERMUDA STOCK EXCHANGE LTD + + + + + + + + BOLSA DE DIVIDA E VALORES DE ANGOLA (BODIVA) - ANGOLA SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBDV + + http://www.bodiva.ao + BODIVA + BOLSA DE DIVIDA E VALORES DE ANGOLA (BODIVA) - ANGOLA SECURITIES EXCHANGE + + + + + + + + BELGRADE STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBEL + + http://www.belex.rs + BELEX + BELGRADE STOCK EXCHANGE + + + + + + + + BOERSE BERLIN + QName: fibo-fbc-fct-mkti:Exchange-XBER + + http://www.boerse-berlin.de + BOERSE BERLIN + + + + + + + JSE CASH BOND MARKET + QName: fibo-fbc-fct-mkti:Exchange-XBES + + http://www.jse.co.za + BESA + JSE CASH BOND MARKET + + + + + + + + + BOURSE DE BEYROUTH - BEIRUT STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBEY + + http://www.bse.com.lb + BSE + BOURSE DE BEYROUTH - BEIRUT STOCK EXCHANGE + + + + + + + BOLSA DE VALORES DE BILBAO + QName: fibo-fbc-fct-mkti:Exchange-XBIL + + http://www.bolsabilbao.es + BOLSA DE VALORES DE BILBAO + + + + + + + + STOCK EXCHANGE OF THAILAND - FOREIGN BOARD + QName: fibo-fbc-fct-mkti:Exchange-XBKF + + http://www.set.or.th + SET + STOCK EXCHANGE OF THAILAND - FOREIGN BOARD + + + + + + + + + STOCK EXCHANGE OF THAILAND + QName: fibo-fbc-fct-mkti:Exchange-XBKK + + http://www.set.or.th + SET + STOCK EXCHANGE OF THAILAND + + + + + + + + BANJA LUKA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBLB + + http://www.blberza.com + BANJA LUKA STOCK EXCHANGE + + + + + + + EURONEXT BLOCK 2 + QName: fibo-fbc-fct-mkti:Exchange-XBLK + + http://www.euronext.com + EURONEXT BLOCK 2 + + + + + + + + + BLUENEXT + QName: fibo-fbc-fct-mkti:Exchange-XBLN + + http://www.bluenext.eu + BLUENEXT + + + + + + + + BOLSA NACIONAL DE VALORES, S.A. + QName: fibo-fbc-fct-mkti:Exchange-XBNV + + http://www.bolsacr.com + BNV + BOLSA NACIONAL DE VALORES, S.A. + + + + + + + + BOLSA DE VALORES DE COLOMBIA + QName: fibo-fbc-fct-mkti:Exchange-XBOG + + http://www.bvc.com.co + BVC + BOLSA DE VALORES DE COLOMBIA + + + + + + + + BOLSA BOLIVIANA DE VALORES S.A. + QName: fibo-fbc-fct-mkti:Exchange-XBOL + + http://www.bolsa-valores-bolivia.com + BOLSA BOLIVIANA DE VALORES S.A. + + + + + + + + BSE LTD + QName: fibo-fbc-fct-mkti:Exchange-XBOM + + http://www.bseindia.com + MSE + BSE LTD + + + + + + + NASDAQ OMX BX + QName: fibo-fbc-fct-mkti:Exchange-XBOS + + http://www.nasdaqomxtrader.com + BSE + NASDAQ OMX BX + + + + + + + + + BOTSWANA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBOT + + http://www.bse.co.bw + BOTSWANA STOCK EXCHANGE + + + + + + + + BOX OPTIONS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBOX + + http://www.boxoptions.com + BOX + BOX OPTIONS EXCHANGE + + + + + + + + BRATISLAVA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBRA + + http://www.bsse.sk + BSSE + BRATISLAVA STOCK EXCHANGE + + + + + + + EURONEXT - EURONEXT BRUSSELS - DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-XBRD + + http://www.euronext.com + EURONEXT - EURONEXT BRUSSELS - DERIVATIVES + + + + + + + + + ROMANIAN COMMODITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBRM + + http://www.brm.ro + BRM + ROMANIAN COMMODITIES EXCHANGE + + + + + + + + BX SWISS AG + QName: fibo-fbc-fct-mkti:Exchange-XBRN + + http://www.berne-x.com + http://www.bxswiss.com + BX SWISS AG + + + + + + + BRUT ECN + QName: fibo-fbc-fct-mkti:Exchange-XBRT + + http://www.nasdaqtrader.com + BRUT + BRUT ECN + + + + + + + + + EURONEXT - EURONEXT BRUSSELS + QName: fibo-fbc-fct-mkti:Exchange-XBRU + + http://www.euronext.com + EURONEXT - EURONEXT BRUSSELS + + + + + + + + BOURSE REGIONALE DES VALEURS MOBILIERES + QName: fibo-fbc-fct-mkti:Exchange-XBRV + + http://www.brvm.org + BRVM + BOURSE REGIONALE DES VALEURS MOBILIERES + + + + + + + DERIVATIVES REGULATED MARKET - BVB + QName: fibo-fbc-fct-mkti:Exchange-XBSD + + http://www.bvb.ro + REGF + DERIVATIVES REGULATED MARKET - BVB + + + + + + + + + SPOT REGULATED MARKET - BVB + QName: fibo-fbc-fct-mkti:Exchange-XBSE + + http://www.bvb.ro + REGS + SPOT REGULATED MARKET - BVB + + + + + + + SIX SWISS BILATERAL TRADING PLATFORM FOR STRUCTURED OTC PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-XBTR + + http://www.six-swiss-exchange.com + SIX + SIX SWISS BILATERAL TRADING PLATFORM FOR STRUCTURED OTC PRODUCTS + + + + + + + + + BUDAPEST STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBUD + + http://www.bet.hu + BUDAPEST STOCK EXCHANGE + + + + + + + + BOLSA DE COMERCIO DE BUENOS AIRES + QName: fibo-fbc-fct-mkti:Exchange-XBUE + + http://www.bcba.sba.com.ar + BCBA + BOLSA DE COMERCIO DE BUENOS AIRES + + + + + + + + BULGARIAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBUL + + http://www.bse-sofia.bg + BSE + BULGARIAN STOCK EXCHANGE + + + + + + + + CAPE VERDE STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBVC + + http://www.bvc.cv + BVC + CAPE VERDE STOCK EXCHANGE + + + + + + + + MOZAMBIQUE STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XBVM + + BVM + MOZAMBIQUE STOCK EXCHANGE + + + + + + + + BOLSA DE VALORES DE LA REPUBLICA DOMINICANA SA. + QName: fibo-fbc-fct-mkti:Exchange-XBVR + + http://www.bolsard.com + BVRD + BOLSA DE VALORES DE LA REPUBLICA DOMINICANA SA. + + + + + + + NASDAQ OMX BX OPTIONS + QName: fibo-fbc-fct-mkti:Exchange-XBXO + + http://www.nasdaqomxtrader.com + NASDAQ OMX BX OPTIONS + + + + + + + + + EGYPTIAN EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCAI + + http://www.egyptse.com + CASE + EGYPTIAN EXCHANGE + + + + + + + + CALCUTTA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCAL + + http://www.cse-india.com + CALCUTTA STOCK EXCHANGE + + + + + + + CAN-ATS + QName: fibo-fbc-fct-mkti:Exchange-XCAN + + http://www.bvb.ro + CAN-ATS + + + + + + + + + CASABLANCA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCAS + + http://www.casablanca-bourse.com + CASABLANCA STOCK EXCHANGE + + + + + + + + CAYMAN ISLANDS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCAY + + http://www.csx.com.ky + CAYMAN ISLANDS STOCK EXCHANGE + + + + + + + CBOE FUTURES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCBF + + http://www.cfe.cboe.com + CFE + CBOE FUTURES EXCHANGE + + + + + + + + + CBOE GLOBAL MARKETS INC. + QName: fibo-fbc-fct-mkti:Exchange-XCBO + + http://markets.cboe.com/ + CBOE + CBOE GLOBAL MARKETS INC. + + + + + + + + CHICAGO BOARD OF TRADE + QName: fibo-fbc-fct-mkti:Exchange-XCBT + + http://www.cbot.com + CBOT + CHICAGO BOARD OF TRADE + + + + + + + + BAXTER FINANCIAL SERVICES + QName: fibo-fbc-fct-mkti:Exchange-XCDE + + http://www.baxter-fx.com + BAXTER FINANCIAL SERVICES + + + + + + + COMMODITIES EXCHANGE CENTER + QName: fibo-fbc-fct-mkti:Exchange-XCEC + + http://www.nymex.com + COMEX + COMMODITIES EXCHANGE CENTER + + + + + + + + + UZBEK COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCET + + http://www.uzex.com + UZBEK COMMODITY EXCHANGE + + + + + + + + CHINA FOREIGN EXCHANGE TRADE SYSTEM + QName: fibo-fbc-fct-mkti:Exchange-XCFE + + http://www.chinamoney.com.cn + CFETS + CHINA FOREIGN EXCHANGE TRADE SYSTEM + + + + + + + + CANTOR FINANCIAL FUTURES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCFF + + http://www.cantor.com + CANTOR + CANTOR FINANCIAL FUTURES EXCHANGE + + + + + + + + CHINESE GOLD & SILVER EXCHANGE SOCIETY + QName: fibo-fbc-fct-mkti:Exchange-XCGS + + http://www.cgse.com.hk + CHINESE GOLD & SILVER EXCHANGE SOCIETY + + + + + + + + CHITTAGONG STOCK EXCHANGE LTD. + QName: fibo-fbc-fct-mkti:Exchange-XCHG + + http://www.csebd.com + CSE + CHITTAGONG STOCK EXCHANGE LTD. + + + + + + + NYSE CHICAGO, INC. + QName: fibo-fbc-fct-mkti:Exchange-XCHI + + http://www.nyse.com + CHX + NYSE CHICAGO, INC. + + + + + + + + + THE INTERNATIONAL STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCIE + + http://www.tisegroup.com + TISE + THE INTERNATIONAL STOCK EXCHANGE + + + + + + + NYSE NATIONAL, INC. + QName: fibo-fbc-fct-mkti:Exchange-XCIS + + http://www.nyse.com + NSX + NYSE NATIONAL, INC. + + + + + + + + + CHICAGO MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCME + + http://www.cme.com + CME + CHICAGO MERCANTILE EXCHANGE + + + + + + + + BOLSA DE COMERCIO CONFEDERADA S.A. + QName: fibo-fbc-fct-mkti:Exchange-XCNF + + http://www.bolsanor.com + BCC + BOLSA DE COMERCIO CONFEDERADA S.A. + + + + + + + + CANADIAN NATIONAL STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCNQ + + http://www.cnsx.ca + CNSX + CANADIAN NATIONAL STOCK EXCHANGE + + + + + + + + COLOMBO STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCOL + + http://www.cse.lk + COLOMBO STOCK EXCHANGE + + + + + + + + ICMA + QName: fibo-fbc-fct-mkti:Exchange-XCOR + + http://www.icma-group.org + ICMA + + + + + + + + CROATIAN POWER EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCRO + + http://www.cropex.hr + CROPEX + CROATIAN POWER EXCHANGE + + + + + + + + NASDAQ COPENHAGEN A/S + QName: fibo-fbc-fct-mkti:Exchange-XCSE + + http://www.nasdaqomxnordic.com + NASDAQ COPENHAGEN A/S + + + + + + + + CAMBODIA SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCSX + + http://www.csx.com.kh + CSX + CAMBODIA SECURITIES EXCHANGE + + + + + + + + UZBEKISTAN REPUBLICAN CURRENCY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCUE + + UZBEKISTAN REPUBLICAN CURRENCY EXCHANGE + + + + + + + + CURRENEX + QName: fibo-fbc-fct-mkti:Exchange-XCUR + + http://www.currenex.com + CURRENEX + + + + + + + CX2 + QName: fibo-fbc-fct-mkti:Exchange-XCX2 + + http://www.chi-x.com/ca + CX2 + + + + + + + + + NASDAQ CXD + QName: fibo-fbc-fct-mkti:Exchange-XCXD + + http://business.nasdaq.com/trade/canadian-equities/overview + NASDAQ CXD + + + + + + + CYPRUS STOCK EXCHANGE - OTC + QName: fibo-fbc-fct-mkti:Exchange-XCYO + + http://www.cse.com.cy + CYPRUS STOCK EXCHANGE - OTC + + + + + + + + + CYPRUS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XCYS + + http://www.cse.com.cy + CSE + CYPRUS STOCK EXCHANGE + + + + + + + + DAR ES SALAAM STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XDAR + + http://www.darstockexchange.com + DAR ES SALAAM STOCK EXCHANGE + + + + + + + DEUTSCHE BOERSE AG - CUSTOMIZED INDICES + QName: fibo-fbc-fct-mkti:Exchange-XDBC + + http://www.deutsche-boerse.com + DEUTSCHE BOERSE AG - CUSTOMIZED INDICES + + + + + + + + DEUTSCHE BOERSE AG - VOLATILITY INDICES + QName: fibo-fbc-fct-mkti:Exchange-XDBV + + http://www.deutsche-boerse.com + DEUTSCHE BOERSE AG - VOLATILITY INDICES + + + + + + + + DEUTSCHE BOERSE AG - INDICES + QName: fibo-fbc-fct-mkti:Exchange-XDBX + + http://www.deutsche-boerse.com + DEUTSCHE BOERSE AG - INDICES + + + + + + + + + DALIAN COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XDCE + + http://www.dce.com.cn + DCE + DALIAN COMMODITY EXCHANGE + + + + + + + + DELHI STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XDES + + DELHI STOCK EXCHANGE + + + + + + + + JOINT-STOCK COMPANY STOCK EXCHANGE INNEX + QName: fibo-fbc-fct-mkti:Exchange-XDFB + + JOINT-STOCK COMPANY STOCK EXCHANGE INNEX + + + + + + + + DUBAI FINANCIAL MARKET + QName: fibo-fbc-fct-mkti:Exchange-XDFM + + http://www.dfm.co.ae + DFM + DUBAI FINANCIAL MARKET + + + + + + + + DHAKA STOCK EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-XDHA + + http://www.dsebd.org + DSE + DHAKA STOCK EXCHANGE LTD + + + + + + + ITALIAN DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XDMI + + http://www.borsaitaliana.it + IDEM + ITALIAN DERIVATIVES MARKET + + + + + + + + + + DNB BANK ASA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XDNB + + http://www.dnb.no + DNB BANK ASA - SYSTEMATIC INTERNALISER + + + + + + + + CADE - MERCADO DE DEUDA PUBLICA ANOTADA + QName: fibo-fbc-fct-mkti:Exchange-XDPA + + CADE - MERCADO DE DEUDA PUBLICA ANOTADA + + + + + + + AIAF - MERCADO DE RENTA FIJA + QName: fibo-fbc-fct-mkti:Exchange-XDRF + + http://www.aiaf.es + AIAF - MERCADO DE RENTA FIJA + + + + + + + + + DAMASCUS SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XDSE + + http://www.dse.sy + DAMASCUS SECURITIES EXCHANGE + + + + + + + BORSA ISTANBUL - DEBT SECURITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XDSM + + http://www.borsaistanbul.com + BORSA ISTANBUL - DEBT SECURITIES MARKET + + + + + + + + + DOUALA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XDSX + + http://www.douala-stock-exchange.com + DOUALA STOCK EXCHANGE + + + + + + + + IRISH STOCK EXCHANGE - ALL MARKET + QName: fibo-fbc-fct-mkti:Exchange-XDUB + + http://www.ise.ie + ISE + IRISH STOCK EXCHANGE - ALL MARKET + + + + + + + + BOERSE DUESSELDORF + QName: fibo-fbc-fct-mkti:Exchange-XDUS + + http://www.boerse-duesseldorf.de + BOERSE DUESSELDORF + + + + + + + + ENERGY BROKING IRELAND GAS TRADING PLATFORM + QName: fibo-fbc-fct-mkti:Exchange-XEBI + + http://www.ebi.ie + EBI + ENERGY BROKING IRELAND GAS TRADING PLATFORM + + + + + + + + ECB EXCHANGE RATES + QName: fibo-fbc-fct-mkti:Exchange-XECB + + http://www.ecb.europa.eu + ECB EXCHANGE RATES + + + + + + + + EUROPEAN COMMODITY CLEARING AG + QName: fibo-fbc-fct-mkti:Exchange-XECC + + http://www.ecc.de + ECC + EUROPEAN COMMODITY CLEARING AG + + + + + + + MTF - CYPRUS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XECM + + http://www.cse.com.cy/en/default.asp + MTF - CYPRUS EXCHANGE + + + + + + + + + EASTERN CARIBBEAN SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XECS + + http://www.ecseonline.com + ECSE + EASTERN CARIBBEAN SECURITIES EXCHANGE + + + + + + + ELECTRICITY DAY-AHEAD MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEDA + + http://www.epias.com.tr + EXIST + ELECTRICITY DAY-AHEAD MARKET + + + + + + + + + EUROPEAN ENERGY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XEEE + + http://www.eex.com + EEX + EUROPEAN ENERGY EXCHANGE + + + + + + + EUROPEAN ENERGY EXCHANGE - NON-MTF MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEEO + + http://www.eex.com + EEX + EUROPEAN ENERGY EXCHANGE - NON-MTF MARKET + + + + + + + + EUROPEAN ENERGY EXCHANGE - REGULATED MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEER + + http://www.eex.com + EEX + EUROPEAN ENERGY EXCHANGE - REGULATED MARKET + + + + + + + + EUREX REPO - HQLA MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEHQ + + http://www.eurexrepo.com + EUREX REPO - HQLA MARKET + + + + + + + + ELECTRICITY INTRA-DAY MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEID + + http://www.epias.com.tr + EXIST + ELECTRICITY INTRA-DAY MARKET + + + + + + + + + ELX + QName: fibo-fbc-fct-mkti:Exchange-XELX + + http://www.elxfutures.com + ELX + + + + + + + + MERCADO MEXICANO DE DERIVADOS + QName: fibo-fbc-fct-mkti:Exchange-XEMD + + http://www.mexder.com.mx + MEXDER + MERCADO MEXICANO DE DERIVADOS + + + + + + + + EMS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XEMS + + http://www.vanlanschot.nl + EMS EXCHANGE + + + + + + + BOERSE BERLIN EQUIDUCT TRADING + QName: fibo-fbc-fct-mkti:Exchange-XEQT + + http://www.equiduct-trading.de + BOERSE BERLIN EQUIDUCT TRADING + + + + + + + + BORSA ISTANBUL - EQUITY MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEQY + + http://www.borsaistanbul.com + BORSA ISTANBUL - EQUITY MARKET + + + + + + + + EUREX REPO - FUNDING AND FINANCING PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-XERE + + http://www.eurexrepo.com + EUREX REPO - FUNDING AND FINANCING PRODUCTS + + + + + + + + EUREX REPO - TRIPARTY + QName: fibo-fbc-fct-mkti:Exchange-XERT + + http://www.eurexrepo.com + EUREX REPO - TRIPARTY + + + + + + + + EURONEXT GROWTH DUBLIN + QName: fibo-fbc-fct-mkti:Exchange-XESM + + http://www.ise.ie + EURONEXT GROWTH DUBLIN + + + + + + + + XETRA - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-XETA + + http://www.deutsche-boerse.com + XETRA + XETRA - REGULIERTER MARKT + + + + + + + + XETRA - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-XETB + + http://www.deutsche-boerse.com + XETRA + XETRA - FREIVERKEHR + + + + + + + + EURONEXT ETF ACCESS + QName: fibo-fbc-fct-mkti:Exchange-XETF + + http://www.euronext.com + EURONEXT ETF ACCESS + + + + + + + + + XETRA + QName: fibo-fbc-fct-mkti:Exchange-XETR + + http://www.deutsche-boerse.com + XETRA + XETRA + + + + + + + XETRA - SCALE + QName: fibo-fbc-fct-mkti:Exchange-XETS + + http://www.deutsche-boerse.com + XETRA - SCALE + + + + + + + + XETRA - REGULIERTERMARKT - OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-XETU + + http://www.deutsche-boerse.com + XETRA - REGULIERTERMARKT - OFF-BOOK + + + + + + + + XETRA - FREIVERKEHR- OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-XETV + + http://www.deutsche-boerse.com + XETRA - FREIVERKEHR- OFF-BOOK + + + + + + + + XETRA - SCALE - OFF-BOOK + QName: fibo-fbc-fct-mkti:Exchange-XETW + + http://www.deutsche-boerse.com + XETRA - SCALE - OFF-BOOK + + + + + + + + EUREX BONDS + QName: fibo-fbc-fct-mkti:Exchange-XEUB + + http://www.eurex-bonds.com + EUREX BONDS + + + + + + + + EURONEXT COM, COMMODITIES FUTURES AND OPTIONS + QName: fibo-fbc-fct-mkti:Exchange-XEUC + + http://www.euronext.com + EURONEXT COM, COMMODITIES FUTURES AND OPTIONS + + + + + + + + EURONEXT EQF, EQUITIES AND INDICES DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-XEUE + + http://www.euronext.com + EURONEXT EQF, EQUITIES AND INDICES DERIVATIVES + + + + + + + + EURONEXT IRF, INTEREST RATE FUTURE AND OPTIONS + QName: fibo-fbc-fct-mkti:Exchange-XEUI + + http://www.euronext.com + EURONEXT IRF, INTEREST RATE FUTURE AND OPTIONS + + + + + + + + EUREX REPO SECLEND MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEUM + + http://www.eurexrepo.com + EUREX REPO SECLEND MARKET + + + + + + + + + EUREX REPO GMBH + QName: fibo-fbc-fct-mkti:Exchange-XEUP + + http://www.eurexrepo.com + EUREX REPO GMBH + + + + + + + + EUREX DEUTSCHLAND + QName: fibo-fbc-fct-mkti:Exchange-XEUR + + http://www.eurexchange.com + EUREX DEUTSCHLAND + + + + + + + IRISH STOCK EXCHANGE - GLOBAL EXCHANGE MARKET + QName: fibo-fbc-fct-mkti:Exchange-XEYE + + http://www.ise.ie + ISE GEM + IRISH STOCK EXCHANGE - GLOBAL EXCHANGE MARKET + + + + + + + + FINANCIALCONTENT - INDEXES + QName: fibo-fbc-fct-mkti:Exchange-XFCI + + http://www.financialcontent.com + FINANCIALCONTENT - INDEXES + + + + + + + + FINANCIALCONTENT - DIGITAL ASSET TRADE REPORTING FACILITY + QName: fibo-fbc-fct-mkti:Exchange-XFDA + + http://www.financialcontent.com + FINANCIALCONTENT - DIGITAL ASSET TRADE REPORTING FACILITY + + + + + + + + + FINANCIAL AND ENERGY EXCHANGE GROUP + QName: fibo-fbc-fct-mkti:Exchange-XFEX + + http://www.fex.com.au + FEX + FINANCIAL AND ENERGY EXCHANGE GROUP + + + + + + + + FUKUOKA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XFKA + + http://www.fse.or.jp + FUKUOKA STOCK EXCHANGE + + + + + + + BORSA ISTANBUL - FUTURES AND OPTIONS MARKET + QName: fibo-fbc-fct-mkti:Exchange-XFNO + + http://www.borsaistanbul.com + BORSA ISTANBUL - FUTURES AND OPTIONS MARKET + + + + + + + + + DEUTSCHE BOERSE AG + QName: fibo-fbc-fct-mkti:Exchange-XFRA + + http://www.deutsche-boerse.com + DEUTSCHE BOERSE AG + + + + + + + + CENTRAL EASTERN EUROPEAN GAS EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-XGAS + + http://www.ceegex.com + CENTRAL EASTERN EUROPEAN GAS EXCHANGE LTD + + + + + + + TRADEGATE EXCHANGE - FREIVERKEHR + QName: fibo-fbc-fct-mkti:Exchange-XGAT + + http://www.tradegate-ag.de + TGAG + TRADEGATE EXCHANGE - FREIVERKEHR + + + + + + + + + GLOBAL COAL LIMITED + QName: fibo-fbc-fct-mkti:Exchange-XGCL + + http://www.globalcoal.com + GLOBALCOAL + GLOBAL COAL LIMITED + + + + + + + GLOBAL COMMODITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XGCX + + http://www.gmex-group.com + GCX + GLOBAL COMMODITIES EXCHANGE + + + + + + + + GLOBAL DERIVATIVES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XGDX + + http://www.gmex-group.com + GDX + GLOBAL DERIVATIVES EXCHANGE + + + + + + + + HONG KONG GROWTH ENTERPRISES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XGEM + + http://www.hkgem.com + HK GEM + HONG KONG GROWTH ENTERPRISES MARKET + + + + + + + + + GHANA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XGHA + + http://www.gse.com.gh + GHANA STOCK EXCHANGE + + + + + + + + GESTORE MERCATO ELETTRICO - ITALIAN POWER EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XGME + + http://www.mercatoelettrico.org + IPEX/GME + GESTORE MERCATO ELETTRICO - ITALIAN POWER EXCHANGE + + + + + + + + GLOBALCLEAR MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XGMX + + http://www.gmegroup.us + GMX + GLOBALCLEAR MERCANTILE EXCHANGE + + + + + + + TRADEGATE EXCHANGE - REGULIERTER MARKT + QName: fibo-fbc-fct-mkti:Exchange-XGRM + + http://www.tradegate-ag.de + TGAG + TRADEGATE EXCHANGE - REGULIERTER MARKT + + + + + + + + + GEORGIA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XGSE + + http://www.gse.ge + GSE + GEORGIA STOCK EXCHANGE + + + + + + + GLOBAL SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XGSX + + http://www.gmex-group.com + GSX + GLOBAL SECURITIES EXCHANGE + + + + + + + + + BOLSA DE VALORES NACIONAL SA + QName: fibo-fbc-fct-mkti:Exchange-XGTG + + http://www.bvnsa.com.gt + BOLSA DE VALORES NACIONAL SA + + + + + + + + BOLSA DE VALORES DE GUAYAQUIL + QName: fibo-fbc-fct-mkti:Exchange-XGUA + + http://www.mundobvg.com + BOLSA DE VALORES DE GUAYAQUIL + + + + + + + + HANSEATISCHE WERTPAPIERBOERSE HAMBURG + QName: fibo-fbc-fct-mkti:Exchange-XHAM + + http://www.boersenag.de + HANSEATISCHE WERTPAPIERBOERSE HAMBURG + + + + + + + + NIEDERSAECHSISCHE BOERSE ZU HANNOVER + QName: fibo-fbc-fct-mkti:Exchange-XHAN + + http://www.boersenag.de + NIEDERSAECHSISCHE BOERSE ZU HANNOVER + + + + + + + + NASDAQ HELSINKI LTD + QName: fibo-fbc-fct-mkti:Exchange-XHEL + + http://www.nasdaqomxnordic.com + NASDAQ HELSINKI LTD + + + + + + + + HONG KONG FUTURES EXCHANGE LTD. + QName: fibo-fbc-fct-mkti:Exchange-XHKF + + http://www.hkex.com.hk + HKFE + HONG KONG FUTURES EXCHANGE LTD. + + + + + + + + HONG KONG EXCHANGES AND CLEARING LTD + QName: fibo-fbc-fct-mkti:Exchange-XHKG + + http://www.hkex.com.hk + HKEX + HONG KONG EXCHANGES AND CLEARING LTD + + + + + + + HANOI STOCK EXCHANGE - DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-XHNF + + http://www.hnx.vn + HANOI STOCK EXCHANGE - DERIVATIVES + + + + + + + + HANOI STOCK EXCHANGE (UNLISTED PUBLIC COMPANY TRADING PLATFORM) + QName: fibo-fbc-fct-mkti:Exchange-XHNX + + http://www.hnx.vn + UPCOM + HANOI STOCK EXCHANGE (UNLISTED PUBLIC COMPANY TRADING PLATFORM) + + + + + + + + + BAKU INTERBANK CURRENCY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XIBE + + http://www.bbvb.org + BAKU INTERBANK CURRENCY EXCHANGE + + + + + + + + SIX CORPORATE BONDS AG + QName: fibo-fbc-fct-mkti:Exchange-XICB + + http://www.six-swiss-exchange.com + SIX + SIX CORPORATE BONDS AG + + + + + + + + NASDAQ ICELAND HF. + QName: fibo-fbc-fct-mkti:Exchange-XICE + + http://www.nasdaqomxnordic.com + ICEX + NASDAQ ICELAND HF. + + + + + + + + INSTINET CANADA CROSS + QName: fibo-fbc-fct-mkti:Exchange-XICX + + http://www.instinet.com + INSTINET CANADA CROSS + + + + + + + + INDONESIA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XIDX + + http://www.idx.co.id + IDX + INDONESIA STOCK EXCHANGE + + + + + + + + INSTINET EUROPE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-XIEL + + http://www.instinet.com + INSTINET EUROPE LIMITED + + + + + + + + INSTINET PACIFIC LTD + QName: fibo-fbc-fct-mkti:Exchange-XIHK + + http://www.instinet.com + INSTINET PACIFIC LTD + + + + + + + + INTERNATIONAL MARTIME EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XIMA + + http://www.imarex.com + IMAREX + INTERNATIONAL MARTIME EXCHANGE + + + + + + + + MULTI COMMODITY EXCHANGE OF INDIA LTD. + QName: fibo-fbc-fct-mkti:Exchange-XIMC + + http://www.mcxindia.com + MCX + MULTI COMMODITY EXCHANGE OF INDIA LTD. + + + + + + + INTERNATIONAL MONETARY MARKET + QName: fibo-fbc-fct-mkti:Exchange-XIMM + + http://www.cme.com + INTERNATIONAL MONETARY MARKET + + + + + + + + SHANGHAI INTERNATIONAL ENERGY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XINE + + http://www.ine.cn + INE + SHANGHAI INTERNATIONAL ENERGY EXCHANGE + + + + + + + + + INSTINET + QName: fibo-fbc-fct-mkti:Exchange-XINS + + http://www.instinet.com + INSTINET + + + + + + + + INVESTRO + QName: fibo-fbc-fct-mkti:Exchange-XINV + + http://www.investro.de + INVESTRO + + + + + + + INDEX AND OPTIONS MARKET + QName: fibo-fbc-fct-mkti:Exchange-XIOM + + http://www.cme.com + IOM + INDEX AND OPTIONS MARKET + + + + + + + + HELEX ELECTRONIC BOOK BUILDING + QName: fibo-fbc-fct-mkti:Exchange-XIPO + + http://www.ase.gr + EBB + HELEX ELECTRONIC BOOK BUILDING + + + + + + + + + IRAQ STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XIQS + + http://www.isx-iq.net + ISX + IRAQ STOCK EXCHANGE + + + + + + + INTERNATIONAL SECURITIES EXCHANGE, LLC - ALTERNATIVE MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XISA + + http://www.ise.com + ISE + INTERNATIONAL SECURITIES EXCHANGE, LLC - ALTERNATIVE MARKETS + + + + + + + + INTERNATIONAL SECURITIES EXCHANGE, LLC - EQUITIES + QName: fibo-fbc-fct-mkti:Exchange-XISE + + http://www.ise.com + ISE + INTERNATIONAL SECURITIES EXCHANGE, LLC - EQUITIES + + + + + + + + + BORSA ISTANBUL + QName: fibo-fbc-fct-mkti:Exchange-XIST + + http://www.borsaistanbul.com + BORSA ISTANBUL + + + + + + + + INTERNATIONAL SECURITIES EXCHANGE, LLC + QName: fibo-fbc-fct-mkti:Exchange-XISX + + http://www.ise.com + ISE + INTERNATIONAL SECURITIES EXCHANGE, LLC + + + + + + + + JAMAICA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XJAM + + http://www.jamstockex.com + JAMAICA STOCK EXCHANGE + + + + + + + TOKYO STOCK EXCHANGE JASDAQ + QName: fibo-fbc-fct-mkti:Exchange-XJAS + + http://www.jpx.co.jp + JASDAQ + TOKYO STOCK EXCHANGE JASDAQ + + + + + + + + + JAKARTA NEGOTIATED BOARD + QName: fibo-fbc-fct-mkti:Exchange-XJNB + + JAKARTA NEGOTIATED BOARD + + + + + + + + JAPAN EXCHANGE GROUP + QName: fibo-fbc-fct-mkti:Exchange-XJPX + + http://www.jpx.co.jp + JPX + JAPAN EXCHANGE GROUP + + + + + + + + JOHANNESBURG STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XJSE + + http://www.jse.co.za + JSE + JOHANNESBURG STOCK EXCHANGE + + + + + + + + OSAKA DOJIMA COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKAC + + http://www.ode.or.jp + ODE + OSAKA DOJIMA COMMODITY EXCHANGE + + + + + + + + THE PAKISTAN STOCK EXCHANGE LIMITED + QName: fibo-fbc-fct-mkti:Exchange-XKAR + + http://www.psx.com.pk + PSX + THE PAKISTAN STOCK EXCHANGE LIMITED + + + + + + + + KAZAKHSTAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKAZ + + http://www.kase.kz + KAZE + KAZAKHSTAN STOCK EXCHANGE + + + + + + + KANSAS CITY BOARD OF TRADE + QName: fibo-fbc-fct-mkti:Exchange-XKBT + + http://www.kcbt.com + KCBT + KANSAS CITY BOARD OF TRADE + + + + + + + + + KHOREZM INTERREGION COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKCE + + KHOREZM INTERREGION COMMODITY EXCHANGE + + + + + + + KOREA EXCHANGE COMMODITY MARKET + QName: fibo-fbc-fct-mkti:Exchange-XKCM + + http://kcm.krx.co.kr + KOREA EXCHANGE COMMODITY MARKET + + + + + + + + KOREA EXCHANGE EMISSIONS MARKET + QName: fibo-fbc-fct-mkti:Exchange-XKEM + + http://kcm.krx.co.kr + KOREA EXCHANGE EMISSIONS MARKET + + + + + + + + + KOREA FREEBOARD MARKET + QName: fibo-fbc-fct-mkti:Exchange-XKFB + + http://www.ksda.or.kr/english/invest/otc_overview.cfm + KOREA FREEBOARD MARKET + + + + + + + KOREA EXCHANGE (FUTURES MARKET) + QName: fibo-fbc-fct-mkti:Exchange-XKFE + + http://eng.krx.co.kr + KRX FM + KOREA EXCHANGE (FUTURES MARKET) + + + + + + + + + KHARTOUM STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKHA + + http://www.kse.com.sd + KSE + KHARTOUM STOCK EXCHANGE + + + + + + + + KHARKOV COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKHR + + http://www.xtb.com.ua + KHARKOV COMMODITY EXCHANGE + + + + + + + + KIEV UNIVERSAL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKIE + + http://www.kue.kiev.ua + KIEV UNIVERSAL EXCHANGE + + + + + + + + KIEV INTERNATIONAL STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKIS + + http://www.kise-ua.com + KISE + KIEV INTERNATIONAL STOCK EXCHANGE + + + + + + + + BURSA MALAYSIA + QName: fibo-fbc-fct-mkti:Exchange-XKLS + + http://www.bursamalaysia.com + BURSA MALAYSIA + + + + + + + KOREA NEW EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKON + + KONEX + KOREA NEW EXCHANGE + + + + + + + + KOREA EXCHANGE (KOSDAQ) + QName: fibo-fbc-fct-mkti:Exchange-XKOS + + http://eng.krx.co.kr + KOSDAQ + KOREA EXCHANGE (KOSDAQ) + + + + + + + + + KOREA EXCHANGE (STOCK MARKET) + QName: fibo-fbc-fct-mkti:Exchange-XKRX + + http://eng.krx.co.kr + KRX SM + KOREA EXCHANGE (STOCK MARKET) + + + + + + + + KYRGYZ STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKSE + + http://www.kse.kg + KSE + KYRGYZ STOCK EXCHANGE + + + + + + + + KUWAIT STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XKUW + + http://www.kuwaitse.com + KUWAIT STOCK EXCHANGE + + + + + + + + LAO SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XLAO + + http://www.lsx.com.la + LSX + LAO SECURITIES EXCHANGE + + + + + + + LATIBEX + QName: fibo-fbc-fct-mkti:Exchange-XLAT + + http://www.latibex.com + LATIBEX + + + + + + + + + LONDON BULLION MARKET + QName: fibo-fbc-fct-mkti:Exchange-XLBM + + http://www.lbma.org.uk + LONDON BULLION MARKET + + + + + + + + LCH.CLEARNET LTD + QName: fibo-fbc-fct-mkti:Exchange-XLCH + + http://www.lchclearnet.com + LCH.CLEARNET LTD + + + + + + + + EURONEXT - EURONEXT LONDON + QName: fibo-fbc-fct-mkti:Exchange-XLDN + + http://www.euronext.com + EURONEXT - EURONEXT LONDON + + + + + + + LONDON DERIVATIVES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XLDX + + http://www.gmex-group.com + LDX + LONDON DERIVATIVES EXCHANGE + + + + + + + + + LABUAN INTERNATIONAL FINANCIAL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XLFX + + http://lfxsys.lfx.com.my + LFX + LABUAN INTERNATIONAL FINANCIAL EXCHANGE + + + + + + + + + LGT BANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XLGT + + http://ww.lgt.com + BILV + LGT BANK AG - SYSTEMATIC INTERNALISER + + + + + + + + BOLSA DE VALORES DE LIMA + QName: fibo-fbc-fct-mkti:Exchange-XLIM + + http://www.bvl.com.pe + BVL + BOLSA DE VALORES DE LIMA + + + + + + + + EURONEXT - EURONEXT LISBON + QName: fibo-fbc-fct-mkti:Exchange-XLIS + + http://www.euronext.com + EURONEXT - EURONEXT LISBON + + + + + + + + AB NASDAQ VILNIUS + QName: fibo-fbc-fct-mkti:Exchange-XLIT + + http://www.nasdaqbaltic.com + AB NASDAQ VILNIUS + + + + + + + SI ENTER + QName: fibo-fbc-fct-mkti:Exchange-XLJM + + http://www.ljse.si + SI ENTER + + + + + + + + + LJUBLJANA STOCK EXCHANGE (OFFICIAL MARKET) + QName: fibo-fbc-fct-mkti:Exchange-XLJU + + http://www.ljse.si + LJUBLJANA STOCK EXCHANGE (OFFICIAL MARKET) + + + + + + + + + LIECHTENSTEINISCHE LANDESBANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XLLB + + http://www.llb.li + LIECHTENSTEINISCHE LANDESBANK AG - SYSTEMATIC INTERNALISER + + + + + + + + LONDON METAL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XLME + + http://www.lme.co.uk + LME + LONDON METAL EXCHANGE + + + + + + + LONDON STOCK EXCHANGE - DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XLOD + + http://www.londonstockexchange.com + LSE + LONDON STOCK EXCHANGE - DERIVATIVES MARKET + + + + + + + + LONDON STOCK EXCHANGE - MTF + QName: fibo-fbc-fct-mkti:Exchange-XLOM + + http://www.londonstockexchange.com + LSE + LONDON STOCK EXCHANGE - MTF + + + + + + + + + LONDON STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XLON + + http://www.londonstockexchange.com + LSE + LONDON STOCK EXCHANGE + + + + + + + + LIBYAN STOCK MARKET + QName: fibo-fbc-fct-mkti:Exchange-XLSM + + http://www.lsm.gov.ly + LIBYAN STOCK MARKET + + + + + + + + LUSAKA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XLUS + + http://www.luse.co.zm + LUSAKA STOCK EXCHANGE + + + + + + + + LUXEMBOURG STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XLUX + + http://www.bourse.lu + LUXEMBOURG STOCK EXCHANGE + + + + + + + + MERCADO ABIERTO ELECTRONICO S.A. + QName: fibo-fbc-fct-mkti:Exchange-XMAB + + http://www.mae.com.ar + MAE + MERCADO ABIERTO ELECTRONICO S.A. + + + + + + + BOLSA DE MADRID + QName: fibo-fbc-fct-mkti:Exchange-XMAD + + http://www.bolsamadrid.es + BOLSA DE MADRID + + + + + + + + + MACEDONIAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMAE + + http://www.mse.org.mk + MACEDONIAN STOCK EXCHANGE + + + + + + + MARKET FOR ALTERNATIVE INVESTMENT + QName: fibo-fbc-fct-mkti:Exchange-XMAI + + http://www.set.or.th + MARKET FOR ALTERNATIVE INVESTMENT + + + + + + + + + MALTA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMAL + + http://www.borzamalta.com.mt + MSE + MALTA STOCK EXCHANGE + + + + + + + + BOLSA DE VALORES DE NICARAGUA + QName: fibo-fbc-fct-mkti:Exchange-XMAN + + http://www.bolsanic.com + BOLSA DE VALORES DE NICARAGUA + + + + + + + EURONEXT PARIS MATIF + QName: fibo-fbc-fct-mkti:Exchange-XMAT + + http://www.euronext.com + EURONEXT PARIS MATIF + + + + + + + + + STOCK EXCHANGE OF MAURITIUS LTD + QName: fibo-fbc-fct-mkti:Exchange-XMAU + + http://www.stockexchangeofmauritius.com + STOCK EXCHANGE OF MAURITIUS LTD + + + + + + + + MARCHE INTERBANCAIRE DES DEVISES M.I.D. + QName: fibo-fbc-fct-mkti:Exchange-XMDG + + MARCHE INTERBANCAIRE DES DEVISES M.I.D. + + + + + + + + MADRAS STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMDS + + MADRAS STOCK EXCHANGE + + + + + + + + MERCHANTS' EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMER + + ME + MERCHANTS' EXCHANGE + + + + + + + MERCADO DE VALORES DE BUENOS AIRES S.A. + QName: fibo-fbc-fct-mkti:Exchange-XMEV + + http://www.merval.sba.com.ar + MERVAL + MERCADO DE VALORES DE BUENOS AIRES S.A. + + + + + + + + + BOLSA MEXICANA DE VALORES (MEXICAN STOCK EXCHANGE) + QName: fibo-fbc-fct-mkti:Exchange-XMEX + + http://www.bmv.com.mx + BOLSA MEXICANA DE VALORES (MEXICAN STOCK EXCHANGE) + + + + + + + + MINNEAPOLIS GRAIN EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMGE + + http://www.mgex.com + MGE + MINNEAPOLIS GRAIN EXCHANGE + + + + + + + + BORSA ITALIANA S.P.A. + QName: fibo-fbc-fct-mkti:Exchange-XMIL + + http://www.borsaitaliana.it + BORSA ITALIANA S.P.A. + + + + + + + MIAMI INTERNATIONAL SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMIO + + http://www.miaxoptions.com + XMIO + MIAMI INTERNATIONAL SECURITIES EXCHANGE + + + + + + + + EURONEXT ACCESS PARIS + QName: fibo-fbc-fct-mkti:Exchange-XMLI + + http://www.euronext.com + EURONEXT ACCESS PARIS + + + + + + + + + BOLSA DE VALORES DE MONTEVIDEO + QName: fibo-fbc-fct-mkti:Exchange-XMNT + + http://www.bvm.com.uy + BVMT + BOLSA DE VALORES DE MONTEVIDEO + + + + + + + + MONTENEGRO STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMNX + + http://www.montenegroberza.com + MONTENEGRO STOCK EXCHANGE + + + + + + + + MONTREAL CLIMATE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMOC + + http://www.m-x.ca + MONTREAL CLIMATE EXCHANGE + + + + + + + + THE MONTREAL EXCHANGE / BOURSE DE MONTREAL + QName: fibo-fbc-fct-mkti:Exchange-XMOD + + http://www.m-x.ca + CDE + THE MONTREAL EXCHANGE / BOURSE DE MONTREAL + + + + + + + + MOLDOVA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMOL + + http://www.moldse.md + MOLDOVA STOCK EXCHANGE + + + + + + + EURONEXT PARIS MONEP + QName: fibo-fbc-fct-mkti:Exchange-XMON + + http://www.euronext.com + EURONEXT PARIS MONEP + + + + + + + + + MOSCOW STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMOS + + http://www.mse.ru + MSE + MOSCOW STOCK EXCHANGE + + + + + + + EXTRAMOT + QName: fibo-fbc-fct-mkti:Exchange-XMOT + + http://www.borsaitaliana.it + EXTRAMOT + + + + + + + + MEFF POWER DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-XMPW + + http://www.meff.com + MEPD + MEFF POWER DERIVATIVES + + + + + + + + MEFF FINANCIAL DERIVATIVES + QName: fibo-fbc-fct-mkti:Exchange-XMRV + + http://www.meff.com + MEFF + MEFF FINANCIAL DERIVATIVES + + + + + + + + EURONEXT DUBLIN + QName: fibo-fbc-fct-mkti:Exchange-XMSM + + http://www.ise.ie + EURONEXT DUBLIN + + + + + + + + + MALAWI STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XMSW + + http://www.mse.co.mw + MALAWI STOCK EXCHANGE + + + + + + + + MERCADO A TERMINO DE BUENOS AIRES S.A. + QName: fibo-fbc-fct-mkti:Exchange-XMTB + + http://www.matba.com.ar + MATBA + MERCADO A TERMINO DE BUENOS AIRES S.A. + + + + + + + + EUROMTS LTD + QName: fibo-fbc-fct-mkti:Exchange-XMTS + + http://www.mtsmarkets.com + EUROMTS LTD + + + + + + + + BOERSE MUENCHEN + QName: fibo-fbc-fct-mkti:Exchange-XMUN + + http://www.boerse-muenchen.de + BOERSE MUENCHEN + + + + + + + + MUSCAT SECURITIES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XMUS + + http://www.msm.gov.om + MSM + MUSCAT SECURITIES MARKET + + + + + + + MERCADO DE VALORES DEL LITORAL S.A. + QName: fibo-fbc-fct-mkti:Exchange-XMVL + + http://www.mvl.com.ar + MERCADO DE VALORES DEL LITORAL S.A. + + + + + + + + + SISTEMA ESPANOL DE NEGOCIACION DE ACTIVOS FINANCIEROS + QName: fibo-fbc-fct-mkti:Exchange-XNAF + + http://www.senaf.net + SENAF + SISTEMA ESPANOL DE NEGOCIACION DE ACTIVOS FINANCIEROS + + + + + + + + NAIROBI STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNAI + + http://www.nse.co.ke + NAIROBI STOCK EXCHANGE + + + + + + + + NAMIBIAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNAM + + http://www.nsx.com.na + NAMIBIAN STOCK EXCHANGE + + + + + + + + NASDAQ - ALL MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XNAS + + http://www.nasdaq.com + NASDAQ + NASDAQ - ALL MARKETS + + + + + + + + NATIONAL COMMODITY & DERIVATIVES EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-XNCD + + http://www.ncdex.com + NCDEX + NATIONAL COMMODITY & DERIVATIVES EXCHANGE LTD + + + + + + + NASDAQ CAPITAL MARKET + QName: fibo-fbc-fct-mkti:Exchange-XNCM + + http://www.nasdaq.com + NASDAQ CAPITAL MARKET + + + + + + + + WARSAW STOCK EXCHANGE/ EQUITIES/NEW CONNECT-MTF + QName: fibo-fbc-fct-mkti:Exchange-XNCO + + http://www.newconnect.pl + WARSAW STOCK EXCHANGE/ EQUITIES/NEW CONNECT-MTF + + + + + + + + NASDAQ OPTIONS MARKET + QName: fibo-fbc-fct-mkti:Exchange-XNDQ + + http://www.nasdaq.com + NASDAQ OPTIONS MARKET + + + + + + + + + PJSC NATIONAL DEPOSITORY OF UKRAINE + QName: fibo-fbc-fct-mkti:Exchange-XNDU + + http://www.csd.ua + PJSC NDU + PJSC NATIONAL DEPOSITORY OF UKRAINE + + + + + + + NORDIC DERIVATIVES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNDX + + http://www.ndx.se + NDX + NORDIC DERIVATIVES EXCHANGE + + + + + + + + + NATIONAL STOCK EXCHANGE OF AUSTRALIA LIMITED + QName: fibo-fbc-fct-mkti:Exchange-XNEC + + http://www.nsxa.com.au + NSXA + NATIONAL STOCK EXCHANGE OF AUSTRALIA LIMITED + + + + + + + + NEPAL STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNEP + + http://www.nepalstock.com + NEPAL STOCK EXCHANGE + + + + + + + NASDAQ FIXED INCOME TRADING + QName: fibo-fbc-fct-mkti:Exchange-XNFI + + http://www.nasdaq.com + NASDAQ FIXED INCOME TRADING + + + + + + + + + NORDIC GROWTH MARKET + QName: fibo-fbc-fct-mkti:Exchange-XNGM + + http://www.ngm.se + NGM + NORDIC GROWTH MARKET + + + + + + + + NAGOYA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNGO + + http://www.nse.or.jp + NSE + NAGOYA STOCK EXCHANGE + + + + + + + NASDAQ/NGS (GLOBAL SELECT MARKET) + QName: fibo-fbc-fct-mkti:Exchange-XNGS + + http://www.nasdaq.com + NGS + NASDAQ/NGS (GLOBAL SELECT MARKET) + + + + + + + + NASDAQ INTERMARKET + QName: fibo-fbc-fct-mkti:Exchange-XNIM + + http://www.nasdaq.com + NASDAQ INTERMARKET + + + + + + + + + CENTRAL JAPAN COMMODITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNKS + + http://www.c-com.or.jp + C-COM + CENTRAL JAPAN COMMODITIES EXCHANGE + + + + + + + NYSE LIFFE + QName: fibo-fbc-fct-mkti:Exchange-XNLI + + http://www.nyse.com + NYSE LIFFE + + + + + + + + NORDIC MTF REPORTING + QName: fibo-fbc-fct-mkti:Exchange-XNMR + + http://www.nordicmtf.se + NORDIC MTF REPORTING + + + + + + + + NASDAQ/NMS (GLOBAL MARKET) + QName: fibo-fbc-fct-mkti:Exchange-XNMS + + http://www.nasdaq.com + NASDAQ/NMS (GLOBAL MARKET) + + + + + + + + + + NORDEA - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XNOR + + http://www.nordea.com + NORDEA - SYSTEMATIC INTERNALISER + + + + + + + + THE NIGERIAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNSA + + http://www.nse.com.ng + NSE + THE NIGERIAN STOCK EXCHANGE + + + + + + + + NATIONAL STOCK EXCHANGE OF INDIA + QName: fibo-fbc-fct-mkti:Exchange-XNSE + + http://www.nseindia.com + NSE + NATIONAL STOCK EXCHANGE OF INDIA + + + + + + + + NXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNXC + + http://www.nxchange.com + NXCHANGE + + + + + + + NXCHANGE B.V. MTF + QName: fibo-fbc-fct-mkti:Exchange-XNXD + + http://www.nxchange.com + NXCHANGE B.V. MTF + + + + + + + + NEW YORK MERCANTILE EXCHANGE - OTC MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XNYE + + http://www.nymex.com + NYMEX ECM + NEW YORK MERCANTILE EXCHANGE - OTC MARKETS + + + + + + + + NEW YORK MERCANTILE EXCHANGE - ENERGY MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XNYL + + http://www.nymexonlchclearnet.com + NYMEX MTF LIMITED + NEW YORK MERCANTILE EXCHANGE - ENERGY MARKETS + + + + + + + + + NEW YORK MERCANTILE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XNYM + + http://www.nymex.com + NYMEX + NEW YORK MERCANTILE EXCHANGE + + + + + + + + NEW YORK STOCK EXCHANGE, INC. + QName: fibo-fbc-fct-mkti:Exchange-XNYS + + http://www.nyse.com + NYSE + NEW YORK STOCK EXCHANGE, INC. + + + + + + + + NEW ZEALAND EXCHANGE LTD + QName: fibo-fbc-fct-mkti:Exchange-XNZE + + http://www.nzx.com + NZX + NEW ZEALAND EXCHANGE LTD + + + + + + + OSLO BORS ASA - OSLO AXESS LIT X AUCTIONS + QName: fibo-fbc-fct-mkti:Exchange-XOAA + + http://www.oslobors.no + OSLO BORS ASA - OSLO AXESS LIT X AUCTIONS + + + + + + + + OSLO AXESS NORTH SEA - DARK POOL + QName: fibo-fbc-fct-mkti:Exchange-XOAD + + http://www.oslobors.no + OSLO AXESS NORTH SEA - DARK POOL + + + + + + + + NORDIC ALTERNATIVE BOND MARKET + QName: fibo-fbc-fct-mkti:Exchange-XOAM + + http://www.oslobors.no + ABM + NORDIC ALTERNATIVE BOND MARKET + + + + + + + + OSLO AXESS + QName: fibo-fbc-fct-mkti:Exchange-XOAS + + http://www.oslobors.no + OSLO AXESS + + + + + + + + + ONECHICAGO, LLC + QName: fibo-fbc-fct-mkti:Exchange-XOCH + + http://www.onechicago.com + ONECHICAGO, LLC + + + + + + + + ODESSA COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XODE + + http://www.otb.odessa.ua + ODESSA COMMODITY EXCHANGE + + + + + + + OTC PUBLICATION VENUE + QName: fibo-fbc-fct-mkti:Exchange-XOPV + + http://www.nasdaqomxnordic.com + OTC PUBLICATION VENUE + + + + + + + + OSLO BORS - LIT X AUCTIONS + QName: fibo-fbc-fct-mkti:Exchange-XOSA + + http://www.oslobors.no + OSLO BORS - LIT X AUCTIONS + + + + + + + + OSLO CONNECT + QName: fibo-fbc-fct-mkti:Exchange-XOSC + + http://www.oslobors.no + OSLO CONNECT + + + + + + + + OSLO BORS NORTH SEA - DARK POOL + QName: fibo-fbc-fct-mkti:Exchange-XOSD + + http://www.oslobors.no + OSLO BORS NORTH SEA - DARK POOL + + + + + + + + OSAKA EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XOSE + + http://www.jpx.co.jp + OSE + OSAKA EXCHANGE + + + + + + + + OSAKA EXCHANGE J-NET + QName: fibo-fbc-fct-mkti:Exchange-XOSJ + + http://www.jpx.co.jp + J-NET + OSAKA EXCHANGE J-NET + + + + + + + + + OSLO BORS ASA + QName: fibo-fbc-fct-mkti:Exchange-XOSL + + http://www.oslobors.no + OSLO BORS ASA + + + + + + + + OTCBB + QName: fibo-fbc-fct-mkti:Exchange-XOTC + + http://www.otcbb.com + OTCBB + OTCBB + + + + + + + POSIT AUCTION + QName: fibo-fbc-fct-mkti:Exchange-XPAC + + http://www.itg.com + AUCTIONS + POSIT AUCTION + + + + + + + + + PALESTINE SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPAE + + http://www.pex.ps + PSE + PALESTINE SECURITIES EXCHANGE + + + + + + + + EURONEXT - EURONEXT PARIS + QName: fibo-fbc-fct-mkti:Exchange-XPAR + + http://www.euronext.com + EURONEXT - EURONEXT PARIS + + + + + + + NASDAQ OMX FUTURES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPBT + + http://www.nasdaqtrader.com + NFX + NASDAQ OMX FUTURES EXCHANGE + + + + + + + + + SAINT PETERSBURG EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPET + + http://www.spbex.ru + SPEX + SAINT PETERSBURG EXCHANGE + + + + + + + NASDAQ OMX PHLX + QName: fibo-fbc-fct-mkti:Exchange-XPHL + + http://www.phlx.com + PHLX + NASDAQ OMX PHLX + + + + + + + + PHILADELPHIA OPTIONS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPHO + + http://www.phlx.com + PHILADELPHIA OPTIONS EXCHANGE + + + + + + + + + PHILIPPINE STOCK EXCHANGE, INC. + QName: fibo-fbc-fct-mkti:Exchange-XPHS + + http://www.pse.com.ph + PSE + PHILIPPINE STOCK EXCHANGE, INC. + + + + + + + PEEL HUNT CROSSING + QName: fibo-fbc-fct-mkti:Exchange-XPHX + + http://www.peelhunt.com + PEEL HUNT CROSSING + + + + + + + + + SAINT-PETERSBURG CURRENCY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPIC + + http://www.spcex.ru + SPCEX + SAINT-PETERSBURG CURRENCY EXCHANGE + + + + + + + BORSA ISTANBUL - PRECIOUS METALS AND DIAMONDS MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XPMS + + http://www.borsaistanbul.com + BORSA ISTANBUL - PRECIOUS METALS AND DIAMONDS MARKETS + + + + + + + + + PORT MORESBY STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPOM + + http://www.pomsox.com.pg + PORT MORESBY STOCK EXCHANGE + + + + + + + PORTAL + QName: fibo-fbc-fct-mkti:Exchange-XPOR + + http://www.nasdaqportalmarket.com + PORTAL + + + + + + + + POSIT DARK + QName: fibo-fbc-fct-mkti:Exchange-XPOS + + http://www.itg.com + DARK + POSIT DARK + + + + + + + + POWERNEXT - OTF + QName: fibo-fbc-fct-mkti:Exchange-XPOT + + http://www.powernext.com + POWERNEXT - OTF + + + + + + + + + POWERNEXT + QName: fibo-fbc-fct-mkti:Exchange-XPOW + + http://www.powernext.fr + POWERNEXT + + + + + + + + PRAGUE STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPRA + + http://www.pse.cz + PSE + PRAGUE STOCK EXCHANGE + + + + + + + + PRIDNEPROVSK COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XPRI + + PRIDNEPROVSK COMMODITY EXCHANGE + + + + + + + PRAGUE STOCK EXCHANGE - MTF + QName: fibo-fbc-fct-mkti:Exchange-XPRM + + http://www.pse.cz + PSE + PRAGUE STOCK EXCHANGE - MTF + + + + + + + + POWERNEXT - GAS SPOT AND FUTURES + QName: fibo-fbc-fct-mkti:Exchange-XPSF + + http://www.powernext.com + POWERNEXT - GAS SPOT AND FUTURES + + + + + + + + + POSIT - ASIA PACIFIC + QName: fibo-fbc-fct-mkti:Exchange-XPST + + http://www.itg.com + POSIT - ASIA PACIFIC + + + + + + + NASDAQ OMX PSX + QName: fibo-fbc-fct-mkti:Exchange-XPSX + + http://www.nasdaqtrader.com + PSX + NASDAQ OMX PSX + + + + + + + + + BOLSA DE VALORES DE PANAMA, S.A. + QName: fibo-fbc-fct-mkti:Exchange-XPTY + + http://www.panabolsa.com + BVP + BOLSA DE VALORES DE PANAMA, S.A. + + + + + + + + XP INVESTMENTS UK LLP + QName: fibo-fbc-fct-mkti:Exchange-XPUK + + XP INVESTMENTS UK LLP + + + + + + + + POWER EXCHANGE CENTRAL EUROPE + QName: fibo-fbc-fct-mkti:Exchange-XPXE + + http://www.pxe.cz + PXE + POWER EXCHANGE CENTRAL EUROPE + + + + + + + SIX SWISS EXCHANGE - STRUCTURED PRODUCTS + QName: fibo-fbc-fct-mkti:Exchange-XQMH + + http://www.six-structured-products.com + SIX + SIX SWISS EXCHANGE - STRUCTURED PRODUCTS + + + + + + + + BOERSE DUESSELDORF - QUOTRIX + QName: fibo-fbc-fct-mkti:Exchange-XQTX + + http://www.boerse-duesseldorf.de + BOERSE DUESSELDORF - QUOTRIX + + + + + + + + + BOLSA DE VALORES DE QUITO + QName: fibo-fbc-fct-mkti:Exchange-XQUI + + http://www.ccbvq.com + BOLSA DE VALORES DE QUITO + + + + + + + RASDAQ + QName: fibo-fbc-fct-mkti:Exchange-XRAS + + http://www.bvb.ro + RASDAQ + RASDAQ + + + + + + + + + RINGGIT BOND MARKET + QName: fibo-fbc-fct-mkti:Exchange-XRBM + + http://www.bondinfo.bnm.gov.my + RBM + RINGGIT BOND MARKET + + + + + + + + + RAIFFEISEN CENTROBANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XRCB + + http://www.rcb.at + RCB + RAIFFEISEN CENTROBANK AG - SYSTEMATIC INTERNALISER + + + + + + + SIX REPO AG - CH REPO MARKET + QName: fibo-fbc-fct-mkti:Exchange-XREP + + http://www.six-repo.com + SIX + SIX REPO AG - CH REPO MARKET + + + + + + + + POSIT RFQ + QName: fibo-fbc-fct-mkti:Exchange-XRFQ + + http://www.itg.com + RFQ + POSIT RFQ + + + + + + + + + NASDAQ RIGA AS + QName: fibo-fbc-fct-mkti:Exchange-XRIS + + http://www.nasdaqbaltic.com + NASDAQ RIGA AS + + + + + + + RM-SYSTEM CZECH STOCK EXCHANGE (MTF) + QName: fibo-fbc-fct-mkti:Exchange-XRMO + + http://www.rmsystem.cz + RMS CZ + RM-SYSTEM CZECH STOCK EXCHANGE (MTF) + + + + + + + + + RM-SYSTEM CZECH STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XRMZ + + http://www.rmsystem.cz + RMS CZ + RM-SYSTEM CZECH STOCK EXCHANGE + + + + + + + + BOLSA DE COMERCIO ROSARIO + QName: fibo-fbc-fct-mkti:Exchange-XROS + + http://www.bcr.com.ar + BCR + BOLSA DE COMERCIO ROSARIO + + + + + + + SIX REPO AG - OTC SPOT MARKET + QName: fibo-fbc-fct-mkti:Exchange-XROT + + http://www.six-repo.com + SIX + SIX REPO AG - OTC SPOT MARKET + + + + + + + + MERCADO DE VALORES DE ROSARIO S.A. + QName: fibo-fbc-fct-mkti:Exchange-XROX + + http://www.mervaros.com.ar + MERVAROS + MERCADO DE VALORES DE ROSARIO S.A. + + + + + + + + + ROMANIAN POWER MARKET + QName: fibo-fbc-fct-mkti:Exchange-XRPM + + http://www.opcom.ro + ROMANIAN POWER MARKET + + + + + + + PEEL HUNT RETAIL + QName: fibo-fbc-fct-mkti:Exchange-XRSP + + http://www.peelhunt.com + PEEL HUNT RETAIL + + + + + + + + + INTERNET DIRECT-ACCESS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XRUS + + http://www.indx.ru + INDX + INTERNET DIRECT-ACCESS EXCHANGE + + + + + + + JSE EQUITY DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XSAF + + http://www.safex.co.za + SAFEX + JSE EQUITY DERIVATIVES MARKET + + + + + + + + + SAMARA CURRENCY INTERBANK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSAM + + http://www.sciex.ru + SCIEX + SAMARA CURRENCY INTERBANK EXCHANGE + + + + + + + + SAPPORO SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSAP + + http://www.sse.or.jp + SAPPORO SECURITIES EXCHANGE + + + + + + + + SPOTLIGHT STOCK MARKET + QName: fibo-fbc-fct-mkti:Exchange-XSAT + + http://www.spotlightstockmarket.com + SPOTLIGHT STOCK MARKET + + + + + + + + SAUDI STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSAU + + http://www.tadawul.com.sa + SAUDI STOCK EXCHANGE + + + + + + + SBI JAPANNEXT - X - MARKET + QName: fibo-fbc-fct-mkti:Exchange-XSBI + + http://www.japannext.co.jp + SBI JAPANNEXT - X - MARKET + + + + + + + + SINGAPORE EXCHANGE BOND TRADING PTE. LTD + QName: fibo-fbc-fct-mkti:Exchange-XSBT + + http://www.sgx.com + SGX-BT + SINGAPORE EXCHANGE BOND TRADING PTE. LTD + + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL 1 + QName: fibo-fbc-fct-mkti:Exchange-XSC1 + + http://www.zertifikateboerse.de + BOERSE FRANKFURT WARRANTS TECHNICAL 1 + + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL 2 + QName: fibo-fbc-fct-mkti:Exchange-XSC2 + + http://www.zertifikateboerse.de + BOERSE FRANKFURT WARRANTS TECHNICAL 2 + + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL 3 + QName: fibo-fbc-fct-mkti:Exchange-XSC3 + + http://www.zertifikateboerse.de + BOERSE FRANKFURT WARRANTS TECHNICAL 3 + + + + + + + + SINGAPORE CATALIST MARKET + QName: fibo-fbc-fct-mkti:Exchange-XSCA + + http://www.sgxcatalist.com + SINGAPORE CATALIST MARKET + + + + + + + + SINGAPORE COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSCE + + http://www.sgx.com + SICOM + SINGAPORE COMMODITY EXCHANGE + + + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL + QName: fibo-fbc-fct-mkti:Exchange-XSCO + + http://www.zertifikateboerse.de + BOERSE FRANKFURT WARRANTS TECHNICAL + + + + + + + STOXX LIMITED - CUSTOMIZED INDICES + QName: fibo-fbc-fct-mkti:Exchange-XSCU + + http://www.stoxx.com + STOXX LIMITED - CUSTOMIZED INDICES + + + + + + + + SIX SWISS EXCHANGE - EBBO BOOK + QName: fibo-fbc-fct-mkti:Exchange-XSEB + + http://www.six-swiss-exchange.com + SIX + SIX SWISS EXCHANGE - EBBO BOOK + + + + + + + + SHENZHEN STOCK EXCHANGE - SHENZHEN - HONG KONG STOCK CONNECT + QName: fibo-fbc-fct-mkti:Exchange-XSEC + + http://www.szse.cn + SHENZHEN STOCK EXCHANGE - SHENZHEN - HONG KONG STOCK CONNECT + + + + + + + + + SWAPEX, LLC + QName: fibo-fbc-fct-mkti:Exchange-XSEF + + http://www.swapex.com + SWAPEX + SWAPEX, LLC + + + + + + + + SINGAPORE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSES + + http://www.sgx.com + SGX + SINGAPORE EXCHANGE + + + + + + + JSE COMMODITY DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-XSFA + + http://www.safex.co.za + SAFEX + JSE COMMODITY DERIVATIVES MARKET + + + + + + + + ASX - TRADE24 + QName: fibo-fbc-fct-mkti:Exchange-XSFE + + http://www.sfe.com.au + SFE + ASX - TRADE24 + + + + + + + + + + SOCIETE GENERALE - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XSGA + + http://www.sgcib.com + SG SI + SOCIETE GENERALE - SYSTEMATIC INTERNALISER + + + + + + + + SHANGHAI FUTURES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSGE + + http://www.shfe.com.cn + SHFE + SHANGHAI FUTURES EXCHANGE + + + + + + + + SANTIAGO STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSGO + + http://www.bolsadesantiago.com + SANTIAGO STOCK EXCHANGE + + + + + + + + SHENZHEN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSHE + + http://www.szse.cn + SHENZHEN STOCK EXCHANGE + + + + + + + + SHANGHAI STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSHG + + http://www.sse.com.cn + SSE + SHANGHAI STOCK EXCHANGE + + + + + + + + SIBERIAN EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSIB + + http://www.sibex.ru + SIMEX + SIBERIAN EXCHANGE + + + + + + + SINGAPORE EXCHANGE DERIVATIVES CLEARING LIMITED + QName: fibo-fbc-fct-mkti:Exchange-XSIM + + http://www.sgx.com + SGX-DT + SINGAPORE EXCHANGE DERIVATIVES CLEARING LIMITED + + + + + + + + SIX SWISS EXCHANGE - SLS + QName: fibo-fbc-fct-mkti:Exchange-XSLS + + http://www.six-swiss-exchange.com + SIX + SIX SWISS EXCHANGE - SLS + + + + + + + + EURONEXT BLOCK + QName: fibo-fbc-fct-mkti:Exchange-XSMP + + http://www.euronext.com/blockmtf + EURONEXT BLOCK + + + + + + + + + BSP REGIONAL ENERGY EXCHANGE - SOUTH POOL + QName: fibo-fbc-fct-mkti:Exchange-XSOP + + http://www.bsp-southpool.com + BSP REGIONAL ENERGY EXCHANGE - SOUTH POOL + + + + + + + EURONEXT STRUCTURED PRODUCTS MTF + QName: fibo-fbc-fct-mkti:Exchange-XSPM + + http://www.euronext.com + EURONEXT STRUCTURED PRODUCTS MTF + + + + + + + + + SOUTH PACIFIC STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSPS + + http://www.spse.com.fj + SPSE + SOUTH PACIFIC STOCK EXCHANGE + + + + + + + SHANGHAI STOCK EXCHANGE - SHANGHAI - HONG KONG STOCK CONNECT + QName: fibo-fbc-fct-mkti:Exchange-XSSC + + http://www.sse.com.cn + SSE + SHANGHAI STOCK EXCHANGE - SHANGHAI - HONG KONG STOCK CONNECT + + + + + + + + + SARAJEVO STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSSE + + http://www.sase.ba + SASE + SARAJEVO STOCK EXCHANGE + + + + + + + + HOCHIMINH STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSTC + + http://www.hsx.vn + HOSE + HOCHIMINH STOCK EXCHANGE + + + + + + + + REPUBLICAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSTE + + http://www.uzse.uz + UZSE + REPUBLICAN STOCK EXCHANGE + + + + + + + BOERSE STUTTGART - TECHNICAL PLATFORM 2 + QName: fibo-fbc-fct-mkti:Exchange-XSTF + + http://www.boerse-stuttgart.de + BOERSE STUTTGART - TECHNICAL PLATFORM 2 + + + + + + + + FIDELITY CROSSSTREAM ATS + QName: fibo-fbc-fct-mkti:Exchange-XSTM + + http://www.capitalmarkets.fidelity.com + FIDELITY CROSSSTREAM ATS + + + + + + + + + NASDAQ STOCKHOLM AB + QName: fibo-fbc-fct-mkti:Exchange-XSTO + + http://www.nasdaqomxnordic.com + NASDAQ STOCKHOLM AB + + + + + + + + BOERSE STUTTGART + QName: fibo-fbc-fct-mkti:Exchange-XSTU + + http://www.boerse-stuttgart.de + BOERSE STUTTGART + + + + + + + STOXX LIMITED - VOLATILITY INDICES + QName: fibo-fbc-fct-mkti:Exchange-XSTV + + http://www.stoxx.com + STOXX LIMITED - VOLATILITY INDICES + + + + + + + + STOXX LIMITED - INDICES + QName: fibo-fbc-fct-mkti:Exchange-XSTX + + http://www.stoxx.com + STOXX LIMITED - INDICES + + + + + + + + + EL SALVADOR STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSVA + + http://www.bves.com.sv + EL SALVADOR STOCK EXCHANGE + + + + + + + + SWAZILAND STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSWA + + http://www.ssx.org.sz + SSX + SWAZILAND STOCK EXCHANGE + + + + + + + + SWX SWISS BLOCK + QName: fibo-fbc-fct-mkti:Exchange-XSWB + + http://www.swxeurope.com + SWX SWISS BLOCK + + + + + + + SIX SWISS EXCHANGE - SIX SWISS EXCHANGE AT MIDPOINT + QName: fibo-fbc-fct-mkti:Exchange-XSWM + + http://www.six-swiss-exchange.com + SIX + SIX SWISS EXCHANGE - SIX SWISS EXCHANGE AT MIDPOINT + + + + + + + + + SIX SWISS EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XSWX + + http://www.six-swiss-exchange.com + SIX + SIX SWISS EXCHANGE + + + + + + + + TEL AVIV STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTAE + + http://www.tase.co.il + TASE + TEL AVIV STOCK EXCHANGE + + + + + + + + TAIWAN FUTURES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTAF + + http://www.taifex.com.tw + TAIFEX + TAIWAN FUTURES EXCHANGE + + + + + + + + TAIWAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTAI + + http://www.twse.com.tw/en/ + TWSE + TAIWAN STOCK EXCHANGE + + + + + + + + NASDAQ TALLINN AS + QName: fibo-fbc-fct-mkti:Exchange-XTAL + + http://www.nasdaqbaltic.com + NASDAQ TALLINN AS + + + + + + + TOKYO STOCK EXCHANGE-TOKYO PRO MARKET + QName: fibo-fbc-fct-mkti:Exchange-XTAM + + http://www.jpx.co.jp + TOKYO STOCK EXCHANGE-TOKYO PRO MARKET + + + + + + + + + TEHRAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTEH + + http://www.tse.ir + TSE + TEHRAN STOCK EXCHANGE + + + + + + + + TOKYO FINANCIAL EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTFF + + http://www.tfx.co.jp + TFX + TOKYO FINANCIAL EXCHANGE + + + + + + + + TIRANA STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTIR + + TIRANA STOCK EXCHANGE + + + + + + + TOKYO STOCK EXCHANGE - TOSTNET-1 + QName: fibo-fbc-fct-mkti:Exchange-XTK1 + + http://www.jpx.co.jp + TOKYO STOCK EXCHANGE - TOSTNET-1 + + + + + + + + TOKYO STOCK EXCHANGE - TOSTNET-2 + QName: fibo-fbc-fct-mkti:Exchange-XTK2 + + http://www.jpx.co.jp + TOKYO STOCK EXCHANGE - TOSTNET-2 + + + + + + + + TOKYO STOCK EXCHANGE - TOSTNET-3 + QName: fibo-fbc-fct-mkti:Exchange-XTK3 + + http://www.jpx.co.jp + TOKYO STOCK EXCHANGE - TOSTNET-3 + + + + + + + + TOKYO STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTKS + + http://www.jpx.co.jp + TSE + TOKYO STOCK EXCHANGE + + + + + + + + + TOKYO COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTKT + + http://www.tocom.or.jp + TOCOM + TOKYO COMMODITY EXCHANGE + + + + + + + XTEND + QName: fibo-fbc-fct-mkti:Exchange-XTND + + http://www.bet.hu + XTND + XTEND + + + + + + + + TSX VENTURE EXCHANGE - NEX + QName: fibo-fbc-fct-mkti:Exchange-XTNX + + http://www.tsx.com/en/nex + NEX + TSX VENTURE EXCHANGE - NEX + + + + + + + + + XTRD + QName: fibo-fbc-fct-mkti:Exchange-XTRD + + https://xtrd.io + XTRD + XTRD + + + + + + + + TRINIDAD AND TOBAGO STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTRN + + TTSE + TRINIDAD AND TOBAGO STOCK EXCHANGE + + + + + + + + ZAGREB MONEY AND SHORT TERM SECURITIES MARKET INC + QName: fibo-fbc-fct-mkti:Exchange-XTRZ + + http://www.trzistenovca.hr + ZAGREB MONEY AND SHORT TERM SECURITIES MARKET INC + + + + + + + + TORONTO STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTSE + + http://www.tse.com + TSX + TORONTO STOCK EXCHANGE + + + + + + + + TSX VENTURE EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XTSX + + http://www.tsx.com + TSX-V + TSX VENTURE EXCHANGE + + + + + + + NUEVA BOLSA DE COMERCIO DE TUCUMAN S.A. + QName: fibo-fbc-fct-mkti:Exchange-XTUC + + http://www.nbct.com.ar + NBCT + NUEVA BOLSA DE COMERCIO DE TUCUMAN S.A. + + + + + + + + + BOURSE DE TUNIS + QName: fibo-fbc-fct-mkti:Exchange-XTUN + + http://www.bvmt.com.tn + BVMT + BOURSE DE TUNIS + + + + + + + + XTX MARKETS SAS + QName: fibo-fbc-fct-mkti:Exchange-XTXE + + http://www.xtxmarkets.com + XTX MARKETS SAS + + + + + + + + XTX MARKETS + QName: fibo-fbc-fct-mkti:Exchange-XTXM + + http://www.xtxmarkets.com + XTX MARKETS + + + + + + + + UKRAINIAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XUAX + + http://www.ukrse.kiev.ua + UKRSE + UKRAINIAN STOCK EXCHANGE + + + + + + + + UBS MTF + QName: fibo-fbc-fct-mkti:Exchange-XUBS + + http://www.ubs.com/mtf + UBS MTF + + + + + + + + UGANDA SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XUGA + + http://www.use.or.ug + USE + UGANDA SECURITIES EXCHANGE + + + + + + + + UKRAINIAN UNIVERSAL COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XUKR + + http://www.uutb.com.ua + UKRAINIAN UNIVERSAL COMMODITY EXCHANGE + + + + + + + + MONGOLIAN STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XULA + + http://www.mse.mn + MONGOLIAN STOCK EXCHANGE + + + + + + + UBS MTF - PERIODIC AUCTION + QName: fibo-fbc-fct-mkti:Exchange-XUMP + + http://www.ubs.com/mtf + UBS MTF - PERIODIC AUCTION + + + + + + + + + UNIVERSAL BROKER'S EXCHANGE 'TASHKENT' + QName: fibo-fbc-fct-mkti:Exchange-XUNI + + UNIVERSAL BROKER'S EXCHANGE 'TASHKENT' + + + + + + + + UNITED STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XUSE + + http://www.useindia.com + UNITED STOCK EXCHANGE + + + + + + + BOLSA DE VALENCIA + QName: fibo-fbc-fct-mkti:Exchange-XVAL + + http://www.bolsavalencia.es + BOLSA DE VALENCIA + + + + + + + + + VESTIMA + QName: fibo-fbc-fct-mkti:Exchange-XVES + + http://www.clearstream.com + VESTIMA + + + + + + + WIENER BOERSE AG, WERTPAPIERBOERSE (SECURITIES EXCHANGE) + QName: fibo-fbc-fct-mkti:Exchange-XVIE + + http://www.wienerborse.at + WIENER BOERSE AG, WERTPAPIERBOERSE (SECURITIES EXCHANGE) + + + + + + + + + BOLSA DE VALORES Y PRODUCTOS DE ASUNCION SA + QName: fibo-fbc-fct-mkti:Exchange-XVPA + + http://www.bvpasa.com.py + BVPASA + BOLSA DE VALORES Y PRODUCTOS DE ASUNCION SA + + + + + + + + + VP BANK AG - SYSTEMATIC INTERNALISER + QName: fibo-fbc-fct-mkti:Exchange-XVPB + + http://www.vpbank.com + VP BANK AG - SYSTEMATIC INTERNALISER + + + + + + + SIX SWISS EXCHANGE - BLUE CHIPS SEGMENT + QName: fibo-fbc-fct-mkti:Exchange-XVTX + + http://www.six-swiss-exchange.com + SIX + SIX SWISS EXCHANGE - BLUE CHIPS SEGMENT + + + + + + + + + WARSAW STOCK EXCHANGE/EQUITIES/MAIN MARKET + QName: fibo-fbc-fct-mkti:Exchange-XWAR + + http://www.gpw.pl + WSE + WARSAW STOCK EXCHANGE/EQUITIES/MAIN MARKET + + + + + + + + WIENER BOERSE AG + QName: fibo-fbc-fct-mkti:Exchange-XWBO + + http://www.wienerboerse.at + WIENER BOERSE AG + + + + + + + WEEDEN ATS + QName: fibo-fbc-fct-mkti:Exchange-XWEE + + http://www.weedenco.com + WEEDEN ATS + + + + + + + + + FRANKFURT CEF SC + QName: fibo-fbc-fct-mkti:Exchange-XXSC + + http://www.deutsche-boerse.com + FRANKFURT CEF SC + + + + + + + + YIELDBROKER PTY LTD + QName: fibo-fbc-fct-mkti:Exchange-XYIE + + http://www.yieldbroker.com + YIELDBROKER PTY LTD + + + + + + + + ZAGREB STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XZAG + + http://www.zse.hr + ZAGREB STOCK EXCHANGE + + + + + + + THE ZAGREB STOCK EXCHANGE MTF + QName: fibo-fbc-fct-mkti:Exchange-XZAM + + http://www.zse.hr + THE ZAGREB STOCK EXCHANGE MTF + + + + + + + + PROGRESS MARKET + QName: fibo-fbc-fct-mkti:Exchange-XZAP + + http://progress.market + PROGRESS MARKET + + + + + + + + + ZHENGZHOU COMMODITY EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XZCE + + http://www.czce.com.cn + ZCE + ZHENGZHOU COMMODITY EXCHANGE + + + + + + + + ZIMBABWE STOCK EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-XZIM + + http://www.zse.co.zw + ZIMBABWE STOCK EXCHANGE + + + + + + + JSE INTEREST RATE DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-YLDX + + http://www.yieldx.co.za + JSE INTEREST RATE DERIVATIVES MARKET + + + + + + + + ZAGREB STOCK EXCHANGE - APA + QName: fibo-fbc-fct-mkti:Exchange-ZAPA + + http://www.zse.hr + ZAGREB STOCK EXCHANGE - APA + + + + + + + + + ZAR X + QName: fibo-fbc-fct-mkti:Exchange-ZARX + + http://www.zarx.co.za + ZARX + ZAR X + + + + + + + BULGARIAN STOCK EXCHANGE - MAIN MARKET + QName: fibo-fbc-fct-mkti:Exchange-ZBUL + + http://www.bse-sofia.bg + BULGARIAN STOCK EXCHANGE - MAIN MARKET + + + + + + + + ZERO HASH + QName: fibo-fbc-fct-mkti:Exchange-ZERO + + http://www.seedcx.com + ZERO HASH + + + + + + + + JSE CURRENCY DERIVATIVES MARKET + QName: fibo-fbc-fct-mkti:Exchange-ZFXM + + http://www.jse.co.za + FXM + JSE CURRENCY DERIVATIVES MARKET + + + + + + + + + ZURCHER KANTONALBANK SECURITIES EXCHANGE + QName: fibo-fbc-fct-mkti:Exchange-ZKBX + + http://www.zkb.ch + ZURCHER KANTONALBANK SECURITIES EXCHANGE + + + + + + + ZOBEX + QName: fibo-fbc-fct-mkti:Exchange-ZOBX + + http://www.boerse-berlin.de + ZOBEX + ZOBEX + + + + + + + + SSY FUTURES LTD - FREIGHT SCREEN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-3579 + + 3579 + + + + + + + 360T operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-360T + + 360T + + + + + + + A2X operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-A2XX + + A2XX + + + + + + + CREDIT AGRICOLE CIB - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AACA + + AACA + + + + + + + ATHENS EXCHANGE - APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AAPA + + AAPA + + + + + + + ASSENT ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AATS + + AATS + + + + + + + ABANCA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ABAN + + ABAN + + + + + + + ABN AMRO BANK NV - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ABNA + + ABNA + + + + + + + ALM. BRAND BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ABSI + + ABSI + + + + + + + BULGARIAN STOCK EXCHANGE - ALTERNATIVE MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ABUL + + ABUL + + + + + + + ACE DERIVATIVES & COMMODITY EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ACEX + + ACEX + + + + + + + KCG ACKNOWLEDGE FI market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ACKF + + ACKF + + + + + + + ADVISE TECHNOLOGIES - APA TRANSPARENCY REPORTING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ADVT + + ADVT + + + + + + + ABIDE FINANCIAL DRSP LIMITED APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AFDL + + AFDL + + + + + + + AGRICULTURAL FUTURES EXCHANGE OF THAILAND operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AFET + + AFET + + + + + + + AFS - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AFSA + + AFSA + + + + + + + AFS - OTF - INTEREST RATE DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AFSI + + AFSI + + + + + + + AFS - OTF - STRUCTURED PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AFSL + + AFSL + + + + + + + AFS - OTF - BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AFSO + + AFSO + + + + + + + AFS - OTF - FX FORWARDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AFSX + + AFSX + + + + + + + A AND G BANCA PRIVADA SAU operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AGBP + + AGBP + + + + + + + LONDON STOCK EXCHANGE - AIM MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AIMX + + AIMX + + + + + + + ASTANA INTERNATIONAL EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AIXK + + AIXK + + + + + + + AKIS - BANCA AKROS - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AKIS + + AKIS + + + + + + + NYSE ALTERNEXT DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ALDP + + ALDP + + + + + + + ALLT-OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ALLT + + ALLT + + + + + + + AKTIESELSKABET ARBEJDERNES LANDSBANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ALSI + + ALSI + + + + + + + JSE ALTERNATE EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ALTX + + ALTX + + + + + + + EURONEXT GROWTH BRUSSELS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ALXB + + ALXB + + + + + + + EURONEXT GROWTH LISBON market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ALXL + + ALXL + + + + + + + EURONEXT GROWTH PARIS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ALXP + + ALXP + + + + + + + ASSET MATCH PRIVATE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AMPX + + AMPX + + + + + + + MTS NETHERLANDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AMTS + + AMTS + + + + + + + NYSE AMEX OPTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AMXO + + AMXO + + + + + + + AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ANLP + + ANLP + + + + + + + ABBEY NATIONAL TREASURY SERVICES PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ANTS + + ANTS + + + + + + + AUSTRALIA AND NEW ZEALAND BANKING GROUP LIMITED SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ANZL + + ANZL + + + + + + + WIENER BOERSE AG - APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-APAW + + APAW + + + + + + + ASIA PACIFIC CLEAR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-APCL + + APCL + + + + + + + ASIA PACIFIC EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-APEX + + APEX + + + + + + + SYDNEY STOCK EXCHANGE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-APXL + + APXL + + + + + + + AQUIS EXCHANGE EUROPE AUCTION ON DEMAND (AOD) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AQEA + + AQEA + + + + + + + AQUIS EXCHANGE EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AQEU + + AQEU + + + + + + + AQUA EQUITIES L.P. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AQUA + + AQUA + + + + + + + AQUIS EXCHANGE PLC AUCTION ON DEMAND (AOD) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AQXA + + AQXA + + + + + + + AQUIS EXCHANGE PLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AQXE + + AQXE + + + + + + + ARAX COMMODITIES LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ARAX + + ARAX + + + + + + + ARCA DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ARCD + + ARCD + + + + + + + NYSE ARCA OPTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ARCO + + ARCO + + + + + + + NYSE ARCA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ARCX + + ARCX + + + + + + + AREX - AUTOMATED RECEIVABLES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AREX + + AREX + + + + + + + ARIAN TRADING FACILITY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ARIA + + ARIA + + + + + + + ATHENS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ASEX + + ASEX + + + + + + + CLEARCORP DEALING SYSTEMS INDIA LIMITED - ASTROID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ASTR + + ASTR + + + + + + + ASX BOOKBUILD market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ASXB + + ASXB + + + + + + + ASX - CENTRE POINT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ASXC + + ASXC + + + + + + + ASX - PUREMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ASXP + + ASXP + + + + + + + ASX TRADEMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ASXT + + ASXT + + + + + + + ASX - VOLUMEMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ASXV + + ASXV + + + + + + + AUTOMATED TRADING DESK FINANCIAL SERVICES, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ATDF + + ATDF + + + + + + + ATFUND MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ATFX + + ATFX + + + + + + + ATHLOS CAPITAL INVESTMENT SERVICES LTD - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ATHL + + ATHL + + + + + + + BRAEMAR ATLANTIC SECURITIES LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ATLB + + ATLB + + + + + + + ATONLINE LIMITED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ATLN + + ATLN + + + + + + + AUREL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AURB + + AURB + + + + + + + AUREL - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AURO + + AURO + + + + + + + AUTILLA - BASE METALS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AUTB + + AUTB + + + + + + + AUTOBAHN FX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AUTO + + AUTO + + + + + + + AUTILLA - PRECIOUS METALS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AUTP + + AUTP + + + + + + + AUTILLA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AUTX + + AUTX + + + + + + + AUSTRALIAN WHEAT BOARD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AWBX + + AWBX + + + + + + + AUSTRALIAN WOOL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AWEX + + AWEX + + + + + + + ALEXANDRIA PANKKIIRILIIKE OYJ - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-AXSI + + AXSI + + + + + + + BAADER BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAAD + + BAAD + + + + + + + BOLSA DE CEREALES DE BUENOS AIRES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BACE + + BACE + + + + + + + BANK OF AMERICA MERRILL LYNCH EQUITY SWAP - EXTERNAL PRICE SOURCE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAEP + + BAEP + + + + + + + BANK OF AMERICA MERRILL LYNCH EQUITY SWAP - INTERNAL PRICE SOURCE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAIP + + BAIP + + + + + + + BARBADOS STOCK EXCHANGE - JUNIOR MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAJM + + BAJM + + + + + + + THE BALTIC EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BALT + + BALT + + + + + + + BANK OF AMERICA - MERRILL LYNCH INSTINCT X ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAML + + BAML + + + + + + + BANK OF AMERICA - MERRILL LYNCH GCX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAMX + + BAMX + + + + + + + BANK OF AMERICA, NATIONAL ASSOCIATION operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BANA + + BANA + + + + + + + BLOOMBERG - APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAPA + + BAPA + + + + + + + BLOOMBERG DATA REPORTING SERVICES B.V. - APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAPE + + BAPE + + + + + + + BALTPOOL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BAPX + + BAPX + + + + + + + BARCLAYS FX - TRADING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BARD + + BARD + + + + + + + CBOE EUROPE - REGULATED MARKET DARK BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BARK + + BARK + + + + + + + BARCLAYS LIQUID MARKETS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BARL + + BARL + + + + + + + CBOE EUROPE - REGULATED MARKET OFF BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BARO + + BARO + + + + + + + CBOE EUROPE - REGULATED MARKET INTEGRATED BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BART + + BART + + + + + + + CBOE EUROPE - REGULATED MARKET DARK BOOK (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BARU + + BARU + + + + + + + BARCLAYS ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BARX + + BARX + + + + + + + BANK OF AMERICA MERRILL LYNCH - SWAP EXECUTIONS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BASE + + BASE + + + + + + + BANK OF AMERICA, NATIONAL ASSOCIATION - LONDON BRANCH OFFICE - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BASI + + BASI + + + + + + + BANK OF AMERICA MERRILL LYNCH - SIMPLEX BLAST X operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BASX + + BASX + + + + + + + CBOE EUROPE -BXE DARK ORDER BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BATD + + BATD + + + + + + + CBOE EUROPE -BXE ORDER BOOKS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BATE + + BATE + + + + + + + CBOE EUROPE - BXE OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BATF + + BATF + + + + + + + CBOE BZX OPTIONS EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BATO + + BATO + + + + + + + CBOE EUROPE - BXE PERIODIC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BATP + + BATP + + + + + + + CBOE BZX U.S. EQUITIES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BATS + + BATS + + + + + + + CBOE BYX U.S. EQUITIES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BATY + + BATY + + + + + + + BARCLAYS BANK IRELAND PLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BBIE + + BBIE + + + + + + + BARCLAYS BANK IRELAND PLC - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BBIS + + BBIS + + + + + + + BLOOMBERG SEF LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BBSF + + BBSF + + + + + + + BARCLAYS BANK PLC - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BBSI + + BBSI + + + + + + + BANCO BILBAO VIZCAYA ARGENTARIA S.A - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BBVA + + BBVA + + + + + + + BARCLAYS DIRECT EX ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCDX + + BCDX + + + + + + + BANQUE ET CAISSE D'EPARGNE DE L'ETAT, LUXEMBOURG - BCEE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCEE + + BCEE + + + + + + + BOLSA DE COMERCIO DE SANTA FE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCFS + + BCFS + + + + + + + BANCA MARCH S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCMA + + BCMA + + + + + + + BOLSA DE CEREAIS E MERCADORIAS DE MARINGA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCMM + + BCMM + + + + + + + CBOE EUROPE REGULATED MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCRM + + BCRM + + + + + + + BROKERCREDITSERVICE (CYPRUS) LIMITED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCSC + + BCSC + + + + + + + BELARUS CURRENCY AND STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCSE + + BCSE + + + + + + + BARCLAYS CAPITAL SECURITIES LIMITED - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCSI + + BCSI + + + + + + + BARCLAYS CAPITAL SECURITIES LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCSL + + BCSL + + + + + + + CBOE EUROPE EQUITIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BCXE + + BCXE + + + + + + + BAYERNLB - IDEAL FX - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BDEA + + BDEA + + + + + + + MTS ASSOCIATED MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEAM + + BEAM + + + + + + + BOND ELECTRONIC EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEEX + + BEEX + + + + + + + BANCA ETICA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEIS + + BEIS + + + + + + + BELFIUS BANK NV/SA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BELB + + BELB + + + + + + + BELFIUS BANK NV/SA FIXED INCOME - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BELF + + BELF + + + + + + + BOERSE BERLIN - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BERA + + BERA + + + + + + + BOERSE BERLIN - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BERB + + BERB + + + + + + + BOERSE BERLIN - BERLIN SECOND REGULATED MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BERC + + BERC + + + + + + + BETA MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BETA + + BETA + + + + + + + BLOOMBERG TRADEBOOK JAPAN LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BETP + + BETP + + + + + + + BET OTC BILAT COMMODITY DERIVATIVES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BETX + + BETX + + + + + + + CBOE EUROPE - BXE DARK ORDER BOOK (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEUD + + BEUD + + + + + + + CBOE EUROPE - BXE ORDER BOOKS (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEUE + + BEUE + + + + + + + CBOE EUROPE - BXE OFF-BOOK (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEUF + + BEUF + + + + + + + CBOE EUROPE - REGULATED MARKET OFF BOOK (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEUO + + BEUO + + + + + + + CBOE EUROPE - BXE PERIODIC (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEUP + + BEUP + + + + + + + CBOE EUROPE - REGULATED MARKET INTEGRATED BOOK (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BEUT + + BEUT + + + + + + + BAHRAIN FINANCIAL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BFEX + + BFEX + + + + + + + BANCO FINANTIA S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BFPT + + BFPT + + + + + + + BGC BROKERS LP - TRAYPORT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGCB + + BGCB + + + + + + + BGC DERIVATIVE MARKETS L.P. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGCD + + BGCD + + + + + + + BGC FINANCIAL INC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGCF + + BGCF + + + + + + + BGC BROKERS LP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGCI + + BGCI + + + + + + + BGC BROKERS LP - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGCO + + BGCO + + + + + + + BERENBERG FIXED INCOME - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGFI + + BGFI + + + + + + + BERENBERG FX - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGFX + + BGFX + + + + + + + BERENBERG - SYSTEMATIC - INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BGSI + + BGSI + + + + + + + BATS HOTSPOT SEF LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BHSF + + BHSF + + + + + + + BANK HANDLOWY W WARSZAWIE S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BHWA + + BHWA + + + + + + + BIDS TRADING L.P. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BIDS + + BIDS + + + + + + + OFF-EXCHANGE TRANSACTIONS - LISTED AND UNLISTED INSTRUMENTS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BILT + + BILT + + + + + + BOND INVEST - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BINV + + BINV + + + + + + + GOLDMAN SACHS INTERNATIONAL BANK - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BISI + + BISI + + + + + + + BOLSA INSTITUCIONAL DE VALORES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BIVA + + BIVA + + + + + + + BNY MELLON S.A./N.V. - BRUSSELS BRANCH - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BKBF + + BKBF + + + + + + + BNY MELLON S.A./N.V. - BRUSSELS BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BKBR + + BKBR + + + + + + + BNY MELLON MARKETS EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BKDM + + BKDM + + + + + + + BNY MELLON - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BKLF + + BKLF + + + + + + + BNY MELLON INTERNATIONAL - LONDON BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BKLN + + BKLN + + + + + + + BKS BANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BKSK + + BKSK + + + + + + + BAYERNLB operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLBB + + BLBB + + + + + + + BANJA LUKA STOCK EXCHANGE - FREE MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLBF + + BLBF + + + + + + + BAYERNLB - BONDS MARKET - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLBS + + BLBS + + + + + + + BAYERNLB - EQUITIES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLEQ + + BLEQ + + + + + + + BLOCK EVENT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLEV + + BLEV + + + + + + + BAYERNLB - LIQP BONDS MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLIQ + + BLIQ + + + + + + + INSTINET BLOCKCROSS ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLKX + + BLKX + + + + + + + BLINK MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLNK + + BLNK + + + + + + + BLOCKMATCH DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLOX + + BLOX + + + + + + + BELGIAN POWER EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLPX + + BLPX + + + + + + + BLOOMBERG TRADEBOOK LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLTD + + BLTD + + + + + + + BALTEX - FREIGHT DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLTX + + BLTX + + + + + + + PRO SECURITIES ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLUE + + BLUE + + + + + + + BANQUE DE LUXEMBOURG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLUX + + BLUX + + + + + + + INSTINET BLX (AU) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BLXA + + BLXA + + + + + + + BME CLEARING S.A. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMCL + + BMCL + + + + + + + BME - APA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMEA + + BMEA + + + + + + + BME - BOLSAS Y MERCADOS ESPANOLES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMEX + + BMEX + + + + + + + BANK OF MONTREAL - LONDON BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMLB + + BMLB + + + + + + + BANK OF AMERICA MERRILL LYNCH INTERNATIONAL BANK DESIGNATED ACTIVITY COMPANY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMLX + + BMLX + + + + + + + BANK OF AMERICA MERRILL LYNCH INTERNATIONAL BANK DESIGNATED ACTIVITY COMPANY - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMSI + + BMSI + + + + + + + BLOOMBERG TRADING FACILITY LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMTF + + BMTF + + + + + + + MTS BELGIUM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BMTS + + BMTS + + + + + + + TRADEWEB DIRECT LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNDD + + BNDD + + + + + + + BANCA NAZIONALE DEL LAVORO SPA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNLD + + BNLD + + + + + + + BNP PARIBAS ARBITRAGE SNC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNPA + + BNPA + + + + + + + BNP PARIBAS FORTIS SA/NV- SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNPF + + BNPF + + + + + + + BANK BGZ BNP PARIBAS S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNPP + + BNPP + + + + + + + BNP PARIBAS SA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNPS + + BNPS + + + + + + + THE BANK OF NOVA SCOTIA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNSX + + BNSX + + + + + + + BLOCKMATCH MTF NT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNTW + + BNTW + + + + + + + CONVERGEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BNYC + + BNYC + + + + + + + BANK OF AMERICA, NATIONAL ASSOCIATION - LONDON BRANCH OFFICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOAL + + BOAL + + + + + + + CINNOBER BOAT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOAT + + BOAT + + + + + + + BANK OF SCOTLAND PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOFS + + BOFS + + + + + + + BONDSCAPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOSC + + BOSC + + + + + + + NASDAQ OMX BX DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOSD + + BOSD + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/BONDSPOT/MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOSP + + BOSP + + + + + + + OFF EXCHANGE IDENTIFIER FOR OTC TRADES REPORTED TO CBOE EUROPE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOTC + + BOTC + + + + + + + BOTSWANA STOCK EXCHANGE - EXCHANGE TRADED FUNDS (ETF) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOTE + + BOTE + + + + + + + BOTSWANA STOCK EXCHANGE - VENTURE CAPITAL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOTV + + BOTV + + + + + + + BOLSA DE CORREDORES - BOLSA DE VALORES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOVA + + BOVA + + + + + + + BOLSA DE VALORES MINAS-ESPIRITO SANTO-BRASILIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BOVM + + BOVM + + + + + + + PKO BANK POLSKI S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BPKO + + BPKO + + + + + + + BARCLAYS BANK PLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BPLC + + BPLC + + + + + + + BLOOMBERG BPOOL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BPOL + + BPOL + + + + + + + BNP PARIBAS SECURITIES SERVICES - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BPSX + + BPSX + + + + + + + BRD - GROUPE SOCIETE GENERALE S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BRDE + + BRDE + + + + + + + BRD - GROUPE SOCIETE GENERALE S.A. - LIQUIDITY PROVIDER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BRDL + + BRDL + + + + + + + BRD - GROUPE SOCIETE GENERALE S.A. - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BRDS + + BRDS + + + + + + + BANCA REALE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BREA + + BREA + + + + + + + BLOCKMATCH MTF RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BRFQ + + BRFQ + + + + + + + BRYAN GARNIER AND CO LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BRGA + + BRGA + + + + + + + BRAZILIAN ENERGY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BRIX + + BRIX + + + + + + + BERNSTEIN CROSS (BERN-X) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BRNX + + BRNX + + + + + + + BAKU STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BSEX + + BSEX + + + + + + + BAYERNLB - FX HANDEL - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BSFX + + BSFX + + + + + + + BSE SME market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BSME + + BSME + + + + + + + CME AMSTERDAM B.V. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BTAM + + BTAM + + + + + + + ICAP ELECTRONIC BROKING (US) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BTEC + + BTEC + + + + + + + BROKERTEC EUROPE LIMITED - ALL MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BTEE + + BTEE + + + + + + + BLOOMBERG TRADING FACILITY B.V. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BTFE + + BTFE + + + + + + + BTL OTC BILAT COMMODITY DERIVATIVES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BTLX + + BTLX + + + + + + + BITNOMIAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BTNL + + BTNL + + + + + + + NASDAQ COMMODITIES - BULK COMMODITY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BULK + + BULK + + + + + + + CARACAS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BVCA + + BVCA + + + + + + + BM&FBOVESPA S.A. - BOLSA DE VALORES, MERCADORIAS E FUTUROS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BVMF + + BVMF + + + + + + + BONDVISION UK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BVUK + + BVUK + + + + + + + BOLSA ELECTRONICA DE VALORES DEL URUGUAY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BVUR + + BVUR + + + + + + + BONDVISION US market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BVUS + + BVUS + + + + + + + CBOE BYX U.S. EQUITIES EXCHANGE DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BYXD + + BYXD + + + + + + + CBOE BZX U.S. EQUITIES EXCHANGE DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-BZXD + + BZXD + + + + + + + C2 OPTIONS EXCHANGE INC. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-C2OX + + C2OX + + + + + + + CAIXABANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CABK + + CABK + + + + + + + CME AMSTERDAM B.V. - APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CABV + + CABV + + + + + + + CREDIT SUISSE AES CROSSFINDER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CAES + + CAES + + + + + + + CANDEAL.CA INC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CAND + + CAND + + + + + + + CANNEX FINANCIAL EXCHANGE LTS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CANX + + CANX + + + + + + + CBOE EUROPE - APA (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CAPA + + CAPA + + + + + + + CAPI - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CAPI + + CAPI + + + + + + + CARNEGIE INVESTMENT BANK AB - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CASI + + CASI + + + + + + + CATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CATS + + CATS + + + + + + + CAVENDISH MARKETS B.V. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CAVD + + CAVD + + + + + + + CAVEAT EMPTOR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CAVE + + CAVE + + + + + + + COMMONWEALTH BANK OF AUSTRALIA - LONDON BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBAL + + CBAL + + + + + + + COMMERZBANK AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBKA + + CBKA + + + + + + + COMMERZBANK COMMODITY DERIVATIVES - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBKC + + CBKC + + + + + + + COMMERZBANK EQUITY DERIVATIVES - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBKD + + CBKD + + + + + + + COMMERZBANK EQUITY - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBKE + + CBKE + + + + + + + COMMERZBANK COMMANDER - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBKF + + CBKF + + + + + + + COMMERZBANK FIXED INCOME - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBKG + + CBKG + + + + + + + CITIBLOC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBLC + + CBLC + + + + + + + CITIBANK N.A. - LONDON BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBNL + + CBNL + + + + + + + CBOE STOCK EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBSX + + CBSX + + + + + + + CME SWAPS MARKETS (CBOT) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CBTS + + CBTS + + + + + + + CITADEL CONNECT EUROPE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCEU + + CCEU + + + + + + + CASPY COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCEX + + CCEX + + + + + + + CHINA FINANCIAL FUTURES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCFX + + CCFX + + + + + + + FINESTI S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCLX + + CCLX + + + + + + + CONTINENTAL CAPITAL MARKETS LIMITED - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCML + + CCML + + + + + + + CONTINENTAL CAPITAL MARKETS S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCMS + + CCMS + + + + + + + CANTORCO2E.COM LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCO2 + + CCO2 + + + + + + + CBOE EUROPE REGULATED MARKETS (NL) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCRM + + CCRM + + + + + + + CBOE EUROPE EQUITIES - EUROPEAN EQUITIES (NL) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CCXE + + CCXE + + + + + + + CITADEL SECURITIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CDED + + CDED + + + + + + + CLEARCORP DEALING SYSTEMS (INDIA) LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CDSL + + CDSL + + + + + + + CME SWAPS MARKETS (COMEX) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CECS + + CECS + + + + + + + CESKOSLOVENSKA OBCHODNI BANKA, A.S. - OTHER LIQUIDITY PROVIDER (OLP) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CELP + + CELP + + + + + + + CITIBANK EUROPE PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CEPL + + CEPL + + + + + + + CITIBANK EUROPE PLC - LONDON BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CEPU + + CEPU + + + + + + + CESKOSLOVENSKA OBCHODNI BANKA, A.S. - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CESI + + CESI + + + + + + + CETIP S.A. - MERCADOS ORGANIZADOS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CETI + + CETI + + + + + + + CBOE EUROPE - CXE DARK ORDER BOOK (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CEUD + + CEUD + + + + + + + CBOE EUROPE - CXE OFF-BOOK (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CEUO + + CEUO + + + + + + + CBOE EUROPE - CXE ORDER BOOKS (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CEUX + + CEUX + + + + + + + CROSSFINDER AUSTRALIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CFAU + + CFAU + + + + + + + CHINA FOREIGN EXCHANGE TRADE SYSTEM - SHANGHAI - HONG KONG BOND CONNECT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CFBC + + CFBC + + + + + + + CROSSFINDER HONG KONG market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CFHK + + CFHK + + + + + + + CREDIT FINANCIER INVEST (CFI) LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CFIF + + CFIF + + + + + + + CROSSFINDER JAPAN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CFJP + + CFJP + + + + + + + CROSSFINDER TAIWAN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CFTW + + CFTW + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - COLLATERALIZED MONEY MARKET GUARANTEE SERVICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGCM + + CGCM + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - BONDS CCP SERVICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGDB + + CGDB + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - EURO BONDS CCP SERVICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGEB + + CGEB + + + + + + + CGEC - CITIGROUP GLOBAL MARKETS EUROPE AG - CENTRAL RISK DESK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGEC + + CGEC + + + + + + + CITI MATCH - DE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGEE + + CGEE + + + + + + + CITIGROUP GLOBAL MARKETS EUROPE AG - EMEA TRADING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGET + + CGET + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP AGRICULTURAL COMMODITY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGGD + + CGGD + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGIT + + CGIT + + + + + + + CITI MATCH AUSTRALIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGMA + + CGMA + + + + + + + CITIGROUP GLOBAL MARKETS LIMITED - CENTRAL RISK DESK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGMC + + CGMC + + + + + + + CITIGROUP GLOBAL MARKETS EUROPE AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGMD + + CGMD + + + + + + + CITI MATCH - GB market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGME + + CGME + + + + + + + CITI MATCH - HK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGMH + + CGMH + + + + + + + CITIGROUP GLOBAL MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGMI + + CGMI + + + + + + + CITIGROUP GLOBAL MARKETS LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGML + + CGML + + + + + + + CITIGROUP GLOBAL MARKETS LIMITED - EMEA TRADING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGMT + + CGMT + + + + + + + CITI MEXICO RPI (RETAIL PRICE IMPROVEMENT) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGMX + + CGMX + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP ENERGY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGND + + CGND + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - CCP EQUITY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGQD + + CGQD + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - EQUITY CCP SERVICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGQT + + CGQT + + + + + + + CASSA DI COMPENSAZIONE E GARANZIA SPA - TRIPARTY REPO CCP SERVICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CGTR + + CGTR + + + + + + + CA CHEUVREUX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHEV + + CHEV + + + + + + + CHI-X AUSTRALIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHIA + + CHIA + + + + + + + CHI-X CANADA ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHIC + + CHIC + + + + + + + CBOE EUROPE - CXE DARK ORDER BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHID + + CHID + + + + + + + CHI-X JAPAN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHIJ + + CHIJ + + + + + + + CBOE EUROPE - CXE OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHIO + + CHIO + + + + + + + CHI-X JAPAN SELECT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHIS + + CHIS + + + + + + + CHI-X JAPAN VWAP CROSSING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHIV + + CHIV + + + + + + + CBOE EUROPE - CXE ORDER BOOKS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CHIX + + CHIX + + + + + + + CANADIAN IMPERIAL BANK OF COMMERCE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIBC + + CIBC + + + + + + + CIB BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIBH + + CIBH + + + + + + + CIBC WORLD MARKETS PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIBP + + CIBP + + + + + + + CITI CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CICX + + CICX + + + + + + + CIMD S.V. S.A. - OTF FOR BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIMB + + CIMB + + + + + + + CIMD S.V. S.A. - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIMD + + CIMD + + + + + + + CIMD S.V. S.A. - OTF FOR ENERGY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIME + + CIME + + + + + + + CIMD S.V. S.A. - OTF FOR DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIMV + + CIMV + + + + + + + CIOI market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CIOI + + CIOI + + + + + + + CITI DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CITD + + CITD + + + + + + + CITI MATCH - JP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CITX + + CITX + + + + + + + CLSA AUSTRALIA - DARK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CLAU + + CLAU + + + + + + + CLSA HONG KONG - DARK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CLHK + + CLHK + + + + + + + CLSA JAPAN - DARK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CLJP + + CLJP + + + + + + + CLIMEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CLMX + + CLMX + + + + + + + CLSA PHILIPPINES - DARK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CLPH + + CLPH + + + + + + + CLEARTRADE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CLTD + + CLTD + + + + + + + CREDIT INDUSTRIEL ET COMMERCIAL - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CMCI + + CMCI + + + + + + + CME CLEARING EUROPE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CMEC + + CMEC + + + + + + + CME EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CMEE + + CMEE + + + + + + + CME SWAPS MARKETS (CME) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CMES + + CMES + + + + + + + CLEAR MARKETS JAPAN, INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CMET + + CMET + + + + + + + CLEAR MARKETS EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CMMT + + CMMT + + + + + + + CLEAR MARKETS NORTH AMERICA, INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CMSF + + CMSF + + + + + + + CARNEGIE AS - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CNSI + + CNSI + + + + + + + LA COTE ALPHA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-COAL + + COAL + + + + + + + CODA MICRO AND BLOCK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CODA + + CODA + + + + + + + COMMERG LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-COMG + + COMG + + + + + + + COMMERG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-COMM + + COMM + + + + + + + CONCORDE SECURITIES LTD. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CONC + + CONC + + + + + + + ATD - CITIGROUP AGENCY OPTION AND EQUITIES ROUTING ENGINE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CORE + + CORE + + + + + + + BMO CAPITAL MARKETS - CAD OTC TRADES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-COTC + + COTC + + + + + + + CLEARPOOL EXECUTION SERVICES, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CPGX + + CPGX + + + + + + + CAPTIN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CPTX + + CPTX + + + + + + + CREDIT SUISSE (US) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CRED + + CRED + + + + + + + CREDEM BANCA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CREM + + CREM + + + + + + + CRYEX - FX AND DIGITAL CURRENCIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CRYD + + CRYD + + + + + + + CRYPTO FACILITIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CRYP + + CRYP + + + + + + + CRYEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CRYX + + CRYX + + + + + + + CREDIT SUISSE AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSAG + + CSAG + + + + + + + CREDIT SUISSE EQUITIES (AUSTRALIA) LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSAU + + CSAU + + + + + + + CREDIT SUISSE AES EUROPE BENCHMARK CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSBX + + CSBX + + + + + + + CREDIT SUISSE AES CROSSFINDER EUROPE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSCF + + CSCF + + + + + + + CITADEL SECURITIES FI - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSEC + + CSEC + + + + + + + CREDIT SUISSE (EUROPE) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSEU + + CSEU + + + + + + + CITADEL SECURITIES FI - EUROPE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSGI + + CSGI + + + + + + + CREDIT SUISSE SECURITIES (HONG KONG) LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSHK + + CSHK + + + + + + + CREDIT SUISSE INTERNATIONAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSIN + + CSIN + + + + + + + CREDIT SUISSE EQUITIES (JAPAN) LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSJP + + CSJP + + + + + + + CREDIT SUISSE AG - LONDON BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSLB + + CSLB + + + + + + + CREDIT SUISSE LIGHT POOL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSLP + + CSLP + + + + + + + CREDIT SUISSE SECURITIES SOCIEDAD DE VALORES, S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSMD + + CSMD + + + + + + + CESKOSLOVENSKA OBCHODNI BANKA, A.S. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSOB + + CSOB + + + + + + + CREDIT SUISSE AG - OHS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSOT + + CSOT + + + + + + + CREDIT SUISSE INTERNATIONAL - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSSI + + CSSI + + + + + + + CHINA STAINLESS STEEL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSSX + + CSSX + + + + + + + NASDAQ CLEARING AB market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSTO + + CSTO + + + + + + + CREDIT SUISSE (CH) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CSZH + + CSZH + + + + + + + CUREX FX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CURX + + CURX + + + + + + + CHI-X MARKET AUSTRALIA - LIMIT VENUE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAC + + CXAC + + + + + + + CHI-X AUSTRALIA MARKET PEG (FARPOINT) VENUE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAF + + CXAF + + + + + + + CHI-X MOC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAM + + CXAM + + + + + + + CHI-X AUSTRALIA PRIMARY PEG (NEARPOINT) VENUE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAN + + CXAN + + + + + + + CHI-X AUSTRALIA MID-POINT VENUE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAP + + CXAP + + + + + + + CHI-X AUSTRALIA -QUOTED MANAGED FUNDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAQ + + CXAQ + + + + + + + CHI-X AUSTRALIA - TRANSFERABLE CUSTODY RECEIPT MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAR + + CXAR + + + + + + + CHI-X VWAP market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAV + + CXAV + + + + + + + CHI-X AUSTRALIA - WARRANTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXAW + + CXAW + + + + + + + CREDITEX BROKERAGE LLP - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXOT + + CXOT + + + + + + + CREDITEX BROKERAGE LLP - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-CXRT + + CXRT + + + + + + + DAIWA CAPITAL MARKETS EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DAIW + + DAIW + + + + + + + DEUTSCHE BOERSE AG - APA SERVICE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DAPA + + DAPA + + + + + + + DANSKE BANK A/S - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DASI + + DASI + + + + + + + J AND E DAVY - IRISH GOVERNMENT BOND - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DAVY + + DAVY + + + + + + + DEUTSCHE BANK SECURITIES INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBAB + + DBAB + + + + + + + DEUTSCHE BANK AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBAG + + DBAG + + + + + + + DEUTSCHE BANK - CENTRAL RISK BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBCR + + DBCR + + + + + + + DEUTSCHE BANK - CLOSE CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBCX + + DBCX + + + + + + + DEUTSCHE BANK - DIRECT CAPITAL ACCESS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBDC + + DBDC + + + + + + + DEUTSCHE BANK AG - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBES + + DBES + + + + + + + DEUTSCHE BANK HONG KONG ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBHK + + DBHK + + + + + + + DEUTSCHE BANK INTERNALISATION operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBIX + + DBIX + + + + + + + DEUTSCHE BANK AG - LONDON - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBLN + + DBLN + + + + + + + DEUTSCHE BANK LUXEMBOURG S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBLX + + DBLX + + + + + + + DEUTSCHE BANK - MANUAL OTC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBMO + + DBMO + + + + + + + DEUTSCHE BANK OFF EXCHANGE TRADING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBOX + + DBOX + + + + + + + DEUTSCHE BANK - SUPERX EU market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBSE + + DBSE + + + + + + + DEUTSCHE BANK SUPER X operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DBSX + + DBSX + + + + + + + NASDAQ COPENHAGEN A/S - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DCSE + + DCSE + + + + + + + DUTCH CARIBBEAN SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DCSX + + DCSX + + + + + + + DEAL DONE TRADING - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DDTX + + DDTX + + + + + + + DCX (DERIVATIVES CURRENCY EXCHANGE) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DEAL + + DEAL + + + + + + + DEKABANK DEUTSCHE GIROZENTRALE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DEKA + + DEKA + + + + + + + DUBAI GOLD & COMMODITIES EXCHANGE DMCC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DGCX + + DGCX + + + + + + + NASDAQ HELSINKI LTD - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DHEL + + DHEL + + + + + + + DEUTSCHE HOLDINGS (LUXEMBOURG) S.A R.L. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DHLX + + DHLX + + + + + + + NASDAQ ICELAND HF. - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DICE + + DICE + + + + + + + NASDAQ DUBAI operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DIFX + + DIFX + + + + + + + NASDAQ STOCKHOLM AB - DANISH EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DKED + + DKED + + + + + + + NASDAQ STOCKHOLM AB - DANISH FI DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DKFI + + DKFI + + + + + + + DANSK OTC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DKTC + + DKTC + + + + + + + FIRST NORTH DENMARK - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DNDK + + DNDK + + + + + + + FIRST NORTH FINLAND - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DNFI + + DNFI + + + + + + + FIRST NORTH ICELAND - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DNIS + + DNIS + + + + + + + FIRST NORTH SWEDEN - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DNSE + + DNSE + + + + + + + FIRST NORTH SWEDEN - NORWAY NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DOSE + + DOSE + + + + + + + SWISS DOTS BY CATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DOTS + + DOTS + + + + + + + DOWGATE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DOWG + + DOWG + + + + + + + DAIWA DRECT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DRCT + + DRCT + + + + + + + QATAR EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DSMD + + DSMD + + + + + + + FIRST NORTH DENMARK -SME GROWTH MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DSME + + DSME + + + + + + + NASDAQ STOCKHOLM AB - NORDIC@MID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DSTO + + DSTO + + + + + + + DUBAI MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DUMX + + DUMX + + + + + + + BOERSE DUESSELDORF - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DUSA + + DUSA + + + + + + + BOERSE DUESSELDORF - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DUSB + + DUSB + + + + + + + BOERSE DUESSELDORF - QUOTRIX - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DUSC + + DUSC + + + + + + + BOERSE DUESSELDORF - QUOTRIX MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DUSD + + DUSD + + + + + + + DIGITAL VEGA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DVFX + + DVFX + + + + + + + DEALERWEB FIXED INCOME operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DWFI + + DWFI + + + + + + + DW SEF LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DWSF + + DWSF + + + + + + + DZ BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-DZBK + + DZBK + + + + + + + EBM - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBMX + + EBMX + + + + + + + NASDAQ STOCKHOLM AB - EUR FI DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBON + + EBON + + + + + + + BRATISLAVA STOCK EXCHANGE-MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBRA + + EBRA + + + + + + + EBS MARKET- CLOB - FOR THE TRADING OF SPOT FX, PRECIOUS METALS AND OTHER FX PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBSC + + EBSC + + + + + + + EBS MTF - RFQ - FOR THE TRADING OF FX PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBSD + + EBSD + + + + + + + EBS MTF - RFQ - FOR ASSET MANAGERS TRADING FX PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBSI + + EBSI + + + + + + + EBS MTF - CLOB - FOR THE TRADING OF FX PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBSM + + EBSM + + + + + + + EBS MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBSN + + EBSN + + + + + + + EBS SERVICE COMPANY LIMITED - ALL MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EBSS + + EBSS + + + + + + + EUREX CLEARING AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ECAG + + ECAG + + + + + + + EUREX CLEARING ASIA PTE. LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ECAL + + ECAL + + + + + + + TRADECHO EU APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ECEU + + ECEU + + + + + + + LONDON STOCK EXCHANGE - APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ECHO + + ECHO + + + + + + + ENTERPRISE COMMODITY SERVICES LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ECSL + + ECSL + + + + + + + CBOE EDGX U.S. EQUITIES EXCHANGE DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EDDP + + EDDP + + + + + + + CBOE EDGA U.S. EQUITIES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EDGA + + EDGA + + + + + + + CBOE EDGA U.S. EQUITIES EXCHANGE DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EDGD + + EDGD + + + + + + + CBOE EDGX OPTIONS EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EDGO + + EDGO + + + + + + + CBOE EDGX U.S. EQUITIES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EDGX + + EDGX + + + + + + + EDMOND DE ROTHSCHILD (FRANCE) - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EDRF + + EDRF + + + + + + + EUREX EXCHANGE ASIA PTE. LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EEAL + + EEAL + + + + + + + EAST EUROPEAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EESE + + EESE + + + + + + + EG MARKET TECHNOLOGIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EGMT + + EGMT + + + + + + + ERSTE GROUP BANK AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EGSI + + EGSI + + + + + + + ESTATES AND INFRASTRUCTURE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EIXE + + EIXE + + + + + + + NASDAQ COMMODITIES - EUR POWER/ENERGY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ELEU + + ELEU + + + + + + + ELIXIUM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ELIX + + ELIX + + + + + + + NASDAQ COMMODITIES - NOK POWER/ENERGY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ELNO + + ELNO + + + + + + + NASDAQ COMMODITIES - SEK POWER/ENERGY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ELSE + + ELSE + + + + + + + NASDAQ COMMODITIES - GBP POWER/ENERGY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ELUK + + ELUK + + + + + + + ELIXIUM S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ELXE + + ELXE + + + + + + + EMERGING MARKETS BOND EXCHANGE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMBX + + EMBX + + + + + + + E-MID - E-MIDER MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMDR + + EMDR + + + + + + + E-MID - BANCA D'ITALIA SHARES TRADING MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMIB + + EMIB + + + + + + + E-MID operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMID + + EMID + + + + + + + E-MID REPO market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMIR + + EMIR + + + + + + + MIAX EMERALD, LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMLD + + EMLD + + + + + + + EURO MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMTF + + EMTF + + + + + + + EBM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EMTS + + EMTS + + + + + + + ATHENS EXCHANGE ALTERNATIVE MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ENAX + + ENAX + + + + + + + ENCLEAR operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ENCL + + ENCL + + + + + + + EURONEXT SYNAPSE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ENSY + + ENSY + + + + + + + EURONEXT ACCESS LISBON market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ENXL + + ENXL + + + + + + + E-OTC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EOTC + + EOTC + + + + + + + EPEX SPOT SE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EPEX + + EPEX + + + + + + + EQUILEND LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EQIE + + EQIE + + + + + + + EQUILEND EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EQLD + + EQLD + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EQTA + + EQTA + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - BERLIN SECOND REGULATED MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EQTB + + EQTB + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EQTC + + EQTC + + + + + + + BOERSE BERLIN EQUIDUCT TRADING - OTC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EQTD + + EQTD + + + + + + + ERIS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ERIS + + ERIS + + + + + + + ERSTE BEFEKTETESI ZRT - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ERST + + ERST + + + + + + + NASDAQ STOCKHOLM AB - NORWAY ETF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ESTO + + ESTO + + + + + + + ELECTRONIC ETF, ETC/ETN AND OPEN-END FUNDS MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ETFP + + ETFP + + + + + + + EUROTLX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ETLX + + ETLX + + + + + + + ENERGY TRADING PLATFORM AMSTERDAM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ETPA + + ETPA + + + + + + + ETS EURASIAN TRADING SYSTEM COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ETSC + + ETSC + + + + + + + CITADEL CONNECT EUROPE - EU - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EUCC + + EUCC + + + + + + + EUREX ZURICH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EUCH + + EUCH + + + + + + + EUREX REPO MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EURM + + EURM + + + + + + + EUREX CH SECLEND MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EUSC + + EUSC + + + + + + + EUREX OTC SPOT MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EUSP + + EUSP + + + + + + + EUWAX AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EUWA + + EUWA + + + + + + + NASDAQ STOCKHOLM AB - EUR WB EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EUWB + + EUWB + + + + + + + EUWAX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EUWX + + EUWX + + + + + + + EUROPEAN WHOLESALE SECURITIES MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EWSM + + EWSM + + + + + + + WIENER BOERSE AG, AUSTRIAN ENERGY EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXAA + + EXAA + + + + + + + EXANE BNP PARIBAS - BID-OFFER CROSSING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXBO + + EXBO + + + + + + + EXANE BNP PARIBAS - CLOSING PRICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXCP + + EXCP + + + + + + + EXANE BNP PARIBAS - DIRECT CAPITAL ACCESS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXDC + + EXDC + + + + + + + EXANE BNP PARIBAS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXEU + + EXEU + + + + + + + EXANE BNP PARIBAS - LIQUIDITY PROVISION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXLP + + EXLP + + + + + + + EXANE BNP PARIBAS - MID POINT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXMP + + EXMP + + + + + + + EXANE BNP PARIBAS - CHILD ORDER CROSSING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXOR + + EXOR + + + + + + + EXOTIX CAPITAL - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXOT + + EXOT + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER CORPORATE BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSB + + EXSB + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER OTC DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSD + + EXSD + + + + + + + EXANE BNP PARIBAS - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSE + + EXSE + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER OTHER BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSF + + EXSF + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER SHARES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSH + + EXSH + + + + + + + EXANE BNP PARIBAS - GB - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSI + + EXSI + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER STRUCTURED PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSP + + EXSP + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXSY + + EXSY + + + + + + + ENERGY EXCHANGE ISTANBUL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXTR + + EXTR + + + + + + + EXANE BNP PARIBAS - VOLUME PROFILE CROSSING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXVP + + EXVP + + + + + + + EXANE DERIVATIVES - SYSTEMATIC INTERNALISER CONVERTIBLES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-EXYY + + EXYY + + + + + + + CANTOR SPREADFAIR operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FAIR + + FAIR + + + + + + + FASTMATCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FAST + + FAST + + + + + + + FINECO BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FBSI + + FBSI + + + + + + + CHICAGO BOARD OF TRADE (FLOOR) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FCBT + + FCBT + + + + + + + CHICAGO MERCANTILE EXCHANGE (FLOOR) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FCME + + FCME + + + + + + + KAASUPORSSI - FINNISH GAS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FGEX + + FGEX + + + + + + + FINANCIALCONTENT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FICO + + FICO + + + + + + + FINANCIAL INFORMATION CONTRIBUTORS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FICX + + FICX + + + + + + + NASDAQ STOCKHOLM AB - FINNISH EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FIED + + FIED + + + + + + + FINRA/NASDAQ TRF CHICAGO (TRADE REPORTING FACILITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FINC + + FINC + + + + + + + FINRA/NASDAQ TRF CARTERET (TRADE REPORTING FACILITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FINN + + FINN + + + + + + + FINRA ORF (TRADE REPORTING FACILITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FINO + + FINO + + + + + + + FINRA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FINR + + FINR + + + + + + + FINRA/NYSE TRF (TRADE REPORTING FACILITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FINY + + FINY + + + + + + + FISH POOL ASA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FISH + + FISH + + + + + + + FREIGHT INVESTOR SERVICES LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FISU + + FISU + + + + + + + FLOW TRADERS - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FLTR + + FLTR + + + + + + + FLOW TRADERS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FLWX + + FLWX + + + + + + + MTS FRANCE SAS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FMTS + + FMTS + + + + + + + FENICS - US TREASURIES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNCS + + FNCS + + + + + + + FIRST NORTH DENMARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNDK + + FNDK + + + + + + + FIRST NORTH ESTONIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNEE + + FNEE + + + + + + + FIRST NORTH FINLAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNFI + + FNFI + + + + + + + FIRST NORTH ICELAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNIS + + FNIS + + + + + + + FIRST NORTH LITHUANIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNLT + + FNLT + + + + + + + FIRST NORTH LATVIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNLV + + FNLV + + + + + + + FIRST NORTH SWEDEN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FNSE + + FNSE + + + + + + + BOERSE FRANKFURT - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FRAA + + FRAA + + + + + + + BOERSE FRANKFURT - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FRAB + + FRAB + + + + + + + BOERSE FRANKFURT - SCALE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FRAS + + FRAS + + + + + + + BOERSE FRANKFURT - REGULIERTERMARKT - OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FRAU + + FRAU + + + + + + + BOERSE FRANKFURT - FREIVERKEHR- OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FRAV + + FRAV + + + + + + + BOERSE FRANKFURT - SCALE - OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FRAW + + FRAW + + + + + + + NASDAQ COMMODITIES - FREIGHT COMMODITY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FREI + + FREI + + + + + + + FORTE - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FRTE + + FRTE + + + + + + + FTSEF LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FSEF + + FSEF + + + + + + + FISHEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FSHX + + FSHX + + + + + + + FIRST NORTH FINLAND - SME GROWTH MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FSME + + FSME + + + + + + + 42 FINANCIAL SERVICES - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FTFM + + FTFM + + + + + + + 42 FINANCIAL SERVICES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FTFS + + FTFS + + + + + + + FXALL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXAL + + FXAL + + + + + + + CLEARCORP DEALING SYSTEMS INDIA LIMITED - FX-CLEAR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXCL + + FXCL + + + + + + + FXCM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXCM + + FXCM + + + + + + + FINANCIAL AND RISK TRANSACTIONS SERVICES IRELAND LIMITED - FORWARDS MATCHING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXFM + + FXFM + + + + + + + FXCM - MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXGB + + FXGB + + + + + + + TRADITION-NEX OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXOP + + FXOP + + + + + + + FINANCIAL AND RISK TRANSACTIONS SERVICES IRELAND LIMITED - FXALL RFQ MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXRQ + + FXRQ + + + + + + + CLEARCORP DEALING SYSTEMS INDIA LIMITED - FX-SWAP market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-FXSW + + FXSW + + + + + + + G1 EXECUTION SERVICES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-G1XX + + G1XX + + + + + + + BOURSE AFRICA LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GBOT + + GBOT + + + + + + + BULGARIAN STOCK EXCHANGE - SME GROWTH MARKET BEAM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GBUL + + GBUL + + + + + + + NASDAQ STOCKHOLM AB - GBP WB EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GBWB + + GBWB + + + + + + + GEMMA (GILT EDGED MARKET MAKERSASSOCIATION) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GEMX + + GEMX + + + + + + + LITHUANIAN NATURAL GAS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GETB + + GETB + + + + + + + GFI BROKERS - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFBM + + GFBM + + + + + + + GFI BROKERS - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFBO + + GFBO + + + + + + + GFI BROKERS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFIB + + GFIB + + + + + + + GFI SECURITIES LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFIC + + GFIC + + + + + + + GFI FOREXMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFIF + + GFIF + + + + + + + GFI ENERGYMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFIN + + GFIN + + + + + + + GFI RATESMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFIR + + GFIR + + + + + + + GARANTUM FONDKOMMISSION AB - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFKS + + GFKS + + + + + + + GFI SECURITIES LTD - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFSM + + GFSM + + + + + + + GFI SECURITIES LTD - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GFSO + + GFSO + + + + + + + GOLDMAN SACHS INTERNATIONAL PARIS BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GIPB + + GIPB + + + + + + + CME GLOBEX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GLBX + + GLBX + + + + + + + GATE US LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GLLC + + GLLC + + + + + + + GLMX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GLMX + + GLMX + + + + + + + ESSEX RADEZ, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GLPS + + GLPS + + + + + + + ACS EXECUTION SERVICES, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GLPX + + GLPX + + + + + + + GMEX EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMEG + + GMEG + + + + + + + GRIFFIN MARKETS EUROPE - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMEO + + GMEO + + + + + + + GRIFFIN MARKETS EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMES + + GMES + + + + + + + GMG DUBAI LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMGD + + GMGD + + + + + + + GMG BROKERS LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMGL + + GMGL + + + + + + + ISE GEMINI EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMNI + + GMNI + + + + + + + GALAXY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMTF + + GMTF + + + + + + + MTS GERMANY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GMTS + + GMTS + + + + + + + GLOBAL OTC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GOTC + + GOTC + + + + + + + GOVEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GOVX + + GOVX + + + + + + + GPB-FINANCIAL SERVICES LTD - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GPBC + + GPBC + + + + + + + THE GREEN EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GREE + + GREE + + + + + + + GRIFFIN MARKETS LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GRIF + + GRIF + + + + + + + GRIFFIN MARKETS LIMITED - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GRIO + + GRIO + + + + + + + THE GREEN STOCK EXCHANGE - ACB IMPACT MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GRSE + + GRSE + + + + + + + GOLDMAN SACHS (ASIA) LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSAL + + GSAL + + + + + + + GOLDMAN SACHS BANK EUROPE SE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSBE + + GSBE + + + + + + + GOLDMAN SACHS INTERNATIONAL - SIGMA BCN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSBX + + GSBX + + + + + + + THE GUYANA ASSOCIATION OF SECURITIES COMPANIES AND INTERMEDIARIES INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSCI + + GSCI + + + + + + + GOLDMAN SACHS AND CO. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSCO + + GSCO + + + + + + + GFI SWAPS EXCHANGE, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSEF + + GSEF + + + + + + + GOLDMAN SACHS BANK EUROPE SE - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSEI + + GSEI + + + + + + + GOLDMAN SACHS INTERNATIONAL BANK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSIB + + GSIB + + + + + + + GOLDMAN SACHS INTERNATIONAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSIL + + GSIL + + + + + + + GOLDMAN SACHS INTERNATIONAL PARIS BRANCH - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSPX + + GSPX + + + + + + + GOLDMAN SACHS INTERNATIONAL - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSSI + + GSSI + + + + + + + GSX HONG KONG market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSXH + + GSXH + + + + + + + THE GIBRALTAR STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GSXL + + GSXL + + + + + + + KCG AMERICAS LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GTCO + + GTCO + + + + + + + GTSX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GTSX + + GTSX + + + + + + + GTX ECN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GTXE + + GTXE + + + + + + + GTX SEF, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GTXS + + GTXS + + + + + + + GXG MTF FIRST QUOTE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GXGF + + GXGF + + + + + + + GXG MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GXGM + + GXGM + + + + + + + GXG MARKETS A/S operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GXGR + + GXGR + + + + + + + GX MARKETCENTER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-GXMA + + GXMA + + + + + + + BOERSE HAMBURG - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HAMA + + HAMA + + + + + + + BOERSE HAMBURG - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HAMB + + HAMB + + + + + + + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HAML + + HAML + + + + + + + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HAMM + + HAMM + + + + + + + BOERSE HAMBURG - LANG AND SCHWARZ EXCHANGE - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HAMN + + HAMN + + + + + + + BOERSE HANNOVER - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HANA + + HANA + + + + + + + BOERSE HANNOVER - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HANB + + HANB + + + + + + + HSBC FRANCE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HBFR + + HBFR + + + + + + + HSBC BANK POLSKA S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HBPL + + HBPL + + + + + + + ICE CLEAR NETHERLANDS B.V. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HCHC + + HCHC + + + + + + + ELECTRONIC SECONDARY SECURITIES MARKET (HDAT) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HDAT + + HDAT + + + + + + + NADEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HEGX + + HEGX + + + + + + + HELABA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HELA + + HELA + + + + + + + HENEX S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HEMO + + HEMO + + + + + + + HI-MTF ORDER DRIVEN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HMOD + + HMOD + + + + + + + HI-MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HMTF + + HMTF + + + + + + + HELLENIC EXCHANGE OTC MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HOTC + + HOTC + + + + + + + HPC SA - SWAPTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HPCO + + HPCO + + + + + + + HPC SA - COMMODITIES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HPCS + + HPCS + + + + + + + HPC SA - VOICE OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HPCV + + HPCV + + + + + + + HPC SA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HPCX + + HPCX + + + + + + + POTAMUS TRADING LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HPPO + + HPPO + + + + + + + HRTEU LIMITED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HREU + + HREU + + + + + + + HI-MTF RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HRFQ + + HRFQ + + + + + + + HUDSON RIVER TRADING - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HRSI + + HRSI + + + + + + + HUDSON RIVER TRADING (HRT) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HRTF + + HRTF + + + + + + + HUDSON RIVER TRADING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HRTX + + HRTX + + + + + + + HSBC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HSBC + + HSBC + + + + + + + HSBC TRINKAUS AND BURKHARDT AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HSBT + + HSBT + + + + + + + HOTSPOT FX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HSFX + + HSFX + + + + + + + HANOI STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HSTC + + HSTC + + + + + + + HSBC-X HONG KONG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HSXA + + HSXA + + + + + + + HUNGARIAN DERIVATIVE ENERGY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HUDX + + HUDX + + + + + + + MTS HUNGARY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HUNG + + HUNG + + + + + + + HUNGARIAN POWER EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-HUPX + + HUPX + + + + + + + INTERACTIVE BROKERS LLC - ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IATS + + IATS + + + + + + + ICE BENCHMARK ADMINISTRATION operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IBAL + + IBAL + + + + + + + INVEST BANCA - IBIS EQUITY - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IBEQ + + IBEQ + + + + + + + INDEPENDENT BULGARIAN ENERGY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IBEX + + IBEX + + + + + + + IBERIAN GAS HUB operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IBGH + + IBGH + + + + + + + INVEST BANCA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IBIS + + IBIS + + + + + + + BULGARIAN STOCK EXCHANGE - INTERNATIONAL INSTRUMENTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IBUL + + IBUL + + + + + + + INSTINET CBX (US) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICBX + + ICBX + + + + + + + INDONESIA COMMODITY AND DERIVATIVES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICDX + + ICDX + + + + + + + ISLAND ECN LTD, THE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICEL + + ICEL + + + + + + + ICAP ENERGY - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICEO + + ICEO + + + + + + + ICE SWAP TRADE LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICES + + ICES + + + + + + + ICAP EU - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICOT + + ICOT + + + + + + + TP ICAP UK MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICPM + + ICPM + + + + + + + INSTINET VWAP CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICRO + + ICRO + + + + + + + ICAP SEF (US) LLC. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICSU + + ICSU + + + + + + + CURRENEX IRELAND MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICUR + + ICUR + + + + + + + INDIAN COMMODITY EXCHANGE LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICXL + + ICXL + + + + + + + CURRENEX IRELAND MTF - RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ICXR + + ICXR + + + + + + + ICAP ENERGY LTD OTF - COMMODITIES AND ENERGY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IECL + + IECL + + + + + + + INTERCONTINENTAL EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IEPA + + IEPA + + + + + + + INVESTORS EXCHANGE - DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IEXD + + IEXD + + + + + + + INVESTORS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IEXG + + IEXG + + + + + + + IRAN FARA BOURSE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFBX + + IFBX + + + + + + + ICE FUTURES CANADA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFCA + + IFCA + + + + + + + ICE FUTURES U.S. ENERGY DIVISION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFED + + IFED + + + + + + + ICE FUTURES EUROPE - OIL AND REFINED PRODUCTS DIVISION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFEN + + IFEN + + + + + + + ICE FUTURES EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFEU + + IFEU + + + + + + + ICE FUTURES EUROPE - FINANCIAL PRODUCTS DIVISION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFLL + + IFLL + + + + + + + ICE FUTURES EUROPE - EQUITY PRODUCTS DIVISION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFLO + + IFLO + + + + + + + SWAPXECUTE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFLS + + IFLS + + + + + + + ICE FUTURES EUROPE - AGRICULTURAL PRODUCTS DIVISION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFLX + + IFLX + + + + + + + ICE FUTURES SINGAPORE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFSG + + IFSG + + + + + + + INSTITUTIONAL FINANCIAL SECURITIES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFSM + + IFSM + + + + + + + ICE FUTURES U.S. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFUS + + IFUS + + + + + + + ICE FUTURES EUROPE - EUROPEAN UTILITIES DIVISION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFUT + + IFUT + + + + + + + FX CONNECT IRELAND MTF - ALLOCATIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFXA + + IFXA + + + + + + + FX CONNECT IRELAND MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFXC + + IFXC + + + + + + + FX CONNECT IRELAND MTF - RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IFXR + + IFXR + + + + + + + ICAP GLOBAL DERIVATIVES LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IGDL + + IGDL + + + + + + + INDIA INTERNATIONAL EXCHANGE (IFSC) LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IINX + + IINX + + + + + + + IKB DEUTSCHE INDUSTRIEBANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IKBS + + IKBS + + + + + + + ICE MARKETS AGRICULTURE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMAG + + IMAG + + + + + + + ICE MARKETS BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMBD + + IMBD + + + + + + + CREDITEX SECURITIES CORPORATION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMCC + + IMCC + + + + + + + TP ICAP UK MTF - CASH EQUITY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMCE + + IMCE + + + + + + + CREDITEX LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMCG + + IMCG + + + + + + + ICE ENDEX OTF FUTURES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMCO + + IMCO + + + + + + + ICE MARKETS CREDIT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMCR + + IMCR + + + + + + + IMC FINANCIAL MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMCS + + IMCS + + + + + + + IMC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMCT + + IMCT + + + + + + + TP ICAP UK MTF - EQUITY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMED + + IMED + + + + + + + ICE MARKETS ENERGY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMEN + + IMEN + + + + + + + ICE MARKETS EQUITY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMEQ + + IMEQ + + + + + + + TP ICAP UK MTF - EXCHANGE TRADED PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMET + + IMET + + + + + + + IRAN MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMEX + + IMEX + + + + + + + TP ICAP UK MTF - FX DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMFD + + IMFD + + + + + + + ICE MARKETS FOREIGN EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMFX + + IMFX + + + + + + + TP ICAP UK MTF - GOVERNMENT BONDS EXCLUDING GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMGB + + IMGB + + + + + + + TP ICAP UK MTF - GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMGI + + IMGI + + + + + + + ICE MARKETS RATES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMIR + + IMIR + + + + + + + IMMH - BANCA IMI - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMMH + + IMMH + + + + + + + TP ICAP UK MTF - MONEY MARKET INSTRUMENTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMMM + + IMMM + + + + + + + TP ICAP UK MTF - INTEREST RATE DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMRD + + IMRD + + + + + + + TP ICAP UK MTF - CORPORATE BONDS AND SECURITIES DEBT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMSB + + IMSB + + + + + + + INTEGRAL MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMTF + + IMTF + + + + + + + MTS IRELAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IMTS + + IMTS + + + + + + + INSTINET DESK CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INCA + + INCA + + + + + + + INTELLIGENTCROSS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INCR + + INCR + + + + + + + ING BANK NV - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INGB + + INGB + + + + + + + ING BANK NV - SPRINTERS AND EQUITY - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INGE + + INGE + + + + + + + ING BANK NV - FOREIGN EXCHANGE - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INGF + + INGF + + + + + + + ING BANK SLASKI SA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INGW + + INGW + + + + + + + NSE IFSC LIMITED market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INSE + + INSE + + + + + + + INVESTEC BANK PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-INVE + + INVE + + + + + + + ICAP SECURITIES OTF - CREDIT DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOCD + + IOCD + + + + + + + ICAP SECURITIES OTF - EQUITY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOED + + IOED + + + + + + + ICAP SECURITIES OTF - CORPORATE BONDS AND SECURITISED DEBT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOFI + + IOFI + + + + + + + ICAP SECURITIES OTF - FX DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOFX + + IOFX + + + + + + + ICAP SECURITIES OTF - GOVERNMENT BONDS EXCLUDING UK GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOGB + + IOGB + + + + + + + ICAP SECURITIES OTF - GOVERNMENT BONDS - UK GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOGI + + IOGI + + + + + + + ICAP SECURITIES OTF - INTEREST RATE DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOIR + + IOIR + + + + + + + ICAP SECURITIES OTF - MONEY MARKET INSTRUMENTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOMM + + IOMM + + + + + + + INSTINET EUROPE LIMITED OTC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOTC + + IOTC + + + + + + + ICAP SECURITIES - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IOTF + + IOTF + + + + + + + IPSX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IPSX + + IPSX + + + + + + + IPSX PRIME market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IPXP + + IPXP + + + + + + + IPSX WHOLESALE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IPXW + + IPXW + + + + + + + BANCA DI ASTI - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISBA + + ISBA + + + + + + + BIVER BANCA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISBV + + ISBV + + + + + + + ISDAFIX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISDA + + ISDA + + + + + + + INTER-CONNECTED STOCK EXCHANGE OF INDIA LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISEX + + ISEX + + + + + + + ICBC STANDARD BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISSI + + ISSI + + + + + + + I-SWAP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWA + + ISWA + + + + + + + I-SWAP - TRADE REGISTRATION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWB + + ISWB + + + + + + + I-SWAP ORDER BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWC + + ISWC + + + + + + + ICAP GLOBAL DERIVATIVES LIMITED - ELECTRONIC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWE + + ISWE + + + + + + + ISWAP EURO MTF - TRADE REGISTRATION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWN + + ISWN + + + + + + + ISWAP EURO MTF - ORDERBOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWO + + ISWO + + + + + + + ISWAP EURO MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWP + + ISWP + + + + + + + I-SWAP TARGETED STREAMING/RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWR + + ISWR + + + + + + + ISWAP EURO MTF - TARGETED STREAMING / RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWT + + ISWT + + + + + + + ICAP GLOBAL DERIVATIVES LIMITED - VOICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ISWV + + ISWV + + + + + + + ITG - POSIT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ITGI + + ITGI + + + + + + + ITG - POSIT MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ITGL + + ITGL + + + + + + + INVESCO CANADA PTF TRADES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-IVZX + + IVZX + + + + + + + JOINT ASIAN DERIVATIVES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JADX + + JADX + + + + + + + JYSKE BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JBSI + + JBSI + + + + + + + BULGARIAN STOCK EXCHANGE - INTERNATIONAL MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JBUL + + JBUL + + + + + + + JEFFERIES EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JEFE + + JEFE + + + + + + + JEFFERIES INTERNATIONAL - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JEFS + + JEFS + + + + + + + JETX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JEFX + + JEFX + + + + + + + JEFFERIES EUROPE - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JESI + + JESI + + + + + + + JEFFERIES INTERNATIONAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JISI + + JISI + + + + + + + JUMP TRADING EUROPE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JLEU + + JLEU + + + + + + + JUMP LIQUIDITY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JLQD + + JLQD + + + + + + + JUMP LIQUIDITY - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JLSI + + JLSI + + + + + + + JPBX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JPBX + + JPBX + + + + + + + JPMORGAN CHASE BANK N.A. LONDON BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JPCB + + JPCB + + + + + + + J.P. MORGAN AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JPEU + + JPEU + + + + + + + JP MORGAN - JPMI MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JPMI + + JPMI + + + + + + + JPMX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JPMX + + JPMX + + + + + + + J.P. MORGAN SECURITIES PLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JPSI + + JPSI + + + + + + + JSE BOND ELECTRONIC TRADING PLATFORM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JSEB + + JSEB + + + + + + + JANE STREET EXECUTION SERVICES LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JSES + + JSES + + + + + + + JANE STREET JX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JSJX + + JSJX + + + + + + + JANE STREET FINANCIAL LTD - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JSSI + + JSSI + + + + + + + DEN JYSKE SPAREKASSE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-JYSI + + JYSI + + + + + + + KAI-X market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KAIX + + KAIX + + + + + + + KBC BANK NV GROUP MARKETS - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KBCB + + KBCB + + + + + + + KBL EURO COMMERCIAL PAPERS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KBLC + + KBLC + + + + + + + KBL EUROPEAN PRIVATE BANKERS S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KBLL + + KBLL + + + + + + + KYTE BROKING LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KBLM + + KBLM + + + + + + + KBL STRUCTURED PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KBLS + + KBLS + + + + + + + KBL FX TREASURY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KBLT + + KBLT + + + + + + + KELER CCP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KCCP + + KCCP + + + + + + + KELER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KELR + + KELR + + + + + + + K AND H BANK ZRT - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KHHU + + KHHU + + + + + + + KNIGHT LINK EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KLEU + + KLEU + + + + + + + ZURCHER KANTONALBANK - EKMU-X market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KMUX + + KMUX + + + + + + + KNIGHT CAPITAL MARKETS LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KNCM + + KNCM + + + + + + + KNIGHT EQUITY MARKETS LP market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KNEM + + KNEM + + + + + + + KNIGHT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KNIG + + KNIG + + + + + + + KNIGHT LINK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KNLI + + KNLI + + + + + + + KNIGHT MATCH ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KNMX + + KNMX + + + + + + + OTFLINK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-KOTF + + KOTF + + + + + + + LATAM SEF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LASF + + LASF + + + + + + + LAN AND SPAR BANK A/S operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LASP + + LASP + + + + + + + LBBW - LANDESBANK BADEN-WUERTTEMBERG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LBBW + + LBBW + + + + + + + LLOYDS BANK CORPORATE MARKETS - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LBCM + + LBCM + + + + + + + LLOYDS BANK CORPORATE MARKETS WERTPAPIERHANDELSBANK GMBH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LBCW + + LBCW + + + + + + + LBBW - LANDESBANK BADEN-WUERTTEMBERG - LIQUIDITY PROVIDER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LBWL + + LBWL + + + + + + + LBBW - LANDESBANK BADEN-WUERTTEMBERG - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LBWS + + LBWS + + + + + + + LCH.CLEARNET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LCHC + + LCHC + + + + + + + CURRENEX LDFX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LCUR + + LCUR + + + + + + + LEDGERX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LEDG + + LEDG + + + + + + + LIQUIDNET EU LIMITED EQUITY MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LEUE + + LEUE + + + + + + + LIQUIDNET EU LIMITED FIXED INCOME MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LEUF + + LEUF + + + + + + + LEVEL ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LEVL + + LEVL + + + + + + + LIQUIDNET CANADA ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LICA + + LICA + + + + + + + LIQUIDNET, INC. FIXED INCOME ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LIFI + + LIFI + + + + + + + LIGA BANK EG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LIGA + + LIGA + + + + + + + LIQUIDNET EUROPE LIMITED market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LIQF + + LIQF + + + + + + + LIQUIDNET H20 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LIQH + + LIQH + + + + + + + LIQUIDNET SYSTEMS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LIQU + + LIQU + + + + + + + CBOE EUROPE - LIS SERVICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LISX + + LISX + + + + + + + CBOE EUROPE - LIS SERVICE (NL) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LISZ + + LISZ + + + + + + + LIQUIDNET, INC. H2O ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LIUH + + LIUH + + + + + + + LIQUIDNET, INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LIUS + + LIUS + + + + + + + LMAX - DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMAD + + LMAD + + + + + + + LMAX - EQUITIES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMAE + + LMAE + + + + + + + LMAX - FX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMAF + + LMAF + + + + + + + LMAX - INDICES/RATES/COMMODITIES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMAO + + LMAO + + + + + + + LMAX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMAX + + LMAX + + + + + + + LME CLEAR operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMEC + + LMEC + + + + + + + LUMINOR BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMNR + + LMNR + + + + + + + LUMINEX TRADING & ANALYTICS LLC - ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LMNX + + LMNX + + + + + + + OTC MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LOTC + + LOTC + + + + + + + LOUIS CAPITAL MARKETS UK LLP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LOUI + + LOUI + + + + + + + LLOYDS BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LOYD + + LOYD + + + + + + + LONDON PLATINUM AND PALLADIUM MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LPPM + + LPPM + + + + + + + LIQUIDITYEDGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LQED + + LQED + + + + + + + CITI LIQUIFI market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LQFI + + LQFI + + + + + + + LANG AND SCHWARZ TRADE CENTER - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LSSI + + LSSI + + + + + + + LUMINEX TRADING & ANALYTICS LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LTAA + + LTAA + + + + + + + BARCLAYS LX JAPAN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LXJP + + LXJP + + + + + + + LYNX ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-LYNX + + LYNX + + + + + + + MERCADO ALTERNATIVO BURSATIL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MABX + + MABX + + + + + + + MACQUARIE AUSTRALIA BLOCK CROSSING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MACB + + MACB + + + + + + + MARKETAXESS EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAEL + + MAEL + + + + + + + MAGMA ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAGM + + MAGM + + + + + + + MAKOR SECURITIES LONDON LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAKX + + MAKX + + + + + + + MALDIVES STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MALX + + MALX + + + + + + + MARKETAXESS NL B.V. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MANL + + MANL + + + + + + + MBE OPERATING COMPANY DESIGNATED ACTIVITY COMPANY - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAQE + + MAQE + + + + + + + MACQUARIE INTERNAL MARKETS (HONG KONG) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAQH + + MAQH + + + + + + + MACQUARIE BANK INTERNATIONAL LIMITED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAQI + + MAQI + + + + + + + MACQUARIE INTERNAL MARKETS (JAPAN) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAQJ + + MAQJ + + + + + + + MACQUARIE CAPITAL EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAQL + + MAQL + + + + + + + MACQUARIE BANK LIMITED, LONDON BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAQU + + MAQU + + + + + + + MACQUARIE INTERNAL MARKETS (AUSTRALIA) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MAQX + + MAQX + + + + + + + MERCADO ALTERNATIVO DE RENTA FIJA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MARF + + MARF + + + + + + + MARKETAXESS SINGAPORE PTE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MASG + + MASG + + + + + + + MATCH NOW operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MATN + + MATN + + + + + + + MBANK S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MBPL + + MBPL + + + + + + + MTF SOFIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MBUL + + MBUL + + + + + + + MTS CASH DOMESTIC - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCAD + + MCAD + + + + + + + MACQUARIE CAPITAL (IRELAND) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCID + + MCID + + + + + + + ISE MERCURY, LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCRY + + MCRY + + + + + + + NASDAQ COPENHAGEN A/S - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCSE + + MCSE + + + + + + + CURRENEX MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCUR + + MCUR + + + + + + + CURRENEX MTF - RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCXR + + MCXR + + + + + + + CURRENEX MTF - STREAMING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCXS + + MCXS + + + + + + + MCX STOCK EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCXX + + MCXX + + + + + + + MTS CZECH REPUBLIC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MCZK + + MCZK + + + + + + + MIBGAS - DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MDRV + + MDRV + + + + + + + NASDAQ MIDPOINT-ELO (M-ELO) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MELO + + MELO + + + + + + + MERKUR MARKET - DARK POOL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MERD + + MERD + + + + + + + MERCADO ELECTRONICO DE RENTA FIJA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MERF + + MERF + + + + + + + MERKUR MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MERK + + MERK + + + + + + + MORGAN STANLEY EUROPE S.E. - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MESI + + MESI + + + + + + + ACE MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MESQ + + MESQ + + + + + + + MET ZURICH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-METZ + + METZ + + + + + + + MF GLOBAL ENERGY MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MFGL + + MFGL + + + + + + + EURONEXT - MERCADO DE FUTUROS E OPCOES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MFOX + + MFOX + + + + + + + FX CONNECT - MTF - ALLOCATIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MFXA + + MFXA + + + + + + + FX CONNECT - MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MFXC + + MFXC + + + + + + + FX CONNECT - MTF - RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MFXR + + MFXR + + + + + + + MIZUHO BANK, LTD. DUESSELDORF BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MHBD + + MHBD + + + + + + + MIZUHO BANK EUROPE N.V. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MHBE + + MHBE + + + + + + + MIZUHO BANK, LTD. LONDON BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MHBL + + MHBL + + + + + + + MIZUHO BANK LTD. - PARIS BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MHBP + + MHBP + + + + + + + NASDAQ HELSINKI LTD - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MHEL + + MHEL + + + + + + + MIZUHO SECURITIES EUROPE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MHEU + + MHEU + + + + + + + MIZUHO INTERNATIONAL - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MHIP + + MHIP + + + + + + + MERCADO ORGANIZADO DEL GAS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MIBG + + MIBG + + + + + + + NASDAQ ICELAND HF. - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MICE + + MICE + + + + + + + MIAMI INTERNATIONAL HOLDINGS, INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MIHI + + MIHI + + + + + + + MOSCOW EXCHANGE - ALL MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MISX + + MISX + + + + + + + MARKET FOR INVESTMENT VEHICLES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MIVX + + MIVX + + + + + + + MIZUHO INTERNAL CROSSING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MIZX + + MIZX + + + + + + + MERITKAPITAL - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MKAP + + MKAP + + + + + + + BANK OF AMERICA - MERRILL LYNCH OTC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLCO + + MLCO + + + + + + + BOFA SECURITIES EUROPE - RFQ - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLER + + MLER + + + + + + + BOFA SECURITIES EUROPE - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLES + + MLES + + + + + + + BOFA SECURITIES EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLEX + + MLEX + + + + + + + MERRILL LYNCH INTERNATIONAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLIX + + MLIX + + + + + + + MERRILL LYNCH INTERNATIONAL - RFQ - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLRQ + + MLRQ + + + + + + + MERRILL LYNCH INTERNATIONAL - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLSI + + MLSI + + + + + + + BANK OF AMERICA - MERRILL LYNCH VWAP CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLVX + + MLVX + + + + + + + EURONEXT ACCESS BRUSSELS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MLXB + + MLXB + + + + + + + FIRST NORTH DENMARK - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MNDK + + MNDK + + + + + + + FIRST NORTH FINLAND - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MNFI + + MNFI + + + + + + + FIRST NORTH ICELAND - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MNIS + + MNIS + + + + + + + FIRST NORTH SWEDEN - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MNSE + + MNSE + + + + + + + MOC CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MOCX + + MOCX + + + + + + + FIRST NORTH SWEDEN - NORWAY AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MOSE + + MOSE + + + + + + + ELECTRONIC BOND MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MOTX + + MOTX + + + + + + + MIAX PEARL, LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MPRL + + MPRL + + + + + + + MORGAN STANLEY AUSTRALIA SECURITIES LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSAL + + MSAL + + + + + + + MORGAN STANLEY MTF - PERIODIC AUCTION operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSAX + + MSAX + + + + + + + MORGAN STANLEY AND CO. LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSCO + + MSCO + + + + + + + MORGAN STANLEY MTF - CONTINUOUS CROSS DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSCX + + MSCX + + + + + + + MAREX SPECTRON EUROPE LIMITED - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSEL + + MSEL + + + + + + + MORGAN STANLEY EUROPE S.E. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSEU + + MSEU + + + + + + + MORGAN STANLEY AND CO. INTERNATIONAL PLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSIP + + MSIP + + + + + + + MORGAN STANLEY MUFG SECURITIES CO., LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSMS + + MSMS + + + + + + + MORGAN STANLEY MTF - NEGOTIATED TRADE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSNT + + MSNT + + + + + + + MS POOL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSPL + + MSPL + + + + + + + MS RPOOL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSRP + + MSRP + + + + + + + MORGAN STANLEY AND CO. INTERNATIONAL PLC - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSSI + + MSSI + + + + + + + NASDAQ STOCKHOLM AB - AUCTION ON DEMAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSTO + + MSTO + + + + + + + MS TRAJECTORY CROSS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MSTX + + MSTX + + + + + + + ELECTRONIC SHARE MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTAA + + MTAA + + + + + + + BORSA ITALIANA EQUITY MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTAH + + MTAH + + + + + + + BONDMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTCH + + MTCH + + + + + + + MTS AUSTRIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTSA + + MTSA + + + + + + + MTS BONDS.COM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTSB + + MTSB + + + + + + + MTS ITALIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTSC + + MTSC + + + + + + + MTS DENMARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTSD + + MTSD + + + + + + + MTS FINLAND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTSF + + MTSF + + + + + + + MTS GREECE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTSG + + MTSG + + + + + + + MTS S.P.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTSO + + MTSO + + + + + + + MTS MARKETS INTERNATIONAL INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTUS + + MTUS + + + + + + + MARKETAXESS CANADA COMPANY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTXA + + MTXA + + + + + + + MARKETAXESS CORPORATION SINGLE-NAME CDS CENTRAL LIMIT ORDER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTXC + + MTXC + + + + + + + MARKETAXESS CORPORATION MID-X TRADING SYSTEM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTXM + + MTXM + + + + + + + MARKETAXESS SEF CORPORATION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTXS + + MTXS + + + + + + + MARKETAXESS CORPORATION operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MTXX + + MTXX + + + + + + + MUFG BANK (EUROPE) N.V. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUBE + + MUBE + + + + + + + MUFG BANK, LTD. - LONDON BRANCH -SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUBL + + MUBL + + + + + + + MUFG BANK, LTD. - MILANO BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUBM + + MUBM + + + + + + + MUFG BANK, LTD. - PARIS BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUBP + + MUBP + + + + + + + MARIANA UFP LLP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUFP + + MUFP + + + + + + + BOERSE MUENCHEN - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUNA + + MUNA + + + + + + + BOERSE MUENCHEN - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUNB + + MUNB + + + + + + + BOERSE MUENCHEN - GETTEX - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUNC + + MUNC + + + + + + + BOERSE MUENCHEN - GETTEX - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUND + + MUND + + + + + + + MUFG SECURITIES EMEA PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUSE + + MUSE + + + + + + + MUFG SECURITIES (EUROPE) N.V - operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUSN + + MUSN + + + + + + + MITSUBISHI UFJ TRUST INTERNATIONAL LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MUTI + + MUTI + + + + + + + MERCADO DE VALORES DE CORDOBA S.A. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MVCX + + MVCX + + + + + + + MYTREASURY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-MYTR + + MYTR + + + + + + + N2EX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-N2EX + + N2EX + + + + + + + NATIONAL AUSTRALIA BANK - FX DERIVATIVES AND FIXED INCOME SECURITIES - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NABA + + NABA + + + + + + + NAB EUROPE LIMITED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NABE + + NABE + + + + + + + NATIONAL AUSTRALIA BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NABL + + NABL + + + + + + + NAB EUROPE LIMITED - SYSTEMATIC INTERNALISER - FIXED INCOME SECURITIES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NABU + + NABU + + + + + + + NATIONAL MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NAMX + + NAMX + + + + + + + NASDAQ STOCKHOLM AB - APA SERVICE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NAPA + + NAPA + + + + + + + NSDQ DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NASD + + NASD + + + + + + + NASD OTC MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NASX + + NASX + + + + + + + NATIXIS - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NATX + + NATX + + + + + + + NOBLE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NBLX + + NBLX + + + + + + + NATIONAL BOARD OF TRADE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NBOT + + NBOT + + + + + + + PAKISTAN MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NCEL + + NCEL + + + + + + + SMBC NIKKO CAPITAL MARKETS EUROPE GMBH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NCME + + NCME + + + + + + + SMBC NIKKO CAPITAL MARKETS LIMITED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NCML + + NCML + + + + + + + ICE ENDEX UK OCM GAS SPOT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NDCM + + NDCM + + + + + + + ICE ENDEX FUTURES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NDEX + + NDEX + + + + + + + ICE ENDEX EUROPEAN GAS SPOT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NDXS + + NDXS + + + + + + + AEQUITAS NEO EXCHANGE - CONNECT MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEOC + + NEOC + + + + + + + AEQUITAS NEO EXCHANGE - DARK MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEOD + + NEOD + + + + + + + AEQUITAS NEO EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEOE + + NEOE + + + + + + + AEQUITAS NEO EXCHANGE - NEO LIT MARKET BY PRICE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEON + + NEON + + + + + + + NOMURA EUROPE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NESI + + NESI + + + + + + + NEX EXCHANGE MAIN BOARD (NON-EQUITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXD + + NEXD + + + + + + + NEX EXCHANGE GROWTH (NON-EQUITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXF + + NEXF + + + + + + + NEX EXCHANGE GROWTH (EQUITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXG + + NEXG + + + + + + + NEX EXCHANGE MAIN BOARD (EQUITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXL + + NEXL + + + + + + + NEX EXCHANGE TRADING (NON-EQUITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXN + + NEXN + + + + + + + NOREXECO ASA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXO + + NEXO + + + + + + + NEX SEF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXS + + NEXS + + + + + + + NEX EXCHANGE TRADING (EQUITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXT + + NEXT + + + + + + + NEX EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXX + + NEXX + + + + + + + EBS MTF - RFQ - FOR CORPORATES TRADING FX PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NEXY + + NEXY + + + + + + + FIDELITY CROSSSTREAM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NFSA + + NFSA + + + + + + + NATIONAL FINANCIAL SERVICES, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NFSC + + NFSC + + + + + + + FIDELITY DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NFSD + + NFSD + + + + + + + NATURAL GAS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NGXC + + NGXC + + + + + + + NIBC - SYSTEMIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NIBC + + NIBC + + + + + + + NORWEGIAN INTER BANK OFFERED RATE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NIBR + + NIBR + + + + + + + NILE STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NILX + + NILX + + + + + + + CLEARPOOL EXECUTION SERVICES, LLC - NATURAL LIQUIDITY ALLIANCE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NLAX + + NLAX + + + + + + + NORDDEUTSCHE LANDESBANK - GIROZENTRALE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NLBX + + NLBX + + + + + + + APX POWER NL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NLPX + + NLPX + + + + + + + NATIONAL MULTI-COMMODITY EXCHANGE OF INDIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NMCE + + NMCE + + + + + + + NOMURA SECURITIES INTERNATIONAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NMRA + + NMRA + + + + + + + NOMURA SECURITIES CO LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NMRJ + + NMRJ + + + + + + + NORDIC MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NMTF + + NMTF + + + + + + + NASDAQ STOCKHOLM AB - COMMODITIES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOCO + + NOCO + + + + + + + NODAL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NODX + + NODX + + + + + + + NASDAQ STOCKHOLM AB - NORWEGIAN EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOED + + NOED + + + + + + + NOMURA OTC TRADES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOFF + + NOFF + + + + + + + NASDAQ STOCKHOLM AB - NORWEGIAN FI DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOFI + + NOFI + + + + + + + NORD POOL SPOT AS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOPS + + NOPS + + + + + + + HSH NORDBANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NORD + + NORD + + + + + + + NASDAQ OMX COMMODITIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NORX + + NORX + + + + + + + NOS CLEARING ASA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOSC + + NOSC + + + + + + + NOMURA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOSI + + NOSI + + + + + + + NORWEGIAN OVER THE COUNTER MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOTC + + NOTC + + + + + + + NOW CP - NEU CP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NOWX + + NOWX + + + + + + + NPEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NPEX + + NPEX + + + + + + + GASPOINT NORDIC A/S operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NPGA + + NPGA + + + + + + + BENDIGO STOCK EXCHANGE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NSXB + + NSXB + + + + + + + ROYAL BANK OF SCOTLAND - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NWMS + + NWMS + + + + + + + NATWEST MARKETS NV operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NWNV + + NWNV + + + + + + + NX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NXEU + + NXEU + + + + + + + NX JAPAN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NXJP + + NXJP + + + + + + + NX SELECT JAPAN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NXSE + + NXSE + + + + + + + NX ATS - CROSSING PLATFORM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NXUS + + NXUS + + + + + + + NX VWAP market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NXVW + + NXVW + + + + + + + MILLENNIUM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NYFX + + NYFX + + + + + + + CME SWAPS MARKETS (NYMEX) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NYMS + + NYMS + + + + + + + NEW YORK PORTFOLIO CLEARING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NYPC + + NYPC + + + + + + + NYSE DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NYSD + + NYSD + + + + + + + NYKREDIT BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NYSI + + NYSI + + + + + + + NEW ZEALAND FUTURES & OPTIONS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-NZFX + + NZFX + + + + + + + OSLO BORS - APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OAPA + + OAPA + + + + + + + OBERBANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OBKL + + OBKL + + + + + + + SOVA CAPITAL - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OCSI + + OCSI + + + + + + + ODDO BHF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ODDO + + ODDO + + + + + + + ODDO CONTREPARTIE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ODOC + + ODOC + + + + + + + OHV OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OHVO + + OHVO + + + + + + + OTCEX LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OLLC + + OLLC + + + + + + + OMI POLO ESPANOL S.A. (OMIE) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OMEL + + OMEL + + + + + + + OMEGA ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OMGA + + OMGA + + + + + + + THE IBERIAN ENERGY CLEARING HOUSE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OMIC + + OMIC + + + + + + + OPERADOR DE MERCADO IBERICO DE ENERGIA - PORTUGAL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OMIP + + OMIP + + + + + + + FIRST NORTH SWEDEN - NORWAY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ONSE + + ONSE + + + + + + + OTHER OTC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OOTC + + OOTC + + + + + + + OP CORPORATE BANK PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OPCO + + OPCO + + + + + + + PEX-PRIVATE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OPEX + + OPEX + + + + + + + OPTIONS PRICE REPORTING AUTHORITY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OPRA + + OPRA + + + + + + + SIX X-CLEAR AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OSLC + + OSLC + + + + + + + OTCQB MARKETPLACE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTCB + + OTCB + + + + + + + OTCEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTCE + + OTCE + + + + + + + OTC MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTCM + + OTCM + + + + + + + OTC LINK ECN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTCN + + OTCN + + + + + + + OTCQX MARKETPLACE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTCQ + + OTCQ + + + + + + + OTC EXCHANGE OF INDIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTCX + + OTCX + + + + + + + OTP BANK NYRT - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTPB + + OTPB + + + + + + + BERNER KANTONALBANK OTC-X operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-OTXB + + OTXB + + + + + + + PARFX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PARX + + PARX + + + + + + + ALTERNATIVE PLATFORM FOR SPANISH SECURITIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PAVE + + PAVE + + + + + + + BULGARIAN STOCK EXCHANGE - APA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PBUL + + PBUL + + + + + + + PHILIPPINE DEALING AND EXCHANGE CORP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PDEX + + PDEX + + + + + + + CODA MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PDQX + + PDQX + + + + + + + PEEL HUNT LLP UK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PEEL + + PEEL + + + + + + + PFTS QUOTE DRIVEN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PFTQ + + PFTQ + + + + + + + PFTS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PFTS + + PFTS + + + + + + + PARFX DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PFXD + + PFXD + + + + + + + ARITAS FINANCIAL LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PIEU + + PIEU + + + + + + + OTC PINK CURRENT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PINC + + PINC + + + + + + + OTC PINK NO INFORMATION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PINI + + PINI + + + + + + + OTC PINK LIMITED market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PINL + + PINL + + + + + + + OTC PINK MARKETPLACE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PINX + + PINX + + + + + + + ARITAS SECURITIES LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PIPE + + PIPE + + + + + + + PIRUM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PIRM + + PIRM + + + + + + + BANK POLSKA KASA OPIEKI S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PKOP + + PKOP + + + + + + + PLUS DERIVATIVES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PLDX + + PLDX + + + + + + + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/COMMODITY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PLPD + + PLPD + + + + + + + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/ENERGY MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PLPX + + PLPX + + + + + + + NASDAQ STOCKHOLM AB - PAN-NORDIC EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PNED + + PNED + + + + + + + MTS PORTUGAL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PORT + + PORT + + + + + + + PACIFIC OTC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-POTC + + POTC + + + + + + + PROPERTY PARTNER EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PPEX + + PPEX + + + + + + + PROSPECTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PROS + + PROS + + + + + + + PRAGMA ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PRSE + + PRSE + + + + + + + OTC GREY MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PSGM + + PSGM + + + + + + + POLISH TRADING POINT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PTPG + + PTPG + + + + + + + PURE TRADING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PURE + + PURE + + + + + + + PVM OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PVMF + + PVMF + + + + + + + POWER EXCHANGE INDIA LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-PXIL + + PXIL + + + + + + + Q-WIXX PLATFORM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-QWIX + + QWIX + + + + + + + R5FX LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-R5FX + + R5FX + + + + + + + RABOBANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RABO + + RABO + + + + + + + RBC INVESTOR SERVICES BANK S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBCB + + RBCB + + + + + + + RBC - LONDON BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBCC + + RBCC + + + + + + + RBC EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBCE + + RBCE + + + + + + + RBC CAPITAL MARKETS (EUROPE) GMBH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBCG + + RBCG + + + + + + + RBC - ROYAL BANK OF CANADA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBCM + + RBCM + + + + + + + RBC INVESTOR SERVICES TRUST operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBCT + + RBCT + + + + + + + RAIFFEISEN BANK (HUNGARY) - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBHU + + RBHU + + + + + + + RAIFFEISEN BANK INTERNATIONAL AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBIV + + RBIV + + + + + + + RBC INVESTOR SERVICES BANK S.A. - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBSI + + RBSI + + + + + + + RBS CROSS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RBSX + + RBSX + + + + + + + RENAISSANCE SECURITIES (CYPRUS) LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RENC + + RENC + + + + + + + EBS MTF - RESET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RESE + + RESE + + + + + + + NEX SEF MTF - RESET - RISK MITIGATION SERVICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-REST + + REST + + + + + + + RAIFFEISENBANK, AS. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RFBK + + RFBK + + + + + + + RIVERCROSS DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RICD + + RICD + + + + + + + RIVERCROSS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RICX + + RICX + + + + + + + RAIFFEISENLANDESBANK OBEROSTERREICH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RLBO + + RLBO + + + + + + + REFINITIV MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RMTF + + RMTF + + + + + + + MTS ISRAEL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RMTS + + RMTS + + + + + + + TAIPEI EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ROCO + + ROCO + + + + + + + ROSARIO FUTURE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ROFX + + ROFX + + + + + + + SIX REPO AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ROSR + + ROSR + + + + + + + RWANDA OTC MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ROTC + + ROTC + + + + + + + MOSCOW ENERGY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RPDX + + RPDX + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/BONDSPOT/REGULATED MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RPWC + + RPWC + + + + + + + RWANDA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RSEX + + RSEX + + + + + + + RBC INVESTOR SERVICES TRUST - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RTSI + + RTSI + + + + + + + REFINITIV TRANSACTIONS SERVICES LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RTSL + + RTSL + + + + + + + MOSCOW EXCHANGE - DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RTSX + + RTSX + + + + + + + NON-PROFIT PARTNERSHIP FOR THE DEVELOPMENT OF FINANCIAL MARKET RTS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-RUSX + + RUSX + + + + + + + SOCIETY3 FUNDERSMART operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-S3FM + + S3FM + + + + + + + BANCO SANTANDER S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SANT + + SANT + + + + + + + SPAREBANK 1 MARKETS - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SB1M + + SB1M + + + + + + + BOLSA DE BARCELONA RENTA FIJA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SBAR + + SBAR + + + + + + + SCOTIABANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SBEX + + SBEX + + + + + + + SBI JAPANNEXT-J-MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SBIJ + + SBIJ + + + + + + + BOLSA DE BILBAO RENTA FIJA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SBIL + + SBIL + + + + + + + SBI JAPANNEXT - U - MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SBIU + + SBIU + + + + + + + SBI JAPANNEXT - VWAP CROSSING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SBIV + + SBIV + + + + + + + SYDBANK A/S operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SBSI + + SBSI + + + + + + + STANDARD CHARTERED BANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SCAG + + SCAG + + + + + + + SEED DIGITAL SECURITIES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SCXA + + SCXA + + + + + + + SEED FUTURES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SCXF + + SCXF + + + + + + + SEED DIGITAL COMMODITIES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SCXM + + SCXM + + + + + + + SEED CX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SCXO + + SCXO + + + + + + + SEED SEF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SCXS + + SCXS + + + + + + + SEB - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SEBS + + SEBS + + + + + + + SECFINEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SECF + + SECF + + + + + + + SECURITISED DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SEDX + + SEDX + + + + + + + NASDAQ STOCKHOLM AB - SWEDISH EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SEED + + SEED + + + + + + + SISTEMA ESPECIAL DE LIQUIDACAO E CUSTODIA DE TITULOS PUBLICOS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SELC + + SELC + + + + + + + SEMOPX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SEMX + + SEMX + + + + + + + SEND - SISTEMA ELECTRONICO DE NEGOCIACION DE DEUDA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SEND + + SEND + + + + + + + STOCK EXCHANGE PERSPECTIVA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SEPE + + SEPE + + + + + + + SWISSCANTO FUNDS CENTRE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SFCL + + SFCL + + + + + + + SG AMERICAS SECURITIES, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SGAS + + SGAS + + + + + + + SHANGHAI GOLD EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SGEX + + SGEX + + + + + + + GOLDMAN SACH MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SGMA + + SGMA + + + + + + + SIGMA X2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SGMT + + SGMT + + + + + + + SIGMA X MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SGMX + + SGMX + + + + + + + SIGMA X MTF - AUCTION BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SGMY + + SGMY + + + + + + + SG OPTION EUROPE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SGOE + + SGOE + + + + + + + D.E. SHAW DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SHAD + + SHAD + + + + + + + ASSET MATCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SHAR + + SHAR + + + + + + + D.E. SHAW operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SHAW + + SHAW + + + + + + + STOCK EXCHANGE OF HONG KONG LIMITED - SHANGHAI - HONG KONG STOCK CONNECT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SHSC + + SHSC + + + + + + + ALIOR BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SIAB + + SIAB + + + + + + + SIB CYPRUS LTD - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SIBC + + SIBC + + + + + + + CREDIT SUISSE SECURITIES (EUROPE) LIMITED - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SICS + + SICS + + + + + + + SIGMA X AUSTRALIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SIGA + + SIGA + + + + + + + SIGMA X HONG KONG market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SIGH + + SIGH + + + + + + + SIGMA X JAPAN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SIGJ + + SIGJ + + + + + + + CREDIT SUISSE EU - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SIMD + + SIMD + + + + + + + SIM VENTURE SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SIMV + + SIMV + + + + + + + SUSQUEHANNA INTERNATIONAL SECURITIES LIMITED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SISI + + SISI + + + + + + + SPAREKASSEN KRONJYLLAND - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SKSI + + SKSI + + + + + + + SALZBURGER LANDES-HYPOTHEKENBANK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SLHB + + SLHB + + + + + + + MTS SLOVAKIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SLKK + + SLKK + + + + + + + SUMITOMO MITSUI BANKING CORPORATION - BRUSSELS BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMBB + + SMBB + + + + + + + SUMITOMO MITSUI BANKING CORPORATION - DUESSELDORF BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMBD + + SMBD + + + + + + + SUMITOMO MITSUI BANKING CORPORATION EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMBE + + SMBE + + + + + + + SUMITOMO MITSUI BANKING CORPORATION - LONDON BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMBG + + SMBG + + + + + + + SUMITOMO MITSUI BANKING CORPORATION EUROPE LIMITED - PARIS BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMBP + + SMBP + + + + + + + SINGAPORE MERCANTILE EXCHANGE PTE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMEX + + SMEX + + + + + + + SMALL EXCHANGE, INC - DESIGNATED CONTRACT MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMFE + + SMFE + + + + + + + SMBC BANK EU AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMFF + + SMFF + + + + + + + MTS SPAIN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SMTS + + SMTS + + + + + + + SPAR NORD BANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SNSI + + SNSI + + + + + + + TWO SIGMA SECURITIES, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SOHO + + SOHO + + + + + + + SPREADEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SPDX + + SPDX + + + + + + + MAREX SPECTRON INTERNATIONAL LIMITED OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SPEC + + SPEC + + + + + + + SPECTRUM MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SPEX + + SPEX + + + + + + + ST. PETERSBURG INTERNATIONAL MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SPIM + + SPIM + + + + + + + SPREADZERO operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SPRZ + + SPRZ + + + + + + + SPAREBANK 1 SMN - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SPTR + + SPTR + + + + + + + SPX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SPXE + + SPXE + + + + + + + SQUARE GLOBAL - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SQUA + + SQUA + + + + + + + STATE STREET BANK INTERNATIONAL GMBH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSBI + + SSBI + + + + + + + STATE STREET BANK INTERNATIONAL FX - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSBM + + SSBM + + + + + + + STATE STREET BANK AND TRUST COMPANY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSBT + + SSBT + + + + + + + SOCIAL STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSEX + + SSEX + + + + + + + STATE STREET BANK AND TRUST FX - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSFX + + SSFX + + + + + + + STATE STREET BANK INTERNATIONAL FX - LONDON BRANCH - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSIL + + SSIL + + + + + + + FIRST NORTH SWEDEN - SME GROWTH MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSME + + SSME + + + + + + + BONDVISION EUROPE MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSOB + + SSOB + + + + + + + E-EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSTX + + SSTX + + + + + + + SSW MARKET MAKING - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SSWM + + SSWM + + + + + + + STANDARD CHARTERED - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STAN + + STAN + + + + + + + NASDAQ COMMODITIES - STEEL COMMODITY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STEE + + STEE + + + + + + + STIFEL NICOLAUS EUROPE LIMITED -SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STFL + + STFL + + + + + + + STOXX LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STOX + + STOX + + + + + + + BOERSE STUTTGART - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STUA + + STUA + + + + + + + BOERSE STUTTGART - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STUB + + STUB + + + + + + + BOERSE STUTTGART - REGULIERTER MARKT - TECHNICAL PLATFORM 2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STUC + + STUC + + + + + + + BOERSE STUTTGART - FREIVERKEHR - TECHNICAL PLATFORM 2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-STUD + + STUD + + + + + + + SUNRISE BROKERS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SUNB + + SUNB + + + + + + + SUNRISE - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SUNO + + SUNO + + + + + + + SUN TRADING LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SUNT + + SUNT + + + + + + + SVENSKA HANDELSBANKEN AB - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SVES + + SVES + + + + + + + SVENSKA HANDELSBANKEN AB - SVEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SVEX + + SVEX + + + + + + + SWAPSTREAM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SWAP + + SWAP + + + + + + + SWEDBANK - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SWBI + + SWBI + + + + + + + SWEDBANK ESTONIA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SWEE + + SWEE + + + + + + + SWEDBANK LITHUANIA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SWLT + + SWLT + + + + + + + SWEDBANK LATVIA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SWLV + + SWLV + + + + + + + SYNOPTION operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SYFX + + SYFX + + + + + + + STOCK EXCHANGE OF HONG KONG LIMITED - SHENZHEN - HONG KONG STOCK CONNECT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-SZSC + + SZSC + + + + + + + WARSAW STOCK EXCHANGE/BONDS/BONDSPOT/TREASURY BOND MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TBSP + + TBSP + + + + + + + TRADITION OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TCDS + + TCDS + + + + + + + TIDE CM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TCML + + TCML + + + + + + + TORONTO DOMINION BANK - LONDON BRANCH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TDBL + + TDBL + + + + + + + TD SECURITIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TDGF + + TDGF + + + + + + + TRADITION PARIS - TSAF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TDON + + TDON + + + + + + + TULLETT PREBON EUROPE - OTF - COMMODITY AND ENERGY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TECO + + TECO + + + + + + + TULLETT PREBON SECURITIES - OTF - EUROPEAN GOVERNMENT BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEEG + + TEEG + + + + + + + TULLETT PREBON EUROPE - MTF - FX DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEFD + + TEFD + + + + + + + TULLETT PREBON EUROPE - OTF - FX DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEFX + + TEFX + + + + + + + TULLETT PREBON EUROPE - OTF - GOVERNMENT BONDS EXCLUDING UK GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEGB + + TEGB + + + + + + + TULLETT PREBON EUROPE - OTF - GOVERNMENT BONDS - UK GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEGI + + TEGI + + + + + + + TULLETT PREBON EUROPE - OTF - INTEREST RATE DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEIR + + TEIR + + + + + + + TULLETT PREBON EUROPE - MTF - GOVERNMENT BONDS EXCLUDING UK GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEMB + + TEMB + + + + + + + TULLETT PREBON EUROPE - MTF - CORPORATE BONDS AND SECURITISED DEBT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEMF + + TEMF + + + + + + + TULLETT PREBON EUROPE - MTF - MONEY MARKETS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEMI + + TEMI + + + + + + + TULLETT PREBON EUROPE - OTF - MONEY MARKET INSTRUMENTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEMM + + TEMM + + + + + + + TULLETT PREBON EUROPE - MTF - REPOS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TEMR + + TEMR + + + + + + + TERAEXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TERA + + TERA + + + + + + + TULLETT PREBON EUROPE - OTF - REPOS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TERE + + TERE + + + + + + + THAILAND FUTURES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TFEX + + TFEX + + + + + + + TFS GREEN AUSTRALIAN GREEN MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TFSA + + TFSA + + + + + + + T.F.S. DERIVATIVES HK LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TFSD + + TFSD + + + + + + + TFS GREEN UNITED STATES GREEN MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TFSU + + TFSU + + + + + + + TRADEGATE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TGAT + + TGAT + + + + + + + TRADEGATE EXCHANGE - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TGSI + + TGSI + + + + + + + THEMIS TRADING LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-THEM + + THEM + + + + + + + THOMSON REUTERS (SEF) LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-THRE + + THRE + + + + + + + TULLETT PREBON EUROPE - MTF - INTEREST RATE DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TIRD + + TIRD + + + + + + + TRUMID ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TMID + + TMID + + + + + + + EURONEXT - TRADED BUT NOT LISTED AMSTERDAM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TNLA + + TNLA + + + + + + + EURONEXT - TRADING FACILITY BRUSSELS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TNLB + + TNLB + + + + + + + EURONEXT - TRADING FACILITY LONDON market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TNLL + + TNLL + + + + + + + TORA CROSSPOINT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TOCP + + TOCP + + + + + + + TULLETT PREBON EUROPE - OTF - MADRID - GOVERNMENT BONDS - EXCLUDING GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TOMG + + TOMG + + + + + + + TOWER RESEARCH CAPITAL EUROPE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TOWR + + TOWR + + + + + + + TULLETT PREBON (EUROPE) LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPEL + + TPEL + + + + + + + TULLETT PREBON EUROPE - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPEO + + TPEO + + + + + + + TULLETT PREBON EUROPE - OTF - MADRID operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPES + + TPES + + + + + + + TULLETT PREBON EU OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPEU + + TPEU + + + + + + + TP ICAP EU - MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPIC + + TPIC + + + + + + + THE PROPERTY INVESTMENT EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPIE + + TPIE + + + + + + + TP ICAP EU - MTF - ORDERBOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPIO + + TPIO + + + + + + + TP ICAP EU - MTF - REGISTRATION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPIR + + TPIR + + + + + + + TP SEF, INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPSE + + TPSE + + + + + + + TULLETT PREBON SECURITIES - MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPSL + + TPSL + + + + + + + TULLETT PREBON SECURITIES - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TPSO + + TPSO + + + + + + + TURQUOISE EUROPE - LIT AUCTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TQEA + + TQEA + + + + + + + TURQUOISE EUROPE - NYLON CASH ORDER BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TQEB + + TQEB + + + + + + + TURQUOISE EUROPE - DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TQEM + + TQEM + + + + + + + TURQUOISE EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TQEX + + TQEX + + + + + + + REFINITIV TRANSACTIONS SERVICES LIMITED - FXALL RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRAL + + TRAL + + + + + + + TRADITION ASIA LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRAS + + TRAS + + + + + + + TRAX APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRAX + + TRAX + + + + + + + TRACK ECN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRCK + + TRCK + + + + + + + TRADITION operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRDE + + TRDE + + + + + + + TRAD-X market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRDX + + TRDX + + + + + + + TRADEWEB EUROPE LIMITED - APA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TREA + + TREA + + + + + + + TRADEWEB EUROPE LIMITED - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TREO + + TREO + + + + + + + TRADEWEB EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TREU + + TREU + + + + + + + REUTERS TRANSACTION SERVICES LIMITED - FORWARDS MATCHING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRFW + + TRFW + + + + + + + TRAX NL APA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRNL + + TRNL + + + + + + + TROP-X operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRPX + + TRPX + + + + + + + TURQUOISE LIT AUCTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRQA + + TRQA + + + + + + + TURQUOISE NYLON CASH ORDER BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRQB + + TRQB + + + + + + + TURQUOISE CFD market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRQC + + TRQC + + + + + + + TURQUOISE PLATO market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRQM + + TRQM + + + + + + + TURQUOISE SWAPMATCH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRQS + + TRQS + + + + + + + TURQUOISE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRQX + + TRQX + + + + + + + TOWER RESEARCH CAPITAL EUROPE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRSI + + TRSI + + + + + + + TRUEEX LLC - DESIGNATED CONTRACT MARKET (DMC) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRU1 + + TRU1 + + + + + + + TRUEEX LLC - SEF (SWAP EXECUTION FACILITY) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRU2 + + TRU2 + + + + + + + TRUEEX LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRUX + + TRUX + + + + + + + TRADEWEB LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRWB + + TRWB + + + + + + + TRAD-X EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TRXE + + TRXE + + + + + + + TRADITION SECURITIES AND DERIVATIVES INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSAD + + TSAD + + + + + + + TSAF OTC - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSAF + + TSAF + + + + + + + DBOT ATS, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSBX + + TSBX + + + + + + + TULLETT PREBON SECURITIES - OTF - CORPORATE BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSCB + + TSCB + + + + + + + TULLETT PREBON SECURITIES - OTF - CREDIT DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSCD + + TSCD + + + + + + + TULLETT PREBON SECURITIES - OTF - EQUITY DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSED + + TSED + + + + + + + TRADITION SEF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSEF + + TSEF + + + + + + + TULLETT PREBON SECURITIES - OTF - CORPORATE BONDS AND SECURITISED DEBT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSFI + + TSFI + + + + + + + TULLETT PREBON SECURITIES - OTF - GOVERNMENT BONDS EXCLUDING UK GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSGB + + TSGB + + + + + + + TULLETT PREBON SECURITIES - OTF - GOVERNMENT BONDS - UK GILTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSGI + + TSGI + + + + + + + TRADITION SINGAPORE PTE. LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSIG + + TSIG + + + + + + + TULLETT PREBON SECURITIES - OTF - MONEY MARKET INSTRUMENTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSMM + + TSMM + + + + + + + TULLETT PREBON SECURITIES - MTF - REPOS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSMR + + TSMR + + + + + + + TULLETT PREBON SECURITIES - OTF - REPOS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TSRE + + TSRE + + + + + + + TRADEWEB EU BV - APA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWEA + + TWEA + + + + + + + TRADEWEB EU BV - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWEM + + TWEM + + + + + + + TRADEWEB EU BV - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWEO + + TWEO + + + + + + + TRADEWEB EU BV operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWEU + + TWEU + + + + + + + TRADEWEB EUROPE LIMITED - GLOBAL TRADING PLATFORM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWGP + + TWGP + + + + + + + TRADEWEB EUROPE LIMITED - HONG KONG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWHK + + TWHK + + + + + + + TRADEWEB JAPAN KK - PTS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWJP + + TWJP + + + + + + + TRADEWEB JAPAN KK - ETP market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWJT + + TWJT + + + + + + + TW SEF LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWSF + + TWSF + + + + + + + TRADEWEB EUROPE LIMITED - SINGAPORE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-TWSG + + TWSG + + + + + + + UNICREDIT BANK CZECH REPUBLIC AND SLOVAKIA, A.S. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBCZ + + UBCZ + + + + + + + UBI BANCA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBIM + + UBIM + + + + + + + UNION BANK OF INDIA UK LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBIN + + UBIN + + + + + + + UNIPOL BANCA S.P.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBIS + + UBIS + + + + + + + UBS ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSA + + UBSA + + + + + + + UBS AG LONDON BRANCH - TRADING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSB + + UBSB + + + + + + + UBS PIN-FX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSC + + UBSC + + + + + + + UBS FX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSF + + UBSF + + + + + + + UBS TRADING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSG + + UBSG + + + + + + + UBS EUROPE SE - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSI + + UBSI + + + + + + + UBS EUROPE SE - TRADING operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSL + + UBSL + + + + + + + UBS PIN (UBS PRICE IMPROVEMENT NETWORK) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSP + + UBSP + + + + + + + UBS SECURITIES LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSS + + UBSS + + + + + + + UBS CROSS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSX + + UBSX + + + + + + + UBS AG LONDON BRANCH - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UBSY + + UBSY + + + + + + + UNICREDIT BANK AUSTRIA AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UCBA + + UCBA + + + + + + + UNICREDIT BANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UCDE + + UCDE + + + + + + + UNICREDIT SPA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UCIT + + UCIT + + + + + + + UFEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UFEX + + UFEX + + + + + + + UKRAINIAN INTERBANK CURRENCY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UICE + + UICE + + + + + + + UKRAINIAN EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UKEX + + UKEX + + + + + + + MTS UK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UKGD + + UKGD + + + + + + + APX POWER UK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UKPX + + UKPX + + + + + + + ALT XCHANGE (U) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ULTX + + ULTX + + + + + + + NASDAQ STOCKHOLM AB - USD WB EQ DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-USWB + + USWB + + + + + + + UEDA TRADITION SECURITIES LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-UTSL + + UTSL + + + + + + + BONDPOINT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VABD + + VABD + + + + + + + VIRTUAL AUCTION GLOBAL LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VAGL + + VAGL + + + + + + + VIRTU CLIENT MARKET MAKING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VALX + + VALX + + + + + + + VANTAGE CAPITAL MARKETS LLP - OTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VCMO + + VCMO + + + + + + + VIRTU MATCHIT - CONDITIONAL ROOM market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VCRS + + VCRS + + + + + + + VEGA-CHI operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VEGA + + VEGA + + + + + + + VERTICAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VERT + + VERT + + + + + + + VIRTU FINANCIAL CAPITAL MARKETS LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VFCM + + VFCM + + + + + + + VIRTU FINANCIAL IRELAND LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VFIL + + VFIL + + + + + + + VIRTU MATCHIT - MAIN CROSSING SESSION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VFMI + + VFMI + + + + + + + VIRTU FINANCIAL IRELAND LIMITED - SYSTEMATIC INTERNALISER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VFSI + + VFSI + + + + + + + VIRTU FINANCIAL IRELAND LIMITED - OTC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VFXO + + VFXO + + + + + + + VIRTU FINANCIAL BD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VIRT + + VIRT + + + + + + + VONTOBEL LIQUIDITY EXTENDER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VLEX + + VLEX + + + + + + + THE FAROESE SECURITIES MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VMFX + + VMFX + + + + + + + MTS SLOVENIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VMTS + + VMTS + + + + + + + BANK VONTOBEL EUROPE AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VONT + + VONT + + + + + + + EURONEXT - VENTES PUBLIQUES BRUSSELS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VPXB + + VPXB + + + + + + + VTB CAPITAL PLC - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VTBC + + VTBC + + + + + + + VORTEX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VTEX + + VTEX + + + + + + + TRADELINK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VTLS + + VTLS + + + + + + + TRADEPLUS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VTPS + + VTPS + + + + + + + VIRTU AMERICAS LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VUSA + + VUSA + + + + + + + VWD TRANSACTIONSOLUTIONS AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-VWDX + + VWDX + + + + + + + WIENER BOERSE AG AMTLICHER HANDEL (OFFICIAL MARKET) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WBAH + + WBAH + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/LISTING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WBCL + + WBCL + + + + + + + WIENER BOERSE AG DRITTER MARKT (THIRD MARKET) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WBDM + + WBDM + + + + + + + BANK ZACHODNI WBK S.A. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WBKP + + WBKP + + + + + + + WARSAW STOCK EXCHANGE/ BONDS/CATALYST/MAIN MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WBON + + WBON + + + + + + + WARSAW STOCK EXCHANGE/FINANCIAL DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WDER + + WDER + + + + + + + WEEDEN AND CO MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WEED + + WEED + + + + + + + WEL - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WELN + + WELN + + + + + + + WELLS FARGO SECURITIES, LLC - CASH EQUITIES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WELS + + WELS + + + + + + + WARSAW STOCK EXCHANGE/ ETPS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WETP + + WETP + + + + + + + WARSAW STOCK EXCHANGE/COMMODITIES/POLISH POWER EXCHANGE/GAS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WGAS + + WGAS + + + + + + + WARSAW STOCK EXCHANGE/INDICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WIND + + WIND + + + + + + + WINTERFLOOD SECURITIES LIMITED - ELECTRONIC PLATFORM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WINS + + WINS + + + + + + + WINTERFLOOD SECURITIES LIMITED - MANUAL TRADING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WINX + + WINX + + + + + + + WARSAW STOCK EXCHANGE - IPO BOOK BUILDING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WIPO + + WIPO + + + + + + + WARSAW STOCK EXCHANGE/BONDS/CATALYST/MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WMTF + + WMTF + + + + + + + WOOD & COMPANY FINANCIAL SERVICES, A.S. - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WOOD + + WOOD + + + + + + + WARSAW STOCK EXCHANGE - SPO BOOK BUILDING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WOPO + + WOPO + + + + + + + EURONEXT - MARKET WITHOUT QUOTATIONS LISBON market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WQXL + + WQXL + + + + + + + WALL STREET ACCESS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WSAG + + WSAG + + + + + + + WELLS FARGO SECURITIES INTERNATIONAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WSIL + + WSIL + + + + + + + WESTPAC BANKING CORPORATION - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-WSIN + + WSIN + + + + + + + ABG SUNDAL COLLIER AB - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XABC + + XABC + + + + + + + ABG SUNDAL COLLIER ASA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XABG + + XABG + + + + + + + ATHENS EXCHANGE S.A. DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XADE + + XADE + + + + + + + FINRA ALTERNATIVE DISPLAY FACILITY (ADF) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XADF + + XADF + + + + + + + ABU DHABI SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XADS + + XADS + + + + + + + ALTERNATIVA FRANCE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XAFR + + XAFR + + + + + + + AFRICAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XAFX + + XAFX + + + + + + + AIM ITALIA - MERCATO ALTERNATIVO DEL CAPITALE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XAIM + + XAIM + + + + + + + ALGIERS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XALG + + XALG + + + + + + + ALTEX-ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XALT + + XALT + + + + + + + AMMAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XAMM + + XAMM + + + + + + + EURONEXT - EURONEXT AMSTERDAM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XAMS + + XAMS + + + + + + + EURONEXT - APA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XAPA + + XAPA + + + + + + + AUTOMATED EQUITY FINANCE MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XAQS + + XAQS + + + + + + + NASDAQ OMX ARMENIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XARM + + XARM + + + + + + + NYSE MKT LLC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XASE + + XASE + + + + + + + ASX - ALL MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XASX + + XASX + + + + + + + ATHENS EXCHANGE S.A. CASH MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XATH + + XATH + + + + + + + ATLANTIC SECURITIES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XATL + + XATL + + + + + + + ALPHA EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XATS + + XATS + + + + + + + BAHAMAS INTERNATIONAL SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBAA + + XBAA + + + + + + + BARBADOS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBAB + + XBAB + + + + + + + BAHRAIN BOURSE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBAH + + XBAH + + + + + + + BANGALORE STOCK EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBAN + + XBAN + + + + + + + BOLSA DE BARCELONA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBAR + + XBAR + + + + + + + JAKARTA FUTURES EXCHANGE (BURSA BERJANGKA JAKARTA) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBBJ + + XBBJ + + + + + + + PERIMETER FINANCIAL CORP. - BLOCKBOOK ATS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBBK + + XBBK + + + + + + + BOLSA DE COMERCIO DE CORDOBA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBCC + + XBCC + + + + + + + LA BOLSA ELECTRONICA DE CHILE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBCL + + XBCL + + + + + + + BOLSA DE COMERCIO DE MENDOZA S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBCM + + XBCM + + + + + + + BOLSA CENTROAMERICANA DE VALORES S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBCV + + XBCV + + + + + + + MERCADO DE VALORES DE MENDOZA S.A. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBCX + + XBCX + + + + + + + BERMUDA STOCK EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBDA + + XBDA + + + + + + + BOLSA DE DIVIDA E VALORES DE ANGOLA (BODIVA) - ANGOLA SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBDV + + XBDV + + + + + + + BELGRADE STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBEL + + XBEL + + + + + + + BOERSE BERLIN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBER + + XBER + + + + + + + JSE CASH BOND MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBES + + XBES + + + + + + + BOURSE DE BEYROUTH - BEIRUT STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBEY + + XBEY + + + + + + + BOLSA DE VALORES DE BILBAO market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBIL + + XBIL + + + + + + + STOCK EXCHANGE OF THAILAND - FOREIGN BOARD market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBKF + + XBKF + + + + + + + STOCK EXCHANGE OF THAILAND operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBKK + + XBKK + + + + + + + BANJA LUKA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBLB + + XBLB + + + + + + + EURONEXT BLOCK 2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBLK + + XBLK + + + + + + + BLUENEXT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBLN + + XBLN + + + + + + + BOLSA NACIONAL DE VALORES, S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBNV + + XBNV + + + + + + + BOLSA DE VALORES DE COLOMBIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBOG + + XBOG + + + + + + + BOLSA BOLIVIANA DE VALORES S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBOL + + XBOL + + + + + + + BSE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBOM + + XBOM + + + + + + + NASDAQ OMX BX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBOS + + XBOS + + + + + + + BOTSWANA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBOT + + XBOT + + + + + + + BOX OPTIONS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBOX + + XBOX + + + + + + + BRATISLAVA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBRA + + XBRA + + + + + + + EURONEXT - EURONEXT BRUSSELS - DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBRD + + XBRD + + + + + + + ROMANIAN COMMODITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBRM + + XBRM + + + + + + + BX SWISS AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBRN + + XBRN + + + + + + + BRUT ECN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBRT + + XBRT + + + + + + + EURONEXT - EURONEXT BRUSSELS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBRU + + XBRU + + + + + + + BOURSE REGIONALE DES VALEURS MOBILIERES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBRV + + XBRV + + + + + + + DERIVATIVES REGULATED MARKET - BVB market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBSD + + XBSD + + + + + + + SPOT REGULATED MARKET - BVB operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBSE + + XBSE + + + + + + + SIX SWISS BILATERAL TRADING PLATFORM FOR STRUCTURED OTC PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBTR + + XBTR + + + + + + + BUDAPEST STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBUD + + XBUD + + + + + + + BOLSA DE COMERCIO DE BUENOS AIRES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBUE + + XBUE + + + + + + + BULGARIAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBUL + + XBUL + + + + + + + CAPE VERDE STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBVC + + XBVC + + + + + + + MOZAMBIQUE STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBVM + + XBVM + + + + + + + BOLSA DE VALORES DE LA REPUBLICA DOMINICANA SA. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBVR + + XBVR + + + + + + + NASDAQ OMX BX OPTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XBXO + + XBXO + + + + + + + EGYPTIAN EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCAI + + XCAI + + + + + + + CALCUTTA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCAL + + XCAL + + + + + + + CAN-ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCAN + + XCAN + + + + + + + CASABLANCA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCAS + + XCAS + + + + + + + CAYMAN ISLANDS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCAY + + XCAY + + + + + + + CBOE FUTURES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCBF + + XCBF + + + + + + + CBOE GLOBAL MARKETS INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCBO + + XCBO + + + + + + + CHICAGO BOARD OF TRADE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCBT + + XCBT + + + + + + + BAXTER FINANCIAL SERVICES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCDE + + XCDE + + + + + + + COMMODITIES EXCHANGE CENTER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCEC + + XCEC + + + + + + + UZBEK COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCET + + XCET + + + + + + + CHINA FOREIGN EXCHANGE TRADE SYSTEM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCFE + + XCFE + + + + + + + CANTOR FINANCIAL FUTURES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCFF + + XCFF + + + + + + + CHINESE GOLD & SILVER EXCHANGE SOCIETY operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCGS + + XCGS + + + + + + + CHITTAGONG STOCK EXCHANGE LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCHG + + XCHG + + + + + + + NYSE CHICAGO, INC. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCHI + + XCHI + + + + + + + THE INTERNATIONAL STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCIE + + XCIE + + + + + + + NYSE NATIONAL, INC. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCIS + + XCIS + + + + + + + CHICAGO MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCME + + XCME + + + + + + + BOLSA DE COMERCIO CONFEDERADA S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCNF + + XCNF + + + + + + + CANADIAN NATIONAL STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCNQ + + XCNQ + + + + + + + COLOMBO STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCOL + + XCOL + + + + + + + ICMA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCOR + + XCOR + + + + + + + CROATIAN POWER EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCRO + + XCRO + + + + + + + NASDAQ COPENHAGEN A/S operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCSE + + XCSE + + + + + + + CAMBODIA SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCSX + + XCSX + + + + + + + UZBEKISTAN REPUBLICAN CURRENCY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCUE + + XCUE + + + + + + + CURRENEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCUR + + XCUR + + + + + + + CX2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCX2 + + XCX2 + + + + + + + NASDAQ CXD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCXD + + XCXD + + + + + + + CYPRUS STOCK EXCHANGE - OTC market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCYO + + XCYO + + + + + + + CYPRUS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XCYS + + XCYS + + + + + + + DAR ES SALAAM STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDAR + + XDAR + + + + + + + DEUTSCHE BOERSE AG - CUSTOMIZED INDICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDBC + + XDBC + + + + + + + DEUTSCHE BOERSE AG - VOLATILITY INDICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDBV + + XDBV + + + + + + + DEUTSCHE BOERSE AG - INDICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDBX + + XDBX + + + + + + + DALIAN COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDCE + + XDCE + + + + + + + DELHI STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDES + + XDES + + + + + + + JOINT-STOCK COMPANY STOCK EXCHANGE INNEX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDFB + + XDFB + + + + + + + DUBAI FINANCIAL MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDFM + + XDFM + + + + + + + DHAKA STOCK EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDHA + + XDHA + + + + + + + ITALIAN DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDMI + + XDMI + + + + + + + DNB BANK ASA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDNB + + XDNB + + + + + + + CADE - MERCADO DE DEUDA PUBLICA ANOTADA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDPA + + XDPA + + + + + + + AIAF - MERCADO DE RENTA FIJA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDRF + + XDRF + + + + + + + DAMASCUS SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDSE + + XDSE + + + + + + + BORSA ISTANBUL - DEBT SECURITIES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDSM + + XDSM + + + + + + + DOUALA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDSX + + XDSX + + + + + + + IRISH STOCK EXCHANGE - ALL MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDUB + + XDUB + + + + + + + BOERSE DUESSELDORF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XDUS + + XDUS + + + + + + + ENERGY BROKING IRELAND GAS TRADING PLATFORM operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEBI + + XEBI + + + + + + + ECB EXCHANGE RATES operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XECB + + XECB + + + + + + + EUROPEAN COMMODITY CLEARING AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XECC + + XECC + + + + + + + MTF - CYPRUS EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XECM + + XECM + + + + + + + EASTERN CARIBBEAN SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XECS + + XECS + + + + + + + ELECTRICITY DAY-AHEAD MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEDA + + XEDA + + + + + + + EUROPEAN ENERGY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEEE + + XEEE + + + + + + + EUROPEAN ENERGY EXCHANGE - NON-MTF MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEEO + + XEEO + + + + + + + EUROPEAN ENERGY EXCHANGE - REGULATED MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEER + + XEER + + + + + + + EUREX REPO - HQLA MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEHQ + + XEHQ + + + + + + + ELECTRICITY INTRA-DAY MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEID + + XEID + + + + + + + ELX operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XELX + + XELX + + + + + + + MERCADO MEXICANO DE DERIVADOS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEMD + + XEMD + + + + + + + EMS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEMS + + XEMS + + + + + + + BOERSE BERLIN EQUIDUCT TRADING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEQT + + XEQT + + + + + + + BORSA ISTANBUL - EQUITY MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEQY + + XEQY + + + + + + + EUREX REPO - FUNDING AND FINANCING PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XERE + + XERE + + + + + + + EUREX REPO - TRIPARTY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XERT + + XERT + + + + + + + EURONEXT GROWTH DUBLIN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XESM + + XESM + + + + + + + XETRA - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETA + + XETA + + + + + + + XETRA - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETB + + XETB + + + + + + + EURONEXT ETF ACCESS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETF + + XETF + + + + + + + XETRA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETR + + XETR + + + + + + + XETRA - SCALE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETS + + XETS + + + + + + + XETRA - REGULIERTERMARKT - OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETU + + XETU + + + + + + + XETRA - FREIVERKEHR- OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETV + + XETV + + + + + + + XETRA - SCALE - OFF-BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XETW + + XETW + + + + + + + EUREX BONDS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEUB + + XEUB + + + + + + + EURONEXT COM, COMMODITIES FUTURES AND OPTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEUC + + XEUC + + + + + + + EURONEXT EQF, EQUITIES AND INDICES DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEUE + + XEUE + + + + + + + EURONEXT IRF, INTEREST RATE FUTURE AND OPTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEUI + + XEUI + + + + + + + EUREX REPO SECLEND MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEUM + + XEUM + + + + + + + EUREX REPO GMBH operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEUP + + XEUP + + + + + + + EUREX DEUTSCHLAND operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEUR + + XEUR + + + + + + + IRISH STOCK EXCHANGE - GLOBAL EXCHANGE MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XEYE + + XEYE + + + + + + + FINANCIALCONTENT - INDEXES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XFCI + + XFCI + + + + + + + FINANCIALCONTENT - DIGITAL ASSET TRADE REPORTING FACILITY market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XFDA + + XFDA + + + + + + + FINANCIAL AND ENERGY EXCHANGE GROUP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XFEX + + XFEX + + + + + + + FUKUOKA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XFKA + + XFKA + + + + + + + BORSA ISTANBUL - FUTURES AND OPTIONS MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XFNO + + XFNO + + + + + + + DEUTSCHE BOERSE AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XFRA + + XFRA + + + + + + + CENTRAL EASTERN EUROPEAN GAS EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGAS + + XGAS + + + + + + + TRADEGATE EXCHANGE - FREIVERKEHR market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGAT + + XGAT + + + + + + + GLOBAL COAL LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGCL + + XGCL + + + + + + + GLOBAL COMMODITIES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGCX + + XGCX + + + + + + + GLOBAL DERIVATIVES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGDX + + XGDX + + + + + + + HONG KONG GROWTH ENTERPRISES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGEM + + XGEM + + + + + + + GHANA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGHA + + XGHA + + + + + + + GESTORE MERCATO ELETTRICO - ITALIAN POWER EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGME + + XGME + + + + + + + GLOBALCLEAR MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGMX + + XGMX + + + + + + + TRADEGATE EXCHANGE - REGULIERTER MARKT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGRM + + XGRM + + + + + + + GEORGIA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGSE + + XGSE + + + + + + + GLOBAL SECURITIES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGSX + + XGSX + + + + + + + BOLSA DE VALORES NACIONAL SA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGTG + + XGTG + + + + + + + BOLSA DE VALORES DE GUAYAQUIL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XGUA + + XGUA + + + + + + + HANSEATISCHE WERTPAPIERBOERSE HAMBURG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XHAM + + XHAM + + + + + + + NIEDERSAECHSISCHE BOERSE ZU HANNOVER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XHAN + + XHAN + + + + + + + NASDAQ HELSINKI LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XHEL + + XHEL + + + + + + + HONG KONG FUTURES EXCHANGE LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XHKF + + XHKF + + + + + + + HONG KONG EXCHANGES AND CLEARING LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XHKG + + XHKG + + + + + + + HANOI STOCK EXCHANGE - DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XHNF + + XHNF + + + + + + + HANOI STOCK EXCHANGE (UNLISTED PUBLIC COMPANY TRADING PLATFORM) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XHNX + + XHNX + + + + + + + BAKU INTERBANK CURRENCY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIBE + + XIBE + + + + + + + SIX CORPORATE BONDS AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XICB + + XICB + + + + + + + NASDAQ ICELAND HF. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XICE + + XICE + + + + + + + INSTINET CANADA CROSS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XICX + + XICX + + + + + + + INDONESIA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIDX + + XIDX + + + + + + + INSTINET EUROPE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIEL + + XIEL + + + + + + + INSTINET PACIFIC LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIHK + + XIHK + + + + + + + INTERNATIONAL MARTIME EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIMA + + XIMA + + + + + + + MULTI COMMODITY EXCHANGE OF INDIA LTD. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIMC + + XIMC + + + + + + + INTERNATIONAL MONETARY MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIMM + + XIMM + + + + + + + SHANGHAI INTERNATIONAL ENERGY EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XINE + + XINE + + + + + + + INSTINET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XINS + + XINS + + + + + + + INVESTRO operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XINV + + XINV + + + + + + + INDEX AND OPTIONS MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIOM + + XIOM + + + + + + + HELEX ELECTRONIC BOOK BUILDING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIPO + + XIPO + + + + + + + IRAQ STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIQS + + XIQS + + + + + + + INTERNATIONAL SECURITIES EXCHANGE, LLC - ALTERNATIVE MARKETS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XISA + + XISA + + + + + + + INTERNATIONAL SECURITIES EXCHANGE, LLC - EQUITIES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XISE + + XISE + + + + + + + BORSA ISTANBUL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XIST + + XIST + + + + + + + INTERNATIONAL SECURITIES EXCHANGE, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XISX + + XISX + + + + + + + JAMAICA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XJAM + + XJAM + + + + + + + TOKYO STOCK EXCHANGE JASDAQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XJAS + + XJAS + + + + + + + JAKARTA NEGOTIATED BOARD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XJNB + + XJNB + + + + + + + JAPAN EXCHANGE GROUP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XJPX + + XJPX + + + + + + + JOHANNESBURG STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XJSE + + XJSE + + + + + + + OSAKA DOJIMA COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKAC + + XKAC + + + + + + + THE PAKISTAN STOCK EXCHANGE LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKAR + + XKAR + + + + + + + KAZAKHSTAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKAZ + + XKAZ + + + + + + + KANSAS CITY BOARD OF TRADE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKBT + + XKBT + + + + + + + KHOREZM INTERREGION COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKCE + + XKCE + + + + + + + KOREA EXCHANGE COMMODITY MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKCM + + XKCM + + + + + + + KOREA EXCHANGE EMISSIONS MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKEM + + XKEM + + + + + + + KOREA FREEBOARD MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKFB + + XKFB + + + + + + + KOREA EXCHANGE (FUTURES MARKET) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKFE + + XKFE + + + + + + + KHARTOUM STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKHA + + XKHA + + + + + + + KHARKOV COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKHR + + XKHR + + + + + + + KIEV UNIVERSAL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKIE + + XKIE + + + + + + + KIEV INTERNATIONAL STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKIS + + XKIS + + + + + + + BURSA MALAYSIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKLS + + XKLS + + + + + + + KOREA NEW EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKON + + XKON + + + + + + + KOREA EXCHANGE (KOSDAQ) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKOS + + XKOS + + + + + + + KOREA EXCHANGE (STOCK MARKET) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKRX + + XKRX + + + + + + + KYRGYZ STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKSE + + XKSE + + + + + + + KUWAIT STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XKUW + + XKUW + + + + + + + LAO SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLAO + + XLAO + + + + + + + LATIBEX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLAT + + XLAT + + + + + + + LONDON BULLION MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLBM + + XLBM + + + + + + + LCH.CLEARNET LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLCH + + XLCH + + + + + + + EURONEXT - EURONEXT LONDON operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLDN + + XLDN + + + + + + + LONDON DERIVATIVES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLDX + + XLDX + + + + + + + LABUAN INTERNATIONAL FINANCIAL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLFX + + XLFX + + + + + + + LGT BANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLGT + + XLGT + + + + + + + BOLSA DE VALORES DE LIMA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLIM + + XLIM + + + + + + + EURONEXT - EURONEXT LISBON operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLIS + + XLIS + + + + + + + AB NASDAQ VILNIUS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLIT + + XLIT + + + + + + + SI ENTER market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLJM + + XLJM + + + + + + + LJUBLJANA STOCK EXCHANGE (OFFICIAL MARKET) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLJU + + XLJU + + + + + + + LIECHTENSTEINISCHE LANDESBANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLLB + + XLLB + + + + + + + LONDON METAL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLME + + XLME + + + + + + + LONDON STOCK EXCHANGE - DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLOD + + XLOD + + + + + + + LONDON STOCK EXCHANGE - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLOM + + XLOM + + + + + + + LONDON STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLON + + XLON + + + + + + + LIBYAN STOCK MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLSM + + XLSM + + + + + + + LUSAKA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLUS + + XLUS + + + + + + + LUXEMBOURG STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XLUX + + XLUX + + + + + + + MERCADO ABIERTO ELECTRONICO S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAB + + XMAB + + + + + + + BOLSA DE MADRID market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAD + + XMAD + + + + + + + MACEDONIAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAE + + XMAE + + + + + + + MARKET FOR ALTERNATIVE INVESTMENT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAI + + XMAI + + + + + + + MALTA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAL + + XMAL + + + + + + + BOLSA DE VALORES DE NICARAGUA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAN + + XMAN + + + + + + + EURONEXT PARIS MATIF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAT + + XMAT + + + + + + + STOCK EXCHANGE OF MAURITIUS LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMAU + + XMAU + + + + + + + MARCHE INTERBANCAIRE DES DEVISES M.I.D. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMDG + + XMDG + + + + + + + MADRAS STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMDS + + XMDS + + + + + + + MERCHANTS' EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMER + + XMER + + + + + + + MERCADO DE VALORES DE BUENOS AIRES S.A. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMEV + + XMEV + + + + + + + BOLSA MEXICANA DE VALORES (MEXICAN STOCK EXCHANGE) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMEX + + XMEX + + + + + + + MINNEAPOLIS GRAIN EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMGE + + XMGE + + + + + + + BORSA ITALIANA S.P.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMIL + + XMIL + + + + + + + MIAMI INTERNATIONAL SECURITIES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMIO + + XMIO + + + + + + + EURONEXT ACCESS PARIS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMLI + + XMLI + + + + + + + BOLSA DE VALORES DE MONTEVIDEO operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMNT + + XMNT + + + + + + + MONTENEGRO STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMNX + + XMNX + + + + + + + MONTREAL CLIMATE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMOC + + XMOC + + + + + + + THE MONTREAL EXCHANGE / BOURSE DE MONTREAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMOD + + XMOD + + + + + + + MOLDOVA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMOL + + XMOL + + + + + + + EURONEXT PARIS MONEP market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMON + + XMON + + + + + + + MOSCOW STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMOS + + XMOS + + + + + + + EXTRAMOT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMOT + + XMOT + + + + + + + MEFF POWER DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMPW + + XMPW + + + + + + + MEFF FINANCIAL DERIVATIVES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMRV + + XMRV + + + + + + + EURONEXT DUBLIN market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMSM + + XMSM + + + + + + + MALAWI STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMSW + + XMSW + + + + + + + MERCADO A TERMINO DE BUENOS AIRES S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMTB + + XMTB + + + + + + + EUROMTS LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMTS + + XMTS + + + + + + + BOERSE MUENCHEN operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMUN + + XMUN + + + + + + + MUSCAT SECURITIES MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMUS + + XMUS + + + + + + + MERCADO DE VALORES DEL LITORAL S.A. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XMVL + + XMVL + + + + + + + SISTEMA ESPANOL DE NEGOCIACION DE ACTIVOS FINANCIEROS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNAF + + XNAF + + + + + + + NAIROBI STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNAI + + XNAI + + + + + + + NAMIBIAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNAM + + XNAM + + + + + + + NASDAQ - ALL MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNAS + + XNAS + + + + + + + NATIONAL COMMODITY & DERIVATIVES EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNCD + + XNCD + + + + + + + NASDAQ CAPITAL MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNCM + + XNCM + + + + + + + WARSAW STOCK EXCHANGE/ EQUITIES/NEW CONNECT-MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNCO + + XNCO + + + + + + + NASDAQ OPTIONS MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNDQ + + XNDQ + + + + + + + PJSC NATIONAL DEPOSITORY OF UKRAINE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNDU + + XNDU + + + + + + + NORDIC DERIVATIVES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNDX + + XNDX + + + + + + + NATIONAL STOCK EXCHANGE OF AUSTRALIA LIMITED operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNEC + + XNEC + + + + + + + NEPAL STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNEP + + XNEP + + + + + + + NASDAQ FIXED INCOME TRADING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNFI + + XNFI + + + + + + + NORDIC GROWTH MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNGM + + XNGM + + + + + + + NAGOYA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNGO + + XNGO + + + + + + + NASDAQ/NGS (GLOBAL SELECT MARKET) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNGS + + XNGS + + + + + + + NASDAQ INTERMARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNIM + + XNIM + + + + + + + CENTRAL JAPAN COMMODITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNKS + + XNKS + + + + + + + NYSE LIFFE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNLI + + XNLI + + + + + + + NORDIC MTF REPORTING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNMR + + XNMR + + + + + + + NASDAQ/NMS (GLOBAL MARKET) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNMS + + XNMS + + + + + + + NORDEA - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNOR + + XNOR + + + + + + + THE NIGERIAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNSA + + XNSA + + + + + + + NATIONAL STOCK EXCHANGE OF INDIA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNSE + + XNSE + + + + + + + NXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNXC + + XNXC + + + + + + + NXCHANGE B.V. MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNXD + + XNXD + + + + + + + NEW YORK MERCANTILE EXCHANGE - OTC MARKETS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNYE + + XNYE + + + + + + + NEW YORK MERCANTILE EXCHANGE - ENERGY MARKETS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNYL + + XNYL + + + + + + + NEW YORK MERCANTILE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNYM + + XNYM + + + + + + + NEW YORK STOCK EXCHANGE, INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNYS + + XNYS + + + + + + + NEW ZEALAND EXCHANGE LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XNZE + + XNZE + + + + + + + OSLO BORS ASA - OSLO AXESS LIT X AUCTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOAA + + XOAA + + + + + + + OSLO AXESS NORTH SEA - DARK POOL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOAD + + XOAD + + + + + + + NORDIC ALTERNATIVE BOND MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOAM + + XOAM + + + + + + + OSLO AXESS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOAS + + XOAS + + + + + + + ONECHICAGO, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOCH + + XOCH + + + + + + + ODESSA COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XODE + + XODE + + + + + + + OFF-EXCHANGE TRANSACTIONS - LISTED INSTRUMENTS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOFF + + XOFF + + + + + + OTC PUBLICATION VENUE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOPV + + XOPV + + + + + + + OSLO BORS - LIT X AUCTIONS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOSA + + XOSA + + + + + + + OSLO CONNECT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOSC + + XOSC + + + + + + + OSLO BORS NORTH SEA - DARK POOL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOSD + + XOSD + + + + + + + OSAKA EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOSE + + XOSE + + + + + + + OSAKA EXCHANGE J-NET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOSJ + + XOSJ + + + + + + + OSLO BORS ASA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOSL + + XOSL + + + + + + + OTCBB operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XOTC + + XOTC + + + + + + + POSIT AUCTION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPAC + + XPAC + + + + + + + PALESTINE SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPAE + + XPAE + + + + + + + EURONEXT - EURONEXT PARIS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPAR + + XPAR + + + + + + + NASDAQ OMX FUTURES EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPBT + + XPBT + + + + + + + SAINT PETERSBURG EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPET + + XPET + + + + + + + NASDAQ OMX PHLX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPHL + + XPHL + + + + + + + PHILADELPHIA OPTIONS EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPHO + + XPHO + + + + + + + PHILIPPINE STOCK EXCHANGE, INC. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPHS + + XPHS + + + + + + + PEEL HUNT CROSSING market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPHX + + XPHX + + + + + + + SAINT-PETERSBURG CURRENCY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPIC + + XPIC + + + + + + + BORSA ISTANBUL - PRECIOUS METALS AND DIAMONDS MARKETS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPMS + + XPMS + + + + + + + PORT MORESBY STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPOM + + XPOM + + + + + + + PORTAL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPOR + + XPOR + + + + + + + POSIT DARK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPOS + + XPOS + + + + + + + POWERNEXT - OTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPOT + + XPOT + + + + + + + POWERNEXT operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPOW + + XPOW + + + + + + + PRAGUE STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPRA + + XPRA + + + + + + + PRIDNEPROVSK COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPRI + + XPRI + + + + + + + PRAGUE STOCK EXCHANGE - MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPRM + + XPRM + + + + + + + POWERNEXT - GAS SPOT AND FUTURES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPSF + + XPSF + + + + + + + POSIT - ASIA PACIFIC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPST + + XPST + + + + + + + NASDAQ OMX PSX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPSX + + XPSX + + + + + + + BOLSA DE VALORES DE PANAMA, S.A. operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPTY + + XPTY + + + + + + + XP INVESTMENTS UK LLP operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPUK + + XPUK + + + + + + + POWER EXCHANGE CENTRAL EUROPE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XPXE + + XPXE + + + + + + + SIX SWISS EXCHANGE - STRUCTURED PRODUCTS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XQMH + + XQMH + + + + + + + BOERSE DUESSELDORF - QUOTRIX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XQTX + + XQTX + + + + + + + BOLSA DE VALORES DE QUITO operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XQUI + + XQUI + + + + + + + RASDAQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRAS + + XRAS + + + + + + + RINGGIT BOND MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRBM + + XRBM + + + + + + + RAIFFEISEN CENTROBANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRCB + + XRCB + + + + + + + SIX REPO AG - CH REPO MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XREP + + XREP + + + + + + + POSIT RFQ market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRFQ + + XRFQ + + + + + + + NASDAQ RIGA AS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRIS + + XRIS + + + + + + + RM-SYSTEM CZECH STOCK EXCHANGE (MTF) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRMO + + XRMO + + + + + + + RM-SYSTEM CZECH STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRMZ + + XRMZ + + + + + + + BOLSA DE COMERCIO ROSARIO operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XROS + + XROS + + + + + + + SIX REPO AG - OTC SPOT MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XROT + + XROT + + + + + + + MERCADO DE VALORES DE ROSARIO S.A. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XROX + + XROX + + + + + + + ROMANIAN POWER MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRPM + + XRPM + + + + + + + PEEL HUNT RETAIL market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRSP + + XRSP + + + + + + + INTERNET DIRECT-ACCESS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XRUS + + XRUS + + + + + + + JSE EQUITY DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSAF + + XSAF + + + + + + + SAMARA CURRENCY INTERBANK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSAM + + XSAM + + + + + + + SAPPORO SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSAP + + XSAP + + + + + + + SPOTLIGHT STOCK MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSAT + + XSAT + + + + + + + SAUDI STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSAU + + XSAU + + + + + + + SBI JAPANNEXT - X - MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSBI + + XSBI + + + + + + + SINGAPORE EXCHANGE BOND TRADING PTE. LTD market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSBT + + XSBT + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL 1 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSC1 + + XSC1 + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL 2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSC2 + + XSC2 + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL 3 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSC3 + + XSC3 + + + + + + + SINGAPORE CATALIST MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSCA + + XSCA + + + + + + + SINGAPORE COMMODITY EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSCE + + XSCE + + + + + + + BOERSE FRANKFURT WARRANTS TECHNICAL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSCO + + XSCO + + + + + + + STOXX LIMITED - CUSTOMIZED INDICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSCU + + XSCU + + + + + + + SIX SWISS EXCHANGE - EBBO BOOK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSEB + + XSEB + + + + + + + SHENZHEN STOCK EXCHANGE - SHENZHEN - HONG KONG STOCK CONNECT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSEC + + XSEC + + + + + + + SWAPEX, LLC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSEF + + XSEF + + + + + + + SINGAPORE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSES + + XSES + + + + + + + JSE COMMODITY DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSFA + + XSFA + + + + + + + ASX - TRADE24 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSFE + + XSFE + + + + + + + SOCIETE GENERALE - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSGA + + XSGA + + + + + + + SHANGHAI FUTURES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSGE + + XSGE + + + + + + + SANTIAGO STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSGO + + XSGO + + + + + + + SHENZHEN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSHE + + XSHE + + + + + + + SHANGHAI STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSHG + + XSHG + + + + + + + SIBERIAN EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSIB + + XSIB + + + + + + + SINGAPORE EXCHANGE DERIVATIVES CLEARING LIMITED market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSIM + + XSIM + + + + + + + SIX SWISS EXCHANGE - SLS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSLS + + XSLS + + + + + + + EURONEXT BLOCK market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSMP + + XSMP + + + + + + + BSP REGIONAL ENERGY EXCHANGE - SOUTH POOL operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSOP + + XSOP + + + + + + + EURONEXT STRUCTURED PRODUCTS MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSPM + + XSPM + + + + + + + SOUTH PACIFIC STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSPS + + XSPS + + + + + + + SHANGHAI STOCK EXCHANGE - SHANGHAI - HONG KONG STOCK CONNECT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSSC + + XSSC + + + + + + + SARAJEVO STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSSE + + XSSE + + + + + + + HOCHIMINH STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTC + + XSTC + + + + + + + REPUBLICAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTE + + XSTE + + + + + + + BOERSE STUTTGART - TECHNICAL PLATFORM 2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTF + + XSTF + + + + + + + FIDELITY CROSSSTREAM ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTM + + XSTM + + + + + + + NASDAQ STOCKHOLM AB operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTO + + XSTO + + + + + + + BOERSE STUTTGART operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTU + + XSTU + + + + + + + STOXX LIMITED - VOLATILITY INDICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTV + + XSTV + + + + + + + STOXX LIMITED - INDICES market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSTX + + XSTX + + + + + + + EL SALVADOR STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSVA + + XSVA + + + + + + + SWAZILAND STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSWA + + XSWA + + + + + + + SWX SWISS BLOCK operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSWB + + XSWB + + + + + + + SIX SWISS EXCHANGE - SIX SWISS EXCHANGE AT MIDPOINT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSWM + + XSWM + + + + + + + SIX SWISS EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XSWX + + XSWX + + + + + + + TEL AVIV STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTAE + + XTAE + + + + + + + TAIWAN FUTURES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTAF + + XTAF + + + + + + + TAIWAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTAI + + XTAI + + + + + + + NASDAQ TALLINN AS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTAL + + XTAL + + + + + + + TOKYO STOCK EXCHANGE-TOKYO PRO MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTAM + + XTAM + + + + + + + TEHRAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTEH + + XTEH + + + + + + + TOKYO FINANCIAL EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTFF + + XTFF + + + + + + + TIRANA STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTIR + + XTIR + + + + + + + TOKYO STOCK EXCHANGE - TOSTNET-1 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTK1 + + XTK1 + + + + + + + TOKYO STOCK EXCHANGE - TOSTNET-2 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTK2 + + XTK2 + + + + + + + TOKYO STOCK EXCHANGE - TOSTNET-3 market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTK3 + + XTK3 + + + + + + + TOKYO STOCK EXCHANGE market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTKS + + XTKS + + + + + + + TOKYO COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTKT + + XTKT + + + + + + + XTEND market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTND + + XTND + + + + + + + TSX VENTURE EXCHANGE - NEX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTNX + + XTNX + + + + + + + XTRD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTRD + + XTRD + + + + + + + TRINIDAD AND TOBAGO STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTRN + + XTRN + + + + + + + ZAGREB MONEY AND SHORT TERM SECURITIES MARKET INC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTRZ + + XTRZ + + + + + + + TORONTO STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTSE + + XTSE + + + + + + + TSX VENTURE EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTSX + + XTSX + + + + + + + NUEVA BOLSA DE COMERCIO DE TUCUMAN S.A. market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTUC + + XTUC + + + + + + + BOURSE DE TUNIS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTUN + + XTUN + + + + + + + XTX MARKETS SAS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTXE + + XTXE + + + + + + + XTX MARKETS operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XTXM + + XTXM + + + + + + + UKRAINIAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XUAX + + XUAX + + + + + + + UBS MTF operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XUBS + + XUBS + + + + + + + UGANDA SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XUGA + + XUGA + + + + + + + UKRAINIAN UNIVERSAL COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XUKR + + XUKR + + + + + + + MONGOLIAN STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XULA + + XULA + + + + + + + UBS MTF - PERIODIC AUCTION market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XUMP + + XUMP + + + + + + + UNIVERSAL BROKER'S EXCHANGE 'TASHKENT' operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XUNI + + XUNI + + + + + + + UNITED STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XUSE + + XUSE + + + + + + + BOLSA DE VALENCIA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XVAL + + XVAL + + + + + + + VESTIMA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XVES + + XVES + + + + + + + WIENER BOERSE AG, WERTPAPIERBOERSE (SECURITIES EXCHANGE) market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XVIE + + XVIE + + + + + + + BOLSA DE VALORES Y PRODUCTOS DE ASUNCION SA operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XVPA + + XVPA + + + + + + + VP BANK AG - SYSTEMATIC INTERNALISER operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XVPB + + XVPB + + + + + + + SIX SWISS EXCHANGE - BLUE CHIPS SEGMENT market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XVTX + + XVTX + + + + + + + WARSAW STOCK EXCHANGE/EQUITIES/MAIN MARKET operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XWAR + + XWAR + + + + + + + WIENER BOERSE AG operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XWBO + + XWBO + + + + + + + WEEDEN ATS market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XWEE + + XWEE + + + + + + + FRANKFURT CEF SC operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XXSC + + XXSC + + + + + + + NO MARKET (E.G. UNLISTED) operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XXXX + + XXXX + + + + + + YIELDBROKER PTY LTD operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XYIE + + XYIE + + + + + + + ZAGREB STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XZAG + + XZAG + + + + + + + THE ZAGREB STOCK EXCHANGE MTF market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XZAM + + XZAM + + + + + + + PROGRESS MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XZAP + + XZAP + + + + + + + ZHENGZHOU COMMODITY EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XZCE + + XZCE + + + + + + + ZIMBABWE STOCK EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-XZIM + + XZIM + + + + + + + JSE INTEREST RATE DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-YLDX + + YLDX + + + + + + + ZAGREB STOCK EXCHANGE - APA market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ZAPA + + ZAPA + + + + + + + ZAR X operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ZARX + + ZARX + + + + + + + BULGARIAN STOCK EXCHANGE - MAIN MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ZBUL + + ZBUL + + + + + + + ZERO HASH market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ZERO + + ZERO + + + + + + + JSE CURRENCY DERIVATIVES MARKET market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ZFXM + + ZFXM + + + + + + + ZURCHER KANTONALBANK SECURITIES EXCHANGE operating-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ZKBX + + ZKBX + + + + + + + ZOBEX market segment-level market identifier + QName: fibo-fbc-fct-mkti:MIC-ZOBX + + ZOBX + + + + + + + MIC Code Scheme + QName: fibo-fbc-fct-mkti:MICCodeScheme + + the coding scheme used to define the set of markets and exchanges corresponding to the ISO 10383 Codes for exchanges and market identification (MIC) standard + https://www.iso20022.org/10383/iso-10383-market-identifier-codes + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities.rdf new file mode 100755 index 0000000..8b1b7ca --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities.rdf @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + +]> + + + + Canadian Financial Services Entities Ontology + QName: fibo-fbc-fct-cafse: + This ontology extends the primary financial services entities ontology in FBC with additional kinds of entities that are specific to Canada. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-cafse + CAFinancialServicesEntities.rdf + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities.rdf version of this ontology was modified to generalize the definition of credit union. + + + + + + + + + + 1 + + + credit union + QName: fibo-fbc-fct-cafse:CreditUnion + + + true + a not-for-profit financial institution, typically formed by the employees of a company, labor union, or religious group, operated as a cooperative association organized for the purpose of promoting thrift among its members and creating a source of credit for provident or productive purposes + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgencies.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgencies.rdf new file mode 100755 index 0000000..3be96de --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgencies.rdf @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Canadian Regulatory Agencies Ontology + QName: fibo-fbc-fct-cajrga: + This ontology extends the primary regulatory agencies ontology in FBC with additional regulators that are specific to the United States and augments certain U.S. financial services entities based on who regulates them. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2019 EDM Council, Inc. + Copyright (c) 2016-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CAFinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/ + fibo-fbc-fct-cajrga + CARegulatoryAgencies.rdf + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgencies.rdf version of this ontology was added via the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/CARegulatoryAgenciess.rdf version of this ontology was modified to reflect revisions to the GLEIF LEI representation for validation level. + + + + + + Bank of Canada + QName: fibo-fbc-fct-cajrga:BankOfCanada + + individual representing the central bank of Canada + + + http://www.bankofcanada.ca/ + Bank of Canada + Banque du Canada + + http://www.bankofcanada.ca/wp-content/uploads/2010/11/regulation_canadian_financial.pdf + The Bank of Canada's overall goal is to promote a stable and efficient financial system in Canada. The focus on the financial system as a whole parallels the +Bank's approach to monetary policy, which focuses on the entire economy. + +The Bank provides liquidity to the financial system, gives policy advice to the federal government on the design and development of the system, oversees major clearing and settlement systems, and provides banking services to these systems and their participants. + + + + + Bank of Canada head office address + QName: fibo-fbc-fct-cajrga:BankOfCanadaHeadOfficeAddress + + individual representing the head office address for the Bank of Canada + 234 Wellington Street + + + K1A 0G9 + + + + + + Bank of Canada legal entity identifier registry entry + QName: fibo-fbc-fct-cajrga:BankOfCanadaLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier for the Bank of Canada + 2014-03-28T01:39:55.808000 + + 2017-03-02T01:50:48.095000 + 2018-02-21T18:10:41.132000 + + + + + + + + + + Canadian banking regulatory agency and central bank + QName: fibo-fbc-fct-cajrga:CanadianBankingRegulatoryAgencyAndCentralBank + + individual representing the regulatory agency, registration authority and central banking role of the Bank of Canada + + http://www.bankofcanada.ca/ + + + + + Bank of Canada legal entity identifier + individual representing the legal entity identifier for the Federal Reserve Bank of New York + + + 549300PN6MKI0CLP4T28 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USExampleIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USExampleIndividuals.rdf new file mode 100755 index 0000000..002e546 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USExampleIndividuals.rdf @@ -0,0 +1,1463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + US Example Individuals + QName: fibo-fbc-fct-usind: + This ontology includes example individuals for US national banks, state chartered banks, and other institutions. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + fibo-fbc-fct-usind + USExampleIndividuals.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/USJurisdiction/USExampleIndividuals.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/USJurisdiction/USExampleIndividuals.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FBC 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/USJurisdiction/USExampleIndividuals.rdf version of this ontology was modified to reflect revisions to the GLEIF LEI representation for validation level and entity ownership relations. + + + + + + BNY Mellon, National Association + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociation + + individual representing the BNY Mellon, National Association functional entity that is a state-charterd bank and a member of the Federal Reserve based in New York + + + + + + + + BNY Mellon, National Association US-DE + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociation-US-DE + + individual representing the BNY Mellon, National Association legal entity that is a Delaware Corporation + + + + + Mellon Bank, N.A. + Mellon National Bank and Trust Company + BNY Mellon + BNY Mellon Wealth Management + BNY Mellon, N.A. + + BNY Mellon, National Association + + + + + BNY Mellon, National Association headquarters / registered address + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationAddress + + individual representing the registered address for BNY Mellon, National Association + 500 Grant Street + Pittsburgh + + 15258 + + + + + + business entity identifier for BNY Mellon, National Association + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationBusinessEntityIdentifier-SD + + individual representing the South Dakota Business Entity information for BNY Mellon, National Association + + 1997-06-05 + + + FK010222 + + + + + BNY Mellon, National Association date established + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationDateEstablished + + individual representing the date that BNY Mellon, National Association (originally Mellon National Bank and Trust Company in Pennsylvania) was established according to the NIC Repository + 1869-01-01 + + + + + BNY Mellon, National Association date insured + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationDateInsured + + individual representing the date that BNY Mellon, National Association (originally Mellon National Bank and Trust Company in Pennsylvania) was initially insured with respect to deposit insurance + 1934-01-01 + + + + + FDIC Certificate for BNY Mellon, National Association + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationFDICCertificateNumber + + individual representing the FDIC Certificate for BNY Mellon, National Association + + 7946 + + + + + BNY Mellon, National Association legal entity identifier registry entry + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for BNY Mellon, National Association + 2012-06-26T13:54:19.798000 + + 2017-05-02T11:33:25.434000 + 2018-04-25T15:05:21.063000 + + + + + + + + RSSD identifier for BNY Mellon, National Association + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for BNY Mellon, National Association + + + 934329 + + + + + BNY Mellon, National Association Routing Transit Number (RTN) + QName: fibo-fbc-fct-usind:BNYMellonNationalAssociationRTN + + individual representing the Routing Transit Number (RTN) for BNY Mellon, National Association + + 043019265 + + + + + The Bank of New York Mellon Corporation + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonCorporation + + individual representing the Bank of New York Mellon Corporation functional entity that is a financial holding company + + + + + + The Bank of New York Mellon Corporation US-DE + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonCorporation-US-DE + + individual representing the The Bank of New York Mellon Corporation legal entity that is a Delaware Corporation + + + + + + + The Bank of New York Mellon Corporation + + + + + The Bank of New York Mellon Corporation headquarters address + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonCorporationAddress + + individual representing the headquarters address for The Bank of New York Mellon Corporation + 225 Liberty Street + New York + + 10286 + + + + + + business entity identifier for the Bank of New York Mellon Corporation + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonCorporationBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for the Bank of New York Mellon Corporation + + + + 4299124 + + + + + The Bank of New York Mellon Corporation incorporation date + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonCorporationIncorporationDate + + individual representing the date that the Bank of New York Mellon Corporation was first registered as a corporation in the State of Delaware + 2007-02-09 + + + + + The Bank of New York Mellon Corporation legal entity identifier registry entry + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonCorporationLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for The Bank of New York Mellon Corporation + 2012-06-06T15:53:53.281000 + + 2018-01-02T15:55:49.989000 + 2018-12-30T00:31:51.234000 + + + + + + + + RSSD identifier for The Bank of New York Mellon Corporation + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonCorporationRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for The Bank of New York Mellon Corporation + + + 3587146 + + + + + The Bank of New York Mellon Corporation date established + QName: fibo-fbc-fct-usind:BankOfNewYorkMellonDateEstablished + + individual representing the date that The Bank of New York Mellon Corporation was established by Alexander Hamilton + 1784-01-01 + + + + + Citi Cards South Dakota Acceptance Corp. + QName: fibo-fbc-fct-usind:CitiCardsSouthDakotaAcceptanceCorp + + individual representing the Citi Cards South Dakota Acceptance Corp. functional entity that is a credit card provider based in Sioux Falls, South Dakota + + + + + + Citi Cards South Dakota Acceptance Corp. US-DE + QName: fibo-fbc-fct-usind:CitiCardsSouthDakotaAcceptanceCorp-US-DE + + individual representing the Citi Cards South Dakota Acceptance Corp. legal entity that is a Delaware Corporation headquartered in Sioux Falls, South Dakota + + + + + + + Citibank, N.A. + + + Citi Cards South Dakota Acceptance Corp. + + + + + business entity identifier for Citi Cards South Dakota Acceptance Corp. + QName: fibo-fbc-fct-usind:CitiCardsSouthDakotaAcceptanceCorpBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for Citibank N.A. + + + + + 3686137 + + + + + Citi Cards South Dakota Acceptance Corp. headquarters address + QName: fibo-fbc-fct-usind:CitiCardsSouthDakotaAcceptanceCorpHeadquartersAddress + + individual representing the headquarters address for Citibank N.A. + 701 East 60th Street North + Sioux Falls + + 57104-0432 + + + + + + Citi Cards South Dakota Acceptance Corp. incorporation date + QName: fibo-fbc-fct-usind:CitiCardsSouthDakotaAcceptanceCorpIncorporationDate + + individual representing the date that Citi Cards South Dakota Acceptance Corp. was first registered as a corporation in the State of Delaware + 2003-07-28 + + + + + Citi Cards South Dakota Acceptance Corp. ownership + QName: fibo-fbc-fct-usind:CitiCardsSouthDakotaAcceptanceCorpOwnership + + entity ownership context for Citi Cards South Dakota Acceptance Corp., a wholly owned subsidiary of Citigroup Inc. + 100.0 + + + + + + + + RSSD identifier for Citi Cards South Dakota Acceptance Corp. + QName: fibo-fbc-fct-usind:CitiCardsSouthDakotaAcceptanceCorpRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for Citi Cards South Dakota Acceptance Corp. + + + 3225130 + + + + + Citibank, N.A. + QName: fibo-fbc-fct-usind:CitibankNA + + individual representing the Citibank, N.A. (National Association) functional entity that is a national bank based in Sioux Falls, South Dakota + + + + + + + + Citibank, N.A. US-DE + QName: fibo-fbc-fct-usind:CitibankNA-US-DE + + individual representing the Citibank, N.A. (National Association) legal entity that is a Delaware Corporation headquartered in Sioux Falls, South Dakota + + + + + + First National City Bank + First National City Bank of New York + Citibank, N.A. + + Citibank, National Association + + + + + business entity identifier for Citibank, N.A. (Citibank Delaware) + QName: fibo-fbc-fct-usind:CitibankNABusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for Citibank N.A. + + + + + 944169 + + + + + Citibank, N.A. date established + QName: fibo-fbc-fct-usind:CitibankNADateEstablished + + individual representing the date that Citibank, N.A. (originally First National City Bank Of New York) was established + 1812-06-16 + + + + + Citibank, N.A. date insured + QName: fibo-fbc-fct-usind:CitibankNADateInsured + + individual representing the date that Citibank, N.A. (as First National City Bank Of New York) was initially insured with respect to deposit insurance + 1934-01-01 + + + + + FDIC Certificate for Citibank, N.A. + QName: fibo-fbc-fct-usind:CitibankNAFDICCertificateNumber + + individual representing the FDIC Certificate for Citibank, N.A. + + 7213 + From the NIC and FDIC records, it appears that Citibank, National Association (with RSSD of 112855 and FDIC certificate of 16100) and Citibank, N.A. have been merged into a single national bank, with the surviving FDIC certificate and RSSD as defined herein. + + + + + Citibank, N.A headquarters address + QName: fibo-fbc-fct-usind:CitibankNAHeadquartersAddress + + individual representing the headquarters address for Citibank N.A. + 399 Park Avenue + New York + + 10022-4617 + + + + + + Citibank, N.A. (Citibank Delaware) incorporation date + QName: fibo-fbc-fct-usind:CitibankNAIncorporationDate + + individual representing the date that Citibank, N.A. (Citibank Delaware) was first registered as a corporation in the State of Delaware + 1982-09-10 + + + + + Citibank N.A. legal address + QName: fibo-fbc-fct-usind:CitibankNALegalAddress + + individual representing the registered legal address for Citibank N.A. (National Association) + 701 East 60th Street North + Sioux Falls + + 57104-0432 + + + + + + Citibank, N.A. legal entity identifier registry entry + QName: fibo-fbc-fct-usind:CitibankNALegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier GMEI registry entry for Citibank, N.A. + 2012-06-06T15:53:25.925000 + + 2017-10-02T20:33:03.068000 + 2018-07-24T23:55:14.591000 + + + + + + + + RSSD identifier for Citibank, National Association + QName: fibo-fbc-fct-usind:CitibankNARSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for Citibank, National Association, also called Citibank, N.A. + + + 476810 + From the NIC and FDIC records, it appears that Citibank, National Association (with RSSD of 112855 and FDIC certificate of 16100) and Citibank, N.A. have been merged into a single national bank, with the surviving FDIC certificate and RSSD as defined herein. + + + + + Citibank, N.A. Routing Transit Number (RTN) + QName: fibo-fbc-fct-usind:CitibankNARTN + + individual representing the Routing Transit Number (RTN) for Citibank, N.A. + + 021000089 + + + + + Citigroup Inc. + QName: fibo-fbc-fct-usind:CitigroupInc + + individual representing the Citigroup Inc. functional entity that is a financial holding company + + + + + + Citigroup Inc. US-DE + QName: fibo-fbc-fct-usind:CitigroupInc-US-DE + + individual representing the Citigroup Inc. legal entity that is a Delaware Corporation + + + + + Primerica Corporation + The Travelers Inc. + Travelers Group Inc. + + + Citigroup Inc. + + + + + business entity identifier for Citigroup Inc. + QName: fibo-fbc-fct-usind:CitigroupIncBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for Citigroup Inc. + + + 2154254 + + + + + Citigroup Inc. headquarters address + QName: fibo-fbc-fct-usind:CitigroupIncHeadquartersAddress + + individual representing the headquarters address for Citigroup Inc. + 388 Greenwich Street + New York + + 10013 + + + + + + Citigroup Inc. incorporation date + QName: fibo-fbc-fct-usind:CitigroupIncIncorporationDate + + individual representing the date that Citigroup Inc. was first registered as a corporation in the State of Delaware + 1988-03-08 + + + + + Citigroup Inc. legal entity identifier registry entry + QName: fibo-fbc-fct-usind:CitigroupIncLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for Citigroup Inc. + 2012-06-06T15:53:25.893000 + + 2017-11-29T21:31:27.281000 + 2018-07-05T19:23:52.081000 + + + + + + + + RSSD identifier for Citigroup Inc. + QName: fibo-fbc-fct-usind:CitigroupIncRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for Citigroup Inc. + + + 1951350 + + + + + FMR LLC + QName: fibo-fbc-fct-usind:FMRLLC + + individual representing the FMR LLC functional entity that is a multinational financial services corporation based in Boston, MA + + + + + + + FMR LLC US-DE + QName: fibo-fbc-fct-usind:FMRLLC-US-DE + + individual representing the FMR LLC legal entity that is a Limited Liability Company incorporated in Delaware + + Fidelity Management and Research Company + https://www.fidelity.com/ + + FMR LLC + + + + + business entity identifier for FMR LLC + QName: fibo-fbc-fct-usind:FMRLLCBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for FMR LLC + + + 4403845 + + + + + FMR LLC date established + QName: fibo-fbc-fct-usind:FMRLLCDateEstablished + + individual representing the date that FMR LLC (originally Fidelity Management and Research Company) was established + 1946-01-01 + + + + + FMR LLC headquarters address + QName: fibo-fbc-fct-usind:FMRLLCHeadquartersAddress + + individual representing the headquarters address for FMR LLC + 245 Summer Street + Boston + + 02210 + + + + + + FMR LLC legal entity identifier registry entry + QName: fibo-fbc-fct-usind:FMRLLCLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for FMR LLC + 2012-06-06T15:52:55.858000 + + 2017-09-22T01:42:12.088000 + 2018-09-05T16:23:36.591000 + + + + + + + + RSSD identifier for FMR LLC + QName: fibo-fbc-fct-usind:FMRLLCRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for FMR LLC + + + 1245983 + + + + + JPMorgan Chase & Co. + QName: fibo-fbc-fct-usind:JPMorganChaseAndCo + + individual representing the JPMorgan Chase & Co. functional entity that is a financial holding company + + + + + + JPMorgan Chase & Co. US-DE + QName: fibo-fbc-fct-usind:JPMorganChaseAndCo-US-DE + + individual representing the JPMorgan Chase & Co. legal entity that is a Delaware Corporation + + + + + + JPMorgan Chase & Co. + + + + + business entity identifier for JPMorgan Chase & Co. + QName: fibo-fbc-fct-usind:JPMorganChaseAndCoBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for JPMorgan Chase & Co. + + + + 691011 + + + + + JPMorgan Chase & Co. headquarters address + QName: fibo-fbc-fct-usind:JPMorganChaseAndCoHeadquartersAddress + + individual representing the headquarters address for JPMorgan Chase & Co. + 270 Park Avenue + New York + + 10017-2070 + + + + + + JPMorgan Chase & Co. incorporation date + QName: fibo-fbc-fct-usind:JPMorganChaseAndCoIncorporationDate + + individual representing the date that JPMorgan Chase & Co. was first registered as a corporation in the State of Delaware + 1968-10-28 + + + + + JPMorgan Chase & Co. legal entity identifier registry entry + QName: fibo-fbc-fct-usind:JPMorganChaseAndCoLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for JPMorgan Chase & Co. + 2012-06-06T15:53:09.009000 + + 2017-03-07T01:57:23.402000 + 2018-02-23T13:39:45.141000 + + + + + + + + RSSD identifier for JPMorgan Chase & Co. + QName: fibo-fbc-fct-usind:JPMorganChaseAndCoRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for JPMorgan Chase & Co. + + + 1039502 + + + + + JPMorgan Chase Bank, National Association + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociation + + individual representing the JPMorgan Chase Bank, National Association functional entity that is a national bank + + + + + + + + JPMorgan Chase Bank, National Association US-DE + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociation-US-OH + + individual representing the JPMorgan Chase Bank, National Association legal entity that is an Ohio Corporation + + + + + + JPMorgan Chase Bank, N.A. + + + JPMorgan Chase Bank, National Association + + + + + JPMorgan Chase Bank, National Association registration address + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationAddress + + individual representing the registration address for JPMorgan Chase Bank, National Association + 1111 Polaris Parkway + Columbus + + 43240 + + + + + + business entity identifier for JPMorgan Chase Bank, National Association + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationBusinessEntityIdentifier-OH + + individual representing the Ohio Department of Corporations business entity identifier for JPMorgan Chase Bank, National Association + + + + 2118141 + + + + + JPMorgan Chase Bank, National Association date established + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationDateEstablished + + individual representing the date that JPMorgan Chase Bank, National Association was established + 1824-01-01 + + + + + JPMorgan Chase Bank, National Association date insured + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationDateInsured + + individual representing the date that JPMorgan Chase Bank, National Association was initially insured with respect to deposit insurance + 1934-01-01 + + + + + FDIC Certificate for JPMorgan Chase Bank, National Association + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationFDICCertificateNumber + + individual representing the FDIC Certificate for JPMorgan Chase Bank, National Association + + 628 + + + + + JPMorgan Chase Bank, National Association legal entity identifier registry entry + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for JPMorgan Chase Bank, National Association + 2012-06-06T15:51:55.994000 + + 2018-02-07T19:38:18.679000 + 2018-02-23T13:27:21.631000 + + + + + + + + RSSD identifier for JPMorgan Chase Bank, National Association + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for JPMorgan Chase Bank, National Association + + + 852218 + + + + + JPMorgan Chase Bank, National Association Routing Transit Number (RTN) + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationRTN + + individual representing the Routing Transit Number (RTN) for JPMorgan Chase Bank, National Association + + 021000021 + + + + + JPMorgan Chase Bank, National Association registration date + QName: fibo-fbc-fct-usind:JPMorganChaseBankNationalAssociationRegistrationDate-OH + + individual representing the date that JPMorgan Chase Bank, National Association was first registered as a Corporation (Foreign) in the State of Ohio + 2012-06-28 + + + + + Pinnacle Bank + QName: fibo-fbc-fct-usind:PinnacleBank + + individual representing the Pinnacle Bank functional entity that is a California state-chartered bank + + + + + + + + Pinnacle Bank US-CA + QName: fibo-fbc-fct-usind:PinnacleBank-US-CA + + individual representing the Pinnacle Bank legal entity that is a California Corporation + + + + + Pinnacle Bank + + + + + + business entity number for Pinnacle Bank + QName: fibo-fbc-fct-usind:PinnacleBankBusinessEntityIdentifier + + individual representing the California business entity identifier for Pinnacle Bank + + + + C2859719 + + + + + Pinnacle Bank California Certificate of Authority + QName: fibo-fbc-fct-usind:PinnacleBankCaliforniaCertificateOfAuthority + + individual representing the California Certificate of Authority (banking government-issued license) for Pinnacle Bank + + + + + + + Pinnacle Bank California Certificate of Authority identifier + QName: fibo-fbc-fct-usind:PinnacleBankCaliforniaCertificateOfAuthorityIdentifier + + individual representing the identifier for the California Certificate of Authority (banking government-issued license) for Pinnacle Bank + + + 2261 + + + + + Pinnacle Bank date of registration + QName: fibo-fbc-fct-usind:PinnacleBankDateOfRegistration + + individual representing the date that Pinnacle Bank was first registered as a stock corporation in the State of California + 2006-03-20 + + + + + FDIC Certificate for Pinnacle Bank + QName: fibo-fbc-fct-usind:PinnacleBankFDICCertificateNumber + + individual representing the FDIC Certificate for Pinnacle Bank + + + 58297 + + + + + Pinnacle Bank headquarters address + QName: fibo-fbc-fct-usind:PinnacleBankHeadquartersAddress + + individual representing the headquarters address for Pinnacle Bank + 7597 Monterey Street + Gilroy + + 95020 + + + + + + + Pinnacle Bank legal address + QName: fibo-fbc-fct-usind:PinnacleBankLegalAddress + + individual representing the legal address for Pinnacle Bank + 18181 Butterfield Blvd. STE 135 + Morgan Hill + + 95037-8101 + + + + + + RSSD identifier for Pinnacle Bank + QName: fibo-fbc-fct-usind:PinnacleBankRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for Pinnacle Bank + + + 3455227 + + + + + Pinnacle Bank Routing Transit Number (RTN) + QName: fibo-fbc-fct-usind:PinnacleBankRTN + + individual representing the Routing Transit Number (RTN) for Pinnacle Bank + + 121144340 + + + + + State Street Bank and Trust + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompany + + individual representing the State Street Bank and Trust functional entity that is a national bank based in Boston, Massachusetts + + + + + + + + State Street Bank and Trust Company US-MA + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompany-US-MA + + individual representing the State Street Bank and Trust Company legal entity that is a Massachusetts Trust Company headquartered in Boston + + + + + Second Bank - State Street Trust Company + State Street Trust Company + + + State Street Bank And Trust Company + + + + + business entity identifier for State Street Bank and Trust Company + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyBusinessEntityIdentifier + + individual representing the Massachusetts Corporations Division business entity identifier for State Street Bank and Trust Company + + + + 00011313 + + + + + State Street Bank and Trust Company date established + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyDateEstablished + + individual representing the date that State Street Bank and Trust (originally Second Bank - State Street Trust Company) was established as a state member bank with the FRS + 1892-12-31 + + + + + State Street Bank and Trust Company date insured + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyDateInsured + + individual representing the date that State Street Bank and Trust Company was initially insured with respect to deposit insurance + 1934-01-01 + + + + + FDIC Certificate for State Street Bank and Trust Company + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyFDICCertificateNumber + + individual representing the FDIC Certificate for State Street Bank and Trust Company + + 14 + + + + + State Street Bank and Trust Company incorporation date + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyIncorporationDate + + individual representing the date that State Street Bank and Trust Company was first registered as a corporation in the State of Massachusetts + 1891-04-14 + + + + + State Street Bank and Trust Company legal entity identifier registry entry + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier GMEI registry entry for State Street Bank and Trust Company + 2012-06-06T15:51:00 + + 2017-10-25T17:11:00 + 2018-11-01T00:32:00 + + + + + + + + RSSD identifier for State Street Bank and Trust Company + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for State Street Bank and Trust Company + + + 35301 + + + + + State Street Bank and Trust Company Routing Transit Number (RTN) + QName: fibo-fbc-fct-usind:StateStreetBankAndTrustCompanyRTN + + individual representing the Routing Transit Number (RTN) for State Street Bank and Trust Company + + 011000028 + + + + + State Street Corporation + QName: fibo-fbc-fct-usind:StateStreetCorporation + + individual representing the State Street Corporation functional entity that is a financial holding company + + + + + + State Street Corporation US-MA + QName: fibo-fbc-fct-usind:StateStreetCorporation-US-MA + + individual representing the State Street Corporation legal entity that is a Massachusetts Corporation + + + + + + State Street Corporation + + + + + business entity identifier for State Street Corporation + QName: fibo-fbc-fct-usind:StateStreetCorporationBusinessEntityIdentifier + + individual representing the Massachusetts Corporations Division business entity identifier for State Street Corporation + + + + 042456637 + + + + + State Street Corporation headquarters address + QName: fibo-fbc-fct-usind:StateStreetCorporationHeadquartersAddress + + individual representing the headquarters address for State Street Corporation + One Lincoln Street + Boston + + 02111 + + + + + + State Street Corporation incorporation date + QName: fibo-fbc-fct-usind:StateStreetCorporationIncorporationDate + + individual representing the date that State Street Corporation was first registered as a corporation in the State of Delaware + 1969-10-16 + + + + + State Street Corporation legal entity identifier registry entry + QName: fibo-fbc-fct-usind:StateStreetCorporationLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for State Street Corporation + 2012-12-11T21:45:21 + + 2017-10-25T17:12:56.385000 + 2018-11-01T00:44:58.379000 + + + + + + + + RSSD identifier for State Street Corporation + QName: fibo-fbc-fct-usind:StateStreetCorporationRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for State Street Corporation + + + 1111435 + + + + + Wells Fargo & Company + QName: fibo-fbc-fct-usind:WellsFargoAndCompany + + individual representing the Wells Fargo & Company functional entity that is a financial holding company + + + + + + Wells Fargo & Company US-DE + QName: fibo-fbc-fct-usind:WellsFargoAndCompany-US-DE + + individual representing the Wells Fargo & Company legal entity that is a Delaware Corporation + + + + + + Wells Fargo & Company + + + + + business entity identifier for Wells Fargo & Company + QName: fibo-fbc-fct-usind:WellsFargoAndCompanyBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for Wells Fargo & Company + + + + 637901 + + + + + Wells Fargo & Company headquarters address + QName: fibo-fbc-fct-usind:WellsFargoAndCompanyHeadquartersAddress + + individual representing the headquarters address for Wells Fargo & Company + 420 Montgomery Street + San Francisco + + 94104 + + + + + + Wells Fargo & Company incorporation date + QName: fibo-fbc-fct-usind:WellsFargoAndCompanyIncorporationDate + + individual representing the date that Wells Fargo & Company was first registered as a corporation in the State of Delaware + 1966-03-02 + Note that one of its predecessor companies was registered was first registered in Delaware in 1929, and the bank itself was founded in 1852. + + + + + Wells Fargo & Company legal entity identifier registry entry + QName: fibo-fbc-fct-usind:WellsFargoAndCompanyLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for Wells Fargo & Company + 2012-06-06T15:52:38.397000 + + 2017-12-06T21:31:18.725000 + 2018-12-06T00:31:48.515000 + + + + + + + + RSSD identifier for Wells Fargo & Company + QName: fibo-fbc-fct-usind:WellsFargoAndCompanyRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for Wells Fargo & Company + + + 1120754 + + + + + BNY Mellon, National Association legal entity identifier + individual representing the legal entity identifier for BNY Mellon, National Association + + + 4EP6JBYBTPTQ47LZOB67 + + + + + State Street Corporation legal entity identifier + individual representing the legal entity identifier for State Street Corporation + + + 549300ZFEEJ2IP5VME73 + + + + + State Street Bank and Trust Company legal entity identifier + individual representing the legal entity identifier for State Street Bank and Trust Company + + + 571474TGEMMWANRLN572 + + + + + Citigroup Inc. legal entity identifier + individual representing the legal entity identifier for Citigroup Inc. + + + 6SHGI4ZSSLCXXQSBB395 + + + + + FMR LLC legal entity identifier + individual representing the legal entity identifier for FMR LLC + + + 6X064LF7Y6B4DKF2GZ26 + + + + + JPMorgan Chase Bank, National Association legal entity identifier + individual representing the legal entity identifier for JPMorgan Chase Bank, National Association + + + 7H6GLXDRUGQFU57RNE97 + + + + + JPMorgan Chase & Co. legal entity identifier + individual representing the legal entity identifier for JPMorgan Chase & Co. + + + 8I5DZWZKVSZI1NUHU748 + + + + + Citibank, N.A. legal entity identifier + individual representing the legal entity identifier for Citibank N.A. + + + E57ODZWZ7FF32TWEFA76 + + + + + Wells Fargo & Company legal entity identifier + individual representing the legal entity identifier for Wells Fargo & Company + + + PBLD0EJDB5FWOLXP3B76 + + + + + The Bank of New York Mellon Corporation legal entity identifier + individual representing the legal entity identifier for The Bank of New York Mellon Corporation + + + WFLLPEPC7FZXENRZV188 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities.rdf new file mode 100755 index 0000000..c4786f8 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities.rdf @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + +]> + + + + US Financial Services Entities Ontology + QName: fibo-fbc-fct-usfse: + This ontology extends the primary financial services entities ontology in FBC with additional kinds of entities that are specific to the United States. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2018 EDM Council, Inc. + Copyright (c) 2015-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-usfse + USFinancialServicesEntities.rdf + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FBC 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities.rdf version of this ontology was modified to generalize the definition of credit union. + + + + + + + + + + 1 + + + agreement corporation + QName: fibo-fbc-fct-usfse:AgreementCorporation + + a corporation chartered by a state to engage in international banking, so named because the corporation enters into an 'agreement' with the Fed's Board of Governors that it will limit its activities to those permitted + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + cooperative bank + QName: fibo-fbc-fct-usfse:CooperativeBank + + a state-chartered savings association located in Massachusetts, New Hampshire, Rhode Island or Vermont + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + credit union + QName: fibo-fbc-fct-usfse:CreditUnion + + + true + a cooperative association organized for the purpose of promoting thrift among its members and creating a source of credit for provident or productive purposes + http://www.ncua.gov/Legal/Documents/fcu_act.pdf + As soon as you deposit funds into a credit union account, you become a partial owner and participate in the union's profitability. Credit unions may be formed by large corporations and organizations for their employees and members. + + + + + + + + + 1 + + + edge corporation + QName: fibo-fbc-fct-usfse:EdgeCorporation + + a corporation chartered by the Federal Reserve to engage in international banking and financial operations + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + farm credit system institution + QName: fibo-fbc-fct-usfse:FarmCreditSystemInstitution + + any federally-chartered financial institution that is supervised, examined, and regulated by the Farm Credit Administration and operates in accordance with the Farm Credit Act of 1971, as amended, 12 U.S.C. 2001 et seq. All Farm Credit System institutions are federally-chartered instrumentalities of the United States. + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + financial holding company + QName: fibo-fbc-fct-usfse:FinancialHoldingCompany + + a financial entity engaged in a broad range of banking-related activities, created by the Gramm-Leach-Bliley Act of 1999 + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + These activities include: insurance underwriting, securities dealing and underwriting, financial and investment advisory services, merchant banking, issuing or selling securitized interests in bank-eligible assets, and generally engaging in any non-banking activity authorized by the Bank Holding Company Act. The Federal Reserve Board is responsible for supervising the financial condition and activities of financial holding companies. Similarly, any non-bank commercial company that is predominantly engaged in financial activities, earning 85 percent or more of its gross revenues from financial services, may choose to become a financial holding company. These companies are required to sell any non-financial (commercial) businesses within ten years. + + + + + industrial bank + QName: fibo-fbc-fct-usfse:IndustrialBank + + a limited service financial institution that raises funds by selling certificates called 'investment shares' and by accepting deposits + Often called Morris Plan banks or industrial loan companies, industrial banks are distinguished from commercial loan companies because industrial banks accept deposits in addition to making consumer loans. Industrial banks differ from commercial banks because they do not offer demand deposit (checking) accounts. Industrial banks are not regulated by the Federal Reserve. + + + + + mutual savings bank + QName: fibo-fbc-fct-usfse:MutualSavingsBank + + a financial institution that accepts deposits primarily from individuals and places a large portion of its funds into mortgage loans + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + + national bank + QName: fibo-fbc-fct-usfse:NationalBank + + a commercial bank whose charter is approved by the Office of the Comptroller of the Currency (OCC) rather than by a state banking department + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + National Banks are required to be members of the Federal Reserve System and belong to the Federal Deposit Insurance Corporation. + + + + + non-depository trust company + QName: fibo-fbc-fct-usfse:NonDepositoryTrustCompany + + a trust company that accepts and executes trusts, but does not issue currency; non-depository trust companies can either be Federal Reserve Members or Federal Reserve Non-members + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + savings and loan association + QName: fibo-fbc-fct-usfse:SavingsAndLoanAssociation + + a financial institution that accepts deposits primarily from individuals and channels its funds primarily into residential mortgage loans + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + savings and loan holding company + QName: fibo-fbc-fct-usfse:SavingsAndLoanHoldingCompany + + + a company that directly or indirectly controls a savings association or another savings and loan holding company, and explicitly excludes any company that is also a bank holding company + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + savings bank + QName: fibo-fbc-fct-usfse:SavingsBank + + a banking institution organized to encourage thrift by paying interest dividends on savings; savings banks can have state and federal affiliations, for example, State Savings Banks and Federal Savings Banks + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + + state-chartered bank + QName: fibo-fbc-fct-usfse:StateCharteredBank + + a commercial bank whose charter is approved by a state banking department + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + A state bank is defined as any bank, banking association, trust company, savings bank, industrial bank (or similar depository institution operating substantially in the same manner as an industrial bank), or other banking institution which is engaged in the business of receiving deposits other than trust funds, and in the US, is incorporated under the laws of any State or which is operating under the Code of Law for the District of Columbia, including any cooperative bank or other unincorporated bank the deposits of which were insured by the Federal Deposit Insurance Corporation on the day before the date of the enactment of the Financial Institutions Reform, Recovery, and Enforcement Act of 1989. + State-chartered banks may or may not be members of the Federal Reserve System, but typically belong to the Federal Deposit Insurance Corporation, who may be their primary federal regulator for those that are not FRS members. + + + + + thrift institution + QName: fibo-fbc-fct-usfse:ThriftInstitution + + an organization that primarily accepts savings account deposits and invests most of the proceeds in mortgages; savings banks and savings and loan associations and credit unions are examples of thrift institutions + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + U.S. bank + QName: fibo-fbc-fct-usfse:USBank + + + a bank that is licensed to conduct business in the United States + As defined in the Federal Deposit Insurance Act, https://www.fdic.gov/regulations/laws/rules/1000-400.html#fdic1000sec.3a + A bank, as specified in the Investment Company Act of 1940, is a financial intermediary that is (a) a depository institution (as defined in section 3 of the Federal Deposit Insurance Act) or a branch or agency of a foreign bank (as such terms are defined in section 1(b) of the International Banking Act of 1978), (b) a member bank of the Federal Reserve System, (c) any other banking institution or trust company, whether incorporated or not, doing business under the laws of any State or of the United States, a substantial portion of the business of which consists of receiving deposits or exercising fiduciary powers similar to those permitted to national banks under the authority of the Comptroller of the Currency, and which is supervised and examined by State or Federal authority having supervision over banks, and which is not operated for the purpose of evading the provisions of this title, and (d) a receiver, conservator, or other liquidating agent of any institution or firm included in clause (a), (b), or (c) of this paragraph. + The Bank Holding Company Act of 1956 defines a bank as any depository financial intermediary that accepts checking accounts (checks) or makes commercial loans, and its deposits are insured by a federal deposit insurance agency. A bank acts as a middleman between suppliers of funds and users of funds, substituting its own credit judgement for that of the ultimate suppliers of funds, collecting those funds from three sources: checking accounts, savings and time deposits; short-term borrowings from other banks; and equity capital. A bank earns money by reinvesting these funds in longer-term assets. + + + + + U.S. bank holding company + QName: fibo-fbc-fct-usfse:USBankHoldingCompany + + a bank holding company that is licensed to conduct business in the United States and is regulated and supervised by the Federal Reserve in accordance with the Bank Holding Company Act of 1956 + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + According to the FFIEC, a bank holding company is a company that owns and/or controls one or more U.S. banks or one that owns, or has controlling interest in, one or more banks. A bank holding company may also own another bank holding company, which in turn owns or controls a bank; the company at the top of the ownership chain is called the top holder. The Board of Governors is responsible for regulating and supervising bank holding companies, even if the bank owned by the holding company is under the primary supervision of a different federal agency (OCC or FDIC). + + + + + + + + + + 1 + + + U.S. credit union + QName: fibo-fbc-fct-usfse:USCreditUnion + + a cooperative association organized for the purpose of promoting thrift among its members and creating a source of credit for provident or productive purposes + http://www.ncua.gov/Legal/Documents/fcu_act.pdf + As soon as you deposit funds into a credit union account, you become a partial owner and participate in the union's profitability. Credit unions may be formed by large corporations and organizations for their employees and members. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals.rdf new file mode 100755 index 0000000..bb49c17 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals.rdf @@ -0,0 +1,854 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + American Financial Services Entities - Individuals Ontology + QName: fibo-fbc-fct-usfsind: + This ontology extends the financial services entities ontology in FBC with individual American entities that provide broad based services required by other FIBO domains, such as market data providers, instrument identifier issuers, organizations that provide exchanges in multiple countries, and so forth. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2017-2019 EDM Council, Inc. + Copyright (c) 2017-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-usfsind + USFinancialServicesEntitiesIndividuals.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals.rdf version of this ontology was added via the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals.rdf version of this ontology was modified to reflect revisions to the GLEIF LEI representation for validation level. + + + + + + Bloomberg LP business entity identifier + QName: fibo-fbc-fct-usfsind:BloombergBusinessEntityIdentifier + + individual representing the Delaware Division of Corporations business entity identifier for Bloomberg LP + + + 2110234 + + + + + Bloomberg date established + QName: fibo-fbc-fct-usfsind:BloombergDateEstablished + + individual representing the date that Bloomberg LP was established + 1986-12-09 + + + + + Bloomberg Finance LP business entity identifier + QName: fibo-fbc-fct-usfsind:BloombergFinanceBusinessEntityIdentifier + + individual representing the Delaware Division of Corporations business entity identifier for Bloomberg Finance LP + + + 4348344 + + + + + Bloomberg Finance L.P. date established + QName: fibo-fbc-fct-usfsind:BloombergFinanceDateEstablished + + individual representing the date that Bloomberg Finance L.P. was established + 2007-06-05 + + + + + + Bloomberg Finance LP + QName: fibo-fbc-fct-usfsind:BloombergFinanceLP + + individual representing the Bloomberg Finance LP functional entity, which is the professional services, financial data management, and legal entity identifier (LEI) local operating unit (LOU) part of the Bloomberg organization + + + + + + + Bloomberg Finance LP US-DE + QName: fibo-fbc-fct-usfsind:BloombergFinanceLP-US-DE + + + individual representing the Bloomberg Finance LP legal entity that is a Delaware Limited Partnership + + + + + + + Bloomberg Finance L.P. + + + + + Bloomberg LP legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:BloombergFinanceLPLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for Bloomberg Finance LP + 2012-12-06T20:55:22.718000 + + 2018-01-25T16:50:02.080000 + 2019-01-25T16:50:02.081000 + + + + + + + + Bloomberg Finance ownership + QName: fibo-fbc-fct-usfsind:BloombergFinanceOwnership + + entity ownership context for Bloomberg Finance, a wholly owned subsidiary of Bloomberg LP + 100.0 + + + + + + + + Bloomberg headquarters address + QName: fibo-fbc-fct-usfsind:BloombergHeadquartersAddress + + individual representing the headquarters address for Bloomberg LP + 731 Lexington Avenue + + + 10022 + + + + + + Bloomberg LEI registry + QName: fibo-fbc-fct-usfsind:BloombergLEIRegistry + + + individual representing the Bloomberg LEI registry + + + + + + Bloomberg LP + QName: fibo-fbc-fct-usfsind:BloombergLP + + individual representing the Bloomberg LP functional entity, which is a global business and financial information services and news provider as well as a FIGI registration authority + + + + + + Bloomberg LP US-DE + QName: fibo-fbc-fct-usfsind:BloombergLP-US-DE + + + individual representing the Bloomberg LP legal entity that is a Delaware Limited Partnership + + + + + Bloomberg L.P. + + + + + Bloomberg LP legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:BloombergLPLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier Global LEI Index registry entry for Bloomberg LP + 2012-12-06T21:00:04.761000 + + 2018-01-25T16:50:01.379000 + 2019-01-25T16:50:01.379000 + + + + + + + + RSSD identifier for Bloomberg LP + QName: fibo-fbc-fct-usfsind:BloombergLPRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for Bloomberg LP as a data processing servicer + + + 2217129 + + + + + Corporation Service Company legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:CorporationServiceCompanyEntityIdentifierRegistryEntry + + individual representing the legal entity identifier for Corporation Service Company + 2013-08-14T02:34:28.953000 + + 2017-12-22T15:33:39.041000 + 2018-12-22T01:52:36.054000 + + + + + + + + The Depository Trust Company US-NY + QName: fibo-fbc-fct-usfsind:DTC-US-NY + + individual representing The Depository Trust Company legal entity that is a limited-purpose trust company under New York State banking law + + + + + + Depository Trust Company + + + + + DTCC US-DE + QName: fibo-fbc-fct-usfsind:DTCC-US-DE + + individual representing the DTCC legal entity that is a Delaware corporation + + + + DTCC INC. + + + + + The Depository Trust & Clearing Corporation headquarters address + QName: fibo-fbc-fct-usfsind:DTCCHeadquartersAddress + + individual representing the headquarters address for the The Depository Trust & Clearing Corporation + 570 Washington Boulevard + + + 07310 + + + + + + business entity identifier for The Depository Trust & Clearing Corporation + QName: fibo-fbc-fct-usfsind:DTCCINCBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for The Depository Trust & Clearing Corporation + + + 628925 + + + + + The Depository Trust & Clearing Corporation legal address + QName: fibo-fbc-fct-usfsind:DTCCLegalAddress + + individual representing the legal address for the The Depository Trust & Clearing Corporation + C/O General Counsel + 55 Water Street + 19th Floor + + + 10041 + + + + + + The Depository Trust & Clearing Corporation legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:DTCCLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for The Depository Trust & Clearing Corporation + 2012-06-06T15:50:58.947000 + + 2017-08-24T12:46:42.246000 + 2018-03-31T19:26:52.541000 + + + + + + + + FDIC Certificate for DTCThe Depository Trust Company + QName: fibo-fbc-fct-usfsind:DTCFDICCertificateNumber + + individual representing the FDIC Certificate for The Depository Trust Company + + 90544 + + + + + The Depository Trust Company headquarters and legal address + QName: fibo-fbc-fct-usfsind:DTCHeadquartersAndLegalAddress + + individual representing the headquarters and legal address for The Depository Trust Company + 55 Water Street + + + 10041 + + + + + + The Depository Trust Company legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:DTCLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for The Depository Trust & Clearing Corporation + 2017-12-29T15:32:50.515000 + + 2017-12-29T15:32:50.504000 + 2017-12-29T15:32:50.504000 + + + + + + + + RSSD identifier for The Depository Trust Company + QName: fibo-fbc-fct-usfsind:DTCRSSDIdentifier + + individual representing the Federal Reserve RSSD identifier for The Depository Trust Company (DTC) + + 52719 + + + + + The Depository Trust Company RTN + QName: fibo-fbc-fct-usfsind:DTCRTN + + individual representing the Routing Transit Number (RTN) for the Depository Trust Company (DTC) + + 026002066 + + + + + The Depository Trust & Clearing Corporation + QName: fibo-fbc-fct-usfsind:DepositoryTrustAndClearingCorporation + + + individual representing the Depository Trust & Clearing Corporation + + DTCC + DTCC is a global financial services organization focused on developing solutions to secure today's marketplace, while shaping the future of our industry, whose mission includes risk mitigation, creation of market efficiencies, and cost reduction. They are a large financial services holding company, developing trade repositories and building global capabilities across the spectrum of asset classes. + + + + + + + Depository Trust Company + QName: fibo-fbc-fct-usfsind:DepositoryTrustCompany + + + individual representing the Depository Trust Company + + + + DTC + DTCC's subsidiary, The Depository Trust Company (DTC), established in 1973, was created to reduce costs and provide clearing and settlement efficiencies by immobilizing securities and making 'book-entry' changes to ownership of the securities. + +DTC brings efficiency to the securities industry by retaining custody of more than 3.5 million securities issues valued at US$37.2 trillion, including securities issued in the US and more than 131 countries and territories. + + + + + Depository Trust Company ownership + QName: fibo-fbc-fct-usfsind:DepositoryTrustCompanyOwnership + + entity ownership context for the Depository Trust Company, a wholly owned subsidiary of the Depository Trust & Clearing Corporation + 100.0 + + + + + + + + Federal Reserve Bank of New York legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:FederalReserveBankOfNewYorkLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier for the Federal Reserve Bank of New York + 2017-10-05T21:46:14.433000 + + 2017-10-05T21:46:14.433000 + 2018-10-05T21:46:14.433000 + + + + + + + + Global LEI Index + QName: fibo-fbc-fct-usfsind:GlobalLEIIndex + + + individual representing the Global LEI Index registry, which contains historical and current LEI records including related reference data in one authoritative, central repository + + + + + Global Markets Entity Identifier registry + QName: fibo-fbc-fct-usfsind:GlobalMarketsEntityIdentifierRegistry + + + individual representing the Global Markets Entity Identifier (GMEI) registry. The GMEI utility is a pre-Local Operating Unit of the Global Legal Entity Identifier System (GLEIS). + GMEI registry + + + + + ICE Benchmark Administration + QName: fibo-fbc-fct-usfsind:ICEBenchmarkAdministration + + ICE Benchmark Administration Limited (IBA) was established in July 2013 following an announcement by the Hogg Tendering Advisory Committee, an independent committee set up by the UK government to select the new administrator for the London Interbank Offered Rate (LIBOR). + + IBA + + + + + + Intercontinental Exchange + QName: fibo-fbc-fct-usfsind:IntercontinentalExchange + + + individual representing the Intercontinental Exchange functional entity, which owns exchanges for financial and commodity markets, and operates 23 regulated exchanges and marketplaces + + ICE + + + + + Intercontinental Exchange, Inc. business entity identifier + QName: fibo-fbc-fct-usfsind:IntercontinentalExchangeBusinessEntityIdentifier + + individual representing the Delaware Division of Corporations business entity identifier for Intercontinental Exchange, Inc. + + + 5298907 + + + + + Intercontinental Exchange date established + QName: fibo-fbc-fct-usfsind:IntercontinentalExchangeDateEstablished + + individual representing the date that Intercontinental Exchange was established + 2000-05-11 + + + + + Intercontinental Exchange date registered + QName: fibo-fbc-fct-usfsind:IntercontinentalExchangeDateRegistered + + individual representing the date that Intercontinental Exchange, Inc. was registered as a legal entity with the Delaware Division of Corporations + 2013-03-06 + + + + + Intercontinental Exchange headquarters address + QName: fibo-fbc-fct-usfsind:IntercontinentalExchangeHeadquartersAddress + + individual representing the headquarters address for Intercontinental Exchange, Inc. + 5660 New Northside Drive NW + 3rd Floor + + + 30328 + + + + + + Intercontinental Exchange, Inc. US-DE + QName: fibo-fbc-fct-usfsind:IntercontinentalExchangeInc-US-DE + + + individual representing the Intercontinental Exchange legal entity that is a Delaware Corporation + + + + Intercontinental Exchange, Inc. + + + + + Intercontinental Exchange legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:IntercontinentalExchangeLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for Intercontinental Exchange + 2013-12-10T03:07:32.427000 + + 2018-01-30T15:33:56.092000 + 2019-01-30T00:32:04.481000 + + + + + + + + S&P Global + QName: fibo-fbc-fct-usfsind:SPGlobal + + individual representing the S&P Global functional entity that is a global data, research, benchmark, and analytics provider, including S&P Dow Jones Indices, S&P Global Platts (commodities and energy market data), S&P Global Ratings, and S&P Global Market Intelligence (which manages CUSIP Global Services) divisions + + + + + + S&P Global Inc. business entity identifier + QName: fibo-fbc-fct-usfsind:SPGlobalBusinessEntityIdentifier + + individual representing the New York Division of Corporations business entity identifier for S&P Global Inc. + + + 99979 + + + + + S&P Global date established + QName: fibo-fbc-fct-usfsind:SPGlobalDateEstablished + + individual representing the date that S&P Global was established + 1925-12-29 + The data established reflects the historical establishment of McGraw-Hill Publishing Company, Inc., including intermediate name and ownership changes. + + + + + S&P Global headquarters address + QName: fibo-fbc-fct-usfsind:SPGlobalHeadquartersAddress + + individual representing the headquarters address for S&P Global, as represented in the New York Division of Corporations repository + 55 Water Street + + + 10041 + + + + + + S&P Global Inc. US-NY + QName: fibo-fbc-fct-usfsind:SPGlobalInc-US-NY + + + individual representing the S&P Global legal entity that is a New York Domestic Business Corporation + + + S&P Global Inc. + McGraw Hill Financial, Inc. + + + + + Thomson Reuters + QName: fibo-fbc-fct-usfsind:ThomsonReuters + + individual representing the Thomson Reuters functional entity, which is a global business and financial information services and news provider as well as the RIC issuer and registration authority + + + + + + Thomson Reuters Corporation + QName: fibo-fbc-fct-usfsind:ThomsonReutersCorporation + + + individual representing the Thomson Reuters legal entity, founded in Toronto with operating headquarters in New York that is both a Canadian and U.S. entity listed on both the Toronto Stock Exchange and New York Stock Exchange + + + + + Thomson Reuters Corporation + Thomson Reuters PLC + + + + + Thomson Reuters date established + QName: fibo-fbc-fct-usfsind:ThomsonReutersDateEstablished + + individual representing the date that Thomson Reuters was established + 2008-04-17 + The data established reflects the date that the Thomson Corporation merged with (purchased) the Reuters Group + + + + + Thomson Reuters Corporation Canadian headquarters address + QName: fibo-fbc-fct-usfsind:ThomsonReutersHeadquartersAddress-CA + + individual representing the Canadian headquarters address for Thomson Reuters Corporation + Bay Adelaide Centre + 333 Bay Street + Suite 400 + + + M5H 2R2 + + + + + + Thomson Reuters headquarters address + QName: fibo-fbc-fct-usfsind:ThomsonReutersHeadquartersAddress-US + + individual representing the headquarters address for Thomson Reuters Corporation + 3 Times Square + + + 10036 + + + + + + Thomson Reuters legal domicile address + QName: fibo-fbc-fct-usfsind:ThomsonReutersLegalAddress + + individual representing the Canadian legal domicile address for Thomson Reuters + Bay Adelaide Centre + 333 Bay Street + Suite 400 + + + M5H 2R2 + + + + + + Thomson Reuters Corporation legal entity identifier registry entry + QName: fibo-fbc-fct-usfsind:ThomsonReutersLegalEntityIdentifierRegistryEntry + + individual representing the legal entity identifier registry entry for Thomson Reuters Corporation + 2013-03-01T16:35:20.565000 + + 2017-10-02T19:27:53.907000 + 2018-09-07T19:22:10.036000 + + + + + + + + Federal Reserve Bank of New York legal entity identifier + individual representing the legal entity identifier for the Federal Reserve Bank of New York + + + 254900Y8NKGV541U8Q32 + + + + + Intercontinental Exchange legal entity identifier + individual representing the legal entity identifier for Intercontinental Exchange + + + 5493000F4ZO33MV32P92 + + + + + Bloomberg Finance LP legal entity identifier + individual representing the legal entity identifier for Bloomberg Finance LP + + + 5493001KJTIIGC8Y1R12 + + + + + Thomson Reuters Corporation legal entity identifier + individual representing the legal entity identifier for Thomson Reuters Corporation + + + 549300561UZND4C7B569 + + + + + Bloomberg LP legal entity identifier + individual representing the legal entity identifier for Bloomberg LP + + + 549300B56MD0ZC402L06 + + + + + The Depository Trust Company legal entity identifier + individual representing the legal entity identifier for The Depository Trust Company + + + MLDY5N6PZ58ZE60QU102 + + + + + Corporation Service Company legal entity identifier + individual representing the legal entity identifier for the Corporation Service Company + + + 549300NOPSIMGJNT8J31 + + + + + The Depository Trust & Clearing Corporation legal entity identifier + individual representing the legal entity identifier for The Depository Trust & Clearing Corporation + + + MLDY5N6PZ58ZE60QU102 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf new file mode 100755 index 0000000..7c7ae99 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf @@ -0,0 +1,717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + US Markets and Exchanges Individuals + QName: fibo-fbc-fct-usmkt: + This ontology includes extended individuals (examples that are more complete) for a sampling of markets operating in the US corresponding to the ISO 10383 Codes for exchanges and market identification (MIC). + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2018-2019 EDM Council, Inc. + Copyright (c) 2018-2019 Object Management Group, Inc. + fibo-fbc-fct-usmkt + USMarketsAndExchangesIndividuals.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/ version of this ontology was modified to support revisions of the MIC codes as of 11 January 2019, including the new URI strategy. + + + + + + + + + CBOE Global Markets + QName: fibo-fbc-fct-usmkt:CBOEGlobalMarkets + + the CBOE Global Markets functional entity, which is one of the world's largest exchange holding companies, offering cutting-edge trading and investment solutions to investors around the world. Cboe offers trading across a diverse range of products in multiple asset classes and geographies, including options, futures, U.S. and European equities, exchange-traded products (ETPs), global foreign exchange (FX), and multi-asset volatility products. Our trading venues include the largest options exchange in the U.S. and the largest stock exchange by value traded in Europe. In addition, the company is the second-largest stock exchange operator in the U.S. and a leading market globally for ETP trading. + + + + + + CBOE Global Markets, Inc. business entity identifier + QName: fibo-fbc-fct-usmkt:CBOEGlobalMarketsBusinessEntityIdentifier + + the Delaware Division of Corporations business entity identifier for CBOE Global Markets, Inc. + + + 4205301 + + + + + CBOE Global Markets date established + QName: fibo-fbc-fct-usmkt:CBOEGlobalMarketsDateEstablished + + the date that CBOE Global Markets was established + 2006-08-15 + + + + + CBOE Global Markets headquarters address + QName: fibo-fbc-fct-usmkt:CBOEGlobalMarketsHeadquartersAddress + + the headquarters address for CBOE Global Markets, Inc. + 400 South LaSalle Street + Chicago + + 60605 + + + + + + CBOE Global Markets, Inc. US-DE + QName: fibo-fbc-fct-usmkt:CBOEGlobalMarketsInc-US-DE + + + the CBOE Global Markets, Inc. legal entity that is a Delaware corporation + + + + CBOE Global Markets, Inc. + + + + + + + Chicago Board Options Exchange + QName: fibo-fbc-fct-usmkt:ChicagoBoardOptionsExchange + + the Chicago Board Options Exchange functional entity founded in 1973 that is the world's largest options market with contracts focusing on individual equities, indexes, and interest rates + https://www.cboe.com/ + + CBOE + Chicago Board Options Exchange + + + + + + + + Chicago Board Options Exchange date established + QName: fibo-fbc-fct-usmkt:ChicagoBoardOptionsExchangeDateEstablished + + the date that the Chicago Board Options Exchange was established + 1973-04-26 + + + + + Chicago Board Options Exchange market identifier code registry entry + QName: fibo-fbc-fct-usmkt:ChicagoBoardOptionsExchangeMarketIdentifierCodeRegistryEntry + + the market identifier code registry entry for the Chicago Board Options Exchange + JULY 2008 + JULY 2008 + + + + + + + + + Intercontinental Exchange Holdings + QName: fibo-fbc-fct-usmkt:IntercontinentalExchangeHoldings + + + individual representing the Intercontinental Exchange Holdings functional entity, which owns exchanges for financial and commodity markets, and operates 23 regulated exchanges and marketplaces + + ICE + + + + + + + NYSE American Options + QName: fibo-fbc-fct-usmkt:NYSEAmericanOptions + + the NYSE (New York Stock Exchange) American Options functional entity that operates an options trading platform under the name AMEX options exchange which facilitates trading of the options on domestic stocks; American depository receipts; broad-based, industry sector, and international indexes; exchange traded funds; HOLDRS; LEAPS; and equity and index FLEX options + American Stock Exchange + NYSE Amex Options + https://www.nyse.com/markets/american-options + + NYSE + NYSE American Options + + + + + + + + + NYSE American Options, LLC business entity identifier + QName: fibo-fbc-fct-usmkt:NYSEAmericanOptionsBusinessEntityIdentifier + + the Delaware Division of Corporations business entity identifier for NYSE American Options LLC + + + 4982468 + + + + + NYSE American Options LLC date established + QName: fibo-fbc-fct-usmkt:NYSEAmericanOptionsDateEstablished + + the date that NYSE American Options LLC was established + 2011-05-13 + + + + + NYSE American Options LLC US-DE + QName: fibo-fbc-fct-usmkt:NYSEAmericanOptionsLLC-US-DE + + the NYSE American Options LLC legal entity that is a Delaware limited liability company + + + + + NYSE American Options LLC + + + + + NYSE American Options market identifier code registry entry + QName: fibo-fbc-fct-usmkt:NYSEAmericanOptionsMarketIdentifierCodeRegistryEntry + + the market identifier code registry entry for the NYSE American Options exchange + NOVEMBER 2008 + NOVEMBER 2008 + + + + + + + + + + NYSE Arca + QName: fibo-fbc-fct-usmkt:NYSEArca + + the NYSE Arca functional entity that is an electronic stock market, supporting trading of equity securities and options products listed in the United States, including trading exchange-traded funds (ETFs) and exchange-listed securities + The Archipelago Exchange + https://www.nyse.com/ + + NYSE + NYSE Arca + + + + + + + + + NYSE Arca, Inc. business entity identifier + QName: fibo-fbc-fct-usmkt:NYSEArcaBusinessEntityIdentifier + + the Delaware Division of Corporations business entity identifier for NYSE Arca, Inc. + + + 787634 + + + + + NYSE Arca date established + QName: fibo-fbc-fct-usmkt:NYSEArcaDateEstablished + + the date that NYSE Arca was established + 1882 + + + + + + NYSE Arca Holdings + QName: fibo-fbc-fct-usmkt:NYSEArcaHoldings + + the NYSE Group functional entity that operates three listings exchanges, NYSE, NYSE American and NYSE Arca, each of which has a unique market model designed for corporate and ETF issuers, as well as NYSE National, which is a trading venue but not a listings market + https://www.nyse.com/ + + + + + + NYSE Arca Holdings, Inc. business entity identifier + QName: fibo-fbc-fct-usmkt:NYSEArcaHoldingsBusinessEntityIdentifier + + the Delaware Division of Corporations business entity identifier for NYSE Arca Holdings, Inc. + + + 3703898 + + + + + NYSE Arca Holdings, Inc. US-DE + QName: fibo-fbc-fct-usmkt:NYSEArcaHoldingsInc-US-DE + + the NYSE Arca Holdings, Inc. legal entity that is a Delaware corporation + + + + + NYSE Arca Holdings, Inc. + + + + + NYSE Arca Holdings, Inc. date established + QName: fibo-fbc-fct-usmkt:NYSEArcaHoldingsIncDateEstablished + + the date that NYSE Arca Holdings, Inc. was established + 2003-09-15 + + + + + NYSE Arca, Inc. US-DE + QName: fibo-fbc-fct-usmkt:NYSEArcaInc-US-DE + + the NYSE Arca, Inc. legal entity that is a Delaware corporation + + + + + NYSE Arca, Inc. + + + + + NYSE Arca, Inc. date established + QName: fibo-fbc-fct-usmkt:NYSEArcaIncDateEstablished + + the date that NYSE Arca, Inc. was established + 1972-12-21 + + + + + NYSE Arca, Inc. headquarters address + QName: fibo-fbc-fct-usmkt:NYSEArcaIncHeadquartersAddress + + the headquarters address for NYSE Arca, Inc. + 100 South Wacker Drive + Suite 1800 + Chicago + + 60606 + + + + + + NYSE Arca market identifier code registry entry + QName: fibo-fbc-fct-usmkt:NYSEArcaMarketIdentifierCodeRegistryEntry + + the market identifier code registry entry for the NYSE Arca exchange + SEPTEMBER 2006 + SEPTEMBER 2006 + + + + + + + + + NYSE Dark + QName: fibo-fbc-fct-usmkt:NYSEDark + + the NYSE Dark functional entity that represents a segment of the NYSE involved in trading of dark pools + https://www.nyse.com/ + NYSEDARK + NYSE Dark + + + + + + + + NYSE Dark market identifier code registry entry + QName: fibo-fbc-fct-usmkt:NYSEDarkMarketIdentifierCodeRegistryEntry + + the market identifier code registry entry for the NYSE Dark + MAY 2011 + MAY 2011 + + + + + + + + + NYSE Group + QName: fibo-fbc-fct-usmkt:NYSEGroup + + the NYSE Group functional entity that operates three listings exchanges, NYSE, NYSE American and NYSE Arca, each of which has a unique market model designed for corporate and ETF issuers, as well as NYSE National, which is a trading venue but not a listings market + https://www.nyse.com/ + + + + + + NYSE Group, Inc. business entity identifier + QName: fibo-fbc-fct-usmkt:NYSEGroupBusinessEntityIdentifier + + the Delaware Division of Corporations business entity identifier for NYSE Group, Inc. + + + 4160866 + + + + + NYSE Group, Inc. date established + QName: fibo-fbc-fct-usmkt:NYSEGroupDateEstablished + + the date that NYSE Group, Inc. was established + 2006-05-19 + + + + + NYSE Group, Inc. US-DE + QName: fibo-fbc-fct-usmkt:NYSEGroupInc-US-DE + + the NYSE Group, Inc. legal entity that is a Delaware corporation + + + + + NYSE Group, Inc. + + + + + + NYSE Holdings + QName: fibo-fbc-fct-usmkt:NYSEHoldings + + the NYSE Holdings functional entity that through its subsidiaries, operates stock exchanges, including the New York Stock Exchange (NYSE), NYSE Arca, Inc., and NYSE MKT LLC in the United States; and European based exchanges comprising Euronext N.V. - the London, Paris, Amsterdam, Brussels, and Lisbon stock exchanges, as well as the NYSE Liffe derivatives markets in London, Paris, Amsterdam, Brussels, and Lisbon + https://www.nyse.com/ + + + + + + NYSE Holdings LLC business entity identifier + QName: fibo-fbc-fct-usmkt:NYSEHoldingsBusinessEntityIdentifier + + the Delaware Division of Corporations business entity identifier for NYSE Holdings LLC + + + 5257784 + + + + + NYSE Holdings LLC date established + QName: fibo-fbc-fct-usmkt:NYSEHoldingsDateEstablished + + the date that NYSE Holdings LLC was established + 2012-12-12 + + + + + NYSE Holdings LLC US-DE + QName: fibo-fbc-fct-usmkt:NYSEHoldingsLLC-US-DE + + the NYSE Holdings LLC legal entity that is a Delaware limited liability company + + + + + NYSE Group, Inc. + + + + + + + New York Stock Exchange + QName: fibo-fbc-fct-usmkt:NewYorkStockExchange + + the New York Stock Exchange functional entity founded in 1792 that operates as a market place for trading of common stock and other securities + https://www.nyse.com/ + + NYSE + New York Stock Exchange + + + + The New York Stock Exchange is a leading global cash equity exchange. It is the leading equity exchange for initial public offerings, or IPOs, globally, and enables companies seeking to raise capital to become publicly listed through the IPO process upon meeting exchange listing standards. In addition to common stocks, preferred stocks and warrants, the NYSE lists structured products, such as capital securities and mandatory convertible securities. In addition, NYSE operates NYSE Bonds, an electronic trading platform with transparent pricing for debt securities, including corporate bonds. + + + + + New York Stock Exchange date established + QName: fibo-fbc-fct-usmkt:NewYorkStockExchangeDateEstablished + + the date that the New York Stock Exchange was founded + 1792-05-17 + + + + + New York Stock Exchange headquarters address + QName: fibo-fbc-fct-usmkt:NewYorkStockExchangeHeadquartersAddress + + the headquarters address for New York Stock Exchange + 11 Wall Street + New York + + 10005 + + + + + + New York Stock Exchange LLC US-NY + QName: fibo-fbc-fct-usmkt:NewYorkStockExchangeLLC-US-NY + + the New York Stock Exchange LLC legal entity that is a New York domestic limited liability company + + + New York Stock Exchange Inc. + + + New York Stock Exchange LLC + + + + + New York Stock Exchange LLC business entity identifier + QName: fibo-fbc-fct-usmkt:NewYorkStockExchangeLLCBusinessEntityIdentifier + + the New York Department of State Division of Corporations business entity identifier for New York Stock Exchange LLC + + + 3230916 + + + + + New York Stock Exchange LLC date established + QName: fibo-fbc-fct-usmkt:NewYorkStockExchangeLLCDateEstablished + + the date that the New York Stock Exchange LLC was established + 2005-07-14 + + + + + New York Stock Exchange market identifier code registry entry + QName: fibo-fbc-fct-usmkt:NewYorkStockExchangeMarketIdentifierCodeRegistryEntry + + the market identifier code registry entry for the New York Stock Exchange + BEFORE JUNE 2005 + BEFORE JUNE 2005 + + + + + + + + + United Agent Group - Delaware + QName: fibo-fbc-fct-usmkt:UnitedAgentGroup-Delaware + + the registration and legal agency role of the Delaware-based, United Agent Group subsidiary of Corporate Creations Network, Inc., which has operating units throughout the US + + + + + + + United Agent Group - New York + QName: fibo-fbc-fct-usmkt:UnitedAgentGroup-NewYork + + the registration and legal agency role of the New York-based, United Agent Group subsidiary of Corporate Creations Network, Inc., which has operating units throughout the US + + + + + + United Agent Group Inc. US-DE + QName: fibo-fbc-fct-usmkt:UnitedAgentGroupInc-US-DE + + the United Agent Group Inc. legal entity, registered in Delaware, that provides registered agent and incorporation services + + + United Agent Group Inc. + + + + + United Agent Group Inc. US-DE business entity identifier + QName: fibo-fbc-fct-usmkt:UnitedAgentGroupInc-US-DE-BusinessEntityIdentifier + + the Delaware Department of Corporations business entity identifier for the United Agent Group Inc. + + + 5991300 + + + + + United Agent Group Inc. US-DE headquarters address + QName: fibo-fbc-fct-usmkt:UnitedAgentGroupInc-US-DE-HeadquartersAddress + + the headquarters address for the United Agent Group Inc. US-DE + 3411 Silverside Road + Tatnall Building STE 104 + Wilmington + + 19810 + + + + + + United Agent Group Inc. US-NY + QName: fibo-fbc-fct-usmkt:UnitedAgentGroupInc-US-NY + + the United Agent Group Inc. legal entity, registered in New York, that provides registered agent and incorporation services + + + United Agent Group Inc. + + + + + United Agent Group Inc. US-NY business entity identifier + QName: fibo-fbc-fct-usmkt:UnitedAgentGroupInc-US-NY-BusinessEntityIdentifier + + the New York Department of State Division of Corporations business entity identifier for the United Agent Group Inc. + + + 4914572 + + + + + United Agent Group Inc. US-NY headquarters address + QName: fibo-fbc-fct-usmkt:UnitedAgentGroupInc-US-NY-HeadquartersAddress + + the headquarters address for the United Agent Group Inc. US-NY + 15 North Mill Street + Nyack + + 10960 + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies.rdf new file mode 100755 index 0000000..44532fb --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies.rdf @@ -0,0 +1,2055 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + US Regulatory Agencies Ontology + QName: fibo-fbc-fct-usjrga: + This ontology extends the primary regulatory agencies ontology in FBC with additional regulators that are specific to the United States and augments certain U.S. financial services entities based on who regulates them. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://www.omg.org/spec/LCC/ + fibo-fbc-fct-usjrga + USRegulatoryAgencies.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/USJurisdiction/USRegulatoryAgencies.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/USJurisdiction/USRegulatoryAgencies.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FBC 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/USJurisdiction/USRegulatoryAgencies.rdf version of this ontology was modified to integrate the new financial services provider identifier for certain banking identifiers. + + + + + + + + + + + + + + + + + + + + + + + + + business entity identifier for the American Bankers Association (ABA) + QName: fibo-fbc-fct-usjrga:ABABusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for the American Bankers Association (ABA) + + + 3409652 + + + + + ABA headquarters address + QName: fibo-fbc-fct-usjrga:ABAHeadquartersAddress + + individual representing the headquarters address for the American Bankers Association (ABA) + 1120 Connecticut Avenue, N.W. + + + 20036 + + + + + + ABA IIN Registry + QName: fibo-fbc-fct-usjrga:ABAIINRegistry + + individual representing the American Bankers Association (ABA) Issuer Identification Number (IIN) registry, a repository of institution characteristics for those that have assigned IINs, managed by the ABA + + + + + + + + + + + + + + + + + + + + + + + + ABA IIN registry entry + QName: fibo-fbc-fct-usjrga:ABAIINRegistryEntry + + an entry in the ABA IIN registry, a repository of financial institution characteristics collected by the ABA for those institutions to which they issue IINs + + + + + ABA RTN Registry + QName: fibo-fbc-fct-usjrga:ABARTNRegistry + + individual representing the American Bankers Association (ABA) Routing Transit Number (RTN) registry, a repository of institution characteristics for those that have assigned RTNs, managed by the ABA's designated registration authority (RA) + + http://www.accuity.com/aba-registrar/ + + + + + + + + + + + + + + + + + + + + + + + ABA RTN registry entry + QName: fibo-fbc-fct-usjrga:ABARTNRegistryEntry + + an entry in the ABA RTN registry, a repository of financial institution characteristics collected by the ABA Registrar on behalf of the ABA + http://www.accuity.com/aba-registrar/ + + + + + Accuity Inc. + QName: fibo-fbc-fct-usjrga:AccuityInc-US-DE + + individual representing the Accuity legal entity that is a Delaware corporation and subsidiary of Wolters Kluwer + + + https://accuity.com/ + + Accuity Inc. + + + + + business entity identifier for Accuity Inc. + QName: fibo-fbc-fct-usjrga:AccuityIncBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for Accuity Inc. + + + 4069925 + + + + + ABA headquarters address + QName: fibo-fbc-fct-usjrga:AccuityIncHeadquartersAddress + + individual representing the headquarters address for Accuity Inc. + 1007 Church Street + Evanston + + 60201 + + + + + + American Bankers Association + QName: fibo-fbc-fct-usjrga:AmericanBankersAssociation + + individual representing the American Bankers Association legal entity, which is a trade association whose membership comprises financial institutions of all sizes + + + https://www.aba.com/Pages/default.aspx + + American Bankers Association + ABA + + + + + + American Bankers Association (ABA) RTN (Routing Transit Number) Registrar + QName: fibo-fbc-fct-usjrga:AmericanBankersAssociationRTNRegistrar + + individual representing the American Bankers Association (ABA) Routing Transit Number (RTN) Registrar, which is a delegated capability currently provided by Accuity + + + ABA RTN Registrar + http://www.accuity.com/aba-registrar/ + + + + + + American Bankers Association (ABA) Registration Authority (RA) + QName: fibo-fbc-fct-usjrga:AmericanBankersAssociationRegistrationAuthority + + individual representing the American Bankers Association (ABA) Registration Authority, which is a function of the ABA for registration of issuer identification numbers in the US + + + ABA RA + http://www.investopedia.com/terms/i/issuer-identification-number-iin.asp + + + + + CFTC Industry Filings Repository + QName: fibo-fbc-fct-usjrga:CFTCIndustryFilingsRepository + + individual representing the CFTC Industry Filings repository, a repository of organizational characteristics and financial data for Designated Contract Markets (DCM), Swap Execution Facilities (SEF), Derivatives Clearing Organizations (DCO), Swap Data Repositories (SDR), and Lists of Foreign Boards of Trade (FBOT) Registered with the Commission + + http://www.cftc.gov/IndustryOversight/IndustryFilings/index.htm + + + + + + California banking regulator + QName: fibo-fbc-fct-usjrga:CaliforniaBankingRegulator + + + individual representing the regulatory agency, registration authority, and oversight role of the State of California's Department of Business Oversight + + + + + + California business entities registry + QName: fibo-fbc-fct-usjrga:CaliforniaBusinessEntitiesRegistry + + + individual representing the registry of business entities for businesses that have registered with the State of California Business Programs Division + California Business Entities (BE) + https://businesssearch.sos.ca.gov/ + + + + + + + California Business Programs Division + QName: fibo-fbc-fct-usjrga:CaliforniaBusinessProgramsDivision + + individual representing the State of California, Secretary of State, Business Programs Division + http://www.sos.ca.gov/business-programs/ + + + + + + + California business registrar + QName: fibo-fbc-fct-usjrga:CaliforniaBusinessRegistrar + + individual representing the regulatory agency and registration authority role of the State of California's Business Programs Division + + + + + + + + California business registration service + QName: fibo-fbc-fct-usjrga:CaliforniaBusinessRegistrationService + + + individual representing the State of California, Secretary of State, service for the registration of business entities + + + + + + + California Department of Business Oversight + QName: fibo-fbc-fct-usjrga:CaliforniaDepartmentOfBusinessOversight + + individual representing the State of California's Department of Business Oversight + + http://dbo.ca.gov/ + + The Department of Business Oversight (DBO) protects consumers and oversees financial service providers and products. The DBO supervises the operations of state-licensed financial institutions, including banks, credit unions and money transmitters. Additionally, the DBO licenses and regulates a variety of financial service providers, including securities brokers and dealers, investment advisers, payday lenders and other consumer finance lenders. + + + + + California Registration Authority Code + QName: fibo-fbc-fct-usjrga:CaliforniaRegistrationAuthorityCode + + + individual representing the GLEIF Registration Authority List identifier for the California Business Entities Registry + + RA000598 + + + + + + commodities, futures and derivatives regulator + QName: fibo-fbc-fct-usjrga:CommoditiesFuturesAndDerivativesRegulator + + individual representing the regulatory agency and registration authority role of the Commodity Futures Trading Commission (CFTC) + + + + + + + Commodity Futures Trading Commission + QName: fibo-fbc-fct-usjrga:CommodityFuturesTradingCommission + + individual representing the Commodity Futures Trading Commission (CFTC), an independent Federal agency whose mission is to foster open, transparent, competitive, and financially sound markets, to avoid systemic risk, and to protect the market users and their funds, consumers, and the public from fraud, manipulation, and abusive practices related to derivatives and other products that are subject to the Commodity Exchange Act + + http://www.cftc.gov/index.htm + + CFTC + + + + + consumer finance regulator + QName: fibo-fbc-fct-usjrga:ConsumerFinanceRegulator + + individual representing the regulatory agency and registration authority role of the Consumer Financial Protection Bureau (CFPB) + + http://www.consumerfinance.gov/the-bureau/ + + + + + Consumer Financial Protection Bureau + QName: fibo-fbc-fct-usjrga:ConsumerFinancialProtectionBureau + + individual representing the Consumer Financial Protection Bureau (CFPB), an independent Federal agency that helps consumer finance markets work by making rules more effective, by consistently and fairly enforcing those rules, and by empowering consumers to take more control over their economic lives + + https://www.consumerfinance.gov/ + + CFPB + + + + + + Corporation Service Company + QName: fibo-fbc-fct-usjrga:CorporationServiceCompany + + + individual representing the registration and legal agency role of the Corporation Service Company + + + + + + Corporation Service Company US-DE + QName: fibo-fbc-fct-usjrga:CorporationServiceCompany-US-DE + + individual representing the Corporation Service Company (CSC) legal entity, which was founded in 1899, and provides registered agent, corporate governance, corporate compliance, and intellectual property management for businesses worldwide + + + https://www.cscglobal.com/cscglobal/home/ + + Corporation Service Company + CSC + + + + + Corporation Service Company legal address + QName: fibo-fbc-fct-usjrga:CorporationServiceCompanyAddress + + individual representing the headquarters address for the Corporation Service Company + 251 Little Falls Drive + + + 19808 + + + + + + business entity identifier for the Corporation Service Company + QName: fibo-fbc-fct-usjrga:CorporationServiceCompanyBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for the Corporation Service Company + + + 101330 + + + + + + The Corporation Trust Company + QName: fibo-fbc-fct-usjrga:CorporationTrustCompany + + + individual representing the registration and legal agency role of the The Corporation Trust Company, a wholly-owned subsidiary of Wolters Kluwer + + + + + + The Corporation Trust Company US-DE + QName: fibo-fbc-fct-usjrga:CorporationTrustCompany-US-DE + + individual representing the The Corporation Trust Company (CT Corporation) legal entity, which provides registered agent and incorporation services + + + https://ct.wolterskluwer.com/ + CT Corporation + CT + + + + + business entity identifier for The Corporation Trust Company (CT Corporation) + QName: fibo-fbc-fct-usjrga:CorporationTrustCompanyBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for The Corporation Trust Company (CT Corporation) + + + 101330 + + + + + The Corporation Trust Company headquarters address + QName: fibo-fbc-fct-usjrga:CorporationTrustCompanyHeadquartersAddress + + individual representing the headquarters address for the The Corporation Trust Company (CT Corporation) + 1209 Orange Street + Corporation Trust Center + + + 19801 + + + + + + Delaware business entities registry + QName: fibo-fbc-fct-usjrga:DelawareBusinessEntitiesRegistry + + individual representing the State of Delaware, Division of Corporations, registry of business entities + https://icis.corp.delaware.gov/Ecorp/EntitySearch/NameSearch.aspx + + + + + + + Delaware business registration service + QName: fibo-fbc-fct-usjrga:DelawareBusinessRegistrationService + + + individual representing the State of Delaware, Division of Corporations, service for the registration of business entities + + + + + + + + Delaware corporations regulator + QName: fibo-fbc-fct-usjrga:DelawareCorporationsRegulator + + + individual representing the regulatory agency and registration authority role of the State of Delaware's Division of Corporations + + + + + + + + Delaware Division of Corporations + QName: fibo-fbc-fct-usjrga:DelawareDivisionOfCorporations + + individual representing the State of Delaware's Division of Corporations + http://corp.delaware.gov/ + + + + + + Delaware Registration Authority Code + QName: fibo-fbc-fct-usjrga:DelawareRegistrationAuthorityCode + + + individual representing the GLEIF Registration Authority List identifier for the Delaware Business Entities Registry + + RA000602 + + + + + EDGAR Repository + QName: fibo-fbc-fct-usjrga:EDGARRepository + + individual representing the EDGAR repository, a repository of financial information about securities and their issuers, including but not limited to corporate quarterly and annual filings, collected by the SEC + + http://www.sec.gov/edgar/aboutedgar.htm + EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system, performs automated collection, validation, indexing, acceptance, and forwarding of submissions by companies and others who are required by law to file forms with the U.S. Securities and Exchange Commission (SEC). Its primary purpose is to increase the efficiency and fairness of the securities market for the benefit of investors, corporations, and the economy by accelerating the receipt, acceptance, dissemination, and analysis of time-sensitive corporate information filed with the agency. + + + + + business entity identifier for the FDIC + QName: fibo-fbc-fct-usjrga:FDICBusinessEntityIdentifier + + individual representing the Delaware Department of Corporations business entity identifier for the FDIC + + 1003818 + + + + + + + + + + + + + + + + + + + FDIC Certificate Number + QName: fibo-fbc-fct-usjrga:FDICCertificateNumber + + an identifier issued to a depository institution by the FDIC on approval of that institution's application for insurance + http://www.fdic.gov/ + + + + + FDIC Institution Directory + QName: fibo-fbc-fct-usjrga:FDICInstitutionDirectory + + individual representing the Federal Deposit Insurance Corporation's (FDIC) institution directory, a repository of financial data and institution characteristics for covered institutions collected by the FDIC + + https://www2.fdic.gov/idasp/index.asp + + + + + + + + + + + + + + + + + + + + + + + FDIC registry entry + QName: fibo-fbc-fct-usjrga:FDICRegistryEntry + + an entry in the FDIC institution directory, a repository of financial institution characteristics collected by the FDIC related to the institutions they insure + https://www2.fdic.gov/idasp/main.asp + + + + + + + + + + + Federal Reserve System (FRS) member bank + QName: fibo-fbc-fct-usjrga:FRSMemberBank + + a Federal Reserve member bank + http://federalreserve.gov/ + + + + + Federal Reserve System (FRS) non-member bank + QName: fibo-fbc-fct-usjrga:FRSNonMemberBank + + + a financial institution that is not a Federal Reserve member bank + http://federalreserve.gov/ + + + + + + Federal Reserve System (FRS) state member bank + QName: fibo-fbc-fct-usjrga:FRSStateMemberBank + + a commercial bank that is state-chartered and a member of the Federal Reserve System + http://www.ffiec.gov/nicpubweb/Content/HELP/Institution%20Type%20Description.htm + + + + + Farm Credit Administration + QName: fibo-fbc-fct-usjrga:FarmCreditAdministration + + individual representing the Farm Credit Administration (FCA), an independent Federal agency that regulates and examines the banks, associations, and related entities of the Farm Credit System (FCS), including the Federal Agricultural Mortgage Corporation (Farmer Mac) + + http://fca.gov/ + + FCA + The FCS is the largest agricultural lender in the United States. It is a nationwide network of lending institutions that are owned by their borrowers. It serves all 50 States and Puerto Rico. + + + + + + farm credit regulator + QName: fibo-fbc-fct-usjrga:FarmCreditRegulator + + + individual representing the regulatory agency and registration authority role of the Farm Credit Administration (FCA) + + http://fca.gov/about/fca_in_brief.html + + + + + + Federal Deposit Insurance Corporation + QName: fibo-fbc-fct-usjrga:FederalDepositInsuranceCorporation + + individual representing the Federal Deposit Insurance Corporation (FDIC), which preserves and promotes public confidence in the U.S. financial system by insuring deposits in banks and thrift institutions for at least $250,000; by identifying, monitoring and addressing risks to the deposit insurance funds; and by limiting the effect on the economy and the financial system when a bank or thrift institution fails. + + https://www.fdic.gov/ + FDIC + An independent agency of the federal government, the FDIC was created in 1933 in response to the thousands of bank failures that occurred in the 1920s and early 1930s. Since the start of FDIC insurance on January 1, 1934, no depositor has lost a single cent of insured funds as a result of a failure. + + + + + + + federal deposit insurer and regulator + QName: fibo-fbc-fct-usjrga:FederalDepositInsurerAndRegulator + + + individual representing the individual representing the regulatory agency and registration authority role of the Federal Deposit Insurance Corporation (FDIC) + + + + + + + Federal Financial Institutions Examination Council + QName: fibo-fbc-fct-usjrga:FederalFinancialInstitutionsExaminationCouncil + + individual representing the FFIEC, a formal interagency body empowered to prescribe uniform principles, standards, and report forms for the federal examination of financial institutions by the Board of Governors of the Federal Reserve System (FRB), the Federal Deposit Insurance Corporation (FDIC), the National Credit Union Administration (NCUA), the Office of the Comptroller of the Currency (OCC), and the Consumer Financial Protection Bureau (CFPB), and to make recommendations to promote uniformity in the supervision of financial institutions + + http://www.ffiec.gov/ + + + + + + + FFIEC + The Federal Financial Institutions Examination Council (FFIEC) was established on March 10, 1979, pursuant to title X of the Financial Institutions Regulatory and Interest Rate Control Act of 1978 (FIRA), Public Law 95-630. In 1989, title XI of the Financial Institutions Reform, Recovery and Enforcement Act of 1989 (FIRREA) established The Appraisal Subcommittee (ASC) within the Examination Council. + + + + + + federal financial institutions examination regulator + QName: fibo-fbc-fct-usjrga:FederalFinancialInstitutionsExaminationRegulator + + individual representing the regulatory agency and registration authority role of the Federal Financial Institutions Examination Council (FFIEC) + + + http://www.ffiec.gov/about.htm + + + + + Federal Housing Finance Agency + QName: fibo-fbc-fct-usjrga:FederalHousingFinanceAgency + + individual representing the Federal Housing Finance Agency (FHFA), responsible for strengthening and securing the United States secondary mortgage markets by providing effective supervision, sound research, reliable data, and relevant policies + + http://www.fhfa.gov/ + + FHFA + The FHFA is an independent regulatory agency responsible for the oversight of vital components of the secondary mortgage markets - the housing government sponsored enterprises of Fannie Mae, Freddie Mac and the Federal Home Loan Bank System. Combined these entities provide more than $5.5 trillion in funding for the U.S. mortgage markets and financial institutions. Additionally, FHFA is the conservator of Fannie Mae and Freddie Mac. + + + + + + federal housing finance regulator + QName: fibo-fbc-fct-usjrga:FederalHousingFinanceRegulator + + individual representing the regulatory agency and registration authority role of the Federal Housing Finance Agency (FHFA) + + http://www.fhfa.gov/AboutUs + + + + + Federal Reserve Bank of Atlanta + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfAtlanta + + individual representing Federal Reserve Bank of Atlanta, whose jurisdiction is the Sixth District of the Federal Reserve + + https://www.frbatlanta.org/ + + + + + Federal Reserve Bank of Boston + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfBoston + + individual representing Federal Reserve Bank of Boston, whose jurisdiction is the First District of the Federal Reserve + + http://www.bostonfed.org/ + + + + + Federal Reserve Bank of Chicago + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfChicago + + individual representing Federal Reserve Bank of Chicago, whose jurisdiction is the Seventh District of the Federal Reserve + + https://www.chicagofed.org/ + + + + + Federal Reserve Bank of Cleveland + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfCleveland + + individual representing Federal Reserve Bank of Cleveland, whose jurisdiction is the Fourth District of the Federal Reserve + + https://www.clevelandfed.org/ + + + + + Federal Reserve Bank of Dallas + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfDallas + + individual representing Federal Reserve Bank of Dallas, whose jurisdiction is the Eleventh District of the Federal Reserve + + http://www.dallasfed.org/ + + + + + Federal Reserve Bank of Kansas City + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfKansasCity + + individual representing Federal Reserve Bank of Kansas City, whose jurisdiction is the Tenth District of the Federal Reserve + + https://www.kansascityfed.org/ + + + + + Federal Reserve Bank of Minneapolis + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfMinneapolis + + individual representing Federal Reserve Bank of Minneapolis, whose jurisdiction is the Ninth District of the Federal Reserve + + https://www.minneapolisfed.org/ + + + + + Federal Reserve Bank of New York + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfNewYork + + individual representing Federal Reserve Bank of New York, whose jurisdiction is the Second District of the Federal Reserve + + http://www.newyorkfed.org/ + + + + + + Federal Reserve Bank of New York US-NY + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfNewYork-US-NY + + individual representing the legal entity and instrumentality that is Federal Reserve Bank of New York + + http://www.newyorkfed.org/ + + + + + Federal Reserve Bank of New York address + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfNewYorkAddress + + individual representing the headquarters address for the Federal Reserve Bank of New York + 33 Liberty Street + + + 10045 + + + + + + Federal Reserve Bank of Philadelphia + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfPhiladelphia + + individual representing Federal Reserve Bank of Philadelphia, whose jurisdiction is the Third District of the Federal Reserve + + https://www.philadelphiafed.org/ + + + + + Federal Reserve Bank of Richmond + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfRichmond + + individual representing Federal Reserve Bank of Richmond, whose jurisdiction is the Fifth District of the Federal Reserve + + https://www.richmondfed.org/ + + + + + Federal Reserve Bank of San Francisco + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfSanFrancisco + + individual representing Federal Reserve Bank of San Francisco, whose jurisdiction is the Twelfth District of the Federal Reserve + + http://www.frbsf.org/ + + + + + Federal Reserve Bank of St. Louis + QName: fibo-fbc-fct-usjrga:FederalReserveBankOfStLouis + + individual representing Federal Reserve Bank of St. Louis, whose jurisdiction is the Eighth District of the Federal Reserve + + https://www.stlouisfed.org/ + + + + + Federal Reserve Board + QName: fibo-fbc-fct-usjrga:FederalReserveBoard + + individual representing the Federal Reserve Board (FRB) + https://www.federalreserve.gov/ + + FRB + The members of the Board of Governors are nominated by the President of the United States and confirmed by the U.S. Senate. By law, the appointments must yield a 'fair representation of the financial, agricultural, industrial, and commercial interests and geographical divisions of the country,' and no two Governors may come from the same Federal Reserve District. + +The full term of a Governor is 14 years; appointments are staggered so that one term expires on January 31 of each even-numbered year. A Governor who has served a full term may not be reappointed, but a Governor who was appointed to complete the balance of an unexpired term may be reappointed to a full 14-year term. + +Once appointed, Governors may not be removed from office for their policy views. The lengthy terms and staggered appointments are intended to contribute to the insulation of the Board--and the Federal Reserve System as a whole--from day-to-day political pressures to which it might otherwise be subject. + +In addition to serving as members of the Board, the Chairman and Vice Chairman of the Board serve terms of four years, and they may be reappointed to those roles and serve until their terms as Governors expire. The Chairman serves as public spokesperson and representative of the Board and manager of the Board's staff. The Chairman also presides at Board meetings. Affirming the apolitical nature of the Board, recent Presidents of both major political parties have selected the same person as Board Chairman. + Federal Reserve Board of Governors + + + + + + + Federal Reserve Board as functional entity + QName: fibo-fbc-fct-usjrga:FederalReserveBoardAsFunctionalEntity + + individual representing the regulatory agency and registration authority role of the Federal Reserve System + + + http://www.federalreserve.gov/faqs/about_12591.htm + + + + + Federal Reserve district + QName: fibo-fbc-fct-usjrga:FederalReserveDistrict + + a region of the US identifying the jurisdiction of a Federal Reserve Bank, numbered and named for the city in which that reserve bank is located + http://federalreserve.gov/otherfrb.htm + The Federal Reserve officially identifies Districts by number and Reserve Bank city. In the 12th District, the Seattle Branch serves Alaska, and the San Francisco Bank serves Hawaii. The System serves commonwealths and territories as follows: the New York Bank serves the Commonwealth of Puerto Rico and the U.S. Virgin Islands; the San Francisco Bank serves American Samoa, Guam, and the Commonwealth of the Northern Mariana Islands. The Board of Governors revised the branch boundaries of the System in February 1996. + + + + + + + + + + + + + + + + 1 + + + Federal Reserve district bank + QName: fibo-fbc-fct-usjrga:FederalReserveDistrictBank + + a Federal Reserve district and member bank, with jurisdiction over a specific region of the US, named for the city in which the reserve bank is located + http://federalreserve.gov/ + + + + + + + + + 1 + + + Federal Reserve district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveDistrictIdentifier + + an identifier associated with a Federal Reserve district + + + + + Federal Reserve Eighth District + QName: fibo-fbc-fct-usjrga:FederalReserveEighthDistrict + + individual representing the jurisdiction of the Eighth District of the Federal Reserve, which covers all of Arkansas, eastern Missouri, western Kentucky, western Tennessee, southern Illinois, southern Indiana and northern Mississippi + + + + + + + + https://www.stlouisfed.org/about-us/resources/fed-backgrounder + + + + + Federal Reserve eighth district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveEighthDistrictIdentifier + + individual representing the identifier for the eighth district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of St. Louis + Eighth District of the Federal Reserve System + + 8 + + + + + Federal Reserve Eleventh District + QName: fibo-fbc-fct-usjrga:FederalReserveEleventhDistrict + + individual representing the jurisdiction of the Eleventh District of the Federal Reserve, which covers Texas, northern Louisiana and southern New Mexico + + + + http://www.dallasfed.org/fed/index.cfm + + + + + Federal Reserve eleventh district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveEleventhDistrictIdentifier + + individual representing the identifier for the eleventh district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Dallas + Eleventh District of the Federal Reserve System + + 11 + + + + + Federal Reserve Fifth District + QName: fibo-fbc-fct-usjrga:FederalReserveFifthDistrict + + individual representing the jurisdiction of the Fifth District of the Federal Reserve, which covers Maryland, North Carolina, South Carolina, Washington, D.C., and most of West Virginia + + + + + + https://www.richmondfed.org/about_us/history/overview + + + + + Federal Reserve fifth district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveFifthDistrictIdentifier + + individual representing the identifier for the fifth district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Richmond + Fifth District of the Federal Reserve System + + 5 + + + + + Federal Reserve First District + QName: fibo-fbc-fct-usjrga:FederalReserveFirstDistrict + + individual representing the jurisdiction of the First District of the Federal Reserve, which covers the New England states of Maine, New Hampshire, Vermont, and Massachusetts + + + + http://federalreserve.gov/aboutthefed/directors/map-of-districts.htm + + + + + Federal Reserve first district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveFirstDistrictIdentifier + + individual representing the identifier for the first district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Boston + First District of the Federal Reserve System + + 1 + + + + + Federal Reserve Fourth District + QName: fibo-fbc-fct-usjrga:FederalReserveFourthDistrict + + individual representing the jurisdiction of the Fourth District of the Federal Reserve, which covers Ohio, western Pennsylvania, the northern panhandle of West Virginia, and eastern Kentucky + + + + + https://www.clevelandfed.org/en/About%20Us/Who%20We%20Are.aspx + + + + + Federal Reserve fourth district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveFourthDistrictIdentifier + + individual representing the identifier for the fourth district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Cleveland + Fourth District of the Federal Reserve System + + 4 + + + + + Federal Reserve Ninth District + QName: fibo-fbc-fct-usjrga:FederalReserveNinthDistrict + + individual representing the jurisdiction of the Ninth District of the Federal Reserve, which covers Minnesota, Montana, North and South Dakota, 26 counties in northwestern Wisconsin and the Upper Peninsula of Michigan + + + + + + + https://www.minneapolisfed.org/ + + + + + Federal Reserve ninth district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveNinthDistrictIdentifier + + individual representing the identifier for the ninth district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Minneapolis + Ninth District of the Federal Reserve System + + 9 + + + + + + + Federal Reserve regulatory agency and central bank + QName: fibo-fbc-fct-usjrga:FederalReserveRegulatoryAgencyAndCentralBank + + + individual representing the regulatory agency and registration authority role of the Federal Reserve System + + + http://www.investorwords.com/1914/Federal_Reserve_System.html + + + + + Federal Reserve Second District + QName: fibo-fbc-fct-usjrga:FederalReserveSecondDistrict + + individual representing the jurisdiction of the Second District of the Federal Reserve, which covers New York state, the 12 northern counties of New Jersey, Fairfield County in Connecticut, Puerto Rico and the U.S. Virgin Islands + + + + + + http://www.newyorkfed.org/aboutthefed/whatwedo.html + + + + + Federal Reserve second district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveSecondDistrictIdentifier + + individual representing the identifier for the second district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of New York + Second District of the Federal Reserve System + + 2 + + + + + Federal Reserve Seventh District + QName: fibo-fbc-fct-usjrga:FederalReserveSeventhDistrict + + individual representing the jurisdiction of the Seventh District of the Federal Reserve, which covers all of Iowa and most of Illinois, Indiana, Michigan and Wisconsin + + + + + + https://www.chicagofed.org/utilities/about-us/index + + + + + Federal Reserve seventh district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveSeventhDistrictIdentifier + + individual representing the identifier for the seventh district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Chicago + Seventh District of the Federal Reserve System + + 7 + + + + + Federal Reserve Sixth District + QName: fibo-fbc-fct-usjrga:FederalReserveSixthDistrict + + individual representing the jurisdiction of the Sixth District of the Federal Reserve, which covers Alabama, Florida, and Georgia, and portions of Louisiana, Mississippi, and Tennessee + + + + + + + https://www.frbatlanta.org/about/atlantafed.aspx + + + + + Federal Reserve sixth district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveSixthDistrictIdentifier + + individual representing the identifier for the sixth district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Atlanta + Sixth District of the Federal Reserve System + + 6 + + + + + Federal Reserve System + QName: fibo-fbc-fct-usjrga:FederalReserveSystem + + individual representing the central banking system of the U.S., comprised of the Federal Reserve Board, the 12 Federal Reserve Banks, the Federal Open Market Committee, and the national and state member banks + + https://www.federalreserve.gov/ + + FRS + The Federal Reserve, the central bank of the United States, provides the nation with a safe, flexible, and stable monetary and financial system. + Fed + Federal Reserve + + + + + Federal Reserve Tenth District + QName: fibo-fbc-fct-usjrga:FederalReserveTenthDistrict + + individual representing the jurisdiction of the Tenth District of the Federal Reserve, which covers western Missouri, Nebraska, Kansas, Oklahoma, Wyoming, Colorado and northern New Mexico + + + + + + + + https://www.kansascityfed.org/aboutus/kcfedinformation + + + + + Federal Reserve tenth district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveTenthDistrictIdentifier + + individual representing the identifier for the tenth district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Kansas City + Tenth District of the Federal Reserve System + + 10 + + + + + Federal Reserve Third District + QName: fibo-fbc-fct-usjrga:FederalReserveThirdDistrict + + individual representing the jurisdiction of the Third District of the Federal Reserve, which covers eastern Pennsylvania, southern New Jersey, and Delaware + + + + https://www.philadelphiafed.org/about-the-fed/ + + + + + Federal Reserve third district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveThirdDistrictIdentifier + + individual representing the identifier for the third district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of Philadelphia + Third District of the Federal Reserve System + + 3 + + + + + Federal Reserve Twelfth District + QName: fibo-fbc-fct-usjrga:FederalReserveTwelfthDistrict + + individual representing the jurisdiction of the Twelfth District of the Federal Reserve, which covers Arizona, California, Idaho, Nevada, Oregon, Utah, and Washington, as well as Alaska, Hawaii, American Samoa, Guam, and the Commonwealth of the Northern Mariana Islands + + + + + + + + + + + + + http://www.frbsf.org/our-district/about/our-history/ + + + + + Federal Reserve twelfth district identifier + QName: fibo-fbc-fct-usjrga:FederalReserveTwelfthDistrictIdentifier + + individual representing the identifier for the twelfth district of the Federal Reserve, which represents the district governed by the Federal Reserve Bank of San Francisco + Twelfth District of the Federal Reserve System + + 12 + + + + + federal stability monitor and regulator + QName: fibo-fbc-fct-usjrga:FederalStabilityMonitorAndRegulator + + individual representing the regulatory agency role of the Federal Stability Oversight Council (FSOC) + + http://www.treasury.gov/initiatives/fsoc/Pages/home.aspx + + + + + financial industry regulator + QName: fibo-fbc-fct-usjrga:FinancialIndustryRegulator + + individual representing the regulatory agency and self-regulatory organizational role of the Financial Industry Regulatory Authority (FINRA) + + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.finra.org/about/what-we-do + + + + + Financial Industry Regulatory Authority + QName: fibo-fbc-fct-usjrga:FinancialIndustryRegulatoryAuthority + + individual representing the largest non-governmental regulator of securities firms in the United States, namely, the Financial Industry Regulatory Authority (FINRA) + http://www.finra.org/ + FINRA + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.finra.org/about/what-we-do + + + + + Financial Stability Oversight Council + QName: fibo-fbc-fct-usjrga:FinancialStabilityOversightCouncil + + individual representing the Financial Stability Oversight Council (FSOC), which provides comprehensive monitoring of the stability of our nation's financial system, as established under the Dodd-Frank Wall Street Reform and Consumer Protection Act + + https://www.treasury.gov/initiatives/fsoc/Pages/home.aspx + + + + + + + + + + FSOC + The Council is charged with identifying risks to the financial stability of the United States; promoting market discipline; and responding to emerging risks to the stability of the United States' financial system. The Council consists of 10 voting members and 5 nonvoting members and brings together the expertise of federal financial regulators, state regulators, and an independent insurance expert appointed by the President. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + institution type + QName: fibo-fbc-fct-usjrga:InstitutionType + + a classifier of financial institutions as defined by the National Information Center (NIC) registry + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + issuer identification number + QName: fibo-fbc-fct-usjrga:IssuerIdentificationNumber + + + a numbering system that allows a credit, debit, or other card to be identified as having been issued by a particular financial institution + IIN + http://www.investopedia.com/terms/i/issuer-identification-number-iin.asp + IINs are issued directly by the American Banker's Association (ABA) in the US. The ABA is the Registration Authority (RA) for ISO/IEC 7812, which defines the IIN, in other words. + The issuer identification number (IIN) is a six digit number that is unique to a single card issuer. The number is only used to identify the card issuer, and is not used to identify a particular product, service, or region associated with the card issuer. + + + + + + Massachusetts business registrar + QName: fibo-fbc-fct-usjrga:MassachusettsBusinessRegistrar + + + individual representing the regulatory agency and registration authority role of the Commonwealth of Massachusetts's Corporations Division + + + + + + + + Massachusetts business registration service + QName: fibo-fbc-fct-usjrga:MassachusettsBusinessRegistrationService + + + individual representing the Commonwealth of Massachusetts, Secretary of State, Corporations Division, service for the registration of business entities + + + + + + + Massachusetts corporation registry + QName: fibo-fbc-fct-usjrga:MassachusettsCorporationRegistry + + individual representing the registry of business entities for businesses that have registered with the Commonwealth of Massachusetts Secretary of State + Massachusetts Corporation Registry + http://corp.sec.state.ma.us/corpweb/CorpSearch/CorpSearch.aspx + + + + + + + Massachusetts Corporations Division + QName: fibo-fbc-fct-usjrga:MassachusettsCorporationsDivision + + individual representing the Commonwealth of Massachusetts, Secretary of State, Corporations Division + http://www.sec.state.ma.us/cor/coridx.htm + + + + + + Massachusetts Registration Authority Code + QName: fibo-fbc-fct-usjrga:MassachusettsRegistrationAuthorityCode + + + individual representing the GLEIF Registration Authority List identifier for the Massachusetts Corporation Registry + + RA000613 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + National Information Center (NIC) registry entry + QName: fibo-fbc-fct-usjrga:NICRegistryEntry + + an entry in the the National Information Center (NIC) repository, a repository of financial data and institution characteristics collected by the Federal Reserve System + http://www.ffiec.gov/nicpubweb/nicweb/NicHome.aspx + + + + + + national banking regulator + QName: fibo-fbc-fct-usjrga:NationalBankingRegulator + + + individual representing the regulatory agency and registration authority role of the Office of the Comptroller of the Currency (OCC) + + http://www.occ.gov/about/what-we-do/mission/index-about.html + + + + + National Credit Union Administration + QName: fibo-fbc-fct-usjrga:NationalCreditUnionAdministration + + individual representing the National Credit Union Administration (NCUA), the independent federal agency that regulates, charters and supervises federal credit unions + + http://www.ncua.gov/Pages/default.aspx + + NCUA + An independent agency of the federal government, the NCUA operates and manages the National Credit Union Share Insurance Fund (NCUSIF), insuring the deposits of more than 98 million account holders in all federal credit unions and the overwhelming majority of state-chartered credit unions. + + + + + + + national credit union insurer and regulator + QName: fibo-fbc-fct-usjrga:NationalCreditUnionInsurerAndRegulator + + + individual representing the regulatory agency and registration authority role of the National Credit Union Administration (NCUA) + + http://www.ncua.gov/about/Pages/default.aspx + + + + + National Information Center (NIC) Repository + QName: fibo-fbc-fct-usjrga:NationalInformationCenterRepository + + individual representing the National Information Center (NIC) repository, a repository of financial data and institution characteristics collected by the Federal Reserve System + http://www.ffiec.gov/nicpubweb/nicweb/NicHome.aspx + + The National Information Center (NIC)repository provides comprehensive information on banks and other institutions for which the Federal Reserve has a supervisory, regulatory, or research interest including both domestic and foreign banking organizations operating in the U.S. + + + + + New York State (NYS) business entities registry + QName: fibo-fbc-fct-usjrga:NewYorkBusinessEntitiesRegistry + + individual representing the New York State (NYS) Department of State, Division of Corporations, State Records and Uniform Commercial Code (UCC) registry of business entities + https://appext20.dos.ny.gov/corp_public/corpsearch.entity_search_entry + + + + + + + State of New York business registration service + QName: fibo-fbc-fct-usjrga:NewYorkBusinessRegistrationService + + + individual representing the New York State (NYS) Department of State, Division of Corporations service for the registration of business entities + + + + + + + + State of New York corporations regulator + QName: fibo-fbc-fct-usjrga:NewYorkCorporationsRegulator + + + individual representing the regulatory agency and registration authority role of the State of New York's Division of Corporations + + + + + + + + New York State (NYS) Department of State Division of Corporations + QName: fibo-fbc-fct-usjrga:NewYorkDivisionOfCorporations + + individual representing the New York State (NYS) Department of State's Division of Corporations + https://www.dos.ny.gov/corps/index.html + + + + + + New York Registration Authority Code + QName: fibo-fbc-fct-usjrga:NewYorkRegistrationAuthorityCode + + + individual representing the GLEIF Registration Authority List identifier for the New York State (NYS) Department of State, Division of Corporations, State Records and Uniform Commercial Code (UCC) registry of business entities + + RA000628 + + + + + Office of the Comptroller of the Currency + QName: fibo-fbc-fct-usjrga:OfficeOfTheComptrollerOfTheCurrency + + individual representing the OCC, which charters, regulates, and supervises all national banks and federal savings associations as well as federal branches and agencies of foreign banks. The OCC is an independent bureau of the U.S. Department of the Treasury. + + http://www.occ.gov/ + + OCC + The mission of the OCC is to ensure that national banks and federal savings associations operate in a safe and sound manner, provide fair access to financial services, treat customers fairly, and comply with applicable laws and regulations. + + + + + Office of Thrift Supervision + QName: fibo-fbc-fct-usjrga:OfficeOfThriftSupervision + + individual representing the OTS, which is a part of the OCC, responsible for chartering, regulating, and supervising all federal savings associations + + http://www.occ.gov/ + + OTS + + + + + Ohio Business Filing Portal + QName: fibo-fbc-fct-usjrga:OhioBusinessFilingPortal + + individual representing the registry of business entities for businesses that have registered with the Ohio Secretary of State + Ohio Business Filing Portal + https://www.sos.state.oh.us/businesses/ + + + + + + + + Ohio business registrar + QName: fibo-fbc-fct-usjrga:OhioBusinessRegistrar + + + individual representing the regulatory agency and registration authority role of the Ohio Secretary of State, Business Services Division + + + + + + + + Ohio business registration service + QName: fibo-fbc-fct-usjrga:OhioBusinessRegistrationService + + + individual representing the Ohio Secretary of State, Business Services Division service for the registration of business entities + + + + + + + Ohio Business Services Division + QName: fibo-fbc-fct-usjrga:OhioBusinessServicesDivision + + individual representing the Ohio Secretary of State, Business Services Division + https://www.sos.state.oh.us/businesses/ + + + + + + Ohio Registration Authority Code + QName: fibo-fbc-fct-usjrga:OhioRegistrationAuthorityCode + + + individual representing the GLEIF Registration Authority List identifier for the Ohio Business Filing Portal + + RA000629 + + + + + primary federal regulator + QName: fibo-fbc-fct-usjrga:PrimaryFederalRegulator + + + + + + + + + + + + + + + + + + + + + + + + + + + the primary federal regulator for an institution as defined by the National Information Center (NIC) registry + http://www.ffiec.gov/nicpubweb/nicweb/NicHome.aspx + + + + + + + + + + + + + + + + + + Research, Statistics, Supervision and Regulation, and Discount and Credit identifier + QName: fibo-fbc-fct-usjrga:ResearchStatisticsSupervisionDiscountIdentifier + + + a unique identifier assigned by the Federal Reserve to financial institutions + RSSD ID + https://cdr.ffiec.gov/CDR/Public/CDRHelp/FAQs1205.htm#FAQ16 + + + + + + + + + + + + + + + + + + + + + + + + routing transit number + QName: fibo-fbc-fct-usjrga:RoutingTransitNumber + + + a unique nine digit identifier, used in the United States, to identify a banking or other financial institution to clear funds or process checks; the routing transit number, as it appears on a check, specifically denotes the banking institution that holds the account in which funds from the check are to be drawn. + RTN + http://www.investopedia.com/terms/r/routing_transit_number.asp + Routing transit numbers are issued by Accuity on behalf of the American Bankers Association (ABA). + The ABA RTN was originally designed to facilitate the sorting, bundling, and shipment of paper checks back to the drawer's (check writer's) account. As new payment methods were developed (ACH and Wire), the system was expanded to accommodate these payment methods. + +The ABA RTN is necessary for the Federal Reserve Banks to process Fedwire funds transfers, and by the Automated Clearing House to process direct deposits, bill payments, and other such automated transfers. + + + + + Securities and Exchange Commission + QName: fibo-fbc-fct-usjrga:SecuritiesAndExchangeCommission + + individual representing the SEC, an independent commission established by the Securities Act of 1933 and Securities Exchange Act of 1934 whose mission is to protect investors, maintain fair, orderly, and efficient markets, and facilitate capital formation + + http://www.sec.gov/ + + SEC + The SEC oversees the key participants in the securities world, including securities exchanges, securities brokers and dealers, investment advisors, and mutual funds. Here the SEC is concerned primarily with promoting the disclosure of important market-related information, maintaining fair dealing, and protecting against fraud. + Crucial to the SEC's effectiveness in each of these areas is its enforcement authority. Each year the SEC brings hundreds of civil enforcement actions against individuals and companies for violation of the securities laws. Typical infractions include insider trading, accounting fraud, and providing false or misleading information about securities and the companies that issue them. + One of the major sources of information on which the SEC relies to bring enforcement action is investors themselves - another reason that educated and careful investors are so critical to the functioning of efficient markets. To help support investor education, the SEC offers the public a wealth of educational information on this Internet website, which also includes the EDGAR database of disclosure documents that public companies are required to file with the Commission. + Though it is the primary overseer and regulator of the U.S. securities markets, the SEC works closely with many other institutions, including Congress, other federal departments and agencies, the self-regulatory organizations (e.g. the stock exchanges), state securities regulators, and various private sector organizations. In particular, the Chairman of the SEC, together with the Chairman of the Federal Reserve, the Secretary of the Treasury, and the Chairman of the Commodity Futures Trading Commission, serves as a member of the President's Working Group on Financial Markets. + + + + + + securities and exchange regulator + QName: fibo-fbc-fct-usjrga:SecuritiesAndExchangeRegulator + + individual representing the regulatory agency and registration authority role of the Securities and Exchange Commission (SEC) + + + http://www.sec.gov/about/whatwedo.shtml + + + + + South Dakota business entities registry + QName: fibo-fbc-fct-usjrga:SouthDakotaBusinessInformationRegistry + + individual representing the State of South Dakota registry of business information + https://sosenterprise.sd.gov/businessservices/ + + + + + + + South Dakota business registration service + QName: fibo-fbc-fct-usjrga:SouthDakotaBusinessRegistrationService + + + individual representing the State of South Dakota, Secretary of State, Corporations Division service for the registration of business entities + + + + + + + South Dakota, Secretary of State Corporations Divison + QName: fibo-fbc-fct-usjrga:SouthDakotaCorporationsDivision + + individual representing the State of South Dakota's Corporations Division + https://sosenterprise.sd.gov/businessservices/ + + + + + + + South Dakota corporations regulator + QName: fibo-fbc-fct-usjrga:SouthDakotaCorporationsRegulator + + + individual representing the regulatory agency and registration authority role of the State of South Dakota's Secretary of State, Corporations Division + + + + + + + + South Dakota Registration Authority Code + QName: fibo-fbc-fct-usjrga:SouthDakotaRegistrationAuthorityCode + + + individual representing the GLEIF Registration Authority List identifier for the South Dakota Business Information Registry + + RA000635 + + + + + thrift regulator + QName: fibo-fbc-fct-usjrga:ThriftRegulator + + individual representing the regulatory agency and registration authority role of the Office of Thrift Supervision (OTS) + + http://www.occ.gov/about/what-we-do/mission/index-about.html + + + + + U.S. Department of the Treasury + QName: fibo-fbc-fct-usjrga:USDepartmentOfTheTreasury + + individual representing the U.S. Department of the Treasury, the executive agency responsible for promoting economic prosperity and ensuring the financial security of the United States + + http://www.treasury.gov/Pages/default.aspx + + The Department is responsible for a wide range of activities such as advising the President on economic and financial issues, encouraging sustainable economic growth, and fostering improved governance in financial institutions. The Department of the Treasury operates and maintains systems that are critical to the nation's financial infrastructure, such as the production of coin and currency, the disbursement of payments to the American public, revenue collection, and the borrowing of funds necessary to run the federal government. The Department works with other federal agencies, foreign governments, and international financial institutions to encourage global economic growth, raise standards of living, and to the extent possible, predict and prevent economic and financial crises. The Treasury Department also performs a critical and far-reaching role in enhancing national security by implementing economic sanctions against foreign threats to the U.S., identifying and targeting the financial support networks of national security threats, and improving the safeguards of our financial systems. + Treasury Department + + + + + Uniform Bank Performance Report (UBPR) Repository + QName: fibo-fbc-fct-usjrga:UniformBankPerformanceReportRepository + + individual representing the Federal Financial Institutions Examination Council (FFIEC)'s Uniform Bank Performance Report (UBPR) Repository, a repository of institution characteristics and analytical tool created for bank supervisory, examination, and management purposes + + In a concise format, it shows the impact of management decisions and economic conditions on a bank's performance and balance-sheet composition. The performance and composition data contained in the report can be used as an aid in evaluating the adequacy of earnings, liquidity, capital, asset and liability management, and growth management. Bankers and examiners alike can use this report to further their understanding of a bank's financial condition, and through such understanding, perform their duties more effectively. + + + + + has primary federal regulator + QName: fibo-fbc-fct-usjrga:hasPrimaryFederalRegulator + + + + identifies the primary federal regulator for an institution + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/RegistrationAuthorities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/RegistrationAuthorities.rdf new file mode 100755 index 0000000..bdb5660 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/RegistrationAuthorities.rdf @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Registration Authorities Ontology + QName: fibo-fbc-fct-ra: + This ontology defines concepts for representation of registration authorities, registrars, registration-specific identifiers and related identification schemes, and registration authorities specific to ISO and the financial industry. Examples of financial industry registration authorities in the US include the Federal Deposit Insurance Corporation (FDIC) and the Securities Exchange Commission (SEC). + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-fct-ra + RegistrationAuthorities.rdf + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities.rdf version of this ontology was modified as a part of organizational hierarchy simplification, to loosen the definition of registrar, and to leverage the composite date value datatype. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities.rdf version of this ontology was modified per the FIBO 2.0 RFC. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + registrar + QName: fibo-fbc-fct-ra:Registrar + + a party that has the capacity to act as a representative of a registration authority to provide registration services, including official record keeping + Barron's Dictionary of Business and Economic Terms, Fifth Edition, 2012 + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + registration authority + QName: fibo-fbc-fct-ra:RegistrationAuthority + + a formally constituted organization and legal entity that is responsible for maintaining a registry and provides registration services + RA + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + registration capacity + QName: fibo-fbc-fct-ra:RegistrationCapacity + + the capacity of some natural person to formally register information in a registry on behalf of some registration authority + + + + + + + + + + + registration scheme + QName: fibo-fbc-fct-ra:RegistrationScheme + + a scheme for organizing information and allocating identifiers to items in a registry + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + + + + + + + + + + + + + + + + registration service + QName: fibo-fbc-fct-ra:RegistrationService + + service provided to individuals and/or organizations to register items in a registry + + + + + + + + + + + + + + + + + + + + + + + + + + registry + QName: fibo-fbc-fct-ra:Registry + + a system, typically an information system, that records the registration of items + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + + + + + + + + + + + + + registry entry + QName: fibo-fbc-fct-ra:RegistryEntry + + an entry in a registry that specifies something about the thing that is registered + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + + + + + 0 + + + + + + + + + registry identifier + QName: fibo-fbc-fct-ra:RegistryIdentifier + + an identifier associated with an entry in a registry, i.e., one that provides an index to the registry for the identified item + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + has registration authority + QName: fibo-fbc-fct-ra:hasRegistrationAuthority + + + + indicates the registration authority for something + + + + has registration date + QName: fibo-fbc-fct-ra:hasRegistrationDate + + + the date or date and time on which something is recorded + + + + + has registry entry + QName: fibo-fbc-fct-ra:hasRegistryEntry + + + + links a registry to entries that it contains + + + + is registered by + QName: fibo-fbc-fct-ra:isRegisteredBy + + + + + + + + + + + + indicates the registration authority or registrar that registers something + + + + is registered in + QName: fibo-fbc-fct-ra:isRegisteredIn + + + indicates the registry that something is registered in + + + + is registration authority for + QName: fibo-fbc-fct-ra:isRegistrationAuthorityFor + + + indicates the thing (typically an identifier or code) that the registration authority has authority for + + + + registers + QName: fibo-fbc-fct-ra:registers + + + + + + + + + + + + + records something in a registry or archive + + + + specifies + QName: fibo-fbc-fct-ra:specifies + + states a fact about something + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/RegulatoryAgencies.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/RegulatoryAgencies.rdf new file mode 100755 index 0000000..20360e3 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/FunctionalEntities/RegulatoryAgencies.rdf @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Regulatory Agencies Ontology + QName: fibo-fbc-fct-rga: + This ontology defines general purpose concepts for representation of regulatory agencies, also known as regulatory authorities or regulators. Examples of financial industry regulatory agencies in the US include the Securities Exchange Commission, FINRA, and the FDIC, among others. The SEC and FINRA are both registration authorities and regulatory agencies. The FDIC is a regulatory agency and an insurer, and may be a registration authority for certain state-chartered banks in the US without bank holding companies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2018 EDM Council, Inc. + Copyright (c) 2015-2018 Object Management Group, Inc. + + + fibo-fbc-fct-rga + RegulatoryAgencies.rdf + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies.rdf version of this ontology was modified as a part of organizational hierarchy simplification. + The https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies.rdf version of this ontology was modified per the FIBO 2.0 RFC, including deprecation of the hasJurisdiction property that was duplicated in BE via the BE 1.1 RTF. + + + + + + + + + + 1 + + + + + + + + + + + + + + + + 1 + + + + + + + examiner + QName: fibo-fbc-fct-rga:Examiner + + a party empowered as an official representative by a regulatory agency to investigate and review specified documents for accuracy and truthfulness + Black's Law Dictionary, see http://thelawdictionary.org/examiner/ + EDM Council + + + + + + + + + + + + government-issued license + QName: fibo-fbc-fct-rga:GovernmentIssuedLicense + + grant of permission needed to legally perform some task, provide some service, exercise a certain privilege, or pursue some business or occupation + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + 1 + + + + + + + + + regulation + QName: fibo-fbc-fct-rga:Regulation + + a rule used to carry out a law + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + Many government agencices issue regulations to administer laws. + + + + + + + + + + + regulation identification scheme + QName: fibo-fbc-fct-rga:RegulationIdentificationScheme + + a scheme for organizing information and allocating identifiers to regulations + + + + + + + + + 1 + + + regulation identifier + QName: fibo-fbc-fct-rga:RegulationIdentifier + + an identifier associated with a regulation + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + regulatory agency + QName: fibo-fbc-fct-rga:RegulatoryAgency + + a public authority or government agency responsible for exercising autonomous authority over something in a regulatory or supervisory capacity + See http://www.finra.org/AboutFINRA/ for an example describing a regulatory agency. + http://en.wikipedia.org/wiki/Regulatory_agency + http://www.thefreedictionary.com/regulatory+agency + Typically, a regulatory agency is chartered to protect some constituancy, (e.g., investors in the financial industry), to ensure the fairness and integrity of some market (e.g., the securities market), and fair and safe business practices among the service providers in that market. + regulator + regulatory authority + regulatory body + + + + + regulatory capacity + QName: fibo-fbc-fct-rga:RegulatoryCapacity + + the capacity of some natural person to regulate some industry, organization, or product by virtue of some certification program on behalf of some regulatory agency + + + + + + + + + + + + + + + + + + + + + + + + regulatory report + QName: fibo-fbc-fct-rga:RegulatoryReport + + a report required to support operational transparency that demonstrates compliance with some specification, law, policy, restriction, or other rule specified by a regulatory agency + Such a report may be needed for licensing, monitoring, taxation, or for other purposes that demonstrate the integrity, fairness, safety, or other capacity of a given industry, organization, or product + + + + + + + + + + + regulatory service + QName: fibo-fbc-fct-rga:RegulatoryService + + a service provided by a regulatory agency, which may include, but not be limited to, examination, monitoring, supervision, testing, or other capabilities required to ensure the integrity, fairness, safety, or other capacity of a given industry, organization, or product + + + + has jurisdiction + QName: fibo-fbc-fct-rga:hasJurisdiction + + true + + indicates the jurisdiction in which the regulatory agency has authority + + + + + is issued by + QName: fibo-fbc-fct-rga:isIssuedBy + + + true + + indicates the party that issues something + + + + is regulated by + QName: fibo-fbc-fct-rga:isRegulatedBy + + + indicates a regulatory agency that has regulatory authority for something + + + + + issues + QName: fibo-fbc-fct-rga:issues + + + true + officially makes something available or gives something to people to be used + http://www.merriam-webster.com/dictionary/issue + + + + regulates + QName: fibo-fbc-fct-rga:regulates + + + has regulatory authority over or directs according to rule or law, typically an industry, organization, or product + http://www.merriam-webster.com/dictionary/regulate + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/ProductsAndServices/ClientsAndAccounts.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/ProductsAndServices/ClientsAndAccounts.rdf new file mode 100755 index 0000000..99d4b53 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/ProductsAndServices/ClientsAndAccounts.rdf @@ -0,0 +1,715 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Clients and Accounts Ontology + QName: fibo-fbc-pas-caa: + This ontology provides basic concepts such as account, account holder, account provider, relationship manager that are commonly used by financial services providers to describe customers and to determine counterparty identities. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2018 EDM Council, Inc. + Copyright (c) 2015-2018 Object Management Group, Inc. + + + + fibo-fbc-pas-caa + ClientsAndAccounts.rdf + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/ version of this ontology was modified to support the addition of maturity-related properties to financial instruments. + The https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ClientsAndAccounts.rdf version of this ontology was revised per the FIBO 2.0 RFC with respect to the definitions for accounts and account identifiers, such as BBAN and IBAN identifiers, including but not limited to bank accounts. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + account + QName: fibo-fbc-pas-caa:Account + + a container for records associated with a business arrangement for regular dealings or services (such as personal or professional services, banking) + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + https://www.merriam-webster.com/dictionary/account + In general, an account is associated with a contractual relationship between a buyer and seller under which payment may be made at a later time. + + + + + + + + + + + + + + + + + + + + + + + + + + + account holder + QName: fibo-fbc-pas-caa:AccountHolder + + a party holding an account + + + + + + + + + 1 + + + account identifier + QName: fibo-fbc-pas-caa:AccountIdentifier + + an identifier that identifies an account + ISO 13616-1:2007 Financial services - International bank account number (IBAN) + account number + + + + + + + + + 1 + + + account number + QName: fibo-fbc-pas-caa:AccountNumber + + true + an identifier assigned to each client account for ease in referring to that party's activity + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + + + + + + account provider + QName: fibo-fbc-pas-caa:AccountProvider + + a party that provides and services the account + + + + + + + + + + + + + + + + + + + + + + + account-specific service agreement + QName: fibo-fbc-pas-caa:AccountSpecificServiceAgreement + + a service-agreement that is account-specific, applicable in cases where a client holds multiple accounts with differing terms and conditions + Customers of financial service providers frequently hold multiple accounts - brokerage accounts, checking and savings accounts, trust accounts, and so forth - which may have specific terms and conditions associated with them. + + + + + accounting transaction + QName: fibo-fbc-pas-caa:AccountingTransaction + + event or condition recognized by an entry in the records of an account + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + accounting transaction + QName: fibo-fbc-pas-caa:AccountingTransactionEvent + + true + event or condition recognized by an entry in the books of an account + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + + + + + + + + + + + + + + + + + + + bank account + QName: fibo-fbc-pas-caa:BankAccount + + an account held or provided by, as a service, a bank + + + + + + + + + 1 + + + bank account identifier + QName: fibo-fbc-pas-caa:BankAccountIdentifier + + an identifier that identifies a bank account + ISO 13616-1:2007 Financial services - International bank account number (IBAN) + bank account number + + + + + + + + + 1 + + + bank identifier + QName: fibo-fbc-pas-caa:BankIdentifier + + an identifier that uniquely identifies the financial institution and, when appropriate, the branch of that financial institution servicing an account + ISO 13616-1:2007 Financial services - International bank account number (IBAN) + bank number + + + + + + + + + 1 + + + + + + + 1 + + + basic bank account identifier + QName: fibo-fbc-pas-caa:BasicBankAccountIdentifier + + an identifier that uniquely identifies an individual account at a specific financial institution in a particular country and which includes a bank identifier of the financial institution servicing that account + BBAN + ISO 13616-1:2007 Financial services - International bank account number (IBAN) + basic bank account number + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + brokerage account + QName: fibo-fbc-pas-caa:BrokerageAccount + + an account offered by a broker that allows the investor to deposit funds and place investment orders + http://www.investopedia.com/terms/b/brokerageaccount.asp + The investor owns the assets contained in the brokerage account and must usually claim as income any capital gains incurred. + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + certificate of deposit + QName: fibo-fbc-pas-caa:CertificateOfDeposit + + a cash instrument associated with a time deposit account that cannot be withdrawn for a certain "term" or period of time. + CD + When the term is over it can be withdrawn or it can be held for another term. The longer the term the better the yield on the money. + + + + + demand deposit account + QName: fibo-fbc-pas-caa:DemandDepositAccount + + a noninterest-bearing deposit account in which deposits are payable immediately on demand, or that are issued with an original maturity or required notice period of less than seven days, or that represent funds for which the depository institution does not reserve the right to require at least seven days' written notice of an intended withdrawal + DDA + https://www.fdic.gov/regulations/resources/call/crinst/2010-09/910gloss_093010.pdf + Demand deposits include any matured time deposits without automatic renewal provisions, unless the deposit agreement provides for the funds to be transferred at maturity to another type of account. Demand deposits do not include: (i) money market deposit accounts (MMDAs) or (ii) NOW accounts. + + + + + + + + + + + + + + + + + + deposit account + QName: fibo-fbc-pas-caa:DepositAccount + + an account that provides a record of money placed with a depository institution for safekeeping and management + Deposit accounts include savings accounts, money market accounts, and transactional accounts, such as demand deposit accounts, among others. + http://www.investopedia.com/terms/b/bank-deposits.asp + The account holder has the right to withdraw deposited funds, as set forth in the terms and conditions governing the account agreement. Deposit accounts may be insured up to a certain amount, depending on the jurisdiction. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + financial service account + QName: fibo-fbc-pas-caa:FinancialServiceAccount + + an account provided by a financial service provider associated with a specific financial product or service + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + international bank account identifier + QName: fibo-fbc-pas-caa:InternationalBankAccountIdentifier + + an identifier for a bank account that is an expanded version of the basic bank account number (BBAN), intended for use internationally + IBAN + ISO 13616-1:2007 Financial services - International bank account number (IBAN) + Note that international bank account numbers are formatted uniquely by country. A description of the country-specific formats is available from SWIFT (https://www.swift.com/), which is the ISO registrar for ISO 13616. + international bank account number + + + + + + + + + + + + + + + + + investment account + QName: fibo-fbc-pas-caa:InvestmentAccount + + + an account that provides a record of deposits of funds and/or securities held at a financial institution + http://www.investorwords.com/11655/investment_account.html + The typical objectives of an investment account are to achieve long term growth, income or capital preservation from the deposited asset portfolio. Investment accounts are typically not insured. + + + + + investment or deposit account + QName: fibo-fbc-pas-caa:InvestmentOrDepositAccount + + an account associated with a product or service that requires the account holder to provide funds for management by the account provider + The account holder may or may not be entitled to consideration in exchange for providing such funds, for example, interest, depending on the type of account and the terms and conditions associated with it. Also, there may be fees associated with management services provided by the account provider. + + + + + loan or credit account + QName: fibo-fbc-pas-caa:LoanOrCreditAccount + + + an account associated with a service in which the account holder receives funds from the account provider under certain terms and conditions for repayment + + + + + non-transaction deposit account + QName: fibo-fbc-pas-caa:NonTransactionDepositAccount + + + any deposit account that is not explicitly considered a transaction account + https://www.fdic.gov/regulations/resources/call/crinst/2010-09/910gloss_093010.pdf + Nontransaction accounts include: (a) savings deposits ((i) money market deposit accounts (MMDAs) and (ii) other savings deposits) and (b) time deposits ((i) time certificates of deposit and (ii) time deposits, open account). + + + + + + + + + + + relationship manager + QName: fibo-fbc-pas-caa:RelationshipManager + + a responsible party who manages the client's account (or portfolio of accounts) and oversees their relationship with the service provider + account manager + + + + + + + + + + + time certificate of deposit account + QName: fibo-fbc-pas-caa:TimeCertificateOfDepositAccount + + a time deposit account that allows deposits evidenced by a negotiable or nonnegotiable instrument, or a deposit in book entry form evidenced by a receipt or similar acknowledgement issued by the bank, that provides, on its face, that the amount of such deposit is payable to the bearer, to any specified person, or to the order of a specified person, as follows: (1) on a certain date not less than seven days after the date of deposit, (2) at the expiration of a specified period not less than seven days after the date of the deposit, or (3) upon written notice to the bank which is to be given not less than seven days before the date of withdrawal. + CDA + https://www.fdic.gov/regulations/resources/call/crinst/2010-09/910gloss_093010.pdf + + + + + + time deposit account + QName: fibo-fbc-pas-caa:TimeDepositAccount + + a deposit account that the depositor does not have a right, and is not permitted, to make withdrawals from within six days after the date of deposit unless the deposit is subject to an early withdrawal penalty of at least seven days' simple interest on amounts withdrawn within the first six days after deposit + https://www.fdic.gov/regulations/resources/call/crinst/2010-09/910gloss_093010.pdf + A time deposit from which partial early withdrawals are permitted must impose additional early withdrawal penalties of at least seven days' simple interest on amounts withdrawn within six days after each partial withdrawal. If such additional early withdrawal penalties are not imposed, the account ceases to be a time deposit. The account may become a savings deposit if it meets the requirements for a savings deposit; otherwise it becomes a demand deposit. + + + + + time deposit open account + QName: fibo-fbc-pas-caa:TimeDepositOpenAccount + + + a time deposit account that allows deposits (other than time certificates of deposit) for which there is in force a written contract with the depositor that neither the whole nor any part of such deposit may be withdrawn prior to (1) the date of maturity which shall be not less than seven days after the date of the deposit, or (2) the expiration of a specified period of written notice of not less than seven days. + https://www.fdic.gov/regulations/resources/call/crinst/2010-09/910gloss_093010.pdf + + + + + transaction deposit account + QName: fibo-fbc-pas-caa:TransactionDepositAccount + + a deposit or account from which the depositor or account holder is permitted to make transfers or withdrawals by negotiable or transferable instruments, payment orders of withdrawal, telephone transfers, or other similar devices for the purpose of making payments or transfers to third persons or others or from which the depositor may make third party payments at an automated teller machine (ATM), a remote service unit (RSU), or another electronic device, including by debit card + https://www.fdic.gov/regulations/resources/call/crinst/2010-09/910gloss_093010.pdf + Excluded from transaction accounts are savings deposits (both money market deposit accounts (MMDAs) and other savings deposits), even though such deposits permit some third-party transfers. However, an account that otherwise meets the definition of a savings deposit but that authorizes or permits the depositor to exceed the transfer limitations specified for that account shall be reported as a transaction account. + + + + + has term + QName: fibo-fbc-pas-caa:hasTerm + + + true + indicates a fixed or limited period for which something, e.g., an investment, lasts or is intended to last + Term in this case represents the entire duration of the contract, rather than the remaining time to maturity. + + + + is realized by + QName: fibo-fbc-pas-caa:isRealizedBy + + + is made concrete by + + + + + realizes + QName: fibo-fbc-pas-caa:realizes + + makes concrete + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/ProductsAndServices/FinancialProductsAndServices.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/ProductsAndServices/FinancialProductsAndServices.rdf new file mode 100755 index 0000000..23f69f7 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/ProductsAndServices/FinancialProductsAndServices.rdf @@ -0,0 +1,1339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Financial Products and Services Ontology + QName: fibo-fbc-pas-fpas: + This ontology defines concepts that extend the Foundations (FND) Products and Services concepts specifically for the financial industry, including financial product, financial service, and financial service provider. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2018 EDM Council, Inc. + Copyright (c) 2015-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-fbc-pas-fpas + FinancialProductsAndServices.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ version of this ontology was modified as a part of organizational hierarchy simplification. + The https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ version of this ontology was modified by the FIBO 2.0 RFC, including, but not limited to, the addition of lifecycle events, concepts related to trade settlement, and the definition of a unique transaction identifier (UTI). + The https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/ version of this ontology was modified to reflect issue resolutions detailed in the FIBO FBC 1.0 FTF report. + + + + + + + + + + + + agency agreement + QName: fibo-fbc-pas-fpas:AgencyAgreement + + + + an agreement that designates a party as a registered agent to represent and act on behalf of another party in some, typically legal, financial, or medical capacity + + + + + agent for service of process + QName: fibo-fbc-pas-fpas:AgentForServiceOfProcess + + + + a registered agent (person or organization) designated by a business entity, such as a corporation, to receive legal correspondence on behalf of the business entity in the jurisdiction in which the agent's address is located + The person may be an officer of the corporation or a third party, such as the corporation's attorney, or a company providing such agency services. + + + + + amended trade + QName: fibo-fbc-pas-fpas:AmendedTrade + + individual representing an amended trade state + + + + + + + + + + + basket + QName: fibo-fbc-pas-fpas:Basket + + a collection of goods, services, or other things (e.g., financial contracts) that can be purchased and sold in some marketplace + http://www.investopedia.com/terms/m/market_basket.asp + http://www.merriam-webster.com/dictionary/market%20basket + A basket may be associated with a specific market sector, and may be delineated for the purposes of statistical analysis, such as for calculating CPI. According to the US Bureau of Labor Statistics (BLS), with respect to the CPI, a market basket is a package of goods and services that consumers purchase for day-to-day living. The weight of each item is based on the amount of expenditure reported by a sample of households. + From a securities perspective, a basket is a collection of products or securities that are designated to mimic the performance of a market. For investors, the market basket is the principal idea behind index funds, which are essentially a broad sample of stocks, bonds or other securities in the market; this provides investors with a benchmark against which to compare their investment returns. + + + + + basket constituent + QName: fibo-fbc-pas-fpas:BasketConstituent + + + + + + + + + + + + + a component of a basket + + + + + + + + + + + + + + + broker + QName: fibo-fbc-pas-fpas:Broker + + any party that acts as an intermediary between a buyer and a seller, usually charging a commission + 17 CFR 45.1, Definitions - see the definition of agent + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + A broker that specializes in stocks, bonds, commodities, or certain derivatives must be registered with the exchange in which the securities are traded. + + + + + + + + + + + + + + + broker-dealer + QName: fibo-fbc-pas-fpas:BrokerDealer + + any party in the business of buying and selling securities, operating as both a broker and a dealer, depending on the transaction + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + Office of Financial Research (OFR) Annual Report, 2012, Glossary + + + + + + + + + + + + + + + + + catalog + QName: fibo-fbc-pas-fpas:Catalog + + a list of goods and/or services available for sale with their description and possibly prices, published as a printed or electronic document (e-catalog) + http://www.businessdictionary.com/definition/catalog.html + + + + + cleared trade + QName: fibo-fbc-pas-fpas:ClearedTrade + + individual representing a cleared trade state + + + + + closed trade + QName: fibo-fbc-pas-fpas:ClosedTrade + + individual representing a closed trade state + + + + + + + + + + + + + + + dealer + QName: fibo-fbc-pas-fpas:Dealer + + any party that purchases goods or services for resale and acts on their own behalf in a transaction + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + A dealer is a counterparty or principal in the transaction with the customer. + + + + exposure + QName: fibo-fbc-pas-fpas:Exposure + + the extent to which an individual or organization is unprotected and open to damage, danger, risk of suffering a loss, or uncertainty + Examples include financial exposure, credit exposure, legal exposure, credit rating exposure, reputational exposure, and so forth. + http://www.businessdictionary.com/definition/exposure.html + + + + + + + + + + + financial exposure + QName: fibo-fbc-pas-fpas:FinancialExposure + + the extent to which an individual or organization is open to risk of suffering a loss in a transaction, or with respect to some investment or set of investments, e.g., some holding; the amount one stands to lose in that transaction or investment + Examples in banking include the total amount of unsecured loans, the amount of loans advanced to a single borrower, group, industry, or country, and the probability of loss from devaluation, revaluation, or foreign exchange fluctuations. + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.businessdictionary.com/definition/exposure.html + + + + + financial intermediation service + QName: fibo-fbc-pas-fpas:FinancialIntermediationService + + any financial service in which a third party (the intermediary) matches lenders and investors with entrepreneurs and other borrowers in need of capital + Office of Financial Research (OFR) Annual Report, 2012, Glossary + Often investors and borrowers do not have precisely matching needs, and the intermediary's capital is put at risk to transform the credit risk and maturity of the liabilities to meet the needs of investors. + + + + + + + + + + + financial product + QName: fibo-fbc-pas-fpas:FinancialProduct + + a product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies all of which comprise the financial services industry + http://www.investorwords.com/19080/financial_services.html + + + + + + + + + + + financial product catalog + QName: fibo-fbc-pas-fpas:FinancialProductCatalog + + a catalog of financial products and/or services available for sale with their description and other product details + Nordea Bank + + + + + + + + + + + financial service + QName: fibo-fbc-pas-fpas:FinancialService + + a service provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies all of which comprise the financial services industry + http://www.investorwords.com/19080/financial_services.html + + + + + + + + + + 1 + + + + + + + + + financial service provider + QName: fibo-fbc-pas-fpas:FinancialServiceProvider + + a functional entity either licensed to provide financial services to consumers and/or businesses or established by law to provide financial services, such as a central bank + http://www.investorwords.com/19080/financial_services.html + + + + + + + + + + + holding + QName: fibo-fbc-pas-fpas:Holding + + real or personal property (assets), including but not limited to financial assets, to which one holds title and of which one has possession + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://legal-dictionary.thefreedictionary.com/Holding + Note that a holding may refer to a single asset, such as a piece of real estate, a portfolio of assets, multiple portfolios, and so forth, and is frequently aggregated over multiple assets. + + + + + + + + + + + + + + + + legal agent + QName: fibo-fbc-pas-fpas:LegalAgent + + any party that has been legally empowered to act on behalf of another party + 17 CFR 45.1, Definitions - see the definition of agent + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + licensed agent + QName: fibo-fbc-pas-fpas:LicensedAgent + + any individual who is licensed to perform a legally binding function, and who has been legally empowered to act on behalf of another party + Insurance agents, realtors, financial advisors, certain attorneys, and brokers are examples of legal agents. + 17 CFR 45.1, Definitions - see the definition of agent + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + matured trade + QName: fibo-fbc-pas-fpas:MaturedTrade + + individual representing a matured trade state + + + + + + + + + + + + + + + + offeree + QName: fibo-fbc-pas-fpas:Offeree + + a party that receives an offer from something from someone (i.e., an offerer) based on the terms of the offering + https://www.merriam-webster.com/dictionary/offer + + + + + + + + + + + + + + + + + + + + + + + + + + + + offering + QName: fibo-fbc-pas-fpas:Offering + + an expression of interest in providing something to someone that is contigent upon acceptance, forbearance, or some other consideration, as desired by the offeree(s) + http://legal-dictionary.thefreedictionary.com/offer + The making of an offer is the first of three steps in the traditional process of forming a valid contract: an offer, an acceptance of the offer, and an exchange of consideration. (Consideration is the act of doing something or promising to do something that a person is not legally required to do, or the forbearance or the promise to forbear from doing something that he or she has the legal right to do.) + + + + + + + + + + + + + + + + + + + + + + offeror + QName: fibo-fbc-pas-fpas:Offeror + + a party that proposes to make something available to someone (i.e., an offeree) based on the terms of the offering + https://www.merriam-webster.com/dictionary/offer + + + + + open trade + QName: fibo-fbc-pas-fpas:OpenTrade + + individual representing an open trade state + + + + + + + + + 1 + + + position + QName: fibo-fbc-pas-fpas:Position + + an investor's stake, i.e., a holding, in a particular asset (such as an individual security) + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investorwords.com/3748/position.html + A position can be long or short, and it can be in any asset class, such as stocks, bonds, futures, or options. A position can be open (current) or closed (past), but in general use, unless a position is specifically referred to as closed, the assumption is that it references an open position. + + + + + + + + + + + + + + + + + + + + + + + product lifecycle + QName: fibo-fbc-pas-fpas:ProductLifecycle + + a lifecycle specific to a product or product family + The product life cycle describes the period of time over which an item is developed, brought to market and eventually removed from the market. The cycle is broken into four stages: introduction, growth, maturity and decline. The idea of the product life cycle is used in marketing to decide when it is appropriate to advertise, reduce prices, explore new markets or create new packaging. + http://www.businessdictionary.com/definition/life-cycle.html + http://www.investopedia.com/terms/p/product-life-cycle.asp + + + + + + + + + + + product lifecycle event + QName: fibo-fbc-pas-fpas:ProductLifecycleEvent + + a kind of event that occurs during one or more stages of a product lifecycle + a call notification or coupon payment as a part of a bond lifecycle + http://www.investopedia.com/terms/p/product-life-cycle.asp + + + + + + + + + 1 + + + + + + + + + product lifecycle event occurrence + QName: fibo-fbc-pas-fpas:ProductLifecycleEventOccurrence + + an occurrence of an event that occurs during a specific stage of a specific product lifecycle + + + + + + + + + 1 + + + + + + + + + product lifecycle occurrence + QName: fibo-fbc-pas-fpas:ProductLifecycleOccurrence + + a realization of a product lifecycle + + + + + + + + + + + + + + + + + + + + + + + + + + + + + product lifecycle stage + QName: fibo-fbc-pas-fpas:ProductLifecycleStage + + a phase in a product lifecycle + a research and development phase of a product lifecycle, the introduction phase in a marketing lifecycle, a growth stage in an economic lifecycle, or the origination phase in the lifecycle of a loan + http://www.businessdictionary.com/definition/life-cycle.html + http://www.investopedia.com/terms/p/product-life-cycle.asp + + + + + + + + + 1 + + + + + + + + + + + + + + + product lifecycle stage occurrence + QName: fibo-fbc-pas-fpas:ProductLifecycleStageOccurrence + + an instance of a phase in an occurrence of a given product lifecycle + + + + + + + + + + + + + + + + + + + + + + + + + registered agent + QName: fibo-fbc-pas-fpas:RegisteredAgent + + + + a legal agent designated by another party (person or organization), to represent and acts on their behalf under a formal agency agreement + Agency capacity, as specified in an agency agreement, may include power of attorney, the ability to act as an agent in certain kinds of transactions such as real estate, tax, audit or other financial or legal transactions, as a fiduciary, including as a trustee or legal guardian, for service of process, and so forth. + resident agent + statutory agent + + + + + + + + + + + + + + + + + regulated commodity + QName: fibo-fbc-pas-fpas:RegulatedCommodity + + a commodity under the jurisdiction of the regulatory agency, such as the Commodities Futures Trading Commission (CFTF), which includes any commodity traded in an organized contracts market + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + The CFTC polices matters of information and disclosure, fair trading practices, registration of firms and individuals, protection of customer funds, record keeping, and maintenance of orderly options and futures markets in the United States. + + + + + + + + + + + settlement terms + QName: fibo-fbc-pas-fpas:SettlementTerms + + contract terms that define the commitment to and mechanism for settling one or more sides of a transaction + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + In general, settlement involves arrangement of disposition of property, typically for legal reasons. With respect to financial transactions, it involves completion of a trade, either between brokers or agents, or beween a broker and client. This may include settlement in cash, either for the entire transaction or for the cash leg of a transaction, either now or at some specified time in the future. + + + + + open trade + QName: fibo-fbc-pas-fpas:TerminatedTrade + + individual representing a terminated trade state + + + + + + + third-party agent + QName: fibo-fbc-pas-fpas:ThirdPartyAgent + + any service provider that is licensed to perform a legally binding function and has been legally empowered to act on behalf of another party + 17 CFR 45.1, Definitions - see the definition of agent + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://thelawdictionary.org/agent/ + Note that third-party agent is defined as a service provider (organization) acting in an agency capacity, such as a law firm, accountancy, or investment bank. This is distinct from the concept of an individual (licensed agent), for example one who works for a broker-dealer, that is a registered agent licensed to sell securities. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + trade + QName: fibo-fbc-pas-fpas:Trade + + an agreement between parties participating in a voluntary action of buying and selling goods and services + Deutsche Bank Presentation on the Lifecycle of a Trade, available at http://www.slideshare.net/ahaline/23512555-tradelifecycle + EDM Council + The advent of money as a medium of exchange has allowed trade to be conducted in a manner that is much simpler and effective compared to earlier forms of trade, such as bartering. In financial markets, trading also can mean performing a transaction that involves the selling and purchasing of a security. + The seller must deliver the commodity sold to the buyer; the buyer must pay the agreed purchase price, which could be in the form of other goods or services, on the agreed date. + Trading activities typically include (a) regularly underwriting or dealing in securities; interest rate, foreign exchange rate, commodity, equity, and credit derivative contracts; other financial instruments; and other assets for resale, (b) acquiring or taking positions in such items principally for the purpose of selling in the near term or otherwise with the intent to resell in order to profit from short-term price movements, and (c) acquiring or taking positions in such items as an accommodation to customers or for other trading purposes. (Source: Instructions for Preparation of Consolidated Reports of Condition and Income (FFIEC 031 and 041), Schedule RC-D - Trading Assets and Liabilities, 2013. + + + + + + + + + 1 + + + trade identifier + QName: fibo-fbc-pas-fpas:TradeIdentifier + + an identifier for a trade + + + + + + + + + + + + + + + + + + + + + + + trade lifecycle + QName: fibo-fbc-pas-fpas:TradeLifecycle + + a lifecycle that defines the evolution of a trade, from initiation through settlement + The trade life cycle describes the period of time over which a trade is initiated, typically as a part of a broader deal, consumated, processed and executed, settled or closed for other reasons, and reported. + http://www.businessdictionary.com/definition/life-cycle.html + http://www.investopedia.com/terms/p/post-trade-processing.asp + + + + + + + + + 0 + + + + + + + + + trade lifecycle event + QName: fibo-fbc-pas-fpas:TradeLifecycleEvent + + a kind of event that occurs during one or more stages of the lifecycle of a trade + http://www.investopedia.com/terms/p/post-trade-processing.asp + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + trade lifecycle event occurrence + QName: fibo-fbc-pas-fpas:TradeLifecycleEventOccurrence + + an occurrence of an event that occurs during a specific stage of a specific trade lifecycle + + + + + + + + + 1 + + + + + + + + + trade lifecycle occurrence + QName: fibo-fbc-pas-fpas:TradeLifecycleOccurrence + + a realization of a trade lifecycle + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + trade lifecycle stage + QName: fibo-fbc-pas-fpas:TradeLifecycleStage + + a phase in the lifecycle of a trade + http://www.businessdictionary.com/definition/life-cycle.html + http://www.investopedia.com/terms/p/post-trade-processing.asp + + + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + trade lifecycle stage occurrence + QName: fibo-fbc-pas-fpas:TradeLifecycleStageOccurrence + + an instance of a phase in an occurrence of a given trade lifecycle + + + + + + + + + + + + + + + + + + + + + + trader + QName: fibo-fbc-pas-fpas:Trader + + an individual or organization or representative thereof that engages in the transfer of financial assets in any financial market on behalf of a client or the financial services provider + http://www.investopedia.com/terms/t/trader.asp + + + + + + + + + + + + + + + + + unique trade identifier + QName: fibo-fbc-pas-fpas:UniqueTradeIdentifier + + true + a globally unique identifier for a trade, unique to the transaction known to and used by all relevant parties, as required by various regulatory agencies around the world + UTI + Unique Trade Identifier (UTI): Generation, Communication and Matching, as of 20 July 2015, described in http://www2.isda.org/attachment/NzczMg==/2015%20July%2020%20UTI%20Best%20Practice%20v11.6_final.pdf + + + + + + + + + + + unique transaction identifier + QName: fibo-fbc-pas-fpas:UniqueTransactionIdentifier + + a globally unique identifier for a reportable transaction, whose primary purpose is to uniquely identify individual OTC derivatives transactions in reports to trade repositories + UTI + Harmonization of the Unique Transaction Identifier - Technical Guidance, 20 Feb 2017, described in https://www.bis.org/cpmi/publ/d158.pdf + Unique Trade Identifier (UTI): Generation, Communication and Matching, as of 20 July 2015, described in http://www2.isda.org/attachment/NzczMg==/2015%20July%2020%20UTI%20Best%20Practice%20v11.6_final.pdf + In particular, a UTI will help to ensure the consistent aggregation of OTC derivatives transactions by minimising the likelihood that the same transaction will be counted more than once (for instance, because it is reported by more than one counterparty to a transaction, or to more than one trade repository (TR)). + + + + facilitates + QName: fibo-fbc-pas-fpas:facilitates + + provides the context in which an event, a task, a conversation or something else can occur + http://www.webster-dictionary.org/definition/facilitate + + + + + has constituent + QName: fibo-fbc-pas-fpas:hasConstituent + + + true + an essential part, component, or element of some collection or set + http://www.merriam-webster.com/dictionary/constituent + + + + + has generating entity + QName: fibo-fbc-pas-fpas:hasGeneratingEntity + + + specifies a legal entity that generates something + + + + has generating entity identifier + QName: fibo-fbc-pas-fpas:hasGeneratingEntityIdentifier + + + + + + + + + specifies an identifier for the entity that generated something + Note that the range of is identified by must be that entity's LEI in the context of a UTI + + + + + has registered agent + QName: fibo-fbc-pas-fpas:hasLegalAgent + + + identifies a party as one that has the legal, medical or financial capacity to act on behalf of someone else under specific circumstances + + + + + has nominal number of units + QName: fibo-fbc-pas-fpas:hasNominalNumberOfUnits + + + indicates the base (face value) number of units of something associated with some offering + + + + + has offering + QName: fibo-fbc-pas-fpas:hasOffering + + + + relates something to a voluntary but conditional promise submitted by a buyer or seller (offeror) to another (offeree) for acceptance, and which becomes legally enforceable if accepted by the offeree + http://www.businessdictionary.com/definition/offer.html + + + + + has offering amount + QName: fibo-fbc-pas-fpas:hasOfferingAmount + + + indicates the notional monetary amount (face value), determined based on reference data, market rates or some other agreed method associated with some offering + + + + + has offering price + QName: fibo-fbc-pas-fpas:hasOfferingPrice + + + indicates the price associated with an offering, which may be an explicit or calculated price + + + + + has offering units + QName: fibo-fbc-pas-fpas:hasOfferingUnits + + + indicates the actual number of units of something, including any premium on the number of units, associated with some offering + + + + + has settlement date + QName: fibo-fbc-pas-fpas:hasSettlementDate + + + a predicate indicating the date by which an executed order or transaction must be settled + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + Settlement might involve either a buyer paying in cash or a seller delivering the relevant instrument(s) and receiving the proceeds as specified by the terms of a given transaction. + + + + + has trade date + QName: fibo-fbc-pas-fpas:hasTradeDate + + + a predicate indicating the date on which a security or commodity future trade actually takes place + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + has trade repository namespace + QName: fibo-fbc-pas-fpas:hasTradeRepositoryNamespace + + + + true + indicates the trade repository namespace component of a unique trade identifier + + + + + has trade repository transaction identifier + QName: fibo-fbc-pas-fpas:hasTradeRepositoryTransactionIdentifier + + + + true + indicates the transaction identifier component of a unique trade identifier, which is unique at the repository level + + + + + is constituent of + QName: fibo-fbc-pas-fpas:isConstituentOf + + + true + + identifies the collection that something is an essential part, component, or element of + http://www.merriam-webster.com/dictionary/constituent + + + + is embodied in + QName: fibo-fbc-pas-fpas:isEmbodiedIn + + + identifies the representation or tangible form of something in some context + http://www.collinsdictionary.com/dictionary/english/embodies + + + + is facilitated by + QName: fibo-fbc-pas-fpas:isFacilitatedBy + + + identifies someone or something that expedites some event, transaction, conversation or something else in some context + http://www.webster-dictionary.org/definition/facilitate + + + + is offering of + QName: fibo-fbc-pas-fpas:isOfferingOf + + + relates an offering to one or things that are the subject of the offer + + + + + precedes + QName: fibo-fbc-pas-fpas:precedes + + relates a product, organization, stage in a lifecycle, an event, or occurrence, such as a trade, to one that occurs before it + https://www.merriam-webster.com/dictionary/precede + + + + relates to + QName: fibo-fbc-pas-fpas:relatesTo + + has a logical or causal connection with + https://www.merriam-webster.com/dictionary/relates + + + + + succeeds + QName: fibo-fbc-pas-fpas:succeeds + + + relates a product, organization, stage in a lifecycle, an event, or occurrence, such as a trade, to one that follows it + https://www.merriam-webster.com/dictionary/succeed + + + + + + + + 0 + + + + + + + 0 + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FBC/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/AccountingEquity.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/AccountingEquity.rdf new file mode 100755 index 0000000..5aac0ff --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/AccountingEquity.rdf @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + +]> + + + + Accounting Equity Ontology + QName: fibo-fnd-acc-aeq: + This ontology defines equity-related concepts for use in defining other FIBO ontology elements. These are based on basic accounting principles as they relate to equity, debt, assets and liabilities of a firm. Equity forms the basis for ownership of certain forms of corporate body. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/ + https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-acc-aeq + AccountingEquity.rdf + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Accounting/AccountingEquity.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity.rdf version of this ontology was modified per the FIBO 2.0 RFC to rework definitions in support of revised Business Entities, Equities and related ontologies. + The https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report, namely, to rename MoneyAmount to AmountOfMoney and replace it herein with MonetaryAmount, as appropriate. + + + + + + + + + + + capital + QName: fibo-fnd-acc-aeq:Capital + + money and other property of a corporation or other enterprise used in transacting its business + + + + + capital surplus + QName: fibo-fnd-acc-aeq:CapitalSurplus + + capital contributed in excess of of the par value (stated value) of the ownership interest issued + + + + + + + + + + equity + QName: fibo-fnd-acc-aeq:Equity + + the excess of asset value over liabilities + net worth + + + + + financial asset + QName: fibo-fnd-acc-aeq:FinancialAsset + + an asset in the form of stocks, bonds, rights, certificates, bank balances, etc., as distinguished from tangible, physical assets or other intangible assets such as intellectual property + + + + + issued equity + QName: fibo-fnd-acc-aeq:IssuedEquity + + true + externally-held stockholders equity that may be transferred from one party to another + + + + + + + + + + 1 + + + + + + + + + + + + + + + owners' equity + QName: fibo-fnd-acc-aeq:OwnersEquity + + portion of an organization belonging to the owners, represented by capital investments and accumulated earnings less any dividends or other financial obligations + + + + + paid-in capital + QName: fibo-fnd-acc-aeq:PaidInCapital + + assets received from investors in exchange for an ownership interest + + + + + retained earnings + QName: fibo-fnd-acc-aeq:RetainedEarnings + + net profits kept to accumulate in a business after dividends are paid + If the corporation takes a loss, then that loss is retained and called variously retained losses, accumulated losses or accumulated deficit. Retained earnings and losses are cumulative from year to year with losses offsetting earnings. + + + + + shareholders' equity + QName: fibo-fnd-acc-aeq:ShareholdersEquity + + equity that is manifested in the form of one or more shares in an entity, fund or structured product + + + + stockholders' equity + QName: fibo-fnd-acc-aeq:StockholdersEquity + + true + + equity held in a concern by stockholders + Stockholders' equity is equal to the entity's total assets minus its total liabilities, representing the net or book value of the entity. + When total assets are greater than total liabilities, stockholders have a positive equity (positive book value). Conversely, when total liabilities are greater than total assets, stockholders have a negative stockholders' equity (negative book value, also sometimes called stockholders' deficit. + + + + represents an interest in + QName: fibo-fnd-acc-aeq:representsAnInterestIn + + + indicates the entity, fund, or structured product that the equity represents an interest in + + + + takes form + QName: fibo-fnd-acc-aeq:takesForm + + the form taken by some amount of money defined according to its purpose, such as capital or equity + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/CurrencyAmount.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/CurrencyAmount.rdf new file mode 100755 index 0000000..ffdac56 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/CurrencyAmount.rdf @@ -0,0 +1,587 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + Currency Amount Ontology + QName: fibo-fnd-acc-cur: + This ontology defines currency and monetary amount related concepts for use in defining other FIBO ontology elements. There are two distinct kinds of concepts that correspond to money and amounts: a concrete, actual amount of money, and the monetary measure of something denominated in some currency. These are dimensionally the same but whereas 'money amount' is defined as an amount of money, 'monetary amount' is an abstract monetary measure. + +The definition of currency provided herein is compliant with the definitions given in ISO 4217. ISO 4217 provides universally applicable coded representations of names of currencies and funds, used internationally for financial transaction support. The ontology has been partitioned into 2 parts: (1) the essential concept system describing the standard (this module), and (2) ISO4217-1-CurrencyCodes, which contains all of the individuals specified in ISO 4217. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Codes/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/ + https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/ + https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + ISO 4217 Codes for the representation of currencies and funds, Eighth edition, 2015-08-01 + ISO 4217 Codes for the representation of currencies and funds, Seventh edition, 2008-07-15 + ISO 4217 Currency and funds code list, 2018-06-04 + fibo-fnd-acc-cur + CurrencyAmount.rdf + + + + + + + + + + + The FIBO FND 1.0 (https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount.rdf) version of this ontology was modified per the additions introduced in the FIBO FBC RFC and related issue resolutions identified in the FIBO FND 1.1 RTF report and https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.1/, including adding support for ISO 4217 currency codes. + The FIBO FND 1.1 (https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount.rdf) version of this ontology was modified per FIBO 2.0 RFC, including the addition of a new hasMonetaryAmount property as a superproperty of others required by various FIBO domain teams and integration with LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount.rdf version of this ontology was modified to include several classes to support automated inclusion of all ISO 4217 codes published as of 2018-06-04, and to revise definitions per the eighth edition of the specification. + (1) The present version of the ontology covers the English sections of the ISO 4217 standard only, and (2) UTF-8 character encodings are employed in names in the currency codes ontology to support the broadest number of tools. + + + + + + + + + + + + amount of money + QName: fibo-fnd-acc-cur:AmountOfMoney + + a sum of money + This is an actual sum of money, not the measure of a sum of money in monetary units, although it has the same basic properties (decimal number with a currenct unit). + cash + + + + + + + + + 1 + + + calculated price + QName: fibo-fnd-acc-cur:CalculatedPrice + + a monetary price determined by a formula + http://www.businessdictionary.com/definition/price.html + + + + + + + 1 + + + + + + + + 1 + + + + + + + + + + + + + + + currency + QName: fibo-fnd-acc-cur:Currency + + medium of exchange value, defined by reference to the geographical location of the monetary authorities responsible for it + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.2 + + + + + + + + + + + currency basket + QName: fibo-fnd-acc-cur:CurrencyBasket + + a selected group of currencies, in which the weighted average is used as a measure of the value or the amount of an obligation + A currency basket functions as a benchmark for regional currency movements; its composition and weighting depends on its purpose. + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.2 + + + + + + + + + + 1 + + + + + + + + + + + + + + + currency identifier + QName: fibo-fnd-acc-cur:CurrencyIdentifier + + the trigraph representing the currency + The first (left-most) two characters of the currency identifier provide a code unique to the currency authority to which it is assigned. Wherever practicable, it is derived from the geographical location of the currency authority, as described in ISO 3166. + +The third (right-most) character of the identifier (alphabetic code) is an indicator, preferably mnemonic, derived from the name of the major currency unit or fund. + +Where the currency is not associated with a single geographical entity as described in ISO 3166-1, a specially allocated identifier (alpha-2 code) will be used to describe the currency authority. This code will be allocated by the Maintenance Agency from within the user-assigned range of codes XA to XZ specified in 8.1.3 of ISO 3166-1:1997. The character following X will be a mnemonic, where possible, derived from the name of the geographical area concerned. + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + 1 + + + exchange rate + QName: fibo-fnd-acc-cur:ExchangeRate + + a rate at which one currency can be exchanged for another + The exchange rate between the U.S. dollar and British pound is distinct from the exchange rate between the U.S. dollar and the euro. + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + + + + + + + + + 1 + + + funds + QName: fibo-fnd-acc-cur:Funds + + an artificial currency used as calculation basis for another currency (or currencies) and/or for accounting purposes + Codes for the representation of currencies and funds, ISO 4217, Eighth edition, 2015-08-01, section 3.3 + + + + + + + + + + 1 + + + + + + + + + + + + + + + funds identifier + QName: fibo-fnd-acc-cur:FundsIdentifier + + the trigraph representing the funds + + + + + + + + + + + + + + + + + + interest rate + QName: fibo-fnd-acc-cur:InterestRate + + an amount charged, expressed as a percentage of principal, by a lender to a borrower for the use of assets + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + Interest rates are typically noted on an annual basis, known as the annual percentage rate (APR). The assets borrowed could include cash, consumer goods, and large assets such as a vehicle or building. The rate is derived by dividing the amount of interest by the amount of principal borrowed. Interest rates are quoted on bills, notes, bonds, credit cards, and many kinds of consumer and business loans. + + + + + + + + + 1 + + + + + + + 1 + + + monetary amount + QName: fibo-fnd-acc-cur:MonetaryAmount + + the measure which is an amount of money specified in monetary units + This is an abstract concept, not to be confused with a sum of money (Money Amount). + + + + + monetary measure + QName: fibo-fnd-acc-cur:MonetaryMeasure + + some measure of some sum of money + This may be a measure expressed in terms of decimal plus currency, or it may be a measure expressed in terms of a percentage amount with reference to some other monetary amount or to some Money Amount (actual amount of money). + + + + + + monetary price + QName: fibo-fnd-acc-cur:MonetaryPrice + + a price that that is expressed as a monetary amount + http://www.businessdictionary.com/definition/price.html + http://www.oxforddictionaries.com/definition/english/price + As the consideration given in exchange for transfer of ownership, price forms the essential basis of commercial transactions. It may be fixed by a contract, left to be determined by an agreed upon formula at a future date, or discovered or negotiated during the course of dealings between the parties involved. In commerce, price is determined by what (1) a buyer is willing to pay, (2) a seller is willing to accept, and (3) the competition is allowing to be charged. + + + + QName: fibo-fnd-acc-cur:MoneyAmount + + true + + + + + + + + + + + + + percentage monetary amount + QName: fibo-fnd-acc-cur:PercentageMonetaryAmount + + a measure of some amount of money expressed as a percentage of some other amount, some notional amount or some concrete money amount + This will have a relationship to what it is a percentage of. Alternatively and for some applications of this term, there may be an enumerated list of possible things it is a percentage of. + + + + + price + QName: fibo-fnd-acc-cur:Price + + an amount of money, goods, or services requested, expected, required, or given in exchange for something else + http://www.businessdictionary.com/definition/price.html + http://www.oxforddictionaries.com/definition/english/price + + + + + + + + + 1 + + + + + + + + + unit of account + QName: fibo-fnd-acc-cur:UnitOfAccount + + a nominal monetary unit of measure used to represent the real value (or cost) of any economic item; i.e. goods, services, assets, liabilities, income, expenses + + + + + + + + + + 1 + + + + + + + + + + + + + + + unit of account identifier + QName: fibo-fnd-acc-cur:UnitOfAccountIdentifier + + the trigraph representing the unit of account + + + + + has amount + QName: fibo-fnd-acc-cur:hasAmount + + + a total number or quantity + + + + + + has base currency + QName: fibo-fnd-acc-cur:hasBaseCurrency + + + a predicate indicating the base currency in an exchange rate; one unit of this currency represents R units of the dealt currency, where R is the exchange rate value + + + + + has base money unit + QName: fibo-fnd-acc-cur:hasBaseMoneyUnit + + + + the currency in which the money amount is denominated + + + + + has currency + QName: fibo-fnd-acc-cur:hasCurrency + + + a medium of exchange value in which something, such as a monetary amount is defined + + + + + has currency name + QName: fibo-fnd-acc-cur:hasCurrencyName + + + + true + provides the full currency name, including diacritical marks + + + + + has currency tag + QName: fibo-fnd-acc-cur:hasCurrencyTag + + + + true + relates a unique three-character string to the identifier for a currency + + + + + has dealt currency + QName: fibo-fnd-acc-cur:hasDealtCurrency + + + a predicate indicating the dealt currency in an exchange rate; R units of this currency represent one unit of the base currency + + + + + has funds tag + QName: fibo-fnd-acc-cur:hasFundsTag + + + + true + relates a unique three-character string to the identifier for funds + + + + has funds type + QName: fibo-fnd-acc-cur:hasFundsType + + + + indicates the type of funds, such as next day for US funds + + + + has minor unit + QName: fibo-fnd-acc-cur:hasMinorUnit + + + relates a code for the minor unit of currency to the currency or fund + Requirements sometimes arise for values to be expressed in terms of minor units of currency. When this occurs, it is necessary to know the decimal relationship that exists between the currency concerned and its minor unit. +- 0 means that there is no minor unit for the currency; +- 1, 2, and 3 signify a ratio of 10 to 1, 100 to 1 and 1000 to 1 respectively. + + + + + has monetary amount + QName: fibo-fnd-acc-cur:hasMonetaryAmount + + + relates something to a monetary amount (e.g. credit limit, notional amount) + This could be a loan amount, or a limit for a credit line. + + + + + has notional amount + QName: fibo-fnd-acc-cur:hasNotionalAmount + + + has a notional value expressed as some monetary amount, that is a number and a currency in which that number is denominated + The domain for this property should be interpreted as being an abstraction which covers various forms of commitment, which may set out the existence of some notional amount of money, specified via this property. This is left unspecified for now, so that the property can also be defined directly as being a property of some contractual term which describes that commitment. + + + + + has numeric code + QName: fibo-fnd-acc-cur:hasNumericCode + + + relates a numeric code to the currency or fund + The numeric currency code is derived, where possible, from the United Nations Standard Country or Area Code. Additional codes to meet special requirements (as described in 5.1.3) and in respect of funds will be allocated as necessary from within the user-assigned range of codes 950 to 998. Funds codes are allocated in descending order commencing at 998. + + + + + has price + QName: fibo-fnd-acc-cur:hasPrice + + + indicates the value of something expressed as an amount of money or goods + + + + has rate value + QName: fibo-fnd-acc-cur:hasRateValue + + + has a value for a rate expressed as a number (may be a percentage or raw number) + + + + is tender in + QName: fibo-fnd-acc-cur:isTenderIn + + + + a jurisdiction in which the currency is exchangeable for goods and services + Commonly referred to also as legal tender, however this definition does not hold literally in some countries e.g. Scotland. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/ISO4217-CurrencyCodes.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/ISO4217-CurrencyCodes.rdf new file mode 100755 index 0000000..ed90fb3 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Accounting/ISO4217-CurrencyCodes.rdf @@ -0,0 +1,4449 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + ISO 4217-1 Currency Codes Ontology + QName: fibo-fnd-acc-4217: + This ontology represents the subset of the ISO 4217 standard that include the actual currency codes. + 2018-08-29 + http://opensource.org/licenses/MIT + http://www.omg.org/spec/ODM/ + http://www.w3.org/standards/techs/owl#w3c_all + Thematix Partners LLC + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/ + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Codes/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/ + https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/ + ISO 4217:2015 - Codes for the representation of currencies and funds + Revised ISO 4217 Codes List, as maintained by the SNV, available at http://www.currency-iso.org/en/home.html + fibo-fnd-acc-4217 + ISO4217-CurrencyCodes.rdf + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/ISO4217-CurrencyCodes/ version of this ontology was modified to replace Swaziland with Eswatini, which was revised by the LCC 1.1 RTF to reflect the change to the country name per the U.N. + This version is now generated from the ISO XML file as published on 2018-08-29 + This release includes all codes included in the ISO 4217 published code set. + + + + + + ADB Unit of Account + QName: fibo-fnd-acc-4217:ADBUnitofAccount + the ADB Unit of Account + + 965 + ADB Unit of Account + + + + + AED + QName: fibo-fnd-acc-4217:AED + the currency identifier for UAE Dirham + + AED + + + + + + + + AFN + QName: fibo-fnd-acc-4217:AFN + the currency identifier for Afghani + + AFN + + + + + + + + ALL + QName: fibo-fnd-acc-4217:ALL + the currency identifier for Lek + + ALL + + + + + + + + AMD + QName: fibo-fnd-acc-4217:AMD + the currency identifier for Armenian Dram + + AMD + + + + + + + + ANG + QName: fibo-fnd-acc-4217:ANG + the currency identifier for Netherlands Antillean Guilder + + ANG + + + + + + + + AOA + QName: fibo-fnd-acc-4217:AOA + the currency identifier for Kwanza + + AOA + + + + + + + + ARS + QName: fibo-fnd-acc-4217:ARS + the currency identifier for Argentine Peso + + ARS + + + + + + + + AUD + QName: fibo-fnd-acc-4217:AUD + the currency identifier for Australian Dollar + + AUD + + + + + + + + AWG + QName: fibo-fnd-acc-4217:AWG + the currency identifier for Aruban Florin + + AWG + + + + + + + + AZN + QName: fibo-fnd-acc-4217:AZN + the currency identifier for Azerbaijan Manat + + AZN + + + + + + + + Afghani + QName: fibo-fnd-acc-4217:Afghani + the currency Afghani + + 2 + 971 + Afghani + + + + + + Algerian Dinar + QName: fibo-fnd-acc-4217:AlgerianDinar + the currency Algerian Dinar + + 2 + 012 + Algerian Dinar + + + + + + Argentine Peso + QName: fibo-fnd-acc-4217:ArgentinePeso + the currency Argentine Peso + + 2 + 032 + Argentine Peso + + + + + + Armenian Dram + QName: fibo-fnd-acc-4217:ArmenianDram + the currency Armenian Dram + + 2 + 051 + Armenian Dram + + + + + + Aruban Florin + QName: fibo-fnd-acc-4217:ArubanFlorin + the currency Aruban Florin + + 2 + 533 + Aruban Florin + + + + + + Australian Dollar + QName: fibo-fnd-acc-4217:AustralianDollar + the currency Australian Dollar + + 2 + 036 + Australian Dollar + + + + + + + + + + + + + Azerbaijan Manat + QName: fibo-fnd-acc-4217:AzerbaijanManat + the currency Azerbaijan Manat + + 2 + 944 + Azerbaijan Manat + + + + + + BAM + QName: fibo-fnd-acc-4217:BAM + the currency identifier for Convertible Mark + + BAM + + + + + + + + BBD + QName: fibo-fnd-acc-4217:BBD + the currency identifier for Barbados Dollar + + BBD + + + + + + + + BDT + QName: fibo-fnd-acc-4217:BDT + the currency identifier for Taka + + BDT + + + + + + + + BGN + QName: fibo-fnd-acc-4217:BGN + the currency identifier for Bulgarian Lev + + BGN + + + + + + + + BHD + QName: fibo-fnd-acc-4217:BHD + the currency identifier for Bahraini Dinar + + BHD + + + + + + + + BIF + QName: fibo-fnd-acc-4217:BIF + the currency identifier for Burundi Franc + + BIF + + + + + + + + BMD + QName: fibo-fnd-acc-4217:BMD + the currency identifier for Bermudian Dollar + + BMD + + + + + + + + BND + QName: fibo-fnd-acc-4217:BND + the currency identifier for Brunei Dollar + + BND + + + + + + + + BOB + QName: fibo-fnd-acc-4217:BOB + the currency identifier for Boliviano + + BOB + + + + + + + + BOV + QName: fibo-fnd-acc-4217:BOV + the funds identifier for Mvdol + + BOV + + + + + + + + BRL + QName: fibo-fnd-acc-4217:BRL + the currency identifier for Brazilian Real + + BRL + + + + + + + + BSD + QName: fibo-fnd-acc-4217:BSD + the currency identifier for Bahamian Dollar + + BSD + + + + + + + + BTN + QName: fibo-fnd-acc-4217:BTN + the currency identifier for Ngultrum + + BTN + + + + + + + + BWP + QName: fibo-fnd-acc-4217:BWP + the currency identifier for Pula + + BWP + + + + + + + + BYN + QName: fibo-fnd-acc-4217:BYN + the currency identifier for Belarusian Ruble + + BYN + + + + + + + + BZD + QName: fibo-fnd-acc-4217:BZD + the currency identifier for Belize Dollar + + BZD + + + + + + + + Bahamian Dollar + QName: fibo-fnd-acc-4217:BahamianDollar + the currency Bahamian Dollar + + 2 + 044 + Bahamian Dollar + + + + + + Bahraini Dinar + QName: fibo-fnd-acc-4217:BahrainiDinar + the currency Bahraini Dinar + + 3 + 048 + Bahraini Dinar + + + + + + Baht + QName: fibo-fnd-acc-4217:Baht + the currency Baht + + 2 + 764 + Baht + + + + + + Balboa + QName: fibo-fnd-acc-4217:Balboa + the currency Balboa + + 2 + 590 + Balboa + + + + + + Barbados Dollar + QName: fibo-fnd-acc-4217:BarbadosDollar + the currency Barbados Dollar + + 2 + 052 + Barbados Dollar + + + + + + Belarusian Ruble + QName: fibo-fnd-acc-4217:BelarusianRuble + the currency Belarusian Ruble + + 2 + 933 + Belarusian Ruble + + + + + + Belize Dollar + QName: fibo-fnd-acc-4217:BelizeDollar + the currency Belize Dollar + + 2 + 084 + Belize Dollar + + + + + + Bermudian Dollar + QName: fibo-fnd-acc-4217:BermudianDollar + the currency Bermudian Dollar + + 2 + 060 + Bermudian Dollar + + + + + + Boliviano + QName: fibo-fnd-acc-4217:Boliviano + the currency Boliviano + + 2 + 068 + Boliviano + + + + + + Bolívar Soberano + QName: fibo-fnd-acc-4217:BolívarSoberano + the currency Bolívar Soberano + + 2 + 928 + Bolívar Soberano + + + + + + Bond Markets Unit European Composite Unit (EURCO) + QName: fibo-fnd-acc-4217:BondMarketsUnitEuropeanCompositeUnit_EURCO + the Bond Markets Unit European Composite Unit (EURCO) + + 955 + Bond Markets Unit European Composite Unit (EURCO) + + + + + Bond Markets Unit European Monetary Unit (E.M.U.-6) + QName: fibo-fnd-acc-4217:BondMarketsUnitEuropeanMonetaryUnit_EMU-6 + the Bond Markets Unit European Monetary Unit (E.M.U.-6) + + 956 + Bond Markets Unit European Monetary Unit (E.M.U.-6) + + + + + Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + QName: fibo-fnd-acc-4217:BondMarketsUnitEuropeanUnitofAccount17_EUA-17 + the Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + + 958 + Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + + + + + Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + QName: fibo-fnd-acc-4217:BondMarketsUnitEuropeanUnitofAccount9_EUA-9 + the Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + + 957 + Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + + + + + Brazilian Real + QName: fibo-fnd-acc-4217:BrazilianReal + the currency Brazilian Real + + 2 + 986 + Brazilian Real + + + + + + Brunei Dollar + QName: fibo-fnd-acc-4217:BruneiDollar + the currency Brunei Dollar + + 2 + 096 + Brunei Dollar + + + + + + Bulgarian Lev + QName: fibo-fnd-acc-4217:BulgarianLev + the currency Bulgarian Lev + + 2 + 975 + Bulgarian Lev + + + + + + Burundi Franc + QName: fibo-fnd-acc-4217:BurundiFranc + the currency Burundi Franc + + 0 + 108 + Burundi Franc + + + + + + CAD + QName: fibo-fnd-acc-4217:CAD + the currency identifier for Canadian Dollar + + CAD + + + + + + + + CDF + QName: fibo-fnd-acc-4217:CDF + the currency identifier for Congolese Franc + + CDF + + + + + + + + CFA Franc BCEAO + QName: fibo-fnd-acc-4217:CFAFrancBCEAO + the currency CFA Franc BCEAO + + 0 + 952 + CFA Franc BCEAO + + + + + + + + + + + + + CFA Franc BEAC + QName: fibo-fnd-acc-4217:CFAFrancBEAC + the currency CFA Franc BEAC + + 0 + 950 + CFA Franc BEAC + + + + + + + + + + + CFP Franc + QName: fibo-fnd-acc-4217:CFPFranc + the currency CFP Franc + + 0 + 953 + CFP Franc + + + + + + + + CHE + QName: fibo-fnd-acc-4217:CHE + the funds identifier for WIR Euro + + CHE + + + + + + + + CHF + QName: fibo-fnd-acc-4217:CHF + the currency identifier for Swiss Franc + + CHF + + + + + + + + CHW + QName: fibo-fnd-acc-4217:CHW + the funds identifier for WIR Franc + + CHW + + + + + + + + CLF + QName: fibo-fnd-acc-4217:CLF + the funds identifier for Unidad de Fomento + + CLF + + + + + + + + CLP + QName: fibo-fnd-acc-4217:CLP + the currency identifier for Chilean Peso + + CLP + + + + + + + + CNY + QName: fibo-fnd-acc-4217:CNY + the currency identifier for Yuan Renminbi + + CNY + + + + + + + + COP + QName: fibo-fnd-acc-4217:COP + the currency identifier for Colombian Peso + + COP + + + + + + + + COU + QName: fibo-fnd-acc-4217:COU + the funds identifier for Unidad de Valor Real + + COU + + + + + + + + CRC + QName: fibo-fnd-acc-4217:CRC + the currency identifier for Costa Rican Colon + + CRC + + + + + + + + CUC + QName: fibo-fnd-acc-4217:CUC + the currency identifier for Peso Convertible + + CUC + + + + + + + + CUP + QName: fibo-fnd-acc-4217:CUP + the currency identifier for Cuban Peso + + CUP + + + + + + + + CVE + QName: fibo-fnd-acc-4217:CVE + the currency identifier for Cabo Verde Escudo + + CVE + + + + + + + + CZK + QName: fibo-fnd-acc-4217:CZK + the currency identifier for Czech Koruna + + CZK + + + + + + + + Cabo Verde Escudo + QName: fibo-fnd-acc-4217:CaboVerdeEscudo + the currency Cabo Verde Escudo + + 2 + 132 + Cabo Verde Escudo + + + + + + Canadian Dollar + QName: fibo-fnd-acc-4217:CanadianDollar + the currency Canadian Dollar + + 2 + 124 + Canadian Dollar + + + + + + Cayman Islands Dollar + QName: fibo-fnd-acc-4217:CaymanIslandsDollar + the currency Cayman Islands Dollar + + 2 + 136 + Cayman Islands Dollar + + + + + + Chilean Peso + QName: fibo-fnd-acc-4217:ChileanPeso + the currency Chilean Peso + + 0 + 152 + Chilean Peso + + + + + + Colombian Peso + QName: fibo-fnd-acc-4217:ColombianPeso + the currency Colombian Peso + + 2 + 170 + Colombian Peso + + + + + + Comorian Franc + QName: fibo-fnd-acc-4217:ComorianFranc + the currency Comorian Franc + + 0 + 174 + Comorian Franc + + + + + + Congolese Franc + QName: fibo-fnd-acc-4217:CongoleseFranc + the currency Congolese Franc + + 2 + 976 + Congolese Franc + + + + + + Convertible Mark + QName: fibo-fnd-acc-4217:ConvertibleMark + the currency Convertible Mark + + 2 + 977 + Convertible Mark + + + + + + Cordoba Oro + QName: fibo-fnd-acc-4217:CordobaOro + the currency Cordoba Oro + + 2 + 558 + Cordoba Oro + + + + + + Costa Rican Colon + QName: fibo-fnd-acc-4217:CostaRicanColon + the currency Costa Rican Colon + + 2 + 188 + Costa Rican Colon + + + + + + Cuban Peso + QName: fibo-fnd-acc-4217:CubanPeso + the currency Cuban Peso + + 2 + 192 + Cuban Peso + + + + + + Czech Koruna + QName: fibo-fnd-acc-4217:CzechKoruna + the currency Czech Koruna + + 2 + 203 + Czech Koruna + + + + + + DJF + QName: fibo-fnd-acc-4217:DJF + the currency identifier for Djibouti Franc + + DJF + + + + + + + + DKK + QName: fibo-fnd-acc-4217:DKK + the currency identifier for Danish Krone + + DKK + + + + + + + + DOP + QName: fibo-fnd-acc-4217:DOP + the currency identifier for Dominican Peso + + DOP + + + + + + + + DZD + QName: fibo-fnd-acc-4217:DZD + the currency identifier for Algerian Dinar + + DZD + + + + + + + + Dalasi + QName: fibo-fnd-acc-4217:Dalasi + the currency Dalasi + + 2 + 270 + Dalasi + + + + + + Danish Krone + QName: fibo-fnd-acc-4217:DanishKrone + the currency Danish Krone + + 2 + 208 + Danish Krone + + + + + + + + Denar + QName: fibo-fnd-acc-4217:Denar + the currency Denar + + 2 + 807 + Denar + + + + + + Djibouti Franc + QName: fibo-fnd-acc-4217:DjiboutiFranc + the currency Djibouti Franc + + 0 + 262 + Djibouti Franc + + + + + + Dobra + QName: fibo-fnd-acc-4217:Dobra + the currency Dobra + + 2 + 930 + Dobra + + + + + + Dominican Peso + QName: fibo-fnd-acc-4217:DominicanPeso + the currency Dominican Peso + + 2 + 214 + Dominican Peso + + + + + + Dong + QName: fibo-fnd-acc-4217:Dong + the currency Dong + + 0 + 704 + Dong + + + + + + EGP + QName: fibo-fnd-acc-4217:EGP + the currency identifier for Egyptian Pound + + EGP + + + + + + + + ERN + QName: fibo-fnd-acc-4217:ERN + the currency identifier for Nakfa + + ERN + + + + + + + + ETB + QName: fibo-fnd-acc-4217:ETB + the currency identifier for Ethiopian Birr + + ETB + + + + + + + + EUR + QName: fibo-fnd-acc-4217:EUR + the currency identifier for Euro + + EUR + + + + + + + + East Caribbean Dollar + QName: fibo-fnd-acc-4217:EastCaribbeanDollar + the currency East Caribbean Dollar + + 2 + 951 + East Caribbean Dollar + + + + + + + + + + + + + Egyptian Pound + QName: fibo-fnd-acc-4217:EgyptianPound + the currency Egyptian Pound + + 2 + 818 + Egyptian Pound + + + + + + El Salvador Colon + QName: fibo-fnd-acc-4217:ElSalvadorColon + the currency El Salvador Colon + + 2 + 222 + El Salvador Colon + + + + + + Ethiopian Birr + QName: fibo-fnd-acc-4217:EthiopianBirr + the currency Ethiopian Birr + + 2 + 230 + Ethiopian Birr + + + + + + Euro + QName: fibo-fnd-acc-4217:Euro + the currency Euro + + 2 + 978 + Euro + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + FJD + QName: fibo-fnd-acc-4217:FJD + the currency identifier for Fiji Dollar + + FJD + + + + + + + + FKP + QName: fibo-fnd-acc-4217:FKP + the currency identifier for Falkland Islands Pound + + FKP + + + + + + + + Falkland Islands Pound + QName: fibo-fnd-acc-4217:FalklandIslandsPound + the currency Falkland Islands Pound + + 2 + 238 + Falkland Islands Pound + + + + + + Fiji Dollar + QName: fibo-fnd-acc-4217:FijiDollar + the currency Fiji Dollar + + 2 + 242 + Fiji Dollar + + + + + + Forint + QName: fibo-fnd-acc-4217:Forint + the currency Forint + + 2 + 348 + Forint + + + + + + GBP + QName: fibo-fnd-acc-4217:GBP + the currency identifier for Pound Sterling + + GBP + + + + + + + + GEL + QName: fibo-fnd-acc-4217:GEL + the currency identifier for Lari + + GEL + + + + + + + + GHS + QName: fibo-fnd-acc-4217:GHS + the currency identifier for Ghana Cedi + + GHS + + + + + + + + GIP + QName: fibo-fnd-acc-4217:GIP + the currency identifier for Gibraltar Pound + + GIP + + + + + + + + GMD + QName: fibo-fnd-acc-4217:GMD + the currency identifier for Dalasi + + GMD + + + + + + + + GNF + QName: fibo-fnd-acc-4217:GNF + the currency identifier for Guinean Franc + + GNF + + + + + + + + GTQ + QName: fibo-fnd-acc-4217:GTQ + the currency identifier for Quetzal + + GTQ + + + + + + + + GYD + QName: fibo-fnd-acc-4217:GYD + the currency identifier for Guyana Dollar + + GYD + + + + + + + + Ghana Cedi + QName: fibo-fnd-acc-4217:GhanaCedi + the currency Ghana Cedi + + 2 + 936 + Ghana Cedi + + + + + + Gibraltar Pound + QName: fibo-fnd-acc-4217:GibraltarPound + the currency Gibraltar Pound + + 2 + 292 + Gibraltar Pound + + + + + + Gold + QName: fibo-fnd-acc-4217:Gold + one troy ounce of the precious metal Gold + + 959 + Gold + + + + + Gourde + QName: fibo-fnd-acc-4217:Gourde + the currency Gourde + + 2 + 332 + Gourde + + + + + + Guarani + QName: fibo-fnd-acc-4217:Guarani + the currency Guarani + + 0 + 600 + Guarani + + + + + + Guinean Franc + QName: fibo-fnd-acc-4217:GuineanFranc + the currency Guinean Franc + + 0 + 324 + Guinean Franc + + + + + + Guyana Dollar + QName: fibo-fnd-acc-4217:GuyanaDollar + the currency Guyana Dollar + + 2 + 328 + Guyana Dollar + + + + + + HKD + QName: fibo-fnd-acc-4217:HKD + the currency identifier for Hong Kong Dollar + + HKD + + + + + + + + HNL + QName: fibo-fnd-acc-4217:HNL + the currency identifier for Lempira + + HNL + + + + + + + + HRK + QName: fibo-fnd-acc-4217:HRK + the currency identifier for Kuna + + HRK + + + + + + + + HTG + QName: fibo-fnd-acc-4217:HTG + the currency identifier for Gourde + + HTG + + + + + + + + HUF + QName: fibo-fnd-acc-4217:HUF + the currency identifier for Forint + + HUF + + + + + + + + Hong Kong Dollar + QName: fibo-fnd-acc-4217:HongKongDollar + the currency Hong Kong Dollar + + 2 + 344 + Hong Kong Dollar + + + + + + Hryvnia + QName: fibo-fnd-acc-4217:Hryvnia + the currency Hryvnia + + 2 + 980 + Hryvnia + + + + + + IDR + QName: fibo-fnd-acc-4217:IDR + the currency identifier for Rupiah + + IDR + + + + + + + + ILS + QName: fibo-fnd-acc-4217:ILS + the currency identifier for New Israeli Sheqel + + ILS + + + + + + + + INR + QName: fibo-fnd-acc-4217:INR + the currency identifier for Indian Rupee + + INR + + + + + + + + IQD + QName: fibo-fnd-acc-4217:IQD + the currency identifier for Iraqi Dinar + + IQD + + + + + + + + IRR + QName: fibo-fnd-acc-4217:IRR + the currency identifier for Iranian Rial + + IRR + + + + + + + + ISK + QName: fibo-fnd-acc-4217:ISK + the currency identifier for Iceland Krona + + ISK + + + + + + + + + ISO 4217 code set + QName: fibo-fnd-acc-4217:ISO4217-CodeSet + + the set of currency identifiers that comprise the ISO 4217 specification + + + + + Iceland Krona + QName: fibo-fnd-acc-4217:IcelandKrona + the currency Iceland Krona + + 0 + 352 + Iceland Krona + + + + + + Indian Rupee + QName: fibo-fnd-acc-4217:IndianRupee + the currency Indian Rupee + + 2 + 356 + Indian Rupee + + + + + + + Iranian Rial + QName: fibo-fnd-acc-4217:IranianRial + the currency Iranian Rial + + 2 + 364 + Iranian Rial + + + + + + Iraqi Dinar + QName: fibo-fnd-acc-4217:IraqiDinar + the currency Iraqi Dinar + + 3 + 368 + Iraqi Dinar + + + + + + JMD + QName: fibo-fnd-acc-4217:JMD + the currency identifier for Jamaican Dollar + + JMD + + + + + + + + JOD + QName: fibo-fnd-acc-4217:JOD + the currency identifier for Jordanian Dinar + + JOD + + + + + + + + JPY + QName: fibo-fnd-acc-4217:JPY + the currency identifier for Yen + + JPY + + + + + + + + Jamaican Dollar + QName: fibo-fnd-acc-4217:JamaicanDollar + the currency Jamaican Dollar + + 2 + 388 + Jamaican Dollar + + + + + + Jordanian Dinar + QName: fibo-fnd-acc-4217:JordanianDinar + the currency Jordanian Dinar + + 3 + 400 + Jordanian Dinar + + + + + + KES + QName: fibo-fnd-acc-4217:KES + the currency identifier for Kenyan Shilling + + KES + + + + + + + + KGS + QName: fibo-fnd-acc-4217:KGS + the currency identifier for Som + + KGS + + + + + + + + KHR + QName: fibo-fnd-acc-4217:KHR + the currency identifier for Riel + + KHR + + + + + + + + KMF + QName: fibo-fnd-acc-4217:KMF + the currency identifier for Comorian Franc + + KMF + + + + + + + + KPW + QName: fibo-fnd-acc-4217:KPW + the currency identifier for North Korean Won + + KPW + + + + + + + + KRW + QName: fibo-fnd-acc-4217:KRW + the currency identifier for Won + + KRW + + + + + + + + KWD + QName: fibo-fnd-acc-4217:KWD + the currency identifier for Kuwaiti Dinar + + KWD + + + + + + + + KYD + QName: fibo-fnd-acc-4217:KYD + the currency identifier for Cayman Islands Dollar + + KYD + + + + + + + + KZT + QName: fibo-fnd-acc-4217:KZT + the currency identifier for Tenge + + KZT + + + + + + + + Kenyan Shilling + QName: fibo-fnd-acc-4217:KenyanShilling + the currency Kenyan Shilling + + 2 + 404 + Kenyan Shilling + + + + + + Kina + QName: fibo-fnd-acc-4217:Kina + the currency Kina + + 2 + 598 + Kina + + + + + + Kuna + QName: fibo-fnd-acc-4217:Kuna + the currency Kuna + + 2 + 191 + Kuna + + + + + + Kuwaiti Dinar + QName: fibo-fnd-acc-4217:KuwaitiDinar + the currency Kuwaiti Dinar + + 3 + 414 + Kuwaiti Dinar + + + + + + Kwanza + QName: fibo-fnd-acc-4217:Kwanza + the currency Kwanza + + 2 + 973 + Kwanza + + + + + + Kyat + QName: fibo-fnd-acc-4217:Kyat + the currency Kyat + + 2 + 104 + Kyat + + + + + + LAK + QName: fibo-fnd-acc-4217:LAK + the currency identifier for Lao Kip + + LAK + + + + + + + + LBP + QName: fibo-fnd-acc-4217:LBP + the currency identifier for Lebanese Pound + + LBP + + + + + + + + LKR + QName: fibo-fnd-acc-4217:LKR + the currency identifier for Sri Lanka Rupee + + LKR + + + + + + + + LRD + QName: fibo-fnd-acc-4217:LRD + the currency identifier for Liberian Dollar + + LRD + + + + + + + + LSL + QName: fibo-fnd-acc-4217:LSL + the currency identifier for Loti + + LSL + + + + + + + + LYD + QName: fibo-fnd-acc-4217:LYD + the currency identifier for Libyan Dinar + + LYD + + + + + + + + Lao Kip + QName: fibo-fnd-acc-4217:LaoKip + the currency Lao Kip + + 2 + 418 + Lao Kip + + + + + + Lari + QName: fibo-fnd-acc-4217:Lari + the currency Lari + + 2 + 981 + Lari + + + + + + Lebanese Pound + QName: fibo-fnd-acc-4217:LebanesePound + the currency Lebanese Pound + + 2 + 422 + Lebanese Pound + + + + + + Lek + QName: fibo-fnd-acc-4217:Lek + the currency Lek + + 2 + 008 + Lek + + + + + + Lempira + QName: fibo-fnd-acc-4217:Lempira + the currency Lempira + + 2 + 340 + Lempira + + + + + + Leone + QName: fibo-fnd-acc-4217:Leone + the currency Leone + + 2 + 694 + Leone + + + + + + Liberian Dollar + QName: fibo-fnd-acc-4217:LiberianDollar + the currency Liberian Dollar + + 2 + 430 + Liberian Dollar + + + + + + Libyan Dinar + QName: fibo-fnd-acc-4217:LibyanDinar + the currency Libyan Dinar + + 3 + 434 + Libyan Dinar + + + + + + Lilangeni + QName: fibo-fnd-acc-4217:Lilangeni + the currency Lilangeni + + 2 + 748 + Lilangeni + + + + + + Loti + QName: fibo-fnd-acc-4217:Loti + the currency Loti + + 2 + 426 + Loti + + + + + + MAD + QName: fibo-fnd-acc-4217:MAD + the currency identifier for Moroccan Dirham + + MAD + + + + + + + + MDL + QName: fibo-fnd-acc-4217:MDL + the currency identifier for Moldovan Leu + + MDL + + + + + + + + MGA + QName: fibo-fnd-acc-4217:MGA + the currency identifier for Malagasy Ariary + + MGA + + + + + + + + MKD + QName: fibo-fnd-acc-4217:MKD + the currency identifier for Denar + + MKD + + + + + + + + MMK + QName: fibo-fnd-acc-4217:MMK + the currency identifier for Kyat + + MMK + + + + + + + + MNT + QName: fibo-fnd-acc-4217:MNT + the currency identifier for Tugrik + + MNT + + + + + + + + MOP + QName: fibo-fnd-acc-4217:MOP + the currency identifier for Pataca + + MOP + + + + + + + + MRU + QName: fibo-fnd-acc-4217:MRU + the currency identifier for Ouguiya + + MRU + + + + + + + + MUR + QName: fibo-fnd-acc-4217:MUR + the currency identifier for Mauritius Rupee + + MUR + + + + + + + + MVR + QName: fibo-fnd-acc-4217:MVR + the currency identifier for Rufiyaa + + MVR + + + + + + + + MWK + QName: fibo-fnd-acc-4217:MWK + the currency identifier for Malawi Kwacha + + MWK + + + + + + + + MXN + QName: fibo-fnd-acc-4217:MXN + the currency identifier for Mexican Peso + + MXN + + + + + + + + MXV + QName: fibo-fnd-acc-4217:MXV + the funds identifier for Mexican Unidad de Inversion (UDI) + + MXV + + + + + + + + MYR + QName: fibo-fnd-acc-4217:MYR + the currency identifier for Malaysian Ringgit + + MYR + + + + + + + + MZN + QName: fibo-fnd-acc-4217:MZN + the currency identifier for Mozambique Metical + + MZN + + + + + + + + Malagasy Ariary + QName: fibo-fnd-acc-4217:MalagasyAriary + the currency Malagasy Ariary + + 2 + 969 + Malagasy Ariary + + + + + + Malawi Kwacha + QName: fibo-fnd-acc-4217:MalawiKwacha + the currency Malawi Kwacha + + 2 + 454 + Malawi Kwacha + + + + + + Malaysian Ringgit + QName: fibo-fnd-acc-4217:MalaysianRinggit + the currency Malaysian Ringgit + + 2 + 458 + Malaysian Ringgit + + + + + + Mauritius Rupee + QName: fibo-fnd-acc-4217:MauritiusRupee + the currency Mauritius Rupee + + 2 + 480 + Mauritius Rupee + + + + + + Mexican Peso + QName: fibo-fnd-acc-4217:MexicanPeso + the currency Mexican Peso + + 2 + 484 + Mexican Peso + + + + + + Mexican Unidad de Inversion (UDI) + QName: fibo-fnd-acc-4217:MexicanUnidaddeInversion_UDI + the funds Mexican Unidad de Inversion (UDI) + + + 2 + 979 + Mexican Unidad de Inversion (UDI) + + The UDI is an inflation adjusted mechanism set by the Central Bank of Mexico according to the variation in the Mexican Consumer Price Index. The value of the UDI is expressed in terms of Mexican Pesos per UDI. It is used to denominate mortgage loans, some bank deposits with maturities of 3 month or more and Government bonds (UDIBONOS). + + + + + Moldovan Leu + QName: fibo-fnd-acc-4217:MoldovanLeu + the currency Moldovan Leu + + 2 + 498 + Moldovan Leu + + + + + + Moroccan Dirham + QName: fibo-fnd-acc-4217:MoroccanDirham + the currency Moroccan Dirham + + 2 + 504 + Moroccan Dirham + + + + + + + Mozambique Metical + QName: fibo-fnd-acc-4217:MozambiqueMetical + the currency Mozambique Metical + + 2 + 943 + Mozambique Metical + + + + + + Mvdol + QName: fibo-fnd-acc-4217:Mvdol + the funds Mvdol + + + 2 + 984 + Mvdol + + For indexation purposes and denomination of certain financial instruments (e.g. treasury bills). The Mvdol is set daily by the Central Bank of Bolivia based on the official USD/BOB rate. + + + + + NAD + QName: fibo-fnd-acc-4217:NAD + the currency identifier for Namibia Dollar + + NAD + + + + + + + + NGN + QName: fibo-fnd-acc-4217:NGN + the currency identifier for Naira + + NGN + + + + + + + + NIO + QName: fibo-fnd-acc-4217:NIO + the currency identifier for Cordoba Oro + + NIO + + + + + + + + NOK + QName: fibo-fnd-acc-4217:NOK + the currency identifier for Norwegian Krone + + NOK + + + + + + + + NPR + QName: fibo-fnd-acc-4217:NPR + the currency identifier for Nepalese Rupee + + NPR + + + + + + + + NZD + QName: fibo-fnd-acc-4217:NZD + the currency identifier for New Zealand Dollar + + NZD + + + + + + + + Naira + QName: fibo-fnd-acc-4217:Naira + the currency Naira + + 2 + 566 + Naira + + + + + + Nakfa + QName: fibo-fnd-acc-4217:Nakfa + the currency Nakfa + + 2 + 232 + Nakfa + + + + + + Namibia Dollar + QName: fibo-fnd-acc-4217:NamibiaDollar + the currency Namibia Dollar + + 2 + 516 + Namibia Dollar + + + + + + Nepalese Rupee + QName: fibo-fnd-acc-4217:NepaleseRupee + the currency Nepalese Rupee + + 2 + 524 + Nepalese Rupee + + + + + + Netherlands Antillean Guilder + QName: fibo-fnd-acc-4217:NetherlandsAntilleanGuilder + the currency Netherlands Antillean Guilder + + 2 + 532 + Netherlands Antillean Guilder + + + + + + + New Israeli Sheqel + QName: fibo-fnd-acc-4217:NewIsraeliSheqel + the currency New Israeli Sheqel + + 2 + 376 + New Israeli Sheqel + + + + + + New Taiwan Dollar + QName: fibo-fnd-acc-4217:NewTaiwanDollar + the currency New Taiwan Dollar + + 2 + 901 + New Taiwan Dollar + + + + + + New Zealand Dollar + QName: fibo-fnd-acc-4217:NewZealandDollar + the currency New Zealand Dollar + + 2 + 554 + New Zealand Dollar + + + + + + + + + + Ngultrum + QName: fibo-fnd-acc-4217:Ngultrum + the currency Ngultrum + + 2 + 064 + Ngultrum + + + + + + North Korean Won + QName: fibo-fnd-acc-4217:NorthKoreanWon + the currency North Korean Won + + 2 + 408 + North Korean Won + + + + + + Norwegian Krone + QName: fibo-fnd-acc-4217:NorwegianKrone + the currency Norwegian Krone + + 2 + 578 + Norwegian Krone + + + + + + + + OMR + QName: fibo-fnd-acc-4217:OMR + the currency identifier for Rial Omani + + OMR + + + + + + + + Ouguiya + QName: fibo-fnd-acc-4217:Ouguiya + the currency Ouguiya + + 2 + 929 + Ouguiya + + + + + + PAB + QName: fibo-fnd-acc-4217:PAB + the currency identifier for Balboa + + PAB + + + + + + + + PEN + QName: fibo-fnd-acc-4217:PEN + the currency identifier for Sol + + PEN + + + + + + + + PGK + QName: fibo-fnd-acc-4217:PGK + the currency identifier for Kina + + PGK + + + + + + + + PHP + QName: fibo-fnd-acc-4217:PHP + the currency identifier for Philippine Peso + + PHP + + + + + + + + PKR + QName: fibo-fnd-acc-4217:PKR + the currency identifier for Pakistan Rupee + + PKR + + + + + + + + PLN + QName: fibo-fnd-acc-4217:PLN + the currency identifier for Zloty + + PLN + + + + + + + + PYG + QName: fibo-fnd-acc-4217:PYG + the currency identifier for Guarani + + PYG + + + + + + + + Pa'anga + QName: fibo-fnd-acc-4217:Paanga + the currency Pa'anga + + 2 + 776 + Pa'anga + + + + + + Pakistan Rupee + QName: fibo-fnd-acc-4217:PakistanRupee + the currency Pakistan Rupee + + 2 + 586 + Pakistan Rupee + + + + + + Palladium + QName: fibo-fnd-acc-4217:Palladium + one troy ounce of the precious metal Palladium + + 964 + Palladium + + + + + Pataca + QName: fibo-fnd-acc-4217:Pataca + the currency Pataca + + 2 + 446 + Pataca + + + + + + Peso Convertible + QName: fibo-fnd-acc-4217:PesoConvertible + the currency Peso Convertible + + 2 + 931 + Peso Convertible + + + + + + Peso Uruguayo + QName: fibo-fnd-acc-4217:PesoUruguayo + the currency Peso Uruguayo + + 2 + 858 + Peso Uruguayo + + + + + + Philippine Peso + QName: fibo-fnd-acc-4217:PhilippinePeso + the currency Philippine Peso + + 2 + 608 + Philippine Peso + + + + + + Platinum + QName: fibo-fnd-acc-4217:Platinum + one troy ounce of the precious metal Platinum + + 962 + Platinum + + + + + Pound Sterling + QName: fibo-fnd-acc-4217:PoundSterling + the currency Pound Sterling + + 2 + 826 + Pound Sterling + + + + + + + + + Pula + QName: fibo-fnd-acc-4217:Pula + the currency Pula + + 2 + 072 + Pula + + + + + + QAR + QName: fibo-fnd-acc-4217:QAR + the currency identifier for Qatari Rial + + QAR + + + + + + + + Qatari Rial + QName: fibo-fnd-acc-4217:QatariRial + the currency Qatari Rial + + 2 + 634 + Qatari Rial + + + + + + Quetzal + QName: fibo-fnd-acc-4217:Quetzal + the currency Quetzal + + 2 + 320 + Quetzal + + + + + + RON + QName: fibo-fnd-acc-4217:RON + the currency identifier for Romanian Leu + + RON + + + + + + + + RSD + QName: fibo-fnd-acc-4217:RSD + the currency identifier for Serbian Dinar + + RSD + + + + + + + + RUB + QName: fibo-fnd-acc-4217:RUB + the currency identifier for Russian Ruble + + RUB + + + + + + + + RWF + QName: fibo-fnd-acc-4217:RWF + the currency identifier for Rwanda Franc + + RWF + + + + + + + + Rand + QName: fibo-fnd-acc-4217:Rand + the currency Rand + + 2 + 710 + Rand + + + + + + + + Rial Omani + QName: fibo-fnd-acc-4217:RialOmani + the currency Rial Omani + + 3 + 512 + Rial Omani + + + + + + Riel + QName: fibo-fnd-acc-4217:Riel + the currency Riel + + 2 + 116 + Riel + + + + + + Romanian Leu + QName: fibo-fnd-acc-4217:RomanianLeu + the currency Romanian Leu + + 2 + 946 + Romanian Leu + + + + + + Rufiyaa + QName: fibo-fnd-acc-4217:Rufiyaa + the currency Rufiyaa + + 2 + 462 + Rufiyaa + + + + + + Rupiah + QName: fibo-fnd-acc-4217:Rupiah + the currency Rupiah + + 2 + 360 + Rupiah + + + + + + Russian Ruble + QName: fibo-fnd-acc-4217:RussianRuble + the currency Russian Ruble + + 2 + 643 + Russian Ruble + + + + + + Rwanda Franc + QName: fibo-fnd-acc-4217:RwandaFranc + the currency Rwanda Franc + + 0 + 646 + Rwanda Franc + + + + + + SAR + QName: fibo-fnd-acc-4217:SAR + the currency identifier for Saudi Riyal + + SAR + + + + + + + + SBD + QName: fibo-fnd-acc-4217:SBD + the currency identifier for Solomon Islands Dollar + + SBD + + + + + + + + SCR + QName: fibo-fnd-acc-4217:SCR + the currency identifier for Seychelles Rupee + + SCR + + + + + + + + SDG + QName: fibo-fnd-acc-4217:SDG + the currency identifier for Sudanese Pound + + SDG + + + + + + + + SDR (Special Drawing Right) + QName: fibo-fnd-acc-4217:SDR_SpecialDrawingRight + the IMF's SDR (Special Drawing Right) + + 960 + SDR (Special Drawing Right) + + + + + SEK + QName: fibo-fnd-acc-4217:SEK + the currency identifier for Swedish Krona + + SEK + + + + + + + + SGD + QName: fibo-fnd-acc-4217:SGD + the currency identifier for Singapore Dollar + + SGD + + + + + + + + SHP + QName: fibo-fnd-acc-4217:SHP + the currency identifier for Saint Helena Pound + + SHP + + + + + + + + SLL + QName: fibo-fnd-acc-4217:SLL + the currency identifier for Leone + + SLL + + + + + + + + SOS + QName: fibo-fnd-acc-4217:SOS + the currency identifier for Somali Shilling + + SOS + + + + + + + + SRD + QName: fibo-fnd-acc-4217:SRD + the currency identifier for Surinam Dollar + + SRD + + + + + + + + SSP + QName: fibo-fnd-acc-4217:SSP + the currency identifier for South Sudanese Pound + + SSP + + + + + + + + STN + QName: fibo-fnd-acc-4217:STN + the currency identifier for Dobra + + STN + + + + + + + + SVC + QName: fibo-fnd-acc-4217:SVC + the currency identifier for El Salvador Colon + + SVC + + + + + + + + SYP + QName: fibo-fnd-acc-4217:SYP + the currency identifier for Syrian Pound + + SYP + + + + + + + + SZL + QName: fibo-fnd-acc-4217:SZL + the currency identifier for Lilangeni + + SZL + + + + + + + + Saint Helena Pound + QName: fibo-fnd-acc-4217:SaintHelenaPound + the currency Saint Helena Pound + + 2 + 654 + Saint Helena Pound + + + + + + Saudi Riyal + QName: fibo-fnd-acc-4217:SaudiRiyal + the currency Saudi Riyal + + 2 + 682 + Saudi Riyal + + + + + + Serbian Dinar + QName: fibo-fnd-acc-4217:SerbianDinar + the currency Serbian Dinar + + 2 + 941 + Serbian Dinar + + + + + + Seychelles Rupee + QName: fibo-fnd-acc-4217:SeychellesRupee + the currency Seychelles Rupee + + 2 + 690 + Seychelles Rupee + + + + + + Silver + QName: fibo-fnd-acc-4217:Silver + one troy ounce of the precious metal Silver + + 961 + Silver + + + + + Singapore Dollar + QName: fibo-fnd-acc-4217:SingaporeDollar + the currency Singapore Dollar + + 2 + 702 + Singapore Dollar + + + + + + Sol + QName: fibo-fnd-acc-4217:Sol + the currency Sol + + 2 + 604 + Sol + + + + + + Solomon Islands Dollar + QName: fibo-fnd-acc-4217:SolomonIslandsDollar + the currency Solomon Islands Dollar + + 2 + 090 + Solomon Islands Dollar + + + + + + Som + QName: fibo-fnd-acc-4217:Som + the currency Som + + 2 + 417 + Som + + + + + + Somali Shilling + QName: fibo-fnd-acc-4217:SomaliShilling + the currency Somali Shilling + + 2 + 706 + Somali Shilling + + + + + + Somoni + QName: fibo-fnd-acc-4217:Somoni + the currency Somoni + + 2 + 972 + Somoni + + + + + + South Sudanese Pound + QName: fibo-fnd-acc-4217:SouthSudanesePound + the currency South Sudanese Pound + + 2 + 728 + South Sudanese Pound + + + + + + Sri Lanka Rupee + QName: fibo-fnd-acc-4217:SriLankaRupee + the currency Sri Lanka Rupee + + 2 + 144 + Sri Lanka Rupee + + + + + + Sucre + QName: fibo-fnd-acc-4217:Sucre + the currency Sucre + + 994 + Sucre + + + + + Sudanese Pound + QName: fibo-fnd-acc-4217:SudanesePound + the currency Sudanese Pound + + 2 + 938 + Sudanese Pound + + + + + + Surinam Dollar + QName: fibo-fnd-acc-4217:SurinamDollar + the currency Surinam Dollar + + 2 + 968 + Surinam Dollar + + + + + + Swedish Krona + QName: fibo-fnd-acc-4217:SwedishKrona + the currency Swedish Krona + + 2 + 752 + Swedish Krona + + + + + + Swiss Franc + QName: fibo-fnd-acc-4217:SwissFranc + the currency Swiss Franc + + 2 + 756 + Swiss Franc + + + + + + + Syrian Pound + QName: fibo-fnd-acc-4217:SyrianPound + the currency Syrian Pound + + 2 + 760 + Syrian Pound + + + + + + THB + QName: fibo-fnd-acc-4217:THB + the currency identifier for Baht + + THB + + + + + + + + TJS + QName: fibo-fnd-acc-4217:TJS + the currency identifier for Somoni + + TJS + + + + + + + + TMT + QName: fibo-fnd-acc-4217:TMT + the currency identifier for Turkmenistan New Manat + + TMT + + + + + + + + TND + QName: fibo-fnd-acc-4217:TND + the currency identifier for Tunisian Dinar + + TND + + + + + + + + TOP + QName: fibo-fnd-acc-4217:TOP + the currency identifier for Pa'anga + + TOP + + + + + + + + TRY + QName: fibo-fnd-acc-4217:TRY + the currency identifier for Turkish Lira + + TRY + + + + + + + + TTD + QName: fibo-fnd-acc-4217:TTD + the currency identifier for Trinidad and Tobago Dollar + + TTD + + + + + + + + TWD + QName: fibo-fnd-acc-4217:TWD + the currency identifier for New Taiwan Dollar + + TWD + + + + + + + + TZS + QName: fibo-fnd-acc-4217:TZS + the currency identifier for Tanzanian Shilling + + TZS + + + + + + + + Taka + QName: fibo-fnd-acc-4217:Taka + the currency Taka + + 2 + 050 + Taka + + + + + + Tala + QName: fibo-fnd-acc-4217:Tala + the currency Tala + + 2 + 882 + Tala + + + + + + Tanzanian Shilling + QName: fibo-fnd-acc-4217:TanzanianShilling + the currency Tanzanian Shilling + + 2 + 834 + Tanzanian Shilling + + + + + + Tenge + QName: fibo-fnd-acc-4217:Tenge + the currency Tenge + + 2 + 398 + Tenge + + + + + + Trinidad and Tobago Dollar + QName: fibo-fnd-acc-4217:TrinidadandTobagoDollar + the currency Trinidad and Tobago Dollar + + 2 + 780 + Trinidad and Tobago Dollar + + + + + + Tugrik + QName: fibo-fnd-acc-4217:Tugrik + the currency Tugrik + + 2 + 496 + Tugrik + + + + + + Tunisian Dinar + QName: fibo-fnd-acc-4217:TunisianDinar + the currency Tunisian Dinar + + 3 + 788 + Tunisian Dinar + + + + + + Turkish Lira + QName: fibo-fnd-acc-4217:TurkishLira + the currency Turkish Lira + + 2 + 949 + Turkish Lira + + + + + + Turkmenistan New Manat + QName: fibo-fnd-acc-4217:TurkmenistanNewManat + the currency Turkmenistan New Manat + + 2 + 934 + Turkmenistan New Manat + + + + + + UAE Dirham + QName: fibo-fnd-acc-4217:UAEDirham + the currency UAE Dirham + + 2 + 784 + UAE Dirham + + + + + + UAH + QName: fibo-fnd-acc-4217:UAH + the currency identifier for Hryvnia + + UAH + + + + + + + + UGX + QName: fibo-fnd-acc-4217:UGX + the currency identifier for Uganda Shilling + + UGX + + + + + + + + USD + QName: fibo-fnd-acc-4217:USD + the currency identifier for US Dollar + + USD + + + + + + + + US Dollar + QName: fibo-fnd-acc-4217:USDollar + the currency US Dollar + + 2 + 840 + US Dollar + + + + + + + + + + + + + + + + + + + + + + + US Dollar (Next day) + QName: fibo-fnd-acc-4217:USDollar_Nextday + the funds US Dollar (Next day) + + + 2 + 997 + US Dollar (Next day) + + "Next day" funds are immediately available for transfer in like funds, and, subject to settlement, available the next business day for same day funds transfer or withdrawal in cash. + + + + + USN + QName: fibo-fnd-acc-4217:USN + the funds identifier for US Dollar (Next day) + + USN + + + + + + + + UYI + QName: fibo-fnd-acc-4217:UYI + the funds identifier for Uruguay Peso en Unidades Indexadas (UI) + + UYI + + + + + + + + UYU + QName: fibo-fnd-acc-4217:UYU + the currency identifier for Peso Uruguayo + + UYU + + + + + + + + UYW + QName: fibo-fnd-acc-4217:UYW + the funds identifier for Unidad Previsional + + UYW + + + + + + + + UZS + QName: fibo-fnd-acc-4217:UZS + the currency identifier for Uzbekistan Sum + + UZS + + + + + + + + Uganda Shilling + QName: fibo-fnd-acc-4217:UgandaShilling + the currency Uganda Shilling + + 0 + 800 + Uganda Shilling + + + + + + Unidad Previsional + QName: fibo-fnd-acc-4217:UnidadPrevisional + the funds Unidad Previsional + + + 4 + 927 + Unidad Previsional + + The Unidad Previsional (UP) is a daily accounting unit that tracks changes to the nominal wage index. The value of UP is expressed in terms of Uruguayan Pesos per UP, with the initial value of one peso (UYU 1.00) on 04/30/2018. The institution responsible for the calculation and publication is the Instituto Nacional de Estadística (National Bureau of Statistics) according to Law 19,608. + + + + + Unidad de Fomento + QName: fibo-fnd-acc-4217:UnidaddeFomento + the funds Unidad de Fomento + + + 4 + 990 + Unidad de Fomento + + The CLF is a daily economically-financial unit calculated by the Central Bank of Chile according to inflation (as measured by the Chilean Consumer Price Index of the previous month). The value of the CLF is expressed in terms of Chilean Pesos per CLF. The use of CLF has been widely extended to all types of bank loans, financial investments (time deposits, mortgages and other public or private indexed instruments), contracts and fees in some cases. + + + + + Unidad de Valor Real + QName: fibo-fnd-acc-4217:UnidaddeValorReal + the funds Unidad de Valor Real + + + 2 + 970 + Unidad de Valor Real + + The UVR is a daily account unit set by the Central Bank of Colombia according to the variation in the Consumer Price Index of Colombia. The value of UVR is expressed in terms of Colombian Pesos per UVR. It is used to denominate and update mortgage loans and some public debt bonds. + + + + + Uruguay Peso en Unidades Indexadas (UI) + QName: fibo-fnd-acc-4217:UruguayPesoenUnidadesIndexadas_UI + the funds Uruguay Peso en Unidades Indexadas (UI) + + + 0 + 940 + Uruguay Peso en Unidades Indexadas (UI) + + The UYI (URUIURUI) is used for issuance of debt instruments by the Uruguayan government in the international global bond market. It is calculated based on an established methodology using underlying inflationary statistics in the Uruguayan market. (Introduced in 2002). + + + + + Uzbekistan Sum + QName: fibo-fnd-acc-4217:UzbekistanSum + the currency Uzbekistan Sum + + 2 + 860 + Uzbekistan Sum + + + + + + VES + QName: fibo-fnd-acc-4217:VES + the currency identifier for Bolívar Soberano + + VES + + + + + + + + VND + QName: fibo-fnd-acc-4217:VND + the currency identifier for Dong + + VND + + + + + + + + VUV + QName: fibo-fnd-acc-4217:VUV + the currency identifier for Vatu + + VUV + + + + + + + + Vatu + QName: fibo-fnd-acc-4217:Vatu + the currency Vatu + + 0 + 548 + Vatu + + + + + + WIR Euro + QName: fibo-fnd-acc-4217:WIREuro + the funds WIR Euro + + + 2 + 947 + WIR Euro + + WIR Euro - WIR Bank for use with the EFTPOS system with their own WIR-card and the Electronic Banking Services + + + + + WIR Franc + QName: fibo-fnd-acc-4217:WIRFranc + the funds WIR Franc + + + 2 + 948 + WIR Franc + + WIR Franc - WIR Bank for use with the EFTPOS system with their own WIR-card and the Electronic Banking Services. + + + + + WST + QName: fibo-fnd-acc-4217:WST + the currency identifier for Tala + + WST + + + + + + + + Won + QName: fibo-fnd-acc-4217:Won + the currency Won + + 0 + 410 + Won + + + + + + XAF + QName: fibo-fnd-acc-4217:XAF + the currency identifier for CFA Franc BEAC + + XAF + + + + + + + + XAG + QName: fibo-fnd-acc-4217:XAG + one troy ounce of the precious metal identifier for Silver + + XAG + + + + + + + + XAU + QName: fibo-fnd-acc-4217:XAU + one troy ounce of the precious metal identifier for Gold + + XAU + + + + + + + + XBA + QName: fibo-fnd-acc-4217:XBA + the identifier for Bond Markets Unit European Composite Unit (EURCO) + + XBA + + + + + + + + XBB + QName: fibo-fnd-acc-4217:XBB + the identifier for Bond Markets Unit European Monetary Unit (E.M.U.-6) + + XBB + + + + + + + + XBC + QName: fibo-fnd-acc-4217:XBC + the identifier for Bond Markets Unit European Unit of Account 9 (E.U.A.-9) + + XBC + + + + + + + + XBD + QName: fibo-fnd-acc-4217:XBD + the identifier for Bond Markets Unit European Unit of Account 17 (E.U.A.-17) + + XBD + + + + + + + + XCD + QName: fibo-fnd-acc-4217:XCD + the currency identifier for East Caribbean Dollar + + XCD + + + + + + + + XDR + QName: fibo-fnd-acc-4217:XDR + the IMF's identifier for SDR (Special Drawing Right) + + XDR + + + + + + + + XOF + QName: fibo-fnd-acc-4217:XOF + the currency identifier for CFA Franc BCEAO + + XOF + + + + + + + + XPD + QName: fibo-fnd-acc-4217:XPD + one troy ounce of the precious metal identifier for Palladium + + XPD + + + + + + + + XPF + QName: fibo-fnd-acc-4217:XPF + the currency identifier for CFP Franc + + XPF + + + + + + + + XPT + QName: fibo-fnd-acc-4217:XPT + one troy ounce of the precious metal identifier for Platinum + + XPT + + + + + + + + XSU + QName: fibo-fnd-acc-4217:XSU + the currency identifier for Sucre + + XSU + + + + + + + + XTS + Codes specifically reserved for testing purposes + QName: fibo-fnd-acc-4217:XTS + + XTS + + + + + + XUA + QName: fibo-fnd-acc-4217:XUA + the identifier for ADB Unit of Account + + XUA + + + + + + + + XXX + QName: fibo-fnd-acc-4217:XXX + The codes assigned for transactions where no currency is involved + + XXX + + + + + + YER + QName: fibo-fnd-acc-4217:YER + the currency identifier for Yemeni Rial + + YER + + + + + + + + Yemeni Rial + QName: fibo-fnd-acc-4217:YemeniRial + the currency Yemeni Rial + + 2 + 886 + Yemeni Rial + + + + + + Yen + QName: fibo-fnd-acc-4217:Yen + the currency Yen + + 0 + 392 + Yen + + + + + + Yuan Renminbi + QName: fibo-fnd-acc-4217:YuanRenminbi + the currency Yuan Renminbi + + 2 + 156 + Yuan Renminbi + + + + + + ZAR + QName: fibo-fnd-acc-4217:ZAR + the currency identifier for Rand + + ZAR + + + + + + + + ZMW + QName: fibo-fnd-acc-4217:ZMW + the currency identifier for Zambian Kwacha + + ZMW + + + + + + + + ZWL + QName: fibo-fnd-acc-4217:ZWL + the currency identifier for Zimbabwe Dollar + + ZWL + + + + + + + + Zambian Kwacha + QName: fibo-fnd-acc-4217:ZambianKwacha + the currency Zambian Kwacha + + 2 + 967 + Zambian Kwacha + + + + + + Zimbabwe Dollar + QName: fibo-fnd-acc-4217:ZimbabweDollar + the currency Zimbabwe Dollar + + 2 + 932 + Zimbabwe Dollar + + + + + + Zloty + QName: fibo-fnd-acc-4217:Zloty + the currency Zloty + + 2 + 985 + Zloty + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/AgentsAndPeople/Agents.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/AgentsAndPeople/Agents.rdf new file mode 100755 index 0000000..fb494ac --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/AgentsAndPeople/Agents.rdf @@ -0,0 +1,116 @@ + + + + + + + + + + + + +]> + + + + Agents Ontology + QName: fibo-fnd-aap-agt: + This ontology defines the concept of autonomous agent for use in other FIBO ontology elements. As defined here, autonomous agent corresponds to what is often referred to as "agent" in software and other systems. It is defined as any entity which is able to act on its own part, and embraces all such things, including people, animals, software agents organizations and all forms of legal persons, although not all of these concepts are elaborated in FIBO as not all are relevant to financial services. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2019 EDM Council, Inc. + Copyright (c) 2013-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ + fibo-fnd-aap-agt + Agents.rdf + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents.rdf version of this ontology was modified to loosen the range restriction on hasName to rdfs:Literal, facilitating multi-lingual name representation. + The https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents.rdf version of this ontology was modified to support the FIBO 2.0 RFC, primarily with respect to equivalence relationships to LCC. + The https://spec.edmcouncil.org/fibo/ontology/Foundations/20130601/AgentsAndPeople/Agents.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIs (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + + + + + + automated system + QName: fibo-fnd-aap-agt:AutomatedSystem + + a system that reduces or eliminates the need for human involvement in order to complete a task. + https://www.reference.com/technology/automated-system-c85583d0f17a632 + + + + + + + 0 + + + autonomous agent + QName: fibo-fnd-aap-agt:AutonomousAgent + http://www.omg.org/techprocess/meetings/schedule/AMP.html + http://www.omg.org/spec/SoaML/ + + http://www.jamesodell.com/WhatIsAnAgent.pdf + http://www.jamesodell.com/WhyShouldWeCareAboutAgents.pdf + An agent is an autonomous individual that can adapt to and interact with its environment. + Agents, then, can be software agents, hardware agents, firmware agents, robotic agents, human agents, and so on. While software developers naturally think of IT systems as being constructed of only software agents, a combination of agent mechanisms might in fact be used from shop-floor manufacturing to warfare systems. The definition incorporated herein must be sufficiently general to account for these and other uses, such as for describing people and organizations who participate in broader processes and systems, for FIBO, other OMG standards and usage, and in general. + +Whether or not you restrict your view of agents to the software variety, most agree that agents deployed for IT systems are not useful without the following three important properties: + +(1) Autonomous - an agent is capable of acting without direct external intervention. Agents have some degree of control over their internal state and can act based on their own experiences. They can also possess their own set of internal responsibilities and processing that enable them to act without any external choreography. When an agent acts on behalf of (or as a proxy for) some person or thing, its autonomy is expected to embody the goals and policies of the entity that it represents. + +(2) Interactive - an agent communicates with the environment and other agents. Agents are interactive entities because they are capable of exchanging rich forms of messages with other entities in their environment. These messages can support requests for services and other kinds of resources, as well as event detection and notification. They can be synchronous or asynchronous in nature. The interaction can also be conversational in nature, such as negotiating contracts, marketplace-style bidding, or simply making a query. + +(3) Adaptive - an agent is capable of responding to other agents and/or its environment. Agents can react to messages and events and then respond appropriately. Agents can be designed to make difficult decisions and even modify their behavior based on their experiences. They can learn and evolve. + Note that this does not necessarily imply that an agent is free to act as it sees fit, without constraint. Rather, an autonomous thing in the sense meant here is something which may or may not be subject to controls and constraints but is self-actualizing in its behavior in response to any such constraints. Autonomous things may include human beings, organizations, software agents, robots and animals. + + + + has name + QName: fibo-fnd-aap-agt:hasName + + + associates a name, reference name, or appellation with an individual concept + ISO 639-3 Codes for the representation of names of languages - Part 3: Alpha-3 code for comprehensive coverage of languages, First edition, 2007-02-01 + + + + identifies + QName: fibo-fnd-aap-agt:identifies + + + is the relationship between something and that which provides a unique reference for it + + + + is identified by + QName: fibo-fnd-aap-agt:isIdentifiedBy + + + + provides a unique identifier for something + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/AgentsAndPeople/People.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/AgentsAndPeople/People.rdf new file mode 100755 index 0000000..5bd397c --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/AgentsAndPeople/People.rdf @@ -0,0 +1,464 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + People Ontology + QName: fibo-fnd-aap-ppl: + This ontology defines concepts for people and human related terms, for use in other FIBO ontology elements. People as defined here are human persons only. This ontology sets out a number of basic properties which are held by people or are definitive of a small number of specific types of people such as minors or adults. Primary use cases for determining the set of personal information definitions included are the common elements required to (1) open a bank account, (2) identify a sophisticated investor, and (3) establish foreign account ownership for money laundering purposes. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-aap-ppl + People.rdf + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20160201/AgentsAndPeople/People.rdf version of the ontology was was modified per the FIBO 2.0 RFC, including integration of LCC. + The http://www.omg.org/spec/EDMC-FIBO/FND/20180801/AgentsAndPeople/People.rdf version of the ontology was was modified to deprecate legally capable person in favor of natural person (defined in Business Entities). + The http://www.omg.org/spec/FIBO/Foundations/20130601/AgentsAndPeople/People.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to revise and extend the set of properties about people required to fulfill the set of use cases listed above. + The https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting, resulting in https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/. + The https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report, primarily to use the hasAddress property in addresses, and change PostalAddress to PhysicalAddress in a restriction on Person. Also revised the identifiesAddress property in favor of verifiesAddress, and revised hasDateofBirth with respect to an identity document to be verifiesDateOfBirth, which was determined to be more appropriate by the RTF. + + + + + + adult + QName: fibo-fnd-aap-ppl:Adult + + a person who has attained the age of majority as defined by given jurisdiction + https://en.wikipedia.org/wiki/Adult + + + + + birth certificate + QName: fibo-fnd-aap-ppl:BirthCertificate + + an original document certifying the circumstances of the birth, or a certified copy of or representation of the ensuing registration of that birth + http://en.wikipedia.org/wiki/Birth_certificate + A birth certificate is a vital record that documents the birth of a child. Depending on the jurisdiction, a record of birth might or might not contain verification of the event by such as a midwife or doctor. + certificate of live birth + + + + + driver's license + QName: fibo-fnd-aap-ppl:DriversLicense + + an official document which states that a person may operate a motorized vehicle, such as a motorcycle, car, truck or a bus, on a public roadway + https://en.wikipedia.org/wiki/Non-driver_identification_card#Non-driver_identification_cards + driving licence + + + + + emancipated minor + QName: fibo-fnd-aap-ppl:EmancipatedMinor + + a minor who is allowed to conduct a business or any other occupation on his or her own behalf or for their own account outside the control of a parent or guardian + https://en.wikipedia.org/wiki/Emancipated_minor + The minor will then have full contractual capacity to conclude contracts with regard to the business. Whether parental consent is needed to achieve emancipated status varies from case to case. In some cases, court permission is necessary. Protocols vary by jurisdiction. + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + identity document + QName: fibo-fnd-aap-ppl:IdentityDocument + + any legal document which may be used to verify aspects of a person's identity + https://en.wikipedia.org/wiki/Identification_card + If issued in the form of a small, mostly standard-sized card, it is usually called an identity card (IC). Countries which do not have formal identity documents may require informal documents. In the absence of a formal identity document, driving licenses can be used in many countries as a method of proof of identity, although some countries do not accept driving licenses for identification, often because in those countries they don't expire as documents and can be old and easily forged. Most countries accept passports as a form of identification. Most countries have the rule that foreign citizens need to have their passport or occasionally a national identity card from their country available at any time if they do not have residence permit in the country. + identity card + + + + + incapacitated adult + QName: fibo-fnd-aap-ppl:IncapacitatedAdult + + + an adult who is legally identified as not having legal capacity, typically as a result of some inherent physical or mental incapacity or as a result of having contracted some illness which temporarily deprives them of such capacity + https://en.wikipedia.org/wiki/Capacity_(law) + Individuals may have an inherent physical condition which prevents them from achieving the normal levels of performance expected from persons of comparable age, or their inability to match current levels of performance may be caused by contracting an illness. Whatever the cause, if the resulting condition is such that individuals cannot care for themselves, or may act in ways that are against their interests, those persons are vulnerable through dependency and require the protection of the state against the risks of abuse or exploitation. Hence, any agreements that were made are voidable, and a court may declare that person a ward of the state and grant power of attorney to an appointed legal guardian. + + + + + legally capable adult + QName: fibo-fnd-aap-ppl:LegallyCapableAdult + + a person who has attained the age of majority as defined by given jurisdiction and is allowed to conduct a business or any other occupation on his or her own behalf or for their own account + + + + + legally capable person + QName: fibo-fnd-aap-ppl:LegallyCapablePerson + + true + a person who is allowed to conduct a business or any other occupation on his or her own behalf or for their own account + + + + + minor + QName: fibo-fnd-aap-ppl:Minor + + a person under a certain age, usually the age of majority in a given jurisdiction, which legally demarcates childhood from adulthood + https://en.wikipedia.org/wiki/Minor_(law) + The age depends upon jurisdiction and application, but is generally 18. + + + + + + + + + 1 + + + national identification number + QName: fibo-fnd-aap-ppl:NationalIdentificationNumber + + national insurance number + a number or text which appears on an identity document issued by a country or jurisdiction + http://en.wikipedia.org/wiki/National_identification_number + A national identification number, national identity number, or national insurance number is used by the governments of many countries as a means of tracking their citizens, permanent residents, and temporary residents for the purposes of work, taxation, government benefits, health care, and other governmentally-related functions. The number will appear on an identity document issued by a country. + +The ways in which such a system is implemented are dependent on the country, but in most cases, a citizen is issued an identification number at birth or when they reach a legal age (typically the age of 18). Non-citizens may be issued such numbers when they enter the country, or when granted a temporary or permanent residence permit. + +Many countries issued such numbers ostensibly for a singular purpose, but over time, they become a de facto national identification number. For example, the United States originally developed its Social Security number system as a means of disbursing Social Security benefits. However, due to function creep, the number has become utilized for other purposes to the point where it is almost essential to have one to, among other things, open a bank account, obtain a credit card, or drive a car. + national identity number + + + + + passport + QName: fibo-fnd-aap-ppl:Passport + + a document, issued by a national government, which certifies the identity and nationality of its holder for the purpose of international travel + https://en.wikipedia.org/wiki/Passport + The elements of identity contained in all standardized passports include information about the holder, including name, date of birth, gender and place of birth. + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + person + QName: fibo-fnd-aap-ppl:Person + + a person; any member of the species homo sapiens + natural person + + + + + has citizenship + QName: fibo-fnd-aap-ppl:hasCitizenship + + + + links a person to their country of citizenship + + + + + + has date of birth + QName: fibo-fnd-aap-ppl:hasDateOfBirth + + + + links a person with their date of birth + + + + + has family name + QName: fibo-fnd-aap-ppl:hasFamilyName + + + + + + the patronymic or family name of a person + + + + + has first name + QName: fibo-fnd-aap-ppl:hasFirstName + + + + + the given name or first name of a person, that is the name chosen for them at birth or changed by them subsequently from the name given at birth + + + + + has full legal name + QName: fibo-fnd-aap-ppl:hasFullLegalName + + + + the legally complete name of a person, as used in formal dealings of a legal or contractual nature + + + + + has gender + QName: fibo-fnd-aap-ppl:hasGender + + + + links a particular gender value with a person + + + + + has given name + QName: fibo-fnd-aap-ppl:hasGivenName + + + + the given name or first name of a person, that is the name chosen for them at birth or changed by them subsequently from the name given at birth + + + + + has last name + QName: fibo-fnd-aap-ppl:hasLastName + + + + + the patronymic or family name of a person + + + + + has maiden name + QName: fibo-fnd-aap-ppl:hasMaidenName + + + + the patronymic or family name which a person was born with and which predates any changes of name due to marriage + + + + + has middle name or initial + QName: fibo-fnd-aap-ppl:hasMiddleNameOrInitial + + + + one or more additional names or initial letters for names that occur between a person's first and last name + + + + + has person name + QName: fibo-fnd-aap-ppl:hasPersonName + + + + links any sort of name to an individual person + + + + + has place of birth + QName: fibo-fnd-aap-ppl:hasPlaceOfBirth + + + + links a person with their place of birth + + + + + has surname + QName: fibo-fnd-aap-ppl:hasSurname + + + + the patronymic or family name of a person + + + + + verifies address + QName: fibo-fnd-aap-ppl:verifiesAddress + + + + verifies a person's address as recorded in an identity document + + + + verifies date of birth + QName: fibo-fnd-aap-ppl:verifiesDateOfBirth + + + + verifies the person's date of birth + + + + verifies place of birth + QName: fibo-fnd-aap-ppl:verifiesPlaceOfBirth + + + + verifies the person's place of birth + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Agreements/Agreements.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Agreements/Agreements.rdf new file mode 100755 index 0000000..6cfce40 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Agreements/Agreements.rdf @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + +]> + + + + Agreements Ontology + QName: fibo-fnd-agr-agr: + This ontology defines concepts for agreements, for use in other ontology elements. Agreements as defined here are the actual agreements between parties, and this ontology is intended to be referred to in conjunction with the contracts ontology which defines the actual contracts which formalize such agreements. The concepts of agreement and contract are intended to be kept distinct in the FIBO ontologies, that is neither is intended to be regarded as a sub type of the other. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-agr-agr + Agreements.rdf + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Agreements/Agreements.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to revise a few of the definitions based on more formal sources. + The https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreement.rdf version of the ontology was modified per FIBO 2.0 RFC to add general concepts including obligor, obligee, and beneficiary in support of other FIBO domain areas. + The https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreement.rdf version of the ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreement.rdf version of the ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.1/AboutFND-1.1/. + + + + + + + + + 2 + + + + + + + + + agreement + QName: fibo-fnd-agr-agr:Agreement + + a negotiated and usually legally enforceable understanding between two or more legally competent parties + http://www.businessdictionary.com/definition/agreement.html + Although a binding contract can (and often does) result from an agreement, an agreement typically documents the give-and-take of a negotiated settlement and a contract specifies the minimum acceptable standard of performance. + An agreement may be formalized in the form of a Contract or other formal instrument, or it may not. + In the sense intended here, negotiated refers to something with some offer and acceptance, with or without further to and fro discussions between these two end points. + + + + + + + + + + + + 0 + + + + + beneficiary + QName: fibo-fnd-agr-agr:Beneficiary + + a party that receives some benefit or advantage or profits from something + + + + commitment + QName: fibo-fnd-agr-agr:Commitment + + A legal construct which represents the undertaking on the part of some party to act or refrain from acting in some manner. + The undertaking by some party to act or refrain from acting results in an obligation on the part of that party, and usually results in the existence of some corresponding right on the party of some other party, in the event that the commitment is to such party. Thus Obligations and Rights are considered as reciprocal aspects of this Commitment concept. + + + + + commitment at large + QName: fibo-fnd-agr-agr:CommitmentAtLarge + + a commitment made by some party without direct involvement from the potential beneficiaries of that commitment + Forms the basis for negotiable securities including transferable contracts and potentially other types of agreement such as software licenses. + + + + + individual unilateral commitment + QName: fibo-fnd-agr-agr:IndividualUnilateralCommitment + + a commitment made by some party unilaterally to another specific party + + + + + + + + + + + mutual agreement + QName: fibo-fnd-agr-agr:MutualAgreement + + an agreement between two or more specific named parties. The rights and obligations pertaining to either party cannot be transferred to another party without prior agreement + This may or may not be a contractual agreement - it also forms the basis of REA transaction models which may or may not refer to contractual agreements, since REA is also used to frame transactions internal to an individual organization. + + + + + mutual commitment + QName: fibo-fnd-agr-agr:MutualCommitment + + A commitment between two or more parties + + + + + + + + + + + + 0 + + + + + obligee + QName: fibo-fnd-agr-agr:Obligee + + a party to whom some commitment or obligation is owed, either legally or per the terms of an agreement + + + + + + + + + + + + + + + + + + 0 + + + + + obligor + QName: fibo-fnd-agr-agr:Obligor + + a party that is bound legally or by agreement to repay a debt, make a payment, do something, or refrain from doing something + obligated party + obligator + + + + + unilateral commitment + QName: fibo-fnd-agr-agr:UnilateralCommitment + + A commitment made by one party without reference to the party to which the commitment is made. + + + + + has obligation + QName: fibo-fnd-agr-agr:hasObligation + + + + identifies a duty or obligation that a given party has taken on + + + + is obligation of + QName: fibo-fnd-agr-agr:isObligationOf + + + identifies a party that has a given obligation + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Agreements/Contracts.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Agreements/Contracts.rdf new file mode 100755 index 0000000..0e60d97 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Agreements/Contracts.rdf @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + +]> + + + + Contracts Ontology + QName: fibo-fnd-agr-ctr: + This ontology defines concepts relating to contracts, for use in other FIBO ontology elements. These include written contracts which are the concrete evidence of agreements between parties, along with verbal contracts. Contracts are further broken down into bilateral and transferable contracts, the latter being the basis for most financial instruments. Properties of contracts are also defined, in particular contractual terms and contract parties. These concepts all form the basis of concepts in the financial services industry, for example interest payment terms are a kind of contract terms set, and security holders are a kind of contract counterparty. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-agr-ctr + Contracts.rdf + + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Agreements/Contracts.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.1 RTF report to add a parent of hasDate to date properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.2 RTF report to revise definitions related to contractual element, add contractual commitment and deprecate contract terms set. + The https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 2.0 RFC to augment restrictions on contract and contractual commitment. + + + + + + conditions precedent + QName: fibo-fnd-agr-ctr:ConditionsPrecedent + + Conditions precedent on some obligation. These are conditions which would alter the Obligation as it is otherwise stated. + Introduced for ISDA Master Agreement. It is likely that the Conditions Precedent defined for OTC Derivatives Master Agreements are actually applicable more widely. However, they are defined within the ISDA terms for now. Modeling note / review question: Modeled as a kind of Terms Set, combining terms and conditions. Should consider whether terms and conditions are distinct (Condition would then be a separate archetype). + + + + + + + + + + + + + + + 2 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + contract + QName: fibo-fnd-agr-ctr:Contract + + a voluntary, deliberate agreement between two or more competent parties to which those parties agree to be legally bound, and to which the parties must have provided valuable consideration + http://www.businessdictionary.com/definition/contract.html + Contracts are usually written but may be spoken or implied, and generally have to do with employment, sale or lease, or tenancy. + + + + + contract counterparty + QName: fibo-fnd-agr-ctr:ContractCounterparty + + in the event that a contract identifies either party to that contract as being the principal, this is the other party to that contract + The parent concept of ContractParty is the one to use when no participant in the contract is identified as being the principal; where one entity is identified as being the principal to a contract, then the other party or parties to the contract are to be identified as counterparties. Note that the alternative usage of the term counterparty, being a given person's opposite number in some contract, is not the concept intended here, and those two concepts are disjoint. + Where no party is identified as the principal to a contract, both or all parties are simply identified as being parties to the contract. That is, the concept counterparty, as defined here, is specifically in opposition to principal; other usages of the word counterparty exist. + + + + + contract document + QName: fibo-fnd-agr-ctr:ContractDocument + + a written document, whether physical or electronic, which sets out the formal terms and conditions of some written contract + Written here does not necessarily mean a paper document but includes situations in which the contract is expressed electronically, whether as an electronic representation of a formal document such as in PDF form or as an electronic message, provided in the latter case that the message is expressly given formal contractual standing, for example as indicated in a separate covering agreement between the parties. + + + + + contract originator + QName: fibo-fnd-agr-ctr:ContractOriginator + + the party that originates the contract and acts as the principal in that contract regardless of the owner or counterparty + + + + + contract party + QName: fibo-fnd-agr-ctr:ContractParty + + a party to the contract, that is a contractually capable person or organization which is a signatory to the contract, and which grants or concedes certain rights and obligations as defined in the contract + + + + + contract principal + QName: fibo-fnd-agr-ctr:ContractPrincipal + + the party identified as being the principal or first party to a contract, in the event that the contract distinguishes any party as the principal + http://www.businessdictionary.com/definition/principal.html + In law, the principal is the party that has the primary responsibility in a liability or obligation, as opposed to an endorser, guarantor, or surety. + + + + + + + + + + + + contract terms set + QName: fibo-fnd-agr-ctr:ContractTermsSet + + true + terms and conditions that define the commitment made by the contracting parties, such as rights and obligations when a contract is awarded or entered into + These include general conditions which are common to all types of contracts, such as general and special arrangements, provisions, requirements, rules, specifications, and standards that form an integral part of an agreement or contract, as well as special conditions which are peculiar to a specific contract (such as, contract change conditions, payment conditions, price variation clauses, penalties). + http://www.businessdictionary.com/definition/conditions-of-contract.html + + + + + contract third party + QName: fibo-fnd-agr-ctr:ContractThirdParty + + someone who may be indirectly involved but is not a principal party to an arrangement, contract, deal, lawsuit, or transaction + http://www.businessdictionary.com/definition/third-party.html + + + + + + + + + + + + + + + + + + contractual commitment + QName: fibo-fnd-agr-ctr:ContractualCommitment + + terms and conditions that define the commitment made by the contracting parties, such as rights and obligations when a contract is awarded or entered into + These include general conditions which are common to all types of contracts, such as general and special arrangements, provisions, requirements, rules, specifications, and standards that form an integral part of an agreement or contract, as well as special conditions which are peculiar to a specific contract (such as, contract change conditions, payment conditions, price variation clauses, penalties). + http://www.businessdictionary.com/definition/conditions-of-contract.html + + + + + contractual definition + QName: fibo-fnd-agr-ctr:ContractualDefinition + + a contractual element that defines something in a contract or other legal instrument + These are agreed definitions which are then referred to in terms in contracts or other legal instruments. + + + + contractual element + QName: fibo-fnd-agr-ctr:ContractualElement + + general and special arrangements, provisions, requirements, rules, specifications, and standards that form an integral part of an agreement or contract + http://www.businessdictionary.com/definition/terms-and-conditions.html + + + + + + mutual contractual agreement + QName: fibo-fnd-agr-ctr:MutualContractualAgreement + + + a contract between two or more specific named parties; the rights and obligations pertaining to either party cannot be transferred to another party without prior written permission or a change to the contract itself + bilateral contract + + + + + non-binding terms + QName: fibo-fnd-agr-ctr:NonBindingTerms + + contractual commitments that do not have binding legal standing on the issuer or holder + + + + + non-binding terms set + QName: fibo-fnd-agr-ctr:NonBindingTermsSet + + true + terms that do not have binding legal standing on the issuer or holder + + + + + + promissory note + QName: fibo-fnd-agr-ctr:PromissoryNote + + a promissory note is a written, signed, unconditional, and unsecured promise by one party (the maker or promisor) to another (the payee or promisee) that commits the maker to pay a specified sum on demand, or on a fixed or a determinable date + Unlike a contract, a Promissory Note does not need to be signed by both parties. It is essentiually a promise from one party to the holder, of some good or benefit. Promissory notes would generally by fully fungible. These are modeled as a kind of contract but are essentially a kind of unilateral contract between the issuer and the holder, and some authorities might not see this as a contract at all. Cash is a kind of promissory note, with the issuer being a central bank. + http://www.businessdictionary.com/definition/promissory-note.html + Promissory notes (such as bank or currency notes) are negotiable instruments. + + + + transferable contract + QName: fibo-fnd-agr-ctr:TransferableContract + + + + + + + + + + + + + + + + + + + + + + a contract in which the rights and obligations of one party (the holder) may be transferred to another party, which thereby takes on the same rights and obligations with respect to the other party to the contract + www.edmcouncil.org + Note that the ability to transfer ownership of one side of a contract, and the concept of assignability, are distinct. In one case the contract may be freely traded; in the other case, some legal transfer of rights to a third party takes place, without a change in who are the signatories of a (typically bilateral) contract. + + + + + transferable contract holder + QName: fibo-fnd-agr-ctr:TransferableContractHolder + + a party that holds a transferable contract and enjoys the benefits defined in that contract while they hold it + This party may transfer the contract to another party without reference to the issuer, for example by selling it in some marketplace. + + + + + + + + + + + unilateral contract + QName: fibo-fnd-agr-ctr:UnilateralContract + + a contract in which only one party makes an express promise, or undertakes a performance without first securing a reciprocal agreement from the other party + http://legal-dictionary.thefreedictionary.com/Unilateral+contract + In a unilateral, or one-sided, contract, one party, known as the offeror, makes a promise in exchange for an act (or abstention from acting) by another party, known as the offeree. If the offeree acts on the offeror's promise, the offeror is legally obligated to fulfill the contract, but an offeree cannot be forced to act (or not act), because no return promise has been made to the offeror. After an offeree has performed, only one enforceable promise exists, that of the offeror. + +A unilateral contract differs from a Bilateral Contract, in which the parties exchange mutual promises. Bilateral contracts are commonly used in business transactions; a sale of goods is a type of bilateral contract. + + + + + verbal contract + QName: fibo-fnd-agr-ctr:VerbalContract + + + a contract that exists as a result of some verbal exchange + + + + + + + + + + + written contract + QName: fibo-fnd-agr-ctr:WrittenContract + + a formal contract that is written and signed by the parties thereto + + + + defines terms for + QName: fibo-fnd-agr-ctr:definesTermsFor + + + added to support requirements in Business Entities, 2013-05-22 + the contract sets out the terms for the something + + + + + has contract party + QName: fibo-fnd-agr-ctr:hasContractParty + + + + has a party which is a signatory to the contract and to which is granted certain rights and obligations as defined in the contract and which concedes certain rights to and imposes certain obligations upon the other party as defined in the contract + + + + + has contractual element + QName: fibo-fnd-agr-ctr:hasContractualElement + + + + indicates an element, such as contractual definitions, terms describing commitments and the like, that forms part of a contract + + + + + has counterparty + QName: fibo-fnd-agr-ctr:hasCounterparty + + + + identifies a counterparty to a contract + + + + + has effective date + QName: fibo-fnd-agr-ctr:hasEffectiveDate + + + the date a contract, relationship, or policy comes into force + + + + + has execution date + QName: fibo-fnd-agr-ctr:hasExecutionDate + + + the date on which a contract has been fully performed by all parties + + In other words, the execution date is the date on which the terms of the contract have been completely fulfilled. + + + + + has execution date time stamp + QName: fibo-fnd-agr-ctr:hasExecutionDateTimeStamp + + + the date and time, including time zone, on which a contract has been fully performed by all parties + + In other words, the execution date time stamp is the date and time on which the terms of the contract have been completely fulfilled. + + + + + has governing jurisdiction + QName: fibo-fnd-agr-ctr:hasGoverningJurisdiction + + + + the jurisdiction governing the contract, as agreed by all parties + As modeled, this relationship combines two slightly different senses in which a Jurisdiction may be named in some Contract: the jurisdiction under whose laws the contract is deemed to be in force, and the jurisdiction under which the parties agree to submit in the event of any dispute resolution. ScopeNote: One thing to tease out is whether 'Dispute Resolution' and other forms of 'Governing Law' are one and the same thing or not. Dispute Resolution is uncontroversial, the question is whether there are other implications to Governing Law or if it's the same thing. For instance I may undertake to behave as though I were responsible to a particular authority i.e., a particular set of statutes. + In a written contract this is generally identified, for example, as Governing Law, namely the jurisdiction in which any disputes arising from the contract are to be resolved. + + + + + has non-binding terms + QName: fibo-fnd-agr-ctr:hasNonBindingTerms + + + + refers to terms that are included in the contract but are not considered binding + In other words, a breach of such terms in the future would not be considered to be a breach of the contract. + + + + + has principal + QName: fibo-fnd-agr-ctr:hasPrincipal + + + + identifies the main or principal party to a contract + + + + + has terms + QName: fibo-fnd-agr-ctr:hasTerms + + + + true + identifies the written terms which define and describe the commitments, rights and obligations of the parties to the contract and set out commonly agreed definitions, calculations and the like, and which form part of the contract + These are generally grouped for convenience as definitions, such as debt repayment terms, and may or may not equate to a formal clause, section, paragraph or other textual construct of the contract. + + + + + has third party + QName: fibo-fnd-agr-ctr:hasThirdParty + + + + identifies a party which is not signatory to the party but has some role in the overall context defined by the contract. + + + + is assignable + QName: fibo-fnd-agr-ctr:isAssignable + + + + indicates whether the contract and the rights thereunder may be assigned by one of the signatories to some other party + This is believed to be the basis on which transferable contracts such as financial securities and software licences may be bought and sold on some market, and also the basis on which a bilateral contract such as an over the counter derivative may be novated so that a new party becomes one of the parties. There are subtle distinctions between these three concepts which are not yet represented here. + Concept and notes originate from SMER - OTC Derivatives + An assignment (Latin cessio) is a term used with similar meanings in the law of contracts and in the law of real estate. In both instances, it encompasses the transfer of rights held by one party, the assignor, to another party, the assignee. The details of the assignment determines some additional rights and liabilities (or duties). Typically a third-party is involved in a contract with the assignor, and the contract is in effect transferred to the assignee. + + + + is evidence for + QName: fibo-fnd-agr-ctr:isEvidenceFor + + + corroborates + + + + is evidenced by + QName: fibo-fnd-agr-ctr:isEvidencedBy + + + is attested by + + + + + is qualified by + QName: fibo-fnd-agr-ctr:isQualifiedBy + + indicates a constraint, limitation or refinement on something + + + + + qualifies + QName: fibo-fnd-agr-ctr:qualifies + + + limits, constrains or refines + + + + supersedes + QName: fibo-fnd-agr-ctr:supersedes + + + + the or any earlier contract which this contract supersedes + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Arrangements.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Arrangements.rdf new file mode 100755 index 0000000..3378ca8 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Arrangements.rdf @@ -0,0 +1,166 @@ + + + + + + + + + + + + + +]> + + + + Arrangements Ontology + QName: fibo-fnd-arr-arr: + This ontology defines abstract structural concepts, including arrangement and collection, for use in other FIBO ontology elements. These abstract concepts are further refined to support definition of identifiers, codes, quantities, and schemata that organize and classify such identifiers and codes. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2019 EDM Council, Inc. + Copyright (c) 2014-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ + fibo-fnd-arr-arr + Arrangements.rdf + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting to promote Collection to the top level in the hierarchy, resulting in https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.2 RTF report to add a definition for a structured collection. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements.rdf version of this ontology was revised for the FIBO 2.0 RFC report to add a general definition for scheme, add dated collection, and add mappings to LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements.rdf version of this ontology was revised to loosen the range on hasObservedDateTime such that it can be used more generally. + + + + + arrangement + QName: fibo-fnd-arr-arr:Arrangement + + + an organizing structure for something + + + + + collection + QName: fibo-fnd-arr-arr:Collection + + + a grouping of some variable number of things (may be zero) that have some shared significance + + + + collection constituent + QName: fibo-fnd-arr-arr:CollectionConstituent + + + + + + + + a constituent of a collection + + + + + dated collection constituent + QName: fibo-fnd-arr-arr:DatedCollectionConstituent + + + + + + + + a constituent of a collection that is associated with a date and time + + + + + + + + + + + dated structured collection + QName: fibo-fnd-arr-arr:DatedStructuredCollection + + a structured collection that includes some dated elements + + + + + + + + 0 + + + scheme + QName: fibo-fnd-arr-arr:Scheme + + a structure or means of organizing information such as a schema, numbering system, organization scheme, measurement system, taxonomy, or language for organizing information + + + + + structured collection + QName: fibo-fnd-arr-arr:StructuredCollection + + a collection that has a clearly defined structure or organization + + + + has collection size + QName: fibo-fnd-arr-arr:hasCollectionSize + + + indicates the number of elements in a given collection + + + + + has constituent + QName: fibo-fnd-arr-arr:hasConstituent + + + an essential part, component, or element of some collection or set + + + + has observed date and time + QName: fibo-fnd-arr-arr:hasObservedDateTime + + indicates a date and time for an observation captured in a collection constituent + + + + is constituent of + QName: fibo-fnd-arr-arr:isConstituentOf + + + + identifies the collection that something is an essential part, component, or element of + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/ClassificationSchemes.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/ClassificationSchemes.rdf new file mode 100755 index 0000000..fb7f000 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/ClassificationSchemes.rdf @@ -0,0 +1,121 @@ + + + + + + + + + + + + + +]> + + + + Classification Schemes Ontology + QName: fibo-fnd-arr-cls: + This ontology defines abstract concepts for representation of classification schemes that themselves are intended to permit the classification of arbitrary concepts into hierarchies (or partial orders) for use in other FIBO ontology elements. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-arr-cls + ClassificationSchemes.rdf + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes.rdf version of this ontology was introduced as a part of the initial FIBO FBC RFC and revised due to changes introduced in the FIBO 2.0 RFC. + + + + + + + + + + + + classification scheme + QName: fibo-fnd-arr-cls:ClassificationScheme + + a system for allocating classifiers (elements in a classification scheme) to objects, similar to identifiers in some cases; such classification schemes are intended to permit the classification of arbitrary objects into hierarchies (or partial orders) + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + A classification scheme may be a taxonomy, a network, an ontology, or any other terminological system. The classification may also be just a list of controlled vocabulary of property words (or terms). The list might be taken from the 'leaf level' of a taxonomy. + + + + + + + + + 1 + + + + + + + + + classifier + QName: fibo-fnd-arr-cls:Classifier + + a standardized classification or delineation for something, per some scheme for such delineation, within a specified context + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + + + + + + + industry sector classification scheme + QName: fibo-fnd-arr-cls:IndustrySectorClassificationScheme + + + a system for allocating classifiers to organizations by industry sector + Examples include the North American Industry Classification System (NAICS) and Standardized Industry Classification (SIC) in the U.S. and Canada, and the NACE (Nomenclature Générale des Activités Économiques dans les Communautés Européennes) in the EU, developed by governments to classify industries. They also include commercial classification schemes, such as the Global Industry Standard Classification (GICS) developed jointly by Morgan Stanley Capital International (MSCI) and Standard and Poor's, and competing schemes including the Industry Classification Benchmark (ICB) system, maintained by Dow Jones and London's FTSE Group, among others. + Barron's Dictionary of Business and Economics Terms, 2012 + + + + + + + + + 1 + + + industry sector classifier + QName: fibo-fnd-arr-cls:IndustrySectorClassifier + + a standardized classification or delineation for an organization, or possibly for a security representing an interest in a given organization, per some scheme for such delineation, by industry + Barron's Dictionary of Business and Economics Terms, 2012 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Codes.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Codes.rdf new file mode 100755 index 0000000..1a2c790 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Codes.rdf @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + +]> + + + + Codes and Code Sets Ontology + QName: fibo-fnd-arr-cd: + This ontology defines abstract concepts for representation of codes and coding schemes for use in other FIBO ontology elements. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ + fibo-fnd-arr-cd + Codes.rdf + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Codes.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/ in advance of the Long Beach meeting in December 2014. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Codes.rdf version of this ontology was revised for the FIBO 2.0 RFC to include the mapping to LCC. + + + + + + + + + 1 + + + + + + + 1 + + + code element + QName: fibo-fnd-arr-cd:CodeElement + + + a sequence of characters, capable of identifying that with which it is associated for some purpose, within a specified context, i.e., a code set, according to a pre-established set of rules + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + + + + + + + code set + QName: fibo-fnd-arr-cd:CodeSet + + + A system of valid symbols that substitute for specified values, e.g., alpha, numeric, symbols and/or combinations + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Documents.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Documents.rdf new file mode 100755 index 0000000..eeb4196 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Documents.rdf @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + +]> + + + + Documents Ontology + QName: fibo-fnd-arr-doc: + This ontology defines abstract concepts for representation documents for use in other FIBO ontology elements. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-arr-doc + Documents.rdf + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/ in advance of the Long Beach meeting in December 2014. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents.rdf version of this ontology was revised as a part of the FIBO 2.0 RFC to add definitions for general purpose reports. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.1 RTF report to add a parent of hasDate to date properties. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.2 RTF report to add a definition for a record. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents.rdf version of this ontology was revised to add a new records property. + + + + + + + + + + + document + QName: fibo-fnd-arr-doc:Document + + something tangible that records something, such as a recording or a photograph, or a writing that can be used to furnish evidence or information + http://www.businessdictionary.com/definition/document.html + https://en.oxforddictionaries.com/definition/document + A document serves to establish one or several facts, and can be relied upon as a proof thereof. + + + + + legal document + QName: fibo-fnd-arr-doc:LegalDocument + + a written or printed paper that bears the original, official, or legal form of something and can be used to furnish decisive evidence or information + + + + + record + QName: fibo-fnd-arr-doc:Record + + a memorialization and objective evidence of activities performed, events occurred, results achieved, or statements made, regardless of its characteristics, media, physical form, or the manner in which it is recorded or stored + Records include accounts, agreements, books, drawings, letters, magnetic/optical disks, memos, micrographics, etc. + http://www.businessdictionary.com/definition/record.html + Records are created or received by an organization in routine transaction of its business or in pursuance of its legal obligations. + + + + + reference document + QName: fibo-fnd-arr-doc:ReferenceDocument + + a document that provides pertinent details for consultation about a subject + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + report + QName: fibo-fnd-arr-doc:Report + + true + a document organized in a narrative, graphic, or tabular form, prepared on ad hoc, periodic, recurring, regular, or as required basis + http://www.businessdictionary.com/definition/report.html + Reports may refer to specific periods, events, occurrences, or subjects, and may be communicated or presented in oral, electronic, or written form. + + + + reporting party + QName: fibo-fnd-arr-doc:ReportingParty + + true + a party providing a report, typically in response to some contractual, legal, regulatory or other business requirement + + + + submitter + QName: fibo-fnd-arr-doc:Submitter + + true + a party presenting something, such as a regulatory report + + + + has data source + QName: fibo-fnd-arr-doc:hasDataSource + + relates something, such as an agreement, contract, document, report, process, and so forth to a source of data used to analyze, develop, explain, produce, or otherwise create it (e.g., Experian provides data for a CreditReport) + + + + + + has date of issuance + QName: fibo-fnd-arr-doc:hasDateOfIssuance + + + links something, typically an agreement, contract, or document, with the date it was issued + + + + + has expiration date + QName: fibo-fnd-arr-doc:hasExpirationDate + + + links something, typically an agreement, contract, document, or perishable item, with an expiration date + + + + + has reporting period + QName: fibo-fnd-arr-doc:hasReportingPeriod + + + specifies the reporting period for which a report or something else, such as a market rate or economic indicator, applies + + + + + has termination date + QName: fibo-fnd-arr-doc:hasTerminationDate + + + links something, typically an agreement, contract, document, or process, with a date on which it was terminated + + + + is about + QName: fibo-fnd-arr-doc:isAbout + + indicates the subject or topic of a given document + + + + is reported to + QName: fibo-fnd-arr-doc:isReportedTo + + true + indicates the party to which something is reported + + + + + is submitted by + QName: fibo-fnd-arr-doc:isSubmittedBy + + true + indicates the party that submits something + + + + is submitted to + QName: fibo-fnd-arr-doc:isSubmittedTo + + true + indicates the party to which something is submitted + + + + records + QName: fibo-fnd-arr-doc:records + + documents for later reference + + + + + submits + QName: fibo-fnd-arr-doc:submits + + true + presents something (a proposal, application, report, or other document) for consideration or review + http://www.merriam-webster.com/dictionary/submit + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/IdentifiersAndIndices.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/IdentifiersAndIndices.rdf new file mode 100755 index 0000000..c7de0e7 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/IdentifiersAndIndices.rdf @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + +]> + + + + Identifiers and Indices Ontology + QName: fibo-fnd-arr-id: + This ontology defines abstract concepts for representation of identifiers, identification schemes, indices and indexing schemes for use in other FIBO ontology elements. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ + fibo-fnd-arr-id + IdentifiersAndIndices.rdf + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices.rdf version of this ontology was introduced as a part of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting to promote Collection to the top level in the hierarchy, resulting in https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices.rdf version of this ontology was revised for the FIBO 2.0 RFC to incorporate mappings to LCC. + + + + + + + + + + + + identification scheme + QName: fibo-fnd-arr-id:IdentificationScheme + + + system for allocating identifiers to objects + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + + + + + + + + + + 1 + + + identifier + QName: fibo-fnd-arr-id:Identifier + + sequence of characters, capable of uniquely identifying that with which it is associated, within a specified context + ISO/IEC 11179-3 Information technology - Metadata registries (MDR) - Part 3: Registry metamodel and basic attributes, Third edition, 2013-02-15 + + + + + + + + 1 + + + + + + + 1 + + + index + QName: fibo-fnd-arr-id:Index + + an indirect shortcut derived from and pointing into, a greater volume of values, data, information or knowledge + http://en.wikipedia.org/wiki/Index + + + + + + + + + + + indexing scheme + QName: fibo-fnd-arr-id:IndexingScheme + + system for indexing values, data, information, or knowledge + + + + + is index to + QName: fibo-fnd-arr-id:isIndexTo + + + that to which the index refers + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Lifecycles.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Lifecycles.rdf new file mode 100755 index 0000000..f097276 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Lifecycles.rdf @@ -0,0 +1,264 @@ + + + + + + + + + + + + + + + + + +]> + + + + Lifecycles Ontology + QName: fibo-fnd-arr-lif: + This ontology defines a set of basic concepts for lifecycles, including the various stages and events that make up a given lifecycle, for use in describing product, trade, instrument, production, and other lifecycles in FIBO. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2017-2018 EDM Council, Inc. + Copyright (c) 2017-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-arr-lif + Lifecycles.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lifecycle + QName: fibo-fnd-arr-lif:Lifecycle + + an arrangement that compares the cyclical nature of families, organizations, processes, products, marketing, and order management, portfolio management or other systems with the cradle to grave life stages (birth, growth, maturity, decay, and death) of living organisms + The product life cycle describes the period of time over which an item is developed, brought to market and eventually removed from the market. The cycle is broken into four stages: introduction, growth, maturity and decline. The idea of the product life cycle is used in marketing to decide when it is appropriate to advertise, reduce prices, explore new markets or create new packaging. + http://www.businessdictionary.com/definition/life-cycle.html + http://www.investopedia.com/terms/p/product-life-cycle.asp + + + + + + + + + + + lifecycle event + QName: fibo-fnd-arr-lif:LifecycleEvent + + a kind of event that occurs during one or more stages of a lifecycle + a call notification or coupon payment as a part of a bond lifecycle + http://www.investopedia.com/terms/p/product-life-cycle.asp + + + + + + + + + 1 + + + + + + + + + lifecycle event occurrence + QName: fibo-fnd-arr-lif:LifecycleEventOccurrence + + a realization of an event in a stage of a lifecycle + + + + + + + + + 1 + + + + + + + + + lifecycle occurrence + QName: fibo-fnd-arr-lif:LifecycleOccurrence + + a realization of a lifecycle + + + + + + + + + + + + + + + + + + + + + + + lifecycle stage + QName: fibo-fnd-arr-lif:LifecycleStage + + a phase in a lifecycle + a research and development phase of a product lifecycle, the introduction phase in a marketing lifecycle, a growth stage in an economic lifecycle, or the origination phase in the lifecycle of a loan + http://www.businessdictionary.com/definition/life-cycle.html + http://www.investopedia.com/terms/p/product-life-cycle.asp + + + + + + + + + 1 + + + + + + + + + + + + + + + lifecycle stage occurrence + QName: fibo-fnd-arr-lif:LifecycleStageOccurrence + + a realization of a phase in a given lifecycle + + + + + has lifecycle + QName: fibo-fnd-arr-lif:hasLifecycle + + + relates something, such as a product, trade, or related process, to a lifecycle that characterizes it + http://www.businessdictionary.com/definition/life-cycle.html + + + + + has stage + QName: fibo-fnd-arr-lif:hasStage + + + + + + + + + + + + relates something, such as a product or trade lifecycle or related process, to a phase or stage in that lifecycle + http://www.businessdictionary.com/definition/life-cycle.html + + + + + is lifecycle of + QName: fibo-fnd-arr-lif:isLifecycleOf + + + + relates a lifecycle to something it characterizes + http://www.businessdictionary.com/definition/life-cycle.html + + + + + is stage of + QName: fibo-fnd-arr-lif:isStageOf + + + + + + + + + + + + + relates a stage in a product or trade lifecycle or process to the lifecycle or process that it is a stage of + http://www.businessdictionary.com/definition/life-cycle.html + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Reporting.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Reporting.rdf new file mode 100755 index 0000000..e31635f --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Arrangements/Reporting.rdf @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + +]> + + + + Reporting Ontology + QName: fibo-fnd-arr-rep: + This ontology defines the notion of a Report and related party concepts. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2018-2019 EDM Council, Inc. + Copyright (c) 2018-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-arr-rep + Reporting.rdf + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Reporting.rdf version of this ontology was modified to incorporate evaluates and isEvaluatedBy. + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + report + QName: fibo-fnd-arr-rep:Report + + + a document organized in a narrative, graphic, or tabular form, prepared on ad hoc, periodic, recurring, regular, or as required basis + http://www.businessdictionary.com/definition/report.html + Reports may refer to specific periods, events, occurrences, or subjects, and may be communicated or presented in oral, electronic, or written form. + + + + + + + + + + + reporting party + QName: fibo-fnd-arr-rep:ReportingParty + + + a party providing a report, typically in response to some contractual, legal, regulatory or other business requirement + + + + + + + + + + + submitter + QName: fibo-fnd-arr-rep:Submitter + + + a party presenting something, such as a regulatory report + + + + is reported to + QName: fibo-fnd-arr-rep:isReportedTo + + + + indicates the party to which something is reported + + + + + is submitted by + QName: fibo-fnd-arr-rep:isSubmittedBy + + + + + indicates the party that submits something + + + + is submitted to + QName: fibo-fnd-arr-rep:isSubmittedTo + + + + indicates the party to which something is submitted + + + + + reports on + QName: fibo-fnd-arr-rep:reportsOn + + + indicates a subject matter, observation(s), assessment(s), focus or other topic of a report + + + + + submits + QName: fibo-fnd-arr-rep:submits + + + + presents something (a proposal, application, report, or other document) for consideration or review + http://www.merriam-webster.com/dictionary/submit + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/BusinessDates.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/BusinessDates.rdf new file mode 100755 index 0000000..79e633e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/BusinessDates.rdf @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + +]> + + + + Business Dates Ontology + QName: fibo-fnd-dt-bd: + This ontology extends definitions of date and schedule concepts from the FinancialDates ontology with concepts defining dates that may be adjusted when they fall on weekends or holidays as defined in a given business center, for use in other FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Countries/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-dt-bd + BusinessDates.rdf + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/ version of this ontology was revised by the FIBO FND 1.2 RTF in order to add definitions for business recurrence intervals such as the day of the month and week, and to revise the representation of the end of the month to correspond to the way that the other intervals are represented for use in parametric schedules. + The https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/ version of this ontology was revised to better support definitions related to business day adjustments. + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. It is also needed to provide temporal relationships for Ownership and Control. + +These three ontologies are designed for use together: + + * FinancialDates -- financial Dates and Schedules + * BusinessDates -- business day adjustments + * Occurrences -- occurrences (events) and kinds of occurrences + +They are modularized this way to minimize the ontological committments that are imposed upon ontologies that rely upon them. Ontologies can import FinancialDates alone, or FinancialDates + BusinessDates, or FinancialDates + Occurrences, or all three together. + + + + + + + + + + 1 + + + + + + + + + business day adjustment + QName: fibo-fnd-dt-bd:BusinessDayAdjustment + + a convention that specifies what happens when a date falls on a day that is a weekend or a holiday in one or more business centers + + + + + business day convention + QName: fibo-fnd-dt-bd:BusinessDayConvention + + a convention that enumerates the possible ways to handle a date that falls on a weekend or holiday + + + + + business day following + QName: fibo-fnd-dt-bd:BusinessDayFollowing + FPML 5.1 "BusinessDayConventionEnum" + + BusinessDayFollowing is a BusinessDayConvention that means a non-business date will be adjusted to the first following day that is a business day. + + + + + business day modified following + QName: fibo-fnd-dt-bd:BusinessDayModifiedFollowing + FPML 5.1 "BusinessDayConventionEnum" + + BusinessDayModifiedFollowing is a BusinessDayConvention that means a non-business date will be adjusted to the first following day that is a business day unless that day falls in the next calendar month, in which case that date will be the first preceding day that is a calendar date. + + + + + business day modified preceding + QName: fibo-fnd-dt-bd:BusinessDayModifiedPreceding + FPML 5.1 "BusinessDayConventionEnum" + + BusinessDayModifiedPreceding is a BusinessDayConvention that means that a non-business date will be adjusted to the first preceding day that is a business day unless that day falls in the previous month, in which case that date will be the first following day that is a business day. + + + + + business day nearest + QName: fibo-fnd-dt-bd:BusinessDayNearest + FPML 5.1 "BusinessDayConventionEnum" + + BusinessDayNearest is a BusinessDayConvention that means that a non-business date will be adjusted to the nearest day that is a business day -- i.e. if the non-business day falls on any day other than a Sunday or a Monday, it will be the first preceding day that is a business day, and will be the first following business day if it falls on a Sunday or a Monday. + + + + + business day none + QName: fibo-fnd-dt-bd:BusinessDayNone + FPML 5.1 "BusinessDayConventionEnum" + + BusinessDayNone is a BusinessDayConvention that means that a date will not be adjusted if it falls on a day that is not a business day. + + + + + business day preceding + QName: fibo-fnd-dt-bd:BusinessDayPreceding + + a BusinessDayConvention that means that a date will be adjusted to the first previous day that is a business day + + + + + + + + + 1 + + + business recurrence interval + QName: fibo-fnd-dt-bd:BusinessRecurrenceInterval + + a recurrence interval that is specified using a business recurrence interval convention + + + + + business recurrence interval convention + QName: fibo-fnd-dt-bd:BusinessRecurrenceIntervalConvention + + a convention for modeling recurring days, such as the end of the month, a particular day of the month, a day of the week, or more specifically, a t-bill auction date + + + + + business recurrence interval end-of-month + QName: fibo-fnd-dt-bd:BusinessRecurrenceIntervalEndOfMonth + FIX 5.0SP2 "LegDateRollConvention/EOM" + FPML 5.1 'RollConventionEnum/EOM' + + The last day of a calendar month irrespective of the length of the calendar month. + + + + convention + QName: fibo-fnd-dt-bd:Convention + + a widely accepted or established way of doing 'something' within some community of practice + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + https://en.oxforddictionaries.com/definition/convention + + + + + + + + + 1 + + + day of the month + QName: fibo-fnd-dt-bd:DayOfMonth + + a business recurrence interval that indicates a specific, recurring day of the month + This class is only used or meaningful when a regular period in a schedule is monthly, i.e., period is 1 month. + + + + + day of the week + QName: fibo-fnd-dt-bd:DayOfWeek + + + + + + + + + + + + + + + + + + + + + + a business recurrence interval that indicates a specific, recurring day of the week + This class is only used or meaningful when a regular period in a schedule is weekly, i.e., period is 1 week. + + + + + end of the month + QName: fibo-fnd-dt-bd:EndOfMonth + + a business recurrence interval that indicates the last day of a calendar month, regardless of the length of that month + + + + + has business center + QName: fibo-fnd-dt-bd:hasBusinessCenter + + + identifies a location where business is conducted, and hence the business calendar used to adjust dates + + + + + has business day adjustment + QName: fibo-fnd-dt-bd:hasBusinessDayAdjustment + + + identifies a convention for adjustment of the business day for handling weekends and holidays + + + + + has business day convention + QName: fibo-fnd-dt-bd:hasBusinessDayConvention + + + + identifies a convention regarding how a date should be handled when it falls on a day that is not a business day + + + + + has business recurrence interval convention + QName: fibo-fnd-dt-bd:hasBusinessRecurrenceIntervalConvention + + + + identifies a convention regarding how certain recurring dates should be handled with respect to a given schedule, such as the end of the month + + + + + holds during + QName: fibo-fnd-dt-bd:holdsDuring + + a relationship that states that some condition or state holds during a specified date period + + + + + + + + 1 + + + + + + + + + + 1 + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/FinancialDates.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/FinancialDates.rdf new file mode 100755 index 0000000..3ba91d0 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/FinancialDates.rdf @@ -0,0 +1,953 @@ + + + + + + + + + + + + + + +]> + + + + Financial Dates Ontology + QName: fibo-fnd-dt-fd: + This ontology provides definitions of date and schedule concepts for use in other FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2019 EDM Council, Inc. + Copyright (c) 2014-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-dt-fd + FinancialDates.rdf + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ version of this ontology was revised by the FIBO 2.0 RFC in order to introduce the definition of a time instant, to eliminate a reasoning issue with relative dates, and remove a circular dependency inadvertently incorporated in the ontology with a FIBO FND 1.2 modification. + The https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ version of this ontology was revised by the FIBO FND 1.2 RTF in order to introduce the definition of a time interval, which is a location, to ground some of the concepts such as a date period, and duration as well as to support the definition of business recurrence intervals for use in parametric schedules for securities. + The https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ version of this ontology was revised to introduce a composite date datatype to allow for cases whereby the representation of a date for certain purposes, such as GLEIF LEI data, is inconsistent, and to facilitate mapping FIBO to multiple data sources in user environments. + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. It is also needed to provide temporal relationships for Ownership and Control. + +These three ontologies are designed for use together: + + * FinancialDates -- financial Dates and Schedules + * BusinessDates -- business day adjustments + * Occurrences -- occurrences (events) and kinds of occurrences + +They are modularized this way to minimize the ontological committments that are imposed upon ontologies that rely upon them. Ontologies can import FinancialDates alone, or FinancialDates + BusinessDates, or FinancialDates + Occurrences, or all three together. + + + + + + + + + + + + + + + + ad hoc schedule + QName: fibo-fnd-dt-fd:AdHocSchedule + + a schedule that consists of (comprises) AdHocScheduleEntries, each of which specifies a date + Other ontologies can extend AdHocSchedule and/or AdHocScheduleEntry as needed to relate the date to something. In particular, the Occurrences ontology extends AdHocScheduleEntry to associate an OccurrenceKind with each entry. The intended meaning is that an Occurrence of the OccurrenceKind happens on the corresponding Date. + + + + + + + + 0 + + + ad hoc schedule entry + QName: fibo-fnd-dt-fd:AdHocScheduleEntry + + an entry, including a date, among multiple ad hoc schedule entries that jointly make up an AdHocSchedule + Other ontologies can extend AdHocScheduleEntry as needed. In particular, the Occurrences ontology extends AdHocScheduleEntry to consist of occurrences (events) of a given OccurrenceKind. The meaning is that an ad hoc schedule entry comprises a date and an event which is scheduled to occur on that date; in other words Occurrence of the OccurrenceKind should happen on the Date of the OccurrenceKind. Either reified dates or data values for dates can be used, as appropriate. + The Date of an AdHocScheduleEntry can be an ExplicitDate or any kind of CalculatedDate, such as: + +* An OccurrenceBasedDate -- a Date that itself is defined by an Occurrence (see the Occurrences ontology) +* A RelativeDate - a Date relative to another Date, such as T+3 +* A SpecifiedDate - a Date that is defined by an arbitrary rule + + + + + calculated date + QName: fibo-fnd-dt-fd:CalculatedDate + + + a date that is or will be calculated in some way + The hasDateValue property of a CalculatedDate is not set until the Date is calculated. Since the calculation may depend upon future events that may or may not ever happen, the hasDateValue property may never be set. + + + + + calendar month + QName: fibo-fnd-dt-fd:CalendarMonth + ISO 8601, clause 2.2.11 + + time interval resulting from the division of a calendar year in 12 time intervals, each with a specific name and containing a specific number of calendar days + + + + + calendar period + QName: fibo-fnd-dt-fd:CalendarPeriod + + an enumeration that indicates whether a CalendarSpecifiedDate is figured with respect to a calendar week, a calendar month, a calendar quarter, or a calendar year + The terms 'calendar xxx' are intended to reinforce that these are periods on a calendar, not durations. + +For example, a calendar year always starts on a January 1 and ends on a December 31. The term 'calendar year' does not mean the same thing as a duration (an amount of time) of 1 year, nor can a calendar year start on any arbitrary day of a year. For example, a calendar year never starts on September 1. + +Similar points apply to other kinds of calendar periods, such as calendar week, calendar month, and calendar quarter. + + + + + calendar quarter + QName: fibo-fnd-dt-fd:CalendarQuarter + + time interval of 3 months, starting on January 1, April 1, July 1, or October 1 + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + calendar specified interval + QName: fibo-fnd-dt-fd:CalendarSpecifiedInterval + + + a RecurrenceInterval that is specified as the nth day of some CalendarPeriod (such as a calendar month), and a TimeDirection (forward from the beginning of the month, or backwards from the end). + +The nth day is an ordinal number, not a cardinal number. '1' means the first day of the calendar period. + The 15th day of each calendar month. + The last day of each quarter, specified as RelativeDay 1, and TimeDirection set to FromEnd. + + + + + calendar week + QName: fibo-fnd-dt-fd:CalendarWeek + ISO 8601, clause 2.2.8 + + time interval of seven calendar days starting on a Monday + + + + + calendar year + QName: fibo-fnd-dt-fd:CalendarYear + ISO 8601 clause 2.2.13 + + cyclic time interval in a calendar which is required for one revolution of the Earth around the Sun and approximated to an integral number of calendar days; a year in the Gregorian calendar + + + + combined date time + QName: fibo-fnd-dt-fd:CombinedDateTime + + + + + + + + + + + + + + datatype that maps to several base types for dates and times, providing representation options where needed + There are many cases where the representation of a date may or may not include a time, and where the underlying data representation varies. This composite datatype should only be used in cases where a standard representation using one of the options in the union for date or date and time value specification does not work. + Valid values must use the ISO 8601 representation for a date, or the corresponding XML Schema Datatypes representation for a date and time, or date and time including the time zone. + + + + + + + + 1 + + + + date + QName: fibo-fnd-dt-fd:Date + + a calendar day on some calendar + A Date may or may not have a value, and may be explicit or calculated. A Date that has a value is one that is either explicitly set as a literal when it is created, or is some form of CalculatedDate. In an instance of Date, the existence of the 'hasDateValue' property both indicates that the Date is known, and gives the value of the Date. A Date that does not have a value is one that is some form of CalculatedDate, in which the actual date has not (yet) been established. + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + date period + QName: fibo-fnd-dt-fd:DatePeriod + + a time span over one or more calendar days, defined by at least two of three properties: (1) a start date, (2) an end date, and (3) a date period (duration); if more than one of these properties is missing, the DatePeriod is invalid + A DatePeriod is unknown if either the startDate or the endDate has no value. If a DatePeriod is unknown, then the duration should either be omitted or unknown (have no value). + + + + + + + + 1 + + + + date time + QName: fibo-fnd-dt-fd:DateTime + + a combination of a date and a time, without a time zone + 'hasDateTimeValue' is omitted if the DateTime is not (yet) known. + Use DateTime for the combination of a Date and a time, without a time zone. Use DateTimeStamp for the combination of a Date and a time and a time zone. + + + + + + + + 1 + + + + date time stamp + QName: fibo-fnd-dt-fd:DateTimeStamp + + a combination of a date, a time, and a time zone + time stamp + 'hasDateTimeStampValue' is omitted if the DateTimeStamp is not (yet) established. + Use DateTimeStamp when the time stamp includes a time zone field. Use DateTime for the combination of a Date and a time, without a time zone. + + + + + + + + 1 + + + + duration + QName: fibo-fnd-dt-fd:Duration + + an interval of time of some specific length + The 'hasDurationValue' property is absent if the duration is not (yet) known. + + + + + + + + + 1 + + + explicit date + QName: fibo-fnd-dt-fd:ExplicitDate + + a date in which the 'hasDateValue' property is required + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + explicit date period + QName: fibo-fnd-dt-fd:ExplicitDatePeriod + + a date period for which the start date, end date, and duration are all explicit + As with DatePeriod, any one of {start date, end date, duration} may be omitted because the missing property can be inferred from the other two. + + + + + + + + + 1 + + + explicit duration + QName: fibo-fnd-dt-fd:ExplicitDuration + + a duration for which the 'hasDurationValue' property must be set + This class is used when a duration is guaranteed to be known when it is created. + + + + + + + + + 1 + + + explicit recurrence interval + QName: fibo-fnd-dt-fd:ExplicitRecurrenceInterval + + a recurrence interval defined via an explicit duration + + + + + Friday + QName: fibo-fnd-dt-fd:Friday + + time interval that has duration 1 day and that meets a Saturday + + + + + from the end + QName: fibo-fnd-dt-fd:FromEnd + + The CalendarSpecifiedDate is the nth date from the end of a calendar period. + Two days before the end of a calendar month. + + + + + from the start + QName: fibo-fnd-dt-fd:FromStart + + The CalendarSpecifiedDate is the nth day from the beginning of a calendar period. + The first day of a calendar quarter. (The offsetDay is zero.) + + + + + Monday + QName: fibo-fnd-dt-fd:Monday + + time interval that has duration 1 day and that meets a Tuesday + + + + + recurrence interval + QName: fibo-fnd-dt-fd:RecurrenceInterval + + a time interval that is consistent between elements of a regular schedule + frequency + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + regular schedule + QName: fibo-fnd-dt-fd:RegularSchedule + + a schedule whose time intervals recur regularly + The BusinessDates ontology extends 'RegularSchedule' with an optional BusinessDayAdjustment that specifies what should happen if a scheduled date falls on a weekend or a holiday. + A 30 year mortgage is payable monthly on the 10th of the month, starting July 2015. The mortgage is issued on June 15, 2015 so the first payment is for the period June 15-June 30, and the last payment is for June 1-14 2045. + +The payment schedule is a RegularSchedule with these properties: + +* comprises: regular payment OccurrenceKind (with payment details) (see the 'comprises' property of the Occurrences ontology) +* hasInitialStub: June 15-30, 2015 for initial payment +* hasFinalStub: June 1-14, 2045 for final payment +* hasCount: 358 +* hasOverallPeriod starting Date: June 15, 2015 with a duration of 30 years +* hasRecurrenceInterval: specifies 10th day of each calendar month +* hasRecurrenceStartDate: July 1, 2015 + A corporate bond pays interest for 10 years starting on the first day of 2015. Interest payments are due 15 days after the expiration of each 6 month period: on July 15 and January 16. + +The payment schedule is a RegularSchedule, with these properties: + +* comprises: identifies the interest payment details +* overall DatePeriod starting date is '2015-01-01', ending date is '2025-01-15', and duration is 'P10Y15D' +* hasCount is 20 (2 payments per year for 10 years) +* hasRecurrenceInterval is 'P6M' +* hasRecurrenceStartDate is '2015-01-15' + A RegularSchedule is a Schedule defined as a set of Dates that start on a recurrence start date and repeat after each recurrence interval. The size of this set is defined by a count. + +The 'initial ScheduleStub' associated with a RegularSchedule identifies any special treatment applied before the recurrence start date. Similarly, a 'final ScheduleStub' identifies any special handling at the end of the recurrences. For example, a mortgage loan that is due each calendar month may have an initial payment due before the first calendar month, or a final payment due after the last monthly payment. + Other ontologies can extend RegularSchedule as needed. + +In particular, the Occurrences ontology extends RegularSchedule to 'comprise' an 'OccurrenceKind'. The intended meaning is that a regular schedule comprises a number of scheduled dates and an event which is scheduled to occur on each of those dates, in other words an Occurrence of the OccurrenceKind should happen on each Date defined by the RegularSchedule. + The recurrence start date can be an ExplicitDate or any kind of CalculatedDate. Hence, the starting date could be relative to another Date (e.g. T+3) or triggered by the Occurrence of an OccurrenceKind, etc. + +The recurrence start date can also be relative to the starting Date of the overall DatePeriod of the Schedule. + + + + + + + + + 1 + + + + + + + 1 + + + relative date + QName: fibo-fnd-dt-fd:RelativeDate + + + a calculated date that is some duration before or after another date + A settlement date, defined as T+3: three days after the trade date. The 'hasRelativeDuration' property is set to '3D'. + When the 'hasRelativeDuration' property is negative, the RelativeDate is before the 'isRelativeTo' Date; otherwise the RelativeDate is after the 'isRelativeTo' Date. + + + + + Saturday + QName: fibo-fnd-dt-fd:Saturday + + time interval that has duration 1 day and that meets a Sunday + One Saturday is the time interval that has duration 1 day and that starts Gregorian year 2000. This requirement anchors the repeating sequence of days of week to specific Gregorian days. It requires that January 1, 2000 is a Saturday. It follows that January 2, 2000 must be the Sunday that it meets, and so on. + + + + + + + + + 1 + + + schedule + QName: fibo-fnd-dt-fd:Schedule + + a collection of events or things that will be done and the dates and/or times when they will be done + http://www.merriam-webster.com/dictionary/schedule + The overall period covers the entire DatePeriod of the Schedule, from the earliest Date to the final Date of the Schedule. Schedules may be ad hoc, essentially a list of dates and events without any consistency in the durations between events, regular, in which case there is a consistently recurring interval between events, or a combination of the two. + + + + + + + + + 1 + + + schedule stub + QName: fibo-fnd-dt-fd:ScheduleStub + + a date period before the start of the recurring part of a schedule or after the end of the recurring part, which may be associated with a specific occurrence kind + The Occurrences ontology extends ScheduleStub to 'comprise' an OccurrenceKind. The meaning is that a schedule stub comprises a date period and an event which is scheduled to occur during that date period; in other words that an Occurrence of the OccurrenceKind should happen during the DatePeriod of the ScheduleStub. + A 30 year mortgage calls for monthly payments on the first day of each month, according to a RegularSchedule. If the mortgage does not start on the first day of a calendar month, then an initial ScheduleStub specifies the payment due for the DatePeriod up to the first day of the next calendar month. Similarly, a final ScheduleStub specifies the last payment due for the DatePeriod after the end of the last full calendar month. + + + + + + + + + 1 + + + specified date + QName: fibo-fnd-dt-fd:SpecifiedDate + + a calculated date that is defined by a rule, which is captured as a string by the 'hasDateSpecification' property + + + + + Sunday + QName: fibo-fnd-dt-fd:Sunday + + time interval that has duration 1 day and that meets a Monday + + + + + Thursday + QName: fibo-fnd-dt-fd:Thursday + + time interval that has duration 1 day and that meets a Friday + + + + time direction + QName: fibo-fnd-dt-fd:TimeDirection + + an enumeration that indicates whether a calendar specified date is figured from the start or the end of a calendar period + + + + time instant + QName: fibo-fnd-dt-fd:TimeInstant + + + a temporal entity that is a member of a time scale, with no extent or duration + The Battle of Hastings was on '14 October 1066'. (This gives the Julian date of the battle at a granularity of 'day'. If desired, the battle could be given more precisely as a time period within that calendar day.) + http://www.omg.org/spec/DTV/ + https://www.w3.org/TR/owl-time/#time:Instant + For scales that have a granularity specified in days, a date is a time point; for scales down to the seconds, the equivalent of an xsd:dateTime or xsd:dateTimeStamp is a time point. + The duration of each time interval that is an instance of the time point is the granularity of the time scale of the time point. + instant in time + time point + + + + time interval + QName: fibo-fnd-dt-fd:TimeInterval + + + a segment of the time axis, a location in time, with an extent or duration + the day whose Gregorian calendar date is September 11, 2001 + the lifetime of Henry V + http://www.omg.org/spec/DTV/ + https://www.w3.org/TR/owl-time/#time:Interval + Every time interval has a beginning, an end, and a duration, even if not known. Every time interval is 'finite', a bounded segment of the time axis. The beginning or end of a time interval may be defined by reference to events that occur for a time interval that is not known. + Time intervals may be indefinite, meaning that their beginning is primordiality or their end is perpetuity, or both (eternity). This vocabulary assumes that indefinite time intervals exist and have some duration, but their duration is unknown. + + + + + Tuesday + QName: fibo-fnd-dt-fd:Tuesday + + time interval that has duration 1 day and that meets a Wednesday + + + + + Wednesday + QName: fibo-fnd-dt-fd:Wednesday + + time interval that has duration 1 day and that meets a Thursday + + + + date value + QName: fibo-fnd-dt-fd:dateValue + + true + + a literal (explicit) date captured in the format specified for xsd:date (i.e., ISO 8601 format), WITHOUT a timezone field; the semantics are identical to those of xsd:date + This datatype substitutes for xsd:date, which OWL 2 does not support. + 2002-10-10 means October 10, 2002 + For consistency with FPML (reference FPML Coding Schemes 30 June 2014, Version 1.56, section 2.1.1), the year MUST be specified as 4 digits, and the month and day MUST be specified as 2 digits with a leading zero if needed. Times and timezones should NOT be specified. + + + + duration value + QName: fibo-fnd-dt-fd:durationValue + + true + + a literal (explicit) duration (amount of time) captured in the format specified for xsd:duration (i.e., ISO 8601 format); the semantics are identical to those of xsd:duration + This datatype substitutes for xsd:duration, which OWL2 does not support. + -P3D means negative 3 days duration. This is used with OffsetDates to specify 3 days before (prior) to some other Date. + P1Y means 1 year + P1Y2M3DT4H5M6S means 1 year, 2 months, 3 days, 4 hours, 5 minutes, 6 seconds + P2M means 2 months + P3D means 3 days + PT4H means 4 hours + PT5M means 5 minutes + PT6S means 6 seconds + Negative durations are used to indicate relative dates that are before (rather than after) some other Date. + + + + + has as of date + QName: fibo-fnd-dt-fd:hasAsOfDate + + relates something to the date on which it is accurate or valid (e.g. a credit report has an asOfDate that means the date when the information was drawn) + It is different from the creation date and need not be the last date of the DatePeriod covered. + + + + + has calendar period + QName: fibo-fnd-dt-fd:hasCalendarPeriod + + + identifies a calendar period used in computing a CalendarSpecifiedDate, such as a calendar week, calendar month, calendar quarter, or calendar year + + + + has count + QName: fibo-fnd-dt-fd:hasCount + + + indicates the number of things in a collection, such as the number of entries in a RegularSchedule + + + + + has date + QName: fibo-fnd-dt-fd:hasDate + + + identifies a specific date + + + + + has date period + QName: fibo-fnd-dt-fd:hasDatePeriod + + + identifies a specific period of time, including a start date, end date and or duration + + + + + has date received + QName: fibo-fnd-dt-fd:hasDateReceived + + relates something to the date when it was received, e.g., a loan application request + + + + has date specification + QName: fibo-fnd-dt-fd:hasDateSpecification + + + + A rule that specifies how a SpecifiedDate is computed. + The rule is modeled as a simple String because OWL2 provides no way to model the semantics of such a rule. + + + + + has date time + QName: fibo-fnd-dt-fd:hasDateTime + + + identifies a specific date and time of day, excluding the time zone + + + + + has date time stamp + QName: fibo-fnd-dt-fd:hasDateTimeStamp + + + identifies a specific date and time of day, including the time zone + + + + has date time stamp value + QName: fibo-fnd-dt-fd:hasDateTimeStampValue + + + specifies an actual literal (explicit) date and time, including the time zone + + + + has date time value + QName: fibo-fnd-dt-fd:hasDateTimeValue + + + specifies an actual literal (explicit) date and time + + + + has date value + QName: fibo-fnd-dt-fd:hasDateValue + + + specifies an actual literal (explicit) date captured in the format specified for xsd:date (i.e., ISO 8601 format), WITHOUT the time or timezone information; the semantics are identical to those of xsd:date + 2002-10-10 means October 10, 2002 + For consistency with FPML (reference FPML Coding Schemes 30 June 2014, Version 1.56, section 2.1.1), the year MUST be specified as 4 digits, and the month and day MUST be specified as 2 digits with a leading zero if needed. Times and timezones should NOT be specified. + + + + + + has duration + QName: fibo-fnd-dt-fd:hasDuration + + + the duration of a date period or similar concept, such as the tenor of a contract + This duration may be omitted or unknown if either the start or end Date of the DatePeriod is a CalculatedDate or an ExplicitDate. + + + + has duration value + QName: fibo-fnd-dt-fd:hasDurationValue + + + + specifies a literal (explicit) duration (amount of time) captured in the format specified for xsd:duration (i.e., ISO 8601 format); the semantics are identical to those of xsd:duration + -P3D means negative 3 days duration. This is used with OffsetDates to specify 3 days before (prior) to some other Date. + P1Y means 1 year + P1Y2M3DT4H5M6S means 1 year, 2 months, 3 days, 4 hours, 5 minutes, 6 seconds + P2M means 2 months + P3D means 3 days + PT4H means 4 hours + PT5M means 5 minutes + PT6S means 6 seconds + Negative durations are used to indicate relative dates that are before (rather than after) some other Date. + + + + + + has end date + QName: fibo-fnd-dt-fd:hasEndDate + + the ending date of some Schedule or DatePeriod + + + + + + has explicit date + QName: fibo-fnd-dt-fd:hasExplicitDate + + + indicates a stated date, as opposed to calculated or unknown date, associated with something + + + + + has final stub + QName: fibo-fnd-dt-fd:hasFinalStub + + identifies any special period at the end of a regular schedule + + + + + has initial stub + QName: fibo-fnd-dt-fd:hasInitialStub + + identifies any special period at the start of a regular schedule + + + + has ordinal number + QName: fibo-fnd-dt-fd:hasOrdinalNumber + + + An ordinal number meaning 1st, 2nd, 3rd, etc. + Negative ordinal numbers mean 1st before, 2nd before, etc. + + + + + has overall period + QName: fibo-fnd-dt-fd:hasOverallPeriod + + + identifies a DatePeriod that includes all the Dates of a Schedule, including any ScheduleStubs + + + + + has recurrence interval + QName: fibo-fnd-dt-fd:hasRecurrenceInterval + + + indicates the frequency with which some event or publication occurs + + + + + has recurrence start date + QName: fibo-fnd-dt-fd:hasRecurrenceStartDate + + the starting Date of the first recurrence of a RegularSchedule + + + + has relative duration + QName: fibo-fnd-dt-fd:hasRelativeDuration + + + a duration between two explicit dates + A relative duration may be negative. + Note that this property is distinct from hasDurationValue, as a relative duration may resolve to a relative date or date time (both of which are time points) rather than an interval, which would result in a logical inconsistency if its parent property is hasDurationValue. + + + + + has schedule + QName: fibo-fnd-dt-fd:hasSchedule + + + indicates a schedule for something + + + + + + has start date + QName: fibo-fnd-dt-fd:hasStartDate + + the starting Date of something + + + + + has stub + QName: fibo-fnd-dt-fd:hasStub + + + + links an abbreviated period at the start or end of some schedule to the overall schedule + + + + + has time direction + QName: fibo-fnd-dt-fd:hasTimeDirection + + + A TimeDirection indicates whether a CalendarSpecifiedDate is figured from the beginning or end of a calendar period. + + + + has time value + QName: fibo-fnd-dt-fd:hasTimeValue + + + specifies an actual literal (explicit) time, captured in the format specified for xsd:time (i.e., ISO 8601 format), WITHOUT the date or timezone information; the semantics are identical to those of xsd:time, which is not available for use in OWL + + + + is relative to + QName: fibo-fnd-dt-fd:isRelativeTo + + + identifies a RelativeDate or RelativeDatePeriod defined relative to this Date + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/Occurrences.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/Occurrences.rdf new file mode 100755 index 0000000..1d232ce --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/DatesAndTimes/Occurrences.rdf @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + +]> + + + + Occurrences Ontology + QName: fibo-fnd-dt-oc: + This ontology extends definitions of date and schedule concepts from the FinancialDates ontology with concepts defining occurrences (i.e., event-related concepts) for use in other FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2019 EDM Council, Inc. + Copyright (c) 2014-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-dt-oc + Occurrences.rdf + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/ version of this ontology was revised to address the issue resolutions in the FIBO 2.0 RFC, primarily to add properties that are relevant to the inputs and outputs from processes, events, systems and the like. + The https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/ version of this ontology was revised to make use of the new composite date type added to Financial Dates. + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. It is also needed to provide temporal relationships for Ownership and Control. + +These three ontologies are designed for use together: + + * FinancialDates -- financial Dates and Schedules + * BusinessDates -- business day adjustments + * Occurrences -- occurrences (events) and kinds of occurrences + +They are modularized this way to minimize the ontological committments that are imposed upon ontologies that rely upon them. Ontologies can import FinancialDates alone, or FinancialDates + BusinessDates, or FinancialDates + Occurrences, or all three together. + + + + + + + + + + + 0 + + + + + 0 + + + + + + + + + + + + + + 0 + + + + + 0 + + + + + + + + + + + + + + + + + + 0 + + + + + 0 + + + + + + + + + + + + + + + + + + 1 + + + + + 1 + + + + + 1 + + + + + + + + + 0 + + + + + + + 1 + + + occurrence + QName: fibo-fnd-dt-oc:Occurrence + + An Occurrence is a happening of an OccurrenceKind. Each Occurrence has a DateTimeStamp, which identifies when the Occurrence happened, and a Location (possibly virtual), that identifies where the Occurrence happened. + In order for other ontologies to accept FinancialDates without committing to the particular notions of 'Occurrence' and 'OccurrenceKind' that is modeled here, all aspects of Occurrences are captured in this ontology. + + + + + + + + + 1 + + + occurrence based date + QName: fibo-fnd-dt-oc:OccurrenceBasedDate + + An OccurrenceBaseDate is a CalculatedDate that is defined with respect to the Occurrence of some OccurrenceKind. The 'hasDateValue' property of an OccurrenceBasedDate is not set until the Occurrence happens. The 'triggeredBy' property relates an OccurrenceBasedDate to the OccurrenceKind that gives the meaning of the OccurrenceBasedDate. + + + + + + + + 1 + + + occurrence kind + QName: fibo-fnd-dt-oc:OccurrenceKind + + instances of OccurrenceKind are types of events, each having a description + In order for other ontologies to accept FinancialDates without committing to the particular notions of 'Occurrence' and 'OccurrenceKind' that is modeled here, all aspects of Occurrences are captured in this ontolog + Loan origination + Trade settlement + As types (or categories) of events, OccurenceKinds do not happen; OccurenceKinds describe Occurrences which happen and exemplify an OccurenceKind. As occurrences are things that actually happen, they have an actual date where as OccurenceKinds do not have an actual date. + + + + + exemplifies + QName: fibo-fnd-dt-oc:exemplifies + + + + is a realization or example of + http://www.merriam-webster.com/dictionary/exemplify + + + + has description + QName: fibo-fnd-dt-oc:hasDescription + + + a textual description of something + + + + + has event date + QName: fibo-fnd-dt-oc:hasEventDate + + + identifies a date associated with an event (occurrence) + + + + has event date value + QName: fibo-fnd-dt-oc:hasEventDateValue + + + identifies a date or date and time value associated with an event (occurrence) + + + + has input + QName: fibo-fnd-dt-oc:hasInput + + + relates something (e.g. an occurrence) to something that is used as an input to some activity or process + https://www.merriam-webster.com/dictionary/input + + + + + has occurrence + QName: fibo-fnd-dt-oc:hasOccurrence + + + identifies events of a given occurrence kind, typically as they occur in a schedule + + + + + has output + QName: fibo-fnd-dt-oc:hasOutput + + + relates something (e.g. an occurrence) to something that is the result of some activity or process + https://www.merriam-webster.com/dictionary/output + + + + is exemplified by + QName: fibo-fnd-dt-oc:isExemplifiedBy + + + + + identifies examples of a given concept + + + + is input to + QName: fibo-fnd-dt-oc:isInputTo + + indicates an input to some activity, process, system, report, analysis, etc. + + + + is output from + QName: fibo-fnd-dt-oc:isOutputFrom + + indicates an output from some activity, process, system, report, analysis, etc. + + + + is triggered by + QName: fibo-fnd-dt-oc:isTriggeredBy + + + + An OccurrenceBasedDate is triggered by an Occurrence that exemplifies the OccurrenceKind. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/GoalsAndObjectives/Goals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/GoalsAndObjectives/Goals.rdf new file mode 100755 index 0000000..d826ae3 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/GoalsAndObjectives/Goals.rdf @@ -0,0 +1,58 @@ + + + + + + + + + + + +]> + + + + Goals Ontology + QName: fibo-fnd-gao-gl: + This ontology defines the concept of a goal, for use in other FIBO ontology elements. Goal is defined in general terms and forms one of the basic properties of organizations. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-gao-gl + Goals.rdf + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/GoalsAndObjectives/Goals.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/FIBO/Foundations/20130601/GoalsAndObjectives/Goals.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to eliminate an unnecessary hasGoal property and related imports dependencies. + + + + + goal + QName: fibo-fnd-gao-gl:Goal + + a desired result that a person, organization or system envisions or plans, or to which it commits, in order to achieve a desired state + http://en.wikipedia.org/wiki/Goal + Many people endeavor to reach goals within a finite time by setting deadlines. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/GoalsAndObjectives/Objectives.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/GoalsAndObjectives/Objectives.rdf new file mode 100755 index 0000000..c1b4dee --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/GoalsAndObjectives/Objectives.rdf @@ -0,0 +1,58 @@ + + + + + + + + + + + +]> + + + + Objectives Ontology + QName: fibo-fnd-gao-obj: + This ontology defines the concept of an objective, for use in other FIBO ontology elements. Objectives are defined as being distinct from goals, in that they constitute time limited and measurable targets which some entity may seek to attain in pursuit of its goals. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-gao-obj + Objectives.rdf + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/GoalsAndObjectives/Objectives.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to eliminate an unnecessary hasObjectives property and related imports dependencies. + The https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Objectives.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + + + + + objective + QName: fibo-fnd-gao-obj:Objective + + a statement of a quantitative, measurable result that a person, organization, or system seeks to attain in order to achieve its goals + Forrester Research + This provides an attainable, time-limited, and measurable result that defines strategy and that a person, organization, or system seeks to meet in order to achieve its goals. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/Jurisdiction.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/Jurisdiction.rdf new file mode 100755 index 0000000..d709fd0 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/Jurisdiction.rdf @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + +]> + + + + Jurisdiction Ontology + QName: fibo-fnd-law-jur: + This ontology defines high level concepts relating to jurisdictions for use in other FIBO ontology elements. This includes a general definition of jurisdiction along with some basic types of jurisdiction, along with the factors which distinguish one type of jurisdiction from another. This ontology also defines basic types of legal system, and extends the basic concept of law which is in the LegalCore ontology.. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Countries/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-law-jur + Jurisdiction.rdf + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Law/Jurisdiction.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Law/Jurisdiction.rdf version of the ontology was was modified per the FIBO 2.0 RFC to integrate LCC. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Law/Jurisdiction.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to revise definitions using more formal sources. + + + + + + + + + + + + civil law jurisdiction + QName: fibo-fnd-law-jur:CivilLawJurisdiction + + a civil law jurisdiction + + + + + + + + + + + civil law system + QName: fibo-fnd-law-jur:CivilLawSystem + + a legal system originating in Europe, intellectualized within the framework of late Roman law, and whose most prevalent feature is that its core principles are codified into a referable system which serves as the primary source of law + http://en.wikipedia.org/wiki/Civil_law_(legal_system) + This can be contrasted with common law systems whose intellectual framework comes from judge-made decisional law which gives precedential authority to prior court decisions on the principle that it is unfair to treat similar facts differently on different occasions (doctrine of judicial precedent). + + + + + + + + + + + common law jurisdiction + QName: fibo-fnd-law-jur:CommonLawJurisdiction + + a jurisdiction based on common law + + + + + + + + + + + common law system + QName: fibo-fnd-law-jur:CommonLawSystem + + common law, also known as case law or precedent, is law developed by judges through decisions of courts and similar tribunals + http://en.wikipedia.org/wiki/Common_law + A jurisdiction which is based in Common Law will also have alongside a legislature that passes statutes. + By contrast, civil law (codified/continental law) is set on statutes adopted through the legislative/parliamentary process and/or regulations issued by the executive branch on base of the parliamentary statutes. + +A common law system is a legal system that gives great potential precedential weight to common law, on the principle that it is unfair to treat similar facts differently on different occasions. The body of precedent is called common law and it binds future decisions. In cases where the parties disagree on what the law is, a common law court looks to past precedential decisions of relevant courts. If a similar dispute has been resolved in the past, the court is bound to follow the reasoning used in the prior decision (this principle is known as stare decisis). If, however, the court finds that the current dispute is fundamentally distinct from all previous cases (called a matter of first impression), judges have the authority and duty to make law by creating precedent. Thereafter, the new decision becomes precedent, and will bind future courts. + + + + + + + + + + + + + + + + jurisdiction + QName: fibo-fnd-law-jur:Jurisdiction + + the limits or territory within which authority may be exercised; the power, right, or authority to interpret and apply the law + Merriam-Webster Online Dictionary + + + + + + + + + + + + + + + + legal system + QName: fibo-fnd-law-jur:LegalSystem + + Legal regimen of a country consisting of (1) a written or oral constitution, (2) primary legislation (statutes) enacted by the legislative body established by the constitution, (3) subsidiary legislation (bylaws) made by person or bodies authorized by the primary legislation to do so, (4) customs applied by the courts on the basis of traditional practices, and (5) principles or practices of civil, common, Roman, or other code of law. + This is a Mediating Thing, that is some context in which things have their meaning and existence - in this case, laws and the interpretation thereof by courts. + http://www.businessdictionary.com/definition/legal-system.html + The contemporary legal systems of the world are generally based on one of three basic systems: civil law, common law, and religious law, or combinations of these. However, the legal system of each country is shaped by its unique history and so incorporates individual variations. + + + + + + + + + + + statute law + QName: fibo-fnd-law-jur:StatuteLaw + + statutory law + written law (as opposed to oral or customary law) set down by a legislature or by a legislator (in the case of an absolute monarchy) + http://en.wikipedia.org/wiki/Statute_law + Statutes may originate with national, state legislatures or local municipalities. Statutory laws are subordinate to the higher constitutional laws of the land. + + + + applies in + QName: fibo-fnd-law-jur:appliesIn + + + indicates the jurisdiction in which a law, regulation, or legal system applies + + + + has reach + QName: fibo-fnd-law-jur:hasReach + + + + indicates the geopolitical unit (country, federal province or municipality) or geophysical extent in which the jurisdiction has effect + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/LegalCapacity.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/LegalCapacity.rdf new file mode 100755 index 0000000..eff42c2 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/LegalCapacity.rdf @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Legal Capacity Ontology + QName: fibo-fnd-law-lcap: + This ontology defines high-level legal concepts, especially those related to legal responsibilities, for use in other FIBO ontology elements. The ontology defines things which are conferred upon some entity by some legal instrument, and elaborates this into a number of specific capacities, responsibilities and powers, each of which forms the basis for many of the concepts used elsewhere in FIBO in defining legal personhood, executive powers and the like. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/ + https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/ + https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCore/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-law-lcap + LegalCapacity.rdf + + + + + + + + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Law/LegalCapacity.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity.rdf version of the ontology was modified per the FIBO 1.1 RTF to add the concept of litigation capacity to the ontology. + The https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity.rdf version of the ontology was modified per the FIBO 2.0 RFC integrate contingent rights and obligations. + The https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity.rdf version of the ontology was modified per the FIBO FBC RFC, namely to add concepts to support license, licensee, and licensor to the ontology. + The https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity.rdf version of the ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report. + + + + + + claim + QName: fibo-fnd-law-lcap:Claim + + a demand or assertion made by one party on another, based on facts that, taken together, give rise to a legally enforceable right or judicial action + Claims arise from the existence of a formal commitment between the parties or as implicitly agreed upon through the operation of law or constitution. + + + + + + + + + + + + + + + + + contingent obligation + QName: fibo-fnd-law-lcap:ContingentObligation + + an obligation that depends on a future event or the performance of an action + + + + + + + + + + + + + + + + + contingent right + QName: fibo-fnd-law-lcap:ContingentRight + + a right that depends on a future event or the performance of an action + Contingent means that the interest, claim, or right is conditional, realized only when and if something occurs. + + + + + contractual capability + QName: fibo-fnd-law-lcap:ContractualCapability + + the capacity to enter into legally binding contracts + This is the capacity which defines Contractually Capable Entity (sometimes labeled as 'Legal Entity') as distinct from 'Legal Person'. In the latter case the liabilities incurred in the contract accrue also to the Legal Person. In the case of contractual capability, the entity has the authority to enter into contracts, whether or not the liabilities accrue to that same entity (which they do if it is also a Legal Person). For Legal Entities which are not Legal Persons, the liability unwinds to some legal person within the structure of the entity, for example a General Partner or a Trustee. + + + + + + + + + + + + + + + + + contractual obligation + QName: fibo-fnd-law-lcap:ContractualObligation + + + an obligation or duty that is specified in and imposed by a contract + + + + + contractual option + QName: fibo-fnd-law-lcap:ContractualOption + + a contractual right that may be exercised at some point in the future, such as an option to extend a contract, or other available but not obligatory rights as defined in the contract + + + + + + + + + + + + + + + + + contractual right + QName: fibo-fnd-law-lcap:ContractualRight + + a contingent right conferred via a contract + + + + + delegated legal authority + QName: fibo-fnd-law-lcap:DelegatedLegalAuthority + + institutionalized and legal power inherent in a particular job, function, or position that is meant to enable its holder to successfully carry out his or her responsibilities, where such power has been delegated through some formal means + This specifically means the authority to make legally binding commitments. + This is always accompanied by an equal responsibility for one's actions or a failure to act. + + + + + duty + QName: fibo-fnd-law-lcap:Duty + + some obligation which exists and is imposed on some individual + This can also be thought of as an obligation - not in the sense in which an obligation and a right are the converse aspects of one another, but in and of itself, independent of the perspective from which it is considered. Examples include statutory obligations, reporting obligations and so on. + + + + + legal capacity + QName: fibo-fnd-law-lcap:LegalCapacity + + the capability to carry out certain actions or to have certain rights together with the resources to do so + + + + + + + + 0 + + + + + + + + + + + + + + + + + + 0 + + + legal construct + QName: fibo-fnd-law-lcap:LegalConstruct + + something which is conferred by way of law or contract, such as a right + Obligations are an aspect of this category of thing, as are rights. + + + + + + + + + + + legal obligation + QName: fibo-fnd-law-lcap:LegalObligation + + an obligation or duty that is enforceable by a court + + + + + + + + + + + legal right + QName: fibo-fnd-law-lcap:LegalRight + + a contingent right or privilege that, if challenged, would be supported in court as a claim that is recognizable and enforceable in law, statutes, regulations, or other legislative actions + + + + + liability capacity + QName: fibo-fnd-law-lcap:LiabilityCapacity + + the ability to be sued at law + Note that for the purposes of this model, this is distinct from culpability (the ability to commit criminal acts). That would be a separate and analogous term but with grounding in criminal rather than civil law. + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + license + QName: fibo-fnd-law-lcap:License + + grant of permission needed to do something + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + Note that in some cases, a license may also be considered an agreement or contract, depending on the specifics of the license and jurisdiction. + + + + + + + + + 1 + + + license identifier + QName: fibo-fnd-law-lcap:LicenseIdentifier + + an identifier associated with a license + + + + + + + + + + + + + + + + licensee + QName: fibo-fnd-law-lcap:Licensee + + a party to whom a license has been granted + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + licensor + QName: fibo-fnd-law-lcap:Licensor + + a party who grants a license + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + litigation capacity + QName: fibo-fnd-law-lcap:LitigationCapacity + + the legal capacity to pursue a litigation action in law + + + + + signatory capacity + QName: fibo-fnd-law-lcap:SignatoryCapacity + + the capacity of some natural person to sign agreements on the part of some organization or legal person + + + + + + + + + + + statutory responsibility + QName: fibo-fnd-law-lcap:StatutoryResponsibility + + an obligation which is defined under some body of law (statute) + + + + + has capacity + QName: fibo-fnd-law-lcap:hasCapacity + + + + + identifies an individual or organization that has some capability to carry out certain actions, or has certain rights or obligations + + + + + implies + QName: fibo-fnd-law-lcap:implies + + strongly suggests or involves as a logical consequence based on some set of observations, facts, or events + + + + + is capacity of + QName: fibo-fnd-law-lcap:isCapacityOf + + + + identifies an individual or organization on which a given legal capacity has been conferred + This includes capacities specific to duties at law (such as those for corporate officers) as well as the ability or capacity to incur liability. + + + + is implied by + QName: fibo-fnd-law-lcap:isImpliedBy + + + indicates something that is strongly suggested by something else, such as a logical consequence based on some set of observations, facts, or events + + + + + is licensed by + QName: fibo-fnd-law-lcap:isLicensedBy + + + + indicates the party that has issued a particular license to some other party + + + + + licenses + QName: fibo-fnd-law-lcap:licenses + + + issues a license required in order to perform some task, provide some service, exercise some privilege, or pursue some line of business or occupation to some party + http://www.merriam-webster.com/dictionary/regulate + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/LegalCore.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/LegalCore.rdf new file mode 100755 index 0000000..82d7662 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Law/LegalCore.rdf @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + +]> + + + + Legal Core Ontology + QName: fibo-fnd-law-cor: + This ontology defines high-level legal concepts for use in other FIBO ontology elements. These concepts include law and constitution, both of which are framed at a more abstract level than national or state laws and constitutions, so that law forms the basis both for statutes and for company by-laws, and constitution forms the basis both for national or state constitutions and for instruments which are constitutive of incorporated legal entities. This ontology also defines some of the variants of these such as governmental constitutions and ordinances. Other types of law are provided in the Jurisdictions ontology as extensions of concepts in this ontology. Court of Law is also defined here. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-law-cor + LegalCore.rdf + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Law/LegalCore.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Law/LegalCore.rdf version of the ontology was was modified per the FIBO 2.0 RFC. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Law/LegalCore.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to revise some of the text definitions using more formal sources. + + + + + + + + + + + constitution + QName: fibo-fnd-law-cor:Constitution + + A constitution defines the basic principles and laws of a nation, state, or social group that determine the powers and duties of the government and guarantee certain rights to the people in it. + This defines the framework in which laws (for a country constitution), rules and regulations (for a party or organization constitution) or contractual commitments are made and in which they have force. + Merriam-Webster Online Dictionary + + + + + court of law + QName: fibo-fnd-law-cor:CourtOfLaw + + A court of law is a court that hears cases and decides them on the basis of statutes or the common law. + Merriam-Webster Online Dictionary + + + + + governmental constitution + QName: fibo-fnd-law-cor:GovernmentalConstitution + + a set of rules and principles that define the nature and extent of government + This defines the framework in which laws are made and in which they have force. + http://en.wikipedia.org/wiki/Constitution#Governmental_constitutions + Most constitutions seek to regulate the relationship between institutions of the state, in a basic sense the relationship between the executive, legislature and the judiciary, but also the relationship of institutions within those branches. For example, executive branches can be divided into a head of government, government departments/ministries, executive agencies and a civil service/administration. Most constitutions also attempt to define the relationship between individuals and the state, and to establish the broad rights of individual citizens. It is thus the most basic law of a territory from which all the other laws and rules are hierarchically derived; in some territories it is in fact called Basic Law. + + + + law + QName: fibo-fnd-law-cor:Law + + a system of rules and guidelines which are enforced through social institutions to govern behavior + Any law or body of law, which may have force in some context, including national laws, company bylaws and the like. + http://en.wikipedia.org/wiki/Law + Law is a term which does not have a universally accepted definition. Certain laws are made by governments, specifically by their legislatures although the sense intended here is broader. The formation of laws themselves may be influenced by a constitution (written or unwritten) and the rights encoded therein. The law shapes politics, economics and society in countless ways and serves as a social mediator of relations between people. + + + + + ordinance + QName: fibo-fnd-law-cor:Ordinance + + An authoritative rule or law; a decree or command; a public injunction or regulation, such as a city ordinance against excessive horn blowing. (Source: Dictionary.com) + + + + constrains + QName: fibo-fnd-law-cor:constrains + + + + forces, compels, or obliges + http://dictionary.reference.com/browse/constrains + + + + has in force + QName: fibo-fnd-law-cor:hasInforce + + + + relates a jurisdiction or situation to a rule, regulation or law (collectively "law") that is currently in force in that situation or jurisdiction + + + + is constrained by + QName: fibo-fnd-law-cor:isConstrainedBy + + + + + identifies the policy, rule, regulation, contract, or other thing that compels or obliges someone to act in some way + + + + is in force in + QName: fibo-fnd-law-cor:isInForceIn + + + identifies a jurisdiction or similar context in which some law (including by-law, company by-law and state law) has effect + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/FormalOrganizations.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/FormalOrganizations.rdf new file mode 100755 index 0000000..e7a0984 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/FormalOrganizations.rdf @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + +]> + + + + Formal Organizations Ontology + QName: fibo-fnd-org-fm: + This ontology defines the high level concept of formal organization for use in other FIBO ontology elements. It is purposefully underspecified to facilitate mapping to other formal organization ontologies, such as the emerging W3C formal organization ontology, or others defined for specific business and financial services standards. The concepts in this ontology extend those in the Organizations ontology. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-org-fm + FormalOrganizations.rdf + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Organizations/FormalOrganizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting, resulting in http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Organizations/FormalOrganizations/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Organizations/FormalOrganizations.rdf version of this ontology was modified per the FIBO 2.0 RFC to integrate concepts from LCC. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Organizations/FormalOrganizations.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + + + + + + formal organization + QName: fibo-fnd-org-fm:FormalOrganization + + + An Organization that is recognized in some legal jurisdiction, with associated rights and responsibilities. Examples include a Corporation, Charity, Government or Church. + W3C Definition - An Organization which is recognized in the world at large, in particular in legal jurisdictions, with associated rights and responsibilities. Examples include a Corporation, Charity, Government or Church. + W3C Organization Ontology + + + + + + + + + + + group + QName: fibo-fnd-org-fm:Group + + a collection of autonomous entities + + + + + informal organization + QName: fibo-fnd-org-fm:InformalOrganization + + An organization which is not formally constituted in some way. + + + + is domiciled in + QName: fibo-fnd-org-fm:isDomiciledIn + + + + the country in which the formal organization is officially domiciled + This would normally be the country corresponding to the jurisdiction in which the formal organization is constituted or incorporated. For some primarily federal countries, the domicile is the country that makes up the federation while the jurisdiction under which the entity is registered (if it is a registered entity) would be that of some state in that federation. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/LegitimateOrganizations.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/LegitimateOrganizations.rdf new file mode 100755 index 0000000..227e0bf --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/LegitimateOrganizations.rdf @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + +]> + + + + Legitimate Organizations Ontology + QName: fibo-fnd-org-lg: + This ontology defines the concepts of legitimate and illicit organizations for use in other FIBO ontology elements. These distinctions are provided in order to facilitate modeling of concepts relevant to money laundering. Legitimate organizations such as clubs are defined. These, along with the distinctions of formal versus informal organizations, provide the universe of possible kinds of organizations which may perform specific roles such as holding shares, having control of assets of companies and so on. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-org-lg + LegitimateOrganizations.rdf + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/Organizations/LegitimateOrganizations.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/LegitimateOrganizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + + + + + + club + QName: fibo-fnd-org-lg:Club + + An informal organization formed to pursue some common interest among its members + + + + + crime syndicate + QName: fibo-fnd-org-lg:CrimeSyndicate + + An informal grouping formed for the purposes of organized criminal activities + + + + + + + + + + + illegal cartel + QName: fibo-fnd-org-lg:IllegalCartel + + A collection of companies that come together to manipulate the market in some way, e.g. price fixing + + + + + illegal organization + QName: fibo-fnd-org-lg:IllegalOrganization + + + A kind of organization which has been set up specifically to perform illegal acts or has become such + This is not to do with performing illicit acts. + +We can narrow down on a definition for Illicit Organization - one which has been set up specifically to perform illicit acts or has become such. This relates to the purpose of the organization, and the purposes of the entities which control that entity. And the acts which the entity may perform. + +(definition adopted from the above note, with Illicit changed to Illegal for clarity). + +Typically, a money laundering entity may perform (will perform) legal acts and is explicitly set up for such, but will also perform illicit acts. + +The definition of illicit is framed entirely with respect to law and not morality. + + + + + legitimate organization + QName: fibo-fnd-org-lg:LegitimateOrganization + + An organization that exists to serve some lawful purpose + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/Organizations.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/Organizations.rdf new file mode 100755 index 0000000..1504203 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Organizations/Organizations.rdf @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + +]> + + + + Organizations Ontology + QName: fibo-fnd-org-org: + This ontology defines high-level concepts for organizations and related terms, for use in other FIBO ontology elements. It is purposefully underspecified to facilitate mapping to specific organization ontologies, such as the emerging W3C organization ontology, organization from a BMM or BPMN perspective, organization from a records management (RMS) perspective, and so forth. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/GoalsAndObjectives/Goals/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-org-org + Organizations.rdf + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20160201/Organizations/Organizations.rdf version of this ontology was modified per the FIBO 2.0 RFC, to revise the definition of Organization per ISO 6523. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Organizations/Organizations.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report, to revise a restriction on Organization to reference PhysicalAddress (vs. PostalAddress). + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + organization + QName: fibo-fnd-org-org:Organization + + a unique framework of authority within which a person or persons act, or are designated to act, towards some purpose, such as to meet a need or pursue collective goals on a continuing basis + This may be a business entity or a government, international or not-for-profit, or other unincorporated social organization. + https://www.iso.org/obp/ui/#iso:std:iso-iec:6523:-1:ed-1:v1:en + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/Control.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/Control.rdf new file mode 100755 index 0000000..51a7609 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/Control.rdf @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + +]> + + + + Control Ontology + QName: fibo-fnd-oac-ctl: + This ontology defines high-level, control-related concepts for use in other FIBO ontology elements. The ontology covers basic concepts around control, along with a distinction between de jure and de facto control, the former being derived with reference to terms in the LegalCapacity ontology. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/BusinessDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-oac-ctl + Control.rdf + + + + + + + + + The http://www.omg.org/spec/FIBO/Foundations/20130601/OwnershipAndControl/Control.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + The https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + + + + + + + + + + + + + + + + + + + + + + + control + QName: fibo-fnd-oac-ctl:Control + + the possession by a party, direct or indirect, of the power to direct or cause the direction of the management and policies of a thing, whether through the ownership of voting shares, by contract, or otherwise + + + + + + + + + + + 1 + + + + + controlled thing + QName: fibo-fnd-oac-ctl:ControlledThing + + thing over which some party exercises some form of control in some context + + + + controlling capacity + QName: fibo-fnd-oac-ctl:ControllingCapacity + + the possession, direct or indirect, of the power to direct or cause the direction of the thing which is controlled + + + + + + + + + + + 1 + + + + + controlling party + QName: fibo-fnd-oac-ctl:ControllingParty + + Party which exercises some form of control in some context. + At this level of abstraction it is not defined whether the control is some degree of controlling interest, or some level of actual control (asserted or calculated) in some entity. + + + + + de facto control + QName: fibo-fnd-oac-ctl:DeFactoControl + + + control that is understood, due to condition or situation treated as standard or official, even if not explicitly stated (or actually standardized) + http://www.investorwords.com/1349/de_facto.html + Use this element for relationships where there is asserted to be control but the type of control isI either unknown or immaterial. This includes where the existence of real control of some thing or some company is inferred by running inferencing on some set of de jure controlling interests, and also where control is baldly asserted and there is nothing known about how or why such control comes about. + + + + + + de jure control + QName: fibo-fnd-oac-ctl:DeJureControl + + control that is formalized in law, or codified in some legal instrument + http://www.businessdictionary.com/definition/de-jure.html + Use this class of thing for all types of controlling interest, such as share ownership, holding of general partner equity, or being the beneficiary of any side contract in which control is ceded, as well as types of control more generally in which there is some instrument or means of control. This class defines control as a kind of legal capacity, conferred on something by something via some formal means i.e. some instrument of control. When asserting that there is some de jure controlling interest (for example in some company by some other company) we do not at the same time assert the conclusions that would be drawn as a result of observing those controlling interests - that is covered under de facto control. + + + + control by party + QName: fibo-fnd-oac-ctl:hasPartyInControl + + + + indicates the party in a control relationship where a party controls a thing + + + + is a controlled thing in role + QName: fibo-fnd-oac-ctl:isControlledThingInRole + + + + + indicates the context of control in which the thing plays the role of being controlled + + + + is a controlling party in role + QName: fibo-fnd-oac-ctl:isControllingPartyInRole + + + + + indicates the context of control in which the party plays the role of controlling some thing + + + + is in control of thing + QName: fibo-fnd-oac-ctl:isInControlOfThing + + + + Indicates the thing in a control relationship where a party controls a thing + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/Ownership.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/Ownership.rdf new file mode 100755 index 0000000..87c6b95 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/Ownership.rdf @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + +]> + + + + Ownership Ontology + QName: fibo-fnd-oac-own: + This ontology defines high-level, ownership-related concepts for use in other FIBO ontology elements. These include the concept of owner, asset and ownership along with relationships between them whereby an asset is some thing owned by some owner. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-oac-own + Ownership.rdf + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/OwnershipAndControl/Ownership.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/FIBO/Foundations/20130601/OwnershipAndControl/Ownership.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + asset + QName: fibo-fnd-oac-own:Asset + + A thing held by some party and having some value. + + + + + + + + + + + 1 + + + + + owner + QName: fibo-fnd-oac-own:Owner + + A party in the ownership role; one that owns something. The thing owned is an Asset to that Party. + + + + + + + + + + + + + + + + + + + + + + ownership + QName: fibo-fnd-oac-own:Ownership + + Ownership is the context in which some Party is said to own some Independent Thing. The Party is defined as such due to its being the owning party to that Thing. + + + + has owned thing + QName: fibo-fnd-oac-own:hasOwnedThing + + + + + indicates the party in an ownership relationship where a party owns a thing + + + + has owning party + QName: fibo-fnd-oac-own:hasOwningParty + + + + + indicates the thing in an ownership relationship where a party owns a thing + + + + is an asset of + QName: fibo-fnd-oac-own:isOwnedBy + + + + identifies the party that owns the asset + + + + is an owned thing in role + QName: fibo-fnd-oac-own:isOwnedThingInRole + + + + indicates the context of ownership in which the thing plays the role of an asset + + + + is an owning party in role + QName: fibo-fnd-oac-own:isOwningPartyInRole + + + + indicates the context of ownership in which the party plays the role of owner + + + + owns + QName: fibo-fnd-oac-own:owns + + + to have (something) as one's own, possess + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/OwnershipAndControl.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/OwnershipAndControl.rdf new file mode 100755 index 0000000..b704685 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/OwnershipAndControl/OwnershipAndControl.rdf @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + +]> + + + + Ownership and Control Ontology + QName: fibo-fnd-oac-oac: + This ontology brings the concepts of ownership and control together, in cases where the combined semantics are applicable, such as for a wholly owned subsidiary. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Control/ + https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-oac-oac + OwnershipAndControl.rdf + + + + + + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + + + + + ownership and control + QName: fibo-fnd-oac-oac:OwnershipAndControl + + + + + + + + + + + + The intersection of ownership and control reflects the unique case where an independent party both owns and controls another independent thing. + + + + is owned and controlled by + QName: fibo-fnd-oac-oac:isOwnedAndControlledBy + + + a relationship between some thing and the party that owns, influences, manages and directs it + + + + owns and controls + QName: fibo-fnd-oac-oac:ownsAndControls + + + + directs and exercises authoritative or dominating influence over some thing that is also owned + basic rule: if x controls y and x owns y then x owns and controls y +SWRL rule: controls(?x, ?y), owns(?x, ?y) -> ownsAndControls(?x, ?y) + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Parties/Parties.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Parties/Parties.rdf new file mode 100755 index 0000000..6d41f49 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Parties/Parties.rdf @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + +]> + + + + Parties Ontology + QName: fibo-fnd-pty-pty: + This ontology defines the high-level concepts of parties in roles, for use in other FIBO ontology elements. The concept of a party in a role describes some entity defined specifically in terms of some role which it performs in some formal contractual or transactional relationship. The ontology includes one or more basic party in role concepts. The ontology also includes one or more logical combinations of types of autonomous entity which may perform some of the party roles defined elsewhere in this ontology, such as the role of ownership. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2019 EDM Council, Inc. + Copyright (c) 2013-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-pty-pty + Parties.rdf + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Parties/Parties.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Parties/Parties.rdf version of this ontology was revised as a part of the issue resolutions identified in the FIBO FND 1.1 RTF report to add a parent of hasDate to date properties. + The http://www.omg.org/spec/EDMC-FIBO/FND/20160201/Parties/Parties.rdf version of this ontology was revised as a part of the FIBO 2.0 RFC to introduce disjointness axioms to aid users in understanding. + The http://www.omg.org/spec/EDMC-FIBO/FND/20180801/Parties/Parties.rdf version of this ontology was revised to add semantics to the definition of independent party, making it a direct subclass of autonomous agent (rather than inferred only) and making person and organization direct subclasses (rather than inferred only). + The http://www.omg.org/spec/FIBO/Foundations/20130601/Roles/Parties.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to combine Parties, Party Roles, and Roles in a single, new, Parties module, combine Parties and Party Roles into a single ontology, and add an inverse for the hasParty property. + + + + + + + + + + + + + + + + + + + + + + + + + independent party + QName: fibo-fnd-pty-pty:IndependentParty + + + any person or organization + + + + + + + + + + + + + + + + organization member + QName: fibo-fnd-pty-pty:OrganizationMember + + identifies that which has a membership role in some organization + + + + + + + + + 1 + + + + + + + 1 + + + party in role + QName: fibo-fnd-pty-pty:PartyInRole + + a relative concept that ties an independent party to a specific role they are standing in in which they play some part i.e. are party to + Examples include organization member, issuer, owner, partner in a partnership, shareholder, etc. + The concept of a party in a role refers only to those contexts in which in natural English one would call someone a 'party' for example being party to a contract or to a transaction; it does not cover entities as performing some role in some activity or process (the separate concept Actor covers that). A good test is whether the relative thing defined as PartyInRole can be sensibly said to have a part or play a part in something. Corresponds to the English (not data modeling) sense of the word 'Party'. + OMG Property and Casualty Information Models, dtc/12-01-04, Annex A, Glossary of Data Model Terms and Definitions + + + + + has commencement date + QName: fibo-fnd-pty-pty:hasCommencementDate + + + + the date a party relationship comes into force + + + + + has party + QName: fibo-fnd-pty-pty:hasParty + + + identifies an independent party associated with an agreement, contract, policy, regulation, or other business arrangement + + + + + has party in role + QName: fibo-fnd-pty-pty:hasPartyInRole + + + identifies a party acting in a specific role as related to the particular agreement, contract, policy, regulation, or other business relationship + + + + is a party to + QName: fibo-fnd-pty-pty:isAPartyTo + + + + identifies an agreement, contract, policy, regulation, or other business transaction that an independent party is associated with + This property should be read referring to some context (known as a 'mediating thing' in the informative upper ontology). + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Parties/Roles.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Parties/Roles.rdf new file mode 100755 index 0000000..a7f070d --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Parties/Roles.rdf @@ -0,0 +1,131 @@ + + + + + + + + + + + + + +]> + + + + Roles Ontology + QName: fibo-fnd-pty-rl: + This ontology defines some high-level concepts of roles for use in other FIBO ontology elements. These concepts include the basic property whereby something has some role, along with the high-level concept of an agent in a role. The agent in role concept provides the basis for party in role concepts in the PartyRoles ontology and is framed as some entity defined specifically in respect to some role which it performs in some context.. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-pty-rl + Roles.rdf + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Parties/Roles.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Roles/Roles.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations. + (6) to combine Parties, Party Roles, and Roles in a single, new, Parties module. + + + + + + + + + + 1 + + + agent in role + QName: fibo-fnd-pty-rl:AgentInRole + + An agent-in-role is a relative concept that ties an autonomous agent to a role they are playing in a given situational context. + OMG Property and Casualty Information Models, dtc/12-01-04, Annex A, Glossary of Data Model Terms and Definitions + + + + role + QName: fibo-fnd-pty-rl:Role + + A role is a set of connected behaviours, rights, obligations, beliefs, and norms as conceptualised by actors in the context of some situation. + http://en.wikipedia.org/wiki/Role + + + + + + + 1 + + + + + + + + + thing in role + QName: fibo-fnd-pty-rl:ThingInRole + + a thing-in-role is a relative concept that ties some thing to a role it plays in a given situational context + + + + + has role + QName: fibo-fnd-pty-rl:hasRole + + + + provides a means for relating a person, organization, group, or other entity to a role that entity plays in some relationship and context + + + + + + is played by + QName: fibo-fnd-pty-rl:isPlayedBy + + + + indicates the independent thing, typically a person or organization filling a role + a party, counterparty, or third party to a contract is played by an organization or person; an issuer of a financial instrument is typically played by an organization. + + + + plays role + QName: fibo-fnd-pty-rl:playsRole + + + indicates a role that an independent thing, such as a person or organization, plays under some circumstance + an organization in the role of employer, issuer, regulatory agency, bank, custodian, etc. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Addresses.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Addresses.rdf new file mode 100755 index 0000000..ea8bca6 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Addresses.rdf @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + +]> + + + + Addresses Ontology + QName: fibo-fnd-plc-adr: + This ontology provides a very high level definition of address, essentially a placeholder for use in mapping addresses to the appropriate regional standards or to some as yet undefined global address ontology, for use in other FIBO ontology elements. A minimal set of address related terms are included as required for financial risk management and other application use cases, and these are all to be considered as placeholders for suitable global address standards as these become available. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-plc-adr + Addresses.rdf + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/Addresses.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report. Differences from the 1.0 version include the addition of a hasAddress property and PhysicalAddress class as a parent of PostalAddress. + The http://www.omg.org/spec/EDMC-FIBO/FND/20160201/Places/Addresses.rdf version of this ontology was modified for the FIBO 2.0 RFC to integrate LCC. + The https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. Primary differences include elimination of data properties in favor of a simple class model,the addition of virtual address, and the addition of addressing scheme. + The https://spec.edmcouncil.org/fibo/ontology/Foundations/20130601/Organizations/Addresses.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to move this ontology from Organizations to Places and eliminate unnecessary properties and related imports dependencies. + + + + + + + + + + 1 + + + + + + + 1 + + + address + QName: fibo-fnd-plc-adr:Address + + an index to a location to which communications may be delivered + This came from FDTF Address Reviews Aug/Sept 2011. It represents a place holder for mapping to other standards, such as those for email, network, and other electronic addresses as well as physical and mailing addresses. + + + + + + + + + + + addressing scheme + QName: fibo-fnd-plc-adr:AddressingScheme + + a system for allocating addresses to objects + + + + + + + + + 1 + + + physical address + QName: fibo-fnd-plc-adr:PhysicalAddress + + a physical address where communications can be addressed, papers served or representatives located for any kind of organization or person + There are existing international and regional standards for defining postal addresses. This is a place holder for mapping to regional standards for postal address representation + An address is a collection of information, presented in a mostly fixed format, used for describing the location of a building, apartment, or other structure or a plot of land, generally using political boundaries and street names as references, along with other identifiers such as house or apartment numbers. Some addresses also contain special codes to aid routing of mail and packages, such as a ZIP code or post code. (Wikipedia) + + + + + post code area + QName: fibo-fnd-plc-adr:PostCodeArea + + a physical area uniquely identified by some postal code + + + + + postal address + QName: fibo-fnd-plc-adr:PostalAddress + + a physical address where postal communications can be addressed, for any kind of organization or person + + + + + virtual address + QName: fibo-fnd-plc-adr:VirtualAddress + + + an address identifying a virtual, i.e. non-physical location + + + + + has address + QName: fibo-fnd-plc-adr:hasAddress + + + has a means by which the entity may be located or contacted or may receive correspondence + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Countries.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Countries.rdf new file mode 100755 index 0000000..63b0d8a --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Countries.rdf @@ -0,0 +1,131 @@ + + + + + + + + + + + + + +]> + + + + Countries Ontology + QName: fibo-fnd-plc-cty: + This ontology provides a very high level definition of country related concepts, essentially a placeholder for use in mapping countries and intra-country concepts to the appropriate regional standards or to some as yet undefined global address ontology, for use in other FIBO ontology elements. A minimal set of geopolitical and geophysical terms are included as required for financial risk management and other application use cases, and these are all to be considered as placeholders for suitable standard ontologies for these concepts as these become available. These terms may also be mapped to controlled vocabulary standards such as ISO 3166. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-plc-cty + Countries.rdf + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Places/Countries.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/Countries.rdf version of this ontology was modified per the FIBO 2.0 RFC to integrate LCC. + The http://www.omg.org/spec/EDMC-FIBO/FND/20180801/Places/Countries.rdf version of this ontology was modified to add the hasCoverageArea property as needed for other FIBO domain areas. + + + + + + business center + QName: fibo-fnd-plc-cty:BusinessCenter + + a municipality where business is conducted, especially one that is considered a financial center + FpML Business Center and related codes, see http://www.fpml.org/coding-scheme/business-center-7-14.xml + + + + + country + QName: fibo-fnd-plc-cty:Country + + true + + a self-governing geopolitical unit that is recognized as a country by the United Nations + + + + + federal capital administrative area + QName: fibo-fnd-plc-cty:FederalCapitalArea + + The capital administrative region of a country which is a federation, if the physical area of this region does not form a part of any of the states or pronvinces which make up the federal country. + This model includes representation of the capital administrative region of those federations for which the capital is situated other than within one of the states or provinces which make up the country as a whole. This is so that addresses and other references which may need to refer to any location within the country may do so. Examples include the District of Columbia in the US, and the Canberra area in Australia. Not all federations have such an area. + + + + + federal state + QName: fibo-fnd-plc-cty:FederalState + + a self-governing geopolitical unit which forms part of a wider geopolitical unit that is recognized as a country + This type of entity, variously referred to as a state, province or canton, has a level of self government including its own legal system and court jurisdiction, but cedes a level of autonomy to the federation of which it forms a part. + + + + + geopolitical entity + QName: fibo-fnd-plc-cty:GeopoliticalEntity + + true + + any country, federal province, city or other administrative unit which is both geographical and political in its identity + + + + + municipality + QName: fibo-fnd-plc-cty:Municipality + + an urban administrative division having corporate status and usually powers of self-government or jurisdiction + A municipality can be any political jurisdiction from a sovereign state, such as the Principality of Monaco, or a small village, such as West Hampton Dunes, New York. + The territory over which a municipality has jurisdiction may encompass: +- only one populated place such as a city, town, or village +- several of such places (e.g., early jurisdictions in the state of New Jersey (1798-1899) as townships governing several villages, Municipalities of Mexico) +- only parts of such places, sometimes boroughs of a city such as the 34 municipalities of Santiago, Chile. + http://en.wikipedia.org/wiki/Municipality + A municipality is a general-purpose administrative subdivision, as opposed to a special-purpose district. + + + + + populated place + QName: fibo-fnd-plc-cty:PopulatedPlace + + a community in which people live or have lived, without being specific as to size, population or importance + + + + + has coverage area + QName: fibo-fnd-plc-cty:hasCoverageArea + + + indicates a geographic region in which some service is provided, or to which some policy applies, or in which something is available + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Facilities.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Facilities.rdf new file mode 100755 index 0000000..80026c3 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Facilities.rdf @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + +]> + + + + Facilities Ontology + QName: fibo-fnd-plc-fac: + This ontology provides scaffolding for use in describing concepts related to facilities, both virtual and physical, including physical sites that provide various facilities. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-plc-fac + Facilities.rdf + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/Facilities.rdf version of this ontology was modified for the FIBO 2.0 RFC to integrate it with LCC. + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. + + + + + + + + + + + capability + QName: fibo-fnd-plc-fac:Capability + + A capability represents the ability to perform a particular type of work and may involve people with particular skills and knowledge, intellectual property, defined practices, operating facilities, tools and equipment. + Value Delivery Modeling Language Specification, http://www.omg.org/spec/VDML/ + + + + + + + + + + + + + + + + + facility + QName: fibo-fnd-plc-fac:Facility + + something that is built, contrived, established, or installed to serve a particular purpose, or make some course of action or operation easier, or provide some capability or service + A facility may be concrete (as in a manufacturing facility) or abstract. Concrete facilities may be permanent, semi-permanent, or temporary structures, providing one or more capabilities at a given site. A single site may include multiple facilities and a given facility may span multiple sites. + + + + + + + + + 1 + + + + + + + 1 + + + physical site + QName: fibo-fnd-plc-fac:PhysicalSite + + A physical site is a an actual location that situates something, typically a structure or building, archeological dig, landing location for an aircraft or spacecraft, etc. From biology, this could also be the site of a wound, and active site, and so forth. A physical site has certain characteristics that contribute to the context it provides, including area, shape, accessibility, and in the case of a geographic site, landforms, soil and ground conditions, climate, and so forth. + + + + + + + + + 1 + + + + + + + + + + + + + + site + QName: fibo-fnd-plc-fac:Site + + A site is a place, setting, or context in which something is situated. + + + + + + + + + + + venue + QName: fibo-fnd-plc-fac:Venue + + A place where something happens, described in the context of the event or activity that occurs there + + + + + has latitude + QName: fibo-fnd-plc-fac:hasLatitude + The National Atlas, nationalatlas.gov/articles/mapping/a_latlong.html + + + true + + Latitude values indicate the angular distance between the Equator and points north or south of it on the surface of the Earth. + + + + + has longitude + QName: fibo-fnd-plc-fac:hasLongitude + The National Atlas, nationalatlas.gov/articles/mapping/a_latlong.html + + + true + + Lines of longitude, called meridians, run perpendicular to lines of latitude, and all pass through both poles. Longitude values indicate the angular distance between the Prime Meridian and points east or west of it on the surface of the Earth. + + + + is situated at + QName: fibo-fnd-plc-fac:isSituatedAt + + indicates that something has been positioned, located or placed at some site, or in some setting, situation, or context + + + + situates + QName: fibo-fnd-plc-fac:situates + + + indicates the place, setting, or context in which something is situated + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Locations.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Locations.rdf new file mode 100755 index 0000000..f042d6b --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/Locations.rdf @@ -0,0 +1,83 @@ + + + + + + + + + + + + +]> + + + + Locations Ontology + QName: fibo-fnd-plc-loc: + This ontology provides a placeholder for use in mapping geographic location-oriented concepts to the appropriate standards. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-plc-loc + Locations.rdf + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Places/Locations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/Locations.rdf version of this ontology was modified for the FIBO 2.0 RFC to integrate it with LCC. + + + + + location + QName: fibo-fnd-plc-loc:Location + + true + + Anything that can be defined as the answer to a question of the form, Where is...? + This includes physical places such as towns, cities, physical addresses, buildings etc. and also abstract places such as on-line trading venues or financial marketplaces. + + + + + physical location + QName: fibo-fnd-plc-loc:PhysicalLocation + + A location in physical space + + + + + real estate + QName: fibo-fnd-plc-loc:RealEstate + + land plus anything permanently fixed to it, including buildings, sheds and other items attached to the structure + http://www.investopedia.com/terms/r/realestate.asp + Although media often refers to the "real estate market" from the perspective of residential living, real estate can be grouped into three broad categories based on its use, namely residential, commercial and industrial. Examples of real estate include undeveloped land, houses, condominiums, townhomes, office buildings, retail store buildings and factories. + + + + is located at + QName: fibo-fnd-plc-loc:isLocatedAt + + + a property linking something to a location or place, which might be physical or virtual + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/VirtualPlaces.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/VirtualPlaces.rdf new file mode 100755 index 0000000..d8c274f --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Places/VirtualPlaces.rdf @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + +]> + + + + Virtual Places Ontology + QName: fibo-fnd-plc-vrt: + This ontology provides scaffolding for use in describing virtual location-oriented concepts. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + fibo-fnd-plc-vrt + VirtualPlaces.rdf + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20141101/Places/VirtualPlaces.rdf version of this ontology was modified for the FIBO 2.0 RFC to integrate it with LCC. + This ontology was added to Foundations in advance of the December 2014 Long Beach meeting in support of the SEC specification. + + + + + + + + + + 1 + + + network location + QName: fibo-fnd-plc-vrt:NetworkLocation + + a virtual location that may be identified by a network address (an identifier for a node or interface) + + + + + notional place + QName: fibo-fnd-plc-vrt:NotionalPlace + + an abstract place; one of many commonly understood concepts such as domestic, Eurozone etc. + + + + + virtual location + QName: fibo-fnd-plc-vrt:VirtualLocation + + a place that is not located in any single physical location; a network location without geographic boundaries + + + + has URL + QName: fibo-fnd-plc-vrt:hasURL + + + links something to a web resource that specifies its location on a computer network and a method for retrieving it + has uniform resource locator + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/ProductsAndServices/PaymentsAndSchedules.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/ProductsAndServices/PaymentsAndSchedules.rdf new file mode 100755 index 0000000..3d401e3 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/ProductsAndServices/PaymentsAndSchedules.rdf @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Payments and Schedules Ontology + QName: fibo-fnd-pas-psch: + This ontology defines basic concepts such as payment, payee, payer, and payment schedule, extending the scheduling concepts from the Dates and Times module, among others. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/ + https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/ + https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-pas-psch + PaymentsAndSchedules.rdf + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified per the FIBO 2.0 RFC to make hasPaymentAmount a child of hasMonetaryAmount and move hasObligation and isObligationOf to Agreements. + The https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/PaymentsAndSchedules.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report to replace MoneyAmount with MonetaryAmount. + + + + + + + + + + + + + + + + + payee + QName: fibo-fnd-pas-psch:Payee + + a party to whom a debt should be paid, or to whose order a bill of exchange, note, or check is made payable, or who receives or will receive a payment from a payer in partial or complete fulfillment of an obligation + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + payer + QName: fibo-fnd-pas-psch:Payer + + a party who pays a bill or fees, or who makes payments to a payee in partial or complete fulfillment of an obligation + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + payment + QName: fibo-fnd-pas-psch:Payment + + delivery of money in fulfillment of an obligation, such as to satisfy a claim or debt + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + 1 + + + + + + + 1 + + + payment event + QName: fibo-fnd-pas-psch:PaymentEvent + + an event that involves delivery of money in fulfillment of an obligation + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + + + + + + + + payment obligation + QName: fibo-fnd-pas-psch:PaymentObligation + + a legally enforceable duty to pay a sum of money, or agree to do something (or not to do something), according to the terms stated in a contract + the duty of a borrower to repay a loan, and the legal right of a lender to enforce payment + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + + + payment schedule + QName: fibo-fnd-pas-psch:PaymentSchedule + + schedule for delivery of money in fulfillment of an obligation, such as a coupon payment schedule, loan payment schedule, interest payment schedule + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + fulfills obligation + QName: fibo-fnd-pas-psch:fulfillsObligation + + + + satisfies a requirement for payment of some claim, debt, or other obligation + + + + + has obligation + QName: fibo-fnd-pas-psch:hasObligation + + + + true + + identifies a duty or obligation that a given party has taken on + + + + + has payment amount + QName: fibo-fnd-pas-psch:hasPaymentAmount + + + + specifies the amount of money involved in a payment + + + + + has payment schedule + QName: fibo-fnd-pas-psch:hasPaymentSchedule + + + specifies the schedule for payment of an obligation + + + + + is obligation of + QName: fibo-fnd-pas-psch:isObligationOf + + + + true + identifies a party that has incurred a given obligation + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/ProductsAndServices/ProductsAndServices.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/ProductsAndServices/ProductsAndServices.rdf new file mode 100755 index 0000000..7da7d0c --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/ProductsAndServices/ProductsAndServices.rdf @@ -0,0 +1,604 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Products and Services Ontology + QName: fibo-fnd-pas-pas: + This ontology defines fundamental concepts for buyers, sellers, clients, customers, products, goods and services for use in other FIBO ontologies. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/ + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Codes/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/ + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/ + https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/ + https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-pas-pas + ProductsAndServices.rdf + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified for the FIBO 2.0 RFC to add NegotiableCommodity and Consumer. + The https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report to replace MoneyAmount with AmountOfMoney. + The https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified to include classes to support automated inclusion of all ISO 4217 codes published as of 2018-06-04. + + + + + + + + + + + + buyer + QName: fibo-fnd-pas-pas:Buyer + + a party that acquires, or agrees to acquire, ownership (in case of goods), or benefit or usage (in case of services), in exchange for money or other consideration under a contract of sale + http://www.businessdictionary.com/definition/buyer.html + A buyer may or may not be an end user of the product, good, or service. + buyer + purchaser + + + + + + + + + + + + + + + + client + QName: fibo-fnd-pas-pas:Client + + a party that purchases professional services from, or has a formal relationship to purchase services from another party + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + + + + + 1 + + + client identifier + QName: fibo-fnd-pas-pas:ClientIdentifier + + an identifier for a client + + + + + commodity + QName: fibo-fnd-pas-pas:Commodity + + a basic good used in commerce that is interchangeable with other commodities of the same type + http://www.investopedia.com/terms/c/commodity.asp + Commodities are most often used as inputs in the production of other goods or services. The quality of a given commodity may differ slightly, but it is essentially uniform across producers. + + + + + consumer + QName: fibo-fnd-pas-pas:Consumer + + a party that utilizes economic goods or services + http://www.businessdictionary.com/definition/consumer.html + https://www.merriam-webster.com/dictionary/consumes + The general notion of a consumer includes an end user, and is not limited to a purchaser, in the distribution chain of a good or service + + + + + contractual product + QName: fibo-fnd-pas-pas:ContractualProduct + + a product that is realized as a contract + This represents the case where the product itself is a contract, such as a life insurance policy or financial instrument, rather than a product or service whose terms of use, license to use, or terms of service are specified in a product. + + + + + + contractual template product + QName: fibo-fnd-pas-pas:ContractualTemplateProduct + + a contractual product that is finalized through specification of values for parameters defined in a template + + + + + custom product + QName: fibo-fnd-pas-pas:CustomProduct + + + a product that is made to an individual's order, commissioned to a customer's specifications, or designed to order + https://www.merriam-webster.com/dictionary/custom-made + bespoke product + custom-made product + made to order product + + + + + + + + + + + customer + QName: fibo-fnd-pas-pas:Customer + + a buyer that receives or consumes products (goods or services) and has the ability to choose between different products and suppliers + http://www.businessdictionary.com/definition/customer.html + + + + + + + + + 1 + + + customer identifier + QName: fibo-fnd-pas-pas:CustomerIdentifier + + an identifier for a customer + + + + good + QName: fibo-fnd-pas-pas:Good + + + + any tangible thing that is not money or real estate + http://www.businessdictionary.com/definition/good.html + An inherently useful and relatively scarce tangible item produced from agricultural, construction, manufacturing, or mining activities. According to the UN Convention On Contract For The International Sale Of Goods, the term 'good' does not include (1) items bought for personal use, (2) items bought at an auction or foreclosure sale, (3) aircraft or oceangoing vessels. + + + + + negotiable commodity + QName: fibo-fnd-pas-pas:NegotiableCommodity + + a commodity that can be bought or sold in some marketplace + + + + + off-the-shelf product + QName: fibo-fnd-pas-pas:OffTheShelfProduct + + a product that is readily available from merchandise in stock, or can be quickly and easily configured to order, not specially designed or custom-made + COTS product + https://www.merriam-webster.com/dictionary/off-the-shelf + commercial off-the-shelf product + commercially available off-the-shelf product + + + + + + + + + 1 + + + + + + + + + precious metal + QName: fibo-fnd-pas-pas:PreciousMetal + + a metal that is considered to be rare and/or have a high economic value + + + + + + + + + + 1 + + + + + + + + + + + + + + + precious metal identifier + QName: fibo-fnd-pas-pas:PreciousMetalIdentifier + + the trigraph representing the precious metal + + + + + + + + + + + producer + QName: fibo-fnd-pas-pas:Producer + + the manufacturer of a product, also called maker + http://www.investorwords.com/3872/producer.html + + + + + + + + + + + + + + + + + + + + product + QName: fibo-fnd-pas-pas:Product + + A commercially distributed good that is (1) tangible property, (2) the output or result of a fabrication, manufacturing, or production process, or (3) something that passes through a distribution channel before being consumed or used. + http://www.businessdictionary.com/definition/product.html + + + + + + + + + 1 + + + product identifier + QName: fibo-fnd-pas-pas:ProductIdentifier + + an identifier for a product + + + + + + + + + + + seller + QName: fibo-fnd-pas-pas:Seller + + a party that makes, offers or contracts to make a sale to an actual or potential buyer + http://www.businessdictionary.com/definition/seller.html + vendor + + + + + + + + + + + + + + + + + + + + + + service + QName: fibo-fnd-pas-pas:Service + + a type of economic activity that is intangible, is not stored and does not result in ownership; a service is consumed at the point of sale + Services include intangible products, such as accounting, banking, cleaning, consultancy, education, insurance, expertise, medical treatment, or transportation services. + http://www.businessdictionary.com/definition/services.html + http://www.investorwords.com/6664/service.html + Sometimes services are difficult to identify because they are closely associated with a good; such as the combination of a diagnosis with the administration of a medicine. No transfer of possession or ownership takes place when services are sold, and they (1) cannot be stored or transported, (2) are instantly perishable, and (3) come into existence at the time they are bought and consumed. + + + + + + + + + + 1 + + + + + + + + + service agreement + QName: fibo-fnd-pas-pas:ServiceAgreement + + a written contract between a client and service provider whereby the service provider supplies some service in the form of time, effort, and/or expertise in exchange for compensation + http://www.businessdictionary.com/definition/service-contract.html + service contract + + + + + + + + + 0 + + + + + + + + + + + + + + + service provider + QName: fibo-fnd-pas-pas:ServiceProvider + + a party that provides and typically provisions professional services, such as consulting, financial, legal, real estate, education, communications, storage, or processing services, to other parties, typically defined in a service agreement + http://en.wikipedia.org/wiki/Service_provider + + + + + + + + + + + supplier + QName: fibo-fnd-pas-pas:Supplier + + a party that supplies goods or services + http://www.businessdictionary.com/definition/supplier.html + A supplier may be distinguished from a contractor or subcontractor, who commonly adds specialized input to deliverables. + + + + + + + + + 1 + + + transaction confirmation + QName: fibo-fnd-pas-pas:TransactionConfirmation + + written communication from a seller or service provider reciting the relevant details of a transaction + Barron's Dictionary of Banking Terms, Sixth Edition, 2012 + + + + + + + + + 0 + + + transaction event + QName: fibo-fnd-pas-pas:TransactionEvent + + any sale, assignment, lease, license, loan, advance, contribution, or other transfer of any interest in or right to use any property (tangible or intangible) or money, however that transaction is effected, and regardless of whether the terms of the transaction are formally documented + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + buys + QName: fibo-fnd-pas-pas:buys + + + + links a party in the role of purchaser to something that they have purchased or plan to purchase + + + + buys from + QName: fibo-fnd-pas-pas:buysFrom + + + + links a party in the role of purchaser to a party from which they have made or are planning to make a purchase + + + + + is produced by + QName: fibo-fnd-pas-pas:isProducedBy + + + + + identifies the producer that fabricates, manufactures or creates the product through some production process + + + + + is provisioned by + QName: fibo-fnd-pas-pas:isProvisionedBy + + + + identifies the service provider that provisions the service or facility + + + + + is supplied by + QName: fibo-fnd-pas-pas:isSuppliedBy + + + + + identifies the party (supplier, vendor, distributor, etc.) that makes a product available + + + + + produces + QName: fibo-fnd-pas-pas:produces + + + + identifies the product that is fabricated, manufactured or created via some production process + + + + + provisions + QName: fibo-fnd-pas-pas:provisions + + + customizes, provides, or outfits something required for use in delivering a service + + + + sells + QName: fibo-fnd-pas-pas:sells + + + + links a party in the role of broker, dealer, vendor, or merchandiser to something that they make available for sale + + + + sells to + QName: fibo-fnd-pas-pas:sellsTo + + + + + links a party in the role of broker, dealer, vendor, or merchandiser to a purchaser or potential purchasing party + + + + + supplies + QName: fibo-fnd-pas-pas:supplies + + + + links a party in the role of outfitter, provisioner, distributor, etc. to something that they provide + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Quantities/QuantitiesAndUnits.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Quantities/QuantitiesAndUnits.rdf new file mode 100755 index 0000000..5670607 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Quantities/QuantitiesAndUnits.rdf @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + +]> + + + + Quantities and Units Ontology + QName: fibo-fnd-qt-qtu: + This ontology provides an initial set of concepts supporting the representation of quantities, units, systems of quantities, and systems of units for use in FIBO. It is compatible with and can be mapped directly to the OMG Date Time Vocabulary (DTV) Quantities Ontology, but has been integrated into FND to provide local coverage of quantities and measurements and eliminate the SBVR mark-up. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2018 EDM Council, Inc. + Copyright (c) 2015-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Arrangements/ + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/ClassificationSchemes/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-qt-qtu + QuantitiesAndUnits.rdf + + + + + + + + + + + + + + + + 1 + + + base quantity + QName: fibo-fnd-qt-qtu:BaseQuantity + + a quantity kind in a conventionally chosen subset of a given system of quantities, where no subset quantity can be expressed in terms of the others + The International System of Quantities (ISQ) comprises these base quantities (with their SI base measurement units): length (meter), mass (kilogram), duration (second), electric current (ampere), thermodynamic temperature (kelvin), amount of substance (mole), and luminous intensity (candela). These base quantities are not mutually comparable. All quantities of any one of these kinds are, however, mutually comparable. + http://www.omg.org/spec/DTV/1.1/ + + + + + base unit + QName: fibo-fnd-qt-qtu:BaseUnit + + a measurement unit that is defined by a system of units to be the reference measurement unit for a base quantity + http://www.omg.org/spec/DTV/1.1/ + Quantity units that are not base units are derived units. + + + + + + + + + 1 + + + derived quantity + QName: fibo-fnd-qt-qtu:DerivedQuantity + + a quantity kind, in a system of quantities, that is not a base quantity of the system but may be defined in terms of base quantities of the system + velocity (length/time), mass density (mass/length3) + http://www.omg.org/spec/DTV/1.1/ + + + + + + + + + 1 + + + derived unit + QName: fibo-fnd-qt-qtu:DerivedUnit + + a measurement unit for a derived quantity + 1 minute = 60 seconds + http://www.omg.org/spec/DTV/1.1/ + Every derived unit is defined in terms of base units. + + + + + + + + + + + measurement unit + QName: fibo-fnd-qt-qtu:MeasurementUnit + + a quantity, defined and adopted by convention, with which any other quantity of the same kind can be compared to express the ratio of the two quantities as a number + week, day, hour, minute, second, kilogram, joule, meter + http://www.omg.org/spec/DTV/1.1/ + + + + + particular quantity + QName: fibo-fnd-qt-qtu:ParticularQuantity + + a property that is of an individual thing and is quantifiable as an instance of some quantity kind + The weight of a given person, the mass of the Earth, the speed of light, and the distance between and are said to be "particular quantities." + http://www.omg.org/spec/DTV/1.1/ + A particular quantity is given by a definite description, which identifies the individual thing and the property. Particular quantities are properties of particular things and are generally expressed by a term for the property and a quantity value. + + + + + + + + + + + quantity + QName: fibo-fnd-qt-qtu:Quantity + + a property of a phenomenon, body, or substance, to which a number can be assigned with respect to a reference + The term quantity is used here to refer to the abstraction of the properties - the amount of measurable stuff that can be compared between particular quantities. The height of the something refers to a particular quantity; 555 ft 5 inches refers to a quantity value. + second, kilogram, joule, meter. These are quantities in a general sense, which is what is meant here by quantity. + http://www.omg.org/spec/DTV/1.1/ + A quantity as defined here is said to be a "scalar" as distinct from a "vector." However, a vector or a tensor whose components are quantities is also considered to be a quantity. + + + + + quantity kind + QName: fibo-fnd-qt-qtu:QuantityKind + + a categorization type for 'quantity' that characterizes quantities as being mutually comparable + duration, mass, energy, length + http://www.omg.org/spec/DTV/1.1/ + Every instance of 'quantity kind' is also a specialization of 'quantity'. So the concept 'duration' is an instance of 'quantity kind' and it is a specialization of 'quantity', i.e., it is a classifier of actual quantities. But a given duration (i.e., the duration of something) is an instance of 'duration' and thus a 'particular quantity,' not an instance of 'quantity kind'. For example, a 'year' is not an instance of quantity kind; it is an instance of quantity, but not a category of quantity. + + + + + + + + + 1 + + + + + + + 1 + + + quantity value + QName: fibo-fnd-qt-qtu:QuantityValue + + number and measurement unit together giving magnitude of a quantity + 2 days, 3.5 hours, 150 lb, 45.5 miles + http://www.omg.org/spec/DTV/1.1/ + The quantity expressed by a quantity value is the quantity whose ratio to the measurement unit is the number. + + + + + rate + QName: fibo-fnd-qt-qtu:Rate + + a quantity measured with respect to some other quantity + http://www.icoachmath.com/math_dictionary/rate.html + http://www.thefreedictionary.com/rate + + + + + + + + + 0 + + + + + + + + + system of quantities + QName: fibo-fnd-qt-qtu:SystemOfQuantities + + set of quantities together with a set of non-contradictory equations relating those quantities + http://www.omg.org/spec/DTV/1.1/ + + + + + + + + + 1 + + + + + + + + + system of units + QName: fibo-fnd-qt-qtu:SystemOfUnits + + a set of measurement units associated with a system of quantities, together with a set of rules that assign one measurement unit to be the base unit for each base quantity in the system of quantities and a set of rules for the derivation of other units from the base units + The International System of Units (SI) is a system of units. + http://www.omg.org/spec/DTV/1.1/ + + + + + has measurement unit + QName: fibo-fnd-qt-qtu:hasMeasurementUnit + + + + a quantity value is expressed in terms of a particular measurement unit + http://www.omg.org/spec/DTV/1.1/ + + + + has numeric value + QName: fibo-fnd-qt-qtu:hasNumericValue + + + a number associated with a quantity value + http://www.omg.org/spec/DTV/1.1/ + + + + + has quantity kind + QName: fibo-fnd-qt-qtu:hasQuantityKind + + + + a quantity is an instance of the category of quantity that is the quantity kind + hour (the duration) is an instance of 'duration' - a specific quantity of time. So the quantity kind of 'hour' is 'duration'. + http://www.omg.org/spec/DTV/1.1/ + + + + is derived from + QName: fibo-fnd-qt-qtu:isDerivedFrom + + a derived quantity is derived from a base quantity; a derived unit is derived from a base unit + http://www.omg.org/spec/DTV/1.1/ + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Relations/Relations.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Relations/Relations.rdf new file mode 100755 index 0000000..3efef94 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Relations/Relations.rdf @@ -0,0 +1,643 @@ + + + + + + + + + + + + + + +]> + + + + Relations Ontology + QName: fibo-fnd-rel-rel: + This ontology defines a set of general purpose relations for use in other FIBO ontology elements. These include a number of properties required for reuse across the foundations and business entities models. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2019 EDM Council, Inc. + Copyright (c) 2013-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ + https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ + fibo-fnd-rel-rel + Relations.rdf + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20170201/Relations/Relations.rdf version of this ontology was modified per the FIBO 2.0 RFC to include additional properties and the linkage to LCC. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Relations/Relations.owl version of the ontology submitted with +the FIBO FND RFC, was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + (6) to move the ontology from the Utilities module to an independent Relations module + (7) to revise a number of definitions, per discussion with various stakeholders. + (8) to augment the definitions to include entity names from Business Entities. + The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in FTF 2 resulting in https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.2 RTF report. + The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was modified to incorporate evaluates and isEvaluatedBy, and to loosen constraints on hasName properties to allow multi-lingual names. + The https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations.rdf version of this ontology was revised to add the appliesTo object property in support of the IND RFC. + + + + + reference + QName: fibo-fnd-rel-rel:Reference + + a concept that refers to (or stands in for) another concept + http://grammar.about.com/od/rs/g/referenceterm.htm + + + + referent + QName: fibo-fnd-rel-rel:Referent + + the concept that another concept stands for or refers to + http://grammar.about.com/od/rs/g/referentterm.htm + + + + + applies to + QName: fibo-fnd-rel-rel:appliesTo + + + a relation indicating something that is pertinent or relevant to the concept + + + + + appoints + QName: fibo-fnd-rel-rel:appoints + + + + assigns a job or role to someone, selects or designates to fill an office or a position, fixes or sets by authority or by mutual agreement + typically requires having the capacity or authority to appoint + Free Online Dictionary + + + + causes + QName: fibo-fnd-rel-rel:causes + + the relationship between an event (the cause) and a second event (the effect), where the second event is understood as a consequence of the first; also, the relationship between a set of factors (causes) and a phenomenon (the effect) + + + + + characterizes + QName: fibo-fnd-rel-rel:characterizes + + + a feature or quality that distinguishes something from something else + https://www.thefreedictionary.com/characterized + + + + + classifies + QName: fibo-fnd-rel-rel:classifies + + + + arranges in classes; assigns to a category + Merriam-Webster Dictionary + + + + comprises + QName: fibo-fnd-rel-rel:comprises + + includes, especially within a particular scope, is made up of + https://www.merriam-webster.com/dictionary/comprise + Note that something can be comprised of something(s) that may or may not be understood as separable parts, and thus is not defined as being explicitly transitive. + + + + confers + QName: fibo-fnd-rel-rel:confers + + grants or bestows by virtue of some authority + Merriam-Webster Online Dictionary + This property should be read as describing the conferral of some legal power or duty, some commitment or some social construct, and is a property of some social construct such as an agreement or some legal authority. These concepts, which would describe the kind of thing of which this is a property, and the kinds of thing in terms of which this property is framed, are outside the scope of this mode land so are not shown. + invests with + + + + controls + QName: fibo-fnd-rel-rel:controls + + exercises authoritative or dominating influence over; directs + The American Heritage(R) Dictionary of the English Language, Fourth Edition + + + + + defines + QName: fibo-fnd-rel-rel:defines + + + determines or identifies the essential qualities or meaning of, discovers and sets forth the meaning of, fixes or marks the limits of, demarcates + + + + + denotes + QName: fibo-fnd-rel-rel:denotes + + + + serves as a linguistic expression of the notion of, signifies + + + + designates + QName: fibo-fnd-rel-rel:designates + + + to name something officially or appoint someone to a position officially + http://www.dictionarycentral.com/definition/designate.html + + + + embodies + QName: fibo-fnd-rel-rel:embodies + + is an expression of, or gives a tangible or visible form to (an idea, quality, or feeling), makes concrete and perceptible + http://www.merriam-webster.com/dictionary/govern + This property should be interpreted as being the property of a union of concrete things and information constructs, and as referring to some abstract thing or to some mediating thing or both, in the informative ontology of conceptual abstractions. + + + + + evaluates + QName: fibo-fnd-rel-rel:evaluates + + assesses the nature, quality, or ability of someone or something + + + + generates + QName: fibo-fnd-rel-rel:generates + + produces through the application of one or more mathematical or logical steps or rules + + + + governs + QName: fibo-fnd-rel-rel:governs + + prevails or has decisive influence over; exercises authority + http://www.merriam-webster.com/dictionary/govern + This property should be read as being the property of a logical union of social construct (in the informative abstractions ontology) and legal person, and as referring to 'thing'. + + + + has + QName: fibo-fnd-rel-rel:has + + + indicates that someone (or something) possesses something, such as a characteristic, attribute, feature, or capability + As used in FIBO, this definition of has specifically excludes possession in the sense of ownership. + Encarta Webster's Dictionary of the English Language (2004) + + + + + has acquisition date + QName: fibo-fnd-rel-rel:hasAcquisitionDate + + + links an asset or owner/controller/controllee to the date of acquisition + + + + + has alias + QName: fibo-fnd-rel-rel:hasAlias + + Any other name by which an individual or organization is known + Added at SME Review, to meet AML requirements + + + + + has common name + QName: fibo-fnd-rel-rel:hasCommonName + + a name by which something is frequently referred, without reference to any formal usage or structure + + + + + has context + QName: fibo-fnd-rel-rel:hasContext + + provides a context in which something is defined, expressed, or represented + This property should be read as referring to some context (known as 'mediating thing') in the informative upper ontology which is not included in this model. It should also be read as being the property of some contextually defined thing (known in the informative upper ontology as 'relative thing'). + + + + + has definition + QName: fibo-fnd-rel-rel:hasDefinition + + + + specifies a form of words that conveys the meaning associated with something + + + + + has denotation + QName: fibo-fnd-rel-rel:hasDenotation + + + + + relates a concept (or something else, but typically a concept) to a representation or denotation for that concept + + + + has designation + QName: fibo-fnd-rel-rel:hasDesignation + + + relates an individual or organization to a position, role, or other designation + + + + + has disposition date + QName: fibo-fnd-rel-rel:hasDispositionDate + + + links something, such as an asset or its owner/controller/controllee to the date something was sold, transferred, destroyed, etc. + + + + + has formal name + QName: fibo-fnd-rel-rel:hasFormalName + + a name by which something is known for some official purpose or context, or which is structured in some way such as to always follow the same format regardless of usage + + + + + has identity + QName: fibo-fnd-rel-rel:hasIdentity + + provides a means for identifying something that fills a particular role + This property should be read as being a property of some kind of 'relative thing' as defined externality to this ontology. The property is usually but not exclusively framed with reference to some 'independent thing' but may take other forms and so should be regarded as having a target of 'thing'. + + + + + has legal name + QName: fibo-fnd-rel-rel:hasLegalName + + the name used to refer to an person or organization in legal communications + + + + has member + QName: fibo-fnd-rel-rel:hasMember + + + + relates something, typically a group or organization, to some discrete thing identified as a part (member) of it + This property should be read as being the property of a logical union of group and organization (not shown). + + + + has part + QName: fibo-fnd-rel-rel:hasPart + + + indicates any portion of a thing, regardless of whether the portion itself is attached to the remainder or detached; cognitively salient or arbitrarily demarcated; self-connected or disconnected; homogeneous or gerrymandered; material or immaterial; extended or unextended; spatial or temporal + Stanford Encyclopedia of Philosophy at http://plato.stanford.edu/entries/mereology/ + This property relates a thing to anything which is a proper part of that thing. This is not parthood in the sense of a the role of part which may be played by interchangeable things such as wheels; instead this property relates an independent thing to something which makes up a part of it. + + + + + has representation + QName: fibo-fnd-rel-rel:hasRepresentation + + + relates a concept to some textual or other symbol which is intended to convey the sense of that concept or to some form of words which sets out the meaning of that concept + + + + + has tag + QName: fibo-fnd-rel-rel:hasTag + + + + + + + + + + + + + + has a unique combination of alphanumeric characters or binary representation corresponding to the identifier, code, or other element to which it applies + + + + + has unique identifier + QName: fibo-fnd-rel-rel:hasUniqueIdentifier + + + true + has some textual or numeric information which when taken in combination with some associated scheme is unique to the thing and may be used to distinguish it from other things of the same or different type + With reference to a given (possibly implicit) set of objects, a unique identifier (UID) is any identifier which is guaranteed to be unique among all identifiers used for those objects and for a specific purpose. The uniqueness requires and is guaranteed by the existence of a scheme associated with the identifier. + + + + holds + QName: fibo-fnd-rel-rel:holds + + is the relationship between a party and something it possesses, or over which it exercises some ownership or control or has at its discretion the ability to dispose of it as it sees fit + + + + involves + QName: fibo-fnd-rel-rel:involves + + (of a situation or event) includes (something) as a necessary part or result + + + + is appointed by + QName: fibo-fnd-rel-rel:isAppointedBy + + + + + indicates the individual or group that has assigned or appointed someone to an office or position + + + + is caused by + QName: fibo-fnd-rel-rel:isCausedBy + + + is the relationship between an event (the effect) and a second event (the cause), where the first event is understood as a consequence of the second; also, the relationship between a set of factors (causes) and a phenomenon (the effect) + + + + is characterized by + QName: fibo-fnd-rel-rel:isCharacterizedBy + + + indicates a quality or feature of something, distinguishing it from something else + + + + is classified by + QName: fibo-fnd-rel-rel:isClassifiedBy + + + + + indicates the classification scheme used to classify something + + + + is conferred by + QName: fibo-fnd-rel-rel:isConferredBy + + + a relationship between a right or obligation and the vehicle, such as an agreement or contract, that vests (or confers) said right or obligation + This property should be read as describing some legal power or duty, some commitment or some social construct being conferred as a result of some social construct such as an agreement or some legal authority. These concepts, which would describe the kind of thing of which this is a property, and the kinds of thing in terms of which this property is framed, are outside the scope of this model and so are not shown. + + + + is conferred on + QName: fibo-fnd-rel-rel:isConferredOn + + + that on which the conferred thing is conferred + + + + is controlled by + QName: fibo-fnd-rel-rel:isControlledBy + + + is influenced, managed, or directed by + + + + is evaluated by + QName: fibo-fnd-rel-rel:isEvaluatedBy + + + is ascertained or determined by + + + + is generated by + QName: fibo-fnd-rel-rel:isGeneratedBy + + + identifies some party or something that produces something via some equation, logic, or rules + + + + is governed by + QName: fibo-fnd-rel-rel:isGovernedBy + + + a relationship between a contract, agreement, jurisdiction, or other legal construct and the regulation, policy, procedure, or legal person that regulates or oversees (governs) it + This property should be read as being the property of some thing and as referring to a logical union of social construct (in the informative abstractions ontology) and legal person. + + + + is held by + QName: fibo-fnd-rel-rel:isHeldBy + + + indicates the party that possesses and has at least partial control of something, regardless of ownership + + + + is included in + QName: fibo-fnd-rel-rel:isIncludedIn + + + relates something to something that contains it + + + + + is issued by + QName: fibo-fnd-rel-rel:isIssuedBy + + indicates a functional entity or party responsible for circulating, distributing, or publishing something + http://www.thefreedictionary.com/issue + + + + is managed by + QName: fibo-fnd-rel-rel:isManagedBy + + relates something to another thing that has some role in directing its affairs + The target or range of this property should be read as always being some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate a thing to some independent thing which it is managed by, only to something in the role of being that which manages it. + + + + + is mandated by + QName: fibo-fnd-rel-rel:isMandatedBy + + relates a responsibility, capacity, or action to that which requires it + + + + is member of + QName: fibo-fnd-rel-rel:isMemberOf + + + belonging, either individually or collectively, to a group + This property should be read as being framed in terms of a logical union of group and organization (not shown). + + + + + is a part of + QName: fibo-fnd-rel-rel:isPartOf + + + + relates something to a thing that it is some component or portion of, regardless of how that whole-part relationship is manifested, i.e., attached to the remainder or detached; cognitively salient or arbitrarily demarcated; self-connected or disconnected; homogeneous or gerrymandered; material or immaterial; extended or unextended; spatial or temporal; the most generic part relation, reflexive, asymmetric, and transitive + Stanford Encyclopedia of Philosophy at http://plato.stanford.edu/entries/mereology/ + This property represents what is also known in the literature of 'proper parthood',that is the recursive (transitive) relationship whereby things have parts which have parts and so on. This is distinct from a separate meaning of 'has part' which would refer to an item playing the named role of a part such as a nearside front wheel. for the avoidance of doubt, this is not that relationship, and this property applies betwen independent things and other independent things which may make up their parts. + + + + is provided by + QName: fibo-fnd-rel-rel:isProvidedBy + + + is made available by + The target or range of this property should be read as always being some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate a thing to some independent thing which it is provided by, only to something in the role of being that which provides it. + + + + is used by + QName: fibo-fnd-rel-rel:isUsedBy + + + relates something to a thing that has the ability to employ or deploy it as appropriate + + + + + issues + QName: fibo-fnd-rel-rel:issues + + + officially makes something available + http://www.merriam-webster.com/dictionary/issue + + + + manages + QName: fibo-fnd-rel-rel:manages + + + relates an autonomous agent to something that it directs in some way + This property should be read as always being a property of some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate some independent thing to that which it manages, instead it must only be a property of something in the role of being that which manages some thing. + + + + + mandates + QName: fibo-fnd-rel-rel:mandates + + + relates something to a commitment, contract, law, obligation, requirement, regulation, or similar concept that requires it + + + + provides + QName: fibo-fnd-rel-rel:provides + + makes something available + This property should be read as always being a property of some kind of 'relative thing', that is a thing defined in some context. Generally this will be a 'party in role'. This property is not intended to be used to relate some independent thing to that which it provides, instead it must only be a property of something in the role of being that which provides some thing. + + + + refers to + QName: fibo-fnd-rel-rel:refersTo + + + the relationship between a reference and the concept it stands for or refers to, i.e., the referent for that reference + + + + + represents + QName: fibo-fnd-rel-rel:represents + + + + relates some textual or other symbol or some set of words to some concept that has the sense or meaning the representation is intended to convey + + + + uses + QName: fibo-fnd-rel-rel:uses + + + + relates something to something else that it has the ability to employ in some way + + + + + was formerly known as + QName: fibo-fnd-rel-rel:wasFormerlyKnownAs + + a name by which something was known in the past + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Utilities/Analytics.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Utilities/Analytics.rdf new file mode 100755 index 0000000..64dc94a --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Utilities/Analytics.rdf @@ -0,0 +1,249 @@ + + + + + + + + + + + + + +]> + + + + Analytics Ontology + QName: fibo-fnd-utl-alx: + This ontology provides mathematical abstractions for use in other ontologies, including for example the basic components of formulae, parameters and values. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/ + https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/ + https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/ + fibo-fnd-utl-alx + Analytics.rdf + + + + + The https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. + The https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/Analytics.rdf version of this ontology was modified to address issue FIBOFND11-20, which added the definition of Calculation and corrected a reasoning issue related to the use of a custom datatype. + This ontology was added to Foundations in advance of the June 2014 Boston meeting in support of the IND RFC. + + + + + + calculation formula + QName: fibo-fnd-utl-alx:CalculationFormula + + a mathematical formula that transforms one or more inputs into an amount or number of something + http://www.oxforddictionaries.com/definition/english/calculation + https://en.wikipedia.org/wiki/Calculation + + + + + constant + QName: fibo-fnd-utl-alx:Constant + + a symbol that represents a constant in a formula or expression + + + + + + + + + 0 + + + + + + + 0 + + + expression + QName: fibo-fnd-utl-alx:Expression + + a finite combination of symbols that are well-formed according to applicable rules + + + + + + + + + + + formula + QName: fibo-fnd-utl-alx:Formula + + a general fact or rule expressed in letters and symbols; may consist of one or more expressions + http://www.merriam-webster.com/dictionary/formula + + + + + measure + QName: fibo-fnd-utl-alx:Measure + + an amount or degree of something; the dimensions, capacity, or amount of something ascertained by measuring + http://www.merriam-webster.com/dictionary/measure + + + + + statistical measure + QName: fibo-fnd-utl-alx:StatisticalMeasure + + A summary (means, mode, total, index, etc.) of the individual quantitative variable values for the statistical units in a specific group (study domains). + http://stats.oecd.org/glossary/detail.asp?ID=5068 + + + + + variable + QName: fibo-fnd-utl-alx:Variable + + a symbol that represents a parameter in a formula or expression + + + + for calendar year + QName: fibo-fnd-utl-alx:forYear + + + + a predicate indicating the calendar year for which the statistical measure is applicable + + + + + has applicable date period + QName: fibo-fnd-utl-alx:hasApplicableDatePeriod + + + + a predicate indicating the date period for which the statistical measure is applicable + + + + + has applicable period end + QName: fibo-fnd-utl-alx:hasApplicablePeriodEnd + + + + a predicate indicating the end of the period for which the statistical measure is applicable + + + + + has applicable period start + QName: fibo-fnd-utl-alx:hasApplicablePeriodStart + + + + a predicate indicating the start of the period for which the statistical measure is applicable + + + + + has argument + QName: fibo-fnd-utl-alx:hasArgument + + + + indicates a specific input to a function, formula or expression, also known as an independent variable + + + + + has expression + QName: fibo-fnd-utl-alx:hasExpression + + + + indicates a mathematical or other formal expression, which may be part of a formula + + + + + has formula + QName: fibo-fnd-utl-alx:hasFormula + + + indicates a concise way of expressing information symbolically, as in a mathematical or chemical formula + + + + + has measurement date + QName: fibo-fnd-utl-alx:hasMeasurementDate + + + + a predicate indicating the date on which the measure was taken + + + + has measurement period in months + QName: fibo-fnd-utl-alx:hasMeasurementPeriodInMonths + + + + a predicate indicating the coverage period for which the measure is applicable expressed in months + + + + + has number of entries + QName: fibo-fnd-utl-alx:hasNumberOfEntries + + + a predicate indicated the number of elements in some document, table, or other resource (e.g., in a report, table) + + + + + has operand + QName: fibo-fnd-utl-alx:hasOperand + + + + indicates the operand of a mathematical argument, parameter or other similar concept + + + + + is a measure of + QName: fibo-fnd-utl-alx:isMeasureOf + + + a predicate indicating the concept being measured + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Utilities/AnnotationVocabulary.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Utilities/AnnotationVocabulary.rdf new file mode 100755 index 0000000..4a613b7 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/Utilities/AnnotationVocabulary.rdf @@ -0,0 +1,174 @@ + + + + + + + + + + +]> + + + + Annotation Vocabulary + QName: fibo-fnd-utl-av: + This vocabulary provides a set of metadata annotations for use in describing FIBO ontology elements. The annotations extend properties defined in the OMG's Specification Metadata Recommendation, in the Dublin Core Metadata Terms Vocabulary and in the W3C Simple Knowledge Organization System (SKOS) Vocabulary, and have been customized to suit the FIBO specification development process. + +Note that any of the original properties provided in Dublin Core and SKOS can be used in addition to the terms provided herein. However, any Dublin Core terms that are not explicitly defined as OWL annotation properties in this ontology or in any of its imports must be so declared in the ontologies that use them. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2013-2018 Object Management Group, Inc. + fibo-fnd-utl-av + AnnotationVocabulary.rdf + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20130801/Utilities/AnnotationVocabulary.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in http://www.omg.org/spec/EDMC-FIBO/FND/1.0/AboutFND-1.0/. + The http://www.omg.org/spec/FIBO/Foundations/20130601/Utilities/AnnotationVocabulary.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows: + (1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing + (2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs + (3) to change the file suffix from .owl to .rdf to increase usability in RDF tools + (4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure + (5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations + + + + + informative + QName: fibo-fnd-utl-av:Informative + + This entity has been excluded from publication, but appears here for informational purposes only. Typically, there is one or more provisional entity that refers to it. + + + + + maturity level + QName: fibo-fnd-utl-av:MaturityLevel + + Level of development in some lifecycle that an artifact has reached + + + + provisional + QName: fibo-fnd-utl-av:Provisional + + Developmental maturity; someone has proposed this, but it hasn't been approved for release + + + + release + QName: fibo-fnd-utl-av:Release + + The most mature level of maturity. Approved for release to the general public + + + + + abbreviation + QName: fibo-fnd-utl-av:abbreviation + + An abbreviation is short form for a particular designation that can be substituted for the primary representation. + ISO 1087-1 Terminology work - Vocabulary + + + + + adapted from + QName: fibo-fnd-utl-av:adaptedFrom + + the document from which a given term (or its definition) was adapted; the range for this annotation can be a string, URI, or BibliographicCitation + + + + + definition origin + QName: fibo-fnd-utl-av:definitionOrigin + + Document from which a given definition was taken directly; the range for this annotation can be a string, URI, or BibliographicCitation + + + + + explanatory note + QName: fibo-fnd-utl-av:explanatoryNote + + a note that provides additional explanatory information about a given concept + + + + has maturity level + QName: fibo-fnd-utl-av:hasMaturityLevel + + links something to its state with respect to a development lifecycle + + + + synonym + QName: fibo-fnd-utl-av:logicalDefinition + + describes the OWL logic of a class in natural language. + + + + + modified by + QName: fibo-fnd-utl-av:modifiedBy + + identifies the organization or person responsible for making a change to a model element in the body of an ontology + + + + + modified on + QName: fibo-fnd-utl-av:modifiedOn + + identifies the date a model element in the body of an ontology was changed + + + + + name origin + QName: fibo-fnd-utl-av:nameOrigin + + true + provides the means to document the name of the original term in the source referenced via termOrigin; the range for this annotation can be a string, URI, or BibliographicCitation + + + + + synonym + QName: fibo-fnd-utl-av:synonym + + A synonym is another designation that can be substituted for the primary representation. It is a designation for the same concept. + ISO 1087-1 Terminology work - Vocabulary + + + + + term origin + QName: fibo-fnd-utl-av:termOrigin + + Document from which a given term was taken directly; the range for this annotation can be a string, URI, or BibliographicCitation + + + + + usage note + QName: fibo-fnd-utl-av:usageNote + + a note that provides information about how a given concept is used in the FIBO context + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/FND/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/EconomicIndicatorPublishers.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/EconomicIndicatorPublishers.rdf new file mode 100755 index 0000000..540a2ac --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/EconomicIndicatorPublishers.rdf @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + +]> + + + + Economic Indicator Publishers Ontology + QName: fibo-ind-ei-pub: + This ontology provides concepts descriptive of the publishers of market indicators, such as gross domestic product, employment statistics, inflation rates and so on. These may include government or quasi-government bodies, international agencies, third parties and data providers. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators/ + https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators/ + fibo-ind-ei-pub + EconomicIndicatorPublishers.rdf + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicatorPublishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 3 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicatorPublishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF report. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicatorPublishers.rdf version of this ontology was revised per the FIBO 2.0 RFC. + + + + + + + + + + + + + + + + + + economic indicator publisher + QName: fibo-ind-ei-pub:EconomicIndicatorPublisher + + a statistical information publisher that publishes economic news, including economic indicators + + + + + + + + + + + economic news release + QName: fibo-ind-ei-pub:EconomicNewsRelease + + published statistical information that is about economic indicators and possibly other economic news + + + + + + + + + + + statistical information publisher + QName: fibo-ind-ei-pub:StatisticalInformationPublisher + + a publisher that publishes statistical information + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/EconomicIndicators.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/EconomicIndicators.rdf new file mode 100755 index 0000000..f6d0a71 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/EconomicIndicators.rdf @@ -0,0 +1,1868 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Economic Indicators Ontology + QName: fibo-ind-ei-ei: + This ontology provides the parameters which make up the various types of market economic indicators, along with basic facts about these such as the economies or countries they apply to. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2019 EDM Council, Inc. + Copyright (c) 2014-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators/ + fibo-ind-ei-ei + EconomicIndicators.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators.rdf version of this ontology was modified per the FIBO 2.0 RFC. Primary changes include the addition of a number of statistical measures (mean, total, etc.) and their use in existing and new indicators, and the addition of several more economic indicators. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 1 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 3 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators.rdf version of this ontology was modified to use hasCoverageArea rather than appliesTo in the restriction on an economic indicator relating it to a statistical area and to reflect use of actualExpression as an annotation rather than datatype property. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators.rdf version of this ontology was modified to use natural person rather than legally capable person. + + + + + + + + 0 + + + + + + + + + + + + 1 + + + annualized standard deviation + QName: fibo-ind-ei-ei:AnnualizedStandardDeviation + + the standard deviation for some measure over a specific reference period + Standard deviation applied to the annual rate of return of an investment provides insights on the historical volatility of that investment. The greater the standard deviation of the price of a security, the greater the volatility. Multiplying monthly standard deviation by the square root of twelve (12) is an industry standard method of approximating annualized standard deviations of monthly returns. + + + + + arithmetic mean + QName: fibo-ind-ei-ei:ArithmeticMean + + the sum of a collection of numbers divided by the number of numbers in the collection + https://en.wikipedia.org/wiki/Arithmetic_mean + While the arithmetic mean is often used to report central tendencies, it is not a robust statistic, meaning that it is greatly influenced by outliers (values that are very much larger or smaller than most of the values). Notably, for skewed distributions, such as the distribution of income for which a few people's incomes are substantially greater than most people's, the arithmetic mean may not accord with one's notion of 'middle', and robust statistics, such as the median, may be a better description of central tendency. + + + + + + + + + + + + + + + + + + + + average absolute deviation + QName: fibo-ind-ei-ei:AverageAbsoluteDeviation + + the average of the absolute deviations from a central point + The central point can be the mean, median, mode, or the result of another measure of central tendency. + mean absolute deviation + + + + + + + + + + + + + + + + + + + + + + + + + + average daily earnings + QName: fibo-ind-ei-ei:AverageDailyEarnings + + a measure of the average daily wage an employee makes over the reporting period + http://stats.oecd.org/glossary/detail.asp?ID=4360 + + + + + + + + + + 1 + + + average earnings + QName: fibo-ind-ei-ei:AverageEarnings + + a measure of the average wage an hourly or salaried worker makes in a given period of time + http://stats.oecd.org/glossary/detail.asp?ID=4360 + Average earnings are typically calculated on an hourly, daily, weekly, or monthly basis. They may be expressed as an amount of money or in terms of a percent change with respect to a prior period, depending on the jurisdiction and report. + + + + + + + + + + + + + + + + + + + + + + + + + + average hourly earnings + QName: fibo-ind-ei-ei:AverageHourlyEarnings + + a measure of the average hourly wage an employee makes over the reporting period + http://stats.oecd.org/glossary/detail.asp?ID=4360 + + + + + + + + + + + + + + + + + + + + + + + + + + average monthly earnings + QName: fibo-ind-ei-ei:AverageMonthlyEarnings + + a measure of the average monthly wage an employee makes over the reporting period + http://stats.oecd.org/glossary/detail.asp?ID=4360 + + + + + + + + + + + + + + + + + + + + + + + + + + average weekly earnings + QName: fibo-ind-ei-ei:AverageWeeklyEarnings + + a measure of the average weekly wage an employee makes over the reporting period + http://stats.oecd.org/glossary/detail.asp?ID=4360 + + + + + capital-labor-energy-materials multifactor productivity + QName: fibo-ind-ei-ei:CapitalLaborEnergyMaterialsMultifactorProductivity + + a ratio of a quantity index of gross output to a quantity index of combined inputs + KLEMS-MFP + http://www.oecd.org/std/productivity-stats/2352458.pdf + Shows the time profile of how productively combined inputs are used to generate gross output. Conceptually, the KLEMS productivity measure captures disembodied technical change. In practice, it reflects also efficiency change, economies of scale, variations in capacity utilisation and measurement errors. + KLEMS multifactor productivity + + + + + capital-labor multifactor productivity (MFP), based on value added + QName: fibo-ind-ei-ei:CapitalLaborMultifactorProductivityValueAdded + + a ratio of a quantity index of value added to a quantity index of combined labor and capital input + http://www.oecd.org/std/productivity-stats/2352458.pdf + Capital-labour MFP indices show the time profile of how productively combined labour and capital inputs are used to generate value added. Conceptually, capital-labour productivity is not, in general, an accurate measure of technical change. It is, however, an indicator of an industry's capacity to contribute to economy-wide growth of income per unit of primary input. In practice, the measure reflects the combined effects of disembodied technical change, economies of scale, efficiency change, variations in capacity utilisation and measurement errors. + + + + + capital productivity, based on value added + QName: fibo-ind-ei-ei:CapitalProductivityValueAdded + + a ratio of a quantity index of value added to a quantity index of capital input + http://www.oecd.org/std/productivity-stats/2352458.pdf + Changes in capital productivity indicate the extent to which output growth can be achieved with lower welfare costs in the form of foregone consumption. + The capital productivity index shows the time profile of how productively capital is used to generate value added. Capital productivity reflects the joint influence of labour, intermediate inputs, technical change, efficiency change, economies of scale, capacity utilisation and measurement errors. + + + + + civilian + QName: fibo-ind-ei-ei:Civilian + + a person that is not a member of the military (i.e., that is not on active duty) + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + civilian labor force + QName: fibo-ind-ei-ei:CivilianLaborForce + + + a subset of the civilian, non-institutional population considered to be part of the labor force during a given reporting period + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + civilian labor force participation rate + QName: fibo-ind-ei-ei:CivilianLaborForceParticipationRate + + an economic indicator representing the rate of participation the labor force of a given economy for some specified period + http://www.bls.gov/bls/cps_fact_sheets/lfp_mock.htm + The labor force participation rate is the percentage of the population that is either employed or unemployed (that is, either working or actively seeking work). + civilian labor force ÷ civilian non-institutional population + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + civilian non-institutional population + QName: fibo-ind-ei-ei:CivilianNonInstitutionalPopulation + + a statistical universe consisting of people of a certain age who reside in a given region, do not live in institutions (for example, correctional facilities, long-term care hospitals, and nursing homes), and are not on active military duty + The civilian non-institutional population is typically reported in thousands. + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + 2 + + + combined statistical area + QName: fibo-ind-ei-ei:CombinedStatisticalArea + + a combination of adjacent metropolitan and micropolitan areas with economic ties measured by commuting patterns + CSA + + + + These areas that combine retain their own designations as metropolitan or micropolitan statistical areas within the larger combined statistical area. + + + + consumer + QName: fibo-ind-ei-ei:Consumer + + true + + a person that is the ultimate user of a product or service + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + For the purposes of the CPI, the definition of consumer is limited to humans. In general, a consumer could include a pet, as the consumer of pet food, for example, although the pet owner would likely be the purchaser and target of advertising. + The consumer is not always the purchaser of the product. Consumers are considered to be the users of the final product. For example, purchasers of building products are interim users of these products while constructing the finished product, which then may be purchased by the consumer. + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + + + + + + + consumer price index + QName: fibo-ind-ei-ei:ConsumerPriceIndex + + + + + + + an economic indicator representing a measure of the change over time in the prices of consumer goods and services that households consume + CPI + http://unstats.un.org/unsd/nationalaccount/docs/SNA2008.pdf + http://www.ilo.org/public/english/bureau/stat/guides/cpi/ + + + + + daily + QName: fibo-ind-ei-ei:Daily + + an explicit recurrence interval of one day, or 24 hours + P1D + + + + + + + + + + 2 + + + difference + QName: fibo-ind-ei-ei:Difference + + a quantity by which amounts differ; the remainder left after subtraction of one value from another + https://en.oxforddictionaries.com/definition/difference + + + + + + + + + + 1 + + + + + + + + + + + + + + + + dispersion + QName: fibo-ind-ei-ei:Dispersion + + a measure of difference between the observed value of a variable and some other value + The sign of the deviation (positive or negative), indicates the direction of that difference (the deviation is positive when the observed value exceeds the reference value). The magnitude of the value indicates the size of the difference. + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + economic indicator + QName: fibo-ind-ei-ei:EconomicIndicator + + a statistical measure of economic activity that is regular and comparable in the context of a statistical area (region), used for analysis of economic performance and predictions of future performance + Example indicators include the average work week, weekly claims for unemployment insurance, new orders, vendor performance, stock prices, and changes in the money supply. + Barron's Dictionary of Business and Economic Terms, Fifth Edition, 2012 + The two main features of any indicator are the regularity with which they are measured and published, and the fact that they are comparable from one release to the next. + + + + + employed population + QName: fibo-ind-ei-ei:EmployedPopulation + + a subset of the civilian labor force considered to be employed during the reporting period + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + There are a number of distinctions with respect to how individuals are counted from country to country, including whether or not they are considered employed if they are on unpaid leave for some reason, and whether or not they are counted multiple times if they have more than one paying job. + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + employment-population ratio + QName: fibo-ind-ei-ei:EmploymentPopulationRatio + + + an economic indicator representing the ratio of the employed population with respect to the overall civilian non-institutional population of a given economy for some specified period + employed population ÷ civilian non-institutional population + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + enterprise + QName: fibo-ind-ei-ei:Enterprise + + a functional business entity that produces and/or sells goods or services + http://www.bls.gov/opub/hom/glossary.htm#E + http://www.businessdictionary.com/definition/establishment.html + An enterprise (a private firm, government, or nonprofit organization) can consist of a single establishment or multiple establishments. All establishments in an enterprise may be classified in one industry (e.g., a chain), or they may be classified in different industries (e.g., a conglomerate). + + + + + + + + + + + enterprise population + QName: fibo-ind-ei-ei:EnterprisePopulation + + a statistical universe consisting of enterprises designed for the purposes of supporting surveys such as those used as the basis for employment and producer price indices + + + + + + + + + 0 + + + + + + + 1 + + + establishment + QName: fibo-ind-ei-ei:Establishment + + an enterprise (or part of an enterprise) that operates from a single physical location + http://stats.oecd.org/glossary/detail.asp?ID=857 + http://www.bls.gov/opub/hom/glossary.htm#E + http://www.businessdictionary.com/definition/establishment.html + http://www.statcan.gc.ca/eng/concepts/units + The physical location of a certain economic activity - for example, a factory, mine, store, or office. An individual establishment is generally classified by having one NAICS code associated with it for statistical purposes, whereas an enterprise may be classified by multiple NAICS codes. The statistical structure is defined based on the operating structure and the accounting data produced by that entity. A given location may only need to publish revenues, whereas an operating unit (establishment) has employment statistics, etc. An establishment is defined as a producing unit at a single geographical location at which or from which economic activity is conducted and for which, at a minimum, employment data are available. In the case of a home-based business, the actual physical location would be specified as two distinct institutional units - as a household from a personal living and consumer perspective and as an establishment / operating unit due to the statistics required of the business. + + + + + + + + + + 1 + + + + + + + + + + + + + + + establishment employment + QName: fibo-ind-ei-ei:EstablishmentEmployment + + the total number of persons who work in or for the establishment including working proprietors, active business partners and unpaid family workers, as well as persons working outside the establishment when paid by and under the control of the establishment, for example, sales representatives, outside service engineers and repair and maintenance personnel + http://stats.oecd.org/glossary/detail.asp?ID=780 + Also included are salaried managers and salaried directors of incorporated enterprises. The total should include part-time workers and seasonal workers on the payroll, persons on short-term leave (sick leave, maternity leave, annual leave or vacation) and on strike, but not persons on indefinite leave, military leave or pension. + +Excluded are directors of incorporated enterprises and members of shareholders committees who are paid solely for their attendance at meetings, labour made available to the establishment by other units and charged for, such as contract workers paid through contractors, persons carrying out repair and maintenance work in the establishment on behalf of other units and all homeworkers. + payroll employment + + + + + + + + + + + establishment population + QName: fibo-ind-ei-ei:EstablishmentPopulation + + a subset of the enterprise population focused on establishments + + + + + finite population + QName: fibo-ind-ei-ei:FinitePopulation + + a population for which it is possible to count its units + A population is the complete group of units to which survey results are to apply. (These units may be persons, animals, objects, businesses, trips, etc.). See http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#p. + + + + + + + + + + + + + + + + + fixed basket + QName: fibo-ind-ei-ei:FixedBasket + + a basket of goods and services whose quantity and quality are held fixed for some period of time + https://www.imf.org/external/pubs/ft/ppi/2010/manual/ppi.pdf + + + + + + + + + + + + + + + + + + + + fixed basket constituent + QName: fibo-ind-ei-ei:FixedBasketConstituent + + + + + + + + + + + + + a component of a fixed basket + + + + + geometric mean + QName: fibo-ind-ei-ei:GeometricMean + + a mean that indicates the central tendency or typical value of a set of numbers by using the product of their values (as opposed to the arithmetic mean which uses their sum) + https://en.wikipedia.org/wiki/Geometric_mean + The geometric mean is defined as the nth root of the product of n numbers. A geometric mean is often used when comparing different items - finding a single 'figure of merit' for these items - when each item has multiple properties that have different numeric ranges. For example, the geometric mean can give a meaningful 'average' to compare two companies which are each rated at 0 to 5 for their environmental sustainability, and are rated at 0 to 100 for their financial viability. If an arithmetic mean were used instead of a geometric mean, the financial viability is given more weight because its numeric range is larger - so a small percentage change in the financial rating (e.g. going from 80 to 90) makes a much larger difference in the arithmetic mean than a large percentage change in environmental sustainability (e.g. going from 2 to 5). + + + + + + + + + + + + + + + + + + + + goods or services population + QName: fibo-ind-ei-ei:GoodsOrServicesPopulation + + a statistical universe consisting of specific goods and/or services designed for the purposes of supporting surveys such as those used as the basis for price indices + https://www.imf.org/external/pubs/ft/ppi/2010/manual/ppi.pdf + + + + + gross domestic product + QName: fibo-ind-ei-ei:GrossDomesticProduct + + + + an economic indicator representing the broadest measure of aggregate economic activity, measuring the total unduplicated market value of all final goods and services produced within a statistical area in a period + GDP + BEA's Handbook of Methods for GDP and related national accounts, available at https://www.bea.gov/methodologies/index.htm#national_meth + http://www.treasury.gov/initiatives/ofr/about/Documents/AR2013_Back_Matter_Glossary+Bib_Refs+Endnotes.pdf + https://en.wikipedia.org/wiki/Gross_domestic_product + GDP represents a valuation expressed in terms of the prices actually paid by the purchaser after all applicable taxes and subsidies. + Gross domestic product (GDP) is the value of the goods and services produced by the nation's economy less the value of the goods and services used up in production. GDP is also equal to the sum of personal consumption expenditures, gross private domestic investment, net exports of goods and services, and government consumption expenditures and gross investment. Conceptually, this measure can be arrived at by three separate means: as the sum of goods and services sold to final users, as the sum of income payments and other costs incurred in the production of goods and services, and as the sum of the value added at each stage of production. Although these three ways of measuring GDP are conceptually the same, their calculation may not result in identical estimates of GDP because of differences in data sources, timing, and estimation techniques. + + + + + hourly + QName: fibo-ind-ei-ei:Hourly + + an explicit recurrence interval of one hour, or 60 minutes + P1H + + + + + + + + + 1 + + + + + + + + + household + QName: fibo-ind-ei-ei:Household + + an individual or small group of persons who occupy a housing unit (such as a house or apartment) as their usual place of residence, who pool some, or all, of their income and wealth and who consume certain types of goods and services collectively, mainly housing and food + + + A household may be either (a) a one-person household, that is to say, a person who makes provision for his or her own food or other essentials for living without combining with any other person to form part of a multi-person household or (b) a multi-person household, that is to say, a group of two or more persons living together who make common provision for food or other essentials for living. The persons in the group may pool their incomes and may, to a greater or lesser extent, have a common budget; they may be related or unrelated persons or constitute a combination of persons both related and unrelated. + +A household may be located in a housing unit or in a set of collective living quarters such as a boarding house, a hotel or a camp, or may comprise the administrative personnel in an institution. The household may also be homeless. + From the perspective of the U.S Census Bureau, a household includes the related family members and all the unrelated people, if any, such as lodgers, foster children, wards, or employees who share the housing unit. A person living alone in a housing unit, or a group of unrelated people sharing a housing unit such as partners or roomers, is also counted as a household. The count of households excludes group quarters [such as institutional facilities]. There are two major categories of households, 'family' and 'nonfamily'. + + + + + + + + + + + housing unit + QName: fibo-ind-ei-ei:HousingUnit + + a house, an apartment, a mobile home or trailer, a group of rooms, or a single room occupied as separate living quarters, or if vacant, intended for occupancy as separate living quarters + + Separate living quarters are those in which the occupants live separately from any other individuals in the building and which have direct access from outside the building or through a common hall. For vacant units, the criteria of separateness and direct access are applied to the intended occupants whenever possible. + + + + + + + + + + 1 + + + + + + + 1 + + + inflation rate + QName: fibo-ind-ei-ei:InflationRate + + an economic indicator representing a change in prices of goods and services for a specified period, for a given statistical area + Always either includes or excludes: Energy prices; Food prices. ALL inflation rates cite whether or not they exclude energy and food prices. If nothing stated it is assumed they include them. + Inflation rate can be used to define changes, from period-to-period, in wage (wage inflation), house prices or producer inputs/outputs. It can be calculated month-over-month and quarter-over-quarter, as well as year-over-year, or on any periodic basis required by the publisher and its community of interest. + + + + + input producer price index + QName: fibo-ind-ei-ei:InputProducerPriceIndex + + an economic indicator representing a measure of the rate of change over time in the prices of inputs of goods and services purchased by the producer + input PPI + https://www.imf.org/external/pubs/ft/ppi/2010/manual/ppi.pdf + + + + + institutional person + QName: fibo-ind-ei-ei:InstitutionalPerson + + a person that resides in an institution for some reason, due, for example, to hospitalization, rehabilitation, or incarceration + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + institutional unit + QName: fibo-ind-ei-ei:InstitutionalUnit + + a party that is capable, in its own right, of owning assets, incurring liabilities, and engaging in economic activities and in transactions with other parties + http://stats.oecd.org/glossary/detail.asp?ID=1415 + http://www.statcan.gc.ca/eng/concepts/units + http://www.statcan.gc.ca/eng/nea/gloss/gloss_i#Institutionalunit + There is a hierarchical relationship between institutional units and establishments. An institutional unit contains one or more entire establishment(s); an establishment belongs to one and only one institutional unit. There are two main types of units in the real world that may qualify as institutional units, namely persons or groups of persons in the form of households, and legal or social entities. + + + + + labor productivity, based on gross output + QName: fibo-ind-ei-ei:LaborProductivityGrossOutput + + a ratio of a quantity index of gross output to a quantity index of labor input + http://www.oecd.org/std/productivity-stats/2352458.pdf + Gross-output based labour productivity traces the labour requirements per unit of (physical) output. It reflects the change in the input coefficient of labour by industry and can help in the analysis of labour requirements by industry. + Shows the time profile of how productively labour is used to generate gross output. Labour productivity changes reflect the joint influence of changes in capital, intermediate inputs, as well as technical, organisational and efficiency change within and between firms, the influence of economies of scale, varying degrees of capacity utilisation and measurement errors. + + + + + labor productivity, based on value added + QName: fibo-ind-ei-ei:LaborProductivityValueAdded + + a ratio of a quantity index of value added to a quantity index of labor input + http://www.oecd.org/std/productivity-stats/2352458.pdf + At the aggregate level, value-added based labour productivity forms a direct link to a widely used measure of living standards, income per capita. Productivity translates directly into living standards, by adjusting for changing working hours, unemployment, labour force participation rates and demographic changes. + Shows the time profile of how productively labour is used to generate value added. Labour productivity changes reflect the joint influence of changes in capital, as well as technical, organisational and efficiency change within and between firms, the influence of economies of scale, varying degrees of capacity utilisation and measurement errors. + + + + + + + + + + + + + mean + QName: fibo-ind-ei-ei:Mean + + the most common measure of central tendency, the average of a set of numbers + μ + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#m + A moment is a specific quantitative measure, used in both mechanics and statistics, of the shape of a set of points. Given that the points represent probability density from a statistical viewpoint, the zeroth moment is the total probability (i.e. one), the first moment is the mean, the second central moment is the variance, the third central moment is the skewness, and the fourth central moment (with normalization and shift) is the kurtosis. + expected value + first (raw) moment + + + + + + + + + + + + + median + QName: fibo-ind-ei-ei:Median + + the value separating the higher half of a data sample, a population, or a probability distribution, from the lower half + The basic advantage of the median in describing data compared to the mean is that it is not skewed by extremely large or small values, and may provide a better idea of a 'typical' value. + + + + + + + + + + + median absolute deviation + QName: fibo-ind-ei-ei:MedianAbsoluteDeviation + + the median of the absolute deviations from the data's median + median absolute deviation + + + + + metropolitan statistical area + QName: fibo-ind-ei-ei:MetropolitanStatisticalArea + + one or more adjacent counties or county equivalents that have at least one urban core area of at least 50,000 population, plus adjacent territory that has a high degree of social and economic integration with the core as measured by commuting ties + MSA + + + + + + + + micropolitan statistical area + QName: fibo-ind-ei-ei:MicropolitanStatisticalArea + + one or more adjacent counties or county equivalents that have at least one urban core area of at least 10,000 population but less than 50,000, plus adjacent territory that has a high degree of social and economic integration with the core as measured by commuting ties + μSA + + + + + + + + military person + QName: fibo-ind-ei-ei:MilitaryPerson + + + a person that is a member of the active duty military + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + monthly + QName: fibo-ind-ei-ei:Monthly + + an explicit recurrence interval of exactly one (1) month, regardless of the length in days of a given calendar month, but typically 30 days + P1M + + + + + + + + + + + 1 + + + + + + + 1 + + + numeric index + QName: fibo-ind-ei-ei:NumericIndex + + the change in some aggregate relative to the value of the aggregate at a reference period + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#i + https://wiki.edmcouncil.org/display/IND/Specifying+Statistical+Quantities + a mathematical device or number which is used to express the observation (e.g., price level, volume of trade, relative amount etc.) of a given period, in comparison with that of a base period + + + + + output producer price index + QName: fibo-ind-ei-ei:OutputProducerPriceIndex + + an economic indicator representing a measure of the rate of change over time in the prices of products sold as they leave the producer + output PPI + https://www.imf.org/external/pubs/ft/ppi/2010/manual/ppi.pdf + + + + + personal consumption expenditures + QName: fibo-ind-ei-ei:PersonalConsumptionExpenditures + + an economic indicator representing a measure of the value of the goods and services purchased by, or on the behalf of, 'persons' + PCE + https://www.bea.gov/national/pdf/chapter5.pdf + Personal consumption expenditures consist of purchases of goods and services by households and by nonprofit institutions serving households (NPISHs). These goods and services include imputed expenditures on items such as the services of housing by a homeowner (the equivalent of rent), financial and insurance services for which there is no explicit charge, and medical care provided to individuals and financed by government or by private insurance. + + + + + population not in the labor force + QName: fibo-ind-ei-ei:PopulationNotInLaborForce + + + a subset of the civilian, noninstitutional population, that is considered neither employed nor unemployed by the reporting agency during the reporting period + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + There are a number of distinctions with respect to how individuals are counted from country to country, including whether or not they are considered employed if they are on unpaid leave for some reason, and whether or not they are counted multiple times if they have more than one paying job. + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + producer price index + QName: fibo-ind-ei-ei:ProducerPriceIndex + + + an economic indicator representing a measure of the rate of change over time in the prices of goods and services bought and sold by producers + PPI + https://www.imf.org/external/pubs/ft/ppi/2010/manual/ppi.pdf + Statistical agencies implement the Laspeyres index by putting it into price-relative (price change from the base period) and revenue-share (from the base period) format. In this form, the Laspeyres index can be written as the sum of base-period revenue shares of the items in the index times their corresponding price relatives. Statistical agency practice has introduced some approximations to the theoretical Laspeyres target due to a number of practical problems with producing the Laspeyres index exactly. For these and other pragmatic reasons, some agencies use alternatives depending on circumstances. See the IMF publication cited for a full explanation of the most commonly used approaches and trade-offs made for determining PPI. + The standard methodology for a typical PPI is based on a Laspeyres price index with fixed quantities from an earlier base period. The construction of this index can be thought of in terms of selecting a basket of goods and services representative of base-period revenues, valuing this at base-period prices, and then repricing the same basket at current-period prices. The target PPI in this case is defined to be the ratio of these two revenues. Practicing statisticians use this methodology because it has at least three practical advantages. It is easily explained to the public, it can use often expensive and untimely weighting information from the date of the last (or an even earlier) survey or administrative source (rather than requiring sources of data for the current month), and it need not be revised if users accept the Laspeyres premise. + + + + + + + + + + 1 + + + productivity + QName: fibo-ind-ei-ei:Productivity + + an economic indicator representing a ratio of a volume measure of output to a volume measure of input use + http://stats.oecd.org/glossary/detail.asp?ID=2167 + http://www.oecd.org/std/productivity-stats/2352458.pdf + The primary objectives of productivity measurement include: (a) tracing technology change, i.e., the currently known ways of converting resources into outputs desired by the economy, (b) identifying changes in efficiency, (c) understanding real cost savings, (d) benchmarking production processes, and (e) assessing standards of living. Productivity measures may also be single factor or multifactor. + + + + + + ratio + QName: fibo-ind-ei-ei:Ratio + + a proportional relationship between two different numbers or quantities, or in mathematics a quotient of two numbers or expressions, arrived at by dividing one by the other + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#p. + + + + + + + + + + 2 + + + + + + + + + ratio expression + QName: fibo-ind-ei-ei:RatioExpression + + a proportional relationship specifically between two different quantities or expressions, arrived at by dividing one by the other + + + + + + + + + + 2 + + + + + + + + + ratio value + QName: fibo-ind-ei-ei:RatioValue + + a proportional relationship specifically between two different quantity values that gives rise to a datum of a specific quantity type + + + + + sampling variance + QName: fibo-ind-ei-ei:SamplingVariance + + a measure of the extent to which the estimate of a characteristic from different possible samples of the same size and the same design differ from one another + http://www.statcan.gc.ca/pub/12-587-x/12-587-x2003001-eng.pdf + + + + + + + + + + + + + + + + + + + + standard deviation + QName: fibo-ind-ei-ei:StandardDeviation + + the square root of variance, standard deviation, measures the spread or dispersion around the mean of a data set + SD + σ + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#s + Standard deviation is the most widely-used measure of spread, using squared deviations, but may not be robust. + + + + + + + + + + + + + + + + + + statistical area + QName: fibo-ind-ei-ei:StatisticalArea + + a physical location that is defined per a nationally consistent program for designating geographic regions for the purposes of tabulating and presenting statistical data + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/display/IND/Statistics+Canada+Census+Information + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + + 1 + + + statistical area identifier + QName: fibo-ind-ei-ei:StatisticalAreaIdentifier + + an identifier for a physical location that is defined per a nationally consistent program for designating geographic regions for the purposes of tabulating and presenting statistical data + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/display/IND/Statistics+Canada+Census+Information + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + + + + + + + + + + + + + + + + + statistical population + QName: fibo-ind-ei-ei:StatisticalPopulation + + a statistical universe filtered by time and region + + A common aim of statistical analysis is to produce information about some chosen population. In statistical inference, a subset of the population (a statistical sample) is chosen to represent the population in a statistical analysis. If a sample is chosen properly, characteristics of the entire population that the sample is drawn from can be estimated from corresponding characteristics of the sample. + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + statistical program + QName: fibo-ind-ei-ei:StatisticalProgram + + a publication program that presents a detailed investigation and analysis of a subject or situation involving one or more studies or surveys + + + + + + + + + + + + + + + + + + statistical universe + QName: fibo-ind-ei-ei:StatisticalUniverse + + a collection representing the total membership, or 'universe', of people, resources, products, services, events, or entities of interest for some question, experiment, survey or statistical program + A statistical universe can be a group of actually existing objects (e.g. the set of all stars within the Milky Way galaxy) or a hypothetical and potentially infinite group of objects conceived as a generalization from experience (e.g. the set of all possible hands in a game of poker). + + + + + + + + total + QName: fibo-ind-ei-ei:Total + + a sum of the values for some characteristic of all units + https://wiki.edmcouncil.org/display/IND/Specifying+Statistical+Quantities + + + + + + + + + + + ultimate consumer + QName: fibo-ind-ei-ei:UltimateConsumer + + a person that is the ultimate user of a good, product or service + For the purposes of the CPI and related statistics, the definition of consumer is limited to humans. In general, a consumer could include a pet, as the consumer of pet food, for example, although the pet owner would likely be the purchaser and target of advertising. + The consumer is not always the purchaser of the product. Consumers are considered to be the users of the final product. For example, purchasers of building products are interim users of these products while constructing the finished product, which then may be purchased by the consumer. + consumer as defined by the Consumer Price Index (CPI) + + + + + unemployed population + QName: fibo-ind-ei-ei:UnemployedPopulation + + + a subset of the civilian labor force that is considered to have had no employment but was available for work, except for temporary illness, and had made specific efforts to find employment sometime during a specified period, during the reporting period + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + Persons who were waiting to be recalled to a job from which they had been laid off need not have been looking for work to be classified as unemployed. + + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + unemployment rate + QName: fibo-ind-ei-ei:UnemploymentRate + + + an economic indicator representing the ratio of the unemployed population with respect to the civilian labor force of a given economy for some specified period + http://www.bls.gov/cps/faq.htm#Ques3 + Persons are classified as unemployed if they do not have a job, have actively looked for work in the prior 4 weeks, and are currently available for work. Workers expecting to be recalled from layoff are counted as unemployed, whether or not they have engaged in a specific jobseeking activity. In all other cases, the individual must have been engaged in at least one active job search activity in the 4 weeks preceding the interview and be available for work (except for temporary illness). + unemployed population ÷ civilian labor force + + + + + + + + + + + + + + + + + value-added producer price index + QName: fibo-ind-ei-ei:ValueAddedProducerPriceIndex + + an economic indicator representing a weighted average of the input and output producer price indices + value-added PPI + https://www.imf.org/external/pubs/ft/ppi/2010/manual/ppi.pdf + + + + + + + + + + + variance + QName: fibo-ind-ei-ei:Variance + + a measure of spread, calculated as the average squared deviation of each number from the mean of a data set + μ2 + σ2 + http://www.statcan.gc.ca/edu/power-pouvoir/glossary-glossaire/5214842-eng.htm#v + second moment + + + + + weekly + QName: fibo-ind-ei-ei:Weekly + + an explicit recurrence interval of one week, or 7 days + P7D + + + + actual expression + QName: fibo-ind-ei-ei:actualExpression + + + the calculation or expression used to determine the value of something + In cases where some expression can only be calculated in SPARQL or via rules, this property is useful for stating what that calculation should be using the input arguments to the expression. + + + + + evaluates + QName: fibo-ind-ei-ei:evaluates + + + + calculates a quantity value based on some mathematical formula + + + + excludes energy and food + QName: fibo-ind-ei-ei:excludesEnergyAndFood + + + + a predicate indicating whether the index excludes energy and food prices + + + + + has base period + QName: fibo-ind-ei-ei:hasBasePeriod + + + specifies the base period (typically a prior period) against which a numberic index for a more recent reporting period is compared + + + + + has indicator value + QName: fibo-ind-ei-ei:hasIndicatorValue + + + specifies quantity value for a given indicator + + + + has minimum legal working age + QName: fibo-ind-ei-ei:hasMinimumLegalWorkingAge + + + a predicate indicating the legal working age (minimum), in years, of people that are counted as members of the working population + + The working-age population is the total population in a region, within a set range of ages, that is considered to be able and likely to work. The working-age population measure is used to give an estimate of the total number of potential workers within an economy. For example, in the U.S., it is 16, whereas in Canada it is 15. + + + + + has observed value + QName: fibo-ind-ei-ei:hasObservedValue + + + specifies a collection of values over which some analysis is performed + For certain calculations, such as certain measures of dispersion, date value pairs are expected as input, in other words, a dated structured collection. + + + + + has periodicity + QName: fibo-ind-ei-ei:hasPeriodicity + + + specifies a recurrence interval (monthly, quarterly, annual) that an indicator reflects + + + + + has population size + QName: fibo-ind-ei-ei:hasPopulationSize + + + a predicate indicating the number of elements in a given population + + + + + has reference period + QName: fibo-ind-ei-ei:hasReferencePeriod + + + specifies a reference (baseline) recurrence interval for which a given economic indicator applies + + + + + has regional context + QName: fibo-ind-ei-ei:hasRegionalContext + + + true + specifies the regional (geopolitical) context for a given measurement, population, or economic indicator + + + + + has release date + QName: fibo-ind-ei-ei:hasReleaseDate + + + specifies the release date for a given economic indicator + Note that this property requires a reified date value, if used. + + + + has release date and time + QName: fibo-ind-ei-ei:hasReleaseDateTime + + + indicates a release date and possibly a time for a given indicator or report + + + + + has reporting period + QName: fibo-ind-ei-ei:hasReportingPeriod + + + true + specifies the reporting period for which a given economic indicator applies + + + + + has series origin + QName: fibo-ind-ei-ei:hasSeriesOrigin + + + specifies the original starting date for the time series for a given economic indicator + + + + + + has time context + QName: fibo-ind-ei-ei:hasTimeContext + + + true + specifies the time context for a given measurement, population, or economic indicator + + + + + has universe size + QName: fibo-ind-ei-ei:hasUniverseSize + + + a predicate indicating the number of elements in a given universe + + + + is calculated via methodology + QName: fibo-ind-ei-ei:isCalculatedViaMethodology + + + + a high-level description of the approach taken to obtain the result + + + + + is evaluated by + QName: fibo-ind-ei-ei:isEvaluatedBy + + + + links a quantity value to the expression that generated it + + + + is seasonally adjusted + QName: fibo-ind-ei-ei:isSeasonallyAdjusted + + + a predicate indicating whether some published formal method is applied that compensates for seasonal variations in the population or index value + Example explanation from the US Bureau of Labor Statistics: Because price data are used for different purposes by different groups, the Bureau of Labor Statistics publishes seasonally adjusted as well as unadjusted changes each month. ... Seasonal factors used in computing the seasonally adjusted indexes are derived by the X-13ARIMA-SEATS Seasonal Adjustment Method. Seasonally adjusted indexes and seasonal factors are computed annually. Each year, the last five years of seasonally adjusted data are revised. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators.rdf new file mode 100755 index 0000000..d2f7640 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators.rdf @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Canadian Economic Indicators Ontology + QName: fibo-ind-ei-caei: + This ontology provides specific parameters which make up the various types of market economic indicators applicable to the Canadian economy. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicatorPublishers/ + https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators/ + https://www.omg.org/spec/LCC/ + fibo-ind-ei-caei + CAEconomicIndicators.rdf + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators.rdf version of this ontology was added to the IND specification per the issue resolutions identified in the FIBO IND 1.0 FTF 3 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators.rdf version of this ontology was revised per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/CAEconomicIndicators.rdf version of this ontology was revised to reflect the new hasCoverageArea property in FND. + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + Canadian consumer price index + QName: fibo-ind-ei-caei:CanadianConsumerPriceIndex + + an economic indicator representing a measure of changes over time in the prices of a fixed basket of consumer goods and services that Canadian private households consume + CPI + http://www.statcan.gc.ca/eng/start + http://www5.statcan.gc.ca/olc-cel/olc.action?ObjId=62-553-X&ObjType=2&lang=en&limit=0 + + + + + + + + + + + + + + + + + + + + + + Canadian households consumers universe + QName: fibo-ind-ei-caei:CanadianHouseholdsConsumersUniverse + + a statistical universe consisting of all private households in Canada, with the exception of soldiers on military bases, people living on First Nations reserves, institutionalized persons, and households living in the rural areas of the three northern territories + http://www.statcan.gc.ca/pub/62-553-x/62-553-x2015001-eng.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian producer price index + QName: fibo-ind-ei-caei:CanadianProducerPriceIndex + + an economic indicator representing a measure of the change over time in the prices of a fixed-basket of domestic producer goods and services + http://www23.statcan.gc.ca/imdb-bmdi/pub/indexth-eng.htm + Note that Canada does not produce a high level, cross industry PPI per se. Canadian PPIs are published by industry sector. Three of the most important are captured in the union defined herein, which may be expanded over time to integrate others, as needed. + + + + + Canadian statistics publisher + QName: fibo-ind-ei-caei:CanadianStatisticsPublisher + + individual representing the functional entity that is the primary publisher of statistical information for the Canadian Government + + http://www.statcan.gc.ca/eng/about/mandate/ + + + + + industrial products sector + QName: fibo-ind-ei-caei:IndustrialProductsSector + + a classifier for a sector of the economy used for price indices focused on major commodities sold by manufacturers in Canada + http://www23.statcan.gc.ca/imdb/p2SV.pl?Function=getSurvey&SDDS=2318 + + + + + new housing sector + QName: fibo-ind-ei-caei:NewHousingSector + + a classifier for a sector of the economy used for price indices focused on contractors' selling prices of new residential houses, where detailed specifications pertaining to each house remain the same between two consecutive periods + http://www23.statcan.gc.ca/imdb/p2SV.pl?Function=getSurvey&SDDS=2310 + + + + + raw materials sector + QName: fibo-ind-ei-caei:RawMaterialsSector + + a classifier used for price indices related to raw materials purchased by industries in Canada for further processing + http://www23.statcan.gc.ca/imdb/p2SV.pl?Function=getSurvey&SDDS=2306 + + + + + Statistics Canada + Statistique Canada + QName: fibo-ind-ei-caei:StatisticsCanada + + individual representing Statistics Canada, a government agency mandated to collect, compile, analyse, abstract and publish statistical information relating to the commercial, industrial, financial, social, economic and general activities and condition of the people of Canada + + + StatCan + http://www.statcan.gc.ca/eng/about/mandate + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators.rdf new file mode 100755 index 0000000..d14080e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators.rdf @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + American Economic Indicators Ontology + QName: fibo-ind-ei-usei: + This ontology provides specific parameters which make up the various types of market economic indicators applicable to the American economy. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2016-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicatorPublishers/ + https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/EconomicIndicators/ + https://www.omg.org/spec/LCC/ + fibo-ind-ei-usei + USEconomicIndicators.rdf + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators.rdf version of this ontology was added to the IND specification per the issue resolutions identified in the FIBO IND 1.0 FTF 3 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators.rdf version of this ontology was revised per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/IND/EconomicIndicators/NorthAmericanIndicators/USEconomicIndicators.rdf version of this ontology was revised to reflect the new hasCoverageArea property in FND. + + + + + + American statistics publisher + QName: fibo-ind-ei-usei:AmericanStatisticsPublisher + + a statistical information publisher comprised of the government agencies and departments that publish statistical information on behalf of the U.S. Federal Government + Examples of American statistical information publishers include the Department of Commerce, Bureau of Economic Analysis (Commerce), Census Bureau (Commerce), Bureau of Labor Statistics (Labor), Department of the Treasury, and the Federal Reserve Board, among others. + + + + + Bureau of Labor Statistics + QName: fibo-ind-ei-usei:BureauOfLaborStatistics + + + individual representing the Bureau of Labor Statistics, the principal Federal agency responsible for measuring labor market activity, working conditions, and price changes in the economy + + + BLS + http://www.bls.gov/bls/infohome.htm + Its mission is to collect, analyze, and disseminate essential economic information to support public and private decision-making. As an independent statistical agency, BLS serves its diverse user communities by providing products and services that are objective, timely, accurate, and relevant. + + + + + consumer expenditure survey + QName: fibo-ind-ei-usei:ConsumerExpenditureSurvey + + a program conducted on a regular basis that provides information on the buying habits of consumers, including data on their expenditures, income, and consumer unit (families and single consumers) characteristics + + + + + + current employment statistics + QName: fibo-ind-ei-usei:CurrentEmploymentStatistics + + a survey conducted on a regular basis that presents analytical information related to businesses and government agencies, in order to provide detailed industry data on employment, hours, and earnings of workers + + + + + + + + + + + + current population survey + QName: fibo-ind-ei-usei:CurrentPopulationSurvey + + a survey conducted on a regular basis that presents analytical information related to the general population of a given statistical area with respect to labor force, employment, unemployment, persons not in the labor force, hours of work, earnings, and other demographic and labor force characteristics + + + + + + + + + + + + employment situation establishment survey + QName: fibo-ind-ei-usei:EmploymentSituationEstablishmentSurvey + + + a survey conducted on a regular basis that presents analytical information related to the labor force of a given statistical area, surveyed with respect to businesses, and is, for the most part, seasonally adjusted + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + + + employment situation household survey + QName: fibo-ind-ei-usei:EmploymentSituationHouseholdSurvey + + + a survey conducted on a regular basis that presents analytical information related to the labor force of a given statistical area, surveyed with respect to households, and is, for the most part, seasonally adjusted + U.S. Bureau of Labor Statistics and Statistics Canada reference definitions - https://wiki.edmcouncil.org/pages/viewpage.action?pageId=6358041 + + + + + + + + + + 1 + + + employment situation survey + QName: fibo-ind-ei-usei:EmploymentSituationSurvey + + a survey conducted on a regular basis that presents analytical information focused on the employment characteristics of a given statistical area + + + + + + point of purchase survey + QName: fibo-ind-ei-usei:PointOfPurchaseSurvey + + a program conducted on a regular basis that provides information on purchases of various items and services by consumers + + + + + + + + + + + + + + + + + + U.S. producer price index + QName: fibo-ind-ei-usei:USProducerPriceIndex + + an economic indicator representing a measure of the change over time in the selling prices received by domestic producers for their output + http://www.bls.gov/ppi/ + + + + + United States Department of Labor + QName: fibo-ind-ei-usei:UnitedStatesDepartmentOfLabor + + + individual representing the U.S. Department of Labor, a government department whose mission is to foster, promote, and develop the welfare of the wage earners, job seekers, and retirees of the United States; improve working conditions; advance opportunities for profitable employment; and assure work-related benefits and rights + + + + DOL + https://www.dol.gov/general/aboutdol/mission + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + urban consumer price index + QName: fibo-ind-ei-usei:UrbanConsumerPriceIndex + + an economic indicator representing a measure of the average change over time in the prices paid by urban consumers for a market basket of consumer goods and services + CPI-U + http://www.bls.gov/cpi/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + urban consumers universe + QName: fibo-ind-ei-usei:UrbanConsumersUniverse + + a statistical universe for consumer expenditure surveys consisting of people within a household that make joint expenditure decisions + U.S. Bureau of Labor Statistics, http://www.bls.gov/cpi/ + In the United States, the CPI-U population, which covers about 88 percent of the U.S. population, covers households in all areas of the United States except people living in rural nonmetropolitan areas, in farm households, on military installations, in religious communities, and in institutions such as prisons and mental hospitals. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/ForeignExchange/ForeignExchange.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/ForeignExchange/ForeignExchange.rdf new file mode 100755 index 0000000..b1e263c --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/ForeignExchange/ForeignExchange.rdf @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + +]> + + + + Foreign Exchange Ontology + QName: fibo-ind-fx-fx: + This ontology provides the parameters for foreign exchange rates, covering spot and forward rates, as well as Fx spot rate volatilities. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/Indicators/Indicators/ + fibo-ind-fx-fx + ForeignExchange.rdf + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/ForeignExchange/ForeignExchange.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/IND/ForeignExchange/ForeignExchange.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 1 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/ForeignExchange/ForeignExchange.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 2 report, namely, to take advantage of content added via the FIBO FND 1.1 with respect to higher-level concepts of Rate, ExchangeRate, and InterestRate. + + + + + + currency conversion service + QName: fibo-ind-fx-fx:CurrencyConversionService + + a foreign exchange service involving the conversion of currency of one country or group of countries for another, typically, but not always, as a counter transaction + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + http://www.investopedia.com/terms/c/currency-exchange.asp + A currency exchange service may be provided by a stand-alone business or may be part of the services offered by a bank or other financial institution. The currency exchange profits from its services either through adjusting the exchange rate or taking a commission. + + + + + + + + + + + currency forward rate + QName: fibo-ind-fx-fx:CurrencyForwardRate + + a rate of exchange between two currencies for settlement at some future point in time, expressed as a premium on the spot rate + + + + + currency spot buy rate + QName: fibo-ind-fx-fx:CurrencySpotBuyRate + + an indicative spot buying market rate as observed by the reporting source + + + + + currency spot mid rate + QName: fibo-ind-fx-fx:CurrencySpotMidRate + + an indicative middle market (mean of spot buying and selling) rate as observed by the reporting source + + + + + currency spot rate + QName: fibo-ind-fx-fx:CurrencySpotRate + + a rate to exchange one currency for another for immediate delivery + http://www.investopedia.com/terms/s/spotexchangerate.asp + Spot rates represent the prices buyers pay in one currency to purchase a second currency. Although the spot exchange rate is for delivery on the earliest value date, the standard settlement date for most spot transactions is two business days after the transaction date. + + + + + currency spot sell rate + QName: fibo-ind-fx-fx:CurrencySpotSellRate + + an indicative spot selling market rate as observed by the reporting source + + + + + foreign exchange service + QName: fibo-ind-fx-fx:ForeignExchangeService + + a financial service involving the exchange of one currency for another, conversion of one currency for another, and transfer of money from one country to another whereby currency conversion is required + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + + + + + + + FX spot volatility + QName: fibo-ind-fx-fx:FxSpotVolatility + + a measure of exchange rate fluctuation + OptionsEducation.org + Mathematically, volatility is the annualized standard deviation of the daily changes in the exchange rate. + + + + + + international electronic funds transfer service + QName: fibo-ind-fx-fx:InternationalElectronicFundsTransferService + + an electronic funds transfer (EFT) service involving the transfer of funds across national borders, that may also involve currency conversion + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + international wire transfer + + + + + + + + + + 1 + + + quoted exchange rate + QName: fibo-ind-fx-fx:QuotedExchangeRate + + an exchange rate quoted at a specific point in time, for a given block amount of currency as quoted against another (base) currency + An exchange rate of R represents a rate of R units of the quoted currency to 1 unit of the base currency. + + + + has quotation block amount basis + QName: fibo-ind-fx-fx:hasQuotationBlockAmountBasis + + + + indicates the amount of the dealt currency which would be exchanged in a trade for which the stated spot rate applies + + + + + has quotation settlement basis + QName: fibo-ind-fx-fx:hasQuotationSettlementBasis + + + + indicates the settlement period for a trade for which the stated spot rate applies + + + + has quotation settlement basis in days + QName: fibo-ind-fx-fx:hasQuotationSettlementBasisInDays + + + + true + the settlement period in days for a trade for which the stated spot rate applies + + + + + has quote currency + QName: fibo-ind-fx-fx:hasQuoteCurrency + + + indicates the quote currency in an exchange rate; R units of this currency represent one unit of the base currency + + + + + has settlement date + QName: fibo-ind-fx-fx:hasSettlementDate + + + true + a predicate indicating the settlement date of a given transaction + + + + is premium on + QName: fibo-ind-fx-fx:isPremiumOn + + + + an exchange rate expressed as a premium on the spot rate for the currency pair + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/Indicators/Indicators.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/Indicators/Indicators.rdf new file mode 100755 index 0000000..fb3fcdd --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/Indicators/Indicators.rdf @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + +]> + + + + Indicators Ontology + QName: fibo-ind-ind-ind: + This ontology provides the concepts common to all market rates, indices and indicators; that is concepts descriptive of the numeric parameters themselves. These are modeled independently of the values they may take over time. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + + + fibo-ind-ind-ind + Indicators.rdf + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators.rdf version of this ontology was modified per the FIBO 2.0 RFC, namely, to integrate concepts recently added to the FND domain including Rate, ExchangeRate, InterestRate and StructuredCollection and revise definitions of TermStructure and Volatility to better support concepts such as yield curves and analysis of market rates generally. + The https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 1 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators.rdf version of this ontology was modified to integrate the composite date value. + + + + + + + + + + 1 + + + daily average market rate + QName: fibo-ind-ind-ind:DailyAverageMarketRate + + a measure of the overall price level of a given rate, calculated as the sum of all values of the rates for a particular reference rate, foreign exchange rate, lending rate, or other market rate divided by the total number of rates collected over the course of a twenty-four (24) hour period for a specific date + http://www.investopedia.com/terms/m/marketaverage.asp + + + + + + + + + 1 + + + end-of-day market rate + QName: fibo-ind-ind-ind:EndOfDayMarketRate + + a measure of the price level (value) of a given market rate of the end of the business day for a specific date + + + + + + + + + 0 + + + + + + + + + financial information publisher + QName: fibo-ind-ind-ind:FinancialInformationPublisher + + a formal organization acting as a publisher or provider of information related to the financial markets or of interest to financial market participants such as information on economies + + + + + + + + + 0 + + + + market rate + QName: fibo-ind-ind-ind:MarketRate + + a rate that measures market trends for a set of instruments (S&P500, NASDAQ composite, 30 day CD) or that describes the economic climate for an industry (Dow Jones Industrial Average (DJIA), H&Q Growth Technologies) and/or political region (LIBOR, Prime) + Financial market rates include, but are not limited to reference rates, foreign exchange rates, lending rates, bankers' acceptance rates, and so forth. + Market rates include but may not be limited to the following: +(1) Index: Statistical composite that measures changes in the economy or in financial markets, often expressed in percentage changes from a base year or from the previous month +(2) Money Rate: Benchmark or guideline for interest rates determined by central banks or economical climate as a whole +(3) Bankers' Acceptance Rate: Benchmark reflecting market fluctuations of Bankers' Acceptance issued instruments +(4) Commercial Paper Rate: Benchmark reflecting market fluctuations of Commercial Paper issued instruments +(5) Certificate of Deposit Rate: Benchmark reflecting market fluctuations of Certificate of Deposit issued instruments +(6) Interbank Rate +(7) Prime +(8) Time Deposit Rate: Benchmark reflecting market fluctuations of Deposit/Redeposit issued instruments + known collectively (in the CFI Standard) as referential instruments + benchmark + + + + + + + + + 2 + + + market spread + QName: fibo-ind-ind-ind:MarketSpread + + a statistical measure providing the difference (or spread) between two market rates + + + + + + + + + + + price structure + QName: fibo-ind-ind-ind:PriceStructure + + a structured collection of quoted prices, such as market prices for some index or security, such that volatility may be constructed for the structure + + + + + + + + + + + price volatility + QName: fibo-ind-ind-ind:PriceVolatility + + a statistical measure of the rate of change in pricing for a given security or market index + Volatility is modeled here using a structured collection, comprised of a series of individual prices of something (a security, index, etc., typically quoted prices), dates, and the source for those prices for some overall period of time + Volatility can be determined using the standard deviation or variance among prices for the security or market index over some period of time. For a specific security, volatility may measure the amount and frequency in rapid price fluctuation. It is computed as the annualized standard deviation of the percentage change in a security's daily price. + + + + + + + + + + + published financial information + QName: fibo-ind-ind-ind:PublishedFinancialInformation + + published information made available by a financial information publisher + + + + + + + + + + 1 + + + quoted price + QName: fibo-ind-ind-ind:QuotedPrice + + a monetary price quoted by some publisher on a given date + + + + + structured collection + QName: fibo-ind-ind-ind:StructuredCollection + + true + a collection that has a clearly defined structure or organization + + + + + + + + + + + term structure + QName: fibo-ind-ind-ind:TermStructure + + a structured collection of rates, such as interest rates, or bond yields with different terms to maturity, such that a yield curve may be constructed for the structure + Term structure refers to a set of discrete points; elements are ordered by time. Restrictions on the rate (see above) and a point in time, paired together, and then ordered in a structured collection is how this should ultimately be modeled. Then the concept of yield curve would be a child of term structure, for calculation of net present value, for example. + Term Structure has been modeled with reference to MarketRate generally, which incorporates more kinds of rate than would normally be included in a term structure. Term structures consist of two or more of something with some time to maturity, typically debt instruments or interest rates. Currency exchange rates may in principle be grouped in a term structure as forward rates. For this specification, debt instruments are not in scope, so these are not included in the current scope of this TermStructure concept. + http://www.investopedia.com/terms/t/termstructure.asp + The term structure reflects expectations of market participants about future changes in interest rates and their assessment of monetary policy conditions. + + + + + + + + + + + + + + + + + + volatility + QName: fibo-ind-ind-ind:Volatility + + a statistical measure of the dispersion around the average of some random variable over some period of time + + + + + has quotation date + QName: fibo-ind-ind-ind:hasQuotationDate + + + indicates the quotation date for a given market rate or indicator + Typically this property reflects a daily average or end of day quote. + Note that this property requires a reified date value, if used. + + + + + has quotation date and time + QName: fibo-ind-ind-ind:hasQuotationDateTime + + + indicates a quotation date and possibly a time for a given market rate, interest rate, indicator, or other quoted pricing information + + + + + is volatility of + QName: fibo-ind-ind-ind:isVolatilityOf + + + indicates something to which the volatility measure applies and of which it is a measure + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/CommonInterestRates.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/CommonInterestRates.rdf new file mode 100755 index 0000000..1f12dfa --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/CommonInterestRates.rdf @@ -0,0 +1,8076 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Common Interest Rates Ontology + QName: fibo-ind-ir-cm: + This ontology provides definitions for commonly referenced interest rates, for time periods specific to those rates. It is intended to provide examples of how to model reference rates for use in a variety of banking and financial services applications, rather than to be exhaustive. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2015-2019 EDM Council, Inc. + Copyright (c) 2015-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + + + + fibo-ind-ir-cm + CommonInterestRates.rdf + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates.rdf version of this ontology was modified to normalize the prefix for the EU individuals ontology. + + + + + + + + + + + + + AED-EBOR-Reuters + QName: fibo-ind-ir-cm:AED-EBOR-Reuters + + the FpML floating interest index for AED-EBOR-Reuters + AED-EBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-AONIA-OIS-COMPOUND + QName: fibo-ind-ir-cm:AUD-AONIA-OIS-COMPOUND + + the FpML floating interest index for AUD-AONIA-OIS-COMPOUND + AUD-AONIA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-AONIA-OIS-COMPOUND-SwapMarker + QName: fibo-ind-ir-cm:AUD-AONIA-OIS-COMPOUND-SwapMarker + + the FpML floating interest index for AUD-AONIA-OIS-COMPOUND-SwapMarker + AUD-AONIA-OIS-COMPOUND-SwapMarker + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-BBR-AUBBSW + QName: fibo-ind-ir-cm:AUD-BBR-AUBBSW + + the FpML floating interest index for AUD-BBR-AUBBSW + AUD-BBR-AUBBSW + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-BBR-BBSW + QName: fibo-ind-ir-cm:AUD-BBR-BBSW + + the FpML floating interest index for AUD-BBR-BBSW + AUD-BBR-BBSW + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-BBR-BBSW-Bloomberg + QName: fibo-ind-ir-cm:AUD-BBR-BBSW-Bloomberg + + the FpML floating interest index for AUD-BBR-BBSW-Bloomberg + AUD-BBR-BBSW-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-BBR-BBSY (BID) + QName: fibo-ind-ir-cm:AUD-BBR-BBSY_BID + + the FpML floating interest index for AUD-BBR-BBSY (BID) + AUD-BBR-BBSY (BID) + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-BBR-ISDC + QName: fibo-ind-ir-cm:AUD-BBR-ISDC + + the FpML floating interest index for AUD-BBR-ISDC + AUD-BBR-ISDC + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-LIBOR-BBA + QName: fibo-ind-ir-cm:AUD-LIBOR-BBA + + the FpML floating interest index for AUD-LIBOR-BBA + AUD-LIBOR-BBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-LIBOR-BBA-Bloomberg + QName: fibo-ind-ir-cm:AUD-LIBOR-BBA-Bloomberg + + the FpML floating interest index for AUD-LIBOR-BBA-Bloomberg + AUD-LIBOR-BBA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-LIBOR-Reference Banks + QName: fibo-ind-ir-cm:AUD-LIBOR-Reference_Banks + + the FpML floating interest index for AUD-LIBOR-Reference Banks + AUD-LIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-Quarterly Swap Rate-ICAP + QName: fibo-ind-ir-cm:AUD-Quarterly_Swap_Rate-ICAP + + the FpML floating interest index for AUD-Quarterly Swap Rate-ICAP + AUD-Quarterly Swap Rate-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-Quarterly Swap Rate-ICAP-Reference Banks + QName: fibo-ind-ir-cm:AUD-Quarterly_Swap_Rate-ICAP-Reference_Banks + + the FpML floating interest index for AUD-Quarterly Swap Rate-ICAP-Reference Banks + AUD-Quarterly Swap Rate-ICAP-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:AUD-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for AUD-Semi-Annual Swap Rate-11:00-BGCANTOR + AUD-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-Semi-Annual Swap Rate-BGCANTOR-Reference Banks + QName: fibo-ind-ir-cm:AUD-Semi-Annual_Swap_Rate-BGCANTOR-Reference_Banks + + the FpML floating interest index for AUD-Semi-Annual Swap Rate-BGCANTOR-Reference Banks + AUD-Semi-Annual Swap Rate-BGCANTOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-Semi-Annual Swap Rate-ICAP-Reference Banks + QName: fibo-ind-ir-cm:AUD-Semi-Annual_Swap_Rate-ICAP-Reference_Banks + + the FpML floating interest index for AUD-Semi-Annual Swap Rate-ICAP-Reference Banks + AUD-Semi-Annual Swap Rate-ICAP-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-Semi-annual Swap Rate-ICAP + QName: fibo-ind-ir-cm:AUD-Semi-annual_Swap_Rate-ICAP + + the FpML floating interest index for AUD-Semi-annual Swap Rate-ICAP + AUD-Semi-annual Swap Rate-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + AUD-Swap Rate-Reuters + QName: fibo-ind-ir-cm:AUD-Swap_Rate-Reuters + + the FpML floating interest index for AUD-Swap Rate-Reuters + AUD-Swap Rate-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + BRL-CDI + QName: fibo-ind-ir-cm:BRL-CDI + + the FpML floating interest index for BRL-CDI + BRL-CDI + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Refers to the Overnight Brazilian Interbank Deposit Rate Annualized known as the average (Media) of the DI-OVER-EXTRA Grupo as published by CETIP (Camara de Custodia e Liquidacao). + + + + + + + + + + + + CAD-BA-CDOR + QName: fibo-ind-ir-cm:CAD-BA-CDOR + + the FpML floating interest index for CAD-BA-CDOR + CAD-BA-CDOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-BA-CDOR-Bloomberg + QName: fibo-ind-ir-cm:CAD-BA-CDOR-Bloomberg + + the FpML floating interest index for CAD-BA-CDOR-Bloomberg + CAD-BA-CDOR-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-BA-ISDD + QName: fibo-ind-ir-cm:CAD-BA-ISDD + + the FpML floating interest index for CAD-BA-ISDD + CAD-BA-ISDD + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-BA-Reference Banks + QName: fibo-ind-ir-cm:CAD-BA-Reference_Banks + + the FpML floating interest index for CAD-BA-Reference Banks + CAD-BA-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-BA-Reuters + QName: fibo-ind-ir-cm:CAD-BA-Reuters + + the FpML floating interest index for CAD-BA-Reuters + CAD-BA-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-BA-Telerate + QName: fibo-ind-ir-cm:CAD-BA-Telerate + + the FpML floating interest index for CAD-BA-Telerate + CAD-BA-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-CORRA-OIS-COMPOUND + QName: fibo-ind-ir-cm:CAD-CORRA-OIS-COMPOUND + + the FpML floating interest index for CAD-CORRA-OIS-COMPOUND + CAD-CORRA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-ISDA-Swap Rate + QName: fibo-ind-ir-cm:CAD-ISDA-Swap_Rate + + the FpML floating interest index for CAD-ISDA-Swap Rate + CAD-ISDA-Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-LIBOR-BBA + QName: fibo-ind-ir-cm:CAD-LIBOR-BBA + + the FpML floating interest index for CAD-LIBOR-BBA + CAD-LIBOR-BBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-LIBOR-BBA-Bloomberg + QName: fibo-ind-ir-cm:CAD-LIBOR-BBA-Bloomberg + + the FpML floating interest index for CAD-LIBOR-BBA-Bloomberg + CAD-LIBOR-BBA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-LIBOR-BBA-SwapMarker + QName: fibo-ind-ir-cm:CAD-LIBOR-BBA-SwapMarker + + the FpML floating interest index for CAD-LIBOR-BBA-SwapMarker + CAD-LIBOR-BBA-SwapMarker + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-LIBOR-Reference Banks + QName: fibo-ind-ir-cm:CAD-LIBOR-Reference_Banks + + the FpML floating interest index for CAD-LIBOR-Reference Banks + CAD-LIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-REPO-CORRA + QName: fibo-ind-ir-cm:CAD-REPO-CORRA + + the FpML floating interest index for CAD-REPO-CORRA + CAD-REPO-CORRA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-TBILL-ISDD + QName: fibo-ind-ir-cm:CAD-TBILL-ISDD + + the FpML floating interest index for CAD-TBILL-ISDD + CAD-TBILL-ISDD + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-TBILL-Reference Banks + QName: fibo-ind-ir-cm:CAD-TBILL-Reference_Banks + + the FpML floating interest index for CAD-TBILL-Reference Banks + CAD-TBILL-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-TBILL-Reuters + QName: fibo-ind-ir-cm:CAD-TBILL-Reuters + + the FpML floating interest index for CAD-TBILL-Reuters + CAD-TBILL-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CAD-TBILL-Telerate + QName: fibo-ind-ir-cm:CAD-TBILL-Telerate + + the FpML floating interest index for CAD-TBILL-Telerate + CAD-TBILL-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-3M LIBOR SWAP-CME vs LCH-ICAP + QName: fibo-ind-ir-cm:CHF-3M_LIBOR_SWAP-CME_vs_LCH-ICAP + + the FpML floating interest index for CHF-3M LIBOR SWAP-CME vs LCH-ICAP + CHF-3M LIBOR SWAP-CME vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-3M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:CHF-3M_LIBOR_SWAP-CME_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for CHF-3M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + CHF-3M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-3M LIBOR SWAP-EUREX vs LCH-ICAP + QName: fibo-ind-ir-cm:CHF-3M_LIBOR_SWAP-EUREX_vs_LCH-ICAP + + the FpML floating interest index for CHF-3M LIBOR SWAP-EUREX vs LCH-ICAP + CHF-3M LIBOR SWAP-EUREX vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-3M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:CHF-3M_LIBOR_SWAP-EUREX_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for CHF-3M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + CHF-3M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-6M LIBORSWAP-CME vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:CHF-6M_LIBORSWAP-CME_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for CHF-6M LIBORSWAP-CME vs LCH-ICAP-Bloomberg + CHF-6M LIBORSWAP-CME vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-6M LIBOR SWAP-CME vs LCH-ICAP + QName: fibo-ind-ir-cm:CHF-6M_LIBOR_SWAP-CME_vs_LCH-ICAP + + the FpML floating interest index for CHF-6M LIBOR SWAP-CME vs LCH-ICAP + CHF-6M LIBOR SWAP-CME vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-6M LIBOR SWAP-EUREX vs LCH-ICAP + QName: fibo-ind-ir-cm:CHF-6M_LIBOR_SWAP-EUREX_vs_LCH-ICAP + + the FpML floating interest index for CHF-6M LIBOR SWAP-EUREX vs LCH-ICAP + CHF-6M LIBOR SWAP-EUREX vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-6M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:CHF-6M_LIBOR_SWAP-EUREX_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for CHF-6M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + CHF-6M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-Annual Swap Rate + QName: fibo-ind-ir-cm:CHF-Annual_Swap_Rate + + the FpML floating interest index for CHF-Annual Swap Rate + CHF-Annual Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-Annual Swap Rate-11:00-ICAP + QName: fibo-ind-ir-cm:CHF-Annual_Swap_Rate-11_00-ICAP + + the FpML floating interest index for CHF-Annual Swap Rate-11:00-ICAP + CHF-Annual Swap Rate-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:CHF-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for CHF-Annual Swap Rate-Reference Banks + CHF-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-Basis Swap-3m vs 6m-LIBOR-11:00-ICAP + QName: fibo-ind-ir-cm:CHF-Basis_Swap-3m_vs_6m-LIBOR-11_00-ICAP + + the FpML floating interest index for CHF-Basis Swap-3m vs 6m-LIBOR-11:00-ICAP + CHF-Basis Swap-3m vs 6m-LIBOR-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-ISDAFIX-Swap Rate + QName: fibo-ind-ir-cm:CHF-ISDAFIX-Swap_Rate + + the FpML floating interest index for CHF-ISDAFIX-Swap Rate + CHF-ISDAFIX-Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-LIBOR-BBA + QName: fibo-ind-ir-cm:CHF-LIBOR-BBA + + the FpML floating interest index for CHF-LIBOR-BBA + CHF-LIBOR-BBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-LIBOR-BBA-Bloomberg + QName: fibo-ind-ir-cm:CHF-LIBOR-BBA-Bloomberg + + the FpML floating interest index for CHF-LIBOR-BBA-Bloomberg + CHF-LIBOR-BBA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-LIBOR-ISDA + QName: fibo-ind-ir-cm:CHF-LIBOR-ISDA + + the FpML floating interest index for CHF-LIBOR-ISDA + CHF-LIBOR-ISDA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-LIBOR-Reference Banks + QName: fibo-ind-ir-cm:CHF-LIBOR-Reference_Banks + + the FpML floating interest index for CHF-LIBOR-Reference Banks + CHF-LIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-OIS-11:00-ICAP + QName: fibo-ind-ir-cm:CHF-OIS-11_00-ICAP + + the FpML floating interest index for CHF-OIS-11:00-ICAP + CHF-OIS-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-SARON-OIS-COMPOUND + QName: fibo-ind-ir-cm:CHF-SARON-OIS-COMPOUND + + the FpML floating interest index for CHF-SARON-OIS-COMPOUND + CHF-SARON-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + PPer 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF-TOIS-OIS-COMPOUND + QName: fibo-ind-ir-cm:CHF-TOIS-OIS-COMPOUND + + the FpML floating interest index for CHF-TOIS-OIS-COMPOUND + CHF-TOIS-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CHF USD-Basis Swaps-11:00-ICAP + QName: fibo-ind-ir-cm:CHF_USD-Basis_Swaps-11_00-ICAP + + the FpML floating interest index for CHF USD-Basis Swaps-11:00-ICAP + CHF USD-Basis Swaps-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CL-CLICP-Bloomberg + QName: fibo-ind-ir-cm:CL-CLICP-Bloomberg + + the FpML floating interest index for CL-CLICP-Bloomberg + CL-CLICP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CLP-TNA + QName: fibo-ind-ir-cm:CLP-TNA + + the FpML floating interest index for CLP-TNA + CLP-TNA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Refers to the Indice Camara Promedio ("ICP") rate for Chilean Pesos which, for a Reset Date, is determined and published by the Asociacion de Bancos e Instituciones Financieras de Chile A.G. ("ABIF") in accordance with the "Reglamento Indice de Camara Promedio" of the ABIF as published in the Diario Oficial de la Republica de Chile (the "ICP Rules") and which is reported on the ABIF website by not later than 10:00 a.m., Santiago time, on that Reset Date. + + + + + + + + + + + + CNH-HIBOR-Reference Banks + QName: fibo-ind-ir-cm:CNH-HIBOR-Reference_Banks + + the FpML floating interest index for CNH-HIBOR-Reference Banks + CNH-HIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNH-HIBOR-TMA + QName: fibo-ind-ir-cm:CNH-HIBOR-TMA + + the FpML floating interest index for CNH-HIBOR-TMA + CNH-HIBOR-TMA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY-CNREPOFIX=CFXS-Reuters + QName: fibo-ind-ir-cm:CNY-CNREPOFIX_CFXS-Reuters + + the FpML floating interest index for CNY-CNREPOFIX=CFXS-Reuters + CNY-CNREPOFIX=CFXS-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY-PBOCB-Reuters + QName: fibo-ind-ir-cm:CNY-PBOCB-Reuters + + the FpML floating interest index for CNY-PBOCB-Reuters + CNY-PBOCB-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY-Quarterly 7 day Repo Non Deliverable Swap Rate-TRADITION + QName: fibo-ind-ir-cm:CNY-Quarterly_7_day_Repo_Non_Deliverable_Swap_Rate-TRADITION + + the FpML floating interest index for CNY-Quarterly 7 day Repo Non Deliverable Swap Rate-TRADITION + CNY-Quarterly 7 day Repo Non Deliverable Swap Rate-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY-Quarterly 7 day Repo Non Deliverable Swap Rate-TRADITION-Reference Banks + QName: fibo-ind-ir-cm:CNY-Quarterly_7_day_Repo_Non_Deliverable_Swap_Rate-TRADITION-Reference_Banks + + the FpML floating interest index for CNY-Quarterly 7 day Repo Non Deliverable Swap Rate-TRADITION-Reference Banks + CNY-Quarterly 7 day Repo Non Deliverable Swap Rate-TRADITION-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY-SHIBOR-Reuters + QName: fibo-ind-ir-cm:CNY-SHIBOR-Reuters + + the FpML floating interest index for CNY-SHIBOR-Reuters + CNY-SHIBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.. + + + + + + + + + + + + CNY-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:CNY-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for CNY-Semi-Annual Swap Rate-11:00-BGCANTOR + CNY-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:CNY-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for CNY-Semi-Annual Swap Rate-Reference Banks + CNY-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY-Shibor-OIS-Compounding + QName: fibo-ind-ir-cm:CNY-Shibor-OIS-Compounding + + the FpML floating interest index for CNY-Shibor-OIS-Compounding + CNY-Shibor-OIS-Compounding + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CNY 7-Repo Compounding Date + QName: fibo-ind-ir-cm:CNY_7-Repo_Compounding_Date + + the FpML floating interest index for CNY 7-Repo Compounding Date + CNY 7-Repo Compounding Date + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + COP-IBR-OIS-COMPOUND + QName: fibo-ind-ir-cm:COP-IBR-OIS-COMPOUND + + the FpML floating interest index for COP-IBR-OIS-COMPOUND + COP-IBR-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CZK-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:CZK-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for CZK-Annual Swap Rate-11:00-BGCANTOR + CZK-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CZK-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:CZK-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for CZK-Annual Swap Rate-Reference Banks + CZK-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CZK-PRIBOR-PRBO + QName: fibo-ind-ir-cm:CZK-PRIBOR-PRBO + + the FpML floating interest index for CZK-PRIBOR-PRBO + CZK-PRIBOR-PRBO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + CZK-PRIBOR-Reference Banks + QName: fibo-ind-ir-cm:CZK-PRIBOR-Reference_Banks + + the FpML floating interest index for CZK-PRIBOR-Reference Banks + CZK-PRIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Canadian Dollar Offered Rate + QName: fibo-ind-ir-cm:CanadianDollarOfferedRate + + a daily interbank offered rate based on the trimmed arithmetic average of the rates at which CDOR submitters would be willing to lend funds for specific terms-to-maturity against the primary market issuance of Banker's Acceptances to clients with existing credit facilities that reference CDOR (i.e. bid-side rates of the primary BA market) + CDOR + http://www.bankofcanada.ca/publications/glossaries/glossary/ + CDOR submitters are banks that are issuers and, directly or through an affiliate, market makers in banker's acceptances in Canada. CDOR is published daily at 10:15 am by Reuters. + +OSFI will be responsible for supervising the effectiveness of governance and risk controls surrounding banks' CDOR submission processes. + +NOTE: CDOR is also used to establish the floating benchmark rate for Canadian dollar floating rate notes and interest rate swaps, as well as for calculating the final settlement price for BAX futures contracts traded on the Montreal Exchange. + + + + + + + + + + + + DKK-CIBOR-DKNA13 + QName: fibo-ind-ir-cm:DKK-CIBOR-DKNA13 + + the FpML floating interest index for DKK-CIBOR-DKNA13 + DKK-CIBOR-DKNA13 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + DKK-CIBOR-DKNA13-Bloomberg + QName: fibo-ind-ir-cm:DKK-CIBOR-DKNA13-Bloomberg + + the FpML floating interest index for DKK-CIBOR-DKNA13-Bloomberg + DKK-CIBOR-DKNA13-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + DKK-CIBOR-Reference Banks + QName: fibo-ind-ir-cm:DKK-CIBOR-Reference_Banks + + the FpML floating interest index for DKK-CIBOR-Reference Banks + DKK-CIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + DKK-CIBOR2-Bloomberg + QName: fibo-ind-ir-cm:DKK-CIBOR2-Bloomberg + + the FpML floating interest index for DKK-CIBOR2-Bloomberg + DKK-CIBOR2-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + DKK-CIBOR2-DKNA13 + QName: fibo-ind-ir-cm:DKK-CIBOR2-DKNA13 + + the FpML floating interest index for DKK-CIBOR2-DKNA13 + DKK-CIBOR2-DKNA13 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + DKK-CITA-DKNA14-COMPOUND + QName: fibo-ind-ir-cm:DKK-CITA-DKNA14-COMPOUND + + the FpML floating interest index for DKK-CITA-DKNA14-COMPOUND + DKK-CITA-DKNA14-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + DKK-DKKOIS-OIS-COMPOUND + QName: fibo-ind-ir-cm:DKK-DKKOIS-OIS-COMPOUND + + the FpML floating interest index for DKK-DKKOIS-OIS-COMPOUND + DKK-DKKOIS-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-3M EURIBOR SWAP-CME vs LCH-ICAP + QName: fibo-ind-ir-cm:EUR-3M_EURIBOR_SWAP-CME_vs_LCH-ICAP + + the FpML floating interest index for EUR-3M EURIBOR SWAP-CME vs LCH-ICAP + EUR-3M EURIBOR SWAP-CME vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-3M EURIBOR SWAP-CME vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:EUR-3M_EURIBOR_SWAP-CME_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for EUR-3M EURIBOR SWAP-CME vs LCH-ICAP-Bloomberg + EUR-3M EURIBOR SWAP-CME vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-3M EURIBOR SWAP-EUREX vs LCH-ICAP + QName: fibo-ind-ir-cm:EUR-3M_EURIBOR_SWAP-EUREX_vs_LCH-ICAP + + the FpML floating interest index for EUR-3M EURIBOR SWAP-EUREX vs LCH-ICAP + EUR-3M EURIBOR SWAP-EUREX vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-3M EURIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:EUR-3M_EURIBOR_SWAP-EUREX_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for EUR-3M EURIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + EUR-3M EURIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-6M EURIBOR SWAP-CME vs LCH-ICAP + QName: fibo-ind-ir-cm:EUR-6M_EURIBOR_SWAP-CME_vs_LCH-ICAP + + the FpML floating interest index for EUR-6M EURIBOR SWAP-CME vs LCH-ICAP + EUR-6M EURIBOR SWAP-CME vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-6M EURIBOR SWAP-CME vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:EUR-6M_EURIBOR_SWAP-CME_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for EUR-6M EURIBOR SWAP-CME vs LCH-ICAP-Bloomberg + EUR-6M EURIBOR SWAP-CME vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-6M EURIBOR SWAP-EUREX vs LCH-ICAP + QName: fibo-ind-ir-cm:EUR-6M_EURIBOR_SWAP-EUREX_vs_LCH-ICAP + + the FpML floating interest index for EUR-6M EURIBOR SWAP-EUREX vs LCH-ICAP + EUR-6M EURIBOR SWAP-EUREX vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-6M EURIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:EUR-6M_EURIBOR_SWAP-EUREX_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for EUR-6M EURIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + EUR-6M EURIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-10:00 + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-10_00 + + the FpML floating interest index for EUR-Annual Swap Rate-10:00 + EUR-Annual Swap Rate-10:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-10:00-BGCANTOR + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-10_00-BGCANTOR + + the FpML floating interest index for EUR-Annual Swap Rate-10:00-BGCANTOR + EUR-Annual Swap Rate-10:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-10:00-Bloomberg + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-10_00-Bloomberg + + the FpML floating interest index for EUR-Annual Swap Rate-10:00-Bloomberg + EUR-Annual Swap Rate-10:00-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-10:00-ICAP + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-10_00-ICAP + + the FpML floating interest index for EUR-Annual Swap Rate-10:00-ICAP + EUR-Annual Swap Rate-10:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-10:00-SwapMarker + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-10_00-SwapMarker + + the FpML floating interest index for EUR-Annual Swap Rate-10:00-SwapMarker + EUR-Annual Swap Rate-10:00-SwapMarker + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-10:00-TRADITION + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-10_00-TRADITION + + the FpML floating interest index for EUR-Annual Swap Rate-10:00-TRADITION + EUR-Annual Swap Rate-10:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-11:00 + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-11_00 + + the FpML floating interest index for EUR-Annual Swap Rate-11:00 + EUR-Annual Swap Rate-11:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-11:00-Bloomberg + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-11_00-Bloomberg + + the FpML floating interest index for EUR-Annual Swap Rate-11:00-Bloomberg + EUR-Annual Swap Rate-11:00-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-11:00-ICAP + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-11_00-ICAP + + the FpML floating interest index for EUR-Annual Swap Rate-11:00-ICAP + EUR-Annual Swap Rate-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-11:00-SwapMarker + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-11_00-SwapMarker + + the FpML floating interest index for EUR-Annual Swap Rate-11:00-SwapMarker + EUR-Annual Swap Rate-11:00-SwapMarker + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-3 Month + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-3_Month + + the FpML floating interest index for EUR-Annual Swap Rate-3 Month + EUR-Annual Swap Rate-3 Month + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-3 Month-SwapMarker + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-3_Month-SwapMarker + + the FpML floating interest index for EUR-Annual Swap Rate-3 Month-SwapMarker + EUR-Annual Swap Rate-3 Month-SwapMarker + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-4:15-TRADITION + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-4_15-TRADITION + + the FpML floating interest index for EUR-Annual Swap Rate-4:15-TRADITION + EUR-Annual Swap Rate-4:15-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:EUR-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for EUR-Annual Swap Rate-Reference Banks + EUR-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-AVERAGE + QName: fibo-ind-ir-cm:EUR-EONIA-AVERAGE + + the FpML floating interest index for EUR-EONIA-AVERAGE + EUR-EONIA-AVERAGE + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-OIS-10:00-BGCANTOR + QName: fibo-ind-ir-cm:EUR-EONIA-OIS-10_00-BGCANTOR + + the FpML floating interest index for EUR-EONIA-OIS-10:00-BGCANTOR + EUR-EONIA-OIS-10:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-OIS-10:00-ICAP + QName: fibo-ind-ir-cm:EUR-EONIA-OIS-10_00-ICAP + + the FpML floating interest index for EUR-EONIA-OIS-10:00-ICAP + EUR-EONIA-OIS-10:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-OIS-10:00-TRADITION + QName: fibo-ind-ir-cm:EUR-EONIA-OIS-10_00-TRADITION + + the FpML floating interest index for EUR-EONIA-OIS-10:00-TRADITION + EUR-EONIA-OIS-10:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-OIS-11:00-ICAP + QName: fibo-ind-ir-cm:EUR-EONIA-OIS-11_00-ICAP + + the FpML floating interest index for EUR-EONIA-OIS-11:00-ICAP + EUR-EONIA-OIS-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-OIS-4:15-TRADITION + QName: fibo-ind-ir-cm:EUR-EONIA-OIS-4_15-TRADITION + + the FpML floating interest index for EUR-EONIA-OIS-4:15-TRADITION + EUR-EONIA-OIS-4:15-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-OIS-COMPOUND + QName: fibo-ind-ir-cm:EUR-EONIA-OIS-COMPOUND + + the FpML floating interest index for EUR-EONIA-OIS-COMPOUND + EUR-EONIA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-OIS-COMPOUND-Bloomberg + QName: fibo-ind-ir-cm:EUR-EONIA-OIS-COMPOUND-Bloomberg + + the FpML floating interest index for EUR-EONIA-OIS-COMPOUND-Bloomberg + EUR-EONIA-OIS-COMPOUND-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EONIA-Swap-Index + QName: fibo-ind-ir-cm:EUR-EONIA-Swap-Index + + the FpML floating interest index for EUR-EONIA-Swap-Index + EUR-EONIA-Swap-Index + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EURIBOR-Act/365 + QName: fibo-ind-ir-cm:EUR-EURIBOR-Act_365 + + the FpML floating interest index for EUR-EURIBOR-Act/365 + EUR-EURIBOR-Act/365 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EURIBOR-Act/365-Bloomberg + QName: fibo-ind-ir-cm:EUR-EURIBOR-Act_365-Bloomberg + + the FpML floating interest index for EUR-EURIBOR-Act/365-Bloomberg + EUR-EURIBOR-Act/365-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EURIBOR-Reference Banks + QName: fibo-ind-ir-cm:EUR-EURIBOR-Reference_Banks + + the FpML floating interest index for EUR-EURIBOR-Reference Banks + EUR-EURIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EURIBOR-Reuters + QName: fibo-ind-ir-cm:EUR-EURIBOR-Reuters + + the FpML floating interest index for EUR-EURIBOR-Reuters + EUR-EURIBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EURIBOR-Telerate + QName: fibo-ind-ir-cm:EUR-EURIBOR-Telerate + + the FpML floating interest index for EUR-EURIBOR-Telerate + EUR-EURIBOR-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-EURONIA-OIS-COMPOUND + QName: fibo-ind-ir-cm:EUR-EURONIA-OIS-COMPOUND + + the FpML floating interest index for EUR-EURONIA-OIS-COMPOUND + EUR-EURONIA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-ISDA-EURIBOR Swap Rate-11:00 + QName: fibo-ind-ir-cm:EUR-ISDA-EURIBOR_Swap_Rate-11_00 + + the FpML floating interest index for EUR-ISDA-EURIBOR Swap Rate-11:00 + EUR-ISDA-EURIBOR Swap Rate-11:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-ISDA-EURIBOR Swap Rate-12:00 + QName: fibo-ind-ir-cm:EUR-ISDA-EURIBOR_Swap_Rate-12_00 + + the FpML floating interest index for EUR-ISDA-EURIBOR Swap Rate-12:00 + EUR-ISDA-EURIBOR Swap Rate-12:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-ISDA-LIBOR Swap Rate-10:00 + QName: fibo-ind-ir-cm:EUR-ISDA-LIBOR_Swap_Rate-10_00 + + the FpML floating interest index for EUR-ISDA-LIBOR Swap Rate-10:00 + EUR-ISDA-LIBOR Swap Rate-10:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-ISDA-LIBOR Swap Rate-11:00 + QName: fibo-ind-ir-cm:EUR-ISDA-LIBOR_Swap_Rate-11_00 + + the FpML floating interest index for EUR-ISDA-LIBOR Swap Rate-11:00 + EUR-ISDA-LIBOR Swap Rate-11:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-LIBOR-BBA + QName: fibo-ind-ir-cm:EUR-LIBOR-BBA + + the FpML floating interest index for EUR-LIBOR-BBA + EUR-LIBOR-BBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-LIBOR-BBA-Bloomberg + QName: fibo-ind-ir-cm:EUR-LIBOR-BBA-Bloomberg + + the FpML floating interest index for EUR-LIBOR-BBA-Bloomberg + EUR-LIBOR-BBA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-LIBOR-Reference Banks + QName: fibo-ind-ir-cm:EUR-LIBOR-Reference_Banks + + the FpML floating interest index for EUR-LIBOR-Reference Banks + EUR-LIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TAM-CDC + QName: fibo-ind-ir-cm:EUR-TAM-CDC + + the FpML floating interest index for EUR-TAM-CDC + EUR-TAM-CDC + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TEC10-CNO + QName: fibo-ind-ir-cm:EUR-TEC10-CNO + + the FpML floating interest index for EUR-TEC10-CNO + EUR-TEC10-CNO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TEC10-CNO-SwapMarker + QName: fibo-ind-ir-cm:EUR-TEC10-CNO-SwapMarker + + the FpML floating interest index for EUR-TEC10-CNO-SwapMarker + EUR-TEC10-CNO-SwapMarker + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TEC10-Reference Banks + QName: fibo-ind-ir-cm:EUR-TEC10-Reference_Banks + + the FpML floating interest index for EUR-TEC10-Reference Banks + EUR-TEC10-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TEC5-CNO + QName: fibo-ind-ir-cm:EUR-TEC5-CNO + + the FpML floating interest index for EUR-TEC5-CNO + EUR-TEC5-CNO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TEC5-CNO-SwapMarker + QName: fibo-ind-ir-cm:EUR-TEC5-CNO-SwapMarker + + the FpML floating interest index for EUR-TEC5-CNO-SwapMarker + EUR-TEC5-CNO-SwapMarker + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TEC5-Reference Banks + QName: fibo-ind-ir-cm:EUR-TEC5-Reference_Banks + + the FpML floating interest index for EUR-TEC5-Reference Banks + EUR-TEC5-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR-TMM-CDC-COMPOUND + QName: fibo-ind-ir-cm:EUR-TMM-CDC-COMPOUND + + the FpML floating interest index for EUR-TMM-CDC-COMPOUND + EUR-TMM-CDC-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR Basis Swap-EONIA vs 3m EUR+IBOR Swap Rates-A/360-10:00-ICAP + QName: fibo-ind-ir-cm:EUR_Basis_Swap-EONIA_vs_3m_EUR_IBOR_Swap_Rates-A_360-10_00-ICAP + + the FpML floating interest index for EUR Basis Swap-EONIA vs 3m EUR+IBOR Swap Rates-A/360-10:00-ICAP + EUR Basis Swap-EONIA vs 3m EUR+IBOR Swap Rates-A/360-10:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR EURIBOR-Annual Bond Swap vs 1m-11:00-ICAP + QName: fibo-ind-ir-cm:EUR_EURIBOR-Annual_Bond_Swap_vs_1m-11_00-ICAP + + the FpML floating interest index for EUR EURIBOR-Annual Bond Swap vs 1m-11:00-ICAP + EUR EURIBOR-Annual Bond Swap vs 1m-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR EURIBOR-Basis Swap-1m vs 3m-Euribor-11:00-ICAP + QName: fibo-ind-ir-cm:EUR_EURIBOR-Basis_Swap-1m_vs_3m-Euribor-11_00-ICAP + + the FpML floating interest index for EUR EURIBOR-Basis Swap-1m vs 3m-Euribor-11:00-ICAP + EUR EURIBOR-Basis Swap-1m vs 3m-Euribor-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR EURIBOR-Basis Swap-3m vs 6m-11:00-ICAP + QName: fibo-ind-ir-cm:EUR_EURIBOR-Basis_Swap-3m_vs_6m-11_00-ICAP + + the FpML floating interest index for EUR EURIBOR-Basis Swap-3m vs 6m-11:00-ICAP + EUR EURIBOR-Basis Swap-3m vs 6m-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + EUR USD-Basis Swaps-11:00-ICAP + QName: fibo-ind-ir-cm:EUR_USD-Basis_Swaps-11_00-ICAP + + the FpML floating interest index for EUR USD-Basis Swaps-11:00-ICAP + EUR USD-Basis Swaps-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Euro Interbank Offered Rate + QName: fibo-ind-ir-cm:EuroInterbankOfferedRate + + a daily interbank offered rate based on the averaged interest rates at which Eurozone banks offer to lend unsecured funds to other banks in the euro wholesale money market (or interbank market) + Euribors are used as a reference rate for euro-denominated forward rate agreements, short-term interest rate futures contracts and interest rate swaps, in very much the same way as LIBORs are commonly used for Sterling and US dollar-denominated instruments. They thus provide the basis for some of the world's most liquid and active interest rate markets. + EURIBOR + http://www.emmi-benchmarks.eu/euribor-org/euribor-history.html + https://en.wikipedia.org/wiki/Euribor + + + + + + + + + + + Euro LIBOR + QName: fibo-ind-ir-cm:EuroLIBOR + + a London interbank offered rate with a reference currency in Euro + + + + + European Money Markets Institute (EMMI) benchmark publisher + QName: fibo-ind-ir-cm:EuropeanMoneyMarketsInstituteBenchmarkPublisher + + individual representing the European Money Markets Institute (EMMI) functional entity that is an international financial information publisher, responsible for the publication of euro-based benchmarks, including Euribor + + http://www.emmi-benchmarks.eu/ + + + + + Federal Reserve Board H.15 rate reset time of day + QName: fibo-ind-ir-cm:FederalReserveBoardH.15RateResetTimeOfDay + + individual representing the time of day that the Federal Reserve Board publishes Selected Interest Rates (Daily) in Schedule H.15 + T16:15:00-05:00 + https://www.federalreserve.gov/releases/h15/ + + + + + + + + + + + + GBP-6M LIBOR SWAP-CME vs LCH-ICAP + QName: fibo-ind-ir-cm:GBP-6M_LIBOR_SWAP-CME_vs_LCH-ICAP + + the FpML floating interest index for GBP-6M LIBOR SWAP-CME vs LCH-ICAP + GBP-6M LIBOR SWAP-CME vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-6M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:GBP-6M_LIBOR_SWAP-CME_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for GBP-6M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + GBP-6M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-6M LIBOR SWAP-EUREX vs LCH-ICAP + QName: fibo-ind-ir-cm:GBP-6M_LIBOR_SWAP-EUREX_vs_LCH-ICAP + + the FpML floating interest index for GBP-6M LIBOR SWAP-EUREX vs LCH-ICAP + GBP-6M LIBOR SWAP-EUREX vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-6M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:GBP-6M_LIBOR_SWAP-EUREX_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for GBP-6M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + GBP-6M LIBOR SWAP-EUREX vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-ISDA-Swap Rate + QName: fibo-ind-ir-cm:GBP-ISDA-Swap_Rate + + the FpML floating interest index for GBP-ISDA-Swap Rate + GBP-ISDA-Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-LIBOR-BBA + QName: fibo-ind-ir-cm:GBP-LIBOR-BBA + + the FpML floating interest index for GBP-LIBOR-BBA + GBP-LIBOR-BBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-LIBOR-BBA-Bloomberg + QName: fibo-ind-ir-cm:GBP-LIBOR-BBA-Bloomberg + + the FpML floating interest index for GBP-LIBOR-BBA-Bloomberg + GBP-LIBOR-BBA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-LIBOR-ISDA + QName: fibo-ind-ir-cm:GBP-LIBOR-ISDA + + the FpML floating interest index for GBP-LIBOR-ISDA + GBP-LIBOR-ISDA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-LIBOR-Reference Banks + QName: fibo-ind-ir-cm:GBP-LIBOR-Reference_Banks + + the FpML floating interest index for GBP-LIBOR-Reference Banks + GBP-LIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-SONIA-COMPOUND + QName: fibo-ind-ir-cm:GBP-SONIA-COMPOUND + + the FpML floating interest index for GBP-SONIA-COMPOUND + GBP-SONIA-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-SONIA-OIS-11:00-ICAP + QName: fibo-ind-ir-cm:GBP-SONIA-OIS-11_00-ICAP + + the FpML floating interest index for GBP-SONIA-OIS-11:00-ICAP + GBP-SONIA-OIS-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-SONIA-OIS-11:00-TRADITION + QName: fibo-ind-ir-cm:GBP-SONIA-OIS-11_00-TRADITION + + the FpML floating interest index for GBP-SONIA-OIS-11:00-TRADITION + GBP-SONIA-OIS-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-SONIA-OIS-4:15-TRADITION + QName: fibo-ind-ir-cm:GBP-SONIA-OIS-4_15-TRADITION + + the FpML floating interest index for GBP-SONIA-OIS-4:15-TRADITION + GBP-SONIA-OIS-4:15-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-Semi-Annual Swap Rate + QName: fibo-ind-ir-cm:GBP-Semi-Annual_Swap_Rate + + the FpML floating interest index for GBP-Semi-Annual Swap Rate + GBP-Semi-Annual Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-Semi-Annual Swap Rate-11:00-ICAP + QName: fibo-ind-ir-cm:GBP-Semi-Annual_Swap_Rate-11_00-ICAP + + the FpML floating interest index for GBP-Semi-Annual Swap Rate-11:00-ICAP + GBP-Semi-Annual Swap Rate-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:GBP-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for GBP-Semi-Annual Swap Rate-Reference Banks + GBP-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-Semi-Annual Swap Rate-SwapMarker26 + QName: fibo-ind-ir-cm:GBP-Semi-Annual_Swap_Rate-SwapMarker26 + + the FpML floating interest index for GBP-Semi-Annual Swap Rate-SwapMarker26 + GBP-Semi-Annual Swap Rate-SwapMarker26 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-Semi Annual Swap Rate-11:00-TRADITION + QName: fibo-ind-ir-cm:GBP-Semi_Annual_Swap_Rate-11_00-TRADITION + + the FpML floating interest index for GBP-Semi Annual Swap Rate-11:00-TRADITION + GBP-Semi Annual Swap Rate-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-Semi Annual Swap Rate-4:15-TRADITION + QName: fibo-ind-ir-cm:GBP-Semi_Annual_Swap_Rate-4_15-TRADITION + + the FpML floating interest index for GBP-Semi Annual Swap Rate-4:15-TRADITION + GBP-Semi Annual Swap Rate-4:15-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-WMBA-RONIA-COMPOUND + QName: fibo-ind-ir-cm:GBP-WMBA-RONIA-COMPOUND + + the FpML floating interest index for GBP-WMBA-RONIA-COMPOUND + GBP-WMBA-RONIA-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP-WMBA-SONIA-COMPOUND + QName: fibo-ind-ir-cm:GBP-WMBA-SONIA-COMPOUND + + the FpML floating interest index for GBP-WMBA-SONIA-COMPOUND + GBP-WMBA-SONIA-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Deprecated usage: "GBP-SONIA-COMPOUND" replaces "GBP-WMBA-SONIA-COMPOUND"."GBP-WMBA-SONIA-COMPOUND" code has been deprecated in supplement 55 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GBP USD-Basis Swaps-11:00-ICAP + QName: fibo-ind-ir-cm:GBP_USD-Basis_Swaps-11_00-ICAP + + the FpML floating interest index for GBP USD-Basis Swaps-11:00-ICAP + GBP USD-Basis Swaps-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GRD-ATHIBOR-ATHIBOR + QName: fibo-ind-ir-cm:GRD-ATHIBOR-ATHIBOR + + the FpML floating interest index for GRD-ATHIBOR-ATHIBOR + GRD-ATHIBOR-ATHIBOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GRD-ATHIBOR-Reference Banks + QName: fibo-ind-ir-cm:GRD-ATHIBOR-Reference_Banks + + the FpML floating interest index for GRD-ATHIBOR-Reference Banks + GRD-ATHIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GRD-ATHIBOR-Telerate + QName: fibo-ind-ir-cm:GRD-ATHIBOR-Telerate + + the FpML floating interest index for GRD-ATHIBOR-Telerate + GRD-ATHIBOR-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GRD-ATHIMID-Reference Banks + QName: fibo-ind-ir-cm:GRD-ATHIMID-Reference_Banks + + the FpML floating interest index for GRD-ATHIMID-Reference Banks + GRD-ATHIMID-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + GRD-ATHIMID-Reuters + QName: fibo-ind-ir-cm:GRD-ATHIMID-Reuters + + the FpML floating interest index for GRD-ATHIMID-Reuters + GRD-ATHIMID-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-HIBOR-HIBOR-Bloomberg + QName: fibo-ind-ir-cm:HKD-HIBOR-HIBOR-Bloomberg + + the FpML floating interest index for HKD-HIBOR-HIBOR-Bloomberg + HKD-HIBOR-HIBOR-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-HIBOR-HIBOR= + QName: fibo-ind-ir-cm:HKD-HIBOR-HIBOR_ + + the FpML floating interest index for HKD-HIBOR-HIBOR= + HKD-HIBOR-HIBOR= + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-HIBOR-HKAB + QName: fibo-ind-ir-cm:HKD-HIBOR-HKAB + + the FpML floating interest index for HKD-HIBOR-HKAB + HKD-HIBOR-HKAB + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-HIBOR-HKAB-Bloomberg + QName: fibo-ind-ir-cm:HKD-HIBOR-HKAB-Bloomberg + + the FpML floating interest index for HKD-HIBOR-HKAB-Bloomberg + HKD-HIBOR-HKAB-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-HIBOR-ISDC + QName: fibo-ind-ir-cm:HKD-HIBOR-ISDC + + the FpML floating interest index for HKD-HIBOR-ISDC + HKD-HIBOR-ISDC + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-HIBOR-Reference Banks + QName: fibo-ind-ir-cm:HKD-HIBOR-Reference_Banks + + the FpML floating interest index for HKD-HIBOR-Reference Banks + HKD-HIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-HONIX-OIS-COMPOUND + QName: fibo-ind-ir-cm:HKD-HONIX-OIS-COMPOUND + + the FpML floating interest index for HKD-HONIX-OIS-COMPOUND + HKD-HONIX-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-ISDA-Swap Rate-11:00 + QName: fibo-ind-ir-cm:HKD-ISDA-Swap_Rate-11_00 + + the FpML floating interest index for HKD-ISDA-Swap Rate-11:00 + HKD-ISDA-Swap Rate-11:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-ISDA-Swap Rate-4:00 + QName: fibo-ind-ir-cm:HKD-ISDA-Swap_Rate-4_00 + + the FpML floating interest index for HKD-ISDA-Swap Rate-4:00 + HKD-ISDA-Swap Rate-4:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-Quarterly-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:HKD-Quarterly-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for HKD-Quarterly-Annual Swap Rate-11:00-BGCANTOR + HKD-Quarterly-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-Quarterly-Annual Swap Rate-11:00-TRADITION + QName: fibo-ind-ir-cm:HKD-Quarterly-Annual_Swap_Rate-11_00-TRADITION + + the FpML floating interest index for HKD-Quarterly-Annual Swap Rate-11:00-TRADITION + HKD-Quarterly-Annual Swap Rate-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-Quarterly-Annual Swap Rate-4:00-BGCANTOR + QName: fibo-ind-ir-cm:HKD-Quarterly-Annual_Swap_Rate-4_00-BGCANTOR + + the FpML floating interest index for HKD-Quarterly-Annual Swap Rate-4:00-BGCANTOR + HKD-Quarterly-Annual Swap Rate-4:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-Quarterly-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:HKD-Quarterly-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for HKD-Quarterly-Annual Swap Rate-Reference Banks + HKD-Quarterly-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-Quarterly-Quarterly Swap Rate-11:00-ICAP + QName: fibo-ind-ir-cm:HKD-Quarterly-Quarterly_Swap_Rate-11_00-ICAP + + the FpML floating interest index for HKD-Quarterly-Quarterly Swap Rate-11:00-ICAP + HKD-Quarterly-Quarterly Swap Rate-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-Quarterly-Quarterly Swap Rate-4:00-ICAP + QName: fibo-ind-ir-cm:HKD-Quarterly-Quarterly_Swap_Rate-4_00-ICAP + + the FpML floating interest index for HKD-Quarterly-Quarterly Swap Rate-4:00-ICAP + HKD-Quarterly-Quarterly Swap Rate-4:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HKD-Quarterly-Quarterly Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:HKD-Quarterly-Quarterly_Swap_Rate-Reference_Banks + + the FpML floating interest index for HKD-Quarterly-Quarterly Swap Rate-Reference Banks + HKD-Quarterly-Quarterly Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HUF-BUBOR-Reference Banks + QName: fibo-ind-ir-cm:HUF-BUBOR-Reference_Banks + + the FpML floating interest index for HUF-BUBOR-Reference Banks + HUF-BUBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + HUF-BUBOR-Reuters + QName: fibo-ind-ir-cm:HUF-BUBOR-Reuters + + the FpML floating interest index for HUF-BUBOR-Reuters + HUF-BUBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + ICE benchmark publisher + QName: fibo-ind-ir-cm:ICEBenchmarkPublisher + + individual representing the ICE Benchmark Administration functional entity that is an international financial information publisher, responsible for the publication of ICE LIBOR, ICE Swap Rate, LBMA Gold Price and ISDA SIMM benchmarks + + https://www.theice.com/index + + + + + + + + + + + + IDR-IDMA-Bloomberg + QName: fibo-ind-ir-cm:IDR-IDMA-Bloomberg + + the FpML floating interest index for IDR-IDMA-Bloomberg + IDR-IDMA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-IDRFIX + QName: fibo-ind-ir-cm:IDR-IDRFIX + + the FpML floating interest index for IDR-IDRFIX + IDR-IDRFIX + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-JIBOR-Reuters + QName: fibo-ind-ir-cm:IDR-JIBOR-Reuters + + the FpML floating interest index for IDR-JIBOR-Reuters + IDR-JIBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-SBI-Reuters + QName: fibo-ind-ir-cm:IDR-SBI-Reuters + + the FpML floating interest index for IDR-SBI-Reuters + IDR-SBI-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-SOR-Reference Banks + QName: fibo-ind-ir-cm:IDR-SOR-Reference_Banks + + the FpML floating interest index for IDR-SOR-Reference Banks + IDR-SOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-SOR-Reuters + QName: fibo-ind-ir-cm:IDR-SOR-Reuters + + the FpML floating interest index for IDR-SOR-Reuters + IDR-SOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "IDR-SOR-Reuters" code has been deprecated in supplement 35 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-SOR-Telerate + QName: fibo-ind-ir-cm:IDR-SOR-Telerate + + the FpML floating interest index for IDR-SOR-Telerate + IDR-SOR-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:IDR-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for IDR-Semi-Annual Swap Rate-11:00-BGCANTOR + IDR-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + IDR-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:IDR-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for IDR-Semi-Annual Swap Rate-Reference Banks + IDR-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ILS-TELBOR-Reference Banks + QName: fibo-ind-ir-cm:ILS-TELBOR-Reference_Banks + + the FpML floating interest index for ILS-TELBOR-Reference Banks + ILS-TELBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ILS-TELBOR01-Reuters + QName: fibo-ind-ir-cm:ILS-TELBOR01-Reuters + + the FpML floating interest index for ILS-TELBOR01-Reuters + ILS-TELBOR01-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-BMK + QName: fibo-ind-ir-cm:INR-BMK + + the FpML floating interest index for INR-BMK + INR-BMK + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "INR-BMK" code has been deprecated in supplement 54 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-CMT + QName: fibo-ind-ir-cm:INR-CMT + + the FpML floating interest index for INR-CMT + INR-CMT + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "INR-CMT" code has been deprecated in supplement 54 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-FBIL-MIBOR-OIS-COMPOUND + QName: fibo-ind-ir-cm:INR-FBIL-MIBOR-OIS-COMPOUND + + the FpML floating interest index for INR-FBIL-MIBOR-OIS-COMPOUND + INR-FBIL-MIBOR-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-INBMK-REUTERS + QName: fibo-ind-ir-cm:INR-INBMK-REUTERS + + the FpML floating interest index for INR-INBMK-REUTERS + INR-INBMK-REUTERS + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "INR-INBMK-REUTERS" code has been deprecated in supplement 54 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-MIBOR-OIS-COMPOUND + QName: fibo-ind-ir-cm:INR-MIBOR-OIS-COMPOUND + + the FpML floating interest index for INR-MIBOR-OIS-COMPOUND + INR-MIBOR-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-MIFOR + QName: fibo-ind-ir-cm:INR-MIFOR + + the FpML floating interest index for INR-MIFOR + INR-MIFOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-MIOIS + QName: fibo-ind-ir-cm:INR-MIOIS + + the FpML floating interest index for INR-MIOIS + INR-MIOIS + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-MITOR-OIS-COMPOUND + QName: fibo-ind-ir-cm:INR-MITOR-OIS-COMPOUND + + the FpML floating interest index for INR-MITOR-OIS-COMPOUND + INR-MITOR-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "INR-MITOR-OIS-COMPOUND" code has been deprecated in supplement 54 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-Reference Banks + QName: fibo-ind-ir-cm:INR-Reference_Banks + + the FpML floating interest index for INR-Reference Banks + INR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-Semi-Annual Swap Rate-11:30-BGCANTOR + QName: fibo-ind-ir-cm:INR-Semi-Annual_Swap_Rate-11_30-BGCANTOR + + the FpML floating interest index for INR-Semi-Annual Swap Rate-11:30-BGCANTOR + INR-Semi-Annual Swap Rate-11:30-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:INR-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for INR-Semi-Annual Swap Rate-Reference Banks + INR-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + INR-Semi Annual Swap Rate-Non-deliverable-16:00-Tullett Prebon + QName: fibo-ind-ir-cm:INR-Semi_Annual_Swap_Rate-Non-deliverable-16_00-Tullett_Prebon + + the FpML floating interest index for INR-Semi Annual Swap Rate-Non-deliverable-16:00-Tullett Prebon + INR-Semi Annual Swap Rate-Non-deliverable-16:00-Tullett Prebon + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ISK-REIBOR-Reference Banks + QName: fibo-ind-ir-cm:ISK-REIBOR-Reference_Banks + + the FpML floating interest index for ISK-REIBOR-Reference Banks + ISK-REIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ISK-REIBOR-Reuters + QName: fibo-ind-ir-cm:ISK-REIBOR-Reuters + + the FpML floating interest index for ISK-REIBOR-Reuters + ISK-REIBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-Annual Swap Rate-11:00-TRADITION + QName: fibo-ind-ir-cm:JPY-Annual_Swap_Rate-11_00-TRADITION + + the FpML floating interest index for JPY-Annual Swap Rate-11:00-TRADITION + JPY-Annual Swap Rate-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-Annual Swap Rate-3:00-TRADITION + QName: fibo-ind-ir-cm:JPY-Annual_Swap_Rate-3_00-TRADITION + + the FpML floating interest index for JPY-Annual Swap Rate-3:00-TRADITION + JPY-Annual Swap Rate-3:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-BBSF-Bloomberg-10:00 + QName: fibo-ind-ir-cm:JPY-BBSF-Bloomberg-10_00 + + the FpML floating interest index for JPY-BBSF-Bloomberg-10:00 + JPY-BBSF-Bloomberg-10:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-BBSF-Bloomberg-15:00 + QName: fibo-ind-ir-cm:JPY-BBSF-Bloomberg-15_00 + + the FpML floating interest index for JPY-BBSF-Bloomberg-15:00 + JPY-BBSF-Bloomberg-15:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-ISDA-Swap Rate-10:00 + QName: fibo-ind-ir-cm:JPY-ISDA-Swap_Rate-10_00 + + the FpML floating interest index for JPY-ISDA-Swap Rate-10:00 + JPY-ISDA-Swap Rate-10:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-ISDA-Swap Rate-15:00 + QName: fibo-ind-ir-cm:JPY-ISDA-Swap_Rate-15_00 + + the FpML floating interest index for JPY-ISDA-Swap Rate-15:00 + JPY-ISDA-Swap Rate-15:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-LIBOR-BBA + QName: fibo-ind-ir-cm:JPY-LIBOR-BBA + + the FpML floating interest index for JPY-LIBOR-BBA + JPY-LIBOR-BBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-LIBOR-BBA-Bloomberg + QName: fibo-ind-ir-cm:JPY-LIBOR-BBA-Bloomberg + + the FpML floating interest index for JPY-LIBOR-BBA-Bloomberg + JPY-LIBOR-BBA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-LIBOR-FRASETT + QName: fibo-ind-ir-cm:JPY-LIBOR-FRASETT + + the FpML floating interest index for JPY-LIBOR-FRASETT + JPY-LIBOR-FRASETT + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-LIBOR-ISDA + QName: fibo-ind-ir-cm:JPY-LIBOR-ISDA + + the FpML floating interest index for JPY-LIBOR-ISDA + JPY-LIBOR-ISDA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-LIBOR-Reference Banks + QName: fibo-ind-ir-cm:JPY-LIBOR-Reference_Banks + + the FpML floating interest index for JPY-LIBOR-Reference Banks + JPY-LIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-LTPR-MHCB + QName: fibo-ind-ir-cm:JPY-LTPR-MHCB + + the FpML floating interest index for JPY-LTPR-MHCB + JPY-LTPR-MHCB + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-LTPR-TBC + QName: fibo-ind-ir-cm:JPY-LTPR-TBC + + the FpML floating interest index for JPY-LTPR-TBC + JPY-LTPR-TBC + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-MUTANCALL-TONAR + QName: fibo-ind-ir-cm:JPY-MUTANCALL-TONAR + + the FpML floating interest index for JPY-MUTANCALL-TONAR + JPY-MUTANCALL-TONAR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-OIS-11:00-ICAP + QName: fibo-ind-ir-cm:JPY-OIS-11_00-ICAP + + the FpML floating interest index for JPY-OIS-11:00-ICAP + JPY-OIS-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-OIS-11:00-TRADITION + QName: fibo-ind-ir-cm:JPY-OIS-11_00-TRADITION + + the FpML floating interest index for JPY-OIS-11:00-TRADITION + JPY-OIS-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-OIS-3:00-TRADITION + QName: fibo-ind-ir-cm:JPY-OIS-3_00-TRADITION + + the FpML floating interest index for JPY-OIS-3:00-TRADITION + JPY-OIS-3:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-Quoting Banks-LIBOR + QName: fibo-ind-ir-cm:JPY-Quoting_Banks-LIBOR + + the FpML floating interest index for JPY-Quoting Banks-LIBOR + JPY-Quoting Banks-LIBOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-STPR-Quoting Banks + QName: fibo-ind-ir-cm:JPY-STPR-Quoting_Banks + + the FpML floating interest index for JPY-STPR-Quoting Banks + JPY-STPR-Quoting Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-17096 + QName: fibo-ind-ir-cm:JPY-TIBOR-17096 + + the FpML floating interest index for JPY-TIBOR-17096 + JPY-TIBOR-17096 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-17097 + QName: fibo-ind-ir-cm:JPY-TIBOR-17097 + + the FpML floating interest index for JPY-TIBOR-17097 + JPY-TIBOR-17097 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-DTIBOR01 + QName: fibo-ind-ir-cm:JPY-TIBOR-DTIBOR01 + + the FpML floating interest index for JPY-TIBOR-DTIBOR01 + JPY-TIBOR-DTIBOR01 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-TIBM + QName: fibo-ind-ir-cm:JPY-TIBOR-TIBM + + the FpML floating interest index for JPY-TIBOR-TIBM + JPY-TIBOR-TIBM + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-TIBM-Reference Banks + QName: fibo-ind-ir-cm:JPY-TIBOR-TIBM-Reference_Banks + + the FpML floating interest index for JPY-TIBOR-TIBM-Reference Banks + JPY-TIBOR-TIBM-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-TIBM (10 Banks) + QName: fibo-ind-ir-cm:JPY-TIBOR-TIBM__10_Banks_ + + the FpML floating interest index for JPY-TIBOR-TIBM (10 Banks) + JPY-TIBOR-TIBM (10 Banks) + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "JPY-TIBOR-TIBM (10 Banks)" code has been deprecated in supplement 47 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-TIBM (5 Banks) + QName: fibo-ind-ir-cm:JPY-TIBOR-TIBM__5_Banks_ + + the FpML floating interest index for JPY-TIBOR-TIBM (5 Banks) + JPY-TIBOR-TIBM (5 Banks) + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "JPY-TIBOR-TIBM (5 Banks)" code has been deprecated in supplement 47 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-TIBM (All Banks) + QName: fibo-ind-ir-cm:JPY-TIBOR-TIBM__All_Banks_ + + the FpML floating interest index for JPY-TIBOR-TIBM (All Banks) + JPY-TIBOR-TIBM (All Banks) + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "JPY-TIBOR-TIBM (All Banks)" code has been deprecated in supplement 47 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-TIBM (All Banks)-Bloomberg + QName: fibo-ind-ir-cm:JPY-TIBOR-TIBM__All_Banks_-Bloomberg + + the FpML floating interest index for JPY-TIBOR-TIBM (All Banks)-Bloomberg + JPY-TIBOR-TIBM (All Banks)-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TIBOR-ZTIBOR + QName: fibo-ind-ir-cm:JPY-TIBOR-ZTIBOR + + the FpML floating interest index for JPY-TIBOR-ZTIBOR + JPY-TIBOR-ZTIBOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TONA-OIS-COMPOUND + QName: fibo-ind-ir-cm:JPY-TONA-OIS-COMPOUND + + the FpML floating interest index for JPY-TONA-OIS-COMPOUND + JPY-TONA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TSR-Reference Banks + QName: fibo-ind-ir-cm:JPY-TSR-Reference_Banks + + the FpML floating interest index for JPY-TSR-Reference Banks + JPY-TSR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TSR-Reuters-10:00 + QName: fibo-ind-ir-cm:JPY-TSR-Reuters-10_00 + + the FpML floating interest index for JPY-TSR-Reuters-10:00 + JPY-TSR-Reuters-10:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TSR-Reuters-15:00 + QName: fibo-ind-ir-cm:JPY-TSR-Reuters-15_00 + + the FpML floating interest index for JPY-TSR-Reuters-15:00 + JPY-TSR-Reuters-15:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TSR-Telerate-10:00 + QName: fibo-ind-ir-cm:JPY-TSR-Telerate-10_00 + + the FpML floating interest index for JPY-TSR-Telerate-10:00 + JPY-TSR-Telerate-10:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY-TSR-Telerate-15:00 + QName: fibo-ind-ir-cm:JPY-TSR-Telerate-15_00 + + the FpML floating interest index for JPY-TSR-Telerate-15:00 + JPY-TSR-Telerate-15:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + JPY USD-Basis Swaps-11:00-ICAP + QName: fibo-ind-ir-cm:JPY_USD-Basis_Swaps-11_00-ICAP + + the FpML floating interest index for JPY USD-Basis Swaps-11:00-ICAP + JPY USD-Basis Swaps-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + Japanese yen LIBOR + QName: fibo-ind-ir-cm:JapaneseYenLIBOR + + a London interbank offered rate with a reference currency in Japanese yen + JPY LIBOR + + + + + + + + + + + + KRW-Bond-3222 + QName: fibo-ind-ir-cm:KRW-Bond-3222 + + the FpML floating interest index for KRW-Bond-3222 + KRW-Bond-3222 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + KRW-CD-3220 + QName: fibo-ind-ir-cm:KRW-CD-3220 + + the FpML floating interest index for KRW-CD-3220 + KRW-CD-3220 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + KRW-CD-KSDA-Bloomberg + QName: fibo-ind-ir-cm:KRW-CD-KSDA-Bloomberg + + the FpML floating interest index for KRW-CD-KSDA-Bloomberg + KRW-CD-KSDA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + KRW-Quarterly Annual Swap Rate-3:30-ICAP + QName: fibo-ind-ir-cm:KRW-Quarterly_Annual_Swap_Rate-3_30-ICAP + + the FpML floating interest index for KRW-Quarterly Annual Swap Rate-3:30-ICAP + KRW-Quarterly Annual Swap Rate-3:30-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + + + + + + + + + + + London Interbank Offered Rate + QName: fibo-ind-ir-cm:LondonInterbankOfferedRate + + + a benchmark interbank offered rate that the most creditworthy international banks charge each other for large, short-term loans + ICE LIBOR + LIBOR + Barron's Dictionary of Financial and Investment Terms, Ninth Edition, 2014 + Libor rates are calculated for 5 currencies and 7 borrowing periods ranging from overnight to one year and are published each business day by Thomson Reuters. + + + + + + + + + + + + MXN-TIIE-Banxico + QName: fibo-ind-ir-cm:MXN-TIIE-Banxico + + the FpML floating interest index for MXN-TIIE-Banxico + MXN-TIIE-Banxico + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + MXN-TIIE-Banxico-Bloomberg + QName: fibo-ind-ir-cm:MXN-TIIE-Banxico-Bloomberg + + the FpML floating interest index for MXN-TIIE-Banxico-Bloomberg + MXN-TIIE-Banxico-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + MXN-TIIE-Banxico-Reference Banks + QName: fibo-ind-ir-cm:MXN-TIIE-Banxico-Reference_Banks + + the FpML floating interest index for MXN-TIIE-Banxico-Reference Banks + MXN-TIIE-Banxico-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + MYR-KLIBOR-BNM + QName: fibo-ind-ir-cm:MYR-KLIBOR-BNM + + the FpML floating interest index for MYR-KLIBOR-BNM + MYR-KLIBOR-BNM + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + MYR-KLIBOR-Reference Banks + QName: fibo-ind-ir-cm:MYR-KLIBOR-Reference_Banks + + the FpML floating interest index for MYR-KLIBOR-Reference Banks + MYR-KLIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + MYR-Quarterly Swap Rate-11:00-TRADITION + QName: fibo-ind-ir-cm:MYR-Quarterly_Swap_Rate-11_00-TRADITION + + the FpML floating interest index for MYR-Quarterly Swap Rate-11:00-TRADITION + MYR-Quarterly Swap Rate-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + MYR-Quarterly Swap Rate-TRADITION-Reference Banks + QName: fibo-ind-ir-cm:MYR-Quarterly_Swap_Rate-TRADITION-Reference_Banks + + the FpML floating interest index for MYR-Quarterly Swap Rate-TRADITION-Reference Banks + MYR-Quarterly Swap Rate-TRADITION-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NOK-NIBOR-NIBR + QName: fibo-ind-ir-cm:NOK-NIBOR-NIBR + + the FpML floating interest index for NOK-NIBOR-NIBR + NOK-NIBOR-NIBR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "NOK-NIBOR-NIBR" code has been deprecated in supplement 49 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NOK-NIBOR-NIBR-Reference Banks + QName: fibo-ind-ir-cm:NOK-NIBOR-NIBR-Reference_Banks + + the FpML floating interest index for NOK-NIBOR-NIBR-Reference Banks + NOK-NIBOR-NIBR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NOK-NIBOR-OIBOR + QName: fibo-ind-ir-cm:NOK-NIBOR-OIBOR + + the FpML floating interest index for NOK-NIBOR-OIBOR + NOK-NIBOR-OIBOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NOK-NIBOR-Reference Banks + QName: fibo-ind-ir-cm:NOK-NIBOR-Reference_Banks + + the FpML floating interest index for NOK-NIBOR-Reference Banks + NOK-NIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-BBR-BID + QName: fibo-ind-ir-cm:NZD-BBR-BID + + the FpML floating interest index for NZD-BBR-BID + NZD-BBR-BID + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-BBR-FRA + QName: fibo-ind-ir-cm:NZD-BBR-FRA + + the FpML floating interest index for NZD-BBR-FRA + NZD-BBR-FRA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-BBR-ISDC + QName: fibo-ind-ir-cm:NZD-BBR-ISDC + + the FpML floating interest index for NZD-BBR-ISDC + NZD-BBR-ISDC + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-BBR-Reference Banks + QName: fibo-ind-ir-cm:NZD-BBR-Reference_Banks + + the FpML floating interest index for NZD-BBR-Reference Banks + NZD-BBR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-BBR-Telerate + QName: fibo-ind-ir-cm:NZD-BBR-Telerate + + the FpML floating interest index for NZD-BBR-Telerate + NZD-BBR-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-NZIONA-OIS-COMPOUND + QName: fibo-ind-ir-cm:NZD-NZIONA-OIS-COMPOUND + + the FpML floating interest index for NZD-NZIONA-OIS-COMPOUND + NZD-NZIONA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:NZD-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for NZD-Semi-Annual Swap Rate-11:00-BGCANTOR + NZD-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-Semi-Annual Swap Rate-BGCANTOR-Reference Banks + QName: fibo-ind-ir-cm:NZD-Semi-Annual_Swap_Rate-BGCANTOR-Reference_Banks + + the FpML floating interest index for NZD-Semi-Annual Swap Rate-BGCANTOR-Reference Banks + NZD-Semi-Annual Swap Rate-BGCANTOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-Swap Rate-ICAP + QName: fibo-ind-ir-cm:NZD-Swap_Rate-ICAP + + the FpML floating interest index for NZD-Swap Rate-ICAP + NZD-Swap Rate-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + NZD-Swap Rate-ICAP-Reference Banks + QName: fibo-ind-ir-cm:NZD-Swap_Rate-ICAP-Reference_Banks + + the FpML floating interest index for NZD-Swap Rate-ICAP-Reference Banks + NZD-Swap Rate-ICAP-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + LIBOR overnight rate + QName: fibo-ind-ir-cm:OvernightLIBOR + + a London interbank offered rate that is also an overnight rate, i.e., whose tenor is one day + O/N LIBOR + + + + + + + + + + + + PHP-PHIREF-BAP + QName: fibo-ind-ir-cm:PHP-PHIREF-BAP + + the FpML floating interest index for PHP-PHIREF-BAP + PHP-PHIREF-BAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PHP-PHIREF-Bloomberg + QName: fibo-ind-ir-cm:PHP-PHIREF-Bloomberg + + the FpML floating interest index for PHP-PHIREF-Bloomberg + PHP-PHIREF-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PHP-PHIREF-Reference Banks + QName: fibo-ind-ir-cm:PHP-PHIREF-Reference_Banks + + the FpML floating interest index for PHP-PHIREF-Reference Banks + PHP-PHIREF-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PHP-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:PHP-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for PHP-Semi-Annual Swap Rate-11:00-BGCANTOR + PHP-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PHP-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:PHP-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for PHP-Semi-Annual Swap Rate-Reference Banks + PHP-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PLN-POLONIA-OIS-COMPOUND + QName: fibo-ind-ir-cm:PLN-POLONIA-OIS-COMPOUND + + the FpML floating interest index for PLN-POLONIA-OIS-COMPOUND + PLN-POLONIA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PLN-WIBOR-Reference Banks + QName: fibo-ind-ir-cm:PLN-WIBOR-Reference_Banks + + the FpML floating interest index for PLN-WIBOR-Reference Banks + PLN-WIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PLN-WIBOR-WIBO + QName: fibo-ind-ir-cm:PLN-WIBOR-WIBO + + the FpML floating interest index for PLN-WIBOR-WIBO + PLN-WIBOR-WIBO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PLZ-WIBOR-Reference Banks + QName: fibo-ind-ir-cm:PLZ-WIBOR-Reference_Banks + + the FpML floating interest index for PLZ-WIBOR-Reference Banks + PLZ-WIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + PLZ-WIBOR-WIBO + QName: fibo-ind-ir-cm:PLZ-WIBOR-WIBO + + the FpML floating interest index for PLZ-WIBOR-WIBO + PLZ-WIBOR-WIBO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + pound sterling LIBOR + QName: fibo-ind-ir-cm:PoundSterlingLIBOR + + a London interbank offered rate with a reference currency in Pounds Sterling + GBP LIBOR + + + + + + + + + + + + REPOFUNDS RATE-FRANCE-OIS-COMPOUND + QName: fibo-ind-ir-cm:REPOFUNDS_RATE-FRANCE-OIS-COMPOUND + + the FpML floating interest index for REPOFUNDS RATE-FRANCE-OIS-COMPOUND + REPOFUNDS RATE-FRANCE-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + REPOFUNDS RATE-GERMANY-OIS-COMPOUND + QName: fibo-ind-ir-cm:REPOFUNDS_RATE-GERMANY-OIS-COMPOUND + + the FpML floating interest index for REPOFUNDS RATE-GERMANY-OIS-COMPOUND + REPOFUNDS RATE-GERMANY-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + REPOFUNDS RATE-ITALY-OIS-COMPOUND + QName: fibo-ind-ir-cm:REPOFUNDS_RATE-ITALY-OIS-COMPOUND + + the FpML floating interest index for REPOFUNDS RATE-ITALY-OIS-COMPOUND + REPOFUNDS RATE-ITALY-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RON-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:RON-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for RON-Annual Swap Rate-11:00-BGCANTOR + RON-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RON-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:RON-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for RON-Annual Swap Rate-Reference Banks + RON-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RON-RBOR-Reuters + QName: fibo-ind-ir-cm:RON-RBOR-Reuters + + the FpML floating interest index for RON-RBOR-Reuters + RON-RBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:RUB-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for RUB-Annual Swap Rate-11:00-BGCANTOR + RUB-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-Annual Swap Rate-12:45-TRADITION + QName: fibo-ind-ir-cm:RUB-Annual_Swap_Rate-12_45-TRADITION + + the FpML floating interest index for RUB-Annual Swap Rate-12:45-TRADITION + RUB-Annual Swap Rate-12:45-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-Annual Swap Rate-4:15-TRADITION + QName: fibo-ind-ir-cm:RUB-Annual_Swap_Rate-4_15-TRADITION + + the FpML floating interest index for RUB-Annual Swap Rate-4:15-TRADITION + RUB-Annual Swap Rate-4:15-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:RUB-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for RUB-Annual Swap Rate-Reference Banks + RUB-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-Annual Swap Rate-TRADITION-Reference Banks + QName: fibo-ind-ir-cm:RUB-Annual_Swap_Rate-TRADITION-Reference_Banks + + the FpML floating interest index for RUB-Annual Swap Rate-TRADITION-Reference Banks + RUB-Annual Swap Rate-TRADITION-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-MOSPRIME-NFEA + QName: fibo-ind-ir-cm:RUB-MOSPRIME-NFEA + + the FpML floating interest index for RUB-MOSPRIME-NFEA + RUB-MOSPRIME-NFEA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-MOSPRIME-Reference Banks + QName: fibo-ind-ir-cm:RUB-MOSPRIME-Reference_Banks + + the FpML floating interest index for RUB-MOSPRIME-Reference Banks + RUB-MOSPRIME-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + RUB-RUONIA-OIS-COMPOUND + QName: fibo-ind-ir-cm:RUB-RUONIA-OIS-COMPOUND + + the FpML floating interest index for RUB-RUONIA-OIS-COMPOUND + RUB-RUONIA-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SAR-SRIOR-Reference Banks + QName: fibo-ind-ir-cm:SAR-SRIOR-Reference_Banks + + the FpML floating interest index for SAR-SRIOR-Reference Banks + SAR-SRIOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SAR-SRIOR-SUAA + QName: fibo-ind-ir-cm:SAR-SRIOR-SUAA + + the FpML floating interest index for SAR-SRIOR-SUAA + SAR-SRIOR-SUAA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SEK-Annual Swap Rate + QName: fibo-ind-ir-cm:SEK-Annual_Swap_Rate + + the FpML floating interest index for SEK-Annual Swap Rate + SEK-Annual Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SEK-Annual Swap Rate-SESWFI + QName: fibo-ind-ir-cm:SEK-Annual_Swap_Rate-SESWFI + + the FpML floating interest index for SEK-Annual Swap Rate-SESWFI + SEK-Annual Swap Rate-SESWFI + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SEK-SIOR-OIS-COMPOUND + QName: fibo-ind-ir-cm:SEK-SIOR-OIS-COMPOUND + + the FpML floating interest index for SEK-SIOR-OIS-COMPOUND + SEK-SIOR-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SEK-STIBOR-Bloomberg + QName: fibo-ind-ir-cm:SEK-STIBOR-Bloomberg + + the FpML floating interest index for SEK-STIBOR-Bloomberg + SEK-STIBOR-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SEK-STIBOR-Reference Banks + QName: fibo-ind-ir-cm:SEK-STIBOR-Reference_Banks + + the FpML floating interest index for SEK-STIBOR-Reference Banks + SEK-STIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SEK-STIBOR-SIDE + QName: fibo-ind-ir-cm:SEK-STIBOR-SIDE + + the FpML floating interest index for SEK-STIBOR-SIDE + SEK-STIBOR-SIDE + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SIBOR-Reference Banks + QName: fibo-ind-ir-cm:SGD-SIBOR-Reference_Banks + + the FpML floating interest index for SGD-SIBOR-Reference Banks + SGD-SIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SIBOR-Reuters + QName: fibo-ind-ir-cm:SGD-SIBOR-Reuters + + the FpML floating interest index for SGD-SIBOR-Reuters + SGD-SIBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SIBOR-Telerate + QName: fibo-ind-ir-cm:SGD-SIBOR-Telerate + + the FpML floating interest index for SGD-SIBOR-Telerate + SGD-SIBOR-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SONAR-OIS-COMPOUND + QName: fibo-ind-ir-cm:SGD-SONAR-OIS-COMPOUND + + the FpML floating interest index for SGD-SONAR-OIS-COMPOUND + SGD-SONAR-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "SGD-SONAR-OIS-COMPOUND" code has been deprecated in supplement 35 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SONAR-OIS-VWAP-COMPOUND + QName: fibo-ind-ir-cm:SGD-SONAR-OIS-VWAP-COMPOUND + + the FpML floating interest index for SGD-SONAR-OIS-VWAP-COMPOUND + SGD-SONAR-OIS-VWAP-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SOR-Reference Banks + QName: fibo-ind-ir-cm:SGD-SOR-Reference_Banks + + the FpML floating interest index for SGD-SOR-Reference Banks + SGD-SOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "SGD-SOR-Reference Banks" code has been deprecated in supplement 35 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SOR-Reuters + QName: fibo-ind-ir-cm:SGD-SOR-Reuters + + the FpML floating interest index for SGD-SOR-Reuters + SGD-SOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "SGD-SOR-Reuters" code has been deprecated in supplement 35 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SOR-Telerate + QName: fibo-ind-ir-cm:SGD-SOR-Telerate + + the FpML floating interest index for SGD-SOR-Telerate + SGD-SOR-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SOR-VWAP + QName: fibo-ind-ir-cm:SGD-SOR-VWAP + + the FpML floating interest index for SGD-SOR-VWAP + SGD-SOR-VWAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-SOR-VWAP-Reference Banks + QName: fibo-ind-ir-cm:SGD-SOR-VWAP-Reference_Banks + + the FpML floating interest index for SGD-SOR-VWAP-Reference Banks + SGD-SOR-VWAP-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Currency Basis Swap Rate-11:00-Tullett Prebon + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Currency_Basis_Swap_Rate-11_00-Tullett_Prebon + + the FpML floating interest index for SGD-Semi-Annual Currency Basis Swap Rate-11:00-Tullett Prebon + SGD-Semi-Annual Currency Basis Swap Rate-11:00-Tullett Prebon + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Currency Basis Swap Rate-16:00-Tullett Prebon + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Currency_Basis_Swap_Rate-16_00-Tullett_Prebon + + the FpML floating interest index for SGD-Semi-Annual Currency Basis Swap Rate-16:00-Tullett Prebon + SGD-Semi-Annual Currency Basis Swap Rate-16:00-Tullett Prebon + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-11.00-TRADITION + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-11.00-TRADITION + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-11.00-TRADITION + SGD-Semi-Annual Swap Rate-11.00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-11:00-BGCANTOR + SGD-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-11:00-Tullett Prebon + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-11_00-Tullett_Prebon + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-11:00-Tullett Prebon + SGD-Semi-Annual Swap Rate-11:00-Tullett Prebon + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-16:00-Tullett Prebon + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-16_00-Tullett_Prebon + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-16:00-Tullett Prebon + SGD-Semi-Annual Swap Rate-16:00-Tullett Prebon + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-ICAP + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-ICAP + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-ICAP + SGD-Semi-Annual Swap Rate-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-ICAP-Reference Banks + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-ICAP-Reference_Banks + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-ICAP-Reference Banks + SGD-Semi-Annual Swap Rate-ICAP-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-Reference Banks + SGD-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SGD-Semi-Annual Swap Rate-TRADITION-Reference Banks + QName: fibo-ind-ir-cm:SGD-Semi-Annual_Swap_Rate-TRADITION-Reference_Banks + + the FpML floating interest index for SGD-Semi-Annual Swap Rate-TRADITION-Reference Banks + SGD-Semi-Annual Swap Rate-TRADITION-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SKK-BRIBOR-BRBO + QName: fibo-ind-ir-cm:SKK-BRIBOR-BRBO + + the FpML floating interest index for SKK-BRIBOR-BRBO + SKK-BRIBOR-BRBO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SKK-BRIBOR-Bloomberg + QName: fibo-ind-ir-cm:SKK-BRIBOR-Bloomberg + + the FpML floating interest index for SKK-BRIBOR-Bloomberg + SKK-BRIBOR-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SKK-BRIBOR-NBSK07 + QName: fibo-ind-ir-cm:SKK-BRIBOR-NBSK07 + + the FpML floating interest index for SKK-BRIBOR-NBSK07 + SKK-BRIBOR-NBSK07 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + SKK-BRIBOR-Reference Banks + QName: fibo-ind-ir-cm:SKK-BRIBOR-Reference_Banks + + the FpML floating interest index for SKK-BRIBOR-Reference Banks + SKK-BRIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stockholm interbank offered rate + QName: fibo-ind-ir-cm:StockholmInterbankOfferedRate + + + a daily interbank offered rate based on the interest rates at which banks offer to lend unsecured funds to other banks in the Swedish wholesale money market (or interbank market), without collateral, at different maturities; STIBOR is the average (with the exception of the highest and lowest quotes) of the interest rates listed at 11 a.m. + STIBOR + http://www.investopedia.com/terms/s/stibor.asp + http://www.swedishbankers.se/Sidor/en/6_Stibor/default.aspx + + + + + + + + + + + Swiss franc LIBOR + QName: fibo-ind-ir-cm:SwissFrancLIBOR + + a London interbank offered rate with a reference currency in Swiss francs + CHF LIBOR + + + + + + + + + + + + THB-SOR-Reference Banks + QName: fibo-ind-ir-cm:THB-SOR-Reference_Banks + + the FpML floating interest index for THB-SOR-Reference Banks + THB-SOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "THB-SOR-Reference Banks" code has been deprecated in supplement 38 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + THB-SOR-Reuters + QName: fibo-ind-ir-cm:THB-SOR-Reuters + + the FpML floating interest index for THB-SOR-Reuters + THB-SOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + "THB-SOR-Reuters" code has been deprecated in supplement 35 to the 2006 ISDA definitions. The code is kept in FpML for backward compatibility purposes. + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + THB-SOR-Telerate + QName: fibo-ind-ir-cm:THB-SOR-Telerate + + the FpML floating interest index for THB-SOR-Telerate + THB-SOR-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + THB-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:THB-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for THB-Semi-Annual Swap Rate-11:00-BGCANTOR + THB-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + THB-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:THB-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for THB-Semi-Annual Swap Rate-Reference Banks + THB-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + THB-THBFIX-Reference Banks + QName: fibo-ind-ir-cm:THB-THBFIX-Reference_Banks + + the FpML floating interest index for THB-THBFIX-Reference Banks + THB-THBFIX-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + THB-THBFIX-Reuters + QName: fibo-ind-ir-cm:THB-THBFIX-Reuters + + the FpML floating interest index for THB-THBFIX-Reuters + THB-THBFIX-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TRY-Annual Swap Rate-11:15-BGCANTOR + QName: fibo-ind-ir-cm:TRY-Annual_Swap_Rate-11_15-BGCANTOR + + the FpML floating interest index for TRY-Annual Swap Rate-11:15-BGCANTOR + TRY-Annual Swap Rate-11:15-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TRY-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:TRY-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for TRY-Annual Swap Rate-Reference Banks + TRY-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TRY-Semi-Annual Swap Rate-TRADITION-Reference Banks + QName: fibo-ind-ir-cm:TRY-Semi-Annual_Swap_Rate-TRADITION-Reference_Banks + + the FpML floating interest index for TRY-Semi-Annual Swap Rate-TRADITION-Reference Banks + TRY-Semi-Annual Swap Rate-TRADITION-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TRY-TRYIBOR-Reference Banks + QName: fibo-ind-ir-cm:TRY-TRYIBOR-Reference_Banks + + the FpML floating interest index for TRY-TRYIBOR-Reference Banks + TRY-TRYIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TRY-TRYIBOR-Reuters + QName: fibo-ind-ir-cm:TRY-TRYIBOR-Reuters + + the FpML floating interest index for TRY-TRYIBOR-Reuters + TRY-TRYIBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TRY Annual Swap Rate-11:00-TRADITION + QName: fibo-ind-ir-cm:TRY_Annual_Swap_Rate-11_00-TRADITION + + the FpML floating interest index for TRY Annual Swap Rate-11:00-TRADITION + TRY Annual Swap Rate-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-Quarterly-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:TWD-Quarterly-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for TWD-Quarterly-Annual Swap Rate-11:00-BGCANTOR + TWD-Quarterly-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-Quarterly-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:TWD-Quarterly-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for TWD-Quarterly-Annual Swap Rate-Reference Banks + TWD-Quarterly-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-Reference Dealers + QName: fibo-ind-ir-cm:TWD-Reference_Dealers + + the FpML floating interest index for TWD-Reference Dealers + TWD-Reference Dealers + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-Reuters-6165 + QName: fibo-ind-ir-cm:TWD-Reuters-6165 + + the FpML floating interest index for TWD-Reuters-6165 + TWD-Reuters-6165 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-TAIBIR01 + QName: fibo-ind-ir-cm:TWD-TAIBIR01 + + the FpML floating interest index for TWD-TAIBIR01 + TWD-TAIBIR01 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-TAIBIR02 + QName: fibo-ind-ir-cm:TWD-TAIBIR02 + + the FpML floating interest index for TWD-TAIBIR02 + TWD-TAIBIR02 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-TAIBOR-Bloomberg + QName: fibo-ind-ir-cm:TWD-TAIBOR-Bloomberg + + the FpML floating interest index for TWD-TAIBOR-Bloomberg + TWD-TAIBOR-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-TAIBOR-Reuters + QName: fibo-ind-ir-cm:TWD-TAIBOR-Reuters + + the FpML floating interest index for TWD-TAIBOR-Reuters + TWD-TAIBOR-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-TWCPBA + QName: fibo-ind-ir-cm:TWD-TWCPBA + + the FpML floating interest index for TWD-TWCPBA + TWD-TWCPBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + TWD-Telerate-6165 + QName: fibo-ind-ir-cm:TWD-Telerate-6165 + + the FpML floating interest index for TWD-Telerate-6165 + TWD-Telerate-6165 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-3M LIBOR SWAP-CME vs LCH-ICAP + QName: fibo-ind-ir-cm:USD-3M_LIBOR_SWAP-CME_vs_LCH-ICAP + + the FpML floating interest index for USD-3M LIBOR SWAP-CME vs LCH-ICAP + USD-3M LIBOR SWAP-CME vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-3M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:USD-3M_LIBOR_SWAP-CME_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for USD-3M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + USD-3M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-6M LIBOR SWAP-CME vs LCH-ICAP + QName: fibo-ind-ir-cm:USD-6M_LIBOR_SWAP-CME_vs_LCH-ICAP + + the FpML floating interest index for USD-6M LIBOR SWAP-CME vs LCH-ICAP + USD-6M LIBOR SWAP-CME vs LCH-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-6M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + QName: fibo-ind-ir-cm:USD-6M_LIBOR_SWAP-CME_vs_LCH-ICAP-Bloomberg + + the FpML floating interest index for USD-6M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + USD-6M LIBOR SWAP-CME vs LCH-ICAP-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:USD-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for USD-Annual Swap Rate-11:00-BGCANTOR + USD-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Annual Swap Rate-11:00-TRADITION + QName: fibo-ind-ir-cm:USD-Annual_Swap_Rate-11_00-TRADITION + + the FpML floating interest index for USD-Annual Swap Rate-11:00-TRADITION + USD-Annual Swap Rate-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Annual Swap Rate-4:00-TRADITION + QName: fibo-ind-ir-cm:USD-Annual_Swap_Rate-4_00-TRADITION + + the FpML floating interest index for USD-Annual Swap Rate-4:00-TRADITION + USD-Annual Swap Rate-4:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-BA-H.15 + QName: fibo-ind-ir-cm:USD-BA-H.15 + + the FpML floating interest index for USD-BA-H.15 + USD-BA-H.15 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-BA-Reference Dealers + QName: fibo-ind-ir-cm:USD-BA-Reference_Dealers + + the FpML floating interest index for USD-BA-Reference Dealers + USD-BA-Reference Dealers + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-BMA Municipal Swap Index + QName: fibo-ind-ir-cm:USD-BMA_Municipal_Swap_Index + + the FpML floating interest index for USD-BMA Municipal Swap Index + USD-BMA Municipal Swap Index + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CD-H.15 + QName: fibo-ind-ir-cm:USD-CD-H.15 + + the FpML floating interest index for USD-CD-H.15 + USD-CD-H.15 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CD-Reference Dealers + QName: fibo-ind-ir-cm:USD-CD-Reference_Dealers + + the FpML floating interest index for USD-CD-Reference Dealers + USD-CD-Reference Dealers + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CMS-Reference Banks + QName: fibo-ind-ir-cm:USD-CMS-Reference_Banks + + the FpML floating interest index for USD-CMS-Reference Banks + USD-CMS-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CMS-Reference Banks-ICAP SwapPX + QName: fibo-ind-ir-cm:USD-CMS-Reference_Banks-ICAP_SwapPX + + the FpML floating interest index for USD-CMS-Reference Banks-ICAP SwapPX + USD-CMS-Reference Banks-ICAP SwapPX + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CMS-Reuters + QName: fibo-ind-ir-cm:USD-CMS-Reuters + + the FpML floating interest index for USD-CMS-Reuters + USD-CMS-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CMS-Telerate + QName: fibo-ind-ir-cm:USD-CMS-Telerate + + the FpML floating interest index for USD-CMS-Telerate + USD-CMS-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CMT-T7051 + QName: fibo-ind-ir-cm:USD-CMT-T7051 + + the FpML floating interest index for USD-CMT-T7051 + USD-CMT-T7051 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CMT-T7052 + QName: fibo-ind-ir-cm:USD-CMT-T7052 + + the FpML floating interest index for USD-CMT-T7052 + USD-CMT-T7052 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-COF11-FHLBSF + QName: fibo-ind-ir-cm:USD-COF11-FHLBSF + + the FpML floating interest index for USD-COF11-FHLBSF + USD-COF11-FHLBSF + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-COF11-Reuters + QName: fibo-ind-ir-cm:USD-COF11-Reuters + + the FpML floating interest index for USD-COF11-Reuters + USD-COF11-Reuters + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-COF11-Telerate + QName: fibo-ind-ir-cm:USD-COF11-Telerate + + the FpML floating interest index for USD-COF11-Telerate + USD-COF11-Telerate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CP-H.15 + QName: fibo-ind-ir-cm:USD-CP-H.15 + + the FpML floating interest index for USD-CP-H.15 + USD-CP-H.15 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-CP-Reference Dealers + QName: fibo-ind-ir-cm:USD-CP-Reference_Dealers + + the FpML floating interest index for USD-CP-Reference Dealers + USD-CP-Reference Dealers + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-FFCB-DISCO + QName: fibo-ind-ir-cm:USD-FFCB-DISCO + + the FpML floating interest index for USD-FFCB-DISCO + USD-FFCB-DISCO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-Federal Funds-H.15 + QName: fibo-ind-ir-cm:USD-Federal_Funds-H.15 + + the FpML floating interest index for USD-Federal Funds-H.15 + USD-Federal Funds-H.15 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-Federal Funds-H.15-Bloomberg + QName: fibo-ind-ir-cm:USD-Federal_Funds-H.15-Bloomberg + + the FpML floating interest index for USD-Federal Funds-H.15-Bloomberg + USD-Federal Funds-H.15-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-Federal Funds-H.15-OIS-COMPOUND + QName: fibo-ind-ir-cm:USD-Federal_Funds-H.15-OIS-COMPOUND + + the FpML floating interest index for USD-Federal Funds-H.15-OIS-COMPOUND + USD-Federal Funds-H.15-OIS-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-Federal Funds-Reference Dealers + QName: fibo-ind-ir-cm:USD-Federal_Funds-Reference_Dealers + + the FpML floating interest index for USD-Federal Funds-Reference Dealers + USD-Federal Funds-Reference Dealers + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-ISDA-Swap Rate + QName: fibo-ind-ir-cm:USD-ISDA-Swap_Rate + + the FpML floating interest index for USD-ISDA-Swap Rate + USD-ISDA-Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-ISDA-Swap Rate-3:00 + QName: fibo-ind-ir-cm:USD-ISDA-Swap_Rate-3_00 + + the FpML floating interest index for USD-ISDA-Swap Rate-3:00 + USD-ISDA-Swap Rate-3:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-ISDAFIX3-Swap Rate + QName: fibo-ind-ir-cm:USD-ISDAFIX3-Swap_Rate + + the FpML floating interest index for USD-ISDAFIX3-Swap Rate + USD-ISDAFIX3-Swap Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-ISDAFIX3-Swap Rate-3:00 + QName: fibo-ind-ir-cm:USD-ISDAFIX3-Swap_Rate-3_00 + + the FpML floating interest index for USD-ISDAFIX3-Swap Rate-3:00 + USD-ISDAFIX3-Swap Rate-3:00 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-LIBOR-BBA + QName: fibo-ind-ir-cm:USD-LIBOR-BBA + + the FpML floating interest index for USD-LIBOR-BBA + USD-LIBOR-BBA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-LIBOR-BBA-Bloomberg + QName: fibo-ind-ir-cm:USD-LIBOR-BBA-Bloomberg + + the FpML floating interest index for USD-LIBOR-BBA-Bloomberg + USD-LIBOR-BBA-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-LIBOR-ISDA + QName: fibo-ind-ir-cm:USD-LIBOR-ISDA + + the FpML floating interest index for USD-LIBOR-ISDA + USD-LIBOR-ISDA + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-LIBOR-LIBO + QName: fibo-ind-ir-cm:USD-LIBOR-LIBO + + the FpML floating interest index for USD-LIBOR-LIBO + USD-LIBOR-LIBO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + USD-LIBOR-Reference Banks + QName: fibo-ind-ir-cm:USD-LIBOR-Reference_Banks + + the FpML floating interest index for USD-LIBOR-Reference Banks + USD-LIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Municipal Swap Libor Ratio-11:00-ICAP + QName: fibo-ind-ir-cm:USD-Municipal_Swap_Libor_Ratio-11_00-ICAP + + the FpML floating interest index for USD-Municipal Swap Libor Ratio-11:00-ICAP + USD-Municipal Swap Libor Ratio-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Municipal Swap Rate-11:00-ICAP + QName: fibo-ind-ir-cm:USD-Municipal_Swap_Rate-11_00-ICAP + + the FpML floating interest index for USD-Municipal Swap Rate-11:00-ICAP + USD-Municipal Swap Rate-11:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-OIS-11:00-BGCANTOR + QName: fibo-ind-ir-cm:USD-OIS-11_00-BGCANTOR + + the FpML floating interest index for USD-OIS-11:00-BGCANTOR + USD-OIS-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-OIS-11:00-LON-ICAP + QName: fibo-ind-ir-cm:USD-OIS-11_00-LON-ICAP + + the FpML floating interest index for USD-OIS-11:00-LON-ICAP + USD-OIS-11:00-LON-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-OIS-11:00-NY-ICAP + QName: fibo-ind-ir-cm:USD-OIS-11_00-NY-ICAP + + the FpML floating interest index for USD-OIS-11:00-NY-ICAP + USD-OIS-11:00-NY-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-OIS-11:00-TRADITION + QName: fibo-ind-ir-cm:USD-OIS-11_00-TRADITION + + the FpML floating interest index for USD-OIS-11:00-TRADITION + USD-OIS-11:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-OIS-3:00-BGCANTOR + QName: fibo-ind-ir-cm:USD-OIS-3_00-BGCANTOR + + the FpML floating interest index for USD-OIS-3:00-BGCANTOR + USD-OIS-3:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-OIS-3:00-NY-ICAP + QName: fibo-ind-ir-cm:USD-OIS-3_00-NY-ICAP + + the FpML floating interest index for USD-OIS-3:00-NY-ICAP + USD-OIS-3:00-NY-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-OIS-4:00-TRADITION + QName: fibo-ind-ir-cm:USD-OIS-4_00-TRADITION + + the FpML floating interest index for USD-OIS-4:00-TRADITION + USD-OIS-4:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Overnight Bank Funding Rate + QName: fibo-ind-ir-cm:USD-Overnight_Bank_Funding_Rate + + the FpML floating interest index for USD-Overnight Bank Funding Rate + USD-Overnight Bank Funding Rate + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Prime-H.15 + QName: fibo-ind-ir-cm:USD-Prime-H.15 + + the FpML floating interest index for USD-Prime-H.15 + USD-Prime-H.15 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Prime-Reference Banks + QName: fibo-ind-ir-cm:USD-Prime-Reference_Banks + + the FpML floating interest index for USD-Prime-Reference Banks + USD-Prime-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-SIBOR-Reference Banks + QName: fibo-ind-ir-cm:USD-SIBOR-Reference_Banks + + the FpML floating interest index for USD-SIBOR-Reference Banks + USD-SIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-SIBOR-SIBO + QName: fibo-ind-ir-cm:USD-SIBOR-SIBO + + the FpML floating interest index for USD-SIBOR-SIBO + USD-SIBOR-SIBO + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-SIFMA Municipal Swap Index + QName: fibo-ind-ir-cm:USD-SIFMA_Municipal_Swap_Index + + the FpML floating interest index for USD-SIFMA Municipal Swap Index + USD-SIFMA Municipal Swap Index + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-SOFR-COMPOUND + QName: fibo-ind-ir-cm:USD-SOFR-COMPOUND + + the FpML floating interest index for USD-SOFR-COMPOUND + USD-SOFR-COMPOUND + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-S&P Index-High Grade + QName: fibo-ind-ir-cm:USD-S_P_Index-High_Grade + + the FpML floating interest index for USD-S&P Index-High Grade + USD-S&P Index-High Grade + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-TBILL-H.15 + QName: fibo-ind-ir-cm:USD-TBILL-H.15 + + the FpML floating interest index for USD-TBILL-H.15 + USD-TBILL-H.15 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-TBILL-H.15-Bloomberg + QName: fibo-ind-ir-cm:USD-TBILL-H.15-Bloomberg + + the FpML floating interest index for USD-TBILL-H.15-Bloomberg + USD-TBILL-H.15-Bloomberg + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-TBILL-Secondary Market + QName: fibo-ind-ir-cm:USD-TBILL-Secondary_Market + + the FpML floating interest index for USD-TBILL-Secondary Market + USD-TBILL-Secondary Market + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-TIBOR-ISDC + QName: fibo-ind-ir-cm:USD-TIBOR-ISDC + + the FpML floating interest index for USD-TIBOR-ISDC + USD-TIBOR-ISDC + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-TIBOR-Reference Banks + QName: fibo-ind-ir-cm:USD-TIBOR-Reference_Banks + + the FpML floating interest index for USD-TIBOR-Reference Banks + USD-TIBOR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Treasury-19901-3:00-ICAP + QName: fibo-ind-ir-cm:USD-Treasury-19901-3_00-ICAP + + the FpML floating interest index for USD-Treasury-19901-3:00-ICAP + USD-Treasury-19901-3:00-ICAP + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Treasury Rate-ICAP BrokerTec + QName: fibo-ind-ir-cm:USD-Treasury_Rate-ICAP_BrokerTec + + the FpML floating interest index for USD-Treasury Rate-ICAP BrokerTec + USD-Treasury Rate-ICAP BrokerTec + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Treasury Rate-SwapMarker100 + QName: fibo-ind-ir-cm:USD-Treasury_Rate-SwapMarker100 + + the FpML floating interest index for USD-Treasury Rate-SwapMarker100 + USD-Treasury Rate-SwapMarker100 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Treasury Rate-SwapMarker99 + QName: fibo-ind-ir-cm:USD-Treasury_Rate-SwapMarker99 + + the FpML floating interest index for USD-Treasury Rate-SwapMarker99 + USD-Treasury Rate-SwapMarker99 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Treasury Rate-T19901 + QName: fibo-ind-ir-cm:USD-Treasury_Rate-T19901 + + the FpML floating interest index for USD-Treasury Rate-T19901 + USD-Treasury Rate-T19901 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + USD-Treasury Rate-T500 + QName: fibo-ind-ir-cm:USD-Treasury_Rate-T500 + + the FpML floating interest index for USD-Treasury Rate-T500 + USD-Treasury Rate-T500 + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + US Dollar LIBOR + QName: fibo-ind-ir-cm:USDollarLIBOR + + a London interbank offered rate with a reference currency in US Dollars + + + + + + + + + + + + VND-Semi-Annual Swap Rate-11:00-BGCANTOR + QName: fibo-ind-ir-cm:VND-Semi-Annual_Swap_Rate-11_00-BGCANTOR + + the FpML floating interest index for VND-Semi-Annual Swap Rate-11:00-BGCANTOR + VND-Semi-Annual Swap Rate-11:00-BGCANTOR + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + VND-Semi-Annual Swap Rate-Reference Banks + QName: fibo-ind-ir-cm:VND-Semi-Annual_Swap_Rate-Reference_Banks + + the FpML floating interest index for VND-Semi-Annual Swap Rate-Reference Banks + VND-Semi-Annual Swap Rate-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-DEPOSIT-Reference Banks + QName: fibo-ind-ir-cm:ZAR-DEPOSIT-Reference_Banks + + the FpML floating interest index for ZAR-DEPOSIT-Reference Banks + ZAR-DEPOSIT-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-DEPOSIT-SAFEX + QName: fibo-ind-ir-cm:ZAR-DEPOSIT-SAFEX + + the FpML floating interest index for ZAR-DEPOSIT-SAFEX + ZAR-DEPOSIT-SAFEX + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-JIBAR-Reference Banks + QName: fibo-ind-ir-cm:ZAR-JIBAR-Reference_Banks + + the FpML floating interest index for ZAR-JIBAR-Reference Banks + ZAR-JIBAR-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-JIBAR-SAFEX + QName: fibo-ind-ir-cm:ZAR-JIBAR-SAFEX + + the FpML floating interest index for ZAR-JIBAR-SAFEX + ZAR-JIBAR-SAFEX + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-PRIME-AVERAGE + QName: fibo-ind-ir-cm:ZAR-PRIME-AVERAGE + + the FpML floating interest index for ZAR-PRIME-AVERAGE + ZAR-PRIME-AVERAGE + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-PRIME-AVERAGE-Reference Banks + QName: fibo-ind-ir-cm:ZAR-PRIME-AVERAGE-Reference_Banks + + the FpML floating interest index for ZAR-PRIME-AVERAGE-Reference Banks + ZAR-PRIME-AVERAGE-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-Quarterly Swap Rate-1:00-TRADITION + QName: fibo-ind-ir-cm:ZAR-Quarterly_Swap_Rate-1_00-TRADITION + + the FpML floating interest index for ZAR-Quarterly Swap Rate-1:00-TRADITION + ZAR-Quarterly Swap Rate-1:00-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-Quarterly Swap Rate-5:30-TRADITION + QName: fibo-ind-ir-cm:ZAR-Quarterly_Swap_Rate-5_30-TRADITION + + the FpML floating interest index for ZAR-Quarterly Swap Rate-5:30-TRADITION + ZAR-Quarterly Swap Rate-5:30-TRADITION + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + ZAR-Quarterly Swap Rate-TRADITION-Reference Banks + QName: fibo-ind-ir-cm:ZAR-Quarterly_Swap_Rate-TRADITION-Reference_Banks + + the FpML floating interest index for ZAR-Quarterly Swap Rate-TRADITION-Reference Banks + ZAR-Quarterly Swap Rate-TRADITION-Reference Banks + http://www.fpml.org/coding-scheme/floating-rate-index-2-24.xml + Per 2006 ISDA Definitions or Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/InterestRatePublishers.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/InterestRatePublishers.rdf new file mode 100755 index 0000000..e0d7584 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/InterestRatePublishers.rdf @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + +]> + + + + Interest Rate Publishers Ontology + QName: fibo-ind-ir-pub: + This ontology provides concepts descriptive of the publishers of interest rates, such as banks and the bodies which publish inter-bank offer rates. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/Indicators/Indicators/ + https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates/ + fibo-ind-ir-pub + InterestRatePublishers.rdf + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRatePublishers.rdf version of this ontology was modified per the FIBO 2.0 RFC. + The https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRatePublishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 1 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRatePublishers.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 2 report. + + + + + + + + + + + + base rate authority + QName: fibo-ind-ir-pub:BaseRateAuthority + + an interest rate authority responsible for setting the base rate for a given currency, typically a central bank + + + + + + + + + + + + + + + + + interbank rate authority + QName: fibo-ind-ir-pub:InterbankRateAuthority + + an interest rate authority responsible for setting the interbank rate + This is announced by the relevant central bank or other authority at intervals following a meeting of the relevant policy group or committee. + + + + + + + + + + + + interest rate authority + QName: fibo-ind-ir-pub:InterestRateAuthority + + an authority responsible for the publication of some interest rate + This is typically a bank, central bank in the case of the publication of bank interest rates, or the committee responsible for publishing interbank rates, such as LIBOR. + Interest rates which are referred to as market rates, for example as used in interest rate derivatives, are published by some authority responsible for the rate as a kind of market data. + + + + + + + + + + + market data provider + QName: fibo-ind-ir-pub:MarketDataProvider + + a publisher that publishes data about the financial markets + + + + convenes + QName: fibo-ind-ir-pub:convenes + + + + a predicate indicating that someone acting in the role of convenor brings together some number of parties for a meeting or conference; assembles; makes arrangements for a meeting to take place + + + + + sets + QName: fibo-ind-ir-pub:sets + + + a predicate indicating that some party places something in some relationship to something or someone else + The interest rate authority (such as a central bank or monetary authority or a panel working behalf of such) determines and sets the reference rate which is in force at a given time. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/InterestRates.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/InterestRates.rdf new file mode 100755 index 0000000..509411c --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/InterestRates/InterestRates.rdf @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + +]> + + + + Interest Rates Ontology + QName: fibo-ind-ir-ir: + This ontology provides the basic types of interest rate which are recognized in the financial markets, and the relationships between these where applicable. These include bank base rates, inter-bank offer rates, overnight rates of interest and the US Federal Funds rate which is widely used as a rate of reference. It also includes the concept of a market rate spread between two interest rates. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2014-2018 EDM Council, Inc. + Copyright (c) 2014-2018 Object Management Group, Inc. + + + + fibo-ind-ir-ir + InterestRates.rdf + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates.rdf version of this ontology was modified per the FIBO 2.0 RFC, including adding support for reference rates from FpML. + The https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 1 report. + The https://spec.edmcouncil.org/fibo/ontology/IND/InterestRates/InterestRates.rdf version of this ontology was modified per the issue resolutions identified in the FIBO IND 1.0 FTF 2 report. + + + + + + + + + 1 + + + + + + + base rate + QName: fibo-ind-ir-ir:BaseRate + + a basic rate of interest, on which the actual rate a bank charges on loans to its customers is calculated + BBR + Typically, the bank base rate is a reference rate set by a central bank. Banks that are regulated by a given central bank cannot lend below the base rate to their customers. The bank base rate is determined on an ongoing basis and represents the central bank's judgement of the price of short-term funds on their interbank market. + bank base rate + + + + + eighteen months + QName: fibo-ind-ir-ir:EighteenMonths + + a duration of exactly eighteen (18) months, regardless of the length in days of a given calendar month, but typically 30 days + P18M + + + + + federal funds rate + QName: fibo-ind-ir-ir:FederalFundsRate + + + fed funds rate + a reference rate that is the interest rate at which a depository institution lends funds maintained at the Federal Reserve to another depository institution overnight + US federal funds rate + By trading government securities, the New York Fed affects the federal funds rate, which is the interest rate at which depository institutions lend balances to each other overnight. The Federal Open Market Committee establishes the target rate for trading in the federal funds market. + The federal funds rate is generally only applicable to the most creditworthy institutions when they borrow and lend overnight funds to each other. The federal funds rate is one of the most influential interest rates in the U.S. economy, since it affects monetary and financial conditions, which in turn have a bearing on key aspects of the broad economy including employment, growth and inflation. The Federal Open Market Committee (FOMC), which is the Federal Reserve's primary monetary policymaking body, telegraphs its desired target for the federal funds rate through open market operations. + + + + + fifteen years + QName: fibo-ind-ir-ir:FifteenYears + + a duration of exactly fifteen (15) years + P15Y + + + + + five years + QName: fibo-ind-ir-ir:FiveYears + + a duration of exactly five (5) years + P5Y + + + + + forty-eight months + QName: fibo-ind-ir-ir:FortyEightMonths + + a duration of exactly forty-eight (48) months, regardless of the length in days of a given calendar month, but typically 30 days + P48M + + + + + four years + QName: fibo-ind-ir-ir:FourYears + + a duration of exactly four (4) years + P4Y + + + + + interbank bid rate + QName: fibo-ind-ir-ir:InterbankBidRate + + an interbank rate that is the interest rate at which participating banks are willing to borrow deposits from other banks + Unlike an interbank offered rate, which is the rate at which banks lend money, an interbank bid rate is the rate at which banks ask to borrow. + + + + + interbank mid rate + QName: fibo-ind-ir-ir:InterbankMidRate + + an interbank rate that represents the mid-point between bid and offer rates + + + + + interbank offered rate + QName: fibo-ind-ir-ir:InterbankOfferedRate + + an interbank rate that is the interest rate at which participating banks lend money + + + + + interbank rate + QName: fibo-ind-ir-ir:InterbankRate + + a reference rate that is the rate of interest charged on short-term loans between banks + Banks borrow and lend money in the interbank market in order to manage liquidity and meet the requirements placed on them. The interest rate charged depends on the availability of money in the market, on prevailing rates and on the specific terms of the contract, such as term length. + + + + + nine months + QName: fibo-ind-ir-ir:NineMonths + + a duration of exactly nine (9) months, regardless of the length in days of a given calendar month, but typically 30 days + P9M + + + + + one day + QName: fibo-ind-ir-ir:OneDay + + a duration of exactly one day, or 24 hours, such as for an overnight rate + P1D + + + + + one hundred eighty (180) months + QName: fibo-ind-ir-ir:OneHundredEightyMonths + + a duration of exactly one hundred eighty (180) months, regardless of the length in days of a given calendar month, but typically 30 days + P180M + + + + + one month + QName: fibo-ind-ir-ir:OneMonth + + a duration of exactly one (1) month, regardless of the length in days of a given calendar month, but typically 30 days + P1M + + + + + one week + QName: fibo-ind-ir-ir:OneWeek + + a duration of exactly one week, or 7 days + P7D + + + + + one year + QName: fibo-ind-ir-ir:OneYear + + a duration of exactly one (1) year + P1Y + + + + + + + + + + + overnight rate + QName: fibo-ind-ir-ir:OvernightRate + + a reference rate that is an interest rate at which a depository institution lends funds to another depository institution (short-term), or the interest rate the central bank charges a financial institution to borrow money overnight + The overnight rate is the lowest available interest rate, and as such, it is only available to the most creditworthy institutions. It is the underlying rate for Overnight Interest Rate Swaps (IOS). + + + + + + + + + + + + + + + + + + reference interest rate + QName: fibo-ind-ir-ir:ReferenceInterestRate + + a market rate that is a rate of interest paid by or agreed among some bank or set of banks + The reference rate is a moving index such as EURIBOR, the prime rate or the rate on benchmark U.S. Treasuries. + + + + + six months + QName: fibo-ind-ir-ir:SixMonths + + a duration of exactly six (6) months, regardless of the length in days of a given calendar month, but typically 30 days + P6M + + + + + sixty months + QName: fibo-ind-ir-ir:SixtyMonths + + a duration of exactly sixty (60) months, regardless of the length in days of a given calendar month, but typically 30 days + P60M + + + + + ten years + QName: fibo-ind-ir-ir:TenYears + + a duration of exactly ten (10) years + P10Y + + + + + thirty-six months + QName: fibo-ind-ir-ir:ThirtySixMonths + + a duration of exactly thirty-six (36) months, regardless of the length in days of a given calendar month, but typically 30 days + P36M + + + + + thirty years + QName: fibo-ind-ir-ir:ThirtyYears + + a duration of exactly thirty (30) years + P30Y + + + + + three hundred sixty (360) months + QName: fibo-ind-ir-ir:ThreeHundredSixtyMonths + + a duration of exactly three hundred sixty (360) months, regardless of the length in days of a given calendar month, but typically 30 days + P360M + + + + + three months + QName: fibo-ind-ir-ir:ThreeMonths + + a duration of exactly three (3) months, regardless of the length in days of a given calendar month, but typically 30 days + P3M + + + + + three years + QName: fibo-ind-ir-ir:ThreeYears + + a duration of exactly three (3) years + P3Y + + + + + twelve months + QName: fibo-ind-ir-ir:TwelveMonths + + a duration of exactly twelve (12) months, regardless of the length in days of a given calendar month, but typically 30 days + P12M + + + + + twenty-four months + QName: fibo-ind-ir-ir:TwentyFourMonths + + a duration of exactly twenty-four (24) months, regardless of the length in days of a given calendar month, but typically 30 days + P24M + + + + + twenty years + QName: fibo-ind-ir-ir:TwentyYears + + a duration of exactly twenty (20) years + P20Y + + + + + two months + QName: fibo-ind-ir-ir:TwoMonths + + a duration of exactly two (2) months, regardless of the length in days of a given calendar month, but typically 30 days + P2M + + + + + two years + QName: fibo-ind-ir-ir:TwoYears + + a duration of exactly two (2) years + P2Y + + + + + has rate reset time of day + QName: fibo-ind-ir-ir:hasRateResetTimeOfDay + + + indicates the time of day when a rate is reset + + + + + has reference currency + QName: fibo-ind-ir-ir:hasReferenceCurrency + + + + relates a reference rate to the currency it is based on + + + + + has tenor + QName: fibo-ind-ir-ir:hasTenor + + + indicates the length of time for which a given rate, such as an interbank rate, exchange rate, other market rate is quoted, or a debt instrument has remaining prior to maturity or expiration + The length of time until a loan is due. For example, a loan is taken out with a two year tenor. After one year passes, the tenor of the loan is one year. + http://www.investopedia.com/terms/t/tenor.asp + The tenor of most financial instruments declines over time, while the maturity remains constant. Risk associated with a given asset tends to decline with the reduction of the time remaining to maturity. The tenor of an interest rate swap can also refer to the frequency with which coupon payments are exchanged. + + + + has tenor in days + QName: fibo-ind-ir-ir:hasTenorInDays + + + + true + a predicate indicating the length of time for which the interbank rate is quoted expressed as a number of days + This is given as a whole number representing the number of days, because the concept of a duration is not yet modeled semantically, otherwise this term would refer to duration as its range instead. The name of this property reflects this compromise and would be changed to "Tenor" once a suitable range exists for this property. + + + + has tenor in months + QName: fibo-ind-ir-ir:hasTenorInMonths + + + + true + a predicate indicating the length of time for which the interbank rate is quoted, e.g., 3 months, 6 months expressed as a number of months + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/IND/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/LOAN/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/LOAN/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/LOAN/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/LoadFIBOProd.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/LoadFIBOProd.rdf new file mode 100755 index 0000000..8465c20 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/LoadFIBOProd.rdf @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/MD/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/MD/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/MD/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Debt/DebtInstruments.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Debt/DebtInstruments.rdf new file mode 100755 index 0000000..fa50392 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Debt/DebtInstruments.rdf @@ -0,0 +1,928 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Debt Instruments Ontology + QName: fibo-sec-dbt-dbti: + This ontology defines concepts that are specific to debt instruments (tradable and non-tradable). + http://opensource.org/licenses/MIT + + Copyright (c) 2016-2019 EDM Council, Inc. + Copyright (c) 2018-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/ + fibo-sec-dbt-dbti + DebtInstruments.rdf + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/DebtInstruments.rdf version of this ontology was modified to reflect use of actualExpression as an annotation rather than datatype property, to deprecate maturity-related properties which have been moved to financial instruments more generally, and to simplify restrictions on tradable debt instrument. + + + + + + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + at a discount + QName: fibo-sec-dbt-dbti:AtADiscount + + a selling price that is less than the face or nominal value + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/a/at-a-discount.asp + below par + + + + + at a premium + QName: fibo-sec-dbt-dbti:AtAPremium + + a selling price significantly above the stated face or redemption value due to high demand or timing of redemption + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/a/at-a-premium.asp + above par + premium + + + + + call event + QName: fibo-sec-dbt-dbti:CallEvent + + an event associated with the call schedule for a debt instrument + + + + + + + + + 0 + + + + + + + + + call feature + QName: fibo-sec-dbt-dbti:CallFeature + + a redemption provision defining the rights of the issuer to buy back a security at a call price after a call protection period + EDM Council / Quarule + Most corporate and municipal bonds have ten-year call features (termed call protection by holders); government securities typically have none. + call provision + + + + + + + + + + + call notification provision + QName: fibo-sec-dbt-dbti:CallNotificationProvision + + a provision of a call feature defining notification requirements + + + + + call premium + QName: fibo-sec-dbt-dbti:CallPremium + + the price over par paid by an issuer to redeem securities when exercising a call provision + EDM Council / Quarule + + + + + call price + QName: fibo-sec-dbt-dbti:CallPrice + + price at which an asset is redeemed in the event of a call + EDM Council / Quarule + redemption price + par value + call premium + + + + + + + + + + + + + + + + + + + + + + + + + + call schedule + QName: fibo-sec-dbt-dbti:CallSchedule + + a schedule of call prices and when they are in effect + EDM Council / Quarule + + + + + call window + QName: fibo-sec-dbt-dbti:CallWindow + + an explicit period of time prior to a call date during which an issuer or agent must give notice to holders + + + + + + + + + + + debt offering + QName: fibo-sec-dbt-dbti:DebtOffering + + an offering of one or more debt instruments for sale + + + + + + + + + + 1 + + + + + + + + + fully-indexed interest rate + QName: fibo-sec-dbt-dbti:FullyIndexedInterestRate + + a variable interest rate that is calculated by adding a margin to a specified index rate + Fully indexed interest rates are used for variable rate credit products. The interest rate on a variable (adjustable) rate mortgage corresponds to a specific benchmark (often the prime rate, but sometimes LIBOR, the one-year constant-maturity Treasury, or other benchmarks) plus a spread (also called the margin. The margin on a fully indexed interest rate product is determined by the underwriter and based on the borrower's credit quality. + + + + + interest-only strip + QName: fibo-sec-dbt-dbti:InterestOnlyStrip + + a strip that represents the non-principal portion of the monthly payments on the underlying debt instrument, such as a bond + An interest-only strip can be reintegrated into other synthetic or engineered products. For example, interest-only strips can be pooled to create or make up a portion of a larger collateralized mortgage obligation (CMO), asset-backed security (ABS) or collateralized debt obligation (CDO) structure. + An interest-only strip holder is interested in rising rates and no prepayment, as prepayment would cause them forfeit future interest payments and receive nothing from the return of the principal. + IO strip + + + + + + + + + + + + + + + + + issued debt + QName: fibo-sec-dbt-dbti:IssuedDebt + + debt that is set out by the borrower in some form of financial security in which the lender is the holder or counterparty of that security + + + + + make whole feature + QName: fibo-sec-dbt-dbti:MakeWholeFeature + + a call provision allowing the issuer to pay off remaining debt early + http://www.investopedia.com/terms/m/make-wholecall.asp + The issuer typically has to make a lump sum payment to the investor derived from a formula based on the net present value (NPV) of future interest or coupon payments that will not be paid incrementally because of the call combined with the principal payment the investor would have received at maturity. + make whole provision + + + + + margin + QName: fibo-sec-dbt-dbti:Margin + + a variable that is added to a specified index rate to determine the fully indexed interest rate charged to a borrower on a credit balance + spread + + + + + + + + + + 0 + + + + + + + + + + + + + + + non-tradable debt instrument + QName: fibo-sec-dbt-dbti:NonTradableDebtInstrument + + + a debt instrument that may not be bought or sold + Low-risk instruments such as savings bonds are examples of nonnegotiable debt instruments. + Non-Tradeable. (n.d.) Farlex Financial Dictionary. (2009). Retrieved December 16 2016 from http://financial-dictionary.thefreedictionary.com/Non-Tradeable + Generally, a nonnegotiable instrument may be redeemed by the issuer, but this is often subject to some limitations. + + + + + non-tradable debt redemption terms + QName: fibo-sec-dbt-dbti:NonTradableDebtRedemptionProvision + + terms for repayment of principal on debt instruments that are not traded securities, such as over the counter, bilateral paper + + + + + + + + + + + notification provision + QName: fibo-sec-dbt-dbti:NotificationProvision + + a provision of a redemption feature defining notification requirements + + + + + par value + QName: fibo-sec-dbt-dbti:ParValue + + the stated value of a negotiable instrument, stock, or bond, as compared with the value that instrument might receive when sold + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/p/par.asp + face value + nominal value + par + + + + + prescriptive event + QName: fibo-sec-dbt-dbti:PrescriptiveEvent + + an event related to the imposition or enforcement of a rule, method, formula, etc. + + + + + principal-only strip + QName: fibo-sec-dbt-dbti:PrincipalOnlyStrip + + + a strip that represents the principal portion of the monthly payments on the underlying debt instrument, such as a bond + + + + + + + + + + + publicly issued debt + QName: fibo-sec-dbt-dbti:PubliclyIssuedDebt + + an issued debt in the form of a tradable debt instrument (security) + + + + + put event + QName: fibo-sec-dbt-dbti:PutEvent + + an event associated with the put schedule for a debt instrument, i.e., an event involving the 'put', or surrender of the instrument by the holder + + + + + + + + + 0 + + + + + + + + + put feature + QName: fibo-sec-dbt-dbti:PutFeature + + a redemption provision giving the holder the right, but not the obligation, to sell a specified amount of the debt instrument (i.e., redeem it), prior to maturity + FIBIM has term "Putable Date" which (by implication, and comparing with definition for "Next Call Date") is presumably a single calendar date in the future, at a given point in time. That does not cover the definition of formal terms defining when and how the issue may be put, which is what is modeled here. + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + put provision + + + + + + + + + + + put notification provision + QName: fibo-sec-dbt-dbti:PutNotificationProvision + + a provision of a put feature defining notification requirements + + + + + put premium + QName: fibo-sec-dbt-dbti:PutPremium + + an amount over par that a debt instrument holder must pay to sell the security early + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/p/put.asp + + + + + put price + QName: fibo-sec-dbt-dbti:PutPrice + + price at which a debt instrument with a put feature may be sold by the holder + needs review - should the expression be exercise value vs. par value? + par value + put premium + + + + + + + + + + + + + + + + + + + + + + + + + + put schedule + QName: fibo-sec-dbt-dbti:PutSchedule + + a schedule that defines the events associated with the put feature of a debt instrument, i.e, the dates on which the debt instrument may be sold at what price by the holder + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + http://www.investopedia.com/terms/p/put.asp + + + + + put window + QName: fibo-sec-dbt-dbti:PutWindow + + an explicit period of time prior to a put date during which holder or agent must give notice to an issuer + + + + + redemption event + QName: fibo-sec-dbt-dbti:RedemptionEvent + + a prescriptive event involving the return of an investor's principal in a fixed-income security, such as a preferred stock or bond, or the sale of units in a mutual fund + + + + + relative price + QName: fibo-sec-dbt-dbti:RelativePrice + + a relative price with respect to either a stated or market value for a debt instrument at some point in time, defined as par, premium, or discount + http://www.investopedia.com/terms/m/market-price.asp + http://www.investopedia.com/terms/p/par.asp + + + + + strip + QName: fibo-sec-dbt-dbti:Strip + + a tradeable debt instrument created either through the process of removing coupons from a bond and then selling the separate parts as a zero coupon bond and an interest paying coupon bond or through taking the opposite position from some variant in the options market + STRIPS is an acronym for Separate Trading of Registered Interest and Principal of Securities, which has come to be used as a term in its own right. + Separate Trading of Registered Interest and Principal of Securities + + + + + + + + + + 1 + + + + + + + 0 + + + tradable debt instrument + QName: fibo-sec-dbt-dbti:TradableDebtInstrument + + a debt instrument that is also a security, i.e., that can be bought and sold by the holder + Details from Ecofin: A [debt] instrument can be traded, if its features depend only on one borrower. If the instrument has no bilateral or multilateral obligations, the investor can easily transfer it to another investor without asking the borrower (except the terms prohibit this explicitly). This is simplified with securitised instruments, where the debt is already split into handy denominations which trade easily (e.g. in round thousands or millions as with bonds, commercial paper, etc.). But in principle it works also with interbank loans and similar instruments. FIBIM Definition: Financial instruments evidencing moneys owed by the issuer to the holder on terms as specified. + + + + + tradable debt instrument redemption provision + QName: fibo-sec-dbt-dbti:TradableDebtInstrumentRedemptionProvision + + terms for the redemption of the debt represented by a debt security + Debt represented by a tradable debt security may be paid as a one off payment at maturity, by paying down principal amounts periodically, or by a call of the issue by the issuer. Debt that is defined by a convertible bond are redeemed by conversion into an equity security issued by the same company. More notes from the EDMC SME Review: Distinction between call and amortizing is whether you pay off everybody at the same time or via a lottery. SF can be either. either amortize the payment of a SF or pay it off by a lottery. The terms of the instrument determine that. Mandatory - all in the schedule. Mandatory to the bond issuer. Issuer has to pay off a certain amount at a certain time - this is in the Schedule. Callable - nothing mandatory. + + + + allows auto-reinvestment + QName: fibo-sec-dbt-dbti:allowsAutoReinvestment + + + + indicates whether the security allows automatically re-investing the interest on that security towards purchasing additional shares or units of the same security + + + + allows payment in kind + QName: fibo-sec-dbt-dbti:allowsPaymentInKind + + + + indicates whether the principal may be repaid in kind (i.e., replaced with another instrument) rather than in cash + + + + + has call terms + QName: fibo-sec-dbt-dbti:hasCallFeature + + + + indicates the specific terms related to any inherent call feature as specified in the offering + + + + + has default lot size + QName: fibo-sec-dbt-dbti:hasDefaultLotSize + + + + + + + + + + + + + indicates the default number of units of the security that may be held at any one time + This is the minimum denomination required for transfer or change of ownership of a tradable debt security. + + + + + has duration to maturity + QName: fibo-sec-dbt-dbti:hasDurationToMaturity + + + + + + + + + + + + + true + indicates the lifespan of a tradable debt instrument, from the issue date to the scheduled maturity date + + + + + has estate or death put feature + QName: fibo-sec-dbt-dbti:hasEstateOrDeathPutFeature + + + + indicates that a security is subject to redemption upon the passing of the holder + + + + + has interest payment terms + QName: fibo-sec-dbt-dbti:hasInterestPaymentTerms + + + indicates the specific terms related to interest payments on the principal as specified in the instrument or a related contract document + + + + + has notification provision + QName: fibo-sec-dbt-dbti:hasNotificationProvision + + + + relates the redemption provision of a debt instrument to a notification provision (e.g., call or put notification) + + + + + has pool number + QName: fibo-sec-dbt-dbti:hasPoolNumber + + + + indicates the pool number of the debt + + + + + has price and yield day count convention + QName: fibo-sec-dbt-dbti:hasPriceAndYieldDayCountConvention + + + indicates the convention used to determine the number of days in a month and days in a year that are counted when performing calculations for yield and price figures + + + + + has redemption terms + QName: fibo-sec-dbt-dbti:hasRedemptionProvision + + + indicates the specific terms related to redemption as specified in the instrument or a related contract document + + + + + has relative price at issue + QName: fibo-sec-dbt-dbti:hasRelativePriceAtIssue + + + indicates a relative price with respect to the face value at which an instrument is issued, namely par, premium or discount + + + + + has relative price at maturity + QName: fibo-sec-dbt-dbti:hasRelativePriceAtMaturity + + + indicates a relative price with respect to the face value at the time an instrument matures, namely par, discount or premium + + + + + has relative price at redemption + QName: fibo-sec-dbt-dbti:hasRelativePriceAtRedemption + + + indicates a relative price with respect to the face value at the time an instrument is redeemed, namely par, discount or premium + + + + + has repayment terms + QName: fibo-sec-dbt-dbti:hasRepaymentTerms + + + indicates the specific terms related to repayment of principal as specified in the instrument or a related contract document + + + + right to retain + QName: fibo-sec-dbt-dbti:hasRightToRetain + + + + indicates whether the holder has an option to retain the security in the event of an issuer exercising the put feature + + + + + has scheduled maturity date + QName: fibo-sec-dbt-dbti:hasScheduledMaturityDate + + + + + + + + + + + + + true + a specified date on which the principal amount of a note, draft, acceptance bond or other debt instrument is due to be repaid to the investor and interest payments stop + + + + is callable + QName: fibo-sec-dbt-dbti:isCallable + + + + + + + + + + + + + indicates whether the issuer (writer) of the debt contract (the debtor) can call the debt prior to maturity + + + + is exchangeable + QName: fibo-sec-dbt-dbti:isExchangeable + + + + + + + + + + + + + indicates whether the security can be exchanged for another security at the issuers discretion + + + + is extendable by holder + QName: fibo-sec-dbt-dbti:isExtendableByHolder + + + + indicates whether the expiration date or maturity date can be extended by the holder + + + + is extendable by issuer + QName: fibo-sec-dbt-dbti:isExtendableByIssuer + + + + indicates whether the issuer has the option to extend the debt rather than refinancing + If not, the issuer may only refinance the debt by calling the issue and creating a new issue. + + + + is putable + QName: fibo-sec-dbt-dbti:isPutable + + + + + + + + + + + + + indicates whether the holder has the right to ask for redemption of the security prior to final maturity + + + + is strippable + QName: fibo-sec-dbt-dbti:isStrippable + + + + + + + + + + + + + indicates whether or not the instrument can be stripped, so that interest and principal may be traded separately + + + + is subordinated + QName: fibo-sec-dbt-dbti:isSubordinated + + + + + + + + + + + + + indicates whether the security is a subordinated security, meaning that the security has a lower priority than another security so that when the assets are liquidated this one is not first in line + + + + may be subordinated to + QName: fibo-sec-dbt-dbti:mayBeSubordinatedTo + + + + indicates the target security (i.e., the one in the range) has a higher priority than the security in question + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Debt/ExerciseConventions.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Debt/ExerciseConventions.rdf new file mode 100755 index 0000000..a76ec8c --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Debt/ExerciseConventions.rdf @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + +]> + + + + Exercise Conventions Ontology + QName: fibo-sec-dbt-ex: + This ontology defines the various kinds of exercise conventions that are common to debt and options instruments. They are distinguished primarily in terms of the date period during which an optional contract clause may be exercised. + http://opensource.org/licenses/MIT + + Copyright (c) 2018-2019 EDM Council, Inc. + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-dbt-ex + ExerciseConventions.rdf + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/SEC/Debt/ExerciseConventions.rdf version of this ontology was added to support integration of Bonds and Options in SEC and DER, respectively. + + + + + + American exercise convention + QName: fibo-sec-dbt-ex:AmericanExerciseConvention + + exercise convention that stipulates that an option may be exercised anytime between the purchase date and date of expiration + + + + + + + + + + + + + + + + + American exercise terms + QName: fibo-sec-dbt-ex:AmericanExerciseTerms + + + + exercise terms that stipulate that an option may be exercised anytime between the purchase date and date of expiration + Under certain circumstances, early exercise may be advantageous to the option holder. + + + + + Bermudan exercise convention + QName: fibo-sec-dbt-ex:BermudanExerciseConvention + + exercise convention that stipulates that an option may be exercised anytime between the purchase date and date of expiration + + + + + + + + + + + + + + + + + + + + + + + Bermudan exercise terms + QName: fibo-sec-dbt-ex:BermudanExerciseTerms + + + exercise terms that stipulate that an option may only be exercised on predetermined dates within some exercise window, often on one day each month or at the date of expiration + The Bermuda option is named as such because its exercise dates are more flexible than European options and less flexible than American options. Thus, it is in the middle, just like Bermuda is between Europe and America. Bermuda options are also referred to as Mid-Atlantic, Quasi American, or Semi-American options. + + + + + canary exercise convention + QName: fibo-sec-dbt-ex:CanaryExerciseConvention + + exercise/call convention that stipulates that an option may only be exercised on predetermined dates until the first step is reached, but not after that point + + + + + + + + + + + canary exercise terms + QName: fibo-sec-dbt-ex:CanaryExerciseTerms + + exercise terms that stipulate that an option may only be exercised on predetermined dates until the first step is reached, but not after that point + + + + + European exercise convention + QName: fibo-sec-dbt-ex:EuropeanExerciseConvention + + exercise convention that stipulates that an option may only be exercised at the date of expiration + + + + + + + + + + + + + + + 1 + + + European exercise terms + QName: fibo-sec-dbt-ex:EuropeanExerciseTerms + + exercise terms that stipulate that an option may only be exercised at the date of expiration + + + + + exercise convention + QName: fibo-sec-dbt-ex:ExerciseConvention + + convention that determines when the holder or future holder of an option can implement the rights defined in the option + + + + + + + + + + + exercise terms + QName: fibo-sec-dbt-ex:ExerciseTerms + + contract terms specific to the conditions, conventions and other stipulations related to the exercise of an option + + + + + has exercise date + QName: fibo-sec-dbt-ex:hasExerciseDate + + + indicates a date on which an option may be exercised as specified in the terms of the contract + + + + has exercise window + QName: fibo-sec-dbt-ex:hasExerciseWindow + + + indicates a period of time during which the option may be exercised as specified in the terms of the contract + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Equities/EquityInstruments.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Equities/EquityInstruments.rdf new file mode 100755 index 0000000..969ea3f --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Equities/EquityInstruments.rdf @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Equity Instruments Ontology + QName: fibo-sec-eq-eq: + Core terms are those fundamental to all equity instruments. This ontology also distinguishes between privately held and publicly traded equity instruments, and defines a number of related concepts, such as voting rights. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesRestrictions/ + fibo-sec-eq-eq + EquityInstruments.rdf + + + + + + + + + + + + + + + + + + + + + + + common share + QName: fibo-sec-eq-eq:CommonShare + + a share that signifies a unit of ownership in a corporation and represents a claim on part of the corporation's assets and earnings + In the event that the corporation is liquidated, claims of secured and unsecured creditors and owners of bonds and preferred shares take precedence over claims of common share holders. + ordinary share + + + + + + + + + + + + custodian + QName: fibo-sec-eq-eq:Custodian + + a bank or other financial institution that keeps custody of stock certificates and other assets of a mutual fund, individual, or corporate client + + + + + + + + + 0 + + + + + + + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + + + + + + + + equity position + QName: fibo-sec-eq-eq:EquityPosition + + a position in an equity instrument + + + + + + + + + + + + + + + + + + + + + + + + + + limited partnership unit + QName: fibo-sec-eq-eq:LimitedPartnershipUnit + + a share in a limited partnership + + + + + limited partnership unit restriction + QName: fibo-sec-eq-eq:LimitedPartnershipUnitRestriction + + a restriction on ownership or transfer of the units + + + + + privately held share + QName: fibo-sec-eq-eq:PrivatelyHeldShare + + + a share in a security that signifies ownership in an entity that is not publicly traded + Privately owned companies include family-owned businesses, sole proprietorships and the vast majority of small and medium-sized businesses. These companies are often too small for an initial public offering (IPO) due, for example to a small market capitalization and/or low trading volume, and fulfill their financing requirements in other ways, including through smaller offerings. + + + + + + publicly traded share + QName: fibo-sec-eq-eq:PubliclyTradedShare + + a publicly traded security that signifies ownership in a corporation and represents a claim on part of the corporation's assets and earnings. + Publicly traded can only be traded if registered (in US with the SEC). At this level this may be traded over the counter or on an exchange or other listing. MEANING: It has been registered with the Regulator for public sale. Q: Can that same co also issues shares which cannot be publicly traded: A: Yes but they have to be registered. Are there shares that cannot be listed due to liimitations on their transfers. See different conditions on different classes of stock. So there are some classes of stock meant for specific audiences. See e.g. Buffet. Privately negotiated txns. This defines different classes. In general: there are prerequisites to being able to publicly trade shares. + + + + + + + + + + + + + + + + + share + QName: fibo-sec-eq-eq:Share + + a financial instrument that signifies a unit of equity ownership in a corporation, or a unit of ownership in a mutual fund, or interest in a general or limited partnership, or a unit of ownership in a structured product, such as a real estate investment trust + + + + + + + + 1 + + + + + + + + 1 + + + + + + + + + voting right + QName: fibo-sec-eq-eq:VotingRight + + a contractual right that specifies shareholder voting entitlements, such as to elect directors, elect outside auditors, and vote on matters of corporate policy + Voting may involve decisions on issuing securities, initiating stock splits, and making substantial changes in the corporation's operations. Note that a given share may not have voting rights, in which case the number of votes per share would be zero. + + + + + number of votes per share + QName: fibo-sec-eq-eq:confersNumberOfVotesPerShare + + + + confers some number of votes per share on the holder, which may be zero, one, or more + + + + + confers ownership of + QName: fibo-sec-eq-eq:confersOwnershipOf + + + grants or bestows ownership via contract + + + + + has floating supply + QName: fibo-sec-eq-eq:hasFloatingSupply + + + + indicates the number of shares outstanding and available for trading publicly + A relatively small float results in higher volatility, as a large purchase or sell order will have significant influence on the value of the stock. + has float + + + + has voting restriction + QName: fibo-sec-eq-eq:hasVotingRestriction + + + + specifies restrictions on voting rights, if any + + + + + indicates number of shares + QName: fibo-sec-eq-eq:indicatesNumberOfShares + + + + indicates the number of shares associated with the position + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Equities/ShareTerms.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Equities/ShareTerms.rdf new file mode 100755 index 0000000..5ddf543 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Equities/ShareTerms.rdf @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Share Terms Ontology + QName: fibo-sec-eq-sha: + This ontology defines the kinds of terms that different clases of share may have, and that distinguish these from one another. These includes different combinations of voting rights, dividend terms, share coupons, participating and precedence terms as well as terms for convertible shares. This ontology also defines classes of share that are defined by differences in these rights and precedences, and the class of convertible shares. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2013-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Equities/EquityInstruments/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings + fibo-sec-eq-sha + ShareTerms.rdf + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + convertible preferred share + QName: fibo-sec-eq-sha:ConvertiblePreferredShare + + a preferred share that is convertible into another security + + + + + cumulative preferred share + QName: fibo-sec-eq-sha:CumulativePreferredShare + + a preferred share whose dividends, if not paid due to insufficient earnings or other reasons, accumulate until paid out + These dividends have precedence over ordinary dividends which cannot be paid until any cumulative dividend obligations have been paid. + + + + + distribution by payment + QName: fibo-sec-eq-sha:DistributionByCashPayment + + a distribution method involving payment of cash to the shareholder + + + + + distribution by reinvestment + QName: fibo-sec-eq-sha:DistributionByReinvestment + + a distribution method involving automatic reinvestment of shareholders' dividends in additional, potentially fractional, shares in the same equity or fund + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + dividend + QName: fibo-sec-eq-sha:Dividend + + a commitment to distribute a portion of earnings to shareholders, prorated by class of security, to be paid in the form of money, shares, scrip, or on rare occasion, property + The amount and timing of payment is set by the board of directors, typically quarterly. + + + + + dividend distribution method + QName: fibo-sec-eq-sha:DividendDistributionMethod + + the convention by which dividends are distributed, i.e., by payment of a monetary amount or by reinvestment, as specified by the board of directors at the time a decision to issue a dividend is made + + + + + + dividend or share coupon schedule + QName: fibo-sec-eq-sha:DividendOrShareCouponSchedule + + a payment schedule indicating the dates on which dividends or share coupon payments are due to be paid + + + + + + + + + + + + + + + + + equity conversion terms + QName: fibo-sec-eq-sha:EquityConversionTerms + + conversion terms specifying the details regarding conversion of shares into other securities + + + + + extraordinary voting right + QName: fibo-sec-eq-sha:ExtraordinaryVotingRight + + the right to vote at extraordinary meetings, as opposed to being able to vote strictly at annual general meetings + + + + + non-cumulative preferred share + QName: fibo-sec-eq-sha:NonCumulativePreferredShare + + + a preferred share whose dividend payments are not carried forward + + + + + non-participating preferred share + QName: fibo-sec-eq-sha:NonParticipatingPreferredShare + + + a preferred share that is not a participating preferred share + + + + + ordinary dividend + QName: fibo-sec-eq-sha:OrdinaryDividend + + a dividend that is taxed as ordinary income on receipt by a shareholder + Most dividends are considered ordinary, unless they are specifically designated as qualified dividends. + Note that the terms related to ordinary dividend payment are typically specified in the context of a board resolution rather than contractually. + + + + + ordinary voting right + QName: fibo-sec-eq-sha:OrdinaryVotingRight + + voting right conferred on holders of common shares, as defined by the issuer + + + + + + + + + 0 + + + participating preferred share + QName: fibo-sec-eq-sha:ParticipatingPreferredShare + + a preferred share that, in addition to paying a stipulated dividend, gives the holder the right to participate with common share holders in additional distributions of earnings under specified conditions + Participating preferred shares are rare, typically only issued when needed to attract investors. + + + + + precedence right + QName: fibo-sec-eq-sha:PrecedenceRight + + the rights of various parties in respect of the assets of some entity in the event of that entity being wound up + Some of these rights are enshrined in law. A special case of these is shareholder rights which are defined, for different classes of equity, by the Company Articles of Association or equivalent Documentation. These are the rights defined in the Equity Priority Terms Set. + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + preferred share + QName: fibo-sec-eq-sha:PreferredShare + + a share that pays dividends at a specified rate and has preference over common shares in the payment of dividends and liquidation of corporate assets + preference share + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + preferred share coupon + QName: fibo-sec-eq-sha:PreferredShareCoupon + + a commitment to distribute a portion of earnings to shareholders, similar to a dividend but often with a fixed payment amount and schedule + + + + + qualified dividend + QName: fibo-sec-eq-sha:QualifiedDividend + + a dividend that falls under capital gains tax rates that are lower than the income tax rates on unqualified, or ordinary, dividends + + + + + restricted voting right + QName: fibo-sec-eq-sha:RestrictedVotingRight + + a voting right that has certain limitations associated with it + + + + + has coupon + QName: fibo-sec-eq-sha:hasCoupon + + + + + + + + + + + + + relates a preferred share to a dividend or coupon that applies to the share + + + + + has distribution method + QName: fibo-sec-eq-sha:hasDistributionMethod + + + + indicates the method by which dividend or coupon payments are to be distributed + + + + + has dividend rate + QName: fibo-sec-eq-sha:hasDividendRate + + + + indicates a pre-arranged dividend rate + + + + + has grace period + QName: fibo-sec-eq-sha:hasGracePeriod + + + + indicates a period of time after a coupon payment becomes due, before the issuer is subject to penalties + + + + is senior to + QName: fibo-sec-eq-sha:isSeniorTo + + + + indicates that a given share (share class) has higher seniority than the related share, meaning that it gives the holder a higher claim on the assets of the issuer + + + + pays + QName: fibo-sec-eq-sha:pays + + + + relates a share to a dividend that it may pay to shareholders + + + + specifies conversion date + QName: fibo-sec-eq-sha:specifiesConversionDate + + + + indicates the date on which, or after which, conversion may occur + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/Baskets.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/Baskets.rdf new file mode 100755 index 0000000..b2d10d5 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/Baskets.rdf @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + +]> + + + + Baskets Ontology + QName: fibo-sec-sec-bsk: + This ontology defines the concept of a tradable container of securities, indices, and/or market rates, and identifies the elements that can be constituents of a such a basket. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/ + fibo-sec-sec-bsk + Baskets.rdf + + + + + + + + + + + + + + + + + + + + market basket + QName: fibo-sec-sec-bsk:BasketOfIndices + + a basket made up of market indices + For example, certain equities derivatives have an underlying basket which is a basket of more than one index, not a basket of securities. + + + + + + + + + + + + + + + + + + + + basket Of indices constituent + QName: fibo-sec-sec-bsk:BasketOfIndicesConstituent + + a single constituent of a basket of indices + This is a published index, defined as a part of the basket. Further notes: Not to be confused with the constituent of an index of securities. + + + + + + + + + + + basket of securities + QName: fibo-sec-sec-bsk:BasketOfSecurities + + a basket of traded securities + This does not include baskets of indices, which are modeled separately. also does not include basket of baskets. Also need to break down by Country, by Region (e.g. non Japan Asia sub-indices). See MSCI World Index. + + + + + + + + + + + + + + + + + + + + mixed basket + QName: fibo-sec-sec-bsk:MixedBasket + + a basket that has a mix of constituents, including securities and indices + + + + + + + + + + + securities basket constituent + QName: fibo-sec-sec-bsk:SecuritiesBasketConstituent + + a security identified as a component of a basket of securities + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/ParametricSchedules.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/ParametricSchedules.rdf new file mode 100755 index 0000000..448e1c5 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/ParametricSchedules.rdf @@ -0,0 +1,322 @@ + + + + + + + + + + + + + + + +]> + + + + Parametric Schedules Ontology + QName: fibo-sec-sec-sch: + This ontology defines concepts related to parametric schedules, including how to represent individual schedules as well as related date periods, explicit dates, and other concepts needed for parametric schedule representation. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-sec-sch + ParametricSchedules.rdf + + + + + + + + + + + + auction date rule + QName: fibo-sec-sec-sch:AuctionDateRule + + a business recurrence interval convention that is a published rule for defining the date of some auction event + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + calculation period + QName: fibo-sec-sec-sch:CalculationPeriod + + a date period defined as the number of days from the start of the calculation period to the scheduled end date of the period + This need not be the same as the length given by the Calculation Period Length (Frequency in FpML) in the parametric schedule. + + + + + calculation period length + QName: fibo-sec-sec-sch:CalculationPeriodLength + + an explicit duration defined as the number of days from the adjusted effective or start date to the adjusted termination or end date calculated in accordance with the applicable day count fraction + + + + + + + + + + + date returned by settlement date rule + QName: fibo-sec-sec-sch:DateReturnedBySettlementDateRule + + a rule-determined date that is a published rule for defining the date returned by settlement date + + + + + + + + + + + date returned by trading date rule + QName: fibo-sec-sec-sch:DateReturnedByTradingDateRule + + a rule-determined date that is a published rule for defining the date returned by trading date + + + + + + + + + 1 + + + floating-rate note date + QName: fibo-sec-sec-sch:FloatingRateNoteDate + + a calculated date associated with a floating-rate note, also known as a floater or FRN, which is a debt instrument with a variable interest rate + FRN date + http://www.investopedia.com/terms/f/frn.asp + + + + + floating-rate note date rule + QName: fibo-sec-sec-sch:FloatingRateNoteDateRule + + a business day adjustment rule applied to floating-rate note instruments + FpML definition: "Per 2000 ISDA Definitions, Section 4.11, FRN Convention, Eurodollar Convention." The above definition is from FpML and does not give the meaning or nature of this rule. FpML notes that this is not strictly a Date Roll Rule (but it may be selected in place of one). On inspection of the ISDA 2000 definition text, this may be because the FRN rule contains within it a specification of the Modified Following date roll rule (Date following rule modified by Modification rule). This rule appears in FpML both in the BusinessDayConventionEnum and the RollConventionEnum (for date roll rules and for scheduled event dates respectively). From FpML definition for BusinessDayConventionEnum: "... Note that FRN is included here as a type of business day convention although it does not strictly fall within ISDA's definition of a Business Day Convention and does not conform to the simple definition given above." Note that this FRN rule is also included in the FpML enumeration for "RollConventionEnum". This is the enumeration of possible Calculation Period End Dates and uses the word "Roll" in a completely different sense (the date that the application of some calculation to some amount is rolled over from one rate to the next). Full definition from ISDA 2000 Section 4.11: Section 4.11. FRN Convention; Eurodollar Convention. "FRN Convention" or "Eurodollar Convention" means, in respect of either Payment Dates or Period End Dates for a Swap Transaction and a party, that the Payment Dates or Period End Dates of that party will be each day during the Term of the Swap Transaction that numerically corresponds to the preceding applicable Payment Date or Period End Date, as the case may be, of that party in the calendar month that is the specified number of months after the month in which the preceding applicable Payment Date or Period End Date occurred (or, in the case of the first applicable Payment Date or the Period End Date, the day that numerically corresponds to the Effective Date in the calendar month that is the specified number of months after the month in which the Effective Date occurred), except that (a) if there is not any such numerically corresponding day in the calendar month in which a Payment Date or Period End Date, as the case may be, of that party should occur, then the Payment Date or Period End Date will be the last day that is a Business Day in that month, (b) if a Payment Date or Period End Date, as the case may be, of the party would otherwise fall on a day that is not a Business Day, then the Payment Date or Period End Date will be the first following day that is a Business Day unless that day falls in the next calendar month, in which case the Payment Date or Period End Date will be the first preceding day that is a Business Day and (c) if the preceding applicable Payment Date or Period End Date, as the case may be, of that party occurred on the last day in a calendar month that was a Business Day, then all subsequent applicable Payment Dates or Period End Dates, as the case may be, of that party prior to the Termination Date will be the last day that is a Business Day in the month that is the specified number of months after the month in which the preceding applicable Payment Date or Period End Date occurred. + FRN date rule + + + + + International Money Market (IMM) Australian Dollar (AUD) trading date rule + QName: fibo-sec-sec-sch:InternationalMoneyMarketAustralianDollarTradingDateRule + + a trading date rule defined as the last trading day of an Australian Stock Exchange (ASX) 90-Day Bank Accepted Futures and Options product, one Sydney business day preceding the second Friday of the relevant settlement month + IMM AUD trading date rule + http://www.asx.com.au/documents/products/90-Day-bank-bill-futures-factsheet.pdf + + + + + + + + + + + International Money Market (IMM) Canadian Dollar (CAD) trading date rule + QName: fibo-sec-sec-sch:InternationalMoneyMarketCanadianDollarTradingDateRule + + a trading date rule defined as the last trading day / expiration day of the Canadian Derivatives Exchange (Bourse do Montreal Inc.), three month Bankers' Acceptance Futures (Ticker symbol BAX), the second London banking day prior to the third Wednesday of the contract month + (continued within FpML definition): If the determined day is a bourse or bank holiday in Toronto or Montreal, the last trading day shall be the previous bank business day. Per Canadian Derivatives Exchange BAX contract specification. The above description implies a Date Roll Rule which is presumably referenced by referring to this rule, so that when this rule is referenced, there would be no Date Roll Rule defined in the FpML message. Semantically, this is still a Date Roll Rule, specifically a "Roll forward" rule with no modification (the third Wednesday of a month will never roll forward to a day in the following month so no Modified rule is required). + IMM CAD trading date rule + + + + + International Money Market (IMM) New Zealand Dollar (NZD) trading date rule + QName: fibo-sec-sec-sch:InternationalMoneyMarketNewZealandDollarTradingDateRule + + a trading date rule defined as the last trading day of an Australian Stock Exchange (ASX) New Zealand (NZ) 90-Day Bank Accepted Futures and Options product, the first Wednesday after the ninth day of the relevant settlement month + IMM NZD trading date rule + + + + + International Money Market (IMM) settlement date rule + QName: fibo-sec-sec-sch:InternationalMoneyMarketSettlementDateRule + + a settlement date rule as defined in the International Money Market (IMM) settlement dates calendar + IMM settlement date rule + http://www.investopedia.com/terms/i/imm.asp + The International Money Market (IMM) is a division of the Chicago Mercantile Exchange (CME) that deals with the trading of currency and interest rate futures and options. + + + + + non-rolling date + QName: fibo-sec-sec-sch:NonRollingDate + + an explicit date that equates to a calendar date with no adjustments and with no reference to any date specification + + + + + + + + + + + parametric schedule + QName: fibo-sec-sec-sch:ParametricSchedule + + a regular, parameterized schedule typically used for the calculation of payments for coupons, dividends, and interest + This is a schedule for one of the events that occur in a periodic schedule of interest accruals, interest payments, and (for floating rate swapstreams), changes to the interest rate. These may be specified individually but more commonly the Calculation event is the one scheduled according to this kind of parametric schedule, with the other dates specified as an offset to these. Here we have allowed for each of the related dates to be independently parametrically scheduled. The notional amount step schedule is a separate kind of schedule, with similar terms but without a period length. For calculation schedules (and possibly payments, resets), there is a different end date to the end /start of the period, since events may be specified as being on specific dates - this is where the Roll Convention comes in. This has the same basic concepts as the generic schedule shown as the parent to this. However, where the upper model has Date with various applicable sub types (known i.e. calendar, specified or determined). For example, an ISDA FpML schedule has a Specified Date (via a convention), and then has a date roll rule which is specified for the whole schedule and applies to each of the dates returned by the parametric specification of the schedule. It has: A schedule beginning and end; A set of regular repeating periods: the scheduled event takes place once per period; Optionally one or two stubs (one start and one end); these may be longer than the repeating period, or shorter. The precise parameters used are: Start of the overall Schedule period: Effective Date End of the overall Schedule period: Termination Date Start of first regular period: not specified (assume Effective Date?) Length of each regular period: Frequency (actually a duration) There are generally three ways in which the regular periods of a parametric schedule may be expressed: first plus last first plus period length last plus period length event date plus period length. In FpML, Roll events (the date that something rolls over from the value used in one period to the value used in the next) is defined in a Roll Convention, which may be a day of the month, a day of the week, or some published set of dates, typically the ISDA quarterly dates for these events. This is therefore the date within the regular period (before adjustments) when the event occurs. This is in addition so a date for the start or end of such a period. In general this applies to the Calculation Schedule (i.e. the event is the calculation event) with other dates specified relative to this, however in principle the other related events (payment and reset or refix) are specified relative to this. It is not immediately clear what specification of a date replaces the Roll event convention element when this happens. + + + + + + + + + + + + + + + + + + + + + periodic scheduled event date + QName: fibo-sec-sec-sch:PeriodicScheduledEventDate + + the date on which a schedule event occurs in some parametric schedule + + + + + rule-determined date + QName: fibo-sec-sec-sch:RuleDeterminedDate + + a date determined by the application of some rule + + + + + scheduled calculation period end event + QName: fibo-sec-sec-sch:ScheduledCalculationPeriodEndEvent + + the end date of a specific calculation period + Note that this is not necessarily the same as the day before the next period's start date. Calculation schedules specify periods of time, with a start and an end as well as a duration, with the end date being determined by some convention or published list of dates. FpML for CalculationPeriod 'A type defining the parameters used in the calculation of a fixed or floating rate calculation period amount. This type forms part of cashflows representation of a swap stream.' + + + + + scheduled calculation period start event + QName: fibo-sec-sec-sch:ScheduledCalculationPeriodStartEvent + + the start of a specific calculation period + FpML for CalculationPeriod 'A type defining the parameters used in the calculation of a fixed or floating rate calculation period amount. This type forms part of cashflows representation of a swap stream.' + + + + + settlement date rule + QName: fibo-sec-sec-sch:SettlementDateRule + + a rule for determining dates by reference to some calendar or specification of settlement dates + + + + + trading date rule + QName: fibo-sec-sec-sch:TradingDateRule + + a rule for dates defined with reference to some trading date calendar published by some trading facility or authority, such as a stock exchange + Corresponds to several ISDA FpML enumeration entries for determining Calculation Date, but refers to other kinds of trading date defined in those calendars. These include Canadian, Australian and New Zealand dates. Note also that some of these have roll rules included within them for when the date determined by the specification returns a non working day, while others explicitly return a business day and require no date roll rule. At least one is silent on this matter. + + + + + + + + + + + US Treasury bill auction date rule + QName: fibo-sec-sec-sch:USTreasuryBillAuctionDateRule + + a rule for setting auction dates for US Treasury bills + https://www.treasurydirect.gov/instit/auctfund/work/work.htm + To finance the public debt, the U.S. Treasury sells bills, notes, bonds, Floating Rate Notes (FRNs), and Treasury Inflation-Protected Securities (TIPS) to institutional and individual investors through public auctions. Treasury auctions occur regularly and have a set schedule. Rules and other information are available via announcements of pending auctions. + + + + + + + + + 1 + + + US Treasury bill date + QName: fibo-sec-sec-sch:USTreasuryBillDate + + an auction date for US 13 week and 26 week Treasury bills + Per FpML notes/definition, this is every Monday except on New York holidays when it will be on a Tuesday. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/Pools.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/Pools.rdf new file mode 100755 index 0000000..99db85b --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/Pools.rdf @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + +]> + + + + Securities Pools Ontology + QName: fibo-sec-sec-pls: + This ontology defines concepts related to high-level securities pools. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-sec-pls + Pools.rdf + + + + + + + + + + + + + + + + + + + + + + + + debt pool + QName: fibo-sec-sec-pls:DebtPool + + a pool consisting of debt instruments, such as bonds, loans or mortgages + + + + + + + + + 1 + + + + + + + + + fund family + QName: fibo-sec-sec-pls:FundFamily + + a collection of managed investments that are all managed by a single investment institution + + + + + + + + + + + instrument pool + QName: fibo-sec-sec-pls:InstrumentPool + + a pool consisting of financial instruments that may be included in the same investment vehicle + + + + + + + + + + + + + + + + + managed investment + QName: fibo-sec-sec-pls:ManagedInvestment + + an investment pool that is controlled by a professional investment manager who invests the pool in various financial instruments and assets that align with their investment objectives and is overseen by a board of directors + Bloomberg LP + + + + + + + + + + + pool + QName: fibo-sec-sec-pls:Pool + + a combination of resources for a common purpose or benefit + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + pool constituent + QName: fibo-sec-sec-pls:PoolConstituent + + + + + + + + + + + + + something that is a component of a pool + The pool may be a pool of almost anything, brought together for some purpose. It differs from a less formal collection in that there are facts defined about the constituents and the proportions of these in the pool. Modeling note: A constituent of a pool may have facts which vary over time (such as balances) but the basic nature of the thing as a member of the pool remains the same, along with some facts which vary over time but which have a value as of the time they become members of the pool. + + + + + + + + + + + pool equity + QName: fibo-sec-sec-pls:PoolEquity + + a share or proportion of the capital gains in some pool investment such as a fund or a debt asset pool + + + + + + + + + + + pooled fund + QName: fibo-sec-sec-pls:PooledFund + + a pool of funds that a group of investors combines for common benefit + An investment club pools the funds of its members, giving them the opportunity to share in a portfolio offering greater diversification and the hope of a better return on their money than they could get individually. + + + + + + + + + + + securities pool + QName: fibo-sec-sec-pls:SecuritiesPool + + a pool of securities organized for the purpose of issuing notes against those securities + + + + + + securities pool constituent + QName: fibo-sec-sec-pls:SecuritiesPoolConstituent + + + + + + + + + + + + + a security that is included in a securities pool + This is a pool of any kind of security, and not therefore necessarily a pool of debt, though usually it is debt securities which are pooled. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesClassification.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesClassification.rdf new file mode 100755 index 0000000..05506c6 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesClassification.rdf @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + +]> + + + + Securities Classification Ontology + QName: fibo-sec-sec-cls: + This ontology defines the fundamental concepts for classifying financial instruments, particularly securities, including, but not limited to classification schemes developed by government, regulatory agencies, and industry to classify the issuers of such securities as well as the securities themselves. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-sec-cls + SecuritiesClassification.rdf + + + + + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + + + + + + asset class + QName: fibo-sec-sec-cls:AssetClass + + a financial instrument classifier for a group of securities that exhibit similar characteristics, behave similarly in the marketplace and are subject to the same laws and regulations + http://www.investopedia.com/terms/a/assetclasses.asp + https://www.law.cornell.edu/cfr/text/17/45.1 + Asset class means the broad category of goods, services or commodities, including any 'excluded commodity' as defined in CEA section 1a(19), with common characteristics underlying a swap. The asset classes include credit, equity, foreign exchange (excluding cross-currency), interest rate (including cross-currency), other commodity, and such other asset classes as may be determined by the Commission. + The three main asset classes are equities, or stocks; fixed income, or bonds; and cash equivalents, or money market instruments. Some investment professionals add real estate and commodities, and possibly other types of investments, to the asset class mix. + + + + + + + + + + + financial instrument classification scheme + QName: fibo-sec-sec-cls:FinancialInstrumentClassificationScheme + + a classification scheme defining a particular classifier for a security, such as the ISO 10962 CFI classification scheme + + + + + + + + + 1 + + + + + + + + + financial instrument classifier + QName: fibo-sec-sec-cls:FinancialInstrumentClassifier + + a standardized classifier for a financial instrument based on its type + Examples include equity instrument, debt instrument, option, future, etc. per the the ISO 10962 CFI (Classification of Financial Instruments) standard, as cash instruments or derivative instruments per the Financial Accounting Standards Board (FASB) and International Accounting Standards Board (IASB) accounting standards, and so forth. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIdentification.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIdentification.rdf new file mode 100755 index 0000000..ce97e21 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIdentification.rdf @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Securities Identification Ontology + QName: fibo-sec-sec-id: + This ontology defines concepts required to identify securities, including a number of well-known securities identifiers and related schemes, registries, and registration authorities. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/ + fibo-sec-sec-id + SecuritiesIdentification.rdf + + + + + + + + + + + + + + + The http://www.omg.org/spec/EDMC-FIBO/FND/20180801/Securities/SecuritiesIdentification.rdf version of this ontology was modified to use the hasCoverageArea property rather than hasJurisdiction for coverage of national numbering agencies. + + + + + + + + + + + + + + + + 1 + + + + + + + + + exchange-specific securities registry + QName: fibo-sec-sec-id:ExchangeSpecificSecuritiesRegistry + + a registry used by a securities exchange in managing the security identifiers and related information that it registers and manages + + + + + + + + + + + + + + + + + + + + + + + exchange-specific securities registry entry + QName: fibo-sec-sec-id:ExchangeSpecificSecuritiesRegistryEntry + + an entry in an exchange-specific securities repository + + + + + + + + + + + + exchange-specific security identification scheme + QName: fibo-sec-sec-id:ExchangeSpecificSecurityIdentificationScheme + + an identification scheme used by a securities exchange in issuing security identifiers + + + + + + + + + + + financial instrument identification scheme + QName: fibo-sec-sec-id:FinancialInstrumentIdentificationScheme + + a formal definition of the structure and application of a particular set of financial instrument identifiers + + + + + + + + + + + international securities identification number + QName: fibo-sec-sec-id:InternationalSecuritiesIdentificationNumber + + + a security identifier that is defined as specified in ISO 6166, Securities and related financial instruments -- International securities identification numbering system (ISIN) + ISIN + The ISIN is specified as a class of identifiers because although there is a scheme associated with the structure of an ISIN, there are many country-specific variations issued by national numbering agencies. + + + + + + + + + + + + international securities identification numbering scheme + QName: fibo-sec-sec-id:InternationalSecuritiesIdentificationNumberingScheme + + + a formal definition of the structure and application of a ISINs as defined in ISO 6166 + ISIN scheme + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + listed security identifier + QName: fibo-sec-sec-id:ListedSecurityIdentifier + + a security identifier issued in the public domain and referred to in listings and other relevant publications + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + national numbering agency + QName: fibo-sec-sec-id:NationalNumberingAgency + + a registration authority responsible for issuing and managing National Securities Identifying Numbers for securities in accordance with the ISO 6166 standard in some jurisdiction (typically that of a country) + NNA + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + National Securities Identifying Number + QName: fibo-sec-sec-id:NationalSecuritiesIdentifyingNumber + + a generic, nine-digit alpha numeric code which identifies a fungible security, assigned by a national numbering agency under the ISO 6166 standard + NSIN + + + + + + + + + + + + + + + 1 + + + + + + + 1 + + + National Securities Identifying Number registry + QName: fibo-sec-sec-id:NationalSecuritiesIdentifyingNumberRegistry + + a registry used by a national numbering agency to manage the financial instrument identifiers and related information that it registers + NSIN registry + + + + + + + + + + + + + + + + + + + + + + + national numbering agency registry entry + QName: fibo-sec-sec-id:NationalSecuritiesIdentifyingNumberRegistryEntry + + an entry in a National Securities Identifying Number registry + + + + + + + + + + + + + + + + + + national security identification scheme + QName: fibo-sec-sec-id:NationalSecurityIdentificationScheme + + a security identification scheme, defining the format and structure of a National Securities Identifying Number (NSIN), published nationally on behalf of a country + generally incorporated into the ISIN scheme as well + + + + + + + + + + + proprietary security identification scheme + QName: fibo-sec-sec-id:ProprietarySecurityIdentificationScheme + + a security identification scheme published by a data provider or other commercial entity + + + + + + + + + + + + + + + 1 + + + proprietary security identifier + QName: fibo-sec-sec-id:ProprietarySecurityIdentifier + + an identifier supplied by a commercial data provider or government, such as a RIC code + + + + + + + + + + + security identification scheme + QName: fibo-sec-sec-id:SecurityIdentificationScheme + + a formal definition of the structure and application of a particular set of securities identifiers + + + + + + + + + 1 + + + + + + + 1 + + + security identifier + QName: fibo-sec-sec-id:SecurityIdentifier + + any publicly available identifier that is used to identify a security + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIdentificationIndividuals.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIdentificationIndividuals.rdf new file mode 100755 index 0000000..26781fe --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIdentificationIndividuals.rdf @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Securities Identification Individuals Ontology + QName: fibo-sec-sec-idind: + This ontology defines concepts and primarily individuals required to identify securities, including the individuals that represent a number of well-known securities identifiers and related schemes, registries, and registration authorities. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + https://spec.edmcouncil.org/fibo/ontology/IND/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/ + https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/ + fibo-sec-sec-idind + SecuritiesIdentificationIndividuals.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CGS CUSIP Access Repository + QName: fibo-sec-sec-idind:CGSCUSIPAccessRepository + + + individual representing the CGS (CUSIP Global Services) CUSIP Access services and repository, a proprietary repository of security identifiers, issued by CUSIP Global Services, that is the National Securities Identifying Number (NSIN) for securities issued in North America, which is also part of the ISIN for the security it identifies + + + + + + + + CUSIP Global Services + QName: fibo-sec-sec-idind:CUSIPGlobalServices + + + individual representing the CUSIP Global Services financial services provider that is the national numbering agency (NNA) for CUSIPs in North America + + + + + + + + + + CUSIP International Numbering System (CINS) number + QName: fibo-sec-sec-idind:CUSIPInternationalNumberingSystemNumber + + + a 9-character alphanumeric identifier that employs the same 9 characters as CUSIP, but also contains a letter of the alphabet in the first position signifying the issuer's country or geographic region, issued by CUSIP Global Services + + + + + CINS + http://www.investopedia.com/terms/c/cins.asp + https://www.cusip.com/cusip/about-cgs-identifiers.htm + CINS number + + + + + CUSIP International Numbering System (CINS) scheme + QName: fibo-sec-sec-idind:CUSIPInternationalNumberingSystemScheme + + a security identification scheme that extends the CUSIP scheme, used to identify securities outside of the United States and Canada for the purposes of facilitating clearing and settlement of trades + + CINS scheme + https://www.cusip.com/cusip/about-cgs-identifiers.htm + + + + + + + Committee on Uniform Securities Identification Procedures (CUSIP) number + QName: fibo-sec-sec-idind:CommitteeOnUniformSecuritiesIdentificationProceduresNumber + + + a nine-character alphanumeric number that identifies all North American stocks and registered bonds for the purposes of facilitating clearing and settlement of trades, issued by CUSIP Global Services on behalf of the American Bankers' Association, which is a part of Standard and Poor's Capital IQ, that is the National Numbering Agency Identifier for securities issued in North America, which is also part of the ISIN for the security it identifies + + + + + CUSIP + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + CUSIP number + + + + + + Committee on Uniform Securities Identification Procedures (CUSIP) scheme + QName: fibo-sec-sec-idind:CommitteeOnUniformSecuritiesIdentificationProceduresScheme + + + a national security identification scheme used to identify all North American stocks and registered bonds for the purposes of facilitating clearing and settlement of trades + + CUSIP scheme + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + + + + + + Euroclear Clearstream common code + QName: fibo-sec-sec-idind:EuroclearClearstreamCommonCode + + a 9-character alphanumeric securities identifier, issued in Luxembourg, jointly by Euroclear and Clearstream + + + + + + http://www.isin.net/common-code-isin/ + common code + + + + + Euroclear Clearstream common code scheme + QName: fibo-sec-sec-idind:EuroclearClearstreamCommonCodeScheme + + a nine-digit security identification scheme, defined originally by Euroclear and CEDEL (now Clearstream) that is used to identify securities in Europe for the purposes of facilitating clearing and settlement of trades + + common code scheme + + + + + + financial instrument global identifier + QName: fibo-sec-sec-idind:FinancialInstrumentGlobalIdentifier + + a financial instrument identifier that is defined as specified in the Object Management Group (OMG) Financial Instrument Global Identifier (FIGI) Specification + + + + FIGI + + + + + Financial Instrument Global Identifier (FIGI) Registry + QName: fibo-sec-sec-idind:FinancialInstrumentGlobalIdentifierRegistry + + + an open, OMG standards-based registry used by the FIGI registration authority to manage the financial instrument identifiers and related information that it registers according to the Financial Instrument Global Identifier (FIGI) standard + + + FIGI Registry + + + + + + + + + + + + + + + + + + + + + + + Financial Instrument Global Identifier (FIGI) registry entry + QName: fibo-sec-sec-idind:FinancialInstrumentGlobalIdentifierRegistryEntry + + an entry in a Financial Instrument Global Identifier (FIGI) registry + FIGI registry entry + + + + + + financial instrument global identifier scheme + QName: fibo-sec-sec-idind:FinancialInstrumentGlobalIdentifierScheme + + a standard identification scheme for financial instrument identifiers (not limited to securities) published by the Object Management Group (OMG) + + + FIGI scheme + + + + + Financial Times interactive data scheme + QName: fibo-sec-sec-idind:FinancialTimesInteractiveDataScheme + + FTID scheme + + + + + Reuters instrument code + QName: fibo-sec-sec-idind:ReutersInstrumentCode + + a ticker-like identifier to identify financial instruments and indices owned, managed, and distributed by Thomson Reuters + + + + RIC + + + + + Reuters instrument code scheme + QName: fibo-sec-sec-idind:ReutersInstrumentCodeScheme + + + RIC scheme + + + + + + SEDOL Master File + QName: fibo-sec-sec-idind:SEDOLMasterFile + + + individual representing the SEDOL Master File, a repository of security identifiers, issued by the London Stock Exchange, that is the National Securities Identifying Number (NSIN) for securities issued in the United Kingdom, which is also part of the ISIN for the security it identifies + + + + + + + + Stock Exchange Daily Official List (SEDOL) code + QName: fibo-sec-sec-idind:StockExchangeDailyOfficialListCode + + + + a seven character security identifier, issued by the London Stock Exchange, that is the National Securities Identifying Number (NSIN) for securities issued in the United Kingdom, which is also part of the ISIN for the security it identifies + + + + + SEDOL code + http://isin.net/?s=SEDOL + + + + + + + Stock Exchange Daily Official List (SEDOL) scheme + QName: fibo-sec-sec-idind:StockExchangeDailyOfficialListScheme + + + a national security identification scheme used to identify all stocks and registered bonds in the United Kingdom for the purposes of facilitating clearing and settlement of trades + + + SEDOL scheme + + + + + Telekurs security identifier scheme + QName: fibo-sec-sec-idind:TelekursSecurityIDScheme + + Telekurs Security ID scheme + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIssuance.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIssuance.rdf new file mode 100755 index 0000000..e05f819 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesIssuance.rdf @@ -0,0 +1,656 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Securities Issuance Ontology + QName: fibo-sec-sec-iss: + This ontology defines the fundamental concepts for issuing securities, including securities offering, offering document, offering statement, securities underwriter, prospectus, and so forth. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-sec-iss + SecuritiesIssuance.rdf + + + + + + + + + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/ version of this ontology was modified to refine the concept of a securities underwriter. + + + + + + + + + 0 + + + + + + + + + 0 + + + + + + + + best efforts offering + QName: fibo-sec-sec-iss:BestEffortsOffering + + a securities offering that is sold on a best efforts, rather than firm commitment, basis, whereby investment bankers commit to doing their best to sell the securities offered, but do not assume the full risk of an underwriter + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + In a best efforts offering, the agreement is strictly an agency arrangement, with no obligation on the part of the agent to purchase the securities. They act as a broker, in other words. + + + + + + + + + + + conversion terms + QName: fibo-sec-sec-iss:ConversionTerms + + contract terms specifying when and how a security may be converted to another security (usually of the same issuer) + Not to be confused with the underlying indicators of a derivative, i.e., convertible bonds to common stock. + + + + + + + + + + + convertible security + QName: fibo-sec-sec-iss:ConvertibleSecurity + + a security that can be converted into another security + Convertible securities may be convertible bonds or preferred stocks that pay regular interest and can be converted into shares of common stock (sometimes conditioned on the stock price appreciating to a predetermined level). + Warrants are equity convertible securities. They give the owner the option to buy newly issued shares at a determined exercise price and date. + + + + + exempt issuer + QName: fibo-sec-sec-iss:ExemptIssuer + + a securities issuer that issues securities that are exempt from certain regulatory reporting requirements + In general, these include governments and issuers of tax exempt securities such as municipalities, banks and depository institutions, and authorized insurance companies, railroads and public utilities, and certain non-profit organizations. + http://www.investopedia.com/exam-guide/series-66/regulation-of-securities/exempt-securities.asp + + + + + + + + + + + + + + + + + + + exempt offering + QName: fibo-sec-sec-iss:ExemptOffering + + a public offering involving securities that are exempt from certain regulatory reporting requirements, either because the issuer is exempt or the transaction specific to the offering is exempt + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + http://www.investopedia.com/exam-guide/series-66/regulation-of-securities/exempt-securities.asp + + + + + exempt transaction + QName: fibo-sec-sec-iss:ExemptTransaction + + a securities transaction for which there is no requirement to register the transaction with a regulatory agency + Examples include non-issuer transactions in outstanding securities, other isolated non-issuer transactions, certain unsolicited / de minimis transactions, fiduciary transactions, transactions with financial institutions, private placement transactions that meet certain conditions, and so forth. + http://www.investopedia.com/terms/e/exempttransaction.asp + + + + + + + + + 1 + + + + + + + 1 + + + financial instrument short name + QName: fibo-sec-sec-iss:FinancialInstrumentShortName + + an identifier that is a short name for any kind of financial instrument within a defined structure as specified in ISO 18774 + FISN + ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN) + + + + + firm commitment offering + QName: fibo-sec-sec-iss:FirmCommitmentOffering + + + a securities offering whereby the underwriter purchases the securities outright for their own account + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + + + + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + + + offering document + QName: fibo-sec-sec-iss:OfferingDocument + + a legal document that states the objectives, risks and terms of an investment + EDM Council + There are many variations, including offering memorandum, which is typically used in the context of a private placement, offering statement, which has slightly different meanings depending on the context (for securities, for bonds, etc.) and so forth. This concept is intended to act as a more abstract parent for these more nuanced concepts. + + + + + offering statement + QName: fibo-sec-sec-iss:OfferingStatement + + an offering memorandum that conforms to Regulation A, Offering Statement, of the Securities Act of 1933 + See https://www.sec.gov/about/forms/form1-a.pdf for the actual form detail + + + + + + + + + + + private offering + QName: fibo-sec-sec-iss:PrivateOffering + + an offering of securities made privately to a limited number of qualified potential investors + EDM Council / Quarule + Unlike a public offering, a private placement does not have to be registered with a regulatory agency if the securities are purchased for investment rather than resale. + private placement + + + + + private placement memorandum + QName: fibo-sec-sec-iss:PrivatePlacementMemorandum + + a legal document stating the objectives, risks and terms of investment involved with a private placement + PPM + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + http://www.investopedia.com/terms/o/offeringmemorandum.asp + An offering memorandum serves to provide buyers with information on the offering and to protect the sellers from the liability associated with selling unregistered securities. It includes information such as the financial statements, management biographies, a detailed description of the business, etc. + offering memorandum + + + + + prospectus + QName: fibo-sec-sec-iss:Prospectus + + http://www.investopedia.com/terms/p/prospectus.asp + a formal, written offering document to sell securities that provides the facts an investor needs to make an informed investment decision + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + The Securities Act of 1933, as amended 5 April 2012, see http://www.sec.gov/about/laws/sa33.pdf + A prospectus may specify the facts about an offering of securities, mutual funds, or limited partnerships for investments in oil, gas, equipment leasing, or other kinds of limited partnerships. + In the United States, a prospectus may be a formal legal document, required by and filed with the Securities and Exchange Commission, if it provides details about an investment offering for sale to the public. + + + + + + + + + + + public offering + QName: fibo-sec-sec-iss:PublicOffering + + an offering of securities for sale to the investment public, after compliance with registration requirements of the relevant regulatory authorities + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + http://www.nasdaq.com/investing/glossary/p/http%3a%2f%2fwww.nasdaq.com%2finvesting%2fglossary%2fp%2fpublic-offering + In the US, public offerings generally require approval of the Securities Exchange Commission and/or relevant state regulators, unless the issuer is an exempt issuer, and are usually conducted by an investment banker or a syndicate made up of several investment bankers, at a price agreed upon between the issuer and the investment bankers. + + + + + + + + + + + securities contract terms + QName: fibo-sec-sec-iss:SecuritiesContractTerms + + one or more contractual commitments that are specific to financial instruments that can be bought or sold and may or may not be negotiable + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + securities offering + QName: fibo-sec-sec-iss:SecuritiesOffering + + an offering of a security (or securities) for sale + This term is defined as the common concept which brings together MBS deals, Bond With Warrant issues, MTN issues and so on, along with issues of more than one class of share in an equities issue. Many detailed terms have been provided for specific types of issue, most notably Municipal bond issues (from DTCC) and MBS issues from the MBS PoC project. + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + http://www.investopedia.com/ + If the offering is public, then it can only be made after regulatory registration requirements have been met. The securities may be new or a secondary offering of a previously issued security, and may include stock, multiple classes of equity shares, municipal or other government bonds, and so forth. Offerings, especially to the investment public, are typically made by an investment banker, or syndicate of investment bankers. + + + + security offering distribution type + QName: fibo-sec-sec-iss:SecurityOfferingDistributionType + + + + + + primary + + + secondary + + + + + + + + the type of distribution for a securities offering, including (1) primary offering - the original sale of a company's securities, in which the proceeds from the sale are received directly by the company, and (2) secondary offering - an offering of a security that has been issued previously + + + + + + + + + + + + + + + + + + + + + + + + + + + + + security underwriter + QName: fibo-sec-sec-iss:SecurityUnderwriter + + a party that has purchased from an issuer with a view to, or sells for an issuer in connection with, the distribution of any security, or participates or has a direct or indirect participation in any such undertaking, or participates or has a participation in the direct or indirect underwriting of any such undertaking + Section 3a of the Investment Company Act of 1940 as amended in January, 2012, https://www.sec.gov/about/laws/ica40.pdf + + + + + + + + + + + security underwriting arrangement + QName: fibo-sec-sec-iss:SecurityUnderwritingArrangement + + an underwriting arrangement between an organization (typically an investment bank) and a securities issuer that commits the underwriter to assuming risk involved in buying a new issue of securities from an issuing corporation or government entity and reselling it to the public, either directly or through dealers + Barron's Dictionary of Business and Economics Terms, Fifth Edition, 2012 + + + + + has actual closing date + QName: fibo-sec-sec-iss:hasActualClosingDate + + + indicates the date on which an offering or transaction officially closes, in contrast with an intended or planned closing date + + + + + has announcement date + QName: fibo-sec-sec-iss:hasAnnouncementDate + + + indicates the first day the public will receive information regarding a new security issue + An announcement date may also refer to the release of a corporate event or new financial news, such as interest rate changes or earnings reports. + + + + + has financial instrument short name + QName: fibo-sec-sec-iss:hasFinancialInstrumentShortName + + + + relates a security to its ISO 18774-compliant short name, which includes an issuer short name, abbreviated instrument characteristics, and abbreviated instrument description per the ISO standard + ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN) + + + + + has first trade date + QName: fibo-sec-sec-iss:hasFirstTradeDate + + + indicates the date on which a newly issued security starts trading + + + + has first trade settlement date + QName: fibo-sec-sec-iss:hasFirstTradeSettlementDate + + + indicates the date on which the first trade of a newly issued security is settled + + + + has instrument description + QName: fibo-sec-sec-iss:hasInstrumentDescription + + + + + + + + + + + + + relates a financial instrument or FISN to an ISO 18774-compliant instrument description, that is, a collection of characteristics and attributes defining a financial instrument with a maximum length up to 19 alphanumeric characters + ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN) + + + + + has issuer short name + QName: fibo-sec-sec-iss:hasIssuerShortName + + + + + + + + + + + + + relates a security issuer or FISN to an ISO 18774-compliant issuer short name, that is, an abbreviation of the official issuer name, limited to a maximum of 15 alphanumeric characters + ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN) + + + + has series + QName: fibo-sec-sec-iss:hasSeries + + + indicates the series identified by the issuer in the event that the instrument is issued in several series (also known as tranches) + + + + + has subscription amount + QName: fibo-sec-sec-iss:hasSubscriptionAmount + + + indicates a number of shares or units + + + + + has subscription period + QName: fibo-sec-sec-iss:hasSubscriptionPeriod + + + indicates a period of time in which investors can commit to purchase shares (or units) to be issued + + + + is over-alloted + QName: fibo-sec-sec-iss:isOverAlloted + + + indicates whether or not the subscription is over-subscribed + + + + + is registered + QName: fibo-sec-sec-iss:isRegisteredWith + + + + indicates the registration authority for a given security, i.e., in the name of the owner on the books of the issuer, with the issuer's registrar, with a third-party transfer agent, with a broker-dealer, or other competent party + + + + is underwritten by + QName: fibo-sec-sec-iss:isUnderwrittenBy + + + + relates an offering to one or more underwriters involved in raising capital for or distributing the instruments that are the subject of the offering + + + + specifies conversion into + QName: fibo-sec-sec-iss:specifiesConversionInto + + + + specifies a security that will replace a convertible security under the terms of the agreement + + + + underwrites + QName: fibo-sec-sec-iss:underwrites + + + + + identifies one or more underwriters involved in raising capital for or distributing the instruments that are the subject of the offering + http://www.investopedia.com/terms/u/underwriting.asp + Underwriting is the process by which investment bankers raise investment capital from investors on behalf of corporations and governments that are issuing either equity or debt securities. + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesListings.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesListings.rdf new file mode 100755 index 0000000..4911127 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesListings.rdf @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Securities Listings Ontology + QName: fibo-sec-sec-lst: + This ontology defines the fundamental concepts for listing securities, such as registered, listed, and exchange-traded security, the notion of a securities exchange, and related services. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2019 EDM Council, Inc. + Copyright (c) 2018-2019 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-sec-lst + SecuritiesListings.rdf + + + + + + + + + + + + + + + + The https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings.rdf version of this ontology was revised to reuse the composite date value datatype. + + + + + + + + + + 0 + + + + + + + 0 + + + + + + + 0 + + + exchange and listing service + QName: fibo-sec-sec-lst:ExchangeAndListingService + + a trading and (optionally) listing service for the purposes of securities trading + + + + + exchange identifier + QName: fibo-sec-sec-lst:ExchangeIdentifier + + true + an identifier allocated to a securities exchange + + + + + + + + + + + + + + + + + exchange traded security + QName: fibo-sec-sec-lst:ExchangeTradedSecurity + + a listed security that may be traded on a particular exchange + + + + + + + + + 1 + + + + + + + + + + + + + + + listed security + QName: fibo-sec-sec-lst:ListedSecurity + + a registered security listed on a specific exchange + + + + + + notional financial marketplace + QName: fibo-sec-sec-lst:NotionalFinancialMarketplace + + a place which is identified as a financial market but which is not a physical place such as a country or region. This may be a conceptual place such as the Eurobond market or the Global market. + These may still have properties such as holiday calendars, e.g. the London Interbank Market in USD has New York dates fo negotiation but pricing can changes whenever London is open. + + + + + + + + + 1 + + + + + + + + + + + + + + + registered security + QName: fibo-sec-sec-lst:RegisteredSecurity + + a security that is registered with some registration authority and that may be traded in some trading venue (market) + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + securities exchange + QName: fibo-sec-sec-lst:SecuritiesExchange + + an organized, national exchange where securities, options, and futures contracts may be traded by members for their own accounts and for the accounts of their customers + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014. + A securities exchange is a corporation or mutual organization that provides securities trading services, where securities may be bought and sold by third parties. As a facility, a securities exchange is also a place of trade associated with a particular site, i.e., stock exchange, regulated market such as an Electronic Trading Platform (ECN), or unregulated market, such as an Automated Trading System (ATS) (MIC - ISO 10383). Stock exchanges also provide facilities for the issue and redemption of securities as well as other financial instruments and capital events including the payment of income and dividends. + +The securities traded on a stock exchange include: shares issued by companies, unit trusts, derivatives, pooled investment products and bonds. To be able to trade a security on a certain stock exchange, it has to be listed there. Usually there is a central location at least for recordkeeping, but trade is less and less linked to such a physical place, as modern markets are electronic networks, which gives them advantages of speed and cost of transactions. Trade on an exchange is by members only. + + + + + + + + + + + 1 + + + + + + + + + security listing + QName: fibo-sec-sec-lst:SecurityListing + + a capability for listing a security provided by a securities trading facility + + + + + has listing date + QName: fibo-sec-sec-lst:hasListingDate + + + indicates the date on which a security is listed + + + + + has settlement date + QName: fibo-sec-sec-lst:hasSettlementDate + + + true + the date by which an executed order must be settled, either by a buyer paying for the securities with cash or by a seller delivering the securities and receiving the proceeds of the sale for them + In a 'regular-way' delivery of stocks and bonds, the settlement date is three days after the trade was executed. For listed options and government securities, settlement is required by the next business day. + In a 'regular-way' delivery of stocks and bonds, the settlement date is three days after the trade was executed. For listed options and government securities, settlement is required by the next business day. + + + + + is issued in + QName: fibo-sec-sec-lst:isIssuedIn + + + + identifies the exchange in which a security is issued + + + + is listed via + QName: fibo-sec-sec-lst:isListedVia + + + + + identifies the service responsible for listing the security + + + + is traded on + QName: fibo-sec-sec-lst:isTradedOn + + + + identifies the trading facility on which the security is traded + + + + lists + QName: fibo-sec-sec-lst:lists + + + + identifies a security that is listed by the listing service + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesRestrictions.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesRestrictions.rdf new file mode 100755 index 0000000..ce3fdb3 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecuritiesRestrictions.rdf @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + Securities Restrictions Ontology + QName: fibo-sec-sec-rst: + This ontology defines the concepts related to restrictions on finanicial instruments, securities and listings. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-sec-rst + SecuritiesRestrictions.rdf + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + 0 + + + extends the definition of a financial instrument to identify any relevant restrictions or registration requirements + + + + + + + + 0 + + + extends the definition of a security listing to identify any relevant restrictions + + + + + Blue-Sky law + QName: fibo-sec-sec-rst:BlueSkyLaw + + a kind of securities regulation passed by various states, designed to protect investors against securities fraud by requiring sellers of new issues to register their offerings and provide financial details + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + This allows investors to base their judgments on trustworthy data. + + + + + + + + + + + + contractual restriction + QName: fibo-sec-sec-rst:ContractualRestriction + + contract terms setting out restrictions on either the holder or the issuer of the security, as specified in the terms of the instrument itself + + + + + + + + + + + individual investor + QName: fibo-sec-sec-rst:IndividualInvestor + + an investor that is a person, rather than an organization, who may or may not be considered a qualified investor from a legal perspective + + + + + institutional investor + QName: fibo-sec-sec-rst:InstitutionalInvestor + + an organization that trades large volumes of securities + Example institutional investors include banks, insurance companies, mutual funds, pension funds, and other similar large funds. + Barron's Dictionary of Finance and Investment Terms, Ninth Edition, 2014 + Typically more than 70 percent of the daily trading on the New York Stock Exchange is conducted on behalf of institutional investors. + + + + + investors' domicile restriction + QName: fibo-sec-sec-rst:InvestorsDomicileRestriction + + a legal holding restriction that specifies where holders of a security may be domiciled + Needs review and provenance + + + + + legal holding restriction + QName: fibo-sec-sec-rst:LegalHoldingRestriction + + a security restriction applicable to holding the security + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + legal restriction + QName: fibo-sec-sec-rst:LegalRestriction + + a securities restriction that is mandated by law or regulation + + + + + + + + + + + qualified investor restriction + QName: fibo-sec-sec-rst:QualifiedInvestorRestriction + + a legal holding restriction specifying that only qualified investors may hold the security, optionally for a defined holding period (if this is not defined then the period is indefinite) + Needs review and provenance + If a holding period is not defined, then the period for which the restriction applies is indefinite. + + + + + + + Regulation S + QName: fibo-sec-sec-rst:RegulationS + + a securities regulation defining an exemption through which corporations can issue unregistered securities to qualified foreign investors and foreign institutions + Needs review and provenance + + + + + + + + + + + Restriction 144A + QName: fibo-sec-sec-rst:Restriction144A + + a Securities & Exchange Commission rule modifying a two-year holding period requirement on privately placed securities to permit qualified institutional buyers to trade these positions among themselves + Needs review and provenance + + + + + + + + + + + + + + + + + + + + + + + securities regulation + QName: fibo-sec-sec-rst:SecuritiesRegulation + + a regulation codified in law specific to securities and investments + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + securities restriction + QName: fibo-sec-sec-rst:SecuritiesRestriction + + a legal restriction that is applicable to a financial instrument or security listing as mandated in a law or by contract + + + + + trading restriction + QName: fibo-sec-sec-rst:TradingRestriction + + a restriction that limits trading in some manner, typically summarized on term sheets or in other documentation, including but not limited to restrictions on day trading + + + + + has holding period + QName: fibo-sec-sec-rst:hasHoldingPeriod + + + identifies a holding period applicable to some financial asset + + + + + has restriction + QName: fibo-sec-sec-rst:hasRestriction + + + identifies a restriction applicable to a given financial instrument or listing + + + + is not cleared in + QName: fibo-sec-sec-rst:isNotClearedIn + + + + identifies a country subdivision, such as a US state or territory, where an issue is NOT cleared under Blue Sky Restrictions + This requires review -- shouldn't this be a ternary relation between the regulation, the security and the location? + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecurityAssets.rdf b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecurityAssets.rdf new file mode 100755 index 0000000..97dbd7f --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/Securities/SecurityAssets.rdf @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + +]> + + + + Security Assets Ontology + QName: fibo-sec-sec-ast: + This ontology defines basic concepts such as portfolio, security holding and holder, and extends the notion of a financial asset to include an acquisition price. + http://opensource.org/licenses/MIT + http://www.w3.org/standards/techs/owl#w3c_all + Copyright (c) 2016-2018 EDM Council, Inc. + Copyright (c) 2018 Object Management Group, Inc. + https://spec.edmcouncil.org/fibo/ontology/BE/ + https://spec.edmcouncil.org/fibo/ontology/FBC/ + https://spec.edmcouncil.org/fibo/ontology/FND/ + fibo-sec-sec-ast + SecurityAssets.rdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + portfolio + QName: fibo-sec-sec-ast:Portfolio + + a collection of investments (financial assets) such as stocks, bonds and cash equivalents, as well as mutual funds + http://www.investopedia.com/terms/p/portfolio.asp + + + + + + + + + + + + + + + + + + + + + + + + + + portfolio holding + QName: fibo-sec-sec-ast:PortfolioHolding + + the contents of holding of one or more portfolios of investments held by an individual investor or entity + http://www.investopedia.com/terms/h/holdings.asp + Portfolio holdings may cover a variety of investment products, including stocks, bonds and mutual funds to options, futures and exchange-traded funds, and relatively esoteric instruments such as private equity and hedge funds. + +The number and nature of holdings contribute to the degree of diversification of a portfolio. A mix of stocks across different sectors, bonds of different maturities, and other investments would suggest a well-diversified portfolio, while concentrated holdings in a handful of stocks within a single sector indicates a portfolio with limited diversification. + + + + + + + + + + + + + + + + + + + + + security holder + QName: fibo-sec-sec-ast:SecurityHolder + + a party that holds a transferable contract (security), and has the rights defined in that contract + The holder is anonymous to the issuer and may transfer their holding in the open marketplace without reference to the issuer (subject to any holding restrictions set out for the security either in the security contractual terms or in the laws of the applicable jurisdiction). + bearer + + + + + + + + + + + + + + + + + security holding + QName: fibo-sec-sec-ast:SecurityHolding + + a (tradable) security held in a portfolio + + + + + has aquisition price + QName: fibo-sec-sec-ast:hasAcquisitionPrice + + + has a value as of the date of acquisition, expressed as an amount of money or goods + + + \ No newline at end of file diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/catalog-v001.xml new file mode 100755 index 0000000..492ef2e --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/SEC/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/fibo/ontology/master/2019Q1/catalog-v001.xml b/Sources/Ontologies/fibo/ontology/master/2019Q1/catalog-v001.xml new file mode 100755 index 0000000..12b1cb7 --- /dev/null +++ b/Sources/Ontologies/fibo/ontology/master/2019Q1/catalog-v001.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/gist9.0.0_webDownload/Documentation/gist9.0.0.pdf b/Sources/Ontologies/gist9.0.0_webDownload/Documentation/gist9.0.0.pdf new file mode 100644 index 0000000..fcab2e3 Binary files /dev/null and b/Sources/Ontologies/gist9.0.0_webDownload/Documentation/gist9.0.0.pdf differ diff --git a/Sources/Ontologies/gist9.0.0_webDownload/Documentation/gistNetworkIoTx9.0.0.pdf b/Sources/Ontologies/gist9.0.0_webDownload/Documentation/gistNetworkIoTx9.0.0.pdf new file mode 100644 index 0000000..7168df7 Binary files /dev/null and b/Sources/Ontologies/gist9.0.0_webDownload/Documentation/gistNetworkIoTx9.0.0.pdf differ diff --git a/Sources/Ontologies/gist9.0.0_webDownload/Documentation/importTree9.0.0.pdf b/Sources/Ontologies/gist9.0.0_webDownload/Documentation/importTree9.0.0.pdf new file mode 100644 index 0000000..1957d76 Binary files /dev/null and b/Sources/Ontologies/gist9.0.0_webDownload/Documentation/importTree9.0.0.pdf differ diff --git a/Sources/Ontologies/gist9.0.0_webDownload/catalog-v001.xml b/Sources/Ontologies/gist9.0.0_webDownload/catalog-v001.xml new file mode 100644 index 0000000..04ccae5 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/catalog-v001.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistAddress9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistAddress9.0.0.owl new file mode 100644 index 0000000..988e1bc --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistAddress9.0.0.owl @@ -0,0 +1,105 @@ + + + + + + +]> + + + + gist:Address where we have the various kinds of addresses (postal, building as well as electronic) + gistAddress + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:address + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + Address + A reference to a place (real or virtual) that can be located by some routing algorithm, and where messages or things can be sent to or retrieved from. E.g. PO Box or URL to a pdf file. + + + + + + + + + + + Building Address + An address to which you can send mail, or that you could find in the physical world. + + + + + + + + Electronic Message Address + Any place an electronic message (email, fax, etc.) can be sent. + + + + + + + + + + + Postal Address + A set of codes the postal authorities can use to deliver physical mail. + EXAMPLES: a street address, a PO Box, an FPO code, or the route codes. + + + + + Telephone Number + A numeric code a telephonic device uses for contacting another telephonic device. + EXAMPLES: Mobile, fax, or landline phone number. + + + + Communication Address Of + Whose address is this + + + + Has Communication Address + Points to a general class of places you can send messages including postal addresses, fax numbers, phone numbers, email, web site, etc. + + + + + + Has Street Address + A place that can be found on a map, has geo coordinates; you could live or work there. + + + + + + + + + Street Address Of + Whose street address is this + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistAgreement9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistAgreement9.0.0.owl new file mode 100644 index 0000000..ace8683 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistAgreement9.0.0.owl @@ -0,0 +1,346 @@ + + + + + + +]> + + + + GistAgreement has the basics for all types of contracts + gistAgreement + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:agree + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + Account + An agreement having a balance, as in a bank account, or credit card account, or Accounts Receivable account. + + + + + + + + + + + + Agreement + soemthing which two or more People or Organizations mutually commit to do + + + + + + + 2 + + + + + + + + + + + + + + + + + + + Balance + An amount decremented or incremented by a series of transactions. + + + + + + + + + + + + + + + Commitment + An obligation (possibly unilateral). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contingent Obligation + An obligation that is not yet firm. There is some contingent event, the occurrence of which will cause the obligation to become firm. + NOTE: A contingent obligation might have a getter counterparty (as in the case of insurance); but it might not (as in the case of an offer). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contract + an Agreement which can be enforced by law + + + + + + + + + + + + + Contract Term + A specification of some aspect of a contract. + + + + + Degree Of Commitment + EXAMPLE: A car rental typically has a lower degree of commitment than an airfare reservation. + The difficulty of reversing a commitment. + + + + + + + + + + Obligation + A future commitment from one organization or person to another. Contracts are sets of obligations to do or forebear, or to indemnify or warrant. + NOTE: Obligations will often be governed by some Agreement or Offer. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Offer + A commitment to buy or sell a described or identified part or service. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Transaction + An event which has an effect on at least one accumulator. + + + + Affected By + Where the effect came from + + + + Affects + the subject has or had or will have an effect on the object + + + + + + + + + Getter + The reciptient + + + + + Giver + The active party, the one with the obligation or the one initiating the transfer + + + + + + + + Has Jurisdiction + when laws and contracts are meeted out + + + + + + + Has Party + The people or organizations participating in an agreement or obligation + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistCategory9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistCategory9.0.0.owl new file mode 100644 index 0000000..6856243 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistCategory9.0.0.owl @@ -0,0 +1,167 @@ + + + + + + +]> + + + + gist:Category is how we model Taxonomies and Tags + gistCategory + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:cat + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + + + Controlled Vocabulary + A collection of terms approved and managed by some organization or person. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tag + This is for folksonomy type terms, which can be made up on the fly by users. + + + + + + + + + + + + Taxonomy + A controlled vocabulary arranged as a hierarchy of concepts. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Has Navigational Child + Used for informal hierarchical taxonomies. Supports polyhierarchies + + + + Has Navigational Parent + Used for informal hierarchical taxonomies. Supports polyhierarchies + + + + + Has Sub Category + Has Sub Category + + + + Has Super Category + Categories linked in this way are to represent true sub types. The categories aren't subtypes but classes defined by a supercategory will be a superclass of one derrived from its sub + + + + + has Tag + Used for folksonomy style categories (non controlled vocabulary) + + + + + + + Has Unique Navigational Parent + Used for taxos that must have single parents + + + + + + + Has Unique Super Category + Used for taxos that must have single parents + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistContent9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistContent9.0.0.owl new file mode 100644 index 0000000..19a96ac --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistContent9.0.0.owl @@ -0,0 +1,249 @@ + + + + + + +]> + + + + gistContent + gistContent types of content and mediums + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:content + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content Expression + Intellectual Property reduced to text, audio etc. If it contains text (written or spoken), it may be in a language. + + + + Formatted Content + Content which is in a particular format. (E.g., html, pdf, jpg.) + + + + + + + + + + + + + General Media Type + EXAMPLE: audio, still image, video, textual, physical (e.g., a statue), or performance (i.e. a play). Or it could be oil or pastel for a painting. + The real-world media type for content. + + + + + Medium + A physicality on which a work could be implemented or exposed. E.g., paper, clay, or a computer monitor. + + + + Message + A specific instance of content sent from an Organization, Person, or Application to at least one other Organization, Person, or Application. + EXAMPLES: An email message, a phone call, a voice message, or a Web Service message. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MIME Type + A digitized type that computer applications can recognize. + + + + + + + + + + Rendered Content + Content which has been expressed, either to print, or through speakers, or on a monitor. + + + + + + + + + + + + + + + + Text + Content expressed as words and numbers (not graphics). + + + + + + + + + + + + + + + + + + + + About + Subject matter of a document. + + + + + + + + + Contained Text + Links to the string corresponding to Text + + + + + Described In + Docuemnt the subject matter appeared in + + + + + Encrypted Text + Links to the string corresponding to EncryptedText + + + + + Expressed In + The language something was expressed in + + + + From Agent + The source of a message or shipment + + + + + + + + + + + + + + + + + + + Rendered On + What media somethign was rendered On + + + + To Agent + Comment: this is not the inverse of fromAgent. A message can be from someone. If we made it the inverse the person would be "to" the message + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistCore9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistCore9.0.0.owl new file mode 100644 index 0000000..34e1f17 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistCore9.0.0.owl @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + gistCore + gistCore convienience for including all of gist + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:gistCore + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistEvent9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistEvent9.0.0.owl new file mode 100644 index 0000000..1ee7f07 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistEvent9.0.0.owl @@ -0,0 +1,278 @@ + + + + + + +]> + + + + gistEvent + gistEvent introduces distinctions between planned actual and hypothetical events + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:event + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + Contemporaneous Event + An event that actually started after the present time. When we record an end time it ceases to be contemperaneous + NOTE: All contemporaneous events eventually end and, due to the nature of the open world, we can never be sure that a contemporaneous event hasn't ended. As a result, this is really a contemporaneous and historical event. + + + + + + + + + + + 0 + + + + + + Contingent Event + An event with a probability of happening in the future, and usually dependent upon some other event or condition. + + + + + + + + + + + + + + + + + + + + + + + Historical Event + An event which occurred in time, with an actual end earlier than the present moment. + + + + + + + + + + + + + + + + Physical Event + An event that can be said to have occurred at some place in space. + EXAMPLES: A meeting, a car accident. + NEGATIVE EXAMPLES: Excludes events that have no meaningful location, such as financial events or project milestones. + + + + + + + + + + + + Planned Event + An event which, at the time it is created, is to occur in the future. + + + + + + + + + + + + + + + + Project + A project is a task (usually a longer duration task) made up of other tasks. + + + + + + + + + + + + Scheduled Task + A task planned to occur. When it was scheduled, it would have been in the future, but now might be in the past. + + + + + + + + + + Task + A task which has been defined and either scheduled or accomplished, or both. + + + + + + + + + + + + Template Task + An outline of task of a particular type, that will, when instantiated, generate an actual (unscheduled) task. + + + + + + + + + + + + + + + + + + + + + + + + + + + Direct Sub Task Of + Immediate parent task + + + + + + + + Has Direct Sub Task + Immediate child task + + + + + + + Hs Goal + The reason for doing something + + + + + + + + + Has Sub Task + A task that is part of a larger task. The time frame of the subtasks may overlap but may not extend beyond the timeframe of the parent task. A subtask may be part of more than one parent task. + + + + + + + + Last Modified On + Date that something was modified. + + + + + + + + OccurAt + The geospatial place where something happened or will happen + + + + Planned + Dates that were in the future at the time they were made. + + + + + + + Planned End + A date/time that was at least at some point in time in the future. It may be in the past now, but when we planned it, it was in the future. + NOTE: Most frequently apples to Event(s) and Offer(s). E.g. a conference or sale offer. + + + + + + + Planned Start + A date/time that was at least at some point in time in the future. It may be in the past now, but when we planned it, it was in the future. + + + + + + Recorded On + Date that something was posted, not necessarily the date it occurred. Must be after the occurred date, but could be before or after the planned date. (Unusual, but I could record today that I expected to be paid last week.) + + + + + + + + + + Sub Task Of + All the upper tasks this task belongs ot + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistIntention9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistIntention9.0.0.owl new file mode 100644 index 0000000..b513e13 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistIntention9.0.0.owl @@ -0,0 +1,181 @@ + + + + + + +]> + + + + gistIntention + gistIntention the Teleological aspect of systems. Whey are we doing something. + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:intention + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + + + Bundled Catalog Item + Any combination of descriptions of things offered together. Could be a kit (several parts offered together), but could also be a product plus a warranty. + + + + + + + + + + + + + Catalog Item + A description of a product or service to be delivered, given in a sufficient level of detail that a receiver could determine whether delivery constituted discharge of the obligation to deliver. + NOTE: In short, an unambiguous characterization of what it is that a potential buyer is paying for. + + + + + + + + Goal + A specific intentional endpoint. One can tell whether it has been achieved, as opposed to an intention, which may not have an evaluation function. + + + + + + + Permission + A description of things one is permitted to do. This could be broad, such as free speech, but more often is very specific, such as the right of egress through a particular property. + + + + + + + + + + + + + Product Category + Any of many ways of categorizing products, including models, NATO product codes, and the like. + + + + Product Specification + Offering something which could be physically warehoused or digitally stored. + + + + + + + + + + + + + Requirement + A documented physical or functional need that a particular design, product, or process must be able to perform. Alternately, the obligation of a person or organization to behave in a certain way (i.e., drive on the right side of the road). + + + + Restriction + A description of things one is prevented from doing. Most laws are restrictions. + + + + + + + + + + + + Service Specification + A description of something that can be done for a person or organization (which produces some form of an act). + + + + + + + + + + + + + Specification + A set of requirements to be satisfied by a material, design, product, or service. + + + + Allows + The intention (say a grant) allows a particular kind of activity (for instance egress) + + + + + + + + + Basis For + Reason for an event + + + + + + + + Conforms To + The subject conforms to the Object, e.g. meet an obligation, meet terms of an offer, adhere to a specification + + + + + + + + + + + Prevents + The intention (say a law) is intended to prevent this kind of behavior (say jaywalking) + + + + + + Requires + An intention that sets out a state of satisfaction (you are required to drive on right side of the road) + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistIoT9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistIoT9.0.0.owl new file mode 100644 index 0000000..bbd17f7 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistIoT9.0.0.owl @@ -0,0 +1,117 @@ + + + + + + +]> + + + + gist Internet of Things. This is meant to be the minimal covering concepts for IoT + gistIoT + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gistNetworkIoTx.x.x.vsd Page:IoT + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + Actuator + A device that can affect the real world via a message interface + + + + + + + Controller + A device that takes messsages or signals from a sensor and decides through algorithms whether and which actuator to fire via messages + + + + + + + + + + + + + + + + + + + + + + + + Message Definition + Each pulse from a Sensor is reflected in a message, as well as each instruction to an Actuator + + + + + Phenomena Type + The things that a sensor can sense, such as light, heat, current, moisture et + + + + + Phenomena Type + The effects to be realized in the real world, such as lifting a garage door, turning off a valve, dropping cadmium rods etc + + + + + + + + Sensor + A device that can detect something and report it. Light sensors, temperature sensors, + + + + Accepts + The types of input messages that will be allowed + + + + + + + Directs + Teh set of actualtors that a controller can affect + + + + + + + + + + Responds to + The set of sensors that a controller is attached to + + + + Viable Range + The area over which the sensor can sense (might be a small geospatial area or a specific wire in a circuit) + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistMagnitude9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistMagnitude9.0.0.owl new file mode 100644 index 0000000..0b58c21 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistMagnitude9.0.0.owl @@ -0,0 +1,167 @@ + + + + + + +]> + + + + gist Magnitudes + gistMagnitude + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:mag + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + Count + A measure that involves countable amounts (?eaches? as well as cases, etc.). Can be decimal. + NOTE: Count is not disjoint with all the other magnitudes, as there are some magnitudes that could conceivably be counted. + + + + + + + + + + + + Electric Current + A flow of electric charge. + + + + + + + + + + + + Information Quantity + An amount of data, such as 6 petabytes, or 640KB. + + + + + + + + + + + + Luminous Intensity + A measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. This is based on the luminosity function, a standardized model of the sensitivity of the human eye. + + + + + + + + + + + + + + + Molar Quantity + Amount of a substance, as counted molecules. + + + + + + + + + + + + Monetary + A special type of magnitude, due to the way rounding is handled in math and the temporal aspect of conversion. + + + + + + + + + + + + + Percentage + A ratio where the numerator and denominator are of the same unit of measure. + NOTE: there are various ways to represent percentage: 50/100 could be represented as ?50? or ?0.5?. gist uses the latter, as it involves fewer conversions for subsequent use. + + + + Product Magnitude + A magnitude expressed as a product of primitives. (E.g., Force = M*A). + + + + + + + + + + + + Ratio Magnitude + EXAMPLE: Speed. The ratio magnitude is 60, the unit of measure might be MilesPerHour. + NOTE: A RatioMagnitude just has one decimal value. + This is a number whose unit of measure is a ratio. + + + + + + + + + + + + Temperature + The degree or intensity of heat present in a substance or object, especially as expressed according to a comparative scale. + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistMeasure9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistMeasure9.0.0.owl new file mode 100644 index 0000000..d4113ec --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistMeasure9.0.0.owl @@ -0,0 +1,154 @@ + + + + + + +]> + + + + gistMeasure + gistMeasure adds the act of measuring to magnitude + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:measure + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + Aspect + A very general term for the characteristic of something that is being measured. E.g., property (height) or a process (cycle time) or a behavior (loyalty). + + + + + + + + + + + + + + + + + Ordered Collection + A collection where the members are in a fixed sequence. + + + + + + + + + + + Ordinal Collection + An Ordered Collection where no item can be of the same rank as any other item. In mathematical terms, this is a ?strict total order?. + + + + + + + + + + + + + + + + + + + Ordinal Member + A member of an Ordinal Collection. It necessarily precedes or is preceded by another Ordinal Member in the same collection. (This last condition cannot be formally stated in OWL). + + + + + + + + + + + + + + + + + + + + Reference Value + A measure that was neither measured nor estimated but set by fiat. For instance, a goal. There is no Measurement associated with a ReferenceValue. + + + + Aspect Of + What this aspect is referring to + + + + Directly Preceded By + Inverse of directly precedes + + + + + Directly Precedes + A generic ordering relation indicating that the Subject comes immediately before the Object. + + + + + + + + + + + Has Ordered Member + An inverse functional version of hasMember to ensure that no OrderedMember can be in more than one OrderedCollection., which can quickly lead to problems. + + + + + + + + + + Ordered Member Of + An inverse of has Ordinal Member + + + + + + Precedes + A generic ordering relation indicating that the Subject has the same order as or comes before the Object. The 'greater than or equal to' symbol is often used for this relation. + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistNetwork9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistNetwork9.0.0.owl new file mode 100644 index 0000000..b0d1a55 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistNetwork9.0.0.owl @@ -0,0 +1,206 @@ + + + + + + +]> + + + + gist Network Concepts for a virtual or actual network (communication, pipelines etc) + gistNetwork + + + + + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gistNetworkIoTx.x.x.vsd Page:Network + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + Artifact + An intentional person made thing, could be physical or content + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Component + A component is an artifact that contributes to a system. Coudl be simple mechanical such as the float contributing to the toilet tank maintaining a constant level, or much more complex as in the interenet of things + + + + + + + + + + + + + + + Equipment + Tangible property other than land or buildings. Any kind of equipment, could be machine, router, car etc. + + + + + + + + + + + + + Equipment Type + Categories of equipment + + + + + Function + A function is what a specific made item is intended to do. For instance: transmit electricity, provide ballast, control ambient temperature. + + + + + + + + + + Network + A network is a connected set of links and nodes + + + + + + + + + + + + + + + + + + + + + Networkd Link + a link in a network. This is the abstractino of the network. The physical instantiation couple be pipes, or wire but may also be non physical such as wireness networks or organization structures + + + + Network Node + a node in a network. Note the network is the abstract representation of the network. It is physically instantiated with equipment, or in some cases People. + + + + + + + + + + System + A system is an artifact with component parts where the parts contribute to the goal of the system + + + + + + + + + + + + + + + + + + Contributes To + The parts of a system contribute to the goal/ function of the whole system + + + + + + + + + + + Has From Node + The connections at the abstract level of a network. Note this is directed but the parent is the undirected version + + + + Has Incumbant + What equipment or person is currently in this node. Note to create a temporal view make a TemporalRelation for this property + + + + + + + + Has To Node + The connections at the abstract level of a network. Note this is directed but the parent is the undirected version + + + + + + + Network Connection + abstract connection for when connections are undirected + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistOrganization9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistOrganization9.0.0.owl new file mode 100644 index 0000000..0e8f4b8 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistOrganization9.0.0.owl @@ -0,0 +1,146 @@ + + + + + + +]> + + + + gistOrganization + gistOrganization Government Organizations are introduced + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:org + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + + + Country Government + The geopolitical body that runs a geopolitical region recognized as a country. + + + + + + + + + + + + + + + + GeoPolitical Region + A collection of GeoRegions that are being administered by a Government Organization + + + + + + + + + + + + + + + + Government Organization + An organization established either by fiat (as a conquering army overtakes a land and declares a government) or by delegation from a fiat government, such as a state or local government or a specific agency. Differs from a corporation in that it cannot be owned. + EXAMPLES: The State of Washington Office of Financial Management; the Food and Drug Administration; the Scottish Parliament. + NOTE: Establishment by a CountryGovernment may be indirect via local, regional, or national GovernmentOrganization(s) that ultimately are recognized by a CountryGovernment. + + + + + + + + + + + + Group + A collection of People. The group may or may not be an Organization. Many organizations consist of groups of people, but that is not a defining characteristic. + + + + + + + + + + + + + + + + + + + if the united nations recognizes you as a country you are a country + + + + + Directly RecognizedBy + The party doing the recognition + + + + + + + + + + + + + + + + Recognized By + The entity that formally acknowledges the existence of, as the State recognizes the existence of a particular company + + + + + + + + + + + + + + + Recognizes + Recognizes + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistPlace9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistPlace9.0.0.owl new file mode 100644 index 0000000..5bbb098 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistPlace9.0.0.owl @@ -0,0 +1,291 @@ + + + + + + +]> + + + + gistPlace + gistPlace key GIS style primitives + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:place + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + Building + A man-made structure for dwelling or working. + + + + + + + + + + Geo Route + An ordered set of GeoPoints that defines a path from starting point to ending point. + + + + + + + + + + + + Geo Segment + A single portion of a GeoRegion which has been divided (i.e., segmented). + + + + + 1 + + + + + 1 + + + + + + Geo Volume + A three-dimensional space on or near the surface of the Earth, such as an oil reservoir, the body of a lake, or an airspace. + + + + + + + + + + + + + + Landmark + Something permanently attached to the Earth. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Place + Union of all the geo classes + + + + + + + + + + + + + + + + + + + + Room + An enclosed area within a building. + + + + + + + + + + + + + + + + + From Place + origin + + + + + Geo Contained In + All the transitive places something is located in + + + + + + Geo Contains + Transitive version of geoDirectlyContains + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Geo Directly Contained In + the neighborhood is in the city + + + + + Geo Directly Contains + The subject geospatially contains the object. E.g. the area of a city contains the area of its neighborhoods + + + + + Geo Occupied By + what is in the location + + + + Geo Occupies + A thing occupies are region + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Has Physical Location + Where something is located + + + + + + + + + + + Permanent Geo Occupied By + What is in the fixed location + + + + + Permanent Geo Occupies + To be in a fixed position on the earth + + + + + To Place + Destination + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistTemporalRelation9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistTemporalRelation9.0.0.owl new file mode 100644 index 0000000..0173a37 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistTemporalRelation9.0.0.owl @@ -0,0 +1,71 @@ + + + + + + +]> + + + + gistTe3mporal the parent class of all Temporal Relations + gistTemporalRelation + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:TR + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + Temporal Relation + A relationship existing for a period of time. + EXAMPLES: employs-Employment, hasStreetAddress-EstablishedLocation. One important context for reifying a property. + NOTE: A temporal relation must be gist:connectedTo a minimum of two objects. For example, a temporal relation representing a period of employment is connected both to the person and to the role/position they held. + + + + Connected To + A non owning, non causal, non-subordinate (ie. peer to peer) relationship. + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistTime9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistTime9.0.0.owl new file mode 100644 index 0000000..8aa3578 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistTime9.0.0.owl @@ -0,0 +1,225 @@ + + + + + + +]> + + + + gistTime + gistTime how timezones and some common precisions are modeled + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:time + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + Date Instant + A point in time known only to the accuracy of one day. Say the signing of the declaration of independence on 7/4/1776 + + + + + + + + + + + + + + + + + + + + + Greenwich instant + By default time instants are expressed in grenich, if you need to be explicit (to calculate offset for instance) + + + + + + + + + + + + Human Instant + A point in time known only to the accuracy of one minute. For things like calendar appointments and time reporting + + + + + + + + + + + + Local Instant + A point in time expressed relative to a local time zone. Can be converted to Universal Time using the time zone offset. The precision is used to state how precise this instant is. Typical values would be day, hour, minute or second. + + + + + + + + + + + + + + + + + + + System Instant + A point in time known to the accuracy of a millisecond. For posting transacion recorded on times + + + + + + + + + + + + + + + Time Zone + A region that observes a uniform standard time for legal, commercial, and social purposes. A typical time zone averages 15? of longitude in width and typically observes a clock time one hour earlier than the zone immediately to the east. + + + + + + + + + + + + Time Zone Standard + The algorithm for getting from Greenwich Mean Time to local time, which includes the time zone offset and rules about daylight savings time. + + + + + + + + + + + + 86400.0 + + + + + + + + + 0.001 + + + + + 1.0 + + + + + + 1.0 + + + + + + 1.0 + + + + + + 1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Offset To Universal + How many hours the timezone if off GMT + + + + + + Same Time As + We can have two local time instants refer to the same time, the same universal time. + + + + + + Time Zone Standard Used + the "timezone" with Daylight savings adjust + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistTop9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistTop9.0.0.owl new file mode 100644 index 0000000..cecb5da --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistTop9.0.0.owl @@ -0,0 +1,1116 @@ + + + + + + +]> + + + + All the high level gist classes and key relastionships. Most disjoints are declared at this level + gistTop + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:top + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + Area + A measurement of two-dimensional space. + + + + + + + + + + + + Area Unit + A unit of two-dimensional area, such as square inches or hectares. + + + + + + + + + + + + + + + + + Base Unit + A primitive unit that cannot be decomposed into other units. It can be converted from one measurement system to another. The base units in gist are the seven primitive units from the System Internationale (SI): (meter, second, kilogram, ampere, kelvin, mole, candela), plus three convenience ones: each. bit and usDollar. + + + + + + + + + + + + + + + + + + + + + + + + + + + Behavior + A way of categorizing events. E.g., differentiating drilling versus cutting. + + + + + + + + + + + + + + + + + + + + + Category + A concept or label used to categorize other instances informally. Things that can be thought of as types are usually Categories. + EXAMPLE: Tags used in folksonomies; formal definitions from other systems. + NOTE: Often a 'bucket' can be modeled either as an owl:Class or as a gist:Category. Use the latter if you don't care much about the formal structure of the different types, or if there is a whole hierarchy of types that are going to be managed by a group separate from the ontology developers. The formal structure may be defined elsewhere and linked to, if necessary. + + + + + + + + + + Collection + Any identifiable grouping of instances. For instance, a jury is a collection of people. + EXAMPLES: A jury is a group of people, a financial ledger is a collection of transaction entries; a route is an (ordered) collection of segments. + + + + Content + A document, program, image, etc. (Categories are not content until they are written down.) + + + + + + + + Distance Unit + A unit to measure linear distance, such as feet or kilometers. + + + + + + + + + + + + Duration + EXAMPLE: One week (or seven days), but not Jan 1, 2008 to Jan 7, 2008 (which is an interval). Intervals have durations, but are not themselves durations. + Time, but not on a timeline. + + + + + + + + + + + + Duration Unit + A unit to measure passage of time: hours, days, years. + + + + + + + + + + + + Event + Something happening over some period of time, often characterized as some kind of activity being carried out by some person, organization, or software application. + + + + + + + + + + + + + + + + + + Extent + A measure of distance, which could be distances over the Earth, and could also be height, width, length, depth, girth, etc. + + + + + + + + + + + + Geo Point + An individual point on the Earth's surface, identified by latitude, longitude and altitude. If altitude is missing, it is assumed to be at the Earth's surface. However, altitude is measured from sea level. these points are to the WGS-84 coordinate system using the GPS decimal lat/long + NOTE: Assume coordinate system used by Google (WGS 84 Web Mercator). + + + + + + + + + + + + + + + + + + + + + + + Geo Region + A bounded region (or set of regions) on the surface of the Earth. + EXAMPLES: The bounded shape that defines the region occupied by Crater Lake; the bounded area known as the contiguous USA. + NOTE: A GeoRegion could be non-contiguous; e.g. the region governed by the USA is the region governed by the lower 48 states plus that of Alaska and Hawaii. Child classes in lower ontologies can make this distinction. + NOTE: A GeoRegion has an area, but it is not itself an instance of the Area class. (Area in gist is a magnitude). + + + + + + + + + + + + + + + ID + EXAMPLE: e.g. SSN for a person, serial number for a product, employee id + EXAMPLES: SSN for a person; serial number for a product; employee ID. + + + + + + + + + + + + + + + + + + + + + + + + + + + Intellectual Property + A work, invention or concept, independent of its being expressed in text, audio, video, image, or live performance. IP can also be tacit knowledge, know-how, or skill. Also includes Brands. + EXAMPLES: ?The Old Man and The Sea?; the Page Rank algorithm; Coca Cola + NOTE: For literature this could be called the ?Work?, except that ?work? is a highly overloaded term (expenditure of energy, resource consumption, art). Often the first expression precedes our recognition of the IP, but subsequent expressions are known to be derivatives of the IP, even if they are expression-to-expression translations (or copies). + + + + + + + + + Intention + Goal, desire, aspiration. This is the "teleologic" aspect of the system that indicates things are done with a purpose. + + + + + + + + + + + Language + A recognized, organized set of symbols and grammar. + EXAMPLES: Natural languages such as English and Spanish; computer languages such as OWL, Python, and XML. + + + + Living Thing + EXAMPLES: A cat, a mushroom, a tree. + NEGATIVE EXAMPLES: fictional life forms such as Unicorns or Mickey Mouse. + NOTE: In the open world, you must assume that it might have since died. + Something that is now, or at some point in time was, alive and growing. + + + + + + + + + + + + + + + + Magnitude + Base class for units which can be converted. The primitive units can be converted from one measurement system to another; the complex units (ratio or product) have to decompose to their primitives. + NOTE: Magnitudes of the same dimensional type (i.e., duration or electric current) can be compared with a greater-than or less-than operator, but can still differ in their relationToTheWorld type. (I.e., you can compare actuals to estimates or references, so long as the dimension is the same.) + NOTE: Note the precision should be in the same type of unit as the magnitude. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mass Unit + A unit representing the amount of matter in a particle or object. The SI unit of mass is the kilogram. + NOTE: Assuming an object is near the Earth's surface, weight and mass may be treated as equivalents. + + + + + + + + + + + + Organization + A generic organization that can be formal or informal, legal or non-legal. It can have members, or not. + EXAMPLES: Legal entities like companies; non-legal entities like clubs, committees, or departments. + NOTE: There are a plethora of different kinds of organizations that differ along many facets, including members, structure, purpose, legal vs. non-legal, etc. + + + + + + + Person + NEGATIVE EXAMPLE: fictional characters. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Physical Identifiable Item + EXAMPLES: a computer, a book. + NEGATIVE EXAMPLE: A discontinuous thing like a manufacturing line cannot reasonably have an RFID attached to it, even though its parts are not the same kind of thing as the whole. + NOTE: You could, at least in principle, put an RFID tag on members of this class. Physical things are made of something. E.g., statues are made of bronze. + NOTE: In practice, this always means that the parts are not the same kind of thing as the whole. + + + + + + + + + + + + + + + + + + + Physical Substance + EXAMPLES: An amount of water, of penicillin, of sand, of gold. + NOTE: An instance of this class must be a physical thing, and not just a categorical description. Example: an actual piece of gold, not ?gold? as a concept. + NOTE: Some things are substances at a macro level, but ultimately end up as not being divisible into the same kind of thing. E.g. sand vs. grains of sand., bacteria vs. an individual bacterium. + + + + + + + + + + + + + + Product Unit + A unit of measure that is the product of two simpler ones. + EXAMPLES: Area and Volume are the classic cases. But other, more exotic cases exist, such as Newtons. + + + + + + + + + + + + + + 0 + + + + + + + Schema Meta Data + Superclass for all types of metadata, including owl concepts (such as class) and relational (tables, elements) and tool related (queries, RWRML maps etc etc) + + + + Simple Unit Of Measure + Each simple unit has a base unit and a conversion factor to the base. The bases are from the System International (SI). This is the number by which one multiplies a Unit by to get to base, or divides by to get from base. So the convertToBase for inch is 0.0254 to get you to the base (meter). + + + + + + + + + + + 1 + + + + + + Template + EXAMPLE: A form. A filled-in form has the structure of the form with data entered into some or all of the fields. + NOTE: Use gist:basedOn to link the instantiation of a template back to its Template. + Something used to make instances in its own image. In manufacturing this would be specialized as a die to make stamped parts, cookie cutters are templates for cookies, and forms are templates for data. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Time Instant + EXAMPLES: A literal instant (as in 12:01.0001 January 1, 2008), or a broader but still single point in time (January 1, 2008). In the latter case, we are declaring a time instant to be an interval with no duration (or really a duration only equal to its precision). + In gistTop all time instants are greenwich and the local equal universal. In gistTime we introduce local time zones + NOTE: Our identity criteria require that something refers to each Time Instant instance. + + + + + + + + Unit of Measure + Stndard unit by which we measure things + + + + + + + + + + + + + + Volume + Three-dimensional space, or equivalent fluid measurement. + + + + + + + + + + + + Volume Unit + Units of three-dimensional space, expressed here as an area times a distance. + + + + + + + + + + + + + + + + Weight + Magnitude of mass. Assumes object is near the Earth's surface. Thus weight and mass may be treated as equivalents. + + + + + + + + + + + + + 1.0 + + + + + + 1.0 + + + + + + A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1. + 1.0 + + + + + + 1.0 + + + + + + 1.0 + + + + + + 0 + 1.0 + + + + + + 1.0 + + + + + + 1.0 + + + + + + 1.0 + + + + + + 1.0 + + + + + Actual + When something did occur, therefore noting an historical event. + + + + + + + Actual End + When something did end, therefore noting an historical event. + + + + + + Actual Start + When something did start, therefore noting an historical event. + + + + Allocated By + Connection between an ID and the thing that minted the ID. It may be a person or organization, or could be an algorithm (next available or random number generator) + + + + + + + + + + + + + + + + Based On + pointer to the thing something was derived from + + + + Categorized By + Points to a taxonomy item or other less formally defined class. + + + + Characterized As + A way to categorized a behavior + + + + + + Conversion Offset + Add this number to get to the zero point. On the Celsius scale, the conversionOffset is -273.15 degrees C. On the Fahrenheit scale it is -459.67 degrees. Is equal to 0 when the unit has the same zero point as the base unit. e.g. inch, meter. + + + + + + ConvertToBase + The conversion factor used to get to the base unit. E.g., multiplying by 0.0254 gets you from inches to meters. Divide by this number to go the other way. Used in conjunction with conversionOffset to convert from one unit to another. +Degrees K = (Degrees F - conversionOffset) * convertToBase. Or K = (F-(-469.67)) * (5/9). To go the other way: F = (K * 9/5) -469.67. Try it on Google. + + + + + + Decimal Value + The actual value of a magnitude. + + + + + + Direct Part Of + The relationship between a part and a whole where the part has independent existence. + + + + End + Connects the subject to its end time. + + + + + Epoch + seconds since 1/1/1970 UTC (unix time ) + + + + + + Governed By + A reference from the thing being governed to the governor + + + + Governs + The subject controls or inhibits the object in some way + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Has Altitude + Distance above sea level + + + + + + Has Base Unit + EXAMPLE: saying that a furlong hasBaseUnit meter says it is a DistanceUnit. + Relates a UnitOfMeasure to its BaseUnit. This indicates what kind Unit something is, e.g. saying that a furlong hasBaseUnit meter says it is a DistanceUnit. + + + + + + + Has Birthdate + Date a living thing was "born" (or germinated, for plants). + + + + + + + Has Death Date + Date a living thing died + + + + + + + Has Direct Part + NOTE: No cascading delete. + NOTE: Use this property to directly associate parts. hasPart is the transitive version. + The relationship between a whole and a part where the part has independent existence. + + + + + Has Magnitude + To have a comparable numerical value. Each magnitude has a unit. + + + + + Has Member + Relates a Collection to its member individuals. + + + + + + + + Has Part + The transitive version of hasDirectPart + + + + + Has Precision + EXAMPLE: Temperature precise to tenth of a degree C; TimeInstant precise to 24 hours. + Links a Magnitude to the degree of accuracy of the numeric value. This allows for fuzzy numbers. All magnitudes have a precision. Usually we don't record them. When we do this, it will be a value whose extent covers 2 standard deviations around the stated magnitude + NOTE: Most frequently apples to Magnitude(s) and TimeInstant. Could also apply to a measurement. + + + + + Has Unit of Measure + Which unit of measure you are using. All measures are in some uom, even if we don't know what it is initially. + + + + + + + + Identified By + This is like a uri: a thing can have more than one ID, but each of the IDs must refer to a unique thing. + + + + + + + + Identifies + The thing the identifier is referringo + + + + Latitude + degrees above or below equator + + + + + + An annotation for providing the licensing on this or derrivative ontologies + + + + Local Date + LD + + + + + Local Date Time + LDT + + + + + + Local Time + LT + + + + + Longitude + ddegrees from GM + + + + + + Made Up Of + as in the vase is made up of clay + + + + + Member Of + What group the member is in + + + + + Multiplicand + Relates a ProductUnit such as square mile to the second of two units multiplied together (e.g. mile). + + + + + + Multiplier + Relates a ProductUnit such as square mile to the first of two units multiplied together (e.g. mile) + + + + + + Name + Relates an individual to a casual name. NOTE: For more formal use, consider using a sub property of the object property, identifiedBy. + + + + + Offspring Of + Biological offspring + + + + + + Owns + Possessinng and controlling. Ultimate form of ownership is the right to destroy. Long list of potential Range classes + + + + + + + + + + + + + + Parent Of + Biological Parent + + + + + + Part Of + The transitive version of directPartOf + + + + Produces + EXAMPLE: a task produces a deliverable. + The subject creates the object. + + + + Sequence + For ordering ordered lists. + + + + + Start + Connects the subject to its start time. + + + + + Triggered By + general causal relation. For obligations a property that describes what would happen to trigger the contingent obligation. In most cases, before the Contingent becomes an Obligation, the triggered by event is a planned event (that is it hasn't happened yet -- if it had happened the contingency would no longer be contingent. In most cases it will be a ContingentEvent . Otehr uses include controls, processes etc + + + + + + Unique Text + This is used for the actual value of a key or ID where you don't want the possibility of having more than one. + + + + + Universal Date + UD + + + + + Universal Date Time + UDT + + + + + + Universal Time + UT + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistUnit9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistUnit9.0.0.owl new file mode 100644 index 0000000..f920a2a --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistUnit9.0.0.owl @@ -0,0 +1,216 @@ + + + + + + +]> + + + + gist Unit of Measure, extends the base units from top to cover Rations and lesser used units (this allows someone to exclude Luminosity if they don't want it ) + gistUnit + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:unit + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + Counting Unit + A unit of counting, especially ?each?, but also units such as dozens. + + + + + + + + + + + + Currency Unit + A unit of money. Note: this is the only unit whose conversion factors include time (i.e., the conversion rates change on a daily basis). + + + + + + + + + + + + Data Size Unit + A unit to measure amounts of digital information. + + + + + + + + + + + + Electrical Current Unit + Unit of electrical current, which is charge per unit time. The SI unit is the ampere. (Note that electrical current is a composed unit.) + + + + + + + + + + + + Luminous Intensity Unit + The measure of brightness. The SI unit is the candela. + + + + + + + + + + + + Mole Unit + Amount of chemical material. Measured in Avogadro units (moles) of 6.02 x 10^23 molecules. + + + + + + + + + + + + Ratio Unit + A UnitOfMeasure composed of a numerator unit and a denominator unit. + EXAMPLE: Miles per hour. + NOTE: If needed, a conversion factor for a RatioUnit can be (recursively) derived from the conversion factors of the numerator and denominator units. E.g., the derived conversion factor from km/minute to meters/second is 1000/60 or 16 2/3. + + + + + + + + + + + + + + + + + + + Temperature Unit + Unit of measurement for expressing temperature. Per SI, the base of temperature is in Kelvin, to allow for all units to be expressed relative to a real (in this case absolute) zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Denominator + Relates a RatioUnit such as meters/second to the denominator Unit (e.g. second). + + + + + + + + + + + + Numerator + Relates a RatioUnit such as meter(s)/second to the numerator Unit (e.g. meter). + + + + + + Unit Symbol + The standard symbol for the unit NOT using any special characters. E.g. square meter would be m^2 rather than m?. + + + + + + Unit Symbol HTML + The standard symbol for the unit in HTML format for pretty printing, may use special characters. E.g. to show square meter as m? rather than m^2, the value of this property would be "m&sup2;" This is for when Unicode not supported and the display will be HTML format. + + + + + + Unit Symbol Unicode + The standard symbol for the unit preferred for pretty printing, may use special characters. E.g. square meter would be m? rather than m^2. + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistUnitDim9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistUnitDim9.0.0.owl new file mode 100644 index 0000000..3f5df61 --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistUnitDim9.0.0.owl @@ -0,0 +1,175 @@ + + + + + + +]> + + + + gistDimensionedUnits + gist9.0.0 dimensioned units of measure. This extension allows (and requires) you to have a conversion factor for all units with the same dimension. If you introduce MilesPerHour you will have to supply the conversion to MetersPerSecond (even though the system "knows" how to convert Miles to meters and hours to seconds. You will have to supply and addtional conversion when you introduce KilometersPerHour. Any new combination of primtive rations requires a new Dimension. While this is a burden, it allows units to be converted in sparql + + + Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:UnitDim + https://creativecommons.org/licenses/by-sa/3.0/ + + + + + + + + + + + + + Coherent Product Unit + A ratio unit whos numerator and denominator reduce to 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coherent Ratio Unit + A ratio unit whose numerator and denominator reduce to 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coherent Unit + A unit that is expressed in units that have no conversions. It may be a simple unit. It may also be a product or ratio unit that bottoms out in simple units. + EXAMPLEs: a simple unit: kilogram + EXAMPLEs: the standard unit for acceleration is meters per square second (feet per square second requires a conversion) + NOTE: coherent unit is the physics term for this, informally you might think of it as the standard unit for a given dimension. + NOTE: in principle, the CoherentUnit for a ProductUnit or RatioUnit can be inferred by recursively decomposing the products and ratios into their respective CoherentUnits, bottoming out in SimpleUnits + + + + + + + + + + + + + + + + + + + + + + + + + Convert To Standard + Note this kind of conversion will only work with temperatures if they are in Kelvin or Rankine (with a true 0). You multiply to get to the base, divide to go from the base. mph to mps is .44704. The multiple from kph to mps is .277778 . To convert 60 mph to kph is (60 * .44704 / .277778 or 96.56056 kph + + + + + + + + + + + + + Has Standard Unit + For a complex unit refers to a unit that has all the component parts in SI + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/Ontologies/gist9.0.0_webDownload/gistWiki9.0.0.owl b/Sources/Ontologies/gist9.0.0_webDownload/gistWiki9.0.0.owl new file mode 100644 index 0000000..512270b --- /dev/null +++ b/Sources/Ontologies/gist9.0.0_webDownload/gistWiki9.0.0.owl @@ -0,0 +1,75 @@ + + + + + + +]> + + + + gist Wiki + gistWiki + + + Created with e6Tools Graphical OWL Editor from C:\dev\gist\OntologyFiles\gist.vsdx Page:gistWiki + + + + + This is for wikis that are about conceptual abstractions, all meta data, but also units, obligations? intentions, goals, rights, speech acts + + + + + Where the thing itself can be brought to the screen, viewed and possible modified. Documents mostly, but not printed ones + + + + The equivalent of a directory, or a node in a navigational tree. Topics can be put into one or more of these. + + + + + For pages that refer to things in the world. For gist this would be physical things, organizations, places, and events. + + + + What the wiki page is about + + + + The relationship of navigation to sub navigation or topic. A topic or node can be included in more than one higher level node. roughly the same as skos:narrower + + + + + + + + + + + + + + + + + + + + + + + + Can attach to metadata for wikis to + + + \ No newline at end of file diff --git a/Sources/Ontologies/schema.rdf b/Sources/Ontologies/schema.rdf new file mode 100644 index 0000000..ea66188 --- /dev/null +++ b/Sources/Ontologies/schema.rdf @@ -0,0 +1,11174 @@ + + + + underName + + + + + The person or organization the reservation or ticket is for. + + + + itemListOrder + + + Type of ordering (e.g. Ascending, Descending, Unordered). + + + + netWorth + + The total financial value of the person as calculated by subtracting assets from liabilities. + + + + Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. + timeRequired + + + + + The manufacturer of the product. + + + + manufacturer + + + + + Number of people the reservation should accommodate. + + + + partySize + + + GovernmentOrganization + A governmental organization or agency. + + + + expectedArrivalUntil + + + The latest date the package may arrive. + + + + + The time the object is scheduled to. + scheduledTime + + + + + worksFor + + Organizations that the person works for. + + + + Action-based vocabulary, alongside types such as Comment.]]> + + UserLikes + + + + + creator + + + The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. + + + codeRepository + + Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex). + + + + PaymentDeclined + The payee received the payment, but it was declined for some reason. + + + productSupported + + The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. "iPhone") or a general category of products or services (e.g. "smartphones"). + + + + + + acceptedPaymentMethod + + + + + The payment method(s) accepted by seller for this offer. + + + + + An alignment to an established educational framework. + educationalAlignment + + + printPage + + + If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18). + + + Physician + + A doctor's office. + + + + + + + + + A slogan or motto associated with the item. + slogan + + + + requiresSubscription + + + + issue-1741 + true or false (note that an earlier version had 'yes', 'no').]]> + + + + + + + + + + identifier + + + Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.]]> + + + + + globalLocationNumber + + + + Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.]]> + + + endorsee + + + A sub property of participant. The person/organization being supported. + + + + participant + + Steve.]]> + + + + + + + + + + + a book.]]> + result + + + A sub property of result. The review that resulted in the performing of the action. + + + resultReview + + + + + validThrough + + + + + + + + The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours. + + + + + availableChannel + A means of accessing the service (e.g. a phone bank, a web site, a location, etc.). + + + + recipeYield + + The quantity produced by the recipe (for example, number of people served, number of servings, etc). + + + + + + yield + The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles. + + + + + + + The individual reservations included in the package. Typically a repeated property. + subReservation + + + + + The section location of the reserved seat (e.g. Orchestra). + + + seatSection + + + course + + + A sub property of location. The course where this action was taken. + + + + + + + location + The location of for example where the event is happening, an organization is located, or where an action takes place. + + + + + + + + exerciseCourse + + A sub property of location. The course where this action was taken. + + + + + + permissions + + + Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi). + + + + + The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values. + defaultValue + + + + The total number of individuals that may attend an event or venue. + + maximumAttendeeCapacity + + + + + + + The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins. + coverageStartTime + + + Indicates the current disposition of the Action. + + + actionStatus + + + industry + The industry associated with the job position. + + + + + + + + foodEvent + + A sub property of location. The specific food event where the action occurred. + + + + Action-based vocabulary, alongside types such as Comment.]]> + + UserBlocks + + + The basic containment relation between a place and one that contains it. + + + containedInPlace + + The basic containment relation between a place and one that contains it. + + + + + + + containedIn + + + + HousePainter + A house painting service. + + + partOfInvoice + + The order is being paid as part of the referenced Invoice. + + + +
+ +Related actions:

+ +

    +
  • FollowAction: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.
  • +
+]]> + BefriendAction + + + + + amenityFeature + + + + An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. + + + + + + Products owned by the organization or person. + + + owns + + + + + issue-1810 + + + + + Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc. + + touristType + + + + + A media object representing the circumstances while performing this direction. + + duringMedia + + + + + The header section of the page. + WPHeader + + + + + + A URL to a map of the place. + + + + hasMap + + + map + + A URL to a map of the place. + + + + + countryOfOrigin + + + The country of the principal offices of the production company or individual responsible for the movie or program. + + + + + billingAddress + + The billing address for the order. + + + + + A publication event associated with the item. + publication + + + + A stadium. + + StadiumOrArena + + + The date and time of giving up ownership on the product. + + + ownedThrough + + + + + color + + + The color of the product. + + + + + roleName + + + + A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'. + + + A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'. + + + + namedPosition + + + RoofingContractor + A roofing contractor. + + + + + InstallAction + The act of installing an application. + + + + The bitrate of the media object. + bitrate + + + + + + The position of an item in a series or sequence of items. + + + position + + + + + + Position of the season within an ordered group of seasons. + + + seasonNumber + + + + Season dedicated to radio broadcast and associated online delivery. + RadioSeason + + + scheduledPaymentDate + + The date the invoice is scheduled to be paid. + + + + bestRating + + + + The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed. + + + + WPSideBar + A sidebar section of the page. + + + + isVariantOf + + + A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. + + + relevantOccupation + issue-1698 + + The Occupation for the JobPosting. + + + + + A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to "public". + + hasDigitalDocumentPermission + + + + + datasetTimeInterval + + The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format). + + + + + temporalCoverage + + ISO 8601 time interval format. In + the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL. + Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".

+ +Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.]]>
+ + +
+
+
+ + Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates. + Code + + + + + URL of the item. + + url + + + + + + + The beginning of the availability of the product or service included in the offer. + availabilityStarts + + + + issue-1741 + + + + + The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. + + + + + + + brand + + + + RegisterAction +
+ +Related actions:

+ +
    +
  • JoinAction: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, not a group/team of people.
  • +
  • [FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.
  • +
  • SubscribeAction: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.
  • +
+]]>
+
+ + + floorSize + + The size of the accommodation, e.g. in square meter or squarefoot. +Typical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard + + + + + + + + + A season in a media series. + + season + + + + + + + + + seasons + + A season in a media series. + + + storageRequirements + + Storage requirements (free space required). + + + + + + ProfessionalService +
+ +The general ProfessionalService type for local businesses was deprecated due to confusion with Service. For reference, the types that it included were: Dentist, + AccountingService, Attorney, Notary, as well as types for several kinds of HomeAndConstructionBusiness: Electrician, GeneralContractor, + HousePainter, Locksmith, Plumber, RoofingContractor. LegalService was introduced as a more inclusive supertype of Attorney.]]>
+
+ + A sub property of instrument. The query used on this action. + + + + instrument + + + a pen.]]> + + + query + + + + catalog + + + + + + A data catalog which contains this dataset. + includedInDataCatalog + + + + + A data catalog which contains this dataset. + + + + + + + endDate + + + + ISO 8601 date format).]]> + + + + + suggestedMinAge + Minimal age recommended for viewing content. + + + + The estimated cost of the supply or supplies consumed when performing instructions. + + estimatedCost + + + + + + + + + + numberOfForwardGears +
+ +Typical unit code(s): C62]]>
+
+ + + An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value. + + + + issue-1698 + estimatedSalary + + + + + + + + + confirmationNumber + A number that confirms the given order or payment has been received. + + + + A shop that will buy, or lend money against the security of, personal possessions. + PawnShop + + + + A Hindu temple. + HinduTemple + + + + ApplyAction +
+ +Related actions:

+ +
    +
  • RegisterAction: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.
  • +
+]]>
+
+ + + reviews + + + + + + A review of the item. + + + + review + + + + + + + + + + Review of the item. + + + + + numberOfBeds + The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment. + + + + + + musicArrangement + An arrangement derived from the composition. + + + + + answerCount + + + The number of answers this question has received. + + + candidate + + + + object + + a book.]]> + + + + A sub property of object. The candidate subject of this action. + + + + A diet exclusive of gluten. + GlutenFreeDiet + + + + + + + + A single step item (as HowToStep, text, document, video, etc.) or a HowToSection. + + + step + + + + + + + + steps + A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred). + + + OnDemandEvent + A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand. + + + + + The fax number. + faxNumber + + + + + + + + + An embedded video object. + + video + + + + vehicleEngine + + + Information about the engine or engines of the vehicle. + + + The overall rating, based on a collection of reviews or ratings, of the item. + + + + + + aggregateRating + + + + + + + workHours + + The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm). + + + + application + + + An application that can complete the request. + + + An application that can complete the request. + actionApplication + + + + + + + issue-1110 + + accessibilitySummary + + A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." + + + + additionalType + + + An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally. + + + + + + + + DE-9IM.]]> + geoIntersects + + + + This ordering relation for qualitative values indicates that the subject is not equal to the object. + nonEqual + + + + + + employees + + + + employee + + + Someone working for this organization. + + + People working for this organization. + + + isAccessoryOrSparePartFor + + + + A pointer to another product (or multiple products) for which this product is an accessory or spare part. + + + + genre + + + Genre of the creative work, broadcast channel or group. + + + + + + + homeLocation + + A contact location for a person's residence. + + + + issue-1698 + The 25th percentile value. + + + percentile25 + + + + + + + + + colleague + + A colleague of the person. + + + + colleagues + A colleague of the person. + + + + organizer + + + An organizer of an Event. + + + The number of the item ordered. If the property is not set, assume the quantity is one. + orderQuantity + + + + + + previousStartDate + + Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated. + + + + mentions + + Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. + + + An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state. + + CheckAction + + + BuddhistTemple + A Buddhist temple. + + + + A number associated with a role in an organization, for example, the number on an athlete's jersey. + + numberedPosition + + + + + applicationCategory + + Type of software application, e.g. 'Game, Multimedia'. + + + + + softwareHelp + Software application help. + + + + + attendees + + + + + A person or organization attending the event. + + attendee + + + + + A person attending the event. + + + DefenceEstablishment + A defence establishment, such as an army or navy base. + + + + The Person's occupation. For past professions, use Role for expressing dates. + + + hasOccupation + + issue-1698 + + + + + + The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers. + sku + + + + + + Casino + A casino. + + + + Taxi + + + A taxi. + + + + + broadcastOfEvent + The event being broadcast such as a sporting event or awards ceremony. + + + + + commentText + The text of the UserComment. + + + + DiscoverAction + The act of discovering/finding an object. + + + + The act of swallowing liquids. + DrinkAction + + + + + The count of total number of ratings. + ratingCount + + + + + + + The end of the availability of the product or service included in the offer. + availabilityEnds + + issue-1741 + + + + + + + + An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip. + + + + actors + + + + + + + actor + + + An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip. + + + + + + + + + + + + + + + + + A member of this organization. + members + + + + + + + + + + member + A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. + + + + + + Device required to run the application. Used in cases where a specific make/model is required to run the application. + + + device + + + availableOnDevice + + + Device required to run the application. Used in cases where a specific make/model is required to run the application. + + + + + publicAccess + Place is open to public visitors. If this property is omitted there is no assumed default boolean value]]> + + + + + + reservationStatus + The current status of the reservation. + + + + + Action-based vocabulary, alongside types such as Comment.]]> + + UserDownloads + + + height + The height of the item. + + + + + + + + + offerCount + The number of offers for the product. + + + + + coverageEndTime + + + The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes. + + + + A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits. + DepositAccount + + + + + issn + + + The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication. + + + + + + + + + + LegislativeBuilding + A legislative building&#x2014;for example, the state capitol. + + + A CreativeWork such as an image, video, or audio clip shared as part of this posting. + + sharedContent + + + + + + + + + material + + + A material that something is made from, e.g. leather, wool, cotton, paper. + + + The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.) + artMedium + + + + + +
+ +This type is deprecated - LegalService is more inclusive and less ambiguous.]]>
+ Attorney + +
+ + + A theater or other performing art center. + PerformingArtsTheater + + + + childMinAge + Minimal age of the child. + + + + UserTweets + Action-based vocabulary, alongside types such as Comment.]]> + + + + + + + A broadcast service to which the broadcast service may belong to such as regional variations of a national channel. + parentService + + + + cssSelector + issue-1389 + + SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element".]]> + + + + + + seatNumber + + The location of the reserved seat (e.g., 27). + + + + honorificPrefix + + An honorific prefix preceding a Person's name such as Dr/Mrs/Mr. + + + + The illustrator of the book. + illustrator + + + + priceRange + $$$.]]> + + + + + departureStation + + The station from which the train departs. + + + + Fictional person connected with a creative work. + + + character + + + + A child of the person. + children + + + + + publisher + The publisher of the creative work. + + + + + QAPage + A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs). + + + + + BookmarkAction + An agent bookmarks/flags/labels/tags/marks an object. + + + comment + + + Comments, typically from users. + + + + issue-1698 + + + + occupationalCategory + issue-2192 + + + + + BLS O*NET-SOC, ISCO-08 or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.

+ +Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.]]>
+ + issue-2289 +
+ + startDate + + + + + + + + ISO 8601 date format).]]> + + + + The act of consuming dynamic/moving visual content. + + WatchAction + + + BroadcastRelease. + BroadcastRelease + + + + + GS1 GTIN Summary for more details.]]> + gtin13 + + + + + + + + + The release date of a vehicle model (often used to differentiate versions of the same make and model). + + + + vehicleModelDate + + + branch.]]> + + + branchOf + + + subOrganization of, if any.]]> + + + + parentOrganization + + + + + FurnitureStore + + A furniture store. + + + The name of the application suite to which the application belongs (e.g. Excel belongs to Office). + + + applicationSuite + + + + composer + + + + The person or organization who wrote a composition, or who is the composer of a work performed at some event. + + + + A place offering space for "Recreational Vehicles", Caravans, mobile homes and the like. + + RVPark + + + A health club. + + + HealthClub + + + + geoCovers + + + + DE-9IM.]]> + + + requiredQuantity + The required quantity of the item(s). + + + + + + + + Minimum memory requirements. + + + memoryRequirements + + + + permitAudience + The target audience for this permit. + + + + The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person). +Typical unit code(s): C62 for person + + occupancy + + + + + + + + + + trailer + + + + + The trailer of a movie or tv/radio series, season, episode, etc. + + + + + + isbn + + The ISBN of the book. + + + + + + + + contentSize + File size in (mega/kilo) bytes. + + + BusReservation + +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.]]>
+
+ + + Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship). + employmentType + + + + + priceComponent + + UnitPriceSpecification nodes that apply in parallel for the CompoundPriceSpecification node.]]> + + + + Responsibilities associated with this role or Occupation. + + + + responsibilities + + issue-1698 + + + value +
+ +
    +
  • For QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.
  • +
  • For PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.
  • +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
+]]>
+ + + + + + + + +
+ + + + contentUrl + Actual bytes of the media object, for example the image file or video file. + + + + + + geoOverlaps + DE-9IM.]]> + + + + + + isSimilarTo + A pointer to another, functionally similar product (or multiple products). + + + + + + AutoBodyShop + Auto body shop. + + + + + + Real or fictional location of the game (or part of game). + + + + gameLocation + + + NGO + Organization: Non-governmental Organization. + + + + + replyToUrl + + The URL at which a reply may be posted to the specified UserComment. + + + + + + + numberOfRooms + + + + + + + The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. +Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue. + + + birthDate + + Date of birth. + + + + + + requiredGender + Audiences defined by a person's gender. + + + + Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle. + + geoMidpoint + + + + Sculpture + A piece of sculpture. + + + + Preschool + A preschool. + + + A movie rental store. + MovieRentalStore + + + + WPAdBlock + + An advertising section of the page. + + + latitude + + + + 37.42242 (WGS 84).]]> + + + + A library. + Library + + + + The earliest someone may check into a lodging establishment. + checkinTime + + + + + + + One of the domain specialities to which this web page's content applies. + + + specialty + + + A music store. + MusicStore + + + + + The earliest date the package may arrive. + + + expectedArrivalFrom + + + + The frequency in MHz for a particular broadcast. + + issue-1004 + + + broadcastFrequencyValue + + + Real-wheel drive is a transmission layout where the engine drives the rear wheels. + + RearWheelDriveConfiguration + + + An image of a visual machine-readable code such as a barcode or QR code. + + Barcode + + + isicV4 + + + + + + The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. + + + 'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights. + + + carrier + + + issue-2289 + + + The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. + provider + + + + + + + + + + + + + + ISO 8601 duration format.]]> + + + + prepTime + + + A sub property of participant. The real estate agent involved in the action. + realEstateAgent + + + + + + A post office. + + PostOffice + + + The away team in a sports event. + awayTeam + + + + competitor + A competitor in a sports event. + + + + + + + + + + Specifies the Person who edited the CreativeWork. + + + editor + + + + Points-of-Sales operated by the organization or person. + + + hasPOS + + + + + + The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification. + stepValue + + + Play mode: SinglePlayer. Which is played by a lone player. + SinglePlayer + + + recipeCuisine + + The cuisine of the recipe (for example, French or Ethiopian). + + + + circle + A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters. + + + + + +
+ +Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".]]>
+ + currency + + + + + + issue-1253 +
+ + The album to which this recording belongs. + inAlbum + + + + + + A person that acts in a coaching role for a sports team. + + coach + + + + leiCode + + + + An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. + + + + An in-progress action (e.g, while watching the movie, or driving to a location). + ActiveActionStatus + + + + EmployerAggregateRating + issue-1689 + + An aggregate rating of an Organization related to its role as an employer. + + + A store that sells mobile phones and related accessories. + + MobilePhoneStore + + + trainName + + + The name of the train (e.g. The Orient Express). + + + + A person or organization that supports (sponsors) something through some kind of financial contribution. + + + + + + + funder + + + + + sponsor + A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event. + + + + + + + + + + + The airport where the flight originates. + + + departureAirport + + + + The act of consuming written content. + ReadAction + + + + eligibleTransactionVolume + The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount. + + + + + + + + A river (for example, the broad majestic Shannon). + RiverBodyOfWater + + + The duration for which the given offer is valid. + + + + eligibleDuration + + + + + A sub property of participant. The loser of the action. + + loser + + + + + valueMinLength + Specifies the minimum allowed range for number of characters in a literal value. + + + + The width of the item. + + + + + width + + + + A page devoted to a single item, such as a particular product or hotel. + + ItemPage + + + + starRating + An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars). + + + + + + worstRating + The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed. + + + + + + A sub property of object. The object that replaces. + + replacer + + + + + + + + issue-1741 + eligibleRegion + + + + + + + + + + The geographic area where a service or offered item is provided. + + + areaServed + + + + + + + +
+ +See also ineligibleRegion.]]>
+ + +
+ + beforeMedia + + + A media object representing the circumstances before performing this direction. + + + + departurePlatform + + + The platform from which the train departs. + + + + The act of inserting at the end if an ordered collection. + AppendAction + + + + + successorOf + + A pointer from a newer variant of a product to its previous, often discontinued predecessor. + + + People or organizations that have reviewed the content on this web page for accuracy and/or completeness. + + + reviewedBy + + + + The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author. + + + acceptedAnswer + + + suggestedAnswer + + An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site. + + + + + + + + + + + Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49". + + + + + pagination + + + + + + + partOfSeries + + + + The series to which this episode or season belongs. + + + + + isPartOf + + + + + Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. + + + + + + The TV series to which this episode or season belongs. + partOfTVSeries + + + + + + + The type(s) of customers for which the given offer is valid. + eligibleCustomerType + + + + + copyrightYear + + The year during which the claimed copyright for the CreativeWork was first asserted. + + + + + + A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy. + + + issue-1741 + + + + + + + category + + + + The number of grams of trans fat. + + transFatContent + + + The duration of the loan or credit agreement. + + + + + + + + issue-1457 + + + + + + + + ISO 8601 date format.]]> + issue-1698 + + duration + + + + loanTerm + + + + + + issue-1698 + The 10th percentile value. + percentile10 + + + + sourceOrganization + The Organization on whose behalf the creator was working. + + + + + ExhibitionEvent + Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ... + + + athlete + A person that acts as performing member of a sports team; a player as opposed to a coach. + + + + + + + broadcastAffiliateOf + The media network(s) whose content is broadcast on this station. + + + TrainReservation +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.]]>
+ +
+ + + + + isBasedOn + + + + + A resource from which this work is derived or from which it is a modification or adaption. + + + + A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html. + + + isBasedOnUrl + + + + + + issueNumber + + + Identifies the issue of publication; for example, "iii" or "2". + + + + + The day of the week for which these opening hours are valid. + + + + dayOfWeek + + + mainContentOfPage + Indicates if this web page element is the main subject of the page. + + + + + + The availability of this item&#x2014;for example In stock, Out of stock, Pre-order, etc. + + availability + + + + menu + + + Either the actual menu as a structured representation, as text, or a URL of the menu. + + + + Either the actual menu as a structured representation, as text, or a URL of the menu. + + + + + hasMenu + + + + + + The identifier for the account the payment will be applied to. + accountId + + + + + + + + A contact location for a person's place of work. + + workLocation + + + + A parents of the person. + + + + + parent + A parent of this person. + + + + parents + + + + + EPRelease. + EPRelease + + + + A school. + School + + + Nutrition information about the recipe or menu item. + + + + nutrition + + + The number of grams of carbohydrates. + + + carbohydrateContent + + + + accessModeSufficient + + + A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual. + issue-1110 + + + The type of service required to have access to the channel (e.g. Standard or Premium). + + broadcastServiceTier + + + + + + geoEquals + + + DE-9IM. "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship)]]> + + + arrivalStation + The station where the train trip ends. + + + + + + + + The task that a player-controlled character, or group of characters may complete in order to gain a reward. + quest + + + + The item that is being reviewed/rated. + + + itemReviewed + + + + + Code used to redeem a discount. + discountCode + + + + State + A state or province of a country. + + + + + minimumPaymentDue + + The minimum payment required at this time. + + + + Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time. + + playMode + + + + + + discusses + Specifies the CreativeWork associated with the UserComment. + + + + + durationOfWarranty + The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days. + + + + + + validFrom + + The date when the item becomes valid. + + + + + + + + + + CommentPermission + Permission to add comments to the document. + + + + + This ordering relation for qualitative values indicates that the subject is equal to the object. + + equal + + + + Estimated processing time for the service using this channel. + + processingTime + + + typeOfBed + + The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity. + + + + + + + + jobLocation + A (typically single) geographic location associated with the job position. + + + + cookTime + ISO 8601 duration format.]]> + + + + + performTime + + + ISO 8601 duration format.]]> + + + + + SelfStorage + + A self-storage facility. + + + + + + + + + A sub property of participant. The participant who is at the receiving end of the action. + + recipient + + + + + + + + + + + + A sub property of recipient. The recipient blind copied on a message. + + + bccRecipient + + + + + + + An update to the LiveBlog. + liveBlogUpdate + + + + DrawAction + The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments. + + + + + A sub-property of instrument. A supply consumed when performing instructions or a direction. + + + + + supply + + + + + ingredients + A single ingredient used in the recipe, e.g. sugar, flour or garlic. + + + + recipeIngredient + + + A single ingredient used in the recipe, e.g. sugar, flour or garlic. + + + + + + ReservationCancelled + The status for a previously confirmed reservation that is now cancelled. + + + The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example "20"). + + artEdition + + + + + + toRecipient + + + A sub property of recipient. The recipient who was directly sent the message. + + + + + + ApartmentComplex + + Residence type: Apartment complex. + + + OrderInTransit + OrderStatus representing that an order is in transit. + + + + + + serviceOutput + + + The tangible thing generated by the service, e.g. a passport, permit, etc. + + + produces + The tangible thing generated by the service, e.g. a passport, permit, etc. + + + + When a rental car can be dropped off. + + dropoffTime + + + + AutoRepair + + Car repair business. + + + The upper value of some characteristic or property. + + + + + maxValue + + + + + + + The number or type of airbags in the vehicle. + numberOfAirbags + + + + + LikeAction + + The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants. + + + error + + + For failed actions, more information on the cause of the failure. + + + A business that provide Heating, Ventilation and Air Conditioning services. + + HVACBusiness + + + + + + + + The place(s) from which the offer can be obtained (e.g. store locations). + availableAtOrFrom + + + + + Library file name e.g., mscorlib.dll, system.web.dll. + + + executableLibraryName + + + + + Library file name e.g., mscorlib.dll, system.web.dll. + assembly + + + Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property. + + + familyName + + + + The seat associated with the ticket. + ticketedSeat + + + + The date and time the reservation was booked. + bookingTime + + + + + + + The North American Industry Classification System (NAICS) code for a particular organization or business person. + naics + + + + + ContactPage + Web page type: Contact page. + + + + + + A collection of music albums. + albums + + + + A music album. + + album + + + + + remainingAttendeeCapacity + + + The number of attendee places for an event that remain unallocated. + + + The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain. + driveWheelConfiguration + + + + + + + + RadioStation + A radio station. + + + productionCompany + + + + The production company or studio responsible for the item e.g. series, video game, episode etc. + + + + + + + + + spatial + + + + locationCreated, spatialCoverage, contentLocation) are not known to be appropriate.]]> + + + + name + + The name of the item. + + + + + + The page on which the work ends; for example "138" or "xvi". + + + + + + pageEnd + + + + + + postOfficeBoxNumber + + The post office box number for PO box addresses. + + + +
+ +Typical unit code(s): C62 for persons.]]>
+ vehicleSeatingCapacity + + + +
+ + The location (e.g. civic structure, local business, etc.) where a person can go to access the service. + + + serviceLocation + + + + + issue-1698 + + + + + + The amount of money. + + + issue-1253 + amount + + + +
+ +Usage guidelines:

+ +
    +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
+]]>
+ highPrice + + +
+ + The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'. + + + flightNumber + + + + +
+ +Related actions:

+ + +]]>
+ AcceptAction +
+ + issue-2289 + + + + + A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program. + educationalCredentialAwarded + + + + + + + priceCurrency + + + PriceSpecification and its subtypes.

+ +Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".]]>
+ + +
+ + An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students. + + hasCourseInstance + + + + A notary. + Notary + + + + + + currenciesAccepted +
+ +Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".]]>
+
+ + A sub property of object. A question. + + + + question + + + + + + recordLabel + + The label that issued the release. + + + requiredCollateral + + + + Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.) + + + + + + polygon + A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical. + + + The unique identifier for the train. + trainNumber + + + + + + A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe. + department + + + + NightClub + + A nightclub or discotheque. + + + A computer store. + ComputerStore + + + + + + + + contactPoint + A contact point for a person or organization. + + + + + + + A contact point for a person or organization. + contactPoints + + + + + + Subcategory of the application, e.g. 'Arcade Game'. + applicationSubCategory + + + + + + + + duns + The Dun &amp; Bradstreet DUNS number for identifying an organization or business person. + + + + +
+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ Hostel +
+ + CDFormat. + + CDFormat + + + The audience eligible for this service. + + + + + An intended audience, i.e. a group for whom something was created. + + audience + + + + + + + serviceAudience + + + + + InStoreOnly + Indicates that the item is available only at physical locations. + + + httpMethod + An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP. + + + + + + sugarContent + The number of grams of sugar. + + + + ItemListOrderAscending + An ItemList ordered with lower values listed first. + + + transcript + + If this MediaObject is an AudioObject or VideoObject, the transcript of that object. + + + + + + + An identifier for the method of payment used (e.g. the last 4 digits of the credit card). + paymentMethodId + + + + + + + The payment method(s) to which the payment charge specification applies. + appliesToPaymentMethod + + + A short segment/part of a video game. + + VideoGameClip + + + legalName + + + The official name of the organization, e.g. the registered company name. + + + + + + installUrl + URL at which the app may be installed, if different from the URL of the item. + + + Date of death. + + deathDate + + + + DJMixAlbum. + + DJMixAlbum + + + SpokenWordAlbum. + SpokenWordAlbum + + + + HomeGoodsStore + A home goods store. + + + + + + + directors + + + + + + + + + + director + + A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip. + + + + + + + + + + + + A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip. + + + + + RadioEpisode + + A radio episode which can be part of a series or season. + + + doorTime + + The time admission will commence. + + + + + + + + The position of the steering wheel or similar device (mostly for cars). + steeringPosition + + + exif data for this object. + exifData + + + + + + + reportNumber + The number or other unique designator assigned to a Report by the publishing organization. + + + + + + representativeOfPage + Indicates whether this image is representative of the content of the page. + + + + An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it. + issue-1741 + + expectsAcceptanceOf + + + + + + + + + + An episode of a tv, radio or game media within a series or season. + episode + + + + + + + + + + + An episode of a TV/radio series or season. + + episodes + + + An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’. + item + + + + + + + + video games.]]> + gamePlatform + + + + + + + printEdition + The edition of the print product in which the NewsArticle appears. + + + + servicePhone + The phone number to use to access the service. + + + + + An ItemList ordered with higher values listed first. + ItemListOrderDescending + + + ProfilePage + + Web page type: Profile page. + + + + lender + + + A sub property of participant. The person that lends the object being borrowed. + + + + CheckInAction + +
+ +Related actions:

+ +
    +
  • CheckOutAction: The antonym of CheckInAction.
  • +
  • ArriveAction: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.
  • +
  • ConfirmAction: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service rather than its validity/existence.
  • +
+]]>
+
+ + relatedLink + + + A link related to this web page, for example to other related web pages. + + + + orderDate + + + Date order was placed. + + + HairSalon + + A hair salon. + + + + arrivalTerminal + + Identifier of the flight's arrival terminal. + + + WebSchemas wiki lists possible values).]]> + accessibilityFeature + + + + + + Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used. + + targetProduct + + + VenueMap + A venue map (e.g. for malls, auditoriums, museums, etc.). + + + + + knows + The most generic bi-directional social/work relation. + + + + + + + actionOption + + + A sub property of object. The options subject to this action. + + + + + option + A sub property of object. The options subject to this action. + + + + + + + lyricist + + The person who wrote the words. + + + Park + + A park. + + + ComedyClub + A comedy club. + + + + + + + + + recipeInstructions + A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items. + + + The male gender. + Male + + + The page on which the work starts; for example "135" or "xiii". + + + + + + + + pageStart + + + + LiteraryEvent + Event type: Literary event. + + + + A moving company. + + MovingCompany + + + The method of cooking, such as Frying, Steaming, ... + + cookingMethod + + + + + upvoteCount + + The number of upvotes this question, answer or comment has received from the community. + + + + A sub property of instrument. An object used (but not consumed) when performing instructions or a direction. + + tool + + + + + + + + interestRate + + The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate. + + + + + + The delivery of the parcel related to this order or order item. + orderDelivery + + + + + + addressLocality + The locality in which the street address is, and which is in the region. For example, Mountain View. + + + + + The date/time at which the message has been read by the recipient if a single recipient exists. + + + dateRead + + + + accessCode + Password, PIN, or access code needed for delivery (e.g. from a locker). + + + + + broadcaster + + The organization owning or operating the broadcast service. + + + A jewelry store. + + JewelryStore + + + + requirements + + Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime). + + + + + + Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime). + softwareRequirements + + + + + + totalPrice + + + + +
+ +Usage guidelines:

+ +
    +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
+]]>
+ +
+ + parentItem + The parent of a question, answer or item in general. + + + + + + The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon. + + + + + + + unitCode + + + The invitee may or may not attend. + RsvpResponseMaybe + + + The female gender. + Female + + + The actual body of the review. + + reviewBody + + + + + + + + + + + issue-2382 + IETF BCP 47 standard. See also availableLanguage.]]> + + inLanguage + + + + + + + + A sub property of instrument. The language used on this action. + + language + + + + + Thursday + + The day of the week between Wednesday and Friday. + + + sampleType + + + + + + What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template. + codeSampleType + + + + What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template. + + + + The name of a character played in some acting or performing role, i.e. in a PerformanceRole. + + characterName + + + MotorcycleRepair + + A motorcycle repair shop. + + + valueRequired + + + Whether the property must be filled in to complete the action. Default is false. + + + The number of episodes in this season or series. + numberOfEpisodes + + + + + + + + inventoryLevel + + The current approximate inventory level for the item or items. + + + + + + + TelevisionStation + + A television station. + + + PaymentService + A Service to transfer funds from a person or organization to a beneficiary person or organization. + + + + + ISO 8601 duration format.]]> + + + totalTime + + + + + + ccRecipient + + + + A sub property of recipient. The recipient copied on a message. + + + + + + endTime + + + December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.

+ +Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.]]>
+
+ + + hostingOrganization + + The organization (airline, travelers' club, etc.) the membership is made with. + + + Game server status: Online. Server is available. + Online + + + + The number of milligrams of sodium. + + sodiumContent + + + + issue-1061 + + + A short summary of the specific claims reviewed in a ClaimReview. + claimReviewed + + + tracks + + A music recording (track)&#x2014;usually a single song. + + + + + A music recording (track)&#x2014;usually a single song. If an ItemList is given, the list should contain items of type MusicRecording. + + + + track + + + + + + + + + playersOnline + Number of players on the server. + + + A diet conforming to Hindu dietary practices, in particular, beef-free. + HinduDiet + + + + + musicCompositionForm + The type of composition (e.g. overture, sonata, symphony, etc.). + + + + + + A sub property of object. The person or organization being followed. + followee + + + + + Upcoming or past events associated with this place or organization. + events + + + + + event + + Upcoming or past event associated with this place, organization, or action. + + + + + + + + + + + + + + + The geographic area where a permit or similar thing is valid. + validIn + + issue-1779 + + + + salaryCurrency + + + + ISO 4217 ) used for the main salary information in this job posting or for this employee.]]> + + + + rsvpResponse + + The response (yes, no, maybe) to the RSVP. + + + + + + Indicates an OfferCatalog listing for this Organization, Person, or Service. + + hasOfferCatalog + + + Nationality of the person. + + + nationality + + + + An url template (RFC6570) that will be used to construct the target of the execution of the action. + + urlTemplate + + + TelevisionChannel + A unique instance of a television BroadcastService on a CableOrSatelliteService lineup. + + + + busName + + The name of the bus (e.g. Bolt Express). + + + + Reservoir + A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir. + + + + + + The type of service being offered, e.g. veterans' benefits, emergency relief, etc. + serviceType + + + + A sub property of participant. The sports team that participated on this action. + sportsTeam + + + + + + A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. + + + citation + + + The date that payment is due. + paymentDue + + + + + + paymentDueDate + + + + + The date that payment is due. + + + + + + embedUrl + src element of an embed tag and should not be the same as the content of the loc tag.]]> + + + + + The number of milligrams of cholesterol. + + cholesterolContent + + + MarryAction + The act of marrying a person. + + + + A downloadable form of this dataset, at a specific location, in a specific format. + distribution + + + + + advanceBookingRequirement + + + + + The amount of time that is required between accepting the offer and the actual usage of the resource or service. + + + + + + isConsumableFor + A pointer to another product (or multiple products) for which this product is a consumable. + + + The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ). + + + courseMode + + + + spatialCoverage + + The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of + contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates + areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. + + + The location depicted or described in the content. For example, the location in a photograph or painting. + + + contentLocation + + + + + + + + + + Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc. + suitableForDiet + + + + + The CableOrSatelliteService offering the channel. + inBroadcastLineup + + + + customer + + + Party placing the order or paying the invoice. + + + + When a taxi will pickup a passenger or a rental car can be picked up. + + pickupTime + + + + + Book format: Ebook. + EBook + + + + + + + An associated logo. + logo + + + + image + + + + URL or a fully described ImageObject.]]> + + + + + + + + + menuAddOn + + Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item. + + + issue-1541 + + + Indicates that the item has sold out. + SoldOut + + + + + + January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.

+ +Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.]]>
+ startTime + + +
+ + + The person's spouse. + spouse + + + + A pharmacy or drugstore. + + + Pharmacy + + + A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office. + OnSitePickup + + + + + + issue-1689 + + This Review or Rating is relevant to this part or facet of the itemReviewed. + reviewAspect + + + + + GardenStore + A garden store. + + + This ordering relation for qualitative values indicates that the subject is greater than or equal to the object. + + + + greaterOrEqual + + + FailedActionStatus + An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure. + + + VisualArtsEvent + + Event type: Visual arts event. + + + An electrician. + Electrician + + + + + + sportsEvent + + A sub property of location. The sports event where this action occurred. + + + The highest price if the price is a range. + maxPrice + + + + + + + The identifier of the order item. + orderItemNumber + + + + + + The artist that performed this album or recording. + byArtist + + + + + addOn + + An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge). + + + + + + + gtin8 + + + + + GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.]]> + + + + + The cuisine of the restaurant. + + servesCuisine + + + + numberOfEmployees + The number of employees in an organization e.g. business. + + + + + The type of security screening the passenger is subject to. + + securityScreening + + + + Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference. + + + + + An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference. + subEvent + + + + + + subEvents + + + PhotographAction + + The act of capturing still images of objects using a camera. + + + + + + fromLocation + + + A sub property of location. The original location of the object or the agent before the action. + + + The place where the Organization was founded. + foundingLocation + + + + + SpreadsheetDigitalDocument + + A spreadsheet file. + + + + Identifier of the flight's departure gate. + departureGate + + + + RightHandDriving + The steering position is on the right side of the vehicle (viewed from the main direction of driving). + + + + + expires + + VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.]]> + + + elevation + + + WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.]]> + + + + + Festival + Event type: Festival. + + + + + Beach. + Beach + + + + referenceQuantity + + The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit. + + + + + + + + SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element".]]> + + xpath + issue-1389 + + + + passengerSequenceNumber + + The passenger's sequence number as assigned by the airline. + + + + A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits. + LiquorStore + + + RsvpResponseNo + The invitee will not attend. + + + + + + issuedBy + The organization issuing the ticket or permit. + + + + + + An item within in a data feed. Data feeds may have many elements. + dataFeedElement + + + + PrependAction + The act of inserting at the beginning if an ordered collection. + + + + The service through with the permit was granted. + issuedThrough + + + + + + + The expected departure time. + departureTime + + + + + + musicReleaseFormat + Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.). + + + + + bookEdition + The edition of the book. + + + + + priceSpecification + One or more detailed price specifications, indicating the unit price and delivery or payment charges. + + + + + + + recipeCategory + + The category of the recipe—for example, appetizer, entree, etc. + + + + + + programmingLanguage + The computer programming language. + + + + ReservationConfirmed + The status of a confirmed reservation. + + + A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog'). + + includedDataCatalog + + + + + + A Catholic church. + CatholicChurch + + + PaymentComplete + The payment has been received and processed. + + + + agent + John wrote a book.]]> + + + + + + educationalFramework + + The framework to which the resource being described is aligned. + + + collection + + + + + + targetCollection + + A sub property of object. The collection target of the action. + + + + A sub property of object. The collection target of the action. + + + + + + Description of bonus and commission compensation aspects of the job. + + incentiveCompensation + + + + + + Description of bonus and commission compensation aspects of the job. + incentives + + + Operating systems supported (Windows 7, OSX 10.6, Android 1.6). + + operatingSystem + + + + The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated). + EventRescheduled + + + A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'. + vehicleConfiguration + + + + + + requiredMaxAge + + Audiences defined by a person's maximum age. + + + + + LiveAlbum + LiveAlbum. + + + + paymentStatus + The status of payment; whether the invoice has been paid or not. + + + + + + + e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc. + artform + + + + + sender + + + + + + A sub property of participant. The participant who is at the sending end of the action. + + + + + countriesNotSupported + Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code. + + + headline + Headline of the article. + + + + + + + + + mpn + The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers. + + + + + The actual body of the article. + articleBody + + + + + + The warranty promise(s) included in the offer. + + + warranty + + + + The warranty promise(s) included in the offer. + + + + warrantyPromise + + + + + Event type: Children's event. + ChildrensEvent + + + The frame size of the video. + + + videoFrameSize + + + Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a "hidden" input in an HTML form. + + readonlyValue + + + + + Mountain + A mountain, like Mount Whitney or Mount Everest. + + + + The opening hour of the place or service on the given day(s) of the week. + + + opens + + + GroceryStore + A grocery store. + + + + + OceanBodyOfWater + An ocean (for example, the Pacific). + + + A parking lot or other parking facility. + ParkingFacility + + + + DE-9IM.]]> + + + + + geoCrosses + + + + bookingAgent + 'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent. + + + broker + + + + + + An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred. + + + + + + + + + + + This links to a node or nodes indicating the exact quantity of the products included in the offer. + includesObject + + + + fileFormat + + IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.]]> + + + + + encodingFormat + + IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

+ +In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

+ +Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.]]>
+ + +
+
+ +
+ + broadcastChannelId + + + The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number. + + + box + + A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character. + + + + OfficeEquipmentStore + An office equipment store. + + + + + Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value. + petsAllowed + + + + + + + + Email address. + + + + email + + + + + knownVehicleDamages + + A textual description of known damages, both repaired and unrepaired. + + + Date of first broadcast/publication. + + + + datePublished + + + + + + + partOfSeason + The season to which this episode belongs. + + + + + vatID + + The Value-added Tax ID of the organization or person. + + + + The act of expressing a desire about the object. An agent wants an object. + + WantAction + + + Classification of the album by it's type of content: soundtrack, live album, studio album, etc. + + + + albumProductionType + + + The kind of aircraft (e.g., "Boeing 747"). + + + aircraft + + + + TollFree + The associated telephone number is toll free. + + + A posting to a discussion forum. + DiscussionForumPosting + + + + + FireStation + A fire station. With firemen. + + + + The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.). + producer + + + + + + http://en.wikipedia.org/wiki/Resort). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ + + Resort +
+ + + + + A description of the item. + + + description + + + A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. + + + disambiguatingDescription + + + issue-1004 + + + A radio channel that uses FM. + FMRadioChannel + + + + Date when this media object was uploaded to this site. + uploadDate + + + + + + The lowest price if the price is a range. + minPrice + + + + + acceptsReservations + + + Yes or No.]]> + + + + referencesOrder + + The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice. + + + + A courthouse. + Courthouse + + + + + + releasedEvent + The place and time the release was issued, expressed as a PublicationEvent. + + + weight + + + + The weight of the product or person. + + + + The act of downloading an object. + DownloadAction + + + + catalogNumber + + + The catalog number for the release. + + + + + DigitalAudioTapeFormat. + DigitalAudioTapeFormat + + + PresentationDigitalDocument + A file containing slides or used for a presentation. + + + + Residence type: Gated community. + GatedResidenceCommunity + + + + + + busNumber + The unique identifier for the bus. + + + + dateModified + + + The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. + + + + + maps + A URL to a map of the place. + + + + + Bridge + + A bridge. + + + WholesaleStore + + A wholesale store. + + + WPFooter + The footer section of the page. + + + + The date/time the message was received if a single recipient exists. + + + dateReceived + + + + A city or town. + City + + + + hoursAvailable + + + + The hours during which this service or contact is available. + + + + + + A performer at the event&#x2014;for example, a presenter, musician, musical group or actor. + performer + + + + + + The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor. + performers + + + + + + targetPlatform + + Type of app development: phone, Metro style, desktop, XBox, etc. + + + + The number of adults staying in the unit. + numAdults + + + + + The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants. + + DisagreeAction + + + model + + + The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties. + + + + + DanceGroup + A dance group&#x2014;for example, the Alvin Ailey Dance Theater or Riverdance. + + + A short radio program or a segment/part of a radio program. + + RadioClip + + + + + + DE-9IM.]]> + + geoContains + + + + + Position of the episode within an ordered group of episodes. + + + episodeNumber + + + reservationId + A unique identifier for the reservation. + + + + + AmusementPark + An amusement park. + + + + + interactivityType + The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. + + + + + ShoppingCenter + A shopping center or mall. + + + An historical landmark or building. + LandmarksOrHistoricalBuildings + + + + CurrencyConversionService + + + A service to convert funds from one currency to another currency. + + + The scope of the warranty promise. + warrantyScope + + + + + + + numberOfPreviousOwners + +
+ +Typical unit code(s): C62]]>
+ + +
+ + Indicates the mobility of a provided service (e.g. 'static', 'dynamic'). + + + providerMobility + + + The count of total number of reviews. + + reviewCount + + + + datePosted + Publication date of an online listing. + + + + + + +
+ +Usage guidelines:

+ +
    +
  • Use the priceCurrency property (with standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR") instead of including ambiguous symbols such as '$' in the value.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
  • Note that both RDFa and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.
  • +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
+]]>
+ + + + price + +
+ + The status of a reservation when a request has been sent, but not confirmed. + ReservationPending + + + DeleteAction + The act of editing a recipient by removing one of its objects. + + + + + + hasMenuItem + + A food or drink item contained in a menu or menu section. + + + + A bike store. + BikeStore + + + The place where the person died. + + + deathPlace + + + + + Thumbnail image for an image or video. + thumbnail + + + + An car dealership. + + AutoDealer + + + Indicates whether API is managed or unmanaged. + + + programmingModel + + + contentType + + + The supported content type(s) for an EntryPoint response. + + + + + featureList + Features or modules provided by this application (and possibly required by other applications). + + + + + + + arrivalBusStop + The stop or station from which the bus arrives. + + + + A subway station. + SubwayStation + + + + telephone + + + + The telephone number. + + + + + + estimatedFlightDuration + The estimated time the flight will take. + + + + BowlingAlley + A bowling alley. + + + + + + flightDistance + + The distance of the flight. + + + AutoWash + A car wash business. + + + + Identifier of the flight's departure terminal. + + departureTerminal + + + + + target + Indicates a target EntryPoint for an Action. + + + + RejectAction + +
+ +Related actions:

+ + +]]>
+
+ + + A link to the page containing the comments of the CreativeWork. + + discussionUrl + + + relatedTo + + + The most generic familial relation. + + + + resultComment + A sub property of result. The Comment created or sent as a result of this action. + + + + + + reservedTicket + + A ticket associated with the reservation. + + + + + + valueMaxLength + Specifies the allowed range for number of characters in a literal value. + + + Event that this person is a performer or participant in. + + + performerIn + + + SubscribeAction + +
+ +Related actions:

+ +
    +
  • FollowAction: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.
  • +
  • RegisterAction: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.
  • +
  • JoinAction: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.
  • +
+]]>
+
+ + + + issue-243 + A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying. + WorkersUnion + + + icaoCode + + + ICAO identifier for an airport. + + + + + + The delivery method(s) available for this offer. + availableDeliveryMethod + + + + CampingPitch + + CampingPitch is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or Campground.

+ +In British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites. +(Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).

+ +See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ +
+ + + MeetingRoom + + http://en.wikipedia.org/wiki/Conference_hall). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+
+ + + + fuelConsumption +
+ +
    +
  • Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use unitText to indicate the unit of measurement, e.g. L/100 km.
  • +
  • Note 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.
  • +
  • Note 3: Often, the absolute value is useful only when related to driving speed ("at 80 km/h") or usage pattern ("city traffic"). You can use valueReference to link the value for the fuel consumption to another value.
  • +
+]]>
+ +
+ + + + + The date on which the CreativeWork was created or the item was added to a DataFeed. + dateCreated + + + + + Event type: Business event. + BusinessEvent + + + + acceptedOffer + The offer(s) -- e.g., product, quantity and price combinations -- included in the order. + + + + mealService + + + Description of the meals that will be provided or available for purchase. + + + LockerDelivery + + A DeliveryMethod in which an item is made available via locker. + + + + + ownedFrom + The date and time of obtaining the product. + + + + orderItemStatus + + + The current status of the order item. + + + musicBy + + + + + + + + + + + The composer of the soundtrack. + + + + address + + + + + + + + Physical address of the item. + + + Indicates that the item is used. + UsedCondition + + + MultiPlayer + Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously. + + + + + + + issue-2322 + + A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation. + skills + + issue-1698 + + + eligibleQuantity + + + + + + The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity. + + + issue-1389 + +
+ +The speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:

+ +1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.

+ +2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.

+ +3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.

+ +For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this +we define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.]]>
+ + + + speakable + +
+ + + Indicates the kind of Map, from the MapCategoryType Enumeration. + mapType + + + + The status of a reservation on hold pending an update like credit card number or flight changes. + ReservationHold + + + recipe + + A sub property of instrument. The recipe/instructions used to perform the action. + + + + + + Tracking url for the parcel delivery. + trackingUrl + + + + OnlineOnly + Indicates that the item is available only online. + + + opponent + + A sub property of participant. The opponent on this action. + + + + + seatRow + + + The row location of the reserved seat (e.g., B). + + + + Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name. + valueName + + + + FAQPage + FAQPage is a WebPage presenting one or more "Frequently asked questions" (see also QAPage).]]> + + + issue-1723 + + + dropoffLocation + Where a rental car can be dropped off. + + + + + The name of the credit card or other method of payment for the order. + paymentMethod + + + + + + Volcano + + A volcano, like Fuji san. + + + + numberOfPages + + The number of pages in the book. + + + + TakeAction +
+ +Related actions:

+ +
    +
  • GiveAction: The reciprocal of TakeAction.
  • +
  • ReceiveAction: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.
  • +
+]]>
+
+ + + issue-1779 + validFor + + + + The duration of validity of a permit or similar thing. + + + + + + + + GS1 GTIN Summary for more details.]]> + gtin14 + + + + + hasMenuSection + + A subgrouping of the menu (by dishes, course, serving time period, etc.). + + + + + The date the ticket was issued. + dateIssued + + + + + + A motorcycle dealer. + MotorcycleDealer + + + + GolfCourse + A golf course. + + + + + +
+ +Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.]]>
+ + + additionalProperty + +
+ + + ISO 3166 format.]]> + + regionsAllowed + + + + StudioAlbum. + StudioAlbum + + + + + + + orderedItem + The item ordered. + + + + A playground. + Playground + + + + UserPlays + Action-based vocabulary, alongside types such as Comment.]]> + + + + + proficiencyLevel + + + Proficiency needed for this content; expected values: 'Beginner', 'Expert'. + + + CompletedActionStatus + An action that has already taken place. + + + Supporting data for a SoftwareApplication. + supportingData + + + + + + DE-9IM.]]> + geoWithin + + + + + + + LaserDiscFormat. + LaserDiscFormat + + + + The base salary of the job or of an employee in an EmployeeRole. + + baseSalary + + + + + + + + + + bed + The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text. + If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property. + + + + + + The datetime the item was removed from the DataFeed. + + + dateDeleted + + + + schemaVersion + Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application. + + + + + + An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers). + contactOption + + + + + + A full description of the lodging unit. + lodgingUnitDescription + + + propertyID + A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be +(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3) +a URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry). +Standards bodies should promote a standard prefix for the identifiers of properties from their standards. + + + + + + ArriveAction + The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants. + + + + + occupationLocation + The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions. + + issue-1698 + + + + VinylFormat. + + VinylFormat + + + + + replacee + A sub property of object. The object that is being replaced. + + + + The current status of the order. + + + orderStatus + + + The opening hours of a certain place. + + + + openingHoursSpecification + + + author + + + The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably. + + + + + boardingPolicy + + + The type of boarding policy used by the airline (e.g. zone-based or group-based). + + + + + + serviceSmsNumber + The number to access the service by text message. + + + + wordCount + The number of words in the text of the Article. + + + + + + The thing -- flight, event, restaurant,etc. being reserved. + reservationFor + + + + AlbumRelease + AlbumRelease. + + + + + A set of links that can help a user understand and navigate a website hierarchy. + + breadcrumb + + + + GasStation + A gas station. + + + + LeftHandDriving + The steering position is on the left side of the vehicle (viewed from the main direction of driving). + + + Whether multiple values are allowed for the property. Default is false. + + multipleValues + + + + PaintAction + The act of producing a painting, typically with paint and canvas as instruments. + + + + A taxi stand. + TaxiStand + + + + A winery. + Winery + + + + + + + The home team in a sports event. + + homeTeam + + + The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.). + audienceType + + + + + + Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. + paymentAccepted + + + + The number of grams of saturated fat. + + saturatedFatContent + + + + + A short segment/part of a movie. + MovieClip + + + UnRegisterAction + +
+ +Related actions:

+ +
    +
  • RegisterAction: antonym of UnRegisterAction.
  • +
  • LeaveAction: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.
  • +
+]]>
+
+ + + + + + geoRadius + Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation). + + + A license document that applies to this content, typically indicated by URL. + + + license + + + + UserCheckins + + + Action-based vocabulary, alongside types such as Comment.]]> + + + IgnoreAction + The act of intentionally disregarding the object. An agent ignores an object. + + + + Brewery + Brewery. + + + + A file composed primarily of text. + TextDigitalDocument + + + +
+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ BedAndBreakfast + +
+ + +
+ +Related actions:

+ +
    +
  • CheckInAction: The antonym of CheckOutAction.
  • +
  • DepartAction: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.
  • +
  • CancelAction: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.
  • +
+]]>
+ CheckOutAction +
+ + + deliveryMethod + + + + + + A sub property of instrument. The method of delivery. + + + + originAddress + Shipper's address. + + + + Version of the software instance. + + softwareVersion + + + + + + The kind of release which this album is: single, EP or album. + + albumReleaseType + + + + + A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage). + characterAttribute + + + + + + programName + The program providing the membership. + + + + A dentist. + Dentist + + + + + The act of distributing content to people for their amusement or edification. + + ShareAction + + + surface + A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc. + + + + The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc. + artworkSurface + + + + + + + + + + + + + A sub property of location. The final location of the object or the agent after the action. + toLocation + + + + + + + One of the continents (for example, Europe or Africa). + + Continent + + + + + + The International Standard Musical Work Code for the composition. + iswcCode + + + + + If the file can be downloaded, URL to download the binary. + downloadUrl + + + + printColumn + + The number of the column in which the NewsArticle appears in the print edition. + + + An elementary school. + ElementarySchool + + + + departureBusStop + The stop or station from which the bus departs. + + + + + + + The expected arrival time. + + arrivalTime + + + + The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list. + + + numberOfItems + + + + + + GS1 GTIN Summary for more details.]]> + + gtin12 + + + + + + + + The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) ("gearbox" for cars). + + vehicleTransmission + + + + + The delivery method(s) to which the delivery charge or payment charge specification applies. + + appliesToDeliveryMethod + + + + + + + + includedComposition + Smaller compositions included in this work (e.g. a movement in a symphony). + + + TheaterGroup + A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre. + + + + geoDisjoint + + DE-9IM)]]> + + + + + + + + + + + volumeNumber + Identifies the volume of publication or multi-part work; for example, "iii" or "2". + + + + Indicates that the item is refurbished. + RefurbishedCondition + + + AnimalShelter + + Animal shelter. + + + + Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. + + potentialAction + + + issue-1698 + + + + percentile75 + The 75th percentile value. + + + Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code. + countriesSupported + + + + + availableThrough + + + After this date, the item will no longer be available for pickup. + + + + A pointer to products or services sought by the organization or person (demand). + + seeks + + + + + A store that sells materials useful or necessary for various hobbies. + HobbyShop + + + + + The geo coordinates of the place. + + + geo + + + + + + + taxID + + The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. + + + encodingFormat.]]> + + + caption + + + + + + additionalName + + An additional name for a Person, can be used for a middle name. + + + + VegetarianDiet + A diet exclusive of animal meat. + + + +
+ +Usage guidelines:

+ +
    +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
+]]>
+ lowPrice + + +
+ + + The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles. + + + + + The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer. + + + + serialNumber + + + + + + vehicleIdentificationNumber + + + GovernmentPermit + A permit issued by a government agency. + + + + + + The playlist to which this recording belongs. + inPlaylist + + + Zoo + + A zoo. + + + ratingValue + + +
+ +Usage guidelines:

+ +
    +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
+]]>
+ +
+ + + Campground + + Campground is a place used for overnight stay in the outdoors, typically containing individual CampingPitch locations.

+ +In British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).

+ +See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ +
+ + The textual content of this CreativeWork. + text + + + + + A parking map. + ParkingMap + + + Discontinued + Indicates that the item has been discontinued. + + + + + businessFunction + + + + The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell. + + + + The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual. + + issue-1110 + accessMode + + + + LowSaltDiet + A diet focused on reduced sodium intake. + + + + + + DE-9IM.]]> + geoCoveredBy + + + + Web page type: About page. + AboutPage + + + + + + A secondary title of the CreativeWork. + alternativeHeadline + + + A pet store. + PetStore + + + + The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight). + ActivateAction + + + + DE-9IM )]]> + + geoTouches + + + + + + + contactType + A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point. + + + + ZoneBoardingPolicy + The airline boards by zones of the plane. + + + + A table on a Web page. + Table + + + The geographic area associated with the audience. + + + geographicArea + + + + numTracks + The number of tracks in this album or playlist. + + + + EatAction + + The act of swallowing solid objects. + + + The latest someone may check out of a lodging establishment. + checkoutTime + + + + + + + Indications regarding the permitted usage of the accommodation. + + + permittedUsage + + + + + + softwareAddOn + Additional content for a software application. + + + A secondary contributor to the CreativeWork or Event. + contributor + + + + + + + A CreativeWork attached to the message. + messageAttachment + + + + + + An Insurance agency. + InsuranceAgency + + + + + + An award won by or for this item. + + + + award + + + + + + + + awards + + + Awards won by or for this item. + + + + + Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization. + + feesAndCommissionsSpecification + + + + + ViewAction + The act of consuming static visual content. + + + + A media object that encodes this CreativeWork. This property is a synonym for encoding. + + + associatedMedia + + + URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. + sameAs + + + + + entertainmentBusiness + + + + A sub property of location. The entertainment business where the action occurred. + + + downvoteCount + + The number of downvotes this question, answer or comment has received from the community. + + + + + + blogPosts + + + + blogPost + + A posting that is part of this blog. + + + + The postings that are part of this blog. + + + HowToTip + An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection). + + + + + WebSchemas wiki lists possible values).]]> + + accessibilityControl + + + + PublicHolidays + OpeningHoursSpecification. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.]]> + + + + + carrierRequirements + + Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network). + + + Hospital + A hospital. + + + + + + + The date the item e.g. vehicle was purchased by the current owner. + + purchaseDate + + + + + + + + URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.

+ +While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology.]]>
+ publishingPrinciples + + +
+ + Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached. + OnlineFull + + + numberOfSeasons + + + The number of seasons in this series. + + + + + priceValidUntil + + + The date after which the price is no longer available. + + + title + + The title of the job. + + + + Shipper tracking number. + + + trackingNumber + + + + + + + A work featured in some event, e.g. exhibited in an ExhibitionEvent. + Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent). + workFeatured + + + The movie presented during this event. + + workPresented + + + + releaseDate + + The release date of a product or product model. This can be used to distinguish the exact variant of a product. + + + + + Paperback + Book format: Paperback. + + + + + + + A sub property of participant. The owner of the real estate property. + landlord + + + foodEstablishment + + A sub property of location. The specific food establishment where the action occurred. + + + + + + + + workPerformed + + A work performed in some event, for example a play performed in a TheaterEvent. + + + + FoodService + + A food service, like breakfast, lunch, or dinner. + + + Waterfall + + A waterfall, like Niagara. + + + InternetCafe + An internet cafe. + + + + interactionType + LikeAction. For down votes use DislikeAction. Otherwise, use the most specific Action.]]> + + + + + An automatic payment system is in place and will be used. + PaymentAutomaticallyApplied + + + + FrontWheelDriveConfiguration + Front-wheel drive is a transmission layout where the engine drives the front wheels. + + + + + A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. + + + + encoding + + + encodings + A media object that encodes this CreativeWork. + + + + + DiabeticDiet + A diet appropriate for people with diabetes. + + + A crematorium. + + Crematorium + + + + firstPerformance + The date and place the work was first performed. + + + + + AutoPartsStore + An auto parts store. + + + + + OrderPickupAvailable + OrderStatus representing availability of an order for pickup. + + + eventStatus + An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled. + + + + + modifiedTime + + + The date and time the reservation was modified. + + + + boardingGroup + The airline-specific indicator of boarding order / preference. + + + + Web page type: Video gallery page. + + VideoGallery + + + + Indicates whether this content is family friendly. + isFamilyFriendly + + + + Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc. + + articleSection + + + + + Event type: Education event. + EducationEvent + + + + The most generic uni-directional social relation. + follows + + + + TouristInformationCenter + + A tourist information center. + + + LimitedAvailability + Indicates that the item has limited availability. + + + + + unitCode.]]> + + + + unitText + + + + Identifier of the flight's arrival gate. + + arrivalGate + + + Synagogue + + A synagogue. + + + The act of consuming audio content. + + ListenAction + + + encodingType + + The supported encoding type(s) for an EntryPoint request. + + + + A shoe store. + ShoeStore + + + + + temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate.]]> + + temporal + + + + winner + + A sub property of participant. The winner of the action. + + + + + IceCreamShop + + An ice cream shop. + + + + An alias for the item. + + alternateName + + + + + browserRequirements + Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'. + + + + SkiResort + A ski resort. + + + userInteractionCount + The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. + + + + + sportsActivityLocation + + + + A sub property of location. The sports activity location where this action occurred. + + + The identifier of the transaction. + + orderNumber + + + + + + + longitude + -122.08585 (WGS 84).]]> + + + + +
+ +Related actions:

+ + +]]>
+ + ConfirmAction +
+ + OfflinePermanently + Game server status: OfflinePermanently. Server is offline and not available. + + + + +
+ +Typical unit code(s): C62]]>
+ + + numberOfAxles +
+ + + Where a taxi will pick up a passenger or a rental car can be picked up. + + + pickupLocation + + + vehicleInteriorType + + + + The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience. + + + QuoteAction + + An agent quotes/estimates/appraises an object/product/service with a price at a location/store. + + + TransitMap + A transit map. + + + A restaurant. + + Restaurant + + + + + The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction. + annualPercentageRate + + + + + validUntil + The date when the item is no longer valid. + + + + + + + + + issue-2420 + audio + + An embedded audio object. + + + + + The depth of the item. + + + depth + + + + + + + + + + + valueReference + + + A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature. + + + + Date on which the content on this web page was last reviewed for accuracy and/or completeness. + lastReviewed + + + + dateSent + + The date/time at which the message was sent. + + + + + ReserveAction +
+ +Related actions:

+ +
    +
  • ScheduleAction: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.
  • +
+]]>
+
+ + processorRequirements + + + Processor architecture required to run the application (e.g. IA64). + + + ExerciseGym + + A gym. + + + + + targetUrl + The URL of a node in an established educational framework. + + + The act of capturing sound and moving images on film, video, or digitally. + FilmAction + + + + + UserPlusOnes + Action-based vocabulary, alongside types such as Comment.]]> + + + + EndorsementRating + + issue-1293 + result of an EndorseAction in which the object of the action is rated positively by +some agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.

+ +An EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive, +endorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.]]>
+ +
+ + + The act of allocating an action/event/task to some destination (someone or something). + AssignAction + + + ElectronicsStore + An electronics store. + + + + Indicate how many people can play this game (minimum, maximum, or range). + + + numberOfPlayers + + + + The time interval used to compute the invoice. + + billingPeriod + + + + + + Hotel +
+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+
+ + + The serving size, in terms of the number of volume or mass. + + servingSize + + + + screenCount + + The number of screens in the movie theater. + + + + + vehicleInteriorColor + The color or color combination of the interior of the vehicle. + + + + + The unique identifier for the ticket. + ticketNumber + + + + + issue-1698 + + + + Description of skills and experience needed for the position or Occupation. + experienceRequirements + + + Indicates that the item is available for pre-order. + PreOrder + + + Car + + A car is a wheeled, self-powered motor vehicle used for transportation. + + + + This property is deprecated, alongside the UserInteraction types on which it depended. + interactionCount + + + + + The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. + + + interactionStatistic + issue-2421 + + + + + + + The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. + learningResourceType + + + + The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default. + EventScheduled + + + OrderStatus representing that payment is due on an order. + OrderPaymentDue + + + + Event type: Music event. + MusicEvent + + + + + Textual description of the unit type (including suite vs. room, size of bed, etc.). + lodgingUnitType + + + + Florist + + A florist. + + + + lesser + + + This ordering relation for qualitative values indicates that the subject is lesser than the object. + + + creditedTo + + The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to "Stefani Germanotta Band", but by Lady Gaga. + + + + + + + + Organization offering the job position. + hiringOrganization + + + CreditCard +
+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#AmericanExpress
  • +
  • http://purl.org/goodrelations/v1#DinersClub
  • +
  • http://purl.org/goodrelations/v1#Discover
  • +
  • http://purl.org/goodrelations/v1#JCB
  • +
  • http://purl.org/goodrelations/v1#MasterCard
  • +
  • http://purl.org/goodrelations/v1#VISA
  • +
+]]>
+ + + + +
+ + The date that this organization was founded. + + foundingDate + + + + discountCurrency +
+ +Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".]]>
+ + +
+ + + The 90th percentile value. + + + percentile90 + issue-1698 + + + Event type: Sales event. + + SaleEvent + + + + + + The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup. + deliveryLeadTime + + + + CafeOrCoffeeShop + + A cafe or coffee shop. + + + SoundtrackAlbum + SoundtrackAlbum. + + + + + + thumbnailUrl + A thumbnail image relevant to the Thing. + + + + significantLinks + + + + One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most. + significantLink + + + + + The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most. + + + The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication. + actionPlatform + + + + + + associatedArticle + + A NewsArticle associated with the Media Object. + + + + A tire shop. + TireShop + + + + + area + The area within which users can expect to reach the broadcast service. + + + + + The geographic area where the service is provided. + + + serviceArea + + + + + + + + + A hardware store. + + HardwareStore + + + A media season e.g. tv, radio, video game etc. + + + Season + + + + + issue-1125 + PreOrderAction + An agent orders a (not yet released) object/product/service to be delivered/sent. + + + LakeBodyOfWater + A lake (for example, Lake Pontrachain). + + + + + addressRegion + Administrative division]]> + + + + + A high school. + HighSchool + + + +
+ +For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch.]]>
+ branchCode + +
+ + The number of grams of fat. + fatContent + + + + + Saturday + + The day of the week between Friday and Sunday. + + + addressCountry + + + + ISO 3166-1 alpha-2 country code.]]> + + + + + + grantee + + + + The person, organization, contact point, or audience that has been granted this permission. + + + + minValue + + + + The lower value of some characteristic or property. + + + + + + + vendor + + + + + + seller + + + + + + An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider. + + + + + + 'vendor' is an earlier term for 'seller'. + + + A series of books. Included books can be indicated with the hasPart property. + + BookSeries + + + + The purpose of a work in the context of education; for example, 'assignment', 'group work'. + + educationalUse + + + + numberOfDoors + + + +
+ +Typical unit code(s): C62]]>
+
+ + productionDate + + + The date of production of the item, e.g. vehicle. + + + + + Event type: Social event. + SocialEvent + + + + CompilationAlbum + + CompilationAlbum. + + + Official rating of a piece of content&#x2014;for example,'MPAA PG-13'. + + + contentRating + + + + + Was the offer accepted as a gift for someone other than the buyer. + + isGift + + + + + meta itemprop="productID" content="isbn:123-456-789".]]> + + productID + + + + + Method used for delivery or shipping. + + hasDeliveryMethod + + + + IETF BCP 47 standard. See also inLanguage]]> + + + + + + availableLanguage + + + + CheckoutPage + Web page type: Checkout page. + + + WebSchemas wiki lists possible values).]]> + accessibilityAPI + + + + + + + authenticator + + issue-1741 + The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media. + + + + + + + A person who founded this organization. + founder + + + A person who founded this organization. + founders + + + + + The airline boards by groups based on check-in time, priority, etc. + GroupBoardingPolicy + + + availableFrom + When the item is available for pickup from the store, locker, etc. + + + + + + + + isRelatedTo + A pointer to another, somehow related product (or multiple products). + + + + + A bookstore. + + BookStore + + + yearsInOperation + The age of the business. + + + + + printSection + + + If this NewsArticle appears in print, this field indicates the print section in which the article appeared. + + + Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property. + + givenName + + + + A member of a music group&#x2014;for example, John, Paul, George, or Ringo. + + musicGroupMember + + + + + FastFoodRestaurant + + A fast-food restaurant. + + + + merchant + + + + 'merchant' is an out-dated term for 'seller'. + + + arrivalAirport + + The airport where the flight terminates. + + + + yearlyRevenue + + The size of the business in annual revenue. + + + + + + IATA identifier for an airline or airport. + + iataCode + + + + accountablePerson + + Specifies the Person that is legally accountable for the CreativeWork. + + + + The product that this structured value is referring to. + + + + + typeOfGood + + + + + publishedOn + A broadcast service associated with the publication event. + + + ScholarlyArticle + A scholarly article. + + + + + ConvenienceStore + A convenience store. + + + + + The closing hour of the place or service on the given day(s) of the week. + + closes + + + The time at which the UserComment was made. + + + commentTime + + + + ArtGallery + + An art gallery. + + + BarOrPub + A bar or pub. + + + + + + + + + A photograph of this place. + + + photo + + + photos + + Photographs of this place. + + + + The number of grams of protein. + proteinContent + + + + + RemixAlbum + + RemixAlbum. + + + + Web page type: Search results page. + SearchResultsPage + + + + WearAction + The act of dressing oneself in clothing. + + + Event type: A social dance. + DanceEvent + + + + Conversation + + One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties. + + + SingleRelease. + SingleRelease + + + + + The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight). + DeactivateAction + + + + + The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle. + fuelType + + + + + + + + + A media object representing the circumstances after performing this direction. + afterMedia + + + + + + + sibling + A sibling of the person. + + + + + + A sibling of the person. + siblings + + + This ordering relation for qualitative values indicates that the subject is greater than the object. + greater + + + + + +
+ +
    +
  • Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use unitText to indicate the unit of measurement, e.g. mpg or km/L.
  • +
  • Note 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.
  • +
  • Note 3: Often, the absolute value is useful only when related to driving speed ("at 80 km/h") or usage pattern ("city traffic"). You can use valueReference to link the value for the fuel economy to another value.
  • +
+]]>
+ fuelEfficiency + + + +
+ + + If responding yes, the number of guests who will attend in addition to the invitee. + additionalNumberOfGuests + + + + + MusicVideoObject + A music video file. + + + + + nextItem + A link to the ListItem that follows the current one. + + + A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer. + + + + itemCondition + + + + KosherDiet + A diet conforming to Jewish dietary practices. + + + + The format of the book. + bookFormat + + + + RsvpResponseYes + The invitee will attend. + + + A Childcare center. + ChildCare + + + + + A mosque. + Mosque + + + + + screenshot + A link to a screenshot image of the app. + + + + + serviceOperator + + The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor. + + + The episode to which this clip belongs. + + + + partOfEpisode + + + + interactionService + + The WebSite or SoftwareApplication where the interactions took place. + + + + + A clothing store. + ClothingStore + + + The act of reaching a draw in a competitive activity. + + TieAction + + + + + Destination address. + deliveryAddress + + + +
+ +
    +
  • Days are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.
  • +
  • Times are specified using 24:00 time. For example, 3pm is specified as 15:00.
  • +
  • Here is an example: <time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>.
  • +
  • If a business is open 7 days a week, then it can be specified as <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>.
  • +
+]]>
+ openingHours + + +
+ + + The number of grams of unsaturated fat. + unsaturatedFatContent + + + + DryCleaningOrLaundry + A dry-cleaning business. + + + + OrderDelivered + OrderStatus representing successful delivery of an order. + + + A canal, like the Panama Canal. + Canal + + + + + RecyclingCenter + A recycling center. + + + AccountingService +
+ +As a LocalBusiness it can be described as a provider of one or more Service(s).]]>
+ +
+ + EventReservation + +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.]]>
+
+ + The service provided by this channel. + + + providesService + + + + The day of the week between Saturday and Monday. + Sunday + + + + commentCount + The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere. + + + + + + streetAddress + The street address. For example, 1600 Amphitheatre Pkwy. + + + True is the broadcast is of a live event. + isLiveBroadcast + + + + + + + partOfOrder + The overall order the items in this delivery were included in. + + + Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance. + + + ticketToken + + + + + + predecessorOf + A pointer from a previous, often discontinued variant of the product to its newer variant. + + + + + + dependencies + Prerequisites needed to fulfill steps in article. + + + GeneralContractor + A general contractor. + + + + + Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed. + fileSize + + + + Event type: Comedy event. + ComedyEvent + + + + + + + Any discount applied (to an Order). + discount + + + + + New entry added as the package passes through each leg of its journey (from shipment to final delivery). + deliveryStatus + + + PoliceStation + A police station. + + + + + MensClothingStore + A men's clothing store. + + + + A day spa. + + DaySpa + + + isrcCode + The International Standard Recording Code for the recording. + + + + + + + +
+ +Use this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours.]]>
+ specialOpeningHoursSpecification +
+ + TattooParlor + A tattoo parlor. + + + + + priceType + + + A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry. + + + Indicates that the item is damaged. + DamagedCondition + + + WritePermission + Permission to write or edit the document. + + + AudiobookFormat + Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties. + + + AdultEntertainment + + An adult entertainment establishment. + + + + + + lyrics + The words in the song. + + + amountOfThisGood + The quantity of the goods included in the offer. + + + + + + A painting. + Painting + + + + + Links to tips, tactics, etc. + + gameTip + + + + SportsClub + A sports club. + + + The boolean value false. + False + + + + + The party holding the legal copyright to the CreativeWork. + + copyrightHolder + + + specialCommitments + + + Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc. + + + Course used by the course provider (e.g. CS101 or 6.001).]]> + + + courseCode + + + ATM/cash machine. + + AutomatedTeller + + + The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer). + SuspendAction + + + + + videoQuality + + The quality of the video. + + + Indicates that the item is new. + NewCondition + + + + + A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed. + + issue-1741 + actionAccessibilityRequirement + + + OutletStore + + An outlet store. + + + + The place where the person was born. + + birthPlace + + + + + Distillery + A distillery. + issue-743 + + + OrderProblem + OrderStatus representing that there is a problem with the order. + + + DigitalFormat + DigitalFormat. + + + + Position of the clip within an ordered group of clips. + + + + + clipNumber + + + + A file containing a note, primarily for the author. + NoteDigitalDocument + + + CourseInstance.]]> + instructor + + + + + The median value. + + median + + + issue-1698 + + + version + + The version of the CreativeWork embodied by a specified resource. + + + + + musicalKey + + The key, mode, or scale this composition uses. + + + + + Aquarium. + + Aquarium + + + + The website to access the service. + + serviceUrl + + + + + Associated product/technology version. e.g., .NET Framework 4.5. + assemblyVersion + + + DVDFormat. + + DVDFormat + + + The distance travelled, e.g. exercising or travelling. + + distance + + + + + Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0). + + + + runtimePlatform + Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0). + + + + runtime + + + + + A navigation element of the page. + + SiteNavigationElement + + + + Periodical +
+ +See also blog post.]]>
+ + +
+ + broadcastDisplayName + + + The name displayed in the channel guide. For many US affiliates, it is the network name. + + + + SportingGoodsStore + A sporting goods store. + + + ItemListUnordered + An ItemList ordered with no explicit order. + + + + BankOrCreditUnion + Bank or credit union. + + + + Cheat codes to the game. + + + cheatCode + + + + This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object. + lesserOrEqual + + + + + A middle school (typically for children aged around 11-14, although this varies somewhat). + + MiddleSchool + + + The date that this organization was dissolved. + + dissolutionDate + + + + OrderCancelled + OrderStatus representing cancellation of an order. + + + Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. + + + keywords + + + The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer). + ResumeAction + + + + + Description of benefits associated with the job. + + + + + Description of benefits associated with the job. + + jobBenefits + + + benefits + + +
+ +Typical unit code(s): LTR for liters, FTQ for cubic foot/feet

+ +Note: You can use minValue and maxValue to indicate ranges.]]>
+ cargoVolume + + + +
+ + + gameItem + + An item is an object within the game world that can be collected by a player or, occasionally, a non-player character. + + + + targetName + + The name of a node in an established educational framework. + + + + A seating map. + SeatingMap + + + EmploymentAgency + + An employment agency. + + + BeautySalon + + Beauty salon. + + + + Pond + A pond. + + + Event type: Theater performance. + TheaterEvent + + + + + UserPageVisits + + Action-based vocabulary, alongside types such as Comment.]]> + + + + acquiredFrom + + + + The organization or person from which the product was acquired. + + + OrderStatus representing that an order has been returned. + OrderReturned + + + The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants. + DislikeAction + + + + + The type of permission granted the person, organization, or audience. + permissionType + + + + Locksmith + + A locksmith. + + + seatingType + The type/class of the seat. + + + + + + Book format: Hardcover. + Hardcover + + + CityHall + + A city hall. + + + + educationalRole + An educationalRole of an EducationalAudience. + + + + A diet focused on reduced calorie intake. + LowCalorieDiet + + + + ImageGallery + Web page type: Image gallery page. + + + + + playerType + Player type required&#x2014;for example, Flash or Silverlight. + + + broadcastFrequency + + + + + issue-1004 + The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. "87 FM". + + + + A link to the ListItem that preceeds the current one. + previousItem + + + + + calories + + + The number of calories. + + + Status of a game server. + serverStatus + + + + + + + A sub property of participant. The person that borrows the object being lent. + + borrower + + + The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s). + EventCancelled + + + + + The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority). + + passengerPriorityStatus + + + smokingAllowed + + + + Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. + + + broadcastTimezone + ISO 8601 format for which the service bases its broadcasts]]> + + + + + A graveyard. + + Cemetery + + + A travel agency. + + TravelAgency + + + + + Specifies whether the applicable value-added tax (VAT) is included in the price specification or not. + + valueAddedTaxIncluded + + + + A sub property of participant. The participant/person/organization that bought the object. + + + buyer + + + AutoRental + + A car rental business. + + + + membershipNumber + A unique identifier for the membership. + + + + + videoFormat + + + The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.). + + + + + DemoAlbum. + DemoAlbum + + + numChildren + + + + The number of children staying in the unit. + + + + tickerSymbol + The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022. + + + + affiliation + An organization that this person is affiliated with. For example, a school/university, a club, or a team. + + + + + An Organization (or ProgramMembership) to which this Person or Organization belongs. + + + memberOf + + + + + + + + Indicates that the item is available for ordering and delivery before general availability. + PreSale + + + Researchers. + Researcher + + + This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property. + + billingIncrement + + + + + Uses devices to support users with hearing impairments. + HearingImpairedSupported + + + A diet appropriate for people with lactose intolerance. + LowLactoseDiet + + + mileageFromOdometer + + + +
+ +Typical unit code(s): KMT for kilometers, SMI for statute miles]]>
+
+ + line + A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space. + + + + + + Float + Data type: Floating number. + + +
+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#DHL
  • +
  • http://purl.org/goodrelations/v1#FederalExpress
  • +
  • http://purl.org/goodrelations/v1#UPS
  • +
+]]>
+ ParcelService + + +
+ + A music venue. + + MusicVenue + + + reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work.]]> + + + reviewRating + + + releaseNotes + Description of what changed in this version. + + + + + + EventPostponed + The event has been postponed and no new date has been set. The event's previousStartDate should be set. + + + Tuesday + The day of the week between Monday and Wednesday. + + + + Permission to read or view the document. + ReadPermission + + + + servicePostalAddress + + The address for accessing the service by mail. + + + A college, university, or other third-level educational institution. + + CollegeOrUniversity + + + Wednesday + + The day of the week between Tuesday and Thursday. + + + typicalAgeRange + + The typical expected age range, e.g. '7-9', '11-'. + + + + + Bakery + + A bakery. + + + + + honorificSuffix + An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW. + + + CoOp + Play mode: CoOp. Co-operative games, where you play on the same team with friends. + + + An event venue. + + EventVenue + + + itemShipped + + Item(s) being shipped. + + + + + The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. + locationCreated + + + + + WebSchemas wiki lists possible values).]]> + accessibilityHazard + + + + MixtapeAlbum. + MixtapeAlbum + + + + + AllWheelDriveConfiguration + All-wheel Drive is a transmission layout where the engine drives all four wheels. + + + + Maximal age recommended for viewing content. + + suggestedMaxAge + + + requiredMinAge + + + Audiences defined by a person's minimum age. + + + alignmentType + + + A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'. + + + + suggestedGender + The gender of the person or audience. + + + + A public swimming pool. + + PublicSwimmingPool + + + A tennis complex. + TennisComplex + + + + Indicates that the item is out of stock. + OutOfStock + + + + + translator + + Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. + + + + + + totalPaymentDue + The total amount due. + + + + CassetteFormat + CassetteFormat. + + + + dateline + + + dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.

+ +Structured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.

+ +Dateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: "BEIRUT, Lebanon, June 2.", "Paris, France", "December 19, 2017 11:43AM Reporting from Washington", "Beijing/Moscow", "QUEZON CITY, Philippines".]]>
+
+ + An embassy. + Embassy + + + + + The URL for sending a payment. + + paymentUrl + + + True + The boolean value true. + + + The postal code. For example, 94043. + + + postalCode + + + + + Game server status: OfflineTemporarily. Server is offline now but it can be online soon. + OfflineTemporarily + + + A radio channel that uses AM. + + issue-1004 + + AMRadioChannel + + + OrderProcessing + OrderStatus representing that an order is being processed. + + + A description of an action that is supported. + PotentialActionStatus + + + + + + + + + A flag to signal that the item, event, or place is accessible for free. + + isAccessibleForFree + + + + + A flag to signal that the item, event, or place is accessible for free. + free + + + Indicates that the item is in stock. + InStock + + + Plumber + A plumbing service. + + + + + + The description of a node in an established educational framework. + targetDescription + + + SeaBodyOfWater + A sea (for example, the Caspian sea). + + + + LowFatDiet + A diet focused on reduced fat and cholesterol intake. + + + + The platform where the train arrives. + + arrivalPlatform + + + webCheckinTime + + + The time when a passenger can check into the flight online. + + + + valuePattern + Specifies a regular expression for testing literal values according to the HTML spec. + + + + The day of the week between Sunday and Tuesday. + + Monday + + + + CancelAction +
+ +Related actions:

+ + +]]>
+
+ + Indicates the main image on the page. + primaryImageOfPage + + + + + EmailMessage + + An email message. + + + childMaxAge + + + Maximal age of the child. + + + ToyStore + A toy store. + + + + Course or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using AlignmentObject.]]> + + coursePrerequisites + + + + + + The day of the week between Thursday and Saturday. + + Friday + + + fiberContent + The number of grams of fiber. + + + + + itemListElement + + + + +
+ +Text values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.

+ +Note: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.]]>
+
+ + + programMembershipUsed + + Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation. + + + The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants. + + AgreeAction + + + A diet conforming to Islamic dietary practices. + HalalDiet + + + PaymentDue + The payment is due, but still within an acceptable time to be received. + + + Museum + + A museum. + + + PaymentPastDue + The payment is due and considered late. + + + + Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability. + FourWheelDriveConfiguration + + + + The date of the first registration of the vehicle with the respective public authorities. + + + dateVehicleFirstRegistered + + + Motel +
+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ +
+ + DepartmentStore + + A department store. + + + A nail salon. + + NailSalon + + + + ScheduleAction +
+ +Related actions:

+ +
    +
  • ReserveAction: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.
  • +
+]]>
+
+ + The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants. + + DepartAction + + + VeganDiet + A diet exclusive of all animal products. + + + + PayAction + An agent pays a price to a participant. + + + + BusTrip + A trip on a commercial bus line. + + + An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider. + + OfferCatalog + + + + Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'. + Quantity + + + + SingleFamilyResidence + Residence type: Single-family home. + + + A blog post. + + BlogPosting + + + + + Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online. + Product + + + + A delivery service through which content is provided via broadcast over the air or online. + BroadcastService + + + A screening of a movie or other video. + ScreeningEvent + + + + + APIReference + Reference documentation for application programming interfaces (APIs). + + + + PlaceOfWorship + Place of worship, such as a church, synagogue, or mosque. + + + + A subclass of OrganizationRole used to describe employee relationships. + EmployeeRole + + + CivicStructure + + A public structure, such as a town hall or concert hall. + + + A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled. + TaxiService + + + + PaymentCard + + A payment method using a credit, debit, store or other card to associate the payment with an account. + + + + + + + xpath or cssSelector) sections of a document that are highlighted as particularly speakable. Instances of this type are expected to be used primarily as values of the speakable property.]]> + issue-1389 + SpeakableSpecification + + + AskAction

+ +Related actions:

+ +
    +
  • AskAction: Appears generally as an origin of a ReplyAction.
  • +
+]]>
+ ReplyAction + +
+ + issue-1061 + + ClaimReview + A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed). + + + + OfferItemCondition + + A list of possible conditions for the item. + + + A set of requirements that a must be fulfilled in order to perform an Action. + + issue-1741 + ActionAccessSpecification + + + + + A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates. + LiveBlogPosting + + + + DayOfWeek +
+ +Originally, URLs from GoodRelations were used (for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday plus a special entry for PublicHolidays); these have now been integrated directly into schema.org.]]>
+ +
+ + The act of granting permission to an object. + + AuthorizeAction + + + + ChooseAction + The act of expressing a preference from a set of options or a large or unbounded set of choices/options. + + + + DataDownload + + + A dataset in downloadable form. + + + + + + hasBroadcastChannel + + + A broadcast channel of a broadcast service. + issue-1004 + + + + + + The BroadcastService offered on this channel. + providesBroadcastService + + + Clip + + A short TV or radio program or a segment/part of a program. + + + EducationalOrganization + An educational organization. + + + + LodgingBusiness + + A lodging business, such as a motel, hotel, or inn. + + + A means for accessing a service, e.g. a government office location, web site, or phone number. + ServiceChannel + + + + + + The CreativeWork encoded by this media object. + encodesCreativeWork + + + + UserComments + + Action-based vocabulary, alongside types such as Comment.]]> + + + + + CollectionPage + Web page type: Collection page. + + + + CreativeWorkSeries, EventSeries.]]> + Series + + + + + + + + + Alumni of an organization. + + + alumni + + + + An organization that the person is an alumni of. + + alumniOf + + + The price for the delivery of an offer using a particular delivery method. + + + DeliveryChargeSpecification + + +
+ +Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.]]>
+ + + PropertyValue +
+ + + issue-1698 + A statistical distribution of values. + + QuantitativeValueDistribution + + + A dataset contained in this catalog. + + + dataset + + + + + + + + + + about + issue-1670 + + + The subject matter of the content. + + + mainEntity + + Indicates the primary entity described in some page or other CreativeWork. + + + mainEntityOfPage + + + background notes for details.]]> + + + + + + + + + RestrictedDiet + A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons. + + + A video game series. + + VideoGameSeries + + + + + businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.]]> + issue-2289 + + + + + + + + + + + + + businessFunction, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.]]> + + itemOffered + + + + offers + + + + + + + + + + + The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction. + BuyAction + + + AssessAction + + The act of forming one's opinion, reaction or sentiment. + + + XML schema for details).]]> + + Time + + +
+ +Related actions:

+ +
    +
  • ReplyAction: Appears generally as a response to AskAction.
  • +
+]]>
+ AskAction + +
+ + +
+ +Note: AggregateOffers are normally expected to associate multiple offers that all share the same defined businessFunction value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.]]>
+ AggregateOffer +
+ + A media season e.g. tv, radio, video game etc. + CreativeWorkSeason + + + + ExerciseAction + + The act of participating in exertive activity for the purposes of improving health and fitness. + + + InteractionCounter + + A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction. + + + + DataFeedItem + A single item within a larger data feed. + + + + URL + Data type: URL. + + + + The mailing address. + PostalAddress + + + + + + LocalBusiness + A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc. + + + A review of an item - for example, of a restaurant, movie, or store. + + Review + + + CreativeWorkSeries dedicated to TV broadcast and associated online delivery. + TVSeries + + + + + A music recording (track), usually a single song. + + MusicRecording + + + + DataCatalog + + + A collection of datasets. + + + A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc. + + TechArticle + + + + + MonetaryAmount to describe independent amounts of money such as a salary, credit card limits, etc.]]> + PriceSpecification + + + Thing + The most generic type of item. + + + + Server that provides game interaction in a multiplayer game. + GameServer + + + + ReservationPackage + A group of multiple reservations with common values for all sub-reservations. + + + + A value indicating which roadwheels will receive torque. + + DriveWheelConfigurationValue + + + + + + releaseOf + The album this is a release of. + + + + + + + albumRelease + A release of this album. + + + + + Boolean: True or False. + Boolean + + + + The status of an Action. + ActionStatusType + + + EntryPoint + + An entry point, within some Web-based protocol. + + + + The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another. + TransferAction + + + + + Book + A book. + + + NutritionInformation + Nutritional information about the recipe. + + + + + Seat + Used to describe a seat, such as a reserved seat in an event reservation. + + + Properties that take Mass as values are of the form '&lt;Number&gt; &lt;Mass unit of measure&gt;'. E.g., '7 kg'. + + Mass + + + ReviewAction + The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review. + + + + + + A season that is part of the media series. + + + + + + + hasPart + Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). + + + containsSeason + + + + + UnitPriceSpecification + The price asked for a given offer by the respective organization or person. + + + + + recordedAt + + + + + The CreativeWork that captured all or part of this Event. + + recordedIn + + + + The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. + + + + + A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product. + WarrantyPromise + + + + A permission for a particular person or group to access a particular file. + + DigitalDocumentPermission + + + A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer. + TypeAndQuantityNode + + + + + + The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment. + TradeAction + + + + The act of asking someone to attend an event. Reciprocal of RsvpAction. + InviteAction + + + + PerformanceRole + A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc. + + + + recordingOf + + + + + recordedAs + + + + An audio recording of the work. + + + + The composition this track is a recording of. + + + + GovernmentOffice + A government office&#x2014;for example, an IRS or DMV office. + + + Entities that have a somewhat fixed, physical extension. + + Place + + + ComputerLanguage + + Language type.]]> + + + + + A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items. + + HowToStep + + + The act of responding instinctively and emotionally to an object, expressing a sentiment. + ReactAction + + + + An order item is a line of an order. It includes the quantity and shipping details of a bought offer. + OrderItem + + + + + EmergencyService + An emergency service, such as a fire station or ER. + + + + + + issue-1670 + + A CreativeWork or Event about this Thing. + + subjectOf + + + + + Person + A person (alive, dead, undead, or fictional). + + + + + Menu + A structured representation of food or drink items available from a FoodEstablishment. + + + + offeredBy + + + + + A pointer to products or services offered by the organization or person. + + makesOffer + + + + + + + A pointer to the organization or person making the offer. + + + + + + + + Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook. + workExample + + + + + + + A creative work that this work is an example/instance/realization/derivation of. + exampleOfWork + + + Store + + A retail good store. + + + + EventStatusType + EventStatusType is an enumeration type whose instances represent several states that an Event may be in. + + + A Report generated by governmental or non-governmental organization. + + Report + + + + The act of applying an object to its intended purpose. + UseAction + + + + + http://en.wikipedia.org/wiki/Suite_(hotel)). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ Suite +
+ + The act of achieving victory in a competitive activity. + + WinAction + + + EngineSpecification + + + Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities. + + + + A statement of the money due for goods or services; a bill. + Invoice + + + + A trip or journey. An itinerary of visits to one or more places. + Trip + + + + + VisualArtwork + + A work of art that is primarily visual in character. + + + The frequency in MHz and the modulation used for a particular BroadcastService. + + issue-1004 + BroadcastFrequencySpecification + + + + + Recipe + suitableForDiet. The keywords property can also be used to add more detail.]]> + + + + A tool used (but not consumed) when performing instructions for how to achieve a result. + HowToTool + + + A service provided by a government organization, e.g. food stamps, veterans benefits, etc. + GovernmentService + + + + An airline flight. + + Flight + + + + WarrantyScope + +
+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#Labor-BringIn
  • +
  • http://purl.org/goodrelations/v1#PartsAndLabor-BringIn
  • +
  • http://purl.org/goodrelations/v1#PartsAndLabor-PickUp
  • +
+]]>
+
+ + + A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape + it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius. + The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'. + GeoCircle + + + An agent orders an object/product/service to be delivered/sent. + + OrderAction + + + ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).

+ +Specific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.

+ +It is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.]]>
+ CreativeWorkSeries + + +
+ + breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.]]> + + WebPage + + + Permit + A permit issued by an organization, e.g. a parking pass. + + + + + BusinessEntityType + +
+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#Business
  • +
  • http://purl.org/goodrelations/v1#Enduser
  • +
  • http://purl.org/goodrelations/v1#PublicInstitution
  • +
  • http://purl.org/goodrelations/v1#Reseller
  • +
+]]>
+
+ + MediaObject + + A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's). + + + +
+ +See also blog post.]]>
+ PublicationVolume + +
+ + DataFeed + + A single feed providing structured information about one or more entities or topics. + + + DateTime + + A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601). + + + BusStation + + A bus station. + + + An item used as either a tool or supply when performing the instructions for how to to achieve a result. + + HowToItem + + + RentAction + + The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment. + + + PerformAction + + The act of participating in performance arts. + + + A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry. + + FinancialProduct + + + + + A MusicRelease is a specific release of a music album. + + MusicRelease + + + The act of returning to the origin that which was previously received (concrete objects) or taken (ownership). + + ReturnAction + + + Event type: Sports event. + SportsEvent + + + + + ReplaceAction + The act of editing a recipient by replacing an old object with a new object. + + + + + MonetaryAmount + PriceSpecification Types to describe the price of an Offer, Invoice, etc.]]> + + + Event type: Food event. + FoodEvent + + + + An EducationalAudience. + + + EducationalAudience + + + A TV episode which can be part of a series or season. + TVEpisode + + + + RsvpResponseType + RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request. + + + + issue-1698 + + A statistical distribution of monetary amounts. + + MonetaryAmountDistribution + + +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.]]>
+ FoodEstablishmentReservation + +
+ + A single, identifiable product instance (e.g. a laptop with a particular serial number). + + + IndividualProduct + + +
+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ + Accommodation + +
+ + MedicalOrganization + + A medical organization (physical or not), such as hospital, institution or clinic. + + + + A structured value providing information about when a certain organization or person owned a certain product. + + OwnershipInfo + + + A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider. + MenuSection + + + + + + NewsArticle +
+ +A more detailed overview of schema.org News markup is also available.]]>
+ +
+ + OrganizationRole + + A subclass of Role used to describe roles within organizations. + + + The act of deliberately creating/producing/generating/building a result out of the agent. + CreateAction + + + +
+ +
    +
  • ReceiveAction: The reciprocal of SendAction.
  • +
  • GiveAction: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).
  • +
+]]>
+ + SendAction +
+ + + + TouristAttraction + + TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)]]> + + + AutomotiveBusiness + + Car repair, sales, or parts. + + + + + + superEvent + An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent. + + + The act of planning the execution of an event/task/action/reservation/plan to a future date. + + PlanAction + + + A series of movies. Included movies can be indicated with the hasPart property. + MovieSeries + + + + + + Season dedicated to TV broadcast and associated online delivery. + TVSeason + + + + The server on which it is possible to play the game. + + + + game + + Video game which is played on this server. + + + + + gameServer + + + A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins. + Landform + + + + EntertainmentBusiness + A business providing entertainment. + + + + + + Organization: A business corporation. + Corporation + + + + The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process. + AchieveAction + + + A church. + + Church + + + + Financial services business. + FinancialService + + + Duration + + ISO 8601 duration format).]]> + + + An agent approves/certifies/likes/supports/sanction an object. + EndorseAction + + + + A geographical region, typically under the jurisdiction of a particular government. + + AdministrativeArea + + + + An answer offered to a question; perhaps correct, perhaps opinionated or wrong. + + Answer + + + DatedMoneySpecification + + + Note: This type has been superseded by MonetaryAmount use of that type is recommended]]> + + + A government building. + GovernmentBuilding + + + + + An airport. + Airport + + + A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc. + + Intangible + + + Question + + A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document. + + + + ProgramMembership + Used to describe membership in a loyalty programs (e.g. "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway Club"), etc. + + + +
+ +The position property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an itemListOrder of ItemListOrderAscending (lower values listed first), and that the first items in this list correspond to the "top" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.]]>
+ BreadcrumbList + +
+ + + + Classification of the album by it's type of content: soundtrack, live album, studio album, etc. + MusicAlbumProductionType + + + + An agent controls a device or application. + ControlAction + + + Specialty + + Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort. + + + + House + http://en.wikipedia.org/wiki/House).]]> + + + + CourseInstance + + Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.]]> + + + JobPosting + A listing that describes a job opening in a certain organization. + + + + Demand + + + A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply. + + + Web applications. + + WebApplication + + + + VoteAction + The act of expressing a preference from a fixed/finite/structured set of choices/options. + + + + Lists or enumerations—for example, a list of cuisines or music genres, etc. + Enumeration + + + + A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe). + + HowToSection + + + + + The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points. + + GeoShape + + + offers property. Repeated events may be structured as separate Event objects.]]> + Event + + + + + + ContactPointOption + Enumerated options related to a ContactPoint. + + + CookAction + The act of producing/preparing food. + + + + A specific payment status. For example, PaymentDue, PaymentComplete, etc. + + PaymentStatusType + + + StructuredValue + Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing. + + + + + http://en.wikipedia.org/wiki/Room). +

+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+ Room + +
+ + Map + + A map. + + + PeopleAudience + + A set of characteristics belonging to people, e.g. who compose an item's target audience. + + +
+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#ConstructionInstallation
  • +
  • http://purl.org/goodrelations/v1#Dispose
  • +
  • http://purl.org/goodrelations/v1#LeaseOut
  • +
  • http://purl.org/goodrelations/v1#Maintain
  • +
  • http://purl.org/goodrelations/v1#ProvideService
  • +
  • http://purl.org/goodrelations/v1#Repair
  • +
  • http://purl.org/goodrelations/v1#Sell
  • +
  • http://purl.org/goodrelations/v1#Buy
  • +
+]]>
+ + BusinessFunction + +
+ + + + issue-1698 + Occupation + A profession, may involve prolonged training and/or a formal qualification. + + +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.]]>
+ + TaxiReservation +
+ + + + BedDetails + BedType (under development).]]> + + + Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates. + + SoftwareSourceCode + + + A rating is an evaluation on a numeric scale, such as 1 to 5 stars. + + Rating + + + +
+ +Related actions:

+ +
    +
  • TransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.
  • +
+]]>
+ MoveAction +
+ + + LoanOrCredit + A financial product for the loaning of an amount of money under agreed terms and charges. + + + +
+ +The place is open if the opens property is specified, and closed otherwise.

+ +If the value for the closes property is less than the value for the opens property then the hour range is assumed to span over the next day.]]>
+ + OpeningHoursSpecification + +
+ + + ContactPoint + A contact point&#x2014;for example, a Customer Complaints department. + + + TipAction + The act of giving money voluntarily to a beneficiary in recognition of services rendered. + + + + WriteAction + + The act of authoring written creative content. + + + +
+ +Related actions:

+ +
    +
  • RegisterAction: Unlike RegisterAction, JoinAction refers to joining a group/team of people.
  • +
  • SubscribeAction: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.
  • +
  • FollowAction: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.
  • +
+]]>
+ JoinAction +
+ + MediaSubscription + + A subscription which allows a user to access media including audio, video, books, etc. + issue-1741 + + + + + An organization that provides flights for passengers. + Airline + + + + A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners. + Course + + + The basic containment relation between a place and another that it contains. + + + + containsPlace + + + + + MusicComposition + A musical composition. + + + + An over the air or online broadcast event. + BroadcastEvent + + + + MapCategoryType + An enumeration of several kinds of Map. + + +
+ +A HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.

+ +As a LocalBusiness it can be described as a provider of one or more Service(s).]]>
+ + HomeAndConstructionBusiness +
+ + + ItemAvailability + A list of possible product availability options. + + + + MusicReleaseFormatType + Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.). + + + + + HotelRoom + +
+See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.]]>
+
+ + Properties that take Distances as values are of the form '&lt;Number&gt; &lt;Length unit of measure&gt;'. E.g., '7 ft'. + Distance + + + + + SportsActivityLocation + A sports location, such as a playing field. + + + Episode + A media episode (e.g. TV, radio, video game) which can be part of a series or season. + + + + A type of boarding policy used by an airline. + + BoardingPolicyType + + + + +
+ +See also blog post.]]>
+ PublicationIssue + +
+ + +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer.]]>
+ Reservation +
+ + MusicPlaylist + A collection of music tracks in playlist form. + + + + Properties that take Energy as values are of the form '&lt;Number&gt; &lt;Energy unit of measure&gt;'. + + Energy + + + A post to a social media platform, including blog posts, tweets, Facebook posts, etc. + + SocialMediaPosting + + + + + A movie theater. + MovieTheater + + + An list item, e.g. a step in a checklist or how-to description. + ListItem + + + + DeliveryMethod + + +
+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#DeliveryModeDirectDownload
  • +
  • http://purl.org/goodrelations/v1#DeliveryModeFreight
  • +
  • http://purl.org/goodrelations/v1#DeliveryModeMail
  • +
  • http://purl.org/goodrelations/v1#DeliveryModeOwnFleet
  • +
  • http://purl.org/goodrelations/v1#DeliveryModePickUp
  • +
  • http://purl.org/goodrelations/v1#DHL
  • +
  • http://purl.org/goodrelations/v1#FederalExpress
  • +
  • http://purl.org/goodrelations/v1#UPS
  • +
+]]>
+
+ + + GeoCoordinates + The geographic coordinates of a place or event. + + + MusicGroup + A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician. + + + + A country. + + Country + + + + A placeholder for multiple similar products of the same kind. + + SomeProducts + + + Text + + Data type: Text. + + + WebPageElement + + A web page element, like a table or an image. + + + + + A direction indicating a single action to do in the instructions for how to achieve a result. + HowToDirection + + + ConsumeAction + + The act of ingesting information/resources/food. + + + GameServerStatus + + Status of a game server. + + + + Apartment + + http://en.wikipedia.org/wiki/Apartment).]]> + + + + A blog. + Blog + + + + RadioChannel + A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup. + + + + An intangible item that describes an alignment between a learning resource and a node in an educational framework. + + AlignmentObject + + + AllocateAction + + The act of organizing tasks/objects/events by associating resources to it. + + + + + A video file. + VideoObject + + + RadioSeries + CreativeWorkSeries dedicated to radio broadcast and associated online delivery. + + + + A Property value specification. + PropertyValueSpecification + + + + + A real-estate agent. + RealEstateAgent + + + + ParcelDelivery + The delivery of a parcel either via the postal service or a commercial service. + + + + + FindAction +
+ +Related actions:

+ +
    +
  • SearchAction: FindAction is generally lead by a SearchAction, but not necessarily.
  • +
+]]>
+
+ + + Enumerated status values for Reservation. + ReservationStatusType + + + + FoodEstablishment + A food-related business. + + + + A body of water, such as a sea, ocean, or lake. + BodyOfWater + + + + SportsOrganization + Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations. + + + Service + + A service provided by an organization, e.g. delivery service, print services, etc. + + + + LegalService +
+ +As a LocalBusiness it can be described as a provider of one or more Service(s).]]>
+
+ + +
+ +Note: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.

+ +For GTIN-related fields, see Check Digit calculator and validation guide from GS1.]]>
+ Offer + +
+ + + VideoGame + + A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device. + + + + The act of notifying an event organizer as to whether you expect to attend the event. + RsvpAction + + + + The basic data types such as Integers, Strings, etc. + DataType + + +
+ +See also blog post.]]>
+ + Role +
+ + + The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction. + SellAction + + + A movie. + + Movie + + + + DigitalDocumentPermissionType + A type of permission which can be granted for accessing a digital document. + + + + Action-based vocabulary, alongside types such as Comment.]]> + + UserInteraction + + + + Number +
+ +Usage guidelines:

+ +
    +
  • Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
  • +
  • Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
  • +
+]]>
+
+ + MenuItem + + A food or drink item listed in a menu or menu section. + + + AudioObject + An audio file. + + + + + InsertAction + + The act of adding at a specific location in an ordered collection. + + + A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. "electricity" or "final cleaning"). + + + CompoundPriceSpecification + + + PublicationEvent + + A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media. + + + + Brand + A brand is a name used by an organization or business person for labeling a product, product group, or similar. + + + + A body of structured information describing some topic(s) of interest. + + + Dataset + + + + + + SearchAction + +
+ +Related actions:

+ +
    +
  • FindAction: SearchAction generally leads to a FindAction, but not necessarily.
  • +
+]]>
+
+ + A datasheet or vendor specification of a product (in the sense of a prototypical description). + + + ProductModel + + +
+ +Related actions:

+ +
    +
  • BefriendAction: Unlike BefriendAction, FollowAction implies that the connection is not necessarily reciprocal.
  • +
  • SubscribeAction: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.
  • +
  • RegisterAction: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.
  • +
  • JoinAction: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.
  • +
  • TrackAction: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).
  • +
+]]>
+ + FollowAction +
+ +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.]]>
+ FlightReservation + +
+ + A bus stop. + + BusStop + + + A type of bed. This is used for indicating the bed or beds available in an accommodation. + BedType + issue-1262 + + + + + +
+ +Related actions:

+ +
    +
  • ListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.
  • +
  • WatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.
  • +
+]]>
+ PlayAction + +
+ + BookFormatType + + The publication format of the book. + + + + + CreativeWork + The most generic kind of creative work, including books, movies, photographs, software programs, etc. + + + + A photograph. + Photograph + + + An event involving the delivery of an item. + + DeliveryEvent + + + Organization: Sports team. + SportsTeam + + + + + BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage.]]> + Language + + + + + PaymentChargeSpecification + The costs of settling the payment using a particular payment method. + + + Residence + + The place where a person lives. + + + + Organization + An organization such as a school, NGO, corporation, club, etc. + + + InteractAction + + The act of interacting with another person or organization. + + + + The act of editing by adding an object to a collection. + AddAction + + + Used to describe a ticket to an event, a flight, a bus ride, etc. + Ticket + + + + + A short TV program or a segment/part of a TV program. + TVClip + + + A performance group, such as a band, an orchestra, or a circus. + + PerformingGroup + + + HealthAndBeautyBusiness + Health and beauty. + + + + + + A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. + subOrganization + + + + A train station. + + TrainStation + + + + CableOrSatelliteService + A service which provides access to media programming like TV or radio. Access may be via cable or satellite. + + + + DonateAction + The act of providing goods, services, or money without compensation, often for philanthropic reasons. + + + Article + + +
+ +See also blog post.]]>
+
+ + + ParentAudience + A set of characteristics describing parents, who can be interested in viewing some content. + + + LodgingReservation + +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.]]>
+
+ + LocationFeatureSpecification + + + Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality. + + + A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. + + + BankAccount + + + BorrowAction +
+ +Related actions:

+ + +]]>
+ +
+ + Integer + Data type: Integer. + + + + +
+ +Related actions:

+ +
    +
  • JoinAction: The antonym of LeaveAction.
  • +
  • UnRegisterAction: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.
  • +
+]]>
+ LeaveAction +
+ + MusicAlbumReleaseType + + The kind of release which this album is: single, EP or album. + + + + ImageObject + + + An image file. + + + + HowToSupply + A supply consumed when performing the instructions for how to achieve a result. + + + + MusicAlbum + A collection of music tracks. + + + Vehicle + A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space. + + + + The act of being defeated in a competitive activity. + LoseAction + + + + + PaymentMethod +
+ +Commonly used values:

+ +
    +
  • http://purl.org/goodrelations/v1#ByBankTransferInAdvance
  • +
  • http://purl.org/goodrelations/v1#ByInvoice
  • +
  • http://purl.org/goodrelations/v1#Cash
  • +
  • http://purl.org/goodrelations/v1#CheckInAdvance
  • +
  • http://purl.org/goodrelations/v1#COD
  • +
  • http://purl.org/goodrelations/v1#DirectDebit
  • +
  • http://purl.org/goodrelations/v1#GoogleCheckout
  • +
  • http://purl.org/goodrelations/v1#PayPal
  • +
  • http://purl.org/goodrelations/v1#PaySwarm
  • +
+]]>
+ +
+ + ItemList + A list of items of any sort&#x2014;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting. + + + + + + QualitativeValue + A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'. + + + A software application designed specifically to work well on a mobile device such as a telephone. + MobileApplication + + + + + ReceiveAction +
+ +Related actions:

+ +
    +
  • SendAction: The reciprocal of ReceiveAction.
  • +
  • TakeAction: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).
  • +
+]]>
+
+ + text property, and its topic via about, properties shared with all CreativeWorks.]]> + + Comment + + + + InformAction + The act of notifying someone of information pertinent to them, with no expectation of a response. + + + + A point value or interval for product characteristics and other purposes. + QuantitativeValue + + + + + + InvestmentOrDeposit + A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return. + + + ISO 8601 date format.]]> + + Date + + + +
+ +Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.]]>
+ RentalCarReservation +
+ + + HowTo + Instructions that explain how to achieve a result by performing a sequence of steps. + + + The act of managing by changing/editing the state of the object. + + UpdateAction + + + Audience + + Intended audience for an item, i.e. the group for whom the item was created. + + + + + SteeringPositionValue + A value indicating a steering position. + + + WebSite + + A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs. + + + TrackAction + +
+ +Related actions:

+ +
    +
  • FollowAction: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.
  • +
  • SubscribeAction: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.
  • +
+]]>
+
+ + The act of manipulating/administering/supervising/controlling one or more objects. + + OrganizeAction + + + A single message from a sender to one or more organizations or people. + + Message + + + BusinessAudience + + A set of characteristics belonging to businesses, e.g. who compose an item's target audience. + + + + The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants. + TravelAction + + + Action + + +
+ +See also blog post and Actions overview document.]]>
+
+ + + The act of generating a comment about a subject. + CommentAction + + + Enumerated status values for Order. + OrderStatus + + + + + Indicates whether this game is multi-player, co-op or single-player. + GamePlayMode + + + AggregateRating + + The average rating based on multiple ratings or reviews. + + + The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting. + Game + + + + An enumeration of genders. + + GenderType + + + + BroadcastChannel + A unique instance of a BroadcastService on a CableOrSatelliteService lineup. + + + An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer. + + Order + + + GiveAction +
+ +Related actions:

+ +
    +
  • TakeAction: Reciprocal of GiveAction.
  • +
  • SendAction: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).
  • +
+]]>
+ +
+ + DigitalDocument + + An electronic file or document. + + + + LendAction +
+ +Related actions:

+ + +]]>
+
+ + A trip on a commercial train line. + + TrainTrip + + + + SoftwareApplication + A software application. + + + Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized. + ItemListOrderType + + + + Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia. + + MediaGallery + + + The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation. + CommunicateAction + + + diff --git a/Sources/Ontologies/time.owl b/Sources/Ontologies/time.owl new file mode 100644 index 0000000..86a1ce9 --- /dev/null +++ b/Sources/Ontologies/time.owl @@ -0,0 +1,1367 @@ +# baseURI: http://www.w3.org/2006/time + +@prefix : . +@prefix dct: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix skos: . +@prefix xsd: . + + + rdf:type owl:Ontology ; + dct:contributor ; + dct:created "2006-09-27"^^xsd:date ; + dct:creator ; + dct:creator ; + dct:creator ; + dct:isVersionOf ; + dct:license ; + dct:modified "2017-04-06"^^xsd:date ; + dct:rights "Copyright © 2006-2017 W3C, OGC. W3C and OGC liability, trademark and document use rules apply."@en ; + rdfs:label "OWL-Time"@en ; + rdfs:seeAlso ; + rdfs:seeAlso ; + rdfs:seeAlso ; + owl:priorVersion ; + owl:versionIRI ; + skos:changeNote "2016-06-15 - initial update of OWL-Time - modified to support arbitrary temporal reference systems. " ; + skos:changeNote "2016-12-20 - adjust range of time:timeZone to time:TimeZone, moved up from the tzont ontology. " ; + skos:changeNote "2016-12-20 - restore time:Year and time:January which were present in the 2006 version of the ontology, but now marked \"deprecated\". " ; + skos:changeNote "2017-02 - intervalIn, intervalDisjoint, monthOfYear added; TemporalUnit subclass of TemporalDuration" ; + skos:changeNote "2017-04-06 - hasTime, hasXSDDuration added; Number removed; all duration elements changed to xsd:decimal" ; + skos:historyNote """Update of OWL-Time ontology, extended to support general temporal reference systems. + +Ontology engineering by Simon J D Cox"""@en ; +. +:DateTimeDescription + rdf:type owl:Class ; + rdfs:comment "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en ; + rdfs:label "Date-Time description"@en ; + rdfs:subClassOf :GeneralDateTimeDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:gDay ; + owl:onProperty :day ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:gMonth ; + owl:onProperty :month ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:gYear ; + owl:onProperty :year ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue ; + owl:onProperty :hasTRS ; + ] ; + skos:definition "Description of date and time structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of year, month, day properties restricted to corresponding XML Schema types xsd:gYear, xsd:gMonth and xsd:gDay, respectively."@en ; +. +:DateTimeInterval + rdf:type owl:Class ; + rdfs:comment "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ; + rdfs:label "Date-time interval"@en ; + rdfs:subClassOf :ProperInterval ; + skos:definition "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ; + skos:note ":DateTimeInterval can only be used for an interval whose limits coincide with a date-time element aligned to the calendar and timezone indicated. For example, while both have a duration of one day, the 24-hour interval beginning at midnight at the beginning of 8 May in Central Europe can be expressed as a :DateTimeInterval, but the 24-hour interval starting at 1:30pm cannot."@en ; +. +:DayOfWeek + rdf:type owl:Class ; + rdfs:comment "The day of week"@en ; + rdfs:label "Day of week"@en ; + rdfs:subClassOf owl:Thing ; + skos:changeNote """Remove enumeration from definition, in order to allow other days to be used when required in other calendars. +NOTE: existing days are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:Monday + time:Tuesday + time:Wednesday + time:Thursday + time:Friday + time:Saturday + time:Sunday + ) ;"""@en ; + skos:definition "The day of week"@en ; + skos:note "Membership of the class :DayOfWeek is open, to allow for alternative week lengths and different day names."@en ; +. +:Duration + rdf:type owl:Class ; + rdfs:comment "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en ; + rdfs:label "Time duration"@en ; + rdfs:subClassOf :TemporalDuration ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :numericDuration ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :unitType ; + ] ; + skos:definition "Duration of a temporal extent expressed as a number scaled by a temporal unit"@en ; + skos:note "Alternative to time:DurationDescription to support description of a temporal duration other than using a calendar/clock system."@en ; +. +:DurationDescription + rdf:type owl:Class ; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en ; + rdfs:label "Duration description"@en ; + rdfs:subClassOf :GeneralDurationDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :days ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :hours ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :minutes ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :months ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :seconds ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :weeks ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:allValuesFrom xsd:decimal ; + owl:onProperty :years ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue ; + owl:onProperty :hasTRS ; + ] ; + skos:definition "Description of temporal extent structured with separate values for the various elements of a calendar-clock system. The temporal reference system is fixed to Gregorian Calendar, and the range of each of the numeric properties is restricted to xsd:decimal"@en ; + skos:note "In the Gregorian calendar the length of the month is not fixed. Therefore, a value like \"2.5 months\" cannot be exactly compared with a similar duration expressed in terms of weeks or days."@en ; +. +:Friday + rdf:type :DayOfWeek ; + rdfs:label "Friday"@en ; + skos:prefLabel "Freitag"@de ; + skos:prefLabel "Friday"@en ; + skos:prefLabel "Piątek"@pl ; + skos:prefLabel "Sexta-feira"@pt ; + skos:prefLabel "Vendredi"@fr ; + skos:prefLabel "Venerdì"@it ; + skos:prefLabel "Viernes"@es ; + skos:prefLabel "Vrijdag"@nl ; + skos:prefLabel "Пятница"@ru ; + skos:prefLabel "الجمعة"@ar ; + skos:prefLabel "星期五"@zh ; + skos:prefLabel "金曜日"@ja ; +. +:GeneralDateTimeDescription + rdf:type owl:Class ; + rdfs:comment "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ; + rdfs:label "Generalized date-time description"@en ; + rdfs:subClassOf :TemporalPosition ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :unitType ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :day ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :dayOfWeek ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :dayOfYear ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hour ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :minute ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :month ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :monthOfYear ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :second ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :timeZone ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :week ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :year ; + ] ; + skos:definition "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ; + skos:note "Some combinations of properties are redundant - for example, within a specified :year if :dayOfYear is provided then :day and :month can be computed, and vice versa. Individual values should be consistent with each other and the calendar, indicated through the value of the :hasTRS property." ; +. +:GeneralDurationDescription + rdf:type owl:Class ; + rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en ; + rdfs:label "Generalized duration description"@en ; + rdfs:subClassOf :TemporalDuration ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hasTRS ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :days ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hours ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :minutes ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :months ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :seconds ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :weeks ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :years ; + ] ; + skos:definition "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."@en ; + skos:note "The extent of a time duration expressed as a GeneralDurationDescription depends on the Temporal Reference System. In some calendars the length of the week or month is not constant within the year. Therefore, a value like \"2.5 months\" may not necessarily be exactly compared with a similar duration expressed in terms of weeks or days. When non-earth-based calendars are considered even more care must be taken in comparing durations."@en ; +. +:Instant + rdf:type owl:Class ; + rdfs:comment "A temporal entity with zero extent or duration"@en ; + rdfs:label "Time instant"@en ; + rdfs:subClassOf :TemporalEntity ; + skos:definition "A temporal entity with zero extent or duration"@en ; +. +:Interval + rdf:type owl:Class ; + rdfs:comment "A temporal entity with an extent or duration"@en ; + rdfs:label "Time interval"@en ; + rdfs:subClassOf :TemporalEntity ; + skos:definition "A temporal entity with an extent or duration"@en ; +. +:January + rdf:type owl:Class ; + rdf:type owl:DeprecatedClass ; + rdfs:label "January" ; + rdfs:subClassOf :DateTimeDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue :unitMonth ; + owl:onProperty :unitType ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue "--01" ; + owl:onProperty :month ; + ] ; + owl:deprecated "true"^^xsd:boolean ; + skos:historyNote "This class was present in the 2006 version of OWL-Time. It was presented as an example of how DateTimeDescription could be specialized, but does not belong in the revised ontology. " ; +. +:Monday + rdf:type :DayOfWeek ; + rdfs:label "Monday"@en ; + skos:prefLabel "Lundi"@fr ; + skos:prefLabel "Lunedì"@it ; + skos:prefLabel "Lunes"@es ; + skos:prefLabel "Maandag"@nl ; + skos:prefLabel "Monday"@en ; + skos:prefLabel "Montag"@de ; + skos:prefLabel "Poniedziałek"@pl ; + skos:prefLabel "Segunda-feira"@pt ; + skos:prefLabel "Понедельник"@ru ; + skos:prefLabel "الاثنين"@ar ; + skos:prefLabel "星期一"@zh ; + skos:prefLabel "月曜日"@ja ; +. +:MonthOfYear + rdf:type owl:Class ; + rdfs:comment "The month of the year"@en ; + rdfs:label "Month of year"@en ; + rdfs:subClassOf :DateTimeDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :day ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :hour ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :minute ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :second ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :week ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "0"^^xsd:nonNegativeInteger ; + owl:onProperty :year ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :month ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:hasValue :unitMonth ; + owl:onProperty :unitType ; + ] ; + skos:definition "The month of the year"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; + skos:note "Membership of the class :MonthOfYear is open, to allow for alternative annual calendars and different month names."@en ; +. +:ProperInterval + rdf:type owl:Class ; + rdfs:comment "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en ; + rdfs:label "Proper interval"@en ; + rdfs:subClassOf :Interval ; + owl:disjointWith :Instant ; + skos:definition "A temporal entity with non-zero extent or duration, i.e. for which the value of the beginning and end are different"@en ; +. +:Saturday + rdf:type :DayOfWeek ; + rdfs:label "Saturday"@en ; + skos:prefLabel "Sabato"@it ; + skos:prefLabel "Samedi"@fr ; + skos:prefLabel "Samstag"@de ; + skos:prefLabel "Saturday"@en ; + skos:prefLabel "Sobota"@pl ; + skos:prefLabel "Sábado"@es ; + skos:prefLabel "Sábado"@pt ; + skos:prefLabel "Zaterdag"@nl ; + skos:prefLabel "Суббота"@ru ; + skos:prefLabel "السبت"@ar ; + skos:prefLabel "土曜日"@ja ; + skos:prefLabel "星期六"@zh ; +. +:Sunday + rdf:type :DayOfWeek ; + rdfs:label "Sunday"@en ; + skos:prefLabel "Dimanche"@fr ; + skos:prefLabel "Domenica"@it ; + skos:prefLabel "Domingo"@es ; + skos:prefLabel "Domingo"@pt ; + skos:prefLabel "Niedziela"@pl ; + skos:prefLabel "Sonntag"@de ; + skos:prefLabel "Sunday"@en ; + skos:prefLabel "Zondag"@nl ; + skos:prefLabel "Воскресенье"@ru ; + skos:prefLabel "الأحد (يوم)"@ar ; + skos:prefLabel "日曜日"@ja ; + skos:prefLabel "星期日"@zh ; +. +:TRS + rdf:type owl:Class ; + rdfs:comment """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en ; + rdfs:label "Temporal Reference System"@en ; + skos:definition """A temporal reference system, such as a temporal coordinate system (with an origin, direction, and scale), a calendar-clock combination, or a (possibly hierarchical) ordinal system. + +This is a stub class, representing the set of all temporal reference systems."""@en ; + skos:note "A taxonomy of temporal reference systems is provided in ISO 19108:2002 [ISO19108], including (a) calendar + clock systems; (b) temporal coordinate systems (i.e. numeric offset from an epoch); (c) temporal ordinal reference systems (i.e. ordered sequence of named intervals, not necessarily of equal duration)."@en ; +. +:TemporalDuration + rdf:type owl:Class ; + rdfs:comment "Time extent; duration of a time interval separate from its particular start position"@en ; + rdfs:label "Temporal duration"@en ; + skos:definition "Time extent; duration of a time interval separate from its particular start position"@en ; +. +:TemporalEntity + rdf:type owl:Class ; + rdfs:comment "A temporal interval or instant."@en ; + rdfs:label "Temporal entity"@en ; + rdfs:subClassOf owl:Thing ; + owl:unionOf ( + :Instant + :Interval + ) ; + skos:definition "A temporal interval or instant."@en ; +. +:TemporalPosition + rdf:type owl:Class ; + rdfs:comment "A position on a time-line"@en ; + rdfs:label "Temporal position"@en ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :hasTRS ; + ] ; + skos:definition "A position on a time-line"@en ; +. +:TemporalUnit + rdf:type owl:Class ; + rdfs:comment "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en ; + rdfs:label "Temporal unit"@en ; + rdfs:subClassOf :TemporalDuration ; + skos:changeNote """Remove enumeration from definition, in order to allow other units to be used when required in other coordinate systems. +NOTE: existing units are still present as members of the class, but the class membership is now open. + +In the original OWL-Time the following constraint appeared: + owl:oneOf ( + time:unitSecond + time:unitMinute + time:unitHour + time:unitDay + time:unitWeek + time:unitMonth + time:unitYear + ) ;"""@en ; + skos:definition "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en ; + skos:note "Membership of the class TemporalUnit is open, to allow for other temporal units used in some technical applications (e.g. millions of years, Baha'i month)."@en ; +. +:Thursday + rdf:type :DayOfWeek ; + rdfs:label "Thursday"@en ; + skos:prefLabel "Czwartek"@pl ; + skos:prefLabel "Donderdag"@nl ; + skos:prefLabel "Donnerstag"@de ; + skos:prefLabel "Giovedì"@it ; + skos:prefLabel "Jeudi"@fr ; + skos:prefLabel "Jueves"@es ; + skos:prefLabel "Quinta-feira"@pt ; + skos:prefLabel "Thursday"@en ; + skos:prefLabel "Четверг"@ru ; + skos:prefLabel "الخميس"@ar ; + skos:prefLabel "星期四"@zh ; + skos:prefLabel "木曜日"@ja ; +. +:TimePosition + rdf:type owl:Class ; + rdfs:comment "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en ; + rdfs:label "Time position"@en ; + rdfs:subClassOf :TemporalPosition ; + rdfs:subClassOf [ + rdf:type owl:Class ; + owl:unionOf ( + [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :numericPosition ; + ] + [ + rdf:type owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty :nominalPosition ; + ] + ) ; + ] ; + skos:definition "A temporal position described using either a (nominal) value from an ordinal reference system, or a (numeric) value in a temporal coordinate system. "@en ; +. +:TimeZone + rdf:type owl:Class ; + rdfs:comment """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en ; + rdfs:label "Time Zone"@en ; + skos:definition """A Time Zone specifies the amount by which the local time is offset from UTC. + A time zone is usually denoted geographically (e.g. Australian Eastern Daylight Time), with a constant value in a given region. +The region where it applies and the offset from UTC are specified by a locally recognised governing authority."""@en ; + skos:historyNote """In the original 2006 version of OWL-Time, the TimeZone class, with several properties corresponding to a specific model of time-zones, was defined in a separate namespace \"http://www.w3.org/2006/timezone#\". + +In the current version a class with same local name is put into the main OWL-Time namespace, removing the dependency on the external namespace. + +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """ ; + skos:note """A designated timezone is associated with a geographic region. However, for a particular region the offset from UTC often varies seasonally, and the dates of the changes may vary from year to year. The timezone designation usually changes for the different seasons (e.g. Australian Eastern Standard Time vs. Australian Eastern Daylight Time). Furthermore, the offset for a timezone may change over longer timescales, though its designation might not. + +Detailed guidance about working with time zones is given in http://www.w3.org/TR/timezone/ ."""@en ; + skos:note "An ontology for time zone descriptions was described in [owl-time-20060927] and provided as RDF in a separate namespace tzont:. However, that ontology was incomplete in scope, and the example datasets were selective. Furthermore, since the use of a class from an external ontology as the range of an ObjectProperty in OWL-Time creates a dependency, reference to the time zone class has been replaced with the 'stub' class in the normative part of this version of OWL-Time."@en ; + skos:scopeNote "In this implementation TimeZone has no properties defined. It should be thought of as an 'abstract' superclass of all specific timezone implementations." ; +. +:Tuesday + rdf:type :DayOfWeek ; + rdfs:label "Tuesday"@en ; + skos:prefLabel "Dienstag"@de ; + skos:prefLabel "Dinsdag"@nl ; + skos:prefLabel "Mardi"@fr ; + skos:prefLabel "Martedì"@it ; + skos:prefLabel "Martes"@es ; + skos:prefLabel "Terça-feira"@pt ; + skos:prefLabel "Tuesday"@en ; + skos:prefLabel "Wtorek"@pl ; + skos:prefLabel "Вторник"@ru ; + skos:prefLabel "الثلاثاء"@ar ; + skos:prefLabel "星期二"@zh ; + skos:prefLabel "火曜日"@ja ; +. +:Wednesday + rdf:type :DayOfWeek ; + rdfs:label "Wednesday"@en ; + skos:prefLabel "Mercoledì"@it ; + skos:prefLabel "Mercredi"@fr ; + skos:prefLabel "Mittwoch"@de ; + skos:prefLabel "Miércoles"@es ; + skos:prefLabel "Quarta-feira"@pt ; + skos:prefLabel "Wednesday"@en ; + skos:prefLabel "Woensdag"@nl ; + skos:prefLabel "Środa"@pl ; + skos:prefLabel "Среда"@ru ; + skos:prefLabel "الأربعاء"@ar ; + skos:prefLabel "星期三"@zh ; + skos:prefLabel "水曜日"@ja ; +. +:Year + rdf:type owl:Class ; + rdf:type owl:DeprecatedClass ; + rdfs:comment "Year duration" ; + rdfs:label "Year"@en ; + rdfs:subClassOf :DurationDescription ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :days ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :hours ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :minutes ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :months ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :seconds ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 0 ; + owl:onProperty :weeks ; + ] ; + rdfs:subClassOf [ + rdf:type owl:Restriction ; + owl:cardinality 1 ; + owl:onProperty :years ; + ] ; + owl:deprecated "true"^^xsd:boolean ; + skos:definition "Year duration" ; + skos:historyNote """Year was proposed in the 2006 version of OWL-Time as an example of how DurationDescription could be specialized to allow for a duration to be restricted to a number of years. + +It is deprecated in this edition of OWL-Time. """ ; + skos:prefLabel "Anno"@it ; + skos:prefLabel "Année (calendrier)"@fr ; + skos:prefLabel "Ano"@pt ; + skos:prefLabel "Año"@es ; + skos:prefLabel "Jaar"@nl ; + skos:prefLabel "Jahr"@de ; + skos:prefLabel "Rok"@pl ; + skos:prefLabel "Year"@en ; + skos:prefLabel "Год"@ru ; + skos:prefLabel "سنة"@ar ; + skos:prefLabel "年"@ja ; + skos:prefLabel "年"@zh ; +. +:after + rdf:type owl:ObjectProperty ; + rdfs:comment "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "after"@en ; + rdfs:range :TemporalEntity ; + owl:inverseOf :before ; + skos:definition "Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2."@en ; +. +:before + rdf:type owl:ObjectProperty ; + rdf:type owl:TransitiveProperty ; + rdfs:comment "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "before"@en ; + rdfs:range :TemporalEntity ; + owl:inverseOf :after ; + skos:definition "Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, \"before\" can be considered to be basic to instants and derived for intervals."@en ; +. +:day + rdf:type owl:DatatypeProperty ; + rdfs:comment """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "day"@en ; + skos:definition """Day position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en ; +. +:dayOfWeek + rdf:type owl:ObjectProperty ; + rdfs:comment "The day of week, whose value is a member of the class time:DayOfWeek"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "day of week"@en ; + rdfs:range :DayOfWeek ; + skos:definition "The day of week, whose value is a member of the class time:DayOfWeek"@en ; +. +:dayOfYear + rdf:type owl:DatatypeProperty ; + rdfs:comment "The number of the day within the year"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "day of year"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:definition "The number of the day within the year"@en ; +. +:days + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in days"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "days duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "length of, or element of the length of, a temporal extent expressed in days"@en ; +. +:generalDay + rdf:type rdfs:Datatype ; + rdfs:comment """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; + rdfs:label "Generalized day"@en ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "---(0[1-9]|[1-9][0-9])(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" ; + ] + ) ; + skos:definition """Day of month - formulated as a text string with a pattern constraint to reproduce the same lexical form as gDay, except that values up to 99 are permitted, in order to support calendars with more than 31 days in a month. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; +. +:generalMonth + rdf:type rdfs:Datatype ; + rdfs:comment """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; + rdfs:label "Generalized month"@en ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "--(0[1-9]|1[0-9]|20)(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" ; + ] + ) ; + skos:definition """Month of year - formulated as a text string with a pattern constraint to reproduce the same lexical form as gMonth, except that values up to 20 are permitted, in order to support calendars with more than 12 months in the year. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; +. +:generalYear + rdf:type rdfs:Datatype ; + rdfs:comment """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; + rdfs:label "Generalized year"@en ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( + [ + xsd:pattern "-?([1-9][0-9]{3,}|0[0-9]{3})(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?" ; + ] + ) ; + skos:definition """Year number - formulated as a text string with a pattern constraint to reproduce the same lexical form as gYear, but not restricted to values from the Gregorian calendar. +Note that the value-space is not defined, so a generic OWL2 processor cannot compute ordering relationships of values of this type."""@en ; +. +:hasBeginning + rdf:type owl:ObjectProperty ; + rdfs:comment "Beginning of a temporal entity"@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has beginning"@en ; + rdfs:range :Instant ; + rdfs:subPropertyOf :hasTime ; + skos:definition "Beginning of a temporal entity."@en ; +. +:hasDateTimeDescription + rdf:type owl:ObjectProperty ; + rdfs:comment "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en ; + rdfs:domain :DateTimeInterval ; + rdfs:label "has Date-Time description"@en ; + rdfs:range :GeneralDateTimeDescription ; + skos:definition "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en ; +. +:hasDuration + rdf:type owl:ObjectProperty ; + rdfs:comment "Duration of a temporal entity, expressed as a scaled value or nominal value"@en ; + rdfs:label "has duration"@en ; + rdfs:range :Duration ; + rdfs:subPropertyOf :hasTemporalDuration ; + skos:definition "Duration of a temporal entity, event or activity, or thing, expressed as a scaled value"@en ; +. +:hasDurationDescription + rdf:type owl:ObjectProperty ; + rdfs:comment "Duration of a temporal entity, expressed using a structured description"@en ; + rdfs:label "has duration description"@en ; + rdfs:range :GeneralDurationDescription ; + rdfs:subPropertyOf :hasTemporalDuration ; + skos:definition "Duration of a temporal entity, expressed using a structured description"@en ; +. +:hasEnd + rdf:type owl:ObjectProperty ; + rdfs:comment "End of a temporal entity."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has end"@en ; + rdfs:range :Instant ; + rdfs:subPropertyOf :hasTime ; + skos:definition "End of a temporal entity."@en ; +. +:hasTRS + rdf:type owl:FunctionalProperty ; + rdf:type owl:ObjectProperty ; + rdfs:comment "The temporal reference system used by a temporal position or extent description. "@en ; + rdfs:domain [ + rdf:type owl:Class ; + owl:unionOf ( + :TemporalPosition + :GeneralDurationDescription + ) ; + ] ; + rdfs:label "Temporal reference system used"@en ; + rdfs:range :TRS ; + skos:definition "The temporal reference system used by a temporal position or extent description. "@en ; +. +:hasTemporalDuration + rdf:type owl:ObjectProperty ; + rdfs:comment "Duration of a temporal entity."@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has temporal duration"@en ; + rdfs:range :TemporalDuration ; + skos:definition "Duration of a temporal entity."@en ; +. +:hasTime + rdf:type owl:ObjectProperty ; + rdfs:comment "Supports the association of a temporal entity (instant or interval) to any thing"@en ; + rdfs:label "has time"@en ; + rdfs:range :TemporalEntity ; + skos:definition "Supports the association of a temporal entity (instant or interval) to any thing"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; +. +:hasXSDDuration + rdf:type owl:DatatypeProperty ; + rdfs:comment "Extent of a temporal entity, expressed using xsd:duration"@en ; + rdfs:domain :TemporalEntity ; + rdfs:label "has XSD duration"@en ; + rdfs:range xsd:duration ; + skos:definition "Extent of a temporal entity, expressed using xsd:duration"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; +. +:hour + rdf:type owl:DatatypeProperty ; + rdfs:comment "Hour position in a calendar-clock system."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "hour"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:definition "Hour position in a calendar-clock system."@en ; +. +:hours + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in hours"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "hours duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "length of, or element of the length of, a temporal extent expressed in hours"@en ; +. +:inDateTime + rdf:type owl:ObjectProperty ; + rdfs:comment "Position of an instant, expressed using a structured description"@en ; + rdfs:domain :Instant ; + rdfs:label "in date-time description"@en ; + rdfs:range :GeneralDateTimeDescription ; + rdfs:subPropertyOf :inTemporalPosition ; + skos:definition "Position of an instant, expressed using a structured description"@en ; +. +:inTemporalPosition + rdf:type owl:ObjectProperty ; + rdfs:comment "Position of a time instant"@en ; + rdfs:domain :Instant ; + rdfs:label "Temporal position"@en ; + rdfs:range :TemporalPosition ; + skos:definition "Position of a time instant"@en ; +. +:inTimePosition + rdf:type owl:ObjectProperty ; + rdfs:comment "Position of an instant, expressed as a temporal coordinate or nominal value"@en ; + rdfs:domain :Instant ; + rdfs:label "Time position"@en ; + rdfs:range :TimePosition ; + rdfs:subPropertyOf :inTemporalPosition ; + skos:definition "Position of a time instant expressed as a TimePosition"@en ; +. +:inXSDDate + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:date"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD date"@en ; + rdfs:range xsd:date ; + skos:definition "Position of an instant, expressed using xsd:date"@en ; +. +:inXSDDateTime + rdf:type owl:DatatypeProperty ; + rdf:type owl:DeprecatedProperty ; + rdfs:comment "Position of an instant, expressed using xsd:dateTime"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD Date-Time"@en ; + rdfs:range xsd:dateTime ; + owl:deprecated "true"^^xsd:boolean ; + skos:definition "Position of an instant, expressed using xsd:dateTime"@en ; + skos:note "The property :inXSDDateTime is replaced by :inXSDDateTimeStamp which makes the time-zone field mandatory."@en ; +. +:inXSDDateTimeStamp + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:dateTimeStamp"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD Date-Time-Stamp"@en ; + rdfs:range xsd:dateTimeStamp ; + skos:definition "Position of an instant, expressed using xsd:dateTimeStamp"@en ; +. +:inXSDgYear + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:gYear"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD g-Year"@en ; + rdfs:range xsd:gYear ; + skos:definition "Position of an instant, expressed using xsd:gYear"@en ; +. +:inXSDgYearMonth + rdf:type owl:DatatypeProperty ; + rdfs:comment "Position of an instant, expressed using xsd:gYearMonth"@en ; + rdfs:domain :Instant ; + rdfs:label "in XSD g-YearMonth"@en ; + rdfs:range xsd:gYearMonth ; + skos:definition "Position of an instant, expressed using xsd:gYearMonth"@en ; +. +:inside + rdf:type owl:ObjectProperty ; + rdfs:comment "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en ; + rdfs:domain :Interval ; + rdfs:label "has time instant inside"@en ; + rdfs:range :Instant ; + skos:definition "An instant that falls inside the interval. It is not intended to include beginnings and ends of intervals."@en ; +. +:intervalAfter + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval after"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :after ; + rdfs:subPropertyOf :intervalDisjoint ; + owl:inverseOf :intervalBefore ; + skos:definition "If a proper interval T1 is intervalAfter another proper interval T2, then the beginning of T1 is after the end of T2."@en ; +. +:intervalBefore + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval before"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :before ; + rdfs:subPropertyOf :intervalDisjoint ; + owl:inverseOf :intervalAfter ; + skos:definition "If a proper interval T1 is intervalBefore another proper interval T2, then the end of T1 is before the beginning of T2."@en ; +. +:intervalContains + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval contains"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalDuring ; + skos:definition "If a proper interval T1 is intervalContains another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is after the end of T2."@en ; +. +:intervalDisjoint + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval disjoint"@en ; + rdfs:range :ProperInterval ; + skos:definition "If a proper interval T1 is intervalDisjoint another proper interval T2, then the beginning of T1 is after the end of T2, or the end of T1 is before the beginning of T2, i.e. the intervals do not overlap in any way, but their ordering relationship is not known."@en ; + skos:note "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is defined in (T.3) as the union of :intervalBefore v :intervalAfter . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalBefore , :intervalAfter as sub-properties"@en ; +. +:intervalDuring + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval during"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :intervalIn ; + owl:inverseOf :intervalContains ; + skos:definition "If a proper interval T1 is intervalDuring another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; +. +:intervalEquals + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval equals"@en ; + rdfs:range :ProperInterval ; + owl:propertyDisjointWith :intervalIn ; + skos:definition "If a proper interval T1 is intervalEquals another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; +. +:intervalFinishedBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval finished by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalFinishes ; + skos:definition "If a proper interval T1 is intervalFinishedBy another proper interval T2, then the beginning of T1 is before the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; +. +:intervalFinishes + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval finishes"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :intervalIn ; + owl:inverseOf :intervalFinishedBy ; + skos:definition "If a proper interval T1 is intervalFinishes another proper interval T2, then the beginning of T1 is after the beginning of T2, and the end of T1 is coincident with the end of T2."@en ; +. +:intervalIn + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval in"@en ; + rdfs:range :ProperInterval ; + owl:propertyDisjointWith :intervalEquals ; + skos:definition "If a proper interval T1 is intervalIn another proper interval T2, then the beginning of T1 is after the beginning of T2 or is coincident with the beginning of T2, and the end of T1 is before the end of T2, or is coincident with the end of T2, except that end of T1 may not be coincident with the end of T2 if the beginning of T1 is coincident with the beginning of T2."@en ; + skos:note "This interval relation is not included in the 13 basic relationships defined in Allen (1984), but is referred to as 'an important relationship' in Allen and Ferguson (1997). It is the disjoint union of :intervalStarts v :intervalDuring v :intervalFinishes . However, that is outside OWL2 expressivity, so is implemented as an explicit property, with :intervalStarts , :intervalDuring , :intervalFinishes as sub-properties"@en ; +. +:intervalMeets + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval meets"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalMetBy ; + skos:definition "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en ; +. +:intervalMetBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval met by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalMeets ; + skos:definition "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en ; +. +:intervalOverlappedBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval overlapped by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalOverlaps ; + skos:definition "If a proper interval T1 is intervalOverlappedBy another proper interval T2, then the beginning of T1 is after the beginning of T2, the beginning of T1 is before the end of T2, and the end of T1 is after the end of T2."@en ; +. +:intervalOverlaps + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval overlaps"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalOverlappedBy ; + skos:definition "If a proper interval T1 is intervalOverlaps another proper interval T2, then the beginning of T1 is before the beginning of T2, the end of T1 is after the beginning of T2, and the end of T1 is before the end of T2."@en ; +. +:intervalStartedBy + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval started by"@en ; + rdfs:range :ProperInterval ; + owl:inverseOf :intervalStarts ; + skos:definition "If a proper interval T1 is intervalStarted another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is after the end of T2."@en ; +. +:intervalStarts + rdf:type owl:ObjectProperty ; + rdfs:comment "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en ; + rdfs:domain :ProperInterval ; + rdfs:label "interval starts"@en ; + rdfs:range :ProperInterval ; + rdfs:subPropertyOf :intervalIn ; + owl:inverseOf :intervalStartedBy ; + skos:definition "If a proper interval T1 is intervalStarts another proper interval T2, then the beginning of T1 is coincident with the beginning of T2, and the end of T1 is before the end of T2."@en ; +. +:minute + rdf:type owl:DatatypeProperty ; + rdfs:comment "Minute position in a calendar-clock system."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "minute"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:definition "Minute position in a calendar-clock system."@en ; +. +:minutes + rdf:type owl:DatatypeProperty ; + rdfs:comment "length, or element of, a temporal extent expressed in minutes"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "minutes"@en ; + rdfs:range xsd:decimal ; + skos:definition "length, or element of, a temporal extent expressed in minutes"@en ; +. +:month + rdf:type owl:DatatypeProperty ; + rdfs:comment """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "month"@en ; + skos:definition """Month position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar month from any calendar. """@en ; +. +:monthOfYear + rdf:type owl:ObjectProperty ; + rdfs:comment "The month of the year, whose value is a member of the class time:MonthOfYear"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "month of year"@en ; + rdfs:range :MonthOfYear ; + skos:definition "The month of the year, whose value is a member of the class time:MonthOfYear"@en ; + skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en ; +. +:months + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in months"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "months duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "length of, or element of the length of, a temporal extent expressed in months"@en ; +. +:nominalPosition + rdf:type owl:DatatypeProperty ; + rdfs:comment "The (nominal) value indicating temporal position in an ordinal reference system "@en ; + rdfs:domain :TimePosition ; + rdfs:label "Name of temporal position"@en ; + rdfs:range xsd:string ; + skos:definition "The (nominal) value indicating temporal position in an ordinal reference system "@en ; +. +:numericDuration + rdf:type owl:DatatypeProperty ; + rdfs:comment "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en ; + rdfs:domain :Duration ; + rdfs:label "Numeric value of temporal duration"@en ; + rdfs:range xsd:decimal ; + skos:definition "Value of a temporal extent expressed as a decimal number scaled by a temporal unit"@en ; +. +:numericPosition + rdf:type owl:DatatypeProperty ; + rdfs:comment "The (numeric) value indicating position within a temporal coordinate system "@en ; + rdfs:domain :TimePosition ; + rdfs:label "Numeric value of temporal position"@en ; + rdfs:range xsd:decimal ; + skos:definition "The (numeric) value indicating position within a temporal coordinate system "@en ; +. +:second + rdf:type owl:DatatypeProperty ; + rdfs:comment "Second position in a calendar-clock system."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "second"@en ; + rdfs:range xsd:decimal ; +. +:seconds + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in seconds"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "seconds duration"@en ; + rdfs:range xsd:decimal ; + rdfs:seeAlso ; +. +:timeZone + rdf:type owl:ObjectProperty ; + rdfs:comment "The time zone for clock elements in the temporal position"@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "in time zone"@en ; + rdfs:range :TimeZone ; + skos:historyNote """In the original 2006 version of OWL-Time, the range of time:timeZone was a TimeZone class in a separate namespace \"http://www.w3.org/2006/timezone#\". +An alignment axiom + tzont:TimeZone rdfs:subClassOf time:TimeZone . +allows data encoded according to the previous version to be consistent with the updated ontology. """ ; + skos:note """IANA maintains a database of timezones. These are well maintained and generally considered authoritative, but individual items are not available at individual URIs, so cannot be used directly in data expressed using OWL-Time. + +DBPedia provides a set of resources corresponding to the IANA timezones, with a URI for each (e.g. http://dbpedia.org/resource/Australia/Eucla). The World Clock service also provides a list of time zones with the description of each available as an individual webpage with a convenient individual URI (e.g. https://www.timeanddate.com/time/zones/acwst). These or other, similar, resources might be used as a value of the time:timeZone property.""" ; +. +:unitDay + rdf:type :TemporalUnit ; + rdfs:label "Day (unit of temporal duration)"@en ; + skos:prefLabel "Tag"@de ; + skos:prefLabel "dag"@nl ; + skos:prefLabel "day"@en ; + skos:prefLabel "dia"@pt ; + skos:prefLabel "doba"@pl ; + skos:prefLabel "día"@es ; + skos:prefLabel "giorno"@it ; + skos:prefLabel "jour"@fr ; + skos:prefLabel "يوماً ما"@ar ; + skos:prefLabel "ある日"@jp ; + skos:prefLabel "一天"@zh ; + skos:prefLabel "언젠가"@kr ; + :days "1"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitHour + rdf:type :TemporalUnit ; + rdfs:label "Hour (unit of temporal duration)"@en ; + skos:prefLabel "Stunde"@de ; + skos:prefLabel "godzina"@pl ; + skos:prefLabel "heure"@fr ; + skos:prefLabel "hora"@es ; + skos:prefLabel "hora"@pt ; + skos:prefLabel "hour"@en ; + skos:prefLabel "ora"@it ; + skos:prefLabel "uur"@nl ; + skos:prefLabel "один час\"@ru" ; + skos:prefLabel "ساعة واحدة"@ar ; + skos:prefLabel "一小時"@zh ; + skos:prefLabel "一時間"@jp ; + skos:prefLabel "한 시간"@kr ; + :days "0"^^xsd:decimal ; + :hours "1"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitMinute + rdf:type :TemporalUnit ; + rdfs:label "Minute (unit of temporal duration)"@en ; + skos:prefLabel "Minute"@de ; + skos:prefLabel "minuta"@pl ; + skos:prefLabel "minute"@en ; + skos:prefLabel "minute"@fr ; + skos:prefLabel "minuto"@es ; + skos:prefLabel "minuto"@it ; + skos:prefLabel "minuto"@pt ; + skos:prefLabel "minuut"@nl ; + skos:prefLabel "одна минута"@ru ; + skos:prefLabel "دقيقة واحدة"@ar ; + skos:prefLabel "一分"@jp ; + skos:prefLabel "等一下"@zh ; + skos:prefLabel "분"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "1"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitMonth + rdf:type :TemporalUnit ; + rdfs:label "Month (unit of temporal duration)"@en ; + skos:prefLabel "maand"@nl ; + skos:prefLabel "mes"@es ; + skos:prefLabel "mese"@it ; + skos:prefLabel "miesiąc"@pl ; + skos:prefLabel "mois"@fr ; + skos:prefLabel "monat"@de ; + skos:prefLabel "month"@en ; + skos:prefLabel "один месяц"@ru ; + skos:prefLabel "شهر واحد"@ar ; + skos:prefLabel "一か月"@jp ; + skos:prefLabel "一個月"@zh ; + skos:prefLabel "한달"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "1"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitSecond + rdf:type :TemporalUnit ; + rdfs:label "Second (unit of temporal duration)"@en ; + skos:prefLabel "Sekunde"@de ; + skos:prefLabel "Sekundę"@pl ; + skos:prefLabel "second"@en ; + skos:prefLabel "seconde"@fr ; + skos:prefLabel "seconde"@nl ; + skos:prefLabel "secondo"@it ; + skos:prefLabel "segundo"@es ; + skos:prefLabel "segundo"@pt ; + skos:prefLabel "ثانية واحدة"@ar ; + skos:prefLabel "一秒"@jp ; + skos:prefLabel "一秒"@zh ; + skos:prefLabel "일초"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "1"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitType + rdf:type owl:ObjectProperty ; + rdfs:comment "The temporal unit which provides the precision of a date-time value or scale of a temporal extent"@en ; + rdfs:domain [ + rdf:type owl:Class ; + owl:unionOf ( + :GeneralDateTimeDescription + :Duration + ) ; + ] ; + rdfs:label "temporal unit type"@en ; + rdfs:range :TemporalUnit ; +. +:unitWeek + rdf:type :TemporalUnit ; + rdfs:label "Week (unit of temporal duration)"@en ; + skos:prefLabel "Woche"@de ; + skos:prefLabel "semaine"@fr ; + skos:prefLabel "semana"@es ; + skos:prefLabel "semana"@pt ; + skos:prefLabel "settimana"@it ; + skos:prefLabel "tydzień"@pl ; + skos:prefLabel "week"@en ; + skos:prefLabel "week"@nl ; + skos:prefLabel "одна неделя"@ru ; + skos:prefLabel "سبوع واحد"@ar ; + skos:prefLabel "一周"@zh ; + skos:prefLabel "一週間"@jp ; + skos:prefLabel "일주일"@kr ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "1"^^xsd:decimal ; + :years "0"^^xsd:decimal ; +. +:unitYear + rdf:type :TemporalUnit ; + rdfs:label "Year (unit of temporal duration)"@en ; + skos:prefLabel "1 년"@kr ; + skos:prefLabel "1年"@jp ; + skos:prefLabel "Jahr"@de ; + skos:prefLabel "Rok"@pl ; + skos:prefLabel "an"@fr ; + skos:prefLabel "anno"@it ; + skos:prefLabel "ano"@pt ; + skos:prefLabel "jaar"@nl ; + skos:prefLabel "un año"@es ; + skos:prefLabel "year"@en ; + skos:prefLabel "один год"@ru ; + skos:prefLabel "سنة واحدة"@ar ; + skos:prefLabel "一年"@zh ; + :days "0"^^xsd:decimal ; + :hours "0"^^xsd:decimal ; + :minutes "0"^^xsd:decimal ; + :months "0"^^xsd:decimal ; + :seconds "0"^^xsd:decimal ; + :weeks "0"^^xsd:decimal ; + :years "1"^^xsd:decimal ; +. +:week + rdf:type owl:DatatypeProperty ; + rdfs:comment "Week number within the year."@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "week"@en ; + rdfs:range xsd:nonNegativeInteger ; + skos:note "Weeks are numbered differently depending on the calendar in use and the local language or cultural conventions (locale). ISO-8601 specifies that the first week of the year includes at least four days, and that Monday is the first day of the week. In that system, week 1 is the week that contains the first Thursday in the year."@en ; +. +:weeks + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in weeks"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "weeks duration"@en ; + rdfs:range xsd:decimal ; +. +:xsdDateTime + rdf:type owl:DatatypeProperty ; + rdf:type owl:DeprecatedProperty ; + rdfs:comment "Value of DateTimeInterval expressed as a compact value."@en ; + rdfs:domain :DateTimeInterval ; + rdfs:label "has XSD date-time"@en ; + rdfs:range xsd:dateTime ; + owl:deprecated "true"^^xsd:boolean ; + skos:note "Using xsd:dateTime in this place means that the duration of the interval is implicit: it corresponds to the length of the smallest non-zero element of the date-time literal. However, this rule cannot be used for intervals whose duration is more than one rank smaller than the starting time - e.g. the first minute or second of a day, the first hour of a month, or the first day of a year. In these cases the desired interval cannot be distinguished from the interval corresponding to the next rank up. Because of this essential ambiguity, use of this property is not recommended and it is deprecated."@en ; +. +:year + rdf:type owl:DatatypeProperty ; + rdfs:comment """Year position in a calendar-clock system. + +The range of this property is not specified, so can be replaced by any specific representation of a calendar year from any calendar. """@en ; + rdfs:domain :GeneralDateTimeDescription ; + rdfs:label "year"@en ; +. +:years + rdf:type owl:DatatypeProperty ; + rdfs:comment "length of, or element of the length of, a temporal extent expressed in years"@en ; + rdfs:domain :GeneralDurationDescription ; + rdfs:label "years duration"@en ; + rdfs:range xsd:decimal ; +. diff --git a/Sources/PDDL_-_The_Planning_Domain_Definition_Language.pdf b/Sources/PDDL_-_The_Planning_Domain_Definition_Language.pdf new file mode 100644 index 0000000..67d126f Binary files /dev/null and b/Sources/PDDL_-_The_Planning_Domain_Definition_Language.pdf differ diff --git a/Sources/Paper_19-Function_Behavior_Structure_Model_of_Design.pdf b/Sources/Paper_19-Function_Behavior_Structure_Model_of_Design.pdf new file mode 100644 index 0000000..a3088d3 Binary files /dev/null and b/Sources/Paper_19-Function_Behavior_Structure_Model_of_Design.pdf differ diff --git a/Sources/Process Specification Language - An Analysis of Existing Representations.pdf b/Sources/Process Specification Language - An Analysis of Existing Representations.pdf new file mode 100644 index 0000000..ba9fbdb Binary files /dev/null and b/Sources/Process Specification Language - An Analysis of Existing Representations.pdf differ diff --git a/Sources/Process Specification Language - Specification v1.pdf b/Sources/Process Specification Language - Specification v1.pdf new file mode 100644 index 0000000..cca816e Binary files /dev/null and b/Sources/Process Specification Language - Specification v1.pdf differ diff --git a/Sources/Project Management Ontology.pdf b/Sources/Project Management Ontology.pdf new file mode 100644 index 0000000..a6dcfd5 Binary files /dev/null and b/Sources/Project Management Ontology.pdf differ diff --git a/Sources/Spinning the OWL-S Process Model.pdf b/Sources/Spinning the OWL-S Process Model.pdf new file mode 100644 index 0000000..c9b9e87 Binary files /dev/null and b/Sources/Spinning the OWL-S Process Model.pdf differ diff --git a/Sources/The Axiomatic Foundation of Space in GFO.pdf b/Sources/The Axiomatic Foundation of Space in GFO.pdf new file mode 100644 index 0000000..b8a6352 Binary files /dev/null and b/Sources/The Axiomatic Foundation of Space in GFO.pdf differ diff --git a/Sources/The Enterprise Ontology.pdf b/Sources/The Enterprise Ontology.pdf new file mode 100644 index 0000000..32608dc Binary files /dev/null and b/Sources/The Enterprise Ontology.pdf differ diff --git a/Sources/Tim Smithers, John S. Gero - Artificial Intelligence in Design.pdf b/Sources/Tim Smithers, John S. Gero - Artificial Intelligence in Design.pdf new file mode 100644 index 0000000..1ab1e5b Binary files /dev/null and b/Sources/Tim Smithers, John S. Gero - Artificial Intelligence in Design.pdf differ diff --git a/Sources/arapinis_16894.pdf b/Sources/arapinis_16894.pdf new file mode 100644 index 0000000..650be9d Binary files /dev/null and b/Sources/arapinis_16894.pdf differ diff --git a/Sources/c039175_ISO_IEC_24707_2007(E).pdf b/Sources/c039175_ISO_IEC_24707_2007(E).pdf new file mode 100755 index 0000000..b073a06 Binary files /dev/null and b/Sources/c039175_ISO_IEC_24707_2007(E).pdf differ diff --git a/Sources/finin1994.pdf b/Sources/finin1994.pdf new file mode 100644 index 0000000..956f4b7 Binary files /dev/null and b/Sources/finin1994.pdf differ diff --git a/Sources/iso9001-2015-process-appr.pdf b/Sources/iso9001-2015-process-appr.pdf new file mode 100644 index 0000000..0378fac Binary files /dev/null and b/Sources/iso9001-2015-process-appr.pdf differ diff --git a/Sources/kif.ps.pdf b/Sources/kif.ps.pdf new file mode 100644 index 0000000..e75294c Binary files /dev/null and b/Sources/kif.ps.pdf differ diff --git a/Sources/labrou1994.pdf b/Sources/labrou1994.pdf new file mode 100644 index 0000000..d3a761d Binary files /dev/null and b/Sources/labrou1994.pdf differ diff --git a/Sources/loebe-f-2003-a.pdf b/Sources/loebe-f-2003-a.pdf new file mode 100644 index 0000000..4bd3f74 Binary files /dev/null and b/Sources/loebe-f-2003-a.pdf differ diff --git a/Sources/loebe-f-2007-127-a.pdf b/Sources/loebe-f-2007-127-a.pdf new file mode 100644 index 0000000..6f6197b Binary files /dev/null and b/Sources/loebe-f-2007-127-a.pdf differ diff --git a/Sources/master-az.pdf b/Sources/master-az.pdf new file mode 100644 index 0000000..0268608 Binary files /dev/null and b/Sources/master-az.pdf differ diff --git a/Sources/master-tb.pdf b/Sources/master-tb.pdf new file mode 100644 index 0000000..8df8ccd --- /dev/null +++ b/Sources/master-tb.pdf @@ -0,0 +1,32575 @@ +%PDF-1.5 +% +1 0 obj +<< /S /GoTo /D (chapter.6) >> +endobj +4 0 obj +(1 Einleitung) +endobj +5 0 obj +<< /S /GoTo /D (section.7) >> +endobj +8 0 obj +(1.1 Geschichte von Entscheidungsunterst\374tzungssystemen) +endobj +9 0 obj +<< /S /GoTo /D (section.9) >> +endobj +12 0 obj +(1.2 Projektbezogenheit von Entscheidungsunterst\374tzungssystemen) +endobj +13 0 obj +<< /S /GoTo /D (section.10) >> +endobj +16 0 obj +(1.3 Ziele der Arbeit) +endobj +17 0 obj +<< /S /GoTo /D (section.11) >> +endobj +20 0 obj +(1.4 Aufbau der Arbeit) +endobj +21 0 obj +<< /S /GoTo /D (chapter.12) >> +endobj +24 0 obj +(2 Grundlagen) +endobj +25 0 obj +<< /S /GoTo /D (section.13) >> +endobj +28 0 obj +(2.1 Klassifikationen und Einteilungen zur Entscheidungsunterst\374tzung) +endobj +29 0 obj +<< /S /GoTo /D (subsection.14) >> +endobj +32 0 obj +(2.1.1 Klassifikation von Entscheidungsproblemen) +endobj +33 0 obj +<< /S /GoTo /D (subsection.15) >> +endobj +36 0 obj +(2.1.2 Unterst\374tzungsdimensionen von betrieblichen Informationssystemen) +endobj +37 0 obj +<< /S /GoTo /D (subsection.17) >> +endobj +40 0 obj +(2.1.3 \334bliche Einteilungen von Entscheidungsunterst\374tzungssystemen) +endobj +41 0 obj +<< /S /GoTo /D (section.18) >> +endobj +44 0 obj +(2.2 Definitionen zur Softwarearchitektur) +endobj +45 0 obj +<< /S /GoTo /D (subsection.19) >> +endobj +48 0 obj +(2.2.1 Softwarearchitektur) +endobj +49 0 obj +<< /S /GoTo /D (subsection.20) >> +endobj +52 0 obj +(2.2.2 Standards f\374r die Architektur von Software) +endobj +53 0 obj +<< /S /GoTo /D (subsection.21) >> +endobj +56 0 obj +(2.2.3 Prinzip: Graduated Flexibility) +endobj +57 0 obj +<< /S /GoTo /D (subsection.22) >> +endobj +60 0 obj +(2.2.4 Prinzip: Separation of Concerns) +endobj +61 0 obj +<< /S /GoTo /D (section.23) >> +endobj +64 0 obj +(2.3 Aufbau von bedeutsamen Softwarearchitekturen) +endobj +65 0 obj +<< /S /GoTo /D (subsection.24) >> +endobj +68 0 obj +(2.3.1 Drei-Schichten-Architektur) +endobj +69 0 obj +<< /S /GoTo /D (subsection.26) >> +endobj +72 0 obj +(2.3.2 Model-View-Controller-Entwurfsmuster) +endobj +73 0 obj +<< /S /GoTo /D (subsection.28) >> +endobj +76 0 obj +(2.3.3 Grundlegende Architektur webbasierter Systeme) +endobj +77 0 obj +<< /S /GoTo /D (subsection.29) >> +endobj +80 0 obj +(2.3.4 Web-Services) +endobj +81 0 obj +<< /S /GoTo /D (subsection.30) >> +endobj +84 0 obj +(2.3.5 Serviceorientierte Architekturen) +endobj +85 0 obj +<< /S /GoTo /D (section.31) >> +endobj +88 0 obj +(2.4 Anforderungen an Softwaresysteme) +endobj +89 0 obj +<< /S /GoTo /D (subsection.32) >> +endobj +92 0 obj +(2.4.1 Definition von Anforderungen) +endobj +93 0 obj +<< /S /GoTo /D (subsection.33) >> +endobj +96 0 obj +(2.4.2 Einteilung von Anforderungen) +endobj +97 0 obj +<< /S /GoTo /D (subsection.34) >> +endobj +100 0 obj +(2.4.3 Architekturbewertungsverfahren) +endobj +101 0 obj +<< /S /GoTo /D (subsection.35) >> +endobj +104 0 obj +(2.4.4 Ableitungen von Anforderungen und Softwarearchitekturen) +endobj +105 0 obj +<< /S /GoTo /D (section.36) >> +endobj +108 0 obj +(2.5 Vorstellung des SNIK-Projektes und des CIO-Navigators) +endobj +109 0 obj +<< /S /GoTo /D (chapter.37) >> +endobj +112 0 obj +(3 Literaturrecherche) +endobj +113 0 obj +<< /S /GoTo /D (section.38) >> +endobj +116 0 obj +(3.1 Forschungsfrage) +endobj +117 0 obj +<< /S /GoTo /D (section.39) >> +endobj +120 0 obj +(3.2 Ableitung von Suchbegriffen f\374r die Literaturrecherche) +endobj +121 0 obj +<< /S /GoTo /D (section.41) >> +endobj +124 0 obj +(3.3 Durchf\374hrung der Literaturrecherche) +endobj +125 0 obj +<< /S /GoTo /D (subsection.42) >> +endobj +128 0 obj +(3.3.1 Einschr\344nkende Kriterien f\374r die Suche) +endobj +129 0 obj +<< /S /GoTo /D (subsection.44) >> +endobj +132 0 obj +(3.3.2 Suchportale f\374r wissenschaftliche Ver\366ffentlichungen) +endobj +133 0 obj +<< /S /GoTo /D (subsection.46) >> +endobj +136 0 obj +(3.3.3 Suchverlauf der Recherche) +endobj +137 0 obj +<< /S /GoTo /D (section.48) >> +endobj +140 0 obj +(3.4 Ergebnisse der Literaturrecherche) +endobj +141 0 obj +<< /S /GoTo /D (subsection.49) >> +endobj +144 0 obj +(3.4.1 Bedeutung der Benutzerschnittstelle) +endobj +145 0 obj +<< /S /GoTo /D (subsection.51) >> +endobj +148 0 obj +(3.4.2 Grundlegende Architektur von Entscheidungsunterst\374tzungssystemen) +endobj +149 0 obj +<< /S /GoTo /D (subsection.52) >> +endobj +152 0 obj +(3.4.3 Webbasierte Entscheidungsunterst\374tzungssysteme) +endobj +153 0 obj +<< /S /GoTo /D (subsection.53) >> +endobj +156 0 obj +(3.4.4 Serviceorientierte Architekturen bei Entscheidungsunterst\374tzungssystemen) +endobj +157 0 obj +<< /S /GoTo /D (subsection.54) >> +endobj +160 0 obj +(3.4.5 Performanzeigenschaften von Entscheidungsunterst\374tzungssystemen) +endobj +161 0 obj +<< /S /GoTo /D (subsection.55) >> +endobj +164 0 obj +(3.4.6 Integration von Quelldaten) +endobj +165 0 obj +<< /S /GoTo /D (subsection.56) >> +endobj +168 0 obj +(3.4.7 Ver\366ffentlichte Architekturen) +endobj +169 0 obj +<< /S /GoTo /D (section.64) >> +endobj +172 0 obj +(3.5 Beantwortung der Forschungsfrage) +endobj +173 0 obj +<< /S /GoTo /D (chapter.65) >> +endobj +176 0 obj +(4 Systemarchitektur und Infrastruktur) +endobj +177 0 obj +<< /S /GoTo /D (section.67) >> +endobj +180 0 obj +(4.1 Einbettung der Anwendung in das Umfeld) +endobj +181 0 obj +<< /S /GoTo /D (section.71) >> +endobj +184 0 obj +(4.2 Eignung von Teiid f\374r die Integration von Daten) +endobj +185 0 obj +<< /S /GoTo /D (chapter.73) >> +endobj +188 0 obj +(5 Anforderungs- und Architekturanalyse mit Architekturbewertungsverfahren) +endobj +189 0 obj +<< /S /GoTo /D (section.76) >> +endobj +192 0 obj +(5.1 Auswahl des Architekturbewertungsverfahrens) +endobj +193 0 obj +<< /S /GoTo /D (subsection.77) >> +endobj +196 0 obj +(5.1.1 Vergleich von SAAM und ATAM) +endobj +197 0 obj +<< /S /GoTo /D (subsection.79) >> +endobj +200 0 obj +(5.1.2 Entscheidung f\374r SAAM) +endobj +201 0 obj +<< /S /GoTo /D (section.80) >> +endobj +204 0 obj +(5.2 Durchf\374hrung der Software Architecture Analysis Method \(SAAM\)) +endobj +205 0 obj +<< /S /GoTo /D (subsection.81) >> +endobj +208 0 obj +(5.2.1 Szenarien bei SAAM) +endobj +209 0 obj +<< /S /GoTo /D (subsection.82) >> +endobj +212 0 obj +(5.2.2 Schritte bei der Durchf\374hrung von SAAM) +endobj +213 0 obj +<< /S /GoTo /D (subsection.85) >> +endobj +216 0 obj +(5.2.3 Aktivit\344ten und Abh\344ngigkeiten von SAAM) +endobj +217 0 obj +<< /S /GoTo /D (section.87) >> +endobj +220 0 obj +(5.3 SAAM Schritt 1 - Beschreibung der Architektur) +endobj +221 0 obj +<< /S /GoTo /D (subsection.88) >> +endobj +224 0 obj +(5.3.1 Grundlegende Architektur) +endobj +225 0 obj +<< /S /GoTo /D (subsection.94) >> +endobj +228 0 obj +(5.3.2 Analyse der Architektur mit dem Werkzeug CodeMap) +endobj +229 0 obj +<< /S /GoTo /D (subsection.117) >> +endobj +232 0 obj +(5.3.3 Analyse der Architektur mit messbaren Eigenschaften des Quellcodes) +endobj +233 0 obj +<< /S /GoTo /D (subsection.119) >> +endobj +236 0 obj +(5.3.4 Untersuchungen mit dem Werkzeug CodeCity) +endobj +237 0 obj +<< /S /GoTo /D (subsection.141) >> +endobj +240 0 obj +(5.3.5 Untersuchungen mit dem Werkzeug Codemetrik) +endobj +241 0 obj +<< /S /GoTo /D (subsection.143) >> +endobj +244 0 obj +(5.3.6 Beschreibung der Architektur) +endobj +245 0 obj +<< /S /GoTo /D (section.146) >> +endobj +248 0 obj +(5.4 SAAM Schritt 2 - Entwicklung von Szenarien) +endobj +249 0 obj +<< /S /GoTo /D (subsection.147) >> +endobj +252 0 obj +(5.4.1 Identifizierung der Stakeholder) +endobj +253 0 obj +<< /S /GoTo /D (subsection.150) >> +endobj +256 0 obj +(5.4.2 Funktionale Anforderungen) +endobj +257 0 obj +<< /S /GoTo /D (subsection.152) >> +endobj +260 0 obj +(5.4.3 Qualit\344tsanforderungen) +endobj +261 0 obj +<< /S /GoTo /D (subsection.155) >> +endobj +264 0 obj +(5.4.4 Aufstellung der Szenarien) +endobj +265 0 obj +<< /S /GoTo /D (section.159) >> +endobj +268 0 obj +(5.5 SAAM Schritt 3 - Bewertung der Szenarien) +endobj +269 0 obj +<< /S /GoTo /D (section.161) >> +endobj +272 0 obj +(5.6 SAAM Schritt 4 - Untersuchung von Szenariointeraktionen) +endobj +273 0 obj +<< /S /GoTo /D (section.164) >> +endobj +276 0 obj +(5.7 SAAM Schritt 5 - Erstellung der Gesamtbewertung) +endobj +277 0 obj +<< /S /GoTo /D (chapter.167) >> +endobj +280 0 obj +(6 Ergebnisse der Architekturbewertung und Bewertung) +endobj +281 0 obj +<< /S /GoTo /D (section.168) >> +endobj +284 0 obj +(6.1 Angestrebte Komponentenarchitektur) +endobj +285 0 obj +<< /S /GoTo /D (section.170) >> +endobj +288 0 obj +(6.2 Angestrebtes Model-View-Controller-Entwurfsmuster) +endobj +289 0 obj +<< /S /GoTo /D (subsection.172) >> +endobj +292 0 obj +(6.2.1 Umstellung auf ASP.NET MVC) +endobj +293 0 obj +<< /S /GoTo /D (section.173) >> +endobj +296 0 obj +(6.3 Empfohlene Anordnung der Klassen in den Namensr\344umen) +endobj +297 0 obj +<< /S /GoTo /D (section.174) >> +endobj +300 0 obj +(6.4 Empfehlungen aus der Durchf\374hrung von SAAM) +endobj +301 0 obj +<< /S /GoTo /D (section.175) >> +endobj +304 0 obj +(6.5 Empfehlungen aus der Analyse der Softwarearchitektur mit messbaren Eigenschaften des Quellcodes) +endobj +305 0 obj +<< /S /GoTo /D (section.176) >> +endobj +308 0 obj +(6.6 Bewertung) +endobj +309 0 obj +<< /S /GoTo /D (chapter.177) >> +endobj +312 0 obj +(7 Fazit) +endobj +313 0 obj +<< /S /GoTo /D (section.178) >> +endobj +316 0 obj +(7.1 Ausblick auf zuk\374nftige Arbeiten) +endobj +317 0 obj +<< /S /GoTo /D (appendix.180) >> +endobj +320 0 obj +(A Anhang) +endobj +321 0 obj +<< /S /GoTo /D (section.181) >> +endobj +324 0 obj +(A.1 Glossar \(Begriffsdefinitionen\)) +endobj +325 0 obj +<< /S /GoTo /D (section.182) >> +endobj +328 0 obj +(A.2 Umsetzungen von Architekturen) +endobj +329 0 obj +<< /S /GoTo /D (subsection.183) >> +endobj +332 0 obj +(A.2.1 Architektur von Web-Services nach Chen, Zhang, Chi) +endobj +333 0 obj +<< /S /GoTo /D (subsection.185) >> +endobj +336 0 obj +(A.2.2 Technologien des Frameworks nach Mohktar et al.) +endobj +337 0 obj +<< /S /GoTo /D (subsection.186) >> +endobj +340 0 obj +(A.2.3 Technologien der Integration von Quelldaten nach Lin et al.) +endobj +341 0 obj +<< /S /GoTo /D (section.187) >> +endobj +344 0 obj +(A.3 Qualit\344tsanforderungen der Anwendung aus Dokumentation) +endobj +345 0 obj +<< /S /GoTo /D [346 0 R /FitH] >> +endobj +348 0 obj +<< +/Length 559 +/Filter /FlateDecode +>> +stream +xڕSMs0Wh,$[cnM  +-CA_lMb#HiC '}{V+u>MuL}y(i͢fU%r #E^GMVMNRV[T!Ɋ.&iVM [.Awɟ NIYN +XiP+~IN; ܜ +6v췾v 2\uRxRe1G%X K{]4?~Ir 3Ppܣ0fzt !nsهPʉAc)xFU$eb#ơi9S c?q`qP{3J2+\g(ryGͽ *}*Ы^Zq3xQq W;Sx&݅ +Ҫ"+kP."-3*|> B 1kEd(A}`W6;eD(J|1ՋG*edJQo&aڵˢΤu/aτ֎ a'hu{TkŲKhH2f!@aX(+φsL_- +endstream +endobj +346 0 obj +<< +/Type /Page +/Contents 348 0 R +/Resources 347 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 353 0 R +>> +endobj +349 0 obj +<< +/D [346 0 R /XYZ 69.866 809.284 null] +>> +endobj +350 0 obj +<< +/D [346 0 R /XYZ 70.866 771.024 null] +>> +endobj +347 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +356 0 obj +<< +/Length 19 +/Filter /FlateDecode +>> +stream +x3PHW0Pp2 < +endstream +endobj +355 0 obj +<< +/Type /Page +/Contents 356 0 R +/Resources 354 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 353 0 R +>> +endobj +357 0 obj +<< +/D [355 0 R /XYZ 69.866 809.284 null] +>> +endobj +358 0 obj +<< +/D [355 0 R /XYZ 70.866 781.727 null] +>> +endobj +354 0 obj +<< +/ProcSet [ /PDF ] +>> +endobj +361 0 obj +<< +/Length 144 +/Filter /FlateDecode +>> +stream +xڍ= 0wL7ZhEl 4V$s!LoOB!7FBk)5N)%J0${$Jbʱ2>#h%Z`V> +endobj +362 0 obj +<< +/D [360 0 R /XYZ 69.866 809.284 null] +>> +endobj +363 0 obj +<< +/D [360 0 R /XYZ 70.866 781.727 null] +>> +endobj +359 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +366 0 obj +<< +/Length 19 +/Filter /FlateDecode +>> +stream +x3PHW0Pp2 < +endstream +endobj +365 0 obj +<< +/Type /Page +/Contents 366 0 R +/Resources 364 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 353 0 R +>> +endobj +367 0 obj +<< +/D [365 0 R /XYZ 69.866 809.284 null] +>> +endobj +368 0 obj +<< +/D [365 0 R /XYZ 70.866 781.727 null] +>> +endobj +364 0 obj +<< +/ProcSet [ /PDF ] +>> +endobj +371 0 obj +<< +/Length 2232 +/Filter /FlateDecode +>> +stream +xڍYr+$7.ű}SunHA"$Pa9nțo'OvjxnǓ8 T_}׵nVsb͢ȧW`M%Rn$\nvzs{^=q[iWo:#Tvxɣ+Zmuƫ%=&[GNwi^^hhٙSS Yzdq_wS5ݬ}T#.*ݐy"W<Twm]td3_% ӵ*ͫMEԒǬbSݯ?XDL_3EjS-%Ljy;y +=oʶ~lސQ䞶;zUyq/*䁖)Ѩ,h@v^lUϻ+&M;؝)Kc,n֥^290 2!Z^CCcy]Q+ UazC\EzswZu'ۜrظ6en,})5ÉW +[_S1Q l$nySkH2{\Ό.W| 4+4HKR)TN; R.a\},Is0b5/5vM^XdPVOmW+bM2vMzL?v9Y*^ܳנ`{e1F˂r `NYQgjMn.i2B7qO's;YWS N=*v0eǎ[xӄ'!4s >dq̟5?VYcl.A2L@C /aYn}C5,sL 6$(i=zQFp4,y.m]6@+rj4$YXًizx(;"ܘkHuũuM:LX + 62_u<,gmVv\E4+[պ[og\{? CIMt}mqfߤ^(rov*خcvսRf,zQz ANx.4BoQDb-e4 +37P(z[8޺BTzR{Ws]v$*`dtd.H? 4@fUo +3u({m'e/뜌 G3އ8" 2H_2%7U-Ux`Ovy74ȑ_zזOewNu8*RRwS٦N +۪Ki4fGTQb˨ZZeCL!~SNnȰ.)p<1Ҋ!"kjh$ګmXUUY(Pv Wf1e5PjyۖRD*a1_$ ":~X\T x޽trhsü,< A oūЍ>(IE#a S8TQfdbZ! 51Goxs6W$I]CYCޛP/Ib&vvH-51G<0uX7Ph.icbO0gJ](5Am@V}!+#3;Ug~,#U ΍'h(L +FZ2kpEhS/3p@7NvT;6x+kǠCNR?$9(`~X/0 7s?)> M]^V6zMߕ"=0qUZ H5N\d JJӗOéTs;Hki6PSw_%8s=3]0.+3,#ޕm2OF|E9 +ZnCXXt{:#UTqH**lvzW+P7>O7ԛmӧtN\ +endstream +endobj +370 0 obj +<< +/Type /Page +/Contents 371 0 R +/Resources 369 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 353 0 R +>> +endobj +372 0 obj +<< +/D [370 0 R /XYZ 69.866 809.284 null] +>> +endobj +369 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +376 0 obj +<< +/Length 2065 +/Filter /FlateDecode +>> +stream +xڍXK6 W(q&3+ѶYrHPvv/6 n%W?u +S8ZmT,IVIPM3xӭo o~3X),r(Zƫov}0iݎMiK"޵m1$VI%b>؃i NmA I2hzlךUP ` b`k4O*QZDqJ%c7o[,sh [DGa_5~ r󶢳f=i@3u{֟4.+0/ۃ=/( +N +9WHdF +qt{ hK `8l?C?_څ(UGV2Z +Ef<.nQ Y.8l*'Et F%*~tHo 1"yU57ټȫ/]0esJaHU zK`ƪs33YZ:-"XOlv++0-iMNz+.*NL) ]9Y<=.$_DLU)-z MOZIKI%7P2ޕXuF*ZY) (kbO[T[Oao0CLjg N&{xlzgh +0+x{/:H95z`i/t׶- +ZovN Ax8Ra:h8Cs{AsSձ 58LH%|Mdp)̠p#`#nЙHvطL ]]=ǖupeH_=Fz=h<8C\ )|>"3jt\vKOuV\8ο +,o}L\+}=4\ѷ[,>e.( EfFXRPQ(ԥ,XGnDD^G"g|BDtqcOQ0=z<#su='s DBcWݔnM %0ZYSf\V {KfPrmh;"WUoU]ӶG~쬻EAS4&3pHʡe@v**\2{f첡a#y᮲'-"Gd^Ω?BՎ93SylʦLfQbL Yv"2kqA"#r +24bCT bLMeP(WGo^^"z=`]Vf{L7xY*4x\~:A-No/P_gw:Z~JSjjz?b#]B}PB5n}08 Ꙑ0>P@O`=. 5TB?U\,1?U=x^칳ǫŢ̱ oGy[uL1uivRil]zI?\kFf՛9UgeJ#'gC%2FiQ8s<]q|%kxq:*$2q_raϬ5g\ +8NUSM+6NF' 3Ea{7}^DIዌG΢t"+?RՙvHj 7JgK=(w~309gY}ٝh֜/?6+eHau-^ aJfQlG+))&]݊eI,!``-¾K9SP:q)*ProRnfWtEE\$ȱwD,*O J||!NxD*""m)T_2UF '[vz sE;.5|,Y'> +˥ ]ک8E,EsЪ\h|:f0δ͟Ք`gϷgy{vX䚳"}ե>ڹkqnP +endstream +endobj +375 0 obj +<< +/Type /Page +/Contents 376 0 R +/Resources 374 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 353 0 R +>> +endobj +377 0 obj +<< +/D [375 0 R /XYZ 69.866 809.284 null] +>> +endobj +374 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +380 0 obj +<< +/Length 881 +/Filter /FlateDecode +>> +stream +xڍV[o:~ȣ#qIq!AyHlHnK}ynي䘈wx}-U<ϴJ$W.3 i;_%stɸ!H\yRJJ{p޺XcdFyuq[Y7-~Ew|g- j._JqM4tI1⢨b[%':+bGHޓtv ,w%Y[ǟKQMeUIQi^3^A;;EH%u +ICg|6ccATVS8o_A?eH\_ ϏfV~qm!) +3`@)t, 5GyD\`w2mv><`$eSO$܁)ٽpRZreTA` e,LS _,ؾ5=\q 6MNarf9cpXq<@D8\gol(& ^(IM3w=Ɣzp$GZgG >ș)6lpǙ)6᤹bQ}G(sj :É=Y.8>Fr]h\eպ[;A|$"=ב!͢`Yg!FluǸvڎ+a[؟?_g,*)TKu{)Zģ‘zvh\RKk"vtj?tr%[H6> +endobj +381 0 obj +<< +/D [379 0 R /XYZ 69.866 809.284 null] +>> +endobj +378 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +385 0 obj +<< +/Length 19 +/Filter /FlateDecode +>> +stream +x3PHW0Pp2 < +endstream +endobj +384 0 obj +<< +/Type /Page +/Contents 385 0 R +/Resources 383 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 382 0 R +>> +endobj +386 0 obj +<< +/D [384 0 R /XYZ 69.866 809.284 null] +>> +endobj +387 0 obj +<< +/D [384 0 R /XYZ 70.866 781.727 null] +>> +endobj +383 0 obj +<< +/ProcSet [ /PDF ] +>> +endobj +426 0 obj +<< +/Length 1358 +/Filter /FlateDecode +>> +stream +xZMw6WTHB@wigNFw+!&'xiO7[^wY:?kǟ~8CG /""1BUj}/yꞖ#U_W?w5flx1}96 _;n}2^ޱ,Cx̌=>\xDz O-j2g9 Ⱦw``zssqTZU眖F!K-ݎ%1= x|~CS4 +Dz1}p|wFsH D +柌fzaSZr,]/{LX} `qR\ ?ϑI +[CV*C=/<3e g YuA㬗YRUxpVT;5m-L ˄Ku9u:~KȮ Hg4$]Y:1=V Ukq2\,H?*:D6_ȧK +mhݘmB +5BxukT|rՙJ˸SARҤE6{7"})h"} ?qvzBeOÈ'yi6q2j*j!=03h>j#ݏ +y)w :aZV?l2ƿKToJFF.Qܭrq1UwE>*U"r0FҚW-͟L +,h؁۸<2.RRt[ w7= ay:xEJ3oQ&-\`,u9ne,֢)S4+.* +tS6[H2D+^IŤa`sOS" +$If:vG8gZuC}!b,uSlrROGl]omڐLlS˭ZғҪ _)}d쇗ٯA)6ieؤUgiCovI-*ɑdפ! ɼ9dtz=MI"6] lU*PNɉ$a*R~e>[\~}"g:1_ُTe"VꙬX{W.Po7w(23%j21;U[Y' ^ +!fi>2Y=L+i znTˤdY u=m :E \^#ծR+f qIEv):lHxwVo6 VUTLyARݨ 0np¬Aӵm0>_$ˏĶ + |Xzszu/:2} +endstream +endobj +425 0 obj +<< +/Type /Page +/Contents 426 0 R +/Resources 424 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 382 0 R +/Annots [ 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R ] +>> +endobj +388 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 633.399 140.96 645.777] +/A << /S /GoTo /D (chapter.6) >> +>> +endobj +389 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 617.032 381.045 629.475] +/A << /S /GoTo /D (section.7) >> +>> +endobj +390 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 600.665 419.695 612.857] +/A << /S /GoTo /D (section.9) >> +>> +endobj +391 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 586.501 187.279 596.49] +/A << /S /GoTo /D (section.10) >> +>> +endobj +392 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 570.134 197.883 580.373] +/A << /S /GoTo /D (section.11) >> +>> +endobj +393 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 540.654 149.447 553.031] +/A << /S /GoTo /D (chapter.12) >> +>> +endobj +394 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 524.286 432.262 536.73] +/A << /S /GoTo /D (section.13) >> +>> +endobj +395 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 507.919 358.125 520.362] +/A << /S /GoTo /D (subsection.14) >> +>> +endobj +396 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 491.552 478.276 503.995] +/A << /S /GoTo /D (subsection.15) >> +>> +endobj +397 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 475.184 460.604 489.52] +/A << /S /GoTo /D (subsection.17) >> +>> +endobj +398 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 461.021 285.94 471.26] +/A << /S /GoTo /D (section.18) >> +>> +endobj +399 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 444.653 242.032 454.893] +/A << /S /GoTo /D (subsection.19) >> +>> +endobj +400 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 428.286 352.725 438.526] +/A << /S /GoTo /D (subsection.20) >> +>> +endobj +401 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 409.846 286.78 422.158] +/A << /S /GoTo /D (subsection.21) >> +>> +endobj +402 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 393.479 302.555 405.791] +/A << /S /GoTo /D (subsection.22) >> +>> +endobj +403 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 379.184 346.005 389.424] +/A << /S /GoTo /D (section.23) >> +>> +endobj +404 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 362.817 275.523 373.056] +/A << /S /GoTo /D (subsection.24) >> +>> +endobj +405 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 346.449 335.195 356.689] +/A << /S /GoTo /D (subsection.26) >> +>> +endobj +406 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 327.878 383.848 340.322] +/A << /S /GoTo /D (subsection.28) >> +>> +endobj +407 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 313.715 216.113 323.954] +/A << /S /GoTo /D (subsection.29) >> +>> +endobj +408 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 297.347 301.322 307.587] +/A << /S /GoTo /D (subsection.30) >> +>> +endobj +409 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 278.776 287.009 291.22] +/A << /S /GoTo /D (section.31) >> +>> +endobj +410 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 262.409 289.071 274.853] +/A << /S /GoTo /D (subsection.32) >> +>> +endobj +411 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 246.042 291.504 258.485] +/A << /S /GoTo /D (subsection.33) >> +>> +endobj +412 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 229.675 302.337 242.118] +/A << /S /GoTo /D (subsection.34) >> +>> +endobj +413 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 213.307 431.193 225.751] +/A << /S /GoTo /D (subsection.35) >> +>> +endobj +414 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 196.94 385.048 209.383] +/A << /S /GoTo /D (section.36) >> +>> +endobj +415 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 171.954 184.181 182.041] +/A << /S /GoTo /D (chapter.37) >> +>> +endobj +416 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 153.296 194.731 165.74] +/A << /S /GoTo /D (section.38) >> +>> +endobj +417 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 136.929 373.779 149.372] +/A << /S /GoTo /D (section.39) >> +>> +endobj +418 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 120.562 289.802 133.005] +/A << /S /GoTo /D (section.41) >> +>> +endobj +419 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 106.398 337.507 116.638] +/A << /S /GoTo /D (subsection.42) >> +>> +endobj +420 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 87.827 403.332 100.27] +/A << /S /GoTo /D (subsection.44) >> +>> +endobj +421 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 73.663 280.29 83.903] +/A << /S /GoTo /D (subsection.46) >> +>> +endobj +427 0 obj +<< +/D [425 0 R /XYZ 69.866 809.284 null] +>> +endobj +428 0 obj +<< +/D [425 0 R /XYZ 70.866 771.024 null] +>> +endobj +424 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +471 0 obj +<< +/Length 1692 +/Filter /FlateDecode +>> +stream +xZrH+4 2Yij@%uG +mx(B'T. غ}>4ڌ :,^ +&b=rGChxḆg!cn2YͱFS}p +O2OS52v<ۘcZkf6(`M,a x.xB +\~3-j4[mc!e&yv@B%885 %Ŧ@$ x/ܛ65X2%Efy $v.da,$lcm&F_*7.L(dH~mK\Ouœm38Ae,RȄz \a܋O*!c}iɅ> /WǶԲ'𯛦b=oQ}Z@fd1"W`37REg4)e$ jCp4vMW3.Hj+"ͮq#!֜~,ےR.)k !t ^ 2 )ArUe!ƼP ?5mdb +)Vש4/zضmg' 13*\"hJnƭxv#ʏPǪ%3XN'mw׎\a.s#eK?Dh֝6e}1[%v1/L}`'O$3/6%'{VǶ=q) }F".Ku0Yͪ ]\r-9kFA@-Ae㳆>%ۭotMu%MBu?bt64[xƂ~XV_t^ɶ>:٨}?~X +?,y؊26BsuCOX,B=i6D F']c #;#i_ ȵ7 +i/0x 0q`hIkI /l-(24K'FQ7l!YbpCS!Afdʗ MR`AaR6ne~j\8,t,oXIt<]gQɛn%?7G45%L˅O{?[}=P0]$aNj:Br.ġlPE[KTTyϋd!  ĀoýɉgϷU0r^l9S!glFFL?-^| +endstream +endobj +470 0 obj +<< +/Type /Page +/Contents 471 0 R +/Resources 469 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 382 0 R +/Annots [ 422 0 R 423 0 R 429 0 R 430 0 R 431 0 R 432 0 R 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R ] +>> +endobj +422 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 756.641 278.118 768.834] +/A << /S /GoTo /D (section.48) >> +>> +endobj +423 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 740.274 323.194 752.466] +/A << /S /GoTo /D (subsection.49) >> +>> +endobj +429 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 723.907 485.847 736.35] +/A << /S /GoTo /D (subsection.51) >> +>> +endobj +430 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 707.539 396.208 719.732] +/A << /S /GoTo /D (subsection.52) >> +>> +endobj +431 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 691.172 508.497 703.615] +/A << /S /GoTo /D (subsection.53) >> +>> +endobj +432 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 674.805 484.92 687.248] +/A << /S /GoTo /D (subsection.54) >> +>> +endobj +433 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 658.437 275.686 670.881] +/A << /S /GoTo /D (subsection.55) >> +>> +endobj +434 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 644.274 284.053 654.513] +/A << /S /GoTo /D (subsection.56) >> +>> +endobj +435 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 625.703 284.195 638.146] +/A << /S /GoTo /D (section.64) >> +>> +endobj +436 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 598.595 273.995 610.804] +/A << /S /GoTo /D (chapter.65) >> +>> +endobj +437 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 582.059 314.194 594.502] +/A << /S /GoTo /D (section.67) >> +>> +endobj +438 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 565.692 339.132 578.135] +/A << /S /GoTo /D (section.71) >> +>> +endobj +439 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 538.415 478.603 550.793] +/A << /S /GoTo /D (chapter.73) >> +>> +endobj +440 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 522.048 336.94 534.491] +/A << /S /GoTo /D (section.76) >> +>> +endobj +441 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 505.681 299.064 518.124] +/A << /S /GoTo /D (subsection.77) >> +>> +endobj +442 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 489.313 264.035 501.757] +/A << /S /GoTo /D (subsection.79) >> +>> +endobj +443 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 472.946 429.785 485.389] +/A << /S /GoTo /D (section.80) >> +>> +endobj +444 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 458.782 248.872 469.022] +/A << /S /GoTo /D (subsection.81) >> +>> +endobj +445 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 440.211 345.328 452.655] +/A << /S /GoTo /D (subsection.82) >> +>> +endobj +446 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 423.844 352.081 436.287] +/A << /S /GoTo /D (subsection.85) >> +>> +endobj +447 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 407.477 337.583 419.92] +/A << /S /GoTo /D (section.87) >> +>> +endobj +448 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 391.109 272.686 403.553] +/A << /S /GoTo /D (subsection.88) >> +>> +endobj +449 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 374.742 404.946 387.185] +/A << /S /GoTo /D (subsection.94) >> +>> +endobj +450 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 358.375 485.934 370.818] +/A << /S /GoTo /D (subsection.117) >> +>> +endobj +451 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 342.007 369.787 354.451] +/A << /S /GoTo /D (subsection.119) >> +>> +endobj +452 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 325.64 380.859 338.083] +/A << /S /GoTo /D (subsection.141) >> +>> +endobj +453 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 309.273 288.668 321.465] +/A << /S /GoTo /D (subsection.143) >> +>> +endobj +454 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 292.905 327.612 305.349] +/A << /S /GoTo /D (section.146) >> +>> +endobj +455 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 276.538 296.118 288.982] +/A << /S /GoTo /D (subsection.147) >> +>> +endobj +456 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 260.171 279.646 272.614] +/A << /S /GoTo /D (subsection.150) >> +>> +endobj +457 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 243.803 262.061 256.247] +/A << /S /GoTo /D (subsection.152) >> +>> +endobj +458 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 227.436 272.806 239.88] +/A << /S /GoTo /D (subsection.155) >> +>> +endobj +459 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 211.069 320.336 223.512] +/A << /S /GoTo /D (section.159) >> +>> +endobj +460 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 194.702 393.818 207.145] +/A << /S /GoTo /D (section.161) >> +>> +endobj +461 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 178.334 356.706 190.778] +/A << /S /GoTo /D (section.164) >> +>> +endobj +462 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 151.058 365.576 163.436] +/A << /S /GoTo /D (chapter.167) >> +>> +endobj +463 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 134.69 293.576 146.883] +/A << /S /GoTo /D (section.168) >> +>> +endobj +464 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 118.323 367.594 130.767] +/A << /S /GoTo /D (section.170) >> +>> +endobj +465 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 101.956 295.999 114.399] +/A << /S /GoTo /D (subsection.172) >> +>> +endobj +466 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 85.589 401.499 98.032] +/A << /S /GoTo /D (section.173) >> +>> +endobj +467 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 69.221 346.321 81.665] +/A << /S /GoTo /D (section.174) >> +>> +endobj +472 0 obj +<< +/D [470 0 R /XYZ 69.866 809.284 null] +>> +endobj +469 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +485 0 obj +<< +/Length 732 +/Filter /FlateDecode +>> +stream +xVn0+x&R::mhA]h܃lSa*,*E%MId.K.2|o 1X .O=`20-@*e@ +Ht @Iun8 L.@Ee|hUYfLT¼m!Rm11yQяuaG$VEZ۶Ѷ3T zL ^W0קӈ<z:O>H]bP|˵lo䏆]U!vjoSƧٽx{mb$ynqq\ڼv8Mn +/zq/Q3KJw#ouQu2q8 ֣Χ'?# +endstream +endobj +484 0 obj +<< +/Type /Page +/Contents 485 0 R +/Resources 483 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 382 0 R +/Annots [ 468 0 R 487 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R ] +>> +endobj +468 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 756.641 525.406 769.085] +/A << /S /GoTo /D (section.175) >> +>> +endobj +487 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 742.09 232.77 752.717] +/A << /S /GoTo /D (section.175) >> +>> +endobj +473 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 723.907 165.571 736.099] +/A << /S /GoTo /D (section.176) >> +>> +endobj +474 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 698.921 112.859 709.008] +/A << /S /GoTo /D (chapter.177) >> +>> +endobj +475 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 680.263 267.777 692.706] +/A << /S /GoTo /D (section.178) >> +>> +endobj +476 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 652.987 128.829 665.13] +/A << /S /GoTo /D (appendix.180) >> +>> +endobj +477 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 636.619 254.021 649.063] +/A << /S /GoTo /D (section.181) >> +>> +endobj +478 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 620.252 268.257 632.444] +/A << /S /GoTo /D (section.182) >> +>> +endobj +479 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 603.884 406.833 616.328] +/A << /S /GoTo /D (subsection.183) >> +>> +endobj +480 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 587.517 391.092 599.71] +/A << /S /GoTo /D (subsection.185) >> +>> +endobj +481 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [111.324 571.15 432.643 583.593] +/A << /S /GoTo /D (subsection.186) >> +>> +endobj +482 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [86.233 554.783 403.495 567.226] +/A << /S /GoTo /D (section.187) >> +>> +endobj +486 0 obj +<< +/D [484 0 R /XYZ 69.866 809.284 null] +>> +endobj +483 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +500 0 obj +<< +/Length 2631 +/Filter /FlateDecode +>> +stream +xڕYKs8WU_GgIy얝I9PD,Q F7(I [\wWEIŋ" (IJzEu⭭vƶ]U.n yKAa BeY,{m6[cpOJԷUe嵊hlZ|o*f[cWTkSamgl/_cW Wg%hI[^G7(ݦ,V<-PM}ZE][i_A$WO]]xE ve$e˧([v:yPJLyP'sQT{[mb_HY(:+d?ECK_j-Hmt_KK]khMG-:9vǼy$XT7 +ΝQ6SEA٭ ,hb(NglLgQN80w跭,_ +ͼΚ+v&6'q1qǤpա@Zk0(2{<⊖+NnȇncјL~ /|7geyGو?p%-nh[4$L,aI3xLSq@V4\3t˥њ ,C1 +d";aȄk >ntaVqpQ(|s|62ŊuN/CQ<|_L#Bkq평yM4- i|ӃJv'W@r=GIt:e1?aTIYֈt24wɁwE:l}khϿ X%q< +fQNfDӑ +fǚM^CMȘ|gO&Q Cj$/ua" F́񧉂h U-#)\xZݗ &Ve2٘X)xtUH9>5 @4ܚA 8u(iZCYpgB2pI͖ぼc oSH pQLKwDv5]pNV9@LzHMMJ4ݛh7<C'Bb.Rֆ҄Sb?[? pFXv}OD +gzcD>d' +]K`{j;S" >.i9=I^" p+š +T:ar_ea:>~>D*Ag ^@o>>aq+gg^QaW`r3^'YC}R3Hl1oB-*ZS@~WBX@IWja*i"@B\L rQ$ф 0RxROTή܄_ ZT,kثНMb<4Xe%̛~܂&0'L06 9L 8qIr|KۢmP?)1NȔ h/(\5U69? &1O=JZ/CnX ~d +٪b$ ~3=̇0ZsC2Ax2 %S󩀁N8:‘-lUlq\|5ۥM~";;ӄTLA)gSWiۏ +D>ٲh*Nn?(:Mb?tEE;'%Y cX/k2T{kNe\m0qF>aC*oZ`l3dDfy 5úe̤jۮ(MTO.)zz)@2es `1H0; $qt{ǶjH jHŁ\xj4+B,O HB6@hloPPS1\.Jۑpa#MAS 6\(Čn9#j|QP"h<˾%bu?ߺz=>2rBU?aRi$z¤IA&(ٚ9WWeQdrYhh/5ԩ֡#'> YVO_٩3{UepJb–ss_PMtѹ$|<ҥT鯠+ߨCu +菹ǜ .nNbvoy4tU+z\"r;WIw>ۯ}64q')vn0@?"B04c+& o_p +endstream +endobj +499 0 obj +<< +/Type /Page +/Contents 500 0 R +/Resources 498 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 382 0 R +/Annots [ 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R ] +>> +endobj +488 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [311.121 532.164 325.244 541.93] +/A << /S /GoTo /D (cite.Kucherer.2015) >> +>> +endobj +489 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [380.484 471.107 394.607 480.872] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +490 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [502.38 422.005 516.503 431.77] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +491 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [502.261 344.581 516.385 354.346] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +492 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [356.48 250.565 370.603 260.554] +/A << /S /GoTo /D (cite.Graber.2003) >> +>> +endobj +493 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [204.386 217.831 218.509 227.82] +/A << /S /GoTo /D (cite.Forgionne.2002) >> +>> +endobj +494 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [476.668 218.054 490.791 227.82] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +495 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [508.271 201.464 522.394 211.452] +/A << /S /GoTo /D (cite.Forgionne.2002) >> +>> +endobj +501 0 obj +<< +/D [499 0 R /XYZ 69.866 809.284 null] +>> +endobj +2 0 obj +<< +/D [499 0 R /XYZ 70.866 771.024 null] +>> +endobj +498 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +529 0 obj +<< +/Length 2614 +/Filter /FlateDecode +>> +stream +xڥYK8W(m.)z;I"3An6ђl`o%u;VvOW|_Շ7}x\ 2nT _UYǫ$jP Jz S|_qpt}uSw'8¤L$y0x2[(1ScX/ hzȅSibIk0`+fS^7U3!k҆.zil)k^^Ј blm[Y`ټ%Ԙa^,L +;\%q@Xrwۼ'; +FSk/\vX:ŝўxerExK`8&A{y .eUKkwnʥnǨθpkIvމW$ "(b*J Y{ozHD3U^/"{nS޶ۜNzBX|1As'm_p&HH w~:\? JHO{fd4+@J=wtQnhl"JHI@F +GQ 0(1=o t߭/`C_?d̸#1oޣ(YX( @hV VA֠8F~-bҏuhUP}ݑ̑U1Re ]Ki\M>_n SDnYqPekIFڠ%k;>Si\Go.2Mm UC6HP0 +Ezm {0BJe- n &lj%פSsD7zB|KgVsy1uLa""&6) \% \1\&3ηYa鰶df@D*e2vu,0(ˎ)(k[YwY { ?̽>,:( +o3-eȦ ٨HMW_|hMs݁;RD#AVPMFp[6kʛ #C},{3leeRs@e5(T,G-V!T~g4c&8f8)K{] /|zQG(QʄH-7 +,-ǖxN)k +!*4WOlCXXj#[Hӳ_̐;g&Fbs8>Rڸ=ΖJ9=cЍw",˻*e:}*Ƣ WKg,N0i=^ȳ}8k(w^DGE}ѓܫ?mY9YDu#:SS?x \Y* 9&j.Q_ +endstream +endobj +528 0 obj +<< +/Type /Page +/Contents 529 0 R +/Resources 527 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 531 0 R +/Annots [ 496 0 R 497 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R ] +>> +endobj +496 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [364.101 726.11 378.224 736.099] +/A << /S /GoTo /D (cite.Haux.2006) >> +>> +endobj +497 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [502.166 709.743 516.289 719.732] +/A << /S /GoTo /D (cite.Haux.2006) >> +>> +endobj +506 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [108.204 418.303 122.327 428.292] +/A << /S /GoTo /D (cite.Sen.2012) >> +>> +endobj +507 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [366.19 402.16 374.247 411.554] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +508 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [507.223 357.246 521.346 367.235] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +509 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [214.574 324.735 222.632 334.129] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +510 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [223.348 308.144 237.471 318.133] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +511 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [513.452 280.045 521.51 289.44] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +512 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [228.892 247.087 243.015 257.076] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +513 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [513.289 230.943 521.346 240.338] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +514 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [493.119 197.985 507.242 207.974] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +515 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [430.748 165.474 438.806 174.868] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +516 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [159.617 104.417 167.675 113.811] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +530 0 obj +<< +/D [528 0 R /XYZ 69.866 809.284 null] +>> +endobj +6 0 obj +<< +/D [528 0 R /XYZ 70.866 594.775 null] +>> +endobj +527 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +538 0 obj +<< +/Length 1667 +/Filter /FlateDecode +>> +stream +xڝXKo8W(".|V"y6;EO")ȍz+Um䟎#eIJRg/o=H&ed1hѺ^Hq.A<Ѱ8PFOsnMu}_Êe<ɢ'Ix)ϩ v؄194n4XufauN8*%Ei^i;[r44| >^ǁ lP]VqX;XBߌ֑g#Fњޛh\=*P+Uhp޿;tzy;vx2 }Y4ΫMF&aYgLȫ4*FR啉V)3yz^KC,VIrL)>:!=Q^w6W-i{ci4^"I]݃#WxQ=S ;-FRwtY9w!MYR.EIUZ{[=&)u'Dʨ1T!T5ԍrH(='j3UEϗa_gDì|A/5h;Ҽ0RsL v*7( sya9`=o߂á8(M KT ƫ'՟d.J8mZԊiw41/.}g A5fx{ɚiFaٓ YǡgB SS/PWڡAҔlp8xsQYC6Aˊ2k{uE85'DQ݃쑁φQ9I4O|5GLrrHTFێO*\zuE=PBa{sҼُTRN%S&Y\eˆbS[` 9]x:HDfqYM 4kWPPr^wGO ~hϞY^$z9HRYYrK+~HS 8xoGDTTgCMus ۴T8uuhhKz%fxskS.Np]ڌX\`ex.vP٫Y$/K5ANP7yaCxlC_O3Khɤvw+H;r~J]LX[fu BUde>k0g޽C +endstream +endobj +537 0 obj +<< +/Type /Page +/Contents 538 0 R +/Resources 536 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 531 0 R +/Annots [ 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R ] +>> +endobj +517 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [121.196 759.068 129.254 768.834] +/A << /S /GoTo /D (cite.Bayani.2013) >> +>> +endobj +518 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [200.94 742.701 208.998 752.095] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +519 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [92.194 693.376 106.318 703.364] +/A << /S /GoTo /D (cite.Haux.2006) >> +>> +endobj +520 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [206.046 677.008 220.169 686.997] +/A << /S /GoTo /D (cite.Haux.2006) >> +>> +endobj +521 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [302.318 660.641 316.441 670.63] +/A << /S /GoTo /D (cite.Haux.2006) >> +>> +endobj +522 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [200.013 599.584 214.137 609.573] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +523 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [210.093 489.648 218.151 499.043] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +524 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [202.766 444.735 216.89 454.724] +/A << /S /GoTo /D (cite.Sen.2012) >> +>> +endobj +525 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [334.259 412 348.382 421.989] +/A << /S /GoTo /D (cite.Sen.2012) >> +>> +endobj +526 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [352.75 365.107 421.341 377.299] +/A << /S /GoTo /D (figure.caption.8) >> +>> +endobj +539 0 obj +<< +/D [537 0 R /XYZ 69.866 809.284 null] +>> +endobj +536 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +548 0 obj +<< +/Length 265 +/Filter /FlateDecode +>> +stream +xڅPMo0 W8@z۴n^E0i jk5Eg08-afQ%Ҙ<%J?ҩI]=gs#]otVf!{L&TkYypWȂn;O)c5 {!da> +endobj +542 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1401 +/Height 999 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 550 0 R +/Length 870929 +/Filter /FlateDecode +>> +stream +x\ٚ?ws'INrfLsDQ AUb99P$u&9*"U=JΌ~֙|?ϧiN:U]}_=9`0LXȧbBW\^l~L]Z/'`0 `~Xu FGG}ݝ[uh:^k36FEӂ /MGוFvkό `0 cr gw^????\ /K|?W2S#k`0 `0'ӡ@go;WoM)bO~i:?M_^z)7` b0 `0IgE$8h훷Vۮz?q +/l*Uw,깼ӹWc-Y:]eS#s߇ `0 ;d2YLf:S߽;?_*G;w tVňAFt`?S[+@hſ4?}0 `0 bA,aݹŖ=B YF_ltX:E͛J?{;o"`0 @ 0[k>;?e @5k@%ذbcB(sJ׫u=`0 `0"L3Wݺ/$z.hhx?`@!&:PC&.F&z>\HKL:0pQ< VF(*Mh5 BoB=1cEv 7԰%l xfJle+#>z*@ D& 4,  @%П -4کMƒkm1X&Z fQʈVpB%DWqUmthK,Z%}Y}S?1!4eiWg)FgߠXImQZSgDtr4'9P`0 `0osL<%>>bp51,ӭT.XxU[@r +ܗnk-Dx叅' 𐟬,*>%A:U󟴭g-Ч,B ZM' :jNǖZH+ H9ڃ `0 yPkA ,(wsRtVO:FIz=r %#4#/r%qp("ЌP$VDOU^e]a߱Ac90#ԠfGЍ@oK-+1:$Xj`0 `0,5P:SPt|Ã_y #ϻbUd{)&'N +<(-e| ,+AO1蒃 T]1h;A{9h-2% c8~O?pβe@+KܑEBy7NIjB+"t@X2 {XC@b@a c> %LKDGb(@3h:zA0dZ0UZ4=xODzp=_,ma֡]`t#ӱ 􁋨Dg +W OR`0 :@GITIMEqnj=0MhAHI P=9&-uy7dc0@[ޠTxӯ8Zfֈ;ȼ{9PT V!}f4 w7ob72梅XARljKz>E|1 +nְ`-F4b¢CLqEY% + meQm^8(-Z*BJ`pM*gd7PF1@R wA֯8&=bXŽ(65b:!̐OL^N)-!R 52E&-N I||Q4IWԊ[w),Xj`0 `0 ikk,+$8-$Aw^cs +НV8qCБ"$d:*wIt5/s)Zu +޲ϓ |@YszAhjr~u__[UX<ز(IgGHĤ㎪E]x_i\{֜J a_/:8;$,$]ϡd@# _./3d(\]BV%QV'EC('; ^ޒɞYa}JDuqv>@}q:yB.^C1R'{ 7jIД'4g?qIʸҢkm 5 ڕ'7IE_pTV]u䖽OY_#ΈkImCJЖJ@׎KW~|_AVq!]Y>sM/}<ب='KTbKhT}DYQrW7kKAv%&_yF%&n^ -:?~c0ס@bZTBR0I8h'> V+rs#ݗ'&J`2f )]еWXn_-y+㼖FgF$7C$UYЮ 59!uekr7ϊ]SɹU[ +:S ٓ&L!V`Yʢ }֤׈ԥbLdF0+M w$6i[m[OnF +Y0__WJenj q}tB4+=-+c<9yff:mw<'smQtzJp!V֣헏gWk_"In*I0?%KRTv6²H=t A0 `0 h***L2c FRuREnRKj+J{U6Yg,= _'wqMvZIY|WJsLpY0m<-%rC Z]*W8fN=e%ۗ;u:>2+G$*ܸ{@YQB>p^.\?g6P;0K"139 rXmޢ ߆+yvYQMײ+'J{d:.by]vS&_"=q4 nGPfƲo-d鴥1> Jt"ϊݱ&zۄ݅k}3GPTC4``0 ``Xܹ#J?ӧtz0f>٥uG:KNpY`n>)cv:,jBonJ#JMV;sdz:)h/:9eZN x#ˇ$s欳ke@iF +Z 4\a\>{$bSpTRѬ'͝iw.v#Kb<'&ha}%Vxdk lVi`Lm]V?!f]jKJ8I^>1.H)4낏0n=$4n[aʝ"'y.;z:тo~Ϊ`s=9h*l;o)c?8Yޫ7( +{NƟ*3yD}=WenSD{RF۹|nmw&VrMMD`DigǖxH٘+=Uk[ S}mx[M#fi,y_6{M.ΌO]=W,k^Nͺ^:'1It>Wª.[(L+h,>;w,I^*=D nIwb*pgFQ@[ݢJJ@\YϋrѤ'Jlp( 2ǯb{!ݷHY69_scSJy3^cp;\s#mYURǯ:ƹU*=paSXel[7gL3ޘOENa iK}7SXRQ  `0 « b͞={ҥVBtTOkT%P8[/DSo2Dr,IWa\jws8\"z vY'Mx +N\?c 9Xzb4YVot-xkxߒw{.M&iJ&Q `0 jl6߿ĉwnT<5~_Pйx@I ٷg~i;mI>&2y=I7'΋>"<`0 "T`[]f5%&ٚݾM mlZHIsLq͛8{Aij=wX$ݮDΘcbM nekg~m7oEvHœAhYRWVxHEnZCU̩%g/&ז^))m\`w-‘5 >mC܄u/`z\|Yq6/;h/3h]qf!nI%=yHR2'z,lHrЕ=-ާ<_zsY[];^+͸y2V1~nkhE4{١y-{b eK2fe7 \q].X]+0et/nlW㧆:nʈPc`0 r +_赍:VIs5.i +P1F귞l^>? zv!IR֣3J'֥Ivٛ0Yw꩹$gKI9&% 1+Z*ܥq+2|m|x;2"0qM* ք 2>h?f͊v6mmFQM p96s^ Z7k#pD{I޸pa:+/ji1\WmJKw Z[()m1ٽAkq,Fߙ=~s*!'YlС#h9Jc"%} ~g$YQ۠?P +:0AK΍Lj^ h [n'޼%umIMv%,vɸyF@gb=hewyZvm~+2-`qͱR9ٚ}tCEm;.+%۶X-`AzQbBOqҪeQ$z-l.eܩT\vհ*h%5ЉGo +o`~?cok y1WB2A3T( ?}-5pI5Ը^^N'N[ˍHMh/f WopkwʢBֵ%CHI !e|4_* ҄ s=l H[! y< 5Z@KP/$eV3FP + ܀u&ajщN/%`S0MTf +ktPUU{7n8dO1o[oXօX>`0Dgo7nHJJ2e0!_oN:PQ fBOvH )/iAD%(/cmQA+fŒ(/f[cz5j)'b!W+T\KQVQBf>a-2.`d!6n>x/`H4(K=G>8rthZ`MB: +9h<e@6 %(gPBHP)=DE#Tbz&Št(u6=%<4t-PPhCR4ņl,Mp|Kh(Bj<Ua-߂:, +@3YLP ϢECKPeO8Bh:D|Yy=z>l„ mmm%0 7AQQG}vӧO`0{O2\t W/]& {2 . LjRuK[ZV&* MVֳ$p:>шJKv.E~WjGRO("4r ܅rT^Jp;PȂ:2EFJ`/P5U"X&*UQnҗd10JD4Lb4%]G䖎bKlQ A 1`Ȁ.dF&hS ۄ B*4fCJ 0%6&-ۢѐ 6_D ;\$P هGIh P1-Cbd2Sb"ƤڦP|'l0an+0o>?n8WWSN=`0 ]v-""l/\TחbyrXL$i=KaBzB.5|K,XUjxvTÓdЅF=*bگKAhAE=YŷhTi(>褄g($5Ԡ9`Rŏ*锌) ZK@[a߹jiFA(1HIj8zo"R%XTm9fijDd:W=4KI+TS'G!Q -M}4Ʌ2^u9*fV 9,!YHU@‚e@%F׼s-cxG=U@׬&гQkP RZtb-2ZM*hn &0plC0th +$8h~U+5З4' ٳ}f1?%Ob?'ńfCam)ԆTSbkVKxn=42J0{v{e~mkZ0ߢp &tuuY)d>ǃa M$1j/?w^yyy_g̘sjCRrҭ*z_LE}tX#1$TL 1I4sflIoQ2I4E[ +su*Q˾th-7&?IK:fHp`QQbTd]7/EU/Ͼt EO z:LBhA*AHMb"GdxCGZ!|w?~^{=(/rSu:q*#@P ڰ3ZP6 Q}d2?CjZJ}1FylW3lժQgCs+̯ٖEDDܻwtcOL3HgQ<,֎_?nܸ?0[-5PaO'1@c dqjȀqGNDGqĄ#QT\cJ+P6ށRŨmwOoVU {I}hfXT(4SSK設 %tp.լ0'!pwJYR :JJ ۇmQsn"ŠMJ}g[OnPv4(DhJ cF(T*զMnz% +*ã1?O~!F ' Oz,E$h4ś~رcV}_G.+?D׷O6GBꅒ0#FV {֞w0i-OfuwݞaaaoߙR=@~XR'1[~M:[%,jD*PS1af&@䠭 Gu2ڱ5렓 &>wNL2jшFAK lFXs{CyezTrE4hRR +a! ͍RhhpC h+m|X7Оsza㬠U[2C.&E_1U+r7Od+6âZ!RAz}ɶ .Ez nD=7`] }d~=2Qb:=հoy]+"6=YMH*_bBO4g:vد"|_Dد*vw_~+W7^f} //]|ʥ˗.]yGCk3Vh4^|áR|.@%A,%YcRA1FVoSsH[_}$=]UR\;t.?q{Ό*h˿WנܹE(R?][ޞد$wVhѦ Zauȓ܂Z.0Fэ +0훧z\̓p{>$#c[~E k h_KǑs$4gp)Ҍ5ɾ,Dђ N]͊ :Np`Mƕ b +8Ͻ *`ĭٲ"=h!ceIMAhaݩz:g{vt]T_y'~q F[}elWlsBP*?OДp u%d+s}׶}{/YqF +\4A͘@}zy?``~`}5L(h)i\|jמ`[C7Gn݄YXhv^Sj:b1{Kq~.] `]}bWoϝmlw+J6`06uXoyΝvZ_1e*w.+RP?<g\c;*_xOI ?R"s#T ^ڤ#*״yKd%4) +{ڥ;W}c<^]̑1;a1J#5#:Ndg1l/׋4n7{}v肛5 [1^׬ଖbВu}ۖv&O>Ԕt^FO +˨023 \(Cn p/Mc_>`y\&/{g~T^ϱR9|WPޫf9g%+qd{Ns8~ns',KKv??P +Aw-O0+yQ5RƘϜ}4g#fIEn=g8ѳ]6 + ;-w;#ɹtY~8u헏Q +5BhQ O "|:u*(((88) R\>o/c{W^~ 5ԛ}_}W\u*ul|w0yԱ{`ﵴ{سٽ YUծ +V奰5 /^{'y6]+Wy{{s8!<ǧc{c/3g?[ʛΛ 6ly?oWX3?߅'R6hTJTЍ4-GW7N_}ӌu{ G9S7uK-[fmƝં9޶Sl[m>hfn9ԓݷ sQ.jҳ2eu*oQۙ cgynHizSBu߬[Q#d=jr愻;F#9w[1w.+.Ϝu{FrO5ilON,R*rC?]={YWٲN$e2U 6^_-N9*c_ *ja.;n~t1h;իwh31԰Յ ,F:TJStX*\_[ɉҠ`=;;iҩnXyي{zʬN _{dS{uuiVy V$~ f*%5JSg8 +ĉg̘hS3K>xmgsBܹI.܄aNQ؞aΌH(wvš?x[.z^w'xi6]_{|Oy7?xտo{b϶Wz 6_o +7x핗(/=`pȃ=vMg_1^)OpZcrYO+]aiS)~HS)KV.K[˼xg^Ӂا>yчJug_ҿOhT33aCNbŜ~+o}A+H`֤o[PP]= 1Lĉ;w,=m6();ΧnG+ANf閘tRK_a&'[ąŮ~{}?kbI>x? AjsO@ EV +qxtYȓ[ܖy] .o)}e]V0~'f5Wztu-]䝬# qزO\ tZt\_>/SvT(~廒5ޕFGNmR@a6oH qRɾɊc+J-Ͷ +ﱞɉ]TmGqlSGDdw\t іmq 8ƗT KR4ޜ!.bx74 +rNxz6 9hf_&396[%֕pj#2p!O1cSJas !q2v_cjm}f] 8/kH8%c }"w<>l=mQqo%wzx6zBZ_^/HxpN׀%_rL4Ʀ|ߔp??a9ƣ'.prp~S +.Ck>JJ~iiV znp}7-0it[T3?JH$yA/=sq_|tjBcYq&f܏13w(Lh)K>0ȼIh͡a},&L ;w===Qun&Zj`h9r+RЦ +,2_aV Z]J՚wN/9><yڵ{o֬Y---cuuD g_wĦUMJ,$5kO*ǚT,J׏4 F>З;VM}շ**_4@J;yQ/&|b35xB)迫{YLD@-w[˓>J wuֽkCCCy\xg!!!O2VjUjHV@I4|A@8$z" /6ۊɮ#oO8p裡/ڷ~[?KjP͡ȁ,S'N1z/I2eݢhݳn{G 97yoNo|{ Ix/{SWQx'!@8UP 7!)D&0jNQdFFdFƽlYbt7`AkOAu7}i/"cN+A;)Q6WNow}(12 ZDy{4Qy3=QL7itԉvZk^WÐ&:g3".OuV7w;?Պ+l-xܾ7}T<0>z^7.F.[\ 3%'ɳ]~fuSA(kH8Iqͣ$k=;Ij&Ed߹WKAډӹì$zdiCȻE`0qCiF#~̩En.?ӰVqV8YQUaN)KI}6_.p*IRg6KMYDbM%dw~`]+kmya^^ƍ8bp߬[ Ry5lJ]ЉWO[V*:q@ReL*'(VTC0o?P 8PÔJKI>,հq_fkEJ",bR'C[7rY/nAϟMt5 kWJY)7n +۷oF5T'M4 ᨥ7ΆgzB+m<fVtw 8_8|2UJRb$鎈SuyRBB{x2ՖQ$('h~ʌ(Uvһ6Ǿ2#S9z6 +3"ޥ>8ITu/W)KՆ!gߺ/Wc*$9w.4*2r|Ps7Γ$q4<+{ +yV@RHYY,y H/y9^uqʴ򼐪1p"ҽ ,ߺfq3[U@BQG KI)+FZAxuLWWwyT@rOɫ&@z]U@ ş+/~eUx(烡W4>R կ||| [L?`:[;6m૴ف0B] u&Q :A?~uQ ?BϞ=kjj+\X)+Pn߾vZooZ5TW<-M +PhLp@o.&ߢ=MgRb#v=ƙ4~fùj*{{jP_<}Ca!V CӠqgl.Rр@! !H +E.$z\DW/>\7J*q3 r 4 aߨ4%,6j Yɜf`]A\w)#u4y6dX%y 1f?n'h0a@}L|'l6qS3kp\I4Ts}V@V +HH醏 dJ,y>HWW~ Wb5w`?ǡki.*Հ(U5!5 +e{mŋ߮@3d@5hd'E5 OOK4ږ [Wn lpgQhCm7L42R`ۡbS3|I;v?ANϟߺu NaG\ܼy/tww{kTCME!̓_/w1 7#}@RW;W2A6l\ً?*2%~~~}wNv* +׀ef"X +;S 炲bg~9_6/-c-Cer0)%xaz 02g1(}ʻxj D|+U@p btQZ{Oxz)AЛ3TL%MC۩<ܹRՋF%E@;娄\](Lv2W U.d*z/4/{#d`xp( $$vpY@M³^aa G79@ƃ } #ϒU!RTqCS!;jX.o544ݻ+Jy=?>ýC5X X2被LD u/XT?ߍjX6P"X.TULrH5 (VCE/j'N /MirmmmJGu +4+z_L͑j0gI'᛭~/aqҗ%Ez˝;w ضm[PPЃD5$*Qj u'BIT}[mR@![Nqv@faԀڋo~SSG'&KTóGj8 soo>\R +(% +h(Rq@\-C8V(0mK(%@!"L*t8^0DEsDF?x*({1C d잼 "wBRG0D-\ASuB%@8,+1UOv&bVQm, %dl + !KaS4%:C%(w@مEqA h,&P1f +p@`qRxoҁ xu]8wQ"L"VZ+V +T7ͺhYHf]F1Պ\*)7:NŃ"pϸem ђb+H?,Ar8yӗ+qTCllGDDܺyu"a~cK{hH ɪvZ\ &7j8|uj5@pLMM577WVVarT +C:%c`T B + Y14'Te,ȈhbU6[9BXOvm_?7I9"prU]h3i JSF=9h)t0X J|f!ըǸfCC6P9`>1 K*tp9QnT;` +x> I8` +l8g\W +F`>fJQ{^)t6EExV99@:Ijc 8\7P֡A,J*#L'@l`*_]ؠޱBVCMY(@ht@h B@QJ)z}>Bu'm:HA T -vE #G-|dCz)Q kpBr˭[RRR_L>zѰjx3\lF$DGOJg8tÇ..XE +] ,F + *{8h/O=uk\d%-sDE%|pf>x 3ƓEbY#e_{=p p*O 86X:B $݃Sc 嫮A7Mnl^I { wO%XJd)º~(/_dz}i^Vw|,y+z}&%{l0 L UH(٘9_u:B +8 慪B?ьJ9\y!c#Z-G\S&Vı ,8aTZWhƤR + wc &҄_HћDV B,AHUF[?UTrL4 p)) %JwkH3h~FHR}~[TR0URXc,vBF``v\LV Ř JTUQ7*K0F1U>LcpJv dLtqжE/ n> Q_*LoTv`j \c=n~GHi:pUԨ%uEh)ńmrrѣG{Oߎj EO@0$ĉ!XRWq㲾ʇ*cU%l"\5 +R M)0\N7*]!e`X^5q4a]%2pR=Z|E?ORV7+Xj *?P`b픨|.+DD_|L=Z @Z^.F$r0Tq!$පH%eIak"u?p*\$. }Ng~zsю0E25T|qmQ$s*E.!'H́Wg+A Ao,< EE303 GFSmf!NE, +<ٽ##Հeff~^<}.TN%x\9)z3}aZ8՞%MEXU"J`$V 9l10\>] E҃|eU[#}@R@[Ql$⣔Q Ԣbm X@ "͂Klcba݀c'P xӧƾĭn3 +Ji,#Ee^@l˼w9eLƍcI1y) ł :N"[y!"zR0Ցybc ]&2<>(ؒ)Z6\\#,WK]`"\Ou[`%XEBOvCU +Vkᬻ{ϡ1;?5!WՉm?Ae7第T=]%j)W @u \1W !Tɡ*pP%Y`?<0A8KJ\1B!.k@1 wٖ6Gp{1^Q K.tPnUWR>˷8B[pqCWaKQ.&I+[ы +27ygq+?;_<%206/p*N?Ɗs@zUib8\BTE/S%e..4[wȳ (u⥺#f޼ɕp茶qsN>STX^\o`Bw~Fx9g+Kr* 8I:Et,p,Nhe3;`k ľj i$ǭ]yV$ӄSa0vl)C(|'S?<" (r!2E@}P`!Gń}l\ h7aK 5D`B&#H s80r$*;AL>J!݋ɾNIհAGayeP(`1 iF lApKiG cx{8L/;}Ѭp7XdD "Ł"í.FCqN_:yA,!DX\G+1Nq J)ȇJdҝab[3%5`]ΥעG#D]]]tt4@G ?L5, +_BpI°^uX3"v8r`ޖj(=y"5y֕YUyNIj5KigJ'U- 7Ϧ9WI'CR9)̐vn>P[F&HDB㮈4- +phJpc6b%ɰF5 4-!!{q+e"@(0d;dg[#γdn]+l0H u.I w0H 0;C`Lu* gO "XGO&ysβȨ=!FFqNT/n;pp佒dNRb LR ;QԻIAX Ϡ PYiW)v3\8ۍũII\ݹZdmbeQFϯ5PLO㉓m\dTI۸Gt=ƺ;e q(,N a=桗`;Ҟbq(4Jd눼6#Ƹf77sD|Џd"fNP ^QPT. _-+=NneG>&/zJ_0EWK + qEhh*B-.XIJ ɐ稒}yajX[_hcn9a! !Q1(ۂasR(uʢQ".1sd-Ol$K~}pK%F[LLY qH`-OŽ]]Y-\rqԡ絨t \cNpjD\×TLP!$|ȘYb):f"-EƢWR z8"ҝK'-F9eK_BKݻ999{utt1}Q TzP g:EZ5; #-cIcn]ԋw/OA5Dx^ +eJbxI?W; h籁,M_m2;4͇8~dH:F%#CH!'#?E6ZX^0fṋ(d>׍E-F& +7_[>D je[Ez&xgDvP^ ;GTPvAR 3>77/PyȻ{ź,ӝkG{VX X1TƣiX4 r9EmFLUsN__3FM@E~dSQ@+~ y[UZ!~6Z* =Εuwzud$WYE]&=v@/>,ų"uw޾`N ;fK s-O8p,".?K͟kmTg 6H8qWߟ^*ee!,7 Vq?ìcZ9|9TY`yUeu7%E~ {=w*J>CDS#dUlmuFػgF|n(;ޥ"nIPR/:YE>>v^7 +jh(ѡg1x}F}˙%IM˜B26s䣙. Dk9=.N8X,f4 Jx!`1g +y!B~9?ՠƳ-Hbt24:)X`]Ls0 NY_h +bs=X +>TT.XK3d,) 'Yp%7W,B gb㾟, [ X0?Pxi8'n,_MEI sʓ +ېݵ>~T>kۀ˵CЕ[bccK33;wGX?L5 0e̼}~6 +bAuX1~~vc57s?EFrEFGw9e((Γw{lR_#$@sP0-@eUѺZ(H/;Τ:ORi+ιGϮ>n mǎheӟBP&ߨ9O;W NwlAdVB5w_ܠzن7Q ES!/sONZT-"'n3cl?wH_JN0Hd%ibO 8O'qH2SZʜJ,ӛ9~Th'YWRtoνx ?lp#僙w~b"aARD#-|Ԣt+3%\$Ae2}lE*v[tl>]AS(ȹۙ-9)(Kx4z92s].F };cON>Loے¹w{8|k[śFQ,(ȭϕNۧxo>vxNDR鼛WSQɣ ѝE~G9֓#1 ;]b:]E*ië#Z!hC %M&8|(,JjԡMl`acK.c3%rfY;PO~.o^ +>CUЧ:9`z9Zi@++zu#٤1o@Z,KvjxX l,FGVZ4 S(ܹHʿ@G\ +3 `EѳNGdgMX:Ru_"ܐ.U=L%|P(HxTB 0>G>Oc8Ya|Է^m"2v^Fl,DKKQפai&$Šë^vE +FTsO2DC2Q>`tn],|tFRV!%#8In#z^9O05N pA~1X Ru+a[""">#Gܽ{}Q ˣ,Q ״CKU;x4i;͵6x_f A5DՉh^h6nvϺ}NjըqNf2ĖKN%w?7[#F/VTq7:':cŋNt1+ ;މ;~vxVz+ l΄ <_bꤸ>m>O+.APC~$˥!|o潋CuĉRL!?nc*uڼ*L}[A +&toN;M6O6oaa=KzsaQ7*OX ۰zZE։sԔJ(yOfVYQMXGtݒz+K8Uu!TT3Dr ++RH` Izޮi|wYoJr>Qw秭2[>b㈦yr eܪP*Õ`4Qny +U2PB]eA On9J/9ZE ͙8NaO=gG:q2{rX3l0p +hb܀5 bjmNpznsQwP]58TO,lRN FZ$BY2#tCs978mKa!-Lޖj1-=B{Ev2r`)w6z:R@DI @ĝ󨑈D k;kxJJ&ވĠU0wbXTxl(s‰&&\DBCY2%ty7Y i3y J*pJph,5|ȻLOYb I}pnf{%/`͇ܿB Ы 0+ zX'*1/ +//%c̊+xU$+%'AC F->}Z[[SXXӿ`Ūa|gXppիXMw Ր;٦`i=+9{gԛeZ%ykz.ȼ~F=u*W?Łj)n=ƦCVndюԈ&j;'mO tz'ܿ.T9QVå25NRrkŊ%>OuCR¶(Ϲ΍`Eua;VfGr"IaP}eVE^5;&ExƒŘˤg{{={DJY),Aׯ299joR)@rUBJ@EF"z~8EZkᣝȪV8RW,N-W޾ `4Gz8kCI:ܢQ|л*_J'-aԉ꠫'#,Ց=o0qs&'yl>Z_jv|sQGEq6CA +υuZǎSs( ?ynZ+hluDӝUR:BXU}NPؾK`{%f5 W|ς|;V <(--Ȩ}5oZ S&߁j`*$7:yY.BdEoH]`۷|%a"\[D%N\-RQ|:9܉F佢 (sBd[ͳP+HF#A|Q17$:iz0 !Ľ!?2ˇI߆L}?Y+>з"ý.;U<)~677:tha~~~ECLLL ܷH)@Pq)T 7$z%9\ B-hhxw jyfqX+3t7d;k4?I C.6X{pg;>w*٣lV9N (TN~.7c'^2I[)$P+;<G L0>Dg(; -3CG$qWݶشD_¤ƘTY`kH;N>q4tN|eƙ'rbr;cfZjm18y4\d@>~!,юuyD5g͌EI3!SIM.#IS!ڼ"M+PMbw[Yjs s9%d7?q|}RVԒ:v*}n6Cʦye +F1dWMZAW @=h? mՁDy'ulujB<u#ۋгD GnR\_oK5,ذaC``g`{j|DC.!9xA\xqo!:(ǽ^faλ]YE8GVY#lO#3 ̦,U/+$j}e_T(q1Bi^ (+B&fqxQsJTe=WnM+iڞky,? هU8ٚ7y0Hi {v|A6ڳ 3|um/ +'Ç- +=WHI!B;`q }߬i{V,_v^Wl$#p}f|<':UIXŸ?A@Q8e 7WnVO^<U$P*2ġO>38r4 +5e_S>wSR*~9rm^=Q,VV8~(@5t8 +:ɤ5VsяkQNpteb,.H\ҋrl5<8{BFJp:` +ZQngU78F2^ +5u̥4`֣)El},d)%p̴#XiIZ&{yLF/EI!ɨ3GJ_BXVjp7wVN5LNNMp͕+Wvرy#e_V17y5+{)y|s:^؂kAZҦ\| J_Qu֥U2%#cd`4ui x'+T>mn{L68hFBDcOExtUժ1M:]ad,5L1 vbw47kdصңн5NevT'xσX$媁GM{Np2j)+s.SpHYZ㝦w.U[U-eZ17&{%(hYF8ܽa£ڻbİ϶h[Z1vfbcwp[ om6ڡgEARL@cUB,1>Yl-)\W +JYHOĺ37ԣ E|@K8(aGuwYp1#4I8`3|$I;і_>r$$3wN0B!IE3}Y鉓;͂P9rQEaK+r G>S_%MoxYdkjGRAѵ*P[BP2}Q Dz{{---?sOOɧ TX5Ps2=Avz5H K8S64eꚞ`0ω +Ly'0 7vӞ_mʭ]f㺻=LCH9Q|w]P1 u''@-wEJޓ> +7v%qR|zM䄡*?۴jonj3D;8w-:{2BȷFvm_;T'3tv X/%]Q +3V -Ҕ6N)#uUpPixUdݺVpƤ!0Hjq<N):n`T/*˼wپ( ^}ND餁nUهC-b÷8wHߗGvy[n=L3NP_uqQBPt\Kmt7Gm=K__jžm'=P-x +[ލV+o&'%hkN>W}`Ƶǃ s GdSIٸzAj} .B$?S EṔ-%i) +-7SDzb;F/%z7ot³;Jy'Ovŝa t/wQg'ؠyTq`7>*gf^"KT/{}~Byyyꕻ넄{-9|QTO:F_ c)B9\TK)v!G|y`Ҥ:iTwۑv$nf[, +ØS)S;]hb` +0S!sħ>y{M=sb:JM<꘤x']+GiY  q㶯m$\o-%yG6XRL'S'Zgr`@gϞ-7~ݦRlmm077/))[q<;.Srg:Zdƞ)zU V4KU +qsppׯy[S 2A7HI(_J3sK:_>ȚX)Ϳߔȫ4sǑ69#ϸ-T()G=Xj  #$؍zG^U7}FR"^ &gǜr"2ܥMXN9?Z/.FS9e+:˃(7(2>ٻfn J [u}.)gךo_GKx`ފYV;KpX3wѮ(1 EP ܺJb~к "GjB=|},7h==2]R0qC7C*UvNkXFjtb]<:=&&'F*sZKY'" Ag ;=M3v q;H2z6)Luw mr6q#YIXC<^Xwi ]@bfÆ ˩|0ՀŗQTB +JW +euҼ;ϩU߃ƍTER~4@Oxv]#I[]C.}H>?͞gCNF9/nwCsJ[PVvgxQĊ}hxoyP9)ϴ§[Mbgej@3Pϣ9ҳ~ր-7ƉyUtgD7P> ) nwXsdsEZd; Vk|/2*hV/_j7(xjvJ!nRPJbZ{Mrp۷Vs5޽pNߣF }ZaN'ݠVF']Tg jP oN/zl)돿w2|>D|w+r +ORzY󍇇s>,|S;?YRҦ;o]Txoxo[Hs#]mcCrk9=֙W(R;O^(n(17 9PlX(JS2-TJ[;̷70zj'za^qKZw)pӅV}gKҍZ0nO0 B% +j7mfF!T^*A DҋRl0$KFk̟L%8̗TwܾdJGws-ֿJ5a!Y@lM xloe_}<V֓&=&AU'_ \ S[J-]Kg|,,8A\.8.#ɒCAֻMS|qH=I+J8cZ}Nmh37s~m?Di C--CWX-K~I㧹*1ȨS_迹U{uJdbb`\*^QXT7=@!#N>Ogu3NKɧϋ]h;c*o,$[~JoӦM_|EVVֻjRe6*؎Jh7!^!_&f=ڜ({iNFgma[` z)y7*Nͳ,In۬"Oq/us jm9ߣIXg8Oڝj2/p4/NI̐: Bȱ :Kw406p,ca{m.vvEN 2K+@IOp#0y +wewU7zwjXWfXRzL ?OiY˞Brgǁjf%<0N-N?'f6/W/W/>wp%~r)2?7UT&^rbfnݧn$zvyHJO3*uBZvaBge-x!K X x܉F(ٮJ )-%+Ha)%ͲWn9I)jAKpE+[CPM^AM h;4wDkLWI^[YVOCJX +F^Z.xycQeA*wZK1rr< +kͻm[y.Sg{_٨kW[(4C?ߊ,Vvv3UWx__[ǐmB nN5_9?X~gi [rp{Yw8PStFCxOp/8r 3L% ;EȂR@IWw=N;m ?>G29ָ?*ta,;kq=6vf{z/zrvf <@h;o=z; hǞ}\Xz[yK՛b/- 8\z"M ֥NbsɫQN +>M!GW x vPY ԰iBe$/jpbU{=__ǠWh! )V(PC&d_.ٙooْ; {RҴ/vs{ΖSH%;BuWxn +:K%]N[shᐎr8n{ܥ)P% ;ͽt5r)k |fC{ Rq!?M{.CŷuYҘc7zn?Z!&$s=/i> wr!eB&po?۹n<q㊫8ߑ%qFC|)Tzz삣?ݶ`C̙P/*Ѕ7,$[E~֟I +"f{q^'b!*M~׎ABA tkC &+Y9~\[n7Gf {R677_zuᢹW^.X/O8e nғ/1k|X6$6mIXcUiuRw.:_wE:ʺTx0߉Ҿuyd&0C|:"@ CCC.7'6}y`͏v-5'YylV̍^re7G;yϑsqcvw;};rXj+jd K&wup}-b&B6@:7Z[aYDfs7VL- 2p+ZzCߵ'7n"lّ ?n\u=n. s&=l :'] <8?CHvXP í?[Klsj_@Cp1ŗ?}ι]k=]w^f0Fb2+c^V8='V\s\)(ޓ佋w%6J`r~r K(%T^^lٲwyfcc_a &Zp'jKl\7N@) +>w]>wstcsܨOv,w6S NngpDiiZ;ݜ\'Yp{ xw߼;=~m N؟pMǗ.<~i#鴑$Rl6jpoǯ*!! +ot2-Tal1f@ prt*e4B&QqDk;uk5ފƪ#I{W7 +`rЁsaZ.dwGr$7[ &9 Ps wCQ-Ir:.CVIy)fxcͅ4"yܐ26J)&%gDRwϯ:3Tu;>ZP ̾Hý0E6QphJaGEEcQm/0 $*&ok*j(bFg$HEX_Y8C@%5 ehoC>} ].V)›'ٴ<\#U}qLKMc5=P`:QH0RYڼv?7^N a +%7 YVSPkT-ˋ*%|eV04BF,uHQ 4DW,AeA 3ZZZ"""^z] A 4H-bgV_ ]-84Ky>ķ;ltrs\] oK3o;6ߪdK&}]$YXwQ:C;w۳.ܿa.[`UG485`dz[,ࡺ1/pcqd%֐ oK@ +7_^͉dc + sυ%ИL#keGjQGZVE2Rq#;ԙdK +n΀Pg`RKä(\B6Z6 м{ + %jT%4x40-F EIK/cupp&>5<% B"оu-{Lv,+x]sny+#$qo|]?޹dpgbI!A9O ^#f7#uM(nΛ njw&x& l1KRs{8\qnSؔl+^.1,m6-:wٕn1ULd)~}'tB0+W)H{ǫݹ#Y+YuWkKn ߸[U(pwSgڼ*=+Ye^U^ގ@7DC#$ U &:fOj񢵗$)}2j)+I4{;C{9I~5EI~Y@܅ˉ*w;϶ߜ=R. Ɋ{ @ºSϼm@yeڔOX /\;.l-nBrM`sd1 m`,ilmjky4537?30 _ O Ii8\7a1b&g+Fĸ , ̣ƞ1mL]g0+$oL$ u|6lI%R%h"!VF>bñ-"c T,LCCN' z`Zmr.lbI#` +5fb:4 VЀq6`gjSz>l)+6W%4d<ئd ثLit-xHR2Y: w3YxzqHQ_M^iZtd98(SFcI0ć颣Lq |tU.VRdOXQ;y]rKFVl ))V')dod1Z8s@>QCܺNx yd'4ERp(Y#Q! i T: β )C 1΀ʀ46 :yxЯ|`c}[1Ь2&y0+R@"TSnXWB*="ۖK;J:Q//r0Z3*ET s|%3%(MY~]"nԀ,]ܭM1!>,KBu] PgnijԂ".a=QX(vUc}@Y-ZPVw.{-jբsiI!la2D3=imB`Q ٺNPaQ1eR `\򙶥hSS+Kd񰥬$hp3C W4-g35Q :<YRA:fB;ϻp39Vg<}bs ꃩCᤙAI#`B)V5mD[&B^[= !SPf,SP4|劇tGEn X, @l#5&_(9ٙ?\D#C0Z)A] ݓM 섙@C5L ࣫C$&j¤d;>JgBgڠ־XÃQ)VC OB 6FR1sdCj+)-$0ud=kbύ[B_)Rt;{˱)mJTԖeRMWHXH{{=DU|Y朲Ԃ7$axO_O-=hLgީ{) %V[X`;ˏ;M 3D6Do27qw j'և/Zѿ=Y,j?z’f\"ph1tch…Ūwc?>js,$iPs87'>5٤d":!f-SeJG6jHt_,j pʝW@c3lbJ91e`b|ɟ053){G +ICAJh0z#*A6' C ?yyVl9~_"n-n-i%n勻_HnKڀܑS~rs^LHsֻ-y&s붤;RՐ[ل|l)o.k.kYJB7ܪl]x鮸UKXx tty[}iCydJԝer0o*uݕgJH~nvDSﭪFХj6v=Pv3%:uېZYPT7^###CCCd5W]dJ싐'a@VG#OY&%@ʀ_)9kFs\0R3*AYvۤCd3@&^D"*E` f}XvO\Dp6锻*\cS IQn'0`pe״qB9̌Qˎ5L XTgTZ A.\G/S2"BŎO﵁0HEZm6B [8XvfuͅraTx}S2 PB R%L9‚Øm (בhPQGΊ:əfx`0#F4@?-Q]/ J5Gs;W'.L)lYS'_Fքhܿyp4gǴ%/SUZU Wk$7=.g%`}1aP$NbrlǞNaQYb/ G%:'m`hϾ:_Qzd%ov|ȩED(UM#wB4!8Sf<`x5)CE+vWa906@pTrf2⚠>Ӣs5 +"цҏ._>K=39lx4; /E:Զ {ź +egR[-I+kM-mɬ|^ޖR >fT ` h* _HےJSJ$=ofnϩk 6ݬiQe`idhRܢ.+Z~6@u='B kgj{)dž%Ztơnp*!A5Ӯc=YLB Si{p04S;2?}jQw؍<硠R/.t`P +=5釛Wh{f PT?RYbR_QށT ҦQY}D1o|ykvsTõٶ׷9}al6vc}W*=@z'&;]Qk7je`6Xư1#9adV҄r1$P=?l('Gcbʡe##6Ĩf40av7A֊2L&S9zY,(/1@x+Xh%ۅY[0IA2YthQHCZϲ{UN! I +Q\QpƶJ8bl رc9A5D5~T<TB< ++ ֪)A|j٤Roz0359(NC̊(SR ? +ts2KhfOՠCGʺ5&d\\@ Pۻb&ъO@ Cj +d)> E(Oyf-wz,,bF_ cF"3Dw3_ơqDʆ*IJ% +@Ȁb:'sD`}N!P@5,t~9 <1d` &/$c Cf `at7frbBb2CnϙlcF+6~&v1ZMI np3N-W*<-fŀ!lv;"ݝ.w ?NmOwmt*Kk֭ٴ9 6 +,Xm6HwrZlOmB_ S)6w<ƁW@1@AYAFV]KwLX,LisY[u#kbgʕAI[4D Uw[9 +o.g.,I5t(Rd9::|tƚzs4˛1+Nnam( L2ď2u.LqQ^U5lgP/?ZRӧ xD6}Mi  `("F(BL#TLk=/RG8|:^~ \}!0jڃj bc&~7?>[dV$z'3[=:VZ&)3zzgm7%8'dum}7*[Rr +[G}V= b0*Ab8 X,~ B/4E.B(g)cE ki2%Y]V +|F T;z`SPqScQfGP&Uȕ@]p5Ϣ(Wd\- +[6HMҤ2_7ȿDMm+P(1*yXCɤh(ZHNQgTTňU,La;Wōy(469*"I@SZ+M9C7)?%tt% W<~*m;}rף7w YSzKNz=sV^=/jxf +u٤\r.2YDԨ +F6G:RG0upr{. J}Y:ϩ/ٯž@ǃR 58_Ud_~˿:[I3&`=dpB[5R2Y[VTƬA: +F]_:L-2iױ( d%WA VR r%<~AɣʚP_x HC#J8\E55PCd}r| c# w/J\4.[{9?ȼnň%4| +Wk|t(3I Z,ؘWgijKm& dMel&8٦/G7PoR{> 55ull;P +y8 S=zx(/NK/ujUBlS'w,;cNmYxrׂ{%3;K15~ l .OEVZZEICY qC2p*' w\A&0G .;|$+*n +v¥3J5Hsplv|8|2ʲRِꩢ{ĒQCdpcl += '0#"!4,0c;$Fc2~kQTHM˜)U.J*{G:qb)Şp5F E0%81R*g;Tk'ٰ|@?Q"vlH:3P@TCq#ʽNQOs;Lu0yɎ( Ee86G=$=RSP4S7qǨNUIKI(``N+AJ%?^+8R:n&U^I1œIo,8rc~M&o޴?݅ ËT/iOb@D +[;k>|V6 SqBm[˳i0Тf4 ^HB6\\UdM*K#kxb +σlh_ (A kq. +x\|9p*b),}kCN2 Z;vʾQu*|R R +Wt/{ ǭ|B܁q^Oldi|lz )hX-n=iZS@$߄8eVqUE}ѪNy&m:dƚŇs¶ƞRCW 0lZ.b +pI-Qv#*pfױ)< >+_vtΡ4RD&ZDyH{apXVv`ⵑ r9ej4_j/Ξ=?<1oGF1d  X `G :0CF ()$4`xi[Zߘ;z_>.pU +33żG C9뀩Ŵ)dcQsdzxܹCv:X^MI;(=K F'Z[` %ËҰ_W}Jf@i"YP؅jɇ*you,"2 q!O -C ִfq57sWx}w,yőPVJK*h5 ewUrYV cT㊜*j}T Aj(Z$)"f O$9DzO^=Q9LL)ĵfu@Y>?e1)|Ï'@Zw9Ǥ37f=* Ϗ&j][ߘ3"Ax_C +Flm}W[Nn-J0MRIb2I&1=8VUDo5q y@}t QԣnV60Jnrq6P%4摂d )Nt2ŦLM0NZ*.+§ZQOUNߎcSMBS8UE ANHY)>XTc)YM]q*I>Usϖ&&Xjm ,9PbVxP$>ڨd 9 +^Mg܀>_3Df[pe +O%20r\H'TJr[vcrho({Z ZB=@_tB&H̹cJI)asaP2OS#Ck8".7T3'*ʟG +np_/~4RhԜ>v“aƍL2z< {'vd|f_i20PhcC; 1PDF*,ҭ]]L`Z,2>߽RS{xΗ(3c'䉄.٢|TpYz4_y3~f M,$^>S o? sx8~loqIhȁL;6oyGTLHT1UjgAhsV+6>_rͽ ]I eY MLȎuw?g&F 8fƤL90wIui>4,ӱ``@@"`TK8 kN'GJ9,VF-M4]pVp:&M|!:h-Xf x] +Q˷ `: X)VjtpH&2 r-cQe +NUdC! u0SaEaq*n0WQ|9lK1 +HQ␵`%|R"`IJ y\&ؒ+P*qh]Z| ᶆTo֥(Z,I81 !kHbintѻ&%#4X~v~gdQ80 xwRopM.Z.ÍDSM +YO{yOjd`UN?ePWqqXDm`/$y˲ZF(w 5u tM8ڛ)n:릭o3`GZ)۹m2TMQt˥Ui>ë< +&ZUG34tБ5isBt;՘G3.D_1䶈WM^k+tK +[n87,s& {qGri#`ZV{PUčť,8qk.^ȥF`~:tMk(`[.|[ȰYZ7a8#Ϧ8۸$6r1G4P k!MdIo.m<<-nBx bv֌PܲG%=~Μ~8ѫY,10 +OUf 6<268421i"'W d?OoVBBB VH][-pܣy[Ͼu䙛=40LZߺ+:-= bP +Tb.vYt|SCjo-K|?x<*27]vvV:XHnk=]]~`NDO +"!8;_sϏ~湬:f)d#k*Hs>53bsWzGݸѧ{8ɉKg5~߱6֐뮺Ǥe Te# V2FpM6"sN\vpR6ۢ)'sF_i&J~_l[s1T|7B\|iˊds.eN p_rߛx17K{ ѭ \-(~]p49G~}ltF w:/GSrá_m#H8~HFVbp`t-?{S8VEoS1lըQA9:HSiL' j6 r60V-'t\L֦7dp61AQ'jmm QBMX~%5A-%3ID 9V F;5Ф$p̛z⪐>^LaK:Jɦl&Ym #02oѦכI6!c{Gsn^'[:*ItdK:وZcVE\{dCY ||Md#LpP NDyA!C1uK~{5&',dϰehD!t{ŵsw=?޼xŝpjSN?g'_?_>|+/ iէ^p:G~#Kuޕ׎vjJgޒ$tmۆŗe|ᶰu"o =W+yw56^Xplc.9%] fl>yJTK2~8 ;W|ߊ!0BnMC# Pl6+իWg2O\3d:4ț +kDo_jԽ* o7^Tw`{8~Vr A#lY/4 +R;Ls_uS +mrWfO^ٷ="= 9&WuVw֯x 1;|Ǵ ڨg hg +Q䀟v3^KoSä> m_qr/爞iO6;GRB,ٿuÕ5++GV=7E/HeO =36VH_Lcps8g%BNe ;?t<"O[{7{Vϖ9guʰ8%EbιVތ(TU-3*Eͫ_:~ekwԍ,7<!zG_(xj j:d`fRD.nś +;'xh6UO{dꖸH 14P Irr}Dѳ>m%qrলĩ7׹04q +_%DU_J-/+FzdjZps\ m *?M5'K(K@)es]$V\laPDi ڒm#[OmQd?0H΂'["Ep,)^ To͵u|/eLkQݛ 1ܳ4icT;!~Nx= UTcx>EPW UΫJԍp }3nTNgcQl3u6!CaDnٽa0R4BXaMXL7g6&k\2u{^sSZq["0ɨ?zK>Z:)z5&p'X+e=.Lqcďjx*pϷ333p8cwvw&`Q ;f 0g']opK5 {Źdk [̲ +ɯ\BIc}6<>h9;q@&nM{-Tw7Yglh EZk{6ݝXa|66^">`Uec>E-K683G5Yd7$C@_<b[߁Z2j83, vʎB2\Pjҷ YAP`mQAo2ɐ7SXuJFWK?]EҶvs?4Ie-wǏqƍ .Tkf3'"svFָ E {SvRԟsRHNʪ4 1#m"[ht1飘Sb_t^Է-&^izT DUϧHEoI; H/F]Ib#ۈ.S`:6t4N: ZۑǓ1GRfj.ƹy/EW^I{Mfh0/W,dPO-XkG9hlx*0;\khO!'-z̕șkH{pv1>lʣޞm"tc񁭥gb쳦됹j #鈨lBæI{]7r륱!k΅}}N%C΅%#~A13!Fqʭt4qDRܶ#icmOG]:i]U݀}YH*Ɂ¥ob$ܯ/jU^75QWJ=>fς{׈o/ƹx1Bm.& )O'LBtе ¥6O)w{UkG3.>d̯hf[͹f15ctooNfTC)sٶ[dGvjt'23䘇iPspÿcYM7yD9W0&J#tc +owTC;k~<:r7яp4tn,sN$W<o-<{MS& ~lTû~b#}L ûjwׯ_x;Li0a}{ +&NW%,_v:6Ӑ傛.F9d&r]. 9d>ȮV/ToL{t=y9@!MB=J q׫=ul9!VR=ϥȃ偋.W&LL|+W:ż3&Fq^dy[Vs7czE%JʏZs-ȝ,qa/F50\F@+Ⓘ50z-6_u*dCۺj0ȪRj1;bKB?`.˽]JAHO'ˣNZf-W. x1jTKrUE,qi ]zǶ"ꨧqv7 H5- sjXYUD w[lLPc1ql`:?lv&:7 K7R~{=g\x͋j-v˴pO}Pp!/,3]\_ SIВ @=yիWq>\tgO1ッ"2ߍj,!m3ҪegwBP7Mb K_A;ҼbYGJ1`\źx6;eՖTo }?hoEHw/vZVF}uIǧСS{$8- wFf/#7#iZV>5>q>՗ocr6(s.v2ր$?tt!5C .ton/~TXHsOZ\w;m4}ٽ6 ëV&zy4|zVq;WCpYD/黎Jb0 cAp~uzyy3vLإ~#-ɦ(· G{-iEPצK,Cr$Wpbyԓ;UK ¦鼦4l2]MÏz Kbs2sr;|srq/=3k|r-OP h( A;_sY$p6:Y&$G9I}lm+hdI]Lka!볮$J/θTeI&u3r,s{I"ޙ`{7Nq թĉj`w:⦆u$rZjk2HU渚𘟥omAnO0:Kjۡd k xqUA~挋OТp>쯭sd<'{D3}ɟ:lh![ex2])n6 ZcC cC[ʪaGEz>5XkL2x:X4Nx 3V>o~lTNQRwuOZآzi{{{CC[/F7Lx_ِA+xdzGBn}T#2~<4գPΣšƍr֫G<):@>Б¹S>'- +e -ڌOmN$/ғ"τȽњ6fwzf/$q"?f{3]'ZBSA6Z~*dGz<I8t =c@A޿Vt0lvA+2r7~0'm(9ce!wk5 y.aJ@V󶣡ZGޟj J%Y_Ն&<.\ƋzȃaPkfJ7Uȭ6~ kȳ^|q)] /{{\dɆmܜ\`'R+et}0[\'[An6":o&rPAgu;/;$ +ݿ\/b%ܽȫr0x4a-iEP ;cՀ +J>{lW~d7#Ag~T1`{1I9JVO<LWU,rW(\KS6%lB$7t>ʮ-1NJCK(wgSAݔ*d55qTK1Q<-sÜ CF1s]Pt4/My::yb[R;0yi'O gy:78XJ?PE 0 +ٴW/9?O`Kp8lM$Lt:k{ǧD'<7|a\oaYQyݍv6:fLzA/-k-gC숫AY_h(z-'<ؕ2((cM74;{Öx!ɉQxYbl,ZFv_L'5cg$PhtO/|vdᄀ!1 +6cJl!G-sQ2ޔWpθjd(X9zSIFF)jr0 rǸx$V"ˉ]S>. +L7 )K:av&Q ZJ] mlS{wj nT-Wh.N^r#&T7"w k"})kx> 9ḧ>3nNine6Ns'*d&y޺(lSDs E [A]m;ۊp႖{*f} +8/d,ECb}ymPֆ'dطpӜ< Ve.ӡn#,dj†{CVX5nXDqWtԺ,y#{I@ > %f~p֫dէgyrӋF +O^Hs i.qm-g8I}(Ez9i?ȸUp4㌻7;t>3{M23-WVTgra% hZȿop߬h:WsE^8}}ZHi{[czz.vݶ4jIn!㡐H.8dRZ1[ +3?Y[A޶6.jrC| +o7d}AKɽly䣦YC}צ<VPВ7XŎsYQif.R+"rI5PDL7Hs*t%Z:XBhŧsSǙAUYG/ߋԁx`>4 +) Ju7)YEn5n^V,x#jOL>dtħ%jvEYۜb"UX'ޥZ^&g,|ks/)GN +\|Y0=g'~&1>/y+.syY7ߍɱ/ =곂Z +IcW!Fi>%1ƪ60m+8s},ǁTНz"Ln˨w&6Ez)Nft#$/w76R Y+`A ?kr#RlBg l@'?7νsž"yHUY r3)_ٟIi !r֢,xXdNa!S*ܯe͛hINg~ʪ$.e\t ?Rr0=4It9ӎs(e~P|K5HI`>('RRX-WZ9unU^#/{؟z-n~NO'p(?[OC-q9".|xHu- j%Q5K=#t~_(g ӌzʞ e? ٽN!qWl:\_k cœozvODG8Z/fe^Nj{1b:" ˕69! a f!nm i{qG n,q?g/T5,lJarwԋs̽9ƷwTr IXχ ve,6<+y9PZs&Ǣ:~x&2OUTÿ[j/ +ӧO\j53::z#GHp`_~uฏ0Lw9ߚ8@\̼ۙq2V:mތu_j$fkv-M-{_?ޕW(knIE<;KZ/ƪ"(e1)̯.P=#݄{>  ܌}2UM_jE5B.Ɗ!+`셲CWz޺N>JBH/-\"ĝ tEK)Cf2Z/" -CL} ++_VWI)^gOAŽ>LL/$׋N[UY|7LY}IesCf\K)a"SPq,V{kkkDDǮ:;/="Hgqq-(TTR"62ޔdj%xbCJo_j<#WIc8>:q4DRKDSKϥxW'yC:ݘ0IU4V'h 5>4;ē Q-D}2щщCq.7,d.^h&)/괹aUr'@+cɣ,A`Ɠ&*p3g/'MYyTYC=U,rApgZzL%wq?~k"k5j4VOs1 G!FzrQ^S)̌f(.}yI{Mvكp\hs;Ho&ձY=R䌷UX3"?߅jP`7jٽ7Mw3yςQ̉s3^C5k_89@C +&i,DN}31 XUX9_{\a*@DGӤ%_{D7V #l<VL_hޱ"2awag.vyai5E"QKCmSqSyGmmonAeA!7N0e <I jt~ i7ۜ)_ۜ$ӞOTaNh1q +ş6;SN>}FR P){aDLH L lC/FJUk|JAL@-H[H9*eukC [ik%\dl3R +vLI&do%3i~_R0M0 !*d +|xJ%VOsWA;cTv[d9mmm-//7nIÇB5Uܹ1&sq&8Ew{(`% +R53Thji]fJZ,'e+φHJ!]G׽K | *Y ^ +jY)h1^tCXaT[ʓh)Su$Yw-r ʪ42tp`n_UmMkM& 'n))V GXrwRώ?޾Tvh^lؒrŵ/V9kLD$АI9`O"xG +$![5հH&V.Ռߒy[L}*B؆2͙73!C-# J i*N3rW)@$@M-"* HkB`j2"TdLlަ:9s]b݇yj[ Oa}vc +*a% {m,HabQTdLd9}=UP8gKckdiަt-`OA7t9k 88en/@x򈜆(J3#﷩<LnJ5<{mh9"v*&vj9{fyϰ`JQ>_j T e(ث"k"G!}dpҀRr\)X3/8mx%IkrL/:'*7~j0F;9)g +N|.ZIǺ0>dc,醒Ame!7ZZW@ of8c!), psMMa'C\ UaX'DݱK/G/\a"Č3]t8w6 ?xJji^ye 2SƷ h,"N9@6/ LN0~ZAЏ f=m͗8ml +`|蠟A QαWs;.UFVnkE ~x7š<*lNޜ h(%ĦI8٢NP?5dxò"LT?BGXK%o\d&;g>&N׏VqAv;W+ԩS\.?ɚR d4^۰FL-2ڬ2 u0F!PQs@+QP9߆j6_M@5$`}#BBC)ư0$L6M?F"C-<8.'AC:woJ500ػwoCCûՀH*)s\)R\xC +ZA/Ԧlɥ$Ο!S,,r,OwEʚo+y2Px0~9P1LW9sm)Yw:I*~Tc8N?xH+#ò8܅Ŀ譴( +1/m(=ER=k;5?vIw*7Y,n~O㻩.`?~ᬯWf6cMЮCE6LM d$f R ؐbJDHݠBCR"Z:܆*$Uƈ']jIU$xtG'-q@DOք$57@doo3g~UUU6/PHX@zNs 2(Н#+W0Ú2  vF?p!(eA q8JW! +&nJ>#ljBkj  88EE0$IqP 8fhh(vB@ }gzzzѕM5`J2HE/4EB d;1|D4yi&J]D;j1-ysI +yj}NS(^(Q `Г6QVzw1 2CQ("xmA-9Dc򁬆45ؓUct 5x+b&DSIxzJLDD3D8A=ENx[B%@ﶌw|}|J +F:Bvj]x쟩V+e03@ #$ԨZm'J^o,W͆|J@LUJ Ҩ  ZSJ91U٘Cyԩ$pJlZn)@%Z(ڑ&5X<@@))yK z6!{ +&|`Bp `0>9,Q̃&+ULL~?L\KKK__ wj}}}e޾wmZ@1b+ lv;&aj& @ +i̤m&D޹]/3` +֛{Z V ~V 0PbCث28(aT +K z4TRR +0$ +XQLJ,>r`B>t#m T(1pTj ~$/y p5:.;X~(XC]5@k۸PR8P +?/o=^y|sc]^_?139;^ M+߼xioj ۠qǹyЋ!ÐHYhL%tȰe&kTV +ZPѤXC 6Qꀡԙ ujl4UF:xXDDMRdQ…&ǪlBHi>ƥ!| 07 stFc29Pa]z̲US\%aTɧl9C +  +SPmIrҰ!ZbfŒQä%-}SA4F+&D(&,,~ߨ\ >fkO##ĐY`OJSj4DGFY lUՀ^ 4s[jz7 `6z` EX!Lh4$vq $|48sR' nwNA dVB{`hṽ_j@TjQږRsۦZR#=wZ nɨ)"[t?OAu:Vc0&LC]# +ʀl5CI!c_MSN`L="6ph|ApUl6& swz)""! Aci6Aa;xpt`]hQ-)D {P );k(/Kn 70` M}&X#0ʱ" +,H + VThg)"׉2$*QLJqlS}'*VQ AM qi%|?Ψ1?ȑ#l6Gv[@#/%r,XaD +*7J3x< )XPfѐP ߱| +bMؖT\` BNmPɏ4, ? @T＀G_Q ^\i'|RUU叁)}_D$}dD3[ XaH ]Bb["ra@Կj LTqckl`̱5#ƊT^hib6@*GUÆ D6I?aP;Js7bw|8y Z=]jĔ$b XͨSRt`D+xXH;> +膀A 4LCr;#@@OLB<14 )J1ШJlo;& l1rn(M؜Hm H!@mU4\'4H/ j)j3="/R2CbL~%AGMp +K c;+7G1C1BҶu C-`z : +%W_vpfkjP6G^=}`TB}15zJLmޖw@3h06E30,h+HKtߋ[ש0FB G?t kD92f<h8ɕ` +` &bHIa1V,x="345mHT +BdD泷l rP0 t <2Up?6]ݟ~w?6`0x*ީ 4h(=KNe(`$-IF:DF?l)M-2@~;8Y֠jEZvh"e .5]՛0,c3`$'ķW[vuܹ_W _,D$m1u7Pf^Bn 4GvQ c*|XY i;G&8 +l3]# +ICL=r0<ŕj!Boۏ&Fsy)0VJR1XdDA>"&ѻcw䤻{rrL&Cv#UV5rz̖I*PG?}C6YV3Kz&`G=l`&lVmBc̓M AxP_9 [%33c5)68Jh1y")tƧ?R hO?<7 +D:=A0RC 26Eǽ{fxƓ=9*EPB sΡsn BB:r"$$^5h4:3(Su+j)O%灁2Ћzܫ2 CSjehںpǛvrr.j01{հzIW") >ʅsy39cgQO/Ҽ0gd }ZpRHCDdD!gT,>aۗ0*"jMU!#eN{XNE,i!*c ( *(`j'p0 dVht${AUQNE kdiCGTLM鍦YMT[`ZWh%>EFCɟxH>J͙qleF R@ƔKQէґ]X4jWhB$Űnd7/g9 խX䄇9 7Sg$7ꃎыC3+"ad ֥3WҧyAB:r2DP<|񨝁=gRtDr +MGK7+8p3>>}Ν~kP(cm?{[R}{LCp+'燘"wg*O^ 8sso;_.YTkqjX6vkfܾHn7^o&]i//K畟yzz>|t|[p\.8p;DW$aĤyT/Ğ-q"i{ܛ$;Z +z@/ l4 KPE7{VPR٘^= |Jqf +)W%Jղ*6k3˔PԒ +0~"KE9iZg7i6 =I`#[Hƒ:M\611y$T噒ӂ3~!UN:1Ĺά;c:Jt`}%.I<{"Hb{8n'rjiDeV#Q?,aԚsHRQ ΣԖB@RSH #$$20kFH]dj UEH@2 +pkԧ2騋|'R6@EF8`WuH`hʎBT[-+Q=r/Rr_':,2 JVit_H +Q"-BGϰA&#l ~E-!8;X~*O\b”mNlQ*\,}D@U-3Ʀ0ij,-d6X.թΔ^$آIAwjI@<OMMJ:HG??p'go}?+JO{'/?=}KsK˲+q)̈́gɣ$ǏWZM.|w>>>WȆ:XÕJbwQu^@ɂɖف_n 7K:lftݘH[ a#,0@=d *=< ')0'D?@ !x0`0>ם(n k悾b5š*^.VQ(JZD=0<DyR20נƩNL@>L,j.S"uS %C`"sjC}/p`DF( uD-0 +0/?WgGlv7N/U1Ԩ'v8Ǭ0@cI|ƵFac-/c _˜NMRN?l#_3vOPkhsTR:\g$υ;T ԧm,ݤp||ٲeǎ{%/"Han~nN^-{㐻koQ^nof;)C TbO_}/m\ojٺe}-] _-unX'+"99ybb,J~~`66662 oބ[4X˅F5`B2Cu&9[VT;Ѭd+쉱I1_d5rCyczx%Rt3/(Zt gϊس܀Re?q' mCѩ:J{hdAɼDZ2#)d (zXbl7<w\ \ !Fq@V)sEpŠKU)gSzdeljqaӔb.30 *rZNAc[N{76 n 51qc'=kf|vp!krycz;GݽL>|<9#?MխiC5PhYap|︯rɒ%J5L?u>lp@׋۷pP_4X240xeto2 ׵&M߅; oxGo\K[mNhvlڵC[o;iӥٮҲ5;XUUWߙ"4##?c?N5֩8Cƻw~YHfiw>cwunu^`272{X~iJ[نCk J=JR]Qْ ]q.)s!Fc VO?nMtgۓ=ȳMiY7Z,}Vl -X FS75K;EQjI +jGW>ϋ|k蘦UՁc, + _oGt'A~v_ (iilaF}gς)mG 2CWːH?a"$oW5/!\@cN y`4ų "-^c^[-7D0ڢkt Re''޸p*K/}{ci*a2 H62̓V91,/>@KFe(r s4R6-0H`iL MgJSb:q.Y0bSfQ]}vKuhbUyZ`UG>MZiF/"{]k=:"U)QҬ0_bVH= +\W]jݛرvor%W +0Sx~+#zZ}ZyK)#wY?B\N5H^]=ݰbQ <O R J4XeQpxAבw% +QɊĞbؗ"/ϘiyxK0\bo{ z`K};PkkgUʉhb2gwє:4O'^RR3Az.΅p 7`5! +q=<;"wOӞDDa?]\3:[7cH6y|-Z/OsA uҟvxv4r0*oBp(G-sSJpXV#ڭ2=ʙ&GsHJQibr>H.ĝ%k 6[b;K8j pQ9όF jKIڿZ+5Vntgultطȣ45ZX0r*ƅ6l;}8_7Y;73#[J ̬Sœ~;,:ZJ{l;leƜR=Tǿs`뾀&VՋIxquqVZJwɔdDܹN9ޕ7.QԹL||-x)e0XGlsY@׽&/wEaJy&Z'Zn:Fä'E$(HsV{uŦKwtk)<}qn,ĺ{#ZV+a[e@=IT mzkUUl޼ԩSҶA!~)$ۀw{x<ޚ5k9s]Hi&''ӟ]zpx!߃j۩H@Lr0w@vA UqCrROhrlLY=m|KIWN5]e{j\+S;8l/og*yqq4t :EJUÇ)L693EĻi'8_ Ү7l0j0|1/i"m|Լj\G5hZBpssC:ïH5PUVT*G) +⳿0Cei}3 6ڷC'"/ؒrOP.vspj"3zOTBRz(כIKoZƓ3rt\oM9eˎ;,5nbBYEm91a^p dmyƽ./ 73ױK m~ f;}x lbM mHK:QcN}CZ9A%Ni1ӆβ%[ +F Jy){#w-]pgl7ߏ/566ޥ(8pi.gYXXd2S╨&6zG2jq/כ&z2II9/ƻ}Wm.6Ӊs =Eៈȋ9Jhu`ŭN ;}j:_drgM\D=)FQ|Nl) (ǝ-Y9#g@jGdp |vޜ c&Vsi2W-/sy^ +Fx2 ?@kr0ZHdFϭ86!< +AXaQyQ /";p\fw*O_perqfuURֵ 28,u |6$+rdnFSG/5$m7u9cr0\tцfתC-r#6X,۳4Pѽ˕ʞFj[7#>XSDxG5hfO򓟸|?%6P]J9F4~0տT5P 1Eo ;'0fK 'W>QO7Jv3ͶDm0;E_ƨ jS).TI"@D}!)ߝd7261v2^kc)S5!pŭ/~$sNR /J9Jf:ϒ Q$Fͳl ͽvD%%Ե".C>\@ +\d^o.S &;k;o]AJH"7\Y)~XYMi +fE;p$2ӄEdu֍|rqqwޫPt0@z zXհT{*&nX6oS%HdrӬ9?Qwh0p(֚l kTi-{v{˳Jg/E $ NheɎ60&KOv_.ѳ0N>y4/7L+av+B(a3DR b⺫n_fqot7IVQWH:pR<˗ ,wdeM'qA`=}\ʂۊz~epyn"ߓ/wtǴI1cEA[NTAį,vȹӰ;mIhEŒc+̴( JuSuYWؠ z`}9uԂ{ЎQ^;]$=zp>R%XnpQ{FTBX9%\ r6EtōS]L G!O~1]\p]c:glm y`wRf&rM!Ug1H4 +SҦZh@F"yx'owCbЧ`5é+հ0Z̄AC d9S!֚Z GF/%"~GmJ]Ф3UhqA˾LؾreXn`x[H.gucI`NuU!al!V7VҮP}~Y#gP3u-?k*0&gSc<+¬ H@ +}x>f܁3 ªk\ m #ffA-5/d(Ee۽Q쌲 jWȱ65{$z:C&FivZޖh4O:\~>t6IY0>$wBSqbH]ƍn'6: +wtlAm3ڄ#M)$ .1znt1&DrmX19#g|68}2(ep2e UY~+uW5NL>VHHCF@ +Ų>B(.I6-i8^-^c#GܹsӦMOƫp_ǛܜL&ή>~@"EM-b"dE H@<;H@ c0l a+;@Ɯ@\eO5,Gi=Tih* @L2袁N~ qA/O-a+Depaا'Бo#Q5~ +}~.5#J&?#A5P &RQK4Zy\BP0TYNw/#͜i;Mq]ђ 0he_b߽HWIsiN. .&(ƥl|gMn!\?zB%Jp%.ӭ6Iah%(ex'!OA?m³DZQReKa;}@AQlf"f:HOVsUJ4t<<9{6e+N\ιӀ($4^5܇!H3|R UDAAfTvJ`)i$n\^\9VGPn_ L\7RQR4le64 %0Ġ+p;aU!' +2pd0*AqXSEz. j^hhhpsscHtZj֑D fsݙS%-那 DzfZ|ݦmЍA'O=ޑ5/ҽ-3\*q_p!9$YQ@]"Wx3$`4l.ơeY) aBQm{2yUZ)ݣ.9a>RQ{WKl?<ę*|Q8LJ)~脇V mcG +BD. ~V1E~h;H5, 5H$###333 D/]kagf=8# x0 I?%jٮ5)]jTJV,1C͇A=M-z(1 c3݂|/7c(E%k?_??75/%r 8ը` *@ yԇ +D*>N#di1URR=\23| KD0N e`n\#jȜYDL+6."!V +04)i"Q ;| M $SSD% hkODAG%=5vk4>=l ӬGbb;xg:tⲐ8^RӇHps=~֟C4fOӼ-]utwe)%Q>hA+X &-l  #7cm/4-};XeS߅[< +*G(j! Ue)(2^B*TDe ql׋`KRMQ +*є(tH+kRx,e7D!F,/eHBsU('c?0GTˠaZ4!!M߅\3h\Hm&jdTURJi : ƄE DCP5 jE&H# wx,V^c#"2:EH#? 5TIݡg%iͬhIQ+Hh@^~wKQ,ԗSsi8^ՑLڵk^S 8 4̋0,xMrJrrƍ߿pxx^\VUT\{] z!h'x + +^bjX^bBAu>?}ԟv}]~ V@TCb[142wT &(:i 0vQJFWD;5IЊ@c͹2 +(P(I>`Lw1RDpd awR;!B /Aq=K߼(/D[<ʣr$0*@JCI`ڔ&d*GMT `AE&Zl}SSUK~;! ," #MJLⳞtB6@%(B%d)Qܔ&E꥿{kl+v8BLA@\~f7u !W}OMM׿]kecp)VxoCpx똟'''8;;j|򤴄k׎v(pNRpTRYѽ0 _bݯh/]B:_h^Wٟ>z;ٲ g&D5`| +{@9%Cd%LTdT!:B{@e|F ,b^bb/ވƨ(c=eհ^ a{Bb6j* +pYJ!Uݎe}]@PtOA0_Q@ZŠD5J!шE(߀R&D$TDTJ]P ia9%ra`rv\䄬,jx.… ,ƍV۷3u;]|>?%%%++k1DžO1x7:: +޽+4.exm^rEӁb^R+2ԓҲz_l(lJ0R nԨƎ+kU/6k2pV ^h/OތЪPIp|5_/ɺiqZ[[0f? ՐQm$L4f&%*#}ӤzRez +0 UbA/ T*0 ?E=4M̎xJ0u`ta"m6+YBUz`čE(BS԰6VJ+񔯠O(30In?9!jE2O|7`ڌ"RB=RL2q@or SLʲ#(:TY9W%fc'ӅUP$DbY@Jȿ}EZ)Z6t +VμB@\x< ֽ5S kL+9Jo8؎~vIx} XԺ<R*gbxb8ם3Xz^[S]S">Ƙ`RT#YeF%ĶmU,eT/vRx*LUD&<]j:\$K42F!QlG>P 8Jq MdE7i,tƴ|&u<, "nڼ t jhJW4TDPgN^nnjtJ;}1VcEzuX8!iD>ń% iiob1'p= +{=777tāS 0w@WZuҥo*:0::G EܹSXX?vllL0RjSӕ%׮yW?ˆ/6ܿxrM+w~ +-KMv}ef/,J_ + ҏl?q{Cr3ajOLNKOwwLAݗ! =IOw>BL8T~זzyWs+y&uPrfJ!yhOQ +ZU/p,o/U'#2[ӭ +ɠ9(~z]{פ原gq1e_=Nϒsz[`G:ZvnRϑbt@rHCtщ HJ;,;ktxwAOUQmTi3Qᕳ6%+4__˅eK^^&,~8pKׂxV79@ǃhv۷w0>5a~~ڵkaaaqFFƽ{P+8*nݺ|򉓓(|@,~ +I$}^򇅽}ffqp޵f5kfambaimnjginvǏ +1XYY酇r$Ou_!+S ]XdXLTB 7Yi?~VFf;jV59rR:%wFJ+dUj0̶ sLZGRq<5O kuۧbUBAiRDR!A< +cyV@WJPHݾtt7wg&t٧b1zA2AoZ2 ~"襩%OLPbL +S-a2W5@G pS, 't 犍'dj쒃$RO{I{K@ r0SJJԃw/xf[ TL[` TSĵƙ+vW)GAO1(V $ʪ6ob*S9pI/p7kaOLg&'Z@’2:p\5Jd~<{_̡Y1WND1 8UP8 b7 k!pepy`8ƹ\F˫X ?z#9䇥SRR~yxx!8p|(ӧOW-,K?ɺ^ :G[w˗f; i ]ꎬ{Y#gSz4 oay'FJʙi魎g]9K|č(3ʙĘpT29+l;ly#=A [)-CBGZg:k;}F00M)#a)' _^.腿$Ym}IqU~P艄N̨*KQw%[̙g>If3'.ehy֠L5|s_]C5}p_B?=~y8^-ܯ߿dɒm۶, +kecx!q桙/,--"ωA7%9+sJ0y4Q3({IkF5%Rxc{X%/|4%###>>>ֽ2M4Yx=U~$h-1'92;zP?9Uz\a V9pb g:J@o  +"U;LȾvh|0wr0I7u^@ +zJI Q+v$An%/Qך?;ș hwX)2Xw!avyq3f{w~gG>3O=5rf+7qN˯ؒws'k3{nlPf.s^usI6G5wO@ϽhIòh]2t*2pYklaGNDhS#B%JYցkWhGs6ȿ:.'E[s^-V0M=1N[yNplB[s Els7ZeS;«2S"Q)V{o_cӱ0p9ui_]q;^#7i@+;Vlx#ӖpjiZ1VojXJ2::xW:~z<7R.͛Vo߾]# xc]pxԟjW^{)op7.c9po2r@}fZeGW} 8::? tb=4e7y6AtZ|{fwӭ/ph)e;Jxc>[!äcYwǸMsս%>CAjzCVv L HBPJx*9C%!بAt2AOz كAo6 v =Br F8;c26gfO=Nrg$nvcpc9fIZ?ڸ?6<*!/̿,w[ ܍&z:kzr\1Muw`Qwy7ѶE9b.B;26y&}~zI-5 ~/71ʎ\$r+Ok/>yrM28{m BmEu+mu?ݱ85Ap2z(Etݛxk;3%gzjGڙggE6]n5{qSBtcү_sqaOZ&謲 "=lIU +;Wprh3`ˎK2=*r\x~uE>'<*Ӝ ~A>b{k@ 0Qaa nܸܭQ7U<ݹsdl M8 8p]AP;wN$=yd!o%p\yZ6gHɇWgdke}i+$\\3 &>%[,udFKhQlj0Uy׊qȻqXF+Yi {:4 tvy=ݱg<;eI@$ @H" +!rQrKH(s9sB kVgGȖ5:MEU}_JGS!LR?{-J n:0e9vNzx'i!o]9 h{@[d@]&:}[o[nFмbmKm/a69Q7+}{08;oZ{PoH{2Վurmdl7Sژrq[LГ&c[M6 +ٙA!6݌o'?voooeeP(2N/o։a?:;;lI˞IW.:CWWW0AqU*bE``']Xq)u[bKxh/Zygbl>msssNN@ TƝI.kП}zi[oS>ljMWǶ^* IZe:2@S1 q`.L W_ɏ=gq꺡K9ٟohp+|K 1:ݑ S>W2ÿUۯlw +ė7ja5Wg6}.ճ9t+u 1g-Xjnx5f7s恼J`뭺G 34B,ռLz/]{5qOqq266o>2.?qH;.?&8E .C?)e ƷFj/.I3FsȤG?2T)ՀrlQ*HHrvel}IL 뢔%M0)q:Uv#6 C zzW?{zuJ. >&2= + @Tij$Hi"H۝N:ާdgw{.3`K9āܵ.ꪘ*mO~lwm׹hޯwR'ѕ!iRw+e/t/KQw#ldcN*|za) nn;u`]Rr}юc偂fʦ|xsV)aܴi3?Rq6[`l9ׄkޚCӀ{?=hp:4`F)\ TÚTXP?rƧɅnn φ:%kYq]`M`N ^/l (`Js>rNZWcA3}n.V߸z80a&޼Қtt5ï<Ӓ.車:Z 3f>碝؞Uw7reP!nxX-T!AΣqn oCA\.͐F:~{ؼ :/𠑆KZMqRXpF*'m/p9bxZ&7"[5堹~tl(>y}wX3@kdW3~fEx'p[=AW#K)sCFڇmoDōW8݉LiG3z0mijzڂ23:]l.=W;Rqb. }jӔMTB,iY魯/Ƕe^B{ GUSF8;tU݋1z .HLIn[(F켨Yc>-fzsasuzq;T ]bR  ǨE<EуW +#"1V; javU䰁b?vI? XH0$7NnX׍=L]S[K 'qdWI2=ez:dUђU6%n7ag.0.gNTtOV +Y/ɥLkfJ<ҕ͏ތ -$9Ր(,7STFMvۂ7n _L!peAZ=3Q&.BZočWAWo3ѣU;f8;,+O\sݕ]R6nq/&nuoIW 2iig@p)I.Hp P5\ =m|l%IZVQK{i\]jh B/zG'" /jp +8_v߼:%‡#]]]|>n)"AxMS1ghh'$$$|G5ȟL7hXZ#x0~Rir)O7?\~ht@ddDe@&Yor62N1 YsW$RRyY7Wd`7Zl;==\\\ى4ݟL5P:pדɏep#Jכb'!8Է)_d?A!Z: IM Hoyեc2a +he1Y{ÔrORyS#5fZ@Dw-sbILБ4ewXelsγuu[SM +z6d. ~ޒ"<#vb\CT%Y!J\e%>ESlg``7^-TQP +MNN&&&tww?CJuKjjj7mڔqOzyyy{{aW'E麷uw7oѕ?Ǘ H$裏<==_!Y?XiS_9*,g^ӀURsDVW:[dO8TO|L{M'ҽ366C@SྔE[BH_楯8pΡʹe>mOZd bMAፉsyT)(g'vM&2P#M70fYt ? !G 'ŀc!FS-2Q"!OxY R)-A2,".T)蔛}s|ۋ3R%B"M%HDb1|Q +`җE.y "d9?Iƥ>"DJ OZxe Jz>&q )|!X r"WWt #n )~sOxLX.q~$x:r0IRcBm-(.|d d"L(G. ,siİ&) E*@]A +rc?&8<9GP,--=((qghuXg522kiip .D蠢BSSsӦM +ec\[[+(qw{?;ӟI|0ߣ;wڶm# ) .;[>oaaAp;/Ʋ>ZL-'Oh=3/ }xz>0Cp!C+z8"*z@qym-VWWl|}5(#F5@/UΧ1oBKxQ +.%I2@TEp!ItFGyg>D9~(WЄOC ꖐGr.]e*h!Eh3A+eVx L/ Uj_,I\Ĕ P7DAʂ;t" r!AMa2XH>̟ _*o X~i3}c`%Ü(D*A2C֠! 0O^*A^$x&U<i Q\T&ZaB8X)qx a?2  g$!1X,!YP`ôb=<< Gzc~~y ./ԴB!x㍈Npyɍ48UVQQ,ńZ^v;\[[/RSSC77뭟Y{ٸxZ;>l\?/쮙X9];Φ<-]-5y͛$WUbæM^AXBDri[K30h ȐpCsx6d"* +z.E:;&%(DTP Uk&pp8/^ӟd/N5<0@" &8(|PnqGreD9$IKZSM6l:P-D>́ X 2#Gd$cЄb"txJ3"}"`g!iZ#FJljI5Inܴl RQ֌DR#X"("HhqhW94@B~61@.瑥-ɀ@r))Qʁw#97 t%2XWCϣK8tEDJ#R}hݢ/0R9N럪lA!KT䡰Ҹ$ *E>GXH!7SЪCtP.&XTu6 al]:<RXDI Jn!?CYE˅NoooxxjZZNXR +w p;22M]] mqY=P 'o^[[S468χ`YtmYVO*ORiCOMŵ2d'~uJv(2uǷ[>ۦ +H ./bǨWH5 άW d)%׽l˰ڌG+k\ͬ,C_?FS 6 cff'$&&"TFA@W 1j@@+|4dh#fA^"ͅz0NB, OA\߂2EHpA h@Mu9|:b€>:A|K8)&b&hC4N\oF @^JZ ҞBh`_hwHXjO +"̍,墺:`#4tY0P$4Z +QCXWd9+P/<1&U@^`waD.feͰ$fXIȣ*E`p[`>LX'q!g?գj$d^h'}x5@5l066ܜb\^|0mfeee~~~bbbyypy lпºM6aT3xM˶ׇ(333 +DϿBֹ,&0M.r ;%|,k <^(,N<|t͍MJMxC @SSpPH'SWdRӐu [^s6hYEU$3_4(]UPe5Pv"H\_{:i?'@ C@A/ ,!M/"^VB~j2p)vZRN6 j <1Bsy!5UʁeNDsSGI@,>舟 ?A<6FJ??Vqpdcco899 ./"ւ#8\~Al]o}ر;=عA0T6ZKmnӵ]R04ip~qLsxz>57uy> R:%AkQT(n9zTwD4#T n/P !q3=ZW I+b "eA%+,m! UHF5bWFx +쁤dĠC@JzkcJRK +$˄12N\}.́N$5Qz+CJ<t v)eQ沐Jm$ N]$W9%VL!' Hl$(d=kyrd=̪ Ę=?Xxپɔ33y| ++3MSSS-,,]<mۖwݛo~o5Nos替ݛxxo}qqqOՑ~qAqkkn$@=CU܁)^Veq>V=Vf^A2|R5N5OnhhÇh юi7Ph~lE zJ&.bT\OO s8[n`m' KO\;#wlZSrdjZH0y]DudS$4 F"#Dwe Ж#;yf([@D]­t /$?txn4+d< 2aP-Cq3'lDٻӈs h(L1s(a#%P=#AQ7G5eD1@˟z}$#DRR0#d@/b6ȳ- s0P%kb7'N +AGX[2hEZW}9dЍu&#'Ey +@c2\bp\i Rb )SxaYƒ]֣G6vyEIf {Y:4<8W'D"G44~ͣJ{}c>!085N>6p~7.8%8oH$}l][\\|1#T@i1xq)„]3Q/G+zcEd-F\tWjÀ\0eXSjgWA5T./6レO)WWD#R\^A5Ⱦw']'SC5 d:8%UyFљ:1CHd "ИD9UB&P$4z }!e"keE4i!9cDiu ZRqEm uHl\&-={對}y" _|M #Zmt]nrZKWߏ/#2@M*BJt$ͱ b]mVIOu\OUv|EХ3yԇMUCv:;.3QW01I|ﴯqRfůjx&N3Kx \~ +0;;ܹ3<< ./+6cΙOk+{ V zJ'QB[n'(njpaOQ455ONN~7_Tr `~`Ǵ1ņ{Q IՀ p{;3QjpQjR HT.?JOz֮)H-JZƌjnMȥqj\J)'Fcd~QQ HJ}:ߦ*aȄѱmdotqnhG[~]b C.˄JY`t`%,6K-D &^3[8tǫ0tQEXg,y6{5=ib&hɅIiډ׹!fja"|< E\h,fE3eaᑯq0VŐ + RNXnu]2ZLA*GLXi!,5I^a%z/Q^t q(e 2h'k)MNkgkTgg5I:rл.ȏmHɾ/Sm?T V\* ꃝ:J^ "#ࠅimDVC%4ۍN2>7ِFltd/5|VG=&QsB>ј&!i˩p—_~I"6FT,f=CgbbB[_9B +fk{5=nkzk6?o[j]nAW>gA5ڵƍP OM$F8TuWNV*}SuOUJ[gwgPP{PG e=}z*QbDB<=_j_yQQ f/D%n]TA5HQߐP }? R 'L5uiNK: Ǭli'(7LiDmLg@o.(\y[hgQhrljy@\hJ!%vL?弰rTјzp>^~3CO#T*7tE@|?;?my7 ˇ'XA}ވ"֧NښfWpɩvې:w^Td. (ǯڤE3Q_k3${ܦ;n7`l#H⇫6Tk1H@W|w +6fi;qsz[b3V f{TA;]8;]~p~`rhvFcG9;;Soڴ)77vTBp0ql;>ϛckVV3PO>zqJ~A:q.=;;l ȏ*כּf+zGlu?9 z W#̣6&hIEqͲ2gB?9Ky>0=E5]2lp4f*K**:babtսD:8ҩofEs6<ύ{lJR}y Kd٠:G9k&qK@Wjx&*yffF! .?{/P(xL, {6+3L]BFGGt/nu@ch}xu +5xzm +V{j~?vqqyWÏX+\ZZy󦊊W_}UXX䅨L9a`7޼S`Ef?z'kۇ+˛ +♹qkSSk=jW4gep:‹`ꙨiݼQJhXْ3Q=vk5z´R&b^QM5 O͑զVtO9vN5LvTMƥ +B\"^o?sxӱmG;MnDcNBwp)j[/'{&{[ęz҄}6ri#Mvyq;F o0{PxS??մsMXNzXz2$#Fnrd]epǏw}SO^'C쟲'NU\8E5a0XX808 1yµ[(/۳?=퀥~sG,tKtyXiש ~QbG&%mcc|@p{\^l4daa:==NJ23zGjf]HuNcum@x)棳|{?ڵkb7N:_+_jzxQo,O-pBl4ɓ~gx=^jh.ZnƩ\~p?Ws61 9Y 녔lCMeuluxVQyUXi0h磌suusA5Pd<ۀ0Qa)1M"tlo8x{4v^P2&yAVWyʞVχ;Q7ʍ:x|L炡5EANWsAm0DX`k\hVK9~z>lx@_ճ^"yDt3^q!-g^L@s2aKi|&Sߪ8k|!Ųh\jvXö g8ڗP\~/iɋęLmovyiZP6J ~ȇ`į)uѩ ,0bAW_=1#5{tЗ&PPc({8}W0}! zdr(^F!ݶPCVvҳ*4MoxjQFѶ:炮4Е vav;ߩ{ܩF< CW5=OHSm6k733۶mN||ACCw%E!.?Z~FYzO /Q i虨Ű!܇} H<PUh=w9j8_X܏u >b{?E$b4afˀ#ÞWC-LwT L7]c5hb Q灵c5U0oT冬`scTg0nē3Q8/#O\ࣚEM:;;b\XXg1jxXSϿx=grTe +U_49o|&4ΙwNWqzFb8lf<_?;v -+rtqN.np=wRFAw V[ ɚrԓd3_LhaDPP xK\^t*RSS!ozt D}YB-C^#G{0 G =WRB?U /{:t콥ex&"~) 6cn1;=C_t_B52۞ 'A/m:r~)[[gűYnʩqJusUWC%'}˛Ѿ=J-˂)~Gt.=ˮdF|O9\F4ЙS%}aw9L҂<:V$.ihPWj@TTT#.?]?pHE500`jj?Y__sc0y CY`i$ԍyp7GlDlTMh j;_W`^1L׍<11DxE0fǂۆJh@,z?̑ 'kEC{)<`vV!ji5a}}=??1n/F5 d9UV_rzBs`">b#fHon>v-"a-=v 53bjX&ʿO7Q??.*#79uDy_j^'3!8q_\x> + 8},HeglYq :ΔIulc^)8%Lq؎B(հcǎ'(IblIh:kN[k@p=Wӎ:@\q7`uP:K3=r0aId,?GnwmXSXlL0 + +8Հ˯nnn6m +E 6cQL^.te=Ǝ)?;=;86B"SeF +suu577WYYy޽rNMA}BRe{em@NU9N6Ύ\up[*E ^-o^Fp3]1CROIݝDnEaAsmΙDWF{쾪4x/}ǹZLIen<p5$6'bNq)OpDզVqY%toN8U2@Oh.}翷М .54L\PmP&j9㗵"-!GK}7x:nB~\hiZ- ;~LUϓ<"S@'$,-nlpph'T|L>T"tSNYn7V )׌uvO{~.v)OӸɋ\X U, +s\$zΆ;0fxKm![:mSTEɏ̸ve㼒M<犺o XyWW36\uuu_|F-`-7l?ccc%%%L&\^|r#N277o1w4 +a ՠ1ZQL#DY#cCE +nb=<[=Q!zxKtѹƾU]ezDamQmTt܇08WSK\8 !mzԀ# >DS`a?YC==Q>0]7<<6.hMlt 1a0Oب̠ވ~ j5B +ֆA5N#у*xpgyWl/i*gܮظ\209y$\wݯ:yX]:@ ̞Zs C/f>\689#"}vt;ڒ?'誰c,{o +9)(Wp_[SSoN0#fl+Eq;rSP?R nzEg"oS;_4ݼ ޹]|ޭwnttt> ].:_H."[ Ulwi+y@6N4UQ2 +cK2z'ԢBs`5lmoB@* S#-{eXR^`5s+bSsC+5sl"5n@ɘ𶔆6=s-6.v"q0vzc4 zS sΆ:Ӡ| !1sXih:4 ue3 f0@ qPwDKS[$Si^0 +LwȻ젝@ˀR%)POFrb;dZJwۥG+ꊆxV%qHۡUB,sw>'8(r,LKCR!vnO jK-H>I +\Jy)Y溑^֕XɶZWWA 1tH$P;Kd:{ٺzT>u#3[q"T4Y;޸y^X56ELQJXmiTN2I9+(f NbdžGG: 7>3snFAQewQs3&g> +'0*qWO~rmgO;7_Wt I9Z5ޏrw5/K0V` xM`Lh +J)wf=ќhL<#z5?"1DΒ̐jO1_p}$-NP1v*>D@*+oyʩ>~.{i#ZO1;QܠYAvޤnPwnuND{5C`_}}|S_볳ӏf$XEj富ӶY;ယ[/04u3r#h؞CgR^ÖpQkmZ>3 %Ʉcw$p-*0?8C)PO4C 9^Wt~7J]J(ccc@;ЋE1. \ Ԉ0v yfF+QJƶ +`y_ + h%k>Ü݌ 5j0CK_E$zqgڧW5NR_}yqec ib:'kI] X-%} YC k#eVp%0muj`py}f +1>5vh݀FsK<Ƀx-Û*RXzrO1t M[ *::Ǧ֊ƔZlvg9XՀ+KU$vADITr \:$$upg4G{V Z5| +,d.,,<30:Yjl/Sz'W4&q鷴/:mj%r]@%YBfWF;x_r B٣Tv_S:FτĹw4 +. ]N%P~P˻ +5̭m+ҾoEWo5EC 啿//^נ]s[nvYʳ;]# Vf\~iplq6sv{؂=5So_ j/ +SvXycY; ""3A pNљ[]}@31>1C}OA\S騃 +dx^.Ni'M\hzX]wiawؔo|kн$tBsBHMOOO:.?q|O}Joj,gmq e.4wVOI]-wm@crw8hQup1ࣹ л lNG5Wzٰ=;K:hS)\ +:@O&Wh8Fܭ+Iفy4:? X&0Kmu;k 4-ui7?:lms{>afF]e@cUs5- qg#S16+*<7Kb9y4k͘Z72CsCHGO3gxW*z|HȋLv6p}?ʾ +04.XG677;::FFFPL+ڶ,>0Ppgen`者[1<i m*ehpGF3<ѧs~fI-N0T֒.mP[pX^IuWu1St1ĤΒjM +5H$VE]K5 K"=:Cޅ'zԀ~_!5aYcrProA˩T,$|uֱh[`/";Cߺ]Pù _zCq +_p N/ <.O\ >#a_#qx ZisgF\_wA }(jXYXTWjP쓴Vaԓѝ 0,@@ {\<}r'uŏ==5^dZX:j5*S_4>?tt& L`TĦ ggox߷+T򱱕:0r{[xmhP2X4?ԽB kkkǎZZZĺQ0bH&0h"ihkg;64zpC(\3W\oge24j\U@p 4"183H =_wttTWW.݃=`٣ 8u%{Ǟ5PQQoS8y2ogf7|iyuF9盷{ Z,LmBG>AL4#Oj8 5˯AO. j>3a &L " 08xu|ИG-nzv:b' +𛢌.͔N?jX\\|!|8-Xeeeff&)FZI +u\ʺv횔TCCdX$#x52mnn薍}}}(p*R <%- %1ΘݢRxʩOˉ֨٥Z7ͬZ{= [ҺDs; =S5-#9kx?~egnમna-sUwCgONwN^ a>FVA1-b`K +k<)+Eij=p} ęv.f,9/2]Tᶡw,=4rhX?cO?̙3mmmbs8H?S)X`Lu%*&3,2}d;2 >^!\N,&W& )-X"N,,,Ѫ"}ftZJ P'88Qއml>51*^P^eeo~˯p bgؾԏ} iJY9"P򚙙a@ACloT@2*Oc0N)J9`#1Zar>+ǀj;[9 bMg|q~Gz@/mK//_~3Pv;;;UUU .=\߁LMMxbmmdX$Bp>R__V@*ná16>KJQo| Q6:+- nU5glAszfF6κ&j~8Z&4 `9eXW_KUmWeew|?XkU'> ʯL uUd~V|Kt~E4wcj_Lၙ3w3UWՒl'oPR t Xv:9z'03gi?&垔EE%uP?0l9 i!Ɗzj>w=,, -YIY*Z78h! ~e`kX$R.칇.ֹ-0uZg 5駟>}m ̺DP0SX)oSQT؏N4| *;: ONc>M}HmT^7.$3SEꤥ߁հm>QAL+욚]y:p9M@>w 'wcsv` f`ě%!ojJNNtܷB j7_)ʃJ A4 [ȆᢓG\%l? C'WG3^ \yxPF`΄RHg\?^TKKK/_|ر'ķABϰ @Uzad*((/44trrOj8Q p@m#{ڝpBX2(u2[eُM +s5`U'7$[:jIɞNϏ*S4UWcҹSq]3Z[{2 +"18=@͐!Qp4 E%?PPzKR~e8oNk̯$rl UK꒹3魮 +yd*mcEz_fwj~'Ņ51%mݣu8oRŽn\؎l}>~G]K:>,?Rђ-a܍_=YE v&ٍgPZuSuSkaQ9WCPPЛoGaX<:A;.0 UV)ln:i9H9Iv*⠠\_oihhh~S>؄hae=3`O ,^\Z'z,A ۻO@ C#1} Es +"e >~OѾ&jx:ԀN;|I}}SWM eR;3{3v2w8GmKi=(3v9AVjt z8eu3z +ũ{Az~Q֘!PYY;C I{N/~W@NJ PE_Y,eoÇE"ዅBPUmlcrQ\zw޻{3~z_NEo]'prT[@ S+}g%,CJA|xakq5AZ9`6g޼ F\l>sjG\f'(z{W7O%eF%YVE= 5j2׻Vޑ6"npSZ*뺚uRw2ĨiMV:onv/%/,8#4% Q[SO)<ޏ)\%N& N]7?HE]O-&1 lZB,)(q>6.?;Q $< #F]Ov;La3bc1j8N!PCD\T66M';zyCQza uTTlMs[Ѐ z"g$ 94Q+x +IK NFF1A`۟ی3%ױV>:-do9w f2(9@pg vH7f80JᩖљVXK$vdd) Z}6vOyDj' ,ۡh*"\^>#y8 V fHܹV2ht[Z[ yta|46O!'Zx6AYpp$`` `_j_NPO7!\"{o&'3ϗ.]B[;;;uiiIUU{c4lÜXqL~f 0S rPvX+OUgV~ΰ]VVvڵ?l4H訓 +Wt:ʸ8# P:曢ɓ'Pajjb% h##S;zae! r0.NЂ*S{CXA+Qt~FClzj^dX#+YMᙅ)NIy>pT$lp"N2U45WaB.`6$6xMVZ~XstG@zg`Mj8ƴg-9#kg_Xp/,&;Zlb3pg?,!.㾅u]{6sSZVT^rX W@]PG 5lmm;99 |- +5|jdةf?A5|}P8/X-z'0p&VZ +aH| +}qKMy*Ю-#sqt 85"Bp*3?$$% kjj>äjQA8t8?6qrd E@&WM~^k?md.X`LvT"Sr[G`~Bgqx + Οaxs ++396.1'.F়9$bOs]Ó>k{M;<Ntne,~@ʛ,R%~n +#X`xDKQczgr+}zXN5k"a `d@/j/(@b P166~/o_7o?ݫox{3W믾z`/={ +T ]p/^B:Bkkk1 jO< X0 9B7-a %޺JLJ56).1S=$v4k[\PڐF+D;E*BmK=(g Du3*&vpƛqyX$ʫZ+*1ܞQ Яj|g s1QRXiz YUbOZKcu46 @Rڳ}@?ZV/.Ņ 8P}|W KB"J(@y#uWTUbZiu$ ?oAu4"tB 5rNH"ųPC@ 0`XCl*%HšXbOObBؙe*xÎP 4,\3LDprjLQlXVĐZ:D5H'4O?^yyW1+ZaĐ ۇ7ԀE=20;I΢XHR +z۹Y߶s1)IٶŽnUFXZjX8{նZ$p>E6ܟVϡVF&yY[kDB +kg6m,8XX] 5l#* 0zNvM٠ (qAY`QE*ku!t U4>%X$(J-̢`'AG[gc+'}>56#@ ugg7/p_7WgwWo/w7{3sZ!@ytlllŽ[zII uj%GB?|C'Xźx_@Pxx. (l0B_ {TL+8)\96sx#ӭ` 6j_ `W 0"ZXSt`% +[$b\o5J +@&$P#Qw9ꄏhG6H}CC<R`OJ^`7ODo-h3?jxbP9T^bbinghI` Ƌk܌ ySŃ,rf|/:Aog w98FqH[Hfzو}hguWYU"dv hjO׫ԩSǎKIIy9@UTxr=(|D +R`Y|=. [rz2Ȝrh֨S4^V劚Ck`LcJD vw$o +IWyCW"bW~ƙt8,"*kw"tdRgz_]WNYnaMT/ޒyVK_NIڥ(7h*&EE]o| ֠, ;4_,),/Z~7ii$SI4>{ )ٯtdtoX95&UFh*_*++K$K,vMLNNMOLLLN "@$NNN$,g ("NL +&kk+?D5JMM=qpl$-jг+Bk_JEB/Աᰌׯ_>|(_}dë8g#ӭAo@@`Drס9u@ {i +ƺD~]7yh>>~3 Gpƛ-8"`'"a-4 LsC^HQroQ h ƏA>>hc:0Jp,HvPة氃+jݛ\e^~qӂʸ8w] +;?^Vq-Vi}-m>;fuW{d\-o^]&mliU5կhJ˩\S;byD0u%P~tڂ!o_Cu]o6 pַWSXDN(ַq}ѭ4.4U^EB]7 qq?,`a;
_=܀^c M(x?; >BFAuQdlww|leSkpi˿on]i!eG}]W8yzGpLGsG楫_dO0m .8}/.{[Ք}M񌙝V}{{] !j4),OYyC*R4/8Uzf7SrzpzH3/?NvHHg[drIB"&pTdflANIXGݽX:!3`GϢLQ|PH 'dL$#l`333`8w~D1ڀBd'B{4 +XOF!xmCBcXh"TB[C-8[ ,K[M-NǺ>nGpǏ$ bk/q08oxEa 1݀O#A$q`H3#>?05LB2Åhz +|:\L,`c\K.0#lZJܴ)KܽDI[Hys-"\);?7OLzBbeksu]k'OmjIB^qmtgaX,a5>#@Ej}bgP2%S^JB/n9>/ qSSSG)v CUֶe+=^':$!щqlex2͛Q< kpW+D?8=]Ql>.߁&yȯ +MèŰLQƉ"XHI<㵰w_xSiuT*QR ~$P=c8Fi#!W;<=,jc1МpIܐHԷK,n i~*pS b%"z_9o7_ԩSxu>'u<4L`ʩ2RSP-M>"0$P~$r4 bހ^Xƍi<$%olnj@D52Mo(V4dl0' Ӹr[ G;6zrt r2rY+M +ʗ3)~_o]_&]bm`yQ#)>NL Yw\Z1~:zvFNw1y z2MTvH7ykN޺ϑ:]t.EouN\**ow5 *}D&[xq;ڪ$dP*.JvmFJU$@- {~^kn@ W|($&~N*:.[ !H@Ȫ-! =-77>@__dJPHE㥇m Ǿ5=38֣6{;Ga!.F)lL >(hM B#Xա7"fKxTR(7t+o옐xWM}@P\ g QOP7 l@zH]"LuLx*S`rL?sa~ |WUVߞ>*bp&kV9}1ÓpB<$,9//X"  +322!^=. z'X.7rg)?Wauuߗh_ϣz5pR+-]m{%uU1z\:y1zcR4 nGݵ634]|M^q>ovVc2uUTn.􈖻D\~~[P}b VjmY9`&O 碍UEs+ɍCq 0(q.)K[X{ݑ27"|UsY*@^εM N6f8s[=a ar'P'-:添͞wtdmt+0,<3u Iޢe4܄ϳs52+?*4]qMᴆlQUjo}zI[Wf +0X0ÓAB?i*,,xիW+**^V~-EVq4CH5EЄI@uJNMY1)] hmbpg3hlu3w׫hN!Vkk' ~nݖq0] #+~~6,s[5hhFjU +:\GC|g2947|׿zTx:ʫ\mMKRJS=mvY+}uxXog Wdf%z1&8ZZ9X'.@ `hmm%www666bccO> d2QO3 g&0;GP$"*3h4iiK.篮>=|:33s$)&I9j,ax5*l&4AJp| 6wux7\J-UR9DV98J w;b TbYg5-@P=0-!$?dNo5B.h[\Û'Rh5qg zo QDdVxi\@* Op3*oHo܆^®A细`DHŽLcH=^폟=?Oބ-;{S Cvzz׀9*?{miE23ymmmuȌ8~uklbUM[${x:nhx/AUZQMTfQ85m-?/l]^WӒaen[)X'l:Kz(s4'Pz9e75npx Ґyĉ3g\t᪉Bhڃ[ZHq.bYZ7Ȝʅ1NTN5$:RCCku csԉUߔYyII-ce`C~|0J-3vGS)ǥ( Ht^=켇$OXC[(wM}:zv;[Td5uՁZ2l&eM YA +d24Pr3)hhKTkrK]_VB))T>5﶑iKeWd{9!nK] OO~! 0w]Woc`SP3 pMTKK_$IX.ao_WWw@tIĐ +aѡP(#PH$JNN?pпaj߄$`&j:Ҟ-,,yLD)㠥{ C@;-x joUNYtP+V=\z`gvس^I +w8ky7L՚ sFgy+I3W/HWO+<t +5,//ھ曺D0,j\ξ(XecYexj,XnNr2,mHcnf3ڶ?ǙRtL]i5۽|``R֘8-K *-ˆfJz +jE5cd")P$P~Ҕ矟:u*??z9^Esڇv>R&4DJ-Orgo}<.^@#]SNP;X ΑY<D`Ǥ{ۆ'za)@;/PDȫܐFBwpG TjoY^Elqm +rb9XY]G`N,zy̒Z_5 Xgo3vA6 % dVM]kwCG6mS + է7;#`$o 5좚ڶ4,5',bp$ H`(>~sQml@h?:(ƽ- \ G>Ni!KҝIg`*zhh(Ǐoll~ mnn;w$z@RϜ9_dddpC [-P3;մ6NMX9TI6:ow=;yٝ==ݭVnyoA /09! @$=2* +(CyGޖz@jgzVz'deFFfFFŽߵ;m@%]܆H//?c(]{Ͷv8zFVS $w_sq]ۜ>@{ֺ[1 t~|"ή*;sؕ.f 1Q>6G0vPY/7c ++n)Y@2$r߾(^֎G.Fm=[rEnx]TG frq`Cp=Woٟ=ai{x@t.Q!Κ3n'=.θ? 41=[>mWRq/;獵~b4S&T؝;wW`^Q9PY\`jSTќ^"j*[4G+lq,P9Pa&ξOneƂ7 ́n^ۭ텼״ pV|JpT7IA˒{xhZķPeC/EEE{9x`iiza#&A;1"أYP)D0Gj nPBX:4v a:$SЃdC^"Ih`'BF32!Wy6D/dAjh^$e+OA)hrJHCWL00=ɣa$9CwVPaT@g$^~3bex +SA2ML`HHKCJ#!UK`' +Gճ`ow~6u1f4(@`w}-v*:Xt>ȑ#ʢ󶝿]~rXlww[Zȷ+Z ܽ{m=z4116L&a݇B "m[8_ y`ΛYns1'Ъ=嗮83$'9R,Owr9I.5 Z)vg?=*&gY9E{\qP;ZoHiq'Sw_JwyO/zv轘A|>bG٭Sg\SNwvՆD=!qٝ6|C6GHbsnߋtؠs{̾>|xovt)ƿK"+lJ}phN4<[J벘.^,v'eDIyOR{;U'| A3 P }a֗Wrz_K(vt+'NQȌ⠋'ܻ"dn?IC6M X,  Ch\e L*!_J(2**_a@& ږeB %FŁ2A Z>R(? +j +Ò֎܋RK%93/ti9qf'>_A]+#6,s>v,}j_2ޜtbK?x۬,>'#\#+Twr%+Ï+IڸH{l.nå8?7܄=G>5:>;yt7<9Q”/QӒ%gEv =i+eu;9T5ߛ1 x8{ڜ.RU%;98[*2/ܙ[44t{ 㻪2p~[wF?U@;\!)(ey +0SBFMB+@SBxDgxz :K8BwMEa +vgNK4. /je]CL@I cѸ6WOچd2$B@|@G.,H~G;CO9uB<+ ϐvegC|>hkk{nEyzzW'ϗ7@GZկٺu;O4֘K?XhZ\زdǢ xIKo7^RdOG&tUy=ݛ~q_9X +͡ѕK[>r9cH= %=Uj[Ͼ8:`ZCۉ^ Ko8fE7|N_ib =-ICyOn䤢$|}dIYl_.;9K9P`ClR)DDŽYژΘSK=Y;=UXBO +t0y|k/Pac<ƥkqT}/V Z9r[2? 'j +Z 1൲Eͫ  E [ , 5|Z\Vou4V^^~)uK GK2%Ǔ\aDns }M|,I ؑ=!g eX1a% .KC?9XPL{dH +;", +Vrpb&@%/kX 2W=nS2JPJ~_zzzXtgo`xZeu]OKK333svvE]l -|7aA \.Z"Ѵj,nYFV}_Kٸ&`vϴ×/Fdd1LlSPn¦v[G7'GƆťe,qgF_E] }lx&>?+w>w:</PRnމ0~aܠ_TdtY{:lzz>f$`ȎܷdHl% uGFRj@eA4JTNwFY'[YfҠd{aѤ$Y`HQ68niaիa-^ Tǥhց-zi<{?h@jd4b\ #=4 fSB`yV`q["LBm="_2ā ` +kPgN;7zDE`maa3lXPuE$qNdZx]x<:Ue󆥌>XrlaB |UYBrutj -[PHGC*<[UCt)ܠ;@PAׁDR,_\ 㚈XXd<C.nC-$4zpV =W }ycZԀ߁V(R& +T{{;wDBi#m1L&cXbxtty f&Y:?G^-m/(2(2QiXFwk>Z`.K="ȼ3W[of +"ciR3m~?:*}/:!“V3Ts B yIG,J!wT9361fL:`3,a3W 5(X:hF#j + |Xj|%F1x +L!^l嫗"h#_:!8t \pXqH@e"*Ikt$8)% ( %T*VĿa7ota^YuK PúYz3:ӭisˁ&"jf>(ģt-j)ؖO2S +=a,a#Lf:DiEN'/j.HƨH@BZH { H(;`tVxEU9m{ۇF>,#ş =sR/0͆`#\\,%,hwYAQN\zȘbP2)H0z=L&:zx-! ]Ud?o_i3fL}<0'POs[Xz P:B ҉6Lw~0EAshҲ` ӭ &8VkAH#/."Xq-Ԁr5MC\*/^$U( U-G-q҇lV}2qo3B +fLm؁"P x)vsh=i +B:d14P>TL5$w4L Nh8|`W`=솃sI+a|K~ykm0͛bb芹Y8$$`r$4CFRE6 >j&_mg׊@Hb[謪^A=(9!Dpp;cnx.` =JxѯS #j +TJ | +& +tղ\y ecns~@j6CKsԀB~/No.›PaIX'iEQ#t ;u^opϗWmrv݌~ҳ(4cx T6f7}ŷbh,`ZilD% ^-ҪY P91ET":Я5-(ujq'tv P5Ďm娉1P,qAME?=)Lhn+㨽n^#@ `5Sd>ȏ-mk$Ք5dT4g2/mxX~%(cTD@a&Xk{Ƀ zfLۣ{ͻZٜm[yE(,i?[@J~1TI#m"u:kXZ7r(@D'ņG@ì6SSl!ƪ+sZFh.,7܀0pgT3]淿 !YH~g]t# Ft6'ݢI>eO*ﱾMH%F7G'S\ 'ԀNoj2ꁶ%w8P&CNGf +`HCi_qPPn7&dWo\ ol+s&M,GM ><544(lCb7h(QwI Հ<\X1g@%㊋ +|/Vbu傞3nan6_Z +āgh#lo.Mv+ \e븱W:En(VyS+' TʦҺ' |(gd1kW|aY2XvPh@̡fl0 +G1zZ_ 53B5TLt 5״%?!dطhd|V2PPy?D5To?˫_3TKC5,G-uq_/7t'{Ų_\;myA&*FkXyD˱E?ǡocCĸBJ\bn4dzaI2P6LFѕiTQkO>(:G(-$ĭߟ@!ZxOQ" 7<u.@ t HHvFHKEb۱0υiXC֟HKCȠpDTj1°R!ڔH ]6 @0'2Q8 t([#8$J:tya61uM2aЩmBve 9uF}͈rB(~Q'0I&4zf6/k|j^k^԰!8O|7b]Q hwОtb˦na`ΤwrbgZ-C4`ajj&4$jhAad T҆{9E7zx0[%vu6/0%:8-@gTsȬ`EaH+PzjVmM2F)Eiխd{@c@'"8$*)9nPZረC6Vu i9Abl y$A U<)$"o=rO?򨑵̃-}ЊfeBY 辎.#SW#yC/g NiPx}G@ Y6T;j,x FbB +` ѸX4u80-H|  NA`(J:CZa"! Gp +HK"6@E r$EQXUMQTiXWNw]7z:/Pui/NŀzZQOD..";H6g~ d&3kSC]h +|-~iCYdO{_ xe};ιO@+I|ۇo81r6kj~4nA\p'cn^[~vm\Y9x'S[ڌdo'Nlw:uzGPURs-lwāV:2ׇW_:gW@,t0)ٗ=܏FR *6*Ԁ# +PnmW)~-3x-ƽr"ٳ3F:gӘ TKCh%P@򉮲C[ y4}]aQ/]9{;^aeam}ϻniH3j@ܚq.oذȘxlzI3O)o:i!?;ZENA#үݸhf~(8ҍ5\W)w#{C%ݽY(۰'Qq}}>%Cͭvqd Աad# + ֶB 6mRmC^LMi<Ȱ[іU1`M,ꦦu%H|X$yXczrjEL'fu3 Ssi!E,2,"$S\p#kV$S|-[6s-m F^Zݢ)onSRՄB#} +"KVַ +O -E'$#>wf0?bN?J%jn5niUIU=YC +bO!vbmm$eݻ}7|٢E6:u˓+EnJ…Ed !>Њ2^ \m#߄7qG}\FD/ r#kU! ݠBY.)̔cF740@i`:G0]`H*'Jy-7%`]LQfQD> >WZZM;Ճ7Kb +b +XOm)b}_3AEΤϠ>zCO78NsKI ZŶX^m<{r2gOA:ո?ȥX-T,bqt6d>dw ?Bpg` 8%Ϧޡ@BS]hni ,lTΧwfwft8pu6܍ZDC|DZhƩ8B~Xo|G7|i?ns )28Ԥ?wծ_gh;[]ؕԤY޲4OC;+&t1XCcWh`(9P}-!hُfM &a+#f`Hև=lǍ-Y;|_V_8y +pW1 i}yl92!{zk랭)@fBuX2a\4 I4vv;$)(a !]f2z ʴM6>|a}VrrRW)f^(fQVZ ZZ4>lW&cOZBr"o8iupVV+xZ鄑='js 7 cz =2r5s]jh:i{gLܙ,G`Fb.{5< [1zffa|D wlSs&`dQrE1$4r{+Ýyz^P:sJކd.BjSj?ڶwfnF`f`vPf'q(?*5nÕx`C^Z.*5䊁Ž >\رJQ\, ˢFNdP}3Ɔd`zAMWMKϤ,_Fyx7.Bo`.>b??n?_2ږxA94{ԍ(YgtJHf窬ݿ%>=0J}fn ;_tG]c?Wz?l9ٌʅK;=ʎڇHύޕ. l 7AK$ 7 +ϗ !YMXny*mP`%[NVSDMtic,66yKs8nC΢U4#6$*އ-m[*ϕB k}р>!dt-jRoIJr%)YF4}+Gr|nb Ah`G@gWp4-s`DEPQ4e@0P +>  +k$"z.Bau+'k W}g^Vַkyu̴2fj +?a_ΐlf=Fp#0ppFv 4d\-^4N<ꥇX8jRS3O>?/_bq$4÷F\5.鍽f[<;;?ĒNS%L'8WJ2JMWnإ^>s@??dWIO],]=F!w +?igU6k&hh $u&niQ;k'!3/~jo$NLbߤDc ::Y< ̶o\qK1SXqxtl02//6QId2 2C!>-0fej(T϶4vRwR1[BOCȥPkӸsΦM9Դ>F'tdn-(I ͢ݧwp;|js7'DIBs:V%A^0b]TuzrAϕޫE}+ҳf{]Klq*1Ouĕt'UqRyMoF0|0U]7p&#T 哯TInPufE2X_J)=(@$ ]7Nh`l=cC*7q8@ (Z%h4L ߶狘b 46\B2i+[&P&}}8?6w\wrz~GOS sRTx;GaHKɌec@3H/ "jbBw杋%GvB}\NEy29 )Yѧ/AdpBy%&::?36chfdIjLTLQ4S2դD=7hgL`ȟ9uvIpD169_|4?ǯϘwd7{S(CA z|K/L58gep*$ǁmPJf (/E4V up:=+)O +wb$ǖ6|wŵpp;Y *u>vpmK@Ij$9y?nYX9k4!6%(=/(_`F}fsTl@ySӕ0yY_=/%a;m_NO*09:8[2kDc-1$;|f(dQzjE"/~gqZK$OH0\r,cAw̪.]W7 d^}5>K}ʞÀp/V.+LdBItZ &yR"\;FD51-iǵ3 +uȥ˟|#ddDz^#,0'SsIƐU^Xy sU[xfz"t3 zNg%"P'f'cnƞ=]\^Ԫ &-d0>W%~%%L^$lYE~bI \ӋFqqnn 6h1z˵ @0vg7}/0{3]JX&Ď + k%lj |5V5}l70P@@:ΔOt):I(?X#ԎlQOIzO1 6}(ѫGf**괠'BF[;c"- I~ҵ>I&P](g`l6O 3Oj@2” 0,= ߡaDJ3tzN:"Ψ[XjrfqlʠTON˵3ò)d'hF{4T(c`ѯl e7 9y-맅LHHtj{SuI4+:I!W!|йީY̡&'Pc% [_ղ +5Ʃ1r56 |(Ǝ̼CGzV5 C64[qm5 hFf}Oښw7Nz݃Fbٿn?ԫ~bFct|Pi}Z~(=Tr\S{. ;8u_[ݔix"<ڧ@G@=zbJ^1MMR#)ܺ91=j@B@BP&%__C284O&Ӻ&&t& sS`cfq5 &Ȕw~sFJ?_6k4M,֕zlN76=79 MTP*`b7rDjjnP6q\4@E`U_ܴ#W]=/5rd\`.7z ݊MOl˗,K+ B¹Gz.Uiƥ2Ѽ4Y`xY~~avJGgJ{&vW:^m Iu:mSj͈Ç):B 0"$g +Q%QRk{oc`YrWjC>Io$?pguܝzB.PxZr.ƺS|C2DHKU27 tMhhXGQ&F8y=Be ['b[)E*2U{+&^怤&Uw?{PY PPaTzK+I=s\ݼpBsưJN&jxjNf\_EtP"*GՑh#(iAe% s7IW$jSbm l[wo }. j;n;:6+|]#g]OPöݼFnI`(e(rH5\IWjn 0tG>()"Ks.dQI}98^+Ԡ룣}3gI)L?9JN-MA??0C.L5=SޙAC04%acH7qѶQ0:Rji'w:tzv85ZP~zy@'Tu>,I:sۖW+g &ḁ_'9icQєWXt4P`Aŭ!n ZPgߐGK}˯7}/"ݶq:v3-%l6lQ`mofq47aC*0;W,dJ԰BR]œM(_&boIC\Pc0s aw~qWEbyY2Q֚Qh׿<ҢzCC"~?qpa2 8Dn?oMC2.Loh%^|=Y nYuf9_Y3brS'lheYYxl< mX+" '6)Cp85zâBv{oO3߽Q_@X5O['lg [T37Ξ7u=pAqBP˭c;[s'v5?pHlr kA1@Tc(v/J[j#aptQoD%_6y0qIאʒ7\zDϨkt{t7n/<==ۍ ǯ?xBLPei ;I*hޡ콄AvUXJ`yHK˼u3:Ltzyd[6YM2 'zudVa/ bɂWG饍"ˋ^qȊ*Atk_Zlwe|ycwT^K3M*&g5 ]v6Sr{NV},&|*O߻vg@:c,UxJj K+xqC?Y`ʈhU)23s;eGQnl!],vX;~/<)f;$C" +VXՉߖ-Ѐgv|'d\߇!ڹ8UYr2%Z/rxD. ;*Dc}':7$hj߁HQ"@:(ݻCW_ +:tzz+! %8b.=`Dyڣ>2?o5-/޲H{.џp&z\^NA[]}Qq Iw_؜偻qQVי0჏ITF%mu*% l!_/8бA C Wn~㋫7zy C Wn? jJy +j4e/Yw=4=?yٮt^5D[`VVBٻ/>#(x8F +%v$7u(kRB8nD!WujxKMMŋsssyw^F9C ֖lכWq MvYۚG/6T=_Zє?Mͨ;{R4'X0t„Fw FTrިeaBsdSz:0FRؘߋYef@[Kkd#gҦչUU%Ț>a/zacȪ=EߩaC"V+T@2({Dz<pU.Hhim6mXq넑}|jHڅ|:5]p<NL)ek轘s~{mxƕcGOkY;k!=/\-pKAYX +M"E1vρtb2{6;[%r?8\9L%KxuG6d; kkkKKK+++[[[5zJJCcމO$R&W1eIX,I5F' :5zҠU ־&nCO } U?QŘδ'd]Pi7.Z_ASzgO sڄ%掸{b5Sݻ/GU);mɭ~%%F,j~K x&IЕFhlEHͫUq^^e4G)Io@)K%ъ1nl/A+K =XD<1E2*:sZҫZR[ Xvâ)5*AH^ܲ:KkPPbY] \"PU(Oe`Qp) +en+ 95[Ỡ.[Tښ-z~~d"+?&c/+MY__b0{žo=mooʊJGݛ!J99VZͫ]6 +,} ki +,D5xpH x\F%S}-Y/k\R:_9«̵O6 [XDЩ .+O~V%r'|mkSN^w_60H-x O/vqZZFxdI&P:aj: +)^Üư8;g>пnp{aU=O3%Ml:Zz+UϺzx<ɯ ,5ՖW=?Q3 ro~E,uB,^jNF5˜ž]\/!3|3IURwU]!S "hj)!2ԕ5\mP}EdB{&9T@0Q_DcVm3pKPE?Sw1T cSD ;!txP7ܯ JAO9p(r87V@$E<:ZF+(s׾TAI,SYKMآkL_Z]]mZ((j//00B8çwL*E5`ۘ;Y{xv$Yaqh!}T No`}K\]D2gj' 9dT߲Zg;s]8qIg8V ;zT},ftt3p>FDLݖqEPPFt>=K) IXJQp 0ў)NI%$IWhG"[pxql7  W0as/vב 2ݗYX__P Zv˸W]HY~N +!y\v%ϢrW-LzO~>;B"1f9Stv a@,YHA4i|. /$C +P}Ոb9y1i zׂAGg+V<ߓd Q7OY) , 8WT-I/YєU E"k3˖HYy`0_P>woUǡam0 qHdHD/?j]]ڋ=)!6ALϋj~ 5/u2d5]9jx#}ak;ϩMSU6Z9k&JJ.cwޱ})7;xGp@V?rSTෆD{(G,tY[[^/5t)"{涆y0:M>9_U;kp[9iq{X>@c4x=󾧟 u9tWL^[#*n`/3.I-|_#Px_oD>ΠӘոB6&6"FK AV`ҹ_`3B~VկL^ @ZK݅`"CpO%b^ham[?1% +fFD}/[ibccsiifƶ~vva90QS=J>-J UttVmtM|߻~>}L-&SYMi(0]K_IQBh4q~DfϵjBJ" 8FRGuDIdPfg9.@vUoG<$qݾv/[V5;;^{‚F},_S(̗I\DՐƴfȓ$;&fQ2X7*c¥ۑ:zܡ,ۄڱzd5җo +H,](ƣ׎ +S+]˝ӫp%fɂ%8_j剿o"o3GFq6'%ܧ1`B3HB.p: K@TW,#& IV{ݒX!_/4ՀpH,+/:*q557|ӓIʧXtѣG_ƊD="wJ+\=yL|r(d;X]ݫQ?T]E;*f#~q/~۲2iq$BZ:/^RPPtP[]6vTސa`bbUX#\Snh]ӹhfkI;:݃[⠤rNSÍ;:7z y jbŭ;jw߲vBTC8t30 e5T`l7I{atƬ\b4zun*vg W9u3, 1I,,6NO@N@DVZA(lE I˨/%̑踿Oo?=gTtPQD5^$-pڧW0"P3 `.ɤYd2:ENBo QHZ>2@пO m)3k=$L,0 V)ՠ"=,$汵+qO4vᆲ6wżiQPv&-6vwM$wVwVYsIu,yFmdϋ? dPL۳1x_yȗAPnAm/?JYy.`;vߣgff$ywvh4e9O??$F#或ʝ[ʚY̮rKs+[_\,->Rٙ3g@PA=j2, @S䎣>@(z鶥}3Pjb0:񾇕)QIQZ͘}iҰ Ng72D uk(OI +.֤GzE9w QG*Kד $bX-gt(v-7v}p'8 *cd(%zØO~kB;m@DttAb\:6(s۽PAf +1 +_mtEzUA.@q%G-xvaI@ۇW5Kw .9C\6a D@̙8 +X5;10BY=BèKJr]nb ;ֻ}2 /|T+booM5ld$ڕݝƲ[FUxke FOncc[2X+SB2iM̖sʰu|O EϛIS ~qa׈fL+Y +bSr#LԷDE'>sVX]\0>=$&57<2;6տ3RXFKKkdZX"oo`2&k)yI 1c|H͔B*a3fVjFNQhZrbim*ZĘi\Bz= mõޱ ĬG'6|=_~Tr:~8LD<ܙʋ[`bx<--7xחbIkQVJAAdaaa7pWA#C#9…-w~_DuOg*2 o*\B%=~0g]tWp]ByzTxOAW݅KPf^8+ğ{'es#yԢcC/UTT|/pKyAaD5< q{Ǫ +"5ϛu U 07!lퟨ)*@%u}U]å#e3rޱrhOe1 +뇶`I{~]`.zEC ڦVH)#C508 "IC7./&&&׮]+..Ɲ%6ϢȐ!tOg7?I~mYCLiY̶U4&K]N?^QX?5K2{{J~PDg~UTps L`tn5L㖞l2;VHɯlN)ČdAveIV'$d=p痔Rߞ<"Lz;3£lJY]j p<;{(d_޽ =T:ih5>L$Y;(Cxt +O$"ދ~3[&P(*|N/Mo2*nԌpKzy#(r !E^r]={כ~l`c$&-^ {.AQQ>6κ涆֎lx[dFyT8ofFz7?cxg@"\Nk3neIIIav@|MMM 8GM4@jdz5>ASE}p%1gZVf7hӘՀOLwZ腻M ܩ:6aFLavl0V% ~{[}­~@(!?T:rjvE dddDEEuwwyHa"?О ӽj=Yۚhfmj6*nlhyds秊uwCw_¨I4Mpd߻6..>f)C !iOd5 FD$zg =MJC$T:KC[(]m6:~MLaRoit';'Csm[$ |2jb5EtfyP/;uԩɔEjٻY ^%66iN Nï'TFWRX >)Yő YA.7wU΀J /Nyw\ a~ֺmE5T{:F1djO} MK(kmvIُAzp3[at宨pnPfz3i_l^8ypr^,V^YLd'{D(2C{ z`_|ڤɊ<.uA'WWW뭷=z411넌p5lK>jxz|[,O̩F &}K3SU|ni,/ qՁt tWljw4>`[CYDHfu3az }zTtmm-99^­𩸽 xNsAc!VVJlPm1]@]a[/|%M2Hg< 2E@1P,F^'kU6j?fH@W.,@cw8Txϲw9r'$h\v6Muz+:9@N ~qM<1w_[P^MEY^j2≛w4==;3Fx-QA ozxfqU VhR?|~RBmp`b|1(J`$AQNq>TZirG\܌/\=vBRnะm|vφGF5wl`ff֭[{|VTxQ 'wJ@Lϭ 6R9{DPS]Hz+S\?9ѭ;Tp Zoקi^z95TK_)8%y˩ GeTLI(3s$j:믿$j"$`0~߸˨Yy^[UgS OoOL V!3BItN&0]3Ҿ\$p9"1+OL"`~~@ +Bxf3"MV%dq8`q1f֠J]N°Y$؆jo-TՈ:y SX`+@dTFUDDuAx@0:l$)7^9CEqE'@o~." PR9:L?wʄCmpoKdj>/P?_RC_q32PzCNFRA}[NJ~`Za`kO}ώR.ꬨ~Nb@nnYbTb ̢ܲlx$̷02TZrJg>?Fpp3M1^W;s+ (/ǶWZ:?z`byc~}g#Q uX"##MO)3Xݣ6vAM!ToYB5H])9YEK}Dͷ G-~a<«WU3>ʚ'6w:y_Q\P79UuCšPs +is.mz{Y<$\fk뫄ǻϬRa! Bb\E!VyyA5X[SªvZmrB*wcf&XH/ +v]nImƮvsٍ^Rsnen^vNw|:KE& +vu_+\/Wm+͊wLԆK`[>{쫯2wˊt4pwwwMMʹI +ߞ?O>/ՀS??&Xxz Ȍ8 Ñ^QcaH3<:5nꀌV .3!X؁O6LQ?6U7« ;~戭NmsrRv- mcKu"53 :4* h]v&(ʵ>#2\>SKN5SP:8=ܝeno}!yQ nx_{tםw4W#-=7n+]P M% +ŞҺDu7L.^,fٳgssse(dDZL& &sP 8Ʊ"sj mЀ-\Z'""pi, K3|5 Z.PfҜbQ`ؓj{t &F -? `$_t,a!GHUhNN@XYY9=êAyAj3c–aV8CeOY>!$l#d(T4HHJAUrg12PE >~N HEHx&5f-dE>j`ϵԃίmbBȀ  `qgLaoyB\zG+ԅTKJyZ$f:~7Z'ZRQp;@ۢAQ/0fJ(z|rh{cGfdυr#Bc0PY@&LLÜ/+c@/Xn_ء{ʴ UU䣒}Ӎ(B2ȨYoo]fz0QB5l[4G-{bKn5]qe,7Mc57Լ?9.q03GqKq|x}FyMM̵i6n~џW׾|仦6oT4$RӟzQ08^FxyGOh]|j;ĩ^a[i^>qC[W b6;s\niu'n+y[$ p17@J}>b` +^%q{;:&6%unN^41;xf{\ʹ̒V=oZ֓2o[iRe AuKo_X b+BD uj@{,!]% +;D"HQ{sS 8 01<#Zmq `Ԓ܆NrEMYcN-'I\߁76@GW86P)*b Oh c'gШANJb2{(̩6'*9T8yNB/ tײ O8,! +C?!;ʃ&  N5|A=#% m؀Sm."yxa +p.nM Ozd[^{[:* i.)+HPW i\;wػj.l^vhڝ_&𗈤[w4ծ_ pKƿn,dwCڎфݧ7w527v1bjݑ^אC#1o7OO̊)7^}6fs'fFX$$s͐n8j40ED}{}:CGljMYbT7h|rcj{W'DÂtjGMKCfp>PU]ɏ/'$.M M2(}uU'WǡicR r99N7L|AzLr.*S֒, &oZ\{WO+ ̮(. zr^B#,?Qtȓ) vʏR?Ci\DFPA_5#X?>Nf!H 3IljhcLJ{Fp3<4 06&hhl{y9EV=VJE# +hcS4B˪agpƄ m>v77&X@QTC]__3́B>\ *4PY3+૑#pEgIX3kBFP7@:kkOpS _:Gp1TV_SӖL-c0 7^_PזRW՚3YזБUI58IeTt dWė76wgјC?s'jZrryS|Esғ_9TFcJSh Rp;H}yEZܔc{{w`ic)"n@eT÷+, q\Tf3M, tŬg1xOF9dcX`wAᔷ etakn/9;\E󪵓~Sgn :)+LMګo+_XQT4.- ,mosXmny>ǧ;eS%'.{&)e{[Dj:hub[M 5 1橕.-Q 06vo^ѥ\[^ޖ"bb?~mT*R5l^F^76/}~c@SDz@HF@l5NX:)mf}-\:~ņ5M)#_!f9^l Su[ꯨ~A qjή wt?95$u!V3ZpR*gf 1v~s]<]is@Akvifhzyl~{[o+FZh8wxUP% Ĕ5ճ9xMR8%J-)FGX#:cbM @(vʘYqPz l0yH$G}677wqqQ20Ł^˟>.X\FZM̤d^Ssሖ\PgrҹsǮ]슫睎"Pr+"̴cR&* B4t{em]uj1i쩹ux//3p;jlԿy'=dji+Z2!m?X|5¦`EEÿ(/i+:UՓRDw|OrN`D㟂K1 ̮:>=?ҩS߹h`JGh] u(~Y񳟸y r +Wf9+{Tlf7Y%3>_ءj$LgƁN*Z\ohϜYos*UﺚնExutRf- Dz~õwh.󫢮(8v RB@WוOz"JH-e>q#Onzpe)RCAtJn'[0nn'jbUKbNu o˨,TP?ah?^UjdzΨ^"\Nyw>z;5ߟ:Ribu#( ~emz +?aRWhq_#VNFMyc tYXHY-[[[T*fxxX!P [}UפӨaֶdFcDj؏ր;);!kZqP %ީ!=7Q *X2$>w"Ybmebu!.AJα:܎M}$AJ~PsW$iߚqafB/{lWcY𱋼ʩH\wo[u4tUO;jIߓ$:RmfF?9yTneFp/2E : A#,2truBwe>(sJ Z'5D G/VK`t\Yy${(JSS}֒GVdX+++Otwg K;k a@uf@K<~k!>=.^Iʺz'&bBN^,8x\)w, @_3iv Vo'Ss#/)|qTII} ǾGz*NV\!yS<"YT$ZAPGw⁢H*:fֻJ54ةUŃΠ(jgṄN@|S+XjrrhQ~- 4I:QfKoo'@UWWV :r@PL.z_sp_CCGoLȏ B=qN+/쮃qp{ LԳ"86' (]o1aݱ7vEhK2',o?}gᱏnY[ j !$0Dkg<2TyG;<5#D5_@F5oϰ3??=S ;8>%[_&;lh hebT]{b4ȳm7n^o;7[59J"z =, o񃠻檑nYen8 4;xT?aL½)$y s;h U"gVC,ƺ"[ݒ7Zp\NU@:Y3ȯ3 +叆&z0\{DB7vvCIfW\llxdzVI뜆%}+^JsʢOj*f̴B.XTUֆh4 +Y5ʋ+cvMPg7Ssssx=zd)b@ZjNfW٪abrEc{Jk:{hhOή +Wv3 *tn޸i64usrfAEDGFfMå1MKjEU-%weP;{4nD'eM-n-luh 5mlP z6z6uFйgi]KjnFZFH=C b0gv Ig߹g'un ³ωA)\\܆$dE%fήT5u[((kT6-Nέqgw8 ͔ŵ*ݛfM\^}/֎Gٓ-1 9m%)y7cnY_׿_V3?EQYm[ ;85n ܖtmG3˼qyOKt4Zۘ.6` +R; 8R qig厺zp;loS?u6o΋M :'w<,ce{te=0M[TbOukHiE  #o(bup+($ૡD-w'ݫRDU$syfx(C^T!^ Cxx/SN)g< Q 8ob 6 +7\n="A]73]hKLK,bNqU>٪XGF0xtT0I-0BvLTTLq)NKu9О-D:HXjzS3 y~!s/bh@$'Tֈ#ʅ>hAC;A'Cj 6vݯضݚ(,PW)}~A&|Me<[&Yf6h4E"ܟTb2`;$Z3::3ۍN V |hG3AkS2rb \8~n9{n[te+۾9 S}d~:qKHd4Ǝܾg༅d-#VaYk:v6qy|yPhi3?851%]-ڲșs5%\ +guF1j+OS3TXF^&wsaɩsxo]T _.Xl::W2suDks)^&p lCnS,]T1;kB#|>uN[vf.ɺ[b5Θ;Mcۭ#HqY]`v-;E闙;P4JJ[w/2ph,0|ԆpkC)Nsep7p [|~O?OɼS.j|ڡw>|C,:tfK ={@dC)ma1Q[ܹIّ̥f|2'^i]VKr),vS&^*Z+X^UZWѸ-~ +n@}"*&x(V^3ٔ-רm9gVωS nٕA"6I23jG NCso (P {Zp3bˊ["m@M0c~ tBj#537 4j]+7n<Sdħvլnjzj`l P`n柟7)&6znb܅sOܲ':w]tUF)P +pY -wCڍ;Bs% + 6/|sik֯u.ef Cm/|n%.Z`+nJKC"\mih-il l [w>wǁ"ZzK>>)bSアl7Zw0qG7${n܉_uѣG{{{ad[rTŇYgSԷ *|uLɒsP^u p->~"C7Ex. +Ù8 Th`M<<= O3,1z2d# )M}JH4OxBP |w^ + +/~@h=!s]F.pDnAc_~A5(]iW\]Ee/'`_6x%$2md|jT-,든k\i[\? o엡#42li0P0j`JEQHlB#q bKXFmP@.pShOJ2nE%"d,I%4A9܎)71kM Rr΅Q-'CS5`hQqod0uO?!|þAx__w}jT!XJ`@u*$Hꅇ +D7aɩOWM'Y5fZUCf7b"n _*ٽq+Xz؃^oҀYwJN6Z 3:2wu룩-bUarA:pMNv9z>5#)-̪W2PO .ύ;k[o=|~uCzVqphp&O@ [VuA2nޚ0iV](ֱ}a~MsPVZ 8GeZFr:,*&4j+= ;6rKym^ti3+.?zFz%jS.Zk=_?uTҀL_]G۶P= PDyiS|u@nT>H'׎t)Qۈ׉21ML&;soE5ܹ0wɔ=G66#,Y9Z8fY<9.nC8Я8j߲:$Afl6. -,ݿ~ +./j(pPк{lWT#67ڦK[6 9 KXg2=EL{o.4bgI+3s-y`C+Y0-JZ8"fuBǞ>B`h6p}z"SZـ.H*A5jx l62ln%"Fԃ(8cZ`jME:nx)!sas#9 C֒FSZ '%] +CΝ//iii{gFF]c.Wِrsx03]s /=JЍrBRk|ً,DIQןO}Y DGIɃ +nr +l_HGJآ؊4TC|^Y#JFR+2_qAp<9΢{߆n0,'G]]]_^{2e[v﫢429ʹqּw + 򺈘֥Ӻ)-݅Ԏn@eUHxw [}>ufJr3_z1K7<eWR,]_u!ޥ@iYUviu_ĶM +:Y⎳FFXd߾}o@TQ opPKUXگ&N]2/KlVӜ7bo!ukY+SG/۴<$jIn%a񲋫.|yЂ{ܥF߫,\sw2 -&b%9+hd-(3vmGoyO~Kk#2 +n>>G,!5咨k^aꨅIi'ᦫC\eiAE3KHx좀)w`Z{Tj{1f Tq"J\iOQ#]V*'6͗IIT<܆-Wh,Ie-'I*Y8z݈SC>(Q*d+왱P2fیN΄J1flEͿW7AE}s$C E$Z]MP |Tٳg<u1 +d>3RK6i<xK3<qr?rF\@)w^/Է}E׀N-/+5 C+'4r5J 1o ++**P0 C&2P;Nuu%!gTwqy1FMλ;,8Ti馩 +Hbc|b`Ӎ<-@Hkiɗ/\OY20!z}K/S\y7%5sQ,>rz}GOFm,VYwosxS/_;|u[n.)ݫ#j˰}aw=<~'_<~`:jcKOpx̆m{) QPZ2dA{OLșĴO$8|!5f6qר]<0br!]\qjF^k:݋+ߴsM;w'])7n|Oޝex{HX«9|)zR|͍XQdPNtoNw,WD[X\-ܭC<_a~u7G]b뎃*~Xfpr@QQ\ڢlޞ6ŇdԔq:|D ?C"P<4NJ7K-WO{;<Ɵ[dG3ȩϝM\Khmb5+AiGN'n޹]O#5v(.œ~(3~'[ j͞cgw8qDS e.N}ѽN8xn)[=*Hckŕ :/ը-:ustfNI/WY])wlϑepZ/LC'p~^s#[Vw>5cq#Z@tv/Jݬeܢ*xb'K4`+7ePmQ ߏ[~/PZe0Bmb^/QdTbr,͍i`i6NHHZW,&Y?٪!bu;io&u6feV}Y mGm߶/ɭD<ݤVN^~MVab8J۝AEn{.]?~-Xnbkn\8rr<\A+Ս'b]P1Nn~4ypR8{`2Sؙ-ԕ3BP;PNīJ7e^qlہ]G@$Q7l[mR),ltnͳ\P _OM5 jU*{i]c+]]VitFП[m: nHkYzMlhW}p~Aj[Cnn]4@ L8C}SXV8sJWP3j6:'3N 2i:l2Zj ;!N'_GrLތ*ሌ;ot w +GgmFexsrqWd5NG EE%OcMTUr5ċj2(<QԨiP"10dfZu?7|s,0zK7o޼i&eU9!1P|y\.ɬVZMP <^\Fˏx.lj JѾ%ZOAKrkȋmZY Wn)P6w.($3W7Rl)ʿ_w@(z"vv~ٍ[p'P<3:ϻ7KҺ%!]ѯqe \&PMWϹW J4%TڙbP_×[4Dap70 pfa9#ۉtª[5Fan0Ier7VHcr߹_; +C:Z^ ݲf@B&DnĆzzoaE=ܺ1 óNZ<>~Gh!7(0Heu,I[+dY%IjjyMs +MJøg@nR=-f'[}vа 5Ɔac  Ia ͗RT>WW(xNv@j.T^}9F|PEa-O_E*l+c +j8*_^B)v0q-KXK.)r{ImRSki.~jlK+b +qᵘ@ +yS_AWPuVw旧 V\\fkwӉt4 bn k  +fjt:}4R k5 J5tEf쀒 TMB \/L2C;_,PV|u-_NI 4~%[~Yl™Bu󠒊ߚ%$i[WWýE5liuJLP!Qor(,w +44M=Nt~{}f LCQq j 仓>g:7.n|Zݣ ^|%(5let%j>qCXXX˗~5m֧fm1!LUnkQ퐀?_H|nJ;DWX4¶!?q566.】fãhBs-cG> 'Bȃٺg{wy!&Baf/8TB#߄\'"/Wl/Z)ڝ2f`C'54C2Ss<h +0l,zkdV֩0f=LUAR\j+4{M ʕYjǀΓXxGڮxdٍԺ% Pq) ^He6%CBf_aCn(00ZwPb8xm݆J!+T?$G6e& yBX=TWo^<Ƃ@UC8,sbȇ ^ (Wo Nx9šbR{2T6_s)gHQjQ֎&?}/̲l0. BzA66%dOv 9k7%RqT5uB xhB >P&10R_@s4t1Aᡊp @ \؆lz +LUϔ^BBᾘm|`rUARܥ5s 5p;(*^Hg A5<-=);zhRRV[!jkᷣddmߞÛ +*#/qșm7FGm[@ N'ݲ'l݆aWBbMcwgd޾tШu+7 +q'%SZZXWg$Eu ߸*4jŚ+\;x%e|eDWQxo8`sm V-='`ƝUMكj҆~/Y7_>YȅBae@Y:|]}Zj'B +&gjv=}-Ј<\VQ ]2cǕ&j5v]n$???yU*Pфj:WBa/kċd%4($l1jʅL4( -q~ܸq _]1#6lWǮ '[5sʨdt *Hu,.1cg&ne1xwX(K`ޫiR uʓV[X5nU56t't˓b@9$T9 1 !zW G9"#®l%\0@ȠEpDR_㄄<݈L?/ҹT/Vlse܏w![Wђ.ggTE_froFnkP4%b < % FWX!Au6@>v[=r/9ԞJRAnpj}B~?П^nH im>mOr:vzFzb:;r㨆GO1—hlq,IGV%55-23 a!Fc!VEB# M8;>z_8P,NtZYg&/7rQ_F4ʱNPZ +mPPVw=bA5v[|iO NT!ة." +޺/!Oc@Uw_m"Z@h4j 仝Pý}TðwԼFMe튀>t^6B\!Tws`ηF~x2#%v`A˃+._+*xAՠa+p Znrߟ/FlX +(@w Bla7mܶry睦GR cM|o% FDzYF{C.֥tcx{Kf7SsϷKNv͑RK+Z5~4>ʓAGGipg j#PN@ 6P,<l8r+):_ps =`>܊s&gYX͘p&?W)0 H 2"6!־i'q*}[j<Pڀgi0P0գ$@p0>fPrz>d¶ً>_י=,ZoCo~Ntl`Ecݥ̏_bҲK/]vNu쁍!+ҲG$3z$j >!P 7RPK*dXoQ h(F`<=ȜB^<dj@\ եC<|7YNaiΘ9ee%mG"R:Èk@nX{2hviHi},r@|G|:q/Ѣ"@34se$91pr 8ƲB8*Oak,>>`P +OM +(ׁCu:N.+ a#CQA S4\iS ++Ƽ7(h8j snq_*9 fjxsLx|lAԳ8@­eeoe CmZJ]2)":YF7sL?eҺkZ΃E1!LNm ZjF-1H.Kw4n~Qʝ-ٝBr{Fxkj + +v ۇX}詭<)8Uqf/⋧/{<IaE?ڵw0iMGMMͫGp)|`DSn,Z<`aeY'O<)(I`ʠJRkjʌ0{D{mxYiurEtS;K*RG>~D }dS+~nIr%ӎURr*2{CZF֊󗭘I,2JjRhL\coɪ/]?n;ɥs$foߝŁaE5~eLPeݍX8$b9Hae h_ |".]sxm\nԉd\^5$]q(:(l0v`!h0\j}h*ėl<Ν;~M !A80 #}mmm !iXR-))sߋ%?̵J BDcv.5*T[Ϯq5{KOoO@CadIV/t S? + [}whX JRU7D?k4$1hG)dB쩤͕M +hԢkM:y~׀Qms,.6rsPucN V\wʓ".T*R YV (u@w#*ٳg;6Y/xB]Ipl \ѓs v{巿-ݕAaQm|cH7m+1H$}q;f;hW/ H|#5{yЂKGZo]!2ӛ[rvO͞sI{/g&*WY}ilC8}eCϝ?,zӂ"5u< +.}t}@qnIb: ߉/n::# xyŗ`nI~e;ү%]9ڊEn_9 g_^5 iuՍPUk4wܓ[\%&Ѡ={Oӂ1מ ՀO=w~!.@kdl4mBɅ#Hv%Pia^~~_d"3=Brxq1 * 99ŧ_ev `}Kjr9ZΒ>d 0B9qoe4+/oݺW_ݶmC@ߊKܯ4t # s2VB_dP ʭ*ha޽f=HCdG}4w\|">bDު ++~ݵV.ML;U%Mme*K3}XT~>[ש-U{m + +r4o; F._7tG"7::p0Sjl؞5PڲGm =vv#[cv!5ݲ#<{јu'w9|8#qۥrʍekJ7*t%JkW.vbV  +BCųg^TTiϧϚ i3'M9e:!/L9SϜ6m3&M6~^*נ}gW>0hPZ5Ԭ]!'Q>jO[C2oojnwi75Wh.aGP'GLyyܥ~>Qyam_<)4랰M;O&m'ѲZl_yqg0GZcG8-.ܰ=85cGw%tLlXzΙC,[57`M;C6Ɔ}%gwYJ)%B;6o޼^z j@^5A}~"+f{rеꁠs Gs{ +=h`&G7sv8"P:l#! 4Nv)#Nl)WX洮RVċK.LtZʥqqq<}3qǏ~lRRRKKj}hSQ _1QiPHu=嬸KMb=%*B.IL= [Vms  %[Hf5۹ews(y9+9Ӕ;VgISgLڶ3<&64jK='9jz:⏝ۗ{^:7OjHrCȕ .ޫ\p=1[C^qT(o +-tj ;GR دPV]u%Wz0ZB]]nEXJ; +Y_Ah}ܹs׭[RwBs-'$t:]kkkoo/BC]$<+}ї\~cH2h-ȰI1Be3;rHK-' +Leڽv>&|;qhPnlVLlX P=߀_}X"~[H!?D5ieB-'6 + T̔4l4G~\^Ö !6 4x\>p@TQx:,q5l!_W HWP> n +{ +iP9ó5hL!+iwyzV{o?3~ZB7mho 2>y;*ZO})wHwԍLW(fq(pg}5{eHxqk&||[|ICt4/'ngMl%}rlg=O8jWYJ6J'}}5ŗm-B: &LH$cSQ Hx^aX\}܂ȇ 90[3wnN|".KF:uʧp )7ܼ{]5zTk-$=<•Yfu\jsU'R kQlH/h.XSPB'v8d+o`a]*pEnO0ؽ2rb{'^!mwzۤ1ۯ[y<ޚd2 _%QdžwBD%o999|.<Հ8Xr 0 _FǗC <UC~$2e3ct2ST5NƒGV=T!JNgwwwpp)S( +{q? Aݎ{|&frJؘY/ڼH@`ri41K.Bv80F +xhD!=E.Wx&ݖ{_B֬u^4*Z-0cNX̰D=:ֽ{Λ7/55+s)!BN_Z"/^oZJTS c-|X޷} >ᑜW>W`;zkz۶+\ srhLn*/~v7=MbM)&j4VlXHEPl(bǂV:H>^^{ogR:sϼaΝ;w={OлbgIV=[P6”P(.^M(3L.=z'xw'E ԀC0K9MP_X̜;C bv 4pv\aںeK۷oG(sVVF,;Q*)' Dv!ҍ͝;w:{lDbF}k̋aQ]RhX~E5[j@Y <V>ĉ|r)PKD0~W=\^^%L00t:iCzPJle[VL(O<Ą Pa*VEwKVyʄS]SnP ),Kkkz\_s`Daއ{lqMpr!VP|3[#tGxgxG̖L|} +|DQt{Q__bO>yڵ Rn8RLsMn4cvmHcN/dkŽ@#/66W_;wX,vFAESBP3<z8 xY`*0;] Nk[PSUi-fb!Shԙwzݱއ;߃ܒ}ocށwtr75E,])Yb=x]^][5ϗ7oL #g/jDnYg"w ɐ+rett#OǗ^yf̻5z_ڛ/K|7|_|^Q4:t/Gr`ݞ4uG{F(Pg\!lOJͅh=B|>?**o7|~E +O?'|288H5 EwB6:dZ{zq':* Ƿ?{o^=Vz{R|^5^~V<fvv^كgM"hwYȈg kW׬\ٗYn)y$rr''LJNHHţrp`?pPP@P@`HPpڵk/_]StKb2...$.@W4q纂6gձ&cT&Pj_m6[){B`|ۼy /0o<>OA ~rZm~~kPPT*Z;!+fFS%L !z ;kom培pKߓ |:3Rn᱓֓OٳG *9Ոa}UԡzϤ&JNnܹ-aɊř9B&e@ш [^Kv02 +iT#Z[[KJJrss + + \TTR\\JraaqAAla6h4ΨCÄ́> "]CWo ?ܚU[̣*ذ&xMJCxzga2+ZvZttCz=Fů?C-0}S;$RXvM'ۘFRd0fv/Z(Uj`4ءLk{ߒ̈́A G(_x)++h4eV]ήP[-V}:MBa[uf4puO؇CCCbXD9StP(>T*z#N0L:N&Bn*bx}Q͹QFT3JI,݉|{Wtjhg#5D҄:ha!{e7wer !%6lG|477wvv”DA  ;!<S tMZ~Fkhh+hok14\|'~#iR>uѡ` +$oZ ft`\tiO 8O$AOa˂;\(rKjKɮJH!!iLqVR"?~ѣiAStx=qDII PVkhh}rzuN9\,2r ;؁}N_=~ii#FsSVI-6'TWnڔ2 @:n$RN_,;Z0p =d{Pǐ(/RQ+a4g~r6Y9qTRLMTAXfr8"x{;cƾ{a6z-4m#^ttZF}ehWgVEhkjwEcz|YR.Xeo=\e,ɸo5ۈa6f \=SK؜H>vA)wQ@! ֛'A$l+4 {tE;PCww>zjX Gh4VЋAG -hb 0Mz"@FH0UHyG Zyb4LT^gF;8NVv,nNFuv)/Y> :ljZ2hFpDlF5p}G<PepA0@ЃŃRX%Ԁ)֠OOb +מl[W+0=ԀzW2{.L>kڬ9̈́3\)i3 F?>~;cky + +htC#5@ }'=<-13h@4N8+6}\0@DpqTr;P /[9|U B3$rOYal_G@ ߇I &@w4'j*^&dp`f֢7#\rʆúMtV/s1n`O?9@N'khiZ׿=SX#8'hQQQ򊟟BMM&٪P&$zVՒ(g Сb\Qe.T n+JSc848WSp}N>r`Ո 766:uĉ=}tz)'O:NOA N94tN8w|}}=BB3 e* +2C?ä$V{P?sXTc9Q:,26iHgY<5,Zh̘1 ~K$$ 5 |[BvL:8 4b + $z@i_)*Dϖ; +؈=BEj lI$9Jy_0f@Oܒ)哧2N:s63̹AdL,i4O?^+..~k;j-3Qf9v;v뻷6|gϠY5XE߹E`TUU?|=go?-ſC??f}u{}1h#Xi3b̙3ЁQ~ +;w6v:sCCCTPLVъC D!]U1K">{wygj 56FPIv [Ju'_*2K@Z9[Hpe}i)(-A p#|##'7:-߫]! [%L)!SU;7v #l Z^&Wɴ|~Α + lt L 5 R &|P E~ +ʇ QmJs1a)` EO8)hh1xR4`@nD_g};~ceXr yjCͭld+.,3渷8pdy#6n)dzG +CLY_(K +>7<:mqkÏC^g'̚p˼9)],X2oǟ~Gg0}C yyyرckjjnX fhaa *R.HʩWq %V?߶(*}Ho06G@f9;;O;(TDA1 ~R+04uP ;^w&NƘGV(%'2Ct{joowqqyaZD-Ŋy===R)2}Ί-8lv"6Dm^jHÆ35ufڿFc2,X S9rLue^),i"LH;Y,!aDGg ;bMWDž}1GeS`]_fɗCy.43xȓAO/kjFJ{gGP +kSՒ YyJ:Xl.]"?Gʚ{P TʄBU{M/XP=z]KPaV1ΐB];J/+Vlq,qk2P= Cæ J6Gp)338w8uܒ׳\.lp_8P +PrD,uSjv]6۰ʲsGRtV{衇bfTR-&[`gسwb@ _aºX ;{o_Qﰛd$#SSS^x?_^U6XT>!U(UDD?C?nJ>IT^|>7n\cco^EJf﫽%NhʫPy%۷`2rrr~I&cj|*؀a&Ek" +,ѡֶKth|x 00/͌stZ#ǡX5ɘ1cQ3(6׏;ӓrhdA^vbu6,m,< qcܨO,9r$%%`08j@(j)CjG]cׁck"WH96h;8W ; 3 @RA']mh5t8-+iPOf5ƮĽ낢6&+g!D5uwM۽rq h%02Fe\,_~US$7b!3!Hآ}C2Dљ!0WjmpżB;8Y>*˙ɒG8yݎy9DAʣrs;Lm +֎ux'};杷Ϝ=+ės+VObbb/Pp氍~_(K46CQQQoNt`BА@8`i}0LVà( dC-Ng0 +#"E n]r3;"fgB 6HVUTdQ2P  CZP\/Y|GoKܹ`ycoܮoM{_$5[zu{D̶59v}lϿOٽOgǔfѳz Y/]cSZTH;9gkw>rԩ-{7tDk;qt2x24ukZXXRf7XH @jZ;.1+=7 I{ТE*c^i˚`˫{}#m/ij[7%\qNXiǦ̝9ukܮY{d41kc,ܖ:(Thm8R33}%ڴ>Nqә'~;+fn_q&;u/y{bZٽOg]+dAa jRN4[+]ʙ2eʧ>siޒ4 TK]>n[a}U?_i5T]lRN28Zc`-8Lb~#1N p\;(40ʞA)]diD7GIPr,!@#P1Kx@.ҐJ#.=g(9)^!^O3dDd  LOIˉjD-=PE^7MBiF*%lGIdA+TIZx FHpp$N9RҌK`hzɧMF*lCr̝=sЭEcz+$" +7 Β.$ vJ+ 0oBh.ɬpwH zTu}qpHXww7%WV iiicƌmAرֵmut95A zR#pΐaj@ ?B >F4OdP95JOaɈd#ErGs 4M969h;&t.m'it+^ APGYyɒ%ovddk@藃R@3D`X,Vxx/bŊQb50Ϯ'O%'튏OHJܙsgbR® ݭ۝r>z%.Kw+!xH+iZPZ8L,:FSF]vP[MCgPX̗TY}lΑZћ>lB|@j0?l'2du{xѹC:v(ԴV61Aߟ4%zKrSDcBOvS|BIm}eKہc玞)84K,YWңw`2sϿ}ҕVH [n5n 3]`7tʺXqes[5)eJm;RiL x2†ū<1zu{YmOP`u5-. OvbnsisNsq={TcKJM0e沕X:Ok2q[\ Tڳo WUt2Q'BCAz{}uHvpzlW /^+erh\PqrxA | Y4\כ_Lb΀wWEtΠVVȬD sSH>>,!5n~ :8pQ C< ܔ%6jE:Ĉ搎ߊ&hEx\SH>(pax" <( +8"-Gnd!D [ck7ҤC1Zx|m D!jP!P2o+0C${P-Æ _xeނŕ +3&1Q0g9.V$HuNȈ|:?x^bR,ERg@|9B=~h*t!kQpHL:p/Bə3gŋwZV9f@ݦ59-:eCqAK4?شrXmFQ^HmiHf_S)Lus^Lz|&y93@KI d+˻E[O&2cߺC)Vs}#""T*O@rj<Fb 0-E?88d2 NǨa0;ƁP3h2XꀀǞxهx/<ȣO>~)BcO-A<O>B֘~7rp jkgvYz4)m7НL)|a!It PZƎSg."0mKL?a}lbcXU]µR@k9 ܦΘ3uڬHWyz{E61W,sޛ޴yGoK4h|*baI{z̼< R(wYs_)B@pNaNbdȭeUPs5 Tn*wX)-ZUj/oj[kՍ4 *뒕+=|kY)VdCF]>6 p(CnjGD{xֵ0 )/,^ϗ\Λ<}Ά]sWxEg LmPwA vDԖżSݗ/_~%HGHIG9C' FF5Qq$ꍔB. + ?e:<(+`K׊L:1 { !5^X+n _#١CUHdEA'5 V\='K@SµMB6Dacܖ00~"8Kp%x|a MΑ1y*h:r$xh89;dl$ڀr})R]nP[ɑ]q]P/@ p_f 9CnNKd=8 5u]ߩ`j*ۈ<5R4ـЩI;]~rn;,}zk[B٢X.='G}C +jl6v'NzO=SvPV/"ΕvC$/1l9]Zw[ ["Æo 54pF@ 7gr|!a]MN#$! (JC#;nv5nTo7Ң 5ȍX{7 3V&Mھ}Ojm.??^޾A~~A>S3FFFfff؏R,++;tPnnV"C p̙3_,s\gվKVx.YCK}G,[>u P}]vV23g{KKUV PpHduP'xt +r +Ca +hgCZuf_ߚg7Rlg:֎UuFoy%P$;>vYQY.] _ ~iEB7'TG<񊤔r̀2lBáԴk7g]-N9gnKjf[ڳ+hܥ|vy@ +ĩ{d0 +~ڦN-Rٿ?(!pwόaB;8tʆu'ԴV6Җ^ڷHExy ]ίڹ;m +os.5v6u* V{}l"7ϸĔe3'ynOo/*>{̫K{.Z}%Ε> w`ǬbOd]oRV6`0@r" 'H4v +.ֶ0x2P{H![W[`8SFgN:Y׊kTqe +./P!P <)dR\+csdM rוֶup2Gj \D\lsE3FB" Գ.zm~y]πHw7 OIU5v\.(/o脺A8> @sH xRx:8f jdV6^). + b#2bY33/s]\iR1R?bv% I6΢;"zCH wB@@ ({32 UP'({sN 8? =2be̘0e 7PgaGV7st&"BnG!o5  +r$!F z7&>Kk;顱G GglE磟w84R:'GxC N&Fb&fi7l?j7Vkkk + +Z[[ծEEEE_~_o;7yw|)oys{oy/z}_fr%~aƌyG6&HcXA0B%܂ +;*<VԺc>CcDaNĘAALdf +/6+=.|d@q3@Ά:hC,oH̾v/ fО@#8jb'Nd'6bUwl +-Ho.6JA̦!{%I]9(lc]-vϾc׊ZTHa)-I_PuK}kA +^;w᲋y%׵}B\UUv?' ;5a\+iR;@ܵg`o@8bS>!{c LPT`yUCOeC_hTԦ +,X/ר-+u[ups.?aJoxĽGZh ے\ܺ#y7}GdFF\>P^ߓM:r vι]CYy.}L*G}0Y:x4= WZ&9PҰAE&nT%g#b\,kcUmٱgӠAeK;-1S篹.v깔I(iMhР9|*!hKb9; ?Nw!BM]lvHs +je<] #>~3a%U J &ИȥrH!K#r&7{L߹썼oP0+!qV=<9bMa$:t0ҍيসEA Zm1X쩹vW/daV RwvWcjٱ>レ MLjAP,P[B -4XlΚ~  # D^ MH[Zt>=!s40"'Gg0G?n'X5RFQzsϿ8uQ[7nbym;w{ );'|\>cƌ㇎;&1b|R}.dNnA AmǸ> =xhw܈_PX=?gX@#A*PUU@-2Pi‡&5t@s?yƹ/703Ba޺#iҔ)O&XvGyuۦm ^݀nkRPԖ+g@_tEPڵ175Ћ*BO~O+C+) df~ +tWT䖮IWlML)\+eViocP=P21&Hy5$:t4SRn^diHk;w7xea7nO7iWJ==$j3t!=&P{ő{-kb xW^{;QzsO4|C\yC*蟾a1LƊ]RDJ+blv˺卽I ׊fcϼwFZ2 I;-R=y?a:c.^}מ؝op>̫ x$AwhJeg94;WztUD~٤U;vxOvV@xLGWkr*>'GoOܞG&O=2-"fh;_~h╾z8eMXwç}̥>W2o)V ~|>?''k߾}-yV.hLn"Kȍ9ǏoNP'7B#|v=&1BG:|5v k BJ$Jnb5P4rv@C*iוnsleCc f&茎ՉhCQ2,$i0"t) 4_:_aBgDǕ!P'sGAf@((ͷC$sJFKFi"Quj@GY$ΓC}aQIbyկέw>}zɓL˵'pS@jL:Ǽs5Nw3 +#?1*M xۈ4%L0mv` IȜa:,fb+攋+.t$Rs4O0O>IMME,F I +hj@0DGnW ga*3L(!nOH:sb5(qZ6o[rrH9:O;q8yKTL<)*l^#5lIU=s.#R7;~$ng=}ã7M4_ ]ie5uYMC7+6 + 0gHjԸ?[- ͤ7Lg]ĠАzUJhkQU+*+#֯_PX\sj_#Ttu͋VxZO,7XeėA a;Hz8";輐(f&ܼ-1uҔ}??w/(Gk*3!o( ⏅,(,V{%ga Z=VGbF +hKjۖ>{Sg(5tTf„GKvâ+*8Рy=9 +Aj-mj/G ֮\lձA _RQYT?$R[حI)󗮚2s9R""Gj@ynhmb#8઺vpݳ?.S{ti= ʛ9{a|~HgSٱږW/[~j['"&nrvz~qoܥO*5͘ps־뗪t"F k7| ;S;߶Dlt <{#nۑʫo>KVxT4@>z:k΢^Q= *'L_AMK;T'V0t?.VoMaj/|U)̘Hgaa!OA,qOk@ 8HHwsY 8r5|;bMm;ܕ e7I DBYǹXXyQ_IB Tni;¯W&Jx{ujZNkvQ< +5zK08YqQi‚̣B s_bZ`{@&"i ~U z}gS Bs2-k^]q],oK*{(aUDKp- +4qe-4ʬhjx0@9pIE<&"ɨe ]|ΰd~;c4,++g7S|;-U5F7Lat,dVoLz|1c-(( r4.k֬G6q!H |4zPlh~2d m9~*$;v&‹Ύj#Q/KT'jV a 0y2 *}o֮]J%Łɘ ?Ntdg.._B2Y΁„ k,A[BidZ}7[h2 ^^^@ ( + :ɬܯvcAMiMm@/}k7йRl],AԆg68-^Ls9x,Y^6s[h+A5u1|еzL D +\}?b]I{@+߽J*j#y9y^wO9 1E+_;{eu-Z#"-t\ZheҞPmޮPwO \\;QP\Rz>s˾toye.. 7m.Uh`!զ)~;;9pw?Wnu(XyCM"+XԓϮ.Q6X +g`8 6 7,! NW>O8J6dP]Zױ!>%&nOQu + cMݿ`wX݇kB#sɱH + +j >OHEpy /q4h4x g^{˻z 8 8Xkҳxl梄P|{B xwࡏwLw_\:D*3Ob/3)E3.J9Ng\s`t^RjOdޒW'8u*E+VZ3oq|ϵJ,P(#狕XuKg`EU<k 3٧pd\v]p^i߶s\wr#W0F&? +֬9-u9{qDtlZD gI7&j ]*;qX,& A$ca'~g0L4p?2&%)gsvw:dD0[oL:"M yŒ׈x+9ӈ v˩pDgWJ{CnM@M5$c5xq +@xIŠEΝ;/>g1F@a8PRP0P CA`0 T9D1BD;(*6hY`8/C$q^A9Ԇ9_IB +t/'3Q Qnp#Zb¸,9 +Eqݍ9q\?@#0<#l}D:_I<|5q#"tZaE}IbbѤEf.(Bn=]uQhBa1cQ:IEEń Ət3zXTFwD0uμ%+Ne8eǞ |2OԴ9ŕ +byʺKa[t5jbY_~}oPD/[X2-jsbg^OȾr(E}54dk 8oAʪ}|gܦ3Y.^̻*:jڹkN?{ /_+tݓyJA+|W^.*e7dݦʺ.?;).is"7Ե&Ǯ}G>4esJS;5Mw|1iڼˡ䬫0q7x/wkmtwF3ڰR=Pm̅3,|d鎟ɹXP#NUP0-xPe}RY6eYqWޠ~?ցBlET[6Z̖i.q QeƘ"c/WrQπ(yڜ âYPl44$j>}w0N^>zC܆- t{%1ZEnm㖸 ]2 $P#Oeb~/N~}BZI:#y˸C J ]j=i;]*L;u- lP=Yh])G+).ZW\㛞]3asoHSwni}heOeƂնҷ'rS.vɓ_~'zv5C: ~TXH4Sj];}k'/<u '\vXnC&H?(5C/B09gL&9Et +K0A_?8j~9(>pȓYrʈF5|v˕IuJUX8Jۀ Q7 + 2*rBFȐ'_Ҫ@"FS\\m۶;H3A On 9<=@@ Ʈ3+vrLhMe8Pa*0i ]'vkcƀHWTcrYG߲y{E˗ϼT_OϺZ Z@})GNXPL` e:#|KW$ᩅf.RaU. /Xy)#QXG=/K<9}܅K6'Kwf6F@h$L +'\AmzG]F056bx!O{͚fPtL&AB LXLf !M9粳ys!(Lj?+3oy2Y[B(-S6;'wvN +#ysU#5暐OP9F䟗o{C .Ox`?/@"J:V^$ &c p p> 6gqq)&6朱~C0(-&VK(3po޹>ȅ #Qnɼ!)Aaݙ!8m$fH~p=rPQgDn +yG3nyn G@ E5m@UA8-#mudW,R`l$>x EL;ܙͽ&/o&^&q&&[dwR;)NEDR(U콊{ Nt$P;%@}YX07Q, x=v⓳Ϝ +fhaigluc'{5zx8}*9\$#ʡ "mn{T796:*[᫁Y;'Ր^9#agwKZq9pzdRm&Է PEU&65{58X:VM.y>𳴻C綫YFAƦ'UΑb_3Xwҵ '4:b) K?^+:>cDAQ1o_;'N#0:5:.=6!0D?ɧ,ydf !'4sk45Xf1oii~ܹƦV-݃|^25 HҤMd׊KG> -,~✶IuXd&Lm(QDT3@*bTt_:O'>\)[_e=9Dƕ_w)lG1B9G2cdfm?@=, aBʑץ gDUJVkx;M^^BOzѯ8pR5& ͳ$ $6w~ q.OqIdnʺ:rWEM &Jq$Cn>?>) @bx~%@AT6ҳWtNϯ4t;:{Y*,g $tQF3E +2d}r"` 0=B Z:/\14i=av.1cs>:y:6) F۪uP/\IH+\ ukd !ʳ &6SZؒ +]$o0??nmm]\\ ^fjE4U B?72=%<4~/Wy~8i9II +=bh^s4n턯M 54484;{b92Z ϭ Z'das,! Y۰!.Rͨ6`gt>l56h%rGنEQx)Ŗ n6| Oj~M~^GF6\ 9]q(rP఩w? HEX劺u|."В;Dpeee/:W 05|ndϜMP&Jᱩ@LFVO3=$"1-!3?{bxz{xnlBf{GIM-3ecs=2[?EZ̭'WAa:H+IΌMybT]쇁 iO0;GpܲȄ\E;˘]x{()+?6-+2)=h'[cIx#]+o KHihU)Pu M@;Yype83/-ݙ QϣS{X#3d؟)J h^sn{0[0P SCEcZBzcmK2zf,mtoDD6z>sϫ{pGO] kW~E]zCgIث!=X$]7oxjcgDB#okۺ_3:sQ+4:ZZq]VȳU&#UJQQS+;sԂљU_kwcª]?18(EjvqSk7m|jJL.0eĝ>}9:>%T<}8:V5/xOBo?7vV nM-P<^[\V54,]\^96@ʕK~ׯ_XԵviSRȨ.&ӳ]G{5y՞AOB*,%Umχa2 HN5=cխK 3&ĥܟyA$#NM.kX\NBp|faUaECZNCnD5fVqM1u !Y"Q J-D @:?_缸\nppoqٿH/mjHeS aDqprW-:Nϭd(~W|a!Ħ شϬ$la%[äA?Kёgd0nDߕ)!pG+m|@|Nf=p6>fw )IDcK\SM mjߥΗ]Ϭ_I%;X߽w^ ?!-fU$<P1ڌBNĀ%ͬЀ,3w6  08%fW d>t.DnxR8? |uܫ-3{nKo2{']Ye-R[xG+"U|%\^mz6Kfg 5&z*!0 BfA/AسUZn.q ?sdl@WʅfW(\؉=ϋ?TΆ*Yc +fu`4(L eJ,}BVbG5Gxd~hlL, +*JRSmQQ44 SB +HC"lWg:&w=-@/s?z +h65۔T7x|ѱC#"GIuM}^n}F&} LP|Iщ{ß2eafmzM# U +r60K+U + 9h9NsB +d,+V@3#3x -n,37$rߞ csk['5_?TiMfy|艓zz=Z WԷ_n(oҹ00FUaGGlj{⦅?/l:./Rx +e#=3*1/$78. #˯lrx}뉁]|Z.+nQ`qcN)e^ijp`bʑ/U; ++[y ϓ2ֹe&I5[zl£RyRT =3[gKTO[YThjẎ3.^ e744#I@Fi|o u`0:t`*DR*}Ԧnf6 zD65(p ThL]0 ilZs䄙\< pxl;_Ԁ$m?ѱ!ilbsmp,O"m8sQKI?>kdޙxTu2]leȟ*2)5=CsBk"ԻhZC"b> 8vꬶ) +s3-oõNs,Gk7V.9|jxfbaW/j\/o=&066駟/@'ޅfGCZL͹}5\Ls$Ԍ8Pp3hF:`/:9ߪA5 4FhƘQWPV^W{5Qmjj>xÿjШ 1e S, D bd&r`ɩ\pٚZk+ +vP >|9t`CWжB@ZgRWD8CN<Ɲ%s;QAa!B芎Yέ@3 +ok/Vbt +C؛*(%Rxjp'-N!F>lNg&r_kjxijؖmbM(ʪ{llf-2Sg&S"J.D(3!'qa2Nallʑ](2엂=C`YBoЄJ +Fi۫2lI@qFg8!ĴJwDFe:!Q,48vv r2斒%\JOFUx%<>.L r`.hxD)8O,aҸ9\r'3ai?olkA͠6e$۾ 6=(l`qjWC}2Edٻi={+XD.Pdoo|iZH0,Lal}5:["T]{_H\ ׀^~=DsEiMbD|&٥jx|??дnwOh-#6Wn'fd-UܲɨԎ掾fs6v9yhzFo&0P>N8 (硣LΉ*TEXL +S=:khw*|#ؒ&<72<m3[(k"y~fA`[1l{KZ)ږO>=͓%($t} +Yk]AeP| - ++R2}>L/k;E{Gp3DLe kj8 XmJJRxx~s[m=-],gƒYqw:| <ѩ:o\JF!< O $8DfvL?7O-i}abTkd᤭oQX=4$8梶|_K+(nk, +N)moUB+sK oٺTյϭ0Nz^X?y,sh/,>42vz~1!1–[FT7E%.*uv14h.wP!u8kSןHŋgff⪗ {P\G3AzR*35v +f *{W7SW|9L TYR?yce5be46g8<>Xzf?Ϯ2<pi}cxf(WǁB+_etW5vBmmSS 2{eI^mj7z@Aˈ]TY٬NPkh(L*9 d666vvvRTٿA33Zrca0"2ꩭz:w^Yȝ|uT2.n$kl椸'!NX#.D4SE@ՂqJhDHT|+ n/4/#h3wnI +Zc~jMy[6J\po^ +b(*v@2i*хm@05H66v2SdwLoȅ:.U }cUa7;3SK<&9hDJ|^7{S[+GWw>M-ŝt(<ƎgI7, σ K=qA ]~qmWKD殡ƮA Ix+:zI=Ó=Cng0Sdoȕz;ݲI,T an߽eBcgB&]ne`Pq~yѓ4+f4w@z=;I>eug'pX[T:v3.Jpk_\.R@?:q^dkɝ(;d3s|;;;  x?M=֞!\Œ|QS.}@L?7zo;pƳTCo;{nbu )@,t]J' )yaqU)nFa5u@gƤM4vY`x(ʒFx@f#S$2$].(KEeu nw/SO{f6wE&[ݩiq6yaצׯ?#00ŋ|eF}A45Œ%9%)@8xdNvtM2 +JA}}IS}:bYk] +*xGNxvZf.W%A%.i鞻;)QQ6 7 Lt{Gf()u䦑-[ش1S:Fn]2N}7-׎1t?`4xH0<֌q'Ǟ/pJ?QsņPj+^XTi6, µpqG>Ҹ?՗Pދq䰩pM|tc^ ϟb/@b,S91Y.^~aq023|! >>v.͓nT%Um&v:Vv(VKK$-dcn)9C\b+No߉KZJjv OFX^;w?i)y\‘_57q-u q{2AhU0 :n L.r3(ڂqhl{h1*yx|MT-xI MLG%fGW,W6@L5tx%W6t$Z۹^2w]'0kdnbo"a u;q9h.%n$f,20yv2 + +Z,ab60%)fva]3|)rwiuv oݲ1p +L_,n3s17ޏ=%d7u-Qxp8xR,/.<6 %H{AY@Y8xM~U __+C"?Um֞ ΗjlD_QE8JMshqImU#"ZP 0ꆾ1藑YPLγWC#c˜LKФ<O_Ӂ=MM= ƮaߠZ\x< z*YB**rz]8{ϐM#Ǝ-]AFfVf֎M]VbR?r +FcPD*0<.&5C!10lWh˙צׯ/&o;v W=񢩁'4,XF WlnT]D3K.^]WX&%rMσD:yzK6!aK_5 +g,iK, +JH|^MZPrT7rMTjqU] aհtŘ8-OHjvme[KǠ/~P)@n8s T|9OeaKP$2 o15444}뭷WCGTJ̘]\*`fܘm 06Mjh&~WGH+cɾzcF68 _Ֆ +얬&H,g&w ͬnI)Vb.4@5,p0nƁԎ+-lxu68?64PhD\S׸:W x,&i1kU p$Oyx̯AR[b\y?}?y$8%=7>)3)5;&>Ρ #*ka;uJt\jlBzJVIc2ڻ/ӥ;k7 mܚ;F&B}C'ytt?2"1@{XdU^ƛ?39jpt8xbaQg|RzJfף3'DhfW@t7wi?oImd6>䲶WQw305p1̛gQ>Y IP=զ{0 pS@u΁0pN#%(- >\XGQf۹-RJZ6O͇>wjqe[m8}ᚎU]{ecsckJ#vTB*hB{Zk[6(#80L.! 'aCI:[0D1euEY}# +MsD+Q~q5#Nl\ ^(O?wyf.@u#BRmqEm/ZX*ŅE*OJDa?7;DAN,ƥ M\DD8%fU]gӘ'QM]k4!' I +N|Β+l +J&32s#T,RcKrPS[蠀X5C\ he6ZVuӟuMW55T7,Sy +NiMKfa`0Pt^Ymsx\ⓧ1ekZ;ܹenYm{DdtuC %@uYnW@IFA݇q0V|8yHD\T|j賸"'*>iHDXD쓧c 8- vhsf~HИ&T;)&3 xDMT94HUR]CO}sYir/1%kl2rqBFqw?ޮǦ ( +ǏWUUd2oL8nbڸ_`@ RSzҩXЌY2'.=!sBQY\鮪$iS{7}gJ*kZ,R;0niwMxf-ކp6w>>irv\&8/ +D-o]B@{}N.^XNTUM-=O\Є* +*89D8*|.JX 0AB9B3ERtE"A¾ O'݁_eM\ߝ_+ +aoE)q$ λZ瀘uD'It>M\\ +(']څw(dn] j&Tnl=@ ZmæxEf BTE좬T>7 YBH#Á_;Z|. _.-$H<$qאcQ5T\QHe2S?tX`"=Ё,0+؛|wqZ>0p*/NO7x  oS$2y28U83Qc`ErDJp5-wu0}|/GY_{~M&[ra[e…@6@TBt?.AXa-B~;w~r GέclE |Eꑼk qW(oK?Ҿi=ȓ[/Հ&L &9˧_nIwcS__G>X\ZtR0[,W(0.%=G3 .w=;?BII95nj),烣uP4(FDbWlZN\Im˅ڠ4Z|ѱaQ ӤUTg/iLad~{-o$L-Rw0;O8yW5tWwWt׵dW6M̭mצׯ?% ۷?tpl"Q6( YIiX> 9}p셫>bL, mxb0*.[9]-EBtM [\~aE};LXT*Z.!p~v鳴̂ƎISß22 +UXѐS\}S]ʆ@}P4S,ce xXVS-TTjswqqڒ~+S d.ϑp@ ~CrM-ңtedo }zfn0zWoT2QK,-{ 3+?>vزXmG^CfWyͭZ:uE#3nY27q+m]  ѧH~>8ꁇ7@묢ZI+*G * GAQ)kl>0Ć>wc sg7Ѓu moZ9 [X+4t52Q  jsXG3u.854zhvcx{>M=pYfǍ,bUM,9ނn w2m[-ݣQi6wRI}Ο׺vah~ ݣc^9)GgV4vpĊMJY@Ϋӕ7ak4O.˕~ǭs#S)*-?V`$ ]]G1'rfa;mH3B-";RՆhGd`c[:GA +$ Kã$ d;1~d(H%P@ +V1HAʱŨ򙁃"3|EdĀPCT'"86qH~%OJC",$pZYAp/{H!#acGEhM[4J#q|\(ǹ;JEMuh +)ag18uW7=ʙEP[2k{o_^fjQ3aB| 8gʐ2eT.wʫ[D2(2# ;>减or )9v8l6ݽ"Z2{sutRO@衣qp?6%{t #ޞA bK @{>(tT3fBPpΰ܁`cS 91%{doC?_pJnIh]GȄj{Au¾S~&y'* ++$\jgK. { }SR../-+8Q+oH% O,>.; +VX^fjxqqTzHG>7+9[aPZ7M2 +ZC"⎟q*;o: +icΡi3kO% _^D5:v'G.^ˀQ&mۿc'FUM-eUcW,FgaMh|ZNQLuSGfaUE}CǨm瞑׷ h+Ug?LZ5 v*8)#ǎ;uSK41m?,3n{tE_Ϥw + `0@GЌ+چ . Ik]6nQQ)1/Moq(!eƃ.t2?( + +YuZ_459gdu{1 Ȝ{O*iD+_qqq +另|`cL`V2K|dfYR +-FE Rs<eQQM](¥g$4:?$r$Qkds#hmPs Z\ 2 \? *wwO@C0 ƓN/ǥػx+M}U?7tdW@X|`xܓ작5&hČ{OE&e#sV6vA";f/mjx& 쯖} L hZ5r^=^{w SJ5C;R$WxVq\!W;yA]ȭSL7XX + PR6 sFfumϋJڇW"%`\@B[$⺎!@$<<{pk|lJъEޫa w|{tajMN/N-A;ϑYI.nZ M/7u~5IE-$h6G4Ք~AmFf(GO}ݷ +JӁvbS79=o6hl( 2|ɆhwI8LE^h`JuqC +g01(gdtyQͬW) h}kW߹kf;66pr - ߽sanIͦ͒YZu|s}*E UH7ₖ[}hba6Dw*5w?mdjB-ۇ@ƥ6L0%[wmwۥgpdflp)# CAG{VXBd,zf.D;kLQrZ Ѥ Lb'KQ\JCUSkjfO%DY;=xP1;`jyGak,HiDeieS`P%jyC-EMuny?IrvqIVojEEݢؔlkON9wQ:/&l{E纁sϹek{'cdF+wJ䤔܆PHQ OI h#3߽kj7: Y`HR£w?Ժs`'݅'%T[ᎪbS0j``ngRRӎ $*x0rU䦑5CȄ )YK44x ) (QH"#82GzG d%M&0 DTW}?]S+nkfop:}5S 2uwܯ\ׇ{3>0>_v -@ ?xw -T@ Ɩˠɬ(?C Bd;P#1(@|Շ2AgZ:ASaHs6Up=gj p"|wyc7w.+}iCW$o}P2uvP5[~nt)ljpXcIP<"8TV/j#$s{%9O|x ˔`;:G DrQZ]wu6[+s؃SRc;ފfڀqȽ_R'_U7Xm6.T8 +no@qVvpppvv600/0khݐ06p +"B)+l(i!kZJ dVR@ԬolèU:~mKT~Y]'ŵ4@ sPq`r .[,3F *ZAPpvWh\o C .RdEee9rd|Ecg=M)n +N7=[RD.?5!3LC:OA8Mm^^"^ _a&H1b峋d,['?gDR(w%'4A`>4!}~{G_[ZLHaDhmPDm¼-]el \N*{w$xf0.6(>Y2&5.l(<9#qph[Jx3E;\ Aqo߁8v»V751tҍ~g9so;2Ŷ|[)Sa$G:b/(OWy{ȕC,Ϥː:KØjȞnefV@[;V*__r6P'6Wuvk +@ؔQX|gg/hrBxyaw=Z|HU"(0@D;y452}31{xmWllhrᶻ#aOwML/1}N㜳JЬkbg,Ww&VN@3GVN1doB#hQ6w#@*:6u7Gֵ:7)I[Ҫch_^p>:D^g +P||)Q)EpPRK;%)RV\BUc? +kHĦs-XT-{yfxFL$nmd8I^[H1On`4bG\<:;&9{:wUC['9z(-Q ؼipxRemGv~5><_51o𝏎oupYA + ^c|44톜߅/o +7ȗ.9Ig/\ur?sխ} &&=3p~)gdjn}k861aLJM&3lDM*6yڍ޾ϋk7\o(,*kp.8g15K^458h113Sa6u P"ӓ'SVvYP<;;?Sjkk1O' m=0O滇cH # > _q|JrTw1BŮw< ٕȄUMd6. DZT3 dpD*,*ã:8{4IU66uFƥXXT6Qh²* Zzƽ|;u!!5RVOZajL4*?|IOhM|^gfkrzlji7薵3P <%$x7Ϋ&Vv ,P|٭Nq}y\`llbjG{IJ~=2N∀LR} G9UZX.RDTex`Bx_ݐFЦǪ.q 06>)?~ԇ}( a&@ҫt2u77 ]N.~xQWT>[Bf~f1^}Т>D - + +>R"K8|fدM05𪫫;|'=_D Ol FEyZ8HfA5Tˆn(𣡰dt56 oqБHЄT g mq.W 28cAD)#YP" +R#BB~CcfWr+82.- zCdUp5=aᵩsgx}UnvJok6L>EvXRG?{uݍ*?'y'~q'DzdjqwY{{\%u{   $*ΝKBZω߈fܙ?1f򥲯8&pӆ?rԳMH1>y2 Aꂡ2[ĤUF\So8s{1m>hó*qw6 SAaF 9۸Z7=/A=ф3RA~~2ylϘָ8kVڲQ1<50q{_r(= V(”|J +B.(LBD%NwMṶ +d'()X(- 9 3-j툤 4ڭmj208-Ɏ{$#9S[wf_H w+qKӎ/UήlM̭s[0L=2V6ۋkZCzIȣosl^ZV5~ҹKΎ75 k۠0_:r`1Iwƥ8yGN;*ZcWY++LeVLUu-:F֞Tug/S[{hrbT|[n7DHpxfislvy ؋NzdnD,l=fr%.>.$B9B m{&j@ҷՠD:'v$B.ezZȳQX+T WjUC5q'B=; u)#3润~MKoVaŅkݽ+0hk0Bx㔜blqi2)ѭ;Zfs*׶f5xT3~GZ:b"Sm] ij/xlrӟ\y'"6Y$F^,YBruScTV۰>m鿯k/; w2H^7721j[;y,fY$eN-2*=)^#Z;yW_-;GޞY#K{@-{BN]Cަ +~D5(=z\8';tH]磜0:!*._)**~vƍ6Z] 0:a o71 +~W^| k?,2.DHaJ@N]CCF7ifASAᱟ^Us _fƧbv΃O:~iY=r$2t F>Of7Q}K}+߱s"S *8QzV ȄGHZo]"%0s+D+B$1 <ž ;`d)]pnj)`-TZF\|S }?> Mmp'C] ) +^(<"X<)!%0 !_"E/m0+{2 Ԟ:8ɛ>BJa~'+z+Z8>aዊֵ"ibXP~=-L<Azv_5\ g :z(\Z7 +U~, 3OiDNh! 74grEb#D[MpV3h\W&hK7 탻Z>e$˔ANN&iq+ sVĀ' I1 ckHY2iӣT[==q('*_P3 wPO*Ɋ^X@@61I`Zz`fb0629jiJ[eA KyK 8I[O|7, 2qq\c5<]Iuu{7_wƨtOԬutu5~ ͬfotC]ajfu0fдJgtPdWGhYuE0#niD'emcL V =SXZ]tᄒc[(f`pn"9duѳ-<]@g?Qou0iwPodAijuc';ۻ:t ܾ#;pt2r0EC \dqd2.v`0 + + + + ggg%L =iz<߱@gs92TRgÊjm}g<FvVM*J[}\@/$:Fg?mhe\F[Z}t̂ѩ2}h<;4N +32 LXzD b&F}GT\|CMڍ{5u )V.IcSVNzFֽT0q-WlU x*;>8/X: MNM--(,@g߻SR/V~{gh:H^P1zVIJemA^Y<1P2*8unpDkwm{O{O/\N] E㓳3s %ZS 8 +opL>t qȘJjH1?P[p0^x`BTVk) qyeul2;rLܵ{G&AmraO-#X]CÓTSmC!6_ Rb6pg辞چi*=E[o B̙2 [|/ +cE) ju-]a +BGy_qai!y{ᴔ^h\G`G?).) y^Iծ@'Wٸz.ҷO.^c=9wqNg]Q '9_2\")i3䬜R&y|!/ՠ +Pb(l:u}^* 1K/3SM@{tpbwd{hrtfg@ umOLƧ@w.78y:dZ*5Ԇ3.\GxplDE,Li]s#ST8e%+U<> +:l{4:)ȋ%1ǏLqqUt*W@YOcjA{$`w8{:Yxںy%e 7ب>8EU\R-G}߹1۷o{xx{v̟@ |辌:_$SKOb hwrۗj `_7At>#8"\wml 10zxfip\ %\`ퟦA,kq[pmNXL0E +):L.&_X-dL.IUO{8Lu@8đAS*EG͋7F[Y{ӁW__ ʴD" 2WP=S]i11wm~m0*qnlv+~xߓ(c36NনԻ/rڍ;)YMC N^R}>c?,Ϳs􎆦_iU} @U[Ϩt +@]<.\p#V({QT$DvPC&vep|/4{dbnplZъO˞\blpSszYE%G5u:f cMX7hno]P\+%Jx\]m% +TpWmbv z w J,ZLr[~?W ܕFɀ-\ڇ&r. 6Z: |ʨwccc+))A2ٖ@\.ϺآnWߐdg7;aq-@dd>SXgdx)"6qjn UH5pEac]YNCsԬmGXYjha8Ҳs{Vv#8&ߺJO/|cWa94%>Bk_JE3bziIUkDrzaM#@u184GRrK2 +*C\ 7@r{x<]VNg Q$&5g 8CHWY׮]Psŗ^~̺{N +  hI0dc2y% cX|\\ٕv FVpmnAD5?&B84B}شEYa׵wֶu(IƮx}G2}<8#IӫJ0 {{_+++2WaɏO|(%Ud-v.rT IQߧbH{}0k\g>. FNuSoLxaqe T:4{^UR19Zc{7L+%P _jPb.nuKM+ IWR5DIPgY֗Sdy&wO]c;8eb椡m;)i]}cۚ߳sO*$w` +R3 ]e"/ڎp +b@q;J Ns lkMC3˘u:JM@KIH͸xƍ;Zm=2e&膃eb{`쁑=~-#oa(v_֚"~ve#m:1 +/l )\aRG g*[wE(f"Qp@[U ]Br}{7*)U󁹝{\rz@h{v0EʾIk>ba뜔w랶*HދW~ JJ.}S;21]B0YB G|KL|/7ZBgc[w>b%hU&.> )I)k[(Oo %@=vnZ =(5Q[<%@̂>ʫof1NkۍM#503s ep`Wio|e[ouw^~圉MsWuQ _VÎq> ^P|]El|Hle)PNbV ZxQ21/6bYD^t䩿ErR^a"8Q `gn[B%c_|لBk.`\i8ϐH aJuNs5|yd2ϝ;OW*[ڴ`0Pݿ.?eTKAQ%̺e2d*x,=>!b19Oduï=gv+i!q 1DQy;0T TW`Ts`Nض0M,m%33:|3t\5 +~6OD?j Ϯ~rk^, +CQdlZw%M?H!=Ц#iIŽMh|' ŢDXk[3KM~::$)kJ.]7 +c_@[1MT4uOqq +kOȕL6B[8!`nu e38qi\ a}?ŒL-O Lٹ᧺Ff `HU놱Xs PԦ'9~ok<9NtJˈt09P>2`h`~mP\oE&ݸmn40J,1:&`k%Ǧ&F20ohiE70_"E@h!X'1v9;Č܏/߰s$WF4f^qAӧC mylO%Q:{ǖYПjڍ}b%"IPv(;4*H40 j?0({Vnd?67L7U1'Č]1M&{w:@/{w40&}{/77P.%ʯT9O4 um[eȹ-&:<Gt6,Bo|QcoЬ}5<;18I-2n8OP :}G{`]`s*+秗m-}5RaxS" #/0&4.r2 B_ uM؃#TPU.aA;C M]  ]#$4Ʌ(۸@L^84>C  +g=m u(Z}ifǪA7;cS!n^0LۀKqDJI@}M+cD8>DJ9[[fhl5kÀuD@`Y:yZ9M/ NPblaS,71S;JuyxKC/6%{cTZn|pJeLImMK+ Ц![JVWh+B'^,RSھgp,X1@DY4b=?jeY]~ߨ0ᅫn'f> |O^{뽼}ӏD38mh `<| ]]dII /^HZ9=bufu~hk翇] 0㞉jt:8 iM?яci;[|)b[;}ʝOӺ~Tիkjq(#>-]0?r3 ^BQ!R%_|R^eI_[c󼃢-KZPϰ[ĘA޺u…kp|H5\ _]+P*_*N#FB=?8u6) \"bUyLq!+;yT $U* +*0&D> U~q2Wxؼ C*ɢNM!wl;HTއri]GF^E|TX|G51+(ֵDuC*J\xG +x/\պaFC\üo^\fäA\Wddt^Z>%# _ɬFhsH< 3YOkٽ?¢fR\:۩XoJIy֯uMoXSvnQ &w5 -s *Q~zQu}+ as9AkoP$(2L;T,2I:ђwEظz׵ZkW'esDr&Gl㙥MB M3H.=` ++{y5ujXF{~y}ج?dk'qQw>WDiW O\!r~`#4tM2u1rik<.ݼmj0EZN&-(,o2qo`v6<ƂU>[<1eu+!1Վ@oc]Tj;&WeW?XXVs G](GKSܺkrnEF|]dq9Hzϯ0Ri뚄/mh0}õtc8C hkN '(}C䰨dSK!m]w5/~2UU7D?*%hK䴜kjK@J~P<̬:0t MPmj;!~]1k_+T8zg`n@n?x4<1J`ϑ 5>?F G/mvS7F&E&X9{@_2SR\1QŞip*q*R D(l_ +=sZEJ=1fb>Ǥ#W͓2D*l8Tgʃ/EkgN%:{cq"JeȤK+:1j<1pғJ +1J-%H!ʎOWD.*$"sg u@qe~i)]?<{;ӿ30z 2 4A9{6PdȋnGƥLVH3j:ܪi[mhsvW3}\\ӲݸgkE.O,Y{c9gWo9 WPM +"5 ΀yoQ\b[;=_7x}ktb·$ MaA-2vOpyNq EVPxo :Gȴ߾U\^Q^ N +joΓg%7HJLO*ϿnumKs[w{Wvޓ.ݴw՛ X u+GOP/V~eeG?k;[t0v$iAN W[UΓjJAbNЫ7urS6O!Qx6.fvYu][Ga0WohV6W?da SO{ݺS1tWѽgpLY\er@ +z]-)vŊ'w 0}f'Z Iwڻ[H'(e-E B4•#ƾb~}7 \y''B +!`H44ݹ#FΰLm\KGЁUVݰ`h]!*R.?4!#I 9Є4T@k7YZV.CS|WwE*Woj8['dx/ԵP^t>\ @o 6d`ut&:\9Nv%j Pr\TLyO+#f:jjIZDˁd*A/lƏX ,4L +P_?qD5 V(Huk`ocxj# PK񙍭}O:AѼ滶z݋J O.1lOh\S(o0ӑ i YF6Asq0O᢫[D"p-c O$\i +'.wS&9ʔ@Id ^|YiO/n\DFXS(E"9n棦'cn񣾏(^9Z=yz-3_G?.(u-Wgk\ uuL]_fpuikiZX )s ڸ'xP=՘& NJz2+8+?wDh8=O| +f«`}=ȘY0 Dl=J`_TPZ0W*!`x2`7 ΚVpgԵm;8F3w3̩ @.lӊ7U'X7haUk@|xD(DwG#2HF湕a +Lts 4ϰcZ-/,$:yf.(K*nѺr.CracaPWpC0"ɏ +=07 o`jMYb# \nonfVnqJw^PU.1-[wܽ|BbS;}CIӋ$jLBG@us@BmCM5_5`L/Pׇ&a QDӣ2Co3a1z&!6n׶:y\v?ڥ+Q)O'7?G:"F@r`y,dtj> < mie#&ȄGNA)aA)l!e_Sw 㗒G;nuu4 , !I]=Sκ`"bjWXVcdj0>ogj65vC]ѥoruW-mI]4.ͫt +7B7R%g\麚f|zk75袍;\.)3 FHT|kfY/SLάƦdOHtð?2kb[TEg =&fyY;8{4QY-+ N޺*j>2 ;Bv@-7m`HS3k.LKV9}zOg.3}cs#8mG(Ei98krfiTV5iO-h賴q1l)l!&Bҏy-I8>¿Qn߮zOL8":*n/ʌ>wFE>)Q#1$aAC8} ~z+" ɰS0vŘgbdFp|Nà`a">,vS/Й] c!u}sxcFV=\ }~ښK/Ⲿ'.穐#GdAn?Xa&*T))VRIleS&ÆD<1eʖ]˴a=K5^̮gy-p捯r5bCɸ+Rͣl +#2iZ;yT7NS**:j[z +joӾI*(W26,{2|=5C殡: h,S|ӷ04*nmJy`m}}pGOlB)J$Lh-mѥaiVR[ND!ӚѤF|IP +1eAm*co~c-6W +/X}5IxYNKËùx92 lr8G0w ^:U nW̢80^ŊlyV8fqx1"yr}8AGSqLĤHq%yQY`)%J\e".3<"_kpxAbwzw( hM1 ڣ93l8l2d2R8RG ( +os5dL#νs!-tGTW$7%!HU< `7g*ln#6U_<5CqZ&*xX}`NU< JqQ67<a +૮E*BZ/UΦa*WBX|e~%x4tXq TNPOpQidE#A6p\[Q b=.-n0/ΚYMDY/k)z?NI(F2\}nd#ȤBaGg<.}ASCdh'Àꖁ9Pym=yG'ֵ UU4cn}`nӮi־#:'w nn#0 `wd&<.?7$+ ">}$Vа^k,15&9`(⼲y!5`O4K3CBnfcpxjlvIecjn$me݃兕͝Sխ ǂQ[ w8_O~kΆ.P{L/rwp A9_ d:> |5))xiZbZQZnYSg6i9OgiGƥ\z;:> Ftxhl..5#o\KZ-4 k +3[M+ >] R4 WinU[ר{/+lu/p9SFі@6vMsoevnm^I+]$gۼs;:zFgBd/3%M7J̖[)DK G{UGndIn~F=emGsPXߔ0lW_ۗ*g^]}ȴ ͗[QE뻰- X04:?L^Wj`hJYdbhv{"l`@~94Q<5\0I[lַHV8^JOVx&\OЁH .{-1.XDBy"cn ΅>0Ą'#YξȤ̑%Wa"s5|T['$ΩA&WVXMά hFZ>< xNY$Gst>XVǪ +L.C=y(U#@j[0Oְ_富jҎ鿴vSAe}'/kU1q7"f9]4OgWԵY;Җ%rWTTT!ih6rxШ*n#,mr`oxJ\vF8xW$+yڬm J(W"z^dBJPK ^O\k/>A D1c1NlnΎnTʵv ErT2`7e1͗zB'':'uN6KFA%ba@>[H yvMH(<:ER}d>_" +p}j` #SJ.X$AO̙ٺ.nWZX;Yq+jZ6=0011/}P {Bg=(jt}o`j]܉ںnH/nmQSs%SW6X 6oWt:Xq7ojd=&Tf֣MKkR>z >Jh\:hp!!+Z2>G(7R:bWR[wMmƎxmЦL"T):V&Frcu=G7ϱeA<:>玶sG3*3Ya1o}𱅽kAYmecWrVqңڶљ͹z9z;z7<*~-$'07㰵gAPo0AUo }戏b@5 +w:&ו4ڻyEw=u OH'ϯ wa@g@xW`d`DJؙ[T/asP[L̇=.^Apwp|Z"}gF- fqiL'8&t/1#/,653/4'׶zGt N싕|q9&5?FlJ6\6>k엑]q]׹_?ec9qK,Y)  + D#NA/{L)KX֋5k8ssU5Y;8W8STZG&>+N W7P]M_I ,{֝c+g(RZj ^*ѯd* @8O{Z\޹vIn6ΆϷxEajX%*-*OoD„=NaɊ+O^^FfZ2JH4zHUVz9qS\Ǖ选fA7 0X8vD`XVa9L"풝+ 4@{ 0J-dzpϖY K~rW^,-+Y T1E{Ժ=\dx㒲]E1$}o]K9kl\1vN/)ٜ蓳J?|%*b*7<]c!/ %0U MJ2u!(Ȉ\x/{nvOQ't.GDDD_x Ѥ_֩K;Ad@~:Jܟ}"a[r ˻ġ,b<|t.x#[D+)c) B:315d3+4` +~.|H0ld4Tѩ/coK +j&?Ko$55Oׅ#+%&$ viB)MM,P+0Zz??X mtKsJMmX'0BZ}?#;Γ5p.0X<$"*+hLRJ `O a%1C!`Hx7RpnA@ZeLoAH"Ϻ=feFC/x. Q2J9~M1/k/;8[bsM]OEY')n Sxrj蠠\U¸ٱmM $rB&MBzym h!?Di n8DI$xYwrY!PQprB`^;l5tO,PjZRJ-`0B"RD]!̡ppB[C + }xY^>*/80pfI13SMh0Ălvʿt2U7app=VpG"*M6*wup ),݀IiPL?Gp.a݌ +Ye2-f&r_MF%ܼ=DZ?1[fvâx +=S4jD9܄nEͯƂC_zm૙uvbv%EU S+[ >tbnnzEx}gmjPh]Myu{PhdkD{ĩsRxX3+7BN.n{cSNC\~'/܌J&IGN5vÉE-Ts݄̙e +"E⃨"ݞ]w¶ԏM.Y]vjh]&Vm}1[u[;=Y +hJU*UeeOfv:tﷆ aT=A!.i?lbz?-;*!EK'/9tN>VׂLN?w +ʼ'`Z!Ei(O_0XPJaRUu}' z éaO@]}^9@,72winX:9cWV zԬ<pܘKvڥ6_z_eKk`G׫UWNq?'^z٭qeaֿ 5| )+6j#SYjՔ̖aѠOZ%%Ց\SR+g]Y!1LDIu S#\n+wU3b};|b\ XYT:0޹glS<*:y2v =֘U &m F!{skupeMGOs0 MyO`˯?cmu;V𤶪obq…ٺf敓Y֞fVV6;ߌ[!nڦK6NВ־qP~5Wŝ՗ʋ|ިv^JO(( B*HvI':HTA UkT`E5O?~Iqe\nГq!=~9o`߯m]A1ZO'zf`fcD0HM0n ˭$ƆA|(_]N!߁( p.yQ)1%;LRaEf#up&GF*lt%NZ@WD!EKLKLIQ&KL "z@h</y1B4P׋=Gn~J)3s7!I>] j]2JJk:ߌ`* FoAO _ m +JDN).ih= @5po@8lW(<9b`AАW\\x5{')ܬ90T8]Y钭xؖ9c >7BϛUT3a {Wxp떶wܮϬ֛]YdiYXp;q+dt뼥ݣ +woKV]UuCι_ ޤ +F'#7vyF%d< rr5˩\2GN-n0J&>n_K ~R 꺎 ]W’3k{<ߎIY`c&6J'WjI}R& +{6q%B &@MKc*2fH"\5"yjj3a+Lrn[ljlYy?{~EbW`ole;I?*aFH%+ +[pLmL.Tz@AwqԼwdN_\'>H=uXٹW4O-gމ\;Q\ptʓgMN_ȵW%V;m=%B!1 9ch3~| M^#.I^)ٽIUSe]ckX…niuͱc~Pʉx{!#ǒ.Bj $:0\iG }fK8!kZaʴ]cs? +1#~2xQx,_ZO AӅ*L' "}NaDcd8OУъXMVqlv*1lE?8- 2pذ "x2x?A~+͑_$s:X4 ԦÈp?pLgq 0wY6[P̄탗#Ju>hz˯kotwwmlը(dq]g?#{&G=+cs8ж'/_[C bڇC&`TݤJ7q c(vLh=A0`8崬k7cBq ŒȬ +U"gGfWbBmvY]{q5V[dLRQ]#P?0Ԡ;,|DJxzB4F-h[7g1nxMw{z LrJGq~T.m1KKK֖!5(E,q/ 6 8PĐ9PH"Dy_}zLEw8# _F,8gpXbؙ UF}TqsFt5B,[<V6 d,}jjq86nCŴ!+VwPݣ P(g78W3Zֽ=w kdYO/yܲϔCn؆|Ak_p_`\oiy%YHی~7?8|/15-k7_psj?ejG~NDlҽ삊8$X>W?m-W}ve/ںͮRdZ=6$򾕣Č+AnV6vE +%FK ˶^x Ǵu:Fb`"/8iUS , &f0#P(d{&Iۻ TZ +SdB(o&hƷW\=F25]B m@zNQg.^[/OHxT.zRg3ҪJuIȇaOdtf&69{,K+K{aN %-.&T7-Kx`n疑[ Jͬ|nz\P4:VgR 6vYoV~I^铘ĬY;W/kgg}y9E=#;,$vCO)|35[g-?}j;3,Pþ8W&_I{:FcKz|޾tX Ʈ?i"Kjݧl{(oPsd25JzD# +K y1,Ii !lxcI u T }tp;|D|*!r3p񂄈 B8@TpO2 & >:pF|VjCn*u`r QDb jq Sa""A _!H +~)K.N@;"l8uF@lD\'q: 4ujP+ʫwtt(ve8!؋jE2 ~5q9n֣فY*W5{sfj0.A[+Ȕ\XM{)9=;4**;[niDǚ6`P^u 88_hix+ +<[̭HRSWQ~̥χgHpb?%;pV?*9y:A6,3߲K7x'!!aO_*tvt=o{sU)}uzg=x:?0fp +%ҫzj> +)-fWёH$kkwC <%Qe(2d +''2%Bc(QA', )L E@N"1rsƪfPfpbLAzCΗ+pX3j3Ĵt,|= (RGЫw5QJg2ػ\}jjz֝%]u tGEx1"aIajkCvMO,.n78\68:0S0M&#tHcʴ<9Z jI^Rzt|JlJf #8, 8S9qYqM-/lV=ɏqFiwb`+Gd{f\}tC$j=ó i"R%-'sl?-a*0:\>[5u &eD־M6 j=,IL ot.ߝ\*}t'&&Ԗ1X M=3+d/6BؠUߧ-=c c Nj +[&fC<(H}1t: ]802{/>FrX.W5Y9\ ;G.Q9Ss+>.:.ozNҫl 3)6K] 0 mdxMuӊjbgŗMNKU=\ +riuSBZXT~iL%5TDP7C J$Zդ40,8"dЪ7;0SЂwl>(4޹cHLqًյM]tp\Mʪͭ=4.v42.E7i,/UP/߻pɮohzaygb~eJe ʫ.\9zꂧo@㊇V:;4>  baQT\Rhjtkxf%_ =0/g5p%yj2p:D{a:TWV=zOPN;jz㖣058`KVȜm)Tc־qp?j8[\~fW_"|Ikߥ˰ 1UEHdέP6|A4 K[L8EKXnhOܳƎHpE'p!(B͂4v'}`l ZZg.1\J>Y p=\9Uͽ=s% +{xj^&shέ;JyX46ʑ82-պ *khzܭ'S"pZWswaVS0<p+|u D^{N,ne”,i"-6[+}\ N!_jx_krp&M&E"k{/(kcc{U 8paV7|n:vVD<-o8y/1'8ruն19ƛ N?jlpq'&wUrqE}DL/^}ڍ֮΁1yDlW|j6%Xޢdg'g=L̍JHi sc 5|_ +EEEWjS\4>:̔Sjue[x:' '0=lYi)K=m?P~n$CMItr ` +\.YޏPXTqc{Umɳo{(!93Vi3;|.x\{;*.+//aPKvLT:=zWIJ}4B +gYZ&_>,(=zRXt\HGf:aVn}}Ą\.4ML]Q~!SGh'  鹧ͬm]!RG4%Ѫ/fYbuTD|n£w=rrz^N:y\ hi\бAGECdԜ̂5pnE}rj +X[T8&%?8K+euIyn>Nho$f؄_yC_\<0x=0٫aK[t5CTR|32cا_8ˣYT/,M-42x[laNqp6 N1Elt \`p킲.p'o8{=H/ mᇖ@KvFHDy}25LύϙC6|1bRq2n{w» W|o=iW|vV )PPko+ʥ055B4^K&Kg- 2X7$r":H"dEY  NikcНH4܇>>MmF'ӣ5$2ةյ8ve|] W?*xN_0/ɑOpetRTzL/R}cXTX׃Y]ܤ {/V'\}l=+ZYblaVCW/|7>>^< z~Os@QŲavi~ĪQ +SV5vhr#?B(W,-t/PNHMKH/`v:(.aeD_!9xRZVDA$eA DŽ q+إr/CI/O@ +>_d0qCP׳/p k_ CA~B[D@Qz>K=_(\ H +iuJPl.,eˣ_ vF߽\䔱U1"G 8znlbr9q.%37;NL9T“g4'cFp% GkAw>~?y's`b=kj TMS6fQ4/{'7CR2rK>lhj 9.SLr6Y0uƥ>:z\|rvGD֣اeUqflJW[.8WNdM,nB߄y!Z?˜Lq==Ԁ%t2J˙(58j@ 0l-ՕuǴg4*\Qq=H#4 tzFciήy_~+) +K]t'0ń Ekװ褆!k'~Kv.um|nu[5K;KNafX5]S0 ׂ#]vnbT*%a1iB&lylBƉ4>L}~77.餣c"6=݁!tOk(_]$R՟ 539ym]rDg.ZYٻkz&+dEEK +49y텸)likϘ3f">>qFH +W%sB=:58iG&n1 vW.[:<*} +©sz#criwb7BfŧٸW5ͬRj]rr }-~êg=+w蘋Hکe*U{;lQXL{rvO&YXG%2 ^=8u?g/qUA!? }-RϭnfVNEܸa7!@gHLN_~lfa71T +p-\$\vM Q Tjxk͸3}>t*P(E*qpehW踧Ŝk_ ~ՈD ~WqkMl&nP+4g8YHB@άRBc>9vq%|n@}'rkZ].Y=k-xd_t3T]~V; cyv,`oSvA9'#_X#vξ!Spg5FEM dbStQ90w|dŻe:[›f?5Y3T\k\ P~*äM-,S&]ݝ\gx~ ?qeɥY0x q8dv:1_LK Gھ(@b O͒(k-&½OVH"[nj<G?)> l6[`:2Jq/C݄q +s&אai)ܾc!)בh-ȶ~7Êgv[Ts1#ZmLb'1wN}@CBb?f |n#U̿fP#9b@XLd]`ø~XFo%D}"2<,7;,5SXC =E~ipרniǡ-ccLkPSDR%đ..ÿ*t0Cyt8?Ư80Mf,<[u(0?;~z{`$|0%d;z7)<.ul~Iejᒚ]>IhT{G" 4\>>y:^JrfaF~Ӗ^J]t켥׍0,~絛7c-^}C+{fI{񙇎3l[<>Nci\R:|swHtbn}cRl"҃ˁcrLN48;xY-7 *1 Hcm|}zL"S7o^keeĉ?ܹf2 Px +r̘(@F ^kFUB_I6>+;hBX(\@%5ZZZd_˛ҳE ZBL9TK ilsBZz&Sֹ)0E'-]r󺶼#(Z:O7so +<6Hpұw|nw㎥@MM:zҽLn b28L5iK O[3kaPhW/l쳗oD̯n+-* WZv&!ծmYktwk*/_O^x/8dšqg.Z _a%=vn.rq¥ں=>6ʅ2،['pЂP=8h /E7/>HL))>9~D扤eOm],<;r +HZ"L-cAF,ND38YP|3]ܯUՓ9b^ Ǔu N8x\34I 8_MjFD፷8Ԁ_uuu't !LJoaj{Iϙ. +tiEdltOə]\ =vpd>a#g'g,oRҲx/XECqiqYOj'7IDg-좓gT(Ft;JCST_fމv#^]Aa`\@¥:qĞHm :gیM߇Sv.gC`z3{pHx i?/`lI-.[>zU*)KTȒ%_pąW+۸R"3t粕3 7BaR z-1{-N+4πppiNSK<|,>#H AECZ;PH1púX]Wcؓ&PcݍrB*[T  •onsi5PS/Q`LO0kՠ#ܺ sji]와ƍUq'T)Ջ J_eR9-D,õ6&ZQ08ϱXo.'RDX +Rù<GD쌢8 _bX)a+CI +d82``Y#,*CL1*RB 71 B.!XkʚA 'm%HGeMR7QS`˟p+..˿Μ9zŧkp֬93˔j62}_W-flk2ynBZg]C?T>42:38Fe}GĜƖ~Z#E5=lfvv~XWhs4626> ͆>D8*<26gpQ8FR\S:>P7^kkkgϞ}W###9WG 3J<=e3{)a'ZCF=dLa/}0tתtZ"TOp6`A!{zFq1R Ua/Fvwi6uqa%o1:HEJ lΓk; o"mqCãN3g.7t|Tp.$>zyyWs1mzf^ N9%`2zkApV664xLCPyw>:v/!Lgh-[!P.PBϘ^o͠=WaQo=0:G +$[Α1{Xw4~ʭ;wo + +MLYٖԀh+G~У]]<|^ٗV ICᥗ_}qɓ';::%p [;X4DylHjhs5:\X۹uzzn)K iy nhbs-â][ MoasĹ܂PÖܬ +` D׏NF%hn+}p'/8$)3s`btfOC_x-`;skg-)$x)lHlτejPbO3Ѧѩp~˞FA t +t`3b5w_K'<$kqI^)2HD{Z"+`?`7)_"G7~#ΏE%Ry==/-.usq늏3f1)m E+ڍ,l-,ms|fݤcMCnGE;:`U,&\g*p"=dUE +0(pHW$=7 wU8ڀ+1/`H@yX%aH>Pb➅vu,|/nq ̍Z/WFaȯ0L62ߟmꅤ'S_9o镔IbW)z6W-uIU?edb EX(6.L n#V1"4F4rm R9Nx@'d&!"~Q "eyq⨵x_%HSNQPP ѕHt4h' k[c@<[\DZ o؉5a X6k?=70pЩSJBOj8Y C ® 2ws{_@a~-6p^ 1eu Wx]`"|rBЉvk;"I`nL-[e\rjq#5vd&%TךZ:Z8^.1P&sࡀs07^$bb( [ɤm$D b\0d&_T_j 5|lV/۷qVqcE1 Ȥ{U YLJ0ER- ܹu@pli:L~T/x&w*iUM?It&DH Ar9m;"4ۜ脬 { b>"!$ D޻PBOs>#ވ: 3 2 +>i䜺Aۑ3AcW_ /|qJ I^.++sD!|~//-,,׿VWV9r ++wP @k 3 +:=qEOB%wW%Gjv)a '62i.Uwk6y;t +]F*a-/p4w{]_cܺ%;R=N({?2.׃2 n&֑c|BӳKJ66NrEk-C"ʪ}y\/]Sn> ib>o2]ds7!+I=KZ-OUz?m]"_h뙰wq}`K,ɔ#"墵kt0 _ 8^dUE}ϮPoGƛ/ƒ Z)|㩙cж?䝏Lb3?3xlz.`łKZ)S8#u-=Sr}k:wN +n|nfs70%9;o-(tH(f~ /pQ"P@Fkk1WCmmߙ(Qo_/Phf +k؍$܍GLM/N̯><ƒ +TZ@y9($ť"VF 9vbIU##fj"Cg8d5V7! Od29o:z] +;cz_Mݳ- +vdsóAE{]<d<"DpWÐoRKc*+e%YϘًm?ޗMklё"w,vEk,`P|>UXacϧl8BlᒍΌL€Fepx> +k"o 8ҐiD$5SF$ci00GFfVx3N3>|T8H)>/> %5/YWeggUDjXE r$a\|Զ YĬMN&T=m?t3sK:88+kldp5 Ml;IY&'ػ>~R+oG[Jazrz$yxjΡU_{ +\>Qtohj~/Af n6Up#(v-4&6ѓ5p`Ǐ8sk7fVb[F܇%8{K~N$eX9oy+LY~5|ic%Z 3W#Qy`h}mv'*Og=fKi= Vڜ+԰_\LRSv咅yrMZ㏎jwqmr{3o"C{ތՀ97C +ї3s),xXu-}L,&EDt{I׃B7tNpanV[N,ڻw NwVB%!D4L,FHTtlu7L^*;ܻpڭ:|i;𲭫Ǚn/ ̬?,   ixm`*">&vT8t:' + ꆥMNcǰ+~aK& I}xlfs#j[Y{ĦT)6r *N~'Y\%ԁm>yzO>r٩[6{ %8^g"n̘\9vD !Q~b\`Hψ_@0rd:4-*X='"R P>eD|.$!x@i1W$Oj`@B-8JZ%-Tq:E *DTZ\CT"ѱ20 -[{JKc.kL#yLC:>ƾ,8\}!T|1+[A!сawRյo0G!)s2`఺#BD%Hv~ PSS +*G%{(W_"h`#Rsy}m_Oi!Ӑ>#+i_lX(vQ"("d7y:+e- zZ",M{@5Vj_Ay t"^+o UըTXywbֆ8|S vL+P¬o}[.\X]]\_j,9*ZɓH􀛑O[~3ECX@pVÎ2qt-,bvX\s3+䤌<0F MxFXtfA:Rp>0Gf޾1 Cc0Cy^y[G+Qq$ +IKqN.[fBZdADd.<܅|'RYboH_:G 8MAۮ[مKyL4Suiէ[z<>x'_^;#c|#VwV7lmW 8O?:>C Bsvi $ggsHl5E886.**zꩧ>ZR5{j4f]bi&Ej%l:r,.={pd__}tr扸d}k:x.2:a>=2QC~jZ6npohoNk{l:l芌>ڥV#)e(c4H"x,j?4`[ggI M8w\r_ƠC|EL[PXex \6G?BG@^/vp) &@zǡ[CͻNG&=ﲆMθt t^UlwxO6nϿQ)[L^xپY# NIIƨwt2L}C-mCOBmc_^qM;/啔wT6u/N'_q;QPϿ>w_0['$e\IH߬#M=c +gG'v>O֞?<W6NW6ߴ"|ffΕ6~!4,j s4-1ӡ~Ƨ^$rQ5M, KvM;Ge +X L1*C󟇕Dfz'2l7ϻm*6O +p.\vÈUpT`;f^JL;r墊 *axO\+=z1pJʸru + 0 +j(\Ԁ8pS$%^4GaĬ a\$++$#ŝWЍYR$euס%US1ZqUsyCP7*[ΜύI<|rxIjJsE X (qI_ݵצk@^T+jXHo21s +B#  +Bv+86 %"L K*[;YTZwjɅ+7 +JjۇVo{ (l$m"A)n%j@BP2ϯq +`q:l:Mc7&''xG#g0"E#-9uR͜H25h"ڰuTN\)"5,G4M/lѭK&jۨR*)ORS 03 :oia*c@$N4iK*+l A0.G +Cɫ.ډ[ ## +>ZWzRH ^^\eȓLbD*j3E"qd0r~E34\~2MX}FɄݖ=}oTbBkn d 4he]3K3'g\ ߺ̹mW +O^)oʖV5xm_`xkT\қ}{ڳ@,K$jHppwKZ_mɧV. T^DT[iUHk%3uvX- )&ܻᚚ>޾C E !C഍~Z9RWi<pt6v7pNAy|J i{EOlֶX߼fn[W+ŕ ,1K+J-=N&ѢI㞇jLHQ)T;)tS2ﱨnحawz˨VX68Ykj7~d+-cY-o? j12CabDe<9|Teqa6xuU].(ڶj݆cSk[Qڻ3o)*sh|v{~>G1@0nִMX( L}s>!a~3 ѹ0e ?nYEf(<SpͻZ +$ڲʦum;r<8=@aiﮂw_`1*jZrnش fƶa'-\c1|9i_`$j,V8k}>hd02T-:^5y+E^ 9RՅ{_;}cL~VV[/ȷ40}NK >%fgxȀ +&YFRU;O G՟m +8R*`\p`nSxs%PĴlk{7ϭ|nյRk(D,a,936Kat4QKP o6ؾ֔v;,r4ɄSu )_u#^Ĝ0ǝkTo{Tbz<8L9annE]6\v-4v=V}X1J Cc)$Q!E&,/]düW1Zh+G!B"gd_Qyt۝;E 0_E M~i9roVu"=Wk24Fpo_%b2bkp?x0$֨`& I*,5cBQ^K3F7mP''t^iA +HԠU,*}gXYXH0 38H1NïPm>&=ȏɼD'≷$T/eqP\n| nC/*t.X_˹_QX5==`Sh`/}C^yP R`ԁ!6i)ȌG0ǺM.\NKȁln[j1ƭ6{\:Y8y +mVjص??=|jV%;muFV᭖ڎLEarGǭݸ<z4COOŋ"ȹ}N}QR>3=P 0{}Io5vF~f 4~xt;EԴuM$IYλ1O zP)RV[ػlڶ'ξ?8쳭C#N͇;mZ80K 1%+VmI*Q1&|>G׊dEvsTȕi'H̶ފ)2cpocsgZ 1E Л{FGfU ct]6Iv@!~,.@]ctGY6n:IaKMfq豨QK-u0u[\o_+<~r~%UM'bmAf#coִCSl¿Zo9'!3yAʅm{_)|Ht>M(|zіn^Aƻf\\`Tzqro FyMsD[G6XXC?߾;5/B>~k=O%}|5R82FްvZ0V }[5<|=4{(x⭙&J}/{d3yy^u<&LCVWR_fϱC{?9R퉷'Yr@@RTKwPu*3闯D%fg;-`=)+-'+ΊV/O6m.(8}͑ȨKy%veU CNnvZإe]?vϷy <(ɠZETw OV6$e7wL1m]=7؛u&DXBYQe!')'C^gӳ;:($2͠J&)oG#j fڭHͦv7UT/51L]3t+< yxIU1Xߺf-GN:;G*뻛:UE{~'7了~Oë6nW–&V0!w׷ 8:2>w̫=(!9 M䆛!UPYʦn𔓧?ۈ3, %,hy_0ϑܫ7nTVj"q*ۭv|T7F`\6p +Xn&(>ٌ%]c{ⵒseEMHEW76v 8yB;T7'ɐBV]opEn0΄_yвʦ+g3Ͻ;L}zʍj(>5`tMr2!FECn 9Bli;'IV0ڷ/k_b[Zǁ.̎K=aY%W-Sy&*%JMM7HྔCٽa=͟Y{&-qđ12,pK^(!h.i!s%ҪX\\pdwGc d\">%JH)Uo2a}Ǫ)iKj6nم4겚6wYfJ4FP;OHoT]agBm jFMs,}pb=o#S7B0zg[G֙6`3:(8cQVN/J'.\ܳ/kn!hFq&a[. i {CXO8P^NQ؜?,cv$ C9 +ςQyUkW +k;](j5z@Q)rr + rQ-ƸE3:I#T WS#?>Z w>|eC C<=% {g4q$ ,74]a"dqr-)+)ZrݔU\GL8EebJzI?!abF'N8s~ :cQpT\p2iHM:d~9eOp_4<<Q%?_54g~x/W?s/<{r.po$ 5|;lp@V!⪚z'8En@;'H<K+ +jǞMT(#p¢s=VPR3. &S$ēy`].duL,_Lpch +pnJH"J3^/_X>EuH&~66NNj˛S$e׵(JQE m).v N15}xZR-s:*1uxhV\ gѓEn ضY.w L#WH +K`;&\9?Xpʓc?Ea>9 dQEIW\c 'm۸DD76c־)]N1Zz&\) +rAbK(\YIu 4xε2X"5_Ȗhgh i9Q鍝#N7-o xa.1߻VhB$.j jKD OҲ.8~glaH;5`wZ3 u&;"Aה+=Z3Q$qRyD94BF-(FOUK܂I +KFM}l@b58ZoT.u0X,VgX oSvvvctHEďugU.,]`gܨg7s<6o•[ )l1OH0^` i\1[ O69CʽRv1obq,N ;X'hLZ9ÙvJQn0"+O|^+Ԍ)rQqν{FIlk [\Mru;~vuT(dܻva.ޡ92z[M=GO$d~:)ϼsϡɀaPH;0>F84\?r )` $Ye'_4{4wP{RNfz3 SM^lrSɽ5&XH!fTiIhr?2<͜p]/xmd L)%T3daCPG4H6:uꌓ L]NS/*)[42Eʞɢ+Y9n‹#S7k/d^.W^Y17OlntYқW\S}@ +k7Cv MW6t̙^*)<;^?8I#sOIH8a-GqMa5 X7+WԀ7P^BbȺƆ9(U +=QbQ 4e  +"+3yj)$(C!G7.Ǣ,e5t /@А_n4cQ?aVuz%#L<v$K=rtdoGB,[2ÖM{?Ûe-Եd^*رWfa}:9܂܂IY<}ab\`KƶKWr'nIX9r8{T܎Jԋbr׏(H-|U^&l(abr.*6in;gO꼒sgӳnV%$u6~ުos>ȱs[v[W +.:{X:MHz-(j aR\ nDk<zgnmUk~[B2(,e?0heF]P\];J3 ;(Y5SGr'3B. 6yi妃Z? m:aquM`'A}=b>OCa'9)]EDdƥ[E- +*y9̵mv0 -@##ޮ~k7n=9BQռmہC!mLκ +' O?02.Eg>7ogKr.E'|gp1NvZ]~k.T."yTIuO@O| K)33V4vMyTj9,X ”|LIIկ~믽߫23< ucP1\C 4eYR5Շׇ ?4&d 3 P:/CupŠ0p'@ih?vN\긥`&@~h 4.㯽+Q]Y%~ՠV|>+X!;vϧ;5"%BC8)gݵ>@G߿"!?Lwsa1 =14P3z\I;5wly:@c1.|£="* |4wVPDOȱIml-Akeu:~(\=]9<_0ZJE6Fyr!;RW@X@X5=óAa)Q>@mkfgm糯6fy9t7hlrF]{$Up$ dƥⶾх5v qBB'$e^((,o@2&šI҇v+P5e4ʓK;ryi|yG?h|&-bXLq4K +WYhip '\Ǖhk[wX:~Ӻ'UW5wlk!Dq}#{;8nӦ9Ch ;}ޱ\vKl&H쌋o ~^qylRڱKY;ڶ9BAvp44UB= ϸyl|K10+;j@QJ)jhdov>zi5nV6 ^*Piu86W?tfǯG&10fe/ZM]S>VvTإv:I,RZBζD"t%WԠGb~婦"XL:S$A5&h>=UB55hM)4aOJGZ |h%U\2hC#w9FX 2yA ӚukWR~! NQ+DLXa7VX|!?'+ `t^ 6P+$  n/ 6->Q.pN!܈`~j2Psd@$&S1p)|9#?`tˬkx +C0+Lab0[ȷan."@M]9əyS5/u_4͐ ֞W_W^U @4>>.JnBpOWZи`nHV#lXLJ8y`amR\&7|V,յuX9;cu>%xT0 ??'|2,,333_Q@(3}-i-lYVT\\ќ_R w&J t +.շ]-RTS8" v̫m^^_p_%dƒIJ8axXR(spkhv‡e nw{F\rOhDvvtlb5Gj{zf9) +s(VC}`<,0-Nγ&3O m*{zF懦h#3CQÝe0-zR[5djS@k.r޽j:yC-)#`J_08]2G1*9=}'iE㭺Vjlȵtڻzz{oں#L sXZղ-;,s +xrDk&Ϧ]غ`PJegOVe\uXκaD?C7v%hc}rG s^M#IH!(ts>\ZT?5▵5Pyb~q||$"gyFN5yGJ@ҫfR' R6Du;UjQϐ{XX;44L5`.>D1Tq<{@(%OZ6t){GfJ]ȯni&h̫gT6<\K qY]{jV ךnx/8/T'87k3rY9啠i4Rіv%xݟpҢz +nY=Q5S*&ӪgUM'ߚ)9s8z:|sm:}۩e3,fNc8pիWk"9\\5]a:l|ɻڊ@EkbcU"F +k&?~l?Mbʙ/b1wҠyVb6|1Qm/|#%g&F_B K  }*ͻw|{G,i5C&HPcF᳿"MDJjooʫoTVV*K3NtwwuQ|2Bpǎߝ9 xYn0 Np@ۢ5_ 瑽2#m믿UwQ*F OFIMp;%e 0Z`"]rX"-;KXr*G JH"8"?&u!̙514|%M 3E#gGEXrx +&P͕`9a^GW~A68r1 q_S"(E e5->N>CC.^~B#:[7}bB6m/5bqlvXo~g'/PQ!w#ėq:%+W{{գ2$ڇ-j}J<{zFxY]Z 9r<)%g/ӑ¬˅z}]vQIMܸz@98ÓZO& +:`@K8ey[9&79D[HĶ5А*'7}w=}{{ ^H @jyR=r/SpJ0QV*R˧ +zxLPoko1<<3?RԀeؖ uTIMDJfڞ5 +"ڀ1j VATFBKt_Y_R,M G@B˱?0!!>VCqqu>YJ~\LR63V< Ԟ1R0{pxhpsD9cBK(g#2#)|$fY&=nu0VCf(pa$@\|cIkJ`ՋSco HGQrn/мO +OW,v_555j0HMM}'VZܬV߇!/~vʓ4F@HjuBhzNX3%a}3q!{n[}xJ` #*00%jXVUѸZp-2q`*0(btH\ ɦy4'3̑,H,$GH䐡B;Ґ*S82#|`I*}#ڹr@& 'WBPhJt{a* ׊kHwue M'@Ds׀~o RS ՝v/C2BÎ׿q?!*uFx{L1.ϧg߳sz7]+*ShD 7` mܶg]{m` `+(,0+m tp=}y.?Xx?!5՟òx䮊wǣcҶ[ٻzu%k/dL {,>^b2f#eGK3KWF6_ƛ +-ݭ}-Ж1"iYV+ER肸UFr|0??k֮ϻ^Y4Z +WB(_pQ_AĊęW< x8/g#Nj^+و[0?x>%*L.0A8Qg8C].4y4{ew4o;y RvE#3QM*R1HAK a޼+E[ic3_^|֭[2 4$ҲV|PBp˖-?yU +̀`!đ 4*ݭ>DVv}.ʖގxGx_K5Ȼ]>7|;>Nź++jy2((跿mTT^`~uQ7YQa*!ST!-XY3,V[ra!avG*sOe)RҮ7C>EY22/ iAs gxzxl +1c34Yr,XJ1mQ%` 4f>Hd"ҶhtqUu$ *3OSPD-+pviaqXTO+)Mњ;X +IHIIv/Xl8Q"Iz =Ǣ <@8I;_ E%BF:'L!~ede_|;NNu|> +sgFh_^b]=vVMCӫn:Eazǽnp(ӡ{V}dfv^k%Rh\#緖gRk;/Eμrk/x̜+ +Kʸ SPgx+KOh`B[H0v x#amtK&ZQç4Ȯjd綤ĮZ+#|87Dwy222$ fEnYh0PM%utzՒk4lٴElyl(ÒN02QUA 'Ӆ;=B៊tz``O>g 7l7o!L#ΐݙẀ_U,.WRd/<S_ +7;`K+Y\KWͫmjXHJ_*x%# ?K_ݩwke~)"}jSJ$G<>~ת(`hccw_>y_%؟#1**OX݈A-tʘJ5^<koDEwq\.7//ݽcC8922r_Z XԀ18!4DGG +3()Ffp/l%cW$+5xj*W~j1Β+9G5IttQ ̋#F:k8Fd6j ơYѱ˃zj)z #i-4&#VѵZn@ +'dz`0"##~PDL\裏}gǦ:GZzZF{H-}5wl[9UkL0Mw >7sBY|PI9YlA!pDf\~.YFfX\_(Jp<"XK$&Pqda/̽;ЄbGm-vBYHP 3\E?i0*b0jŤ=<aK#˦2,,‚ 俗.Y`J晢YBkh]@m[CH$ Tb4ᖞ)2 ITHhh'H) + 'I<첆9pBd)o{hhՉoVމqĒϳ"H@}fydxG"Zb UI7X[OOOJj\TM]\Ť_N/WsyUWa= +[S9tPg2^z=e5-އ8T75!oO?wdP] ᗛW{ VZ_ZU]q82jc|J`Z ;96ǂG0 O2۾>cQwJ +-ժNRNta+c`F.,bv4|FQl9a0->j]]]=_׬GRg%GFzѴlZm.CtIǖ8z(Dh5SKgnuwozsϯ2\ѣG_ +B۹^/̟璒u*!)<:><6X\)"Kt, }&"&83$p$ӽ P8q]8DY7'H;VDNT2syHGGĞ:8HHH$Yn\$*XihȘǢN?dDQ@O'C7'ij1o+c)g$={": dQ(TBL⹸s߼***Nw&&Nj,D J BN=]B5 I +@P"r ȒPtv5..8-* (Iu +W8.,A*Ma|l"Om?Fxr‹tٗ a1AHQa@q\&THT*\hɵ^N? ?B" _(Fd a7EàZ6HP4!>2EJXS, gslL2 \dǖhYb Ãe)LǤBb(be<!BŠi d^FQDfS$F,+l,@nQ}Ȅ<iw_Bo4]ްH"AAWkWw^ȓ= +_ :] ;dsn @9<^ :7g㸿cʾx[a_Wz,'ʆk{n~jzy}rUûlEIl^~#4zq8V֚aA T-҅bw?W|ϡё)pg[.-[FB?I\ѓU5^/3eRAE .pD !֭aZ"с` M,TJ- 0?ܵv{JZi.]Q׆m?X,O<&H8c%;]d ueK&||gF>Kh E ВSj@a>T* U566d +r!3 < + 5gl_lcX." L8^ D><"F\9..TGAK1dƑP 3688/ L4)T h‡ +@=qHZ4db!"Pi_ )-#".}PmaV؀x| SOo7Jq_PqyCPZ*Gеpm}zhhg}Q|@ջK3bLJi#lP : Ko\rؙӸsߦ,y)XN#@b{,yկ=*# $%c^^^vvv-} $&&...Z_ 9r0&JҪJR"Br|>L` |.QZD*Z kK5 MDC/i2nfnYk(!=#x~ cO?9iDg1_^s/53 rjVJatv%• KV#ѣ0fKH+3eNQEI`\YߙSzR&[{ zǖ92C|vQū9'R/fJux +I +bz}.=3Khb5&TaLQxs,*%d(B, +$ uKhJ@xEn(/"ųJ5NG28::j14f*GP !Ak܌YXmSXrO^GQ^ bc\kβ*٤T DA Bِ?&1z@k>QWY?pjxb5|Aᡅ2---ͯ_c=(Қ'( + +|dC^PC}Ü=8=6a`t|OѸČb-#%웡Gpnx_)VbMCy>m [_h|bg3e5مcN%@F]˟.^:&V-OUi{Ox5A7WRB3JY +|2UD%ݞvV3*Ld^h [ffa/ UJJJǭ1C{+yxE|fByuEhk5zg](OU+cP B8J5e85 |8x/tnK90*PNs?%Lݪmv{HeƠ2[Fkb=zM9jdoɌD/Y"=@u\ĩ!gjNJ12Tt߁l +pRP:T>GsTK<͊PO(/||EkE[ ~)hB" dK<WCXBX2">exXMf+xRd3CWpYM :T"%‚aTH!섅T-j+ +>U玾n!U?q,Tn^<@6  e2KRkjjnܸ1==m(#(l%>Kb^bgv +o_7޺x5(X%nؼ{Mm%U;lh:zv7r +ۺ.\q. TNEMoKUm\jZ]#'4\Ga<9Wn 3E7w>]ƭU cs>w'9/#+w_pD->p~j#mܮiXfҲuͰhh1X؏ͯ4?4 W(Ml5 +0G/..qê~ożT) +s-(0|uf=exz%^dʬY6ųM5``0((;#('c9"dE]_kC +#"* Sb=|g~E7X5ै7a- [aJ? 6eM8ׁ +4B@G]6h tWtk)J40C 9WcM1TAoڦwyK~y +[]VwvvfggfeeoK[ϐԀƯj@!ĕ]lR8E+7JtWn< ?1k,bUBmbZЎ<f@'@c +*phCpS_`^hAf +B2A>Z?RnZstJ5(~(8/ZK}f2mNǕxFj6:ぬBȓK?V:> ȇgIڀntttݻ_ɱ$_j'k +ʪBsqWLaĺ՚N{'JwCgS2{'|8}Cvۻk뮬wݧLr =5GeÒ@-/9[PXҪk\'1'4w>|8zt,w]! K4OTVst;_z6_t%3,%#?0<+q7M ?v:e[RH UAlŃjGX5X"k]0P `Cj?G0,lG @" _ipT%1vJ2m-ն)!AQO<&PB'( +Qܕ& K/4\%Ɛ$# ! <ʃD-+g-OkM);ON.@5jx(fMHHx_={ܹ -Z[{\oPx[ZA qsPy qeP8*2[IbP,A9,P1ଗ,H,$NUAP? +R+櫣,6 gLʷ'Vf؞_dՄ/`rw20}}_X]]S++p)=j1R۳^W{Z(rl4Hxk0F7$g`=?BKL>^6}oVy@v /deeYGX5- +<:"GJowL.Xdauz  +%y&\8u_pX%@ΩNk[w=qԫ!acK*yr܀Iu;*FJC2iFaVeK7v[nA .,{TR}kO^I bO%y'U 9b[Pv$ y?mHJz`{8:> n*6>/8b~ iK%udҥ;]MC^nz$nן6nwp48ƒNJóy.S) +.@Е)ƓtLTݮ';n )B +!A DEE?KJJJNNy߻yt P+cMdԄ ' ; +}]5tfPLZ},vZ{no$ep +Tl?TÃ5M3CH%rD"-..Jүg1rC푠RgLUhYLMIuCqdY723;!/\ȉ!;vBy& }gVJSC[im᭭, + ,`ŕҳё?yc>dǹ+gΧ'O߮?h˞Ҫ?__{\J1O_fz;3bWj kd;$j~Ξђ:EЅ]\¢[B=:r}.\XPOs/) P]}/*洓a:$_>6EYd*._i0EJF(&\HOJɚ2>VPV7@zX-9={پ.]xʆEN[w}ikԱmݓÓKw#O$F?Ux@6;uk|b +!\ #Oi;젓7mhFJ6Ǒ"@19W&gS29%3"V +q';CO G8Phpc>CZ;9AcNaϕᶞE2yn WxDz@"?G [5X/_x,D5?ߢPHFdQ[S'£ba0|i2](Gv9D9z9x(IT6gc؃.n컘=:4b3Kܛ7}/|3(lzœ.Fo*#uOpv_`%饡Pcg.U/и: c\<|BG'N~ɗ:59apٲzA)/ɵgΧ p_A1񡑱Il1,U5<q3f [ k1+ ƔR ց"(..(u +5j@9J ,xJdB(GRR<}0G2Z"W KleVCH\ ԡ+hi 2#x6T$zɈ>Ұ!6O466?}˭ \L ̚3Mc`ԀM4]@QZmi8lqj|F`Rg=ʪuH ۽gmZ03}ݼy2B^ H$GwC&'Iigg_:77{&!OQ0\)t: z0b fh|6# zAOClJ6t f]˹yj~c-] .p>@Xck}vmhnhVPr-m`:ܾ˙o҄r@^AAUwRe¹?k9sUm7lwR_Pѥ+L! q,L޵kD@`{T<:%.2J["K4a-=]:[w~뮽Iɩ2^DzrJ]si]7Fww?ʿ(m -oOYB#Mj PKjwر`qYBmT;&IEޑ w< E[=p.^jjo FԔ_ඝү0Ĕ; +aM2a +#ɗjPK7w2)D:Vno rdL&hGПuavv6,,??ϟ??:!O g~oqqQBoD|ߴis=f]HG8P|ࠏgTC>%dEMVEj/[]VŔԫPg S W2sp?6u̇w&^"QNZfnݵU6NS'滆х"<C@hT{" Kq7(w;eUB"bnf=1cz йgws:~z%(q۞Y^w7Ih Cz=g`28W`JL+c +2-VZ`䉣P)i7ƶ +ųZ<]$lϞ=?- +m5z݌֧|L s50S3`dP<{l ٦(~#x-/O!ˤ'OWfX/!_j@,hKCC#KRu1>Km \y߸ygdA|MSW}{oyM~G*9kx~^IUD㧒4wڒz@~ݮiHMqbD]1*Fbo䗻x>E6kDot3 # wUpd9NNp歺 WŜ]kwt?JfeZ,+?,䞃njnVtq{&d1j% T5hgӋ/xuDY{)@ |?A#ӔΞQPʠ3cC>Aqٺ>E_i谊-;G E*te#ĕt܊ޑÛn}1=ʕet07r!7+:)Pdoܶe<-ԅtpupLQet.7`p#{4C.as>WpLL.Џğ[k+PNQK%]>G%7+BO%g'^ tty׾9EUT%4a!9 +l[5l699W^y%77YZUV?jr2ָv\#'9qv;sI"Aܠ1b#S~!Gn޲3Y*֝c@X[׀߉3Y" +[50s{ή>{vQjNkѸv]/e-Q긳=Cn-EU#SV4x M,vM8y]5VfT[B=fO%`2%虧<_|ٺ!2Bj^^^ ׸8TJP < YXXa!X$t%ZXC($> el#e4<*]G,֤P,MiQ2D:ȕqĻ(k54 T 5Zy)sfPR%tfaE +'3C0H3\#3\ `0Z*OTs%P"t"%+ov%HP-I%0l2S 8a gq:_wϫ(7Se3o`06n蜜k<%+hyOXZ;8zܮiͰl*(o> wu8:@1z͊7l?q2:uv=u~P&*l8vb餔5-1o,̑*ΌMS}^ŕ9y!>t>QQgO wtPXj3hHđEv…2ilʈp >'/eqIPrJ/|PWWז-[~_?~G?>Q>ST*6QQQxɯhBsf|m+xKPxz g L/1,r (V Wj]Sz" IF!2XƤ <b +؄|I怳U3 +BB!1 HSY+8b-+Q]~̑ZR=*?rH$'1$pw %X86ʒ?Gv8.h( zt +J^ y@rKD pC%qSTBAY$( ) +R@Y[% T([(*>UpuaiiɓzINh@V!82DKa nq:yCDrҀLSBNlޱLXIeϜOG2Z::{y߮i+4#!oٛw2HuXe6|8;4Iʴ\|NaƣH5m;li{×hu.;(`K=΁Cs2DƝy)=g)1s.5kxA7wE\z`3ZTZNu׾ٔLg`I0\.p$0%K$b5Nh(.uՔ @EeD"feeE&S ;;;akk%bD,w CmRv-{',c,' *E̟R 1U99rnS9 +LE|60== ˘;vTTT`LB^J555EsBCs#]hj%dG:< CЅj L96>"d'"P ]-a0kMTػ[e]CZVAg! +BE&ɮ kE5 ӈ|8WX +voi"ONbi|'-pet+֊Ն ?J]Ff\v(,2Td !E,2\hWxZ8@'B +KfRY$܋xZiK֬#ͳNb5|Y9 c@bt,c;lۮ#O%9zLuC'd +T9EU!Qa"&4K4"=6@;s)?XPT_W(b FcINM sp9SX6@gKki +ZWX^{PP1УʪτPen8}1=0\Sq:kW5NCӋO%Ca{53x|Ao8RMZhg ؆>uZAمk_J[*`= ?C2TgeVlB{^i0v)ā\E Ulg^z~nP\Pqvt։Mg8pvwܰ{nÆ 555Mٷ$D +BBlE_vmݺu^ssu|DXȇ̡ +@/u(XZbϑZLa2=&Rat̐/h^2:0<,$_Gji")ԫʌKF<:@؏ZҀi̘ڌ +tp]&0%pUPM +aI rv WK5X酇_j@|^A#3:h xJy)V9 +Wij%>nlR^dX"@Tb(ք%GuCS[V!3D:G&P(p T-W*d b]0 .R -Xq$F8À[6P'IQWE5,ɓX"B7%i䨆%±yW(Bk ̈d@!LK,\V[εĄ\Li§h^.nSxViZ(JkP(T,oUum-_|W?~>D2 6 T&!O`$/Szkiia!T +'7(DZ̀Ak"% &8DJ5C864! +"9~XCoMJ4 ƕB3`OtC?2@p) +.Pha'&T +%Udj0[Y>-|pXeI PrlE' L9hz8,-"t(KhՒ dp +Cb*1Tr3Kf-2F@Kp<&b#Aq9{)z@A!>8b3.i""BfZ*2(p@'hbe"q2OӃBk0R__ߟ'gΜDÔBARp8(t׵ڦ.'W2$PL\Ԟc%ZJPF|#zf9Gs=э65 ##G?'|aP'ZY4iU^u|E |:55vuvo޼uӦME6z~h4BvnZXX 2]%!srr>͛7Z=",)őʻJBđ|UC?q&qb5FfuK8teh9/>}>hi#xMnWޱ cĝ9rɤԊeDʊ# +z/_J nrڍ*[*QaKl t_vgFn\򕇅h4cY5  |_(OEQ7>'- (X(3;Xp +2[IbCl9 "G!>GDZb}EP!$Pǯ\sAQLQ 53ׂ[()!P"7" +?,PVxZS$pWWg0ƠT*vvv>٘PiB[@`z7ld=X q "#zs*XRbU'g|]C`2=zxpdw!Og.u HS*pJV_nb + 4<P85=ኡGÎĝo[ɹ]ŝpDԉpuWbU4`sK>?02b|.pL^Y2%ن WE5Xm hhhCFFF(`M65)Z}Xr(zqxP [ 3k'8 Q8*3 ŒEf m"Ek!XXiGT_Y\ YG $[:G3$PPG-a)P-*YFnMJP |vvOOOh4#0%oj{ﵶ~)ɉDm.^>t/,R+ :OZ95NѨ O=6| `J!$5EC%m +K|Lqd,*"d.іE,E.}^K +~n]׿哭ү/Ͱ !i088gϞ~III3!Y5ddd[wmhh'H3"/svJkKlX.#;^kl/ټ}O@D{DKhD v^̾]sLR'[DKz+GaieШv Rh"q|0acZ}ͻ^[xW4N +9s/32^^{7$rmW-$sN駿 )` OI~.,rЅ *$ʓpP(wy뭷C1dsq G2D:{j25o|.D⦭vW2L._"gD L/9˯*W?dW$&_ivUWO5HJi/bmm-3P DQ -i<% + KpǛ6#JbV[n+@TƠ>>>/Rff&A5%5 +ٛ7oQT<b5X_9Y*w~~'Z '6߷wvݽaz\;)doh&3cb?j㡒!Ꭾ9%*zfqNy3`Ҹ +k*!$Y"C aՎy{wA3ꗝW?Sx LmAѝ.Os + #b5|TYss3KX>j͖D& հj `I-a9 3)5C5Xa>PʶP +Bި<8`CBt빨YDcᬿ:4 ԌC" R%7 NAᐐ-Gf%DVʂtjQKԿe0U`T M5ZZO*Pwy֭[aG/"/ !_Fr>/ +jzDXȿ(\̀0,>gsT6 MT߽Ǘ(cv^J˾q,ճ_/;8{wr/]{*1l|@hi޴mמ,)PE +Z7D=z{Wt"K|FɁ';̛*Pcĝv3zFqHBgw߁AJzVѶ/^͙"s`;Pj@BԴe˖^{1P~R +GeGDUum%cKl O?IGV2LMI.oE*l%m+MȻ~}a +qG)eߺQv#Z~2CΗac3+{F4[cKԳ–{ +];C[-:2s\+I|-#Nk2G*TRx4hBkKQ? nՀ2xFC' }RJWԟoj@<%>BVhBsD@;: C ^ `5wI߀ޖ@'x +Ԁ$@PBVFTJ V䁍gF[/mK2QP%~D SUTCIICTlAQ7l;TWWc!OV:::G?JLL$Bj[ =? vKJ ;<}?ܴc@a4<=ݒӮRyyeoƭĝOL)lnI4ܭ{O$m<;&p@.n^Q1#czxɿհRT6:M=GN:zx.EΞ^{ȱx7@L䱄%Tw~On=ylzNY$e /C5>:!䛥ol߾ݖjxʿ\Lsc +Fv/MxH0Yսb`pjXŌh4<512ۂՆAntd'C#Jx*1Wic \5v)_kZ=*V +d`,=Cy4[ZSЖvͫkp)Rgrpp@|^a旙e~@!Q';]8xmm)='bcL~EP O$,$@^[R L|AȪ.6嫽#s{kم2Y4=vfN|*ŷj۪Z{fۼZ' 'ue.[wϸ~#P +J(W2sjZkꛒ3.gT7vq$⒒'&Lama[W/|""NԖ}#r%wߺc7*ܮkm]Ryoy&/@ք#{BfBdff#w7n6d7ɖMdI\SL$Dc*H)" +E AQQ,"*r9w &=|̙33afyɓ'L&v?FZݘ]I5&v3 n7b&vKjb#egM` +jWc l(@V4FU%сL 4rhb)2 +9$rLS|pDuK25$7@}@PZ2|AUAr)6HxGG”P&ЈJ,)L\Hu_-SC1\xp)_ M#\* @C==#%BA h\ZZtWVV +qD҃EHJ/^"3Ij@cPtJiY"Pn:plaRHBwK/xzt#(@f[ +OuY!4}Xu%\ܽZ7{ӻ)LIcHs7e#oMܷtӎ#pk-9|\ԋ5FXyboZbiXT:*_+8qYs7vjN]$`lFP@F8qccc]k5ȐMtuk[5zlTS,`YƉZ`-U޳.=SVk==J*+-_lsɅ += +) &j8cFn^PK ]AcV-aKDU}gmsoxܶūBh-R}[uCGVnۙA hB5#j@CPhj]kHX؄s+]8=_3eƌ܂QΉӗ/{x+(.j>ylz7 Hcm;2wъ-[ҳZ2 kz@' lzߝYm=4ʤ6c!V;z7GnKrSi<,>rę d֗k]7nNL:ʖn!13`vvvTTTcc$~\X*F5VʼBwĀ / {df^Fj WJ[>mQ[(\-yd@xN 4L*q{i Hܘ~nfܝ=}h؅lAeiiHX.j %+-X%L:9~d+"\ʦs?W-]Pd`#JbjZhŋú#+5{SPء|hJKko <> ~7=%WmZ)6Q#BYZ_,NY:y ׭\+1yth[i=o7BP}Hz[7$tW; $9cbb^{5OOab=E50D:;)($%#Lk^AֺoȵR 6@;z_Ф9-T H5u}{ ^Wx{4b\R(r#:62.q:O- +h|kٱg+;`=T'2}s:&$Z O۞!L15~j &߭-%6Lt /4"f[GptI~!^2 Ow>7@O-[;iL:(iVqNLMyVuh"'/`er ̅k>P%Q[7tvxE[n߸*9_+b<+=o΢5])9eUż7H>{<5WjŸ`/Vx3k֬?baYDIub$LB+{ijB8 [*cn4Bk)d_Hv{u_fu΂L6AY. :l-2^^A HP} _}>f9_^H=22* j(=bslH`X*\ЈUȵdWҾu'ΈRxL+b )K9L@lPzQ-*˫̡ܼ~Jn;OIO/^{^A}#c#=Ii9d{{rAczgflM"Vnqj7^+%C.?"iԉ͑Ύ஼]<])4BS[9**mݾ7Pñc4ZmwפatyIPiM6^zuOOQ`hha̜zK&*K.Tۂi|%3Z`Hp SH d! +5ȧ!Lϖ&J+#-R=Wn{! $:`CjB&SJ3tf#C} &[vyWPj8ь1|7hu ڸ9~p9%jی>}Ǯv 3g/؛ +%JBoe*ꖯr]ֽgT5sejk߾gs?UdzDS9Bά6~<6lKfW:yfhMMz"W9=Y2JnYU~'irIכlI "&(.&$t`@b#mԋ8*Qq67}xب3鱺M!.3kО!;eow`ށ|`PYW*W/[Lw6Xl{_H]M-=JLY0o/g/̚dgxjF,7琳:xƬP/uaRýHj5yԀnGI4H$lIaeOk4_|ɩ|{ۈBܨ-c* &b\n_ÔfTAZbP -b@" \P+7qd=8`j >.pXSx`p-w Y޷700,sFgK OkΗ_m蜽p弥kKFt%\"n0J*g 7W5G؅<]*k) Q@h_Hĕ!q %*C>^B[K/,X}^-$tOmepd SPwv0`X[[tR=:i$BDҏ9Q(/^ܼy#Gb{ޘo`&jX1DST; 1&*nja5X1Vcl4guTMр9D,!JsoGޝU#HdIc4RperZ7wbWёq!׻xO?@Cs'sX{ФuUM"B& C $ppJMAU"7Fm]h$ +׸&l;:4') A " +?:JYAv]Uˮmyzޙʥ jSBnp:x\6bpNLٝО3w>X|MvF@Na),<إ=@/`llJ&Qk{ omm%H>nK/&hc[&ljS^@;m`t 0-El'V[ںdv +'H-a dC8>$l AT*Lb;w[~m`8#[msX5ǰ10tK7z )LI3?KjhH +0`j,HM{"FfhklOJAmRI5s,[|IXc~+L;)9qKWYPTptNJ=?d廷cRRx||M}!LdUj7n(E+c"r@ LnV^A}Q]B 5T@g}v=EoJk_ϨZa6Fڹw[\|آgx,ܤqݾikN8;r>MC}ߝ>@B~[TP@ ۷/##B$dM='è.//_ho]VVFg$W_$<n!#c5 SG6r$#!7 +9*F62 ,ȉ:QfF@jNGYIx(K+HaCG*f[-)*aLj@%L)QS(ںXwg**J?ȚN GEKQ>dh1_UI RB F155uڴi~+WH$=̙3~;ғ/h4=apxxB 6 (dtPI9$zBU![ڕODx(KFh,NQN2FT}A&%B Mo +7|^zP0Ctb&qr&kneB C _+.l0D#ʲ=R}dnʆQ0 /(N?p4Љ򊆞q.$:-֍dWw9WDR(o\%6u(u(@uWj0-Pxʃն9Md*:Pxn-g.?ut/񢒊]%`WYY矃PSPP@$ jHIIy饗 }8` Bja%}: * S Mg !*8JUkt64Id!>Sku +SUfUSHIёqA_} c_@|T¢O(xܮn]T߁1jZIlڸeUdBCF5җ+cƈ-[l B}& O{EYWCԔޞ~uKS[Rv5P){|6+P+pEPvVCm]\[cGUEE+CbV,_[r`HB6LPwl -tCq?"AgPZf|Oe=t y+`0`ܾ ]|FAC $8/++={+RZZJg111ӦM&vPS,!d |S! )(@HHO7=@ b:E#'A +{<E HH#<ȱ&C sZv*PP@׿7`8քLܡO % fuLd|* +Lpt0]? j0%T00” aK"C|WÑy2K?a1Z  +|8GNeˠ?}# VH^&)pP?\ep#\{B D`ƫqvv~O)73`D̕kFVlb/+=eYpytT<΄=wt5n>->Ni'lqqr[du~^!4l#SURpbDSr-TZ{Ƕd8;80?Oڱv۹٫>x|5!,l72r/]c._T)2$ kl~/8:2 +?uR/prp-.:;AaD'uu bvGn+ JFFafΜYYYy$`̙#$ +d>tAU*dB[Hje*` سHA=M 4IH^lYXu,O p^ n +,|Pf/#o74!myIF)B R.;3f@~B +jmr׀\ << 1ʒ1 ZFظAއ +$-{YB*X"=-Tt)5h)\~܌=W$@`c +5\Z&ѐ1ޠa\+pdKpM֑PwF#1؃9<< Cy/H")@ L@SO999KjjU%ײuLữ2XodM'l5YlZ pV.\vDaj8T"⤀%C &_We̯2e vMatvtwvySD\˵ +UWGcNJVTįwړ2:4Qs!?򅊺ܜCkV9mV]/*%<-5pڈЛ1#fY|5VȖX)rM爣#~7sގaQkWVWkkW׸zko;w–>^gOש-Օ!~}po꾌gcyr]rVoބK*;u)>vZ.RbfL0)Z:[y3EN47](- [ +P +5u}ٳ+**Hj(--}yҀ5i[744d5ȌQb3o#L1'T2UmN WwFjwm[7ɀĽaaԾ?]>.-@z)))Qջ vɓ <-o ,h،0 SY1[UQٲ cRO3RÔ+Tr.c*<>Qj%5FB0]PM" (ո@ b#G!JAWG~H]f;'PVH"ۍ] ¤g}͍`O3fQX,\x; ?|Ktǵ~@nb&qܓa0u5  (P#"Zێ=n.+:j隕.){z)}ݔG]ָsHjQK +NS],jϠ#yy -=q4x;y9zlR9fӄpdRc`he[TRNA:mcАoL^GpiG쮆k-& /_v:? ]uJBMmr%u ƦpeqSse՜ A驋; 2|5 tzg ow >AnNCVj![y}5or$8 [s͚5/ $8ORHϨ%2m= @ή0iWX[0 T +@m$mYMWN>hoA<ѠU(o;w+|d̅J Ky!OV&\8#Vˍ8waCNTdrq$j\.###9}CMbM~=0~`26pˮ)lpG 6z mi٠ "L{ `qo SrRfe L\*?-CT^Fpb=ՂyA?Yx}_ R|"$en=\EI0 +asbmSmk\ vhJc[< r#I#Md$N=x*AUBU5! ΟLrBp ji;_l_m> OttH * `0$$$ofII 0!WTT-a%${ImbIkJFFF>tfjZBUa0k̘ô$lz۷"P:^|S80RT .\j Z {oB $$?||j*el&Mz⩧5LQhK-L]OQ$C~7!z^ ָɊ;P ^i燃Վ0Pν8VW7M-p(l(a%6)Tp0hS v\4 K +! Һ-s\:Ϧ6)R#t +2JWB#3)܋jL y<$[ :KW X28zH)[Q!!'1k\ 嫕b=܎ J%1hd&$vzA !HA188P?1dLPLfg4A(۴iSdddoo/L0Jess\.!=Id49r<j0h1`??%e8T+-39=d sp{Ҟ?<3SqqFRy<^WWW[[: j/~:S[lSE$0)f`4J36BlgP$( 41#I$[m* +z P !M( +u +adGa_fCELFb۝p_;SqBb`V#.1E +$w#$݃-Bҵ +h(7PȋIIMM7qA$?~w+WYre+U+H"ɎXjsuvvRX/-$K;TBp$?LV804΋I}[I(Nzٳ]f/#I$`ijh2"up`8KoqcG4ZmP|/[/fLm̨u +ԀdBFM<|@d %AR?!#`nD { +{3 +T8JC?kqkpOQB-x )P2Q%O@NKCfj#^Խp+M@KoϷuJ~y@%buR=R!JAZ|') +Q WRRsܼ\Hׯ_jpGJ R>צM E"tOѾl;Neb544|??O.t3%K99b_>N KJJ]<|j?[N|˶nZ.--9s+W`v~I"j'X RRR}xX&]`(HMxk̻4 *$r,ؠ羦^ +h+hisaﰶp<1BczץC4: +X F$΃@ b5cL]nCD*X̕߄P)9|SA I +ʛZ"H ұ.],2GT0|bF+)ܛ( j rha Kvm.6g2U}ⵞ)_mPY42t}2s2a&m ==mCܬ2#3p6…2A7H){|{\"`4C ʪ>9_>z`1(je6]{{ѣG?XOncl:/6 8mLI?ih4%%%˖-3gN}}&a|?ԟV,[fKI~x ZxՋ_xޒ'~#<~3԰nݺg}w*2FFDB[RժI~YSM&J1&}r<++k֬YhٓL&۵kׯ~{7|o_zgw!Awcxo5mڴo io{[״~R }~1;+~UI$~h@4mƍ?7lKm - 붨0KqOJӉZ_0TAymA6`FA p6c wUF[&ֆCf6 cZT6G#Hx <dy\% ; `e:EH,-􃠱9)awb>K``S5bI ¦ bfk3-mcw!xK|WkOb|Rƾ^(iY'(KN9}5hvV]-*8UxHSW" ׅ.U]1KCz5&DBjP'3gϞ})3ؠ'}Ktwuȯr$=R> {gyٳn[j=ZFGG7W,[}bEC]sYe ًeg/^Z_zn{-7P888P(hчֶ̑FHttt477PS[{SKKMM-0 ::%2TB=X?߇="RǎϷ@:1C8D G;Iw`kD<}>~zh̚5СC:S1V:mڴW^y^g'{d$e!SM*OVߟ7 =iFSηrrmC'zLAW! 7X:@QFYZVcfݢf2uA1;{W@R 4Z٠Œj Dr!['FY^&(,/TNaLs?2R0kqHn*cP zCܝ=kZmF@e `D1+mVJ3Psic.LA +L9gFp3.ZϚEUU?j ۀƛՎI"'NzɓӧO˱;G`#R {XK*N.TÔnRތ<:0ňr͚5O=Tdd$NGc,--^O_/أͯo䇘G{7O{7}W_}u2l.wSm%X,NHHx?ぁ"f8 kb &M3Hw`xl6$F4zF̟mlT2jo <b_7os`o5Oz3#G4->>vȀjSi3J0\gedtVTj\846 6IkbvZ S8 `=>/+D:(AMT.`)@ok芋9sL*iA&l)¦Yl֗_-<}^/Ū7[V\Ū3FFO~W 5L7G &!NO~6VT}Ѵi*++5B8-a[bfTZj&`Tg33T0aG~vWP7LLLtpp8|0l1~GϿ_^xWb۫_}G} CXX(ñ}?&I(۷7/'wm_!k~l6N>d&"--- N*_8䈐Fd~DhO>F?<6φ16l}l1t8@Mq5M5ahƬ&ނd2qIiqb`%ԯT[$\dA +giQvڒswlەܙ26C, +^|q%}#/Jt:gL&bęF4*tN'&! 9 t&߀ÓJZ Irс< Lx'dr0F$to?xXX#;9>ȯր[t&L&sppӟ'R-$GoH%60DLz|LݗOzV6Z%bbb~߿;Dh@VpjG.H(VVVftyyyYYY{ݖs23ssfe/((<{ܩSġS( (W71?=>zMm;W._keɢ)c\8?_ohS'J;SW,]wwʵ_ +ҳϞ:1MOͪv=.&|Giʮ]ާxFookڟ' U]ZW_zD-qk\nݟ|)9}q˦h3@~k;?so!`Pa9]DR=6|nH$|%KoHtL&J:wܗ_~Ͼ#Bbڴ騷|~3L(F(ѿg.4zwv5Go^z)88V,$~p8^^^Z {;uu)hji Ƥnusu6x& [Fy#*k)Lj~w°uWsCgGkW.VtKAa bƘ!=ܽϞ.}>G5~l@ +puZ_vՌۓd +wnZW[\rzť^n>czG6oJr*6*a*/_SuA)[dyK#6GCK;{abl$נ3V\trpl&JuY뚙%`y;{3 +R-i9~m8lc#*ή\敿/<1T}ty=.xL})ϔ"/]=Q ^n-uM=!Q[bj0#v>40,,xp(e +iuN0Ts$UΩə2bΝ)ss mnlaS.Nnёq~> ;)y|>O TV WPF-&Ҹb9}KS;nob_Sf~ˡiOkkڹ=am;(<;%( #ٔib(gj52Nā N:uHM$F$IpޓcpE\2>V}Wj2SnHp 69"B2\-+/٧_̞375؄@3׷a̜ibUg%Evoj[jeb*jY !-;bq'Ѻ?{Wvٳ{3^mٙynm-rD$9 HBD $DNB"L(*WQ O%Ԓ[môΫnz~} sU=sBΪL,]+eZ:Ə~OPg0`7LeQB"GT  ԟt6Q<,@si#<%,H<#:fm}'vˤۙ8DsKmW* Rwڪ>8! 03c 20HL+=mufM2yd1kP$?}4?CR@7|ߴ|J+++"Hxm,(AwtuGS3c8NMLi|zqf|YL̒J/joVS϶4=9;518Ǚy2?J\JAؠh.ECtq׆D#e^&xRj#4zg1j(*aZPk-h6fJ{=7nUg>fY);/rm^׌5׶w9X;8W5e*G n.9*D(KM8yL7$0$UEMϝ5mB2u­$q,< _֨(K{ SVpyi%P1x뎃oKW>^SU/Vi;?} +n|XƆّN"-cC3犤BhEs$4 l~za~zj',q5 +WQ@rrp9kp.&kcuYf5L.QS!d(4o3-V}lmTududEDihfzɝܡؒ;sYKZؕsM}K#˃qp˂啵5ɲXʓE*3ӆRZW5 +Z8YWmw%Rz: lݥE %;;Oe~"=?i\u۽LG4;HN{WDK2-ϮrD\h25L>[1=Fb|k9yЕF;hOHڀAd4#bs -i#FƐ n9-R`>8[m%$G`‘L(5[ݟdDDؒ `t."H 'k DBD2!3*pLD[cSEFV i omUO%Slqڢ93mgOeV}.jF^^7(wo#3|!Q)(oVHOjYϫںԋuh_TRR $mu􌊶8lV5*ͦ~?"gQ@;2Z_iKj |A«J8ZΦ!ukQ{!~R +?ndݭNmnh9odmz^)Qۘ@K>G81/ғᯟw"+[Uw]߷﵀NVsCyS奕/\>s&9nGkuo򱱡0;5fv|9DprzTWW݄t+涽#S]t״vU\v9x<'3Ͽ/T}r)wL=/]^ows(>:ړQ +E;rԡ{ !J +GlO;z;M-Ӏ((I΋VIEtP PudTp8zQQDZT3KiA(oe2vV;h"OZv&#߇:jO^ 3kiqznוΛ e⶙^`f^+|@ URɺJ!Q)jx1ք76#bl'K0R5X&#&l$]IJ0Lhʥb,M.ǭ,AP+WH$.^9Ǘyywi HО +'ב#BX"^މF-&83GFpu@=(jJ%GrD 3ш3A6IVdmrxK5hgPݻ-88D3H$zzzj "mhL;̐+ptoNVr>B\MxLT;O= E `B .6>)H,#Zk2 A1yiii;# !Ԋ3%_<[\#mm ں=S*|ᢆcI}Mcce{D#F_,+2/a{n! w^ (s_۳Z a'B]8S_[QƓp-Ks;T-wӑU;[x51~H!cRC@5$;8:^ kJtZ +>XhLR&퍽8wutwPբnT:8]53 +w3NIHJ1<}.2$]*TW/.9{㲷9/?鉹ĻG71tfnb{Щ pFǞ>9x7ؓ˪,LmeWOP[r/#1*"7٘ȤYztnͽ5H$钽CK}>(UBL9ӆnx85ܿ#n!hyڪF>W\[|' jjl%HH?z!=Dغa]KKEIݠjS>T +X <ԢhtN827kY98qb8;=}1)VU\yHEhMxCTۭΫwX72E '׌6MUup 9O*4h nQ^"tHِuZOz ~$z}3To~Mpr+-j1.,&@hEJ[Qbމ!(()icD[H^34, +"Mъv]PPc$-u#M@8\gI&gNFAgs?05<}299so~KKKjZ$?|>gO`XLc˜9m㰺eB,nƦF9ƶ~%@9s׈VuXa2x 2;m|83D 1\8X;FY*.ROrY_ZQ-Z^XX?g%44YL5;F܌0_}gA϶HR:}"m5d[?[>[\d~_wJ&ll|nҿ'=QQ_~obMMMpp0[Sha('Vk/hb,roO*ӮTdT*ս7 ZgWo@AvKLx-WL& +ߗG\466gff.//oTd_"B_~-tl TQVu˙zz' L=7; hȻ_bkdfbiif{ _/?tuĬ?~AhbH+bQ@VdhG>NuNĕeeV]B?*AdB%1h&1@q?<tSU'B OJB wfFgbEdV.mG5롧uDUqX50۷err2ߠ#P=-$+a XĠHvHD '@i,^X)W0re>(`@x !O`G/*'k^`/:V7,YHO63171<5?HbAbq6{0DTH3Uh}ڿOh#++/_ B7y1TKI q1aSj&Z f2,//^>1xQƄ%FZyy8 >yƀH{V<$i;Ka k'>}_\z9Zz|G@CҍY? +-$j'=4͖sk&j`\U[ZZd-\Zzin)na_OoMh+n +*b#Wf"<[;'xuE4' N,ƴC8SMbz+Ds0*d_;+WBpN7z OL`+p{rM%qGF3[n E?2Gts$LtpOnjr%"(Ude[*csH[hY.JlWirb幋͓g0LIŏ5QDlCRZ q@ve&9fTX[ty(7 bC*YE"ʪdiU9~J]rEBaLFXBITn;{l:,[͂[,B[,[M#̢-ǵ-ʭ.m_r+k"X!_hΦk< w9|pccοȓjnj}a#s2kmߞwNOvw?czūv)/WY#zFǎ*Y]hv{v|֩G%GΌo +o*l}9|kanZGGf/Y8d{b2W唥'CA~?e){q'4LbTVYV~&]b>dwƱ~aiʁ"I +գG%ie8'.χҺ:Q H9-Q @E8\߱c[oBD 9F~Nd@W4T7a01BPj&Y۝:wq5ExЍc}H!aiYvO7;m96gkZ_qiN$'#BcMlϜ40;Kk1bc9QN37,(.CѮ2GO[^ zX\C C2k4jӭSu]p_MEj3-xa!nTbw=#<" R 1؈Vɐt Y^P''?qkD;yCOπV*n@eQ~v+Դmf̻^(1TQփ 9`]mL&!>e PYUH׾ž>ć,"ű ??ۃ(d[-EOluAیZ֪5)m}Q*UL-Y:~6!^*3NqE)iFv[<,cAav%C@eZS>#6„?'Ni%RHe Ɋ$%2L KHlh1 +q0Kd& vbibtIP|o+G[с'C@0)Aa  +߰)mRwzLS 6cc7 +DT K%SRP=4'kVu-6MU{g^JqHnIl2k3i3o4wJh7]:~dVt~LI\+kk;4:>/^q<GAH}J _E,ݿOjll|Z f`o<+='80윑qH` ^h364۵s/ Vlx>p#OGʊ+R,{rJ x=451tĘ;G ɷFy]܋ QzVG;qtDXČVpYzNv;ʠ03N2561B9|ͻE _rvlB2fJԔ9 95 |L҂천." m(_f[0??oiiOO;wxM?DVV7a(ՠY +XGpHZXpkٖ gH*D G Fv||BqIjznv~|Z JQ/c C3Ӌ5kE+Rmmmoy{{Jlj *c|xwvedkVYtG|=#PQ D V.rW w̭4Ģfx`R"RJlvܟRbjl!*W_w䬮Q]e=h w[_Tfej(\Y ܵcyT&FsP@X$koy014Kсq,hToG?O/>(%NF~v\CMo~닎n=}Cf=';.WXyHagseY-{@C)T=h8ve7ƺ֥yoуZt#gI@X +%b,07:2G~׃%{jZ)W|bHKM;2cGu&&?!ϖD?I./.~o&j D%&nrfxy4;+(9KBL, iA\g~󂄹!ri-V&.!aqj.#Bb< gr3oe_QƖ7E'Үh3 0]f 3D(FdFf(Y7* w?Łj+(ꚍm^] 溚/U4؉ Ń=њL0G#2 4XAk}ݯo%ko񆟟J4E jhĒsRUTG1-)5{_CEԒCdU#L jk5lh`. $bjdqlHt3>oI/҆%py'ڑ5P!8Bo[ D]$BQ&41I&Ȅn,lڃ +b"w\QݻwD ˿]WE/ʔU^kEd/䊇z!NmBYTNh꣡RVtAwXNOGF[Jυnv&6.瘆[<ۯvdgNy8U3S2_ݻ620+dsŋBٚXJTDc fSh)TS +:#(i )6<BlLh(pZ+Lcommw122}(h·O4VsgCzy]{=/yUWԛ读ݮry׽7wxAIG.Ne*TQie]e>w= +(2\iC s2sۛ:2R28rsyiez=kh򊦆H`Um=}N蜹q&v걣'9 .Ņsǿ9#VvEeuMi 1 w7'd{$^_ڋgP:NN׫|X;ʚIN>v@NwAc>s@x{%''b\Y]]500~,Q3I𼼨: 8xP4 㳦N"/t{&G'9tbth&.^[pBAoIŊ󶎸K*TX875wQ6ޒ3BƲ1;H(6NE*k0\{}=-5%qƶu[%k1TJfgɩ`L6]~o[; ws>k}璳{nf!S|GZ% +ۡ=:vE9eP]-h_/?{;.}{o~bMfGz{""@Xb/͎-Fg[iBy<':J3uYq߽}ĩᑱ?$z`4~iY˗%j`2)UlC.Tqfx[\(.L-IJ0 5Dlya4܊GhB͘ĂmjI'u T@A~104[1u6 mpt\ k]"R)3ZTeD]V3ALwmͺLJ@Ggp/,QCAV/?:P[Y%ȷ812)67"c-eOTLLu6ujMxbKмXU5hz༩i}e54ِIU5lה{=n 6 *9)H2u.5wC;50[1(cvgB#I1h%&]|d(j r-xSy +}P-H‚&lXi@$$@5^DVcm":&ZL,-sdKfqK8zutɀ\SSӟgׯ_J:BTIE|2A16hND2e6,[ǖ+Z9Ms IJr|zow8ǵ:DEĴƵkwo~1v[R{1Sw犚*:kz sԢh#d +)eD-JEQk]\,H`BcЎ5f~ LMuJV?sd5]3Ϸ 0/Bu#&'520 lVK7@^9g`~ 0|ﮃ>^~Gϻ1yyz8uĉxkx,(k[_hEi j }ݎkfbyAqˮ~r2"-M}yK| <%[+.T袑q@K]Yٶ6w`rx1灑 T;T𶫣.jJ$4fLD9{[Cc}tXم}QIO9xC 9ݦBj+Ð5][7|7%7W {nwk?21QVר#urK <\ +z`)%W.y}ON37 {O9=6>8mebwԏ;̍l]ݑW_/GeEf~_4(-x01[ёg~^5L`UJ}zF/Q@E0a~vak}'u3Z%6Y wogV='jE3x!rnejq'#x88!r<;NJSQZWYV?6&MBFӘ(c0>Ę cխyYibQk!n8lVS#v&;.J&n&bjI ,QCnnO{ꛪ%JRWݢW=i4E4G20Q=R9zyqT0 ں!hI&Z+j?z{ + UZ2gv1!#zbm:oc/-7  Bn}QB2 eNZߌ+!GLMr ^-@AQf=..`!nt-D [0 $t[̗/h, + +*$PKf޲D4d”e(%eM0B2%5H$,,,,[tT]yگJ/("F6̞G=ͣKUDԊubG\z?ƒfCDGxṱAiT]HY|3Ϸ~^L@^ytI @@m 53 n၈>gNP&u5'tRXR+"@rK,!{׮W6.9]@^c#K ܄[I!j\].HɊ FVQa13첯 s[ VcC WgEB>%jgYGB[K'sxaQVbnDUco7 \(YY/?媵m8cswzɧm75F&+B!O <9_N6ݞD9j` +=@ x~ +F -J54]3S rs~ɳw|+*$ | eU}?-% ìsıӀǎ^:1\>?A\>j;q>8 |X>`}QIJ@-sԶ)>Q:ɢW5,Cc&Nv]-}_8nٷAUKɺ>.WTSJu &h"7^;bٓJ/WoI I5hj#F20\nm-^Re}]!x_q)"̂ʲZK M(152O90/~Z j'%y`#Apw.ʉŹEj 2SJ y;N6%$nU&`;P3p4$i{ t W@yYE7QnlD*Z1UFQBe5S:::ַ\\\FGGBZi'k>)M% :C(E2P ]ω;W[&T ,w9v}|mlUTyTedYd˹Ƴ!uA͎=$eL7-5 q{`|D"vN [LZ*5FQO몇ivc L6wućvsߵc_|,@U겳rS0nm6T7eX?iuzuy#Qgp]EUK;bmEϯ(%gNd-qוÃc(7?sor~.w }Ig˷bn'%qJItuoY޷g/Z3Rl^ ++ifFXR'f1i<&j˙_|qtUW4r.:_¸tweY!:7^pp4xǞkJ$Q%_H0G;,}4X_ Jfܚ +Z-^[Mdjb[἖|^INtZ,Q.E~`>?ן9x1Tl>W۬U|/F(A0g9Jf+wogb6` P0 >E=Rs0,:# >xO&P{[ogR=Ȗu `1Uu .rڻK<9ڋhM9jH) +d+ APWѐ)ONVPL 4,QÃώPR] D^%'`rVx&pǼ"mBEe XS\\ +Vِ[,ȿ'up +b k̍k==3|JIP +GK>Eam|0Lm> sK 2M5..\w0Zoq0!=J +r[ 8X03KIq&j].\ h>?@*AVIHEAs+ IPr<w3QI51/-dou5dOFY`A'/!--M[@'˵BBB&''PYum*M +Sӂ 6aS~BRA9tݤԎ6GPl FRV$Qq׆¶ƹሒ) 5:7jNםhksJtK麒s##$'t0j~䃎AN8jymbqujiuvem'$o ^tD59>4w9X;37‡?͟!Hrq ( b8k~_< Gkǁ[wzD~N*WFmzrV88eHnWmQ6bB>Z 5 +ڑ:K6@;; +'H fuu *,N.>7|:{&W=ܽ(ߕ|eplh>8 |G;&+Ī,{kG E~ :j1PgNgs=r{;#¢Ϟ67صs/erlYsw%krHVTPjnjegpΉ& M Hxa;Xld/Kgr4˕.Hc좪;əE#s9+A+a߷׷t_ ̶QM|'< + +/:@xʗUXZ:@ZA-`Av]ܽ\yTsZƉ(kDʲZ]}pb'%,G-s<Ԫ#d Njofgv {MB-S*)7^UWzB%j +By$Woq6$)dprN@ DIR*Nxǖ lvQƫ55*">?| bwDH,AǮ]7~v(\^D:Y{`0`9z ZYr_/`ePU & u@פ +L6]`j%x7?G_5v5?qa:[.\޻eoT0fXg\tکQ6יہ3}u%Zm_BQ ض02lnnoeeEɗ33-(H'|$ol؝^~?X%rC<>0XtҨT +pm' XΩNa񨢁YWﶘFS[Bx6G +$j^܁Usս˭#B[<(cs*Xœ ebźT.W+)KOa26ܻ{aC >{S#.9motPXG6Nz' w,lsU|XRaosw0ZB̌sXq~NŮ>pYy>RDhlO4r\\=6 |J!(Rr - t뜲6 R>9<sׇ{tOC\}+l F{5\bZR('ۋAi&0r bWWW1pE(`L eKY.s uOM|}W$kRB-+(5B$JD +B# r9.z5;'eHv7%Pܮ&t/~~ +ǧHhV ;sۃ{U>c37oa:^hij홛_kƇ& ϜʈOFcp]{EEUW4bqĺ|ps5mkq=NܷgoB5^q)uO": ȡcJ +-gu1+"O;& >Y~eYvK|r]!*';_,ZCйp޹GT1_tcSG.{euQ$Hn~;?>orN}l1%CŃH8''>BVD~_{-G/RTXxpLtB9;49ebD dqaz0ӣ q}wna:`ƧAMqVzk)X&(Ŕ_y_9uTSđT܇gNݷx`Vlζ~bzcG8wmoE{(%))?S׻Yx8F#SG=Q\FA`A@v@,cǞqBVzV +%E +u%,FI i;,ث_v^ B=A r˜L ,|<{F5 hndAc]zkyK5Tzۥ3zF>,fA +" +%޸gjl ڹnxdx=/6uX:rg'g?̖.gM)ŐHcC33S J*ΟgXFzrWnQA qقd~(dτFV9_YK'jd ̌LprI/ =x @϶l%>]@3q*mG@d8YJ)T*YE%Ȭk8ȩ],iɭ[1_o0hkafzfctVmSگw)fݭ8[9W׻>ͭ.˸_NJԠ7fAG0Q3Qa1~A7Ab"rbotdh5=meP<=0HyYE!Aᡑ)I}k@5bC#B##ÃnQ$Qm%0L)N@ Ox+OȓU7<(9;X[{7j[YR@> FP|tb[CoqD.zP''H-򈣭ʆEi)Yxt8?*ș񅲂G| 3dNf^SM.2K;zyAcu+j18:0Nyr+G?c]\r &(rd@f4c(c##쪊Ge1lB0̰V5VW_rr~V|[CO[ws + +/]13?3бN;;"̔eA*G[\L^p߾u(nR93# ˛!Q?=TH3o~gg,XK+#suUqRB_/#0c3)wM.9ƀn%>{{lQ.҈i%{9;fgGEw{i ()*_><|ep{>>U.-.9k`w޻:7GC ?[ȅe"j )^N}JeBu$Uu-P윫Y|>Sۻ:"\XVwp>gKݓ~A#k-eeoщn@AypdTdܑǏ; V {NYCD %/skÃ"lm]ەUK}5{k? O"*!WZKƑ'.6wtRpql-Iˊ+N;wR275@w`rbz_yB0<}R[[o|OEG*͢]X K_;X_ppŊ31:+XhP0+s;oO_sgw~/!.esJRfO ;7BoX[]jJ`z!g}ԕ=H S/MP10*kih[cy%PG:*{ARjSª:E[޼{$6rXl5KVdɔAJ{{A`3<$ଽ3i2i"mr^)%r+:?o/V \&+_y!@-盅"IYLmBWЍhiorO,X'Zm|d@$l޹gmf lp[k;@U\w}yGWRRP|C;C"y +CZP0wn{]ƻToYmny嶹P2Djk᥹c=S}-û7;4;4?,7hdhVC]퍽={]B U]_ը~G p0 M!$"/%E'G3RH` ( +}j9Ji߮,^jO (rHNJJ5K5I3I3﷈NOr )NjZ^+ WGhM.g%ql7¡+( ߦo TgTDr6X"B:z)z+6 %X(4OTPy?UV2;8~O$CQsğjwzBoP<H-rX]x k"^#ǣ ǧ n,@6[-@L]mnT0K vUғ2Y{9WUWR7wzBX-ogeÿ̔ؔ+x.QW/|dC9)Muծvaq"6RG.d{no{c: +kH. E +09BsX&*4a!3Һysk4$1C'?X֏'ss-H%REpFKҒY[XYiud#ӮZڡ"W=]rԳki<_>TeztEgK75n1":4([|T"+qͶގ>6Vi ZWB*K*{;n$1fXMwu4Uu 944x~?/^8KeK|+8<`.YHU03Kk۩[/hYL)pΝ1 k m +kՉhӍj5 1 2 봌谋tK,(-n\ߜ^lsi]:Kn_ ) ~-jG1$9 VFA<%P!xyƦ兮n%#CCqőqҼo+j ~k4:-D HqQȀ@$@A:'JPifD56AF(* +]A׈NP6$Ik+cGHmJrQi8;rxd U7ˡ΢UIB~OG'|;3L(bijj~ P+]- vHN| =mPfE%d?F"a=J͏ OHʩhY]GŹ5X IMM .bCa +xBЌƥ5s3 3UɏȤ$Xnڡ 鉏Ɛ*pyvٓ5} +5vqq, y  Ψ M,.bkfb,@.Z{L}3 b@%<-4GqM ́AK -,zxx:;W\X}C`k9ENvo\y]0RL g pkJp4'D⧜ϯ%S% bC(yl!uMmI5 +o<]ٻRKnH!Me9fإ [$O i66F'< +G2W;wjF綧Wh+<>O,)Uk.%d:gY!IC8R829zf8L.ndhxkkkɛ`"7V0oFp@B&`/"4JpQJˑDcbqES_t9dNUE(x -G<3@ 7*_'ꍼ9Q $H&(/lki>fTRMMPׁ{aua VHa,((=eR?P|d$GXw|z``חVض'H?P/< +CBpn1irHdb# ݣV9w^BOT95)󁍓2i nv޹od`ZVRYTXo>ts*kjio^Z^^HNKx4?OP#оƚf-5VGbaf _ţN@{ȓm:,y vȑC0BWVbW/j\(/b%*:Zuy%7TTP曖F"\p-/`Lq%t*ˮ:Tlo62*03pj}{;ĸTkMwoܳ2)k'F•ͪm'ŝ-ݡwo9;fͰn.^!Gc 5#MS=ͮŽQ2sj3ܕl%Tdubx\Hp^2rSzd Q} (9|C"e8e5M6MJ(D8V2V[J QDȏ9ǘ/1ܑECP|8A'HPTUNn넕pqVVVEԀ hfffT*d|PCCD Bܲޑֆv~Yh@|]eʙ֖6c#:;_pMn"Y?T䕝gjd~O{~fo?5m*+s{ɭ}8U2vw[o_hoHO{mk/3呅G|;;doGglam ,8>4$Q1A)9O}P-x\c/-,ͭ×çdYƚ; \S^ˡs[\= o\}M?1+腾=풂2h*5g^>7¥}{8E _^Rs׵'}K62`#[tW.fuMn +NI$ge'|_ԡ"}{JhE 0xbY$KNxƅ=a?|N^Heر)_z+!58 \O@TovʒjSso@c_73>-bX9??>96&47Mkbhkx`MվAZP|ƚfblpB6NȦčɏ֗7gl,g״j'U@X@Rm-@tIҩc]s:@:1r B777544꫌ Ɯ4)XG*/ +\݁X+Kd'q΀H,e֞lq7:N'7/$V?}ei0dׯ٥ڦТt_ 㻬RM$uVl6Qzf6sOgs|@B>WIbxFHYwGQL!/5ӽw|ߤ}ec_1-8%˾%GēqEѮ}bwgC,j@6bŐPIqJDp6cQGX6q#5P$z j<e7+krFI`s((%mg+AaNXDl$Ex^Dw% Fk F*uOQ4zJ3j6MBbC/xP7$'E԰|KKKjjjNсTnDD(jnmsCʆ)7'#]ڊ²[Wo]JՒ +Kc[s;7'w cs{zIkm>sWGЀps#w͵s2s{;|T\ JI K^_ ߺSS`c\u<>8-H{ǭMܾq?<$v3@S]'2,vj|"$Gcٔ)\ņ61{:F#0}b>pz&]vqp shJ|[jpQj{ +"(FNO0t+o̍,Gl +*D <絉RDD KG +[V748ܑ9P:9CӧOmXXثk0iezP'L{|BX(v̆%q[@`'!o3')prQ~An:J-xg?onb{-/˽6tZa^ i~57[>^[ I8ع6u Z9\R.QSTW;}AWCw{B+A+ kuU i|7{N 5~gꁍsOڍmo2ާ +dr35 D~{aaAEE?iTTBA 5+3<ǖ*G!rdh bG3KLK]%>H(R&nW)EZ iR9UҿոZK-_ +.̚x6nc,7[.vw0C~?NL4P&&LQpWsE@*Z ٠.| XR O1RCC@[(Ift8VoPay[P3߷x&QP\;{ͨ.Z J]J;c| W{K;x`L('!ėdDYgkA~ +D`qj/nF@xb ,B" K)Tr.mߋFɤHM r[oiiiϟoPph#4C=cwu,lr&f +RsG'gwŧ5ig/m㝖mebiljf`gm`\URLxq^C?FT +j7v;ڸX>@X>'$ s8+8Ңj'/C}ଌҢʮ#`I +a/ݼqe~v!*|\QoHLx tN\}XZ[9y"*-,wwrBà%&HեNzG%zjA8 JA-"];YME]ˣB!"d/ HYSSӽ{~4"Ws08k^[U$ ."!&=m,sYWhY$G pVpP7X=h-҂j`fQ HM b@LtM|=7W)G:z@$ŦyhޠG?{m脈hC=S=m:S41:gg[[څGD&HNJ336rIΜΝ*MXH[*h_*^l雥/-l0VwL1-d8 G!*drx~l`eh( ŗ#u:҅ .,,+Xjxw%]+TlÂgA%# f 2e!4-95? <%Z8THi WHGk O=Hچ2&ACv+X HnZ*D "H& >GGGXOV7%jNc +lڵk?aǮ  ߷}1CB,;߿o2;'J'xAt}Ջ\TLsshqÍt1ח6T7ħml 9Ʌ`Pw5ML Ã"džD|)ek/3Wt u 救Wv,Zp@/m *q}x]-5}McWϤ褼FkC/. >ILHt钕u}M%eqCbu4 5 4=ܼxly˴ ]uCoW.5p\%!p0o~혘 +rM$j /pPt>P G88q?A,Cʰj -q$/Rxp9 eBΓ3/l҄k|5;hu[H !%Snz{!tDtjthtiv5FvX 8? |2S5ٺ߽==0M$-36)=җ+5Ȩ}3_NܴLƓH;,f^NE.O[Q?ѕ+G<9٧ww +IAEI`n)9kVP?cF'{)3@uP{ pn\ X'A1ѡP#P;܅1a Q)B |Gr"RPl BT'|U7"jK  )#os|t 1 0)4ѹ\cAG;#X=%>{ + +y8 +c^p h#ذ(Uh'(3AA.PX /MA!@BAQѧʋM{xAATxF^;8ZZZ}ɊE ںJ@n1V6S֙[HC/wwg7lTDe]@iP¨7 d#z HNIbIEdnϨ%O$ +I] +tS8< +*=:a$!)("kE:rH 4' +  mkoݧ|{uaK~}};3t LPyR O$e260BJ#C _nzeeeOPv$dZ.]8]6pH  +:V7RDQ?>|HJ"L'/m Z _ֈ Cs]-=mCc3&HC=cͽp$&͌- vv OΎ/I[龎3Ԉ-@Q Ѿ P<0:7 n3>8 h/kmh750-oDΞo!-ӎI +Q/Μ;w!;;Հҍ7~_윈Nc(pX<>wܤ27yZveZAbN|JBlLpqq۔QA>]aQ= ic.&ܳ&LV-d6fw\:`efhh_M"-ȭN\Maմ-B!1aSK4dqa>uء1ܗiV#$yX,(E@+Y4!0](2ȓ 2ņ,J9ID?ݝ}ZNvZby )s $l@J͝Lpqp{_#e(_*Y:"_Bb#84,)0!ښzѐՔךji{889?LKx47kwmzG RXp3 +&3"1<>ҷ;l,J +XOH80%T-lL݌vbJ#@|QUe`v `%Rφ_d[[PQǞHpHx9j.zO(YR 0aC FܡP>b b~FE5B + +&Ҭ@M}M=zR]VFZG8KbolpvjĢ<.3?67;tAć`YꙀ_(ڿDZ!TX聐 6cAmF6Jf,gud:cGN3/{Ss,jSF\pԩS666d2deyhFۋ:uGH؅4j}W)5GMh#HbSɌME}[!B ÷#WB $9AŢQгݠe$g^x]WC+'+Q>GȬ(d-(ƨ.)bB +HHxƣҐP ʌc:c= VD UÒ]ZTo? :[E"9'=9N#jhmm=wO~򓄄bTl+(HQU#7|9g +DmR8lOkgqϋfHh?ʱDň ѽEQ@O!y_w됀OFc;B1 ?0,bT>GL>#6AP0J@EvDAP8'*CcOg_~1{V)5<~)1?$ʕ+/w8^Q3!n&ҧ*Јn +'8CqJEZNbrTXH@I\atvxVXvxndJ&aơ=)}^KF';ƨ-37~Usgƾ&% +)ɩ(vI=Y/%~}n].]\Y09>k5Ñ7EZl:$c& +1PhB>Ծ"  18}L:YW[޵KmlѩXPczb֝kj'fcgQpv@Uېm9ʓ'`w忊Gr S ˁ6f{tm~v`HkfbY[sիn$fXMӎ OϜ_xG ZV}C.mR]҆뿎HZ=u*=ME(I*Av"xlS>kidnhEɔ E~h_&jra49Ql8ciLopMY + FalM!+Xwf(2ZD%8zjA(3 x-dhy@J +bu wXAA*y^S`o05!}~jqo 3I6T7'f +y}gw0QJNf|zݣyQD(ho/E#e RcukFR6mkG\v@T~5`i۷_Pf +-<<~d>p[%%7YhfX tq@AC,2Hk,zچFfq "Ɇ񠒢U򦢤 ;ķ}ztE j8(y_]pj5Z вAAAAPPP(DqGK ,]6=VI +]bX"m_sN7j7jĐDh'hu5V861<<8=Ѳsq8<b#)u?d!s_p>ͽ *^ XTHX_`*jWgΜx9 ovuuƍŭ#9퉶q[BbA>U]CrDP_&* +R['m0GckMňqɃf1Q}z6_]f]0T4V;QN*$-?9`2Y~`':QVbkTUI]I~Z9yTW ÿV&v($8sq>-6"~|hKˡꓜR^vNozxDǎ6.5lGO^givm`mqs<ħM !9tRL+4Ã3c$ _3_q0!zvb'e}llx +}ղ⪤}𩓽 +V].$oX;Ҿ@԰$_J֖)6gW:aOዥx"#.LXe"$HHd%U1YiWN3J ,j\0RE)3#}_n@8{ؑAb(x5;D'=o__W aцG +,Yeqm(x% %xR?vDP5 p `vrH6#?U썲*֝+aLP(Oj#qPѭ+A!S]BvG}!sw_U֎&%eMѵ7X9h\UC414y皚=6N٥+k(}\ j5 F466쓕嵩4`6J }m/岷-' +؂\PNPM쿬_D("ke fUw3 PBрj8Q>9^"2W(vʑ~[۴qwalAqߺy\CžUE\]Iވ;H?'Z (rH,g@8ΥԂ(DEGg +ڀ+b6N# djb;?^(D|rhс#r{|gfuwl~wjc|qh{#yQRdѤߣ'ѕnƭb,FML,R t00^*j@17\I}}@}3u؈U7=6 aFr&`1IO聭wot[QT06/CϮ>x(Mɥ⪴Č'+ MLm4s;(ZFRw?}-C3aP)㪫hR4vr2 Pkg<=^D(5lSN~6#5޼vW) d"e6(Dđ*t?XJ!E +emuInϦȺ?rꜥwLQ&v:vzg(#Ku&k~mv 6cw<MeفX*dR +3d<^8Z2ɓ#S?j@v +Hp"0 \dP9&H)q U-HTy XR->2}@/ͮdtC;ח42@IP sjnh X^r_[Z'Ц) + *CXL#3ݭ.4@VAbPinfkw}LJ&4!\0[:312_W8)6I?Ʊ:)6YŵPiiA5[З'Iq]@4>6[/2E sssd2di~pGN)]`Do`b60}>=_kT +1,fSM|Jq}yE@8"$3D* + B*q=%vus~bҷ}/XHCbiQtucQɦQyJ1RnKؖU荠~qҾD":G$*gú+I{bE /s BT)EPh0 +ޭI~y%GjJ:lX,@iQQY zDl@QSUϞ?}5 +Wb1N'Mk89Y@HbB, 1 B*rӌGQ'L\)^,)[ !8jr]Zy)m!aƯx8G;VYd,wۿ= 6/5XK=zr _]tio\pV'dJp@{!A+L-T5 v_xQzNW{ߧ#-u=C=<W+oh4׶ז7j>ND!h' {895v<-V9sѳR_|w$&*w^KMŬNINB"i17~fK}%Rf}Ο͠rYJbʹ+ACc5h$ NQY+=mCm#%uJY_!m)|~li_}|2!k&e,8*ArsK׌~ÁO ǃ +&G|+&R7-緑;첧x7qmV!Lr׸$ȑlYaUrBfBlgP_8L7ΎW6'fNXnkla^Ni٣C{T|zʲᙹ:(^_F= +C=]]|=O$ .ϑٹৗ]ONCmnlAqߊ*e}&LvZ@xzQ]Qoenw?Om4vQK[e5qn==Qx7?;aSs]#pUzn&V_o?;e q%=mkEV}U +[YRic_hrl~dk@ۡ]62,"aՆK^l_cyr|EHA_ߐAo"m7O؉vsi*1J.twlsQESbG"[&MiԱ&2RV“} +/l #fx_|aὠPciſj8189^QRZ^P$'kG_,%p$"r/st»k6XLLE 82c|><`{6nQT'm@ԃz^ 9KwycD mJJ*~A(og . |՜|'ǟD7$8g ҡArD8)?rrG6BriJ 1؂]:9`0y,o]6>\{֥U+x$QХrG>_'SD pc<>8\󞶅@6-1>MUKsef\t=4@O L;Z{ĴK*Wݼr[WC|dz(*,US +-6*QzŅV7Thd,ͮFěYG&o,x]>53%A550w|$|MZ+K'P.i,I Yg򭨈X`C=cfФ~O.L-{\VP%?tZxH"y{g_\t=1.uvj=7:,'Q@Q=_[x&LMXyMyNg99wXƴ ' $$ Ei]B2n5s#K5S_~ns?2ps0q._?ooeCbenh}};&޻aoꥫmp +$NK1ɚu!'ni!^q)p2<0hBZLJ&4VgK74F_|?|EoHpf2ۘCü\`.w4z1414M +<0]CPxeIngiǧ>V5‡oajBzJ6 - ]=q̥~qp@*![CUexJ^N\gfKۤvD޸WZX.K!M OpĘ䢼O?/d(@8"dW~I2hy7.j 1qvBG?100Yλ 9EľyBO + y!CWpW!fAyP(҃/+ ɥ.] %# Bƀp ;E]aRzDi(P/+X˷}/PtGQbGfo>xRsSj8*OWW֔jRrQ KM$6On4+PDЏ2"8F5F*8=o)2_U  -  +c)@Tz{*Ja7D; KpksN&QW淑+H$@5H^95T|/g,QDvxUÄ pOI y,@BP&<#*xC($8e+S1}͛|P6:blnчZ9mS%SYgxV'%L0~xHlkS(J[jF s] <[c";76**i{ 5blqnU(=X(5ešfrkJ[_ݣrYT̚Ddmp+T "N 4HcK+iJ~p RRN]cgals;m·:n9欅L̽/^&jPm&@_,-twmP[]ondiib]UZ3?T2?s.N#ӏj1uwh迯u +rJnvaW{S#E 3>":"~y o9(-rƙP>3rW6+ˊkB.\BS>zzFeUK?~CWGNmu~ZrBzTx܍w L7ܿ;CǟCgV`f|[ZAмWk5w RE +L`Ng{{d扸S8rµXVqao~s"b&M Ֆ7W4t6/LoP`6ަE]1>2K'LƆg&'F&F&'U9La &tEfH(90@8y  RJGg߹t$Hc#CLpz?jaad%{  [TT Nf+;?;T.cQX,>6@p4~B!aX <4_p۸pO˓.;3U]SZvi{L(9FL԰8Tjwyc '8M@wQ™qhb> AP)tX 1`R3Pp66Q bBꗌ"xKyiwpwX_Źsrss\.QO(;|'CSE VsxVB.Pl{AB,GԆB~W^@&xl<#1m:uf'r4O5~Spq +C$[[64>rOq{ #om53>-\Ka&eikF%wh"([ڻ4,-335T5,@$4(@Cwb֖6m-6wRs{4+S@U+ khUԚZsw*2MGnܵ0 㣘b [9Ð}oWMK(gʘT5 s$o7_Y 6C<=1s'] +C,2eWOV5wþӱ3v n!UFCn6}&E+YGB F 2HB)S$䉹B ~\~.S;c[ݳ <\D U-W/ܴpoW\ݶ7w8,nX` ɅԄt@F}4kתz[}loH"/G_luyU[xԤ̦6C K!_ EUUnoи,1sPWs̈́ؔ%"tavެYzJ)8H0[2Rš✭F hja!]H8+BQ L^~p~-{;>W$?tZ_(8&/xiigdBdt4 t jۤbW +2ʤ y igs &mmPNqgm5U2(5+|JC=c=}˾Jՙo LɚZׯ׷CG$gD&IdX|Dh\dX"o A JIQeybB"c! .KS\s/FG$Ò9QWpińEDGB pJp7<(EG{ NLrpÞ{R NIHM@` Ӓ-Lm-MB!9m=FN@FFF"##=<<eFkGR8Gv rC#^c:y$>__.zwwYKQv(HK>S\%ߏE{|EqyB g_g ,){'fHE,{O̤Kt!+S"$re,H$'֮gÑD ]Xp>NQN?q Q""k[W[6 /xkG>ZP苋fff}𡭵=1WokI/р]s\F麻nimFb\j,L]\ jnDiP_ζއښJTRh?1:SWT]Z?9>ahhS_:)lV X_rYia$D'Q7w8CԤ̩9@jw5aXWpvt757Vv0s*\JfVF.<qK*Wms^%+-*k08 ^ ^]pQ]i[7$[6lvSdSL11vŊ;AE +6*Haf^>sϽof1qc,8|r9̹ܧYۜH9%HrMٕkv88v<igc OwYlL;j)֛CK2M|LҗV|B\Rtd\ҒG㷙X*Ur]#¢zGlzG,vdK4`W+0 eYlPc<'r^Ua}C-Y9JV,yoY9\~ 7CE sjx'>`/(=/~{>#__?'>~+Bd#OsU++uǿ:X 3=ThrH]z'.ǛW*Ybh0o˗/i)> WXlƦ&F'4ISǦGh#t87<›0Ɔ(sb1>49OP:zGz)ݣ 0:<}Ɔ~--t1w_revvBX$Fe̥K5d2I +jZ٭bmd ]i=q ),5Dcyv rzDNsLaZ2N18PiC;EnjM@;j7DYΎn_>,8eOav;%KM?^W:On}pL'N Jxr tKP]JR*\P +l+m<)$)VNYh*$h䑰CGNgokJmv=`]u H0*">$(2ga3>#5Jxǎ]ó%j@Q zqiCE WJg2r,H< @8z: "9̶ {g[o_=P۲w3\^Wy|cSR|ɶ֙ig:Z{b_G[6nx;G$t,MM6o0\tutnk=d&t,'hº7FGT?7ɾlGgK4b;8CSu)'WS=]]}Pxsm{Bt2*,$0}{wnwogikr)zӏhL[Yz׎ݟ}ꗿ|죏V={4@* r^[lٵkH.)u~ogB̹댊-wwװzFB/jqfpC=+jƧ7v_)(Zfv6+nI5VQâd ҔZr  9y~jɜ@C=d8=5pŜi*媦6 0{28%M mvEENM  `"dh>=. :   :~'aJB~'/a*Y˷',>]M1 }Л2{}k_<G|JO=g?p=c<_.))H$zxuVWWk_R8& +ϞK!%SU +W m3CS&@6H(j 05sb>7 99pp$:8`>`)%Eh( +̐ + {) c5 ;,:CW!9Үo͖ёqԱ>_olhxU(4EjzaýxC ОNx:x4Ȍ:Hp;!g&v4aDQ)=2e=-[84&edf3}aM +`Xhing[HemC&( @gx)>S8xdNH?zҚ>,wG%{p +;M״6Զ,4/T?}6T.P@wMpwص!1!kP%&*imK9RUQ{vw붮 ;N%gFg:`OgU+ڷӥdl+ ;(518$",z-6ܜ},bC>;O +v9.?iNM1ҏgn']z¶|0 +63 ޵&ph?F8uuھdr w% OEHKzzz>e˖%$$.K͐7D6fa#C V#Zϟ_fg}TFe.IM5W:y>0 +:g][>{x*Kj jMMM^^ޙ99M)7;#̜99gf:܅kiG_,8tߴ6O xaeq?VZ?dN9{&Νkjja2$gє嵵˗/aߩQH쬤QV}<)O"Й7M"Q0\mPbpT$=Cϒ +t 0 )IX]BWC`_.RIDd!oP>2@QaPJA!W=|y;vvر/%X(Pۛjb":ǝHB+3RE{Q@(;a.f2u]Qi''4Z='H:UuaqD. mQ_S^_WPɕZ܄B,Z<3߭ 6Kښ{fxxuݭhj5wOSpJ5eqkX*wa(!ux +7TNa`+ja[xbaJ{k6/T#ϟmރ#k'ɡ1(?~d_,/kmfv^\6 $*Ng -̍ιz*-tig `{%/>u}1F((m&K,m:251╱ 5VfMKM? B@-嫆{)ypY)P4 FBlèUDQJܰa| }Hg[~ޛB:zP,c#ݷ)JOOVZUZZJ^5\9U!θzQŒZwkDˉ&xVR" +F6Kf`5A Rr &Szռ^bSlhZ:8%0tYjPzC3:>3˙WBZINPr677?PJlR 'Ɔ?Yꅿ|1R{iq0ō+jPїk+6 +CCF[ B žoNpcLʆJ&$%K&C- nڌ}|p9N!GyL}X™n += L BHd&@6,o?5Q)$jť}ށiVTFUn(`D:ogc~ݾEQFEÇ( KB:y:GFYBPi% 5*>.&y\x|:C㡻LZ!$@OAn K ;ϟ +"P@rvD\j?[Qi 9ʀ0A 1 5B֤A-{GJCaj1 .]P169V~#n!z:: +il$ >$A"j +iui!&8}GP$KS_oܾe6O7_\I1$PHȘΈH! +@2RqM3q`F(jaPB& W-=Bg#+GBcRSһ;UR 5UJ6 "UMp Bԓd簙bb\$["&%'?Q0-zY{ߢ3(< +V{d9m(//o˖-&&&ٰosfK3p814;"|؅ʋl_T n9{ދ+ha + FR3*C.z q:ڮsJ9~vxQJC2^v\ 'TONl\{bw _Ϡ|3k鿙)o'%t `\<-܇pK +flh\1>8 "~'%17qF8i !D )_G%&L)"7X +$:P&ߚ|"Z|jK~آ3LZo~|d vIJ0tj9!Zbt8#D"K+wj H(D#$( F!.RI +)chn:%L˅#2RWz iARā0gJXWohq,zL T4)h5 יB8()~La=<̋C'=d #٦v6>F,r<$PElNK@(`n*5eT*_)+v$ xAſH!k݂N<|M7z=".)ƾ:@ߟi|l +lZ[CBmgggaaс><H lnna0v=@anw+I6/egEl:oD1W])_%)B@aq6V(΋yRX k򄠔%<9܈T! +P-@Ey(P $59ř0qa!|ѠyB 5O4kԄD^}0tm I,)j@Ι?C rD;] +dzy vd/G +Yt@ 9A$9HvD} RMgMX bKXmA +P]yϚ'%!-.:sLAlDm=, Gm`fo-fmmmT*!` G[4#Z#6d#$;=|a[Q?R*ؿ|\$ &i(j0%JB]Qo1 0snVp݂ -R- @I49z$@SizȝJÿKrZ<>)Rz%S,rTuB 1(áJ!ut(nQJՂ9 t0y#)1#J 㳴Q&f_{ɞYN\ȫw} +Հ>΂4P&d$O 4q6l \٧7r^ 9DL =1t,>n<Ȃ ҰAU +!D0臉HwnXڢue$#ݼ>$քjD"!!HF}06ņ[z]BgA#wC)'ٜSP2k!mV-Mw7@h#zZCW1F,b[&D^-lg ф>Nåy ͮPfiKnַ1x81 +&E;wEf 9'|:|)a:!@҅EW'FfFH+OE%G-K*1w~6W[јy!)DR\rjҩu +dCYN'ǥ&D'CkGFZ;L,T̓&u@ &f;zJf&qzDИ5 +8qXLbLd\kG:]-BfҟÒ5,BsHe1;;{7*[[[?30@ lQ)CB20Ϛ3 +@S`Nr ΫDHSjQ0@-M.R#!O`0=<1*ڀLD9\%$Ⴤ'1.dCS 3}| +@b.T *NƔt tׇjjjd2]42t[DꢓP_5[M0ZG8m;JRBK:ٶXma#}^ }_Ҳo<܄7y\Sj +=K*.Ip:޹)><>om/U +5DvquBtF l[B1Ғ0|O2+j@ }7?=ěG + Q$)_%+7GZmi{ȖqZJɳYy6+;'fJw;Q':r*l 9}*2HJv2;rMO +&o UEȇp k5/~_ b駟[HҬ9ؼtA!=xXR(݅%<$'0P 00 7 +{%4 { %$82SB^ +l <\ ODž[PP2oɣOAW"&CR gu#W'ogggE/Svtߤyg% WՍa&a;Wuk{l/ os@Z.A%`% BWfiX푦ȼN:C),/89bږJ93JzD (JQ5HKf~FgZ-Q4u6]Nů_{͔TJ n}nc|W^/{M6GFU^.ɿgʏ<>7+63Zg1Q 5U'RN^̾J.d߲qI*ՖVRFh}#a1[6{dLr pPϘΩ fTD/yⷿ` bye}>q.oYaӉcija1ǃ"*Բ]v{<}G E^HKRps6/Dn`*Lfkk{ Q)d@F7+ZCFHpMŗ.U`$} <>ഁwy_ɑH$0(#6<-P(u >*f|Spۉ֡9^'-" "XVkY:kD'IҪ'U0o2qm3:awBcT^I:[>JL/b:*k. 'KxӨԄ{% (q HFzp%CCCR.nW@g8rXWWݲg㟟{'28әg??> 6_-&If_7GeUL$i_~ݿkwz͗ /]t󅫑cd߼dϮ}Օu"1ŒCԠЯWoqP)ec?ʾ_ƮW~ +w'﯌j hqN:BsvpmPV\ΜD͑*jXf T``s=uytַ583y +`;ށ=} +n.ml=.Zb%fwkjb\} ͺ7>DOIJaXpȑ51 ?{ '3:<[|9$Rx&OI8:w 8'R{Tr&"yM qI}wwN>JbѹGd2"- +r'J39R-|5((qgRz^|Ifs2ZS9V}10Bimq=VMG.Ui,[PQ9tH bVWtє,PWjQLR6<`T*i|遦wyW_-++&l|?K"zqؽwY\T4k^>WRTZ_eټIƄ<)@ +=!6N8sm #n`cr≽{L-.(:Μ2cMNrSp^ig:{@N{ݠMPcXpdsCaVvPwNa /_:[r p, =o:8T (1𰣣O?mcc#IXlaa?] +IGl_̝oov^}wCz:R-m~2wu=g\jJu[:ۻfs#C͵_mvu˵/0:{|6m4\tuŇy{uu1-9>4/;˕_C)4+`@򚩉`~vݐG!֜?}iz;A'MFEPF',<7 +3vCVv.W*GCQO3}@Ҳ|O>$77W(w#ݣ!w /p>݁9#H?X`ȔJett/~;-]<.htjaqj`mPuZU.c(I +erUOHoxcv`(^ pBA;1"%\z+ړҽ;)t:$W(bR(G%ɼs*fEryQQ?HKcۻl2w[n-;'pe~GcROo`8%dG['11[nDԠ!TJݕ.푆VL* +-=ڔ~H4 +~A^ ZdAc7T&M5m +FđxbqK3ۈ 몛L>b.]=y9q,П;:yVr>|#PT*5**j͚5 X,};hǔ4׵;yGn^p=gמ>ohD 7GN;3˪"5, Rnl6(1HNaW?R6:؛y 1+:iIVVl iz=ʈ9U@l-쏄]/=\}ܜ:Z{Ձ sO_Nj,+VV351'c1IkVM8H\j5 544rʕR#-aP +cǎ_zPeHKo܍Ӕ.Rzk۶mȀPq(ԄAIJUl3 [ֲ=yXPjd{/)l܈cG*0l^5}a#aǛL3J=PL{#Z7ek`4b^0 إZ 7|shh36Ғ`fW^y+ߦav `yIH`xGs^>d-f奕<(<4ͷ$JGSOρ/VRXÔ R[mj ` :\K5ֵZp}:,\  +Fa;C;cc!%4zA{j:;q)-& .[/SONfl\֫SL;c"51cfȱ7=S`73wk5_* "0yZ[[9`х3j[w;\PnG]=Q:WV\pbH԰m_cM\ɤ|s /=a8m^cqG75STVT5~ YQDX RFuJWC[COdh4j%80s\tU=;sGWo(\-;Î@jOJxrSM6nJHxJN2|WZUUU|ht>EZI0 PHz25Fü5!TXܮ]|yKCHEw}䞿5ʁhϸt{r)D-vYTYW*vAiz%ZFRJ/upB);R:,Z3:/TOfDz5._ut_ vsohLÀ{B_z'.K.=:, cƸFzpgy ]5yS"_)(pvÝ ~Br26BsE~AxSPdR+ 籸S3'n2swnm޹nͦ+\2:u6@sə3gMx4ZO,( +<9X4v\},L*:⣏٘rԪhأF}xbP4Dr6t>K ı4K3ۃac$Q@PK5ŢX- (oBH#kmٷ1).vBp:{Cu'2w;v=jjHP> ?VpFZYZWkdž'"ݼzyIWmi[xpc'Jg3#6o0=|r| +XLT-qر*M;|r^֦N8//^fgsE"ct꘨DG`*ly`]#l>Kj5%%%~ׯ+ +O#(p{F2k=a=ҲQFGop3|vEۣZg +:fW?0/QV ԑXtj*%4VZόґ9S;F ;gQ-{RiD/$z-W߶ `N0*?@o=mz%v\od*.6=.eEb7m޼n>ɩQlw,UIuݣv;HtxoS%m1r_okښrPy4"T@y>Rprͮg.b:,?W>Ǥ*q߉cq)8:8E=f&6I 'MC;ohj@3$)a@)X[[- mh`nZcJD;+Qyf d40}EHEE[lll__epQQ.';r+p=9şgIgw$֝e*l_ a{phUFk6lOZut}l[hNߕ&(M& hCs!n,%n_~hb]999/_y + +O7J״E $_#KHٙ'kw'ʆ=;׆(^~mIr`mFԫB4wOUkc#ōTZoղr4aǾ\7Ec8uգO49/Ԡ0FQÝPGGǾ}U*qzhoU"ͦZܸ24MOOX,.Xy^5"\q3CUC4}|#nr@ B΢ NM$MxL@N4wV,$OO0(spFđCh,vj*Hxr-)4}eE%Xؑq8YsRP=96 -4TA*/nnIFsl `O6$gg  mԀphUڪ֦n:%3 9y6]|R*bMIHdccs KB,!imq +p~gX.+O d*EQa;K*p/%"8|]i=G:\=[.8/w?;띰C E|_7`Xxp鴳Ԩص_m4j},dvnp*FhaAބw1ObWJ?ny;p$"aW@ZX%lzb(j&;:X[l`EƯ{ 7 d2Ѻ^.Aq7OVm J 4n>{MTN!-\W]@ytě U,xTu*HY3ď(k\t-vx|QQL#ƴz \4gM}7nj0(’B }6b!j2G []ȘU B6![ +1"|-rP RgIR'qRH9?\% 5p#.*"آa^B(b:G(N +H[X-+LJ'K?z䘐7cPK(,m +23pT*nii%駟-"WЁ!'O@7ն<R_ը릩L!uכ0%_4{Al̰f&Vf۶ZF5wiX:n[7XXZ{:rO_ػim}/(dI +drڱeUhwg#1cÓ3R@-Ll췙A'Oirz{tWTWSQ `-QdtF2'~1R% [ABА U*!d<Ch +=#4ȵ9iBu}P~*3bzYFStʠ'+r`!D )V54e\΄vӈ:-W&(SlTIqD+PJ#1H{n|+A;z63gr&R^\DIR\y}W _9(&*oNp:!>KʙܰD wVc` qI@Z >$>KL%837#NK6$EA ýktC*d JwÏf'ِE9 + m?߱c[o'O=xK!6ndBv򨉄<ב|20&q(A fhsи3&Sp/u|ek!dc{aK3i8+ 89EAlB5s3MepxϚIs Njҩ6BAjn!FD4Ӥ1L*L2<2qF+SܢIlL>ۘLt$tRe*մ.IXlٛoY[_tdlAQC.{ݼ<P2=Mnn>qI]Jp|VI& Pгw;1U3^GO(,ba ?IQQǣOcJ~^YS0.UMF\h^ԒU62"T*BL]CW/H9d1:4Pin圼 jptt^{>lPAB dZt}a lX&Y7LodxL7ӰE9Qsnh? vÒ( P"tK*|$amiHw|d~Xuo޼7ݻE":rmll{*#Rʄj\r:y^QI1GB:'E!{^.j1I)%Bg*8T0H泤F +"" +QP3p nD08p@N P G$FEź;zN;KU5H'w+ gZL()"ãxqW%jZgVUo1W.Ï??WcZ +}to;oo@@Fs8D˿T|4={V}߂&}GO}qnl'ъ^oڰs\.ÌKI$@p<##:ry$4o( |#_2[#ЃH!eAȸ ՛  ˹ǾƁl!j*Y;j'g,8bp/ik &K5"& \*d⣈_==wK@9r\TlPP|og~㎍;ӒIn;.:q1?YQp@bq"Y}__K/lٲV%'~7Ydgmvމ'c^㟞}is_O1&j &[__o;Ul 9j=AUtG}'-u*ҰA:G*<k1FQoN :\+9I c=Ot(Ls9z.PTzy#$f/5vHOȋa edAE~ٸ@([*x2Wu"  CCgn">)ؒ$p{G)'( K3&j0 yz{{---/_"yXlkkO ?Uk1w@m ^*DB"t*lhkq3dA8@-Ėc("1 c M{H OU) !HȾc@07M$L9p dj5NWHꨈ_?;gǻfdd'GvÊ3M׳JO%&&HE)(m;Ο_hŇ/Hk@Ko.jPcE%?#')2:۰xj*Jdj +uTfVزwܽoxp6}&UGLLoah#C휃'Աik ?@԰Ȁmڵjhh(̓)j>`+:S&j} Ңn$ǚw z@nCS4@Yt p8Ec@(cp;Jp2:PB (/r"gp \!<`N&Xt>ꈦd"\$paя7wQԀ +),,_e˖I8pQ]oߖd7LFӌIL5&v,(*EHo+ Ҧw:J/Ϲw'hnv~rν= +~xw$A +;VIeBmR, |Oŷa~;i!k|pN_|9|OùGGG6q9-$qA<|j)b볛^Vl螭}=$U!K\{~jZΠU؀e,aۺ#;~WXBa;M)ӠʕX@У!V*=;B+3IZZ Xj-@ w BUN?rkַ{{{cccyuwwߞ_y:>P+4@$_}Տ?X&'HROO/?ﱱqL&6Glǀ9Y{=PuZ\g}x?cs +* vt|䴐fsۡ ?822m۶3f$ `F BV=,x *ĦGo:폷OZȢZifdxޅ4fS(-Ben˞ dʹb~i7i`zj坝ٰ<û)8ZNBVH|Mlq*wmҥyEcj7]3TSS'P)$P fۯ k52c 1l}p*(|v|"Zjz%B# wuuumii#B@Uϐ6&rGXCri + OhpUѩG#{'_U\Vsߵq濠J-P +TE H[ЀNk:i0q퍏7,Y7?ػF*z +VNwd}sjFɩ钷7o&$$̘1w9~9$To߼yΝ;7nl%ްi-l6o۹fg~y:66 5mLGFF?sΜ׬Ys.[m666mXȯl +7a?kֻC7s5</ơgqlWM'Tzłi I@Lյ +Lmڭ1pz˹lbADMd#㒠ًKQLha/4h/㦨F@gBpq)4Q` :U/aj)QBN͇] B^[V+di[ wnk..YY\T015ת{!.xBGKjx.l&{ HxdqF>6! +@BƒT|-E>>[J7 +@Ts b(F~4SpA +6d} JJ<5b:tbƔ@@R$er@WZS#DE7\@ _ABzQMF.: ~k~^;*G~.~w@ 2Ç@=bژi=PR*76.;B_s$(GЦѷȈQJϭzQ=7nƑE1ն!{WJ7Z`@x +BP+N;R0sL(CCC1ո4KΛլޜ3?yoG~:{Gg~~5+]߾ P|}}F~B/|/% 2*jKy{B Z4Gh!O@FP)~1 B: +)Dž#ZBC[-daoj~HxPL݂ < s5 H5N. ~n-q-l;)dXD=fb븦aC6YkY.`|9'!dъ^14ĀBd6"uM~f$*)ۖ>q| CEr?b1E/hd1CHB$4pIxkx qp3!$7 +MUfJ)v2j +HX^i8v +5X2?rĬY&00P,Omn4>7x\dSpyVMVlX5~ n(@p#֮bg\PoJcGڨ9^D p-t[g;B~ ^zppܪ}9u)4O3Cĝps9z ZW?9=>bB}Xy1Tj21N[%an:OOϾ>~zpZH[x#ϟOLLpBɩ/§b2 , hdQ 7[:U zRˀds(5@-D3ԀB4ܥ\+Vs +@WPh[ +mE90Q"A)(+uR&0Trh&hڊ=d<\jvk{ jxj0裀{ ^z0JAFR,)nrDdD  ^Dt t½e06fbro@)(A"$E"G wG(!$" /m<3mDDCa2ps&¤D]LTXx|qpjjJ#)XLc"T߲tӡQSI,1qAk:A ,Qeڛ*՞vUWp *:Z74`Ro&0bylWJ` e3B( +"*<2bp:0gz}ӵ\0`4*JJ9h*2ZZR[ZI |qʕe[PôpŗqTa}Sh + eO+$Rkߚ_b:V<>0 p?LPNDJvRbr\᱒R f Rq&}tl\h$Fn$w n_"bgS-,~eX1H7y.+m,hcsWKcР(j׵PzZXWoyja;'Z]hsŏKVaڡKikkH$*&+/!I !t_oup2H gKZZ!MBD8C+rB +)"@N/ +Ār_Z(ӈ:%pJ9Zw0͞ !hw[|`~6"$ ܡB%jxE:1 dKXIOk.0JPq5Xs5XizwWźh +0A R aQe z-R3x4*Ax*H.ȤN=N=) Z}2_}::sɓ!/?u=@_-FTІ؁ .V50|3}=j@oՕw^}fѲ0xlaq;\Ԭuw7,?+!!!11ouÿY>;5ܡ:``g M8`R0pdi+yI!}W^pk&_@BWAY!bg ~eN1T]VT^!^;vhGMIwAY8|ˑ7+e =(Ư:(e)(O%T 8iI|vRDG@34;:+|^ǧ^cFv빬+1\E *7ٓRNwmNpWb|jxP Q -,2jɹE+ae*y}9?hӞ6InB[ +cYiZI@Z: zeOC + +-#5Pj+,ȿwW}хuWSx&4 O~`;)-P^W_ތ&ux7`9FU^˚#` :hP봦| Ya|j-w[^w,La6_~c;RtUZ)Pfi]%dQ+)1M-] ~T)XkUYE+r*kTS~:Ao[g.~;h9M :jYB3gΌ1{["TwB &=~lʝ<`6KNg}}35he%6%Ԁ}8 Kڕ~+?}~G-T0XLǪm˿(gӞn9mXt!)b^x,"]89-ru#^'e,V#,#BT eA։P?[! /H*1S-a$td%@Z6!` ijY)lstR6ɔ3|Kn&7h(2-tۑ~'$b w>BַUf&to&$5lӛ +5Xp/c+~ef5{Fd78UT-i٦FZ_|KIu[<ܞkg 2ha)Qcp*. ̈UKܙUV7/Дe΍)hq~Ok +7Vfݒb:sJъS"+8BB!3gT.1E$W_صzB 4@h)?]0vM$8*[/(x38q_ωz.]V93A=\QQبҏ}^`ҥKmY_*Xgz{{drSS>qE?̟b(ZbR c*E)G?tr@Wɥe<+b8mӖEh墪[8 qt]e/\SW7ǯz |fJge4r|Wb-Uuдeƛ¨Dqs 3j9o޹n×ۮ ]8hz1|ఈ꼨6r}QAhSᄈ:)/oXyϵYN^&q +PoΛ7O١Pڅ͔DMW9,áS;R2?];O{H-Q2Rլ(%'ZF ;qyǖGݷܼ3nBƔ_ + ;g#j! (kC|^twK.>4c +yybfon|*/E^:Q睗Brpٱvvu_ΜyɧqKSBb{ɉēnlj*ryu3>'m|6Er==g+1}<,ыiw8Y(4YQT111pF[Wax5E+*g0\֬%PK +C A5z5*l-B jLQCiiW֞ ԜS/7h 3,~T,M ?P CF5DSN@jۈ@"!xZ!|'FE"KA}Xf1@TS* !: "*-@BV ɐ=هŖ .Zl- ݑPV=t|劕jx Doo﨨(ml*#mےb͝;wҥSSS`mmm###q ~'P} gj@>_7+ťx8Z1_G8{ +bB0BAE n67,;!'o]Mv+endtfP;)F5&]pU]cl/<&dFRmsX>"|1G'F59gF4qiifFoj2B'/SsVVZ-@xW,XhH5̊ +}чݵNXnNəS#\-i*'3sY$}[u.玃O{E:vwvpG>~nHso AwoH=~{ CIA}o\>!PhCAmD0T<1% K1Ը2C5U"-1贗mQ񲌰Kd)U=5Y Q\)!9=v Xp¹om[Hve_[ǚN۝=HK,i%۹nɧa͹%)gv~}Rc:]ncW$4`C=r +5XiE ik׮o~wGh#lR)}%W oQlƨ:=IhѴWa]~|= 8±").-&.5ZT V0'g0N}Ҵk8C-exx2/5. Gr+𭎼x4TI +6vp4YɎQE5PVltҀ p2ÏpPQL]XX(Yw{)rN*)X1&d<.X+ +I*cVT;b P4: o s*rK蠌N.=uRPB{WZe@9sҥK U*WeC+Yq@ ݕ͆Јs+جJ=5zyUMQu6;Wdx}~CiJ /6{YU1O!#M[ F㶯^qeuA#5bVê3;[p2U YĠ ;ύKn +BԵ@_5#Λ/G6.onr?=pǹšݏnn#~v,8y#䞽-72,ۊjj,wr/Վp +Q u#aͲV,GOGNJ -Tur5@'_U++j4Lu\ + U +9!((@!m1k!cD aŭP722ރdܫm򪬯wss;vXMM-|oJVz|VMOO'6m4:: +E<ܓfL 4 'm+tܴ*; +TmvΛVEn!{ج>cw1nUͤdõFݵʔu > Y}Ik圬=B<it,.'VeWFvVx,5TR}{mhBVzugt֦3CqCUVhSazϚo>k@-0jhmΟtHEu TނGB 5k999r7<Ҁ"`ݺ̺McZ^Fa:tZg|yOA0 > O00bJkϝ[m ^-ڬH 9sݻwbbӯ??"Ԁlm+д, +ʾfJ=)NsG~B:讻FJI*L8r9ƷM.*6SBB)v&'7?Ώ+BRk3N\/X᫂<˾l)'5A5 c{.^8t̢󇆮R5N+-[J ZWyRDc!'5v-) \u7yĘ#>Λj)eRDyؽLm;;t%/"xk/{هVowǟ +>=/Xgix[j&s& 6w;uTooxիW322"##OQG>}ldtĹȨ谨ȑa!#R}(8' y ֻ{ 9{6>6.lLDTddDpD_@>"22<"*<<6}uHӕJzZg6J$OOϙ3gzxx =5)Q9(Jo P%[jS{vr.?)hu'شhoߐQɧ} =sqYTsvD +=9jMpݵP+C^ B֍ +q~zQ^NK ΋9s*5nGS~Ϋ :mgj.5N/-,ܾeݢ3Aw{[ fFٵ6~Yྜྷ|^0#> ¹6*9jUq'jmGqgg_~0yyuM^pcnZ׆sgMMə.6-!yӲׁtD(T<"BPôB Ev+;[LIDi!@VFT]Z_siݦn{!W !<}=ӣmھ*'&&SpUY}{ʴ3?: cq$=HLPe΍~𪼳GIJVBi_ ٙ}7%ğ[1JH>cΉ']lYO=mK.O9y1svX7wf8|{rʏ<6 ^ͽ'0黭Pu0p +XfoSNߡ T + K/+_{gOxW^~xw}}oڋ/ҫ/x^Ko2/2M̯_ |ǧ~? |gko민2㥗_EQs5(/JX;~ι( +dAo^Q}]t6j꙽#zd4=2Wi$L,E<_ wi-ŧ|=wY6j<"^ +5<:::N8O._jZipKcKJVzLV~÷>G?<Ԁr)KJ/o\;wnǖ{w;4#LK2/޿}ekW|owqA@YPvɞm6긳meNNpւذ#dGfE /13(٠N^FznTx.+&cfԡ,8wnVaLв_oٰ:+Rg^:s,#j-.=e-'=Jg%Fk +b*8wzuĠXr5sݮ~Jgd/6A O )9'Uu߼|6Kmp'@Gr6,uږRWAޕSb;}b%KݶZsn+-rٲ˚x?Yy,-yv{lWiv6ŒU_qںpa<ߖow\pxǦ gܶU&TrYlRO;qBmnٸ};IدnX+2&;;帓-쑞;k֬gy?ߍΝ;1ִNNN?frs!pwusu{?ڱc?nnnVzמ~iu8,-D"(?ޫAk.;nk F RTUNAMoc?2Ԁ5`PcQ Y5yQIA޶}`T0 -u޴"9{ttg8\MVS=TÒ~; txd\Zɧw,1| ed X ;n+8;S5κ'7p )!w.#fuZmNxхő@Re2t>2Њ*>Wf;V{t Tt5z ;sȤ9.g:爧ٓnebixEq'ܜ/\Ù]/b.Q'VaXper[-c뗕t2pȑ\CB{.Xŵ:c}!6j璀 -KbEԋjk0"ZW}v+-t2cZeƹL>R"B`C4MJ)bZB'h3A'f ,Fux1BEL{sƚ.ujKQǚQ1). IJp^;JPJLTtP@KlPB^I'"CV  mdTJ[@֊_FV;N?=digijSro<$p9'BM2Kq4hP6-(-)J$y^ȼW.gqA̾T$HmwdNi@V^&ې @&lm2"uGhk.&t_"e%P+p) b@E~l.UgȪ/r)|3Fˑ$]k#@j*P&Yzj/ Ƚ[S"@CvQL;[P.K8iKuT ,}zj_0ߣP(TKmLLL|饗~ÇSTA(#Q~."ShT:bl3htJkgCp^*VtOȉA>W64䝅AaqAn<0}s=M'] +9@8r0)cUc]x^`,(I[pﴷÚ;=>tiJq'ܜ.aNp iT*|CdyOy +>[c(3See%åLpij>jaZ(hJ АgAbi@ Cca}UdU kFrხpqO-Pi)%FRL54Q/J5X!*@#ZuK,tH8*Ϟx'§{P(Ut +^H?eu@n!-؅Px7>>(<ZE^Y)Zn"SࠀS( RiґxKV yJ蠻Eǡ$tׁJ?Ht{AoL5Rm1TJKQVm ; F^>fak=U踲 |;)C*ӑNlբeA VJuu7,3Z&ܻd|4cƌ˗CCެnyR1 [0b7I0 a&1j-~tp?K'dffVVV*dPC3%WmN y7`ђ$xl=q *A.+Pl *@&ADLe4b Zmi@CPs?|ߣ>tW@)բtmvm1Ab7 BES<2VA48Nxh Ex[+=.㎲jhiEjjoj*8)VK~ߺ9}ӦMVzTCI6* +I +F*-(d€UCL.5`s +HjnՃZ6tTa,|79d_~y혫p+yvo_8(z9j!Y#{*YNvoYI w!r(P'bmY36'+(HOkF"C, ٯ]t%7RJuű'U.6G!/'\̽vuҢm[S]i"eM+3bOm^y[ !]6,gA ϧjxW%ljҏ9^YJ+p}s݈J mp|м{ȸckэb +OӋ) q2 pI>qd փ[fGVOr n,\/bN|)LN,B z8enn>md!: +i" +w;,84b͛7/]aÆ1ZB 洐wC T`o#ZA+<b`A+qᒑ.*0LQ-"0 +kKEF'4Tm{+brItq_ f(EP8CSk15>,bVJgJa )))__xqqq^8~3_Rܷo7[[;nZaw+3f_ܥuX VTU|`FIxAc" ?&'P" +p:*:2|wl_N+a08Gc9oSmhgڜ?{tS>*Sb|A!q.Wd;I؀V3 .pD>~=*>%~-ߵv&g/Ȩ!B9RPv6Ow0MNNŋ  +`_jjR +Ş={^u>M㳾ʃTqȃAg4aԐ3 +d=JT::*:o8<,B *z™ϼ.^oκ˜o?' l):8sG=7.rSnaE9BVfwM~ ߍ;5gW:yiZ 2{+R3춡x`^rɱơ;(_iij>b2غr^ufL5ʋ"|v9_@JVT۬^qmR! KT jPC>I/A?o cbs$ z5XXzzomm咱9.[RRRxE߭/ b=looǽlll^ {{'15Dcy/hzij[?>sTтj0Ցϧ9ƣK.;J6{v;''ߗuf&N8ݲfuQ]"E^"{l`N IDc。c~!*g9 S{Ͻ|kg>D-5@Xd/fZB$z^ Su#GW۞T,  +ƒ~J=I ux췑"B)2OaFS'dtDڍL`7ϾroC."Ea|y [K&?zxLCFXsU{ˣ>vg ;C<󾶷{j}]x +4K/#VŖF=vq±3C-N|3z=7bU;-#X `J0E%;ަc_FA |[` Av)Jh~gh܉./%OQPtYBVnDNHVC1 RJ)P€69;F76KidT)PBs̫'L# FA G_41]xckk7߬!ΛiB:u9 EC_h0}SSSnnn(HJM>`:\J5hTof +" dΘdmqST^ k5H4Hj%0*97o1*)-ɾ-پ.9I\l/Q2bY'OĹPrz R*%ީ~ӐĨ/PNHA;5-'xsuN ]=Wߘg[HЖWocqr&yT\nkNb#ENSf[H{#q)UN/ybw9@c?&9'-i!ݯ0%ر4Ʊ7!NڱXOK'ȥ *A+pj8j&6 )))Jj8GtEEw]}ƣ/h? +"??Wx=_٥ +M8ga;j)!29@&!G y6XOa`#OОlJ.5R  j^Б|B}^>H?Q=NBGxDX\4ޚ1]p :Q($ǁ axV jPH["xxDZJn,d7%/0*UBJLP7%"P>m0^5iud 26P:aj@@rydd$PV j`ኴs=@ wy- +R  +=6,!mrZ=p_ڞ|<"!Xmiͩ " +NZⷮT5dm op;m +.@z  ie)PS#2fpv%WGp?J:WO(x9s韊Q󸥸?'Z[[_A|p( DR1Cma͡rԗYCZXΟ_199Pܺu먀`L?hww3ҕ*JcS IwX ZUw&ljEtCpAJdήizDރ3DFGƽ/d >9i@Ek(-H`sfnkUup[Ef Si{>ZNc_C +l4EMjidu+=G գCOtϘpJc~Txzj5' ׾| 4drrrŋ|>/eBB_vMRҿ|tuY7qPRSw(c_WI;wUzQߦj$prnGԩ` p68MҺ]1E)hG(4͋kuQЯ] *?9E=Eh +ȟΊ%#Jܡ|mO؉A>ԑ|҇=%1Jav"xc0^׬v& K<!EiF(G{wު'6n7߹Y o0n7p[s∪@w:M#idliN}+v vDJ^2aD`NS9C$DB5EwE^Gn Lב055߸qcu}l.}2/heA l(ā;Y +GLQV"#U'x޻lQpd+kֈ[.!WGԂZ2 }U黿s=juJ@Bt=Ar4U\`q"?A+W"bqe57lctr-PZuP v"v!jS52BU ۠G98W_m+4A˨zo~h3?j8ћ 8$tpH +1SzWm~aMf9tuu?OcbbsɅf[dk]Kcjy9.كe5?P3bRoweeP:+IEpDUۘEN/b ,|hP(608j-oq*yx1dV6ڢ v"۶=4[#+`oAG͠艤DDFkK Z +G[U|X$t:P?S5G\agwezYmsp}*X 8Eٸbbi ȺӋȐmOt.LLw͹p1. ք`92ѕll=8=AA(.dY0p$~]b6ko4xL/0p툜24 -B{Ą"g\^bi0 _/V|~7ݻj5PT|!޶.VX=LhtjUʽV}D-~ I +'Xvhx1qs. iGz)&lR؍ `?k1F?(} kCXxE&_D{&%J"A""6XoiEPdt5`DtG;rgӓc;xo~eee +Mÿ4;a4&EVVVz{{i4P(4?Rd===L&sttt}}ݜ AV2H귷M(8 +]]]p8}}}ccc|gM< +Tџ# cL0ӧhT#fC3T0a%"q˙]B i28+?A\Esg7Qo=1C}ԠBuPaC/#aޯS II> "È]נ|@ +4m~x=&鈘BG;m :LՠPGItx50, g{Xb*I^JȆ)d!ड़^r:"`fm#0ƛÎB2/ay 5̈́> DD88Q-4/$尅A P3OqVJ>UԲjjE1\n*5JbcWlkOn!Vcc}pG~/ƒ]C{,x}M~ khB.3s,Y9)S@!WaY/&W7 ? )==i_Bi#e0y.񲲲ZZZ@grh1p4Fע-NFo-[ƾVCRrƿ_3u0A PP}IZ +GzLr}tW "N^E*bR8ĂmN'_:3ƀM% 4!^[1נ~m-;׃1#iΫj~'!DtdEح,Zs^kGq9jI !3pqi,MҪZ32j8V>CFDۣ,\ 8goځ{CrHIكg< N LPbDgה^#jGDk|$C,d%K[2m.#QgfG&@?00ٹE5 ok,$@v 3=zo2MR@[w;] C}-,YOZ@R;tV;=lnWp]Üy8d{sQ0Ԓ;N([m6ܐP$5<< !111~~~d26A _9];uԻ~7 },Jq(P2+a}T#j%bzDRv{sxޓa1L\5ÈK.Ԥ=XMǐJ9A1a1M/ȉl[$OaJ˺`i$yj ``.[LLܟjؾ͹MͅT|Pu]:M/!1𔄦ᓌQBkuࠫBzYr>nݮSšho۫YbBOYyJ&  : η]n[Ҍx\?!=1Ӫ)3BFhAN $Z_*{2ۋE`둦 0eQ. +ÀId̻i^jcWDZda昘hOV֜IZ1: 1U EW44495Luύ%ۿ]3YCV'g?=MGVWX텑a>6WjSVUxz!#}mY}d8:_;^槟cgߕ21d"^خbA 2zc!۪4q+ud|UMUoSr:k;MEJ(W h`0v6 @&r!uAa(l5 G;aaݢcc U!P> RC NE|~ +C+g=o`:A$@"$lxY.WjxjlHÏ([!me0at!>(>;p(srWɰo>x-y3}JSV!4Xr73ZwbS>=SCѥi +gGw t\7o[` +FekEtY-YVHweJ0.Wf!$,oiVwt{/mKmN07TPAzy J`3#h9a2~KYӽwAb)W_i/^5|xG#pHh*蓵Fz??;z8*!1i +3v4@ IF6fG愺:I +]nϏ ~U% զ㴀bZ@ulkCN`SZ(O˙ډ(,-"-/ +{jl.D>ZR|l6.t8\Mp)4'쌶~ݸPӃWFkF%x>T3ВC sYߐ@, _iB=g|g.G1 K p̒ a^-&:$’'1: +f}9GGc}\|Z`5dhNa7FZZ.pJJvJ1 %U-SҥG}qs5H_ +\ːV֡Ph{@ KF%$uy>| cLY 4f;ݾscgXZ*C-rqlQOB͓!zNˌt`w<3, Wb#C#<mo;^gNJrE +>~_ٔey6X!^0$(~6mp%))a}ln]z]96ܚРM#_5hD͙{G-C/WVV߿d&YC+_4511o}[.]bY,ݻw^J6``c@_PP0>>VO-//?x".D8Nhh 5*FL\xb\B\~=66iiiwwWw0_N{`|GovZZz'h:Fw?; FtȶR\__[YZߒ/V|]t>a.E^3Xr)<=p-M`'vGFyԀvaF V!LJ%{0O aBH!v6E&NXi . +氊lT664GU б{a( +\X8.8 `pcQ'gƦ`޸6e=04Wcǚg'LJ LЊ `r._-hjh?td!cm%hb>>GdB@ ߷S2V>S6|ħlqK΀C:!!}1w!g5>۱ =w⻁DƝ8ƍ.0PhX(ȮB"ib{'٤ئ  =HFryR6P5T -bXHXXxL5/a"e"U*h6V-ŋ)rpkOVOa(&~r6h3=:k,U M<%]ؙZQ̮64`>\ޟ[^_X\YU[Qe|kcg{_PQU ;]-=RSZ5ZR4>Ԫ 3ieq fdtOE)e= o%@f8j_ˆ9_۴WJTˬ2 Ug6fryXXPVXB Y m kh󴯣eO]nCFe[c]eUig).|pCtW,CIt?00 Y[g*S^8nu_0A*PcsũzmoMϣQ"|h}K#|Nzzz^^^cccRtvvd(`yy嶴D&p¨yX6xIIIw`0h9*X900\[[ 6瓚^K lll\YY9t/Ӣ<Zխ`0PM9o*7]PSZ%ATxU vTH½x $"gc.ţSoH+:P + $ ;& vx9;HHoӰဎieZ)4<ZQaI!@a0%Όh{#)XCbw* +ǣ=K>A'"{]v+26&;k̀Gk 7KTCLKy8F^hwB@@js|}AYHVe'ζi[ +vUڽ}B lk_ZP̮_W̬ͮA[SL. +g79l'J95t/7KLC^~z7{::G_$*iTQ9E模Eԅvil;]Í k"jylA,s&$T8g3Xyc9c2&]IEIu)Ka+kqCv+v"A*d6ie##%{5g̝KKn[~A!a`^EC|G"xMYj4]Kkc914+mgP}r elaXB\ؚ[_XW_SCVw6'nwvU;]zuG?ZZBL'J,(p~b /1j ?%J*=lny4M_.Ca] $;)hqj^(Ęؤ|CoS zZƔ%x|͟9]`$ЪS/Ü 4](pqyo$ЧUwyᥓۊmY!>vDwեõ@QvKͳe^/}xRC\JS&&#vDnuw.4ex4 6oG0H'9YD݋'9IXqPCi2tGB,d';].b@l)lD8 /aN|B9x>#Z8k|iyG|>w9rëO?CNj0Ň!t?x'yƫ]r[p>A*gV'Ÿ[߻A.e5{k iJYF(ֱ:ɻ n6%1nuI!6?OR.2u pSY\IL w|rjqOSnXӵ{l%%=%"K=[e1>^6=Iɾp/|\:NK+,Oѕcx GZ&AĢ4[+ +(OS#;Z#uyGbOOOz& A kkk볳(v]UUuƍXt3Lfoo},K n޼YYYY^^^XXH"PL-C$::?5 ',JSRR.]0444:::00veccS]] H$CBB,ϯ+c=ʰ +? kuʽ}ҖtvuDV"* ұVHo>-nδNr-) &rz?ßk;'܎(Sipϼ +|t}岐]£Ma,!Mxa{J~Wr@K Aȋ9> W-Vn]i Bؾloźy i89@6B ><)<%H8@!  Dd 28y N000Q+,p-Nd #2(5i`;b +D!#S4d @}-m+PFռ7@jo<0ӟ]4ɾ.DT:YUzQ]~ UwȦZc0-j +-Hrw+ЖT{:0_T,X<#JWy5|5{z{@DgX*kZFL93**J*&+3]ut1!iرx*V%P7]9Y `ETj1a`>%#̣p5@ ,svtLg>Jy ,ا2lRmSzzry}s\\!6pex W}ȷl$4_hIvA~X&N ]iD]S نdcG# m|]Yc K#u̦Panfi}|)jJPCCE9_BܺD"O#> )dc_+^Hff7UgQEnT +D_1PFB1B B,{>[pwo_ò'qS=uK8LF5g2[lDGs~r*>; *[I˥S^:hc>! %ы0χWOSӑe)"U c^,kwו~: Mphyĭr7Gœo>nD (^17X@azj)ިՠC1\ds~b #x (/ {Zi$5G(t笈ZD/*z|ػa4[C:d:[]#"zHmckkWF:2pE1v?wD?ǎXpg2jSWYuz97$C]QWH'%jdg-ݵ9:y/$<ƫ9>+(LvSЅd |HIs~ǿjI" _̯lh _O=|9Ю@.fbP<%%%Ν{ ˴Tww'Offf.//\]]/}}}kkkwvv0Ba2 D> CbbbHHg}'H୙t555`+A hxS9YqMQi*dN5O7?S>;v"[5ԢrrA5p݂澩R(Ez ?}70k&v9V +;5MZ9޾tu{=w6O0 &~[kwuYdjDpp0#T[:E5e6IkC値rv(x>L~DfDDAD]@Dݡ٭ ۩i8D8Dج|"< T~@݀VQ^"RVLpc1N52Bp.5l@aEL j6| Tg`q>N+lÌZr7#ת4ȥ#E"j\1vĄ RMoAQH \RJ"= b!>Y/D%Z2"92ُY +{uMtB@e=A +=$$d_sr8!!/f#ҰϾZRw[wjwL1_brye n"ql}@+i61e}&dsLs{*)'MJ;'ʉr"/f +cjFb QFnl R+`pl3%3*^{={mRf mZ?G2F\ +rFw(,*.*.~R:W- cGpaHhdrxe&*&+%5jG +`.5;9d7OQ=.,u|Ξe ++Ò!xepbyX2"]Ɲۨӝ#Kڄӫ҅-܆d~S0S+{ rCma}=`;^~[ *XQj7ȶQ 5f.ġB[{<-L1|Ш#CԺgQ*}ZrX mj1Gf6hj1A`ѿ\e-wNM\ѣS= 5Sѿɟ$=Lاg}>㗍m" vk;[m21Bp='>bFž?YuU!sDxoy ~ЙkCIQ?~@ps͋LV_.6<;XkzŞQ2W~ڜ1klK?߭oFH}*Nkl7h>ϋmj 5UO]8@eC~WNus=$ vsY*xc5ǏXdG '7>]}jTO}M^S?{*S,6nOˋt:Azt?Pi֕҆uɮᆎWrv{~ebTWk`Bnz吏$ƹߞY֧ۜ;eu&)ߓ"8زٳ_ j_mHHAN7/ݽV!?2GP+j&_`JT(D`c4Ck_i!55:Y{DOhr>x tM4Zda$HnA\jh#a4ǭ e$l`Q0)]ٗæeHRkJ dmW]7eI a[{ZcPo*_5( s} &-79'd}1N#P <#by EVQ2q& .h uF I Nc)WkU! !;87JsZ-| \*%0iJd8 +6zՄ&.p +V3ܭi =5;AB$7ؐu"8^/ +vIʋ#]n֦!b ;vM*Qاc"D;2M^hIs{*;:Ubn=;!w15=.C{ZGzW֐oh@xP!;Z ( , +*) +cEVrռ2Nt7^6QJj:ݏwl/%J" +dmy|d$֜X9lebzC< L: .L.nAa R ήRW4*=왢EPraI 5Ծ0;ڿD8`'gۓ՚i/TY -[T^?B^ ^_|8` I]Kv|kxH 4{ADejGxaE÷Cpn}mrhip1}ݞ#s]:)<]aۦ8>g:" VfXͅBrPcFwi=ҘS UU{.7e 8;w +>\w{-uSJS?{'aLtݕLLfu86= +&~^֚5GS*Fƚ +b}?ޙAlVQ۽l GC V=/5Ü\}#jeINf6 b2sh闎{5 +ҵ.z]k:#̅MK!ԂGW]=!rZ#=88jʘW^5YG_4>;Zu{!.uIޖ}񨿩hRؚn}r2B.֧ݔ@ozbs ^s!"d|w~ӧ55CVh;6JV%|o<on5 .}igA &U(C&~}\~*Вy,c{==ZQc++Vkrp/O0+,OgwPTvG\;'j +vWUg321;%"ߊ{lͬLXodT^` &zwG BRiy9>>_L-I +|x>oU- V#. J5(qB ~럹qټW4Y#6M@1.QŅ|\xvG0zIrIc8*u\Q95p;PZ +D"i--- ߷KJJBE߿oooՅY__/))h4mjjdl6;--޽{i"PYY '!!!h]vnnw]]s'5Bch-@8:$ޢ7hgzA4Rܒ-񥦁"TVVru̠ۧ3a%Cf{+Z_'L5@\#'1CUt~o~ + ##@.ۀr ]"Sh"߷L@\U1Hllj +A#00@+%HE~.y;#hͅ8BĀr2IK|2C#\qyژ, @GvdTdKzr +2MGdHp$ gTD'| +o* 6ZD8w#\^v㨥iޏc:͡t'v2ygh C/Bdx "&!rXE ABℰO|\--f鍰L*&ȥ.ooEZn6AI2CQb +*!A w"KdV&Y w*"4uww[tU&&H%-VRC y.>gtU%u1Ϫ5eKdSoضn_Qh`^U*ҦbaO9?#[/oM.Zڗ/Jf xyL0.[g7q&|L6_eVusQsPkfΙ 7o|9m y<}"S;UˊE #1jo'%l1AB_xR֭SEe,#n:BfُXIg{ƀT2N9.P,?+=wx(|,b4|ȿX `FV5:$8q.NyxivDV4U׷Ĕ(c,x +]s[X_`vO8樉Jgwg[=bukwisqsgi}{m{O5.}?S )Z_@)Cg[ ޢ9@6Dƚy3l%&f(ļGx<;8ah`; *KJ%H8Kj6W5Ƽw}ޝa`'r r=B;T2BBц->Xౕǝ }q[#l~c`!n֡Y'6_?cyZ#7Fx9͕v39JecvUëO]rId9#7! dbJEσ6jAPvu5OLڴV|QtY_o 7Fɥ*,nݙGWyT$s]p7ˆv;F + mPmi}ݕD7!\mWvLW\ w {kB+}j4Ğ,baJ؞ܚKb}\]𶴈tn*[ uۭsIOy1BACjrDDZ_a}-8}3lC!ӼP7@wp{hol?:"SAhcEܿ{p;|\~*vg]3") u`;^katiS=y!N9ުNvwM py.9抇;qRRPksfŰGY<ʬIw"*z@-I Wm8jnʌtwZ؜ph7KLJ0.U̬ +e +vzaţkO=<݅|T[ b Uň|\)+i=STD2AQ5b෹ rCe}fGj5EFF Qqeg{kǽsܙa3mvV[Y!DBI !BHEDUTQr9TΙ"gἽ;suַj:Uu⮽﷿g2 d8.$$$..DC$ޙY"{-fhN⡤v]ks`G}:0ײói5C }ꥄ:gwAyCCA!X㶁[n>6[ +HB :\qcdr8GfLȚz=i32ε(hŷ/^ѝ2d~cYf^U7Q1 tHh~iWoƁq&-RMz~0gqXwEP]3=MhiS&ފpfG\8afOfjN6ӈ>Cה?ڇS3 .Qp4S_[$DCEx|57ig?4DB-j[w/kQ]ÞRM-jVS(L*( ATUv'bK(m"4 +zX"f)wJ>w ]TşQmA =2О&:>QV#{#Lֳcu'Eܫ>φO5#^#}|,{:<>7&kFiN/YEA`nxa0=%Mej' +Ì8+5YDAN\ܡxإc9ulS=P7 >3M8ɒNs$P-eJqlO3'4-Km Ƽztn|4mw۠\ќ[YX/.:YVVZWEc [vyCb]`z-A +?FGu(ާ< < בlHO1{?+E& +;2{''08Xڄ` :$P %`kܹ~(*Я65ZK)TwcMzIcǸq$IJU}QRg5egmg[gqUAsSqų5FNMg-)Jy5Q1;,m*hCy$-!ZFZZrk={\@ˏK/6į89BID4q^Cݽc#6D8`YV1//̕ץhuV!YؚELkkcb#/gߌVg".ȭ{2њv"cV] ɼ})n-(ώޗ<|1pQ{sB+nGB=WB*ɏɾ,":r%zn*YS}jq⅖7S/ߋ w%z?h9[W Qv~{4dj؋A rBA \j^.D[hs)1iuQ ts_6fm۶QTIP`2o˖- x`orFH߸qC,SSSvA쟘~<oZ<~~x +u+%GLHH***i'ǎ_{;|rrd.--eddcyϡ?y<:) `}>v1r1d*e7kF +3i= Ò{ Vd'/ qc!W_qUٞ]v}gw~?n]Wi5QGw_'3Բ#'oER4ubbF85Ww݈zz_Ⱦ$ZJLmoۗWpKYR~no^<(aq]I.9^={|+$:=29̭)JFC[O~cP1ucOk)[ֲ:ގ<o 92LW5И jjQ@zGVWWl_E]1DWjÿ^l)ׇXr~LHG9}swmdЇA^9>'pC:"G2KS'Ȃq4n\ՖuɊ;e"XiX.^ZחP9T  `s؁LdzP-TTX@:d7+ BLe Jc3ditz2L,l+CyJiU#9v]yXY0\LR>SQhg֫f x#~H=+- KrÂҴ ְ紣 IԜXO55w @@ zqݰ-XU 4:ME $܎U YlBnraE צl~dr#gQՆ2įs9n V kȴGR@}L2ڷbu]S]r2̅x6%QuOfWDdDEsZ1 =N)dG8n5VQʨ ps8Fm ,c'00*2"rWbKqN}(a((+pi+FDWOiZڿq]ɈNEfv{LZuzDiA~k a1C}+X`}㵨;򮝽}Go +CaVVF޾t'*(gIQLJO^ ??⃅9~SZlh#N`K{ Ο̎ {uM]wOlr3s[pW]-XSsbvg&?} ȅNtșcӯ6OVfƞ;~7&!!޶+CA߻x3go|wK[E͹uDŠ;'Οy%x^+U\ =|81a:&z~-PWN^}ՔdjǓԟ5+~M?M³9\(xTX鶫Y mcczTZe'Lfu턆{q$tjg*?']++k W6\+C1,׍}e]{ثqjŴTrr@3?[92_I'(}jS/gKh" +R4cYMPdeem{V(Vxr80JtJpZxV l)X}\P#QE=hY7Yd>;Rq7+SU؏U\.=WIWKo*cIM-ʔVd=mM´6iIf,+h.x-Tbh8|Ӎ1J̽ʩ~ xQL>|Zjd4uy^4:#6*ʹ`4bYN[ e)xC}ǎzMZv~Q-#E1oCVvrJ%y>z* +",5Ґ>d>Y#)lq˨)Ltçfb@J+="&*2݃A+1Ӑ 0-1']iвI[I[@-vӢr bQw7Eуݵֆ_ SJA .1ۃqޢv#⩳Q!Ŝ^r>ƗԊcj50/X 3KyՌU5Z6L[Ӌ`vzѰ268dupemz虑jl>*9#d.<(AĽQjLNN /--, 6mddÇUUUCөO rwww}}= @{#Z-hH$n]‚T*XvpDٌQ==T`F*P3j.{]K?c[EtShM-K]@_/@p6o(~ohfwh/~CWy8uƟ a1x\gEQcuFoٿ/\\Tbuau3Ⱥ?gk].9\aƅ ƙGd"ɞ]o\G,vO?,5gl#rM|\uϷ8@Joo=gdW^>{dˁ9A;.(3ŚQ>89ߝ!"b5g|v5h\ˍs݈X%:NsOwx)2X:}Xm.ޖ>-) NiG]Ԝ3ᇶ޽aW:B}Ďw.93Gލ91%D~o^:TJ]OPWzYrIОG>{1'V{!ǿ{{ss32n}k~an$嫂V`|/RJJZ_y3Z_>ϻO>u1Xqn v TF{/dM8pRa F礝uh999wz6|vqrH3G>aswo#l(ݜH _|s|t  :S;KVK֥e}a>5bӌS/SM,'sBĐjO6Tkd)`5 +SY@wHeETE MUe*p#IU7+߬Nߨ]^,9 > +erCr8hfwXVϙލT >,}JxnټsavإҡjarvNNN;ՃY|-%jHb)«*:[-S̔նj$RIt4<_e 3bCN\XOQmh%n%&juÈPHN@#D(d٥mDa4DwO rxF!B0Y'hvYOlZ(OO +=瓋] ܟq1#UC-@2+8KڮyC&{אF]ԾQR5G۸iJl +k㌶ǩ< 2+RZM_RW-Q8z ]oA.6e>lduR\ jf(^OMMvLh4bXb* +|}#4d{XEFt]kނT Պv`x:rA ԢM;4c g ILPdA??9p"?]s7&l`jlز盠7^8=r贜L<Jo_qf/<-=Je)˧5$׎}y-~阰C$!QFOSoud;m5/ʌ>pM-+z%p&<[ܞ}#ĝ PjV+j6uW^y%55둾'):xaJ?`d.:mbUk5~B1˧IMO~QBG7d#|V~_| + kA"kHhoɵ3hӪ{5kˈKb ת,F8! |k6./b K q"K.d]6'xV/XlV&ZqMZ˘,a+s`c^S4c+ x늱yyNbRO*&U^̠brX93OsDSq$mp:sd:<7YWP ]][ޥ+U,CSCzUT]+O]+j@\0R|PxAlYݧ2=Y N`v_`v04(:ZX>t-4 )=__%aNG /U{k߽gt]K~zX]Jx{Cn TF2"6 9+DG߶IZ, ;afwX%Xd %n]BAlZ}WL >#k)[:"h]N vDD1#" B"6F1%쀗bUBXz IptkJiB+I^PU4 9@P + !mr)`^!*#[򨻬" .D k7Bw3CKI®WFI:7~|ZQ]uf _9vFs"@;L[TKv嘻wo٫ӚməA?ASJ sBCF%6f 49!F!>/9ť@)L%(!07m%Ġq\N0)"8T$|V>kU4~2ZVC )> !*>Q hNyWC&^UV&$PTمɀ&^[TM2-zF™?O~7M<{L3w40I}`"u:GCLS89bg4]{GSIABİMucMX>#M3f(;F(9k bZE`mn`uM˥yAQy}  U ݪgTM LgjatvjjYq]kgpa͒J7ٲe ۄ8}Z@/SDO`vYUo_?iH|'ꔮ`^ߛ Ì{@rB4: bՎws\Tx#2} )2觩1'&B/!=EVpz'OTĄ0Jroɗ[e٘Sɕi2Vٵ;[ޞ:2+.+ f{ĞnkW0.u߯$Zo!#ݔ{+95I~|w8"9j+*X9WC%_8ku`t!R@YX+kho]PP}}<_TzW 0 lܟ/.6;]7vj65g{iǖ5%8&`*HK"zfX5=6 `},W21f*O23I\e(XF=š1te9]%*kTʡO.3n?>_sY]W%2Fdp9U>I1DQD#ms2! x73ҽ6D`D.9mWQ< 2,)\?0AP BQ! _$t87-nHh^ne'vbC!س!mI ltI| +<8"Z/O + nǐ`ȡR&l EhW=J<"Ы ٘a *6q6;q 9:ڱ܆o+| o֧ѷ#t)R37lFXWr14c¶:.j箥wwo0;BPvi;ePODm&ytDr @(ՁA-STQR5zY0yM@ +̆@ + qNT96EIp^% +zAAds:,&ZDq;0F*^+X9B$CyYB( @b\ +J +DЌQI <*VV33fE2]t] _8vodi>9k}-a65<`Y\ +KVfZ,s˼ᶯ؝25?vd-v5,m@'gʮDL Cr;n=k{ՓW0U1ԙ-PjBLNߩ {#)cS"~b0.b3T+cs{}1}1W /IR|~iQ0`ژ]M0>ԁ(H۲Q{a"u4sw%D9xwO4\wC&E[֙>w-p\DV栽DžTf&:}O=Оw.#? ء#dgECqC gs곽:OM.X5P(_w]QQ >řB7$n,\oNц->gP75L|aϕ8Q%SҧƩ氻ݐ +hϰΥj^ӳ|?=p6MMMw{N7<}P,=,!'UԄcO0+oig||&%*{;+haP~td}wwUsY저\yzA]uJuZoE9/K/Tߺu ͻ/5DǓvG+/&G+ƹmOrbVg7$Dqg\i3VT|{vR@5lͽ|zf 1B-ą{~C93?s'{>|KmD[2w{zEYsW#O_+d:JnƌS?;R$?v;\A]Ywr"Ȼ~./.476Hiʢp2GpMojK/_*//+{ދ>_}jx=g|#RGG=Vx,XBu( PɃu'sEjX.!һI1ypԬ仱:Ѳ#>bVDRX<:K'`@$mH Gͭ&%Z?bZ:ߥ I>H\@] Hp]3՝"0` X-d jwZFD 1Pb U@ p2NAOtkvUAVjc1@up:\  w |@&oihN #yh};6?PU:a/~_lۺm-ņlU:g.݅؜>Z2ZGRg25@PK+_МvDGӽm&zż=Ʋ7DY4fKKC\pn5ѥ#tT.5'# |\3 +8 ୎1 qj4ZhmHM+C@LBp(,fݮbkRo^}0q%!$" +$)C?/P`" | D؟-!-yn]8OB go_VȵW,}QmЀf]eAY#X +>8ɚoeⵍHpp9FH,j{5|CPQDXO$&o<̳G+P_i;bXr'{Syl<45S5Y-[U2QdylFX-2[ޝ$%jfo;#U-SEþa~dR)x|O/m~ĺ=d}}-[Du}I/4P`e=̌ *>ů+/'Dh5Zp?TUz]ۘ~|Q 9⢎Gޙx0$*.>~*zƺh[gyMx`{av̩{1c8ͬI~}Qn#!jȁ+!co;oKE`\Gx֢ +C *¯Kr|{\ȁkgE gk(ܔyuzݡSJof_8ќvyY؎&SAzp#gyGIs)o_+A\87!~]&b\~|IrrE~|H3|d+PCHHH@@@ssy_|˦ֲ6[0߬_6yak.(MY|ɐS+YTZArsot. ' ac@ +"(+VUWUAA ;PL)l?b4VMVBǷgZ@eT.D0a-#z)0G'2*OV!!BFy QCEyOM(AiP% m0 pΧ 0HKH $dC +DEHe©zT8!8ExCK=!/StˆuA s=g>%ZN +9l՘BΟ1z5_l D[/A@*wy>=YP}r|b`4IuL>V_i<):n-:W(M>6VAyxZycӃźxD3 m Qv ,Pv8 6fyul5VB,EӇ/XP=%^% vpr"i)*C 2 +g鞦O2W3@ +5@~)Zg$Ɔ%aIXSz]9Ԙ6ʪ)7 + +8g@1vKQ$bbϷNZq5󬁙F i&m[7wL&4hgjf fe&y8 +qz<6XZ,Fg-*H=+e OyOiP]-_(T# +{Gb9-ed)o`uzmq0 YztL옔:tqSA@{3/!ለ{ y C ɜMA'oL?`4~!'xIlBXw@ED˶"CR]jm5c; [gVե$y ~5w):VƅA$[q{RejVs>]PKp)> ٭$K8 +RU@$6Yjzz[ :Jne.(VQQYKӹ8>2B%2)-S=+Uve +("C +gl#q^2&S6He7 y5ݫC.#"atYŝv2@d5#liK''ZrD_Do3JERL<Ѯo jlFqbbbii y|y9tDڒnGU$/|f&騩ٿ(`n3ς|.4ݣ!brD6=p|߯i4swc b#w8@Nz0% Z ab 3adP\К;xC}tCDπ-YK :Pt E:-Ä6aBF.(QD̼~\]gUݾdW݁ƃ /#l@b+&uU}uBφDkxsd2BgkWL̓zu5j-2/չX~s7`z 8ecJojXO W^Wپh lA&=ȴܭXn⍖v7\*?[ Τe2³Y1х#)҂e[4|ʹP?[2j'(W)c:h&r7hT./_sss2 |]ʗ T>up0R3ANli+gP;`RMAc&i+2yvVjL9 BG;j"yqTdbxd 6YՔ)A` du;,K#)/p`A|8`w =sm JZBߣId⿺ + w[O>mii&MKaHOOx}#ОSp=&WO+dJݼe1N lޣ|d軀; {'VQS?BLZj_՟|7yu8}%+[0QGVru| U|kvOΰ?MeS]Yxcz5|MPfz vaG2F5eDq^HfCL\@P.D7~O؃ jebv8]^BS4ԔcjR`- {sx47hݸׇU?a#ĵ^ڹ1!k؍zژw)_j .e$9 @VnDDRϫAq%!bv!Xㅶ t2ɬxX@%B-ի%#BLTubUiu$B ZTD]!1$l (%d="aE=SDզ`R,iN-i(B@ O r"U jR+Pr] ^ ?pD'ݻFZčN["حK g!}> p4|am@ X;w\XO|?swl1 (;ߜ;~ &Q,$ nYʳ9-eýrWC_㵻7xB߽rȩE&]$=Oԝ⎜ƘS~raK[QWBCz[N-66h+?Go>+!<3Ԍ{Ò/?̈iRr/>V]f4!iZF@KvWuZCnBWBrYSذ|c ;9IgFW߉623K GOKiWG:rǺp'"F欐H-thN|hws,7n}zCvlA♻' =ZWEU'hUn9yr !3&0z*ea)ַ~|+E"'x`4RXUB ޹ܷ_'[6[6  +y6j}Tz v= _pn|=äg;hUf-JVSĎI򮪺*4ZaBEDPQJS?dxPÌ!EIQ܆,ƙKĢĦ8iW23+'\v&-F˩F&vpABحbN݉>y3?-606)ye侶\zU*)QQt=V蹈E_eDyD}U fюhvV 4Ku/ ˺+ s2l{5|Pú?Me^óhqL.XK2Ԑ܈bfd*,kT5Vhޭ|!M5`T̫ceC9Y'տNcpoC|0[ F *B %G2P D/孮/&ۉԤ"":{d݀d˒]bv!'ƹ +{E38/;*.Fui%T$r4" sPh'SqO4%ڰI2WN T(0wjFqX`yҍ3{> &@mqAzwfEh_;{,躗eաԤՠEP n֏Np!Scx%]ѡc3+s˛Ku`/[ز#M9K# ??g#MED ICZ)hL.tLh W [wL|^زBȰmIx?x%$,.08SRADO&<~^>Jg_>mHK&innoS +0 򪆔!tQd'r7??鷮&xMt]/&J8g3PЫ!&v>AVhG~kK[/I$gĸ\BGi+5VЉ!U'xUi2ҝGM2s‰@fK Gi 6fntQ<{ؗ>p__~ṟxOrcSMPž欦ܖlAʹ/,r*,^ӻMNOOgYhpr{rM կ煎*k?yWVPW#ڴ*Wd#oK{/w.?X"D/[=,5UNlũiX π ҪvV }GprIq:llj!!:$rrr{ 9]=3UI!~~\v~e,w<Պޒ-w ظg=~ӏœG[ VթF798fsM+4_ZCL@оDO0n/ ۀ&)haF}{l^ +ljзQ:3PP𾛹nagACq~^l]O.yߥ%$44Mz U6=}~tWSM5m, ^zy;WFzK7GۢLzg5Tfh*i +vһ,w} V}dG!4>Smnz-jU c4|8 c~mT1vkk'"""!oGؖETծ+=luo=V:A,; ;-gcrhakp[l\k~wSͤgw eͫ] T&{ʠ  ̒=[%ѮppVʡjhxrK✖jaJh}bO}LUELt4d7fqlCi lj{ʠeRv',5bu( ͅvW(/MOwY]QxJYK fwoecNkɋeDLWV}\$ɨYy>c.,,SaGA5 eiiAOO/44T;~88x<⢡aoo]]]VVV`6")ߠ 7G9 ''ϣh=|D i$GZEw:wON/}TM.jeD +CwfOi *YQQ111:C!)??j4ڔ5g6l@ȵ, ;l2X)ukOvt?ѻjk6W_9PXZg+WjqǏo~p񢾶@toVѻv,ZTtttuT^{緿.=;{}$ho̘sW/rggcbb E.! jC1LuV 2zܞ[`lo8[\WAR!iHp Μ\,L;F/ ~HnCJzYg#XC*wйj:Y MWg+8ϒˡ֊D{7]ZIeqAVZf7k\/s"\FЋ*N:c&p"F$fJdG蛩]ZB]k`D'>Iaj+z8g=x`}s >{( տj`*ZM( hwm!3*z + GKz8XTg~V\}I牦zo{ձE9.V)(43(>;)]87Ҕ=nN5C˷p2u.(k{kűwzRTZ&ik~Xy`I !AqcG~xN=3_';BKDh}0VSU_\3FIZv]Ջ1.&-!BohJY"tԿQ&`5B* +/\]]-..>xݻv!`TC$)GKK/Kff&uuuYYY999q8 +B }|| cccdrAA+W$ V~K]`uimĞBw?P.ho>a1& #3S ksk=[/L8+ g*R b"555 +#MD4BeAOXs*4^/fV%` X+@H%24X$&mDKa@c}{F +_ |UQ %S++0y?e%>jUrB֊ +BEL~X^TUՈUUdƟo'> I+OOnnnq(^`wmaUP5j`ק8i*YhOt< q0u&m9v +] C )W݌T&ZWNݠ6@CPSA·c\:󢂬tZF2^Ri{Flg]Arcbx$ᾋCdO˻7/5ĵX+=L.pTq3 A"xs7ALpnX0(}[dlzo\>Tl'c|/$.ݴ֒w nj}8Ғij>=cM*Er>EjՀЧNڵkWPP4ՠl#xK-v5 kuXUσ6i|r=7Q +Z+^^hNn̉2k*v՛(?jUJVM^3*(xj/|K !6Yi'z;ݖߞivJӄ^ Nh<Ԙ؍MrR}n˟3_h VOmӊh,T3;ˢW׸|[…އ^6 +6fR5ծ?_ oQq tn\ʌЕ ZKU/i T Q 2X]]-,, 0amq(d p#X +X|O[Iҁ/?;Xf**)?._(#SINgԶNhn?92W- Ř{tgym`; Ncn=[N$LJ}O;-i[ld"2I:n&Gyg6ՊtҺgi;Xiub,f]dor!R0Paa~CC,-p ֊q3v1U7-.>tRG +p/ձj3^ Ujc5H"J B>"Z5ChOA 5Ƈ{6ͫsLz讦tnj^>adpخkr^I6n&)J$ 4$I.J]MnU9<^7\odT&BXg$O[NK4Uk~@=32z6ÒۘU`jk`s[ q,5.uպZFMJ7NŜH a$T\ #?)pbvmzݙ{T/KF8 lLr6E@!+!+O@QQQ+++X,GξzyKK^鞿 _\C]w;?w0I ;2R=?ϯkljjj˂R > "W/o>/UtA窜sZk(i**?eKE9rς)~Ğߜ>'W+˂-ѫe?>+.T>I-c(=%Bf<)_1cib}k#L5 #0-,,)]6OcPZZz#Gddd TCwT$Vh#Cp>LcfHOqRO!8Bj)!= cuɸy[2-62%%!0nEH 4ܴSޚ9'l- J>~^YŭjH% . V +uּ' +z$-qJ +d5@<zŹnu&6eϴg 5}5ӽLkFhKk͎H\cVhC͙aGbJUBCFhcJ_mjb]>Xf+|#Rjb`!CU _' I%>_] e^T Eo+*_Ҟ${[3oݖ6]@ +vp +p u$,<⡓^A!{^C +g 95|z<R },9? +*Y"c`kVXs@QHc2\PȫnΩHcݐ:X!f׍䇺}oQ@,x"F}oqXBUi+9{)K}b\>U3rs\Bu|XY߱{ sZqui~-2)1 -' +xjEB5lL/Bǝ[2|`r vfT v(R1|Fxk`^4PU1^_$-`Urbglk:׬L4CUi51-a˓ Ԇhbd+w7Gpͅm9%Y^eVqdIhzzkttZd>eɰYr٬mXcs8m\rrAK 6k+dA 0E R +8<Zl?CjL&HX12 Bj" }p"-# 7 ֙\!gDݱG.AD->6zEHW앾$ l845EnjRQ?gYC +?@}}[.^XTTl n|;P82ibVBĮ+a<ŭubV@@L,ī8u!I`.I&Hi&#xq8 V1pjHrƁ4:W?yY[J!Ax#Ã-a8h x]kXMAAWD@Ye `ĂnX.p ".>l+8/V,4M@ӭpkAd|eCJr}ĭ&4Vu(ӵE*Xxh-]a@WNhi8xg +(mn%y%џZXWL@Mใ,"׈Xjp,Xyx&P @JXA `ɭ U}F-\m bj1Pױf*iui<HZmJWSxV#܈پrH)iЛ`X @+I.d%qcc h$da h<>>3!!sss`Ѐ4111K +743jxx.tuu)ʎo $ ?bI$L~ؘtWȤY~Rkk뾃_'4B󋨆a +ecN_c&#(O4 `T`TY_ma#{^!CpY݋;x i +ց!$H%$Zҷ3t:J|W À^ڎs LV7j.JGA7=^!X[ZZ *f,\ +3jC5p~VXT 0Z#.x/p@[l, +'a[BDFXu&3` ŧa`b/ՁCä^ȬBIpSgTۑ(A">uh zHЫZhT8FM`D\NIxWN5 y(XjRk~d*O]TAc-n?A:`v4Fd dY+KII('U)ۧC ko @%|x +j6Ъ`%6UqD?lEҾ R "~FZT:k'9O4.H4REgĵg קoQDIZ(Brj3ARzCpmJAi{|b|||ddd~~^%kkkh7qh$^!VK VVVPܐ2U +bW+["ֺ?ص{/%>OAbހ:dl5l i +\`%,J>ˌ!FX Ǿj@#PٚҨ_!A=|,frK&4X,P6{h^BHsG!հ >L& >=AAV^PS %2bZ(M5忀YQZ#DS#b?EdjH +d!l(t^lE%BJ u'SBw@j@EMd ԓ @&4@C0i/0HRb1@ =eɱpTXo0Cgx W@maa\HriAځYADCzclsP߇-EF6ɘuRl舰ىA,TࣤAD͕R89"că! YPmuzZ]QDe~iJlAlP%~.=YiiVy]zpAĽ䪄5R5n}). Vu"DU +@A5@OG$F'SУDבg؈L o7wEF5B!}cD1^w3S8~JU$G $>xR/1G/XG025۰12.1<r_#f `e#zpU voMI@y;c3 H[VHglp ?UQyۭCrrJEg6^$u¿oՀ`0))H$HY?(C5_D5ݓ*e+@ )*)NT&˷%"焣jYZ)Ҷ; ՓOH!|!@J\)yuvgk$#aI?~&T4@`X)))H-%a!c@JmհP1[`\&"%gςT\A#P~v@1(HelC +8HYA A0򧲷1H;kM JqZة΢鎼5"fp3T1kFb֋p[jt j s, o}r<fw DSj!޳$6r J+ꎔ^"WRSZ[|ֽj&جyghUW4=@3#0ʦ^\4hffha5=CCы&9hi ZYq=m5hy~Z_氁 A Aj"c5@N,JI,<ݰH3LIܮѾ^'aQ@B 6F=fcpAW "Mh,JɎ?X5ieeҮ];WVdoK4`B.hv7H54v4 mH{@Tx dd@ن5-H=@&HMɹ'C&==ɘQ ҔZY,gjcs0f?j@fw}%$$6Հ6S+ 8G-,L n>y/$H;h(ߒ"b :iƻ N&O*Jb$dE~N4z z{[ zKv@mphjh1  +WhpJk* #׊'dzb.+"$CftIQK5+˨7Ch4dYȊ4:8qO|%T`0O01e3u6oMlMNI`'%x\mܚ l6S'4s9,}A$4I!1Հ% (-"s$<#z}0ܥGI3Uo7"3^wXasIy|8M}CXpȖy,;\3~T~wfYYٷ~>66v=ó"+=X!"[6C3pp`n=AjiEOyQĝOFO'kS:<+!P(89 j]9~O<7kj.~|)'/@D($xTuq[xb70El-P=kTP+=l lY/k)` +z6R!J+!pR΀ސʥ髃P" H)@X 0YACPnJ.lW +Z['dR ;߰jу otl +Y +>*݈#1vԗ[n^ G2=)FZ>`^(f| ՀӶF`djx`0#G?~<--m1"V1cxu-EQ=q#MybBHFD[< #\Q$3 G!nHKnɍo#\3D,NFx! 9 x, x,ˌ{#`\HSqb6*- $6PYr -gGDAPVa*U/ÍUnRh DtJi'gm9~TOY\ATp(6-`2o[ܖҼf|VA(!2 +[Rbvׁ1P'ISxV?"Ԏ/EI?7'f2 `x4Nq:SH降̧0 3;;nȨZP<|pK>|8??*)+ZKTd;￧M'rđݻ>~9OAD ݿu]׮dAka*-FGbLɹqqqPʗ/0{{b'1, _csϟ=@BSW̭hdHTV27ХhbcceNvVlLGNhvnlj ;}ġCv 6AkjŖ$MUɑeIɤZmNM1u07<=)Vvw<4݁O*JOeutN sPȴA"'lX~?b2r33RʘmnoJ,t?d }"+۷[(հ‹14sDrG o?`SksA{t>R˶Hrx3N\H.;p 5<Vu4  v`JLljbTQ +hԬc\4ܰEa9 +ࡈR'&  UpdZO~/]]{뭷+0Dom0S<ӇIMQB5 .O{Ѐ6@Zm(*H''Fs2ML-tlfLIeIn X{jU<#ٙe\=#cCU[*ʁ.D|!(gȂٳg{=YgOd[ߴs8fu+UV\#E<ڶBkէuxGYuYԅ^pnsE \ +!}>-o?wdVJ*gԦM5B ^;ܖK`7$-!VDo-9-N0ٔíNn/X'@LZ,"Z-V)e2᧴j@pAVVoݻw D5 g 03,̛7Iz +&Z<&$UM6 c݅~&ڳY,l\K.lBxBFbg>.s)gDȬ n;[n)lKT+s5TʨYys!t\t ZO c5 ̄:;;wvvJm PF-,,< D](DNf{zz%͂ϢTY'rD[[[ww$ɨW[??w1a'3 7$~GFtPooテ_Kp@nNM:;¼}0Ғhn..(ɓL:FSWU;K"Wf߼t*Wi&Z[F^pľ}P+X珏OBK)ЈHO_c~P/xSc=a7._T 8J"/anպq#%"=m|[큇GCQQf|勞6}8zsҥ qq1Qw.:agWhq2!OWV*57%'hxZZde%5v\vvg-HMwuֽy#sΉ7 Pr/-MYmpcsC44˳dP (O^UUճzdEV^+Րy3g!(0ThmpWOI>HZ56;IKaN=1+\iꕓ6.>7GĈZ\^׹rHW_<ߐ8Pjoht6Z l$D7it\ps\J sTӻ~WᄾIO;6.Ҽ֚ ppȨzS)CF54V 𯹹YSSޞnB>8IV^4Հ:P +R7%bl}FZY}f]jGCw-T.lcJMAugw@Sm)v귌UYݾh|\m! r +?|"NvR (\\\󳴴lmm]ZZڑ %!ggg!11AHMıtssS +ؔ馤?Z[[;88tuu!M;Whv 1@ +\__1@-,,A5k,$e0{;66"Y7L~ +]05ml0zC=ToC+K¹%i::* +R:[ғ8'WWUKO<69 ڙg0cb9?~\T/|xF Է`+͍ݽ=uufz2۪O.gEߺ|1:ݍkQW͇&'l,@ 0; ()ULMti)0̌пrS2z̙7?pw]ݜ TRn*-om1a[I ux =C +LC/>OR/_p VR kjJxȞnγ4xzjstdn]͟հ37<<\]]bdoHY) GTCaaᏣ&9v+}M.D,K5Srn.{ľG&jWt-o*3P"ewF{Y(T*Ͽ:e}FxOQ#ݾx<߶$V2灓[ ·y.Oh?fcs]~ ',t[hjZ +VO,)e"ZjBҡ-Q R<ܦ_?brExhY䪥dtO[MWFeӸrJ9/+pg= +!{e&->BBGOἣ8!gTYbz@PqmˁFpJj7H699k׮˗/KF8#PTP|{{{CC*蠷VUU޽ Aq&I]]]eeen=P:fff000ۑ@H$䵵5Ď+)4 y;;;7ynn"677AOp8ؘemm +z=l2U4w555Acdsv򦗸?.uB$<'xYXH6 TPx[ 67yx[i5=)X +55կ+Xh9z@15.&'%L_XNVl,kkh-9>&Aw[6zڅ1qM^F{ +|X($h}LWZPjjMMLuqxH X SS/HZ|^VS_r̔vM;ڜ-ΞDF=jgjv)4?)2 4|  |׶A\pagꤤknذiت{o=qp'Zg9IEWLl91ΨG%3&G;ci@Q‰Lr=-|okTr-FBdsQeJ F%QIXWT.O$R4??#$$`˪OOO,m6yyyaaa9??d2[>}J}6]vAa8"3g׬kkk''걱CEGGߺuҥK_|񅷷7hAAA\.c``5J$ +OOOA@NN~==qx,p4; nͭTp Y5 .?KN. +~a^#a +O9iw=⊄AqQ2e#y8إ_*"IC,hqn ÇSΝ:/Jr'&GX}8;/GGSmYms=lm\LLPwRiyvCΎ F_}Y{e&&GFe| JH6+˭tOkSeWreeit Bk{Sv2aHJb)ѻ\C5,SFd `K"vnZoK} v6+BXKZbpyL +buuuyV 95589ϏٿAAHddmmm@FFF555$ +G'''b7,_w9.ttt\.SP;PXPDSSӸ8Pڬy<\G,L{MMMmnnصkFj@IhϱcΞ= r<ţK&$$lݺ^Ns .O; srtmw>xw-V 3,iLLap6T ꪞ&G8EK}`_ǎVUD߲K~}5uVFG$*2%G1,%@xngwen,IK3<- nhc^ FHL`9akg /;Z rkZ\\jr'v;TTljkgp2%,<>,?]$-|-4od],JY_`mhfks™3TV!RiOmQW+FWWbX({h^sCC#CO{I:mÞ:㹁BsխVj6WO/jUww7GFF=AڒjuсQf.Yjk.2:l$#!sNnj|Uziywa^pЗnͺ`x.clt=wznS`ekRLݑj|L}RījʍƈV֌p7#.ZrdŒKN3<Qt;J欨eF-B/G˃Kʟ['W62}r " \,GfE܊ N[?z^_o~R^AW1"kk)i I4dv ?vVsέ}7>MF7']s[֜lxhSn(2_~^w[> ]#%Z)B,FHxK\@sGuruajjҥK|>?-- `;L:*8ӧE"L&y& +LmVVyt8t~jjJ0D"JbcTtH$+++gggvkk7EEE]xj6S0{iTãd0. D3 +*'+Wa[Q,ԼΛփ7Pp\CCO.ZZXXԋ +2\,N[[g6A#,-i;/a2yy|ّr2`m*Gs˳&4 #7ޖq%7(XYvV݈ Ͻ?E!c%ގv'u.##9^x_W0_m! yũ&63?))+& ޸~i-P(9|n6VՕB~OkCB|dR"U;R41ՠ a,((¦l7. T*:^Kk/m~s&2ܶĬEKb52@ +aT!j^Kn kZaW#z"/XL "#M֌H{7Y9YIje6騖ןqw6<fM)y'B١D28GovMƺFGxX<] D:O*FII.VdD*ĭK6ץG(MeR)Bk9N5>>]]]'##\ #/d0^vM[[TqWiiL|xpM8#Xp’OL5/caTt^q7(QjW5 +j)®gED:YImD\m8;Θ(N<'"$Zr4<}= +Jx׹WnK|:M_I "nAyQnvs[D賦 J4&vMr"l"e8̋[a5"zg |5Tãݬ Q (ϠA527?2}Qi7VY +j=QYS{N<`{:w/񞥕L +>~yKN;1;,֗ 6޶'͵t74#h $9 w R+bgaũ\]ljbhk^/-J)U*  +rL_dW19b +i ڛ(ʓ]sx뒃ۮGH{$mxDWeD*,Į+,Woə/'mK:o v^Ow,*zK&ʔ%Z"! 2EjN52W\y&WKK m2444##+**b2p Pn$==snnn]]]N5̜?Q Cw%ՠ_~ЫeB#`:,JMv2LN*H!'4mJ #ŏuf+ɕ 'j#@ "jbTDQ)R OV ,j@ZH+^/ӫbڃJ*RNƒ]>"{) hU> CTyR%'-KrJnAc :BеHCA+Yu+*@1B SU% +ZDBhf +#PRڳ ܊T> `---_}U}}}ԫ +V^464M&ڰj\y{}r˱|Ul|g@OuDl;zT}8&߂H$:uߏ.O:cBsy}o~TA +ŜVyN2,6NqV5P} 2CawSȘu [Kn`LW]\Usgcy(53Âh +[P;Qf,l`y>OM/,pr, %[%O42~ϩh`1+a.)0aZeqOCʠN©ygV&71OCCCaֆqzUT)iˏ,W\yW˲2ȹ?هB1b5`T)E("3d+$̳Xnr;hTI9 +uˌZz-YU*QZBE_g/SPE*e*%e2yV V@P05#XxGF5hN<͛~T +RN*H-SL(\ -PJ*D"%%HhnsQ e*󨸲2UBI3fXL*W V zUE{PL*U7 +Bjg6 ~"w155UC{ k~=j=jv4cuiRQԦ޶Tkxl8C&*. y7 Cx!//i>788O}p  ,EXG]2.R6 DnjPapQ  +U!eѦt`|\7hBB$2*!\$D`lͨ`>R4ւICM/x\uk1בHF+]vUTT`-08! V] D P +b Py@7VЫ +ա/5PKrrR\$')yhiPef4AB5jYA+Xk3UʔrCH +mczz/ PR У6ʡ["B!U bP*_)r1%!#doCo5kBTQ%JUN vazt{%%(+<.OUb''jddDto|WƇ,qQ@OW_şjh2lmm O5,,lnn;vEC\aUs` +}|鯻[)5Δ9t@tL  |@Rmƚ381&3$r@ gCRsLÝ&SU<,&^&q wg3|ߙ,h+jTp0GP43Cg F833/5UՋĠ_ ̇'6(UhI]WP#f!gY /lcd̠}h*O$ 2>>P_{Xk͚?ede~(*RSSY,F?;#{ +qy@?ywۇ1]p_ѡ\d}YPB\AZ'h5PGǭ-r3eSVA/222##` Jdʾ_lwh8A +R$tJ?R"hg6]T:tA/Ѱ<a>\ӪAU/]V ?m/;v{ES0࠽u._AypyR3xxy7BB'zz?zsV o]!WCB.\ Ɏewv)"Hp +: <y0 +4]Q{953.6>9ZKK</?^2k KW%+Eb~ib!rxK{AܳwgIAFhA0cRFW_{7] F%JIȇ:(T'r!"jqmu6)2?[X, ccc?WьXtW^ye؞i~4 [`Tbfff{߻ +_4w{A}&'::?|T:RQ@>С0_@w7g:+*f!FaI \+GP +.0#5?)сLNBYwqxtBUfZZΞЙ?̙׽`d4L$#ssTjVLα_) V Aj !A|drbytd,b&}/_zm uZqލ96\9!f.hP"ـ )ȃEUc_^Yc%ZiTT 䖖#{w/6) .OP`qpnrrO?hۤ\hT2.'=<m=M N{m8 T8zǙs8,@ꬮ8{ذ27gq|\92|rh`S|ˮ;s.YP::!ԯkͤ;B# ^4>t(RX&>mK\J9YOSξ=Yqq f{QI)s3GC[q#}dZ܅ ڗ_:kGJdחt Tc~JY\D2N<{pu~Dr~+snLIMM|[,GoGsN$'OR&6sn..1 &4==i7s66% B4}\]}-RhKcc+cĆ硰eYZڜPMr!/O1<ޤѱ9.܍Y5_޹sp3>:*L+p χC*0D"W|{% O?$j)nM䱯Cw'YEׂ?Yίw*(NSR(+mof95ݺ:D-5oޛ-9*vg׽Z5Ph˸Y^C KX^C J3ƍUbbbؘWF+WqVCD Xϯ2f}dul5lFťECS6t__ *8::ڕ"Cfe2!/#1~ﶭ1=<x9Q?y77S##S[Z/^hop#>>uub<<:2D%M{ꍴ}gǵ$EDȄΚj3cWϟHSfƧ,lb+ i߿}܅ ;w/:[8/60rqz.&PR!G3lD*r,- 6;zɉ9?4weg8#S=oc0ү^u00p13=cf*"@Oyf7KKc~o_>d*b,:mdm/"P;#äUӍz +U L=LLLLOO0_C18DZcȃ人:LL)rrrrjjJ.czΝӿb;扡\󲏁oAgǾߌu5yu _}UY!fL:l,/5#/7^19tk۽ )fsn6+ww"ShK[w:<%ǎ755iii /_?׿ /~=zj"o%YWg*Ju07.O"uՆDX^O]_ hF&("gttD 8ĨȄdnHXysߗ_uTV3;zb.ٻP8@ zۛ(BdhXVdg@P@-sB~ZUknwJJOzyxx9;WgfXΊsOؽ'ǏyZҦmLؽ}UU.ff::ii=MzG$T8󛲛TjIvov] df;ptVr/AA._с睍MrKK7ҺSQ!FF>..Յf%&"x2:ɦn!Q1Z[`Nf\ &ho /T`e8Lp +@?8//O}K .{A2rh3}7xxxg~J3}}Oi=ƺťyM>TN>OVz[?rg~jC4O?Hz߿\ +r+?dМԔ1 V 'Ngɓ𩫫 688~ABqA^ +^\,jI--76[÷zU 9yvww̅;G(R^ ˳3|3:輐H,OL hcu'&ud +PQF2?LHwڋ_顧wb˧/yyr9Ȱ^n((pss27͎ͻv5=)!;cüYqGH$c4ZYZZzTTbT{6m.ܱy?(PT=>>N&&ף%|aȎΦWR"#!{񢝁Avb"x-o˸\x૯tr)o]ǎXAFF,OH5Lh*g ӛ> SIh8D 3|ZXX+_۹s VN<~ Ӎ k׮w/bjjf$ ԄCrؒxᢋi #;#sS+cs+< ̭!iO[Z9Ƨ&ĕYŖl͛7;::!K +dq!_qv>eniq;aM,-'&&j\ .!ciӈW ﷸ24,Ea ohwZEI?&+fgA?LVef{z::'\5?gAA\z D:w6xHLL髭t&!z'3 Zݬm![}=#K>>2S+'KO̹vmaxח|23;~<%:î- w4&N+ C btJ:_ LF5:𗿬+A>_}U"xﶲ xNNzzi11y))g[, Ov}]]͌kJEF_ycΦ6r]aR& SLFv|1_llcnR:ⶕWG 38}to&ONDKt' (0:Q k)\r+ /5gZ0Ǐׯ_ǩ\Mu`2S xlryHH V$ #.TS  ֭[goo/b'.[ź%6w FGGk.qϐnFD{WkKg =[uzT,44yd|/}ndn^D"=gffdnnF&ǵ8ݶ/CCy=z'RLs؂Xx;)k3gNڦ_ ﭪ^ E V0YFOOgKI5#%%pyHQ*94&^zƦ2*,d2;o`a_(.m;ts=iU2'aſu5Z1+okk[ k$7?%X +pcttLMOOH(/pCË#s|NKqzڍhT%dJMm@#&&\K0UY1,ꈒÖ2X=P[7("(@jnn/h/)'SB1I*;66Jxm~evg,뭪dvCfX䖖˷XmP 57@;B8<0S766V Zl +CB Bt6@+CI +eI$xXV <>H'dž NS9(ĢQp.Ga(K#P[V+cpVF~85&c)CM5:Q CaakjjDh9bT[oS <,,,o݌c ͮT..+[@ ߿^\k \[Y\\6lȇUkl\pyFx/Dy<`$ag\ bFx"Ѽ?%4 :\dsYo'g'1&yXxGVEpp^NG$b& Ltk@9>e\%U)Pz #a iG1, m j"#CF2PQ gN ^x<@B@]Ƽ;IL3h4QME/BSHp P j/C 3"k"ĪS44өO +Հ3:;;;99)/V :::o5MY +2x`48$@شiG777D +S\+:$arssn/K_\О`S=tJ d @{-Jc}}5e2z/6 }_2k`5`W^u\fuAʠ÷giMFGMQ"rb{%0_oyH^Qyˬj6PoqyQ*οo1}3ǞRWͭO{~044"HV-TD4(;w٫z)?  +O?,>WˁveԴv#% A}$5uWaռ&A6ŀYA; e<ԍhRxۍfo+"0N5lJ2<<|ƍ...x^"b+.<&[̽x5_+Ƕ^8˓%+Ft\@+?kRiuOUj쯶4BXUtbgghcnX`s(tZ-N5HTOqZpelldJRB\*! .FV4\}"(y,# + +B8Հןw@Vʡyemm߰&`Q\iw|DI5K\5ѸE]7w7DQdETvw}鍊oJQw}TթSN:yĪn@(3J)Ommbb^h@wRaAX*U4 +%ԑt u +c,﬋,`yK&"@" ,Ke&T`Љ&,Q(& +mJ}h^kKW=-DrrrG āqd`F}\9=ZmJʤ2HF "-#@)(+ʶ)dOh括BIHJ +( +DMX oêx>#m__Yf?~\ PkbT >[l7lohC՞={vΜ9.\f` +/&ڠ7a ( cAEsx[P zݖƦVjh& /LL2hD@Vp-8vYp$GUQ.-)S2iU)aHSU )IIH8m]ː9ZQvk[`}W\٣G-[0Wijƙv,Xެ(hij>غuP(T,} jx@Ycՠ@u nJ5Pb*6@4>xĐɩj@ j>{|v{BD5ĴaA>VW)e„Gaŏ'@UE OB< >2|oJ\--+-HȟݢR< + 9#8c{Ej +2 X +hCӭZ_~O薦:^Ϟe:˗$߿oHS26ZnN+/s>wwVv.׳h* >{^ƨ(HNaђ{qx=K^ẻ\/y!!}>8ѣlLNW+P +4띝{QHdڍiJm-mDkK[sr" uXghjit#vAm%qdh~Ȇ :t߾}XFQ 0Հ{Gm/++=z'|;,XH<==ׯ_CR*+,Bcoh)))??bb[Z22}ŰĪT\\xӼy;7op;+~EFÇ]{׭+;6m\4oΉ89y)prN[|9)\-ٸzӾgCBKS/?}#;vxҙ3 +?-eٴ%k;޽={ߌsӆYyyXB ,raMjxTZ^`~k..KIZZ)ƁnmۏUVV:::788b{w`wԌF˟-[@;BiӦ/0>Dj彈ݪC c„ #F8uBFXة ŋףGۭ,hD[ug4gϞ 񉐒Q f4j\vٳk+? Zv͚5ҎݚmT,Y©"#Z=ئy$. Y-[7z׮]l6yԤR3`{J$ a` +]1y/ܹszM` =Fqqq(.:,ݢ=SKFFFƴ( ؉Emb +ZqӦzok$D}}P|q揗{ZZ]ÙCr;Ihi(UI11Ə1>_mK;7o>7?#h3ǽgN[Fmpzz j8!:,U $:)E3ٵcnm~Wxm>aϛ6ُ̡p[ɨBl\<Oo^r-b#"f}:w׮OHサ :Äoңc[֭uuZzQnT*kS oρl6ggg߿DSelhhdL.ɪp|l_P?9lP6$~.nԘz椤fXV'3;kc,OOUg`&ݐ[$)&bP3œ;q:7AIiK)/!aK'EDTg^Z&Q \3oxߠUxc͚eƆG<֮Y44M5׶K]76 u\2ކ]Gʡtz׿􆍾>y__}zA{|^?yoT +֮ؾu׼lٲba"wɧaWJWzh4vKפ{Ȑ! v˷Fo'}-:2-3;k j5jXԦVqrrO=mwo:eZŋzuAcf=LX9[=ezmh@Y\z=]\޹t)vӰ=nNOJO420R!_}ӆ[رx]7JJJ NHN+ +^ +mݽX`"BMs455}ڵ+..F TzpH,XԧZ 2~Ǐ۵jҽZ5x [ޓ~nnnJؓ5`@uB5l&"(T3GnްmW״<+낯K6oܷ쉣RB>˹xhxPYݬVF'QzH;cO׵^k].]QUV + +N,]zAm/\aq*32wo޼`֌eܸqۚ5gy3 +4ZT-. ?ΆW咑!|lVN;P6/wĈpFĄG93>̇?~ld?z?6(l.H6_Eϥj ߌ K. b[tn0uf*~Xަ *a,]$lteeeEEE2˶[)??q[gX(-,0֙Z-Ϟ=4|*S۩@tJ;x< V6oG]xz( IO P泌Q&VrskE)\$ BF_(VezE*-OMyt#jx$;;U+LOfߓw!9X$bueEN+"# H3$a +"CR j;PC)-mҥ}хdlf$\TT'DDZ +'ҷdbJzazG5OVTPTԊfaT~29$䶵ݰ +¼<.k61I{ +`R 9EH_Â+S 0f8mK7{HolMII7A6$d@)Qa;w "aM"T_*F>12Y,m L6$t8U&EB>es29ק性GV||ZMh5-Jc( 9Bj9lcJĿͪ%^𒒒z{s={ :w Mz-Lk4-UJI}MmV+T +KOAjwX'zV7W Fnj*< VG4?}p8!,nSS;8QDVCw֭Jna~ y]تKDghDo8JN2[8B&q\bAg$((J.`#DmTQ&:oU).XY "T hW\Ba@n"iJC芞>='e2t6A$DK+EBH HD%GC Z>RUdd,=BPݻwٲeqqqhK4 NNNU3:Z k-"J|-$:7*o|^x bhM0iiS) ;€y{{/^ ,积M +,]vxtt;&hO͙ܔ2`CV ( %DngC tڀȪe.^! JR$D_8OZVز}JEhzi;c@`\CϞ=}|| +}`0\O>|옚$ 66 P=EB@:QT/StoFޞ@y^'&Q,&FO?aGXޞ455̞=/˅ V+,X;vCeSgKWkFGjj}Yon47?1d`uj@pY g@:yXPhYPT""HPh7plr&U.oP&Tl黨SNb5U{p8SNٳ ?EBh$TE.N]!їQ/NSm +o%چ HD͏"LW;>666JXg[^^ތ3?j=t Vcbb߿0 KWf\]]Vh4IۅÂ[4fݏ TiD+Ȁv +jPtMv!~ Ie?СCoܸz:(zp(iPkhг{-BM~e4o+ko#޽"NTłSnzcy{>ťW^7o|_BX`^L4)//_hђ%Kbbb`Ah,]"p8 :ΎI#p*,݄4[&-[xD3opC+PārROW;"YM6yAEe5AF$m@Fm ]uEU ,+vYթz9s#Q?IFQ հX`u6yP#ӧ㮎/˟NOQy7\trm6j"&3@Ɯ}th(TȔ)S`*Qbii)l|Ipp0,X333s#Gud"lNDt,X ٳƍ[dINNa n7.whÆ|_ɩ)D3(2V"ҽ$9f~% ^g477?bީD)h+ա]—t *^` _Y2v p6C KJIn&rs~{yQGMJE&ō + R+߇/0@YK~ +$-((4i]L&`pvvQcGB$,OsrAB۰a YTjM,˯cN(jVY*5 (d*j́SH"˭p *7I .9UL3gs$V2 +A[B _G…jdF<2p! _n Mld$"ρ˯fCI@蠭Rѳ-B!@&iJy6.Hl[OV(4:VGx1x$x&Pp]OgqL< +"-lPYunnA)Q_Is=;L @a!ޅ՟\._v~z)D|,o{pBGG>ƍغ JұXNN7|3a„H71dҥ -gΜ5`C#JV;w&nɩ)MmٹY9h@~J +j*^ee&$͛9iibRZ6222(( l[*"=_F5ƆNPOd$S4HZ.'Q9V^"QUWz)W\ZnI"Ih5S\\g bU&oJQTPSC lUlK +s*@u!|QX"UXR}C`6ڨTĀ2<&ĂHNNرcǍR__O9bh~~~FZ`A^^^Ǒ6fɰthnnNx7<$55=֭pܡçݳғܻ@鏕9~O۷oB~A$xJ𷶶\ǝP Ȱ[ +5|Rx@-iBn > |`qiiJѦQ~v?@|REr9rYR㲓b"N^9tlÇ9 MrY=WP~5'N\s%252l>Ah"?>It1Y$9E]mI8t(̍ JRS|yiOBwfŋP8yJf=ei/hJf!CT oJbݸ^y$,P(uNzEHlHm~I]=N2/T7t޽{X bgX=NO&q83 ,EChȑ=tÇ_~rf1ဥ l>|ɓ'?{>OaIkZ 1IOBR)d}zyy~}66^up}:h`>dɯB^ѿe.) rوymnNɽ{ƏbX>'xA,4yժqwwiʹ?&9q-5Z.玿W,9gǪ% ]/zYݢT\M}vܻcۢ9ܗH EDD7EJyJ@[VxxSg*=#"$H8,7+䤉 JM=Wq򰾽?޶~ jPM +A$ >z`=?:ow-iŅ#Gx9yp.Q7d9H]{v5QjXLP۪R@` +[fmKZ2a4&ED?9f&9gΜq +%ƂRfFFƸqFJ_8 +F{'LJձcM*갰#G }KAAȎ(Â0 ?NHw_PzsC^hZV*]"nivTVѪ4FMMhv*S=;WP4NNeg117oz޵hά3Gb81õK9IN"Z Ϝr)E3f>|Xf +}LyxnˎS;iK&qU>O~x5*-2I(s6ΥK&hk86mCH%n~~ezeݏy)QaA-qڤ1czϋOq4+'KRTpαmngwl` ?|*:0e8-뛵!!,pKگ(+Hrs#._>ΝNN6m 5P'/!!۴i޽ 4Q.K=o΍W/\fbo Ip']qG9fE} C( +d砬~!.˗lY(h0Ve?L :w.gG Ǐ * Y<8B.^~̒?oV,R?qbwoV+4jL Y JO™?9/.&zSҟ@I?ɋO8y&gg в7nLvmԩpbtVVsܝWz._m]ӧPVUFݶek-?%CҨbo=x۷:,a~_e9S}(1AVZRɈ +^[Ϛ|hlԱW\q'Y7ΟDUΥiiqmJiU%Osm.^pɮ iԍb&Wz}#4vFJ5 K^( CDyVӬT?{pyD"BSC:h +RSî_8g9zJLZ[ճg?{~7ΎOcc/_3erh@>Na:rh]8q,^y#wpLR uTz|E3}%@̡kW,ǑX|ˍN))Z&oS_%(*3B ']1wnthm攗m߰qؘ~~>x(LIú +UU{,5#?-hnRUWo]mؐ;jc&NtJ++/q2(|Btjcdž]jHGGܼJFEQrzOFluu=Y hjC_ur S^7ܾpAQ]}wҥ##Zk}ٕ8<|뺵Ǎu^nٳJB7KB͢Btv#\__Oޅ 缶ouYe\np]n ߱^ +tZzժ.NNokob~> ** +S XGFiӦ#GX,:w,Xva3/..f(t߮gc ^t8'}Bwcǎ7.//Ϯ vN5E(/2YHI|kǦ # p9=4 :&FdžD>k!/7$y"bC^)11- +/ʕgL?OtX˂ӯ6'V A, W7%<=6ƕKAW׻XিN, +Z>{+/?6jKRSjmG;-= +y+h#ݷW [,wŌgF|OOS#,aa˗&&BVNcYlپ[ VƅsDF,, ;akJ={L Ey^umrttzl,֬\e=6] "!=@d28nݺLmtɿ>?;IMz7u ?|3aDP؞1i򨁃?ZoQp^z%$$,]`po;wz=sL{Jn+#($چRLLσ(#b^Tj.\3f {u٭kr4=6lرvj@mQ*O߱c~/ltKT3'z޹eZk= @=QUUܾulϮkV._bOQqΛvM fmڢ'IܪPPV"S?0nɓ]]/?w-gD!SKfZhysF ե,=Yzhųf<{4)5W̙j̉Lʪ*BJPW_sKĥFA,9kn3:]bDw{J>XxtEFFv܃=6U6eWV, ܾpa ׮|^XG,[>XnɤmnXil6ϟ?W_M>=++NJ? ,WRRR\\\PPPS) R:V ;JSΙ3F~jFl(q@œ| +!()WW +2L"QmV!+-)(Te2]2:.*J%d `A:B(R A@>JKK +f3@֐[BfRJKy1Ȭ,|\^$2J&`>d˭aV@^,BheO@$gMN\ެV6ex,TP94 +Eᇀcsq#O(VPfՊ .m܆ qOD:sݒ|򲋲۽{6m +\ * }Ϙ1QQQ1qpnXH@0HԙMV3qB^fΜ M5|_VhѢ'W`w·F#9990XAt}_|񅗗BԼ (,݋E-4'N5jS6fC>555=ruu!֔)SfϞ#Ne0ʅsҤIӦM5Ԡ[w&VUӕM.@!V=| 8[&Q"ZB\EՄ^,&!WrѴU![ @12["B$dRB!o M|N-z\mq9lBj +B)oJ,YfE$Y|B$b(N*6ʤdwJ(r9xKR"$"AIt!"4EV(uͅBHjkHRجz^"j,N+m $( >2RiV[/=~rxe [fْ NNQwn +jjxfqȪ9P̚5kCׅ>c=?EmI"2@icm ,ͫ "@m;=z> +qT* FFFF]] bz珈ӧ`pK}o..,]QFÇߵkE5Zt_ ۷oС?SII QJ{+G;vl|4'joD'yʯ7#G)~9'3nCu\fSOåuA73:'J5 vcь?i3 m`?"#h@IkZd;cu jE 8 . +*Php2ـbP؋ D%AO\ TTFDɰ "~@pE2fmQՕYb;{D)ثW%F!<@$rkL8҃0E"TjΆe߾}g6y=чڸOQ2GnLE0f=; JamlV)mh(mzڨV#m,jUXKYAu}qRN5LѱhF䔿Q8H"|GIYCR@O/m A-d9`lP@=[ʡ}yea+cQKOmvFI.Cf@D +qC5:;;ȮeTb[kj6 v[ğur^*@ۑ5mP&(ψ^*|F*t +dEql.tf 5<ĪKNe.(Ċ;pؔE6}YdM 0)@C;W 0ы@-C%ԑR5CB*?e_Dq(4OIj4woY+aҥfh4&mDQdbv PTtVM-1LB{V*3<߸qcGܲF"%(v|+]bHԨQjD.QB=G`0:Vo7{?oc|W蓿ʦ6P^ b +wP M"Ob:ģB%t̜_!m<9oV*Qb%-*%FҟȘbDBΐNhB!P9l!I5@S68K&OIs筺N(j+Z4r4N/+*[4fRt6pE> K;_c௉ER%P`8Nȥv +ׂ½[L Բ&@F2hWK"_C(ÛZѯ*7ҨB}z Z5oZf2x(KW8M,]S`d%tp3;aj]EJW!|o]+& cu!.XQrAmS"#&vg JQ +dɓ,X ^j_";FdxHt)Zج)d"" +ebNڙ:KʫHJ5(H 6E%E#Bj*Q ԁ(N'HTJKVTzXK0lRդRDE۰ᆟ/BtN9h M;Ѝ{:3^쇤n~I&vyVu~ ׆yFE(U1s/dHݺuW^_}X,~]Z0BZEuCmn*5ZR@$8mjҥ~Y,@ wLs2 d5?H%pQyiѐfIDrmpQ^nB2`p\֢R"FDT % +wA1h/P$*rܟN+*Ba1D5 G rjF !$Ua2Bml8 W;?w@暻`B +YyyF\ͳg>wRժ&Tdfs"T,++A,jӨ)*lIY[)YYjf\Ij!CN^޽[WN]"()!z(WfeK$\$W?H /|(d%bhP6=QW8[Vڵav׵ym+OMiUĥ'w\-^`cU&ݻ;׻mrZz{\fދ@V넢n]zZ[[?Ш[^={>.VCmZz>00wޓ&M-:.aXL22Das>{rh岔4#_Ъyİaׯg>7 k|Yy9,=32(ݐdMb9Y׮?&0r=RI51$ʌ촘kמFFE MF|1)SB]BE(<EqJRYQ ?afJ8vcF:Xcd;#kJ`$EE<}*;A*ij⒤!O#.\dqP*x؅p$lIyyQj_B WX\ E)OxpNd``rl T\ ^")xtكg]uu܅$/Ht +ZM46,^MW¹ke~M6 'h#CT1| iD6+N`g'JL§G>HDTzEpB9uo [\ۥRR +(&bahl|!>ё{ꔣa@nO$qݻ LLd/q101(TqhcCYE/u211ثjnf_'חDmjv~ɚ5pjx|EJ]'&Z{kjTQKKwss\zddɰ{܃iOF|]>e6 ف722&8EFr#f>:?ߴvS)o8D~3N&UBQOmmѣu]]J= 7ӑQ'¼-- oY$pCzsg[׭M*TlUUվ}mFBb3$CC +kJ"I6o[x;ПmaJg'@ {`Z&SHKrܓu'"T˜^+u''S(8<78L"6僬2)635*@Kݝ>nt ɹqmk<]΃ψDYY^GxpZZ+ZcQqOؾ9!,ؼ<"&#|;s\Kkm5:rSS::޾%=-eyyqq1>>igbL(m(--9X__]x>)wC]-O Z[/8z6*^Jz¾Ϸۓhi/:vwSzL@E3˷l@ +W7tڵMMMZ5C;LB`x1O:x$ D=922ȨEZmza4o~caa phj3PR>4, 'Q6QO('I$1i`R9L}8 +-"qXj+I.Odt^hhHd⋋z;Տ!(ߊ-`<&W}M/\F|t[99A%%!T}.JEgvVV%X;Yy;;\m,+󲱁)ɩfQ"l[~.>>~~mQ6d&%yyxBc{2R[sr9ڿmq~~&zKOG; 0h;.=;Xop%jK$?+ޯr2"ҏOC  ' p%S^Eԁ?f5Tdp&:l@}<c +nA @:3 -հj diiiD"yQSPEIW]M;/ebS_q{Vn֖KS\sM={]]Ez{ٔb `t3gߗ6cc?WmrLܵӸ׮e^r?17Ė+olߖj(uw +9 ޿jn~<, 8IFVwN =MIgִ^@t]úNA+ʏ sƖd|BrRR ^P,qL_Rr2 4?']8`j\[yξԞ.lvJd_lNO| @E(s黿ؖ<>-_cntdt$k +011QSS}?X5 Ar-9XkdY Z<gFFYFgWT?xXYY^Do\P({56F1A瓓su+/Q+m,27=HyݒA|];1:;CYuА)&TSgw%e$et/0<#)QF"{<l##$ҵ̣IP!J*h_IVRp`ErhعMИwn_wF3:MYݭuw|'6޿l\;{B9!0ȕ oZ>]S|G.K⢺;w=vuUU{yE%p5vSsuUoS5{vGxyq{z0)57ʕ+[nݼys]]V&mε\9o333PVϯj6}<oVTTsu2ڤM/"+躀 =<<>Hjxo^$JsrlcP1rY6(9L:yXߺti^4h.v%o^*0eVfmDCRNf!h)dI,$'hŗ.KIxD%DtGO u"VJ77Q@/H5 Or +iMwй-.`33Y=֤Ily Q[ OwEwrX̤ NDΫ<635fX\#NDD88ܾUyFFS*4W]Yzp'-,P_{OKzP_y1'Sb ٗegض5&ПO%/U"Afm}s˦ؘ3pBCsr2O$bۙ8NgǽZTCuu?裚P}ՠ{89Acq?Tj;`ዧS`jmv.9}Q\,, $D>lJ&ƻM +/^Ӆbcz{w޳󤦦ӧO\I=ZU"S`X G9ښpoo/8}{[OU5A!;V{,$C#8d_䤟w6X ʯ]76v57[1<2ba|EI {nߴ56rH q~~723RR1Hc준_{-PW\ncli}hvzAl`8qb'}J?Bܽjee?1QGo]dDÊ2C_nܐ\yWfK̎?_|~+7x+wT$(* $'[j}aXXXpppV&mn<$ZibbB&|-ՠM/["bO盛YܹsZmLfmm{~o-$ԋwּ^rh(>-599B%ڱ#!<~M鍫μmkftv ٷySt@oJ}lWVZJ* t64+):hv`1kI&V1c,2p?L$\QbfjrP7+LoSCKU͋ + xQ L)jP(Ԡl$ c/3|(Au[(DUP 5B1w/zD--f݁ `QtKյkS# 732sΜ18;feNg /?$96KilRɂΫgOFLɤ?߰*ՑǼ|>pxE=Ĉy<ry_I +h d2c-nd[7aAOV2hf뛛j^_<{g3<0 8lD=6xen񥟫`{+n15! ߷ [S{UHi̮.x˲N%ں9%:~9 ^)͛7&gS +N|lvחl%q@{'+9[^w +tu 058 wTW?7:+rPkBs)8>{裞1Q0 - +KP`ssrxV\oap҂R8/-Oa2ŜH{&xܔ[75=޲O?ƥ0-I!~%9(O`3R% +z( ()-DJ&:;G(TPt:1) =-C}5]UC$8F`ZiLS M:uNț=]i_lؐ:.N%{ׯ{X< hlX2*^NM5ؽLt4;!8̴0tz{dT^~d^3Y0{UNƺӒ\˜#vv9cfkO&}zCkנNxQ!L/Q;khlStVۏɕW KVRֶ 77C U @S c)eezwZw>x<9jn~7 +vwJ.71"|5iq*ژ +z;;ntCQnN{e#vGnߜU(ƊKɺ{wٰQBok+ɾw(a};q~~WWCUU'| 36$A(D" uz4ݫ 67{Xff+q>po.сw)* + +itY6 C-ЀYY|koV5%ŝwYL~a~ }pbo`fRqʘX84Pcv/+~P`jkӧ~iXo؈\F?(7(5,7LliQONO_}بʞw y77Yf75BRGjFy9vfƅAPRw7o{o1ٝҬP4%uO ݿ}9tQFk٘3¦daGu γ-ٛ[<8P`Y$GFX|FUI[v/_;99t6,$iӦMzZZ\._MѲd${+J;;u G7/]34ڸX|#/6-6ܲR9niwOoG+403q >V]jife{+'S@O^2P{ee;yxcJlrYKǙl}55ΖfFK +%'|<X wosE l|jϽg1djB>z^jPҨl1f,J% ##s]]CzB;{RbvpsOHN˽EHksO_Ýb%sl}ښSuZ to_z013?|(&p"m۶V^B@yڞ7'Exay͛&fx9cg:r'#]ogg) l|.V^+ݻݭlۗsxP\Bю]nF&ll={F2HQ(nbl`txn&8@gg;--\/<꺚hiec#= +Ϝ"+hK݃| L:_[ܹs< >Ϧ#Y?-E" +z7йr< 81Rvk=nzJ7=*Fg߮UnY_\peZ!;:Xm%%Φ%y2 +mY62'IXL<*@(;;/lSw~1͝{=7h˗E%enzt"=='O@O:$,L(,/ 0={%=m^*.c2o\;(v?Ϟ^Pcm߻}m?9vԽOKcTTU4ݼ3xA뭕m>k'\dp +% 뎇 IC2:lbl;b$B͘HJp |n| T&,Цe+e-bjy +xyyaMv=&mzҔ(G}tҥ1>>yMf8̀b":oj@% 2/mMﭾ ŭ)t}ϟ?zR Ow#GnLsMt^yD@W%BlL̑;Jrs'p/ s<2)9*Z{xܸDM+9{7;0i Sھm[p'c*j[[scIIwMS^;>``hoX\uinx1d(2bxDI3WN"92ٲX 26p1#ࣝxW 0\J"Cɼx2LJLAyꁆ<hZN-Ws#*u>hzJm {Þ sˁ}xPdp. ŸPvBBpjN2R "AIK%p ~ 7.kA @wѱc4e +9KR8 W1`3,R24ꇖOpUIПDm <̨dհooj@ UmWO$GeS(0ѻ:sϞ{!1w;a9yEE/ ut8vfNl#BOEp>` #Ɉޚ S*1BH"ʊ `DݿyVf&kV,<+Kt ^}5%)֒+y02ƍkXݽ~<>xXHayAfGypzV49ƊܼZ UAI &Uߺv61$FcXi(0txQK;s6!~iY.uv%%DÝ9gv"P@0k@mzꉫVm--./ܓk3eφiWU^433lmզW.FxgPAdV(Zˋrs=ll2ht߹t)dDDJ|a=Ç5_x%/|eiQvf?(*x% +)NOuqUq> m,69@@QШ)RBce#3`}'<<_ow[Y{z޵닍sr|Pb"-հZkkooxbyyWUTCzLLr +*94RQhQȰEk+wí^1S 4,a)ca("S& Y )d PR/EPC(66-\dX0rNspxdLp4r4 M :sN(@e5%Ը</ +e0[%L +CWթZ Q(Lb!+W'Ÿp .jY6.UGAΠI|8):5"v`R|~U[=F$<11П-P|eר|F cӨU a%jlyn9RJ*}iX6-2kn$75MP!ȜHb>PZ Œ +WVBƊrNϨ}NPdCdvWWsEἋb՜H 0 9B*F{; _ued +[2H6Lr3liiu⃏S)C$ +yŜDR2y@k*IF"OP[O]][5p~h4$҅p`;2t~RQs\4~B髫q .2,iuvXpApGfqJ߾ OgÅ`N\zMB(|i4Zkkk[KkksKk[S+ -m͝]ͭ-T*UTj4 kZ߭=mv6Z~3S HF8Sn\dypZd4P)F',Y/mWkcꊋKƖA^?ݘQ[#gê;0ݯCjhEofG)DXc@*.WxPwT~`du&pPvdB9fQpJf\"k*;"XjaOm5XD:1VC&FB@P ]QQC Z |tty>AHd& Z5@=S<.Z]@l6\8ԉ΋p8 j*j~B%ѵá=հgΫj uE4Q$r!T˲erY5EƱ9ܫ1\ c + +եѐEMLbElRͤAy ((?U%BD, b"V|GYIggbB!2{YqL8/2$OxߠF x_H9Q?Me<^FAa)"QHbcM a@Pڰbn&ܐ N?})^j_qy8ϦUGk^,O2Bc-T@JkVp;1L6ܗoj@#XjjMޮU30||FltLtdTLTt6=3?F Hdd/\000DqVXO^NA>jвd/ړjx-'8Q'YS]ݸ9p^WI.r20$9xs8,_ hB7Y  @Fmqщ{Bdufe9\Gt9WӇ8ˡ*qCKEYICU F ^%H|v\ԍ||9{`q@P>zPjLNN6nQ +j ~6d;ovGN[~f>vvqqvLʮ\q13u4wvrzhpAmjt=W+ 'sSGc#8Ԅ/W[-R "ɜHT\b{ΥL bѬX讹'R+ø]P:*.b~R  okllLD~j8/ cJ$'bW |h22j5eN '+<|$SWtjw($+~вb{41OP`ُESDUӀ?Q>T?Z$[NAբ  & ~E@B: +eBUOگ3?k!LdcmԖ x7= +!өMX+T*j Le^Q1ļ=b$ZwN5݁d"R@4'D @"iszvCmVDEf<"(5t:p*΃:"%,\w_[C}[bv6G}+ DKaL&65?~<u|z}wKyK@ #flPAe;;{ZZBKDN"DdC +5DwJ5M[@TK5-/$$32O(llzzaxx/rU9j h|86ƝD <(bg˅_aH8PJ<-T KrPÅP (F>*L񸄳D3N1v0c&}DSI8mqnbB&vӐ""A :&"RbO ,P3q126 t&k\K ˱Q +EB}XǡG]d,)yQ4yV(\:&&.DKA+C2AG4Eɠ2ՀVLLL|'Z,M/ЅelgO߫3dQTԙ 5_vmKmziNWlii!I^-_I@񧸠-n+p, +j9Lxw\]]U*3d%xa l3"dvX B9 :TDd΢ #P (.?"FZ #4>pA"FC tW hGSP #bR+)PGs2 q]lA%&}u) +GheŸPQD7ID3>spQ? pO>`l~ۻՂoj3MO4Nh2h-r!fl>2tMX?BŢ9FmdU2'Q.Rj)PfS>*6u .44>D߯U3酸dʆqkaN (Y@+xdbuOqQAEǧn9.z:mϛBuc̰9&y*@_kLfB +ڕI't@' aO+_"Ȋy?Z!# nY"1XlY? rG8u`\EDZWE_ +ܽ{wOOVЦ:{{֬賏ZqHR*դkdAFY ؁9w?5Y% +9>B3!5B(d20 lӠOӯ7o>j.ЦWªAӼA({/,6FssulnՠdV MxN _ڝUӌyՒUIJhb1*shͨ|XA?x|eGFi+/E|OL!55(99>q''_l={o۵u3lwo;l޵yA`_shN߻m랭[@ЎfV^rp5|}uۍ7fggUp*n:}yAI60|rdppFiIN_yq ,DȆXw\(G(|F 'Z;V ?sZ׋pp(cRQz`p+2txxٕ+~$x#ǪZ=EA""" VԦ ]泏Z^XBwJR `ܰ.W Mzؚ2 YY+VG8z ##XN{nް!Cbcc 4&N_rnW +@G!u}#b'j#*Ut ?gV R<;w?x|Pі7ojzEO믿_kWh׿9?WQ'G[(vJYyN;|H.~#N2,//ud2V hB~>H=w<ܼ L cgJ׋4) V'G"*("K h$l߾mtx({N~BBRx((SYQW4bh7"b k%b_鉿>fȤU>' N󲹘HG[ *avd2Νv{?߮)ke۶#۳O7n/~?CHn߾?,++{U6iӫkr;vx7O:%_( +mXjX@  V$fNMӇ&)Ot-8#(¤ƒ|{`@j-h0<j TV"?lj{Pa]Cc 6=ohzXxa˟~?|ǯ^ ĶJࡀV?|XBRFU_-'Boh/j@P !QQE_z<:,zJkV(ꪭ=jo&.HP@!VnȏQWVG- ˖5uw~5TP;S|ϗSȸKSB#2|j"ѕC`Y6TDV8ho_""AhK + ;-\nN^jxdG]ɟJn%Zzq!hYC=NJp !jI3*w:`a '"wtP(F5o-Oᱴ>@s}{~`$>4$68(*?77&1A#Ž_o''//{6յ~w}XK5hӫޟpv[o>}E|]YQ%rk%1Xe/%uoGB$j{Z*g翨(tႇߧPWCO(J:_Xr&&fի4y֊#tΝ{7}2LÿI5ͭ'rΤJHl ׎2f7hk1GJ&si,,_3mmC ޾CNY2H 45˱4O +t)ధx\W:8TRsCg=rkx`pN$ +ag}F{XJfxi@?LlJ;kojmKpC +&Z4:.mzѱ>k7HTO5s IBu0dp@7 1O:B@5l5p^9%bߪEe$Vrt@LpB{…ݻw/, J%o_ +ly[[ZYY_(lf +tD>bof/=XN@֐:::6l3331R𰏏۷ +rNw: G=>65vyR_{VZllnj,ݼ+PauvB6zz&{ܺtiF8jmmljR3#޸koov`>ퟟe3j8QGR 0ηJHWj" +o52t< gae1a5Y[O15@KS5ז><|oՆp8X4㞈ɿyttLNLL\z}f{ו>0K*lL4R86?-sI$'  +M"lllkjjfggQRUIГY,)998Jjjq^^[mՋ#}}/>}2*xXhx+CpRBO?< W4,fEǠpeE˯PlxMe~4_)ODq6 >=>@ܓ\Ȍ&OtHКpp$KxlqT$ZT!3vg{|1a3aƤbhRd?UF+#|qyL&ynRR* +}|HC+/HhIQ.y7~ZAAcan___ggBXE5ڤM/@})EH!?kͩRTWz,$dVsyl). HOGY #{ 4zh崙d7 jP, חw Itw7662 \e4]eXXZ\5[>@RLyW&&ACxlF}YkV9,/a_0-5|wxhmz̋/'{=]JٵKf'MG=m-ZkjRUBa͛BCT*61]_ooldfԄrCNaYgSm{Z[ FFϞ=kgF|`pVeo{Đ`99364ÍgZ@"hjrTĿ?9:;)}؂Za旇({W?/Y"9G1CxD4qȊ9ڱnЋ wb +⑕@Ə֞ڐߧ]/N1-GKilrYL1#2O}XWnfv7d״MDc )"Ez/H4AX" + +"w~/3w *Qw9:&"[bWm>$eKvVȽdn.^[ǀ@MjC-]OM:Y[Ynair`ѣ lh|+#a{-jPG3qkC5]\\ z<O?FӃp +]iob2v_XW)XQyRWUո\)ʥXzR*B&B Z{LF"c},vnیƠ:\C%\8&6aCB oٲwf?5k§wfхl/zz{r[@kّА!ڢW x9m7|T2$夥_qk]mlTZ^fkl|AN{c>;c'zT㻬,RgjC65>"DŽan;E"!! gjU69~=?Ⱦ5L }*.|jP/IdΝ0S(}ԧ5hRrO#F+q88dT(~3'B1 n&x,F?=$r%hT=U0X ryy' 7DBx I1`\,am ?] trmaVv}B^K>>9A!PnJ;Cp8 jЕs nՀ, +dAN-cYq1V'+)dХOMna&)~S-4]s-!'-B<:6(zD衇illL 8`0@6ظiӆ[olef}f۠l3425jlT(.qZуX,[|/_y?y_^y镗򷿾K_^ywlB !R LMM}OOOC ok0iBP4PYikř\`niAޱuˁ,e0:Rzz7"U[ggb\Y1V45{<lmYȤDK?o/j)>idFgѽ{M 6f;V_\bahظLb)ZcSBTԶ =wu6cCBa?_>u w1)s\~F|R %SP/DT*~]vh4=>=8a> gso?Z%lr|r_dJJ+cwxuŒEGzA浶f'EG +tiHN'.SKNY EWQr3'WMgPvXXձ}pI+OvtL)r2c pP1wM*HKg7s[59ρ@q% Dtt+ZB}id~3^sXl᎐PxOiɀϊ :P/J0x Bg>̳W,]bnݖ7Xib>+6\a + ^y-X?jժZBJ0I"h5DоAPU<_"B!I2G$I$)W(}HA[>쳰0=ԠOuh6/_qㆮ\ _Λ7wss]}`Skϝ5d+HKnqEappNc'NtLR2Ym["&2bƍ2p|#rOO2BօaIՋj.d1+C3}~>#Y48ˣ䚜s3踈=nm~]JML_KןLJ 5DGT]4^vHS󙸸򛝕;^~/a_+pINZmPꂂC661a{[Z$$D + + )Kg,@ a?@ ѣ333êȈlZͧTFk0aM˄/ZȌe*gq]@G(B%@>)2{A ! '`~%z推6A衆ߎ R@F\ c^LTɤǏgǟ=ϿÜ9رө)'O0j?on޼(F<)P5`41d{b%汩I"ڝ>6k_b-m<iÆ .C oN +ܹs0D"la6{e7 >szzC ym|aի1GIq(+Sܔ=AeLJ/_&pswKcB xzy^옝w)5inva^UEž={vn62?;9YSWR出AYO™~| Iw׸H܄-i6\{?SoՠOj@Ե\NCI Kr"iyc\twP컅;;ڹs0&=CѪUΤk׶_l࠶*)z uNvUT;9\jbFz+7+Dݠ/+{Kr;:Z^;niY^icxtKey008/L]9w4'jk$'tww[ZZǽB hKp5B*IZ `00dB&rPGza>oR* +`~m8B_[)'00JiAp<.D'PJ CܘD4Osn(8dbR]CS5<;-Zi&@sv8>LXccZ 2a}}v`09~.+c@nab$])477^:<<ҍ'4gk}n4MsC CLf6 z:A yJ{9ͼ֖!TJ{eyٳmeer2Emi&†8 TI_{劄D&B@5ՃZ[T/~r85ݵ5Ź* + @ȗzĔa%]uEr_,w\*海^.(ʄJF݃|.֦wwA7ꩇ/P;T>إ>=8AԘPf2+/z:_/Fk˔B~f=>] u %04]={trŊolJjltn-s'wUU9XmՕj6{T(|!+"r:1Ɉ1Z,v^I直8 n.*Cgd23t  ~EBH HwP1@lE4JP؇ qWR?.!RC +? "pK28sA@ڀlhB +8ptirࡦ21<, +d,%PoA ehh7/8dNNΟgiB3 wp- 0SLiԓc 6TWWedgF,䯽 /PZZuaJL'֠7w~KϡՄt]VV_oNRt޽ŋ f榅E3`HU}GD Na?y~*mg._3)4A2bG9qQL|#P,~{ũ@&ds0}qwlsL\A}%:Lj&]B}u(@'  |HM'x8R1dj(†C bijj٩ē[7l$CaF2}f=εb Iģ*#-vڵȪm4J +{+**pk`7hzL}$~&3]h"ߓɟprvlc +YYY555###zAI"DGG'֭cDTg0 qicA"uݬm۷Y\W^:"b=wu[,7n us;U|v3vvfv63;BimE_s6.1&<ʼp +06`cQzxg,oټm_R +W]l¦k:[lM?rYs5lRRR p 3o޳[7٢d2;N( |YhB0V &m5=#ET1pY I`)F4d h}tBY'.\P[m|=(>Li;3 3epZ!l(m05ZVp*-6~ѽ1jకt]`z^q"Ёo~aúߎ4+Pww{oC#])B;I*f ~j4&I +&ơU'pXg?&&)$6|+3=cxp5E}~$4Nc8j|w-[i4 {<-L1Ģ4 >?ʙRP} Ge*JN}W֭[؈/"McccTP(á]d1IWO~ႀ#ϞH^P9v)=aʼnܴtiT`ǽfbM4Zأj6朴Tukq[DLHؼrtImƞueGU +Zccig]$U+닋uEEi7/^쪪Kn^N(Cj]鱶~|}}Á2s8p9n߾}ovaFl Z[x2)QFOI1ڸ֚T]=g''45r8\T FAVxXYՕ^㐺,Y' +p-R Z(;ۛV.ʩLZy53p`3Ҡ=nn܎Ύ9Wz>ޔޞ Sp2 + EC _>Ym@CPq93 T2PvFV@ Z]]~:JLV,FE# +Ɋ[Vo!VEj84v.2p(-{ziW.qA $ +h E!(_n$)B/ӧ.;Ԁ! T2o˥D Ga!m^GTnےgO> HѓKD*n۶Gvv6!Wo ALahơHkBu. ŋi4"#^|E]̖VLMEeg$CT=arՕ_7mڊ _FP>=haDkRE9x488CC-禦9/{9ZqK;muL^7f人a0=薵mdd/:eec7+șsII>ޖ|k+c"Q=<,Z* CPT[ju*᜴Ԭ7xشh AYOS@@}D@붠 ܖSqq6[o0\"!+>o|ΎZLYYy|Nkk'!I )ȨƇ Hţ Ǐ[her:688&Z řVV+,r kSj֫.:dmyʹX𾇭m/ hJc {19bAlT4i q'묬{WaãmLIf w5ږkftjБC%D +Њ?ҚA]d2"%DW2aYA@ +Z%B&գRnC';>Qa(>,x!eg$- +p <" 趕_c3yء: ݰ?\`AiiȈ6MMMYYYiii)))B픜r2#3DjRR|q8*mm- +,&Ƒ8:<29>1>:ytry 0L[􌾡ᑉIm!ߩ}~36>1561ѢR-a!kQT,GDD;˗/̹/"^tEklTQ.Yg\TЊ+S) +^y 6 Nm 2 D붠>ӯ 5f :4$<=Cܢ* + zA1ɔgo奥aj\p1in +pqۼvuiv6h.21Vqv:PRX\lm`j}M7RlpfOPH;Zo`}^2KlKPï<44_f>_Ȟ7Y8 5 pY>! t9HgA&4e 0 >-ePMkZ&za{8{6,ܪA : ^2- G B  0m0PYb0AYJkyhA:CCzbu(Çx<36l| w>?B;,x_|޻o_y%tj,/\] yyx{Ž?l=}`kne{9_E'dowo/h]t1" DՂW_}uڵ̈́UA sO:Ԁ nauvth*ZJWEAF\Y=7ZKZG|IwWWEyRvK\Z0aj]TVKۻtŽvrUemA>hq\vWGy9QF":Dm.(4]-HCc@B]c65d +v BB *5 p(x+Cq}xjN-%0M/¬S7.zݲC|AU5v65ڥ}~>f7]9sSL 6\HIT*5LQS(kmvpڸryiv0=&`|oޔH?|.piWWR2(`jMafm8ggioOJcV"= g~xІGj a4󋎎=瞁šd\$Ts86 y= D?,EDV h}Zf1, B:jT3K|j eJGa ]u1Xu3.ޒz2Hǝ)h~mDe8>3ZBP!i +&_B=pVpjQy.`0@J],**g<7]c}m[,Mn߲Yld-[L6oalU/d+>önժUϿ^zyϛ??7'z=̳dtsrʨy@MiӼ^%ߕN! kbrnLf.sľrJdž1MR(;G8+(x=Va*֫&ƮXfMssnğ_2 +!O ^*iA阔JFI)⩸d;$6r8"٘D4"`r0Q6jT)D6$P,FG1pRY^2tpcB(zGxG`s9\L(¤IR1TB ϻn4-ǏXo/#A335\֤J.9duU+]}v2\jEײ/\>sfwX(Bj?0gy`FUUu8d'RB<$WTX"浶8lXΌ+eX_; hQ (xyya˿zc"tzիf Wt0hgfz8,aAdjCsH$RJڦ{g}K@1C-0-Hyp8O$S$(t^m0M X?a._Cfq1w`D %4-U^<0KQ.tp+0k˗tKD${݇ͽpC BsG }}x12!:^+j/a𢆇1fL$ANƝE%ju|ءnmGF~~Ueer6䒺N}~3 4s~߿Kyyyvj5Ht:=...&&a>~a>0Wyxu +u mtw |Gyh2qD;3 C6`m7OɟaK~6$xO>ekepBHg0۩MM9ugf]l-&^CKN9/Z`ry||kjjX9Ojf3{YnŠ2uFr4,\ꞎriCCkbF (P!hIQM&#>7"kl4;i: $e5#d=wW$;j@hQRȚR=i--&)fnnfU+6._V_XtDDlrϢ _t=ƛϝÆoތjt8885N#н=A6] V,paSH^͵ {]]+/B9JSSn@o--?,5Y*S{@DB _Pܤa#!T:sg6l@Yk{܈ikФqFV6GIKT!$簠1 м᠒ɔip\̠L(Liә_*YԐ53@Qb3T >h/A4;O~]A\[_WX;ZrV;A ;B> (x d%h\"i8(&PC<~dX,ጉμQGW129\;YTƣaՀTt{ウt")Oc8XG9`jc +6>~f÷z+??N-U]]͛ .\?aqOUt%9nh |ljb2}qG}~42l9-fVcSI5\na'?sxt;5'dMoccc{}'[ ǏFEޟ_|,22>2xRIsh``܌@M(}Wr\oؠOjQ@""WƽdjSAR0 +Z2 (@;h∄֠fd"_cT-h´ZB1h#Aq⠪PSwA@ ȯ۩m=A =v 21'?|P1I˾S%;Y[FE&tL ]=ˑzPog>3OP<Pr -0=-a}ZL,El-- u43Pu)oH rSS}v9YY_V;M]ssZv%{.gCp^x @mX Y1G 8'$1ƨ)32ćD8v`Xb`΄;]#"?V`CV'K˗X|$ U??g^{ 'sO=O/>S<Ϗp~>O=8^=j>ZC˗-T͌;06a 0-Zaݐ9l]4m1@.̄G1(x3fqJ و2q E3| n`v +5 + )JQW +m JP +H]7z[dkWUmŧSmwڞNL!&ij%b +Q  +L]Iqg Far7瀌" d +I}A*r +D@@1P9*qZ[3cb6|٧$Z4FyۙyؚٙnK-cR|={m1ްbiSr==&p*3kр#lDL "(5q4=NQCBgV!2563'O4݁Ƞ$2D5Sẅ *W(Yl#:Ls<qE$*((d6J qfij +;b ߊB݊?˗-[ (LՋ)k' Hn0 0'#Bh_8pT@: q&:gqq;T :Ϫ +@F<:SD!{O2`EQSk!<XVc̆;^|c m昬5 Hjsssxx֭[wD D {R^}֧0mҀi\e1aN'Ʋh,T >lAW~J0#1lZVN hzТZYF vXȘLfzzz``իWj@+T*6p8ŽW[6\lcaa]}}H9J^} d5LuJsr,lxK?vlz++hS*JmQQzXӍ + Rs;(RYZh@f4W4]qT(f0eCh*)}jqjQw'BtiM5{* DM5Qrן~;x9:{AVcSKqHP8x.gN6 gjc̞򊦊Oma^ww)%Zz0 zuYI " +YSw#'Ơ6Lϭ]tUS(([CsssQ +wdMwRQ\Drpob! `t!Ydj4VJ]Jb:r+ɭܖꌠ0OAWoo-31S&Y̑T%OaLmNaa7sӐB&|pŊ;A ͛7W^|/駟>%Lj--Sw)‘Q(B L"/Zgita+p0!\A{Jqg:0qp: kv Yϥ]KNW϶ZV5YV9 2^-|PGD ^WdeŸB s jҥKaaa2LS¤I>f/[?LIIJz +}zP̀:kΠi.2y:=L)1P$brD3UՀ!g +D@u@6-MǼ +E,}w g! +؁^w +of9bokksppxw9V_9Z[2:z,4LN:z zGXrMͨX<&Ku¼"}9b00i^c[hЕ8Y'a=fEQɚaG4r^C :0߿?55uddӉ@C ?_:Jb6orھjb|ǤڛV@krˎ̖P~1Lap??zCÔHG!+GQ41&fŷ F @C03ḱUQXdm]]3PV`e 4KTp$(}"hBa]QQbxXP]uJJ0MAp.; +3ӕt*eeeBwrr{ZWwZW J*xttxѺAlr zϮ];-ϧiT2IFBCuvM$޸B:E,_~!r]O/c#*}Wrvtvb +%t>-;aNH8'RV/ZhnYwχ>+LcޖD!jo K$j[? fC#&pX}>2mFԣc@ +V 8`p]^TBBE)=o?ă;3Ӭbo{ ЄB/n[!9 3#{ 7̇4:1eg +gNS +EUQ+ƪaҥk׮FOz9M$ 43V;'wK|PCw F:f5 dHkE7BenP0>׭3;Q[bTE]O*N7ܷ2Oul7I6TRkj-yGccj + .GkH%2%<~ X5k|III(>p-({z=$P o4OGi.Ldz3*gЂTPTk/Vk! +V DwQwd?ISqwl@ T ZeC'3$^6`'#:Ulkjj?+Ԡr ^5䵷r:Z *f75K{Hj:imւ/x}Dⴶ@8./t*jie'ihtDG +ф]]ܖV^kfI HE_f8E摺\5!?衆BRTYYYo%K 9}~޼gjgdau׆z\r}rbK%;9nY"6*bP.U?|oո +1?)ڶa}EaghS>¬Ҍ1[ 9%ӹWz4VEBAN6CB$*69^VX`ur.~?$DGkl|C'&ci)ՅQ_v[_)yENN%睊ak`oқy!tspBc`4\/vơ6llMxoffbc#K>W#2؎KGE?\ A7_ȁҥK +5[E{ 6K%$V] k:Bn[,:KB,C悷Z莫< g=8?j'%Q1[G#"40@.\s-Zxbd&M3P0u?! 1EE "hf YVĺѴt PvG tBDqen֔~V DI$S*k^djKg=K@D>>|X ">~kCBtn892`qFD"Zo]ڴPPhZ=5(%-|_#JA:^ ! im}[PCL0al6[=vTj8[u_1%lA6&&>]N 1<ЧHU'r<> 9G2( E/4n"OE@5MFS!' A0K].Cʤ'-S%8. + X +vm Pog>KKK{gy51؈J@¡E8 Z !Ҳ6Tlڵn;mk%,F3zqGUe/ mxD 7474h,'l~]Xzhkr+\+*j^jcFI?slӆ>^RS#-l!Qw;TY5дJ+/y\.o,nch/nlƆ흇3;elf|A0`[5b*%>:|Ӧww km/D&RЅqB Ћ+@H'Սiy`~eJ~ Aɉ|!LiTR δ(4eB=ܛn$3IVpnW'[v % nKd^VVfllo$$$+0kh!gmr;dM R*C!' 7ՆCPj>g-J +b8 Z 36j*paF.ZҦjxIќƵ vjucccWWWhh?deC $_0;?<5u2'F<D4*u-[t}"PC,RkXhх&t1@`q."ɭ!>ⷰ9e鳬@NR  ugb988|NNN3^l;KRkkkMM 49]O􀠆ATT"\Z +o[u3Y$=nFss勤q#<x.8fY$+-1Ԇa!DdR*UUגLNשּׁl,NojǸQVSS:E]Nk3(2|aOEݒ/??z "s22|xxvյUUs0# Y. xǏ߇U!d盢$x4&BcJ-54VZzZїD5FjK *rE͘=@ =ht&ks/wZ[C $ɒ~mhF6m %GT~{},-uF:=)9;do]v9)\&Qt&9d&_Wz[644aW]M +zt2WZ 7+)n춴 +Kr+X͛Ϧzᡓ ]861pS\DxFlL!{rROƣfNIǰQvW}P/x ;[FE:l:# Ўi=Y ';P + %"zɴ!5nT?p*lmoJH$ܮI[tvf66sv^w7 vl1:~~o=#c* ~~-O?rd66WF5~IYV 0j 0P<䈇aTρBjF>.TQ`L$l#gBQt L Z%]&HZl֢0@+h3,ҀY:GP`5T[;9Ḿ3x--hk/Q^&DaܾԀ}fv\\G;mvL,PoJθu=TdDP!GhZZluR ` +>h8葡URɑ PJ#DEF. qA<a}=j+2jؕr7 ?B*eBn,' zCh!ъZ')2˵iz׮]˺hjzGf'-$r3)̘顆j K>uLP4Z^ZHx4]fUq & |c-\. *!*TB|/L{==.\FBb:;zFywWV/8^z_x*)ɓ8::lߞmnXYu(0@/_^nkxPiÙlܪFbl8UVC 5LaC q0AX j$ETQ(#S%A띑Q,x?zޖ09&Ph fujaZ/ٰaX,Ԁ{4Ԡf$_Ȩ~FQSZcczIO}+ 3)!rѷ>]nd +40BtgPa& T<-*֧T5¶ά֬9~X^p06=wZ#H]a^^[W. + vuuܹM+Ij>~:[Y9;MI9hrOekjFN6 A,+VW!/cB޴Cy` r:Zv-P,Z%悶;ƨ\>(VUŌt) + hkVᰉJ3)3*]c +0hLWl3tdu. +'Ŏg&2Ʊ㱇YbffffhI-VK-uYj13T * zQgV3]w*]ݺs9`< +PhhVPr46_Ph#ľ^3gUiww?'|2w~z\ @`Ύvx؁2YRܒt;=YLxKska-#>O@*/k+*()/=pM!|"b/s|5Y/>_hOr榔K:<"4 Z>`>sߓ$fLi|u|ێ8P(EWKWNNΟ[pADeܫO<`CDK3txq;-@Z AxГЇCuOhIHD\~ c @8wֹ [ pS8B[`C(&GdyX''q9QClJ:?Q_ S__U%~$\ +Y"W^7EI~]eryiL? +0(WÙw37fjjՕ灔+1\kmx- }$.bJM {L> G&&6edxFN4X1~~J7fN wvֺs %ULI AF!1AF*bP& 1V8WKME捸POO=57xZ'F;hŇEr[IIQZZYFFnCS zcm- R ˗PqE%_'>HB 622zj~~55G%!Dka [ (rݐ(k=lKnbt@;Qurl@OD5 +qAg2Wî2|nˎ(&;% rryR_B"n/ѿd Skf  88n޼K'ˋ]\ BPl=Mwwݹ}Ԅ@}*ͭG5Hp?_52:˟=dfS釬%tD,(PS vqDkcD(Ve(_q,=_ѧC\]3R{GE~г@g';۶gz뇻E(+=JH訩ytcmo5Ӄ<x½%6U[sH?+:ƙkm~pֽ{K*ZKꃾH +v11ϙ.2"yF ҽ}`IBBAV`Gpg{FL ehYZK,F ~+ c[OSCkϺrG4ʳKN$_۴WUU}'8 WWùK0Y<GGx }b.B 25t6wH7:kkuumm_ %%[\xeYYnff6Vn6V1~=[LT~ECMO)HI3 N &S6MK,h1Mep)e + eFb eeinS(WQTrda0RMWuNBPa񐇢J=(]2\aUu@)˂g'adpz +)NAڥ1a Qu-Aˑy0vJSҕuc[#3#\$bl6ss{#.gf_%̬T$/*rK]xO KMuv|ɝAirybB=u^y̴56aN[_ɤ./8*88H*X][TfaneUVT`ߑyŀ*G=̇ Ijjrlb_?3`JmkCiubxcqqztdwP𞯭Pe(ĔSҒAY .s/+25`gEř]eiTW@ (Kmh_޺ +C%e[}}(FIHPq-Ϗ16XޮA+LNV}܌:9I +aޞipK NгibcAם~> +ׯU wʧy&Z c#=E0@LWX[[#H### vdK6rcP ՉjDp,!Wp;"{wFy%@pMmdxaёw1Գr~ Pp3yƀ#jJ +3ƙٖF\&ֆu`^VVVwȜh`odiU;3Hyx|{YY!&E$JB_"bbPݻp)i0'%Q iL@滻BS#{˜}4[B&=(r/)¹a66ގv>/ f C"+&=݁6Vɔ; zʚtEB {*JKVxC` |.AOY?^^.$.bl$%dEL\ zLD@89feMHXD=e~݁_;}<N5Ʀ:*j90"PgeF_A.Qg*aJ_X.M 댳7~FIVRljbU(񁵁AwMYflaV[\yNn@ނ\*##}]F[eu}ֺͥGũ0]5O\ͯwJD]--uuj'ت5RdⱵ/hؐ808[ +(Nk[X?10yTQ ν{0UBdQZ$w0RȲߠonR0?ݾpI < H>Y,dd XU})O&@*pt}9Y!vl\n~pdKb$+ǑՎFG `/Y-nFȊ +s/BL T*uvvF4^d. ۟y׳"{nzl` %W\`B#VF}-CԔ@9řa^^j@j'EFQB.Tboe0"D'<2R/Βno| +`x- ֿj3U쨪ey]-cKL 0)8ѵx9k45>?xK,8ܙY!(~:ܴdW8HȔƦ윅~1|( D'Z\B (/4RHb&O<&ZysgYh4"ehb 'Luv> 멮~(,Ϗ4764<`赗FzzFxy>ʢIwv,̂==G'FFLL/]j*.oţmm޶6JJ**O. ;^Z!G`< N\HO盗8Յ UYY }|:#Dskzll$'>~D(BTuhXYɘX8?!8iJ2P68 +,D"~5pޤi.8򫷾އ]}mކ#(=:J`WrF\RD*ȸwèU.dkP^> 0@`VtJ7{Z[,ϢTu@`] +%AEFVx,Nar*lL|@PHG|`H[PҸ%3,x9PCQNLPPiF? ܃/мC +~N颌 ug=lo|[Ɏbyx |<:*qRg<YO@3G DzjUnPV˅"ψO^S"l$>Lۿ;9D8؇\G~`aʜ,j޾)d8dbrT0YSSnfꀸv|P=ܱI'sS]eUR K ]|0äTjs4='Afݬ{bcg; &a2>A_gG+#&Ha28l,Bg(Y,'M 0n~A\PJʴjka|VɤŁnH4DtyvUd4ş?7Y,\`/kBOJ2PV*HKE3<&49:1CEY,xHx"4 +@V$r0?.-,¨S:Sckj8\OkbG5gc z C $ << Hsp}'DE_f}b^kkk+++4kҋb{D<9K0ۇW|򤫱ERiW}ؘ}Jtd<Zv$b@kv\HutǗ0 RRlls F~F&R6i 8Igiu]qaguM'WHH7x`SCLljөg=ݴ &@D d򗫴(s7yG!SÙ Ld^\Yrh!y_cE'<._D tG's|Kc<-cEg٥P +3<@a^jũH) ؃NC2%\(\'*l1I~\!]A 9L5@KW^j͇@`VTRYCdr Řa.|@t{|ĤBld<ZbY;N> +R;|& +]\‘g"i .%8A`õQp/CbOAzq3d`@kySDWYhfr0GYގz*J6ҭ Ee%pS>H#R +'D{{v](r/l| p4Unw:Y +w2س}W_:XbJWWe ^& e_gSKN&I ^ gÝe~v=u|n@xI 555@lj|[kXg^G|P|asa0P}ֆ&j5n]|ǚaOL88w0VQ{61Qiiie(.OZXR[KGIDSʲZVkj0뫨ݹQ\RƲ|fND*Yh[+޽淿y\EEFF0lY63PS{;!,9>3ó +#C;cC}Ue=Uʔts& $PWs01Uem1INO~J5yy +Q^MYūW45/ + + +NVo9[ +vɤc +?<]'__ꨨsvts%n3l4W=ޔ;;kj::ҧG;˼\]% J =@7"(@MYjJw]Bl_mo7h)"yIW>ͯ|w&w^H鑑nff*謩)W盟|hhjlS]-D&8˳ ~ĆiASnF\mtk+?=]x,sr23ռ} FMYV4OB&A\C4x H{ajG?(!8hL0?죯 ~bdROOE\l_HgiVWWꙡA/7b0_ +X17)qN"'jtUɢG<68["ڊKdT(x+U=y.|,G8D~Ӏá'O%b8s)(uPY4"Ɠˬ8Q6ι/ 󱁁oLx^ӠR+:rޖJܔJMH77;ҍcf5䫃B\yIN@@cֆtwnlHW$0YD;bkN']Yy@`#@FT#YoH7P(?胟..BmA-_[=e>q10QY&"k0O6-MN _#6δByEhsX f:WWeiР(y #Ws>=]>Х'E0 G^MO ;-9cWWdC|ESN;xifuup>c*fllzʫN7a& T|9T!z:c,>JH0TW56_5& ;5Xa.-q`4jܽ4u*^\#S(n44ׇ;3UY ޵>.!"],jk~+--,!>8(+^8&:lfl Lb@߿u#'COUEH>r7 +vޝ#\e%ax]7%&&v|\^nRRRImlP @GGxqlS-ut GY8/.1>D)@qF[Zsrlx9eD~_hOTȡzz.P(bWdeYh'r|/@dB~o!rr.7^T.:;e4bONLvuUdtUyxZ[񖮒JIF&{fj@oh)}*: QllCAcbb XH.(|P`2M +@/ +L}$AM-WKx3s]eYYuleُ3Ӄ<,t4(u~Yh#!QCYSשEb, C m+P ٿ@V7`Y:x[AHeBPLn˂0L$`ߦ"V#Oyp:$eCD2#9ΠMV=~\[) cH-. etgG/`C +(jj` YAElQɸIhٔ,r tDSqb_@(.:ojtKbj8_X`d#ҪLjjMBCk +c EiWW;kkAW?x_߻r'̍(~pu G @^`0„YSZ\<J >0S{i)vfqNq#P@8CNvQxxҥ=!*2nlnN3v6I`-MoG ReVjcd +9b/i)+˵6okno-swy< <. 33PDOs|"=<0 pA=U35~LIYAH* (NM0 m++3RU rqfcSH}aEv60fcbm3r$A^(Wp^ o721665ސ{E<*G>,EK>vi}}[lnSyڭ[)Mnv yt,WԤ4'˗\22{ J೯@[~{y9h\(;KA5u}= poj uw wwI=uֺZf8Xj)*t> QUB [CC`@4t!Qy=5:>9u<+LLA,ttMMdTULTeGG{ ƖI5Uha_g&-+K 0:\--:;Nv6נ.ة.j @(3..&Z-EENtULȣ˿~:;s DD;**ܬ\$'a{mM+CB(##0p@z;CF:;55aFJ6vd>lȄL ;"bD/~zlcc[.Jn[ddbf;w[ފU09JH%,MN%ED2fOl ]]#ܬ-K2SϗyI^OEV]6pSc15;.4p^bWoN|!\PJbOT2hnj8&v h܄ Exyn1<^KH )( +@@/E}sQwM = +|mk;ޱfwt(_/捏.EQG 8 +gZON>KLZ}}MB3 +0)4:>.H11&^*nk(W-OXZY^ + 9 {YvLi gK22 TUMt|\lg80@F`̨DDJ766WSS=E4P(// PW\vf1~\X 0e[-gz[ w#5O̓Ǐ0>lgd +l(!>s#'bt}s +2Ԅ8 EmmW07IV"JO}GSSng_//,о{}zp$d-ffCM Cn6]5ښlN9_{?Fb`/L{#͞V.V51{53yY+HȥwߍeLM/ {{+pvtq4кw/ 0MT#Hа*/7VW7yyyvIaäp|VS0qvdsZJJ5o߾]mL tA$S3bbNg]L4*abJV 6Fff1''1Е&--3˲Ň8[Z=F/G>x԰O"u Fs}E@?я~TWW}!oWgj~YKϞuU!OOf D*{f<>&^ Y$ +ub>>UuZj#0fPՃ &hn81Ɲ +F-Mӧy{FfN_Ўˠg9@l͚ꩮhnFEEh&yIx}x vttX[[贶~9\Q??jP(;kJRrȸ ;9zdW}zǗlZkwjwr11.אָ puָ{yt4?9DUԤ*9:Ju-Eކz⢿I[Eto|Khf AWuPss~RRsq#˟^ncgYWxڽ;(օkP&''?#-,=*{TP)Ub:z]@ʉUJd ԆQł,) F. d섣~{"mb,A(kGENtJ\)WhlVS^bGG07fED) $Nt7wT2'蠗㭫WkməJ׮*+J7@<0-x=58452$v890>gɎ Å(d >b1neeýx[ +Scc]be]Y?348OL +8x}jh(pw_MMY߽4ondtql<>N,}ePZVQʝA: WE.} +rfe=;<rp$+sLo9䧤op8 iQQ0"<&Y(\V]X@%1HuvqrA4:;ll2e m,.EmHd5z5twww ͋ +z?1~ajؾ:SV@G b2pDgZŪS> PGb^DkK,,\ hKG.|n0(cgzaamnmu? vu uu,/mU}p sŞuTUlk{zhOO@~>ZJ3N76-n//w^05|&e?633KLLDk[*Jc% Oϻ T66Y [).]RTT'+'dO@o7ny#^1e_ 11dX/YLV,zfƒ@gPw;W>}.==:ni640RVDzrDw03]S@Ip#>v>ǚl TjCI r`4=Yhl򰱱2}&=[ü=uuKK=>Sv&`>}=-m +R9x4'KWE9=?=TS3#.n_a¼ګKLmm:vVK,le ^?큇HSUJ}c3OvGzzXY. &%L*ʍE] |IV*skjf?x FF;:>NLl.-w@ң!DZY8NIZ[Y83~J fxIbJ9`3QyGymsXؾ#Sv򨄗iL vYY?/ՀJCwb@ٖz:9IktwK'yk\ +968WK iU2yTt{k)urRzpx,ܼTzzL` 'yi8tvh@@ UӧB\mm{N66&"|QH}u);O[[Y3=N+L#C7;&!3}6wtaj([o@\,fzhuwǤJT$OR@"P=̴˗/+(( G&HnO4o>hOji!'0]FF33L~~c ˕@㓍Eɑ֖@sG|A}~ + 7Ѷ10(hÑ0Q?0 Xɱ@ۖ"*0s9-͖NNl"͍65"/FO///<{uVkXXn)*ׯ[x;;Z)+'>d#<ݴ}ظ^;;@̜LLnի핕ERun<}p_7+ԥ23-;H} of<4}g&u+/1DUiJ2WLEz{ۄfs2ccuL44‚-AdFǬI FE{6(Mldymi!,iEEEַ o#yAUAE-a4GzA*}鏀٣Uyya^^^s$d + Ѷv}] 5],,kjOWV'zj:IIIe,?OMtw_ٟ1YRɚD)LMNF{t{;:k޽/es;tS +0ooɡ ! O @DW(hV|xhwjh(W& />?QRmk;57[i*݃ (=5SuNma:TTdp'< D:Ϗ?Oݭ/}Ż0 +SSfgۍ$E%$Q4x%5詭+)R}o4=#[{.  jZuh.n)jzz7s$bM /}pjnpW|duq{:jkgyصJ +*ONS/ ~ڟ}^ d{ʕ/jj pq877[m`EDxZ[UIV8dRBxegeP()AĤKwL3/88X?XGGmK$ꫫ89vKK8xKmgUU܅;/;N𠿻kL@@az:(em̄x.r&N^@wₖ +Pusj=pu/%.ZJsq1O˿05|T |t777P(kkk2P7$[u ,\~}sgs[[[yi|ySbwwՐ;-;Woess]7c{\WwVTO-R+B]] LPa\OOrxQJX8ypʊHiiY]jN'/ib"ڱVh@~RgvH(l++K (zU,:jU :V#<<\LMkn%8NAv|qz5| lhcc1>>z:>/cHbP>map0#*QlxnaV~hlC<ܺ0ǧdkiiNf7c +0BC# Z͞|v*^LExO9C[gg'̐7ss8- XC3x迣 Aʊ  ޻tkgo3^%ȆT, k`oR[J׮T?CզVV֮}x *,KYicm*LN.MN9`$]SG2ӒIdT]R}~1H,kbn +q 9iȘT>5RggG LfcoXEgBRrs +rr'ZurPvU[E]'NOH\!.%M+ +H`yf&RHO/#C[#_{x@hn&;&&=<88jq+9823?0dGOTዅR.SH1l6p|3cOqz gZP]IUUիW?/ajHW%9P*yɫ4Ð=ݢ23iolPP'fet[75M]\x`p_ّ0=Ad5n%yMģNCQRH7WWhW~ϩP|](/Kgggdj~KrtTRxxLŎDA<=?922%.Fmf7oÆ֯I9bX!!!ox9[Pdj[fzzfguIE2і^sx'(rpÙﭫhl$G~pL2%Ղo +q_L$-[L^`]li\yinDϟť)BМ5YS>_-󗦧V9BSehSb_?nBH$xfxu + ?B^ YJ3PbTG611 Ƙ[YcҮ؀01d $0=( `sr| n͚<   f*UVXBi($tk F}Ma|extƀׄ•z5< -/ш&SQ!Z +t^Tgp mp<!S +$%w}ɓ'_"WVIg UTңVi`sM'i)"!VWP$ꪭ1P{㇑vƆzƷ3пFLH`lL9Z^AWhiݻxݻwjὔi> 62~𠭬,?5LG+=!./#qrT{{bPMTW+=>'ܹ^ZzA/515d''_p[쟿{}_zo>~wxǿK`[w <Tf,..zzz:::B|ZW 8ˀ)@Rd2 ֈD`.@..PкqͅCy\&@B!|Fxه' (y!H* t1:NmJe1B2G*HH |t"X>wLгpeTFEyDBh6xe]Æ)8~+2|/q> 27oA@ؓ[z c%eq%vrQ ~ׄӠ'^F8U_W|KII{+}ݗL H,. \b!'Sb :ڡ\ +:: + ?68E\Vû +آER'BG4N)2} Q_Y+xwء{J`FB{ UY]n""\,+#a?Xg#Yu^cb˪/@IlY0Y,0+$2h6{} +e!@ ",Qx4Hߡ04@h I a.AO|dHR`GC{q'ťW_oGaaa"%>x]lwn3rm=q!oWjj+Hy +Η~lD3hɕI6qYs7/7WpqdOx)^+#F7o| +D5=RBϯʼ'(0*p{LHy E~>17&ppȑ'yDx[}5 ᳥e/Җ-[z=LcH~@jn[\\]lf]]9avtvN.!!!))) +? P(bcc?GGG4m ><Ń 2[N|tB5 +O ?D( ZH{Lm/C;uIJ@hG+:61TҊEMB"ER%rsW_(0:sG_VjT|GkV_ aNQ [%AfVC@`8]Z:djp9'Pc2N(i U_O_xz!/L<1R0a[T1'3sUx!j&Z`\5+~p:"痊qmcv0[2N :zDoWy"Qx +1VZ_gd "ܜB&~v@AMZK"02^[BԼ iR|F5rᑜl4QTܚiҩK vH#{=[!qƙӮ+ݫnmRi- o1VKG{^&~  +V +z,H36ho``X6}G΃#A(wsDT.3P%o^(%F!) Lϼ AQqMJu@*KL +=,NPH~ @r\DHP'"aLiLnYˆ +hɠJEDW"6Ľ" Z}B4lR D9s&??RMndlthdx4_js]t/xwROOzSz{FEH3dP9zE@HV x sMaTS q1}-)@->b!i,UqނK2,1/?\zCAI/_x%b͵ܞ@ltz 31EkY + z*2`A b=A3 :&рb|@oT|kWTE3b= +ҁg= L+Yqd`,"`&|.bИ#:)mC +0A"6:y'xFa"c8|tX^e$CT6fcϋA:6[#F;$\ʓCv 4$ tQijfNGgTct b5=>6›U"G +L1Vˤr/Gېjzw< k4?$E& vt]8Ռ5,ְBn)H6uhG¢Kgli=&pGQԤQ*dvհJI +h8QS|Ab).(rEas +}=2268:̙7/<%$Uus9`6=`P p:|><My{JWamsF;Pe(mKEDS",~i]|9JB=@5@A"IQUr7ԡj/]_$SDd2&P(iڑo:n!Ff0 _%;rSdHDd(  /MJ#bH3N(h>`N 3ɦ9ej:)GXɖ+lW*<(JJ^؜`'-q$ru$\ +G guГaQi~Q< ĮQ҂yt/ ߁jL'TbbbbyMM$Řz@WZ1[丁$ zd0@O4("JL({}A1H/>(hBu K 5Hqz5p@jD!//H 984[6Kh@(徒 +п%- ֲwɢ,Kz2[c`.++3 fMj0&PZdۙ,aM-J%d^eRhh΄LJڙ Ic}KQ-eeX̪3햯8" +,`5u̒RnUUTj2B"]7ϻjm;oC2jhYLaS}K%)xRp9hRP[+75vPJ$j5<}CÍ Ƃ_/\?yԮRǷ0޻zzOa|À&cz@(aIouaA׽6oXZNo[Z vSS4TG@I"AUYg0gJ)I4VCXqÚ<(E]m3;O|>:n E`jZV<@PoU M'Y%}u1T1i_|;$$^ؼ[qfp0C5{F_R EDTe$ڛBAL +} TH"{p:胬J!QPB S3Vc3l=4PHi8)*aaV2j*Y5=4<<믿-%EӲ<}{UY5y9'ccbv?*kniWr BNAzG# Rt<Θ}XT+vtp+GG LUk q`Wp%E^8~4- R.)˺xC{BB"wU޺ Rkb}^nBddoߡ]N(wO2|$Fl#T2yࣙj_B Cje\Jv(hWeX:{y܀VG o>\=Y%9D[Opn}ĨZȃ@|9R7>,f/~r8{ +?sv~[\ + + p\bRΰ#[J -1c[m[6͹|K˹r.y0z4wފZX~]I vi)zTT*pm44<`[0՟?u>Q dJ٘Rur8BFg:"exX& e+72xUYf +- J׀<[bb'4Mɠ7uw k7,_ '%_~ +^8oi l +[5=[0_5X,noo/x9gdd<܀XܫW +Td#^("R٨ZE +4 kDOO nL }<|巟BI1M2d +a?OllR# '% \\jQyQ%VWpI1 ½*o uƅ$)w]MܾeKG\PP҆n1GRI(m;$H\t:4CRHy>M%ЇZ Ru6\h%vJ<{ Іwc T]x {  FVCa :Ч%'р^zW^z%/H5hC 0HA}]>>Ijjb1jΎ }[YnhCX>wޡw֚:P^j[av B `.4Iܷکۃ +\&km ڰ!ܹv.wD-;st逈a8p0"oK԰0Db̖kFFHV!,* 2|$ea_Ux+$ӵݷ.^kB=tI_ϱrl җ#bl4zMNkm_K$?5[ޥ<5=S'`(//zjQQ㮮D@Hk8*%$6 1-8LycC~zz[,B{ +Q0Hj0鴦fU-EICJ_']oq׍7&VX@j5T?kj=K'*%.zP&5i;d͍gbW8J;9)W 2ҵ|IWpsqX4/j'(7$ +T2LmcPEG$]/2T}⋞/bSN;+-eݒ 2mcTV(ƃQQ+wYofsA47 ý,,]0iD-%ǯ?W =A(ze4aklxuyj6@^6ÝS[cUʎDGv4:61RuΜY9wNlؐ?W+̫%^4jK?K5tttdP`Z*YcMh??X2;gdqTc+_0ղjkC}|vH:vFRCLhHDle7GnysN__W;C1 *eWPj匏>6u/ipۼ(%MqqSpmKYIo۰|;:Zv#rTP9:q^>kzixxݻ`zJ5 %Drw]{ESO,;kW-e99$Ic/>|1w{{/,a9s0*1ԉnixN{KGtx>yopPg\PPaz:H#y8]75l}[S;wxZ[Aps_$*[S pذА o=FhC=[F~}'ׯ_A -E vGFlo O8狙!|W,p %C|} Oh}>LWE_{Q |rODhPtN>gmii1ȑ#===75=~/|jlk;Z cC֮ɺ-\rıɼ| Ie>ל6:^b d^x&.xLLdCd^z*n߁")*-v wsq1™iiBaL_SҺx(9wouv\a\.w(f%@wy\  ]+*ߺ+A=h~FiQ} e+;zDD_bi@1W?/{)Wcojl677v]-}U^N?s`De+g/ZCz8")ĭ(ex::;kgW/Iaz9QA~~Kl`T.-Ves$9/:[dP<~gߖ ;<=8ej*hYqP uR UUU[Xӿ 򗿄W[[k`MjIr@pr_`}Qjzm׬IOJho"='-11yUvKX!}W}i ,g vݻo릍BT +Hp<.v9{wʕ[7lIK3d#@ԯR1K֯+*ox;67{WP5 혺nm^HVeձ1-[6k֪ s3Qjm:(n!Qk711O>YdIvv91dA+~>ӟ</)x:],"sy7###u: iMO4u Aɜ7nzՀn=o{UR;"m\Qc|hv˗?79icsy?{trx=1S[Sw'}k{L KحHLUWsX"r6/'Mxj(ݸrȈǏy8: +oZ꩓3?)qq8/nh(q#-+{㲥k!;KG3um)o}ӆ!jLa8p#j) n:O.{Ov.7r{ZZ +KM661amfϹv>?qv-|'-U+d]t42 +=1>2}ܷeކ><179ym΅Q*rw;aap 7o``ށ`$64ÌNVӧLr i%GD0>ڮm**D1d 677+=SzuYKgấ$檢NR)=vdcBC+Ǐ-Yzr}]ǭ*C@\P 1Pw8kgmos#7PۻnW^9s8" (Շ,Np["1t=;vp®=v钒ki>? a8t~̙ӦM;s P&kz\82E)p–kzTàdFZ6wvJ/ fxsgWW;;#Bݻ[֯_6onsMI'7/&08=K nZh㿾{1lPFMUsyykƆ;aW,|Yq\튬 77+J;ڋnXՂ};cbV~`ϗ͛qS=O*!T nd'j</͵1&<<ۚ~ G |bz ha'cRz} {.%ߓh?P ~NDۛ4fmE!![6dZlpttq=1/*.2]SVVjN>l57obwǏ{nܸbΜ`-7/&E9l/)ȿb?kڴ)ݽcGyvѴ_Ϲr%yͬ;}} UY!=rXd0j)v_o3sfm9;~4?H\쌏?roχ5}X # D&TY5wSRa$)eNٽ~Ѣ1 s7;lp>!!-11ũ(%N+WIIi++sٴGZ~_͛#Z!!2PDT(\wu%2HY۷Wk 'qZ&mnn>NNWBH&wح <ëTW_:r$: "+Kzr^XLeenέQZr9HCAa nU$Itsڜm-#AOV'N{_~eFF +>;O uW\駟߿a5djMR\\G%A\s'5YH$)'wyl6YNNN]]]i]ܩI +ZOEm(.,u۷eN۷6LCU[7mpUWwwMoF*֮amuv޻= 'jJ7Tz{ůd}7 h2L=v3O;ٮ٧P@*kmp hcyih(+Oy{mwq I=uu͚-$6Ȩe-e7oš;Ґ@|ްPl*:Z[Ԕ) '½krᦜVb}AK_?22vm4oGNj+`AQdJrl,տ$J&1p446 |^Ws7 `dvw_k(w\؞Fii|x؂_^fs(fw|x8@G5cv0.1 c~"o1k5`f2\#Aølsvi..$'J^UYlX`\wEz:n_vSf1L!0Cd0̦rlӧW-XaCFbbEf}|7o޳m[QZ*!tg<~`?oZ 6} ׮\_)xauu^Nܹ|%wVuCipPh :æiWÃO7+L]zǓtUk\_ | eRuAkD5E}ߩ677>/*ȼp]Q+hQvUv6JHTT1LAΝ11tܹ+@'FlHpd esoܼs9YP]5ܽr05MT[_K3.$)[Z{%Ra]]ŋչ 5UU++|\\Wϛ}~ʀDzݓA88|o9} X|BǬIK8+;OA2eJllC7Fڳg֭[}|} zy{{zY5Oz:{8o{{{oܸ [(~G +Fqў`hYY:-.A^CewrܷFz{s+`ֶ.]uqˆ?v]a'쯸y`S?z洖ϗ74A9#]-E~Nvc#"f~ lhܲѡ$'{v憕+>{ ]9z % .+W3~ S#i +He&L՜WOkBO,ᰙ3HLcƌ^{-88Q'3~>>ӏ~c?>ٚ'=9Op*|~?O?_ӧ}v֭A\f͚}uuuYׯ?DMᫎ"ڎ|hmš7nYY}Ƃ[7HXOONe%w]\\֮{#4<Īrr\8˳Gvut4">//kڔW/q߰'(d4Hlu\k57X0kؽ}Fդگ׋]/6 t\fƺ :bWTߺiRE ͦᲜ3gYN#IBtȃT svYOSo =O/5 ho^*jǎ3#+zxW1+쬻{u:_ggIc㘾+ZeKϭuQ}biYff_ڊY߸jEkCJ:v =bIBd3{I@V(h++KdtIjl)X֬57H5_p:$ a !PMbHN=))&oJIah6d_vvܼ9?=<m*˱[ P FK.3Z -=勿r +1Su7 +3'ݼlsROZ7`+ݫ!/FP>gWq|ٗ.ݾ}C|EM2 QABye%&j`27nqFwwYӿ&pM5 ,$W;ygr$&F3(tXdEhK/l/)l4@NB=  ݩ#vzT@1a;p Q./Ac$CZYiM#"{Auu sqq\&1YcÀL +?ķAI'WgSSӹsRSS|>*=ņ&566n޼yƌ B?$%[*{hڅ ?cӽzynqrqusvub<`6A^lC#ݽ=YYYG-))12R__͛7D5~46@& VG{KA;6YY!h\cɿucˆޞmՕ"AtЎ6"-Y{v\a[KKUE[^^_~u^{IZOM&Qt 0x̙1b.о}sOs[/=+jkaE.Y|a'a1KZJ5+9Tci}f~ۺu599$ZEW@!c|P򜴴.de +Z =1%Յގ^II);<=͞.kXx[ + +vX2KJz8lO fbѩ]<~xжՋ4Pv ;/H巒\ۺoq,U8*nE9,pr'jMp1bjp@X?бY5egOۭXj|i+j.G/3Zd61U'N-,3sX>46Ѽt 8Fy9V|:t qse}Km]^`V)DSyu##- ">@7o^2oNҦ&'kn>j֬h??Ami(?ҋ/{h>uopW~7d`]_<'۵%zbSbj'D|…^"[mr_`i nM4TV~E!ޞÁHbu)>B+ -~BS^v!tͅZ&;.,4>8_@`wp ,7ڡ.]^uW{;3CC55\ؽNWmXaQwr捻xz_t᬴kсgΌVT|8:F.,T5JVa-^v͊֬:;Z` )UY/oZtŬYv56{_feB1*+;rI..vvǣBdv %fhCdƇ/ٰt˽6m:?^,km m\xy殮u+.]ڲS%]f] ""C-mM;o&TV +<{ nDD/;z $8/8{횜zX¤V,+Ϻ5 H/^pZn囗- ppxF4(  Hr'-$"x=2LB38ۮ%P hwC}6^1Ox˒VU2q\YYf2ts.??5m-td03ٲn5 ~u_&R+A +;"ݼqDDݴk QQ<ިNG^}ENvoOa>=NM]j~|1Q[-ǣ"/]kpYq:X3m%&j'e&kz8'C0.Dž3D7ϝ;sxLLի \ 5ܹ|(!>88>4ѣ02 Ĥ.:c.>ܜ_#TjHMPCQ';wU2KJ.KAJ #sd]1R2ʒO<*@YkYqE7:Խ2ɰF-ef׶heu 9T{_"dMߑ5Y YyXdPDA( bR~ +wQnx3kMƽ5 %}|yP5qǠx3P:PKln/? +FbA5u!mFU viڧ]D'^M<建-[3Ϝ!k["\>>l͓ cen^Ģ +cʻo%'_F;f)V?jt , +e8 )^lDg >VR: R/]LM + +]8.,L2u5!hrǤ4?: i{ Eh ۤ eVQjH!&ASG +h,}biHnQ 1uGP8\r u` &esD^0mJSW$aD`&ƇrЫ0$"9O B9!l\~5,*0 O0*]0|v`I %~ %&M;QO!$jJ cJ TGx/+Tldh0]lh5}'_Snb4 Ͱ<)y@L.%FxM*5@k*6X6^Q"rBccwS\"7+2+#TQK[P?%E |b)im]XNT@o"B%I{k@{.˻-ly#-j"THpLdbCf:Br@lr߲~HJB!mpG/? PYҥ:۹K}:څuu>wNzE!74ѻB5<$qR`><ĐF'q$ CƄ("SYsaۗΙnz۵_-W ?铈sa-ϥz|9P@C5~8n9@cByVU\[Gr hP3BnY9KGuv66!슊~tH!G.qL7iĨp!0>P5.+eI@ɶLrD=xtkݻ766ƍ$:-=IcP, CD"Ja:;[7ڿ4!m&ĩU+ۛ_zڴiL&'=RSC㔿mԩw3ovo:OFusg9Iܡ3Mq?iӦN}M֖OdM?DM<\zgKMG]fPwhlF"3G-mi @%^2s'+b,z nai/DDaҟ @fQ贇/5p,qЃEk `Uog5D's X_=jӿݔԾ}p޽{_x--c$8߽Bg~ڬ$ãPЁ9\P -v/G|m@tUwh4oƒ%Kj(RS1}7oooODHCy ??ٟOu:-{xx<3vvvuuu֙fM?---7oիo޼9]Ј3& PrenMDc+Ay_$Bgi`q噇4v-)%"?hQlj/ƽoDsQቿxyv-Eԉvǖ&0H}!_cJ9UQh3@ %tux,ذ kݕ'~<=tԎ k!w4TT %bnn@&1Z(*Xh0cZ+f;,20!uU?~QTp8nnn:P<^6(Z[;dR tX0,;ԆAla3QR zK.J5XcM0 +EBBo~e˖)J0ܚ"o1L4c>?5kL3381//ϝ;{ڴiӧO?uTOO0?Mjkk3͚~lۼwqJJJcn @L+3hbph! TGeZ +W@vFz@!'FOzߺњO*Q b0 NG-N>( + puL>hgk* n> RGTJrR ↆY|-%-jYIGNo_}|5X$"$`k}1}w$]JB' "`p# ~F(.VW͞鰄0sacB t~HD ]KpM!|T7uE^ExQAgAY +5XNlҽIA6Vaj\NI[>psskk׮ؗ_~~ d˃ < +`1wv}ÛLMO (j(**o^zdu`M9d{ ,r% +j++յj0ɪþR]]Z|p ӟ`f'a悘ʕ+H=nW,ӨM.N 8–]hά/|zҬ~M,CS Ȉ{81nͣ@74B?WWSS?+N2y3%3{d̤M1]cXcADEtbE齉;{\t8u;D 1g|~s8.ks m-[|1110yvvjf[N#+YY6ZCFã 2ȜwadJWEEM^^oetNJ=[1ˤd)_͝ÇgLK5J0C; Z{.a~B>Ԩmܞ"|bfwtm : +P)=UUz͎!;02^ +pfFWQC4 6JgH$Rs32b" <֊*S+] >y?9 rl{A@!In!sޟK1 {`-" ͦiqޖƦ۸qcYYȈnK?PPܹsU\ҥe0=NkZ5_xRLjMzTGG o{h#T#o8;;T KIw]hի333RrH >x7dlZ!KƸܬÙ +%)T0JP3) +3(3R(s:4<HeJ%EC E}ՕԖ&6Q">@@! dUJbU m8 pO0[x]f"r)RLSrɔX8)p徿JB9@M;RN8$5,^k}յad!g_Mю3d"{ܤ_U 쮮 ˿Da!A8[Z7mK]T ] ojavw*5yC*ݩ4]!{1ץT*$* ʖee]ewYm6pvd#¤~*.|c{nE5B?0a6NZĘ|$46^rdG|J.:;)7'$Ɵ̋UQ6b +96I"[ZʲMMl6z0!̖⢴+^wTTTM> -M4Z4fBaTTs=`b c N h|w t|h mnўCV?ԅi~^:` _7|{;CV' Kok[Ni]XH]T DңRȏLjХj5ۀ!<33<G[>K<ervv~*U@!@irR3uyn[| +sur͊Sɐ> `W^=#'J(-9ggHTѨ^ 1MWü|}&'Pu=;XXkgю5 rZ]S>̷) 7rb/wݽHk@ۀ9Ԗё:4DbyfztpǑ#i]Pt!..VCCо{ hKdP[]gʿJ%R2#}U k]cݪKߏ;sI6 d +(U wrظhXkƸ5[><>99XDkn*MImlҠXb|%hF$D@R"7pUhmj] y00+RhR85Ä4uP#d@ +#B*`,B@p[Gk={gusymmȈ{B~!zjM'r}H +P]I} Ș]dZ;v۔<: ylVD2<_޽+,_<--Z5̏|qƠK8̂#FgUl).y1g+ˌx"I0L16^{F;w P ʩSك4:taŝ'XJ&ݛ7uv<8-&8q&g~L( +b]=`pq :c|>3p*:.A)@\4 +\p*(` 0y40Z#lhanmnBBx<!3j*cP}յ5ut53j2O0Y,(>D"OY3<alx$'_vTL(b2S^ټnA7B\ xj/nOyxW1Ά>Bc $/%lp9"#;(Y545\>}ZsyIV/`Հ`A z1%J.d+{'pF*8=c h +*QI!Q *<*daSk̞Qhqͭ6\w)9)7l-o< 1L6n}a+4)8aLqDW(-LhSbU}4*x_SӈX ,s*r\MJ@n:.<0.&AɸiȤLѩpp7 +3ȔX][k}ܼr_oKg#O_={P?!%ۘڿcِ㉉7Noٰذ0 +Io2ڹoyaަI ,h} zݶΆ +OhHx9t@$~ją zꩭ_,ˉXT|'54%VbL.IN} NJlGpDo+q#h-j0e.Tfgdgөt11 +N*2a/_i=s1O%%%?ظ@f]ҥG>׾uPQ֥!|FIx abW̟ΆD~j}567\jUffУR5hk*ɤ1QzzjZ66xzٰ!ۻ9̓_mwoen!nOOm-irw̦&^Wg wZkKKڰ,-UF$`* E6I~..k>\X8+sώ6q +BE {}/ q:; ӝ19 $8@;x9d^={bxhCQPIDao`Μ`D5 |Dtp2fR"@P Rjm 5ߝu +`2JCw^</?|U +5_N0ִwiis_I/RyWEzC \U q0!&Y#^MHZB U+s;5dϮpHwU}W>IOxŰJCK3(,BV `Vs`ԐEuV晀6ݫ2G9lL.vuVf'^<}DHCA>KȎ us rvn(*_?fg +CinH2춎\ ?oYjxD_U5ҺdEz 8@ux:)&ѣ炂ss돻/}#e%)Ժ &Kw'3*멨̻qfdԕӧ34n__1gCKRR`8peȜtjqZͥ! zds5+JJf@;o2ܹpΦ;walr nwȸRC|7.{$ȐaybV + RX`"}o&ȥ./GmWܸ1LgN E ƴL&ݬ,w[)bEljB:YZ쳜+{ YUnJDo'GkSӰim;Wʉ<#^tTØDVg}+v9k' hh"p[o/jHy IZKof^_MUsNE PیT,鬮˽x62՞Z +Tr3gr_a2ƋO0ȋ\X[s@daHd^zڣU|1\tӹ׮"4p\wgoVi"Boyf'nFGWde^p=fA!Gou +#n?88f۪GlY jS r{ +n_;{*[7(͍Lb[JcqO|h6r9UHNF ^eu`Ao pe Ue/?TR5njifX +B4."ASBa'ĝ9 >}8l{߯?0{)aWssDܸaB|z;ܸ.dJsbz+SMK/!!r +ݨsaa~^5|Jx9:Oug[}$LgK?2$]GigF8>amM+?ud ]zo >>>.`'xHU]Q sOzs}aa_M {&8Pp'+3!jiao|8-O$jnkggg#`@L,"ԥ]q(Jg3S(liXhv\ܬA!#T[0;dLNH$o3}ё=Upoo(]GU%ܩ_7=JSS-e% 'B<=L[ZFy|WGkZY}FgvaxT0 L]Ƌa_?g@W{ @p;= UO' +9 +ws魮׮ۛ[޸|w/NI? ٔdd[ϟݽcazu.ߪWI%=uAɍowh}AmM I[2r4OlO]mZJ!T/Aɉ11L^ظ>x(UB"?ocHLa F؜wם1JMqNpAf3ݽ43s\&P(Q[V1ڽ'"(QnR"`j)$+L>Xߌ@A& ) +HH('pcmm=ovTT +踜ɘQ+[nڳ'fBvDȲ? 'yLHqgNo%0NkmKL8diawỎ¾)`J,sy\ȆF$)~-s<ige~70?sĩV͸Nnv65yy=UUMM'Vk;zyݦpCӗy۶@lRssQ'mklt5:".-+["1*$%%`֔}5w22de6ut8kWe~>s P2aHC&@*>`J 6׏ + o,-m,胔Tbh ^TYP^^a!Z2Elu _zGzw;ֻeӃ wl~`19CWȹ))g2}}Ǐ[ 9.]'|| Az$b[[J2ƅs׭5.7ZmW?*1w/u8z0'\sb*%%Ӄ>MUSC~#չ4ٙ5hX[5169=9 &@4cr|3S2Uj(q#;b\+/jbhL%@g'G&fƧLJǦF'~1zT efivN`XHL~DѢn+uK? e ur.tiX$$8'f'*Hccc###ߒtʭB@'2Mm0؇4~_U +рT h=KJ. ]JR Z_O刿כ7~WΞ@*UifmG + +fRL"Q3{{Y0<@'\z8&0TE6LZQ˿r?xhMtUTLd bY~nGڴamyBzIDQziK})Qo۝;Fvc]UU^.^ɵ;dsYĠﺻN5޳TP`[f,sm&#$&ur=ǥkb ]c\ΌTLu0512IL٘Z'OEP//?};~vJs3`^'ssB]ÌP ؈..6mU97d464 r">~zj9Ƚ5@.4:2/LU''xR\H$ j'Cy ^vHPo\8Ko#\džL/p?ly6…+O޽`gMY~Ԡ]ʌ+W,om&F!M5l/0?ߺ[nnmm`U}8%FE(EIok糱AeCmѣ%pQ(10NnXY٪w=3a: DYYoCqqom-|{};45؜={C}tK`ף5e4Iο/j ?U|峳׭[o&''#$6^ ܂NtAw6610>4:>B>_z.#2\7=/ӽB25˰'X2K?[">>>*|y`u{}~A{' c"`b {Eo_wt-3ٷPH'zk|=S._hawlT&<" ğ?gO p ;3Haağ=+&.Eۙt]Ǜ/Ov*9.AdՀBkklN U$HwwsLpa1Ft-~ qW7rӽ{aĖc|nmQn)K[)<~oe__3;[\>&FF7.Ir[YsȈݍ Ƅ +۷v05?tG"A;}}GΆx߽yޚ=mm&I1&hAvWƯ޻7H8 ask,`ՠʠ쮛o/8z;ڭsেRc#1gjwRhשqqQ +9*Ԩ`g3S>` PC4 wnZt/Ӽ7XQQQVjL&OʤSrٸH4*d]be| 9:k()æUC[YyWye9r2[}ý2=Vg=#U 6=Icb֮XSQ0tZ!K +oބ+M%%噙+?h͗6=aeme`/7^Q[X16I?32}3q=wk2x ǽmʹq@ HT 3cccw^d LA<9,'%'':_7Fw=q|oϞAzN]*[4SҾ˪P" \I2ե0䠠_T*K?L~tLPp*(cc'\`mbqlPS /ϟT(0n~ݻ<];ZOtI$&X!ϟAhl|؆ۃogoeiQY#eZlߖsㆂJ$)⬏ hqWΝ=r +FLuBL$plhxL(*ޥa ~n +izppc$biz~Qoa(U,ɆB8uQg^h0 ԸZ@yI?۷utn{W-Ȅݵ5۶mI;`@ikQHāN\易NYyvc;sF-{z#mONN6&nsx7^ftvʙMyd4UVtDر#ͭ,=TpF_?;ƨL2`ڽqg;"`YgeU[]xIBNxą1HcS1T{n?oadx=,ZWwꝌ jOwGn}Ӧr:}۶v)h wY$=vlWS@G|xn^aʨS{FTrɤ+yTrm /i7AzT5 MlQQ/^6$: ¤A2pZ8ՠbjrޜ3SSCc#5Օ˗}~~B&ɉo0֩GB<}ڪoW6tuu_rE" 3$Y f.҃$~#><',ںjfVv[ݛm^՛篞zElٲ6K["{ݺu09i 2[+޸^tW4 +pi +__\WrsC+=]WǬSvEqqfvc3;2Ҍwv4+J7BQ6 ƚںa_>=uw];RSS*Ώ3<<ޒE܂4<=}p4*7oNjBI:.Ɵ>YeeBnjfb& +;v%0 +>{qCn%' noOI N&;v@⒘@;Q'BRŝ9]ܧ&80ճg@b{**|w^ec[]-RLxX@鬬쮮诮FGNenTt-l +Hy9IχlbK3dΞ +w47 wh}{ǫ+*r4߻cBMBh(0vtF.#z߾`Wג4yÙAw]d2)qEb5AOo' +tmZjd +xOڵk)))؏LJ? ۷7߼v_Zy>?=4#t/YtieenSEEY,.=?J ymllD"..}~h?Âxfxu@T +wx~󬅅P`U*SO=IްakZWz{J.w,6f8L<4aiC,ִXM[r՚IIIȪ!''oʕ+a nR~VFV,۵iCL%ž!=ܜ, @16S(hj,˹$Rkr9t)cw)9n Sǘi_EGA9W.^t63y |]]B<=_^ <5ɞ];׬(h^^{6oqv:6"⤏OEV ẆFXYddh. ~W`3'>Дs=]z]zkks_?jg8?`b)q='k˰?{;}NBcv0ĆkkHn\%@9:fōpAnn ¸6=tIF[&NJ32r05 r7<=O'_h} 7WoP +|l.F٬a}NߪmmzVΒۯ?N>V@pWPPh>jШxj 햂Ct8anJrիĆ`tF=\,KK57 _7HbrH`R HA..EII쮮ҊwG}WATjevdJs/&oݼ Y^$kg΄xrdu (U.yyl(1.䔯 wABOq3 ʾV N#)/(q&gÛJ++L&57bx8%aHYY u1x^N@wdRx +JSSa!p.p'nL H>w8ObAf+Rd)iU iՐ?u'&&ȏ)`s```o_~6|l'z~kas_|>>;}?);;gY|yV磳mХԪ11D~UC[WҥKW~Yyn.681hx:zMpD/3O[YۊڹLH~'A)5V]]yw~&~z)1t+x|L ?4b<S@dcQɆU6n\YYY۷o/0KY+t2 )/NJ( R}~\P糁 fp0@S.EV,$ Gyq GEq9C D8` Q(!< 0,[ECಎ;qa7ΞXjnmuLA@ x::?QWT`ZEF: '4ke'Bt.yXYY ܗ/ &Yc G9λe)1R"P[ t|SI 4[S|'=.#zd$@sܹcNއ,)#|@ 㠩ѡG,\d\ 0VAΈEcl.8y2\~pĉ18S ̓,7&#&8e$.@Mciz:쮭 A.QHԖJnJ 03ܣjl^bѢw2E/Yh@Crcۜ%,^0D2Ƥqca*,ZT>\tCe$ }9)p R Gh$ʬf28l)Jko頻| C p^?~Rip/@> :HC68"詨􂜫,VggWUUݻĆAx`\ '$ZBNZjCt"JlV^o/܅r=}tHV#h鮬D!Ԯ"Qq"ZZ]`0l* f[ bAA @xQeex$vBǁP8Ԉ?Ag׍~<J65{{;:)!U~ayTZW\fbb"//oƍK,Aa!kzY5Z쾭C%˚(^t[[ہy ì.=?GgϠK?Cy7͟;m]$h䓥˗~\<*ac#0aFt4&h &B(sxoy_"*^~`d3h577oٲ߯Rc|8=`N9,ǓTL$_ h((Պ-zRSSQp?6l(//|&?j@ˈ v@1馴hD0; *ie0|`n J:Ud@C |X"-( `L(a +7@4mձG踚s9|J!udCNh; ((@yFitwRcwu||Oh*ׇ@4`jɁOKܾ>A?e@ܶN{DB A(8PhseqW`^0GIMG$F{x# @b" -9@ė 5 c6l +,ABuĦ&Fg' _8.&R&|`KsjD QlLkHqQ# (֪aӊ>LD5U_|U_!9Rrrr}Ѫ?D :UA%$4"&G fc3"o&fd0vP:N0"2N@MW1n1h[`&稛pUGhc PԌX%@E0.i\F)q ^(ULa/m^{i <͐yÆ'4{1u0o 1nL!VM_Uj @9P´H' |Ԉ +:I5aCBjj9qsC3OZUO ESbquap#˭g0?jgzDqqzU5hH[vu|##g}ԴK7?uV2<L]ҥ( 666j}[t$z>ꓥiijoT$SqxJȐW6v"B^Vmll^z%*ȋƁ^OO?<;@&Z5FS}@mtx ( ύ +-[T ȇ=++a.(ΜU |V9PL&-Q(fq0S)1 @ |@30?)TM + ~ (Mh@ +H&zD[hBXEP2DTrp-F $nd|Ôi  × lRL=#d`iv1U(| 1X ;,9U-Mqt`|ɠ1P|`G|!TC> +;\-@ 80fa2q'T @ +NI|dBL{!b; Q<(Aw5 !` EEUo`,.x8bC8@}弭F4a!QO>Y YY^޻Z<33^_H`V|)>f 1qEr@ ZdKJ#{&t'0"GtZиLUUY9k}EoSbb"ڕ/Ҿ}ОDՠŃG+#j !Q,^dF #脊B EgH7(Ԭ#nAٴ 0_tCE@ +<'Zʯfyz9l#KA* 2 5A?VJ Rk4Z +-VTGJM-Xsw@c8nQpE9X + +k6 B\%R-ZoՆmYQ"PI =1r #e&e@fZ |Ue/?@QR|?4 +@V~R5*igi6OS6 !C;(?:G 1C40k:G\BW.jhj(;4H2YA 6ȰpR rp3 sFGʠ5@B5{5@qqqq[#clsJ$0:jDm״lDO1ܫ'̚ʰy1cVI!~_hjДP4!WߺGo.kZۘxU@7믿(~wt~&*++-Z+cx[)RZZ |Yt&xND~ ~Ԩ{:>/-4a0뻇+t$)&>ܯ*|㮮oVxx4||fh'6mzWK3R1dճZ) Ǔa/(rf\]_aק#wK.=0ihhX05&Rj'5!HE]Af7` @ߏтo@B E%Ah[mP!pBc`/'* !2 $ʀEs*B]Pr @7B=H:*Jѽ zqfWA?`$jxw4Hp 蒢-hg qW)Ӈ0(dQ;Q/3iۃ2kO kd<E:hm'"p-Gߦj`vtZGddONNWWYzێZf,yw +VA%4}A|C Fmmkp#h1(֐IyP99ٻ]ãEoxT-.#Aqm4)s`Κ]sA>#dl׵xr*!t]8pӮ5kphV5Pd |G;Rns-܈t s]ˡ6nD0A lqw$MlA *4sHPJ9n& x#SiB +IR 2@ $>Gc w6@Shh[Ѣ~\QD(RdzZJ#TZ=G+H{JV.*jmXlESJ0 ͇HKnrnOyL<#>b!hQă]SܫE*la CMBAfKI."ByN@F)7xAˉI2)d%EiTxJ7gJgډN&d K ^8tPSlx{9\kش&1Buo9Z}j9ꎖx[&I 0LB^L!.iI8{}?2 " 1]jSnT$`ŋi<Qɓ͛ʴAt'r]oɺ3J-NthⓏ? R['I &k1cdY7MSb*Zs4I0˅#I3=&"jDA6) v:(7>mmk#+Q'T*JHRG644ՐB!F9@y?Ha菳Xh 4 Ҙj`qN Lq+nJy{RxsH thHu:Brմ"+zi{\Ե me BCϠVFH455:TfM6MZB|||aaP(\`{HCNݻw3L"D6HGbJF!ɩd $lƤ wX~$%%iP=<>9!EVu5[ͫWLljFG +ll ߌIGO0 ccHXOS^{֭[ ^k~cccTu[rs|b;o_}.ٳGLL /HP. :tZ]ҥjЮ\`%)!,|!."=s{ +K7Ԁ,AlNZWpshW8e/Gdxbf-2h(G֗A!РXيྤ/+j@!6juN4arY09C(JgHK L#8 @uuZ-ͼ>?'j@ˇ<(߽lUUU_|٤Xud/X`R@A +/ +ؑ/Z`$K$޾-55E2>=unq㶠`/ tul,-Μ46N㥳gΝ102x_^Ë/XTT ME2LDDo:'!!+kۋ6vvv.\u؂l䂵o^Ol.Z^D ~Evv6W9?3}/Owh%;D6P~/ZX'Gs988""} 8f`#K"RBֺPBb$SM tOh?|v, sZ>G¸SHEӋ ;ZFR$̛7McB +ԖEB~ަjq˦ӊP X?.gB S;yNtIF8d ^h D[F={M63fߍw05;qBa/ۋ9٬;Fzƚf::?贊jnB2 +u3 +e[ri!^'L1#UU-Wۋ yH5?/F)lacWXpP8;ׁ5h>\aTK#(p;'j}ڎy~S܉ %%_ogmQUTVV_US[ }TS[TݽZZ7wfZ驍%A~OO[o[oww{キOA?b`;?z]8޾?xoSI={t]ZZ+緽&0Qvڻs;v޾md+ڳc;\=pηڵm8L NrNP[4h/#+!Inݽcoc W{:::eeeyIq(?=HHoooz7WT 9EzP*EfB?ڽSKeh۲V5pÕ9f  ul'ˎ|ꑷ=Y{Su,|7 +O j#%BcC/ȞG?U`gg‚']Yn000RWk.. \;:bH9&c$חii /Hi - Քuan6V&C#]2y]"ww442GZZzjj͊Oim[pW):SC>/[kﯯa_Ajm-LI9vn13-!r!o${=g,-"̱҂tfz}r99=kփin`f;ǼSH?ߪ:34(gq 'u@2ǪIwE⠁VKUKsY`*..VVVvqqAޛ("=Р}vooo Hj`y,Vҁ 2@plϚhx89Ja-梍Cou5 '%]bi ZZy/71AD&Xbm}VG笖vRp0sDf}x?Ԁ;^^^CBBbOPѰf()NqNL̼@>9a,Wmm8{ٳa!Յ-C(&[4ańhk^|Y8BNNP8P`lk\`uݹ5ZZ0'ۻnx{;^ol4==ӳ0%(-&ujieFGI$Ԕdt4+&\S$-mχW{'ݽO>_Ne' jDKJJ@@p8YJ69L"7%%%!.>)!1%)95vrrrl|L")cH II)ɉI$ȇw`|~7QPM]uL~]1!aieڦmb4۷رcwy-, Ğ[QTS8b}nu*E)~DCz/3^{OeAQEnݺvZ '$ZѾ}*'KKp +a?YZZ{W\H#555ijjW^ExOA t?Ą}>:W]x˃.sl4UV~'*,'+캏cA5ũ&̵r +{xs(뽵 w:uN\\v|DBs#61*4A h9߁-?5aLBȌbyz98r(#:zey9')I/LuTT--6G/}6?8~HT $V9xtcqq[Ew p*q|>r7Ϟcu$>t82eʊHԎ|t30#BW7--?_{3ӄА[7!_1l0Z#;Sڼ,=mC_~|ѺLB&ύi2ps$j5_JCCcxx>FY)W[__M;C_s>R4W /KJJP&C!=n|c㦍 [_x.,L۷oO`4d- K\"DPDW~)om̭; (ʹ|h@tV`)&s}f*vʻv:ZTPW3=zN +qFtԩ^{ESt"}?P;wcC55#$9N + +H홱1'O26KHȍ>tLW."P ~ㆃM_ߊpC"o, x ZZS"5|9g2DSS0DSP HbGRc<'u66H41>=RVvN[GGI冟wcÝ3^eNNIFƇv2;.↾?tthjژZI¤/^bs#=UUͥ%uŅ하e栞#ڛm_6PSs:01yBett;|}cGNJI#"X耟9II**U UU :/X|w_Fdd{iY}=cǢy|*\[cXLX4fDiO Ԁ?gΜ!+OѰ|Hd?VB)I7嬣wEwX +"##7PSS+++ÑE8Eiaa!>>^YYٳCCC0s„ifńk*&hj>JfmZo(y @ʔVX '\Zi9G8+ycSɮ.Ri"I><4GKj`dyo6Uu? P_lE7 +;0"8+|۾);jX-ILٳ{I5բ"HN5ڀT333qqq|:Hy볶>v'23bŅcW;ۆ+6@:Kh))1666WWݵmS]ڼ<`LH/>SS_{'FWPbiyzbDvu^tzb]"tlОFF0l[j@¸P(TWW饗`QA u2fKgg׮Y1H1嬏ϳCu0_07=ghpQG + + +SR~51wmqS ب239A:?.>Ili +%@ĎK0&4ӳ&D5yIwmj*%<(.4t ^\{ucۑ'< &ϙjۛvVVv;Y[9[[W.K$zG ӺQA ECvL  + +`ii922q/-mRʱy뫫k +eT|oVTTʟ[SH@֓H$cccnzg0AG@LZDžqlDQ@T\ࢱ2*(F͏K+ɑt- oތ hfs!A&ZZj ᬘOJ K)D 1ˠֈMÓ/~_gSj~oOLAwωȔ Gi,dՕEHpu67dp>Q!o,bK[89<&pxB^244D%TǗdI*SrP@ XXIL||ZtXH܍p# {3ĄPSS}]ٹPM576NLdlxPBDơ/4[KKSop47h=qiB\]2"#[SSH<2,:'-$·bMMM`n~rPlG9<XgykJuZdfB{x@Bi/)IMN 04jgQQ!cuw>lehy+]0D\s˃jV +a/q9+|ކX'sLƺP 77?Κņ߉VqJ{MQ)+;nh}B< Uh$FF꩝v>#>6;)!+&]Vjiht\9tn50pO5YF?}H +,`3.hlzPp4.?D+%6 +P C@^-3,YHC3\L{ T82/ۤq p M}% {sD6;d| +`<jxsgoǑ, ȠHۼ'D6(`֔2O;;k+''w sr)*;檽Xbc0W[k+~y9VOUE͛YYT4UngncS'yzH# bvD{#P &&922k|T +d"AV|j{Gfd%K |[$BEZjͅv6~>U 2mmqΖގBܯ'%#8Rw+zfl @1I1'H8W++O{ Hq#9"<#:չ2&)Ȁ +11(肩iՓ/VfߙKDȫ/\ #!=wjy\&|Ytpc#B&Cl5ܾ}{ii ĮJ77g.MळSEIm]{v޵sݽ={wܳg^=Ekڹ=vܶm{n-?x433C&l67! +F]}C+,ANDDCpX +x:PWGhlutFZ$O~Evϓw,/:&W磟G@H%!6^& la%PG-bBW(пx \ 9ɔNN 2TMG[89< 1AJ!LP4<>>% bY+sNȒCqC (a0uQRZUQZ 1P[Qظԁ&n@U8bOE;"!pB(K\ȃ5w2+22`-7271+ȇZx`5GkPälDl(lnos~AQrrYZZuNNqj*n1SVQY8TV5.w/$ܾVRr=|"Njl"uxXe)b=Ĵ,rӤQJskmN EJΝґF9u;8Dnkt)/)"3+VeV@}> ݨd{κ4XM8}QZ):'ŤԸ½+pNpy& ի):8x;@qxe:IL+g5==M"cR7EzPZG@hi+IpXll3WoDglp1;DX%6wJ%yk Di&g_ctI( +4P]}VTT[Y$ +WA2}5ȃş}t\hLIL/ TEg#7Xe&xBK\(^ 0e *BVBXUe OXcHJ"j] UZ͏b],v@ ׬S X|lmΝR/NJQנP(˜ +U(9~u?JK3jAυꑛJJK ""V=eL&3DKC̈́ E,_,炌9ZI :R_W]] /L:7Wigl|ںd}|UPWC3KĘ'.G=5<# +vIO;LUUU~aDD& RERjwfaf^AغDq2if~K +yt$4Ϧ/d{h4XAibS`h3Rk7<>Je1`82O)԰i`;pSJ^10 hcLcې;-Rh(y&{aeb 3+,Nq x'(I, % a7>8(T>"Px e >5pÚQ"es@D#j~O36`Y&;jXXX{=PSSS_xmme2Q*KWysiCh~27I'~߅߸/Gf遏{Qpz}NVh7֖@>IL2)ң)_|V@2\VV_D[?<,9\lG9t 'R.nl4^r')!#%83XS.‚BgQ(!1,pT4Hguٜpwtolx%cLXa3a[SV0N"n.,2Gg- a(E<0m{֬6+{BO0^@2f-8p'Fi!4jƀ&z릆W) 񩍱1*U!jCZ)RD/f%I !~+tOdDP=w4* +L=SgiV h" 4pWW↮HSBAֵ(7w eΐ(ihs_iq}̉<܆[h5LOOo6y^EPG[dP룓[hf:$:Ġ4mqtJ%6<BhCVFyx'"^7ߴJdB^ e\xd 1> *} qs z45uR{'5:TXy77NTodW}'C02.QH׮eōvt`k(u] s⍵₃M-¾ڼQCMM9-~7C\];d\\UfFwlU/讬 r%Ke 1>9Q?P}vDu`b_<۪XW rs4noUff^\\L_3T ǔ!+~oQS(|||\(7S8Qǚ*++=k׮yy?H9Ԁ# ,{.FG1vX&9q(>:GQ!fL$M@n,l2m +LBqK!ѷՀ&ڬ,c$j@oqSh0L15 +- + 'Lᾰe%jæ81C,5$|DZfb V9~D{arŀ0@hdhlr0xmxdD%S `7 >Bk: u"lx.A iiiWTuވ]xjjjo[CwsDl)oeݣz$o7I`._\y gnծM&`oZC +MoB>ο/5l +788&6^8(ң'Xفvqqٹs.,,|g51H殲V+cC]"D:=t9Z7S;uY-?''ZG'oh7U[sӊ;RGk\``M?{3ӤP170վ[WahaqJGI銅E[Ytj:+DInC=]99Wl\/X\ijc3#9_v|9-8$КPoid8[Y2Ҹjiy}Q:J2Ї>1: W"w;Ǐ;?;,<%4*to`꼁_ݮ_knl.- +Cio_K]/\16vwp00pkhɽz񢕁ٳ̍4O @},ysFN;qk5&ތ:8AcN-d| =Naiiiff$j̞j1amF=^9pF&!/t%M -o Pv' +cE r+:)+/<#)MMMXSBQRl(7J01ھk, j +jeU`0Rpp8wuGkiњ_xOϨINl(v^OUn!T|䈑VuaJ*w\\oP>x@رҫn{qI)1:ч] qa>`OV=Inpd9Cw|n&rK3ڍƧh +yW1x"᪀yAlX"#Pjrs/Y[j)o-,%ތ8rszvMnF{tPЗ~Rq'$oG]M_t֖%TghZr/kP53rsϟw 763з=k^婯}Fue%pi1* XY 3f@!1 OO={\zuzzZ1)MlJHj!$@a/4=yr C kAotd%$m {A%D5HXœ챗, A_JxD Q|d6x8'K:3[UXdebj{QB0Ѷ26;)]ect޻I.fDG?cy\r16vpij4^_Z|Z[ 3ٿɨě7#7n^61JJjOHdꪩ\43aK kڼ[7ˏ>(LIRsՔ,J$04^vp(MO/sG[dd E3ZZ*F74@#-͘`>$?H$^x;wn{0m۶m7o@1B Tas l{ׇE`ONCMMתH&a1I0_SWU"yJ0Wãm]5V̛P卑ST8}z4K{BE??5~H d;z+-Q,4 qH%h[:{C$E9D(crɃc~EpPaԭX;`U+h@jmKljwH$hÐ (:bOZWP]}gisO`]$&!$(bq] ZehL&ɣ)AQAb @sr;Ր CW(Z[[ MLL8Bji{n䫁6p 4@@.kkYqYX\b`Mf)q}5Uc$DcOQ靕U!0G4Й"od<=}6հ<<DOM=*$`$,ζFFEce9Yvg͜Ο#vK(]j&:Չaa&AA^;uccÄ榠+Wk) w.V6c> Y2eEfuCG}y|=dkbVQl_{yG%K 3gq03͖NX8ZWlmO;$z_@ZŮ|+4}92#!Xh2Đv=ל|/c +C<˕@:;S}쨛FC5o~ _^ >9Y[\=qP]=0` L#(76vmR0"o,#㼎Piz:iv2/HC㊕Usq1P[_lo_1VY7t`쯬 篩|8)yLhh0PW5>yrɬ/{VOܸnNl,/wvy{V=z* o ş|Y4:*]X8z̬TWeEE尪^42ꮭ--]/\+(hV>a~ZpVK+3 "2yϋr#J"˙Q|o{P(LpՠL%< $0SjA:h..51WW TXVr71&3Sf +R[fjrW[ku~ŋ>8)&H:ݕOPˢw;;`b2G/:t$.<62(XqkSZ__|~Q)<B#@}P$Xhzzz}{.))I~9@ HaDY=55U;2jjE$9M,Ylo37r +,-Oiܾ9F!-Pi"uC5V ̐Ýcqݽ +U:;h[;س%tA "QZ|ҡ/Lt;cLNvVOQi AhzF74`_.vmGU@]걃n6$멟2-̖ !eeiQYQ9CSm;Q*>ؽ~N:=-]/κceV~[:5b! +/A?WYggg?D3D^TQ9ڔ/؋ (='ܓI-Z!g|LǤ6M!,nHBn yintB4$QF hv47Kr;Ԧ1,unftv0GqQ/wjٴN:2"gq8C 9f +NXYifzh\ŠTv>rg sS#bШf8Ig"ekȇV8 `D!ȵ4r5T7G:.SfMmk46-̓gsևP}vu-j-A705innA}}!p +I #((wpP*s==s#|j[{2sr%6 .7RG%aH:;uFJDx4z:؟ssʜўT36F|\]mm6鵉B 3khaa{3Eo}N[;9, 2dt48?) *igbPW+sh__+=+V xdE{{0hσ +[%6UdyutuTTdNNJ܍5⦿rbXتH՘-(%B2c5ϐBWQQcR4zD^ +r|z; ' $\K\^OUUOnl,gh:'8 ++Ny9}w+'+HNHҒ?knEIbqJΎ{U[vvi1Q).^o 67,GH'&2c5{_L텺.r耯s}NnNt֍@3򺰰!"o?񾽚J13 VoU=w@pw-Lfei)0RƄ}D9kJo3M.:: Ci9Jhjk.*v;0!7'3{8VsUyf~N|ZؤJlO[^%o|}???*s +~IƍĐt}vVt|Hp|PP7nSk/语 \6*3jN]qSo6/I]X +##u>ԒPTsTaknQQ~]StP8T7X_/"96jϧwwRZ\|;,,NLtKI uRɘH*MM=+71 y0v`v,jZjsz+&}2=ܲ,cڽG*|"o"65s{/[Y:U>44jk8遾U7 CܯE_ТYQx9PWG}T\׵v^y)sfǎKl˲d$ +ދE$@"{; } 3C/;ɑE~ޜu]wn9gs]bAB" `$\ +2gij*^QQ1SfOuvdB2*9LS_`b%''=z4..y +ՔroMG*T|ǏUU)X56 B +krMN.-IDEhxUQbLW h+]&|AYX֔DCs7c:++n0 SGHR2? 0@PXXs96,Ɂdž|ϟ)/pX}K6zp1Sh65y˾w)cc9o_U̙TdOORLt}@DLnsXOP듏-tx:9=laV]R(ڠ3lS~~]ʕfOm-(aUiUVFW/ELgM}]=m}#c#mm&QAҔ>:]NƕkBƂ_;zFGq26C 6VmeJV T'@6/ f{yy򗿼zM O ./NqcbKoFrp}>.&B[.A}.)L + vpdy?ӗr'撛 {7@w5ga2`}F GW3/_8"_*&H,pc] 7_/@_ׂd:~|Q>E!wĆ{@W\k+xL,ⱝa(ȦRe*MNMVQDf!3ɡN7G_4]W)P0]l:815ڞ~t30NSF :fTٽXH'd¾p >c ēo--/~VW#0mmmuwwa:n`5hʗ(ȴ(}ַfj؟qX[JI;pPsyŔ +FdbWA=|%%8ԴA2 AȔE2R"Z/cC-͠>C/T#DN.I@E8ư +MذA-X.΂ܜ3= Z[$ Dʨe@d CŤ3i% +m~sxdXvBIfD6OsIrgq29`p佘 UP$SS@ 3$*XNML @ B0p24 m sAE󀺀kN9?S6`5M/؛4nJ$Rhs ??_'sx~pseGUrI. jAKPc`0@P( a 3(cu׼ tV-O7SsGb"_ 018`WVyW{YA{Ia>=pZ݄k *N|Xfjlia%7۷𚃥acMwA0¹ڊ 5;>^vgz[ ?'3cm,t-/FGt6V$k^OM |)FPGscb޴\Lq +>kL!%Dl^c5Ia~ֹ7昈Md3E9k+Ug)!NŸ_kmwsb]pT2_p㷌. 9hk]!Oi_@a FG/-$oZ"Ć-U572 +|>qq_iY"~nyk*!,~ÆknǰFCp$`{4F\OdV r22\\5LA}hJ эr + 1R0A3Шe4hɐX#P<Jb`1h&HQ]igcmladbjnV&$ep 6Q0(4…S4c@J`bՈ5{lmɆ}K svjL  +( +6,j3z~OBMєgajPr8﫯LOwE)^xd+HTT-]LL55 +pþ/+erv>:vJ025tڽ_rws1054/)klppsɂ7XL %)IV&a!1\GB!p OG@E6cC*fj@"o35e"$4e,F&.HWio75u%xg`Sչs +. hIk!W@鋹|t_M6ѻ޾Q_v9X룏E\ak]DmsTMč]`f2ٹ+(|Xչ9za4+[#--n33tN?x$%fD;f&MMu 6zzC|nGFLtvXZa1JR"!xgOk\@9;Зj(..^YYV`@R„ᯚZ /߽􋟜?sFˡwfg$?ɆE>^vǏ|x-,E럝n艹H?=Vfttw ԍ ?8ۘu9 څL G8{h^^hk~AS/m;~?.躤(~t<%%Lvޯ,ȍl+z0S&eC{N*ySlXs^pD +q0ܩF59LDKlU3Ë9 c# .6sE:eI 8G%7;0SRpO[9Ce) HFj;7βƺc}'>,OFy/Ћ]c"o?V,BEdOgbgS|ѷ +}{@ N@*Ro]"} B +UHEYχ} +'p(m\D"!@ػDB=w؁SA^*j +QD&Qi4½OȘ@ݳ9K#kLVI'X GvMs'7NeW׌[ȣ"`6 QC(A4N4vDj\  _k}9t4^ F*,,$]P3' M *S0COz@)? BYM-.ꌴ޴%5ionkS>yޖC"N7;2lik~;.M_P(!"F>|VjL O;25(-#@pj'pn+@0KFZZM[\>Թ޻QQ.h?t+::B,L :ꔛ1sgܻͨ))™9TOWsyExWަ&hWGTwrAd +3 70}{IWsń[۰W(drtڭhs u22851s\ӻbH]-mf6,܄reuK,p4usfNLd޹mc[X觾Ύe+.,x}{o&e0&{zlmmZHpEY?d%JG_%(+J$y{:9[5m2Mޞ.3n67, +V$"iA4'>w.o\$_V//A䢯UQ&e"<1?,#W56hXl k NPP>R./?()?{:}jeqA7>ܡXǂfawÃO$bk<sZǺ'- JsrlԫEhL, N(C*&[WʼOq'.B42PyS H NQFC <¼yG{XY7$X*)w)-ְ`sMEO)$ +qvvxEK.Mz{{9;=xT,Otw_𰵞z*1<yaz1!!̙Dxeӧ +{z+2tob2 +THkC]t?{WͰt[%of =')Adz8 Rn-I;cCG3 >7ZxnV\|߉#l H8p{%;;/^-2DE6/ՠ65J>Z// 0^`gV$ϵ:Y^8t"]T 4kPlWX8ΖCM> .*T~>wlI>/ݯJBD._JskKe_W{%7ΪEH^fevN!ѕuv4Ze(hu>vgO,ȽSYuOw5iv&ÃB%3PHEXҸПccc٢-T>' U@R-kMҒ{yy ՠWaDBɨ")G cZGVG.HfHfPsŒp_Q۫Ga8Rq#^H*J+4;2#j>g9QQㅋ +bюh? >Ej4NנdA":hr.jT%ӥj- d_:(L*ӔgW@zWyAlW4ٙVXUپ??ޞywSs81ëJ3 jE"\[Oڲkz_=63jpB@iIQnNV%[=ädt:w~Դyʪ<7"+&+-2q#*Ҍ"զ8tc5YXXp###R93o^ KTtKRGdWYNX1܄gy{rH2XPy?7!7RG…:\f|ß;9tupgflL Kkssp_+Epi[Uծ|qtGǂtv¼ǏiYUTdd|Ƀ5?3rbO:lqzzYal#%\7;W-*WW 7mc>SOHu֍(pJc1WTʎLT^u0tq LoElJ~%#~MAΉ@[uqAQVHC=z +He1dJʊwip]DE@ֲ%:1^VjeqܙCKB\zϯY_5sG#EG_8s8qjgEF Ndnvi)/C]Yq׊s&FJ nmq;یzoO++36c*C'n,fgR\<{o_<,%1ljK;+ˁ3w>x /ywŴ$#ZiuO26W]KcDo°db="OR } /×^z݅@ I[ XHtBvsss?ҚR)_j宮oVTTL&j {JUF +[*(EBxȠ `2Dzl@3 +p@ڱ-dPjw(SE"t"xv;r@pp]ZVZU  &C>U{w Ԡa[ +!I{h"LhѿgNQR)4o2Bk.8pLҫ9UjW`jPԸ kkkD"qppF|b֔gZ***wjM&My֦%"eWUluOrVmg[|HH)'k=3Ӭ++㭭ffGP<2o%%C>sc'[Ks}~ʕe<>9*{e\5,\^iTJĈ5>NQPDv>, -###+JE>LN;Da8w Sc=O;+Ë}&[GbQgYڛG @m5oo'cw;K{C;a!1Pk2 Oii 776evV費KD\o7{j"իn-%ER ut8rP@}rQ{ʁ]yE{ꝅe7^ßzw[kwKk^ӽ]wlms %(xNzۋW\3S~k]Sa!]Bƭ[)" ..\ vrȍU04-@GNFF9o^>tPOUab}|t]a3 L^DSJ_gt:P[C\TWSڥaA0gTuO{L8%LZîjy𜇫?u{*cpcI:Z7 *k1=af|AlϠ xqw6*ʿcnpݺ!oA0vu(λ%6o᥏>z+==^Y%u'_\x"A\_ewo\<Nݔn.~m-wx8ߺe47^<:[F$zČW/-MOyyXZ5t-pBHUyƬFD”#G>8uPpo=]-"aŒ\0)TV e/LLx?7$'' ',OD.///ԀnA#k* ueeeE"S#S&)Hצ0Te +iJV"=wI[ -)4,aikB]'SDAA}QEawm$W9,`L1+ +#̤ibD`nW`(g#D x 0OQYD?AwIE;D`b ,&5/Y82±)2_ +&sNg@$-%ت{;0|OQ_1Va0%%%aaajC%)ϴTVVO*//5Y@I + .o UUVV4aً8܇"AYiKEtG`K(\bi=Up<<,Rwmpͥtԗ7U 77gfbPfyTsSSVV^Y\Z:**$0QQņfw"aij:Ԁy5,Hj@ޛ{3OY K0pcM mUuR&٠&QTJId\[ۃ֚V4JXBjnl_9Ը@$l ܬ)〚Ò7tM4Ot ]]#Z&haa $4XpjyS=b{qٴ4 +T|_OGM54XTW_V]lYSGap TƲ) ,ml _޺:27?${_@ S(5&ro:~ +@}};7|Sڍ STe7r9txaQ3 |]m5- ϟvneA<-T:j39& scll~+t*Щ@O]MvIaJEi\_Zhfomp|c}mW96g(eǝ;w FTWuoghG|(퉽}\@.gc. u}%<4:(POKbo̤5 + kޢNGYV,'p-[Ja֖$.V]*jeokTrHͮ.+Js O蝨ZԾ%oj@^ ΤQk?/ŋW~as\??B8jʗ{bwwQ( ,$ϠOgA,$"7m (P`ţQ~I +t1P}GbA%zXt4ov@}n|Q?1.3J! cY.Ӂ`LUxp1hP!l# 3;zî$F\jH&4duVM|͘"Wlk4&p:dj퍽r%=:00$>|;ֿCCCqLSu)--}8PVV My֦GP$ +hLbgfSS2t7 &n z%(@+TEz,\: RY-W'fxӢYԠ +d0W)h1O`vF87 #1HȞM;y2:8#7la-x +KG. 4hnV2Jʙ}ts 9J9ްpD0*{ÛNMB#<G<. ]fsy`zaDPAB4,1hb\djxɦAb4?uѲ{sjԨ&j}y^$(M4368[YƦFYܸ7<Ԙ{,ٻ*Js.TܡYr)M]rC +,З_?+0W : z RuIz$lXPqIn0ؘ9kg2cz05| , R/~ `!!!i5k3*JKK"MMyRk@-Py(ovT*KAǒ2q8sTH*ch Zݓ20M `'2ǎ{۟SM eJ<`'[GFPa*-DK TXC`HQeoL& +UnhZ,$011,#8GX:2+&m {̈́0œktosXLAQΠQ[< pxlhzQ5̀]*-]UȜtA*bM  :i^ Os333jد>:u|&'<εk3smM Yٙ7 Cݭ-F^mZY$.3Ӣ.;lVWxaSfoE;_gP]5ơK3 +)<֡'݊RXp'䊓 KփsIW%G%^r21:UQu/z̘ܬNzf&g3q /:*~?''>(67%zeaB71hv!Ã@mDʊ-㣍NV-0E@Ԁ`!O~cyWoS ͗Mݿ"e[;mObڽhPLJ2R"<,|ݝ̓j)! f01:wylqA0cpB~Vdd +a>MqRLO{EMu:=eMru2t3wv0=<4>Ҕ~/䒛ؠǡq΂`nrZ9CׯP)ӓZH eа8o̴h}Jbeg =mxSs3|}:+qhmk.duRö$-gK w7q1ش>ko1B?޼yS15hʳ+>6 +/fiʳ35}79БɈ;ug$b|s'ax13Y3hc1l4@R(D +u?kS rԜߩ +7uSC[EŮTЙ0PAHSLR\@Y*%PZU^rmkYe;M +" FߩFC,=[P0 +G 'O8@{ܪk$!Bcq*OAaTa[hq :ݳũΪQq<G## aG_FWV1J$og}PĄ믿75 :6unQAraQJ~ARvf\c]DTws]aNڭ7Akpg%B= P}S}D :3H$|@][cl?rXaNA.c2=[[U~/*7+v`P%mxzAC^VzLvM frEĝ'Tfd$40DJ/14P 0ֶ2MFSZI}kjٌ  mEP \1J  4O3<(M鬪,K/MɌ)+N|"OrX3Sm-Eeyq@ymEL?#M~Q;j)'abͥr_x^{->>*=8DRo]v et@Aj_Bwfj@6p<x$><<~5;vT`@\XhdcQNP7gS+Wfz{Dµ^{?ҢQx~&u|44Tz^tVŽTOtOgC=tҁYqqp/(A.WSCU=m+:8{cكYF + Hev؅K}9XȅoF__lj|(x 9 PčRk!F +Wao }Z~'>2&Wݵj +BF 1X"¬KQ)ER"c:CFp`,-RkL6NQLa*+ "׽Yd*k($;w@ RD"MRRwL=: MgSiOx5TTT}322{S)/I}, 3L +3Ll hl(cQX1.b ө}4BäMp<8%Jcj>M'w1kNk^ *uc LgMؓZ`҇#QA85e(pcІ.> Ǧ tr Sለ;c(Q$>8dxff@Ŕz6e!:uL9q>ǡ0{ @?򧩤a 3Gp8Aj XeT@%|d̤T4dߌ +RWWשSo8pMPoGDDKqfДЗ>xg޹sS(=;U2m<z` UsoGDܻWjiyetKUёw떟~ѽ{)?>~PLHtWy5y<<Zfgz"󮧭mj|~ڍ9B{i?xy$Ӈ?_h ( rwNNMϟəqO ˈs13{`&9p; B'#㘠`9QQimcox#,#,-~aawNJry~ssiLMuZʭWUB(_{EqWSg?Y@@zi?M*{ϤyMǚԶ_\M4-ѩriȹ] !Ȟ4=eUǤ_g`8ꔂHasu.a!Zb8(_7Ts 9֢V./+ RLwrlA)bvdRR ۥE &Ru\/bp΢(ǰJGJB]RuC,ڇf*v%bb"Ve R *ڠq9ޥ2@J d*4%9lUνN1zltUcZZz|pqWsnƅ/SM nD/0l$߻u E5>Yq~fF= =ֆ!^^TW<<(8ܶT\^jnsTg'<2qS"EEfG>+<̓i2П]Y7V[9{ }JvYXXr\iʳ~!kRS4Yd g\2Bg8kB!AadozQU8 d8mB_2PL*SB!VY`R<66FcUL;3Ce$*[uHjQD( ñMԶ`\ZZZjO]ryqG* ׸lqSM'% +[ u:}K ϝ;WYY0Ǣ{z:C,0XtՊ,(Utii|ѺǿwdROkyL/67BM͖>(x<+ H nii! +OMB"7IJJwkobğSrH<(TD itl51h|BUH +*`xTW}RڑQh!.n:iOdeQ\[ݔ-܉e$##57++PƹdюrksS$N~w쭐g +3 .dkekj*994Y5sg sv}`iW{{,{rYcEr"nE\]dodaIVnon)*}z{{9:x3ʇ;<)9/>:Q^ sG]^ntq mp0׿H)W;;+|.tt'<6!%2 )4]b*wSnna^^NP6=in6fs{QQi11%Yί룇>)((@|WWWCZ^djυ) oIT=92gW*J]@'!/W>K:c CccG/,Oc'X~333aa6 | Z^}}=͆%|i)EHaq?3fs!rV TjT` } J:>RMe/b*˗==K22(Sʍ5xM9Ο}}}"aSk(,+#.g@C6pڂ>1QQhk5ݥ\[`wؼG< z{Gہlo;lӆFcssv-ʳn;VBOk+[CّaX{79vXX%O?W԰1bfMvWՄ{ҦƲ2_vg 3Sipை3tt˲3a2*7;[eik+Q;c=&&! Fnyoiy{5Bͦ5/4MyvF555uww uKS34J`%^vw>|((%_7֔r鶀ݨJ/+@G}c.P*RCP`'<оFnj O~KAGZ17~b]f+Td[ćƔ G"!BqAWUaKhLp4B@ g~xW:?|xwޅz ~j?a7?[X}O~/o>,//_YYQK5Ȃu_*'q|'2)ß_dPeSKjJdzq +VLȋ?-'*Jvګӟ4((@ \#kHaaa]]] r}{{aVϻ|?s;w[%>1=5{I0~vE$h*-w55% ?}#(ѡ,#:7κe97GOzM룏<[ڤ$2ct96 +88v֮0 +h`L6?p63nR;Bg&'C<\{zۣ=,,#--6Vܩin2:8X䉴]HѹŅ Y\=v:?]!xڤDFVed_4չ0.rss>|ʚ1>[Wdf6"ߎ + k̙D;3=%ir;3Cޯ3210Jy>t0ŒiR5?io-|ť.<<7hL Ԁ⯔H3VOgiG(Xcbow`UK}&!K슀HibA+AQi*vHRb&{7w9=sNQeⲲ&ïcE%23r*4 +DS \VҨpd` Ú,ٜRrI&QV?޷y֭WRsY2*E"U++o]hl_abbT,T3h3E9LA(A}8Cqq"88p&֯316403~)<5###sssCCc;P:^wO>ZtVZrQ͢$3~Jj <wUϳ^YS`;hq|vrubn{aau"ѭ7Ys_5]x챳.( Zz쎿q3=2СmVo9q咜FI bn>{]vv'bj<24DRd͘2Yݹʪ,%%cڦEE 9oٴΖ_(ݹryk"CC)[.l]>)CT&$*(xى`efz%o;uͪso-((O6Zh.LWX>k3'oo3754#6A$R 51>r8)"()bx|IJM͌4*2)A@)nUpS B( '/7 WPPO+IiY9+(,/r555ś[/rժRaDb2Į|p)]a=Ơ$pRI6x}}blA qcN4;9r< `ĈΚ5k233;k $p_544*$$;_ D_#JɤFMĻA^g~Rm۲>p"Ay7Yx[/VX\ntHȩSŶyrXa~߯ +{ebvK˄*ɴûv[zMR9bmtKC Aٿz\^ \rŊ!N 2YD,,*rFfFYRucd\FJN9~]PX$g=thd]̬w J̬>>ׯ_7h-(ʊă۠lpti;4_T(AX^`aa1ggL ݀kM.mmzSXV33ի@kEEj"#g s䴔:.$7mA'ګ5t!:~"{KKrʨf BPA AI/v}hELjRz-q߿ >(n[=<ܺpyn~.\p=g;wikõ0رny˗ض`>oDLٵy, ׺keha͚;5{x;msgijZ*NMu۵2X4D%U,ûy5xSM䶴kRk{[#W[5 65&t*"Z Pg}abAP u*V})TQ;?u;x9jz| VKkkؗFFFժ&($766fddcǎm=N"Ν;n8(aԅuMbiMmH2MNKcVRi@ ,++(NM)6Iy +pt]r +YZV*.)r +VT5syb -0-^+%- ;8gL#7otqv!/:4X`&)p/|e/:իbnhzx玕f3xR+Ag3{WCuu۷᭴g2W7<jvjw-+K۰faS`*LTV  2c*Tc3r;SYů}{z꾺*ȗ !i.~򑡡AEBaˏ]@,|9s +jPQȰiW1iba\{bI aq,qM&_Uճ* +U(E6U"Vk\]plBV!oW)ժ6 \U҄BV \qܰA^qZնcQ8pJPؑ?.5J%s ,2bb6Vs٭JY^ wgAXh& +v&wѫ6"5r8łj0 +t&\x#oIuLI8s XfKM +鰘k&Flq8U,v5]`WӘU d0k:&:B3hp*s<A;ƜZ3*1UdJ+WA&_TZ]%-,i*yT^dUXhBF60\Xds 9k\\V1ilN5RUq0U:QdcgLX% +Ž"fq9 +*F <%Zi C +*k`qeLHoQNz͂ ZtScUBe\ + o4Zԥm_qqq .@Զ"z`ibbmHA54ҙma\}3lɿ͛ge߳;}NZvv7l<~I=X 9ya޾LMMx.IIeoZ~ڨQ{OܿAEII}8otG][ >cnmuS] IqRnkWO.5+{WCl|5+b1] 77li^ 2B!,rX[y୔J>>>ԩSaFЫOMMMݛ8qW_}J블 ? 8O?:nj5z#~ WmЪ#s#F7~XQ=Q)̝pi'?¿?2nԨPYH_}VnԨQ&Lc~z-y<~8h AI~)QDh=DDV ZaYZVQYEVw ?: 5R`n$;cF,/ejieCK%\ffhrWwy]Y/mgpUuunsyVƺIՐzz+W,qm4-^yCAp9x`KK BPA ,NH$,)p7zOk ܁]v:-;gYa\n5_/ns'O452{-tՆӧ{:\,,*$ry삂SGm0;wҳZ"Ygvue% Fkq;lm cnnX>kVp#mG JK[F,ZjcG +Q=BPL6mɒ%eeeL+NgDDĜ9s~{ޭ_#I\Td2\t;={vbhۮ];~B5o޽{!OO,-͗-[2xwof߾oʕw؎FU`'';v`s<<<WQq}}}AA̙c~֭V r;A]KmR끁<rkklFTQ1;Z-=GN)+4Z(ࣝ8#?vi YYCꨮ/9 押qFX= 5ZV\9q`<:1kԫTXXx…XD&LheE h +Ң6Z-5+YvA!-#+/ &M<^DJO`KSSo߶bޜVVIF&%X.=mY|81Es?foӣV,*P|[֥vƆɥOmmMvS$Ę)C= +Wqu䲛/ϝ<ǁ &_&Vjd2x+Ǐh"*J 3^}Ժs:thtt~,It*Ff2 Wl&ŀ#b2ɦhG(*_YY)˓mmmy>}L< UC~n9(w(QQQM\nhh^|y~ +W?裝;wBm"vKAP(w +z{6Y/*Rj* [!GM :?- `~damKmU +Q]};8h˗.uyl…&L@uvXDPUUU">DPB j6͏9;3rsjE&+67ϻ:p`UrnA|cvXYwjeWaAQYJ#kl0ssݿSYRŋ.[ ʂNzm`q?4T]){dObbƵk7[._aכŒHH3Ե5b&O>j1H +ePfX+}^V bԩS 3fL^^akDЫON4ᅬxݿt%z/N?bᷣV*+SS==O^m0}1c]~_;7oH_&.>>>}DEEA&L9s&h6!@WwޱY䖶rY _AF(TMV +(P b h +UItbd2 *]^w`k¯]z)2bĈ^xzrD A54 +,ƃkn%mr+,)1mo>b岭o(Ѩ60jfvd玬{lvTsN'&&iQQ^^n22[^'cbao]x)zV8͛~nn{ z{K +yA#!*A`z:Td6 +1NA!#=5< @__%zUåKԠ~l2qSҎB+8vlfK[Efff_uĉ~6l~ܧϛ|޽ʿE.wbŊ͛(|Unnn OPpǧo߾LetzB  \ NW 7x]qs&$0' |0ARZp-l3M=w\[x6Y,Qݻzm˜1V=r"##Ν;a„k׮L JP/t?A7zjPҨHXX"MbͲƇpD caZ>ˮD(Q&.NCPUR4O|R(BY¹">ӱ]$8,PTAfP[N Hz)ʊFhaeO[5R(Xt=\6ףL$2dȹs***pJ`̙3V76UvBT (wj ma<GwW*t\sL3S~jR^jVWTtNGӪD7j $Lx0qD߾3aeˣc{j"A@bXa r+f&VIzj ]ŠQKJ:EsB/aо1DrQWWaQ4'beĺ?CEj["LAp +6C(*DPI$l0jKQd,^3L1JâKUv͍ + +rڰa5-5MR94*2gN=5Buu@  0#赀rss@i---}}SPϦMMMyyy۷o3f̠Aƍx[޹s`Y[[=zذaˀ.]ߨ}OB_$hEPQ}}=Rgpzj@J-^fV*? + +|[d2 +-,Z&ҫI:¼i|XXg*ˬ淆FGXEs+9 +*Zl!O-A-y?:*((;.NA$5,1,5ڳ.b[A5u^WN{wo޼-==UM 8pm[v544?^0So`Հ 'xj-/Hs(t>PT''o櫯rqqa0MMMjcA]@ L&ѣr}eK.`$~[d|o &+^ ~Պ +]+.f|)TbfŪf+_`x-duz]r*[c#uVk…=OKll 634vkْ1c{|E76{8:Jh544DGGڵΝ;BFP/C 5̯2JL* +ప5pnX"6 n\oz6+#ͬdi! A1Mƨbjz6#P:dedR9LA@S(Z!@x+ z=h8w+ryIII^^555HȔH$&LHLL 9s%KbbbnԡN&[[[ =lff駟<EXI"_=Ef&]i-֖?nÏȎGTrrɓgϞC޻AO>fk }D?2pDvCxyt As? A=0i|n Td%~}庹߿+=[f͓'OziVwᓁX U>|޽{i4q AJz +5r\R1Fи#Ƶ{˿b h +ɄEg4 :ƭ)jX**TBS* Ua˘݂&SP,!:UO{')fF.Opmkp $iƍo̙3`6lMAA!Sumr"FqŊзg1Nu`_[44bM? ܽFؘ/ 2$!!rJeJJʍ7n߾}]8Эn @Gx@c kj:vJwܹ~: |͟?]B[Np A%݋[]`;tm۶uο+AC@WT=(wy&" _jhhؽ{'|booOR!GPoC HG8u\2l 4v૨Z&qKi(ճ_@Ϳh/Cs:nimuPa̔@bPQc6ߙB5p8p9 M lfFLAA_ KJmmmEEEMM z C'Ppٳ?g}v1t:{ڄofcDC[Gh|rf탾/9`0xƍZ݆Mݪ @Ih :]|׃ɓ'cǎKJJBzj(@- V !eSB("*@V\@>ZWDcD9sf~`NP(eP>#!@P?ԃe/[ ޗ!Cl۶-;;o?gs1RR)!ѣ;::i$ހ0MTR)5vƻ(3D{+D{f aI@t`BiB+0TΪe9|( t!#"8 РR1G lj6nhp/Cw't/]ZYYʅb:00\y< 9A/m@* {Sx"Hy-_>::J geeر!###NΘ1:/B WHj OdIE%eE%p,.-)(*,%b::<^^a{j71&&fAgU3ׯ_?lذ7n_.((033/,,,R^ko|H&ݼys0 0,(٦ǭX07l== Տ^"X]]];GGGFtA 5TSibr9rW/.+QiT:UӨ +enPEbVjR)xȪ(WPdA(:DTȰG7P |SN!Wi5vOA ~j===sss< ^eByFFӧϝ;bD0-d├<}>`ʕ0]an5k7|s-=ӫ-Z|葶?Jg} +`nn.9 +0BٞVV6l޸`ĠjYihvqhllS[TUUEEE}#G~odCC~!00P0|4J/\Я__qT"ޥ0\xqΜ9_|t%SieK&M4o޼Hd %PmmݻkZ=CP/A u v";8tX@ט1 "A{B]lD, xFI(B* xuLάaq",BP6K1*^.Sf +l +4 +jU^(D{40'hmryX`aWo%puH@ + +YŠHJjfzW8pŋQcb&Nl N˗Z;* +۷kgg<;d;g ׇO8/=Tu%d 9iiiAϟW(/Aֹm۶?wo'xPo^4p~}g͚Œ3YE ^Fx /xJ9T ?OPP3Jcc#*dBl{+s~w4o̙~~qƔ|B;htY_~]M8#... ڴiSII !6E|S^KgL?w옌lFA^]URWWUؼJmHruMI]WE1J P˥ ~-  +)*\Y,QWTamnjRT7 zT!^hhX\] riV/5o9r˗l3$A>z!C=:..ࠣkdbaa;L:ݻ  .Ú6mZ^^ mt.9s*G򰰰 [gώDsx9aC`QQ<Ϝ6Cqu<|pv虣8>5K1c G"GLxbE#kdhhO?hο aO0b---?yedd; ai5jB$%%d2%?{XmǍwΝAykRjA 5q5sȬnGeeM"q ( ʊcn]?zPB9*HJi"pvlM\*Ο?uy~Rq!|5PSSrbcxyBJ۷TTj@)%%AAg܎w>mLZlU#>cjYy5y1;=-4BرccǎB o%A>;a%Xgܜ+W'NLNN &#G?S!LWR:(\ DJt ҺoB7{\ǟ;R q~ľPCEyRa G ``1/_XV3+W}&]=kT*1i׬C%*˗u`CR":tÍɓ'nj>911K̞=DX!ԫ+X,NOOp8?[=Mo 긜 Ǘ/w넸L-68԰8nn7?I$fD ;y[-,l֭ 旕*km֭24\j{ΣG 9ΝHB> +ygN&4=1MFFvFF'MJh Ԙ#vYn0_t>yLI={vnnos)~II\NbnjÕ'iMBA@2~Q(xȪfPÉ'@Yp!2x<޷h"Dڌ[5Zc]My_{w}r97mtEVڱ~ֶnSLX>pg=ظo߾Æ MC瓾Ͷ=zQ*vC5\, db)begPejף]ՉeWi`[bݾyi}ooøW ugQSBf͚~ʕ+Z|[3|)S|[lޣoQ|8h0Af@3̌3_:::ap4zvcƌ8q۷; ""OUEibNOx.;5HjU%3#+&8$Ȉ!AfkV9ٲsr?jq_;;߿vuKO,'lMMN;z70uQ?wwgBfe2a˖\Rљ7ܼv+KZzFܵv&n{tȑ:Z[Q23=wy>=whْ3gnt߳葴ؘkג6 dDLq9`v{[J/"w +5g/*ed.3HҸt.#94ٴT`<͢ev:4JtU?SZ8wu_]1t V!=KOUQcG6ЩkC n_?(fҥK(~auSd`>}|7w.++]V_&3`:tȑ#^P'Ap :5osfx 1A,WʼnAA~gϟ1Nd'l7m˗Ykvpr˚ ;cFz tug +et郮˖; f=~ω}ΙjέYC98I̞ 99^]ׯZr;.9ڬ7g}Zl ϯf1IBŠ17-X,`ڵF ? "蕧2d(d?v=<u͜GORRRz?HNy$!.1qZzRRr|؍ЉxτcCg$C $znn.(Vp|JԢ䤄ܿ qjfkkbŊAI:w}ҳѾ:J&5AI`ђd&%Us섵m A? ^N>KhWN{pxc^319INpٙAWnjX5d)Ԡr@{nPSSsԩ~РAW^}֙a{{{Ϟ=>ǭ\u})3sf@?{U+N;zѣ8'&VOpzBTZ#8i~]ԕ:?5&ԑC.6wpX4w҅sܻrȞ}B8mϼuml$Mf^..nNN;7&&>uuCNH]$1ox @@B)K2NNNT*fJ;O2i)fL}qc&?vDӍ ǧ́@}yT'3Zwޝ1coZXtt4TGj&'AeLRZa <]Gt..c }ƈ"]'_ۀaЩ! : @ mѱO!XƢ$W) ߗ`ՀK444TWWVN7P|Yư J?ܺu믿߿`` /Qb-4k8J['TJa!K^3Y%lప W-\pO!G[6_p!u5- ~ݻñ81BOOظ`Ն{W>FC7^ҪHw#<ϯ$<<˴QM?sqNS:e8S&8a,ޘ#G 6dIӦN@ 9c +:Ud=`8&iz=xFOhٓG5X Syre͟:9=&&5K-=skx|PȞ],aIIn\\ibRIRRQR#?/aSF`^TT,E@Usl"b u!d}ӿ?P{)C\{jpLtP@8> {x]Nxr! FE^b1QG?zp#.6,:2z wI=q`~fN{ +}84ZPaRRѧ~ +Jم ***^p 5[@VT8^K@AN]= s0dYzx13m@ҭ"##gΜ~z\~ tM#Co۶mo];>x[N&>|8y~SPhkO91߶MML&oرow}wNh %/F:uf6xo)R*7n|ww%2/A PfԳM\AJx䞭7Zښic}KLXX^YYdcsp现˗YYW.]egd䌌n_!{޽2>*E(JJ6Xq劒Nv].<t,+7xp=:979%q+uW/U b2e&{PPiE .۷[d'+;L ?`u%;kT +0Fn|5ȳ`@AHI?E8GF_J"#Ja>3M3! G'SJ3!' ^.p +gi'ی7p2aNmE?3SkX1WZ_(l6{߃.HMn}5.dypDhD p/wND!_Ύ 8Ba˅GP%]jW fnwPt vUCpޘ_{j~_~9~x>W>Vb?3KKK_p(͛9^S^"?~|Ĉ}6l c?#,E 9 wn];{ԉ3'/PSE wNIH-/+12I8tyJJ2=+()i5b*?2\h7.6KeLFdhȥS^p}HNPaQW/yy Eeٹh[+|sSI$ +6;@og""jznK>GAII\n $Iё6W--oO:}7(k*P[[[TTF&_Adl~qܸrQ!4ANaPnNJFi-X;_}ȧ%gA +půA.ׯ^et/-TJK?IL"{.q?sr_W\G5ҥK +BG xʗ/Bj?t Yq$X$c34:5IO +s\rٓ'RT\٩lz'SJQI)b^>.`eIFV)GJmllo* ܽ{711j2GF"Fi;ѓ:n,ukf|myZ󸢊#*cیڣ]^%'Ԁo03gQGG/H yxx <>.((x`Y4 Ѓ|7E W> QR$" 'sV;.ˎ:’?s!'r %BNv<΍D.M ,J"R.?}mPaޮ qטTD&,({p=[.L/yc ^>% ٯ P^^믿={6gFR +C)ȪaC + +Hdeeݾ};88|?7|?\|Y[̈́qUC8P̙3&M裏;v?G"gOk׮ӆ4GFP/CL&¢_~NB=CPCAIzohj:gwbJ: VQ(h` UP˥MBA=W ,y\lJ2e5{1mm7X߲c{U,&X㶕KP?8m!_-H젨""}ecyݡ;]U1\0T869]/(C;<{|R8\:फ{o "u*B144߿X,&FA>R B FDYѓ:zٟ{:! ]AZ v<U=zvV܃V !¨ӛ?~fff􅺴t׮](}\4"jG ܱ䷅3<=$D^X`&Әkyٱl̛xꅒ7͟8>zmM׮{5Û'<,?$#-` 0K 9e⨍wruqw;%GA=~~ݲд䈈{a>c긽LNt ZYb>V /^WZ%O{Bn>>&LXhQnnnO Boo?9>EEERԀ#2kr̔;dkd UΞq+̋SUPRnd&QYI{ sUg&>joclɌxPI +3 m?.+\ʥ\/Ƙ1$5ޱ{" HEz/RUDw^-lawYfN cI7o̼ZvFLH IKs*q䥏\qHC|2Y;:Riw^_O>VQ;q1}v)PꦧZym_^l7(~-]Dn+cQ狪\WWס:::[oeggpDƄm۶ˀ/\,, X?U sJ/ŋO8QZZ*!?` BMvv,6`ov}:[ޟĜ255S&'3&ƧGǰSA6ƹа0­{w`:)l8b#LL߾33PFAa_POL|@I@~ݰppp Keb@ŧ݋ +~嗴FV0V222xb-M]v-J---bqvfw rx?˞ߏF$_D~,uWG +. S47"-0i l ;w<~ok0߱@R]ȕ+WĠ\lOjSwnIA~.* +ΝeSdE# +rGʦm>^rR.g򔤋Gutl-llΩK']#53SWf +-Y%Wb}?߿~p^';SA_=lf}lq3%IZL]d^^P;SH6~9MRc.LrjiaQ狪qTgMf~$*oGEEM 2/__@h"h&H222NO?ƹ}v^^W_}㥗^vi!o7$$do͛T*RhG%EHE@II n.V8cPN`BA H-mZ˵  1~,T*2pBG (A 0uӠ4X / bG&c0T +68>JQ&B 6+:Vƙ c,6ԡќa&5hnPDogX/s͘qlgW_zqtCiii#!V5&?[[[㪆B"Uj pDCcx*@QhvVk\;+8nA*( FCCAy aX?R"mЋjm(Ku떷ev؁ {`A{W=ZTT' nH܁+N2A؏F.쪭V8ʥ6у{]MZks*غnú5vo9cB$1=!5J;>Vkce,eT_H$4~>ǎv3a1jGGZ$** +鯤7nCSN^zUJJj͚5K.^x߶yܽ{`{yy߿7,KOOϮ.JW!s@)QtĉUUU/A OII@.btNչn1sC smXZXB1әZP>fZ4S:ZYO;EK󼦦9ƚbe--t] 4L5 khYp.@DϬѠQt-&ֆ6gw}^0777=`ٺ@#sD555V T ˗@a!2VrUAi/v!Zkҫ˒겠4hmeMu9e7*KPo#HBa)O)jF&7U괎"f@mB 4R,Hd8|O煦%$$~ qV-{-_O7@'8MUoRcTA_G|LAkm{3>w5QCt5RQ8uCwf?k|*&ڃ˭jRƑ^fڗ"3bsumڼO11Ѣ3w0IF{vlݼq35U)fݎ8sğDaaa7n2܊5 b!(1/Ǐo[`ŋGZ'tҏ?xŊ/hmm'wuuMII/01<0>>nccj*`\SE1ŴuZābY5 +;Fhꂋý06BJlwP0mfxYX:JcR }5@wCmqLdYvj ӌg?byRS",D]eV3vёMScm _p075p3IMb0,#ف>x>?66ȫWA@ ɽ NFGG߻woLWDٵh_q4.Aq +/y޶QNDtA0+OPy=V y [ZZul]vA%00p@Öÿ^{5`πXz5h`?kp[ov׬YoCgH*J0(hCiikDeNlţ *?L<{Nx|oVT _@"""`lmmE>Ȓ֭[ !o&O ?ԔZUU(xx~NSw[٥h'\ α!rR$HdܬkiȤ3b#ܜ·<{ﮯMa~Z{rʏ.iOwm17A@GKVvC]{32+$ ^0ӂp]WgsgKC9c#@gkK= .\ lfP5,YBþ#8r\//?=--D(((puu#ɓH}ȒA'Q;mu@_'tj黆4t=!RIIfz\T1j=48)q3vwT3` +a9(JwV4Ba46/<\-oM0sc tFuuw MOO͖~􁭥aSC^;}((sJbUWaZP^ќ)ϧU5p.NWRRz{͛7mذ>KKK&&&/_ /+V13##n/YOnnnnnn7n?o>`Nb7AtݻwP YAA:w:MCBBau)(**CW$.k'MΙ4pU5cw܁'lttt\ O7AVV hÇyto`BM1mt]ƛu59Cpj ⼄3zʋ?|ow0(~NI`*A9,IA#]Z2.HUE^&)ı]F*奙n7eps:V{;=RSAvVX+ȷDWU.X>"===΂ |}}y<, r477iii}CCGdkGGC4e% ZqMu榊w͕FjjCc}TN(#y~࿭M]Ýq;Z+<\-`c! :NanQwW]u쬌cw0>;Jg[`W]u#޸ac+2?PD"%$$̞yQxa|'Wꫯ>C FdrII h|zÇh4E,[ٳ0׿+7nosw,j.oUݻSRR믾||_}C:?g0.#풹!-5_[r31S)}ꐲq ӪJǠDGxz1rRe˜>({lmu&,A>˪qG;o޹KMUIE +,LE=P: ෠&'[T L&~ҥ_5.{;? ii۷U[/hffVRR2aK,Y`֭[-[vqXTo^ 1jZ{qUC__ڵ_|* 6cB}\*.?9854Rt… ejkklTY܆Zb*/ E ?jMg)*1i䒺B~[[>Q]y֖¦R>PH".\ZH7yA.X"//[QQ!*}(~otHÇ9zq8&1;ٷ~WƷOj@8 !}ldCݓy:2''^ۿ#€o ]öդn|{ X#uSSiWKq=QV^SVTp ++RԔĔ0|:hg$'n!&ܺmCݜ5 ݢS:B.;w%O w sP +$"7L{DZMi(X^ŠVv(}&5#5 +36}c6|N f \ :]'J̭On\]]?s۷oʥΝ;k֬yKߑ< K^^^UUO?}Wի---}||Ξ=kjj,N5``6x, Ep;[mTUS`TNO G8>:1G z RVk$V51ۚf%g8IHHȁAa^~`AAq/ j.&[6:ڛI=:9kj#{{XڷY]UMVJI$ .BƆoXps:m3Iψ s޹uʲ`32&F +9W4ե^9Aw3Q;apzIqWML7m^oƐ |MMMXȑ#\.=!h*y\°x*1z^fy?[;,hq FNOx ^M%OV ƞJG<üP5 [nl~z%%?Fc4 +r]\\,Y駟BϞ'Oeee7VZ|A5;d茾{B̖;? ge\Q=.qhoYQ`J>GiwS5dg,_5|/$3>T?q엪`TL&ǖzOwajjIYY^~}rr7B ff7mk;2=>ԍ-0c=ݕ¬ȤŨeЫ KsSzYD 0r4u~bJ$Bx#Oaq Q+FW8"¢Wa!PWq%lg<ﱁKHKK (;z(i3ؘy_|QԘW_ݽ{_AAAeeeMMMYYYUUU{{;F4X] LLLVSժ q҆]oh1.):u +6;;;,Z bxΡORRO> DĪU54CGkYn֕@7}쌞RNe2f'4)1>091JM餩z^u>tVo^vSvG] +Zam ܖZ_oP\guW v5k3N޾ssS [9JrDzڸ!#lϜ8RQ/\b yb%1olcXJՐjC$*ܛ;Dg'HeE s@NNNްa&B10-1Z?ӁR/ +n:W_so-##M##(++;Y!\ Ј(,F-TFUDß60%vdl2 QqP1N Vu}qmg[Q.W9UA8`qG 3gm-R5K\\_E"ѻ=ѩ OpشiSWW)=7466:u +[xW^x&@>п)ڟDZ P٢E[ZZDs; +;/xJU,7< GpI^#PC,<˝AJA>[#ʻ4h0G$\|yh7@ne +pS/ <Ȓ;Vd?ABux&(V]nqԍ[Dw\oYYn) ^5Տ,p D> xfېo]*Dm]ύ|;\"d3q|'112))`$b9G«jü>ɥKX,(pr̠V46ڛoR;*ȍ$b6@ +*f/mNIcT e6#iIg0,x(i %g>"HpfbaMYv#(|T .X0H'PP[\V_/ n2Ӣ֬TZRog }3baz ,j333.8_c@Aܶmۮ]>ر[|%Klٲ:t/ָ:R5̼_F̞{Ljr2bn\~-ЊdXH0kh ]&TGdbγXaPjh1!st C1bQ4#r)(T a5ԈZExYe\uV Xĉ +\k_[W5tww]43ݻw`= 柜棶ߦ>7xCYYH$C/jq7['F&C18Z)sDYqcXd]N3(.O@Bl(Gn j]7465swlK_6pU`5Hl.Qs QF((NlᲰ} nKau\-sVD>N5KgC]na޵ܤeHT?/M^ +1L6P-b65HWN H(59ĨrɷXTڲ ?'GS4pIZt C;ȶ +dDmUC~Ε>jF?ߴyٹYYY999%%% 흝mmm---d2MMM$OMM )))Yg\\=˼anr?m@ˍa&[lK/VZp! + o.VVldH3ϭNȔ |N= 7s +r MϟSV[&hlf0:y6k2> :Òq{Gl| ~/ >X0&SX+4m΅ ̭p~ba@(p +Nm޻ "vr9aqsY|XǨ6oތ~?ɯ1LG&V /CD ]0x~^rEWW766;%G U4hoeu)ڳ:SG#0ڲMu2/36-)da< E5o5%3k`L|wDz^[Q\Af%Fx,DtVxMtm;ڊ:Jc#U‚eZkSgQ@sh"?\x(kQaggĜ7ӑ9 +dKdǏ 䑀LsrrFj$2cA'>eX@dBR333Atrr + a;2 +RghQQQ @ $3E/Qc$ (P=f^#GmI )sœM, yJSG:H`+='I(+pmy䆢򸀉zU E_^?;q\KG]W@_POW[GGGCCCSS5000((?\|liiiqq1xyyYZZ+**jT'T&&&߿(g`oEw<@wﶶ%$$>|xŊ/׿[o!Up.䵸ޔr` +wۮJMRS:yfkK_۴ ڏ +F(݃vm[GGB[ z"UHX02J `ѻ*^Q 5Brk-`u1(5ps+ ]Ev_ʃ{!`vr[1j \'lق{3DT"dD ,Ra'bf5 s2/(ݵ92 6ܶEԳO4(s3oJZR;ddg\6 Hئ xUH9"L⧏# +d&mV-4%):_۷;PD%]\<,fxUc Bz83f8^4£Ъw(ʤ2`LLAD٦zg| aTLX^f9pcaFwPp?sɒ%E-Xwyw@#} 7nܰaWBZ!{!)))999YYYtiiieeeCCCkkk''';;;XXX@3***---111&&&44ԩSpEk:|/^D﹪1Γ^T ''^46T7n"pxr9oU@Ȫ-OMI + I&ݤtV%%8q7L:+k+o&$y{@^n`[UCpg;G8 T_/ȾDn,kn+v(*`a_3A ^hlo `Ġ -:CzJWכyFj <BުKKKAЛGh믿'x6U/|(>㒒 m*$Kʘ3wQo۾d) і>}8)1(M[Sff&Lҝ :H (Zd$"@>Ln,l dtuo (. 4` p:a(H|F B>f#W?9HGnuD P[c=z Zj| D}#!9$CbSL]EW<]#ܸġׯyFS]D>8MaȎbV>v +$`8]x jY?(ු'Z/ο=0j=&(U :&3> $II\>cJDj|^DC̪ܿd&%%)WuUSS<#r  ,ŭ0BƝR1n CD6xN'0 )YC)eT3Fw9"tGΓun .,q&7L.t9Y1EnR5ƭY颅Zٜs8<D3gΨ/))) ۷[믿^~ƍ{#Gڵ>{1`?䵥 K,Yl٧~ +⊈/vuBꫯ*p={رcΝp-(::tɓ*@KKK]]]^^ĉ U^{5\|啗>Con%|G +=UJȰBLԝȕ }L:15%ܙ4#+oTD+Upκ<4T_n`c R.}u5e"|Zm zSze{C[h//jgcqVnL*WW\_{ጞ9#ݳJ-dw'{kW{c7'K5e9e7.Zӿmns[aK'Lv5\/W +_+-.;' fAzUERҬ쬘뵄,"!0RB--N(~2!/# %*Ali*ͺOXSE{>i(/\R?<̆R&-q ֮E k+[%m%ĺkE p=ZVW*3 `<Ey7RSnkp[0b'F4hӨLuE]t[jɉ >"8D+s}Gh樎CWWoy9눌ȳb"nW)~b_z|_VQ'狄!g g+VJ i +F!p9Kfkh/ŗF l m0#e sɵ4*=Dge6XG>Oz+rBsFz4[T M (>_ FoC8;ȋ* 1NNN 9A@˝;w&&&81d>???==ȼ\ 999PIKKZ|}}DQQQCCCMMMYY~ʉ'_[nڵHYyye˖'Pm DHH촱2 wrɋ\Zju{nNjm fݸ +,n\lPʊG CVYrs0 sM>߾+/+WXazJNFϟӗ8=IY񸃍q}Mp΍|۔~UOsq@ +V +/ȹnge>ypVCyq{%Oƪ +r]͊ BѕxskNݲeHݻI$pgP΂#G|{f +6 Ip˖_ +po Q pppTmmmrzBytk:{zz;;ܱm'(=NՀD5"hqHԕO98kx,H#d:ٞW=i +R?L+)!]oGIY{kI~Vm-%V\f<$}{(59C۴5NU nF*ܽ}A -b';S<ӖU[;6mv0׋ ++ep<25;㊳V- H/\.G^qZ9%P ׋!Q=cݚ@7y2vK>2tɉaJl]*w2:҅îoLt7WS>(+-x%nlILRl\15Ei eaCMCm7=-*j)*+pu>ll&'}\E("aP<OU"""PTj +.hH,S!eAvQ cA wI4V6*XFaBI%t  Z<S(׷6%5΄_Z5,ZMF(3lZ0PA01? M 1{(\ +]TSUX{0+{v;E ' <\3Ԋ(hY`*}ıMͤ刺ys#2,G':LMM ~Q|>AuhR(dss3L#R644 PEB̼zjLL̕GpԂ$ss5k/^8UBA'ܹAQame:fϞUq{*JS/y[پ嫣Gj376T=st*"ľGE[%ض4?C}'Ziyܬ޿m;8ciBvQGlaQy-)jJeǥDܲ^Ctq^fŰ n8_QqAn0 S"QpUV3>瑮'رW^A.3_|񅮮.$9$^pÃÃV[ dM$ + r:۪|<=G^47ڳsyӇL C 5;Fy+24TdmlatXg֍7'ËR1ft_ڼ5 $i҅[tqqNOO G0_#3 +T(+++)) ?~ vG, 6CR @zwwEa!Epv$c2AϩGv BOCr}M8|LSۄcn\?P۰v=QE5"yEƓ3fBN g}\"tvVG8Y&\ IClFY/3 Ve˔Y%vc*CL X0V5pjXGOUTUNL~/${y^wKA"CPݻ7>wX|C\CA>:hnPw644o"7_|'X5 [ĊAZ7>*%˹],pz*ACw_ ps:okibvpΓL~KSL3]tZTmMY/O8{vn9ghgfgsFrheYڕ@3c-{Cm,jIӎ v3U˾&yboB\؃wh}M^v`X2vm_ܺzeБ9GhlR +w)j'Zo pSGYd'|~'o޼ Dy+PYDZVUU۷K|f 300`ccxbܰM` pUUUhq:/?7޹s8 41K7>y{Bx@}|W-ʜza +ڛojI*IF\ Ա)IK67(^ph+SNܠu\($8=Me-5kq#B=-fE$n^ +qw>dP uc"xm}.WSURWSP(RfUsueIjAcrBIӳٙUvVg\HFmcԫu5eM^ 0 +n"TeXi04@kiocX;6$-9|20?Tb ?^F[]-I#K0]-ED5PWKy;ڝw7T2+/Il䰚[K|hK_ L w9 W24@$k+(ȍ,-J>y,;IgC6b6_8zd(9^):p]&:$b(5*g֯]MȤ1$`h,T .ij+B@G3 +#s-1.]dkk 0)),F?JhhhE}a^XIZeW5 dg܁Icn@GGkEuEj@]1ơv\6D衔1yLѫPi$ݣ:59V`z jS\n306ˆ[X<~JDP,dKңW,Dg;:l~&lbXb (AR" "ޣu:}So>ݸW#3͝;399O~|Or||QZZ:11Ο_΢:i^m6G4#??_GGgÆ @i (>P /lwܵ%;ڼsL37Efc~0swJ uCs,wѪ%Zi6g%]8jn[31ޗ(/w.?7QN+.QY S3nE\URrj,%Ú[C%%DߣP)50O8z#xH5%)`YC ֨HO)cv>|`?pBNAHOAP`x߿srrX__ʕg}v…™{%|A;vEQ_lcyfL^z#0K&~}hdAv횲26Ex!$@aRysԔ$/0cm:G;LzZ0JCU2E->&P"PG3S7X9ձG:|I09.Z'ȶ ;pznR| PWXaiɔV:5{wJjHR;=j8:^A椳Pk_O%^ p Tf8^4q4$3}WojzQC+NPIm.rE'{sЌ4 Wl\?zx+AW4TԔdߎh }樵ydb^]$/}@$&e"X5υ\u璧&_/[s'.{9x\2Ӂj/!zK^v5G8+~.I75 +ݣШMvg:+ltGn'0тQtwrd({*:wsرpI:j@6HT3,Ej?K~ +----Z:RN|1)ƍ8;;jV ?I(DC6n8==-188(##o߾7YZ LżDhjHC Z3MuJi1^]]q8{ M֖z*J:< ! Pzi*$Al&q8o(n'TU]B!e=UBvNm497Njov!LO[  avJrcc ]k5P̎t u; }sssDD_wP__|}UUUPڵkp/SgϞ}a f*'&&DpX8!ggg/\_8::tDP蘷Ǟ5)5PJBavY ¯O] ,¢H LK QQS;"?,Se͌U/[vv0 1~.NE)-gt5@@ˍXRmfk UԛJ*R+ofaM/)L0ҬJ+RkɊ;+|(g9;kfG=?}CSUvGhHu3b] ph\^23ޟzmލŏy{XƖ%4g:[Qz3%*׵U:hRu?H<6@$@i4Alf:.VC߳6+#*ReEC W$(ב71R-.J|dtCh/PRصcŅ´榼JS͍9ܜ,+Jӟ0Q`gvFotDt8BHӹGL5 + gZîYi_UR8UVӢjrkkLΜXwRgUWF)``0KFj1PWj566bdѽFAJLNNxxxXZZ 2/I_B$M6]zΝ;KctF۾};7n{P@K?Ҫ+n& /;EJHEkV?SUS}?.:'19Dھ&,'( ^^^{~zV6߀ka53V֬Lw1Sݤr`&4d.{X 313"78pɃ'Vlkk|ATonN +Eɉ2"|5e,U33nde_ ɾzYҒb狆[tC=e _/[N2:3oKx\v9*JHӑU>q#ƒ5"pʤh[Hvظsξ>|^bcceee-[ر{1%xeUUѣG0[Bl6A(^ %B*N8QYY)tcl]ݻw ?/R:c_uVH:xGj%B֭RQPfeOz@ۿYgeq>;3\<[}}zZ,t== 2Fa)D:Bws}ȀBSCw! 1<< APP}VV>BB?KZpDqqC277'Kǫ/\:|W_}:>>&SՀy <8pΐ+^u9>6bw9DțIE\AnرcǏ6^-iZ: b^;t``& 233޽&x B K>rw2BL)eDBH>jONyPZ32Vs -K~on]e*Rn7$/y=1>O]ԔH`X(8Ș7CrWj3-oݼ@v֖솺[9YᡡAH,/\|+-=ǏorԱrw(${[ȝ;ajVF(4sq2M,϶0WW0,95jiQ%sŬL #fŕ&9E|Ԁ|5<]US,:>}4pQQQHL<`uΝ>w>|ҥK:::۶m<e"azX&.A xTژMn-(Cz5Г_ `ݡM8/̹XZKlʡTu 0] ZWUSm&$Z=!0h"6!PW^fxL]|V; -M2 +L2s;͵7.'B P#6!pX\@ ZWxxD>H!zXhd NFZܱeΝ݋_HP555r oڴIWW7--db|^MOOW($F$5\X,///x_ V ǏX*!!QYYY.mT*#X~+'hG9Pü|&D4dFZ)K+^Q~ 00 /JCdQP3\)IY[h{fŰ[=M tB] +2oJl+u}:lfrՙD,Є5&@SU~= (~j|.ntosC-wPBkLt7\ҢiceaY~PT0eJ13ҴKIb)`z[Lԕ*NmHuq44thr=9vXLwrb`[k! ymt]̣".]3Ax67'^hgmDh)jo+33<~dOIA 0 m }vYTϋ9ik}ad ļ뙛N;MI~d(4ǩ}5p A.q.H`j{vpjG:~hd)wS^HP54EC>Tׁr2@-62MnV RYP^qtzza߾}}ѲeN8 ;!"H W"V)WOJ&um"(6%P2hw0/ cBP܄uZn"4{TZTtA_O68XΎpw]m9s Wa]Ģ$a[s!zKWGy}MvoW-Eޫ*Oh:xNh,ݍuN> ƋJv ޷f~N q:P~oކBj*ӡKG{ uTWˎ)* 䄟`[zȥxId֊"!_Ԁk7/hkMA(JiiiRRR􍨔:===k׮1 +5<je'` ꡤpzw|l%[ s]'ʊH;#u`<`}75VTwN$.B3!W]5Ԥxuݟ98@=ځΪJR𷣣⼲⩚ʌ^"eWM~׶N%y1z:POq;l{Zf XЁCsq0SU*π\ZK=wfLFKm,uď<pٶ> z$GN BsBlz```׮]|Ahh˜<Ç deeh(>=<<=ztȑC D~5&H1"X HqH(}ASᠠȵ)0DBCW݁FGT8AM›X @]]^@ +[`"R}}|=~enRWWnܸ̬vvvvzK(73).H v~8Ī;+Wa"ג ů%?:::_T|] ћtj\6XȅEKGVoQNgG '7GݬvH;ъ dՁj <AcnϠ5Sa0YAKHtjj@09d!@@_- ;WXEUP CDa1N'$J!PK3Gj+2>?"k[]-UN_ssw"Xd&zY8IjGoAmsrhpo nA]'0(EO8V67W(V0L82e!AM%Yx2ø8D̓ hͷJdAx;G j u]~ί@<N$_5(^b__뱴v$֯Y˵_]5}ъ_cnx<0yyyX_ZX|"$usX|g|u\֬^5k׬ZO>Ycz+ +gϞ͛7WVV¤]LF ddeڇ^vtTT='(/I7Fl)"W\5PIM +1=Z|/Q%-롞$bû)>0\ءgN36ts!U47j]8/__>{[#y)`'|Z@!;+ZEQX1~'qс'pL +B IW'E.fjJUPH_oKӇ<,;B*m.N15E҂X L`DNiV:@Ϗ +Ԁ9@Hp@v6ȏ&&&SSSp_@ Z ha@;˃q@rHGR€̓'ʏEqū Ro@9>#P-X"1\0Wց%9Lc\.1$$DRR>vD$aR"zڱ &j@ Ϸ+;;;wnkۦ kݿ{no7KiѴ7~pC/[>t,r8777rDkooWSӀ|G'Wf{: u)C.U>^ECР xA//_1e TFZ"Xe_jXWexx8""BJJjٲe ޽ťdbXIݻ`Xxtvuun߾'7v'o ;-YXR_z9~hffxY4Eto^k8lQ,uJ`]pBT Qk<fCR-R*(*Ib,e +2 "L ܁N} 9 IVPi)T> v! BzX{[~ŷ +U#AU[[kC 'p~>-\VmPLF#<.he5uPcGR$+&ׯ!tuCh0BkWX|T`_%ҊZ(iLNSJ[ݞ·y-_ϸ?=A7`3 8֥hwsg&i|n?H7zgb!ԠzaWrV´4ꚝfL䦭^_ +(_?…W}цEEh5 O>aiDE\>rpaA r۵+XrfRUfg}L;BLN ;saEl,8C\DFxtV Yj +g/:¹|`MIaLe͹;%^3<{JLCUGygvnީ"/*${԰T=8PhHb\ThdP_Y_~qiQ +uYq yS:q>vV̌ՕixLL>Q /Կq۶m~"t kzc1{40;ǃ?x{,nixXSDosw.SSqH=Wc@jQ 6` c5%-)x邵h6G}Jҕ+.EI!Rat_RB@1m(Mp215Ru*/M͊vԷ4TQx$1EK$zk׮[n\DT~ u~GՀqw" x-$ Q#N-`akG-6xXKcDt! HA"یcu6F!'/l@,T +Çdrpp /_g̡!٩TXX(.9Z {oo7|׿ULLLRRr˖-ӟ~BEYYY>>>VVV5!!ba.,)6tN rPC,MD +o%])DgM@ ӳBDQH@_/KmWw@*g +^Njx2#1V߀!$wH@̓uv=hcw0ˆUbYFjO +m&dnP*1ZYf餡D6#\c"ZD' cADO^a!И B= <@>~Y㫀3@Lݵc瞝Syi0Y$ ,%,15ܑ$[3EFxw?|lg}:;[8KKazX;՚z×]]=O^CI #à qnooԀV4X_(!>(Lw  a^btB'ԚY&ҨM4 `К~:4>̢7{Hķ4\v?{V1{ro>L' C T %mmmy#m}QJg][ ;9F.&3hPv@N0H= +uGjuF+GhBSaKc^_g("T4 Ax U^l[KB3+V[N c|zyD}t V#ˉgbq*`aw0C t8R Z S$1,!#5 .#D +6jc >zСC| tttG}t, }bpp044J͛7|'Oܵkݻ|>^Ux ++U_:~}Ң5U>|@n-Et^IWP )AB|C!BSXЃza9PX/[WD *`sD*Q3C8(S +!dьy+(hA%F Cwt_{~Ey=uP` 7`*z 験%#%6.V}ԇP u=nuhv`5m%j2SZiA^E:Aux8.3j!rswZ_~jxWOVsۿNNiB:-! ^cS&Y*"ơx< +XD -™\i5֦/) q#Cn6LOOc=4QI--/13E<61@w ]dg +_M`E†xO3EʫF<M͉zSgg3z3ưƘvSRR'޽ $n`'tSυ SOa51F|V;҈@;Yu9ʌIK+'!D#ZR)!((vszp3r431@hVWi +MB&D; (rj!rOHD!\0aXg{rrOPJ$塈/ǠuahhFYYL�FFF[7h5zYOLS)hԎ΀Vҩ Mtjphr a*9Jyf9zS^t@>U7@(Rv͕4+|5c|j|ImŰHq~.j5<똛y󦦦槟~!ݻwٲeDanl6EEEmݺ޴iSHHdXWvssޱcF["K[ n)3e +Hs}4+[J/ModoT72033zgZjuuu"JKěIcnpdN z"*4F\"G[[oGGK~Ԁ!A[[mq~@qbVzMq5 cxx~cbMII~{&D8O]T7GxS)ۧcX\Ḩ@G(4Lo}#71{ TP:)F2'T m 4VDQKf4f^oGwǍ^;VM",jȊ\f؉SUC V˵566&// ?399Zgr?~ y@ gϮիWz[LO{K. j` Gp>tsj{z273rg:9 TY]3;SCcaFnG<̌C]ȗ|!cPNxP@_5eߝLvߛv<[$xN>z0K7L..Ñ2.NDBU0(JE}}{YbakkF?++W_}Upss[z5Ut͛7tuu-MbbbLMMQ5|tn] 68Пe{C@[J/\4i9t1 ͛֫**%-W +j@L3b`Hc/["@xhqӈ`S 3UЊ y̙r+^J`yEn[0=yCq;ߚDMr/f/^(@'Xc=]{l/@z":()>'|rEu̾*P8 ·/Dos7!N<5#E0C0EEӢPj@C HNڵkժU/?S٣G/p8OxijjPRRظqh$9~ +5 pACDV:E"Ց&>(kA|&bAN_E"IQv'8puבeJ@#aZ_S{sqW{YoG%7ť;Z>_ +%p^r-d[!B~U @ WԔe<.ٯ"԰PЃtÇ7ovtt}$< ?~|ʕ˗g!@ۏ9W_„ _rfss,o2€<O[[{AAA\.bu_jxWW6li*f3{z{tV-H]Ջ7:+{V6u:[SS*@ 'j a.rZhJ"J M_[DyPQ̣5dee!&&V\\|޽3ԀLɐ60ou0 +s2vÂanEvmؔ,>t^F$t2h)6 +֮]nݺ7^`??O%$s ^e"Y* xxE vS.(( b2, um7R bJ"9"\D?{-38%~Ԁe˖e˖egg߹sBbB111AUNNZ&;:Hmp;5ڋ?H(^:Z{D[IN\EQz@_-bnc#jFh1?.yyotjsF7}.8ۛjUS>iS_}ga /Z_QP;%6D#𹝵V*RJvmiZ'j%]M1}]((a]V|ᢾ̩2 +rbby{ؓKymW jDᆱݼy{' 7n܀} OFH$RFFFOOf_977;HJJ˗+**VWWaE}sf診:???A^Zv~|)?xtxĉK#7$I8 ~r~))kTUՁ#xzUl +z 7.A{mmgBB+M"\l6/Ϗ ,(45}gX}@5{UЌ]~ _:ς 8XOߙw2:3`"2:/ߧNEz{E5rQss'|駟"oF8|!!!!֭`ٲO(P4X_"[J"<"1=@kb9C|f+o ?|IF0^ADci?+aV$j5HI>||4mƍ۷ݻ5, +[n裏x~dSS۷:^(Ԁ+x7n +8)>!zL cI$8[u_A(7t98PU(4JOM\EOxdq XTLćƳҔ%#w!qX -%l@ 3&28;BupfZ7L j`>UguܠV= J dtd@+++׬Yu7E]~ 7nܼw ^'P6Ps DEuu\օ܎I~X5_P{BH/c@C>~Rni7.l/j`( M %|ʓ%*c7l w,ROEEEJ x"PoE}j +hQM}RCG7.ܙ+I\Ui'Ty{X;-v=؋9LωՔ55T'U1NkTWdgggc*\>R$aaobnm~>1!UQ~K~1v6&'s2$ȍF%ya>bܬ%kd,!GEI*4KNZ3D;KvM 7b +B t=xYTWWEjjjVz֯_offVWWq$d111?YOM OJJZZbTؔP(rrr0@ïѯBٻ㲹p\.eX\^J/lMZ\.dCB.tW&"jFuWg(*.|gb60x +a><3;!m5d g1D@" >ˀ<ݼC ؐ.r -yՐlٲDPS%YjK0&qzPnC=?=59!]ߌiO 35 dgDkjeE";FAhS\$:b 䇒Q%(_TuְֽT?p[={!4?iw49J{3i +dsn"z;ʪ˒+kһTJCꝻ3pov +ޡ߇st( +¯wgޝoʌBk[NX:%&tlmuO7u`0V^ y֭Fp^YYbŊ˗`~\--Mjpq4BP{1A%Rz \VG5_ s'OF[T%OW\񷿠q31 h2۞(w hU']m3(_o{+O~o8-c㨦tD"yɓiʊ*˳Z+|[[iD8Hh*$47K=meN{{8?7Ғ$mMYZg_`YL7\K ~~~'N裏>CD|4L ׮][rmڰr۵kFFFb!ޥCC>%<<#&k;{ Ki)IH,\|yKZdFg37"}:uAz4G.KՔ=~#ғk놢8Caj s8h4i,f>B% +Ti(xUu;Nf3@2*KrYVJD^21I4A!ݯ p,eQQ嫪D|SdaQ7nș93nɝ;q`7VFj˼; ^G C*azIaBnVSG,L*`2LCꑡ&epI4{}&S +1A5eV=ab~+ +5ggee}7o3#ڻwoMM d~hiiYl2%)ZҘ\ڒ&"APEWG9Tccekaq=9J~NL]uF{k1jI;\',9.v 恤 -MT]zGTUU`^ngOE[:v֭[&[6W|o}QXgEtEikk?umAi ^'yEKUA'n|'-uTSU"𲓊 uz5 ﺚ +Ħ;5N絕| rMUT4NOV)ȉiDGi#7\ʝifvf1M3-Ed2i Ɏs%17B=sbx,ICUf7_!a2B{ݻ788\.`+5N:h z +^ԇ8!l57'pXU 17|*I4 7ya*3.?.reڒd UI7gޮZj_]]ej~N@-Ԑy3>(嬴rkT!ԃ%$'AjΠXU7 UPz 37|PWW5Рl |VUl.NLL쭷ޒjnnƸ}"uy5ظqƍ+6}|W+i/6mXa*~u5u}[[kQ[T +( {Ȗ){Od8E!{WYߓo *X9 {={<7/bOu9يbD0o>ynu%Fj`q T{$A[K0WHǧF ɌTxsʔ) ۱D")ȫ,_r5e6o޼q7[~zQ7 +n,$iۺ5.Z`-Y89W-_~m[vl߶ 26{q}Wcշ}Y85ڕ|aCM@t•ZZWT!,0ѣU_|KPxP= E+j vN^4ewv0hh_p@WVعzbnw'3 + uMR~Q+bS ׭PW0S8b'R)79f&td&E. yzQu !Wa9f a]eEx9:H&16G,-LoYm*{O"eEkɨ(xSW;"rWzJ† + "Ԧ5K"*)cCkފjme;죭.kj+J;w7gs\aRBlХ NvFĄU:(+fapStոA:Jp!$#\ /ꢟ˅nRrRox +,ԡ8ښھaA׽rZ[3?jnhg9̔fCQGsf2S Okf-mmm_}ŋ_#;'Ss32ҳӲ2s2SF9%fdefdC5 +*+*++Bn3wcƌ# 0a„Cfgggff~=73BLKKIMMa MX~?h~*++{[Q Ȱ'ZXιܫL錗S+/Ut4WˏJUQ6jDe[hkOSr"zj:*aᖓΆ0%-p׮^>u>:"TNhrB%se( G^ 9rݫ*"R:ܹ闙v֗ڪlZ=.(5B5$%% [[[H!JC. RSSbƍ;v,蔗0>#F 0_a }޽ .Q(jTcVvá  a)=M5*^$&u˺~ TU4Jiq2W/yYoZ莐ghԂ̚TGk=Eç\E6v1aeݝ *ck4-jhvBSTpHI𵫾/TQ?,L r44Ȯ3">rx/4DRJ!( +dט`y;quBC-@ܭ,Ku95o'e)=;=MrԔ%'eg۳NŨkvZq=H5]b2Y__ɧ>O~'ODGG_(hF9po}TcGWkgwݽp?>~OY͌$~/}!ve +imozm_x(_to@зDx򋝝]gg'5%^|9j u襧OY* +Z%ba,je7q(iGZK,.\[\S,7@`b*LI[ 3\19ܚʌ,(mu^ G3!6配 .R, +m]PEˆ[e J1sGBBBq4źFZ3WW\Yxq h1o5:|>ʕ+0dyFjhaA7w?Nl-rVLIN@% œ`Cz2Rbo8iZ\"uDBNƾE/Zf;mA- {@-[}UpħA5 }ګ g7ϟ?~x[ZZ_d6b ϑQ8q6|bp#2g/0by?F&7l;Vmr +7 7o3 rT|ۇ_x(܏/&mwf+UUUyXa!uA<&**4ȗ^{OkcUiCmw;kU ?O-X 9r"Οq:4I$R[[R0[Q ,DHeoݾdR^_O]qaQEIC5G;=Ioݾ`|Pd%?BU@OMw{9 +2L\ma[R +ꠍ|<\=>eYB'vۺ `k%,~BBB>ps4mŸQӋ/Ϟ>|`ݽk_g~E[:;رkdjϟ |_㕊d1P 46J-&+-$wU{HWNHY^X^D/uD :iil,sd 'z"Ǭꪌ[ z@(?A_[UdώSn&,f~WgYo[x:BQXN<ɹVCDDĦMJKK?d{+rCe?t/]u[VfzdtdQ/?yHtj~֝\eIBFrhHiM5qKs3g\44r3oƇj*K'XZBn\og$q!Gݜ[mUAgw 4=VURv(W$"!ch"O5lPF1G*䗙),,, %%4zwzy0;[M0<U3xth"'O--5jߌqZ Y]I?N>"=ًOQ ϟ=Js=w=iCј/Z |~t@hoozjaoKϒjnm,ii,x9Phĭa~jm͊ +~>|p)SL6ԩS<)`,2A['%%͛7o͚5#( 74#BcMo޼7Ov6>Iljni_8 ෧ +"ʃpˉBjhS=uݵmub?@iʗAl7@޺yu@1k6XPP^۬0/>>~˖-իW_g寯/==]__z)H +W yiOaLw5k>VK6ekk L|O8Q Lj!/b W^s54'0!Ոobj~D'$g2J5qw>s+\|L \No(&H,(MK  w: +sE| ^ $ 0HKK;C/v;~| H/&-̻K͠ssqʺ򡍂=B*RhԂЈAgSCӈ9E1)9w⃪+IuY 'tԤ2|JAA[.򳧭/ZrahFZI^vdhw#/IJqh+9]@@X @^>k}N&xC]]SNEOfhS H61K Vf G MfFY(ifl-MeJ  2(ELdϪ.T^\mHZ J@6~T .t!++ @}#k +lVTNoZˡѦ`\ZU Ơ1h4j^{ke[KUB<2S lߔ lMĬr -ˮRS)G$99?|\CMZYA:$УZ\V T X{|͡ƍMrHa5xOOYf? 3:7!Z F`"%%5IIII''"# wǎ{СAkr)%%%-YdӦMG= llmm? `Vx<^^^~ҤIK:njTKC $#(B QC툦49QD02T534>nw.YZCMcoиΝ:pA&2-555'NvZ__QM3rTj||ۧN:}taaa"kk`k +~q_oo/LM,OgÇu><(ro3[J-]e5id.# +dpSXp +9`g-@WtB_qR ?|̙3?30<ߙq([Q buYhx K ZO:c6^  <8[.h(@ǀk2KY8/%RlR?uʱ8H' +.G-*z _a4}ΝHG`EDDaDćk0T8xFFm~嗯z0pd +u2o޼… !% Ztě[4Bٳgϗ_~inn`0>D8T*5mڴ?OZr!._dE+.ZwH`qX9eK!\B7\ʜ7w%Cwt TxUV\m'$$B2ygܜ]]]7n܀rJLTC(Νx„ ~ƍ=<<`1>Sk=l'P&ݻwϙ3ݻ|%.gG59T,`"te凃HQξD9K/5Q/Y 8m@ٳgL"''>0 +%ފj@2ZNF#VY9n9,'3*QxI+gcA{42h8j}a> bIqBMeV#SkAMZ\N>0TÕ+WOet?%;03f M8ܾ +푑&S?~&&&qqq,?#e{III .={K[[v;[.2॥[Zz5AaM&++;yd111nhb`` 55ԩS斖l,ͭl,liKk +ssKŢ-wl('q ZTpM׭W[[*4\ю66,,m,mlm쬎8 + a8ovvv\ jӓgllrJ~I\\<44f1xy>Z9??_HHh̙QQQܬvѦd&?|0AW|B26q3r04gj!}]e9!_$o//JTDnl +X}||pCA^1vq^m@/9CZ]R +g68VгG4r[ G +vlEB罠:[Wk[<,_|aCooo``yvU__)֘ d2J7Hm=!jbrС+V̘1^A.܈ -;v())F'0s^=zTZZjddX#+c@1?ЎgϞ5ӛ hn;?nll,))IIKMNMIOOLKHMMȂDVVNff6!B!O(="*P;\~(*zp̘/UF.hǴWꐕOE">-<HG 2@NNm۶M6m֬Y'Onjj]|$?@7j@I"E 8);oD, ,c̡C8}L]s]_/BVPSIYlz}F5rBDx<>$$D:γe{B"Z) _p8,"MNq|i;F8|8W: @lػ0\G&N +\i8g@|.?g " XYm +EQQoYzullP*o^{BBB 9sL0a1&Y^q!n`\ʣ~)'lr#<111]FFF0|_S/?8t'`3_ >O}8X]=S~+ yOm gp;?@X,%O6r5550y+浺& 2ƒ%K~ŋl"ܥE?|JǏx?҆#Z[[{{{2hS D4r`m}| + PMA >rΝ{nݺŋHY{}^F}ׯN>믿ru=4\M;Bӧ=DEE̙O?¯؁']dRww'z(矏=z7\9V6${1APjsD1n$v GcWC͝;7..3MPNvP* 19r,u0c .,+x x4?Z'ś.˗ rebooaas߿q;v酆O޼p8*iS u6C &焄KN81$$4`B'Oիׯ_n\ƌGE56gsssMĽsֆQQI&0WYa6(JLLӡ> 0:, 7&V?«E FGGgÆ %ѦRc;U`d_~Af34*RC6D+ T6@}CE,za XŇv9'+p.\S,g[ `;>C! T bR Pf|3m@Z <-}Ǘ=ztiާzoj `MI_m@ y{U){fcyj^6_C28@mI@mͶ ^yCkIU9~8b6qqQxgwRG6@ؽEDP L:Ǧh|~ ;w@Xz#4GA`X<|Ƀ qp%33%$&NAMM`pj#IC=))e׮= +&O~F33 Roo?>z>z'm?>΢p %AP>zW)QKss?iӦnz}-/_|i?n`UWWollɹRSS.\?GGGx!L4 lO^~w} yyyA^ {)?8`ԩS555=?𩆿O5 -Me}ݝ*&QmսR:[ۘQw.*62Њ +h)y<@maRm ͎ΖJ@eIN?@,|Q]h)wi +1ʾ)Nm2d]ClcU D4f&FQ U`k/@V:ڏk?|n ɞ˖-;vٳuttp86h~@f͞S/yÛGo\,lꨁ@ux8RmXTo Qp-ښJ=]ZxWAǡ.i+YD =협tـG2)PVf)\+(lc&"<&.@zkk&"ڝt 0BHi5@d5GEL6iѢE55u/ ȂvGE>V@155SPWPRPTQQ|EH=|7w3@ + +l" SL>8vLWSS[MMC]]SIIEQQ~Qk#z^!2C))޽OuYCu{0w@@Dl4p\[[۱cΝyKaqtt_ svG-N"do#9,z{{N0aҤI.]m FwOLHO浄?{N}agg ɟaGnJb]vQ[ڬzb6ϠѨEe%9QywIuL+c%- 0d5U!j,mލ,'/s(V`immtFHTfdgƑIyML$B\ VWciebfWη7x4x3l fxWcѧd29$$#WX,ٳg?M6Y[[)25{δsg\{laꏬA *,O)̏..EZ Uо 5L^ -ΠTmuFA^T .R COŅ14@TrAIqBnVD).F4AcAL//I]uUfG厈xfEA3iy𞡞 *m.g+WP9jyB{<:&33=<#-*nd!gUyFAn <`mE6Y_>Z.ؘks +c ڂg_j8_?>|1#o/Z[Ϝ9r%n֭ܰ_ qU(Bz?6l\~a7_Μ5.qZ,,_hiJ1ד~8w;ٳwǖ7m^ QQ\v%_85\p=&J-֮bBB[?yAΝ;}}}#(F.HTUUh ZJJJ ,eMP 'N5k9N}@,_dBnﺧrgD3ü{~iƌ;ydFF +d8gm~x[#Ņ"~Tt9yyuֹh4>j@ x& +<a?+yBUiJLT@Pgr OC{YkhK*hl{#uӃpK~J9,j0R(YF:x_`XSScllxצ"рO :fwLDzYre MfiqB;;.Qy 4qƵSmޞ܊Z*b/:zţ&Yt5E A^!MTyAvIA.N쬏Aՙ]U|TRHFJAgkyksidss)Ȳ0WX,QQ;::"5|Fj,y咇IKyّ"c[iK9kJK;Hω:%hafneV[Ru粚gs|NnY?sd- Ңx6o\d2J*HX;*#﬷3.Wyu2&GeBy"?ԼR d9+Wx $[Dzp©'OtwwGCy%33 6| /3ضmosgs{ +!0;^~VWUYY2|JrB(vh8bn%-ʲڪ\[V*C~%917tJqD U-] AsNnVX&5qSNqks]-5C; +Ӧ{6';X0W(j''vQ mh,턩Y;^:y"tWg00 &jO8uHO6(ؓ!ҨȀy/g cI'sngä +ȹshiil#f%%eRG&8:$ /'GCˉ(ŗ&U%F/:5f»WoEз!Ģau4Ewѿ! u{D t vph,ʏ*_bfvlOxe~ ٳ+**FP_^^ަMƏ軧ߝ?=ne3 q=sssXUUU + 哒?z{{0B {ܶ6h3geg#'#r +"=宲!E~睓tew\xŷ8)Q᝖&5M;>u2 @o(twsʕ=B ,K,Yf Yaҥk׮]|eV^ 8j*H]͛7:tr;nckƬS\$AF)$dFHؼ0$+#VFG] 'dj+#b'%ᖥ+\*I v^d&6єbtZvfLUE.tps*>~Tnyf&긢d 37k姥%GJrݫmk#ksv]fcS_Ku5R;tוX[`c5o}33)ȉSݽptU E\;')kώs2UWMJRLF?0ͥ ZA|\кulU YvƍvRRRp۷Hnn +Wdݻ!zSMeŹ͸+៏=5zkQ"$Tj"PJJJ¯WUUU(y}`o?3gz5Ĥ }⢻4Teܺ^ ^,$w58HkbΟq>}L>.>NEyVsTር~Jb84صx!ϟZZ 2Տ,Y8G[SLS]z-d8)+h9(!&fXq\Nzew*N.h ֤Rrr0IOtu1޶mԾK qGzbf͋'LM7_wfxnT/hi~,7.^F-gSG)@j,c.\ >zk&v/h)Y'_OJ 6W16 ާ$^S?|p]-y#9 Ϟjl Ξx@GH*wp(;뢦$cdx;첛l)>pGb\3c5|Q"V,E.G,$p|}Qblll`eWSSc2 v} %GǏCݻKqqqKoG͜ +a-ZPLd1Mń;UuكLFIu?%E]ЈG3ow2"*q7r*zxuI ar.ws} RsM55e3 S|NdgDwq:.#`=]utrV Tetrw=~LKZt7)'U%M\Uܵ}Ch_ L #/-g0IAͬrUɑyP&&.*2`Y-[][w-@ZZZ 遄0fr¼y֯_/%%eee|nn.L &Ep| o7&_b2p1/|>wd :9}UܛWD?tp)fB% =wQ׵0Q >c>… .=xOԙyfx]]]߿oK<3ЏVN4 X>+ca}aaa?۷J~ 94%z~vv%KƏ?}t 桫Z3 |-^xΜ9YJ?lO> @$?ÈS db~WYy;,@77̸KRpV.GF\PxzCryIzKSeݜls + ni9rH$=9M~=pyM9CϟksU]nZꫩuw\33V+)Nji,ki,iφH!d#YHY}ǏOOO@㋷C9m8ȷƫWwk׮54I$ޜߦC[ߠKI  ~^"֍KGJ(ȍ~'TW('aouLEA<'= .OO s3n #wƍF'Ip%#.?\T[\E˩̱4QpL,vs޳ZI/uw5=,á<$Rj\M +;;uQ?|p|nVTQ~r2"W|cn*Kn߲&,Xݼk>j#j57 O˗ A<22L^^^TTt 0L6m˖-аsNVVj!L=mCPi E竪X?f G5+#9d*Z,Ob ;Cb w;y$XATW#6uT111@V:̽ր(lْG̻K;JSO~3S2?~' Bs_4/<|ss 63sL^^^---(__j}SI ,, &4f T~Gq;qw9~TC3nnׯfx{8v㜝ͱ䤐N*ӐωɼzX3?72C9q咻+%jޝ]$Yh?QQHsZW'󘨫W/gfw=#ܬN@#"F8,Z1ȭBK1E/l-e5ZrHdM6?zOo ɠt___]]~'OUU5g͞v)"V­0@kWNDZw3tÖ: נ)m,te˼]$+)`cs7(GUIBY^k 8ߍ~VZ3"5fb\pUvF7.t)I:rZc +7sDx檰`i+ws(OraX|ŌF-&HK֔ {#}vn[x;9!44;9˖"6r3kZ܎&&nY3]bD~; @c2\m6w\hS,XzjAAAaaaMMMggp5 td[P]k +"hhh8|]kk+6#Հ@:,R9=<[* 5&TНaCN*4.`ܸq&ISSS}F;wfϞ=cƌ( wK! {L䆜H*//OZZzcr8}SƏ/''kmo_lPtuuĨ͜9j ۷ -%ފ Fc~Яa㞽m:<~=kfqw/97QVQyӷ,%1vs35 #:ZJ!ϐI9y9!^n-*9/0഼uI U YaY~gOYBoOk1m* +a>m-L ʼnq*+jKiK\d63 Պr{;i!ZΆXmcC>`UdpHAKJm^Vj,6zܗZZZ݃900PڵkHPU @֭4iҪU@Њ rUU9Mr$V/LOKenuHtqm9w) ̌4e*Cjf΀vw?nTw|Ĉ0E͎9i+󓒒n߾ djʟbEH>pMєjPc P置Ĝ+Ȼm wzA^(?Q3mMtrIyI9Jn}ɝ؋So_˾N+X!UѲn$_ +Ũ؛{* @TTYZyR`Y+y BJm#so$b^i=/?z!&a~\ +J^l +L*yڿ?;::TCll$qV'No +JH).i9p_FȹtQ+VVNwHJ+̹fk N;IUFⱊs^`FIDD{磆}D' og B8JLLf׮]+Wf͚6ml,]t޽p̙3dP(7tOb 40 +MfjW*@ŝ&pIȠU4f T,d5h*ھ:V 0:`&wK [ZZ`[+VRx7]TiFFF7nw$;/ 8saaH$}'F|rqׄ +Qכݺuzcǎ2e +&Ν7k(oR3T+4)/DɠƸQ(lRT564奪@)2a9q)@S_J c%MRLH7rQ%@<~.s+*ϡHEl8 ,"@H,Gf%pOrQBV+Upb@WoEհeDbR, $ ͇7WDV ȁ޽{jj*&%%r/^ S%zJ:Ƙqhc WG8hXh.eV2@"n+c/aQH )W,/D2eB +!O$,nej>zVP +#b *U4^WWC4ٿ%vqYV-S@bAnr,^h%qH"*CaM2|n)iQZEBN)f-o +س8dz( jhR;WƎlʔi Fݏ?4׀?] +LVUUbhh-H(ŨQ&N8wܵkxyy" +" +sU @ *8({}U 2Qɳ Ղ.A`'B*(m hAE4%eP[M Lt<WI+pNDI7V5A/..޽{;cggy7f+|f' ??aÆ蔗AjoHRPh 5#9@^ B_􀀀K,˖-b܁ߪ_Oƥ7hʋ%95kmm=uɓ'ѰMy٪\b @faSg8dLƧBmb q +\LHr(" +X"(iW~r]p J؀!UkJ] +1. +o `ఱ=)/ЁW_XHuu}7^~]" Q*ފJdu;]"*mdV؅ W*,v +п6Q@K1hSN)R@ɇFnW)uJT Z&) + ?_Y|~I{+Z(N\) +0|" e@l|fa4K"zaC @f 2x *wr"؅0+UQ%J)SUUU܇{pqD|@9ollx geeEFF:99ܹs3gG5|?xҤI6m1))L&ݿ7HՠT4q1 3B-;Uj7bIn.QKWGC02cJ$6P(8JG|sd@_pt_`UMtszչYSϗ߾DK̨1C>3VyzP }|_Y4VʥTaʔiՌ_t$>O$\rԩ#F9rɓ/^~={^zΝ;%%%H}U瑾Qzy&Y20.8P/ oQȫD|jYݲ,P|TvJΝ\5y==wfg^/ RKsYWg ,U*9:]$Qp@0=|L/QZU]XyFZUTJvIVy\Ni 9=vLRA +U*THŴܜԋYe%zLwYyb5 UömªTmZ lϟ6mhe/Q͛CCCIxF!bM-߽s<fQ#S +,nZltpΞ -e'Tb~ށMFXrEs<\liԌj kCۼ}GW<@ Erz}5貥6o\bc :B܀v43k#Nݴaξu'^ *Sض.o[bnbZʯ|4[UCӀ|>B?yPqq… zοt7xSS˰a͛WUU'p 6ӈÇ'YTT$~?$33LJ|w-66>ZreFF~Bybd``077$~r@0e=\rH(WB r4 Y4V5N "hٲe'N^WBԔjx֪jH`dCNUcoF8ԧO"EH8&S ,kHt'87o~W5 f={\տ*<OՀV.VŞٷg/?[P+g xbpkKۖug/_tx6gMx$I6qI_p=(jU؅P O<)FQYN=fk4盯]=m󒃺[Rn]+2,L-urںu+ 233 L&~mx1UsU!dj&VU R@NukqM9u@ww'浈55HR_KvuYj?ǦFzkKUOIRx#@o^R~ZWG=.w==Jhh6_cp| +H+#@M,$|ɚ5KLJuwp;ۙՕ.7:w!wά:rn=XbZ# Y? !*QsPU3VH$rvv7nnkkaհ@0R,--?uJpww>|i43gE` +X_&$$VKW]ZO[[})p /~jiTր!WTTxyy}||CCC9N_A!::1c0Q A)kP3Cu8&P\T`4i0:("nipUjT!(pw9dsX'9cXעݫM|9b0n'_|6'*ܬ`#$ +KsIOt;dc$K%%R)m+Pſ Cx5q}E~U 1"8q߷#*}Ձ@٨NUe(W)icT3zU me :z6хxlnHۀu\D;_}\'+(,kOMՠ._Ug&rNjee@PF||ӧMMMwܹbŊs?0א!Cz'O߸qB455yЇ&ȑ#?׮]Fb5`T@B:yVY?W3A'|@u2w[Բ# >DoQ:[CzlqXF,?NF̭v-j͞n6<8_ZpLo=no~AmZE#$7$k@OV`sft/XPͣݱ9l>g fyrBz%PTUyUó +j1 aWW:1#F/qy/l8 + tݺuGvrr 6؀xl-4א?f|C!?hzرxVkP5lP3S :СCZZZ@}َ;`媍- 7o¿H;Y5EFFN6m…VҔ1%00&b<4奪p7+P?!\WUkeO{vqk3 X"""G=0Z4WHpɩ!utu2,A-%TRz[3xl52%p[w@;GܕȠj'+hb!w߿?qwwCgT x?'G5t 쇝@[AǡEt&\B$u erGd'C/BB*AE vsw6:jZ~Ng;S*.5@۪TV } +:d2MMMA=B}FF OOO O:0Ș1c@ƞ>}E6nܨL&i4`XB)NϲSS* :>/++C]qo $-=<.똉ў|"Mz[6,=iou#͟|ֳ\sk5۲D(^"(oQ2a27n&Df_Ȁ1,Q)wLWZt%F +$eߞ;2Θ6nvGӒc +yյ=};wMk[ \fƁy: cǎ Q-NVO8BU(blmm?#gggcaal FtZZG8ꊼzJ $$A$CZd ZC>5 xWU1, '++~ƌGcǎr nݺu|򉑑?TUWWWtt̙3aUS5MCUXqq1Dd4W%ԔMՠ 8vmXXڬ`T[[z72SRWskPKW_4NDTQYt*E<2sE.Օ͍rQmJ*P*,aJ7z.zmC@2#8N@oa`k,T >"\?jM8R)@{&hCs VeKP(Q2AչP2A~7(มn_O;u^qC=A/t8덎&2uVaPijj +Y@|k:88lٲyM8>2d& *66ř ^5 + +֬YoϚ5 nсqIՀ|(vױR,-xz"AIUEY?{7Y04ڹakWEGl<}|%n6FTR &R\•{yZ7 ]>pQZjwx敉:[;BAɭV^{z{5bo3|~Ywܿ"EcMI]+333^AInQ!՟FՠF0=zfTijjrtt|wlRSSnP + Ǐxboo+V߿?<<<$$|_T9Z]MOO7{옘dѯ 8*CNLL5j{7ydRSS#F[n)U#hъzK---&Hc:)/%5U O20s2Ɔv&HGMMlan7Ew:jl81?Q,, *s2nqv?G!g4765ҩe)EĻIq1gg]Kb/gd\,k{tܸ1׭ 9J%';;w鼬d)EZͨ! sϸD{SJUÂ:ń0[w&0nZLm ӄ(bn1I h fD,сI$Wi,U3`b$t77+96Y"VQ :*+MIuRh̺|E#(%,S^30k YWBHDOs(mp+a~^7BtLR٬`pX}ΜvJ|zfΧ|^n`em ۉcm[=ZYb+=q؅XdW_}"2\(Ν;W\ vrr[~y@ +5k)SOٴigDDDRRD +(->>~~!k=lχܿrR5m(ByI>Ehܿ K*ӳ3 Cޤ{`ӥ:9\;jeښ2I9 Wuu wjѨW_:M+Khj)%g٘ܶ1-5M?=n,?ngi"umܮnFo#yI-j2!>D(@c~%4x kleee:^r _5)߀a\bmaAڈkI*Tka=z4L XhEg]\uMyI~-ş;{"𬓛>SŤDGM͍eǖo^ 4qr473{6'hm+} e ڲqIOȼ6%11sa?x<_wr b~V+,305ܗ~"?!㪵M6MZޱIKv:c䰙a>&&>G]rt>Z%X5 U$)))nnn(_+C~A+okqWΘhٵ1sk+mMvGi"Acnjks 9N'썡O4:%!\DL{wn8fkxLwvS=)1*Y,L513ޮw`ẚpᐅ#7#N_˓c=]ݬk[ҍ +c3s|AO[]tg\9 +W*dc#U+T*u׮] ,Iϒy죕/|bK +@W2b``iӦe˖mM6iҤ)S͛lll._G(A.a'gȑÇ?~8AN9jHHWWGTLo4-bd*9Mkm%&P_K!TW*rN9 +w5X`ʔ()d7lorgd`9`>裏UWZ߬WUAh"h?i𾯠=q\:>>XW_}'L<,==H$ڎ1f6xZz׍NhM7yfPd+TP)$(m3܊$ݶ5ٷ&2'FsBιiy1ѧW,ZL?U4c#=ꪲN9Ν7k߾ !6tJw,'Gqgݝm6Y|落Wv+rz%TWk[WFX[^R{DPw߬ q yM +$P.jJpU;ob2+)x敍ߤjw1Y!+}l>Qtn\q;1UO`A"'$_0_:-'-CI7"VSb4MNMq_JLu>q"5%:'U}݃߿(ҥK˗/1cĉ?sH?qƭ^ιsd&  !HSLÇ W>u=S Cښ+Oܾz7Sw t:W\}<]dy7-F&Rifƻ.q)ʯY,$"HPR_KΈ r?c/6]xK!!)iW`Al42&InUQuJ #Mv@p=mÝW8EIvO #nj<Yqرc?쳔d .7tjnvVzԋ >]nPm9wS]iv#>Z!8=,5gT[c+ um\pZNRQB^tʲZ TR"MIj}Ea +EWWWrZg-A(=\L&Jhaa} 5ӏ?/Xhі-[;_VVVUU8cƌÇN%--12,ԷN"xf:lWf_ pq?jz쨵1Oyj1 *"&ID BNSCnmƞ-)#|mO6:z&-9ŒDi~[7/m(<2iň~vШTo{pfAAGr{ 8ӝ3VbJ;'/ 4S__׽don`UR7>䓉'g/4 @渂%~O͊<.\%; 񲤤SwדT&Uc#دyoMє?jPjhnn>{ 8Rk)U (v]u kgF7_z LQkK@=[C=/0ѹҵ ^:y?¨*:bo|pi*[z񩽽rㄅˁK7m^u\)4XNyRedŽ٘xYKe ;hiÊ +߻sCL`;q8f|+6 OT񫪆233?&U@V0(@HwG+W~}e.']>ioq:91a +_{]򹥑ag֬YreNVNͲ$k CGstɸF{v6bs-+=]lJIײ3sq>libwRiەK>Wv=!(Ϲ"AJuQ5>\6ӯa`K_ܼ㕕eddnܸqٓ&M'L0~ɓ'ϛ7o^^^ iii <$|$33} Ca!j +*_^_MHK7ވ )+NeɅn\ _BLDXsE5rArEIt*`Ãލv9Z\x._:SsSUz74=()[Qz';=h|; l +K{%|)+Nu=4"z\ 2IVo(Nr'9^ENA-jQ^5Yݻcҥ$D/:&3{u6[;`}*|ԋQFw3[{= m|Q{{gW׽V;ѳr ?~Lю?魷ZfMEE lü󠭭Jww7|akkKoֶ.Tuuÿ]H? +lmf1?H9 +kH?- mz?7i,ȡorAS^tغu+c iB4hʫQ5ET"7#ڕr*+ +N޺aչ3.ՅRM PMu鈥e WkezΛP%䕻8ڶúwMzr)RTa+}Wg6ڪlwg;"|bJ%̪ŮNi'1ڻcS!&`Ⴜ[:R޼vؘ~-.Nv?.Uʤdx[VG{-M5"~[` {Sf-Wj@knh$I `u`xTħuw2/_/cy'23xLsQNsnmIEXe~>λw ϻeڄNyxz][펚=~tߵ{ns-:noN,HimUOm۲|㺕6zlۼay,pic +tkm9}zd\PЄKY}}ZUw< ##|}}>z3f|ƍ:t(H z&Lƌu!3@`b,FACQ*la=ow[CQ\)oGs}{SNJ8 +!a9nikBBioaAhcu0-DZVhۛ;l8ENG'Ù2a9Վ]j@ +]y :y (Fՠn]6 z{̟@ wsqw< ~]\a㍨>^|Nz=7l 9}KoOt|ۛ]P\\\.^V."waa!p$`AÇ?{,qMԟR?Fvuuuvvsswztxy:8;m/Q3b~wFgPkH?.'N<=ݝN\rdݣ?}v\:Mєj ɟ}رc322{MZMyf9 [um^hVjr\NVζWW511؝yP3CV4.s ݤ۬ZJtDK<]m3ğ46p̬ 5wO *iڃdĶ+jJ߹17j*'-II׮[WmmfDFv:n-RiW- &%sn_4ӛ7g^Z$ {|OW5H%]mzbXkho/"t٧/|y@Zތ;SkΌEO 벳U7< YYYk֬y뭷VX'RxOOO@@˾fo5>Z/=̚9u_LS`0`7nX3{ִ!A3Q:uϞ4ofL>u zQb!Z@ +.PeJgMyQ$*?~ҤI7(4奪Rι7][X:c۪{]KEdո -b/1@}l1?dCȾ%bs몳N{9lw9U^I-9j{hǎ 'qdR# [D@9R3nߊr?|Ҕɼh`fp脀W,^bf`r-.Xp=,^ꐥ^t?|B^j(TBׯ(삶J8: ,{JnÝNpXdO;[k\nNw"t?k~915vhNNV_A,H;jr@{ пU|J]?{w76Gtٛ$%1I!|?~.2[]Ipstٻqݵ5,Է* +%İ&V->DQ^γ jT/T?Ⲛ jmu5%K :tsݹs;c]:.s1e[ggX +p3Eh bB+` +\2C63o`s9y\3G.k p!h D>+Pa\AGDȡpp!SOj#=Re(ukᅹ%b(Wj!J$ӧO|ss!CfΜIR{rvʊT*^~xkZ n03?hd>˗-5c6ٺe+ymXY9bp1K=@Wp9s\A=jki`W H$xML`v.** +GQqͧFϠ)/jIm 3e`EKshtܹZsL +:ji\!(sN+}.B8w/\)&r(mR|l\`k*TS v]AҵPB.e] +vT_M;>6 *nJtofa aA4ʝR@GQC"ܸt;ZvwNov%d]ܾv޾5=+cZ; @YN<ۖ==ݽd|ŋX} SRA..rJv/*RS(0۽{F KC'ص׮&-u%i9l9x` [Ëkz;XkmgaNbdomp`)uά%^|氞f+}׮0kɅIgNn^hqY#8nokt>;P<K/1V)^w޽_}Շ~8a„k%)ˮ];>iDi@LS%R(Q<6"8 y\QrEVAIDavW 8]+"|kkruyeE(E3)oju/ +D//>5*)iչUdsOddo؈;v i.klR[Q=\RKR [VljW+QO= ^)Ps^.!BTWd>s=_KII)4ݛObcc#_i[[[HHҥKRio4ES06M6m8?X5hS5̙0{Ȫ +7RUĥpꋘDfuAΔzBS#$O[_訍^VƵ{6]f#Uv32PSb`&ڧ%(E@Ȉb!ja7@G%fNxg2g_@T8 ! %2-eTWd`?Dk;PpqMr5U C9 v̙WYSe%`츑!A^UC> Y:Y?];֜p,d EUȯCF:Q UC+RL\x¶MˬtJ닸 de\r%eEf]DT!T +xf1^@`@MJe/Va'Wyb8K "(E' TtAHF+TlUC")T,5ҨQC&N`ԽAj_lܹ89S½@]\.Ȱ[la5 +*GP|~OO611=fXh7j@Հ(0 Zj  +-)5WX6^WZ;_*ΒCR MfZ)'E1HLB-br`t4,!..|*d#GtttTv<|РAlllUٯ˿Mu &GxrzX"y*9^kwknnaeu_UV(0d駟&%%B<\iӦS +MQ$~ۦEL +I\D$Ql^nXzzo;vL,& cܸqVp8~L=ztzzǏ5 U ZZgϞw9&j\Հp]`ml 6ڛaZ+|,s(nڻn;oCo$Im̞.\{Xpbf @hG<%V {p $/h01k߮V\ V!4̿)4=ۛLel{ 7GWv\\(+$CmjvCF_;r^C! So_h-п yOaЉ=.T4Pkzy Q&Ax +fGsb]lP'Uݝ8T\Qڐ?^BUmO1X˟>S5Ɵ0a˜1cΝ;W\m05kg}6dȐɓ'oذ9//EXχ"ULTLSDKB+ѧw)/O6ORS~Gǟa\-- WjUs'U1y|9)jhPpJB&;"pJ.<r SpqHR!Y,,˺s@@wG`cL6E-+SH+ +È@ +A9 +,8$@ȹq1hQQ5 *..޹s]]]qbS>k--/^2dȄ TS*VS5̚5 ڛB}?+\=xc;:jM=L6mɞ8H帠3:j\/=T){7N8ؒ.@{l[[?ׁB 577:uj=GS4-_~rycc"6&Ҕ0ʩ&]aEFE p7A~1E_ HDBRլ`(] ik S\ ԉ4 "rZǁ*?Txg=ࢺq7}oɦ$dL5j4Xi"w, DEzAz}m`azk ѻ4}9^9=9<f[RU7 ?v*UVʈm5-(e4nbb &(J׃|j@?ޭyb)E^)KS,g9yƄ<ߑ `z٥cM=T0 secF J /`=<|/fU(q;gV ǩ/hkcܻDj***ꫯ`-O>)I)8UvTQPVه#<`ׯjjZ0Ο9c]pL#oh~#Vʧu( _okV?sT*_ӞFW=ps(Ьҍ -ba#U[Y,8O avIaqZJT@;xzziUq_CBBK߮9>jհtwW.#j\f"W& hzѪaRjiΜ9nnn= QܹyolP u("RW5%ӎIX0z;k?,޿X,qM +رc~ڵk|J_]3!9|hUX}H ]6t_EJ+qMlQ|niĠjD:)O=ʗ$#mt:spyvj 5(dC551`:5>Fn(TpD# +}=\1UCppo[Zer*-.,g 9yÑ ?X ȪxOɺܺ:E&(DkiK9<.@ctV# }#: +4-p v<8v?uyl{hrRzkB|Ƭǻjjj2ow~cc'~<99wzϨCQ=κ{ (78?0ѓ3Bչ5ƒgǡ[9Poo<xZPBMTp@Q~n +0{fgs79ӏO?}/lkcA.meuE6ױ5߹sۺV$0mmt팽ܝe!A^s w\J<|$"(6fN&A]U}I [lԊ<8yUf 7YwYa^RoXHeuʒihhBp8IԩSw}D::T 0 {b8{:%,;P LoǛoƃ۷#4e@DSUukU3f㚚{F| +YdNWd[+|Mvf@HRa~-U%;#U{)p=")!i~9oއ1Qg[LJ-(R(ֶrf7z^zyucgя1B"[vFSϦ4JTF[}LLл|/>o>G?ˍxypc͈j{eVVhNV&W,T۴Zj8KHH(̩ +jYVqE\O(R!榧iRt%H(. Β iJbnWOiA}^ɿ>&|JӾ:+iT*͸:,rwgl̺,(bUWEt$e8ܚGWx*d +9nՀ/fvx*!K<-h#W- +T.REZeN(2\!-#mbn=YcF<\,Ă&h,]ܟQ +LTLUZZٝx \e.I,{)YxP@SZ5o/Ԝ h?TX,AtNipD!|q$1Rk@!i1N{{; /se߭Z1jY[+Ӝ9l2/S c-V/iGcK|IԳ)K||v +W.syrj3`SOD58ucC5vj2Z<ع6rPqm ] .*jen”F(Opv4dhLOަ֌J. >wPl\$"/?^,wq6/Ȼ[{.5U# 7Zf] +"*hl6_߲e <)Re\£砗IAD1r')#f58(0NC1 +K+, (:d&.Wje^LGDǃd@X:W򀢭G +n>g񖕌PDl2F8(_U:K>G)ZfUg>^{|ddB׫{3I1)Z,$KE-/ MtvvUQ&n +ȄXخnF@jH]I Ůrb= `'[0E1Xlf1T Wюqb2\H ++$XZv oU,D\,`o$&*Q eQ S%N#푐=Bc +N[[ +gD[.{iooo|]teDsЊK׬Zb/ 1zsy{3Џ~egSV-_zŒ˗d' ~S a=& j*rMt56'] +H,;f=1!03¦ ?lS[}ܙ#;^]xGWgK۷$96VzN{L[KҮEnql_ҥ@GE}.4^6ܓz5f֍]B[+c7gDP&Um,))?3::Uvj@ +8JV""MW Z:ڪi2 DRVR]D!kvi&_U\ +O骭IʊS:* \fb{j>nhVef\@+ +eqE-,Rr=Dt`Z`9`Bϼ)K3m7jzjLfz,T $|>~)#ӛ@n߾rrQ?–gSriCv23i4ڳ 4ک䉨)4:.߭n0y_:K 45֌p%9t_rKɉi%N\42Np3ugǠWdG[`vVvuP_̼ gUW^mr{k#mrrT_doclTiJCtjfA&ZWW9s'&Z> nՠ +@דΟ1Sˈ (a;'{c} 3#n5=V6-5l. RAc7:1[C'{c'CK3 VZ!(BY#Lpi}XSc ׽fn{m._:Z +Z@OAf +1J4\#5)4P\8PHHEɈav:PLFQK(JÅ y.>GT4Q c[i%^8-Uz$SݜL̍uxt1J.<:88}0&SY54ՆJs +q䠊Ϯ@*LK&=p02=5v\렋YQn9舓{KqA2@~AxFjxt 9S B2-+@<>|Mmm-B~ +/'ʯaopȏoa||dѺ4܁ޡ=}@',:y3Űj +jF;sl, w^.#dgoXքF)!l&I,l,)n}Mb9DQe;+ý{[S8{ڳ VNfOhgMmm~N[¡~6Ejnʾ.eݕyN>9"Hv6t__QV|:㧟~#99QJ 9T𔾘/j줗&_ +VkW#@aVy&Ўm͎z4ݥ1:T_o\xA}j_owil˨Y, tA :穫fifx"9]#pQ_cl~R׽ёn.jWY͊~S& +73>JP2) +)'gb\GKdCޭ>b)_L џ'dŋg ȟj )>%;#L_Ǽ?<#v8@m z'pt0|+Ccu58}27g#j``c6yܳKcvA>&Z&;#BOt 1Gd=mڬYH;*IC6ٚu=fhQSzv~] m"mf+I!IZZɇ`m922ǃC: !|ҜT Vvvg}fTK°'PUQ@!>f\H_,ǻ߻宲L:99*%??Y#E߿}I3T i2 +HR*[TjurX/lQ߱.-ݼqq堮ΚS'vou3:|7:d[kiey7ˍkOJ8?6ˎ0Ѷ6hHKsa'F[p?=c}@sܥi"Bjӹ,Z>rYif_kS%A[ZZ#zVWW^^b>:]T2cCITP*S;o^ZcƫzZA{ҫUshիɍ 51Ұhi.wWz5ju{l: _}[!gmp5τ;;PzeEK +yC>iGC*)O*nCq2; .##ˮc1k]8~5PZJ$v$"P5+l 9Y?~| l@ZW.\p%%%8|Q &rNT17+u+Cm}8[K=].ș"t7d^=an(v^OL:B̙]9D-K[R uA)KyjY=6f۷?e7p\h\\tۖ-M޷n:*ũ/a>V\쬆 Q}aBNryPPɓ'%B!dH-~cccW^ pǟ>zV姟 H~|TK`` Nǭ_ZDw捋M -u9ffFy$GVh9u%B?T#%9=/'!>eף:9bV4_wYX76TOg6e%=򶴫 4w0W%n%E2Ҫ}oO? Gk$7X`Ney;C3%79դ(Li#Ì=ݝȓ6RS_wknvrʕnVu9}0KsoOvzхhc:B~)Os33fcХ[+ҌvYd^쩯65۽ꕰnf]An`3,fm-s67Նg7ӊ‚9:ٛvL\qS ~v`dsȿo޼yGT,TÀKr%blr1v%)HڔF*`{ع.y/G#mA>1]5vvf;vM{ޭj+.Ň vݻˇ6]vWAoI 4, uU:YSɾnfHS:[ KJSoNݑxKB-8hvVBM(0aBs`d{@3DGB#*FGGoݺdΌDKBZ,"?w =4?x ۷ÂҥKϮ'=s8Jt3CV|˗_~7F{.aw#Iu\,+]W 2Ub1M"nii(Oz%0L"&jqkS^!7-TRGh㭍U|xmm͵pǭu 1JxfŖRF&m[2#2h2zKmwg=T"@o~X /XᅬBV .\III[Ǯҧ7,$=<_!n mOjmON +Q4*/41ԢR +oņmYzLF-.s5+~`ߞ8^ۡ]K޲i5`OʔR,KC=kWܲ®nNfƻd_ɎKJJ>iʸ&Z^rRĶj6m:ԔH)(Ƚy6+=)91`6í>v1ծ`'Сt:}P %7,--ų=_a! `CKB|γ%#̌ V:[]oټ<&oSn\zkM+/ْW| KS#DJ_\,69éVt7L@˹Zt䙅-YaO}4;/՟QraXq1Mv[ +… Rj3!6L>F]S8B!3"w)((eŋ/_LLB}>Foyj7DvWE97h"b Zp 8;(2_bvvW <,^ E}!֮] C1B/EwwJ߷TLj2E"}aC 8)Rt QW`e> sE^;-UWUiPy5/>mo/D\j ^1 qyR!aTgo+RS=^{PQW*),%$'"OOg\zU__ D"fzz>6UHIvkm>eJ*8ylߦu˺~%!.BsV'Ć_OM<蠥573)<Ԏ[lZ}*jeJdæuS߱&"̿(/jRd\̙Dǩhiu:ٕTȣm=pЪThyMWY\ksR#LW.[ǏzﯩK 0 +X/v۷oT +೧Gu!ySjqF~~6O$!),,TWW_pa||<\Hff_|Jii̜;Bcc+*K.&#G :9Eq$S7 CQ{XAՐ⧠}VG5"+<*蕈 +@p:+Y …*t!wOpj]#^=jةC[\\bŊE]~뾾s]|yMM/@QDGQu.@o(ytON-MtcypϾVi#?;9z|>W AW.G=fesw?\pR;_+wAй9Ia'-m,Bi|sQ[~t7Ч23r}iWkA=6( .9y]Og;u gllVu{%P3.x:hvl]x1~9]ՒavR hBߴi@ol6AQFcXYE5j;(< SCȰ\v@cF;;i%-cS3<ݭzuq2Q۰P~AsǺ̄F`e3~#BN99ZkaS;1^Y5jDՓ}.A@N]m&joL9Λ/_GVF`cX[u SՀ8C@`iixbwwwB1~GtNK<8n!d~jjjOJJBJ'I,k׮}'EEE5\׎(N 0†f| +샚o u #)[h*,$@Y f"No׿S-O۷dww^/PhѢUVeddHRP^yÇOx'@(pկh#gO4 ץf,|êNɌϸ!꜑y^cVzg1+z{fƻ-L 3R\J%5i;9^).H9|) bKS``|^Sjjimw-=bts'E{Syа]ͼ3|XaIrMGNFڌCBge\߭sK{UR5] "z{{<8gX]ݍb8߹sgJjpj%z x(aEBNU󩯫I+Ms)񼕅@WA/+Iκ~HJ/;3ϾZS.G)&Ƹ:=&[Ֆ'\*/I{*#=RbVu25>.r耣F\L(:S Dga*l^"0@c'y= uvP[w%)ltK*"C;ݻw(K.ы'PK"J!Jaa7|s%b'乐W_}uřj ,A355~BO vcV Z,t?/X4vWpU[(A^|[(Xʇ x;ձIvW H@:y|hjd/6W^uVX;vb٪HkOj@̈yNz9.}cЫ\Le1jX] eO27]ˢE!-Bqn߾}湹~2k%99_f hgnzt~=211daaqzwOQu@* +x X@j},QA:(ؾ\vo cU萊gN{dց-dŋ,Xtm޿{};vg +h-N 63\|~W̤nF5>/7+jt}.yqĸ`scMSKR} ukUYxpؼXO[#}#6]m7Y=VAP72ĪۮKf֥c5uv1x9yrB7|tMgKegk^'V;sVnamcn|72okW-IJĬtU!v +@B7!ޏ!9,'Ӏ}{-K{;ř4t4\P=4N`*d- + M*ĆS,զT`~bmfŤ(ب\vCNVS9>Zߓrb`d&tۥqВT{Wش;V@Pgjj&'ΔPFDBf(lU׽2k+$$fZg'no߾jbbs/Oj]a۠#h +죯зPVBF}>$ys +Y^T +"~ѧ]zit_4<ÒښZ\.籱իWǎTՅw~RA5"hN 9{uNsSG&wToch;S]H= +Xʝ~k@ųz|hc.X2jRGҊiUG!1uՆڳepfJHBJi?r\Z^PB%\Z=;+pNB_3%0EwzG{6gJ/#4˩$w)//>sؙvΣo~S FJA\7K c]}c} meE9:[j;A]IZzőa'TG;㠳~ypOkkkg}fz,ED(>YCIdnaۭ*}y|JP*0e?mYb9)$$nwY|UqPɇDLHBELhr-S'`H<1Byac!d6D"ihhhkkă~ccps\01-E*jG +i\B#p\,h^9#|ZP㿴DGеU=q讦# ᴟҙEccc?cT?¤9<|Ās=&>?6/⹘hI51'B (KqH}=BABZ|ZdtI6*DMUTjBB5$ş :曔pGE:EEZofTW^K  >{ +ܕ28*UĥTDRUP $sZSbOU&3Ŝ쌸` 13bHu<<>J xf!ՠ:gϾk6lK| }pjkk]?TGc^?t1,&Tڊk݌&r~Bߴ.Fp\RVRxv.#6duE{RaGɌ@ W tJD伦4ìn =rCvy PgM̭fTF]pXH푒;ىQc'ĝQ[|vU#bS^Eol$!ϵ6ϯ6!{eF!3Q]Bњ^9jzyXpsu6FH5Qj!*p}ĿBgs1oxS(.fNhٷ}a;oOnZ|Jeϊm;_`$eR~~G]ti|||k3l߫ߑN #Sq(k]*lp*hwb7: +؝\f]'7vr 0x&GJy7] +iCM]%HY/撆Z;Fٷnp'YC=JuZOq;dBgU(ZG8v1F&l` uB^ED"b gT*XՃ=7Yw'r1YowWsY7+_tT-FmW_DM?sx/ n:MP$yzz<ԺqL~  SңEP{t t7ZQTZ +GPV':A܅Y(AD<r@fx;=f~ӳW2##sQXآFTc7fjȪTCرc_544TE g}yf,u6LOB=F''R2d Rd&J&Ջuuiii~lϡC<lSCv!__ߠ7n-/wg+Vʚ^@&UH>3uIIʕ+|M.e2ٳg޽{k!dJ GBA)U+ndx<6-3$B|D,J:::z덅 x1W!`sIN\>rpp9t &\-FcXsimm0OnPhZLcU#{<[+lJ +x'G34ܺu0F!2 GL& + +7o ,]n߾=IBL (kaaa-RWW///'B K@@@rr2(2kgx,CP罽_}Օ+WLS3+E(K140Qccc_̙]VV6Hv:)%2}Wcaa15(kC#L-? 5sn/ȄMv4DUSTTB_8瀸 vlǭ)fhnnꫯ}݈)NwM//oܜ`\u7|D:;Y*S\) @ _E0!TM\ ֡Jס$-RXLb6$|_a1gQ Sf7:ݽdɒо>4Bw^Sݑd\.WF0t2Sr3g|Gk֬)))!B ؼy,f=m/ܹsքocǤRjdq=88FFFKSU`%H6m3g_WMMəjPlApQQd@ +(k}N b۠zw΅>b/1[ꠁ[GnR[cUg dĎ=T㍟< `mQ CC#(,$xoQOdku떋ܹsuttUH5T,#0 DžzM§HTCٝP/ C-H[@5Ϊ6RTآȢ,T>!2!N;H$7|s֭|>_cvC!3%bDDD,ZhOB{ \&A7)**Zn(nnn2L5(_|<))ittQ"-v}1CSg}~ڙkfGb5(}kU +.A*nqHj(]5|.s2wV1+2=,u|r)q*^&iik)KK ;^I"j HUOTu S^:VPGFjiZMM򚒎 ~ξk׮ݳCc|B= JT.N"TvwH@kFHKoyT1PZAf<&jP%:;;555,YP( vB҂ +Gݍ7N:gTk!̔<۷O0!<%O훛hg-tӪ&U^t{CCCgΜyW>Ô[0=ϟ~֣sT2,TNu6T/]TGGXP (闷KMiWB,L Wxi:}}[=?3=nX.jL77qł\uwt}ʀ B3=:5'k +p"TjpsTW_gKb%79C < /(7R Q;9@5 %j>\vP?2`vT5޷E5ܹsÿ@8n<&D} +]tv؁¼xX|v `w[kiC]M e@k)}wY$$.` PB*Ï(4>>_c*OwJ&?BpQ^ygZJ^ "hWuZЕ9BA5J{{֭[ӧO W޼ysdd֭[J 2r௾JMMjZV|,fз?lիW677ĕ{OCCa7Dȓ>ܰa'@Խ;Ts][Uguw$L&ݵ`Qj"g fg\Lq<^ &<5< "7TĂ&蚎 +8ȧe^8sR$2:vnmDi/ox:V<&f͚9sfpppJH!P8Z#KBY-11f+++2<*$٦W ~lZϳ ޗ_~_/]4==wm cxz1{͛WQQa~zKKKܗmdҀGBbT?v͊r>^dG~gOy +8̶=&:Y|^Mi{-͌[kjc7fg\t7}`WTqܙ#;XvcCq%22Rw‵ΚgZzŅg/] dz%4PZJ$haTrSuL ǎO)nnv˖/#}Q[*ܜ\곘iQ:rt74Lq ltn\dtγ(,Y/f'6bYUZ|rz^f&ZfFA玈41R(ion01BN £Q#oh| +n,%9Hc1ӧQ]U9 Gz;zۙjWTRJ.ʕ9=&,?# +k{%,4 +9 +(;;{||lDPkTTQ%Ʉ4)?;k.ZCV9к5d"JgkչNa׮xd_(+kۗ{žG3-Lt4gxg~ETHWt3*?۷lp?`N/ +dQ\5`֠ǛsYjKۡ!7#A73ʹ"Ćk::18}|_Cuתa + +˗###Tد G)ΉPm]Y'IJ,9NJJ +L=!zD#.oϝ;… ox-SN'֍Q-[444LvJfgO5YjH[k}}~jth]T$c_7UU)ꅲGX:Ų<5?/a֕W|_;6Hwk +|P*]ׯ\횛u1"u+@_ͮ,PH2#-%Hc^Ң#C#=[V%%vcu@;+Ssٯ~TRUz%PpؐDOl\v.Q=.rb5f-6ZY}̈́=N{Ln9Ű-U8)qZ;̼(wv0ཹ;77 +ܜ-?a#%9!;KݙUw,Pw&DsfU=Rۇ؝Un^~QP{:<[=ۮ\3;ڪx:oݴub^I#BVܲt}'NǏGE; yxNf>b9ٛގx/'w]Z}n6e%i wX1۫~WUmj:il۸mFr/{u8׉8vb88ױ10M +.!..@W@jvյ޵lك'{&/dFSΜ͙̌3#ҢI`Q_wmAn.fUK+9ϝv3MK ciaFI=UgO}+zӒbݫK+~; pٿ>Hv/Snߺu"));n'6`|5bQGwu^ vK#-%'}SCk*/'07֪L tÎy?\4ww \V_4; ZQ wNȨs+6N=5R{Po(ۥ Hn}]Ig"-M}lGmMXPĘ⌠Gk#ٙs,(<g;ُQ<[3VH7ZTuXissٳgkjj VjQ#@ "QGSV'x<=y (p +ncYYYeee޽^誷]=uo[,K؋T^F@H;.;:R#:[Jz:+}|:ڙfom**gZUw ҫ>^bN7]-_?liiӿ + .??W^y||\&@S XXeiv2'hPQa&a^m蔦 5|@zJArBkޮ*{˰c#̮۟:ۛFY8g 'Eо1! scܹ!io+a)S?\2Tɲ OP !āeNc}ыrBkm( SsxTDISGx}_5E-)-ĉ/BT͚e=jQ֤J]Հ[\AAd2Ei^}Հo߾]__Y'nkJKK /s篬ܛ|aTY8HDTԐommoikidev [{F2U:ᯣ+&Cio4<Vp"8n}Rlfam]R$!S&%.% 17ֹ\rnq5 srNM4۟p*ljbequUv~Y+IK4Չ bܸΛv~FLS  _Z`O&&{K0;&S]-;^zŢ"NDVVV?/"b5 jk+07##mK p߬ӧN:D!f;v&^]u>ӗu!HLXHhy~uyQLxpoWEwQ apOVŝ핆m۷4#CC]֕8ؚݽ&/'ϣ\YK+*L𷵶?ٳ'rz:?ӡ* VL'\;P ȏ@#,ΏǻL~_|Oq0_ɧ~Ĉ[ׅs :{m8g\,Z.WW]sq2iljc{R0ⅈ-MEP殂KC fV]Wz:}}zRfXHD"ʝt> v9s[vmO<^^v9t\`IAFp桝)IWr(+KNI ={&? S$tդMj\R1Ǐ=@ U~'gpii7 H,o]$hyy)x`p-a#ÝWJ3^}^Kjٙ)!"KYz~7 @OՍ+C|ۮ.LX}kHO Tt&"&!G{‚ !F|=*+3:/ל-lL@G;j;YQWge}|FdbBPBꬩ)y$=T>ܺufØ6??"SpI4q8W^yƍd:ZԲYŕ !բ*[+++T}?~I/?3/?]_sgg}ſ<񡍍]nneFO??ٟ??8::=P#`} ЕXBO~f5> n||Eu+ 'OH$@( lT@Nc"55V|zK!0r.ƶwz$-\ʬ`geaieuQ$ՖƒP׈n]ˋ"$D+<+dowGؘyUeY"ou"+ˊS˞$X8@Nvpʲ2 VZrֆ>6G 9&ȍY} 81(BZ/c-'/{mm477goo1ڣyT~t|[*IDi0RQ~<, p_˙IR =&(5sq]WNpBU14&18j{S1w0;=6-:C% +9k+~(? ylS$0;)y}P¼ԤEԁz!ҹzbRoZ$.˿Zc|;~ՠjrSO=u!`8!!g133#HwP (2$B߀h$t!2,pȀEeL#c=4r#C=!>zXNmP! {/ +9 24"ȥL|u `\{V{YKB=Cmf8g3C{QFKQHp%|&Dv!g|l_5Ǿhjj:EFF +[jA>@' +1;_*!ֿH2 .5} x(<v P`=XcAQA]摡v6wZ65)MPt̩cii\~墓ɇ'#5&L@dT;HkbxfG8I<xWx㍬,O̪P"BXXX7TZԲrΝӧO曎t:]2J.fddp$;;;77ksqqqUUUCCCuu5?{2###//vF999h.pyJ͇WgJڋQ$p|w}w``_wuuECf@W.L3r>K+s!&RQXPSJ֠ +?Ι±P3#tPZ8ԃCg'&1;V78?-Y[ʘ + Jk-槇1 Y]\PITd?E.n" #=ݭVvã_ H@Wɭ_\\")ՀX@?"^Q)X҃*;6!œ +(iZLA0n?(B( +N |m8?:35#p&zmDwUYYtK-f2^^^/_tul7©S^y*!jP(_|ŰY ^ېWcб`3cúzP4k9(G.Cãff66vhK/{?|C4uu`g8\W;}wftt$̜>ϰA!dO<涰poO?455TS6j@n`Eu +0VXpz!πV*eEDP^Z<@. BQ >v8`T _ +ʫ1 Tp<!B[P rExT䉅99olZFPQUMhߔj~(::tE:Q +"{_?"&RCj!n +jrHX=wUO#fJHY`TyDlotwiQP/4@!ĴB;h@w2# DzWwQ__ro" (/lccc0MLLlUTZ6K`~ /XXXPTZRNHK/j III?Ϟ21248_Gs?s!X_]Mنzڨѱ0126ЃM:@W k`~n?}Pٯ{~т&G?=mۻgͩ*䃕4?)ħ*?"=VVVva!UAOv9$DXþAsp DC0铋)XDV˛ Hp ˆIUXl(Q _r {=M@W3*Uof "e:97NNJ~ƝnoW{Mp {P̰էd@%r@P#t+XDJ`+]`D:p_K3 c t +9]HS *fCӢaxT! ib02MHo&1(aA}gmt֭u5jA-eZx/:êZԲrmk/ DRԲ5E<"({SM3o=8}*4;+>=%<%14LXʙ?xxRBXjRdJb,Ϟ?t:.ϧHO2N&ć@%C +4t]p[/$x啿KLLX]]]1T;v/q*L{9+++:P3|S^P ljjjϞ=|}}r9uH&999R +T +@AN菠rw 5-(Pzp39U%ܻ}~Q NCvnOOKY^\R<Mׯ_/++{ꩧ^y啺:U?{LBL&]vm3P܍rp,s&Ph;djSOWn "8f єJSvޠҢWȝG X͘m9ծp ݕLjo g,pPƬ0eǕ^*k|g4(JY;"4ܛ%2hmW>Z.hzr2sz*`pzt(kߵGn1a[R-j@2l?䓙.;;;fQ /|}'ƺ20͋޷p&z YuU +!P-.Jpd;m(x3P?Ģ$ ]uڣ'~ūo_[fh䯢?(xTTY}R W0-V9}qQ~A> ypGX ;R0 a4,T2Cg`FLQ=,Ph?EHv+tjPHiP \Oe+5ӡ sx_~ņf ĖB\[u%G{$¥ȨvҦe"o{køXbh +K~!WKJK ZaO%Հ}$aCGkkkq[9}ش0=̠4fg.OsLpAW𹤊gBrN2ڤ/ DD|EoBv!VǹO[K28=+,AA_Y_YsG$cAi$ +e~N>‚ 33جyŠ2QI^"!!/b0`Zzؓ:=޺g YO?&Rԙbbz$7+AGU9 zQK!,dfK7תAuY"xyy=zիKKK[^=˞V`׼~O\]QR_%Tv\Ā]Wb-_m/O2r7-(FkptQDgyn֩Ҍ([+KI~T]":ZjyҨcǎHOrjQ˦?NHeK y rB5H'EJ;[Sת+ў0ȼSCUOWU]ܾe*QƫC|dɀ +!hB9RST/AYYYߞ^}EXHDн0;55'Ɔ"{;ۛ\.Iـ&;LJ:{XKI!BD0ioF>*Q۠i[ħE[e_8e_6>`B{FSc"KL`nȡ~FiِXHsI +9sV1 uJ4B0)ѳ2欜8tF:DΥ9T!wY0\>j@%.h +TAohh?ʊf]Z]].;c> l?lSڮ].I-=`hVq"9rFQن<63Ehm.h26.Sd:X_7>%PG] u9sRѐX8s*T0Y#,( Uٙ󲒛rY݋P@_MoWUc}aqAbA"8aV8Ea^biQjOw8+Yfe +uFF+io=$؝Io"{* +ϥ^.9G譝NKG }+2kus6aG3,?~嗳gffַWQ 'nE4\6]$Rg&{J/ǟ8l9lʝ鮮:]Rj07!S"[_*fAΧ<US]S\T.0ge#2`[UŬ qE)` J#Uv0{\YYķA3L|GZ#EDD ArjQ˦˝;w(J^^@W?jٲ/ˋkkkoSS ~~.ȁ?5e?bݏ[ 95iLPe}(k*z\%"3(h\DS&#`3Z5PjL5Jtbbݻw|E}6Hʢhׯ_\=(=% /(;[J]-Ҳ00kZ"2z{Yi}!yzqŕss3#<1qSCFړΆ{[jh:*rJRq+ݲ+\.8Pkgmoo}@cI@?{ݽVnΆ߳(dž{2R\Lt,um K3fY=U~ߵ29zh71,OǬEĹig/-%|k|XTl:WdeeggfkZcS*2lv}͑Xƫy3tx(B5/,СC0ZD(T uNA^NVz:䞹o-Ktu6q1 +pm=L-A 6^<RY):C׻:XݽmGoGGpGC\M,L\M܁`?OgPc*j3v=uDBKT}}vGA[- .d ?do +yh ,Szq;GjPIL]SSs{!PCҐdSS_ԩSx'E-+7oLII9pLy{ +Ax999jx3oL5Xe(5p椟Ɓ!.I v}QϝIK5;z8l|Xh.kH(Qlw{p1p"jmyqs'cBT8HNN23tTr.1!FG4fe32/\_[hiEuW;@kcUFix:Lh*=wۮJKl+jIH]H5lЮ1Х7x$c5]89ŅFFkkJ b-͵Νsu[]6zN6K63pu4eҺۚnffjط-6:`l"Ȑ3!AZ?J:I^ p*O*;+Zv?cAF'cYVZp]u5Eǽ?xMsAr >xՀJ߿ ֭[QW-Yh4ccW_}ì&ԢMJ?яlmmGGG7D-[PT@cAQakegg/zE5sFTJ +e|{>9?= ja%wEa}CⰧjG8N=tQ bjzp=ݕ/sF;'G:!O|h}yClLLu!d@j;lLTWҗ& 0H$0y|}}wsssNNN?O,@ Ŕ= Ul{dmm-2|]pˈ41atD`X 3+ Q%&AB`慓n.I 15U'O_\.d${>5~:>vIqvsj\bM] aY !AޮNֵՅ "84hnvRp?oԤS{>v,ЫXe}m;Kiqӣr\ x :^,b15:07Z__%\.g[zY'nR&2B§#]CtLʱ@a@{Ao߾}jN燠]Ǐ3#[E- n +~g`V<<dZZ `܍!)"_0?9?7)!DK{#aP0lJ!%TBRLAM&‚0I +9S eC3cӢQ2ӇOl*,x=2Y.%a.%̐LJ:S|VTtXx2`LHL߄~ebc<ٹwx,C)F&"L 7^jol +ւb 78p|EByT@ckKii [&XR Niity +}^~޻w@#R Ȫ!-5yei^ HE_^]]kZXXF{pl477>66vqqɿye aafV67:h/sP@(=s*HWOs[uw<T[@uq5q&:ODž{{YTWe6\- tuF'5%bd7qgGӪ_07;kŒGDDGuwݺ +aӒ\~G zy:9i^Q[Y`fh`eQqCIM sw1:)0fGA(LFkdڒaf0-;CcpK%^1>)$ނӇ ,:PΨi4믿σ6nboA5r\Fs6x>tuhPpj?'<Ƹ07'{"h'{ӧBG;o௭&*6`N)lpu}>/Gxh`Meq__Gu]lM,u +Iĺ_o$괱:~i&$-۵ҝ@?{oWׁʲ}audYqA-ִjǙ_W{!ɪ1!ՄZ:-pÇ 2ܚKojQ +<^^^9:#Z,ဿ\Ls=wܹmP x}36uciQ=ĞWEzZ"5,2co7WG w@gVڞVb`S mzY9ٛAL7'a~zgO ss6X{vdK1/O(":P.VvE*#y_ }J; +,6;^JsbD% I3R7'ceEI >Lj3_*$rJDh BAdt^Ia4@g֦ ?'OΖ"WZvoG5NuH$;ςV"( +~:::zqq;>ՀExnP֮Jg{c]ݵKS,"(m啜@-7wAFuHHn0H; (6*= +c$ 3F{߻5AJJ<+xk"h .g{{Fy'ӣw އ5lдrH;\VQ ȔK1M53M81^6PЧKVj}0./qnߒur0>~j}ެ)X.̳Y}"ed3,ݪ8NkNL4*'Vy:7]-(wpj)*<#-t<,+˳茔;|r}Y{{o]vh:kPs}并&G65&'F˾xV&\Y 8`S} vVsNπFIJf2!ǜ>LwF_o%0JiDyV2ɐ GxfG̞?E5l FoB!nܸmX \ z6g̺\kspf_?gJJ п0uwTTww45zZk^<c!`;*T·IR0hmjwb7( 4Fm:f"٢&oei9ɮRekkm2:ԋF{<%GjSp׮]T*;֭[ӀeP,\UT.eO>O~pI"ԲdCV`XYYLKKS U}?('T7_zrwsC8l;桧?x @77lTH0b#l|<; W't0pi<=LJ;^O5/(ǻQ6#3ҡ|W'#p3SƲK:/I4_#ޮ*ዅ4e^@D+m$r\r0znj_* SÌN:a 9dyW3g;Xw_h+-)LLdRHP!24Ť+yX/Peք23Wb,MKR4rHdKcY_w.l%kG:4s3Q`Mn߾]PPk~~>K _"<<|eeE4.x{8Zhdl`cni[q9fOsիʑmW6 3QinJiڬbNm<~X<8vW.%8ζG}ۡ [\)=/ NK#CQ޺.g,O񹤳jk;;zYtV y+P3zPIowEAm +&F{N tT d0 5Q^A~N0,-uE plN>}ggņcdw4Ph<9P{̃j觖"ޗ:ZԲE뮮O?tllzWV (IWW?ӧ'ya +R_kj0 X/?'que|ey,=%aWǟ >~kfk+Q&BKs[Օ hlX +ȑ; HDT@Xٙ4>ڪp/>fYݓr) [w"ڹޮ9X/: ;E[y>:6&=Kr.9럗O N=~P>73B&9G(z.xHJ:v3*XhO1>>3qG9!3#mki7W'QD±9 CrtwOߔjP I:;;|lllCěK,,,'N͍p7~ݗ707\H+@-)aYqjdJlH9H mMehtlZ6T_y A.̳x0_7'  +hW3ŴJE 8!7+XKzJ8|u𾿷7hLvafB>(sst<N_ORTާbcȔGGC*86^RQN*$F:z[J撋b/p!>!GlfXHJזfs1}#%VdG~jgV1~zBj,ڼ2?+Ks/ƙ'"B|}.?lRLr& b0nD''Df]8QSu^ħ 蘗U\l(*49SSqyt03#Nm%QutR]匊 ME0X\+3h}vGQǙYU]n#^KK hMTZly9e?;;d޸qC=e˾Mgv|>>ՠj7 TwguP r熐_foojP/)LٹmooGN+K:∅6и8췗XScL +tjL'eA(3a ^Kc'3?7ŞͫH*buHŔ a<:9xYI:/K;=mb"MYT_s#C]B\L-u2ңYihWV +s܌ԨӀI-bhD5l|2:0<ԟJi/KK =uءzŬ'٬^ +Kst&P KĘmaz8.X޸S=-\xeΊ?v`l&0PMՀ_ qqq<;CRU}=7LʼnDbII LzoJ5d(~iNic":((ج|5N#U6xi qxlEqK٘ʹ gL 5B-EnR忘{Vvmv "GcIa;h̜|aF=c&Ō^"` +\2"s I$U) + +!feL6Lk8cӣآ)/'l:3{ ( +(҆~-Z +裃qf7,nBNF`+ӰǻI}z|ܠp.|YȦ*-\X@z@*@@\@ T=|T@yi2\3:j=V xLXP( 2]E-)ӵ~ORE-n޼ռE-jt_JKKමj67LtW:;|Hi9榩X+MH<m9Qȇo9Xyfiydq+ɱ_o{sݔV'XCC6hgK;[V1?7Y*Hp}^v<  +Kޞ6T嵷[ijk~rbt3.S'M/k&'Duwe?}*ho|:Kȧln(Jҷ2mgZܜ"{T5]-wu﫞b{^4:QMu@W"\0mјt&w u$uWk74]-;nZ_\|PsPbU>[;PLMMihhW,Nk(BAO +䴘 ?-!Ԯ˄i12Z}afhVvni,Y_(6@?%p.!E$ C<\:T<3,ʝ)xU3f$X17G(쌔,Ӎ|s]jʂ:ݹsg]ťbӱ5qa褄GFJeż*/feLeY2@ĸpP_% FE 4 6 ;@bg^gZyM3d7^ !a qX + btD PH70N;9PK𰐏<ՀAf60zjy5\A`Se*lQ5TkPV{lnuֵk`.&հa"8;(Ҫ.pwW'E$21(C[c{<1'2o}(5żM #3*k>^#CY;ZֹOKSaƻ0?Sbowg[Kow׭LzAU]Uͮ6 jnwNv{6w7^;taagv8^Nr9ee~=k}.}C|k+RA {A:?j0_3gА`coA"1cƌ?2l,cH5 mNVV <* †\@IH~k!oE R%53HF"=(9PAdKQ7~R ƱsQ6egj|c}lͤI\ 9!o%HZ.[hj`X.+INUM2 ]*JǟXB]sO(S\m=kơrY#@i;?b 3v@B#l3a.c$4)FmĔ]xHZR%G{g0yN!㩒-cx$4NZSS3a„?B 㰐ZZ5830|j1\ .rn9X܏4  feeM>}ʔ)Ɗ 7 Egg'ʾMvb`7>\>_*%YZˊ[tκuKcZ*@Ani* +huBxU^rgnyvFH!Bi5R⅓}z0^B5uV#'L )¯Y9gLzaJr.[*S]wlٲfu:%<%7+Ve2][z7C;l풟djC{ʲ3eem1w .Y^ILz  +rSbc/6bɜP%f~o⛙Du j~s\jQ؅3T+,LMF\(.H`S/e2}O;lHu3t򲤌H?_ovڸؚ(NŷKPBaukW.\0'o?>k~~>" +vttd;wG  Q5hD=$NIx(yHJ +E\†A"h +\mj$a\Fj0נUVV~gY,֐}< 5&f"'RAYd !cQ^?(ܸv +T^/[kAEoOWۜ3ǃA`V 0LcNvassٳgϞ6mZtt4⸰a`9`O&1F&jii93C$v̩V&&_.tHN +g7Rj2صs;mgդ~ס%҅a{U٦RT2bE?u('A$t=ZVs1(Wktt;oܵmw9xYG\kk)s{woݰk>W.V3'f +2NvR%QϞ޷kI=Y +)3>&~̴Hdg{k#r۶xA⳧_jLn~wd]ݾn&˕2c8%)I.NV;[s۱ukʭhU] +ىm&(>{lsJJ5Wl"ӵgR &}h޹g)t??0<<|X6H+W`(EQƐj =I`Wq@=W$ <EK48J@Gd#*)S`5 +ZyMD=Y eQcWH 'L:uk} 9v}5}Ʌ'⺁6Cԅ:. +!R +ŸN'"`zNW}ˬۧP(V#% ۷oSդmðԄD+//os΍" 1%b`OӅ MpMr~.TC~N 8qw\ki*f^?{tɣʋnޥ&V'_|Q+ZdL@MI +6rU@vD:A_[](pꄗ]~Ǽ^>SW̸Gr 9Z^$ҚإٙscY)QŹ7@[k95iCOݷ댯Oڭ+-Re7R#(U"n _̨,KsgG] Nla-jAV\+_ Ɋ<p0̡=OyDm[qa<})6ϭmFJL [᭍um^vLa ^kmzO?5kX,&"=, +z~Z>bI:(9)Y5`@Đ؀?0gg",CXH4 |mmm$ÂaH)))g@tt4_==="~w9N700?u2dp+,,?￟b B;P۪ybC.cV-QFB-S D6"Ľ!|$B;*ІPUHtP2&J28#rOV !)q%P-5b.]."2a5rմ뚕rTLP)2L@De\JF6La+HC4z"{.$tSrDb\GZ" )fʥ4 +C"d4!*U!W-kPd"hNݤ5U% +)*g( "tWO*\7w|GR k׬3{K{$_W_+"\.0i^j@PGp݊޴a\mر}զ<8%ݝ\ y1mXanwkJzX8ٛnIOJ/5~ O>dr :jڕ_~51.phHsOro.kϽvB_y}=p;{Ey̝;gRs˗777[5`5322P/"Q|ﷵӟ&2GYh1'0ʚ6mo 31?ZXuCwW+jJ׀߮ft ]P ` VGiP FĭAlCO{ &(BG$Zɐ}zN[ +ZC|:MA+OaUaQ?J*~r|C{85 ѐ)]#'3+n8O#Gb !>"/tZA°H -4勿I@_~ۯ>lM>=d秔>ǗOS~OSx0LJJzZZZ9,Q|AT*H &^dK``455zeʔ?cǎuuu +ks ޭ0׿m 8 j9MdH{WZ6X5?t5BIqo$@3櫊St;UlIiI@=, ÿxyaQJqaz 7ܿޏ?1hK,quuб  $4 1BhllԊqH5Olŋك] %cҽHr):%d1S +:W->*PXLT Սk\NQIH㠌uyeŷ`Oi`I\jW7"0]h5S&AnOHݝj%ԫXUr4! +CZ2UBzr) :TĭC *:)d(aXH۠Qrr"ƓHjaKϐQ7uzM3aA( :uTLCN,.ȃ;ZM5+LM_i\n˗釻O +OYLDddQ7-{鰐:CEdHKԳ~.rh[KI_W7w5IQˏn?~ ^ + Zp!ݺQƒP^v`s,3Ү"1 R~p)ϔ@:~i6a7dn;w`@jwo z~h<'m0vwwSԲ2N7LO5?([%9sn$Edҋv^ R@VħDߢS0Y9qy7|! +{ةmD >+WïK +o&_KMϾEp^[/+Na C@ݟZY@Z+L8_6uU))I+J #OAQE=D@Y2*nfހ '4jf&fGf_H0$lඖڪPO䅡1ܲFAia*6ȿ)$iB3:R/3U +_.VkhuB^CT#U<,tܑk-׬4=w+SNU+^ =.Pߕ!A'.pWR}{2z_>}PXod ט,_xl"aSL5DXѣ@ ٸ;1~j?N+sƴ/MLLDbLG)W4! +kTĭQJ):B;{ɢ,q6Yt(.Hjn(ϊjd{3Y|Qꌶ~A%lAB'4;99yٖX^-Cʨ:)^|8FbxJ2lxNNʕ+7oޜ{R8C*3ɇdJN٠U0nmX1sNMtuA/-LUʙ춚t"3'wSjeOUώp AT2D-uh`7.[!7!KzeũD=qx8"7;jXg4/7:֡iR9Lomإ,8^/4]vv/ 9igY ``T +vKceXq;޻.^818PKcu#}:DF9aacM[smrekwlۜ~UdDr +^Nn?,LKRJ;B8i}ۿwwW'4;#vzfN-%c>Zްoh٦VM'{מ{Rlr~cE5bƱN/,_;yN+[u!~b]9&f/^ :v5@Vz 2,8.DΝ;qqq̙3 +6'[z+~7LvK"#~fJNN6D1ǰ޽{CجcϦ0Sֱ%4Rv5[blٴ֔êxSk|b.+JMNMbi?44 iT +^dVҍp&Nv6xVWUyv֖K){z"^XHiǻ8Ϟ6kղ4P3z;ZU&{/_2o%{v{Zkk2Am$yӬk],PlAqmZ.? C( +LR Ljֆ/_yNt3lwww[[[eeeWWר"D5L2eἙ7#@,:CS~HP'Qe:h )|n5(13ZbBHJʲm͕JYN$)9Yb߾u"~!:#59F\0| mD|"'<+Vh4ey$fj0rwSAd͛7g̘abb4,ucN5T*S&''zs Q! "(>>>::Z,#ۆ1EHJ9,z捫@Y-+P=,VUg]=bS锞rUdJg]^jk+>}jY`͍tJ}^*9֍˖˧N`vQx)^+Q)(Dq[ Ant7myz}CYɍ;@7nğ.E!A[ k/MNbi5%o]߸17+[߬U0l~a$uKn]/K*|s|n.KoE9fENVdW' +$2 {njErQ ʘ,3/.ۄ|)~( +9B>}zNNkaV SL=˝O0p+e""2f@BRe:QGNN(J9 _ff]-D ]j!+a J9m{z~")Z}O>R k30癤fx`@suu!4v +cEX`Z8iҤ͛72XxT Pp7aaaBaO<977it:ݸ٘a~4R`ՠ1rFUm;M[, ZXOGX@޳l[a&jmz?vZtڹ)IWn^`ΗL9y‡,PЈpm}voS@Ukz@)?{% gX,IJRm{Iׯ<*KOz^1QG]]mt5}nܛ|.gO&ۉץJGG$w + +,qTRt[g]ieys]9 [|`kBܥ^Nk;./.Hj!/;.C>bpv1e󮄝(92iM`vE_vG' !!gdAUra$ՀukLt>Au-XWUBB\A rX8o:@`viF`WRj +(TPva[%A_AASCS0  ܢRj& ]8ΏR[(>vl񆧚ݻw/00D"AԱbkիW?Ӎ7\8X +?*Ƌa>|;eʔ?0;;|܏R V )匲D[M[-j*:u w 6cՆ.]˃;^#=_}.NVXO+ٺnIǏoC;mƪ/в]5өU$,U=efVQ~mv[jh-'Ou޶]i)9Y7|w{8403O7Gϝ]mˡgL-zެĄNvOGd+tzږ 7Z +iz{Yͥ7g{Kӥe19SMV.p:%1Bʼ'IyqswW¼n}k^Eg|13'-{|?ou:+8踻mԵ֦A O173޺iUqaBwg^ܮj#8kՄ3c%\0vȅ= dQL￟Zfj:u3o&\+E I]£I4E.*4nBZ_=J̀ho__dZN䨕 | +cZ ---Z0^;Z7+W}][[[T:2*gbH>&_~ƍ+**0Ŋ1N@ۉ'&&&Dx1ަ.066mmaa3qE5(T("nll ͖v֖lfзw$9vijnph{h/==~W_c*#Z[P3LSgG[Eěa.۷ﴭi +0]3tQiQwUCC.S rnmwxD&fDFuݴlL=f>e+>Q v$E@AuE&}IxoOwE +)Vĵ=-lf˖(S},V=evq^vRޞηdG}o)o[mۅZ#cU5*EgϚz o' fO6Y0-%R$][ҵTfXm4_g͜d]Vz(!erM&{Tú+.Yx;F6jCǏ+++MMM?쳬Q뉈jX`բ$aRR +ԡ$4T BH w\*&,#='E!U`k*VP!UKi;7?x9a!uuuxzz6ƛq≁ &899oj܌1CrVxr100!g&-裏n߾m1_%qqq_… A;kE[IAj(-reoݸPrͯGrJrcoğ/̋g1ˢ#/^`>dgDܦS +|M,9s|oPR{v7ܬػ|yľ% gH:%(?uz5qA͍ŰԉyC+y_|2'(+N츑A`wl{aԺIM=כJjk)?}-I*ZU#zSBjX9wnhY[^O ߷~S{?(4t]ܸȳׯ_}=U`gaaC͜&vimUfVa+g;ڙsO$F,ԪYɉW^:W:,/YC70o]0suѣG 03d2'Ov]CaO7nzz_$٥qw:i>,a +kb@t:ӧ}]ggg^?b}10^M`Jv] $^Bō|6i4ٳ򗿤=|?dD)Pʮ\hѢe˖ՍqE5:,Rjf[pݹQoW->j( 1wڿȁ]n.[mL@㮮H|уGv[m6>-%RVٮil=9{v]sNfF;mΜ9~&'MYYbqaɩ?}]ˁ}.|?~=A~Q~7;gܺ,Wg{ +bϜt?kZmUpv[kӽ^;K :RV&7:{޼AFv!YtY|LpE%#uM)W̗̚-k +;b& \o.Ȏv6٥kVs3+/I:sj/QJ)C(5sfM?k3yݜ܌:ulcywj$@T }0:S?j099y̙q~~ЈhW!0I&-^<';3np@7򞎦vucJ3}*Ph1[6Cآf~r' +]уN.tt?G4&YtQ$vl JތoۇFI]A1ރ 8 `k b` is``G}4y䲲1+Lz~JRDaNJJ׫8u/fUhԔҜnKU[smzJdqA")L=w78QZJ8낃ϝC"ˆ!34J\Ƣ凅>{ ScBjn+4(t2Md*yRZU0YЀgN_]{5\Iq\XiWS;u 2!-hJUzA^r~N|]mSǖKY.NZG\7ۊ侮>ϧ3P tyM-[|וi6nt;E`ΎP CFw{F:ȣ=¦N9„ƨcp- 1dϟ?x`CCr&xKLbŊ!(0hkKcri5ib^uݭoFQ +J SSA5锠YS22ŴP3r\Rrm>;8J8N_gPĭdGDQR㡔@淔C +lć-쇾qJKzUiba$h٥k9syrB^"lHhDN#3tzΤf~h[AkN#OR?K)ʼnE5¶jԆl}C- +#ڪKM` 5*x $Հ^Rb>"766.^߿|?OP_>Ƙn#p>Ё}iE=7uwwggg{zzǣe,&LعsV ;1Z$)Ww={888 [~"1l̀13̍}@ { kNef$"$}D yaR#"G~SO¶J +iTx,4Ck {˅L2ļjĄ'p4d@2ooL{%9;ic;wŃ-;}||>;;u C0ՀFK46dwqttdƃ'>B$00eXGYP R FmZe E& OB>J)F#9Hy(  ;Դ:|'s_ CI> !z>rۑ ů'hцx ϹGXLvI&;M`|assFɒaZQ7cVxN0a۶m,-10`»@,EEEKa 5 B(qP9J=7 <Āʰ Sļ:Y< blBl iƫ#zXr$@E'ldT[2 23@VHaYE4&Hb "7&- co7 fT*oRGâáeR)SرY5  /ĶJ?㧈Fܹc00Jq  + + +f͚_ acx655ߟ o̟ `(?үAaG7R*|Ťf^ +>fTzTTNj0}|`l!`œ5~M 1~^%͝;Ύ0' PHs'Z. rZWGSwgFA=j9M!kn*kkkZ;4J+P+*yiOc2Ϣz8m(ЪRDPA(Ҹ< p޽/ (//ob`8;?ܽ{7MN2Awoڵ8 +&0FwH20;ykooO_* ƨ ϤJKKWX1{JHbgT] +[jmu^툼FfVZ-.&dǶGz5DH%KXB 8l# x^fɴdxL2?|'|rqL5`!Q222h4 1VThmyyyӧO8q"LK6oi>00Yv gJ&zG-cfLJ?v{홓>EIKل `ˆ5ׂm5ͬ#=ٯw۱%"$)( CwkYm/WDhի 4?|ɤˎs h0#x;{xx"c8cc4?$5_HaXx:|0000d˛:u*Lq [7(LZ+WWW K24uZK-cROtw?}ӦW[ӓjswlho{nk4ruB#hQy[MV0md`E5TGFFΘ1cΜ9CxЈhi P \.w׮]}||ݻ7{8aIi *C898Hwrrjmm%k9T`l@ҵ5_rټWG\ c5ŵ('#J Ǣ8spei]uV|>8F[k򌡡wfdϠW Ptɍ.)9U?G +>CZO=+Mzl?fAVu7KجlȮ|x GGv ƛ|Me5ac CF+#ÜTRBCW-th8*)"ev[MϞ:p! ǒoe ¶sufNYpko;t3r~v≣{"ޝ[Fk[T!;Pc6sc@Q]]zO>ɓdjbxC9b```o@ x*Wrkcc1j@+bTRz7Fl۰ixZ߈ RJpۭkV-pֻ]f߽uڥV܌ /O9sˆ{:d9vX{vɌloU+Ra5PU*jff6k֬sΡ|ƫXxMigHu{ocǎJrИ`" q>3]Ag5j@+Y064$'*"Ok`TW0hYR1EiVC˺ڊ~K%ir I-igo0_v)ԯUުS% + +3?/D!##  Bd~f +~0E,]m@!IaJ YJJJss3^x>p|pqD5`s » OH40*\.2ZBmڔj%D *t߮n*Xy^A\DMbD5J)]ҵ@C(j9*=MNαCNYQrI=VDUb~9f ~^TÇ\\\.^h +T9NTC@@{Fa`H@  1-%%]|g/>E<C@)bTҤBH!{OB )ғ~pvo"n|{wΜ)>ȉ|;ydnݞz)oooQm>e˖ /NקAz~bŊ>|p( WI|4v/ľи,` ^3GbG<!"N8dvm:ytnj[@ȱ(1\ :tx'4im6uUmtd2,,7߿ ɠS Bs6l#4%N +la.ooSNzN:Mvڴi $NTTiN:]We3gҥKƚjpYސ.: NX|pڃ"^授;u`w}8J"n=~VEQvGbӑ(ԯ5tQ\ ?/ؼyݻwkR_J!!!NNNO?f2ҩ i_~%45>u%0u*кu;'11Ѹt{|tҩ5m޼y*U7mڤN'uQ LRRRf^xOOC%'ސ{P3&$%sߛ8sgR> ?q658@TwO?tӦMw!3Lu/wuS`!ۦ1ejЩXq jժjժ=c#FЮJƺQi}[p5/O)ȳ<#7(g#ȱ t𙞞>sJ*A#DGG[#-u-c N8(/Q L%c-湻{{tkoϺ3;N$Drp}È%bYi&D_TF :8鼼kMJJJ޽˗/߮]{5stb-KS1;;; iӦoָq4t*y?ßSa*\$Br\9ic=S233Ak',8Uzt$xa_`SN*T4hPll,w,Irrrzu=w!fDfӻuG7L>ylK7_;~$Za$n߼駟|T򰡃SΤ +!yf,YrIǰLI6wzVN%i̝;w\t搣L t(n兏rsfD~^q*5Lǰ|#rȶtZ@츤Ç̞v1+Ef: @ajq|RJ}̓4k\TL$_K3d 6mzw=Z#FP *9gn|>ᵼ|뺯d@W#Nݼ4"xYT \rl#/[(-vPd:u"559:||Of,gXo))gΜ9󍛓N!*3U!y]$%%={VdIK/+S3/[Tݙ3CsS'EPdA +կv=As @2rc ՏEbk q-iO8DT6#d#> +9`G< ӿ[#OݱЙ7Mf]am5yٶ<|O?o]t7_X4Hiƈ::\|އ+y +P/wګrŪ=c@?p/#d{vsٰ~svF>*3t.\G^tUO>VƒEˋ&:|e9/?zz蠑?lo}0è%f gmS&=MD컶fU{ +/gPڍ bo𮤓iy?gd8q2^==*e1lζئ-, ˶KIٵs'uUX|}u: |&Z@FVz?>}nok=b'a9u^#;Y.ĉ9M"F_&ڿ25[Cq mr[+C +r;}&$~+4i|Kt-{RO[\f)~d(|sn^a)8%=YϿᄘ<me-t 9u.hZv3$E5|3TefޥOg8g ihج[Ю1mG쎖\tʹ`ˡQ빯j\ -GE"2HjvH% Xb%Yz?ҹN&L=}25ԼSٷT>y& SrN$el`{oSĜ:_ bLDwMR˯űGq]3:߸0S1c+Gd,s,Zʞ>wKJE)?:_VN)=lJ֙=q ן=m{]8{7AuBG|9$-?z>#4, =t49gm O.:b㱕}OwKQ6&_8qr޺=~y^Oں7ok"Jح|tn3Јz+N-wO׿:߬"xC)\d,^! i]l9Η 2SFct. !C|A/{fUvreD ʄ:2D$"?cx&|_vc,+cfaMa;O99/ksG\#3ۺ.{1W髟CkYLd: +'%F̵D5$: y!V F:|om~V^~\^[o>k +[=Wۚzn/[PϐNxw[S%wP_F/,Ӆt}L>+*{D8y9U\[@]`r R=o cau~k ;W-GTz)h{ 3(H#Or ?yPWd- N78; JgDJD* &qĭTXgo\:ZYԴ~&:\gc=hdu?{G4-c~tv]ݯ~km^vDж،<Ӆ'FLrϔ}o3! :3m|=S2e#75uYW(яEgK>ĭ]}▞b=nSw3w_ߩیk?{wW~CG4 2iÌ g 2l =GӖF3;#C ;4'8箋E6}!>%GVVRgL0HrXgu2E*:\yvH,иas"g (hŎXA PmmmwZAu<뺯m쳮՘M>6- +;^`~"ǶDas6$ 3{^8/ȷg^ȶKcz((Wt:|vxt:7f#/(ȵ727t }gnlpPtZ'4g˚gm e3r +R ;rkYguYguYguY'k\A윂Lc\fno6"OWH}>au}]~lkȖI + lv"/׀YcӅkxB6j>f?uv lުtaId p-uYCSk h0 1 F‰\ \轢ۺZU5;}ΥdϷgH__p Lܽ.$kky5v]eH__gn-+Oʰ^HZb:^[Wn0U 8r [W" +CjYj*-I!M=t:՞II'sbG8XU6[Z|jQcӿ,[ӵeE#|慍# gUg@:-~9UUqBLZU"$aͦ8Z +s]1qU~nzNc݁[?\_{pcoGcUԉԜL.9y9T1`TfS*Ek(MÂZ%]e8 V[d16hK*S29kɤUEvjUN`۸4Fv:MѤ*2͡2"U +ݲ )!rwrX_T4ُ\)Fsr({0 WWOL!L}bL|[zV..Ájݛp Q@ s~U3@u0*M2TbN5=='%6Ϥk;HXr U9%!pȰJNr&W)졌zǰtr!: ktRNܻ&<)75Sa#{v ͨvmMN˲Oe%ܞu,dPz9xP)rGK4cd8tQPR#ϭ,0X:,VlT5_n2f}EG [L\ +&u5HE)fuh +uhEe(Si_*T6F#$rUE T4t7tC||… }}}BL;O~ƍ2docu 0`ذa˗/E&,r>>>FȻqm``3gΜsY)߿Ƀ :u*peU莙3gzzz###ˀCq?~#GL0bO˖-3iF _z5j9r$.<{h0n +ަg^q͉(ۻw/~駟F-Mӟ*+P9CIbZ24:-1+Mt5/:8yp{m55B?rY]opa[M?)lWH7*TH3{ԸtM~ Cv2a0n^Ja"=%;TXJLHԧ6uieP OJM *bj[l5ӄVU!cdI/zaBw2i=Ds|LڕEO(̓f³u@и4aN^ǓܳgOϞ=_xnСC{ԩ;??vXfaaa}~o7xc+W,[,E=EUPq&33sʔ)ժUCI\{ ;}g}U=H 4HLL$`*{l *1N͛k׮}мbM z3fSO=~!ˣG'~l̙3Cl=ɓG&M6nܸɔEGG׫WOnꫯ.ZHDɓ'[n_?5~w5n-u=x}F-!ZEU1bD.]:wܧOe˖AnSe1#~{1o<퀃`􅛛$Tn!թSnݺ5J@hX1\hlL^xq;}֦aqO϶m#gr<#'϶ăm{;Jdt5ʰLn*&6==}AAA2V˗CSz`F}9YPa2bMk.?{(EnXbv9thp1[nV]C 5,F!ˇ&)#xMI"9֍ + (l%IS3 2Mr:]M#-`0E%X:gC!3͎Wj}frtUC 7$XF>nܸ;wӘmw^ +>?bE~7iii}Gy_?sa+Zv ]vxOO>$N3g,;4 qyf +vѴZtiM6)Qز:]y{ʕ+i?@ !C̓G'MDDEEc8YLAȶmq p-lѢj6,kO?DoO t P뮻عǨQLvc6ρm&XƩȽ3w lWbܩܜ s%ڜ|F=j1&tt޽!"ѣ= yҽ{w"m&4ZZD\ldĈ 6tqqP|-vZJH z-;1$$?TW+WTW_h.>#֭[CZ9sfݺu~>`ȑL6$UW_}ٳ%T;.]ܹS#f³H/o߾&ԩSmFA1$TZO? իסC˗/UV8p CK̺M6uر}K,QA~ 4Rb~8q>|r}аA-[&oq9ܲepd(Co\:x&M_A#11QtsaQ7Ǐb +UV\Ɵ疒2=A+D" Cۇk{9o&@xyъz -QɌ38 NR8=zgڲe H$Ln +N<2 S03< +$%%1~RbǎscǎEڴiI_;@J~ ;IKbbbrPqZT)Lp|_a6mf#X%Hhݻб4߿lٲ('33sܹKہm:/yىxuquuiC ReΜ9, &^#o1dɓY`ҥʕC7w} DU!|hRh2z5:h +:F~^(3 ra̵y'm<4 #-~ V&z۶mnB駟p35òUP6=5k0<4Kf8Zv۶mׯ)^ p .݅ŎX^ZNG1 }uŅNKe)yϞ=3O\KAz5 'xb֬Y*5-M!$()(;ul.00:Q*|&LFe}L t#zh-#q˚ܠ]Rjj)SeWw0AVCCsvi;¸MAa.v&l} T4>S5+V;0@j(ˀem\A{2fH 5oޜfo0ZMP,XdCLIBƒ9S<[Q믿"`dѣ +?T\k֬)1[.HBڰL2`kSxt*Z^@}vR5UڪU&NH`8;;ʗ_~g#ݐflgPDēO>bP8 裏X´VFWu 6x饗H~E$KuL` d$Idyt^裡CNwڕq"7o[bgφ u.l9{2,Q!Ϋځ)iӦMUV{J @P 6LzQ5ܹC=bK>tرcpM0^z<7ٳ'E (ҍl.Ue T@'=<"@0|bI& ˎA 4`KѢE FVhhaξa';t}Wȵꉅb4Ph#hmC{ׯOBFAh9PAuָiҤz +wJ=}tZZD%s={nMB& BHx +*Iй0=rj`DxY3|5-N16H8/5 F8~  + +oq*'O_`*,A p0͐!CzQk+_bE?{@9@d-8D6sH\Wo ;H.Zp!5CT$|!TGٿj<(,5eTT [Q$9s H$ذQ-6m4 ظ-[ڼysς;~qqRJ4`6BcTUT3jh!Ta۶m!RRRp2.lݺnݺ0 tV@7A0`\e0w!6m8Ǯb!H$?@{jcD# +7`2edL+`  1*jc0 l˗/dm1w*~oA1_V]֋C^P8$AwެY3| $saj֬IN^,s&#^ 4%`@֭ D/Ce ;v숋ct H^^^uxzzBм<?0:Z8lذ; AlC:iRE!gx  mxԐ0?i*.(:92_Д{/NWt,E Bw/ ><%%رct.H5ڶm[d&U6xufwR݀ ҥyfH-WP7nkŊ)$n>>>*U[lѢE%ؼysWC=zPʽox Gf X塗`gLfdHuޙN ao~٣ +Z4)>N:*zxx5u?dV,oԴiS0. +aH eDY?sƩ ;&h!bH n W:wP24ǺY3  +v/^A PRD 6D(}vzS%ˬqdテҦ( oJLLr=xHQe^ƙUVI%F߾}8AgϞ5"!ϨSOΗD V!P`ʔ)Dw}75k@䢸/ wh5ʗ*U +ڐsʖ-{ +H#! <'wG5k0/YD(vL0.we8C1@0a)СC>}^ ;Sxr_LG ;#ѧIII8 +tlѵkWMMMgNΝր +k)803+V/#M:LBW@iԨQG yQQ|HNNlaH:s-Ǐ0ٳM14W$f4N {ŋ/Ȉh9 .GRӴ… 9U ]te{N:]:ù{ "7Ip'NT,$XsD͙3ԫWŅZGA͠R ] ,ӹt9̴rJ8c ^~xpp׮]4>þ7:.Q٭[7 P@f˄J\@ܹSR ~z3J +@BA5lؐj Bl}8HY`}`Mڵkĉa|]vpʚQ'/s CZ{،45ÈZz5JqƜo2 mڴAq9Su*tj;bS5d@Ԉ&$+A{A-; ,.v^  CA߹V @ciODűN9i- =&9Tm09!lq[ + !B< DP|y:5RY?A'J!q ;8q6\f 74A?DqҖ,9+Ck k9 G?B<<#P7(&ytV6.S?\8 Fu3|[0Ilz {1sss\9+>>B{\ 7DO>T͡`lT +@+U1>% (==5͠v`%A Ag\\(S g +S?rS`ѱsp'CzhR!!!L~Gm4L(lQ0KԜ&1D;*T`CD@nPgAi|Rj=oooq&w_d UޯJ TÂ#oפ=*x((V& +LI2 V<{#&Zͫq54/U +jKvPc>l0YGW@f+9P3?G? :DQ >9ccY9\j{D GgcA!鿚ԍȑ#Q9gMתU "h„ t~rY4kȣ1M3t2..dا;F5d1aٖZ܀ *xbަwyٳ{ի0C&Kq5*!tVO'x/(xl $4j +5G +ظAkLɀ,2vObw7UNy/[.z Ҍߟax. mp!D]xMԩ[PTgj t0'q(`r9xd-ꨆǂs+Ũ)ޔuԙDpY92[k! pL\J*.>>>((޽;0b +j@г?h qwq, M_!le>麗6tT(FOJ17lLl\_~%:9 |T v@`#֭[C5fJ ai~2,Sō`qR>"D r7"CY}ӦM5ڵkg;F֡C%C?;wd`\QQQ0P3>GM7.{WM + + + -ƐPkU{EF5pb;v,?!I`@"/_M:eCDJˏ>TKFZ2tQFf.ٳGP Ȩ9s戲h*d%KUeꙷ7J˸hS{咹hy*U [T)ߥj%{Qa?@|iѢ7_^3$'Ȱ^z=C, p(HH+,uv9*7qaqAASEE p9d~e B>_xᅍ7jHuzуr1"r.{2BA ԉx*/J n'%2LbPbbF>(q@D:$~r+o;cj0t \E$[ +}-cZ^]>~DԋJ 2h.}LJM6 \E<І|޼ysu?=z;.QK,#S;T,yWM{0`2wc̀D冓kǎuaB wȁ?6ݷ~ ^Wl3 6LMMam66\Vbذa\^BoVڴiӥKf͚ݷoD:k,BN&遷BOPVC7qrҤIx@‚ A`>1w.yӝ'۶m jݠA_6l=;ue1!hu:uӉ'h ʤ$l\n3ѡC'44TNz}ț䲐!Dj K'gΜIS RK-#.SGdd$#%}]WNj@i={TY_BNF@i068Q`Ŋ$琷&4RgtR",nXh3-4{0==5гԾ}{4tΡ +ݡ|+5j zmܸQ)ݻn1~xn*o: +p;W\Ç  C` +qm͹[n %N'.2`f,CrI=kh0 +l޼yɲySbb"ljyCqð%0ZeI>SzkԞ={`jĉzbH4fܴiԩS/C>R{뭷Np3.yNZpafͨLqzl<,(J Mf*ܷ\8a0 ! + soMƍq9T0J:ܛCL|1!C@ kfϞ &Yf75AOOP111& ǵ Ju+Tz&1~&IH-n2lCpLJJ +1Pz*Q˖-sww0`n1PĿ +@rΚ5KB+5K`SLA1]&O D'?O7°@@9T\zc(|: m=z4*4h P55. CqSOH5|$#-[niiihʹnNM }܆}4QԨQ4lKGU85(T@,\U yt 1~駹n,mC.,Uu~0L|BE.믿NӲm۶ +Ҍ.Gѭ UV-wc7jӦ QڵkGV~}ND{AWr{>oc&K$[幼0-q6*;3N#Hln?E؃aH- =Pٲe)9&ů ģOvڕSsp;$Oi# :2 +{z^`7(lHMlg'~K&8ɰ/ X iX>}58/ YJ HP?F Lj%,Yٰa*sTVá;u}D;\Z5"LL֮2Ɓ4Bm<Ļ]4Qر}G_% $$Hر#}p>hO.k9+( n x8)+!^eʔ s1gN'DФ7|U8.UT + 9SϸtӦMZ/\as:AŔE%۟D2=pMYY`?YIjW4p`ۓW4 Yg]ǃ-+Q^S:_ih Wr9 ]C*L1teOPgR +H9}ol[XljP*ʿ]Ujm۶ cذaC߿@)poݻ7}mǠ`Aɓ'3^P]`lL>"n&tE< 8)dY~–<تU+F(ܬY3.suЁA0  dڐdن*WmcѣHTa$ؿ/Xqk֬`=a p1.5?~=F>#x?L3vX~m۶-s}ݽ{w; t?) ݇A%?*'{rUHH02QF):C 1AU7&$6X4 /'or)K 䟼N(t8N (BHg8( 5y)Ѐj߾}*9+[n^P8D[Nc@@CFݻh7xؖtEW "nm(44q9ħzO>iѴNW+WPXx(2I׹'7o~= z J}zg,$7y =H'HTbRLLꚁ( ;0Zt=@&&{M6 7cǎ }p+V=(k۵kǵ.M@WIX(>!^VJѬ:&*6qIա˺e;T1$LT@ſCB ͣdn<7ى&ZR-X}Lpr(&5U+nU.D? +,-VoJ ewV]̪M(ZUMlPF$MBrazYȫIeQpJ:'3*Lt]fךqi`Z7 6.k4Gafac(U1,w9.MN AIO)9껦vŪP!8 VmUXʊ `EINꁕLʌ +endstream +endobj +550 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1401 +/Height 999 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 2736 +/Filter /FlateDecode +>> +stream +x We +endstream +endobj +543 0 obj +<> +endobj +545 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [649.985 53.773 664.109 63.762] +/A << /S /GoTo /D (cite.Sen.2012) >> +>> +endobj +549 0 obj +<< +/D [547 0 R /XYZ 62.142 611.522 null] +>> +endobj +541 0 obj +<< +/D [547 0 R /XYZ 63.142 549.785 null] +>> +endobj +546 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im1 542 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +561 0 obj +<< +/Length 2439 +/Filter /FlateDecode +>> +stream +xڕYKs8WHVE\_9g֓lTx QSx_EҒ9 jt_UW?o'򤊂v^E8=? +WGx}ں4~] NJ^ +bOZ‹"I;]}w"Xu u[WNX8zfpQB+MዿK+*[7ͶSVgAٰ}6~ٱp]Ym[]S?/yۋV z,ut +' V%VƒK\( P$P|^m6 F/GGGZ-:e4J]f=?8:Q)D9YU=6aӚ~s͍JϽ>Z;4/zv2ٕ)3[?[7ƍ56{*-X(E gzf{WLIT޻pP]}<}K* w~Gzjc /o׼t6.sB\E,"Al0Z#My9:ЦyxVчlGbSAyyuԸ +IDɌH"' +sBwuN0야@8k;)cOCppz➖tl[}m azI*6;T]!'LUrOQ$#c0yQFYSu1gl4_=~ZW~$a>{lgRSc )H[Wܧ@_0l獐&k[5غ[]e`5B _bQW*OZ(@  #`#@QGF wM oH.Q0/B0T/cA$ bE\iucY-9ÌVk%<FRۭ[y7T'Dadan5U5Dӽ`x@8%tY"rR'0$=L0;ͣöУc=kr=f x1#ܦtxu4~B,K9cm WD5P|v?-Vڙ̯EL +]x-K2[Ž|(L2b+`1^$pxҔ1"j_HT3]ZT3Kȩob`)_g1Cs68(HwL󀩽в=52SƥlXxz0zc3XO9@J4c_pc.Fп64űvd5*=[n8fEH06V@5T>.HuWx {16O2y7eHVSqY="oS7;pCwZH<h'ÏS6 +8Gw}/ +endstream +endobj +560 0 obj +<< +/Type /Page +/Contents 561 0 R +/Resources 559 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 531 0 R +/Annots [ 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R ] +>> +endobj +551 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [134.756 598.606 148.879 608.595] +/A << /S /GoTo /D (cite.Zhang.2012) >> +>> +endobj +552 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [82.895 165.647 128.835 178.09] +/A << /S /GoTo /D (chapter.12) >> +>> +endobj +553 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [481.282 132.912 525.406 145.355] +/A << /S /GoTo /D (chapter.37) >> +>> +endobj +554 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [366.894 100.177 413.296 112.621] +/A << /S /GoTo /D (chapter.65) >> +>> +endobj +555 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [232.622 83.81 277.187 96.253] +/A << /S /GoTo /D (chapter.73) >> +>> +endobj +562 0 obj +<< +/D [560 0 R /XYZ 69.866 809.284 null] +>> +endobj +10 0 obj +<< +/D [560 0 R /XYZ 70.866 771.024 null] +>> +endobj +14 0 obj +<< +/D [560 0 R /XYZ 70.866 503.687 null] +>> +endobj +18 0 obj +<< +/D [560 0 R /XYZ 70.866 217.795 null] +>> +endobj +559 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +566 0 obj +<< +/Length 663 +/Filter /FlateDecode +>> +stream +xڅTM0hL ~[ڨM& `__1TzxyyUn;o7Y4hz J R/{ ko{^_E '1x/}FIT +P#,^$ X+!vKW ByR]}35i~_7;ǦUs[obe@D,Y@tڴtИz4><}_}~Dɛ6U +rP>ˈk;J#Cr_u +iff?\ s؂ԕhh-JưTaS + #YφܡOdbv\BTpl+E6]ϏKgDV<v%F9TR; +4Fs;Fq%`J-+pFH tSޏ2ujtV:skkՖAs3dx7/ U UcGi^t.$N+R]Lc|d:` LveAH,[Ͷ#(-luqWsjiWS; j Gt> +endobj +556 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [169.728 756.641 214.273 769.085] +/A << /S /GoTo /D (chapter.167) >> +>> +endobj +557 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.195 723.907 479.704 736.35] +/A << /S /GoTo /D (chapter.177) >> +>> +endobj +558 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [154.422 691.172 203.756 703.615] +/A << /S /GoTo /D (appendix.180) >> +>> +endobj +567 0 obj +<< +/D [565 0 R /XYZ 69.866 809.284 null] +>> +endobj +564 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +571 0 obj +<< +/Length 1734 +/Filter /FlateDecode +>> +stream +xڥXn6}W"U"uYpjpݦF"@G%^ETx`x>6\p礪c/:?UJ~dKrlpM%*dlQz p~:~j$/"=E/1Ea x]ٕ;rSڲ{AJ^uYWI=MRuv |,!L6J+*GZxq\ Z!f̬tS8 + 4qf{fK +~flF&n !0kIgG _&aYֆVX S %]]cjh'>-a{qܧSfR_q>h"dI)aLx! +ۀҠ[$1JO,`Do +=$lAC /vL J(ΟON3>DmF&N//bƢxio|:C"Vׁvc#c5Xm:tn^׺r?0#zW8fؗkSޘnZAEϾ )FjmcI +w&e9iĎeEq`{ŽjDQ l<րCi~'\֠1:I ma5@yÉ? Q4L2؏~}  O=9woL-*rϭժ]7L=Cd H0>VҝuXD^x薅{u6. @ш.eu8EI^%c‡AWzYox_vlt+Kq8 99'c)PZv+Mj0iK,+MbL>mm&%D esӦe͔XE9y^ +@{nb* +endstream +endobj +570 0 obj +<< +/Type /Page +/Contents 571 0 R +/Resources 569 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 531 0 R +/Annots [ 568 0 R ] +>> +endobj +568 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [94.131 285.048 108.255 295.037] +/A << /S /GoTo /D (cite.Gorry.1989) >> +>> +endobj +572 0 obj +<< +/D [570 0 R /XYZ 69.866 809.284 null] +>> +endobj +22 0 obj +<< +/D [570 0 R /XYZ 70.866 771.024 null] +>> +endobj +26 0 obj +<< +/D [570 0 R /XYZ 70.866 498.809 null] +>> +endobj +30 0 obj +<< +/D [570 0 R /XYZ 70.866 391.084 null] +>> +endobj +569 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F28 573 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +580 0 obj +<< +/Length 1943 +/Filter /FlateDecode +>> +stream +xڵXKs6WHX(A^:${ک@Ċ5EKg,o?2 +A|*}ͻ8xĊ}g,AF,J +>wo}Nj”]>hw%OaԪ(vhA#?4Ȥ`i;8'U2ΣͧA][8HzW6=BX(McEl׻oRWeW-ij7m4;%(tθ(,Θ$[:4녈¡owe_kfIjh5wxv\y>SwkU}oRmP˱^ZmvJ":+zF7ɢ;/Zui&L ɒ"!E`/4AL=xyV5=,8Ձ;y-]EriR,}S h.߉L8`wֿ)Htkͮ 4|ݦm0kW^8"H!V j^ Ţ<$W޵+ tҌhҴ JZU ݏWkt*V +g*g.fNt]+e2h.C$|3t~D1R7a @/h7vs%uPSi~'QG[U-hJW4".q7aqߍjM> 8gE+R$,rbq/Ii3`VڋwZ+@u?{to!q~%B&M0i{n# `5laYp|)0ui)zW4 3;y>]5R`iz.WJR3xƊX+tVCUCq$c{34Oh֞s"+ +tpk|ox"It؟%yxqҥҩJoC }8,ogw; xAl:S0mWӴ飇n0:p\ᛲʉNJ/X,ϾJ7vS*"IF6;o;K30wB}1c-қ +!KY YM i@!G툿_EQՇo͵sx)*/֭K]˝ō'SƳ厚>ʏ}J`n*#qV"\0"Y; ]"`/Hk_LJ2ȶiuV,PII$0vu69*$aw@]\:CkOV[P~;^L$ CZiCͪ/6壙kMϤ$9%gu(Nm^@Wx*X_TtKT\rh?4Ե?ën=Gس\]Xr1-^Z(2H.} !vݻVE}<ߴ{$ c/_f"t ꂍ,ޕ=6OZ_r!bj/> +endobj +575 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [217.817 483.969 231.94 493.958] +/A << /S /GoTo /D (cite.Haas.2005) >> +>> +endobj +576 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [327.14 69.646 341.263 79.635] +/A << /S /GoTo /D (cite.Haas.2005) >> +>> +endobj +581 0 obj +<< +/D [579 0 R /XYZ 69.866 809.284 null] +>> +endobj +34 0 obj +<< +/D [579 0 R /XYZ 70.866 590.005 null] +>> +endobj +578 0 obj +<< +/Font << /F28 573 0 R /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +593 0 obj +<< +/Length 2273 +/Filter /FlateDecode +>> +stream +xڭZK۸ϯ*[XŵdUY'3Ik(j"Rvy~6#DuM~C_~2b4eݷJS4%FH+JJe%mngշqVdʵmQնy$[7㢚%NׅŇ0oSrSƫ2l<,XݘC [aN%Nj I*"-QFOxְCy/[ PjzEM<{1Q4&;&ΪeEYx+P=>&\! c@tf˲eXƜ 1hV=5~}pj[p&Emq<,?',v)zd|n6٦?9,G +Ed1}:4$1C}|EFiB3`d<nJ]-g8pͽвyv.Vz)+NrÄ!n}QbHy49|ABEbƦu~0?G*{XFv7e`+,uFs#hW.[d(ppͿ{4RDC[HQw1H&#PZQme;8Uס̔ JR9R$q3[/RDCО2EҸ"c4)>ncuCE]EST:d!pV js&J l -<: 4]O9 F4q"\.]HTI @rc2sRjH2#Ц..^A05qNT'$a;Zₑ䇹h h )^ 3*% 3B_s?I84m q*u7oW\*Kc{uj't}yp[p).$!"EZA*+]dY8_K}'eH +"{tp`A=a .B";%N@bJ'!3CjT_;~оݠ 1Lk &ݟOtʯx;`UzELA_hwQCz!ُ2pF*#NUŒU +I/MFTVB#DOtK.{/ ;|%wbCkM=lE楄[7vKbb +pH}g_?@ǁ&="´q'omk,{XLu`ȢbQz;EG٩m[>LN׋TbV<0_iodK_ƞٹQ]fb xP0UkaDžuM۰]iލhظ~ƽϳvO)vfР2[XmՔȻc^ⴳq y(/DYzfj_r#zL 'x]=ۓqڧ-T .6g:XmW)섅 6 ;s&. PV$6GSE'VȎ {VD(W%'X})_Ɛa*| bՅ[S9X 5^iO (m rk>LAPy ?ˁ$jZ,X<*^r[܆p< gC>΁PIe&wWWڮ0|-ͰT\ }I}Tpy +endstream +endobj +592 0 obj +<< +/Type /Page +/Contents 593 0 R +/Resources 591 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 582 0 R +/Annots [ 577 0 R 584 0 R 585 0 R 587 0 R 588 0 R 589 0 R 590 0 R ] +>> +endobj +577 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [330.615 742.478 344.739 752.466] +/A << /S /GoTo /D (cite.Haas.2005) >> +>> +endobj +584 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.532 723.907 125.158 736.35] +/A << /S /GoTo /D (table.caption.16) >> +>> +endobj +585 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [435.461 726.334 449.584 736.099] +/A << /S /GoTo /D (cite.Haas.2005.2) >> +>> +endobj +587 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [445.887 674.917 460.01 684.906] +/A << /S /GoTo /D (cite.Haas.2005) >> +>> +endobj +588 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [91.327 362.708 148.73 375.152] +/A << /S /GoTo /D (table.caption.16) >> +>> +endobj +589 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [435.362 239.126 449.486 249.115] +/A << /S /GoTo /D (cite.Power.2002) >> +>> +endobj +590 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [419.894 129.19 427.952 138.585] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +594 0 obj +<< +/D [592 0 R /XYZ 69.866 809.284 null] +>> +endobj +595 0 obj +<< +/D [592 0 R /XYZ 70.866 703.768 null] +>> +endobj +38 0 obj +<< +/D [592 0 R /XYZ 70.866 298.362 null] +>> +endobj +591 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F28 573 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +603 0 obj +<< +/Length 2022 +/Filter /FlateDecode +>> +stream +xڵXKo6WlV$<&ӦEڠvqZJ(5M~}g8VZmD棢Wފ<+A1!,X&m| +"mq^[/PrTݶ4Z 8 +G\{Z9,9XȂ=kE7 BK>NnV5MӳHTyujiw4bIrujhvK];ehoH;js?g8RKdLJҪT֝;S!#t ɯ7JWJfYlU3MmT`nhk;ǵށ^Y蒡:j? +VNМ-&+ڮ"\-]}pfG<LZYR$Uc "TMwAFB eu~ݕsxp(쇺4NunWܖ'4;0i/L@Z2n~Ze(dǂ?Qe17lRM$gKe,Ci7JC4%;Bœ ah#ݷ}LڕVԸdRmbp OvFI phd(I!x4i+qٍ̣.f*Q@Q Zn3YTHVƲ Ԋ$ +AzUlZXyQ_j7=$do׷bJ$Rɦaci7`dQ. pHFnh 7ږ;x ]gGm Tskqe* m0'aV[tT@i}p.GM8WU#! }OQt-nn6`̋tJN`2qYU%dażI+bb@*!@PVh!;U?](b +?. jHա>K?ރO >b9qƙȝ>W2^Ts켙a=<"iK,NQ` j,Kn=}z~ABp $J@E@|U8Xfh A&B@ct*Z#UdΒ$>؆'bAZoXՊj +Cs~ pQ8miaQfy%㹧Xp +)ZzٺC`&/Mw(a9wpaUѢ +.H]d#~]nqn+/1=sϴ '/Xhl +V4)_$q{R)EfҌ,!O`HSk}sL(_f$ѡq$^aԿ0rհq?AAGV)Àx zk9:u֯䭴[۞8BͤmWV fЇ$5вiqV$z91N9qj(=dGpގԧGL?.t$I?mBF^H[(Rɔ1yz-%?Қ7,`QE͸|^_qǟkk@Җ,>/BUɀ'SE2'j-"'o`ftELg8Uv@$ g(GJB ^xtr>} +endstream +endobj +602 0 obj +<< +/Type /Page +/Contents 603 0 R +/Resources 601 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 582 0 R +/Annots [ 598 0 R 599 0 R 600 0 R ] +>> +endobj +598 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [118.971 677.232 127.029 686.626] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +599 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [265.598 372.088 273.656 381.483] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +600 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [252.169 118.312 266.292 128.301] +/A << /S /GoTo /D (cite.Solms.2012) >> +>> +endobj +604 0 obj +<< +/D [602 0 R /XYZ 69.866 809.284 null] +>> +endobj +42 0 obj +<< +/D [602 0 R /XYZ 70.866 294.043 null] +>> +endobj +46 0 obj +<< +/D [602 0 R /XYZ 70.866 224.348 null] +>> +endobj +601 0 obj +<< +/Font << /F28 573 0 R /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +614 0 obj +<< +/Length 2271 +/Filter /FlateDecode +>> +stream +xڵXKs8WQ]VH[j%V_?Ks +F+J%*M/xuX=a]«nڗҝZo,^t[(+&^+ZQ]G# uݾUL+UKa1SE^=|hVW-Ҫf_ɅiQ'yJ=䤙wUƍI |mRxCJ{m^q ++eJłkuP$=ho(L3|d3?LD .>Z/>BS»i-asc<ʪ'y ݳ:!F"Im|@ͺvx<^Ho`Gzݘn UJ+ћ|n5D +=g s,xso81O]C{rb{JEYYP x+$n,D250InMHi`A +d|Cj~c-ݎ`C<gs W +Ifd܂sT*^d=_u0u Nq^J[n*NO9HSO2&wBgdAâAG[Av{;߉& Œ^\S5}1, FypXy"ֿ,zANuD3ۆ)pXu >h lXve5M9F?Ύ; Mq@RtI,ƞzORs}SN\^e)AJJ?j:psM,iJHjg b\&倵S.kj+-2'M/)XRh;iybҡרAHܙ 6DH1%.liݩ sH=V}4wKlf'-)=YX3]w3r JVm#tkN g+H̫TC9@zgc *N̲!r.;'sc$;sQuųgEsof+vv37~V;r:&$zyDC2b+ԿN !kjzx>\Hp,L,ֿCAB$L |s,k<Ӷooi& +" +C2tC6GuBE9@aA!j(|̓9Je•M1J'n{*C+zARVsܷ-5L)Jo͓6rmKWhXz>ܸWwӊ ]V/t]n8Wpn&;W[hs=Rh-#s@=)"~`iԛSQ9o +Z펊"ڷK| (Re:BrB1XhUG52Lƒ f1SɇPDTbi*?I$IJ99˽bz-0WЬpZrڮ\Lp Gi ?NM+]5:]e`ή,F$a} Z3Ei.#?t$c,kwd-=6u%ǁ&3$eKʜ`#}Y Nu+=69ª p:8{,3AyUCK=s)teX4NMlAJ%fƢ 6 *+CHX*[IAܼEFZyw X-XAYkt[D̰@1#cr2gAz[Pwܧ`.}#p׿|+gyva8fa^^Oc5k'4?1E ;r.po/S`_/4 w 5[A^7KG0=R{Lc>3lĞq9WXS>=]V{d;"q`Œ=hN=c~ +H:P>lOӜXGʳo?. +endstream +endobj +613 0 obj +<< +/Type /Page +/Contents 614 0 R +/Resources 612 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 582 0 R +/Annots [ 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R ] +>> +endobj +606 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [385.912 742.478 400.035 752.466] +/A << /S /GoTo /D (cite.Solms.2012) >> +>> +endobj +607 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [112.589 541.373 126.712 551.362] +/A << /S /GoTo /D (cite.Rohloff.2008) >> +>> +endobj +608 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [488.511 448.322 502.635 458.311] +/A << /S /GoTo /D (cite.Rohloff.2008) >> +>> +endobj +609 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [243.278 387.488 251.336 397.254] +/A << /S /GoTo /D (cite.ISO42010.2011) >> +>> +endobj +610 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [262.074 387.265 276.197 397.254] +/A << /S /GoTo /D (cite.Rohloff.2008) >> +>> +endobj +611 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [483.668 278.07 497.791 287.835] +/A << /S /GoTo /D (cite.Geoffrion.1995) >> +>> +endobj +615 0 obj +<< +/D [613 0 R /XYZ 69.866 809.284 null] +>> +endobj +50 0 obj +<< +/D [613 0 R /XYZ 70.866 521.913 null] +>> +endobj +54 0 obj +<< +/D [613 0 R /XYZ 70.866 367.646 null] +>> +endobj +58 0 obj +<< +/D [613 0 R /XYZ 70.866 199.341 null] +>> +endobj +612 0 obj +<< +/Font << /F34 351 0 R /F28 573 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +631 0 obj +<< +/Length 1769 +/Filter /FlateDecode +>> +stream +xڝXMs8 W(ZR4mwm3ɶ; [̉LeD/@P:" xǰX7/~{#dYT7G,5 cQ KY$_ϳ,n6E+(1VC\PUii vqj4Z-Gtk?}3&SѶ/3Yz~ԩ]ڨh,.@gn{V "J<6B\k85[RJJ X$lҦ4d L֪1~&mi)%dtf+Tzr>(rOB,ٛgEH$4M^kGUYF{0(y^\?<."Y?4]<4;<[nڸV>"/FC;P8%ps XQ$#v"D._{1<σ(G 㜏]%Qj?RWu K~8z,(5p?B?#eD؆CU>K848?*wxUqt34~Vj+u:(x@A:$D*!uHĂxl4iKn5H13NA5/cf[2C'r?HH?OV>$䁥Y߀EX#)oQIЭ N:w Th@bU^#s(OW.|=2f;)Cn<ŜܧWSG) ڱBT."ֹo/,΍Q/h M>hX ˪7k' _ +іdJ.EN=͞Ck>x< wG͟nwov5 +5]I[B>t-yG> +endobj +619 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [321.059 484.513 335.182 494.502] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +620 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [219.184 348.878 233.307 358.867] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +621 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [142.266 332.511 156.389 342.5] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +622 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [404.336 316.143 418.459 326.132] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +623 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [450.641 299.776 464.764 309.765] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +624 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [115.894 267.042 130.017 277.03] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +625 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [418.16 250.674 432.283 260.663] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +632 0 obj +<< +/D [630 0 R /XYZ 69.866 809.284 null] +>> +endobj +62 0 obj +<< +/D [630 0 R /XYZ 70.866 611.142 null] +>> +endobj +66 0 obj +<< +/D [630 0 R /XYZ 70.866 541.447 null] +>> +endobj +629 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F28 573 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +641 0 obj +<< +/Length 1257 +/Filter /FlateDecode +>> +stream +xڵWMo6W(+.?%qo&-R1zhmѲNezPC)8E"@4$334F?XxNґHƣnhUR/->xti38:}YȈQf|LШ :SѼehVI"%_/g }ݘ:[m^5 : {j#aCBZrJ"3"& Z)a*6uPM_XLj:lø2KcQ\,M=2~嵏Ő:*'k +R3D!:ca00i$ 4&L^}S ӏm}v.!va š/4bS.`xݞj.ܧ3P*(WzRڪ@ɇݧyf'(kR 9LΉ̳kumilXgp~܀Kc+SPxiAf&rx :m!yo +⶧) (F3[zoKkTl`l4#\gQ*ހÉ ױDr9 wV@.> N^lG s[.]U00!D=<m/읢Z2':;Tx26ǽę ThHAF@Aeճ^f7$-$d&p=> +endobj +626 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/three-layer-architecture.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 645 0 R +/BBox [8.02 8.01 362.74 370.49] +/Group 644 0 R +/Resources << +/ExtGState << +/GS5 646 0 R +/GS6 647 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/Font << /F1 648 0 R>> +>> +/Length 1527 +/Filter /FlateDecode +>> +stream +xY[9~o*cAWV\fatѵmq܁CNJuuo3M嫜sI*>g}#&g? iL-<_.^aL(_/w[v,L ?3W;md +,AprruGUb +x]bPRs %yLɽfFq;Blq@7#,Ls X듷d u޳dEe]Uyݾb'O's)}zWkslW24[/˱!:RDn}rpǤ6\6iڕN/zѮh;ռm "iil?%@Ji=kJ4ggYcZvdZ*D)1&΍Ł9rK +Osք,;g͙eXet|~sk%Lٝ"!WKPO,in*ڨ #jvyEoX \Bmܶw&7zm,[1Bd7SˏWfݎ~ E5H(YϾn./H=OIX]PJa0ת&/Iu79^!r7Ȗ+*%썟SR.S2K!4:)w8Mݭ송 +C$OgpRvhQi4ԭW[EuwO.R[Uk8\yI[WD(p &;Ǎ_cQ-L3Ƅ8- \hө*#%{ +qĀhpz+L~xc UFE^,"7u^dɽ^/1/oo:|H cN{py}ⷵj{˝ ,IE+G `qܕ.cuӋC9FXv@5i-@E:*@)V$4$E'k* ^sU,=RGBt@2eƞNְy",H^H!*$JB1F"CNgt zd:e)ȡ@yQ2(u(m})LsX4m8\Yb{ PxO_(j X,2jc*T[׼xѕy3PF4[L^du/:`=H*)ЋT(|hh2P. PD&@/.gKeu%uVHdH.߄{F,,#';@6]cAϵ@+5tcjr t 1@p" JH0R;DC^ά?> "d4*jn\ZhCJH,l=0R{<ߗ;y\)Ext +)0d+`do:# +endstream +endobj +645 0 obj +<< +/Keywords () +/ModDate (D:20161211193028+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161211192931+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +646 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +647 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +648 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 45 +/Type /Font +/BaseFont /BCDEEE+Calibri +/FontDescriptor 649 0 R +/Encoding /WinAnsiEncoding +/LastChar 228 +/Widths 650 0 R +>> +endobj +649 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 651 0 R +/XHeight 250 +/FontBBox [ -503 -250 1240 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1743 +/FontName /BCDEEE+Calibri +/ItalicAngle 0 +/Ascent 750 +/FontWeight 400 +>> +endobj +650 0 obj +[ 306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 579 544 0 615 0 0 0 0 0 0 0 0 855 0 0 517 0 0 459 0 0 0 890 0 0 0 0 0 0 0 0 0 479 525 423 525 498 305 471 525 230 0 455 230 0 525 527 525 0 349 391 335 525 452 715 0 0 395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479] +endobj +651 0 obj +<< +/Length1 361976 +/Filter /FlateDecode +/Length 158253 +>> +stream +x|\T;g V,bYivE^c4!=!1WscʲjDL&7ݴj S~;;g{f @aI\WLMÈ./ꂽ$VY34$VO(,*"7ikWJf'E`B?$Nxgg{ħjm"ϻ3_ڽkÉ6>NdgK~z,ɷE^Pj9" aщ'ySc]Q7߃hC67ާi\1&|qҹ5@bg^߼.'aYN4t撺˳#^Ҹ{/[x! I\l'UJ+/B4m\ 6J~Cѱc/6>-es}Z"5)4~f:H-KxJZRеdFvʦӈFZ F8-L9ً C}G2&~#r&! ;M1N)}Dkb~_oo,}5Xi¿:]kغ5Gk6x+qw#4}gknkPy [ #غo]fGGj,j;vvj8a2"^ V+Bz,e̯[H\א{,(0 ?]xN1# wsDï#??K{{\C:vJcJ7n;ct7~_`*WSկiQ7j֦#=_.a统 Va{x2|wɁF 1~ȧ/xySVZbK/Zش`~cü̙]]U(/+-1})'MP\TX?ޗ7cF9bxY23xzhkTdl24AYEZw 6`L8P=u0u10w ku7wwO<cO_؁Y";L.K+7z܁kc^F%==EMu6"^5S50ڢV@?6oЅ֯htFCFQ]CЙ^ۨ@0,z,B9f:ݖv;ͫ< us*:tj5px=>J-7zP@BAjCEr\B)E9 s;`qUq +P2Z+\JgzWUy*S+poy+gy疌w4TɧhqUDǺ+[T eAv-LJCrdDtesL|_{w5v`Cю2 6*wЭJeEF*C%BwFݠeT߮/i->m-m-/lMxȥd}Q&_/gӢ5Tom6-mYEK[ϹKTlt0r%7?tm6B|`&7a}RnocUSkm=( s" <(yaf[ Әz=Onv fHxrm`#Ɗ$f!8Vc-+^L7A :9WʾIUX* \&"!2zЩsΣKuT jD9c2兲ZFD5{Z,` >CV^hT.[vh;OC\urѴԻ+a#`qmkq<ׅR`[H Ƀ@v-%*w-2=݉v9S'_%|?%QUNqI4ѓ7H@@}9Fchِm1>n$|/zzP}%S]%Qm%RM%Pu%^SU%^Qe%^RE%^Py%SY%Qi%RI%Pq%SQ%Qa%RA%Pb+q*qw+[]J+Sءv%)TMw*q+q[U(q7+q7*q+q*EkZR+\˔TKXP 8_8Ws8[JęJ*q+q*q#ԱGcP=B{:u#ԱGcP=B{:u#ԱGTB:u#GP?B:u#GP?B:u#GP?B:u#GP?B{:u#iGӎPN;Bv:u# +IѮ5΅3sW"D5µ㙎 6qm#ӱL 1eZmi%WA˙1-e%LL=@251-`YjZS=<:ZraTTT4i&itiLS0M:'&1M :'&0S@EATP!SS>~><7(9i4wŔ4ip6) e4e3 ~L3cˡ328f&So~.^LiL=L` P$6&2%1)mvX60E3ٸmL&s0d +L6j\L`:\i?>n'~bӏL?+@AwL2}m_s+L_rL3O>a]Ƶ!ӻl|md7:k@{2_bz9g LO1=.O0=ǘezaA=~n^6t7n]L칓kw1`δ- +fژLw2t;mL[n &a(0m71tL1]˴v5GJnr˘.pb. 8Lq۹L0ʹ,G3S4>> +|wwP&zbkC\_nvz xhy9Y?K\OA? ы\E/t=z$za}|{y?ppmJݶUݶծ]@;hێm6 i=uuvFmM\nnnnt}o.v]}5UW ub] +%Ew5uN Q \ntuCdC$:?akx&q[7usӔMnںM8sF[7ߺο[;kn]7IXz5bQF ^#4Zc_^cںO+KV 4 |F+ET{Ǟm+++˷./Ŀ\ߴu~nqk>w.tnjJ,̭VsKe[K3r>-w)ɹNO-橧.0'FBN?si$giMujcSD,sR %kYű=^{}=*${;ɐ(-iZEyCJd&DWVu8 - ;"UlWg"!Υ +*(2姯:`>=@ٕmB]@%z͛)-J 2hز%-jJEjOR\sWYE8 ۟k"6#Vb1M~t|1CFF5mHE"ﯯ8j< >+{WU7jUbzU~ZZ@GBY{<;A; 88h6c 1z`XV+2`)h@4 @=0j@ 0 TU@%0 +(J`0LID`P @|@08 + F\`$0 r`0 Y}L x@:\@/ 8T HzI@"q@  +D0&8@@ `~`O'߁oog'߀oooo////OOOO{{{. ۀ ;;ہۀ_[k-5Ue%Ey9f,L888 88Ʒ/ֿX_` /ֿX_` /V=@`=@`=@`=@`=@`=@`=@`=@`X_` }/־Xk_` }gK՟=Vr0%h+I^MJh|JޢytenP'?K;<ƴldx}{bX.@->dw|ut(JŁ}x1BֵӠcZ>xA)UlC5TKujbj%T-E|Ghxa{!eXIi rUl[:|chKiSsnو z}=p's+l9NSN߬ѩZL: l:Wnsup!]DӥWЕY/t lkt%[GiAw]z.5Έ|=ˑÓ3[彵t='v6Gy<9 +?ea8q"Yf巬*WvzMí/ŧ̪TAF]Wwn t#ͺR̖o[ot鮊]rj mxwNjv$=iEn̐hv,vnҋkcءizAYqԞ%zMDC@=obh<~ߍ<_Is;_K1R"mc]O4_Tyv: ?/=)\e+% sij:x]d®"v9YhMtIo=SJ;v$F ܇Fna"H_Qޙ9ܼ.nϳl<>޸Q{E;gs>x!:ܳyȓ}y>ͲAz>E!U‘БY, fOA#rrӆt۰#r 2NuaxjÌf8OS؄hI7pl|vAil0EX=GZbRZ\DD\ZRbr-S̾L1 /4c4*B3SI436nI8_&1z&&rӐNO>qM.v]LDf{7ۭV% |Regi?}Dlβi}<۬ihdnyc<8OyyyqFeg8zr@:r{:r ޚuz!-1IV:x/#)ɬ?tC;3sHcH7 +#>ҸNj Qi"B)}{Jr [sH)ƙd Zc" Xb6Fd׽K[_+.#6|)}R}hO=1њ%stΒY9k7~=;)3i/+5'OdjTQGe}c$ +"׹r!98:n/rڗ2HpHi  ""쎷d9܃$Gu&q5Օ$oKYL&-¸`(h2cK~Ӏ>~Οgn5 (g_>cx=?]#B[s(P͡Ci7niH9O9Oۢ4+Cvly%dC/Bx*Xmf齣{|uT4<[w "SR".ǘY5Y\1}AquW.{pPgbn#o1f,s&cnNk7$яD+e|(:ClYv-OSx 3L}rR:v.N93!rfnsbbbb*-H>=RYmbC(F:F:b4/OjL3RNjgC^LLKʹm Qv6Q˰;&;L}g@oo(z<O"̡91$1P_ښfa5F"brJVLέ)3lҦ1 ϫΚ66l fŚ]X3zDɰԡ勖.*g-;9Å#w?O%9#3bŌgMq[q=#{zg>vhQڗQy%}߷jZP_jn>Lb0ۘ@H Cf0aw&K⻁l!!̒@g7Bl}UZn5-JU{U  U8:O;3=PF<& 51P &{p!nmq<ǣ>ev4”J\?:/[Ft[1D +TUPQ-:Da+bWRI5UdŸ&vu4p\OJݣxXs8}j\Tj%(y9&,Sd4(* EJsT ,V@5@C1?VRWHKoK )R r%M32tŢCD&&)DoOy54x 19"'!':=+ԓ\pA} BG&`OEie) Dߚxktf_d0!OVm-?]So'kj|NEڞ}m5mю@\~^!*5a7A)0cy+#ciZcEwChǛ;At~=9Рdf6p{@vBY\j 8By!5?ž3$hJAX&w.vX""z}vZ5ٲ㑱L&>XclZe`uqHAF3RrvIC`\ +(͗XvX̹|s.r?GHۡԬCG6^8X14L} _YFK:Z -c/BR),YŤ(ֳ&}͒Ep\|ux N;h9]1 T/6]i45]ZmAWvC]pe>l2^.0MtI1Q'M7,p9҈.`7ZD<ċ11TY1/b JE.-:j w;{`(9*3Aը֌E^qB6p< 17cb,ڡ qm}N񝂮`^Unܢ8F/@$R%[&C|VkH:~B /d3'7(8c_|ߤF3bmzuR@'b4 I@ ͕?IA 9XKµbR#/-K%JGG% 3䤠E+(S"m((KqM_j;ZUv >?}.MklDSZ3DC -z1Y4M7 m#8A+QHdZL +ͅLuiʳFhֹM&_|5VJmt̺< I Sx#c=|aHTL]^7LP$9krWwFڱ"|NSy)ڛ&jS}>#}ah:CM]s:є'Iu7jB8Nn4;ilzYH5#MfFu<|Eoak;#5k֬idWߡzAy]+-:!)U\*g#ݱԼiuD,'-1ܪ`9td0t{0%pREFEpiθuq@?͕%.q +`SK,]?DpgqEsU-rG&5-"춎hnۘMn׎4(RZI2u-suxoNkjZK>1 wm+2; aѢkj!pDC5[ ف}urcm[0 +IRr6)C^҈ν, 8Ţ_s4VYohw Rbu% &ހ&\>X `6 8irf܄ПSJ tk Ɵ#Oƾymt I|}Ԗ^D6;\:olML=|'1++nt=1S:8}@y(f^[f2zM)gYZ:P+AfAuyfiQb))֚7bJw|z  zQPk(YM7Cn)`frC1 ν ƥ1uLXPZ $\%+*f5-Xr(rB. Qz5Jaqz#f9*yb5.w +Dh\t;=:I{4yߤD$ļT Z"!$G +V!O2zAV>05[^X+s#gLʂ^!kDNuOmg-p,LQF*y-. .f+F4]kvQ}٣VèNSRէQM6ǯ>+*g&bܪnWwKMI_2J,Ra8-cBn“gY8 hd1/n2 5"1X݋E8&U&"'x¯xa +Kvեlpnpk9glXH)EۺN'}euNv6Z1ifa6l!MjTɻ5w>g^O!D'P>EAk%ڍbT(4=f~Gh/flE`mX"PyBbYs ):,زb +, " 1KdAc~AcFr9:0:d9$1 Ub⡱H6hm]+yHz|fW5a?Cӎ&j7yJ~![Z/~!4O3WZ^wed?tx[TJq .z 㲼rgY]|H('X GbP 8:,b0݄t m{dic"ýMf*T5md:RkƢQXmj׬ԙ!suGD*V%(2K'Cq3%L l`?dkWf6@p3}?"B 0b{f^+eIVNE7[K[rPgډp{ h@t(*$x[@aY^*XK얜* +X} p叀RV1/╘q@Nz3+K-?55[RU~adV$.+@籁˯_)$I˥Y]~8X4:9DBȷ #2Dgb!GFdf_za.?=Wg0a.);U$ T Fs/i=XU#TO#@ϭ{G؃`1:%% +b^tPSbP]XFbQQ+`vNa&n2/,H>-F}_FZK$"P-7qWi)ovk-θTDhEW`Y}I ۜK 59`,764%Vb1Eg;HKz&i>&IIR_D CCSR4o0u<Ņ*vݑ1kk"lR8q[oB?u53¤sE_gk}rI,IY#-ͭcGք)e# [r6L=}cPϧ &Ҍn&Cr - 35]s-=+!WLe*jjq,9dw? td.=V8<\FZFK,8$>>pu%+$M6|f|ynG0?TAfh*6`*F%rRj;l/u0AG'g}Q=-^]jMn L!1k Yّ;^L)WRq42qe^kk*)@Gv]4`۰#s9o=cZzX*Q/)m̍J+ᢽ 0M +"9hR LȾQRb NJle}%( iٳ  y*:k#=)Im@~no[X@,`(A"Nmt:{ mgs=S:Xpg 7Ƴh4,F>7\|iP%ZS`V2*`JU0([&pbN zXR>/p{cNy+&zd$akymg18f :rRJԜ-Ͽ. 6r_pcĂJ*#ň%OEVFCNG$Bg(^G :M& +5`k#hz#E*>j<)jm%4g=$9UB9c9# B({=[*g_i"9ԟS|((\%*ƚWbhK,'Ub+#.`G닟Z'QLLVgjΐWo$r .P*JELAk-A[_;PSEqM]FE@< Dc~̱bځ?!m>1PζØF]mvˠzH1X.'wS~Gi}#/介M@^SPNyq\nfz(p|]tZU<=}˻}U(_blD.|`L3OO])ÛBF)p|5,S4ȔJ`3|rpA0|YK,|`*./+`> dut%?Hx{lZOHv +^ħ?/}&x am ~^Ȍtt4sHnbP<f:ANJlQ曋U]pXWGT40q%j$b/,~%7yHy _yj;)8pY͟z7`L|XrjɮO`ijf%l3D-s)b\JJh xQ+>r| `e+#أ%adJ,+{TS](k +]@$)$zXMU#ءkDUޜ7lDIp̘8)r⯮f] k$LZ)$Vį/{{SWu%mެ`Z.VإWN!-m.ɭK-C6eԐ{:̪iytc@FoXn|KWf4.[ 3tT/~]vee'3[X:S.jG9X)}HŴށ~od#ޤH~ ه؇TȲƲnؽJ%VO| ;,$#ua+q܈ڠ`O1'a[ËDzE؄IDSJl*N&hԨc,DF'dͳb[ v[_g@o7 ZwKM/h\\"xwL +RbozqoX`}wopւ{K,8W*~"0`H # $rnnFHd2}4 $Ogoke˄MkZvH}ul{n5\滋 Wk4X<3MmjLof/ Lu}>]l季u'dsC{욆@fC՚Xu[R Ӯ-miBbk +z.ԃ(s0{Qѹ + TbYT8ƮUNʷ>3-/ xJՃ"P7d%jR9GFP]Z#[T}bf-xkTEJ`\0: f|k儾'!#XF^gݘ3p4{_ @gd. ]=y~> 4mD\$-:H!RFW*!Ӝ,ht$j9+6 fL$ ㅃ{摎;V}E/DygV 1񠄞̢}i*ăjyI6(AB)YȢZ_'+$<"|8ql>\,t e$wjO7ٿf`VQp=#9aF5xP<(4^'h9y:y7r3P0:c2\sPz8GIg\O2ě*lpU?Ψ*Lp79XUHTr|ߵ/{f-OںnAcK8׍槎 tqj,ϹS񃃅R-QW@zp~qa~Yۚ52^>2 ~4=~~'M_>~j_m]Wٟ`pByҐ@S=]Z_ᡜڛHm]aCo{CXFۣ;&8'@p&Ft!BaU!Ud*L*z5赶#d01 /|!WZdokVijf5$§DopZy1CL ]O 偞(O 1 +Xnwot ]݋:{ZgJunpU?ReN!Q4 uM0_ l-}:]-1F:L4pl鶀*-2>36'\܎;0>5$%x'\BЩlNN:KT߃2_Lꍸø du;FSz9g5ֲ +Nuyb4i>A?pwȬHɐc\y2h(:SfɝW쟍%K9E^.c8 `jv3̐-="I'sLh4%Q\Nf7`o#Ϣ/$\"K$ޟX9t&-FMxnIһer'[:F ܂Uŝ3HR^C[7/&sd~gncr4G2i']Z%WPe/~#nWZ!sq75"}.`$g%XW^ N[)]E *-fqGQeX|wkn[x#|7ZwXeu.7>|!&(SCbUУZ!ja&)2)(Se"4a*"L043"LnZHpZV ݩG"4}IF^J M|fJK:%IzNΑ#HHiHjPd,}sZe.!ة%TSϪxFc 1V5l+hϨ:/R_-*Im0X= H{k0R߹FO\A2^KOBv!0~lcZo<$"L"$BL"$LϤTL%tt2Lg f(*YD|f t:6wb<.qG|VgNlvfj:!ڜep׵/Po <$S+Y\Ddݽf1$RR*D'V3DuK5˂$2 m?l˪BYX?⌮T0T1pO92JAYY\Ȫa2a撜{+c%VB tNVX4fBr4]Z爛/4ijYmraxr$Nl 5{:Q!~B=0Zc\GK;ѦJo1~0W/NyH:RWDaR)6H Xptgn:K:ـ9~<93L]&a3xjouܘ{7px^8IFk3p~w<ګkxӐ71sJ~ksz)M;a`QJ嗬75Aj\ts΄7+]Ue5Θo:,1tZVվ ;Ɋ$*F܊҅`6Gb LՏDzvOʤw{$BcEKSyLq9M>4~7djܾ4jk{E6}PCE|ym2]9c#0y%5ڵƗ6+[ԄPUPr7!u_?%6'OrU>%-ԭLvpO{BSya|k^hلZ+u*!M\dO.:AХ"=+VzASjԹ#޻fBXt&IoTi-tGBJnTfi f#tQk#YrG{>i(v["Məz$khdP]t׷)ݞiV,X|K7}[W}J0DwzR0j0gkk /X>&H0^S7d2%͑t3e'W0ݏY,yfCE|L&mXnywWޫ=Wvկhp;<dձF*S] z?s[Zh'bb. +-Ui~&mscioyYEgnʦ=uu1sFZ[b0Z70eLs+yr#0v9/R8S@-lOT~u6%2Jvcʲr#m:/Q"B$ :v48m\%/>jlXdVֶ\Omq庼JU,,S#CJd~#PD {#b^.˃=Y|>KvU[o:;fDH)Ϭ[Q,ǪʪPPLsح'ǨqȢĘsЯ1qrfԿۢHBy=([[S pF9`;~L)U^53zM8j=(W-n}d_fPQX*eEn3UGۇ=1WXJm"~#ɽҊ,Ge1֯\C2hm>Ixno쯟ѽT(i-nT,o2hwؠְ3GWlihu{czegk=Blj}B"e"-Õk֌F+^1_Z7ro-IݳdϺʾݽ栿jyS` my4tJ3tu:~tAڐ]xtz];}%EY\ڲ[]r)ěb8դ*igO]h5T@DuknɚcQr!3ިuVc1!yx3&uX!)ttqy찘Mq*Eb.wU"f3Eɾeq^ݩk\O(Ҩ4j,}RtIBڙjWw⼟/oylX^:&rߵZx%HzZ`PPG&+nnwfB5 *] YT2ܾ!ؘyx«耭׸f0 h5G˕6'ZQO,(+dzb/gxBI*ufև$Ox'l{ R-ۢ&x8B{ly-kӟ~FVuc'wfpZ?y=j31߾~^7R#c*oBR,':zZu&Ay R:=_7Uz+S,=4#1ICu)t %grC!NR56Y]Fns]S GTGr-ix2+RUOSOom WL!q$){ɶF-3z!12*5csCYlN8GC=Zowj~Ո>ml2i&^`1h@f4lÂFA9KסKȻpj8Rשּׂ@ai ڻ|E.sԨoL)t|Fa6:V[N={YvHlқMel2>YbIf00K +QOmWsxZyޣA;gk#<{̱>0n4YScy(1<ā{ ssXqnl7VA8:az n-:/hvtufgVz}&<6},61|艋b``W+Q+O.}OT3Y'\Z+T8L3b QzO@ҭ׻@ʣyRP1g IX*'UOR'O{qINg-V|NcP"T[ܗBYQǸI~|w5iS38Ԣju.=rGZf#%+dE9~3^~ 3>'_?Ǿ׏^_ 3[ϟ/ˡN6,`67z3hntZ+ϳ>㒇uЅvLbWW/]ŁAqli6-᚛$DR;rDg|h$:~k!Q;Թ`dr.נ%9WW묈/kTu/iiv%+:ܙ|$:-K, uMdk$Zֶ5fN/5@s›yY +]}FUx4Io)=<3ZmP1@P,n_TOXnwHZ-:vg7MexA}Qbd_*U'_lP쟜D`8'!:H5 +MDML|ih'4}ʼf<"tImHLIs|"O_:ikM2.()((A3XÂo=^a7 _5cn ƌ%`:jNU,jHx675WoLpu.YCUSOMJ*Uirhc>JOdn>L)}N3ΩyO,y7| &tv_^c[nTPdIy[[RW~]\IT 6у7&fKS4+MIGM6Ԟ}4sZ8-cagVЎg~hN4it-wah4mXWl-S?gWяJ׋u@+aVY,FZ3<)||RfuR1AOp@NʎS1jxD^uӽٺlDg͂%_]wO@ƹze1jU]YmYrba籫LF0'G Y@Vђ1m#hӳG:k +7U9Y?56vhOqr9 ǾT4sSfG  +Wmt:O M \vLsz@OB ՠYv!¾pX.KsApBcG糁i@!>ky iJ Y೮O_<={ګ!;BgEP~#)@UJ w#|!&(TAޔbPss&SPQlPņ/ip)PMZw>x[cNo'?mÝb;_^^X/|an@0].UDExJ000]![ p>{[{WIx<<<<<<<<<<<<<<<I@>N@od <}ӿ&<|X,-,π&@|%G0|⣅8P~88 q>' - a|K|K|K|K| o88 q>G o>Yx  _D|3F>X@|p54 6=,`ZS BjbR ·{ .Na4 6=-L>\x|_$jH4FZiFZiFZiFZiFZiFZiFZiFZiFZihXYZZb|$8cfJsJsJsJsJsJsJsJsJ3T^,  -`k|ûo>WxC0x)@x)@abmGPFA:u5jԨ#QGPAJb^+BI_$z(s0 88 q>' |}fN$P% ӓO@"sƿ88 6=]'\|_D| $u(>\, EkA)н@ 6=ŘEH'^_D%Es ( X@Lk%-A)%6m{!^ ]ݣK{~ Knӈ3 C Q6J!- 8EnR="9RV[9./?a Z/ug&sr@Ѥ(4z]M9)9+9rXU'^ p~Rk:fm1=[封8'M%? 'J rX,%>KaUYRX]v_,%>KaRX,&wrXI4:ROZ mdCo;aB(3 '$&po j~ Hr +wAR4֓;1&+!;!H108w» +p1uBU+F( CF㮀p>+g=2vC,@.L/an*=;! r- wUD3 _;!1DvMAa9GJ0CC^AC.1,0dX oH934²!Eģi W!4rmpyA; x))q,DsK s:TPN(p~;$b$b b RJlTP ?r.Gn*9*RŲHuC᭔4Q);2(̫YGJC;on+!'H +kY-)*)(^T[״hU4d_N&X^4R+,-NjYXW8IŹESӴܩRlIv7%/TYTZ"14ey[o(Orˋ* ؼ(FX+BjM"i}\s +qsg~9S'tW8|s_\|m}qN//b;ƹ/0}q j~K " {@bXÆUS /`v_KE6|_2Nu/+Ug[l'$ꚳ(2϶X-0Q}{a" +?`.`dl HJn~6~ {0hG` ^a`?,F'؝l[Ɔ2 Þe٬Y%b%)Q ٝH=7vWpowOGn FCvr[ܞ@n"]mr;>Dnd,%! (v5rAnS Fn-Fn"z=7ul?n{)r +MAn3[-r +=ܶ 7Mo CC91+ 6e#FAna݅!'fr{s3-]ʐ݁En -mrۋ"l!e6 "mrkDn⯼Z4r{DnG=7˟q]#MlӍmBn/!.vm(rM@SMȭ5!VvrkGnO!rr}Rs~Џۅ-]<=^En de|d1 +M@n%ȭ +[-Gn# ura]JS)P5JXϬqOBBjjނEff^jaVkO[+б2}׮GDQ -aEVG֪Məs=%LA?' XLbb{ ]*XnF&2rzr +Y,+VTE.=+cVS"vcw>%FmYTf1uj#=K0ڑg8SE)jbnk++4 ,h[tnZ-2wk99n22LSJg:^}߫-_ff6_d,PthDAՊQ`Lm #ccv::g2; ,9s|,g\&dfd|{sa! fa6vsl =;9;>g}Jz/7Bթ!TMLk[`x2dWFE,+a e =٭̶mEm Rd,âe8 6FM`7\֌[ bf]1Udv3h3f _:vkR^߽MT38C,*![$V5@#{#2qQQNEIX,vͧcd&sF/ 148fQpDOڭn?vz`*L{{0LK5.L *$P *nZDטD8Bj"50BR̡u!B{:qX"bŕeYcpf퍮1G~ +͔=**ưGo|uvPvp؝D]͉?98bE1vX~bI,ȋp3ǀSSW(+bb"f7%lnf30t"{6rrh7;X:voĥ,*U5@D NsV_}_E9œ~AoųԣVl{79Yyc^"O|l_”Is%'DckǃKMMHY @M&hZN*v'Sc)`pƉp:iP^XWL`9';;;wܵkWI9`^/GwEO3gB=)ڽe)j!'vtt7KWss&lyٲk{{YmWm3&4A{ƂNsoc|]xhБ]u䐸*W*W5۬S-,2D|9EB{炎Ů] +7ut]zztuu:^c6țPKk'89$*}@wbSl-$s.k됥q5%X<A{(mq[S&sU3:N*F\WW[0\i%^t=sRCñysnUMiC[wSҴbWueԺ]y.]X47փ#uX-zln \7jPUQi刏|%B?j ViIxv(Nƥ0 u-{lgSIP  +,gP rv脿T>9& z6́E#X%40r@XZABEDWqO +x3-:xY o`3{WYڣ~TBh+< kwp~_>8*' 2໨4p_z/v).l>YDÕgP ~h%6 +; K:쇏+#34H)yFwGբBR^:U4d+꜇ۓi{1#R1?V.x>{lpjy/ mx>F@pB&pFp+vŽ-ƒIv#'O  4AC f# jb>p6a  a#Em W>Hr" t+Em $F0> ~Dx_B 0p00KsA(LlBr™pƕ a#Em+n$L qp?ÄG~FxJ`#^?p(pTtL yń3 k3}!fV¥+o%On7] &|?3“Bh%ɄC5ic ª_>uvG_oM/t +ArO_oƽ,;OlMAΗO1wL 3Q>Ռ 쐍sηLL>>Η0u_*>?38~1 O5!"˚ h>sng߅Gf_Fg̘ zr):٦jS|G7o~ O3)&<3~a-~ e9|x.g@}{r޺zW*T3[|fx6E'yڗkU#>(~e/w|%|?56 }@?$JX)aGބ N%aى%-%nJܑ7pSIpK2pu7 1p <̓%'g'$N'$/O^)yGǒOa)))%)S)-)S֥lJّ7pʱSae*gGkl?I?a2oMr >Xi,߯eۿ?Poo0\6 ߡ&?voj<6j(O;qRlY1{m p§4iGI)mΙjovk54~Cl MZd[~f Qɛ` YW>㗷?HAunvTB|/gO+` F ۠>8 `&c/#gH#mI;_ڥ>(Ҿ(^iJ'b@ΑAqdI;EK,mAQ(Wpn ~O˧d޿yo#?Ox-q$~jK`91脽6#p,VK6*Ji|y;}[ٙ ̦2fK-mU҆]"Ǥ>Czfug%kܜ%ssienξDZ~͞(#fKUgH+Wk9:{~@鷾~T0/j57HEXS? +OuW1D 2sq<ʻ@o+Vy+9}i◫_eG0"mV9ng¹YNCEK{*fd>7|oy,f4/ryr;ϔJ+WI[H[,6 ш"J6u\n{y\][A*>%<10.V'wTjGƷ;ڶ33#j]%Z}y_g|\,Wŏ׃%r]~mj+ϊUFmrk;l,3U*+.N?se)WrX*wIe̛rϼKf]|+j 6_f2/5ZS_ X߷&K+cOm+Wӏ_L3Ci5ce^+ޓ1J޷sl|:X-_-g귍NfҺT6SM{SnN:LgklT]fGFN3=[~Zi*~tC < ipc S?'|?jOtH?tTo^ٯ>?`w-4Ӗ~[z3 >5i>[ O1_h{I߭8࿧+z oNoF}>tLw~ߩz7JaWz_0k _n귟?A #!6}__׏tCy2S :Xo,q0 lçs9Kw: nw }z>8(\ &>O½Q$%`*,x33 k, d`EVAq:bt}X?UI@N%ɏMACmP;"cφv`vDOd;|_yD:[L|ޒ*)%5bE ޒ}TJޢ@q(`J9U`ANb]QA|77@/Q-Bw v!DZMl&,f>6X`)E.-5X>aJ ebU"5>ŢX~ũ8a$e2P.P.He$U22xH( CiRĊ۔\|ZVحܡ(UЩVVëwGǬ9fpJjZ!!"dvlcu:ijsfc vIJoZص +~Sg2yst|M )s[U+_~)TM$>Tj2_|:_ɯTNOԡW<^o巪7#yoRGy|z9_iv~z_鼍RTw+1|%_^WUj&߯^5X Pk,S]ᏨA㏩F5?PǟO9|ߤ3u?j>Z_/C-/"RW+uUZNC-VooMVS+;u=:Uo7z?ur19W/z3hiYh)C!`U+*`W qus4טk \kn7ssDs5ȇ8/@ +G S<><<3~ +p!_Zǃƿ˿ j%ߋiOR>ςpp:^#`s?\΃<i<#po䍐Λy3-2xGJ[a W;ɗep5_ΗX~{!kj0C]0z9Q(D8&A?|3 | V +s9(6·p%%7ֿ\;wC)Py= Wrޅmߋm%߇4W-\eoo1=F~a~n`&O`6;;|P&w`n,6 /{yXZٸgsw.d ?Qs9v.C9sϺp%S-0̀/͡~XKa%<Nx Axq|faN[3-bG6ldlB (Fdl?DۀZFl6ؖmAv'Flv26~ Cl^M`"[bm9bӿ}4~jR2?<$yX*.Y/yD*ȣRǤ"?l<.TISRMR"pa:Rd)Ŀϥ"["HEJE|,TG*TTRHE>TTRIENJEW*rJ1eSbؕ2vU*)r\d +LJ#~aX-Uk:uzV&uzڦީ.URw)=O#_ԿGՏԏcw;0)mꞚ03ݻ,ˊKZ`$DJE "* .IA@EI%)N]}}U]:U=Og;Ӎg~`L4& EtMtOB@!(>'D`bXbxl1ULWlggE1d0Zv +kET~6+59c2#~UMH@E`\%hZ-I˫%k|9B\MԂZfhfi5GS]m0ޤkhUjh5 ,DX(N%v=}PQ21_x/K(Kq!7%H7wFIl[VMl;)l/ 1b)@wʡROSrP}3uݟ]t x4_ /px FG4[Ux FhXxGxa&Û843`&̂٨<ٰ"K`),ކ֣x6& [`+lCͱv{ vxȇ>}1쇿V>CpuQ8Sj4pר.E.w~gUopnMݘf9o[VaޚL(oxgޅw'x7${ޓ!~G1~')O3,?7( -$L̿?Og~¯_5o &B)"N4E RDGxJKbxYoibX):^oL|.8,8.NBU>>>>hCavT;Nh'SڗWivV;׾־.hoKwe{G'gvUU]nh7[Gd YS֒eYW֓eP6僲|H6dsBòl#QVeQ>&;xt <_d|Z>#{^|V,+_ Ar"aE9\$GȗH|U&Gr|]oqr 'Ir|SNS49]ΐ3,9[Αs39jPZ9-}\<a^tdM'@7Nqb|%&p,[gn#ubX ߐU*1xJ2^6E,;/KhlLܘoly,wvJA(Mp4-fΘtbƿ{0?8K@g65e-^u/ڳP=rI$gaO}*l"fSthaC'ޛ<!|0 +#exGX:iM>'/Df +Ox-E,%D)(ʈڰlgd?'6Gz%W+,~Uʒk5/RFƳɬH`J`:+XJVʁ5]v`O`?k88こn[8;&3deN> b4-X"X a 'X1Xv``M7X7X}ll--``k`f0}> >|Cǟ6:э3})#bNena?n|Kُ?fʹFv#mO;ssAt9cG%kb$ *sIԧz՝OŗX)&8i8tfic4b@cdzf<'.=~^@G/߫z^LOӋ%z^J/ا39;C0;Žc8;NS %fgYvg_ovQ&_U&~ qS4,iAW%!Ue\,i POB&Z U0*&‚Fx5pȅnxxށz@G^Y?:Q P_ʨۿ6RρUmsA,,}e+wUo>F%ҩDerq \˦rE\X%Ze|TTƂ9k(l\0rSIPI3G?azըu>]Fhn8һGwaB%ȚӸ\ К&gX\g-Y `?* +օXz PH KہAcR[TGC腍ö`L@}U/S8k p60L_Gm-z6RD=`3-;Ю`uo8I8;12=dP @yPS6@30[u`^s{qwZTk"c2!-Eƨgc1sj/Jι{NJGsKYC@z4C:!Iz(Hz(Az$=d +'=rIyH!=خ~ Xh?3E. 4VUb5YCz, c#6sŲRcNۏus <~bP#<< k7ab]8۱g(*SܑU1ŝXU;jw⮬ŏ?R-aQO'%a_OžTe*؛&!3܏c)cmMZBq;lr;(VPܙ1.m?KX*RM`7F 7R|+b,q!~3fQͦC-7l|jljr zT TTyƓR'SOg=-HWt^'~ڄ~yTʢ-HDky$U*,oY7ՓE}2 +j9%gHq/ʦ%+kamìOf0#D1E,BC7B7CPN7f3Ylc1טva43v=_B<$BZHB24~5׍M㖉j|g7'I_s\on057yUc)P?eO9ScMYI=Is(SOԓц *Ϯ:;SrvG^ԯ_8ۀ;H;ra%9s@5oIף*􋉑>)>3Xjj/'De*;.T')CIܹ9F&NpN GG!tDJ?HE]iЕ&]S’5F e\{SzYl<>C%FmϞ\Ƴx<.ϊ\>`J;8S}^6)WS)1VO$ﳋ|ǂ }2y8;d??s2U cdQkΓHg|(>g]4~WQ1Ҽ yecI[ g`l79gz{<7#Qwڏ]g9W" 9'0FLC}Ɛh0{% ևwbϨ2pwaQ>=cJV}Q(׫Qi}SA)ur9s9屆.Fprw*`XaEܩTưĩQkWŰS jSݩa 5Zvks`qSAͩ4NC!i +Ӝg vK9L 3Bpm1lc;p qI0Tq1$HFZ?7"cp%e e‹VD1-d1v;y_ԵK.~_HE'1@L+ⴸ%iemZۧ׹gMp}ND +*Z l \LUe<" +E5mYqqu:RH"E|(DH1"ň4"iD|8DH "%DJ)#D҉H)"DJ)#e!RG)K#RH9)O<>r#D2dD'rT RHH">RH%"|2D*H"UT<@J*>RH5"|:DH "5Dj#"RGjM!RHK.>RH="|>DH" 4Di#4"GiL4!҄HiN9>҂H "-|VDZH&L">(G<#m%GiGt ҁHH#>҉H'"|3D:H"]tD#Oy>ҍH7"|I"OyGN ҃HySDgҋH/"|Y"yG#|$H,yDD#/y >ҟH"}d D " D#C %2GFd '2pAd>2##$2GFEd&2hCd 1>:׉#c%2G 7|dqDx"㉌ D&#L$2G&DdL!2Jd*>24"|d:D "3Df#"2GfMd!2Kd.>2<"|$H6lY@d>B" }dEDb",%DY#K,%GYFd,'ry[DDVY#+$GVYEdMm"oj"wCYCd 5>Z"k}duDz"뉬 D6#yȻ>F"}dMD6f"l-D#[l%GFd 2V[-NjIV[eiŦd;/: uau.teI#G&*D$Q+Ü yVsV Gz4K?㢲T~:]- D|)rv?M#i'Iw}NU]-_`:6 t)lO:#|ҧ1̆Q#m3>iMwQKr[Zntݖ}ɬtԲL?0VN(`4 +-4Aq gGyVQؔ֡68b-Ѿ6ޞ#Q_+,j"د"y"8+$G%IX IPGE%}w2I1F(I:U2Wdҡ<t]JˣH[ ӝUߏtTu=0@o&ELiv)j{$H2W)L!wo! dFOVe끚QW")12ZWJ"| +Wsu7J7ƹkk!7uܰq]sSBna[-榹nI7-v˸e:n][m6t&CnSmt[}~nw;vCaDwWw;].tN=w~~~^p/ߺyjy:^]Wk5y&C^SkZy{^O{=ey/zýo7ϛe{ "o[6x[mNlxCaw;Nx'SޗWiw6!9!_BJ] N(pOB{R +%N(P4XBZBR Om754j"C"ENn{/q˹} wYQd;w"Sqr3*sR93 b P$ s Qż.$S{gU=NQ]]uΩSs[멿|S)er|NN|I~&?KZ~#ɳs>w:_8_:_9_;8:9pwr~p~t;?^#~ Ar"S_Cr\ Er 7Mr"g6G}#D<%O_ +*C]2Ub*JR*ʪrVU/[Q}U?_ PwjV3L5KVSs#QZNTIuJV3:λZ7ƺqn[٭'iUߦ{a^Rh2Gb޺V7ݑX2[M]1,^׃x%^ ccC읶P,Ż#*Vs>| ,JOJ4or;m8m8?CہfG섚Q,jvAM!kq ]دuu>VjVpa^ӅwMϹ^\w e|seg$q4ggF2y=mvzN;$R>ess[w$]t.:}:z ž;&MunKcnRwVQoospjqڅY2R΄s] /π9FZ}#fmt +pl\u(#&&Pލuuu $XWrhxh XiJhJh +9e$uw݃(-̿j$ +0G:4cF]%p| 3So wQuWo.\(#"%%{Xּ>t T FWU ,8KIqQS)u:WvRSݩAEN*sSqUs*䴠NKur,Q|U9NuȤG)St +ֺ5-Ɵm:Ҙ嬠*Y5Lf,]قzgRuuUP'kaIn=dZju.lttKVQ]AWJʺUVW5򺖮mUt}nUߠg(d}+Q\̕(\͕_f숙obEsrMOs;58f˹U?Sfy\/WRfzL/LhX-eK<[(O)G6Mك=n*xF7>07GGj6Kb=[qN,s2vc)xy6FK¦‘UsNd++r_c"yHd!kEdQ5d kd-rry].ݔj$TH~,? _\y]ʠ*Se򚛥غJS婤Qi5IMȬ,dV 9U*B=w;ml"sMX+peoÞB7b.ĈJS6][l_L`Ny]2pOO݃\5[|5Ymx_8xP 8j3wʼjFH4wyYkkO$Hޅ=H:FL0^/s]'#Xg#f;(&+Q*r:ۘD}I#kʕh<,d;Ye]:}!5K뙓GۑxYT+`wǺm~޻LJ:@:Kx^浅yN,N,؆lu0[]VFs0#YH &G6K1^)$Ryqc#xpiE]_}-|9s8;Z^Gv+]13vuR;عwyA,\F KP H-fg^f}lDOy|]#=r_qNCz>KSTٿk %᮲o6\etfSeUMi˾ "=s,pn[k1wWr*q_sTw,ʣ1>(Vf@GGwSQL~~QZ=zmX9ۏAAY>@y}ƿЇ,NC)>l~pA?H''Ƶ|2|eS_Ϡ,_oCev~;*w;n])ߗTPGxƟ⼶}WG~GIQ-!u7cgzNf;ɝL+VZt_ &wwY_Y_Y_YYY?Y?YGF~F~i#?댑u:gbٱF~v`g'OaGa[S#)Ft]fh:,`UΈ:5Ӂd,5 .M*9d,Iq#lB" ie#qۻ홝wv;]O|hABN/[J-P&πn;llf<;o"ac4+jxw;'dK+9b8=DqQJpqO[(- +x{=ISWcbC^y/Jz9^*Ug.P[AUUjSuojz۽T{{xo{z}j>Ajq|w:xǼw;QYys$}xs8 "03L7w )#SMΪTӔ)Mcl[:VcJal1[yW۫ϣj5⑴ZP-׊j{m6Tu^ zx=Gm6hoh[a0ڎmg+F{ 59icKZZZVj<% [-Gry^ތ`3eҷ[+B'vGՁeb +nx'سgZ*M\XL.p+[0̢\0 0 ++F񬡆g^&FZ0BjȲFjˊHʠh z4?X'?bQI2T`T2g7}_Fzhqԝ?Ѷz|́W'ӥ5d+F;yy;vmfv5v-^9t8]XFn"Vo}Va +ߛoz8sWm6o.q19:Hb?̹UC&*O M:ܣB(Q=qə*yi^alPxm٤6bVyqg"󊈮+'G'U xkXo-^-.%^{{ To*{!Woƞz>u:Etc;IjKR+_ZV_/Z-u[?HΆPxnQܩ:ؕy>.{=o1_D)vHKmKW=Z)nј:+ϯ#RG~׾; +5_Y~>20gLa̅+6vQy]Ო/6|0pFQQ mhcm<̾/x.%$4-5ԌT7^wzVw93qCuvx(1g_؋drZ({ +G#U",Z 0sVFu{E55]1? Ȱb(Vyݟ.lʜ 淡#mm,L%,jEԵG2,gVsEQ(8F/֭zWxEYcr;4)* sUD`):.Z"(%.cbR!w;2s3#`iepJ8E!G4i o,Bͩ+˼)C0OX~xk5Zc޷v]ήg{C\{=~^ci~ͭ_kC5&A-'. 5羋#Q%(J_F[Q%5^A%5^E7Pc7jrIPM؃ǣz%'J>Dɨ}(9UJNG|_J>Aə(9Ur%J~0%IQ%?@T(J@I +JFIlT7(*J/&ߩ%L9X6WhjKĠkGi"-̲ho12K.+f@(Gs\ +'BbJj3N$Qod)m[)2< M&gcjjF>V9kZTY=!~7'f%d| "[쀌o!㛷d|oĊâh@c]_+Sk~U&QB웋Qdv#2K9>GMnzU'6E46>ޯN .Z,|sVOi sD>.]ؙi-%}WBK3kW>M>+JPkF>Ko&k'Ʊf+Ӳ9=ț']5?kh|/(KP?V +ÇuME79LEK /ZyȋE^4yjȋVG^&򢵽^-j5Rטzvu^g3zҍޭޭtG- jLq;d;!SwG6N#w:AȝAt$r;N'"wj,3&G Y PYCE ,ȢdQ9GrĕqU䈫!;S98a1Άgc9lq8a1[2C{q^1,e.*[[˲lrf@ v qwy=w<9?g=fxT{Si0^-i/>p9c>{PtXw!Xwa'P u{q{ {I{)<(=mZMsmbt_d?[}}jcNh9s17Z:n; ;91sb̉0'FcN9sb0Fdo7`']}}t Mӽ_{7_0f`94shlklk1lI2J:zFfvfw0~NıX|*ss`j,3ԄW䢽UHI ZS97"CdZxYE } Ⱦd_sW{⺐h=-hȲ)d {[xATA* NJw_zkY6M2_`6.NU XuAXu +څU{YhXuaXuXr,,$,4,,,9\ \\\l +i64o4o%%%w%w%w%w%w%w%w%KK%%%CC`#a`a`aw%?K +K~<:{:{: ͇A[K O|M`v `(@eMX1bŨ:VX1j׆o}c&Ma7Kswf +Y/՛vefW"fW:uA:^;D5z^u!:6kX8V 8V)HLޗ)pY{«͇& D OU7ܳfxnYIuh}l9﹢}k>;ӋztsQ~;pQ0Lˍm"kEP;F1a0F [GhwFdzݑZdvd)@кkX9rGcܱn;xn=>Kx +?mq5c'^}bu5ǐvQt```8QDEIQZEQQTD QKDH4EOGP1\c8qS%K< b-G\1_{ć#L ~G86'Y Yi4Gvb$;vB6 +4,JK٥(1<М@O%QQC`n0)2I,EJ%D D)Q|QF!-ʉr*E6C颲LDUQ +:e&]'jڔ)ꊺTD)K4 h,S1L4⢇A%DoћJ/E*-!TF è!FP91F"WR/S1YL1EL^q/UxPj\~$n^h|єv#U.>x]t$`)]|q>tcĕsR.9R/9.>" -|u_6oK sȮR,|}40XX XXXX Xb.Ȼw4xe}o՗GYֽTak5Zl=e1vZZkn[glێEv ]{td` оG|~~^a7/ٯۻ7!}> $R^P +P*hhhh L x 0-0;070,*>5|w{_ 9p:bbc +81`Brc8$4 ,<0X  +   llll l xFMvn[{{GGGsぷNN x7^}8 80pp&pp6o9yǁO..>| + p-pp=pp#pp3p p+Y6vs/w_4֦:::::5t&t6t.t>m?B߇:!cp#cCеpii@硃/B_ +}&+N{Cv>/(qk^b)u & h6ͥVzJ+K{i?}AяۓءO?~k7]w5UH(8#0'Q1_ FGsぷ'Nʹ[-!%5v(dް.}#`F0}p$py#^ !.:Qg8 D3Թdwޛwumw{"NNF@󾾋%^{ע8!eFRk2;iﷸi[tXtN22oR+jO4 Zڼ.{E[3IHHB2I%1 +KĀ")/! , *"eXYuUĨH"2_N\W9NwթSuTӳY,un:5˓ ?%=F:7ēIUDy~ΆdSLgs55'J5gr,[sr,v!_/ʗ/uR$s`Y$ Ѡ7@{>)뺙OfYj~1SfYdfn>o0_0_4_2_6ebj6_3_70{}7?yN?41ϛߪ3HJEYe0՞PՉK"9tB,մ\ω҅Bz&px߆x>N 7nSy{0> c%OKO?Oſ/~/_/__[w~J?Uwٴs<ob +`{_}(} G_yko+kz\O4=iM>iZz5ag5B/5Js~ihz^o5wVjM/jzI*O]{OyMN$0C8EV{D վ)(uFna +!)+q"^4MDSuH"E NR]h-ڈ H"]*n=$'ʻas\l>b.15JsҌE1טkuzSsl>kS22 q+ N$elvʆ2\FHHFh1jRJX'[T&D$eA631U{zͣ1C'dC@Β9WΓY( "X(l%SM2MmͲE[ml/%;@;{ʾjW̑d9@AjW*py!G\C֫N)`e'YvˮM)3dwC%{^2SYnG>"GR\& +\)Wrڝ,qr|@N$;Y>(i2ONr˼}xZ+FkuI^V>ďBU$:.vGtw ]wE[$1YLj. 1S<$ +,1[s<1_,}EG~BX(D<*Ab"aU/F"W1VjO2X.~vebX-~#ֈbxRU;F,A<#6MbxVlωwH^ljxQ$^V.xUb+?7ş~8 ,Cm7qX#E=qTvbH|,O Q"JŧLS\|.N3B|)עB|v ;Qv!KJ\WV~< ,ʿCm7yX#ȿw{|_bH~,O Y"KL{?7_6a?ŏ '=*{h;zljATJeO3|F^T.ψLT~tVĨ7ZW~« /TZd9YK%L& Id0$LVljo_6+T7w?5ൄUr~?AOOx N~qHWш[E#nU4Vш[EsfLRZ&>CW_ \Hy3OpVԵq͵F*=Vш[E#nF3igr*JacFRV{5ij(?ݏAMHfixu<'Bؒ^By1$K7[voUvHaj*q5}O2l%(p_Q7FxᅄHh_ub7Lx%U1*YJO@ܿaS~lMuhMZ[1V<y~VKwx^mmQgлoN-vb[SʳԳo|o#o7xMzqxoSo7ɛ⽁\66&xyBoK͑]y |r8s* bRXM|,=UYYs;- ϗ+if.^}ݹ1]e,5ɽ'KQ?%~)rr?y P:lQiwk=(bC6oti-j`3e6ǘc7j["1vphCy,WYj"񴇕)z#W_1ī̿'"^͡gp0 ɸd#n440eD#2܈DcFF"IF2)~hxKC%2Z!j"~qiS?m``l06 踋qGOG/ ؚ w~oPlPw{A=F"!A$sfВWAFB'2:)tsN#3Go!~ /lxdHUHFFz##*񨔨~??j#j`@OQ ֳ#jD/Z]xsFCǘ[s0 ~nD(OeaCt<qe E|={ԙ5y{Xdgɳyp,Yɳg 'N%kH(f1hI(i1hI(Khv.C/Q{] eJ;^ kJ^ qJ_ wJ{` }J;a ڃqacCNx,)gOx? 'Z<܊'vxH:N3HlKS`6 }X[F #0vqݟ[/N>O]dwnNç_-,$"-bGľ#="G`p:b#g#wF2oThCNG5JʎʏZ/HTiTETutxt|tjtaѓF/#z_j]N,0$\r>WU)&+fX̤1c6s$4"w;ܓs;Gܥ +wnƛf'3fN2 sy,5+j.E$01ICGD)t'WZs Ӧáo3,Ң;G偭[= +h- {9؏!~03ڍ;ª_č,6,;-@ÏԵLMj(_ߧiZMijs'{8˦Л%l[6""ۭQ}N5=IMizŢ1Q&hVӮfk:B\&34,~ 5ˉ?x]N....OxրƯkzDS=~kmg&&t43_nMxmi5տIEi=58nq623uGb z$ynD]Z0H}L_ӤTMk')mTOn$mCrzl5ݮv`/ȥ#$Wö̴{VMYh_dzPzŐ5.}wWn:~[qv);Q|8ƿXWYhP=If'=tQ,FQҦQSXtp'2OƳ~Ԣ/dZt8S[; 4]P*4qXM+Yh_,"G,r mI30Mv|{=v!S=զ@>k.N zM+,=c߭W$}GC$d=zG=zg8o?&( Qڕ$])Ut+ kzguxsEEumA~ mj_d6,:7EkZ7`[WOmYqzhEM3ģm'!l'+Ȑu 2=Iйn'^)՚0B ^ gtg  +`?^5yQ6~R ?V>gKx (/̿D Ȉ@9m?K 0f8a|àrGXGrvxTxwY#&X8iD60E^l|YJ[ (bw(‰~G ^#t@@@a=DJ:6*DzCXtvmX6TY_OHCHWުa-w߮ egU+MDs/ppT^ '6dYoȦ0PPJwBqmr\nnS.b}}[AJe*hܡ6d%Ԇ:L@(L i7d$ON@oChڢ@yk-nQ:\352՝8 Bvڐtx[eҮN?ԾCKt,Laee;Wqn7n7=늮H>];R^RLl%s[f{OP{I #e*:yTu}F Uvw0p!so!G([8ٷ*ٷ ++dfߓ:'VYwrf9s~@C/fㆌ;>j sJԔSN?|jԪiimeL;mӖN[7mǴN;75ou޶lkzM(?=?7Ì3xsř3Sgcه2Z_У`DA^ J5lYg]>[n?ѳfrNƜs>tNܮsg7/x^yy^wh^ͯXaA `mg™׃G +7_ c/>lj:53_; +]jv(,yA͡Q='\Is0Q̷٘_GnZqvD*oN0;gkJRzꪚ) u1oA$(j*dف`w{?LhY wdkfB6_ǚt?bN zmtXӣ<*>N),/,4"e{˓sby^;i5f̟j^ZX݆+9+# +%e*W*xn,TR;U += \ꎺR5uT~^TՅ~ v;&:Ֆ]S{ܿjmy2PW=7bk5-MITZ“~{Q"~k-Vx + +JP49GYha i)m-,\J[J~AY8˺}o~n +~A[P7?/-ɡb@ +vYhuh]{^+kӂjspfRjCa%] V+Vf&5T{j_T ZY5ԅ.h}b:Ia*F}J qEzcŋ +*WWԊFximtHaH]VS-)uWtZuݧTKVnmVS+4o h6sHK+Z jj[-9~jlմaJZBHnHۣzpGǂ~ ݾ}c ws1w;C +iƁ/3oA!{WG˼|KY4Ȣ2)owLq96i6iH:Bpɸ?~2dY4s5Dl'혋zvp|{qqam_V|;)!H? +̉tퟨH3+`X&t`-XGhl `,` fffp6w,BŀGK,<Xxuc{W8 urk_c 8LbK X,5qnsn< 8Z8?>|p P +T;5 @߱ "6I'}< Fmg6//^\fCZ!!#i<,@!a(d%``Y-yo*hc3XP:YQЕ0}^Lh.h.h[3hжж~ж\h[/h[W +}Is p zF89>aYWl(i*2fT g!^ٯ!-}7EBʷ-DAʍ2RZCJkHi)7'!9$~{y O'h큜֐s?CN?ȹ?{Zבs/9!o&j62cPEw;+vѐRvRS 9}`ݍ_953̿0l-<Xx`qraw|(|8c'}Ӏ3J_ E%@2 +fq*jP3Ysh0߷#|:*>| 8pP(| +wk@y .P5NNHWߕL@o@!APp\DܛG!@` (JU $o-oEy_B|/}> +ABJ|R(}> +)CSr(+_I9-o|GCŽ p<. +2xQQр1/`n\;:We-?xbWX4Y,f@3K%hf 4Y_@Ӯ@Ӯ@Ӯ@Ӯ@Ӯ@Ӯ@*1UИ*hL4 +Gy%Xc$ 49ZS)֔@kJ5%КhM ZS)֔'ГU*b z=W^+ASUJ z~~~~~ZV@VEТUhbZXV,{-HnGWGak߇=_>~)j߹<Ѿ !c6v2v2v2v2v2v2v2v2v2v2%[[1[1[1[1{ +c%K0f/0f`̞=1{cznc8 g\1 +0-m +;v4333333333333c 3{011%%¾%¾%®%bmKmKX9/CSSKK.? t: :60///Q黯m] +#聞Oa>艞.wwJw!˥+AHuso>\=jW]EL-F,X{C,FLZ_)=IwpeHI! ։' W0ވ5Ce|?@) !rFkL:[oY2v?]ܱX%&;jp׾fžB5e?z9DP8,5CP8,5CP8t#t# 9oFfy3 Gp Gp Gp Gp Gp3]L/ZW]{|e&i2NU(wъ +,݅ l,"TP*h[m,PmJJ6INLW$L)Ɏ:s2kzyo_'j\3GF +_+|_" +34z%Z_pBZp"Nq2N8 8g,sp.>p>.>$>4.gY|ǥ <'K<+`~gbo;,,B vkK_ mu,rTPx3l/eqkCCr;7+ +uX7Q4n߰u80వx& ?v?G_w,^TΆ%8GbRYr18DžqBh+9jD- a{Ʌ_;Kaki!0(A)ƣ H{ao!RyʻTޥ.w!8A/K'(cp,a{8/4 8&z}uDnTM1g\熶y^?A2aui<?R :)Nu +S@Du +S@}BW p0gp48O'$|'!3p&88\> \OSO|y\) mW "+} W˘z q~q7 +!<< 3 <_)<_xs< +`\-~X-RUױ ˱+ +uX"W1m_hn,2L"+2L"+2L"+Ze!~?`jG,ƟBoK3^_xK*^X(YoEqFe ppT^|_-?3gǭI<fO{O.ſ񞘋\,bSxaV{,^ S׿K3^/g8G +뼷Mo!JsovŞ튛k ãMl犻|3KqobR왥3K. !܆öBo0\r08 Ge%8EɒqNΝx&%VQ4Pba p08 ,g8KY: Ghcq|-gq +NNtmsp.>q>>K92<,+_pyqJ{-[z+܉{ѩ,8~'M:Ҍ 㣰m|Ris|%G'jD0]2ci:it{[}Ѹ% / ۝^otrC!8 c$4&>V'>Kʯ .6]l*:.t')}f<0~G(,<_ <%~g0' P՞o }3$)g;$lIԳWS̯S\!U%\ƿ-e7.nqO-#2r-#2r-#2r-#2r-#2r-#2r-#2r-Sٰs<.\qE"  -z31cX9r+﹉;IXJoϕ\ϕ\/R/R/Ҳ‚Cq-Rq-Rq-Rq-"TqJl߰ +RAClIHZ PX]*8sե;=/S]CkHtk]ZE*VTq3ULg8Sř*Tq3ULg8Sř*Tq3ULg8Sř*Tq3ULg(JV +Rh@+Z9S]LJ*Tb**qIt~=OD T8 +pد_*^*^jLjLjLF%5*QIJjTRԨF%5*QIJjTRԨF%5*QIJjTRԨF%5*QIJjTRS1S1S1S1QZqR';dxkt0gmiLhw2/2/,f7˿YhG8,fq4YTa E$0F9w-|[ͺifƝauC?0 wNL ո ?0rl,7rl,7rs\,7rs\,7Žƣ f^~GcOywMݔMݔM=#3bψ=#3bψ=#3bψ=#3bψ=#3bψ=#3bψ=#3bψ=#3bψ=?&_}of3jΐQzpnvז\TR&S~zCpYȲF5e,kdY#YȲF5e,kdY#YȲF5e,kdY#YȲF5e,kdY#YDgˤ7+y2QƟ27[derL&231ˌLŻ[ɻ[ɻUeU-jYU˪ZVղUeU-jYU˪ZVղUeU-jYU˪ZVղUeU-jYU˪ZVղWe4YzQT.z˵^^@<"z˧^>򩏊SzK؝5lOܥ.}G;;+d;:m*vwG{|Нx4H +{=8Gb]s7MT| w]|7qn1V܆g4v&.lKѰ}燆 p!>c8.'p1>Oa2>K|]z|Dnm|p#7f|Sq nm?/EE*g3QqK0 +d8 9.80|md8YWdr +d0Y+L +d~9稟~9稟~9稟~9稟~9稟~9稟G?BP#erY\*erY\*n9樛n9樛n9樛n9樛n9樛n9-;ߋhz+ڋڝJэ4qJvJZwҺ3TʏU~c>ˇZ>a BТZқf?E܋'u~N 9nvsP'Kv.\s1bŘ).b).b).b).b).b).b).qK}\Rǥ>.qK}\Rǥ>.\s)R̥K1b.sK\jR;ڹΥv.sK\jR;ڹΥv.sK\jR;ڹ}KY.eG]8@iu;@,uR7K,uR7K,uR7K,uR7K,uR7K,uR7K,u3@ Pg:@te{eq,Feܺ}]a88pp=oô0i=LaZzô0i=LaZz7iMn"uAZuAZG[|;D}wG7?͏n~tG7?͏n~tG7?͏n~tS0`L1c +)놴nH놴nH놴nH놴nH놴nH놴nH놴nH놴nH_tCCi9PCi9PCi9PCi9PCi9PCiG^żMشI>}^1c4i8qL1c4i8qL1c4i8qL|c9r1c,Xc9r1c,Ǹ<_ Sq nzc,8,}Ϩ{G;=kfO=b~='SݖmźmN;PESޛ(Sp'_e:7C>u*z߮_u~ݯUwiӯU_W}_JR+{n +帴'u_/zii8vѷktS㡋]tk]E.ѵutk]ZG:ѵutk]ZG:ѵutk]ZG:֩^5իzTUSjWMҽ]t{ݻE.wѽ]t{ݻE.wѽ]t{ݻE.w[p+nAxX' W8_Sanb}F&L &g)^O +U>%MawrcXñ9w^e*}9VJacb'،h|GfqvB Q(,A)Z,<=*<g- lMV8y]O~ fD{74;`3y?tervK>,<;y!~v%Ex 5b-ZnFoBzCGrCG@L +O8CW=ay}*/oHw^듫|rRb+ Gᬰ'_ |jOk_Oգ=|>=fpkTrT1}zZomcئ2-bإ*v]*""r*""Jȩmƹ]\Oh/|=KXF躉m!}L>/C FE>5$|bk턟7KD9psHӭޖjwzsZ4%F|C'%%jCְ7֨Dzp@p7& n.<dž'D=~Esu^'((^'Q:Pb&%fRbG=B:_'G>Biش|h^7'9zm;n[Qxb\XPQL8`B3`'7G* [+,Â\Eƭ>yyywu:]]nt?^fiO~*6̨3j@Cr/~˵|0_̖elPfˀXoV f@A;Pr)C%ūaEbUq9VgTZ׫05!%ц؄9ܓhw܊N߹1.tG3TKM"U^cv v*n5[uUfԚcwÒ_U Wjbs,L/,w2|gt~8 \Z/QKwn-<{˅f186sq^>'d.6#dϵ\Rs\s.>~Tx YxGU]qI}QIg\5/f[ *U-wɪА7=dyHQ%3T U2#9?')&$08(z=OxKǧw3N&j53׿0?LUpw*pV; ?J. {ɹ]/A˼^J[j\=֠w5b-ֹŵ6ު{s'[EԽN`R &C&&aR&cNcD߹$#~j.LBU%ETSb)1G`E2,^8/ZV֊ Cp(=Gb kM34D*x] +^W܋p&djI5aZMxS?Y<n&7]_]ϗ]:~^kU܌}EvFX uS:ZPܯc.].Y jUoTe +5wVVfŸ{ Y^޲lz6[YV^X[_sDܜh[͛VwE^of7O~Y0,/=B~cZ + + +Xo^+Z9Oysg[~{q_h6՛Mfk5[k5[k7zslޜ|W=֔jG.Ssu9G-jmZ۪zVڪe֢jjng[khVsGjDU;OfuhT 07jvP jE{3eWԛ(+4^g3שȰ)fʶ $e֛&ki2M7&:Dl6o6l4MFLFSѤk4ZM6Sk5Mz`m06VmSf:NSTo:m0LToF:4Y6,C+Mͦfdiɴd2l26 8N5 +MMjTĩ:Q7Fߨu|M6^t&.6M|.ߤ7y&; +Dgsַt,5KGf7_k _ktK|]<]#r Nj鼘rs|*gb*ϩ*gZ@y7ЪVz7:UnЧ>5TͻUnШ> ToNR\#*vXK%Lx^mn.R2YeUoeV/z]EKt%]"QzDK4D#ԋ",NwN)wJS7 Ϩ 6n nwkpw˸[-i1Z sƝSr-=wO{=|ټޒ[<䎛̲L7|-v3Tza:Q:;v{Fu7Ab[ic +ȳٓ>C2^/r'$q1۵81Əv{.Ʊ;y_!ͮ|k +oWVJu~NԚ-W|뽾mݚ)89YO:UGr^~V9nf9nj=X=XV?LV.s1wfyor8q׈);.^oqR{#7WTHTHTHNHݍHݍݨ2OLx%JXGvGv#++UgIIrJ9l0mo⥭ti+ݰn~=gKۣ+sVa۰mؾ;gߝ [ن;li{>+Ͱf2ɓ>kv~_]8 *C$X= ώ6aSpK+ ^XX*auXRTxi +^[k_ /g=.{]8#<8.vM/Ã'|;<^|t-{P{)9.,)9'KN8 qMU\(y slJz%iސ@i"4P ;R;(C9^`_q^XRz>;>87X }폿DL8'$|q)2\+|WzxR>rTwD6 UsU\1OCxb?1ޟ/Gyyq' <x8xby x x x x QF|LV xj1C7fS0 f3,<s`.̃<,`!,%X /x^BxMgjȒg͆uBWAg{e+o\fJuCmWlOPF})"jTPq-KU >Q"jCawp0 +`:""\+ al$ll-PG>G>G>P֏Y?[Ē5%Iޚ v#h M)Nz3m3m3(ك&4fhl*as̜Ǚ93s0sEN1 +#;! @]40V:i͡VЛP(G 7AuGe޸y2o\ 0_w2L +`:< 3`&<O,́Z,FBlc;1c11111c1c1c1c1F4Q-# +.XZL)f5 +#b5X'_}Oɿ>gj=z؃-P + 5|4VY糲geϪ>U}8pVI4}MD'I4}MD'I4}MD'I4}MD'I4}MD'I4}MD'I4}MD'I4}MD'I4}MD'I4}MD'kDu0C'D 2QL %D 2QL %D 2QL %D 2QL %D 2QL %D 2QL %D D!^b^b^b^b^b^/Q(K% +τk|_j:GgL3}toea8G +y8y8/9AfK$/K.!K(%9)p +)2y_2yc0&2z5"i-HP#{8"H(Rd~,R8ՐZqXkq)A:1:HrP#H~O 4䢂+|p>[x oᣐ;i{z4 4 444444x$^?Ox$^?Ox$^?Ox$^?Ox$+J+J+J+J+J8g1yi=i7}V AS( +-C  +! +KDh-]-\Z]^CW eݺһa<P|Cy(><P|Cy(><P|Cy(><P|(b!:ĵ-nR#n^uїjVjmXn=I^@â^%z-_Tmi~_lӇɭ7+˅2T۰2]կ6jOQK>ϢUQ_KƄWkuoN/U jmЛɊEEC!%o$w~AiWkiJ?K+ȣS.j F[@6oDBv$BɅU#=]nș:CS+G>;x>*^Fz;J2;ۣrWߧ7S/B rCRs( n# FBl΁0^^`1 Kx +5xERXa +xރa%:Hz! a % +R@ZܪɶSNoe.tOk܏X܏X/sn +&,2X+[g_j&+ŵ=-CpDP C 7>4pl {$ 5"G.rNӛ߲=m'&7sI3aTMQ52̫h}h7up !|w.ew>aLN)8<SaL'āiܣ < ĮԩU:B'ΐߊxa <ca< +xa2L +`:?g}>?g}>?g}>?g}>?g[G Zg-óY\]#O#z;,IV&mdGp3p3p3pex2<\R)gL>3x&ffSfIf!f!|->2S:NS_}ѿ>G_}ѿ>G_WЫeUZ {>47}fY4UOGcNGSCS +t7 +Fx Y½ IVySyjY#V<7(UBtYwGP k8ʡ1:ggũN֪D\FW.4zzO/%\돪X.28 GwDO.i츀^;` 'ϴ#[%dd; EC. +XCv)[Vl0k[ߺўo^^P܄&,稈\8G6"@\qȠ. rwљ5map aH(Q0Zdxl~c#,V~#xh -Fi훪dul}Q`WzԌ2bYI8cIO̊bgv1"8T@%`usTY-n=U/ b<5*@<\ۇf~:-702q9ǫb,4h&RSپ Aƞsaa0Nsfl?3c1Fv*}}羃~]u(QSc'5Sc'5SΘwVW0J&F$`ۓPV9+^9kX݊//E)řrCs#6,5|q^z;ҺC˒+)QO߈[o0߅yC̠t1Q'1_>䅢N&R7V.p' aQ7] e{,&v2»e.՟^`|)o"iTXVJVowha{_`|U0 +W!N}Dq+ F#FzFa͊;fExʝYIʓ~888I?O5qhO7/Is1gENƶ~ZX9+:Xyp Fu*ndU]Op6b1_U*T)yVz^܏ۆۏfM"r>g9Snjnz:sv%k GG͘>H/(yYX=θa]_ + 6¢nRiJf.wKzcl+赒׺"qO(d1϶9-'x1d2XV +~s>9O(Ә`< f"W[ZpaPZ9/N&> 3anqm^V^8 Y:rVKUeէZSVf$QCVf4]ΪvK2aUkʪL扜9'rYz7< FՎҚl&kJfМkIVkM6DMṲUw}VZLnKT +[hCoq_ƹwO"7e(¿TwRꃰT76g;Z#_i{_^5\BxS)׊vzqgoD] n+xP)gTlElQ;yFFhl.ظڸN2n2}FO[>5C1O})> Y|/ FƻjPTM32/UoQTscjZIFboF:Ca|کmluCWԅ"cX]lUKRr}(SשFI6\g uj)-5JIG-V^SɘzS)=Tq(jl+-cF yi.ay9|]72Wʩj%1KL-_W~"֫VRMRVJ=nmROX{R5ƪT3maKmMB}}}Zg_l_?Mv'lwVuuj}}edTvUf)߾ݾ[#Q}})Mk3-{=t Y˞e63\3^d/7ثO̶{y>`>h7;ڕ6sZ;ͮN[TFfwlls\\h\\lv.w48f_sysh9Ν@s3as +.>na3r㝣QsBϜ599jG]sJԋ1EEs ͹ѦѦZ&|1_uosn{;`sKs;m.wv_4qu?6w-nuwcf:"61469ld|Ȭ؁Ս;ͻ4RunnXQo7Ī jz#Vmo[MD7{jMNz/Zz/{Y{oz˭˼ww{VG3oKx KZ7{)+w*^:.q}q3nYǝxz(^=e=kM׏77[[[㣭{Z'ŧXOħZOƟggZğ?kz3CfdX+2jfԱ>hZq$㸵VH.wIkD[T~2]w3u DZ/)c9FwT]/ѥw{|| xJYA/?&]G&.pOަ}9-nŏCSZߩzWсWz>Qݩ3}wwg<ɫUpo|?.6Ugrxj: 1'f4n~_wU_?U7z>NJ3ZbGWܙ~({_믨OukkBsZ(UWOpGOԮZa_LWG=x6𗰗2M~)|9_]}o.Qr sl[8>^n+u"?S{D= :WDnXu*?SM\!z\1Oog#IGY}UWB7FaԗU]X폥v=QJ(z)-iX>κ*=Gc__NKq_bB$yLLQMT1]uW7'U/uia!WŬHHMzZ)6[[ėXx:.t"i_cwE_nO'vNNN <8x:Ӎ3nnaSF4tFOg԰sZ3jh;`Վr"F7q\9-N ǩ1:FsZ8EN1v1w6Ƹw6/#?DDӼ^]cw ƺkal U5m0a u5oa Q2ƉGH͈I;vFf8.Mac1F1&f3\cb!YjddO+uoUnU.Q ? Hlz؂*;c\3G|Ì?V-Q>-1qBi"FˆTaDzaDzDd.K/˚eȒ[VQK~%:r!ba xk0^ZKjE-DĮ>/_SQ83qwZL4!{ 1&Ft0̭.!a%/bfyP46E5Y)'Va7 QoF#O"αsD̾ԾTėJ\e_řva±;1OZ0OngfK4-7 "n`t͢!Z=E5YT#Evj(3ę`!!Pzf廘i1fZ>F#9_`P~s/=#} +e؏X{W'83ўHI$Lrf=Ls)`~,{f۳9?ǞC;s\d/̋blsXbƓy^8x&j6D&&v6_6g.vhnxm_rz>)y>a01?n?>jNݻɤI轊B@HQ +| +RDDAQTT@)*DEA~݇(OTQ< 9;$tgOm|L7;j ݇U=*2M`&@X ,h 44 v7L +1B +r 0Yl  !ŢE$Q,F|FjNs9 *vW+V!SD {I.3j7Q o7l]ڧ4e8` Bv̡tGbXĢ(rX*2ɌF7* tˁ-L NXԏ. dY R)p3ŬE@RGG2 H3d!cGfb"쨊;;|4t`9-6 ff!lFIfk/NɧtсxRşۖ.#|K"6Ů o9XcMHsvG莈<c%D_)~Ċ0N|%D ?F{C*X]EK7*X|ߔvuA]ڜQoaKG]%OOpT'\/@߭W5RCg߽r5u!=7y:~eKa%v;Kp=K9q6g*m֗ؾwO࿮t?}#^t#,b)#?H=SNRˏws@gok<烖q 'Pl PVg)%|M?WufZyoRQe+8D{3" 򥺓|[E|7?>'aԒl Fy=(zO=T}z gLS>F31Ϋd s +@O9ܡ7 MSԿ?Ϙ%{SAɳő0-C X仸wQ%9Q1ӡS~ɒ?p6pNwqίzEߡ'J3I`ş|^8v,Tg ̄2?7a1{pKcGQpoUq_9K[t}^)߆W^:}ӃV?V9i7x.zq qT-m?gwAo>9'WTH~]Lr_wi9zyO;l ѺBҏ멢PLak}٤<5 uޤOғA3S / +TTƴ<~ȳz +n/ǧA:>ih TRw u<-gטk}#3g}uk; +咞$.95%q#}{d\ыyӷ9ZIj6 5Gku??!u2SrǾDhuFWj_:O2hy d:(RTޛ:v]taeJQ,tDq)16DnqqM2Fi +VYV:2sF3izdd7fG`^O͛Ss m2gi>3s3W/Ns +`aA?2.s.6כs~,J0GZHlUpEaUo1QKU9_TEO.j]bdZYe]9#UߌV}3^0эތXavδYgjo5nd7{3ޛq+ޛqqkƛ15ތifLg7c6kYx5ތUfs.u4>`u7`u73nnnLwf)fnfu3YyЬˊnIfpv8ߘfaE7,Vt3;̛ٛ8VLsxy/۽L/ey^E9ʫU3f5^V\3Gkde5s뮙9k1'0뮙Yw͜ºk4]3gz=,]3z'X}͜k:!! >j0|47i X-N[(:m(봅ʰN[봅*N[ +봅j~봅X-ԂuB'N[5봅ڰN[ i ubйꬶm.eP7VY b5bx)*%%tCJzJfh0+nNٓ'tk*adۀz)R'ҰZy8DYm5ᯅեژ=j [yh%3E3yJ]5 y)jSk:zmi 2tֲ4nEÀY@XEFHyCsOֆQrF=n,,n,>T 6..7\n,| C(eBw|c1ڍ j7jEz; +WWo MylS`# `z`)' +7LLKyNJqNpQ6EmFiM&xE[͜f7wZ gK%j(pZqNEN{rӜss_9]PhN7zz:PkZq; ΍=!TֹٹŹ2̹ wps;E;;Hg$܉V<3Ky8g5a@u3r(8tLj;atp: (NuqA͋غY˜e?@睕ȹY/:/Q>ƫF 3@77yy 9vAu:]=YG>op6 eQPj 5ov6gjqAgكl1<&tFynALYnjVtP#Tqn=>t 9= +\754r!gc14q`k$jp[nK/p -D[)`0g̙```````(9g D'0gB +3Q6kRCsB0'X0'gD x=TԏRu`QE!mmg70*{1&U&y"8z{`Eiiii~@'{?z?PX2BZ{V԰6(saGMX(7 GV0߰)?N'#Ap&5 pp9ٔ HWW@+ROէgڄfmjfLGP;Zld <abcr}cR;OSӔ|LӰӰӔ|ٵ>^)L:Λ3)t1aƧ 3 8]Œ +3.'8Kqv~-=آc~OD{lE'&=آc~Oآߓ*=!=E'C{E$=9`QMM#zs0sp.3oi0za`{10f`䣨\n5E~f'Rkp,| ƳXjVf + ?EXx;aᧂ%,J)¿(,B0& +Ci0TF҄+$nj9`OOS]9k +#me\WբGF0fXV0j n0w[%Q6a~gDj??"*GuͽHQes(U DujYe#GD7XxV7ho(?תgCՄ hts9`x Q? %" tHڃO.?KyaCK[+v Lh2&Sh2uHDmD-'Gb1#1+1@W0r;OƟ%?eeN^8+>]8}{ӻ]a _w Sv^x+,9]\^rsʅ +3W\^XrsaɅ’9%Kn#,9_Xr’OlVqfͅ~|̸@q!q9Nƭ֤Œ 3P)ƒPxp;fn3Xf +n잌:YQ,UlKTQEE,"*bg-*b{{Zg-1[REEeX'QQEE1[TREE,#AE,UT""**b9"fX *b-*b"#*bXN-*b"ITll~X٢)A?TE?,UlE?,Ul;C:~X臝%ag~9IrD?vuJE?,Gl0KMj#I[WA~}>5x' h5? |ׄN%r kD=ô{uDmgzg!;L;…ޅLkrr JCmq] @={ף t7Po۔|p +a99Uo8'_"Bo7 Y,N;v.zPcB))y[O}9bƫ :Im'6OjJ|LKdPP3`gYIdrȤ"'J-\LIdD"#v}VuX 3){>b#v@0lo;$Kw)vl0rlNj vؙb犝'v~0*l#vlcVޯ-z )&eY]d]d]| !k5lk53~wk WĿOQFPV*GR9.^ }8.cp\TR ?>Bj/P_Fr5%n'#?gg2LoT,~6rK4\Nwo4ɶYTe'Xw&CqX L撠c/o̸߯hbL| x`7+5fo^Xy^5kiq_b<"Lq2SJ+`z.út-떥R ]vLWaM'On˳EZdXTTJppP,&_*̥/V*sK*&)u[q C\-:'[&0]4 +'f)3Joo*a֚yi?3l1j#3)VSG.F2W*3EdLAFf7ļ{`dH2Ѓk!}ߏ~̪:,=FF`g\ۿ߷R?̿ 5협\߉G{b?3ޏ9@oycg?->Y;??uF' qͣd*n?ɨe`Y`K0Rt99Z/G *uuD:*cd2֪X; c +SIv5x+#Ɉe]z <<⮌x,a]qOFܗˈ2)2? +c&cmXX`]kO:$[NǾD˒|UN@art{zPkg|JWl:=96KfwkZ)sgг2zp)h/oiRnV3[%<3׬5~$Om"n:f$#=ɳ6+8ױ1L"X(CI[ @cL"sq>C-_wI[R%_L#7q "Ǩ+[6iۇ&lK_kz6$<úv&ǁi: I[ctYoI[.#J|f&m㪷<[𧏏+~VapֲSqgޙ3/~d>19f}$ގ3jk6z:>Z}^še]7Cn^NnG̯$ۈ??Ω{sL敜WNx3""∈0 3y0) RKTQQREKZKKV[E$WN2'3A}ٿk^{8ٯ,WVe<ߪȀB1y2/ *S2S0FP*g@Ej d"?ZSt|e(N%QVrAvsȢAr eg\>>}Pĭn[Y,VV-[{ $:З+}Wu$GxregxnÀE"Kl!S ($= c~WNX _;uˀtAeH焙 +Mo3QԼ$nHٿHa1֕,ې +:DžԆ8-վ1?Tcs|X;C8I瀺t]pBi˴Qp(A咐'%Q9x$:QB}Y&!fm%lHu%t V9xJPb[OQ<_ jȘke0/b^+k +t:sPn :+ouI818b<E81 K5d64Ayzy`9xwz>f' +xJrzz`y{zNrN'ϖ9EݐxV.q.2k3QGnpΑggI7 %WuC.|*7,󤧇#\ØHǸ=<ܵ:7ps@9rպ{{bnH74a:S۽n$.E#.(w by:5pz^h'Ѫ}-mkr?oy +Ĺ# +,(:"Hݑo{k ޵Ɓc{ VkFg8r:!v1j@wgwgW ĖC^S`r C^w'w׆>!v ;]@j:qp]P]\ QٮBW>AVAtX e"b!fk(.'EbJWYWF"mwd+FiNZ,bx 6"iX;=ӤZNB%tZ(ohFW LJ䞘% Ԑ8R{1KIsP>ŶnKK%0BACv<;c6l/K;eOC./"r'=)(εցcb_ui4PXiUKk\R‘ԛHbǗ {ۜ+69k0~i5+.#rWFPj%qI +^kWnc^-x} +擰w%l]^ Křjbs4[ߚ^b^ +=ucyfd%[tܪ1ۭưj^1K?c#3`:VagN4įJjX?Co˂mY- Ih^H _~0"\7&z**`iUҪ;T)F"vހF!$NJucŻ-loag f*|xerX VnUn^0U +]a2Uzz ]22m( jZKWn6j q8eL0nk=%0HFOtjɖz9h\f\Fg###e%ޛu>F .A} 'SpHWap%1=3t٢‰7818]I'Ϋf--Rx g ##JuK~v"lo“ppxg>iXc;8CpA8"BTϿAoNz 'h.pN/ϲwQi ?kGG2ߕ{Uw|^ߋwׯOL '^'#D\buޞz RE4Xlk'FMȣ!fGh=>.Gv_]B2!snu(c1%ɍvbn\뗨V9Me&9d4OCo d?f-~g$ALnu +IN$d$VD9CeQ[=@(0[j-4ihcZOiP ᷴT}}yzL;Az^@9,׊kao<}>;YdRJJH^}33__/kk'SPk~?(37FQ?dG(!j5'eǸ^6n5IjLx|Fc+/P:໌_!Ɨk1s 283ʬ?ļ +~y pיJs;JBq@o2U ̅X`%)Ձ)7)?mˤ^=oZog|kwwobѬ[':dO8-A3u"<N|pB +]fFw"TrT!4pprbu1K5ԥR@ ",4Y^D'O^Bj@RWGxa!;ڼ 1&\s9qf¯"0߀ ̷m 3wMoh +y\:T1PŬCU:TPŬCU:T1mCY*fub֡y@Fos~rWxnO9Pz"*рq¸(%9$nnf VX-Th'YVRP&t   +5 +AmEm-}m-l,ԉěj!;8T㛴 +^?R/2=q>D]Dg N?~ivq3.oGI`B +Q"L.Rqʉ#5y^ZY?1\X8l=(Bad[Z ȉZkrkmks1GZW+jݴnݵ6YOR3jKj8HP{֕: +W$$B}2's}'q}2UZeUZ%U`)mKam˝ԶVKEyQb^,`^ss̋y̋2^'Gz#%|H8KJ0|eŰ5pg!s /hG̣k vKʌr5ߟ{e5>VFEbKN~ӳ ȿ59 >$"߱/EؗyS9\*,!da&'wIT\vv8(wI{Q\(K+8YI6;ml ە9h̋?L7j2xpz=dV9vYD7)Ͽ6$"[Id66{Nn +_J(%D#..zr&_Rri׺ +onqu u +|Ơ1(-[+(bJJ9U?f]Xjց:a) +1,2X%<#]8Y lYW.":UtYGݺKwR-e*SZ`ZBީvWcVKFYEZ~OeZ&VW+V? +25gI ule )b2*SFgʘLSb2-2-222m2m222%LLNLM(mzy6**5$4u7uBy13a~^L[Ksإ֋;σ*+b%T +tZhUo臩>Շ6i66T[KDG#tRfO'hpڛ)_T!*TjUQ՛1,/\k +n+w(3Фqh^R2Qd[Lꜳ*R;6ҕwwݼIm˻[\^w߁ߑRo .nۃs;s;Oݨ#ӰӰ~>Yԍq.K;~p^{pgWj^+2e>`^}ﳆD@H@ (TpT xiH PLW0$- S6JODް>٪S1,֡VǩTu*o8cfQJQZ: 5Vc}~Z>U?%xE~wC.Mmy1ŀ4B|RPm6I#)2$EސeD!CYCcԗ&1z dAb\+Q Eb;2i* +@bZjC+`YXm6[!YݠZ.zRuu[}T`B*Ci +YZ#R~a8ŶD˦4Te*d +>7KG; +aԕjn@mT76[Gϫ/@XZR} +H諡y}qyжBnt7øI_fUY>K} kq"8Sb)[PCE]f,jyzA>@_r;~S t>G`r-nsKYVaưvnȚD6*yaMћ?a>d~岌:».u: 5MO-u|s +]\+&ȰIFw&w*E+0 +4L{GQZM%t.N]<>SՏg=?wwc125R[xjݪM6mN[=N'ҹCE{IN]Yz\wAH'qk w{G?O?//zoR\H9T@Q>IDaяQTT??FWkijYƺpkxZ(dFFwt!4uYǺxs9&$^^l6gs94s9 ͅt;@! {~0PJ?\ @e~ \K \GK7n[T゚Mlͣ NVx'KNV0/G9il*\7mI3GYK5$a:|QPmI[Ľ^?5IbFpqB@bLjrY5V 0^>9o}}&V[~lb]C&4hqB{bFMx߮I"SQj +[VOm5A;h6spse(C?b8oD-ӱ?-jÚK'izgRX^|ȥ=-"OJ+rW}C} < ꓘYę\oay"Hu}B, uHBA#Yb ؖ%` KsRȸ dt\nC畺ssp\O'ucr.HY|>ӴL.5/0/^for,+[I\IJ!ؼR%W +y0˸(˵˲*_,KW٥́Ͱ_@|v_aiuupP/RV|x\urOlZlv>*ܛCEc),qZMMn5'e8bO8G6K{N, Gl2suYK2Y7YR tZm?cuam9ŨS9QLlZOf֔fcZ(ͨ,inƬ9kEֶ5NL5gq-Y[8sYؔRcT/diY*ޓ6DҵimY)4KYik{xmJݦ^Jߦ^Ja+RӽMJ^Ror6ML,fKzzդ^Y>m{^۾N\8v92U~p{#!No+&&D">d m :\6#\BdQ_+-[WYxƣ-}!C37$@HI|Rpfq÷rC[7h ['-Co=d+يPCz)<ElE?[*z؊aߧZњς|]𭇶lMߤ'6+v/n>i[:[9li䰥ÖFzHeN_o./÷r؊(fǖo=ra!o= +f;Ђo=XEC!zhŷОo }hwtК>G`x[x9^Dy |bs"V+'6ʼn>Jtbukғ=P|y|U]>[-#K,h(7>M5v*|2[9 +&+΀=c|X5=c+:$Cyyq'8SdXY.m,wb:jeT_pϜv OV8 CazLP.0=$FZ0?Jm 6u6O$Y;,\3NsIcsγ33ψoG ubW#co/2~5oh?p' #C`94Cog@ߘ*k7'j RG##GGvFDމ0r0r8r4yX$uEQ_ԌD;GE{D{GGDcu);3sFFFWDDn>}%+ft_GяGF='VScVMCK{gol@"Ot)66*66616-vWlVlnS.m~lQlYlel-`cb[bb;bc{QCO"Y؉**nՎ'*EU$:Uu*MxUկ*dÓt`jMeFG!mO8jR6eФjvռ6eOBlqUIg?exVvp)~eP:Z:.../.?]]}>v;{DE:=DQ9J>G? @(=33zT\7Cc+;2t",sEe[BzhQEhY]SkY&\ZYiևև{{Be2EP:\*;#ãpz OA(***F6424Oo=2@/UWXEUVm/ۆo%6hUeޕ+uأ2RYTIaSYW9ʙK*UA̅K+W 5(nxޓ({c'X¥{Fv{g$ jYRB!!,%f$B8!uKúq8~QP8q]qsRׇPB!;$Is9q7wܙ+ixx%]zni&[$Sx$, +%#ULc6_կ$te[&1g\~md +a`Vr/Yow_?*!SrG e;BP+h= ڇS. a!. $B_K 0 +FS%2w 1 l! eX{T;Q]{Yp /u Jug6?OWotw\>_xef'2~_XA-h /ۄLx} Xw}u2 uCB k"P\wjW']?Fu~ ++;x+K|0G60Ν=oWwpߐiQoJ>/wk)Z ?c}ưzkEjg!Mau.=ڢr2Furկa aީLzaZf8+sW K*. +gr2<,2*C_k>w ɋޛ0ꆱ:-7,uP;8 V_W~~+;jJC:Cdב~yYB7ޯ qzSsŗfR";NqG؞΂<]=oVy.gY.+ ۊ'W]j;j]ڽ\=gOsӜ+{v.EJ]Ҝ~Է^zz17́mcPWɝNwa|zݩ"w$_~+` >N]:ַu#tgÀQ8`ppp ppD-A^ ` P(vנۺT](SǘV݀|=#`ڲN +F<ò eGS'R8Y"r5Z'Sr;g\.;K`x5|RWn+ #SRUs5{fM梀6n@Wjw6]p mKw`CA1Ӏs[|fy޲ܥgE <w]~޿Ҷ[o|K|z͘R}+O?|^;|I{&=`:R/H*S 05qc~MP +[,!GK +(W +5^0f`!,DS&B/|ʃ1!49

px7; 4 |QqU [wyZe%Rh)\Mg +2fq'd3}tNѣpNp[?Q)nƹE1_,.+,b%^4f.zŐFy7Y+h]O@>/+u8-'>~$.H*)SʖrET gKesšTۥ*VJS%'rXC.uH#JtxX&J7oIJ҂,JZ+kUVU 6ښg-k9ʘ3dYVcFքuӺǺgF( OY}YG(_^ee5Iux:h} fSñRm-˖c˷Jm'VlmvEmmȶe k;`;d|vmv cu*ئmwltݶGKك Aʞi =^fߎ^^e@_ck`v{g>hu~f}Z>jO`دZ:;߰mkDZ߷?/}hU+t9 6Glh%rnG)vQ;Lhsֆ^$#舘 .s!Gcc88888q\p\t\;9&u~ǔc1 e̼cرT::9|gYtn9 wiwz!gs%.^<8̫!i9yo88;o:[bD||\r>*]lʹ9W̵Uui]Kt9]~Ww:\ݮ~A׀꭮#zGQ$Į4ntq s nu5zZp-V,kj}[Γ#7P;.qս]& ;rmn;q']N{ }>~ag}?>>q_pc //ɺm|tOA=3Ysϻݏkazz<9|OS驁(buO,G&RYm}k~4oX{"_;%eIWZ:5z%췣O{-}|^XB+@! x5O p/7ӲLA=lQ%$* +Ł@U-zB@ 8@87d `hQ;Ё,)5S>NZgh4}40e9Ѓ 0V70\ .G_PJ ܗj Q@\XY9npGj:  eo?, w^>X e/l.@;{wS كg#;//6^<)Lp*8c l-|\34*6f54756V4V64F{Wi 5Fsm^xP`1;x\ƱKW wo7N7igm|`5.5HH erC&w B!mH!gȟԇ P<u7zBCC#B\:CgBáxh䫡[ۡrhmR7i55647hnGFIo䑎/sx, M7<P~RxInIWR WLU͙D)g76ʛ` +cU͵YZhmv68ƴ9.+;{7|h>"1o5<,sh8a<|(VUͫ64%1fF#ys$Rn&jsU."5ƱvU#H"+cF"}~Ñ D.D._^kTd&2Q.yYkQlmjio)j)mhD[jZ}%h-[ ߵx[B-і-]Rv^q@ˡc-COl9[okrEg\o2r^Aˣ(lhAmfhU6,Q1 ݊-٧DhG;=GG=hE}xtBȉ^ވފގލޏ>.DmU[im91Ml[C졐cy^icAzuuuuj atv][Z[WlBo:yDFiH7~>iV'CV}2lK&l{CPt\|r,y)2+AN^Gɛ#^K$W-J{\~MzְfMՖٖCޖcƶb,Hm{[e22Vks*mZK^&9Q-gmc}Y`2aDɼ2DnaU)l&y>Kfgs3l"y-bCcK/_$/(n1lIޖ- [囤@KSBU$I$yU ҫ'yY&p56DC!OgIH$J>O?Cd? %}{:gf+oL&4yyya%ȔUU0?UժU:U * RI Q5l*` UTP}Nuj@u}Y%i֤zMkW :TI㪛lY,WgT>ղj=A2f_xR aQv$cgF;;|Ɵe"3 Og1x.c$cTB2Td|+㦢${3sS+=n4?TEMNy2A{/P.H{Rw/u9OsT3wkh|,NIgt°tHҔ4#Js`e5}_c€ֿμNYD=-5/}'{=Eaد_%,;%:u-!j]vleoI&}k~h@!C;OHQ0d- +Qd*2I"GC~G%yEES!RUԒBE[QIɓ/g~(X '{Nߨ>NKxzߧJeM7[(ŷWߐnзn4Hyd`6BkL;TJi2Y}I):oKqS)l l!2!I (l%uAoigI  y$ m# yi@?U"w w C*" =o Cz/wR)Xi~r3TAɏE>D }a RlX< %Y,cc +wW0!:DJ8~b`0! L3X$0L;1#IX0x~3$ 09#!cgI 3|Dߑ8ߓmIR}]].#SW+n;ՕJ utuꝤKmV[ȧau3EB#{*xzrp0 0U  [F- U -m]}2UբF&扅bX.:Q/DbDLNqOÐ'SYqD ^/IqJٶ,Ίs⼸(>yMRJ[mR/IRT F ]ސڤRRo%--Ip7HPmϢ,稶o<T󨶿H=j{wQm/^D=Tۋj{ Qm?R/:_AuTSSAmGt\k8LœuczLӨլpfnz't,oyFz f c/3tl~"ἶ< yv۞&؋߀2u۾le٫isȺlz$F8f:Ж`Oe`/+{U~o?g0ۏsaiz<΄*\;δ}yvy}γS3i(Վ:l mGۉu"Vyg۟e mJ}ɔ?ș1\8S{{TEc~5V i߸WGd +, ?tud,n +~87qp|?b?${p-rp~vt A;۔# +O'Uھ-s9HOM^}v'm8 + z[٠u9WRvc, W<Hljd,6#ծox.'bf:oa9˜+wmZX&&O-J~&KX rB[.tACTv `B-+rurjUbsEh#ܓ)̛{=At>QʫHa+p5]g/=fh`?UDח1ؼlnzU֏w7^Cq@GL:Ǿ5oi/Ϳ12C;e=͹DPΦ9TΣ(+h7rrܦ|[ߧ,n5z= =j7i- %cȯӣXPy):3h~YSӜZ9}:-JiP(eZ?Y*?E)2f"ҽkn{^3mE˴ 6漃{h%*+;ifO*_2}|.(h ߦex*R3i>diΗ)g|}.)S`RYEO֠zN9r=G}2^m[w(ST+ SW;UJ^yKTߔJ~[);pGnI'ɜ$-$trO:|J#JI.#Sr mI QHB2ȸ :a$[$}߳{^{$ X>Sg[xc֛@,fdX Ulͥ<¶pb ~eF,Vp&b Hff#i N[ΰÿ*nb1Q J%XHK%X¨K%/?a (`R` )`R` V*`R` +`R` +`R` ,`R` V-*Qqd 6,`R᯺xx= 67 +d5 $~څ@板k;&N"15BM44 Q +3kLZ5P, _ζ[@_ޮmkU6f9@5-{|` ~n7`C!jf͚xcO" k=+%PX2;r83^a߃&s_aŹ79&Bg\bc ,< mƯJo@˼D'\{ +k܃?̵kb)t;l2JpA=evr|ZxGvΌǡ]| d޵GdP5p݄hһm +o^G8exvppS;fo]r<}a@dPj˻h a9䜶#\dgte_=tu<.6w3.N#k F>9HeoAr0.PVl+a/sa/[D`CYʻS`\`M*n=/](_{/ lHh +ޝ7 l 79ڶ%w觔N&=3ŗV3Tোj!<"x 5_)ͯ0Mu>:6j.p:7i܊ J + <Zz]_~;r/g&Mt(>m[ҶHlf|SkDp*-H+B7ƅ4g&B,V|8Rz\OB^^] +RsG/ތVso^-R趠F:,W󂡠I'`E4y!xSy*B +_ok8p99T_Oh+, >|4h\JXu b),P+{ +X .3}ݥ}*qn(c5dtBKLTCNs +=3Rg&{i5;OW}X^ +p H_S'JQ(6mŴMiYqlPf(uBY7tXVMoPN# -SpҞ} O׆ge`F p-c2.q-c?C59}(tjme_G%x E?FsV6;hۍSW8s7ZuPП8uZu +.rz(խ +.PhGJxrz:ze(}xbF z1bZU1ѯBxl&Cs`#3R׈1vB,DhQN/,"zViU׀_OSDʎ>]_KgF~T~ V*DڅH(V4ǷqpΧ5pg><<ًݧֻ`(X;`Xie:`Xkt`(\JC }`+ay#k_?'x1Ƶ +yPV +#}b.d.2%ߎޣڇa(hr: +ߤt3h1NBtnU('7T},f:={Iګc>~e(!ej(`O}[9OB~Au8} +Xm0w&_PV[piYu?[ l$Q]lm+4Cp_/f-ۛ9B/gOw:co3mjw>~~l8X׍|% м_3lc|Fq|rBˬvP?S ~Os 8^vOc,X d^va,<|"&LU(Z&/s6!y +݆mumvmf(ˡlfmFg3z.D/-Ҏ+'̄sFU]zfnj(`,=*P*i^-'G_J8 sdtZ_ T_3G.R_|Oy$YqD (eP+Eb4pM +-:¿GH|UYw)ݷ.VUuwr~OɊ +J1.P&ǾdhJ?U(r R$~?z } W!s!y*Z<"M派 Pr8}T3ҔsEmHԓk + f!K758ks#8xQq"C X]Kpf aFp +w #Jr h=hYcfsOU;=N4$_=B^qlLFG߃3)*dM*~şK帯**d":db܈g~ Λ5O+tnfUL[rx7YBqjw9hd_Urc]'a~`2#\' &nG}N.T0c *n%}nrEJFG-ٌ>C4>ۈ-[#s9OPޯ$"IBI6/2Z!b}v b:<ƍ9S9[@syddZ˜db{C|MaU2ꌠi;,DfPl6 .gtCׯ_jBsv"[&w;a]PΆ% +e_C7 x hxX} + Yr2;B9=YL3V.+;r6`$L!һ[؛*| >S9kFYY5YNz ^e#7y xEqidXz;-p>Ho"[[F }vd[hU>#豈y49f܁?q4ݚ):B+Rbpb{@s3boX/«76N+wf绐^5bO}7JPt 9]/!m% Yy|m׈=[exr?zdkVJq6| ;GJ7*ŭI7Ϫ&G:F1cΚ*FD[8ub,57s[o>p^hǑ39q$Gh5.CB=Z_By +O# 9)c-ZU\7(s) `(5W#c|ٹ2rZh ZiovM,_כ;O<{3SEVT6j.Ti~M[3e ;slMiw_p78|4He6;{F8Thr{^܊G!n:/4?kZbI||=`8߯(1<6EPr4\sïmLG&f΀7]5FWLY܈*ٟ]ɝ9}u2Zn%7>P +q ڭAK'`7m;pGe[zԱ~&3dPU9:bVv3QzyЗףZ-Qei`}['Ow +K.%:N.jš̕,2!4ɦSyv_a]>] wW(tùQo\p7a$VJ#(St޺L'ir qwB7?" ߑCOF?/ +]scw<)kc9鿆Gi;mg/om7+Th%k֛lm ;uo5s1o|B@~>Az 襸I }coZ?eHlH&{< +g L-qhcO +pb-:C, -sѝɗz6qGB?,9`X(Ŵ-bARhZ(x@n5YMe]Όp99S9 =W8=7ּ׊J(ϸL3^ڨ"Ab* k+21nk;R ):fVY%1 + +Gf d,670CaP::tס0>PZBybl0VW4ۣ✿)G?Lx~cr#AMn+2kit{Q?Ȩ]tzC 7'`OKX`"'qu8&;o6;FO/vbIͯp +8͍{u%22SȺN\IJŝ[KgF[ͱA8 +П ͇?Nנ'-ؿNy |>3OTwF=<ApZڵM+([zG(r_Q 'k\? + '{c\{Э)rӬ PIJ(nV(S~?99\A&u''sޜv5pqNwCoyfj^4q[L8R|=nnRgݝ1itW5:Qm? ܮ#9v0_;x#g`pֹ_#{(^wjg])fN9s\=( xB_ +] qjjTq6!S eZx1:ƶ cۧ1ڧcg&W9#ޫZ)p)Y{ +E@ q8hdmhMl4äTey( 2^"?i J k<<r(gQ{Pq;|+h{ +iⷅROq38bpk=z~386`iu I}[ (]@9_#kF~m8{Ã^zVv=  PdR+0}sρ?72[ <|>F¿̯̯HC՝vb;+\ CO_%HЯmeԎuFч~g,Vss2q#g=_K׷-< Ys:޾ :O>FN.ɟ@ kנL | mF*M $RW!*!z@̸h;#z둃\,W2`m:M.x]bečː^#M v#9Y N_~Ѷc,u9tx<<M<dž9i$g罭u\Q]"ܹ̝dہ0I_o6M}X/Źށ/3;7?<ќ])]) nB"P"y_F;pv!1㵬xKL(ogG"6CG7ݼiNmSx'ǁ3F1'cɍXr#7"E⓽Ǟ&D[f$ h֣/Euේȏ _&w 7~"a3m7c/ؗ߃𿈆@_@>o :uX0k p5z2.Q]Qi;uݚDGQpVkj̀'/"c?c@=^W_.9m/*Vu:W5^n +K>ռeʹξoV%j)v翻ž8xWK:W/,[xOkj|?Z^WQڕZ{w[{\{UyJ;ΫYVua)Yz~5_ë?^=Wϯ:z~=xF^=ϫ x`56Jiʫx9̫-/ZXx}~;o;xoٵZ]vc}ޑ;yg>]yn>e?ck?k?koGy<Ϋ {˭x~^=ū罽1o_x&[}erއ!Ok/ d>mh567 mywa&޹qjYS'P^8'9 ēTՇğ{WDeOs}MNU(9yREeW”>*Z6=,:"DwlV'ϖeO- b+bUϕZ:Y",& gk˽1֍SJ29_)V=z2"|lLl\lejlVX +c Ky79?ؚseAlZQtwl 43G},KR}#qF;wTt#I<%^9T,֏`vvȺo͏7+"E6<ݣ'Q=ӱ,QEEFy@f,f_e(#ӬȺlɑ#z񹂍/ƋLgďH)"k5^MzJf'LTGىډzƉѶhi?%_LLtJ'c}dvey!2+mc{nꁌU.#VJL:EF.3!1'1/16(,V5":>9]l$v'%&J'"3IK|XdNVR5Y#V+;YGF|l|l~*pqe27.15-=3&\cKJ>n%H>*v,^:X|UEq'F%''%FFG%N&g% u]ψ &ɕ59#`|U Hܐ"4pehh<_Ͼ!$7-2S)'U(FTeKR,sMKjoSat{F3RRRmRyΩzD.]2T4J&3;RSLޣROhLJ KM^^ʕx)M{85>5YLOXZ{>R$1|jitY(*y<.81V kssj5ibBjo|h:4u @_kZOfbRGRZ."qJWKgkG%[N"6>:O$/JnH͎ JwM}DDZ"VGeңerce+=b:G&R#3sS]'ҋ+ҫӛӻ+b˿3%},]>5(}>+ྊUF|`Tl"}C/ÒH(=j]=j==٣=Ck"Ji'Euq8=:J֣\rHU8XnN4.9ljfp))2N.8T$L{99o,WpZҲ21A'NzW˟tIuYR C]a}Jk.R7uԝXHCa&OOH-'EjԬK9RJmfR[2 j6ԼE,Ej"r//:H Ȱxe/R'uٗXJ]֥a- +uR7J*ӋԽR\B=( e?=*ZMjEjm.R2K=[HmTֳ!kEj/%RWW %uԱu~;Ls.h?"U.BAT7K~[꾋ԃԒb6gXc?ė'/g}y=kF#u:OΏgot8?>{RkK"61528ɕ&x#HOI3H/cH?/U&aI*u祎z־ggC?9 ,O9:Xeo-=m.4{c[fW\^/oHy*3^~$} 1犈4?sCrfi%::cq\㸶(1kmc5ZcqEXbess tϦvfRM=}{~I|*:o򜬬,V?}&j\9VaͲ瞿 +XGUݼ1^zv]E<=cEqNސ{Ѭ_A9}r]G3ltX8F'$[#q9?k=5-jaߪq*t 5Q~$?%r`|jָg|Ǻ!\ebcYk`y^E5؃kD{N`= jpg@q69OųgCMjoP-ǩAkpv^3gf@AL9kq0"Y͘Gqk&Uٴ^ù)O mú|ù&V$7V1?U2$C 41ebO<pL۪jύL!u&Mlӹ=@=;(}bGM-t%/oe|+K^|UF~]Ql   $p8 .Wk 0SC iV28l O^*x\Kni)FZIY˶Z Ol5NUۧ){;p +Rq @pྒ# r Tr@՛L(ִh$Zd9O"`cY +ɱR̓H^"@f{)bu꾊`=8c3.^ϸi6Cƨ1nL3L3fk曅r?eJʌ&shn7[^y8a4OgƸy Ѯ-sмg ti[VU`-\ViUg[ VlZ}Vu:f[.7[Ǻj]uƬb:`E2O&~gQdqd)"S!EG6D6F6[#Lx6.vlMiv۴Z]R)T-a{nw_nО9iN{SZ}5--;))Rw>XеآU8: viur|]c㏵;xW{GsLiLGM{2M3n+Ft)`F3R7 +Y@.˥Y,!WRW|zMJXt5˟s֔93!aB +3z̸UVٵSKR~XX%9ZpZ38Z-&܇/9}ܱ-Vhu[qqI[kmZVV^6KmFBFdU+ 7jjAʇR>i/9η5%9w8whί98ۜG4]K[ y<{RJ?}M~WGq}J1F0\#(4F7tҨ2Fb4ۍUncq8d5N'6KqøURb a1a<4ftfY`.1]f6i5͘Ygfd6;Vsf6)6/vy( Ïýׇx_]ic$J-J}aeZ9"k*J-)+dl"ֺ]z`m6[[^ke1V5XauZgfq?JZ笋iZVkҺ9;m5dZhݔ5|v|#iG$kv{$7)4r]Kdy8RGHqxG"HmdY%҈giAˇ1드ag19?}-%R6:7b-lr~k-չZ_cud82iNW_b|]v~٪ܣ}̹׹Os{O89Oj9O9uVel3v=~ ~DzY +:v=t.ۼ"}f}Bw,=n$qWe빆KpD[m s4@zf#Fzn0@W( Vi4mq 13W2v3|8et.kKϲsezq]/3],T;} m$t3&`nI}@z:bf9zJ^4:֫\WXeEFY5KM/ 2u@_K57 i^kn6۠w{]=2#Wh7;N9B<'Ӽ5/b7E`y{EyۼVۗ-6g9nN3>l̝ٗ=V尲,G]>1w.ƭ|wZEbUlZ~K*V+XzKPo %[*khmZ mX{{]NpT̳ͳy"3:NZUUzxIvKp l71p]>7;o u‡}u c)O$_;sPAx$/<Յ+ZPS3L='zN/ nԽzHo>}][omԷsOW@ߥm?X$]vޡwvgD9v ˢ/w ͹عw5k+8G;8ݘ7>Oڀ3;y}?%Eyvq OiSt.0ԵNĿDcGOh!VpHr=m6J;ÚlBK @w`hdS!||٪ȝ/SOԇxy>;񂳧yڞ 'o6`/q. +B3>BքA*Zw~$/уtǏ_YB#o7$M |h`Ьe+U FV_.x1Ng[>(NZ~ x*KoJt?Cg9@\eK|#d8  F)hす=8t8҅깰 [\Ux:ΧC3υ\x7ir--X㌉?}!>u +u@?qOO=>׿.,Q3nۖ{Q۵@p8!,Aσu +RZtߚ1|iT,R-ʬ<9{97óߡ9Ja?9V5|uJ΅zyM y~{Ҟ{Q5w8!,Aσu +Rc7;~㘈2۞WxSD=M-@|g7^pss89 3 ~G=Wk -Ϡg<&?=M7Ȇ-<Ϡ7[]-aw@PO&o3V}@|M(?=m~nxz#aQN ӀT^^e2}9|{WBoP +6PfV{|h삯rB?;#u瀋eM|7!`7L3]H;gq?B`9P/c_Wuߨ +l7R,WA0 b1NOy__K PRoa0}xE"p¯"XR(pUakf>VQY4M@sN[}m+) .PvpE?0a~Xdtd@R2L G"Kg!RKP }]`Ɔf`k`vN ʏï8E2 AAuG!3BC8tH{0K8`~Xdq,t%ntʲg[[F`; ZPo7@Q<<<<\y %p(et%<(p%!w(2׆Bu@lkŵCMPsh'>6ph'B +@ \ЩPWBWCU[:sG]>05BdXR3™"`1^J=3\. {<ǶXO}C(l6QPr+b~~!#;f#FyFN9B/ǡ7@o.Px4<L)gmHг\=_/\/'_J +~6M| mp~H?< +-oЇ C_ti$% #j>[ml$ +)#9.׆ #j# ԛfʝF+>M|yFwq!x0zЯwowB1mfsE([ ,5NE+|o3B@Xt`76`8:. )"py2Gg `!.YV.oB_bJ3g4olUsV;]8[,67*sZUTo1Wׁ~q+$%9 {[}E(}Zo.G@ !~ Cg%Wz'I_l=kx`MXx$ٺG{#N ۗ +P&D.o~ixCLbFfo|[,bVS伆7m|s+*_i|Q^y5[kv,Veȸ}r]! p(9'ڞg럟/O)Wk~ߋڨzB2AV̓j͎?8&b8nmGWWdOϬ(*qہ4Ýsb]rn]Zvw ۽}8vO'Yy.Wu_nD~Մ{{*] $Jw@P,~E{<.舧 Mk=5*)=ukJ<@ Tճ<\URzVl v{N)tV{z+fwƗ˥+\LA+}U,x|~+)}Y^kuz"2Qw owXOljy:d?0@vZ}_M|GPO [vCyvQo-Ȅgh_zEK^B˲D>ц>:zqz`wƻr3؆%;`߁ `?z g0/3E- q%._M_ ` *n&IYds}HoxLvQGE\uIp0~]ru@= tߠrXAy =]bP\P2c$S߹8d"c.|#9V`Vޱ"8b=zq;pjŌ Udz͏ lS1_~er ]W ~Q8%sPgs)odv#~9{#ʇ2DG?Sd:Уpe[=Fgm;}`&mɊԕ(D$'Q>IO=EG*2+K**VOUWx+Bw_\ؠi ^]-y_/| ~tZ 缕Ei?X DJ&vĿM!N{K!A 8aiM&hH!kdz6lfa1F$PL-`U9A+ x_)6Mn, u1,l'E4{d'vzng1L;?Y/*^_D?&G/Rg'4uu2bX+LBKsB1!z, cm~ XSmzF4NbRKYJ tۏ9Rgil-ァg9}2&ȔBW?<); +vknbd%eޝ`;bƵb2SU>.tm>GhgMX!dziIdOuD"gNӥLHhI.FkfSw_h 3W,`_N/蹕-l~^=][3WcOR @y]ͦ*-#ID]UE^F8Hu텴KI } +zR8[pOTCa"˾˕P滌A6rx/>R7!ΙٯFLh^(e=+pp>OpnHO1b}c;czzZZ9f(}[^w+W8ƴN.,⎑4Bzrŵ:?̟gy&8؊rh{oe#?KIhzfl&`ש}X%x7#Yo+{|6]vD`y1g܁.*{.{*bXe =̫gێ3BZ"N-gbنjiN?ʻY̝[RLsƴzzqzw|>Mr'g;ѳ]LѯHϯӾ}<> 8w2Mci>bO2mc::~iHGlRhUX_lg[?C2,37m˧gu깪x'tZ>H%aBrI;u'i`'$_䨓tNrI9lg9 gLI&3a&$od,,eL2IN2F&y#"$LccLIS,b?L2" &yחdӋl^+L0]K2uI.%y#kToI-ɹضȳ%$ВY7K2faH`I,}%Y$ߕdWJZI.+b%$s⬒# $dRSdR\S+N)^W2AEHI)%Y%$Gbb$#䂒,PI1?I'Y2TM=M.gĖozmi,X뻴~Waْ +))fEԋ'io^3]biʗ7=Z|v"ԿMOLL˘Vӧ37S|HөwDRDio7Ǩ?ֽ(%)`^3A6 D/R}"] ҝU̇Az5O|X0.t/D_0Bԥ瘮33D=oѿ56OҾvH;_{Xz_gz@u,Eif+^(M3:'YDzq5R_8^ȖDFoE:|ZKߤO aaUW L6͛xaOR--o1, G,cP?33QI8֊yw/J/?ט +"U]o.ߤ]=C u1)-?~>¾:/1u޻1QC|+-bE~hĿ4)k1ªGWɺ8ޡ>Ę?>@}Տ~LbFěo |WSH\Ưyv~ɯs+) +j:,GL^l;͔EwIiH9oC |M1ߵ~Δ_` zkcZ~5w(Lg)ZL}z~vekGe"mS~&Kl=zoq~}m[o= S/ۓk,h_um(s3_kv6;/v|(bDTDiD)ZD@b)E#R@J1)H)4R.7"R.RRD)@r)Mv;$s/{|3 *27ZyZ *$ $$m< +-$PC>R0*7p +ų@YUq7F9c;bS~ +ĽSU4yPY]n߄Xr ѐ BA뫲*a +hqqyt$tG&P"ː +~hǿ,yjh;E܀R/x*!ނ}@.$/qD-Cρ->"6x@\N\ Dy8Wo#?rdD'@xB>hǫ 9轪4=S DICπgqYC +J Q!x! +BJy$hkc_1钲 -5X*>0lބ8}<1H]xTQ:Zy3Ǩ`1|&ZSc +O5XZ.Jȵ"zi|#:q̕mGqE* 7!W2X?8j&УmنJqxpPʱi c6"o;V@r8]к!;[≿pHjY{qgοQ'3t*-9W"M8VhJ_%"9_erxw~8&xûڟBBrJ|=WO 0&]! +I!icƇB>1> \ǘ6hCݡU!IC WSyQ(xHFm B?#=2U/h |eYngQ'yc+u +Ko1~AsH~TK6~J5u7U;WˤvwԪiFn5(.6B Z:/g3MH"a䣀/AC|&/#C+H^GR%zxhS%J~5̍][wB~o% y|u̵igQjWzRK$^ԮAb2r۩E?[&¼| +0ga?$ο:n`p*NC;MlAi&zi=hY | ֍ 瞖#]5ٞP#hGȮS ZLQA2!᲼ + #zF?Ó_ 9D2hG T6p_0##HhBϠt0 N8EΏ˛,*Y64K|9ڸ>V +r,_a䖢1CR Iw`gȿD8kCيT{wTO|0_s3Q K +CZ{U |K7n}G)< +ϨU1we=0CZUkH6*mr۫ n&|/vfv?luwF3I|+R !'o3}Z* O]Y0 y h}6) B4Sǘ-C*3, +y0U0y>~\ȿ+np@ο_Ock?xk3X>3ǐ ,5#NgR.V:ϡOFYkpX!8~r썿 }(jPEbnĀ/~^?<Оaz_,PcaE]AO{ ~ < tu+kylj?dmb;=g۝,^ߌ)qo`Ix&-lj=u:Ԏq ^3yG?2|k0thfݜT+걣O9"+Pr>@e2\LU*K&eK٧V+ fjX-Tuz:ATg %ruZnQwڬU[5MiZ/6D+Fiɴ&-Ԗi+ZM۩iǴ.N|>HT}>__Wf^߭כAȰMFQn5&ӌsRcΨ5 q8i3tE:dҙAl3ΙL!6ՙr^&6șqK,bÜ|g4X/t>yY,s;uBGgSl!=2&p\,r68դ_wjMV4Ggsir9Bv]tض؎.g/؉XXMlSgiǖV6FnpjY[Ʃ6'Φ2Kf:{X&ƹ粎&zB.N:j %TԹ=C,s9!%m%Kڍjru2Zsd+ІLj3ڐ3֩)rg :#dy)atAso2樓LvBuq,bE}:%=>7vj<PTkQq.v*v1vdvǸg^焋6:W8"WJ_Ү6i-넜#Nn:6X Ǧg;bu|Ϊ8bMNUlCzgQ HRBNv,?+s(cVG,)upr'v<撣px>󑞱Bx< :{[ fYGYb(T}uE-}s:7u-sF:a+K?#/&?$%IϮ*W_듾ǭ/31KvMI,雓;EN""kWAg_;$}qsoZX52N+Go'٢0wD[s"qg;۝#BkD}{q'D~]- +ݯW +Fq)q+bZJM--f1c+n*Jqf=c=#n%kzz]ZoZo/[?~.ʬW.qu/ql5#QnNQ/hOc<<Ľ}oJϣ!cD,ϓbggJLxjT+W#WJ~['Ti1fqKvX& *(6 8.N3hUTZvQ,ŧi}(}`Z#*#Q}xe+hXY,WV)딍J֎ ner֏GJrVT]+ \PyIRV@sf# F'%zh +! S +Ƒdi&SgvpPb/0 h+(0{( Kߜ%47Qm&EqAaAl.x fs8<؜.éK>!EjKzjFY*Hgɧl(u?dDgDW{}JSɰG"C˿ί# +|i6?1;|L? '[%y<]"_ LZP铷UkI}9EỤuk޲]xh7;8VQg>7|1iV yϛ>5b].a`$]./#oCBKP_h }IJUFJ2R%DOg?k+]utU^]O)+ ߡKN"S#EXB=Q4+.,Ps9r%v"%ѣ$#'t%L5D\r9g|:9'.]G1.g 9=ZS{svG}pqβt\C!ImE'!褔K9ZJ>:࿠TNκ(-`9trSBw!tq\HZNULκB3wjOQo"gglX[)E_W>Wɲ8l,_Zv^LuYì?#Ut)<|h+]xDxTdt}##u緻E21ӟO2vF#; 8H YdގǶ;u`!}u]=ք _iut}=ZÐaUmDVnV.."mp"_W?Wi5a`KSzJS_ OkB:W5J}}8$*t~2,e]7)nj:TT5.(YwK륕hZV5jǵn}2}>W_o͆jbc1X`2 A{8t6tґxd=͞:jtiGK:bh=X:upʑP舝-]xٴ ;IjL1~!{FP]yi.TbރYZ.]h}y.<żtZZ](](;żt<*]Sy,4>4[.]hjyƄyJ*O1@Ҕ{ph$̤# +L:S--lfґ[(?s(|'fґ&=hfn uܚ58Q:/.d +Ueґ%1sAl¾ґHpiɄ6t!]%2Gf{!X`82k3)I:SMvNŞ mB .8fs sҬhw) Q:{y&x&Q:Z7yʤ7D'(Ϧ/iNRtC)elV\:sYq['禘u4CFRj$RNN:cYdۭju)fUf5ۚ%t)[ɯ`&z*Je&iX^i'0bMi?_u/tEEFHsrwu-a4|-]f..tFHs]#$5I盝bn3S߭Ӝr4)kjBu N1w!i;*%k۟ '+?ayN>}TNb\/N׏tF5f,#~ݬ5fO'SJ4ϳQ0ߡ9_')##QQ +Mo܆qWQ|+|}q53%%:UUq4R;$O/Ot'\s.rw˽_V^"{)j{`nAe!Ox>bOgȝ[RҳdYY>:gɩpt]%v4UezզfЌfO3[df"K"˼ƼV"b^o="Ǽ,y2Q`71s9^`;ݾZbwnvwq3ŗ,;({aQneE%q}Oo_gŃ^QZ5yjڨ~6B13L~3 4.s2}EYlts9 n2of);;DWsyf>hVΰ3ew +mڦȴ-v,;bGe~WkbD{=HEj=mhGv=W(3Ni!҆&}|ixqT}+^O"?;g]S.:;Yg[Nr> &L&sE5y2f:m<ٞB{y+ SAt9Ϙx=<xyfzXEwgg%gl<#I-@=VHQ՞={8aOga}s#׭D/NKZs:yUӌ:ٌsmh x6] S$o oÎ=?_;䍷!|$y7ɟD +x:ycxs~oT/6E +}W{ Ryp>Fe<$ݴ( ]w'@?r6t]ct +p*09\F-YO"}T:uI68!w-8WS)9dZ*ϝA-utQ@#m*DP z*x6=gx?ނowk]h-\eBޑ;yVzOxu < +6^]l[Bԏ9uQZanYj/ԍ,~wwsxϤ^0sz4}@[q\Z}a3STGcWg)H_*5E.޷Jɵ~2_w @ awDk#96ya$ލYm@Z=1{+מ8kLCb...v.::%Ky +?]Tzs^ 8uد|7t]bH~I\w`(X.֣V;x#"Tބs /O:%"|,|['aA WFXߍ_\a'3x[JAZΡI-PL@<39wɯd$%ڡޠ{Qk Y YѺpT3@p7$ +i?=@g8 +5kf&"x3Fv݅@xDPAGUdZSX;DA__* BKV@tot _Qinz- iDxM]A< ::/8qGTďaLB +bE.< !)H{$(d%n"Aü(J< !IN<"V(  +9c!>1fuF(&?,ӐlaGẞŘI,'Z:h|\$p)CZ<$.'QN4*/X^a4^Y,~a4 L Rةsl|fp#!̓DvP?'Wh"LBia4Jpɸ0A%;1K0@?b%KlMuh`4Uth49LffFb}CK0#2<8@g'0x\ c>ўU9[_ca# wӆwjưl7_Mjhٱ›xsw +Dbl/[UIv!n%ܩ;.HT8ppቊ~#֝ 70!}%Kk񌦘܎~ۺ<&| +Mds@_ݭvÏL;T4y>nvޝl9 GN&:Bk'KًjJjij2]: x'^TO (*b$4\)~OG=~D 5wqaOgN,T<ا1Xunom߳ӷmeyo߶>$ްuΜc!j4W;󁛔=6UCv᱉1ɸW_=RpEƩe%)k/7%~:p_ᱹSyr sUSv9MK¶U/:z)̒< ܲ| g=CI\V)o3/ihy=V/f>tF2E=[ gŹ*&?ߒrDn*=ДcPOh!ȱ'9[k RuWU5L)u&zQ;C*zni=,ߗ`RbOsg[|D;;ڟ(/.)ҵo5RZM8kXru#I-RH5|±FЍanLs7r`#ZZrfꑯ TqVE4)#Ѣ('ζ͟qy}$@0(Kc4*lh:H3-%N?U>xi%asFClB>He*,Vw玔+hݤBmƵU=*ĬZ?Lm;+Vйbe[_]Zmt;pMdRWw4 f@3ʏu^qsYGnK`۫eҘl#Z(FdM[S]ISOG_CE]CKOES_[KOEGGSG/űE {I!鳡[" 8mX`=Cs@QtQ6 c`;+,'2 F9a{x{Ngܫ?Uk_~Iͣ3i[78$VL^k!/p2\~k1wD[6;&~bR|0l3PPnrtZ*o|j.~~8B m;Ӭ\fi/QB E^ai{vԈ:_,o6m,£l48}mlPBڇܽs>2F޽8?R?d79m;)]b#|VŦ)}GO#RSȮgv|ӳ]0SeKd$ߝ $:-nH8]!N)5,X -z;}fM[^$#JX\8=5y_6ƞsV& -r?j&Z +X u'3CP"7S%[> +PwxtB%5~=oUz =xaLXI=NyA5$n[B:Hh`+ҀFB]0xg-&JF?yTO?;Ѽ8vM*TT1x`jNnk8FuPo Lpn )˵<4S%rCY XWx7;W{UjG4#K[C '/>=},߇GIgOXY.xu9u9p3l\ +cO[y04dwKW\e\hQ)vI"cj+j57RSE4,ۧq8A^)-0N+:qhcΌm5R 9asm +rz˴XTL׼ +=ɭ#eexX8z;v]gỵ>zkNTՊv.zW3 cY#\xWOd{sF>ڲk+.3*lܿJVbн!W +NJ7$Qt{]ۡ={Ltn]fYd1ZM3󀑝FBOrm'טdw<}ȇLMFs @ qJp8onѿm6;U 4 dieR43i>Q˷ɷJ^ G&4$%faXJR%23>/g7g=YP='bj #3ӔPYp8/\2|p1j=s( oXrQS;91ݿ#3튟-S[ ꖞ82ȧNZ(k_RڦTs8m_h^5ꂃ/ E:ϊGe 6/6n:زku>\KGO9~TW4V v2{-{͕Ljɕ(j.Qʶ6cM7A]oI֪3zد^;]ќKtɋlDY_2(rEJ`XxyF r `4sWټݳY,|Φ%^(iX p`ޛEYë}=[rh%rR9OಗDI{]V~6}ܽYElV9 q */кQX+"s^ɗ2 r?{-2Z''Fj^L`˲ϓo8^MbC$==>{ ovKp.SY^axW +t]bk޴U _cԆmv\O劵Ic1&3-w%0|3b6"s +76u&F 5t/L9U[t0Yp\0| r,:p1.$8t@X .`~l瘈WD`/nֵXM9)3Iv;m=z/^'|tj[&|rsX_<Ӓs%7钝;8u]]>ҳ'ᖶn#HuEU[zOr0tPp[v<5%_ϝi]IiKeݏkD ]uE\Ag_Hb7$d.jH,7{v%vKeU;hwŪ~@'c.^??-ӷK]L=:A{WٟkD1 s_Ͳ՘lBdzе5[_-K5iE֑?($o1]r.#e'nj/ lQf[ 93xt&枿1L+-\T.{?u2}~8$1tݟMR* +endstream +endobj +644 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +628 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [405.235 402.745 419.358 412.734] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +633 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.51 368.154 137.206 380.597] +/A << /S /GoTo /D (figure.caption.25) >> +>> +endobj +634 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [355.236 212.061 369.36 221.826] +/A << /S /GoTo /D (cite.Lin.2011) >> +>> +endobj +635 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [326.074 76.202 340.197 86.191] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +642 0 obj +<< +/D [640 0 R /XYZ 69.866 809.284 null] +>> +endobj +643 0 obj +<< +/D [640 0 R /XYZ 70.866 779.207 null] +>> +endobj +70 0 obj +<< +/D [640 0 R /XYZ 70.866 285.269 null] +>> +endobj +639 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R /F28 573 0 R >> +/XObject << /Im2 626 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +657 0 obj +<< +/Length 1465 +/Filter /FlateDecode +>> +stream +xڕWKs6WX ɤ2a +crS. I ->vɽ3N/o޼/Aлy€GǽГ<ȄwxTÈ]9Lu$vKC*Vsw'IՓJ%~eBNŵnbm9#ξ¿{<ā%Ց\@ i 3 !=Bq,q BR׸^*ݮzP-1f,CE$틹rl+z=Vٞ#U6 m$AVFJ?Re1,Vi80㐽"dx]n""9<3+M}hmkMX0Å@+w>DPYTͶ NaR Lj'- .WXN$ŧX'SNsؕU}h|GO(ی/ %< Ҝ(-˜ +ܑ9g% Jwe؋I̪P\.\#y +B?gNO8PE#W*SI5mP5R_׵ctMNi`0T27A }!עL-< C-fXURRbXbLܯlXg. 0 d05_ת' BMj > +endobj +653 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/mvc-overview-schematic.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 662 0 R +/BBox [0 0 455.547455 285.468567] +/Group 660 0 R +/Resources << +/ExtGState << +/a0 << +/CA 1 +/ca 1 +>> +>>/Shading << +/sh6 663 0 R +/sh9 664 0 R +/sh10 665 0 R +/sh11 666 0 R +>>/Font << /f-0-0 667 0 R/f-1-0 668 0 R/f-1-1 669 0 R>> +>> +/Length 1467 +/Filter /FlateDecode +>> +stream +xWMo7W(r i ˁԲ}%Z)M$yˏ7C^tINNYm<r^õ|~wUMh_Oh+a[y/7/7+$wbcV1wrc,٤b fl 1Оw=i1;̫g"/xu!4‡NE`SH?o G~Y|\>.qN~//֟.ވ8qND؂jypm{9x9A6 0 Nu&IgM@VdH30*%lfu:N !f Tgcx^K`ZֹX0˪ig6 Lt01FbyꔳϪkPR0CZ"W!14P՞' h4LҏTnqK*&e\2rrnIÿvzowqud{UH?d+OG#K+",Ǽ92mFu&`h'dg$rɛRp-(_')B\Eo)́w%״걮Y7aa-1c1ЇFCr`hGDP~R N,8\V5u }. +Wgr kz܋yB E̕g4ls biYF6ʔ mLi~$.LŰm/Pfxq%GyvWaN/q:ۼj H^H;2WJMQՔՐ^SoeTo"2q$SF]ێÅ} "uz;8T'IyGaN,@KпBCXmbc1 8$DyqrBϫVDs5F)k.ɚ,bQ?؍816)̶:;]Ӌ~V t̹ZpK\kӞד]}R>!{-m$)?ܦ;i1Qy|":teϣI͝,85855Iim:7WQp85Wek_:8qk<*vv^cvn1@].wv Y+s- tMx[t{{l%и[^J׹1,g _ +T2,u'#nݪ?NT +endstream +endobj +662 0 obj +<< +/Creator (cairo 1.14.1 \(http://cairographics.org\)) +/Producer (cairo 1.14.1 \(http://cairographics.org\)) +>> +endobj +663 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 199.425064 0 56.694988 199.425064 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 670 0 R +>> +endobj +664 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 199.425064 0 56.694988 199.425064 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 671 0 R +>> +endobj +665 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 199.425064 0 56.694988 199.425064 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 672 0 R +>> +endobj +666 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.693001 199.425003 0 56.693001 199.425003 126.924599] +/Domain [ 0 1] +/Extend [ true true] +/Function 673 0 R +>> +endobj +667 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /ADCELG+Calibri +/FirstChar 32 +/LastChar 228 +/FontDescriptor 674 0 R +/Encoding /WinAnsiEncoding +/Widths [ 226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 543 0 615 488 0 0 0 251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479 525 422 525 497 0 470 525 229 0 0 229 0 525 527 525 0 348 391 334 525 0 714 0 0 395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479] +/ToUnicode 675 0 R +>> +endobj +668 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /IXFLKK+Calibri-Bold +/FirstChar 32 +/LastChar 228 +/FontDescriptor 676 0 R +/Encoding /WinAnsiEncoding +/Widths [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 874 0 0 532 0 0 472 0 0 0 0 0 0 0 0 0 0 0 0 0 493 0 0 536 503 0 474 0 0 0 0 245 0 536 537 0 0 355 398 346 536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 493] +/ToUnicode 677 0 R +>> +endobj +669 0 obj +<< +/Type /Font +/Subtype /Type0 +/BaseFont /WSZCGM+Calibri-Bold +/Encoding /Identity-H +/DescendantFonts [ 678 0 R] +/ToUnicode 679 0 R +>> +endobj +670 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 680 0 R 681 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +671 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 682 0 R 683 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +672 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 684 0 R 685 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +673 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 686 0 R 687 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +674 0 obj +<< +/Type /FontDescriptor +/FontName /ADCELG+Calibri +/FontFamily (Calibri) +/Flags 32 +/FontBBox [ -502 -312 1240 1026] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1026 +/StemV 80 +/StemH 80 +/FontFile2 688 0 R +>> +endobj +675 0 obj +<< +/Length 689 0 R +/Filter /FlateDecode +>> +stream +x]Mo0 >vҰJi.8QO8ٹ{ܸBf +vt&2_F2:Q`FV'E8u΢i 6=y[0Fw׹T't+mv/ʿ !K}gn(#3kq\GFDWM}NĬI[rMIa*eOIk$H_Vkýb ]%>#} !'=4vI_0S +endstream +endobj +676 0 obj +<< +/Type /FontDescriptor +/FontName /IXFLKK+Calibri-Bold +/FontFamily (Calibri) +/Flags 32 +/FontBBox [ -518 -349 1262 1039] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1039 +/StemV 80 +/StemH 80 +/FontFile2 690 0 R +>> +endobj +677 0 obj +<< +/Length 691 0 R +/Filter /FlateDecode +>> +stream +x]n0 y +C.R]8Cc{8]ǎ]\{Հu:2A!\fSia["N3 +.1l;O1Xwe`װz:h躗ѿB۞G8s-YGat7,;tjN=!$-K2BdSf2?Hԙ#3& ۤo*W 35#O:3zŬkUZ-js5m~Խ,/+*M:|>e9)m +endstream +endobj +678 0 obj +<< +/Type /Font +/Subtype /CIDFontType2 +/BaseFont /WSZCGM+Calibri-Bold +/CIDSystemInfo << +/Registry (Adobe) +/Ordering (Identity) +/Supplement 0 +>> +/FontDescriptor 692 0 R +/W [ 0 [ 506 585]] +>> +endobj +679 0 obj +<< +/Length 693 0 R +/Filter /FlateDecode +>> +stream +x]j0 ~ +CqsClXrjhd8't0 O 3 +MaKYUg@oޕێ&*n-W$ 1@xsQ78I5 Ļ t-fݧ嘱? ΥH6 MXj1wwa͍ŽWn+Erd^ˊ!T9sq5 +endstream +endobj +680 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.843137 0.890196 0.74902] +/C1 [ 0.768627 0.839216 0.627451] +/N 1 +>> +endobj +681 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.768627 0.839216 0.627451] +/C1 [ 0.615686 0.733333 0.380392] +/N 1 +>> +endobj +682 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.898039 0.72549 0.709804] +/C1 [ 0.85098 0.584314 0.560784] +/N 1 +>> +endobj +683 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.85098 0.584314 0.560784] +/C1 [ 0.752941 0.313726 0.27451] +/N 1 +>> +endobj +684 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.996078 0.898039 0.6] +/C1 [ 1 0.85098 0.396078] +/N 1 +>> +endobj +685 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 1 0.85098 0.396078] +/C1 [ 1 0.752941 0] +/N 1 +>> +endobj +686 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.94902 0.94902 0.94902] +/C1 [ 0.847059 0.847059 0.847059] +/N 1 +>> +endobj +687 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.847059 0.847059 0.847059] +/C1 [ 0.847059 0.847059 0.847059] +/N 1 +>> +endobj +688 0 obj +<< +/Length 694 0 R +/Filter /FlateDecode +/Length1 23328 +>> +stream +x{xTǹ9ۋiVjJbU$!E @ +@F0lpM%q![j#w).q\;7+.DΙ3B&vr7M%wCW.SB"-=kM/%9!WoZ/!$!)kYd~vUwߧ"Ozt'ݰΫM/ #co77Ho>{T'E'ikoEo>)pbX?ʺk’~?I =z(T̈́LCAb'YRiNxZTZ d%Hlz\<-SZbi*?t^fq63͖higAU}Ѳ Z>wzmVkCzG;)i083+ڄ/MNղnILI gNo^ls5fݑd;#Yn7okd.zc_4r:5Lu +Z&5!5[hQQ>vbNɩ0:ax ++—Bqv),48})>!yJz$SS|.ͳl^zlh%殨\&,r)aϭ3W_ڍC_E\$y+^Gs4AVРtL$ɼhs3l +93Srd +g)1(CD'J%2&/;~FnBS4KjN`wr:9é*Gm-ZV)ޏZ5ʸ>m'HL mʭwmxe[ +~zu~OM}gwQkyG[T3eOwEɊ=D5Z&m{j'oL::ʈ":b7*>b P>S{}(mE*ɥ#@k7Wjzl['M֓MSfH;I/ż;=yb[|~M'[O'7Yx^4Jy4yYAkE7V#1uKK v_^arc_8XK~?ub#֕6b]lĺiYi3TgLS FB-60 iQ͝ % Sˑ6-+쇿%e~1#oiovdO/ghOTHխ 9=9%?~Zxy󾘄gʳlڢZlL.AJ"XDYK $'F0J(Zɞ٪2+%C8ё Rb/f/ΚD@H yWEe5ed[K]>6F]|; uT>|GC:(JJ4jQWk%mVw-~+5q }FC5W-)v%lJcyS[DM{-Wi_eX4,z?ؒn?I'H69!nB`ݢO'_]sʔD/Ig6nj 5Yf,zs፷o|w5]옹:Kً in}BY̩);wACF]{.j:9GȰ}Ζ"B 9z2v,၆c \(тerf]8+آFjx$ ?N +bIv7!`6ʲlj99 98!G9̷9..T&ob?UJ*E*h1kS' SᄹO'b:HOبVH`5n )u&Q"4eM7 nѐ\4}nu#2jͥ=Rp'WeG#va~l;)=L-E5[oU;K,SA >~إ*WI&MxXOxXOx>!깟~B-04=Rt{.&<1ݑT,6%m}'EEv%wP {zk{awro1~Mm"Cݐ,[9&|FKNMjANzxŞyS4LI2itf9T|r4ONxA-܅*zY&1hr8ϝ^YΡ -A[rj$+ͮ<@Yv$כ^\Uݜoq[ݑj'&SsJs}Yy}݇y@̆sgܼr:qv! iG^̤ Ns54O3J:VSMيn6[>`fa 6fjVʱm>߾~]c;͕W|JjZ#_j5yͨ;55O~"$,B:CpƬfkgXuʅSY KR>je0 G/wV+=@oz >͑s*i0(@+yZ'H>v597;9"?$IִLoR_h5/9=i_%4H/J*ߤO'1$FVF{8f4J1Z18yd`1i3 cLHj'QWcO&3GqLinRI&u1)Xw!RXvm4!TVh`7iϯT],sβӔ5dp5ыl+&ra NdzG~oEn N͙V3$nwⰯ:ܘScz}ζgFGKYy<}loʕW7uEѪ]/ĹM[sOn9IeT+iJR$IHI:q~qj[r)[TT{+p2nIMX RYco<+xI|6tϨ 1ڠMz:rr^uɿ$ 扡t6 rZ}C=ž}^sԓb5Q.3,֢ Qt"7m1Z"B `2tR :vxS X ]-SY#GY#FJPH⮚3" RIZ}jUkU6՗uj˩T8X\MzfGÚ {xaOJIp8s\썆&Wە3E|S) bS=fĦlNƐ1$ :;l aql.c:i(4*‹N|-'޷LMt3 ܩSJ+ǁٳ*+2IL垤Lh4$Ι>HpoY}M6L|3 g|r2ҾaH}ćwԩ%9FX6L a@gXu8Aǭm-C:~?)95T0 MQۚm:@_3|JHw&]0r;K VѸD@ϓjvz~<78=N0hOw9ON58`6f`sfװՏ7eY5lڜt|6E.v]+{Sx6%lG%>;E'gl\enwWNUd_K-^W]^OPl:'8\a2ߐbbW$A;=TNTVX;@=HE["OM."ǣI̜R2L559DŔ5%՝xeS:N]ɧ,@4>%zr0ΰv,Lfµ;.wgf7IfUk^߳ +^p1"]d(sʜ}L(6r?bN/';N!#ʊ rjisZp߉$PZYS&u n.,FIcv`NoÂktytVBRR]Z2%$9| )ikv,Xٻf}/OYN4/n^6ll(yS+C* 禹w60 +ت,VG[:ڊX]QW<,փfɜԩzXƸ <AOVeNݱWiSs>GvƑ~{ןFCT&ϔwڮ |~ѻmWNK +͚\!wt$|iKD²yٳh{Ѻ :sn[>i*]xD攦vfy2Z-O;qjq=pV`œ7%1?ɾPQ:zbֿD ԔDON'00[4,2|L:$fLRH-ECD'͉qD*78Џb"o?p72zL z "\E!9Hn#?!1(%y>FoCo/N cE?e +)w2f4WGuNbRZgaYXZڦX=6,#I'"x>g d9SI5^JE)OH6[6M[۬9Cvs.[ޡXv!g>8~\@(J0%ȅ赋%t\ +UZJ||jr ӬWבM3,XnR} ?7=)MItmVhY$!b`0tO0t|05~Lץ}d%WV2KKRTؓ0]_N*z5A%aEG _Cz_vbglG{CfS]n ̐fXn`ͭr*$b؂hCPlNi+镶|=|C//׽<QiPn8J#bk]8~fO n>p[U.)a=⸛/4|~?ˆä@[}'PGLb9E;rDxuUC{ڔ@ W~|_Lveܽj0P_!6 M)B.<:憶h()`>X(TQbW+jgk7 +\[ o\mrh᱁pxpSCJ̋@s``QʣnNvm'ihJ"CzIP^hi>;qGj;&!/zbYH„ (Š{)QlawX6;PPPa  6K窥 ȱ 6daaCHV .e8,36*a:0d {SZZ@IfY z# 4zBоQcI]k:A0VKc4PMbRwLU1sku̮ȧIb̘(P>d֤oxl=sÏXCܴ-(7 ٱnv$euͽAiтQm%:lR/Zw@0cuE:j@eLmjBE4e\7e_Ȉ{#AN[pdvY7 [VaW)0yLK6[M1c!/Bhj\3㎂\VwVYGY3mdal,즕ȎYfX墲-fܪgOn߱$ 8?ჵ~l}ctClY pժ oeb{ٮfNoUZy!ƒ- R6`p [ 64>h!RTMzrx`v!!(lXYcd"G|>{2ʳIM^_ 6v 6[uzؙ5yA1x{_W )mFo5@7 +YT U'T:<1=6ݫ~ 1q{Ԩӆx1e60b53P{ WzRxi`.Y%}+O8A,=4]ت؎SۃRh4f| +g(CAiw0[ (͡\LtҨXd 1>t<=Nr;"?9 Nsk^ +yx^'/O^ zs;Nr-gx9=ōOr _s/KNOp N'8O=8GxÜ9=~Nq%Խr:p<'- qqݜt'C~OzM[<6Nrӏ9Gr7v#oNrN?Sr<*8}] +Nᴟe<5RNpEqw7¸޸{5h h bLϏ@qͫ3ëi8m納V^}3Mqw/h#oL^r~NgpZi~gyUx^N=9uqZiN~g9-7/崄b~o"N 9àDvD6 @sxVN-D8xyxŠxx6lTé:NgTU2`CSy14=⎥RW©8M%lnq* 9xc9r9p +rʎ;&q +6x~ޘepJ)5n+@qJP'7DN.NN^+ع)4&n4r2psZ^RÍ2'Dc/è;b+K >g' +>F#C$!]焵?x7^^CU+Kgx_N~}x֐i)? o/>n]}̺  9(;G,Zxlo~/pyGw80Ā{x6eӼ{|O;ہۀ[[?nF}# ?D[סh} +}]i4~ӭM{/r^Z\ph r~dwC#Լ۳u~ewة3쌜{hgȎهvD." Umh'n߶]d;=oSSlom-"["[m- lm̈mycDP[<b7nll:1r uk"k.:-twEVwFV,/_Yvhi<Y#CEm"E>52Pk)|)21Ҁ't_lg70/wBp-p p5p=we p)p p1pp!5@1)?bSO1)?bSO1)?` X(5b X(5b X(5b X(5b X(5b X(5b X(5b X(5bSO1)>ܧsbS}O1)z_OٺuB`>)+W Su +endstream +endobj +689 0 obj +334 +endobj +690 0 obj +<< +/Length 695 0 R +/Filter /FlateDecode +/Length1 15932 +>> +stream +x \}Y`a L 0 +IH $1 lVMDֵjm 5jRT[ƚVSC&¼>g jׯ~o<{s}.llQa~歹':PlY΅!rs.Xܡ~=uXֳnph*{,orڊ Wa? ,]س_{W2tle_{9eO ߔpJ(& @3Lg/ﮮV>EleFRi/T\#+P9PT=ڨaycghN.3% JBaOu ΢ +iO BKĘ ML|ff,MXR֖+g.!Z|^4-A.PezQݷ!U\zbRz +{V;\wlY}iZ kZ)-7qFV,DeQʬ-aV̎D1V:)wF01+FHFֳ9 sR(4`\aGnUヸʄQ:mtL}ROLhZ^ZhZTb[ rV Zxˏδ3b - +oBg$\%.cidze_=Q\t0d V[.+LSe|Rڶu9Y&RR c3Zf8mnlfEGDQt6 Ί +'KrngJ i .[bjw~9(^o-1JSI`fS^0va\PDҮ蔬0+**E̊,Yɂ^5 Ⱥev_&dz鵡稳! tQEiXSdD~M<9rFgV;4m,:A=%"'-bkJ/6fXFػUKsQ56}ʪջ֔Uzms>,ΙIwVihs2*%>řX+j/6mFGZ;b\`cx?Ɍ+tC2H6`A !ȚjovCf|Z}M`m"Үb4D8N)fk,i/W%c4Tmxrs ˪3f#3:dzb<;^6'qq Aa\F7CZQkFeܡ vaN.ZqiV_O.q30Wb׼XHt:gxPluܰq]Zz=%jNv2 rljJ&Sս ջ+f1Zw.w޲’`kMLfxS"xԫ2C1O.EiKО ?[7*;TnC%{No jѷ-V +BlunpVx7Nҡ׀lj38E#;ԲHJW301iɊ%M95C: [*brATjڅ.i^bv)&亭 i) +gVe+goek...9Fg'$MK$XL$J_׌< `b>:>]-OG3s='-imߵ&(e~QqPaMɈ#ؼR#Qj=+!ukU˅IxDtTZ'4l"Xo 03}>G)k ݗp0Km,ŵd0 zD.ӖUJ*VuA?*Gd*bkpkMXO]^uJU1?~ 1>M@KLW`ƚɢi+OEҕXVx8>+ft}/yx^03^p^_S5ү7*aMxGOuhڼz r-Ɏlޒj?z8mQ3N!E)BIqѹO3N,=0cퟰ-ymxX>q4R$>'׏#\q?>9~[%|_I70641cL`";DL{Zd*aZczf@͙5h.RDhűf}3%3+KaS'klXcgiZOymabn\V +Y1+EM6<r$VA ,  ?kn}wlkg#:a.b^._C_١㲓,7r\Z/[pw5Meo##6ˮ|(N>, fcr۲sÒv::y.EQj- cJGCM5Uu7fD&Έ13DSbbHÙI,+gjdD9"L(K XӞ}(Q~TkH7ڙb9e#K%bdYGڑ |t>3KeKC]A btF9"ц4+Q.G 0g(8TGdֆ6a6la6P_A@ e 9 sgT)>!|L8A7%'凄> O τH{T@RH )@m[7 *{#&*7_~Ex&qp24Kd"_#Ä;?$"$=@S}&Ep;5c­[7S7n p=:µVj~ j0*jp% +~ .#l"l$l '\J0DXI$ .& . O8p.ar2RB/a MXLXD",$, 't g|vBaBh&%4 zBa6PC&"TfJBaPFN( ĕ"Jń"B!O#r$,ƒnB6!"d2'0!'tj<BJJH&$ B!G0b &!F&eH0AK! (I 2HX0N#|C8E8IKiXDsR~F c GF J8F>@g@,&{@l ]‘@,Ոwo + " {uk勉Ä^~C~M!AKi/~B@Ҭ&G S'(?EyO(btDy(/(@9Jqc(Fمr0F>^OpnG!pe9aa)C&,&,"t:  g|v&Wg.B&!0Np4 '"A 0ZBGPUߠW(\!:nMvlm[۰cOl}zQނdoW\ZwɎu>ٺujmjߚ}Ln>tt!1f}hʡByC"QC%eb^!!ve݀opǀO6P0 }6 0!g thk mZ-.M5 xċ|;|}}}='w]o_ }>!B( +#abCG>Ƿb9e;zK|=nbwoю.B|߂}hksh5梾蛳ԱZ_Xd7$o2uwRПt$D؟x"Qha %zt_-~g\/݈MQBqQ1z61(oԋ!l=Nl-DEWέkZlV,h+Z:-jy^mZzmYX#n0ƙQ**(2)"0Bf&k$_ɁT5#Z_-~_1ص@c1H+nFR[G@ܾ=ѿ{}t  t h5+W+rh%Y9haXAIK$'w|r?̳zpj"d<[A +endstream +endobj +691 0 obj +295 +endobj +692 0 obj +<< +/Type /FontDescriptor +/FontName /WSZCGM+Calibri-Bold +/FontFamily (Calibri) +/Flags 4 +/FontBBox [ -518 -349 1262 1039] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1039 +/StemV 80 +/StemH 80 +/FontFile2 696 0 R +>> +endobj +693 0 obj +221 +endobj +694 0 obj +11957 +endobj +695 0 obj +8254 +endobj +696 0 obj +<< +/Length 697 0 R +/Filter /FlateDecode +/Length1 10824 +>> +stream +xy\Tǟs  8olBLͨ `|AJ--%\,lU[m߬lM\~?~ys}s$(I%{ yOV̯?k?Y-(qPmgZv؞R TmyuUDAXPvMr ۅl;jv5Qd&lT?2Gi M)TlNJbǦBˠgT)vˤؒ\#V履y+ +;'/iWܘ]"瓎w;G_ӱcky3G6t2bx_b5^64UQݞ񊴅џSբC"˝bQRmaΘɮM0l ?2~Y{ONLIf}}gs3LG(ߎ[lT;g I>c3G'%MF[O)cJ4eB':l|-,XDG谒'Hi+eq kNXN=5P-Ŵ.t -JZN+_eܾV*V5t-]G t#D7-t+Fs碌hMW⟛^sO{iG?L؏g-+ohF:mM\3V;m fSg۸>>i;@/K2;c]&{m7C{}Dg]9擮9+#;8q֘a7C{ P[z7ը:#ϲؖZSG8Ǐp=%۷uUQm vﯳZWu-#s!{vu⥮JyӍqz,w+ cٓ{9FfYqbnȾ+Ǐ}q%0*}~t8} dW`߽'{~:g=(urS7uk2 wED6-b='D[O_E8K8}(z"ߛ)"Ut︾>==Nq K0FŅ|!b!F1Pr`4ytw[?}kxZ=y-BDS+uZ:\U dчCĐAk|nD{9sbiSLTvZi‚ ޼;f#r<d3\z;b1Hk%oTkT`4,ҹP +xg%uհ'vYrRwiw*"'wuMHN~2K+7b~+]N=ypzru[䬖8P ȇp'MqoJXfuk|ϓ<ä?7sr;%o(?% lEUNl*黒:ff,~ݧqD 'jUr˱Ҫo 9T"fbc܎u,s s4ss$ss8sLg:GY|U+c+}`)Fkxue"ڟ +Y{Y*?u9nAޏgW< )I`3<<<l6:Ц'eh=yQaxHOxx{{0n`- S܆777b u5jjL +WW- 4q) ,.K"B X4 ?zN;q>88885@5P* 0 f3g +`0(S)d`P%D( + x<` + EbƇ=]L& ĸ7ׁ׀]N`ƽ_^_^^1y\9YL +<< lԛ1u;~S?<l…6:ІjQL0 +<<{Wd}eyӬ-XORj=VnH"B ( KbM[w +mg*a-3PXY90 +L&24(&@Pұx')@2q@vQ֟#ì?~c::3'7Y_d}*ˬX/^`mg=jg=kk#vY}(r8[_D-p2*`P L`60 ?pp:*T,` 0dn&pf<佇buľz6-֛7X^Dof].W=i O?K}6,]Һ4wiR5ri㢥K?ZvqEK|%%uqɅE"/Q4*6lRMMM nh͎uM7m޸ѹM4)WIHwzSdt’_ck0A= 4eplP8jcCƀb=!oapAGI7nYݚueu RuK>[ h";kUkSJ' گtzC\N9=gj[TjZ}UyJO7soN뙾ٞY3}wǟZ+|3<復)))Mj-)񕶖b_:2A(?ͩRM>eOʁ>@,I]wu_5O +N}φ>F5)ͱXo{bM6VY&fC:5fnPiC5hujh5&ZڪRcKy'q9X}ZIk"=<4LL{<{gja+4͜o@P +*4߿a_ji)3vmJ~Lkmhd8$5qaVcXsٳ?M eF␬9dDD4v7ni1Bno}od߈r3>m=w϶! +endstream +endobj +697 0 obj +5420 +endobj +660 0 obj +<< +/Type /Group +/S /Transparency +/I true +/CS /DeviceRGB +>> +endobj +636 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [88.21 742.478 102.333 752.466] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +637 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [277.639 726.11 291.763 736.099] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +638 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [287.723 658.437 357.008 670.63] +/A << /S /GoTo /D (figure.caption.27) >> +>> +endobj +654 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [92.691 209.275 106.815 219.041] +/A << /S /GoTo /D (cite.Lin.2011) >> +>> +endobj +658 0 obj +<< +/D [656 0 R /XYZ 69.866 809.284 null] +>> +endobj +659 0 obj +<< +/D [656 0 R /XYZ 70.866 626.343 null] +>> +endobj +655 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im3 653 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +715 0 obj +<< +/Length 2236 +/Filter /FlateDecode +>> +stream +xڭYKsϯWngj֦ƻS( QERZt%[$ F_CѪ\Eҕ<f-zk/Ge@ϣ\&G"IUV*B>)Җ`}-5kzFZ/MgҸnV0+xiZl7k!2[U[ ޣ-߹cjVwJ c:d"i*dU.䋳ysҦ73mfAX,uadHJj#3뾋D͸&/rA/~Su#cԟSo@) nl?Agl5T_G]Nݡ8 9cc Ҷ~jUL].s*M.b֟L/y6? vXjp-sZ=U0PaĬ c@6CcGꢐ3`}(#=3ߓኃo?c0bw*Oplv#rUrα晈I8xPL,@70/ m!epƄjth`)*; ~xm.qu3Xsɩ2(!kئ/j+/'gGirb@Qx5Coa 7{Ymr*V+fূ r-Svmc4Ҁ[pDTQ3[~S= CYjwf"5[[okۜmm&YwcZ4=~TAu'=pSg|v3,.%5A}8(/mkI] K)RS[(ԱCY9|&alSyh_1P<)81Ӕg@ aGؙ:}şIy(iSZ3,YkbsC3mh`DC]sKEXZp?Clw4WS.ޟ.X*@l<}t8f?BM<>4LcxG>=KJR+)6`O(1Đ+wUϹ>tF2j>ݱBJ0Ab-:&C j5}a9PwKl=a/"daÉxgKp8G@.X +uOVcJtvق4o"j&>nw +߁}y}i/".UHͤj}gxr#`h pwD@_@d c;E_/g9:08hT8h1^8"!~r9@r ZJnoY"O`g*cb@? 8;E<>9Lvl!= G.sˉGU$櫑yXĝLp!}t;OQ݅v'Ң-aG]uX==Ł+VSOя3B2Q/X\ =_PY`r7s;-rEM + [(>젏h:*/:xb#ʧȈӻۇHIvOG+odaHAy_BX=gg*1%~˳K^SbϘ)-JtBb1.1W/ sbPT%їIYh{$va:^PY%'+Xӿ>_/50+_X;_ge<)$ⓓon?Uߚ +endstream +endobj +714 0 obj +<< +/Type /Page +/Contents 715 0 R +/Resources 713 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 661 0 R +/Annots [ 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R 706 0 R 707 0 R 708 0 R 709 0 R ] +>> +endobj +698 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [168.399 717.552 176.457 727.541] +/A << /S /GoTo /D (cite.Bhargava.1998) >> +>> +endobj +699 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [343.139 582.141 351.197 591.535] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +700 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [421.443 537.451 429.501 547.216] +/A << /S /GoTo /D (cite.Bayani.2013) >> +>> +endobj +701 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [269.078 444.176 283.202 454.165] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +702 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [476.893 415.854 491.017 425.842] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +703 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [180.214 366.752 194.337 376.74] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +704 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [121.665 319.858 222.384 332.051] +/A << /S /GoTo /D (subsection.183) >> +>> +endobj +705 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [491.239 196.276 499.297 206.264] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +706 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [508.353 179.908 516.411 189.897] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +707 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [227.222 118.851 235.28 128.84] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +708 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [513.495 102.484 521.553 112.473] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +709 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [114.138 69.749 122.196 79.738] +/A << /S /GoTo /D (cite.Bianco.01.01.2011) >> +>> +endobj +716 0 obj +<< +/D [714 0 R /XYZ 69.866 809.284 null] +>> +endobj +74 0 obj +<< +/D [714 0 R /XYZ 70.866 771.024 null] +>> +endobj +78 0 obj +<< +/D [714 0 R /XYZ 70.866 517.477 null] +>> +endobj +82 0 obj +<< +/D [714 0 R /XYZ 70.866 302.312 null] +>> +endobj +713 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F28 573 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +726 0 obj +<< +/Length 2022 +/Filter /FlateDecode +>> +stream +xX[o6~_GHHQ־M1i1;Ed:@>ms#Ɂ.ͮCʒ;FE_l^sGv?|^,Xr(th 6;JyѿMAT5op +TAu!Z#bʩk1; ~߄,gߺoBvwwˎ:*&ĦAFK1-kF;s4gl+F-$p~O8U5yW^ M)&V+GYg Lͣ!3إiL-o7(2;7kޘցy/ 'I c#sqJr͢ft{̎؇;Р4ԾW>kyi R' ^sI\Tx4 ƁoyC,I7dd*o0Ar\mC[w]yv"GC!:Zrզ̷~hQVfCQC{Ռ֑Cn y 3k|hp  ͔< 0l<`ohkE ELiQ$݆ ``y挊<($5*_>V7m1x3]/ +R;u" nnbR6%QnmeٽP* S<65kdx'g/Ry@abfho(WEHbr"[`uaö́)e fy]f@6) G]JӬ}MCc1ח9EN{tj\#vNPjMYbOPWm!BEdh9yn "ۼx_"f[|myKLDy9II8RlL +X8lj69nu $rz6apM1nNp lBiEPHcʻ$#y}w6~=> +endobj +710 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [416.342 758.845 430.465 768.834] +/A << /S /GoTo /D (cite.Loya.2014) >> +>> +endobj +711 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [358.105 742.478 372.229 752.466] +/A << /S /GoTo /D (cite.Loya.2014) >> +>> +endobj +712 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [289.042 669.832 303.165 679.597] +/A << /S /GoTo /D (cite.Kawamoto.2007) >> +>> +endobj +720 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [484.942 458.661 499.065 468.426] +/A << /S /GoTo /D (cite.Kawamoto.2007) >> +>> +endobj +721 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [129.23 425.926 143.353 435.691] +/A << /S /GoTo /D (cite.Kawamoto.2007) >> +>> +endobj +722 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [118.393 393.191 132.516 402.957] +/A << /S /GoTo /D (cite.Kawamoto.2007) >> +>> +endobj +727 0 obj +<< +/D [725 0 R /XYZ 69.866 809.284 null] +>> +endobj +86 0 obj +<< +/D [725 0 R /XYZ 70.866 371.812 null] +>> +endobj +90 0 obj +<< +/D [725 0 R /XYZ 70.866 285.901 null] +>> +endobj +724 0 obj +<< +/Font << /F34 351 0 R /F28 573 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +733 0 obj +<< +/Length 2420 +/Filter /FlateDecode +>> +stream +xڕYKs8WHU3d㤲س[q QX vXbxŪ^Wݾ僊WR(vQkb%W4]eEn՟Rf1;? z})Y(3#VKNw}Sh[9(]޹ur@Bvzg`wpw=R8JʰHșJ%B.+% +ADt6t7gY/(r*((>Ll13 ߟG|?Xh@@ݛQ~mI 桊"N4uY#&#S/eY,}h1afB۞,a:v&""=hZRr\rhuׇ![©1y wj6$E + q*\?g-:a{Y5 熞zy!E"2G{^t$uUx."yyh:n see nE0[ Yw ea`P~C +2|SzVC;S6߭L~QyV^RO@SaAҴ6#8c{h;PSz>Mݫ\z#܎f(z ,ODbA!ֺ֛p>BEq xxEX>Qp $2E/=jSSbcX-SCx6saWJzmYOuqqԸVd*das.7k_7ӿpkY[Gc¦"5 +ў{780E}, \cdcHٹ3) \8+Dtu6$Zo_e` +endstream +endobj +732 0 obj +<< +/Type /Page +/Contents 733 0 R +/Resources 731 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 661 0 R +/Annots [ 723 0 R 730 0 R ] +>> +endobj +723 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [483.241 632.318 497.364 642.307] +/A << /S /GoTo /D (cite.Solms.2012) >> +>> +endobj +730 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [505.368 412.599 519.491 422.587] +/A << /S /GoTo /D (cite.ISOIEC.2014) >> +>> +endobj +734 0 obj +<< +/D [732 0 R /XYZ 69.866 809.284 null] +>> +endobj +94 0 obj +<< +/D [732 0 R /XYZ 70.866 596.201 null] +>> +endobj +98 0 obj +<< +/D [732 0 R /XYZ 70.866 282.689 null] +>> +endobj +731 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F28 573 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +739 0 obj +<< +/Length 1300 +/Filter /FlateDecode +>> +stream +xڍVKs6 W(,)Qޒ&;ͶYYKtG6ʱŖ 4~>7I4:9+,3x:L2-RËHUڎL"%< bxVx45=|ڭSիYF[c_PJ^ +*9hx }TmK%!e1a+P4]eȦjP$>$Yfd1ʀՑj;H9tx[ڐQm-AlB# +1s E]eL 606F[]G/.-+8A҆8Od%gR=#D.%`Мհ)" l?Eoj5Zf5 7ֵOcb[./|;r16@ڢ#FAPIZAB +Id!mG5\,4nIaնxi<4gH),}h}WiT ʯCj6TUC"_ih!yh;. [fų8%/v8_+$mIa@;5dCge>wEŪ)z42^ZRz@E=T 6G$Ͻm?ŵiQ3 !dq@,'NJGl[GŮF;qn?,~s3[tqqWo4 v( ֍#d(GT0?ܝ3WAB6Z坸!(/V.02gɇ2(FxR,r #UuQږdJǗ/rY zSEO55 :udIeF9RsjlTc̠ØQCa-upNja8xR~<^ aݑto0ѧ.Evb`.Ӄba xF>Bΰ6X}]CU#S,5`Bx}S$!B,d@-,! ?} 1j`&zvE b-r!\%`6{ǒ~:-X'Ĵb;wEo^0x8='mmm+j?\{Ncr$/Y\'gf +endstream +endobj +738 0 obj +<< +/Type /Page +/Contents 739 0 R +/Resources 737 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 661 0 R +/Annots [ 736 0 R ] +>> +endobj +736 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [482.337 540.907 490.395 550.673] +/A << /S /GoTo /D (cite.SoftwareEngineeringGroup.2015) >> +>> +endobj +740 0 obj +<< +/D [738 0 R /XYZ 69.866 809.284 null] +>> +endobj +102 0 obj +<< +/D [738 0 R /XYZ 70.866 771.024 null] +>> +endobj +106 0 obj +<< +/D [738 0 R /XYZ 70.866 590.629 null] +>> +endobj +737 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +746 0 obj +<< +/Length 1618 +/Filter /FlateDecode +>> +stream +xڥWo6_G H8R^IV,ك6$AwmZ0y}x&ѯûtREG먔*SVѧX'׹֛CיDxk$1~,RRԲV(VHM +R:vƚ:5HY DŎT%*jƸHgMƶH5xz':*޷A+Zضȟأs/E.2rqi-j8qV* ZȌu=mC("~EMGV¾zZP? 9]O5 aGٹݽ:0Qjx ;xC7 ~;(9O-"p8#A{}yYf@w/{@? xL@P2UBd7dUύsj=_pKL! cnNrO7g9*RJy>vXZ rhvm ~Ɣ[<|]X#<7 +!cCh,UQYD?MIl!Rkkt9߸\1J K>wDup,(H ]a8J4a=TZ* +e*#ur6dx2|ȃg>KWjj݉ѧ@H-mt =,ZVP%#ßgP'_|dzGKkD 3|GOX̀܊ !(d1gP^ԃ~df COX +IKq4r (*QI~'`r`MkZBra mZ{ (.uT&6xWi֏"; .YTd gŷFnÓ-a,4,~:`ɏ-g)ޘ,tYWg%EO͏Dl&fhմV Nnu%1OᐺלQ$Z\8>ۮɥs>ZfeU PFR`0PK!hY-k& +FC\ v,UcgM0KHr{ZU!u6'T7na?8,Ȓt|4M%GEUӫ곗o S +endstream +endobj +745 0 obj +<< +/Type /Page +/Contents 746 0 R +/Resources 744 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 661 0 R +/Annots [ 742 0 R ] +>> +endobj +742 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [377.04 298.115 448.483 310.558] +/A << /S /GoTo /D (figure.caption.40) >> +>> +endobj +747 0 obj +<< +/D [745 0 R /XYZ 69.866 809.284 null] +>> +endobj +110 0 obj +<< +/D [745 0 R /XYZ 70.866 771.024 null] +>> +endobj +114 0 obj +<< +/D [745 0 R /XYZ 70.866 515.177 null] +>> +endobj +118 0 obj +<< +/D [745 0 R /XYZ 70.866 350.031 null] +>> +endobj +744 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F201 748 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +754 0 obj +<< +/Length 1428 +/Filter /FlateDecode +>> +stream +xڭXIs6WHDV.9cP'ʄ(ry(x,^a <&=Eјy(ġŔs[ wiAOyy˽/`?1o 'pHe=`UYWF -o{ރ>e)V(sEDz0ۭWڬ¾Fvu-7Iߠcqcĕ@abB`_uu@xm(W;@+>):01yFqzD *d lcm=jpKJmrk$@0$2 JcLlP4c\f|I(}hL BѮk~61 +endstream +endobj +753 0 obj +<< +/Type /Page +/Contents 754 0 R +/Resources 752 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 758 0 R +/Group 756 0 R +/Annots [ 750 0 R 751 0 R ] +>> +endobj +743 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/research-question.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 759 0 R +/BBox [11.01 9.01 557.74 305.49] +/Group 756 0 R +/Resources << +/ExtGState << +/GS5 760 0 R +/GS6 761 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/Font << /F1 762 0 R/F2 763 0 R>> +>> +/Length 1701 +/Filter /FlateDecode +>> +stream +xXɊG7?RЩ:hA`3>$fF,t>Edm %z""_X2ӟijgO߽|JŋW/ş˅Zi+&'BL*SA<|Z.~y" E7gA\i-$,Š޳ʘ3^wh-g&^{)Z2m],L*EacQɊxl&E嬸ž8犤RЮZd$ +iт+X*ĺ0rq䀱5vaW1 ;oXp)<,՝e \e2qzC^ mfG3% Q"3* +VXU1UiNU2B˟0wfxmۃ޹ +oV3{e| +т?}N8aHh 1RT1&3_JfQ+4fŻ ՞5ZtG9xKP 6$dWڼ6w24i|(MiqI|+^IJf-cX\<Ы8qx}>d1GgcFm\ @Mzڵͭ4[1(9q݆1gP!#]N&>G(DI{ؼ-@" =Igcs1o 2j0YGE:tZ&Cs&oR $V4_e-4#0c1t}p]U o9 6! ,P룴}Dӝ\zOSpL켴;w%! G TyyqJ`zi^io]n!mĆW} M\c_xw L @u=.*w?2^B\%p_OHꞐd6S up9D.>SBFKI; 42|CiE[9x9v#gJbפڌrChU.Zy\Y`,=ZJohˌ۫-vgSsG2K@8Ʌ/?Gl>dܾqGq\uqL%? n +t-dBhGbj3h_ UHf[b +`i7L äC1`Z:"c/BƌQ%|$ʼng_*-.E%he(vQj+6DSW728+_KpףR:CD#eJhGqp4,e4yK X4d׾z2IӇ~ )y9> PT% +a $ƫjvN$ ˱Bha4BBZ=u̻b%:äUn&A[]©Z9?XD\mIȉD{м[ +0X )9 NpaLhIḬ[h儃t?ڱL):2ELF)d8m[HDk8Ry~zU*Ɣ4%en; 3qZ>?쪜Ualx~ByIޗ7vP~f;:h-#Ry ct| YvhxAWB7MxqV[KbdR6%)hV]Y|ƶsjg3Zcȿqy +endstream +endobj +759 0 obj +<< +/Keywords () +/ModDate (D:20161203142635+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161203142557+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +760 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +761 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +762 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 69 +/Type /Font +/BaseFont /BCDEEE+Calibri-Bold +/FontDescriptor 764 0 R +/Encoding /WinAnsiEncoding +/LastChar 252 +/Widths 765 0 R +>> +endobj +763 0 obj +<< +/Name /F2 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDFEE+Calibri +/FontDescriptor 766 0 R +/Encoding /WinAnsiEncoding +/LastChar 121 +/Widths 767 0 R +>> +endobj +764 0 obj +<< +/CapHeight 750 +/StemV 53 +/FontFile2 768 0 R +/XHeight 250 +/FontBBox [ -519 -250 1263 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 536 +/MaxWidth 1781 +/FontName /BCDEEE+Calibri-Bold +/ItalicAngle 0 +/Ascent 750 +/FontWeight 700 +>> +endobj +765 0 obj +[ 488 0 637 0 267 0 0 0 0 0 0 0 0 0 473 0 0 0 0 0 0 0 0 0 0 0 0 0 494 537 418 537 503 316 474 537 246 0 480 0 813 537 538 0 0 355 399 347 537 0 745 0 474 397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 537] +endobj +766 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 769 0 R +/XHeight 250 +/FontBBox [ -503 -250 1240 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1743 +/FontName /BCDFEE+Calibri +/ItalicAngle 0 +/Ascent 750 +/FontWeight 400 +>> +endobj +767 0 obj +[ 226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479 525 423 525 498 305 471 525 230 0 0 230 799 525 527 525 0 349 391 335 525 452 0 0 453] +endobj +768 0 obj +<< +/Length1 350564 +/Filter /FlateDecode +/Length 153409 +>> +stream +xxTն>gzIfR&e2I&3HdIH-$ $@P1DEP1l d(AErE{r5W[I}}oVoYk}v +"ʆ17ƀlegUEe㽷Z@vUŸ>ب`ʪ)?ja̤ sN~:8j:`N{bCN-ؗ8j maZl+[Sq<9 ο늇Ǝ#.Z`7a{ϙd5 swjǃ4i=O阿xɎ־}#>;svk_[ % fam~N?u~kt my :-a:^_Z0 p_+\Q7 qTe7̹WszHu SNͺC\z"g%.9,X +`h +X* +۱T%I^]&=p d r.v}osH9(o6`^&;(Y"~WѺ8r!GEՈ$}׎$$' \x߹! IHB"<K8*K|d~j(]HB$$! IHBw IHB$$! IHB$$! IHB$$! IHB$$!@Ġ&_a6aJ4А6A U0ja<4<8 : Ά,yKĶ;$ mi6a!96 aYE OB7'_Jq 'j! cU'o` gYĦ鬋ŖUf^f +& _p%ؒ$55'R6wq=_ҡ;jSO?Q]ΐsB+{]=sSMmn46L4qquckkTWU.y҈ҒÊr\YiNG=e4JDAVuxeN{MM6[:ⵡ:^[TvdM7֜sTM7tdeۼ+^6 WTڛm>)=^J˜RF$layY[}VGwUK%ףՌndgAFI-i=,m$BZUi*=+:Zۼꛪ*II͒ FK}yJ/<>g֓^jԵZOiب[k+K?[nf+vn+w}{5hQ8 '- Ҁs%%\Yo f}l +-d@I(lbO⡪j ~]1˖ޗ>6l5^YI~kl+1n kUOnomPͱ/F+l<&fި^hlͩUuTy_PSh3o,kAqVu7Z[m>ؚI^w3̣d7xpI҈R+jTwtlMYlB/X`pIYъ&fj8JOfD^$kII$3%spNrW5/DpjTO(V^9dGt*N0)p_*Κ"сO.F2(ڼ0do7q '5{㾖[`$E;JQpy! 2h\ՙ恰J1R~0[sTq@[ekۃ ihVfn Y=nwRއ4,ur2R>TԱƊ,{*zlu}nڴ`[0'˚por#x43*y`T* R~v/ɦ1+0`&#[q vq.0a(y}$x&(t^«Wp{9]J\9|On> ̌ȻMI}INAUg/wzcywV>4JGf\bZ{P{Rl Pj3L>hӼfi9Pc/ŰSr'(;ž/=(hpqnD3fqfrR3mǢ-6 f7RTc&K;n2gsm^UCi?r&/. V ^-9ĕ,sKpӼ^l_; ԓzGm+n^*Gh}$߹.:{I"Yvr [qaCs,VdV߀Sߌqɗz + s u1^T-fi*f)f[S=P4SJ[.G,E #!EH<H;22E(ƯIT2yЈ*H`GTDP9N:dYzu{QDUԓBa[ֶamh6la/b~%f"~%f!~" He?P{¿ I5ߒׄ_ wD53}Jg@Y,9> OUޣܻwo"IKx:5«Wh /v^aF5_$@xa'Y3 ;OQO v6ㄭ^c-̈́MǗ6 +!a<¹sKg"t$, tgN'F80AKCh'ffZ -SS ;a&Ʉ)@L'L"L$L '#j 51jB0PAEp # 'F_l b8aPD($ y\ "ź0CF!E$d iTŔ!Rv_ _ɾRDm+!`!$̄xB!C0i(!#@'AKԧ$ '"A 0H`Opp+Ұ'2H=_$%|CK4?|&;}&\`3§>p'}>h>S%#‡|*>S5=»w oQgoRg{ o^^v{^!&LE^Fx&y9)ՋQGPF]ꃨޏz꽨ލzꝨP@]a&Qo@u-uע^z5U+Q@uZM8S*Bv-E|__Z |F$, t 'N8p*ag(% EBB!i!A0 pBAà2AKAP+ӐDCԯQp~ꇨwPF} PG Cq+j/[A^3%9g lY.hBaM('$DM"DrlEQ<) +ŝ;QEh.(ifI q:XB-0PM"T I4yJH$X 3!Gی!ܷ QC=zW /?zG0ߣ sP?Ee]/ EPG}u'골aķnF݄}|paψG!AKnCh'ffZ -SS ̈́&Ʉ)Cp YLB!FH%8 M +Nd = @~} MԽoWQ_AGoEXtX/]֕ef+B ;Otn;#z:qy׷yffyZ]-{NqML[?j=WgzDwyƭuxjx&հ1jOXl7$eϲ".H؟ ,7kptƭ#nC<\J+"F!613( #|C81|fwpنp!쩰Wĉa3:0 0W^uުwы#rzqj>%\7Q7S'ޡcn3;M@#5X:j"1̀UM,Z->6UИY׫ L&M^Gz:+{0ſ./ +Ty- M>q:KEswOR:ӀU3g,ZhqLX])ٵ,^X%k,*-م}`If!U9QN +a/- EC"_ NΤ_Qvo\z ?0 |_p[%f ,?]J|Ћ;@GW_6r-bdÖ@DhZ R[ Y_Pb.i~ ;X]΁p.,a9Up K1}\Wp=7Mp3܂~ n;e<;~\/>xF p?<ãh# A: F؄1@vx  $qF-פ볰x+c xUܠk:&oû>|>Wݷǔ5:k}_a>IRR{>0ţw8#cy#G0<7(A^{%v}Kv}B0'|Rg{=Q7x!>;C yJ{p/>ؖr6=÷ioH|_ ?;8 ]ÿp?~OhُcG[~Ə_W8 *?L`"[%19Sbja:gaoN)*)L-Y"X$2Ųxf}%!eq%6,qmX#fHtk&sLBVĆdc>X+&,8ʿ^pW ~ T.naeH0Rg07π ?ceyA#sl@/[%xAnmTYV>Yll0|#el.).덵˅F(;$g7>Cƒ}y̘d4*LP* +{K(Ju +0A)' +bԀeL|bUpNRYCe:b*hM; +luirJ!U +ɯhbS,%#s.Ý}A'n]˂˖/D\Ìvt5_ƒQa! [.QҖfxzi٩kfMqf qQ-srࡩ-_oj[iɪ,qQgҨ(]jM֨(M?|Gό$gB_l< +tVna܃Try5o,>ccYfk΂DޚLOԧh /R4L|BF4[͍Ѹbc{M)y:AJq}Ne\ va\mqt)iVOY^S}x{~1SP`,ro,LTf7vVp[|8Sku&knrr5B_/hsng?ȵX%=Ը!.\oԈrA+K8٠p{Io"(M V+|ja@G 7lNOיOA8 ?L#,ۭe7ors?N}Fڢ }~vp9~dzo"N!^>Gg^TV06w\QBYVu:e(\z6a蜉mmrEsn[h&繬ڤάܓ<_1cюBK&/&pP6R)uccRuN}PX-Z'.6a}VtyU n*,.'wÇ}aߗۯn+N+IəT<9,ڜdc~tfe٭sJMl5Ia)NgJbŜԪ *| +;~g +R"G$35x $_,nX&Y zYĖ*@VZͫI(rc?%,n9B=]Q̧PC4vgJ6]e#V11AZ:\,6v'Ǐ\ f<ӌɝt^LF~f:ީhpATPo\c +c3kϝd¼M^h(ĤhyF7Nj݋ǝ3uXVpS.lDǧDӒJɠuׯ`FEf6 +{: ]1)Z &hnuJQ{,/%) C#]J&ǧEe6Ga?pٔB[dg' m䢶lV8,S-<:msdIPY-|^dAt3E˟՚sC6ܖ.t5.l˪{WޚYHjP1\ҩ^ҳ %i;R{xV1-WOR%Y.ØPܮ͈ۑ8whֽŽgTLG'GߍSGV6*܈܉L:6#99;Nrƛ/9F&0HgƩ=Y |գk$7DOxM}I)l^v1eXQ@qqϱ#wk7֐1ݻV^ܪZyϮo^;nNI.n?0x1ؐS:[ivf-Lfq8JU}MGi|ф¸ GQ6:GuFAyFtR#eg`@p$tOSd$fnEؕk3QbFBpfg09r1$ "K#vd/ngqu{gufЁA7 X"rjDQbIV\'MٗIT(k>;sM^s6I{gX%+D!~n6P΃=uC)d$oC7 +Hbc_F-S;ӆ{6ܴ;ݽ)6۵*qLcU;c6O:ewwDZi-nh1mAƓ +xP"V ;.sQԳXue,yy5>7CaCz0mW\)" +h9+ (⤂v Z "ROY&ҹDZ0uugħDZQT Sؙ_8Вj1g/X텡A|!q'kކ&^}O2 l,ɓ$ R):36hR^YҘTd*奈t'_$i$Lj>FZ /Qaop `a%Uގl[_)UWj5? KKSm]L(,S&vJVE|+,DVք㽂M1YзBC%XfBʲT jdXk@90=og\zxՄtA/^0!X _Fd8ſ"$ :n4%0v"Z?hx@Mjҫa3s(v,8,ؠZq:О'!/yi Y|]I!qn>hšV`DWd3`ݞG=x3!TE>{%%*vKg[IU"`J + ,`'OLLLNpaG.sTXkIb8N 6@#9! +8/!0 +>5G7ܔjc&M+չUSJBj?hߘ7wnJ8jTo`Έ)-g:t lg/n.P%{wD@|D@;xJ@t/;` ++Ɂ"q8f"P+Er*a*PN!7r ~D 4,wө%R pi hu>q8fݏl +ͿdͩlޑۙKدO wR*R$"UK)R:Oʩ~⾱ғcoffh,n X~A _ď%0aN>a>4̨+ Uj:ƭ>&"KrnsףW82iscUIC.EKM-M(ʮP'ń^ 4]Xl`s@!Iet[ԥ=G;&2y-Ivyw5xIIES88za>:RQ`'/I y10 Doe.V@?W"TTKS=Grׯtf>Ea׹;oʹK/B2$ZYZ9i7,Ĩޘ-*R +T|GQ*nz; pkuŷMa%,'KT=; o'-yMb"I,. kǫ=휬 ;0Zt\{H/k-&#Q4$A>0n=OL&׽hջLZ(+QtTnc={tz$:m>׫՞Toz?k~}CpsWx*徍C1d/$L HRg4JZ>u3v1YdS|]aEoç2"O- ݍ>B,AqxfWe-^є[D}T1h)#( +STn\|6]RV:k}j}'D\c& l! V ^%Ma+d}f͏zbrtŅb^~w>5hýMt6Q8no~UsMlzl*׼o<BHje(FAFpC;M|rs1] ^Ϩ@~FtVD,F%|O@GT+q h*77\ 5:đ+'s=^?j.Yxݫ |s(Io։=)tl.)Z>yTklj;ͩ['SI3'<:Nu'R߽Ku?ݵ_xz!(0j`EA>0D\[55sb]5ueP̍7K}O'Xp8<V$#a`A e9JL2>_NC`_Uvڽ:T&[cKK<; n}xkBRPOWߑӑD(Qx,L)Q$&)>X?\M9.ԧ+Y.󁎺q MZ"pR2 +s[r2UG 9pyOiڞ^$Ц[;&%`_:6ýs:Spa.R.z@"I -*-or9-CovBϣ%{Q|hSO:Pxd!ݡ(5(ˮ!x ]g/B?wx]1ʭuNRJTTT7~!yða%_ +c W.[0ÇVa:U&,SMr)aB̤a2k:P}ĦPc}tqzTRbZJ6>7jz|$g-*TRɭo`He]1t>T؝3<93|ʄJ c9êu 2A +pfBn .nR96CJ*)Der)@@SpfKteoZK^|БZRAD ]KL2I.鑑)$DL^!cVΗk[ yO{+HXs Ymf`/*f+5. D~MZ#X~َ1'\Sk[BYdP.DR.#7@kf Ȑ !)@!ZEeqg181ۛ`_@| &'̌& o뽳s7#+ϮPT$>Q@_m@I ގus+ n0cVn FGQ,Hޅ:\NWI%Y2QX԰8Re-!R#oWhJ sهYB3=g.~zruGl4@듗 r +E,XUX?2p:>}{~v/z-"1YB*`tB:QWkaI+b=.p֭fQ#z!ɿ8"qn &AuBs\ + +MWDl[ٚ@kpEm0GGRyZzMSSt,@:¨YDNVKlmiaH le@#va% ig'o0HmmBqM +Es 2frb48UDdH4f cc|ikhM`GbJIm +w{F㇤`(uT$Sc؏x K !bp6%yaGr7(*,HGwأG7#Iob/>nUߓf}A9@|p{h DqavCJ}8$mz;¬Kt6诜 R +kr361V#f G~ncmS*!ySjmq_vW}DolX]O_"~ +:ĀOeXrJp/Dc&49186 рڀ ğ؈+B7ך˪j5u'Ot^UpGwt k[K*cWuڍ1Z_~ֹPρ&GWuJZ1¤ k +,I@0$gėiCZMShwW{wMHaCcj 7#f`q$SۊC)=#0 +c2߳ƌtSV֝Aﮁ;7Iyl9Zt".y]uHr ?`L8Ff@}W`y 1y?,Dz+:^sZ3Y)࣮܋Nyy9Cf,&>o޹̞{X"<|CxK4m"pi`QN2I +Di9RP\0&Q4yͷ/iЮ-gH ezCk!Kv47pbЗ(s^_LW@EH$mp߅kow&v%[ȷ5߂[Uֆ6:[oeX0* +`0y)wџ9hso_e7x˧3[Cd6=^3\.t2AHi + WnOeq&~M؄l#LRDaPm2RE\"Syhު5)]MN(CAm8P{TfS/ܼɕ +IǠP.8c]fKSxFV/{sUbjO΁8oi40"nQ8"d]Q{A5i4VkKe.g4+7|Z>|(W`hhx Oǒ%B_d%vO=`ű̞,gC@d<<ݾ] mf pa3l5V IFq*M,0) }g@/@bjrqzb,D]c\"[ȬhhBs Z]PWi7zW+׸]7~n(u tOvu8*$r.VE՚cPU9vvAr>ckĽ)j* 烯,au1Z& Z䝏mF(6xz0v,ۺY~>j de82bKFH9Y,el+$XF鼉6K՞ʂ>RPo$POz%-ȪA67R(Wji'a*i;a,kǶ]usbE7^P4V<|3¼++PU{^N6ލdP3Bek:2(Y--YwRdZqʟc-GQZ^"D%Dڨ3.<T"XnO;j38HHg_PPFp %'q#Ɵ4Z$ j!3"hwS$*$5?MkHjg" +IRݼg0\ , +YHi?ZR瀙 a0X#TLF^(27XA@SVT0z)j(e¥'k +S1ؔҟ/KtBh_63RIE%f%dm6}id W7 +} R*<~5[23Z8x~$XEm>a-Q a>)~[iaL枷 Ɔ/bmpRdкr5%kpBk4(C%j!wl9f 8/5bߞ=}S\V'IБ1(A$&'*LeS|*{7'Zܡ9qNR˨{ؽ]sSfJ +xBFXi M*b4;sn2Ykwlpu[.Ihtt.ag=_Tƾ9b><=+>&<}奎[@gє1:ϒd6E6dSnlY#MXbtd2JJ% >G>jvE?#MP @ g4ίU^F=Xc\jUܩ\ `4P.nQ<>9ܣ  S掶6o>@"i`FNTЙ(QT:22ht+.]iX|ABA/rsa@.5΃f9H[t5oT/x&^;QK;:?:`w֐6k/|<=1ݘAC!/H(Dhm-@:YiFc bS2R)=z6rL']G3yNNZ/AT-?bMmnR!'|_̳^ D(qON=Piٕ?wZguɆArZJX+i"K<_e9d;<ĥWђBͬ4ٕO0`?RĭUJR1!gv(V§]т9c!%eY!&eZ1鈄{))9w8HǛRsLػq + +NuQ`-O4h+hZ*MG Sy7_qUBJ/8MJlzub1y)'jlf=.oK$3jҶfcD)#s9KhPe:W"2(䵫ey_WgF=n{f_H=b({%4ja)I幮#s#mppaUaO+|St %YZ7S689㬁[2 ZM<9vɜNfmiꚴ9nPSL1Rp1?mB lʳ#>pmZΏ5[_go>mJ|xƸhx_[vܵ Zu0~y^zla&!'ϪxB%] dlC'|;LJO %ΤCEY.}GၾGcʡ5f6Fֈ"X&.x,@D[ȿ  Æ@P,9wY[\L -x*&.&RRQ(L}&hvD/_<\{=[N&i3M[mڤM4I +b&3ddf\ +-D"jʩQ ( N)&("OT5T׷̤'xgkY{o}]˞[ + +~`int`? +w<,%5pC̺\mX^u8wnéYu { 6V̻1U/k_VfZQWZ߹h+k.ԯ/]骪jSQWrAq+Xb[e%)ٺ ?='I3?;/3{Im}lf_mZS3r2Jkio07d JxDRғ-{r-3Y }m|5f{z f 39ah)*NܔdKJȓp+- t,( :sA`|".9rq.;e5-7 L]h, dEџ|2楏W>cE9R{MMۊlS6͟%Ksc \[YhCZ<^XSHأ_x }pyVEE2f0"c#ߧ2Wdhl!Qe] A>qї'4_X@9Y%rU& %9dAAII(8DS؅&W-ًu3eT(٦^͞Fo5M}j3Y RxSj>h4᠇ +LYDžo2MSP3b^P_aްF3cZk?%ܦTS$KmѬI/[\Tc_/:ESViQђ A/ڴ-Q^MiSO +.y^*iQKb%Q"#Vt\,d1~5ן]Ab_?g~\3ݑUƩpZ7O>dK@2S?),&3s~1/OY䅋qlHh^aԟqLcr*XӋGܨi`_[ yӬwjlZ)|jڧYju<]ަX}-͛aMT55^i媦v\5nڪV^yz+I0+CzgYmB1svSv{g.bjZ[N}Rl[uU=[L`)g?ExWU[u|h0~^̹e\g-X]cUg+oѷͪ +m½4l6nk˒%K.LN^H{'w,;'g43,v?2g/ +fLW\`,)U\2*tl_5_JJ5kzϫl%J7z @GoKŤlb3bZ6˷پ\؆\QlnJɔcېlq]kwoLJ3뭩))IY֢kknFq CNrN23d<>8_צ?n-x\t +LNBy\Ҧ9EE9RS۴424 +{T,,Xn!Gxp޼,p|h!c S nJ(NW-]#*N5K|)G,i|1-ؙ?M.!|&)-ِf/bQ =Ҥɂ!'UN^→ VwMd2R 7]]} F0ԉT!k;z姚$FZX\R^3Rt, 7(DžϖE/.,)^t^rMTzb4/F>ʒ8Ԓ;>XU6h_a j _ME+~Qn˓/K!|O'$!sY'@pBE~ E^ IHB$$*_YU KHB$$! IHB$$! IHB$$! IHB$$! &0忱1dY~Sy!5`OeՄQ<1} +8:4+Am(_o"''ӯɤLɤLGOPyΏMR/8  N Qk`X&ixQL3%舗EfB)kXe9C5G=l`$ldKuw(e SfX- mxD)[RU)ے*ļY5|̘uR!,2mnRְ\̚kQ:JV(e#̺_)XJ>lZmYXY J2sQ6&1Ī5\JY\,e?erY\,e?erY\,e?erٖ#Y)~ +Vɖ*v2s Y綠dBxPr\e^pZxvC{肦5ԅ3n6XsFO%5~( ~G] )ʹD8z٩},+]6:Ew;zq_P?8>x/ʧ 8~A^lǯTVqIU;A:-yM^:5ȯ멾4ܬmr/%+.jfƒ!xa C=D_j 8 IU8D)Lq]({S|(Or>ꑓũҍ3<Ƀ!Vb>ɾQV`ա+X@9;^O@aÙ>jU"O0-/P}+sRLU2ꃮGVZ܊G/?4g{mɽ4vcYB~C2JcfOd9.A5Gkhod=NG7(h#|Ky`J֝O>:8vJ֨Y_ Y,eQgx(;9qϝ=J<,AMg6'f5p8Y)%um0$ܯ 9JU2e?qM\x[`FCw Qz%vsPY}}WQ汜We$৽fͬ糿C,rP߹<\RƪSkzrSxآ#Kb|䊹ksftT nYٵtolf̬Dj Lcwf;&CtO|Yae]ŭTX%r +hxqKsj +/2vO .3jOwg1 \샆3f_b>g~@]Xӌs]ugS׉ )B4WȱR}5qQȺ<ο P׷VOW[VjFgqN,چ+qTu8Svz EjC Ekl ،h$:G; [n=ڨvl#;q gvᘗ,(׌Z=D&L;p^0U#2ۉ6oPv#y[UaZK>▹-`DG.l[q]K=1-+}v+Wx8&Lj f[ +6\5먧zgMt4+9R[7ܫ܉mQߵ\bn]ђW\ BG+~ծIJ1=UK=nfV^r-1LxlcY-]bV뻔HZ mb[݅_V_E_+A }CZQJq!wXAGK^ 6wpm {Pj }nɱSr-Wzw^>tzB7N?(mty=NWRZJ!8AG-\uK;;& K![ru].Kg%; z{Ԇvx-+m8>? /+AOxKp +{RЏv=j݇>r1,u;$'6!sNGe^`B3 ֽ^ J<>)} f>Ж[a{(ʞ͒헜̛'Ku;o{p&a?:4>-<^GhBS۔6p w}Uj2~>s}F^N?\CMRGh ")m p8bppOW'ppHQ;!:f ^_+k~Q',?͝DxnHb9WPqفP}pSԔ;Z-;r yJQ@{=fhsz3>dKg<4baRl呄|GC)'jk=yԃV0.tyW] fwxbnB< +.OQP)+K]}B B n_:O8 +~T͏*҂7sB Fxy}xbr#wOܕqʃ~nBj3.LJc} _!.0S4Yy6^pBP8x~NL[CS=^x[Ԯ/.!F.8\PZ~:&Jqey*m +- =͟@?: ]|I%K +t<Ӵ?gՋR<i"1D0@M\~̣eVl&. ur;E!#Oe˙\ +57r1 Ca$!>ro R{֎=mRcֲN*mq]вCF[msURV*iGcs]]jiw65\c]uۤͨ܂#F;Z$ޠbY߶;K[;ͭ0Z+ֶu4nT&jkmiGu0ؼ oیsRnH MMT.o#~[ZZjk!54z0T/7NmimijwnZ-Fj += t +ߖƖfލ--m8mѪ{Rm[c;wֶD2zj)."Pǻg6V;\nJe + %޼Hy!|x慙o`|C^Mě71ob̞odĿz'fF͌ěxofF1naz0A5&Sp|V:Csշٸiɤ?6Wr\ӡgƿm%}- KoV®e5d!0ǼB>~Bhe {]G7/{Tg#p3avV8>LcBpB(F0& Bf]ya~4.pp\.ip9 .g,|  ., \v5m㹈/pI\j\}2..?g4 \* a!\ +ep\Ql<..e+\.6p|\Sr\ +zpI|pY +.R. .1p\W-1\R \փnp|\n~p:+ 0 d"pY.epC%p<.'g\ 1Jrp.׀K.py\I+\-K'&p9._kpy \!?D>ų?_OD"ώ0̨('߀ïBuOE&r:O :5D#SxLL p:UDShwȨ6j+;':èN"C&b-2BLa$_B 72WCA&5L +@A;mV2U26nwwQQi Tvv "n6cux, +5 ScHlOpQjM Q)z 6NvQskM`Ndya2"|dL H乓'bjYmw +gBL:A CܧzlA'x|"tIu^0ȓCf3p9f6ʣ3F356cjI` +% ^S*yLsĥjȕލ1`a˓//rcdaz9d̬"јhuGٞDT!*f`6osϝ| JՇ*x.U>W9!+COF> OW>=5222u0Dnk&1z=b6M܁͎ +̃AN^ T>@$P/HgGTwj&)+3XWεa'OvwDE&&D9QQdQOxppejb,a熟>1Y `I#yhhE<`Cy pFɤj1:ͯv! k4FS:f ['7MME&o{cEc" +3CVtz|z ,ԨjBe@Թqe-jB5I!mrSNOHeb*èđ;@;'U I+Ez#jւ#x(G#T3rs`* +`FI5u|SS^>=tzJknzI29d2&M76`3N?s3Sdl>&νykX3]y=M5799y 6`Fjb&ҐuCnb58N6'&W4}s=i +a$"Q;QZ yS -j#%d)RmFjf$fJ9su.̑y#I^d>Br 䤕rR#olh?3ҖGH(!\˵AG]ڲ?KۂY.uGRt1 =V[z'<慞0nhֶIlΦ$\'jMt[2[peլypvoIF(fٸavaX5iذ-G}}+c# [Kד\7b罏}}݉(-[61qsKR6xLk~}=Gu,o>~^eS9;E? +<ցG'|)g _"U0EYsA0h$L#OXLXḮ{ ; =!% 8Dx7MIՄ{}}V݄vÄ7xNiCw!DaF_"8 "|,9)f-0ŏ's|"RrU7.y+aa[ZB>Ji;  :aOsh P3`]Jpaa5ݡPrkp o%s::V >Q];Vr(/=ʺ +kaDլþ{ X7]ܙhH.k8vAs/ w`yh¬=p{v5AzcAcr#99Й;+{ cڇV"l+*#& 1(4VvQb7}%v{qs YE'}©|>ְ^܀{Wuz9U;쾌{yHt$wcqKe{,eSIޅP=Pe< 8 Ztς2."/Y=\qQ06抍"¸0)EJq*vqX<,#U}>{D!H$$GD@CFDDa@.I$' QIAD$'9'\ֿuYkk]}fQ~E<$f+vS3⌂FQxhclcqr*j&m;1yͿʿ.8HbViUjeX}Lken؆cKۃJ{}Ɖs +:5dg?X")'828?]h0-LXJ܎fD`DbI#&F A(!T$4: 2=t8t)#E&E։L3rxdZȕ#G^̈¨QŢD%Gu5<*-jAʨQ.EeDctbIu;D zeї3b0&wL:11bz IY2f{K1;XlRl=cǦ.]=p،8W,.)&<3IXGwg O< Y9Gp9׹$p` 6:jyWw뇏}6ḥjF3!3R=S;q5t. +kMv>ςsEUQݽ&](A:K@'L{٣bh ~UpST֤m"C4 +9X+\ʍQ*Uz |&E(-JC,QC`\LS0R0[-Y)ٚ=iaJoo2{{,lvfO].o +gl5g6cNȩw^wVvzWp(OG~ǼWD`~/B(>*"1|LDaa,,q|\X\aI,)ai,-1Ev,eE"VĊ"'&aȅȍx`cu1YVJ6FVH s?v Lo=z)05. ;S +SvWK`a*0%0DaPa +>"BF(L |s`(]݁Sm*;RNe1Jc53435343534#5#S4#S5#4#5#34#hFfiFfkFhFjFiF>ӌ׌|YB32/dK"WŚ5#K5#˴|YV3fffff{jZ: M͚-%RV)Flӌl׌١I3fdfn>~m+534353G43G53jFkFNhFNjFNiFNkF*Fv*F*K9o2rV3rN3r^3rA3rQ3rY3rE3rU3rM3r]3rS3rK3r[3rG3ffff$CʃLf,dbX<Khf(F.)Fn(F]KqBaOŋxCoDgE/zb,b킏8)N8+Ή₸(.⊸*↸L~#.ӀZpQG!Z`MNEHH t]EwpDO!$1 r beexc5ƣFA1W3MM; r1h]vMTFZ2 +F͈7 F#' +@eD37e؆c 4"2H^4Hn_̧޿iۨwWbc3i]<<_ B_iG4fy0 0 G0>U> +F `d2c_˼>5ވ&<7xsނxkކ7y;o;#O{>!~G?O??/_䗄/+*Ư&o;7{>10OH'^EcD4]W1JLBJ,7bQ?gK"v=b'8$#ը`T4v?_co0q8n0Nq8o\0.q͸n0n7#ݸk33hFgee"jyY]֐5e-Y[ e]'_+U@6FuX6ɲl&%}Z )ɷd{ ߑ廲|O2Uv]}%{d+r(r*#9B~,GQr#qr 'Ir"T9MN3'rLΗ P~)ɯb\"e\~++J\%W5r\'QnUnrI?][{>_!yXG<.Oȓ<-ȳևV_a{ٽ>v_=hC0{=žhO'S4{=͞nϰ?gڳ{=^`a/_ًUj{^g`7[mvG{ebڿi}޾l_7-}N s#1s9tN93Ys޹\t.9+Usݹtn9;oNs׹w2A 4 N0`D0 F1`\0[0>=|$'7/?X h`pRprpJ0-858-8=8#IpfpVpvpNpS9yPu|I=xdhzHt0E)Fq1^*Tq딊[U:YD,s*B\0;ܴL0CfTK~bgd Y]Rۯ[I[y6kuRw[%*(ԡ h"Ev?I}hB9 $7RD{ö{jS>)(P>D6?311ۣg4~@ hD W5UMY+AsW+ +y5^ k_/iFZj-i]Pܜ_awf̌dV"9R̬K8ِb3cc7p?"`Z4|(.5*>Kه{dfnQ2tq(HS9T8j_%Kmﱓ7D9N9ٜx'pr:#N'pu +:9N:b-Vԝ縋?E F{[2 +8>`1|F1_aٹ0bi+ +A C~̽Kfq{do74{ e;e&)̾f?B މ@{@oދ| 0?#azz>?M8" +E(sDQQ%EX".Q G8gF,޼eb;`,b9}|X.GQ,oo<{77=-f|K|YFoo7K`M}|GX ־[&ϰ"l8[//6l>?cee__m`ُl߈7d?hY-ljZvJRy߳g ۯsi7TfBKFY}x*h;K (+ЕVhiIe8{+F,+K}>ϞRg[6`0s#f3o05 fqY,n0K'lf{^gAvfGQ+;Ǝ$;N3,;γ 0 qKwo"]}!; RNT19ݿE=F 3ߞ'VIߵp}'B.<R&'FXA/d!E5XnrcZzmyS|jgY{(ޗyufP`=hMb0†B6'bl[ zJl+<7V+/Q5]duש{a!T.^1'RXW&Ic=^2eDY=gBu:Ntw' + +Sd~ %{2@"PVPy@>"TTUY2tK9^ں ^2T(kR](,WPX IEȡṭtgBAur5-4-4MT7shҺyKEw +vkmZF\Y=P29k*=;s + H?oij榫f5g3՜R8[5sssU)Ƴ) qFV:pK:Gb}')[˦l$޽ [[ג\KdUOX<X0剸/nLAրWY[!EFygޓcD1O,{x3)V5՚fMfXX3׮Xkuzko#GC~7+ݺkݳ[ܞ=ecqx{^j/+~}>jOا39}ɾb_sw؎t"ǝN1S)rtJ;eD)S)Tp*:O;I3N%YSũ1 +1o90' ]IC-ix{)sxϨojWR^#ŗK}[ѾMyU Wu +;fR.O{9mڴ>/]GU쮫bK*vSeݯ@vEלE*RP7R\Όk32Oϐf@x̡x,4Bi4Ii^_( 2w~e* }ʐ;{cPR@YP3Sj>#||FR3Fg85|ƫ̮3-УM2z|SXw+;eL)Wv*xJzWj(K6%KeC(GCޛg>i +ւPt rBT6q,&3t3*H~)10옛)vaSr>"T T T8T Q, Qz:4BυjQ::z9_}U::;TѦiM( I@B AdEDdaId$isg`Fq3\NN=;vXivN ghǿiܙ;K8iOXB_"fr?0-G_ic<'EvQH?c^ȿSb4no{WovS{ r+ rqW~8 er_o}j/fJwʟ$g mGmG`!;ϮkUΑ^Vv;3o3b>¶fRopak>_\j[B4ooϩ8d ,C͟ijfYwZ3?l,VwW9*g5\k4+"Z߉XG5uI5~@ʅv;dILML;w8^F8)eKLtg3J9Sq;f8̦gu:R9!g,w6860<1 G{4}Y+}$*G_eWY7oB q;qvrb^[pȷ/xQ{1N`F2wYuYY7>9tǧ=Ƌu[v;Mirk7csF>vZ8-|ip+Ck>v8ks0lùip̒NGN'-Ȏf~BؼN !6d%磱W+15>lqQ, c_cF]^Y%X`mX笋kV{*; +ڇ -  t5O(Hp{¬ ^N8N,X?k9'!Ӥ̤I=%=>XkI_$%g'7O<)y~So%=dJՔV)RRlK9r>RH6upԥRK}/47-?C0KۛRV˔[s%fXQK|^#1sצM%2&dؘq"㍌8)٢8c31.u̿lx 2$HRH UHU UT ՀTR-TRHRH 5HM 5 @r< y@H- + @@j@ +) uR'RHRH= H}  4 4HH# Hc 4 M4$4H H3 Hs ́4 7ȍ@Z@Zi@ZiU M@n + :HH[ mH; 퀴 클> f 7@:@:cN3@:B @ +Hw ݁t =3HH     20 2Ƞ2`  C C 24 2 Ȱ2p  # #222 +Ȩ2h  c c2622 D L L29L2ȔRHQ ]@ + SL25 n w@@fdF d&^ 7> @f@dN d. y <A @@ , yd!@E@Y@Y dqYd %d)@G< 2 r ˁ, +" +* j  k&: z 끬 l!l & f l [l%l 6 v ہl ;# . ȓ@d d7d=@@@d_d?@@9@9P9 0#@@9@1 ǀ ǁr<rȉrI ') + rM:Z1٪l:Vsq: +PMCTlbشBŦ*6Q鈊-t|wuCuhC22(S]jN4Z@>gq\gqgqgqP-|v P}S/wnb +!gO'G.;`zA9 ]|ݵ2VdM!@a5D)@YGY8:PփbZ܀٦ָٖw6vŮ;;;q0ơUcgGp;XqBNo}vة<3P^Ihַd[ +J;Ee8wꄎ3. :c.Khol<>OrJlh`GdcTCL1R-#ڏm74h-?lt{ev_L-iOxuѺJ 8$s|(@}zin黬NJJ4⟪v^jW ІYcL +P;[(Ľ?k] [){7?H9+Q5NMJbOL<ռ[iͱ6!5Zw'';V?xwyjl iD+?VfޛHFk0Leym݃8yeehm6ңTe]x=fmvZqOf?{LT +Ek6[Me]dl9q;-)~k̊}Cy pvT?=-z;Vfwl$Ϊ=_>uj{RdnGkc]N;`ʶNq>Ʋ͎GmegEv8zuses<GUeԇN"T֮8cCV +mve;7 Ίނ~>eYLye8$AYqaOy|W>I/]H(h'>,t*w: +۵Yc:jlQc&:$-7Ymu;mf[^AӝüeDcTS1*z36xJd;[YCC~^10Ut}*b9cpR\^G⸉1,"pLa7~Xf/:f;]{7q{8*ўyj8 >ES]g`ܕN,{ѕjO+[{L-gms87@ǿfCSxgѕZF;=fGWeDFCv"V` +BVKhǛI|*t>Xyg+̱]pcwG,dk!k{=%hEWz%Z h‹tSq{ᆐWex?“)-<'!3V5Ggz #cq{6&PkӪ1:@yp6 ё+/IC\ƭo mvc͊{-<mC/CDy9~L+T9S5'c9rÇGGOOOOOτ ?~6s/_ 6( a&fEn|F>++_'S7\~!_)[TJTI&ZQmU;^ݬ:EuV]TWMz~j&N5E+5WWFڤ6-jڦ:N,N zKISVzO>P .򺂾Ag:KWٺUtU]MW5u-,b^n"~' RJT[֑-oBy|r5 ^!_xVɪ TUoZhKM0V.ڬRh;kI }٥QnNA< U֦Dlb,b.vbxR{^OAqH|)_qI|+.߉+⪸&IZҖc89^N$9Y)"y|X.bD.F$qyBiyF-ߑ ?+ᚥj|U[:j&jU RR}(5ZݡƨjU}jz\-W+JJVkZNSuP4]B ]RҎkVZkW{ץu=mW@~iȬ +dV5̚Bf!ΐYwld62MlfA"5Y3ԾtBH,KRX&rBjFzxG+ćH|,"> 9Dpy!GQrCo|\ ȵr\/<(<*_M<',K[yYNUTyUAݠ2UE*lUY*Uyaj]P#tufjZL=SOW]RߪwꊺiҖuH'DuBao`^Fx&EaKx')e͵|(w,_g4^d{ <(=%G(E7M7uxV [TQnňM;'|}GJI+{޸+J!Kq]^+ JVCH^FHxJߵV2#V𵣸-Kg183wwF2y=mfSd1Q PNQrge(CJ"\D>6uD= TQ4Mh.ndm6HPョo3Xъz b|-*?ve-Mk2JQ,ү,*S(,5Yf-Xk͢k-n+PcyΌGZƫrXIe$c;ǰi֓@8FxA}>=]~/嗲V}k_`W+Z;MĽ^DAu{X:PiU2&[\_ `İW∗c]Qę`8,^b_Ye˱r6('Gf6(ާC!ɏ.f7+(XeɎ],"1\z +5)u"}^OSw 4$`:N]gKr̗:dUZ5E#w"5*FFnS`b"b\v8 ͼ!boc*G|Q eI5|6SD/(UVqdTUO'Gtcc{Z{Oz9 \+~cyghK}q O>~ŽJ   džg֗W ˆw? g')v៝fg{kwl}]{@BE5@QlwM Y,ovv4Jr(bE7{/Bh  IVU(uRQMHC5 A DA5ᑛG}tEߧ7pnDIWNFvzn=n,m2 +uw' +o%뾱^rjƋf$*lw͊GQ1Vӛ̡8H#SJ֟(UC_n"snA[ʕTuݲT"sjTu󨊛֥jnܕwۨI=^jwS#)5w_t_ܗ}}nvϹRgSSo>s?ߩ{ѽYyU%)|ԭ5 'D&n#w 왖ޖ#됩E&^[klwQ?HYx2{KW.+^o!r&sVɟus5OA aE{= 3ö:grt==P"~E|KаMMEcBÑXG嘚SGKlO֫ ̓'ԶF{T"GK#a +1='d^Q7{oS{>ٷY8\Oo -$;8![B[HB҅J%o[$ItS8ȫw99t3k֬Y5yF/ܺ:&ި4ç)9|.|RxFES%aK"xx~p >x[sKc4&7hIy~*/tX '.OENGy/lEKzYh1bw3 +hV~w;Gs.p[.BJw%vrDiiJr׻u+=>O)~{䬏γYdމ7lfyhw^S}Fa!H| TH|F-@{+dF=!տ5v?N.Z+hؕnڍ?d^~s@K2wKԟn;z;C;kaX΁dw$ }\Fv@i~ߝgjv48/k}Wq1sY':/i ZqqyU$Qs=߄μܓq{ZQ|G׷Pq31ӣvRf&]W)t$ŭ )vw#$] ;id} ;͆tdw@v:ӻ ;٩,%FF-BhB----J-JBF\2+ # +2!qeȈ@:S 2}}^Yy#9&g+g; 9^2ث:m| :^ eu\8_Dhx@! "=~B#oz4tTz<`({:t"LY +ww'7< <1I*Nw_}Ңt)8=b%率yptC۴M+b~P]u:D>Q}ZסO4>h>h>> >>>>}?@A'nG>1}b}n9HQrBc {/X9QN{T9A>Îsuz}h: Cчo=Z Z +ZZ zٗ07o9^ {F{ݟz9/gDɧ $h"%CC +v:v! =dO2-C"]KKˢVn- g-Fցn56@[6D[6nq3?TKJ+JhU.uRktۘ/4~Koo'n$v2:\թZ%B-\p%bR2r*h͆hFh&h-ɭm7ہۃ;o'w'w'w'D'g{Ƀw''N<< <<a<9xfs=S/|'Y~!|V`HyJɢz72Uƨ7Fu1j`.k1x_} 176Kc=;M!rYH7]"4_GJFSPkZA:ZQkiu:.Zkaˇ9RV")'!!y߬W_C-f3f[jvn v븷r]3wvmݨ//++zn\}VPǻqU£q;/Yɑ.\Occ6+Bth\^10vq /s4QOrLiI4fաz ՘rUPˉZ,x'uqǞ8նZz;C+b:v.eO~^:P,Xhe?swN;`kAxrZg,nCP1L!Úm%c#]bcWO̎SGcБN2vP_K2WWJ +kZ1Ļ< >=>>O|g9|.E|1_ʗ|_Wg:,7u'7C19? ;d'3^~"s|u$9'@ VP!'INq8%:44$_W_WJuu_O_O,_S77aa<¼8/N^ K$yi^/˒3y&Eyy^xE^Ք+t ʫRQ^WKyM^2xm^k5T_˯x}^JF]oRIލwRAy/ދlMeyޟ| e!|]aTéGQE>+8>j>OJ|2L>|:UgQu0jG#T?Z|>OBct _—P]8O'?IJSt_PCF|=_OԔ_K%j7tF7-| 5[VjoM|F-vZ[Ԛ; wR[n=|{^t ?PG~[q~:wt?OP  |K.z0ݿy3=&a )EeU=/{xyvxv{yz|99%o7S*XX +XXXX XXXx%*J*jZ:ku66666^l +x #Vmn^,`o``6pp pvP0;wGGG |888 88p&pp6p.Q<|B"c%e'ˁOWWW> \|,p9/77_ | )#x*} +~"e#oq''=\> +~<$x0iP[;w +|?/nO^ap/Xe\F#CIsi-Ui mAoON ~x S!gow |/^p\!i!cw x/^;88g|[^RcoNî'Y7؅ +zDj<¹'H3i Mo4MfbL7/_vp$=hĬB4חߗfW(w-nN y]CѤKu\^&D&Y{v#pu"n{/]ern{[^igYwefYn{̽mpor[n{m궔즺!7-s˻W/Qnu 60^7Wahz*MAP-RjZWjzRP+*Z'#oyA8xHsOhh梗ƎΙUK^,'v+>G8 >T<.'rX!VU)Z<-ֈgZNϊ 9xA(6M%xElC3qX*>_/WF|+$"G|'NxMcm|Q$RgAK? CY7ag7O5rެ{0 ɪȲM'> (.?.q\@\gqq_ą :.|$.M\۸ѸpN\ɸ/a4[Gh,5oفpt,zJk5V5-c-~rQNC~faK? K+KXG-=fqKs,m^WS1Agď8gI&^ F@&JL2zT0>dXFR/]'ʨLEdDGL˒tee9ie +x@deY:$c]u+}b_L$,ST1ML3(OHI +L1K91W<*bX(DŽy?H$2QU> +FV%dJUT!6J*\UiJ7R2UB]J- US ޟ(2SwNu[P#(5ZQ^5NRUUVS +U^UPՕ*u**:-v| +V-U+ZQmͪ +VVIݦ:.ѐ~7T]TTmUG]kU=U_5PשjzLݠnT~5AMTjzPMQS45]P݌vz,[Q}UNV@5H V!j~(5\!5SRfهKxb;4*dmYG^ctzd=Y_6Ɇl,ȦzL o}e'r㑷!r&.y!GQrl.[țdKJmވ#crO l/;[dGc*oeUveSF'h|@N,9MN3Cr%gˇ5Yr/ȅr|L.KR\&r\i4j\c:^>+7(7ɗY*_- UC))FH-ww%ߓr@}#_~,OA<$? J~-o<&$OS{<-Y6WkuE7?6/][V;;jzWR}G}>گ>V㯠y^~٘ۄ~0=:Ӻd>Уt}9 +\\TC>>s>g>;<{?{1,{,/s q෣1hQM%_O8G3XBDI=Ι]H3j8h\x^Ah,No:Ut ,5WV@.lxpѸ)BS/f!p"Д\\\\\!Vr$/s8h<31ML$yRw,ż0j"8m,F\Hz4\O~ISwUzumx, 88,Q*O׹Q/?0:`oHx\˽ +z$1VasP{^WYjC2KG⨯=:@LMDGu#cY@ݾƿ..NNeD^~J}P +ȯB[^> nTqw؞'Z*ס[(f͓W|N DFKPMz޹T(2мeEHטm,_:Q.EW +EÅt _:mg=WDMǬQ`46ؕu:?B6lyquv;Qbz. ]+#֪ &gYK$9ug&A>KeXsnjOϴ9̬:,;qvBOS:=; u,Ӝ~rys|N2;;I NG3'u8DtX8J]Ga4;tsp=82:\1vr:d:\ޙÏ:zs|G(O#bƞ&f^~">}4u:׈<ƾ.:[`:<7N17޷Y_ï6º.ؗXbvb6y!nҏSM&gnGbI^JOBZzaceq;=uϚh)=f$Gz %,β$֒ /a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/a/aZq@S$+Eb,FI6 D8#IЁfD8,IcK-Dh85IދDh8;IDh8AIwl!)Y͏Y͏Y^)j~j~j~j~._͑QznUH>\xf.^=YgYZ6s@^h/zUm%_]RF;g^{Y=-]}mxm *}CTՍ 2n +76\ȍ*e~*mIFeVd2(Ъe =6xK1ވp+#EҤxܸ(]adkMnu X-]jCA0>hјJl~CUl +:rd19jk +OvٻG $|JJf}{ _2T66"98݁}u \>IG2#""#ّɑyUM}#"YLQK4E!&yb$}8+e̔d3Qfr'WMrܧyUZюm:Yf:$16!>j|NrDcu6q%&;@NkdDwtf (c)f}gs(p3Xcp|Lkey\4q&oi Kc5r;ی$r8lZ@h5mߨv~:Lګ+ZZƖ- αt[{,ҳ1-ci Km,k4uq1ͷ>4Jf\ZL+ Nګz| 4VeWkL,]kfKwXRr)_R-M,-,K[:Rے)-}mbsK-?,mhiGK-e K[7sc9:u+/uHd}>@KGX:R["K-6\؟ ;Y4I)gz|hG49V ٧yJ[ZRۚ![V_F\Bg}&zF4~۟ .G˒Y,3 rk֑uglL\Vl¶]l;Ďup2JN-]]]ὖш {X~# G[:ٖ",,r31*, [a}–#l9–#l9–#lv-!F_iGFRXiG"iˑ,?{xSUW6@/"*(SPQu2(PB\2f(3E@J:@CP T7insX;҄$W$cn׽G379~4(Ξȱ׬8zoW"߂;kUqHmDtLFqq9r\w3u");n3od?L~F=7 תּEyfσn18d⟅q\%Os&9ϨCyMxo3{q@ۍNcv Kn6ADGMx65xpQ96v:Xy9ܹר1P.X2r,In6;vÖGc NGÍ?pCqQFMciԕoФS/ӟ__ߤrn_VTZXGoTekF;Q [ȟQ0q{F6\={5s:I 3qLx4֊1pcd˜Qك?>-?0_ݟZtpKt~JtߙwFČ(f|YˢKE1/:_23zJBEMyC7FY6GYa?PcKţ7ͪ0?9.?1=61?)ItJr?611/Sgw5PfL?_\Oky._ωwϋ/鏉鏏wgύ1˜1gbں&GQ|@,5;Y~'ƽ+XW,ɣk,Yɴ/U];SKyJ:ԥ̻iiΙ+iyw#[liGSO4kHk:zЦmmlKݟ1m[5FЬnkV^#MZ$x:WN%vMO<]Za 'h?u3wK춍GOڠo\c7u3zI3ϬMF۞yh:}ZE?ÀuF{zbu:oow@޻ /ͱ"r׽흟 I[QzSf8DSm01:lа}ܗ;b̈1C s6} +zV0\o((*xs *FN0aTQoq_7WFTP4zYcfxk'>nz-ӷ̸i<# 3sN'lk99?͵ε:; k5-fy¾c +wzg?:?9YdA1 vM/z蓢E^Wkkk^8}…+nZ}'O ~b;fuQESm[_uqmK:,d撕KvmVkR_Wm]ilhD%GjzY*kծ +'yn ǣzNY4[. q_cjQW\{x:m^@ +gHUjoek_r`ޣ]W9_UMlmVM[kԨ{jv <]vE;eѮibffsO+~Ҋ|MƤWЦ5T?7fl,p=>Cr~9E;s/*45o5]2 t7kN5=i״5޺,/v}:GjuWfM["+&6kߡ͚6˟WݚV_hJiivwfUGߗ4kW5-#Ng7{-_IۘOO=tH;v7Zdm5vMݴR䬾ihM*=oE~ڴoZ)VmϢ;n{kg iGiUCM3kwwOR}r3i>K厘U"M+ڎLߡM'wjK!~kJlңaq-ެڻ"< ~?Vӗe2VdYƋt\YcBtfҫ?)Fga#򈰉2$vː!:~+ƚp|P䘦GDɝ-d0EsoMd} +wEizwO\λz~_O;o"YlY,f,他Ӣ{RõZYaA;c"OWʛ".nV􃩼!d(dT \|]('`,%+ix</*oO|Rd@F( c`a+2xeȳ'R,amYJE'SCrO;.YqG(AT·O8U"+=?xg^Ƌ[]8Zo8KVX̗UV'mhc]hcHZßM*2n"+S`,F kex9 [9Ca0"#I$s7@^'jq'іO':mCȶ'ɶddl$_#W~#7cɛ`9E}/->wKY wDY1I5{d?sݻy?~wo5W Қ%-yKo3DFYÛFyKoOoo#4Y~{x 3L=M3aޕgZ/?ɝ s1y3xZK 2?3flwӘڌ-*f0;0ڿ5|xC<%gYX (oCPpB9T@ NwP d8 C<&IY9Ia8 II>DYo_,8:d(TQ( +op/#(pPhK6,a$$LJ#\q.y"8.g,CKp|^:x^yۜ=|(()/$ce&[Y{ڻR&C}ޯ݉EBgNY'vI;뤝u:igNIY+Y+'''UٳٳٳٳٳJl%s9[ɜo8<=3+-cǸ*ԫz.YTc̼4\)Q XG( cD;$vpI%Jb%},ގCiqԔ#O@WAw7Mp3^n[¯/<6p' `0 C`( 06jӛނx~}  +6ǰEMŲʴ ݰrk1 p1o'䑸=1n/| C)|X !o-T|[h Y%xCV[Td} _q {\&=#Ͼ j \CgV_Au tfIq%T `H4HV`Չmd@&dA6\ '2DƟ 3cɾ/@ wd~Ӹ0M0Ű2}qܿYV%~@ 4pVCV G>G. +vA RF"H*J?K~u ʟ:EϣjQxqT8*^/GŋQxqTmLG>G>g9섿 ;| Ű p@C"=H2 DuD弙=eJH[j8P>&qMɌm0ftW&.%qs<<: oo3|-s*2$dmI$'%R0)ck_!ҩ$V eB< HjK=Ǭeo:OAXAoG ~3%j׺o>so#k̷qG5+0Yƛ*QQ=Y>yxV^52W` +ހ &l[6=pK_ ',4dϷamUs_YU'˓ԭkYpѲ"y Ay2y&̂8³R%6TbSM%6TbSM%6TbSM%6TbSM%6TbSM%6TbSM%6TbSM%6Ֆ/OچPaHyU<#PYQq5o%NTx%hP}!ľطVb/!b/!b/!"3OrxZd\%q0U¸JW *͇N&dPq~HIes766a$U3jFW]58qƉ3Nqg8'8qƉ3Nqg8'8qƉ3Nqg8'8qƉ3Nqg(P(P(P(P8wxqq|& D?z];t/c]XWo4;^«Cxu5&ԘPcjL@ j8PÁp5@ j8PÁp5@ j8PÁp5@ j8PÁp5&ԘPcjL@ 15"\q"^Bċ->F,4}>F2)Ct4h L1(ceq12Q8GseJG׻<,OAI{flYb[LX*؞>"X K`),$<+ix6jh6ڨ6jh6ڨ6jh.ڨ6ꢍh.ڨ6bZ$g]eW2+fC7>{d%s[ܭdV2v]e*cWUƮ2v]e*cWUƮ2v]e*cWUƮ2v]e*cWUƮ2vfQw6,-'=øn[{)DLI&EPBD&J7QMnt(D&J7QMnt(D&J7QMnt(D&J7QMnt(D o CpH^$DҕHIW"YM$xw\D"*QET.r\D"*QET.r\D"*QET.r\D"*QET.ry<^ǹDq(>1>VWl6-!b-!Ԗ+O O O㱓 ^ k+xEևW߱sg +&<'p9s\CgDYf/o~M2gەp5\BG +4x ,xfc8́0 +a>0>`L6d[(̋eԘɀu?<6s(]T6/$W__52W`G|lfj `H4HV`2  A4 a hD 0h+Ap ]0{^J4x ,xfc8́0 +a>8a }"9^T5&ϓK+9Q *.2'*fm Xa0V+LUWQ_E}UWQ_E}UWQ_E}UWQ_E}UWQ_E}UWQ_E}c a0F@!t3lx 96*ꪨ*"u#Cdb^BvԮFjѸtwDkZ qb O.d~=_O+>C)>ԙWS1S̀S̀S̀S̥Ԇ<*ǣr<*ţR<*ţR<*ţR<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*ƣb<*#ȇG><|xc3C!̐zfH=3R g3C!̐zfH=3R R<.R<.R<.R<.r<.r<.r<.r<.r<.r<.r<.r<.r<.r<.r<.r1TpPqù q.s)_܋8܆gp 38X\\TpQE\TpQE\TpQE\TpQE\TpQE\TpQE\TpQE\TpQ .q)KA\ +Rĥ .q)KA\ +R%\RpI%\RpI%?.qɏK~\%?.qɏK~\%?.qɏK~\&\ +RH+D:.qq FmDFmDFmDP7! nuCBP7! nuCBP7! nuCB4N#4N#4N#4NJeSTӬb?ϯz!̸03.̌ 3̸03.̌ 3hF0Z:auhF0Z:auhF0Z:auXLGk/Z{ˆU,a0 jt/΀5T×a-o6~9۽/~xË^?/~xË^?/~xË^?( + +*( + +jPla60j 5̆fC Pla60j 5̆fCͿ1|8!pȇC>|8!pȇC>|8!pȇC>k|ғ֦굎^(S!txN +1*ĨB +1*ĨBM˅@B +{\']3 +3^j3=DM 9{y WWzo߯6b8P.Z9>榶:y}e +7udw]GvבudwP>|(@P>|(@P>|(@Ⱦ:#Ⱦ:#pgpgpgpgpgpgpgpgpgpgpgpArJE^7i\:/Ƣm=Wugz'lG_^^¥uTW)gEW?Տ~t'kkYzՃt]=AWzՃt]=AWzՃt]=AWzȩ:r#ȩ:r#ݏ~tGw?ѽkѽkѽkѽkѽkѽkѽkѽkѽkѽkѽkѽVXG4I1J&=]W|(5ϛjKwF[z8mH7r5nqc3l{8fÙR>d/z'9z/ښkY\A&wHF~zf^pRRIyH<ԇ8F +jPRXSRxs8"祿¹u:ɞ-C)`1c?#1qpѯ8x.Rҟp \$u9W곲6Ecǎ%P$GcZU?zUkP61T=TPSAI%TP*Q1AC(x I<5(X'Q&F(XU(X5(xO` +V1ԫC: ^P,bA T(UR +J)(R +J)(R +J3:RU(D JQJךO(oچ*~ 9<[ffU~NfO$Ϫ,KܹGQU1Kxٳ2xq芞AрU !,JDc-BKESBNL'+!|AgϜϞ?ꮮz/{t)K<-^r==C] aj^3r0V>WTF o_%O&bvAa0No5IoմfZ;Lk=t#{hHgmU]6ƛVr25B4wPNq5wJ0N<]wYU%.ģՈ'5IxQ=^Ԃw+^TuxEQG-xC ސxCOhf<h:VKZZ11uMưJ)oxT#Gi?J*޿i'*t`r!ge^ּ8kz.~G^uvϲܱg,lXxQsx,U@xP77iTSL aH_Wװzja41sQہu;sQ,PjXaVpg\,%rwQ݊[vkp!/RXޠ8E*'P_gUCI4*HC~8LR@.{/j-gEVJxTd䝮'Vҷu:]D.V].vxK d=$c(rWڹK.dQe\5]\+1J=7Fx zYV?+v[w>O3b>NȊT_WP 6UUW$ĠV<o@ 4bR#bؽ8z8*v-oگ#î?R' C[qZ`6Őgky?FxXR^F{D/XM&Vm~q2]5ÏO87uMo\v8x=Z=xxzxetmjyp*N?tvI:;$LK%Ṡ|ra!/rXvxǷX z,.MeW%7ၛnBsH>|+XJ{9>`BmrpϾ8_ 6UvX:v8v`0 +aԡ ~q $n6^Rpg sD4. K4s~@ +SiAu(- y?zP12| KK{? ` \ȵ"BsK4NS>iukZ jSH5H5H5(h56-vޤis-zȇ *U#JOT؃""|D$?;]]|Ž3;]yݸ]]Xή;i-;ev쒗%;o>?pMI_+*䓱J >ZZFDϿ=w=w6&sNr`-!{${$~mdt2oj75(fmlm'3bFbFF(p~A* >}D$$v~~Z +|g>4H|^W...W;,󥰂+amAoq,RF|:J>'6~%j46ˍb_j|+oEnCQn'>O+%s?6QFL!K%Jb|a=NJ;?Ū6V-Ǫ{D*,[F`2,[oH7BQ,|([AH2"kZ' 9K%X=X;A,!K%D, Jt%DRXQ(VJ+"J``VVD +SѩTDt*":*JD"RѨhTJ4:Y"DT +].UD*EhD!BdRT9+UNT"DXrVa%v| ;_Ž/aۋ +v{^nwvy9<.#up-רZvY ;Av2v2vg:vM;Ϻ泮Ⱥi;]Zc-ֱo˗e:/w2|܎ +S܎ +U#jī۱W#܎}O>>xs;܎Q>){[exn;sgԋxl+3xw͌UoZb3K𮂙U1*feV{1fetNuet FQ%QU1*FTh&hM(J f.iv8J5ߩti"5:Tuhu9Uʼn bg bq֎~smIs-(p(n=m삆&أ{G87ϰاԳئխg aP +C!+]=\MpP&׿~gf/E_Wsٹџd\ՌqT3jPM]ON[IWIUM?Nb(o`af^tNpj0=51pRgI*]e$1qn E':'ij7,um𻿋DywB%"q[\U3Z+c0Vrxcm +6Z &۰6Vmxy /&+cbsXUE!FQNc01VdMa^1Rm&+`2^Ɯ0Q;/cč5b2](a#V.eX +a2\ a2[u˰nUmʱGFF`?]AξVZ ۵kQ1wĸpj"7Ǜ^J$e'דMoo{46{ȽM|DmB5wQF&`I4( ~{W ﰂڦEGpD$t8qtweWsqU=vQ78xu72sl 6[6`ך|#\K/ شon6`looiw\sDsf"jiG5p͌jG%q nr뻅G+ወSb Xq}Jh+JUm̘>@$9 tNF=0:+8U;m(cd\|5~uد~T(6ldžذaãذe(6ÆuذņGa6c̕ذVb:lX DVժZ͸+Elac kX6ְ%l`c[ `̱9ָֺ"#gcVԿ6^BE61D61ỵ929tqRL <S1]-3`&̂pB5pC-Y3RER{aڭa |{sջ@*Ke71F-_d '`z?n݁0.,nqj}>V:8P YN|60ū")S|k +5BNAHt9=BNO9~v币;Ъ"z-!zC #`$\ep;_p 7/0Ams7㹛"a +LaLW[-xy ޼E_Lexz.,E^%1rxVU;LgC|c |p2~@WS~p~wl_:7rx-<fyj||5>_ψ^\|.~>?;%%pB-gEYVt+`EwS)`svsvyFHp} \9]e?Y_1V-71K=o17`Uȅ, +X uȃ7Mx `-{z̄Y0<90^aa aK`),V*/x蟞*CC-gpb} D,D4 BD,D4 BD,D4 lQ6 +F(`l|DL@ %C P1@ %C P1@ %C ĈDldD<O8')_A45 DShjM A45ȻQn%FɻQn%FɻQn%fy3ɿ+ɿ+ɿ+ɿ+ɿ+ɿ+ɿhhhXT\B| h|{DDDDDDzQ=CTA[hz Mo-4B[hz Mo-4B[hz Mo-4B[hz Mo-4B[hz Mo-4%{{Wkx]d"LdL2I&2D&$d"LdL2I&2D&$d"LdL2I&2D&$d"Z"L-QL-QL-QL-QL-QL-SK%a|&Y,DK';dll6l6fwLT+jܧ!M"!9OIzW{JmЊb;DSdY rvDU +.>k Y.D BdY.D BdY.D BdJ:c(J:c(J:c(J:PR_ uȃ7Mx VcȜcȜc]a0Y dQ,jE A5ȢY dQ,j3%:S3%:S3%:S3%:S3%:S3%:S3ުz) g=Af!3琙&y1EgQYEgQ%T 6UB*&(I`S)dl2y1} =D`x 4"Ӈ(l* +¦!2¦B0b-U228^-2:lBæɼfO'G|CAR;Hj1P85\dC1'$ +2PA%2-$BR[Hbbb@ m(zT{PMQMQK9ŨԒAoQ[EoQ[EoQ[EoQ[EoQ[.eLT2Q]&Du.eLT2Q]&Du.ed1'*rx; C(4f<= 9kQ)y Z*DRW0~"u&&z V=`B(/ B(/ B(/ B(/ B(/ B(/ B(/ B_{UzƋq!1!.1s3Dqv6VݭUXۡ&h*6jgjQK}MU`U+ +TحjhiѴ>:$6Yҟ^ z^"CWv(CNuBw} =wj'7ݠBz2D%3ڣa22}mW>H4z WսC-ܑ#8ϗd?"{OA&^>mݥx?SkGōV Cq%3(0Iz'3:F~)dMj031+I*BW~@ +: 7(S9j /0^^W W},m"y t`@H@X!x%bX!xb!vxb!vxKEg 0a?#jK>A=HhfhVhW@:'Ԟ@@r=Q< sކ5j[c2BER.#]J;y/jO|>1e%WЩ +I=#+}JN%?$  `wnߍW!"`k2X+`%!ހ7-`jXNq;N jM0 fx! "̃`>,xra!,` ,eVJX/SS՚tz5B'o%ǴC#eb:s̄Y0:YbH%%~ϒYR?KgI,%~ϒYR?KgI,%~ϒYR?KgI,%~ϒYR?KgI,%~ϒYR?Kg<Slj85k5NfS]OiSwԝw&jmۮ_6O6*S6,.N s'ɤ~2$5fLIR3IjjjjIdXR-"KSit3ă9"Z>====<;;zc 銰GV.XUc궑gT:3D/Os@ K]#8~ReΓoiSѷ% +:Vb{Oĥ bֺOsG:\jfFzF`j(9>1^T%9>>a.Cseϕ+ZEq('8#qUq-k!rttjooFnFnFnFnm{XZfLrZs1>1qޏ8ʱs92?,z_#o5E'-Vb%-߾Rfƙ89OnKw`,T(R\.NE 1\N8gpZ~Эg= Ǩdj6\`ǢzPwm{no\U|$ i[%z>/V:8P 3\ 6Ɩ(F3f$Wp>xZ1/21:1,Ne XJzʱ{'k/gwLm +Zkq~Uvf6Wie>!.1SZϴqDN٢HG)0hc<&c1:ý=U]ɋ7A*C'c8<S`*'_I6-Sh +3fNiGLU;=nݗI'ncºTs զ3c$㓌O2>$~TF *w< +y?f,Mk%Ĩs蝈3+be UۄV3 y*ƚ*^YYbֈQV1q O,n?/%F>s*zt}(`ɫ'ϸ%Wfcs߯MڠR j=[*e̓q3mH#ZuDkc: -UպOu#\Y͕WnS3isYAqO9TD/,NRWzFFTuTt0ӴtoqVj2ulw+I+]ΘݾnNr=ÝC֎Nq~-,{KREZ6=,m/R4u;ӫN쪦E1px=R w9^ս*Uʔcz"N{.\]{v?vzH{j?a泋y=p>Jm\q@5ޗkJA!^-v߽k{n/i\ÙO b|! G0Cfz}J:3}В8w3CgCn npgڏvpXo 7h|>s|8睾>3W<k9~/ ̹fcq5ùfYk~"#N#q3kۋy߽N!1;Zϗ{w}Gw ~" d MwYQaIf9dvveaH"{EE"PQP`E E(J79e <|)M2NKGZ:B +'Щ +R)b p 3“l6Oj@- +T+.@8~6Vy@l/r`*P;0 tTC< jj$D^3P#^Q½+Ґ),A<΂\UD0RKraEhci`%*jy{LOFY Zvz݁;ЍkqfwǐIǥgqb\RC1TuM7M>KJzFP[HSq-ͧ~c7i KXqV泒-`Wڄ]OX3v+mf-YKngwv7b$4{`el+kZ6c./ Y=~)o!o.WY#ޔ_.7?xsޜ5-yKvͮykքͮ؍=ΚEֆC| Gzo|6/+H| ķ]l +ibJ[, +DHcDQeDY(/bKDEQ-gjl!j"[bDq.[#zlh .dE"I\".aE#шmW&l^vfNG< Dǹ/:<&Oq-<h,>1^1?X.E0<$^K*˼^kuͽ罱7~f9*3|'_S|?% +_WZ_om6=[?ϷI%>"SedQYR-9QV'dy#o]E=|N.{]-Z˾W*_rh#ʡ?r&w#rDdI~.'tCΔEO9W}P"E\*r\/^[~"Jb骮j 橋EuB,RWk2T5+zJݨnU3RUw&uOlQmT{UuPO V]hh{F>䍋>}}MvDVDE{K=bXXd_-Wl\l?86+G+]ԟ_^?GIde;TQwi~I}ty_t=TVoe=\1Sy'Fz"?ן+zlsugl녲^wEޥݲޫ@HSC.P.a$ aJXD EeX%%BXA +;KM_o}×WrdZ 7·pX4'% I2I%IY#]ѣPlbdHlfYF0"Q3/sL{4wQf,|f 9GĶWט]K;Bj3g[8>sݢf-}G +%)-?J~?frlT 9ԥl03n6WkT5Vٖj6#橙;Qcn3rWOҬ7K>"fj#vC6r/9MK[C9%;NOT:ǔ}׼nofCh#~ܸ[p<|-:' +"-:OtVtܣ\L>dM";qpt{y{ܼƟ,tVqW;V^ +{Jsgc>jhvvWT\jۡx|k7v^2@䫩 ﻐ&o~22<т\ȯh _B=(ƮQk"L0K>%! wu|a&d7;OώJvUr!_!fby XF45m #D0?e  Fzo "Mi;~?1~˄zY dҎ(QK(bGQErvŪQ*n ʚ:Hb-BA*=H2]A JA,`paА=azG1Bz=n@'Xu=Þ# NEgzž+?l|/Ŗ%,g,g,g-g[,g,g-g{,g"I1.ғ2LڝG707zL~~3#ޥHhtZ%U)BS[Q[QLK?S CChbJ%ml44h5۰nhI,vzP +کvv."|)t4:2 +hjqŜf8MMw45n(U5 bth48ip1ht z\z +ۡ6gAz{5$&yTPO%?ޗvz>},FSS%h W"jUj +5h!eBEܦh'Nbh'7RnBkIBkiNխ6JV-T *Zrk? b=yD=B\S"cHqؓQuDx' OՅ1z"{#X}U_ȼ#d TIQ2ɶ!z03\ H5!hƠ>Tfƪ (D5u2IMBQj&IA'<mT "ZFojdZ֩TF6&7MTNmV eޡv@rډ9*.dڃHyڇT"e(fq,t#Aܢ yMY4! 4S3XL!LO: /mb* +|YAz^Iiz^E^WSFյz-euzF7M߬7Cfz;;N9:2n{quO1}@)"\/(0TXeZD"@bpY)tX) _.,ayw!p3Xoo!apN[$bRR$v| (Ggp'D_?}7X9r'9KwqWa_þ2X2K&͚fp`@:֖= ky<)oJ!cd EƨC!c0o#,rX$}GERD3ь9pPh!Z hpYK;ĝT,א Ow(%1\ea,C5QMbLupW7@ҢXCCLX+;pTwBnu7֪5\h!Z$hT;< +D)z!Z[DS@DZz~h!pQT/zQnʡ[,nT?øLnB\ \zz[ It!]fn"ݔ ע-ZõtkkEe8\+p-ZLmWˢ[C n tb 8EG dI( FD [x_5SRFIުAv;v[$d)%// +9HR"E0#̀ň԰DX᥀eňB#F8(xiXat(Ёv[YHϏmf=3729f1(K.1ӝ-=fG/nvp![<>'{ɗtm~rlsX͹9uRaIL`zbWEF4~c4#Swԝ jHêJYa~t/;-V||{4ߚzyLp=_jh(;h>;wZrosH(-ּ3f1SqzKw2(fW[?FXXOn1pus}G]>ʭNsoiM2賢67ؓxu~e=yVbc׸<ѿo(RA8+s/ɻ't-Oo8 acz$sТWB_)<ߚвqk2x0ڭiucybM%!h>w35a| 1Prq n~ׂdu$\f)8 >A3*@9ۚq.! 6#1MM?;b@31mƴv&ҚO?>J/Qw@l %>qt87+-/krf/lkuLQv9$l:':|Xb9gnpQoN4Xqsɹ_m++s5#U7?4^KڽÖYHvYwrUȿcq/@s c;;XcIJIgx\:7MRR:'T9-AZN&YYs>w`~\N'YC%wy6C5kd9Ew~ssp)'Snߎ%qbm +GhOi񥎈.ݚ[:>E_Ȥ 5֢_հۛ(qX۟Yhֺ=+S~(z:6r;fٿtnt0[f[>f#߻8[ƿg6߽_Z3Ӆ׹_Ƹ;ѝkfhy(1yؚG64 &  iirVQmeW# A/3Cq/c͇ +asXom^.@9鹳y[pG$ +ya[<#8?v&VdVW8B@K +$Q.w娬,?S%rk֠\H6|,7N7U*KB|G{ΦnTs" |w_`706jFݛxn%}[yz8LƏDSu54K/ߑO#S6ͥf%psi 4/& +kNO@_5-to|q3r_ 8apxbmM]7uk7IKmLj;ԕ8KMΦPgSy֌F}}>zYz=ʞ@M!hm +$kS&[B4}f&Ϧy~.Ͷ6h.o֦i?Bx{-}˴i9|O |mTĿ_V>Ϥ#O򹴛i""E.g] _rvg (&JrR- +Ph&4BdEÊY[=7ޛʚY[=km{k>kVzcJ{ZaZacY$hoY:mkQugГ +z>}kQu(kQl-O->-'X[:|'[[:|çZ[:Hf$OVt7֊a*ZỬUA*U>veX8Jt^񸵇#Y{8kGdሾgfxz=񥵇#[{8kG̰plkG,pBkG֚Xaو֚Xgو֚fوI<);tR؟T8)MkIvy~2%3Og_DɔB }k!]3Zy,W"UE}@7M;t n7"Mؓq!t'bܕ#P;jO4@OQ:uj`!KL|,|JUcYWeU?p:p k9l6`h 5vDx'֝YifU{S-ևJY luVw[ >#Հ_S#6M7;:}!/ց{W:Mr&9-Bg;8}*GG4 D.CR@pK8\.p9 Υγ.0hME>!uEETEŨEmT ]n%QTb7buphBq!dp]⾳}[wR=T{N އBןx7ޢtmF{c(<հ(t(j)~ + zIyTʟϧ_/ _B>zY/AR))77J=lZJ( FL-J= +"~C](n7J^/}T) +I!=+}C?0.ɈR(c2FBj eH$U*qd:/&S̒%rIYq2pʲH,<ϒ _YVtYEVAxUYfʴ}3UCܗe?ُj2CՁr I}9H`9A5'BT!VU*e4ATQEU UmTU%U**Vg#A&RVِjAuTUuK=UU}7P YB5,k .X \`-pZPQZ(Ӳ`-T̲Z|Z(òȃւ`-pZe-TȷZ.m)  +0A8 $F:].w "l%|7e}>NC5i#d@ +/xy7/5,!ۂmHa{2:Trʌ؉",(2Fx?FR")T 'ΏEҨf$=NX{))F"#ϊd!"+G'!z7FoMmF-gBHpws 2`NccLj<}("rA`D4> 15kC30&7dk}9k](|>q`~e~@"x$- 8N' q#6 H'b&:hܪjP5fHZq81qĠG0 Ġ.1G Ěuu3--RCًZl-_ė}r#VYY,{[apI-CO>g)a$0u4}CKtI]@_bRHWm9 +a*RӁ/M] +ڧL] թk敟Б~¡O [Boԭ[Q_  O7ChO={@M <#! O=<5?zXЃB5=#!<-dI\ZO8,|ynp8}# Oz[Ro?jUHߖ(c&jji,]0u_UVk_/X|kJ }\ے~7-Cf >l8Yu-{E(ϪӎSŴozRlo3cOi6ɞ$8fH}}lZqj-ƹ^>'2'@TDNg><+S]w+xnVb|k'87܌qzNJ!.t=Ui8UtHd^j_ +eer3ݾgi_ !lqkkuugsq GM1OthݾվҪ:ff߆~ 08B{!zXd/Bbh' ,E;e]rn}2ڃ଱B?CIhqȿ'i?a? չOO:{?c?7@iZGK]'r:E]SשtmEt'Rq]o_ xOPexܞi_ xhtut=kEW-;Oퟢg8uGG~ | +=N'wz/{%n`h@4BȏU<{nGhn nw,kQXX;> Wll){VT-] pDmzmS VJ[S¿QLy’)gv6;\Y%OD-wF "T'WbiT~IٻJdʢMZ+fW#y 03HKNI(i/)9W,iV)gMϘVŸ5r8{j'1F'cH NLK!Fѣ׻_JImk;j$_?/)6>_T} Ҷt՞ߎ%X3!8-ZЮǮ0LQR2^,}m2hޫl(:E۩Wpk0GZ-vYcv=VR$=h|uD>זhkim8y tVb50~-vYڲb5X]C[Rru9C6^Q2?kwQt݆TZ2M xI)E+ jy}8N##p>58z۽q Ú,jLq5V},3~ XP{=g3q +_b_JJ೫kxWe@s܍ҒUbw*xP_cqOߎ4W thGǹfШ;q:giqI2YVq6gq>g,[rwcq-F ++ibنr|\{  v(w-yJԺNX_N/ExΫ(o?a Wm^!W!vے^Vуvpi2)$}ΡUz^ܢwVVRF_ 4o.iFYfM=gHs%=Գd#:)a5R`" Y^ƻKxjV7|I&*__`Q'V9%mNM-bofeYȬƞAYke|擱QC[滑VKcchGvٱ1-(#22G5F*sNXgO;J`1&α&0v)JC#-nԊFI٭mgG/4<,~AhSƩƩ"nqqptc:,c<&-NU%se|Bѝ˥,e ʌQQ2}}[Nwq/xx#ow\M&low\]= sgA%YhE꩝+SBRKkkΈݭpzxLj糐9x?x_|ȸ.eXD̗0EG$ηʷjI6"pw9 _!%ҼyѾnm[Q}'LHSSٷS{bߍwwkN +q/1kC>.絒ea: ]Z^_GRs,C*WFdiU$TkV6+)]4XQ T/Kk7w-n[¤Q}ww9oU77jLې6!mA=}aRZ~yM#QvF;%9k]m\֫K[)#MXMmp:f%Vg7}2"7 @ 01tar ccH_ ^Ds +\so"{>'8=),}QZqqjN>PǴ]~~ݠR$*eC]^_^:xC'y'*7;s^oyb׽<`{o7ӽAV{񞖔{^ ދo^E5Wyx%Iܯ!?ȇ 0ɠ=?{@]GT/{rv,eٹwf]$Vʳ3,9q`U/J +kk[R۠ ΞLAGGR|| 윣ЅI)r>ow + Y06{ԕ`>υSu^] g77o{Uwp!>"}Mz|(CE%Lc],^C!qj68{bhM +38\x DI\/-\S3͙tg3 Ds9^Ox:8e`Ipй \&Njs8^֤&iIZmY†t t ,R_Hli  +Px߹|a>wiȉ<[(-<ȱo59_)/W>~Ow/Ft|QTOa?ZGrz/x?ӼӰjFbh( Ѩg3@ϊ#֋<< F_^J^d sI90|%9!Y@ 1gEss +Aο9Kӹe2rB~V8+Q(#܃Jg%jﰈ8L$E"ɝ"%E$vH5,t{;B`]$bw1wwh">> +w_; uv R'螁|3gw,|_/VL,?B.?ACDDp1c#(gh4gg!g?럏88G~_/_nJ}TU<<O >`r{wۛ२Ous4Zdd¹~< +?;P}[+|x%u>WrenX̊r0i5Vçx]:f~tgg9 ".]ܖnK +l9>X}29̽ҽRóAgăr3gR ?Y9o:Dv?s(SrGu~,L_:z w8d0V_x kN F$-x8029TN[[r26w;YF)gϯ˙ٍٍrV+r69<G6̂?sG|}oضw݃vװaV&f>HR^kXV,{rÒ^ a]S\R b}-$fbef>:d%ERnnR]GNCl:2+DLZ&x:94cNQusTjU!"2:)N94aPZ"5ZFL"5ZdE&ieH"w4.-ڥF,]`I1r$3Cth 3+v.iڨKVro)lg{VҎ+T}*cNn}D [g/4I3bR$WP9tUΆtiR-!9lks%G Oa_x^,GU5^[Vnc𪚼~ l^د3|w;'//`'z3r1Yo ++|Zlu_@ +?φE!vOLb(|p \7XL #(7hګSnc?Z^0!k۹(P^WU$\MWNxrˢ\Ae9W>+_Iyxmt_׌Qk.ٛӚnlEql,7/ܘ6W UāhGҞ"7=:{nkERضyYMxns0bY#gs|cH߭HϻXc"o+f-eaj䝊cO[ll&^cޅߏ)~fWC1>oHQ׬8"Mפ,%T#>-Zz]zgϠ޳ibK?'VOoHoDz#z)C/h9^JV/_dKy+J~^ G"70z2;~!؟ E *J$x=:*9*)GUvv9N狫 ' /CypNU8Tt?/:3`7Xy1hFyN/H]ܘx}w;Pw;Mr[+ݕ}}JZ/<~FiM v,:x^>8$w9U3F2aet m붅w;r;Nݥ#u؉:^^%lA ۥ?i5s ?Kgɽym~^;w=xGs OGqx9'&òF֐f֔SlRNͦUrzKE$r +FJ3G2i:pYX~>Lg3LwÃW2ѥ*~&[:?v>ƪ||.V2_Ӯ>Z~QB])Vy)Jv~5;qKqPCM(Ǽfv/Q>[XI wԽytZ݈sO:NIZT59$ A F:h 6hݡ{ȭ:r;*)e11R H* `P0 ;8+8si4#mZ z~SxeâCp#We>c%Y,W}"nYkws/j\5\FO:O] ]].w|6HGO2r63F0aB00DzCVKGBBHB!$t,!GqeYQqaa9!>\P>|.R^beY{_ d33ɐݽӫO_o}&u"魤/$S餿QgeV[?8~AGs#k{ k5W@d7D9JC8# @i_΅7qBirc9߆rFAv%p?˜eYJ%%%ɩ('H#e#7Q&J:m{5$К7;Mv_ZcA"qu2J mko|9`]a'AESp(uLj6.О%ufq%m&)Hd""caI.y-巀%ɋ\a(@,1~EYmu3*Q)ݤɸҟKRub&*#ߣ2oJ?MQA9DWIĿ<%\G9=geޗ}^yP%Y>uFvZvR +++ FJ+Q, d'=GN҃|m ;IvQ=,lgEY,)6)%'Sv(UFY +dbʃ^5z5(Ay=ENUWߕ۩zygyj{{Po&ID5SW?q@GOR/R^{de2Mdm'I.MQ_O.O.\\E'&QLroUOΧ.8`- +"Z;:uO"zk‘& +p W|1 ׉RJTkE̻4J9P$oF#2J%-#;1vge)bL1B">(12?Yg#ݧ-Zf8Hd r;R•W&g1i0dEgܓ EI&e@? wRc+)EKR+(5*eJ(G!NϢeUҧgySt\ 8s'E%~=K|#C|/4 YިH:,0}d4h(/`$Y0 Gwq<޿}O0A%[n1ٷa\,{:.GԿXcpɸ9唃 ޢ~4}4➦/➦Sy +%䟣Կ4q +V^/80}t^It\s1qMLǬbʄ{$'@&u_SKޢR*R*(B{)|N#qWk>~l;ބqOFR?h dכ4ܯHC/Vur_'w=U*k}8$S=g{1>y(Exb#l1Cecc1*x~L8?80\> S}5Ε}q\8%?XXm˷?ā%~4y@)kZ%K_8_W];f_m + >v_gX)x:~5́j?? ]q6ݍ)A^IW"ivZDGlö}8-\;to:ϻC:z T$#"m "BV#Z7lъ5 8R_D +UM'oo .e)1t CG}`'!~I(ZF|XODC McPb;D2j')h=)"pHx'bqh=;?Qx w~Z'Q.]64jƽ o(Ļށ$lZOd`y 꾆24q5#iA]];h'Z@-ZOA#ECj h=jGPs8Gzjo HEEA7z" '"z3hZ$ gІB6F@Na|G 8Gw&^K;̋!;qV;;_QAL#s/<_Yx"wir;Kd.ϝz8 +OrdzH+A&vʑN9%hRE;HkMiD`^6 B_?yL,_<}Ed^ϣ*9Qw~vEH>'u&kA$ց`MDbMDbMDaM555![uCGQ'w.=Ę,CgD7ho 1Bs "89 } +!Z Iթl#7%/@b9|2{?)E9Et˗"b8Aߥ^1Hvܱ8*~Ϲ!_;HECH%PR<{(}?T^?T5|w')'EL':?>9Fsaܝ|dؼ4\ xt!BH$ qT>yWLI$&in%.=p&G|/1>B9[yg(zo;|2s3~Kh!N +)B)N .+Yh:W1ĭW8/ Q0!\fMᶰ, +cnRX6ia[/2}j{K"3Yl'yzXjJz zwNԌާ7E߮[3s>~X?WD?OjQ ~{(֘~Q'_R<7OOwCVWdFos|?_>:?Ə4qf~gEv_+C r&#D P 9_' GHxv sB'Bn]έo.+D/?8pF@@è \UùҦC(q;0SR0WY\6wq9ܜuoZhuqB7 !P|!ƀ8ܴfK WMCyBypuȝ6y;`$w?ڡPq$;M_dػ@\_ 'S:m$DES1{]7*"T )mc;n=Q +;^cgM6gW?9]c7mIs2.7,Zn|b`$\?=|^CBڳO! yI|3}F~0$_:;sZuɠ^Ҍ6t۬aYVT6Cfng'5l`U5fFEgܬc:`cZg'V +5 w+!9Dtd{ulE-twh)WtY+,Z'o^{ySRU-zmIcֶ6p^^Nik pF.:8sK{G{O?>zt6tR]憮Yguǵ=:]]WctvJgF!*(vޙ'THh F~33XtTus[ƒ{(VMq,3,3Kg2+@Kԯ՚_KH)`3cS2.ؘi`5d^e#e3C%fL0Ban07m?SGS`VciT2-L;Ŝ+'pfs0q}fp7YG +fX3vf\3Lq"fZ,Y5KufCMƧYljvBnbbFΤ1GcL#FdfW'vM3{5ț:Á3j6!JD<֑:}#z%M&]999)c C[tƦq5^MPӠiִi: 9ilBkaVء._BgC)]z_BkF]Aky3R8h:UGӡ!ѭtVl${{L*F5})!ʬXO̧~=o"ũWḩQ)T6#ęBGk!کgd*K~,u)nUw(;.Ϫ{/OծT_TvGBG}Y}tmu7ԷGwNԏN 3-C ):"#vN:NA*`:t8o܎t(4¸ng +_4tf P}U@k@@۠M((H + t(IRo9@>:F1mH Rs{}{x]s ]C@@K@wVG!R :7a"PuTȯW'H4@ǀ`QqR@Ȋ:1ꁚ@"w w=@@@G._ ]" @ew=zЖX4ttq7>oȑ'ב)@@0ǁNHڏ.*sd=G3-|.1ߴW,jjhGҷ^:B|`vNб3t|@ mC@9=GOD,P)4#]^eA ئVW.)GWk Mmrqؿ$gUU*^%S~3TYlIUb_T@ SU-vUꜪO5SNIj^ZRU>T=Q6U;(u,ȟiGsԹB@ZV@'\ B2 F`R_Ynf9`~3odfh)B1>HO]@ %(f袽An c'M!=J_'k v#r HBӫczP)~hb4diRQhT 4 ځBSilI_ D ,@؋k>]vAPM#J5|04h 2N[L`?3x\$WM1י9fa1GS] Qעkut a1ݸnqZ7=G#O'pu6eX9ƣ1@\6-diC4V al`+xgً{N9vH c1mpyɮ5m//|Fl|U[x;)p OWV +wW:<]WM! %r'Su 9B.b>@r*8=B&U +=B0(\.^ s -H=Hx*<>1Q*l O)OgןfR5L:iӓ&AA0M>R':!M,nɌc:g3 0N2.Mc"Ӹip4+Ϧy2ʙMKli-$iݴIW@Fs9֜4n|}nǜc5 ʹ3VMi(s*dn5w@o4_4͗Wyyμ`01ӌJ8H$$$xɉS% Ô0%BV*KDyG8 +FGAhw88s 8.8c{qǤc1w,:w+'gS7G2Sd /OI;rĴ])?x 11<.G{Q/i)29=_^DV2ꖷw&EY"9&_Dl-)_+Z>D) X~ )g>($0?-V%N38 tg8;#@܍w9s>kY/ 㢾$hU &g,vȽ侫^q?_{3!XE䥪X&Z('J:Zu* 9UU*Xerk1XޫjbZ:v&U=U^Y5Xujݪ\u!d꺨cV! )jqV՝{9XQSAzVthOԓb'];Dœx\{ssS)-zxqy4 +[YHy: +a. y.yF=W 5gsCƛUmϲ>*c5φgZRS_-EV_ c~uFuVuvjEZWm"'ACjQF=S.lUwUP=\=V=^=Y=]=[=_X_#X}+n%bj y՛;(o7+yzys|or^uz=b< /,!cw{{;.xoyxyxyzy(ZCDHkRjҹ̚5'jNk5E5L񂣽F1j\ Ektd5 5͢fMi9_3Tsf>Us.V3Ssgvr՚%kj6j}_/'2|Ylɽ|y>O||uF_; .}cqߤo7-|w}+'uߦor?ǟ~~zS[bo3?_wO[ ~k{с4HdNN +EfO[fP\/`0h:5݀hJ`"pM  ,Vkv66ݪզfffvjO*jUZCQ?S6ֶԶvcj!Bp~vvRQ;]; zzbR]ڻڇOjk7Cڝ`T06ӂGǂ9`~0H9`Z`SH/"{`#2QIKw>7?^ /GLtUOOBjp*x=8'Jb-;{B} >Wt>Lĺ69b-o(*DlP"^H"hkhwqZN_>=ʨLGf]]R4M3ՌTT;C +!mMB""D*C흶S~f Z\uuk9ȫ0ս^-sWǫkzZ^ss;2^~xjxi^^d+q{L9g9O9WA9s^4W<+gI@7:L9djSn7͍ffffyl3k̿l5w[l!mi6e l=;mdG鶕b{ٹ.>e߶GG;!\e/ vj0'^N E;+x5Xegoo[uz;'0jov;K;?.}p}Xf¨iNQg/:)jˣQ/No4ˉΉ{х^h&:Ey=##^&ZFk wMޅіh7)m.}]}G{2ڄINNIK4OtOtK^J\^(R*w252ʶq6s;|xw/sϞəiV,`wgvߛVYx/fnk~ծN~]Ǘٮ{Z}߆|s Mk$I9ߣPtqOutcSl-ֲPs{rEbS\f&zf{?Vaf{7w~{E9<90ݓg^1+~kyƍ(ɼFim6ik68̱=gVצ77wtY&Tݓi9"=m34CÑn,)_Jr!X{M~(֞bXaX{#1ko7[`yX{>~$~y=?`1|{lygNXX{g{m쿩mjNڻ``]nl{#v;Ouv~e)t;Yf{ڟrb]jX{k/o:;/kZ3 ?%&HSk^ǿҿ7}wKϸK+oK]?#_o$YwS+~ۯ1rR\OӺ짤?#J4S3Iyt\҉Z婚KEdmdSg5#M7 8gcpPnɠ +ǟW.4Y 6:,6SS΃ɠ?tDsJEAtDwNm٣I-Er~Mm]9!]IGAGwN.VzlW%tVmgB<(]voʙ3˘>ŻZhy&48+ 8WB=ߟλpv| AFLh~ۚ=ο_o7<`ay3/K^k }͏_'+pHBXߩm 8ojOW9d.m寮Ӓeny1}x<M {?h} )!Oy`ua7p =XwxKpvBC +k4]h9eq `{v;_}Wu| oFNpCZr~^@}Џ-:IpxwϷ`p XGp>H@_FU6d$p?V X b>3vz<`WMiC,ܼ Ebo߼2؏A/^ f8 |9V^u 7#SѰ|q~KtC˛6 6SRp P߆^Eˠ/z+Vˠˡ/> z6eˠ'B/b hzj臡C_ }%sgAς~=蛡o.~=⬅^ ]zN3 @ۿA7EYg)o.ezkv#>1aGBOnb9}A o evntsuj(Nb3%\?xX3$> vߍ -ɮBB50p9ˉ8AǞ 8ض3l#8o XDAN`s0=;~>uɜ᝼7h<@mc@ +ƒo~l-K@t.[ȧ ң?Nwg ? 5bv-k>?6yi>3H+xlNaH/ذܹ#!`TG>_y`>l?[Jb>QO|3)󈟁fvJ0عm /gAc'8l>e3xq<Ì3SVo ޳H,ُcxqNf^q_ CсZDv ) bcdgN֣Prض=|e[9~iߵn'i?'F[ +Nt80:t5DimY{8}T @= +gUkm2!sޒpRf\WԄXܠ0bG@Xn1ut/1}0tw蓡99ۤawq?gwD0E>7°jT kCcU/ D냳.(e$ԝ<Й<ǺHP6а:yz> џ >m`r~(Jwy:vx%c9!g} t3xw:)3yDkɴU0z- ϣ&iR֕<;vhO3|V|8ST:{cG ;|R"3&DGE zyȓ]·%:9zr,$MY]׈usuZ&8!':X\P2ђ썗\( m=uEGuFTGo gyʭG>oFM܇ EyMiHD-#mҦ/{|;ojVwZo;[+(+Ipjku|WhqVbHB=0^3`\N;vԨ 5jGIi;)[O  _OFcKSvAx+k< HNi TwG gIx˿J[B%H%H%jp"Dm #O|'!sWoHÄo#ֲkiZ._If3z,t6vvzkJ}ٗ:AN⹣L/U$k7PF[-E/v)_-%O+Lʶ$m<B:*Ժ%8RԽϠ}u/-{FgCަ +i톔Xzz`=cʍ^ +;/5*V󀣱al]Ԛ>_Aԑqlxg1oW1N{1NΧG"V߅phWC~ 1 Ec $?NY hޡ5E^oqNڽ1B.poN9CiՈWh}Ή8:/ܣ=G>:\+|?- ]ZяA?z?:>Ghq kBq<ǔBc!Ѫkc/}}_cT.wogjbo.W/\~kѪ5BG^W + dgUO{PksbwghZ|F|">Wn,Wٗ(o,t|e!np؍>̓~>ۣͣCjzy~ZƷ|N~AB|䜋|,\Z2 9Gd>V7~viI嗽[{65z/\-tVWZ3*v{Lc@sysiṼx3v4.vFݷ"sgza*)i+97B7ѵv#9W!#nemՄ6wz;)!V-3ήo ߿i*;J HP/p"uZ+w_mK(P-Vܭ~G4D-ֳa'?FeG}}BG;M݀=?GC7n/np8N o&Npf? Ss8lD)᷃*c]ѼnSЭ:_aw;}NOkJVxxrN4g*}-TJxJF0mObK Y?ޓF3s }A /#,M(-!k+؁oHSh}<$,GG  əmMV1Ltہ`OG/E#a6q0s |Vb6C.n@G >t1]5s"rc>&D}avL̀YVV5|IT{As~JT;8Egcڵh-sWmGb8aOvDBr&Y@LPfkg-/oz$']Η$-:Wb@ըN?39mA9{?B. &zb794s'FBKkXۼ:|F (Z6 È9"%qĴ"γp>ǼJLxyn""F{LhoEaĴEԫ(הi|~;z8K7?6Ӳ6kNY E|dvFq(Jh~ .Үn[Y&Ϊ'9N^kltΞ ׵gXC##5: U`'8}<^p + ;cw1L4%}L,DDۛZYUDEˊ?7"Zm9PuiyǢ>zw[&4u׈ -_A9=z A i<$wA~ +6+6=jm67#/|YfжfaKiBFz?DZx[\"!8\Yo%nn.~Nυ_Cw"߬VT v@XxI_kӚ%a:!p|p/Zu+(1aIg{V(`=s3lѵE;W':? ӵO~vB|rWo|O5]H:?EEY|d'!.;a +_j/ ɸ6ڎ_ya. J&4J\g_v?`ktc1iuqAs\Y<\\X"E+:pmʸF':,oc&tXʯMu4@67 o~G.~;k5n4[Q Yd^3QIzkihO%RahS%ThRIмk\. K]?@{~M7J-u(k,-uf3J7㻶m\vOОђ-m{gyFha6+Qi? g%=h Z5h@s ;Wy(]Cηd!US_»Wxꯠ2_Qpax։g B}w!z7G +[WI߃?A9E'P fW 0a!_dzxuFPg򳐟E߉;?Sw]Ka[wA³g@/AQ_G?_E CD`5_p :w)zwxY-YPށ廰|rrr ?'a2l^ͥ7Fԙ:!0B%A$q"$a%Y3Yg!?Cw6ڙ IO&|; g +sKh?93CZ-s*ɚS6.+!? ?qY~h"s`c:g֡AF<xu"`azD$Ow vVC䏠Pg{p9y3.0<<1ch̃y11{TraD~߃t<:7Вx"<zą81CA9SO3i͈Zx +Viy+ځg;PC?;`X=]X=30Xw;ND9'\[zz 61.OO> wĻVB MVw ,(]h]. Y.,#s_B#:XkǪޥegp>Lwa^dw~R=x mhBѶvؽ{qnA-rZ2s?q8q8+l2Vؤ?EB_W0[YB}̸$87uY9/!%d7d7ڃDTq4Pj@a~2'֗<1z' zُ|=*B ksv.B +*((dϡsqb?#`溾_FWI^%!1Nȝ0zR@O:o]7e-AdxOs}&dA.AA~lf俅@>п ;հS uȯvNݰ}7}ro!#^9:N?[l 11@DBHx؉hLtb&:WN>g?IVT1NgH |'?!gI@iNix/Nix4,) 98Ұ4ᔆgqJs8!4 {YgY5jxg5Y pJrq|mPSpJW î:G\ou}uu}m3>XqX +ëk(oo +o oHp/c`x(|1<t#<O5)~\Z +774/Oܓȓ^=) >$Ш=GĽE#RLĽ G2y?*1cRqc5%%2y4n0월Od'$8MOxGs ?iO/dt.Fw5Ƶ=}Ft#wl-/8h`_(⬍gE+Kg#j{ u:CC]CvꥻcH'HА.)]%t#44Iɲ9ůaW8e:y) + sv*W#-OӖ'gpmxm~:m oҎpVxvwSK@;|8|4O$Yt)|ev餧QFZiDnS_s4,kZڬe뵼TTuB9E-yPa0&kdYАk->gE&( >C4*Bmr}u\*4 +Ut5FcsyJc'Zck0ib6pzq8K7.Wkƨq+l]nϼ-O"Hf$[䅆"Z=<)Q/DHe$1_+i"ՑH\Md:LRBfx Uijv*9wS3ȹ7{)N\1- z9@q,!yǴV*E,ZD~yjQ [a"<ШnsIE 7իLD]$DьhV47-wGEFW 8wފuƪh-hFhet-fѵd׬nnn +rEj8A3D;;)5==P}EvG52ZQdt$/zV^^^[T2i;gl,-GbyXQ,&DzcP̌UjbuZ]lp>> "ؾXeZxk%8-4COD %x.Z$?-Vاb3'j^Ds_k'ѵ8e^ k^i论7svx7|uZ5j%Q8GpZ +n7}l#Yˠ+ -`PKeQ CP(?r C7|Đ]H)}!ҊЊ*JZ(F^au#{^~$W{y_1ˣ咊={`o8sxz7/QunW~(Gwiy\F>$ !fT"$ (xle62Q9 !`0hzHD;nfCr5!)36l.ebNܜĝ^UwX mWMVXu_{4!r°m7XK*+AB|vUV,./nˮFkFkFFkOjkk݄~涮X6xgxqxw[<8+'gbdb9YED!D0gr?j5Qq&mVmD3|OvhO~,|g #D_B~8ž!'9]^ ȋ9RD.*/59&WK=yA$o-S/wɇ^|B!pQU<&IyJq))x%CRrARQP+BY%(Z^٨lV*;.eW9taүTN+g%rMUnxJijj(SeTT5N]6H}j%.7LU٬N{} JG>8gs&<9cws9M`-$ n,<*+̧h<+ +X/<҅ +_eΐ3̞LjLz=,ex=g˞MO2ݳ9ϗ=azsm z~vxny[p96g/'f sbJ[Vȼ̎=;Jo#j;:/u v?!jyȾe/lO|F-A>:aFiShNP]k^̬.ZIU%}7Ld{S)f.˞,DYCiO-4>[99= g3 +;X1 ܣ=ҾE!#)t._ ]FyVKz$Ƽox ǽgO0\O{?͒{9AabYp3IVJ5zii]jڤS/uI^tB!4,]nHcҸ4)M.9Er+˅r'r\6*V^+yVyS%n|T'|Z>+/Wk/|K*Lq+Jd+yJR$/WYTBT+5J݋NiP)MiVZveԡ[ԫTz)G9)ǥArF9\P.+#Ԓur[Sś%[T.PsJD-VW]jjL]qvڹ2Vאd^ݠnQ-j[||jw:߯v1:NC^TgzU:U*OwroyFya6^|I$*$ߢr VH˥U@TKzqP(m&C)vK$iS:@tI礣R?q%t?%JKRIċҨt/v]N99MΔ< +`\\+?)ɲ\0&dS/r QmurHR,fh'iO>Ht?]'s)|@eyD.$n.w{X0ruE .qYVP:NBRKY +uZ SՍfFSݬԝ.?w;Sw{ڭVܾ#Փ#'K=W/R׈QٯHzK Z>Xn(gni`l,Vg`yQ" >dߕYnWYϡl2XP.Xu M9˷]rYysyXy; xS,.]K^畼2{̫z)b[{_ҽm6-vܭRW@u"C}1D_/|D D'} f!>蛃[ܝ{ խ{J|ϔ %KF:qI܆||}>tbսLyNɈ/Ƿطb_oYeVVys]AucwRyoC^0H {p<껑psMS."|DVi.|U_ýHTK ܯ(],-][ZKDmVbGNȻzw~/q.=ddip8O\9W䳥Pd *([:Q(U&R̲l*G*Be&QMTue75Qͦh-k'b_#Dq8Xv8CC~t:{n;z~?X@yt*PLjjܯ|CſB;H$O.K#Nzv?Qh:]ò?5@F r.zdю|E`UXk+}=gJ.b7snG)'N{g+ȯF)ELgw,ivIdy/+ٔ-Wy0j7'Hrc ۂ[v5=#$ x39 ^^)#d[aM6q -b2!`nW\@#bqXLX,.51&$VF\|IBlDZе;.S<$"?fP~8D\I]U؋|o:ԝUU9;#3w`D""qcA%"‰ uDR ɐ /""%RD"   is_^ϫϋZs^{c}=gX+V6 +ZUj'UuBZ\ճ ӖT}YAڪU'ؾEnIS.abV},4j2f%JZhTmy _(H +s|ЯddPwí]ݓB]y=/9@hpr#u$'H@r+UxKt(,Wg5 ؔUõmNr>N@ 9.tE=ɍ?f%>ηmCr4XD˖ T3x{#lFmߦvGbFzFZ#ʝT'졹Ak -pqRZz}ڡ3Q:_[6וݵX){Nsck~gJdgԑ̧lVȽV*ҶE>Uי22Ϣ};vµoQVG{S0ecjt4ډfB-[z?AbV>F }7W_]Zk0:isn YJ٬:,9=ߙĘty =v==ά 9ÝZ>z|:[Fc:df"3>z?iH"7au+;]V߆4fe~01OxUo]{E˱+ҷ^|9̷|!Ʒ^Cv~xOЛco[zꭏz=[_-|y[ [?-o[֓!o[xk!vײ 4a n񪄏ʉ7<: CFiwt7QVrm恱P^NF?*==g:Aͷs P*f`19zw -n(w3c/9? ,2ڼ63wg4hkOgHY5`ˋ"e׀PjoJAw#ͧ4YWwy)G 9 ڶP~?]+(BޔH߃_B5{ˊ g9L)5Nw} >-1~%>67߹oiGK8B|$ms༁~45wß ˯:7Ar$opz7ߐ]f57f+,F 88#y7,wIӽI1%B Sɽ__=2G<~|7p76#KAKhU5{" /02ηyd 3#.l|Iqha$囎{(-f^|H/5XG${tW?±%76$̚S .,8̗-I3}s6)r+ޔrmZU~%r֬+8vv~OkG~݌|]ZrǮ#@9QJ1U8VjI]e f_+L6+awkE|4 6a=:̣Y;Bm;vto@0{crf//Xˎ0ΑHK=arĖe z3{7e5C7kѣ/O#Q%27e<ɞ7qgA $/cuFʮkv5 g!ߍu*O4:$ mO9(6<]6vNӆ'}8Ne:̑ڏ/k`leeBc9ɚHb^Tb9va]'˺s iډrzZK}ghuaqȝO.}sc:.-t˨ӎmwviʽΊ|<#{lɱvr|rψ1쩠).Ab>|Ja2.˳/^w=ҳ3kK\xE3`{l/phCڃ0g;ŽL\w<=_XWYF5g !;qs@ N aCNh<[&l6t0Yz89KdV-h,圐弔,d9{eo N_S36<:'}'lXBoosG7~@_N%J_ȉw!rR uпs +t+UrߊОZꁱ9s'jp4*$cI#|{-GV$ABrɳpFv%~DtEˎ(8$U4GbA_`H^o}H +)ӆW&x3|4| :1r"\Bpkڡ a$Oܽ'D)?E>Iss3Oç +ӿxtkGwf]ۀDwýF_,yqG ͻ-.4kE(U!#-"Q_.e,p E27A:Pux5`7) p1K"7]dC*qcC|/7µxoaZ +gG?@$C -HMs>?7im{6/ w./v V?A;'];XeW ѿyEwwB3-=_IQχϠTt;~Iz(m2xW+7~ӳ-{{< ~DZUG&'< ^'Rx 0gwTyV>?0\j>gf/iZ~3̥wkzfuxr;gxzn2vfM,v>4{itH؃ME33Gӗ(Iu} +jNQ6xdp/g]:qяxll7R(fpH{ʣQ{vDm>~#gn$;h=IFt=ݼVyvf} t<\Gjj>E~xbAQW#M |3|-< + Ow[""qg2'7sZoys[z-e߯-:oGeϴ.vKgCwR +%8h1~q|/?-=^WcGAk Ok+5Tn"PrB PyL=UjժB֧ZЫZyUZzU R?Uc M$j4\WҪUBkC^h-OБPO=೒UId+!-]K'{&}!/:9(Lx(%L_/DoRrJWxzYxA[xAr!s"n$AGE6ORN-"]q}!e$rkS1Z 'JIIP6"/MI<*=շy$}Jh׃z!ӺE/5T9GRrMW*&4:U'~zt !"_ZZ.xz@k%o6H:Ahۅ#ӺUo\HT:!NN79Op^Pgp7e}i+"xdccaRǰ0A/ѝ,y"SOi;(;SsV]+k +*}郤G|QyTLL;+lʹKe:Et\(u6rSZ6S}Tf%պBwвLjI m,2F;J5e&˵aq_鵥^_qܯdCYP~HNB]KӹBvRI~鱩r~7@lrz=XʴnfJG re饩:{ҫRH:UhZ E0}6\J56"? Y}1IJh-ۅ#ӺE/S}d%reLmf(;22ZM +qR'Ylxf^,L): awlz[HR_fgf~Pr\U^̩9 azJ߭Sm[iZZ(H;Uw.T*ԩWu_":PBINVOz@aRf\TIa:N߭#3,i%%U'z 0]Mu6s+քiKjl]B{ô%13煚,ո55yBq5]5)\PG(|zI& &xa!5?5T9V #NM/I #4,4yzl꘤'|SM:[3Dҁa5#)4FhXHig KzE^ZG(^U3^ҁ鳒E>FhXHi{L,4MhB֬Y%4YhL9B 5k6lQf_#BoԜ9[(צ_~^ w3gW&Us]ѭEWo௴1%rJN{c-q|9_D~D + +5q~]{_N%C%47LMNɂ-eNgY T [w{3 ˵-Hw=Bñ8~q|/?-x85SM:NGST:;xg3Ys69۝=Asit]vw}7pkݑn[NvgsErwtY)tt LL̊̏,<Y9999:y^{Cxo7[-Vy fo;.Dh^(%#+Z]]]=== bFqoYk?/;] v%+}{{$t̏m%eϖR4`%rR_W=|>X}cD'w'1!?QИ"Q~RM\JGcFIM 7nDYrk}KiiUK;zO[Ж<[h' $O4U@&PP_̝ W?AK咿R +| 5oeH5ln=~/c :B=*eǤ reRzWeWHZ!i՚/&NһnHu G徧$$ :)%g'QxbZb&_mĄ棉ꘖz\|C9HyI +jVnVg+utH5IKe\*;]MRA^E6xA++;g?BPvRVZ'de5_-uk~PͫhW뷢CEg,#HH +Tѵ{⤠n=N+zVJ-kAf 9MЖDCbMEġIJSę푬9rdfiex#1UG#JLdbnBL {ʎ lN cJz;I'0DqZXFDWD<сmKa a9ϗ7aWOﬞPu]l}ep.?>]m+7ϚE2E\ӕ?҄KJ/yoМ^"B+BU!鿵!֐vn:ؾ:bz:g[PcH%&Hh%FPG.BV)H+CKr\öWiPH!i=aR1*źȸE9E2E+*lIӱgrrR_͟b7?o_մ+DLǂ7 +\pCAӥংk_5 +.a +Xhl%2yJ)'v+()^6lHHLшwT6N$ѽZJ=|eo)wYDz.½6HC"ύғOY2ً˪e»Pg% }ouY1;ҶvpۆV~DUt,]~Gܮ4ooRn{ZJR{IJ nU:_{]:2kԳ;J÷v2ž:&jZ;PcJw F?w@1!9OZDB6㕞j\kq&8Y j^;A%+V JιWSBKց7>k;뿒B3@E:VdZ"9%2=8W2KVh.WDzᒩBCKfgټdrJXJKIGTbKN#tWO%G.pWiӽ "\.\< "**"""""O*"Nd8dCN99b9PHfVfjhI9Wȷz}:묵>̆R\g,Dːnx˂ ,Vl+ -AAL7J..Y44Xۡ O!!YJG/j^ 5o_;Zb/Mz+lip4hGo<Ú WVEYAnx_DNW\\x< q:FBq(1OcHaٱ{ ipK_wxG< h?Hnb'!бУ\`V9ӬفO r US|F^'ӕal)XR>x?Ajˆ4m(9Ki ki֟4Q]#ˤ1! x.|ns.R.;sx\~+)8 !팭Vbلdn+==C9@!k,le+* D")K홭s1 [TU3Jg,UUYA׵x:ȶ(-xe͏$E)1?˚:66vg5q\VȼApwmgH58Q$5vs_WtQPJQ`]h[n69)FilBATrlf%Xslۦ!I06FLElY$%cbbbBA}D/H[ii6?֜ӦX) rd!Y/߶ $=2e5ԿД(5%f5ڂLH֍mMcs1y|M^Hln| b +Ic;bA5j޳ )UjTa\E di$uOS Z?%FNdmGɯsRMc'4ha8sMFXo<͚d]wF/i5?ѯz%$`Z֞$nu@|44.mNNc-4K_ <Ą<7m /gMvH9Zo}@M!"o}#ٞgm}Ĺs6.{pq?wX>/"2_!B/ Np])40Ebbb@66l4lKģL`56KKƣL`1d rm2A=/)_C2[/`!`y 29;$~~R_&KCg8}Y,IrrQ@&=w/KD'C[崥~LIofCY2YN8$=>K倾LI ,K>(3z_e#(2RJ2%+ՕZ! BI&5ѝNOG.Xzu{,OB.X,κ\K.x8ra.MD! ,AútIoA$yCҁﷸdQU gнg~R-Npbpڛ3ڛ2|T57U`]M2@S)\B¼GLamy)2APSs LI;,LqI(#T&䐴Uyy;,VZF&qX$rUL6 +WsB&!i: $LOOOO,|$ID0|_%.PSZ*OU}ʛҪ|z*x,* #` S5U3>ƨjj͘UU*W%:3$U +cL[ƴzLCb: E-Yԋ&Y}nhg`X eMp\l[bؖ(cbUfo.YЌXoj+VXƪ֏OTHK ڤχ[OX_???Im+ Fw;p/kBTy<V奂5BVi^'nV*D8Ta90"U*FB'U'*QՅqWW2*Ute<źb]U@N1 E~$1j1D a4b1ъf^#)a|h11X${1z,\9f<8R`J5tq5Ŀz R)5^J!}P31uѺyi5Z_ 6B8hk#1xmHVmпFTfiGu,ĤӴAZ]4FjA.@[ہhhjZgp^DK 8ARo1:6FT(A%0TjIT]z6TD 09R$\w'GKƿWQ_F;29bٲD g=hYN:"vWVNB =~ _r]D؂KdMr8Ռ}8E" ⋈CJAC+B GPB +%4#v0?tT嗙*f=I rWJ5FLlb6Taz_+)\9Vu+r [)B8𴚖b^lS6~ӟAX_QD3qWtHFD(#Iq[)q`+'ܑJ#if蔄lQ~jhDr i|IdB-$|51*u[IOqf=_'9Mx z hxߦR{HC}RA=H6)rHGxXzq'?^%ͻ;'N~N4%2<ȸD/pwbg-֠@[p8djIM<U(>5yXMFb2p>:7;# +4zɚ{p A?CB`p_`~`!qɗʾ&_'{ B+,#reh*Uن4ʾ"كȊcpe<  k~B<9sa=Zb{w{RW_@/ +i!DapV.jknL1~x3]WǽjWLCE9DPB63Q{+ cJq9'yfy%Tye䷨T3O'ga&KInOr/1si5@*ŝhl+ołO"tþbxw,/1|{ ShGȧVl9co0nT0(ܦ}XE8PDV@DE-HfyG{\=]q +eRIVeY 'pZz^y +đ}E(swq@5!IG9Mxɸ3'ďRdr)[asI?W~yV+`)DΤkƃYLJ\ł+}ܶJHOqsR =H?ʊ5$cy?pf4 R", +ʅ3y Pëv$xBVUAmD{&Sͬ^Wa%YAor? k|G$^ +y'^/>Q&(.R~BOeT{E8Ʉh.iܑ4 |2k!?ކB\(RB;n-O~ROQgAmzsVf1jӄC(3c@x۸.t1s!X|$y{,b!yDJq ^ϚB|8ߘ֩b܍VQ̷b'ϝ+Dt@ fR)úR[ 5H itvzjmV)R{.Q{.Ug++L'|Ud+a5ay4Y3=9-1)rXDRWpV/B|o-x +=Þxu.p:B8\'Oѷ 8]TR~#r$!0liV1wWSoJ-ʉvNPdN't]x7p(g;LȦ3q@+b9ǹS-(;/~Q>M@Oeo1ƆMuOV W 8/m +=70\`rqFma ktUSa X9tgME_DŽ2(kO-#k<֯xDQ':;h)~PcXO^~7:ZH\{S1ϋ=A|us )΄pO?ޙ7~"h oL>l'6`e@$\5iS S'EmZCKxs ąT9@9NyյF橀=b~ڥm%c'O"=7ޙԸ8ߡ/6=UPY'pA{'=i/&uz ?2q&*`<#[+O=y +{+l$Sҩfn#jln` Av"820+'ѷTCH\#aae wsK2g$~ *O2`$_/WxS[Cj擤4I4 e ,~,D_oo_nč=w(Og3#=rLR!i''=+2 SL'$"#6ıTHF}0O,="x);c=;Iu,ZhHNH ģN!r9ҟ'KX:4$Y HoEї|ONyor{p~Oƫ7Z]DJ0Tj=q~S3P=^C'QҸAX1K + *ViS􅄁8 y6F%84~%<ĽI*giBaeK9ڵZSaP -R*x[H.JV`srU"h&h C̤{dҙL6VHO+S>u.u]nxePn*G~s.ϱ{,tlYkߞA ^&yZۥQLA5C'.1hp̌`w NNIRef$ j\Qi }r.)&NwiB'!}nmegg5oԨa?sXQ(kxfo4z)CQYJg +6KqR\FT]`ԨQwlk\%GKQe#?J~';۾r&>>}͗z>1 oU +ѳ#.n;ֹcjԧxؽ3#[-n0}v}SOv<g^/2?}Ӎ܊36~{k~Y֬<-Ssv^}ԩFDdz&6"y;g'aC{ᇥ"GgCGDg nJv:(y3aw/>8ytf8EQ:+1~^B{i^^}-Ԛo~`*ЋgPje*.T=23I66#e&z)*5iXj^*$NKxshVImc5c˺?kUS}t*?JXt͟z5&oί$^;WxWƝYϒqOÒv:kV?m*'ƭ}:yCrVO +v6y +.1fQ{t:ޏ-&-Xӏۥ{ٓ+*6v8#8(?i1g/pzq'TI}NӼM~+>{Dsu?廩׶2;֏#oɑ#ފXOzt{]o㇓6!q񕺠d8З88,4$ ـC7ifmf8e=xЦM&8H6gSM}w X4[u֙Yob5 j8 KMR8jH[c5hp,plbIKքi%mzobi3Ӷ܃[針s/1Zv,X?MN:ن7˾5cFrB&&?f/³oO(0+7Soe 쿯Ɂ}.\;zMT:zq+Ρ>l|Tm;m<|~Qs:>͵M5Gz1Պȫo\LE_ts'suh㲧#۳$z4{,yc]X7gNoQv`]5~|=D̶d^2hw缜f{uTt9X_Mz G-R `tPK\ZrGo*7$\ LG[{BvRHem뾹y^~>ݭ/,)QUY^P6v_:69CgG֙7Mî}itj/1I p^s!A9)1j {;<0?Py-piе?64()I9NcEm7//#6DdWU!^%`hL~` OV׃>~ 譽Idקm󝤵_Ff!⹫0]cB7?XɶUFC˝)uSTr2#tR{]"O%HL+{a&|5G.coc.]tgb_v=HYbZlA2e?cSS9ؾX;J@7LcQU!q7޾u|zSuM=/:[>-ԏ|2Zwqv.ofݸi$KstMT4U=lRkZI_v1~p!hϔ=KT%4QװPaevfu2WIz97jeEo#[U?\ֿ ?Э|{05> yP _*{RᢪEUwy!ͽo|= &z?w7=:8=5 k,[^+"~~9154>=ѯ`aKNW:LB!BG86a,;[:2m93.=Oև/t HAG!!QCt '8a{jqËʝ&Qj4ww'Ic@| ̵ + ㍌]Red`T9c~A|X4N1h$=f`3f15%?Ģb\L&rF + > 9 ALdJ (p< KOA[m!Rzo+&0yLi*y&Lӱqbn}/NYw_sJKǦLv 3撔g f?cӜVz镭S,L9b[QYvل/՘ܴu ^gی_zShkeGx&sfE͘ˁnX_k>Ouo/̷~|ܟ8:6xy[<-q:vM7ovFXKo㞎BMy˷v`e[ƨad/}`ׇ2˞:h.>vX6lz[|[8K٥/Mv|>ݎ"Ry}[?9&Ͳq>wRL0f k F~C`fͣg/w-3=viѢUUJ<ʯuޏ۽?z]Z!J 6+g>[OkWe47yŹa~•V)Vwh{ř%v/ p=trvY4WGf * +8kIJe #Aԁw s%  +h"d6A63@5PFhd1m9kU1&+wާĴ^)yw=hW=஬G՚;[O9M蒹wm&+CW>4,[13dCNm毯,^Ĥl ͰI($N}68} )MH 'In"#r !?x͌-L0R$ӖgwT&qJH/І@iŃgD[{E&DLe7LÚw;ksZo{c9'lhF~guŎM^jLESNqyXr{NmeK[D~[g8g + +Ǧ\ii.XaK4՗w<(q9mTuXYt,/w5w;Ezf>ޙɬٌ2nL +J9E+d說!od5za{2:#UE@aCA"h3 +endstream +endobj +769 0 obj +<< +/Length1 356092 +/Filter /FlateDecode +/Length 153861 +>> +stream +x||źmK6e7MlJB EA%jB +D:HXŲYPbr($ A=w{wޙo7cбʂ #Jne9%)+8o=z1yx_3QPX4ǹN\2t܄1||1gx~w}2ƿS+W5'06IeKع0q7Lm]07 +Xf72֌7P_[Us( PG=Hߊtj%+VNv~̘2ѭj-a^zqNJOY%?cuڼ?l}4]?UŦ*ϸNwM#PdikXM}m@eia; QqKS*wR_RylljU[rN=gT‰.Vv2{O+>u1nlGbe,a.û/b/Nz=rڼOw*SfX2VJ+`U%kլJA7 i(4Hay-(1GGˆu?A ZЂF\COWO?? A ZЂǿE ZЂ-hA ZЂߵϙA ZЂ-hA ZЂ-ho-hA ZЂ-hA ZЂ-hA ZЂ SH +UORa:  %,uacȖlJ qK{騮=DDk`N`kǶW_m<@g0xM)7pR+Vԫ#'ލ)|:_ȗe| o[5~g|%js +mV~wr,LY3eyK/:q Ω]W[3kӦN(N0t1KFQTX7ܓ;쌡C8f^=8mVKd94d4uYBwQӗ^ӥG%*8:9*}NN9+0牑D֝HOG$8z: Nng+RV]MҵD8.J8 >^,-o.,@}-|w~mh% ius7nø&n[f +iU5ҲUXVϐ3ju96 -=w7ojYa5i> +>k}էrЗFe%;}4|_ +x iCLHŎaB mC ?KVN6ǧ +R)rv˜i9+.1UeY^=1w镳W6 +h&<@_ [d"#ܗnyS Z@1-*|]j]VeofXh/6^\^SsTk>vSpVYr[|q.Z)h,znL39Z!f g>yCatiI1yCdzPG,UiwU~I@i>S,ptsڦQhPwgamAP>@mn""`0)4\T,;}YuW2#amjvj<o]zJɩMu) BHU" + IDkgL7h 3(ؤՊ/m? qfOA<?\S.z좴ӧL,LVX bhjIv~7MŔj"SKjo QOPSa9̡<Y*o~ 81GY?`"vV`gPgf̦< +` p9GcȻ5rTGaRKqgK$:)JFR%*)VJBR,bKX,řR4JPR̗AyR̕bR̖NZ)jbURTJ1SRLbS"ERLb^)&J1ARIQ*8)J1FRH1Jb)FJ1B") +("_<)K"WaR!P)H1XARH1PRR"K>RdJ[^R"CRt]H"MT)Rt%S +)R$K$]D)"NX)bI-EV),RDJ!EaR"D +F) RIJH`ۥhHqT#R,a)~G)IR|/wR|+7Rk)R|)R|.gRMOHq@R|,GR|(R/{R+;R-[R)>)ސu)^U)^b/K/JKJOKGxR'-R<&ţR<"R<$.)ZxP_R/E>)^)n)KqwJ)v)nV)nf)nb7JqKqJq[ZR+\ˤTK"R\$f)6IqR\ RlbI!=\^{py嵇k.=\^{py嵇k.=\^{").?\py.?\py.?\py.?\py嵇k.o;\vpym.o;<ʹaܙ)1s(u?e0RS@k(,UD+A+DˈRJ-&ZD3yFD (d>Q<R!h.zDuP-jfUU$ASjT)DDD&y&M OTFTJ4h,D%DbP1H}hQ^*G +(o8RaDg !D DSeDYD}LTQO D݉uӉҨT"7QErd$";Q?q,((ޟ8GK"9g!$gQ8Q噉BB(Dd$2JAzBHGS'bv6-/DGPϔ:LяDA?'I}O}Ko}My__}A9g7J}JRD)c!DG!RqAo&$G7^'zU +yh/9_&zE(y,3DO!z"DLj%#D=D"D$SA-D>%nDwcq^;AyFt+-D7DFz(Zk]MԕDW]NyQ-]By[.&h3&RDOh? +t?f\:9Dgc& c3h _M"Z叩+-#ZJh1UI菩-P|yDsPzԲ:*^KTCD*f͠NOM#JBUWЃʉ&Ss'уTD D6oO緉=o[Q~R#Fo[ *6 +u| * ' GϠP4h* uhZN~D~kOP_[Ebof =2DݩnD]҉V1JDn ʜT(%%ىxe(o %!EEQ+3((("J"@zԑS%R8GrEV;E8~> +~0|??'}w7ABߑ,boOsx fxc_x u3{2|/wυu<>Lxَ=({xcag: [x8l㡰%]@+ #o'vZpy^*=Վkkwwnn3r +eno3s}uעkPVu5|WWW%oKXšvlͱ)yj\5DZ86y]]]}׼ה9k5DBW{WyھʻһܻbrCV]}WԶtR|R^YԲԹT []]}-*]ԴȷH7ķh"-⡭w,=[.6n_]P7; 3[}.[[3[S静3;ctﴜ)ީۧx+rʽ?)g׻}wBNw2︜ޱ)^3[}wDNgI$gj 0;cۿgmW"J?./LXpqJ޳(2㾍E{.bXg#;fbƹY:bE1<2~70;9gRMcE\qM(i5%>ST?ߗ6A|zʦ w/~/gXۼ%'mے*J|MB{25(2p5_װ҉EfYǙ97cէW!IOX23/оKE2Cx%HZeQhb\ۥo<ەsY88hk5j,`X,K%bLX, <`.0fu@-PT* Ӏ(&/0ʀR`0JQ@10@ C  l/2@/'݀@:n H$$ @<1 +`" @(#`nx;>U@8X ǀ_g0#p'{;[ 5wK s3o_O~c#C}=]m-M`:* +xx xxxxxxx<< <vN`Zpp/pp7  pp;pp+p p3p  +\ \\ \\\\ +\l..6 f|`#8 ocsϱ9?csϱ9?/ppgqpgqpgqpgqpgqpgqpgqpg9?{cs}ϱ9>{>ínŋ;]̄Ϝ3Xe'[R6-fM6}6ʶٝǞ`ϳ}k[E3~`@>2uvK7'ijbZpuxɏ+"lJ|o;N26MetVɪV`d6-R 7uHDMZEl [ʖzq %Kr|`+*v[>kYWk:MI&zv.;.]6a/bVo>!_K.gW+XײN^a7fDܨ){eƨшqưc=\ߩ4~;Fk-. +TbY`EzDR-45'Q +ǽG巼r<42j)NN_ɮ bTԍ쿡#vn\ܡ)vv7Ί^v6s>lۉ|=Z5oʿ#wxvX!8iė< +G'SH(J=Þ {^aO#W|W 6z}cU, Ǐac3،vY ~}yau$qmO Gr }llg4pcnnqj.V_)2#ư*y台pRb`~1^pQw<SLLu?߰Y^;sq;=ѱ>:5( G,>@Vǖ`w?_5lnP'!ף77܌Ľ{33f>YjE(F[5}@vvaJ~.7`05oڤg"\})ce;wR>%1n+IQY&LM;٨ d60KICa()*96&j<>?Gu G/W C妪WКcxRdEgXcM(kXi6$:bbccgw1d`􇲷Ĩ{,)}efOlmb#2#L/v+VOJjVXXh>{hlbN5*$̤#bԧFcIBſu ྒྷ2X}nI~?\Cc٪~eLR}8v ,ҎI"-i5Xjه=^Ql[%]tiST_oM}\$ez=eKMn3N:1fPoczAû PG yvI}X]꭮.û a_ίqжmf ^z~wz]֟g][aаأɹJrV1[ά>YJVV޿8gܾy`ɱGZk]r!( (ؓ!@B\8bl)ZoJW<}`]ш G I 6s{̜gt 7ɮDWR ?.eIr%]QV#5e+Ϻ&;ŝb&5 V/XQљ "QyBB9Ԏ"j u[cGi6?ͻ-u*z*M/mN3Vxko=ojs#d +M<g3$nH8^/X?5 ,WP>ٰZ ̐18!3Eg C ZΆu}DC9rPcM v#t.j3-#=~/(]k9|fbuN}myEށPuSbJNK:YWS0}bJɎj[1*1UD%Dmh_}ytչg]wZVnmݥVK$lɋJ2`p%@0!$dN&ɜN`&$!/fxsB™֩${/VU%K&V).J臈1LAČ.;Vf(YFFB`p݇n{~^WYÒIL#_-J^ۉwpɚ;.U!]ZJZ ͧlJʆlHql9\ju&%e ʤlVz1΀!>C@"$S7ALx:#˚8Z-P)i(S+|.M $F* y:ӾiC"o=_oEMIS X,@M]k6=L.+cucj83FᅿvKɍ (LkT  r5Tߪ48إק6nԀȡ( +SC Xf!s3 4} z{4 Oߺ2֕,(֥P;vx}bLrݣ( ߉Ч~Kg{hl`/Oa{ʌimOym],{:@Z!+"VdZcXL +)b\ +tm-賦m_jHU` +HK{'Ҽ +jzM[anX'i|۞6|,h4ǔ6#?ұ2k٬x3yկvVߒO)Q;hU L׵o[ŝjX3'>7uJCiDMJ7̗3ņ]N7ឤs4|G'>V:=(e0Z^إ道ꊪ|A:ـ9c&ttQ Ds #;Σsu|>N74:Mu2sP}a{# "J_p(L +:sxߵj/sڭ;U DtVb!_Ԫ>$vi RR{ Ш2J N@m d9B?!)`Hުc?jQ+k`jE=0\A t8 P:ig9]ebD[qommo0r(;͕״c9ȨmG5.&P@EƎ_x!4Bc6{+x8#-};A% [| +9cM +<# d]~}cÓ#߾u25ҢUjA}شu7ž7uh +VPWV mnE28ܴ.SDiz`I_҇F{1SvkvI3zۚ4pDj1 $[.0-Hgcw +;y,9y_xoA+N$Tp d"B..cNEd/H|PkߺBI6;!Q]-GC*P9ƞ)VrάԄ 3H +JO%]m,4"]Av ύ[vK/ߚnё޽R=D$ cۇ"|FCOsXFot~_/8tle&3A+0oj^'y#vN =5;jmNc;Z"2ybj~j~̛EnԐCrzsAAYBE0l r p"-\)ͳ3o +Kxp^eƔ.3`ٕm9j5NӔTb+cua4o=1=wS7`1otUI+$ijDtQgj 0eT4aꢝ5#LXYPrTs7ng.s$;CVz4Ltn/ȔJLۓ-5vNf&gP` `& +Xayy{ ݸƝGXYЕPai% NKYHZ4 ojsݔ&G/31 +3u +Rnb݊jD<,gyt2LQp[gS vO1Fܺ3 ݏxX0©9wC@|KqΎm{#=X$4i+ ^,XmHwHI%V$t{@;i9Df6X &(&(&え7DZ))RRC5h+&yw0G)2S'ZxgЫI$.'v_'$R@j)'#~ z;zhbx5ˮUClEƹ{bSOEcZK""[7K"kN0V_m _TjT", ˲07"p`iFMvw`BZEM AkvC Hj ;"Dc5A^ |ˤ՚ #˫FџYeWeS'T]ZplH}%s(/ȽV8p^m*>#u <&}deVDzV1I$xdX& J#C\޷1`bgNι:s cKTi &ϽšεgsNu͝s'7&(aJVq6ҷn̄=ԩOC=[ܱy|w|@U TEPG{->=%|tpϢpzku37\-hI*j|Vӂ ABz"@NPG4%xStrQW_KBX^.DdY|b*7lSu u酕 \mbShbXJPf blL?@ ?mo_mSZ\* B$ڑ*;]LHi6ٱj˼J7 * +9ԏ5N"[,CZ4?M!SȄsJaKy +--DS"0L +"EhR94!ّgRṅ g_;߱l9~Ɋ\M +/ޠNE$΂!nAcx8t\0ra>_1vU^*  +Q VR>)ʃqjyBX4JzS}޸]ǽMeʷٚ"n"*g`\N!D*3זkSJZ:d>DD3O7lHxiiՁgM/P-`o.@ӃG=mܬ0RJ ®=dɾKra0TFf7ڈ+"!8uur PkīuF̎tjSC~مN*K@0P)Musw[빋 .tv ҷ.n78P|.=Z2 rXLd-+;kpj- s)Bp %ɴel176Qr_9} 1&L ۙNG(Hos;nP-e=BkI#b \K{(խ)|HBoܐo5 JFnXo$WIa uY;n<_VD-1C-EF܌yzFa +<!)P&rw ԓ5{12*rԥ>-C +%@.'0_TYD)ivXpb}<_7ٞWઔJ˼"191XJ=NOEʐ }ŋBp6o PP[zm_ZXf}z&K hmWh[z|ևc;pBh)UeX3^- +>zifl,LEW'ܔ!C,b_\ԁ7v3b+lg%f,8m1ZԀmԐaʿh߲ZwvopW;+[_ LHmԿ "ҏ%Hځɤd/%IZb Z=<sU*.!5EF'52&Q,͎<Uw3V6;HX.zRD>b6d6<8o&6hIgHgƥL9m_¥;&$]sGLz& 7j"ػƖhqsk3tVzwƢscnJiؼ]U T?$`O?zAiĺg} `z=V/69Y(؜ WҢDИ/"@3SԳ|'U|J;iI)"FX+V4_=Oo3nQȭC]D\SGp9!3WME?Ic E ;].$}~nZ3N* 1%[`,}dOӇ,څV,X 4a80}8K8ӤAL+0_#uΧ*ROy}=L!FQ4 y͌iR~td˵i!> >I1+ľu6C& }6-!X6ICҴJgYoح@ϪEp&|XY';dפM4v :NjG$YA C"ղ17uw%52,<՘ȃD UK7(nduW]XI-&_ Xend$=L&K$ߑ,gЮOp[F!2@ E, jx5R +ZY +Z糁>_V\ۉVyȹ`w~CшmKu(qUP9},83Z^J_)9֜Rlmyi}(ȣGܧGG+h4=r8<~-]ϓRoTD/mVZ ++[`sHͿaӿ2Ϗtnʰrd<=wt+2hPh=]@Z7Z/p֬-4BOp|^PTsJ *k}ZQ _wcRiM_ ]!L ĝGaWoڊ=`FI>c'u,$`*KqBZH-';%-PjJ;4TpB[zX= Vqq~7T6w|=;tsl;7]7 +࿻'G9{;Vvq|cO@=t%=-Ւ%[S8FA*QZ]gtXg-̏k]ob,VIT&Spj-Ň mpoe6^Qz[NnKX~{ ZlķP8sx $$Id$hMX| 3eģEU3X#*&,]˙$:P/tUZ E(TJ:3m]՞{uWK83T*qWCqTUz"n#x dgjӣщ{G7JK"d/yi?l5KYi[?dn|nznnn:԰ ][ +i m;7wc~7HOd9uR~䁸e9o*F;5^1+Iޒtuڡ{K'33RhMq(7l,Sǧ"\W + +wQ+Ttc1am(Nm.q0Df˸nS=km}zv4iMVVkpUi33x[C s&jO [cߞ$,Mi߿o6 q/Qܶ4ԆS橙܋}Jc'dmT"7pt#EX3& 7ph xQ)v*04/"VysɩAgdg=pMo(u*J$*h3j4̩l)%Out]۶v  +80t΁+~@Aᔄ ) +RVȞp5h\.%9Ns-p gNt5уk/uo瘖z2/b/V<*nl l/:;x]iwEIę(kP^HF_黰ySqO,eCO7;>m߮ƅYjnl,dȈBHă^zTjYNENj(l(p$i+)KXgڍвɮ0$4 a >Eub]_fCD@4&AJсV?i"0_WB_/λIL|IDI-ٖؤY`rtL%!_؇)$Ftжw۸uQ1@O;q)g,Snׇ_qyIV㛒\E3ͺamɛqpfI3AGmsphDb"uKs`kCA1$12V?4iۮ$^K[0?+J_'pd EHfQIf{6GdjIu0Z:n=uf'a/!M>258Q`]Pe؉@[f L-ۏv[#`ܵ]١̂:EeE~h"&gdM6-nT9;.J)H ]Nyf'Eͨ iSPi&c װ%X/ùhH8ur XE8"*"&dDT߇=7p_v~>=-;uOøc}\ L:3D!*X2h9P>~y,pnrV +U16?{ڿ@Ul*&v43eP!יoG [Sp|ZqMVeqXŕUDcE#b}29Ɂ"o`*KdTQ95Α^^#>2D*.J:AAmˋtjOYFg:O1&5*ƾh+y*Ԟ2}LJΜjlэ=7?e1HQO> yH ׉LxvH5}naeJmM/v7Fᦵ3*mݥhɺFBbɥ)وh'WCOĨX:iE)fuiRi]i&^1khӐ"^ Kkmb#5DxL47O4x\}<,+@S?E Dxmc3% 'Cy4tNZк+KD s]MQ~&?|JI=;4wj莙MMZ.Mؚ +)[љưl9c-āx (X !YHF_4bfZ!~iL}#rPQqt4CIF߭"I|dSwiX\,ݜ+nt}NFtC9YϥCj[ѣ)dCgSޗu}M]yw$Mxە 4,ɶYII%KBڴ@iiP茡)Ӧ,BB; ~@ܫq~OO~{lW׵#vUt5-OW7uBYb:ކXq,6hOckܧ^}n*>+43ؤlJ}>e$饇XDRD,ݱYgY-9Z5JƲwp`RTIטKpx\MOפei24]]),S`˛;Q6 *\r4q]BwѤD&iiFq.1٫; ^OA!o-I7uӖwܲaQ0C^K9uE vɫ,u=ake%gdR䋣v;YV\bmlC vDOOϯh#C7qRhW3f]>s$jEڿGU);) ɔ2eToPѨJڴ9uw5gJd$/vyi:]=3C5-=9":KPe iM5'M'kN.~p=UW)=1Fیě9o>L+={B"SH9EZ~V6{H PNl\"!-C#k +[ z?Usae9OV鳈poJ^oȿA%L|2mmTN,7hɖd3ؕ^t|~X;*m?K6Xo4rޗ6 }t7p^&;7l#PE~G@J^ Ȍ j|fk[R~֩GG +Lѫ2Jom.n+ +}E,ϔ[~[cAm5k +z{s]5esMV!O3$TgQ+[cj5+OխN/ʪk2/ZT$WxwnJId-[rΔNa׵5a_F|j&q٧OH(Y0n-뫖G!Buknl0I^ekk_oŻR~ F*'SOL;^GD㏼GsA7Yr<͋+t_(䆼lQ<\_Zg/)וu*D񚢢"{“,Q+IiȊZ~N"-}Hѿj_N#w&ᶙu- p,'4jhs: 3mþ˞F,?dbeRNoP64nInYYN-ZsYFڂ\m V_eaXi tLyĞ]Vvڗ@5рf-e e% :zC?5&1a~ɄY[xswOV)jM݆{j3}ܻ̆a%/G\^4hb^s%~mt h64jz +wRm}[Ot<ξPg*9d%X&2}DRBVqĵ2^㡀X,\+oyCƒ#&l*<,R%_2,Qܺ]KJyA}$'~u6E"IB)]WW|J*{B*-((H,Y DzH2˳`3Tw:*.]QknPRj'k3_T49gÏx),vTVtV_&RJx'W^> I59Ne%Vg.HWNH( "'ZJyXb2ddNpQjL#9q|FZKt"A|QZJߪ lAZڎoIDdF/.O/>Lyxn@~G29^}k[u1yjkV}H8r/wWM*𮼼"#c3v<=8 K+cOV'OܓJa +2* ,[εWjsuq%WEӤO2trȟJZmdUVz% [PV0I܄'ْ3Zc %~8C+_h}L+mw) ٦|KWdf*jSyaAeZSYPXnRscR@%Q#Æ|aY5WZr5\ a<^c/xBz5ϩW/4$yU\,1eK>0dd MVI$K-~0RzVbi>k$d=!$Ca,UK6r $2G#S1_}Y[.wuKekj틸ݑ}>eM5l +n@ρ[-;vf8J֬W;o?0/$j/ 7R;8"㝴#FӯkީƆ*3S>e?_W+I[Tw7iiquko8(~;VH>}uM \}SS=w^\|/oR$P-[cc+pV}'j]uuM^ ZTBᗴPXZ"|S0,}Wᜬ%p_˸)GHYYs" -c{GG .5/h4D{,Xlmm_Qs3Ӕsj`49Ni4gY('ٹ4:goEJW32 O꿟 ,DgPuzGcz"u_:V@~qn+Af=$|hlOSqP*>Z. TK2PL?/W*530+/+ҕ`zZݹ-")Ưš$xcePRƠT6eP~wˡ^)*.JP} ~2*3lW}n?pvg +X?٠h6|BcL6ޕDhj+)H64)HA +Rzŗ )HA +R7 )HA +R )HA +R )HA +R_pH_%yplElG܊SK/,8 `+b;VĽ]O󀍜ϯ["E<SE8ظ༥g-]lY`+b;VĽ,{.>O49[9[9[9[9[9[9[9#"7B2_SK?v`Dv`Dv`Dv`Dv`Dv`Dv`Dv`Dv`D****j[bYl5f,Vj[C\c&L8p30f⨠1cc&|q駀^\~;K># #ɣ `+b;VĽZz(!w +dq\=bw +-OS"lElG܊bp(Xm@s6.8o闀@ylElG܊l[)yz*I)k%$MvZ(KI쟅,FN̲ +eEB(UF~@( ](k$dA#5ʷ>ML#>E52Q'%DiPBY@#'\PV$+"٦ e51:2XsDžd~D(ri? p25(! +egVf~fegV%0?"YYYYf(?Cx@H=if%."$uP + b'x'vA|siRel5|'p-r p&8Zz5 +cAm]U O68\NBO@G)QB{EADʍ^~ +6~ЉzNj׵ރ2 2݈yA#0 ыAG@ / :/ZЂiq ^8RN"07eB_P{'O1E.ԏR~|#‹61_1+)+XPL'(h釚ixSq [f”Tiu1b^31),~v)'ZD1wùnb44r؋~ +4bL0`ic0'0&p,B(91GhNKy\v]&1Vʕ՚+*d-^##(ӍH 3''ƨi沈ރgդF1# h"eubVP@2`lr؅|^̟I PKB&u)D~+h<3/hTH=<E[0v^nCPt#;1ك#-dڍbG,"`f"fF6+ѧaaɵ,s'|6'XŞ>zmb ^;6ٝFΕ4O. >+.kmBPK-l ÍsU-eL*6̬b(6>q +c C)}8_=G(".oªb +;g:q6+ Ym8&j8'X pEӨ:zh#vVy˲Z"y'u|2"0ͷB5lufxv_kH",, <,6j0 +.,1˫avb8I|_>"!'NzW]Zۏ&Ι^\17[(&vF^yt-D/o]wݢ^5Xg"16".L<$dH_>̷i=x*eXbX+D<Aɹt^Mᙕ3MrN=1~~qg(.g< Sq +#rn@$NgUqIܟJcJr0,V+ϹΫD4>YG]} o}8kQWYvAMP +׫0Rp-81CpǸ9=!EvPF7pEJ -PiGA&oZ=D0'2MǠYU?J5 g'\ȏO`y(gir<;AA<[sFQ~̴Bz:5킭gpƈ7}Ї #9 Wp]h(z[vVHu5ԫ]P {cs f8%n^S1:܉3N<Xѫ6!cmHՁ2i/f'1 Gc5"^"DJPwO^1WL_j_C1d߼q}${>7շ𛽮P P0rFxwr*'4q}gzc{~й7Ż!ڂJ;P)0036 D>;>^4ʇѐSu!=!>27^7cvAjp{"N/lt!/8aNio/?LxCOR@LCK{Ba;'

g(WkDkh>4o[\ 9ݞigh7CIxV` .3\ Q{C@d* O@^ LD  +J>/$f౽|R(BVSG w{AH`` W]@O'F"n|/Z%# +& TJ!QWFqhQgnJlz._r?}bVn@-Ep$u`֢,^}%!s܁9/t'{\@h! (P3)͔L(Kċd;I?*Oho* 0F +1!<~w7q{@h-˜R Ŵ>@٬<4x}G/P7k/``Cw'ԕI^?Bv < +R<!h8 6S М`Nq@-[ArIp8xg,c0RPq4dqXYZn6!ݨeɦBl ؉6:{'A)z ǽ*ByYС=*9R_>eSȃp^EI郇ޚߣr;=Hs&*S<D8*N9p [F/HJPr +ES21%gJ!' +C##<A͸|2/r*߯Rs*W: C Q95 ^P\C/:z^5f%߈Vp1Sx^X QQݣݓGMpj?~R)A)Өs1'c49$hI }_|h?L>N^"?!y\6j,!7!2B~fIt 62C}0{Y"'7Oc.AD"IAB6|?'uO5<L~j!>, ]N_D~" + .gأDlC܀z]7\Aq>ijG|?# +EG5[ s]oEA|!߃g43kA<"~iw*/"~ [!KHJ8qJu 1;} t @d1,bd3""O ?"O8p&;uɟIpYRpnO#Lz a$a a¢% ˺ ƃȿcq^8u(t:Q?+MwX073V4ݒ0pj,Fr 1'*YMEK*cѹ_-1~/0YcwB<6w sncݸYMG.;ܷ'PNFo'yz/֧/ˁ{:Tf@$I0f 1 n{ƸgIESBmt-9q_ 4ooZVwL pW_xpor yRwY>}T7r;}@3s *uto.~~Gڸ_/1O>6:P^Ux=ޔwp>|3 (-z&fm∸lxhoT7^2ZF?#c8q<<%==u<=ɞ!ٞ% =r< /x3'|4f U+*bY $+cZVu6H]dO3M1')r;LgT*9*CmRYꌺBbCBB  +1%BG z&F + K>,-lXXz؜MaYagn‡ ~&FH>"-bXDzĜMYg"nDȸȄȺ#"EGΉ̈y&FJ>*-jXTzԜMQYQgnD躘͎'ٳATĪH="@hmd?<ȞdBAv {LG2AvZq|-ds=,?)+$Q+?ٟV,rܫv>i9HJ{Y_]%hUhW RAv@Z ;hTUfMh;6"Kv5<_s&Ώ bnMWzc`̄2a l9'P1yF3Қh9Qsniy%7iޥ+\]њu\KsCͭ5w<@>u}ꙚB܁׈ Ճ9l<~-o`y nJL$~aڏܸ Lh]̯1_sA?A:L92`lmGLvk_}Iss4Ȯh;nÃl +Â9lT6*Avo *h'WT.y>^=wQv#zDh>Yo )ӂKҫƁ-k~'=:YrAls狁yU:tvwy;+Ek.w׬=;4׹ݫkyj6ݵ7S(γzh?C4]ӴwOyH ܳP1fz{i-{i{iuS1nܣ>4ٷ`_N 7 * +nd ,9J|s?|) o\z ktt3Az 1s)^A {Q}*bK5>ȱ/xhINT.4Gjq~DY:k>3DZGfBm5?jW#Q{F`V~^%Ϗt=ҋjލjZ9}U )]ϽtGuKu01I오{49_p&j@?yk}!0RMco^?-&./d٥w3Kf*vV] X=;ОU'P9{/+О;"G}d/ <4/%򥯶ٛqog~[^'ȮAv}=;h/L7 @wqjmwvyŁvFj]ݙ@;Y:Ȯh/A@{ +Sګ@{MӂA {T.6nh7rw}k ;5Gp~P??6 +,T^2.d +Ӄ/Zt9b՘f SSrj*S-O<4;1v8.POPO161gD |><;#evFkr|=q;00ãy4|0a/΋x^׃ ONӢ:ΉWuA4RE񪺬~q6#ʮn0 3֙֙1</>^K@fIfVf+Pfk5͎j)f + +BƋ"bKP% *JB FV!zT= +c1ȯWC* (TOroaEԳYxP5QMjZCj u(U2PU{xXuPJQ)JUPJ4(z^PFQ}ãj5S0Wq5RC!TPh>VC%5NC=AM'D5d5TOSjUէSxZ}>js9<檹P]SY5_͇jZ5"jj1VKRC9uwwzj z:/Mme}ImE/چ1ځ1 cF#UuJ: MyuկWxM]R~^ #_ɚ&qKXss7~?3ooCϽYͱͱcf[Z+ˉFCp}-Co#`,LY0rX[`p3{`u&F{r +K#N$E{=Xq/qg_?T_.ȩXoqo0qgTP.`);FFwu; !v|H=H+3Z+3F+VfVfVdVdVdVdVdVdV4t LȧZϴ""kEhEЊw"SIYS/""_iEkE֊,Ԋ,sb̷Z%ZZ wZeZZZZ""k"k"""sI4S2IUSZMZ""?jE~ҊlՊ٦ٮ٩٥٭^LVfVfVA!aQRd )fʁq I)iY9yȯZKZZߴ"W"kEiEЊ\׊sf2d+cle,%2H3ER;S0f3TRC(ζx^ It]ۢ Ab".8(8*8)N8+ΉU\xmt` \uA$ Z(:WT@Wl]tG/Ɖq!ãǀeF!Qx(j< [t ֵ 2NL$߮qA)iŌb`^y#(#e61F^#ֽs^E 7" >2l12BPýe`zb#p #))PXt1S_{JkZN{)^-4< 1 #Џr+|G>[D,;)bŽƘ>]Lǣ3l<3p#{8Q}.;{f{>ރ>h  C`( a8||$# cc\`9́/`.|+_XX +d2+`%|`5G ?W ϰ ؉>f7쁽`? p18$pκщW2Ww +7&Nc_Wx#*ơDoʛO-y+:o Mށ'|'w=|/~ ?C0?c8?OSa?/_E~_+w~_. .0)-gdu!kZ#u|A֗/%l(_䫲l"kl&jFodNo-Qv)L]dW솯L=e/-ߓ}d_O@9HCP9L/9Rʏh9F~,qr D9INS'rLΖ9 9W~)ɯ|\ EX~+ȥ2C~'32\+r\-ȵr\/7ȍrAn?-'U,r)wr+>_"ȃ<,ȣ<.Oȓ<-ȳl'yW}ɾlf_?MpG8c:s9q:ǜ s9q:Wsɹ\q~w:ל? oM/^om?#(????Ɵןϟ_____?????&]ۧk=DO0,]4N(^Mda{bc8D0ŭ#R:FqX   +FEtif5_-yP)%.f@c1dwS}n6sфB4W^^pv| OXJd=wۻ{7OTQU{D=":=Z+ qJB$JJrSI*>8vyy`WA&yOʭ򨘿bs?CW<`V "Y= +]b,uxam{؛gهPe }~#O<^'x0GtcGOtp("E$LѢ%E)X"ʈjI1+i͘b'036/YyŘWͫ,c<=CY~Cgg{33g< 2Ž%2oIo)[[{ooֽyxުުl:6yx fޗُFFl5o Í?i5Z]VK5cR~+Je'1Ҏc0~.an~Kݍ7s&:xOmm??~wsKJ ' *sɹOYTQwRm-Ek/ܧmf܉cqʳxgٳdj`1l =m1f^3ߌ50 BfaY|,f7K%G8Y,c5e?gmg;Nf{^vdaveqvd aM\C\7Ϳ]18]q0Wc~@žI(IxQՊ/VƗ -//+><NJ$Z+~w ~q W\bX Rc ?eKO<U +B^ d E蹙Yg +EYW@6l`p(x,5}Ml&629xj90sc2LZ370s` 55ݚ֧lY!i> 4(Qq#1v9B ʠ 'Cyc +ӏCE'8Fs`x}Y2З +u{$x=#z<HG_~W8+Қcͳ@^cc!uZ'/q2xiyp0wOR^?2t^cV߅3z4#OntM֬8kJߐ W=+"IxHIxIM"ulu4[Xz.l(ký(b-xܑuZb.a0a0zc5|1'L_Dc F_`1̀oi,f@̀hdb? 0ʟ +؄Nn؆MAœĆ3ey1@O;ܝ$Tu6 [ lg3Έ;"w1"4۟q%r05ޚgδlv/~JgxYl!F~H2<$!/!!M~!? +%?N~(P$(C&kŨĿÙ±X VUdUY-V[לeX*f06³Nbl6-bl%[66{Pc Ȯp<%PxV{_ xF? +ĉ"kqSV{9K n$N•rKq+V N7c\. <.k^e3/* ouo( oMo˘D?'~!nʾ n`_7cW-|V.cc]^>@[8[ oa".c$~MD#7`RTYVOiU] a CCa#$HFFDADYATr "Y 뷟,kD?Ű."K}g租)[u9T!l#d mydhp]p<{xyp<W# tQμN<Oդ|ʼnpk1g6e{c&dt[sLlH8X" 4~*b(1}ak5Z`=XuUpupMpmp]p}pCp#/_ +yw+DR#iHF_WWClBBCKBKC=z2t t0t(lpБбЩЙCΆ> }"t.Upz8#Cp8+ Í&fV6vpppH8DdDEtBHHň܏rН}8k<{;8 [8]dq君٨F!tnRi]wqB1p|s& 2y G3 w}?u=oF7w ]/|w?SO='ⰧyIJ%7 %X|aM0ޘy_(_j05 n!UJq 43y#(_/SWMFN:WYyV] +ʐx h"IPZ቉>'r$LcKʹ9αsZv-6*vk5e|LO')݇}}39P{(hy㟴b im=# 9K+،]XN$Á+e* hk#Sww"OGoFͲZzv.oc9u򓎭z1=ߪtc@vr k1#V 1i<Ϭsf]cW;f 0\DǴ<'_f*Bko󙾘wX39I}v&22<Dm` DfhYE$g8 XyV8v +ϝ#lr8:f|+]$,sQIw9`= Vs&|߽&oO>aaǓ{Ts¼|&ՄWH1);9鬊TQ\W"+Z߃ެZvxmݏ5^h/|{|%sLvjfj&9̬x{=h{ R&S(lOQ9{}ݼfkgϥ<{U yn-QMh+}erK/}y+}Uf*=nFNy>-Flb;7tƼu,Co yJmoY^c};ڝar+Zzֵމ3z~IsXOrV|`W Nto])_9ì)DDgу́_<-T\5x[fmdKj=6g[v9v]]6ˮose79ڜs6\v#s.9ll1\vs.݌m6ڲ[-yfObbXlݖmZ[v;=oۜم6k:Y݉gٝm.6nvWs7ewcbݍ=xXb}XK-^7ż-fa,{!WBޚ*R3$2 i#co'fU+!)9e)xXl'iq޲9hb`[zzߺЁ@=e݁Wx))=RnKd]@v< in }3@d=>d/@}@Cd9> @C@9C,g}a !ys>#@@9C9y@!ǁr܇r 9jVV [l5aM*6PiMTlڣbSMTlbQ2`TLef=eQeMԆR h2ͤy0=r|!r}!r~!r!jC{7ލCU{MB&!4&ƹvzޤt-Xn *+M!AY$P&Qցh6m.R5hcgYʎzloO޲}ImG8Xvԡg;׬>(X'晅:JDZC2X&SK8ʲ*lֺ(NAKTL+(R9>"1!HMDzz՟ Zy2Q/F,|TL +XI!|dG}YR.qOՇ,+)ռo?5<6CFwK=E +p/+>zцRw9C*F5MDpMd2ռ[#M>y{}@Rݼ>) +sh!s7EH(a0Zׇ{2p}4XKdITQ!*h步hd{׏^XsB\޾-{eT %jeU ]*rl7b{ա==Xlg'f_EoOn2׃^ን:6ʪ'~wpu55~JZ$[L߂hרnfeV8>Ьls +&Q +Vb8Dm>IT-.2 Vkt$>_gXmsoຓy$!a| +7V;˲ Zd@Dn}*A9Iqg\Hwz2>DFxo6Dw+ N\|Щthh*ֵ]5f=6^5{Źm}/4^?qfkfXf64lbOXQS ks:x"LøWѵ+P3-}v ?e cWG&c-|a\E^nP!F{殍Tn{0`غb{0ůgl7jOu9S+-b:iWb.u =~G-/ ORJwΉuTJeNO ϲHu*Xn%4|t>:>܏Qzo&l{aNvĖ(!y_XKh۫Hxz%cr $@P + PnI:aIAOKQhW-ȢFpʹB Z1(t0^#D#ЖB+՘=|G$y\O.lO@@76d{i(LXaEz.I[fW2*"zDF`t^!уgDUoezL$h*揉=$QS#>i2:ۦyXVئѳhIFRƭEo䣥V7ϊoZX}0B ?Kf6VW$sf-OJhqtFE>===}>zQ}̌T;IGd9ENr,w|V#<& yR _/ɗ+U|]TJUi*]eLT!VY*)[ETJi\UCTTmUGUT*_uRUUݠQT7^*R}T_OW3]j[ݣf^5Gݧ2zB=jڪԋ%zEBK}PTԗ+F[:StNtGIw]tW}FSߤ{޺H}u?_z;t]O|^oSzެz>ga}\/~GFӧoi;}F^?}v*8JNeSթ8՝\Sөv:NS˰%'չK_3trT5jN PR_-!jZM#vF[4II}GwtM=Dߩgr~Vzm#5y }٥_onN8u:Sɣ_; |z.-F$7-r&r%3r+<(?oy _%yY^W),5AMTd5EMUj*QwGԣjZjڨRs:quBTWԇ#DUeuE]pMnu#]&nn[6nB=Hz'I^=Gߧ'rBԫjF^OL'脜DrD(G;:1s;*#ρj@fY3Ȭd2 FCfc I4f(^&|D>*r\* \.Wȕr\-ȵr\//ߗGc<+??/9J W#H5JݦF1jnWOՃgjzH=֨jZ}j:CYuXQQ)[uZNQ+:]I_+*stuk蚺躺p=BԣmzYz~T/ҋT?i۹G/+Cp,'8Nd8I:laޭpxqqlgEgSH,o7jlt`=}3řVs9N?XA{)<;)- Riq[18TQn +&$o';}y;%v*OGqe9G YcZUWW[c[ӓ8㑰A޹V2#Vc-Lt&Mr +qggF*?fsd9cG먑8mQtZ#z.tow,wts&w;zy۝>HE#4].Aq*v+h(xQ1ysI:sQ%3<#~>]![i$d* +󳖪Eg `-dE8/^ZŊב]a2,jn^SzB>od6[r-zGY[?(b:{;N&e:3|)y[VWUQz&<uS^IYe۱YґdL14bruޥvi4w8BCcuR3s#uwrΟe\u7n:kFb͈F]Iڍ07ͦn%r+U67e?[ӭIݺ4ޭ֧Inۈ&fdYQɜ$9YyǔyT*:*^ǚ +lRjow$:oT8(Q+zs +G_cuë]c2Ϝ]Hw &+dEK_Y<`GB[Qe*r }*-'w}9_D-6z^NsByFs~ongIs)Ǿ.%i&yDnhv-9]Nǟ3?g_SePcDmi4ֱ{8jxnN̐1jm$0k9b~m{BLeydv8s~)g;|v8{=8(1>qa}"aD),[?,q? Qp^8כ/:%j&r+K8Ll VAʧjKm#?lʑIˑG4E}>#ݩT_lS{e->|xŒ-=ͧPxA/ҋ~Lwf/c Ͽ?^ׄu-X)X!,|CfJVE#w5*FFnS`dS)2'4YGT<[{9k_92d Gխ +#cYt^uwкO c{vZטRpʞ#U¢E,.Ne =R_#jWci/{CX?4;Qᡲm6lM_^5)[R6*/JU+Usx9SS7;^؟x,y ~X'Xgclr5x.XľDMqVT&2'I*Cݖ$}G(I*X4d_;㝡&U*5-?G U.r^aFɎQ55X*9XXK܋Cb*SuJT5Vωڱ>>T7/֏e3(VLy! 626FFSXjH-bSb%xƏ'[˶z[}F-Q=n=nHsMO=4G_`1&g39{C9~- +4 'O3_ 7[?qO\2 ?J32 L?+hgckb[2}z4`Bcـ$E񮉑4MxW- XUΈVGZ)8YVk&o7ur %*iAdjBՄl؃:"r:}9:  ;1vb*x+ncV۲ +UPǺ"u߬(eՌPH+s45㌥ g3UըlU=ǜsp) Jw9Pg"ET-4a7bn9WQyu+P%7s!jQuG5nrr,tPw +Nj>>5wsS55}:o.{t{z__p~sry"g9Yu-./]Gw,֋)\-LԾ䲾La[)17s+Uܮܪbn51Z[̭t +BIporono7r;Dm!jٶl;a1ۮm7&̶fcCqlI]V@k-hmZMn4b:t1,+ rLPo(~E27{&E}gfagwk'uU .Ar%E@r,QD@TDT$^*"b(r?N2bϼUS]]]]}sNmaHU +cTmQ=6xLxn6ҧ)왒rzT.CFz&|b\8'SApNeW㳆> Ґ$̸Y0ǓÊj^Mn v5(+FAlclMMqN: M4UD~E'fqoF]?zwѲ/'GJWEg*BwT2=QNL h5qty[<+09ԙ|mÊ-n5 +23< Zos٥Yni/^Z\ٜ>_o!E/oEuHUD[d+QļS5+9>.'#J {qmΎmώ\r쮼1ybv7|o?=˕Lf7νcK(gudѯrwY~퉏3>A\>pbʆvE/Ҥxjo'=w3^_,/gnnCx Ls:|(,L%!%a%%6ϒcETcsܶ-ȭ-C cr>96ϑoBYQ|*BkN4P<- qkXuV/k5ʚ`=d itͥ_1npo +w"+w(rƮ݅cq)!%){97Qn8+vr?r lj\9v !r)R!t\GH9)ĥ|q)򟸔H9I&ť且 ϐK)/Rĥ|R~3Lc^wٱÈJ82?G);Oc߸%/e*jwȽ.W~YGyj'YOYFy5<GO٪j(7sOsw❚ .Z?UƾW\%ѝ.HZci?v\GUft)Iks{.9x&q39'xv8?|uNs~9#7OTã0<#vh4 rSyeFXXCJ곔OFV[ +bBWA!B24EA.Zrђ\U!h Ekj&ST}jDUmjS3Iu檻N׫ݠz~B P&HBRNw$=!;i:d!; mhNt dƲq +"-"h ȏ((((qiȈBF|-dĕ qȈB:S2ss^笏llll  %sn݃%!>͗i r=PeYF 4`ݝXuIC?z$tc0eOPX,‚tO9[÷B;f/CC]}I FDՠ4H ޯAYiyhVh[*5שDmz'O4Fttp-= '7/@'nC>q;O mj8S#M{d5&j*ݫf4 Av}CAz}hh12 +Jֳ@[[!} A39Gy-D^Q5}D+CZIDJ& 4 tB!xQ|1pB_///>X[\ r- mll +`76hhhhnumW_@yAۉxZ?h; NUKPu*:A +m*Pu!PraPr1PrqPrIPriPrPrUPr5Pr Pr-Pr=ffSfs ֠v䎠NΠ.䮠n䞠>~htPP@ `Pm;@ɣAwǀ%JJJJw(bo fii9%^L]#Lw%)DSQ jBèZGQ|u~Ժj]6aL mVb]{qPYO0vq(xrapl+&:+4oMY-eqVAx[0VP aޣ;@oQ/Kh!qϖ~IVʸТO>̮Wws?kw<0~> |Y*v:pQ_u +g$5]ػ1{-sx8۱"[ͩ.]2ЃcRbќ:}Oq +2E)wAck{=ʾ kj)rod2KF:/챍6؟X'/>AKY"VIOs_o___;d!YD^#˒,+ˊ*˚+l&>LC69R!=>9ENʙ!9G>"r\,er\)Wr|Z>+7Mr|An/W O/|W'ߗʽ#T LYAVDdYd5*(kt%kQ#P!y +> eC**ʦtYLdoٛ˾/e*)TJC&Q9BrEh9qrU('It_OT9*r:U3 *gTM>,rK5Q)!AjErՑK+ur\Nq/OP|5r 5Oɧ\'Q^rHs9j.rB7ȗKBnF|Zr;;j-ߔoM-;Nj+ߑP;KrM(=I/SyP{#^۫x|^IyZ2ҩṉ%~ +V:hiVgh w<|88p>pp!pp1p p)12r +JU'kkO>\| p3y -/_|&<9x*x:x&Kl?s ~>x8Ccq7 u? f? ~"e;ww~0'7;m_~7_ v<0`4RZIki==O/vzv:@7cl{BVA !gρ_~|.p=n_ڏO "ϭs+ @3ɥ]lk&trײ;8^ܞD| pRUUT]FARU-KWTEIUVUTU^Ou=D^{}=پߞbOL{=~=Ǟk?b?jϳaϷ Eb{~6^2/Jyq-^ :k4nuN)ZTAa{QOZB.kt1{wٻ{9"CwzzGOI.KR.r+ku%]YWUu5]]5ww[`Ft{AwԝVuw}{^FC6jv~}DFS ]Kut]}n&n Q~=EOz~P3,=[?{dOzF;Yߪp}GQΧQb+ax=WOr:0g?|ǓM_)R[QuuFG5P U#X5QMU3\]nP-ԍ!jU 3zT{^O}:>UL}P_N}:LNguJVg/F5ޮ;?_-ީ]=[?=zާ?Dԟ r{wϋo^tЕر7>٣bWV1k|cqbd kŪeŜJ1vwtҝ0RV!w\^}@H'?+'*̗`μٓJ (1NL3#bXZG'o.vk FGCnYKkO5O'X77_ֿXbi;fdۜ nt7̍Yrϼq2<+db6'oPvK + |8x-A C!n C!(aJrY>?msreܵ31Nu;ՙ8gL鞟`vdsS :7=n6zlq1&Kˀ!H%5Y">\3c|Ybu0i..Ʉ7qf(Gޑlc7g'i2=gzmΒ0z鼢Awa//ϩQp(N9Ż5R TZ*2 x ~K\|8 FcG͝2;eNS&;eNSfN4a<.&dYY%K=r,GrㄱcŸf+elpUw,؀7gOފ[ww+nEޭȻBp/-@uy5Ӏ@cl:𯸬|g>; \ + \\\#>{9\}Wp9\}ν444ScekpWoфߎ& F9^9zQ x38[fte8 .y5KS5s?犅#p.vCseyRލ/.;GlE,N;w\޽sy;9WK0g爡&ۤQNm[6Jz0 :G<<\67zZݸWP%x壒F+AihۦAT~X|Ѻs\5u X-]Ƃf|7oݺm4Ю ifWten5 󚻼{ǥ1{_OVk{}( lll3p!p pA2& %X(8A0ZvI? Z`[Lބ! V6vvNvg+4~ 幽Cʰtjզ:"iK=K:3uBy[2Rr?wgoR(yL>5&m̫fԜ9HLOv<ӓ.~#1:I2j!s[ Lj| pki3 s,ʣK1IJQG2gRSj+`V̬Sp.mbGy1Ҭ +V=fM[-[֏9Ooat„| u'd$VNl.OIsW$/񬿲-~w3I|Ij&uO4%iYגv'%Jn=yhɫ3R)SʥMy1eToj$hjFRG.LݖE oLu`D`^`r@LvE[pppLpzpapmY +ʄjZƄֆ^  ' ˄k[DŽgEu3fM"$$$\C@(nEJ!{47HQ"H%zۈ1)q;Bmf>my>y̜={nxYrK-~Kī %K0/ae- 'O8&4$F'&vO8.qzĕ$Nܟx< c@oڄ)"MG36SFZ(M ?鹰%16t zxx#}7ߞ]X +K=RVH E>dKC&껛!ao!dgq.~ [d)cGI)CXd|/ċbxK{>7RqV\d<(cge Ŗ^^21KFd\+fwȸOC2(?%cu{Los"Wbe8*NӜSZ+JW2@d2qSd-cʸQm2PFh|WC1AO'H%z8\FٿY2ʸNM2'e(cm(&el-cWɘ> ѭ2z12{bԅ/)(}m$2"Jr|J:-%k{Ua-zG\.T1Y]d(L\%mw(=i}T3J-aa)gEZѠؔh%^IU:*2]S++)+ARQ.*R4XlhK%22XCw)rܥq"gp)3e\,)o(sL=XFpJ}(FVFy#d,uO(w2J'Ri#?6sFmʘ'\_#(o9bʕ}d%c2rk+uk+k[9mX&̫mC(+nt-y;\)S] ;:=#So,o/w>3LC2vf˂Sng!K4e'=G*?Rta-lޒq]58I M1IcIx[Fx"2I}䉡q}nx}[w|9KT1pQx֋fpgts\e-Qhiy G{;iDP<#7oL3ϋHG6kRqvD43|--2B ypܙ˕q]ا2?-5٤0aG!GQeCqܻ2侐!-"flmx}Jw_[s^+OXz_S}>Tn23LLS}>T6g3M٦S}>To/0MS=T_i?8t6O aik,-߈X#mmf_۟UQF\8n=r_,bf̵%fMzXKr*.wVE{i̾["阋MO[ZU3eeeQ6KLQoekK/--KT|%*q(=(}[l㊩?XN&\KV%Gb\bV7)rUԺ%%(e /y~!7g&wMVN[Osj=JYjoSi3À22Ks; #:gt:|GQj;gStDޥK*pҥnnB)1#-xݩwUW /_n񀮔 <3n aH!e7!Wա!v9r97&^ 5f~ߘq=3d(Yc%w캱[;(ܸƝ}`eS2Of{gWL5~|Qv?nU8;>eບu&rb+sߎЕ&^X=)k)S~ԟuzXce_sSo>?}A.\.,-p ,\م^o-Xʢ=!{b3D>g.޲dgxsٝsi鈥r]r-[l}ʖ/^g-߱lE#VXyŮgVV[|UUV-ZCV^=gkrjy= +_mrn}zV{>OB#I _;(W|} m+Pç\e4`#޶b}5{[:ҟRyJv]=]}-6=_7 +xZD*s}WKM؁BRیm<{ 1NߥSt}&Keӟ_޽6I7q`'7Erg{ׇ>]Y FП0utqɌqh&jFJY蝡+Nݛ&z@rZSP?A&B#My=: +:2v&EB?cOmRni6w{]w)fҸH1v1(Mg&E!rsw] 鬟]b gn9zxǮtچt $Q8AOMw_t48YgC#NG:0xq:k)[E[)VxN.J2;r8]5׾jvN;"pU;eo&2]E{_<+/`>hsmhcGr@b3ԉ]En႙2ȃ'"66#GG pj:Y(,"+QƫpN$0j N{mO1dda 팗ڋ֟jA0n^գ^`yz1fucY1CդѴC#iwgF3OM&"VZiN+w|ZVnr9c[jWZuj?ZIi3}͓_3 I)Wc%WE4gYx`=Ղp" +NP %P4q*J ״r/y-!udu7{h苦X/Xaӵ+DvvJSm_C1@)|ew8 pUZe+pj j~M;,N;1L F  ڷ'A6ק xXS#\0B"X륐 ˨$u~!%*7k ~Mo6^o{~ןEQEQDE<<83(;<$.kEpkWiA-uE(⍝*^dNb W3jAm KM(#rFf9#Y,gd32rdiAFZdE*#& 0bW[&Y3Ah5匚rFM9QSΨ)gԔ3j5匚rFM9'8.b9pq+S*Ǖr(G Q=AT*P4T,G*b9*3@{޿Z^ "+%QKEߧh1}2}2}2}2}2}2}2}2}2}2O^ّ#s9[̜-fΞg~欟9gO㘳^欗9ez-ƲoagV0O3O+3E'#0Oem>ڎ}4333333333333e.z^b1sϜ+f3qiqioioiki/{[{[G抗-_/f3~ƿ//e3y/{`___>޵kh}ً80<zFH)NR1pOsW;jj3y~ͻxEg3x +G?, |wPz)s\QZiwxQm KX a,[("Oysiq6*ZY?X?Jс]ANqܭ9%vV2|G|Oq"3HLp Vlx6V<+ƊgcųXlx6V<+϶(G ! >.>OS +38A8!m'Kݬj/ ZA$ }v+MMެ}k= l+;g;}g;}˵W}gOcQ#p"m滝vRF3Vsoy,vל휮W,vbԂV].G͡$iuR ڈC'qt.p7"vvЪ+tXH'DC mZ@xHDhI !R~:觃~:# ҡtѺÝЃ:'ݼu_'1{ca/;@~Ki-eN<z&txD;5|XOn~r󓛟'7?On~r󓛟'7?On~r󓛟'7?On~r󓛟wfhca<0`vxO[ oۑNî_sZ!߿}'$侓 ɽ ɽ ɽ0*W V𴶇~үBUH +W!*_P܋npӷ 8uZFP-'e:Z.18sK %dt2j]+weޕѻ2qg87θqƍ3nqg87θqƍ3nqg87θqƍ3nqg87θQ P P P p-C**ehCd)>Q7*$Bo[xu:.p 5\B jPÅ.p 5\B jPÅ.p 5\B jPÅ.p 5\B jdF&jdF&jdF&jdF&jDce2!82\MKE2DhS6q\}A?HɿKɿKɿKG)(~ҏRQJ?J+n]zW+L`nֹq' sB-K5Gevɲq+vޭBEXr`VbY'gxzVe$b,-k;9:9:@[h! a< +1n <̇_X X K B.,F>e-\lԮX'-O%eF+ uov2fciю;`f`p@$D!b6h- ZB<$@"$H֐Ua5Va5Va5VasV`0 0 p0 +0fǣ098̃_|%,Űr`)2X},l5*ljKkk: A\@=#<;N'Tr&` a0~D Q?A~D Q?A~D Q?A~=ף~=ף~=ף~=׳rv\]..` nuD Q7A nuD Q7A nuD Q7A\[t5{E ]W4^ŝZ_,J1UFW*>>x5/0a| tQ yȃG<fY3> ޢfG{~TG~TG~TG~TG~TG~TG~TG~TG~TG~TG~TG~TG +(* +(*l1|l1|l1|l1|1|8!pȇC>|8!pȇC>|8!pȇC>{U㯐}J+Fe񢽊*h*h*h*h*h*hz*9䨒J*9䨒J*9䨒J*9䨒ȁx#GUќ>gi/3=Os{gT2ۢmvfyfZ3-Jd6(K؍Wj峞Ӯ2r#}JfɄB)AVQvl6n(nQv+U +-ЖT@R-rZ H[J[Ŗ`ڤIZC/I$MB5Ճ9sfY~|ÀV|,ަyw7ݼww?6ݼuny_7JK{Ň إEl[Ƕuum)ډ +mc߶7z{(ص]ص]ص]ص]ص]ص]ص]ص]ص]ص]ص]ص]ص]ص]ص]صOu.>ŧTS]|ؽؽؽؽؽؽؽؽؽؽؽؽq:DŽ6h㽇"a :2(z|_Vy]tFb3 >;l_+#:*L?.9Y/aY99%UdmFhnO;ҹb:KѧJk|5jṋpvK5zӧ#} u0~uՃ1|83&j5ѻx֮O.Yb%yݧW<q];ݞT_K~O ?.,WBͩFydM=w箏.6twOS[0|%>O%UK +a'T'bXQzo43c>X8p{[XaKYbX{kc -$cI'eX-w +PF Ÿk*428%CM ްff~j7>o>o>oD["-QVt(nfnJQ=rTc}g}mm-/=rK#\̳[+z䊞{vNgj}/XSk\BhF 6bS)W[ ۣi6t.;թnx݋]a sd*{VX:T2P_弭< Sjsa`>x8P x;'DߊOt|NN);ߋ9?NY92˓vm]fצ/ʗu?;sÔħwE?{pơ}R\;:&#j!7 +WdS%x4^2-7?ǯkDs6Lw=݋g>ϙALJ#xs߅kU)ǝ??p:_iܔܟs}K^]_|+=ε + Ո5hrz{E޼{=?),竢SD`?mG{x1s0 >ۉn@Xۋ}^>s~WjⰬܱ"%j*WY\xy=~HׇJ_P 5G{19;qnh&FSk>hx5f܂[wWVOΗΗΗVg>ssput,q,`=U&hEwE"Q@ԾDQ(D2Q$Ed]*[E̫"M#JDwKE_ +3?XkR TEr³-+[ɞT.ke"k5_|\ܬ ffy3)g|쟔 4fՒQ~ (,R`kTEbKlv`kcK|>&>`krp3n du:٥Qdub1l|L,=Ov$mt9/9|mkfηf~_-W|j +O=­Q99l "<[UFټE6oj+6jxFIJ+e]ɲ+l$7M|Y(~MfYez>V6 d&QFldʀ2` (6ʀ,UkeF e,Vez m6VdTSQveziTRlT +QY),-viZ)l]6 d٢EfhZd;`TIhS vAة"Q7F(E|(ڋ(E{QQ"[Dy(ooKp (+Y?Q3EL}*j׹־֊žη|1 +T{1U ؏<~3yL{1^>{k>;{j>[ma-z/{m{٧}j٧}潼y/ղQ-w&k͵Jev{xonaemv+kn:n՛]2zeF̨݌ͨlv.i7v7R/`~#m06#m3v6, F3Zo5h lFg^#yy[FfmFo0z?ܦG$_ +z"-q˸vWߡпa:#8:kriNY?hNJCu<.д,:,&M#١36 LUS=U<~;[?Xo"%JdsV!;&vĎzs9j?qoOtbTȵR]fItS90iӼvNi;ccwqwwvov;=}W-I#̪^n[F]b%F]fR9},sc)cvUUtWo+uj#k/F2M|Ʈ ֙ mT +,5^5f[ zͷ:͂d=+Q(X&kdj= [Go/`r3ljqrm/X&\?=ͬJioS#+8kNta蓄>IT=*rϡ;hn:~@P:T=*z}@芄&Pn{T=t=QA{$*f'RjwftݛFMvRdN+hwWgh 4N!*Su+ ~Q%Kʺ6GG9+opߦ. k߶>+\uc#֠-:+볲>+mUϾw;scweajml϶ٶ: vlvۻZJĜ6YbjJ߮u(v }P}d#Ki7vꦝinکvj|dکĜ()vh2fG#2wm^7I}q9npCaew.4; ml }rb% +Ƿzm6ÆjR,j=T+H+kF+kF+kF+KD++B++Bkhq5Ƽ56Yc56Q%k&찖eZ(h&h i_Q/:)]~p4!MfF[ na?p{BCqN? p&‡q6>c8>OagYW\y|_ąFFG^({)s๓av4Z\ aoǛyy^oªq nmq]^hF؆Nw۵ªtT!cp,N`4;y?x⻸qEx>(>>* h~>ѐ藸7& +op3n9l ;:mGyvtgGEf7L$:ɮN*?- xţa.~yx Ob>`!P?ECRgFSg;abs#ôԨpE'"\A}>$>qlDžƸ!aqջVW.[¼x+--z_c[鷁wDCFG5a<&`"$L<Fk!Mc-a= +؀"т`O>Ok&V rQV~(L_FW쏎H[8'at43h2:1叉Dc1N'?FRzR6}࿠_y x7ąaH &I1ѐUi3\x4)׭D"n3OtEU;}'&eDC*Ga818;q̵\+͵\+O{pN)g]aɘVًocR";&+n&+n&+n6L인 w܋p?fƃ`xţ 1 1l[Ͷ?Z|WgyVgyVgyVgyVgyVc9Vc9Vc9Vc9NV,TZlJJ=rtZ,'dlrrCN.fjp"P@(RE +H)"P2ߑ2ߑ@%A tP@%A tP@%A tȒ˒˒Gh$F'S Wb azzzzzlzlzlzlzlzlMiV6ʦY4+feӬlMnۢ-nۢD;1<ѱ2o&o&o&o&o&o&o"[c6v;Љ.$؉n7̐se2\}>^V/iM_ 4}/@hM_ 4}/@hM_ 4}/@hM_ 4}/@hM_ 4}/@ʾ / +?UJW*Q^%ʫDy(UJW*Q^%ʫDy(UJW*Q^%ʫDy(U^V/T/T/T/T/T/QK%jeeXQV˩b9U,:oT?xA]]8X. 0Ru{[UK*'UQ*'UQzxIx9~>:,~I[oԧ7EGr\gPNw#SM3T\i.4ZC-ͥSKY~A_~A_~A_~A_~A_TWS]y+Ou婮<ՕTWS]y+Ou婮<ՕTW,s0>j+#.^T3FZ5z͵OtJ=PVUͨ<,*FBȡaHXsBst.~F 7W5~q ncš1z.4BsYrT *Q,QqH Qq 8ƉxN8rX|_1 1S1 ?/K܀q~Æ;p'ݸbFؐPX:#lסM(J'?;ډN>%>v }p{GD LxxHoAC8tLy&d+):\ m076,.kp-xLD\I)mh.s;1qp?f GU%ށBs+S\YYYa:nf]^L܇1 `65f#-ŜB %|_lɘ%n ¯܌[p+nt܎;q=30gsUgˢ:< exmAy@tO4!̊&zLd EsQ\?EsNω9?'DsNω9?'DsNω9?'DsNω9?'DsNω9?'D蟓үp{I"m]4pM߄M߄M߄M߄M߄M߄M߄M߄M߄^W;ՄFS}WBBo&fg0tqIcΤ)hʦܤ=7Saፚ0'ݘ(A]碏K/Dg/Fǰ3˔+{Uхl}b~hbR9]F/\H/oܗ}}^ +O1zoU$:̵ל..[e#ϙFz9s+g{\jDQD9wGs(ތ>:[a;ZKvqF埤Rt&pήjs2zoT*FBȡ4ޥšЁ/ҙ/шq:LɘˏггУУГ{o_P}Fho/4uDzs]Vk5в褲C,s);|6../K+K_% {3'ӧP2?U~N!ֺ$:'7vsln#udEDZ%E\14####0Ea{_.{.[=s2'qGioRl;SL(,3@TƜ +UV i5V ׵Viu1H*!5L+"@ PU__񠃧`sۚ+sؚ,dőN""\Uȹ4?8JHW񵐧6 \+9,LũC.k"b97d/kbG +m \r-<}*$ܽg9ƽm=;V";5IJz6r~EK+(ՐɒPk.t=*w*;:9'_$3nlVn{s7I;q*ڈ@šM@@LZSnvUl2  Tk*SrENCGԗiN7 " ZZjȗ_PyvS0ӭYŹ+l/ ֑t b 48q=t <ƹ\s\.H\lWlyۅۭF(ZiD:)gCjMP#n@M˝Ow07^AqΑ_ZHh1 DY%V~aUi4]֖]KX;v3mfX'na])ug.և838x V}~dxCޘsXcޔ7eg ފ/ᗰf2ޚ6_Zo۳Ky'މ]ƻZ;=Jޓe$uh֝/| +9k7x6>;>?sln}!9"Q$EHa?T~E PbQWgKDq[&ghV&lZ4:\\D тm&JbEіm׊Yh'ݢrEOq?'1@ J ib<"</xTxX-6b0d?[zl.do^Gr6-?/r(7H^^d>כ~Vo _o#_mUNo'xwor;֯ב7SMfDvN~syo!WȮWÿƿN${]n^ﲗ/~!R>?p?%G/G!TOɧ.9rx'GdHQ! +gCAJɡJrJ(3)&N, w w) [~G~/|(7W~/g˙'oOß ¿muro@$CFjFFxQI3##;y{˂;}* zĠoO%B0 xLCgTf0"T`t0QosU`z0S]||Z+σoTu]0?nU`IBuV` An(rHTFz4GhR4U EԳьhe\jGG ч!ѧ+ёgjZ ;їԻf%$'TT&TJ~LؗpPB<;QpQeI: ƬfK͑k^4o6Cqui2sO`6_[Mdv=MS.JAO +,G мWpfzMa:7+6(fq>S_k9f]jg7-3+<\A!)T@znI=xvAwR_1P (nYqaU.@K5 !?yٌ 馏Pv̻{)k2Yw^Ry/)z*Q =?fAƝD/50ODT-ʨ`[R9>8qI3|ۍrie{y*\~+ERGiܙy܅>j8[>޺=@=Gct}J~Kj>3|;(=$ c̢X_&@xFD:#<-GռD!O8w[$?R +=̞!x7kWE`PN6dgB>1¿Zs,>_MW6{B^16?9uGiBp ɝF1;I[U8tJ5e1F7ά3F7muykx{@A|@OM|3 9 {>sx=cusnus TT!U"4"'-ĬW e}l d:e8k.G5i?ZtSmʅDsYIp8 )\N.!(/˩<_WQE4Zk%'iN^+8ypZnR >SASWLuDHs]HsgoLu2]2\.e)An̖#R'Q5y_Iu'UWq_IH_(Eҭ(/ԗ?xW n+u݆|W'W-!["vT]߬;P;Rm E\/bEwTw}]DL/݋/(ߏAO{" {̮ $Bp=1#G"ϳz4b1dO + :x' ~ :S䜪"M= eoe>zd sW[YC2 ԋP[WP^נM kD5f-UoZ:[gz'xޭw#{^~}ꃠs@>Da}\5W=b>>>>>>>>Є C!-Bb +SE@DES4kd'%Y!aQҁ2k|6XK)`EzJ ,n6PZ1HMVې?;FvBxw2^GA(ҢV.o J^TQ2P̧P4Lh9h*#&%J(R2TVhf4tGk \3ZkEk! C<1/Eǣ щ(5): 'G+רEC )ɢ!%މ¡4ApPDx}c ?C?@As8*pP8p0``Eif8 X"K(kzߛ? (Pj%C@ɮ-JFJJ&8LL[*p0`y~DIB +I>S9Nʢ{b_}DGm8&n]R>f&w2U[ϖ%zE"|})0NZ#lM8tSt[1݄F_Z}rZRe:Soշ m6t7|t8ֽH?#øG[ ta=LC3; 7JB>a_C=POꗀz"zD'I@oqP8(p fBb[E +RUtP/ݡ^C@һPb_þ4}q;D P(`A) l?Q@!NJXvR×$,)@}P"0%bJ +JhJp8p$Eъъc#%Z%ZQ,v$;HrQaG2%МR +P#١'x]y=g_Φ+ƣ8Ѻ.JK{]rgzi^)}nE&NЙJ=Lkhwi]u|:[2;-l_+(]P|1Op>7 &ڜiV_RdG*y+R]`=e:)3rXgׇ}ϓ'Y1?ŗNFW~mW̲9vAv| 7*޾|ݪkCpZ9\(߱p?Ì;WCo5Ճ V=>VS= ǽxc +qUgwlv| L0];4X l\Ynn̎If%~smsm3ʵCt[cgq3߹YѾ|c+7w +e&Ioz6CGu$Zt/t 6͓ 7X'o)k]=Gw牿]Yܻ'1^Q$X1DTH?)T\gfऄ:H ˟TR-k0w`ֳL q2Qiļgudˎuna1 v|QQwCQƭە&[ K?vkԃTurcߒnKK_z`wȾ`5{3[%F_;0so& +CȲ~+Ub] ߿t;.P^^VUڣ G{ 5=n'OX3;N"U_Q.+'c1%ѶQ+r+1yu6suW'~Nj^WFv,Zg^53 c>j+T o +_ܮ;@o;Rw&Pf[#w%^ ǚ_%.85)_-v~|ʅ7|0?;7*bN12֧UzNK[mt6xg7 ڼ[J_13f1*vQ.NYLN'vb~,=s=HḆSʮg ^_*ښasEʅ \U3lmF^Cy?>jTj..>x̫_ZI Z95}]񫹮q6os!~ UZ5vZV!Vl:ʲO' +:[H8Bn>F,rc_OwVAײWqxֽg?ҧ!oDsy~6d<~![t_["ޓ%~#OSh5O5C>6Ǵiϡ[-?𹴛|GB@DHtZ#,̑0ZœEluVU$gU.ٓ+/ډ,EtXVYo,Z}cr6kg[7vnr⥳;7vk k=dǽ=^{xcXol&XolƦXolf[oSk:"kݍ3kݍKkݍ{ֺֺD5'Xn(? 'k9\ ~&'?:ܯp&p?" +пC@4:Et:Ud jeG1P}uQ +5J5M7͐\4y06؀[՗/sT_qb0] Oh1H9ΓcX*/_㩩 'QE7i2[kĎ+tW( +$/ZzrȎ.|oez -{Q7,!f[A[IU*1vLB *m6R2Fļ-VԸ˦vo;Ucj4o{}m |;pCxà8WBI@y#N STTUDEH@*JUJ@_UyMQP6M#DɪUUUPïjBMUkZ_[C>UTS:jP:Mg3PjjT#iL +숋Q \9fpjAj.FK%եRV];Ψu+jnnnj{OF}T_Hݯ՟RՃAp;@ ½ VaPxD= +G)ZS!qԂU3jHjFQtP:c:V Ջtơ''+T5 +Ri(z.V?ܯ@KAx״(<:$oho yT;N;<~>׎S ʂ j@>>FmOߑ3_sV; m|}S1<&x7r!o2o*z:{rjӘ +MM9fy iὒ +--QC+o+lm 00/Pև}~ _203}&R|!H¾0"Y> +}/4_}—@ZwRBn8znv@p; nۑ_p;n7L PPć`~d[Cy$$9) +Hy1 ,X ,xq-]f0Fuub4FR=c10Fqq=)FKRgCxɸ $jhL6&#c*Hn̠`!ٸrK\c.6c1n7S}cri܉ ">HKP38(ZYf,.7V O +}^mF=4 W?l<:kXGzj*+5s}2~EEFc⛍ȳ؂ԧیg(nlGc'R3vS3c!_2R#ebJkky8Vq u qw]OH}xo@K3j LuP pWZo^DY_b?p?$Qr*|i|"O,4|>M5]'̧ef1\͘?Nf~L`f܋qqf63TfQfiq{Tߣ{TߣQ{Td=* d=Oe=쿧?ISOoHiVJSSK!\T*aϔfgIs炑#_D@>>*.^Iw..i?R ,+"f[,\ +wW={3 {-L>@(5OccV=5!A\7ʔ??G\x9j"+G\:'WeG I~2UQޏJI?yk9K g+W_dg3o4S!d[)m ,v)yB +@6JG#@6[–` P _Ak)Č?ʌ?g{0CTys0/ɤO d +Ol bK3g@>ߓ6W#lm/)XGǐޯ1Oeߋ%Ppb^!eM22Oc^|L=L=y1r/(bpqؽZ6\<\e9Zj/x122ܺss>̭m̭̭֩Ә=ikM +ό@* -3Zm-xʹp̕ f-`̒2?.vj;QJ\fwp y̕ C\9YrM/G=(5SI]lHno(϶M{ne @_/ +;9J9lui 䗨M'>Y&Wem'ƋƋH=ˤ%$9lo &2ic=r +$.M6,l4N'ѮOZ}rf?f'ƧO 3?3_`z쏴q d Aُ`=MZ ^ƾIOL)žIAȅ@8Dxl^t +_Yk0} 6a_   *<fqa,PFkK0W#ڰUk%Ԓ655 υ2\Ş L\!I=++  I%r2Xxegp'=g>QJ|z"`l,@*lM7kj9Cu̱ΛΛfs9j8l7g;rdpv9k5,ϸl3d\yr=9u3>u>1ws|/<>_d<(') IMds<װQ S; y#\8qdi匳oaxBƻd\ank-#,q3;0g< ڙcۜJ+F伄O9g3N'd2wd"^8%3Q +lw">Vu-$ b\=y\J +Ƈ界s27Xobf-['q5';\RH3H2 2Ui(}E07;rgD9H rwpHϤL\U8U8%8>q2 Jм3Ng Y,E|㭜:,dq _->ȒesW2V0<aƍ,͌[r=O2>ø;e.=,xIV%>˝H2 9렽|\ee|TA7N%.\xAEu~)I]M ,w+9..dAWsW2V0>¸qf-Vt5!p?_;W"qtNbgW2c&e2w:@t 4{Ods3m\u97scha`"8$s2RSgNũ7gal&p9 lf3ټgjފ~'(dnGww8,N16F /{10y?p h||'||,38 +sjXiDj!{\ѭÙ1tZZVI4w;q.\!s{"zNa]X~u`]'ZӵJu5ָ̛5}q9ݜи5Ӹ5Mָ5e'ƽ":uSX)ߣk/Zg] +H.֯_l9d>n>ku31A|rzY&zޓY^WI» Dcj&2Pr9 + ͆65f6FGBq5j-@)ÊzopeLE C]zbrb:kα G=dAN4}!\܇q4jg]3уzuXy%r\eote`rCL'EN[$K RS&7HF.;!&H1 EJ8,V$LF= iit/{N1 &?B6޽R!"O/I@턴w+H' 1mt&A L{/j'܌Ѿ!!M̫2~V&xVW8T)q^]y~^y9Q5v<(ueM`d+!Xʰx rr$Az +Wȟ(۔] #/SV+kRcV$֢~c E;Oɓ(SSFf)5G+JyRz(J˄_ΖT$H1~O(Z\lF ULBIrfu3G:*ϑv3F#\Bjry\ -+KRJImٖ&[y iЫ7ri8%cH5֏*Ah = )2Rtit^S4j:#vJJҎB9\-*%z +~'v9RemS5 )sVE =hV*H {N98ڛqv0; 5dj4x5&|SaC`}DsrO1!ts:N-8o5o?ͼ,(BJ[D+b\k)Xjc>iDW=v5RwۋC;2t|g\~Lw|тģyϣ4xAɣx62GS3x|/:~72lv*;ƻ8/{G ױp`5/Hl@dYl >LZR>y/+'ͣ f([|2 6R?x.J-[3Lbqo',Y>zCL*(?.zUZ1?*Č?#T2qL*w$CFMǩ˴ULAՒK@",[j(o@$)7$z,&*-NEh7j1۸E0&SHUĕ,4Q ro-))}Ľy)Sq%:JKqg@-rXZvkV jP\.8'}~lQ.)*v*VI_˧*oʏIlA"vnfZ*͐{8U>W\"ICOK͵pJ?yu\Oȹ8% ڐ$r\d\pGъk[qY,x8%9?pbCʧ,RtĝFRi*l)jG*il m;9Pԏ?i&\Ou/繩?'_b3 Ys?& AI@Zyq59_=^SrnoՂt;ާ^ijZ6׭+?Oq <]5_~5;2N*xQi짷ەu=wE?ΣKm;r; d4g _ ?Q#ZQ%'?8~~OD_1ڣF]nŌ~z׮>6ԞVw+wdޭ?%weU1ejsnTXCOJckOw;;4ު2@@ wI$i4p9XVZ),% +Ф [.dƒkxHx yGGJ7Zi 8kͳ&X7&Z}H<MyPTܝ{$>h]e]E49R+gW7lT#B8醯gl]x»:|3j3# 3u;5uv>q"tw״V,Ud_J˪]eT%<[ ͟2. otFH<\8`a}\xA|.BNЩ?'W%BO܏|.u-/U7u/Y u:CU9=17 >"9ą')c1UsDݫxNὈ>AFWOυϓF  C䋌G|vd,,E|YdpUll%6v@ǔ:5r^\:Vs9xXV$NV'` *pmbklXI!5&5&[:͚|nmimva^zC֯z,utݑv}lc^m_ `ÁG٣> N`j|RNPj%)R&=ϩRL}BU/_<= |=:h(%EE!V-q;w GߏOvTE?oѿ̴`RTORii?߸xþ߷A.K`LE"b_+n yD=U>*4V}ӱ^]|E?^cxZSf+0ka.іg !^ +o)x oB] Tħ!C RF{2TnOdnO.cλ̻\<ܞgʳϳϳϳL#Y>9$Tۿ}n=5/Ort_t/`/"ut?΁_Bb%Vrف?$b/y0 B_ d%ZZ`r藡5?zP%F|mh-J D O#om@\37^f&w ?/?s?X2M#V;x"+#+))R@|Ud&G n_ȯGB2 ޾1 sRqv2~7ڿԷlpr;w +YgU +U)̡̡̡̡̡̡̡̡̡|̡RCCCC?V}oh6k|^=v{ 0⹾53*Ҍ!/CQHŽ ͛CLpp#)& + ?>+EQeڡTo [BXCb3Qg + +FVxLJ:_Hi_ J,.aoX; +oP)9jKM# jZjb ea_M-"FnlXЕlY5ZE.a[|.꫺UW}dt pƜh_+`dP'>NX>A2eZ?cS֧HZN[+̵΅qjCy0BqIXcғF ̘3az&L 镁㐪S5c&LՄR,m5E׶0ḟa|0ia=mфmфm1ۢ b&,lb[4c[4A[|@"3EEN-2͜2ۥ :cBt,Q Q+QFKI.>|Bu_I'>l|6zhgdCgDt+{likkSsOc6>A0w1w30wy1!!#w_g3pFxsD;G׫ +p;R=`ݚnϤaNZ|[ f>}$`o0; GXI1Z̴PWQ3*])8*0m 2iC]A?AWs/3ŧa{%F{-/ Rk@6X4Z"61>ǂد/aߞ%_׌M{)5E_Ŕ~KٜvNIL_{z\p7D|A?ЍKʘOZy +<$9:MCH/$&?~-rp??߳޲IZ^|/KrrL a9j9J2-dYTr pqq7]','Ho,CYNZNZ:ezL iE,4.09,|b>f)a7]`Ze0Lg(ceA)aKpDv AV`6Z9hZm=XXmfmK|6Ehᱶd&Zu1I!s=7@О+F;pJf1ΡLFݔ{T%B$?(A>.`@d2sa3B({.KZvbcrֱ;aqdi0+Vf`AT2(< d(JEDdCdGd@dfdJP2(2 y?|"r[KUHƜ?WQCʍPCBW{7`D=)z:nI)`<(BSuX”@M<< :T%S f5S 2,SC20ϐiL=SxtFeTcFe>,"SihuI2@k#F;vu dR{<25Ja~ cr0RmR+WorYOo-!XOcǡ?a{Z,,hA˝m3h +$ʰ e8%*Rnu ++ĕ\55\~Ykqu>V:q&҅32'<8;uV1(4G:8#ӑM9e#Fd}J^,7Z5e[ 099̋`<16㓓Gj+OGGk*Hq&sR"WA[~;࣑?‰3c/xzAfzx_=#=Ť׆1ߠ7}UF>6&?GVѷC_09xLF&'F81x6`gİC$-b@s΂ޡͭl5~,ֲ$g,rMd%F(Մ$E Wkҝnj1z}ٟeykcfun2߁Pk6e2vf/>f~:߶}^f·ڶBˠyuYahۣQd>ɟ +dnS*S#'eTIK)y GotG0J-W[CtCʜ9iʼ +Ӱ9ӱXN M`}v,3e~ ̐|;)gXv1[Ӭ6B<j߁6@P&ca"wԚWn~d n( Wәe2H38CoVUQcUDqU` +dZO~6 ֳH̤~4|H"D\E c'8]D:W)Skk5;%V>sح\gm/v"IeIq~# +ZoJȧ@&U1\A=iSȳO>ImՐglE\7j'n[ȸؾb +QQ@!^G|۾Om;l?$lHuzl%Qb}u}tuD]9KK/ڿH:_`_m_Mא_#I}}#︖5rLwL'_rXV񘣈|11|W8>$_s|iuӎ:!o87&hvDȷ-ϓ^;/9q| +Rd$WfN9d|4 n:N,\n}h$)`MA(}>6A[MK=k$1#L`Lҹ4H:g3&vyLWwM$>=cԦj0A*=֐RMH^X$;>۴8OJo+uOCdr}cW"3!4Si5FHiU<X*&1KPsq~w\cE2㾢t뷬HFB5m5nO6m} # Ӕ_`J 6 z[7=`!O`XpR)qσ%K{2>l_{ ++ͱj{5k`~;Я {>{p/ҧq/R3O?Akϐb qu/Y`~ǾL[`Jnܯ__?85 2/_>ޥFܻppu${grcٿ`DjHo/^x&'OdSpoZ&lOřick:{kHnK`1jL]Q;/5xZ S}WSj'XuU@wC^1u>$]c'ϱʮ "G)xxzS\cx ;c4ʖcX61~1>7.ƣٛ2G4eJٗ"rIWT'?.΂q~6.Rׁ%,XSn|ݿ|c,X(vt(Ec"ʼn*}O^xox)%;1Sʖ4zCȑҝ);1єf1MF_x)<1ޯRz}KnxNnx'k66ѕs^M|DwSs}m# ЧHQ'oܻ=g2N+gTqO&]0:A;XRk*'L@mPZC1myxAab>lDŝ>V3=2CZQoBюfuRhx1" +q4<0O=d.x!w~1w~XЊ`ԃ7SS8Z@IQI͚C1)v +zF&Zhid⩇YV< Zx!O=d1<2rSx!-kO=[,<0O=⩇4<0 O8yxa}ه,lwS=81Z7iCcƔiȘxDX)2.=Q13Ƃ#\2}<R>/M9VlF+' gPsiq3694S96?i0 <엧gO|Xl ]Cq: 1= ޯNMx?t 呆0<2Qi(4G:c +# 呁0<(w! +l:])z:?thX:)$d4f'kfrZO֑땴ttUCo27>#kIhHt|X<\=o}uCF|$b zX))^YH) )|!4?"İ@w6z2EwvҼtB R {R̐?F̅f=RCߌ\$$Ƒ)CrR9W.)WAeHWFt5[SjZV+*FW~5dvu\]Qש^uCݭSգqzV^V7[]uX#Z1imVjNMO4j--kKe +K[; nMfmh>_Nh!sEv]{ڈM.uRuڼb]2oR/5;[#\ zcL$] :dɬmow! 2v{7AC nn%zRp2|Zڟ'O֩Q}jP 6CyNuZ崺A7[vuW=RG=TϨK໪?ʑCpw@^oɑnIwan"rgs I"ٖCxW!HT34Wj%K$yS +H1iXZ"-3$NMfi8) i3Ĉ[=[ +n4r?_Rˤ>>{xw)CI λ gIR|2 \7|ąbP|b9C\W ׅ_ [p.qx@<$?(Og柧)Oz^gk%o.^wr{o۝%,\Qy=O'hB8\G8nB! +"3ϚѝpZdX*΁X-TGʓ[Q_8.J\@Ā(߳bD@SuNqpW-.y [[=W&}~8R BP#ïP['T=S_ïs7N;V +wUn~7A8 } ކ{"&7B|؎_Q~@]B̮Hu t#`AQK* (TT TTT灛u/{<@>F PL/޳S/# C7~\'[ ݉06~Hm1·ˠ@:f= w.'RBzܫp@C@we@y@v:_h\/1TjO @ +(}2h)rwUo<uoqߺz5G F*^_ھz:ؖpL7.]~ho>5th݇0IŹι܁qAa〧g/8/^swru+Õb\U㚋X׺\~V\knB&ovmw< s+뮛]G83 sY\.g +b quy@ "qJ\7p ޵qGcI wwDpQ>( p*0U5t8r0cx@:~èqbG),_o۰"!#4tyF`"T87B$A\aBB\6n +n 8faD{X,Jqb]/r6FZ, VEL\) n7nT#`tS[x uUD8*KRd +R"WI5j$H +7(`H lJ˥UuѿVn}AQ@zqS?+].Kפt4&n̝"w)\wtKn@ .\^̽˽p{f6@zN~w=>>>x}}{cdzl)ÍŞ2O3;x<@ < Jjn]{=yxyNzθg3乃!r窜My].KrbUOkzY/U^$K*yNAQޘ[wȻG˧齗k |WVCFaPRe2WVj'kJ0,P+Ke \tU+6ĝ{п_WO()(]7=eD5YjjS bL-DHWj|ϧ.D~h@-t=WqMW.&x ;eҵ;ZV8[P;*^4Ek!U[؎Pі6j[1ܯvkP;Վk25-RJQo7xY--29q[uz%ӫyŀ]]]5]޵M͈ӻp;x{"uMm=3پ\_m,_X |倕4do<>8A_̷лuVV}|=Կp;wr cg|/6½% y †  U㰦PhP ֆE N Kau z@ݰ`ᆣT'i8pt4\hp͵F- 'tgs gE|;9tTW X;Х5?zyG MW.ZMzo駵9* S/EEt_ii4KsmzXL{ƲJ < i?X5zhО1k\T75v(w4v6l\ݸqK]{4j741,`Q`SiӜMMM&Ik +4E4-nZҴiESWڦMt5m<k)MۚvzcӞ}M mMMM5]ltf{M#A3`n,57`7X,:j28ϵ-^B:B'Bն9gV;CCW`l ]=mvhas8+yspY<\ saOczn+ mp!^^pOxKx{xWxv8| |(|$|LIp KPNGh$])V$ɋdGjOP)FfG*»q٫EHMAQ"~:GBjw5cq=\d9"#k" |cFH99 y]"X99TJK995s#ras#w#^)J8͈D(-FDFTnQ'Z4DD 9.1@q&]FQ@yE\ݬ^nTD6/?ڧK(FXn?:=:R7GE/x~J6z3z4 ++#1Eb˫Ų|YX>7Sc(Q#qCH0G$lTb 0vmH xlKl{lW?7vPνc0c'蒉]uǮfdžbwFM---y-–--U-5-Bi${Kk"neir +iYײe+\Ѳe_-G[./u_or嚻[jref2lk'ZY:unkukmUjZ:o] +[.k]!v?>>{sLK1҈"ED !o L&3I*RJJ-VK)E" +(RD"UnrFo@³@޶<=,Ym^{lZ3e^(ѽT^lUڲMe[ lw޲eʎ}\is!+Je2C١^~47t=EhX(?TBc?g0J>١ F M +=ZXv:H +-ZZJ mNg=fh+sgȎ/3U:BBfߔl9eZU_[nQSPcL) k [ۄ{JζpVH[}}ÃC#~0\. G'g8? /6fh*^n +% _AxWxox$} lx)|Ӥ^ghZUVʣv; Yޥٽ=lm}x;{aΰ1Â,ay|,);O+Ơά=ffDqU-dvfX|{Jv{ѥH?-?=oUV%綊dG2#GDFzP^~#FFɏ[w8!26$"D&D&G(ΌL̔#2;27PK"### n;#u}#&W4FD*m*WdUtVqKEtq+*޲b8"*J+*+&UL,Z1⹊9*KOVH VPj6oUbO*8VPqlTEhh;]gFEFD1W D FDe{5%>}4:%:-LtVKeUѵ%ċND7E䴏n~4zzdVn1+6},=1B 2GNTX}9^Vˏ"D83@d_lBlR)DlzlflvlnlalIlylul}ls/V{?V;;k5ŝxxxxVs[xx Keh:>>>[}S Έ?ۙ9y#fǗW7T쏿 ~8~,??[*V*;Vv"[ٽ򶑥}+TS[_=WYX92]er\僕VN)̪VL*|rYʵ*Tn=zvpJ3*ޢ?sw`qyݱV[F,7>heSݧ笯֝"w5}}*pWoY:=`=~~`}ϭw_܏'O'ݓ)k{mfUoZkjqC V+k7YMN]}ܾ7k0W;mV|Jݰ5dy;L X~>{~F%C ܚ*τ*X|?X<:tN~rgJ{?klcm~Gʗ~gk%VZ+e^1ҵVY۬7Lyz[YXkjaVYef͟?tg3w>>1sjgk[ }ۭVn;U}Եv/`P@{d߭:ȫ.~gӣVݥ 5jTD`,yr~TNMc;)xBꝒdTETtݜhI^|yƓ6TL{<'3,??x$ȚS~$uRjLʽKX( A~۞O4_j4<_(PR VmoiHW%BVcTe.<+U<!5A]STyV?0OV5yU?5O' c_U/:;??6B=h}ѿQ#P6v^t*I+J+RicƨiUiU{<~H~T8k ck%yMdR i<1Id.}A$YHMrN2Zw)wʥ+[[uK+ǩr'v^JX˓+?JV*T$pyȠytT RQD*/E^pyJ*eh”a$UK4Ooi3ݔr{yJ}ɽ<_<#Ɏ.|kIm)_ϯKIh_?I~;wRr*bLB_}o~7jB2%˿_SQK:\F-ϫOyjS|7en|{/uʔZSk}5k#mGGH3f{Ye͓5:#QMf N&Y^z2땬ŲdG5 +@gIu5 +[&JJlZ'Ye-Ϭ$Gֺ/]Y&Mp`Q8jf!V'CTE3 +y-)G\RsDn%S>uJs˔!~p^bsmOfy/ +;å?!y|%Ux6Sf>*fz?NGn$Z'JcG6"K9"#蠨mE:u*"Iboi"=}RC_?mY5;z U蟃̄΄~1 Xlo]hr"]$ceopeO)a8SO?sAOBյJV6W 86{,x'2 +%$OA? }L9=08͈[^HJx VLtz>:B3Ї]vXXp~GZ=_FO&8ح迃:p>x%i^^oؤMKXMO6441` p +?B< + \p_ S5jm(fZN.O ndp-])bfo_%l4TG[.0YјTw`}li#@z6FPJד؀6t6F4 hl@W`k[#؀t6F}6 hNht6F⯺k,Sc?`m7Af s; W[lRMd/-KK Z'#FVr3ռe% u>ٺpQ%/JcoZ֛A`0Ckiozga szvVupKy+@8#hzj1lGz䯊kf#qЬk!36Iq8áU# f[qNG/{C1hi#HO@c`3ֶKѤ^^F:hج^bQ65:ؿ]  qw8|F> ' Nm/ 4b!8Ak<z Ҧvn9߬z޲FXMXzPHR[:x6z=@$c= +3u1*os"޺a= +(;ؒ9i3m,oYImb''X^9h^ zCZ⽔̠'43n/5b-<; +%sip!-[@}jYuSo'`Fx"L|@@{%O[ H^2n}˝7ɠ}M8+ f[6{r->_K¿7to>;"c<'z} P{R/0x2K D'A{]~@Uh)[8i(Z+8ߦp8+Gx!|HE-#o_ƥзArïK޼ۯ;݈7 +3)m3m_XHo"ou! ;XdSC#?Fܠ{pC}PYz9  wȦc&ZXC]7CnoDS䂭hS"ZJ&J Nr&+Z^]~M7":,=ZAj_׏)AS2Al Rj4uO;)B|.孶֌0I=Gp,yACK ZUC DJEri[Wjϥ硯TI |^(,m8|_iDVAKոhս#”AKM"=b,|)K9&軁7K%ᬇ^z IZڴӴmȸ-hd=C{Z҆f.oC`HHDy}Rd ja,~khI >z4Pü^j@ <=:~A]J]_8RZWz.m/_jfPN{zwr)ugm@'䪧wgή:o:,"yb'h׀w 곾4BBג3:C#0 c-7 +Z{п%=3*p:AІ-6@' ݝ{Q!JBC w 3TPqLwq8}Aq8}#m*mП0O{SW1|'[fkhO\u)A/bY@}sZުӌ Au~b]i;kMQ%A7m?Ti[ke#F{è(8Ԙ C5dۿ1gkAku\xXF'7xSs3}̥EB&PD"tO\OHawkkB_L,h5uvu}DkhxmT;]#OΧ2ZWA!y-Ƕ,$WRW5uDr%Y +Ǭ +jnb,z4Ӄ򇢙hf(fhf(s e7ZT&RȈ_uN{}Dw?0tgck++l8!p5]]fr:!Ar7{+A}' Sq8 CA߀~{ -Ag$3|6ԃ'I*|,f8 ZaLVДDf&C-?S~}O~D&ڰ641.S6A1ifaoԇ Rvj9Li)0mþM2MEKEKf}k'quxW?''9RN#2#h!hw Sڣ5u)zZuK_g/Qg')[q-9J/&Ӌ-d~JP4y8ڽd| UfB*h$Z'q ! G><Ҳ(ᐠs %dI^C/=:~W˹QrVH ,h7{O{Kk~W4c&cx4-9g5--y;ff&Tޜ\K%ǽg)d2FrtzfD?̗' ?~2  -NPM)} Zx6z+s3M s{H2so>/~~oSNOy%%2 wu׼svHZ4/֘ ^Uf)z}Vs^+\ћɌta7':<!d%O'ݺLfD ~n84{1`y(|3>'F&yQrVp݋f$=~^5Iv[@?|SƋpe_Phf"]yC#YNO3.-hm۴Z:Q^rm=Sq31 b=7"+caHoʜG".ŷOƷu%{}hSK?9pȉՏ98<ɑ~oCuDeT#_>mߠtyґuڣ)m %gyt$VN: gxlB{'Q, KS##\+'SAWw?G8Ѵjc_M9'OJK7[H^MﮢGէi[.}9-z?% +΅VRʙA9<6U Ѝ\D2/pmG|nrVg8˅N YJQM-g6p$ݏ_~MFK|tuks9ߍyx$3OiǼs M9XMZ+PZ@4_焷cw`5%$gr؏|Y6;f;ۍ˂z;˅9/<3y'gMG=+uXp}2{єES~ۓv~F2񎇼Zpv_=EӻZb'[4{Q[J-ms7uzr;CmO9_<2jNvW8Q9MV#ɕ8%M·f_yrlrZ9ʩV+o2oͻɵN`ƭ$rl?%}&ѬA1z\#4_R԰>ff5#%Gxh?f@z:{Z<Z_k[ZEM^&ﷅ';QV5~*H(5M ?+hDsB̆o79iJ0G + +b= +z>>=?M o h̵ccMJIO Ak?>,Y-KiOwQv#^нhv;O5P=Qvʮ@K$`D I/FkS&_1~c<4G-k5g?:m!^Ш+k @3GGm6m9s 1Gs9HϏP4O<,bD̝~3w|3Q׷ -HAsڃz 4wA ${Gzw}dؕaWo{ +648&Bk4vF3~؏z>}|w/,wB}e_F]?'w >"v娷Fh < M%q=G}7ތ<<K6 ыыxz~e1#0#$.X>V|'wڞcpZYhxt5j/~qA+jȯF ߇9AU7l] zڡ4֩u*`̚zHvbE̾*;/ˠ%kQ<hVV8Ȍ+`EV=%x{ ^^)aؿCɆL6hh>MO6m5 vԄADF]n%-% +w yx'//EX!R1@]E]2n;NH|w'z2+o |d=|=k=Q8W5T->'yZ[h% r^`癗8<睿?ylkfoe )ppqy!N=?S''qS8?SKpdz>e4gp8~~M +gW}>gpygp*p0U*d>qyg gp,}<>듮O}>pyo5kEzވSyZI6KH%+:  dň SX1Ih Kg,Ajg<7|zk<'r8'nId%e~nCSdOz$r'n=X8?%NV-XLNe-n2Yǫda2.vqaߤl"6V#d$G +'`8md Yf%|?.>yH:=}fҌ4ɮu4S0S18~ۮ |DWJGWޕVGE7D7mѝN+v;p1Nѳ(]BFv*9Fyy:)IEF1RBpY;;ɺ+5MF2˝vWZc׵BiqF.c%^_'#(acho3|[jdN:ctktw-T2)cf=fp` ML '%fB*QJ7*s6RßkΧ|ᰭtbsi\k77!m5w8i>wQ:hvI!;~۷yj~:lYǬ>;Y-WkȺDu#j'Z현ڨXKXQ8V0*gX Ĩw<]f!6,ǬX#DKe)XKl)ͅ\F0bcm$R9;-!HB=' 퉵:cXOHhx$;=v.v!v9v-v6my4X~)kO4S-ɮ||qѫuĆf-,H#Q]]g^57OL7$}fWLkxu q:1qꠖ.K {f2g%e.8q)q5q,HNJ̤L~%s"cK8Y$o'HjO4zI+٘lJ6SI7v$[Kˍ$Vr nӗl~V͂$d#,%茵%'w%f7{ɞdbۓIZ23(yEfy1'$3 -DSS Y3d"~0\s$3QPʢMiœ g=5`NA].>g"9%Qy>J!JT99aN9wS2nn<шy%<ѸA;O1x'䒅׋!ļ2Y[KnO~-sկ&n__龰!Bwpp>1H8ࢃ+;[ w I) 36 +s%ԍc QwX@XDXr:X`}ba`a}~;>18K\rt\uppN4Hc s?1PD(w4T1AsYz54̈́4,MCJfsm#!Օu}`;aר{Fs =#=s/'gQ+S~ڈi9l$}^SQ9깳M$֯hV6dߏf& +lD-!5ZY?B۾=:~?Gqѹ8DVVRO'S{őqM~/JrvQs48mHyϻ=}rx;Ұw ޗ5}u5kjK;B~dL}̓Εy'H1Ftu{^OQ)m_⬋:H +[Ҵ5Rf-w|]kkԺ/9ΜJ+^o5Fnq|xl(tʽǒIy,B{UכӞQ'}4'ǀ|A11m|(wx QۖdF(0xAvh$Gbc29+GcTJuA񟎿e#~hN_1ㇹ.vcK+?d8fwx:Fǂǀ3wu) (b$6˭3*cN13^Wˠ88f1`۵qڶa?o+nR k 94ũU͸amTwC03m[G~˔kk¤~Ei֕Yl7$hV{O +x:f٤?YN?yIǤxl}I>(&0)4y o&~&/b;͟N{I}4)v3#?Myimgq78\̼l#Gs玲b/(n(9[_c\C=XXXX4bkw|E1׉EEvV=z[d[z~W_]T"ߨ +G7 B0$JXIXMXG@LFI #'tӄW 7%B&A&:{\k#_Azm6,B=FBVyz a)a9ѷƩo'"qvzGG ' g녴kJ2s=锻v&cZj$0a%R@xXDJeXY;N"~̓G}B#Wm3\7u42ۙWaoսjzP= :W/W-M24i$mVNiV -h%Z+R[(m6i;m_uZv Nkg!vU%=S!=W׋bTЫz&Yoї6}ޮoԷ]_w~T? eژ![P#YNʦ4=RAdb2'UF|@7;GF #iOxu\י#\oyaBda&+ 1Y(`B4(|]G13^Mϻ.~%ޏ+x_~E>Y:e*dS \tp%N$ 6e8:! + SlYܑiUqP;RVg]`2R/҉;֖֔z^:k)ZeTrkn1g[DoI^ի1]8o7ɲΣyx2{w#+y?&yݬ=KKv+g3F~}4m#{HeJG8<}ڠ7r=j{{Q/J7R}v +\}P*5czV_oҷ;5ӹ]AC?_W/H~J+Ժu!FrR=z#y$H]Sw>.)Ȍ?Djdd^jS 4/I͋iՋrX~~/G~{Wꬅ\Z Zd#F^a'6J^WkXYZ5o;.:|թe +uV]Opݪk%ChPs۫uPׅҪ'$5$:}H_R_WW+ɺd}a3;ˍQpnw>#tDOuE[@~LSiYa3~pնA[Am0"E2#r$SˊFHQim0RL66OH phZ(2kMܫXԽH[ G"͑& H6YڣWF 9^~R'DDBQ4e{P3c{XQ9)ru:Ja6ʍw}Exq>+> VxxW׫oq~HeS&LVe"UzJ-Pt{y| ~.U~ziYzE M[ +z 5v躑omm'zowнQ|C8I8/.ɯ5!#tɪɮ@tAD/)Մj"5 B\ϯYi_~bV5T7{k]Cg4DgSΕk.\!\'" B :Wsş/I)r |_:AH<"KSutm畄Մu J:w}g4ߗsiYap|{?=3 r|"Bҙ3CهWuUݛh0EDL'! =Ad"RH)""EL"EJ)-EDH))EJRĊFAJ1 EPDD4e0[H33g>,:‡zt8I'LiY>GE/)_^JQdȒ"[D6nޫ9Ӓ+o-o+oDUtִ{/i@8UO˘DVL>K􊹢[ Hd +ME6Ij[L*";EZDiar}?1g3^hW^T+;}ePw^SGA 0-wH f?Qa"Dfhl)7OQŕ$])Fdv +_ArEl(rDMxK3D.u5HN5Y5krj(k +AWyfpQ"T&L&2T)̟*2]dVhNo+DV4\e&!.SEdHݛu'\Aޑrgwɩ#'~P}z]{}z>!grjsW9UkLJdꇈ~^׏rӚYjDYo9_9,XLJd^'~^(+G:wV=H/S5ț_!v7Ď}HF-X$oQkDvzv/[q:o[nfY7{㽖Ŗ̒qqǝ{焒.)L+v_{?{s56 z{3GvVH5CI_'Z(]qV Wz񅼎ŗ +KN%Y"%Kr$S)$׾%5%CJ*[2"JfWhbe"+E敬Y+AdsK!j%{D[/xɩ"E.\%(9Utyn"=Dz"E+JJKJ+$"#t(=CpPT:QdJiCL9a:ta奫JGnqyK'L)mua:tcmyJEv絗acODϩO.mkürzӺŮtqK8劷Dϐ4[Ht}E7H@@xxTUJ/rz=X-vä-W]di"cgK:Idyg~V\ D.؛$-2"sibW[ܓR\-W"/>7t۴xSޥ|'IIdvxwwDMR)Fk-Å*G>kZ_#u`{Psq)#K=ùol8/%Dj},ۼ\vBbå|{YMN}MxZv\OzFbRU]Si}{%= rXX|"-7͎} bM^?-^#n+'^ǭɫHG IEzoB7^%^ |H/xYGF5ngf2<<P@hߪ6V6+?]&I:ʣ7و}:h +_A +G9Kіxsm&Z/_ЬG~Moӣܱ}YC_`9dZw0~uF +kC?J{fKnwaFÌ7QƑdN{NaM ʵl>j|.FmGþzasJMoģ6q夙p UﶣI vbµ븁3q4=9@ h%w)Ռ@BfqI8ѣ\?Ϩ'Ӟ դwSLmTG)):l:cVz=L i@M;ԻX T W v+ +l}y''Дcy^Qv4<C[x?tk2>/ӗY?jPC~8/SChtf1 <ሙq6ЋR77ޱ?lǟ/RGr7.8p);νcR-ج +Ks/? nBjefu /:guf +1O͌>-W<j3x"F 6/J?~-=: ߈.86; B=K0S[#gN36RG̳iw7kȞ2ue7MezuneG{13jڶF+]ӆᎭ80Xl%[<#ī;gMduLL.|3~fX/گɈG#Y`y=NnoKvja+^ NPQZ5B-Wl%WʬY372`9"CVO{=xz@M;"„=f"ޙXw&1hvD3L:D3L,:.LfbL2∘c&ꘉ7f"1Lt13(b&~fSd2M&^2Q>&3h*5EO2L̤0Z)0¨H&fDm&{d"L#FaL#F12L"+2L0:qLD"(BD09d C&PU2;fA&bd dbh@^|~+Vxo`Qd 蟄/, 7eol?|E[ZѲ?Ȭgi +q|`7 OB棿^dZl^l[^Lxأw*zӯ/#tr-J=˔$r~:Ӓr0@l&  ^ )ԀOn!y{hI 1㰘vP`X*ccp8٧}[~+VxSڻKoߥw.~~VyZ6e?/+ćԲ^/ACKFozC1= ϧ{'ǩ!p5 +?) vT-m.Ҷ:4w[m 7~#_Si\/?;oղ }l~6`6zSv|m#بmH]JsT$LE+m9 n,)dOORs7z/蛔3ޕ>jޏ6_\? _dS+b{wQ)_S^|밗=%|#W/Y#X52eZW#/7qy +g3y Rp7F[kph] AZ|kwhQo_GO+-[7o@ޗ Mh> ,o_пF1B +K4IW@zGc|v[h0ky_|as7_8T>ů0ѼVPnjNa݇쫬G[9eǰ/4xcv?arLm쟠75C3_<<5޸ {zͯK\zˤꈷ;xZۊÞ1.̣wA|eǰ<<~7̯6x?\)O3=xjOUm +E4)gXs0W{ry[f +5'_eU=MKd=d\=a K3n,t]3;fͺ'hf{]((k<\֘M׬)~atlrM/ƃH0+_@lK%+f\vc,~3@6Ʒ ٿ\b]y;סϤegY#j݈{{du{<\)鏞YsY٩8{8B7W?3]vXS.ke{ up U'QL\3m[ c0VI)d֒hx%sIZk%gI~ <0#r)f*eΊxiS>`EjL"hޜ{S$b$"X&])cYWyqD ;<x7(& ܥ;~<;3ѼO濢WѣE[fK[wESlJmPyG1*c?~Mɿ`sJJNHv BNh2u9*6/ςs)#lςu-ip8M&ifP=-OȈ;3͍ލ=3U/*woGc}fRPiҝ O+gF +N}]fPb^<2`6>Xs\?j: @<*bmC@):^`Cj\wņ:b "z &Ov,5G~ lx;a'Gegϫ5/㜫 T}OQgJh6h۸CCN#si +{ҒW;+Q,7a3`74dRRLqӝy.!} + YZN/׬>ogz zwyiؓO?4瓛9|Hr]q]$:oWlבygzOnb+A 8dF(ϼY^zyXwi, -rs3U5>=!H+ +3A rrKmc$^zO{P͜Zo/Y=ڙ˔xz͌CWH~+58}Ň7aeTqnY7t4h~VA0URO<N͗ `8/7QG8x}w[&x< |، +9ϏV<V|ժ_$> 4{;)K$oc0@x>fnA)̾MFwL=?Xwm`hJ<,!g?Q/tfgy}tyh eHx*%QF#w4F:$EN; VG⽯rFrM35X)b^vT%϶ +InܡrAw~LK?-oRt7xCKMj/POgjx܇m`O*`,ѫb;kߞ~Rfy7dt2n?U#oX΍ߺQpO^oH e0}C~r vMuvL{koȁk_N.y2;ݕkq<fZng=>v]b4{n;}>i/;8}"' vF8cIN3Y,qV:MF%g9v.:nvw{ rǻSL2].sWvw=pϺ [&lѺi+MY͓ _Z%P{!lߧmfvQvDz|lOIS)_vo,ayZ^sfl᫹Ws^pu$Ú7kͽd],ʟOnǬUifw?Mu}5sf=u+Y}ӷl쌌%-7vVVEk\-vBccGuԳ3XslzŶKYm]c&7?[ߌ-[Ǧ;w ;/v$/ vHrƪX)b~Xn,?g75Ʋb݅:d}}|?v25[,]nPRVo[U'-Jfe5/K +]#:e'623usD, KB/eHc(B(t?Jkw؎++r L_#B9Ps""mDyQ^%D{NzWߵ]֎PhWJ]E&-';-[f;ٹzJ8;_Ug̱:elxx=WVL73bݔ5#wǬ3:Wޙ2d>N +o2W[~2[gn +2_mfU̷2|*r<,+-+ͪȪΪ*ȺêuUՐ`f}-kV]Y[/pxLs0)Ak*SJCCUR25U4233ÉP Zksۻzٻ{.k? {S&֭ѭa66GXoǺYctt_ +]d [[lޤ7Az_%zoo^!Qql>]F觲T }K/糱B}!ox.`XiXq:Msc+3,yl![d+b{!ve5vf#㌜ -p-1\7%q0W|q&7[-VqM\ 掇\)wW\%wA?~-h(Ѵǒ AQA$bP"آ46hH@BPB3 ffJE +O Ha|`ux ."%ˠ5PRt`=8(8HGgx 5i%ޯLL` |0_(A|*ez\N%L${O%{51gTЗH 'ZTi`>,@VNZwTT<9_Y#XcT6^f* ſ,!<8,a}V W@4:VX4,uMs ~uN9`||[R00/` +`)"$i~UitM;w>`,`$`ߡ$ď"xFҾ~K<:ҵ['q0FI{h,q0~o%|~ųO]@{();.hhGG4Pv[<{0Y:#Upjsu@79r,uwt:f\\UN.ۅ%sYG \ev@1@Q?g񎴐s&3\wh"{| )h1Uu@tFt!|ik!}c6!ƘMӭά ?eW ++loxѬwQp񦇏e(g "m~'bjylc ?e #8 dB^O8G`Nbj"rƬf,\||.oE0_=@>Os_?$!RH2cccc#[0P$tFN^⋭0pd9;rCkXa82(%r\}\Pr>ʳ]tttm 0%FnR#>:#9eh3YU.pu$87̲ + l8ƒ5pӖlF[\гȥX@ iYzcZ-Y/qB -.@[gO+Z ݈ؗ+4mOO9dvFl>Z?{yy#Wcx{Cc39$RΞo/;{ڜapڊ >ɜg">ߞζΜ2{9#If#A[b?m=Z 9[f#C{=~9[ !vnS lF ȵ0߾^h:g2@ A["{3o{) +46 lˑio{) mm.1w'Mg3ڇ"e +m @{(q&+yK:#K^b[qV#̦EwB☱ #ɬƅGqȷS<-m +S"n 0'4by>K/ƞ3.@ӭy"60#_yv.`5^`?1 +xw*D I4aP$ׄQX1E;RBū̪HU*MZڭ:dbnIw?U\ްޖ2 =#* +kIJjRg .y%O5'zzNPZ$C +X\~֍-s +X89,)`] 3 k.sqZf)`sqN\7W efMwq}a +X\=hb- 6anP)RSSi!hf3>g>)wggnK +RoyhgYeEh*-|r-w|r#U4,y>ik>i@% +%'Ns>!H,6߲'K4˟% D.ٖJ*@%K>Eb0ƫ07.3c0U8=|C +8}8hn@.N/)j0U8] ݦk +]h֙J08] hLGtE +J\|yin"[Tcnni NM.IdZ9ԙ].409@3$Bu UmaW=l_O=@C(C!C Ɇ4Caa!p̹ @ + v4 }Mh0^cҘOlqԚpM8sDj"=NN0h0Oͳ }4}XcM?֌$3)y2XjF0 I Y%+k*%;3JR(3IR83KHfI혯QlR+K=Kf~`O~_g +{1uh>-'ROz0p|z)AWcEm0Vi#%Ӻser]tպzWWU5KjUww.ZW6j`@:)@3Y}~>WW@F(ilN^r)σaohHO-:jH>RWX vH\|]5W&݂ٽ:v!ee@\uyx\ (qP90b7yyxˠfWArmꞸym(%zʳ6" +j;+Z/tJu2nb/Z1HD4,\!:LZǣWz|*(!\5tF}tfӳz??^ +ei'bZkq1r &}Z\]W'p1P +Նjk Il[n`#v$~ +S)Ӕr;uqk]x_⡦oq:>xX,^l7q?w܃R6i HA,39V_y\O.VY#IUA5m+|JQC\/V]߮]Jʥ2w\uj^\\s+>q"nw[ L@zW.A@% sg`ϊ Q..“{ċaCI1lD}@ȥxL`k@ DZiut\5Hv(:.~W)ib_oȯ=SQieZ:Oh!S 7.ܳ@E|;\*|;lOl=vZ5+7bBatgR/c&c^UJ-̂ 4W\ZbY)깸zת{jS;՝p(WNSv*,#^Fϖ<-aD:*lݬhO7.y +O'ahtP( \8IN ]ύPNRJfnq\=C1hZgi1:&Ba$ ĨScjeb% + xR*U\ERv%|n8.VY?sgRN<&Ru '{J8MZ?M%~=уuEo@GDP"r!<XS- $eDߤ_.-ʩf!%tZyOe`q7,ó8ҐWS +wߠWRJ)N8T13mQj/Q[9qlc )^oHNZ +oSlYbIM/:q/?<!}mQi"GdJ {߇ZU(LtߨP;V +|ZrІ +O%y k_R$)!IRj(Ԁ.$J܍ ,a^ZK{wh\Kwc6#9E6HN|m>Y"I"SeW=RF0gu^M*Qm]?E$2b}D.)gIB_aO"ڗhJӆDo:ïpϐ6$cт,PӜ-HE5QoJyp7(/]n!z z*Tos!A4ZF&X#;k gYőH:9 RVF4,R:GH2h7z,F%j$9KWfsu4cgreAqn|Ae0%n(7P{ QjjNrX0@/'1fa"Џ%Ʋ,3l}&}[g GJsr@9N[*`=!g[FK˩\sZ?7 L+7wǠ/?*s0o nZ&Ofxh}FȘL[ 2g'/D0zȐǥwFarkUXVmƎd䆨o ʭu|#3l=з}=F s͔m̘4zH9soaNń1qh눿'o_?a7O>#pdɣb,ݑEڍU}ߞH|wds;~[s S^/F\yCr:أiͼ9X9b煎7۷^Z}^iu*fҸ!5;fo]ysNE6>V/Z'w?=U>FwYt<$D_?0ݩ_/t5zs'X 'p_ϴ/D~qÎK3o|sgiԘ([xޣ9\hl&x>6{nxwdK1di&JOY_G{ˤ_v4/:zGc9 |>roق^=gvOLo߲刌\:b¸cFezƄ#2_naTvSrX9Fv̎uLѮ-^c*>zP^~bw/=E{7 E + HgN ͟g󽲯U|0gD!Rܘp^z-x4X?{ѝ\S"la]"7Wc'q $F1~n +?рq;{bz4 Jٸ1knhK ܛep-qo0o9GE}|$$Ὥ֬aO{V?4۹RGÇl ]f31xZUz:ƢonPJڞ)w3?83)Sow}C{m׎n>tڰԳ2UrY#v{5;MM2)d v_aQɈY ]C +ڼ`DW Nt >y΃rK~;+f7|ذ4, C1>gBsBW +~7M?MRLH?jBL@_y1}G5REl hb:Loa""R؆=gcb[g.?B/yW/٘GG5PLHvQ/^ ~njl9wy~5/i +FG~odr ;/V عۃN7(Fܗ<ޒiO!U/(XȶcOޯsKǗn73_:Zu3[l)x*Ӣuΐf eAsN9_Qզyg>p9ᛡS;5r{1or˴?^D8}쭄ǟo\x8%[}=wQm=su@W0Ui[EF7h7V)B[n&%2dx!#ڎh:lDDRL'oV{+𺚲x;^ػ*)*ze.X:rBOGLv}4kG=L#˧.J2m@oՠse,(7~{wk@涻r,W/fQoiu!{[nr{#D|"&E1[jpnщg*|}lUukģ5,׿ >Z[bƵ14z݃>Mmz$Ȧ22ju\sV7PfpC}ѣsjhyw=5b6>|LwCsܦ9$W ᷡ`ƬՆ˲[$ITO )t&=js<1|a97x<ʵ fBYd2IQ1R6&`%b,5c9(kQe,CdkҦN%'kYD|R_ǷuxYgynUӿlwR''T!_{1!\ȠC@kA=|D875Nht(q{ +rR]>=ceh+1AEԙ&̮lY&r=,pڎ a9nJ:IS 4N=K +B OchB6)nHئbid3^Mp%]5|(q,|{"˔lj?d9jGU7} U3huaš%Or^x5E;R>̑ʴ4E㝶 ?쏿/j٧>%Ea@02wq402LZHAL@Vi+ş| +z3_g|H&;u7Vxp[  v +4C%g:>ȐǴuf"R /eF2 ^$/?&dwy^r'qP7Rxs%_D0[3G 7qooN6vlי4dSX+=h UHQ*lb~șLz"?fgCr5h;p-w7wíh$Öl':*;dJ^ROq'l,LMgvcZ}a6h۟Zj ˂,MW !WyEȕF +QXh{q8kjcT(O\0HY1u4h -z9Gh=`0-'}9<ઽ*lZP +&guU"q;G``RX攷stAy⊦8ZMKAI~mʪf=tāq}!c!r_\g ѬI~9^<3mgnp[T2mR-71[C0uV 1 ~Ys"Ĺk_``hz, Դ4 +LAD,K=BXo&t}]EW{Dv#h}i +z1/-#FwiEHB=Wߨ>j?ak}Q ߒ#s*$zBT;vokԧ[T|7srdQE-aKXbU?l^-},7is^CFէޑ>P9ĭ v;.l4<)4tfF.OZwG昁"^O*_QB`Ƨ9z"] {ͯ5-+DkRudaյZԡUt_ +endstream +endobj +756 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +750 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [412.422 351.865 466.97 364.308] +/A << /S /GoTo /D (table.caption.43) >> +>> +endobj +751 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [451.11 151.066 505.494 163.51] +/A << /S /GoTo /D (table.caption.45) >> +>> +endobj +755 0 obj +<< +/D [753 0 R /XYZ 69.866 809.284 null] +>> +endobj +749 0 obj +<< +/D [753 0 R /XYZ 70.866 779.207 null] +>> +endobj +122 0 obj +<< +/D [753 0 R /XYZ 70.866 483.125 null] +>> +endobj +126 0 obj +<< +/D [753 0 R /XYZ 70.866 394.635 null] +>> +endobj +757 0 obj +<< +/D [753 0 R /XYZ 70.866 348.093 null] +>> +endobj +130 0 obj +<< +/D [753 0 R /XYZ 70.866 196.264 null] +>> +endobj +752 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/XObject << /Im4 743 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +774 0 obj +<< +/Length 2439 +/Filter /FlateDecode +>> +stream +xڭZ[w8~ϯi+H .t{zv%ٙ9ۙldn Y.ibpK"$T"ɶ1lW+>^]t\$Cj< +m)o<Ѣ6HSa-a_?${V`x(bQi9jµ*j-T%)KmdկhOזRpmDv(4mC3|#_O C"7pWe>Ya#õevkv?$@Ka%6Eƕ@.Hf[3ʢF(tTCCQe$)} +T9d,PrXG˳MLW[Uǹ ӷr+.D +@}Z +t(Q+fjiI2g*r+ YDԃ\9֘,{[v y½*gJ;JZ^`kUզT FY|]TyyQFlE(in^d-79#7>OsbV[]X!is¢IdNv-D:|dGEswǡT"=]R73<G}@w3,ֆ9=,X**Q|Hc~7x!"]PYlsNSpfhr-K:5I$FSlDcU'͝ulx < uSֽBFB,NXK~8 3B֗Wcbt|όOaʂC>T@Bd;6Vh'4JUמq+s>e:E?e(m YkZIzUQ&M+{j筫ml_k<͈zc+=38^|GIGJJ X@Isb6Tb'x:X ᷺tlS c`> + SNJ3agI`wrcE|8+JBxa s@sNǠ/')r,崿 >ݯ# 5٨[ٽCF2:ʁb4$ P ڦ.*l+G[zw?'x]¾.׭ +`AqZ-vyPibEXn,$0: }!xKxY?āўAxuiHBN4ٷތ^a\l"X97 K+uAIa +J_On0 f|EC߄gf=T7t%MxPvѢ4kBBػ7Xfh1~-U9Llq&tw)g;v㬂\l TM_썗 &^ΡZP޻{n1x0<0YYd_;c@~A FpN€3kZgaY x'US(\;Vrz?Ô;:8tw\ƍ~}:HiXFKzc8 *]}!poՃ\yew*Lo"-{1Nݢ TTaM&Q3RPiMf.N鑛%^&i,#Oxyx eT4`tQAOphypChh(Kբ6/O*G@/ ²߅WDtSiU:ItejFu:ՐJ[7,b/kT4U)ٿ +i҆~p_0r1:Ø* +endstream +endobj +773 0 obj +<< +/Type /Page +/Contents 774 0 R +/Resources 772 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 758 0 R +/Annots [ 771 0 R ] +>> +endobj +771 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [82.06 356.255 136.979 368.447] +/A << /S /GoTo /D (table.caption.47) >> +>> +endobj +775 0 obj +<< +/D [773 0 R /XYZ 69.866 809.284 null] +>> +endobj +770 0 obj +<< +/D [773 0 R /XYZ 70.866 779.207 null] +>> +endobj +134 0 obj +<< +/D [773 0 R /XYZ 70.866 399.025 null] +>> +endobj +772 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +796 0 obj +<< +/Length 2607 +/Filter /FlateDecode +>> +stream +xڵko6W$#5˫Hhtl/bѝ$Τ_PdKk.0˒%X,J2~h7_.$o_OTf2 'w0-zm9Oh ꬘ηUe$`jS)|Z0W@\Wd:K2Plo)ZJRط_78Zz֪ލ3I{,nYݍe5& D1? ey%'tyO*nE ,>}T8+ap +11Q| \$nTm&s1E0|1}98-W[V4~EhrҍBH]A/=^C]5%e0#)_Faœ+Lâhh 廛nhEuLޙsypfP&oQ٬`Un^*@_{]UGJ?[#NDDiLjQI(nSm@ S911Ef*RbfqE{XUD mo`"n31-81(,postaV`\Ӏ:eۙ\!V&f^T% /yeЇF|f]#[cE}-Jnxpa/r)_E!r1DMKVm@Sr +QmFq1[YZo&wT#Z:GKLnZxSu1Hb]^lq9:x%n c!A3q;:š=kBÿ]>\E|x=OACOBFA}LIzR;w :xGvYx,R.k^fˁ */Ғ<*l"g[]+fv~q*uZE,CpkHŁ\Z9jX)H5QDjM Si0"Q;C`=P {j}Gq&vRla36>rSaq?`4pz2 2jooi^ dh~Gv+U}b4O8'pȻ_G 4nI]LCaitpCd-WE=FdVNֹ棌 aO䫙=uwsӵA[\*;7WWF~bi/+l*m\FMF ]xԈ0(!n 5I15}5Yc#3'PI*Y(51RnP*wlT{@0n1G{JQoh3e) QpR"£DnX$[68N`tC9QŅŃuc4WfK5F:B㸱:|9B{"(!bC1Sb29HILV=zQt# +endstream +endobj +795 0 obj +<< +/Type /Page +/Contents 796 0 R +/Resources 794 0 R +/MediaBox [0 0 841.89 595.276] +/Parent 758 0 R +/Annots [ 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R 791 0 R 792 0 R 793 0 R ] +>> +endobj +777 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 494.795 743.088 504.784] +/A << /S /GoTo /D (cite.Solms.2012) >> +>> +endobj +778 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [719.867 445.295 727.925 454.913] +/A << /S /GoTo /D (cite.Behnam.2013) >> +>> +endobj +779 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [738.063 445.295 752.186 455.284] +/A << /S /GoTo /D (cite.Pullum.2010) >> +>> +endobj +780 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 412.162 743.088 422.15] +/A << /S /GoTo /D (cite.Rohloff.2008) >> +>> +endobj +781 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 362.661 743.088 372.65] +/A << /S /GoTo /D (cite.Loya.2014) >> +>> +endobj +782 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [731.998 329.528 740.056 339.517] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +783 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 296.619 743.088 306.384] +/A << /S /GoTo /D (cite.Kawamoto.2007) >> +>> +endobj +784 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [719.109 263.485 727.167 273.251] +/A << /S /GoTo /D (cite.Bayani.2013) >> +>> +endobj +785 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [737.305 263.262 751.428 273.251] +/A << /S /GoTo /D (cite.Liu.2010) >> +>> +endobj +786 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [716.834 246.895 730.958 256.883] +/A << /S /GoTo /D (cite.Mohktar.2011) >> +>> +endobj +787 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [741.096 246.895 755.219 256.883] +/A << /S /GoTo /D (cite.Zhang.2012) >> +>> +endobj +788 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 213.985 743.088 223.75] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +789 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 196.996 743.088 206.984] +/A << /S /GoTo /D (cite.Haas.2005) >> +>> +endobj +790 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 180.23 743.088 190.219] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +791 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 147.097 743.088 157.085] +/A << /S /GoTo /D (cite.Sen.2012) >> +>> +endobj +792 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [728.965 114.187 743.088 123.952] +/A << /S /GoTo /D (cite.Lin.2011) >> +>> +endobj +793 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [731.998 97.421 740.056 106.816] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +797 0 obj +<< +/D [795 0 R /XYZ 62.142 611.522 null] +>> +endobj +776 0 obj +<< +/D [795 0 R /XYZ 63.142 573.695 null] +>> +endobj +794 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +808 0 obj +<< +/Length 2365 +/Filter /FlateDecode +>> +stream +xڕXIsϯyKMT9P&L1@8Eqrnr/?ߏs =e^Nj$=?p|_ܶKrkSu^$niS6K8<^~}a$Å$RQ#7 Ѐ?˓J 0mBKmx+R;Gmѵ~se]=o.nW(1)LJP$eLٽ%bW0ī}lց_Zh^E*ڂv,=>5=PUDzDž;mEEuqz}pO|ԅzv")mɏOu!{`*RD& +H. "+i4! A)={ɏ}oKˡThvѦw#um)·ow?i<J%^(ZllF!!PXpel&pJ.ε7rewoKph'd~r 5)  G8GnΙ + +gG^lP5 ]qƗp4 k)+_{To3/C{$Sa(* @ ++إtߎ]Jq*|t4zңٍ->ny$˜ WCg* u +X46.r4xh@ pզeڣW'L g$œe$Q7%t$!M}a0Mn +D|=t[@ Ypz g)L" +d:m+oO*72,nrpFTKmdvsLwH eV/:`8813b|KܼP?'2Yg7S`,CoџxUA8</nwfuiŮ$Ѽb) {J=]1Y?4 -޷4*=^ +I׵UL32a$t^:N@ yڂ/yGm1 #j& r0*׮>9`NVP֊^щ-zXW wm%xB02Wkixڋ +"A%DGթ[Ʀ oY"92U|ۿ-lFuWغa@}5K)]9B`KZ%$huy8;oxg:ˣMlsW0%Qv,qn9@)*n0e'YSkXa==R, \·f@.NCڐ+t/ %44>Vl 1L8H6}9q$|ʆ +\@pOEH*SUä% OlzGs`KyB;F_Mi9J,~ hb xvOk1W[%>}}7TrM{2DYl'Lm,}PT~ŚkPK y2a|m<:u}:=U^o`wYHLzJő{ژ6jWo.|qh ;2 zZC-]Pj蒱BdW ak8byܐYIYPרKvhy, ˪cRaݍ%*Y +z] 5eș1X`J^q% +endstream +endobj +807 0 obj +<< +/Type /Page +/Contents 808 0 R +/Resources 806 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 758 0 R +/Annots [ 802 0 R 803 0 R 804 0 R ] +>> +endobj +802 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [495.09 620.16 509.213 629.925] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +803 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [341.401 245.991 355.524 255.98] +/A << /S /GoTo /D (cite.Liu.2010) >> +>> +endobj +804 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [211.983 75.515 226.107 85.504] +/A << /S /GoTo /D (cite.Zhang.2012) >> +>> +endobj +809 0 obj +<< +/D [807 0 R /XYZ 69.866 809.284 null] +>> +endobj +138 0 obj +<< +/D [807 0 R /XYZ 70.866 771.024 null] +>> +endobj +142 0 obj +<< +/D [807 0 R /XYZ 70.866 693.238 null] +>> +endobj +810 0 obj +<< +/D [807 0 R /XYZ 70.866 288.504 null] +>> +endobj +146 0 obj +<< +/D [807 0 R /XYZ 70.866 132.449 null] +>> +endobj +806 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +822 0 obj +<< +/Length 2388 +/Filter /FlateDecode +>> +stream +xڝYs6_Gjuo%issKiʄ)xv IdXX vMhW ywR-$*]/8,Ee/<<[lvpwmѶn޹Vjx VJ&eZr6D5F`@y{uڮkMu^,/EW,M=h߱̀0]ַ};0-T?H+F0NK8W`t koy, +su&Y֮Gu:Zဘ[czȠY pFzbE3d4q`(O(>Ni5Of@bqeN+uU,,Iߗ2z];> x'D&z?e!ń<ɀwm<<̒{WOCGK3ۚ|aSԁW7(-ծ(ǎh5 PA<".bG"gu~>+49kG0!A6QG]CF.y) >t0܇"|M+y4uBˊ:nGL h>'2 ު1W7ncoz؀ZuģÿOo$J{>];+B=;ه#>vs}ץy,n8lc#D,՟KCIvФ? kuu兏*zyn-MIăq2u}yܳp_مJJ4*⟾4&QKA-=l/ccO(LD,"u )Zd%UE]ۓapEWOƖ#Z"";UBR98以eCTgLux}帕-ଃc&Ȩ ":ǫ64Nbb;/.dՔIC `|-SRq]PR#1~Q 8рuw8^yDᏇe +yr6܍lf}Ȇ_Tx%۴^mf(U댗#vMϟ)BVP [*Մp5(dhmA,ϝ1 M @&"69_yP2 ەziq՛<}V +SG]wiMkK'} 99R^dSЄuZDՠ(LݾǢ[Ó &q^kPwD]h-Pr:%W)v".=s+`Rάo,sL?& e 6p-Ew]8<%xsas!CK +Z *3Q.PcS q =8Go3V OB5{%|yGSV$uBO c8ѺZH+\z;ڰ(WdA񔾇NM"(l=h& +W LV3r 6Ś:(B&M!B{DI술nmKA$#u$W}kh؁j޻ ] BsZj >ehe|XK_仪ow~l#> +endobj +805 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [446.926 665.053 461.049 675.042] +/A << /S /GoTo /D (cite.Haux.2006) >> +>> +endobj +811 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [175.97 588.593 184.028 597.987] +/A << /S /GoTo /D (cite.Bhargava.2007) >> +>> +endobj +812 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [111.629 482.622 119.687 492.611] +/A << /S /GoTo /D (cite.Bhargava.1998) >> +>> +endobj +813 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [415.261 245.937 429.384 255.925] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +814 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [86.844 213.202 100.967 223.191] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +815 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [216.634 119.669 224.692 129.658] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +823 0 obj +<< +/D [821 0 R /XYZ 69.866 809.284 null] +>> +endobj +150 0 obj +<< +/D [821 0 R /XYZ 70.866 645.303 null] +>> +endobj +154 0 obj +<< +/D [821 0 R /XYZ 70.866 193.741 null] +>> +endobj +820 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +831 0 obj +<< +/Length 2403 +/Filter /FlateDecode +>> +stream +xڥYv8+$ω8]|l{3d1,(xLQi>⎿~n$K=@$y/ʅΟ^ݿm,(E{i/8Zߝ ]F'WζͫJmGWI|WUCSvCӫA4z {  B"O~o::wp^uOr+ұs;TﮌvTN>t%d_ءUx^8oے"<ߏfʈK#ĊFb܈}Dv|CsmYwUб3iqa$ "ăS÷_) $c T}Tݑ/(Əma̯9eV93/p)6:96 ;^%bI5k^®R04|dVc!ݴi(i()kYm7F~]iDBr +ꞧ`Yx;9p ^GtXܣA1c:ްwU`}\tZf8h| ,XX&؀$q=W39 _ X~~P:8y}D"^T+dOZ`xNQ.IrKaA0 ƶEVP:j>l V(v]o qGQTl)Nu)J>$E_UK(6jsjzjL9{?3UqB|O PV\d-ۼǘ?U\AH@BE D&͏h&usxmʕEӓ N] /ZW},,tpëc@ReG " +!K -ēu"8$ySǹ//0cnW?ّ95{k+U]F4dLMO{R1AHf *3$] +۷/O>u0$Ŏ_{(SkdʈpnK9D^cƜĚ4 }~l"||J#kd/rգ4J 4ArdOchlCET $=-ĝ!s?<ئo^S}SuQ-p4+5ɓFQi6nxBWSR(=Df ϳ,6rո'. N%ٹ0)+pcL$m+}+̠v4~.X +S +2*S&?Co6q9G\\\C2l3gbI)O6\vxږcVͦJ4y>lJEEbM[ԋ/RC1=<~DD2{;0t!gT.wصToKAش4e_l9R@K:4Џ v\v(m?d3Y%̬0: }/ő:Zr0U"Q#,^&)~~0Wq%_AēFtPYK ;D/\GhRAXݕ^Qvbqo}} ŃϔJ"䍥?{Ǵk(L2- B70fq|rEFK <*ںN|]G,2LgYa3e:2g"#/ N_$oY"ʛ%:w?>WY/%0ԍ%ٟcLVW}w*Gi(~X q߇AqtN`~j0gMZb; d_2}u6KSf1QNL4N#hGpO Qzyo8{ԶX9[ƙ9kPÚ7(po|D,14d/%[٨ ; +j&L,1-ƭ swuU0bԂxr"N@a;u QO:%)zb!b$_ń*#[-&lY(iZuS=>L8QD%|\ê+0s|WSilg> +endobj +816 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [353.516 717.776 361.574 727.541] +/A << /S /GoTo /D (cite.Bayani.2013) >> +>> +endobj +817 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [157.174 668.674 165.232 678.439] +/A << /S /GoTo /D (cite.Bayani.2013) >> +>> +endobj +818 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [465.046 576.801 473.104 586.567] +/A << /S /GoTo /D (cite.Bayani.2013) >> +>> +endobj +819 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [483.242 576.578 497.365 586.567] +/A << /S /GoTo /D (cite.Loya.2014) >> +>> +endobj +824 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [244.12 500.443 258.244 510.432] +/A << /S /GoTo /D (cite.Liu.2010) >> +>> +endobj +825 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [505.339 484.076 519.462 494.065] +/A << /S /GoTo /D (cite.Liu.2010) >> +>> +endobj +826 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [331.011 424.938 345.135 434.927] +/A << /S /GoTo /D (cite.Liu2.2010) >> +>> +endobj +827 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [179.044 392.204 193.168 402.192] +/A << /S /GoTo /D (cite.Liu.2010) >> +>> +endobj +828 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [196.239 258.633 210.362 268.398] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +832 0 obj +<< +/D [830 0 R /XYZ 69.866 809.284 null] +>> +endobj +158 0 obj +<< +/D [830 0 R /XYZ 70.866 771.024 null] +>> +endobj +162 0 obj +<< +/D [830 0 R /XYZ 70.866 557.377 null] +>> +endobj +166 0 obj +<< +/D [830 0 R /XYZ 70.866 356.636 null] +>> +endobj +833 0 obj +<< +/D [830 0 R /XYZ 70.866 333.656 null] +>> +endobj +829 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F28 573 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +842 0 obj +<< +/Length 2068 +/Filter /FlateDecode +>> +stream +xڵXɎ6W(m:l trkh T%FDĪ\շy~ \Ig"JBXU"4WI,|Gz^7[od䍇a쐔xOH =X፦)%H=,76ooyo;$C? 8CGf_|#]އ{]\O4G%D11TUe!g,}p-\pr{!H.1|0]_160N/itJ"|#8.+[숐#TI҃>P ɡ,-2@f+%]Hw2@uWBHE)!ag2EB05]A1MXiSt7p8vi"z?/cCNf|5.0w')免aOCmW4VVOzv 3.b68C"}_ Tqz:s@[|QҞVf ;-4Cx<$/3>]-r%ӷ-Y̆vk\Baj}Lc0tFWAT  ٘WRKawB,i\6 xK!qH~({5!W 4b*y\5%9\LZyN8/-/ĢRPH)uep OxI.=ԧTfgK8;oKh%h )4i4A-Dx$:6;mL"N:6| Eu-mX^Pͩ!_vS'Dx2F)hեd< iH[LSGOu*i`$ntؠQڷ;8kXʤS TN&l`zp})ب +L(ǟy,̑iKF@d4}:z#HxATqf<2f !k5Wm$$ iq) vs, O}j,`?m3L#ȊlGȴ +Tyڭ1+(gJe鯈ӥY n@vه}7]B8La6=ӟ)DŽd#n[j Y!3%ټb8T|t$n+l`icd|HOxv:P :kO5׽){"^< MIS>f;f?B:""ƌ;(u JJE4|{2bBqS-<]_۪֞ˤT\M)%OW2uJ%T|uw{W +endstream +endobj +841 0 obj +<< +/Type /Page +/Contents 842 0 R +/Resources 840 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 845 0 R +/Annots [ 835 0 R 836 0 R ] +>> +endobj +835 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [110.484 666.275 124.607 676.264] +/A << /S /GoTo /D (cite.Mohktar.2011) >> +>> +endobj +836 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [83.139 104.167 153.96 118.503] +/A << /S /GoTo /D (figure.caption.59) >> +>> +endobj +843 0 obj +<< +/D [841 0 R /XYZ 69.866 809.284 null] +>> +endobj +844 0 obj +<< +/D [841 0 R /XYZ 70.866 725.155 null] +>> +endobj +840 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F28 573 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +852 0 obj +<< +/Length 737 +/Filter /FlateDecode +>> +stream +xڍUMo0 WhKzkv؀498VV~eA"i> !I (SXXqgfX*yq"v&A8f;+Fk-~:?]̮y(h[D"&u9zn1%Ѻs2Wo0R*"zê=V)JgRDipg])Lh֙uK֙w٦CwYʸ*%hOy)=RptȲ2ׁQ`tY +=K8ڑJhMq"Y+#)?:z㵹i}Ht8cmS0MaaW)}MWK;3V:2͒K drS>D* $PX2:~}_}vbBU0"iM7H*[AULev4T0ƅs;KBMonnHA_Ascl0яߝپ@ + c6`>9OpyVd !tC9t{xɂdR~tqLcm) pa@`v{hNv}q"@vm|QO} % fXs:S_JRSU.! pI36,lɹaE@J6/,<01un1 ` +endstream +endobj +851 0 obj +<< +/Type /Page +/Contents 852 0 R +/Resources 850 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 845 0 R +/Annots [ 839 0 R 847 0 R 848 0 R 854 0 R 849 0 R ] +>> +endobj +837 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 671 +/Height 961 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 30663 +/Filter /FlateDecode +>> +stream +xo?(W~׾vu׽UZ^^&kFwn駟z7n/~j \y@ y[WB>*K??w+[֗%~=qrrry}sqE2Oӟg)kw{wo~+_l6g)'J 7pw}'?DK|ɇ~Xy_W/K7]z￿<&wi'~e!@xK_z{g?я~%ԯm[~W.,,⢋.G?zxxڀwp@~-=kSr(ܯ⊻sO?= +'Q~6vg?KPN#;?O>SO鯙]A ׾vg>h4;@xַN\M?#>'஺}KD+/[w8F1vQ~ 7| _ԧ>u饗*'JOe/x__tMv{_>k7f>w5\yЇ6 ʆLg=nW] }-7O|~/br/+B|]},c?d@i999^W*0֯O}SW^y?+K/}ֳOie/{[{lccvww%FO|BZ?܃L('o۟x?=S}L~[|;e]K +@Rq>Ͽ+&馛p ]wuo۳^o]WvF2^tEo}[z衟?O\o&/}K_m˽  +- +̗>s=<?裏>.O=Խ{7׾oZn;!/,,|$Wf~Oa?{7wIpw^p`VMo+N#;;LP<^BK_gH#]w%?2xh 4^z闿o!Ivmwez(Uf ܯΐ(@瞇z}gg/'&oo}_?:Cr?GoHW_7 4 H/w P ܿr?|2` +rH z衾rOޗw;tppEQ/G$GȒ`t] %D7I}ݏ!Y?@~/(w%OK.A /k{d݀Tf6L׿zիn{3x } u{¯ʯOw^uU64yw'wIgoox1999Kw -; wu{D< ;@IWBT? /@r- _fKQ;;\sMA>P巿\p{ޯ9rַukJ}"?JBm4{Eg>*,> 9ItڰOV#l_AP xMNPfa;;@֞;w.uޞn oJ ޑ;@9rw$k6ځ~ttj)6HKKK, 8n"[{]\\:Zk- p_3Znk_m*<6 rΦfc=;N(qKSshyR*?LLuorGM8$r~\,..Z#w}ee%uÇ|bvppݗnb{%E<n^-G^i[gd%eD]sjjg}I!E$Y/rrrj]N;a;@wvu + j)x'lYNec`F`ɝLD - - o@@- oA3gy;99Xvu--ܺVAȽyhlnn.؜'ey(ljµZ(WrY_TOn#rSKEq^ٱ>[ևм[շ׿mRκfBft³tk㨨? OXǾ*:Yr}v8UQGsŞUx-,gV%]JTx²!JNMvUjdUwZSqv҆>kde ڱ/Z:vdUKï/}ֱlj])Zׯ[#/܇r +eW:}{=ug@ؿV*i}a){3aZzja~V:VԤH'jVl(VF͟z!E%ekeƏO%VN*KTёhmԐ+^r܋r gj̯ÁJNT1Z!w^{ҰNWBϹܣ>d(S+&G%;~/k.x_q"o4-/%F@%'UwxQ#\D:;/h"&$ 9U<ƟC{_<9&FvzDBP{ɑl=(S"|><' +O=Uà'U9jkrKt#f:.ula2@%TWQݻ8VE׶Y]]x߲%3[]J\g 96Y+Q˦;iغs珖FyExf^@֡=1o'ܣ>WNsՊn(B~J;-(9ɎаZ 9+>YғL{xͻ0@fA6|eO{謐S_R/2wzs%=#gg=ySE}'_9-{>@ ſCԢn! +H[IGK*>s_<Ѽ͚z@,uYo4&7K 66yMD9ꗳ gaD[a:5(Y5v>s:U*dF٫m߰.Җo3͇#f{6,G}H6PKvކI~: e(}Ýc{͹޳jhƉԙWS \ RO6}x0,Q񍓅!9w ZrsDo }:vVHOcyd%YӋ+tPu]wЗ_xQI6F:PEܧC4ε>1jibgR+]S}t[c{u<4_G'}E֧lYWtYJ>{ T`]ȓ{G:9Sj Lj\\__/a3G&I7utJ|™j DLrxxXRk 4KM0kV"fGG5Q{y^ګϚ|/UZ36#oaUVNQL٤Ҟ-]w%oeY}XGF]"3tM9o]pY͉1]Nc \U"&6Y5>5~~ZSݡк:u5[r^M,ϫ5K3XkO_*3Sv^'{@n uqxx2AZ2dk7{4@ʒ5۔ ו™Pֵ9gȽ~r#9X5o1dرr=쨨}`U Ƚry#w;r@!w#wjP%9wD7ߛ;r@#w}iii"rsRhd# 0ommEGGG[=r:صʶBvcЇC] f'/ (5҉X?rGS6ى$v\ʊK抾%Lޏ໰#9cd{6U ]RKmjrFdOXJs^ εo O۸!5w9ZJT!!@c}Ҵcl?9a["\Oз|I{mܑ;ZV̛r_nr4ykݢ]g pHnZF]uolDIǓ`CP {$D\3G!}`ujAgb;QRst@ea8jEDD=[7O{N3?7OPH ; +KA_rGs+waw'*p SQ|Sàhx@ߜGlrhbha8ܣQn{[?||I[±"wPNP7m)9 maOGP z3݋?=Cý{J+"w1)0=+rGNr6N="YG)޳# 0s&_SwW#Lb/Z%n͓cGX$NcOf Cvr>Y3Ӧn"k.Hp?6ZC>/jdi_  B@<WErٙ~p@>rGP]@#w0Cl6uu:;@ 899Y^^uInrMnrMnrSNfa;; wjr_NZ~WYa;r;42<@8>>2;o1]?20^wjrSNf;a; w:j@0#>Z-b; w#wr;r@;Aܑ;ry@Ocvr{Ͳ;r; w@d;9 wj/ +BM'$ȝ +uj!pp"wܑ;r wN= @@ȝz;r@#ʝ/giiiooŒ; r:w\`qqr; ]lmmi kQ & ;rG]zv]s>G=7 l$׆.µQK#- ܑ;rO.ى.PFB5#B5ۺ߭1`ʶoY"ɵuK\}>Y5H& wܓf_aܣBS07`3{V,--_u\drGs.,ۻ[wFz#u;[D ,):=- ܑ;rPPvqg=)V6H?mkL@}垥I]M4^666,H7|ߵ]ܑ;rBCtۓt9ǐu:RwrGȽOPg8׵tp^)h'ܑprQ5inkwOZ{ZA2O{y~:$6mhG${%>v,p&u0L?(k#w5 w w@ZN#w +-rGԓEs w w>WY$6L? ;rGZܩ'+qsSh;r,iyfBkkkBZ4 KvGSh;rKj\ߑ]4|b{{;lX/@@ȝz2 %S3bpitwwgm3 ; txjix{ÎSm.@}nϵiB+~7}w}$Zܑn}K5V.?S*z*(糞dpEjt9 ݷZ:uSA w>W;R:Cvwwȑ!TPI=\ +3KgE| + +#zדh6s1]|ѨbQA w^zR5ي9(ny⩠;re=)֙mDuStSA w^zRZyCܑ;r&VKl6gv}9?[[[5+2] + +#zԓYM>j=doo/U8c}mll(m22OCܑ{ IgǬ"ʃeR+ZkKV.K׸h4 +Kw*(>9O^Blnn*Xn[[[a|m~z6dTPȽZrObӨ2&U +-_YYfߥ~[nskKH/zU + w@X̟¶F7壅fmcN 6@L<Ӂ4<5rG?j2nGGGmnymc_ 7 ݷ 2t{ž^BȽ aa#-6YGErת艹hK'yRs^fTI677; Q|^:88NzD=ۗJFlT͞>#w^zs@VVI['|NV~7{ wܑ̎; ݇'Qprm#w^b,gVECl +}}}lSA^k q>f鰽]<ֻ-o9ɩo||Un"m**2} ꑜ!/M>%hˬ'Y;NrŚ\ݮߝ]<|՚O%0?Wl'U +1*2ܣ?a >E\%2 ";rGc񋪝= +=f+)ŠHɟ5  +f/.wƟ% g]GDve ku[:j' w^ \ZSmc*OsyG>~˺l{;up+rAMtᥝ +f/(XS7iƔ&,YΛ ;r/"*{D*٩Jnb'#w>kJW\I9ǖå};Tܑ͎;rGCǕFQ*ً˝nyܩ's{{£Q h}}}*]"TPe6{APܑ;rz&Ek]T_TPj&q= +ܑ;rzRW_`{Ż>T5]h/Ia\ w缞leOėeD*WTT^{;rGS'*&K>{j-97,T] *ߐ;r^UX^$y/]lS,שC +xFIC;r^Y_Lh4$Z۫Xj֯UC5he*#w@uurBzERy[/TPTVxטn﮷O4ݗpjf;:V5WO +.T/-oy 59r>?q,i[fO!j9T7P9Qm[Î=܏D{"wo #w@s֤o!s~aI}XTvr3N7Lށ`s#qUV~۝nyc ǐ*0ܑ;LB@k> +e{ݎ 3(6]Τȝ +rGvJ%w{YL4,rG#w."^]<#w*(}roKKK9:#' xܵGmugܕNޣċ1; wܑ{n )!...k÷wpbi{|=/rGPZtAUa "^!gM›I%%ݼ0{[brw/9r-E4_) ޑ; y#rzr +WHzSֺ( u0vᒨ[~d= XC{oK*DȽZr{S*z׺{9|Gs^B'Mgb|`;0 #*=}kM{^= fgY4x'lG}rKrуwv^E/Ȥv!w@0JN؎ܫ(wcNցGGGԍ(E{.G#w@0tN؎+*wvn > +WkNv{rQ +a;rM>K2}'ɑ?GouO:M].*dr]Yr&M.&zfmYgf{9j}Sc#w@}~#Id5#wNBTZ;rGSAQ9 }rr___(;rG#j4:#wܑ;rGTPCr@r'g;rG)slT;rGT wNE9, w>+OB@Cr@5*ǖ߯b=P+,pGoRKJr@#wPh{=侱1"_rv1}ii)ي@#9{)5kG(  wC-Z+]n6."ѴڜΈv]DY]pr>9n<99e䍍#K+++aet߻壵`;;G HB}|oN= r7Bŏ.wCP9wg 5.-n %t%~>k}Er;

 ةGCI]c_>#[ן8'ˇ]WA' Dv +lPI~[ wgkUD r) +JՈ0HwS;wf3d =ڣ6e%ق7rj|5NQ|ֱ+".="뾥-T.޶~SXl%vyPK]o8AJY&5rI8 $52 `kVo ̎nUtiԏita.ɕy'W]ǣc6-3X;; +ۇ8(ҥN:˭ rF=b 3a9FnEa2/EXtG۫F$UG$- lf +~gD}D +|kΒ - %_ Mjv: +>$.):LIwFHtU +v劄3P_bgpMZl :(祑YHTgRw[hSfE>١ޥCl +P-,sUr iԌr|b)9yM>U]A83@RT!Ș:HR@ CFf>X7Pc%!wo&j!8˩F`+'xAa'=%iʋPxEGEONc.,]Kt ++T1Ad`d 3.ONppohnj9ECjw B]-EP +G/oڿ<;+vitNAgyF=ѿ:޾B_} h!F̫s}_{JH3VMs_OBpv8KWo.܈_{x1J5mtJ ph;G71Rp+(H ^Q)!v%Hxܵni_^w + xAFuY7){p5 +3zKI>Ya]VSAAC`\`@؊&^ؐ+w cN0   @8}?p8Wp8G#?pG#gG#?pdHpd +p8G#?#8828G#8r#Gh8G#G#G#3>p8G#G#?p8}?Xvp89C?p8p'Gn9e֪rox; lB?\C3G/`gq1 HF0?EsZgFCasa8ԌKJ ֫jϥs)EllAe?u/=CuQ0׮p|<)uLplۉYӌ~Yu,E낻 RtOĊpPʎr`73»G-NZ­NVS] ++*(#Eíсu立 80] zĎ3Ә˱`Ұa!O/1l *)-Λ34"rrM?˜ղ/lEA ZTy 'F;ow'pd7~ɍr$V/TZ|(ಭUpz.֠#J/Sg_r[M}`>pHc*EYBOv6stx\&I?$dC{`@SU@x tGNviL'&* U'3w' ļq<PmLӟU}.HUodjק%4ia$.dؾ=@Ra*ckLC EwӘ.KE2 7$ ί20D^zK#ģӑw?GZ$OԩV.@mwp+\fush؅y}-foGeq fymǜti3c ͱEr_Rn]Q+41Wz&k 9 +*4xS+ó 8:8c:|CAT[[ A߉S4 R$ycZ o$bFRD5qp,H0tծ}I*=Չ1zQLi9e1ex._s7cױZ-Gg4O.M+9g)03%,8O ~ 5I#o +_t ~%&'γ7AいtwЬc8d 另Z_pUܐx㐐YNuaKᏉj3U#Ģ0MiT/()lP05|Yl'P'9(gȰs*TJ C~쥵{ܥ{k\]z50OVZdkc1-ܘW +q{ /÷[Jq+CzR`L0cI^<9d0dϖgj3)<=@5)RŠ/7F#=JN]v`pڇ4ʙ9?>(0@`hs#(ّ}:e(]C[t].m.F `/ ө¡l} CDX>l0z&X;`gcF k["o@[N6vSD!EiV6?-e^ +]@^w*LWU r}걑BAsoXTPC*?qJ1[|ϺdDIǮQ*kn<, 'R h+ +&ҎzX`VJ'2wj7 T`$ָ{,S W.yϋ3IH}E +KZCF/zhGk~8=U灜H^ 2zYrb<񘸿ۗ x+>s^DU2dm q-ObN W9ez#!| V0)dtipYЍ:~w +|s8D/ 0* <]zlO?bߤ61;[crs1V%{l<6ۤ)W=$o8\z^}D^) u؀iE%$ +2$_cJ%MG^tdI.LM>N\H8P_zrیNun+!)޶# "Xl=H;GψG!܁uF&\}5^ʈp'4&z'oU6VSOɶ<_=eeGsav|nB7/jRQG%|= 4k| 6bWB~54F +rKR<:g:1>趮ȱ>S.+dt9EOn]@שZO 's @:Q0TM5?2WrC=(Wz;d]oO ~H4!kc{ sWoQ[9]71eC_'Z>D㡟"(IWWnf5]myٺl%R+|Muu33x(p.f)#$n3<.s;ulƒ{FcZW5rM_#a$G/L3 Y̨)q΃3=~QӯQDC/CzG6-BЉe)㪞;x Y/ZU>NfB}%4iUC@T鞮B6wV|V@"A8~SOh["K Oz5z=F zGQ@<ۍVg҆_ +}X0 A.]{"v)8]`|,gitKObFWDĴ gU^*WcȗԪK1Km&kKOngZYO7x ȟWJ"%jޜ00⧠=rdtZFINTFh!3ISwMcI%PhE|TY\a&k` +{Bse2vH_F +`!mZ?p@.kl %.5LJUP5 -EX`U p0p" ЂR7b/Qח]ޏmR$:dudwA/#ԕ/ +fkb9JKGˉp;)/':RxH/'ClYÃ.A$>v qIHlUœ;O;WJp]7a(ly8H[:H;7>pvnįyXB +P$ZDGK6&MG_*іK V$dH/B?E¶uTL7P I5 j؇+ +2q-;3d!}@#)^{)g؏j[)辁@ +D`̂F)ˈ +\ϣ%G}ȉyi%^+1K4x$À`"go 9454KܶRov%!y +-loC ! 0u%8fzE6fz4Ft,V/8qL>C*b)\a?]UP,xrg͕|E91V/ K^ʑeW(Bw(B`C`w(eW(Bw(B`C`Py}*47W,%9 \RPlm"BhV,>k.aq\ a>n_][_mA^`Ӊ.!R0ϼ_i׫a1A +e ʀ/;|ܖ .r_ +eW(eW(Bw(ݡ +eߡ +eW(eW(B`P{2PC`C`P`P{2PC`C`w(eW(&E&3`{1Ӭ IL/㱧]V}5ew,be߱ v2`be;~2+X`X{2X{2+=A'* -VP +]"Es3˴p(\Kw~/'?)/) z=SN~u*rQd` +55hQLi8 +,zZKvFtwbWm>bh`|S=_Қvo9o)x c^ׄ5^/z{5cl{iP%x IjjTW1<Ƴ8}-Y(T;| O ;A+)߁Ai=%xW yrg5q1e|)\U +dl˳{V1ڕm}v"ٸʝ}JQ,>LԺ8Fc)aIrI'+Rz4mb.}),F޾FjD.ԁ\RRO@!E/.(@{R03tj$hK&u B"/c3lb{ӻڟ̣B!zr{{mzj<^CǸ.RP,q]!}W^ڿm}O{fE&nH\քkIZ195UZ3WgYk¬+7h|TX:Zz ̼0nfuḮTs(@{Z,ijS"&j0XTH{ǦBEho\ߞVA>Ra(1yfm*st[_ջkYA@_8smQƪ0p! "V[ZK +m'TXt vvʼ;(%pO0f?&ZwDUt(D`pJ@!zDG"+UJtnq|ҏPQ=(Tց7Z'azݹAW'BZ0-߫[|-_kdh_hp v[ܜ &~ۍ!9XW[_|q_'1e\eFvs^su{At=?} J NuIB,Mi*dg 9Yp ;DwlrH +(?AKVyhϯjJ*#mdpw.%#)C9"v(](?#dczSmr>':QK /bzAM'Ġiȸ5BF-MiF]ܽ3b.y?磾k¸bܯh+vk #nЈi+Vy`r_3v[ 4IC53'/-pSD +^hdX0 pԃs5F:@y]6G芢Z1 +"m}`|6qz|25>`2Uic-UG#&\GN7eYplxbB#eAƐ@2J+G>C/^hDZu:-THXv rۗ7ཛྷq $ R dATgZ!KO3m1jר!ݴwHht0ʦ[Avٿ:p;/C j+zK8# ]UcyC /zN0~J~{gDY۫m.soIbe!{Bs4 m^FWM;t/rgύl6hc5^;\? 2ClRġ*^ ԧUG@}$C'~)L"uV/!_bh+腮`4ϱSCB\# lt D#9T +:U!(Ҵ, =H-A[`ex8 L2#!! +?0;eF#g4=o3*j>R hy[:'5@qR h5kY>/(R!„t~;53@[`<ƾI|@x0=Z %mz&}h) T}i\Yj܎`[` mY66Oku8I[Ts晀hhUDŽjt٘^'жIS*Gz +o(@?@)G9VxB[RQЌglRp[@c;ÇAoC#hv̆46~ +AZ68Bm' qbW 24xYh0Ŝ:فi¯_ 1n|Q1` w JُonP5"vi |[s p@wȣVKڬjUi8Eζ#r,7ZV$6кBhqZ{*Yb#@p{UI3ߒ_jWNU^uwC@] #@=_M +hű45, e7- 詶p@~h!^ xY *rWV"N7C{Q yUK&p=o e#3wc鲦d:7FK$ IK,1ۍqQ?<=|t@;g˛fyGQ£='[Y赢W^XASKW \K`kC'"+0~q0_ mc*Ut?/ L nuv0f@. 1$v*߫3*~J>/TfƮ%% MP[1~s@b;k4*Z9ğ5l +]{Ķ:3HUm5_uchZ|*bؘw8wڠ>uOϣ)Q/Yyx*"Dy>%u  Ot Yea+l A-l;6uҨb-t6eREbz4C;=(ulcTϪ:k dW;y.xln'h'R7R- Q`۫RL@ Xe{w&rM0e ȥHim&^35<0$뇞9YP׻ՒS1.sI"3 ΨMfTzKmo^n-gVsƫ͗FؒAv^Pձr +k3[=JLvEJ }Z1̧, +i~ '] BPT sm  +o}lZs#fu`O;+f4ayn}e5%e&0y.И̼ Uﶥ^mWJGKJf?0 +jݑ: +^FkhziJCqBm{E|Vs;Mu':Lwˆܧq< +#p` >k( hyBx´0emi^_@.=s劣qy_W݅CTOu԰kbi-A[G)̊WCx4d!uW`n+\TEӐ5-^OCPJAOMDC"¤>OCX4@t6VDViȊ'Ak2ڹboiqeYה7pȤpBBǢӐu:j~6Y) ;MMqAv,<Q1-^" ( +rm}wRy #C,0(-@89C//*IyX ݧ!E?яOCQJ' '5 k#M@%rTpzOY-{:6@ME!ԑwx< ǧ!HL,ށ8xo ǗlKNAyVELWghz}PTV3Zuw.&QgP`]uiͳ Sec||w9jQ|h_*MgwЄoadFw3~nZGOC6<_Ӑ]9w͎?r59v};v͎?r5;,~v͎?dǟ]ގ?:vKv%9vɎ?dǟ  :9SYdKvL:vKvUmz;v͎?r5;i5;v$J~!ʟ41\Dg> MHNC3vwӌ|=w 2q5BroݵNwxkZF@|Aa=ټgD7YJ$huvsf~'-( kn~}q +ZbDlcJzV4akQtZH# !-F4f0oWz(?,>Gfōsp0hSSsa[M+'΋o:ؿԌS,k~sb6Z ,k:Ȳ#D &ĬïH;C- fP{F+[펉Ul֒oȾ2M$:8tju5SykOzg)ļ.=;myߕzF҃hQfD frC  ѱ19yc&+w(Q2DO/h;)Z  +>闶5m˂;FB4w%`>LOO|nlc bۑk)ss$PjRH켔jTxțS/x%~zf{-=8$ۯ^y$ csCx(uP5T2')jPt\0?1K8[O+A)V=V[ +AGa- h %>̯S,SC>t@8W:Ec=/sjYWqW[`D_qOOq+8~^q+W;yy?8w~r;yy?8q~y~~y?8~^q+⼟W;yy?8w~r;yy'iWwb֪8)8⼟YC~~y][|{q+t8!;λ+kc+λ +yy?={e ~0Ơ%l ZMv$ρ򒛏Na09byĔ8[oSM8Y6R;D0H/'3I +Sa?'* ,)RcZqfRKfmp/Qj>3Tw| 3agم2A0s`S&jNo)7)a`Kp>!γ!' ;Vm|ƅ|"F01gw`>k/3uP(4Gkjxœ.^"djJOؤ[z\<אQdLr9fQӳ!@f>[R5aN0G?#vq~)2<"3/EfA+Wb|Ȣ|;C- f{ +C̊3C03vKq.+Bܙ:]g)i_ $]$2A! +29T'8YDSU|\3$2@eZ>(ݼB(!o5>jLP0-e*mIj(-p Ad FdgkRۖi.3$3{.2*Q(SXVsef/vnEmp@"h=zj&u s+]?r%~#fğ*0VD*\,*ܠ=fLҩ.E{!K{/" 6 .m2E5(h*vE"SqPAq豓# *5y?Wb3ԙGP +` t'W:g$1ׯب[e`iLZaZ덇M2#O4Lٖ=C#$b6w b4ľ"0Ԗkjٺ|kG~i`-7`5 Q&#UV QۈW3QPo´^[0ѭ @ԙ"WRk_Q0Ͻ{M4%p2ߩ!hVM>h̶Rzx.'*yl37ryÿK[O{z'gڠR +ռ1jj*+il&vWJfPv1-NZ27HGh +>$ ~, W+D2/a3t%T<:v󸑮S坟/}%NrOQ-7?7?C- q9tz糂ϠϠW~>+ j/蕟 +n~>A=PE `hZdu*'K248!`FYgg+?|9|씟Ϡg@gpe||G~Zfg+? +_H' <̔ϡצypg7?AݤEGJ:azA|Vp9T;?;q90_K1R~>]ϧ-Hn!SM^@CF,#bXʛ/N6ƨOPTq䳀~vGDHiʝND}܅PqC62霿3uᤎv?u]!ȃkK$8at>3PҼO)Ue<D2H%q)ڎxS[ɫisU,p@fa*#"dA& k#SA_*þEXeVTʣUe"Wj})VճzOC<|WE y 29^ %_PK&95, +Hke\EK꼐EAĻrH~0U%}'D<;+ם_ W|K+`}4ȈaD Q#ޘo;FQ^ҝՍqo*sU&&/ q9۶UDy 8ϭ}>ࣚzhp:m3{7#teHϿ>_?J?S>1RR,ׂfI_mb~,>q|?|+sQʀ=dpG,3h-QlϮsnZP?`EW^etM Qk1F-O nJ[8lԔ6]!ҥFHnQ_/5V8 Lc0bbY>72'wijlZf6\¥?Vxz|iqZ8/XnN,~>zÁo04 _{=@ӛ;_w-O~1÷8hOhF1 k?uy`k:!b-ؽXjZMڑ,‚f?v-4gŇtD]S|I08]]K cȪؖ?_0HAM!®JwHAɇRӅ%`)4n]OC!#JLɮӽ0ڌ/l0G#yDW,=Wo|M tQWF*pUeǫ`Ww:^0߉t>nG}۠ ̇X8ّd82\l\hDy Kg1H ШBwgGg C'U:-oZquh a1ׇud#oɔQz,iBn䏧cMhcFr]vD bt; G 6fFW k/OT Gxa1`GPF]-C CUC(xөm}(jc,CXE/:@V/dl% `fgʞWoDǫ㱤;K_h +att]U`*t.tß8^- +%Xg ]b6_hWy20 %|`&%K~P;T0d 5m +pl+)򟒛>Cd~WNg#. $. `2MKУ' AQ;8<ƢWӦ1 ANd{u #E–qư궃q1HQ7ҁ;?ᱺ󰶦I@p>{*f-ξVp]q-Y/Ã~m)V2[ z^syn9|,à Z +,n2k9:Ƞv,AKccpf֢gZDZF `dh +lix h2#cOp&uokoѡ7B.N4C"+$a;A;, 5_=貼y@i1 g{V x :b't\Za TB끝7 yAކ.r) 1-0HzxfA>d+U5aZw˦\v #Sx)N8/U @f7˳1K-8mո2*'>7$yaۡCkCuhS`5hȠ.+;G;(]nPV2\6@z7]OK՛bsqRETm%EcP~j8 +\OQ>0mVpuJ(hz9We`m7:=Ұ&XH %Уa pf~rٖڍd&Q*ᥒwP7jЄ<i+`6=>~et}Mm(si魈ӹTheB: +f۸axI98.9vt9: FG"uq*vϕtLp`a%NyΡJW EqḭX xJ>>tbY'tT0\VǶӪ/C(L'x0d +=nz+^N8ߗ:^WGL̨`d+J]1x".JV wxwqYqL/\!F/6*x1،C65> +0=FazJɍ V>}R  +>/}svOw1 +1IhM~ 4%{,\bB'Q؝_!-3,jVŢTS@lG4"4<{=G 9Սf +O{N=2x maUN)z_^~jZN-h E[*E2OOd'g*U=Wufe-߿O =?{Q-/Q +{?mrmQvvѾ*U'S KoM`8gKg> F.Bmfw5|xGRM:im+n1I#;'^3':0aw4)h`(_Jk)z|R"@ +.C lYA!׭Au4n[9 lG”cQ>sL~9d7Xh1FLj\EiGnhec`LwIL5$YXS@GTzR 6q!hʘtL*Y:&JsTIXIs`铕tYA^_ _ln$%vvI#< G,=GіqU5t +Q_UJ4y\Q馔I+] Xgد^ؖnd̟Gv*?[t@joȏ^mkb;3Av̢s:O;z-"g<Y+y 6%+ Bߖ Q`? v2` v2` v2` v2` v2`+] v2د+ v2د+] v2د+] v2د+ v2د+] v2د+] 𭞇b}ai2qƵN1y|քҗn_|e__;}e_;}e__|e__|e__|ePf7}yX=깲Xƭ5Y,Vϕ깲X=Y+sez~X=WbfRHlbfz,VϕjCbfbf}+깲X=W7sez,Vob\Y,Vϕ9X=Y3z,VDc13FsY,Vϕ깲X=Oڵ4ϕbeJ[{>X=W7sfb%@bfz,VbBJb,V%`w@ecmqwϨv/iٖg dGcs"{KrY5ie*đIʣZC2XmIHcW(:PAEb?"$nIbI5]8Q!pecOzfJuM/Mj8 +HЋ`hE _w534Ĺ#ӉQMKMh\ +")3PۦZlT%9?|I`/5 }@㗞Zj_zU3-]C bA:l7֪LG|qZ]rV3::񻴯g[DBbZލ*U/)*h| РLsX`-μK`葼Z2,0np~EDߘQvb1R!U OHR*4xT;i,\})\K^.C* -m'et#gi]P +l{|C?J &4zprHRg(ec@WQ(',0 &Om滦'S:X气Ѕ؇8zW8暴)W-y^M}Vc""!L$]C}@9u D3a$Naz˨nFƲfԖx:}yQ}lV)?Q3LEqֹѯ(Vx%]pi=n 6jd7-:*D8!B;iVqߎ1G]G١$oϦpEK rhVj,o;CoSs>|$r{XQ-ٟ8l(vBj8K|]Ƚ<)}S93ώ6hهΡw5?dL NCax5RST}$C–K&U͌dxnZf +) +c_2>&i]o?.v83^AvqxchVNhƼB k`D 1lx}9t(AՓ8;Āhd#7 +7!A혖)99>> >N߄ר1jFTa_ 2U\#7=os*>Rt&(5>_+嬮I~!FxYPth5kYv${BݒE2DF'@]`<ƿI|@h-f>=yrɾBrd4_N,KT[n5x@ +- +\e,[)Ds2]2i;29uLF紼p4C}@;E#;4l_ȨKH\ȈRSNy;svr(rΦvAw~= 5z#Gd#;@ ڻ uil䃴;54:O` @F֞/ }<7GJ^d1 6wWN~%ŸЭ'Ts,I G5\n/֌؞#`ܦN4ElIw& E#Z9D.7k3UJQ/rIhtf)"F5 aֵ3sVS-#V{k +h)=abHW_%~fc?_jW;NUs_á + W#@pO=n\M +hŹ45,7- ?詾p@~h!u_ yY *rWҶyprȽ9p.ٸwZ:ĝX2;g66:778s+< H5=x }ntHp$Yc @o<=|Uyݡ͋N [My3أ(Q-,Z+/ OW \\A|Q!`\b'HP7Y#*~J>/TFƯ%% MVW[q~sF?Q/f|Z@iQQEض 1RU["`W0tO@E=#Νά^@6sEmv0{r?cLΆBê|o*U#FaXv[ScGnT@ty;2j%b8E54Wa#prMpe|O·ir)g`߼L  ChN*.s5T˘)3jG3cf*;/w@3+E1UPyA{2ߕSPT!Pr#-W7VK-܍a>]`T0HKx=ck'н Px雾`oZWmϘL5&?G&hNU|du%g&0x.И̼ Ymgʋ4bQPtY|0]DӻN# }0#߶t$w-P ':L/5<OY4+-ygG VSA~׮S,JRx´0emi NӹsRމظs_W݅CTOiRj51MZ jЦQ +Ր`(> ~ȧ! f*0N"iR!+oMD]" >OC&5@t6̩VDVi'Asr9boiqeו78dRiz2Q4d^QGr }/Kc}aw ]ۧыA%I<+4DӐa1: h4d?JFam b!\ ]~A)+VezO)zh rGzd<Ӑ]vC.DJac'Reewfcjq19DՃtǟ֟z@$L# +Wjg<d٘!&_5Y|hz,K1 & FI_M}$i^Gx>z ^tYggggggǟUOǟUOy??܎?;r:%r:r:lh(nǟ]`OmgUNǟUNǟUnfҡhgǟUN_vBϪϪϪ????DctYtYHOjOCV?kib4U4d5#8+-6^M3~#iя}Wy6eiTxEg ;& @)k7{n6zdy%aލq_l2i?x.;oRޚ-un(+r?ac2R,]N r64U6QJRs0|A d]"d6zk7 藛9e+ r9fFAۑ+ͧN5Խ2D}k HԪS91/p*v fs}Ξ$JA99ٞx间Ϯq_)krEyk(Ƶaպ-8kę52HU.RxcB*h_-v653NPPV{WPKl낈mLIjY݀<,b-S@MӲhie(z/"GBA{@Zl``oW b  jl̊ LN+-9 6/rzS#O1s^m`%*8Yte-0CO@>BMY _ *=MLt 'na@N(a~@by@{C$az(2.8빙S_u7yN=#λ]q7λqnqnWwn׳ow~8ݮ8vye vy8vy+λy+λ]q7λ]qnqnWwnWw;ow4';1Tkq7Sow',~kyY}y8vyߐ3λ~!~ !ݮ8ݮ8󮥂lfWwq+wHp>/84es \/xI \rd:Zƅ() aKoS]|ȦMzy]?L b(<sRO5,n!?`h5d6!6xR >g~%6ob.m%Ϭg'(+t 99lC"La%8[f &!{媍m>,7.f}8pHؔZ'|k /#f[:(m),biM-%Ryټ㬜2M]2"cRf6CpFSS[ 3R訦m]X .劣G< KhJǖyz)1YmX9ypY' `乗A_-bVC[sJgϜQT, H:?lK! +0B:xef3{KlFdrf2`D-.^!s LP0-e*mI(-jlF'T0$n۲d9Q@i.E̱JsuUe}C+nQ[;H@_PC]`ink[Z9(-m&A)yO +/dlÑTڠ\2܌A:fPWVbPN o3g|yGIupIm_,]f 4@.2H| .M̘4 \il9\`A+PxGzН\'$>blG$iz 5Ӵ^7wAezJh$-c]u)zJl:h @W[2OM_O?kh`-wu Q&#UV QیzT3Q'i%Sh0ѭt@ԙ"ZTR~e}lJd|z Akŷ"aR(GfgWS$ Ε,9 侰K#JBŁ Nm=aA>:<^-NЫy61ljĔK*̤o}uP +a_UZent:1FvxuO\L>/II +m?esSCWG*"Z5UtqQWQP}K`j+mI|IrQM;@)ձeI}pfvAcdxSmaF`*^WPs}PKJ[ +cBZv<Sӌ+В|{y%dKLQAgZŹt-|@9_lTUNɎCZIYo`'NA8i;Z|GZ|I)es` B\}|m ]`shs;?C킮|^9\} 6@hZfu*v; n' 2dQlG~e;?C;?CW~>/ +|#?Cρ3?Ù9ps82|]TPt(EtB5wg6ρϡ+?|=G ]` A;?_=0G~^~SAQ&(0KOֻMer 76ƨOPVq䳀ݾy;20iʞN߲P9qC62\3eꋇ8)nk;R>$yMBPuN>GT4^9dYb ڏs?a9kVn7J>^m u[ 2d͊^'Q8dhGSmJWh3lBR3foi_t`cZ]T]\IW\Szj#^VoBm8uk6*:)^ TKzIl lȢ?0ߔ +L5L'6Ь1[!QmwBŶo𑕮8 +"nuG8(oA>w7InM?Vj zd?ØpFZ܁%ַRcKN*g=iyҴV»oG8S( 4ScC6RsaҫB @;yU{m&7Ib$) +/) E–jѢQ6[BQWYNgiCX05tӪx +wUѰRh @\=Ԗa*:Z\խx(p \{l~U",XeQ s($E~Qy"KeطUV*JELd]{6ABk|vl1P:&xa2-̡l= IJʂ^(_7q gPDA>>~;^Mn.1qq\g^.p(mW7Cڀ9 E6zGWB?5[РiƒR`%U3u'99!6?@%lۦB{iHn_!N$W2|/HhT1hZńS(`ؓ_ȃM +(Ot3e{Ͼq(uX#NB@ؑy' :mKb1&Ց:Wgi-FH~lX,nP`.`HsNlP&Q1Id -ڶCUݰm%ڰԕBcꎈH r"c:pmVq^)ҋcQY %(|3 +hV" 0l}RL89j86(&)g͸,BH>V JtF1tɧhF;FxFmٸAad8L[Vm,L j۠/2f.!:؄qiBv@HMpSHR%ڜR*1ul\"j m,ڐeUOr%L;3T6 ]r8L&ϊo%@"m6_$-3 &:N]K!#g\5!gdX~ (P/jK``XEw/Cbg+S.4Zcf[1F$hO6U˜ڛm7[m%^mf3 +jjoZDkP̶ٌ"JEc&lJ4UeY J +ȇż5U*er ZuCe0C>uYJd[&2$/ Յ?ȀvÇؒ``zs9[k"^Aq7Ki)- "Q`ucu7hHs}w`LUی;zL6ԶQA ,AK<7H%T܄UV!)I>r% AIBYb#Q& SԘx\ ! I Q9;1zB +#A8+B% +@. A1/iA+h>jP3Lk7 } " y[i`q &azL/mcϠц Wlٞu)A RasA0@z@`Ѝ81jAO\BKҔDM 4֯A>XP 8ů8"w3|?8;: +R](.c]h\Ր旉4K<'ҚX9MJk{Ku:WZNHQF^W! 썩gf|7-u_FsңxP1戋v;[$ 55NWDXFqƛ򲭳I4$>eZGz0B5a |xrZH+8Ԋ! ѠqōZ)ه&HFuZb*њ(Mvj;oJ ꢥ,]d4&,GQxF9Jh5撰g@ X2|7ٞ Α1S։%Xp\S%KzΕGrel[%_I2^h79f؇]T{eJ!xϵ,4Sؕ*Eq y#-1V9N><Tw!΍IÄF}d w4s!!ŨVA|m/{w(]ȉ ϖ{BbKMv|Gtf"h J1mպBdQBӯL첵:$zpSQTu!BwLDD"XXon!h-VKG_Mº6(LR6Ol <𕎯/f8yOm0mT-&Vצ ] 2H;x\P ._j|D 3klUbm&ƜAavERy z֋V]ו [^pt`E8C"h5_u.QnRM'ݩ @N,e8}:bDpivpW(RP*+x +j+ ƪw\ȱKMkXdr؞(ai 2:,kys^ܹjrޝo'$W>uv:PTq,Cr5mUL:Noe{Aciv[0 y![ԁ[kλE$N +Z턂ZPU_68e5.,Vˠ4@WBxXͮi{);þL>]p@v5e8;Y@uE6q +Mylǂ I ++ Y /í(hS0_46B/1;]~j #6t\رېTDUS@\^T*-P +j)\y̞W1w/k^ʛul.I ,"pNo~$!5׈!jN}'ε2dvh>{%(bٗmߑuulQVN-b2%ROVhL$KEb U07xn5x2-*d)tVAL^+@p1^X4 `6SmWh Z\dt{1>yS)D~;>TP\4k,A:KG3OQW3fDz^P%_$"5E-/p+9&RSylP%2]~gѷơP뚿ti}ꚍ&0n4/oFu Pmk[ EwZOclWcQ[f[\ Ѳ# E$5,%J8$c$a>եtϐ+me`pRK~O*%A*7DC¾Hql¶w;A`{@.!G +lk;0//ew 4mR\&ֹr/rasF?)AJ޶!WxӧyԪ<8Vb)nWDMj;qt4vqNV>: : B)e¯@ + /UVt=8uQ?[Z>ܽhy\epGW}Zȁ$[=+ +D8 +a]5UW}7p- +n>u +|kjIT?bŵvj(Oě֪ݚBSoO~fn69)?M<{> +54V:-`荹l)m= ,HhJWڻ +@Qme%WiՍjv@~ 7k+ZΔCh}mW"EHѱ[|@`OW[׃bPvĂH^l0-tL\!_-.xK(Յaę6D֧Svsˌ3#ضc񼘛_*Ӻ";D1&کm]yBۃ@}C 4aENJ{TՄRƇ&o⾦Tj)S*c2!p\!Є $^PU0V{z'ȑ0Td#簢9EAbt7+|Cp%'ZU 0^t:VL&@ +hAB #9QP߆3%-1g}4N<~>K37pu\ƴ ^w0wWc{Cn hrO.PlU@0كV Rq䴝L'&/Ij=ɋ9uQ’yB;Ā"cS(y'p#AOc+'2 /6 CE ku[br^t9 h*qntCvi~w]]3v B( >И"<-3 f"S{cBĢk~+@cob2ћVH +ҁy@[Ԗ+וwQVGj$|ϕ^t$jE[N1?~a^q7f\>h[n$']t* W:ʑmyqNYm6=>%cz=a+J8;b <@8+utxSMw^M/v'[$K\LUAm̟ ׋'WF iգ\֥="`]E#S rh7`:Dx-6^06 *!8Q(y\8Y ]YoM5Z'I7א`B:D FZN #JnDZ20ͭ]Ug"`HYPѷ +#>1Uѿ70ZS=9\Ns`7cޒuQ!=޴ WzI% +,8C3zKiR`0"mK>"ЁnP^eBH0O\ds&8 #1wC8@jᆿ2QU0e87?t%M9B +< +VMSc| p8蝚jg!UXdy&COQbv-JlP\掬%!o'cGk[;elBzؑd˺S@?uZwh8Etvgn\ 1VO,gI$ˣu3f;zPXr݊x u||_6eAc]wY/Yj-gc$u돫 p ]ca륞YQW; WMWګ py;kҋ @-fdEʂ-zAg2/5Qy%FXOzr(02p44.2ޘF:-̾xc,Ǖ(D(JP23D6KUP#>|}PqD uF:0Nb&tGQḻ.1 ;<48_<8!_es}=xD4yd`=ђ'`GIxud| K+`M 4cdj8XQ$RHЈfh +׆ȍǷ^2hE3Xdjn +*7V,\m9Ge5.uTT5#po.:dVPkF* *{l'C?) 8JF +JX2N?#ΞرhĤa&| UYե?Iw\(,Ox{Gtp6 UC)G@b0 ۾|&`hИi%*!`G2.aMn:*hg[!17"E.gkG0\^S@φ)Df >S^0,w}{ )GXA3&ԷbB+TBzWg Ŕ1zLA1 uCuj9h.@xjj^'hhL8lf ^0;HQ \!m&?*bpZGE&GE&x.#nLh=*2ˣ"V*ۣ"5x}T +6LO +PV0V{S~p\GęGB"N8{& 7~$IJ ]ъxeih8HHIۣ" ͆=*A}{;Cw +(Cox^2|) ic[´ snl]`paj oָOثSX?3utW5hMo.v nbV.jΎe+7H5I7jytŭW_*%,eSU +`ryK]cHqWot?M1 ܩ^ݩTxw*;?7jl=y_}곿ӌ(/Ev85{qYcCY?gϯӯcy1~ŧg@T̬8:|.ϯӛ9ԧcO_<Ϟ8G:֧/ς4ܾM>cf'3.>b0Wq_, +_WtwKԟtf:^EINE>%?YGS生~-i +[?EVs'Qu+at|_E'7?b{gm7"}1w}>%q  ;G#kV|e &Cׂ*/qhP8 N.eS0wO S1$,8(0-K4\\vO<㧏qqOdS917r jѝE󈮫uʢn}/g/YEg31?{*29Yo1Sc[st:?ѤR,[7|JR#(%W&jX!"u_Oϯ'H/M ! +rW IeR}!)N 2>Z|_aٔ9|۹F7M;+2~ cL歩6Я1|iTۯM☯=1"4M_|7'oh0oo5S-̾aը\'ݖ'?_L;52 (T6r:pX?Wϝ;ܻbFw|,TC Dl Cx)Goqo&fT{02>[eQdOނNJGBW/94A}s~#Vj!͉.L)m +^y!=m|_F}$"&:aP0lCcS85˟C!+\_ ѨCB,ZX6 +(\_fw/b( ; +endstream +endobj +1014 0 obj +<< +/Keywords () +/ModDate (D:20161212114004+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161212113842+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +1015 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +1016 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +1017 0 obj +<< +/ColorSpace /DeviceRGB +/Subtype /Image +/Height 666 +/Filter /FlateDecode +/Type /XObject +/Width 771 +/SMask 1019 0 R +/BitsPerComponent 8 +/Interpolate false +/Length 3311 +>> +stream +xJ#iFѤTZiжe@<ܼ4Og333H?%s333Gy:O`i٦:=ܖzμ~4-?-ffffsy wвlu>6޿ޗnfffGެme#iF7/B跧ש#&,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@%,!d ! KYBB@ +iPoͿ Oxvt2"y=Me:i2333Isz!Bǽyޗ6oW3337ozZ>ikxObfffashlyBIh:[/ffffn#xFy]4/S333Gܑ:ŕ +endstream +endobj +1018 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDEEE+Calibri +/FontDescriptor 1020 0 R +/Encoding /WinAnsiEncoding +/LastChar 122 +/Widths 1021 0 R +>> +endobj +1019 0 obj +<< +/ColorSpace /DeviceGray +/Subtype /Image +/Height 666 +/Filter /FlateDecode +/Type /XObject +/Width 771 +/Matte [ 0 0 0] +/BitsPerComponent 8 +/Interpolate false +/Length 1914 +>> +stream +xQnP@Ǝq^-P ǻyz(;@Gxqx`Wy>O/!fӲ?+2'p )>Bn NOR_&%@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 '$@q NI8 %k8}I)%\!ty& +)˺?~$pn1ceeNq!hz-4[n +endstream +endobj +1020 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 1022 0 R +/XHeight 250 +/FontBBox [ -503 -250 1240 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1743 +/FontName /BCDEEE+Calibri +/ItalicAngle 0 +/Ascent 750 +/FontWeight 400 +>> +endobj +1021 0 obj +[ 226 0 0 0 0 0 0 0 303 303 0 0 0 306 252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 579 0 533 615 488 459 0 623 0 0 0 0 0 646 662 517 0 0 459 487 0 0 890 0 0 0 0 0 0 0 0 0 479 525 423 525 498 305 471 525 230 0 455 230 799 525 527 0 0 349 391 335 525 452 0 0 0 395] +endobj +1022 0 obj +<< +/Length1 369060 +/Filter /FlateDecode +/Length 160466 +>> +stream +x||T;lKl*I t"Y($$Ih IhADJ,F^be+*޻\,׋Bgλ Nwf39%bꂲoN)+(?sx"r]7> vhLd]PX4.YK&5~PDڕH"0̟gۦdמOœʲl~t~"9Z]f'WMB<5h h΂vQ>ܿߜ yq;846{ӴD!䪹5uE7|\w9"3.X"6h|KNwV"kjښ˭ILYPbQoG += ռwSIOoSj_HTF?q¥\ĹdEKBTxud-}i+M3;J0bs_{x`S>I'!{"x}v1@ZRz iQWCnlpمYkd#-ƬiIL{Wnv e~4qimLi#Sވ4os/jiGwwR:v=OM7Nscc:9fKmn%xLGz:vnJЇ(v$)Zoחu0KJx{R/iwR)5h huӮ^ߩA;1LSP3ʇ~'>&l#w{ ?c¼&݋p +p +'N"˪i/uT(q:`>:X[']81I<@@N7}q}[J/MɰMepIo@֑rt^NNNNNNN>c>gL_T}T3ß1))))))))$~)))))))))))O:_U !wGfo9+4h P9Dh!-zO6uڳ>>DwǀO i<1V{"x݇/z_ B(q*qx+%zQ2 T̠:!JD.B(|qJM$,W9,{Gm;_4z׆$ӺjdD(eH ^vn,/5!&;+C]aZn%-{dftvu'':cQ6l5A E՞@fu3{k`igx`*X'6y:jpM}z{ +^O*XzMFƁLz:Zx +xS(Z>Z"}zSKddTwQ1RBQ8E#C6gJJ+ + \镆 _K~j̓}<-w7YY:o]ʹ^Fzas@lV s'r}0关ɇo  :ZjBK;RpP4o!Ɨ.r^f!h*༇fΪ hղd*I˒&Ury7]>ɁY>};(Ys%7{ +8n_&4–~٨_SA̓a(d{y\|*&fU׆Z d<A[ZmqmHR#Y\Q7;va~TJ[Q_)K7h؎*ˑ[3l +ͥWʧo8񸌬|y#<E!U?cd.qWs.B}2gl|9a8'/vk`PCގOM"tc9FXipcSLSVz1|%rl2-.VUO;4K;‹BN-$4l]sh4au#m pd*Z"|]ɡM)mMm蹬b߸FLs1>)rnsu=( s" #)yG{ [I{"V|$\FSA.kM.=mmϻWc-M*Yx3ơhjGjkd?_!Z3Vb]*26!Qd j1j[GSe2K޴b^^dOsQvesw`GflQY[\f$=s k_.c7et +IKψrD"!+s;o6*@z.ʾ{*>"ݔd +lӆ'+5xq(X9MnQ!{j##Zn.ao?9ȵK+6fm;06DZpllZV g7O|Uzǵh 7 eHࠣc{*e-t~hWI TNr0s:fI0їk1W |"f;+/FxH?f\4MYpXT\,58%K Gr8OuGSQZj{fꭑOIqTiSpRtx1ͮ ;G_Z6jn6u[pe7Veykz%PJ]ϕ)(U#%*()(o)o()(/)/()(O)O({xLGxDJTL\sKqq0-i!)\eS΅L2a\\S-,jL3tMcTTTt&?S9SdRIL&0g*ftetf* +AAxPS>Sv>\n7D\|SP!L eS~,/ԛ)SOLu&Seʮә<ԅ)3)5:”LĔD631r)L&;E1E2Epd RIg9D6CFqs?1tù=wrз2п8Oo沯8%~}\?wϙWspc#\!l|=w*os-7N4:kl|^*/2癞cz4Sl| Ǚ0=5#L沇dL3ǴkܽL;3m &傂=Lw3t'V;Iد_Lq٭L0tӍL70ma]^eˮfi3ӕ +]tӥ\v {".MLq\s60&րgf:+8t&D?)X &aZWqәV@qL2-gjdZƴ]/拙kA )\sSLqLsgy=S׬eTT4iz:lTtU0ݝ7r2L$ 0) `Y >\i\01scF(TL*&@y"(&S.`D΍VN`ScSN0v4hh04$[ec{pX9~X6r>|LYSOvփ;S&SF0VF}ve^L]]Sg&S*SJ9tu +:gA,7p1)dQ\3L6&+k:$3-q(}0?ۿoaO}W~_Ysݟ>m/C}  8 kL+/;///y؞s,p? O9滟ts?~1ǽmGG_n\/v?`_߾}}{ +^`ʶllAD;jU;VFq %fMhsxK롯j +6ו]\\\ +\\v߅DNroy z,>?ck"jkuWo]j_%r+Oz>m=Fom56Qk5:=}%~ZRiI`K4Z""[vo[RZp-//ں༜9[gksfkr3sglS基_S? [e9[Kr&'>!?~k\حcs^..=.&՝IR”)1/&k䞽b:N_u2:[DI$O(ǖ4E1"&ѝ~(֓.|ѩĈD5yi}8M^z_w{IyQL;JFM|QE>~6mr|e3ptY\h,iK!/|| +||  ||    + <<< << << <<vV`'p/l@ wnnnnnnnnWW++ˁˀKK MF|<88Qݨ&/ֿX_` /ֿX_` /{ { { { { =@`=@`=@`X_` }/־Xk_` }GTGwOhv3g "uD.(%4RFwiЭ +#4ۿsidw?t+jngx爥Q/]*fU]d6rRm%}9]x2RzC_w#LYf(l6kJwn僚' +6ڎ'y/VkeDzo ك->3!ڍQ|)˃=1lC^$vgYz^Ǒ{>K +Jo +w\KO(F}54fݎNTJ-m?>fr SN)Gj +7EJ {}wsk._.HWeU<@Rhر#N ypؙ9زQ*lϵn<_>aE}be赏sR;twg`ݲA͕} >ͺNsR_z!;,׿RĦH֬k_mp! AC 2RyS>E[͝2%5&a1kpM7ͪ[-f14kqCawiIiq6[\ZRbZ4GojRr´n6dvINuB)1NST36f(vp}bgsb":801'PWʤdwQϷ۝b5$2[۾D$/U :ݸz Y;JLeOt$Nva^k&~͍6,;{Nb!c:ؿȚzge|]ҞmC{$+Gd ^FRxbt=Zv2TcdFpf?G{;e)ݻxzFNGOLrEt=BpGJ2mnxtTn9mm,DtSL-}nA9E6S/3/z`'DLm=-ɭ"{[Cz|f载!lU08Ĭޓ%!Cmi7;-*qbBMNk]3|3O &]ڜUE.Y7٢l&-4ecNtP5Ңt&E'*koi^Ըݳdi"?N"MWʈrE|2D8)>1_%#M E4~|@DRWl1S|鮖hѾ!,kPa5c X!^X*SnC_vٳȸkKw Zx{ZVݱdv?2tfwI7}yގ;\_[RIШF=4Quob}x*l>GS؝)^< [K0lc8y4D5`%hH1(HK( p1s c%UH%20lf6r"6SDMq8Js͏pvKuZźv@/GYFxŇW|(^x#^;i%͊mOۺ (;]Te UV`6s1M_EE/`}Ojr"RdXw`XxWlOٌn4{u6}&ǽ=CCn =4t*;u)J('EEN\OQ׉|b+ƓI; +$ߋN&wm/م. ?WdcM BydMwm5Ȏf?j6W_F$7Dؔ4ғS= ۠Rd`m ]Sl#P6ݦ<Ҧw:x@(e,̲9G.9딝7998.22222awݾdېҨN}-n +mniTT8]/D5ލb|Kqd)mڡzTbZBbaK۸4}7 @xIH]%ᖩˑ-+$XN(qvdtPbVv쌝Χ$X۱J֎dIо%_#@UUU4dl48ty#1=ܧ}ŮĮAbPQ + D. +8$)#l&r8٣l7(SV>߭i|y$SwI&ivk  j`W LCVݪěn9T95'ވ9d_K.{.>`R[VBûȮ婷yNL <7M(# Y +XR" ;'1'|yG`lq·Fq{, cxk>&q&p ܎, eE2vB}we=_ۿ6__WA<+G#p|9i-Lj{S`,}T>w|μyKCV(@+U!9fK-1w%'`B< +޳ ] ?ɠ{qʈvB=` Vmٖ 6U}R Gom)T @'1:VvREz_ZH+ܠr@9iO)AH*sDU2M5x.TL J8 Yo`,Q= 3p0O yJ 0K!)9% VAk 8WB ) +(bdC5\(EfЬ8i˃ +F!K!l>9ѹ;c3z1%de;cЖ[7Ś<<8עSpXSZStx[c-k29\$mkXko-10xHHnJZmF:-Xwa@-6$ J(` ĦØ7%_C{ H/g*ħE|G|/?QF\p1ă-KDJ(PZj6 +"?`hks.&;!tp"~]p!70T9䎈rb@_&˜/޷0P(^2[rXRX6{" +H)pVYd{|\s=j8!I<@Vv[mnɔ0(e.nS׃ėRMb@2{EYy2xJ|v@)~O:GIߋ}9VZݔj3o3 -ǍaùhTqw +0B̏a Z$BI<TNF@CHX2Bo$6M-:x|0P" y2|A,IK Ox{ʁٰ ֈM!HL V\5Go*&cЛV><88eO5?0`OMF1I>`*g퀺.m$9e-x4x]#UjO;wYnx{0bVwsŊM\UEy`;?kMMWޫ* B~(?E/h1[-)7]XoŰ>ҦiJe + +Zi? +#k+scЕT،Y̼KJo^/K]b>2Z@7ury|;_/B/NsIKr9[pR0U&p +ȟ9Nx̵(Ķc .B>G4&Eu<2ݦi c-nX2 /FltMpIi:g"[D:ϛI}=Naf§ِS4-=-5m66L<8XqCt.[>Gz|g ڬX֖O:AV{aBcU&8ȋ{ݮsA݇Hn G1}:u!%gQV'*$֏\6>M@ g4Z0Z$ Mm/%O,nsW+bAcD)t-@_s-[<!<p.3 gُJp OYu1 +`:LDL$b%VZ%IYB|/j{%p_FG/N3|a0B@x{>i|gu"(?ߒ[XvTyG5 VJA EKȎQ%o!u+)3ސsv{퓯Oʽ7X#!aaQ(n2VߤuSDU[a p&^,pf7EzCE)w֢#rv30*A(<*1:ig{HHO`۟sxVi;\E\4Ҍ;Uf. @R?%CMn*"gIq PȇhZNU$wv}~'pZij)\3WYr؝9W7\ +E3+F*`bY.`%'hj^"?.io*$|I ɋ$]wxwt㽷Kwfo_^|9 }~vWw|ѕ3-əWF[k':\t>.uw9$]':ڴa}H}k…U§%lf+l7by +"B{FTm}͈h-Am=Y(_!Ǩ +6+d /DfӗQM3$2_*¦@IR!WdMFc>{^+B5ʬbLT.Y;yiดꈚP&EE((|R&lĠj8E`e*gJWc:#ġԆPL[]/S9Y#C iau(OVҫ׭NW*٢+ +U#@/Vƺ7'd +Q.Vj3&7f U+]렇||9&d-tB' 0O6s^ 8ɠ_!Cyi45"&ކ&u^JJf{hFl9f3B ̊|S)J,DȮGZo3MS-pw뺜`i뻿16bztT d+1']X/C1=Οg]zH:)S:DzT tz[l@ӥ hB ,R"4H7㰻54G  R] /RDwȵ").u}ħ`wʻ0,`-$:H햸]Ri4LUNEܰt4OaxE0 +l`JN%'uL͕-xԛTas b %1TAqasi"*RE5sRQH$E]9,o+g)YZ/SN94##DdLI(2\j -a{2`7E/vQJy-nML2Vi3` +)SQ`$j %'* mNNoV:=jhsr4 j5.{^˓ g(|pw;XHZX$Z,K0_ &u2,DE9B(/`ZZkk+p_pSm}]GaX X7Vlל sk_IX_`|.4\sV[a8!\jNcPbuwᾡYϮ),PX&Pe?޺F")12]K}OkþjYLA"%Չ75ݞ۞jՙWɻh5w-?%.#@G*Vt9빢w=WFR/& lpub +%VT_x N"x}Ȩq>80)dء<8u@xgkwѬ"elX' TfƢ⃌7*AEo&SъhkGdk_g#mgR"5i4&[U‘і;aZ d _갗P|ހ aS|%1-\ +sv !NJ2\f|˞I3vNTgwk`?C($`ayk%%v[ ;pQgkw8,Dg9XK/䄿X xwexÓSu; +v|B%[V4ۙk$//JRjZU;OvO6+L.LmP +_*۱۰si|p+|\aN3%L8ig҉&"K戦\S.x;:IKLVaҕPnd[Dq +,Dy%[wLZdo""GHH4dm̿@”@P1A]cwPU!_|vtzSnO?ڻ^G5mwv PbF't%㜮V$*f{GfWUjf[.)Y: BB޷˳rՇPFL )MJ汳:v#kF 44mعGeRβ{ 'WA }I?6It4ڮ~bP {wK). Hs4vg)sJqa`Ņ2HxLyf]ZY pf~b#$j! +AnPs/Sig8fA/XWx^)􏯠UFҊd³DdB/b 4 \THX(1( +J- Ox3]jߓ؞-$Fa{ZcG[ nObh`L&'ɡѷ2r;b5 +5 Rl-*brcQŋ+*L!M*&FbvCHpVCG Àtp(TȈ.%ܺ2P\i{%C44kPM=7RzE+ $-DҶGRz16"BH%Qtag@$O3C#XG+Mj`1. y2JŴwF#tel*2:lДF>A,>ۆ8cIf\lC&kpFr84qB0,F0\s40="3%͔CZꄬ<"=E+rY֓ȓ!+cO2h0LYP,gђ@m JOY3hEtc/v%ٚLEooHww݀lܗo +0 1 #Z$p}~TCvejg\S[^?`fO p|rZ#Hǃbɒ +=!xAe Y/.#dw,}\f~]0K5d dhQtEU~N)dY0 pXvC .hx-}09D$ّΦOMl}b}=k\ATkMZZfTIrhPۻGvwJ}sS 0z}DѰ`"bix7s5E*s~T5^Q>m#GNA0 +Ol!cŝT֋ 33ܾ(E]Td?qnfoC@,/لnwf[ j' n1Z]{`$ Kf74IMac(BTVj=a㢵S4 b-.ڱ}-Żf# ّ-MW729OF] As1cl;68Om@ә8_֖g]My8'olfI$x $~p0IPҔ/Ejm˪?bC+r1HV:L@6h?`Rնqz$C 7+M"H" [pL=}SPϳdz&֌z&Cr :3#,I{{=9$}b_` -U\B, +RTSS|{8oL# pED8ƈBM|x*<tp_Y|& + M}x4pH.>p}=|bO) eBKTTӦ*fB7 +~~Z t=`O,p +Rl{f1 +=[UZ"@0e[sA6?Hx6)dBEu #z˅p:jxh܀DXL]%:?rʥjA~uz83Oܺp> ,9 rG>; !CmCGՂ<& x<>UTҲsky(x;|ˬxS|NI +3 ~w|aGb&tr mq/9U~R9; Lk.1rχi1eUB8 ،01paӀT)Ȑ(w r%jACJ?RgG{WݙsoV8 v`>'Ó{on|≉Z$m=kVgIMnl͍2zSk +57'=BXaP:,l`%ʻ$;tٲP'ƪ@fN+nv{3rsw~"62ߓ +9L,Wv)jQ*ϑ].7S%\ geuLi 4urPKuƻ ԗLtpِhB# +)ҐG3w7>Jod.G~w]]s%l9%|%L)e爡Ÿnd:<.ӟkT-'R5Q䄑 =_x& f>hoK>KY?}"klW~}t|o3΋2f3@01;tAz\怘P]){~g̦TK8trތDJHp4j>U/2M?7N{ܔgC<,*Yz&N6Pl@2Y>$Sp:NNc8" @qF"^2.iq,_,ȧXmF>nwD0,3aHa8CZ +aO1-7Bұܵ ຉS=6R + )y4})PlbLB$kag%d4,{f %o6AAAiA1-g*Q)t(Ip`)e2PWȔvgɨcJS oؘӇzV߼ZTXM%}˜sbEOEH3nRǭqrBgK(E{Yz}FьF,dY-ބe b7^ Çc y?'7N I"!+˧|ׇI* +@'ctLXibm-ȖW hX4&qĮI_-~3,mHiK_U^?;pJS뱏v2>,aK\l]ja #E~'{4.r1r tRg_=N#EH(IsM8S퍒xDȓrk,[$Wx2fY٩Ǟr$| LGB#kv^-ɍZ\H3s`GqĂo,?8EfO\ؾs¹dEyF&'Ѳf9X0Ѳ$1qpCo^S. [;|KɮXڄPqATODu|#vhy8"tv{ȃe4P\X+JK2GId"HzLGCS 4 Ȅ}_AX1]U0fUaD#*Qje]Κ +Wj*R{Mp`NDN;e&K IAp, VqXWZw}_زg7["Uܺ4[7v}ϫ]Ԓٰo [2zDH;`q 's 9(ED`':>,~8emH%mr67^RPZC{]Ckp&/Z[zȭSАHjZeN 59|67]hF6S'F` 2ޑ|> H/R+e"yp}ag:WG;$ݡ,e=SwHG/7i$,6 +;ZJKyk@|]R:/9:m"W 7%^ ? >6rB_l^zK?͋z~%uՉ\\ݓvF_V Z,hN+5:؟VYbFaQqnyM^9p$+.-y%E`+W6fU0o/`-y _ U܀-3ֵqׂ͊{rzn;pbxUցU.n+y<]n!gǍ<(9sPp]K/D}È2][OzWGsy{N} ݨe1;.H#feͬ~LzYIߊ976Jycq6+:GЭqxqafeaEkV _8YѼ'oQj;[pkeV1jfL9\G]$np+7޾It~dɦl}dH ۞55C86PlIq9!''?bdd~$'=EÊyhN$,Ӧ)e+("n bcb)2pUWunЏѨÅD$ΏB$|[/!ڎ&x<{s]Gii?f_d"Vɢ,D$"C%"ۅzV +w۱­魆m5%x ;DGcݴ87ԑKq_s]3ռ8'9YU@4cIx0#ȣ<@3ߌAsx);'EA e@iMScdĂw[&1m%8\mBṈz."-+i}KogjxVų +۽e,+kr^YC1>8E>/+6G?t2>)y<%{$̪B$|7#\)oFƦrTFwJqӚuY4{jdo%r(Nm醅*mҁ=5P/gЛz/kI/Bt⁢ i.-ɧQ9MIFyc` n,PiG`8M-Xr~/׳jdq!~ѯ$ A|ĥ[g$qqMcjɆVяyN:>'ϐCk-弩93̕[w׵ 6zc+H֣ mkq8k55!:V_k:jŠڥ7Zd܍DWyaM Z+$\ͤ֬L^p`ԾͰfENRGKjrL<*Y̩2#pD J2lbʨݮt ayfzo:Mi/O;,v/.g)C©pr֞pOD7HB-1vPŜrשּ}Qr(9+-n.pO(c_+wOKLP(Zab%S6J i%x,bղhQ*5N@+U*ޜۗ ZA٨Q/x;|JV! ~:7#HAdyͮct"e++Rc.[:]/T1v rl Z ᘒ#eoBHgyґPDd*#`T +7p^", zlCmގ{$U-tƜV4e0}8VuoT}y]ɭ-5ʣ(+FUݙt̋\-ӘMmw +UݩHgگѨ xw@tzzzsbQO02Q +GTZ4w@XFwxLQOGYh+uh +Ց큃]dV2)9uu۫"JE2C!XR +fV]3WقDkj mMY `PzlsmNDz?|v*Jo4RQmCi7Ā!mnENK83/lEqW<:]nU<~b)/@^翿.R<_SYnMOy[Wfzhwl65󉡌+ؿc0SuXUJZjkmrV9WܩO4$o +{ANKhCXyb)K9[q /'6O,cR]2;TP +gT 8IGbFLA"vKY G⣁m]̮LKeTT"n8/)zTBhCڋ 8M\#>lqJk]ߕ9ח-(^W?ձPy-HR])|@cE8cv~'i+ipޞ%_8|a:Mn+pKu  Q/י*j!5҂ gFUAGzy?N6H RknDGIg!@SCiEB%.At&#jӨTVUAf!EqUfŸbW +?Uc~iUOgԂYי*ףn7H n h]# ʬ1imoJe-u lB5;טyxj 70[c9@wc؃Akz}|>.I3)O4%]6`Y=[5rP2EI XFX566bE$؃~{zc}pjZM&Ơi)֘"aH/Skws{$b' ~7R3=E^[?l\xAzǍ?Oppmth[kf*)FORx愼#:(MXA5]Ӻw4-*RtҀenYۨѪg6׷-O,1vmj窊¦4J8c +?O|Kifs:HYyWز&U~c~) IhO:lxS\^r(+~iln򚝜V140ԯ{lFIKt׊Dw5RS(rCG +}U#h:̊:vV f48:JTGI63G-8I0shHPx~-QkMw 5"r{P1ПRМۊsUݝ_=v2}_+#_V4 tCJ9}HMsf5cirKϸ#ZXj48֪16Y 7MWo, +2Y!5R*_@wFН AX8?EH '{ \>t s(G ['rHetFެZpj*Vh#^c\՝TEA[Kj)^'O9Df";ReN45"7R)kD趖6Lh`a!dnu@5Z~]fΫ` X@(/) R +l +p5$;(e/$"W_۹fo&UnH7=.cڽi'ڴ5%w_woz5=+ŕTkۡNݾ~eG"ѱr+#[. +D@r"9!. gڹI~~ώOZEґL}:*OY^9zG?[֧݅S!|VhJߨOa|<7Je|.N`*I/ k]\.|Fߍu|}}WD'+|,l8Cg2O.TP~$ .4>gLj4#y3}-נxԆԯR3LUǍ'Ui2 rKyS_Jz?叫*yUtti"AA]cT`D,@Hs\V 3-]ͫ ZCXў\߹ݔ xZW:*oo  +y_8um7R:MP!'n@b~+xVgV33 q #®M3':=3Gel|++&lyWQxD#nBcn﫢(`0 f75AyRnO_H8}:~\~H;7O)nͽZ">-GRqޔ=W[[;*VyE׏ 9Ms )^r$/8c--͖;dҸIv!)A_E>!Q1s[:ZNֹrH3k 4:!F%ZsGmc5vZ N^eEaT-z:!0ؘYRq&F4!x;0.S$>Ak  ƃn%bcƒ0il!BlkDi$4ų)ټZ@ д#h[1j +"]/*AOT+(Ja+^dny\x+7>q쥲pY܈1=8ϳξwnd(mFNؖnLlUm[ݜ6٨lMmT.vׁEI+vvDqdg"o+3Z'%&_.uT! "PG˕WX+ѕq,d3L + +xHPJmSrV9U:?(y,PFC*\CYxjT٬:8 ^;֑p3rSQa.ګC흍ψp};R:,&/Ax&<-~GU|EáXzxV-6$#v j9؀ jiO yvW6'd4alY4MaD6Ԓ"~Ӡ#D*"Nj5| B%o`˙ky3b7hL:5[:9{4*X:^s zp/XF'&d p1Ix>fD=.a`*Kd8L?+2{n}RE +,nzhk}$S>Iڈiq *.l3(=Bi1k\ 9RXႢ3ikz׋LJңE)Rc* 7V-RB:2mg[ +Ut֮i}\}Yb[޾WHҽᾋP+tY՗׊K"LǧE oXYa44m‡pq{ZkrIK}GinՋ.Q@c ,P@u4y؆CSPkM TzϔB<Y˷I+h汭O1$ի{ߑJQJ@geP }2` ̷vOW2>? ?לW_@۵"v 8T} +py<;;pNI+}Vh44'VC#qm,w\x^q6vՁ[Q B\E wl !6HLb+P{*!OKP˞?Nݟ~,}j&#l6hpWBc_M74W[^lAF^hOsA{;莋esx32ljVؗ}]U]Wu97ݷXGogc%=;{G%iϋ=yâkLs000m- zG1ՔH.fo@yyyyabaaaaaaaaaaa++(Ea +F?㦩{0P~OС㥨|7 oq /FL=\hz^ES\zߡ=SD'96c9gH3Q[P}~"]*BA-wBGz׿1|neO<\wObܵIh)AJHB!I#b$̌ +qL1rr<4Z*Zk-w.=9r*x=ro Oak}k}kw}߷~v ~-Cz x-Se}BM}VWo31UgTJ" \BpiDFRX;FW6l1?v~[/*pY xf1/X3SR`3{8a&h4哩Ty1/#9ѿ̇eb#=q +tL= ,N= lN +ؕ:nJ=h')%c`$C<|,%tV.!\F3mi EXAphCG$SoIN/MbsXJ" \Bpg߀bT3S,N#jK ]K67~M 0@6FR*JiR*JiR*JiR*JiR*1k@'݌JR3+nJܙ@o#ũMGS'X=%i8Q4JF(q%N~~~~o~eFU3&p&d yy37~L#֋1}tk( Fi]ʣS?-bf⟜zBaMc~{uC5i=r1CD>@"d >_?[XJ5FsR Ҍ<4HDO.xԯOOsRlWW(Oҋ~d`DI/%Ke4emmpPHYB׍c$Vl1("vfq2u]vy K= bf;}A|_" y'gp:QHD1BPߤ#|y<`=b|.+^s~5YyzVqHј^D>ʺIdVd6\A(vK;Lq&@EדNEٟtޢ5r*xPx&{zn='搾a2^_i9J( >ڧӍO^u[#n뚽Zz3E6fiN),M >+&V)~JGr; S$:Qɧ\ʉfE+Qc)vPO^܋qUXwBtv<ӑfS^|1i!7͝/zXq3O(ŦɾEU}fț˼դϿivV;+sˬIaK񷰴ˊ0(zNXu'q*>D($Vԭ}+>i1zcE1}R/˭d O]܍C3"}dω)VQ+_uyuG#Rwe{>X 6ZHpZPI=d-Y (*:꠷8`#he2\ZFְ4F zk%{9J=b1JV@% *5Q/DiYӈif!:Q[?Ο_KIiو\ F $HJWќ4Z+s!|dRpq~ x2"#msԶ ф4V^mIY)ZLV6F~9,] ¥%7VQ}FK_d&o,&|k˄/[hQWQ$֐V͸u2Bj)zThb}%ֈK~vV"p^#R|mGf/bE0Lyr'bP$cP%Wr'[|Q_u9|z) }r{ ɁP#{Bo!˿(ɗw #׹gJzr]r PD^ =,FNP<ɜzw'ǃ^_Dmr F}7QOv^W(Da>=당k;n71;E/Xw>9¸`7HA5Eˠ}K]>w,E0'Z&G{ݰF7b0 {}hF}1 *#!xE@hްA9m fh91VKwS@1_ |.YLȞ8\ 7GE}^9ànD aB}|JnUqG@qwd2槇K+a"y+TE^_;σ\:ݰx{B~wZxQ^ b=Xx9ׯw۹>'6uGខ9XW( +@R ?׹BqXl@#b>>M žUԹCNzߟm⫅S.;Qp 'wJD,uwB9\ͯ=Z‚6Bk|ksZ +`c#sInJFp4sDi`0ڰL`K s6Q4C(nڨq6YpBh4y|xClY[OX*vꗯ%F^ ?WY^ne"8tu8U}E +#"3,{>2H8 E{h8_Q^(3G}|ʎT!E#,M$z/0G o{(q牥,~|%ݝ>_ց Q6sXJh?:}Κh!ps!VW#6նj[斦55U)Wշ5hRvT+W5$/o.kV7ԴM-r7.nXQ]߸D^vM8i[]״Ζ״,X2YN檖+Z-M567ֶ`5m8rQ&׬ U54PU+-nj~I]\P]E5`VF +ZPULZ^Z5RVPƫ475@,,[&o)Z[Aj[=7'Z4Q'hXM-<.hpj@_q1#9^_7;ť/.>m/}qJ.}y {ƥ/0.}/}#mK_d\"}aM>"#A̔JiL'~I%H)sxP`KБ^uS՟6뫧tq}S/(AUa }\Cll. +q38(6oc;}@ұKR^`wf5QE*,/Hqi'HfiDYmai\~KZ>"X?(DtHL 5gS08o|8矂Ap> +oC2s8_ e< 1pG>p~?[p#8EY$eyp"8Ws81pQpO9p58iX2I%MzpFp|;8 Gsp%8Χ#p?u>N9,Ηs 8kF^p#08Cp> +$'bs< +΍`N/G{~ p8~Nү#"g+r5g,ΟRp.8 }|'[p#8$|i+7s7{epg{uK;u&i )4+節s#895gY +%zJ ưt9MZη:pw߁&(8J}:IiDw428׀ +pp 8=8?οlNgIIơ!sd6 Fl>5SfjN%/3\lߥwޱcdqN D00|6fm7K+V~ h:enL1{2$cN3 +S@ç~ 啧*JFchG")=}71Kِ` Dbt,966Ԉ,.|h Q/ .Édsd`&¡=fnne.gBLLd >Ƕ?aա$g'%sؘڹ7(Z$ 3GddTT!Mdlɑ,Dӝd-d\̓ooRjxT;ۦCMp2io+pw[,b1B"lSfsHiɢdXXhh[4i2Sdb (f4lS%9+6؞} M24yHޜAR}\`xH,HOceihR:p1yuIINi'ɨ"1'gb^HL"r2Q.vEm,/ +>q}#y;v!-z% ':X2@ɕn7ɬ |glଢG3R}$91kb֩Gʎ^j?8vj9<<v^!|6&bP;ā0$Ma94~ԩc㇄Nb,^c!CɮImD~S?f;1ûZ^0K~`<>V4' 07YQ%.5*,Deo]2 ^zqd9n1=vzҖI'P["nYGkc̆Vb,MAwAv7eK~v{)g3f֍=a_exO^S VAcZv ;6=o~ls9[}+bf;X#{LUf֖E f:51dlo]a>*{eϳ?? iGa ݴa/z3{ּg?f?gě;B,}6\/ m={gbf(m];l%dAǶ٣Lv&S쿱`GٻГW3Eeň*ؕuliKru,\Cn`cc7_C&58{Gm,싰gj0kf'0U&cžg9k;&{"³_b_`a&f?`F=^do)G >K$|1;˙ |³f|YwgMXFxaBj¥OoLI #Ln'#C<?hw:o%n'pnǽPi/3HaW_ݦ Ox+r4 g&,'OXcF65]h(`F@m'|;- ^K3Jµ=A@$n'p=#L~!qW_#  w 'ae( Zk [¼|5a;V0aF!am;wE<9 emIacO>KxWQc OK>Qv|"b«:¹ [vEÄ}  G '#|p/ICG 'pԑ$ZεV[۬^k̺ٺúۺz-6vmmmmm lR{=iQ8O8wL8>ε̝ۘ'w'sN˝V<5mᴭvN;dΙ;{ǝ'gr\y yyv۟w8xɼm?8}]L?ON?;#wF ׌3q7~4+IqF~5K6hꍸX$eɟ٨xG^^ugAFޭ5*k䤚V1y5`x^BSdN|ecJ7^1`mcR:_u"+i߸YDzH5V5,lQ˕(|T-/XmFެeJNR_vd5wQiͿw8{'t 6Fl=gYĎclN,9"IFx&-R-"mi@DU;EHa&ҷEzZIk!R1 +.j_"׊k"=B]u34UV#dԬ_P#7fjͫ5` 7o!o >ڈU;kƃl e#l{ga*;N +ۛWSa&D]b=߼W/U)SJTDZMk]"](Fv4"-"^\HEM~ˋj+2Ar!ޕf_T-"6onE*E"k]̪]X}Pb'k@"F۟~LolׯL=m$, +\U} 2R;b'#RB;b"@I::EZй% zolg;h:~$WDbIfk}9c}v,|Z-weN#3|kB#hmX +Nk6k'rVm>uԊ ^["KPA|EpLښ*mik_~TDUj4Q{_g4.9iũҿ\~+y";7EpnkE Zlxf ^$M➵ISY>(vA>.gIsl&Yc7JMH– a㄰vm7k3ڼC5>>wb~E[QM U1CcXpǵ5wK5NYKrؽSc8V7[řy5~wB#ig5jyĠW[# Y+9NpbDϜ*JU"D*nmܷw^HaIk*"#;gthk>q;OX>J{UD$*QfҴf"5Lܐv%Α].qGW1&f,-ŝ;h'Ճd"CpZY[_]\6hFS#jdzM>fr+OZKZ޻=Kwk%S'c>Q#oPOiKOG>I>d^ߠjiN~B#O}F-tFޯT|S?Og/jd~Z} ,,Ysd@@EQ%JNDDTDAdIr /Ͳ w3uש~u3D" +=UY_#/ŧ ">UYo|jKf>í| #;.F| R|G8T8\‘8R}UUXG*'DU'dUTUtU +gLUg,UUHb!,( X 3XCF,%Y,!ŲcyV7V[bKȁra'v<2 y'| 1 +*7M(q 8Eq8#QP?qP?ƏN P'$Sp +i8 *l q.΅J)~ +3 9TEWTŸj\5q.ZCm\+ۿ%۹'۹Fq3YmCNֶ +w}wmg4Ž3^3a< ^x/CKW^oMh?/eCqlknhIDRc)}Prrd=G6_/ϻ#Euߤc]Ydf4 ח`80Wf kك'*PPB5}BX&^g7ԟd}{eBh>,CozdZo0˄;,e²ohDZo8˄{,FL d7>ɾh X ae DeP*C/02{;>3}f&L32gd4>#3|Ff|32gd\y>#|3gs>#_MeFf1#EFgk>#,Yʷ>3}fgfJ|FVY3gG >#}F6l3YšY/2gdO>#;|F~gdȯ>#}F3rו>3|f93q>#'}FNʌdF93rg>#}F\3rg-}Fn3rg}<|Č#f,K̜aF.1#7;ySIM!):yQuR]ToGUj5c:NS:Ϊs꼺.K겺k꺺niQbA*PUm JWPUW+T *B*Q%R$zlzzjr =,#ld1ٌF#3:M; 0BuKZsýkS!`Dڹ\`'qF#c3bFZq%d(#02,6#lewˠ FY8FE" ayjBS?jڨ6jڪ25[ͦ=Us\>S Qbn-:ٴg.Wߩ +RVjZgc{yj E֙p뇷{~0g|μvv6vr1 x24=#aX0&Мa +Li0fflsa|J3XBd , %[|+`%`5Y~6&#[`+l쀟ɪW {`/#s!8 G(F8p +N8K<\p .{ot57&܂6w.܃ Y_6 e#X ȦEL6-dKJmKl'$;.&˗eS^OAyHGQ<&<%O3<' ʒ%e*)om#{|  J* e*BjFjڨTwK Vw&EKZovڡ~V;/jUV{^OWAuHVGQQ(c4~1v=^c8`4#Q7q8a4N3Yq޸`\4.+Uqݸa4n?;]qx`<4fJ]QWҕu]UWu ]Sҵut}@7ԍtcnu3\-u+Z/鶺-hDKUMw˺{WtoDW_hyCoz~Koaz~O#(?cz?z'zz?ѳgz\/_EKZ/%z^w{B?Uz^uG^o&Yo[6]wNޥջW}P҇}T>O>/}G}@? BPzO|}]7-zzoi ZoY;ֻvM{=~dmߵCap={=eo'ړ{=͞nϰgڟس{=Ԟofn/___ۋoUj{^gh7[mv'{ejڿi}޾l_7-w}Ǿk߳p# s9q:sɹ\q:ל sݹq:a",*lp p(l1v))é4ppl8}8CpL,lI)iO³³ss i,(_9jU=G}j>JM'&Qc8ƫp=I[ofuYD-s!.%R +4-LtEa^$[8 8q_Xf[?ȴ&,WvikJu)H`%Yg:H7 i {T7QyޚO@F<{dTnQ>BOEoKLx{Ĵy_yф#ZTn@;be$EH:FbQ+DcWB!K e5Y )k!σi}h}kuźB|?c#=|_IRug:y sV%YY}LO6%yG_op'0w&y;')bGwԣ?KQNjqLcEwHk_ Mmc)GMuR8)TNIubtNA~$s?U9*%LS*4*UTA^VU`]m1 Ι)"Ƽemk1"Ld |(Ƌ)"o`Z`(XX,J֋*q`w`h8 Z):uiL``:/XP x1X2XRl + +bKR&kk::``##$Dll&v[ۉ_]]%bj'[JGD+Q'O;I\ OIx`KvK|əµõDs..;/-EGeI~{UםBfj+ +{&KS@ WB}Vx~f#dƚ 3fFY3bf5fN3c5fAY,b]W[{>_!qXGo8.N8-Έ8/.0-Pw]uOW͠8R)P - rRO$7NAbŋeh-6iAhBKB+ZR_xδD_H hIGsTB. ψ"#ddY[2ѬmnY_lLvG$B_=L /C1Z|4'B~@JbVu8[OSkbkbS²0E2"* +Ed-96M(ECFXXs>@JkXcSL&d&/2yry={ɞdA1G lq(N$4$~J]?ɶ_1+-[$eߗԗ}))KҺ^G9=2G~)! +sRr"WH}}bBu04{ZlRQ{]{]-M> )J߅C=hGр=$_Ӕ&E#̣6EY1xM%h%ȼ(m c;Qzz27!14cIr%Zf]rU6tXbta4(a G>L_c-y`9kw߳` Xk*a5y<}XK~=)։dSpp|},ed )SePɻ締S6ψ z2" $0X|"7Y(jlFދ +RJ(LeQʗDQ* +#oŨl/ SQTJe7$=EM*{ZT"P9Q,7P9NMTk5͚nͰfZX֮Xku֏zkG + 41uϺo=d1X{=ޞ`/ow +{>h)}ξ`_c98a('p +:NsN S)q:NSɩTqaDL0oxcE83)rM>F^;:G.OA#gqQ| 6R} )_ARH=;m@Z/cur{y E3CwLY>Cx}w]ϳǾ>nľ1w7a~@^E%Oݖ=u15y귩ˡ_n#x,fyL^--m*p <ZvQ~M>JSlLj7dLTrΧϢ$D('r4`R5%j}>7)ҧ#S Y$ٺX̐lm8XIx BXIwo*}ԇ3=i]\"d}Oڂz(<$k[LmfRu*R!G1g.OLvjeByoE%k-$rf(e5Q(Y{L2N|I}HOh+3%㍢cBO''+Rz7EL־2 >WTwR}2.+ <ϪdH7ƽ_|"Ax}F$*f~{ѕZOd[e  +{uHّm@:m6|n3%9Rᎀ"f2!3D[f@n7;͔n/pnorN;Ҹo ; wݡ~ϺYtsnxK:I34DXeB|,|(>V4+5+J 3(~N-d\69.r9udZ1*$Y`b=<i SzI7'[-]!&xVVO'R3)#` *T"XB)'Ge6<嗮H#2PKqcVD2R|<,$ Nev79ܜTtzȒJyR4GVSp)r s\ʹ.\nr.K9G {r.7ޥ-[ʒd[-Mei<[E.Ge9d K YYJ@lУZZZZ7&9ǖXmq}Bc}쉵ڇ!|AJw㿇oXo;3u+AyKeyI鐷2wdNB4%,X#y}> iվ*bZƯ#O(T֣C-QJ8O-k!C )w8(141724&}yi [OY4 `9)ɾo?C8g +Ͽ|fGӕxgKx1%s*)ﭨ_&;'T<Ծ{Lw N{g3/O';N>xw=4p04EO,O쇱8{&qLfrRAԾGqr0p2|-y=<\:܌G{`%7eE_+f6U-ad ߫b{vס)%VbO*9'uU{{u }0~KgرcvVΫ  hWKC{VΗq _}+Бgr2ݭfPzY(/cqN+V=x< mzNTΖ8)CN*mZ;7 +Nu۝߃|v/w=埲,D=l|4Xq^<8o}>w,dz!nYK|N}[3 S) V ~n%_?^$5GĹmRn֟d֟eo«XYgְ֭c˞,׋}IOìim,ĺy'zPx=KhBx'{d{ ]فj0|+v|O句Y)u~yn߿?lwQC|ǿ9wP_6Qý^u=ý(Or8g;;} 箜gv^=EԞOu ZY@34qF:~L|_vﱟ6ǜ^')V[@ٿYDזXwZ@ 1̡%o&CS!ivB#1 +VnkE9h#KKt`\dn[bQԇ䦸6=~+%,T>Jp=FﲘYʾ^8W +`L +/;k^l=|G$y^T'Eu1]\:Wy.貺.+芺麺0K*չK *!,EeMقn(QoH.~rN !]*EedMu9Fu UcxZUhڨZu@=IYrfzOwtTWҕ5]E뺺Ao4UbX-kZNFIl[b&b%v=F|+!)ΈYqNEqI\$r)GvySc,-ȹr\%Wy@>)C<"ʧyR~(?O)L^eUUUSU USRUUWSUP5RWjD5UT5X QC0uF5UMSjZjZVjڥv4 ":#ZhhW{:KUa? jgFY -x < Fgg)hMĻ CbxXs\1O<"GX(bX*bX)CX|"NOgosR|%}e?_*ȁr,ȡr_ΔCr\.Wȕr)wr+M|[#ߕ?/<+_**GPSTiUFUTyUAUTTeUE[5P RD5IMVjG|ZP[D]Uy/uA]TeM!uN):UԵ~#]xx}AD՟L# yV#f!=lQN2{]- cp{yc)-=i(U7 :~U0Zqw#ug^Dwс]ѲZvGˋh-ytVbx~j{!ja<U; +%vK_n;rp=oG}xf$ihlPH!9yq#!?6vGs\ʰ"lyl//NlYk4in[у-1=z\i;]H;ދUVzZѯk)TgeeW6ea.YôfrTTeM&X^%W)YYDJ|@S!8)S%M)Q "|g_}pMQrD]QJTW՚ʉE ڊvTIt\ +U%r?uA9K!/Nڳw:bپ,fk؆$(gWrғ%/k sٝCc{^!v$q'=^W)r\/s +^WիjzJ^]Sk5tz^3Sӻkzg(bGHdG4;#QHdHّ(ˎD9v$*iGRv$*cGrv$`GJv$^CtוT4WVZ X+k3QXOZB"̼6،R<.O1ˈ2,j": XW<4a׊X*n7poEX9H 8:V2J ÓGˊ4ǴQ'aR!@9@y=݈֠ '=UGO/pzxE"NOOx¹s=x9M^Is;}^ W;F^#VZ8V^kgӻjie{gs,;K'>{gsl{;Y +w$βso;mL(ʢZc9<}دF"'JP[8G[Z9cQU|sJ(z*{ʰer6I#l9&v+kl@lݕpTgIlbz9H-ٓrGiEPI l˖gb a5{rFdT `@&b co|X~r<|5gMm㙝Ug*%eYH'S:"kۆOZunw]Yψ,$smHr|}str\}J9Ee' ,xRcT | >s}7U9^B58^A5m$MulM@l#] +s33A-$3ښ)f +34jo03y̢nfM=\(4 "4WRܾ$)ތBv0g]yEy~ ]3$R8[fs뒲$ӳ@!fvh}"j_+ZG6bx$X8`@,`H\Lr`X3଎guTful6$8Ju 73=r ><%,_p}ʫ2Uۡ*6|uS5֤LrXB k3&ΘXj2w;Dǩ>ߧfC1Ч)j? ]֧V>GE}:ˆI0Iդ4S%)LM(Rm19t5%i)mʲ-oPSTaJ#L SFڦhc+w>Fbl3ggC]f9YD NDM>ףne+Lb}XŴ^/60-"LݖYϦͧjZHMs,fξ/BL1ؗdxP^Dn@P1g63ƐS >+f/ MWEr\cR$=,ƺVRb'뱮5 H˗+dU7(VI|OG9򸴵 ]ʡR*WSy,]T9U*TAMRZU*#B +:UNNTBc}el"^M[Mܡ9FS8(Jo[-ʵQt$D˄X=% cO2;zgx3sڭvzWW*!_"8 #5(o@6zxx9c8L{Kl OAiY4Z Gf̞}D'#?_X&7-/*r֕f0g1 ::F>ew;<b&N^'B A3Ņ9Kc*jHh _klm5 +Ѿr,rc)2%X; b,U4ЫX~Ea%|:KE,UTqdCT^{?):tñ`P+ݲT+xc=YPٳ'ubwo_1@'SU*ߟi>+(;wgY.?_ᩲm戩fg7eF*6nATRvX)R)ݑZZ?goV*7v[wc8ϯ$$r:@ &dTBT;st]wTctk'FNFvAZt徊rޖV(5Ewa_.fٷZRfjFrvz$=HT=Ltw\e +}9G"r)E4O} +$-M$11E)ǔ4b򩜩fjQSc|,jf@&jmf;5;^o#ؼh^e +]c^3S+y5Ijk>7s~o?9csseco.u>g|IYf1G͡T[Hi䢺HlSצ6kڊbmű< +oƶ=R}Dj}o}o}X{[k jFC&>k\QЙhè +aW=91ޡ>J8>fʇ%/q~xS)P!fkԬTa7>+~iH}8 EqAUWw;~IS~׳d6# "gٮ9KA֯b6sV8SpD5/AТ𞨆ڭ'r=!P닎"|EmK5lmE{!g?KΊ:%ԄHe;XT& qcm۽bYb6<n|#AїykGO==2/VU;8'8 9'Q$/Q&Hax"Aa_"K|f ]3KD=r`ss}0rIp85:uב NWq KRkI9n\S> tv8㜙bgsy9J e*ڇƄVli~̽c %XdeI^A˯2z變 o4z}~1x-^G|3hZ^gEx--@ 8; 8{+g@.Ar1rq/,$PK@2 A>$!1 IqOI$%W@R@uVY gK>]-v9=D>?$n_bW=Ѳxk1rm UWD{5.R[Ϋ[魤oRfJۼmTd*R^JάjcO4߱z(@9{| [{<[ )*EPYvAŷ7jFP-8k+}\qx\uPo8aW1@o[@}PuPw;wd}Vv#hc.@ew1*KQ}KVWQ[1m9d/%׻#ٻMrne%.V/{K7Ү{FnjݼOgmMH؂@ֽ^l{ o)S?+ AWkPuQBͷ(jE]Ph5E.Zu64uMjb47ͩd:Q+t֦NךMtc@m`3:R nwG'*ŽP)ӁBtjP;XNǡv:Ӊg,JgB +0EQТ$hZ-ʢF\ 5*@&*2P#qTgF\5Xgcj)lu:aNXgw{[KUC]aII,ے\a1Xzi{ 'p yw}-3֤lY_MV8O>ّO!Gt۬'I* +..9jZF% 鹨XɃ*8sӦUqڴmmA}}l~B'A'@'B'C'N\9h9999 99rrp+tbtb8tb$tbtb4tvЉ;cX'3ʌsMIةfA~2h:agC͇͆́̓-lllllmlmlmlll@m by_s.DyYkd%p xJVZV+8SŅp)' +Zvg k=]p2 ̎!1Ӿ$h_/ ڗ+Blqu-ng#- +mWl Z6Dl# TtUzMVݡiK +Nj!ۅ LHuaHuHuR!pA R]R]I. I.IIIII IInInj5[ׂCC;CBAC{@{Bo$$II$$$ ɣ c! !!S!B$τ$?I = +-g*'pv}Yye,D9L1jcԁǨ Q}C&Ma7o{NՑWc\YJve`֙ua̺ff-1k¬1뢘u1:kOEic%!FJF&X}OBVއyfG OՍسRG/ˣn^{7ҌX\\;6>;Ewcbkk:grsgH PMшPFDW뺪j뺩jړ8g'Y=3{ٳ^k͛bn-PϫGPpT%ȳP556ð?C]~ `+ iغU$CdbHbk:O~ىs>3HZdGUsP]t3Q&id-O7kkt}dcKW-=^a}bW<: # Ic66ҖimdlB轢izmF[{iKzmh;KhA,]Lt%]EW" t#-fZJ?uAmg +;}GߧGc)^!cŬ _7MfYؐ?d#@>DL+P=LQ}N‘/$nI$"?[-FF((DmY,cA[-9my<Hh +4h@mJ"F#i$9mtEFhL[V!ޏBԈmQ(}>i{F;nڑvD!jL.(vQ(}5ptIGHI3Q3:C:4E\y4E|ZZZBZs\Ԛ>EBӧ(. t]Хt)jKϡvt]Q,jO_/8A:t=H_/N%zL_F+ԅJ_E 5JҭFt݁NnD='}z=L҃=D0=RzGQJc/=N~=ӓ$@OSzFz gYFsh0h~_ѯP:~u$#: }n(*Ģ[wYw},rs&z#GFG| bU~WVU2+V5bak_eځ՘-=8T17y)mI2 "C2dgu9oxSdMԺySdM\@~I7 ^&q)>D܁"[0DޤϨ/wW,ҘC{{9ۄh:c褜W`_ aekxU`5CGՑRWG5K(:*c[Tv F\3 Wj `p_bXy5oϹoWZu+Oq%x%.&Er5@| \EO iJHkH$Fb Yd!#"kFl%;>r!)rTo-b8,b DZ-1XK'K7K%2ВnacɶYfXf[[Y[V[-%R6n~!Q iKY}@7M 9` ({[51l AXq;v|3`&L 0/`4C| p(`p#3G8ql'N +8p&`,'g|.\ p)2\ "5k"F7URp+n:N]p<Q[0 7o9o:wV9O%翜vV8p^q~Z+gk:O真:˝9;yy=ISl;yVmY%`j= X!xZVbTJ6GQtFe<#H39E|$?< {#w8cY*%U+x]3p`.d<)SNc> Wo$9e]s@s2GD6Ap"dN/|p8y<iFCѐfLc.5} z}W~2~.]әփzHFez =JWod,;KFΒqd,ԓ^zo=E}~z}>P_mF._oʸQz~Q8JOQ &\:T$ru|#& +_5^(JK09rFڐh=##\TZV> l>~,uڇ#V}"hgyEmVm^6kjkVO6mC{]۩vkoh{>Mmv@vA\SK,j_hW/e RZ]nh5isW| i/#JʕD8)~^;҅\!B'pxOwMx>. +.p;SsMP ۴<'9SCCC!C!C!Cx_zW=ʧ| ,^ȟ>#y3ޜQ^[V>ޚc oyo1q]ryoiSy_ޏ#| +(O|ϐn/&yyGމ?;.q'>ό! +|cȽU|5 DUcX<(mzXgօ%Yzd0Ʋql<gҎMbl2cSX>ʦl +,֛>,eXi7 +l6'<A, fC?*{ eXFld&h{-dJ,-esl9[V*i1*X[ֲug؋l#{& +^Cl #*vv]l7{a{>&b 3;a_WvE]v'-);>dgG,O9)+g]ddؿeoVH*UJ+$v`߰ow&UIk$~?C~G1w~OI>?? 2 ??oF~־{?}o}?=_OQe=M\AmxK_Ca*gʐVKN?K,}'L=nL)0ۏ: +膘lE'bf>@Il <kq(D_8p.$X p=ZYjl} U3ST5ƶU9I>QR'`.mJd}*dJ{ ն,Q*BCvW-hab&実GwM +@YӪܧUŰ1_/a'/?GzRhK-zRqK-1AjyŀC*ujX*왩gt՚Q-S[\F[zRqK-=nWɂ¨GBmG)KԾ4kz#/8ᢧ`%(r4xWۢ.J-po~pJpa(){Y\%L,u8 Hk܍J3'\ 8PTJ*J(J*J:#MȈ>H:dEA/–aˋr)c{ ylץWv5lܷ6/p8v/ݫ{!^HW5Ex6dXn<1w[M;0zEwdH/҅.&\&C[p-ѷѷ[p-8} ;8u|K{~$ĸmvTנz}a:Q&Fا*P!w -u:S"s_Z-!J.|C%iqc> (KnJnJnJnJnilJRGqMEr@[fYr):IͿ쮭ldDꪌ@\;X (#5GpKZ>[kͳ etLX*SWqehp4Lyp\>#H/sk^3vm!pe6'h6Vi+?.@@H&-AZDޣlqud]3gf\(o BŀKT%ۉPqJOj--!Ʒ< D\Kz[6w.mGFâۈ Wnzy|}߆nt57w]w[b;uLT*s7F̻Xj߁92Y+]"PMH;+[>eA ÷<_Q*Z + +#KHX%gؽ9?+])I5eDh!7 -o(d9F{𨳞/p$eͱEם hpm6RGGx"Lܚx1, rfSx3煼 +˷x__ +* +Yp%&߁B¢FBab#>B'Wd'~D@hF)@Fu"$4r[ᤱ#8I 9~-H !G(!Kr4Y-!"R$5D(d;–DKbMHPٓq4` `,`'nɀcGL!v 9ȁ3~XX ` ;`(`knh?vXk0`SV X8O=5~R\oq=fV<(Hڣ8AEP^x+`[=a"U2 aDRPM +j!Gre Ͱ-l)M;7wrߍG|Vc3 {Gg7~~bmw錄?ؿ/t 7XBJvC AL7(jpG}G#őX8(sT8g3Ι\,r:99˜*1S + L8.pF}+Bₒ 0(4h_б*+s%ƹf\}c2WJB(-NKֆhBH+iǴ2Bb,E8̆ql[ȊX)ǎ2zsV|!ڴh!oJ ^Tim#<Ϻ׭dovr/0z$c"mGxqۄ3$w"N?zXWKnKR|y<vFe)IqFxċMF pZVmA;7w+~HS<(PWU(SÊQ\t.:u8)A9ꟼeh5ڀ6Qts=&| 87ǭq,`cⱊ'*>PQ)>_oP|WWu^T{Ӕ%JΊi#W|+WAۣq/(~G`ś+xwkݢy/eFTWT\qu_ Vũv}~V_4~r|UOoCTH4UtިV+[徤ֺlpU RG3Է"/,P*5TpQ5_!xs O2|WkX?qAH # 0:4Tjw UkzpCՃf(j W+αj O)pÛWQ=s!I3 =j󚷞<j'ƫfXj~XHz[RB Zm'E͸r}Hg +qoC/{ԨsLfUG(fU;B5F)EsO0P40czI_fKL~¤_ݫ TU; u栜:Ҩg 5*SG~]2xO4imWGu]NPGHڵi28R:Ҩ1xEuQ3% 5BXo=>9ǘbo}g:L8oTYz'򼞗xo}NI}CiG<$ onzbgև&}Q亳ns=G L2c4~[bKLzj7[zV?[3[}0>J_KC ''7oo>vI' AI[Eb%L'ñRQmDuݙRC kA!uPZC =&rmsZ. +f,/@f5.=%I)@B2aS5d}Nn^$ɜ{K]d>moBY(ql %7N*l<&NM$4#0G9 t-2MPvoovk%5;b_-.GYh+jSRZ)_MMz۴)pS׾Вė*١JWAڑt$:-aZF2]VIIz6J9(缞E{T<-0قV*R:xϣˤ$|^7{>tw}#_RrOea"]Iƞio^H?e |4Ѧ̴37yVm³gg>]}cub GM̞8m+'N9ē99r6TNB'%Nʘoܘ܌ܢ&ϟ3 X=\_3~مgUҝ*ߍwW8[{WQи^?Uіݝ +Gms%x0tG>+GzxzNȏy#~M6⣞\;z܄fu;2sV +w vΝNhN͛tCݴ~tٴ~YYyΜ2ᤃҍXhzV˪>*c_hcVֶݥ;<+3 +n[Lmc o +)bi]N*ٵ*~:iګ4rjZ* 9wj׎?DQw +Z|F%++cgz|Sq7]W8VG4vk)*+YV%OMmdctppeO8yjXpaYT:- F[|-:hbף1%ߊƸ@w9;!Ym_z_XQz?~-hJXvD{",zX1(5*aE٨踲=(;۸]v)hSF2ڔ}){,rF^w{ x]g.!%J]+y JX<ӱ6+]WЌb%wB;^?kы>C?0G8itjkqw/%_q?p8y=P>V6ow>~qG<*oUG<*3  )aYyֹo bgޕ}Qq6W"%W\-rT9\XFOt,_|9+*q6%3efl2]fv.3efeZ^eZ^eZ^eQ,cr2&'cr2&D_Y2Kִ˚vY.keMi5]ִ˚vY.k9d9.ss9s[9N8ΕvnS=O}#<{g_qmܗ:;[B89K>H7[#}HMFx*K6&m|⻸GV1% jr/7h_O$gU vc%֚Aƹ7OX/ +O{b=厅5GZNgD&,63If6&$3dflM2If6ɓ~@|`|!Cq>qgY118x|'`NOq/~>܏_<%¯0x @~vk JX/EX&,ፒx /AʙaYsv,b4a ^R^-ƄQckLY6e?o=֕ +0n9W}.to1;&+;ag]CKn=*r\.|pmJxPSºDHPrT`4*Q6oXl qWBw+$l 0 +0숝3vx|*T)꾳u&pf6W*t?/xG0\6t.XGoZFcV;ȡP:%)N uJSBOP:%)"tXlq +5&`"gj#vb7W{c`_|a I| +` +a48gqT|Xyi8'5%'|_ĩ}2fޒ+qfa6F={0\cv܁;q~Gދxb.~`,~Q<D-@~zxb! Xh|KOlj\?T^^x:^Wx:^Wx:^W(@~S-}_Wv +y~'>p0>O|wnʼn;),8ay>ܥޭ{24+qf߭]Nǻ{~{+]"ٷ(]bT]8-T[FoL~B[{g>8WRoEDŽ$OڝVZoC&q 8&,O$ v姆.^xrzXRy:7& *V?mwN܅q~{3'~p?~ LjfKL"CB:V'~\R"NW< p!.!+زbˊ-+زbˊ-+زbˊ-+زbˊ-+زbˊ-+زbˊ-+زbˊ-+lqauO>O ľ@ ľ@ ľX>fy-0Z`^ kAt$8Pgn]3a4$̳L̤-y{Ce.՜R͝}G~/]Ck̮̮̮3uLg8SǙ:q3uLg8SǙ:q3uLg8SǙ:q3uLg8SǙ: +Qmh@(F6EB-jy +X8&ND?m7ޓ +pSထWyWyӨ1Ө1Ө1ԨF-5jQKZjRԨF-5jQKZjRԨF-5jQKZjRԨF-5jQKZjL4jL4jL4jL4jFraH)XėxeD-BڴҦci0ĿP ſP *V񷊿Uo5Vh5Vh5Vh5VhU+uWwCމ㾅al3~^7Sϸ*,~T3q%,ը5Ao*Jo*Jo*}J_*}J_7JTyΞ)=j*R yáwD Q6A le(D Q6A le(D Q6A le(D Q6A le(D}B$YěEh[,U[* 'kD_f.eF$wŻE[ĻE[ĻEUEU/zQՋ^TUEU/zQՋ^TUEU/zQՋ^TUEU/zQՋ^TWӋuIQ<9M5JKŻTKŵr,R,R,3zix+qYx#q9%( kB.*Ϸ=ܑK\.#5%q]T7ĝQuvvmmvj#v987Q-o|⻸ +|/]gv%fnI%ҋNO\$/ g/*,Kl\kׅswkx=cJ((JT!jlͱ`,8l0`Ra hG>Ѱ}UeUSp(çq8 >p4s8lqs |u86.wp!p1. \p9“QyPqu0 d8: y.9 [mYqrQ9O&gYarV&gQ?OˇF>4a qKxAT+UJR-7<ϣGqs}O ܋7:w3G9p'Oq\s1bŘ1\Ls14\Ls14\Ls14\Ls14\Ls14\Ls14\Rǥ>.qK}\Rǥ>.qK}\s)R̥K1b.\R:.upK\R:.upK\R:.up#8r\q C\r(nu;@P7GusQ7GusQ7GusQ7GusQ7GusQ7GusQ7G Pg:u333cyeFQ$콿w[nOa{L8=\|߄$i=LaZzô0i=LaZzô0oҺ=fq +2 +2 S +G2>Q=G?zÏ~=G?zÏ~=G?zÏ~=)S0`L1c +ƪ!2!2!2!2!2!2!2!2F5d8PCe8PCe8PCe8PCe8PCe8PWȃx*mb&Mc4i8qL1c4i8qL1c4i8qL1 1b1c,Xc1b1c,XB. Mh 85#n,VzNOO5b~=_-TjJ}QfXgJ˯]7~:yj +(<ɮ_v~/ewn/e_}_˾¯<^wP9ѩmmzK/UEnvo;'tӵtk7]M&6ѵMtmk]D&6ѵMtmk]D&6ѵMtmk]D&9+zTSrWNʩ^wӽt{7ݻMnwӽt{7ݻMnwӽt{7ݻMB3p). E|eb~4>30+BXo soeI3_Ǔi/E'^\>gT9P?|"%=_;ű=Z cCHFd9*0ѯ}CWr>?'B.9%tjC:',M} zD;w'8JCaL Um}|?3Va?߆ |~QLe- + ޿^Opxz\ +a_;;^XZmO_m^ׇ;p }q#S+K^C5TmJJf %)9HŷbY +RpWRp%WQp%(FUl(K^ +R(JRzYe)K,ŲR*K,z)5HAJ RjR )5H#JT/R*Kh#ᷔjoS!x-|CH CvoO˳ɰ0YnI%9.$'G&w PA?Uݛt2yd8cH~)ܟKօ +'=mx/7oLF7bש)j0a +bFz=“=Veb==tX7<OlվX~Ukx:}kz,Fɬ'ʬH,K.ű5kdFfejY^VeD^FeD^F y k8sV=fSfs}#Ob}Jt3?矇qRO E,佝#z|<9۞X4|-dܸ+2[{*f˟L>ӓ@ FDH] Qb(3bLZeO%ƅs㹱5&`pqrgL=7<#~fu^((^fR:Pb%Pbjojץ5CzT'z  :x *õ WGQ2]q5;Q]P}g謾 wXT%#ec'}}}*]JWUmˏ9ӾSezԀ5G }HCbw/~/ˀ2 -{@o0!+b7Ζwr$h#/$Z AYvbr-H=5 +xkDc'1nDeKC"e^cօ~C޴LnӹTizK]{9p (R62}2JVy +.Ÿ0E#[X[Kn.KNrm[Lq;y;c>}{z1>G~Mgyk6ke Ƀs0>N~L W%u< *I"qȿ1 +,yz4!y&oRuaY<\V%oelY2[Nvj7G)`pNݸ8s·SK2\f5*ϿohZᮒelrW~Nsq_ +/ɹ%xѹx ˌ+W wmto=[NMrZERǨީ.`Jހ=*!SaAu56~slŖΏ mV6+}[ƛ-sdw@9V7U}UXgW_u5y]}#nͮ.Su:Tj.0[Z}qӼ3Ɵ/~.jttWgs:ACeWܬRUc*|JVYgU*9ӭJP%FK_ A2,a3kEq|=O=gsϺ0ꞭVzVk5lZ[_s9}j-46S4nzv~  5˷ž"50 +6 + +6_m^+ +UχVknf!v{ݞnۋvy]^./&>:tP(.ayuQ vvM=yb^-a浌yn`N7#ub;Xcg3XVyU*`5 i_mWeU]X' d,Sjg5,|6zXzƜwY`ggFcm g匬U0*8fdٌ,`]6ecƪ3Xt** ֜ +lj +ѕj詀驜CF͡jzˡzzˡziz鹆鹜izz/rzϡw>,F(!^Q~z"b"!"W|&jpa(Lj!1ϕNμڮ!G_]9<jAF9i >4 tP'yFIlfri]Hl}xnY[iq>oł8VF5Lďc ~,^}]NcVl؍ a7y :N^>W~%׼[c̮h}6UbSe'8UX_]UUUQ U}O)JJ*9EO$t6U_<4~=?FF^6z#i΋2}8zcm>bDzt@=ɼVӚc?=!]Bˏlꂃؿ/mI2V0^=Vg'O}m`n +<Ƌ+;aFNvKc c,aV``[.r8r6ѝgR+N],gǢG'^ cFE.> {ۅx+O` \ r!^.˅x <\w n!-Ļ9Vv +,xT/$jdg8;&sRԡO\K%S֒)k># YNxa2]LWKEבh:t&#Ւjn:twVplaK%Ԓ]jE<K]rҫ fWǢJ<پZ&I.TFPAD P9guq Bk'O:{҂yfՌ:6h*'#fձQp̅PEY5#fdբÿ5=ʜ#Rok衜Vo}Wok!|[ +NSXo{9=j]hFxV\ԒZr#loՠ*PLާk'S%ezԑ_GzS]n*P7 +Mj5S=d*P1.6}@QT(*Pš =zkѓwoǰ hy37C`]_֨c>*#xoRQ7JF)(x/RPJEGYc1cbAƘcJ[uy'UFUK1[y%$Ì#q1bPCcȋ/ʞr)2$G*1G-i0a q4m"qW~*G|.` 0.p \ +/rW0$k:H_p7fFHvgjXv_`7Q;%|_JXoA6`?0V# +J-TZ *ۇ}=tR 8RHQ <3*sws1svX}Cbί*"k)RοYj*ޫZ8 bJ1.lCAsh-6p7 & 81S}WryV|='ODh}p>  ¯an;.rrrj Qx LVs&9՜j4Sx^ + +X}-ɬ/R|EP B)׏r<?'g`A<:@oLs(K9^RrVrVrVrVE=OU)!En tr+9Sᓹ"Az +[Ly-R.ɣy ıR6fVLc0@̅taJ%^/RAȇp(BdӉ5iV*U?6%F|I5V֖@OR"j^FH#~?҈33SSM֒9XK*|#? tn0FLvvvZ5]8,\_-хݔnu)cyɴNx˅*W>nՊq *?-$B;h#t΀qqz@Oa"ϚC:`ʏT=F=btb;76fEx "` + +X +:`97ث-xVŸs!|~|o?c;N?vӏ~c;F?6я~lc?A)eD##GfYh fbCX bAshB( + B( + B( + DkCk(0J (0J (0Qr2Qr2Qrr +H!axDM!N#N#N#N#N#&MDdi2&DShjMmM46&"ny[D-"wyG&`@@uɿ.%_]Kuɿ.%_h=h=h=]=J p +N)8ggggg4wA;hzM4wA;hzM4wA;hzM4wA;hzM4wA;hzMh( *H& +d (H& +d (H& +d (H& +d (H& +d (H& +d (H& +RKdQKlN-Zb;vj,j,j,j,j,akٰ , b}T9^F5l6l62Ʃ> ~T! 'M% 'M_(Qm h.?'ϥNrat>2]wL^I!dY.@ dY.@ dY.@ (0J:(0J:(0J:R:`97aJ&s&9Ȣ6Y&dQ,jEmMɢ6Y&dQ3]ttљ.:EgL3]ttљQ"Y:s 3&3&3O&3ө?ϡs?*!DJS%ɾ#ʥRQ)}&2z2=@E9W5h2}"DEQQ2"De2;<ɵޜb-UFe2x5:hCB!$T!*G#D&&&&Q8jGG`TSPSPPPԳJ"oƾ)ƾ)1Ge2&sI똵"DqQAGZ8Z8Zx;vHzx;pu \.p P)k \22ݺ[E{`M}Z)fOYC0 ̇qQ;Q;.±Q865K Zط +z¥p'\ 4d:PW((!¥p-\j ¥pQHQHQHQHӭ#<"֣֢֢f֢flj}Zߡwj}Zߡwj}Zߡwj}Zߡwj}ZAuQ]ATWDuQ]ATWDuQ]ATWDuQ]ATWDuQ]!t1\=Ip?<S`*<( +-B -\j{{^5ʉ"glmTV|[a۷2vƨ(ݼ~LEِ?*y<#(/ (/ (/ (/ (/ (/ (/ ( L/+bvMO08 ZB+h m B"@Wݡ^@_*Fo6ȧ8')x?"U-x^%T&}($( +ϩ|4a561حFy6z\ֲ#%룵\P6(S6FUr]/z0յ,#.ZkG [?z$כnb̄Y(<a\Hy0VjXZx2=XO>l >͐ŸUll vg9|/p@m2 pB(bנXOm3[sl=a UyT28g;f<&1x̍\! >-\ +`;`Wu6p3{ǠNi8Pj-%tк MðŰRzjS\_Uw* #V^ߥ +&$z_7`U/Tq|+xU|G +*dOx `wnm~_`!,_WUx RȀ Xa ^o۰֨M_fFH~ M} 0xO< YxEx "x^W5XK!^WWǫOW\"rxMQD̅t*D~Q?C.KR?.KR?.KR?.KR?.KR?.KR?.KR?.KR?.KR?.KR?޷pi=*BfPFY#ԡԡԝyԝyԝyu4Fe13Дyhʼ@:f fm!B7xwB'[rGCg=X~%}b$I]C1\EmZ-ʡ :0WHBy\\sh,|z\+>7TT6ќk_r^t)". fw\Io† &[rZ6e8ŕB2љb)mol~ਸq_$1Xo} 1 0tkZЄUs"qv0D A<48Zcx!1mC~\3D1f̆9s!|D-D͞D͞DDDMDDDfjz*fGNf5GJ>lŮbh刞ZgXZw̍)s[,uX.ʥ2q( b1L [DB?C=ԬwMȻ>3Xa9AA]R/:K*(ʈh(Qnz9f77 3]Gx)ViZYwT6%_º*w w_?~{m֚~}<'Fxb5OiF>UF  с;γȝͰ%y;eqʡ}':rɻ ^qLy{fr.bJPjv׀} 4z3RSt2)7#¾kkkq$n0G$4 0O$c zãY><.ތwNNob"שŌk2D!oyGM\.FÕc*xK$Z[|#OIlK!Ebƒxa٦u7=6W+Աا{mSĦVrH +HP4Ww >xhZ#<Fo'Zo +Of0_Z3_]7OVI%t&UD_h3֍6E+:F*/ 4LdDTFTf$D HSb_;̫T +!QoY&;ĝ\ -wxAJ$։V)goJ/ +E1*q'u:ZBݢeڭ\-* jiD=(h3 qV{뤽ɿ{:<3mUC˴!0}v~]_'kkW77kW#(6}i7 ڍ$~&}>YY?ݢ?~??ݩ?MK=C]?fYnI}~P[;z^WjYz~RH?jz>.ifnB־ 2Aˑ+AKWByV,ʁڷrʡR&pyvL^-*Z-,eV)G[]ѪX9Q)2Uʇ壺s\ݔ<ݒKR=Nnt[~(?c[.'aYg/0|FsR#_m 7룍3sƟ'Ƨ#د0*㸡}ֿ|=Z蹾"_|ez^;пUNNN|5ZWW| zO\?k4[QVWf{fwbidVshcA^j>i>-65̅B[shf&7*sL1We|\ofɇ̏1so#04S!ӑ/!3$_5Kok13,F.ߵ,\gʿX[euutd+k,FYduu +ꫯԜZP8]d]W NA麑>$8K7̓upn}p>J\[p>I\OקWuJ}&N}t?Qߦ7-^=$UCp=<GꇃA)t0XO{$=)W!zܯ-/ bA0D@4BN 1R4>zJNMii̴i[$DcTj~4D +(3ϯug"LVί?.Nm*ߝnszcނ1 PC%WN7x^H݆L~E8^Zߦ:?JXo6ƦQT?v]:ZWUۅvbATUf7ۀl9?K 2؋~ÿ2=X<.Pu>;~no/gv,~md}*v =BKa߷у޷+(\ +JơS1kPg}xHl7_k]jZUTv%ؚ+VFikw*%)q O4;s˩ys݄Z9nS?l3w#7CS:y}ľ¸n{gMu-*W;Qs7E%^UFگ* l:[ݨ\f.~"R8-N~R竗@|s`V>EM̟%Nw`/7 "SWo|}Ǿeq3No/r=!<ۊaI“RqKqZX?臐?6.%;|;u Cވ/uCǩXΥ1SqoQ;DzwshO lTq=a_oE Iz=wM;NoQS^U(hhuGy^t<ӍRq [/~KVBb v9#64Dl~P4¯WY~OzKS)ZKc0>W3|>?yΧYΧoUwuw>-O׃98V8~v>r>|:^=I5BbΧҝOe8Ϋƫ ^鼊Χ§[ ozݴCLu;[杫+,]QWz<]ŻTW5+tm}w>L]Bzxguw~''nI :Oe2L7g1KMDܟ$uoWŹWѫ>B %h6>lXw4j>-[>WoEi3զ-ԡ:vGVY{=p4著SpDOB*%b 別UsZk,a,k,6ƏO~ 8q>YT\O>]}z>y``9`El 6Qz9NՃ?_{UUW_VT'JΪ3 Cp b9VKJ#8qyOhhIT43:Ktu:P`UQTGQtr]FkԵN]GBQף (FF-OC|o؋xyn=iQ=^"f\fQjZ2ZF 'D9cX!~r& H9QMDsjNVq^Pʼ^G;i&t=5}_}2RjBTs(jEj)ɏjZ~ZjZ+ZCuԯWԸVC7 HQmMj7h;ߪmjJޮSCwku_UTա ,h 4M`&@X y@`$P0<)d)`PC,s$&(]be8!ߡ eRHfYFDrgWcVTl~AxY_fY4z7g6MHlAf+n3)avK9s~QF2b*G(ND@JET9tJ@< +TSvT#rjFF:Q}!h,j=\EDUthHCCphH@Sh8 0Fa8(!<^}ۀ _`O3>pp6s{83Vd8g8888ht/" ˽+`ǻ" $%c@ `J&%cibXM3Jg?L`F8ǩU'Ueퟍs6US~.'4o;*U[FoGՑ|8;t$[ꦺ!ơNR'NAJq[%F8[Эu:|u>_.z:ӌtQ}s=N2iuyH_tNb u;4#HWCOݏzQϤPox}/Qg #@=?zG~L=D{\=}b83j4zԗ4{UdԫĨgԫ̨è˨ǨgzUbaKav`g=h)~3oO`S">0>1wH ODӵnOG1tx]aW=u,˭Zߞ[b>N_d_{./S~+t=olWxN}R9V`eY#T<| KE+{c +fKq)P뻻/Z/)?ݞoiʵv[ZD]ݗ?c~76;f2w/%T}>>1:_ac, d|G=oi,qs}X̥vVEmw:Z^|H-n(uxEF=rJlqo7\>7:(6w>fE}]gɅ0-J]5X{1EԸTk0~I]w6'}+ Y^#?{|6yWcav4S{W`=+/F7}u~ێcno6N&kNy)s29r[Rw1({JRbQ1LjJōo[=\R,TRfB~XĹ] α,u.䯊8,u05~RgsY^h߰SHQ{кWةv k졶6p^u%c}jo +>m󆏕rq䓮:o0f}ݞiFh˺>a?w+ʲuߟ[/ìV,{FyywGɼjk*Rvkgj-)ҁ~ʫe)x g~2Ў1{{$s(\3|WҾ޼Q E^w+EIO8St/8+vs +{^/ߋr;|pMnw}[͸w=Kyv:_ލo;m߷eCȽ|Wܺ ?;E=+^f´n +1l%{5=|'XﳿDzSjE7䷜/8[^=Ņ9 C¿8SXg/*vtןeŽUU&.xv}N+z,r EQ;j{^_{J|\toݾӷo2M.'Ojfr>D%(tYFya{ߒMcU]CT)o+PepҕIcڥ{rG[1o7ڧX (zv/a3ڸz쎲*'(%ȤٮX~O$slO;۷}bF({~aǤ8؛OZ1`k0SԬV+Qc|#~N%)kA·g'u9=qs v}$O=a-j]ŅOm{s +/TlաH!aw,r*g λ c&uv=7S~*Fgҧ:~)uBP.?[abK@]EespFm{M`?i 7bƜ866Ybms7~D[ ?;90G0u:b9ͪr /"VKcU Vd=, L/??ǫޕrꛗT߼F- ޼ қwQVzaw{ +煋ޛyޛw{nszoޝpwxwo(soޣN͛4޼N{iyo;7KSunsn"pn"tnB9u7rHsn"麉,&8]7Q麉z#8)Ch-USt8)NM\8qZZj%n tl-9:Wܩbk⚸)!NqM Mt]ÝtĿu{Ark!&85]x\_{NwM<>i&qkY&&bz&^pk%&^vku&[ %>s\1O |\,+zکNMl6ߝ*TNbj~XX}?; Ϗ55ZZ5b-cmv~XX'aK(1~qn~Xi~ؕk:~[wpnN?ƩW;6ftjm݉[{tgI?u:mls_tN-N[N[w:mAN[PUN[P 31htڂN-htڂÝN[N[pi ;l%Ne-8˩=ZpSY .v*keNe-"M4\Ղ[6mnMt/@[KǗNQ||<Pz55Jƀmy8C4Ft  +͞(l:kç#"݌O%K@ \/(2s!W{z!\&n݁ȝY/4 \nʸܔqp{wQso7e Roojj7an¨݄Q1Pv7v|>>>ާ@vh0]2g0 l#aLoŘ^ Uϊg(bP|-F@7`WcX_X@@/aWcܯƸ_o?e_C~.5$a0c\G声ǩӀEzp0QN}NIrN/Pg|%$_)r +NSH|gߕ0g|ˏ)?_ K+5̒olyC˹r.o(y\\rB*MnDMrfm"S1 <&B8MU*SeQV@*RUU5 XN=jhuj@mTC1Cj& R6UMj|GpCjZ6 ҷUmqj85u       g|Ǚ``Ǚg3QӪF\`NsB0'X0'*p̉Z9нuojt5H`QBm(g =`ThC!x5QN#~ +u=B ӂӂӂӂ]:QX5v a[11/Qc``uLS6jXlz o,#A +LdŲm,;Mbc]R2sc<ˣc|Ī8[-V 1vۡ%vvvvvvvvvvvw܎;2'O&?%~ +§OEG§ϠlsW|CiG"!ytc*X aa4gRUs9j'U0g9ǜCM/Ӌjs͹̅_d.Bަ7\l.Fe_n:Js%\eFk͵8{C,oDM&ă_3`[`nfۑ_8܋!~ Z#̃H3ҌBG(!6#3G#(s8g5ҁR}0 MَOp|||`vOwa>-I'ys!cv8qO3㣘8̌+138qn1{4~O{B Y'b{B Y'{BIg{fߓ=DZ~Ӎ{~Oz9"SoލZ3?;;񎋷..þ޻/xs?0`䃩݋􎑷#EPW`_^mu,#wb,1b>];*PV +CPqstr;^@L@xymf0#'>;.^S|-FlZTU|'惑/ aQCVu;H(!fXݪQX7+~v*G6auT]Q-N!N~1`7eߜy~_7ko쿱 Mf @K[`Phⷅ???;{'p*{'p*]GRxXdƟÌ?` +0.|Jw*&S:k2e&SwaO3ue5Y$Pw$}4fNc#XOr8/Wf 3Lf9s X0W3waN/W\f]+fswa^0/.W6#3wI9w\ $V̳s룘[:̭+1:u.\9DO6skfmH91`Ac#W.+e\|R> ?,9YȈW+Xr_C+bN'gr&;\,9Yr+f%w_%e܁Yrv̒3K,/IfBkq+ǭ$w`ef̸2ŽgNATPGfƝ`f|̃{0<8_T-a :\2X:k%*b"XUĎgUBu:;-YE+eXwVcLGE {Ҏ!xji!=p39<}r% Υy8i}-ʹN_\}1| f& i:?39m5Ppqzby;顟"yH3Y2<^.ϓ`Hy: zJv>OkMo÷s>O}>O[v +iNA,NjN'p`3"|Cnce`x 0CCM8\ 8*< +pLx `IpBx.wE.:.(EeGaߦWf\.kf/j94s2TvTx8W‹>̕4ndd[r%I' gR=&cchW'\c66| +qS`nDk}y|_`.}>ZH;0?E` a{kݤ6|7i-S0Igeg/2L`- YnV5{{_/{{x[-$oV}[? gyOunf]\k w3|E$%AGp J_o7Hpd82d8C 0\p å V1\˘u gF[nc^k4oh_ԇޡoxo:TbwIьp3/e81^ +$">L-0>p>S }K>ɔdӿj.Zιz˳Lp#M _9'[}+R`2' J_PDY&Nt@6Zz-Ro^CEHKpKg3|s.aZ>pÍ>WsB RAw )_\/LJeR«R,SQHiZ>G%O'Oӧ4 uzB}חK!Oq?o|}WWSݲzČZ&x/͊SLE2tW&NW$1Ͻmb?oy*K㽀v~ =Sར &s!x].o]s_J]g=7Ѳ NW Nfw$~yY7y+]_yS|'g#Wy忱ywLѵwxBy{=xB]HB^|PU?.É/bK98]+4}/>.W8Y"J*Ku}}KJ."uEw(RB-Uy課N|pMνq0ʴwwh`;u ɟ1"~!Sfۡs>Hl>1R~>}:fZb^ZÌ gM<; @x{Ϙټf6ڸ`}0)1`ySчa +L`C u>2̪a}(3A}O'as5} +gL3K)f٘è}ZyT?~Za''@U},Eb}1jX/ARp' +I}%z +[9]ׂk5\&"8m5};(wN}'uy-#a^י:y9סR1iz~/(2Ә x>^xs<+4x:s\gg0Ә4}xe^k(:z^1әR`o(4}=eCV}yN5 ^1әˈoѷ/|Oc3u{=|O.l" M4XMDzJޥ#D}>F@/@/[ wk5ݢ߂.~#J +!CܙA=}z.E 92۸Ρ>ASpAQ +օޭϡ5wc8(w{|\%MHɭ=>+I"gMA )Y +()rHMDF +f;vKS* ziS +~if))cPRi4?̐{r +-#:JS QOd#KjLRH!tR>UDGҗR(6ӉBXڻ}$%~0vI!zPץ *8!W)X!Wm9$*WbuG^G^B̉O3\hGS)a>!eL +րUi&mP +s^,lV{x\YRCY[{(`JsyR/RLކaytN#M4IIAJ,/] +Өgo'RRAy)wPdEl "l{nUg"aW`7U/ou?.QVzRw 袾yM3?߿AhA^2̽p/s:^:8:FE$n7@t|c)XLc]|AY|./,KW)RVW9Lx`jG2.,=!|hMJZk\hT?!,/bL@ HRVES@SiIOAХg5W苔9h, 1 JaB[D=RCCzOYe82%Էn|5BA~eJYS`sSq+r{v^foĨ[H A +s,pElOBCB;C`G rӚළ`{UP8+$4䴼жi7tgh ++8}Ag୅fZTۧABWOCŁ2C %[R* WJ=fk1VJCZPڴ}H@~ZP G%oʵj +HJNh|qI +#J더:7G/ B@]HzҾOۮmWWk"@tU8rMW!NG*&E Ҧj%; VjRAڰJh jD3T'"5P2d<-rX\_VҵJ$,t\SxUa32C],|KHNVF!0RVuuS`EV*{(S>\+H-o^TGJ:U&Y)rF9#a;(3"x%%)GjcqA'cO!mx\IFaϕH7IgA"R3͗&sځM$ ,/8)1,Oew}Չ8@qsxkJ/rX VF+aSVLgUĬ*hΎ>OdcK1ڸ2LlGC~f?ce}H}#=vO7gp{8MG҃Lyrߥ2_ĩj+%_3B[Y}}Ɏ"M3G $e$^F~h0Cc~A|&q쓲OzsA))/&$a&YWV-9OI:y*0y ~6.Iwy먷#{ʘ(ѼƼBf3%ֈ1GoP{цm܆mh܆6.BKZڏ6Di6)ۤ(qtd,::*0cӢϢ33H^4ce":n ?4 cRc)rc9c {Q2~g|MІ1P_ݬXӬ(x9IsFs e[]k) E4+Bir[nM`k⓬透XO3ߚBk12 TYM^6nf|ZB+YfzGi:Բ[٭iclklgl<݋d;`]6l{{= OC썤ۛw{(k WcD}>INKzJs9 ff^-[8p˹ p5Y!'vEٱc'f>[IJlu%J>{ʌ%-$i:7r<|}{2{cc@1gg丟S?ㆰ.$WOR7i7.qqA~H&S)JE^L>B7TzT!4&ipr:t d3gu :aHè*$ejXk|-q K  +0@b$'FAؘg̣LK _h,D|Xl,f lXf,C\XscOO"XSS2Vjc50PZ#Ѝ` "E0k /¬_"lGvjXibZBRk)ˬe/5Z/[//llu +:ԁ s!>)F|t|y mm ௝_v :ɝp> PUYLG +a3Kg\R7ASw̃v1gށ3ʵ6C(q>\Ѿj5Tc~ŘFSK ̏̏(ŷtp>[d + n=Ǟ=KbbA-<3ry']{A,wf)~~BC!=1 gY8e dX ,Q~: $=C:j~PI%Rحac",,mExe4fĆUa_m[fw_ܿ+27oesxܿl-)x:Yp6SS|>Csoʗ=7gY;rn4tΫ0 s~kEɜŜsTˇlTrx'#Badxj5͚2u!+072Q7),0 M0 +kH4/_P~~s=Icgbe[QxEB2]'s{2'q{'<į@2*s*qKZ[ +[[Zb:dCf:dCb:CXXY%Ee1²(,,,Y3XeE XF[ DJ,,*$2LJ<rf4!9MHgK 錑w!QQeb֧́l *4dN~8\H<6~hYcs x#VD^k04 =1* i d겘NdTPטM3u+bu.#ETqr4qzj,\nUX!~Vg+QjTRM֜VQj;ο$ +__ixƅMz.$/U&A$xEMFe:[ +bE>? +*{ +!҄~w T +_$W +x|yphL.اQwp= ;EU^镙^ZYE3ik-aԫ)_0N~Wg4P~se8~)`e*Ο_6 $b5*h< ?V9?^?O0y{Q\@H<8!Xyꬲo~d;g_ +\/U`gbEGGsJ\E9~u:db=|V >d?0ʣ;PFP=hD`wIrtWtN&-zu +EDPZtot/G ԲތRP[(vm +G%eFFR$PC}mE?7ƅ(d +"LAV +FEYAG6ӑkSaSBb=jD1;X;0bY&,:ӵa亹<#;_8Cxa,#eo`0fLKжZ*9V{=sUY먺*`&}T:N}1int}= +m,γIa?yőB|FdVz`6z]̀i41`dt&ոgdQ7JYnOƽ;g7 c2|就nd3gt3s&Ɯq3qL5LuL LML-LmLL]L.s>s&9#O9~̷]EgM#MXaϔ0?/o9|.vwbFno/,YS>R5\ +l~޲lv6 }2 }r }n35r$ `C7a6ZSh )bt,4C/TNSV=U7¾u (z8!gIaLgžQ}lWWADȽb i0sLso(s̾Y:gnq<Y[d̿cdWjBk[!uzV$u%*k'^]y&NjI-94KW,ˡ1 e_L|%LQ" +˨>AͣL&c u(;hpc8(g-hFilpYhRQs[:f-~a|Q%Z9a|𴱯G>v/U`//dFւG˦)R)? !4~V#.?B;t̫B;\~ZYEO\.&xJWG a۶Cl}TL;Uj%li, Z32S,W +7}Ҕh6»Qj {?:U ++^OzM=cFLRrL^"q/rjby +d˟ȖXV,̘IScchZn.Yb5kXXKkHƺĺح;hQlHl-CKbb痼c?xMUdʼnw?d3~;*jw+KaBg./}a{J;_S[.A{p71&EjGgGޏoE$N"Rbf +5^^x_?yl3|Ug"|{ Ax R߉ɂ4Es{`âJ:X ׇVx&j#XI+` +^_+`:^>+eKnxu ^ݲg~ J{ N6Xh]ޝ׵L{?Hx/^Ĥ$ KXE޽׸"/X/Zh1 ؼhW}/=Bk5e&~e]*{l E}!xRپ)/V gRER2Bʼ6x/<}(lޛw_w_;^u{b@7}t>; Ϸ/_+?y*!j{*ΩygY%{pf`GNXOA|J;ָ|S,Fmk8WKr[g܎<kz6rV?v\١sث=yK|;fǾMipc>ow]ܱ6s"c?or^~>vW9C;)%5Цvį ' +SPg==z{ k*zo~Bx ToE7{%F|!P}H5hbO'~+$PMt譫!$Z +a ])"O=/(6!ᝒj`5# zbXl!h1&ba${=Iz8"R[Qwb"^;?^VD^ĺk*zx }mzRH"mV|كw^ bKC- -4a×yً={^ZV~ÖCz؃--Arx L^! ϢObC +z^8/c8I}>}> #:g +z[_Y/Z +{(mT*.D=~v. +Gga/<({᷌ `ءso/㥼 Y ;ToC|w]EQͮڮ]E+ve۩#~Odj7!ݛ(w(~R׃]oJCt܍_G?2#g^D<}^=Pf{f*/o~(Ž=,jkm>>s!&r^v,ʡ-vVG yR"_|G'CyDMn-׮)lJSi6Tڕj7(IWl<>3&䀼 +*L+p M#yOLLmH`TR"i6*=GL i;p7<2ٟYʗ$J%d<_ +I_#1M`R)WIҘt!:KUiJs[x% I2/yb qZF9˨{1=n(~e!aL!ub7 +Lpa šH1ALcP-"y|,qn\JOvOWi|@ +yCNi;ݽ,bCH>;anB.t BW$ +@ݛz# } 6 +jo"ԑ/j *>X"si¤2 yB8AlK ANhqiGg!>*L0-;Orxa[ ʠq٬k+ThF7ڹQ4<3 F >.EU +Ma2-q${g~' >i&swXU?55ʟ!?- B1'{YE@ / x_C{(XuA0C{x?yK>oUC%n{ĭ6G_&H5W,н\cن\hBX%kZac!{dl')c {'}fox7^cHǍ7xokYb]Z"b + +b$F1DlÏDl%xe؇X;:Ak:v=M_q?&3{]aW9p\;̎-ثԡ3cF,`s2]]0-]ܻeW}>*"@df3#8Hf2e3tL}ZjG_.Y?B':GHH£p)ѹU:XЬoi),AJg\J3Ct}}~GQ>O]D8@8\zI} +}~w$Lйoţ]3+J;_NAo:I#6 ?Pa24d8I@=@ MM]4 th w0{H_ +YR@:d4LlJ_r,Bq*R2se(ek@!z%=r$FL*1m)ԩġ^ꎤFh B瀆ƀ.]佊ЌOf+yp>ZZZzu>Z\+S"#T:F.*޼|4$Y@&Z@M-Ǎ@'"H[Ο:2=t=4$}XkIE_S=MPs)J@|ˎ736#>z~EBJߥ?8<~25 Y-}~@4XC!ɐj07/4Y l | W`h6c< ؁8~o8 8d0LRWC|p0ocp"!tTLQA**(ӎу#Ǩ6vDs05F].QW)jpZ1.Q#jV1qt"R%=r)Ȼ\IOZ@[1NwDZM t}$f-}5=Kߢow + ⶪ0@|<Ĥ2~6(=)d Ȍ ]>:ifZ0ߌd:O3=Y!fp+uf̃yYIM3l O]|B:or.cl܌퀝|7`/?x/g9~_eQ$e]P B B" B.d 9s7(@(AŽB@ MQU8E(ڌw gApp 0 n wŠ*F݆bH'T1C/BQیˢ %ĠX'6lbx\<)vgq|H'ś@T@|(I-)YJ2l1'i?LjI`) z{[=lO364 B%iYy'@loYNQX ˌ,V!{ZE +xB>%VOC|D/ʗk yVx[ x_^3ʫ&¤1ŚMIÔj7ǘ$E<`3&Nj4& tSԬ[LM'M{6tp4 +8ab8m 8ocgz`zhZ3ͤ9Z2O0GiÜi<Ef̛t2כGmvs' wB||]y7_2_2ΙKG5 5Yb,qDK%ݒeɱnK1 c-V,b?BMlltYa[."rr + ,[ۆf]}˪"V5OZt-D ~$yL5B +KUC4oukfmw1)hp4. +qqtQKӎ68 hs ;FAqqL(t\q\BiP2Ky!sw]-$s]+U&rkܱxw;՝>s~s76sX"u4Z݀PIq7clAmpx>--{Ҳ,F@3ܣJT݂d{ W+z= ByShW[~+_R%o7ޛM =z^+{m^W:(yB{{=~o=z'{xyxz*Ȋ +]EBErEZEfEv"5S,Ŧ+vʫ!$+ΊƊzHűΊ^C6i0&UYl{Ņ {V1+.!( 'Wquvb +J3`7ElqnZ*2V,G>5z%* +wٗK,_}OY{y}_ﰯ 9V N,k)]3>A*7%?j(u,p||77xK'[ TVJc|eRe*]QWa+TU*k~ rz/T*]>ƴ(XSʆ!xI@HӊYٳWy㐂`9X9YyH +rf弘Qyʇb^嚟qGcc Y?Mly"?ŶyoG"bCzd'Hv;^/mU?_/ԲbUꪘĪ\Z? +hb0`wU*oUpU)WZuTUWՙ>h:Fƫ.V]V쬪kU7fnUUݭ_R @l 0)@kf`?@a@I 9`N\wZ)`.hN:=P`, P`"0%7;{%$VtEB!NQ:)[YJufuv")jO:Vg׫UUWwVwWVT`\o GAu0&L ӃY`n X jAo0 6[OOU_`W GUkJp$դd_sɫ)pc5qV)cWiii9YQslPhDd͕NSKʹd͚y;5jdCk +BБбP[=ʲBsUX9B3J-Bh1Z.= +ՒzJcqDӁp0 +s0ְ#8^3kÇ-&˩pkDT+|& sLk + GKxi)UtP~qHǠS"w*u O jjckH&!6 ZLukbj)pm4(UjRr-W}V)VWDcmEcݧzgPL U_jREh=x|%^$WȽd"2L~xL'?EJf%_'N⢌DfK$i%"e|HA ^ӥ$"MgyYWo[Dn!1 j//6EN  _!NljDC5bbU/OT/TdU*ZeVTT.U*EVNT[uU۪W UQ>nUg R:k/V:RH=kU:STo{UzZWԋ꟪z'Ug꟫LXD5=bjh2T3h>Z|V /4bACj HƤ:M&@h2Ms?Ҝ"oh ]ͻU3dfJ3E&٠E͂f<_5K5iV6C:yBKh_"koki?E~֑/i;%j4*VUmOKwCQjQюGh'ߋJFTڛQ9bTڟGљ#Q^dԏuBGfb?Oh ӗ"DF({3i6~z~͑߇3'zMsaӘ[v.qCyi4c3-ٮ|<F`¬zBD#Ժ/Hѽ{{9@仄 $oBޙYUasl"XTD22waQ("*1  "*"e"j ${`~{yԩ4͇#ReAYaVYT2̺|V߂jf[;;Nv6aellAM[V jٚfPֲl[ FQpmjlk:ȱ67o/ 4)U^BpQoLU'egSyj~:5RRzԟ>ɨEu*~K8h>#=#Usl|Gr +әiA3&K=sױ sAw' +OJi8TN\N9.7oC߶ ӂ882/3h~(T +rݯr6h缩Z z{tq\\~Y`hpbpwlJ:3wR ^v5Lw;9xN J/ξe5`[-_wf{A5M+*2.3VZ̘AR)m],ڹ\+,"Nae wCwሠeևb[z zQpLp˳wwkypa?88>$\@t9Qpcf-ge l,5EfVg^ 윙ܙ7k2 ~̍^ o&kr;k^Z%Ay{'o^ނ%y+mp[wy{o$3ՒYdNadddnmc ='/y}CGO߳qɗS3s󓋒KgInLnIH':"?ʯ_=kO~ 埕Z_Y~g+/vw̿6@!wOK`qU^QJtkq~Չ,&^h&uzD~2~ +~*ސh?h?=X~&Y9|Sb91yFaO$['\9\ ~+ë«KKy;2 . :8Hw"§§ܺPhAh.qq=\. zdeř2{=3oȼA/uOϛtӘpjxU]xq}Ify--m$$s K_u?o/='r:ZQu.o OHJ[I|:u9ZcK9|{IW[/iG^<|ګb/Oӻ/ҕї*#_rt"ҕ{W~+UN*rZKo_ +\}qJ=J=z`ܑ +fo^to~" `/\QQ0KzwKբKC_.e}MsAuԥWY~o'[{>/}Ͽ]dvapnUs(S2 ++lAz'~d9#G9IHo6K +|~>ׯU]մo( G\8I M{0+\ ƦwzӮʓƬxt~߷k][v͕/]S:uu-=KnLg]mL G%9Gi{Jj/`no]luGzwsk_֞w+^ +.׹G]}~X{pz/~4u~nW(@{lz_M]*%J\>UwB}n?V3UmוPrn࿩/Xc.to ְ[#'CEFv{\"E[ңO..>|$O+ɏyD>,z$|PTˇE5j+:Ejͷj@(%E +u;e *@_ӴnpEk.SMEѼ雔c|7]u;]+C %uNKa\&U{HsTt{x:U <Ս+]'y] k#_Rץ/s먚PjLבjtudld>9zm^Wݝ5V>jEiU\!)ǜ֕OwEݟ>:U#כ/R辨RgU?IoEzm3 k]Kth"2R[bF&"(t/8 _//2a_o 1UU8B+yEo{@*`&p2X +6"! +3[HzrUYeAFW1re,c`c/Er ex,?`^*U9X2Vr ex,ß`^-E/Cg,x7x3n p&Z,BTzHeOBr;wߚ~7 zIvjRY2m z{a*s<vy.oGdlZ3Ԝ#Ȝ 3f9""b/.JD%X|n匟AvRKdI 9x=x~jHH*^`-ЭeZ^f|?'^Vb +*ѥ{ŷ; ] )tSnW+G;ln?>fЗC{ M h{ó෈nF6>vsA˝A<ԡ=1i\,;p˒Jj͡C) +ފyoQ]no+ 惯?dry(Z` |v:ހ.|N&2V +&z =wrK|2vw2xѶ>Y + lf=?7Ώbg+$E7Yxmsq! ώ 0%X5n, MW;Llw &녎? ,)SGB.Ve% +M㾮Z&-LBs&ArA`,y0d=EK" uB~?|zymۆqAj +=z$tuz{ŷ' :zB <3 &a0?, 0vܝ2k$> vcBGk\ָn:ZV]&tk@m!wn8xҼ ѯiX' :;?i7Wȏq?ўM!#Ih!> IlƧ;$rYS@ ]]ѧ ͤEζyI8Dq)Hva\{Z=8H \W 5柑EW܅ .DY^\K~g{ z(a]%YxhEGwp>ej3О3NJhgS)],DO\)F3޶SFZmD +$7fjŅOWCr_-}.q^  h#m;'ˣ\&4mahByXuЭⵒttc7CEr?D09HV;1B؉1.dB؉1ˆp'9}?Z {(HCԄQg5QiMִ]K$wDw`s7Rg,x0أ3 e +] +]J[YumោlJ̡x#oCcÏȿ̏5[/_J*%x9/1wt3H5LklfVEڂѪVѪHpjRRZ5@I'!SO MQعk4c܄7D E{{¯nk4˿0 G!94$!4dFn/S=;h9x &x=ig&x=k ϴg -/KC }bN'=G&zh}K}1O3s ;;;\gf"?~Hd^ݢ|% #=^"x0 n =zUWAM<^D<9tep`ذܖ$->w&BGgghtV`HF]9'p +X0 +Ƹ1V`l`ŋ]/ +ZwOv0TXH/ emmS֑//M#vԙ~6|\lOqwBS5xf0`M0`BGp'`ւ n;kz"sRո/Ò-F_}SኔN&|Plum\f0KZ0q'{=g 3FW+7{gp =gnaX2f$ό[yƓd7g sOHKh5?i|p los4]6G\99Ho?XEtDuѷ#5u:i㙽2SWgqctOblyyH=q?Gt9N8/|sȟ[urk"qO Lqu@g&9CC:l9qx"J~3pƣaqg 4-=! ;fpS˰Q;~5av+P`:nG'xhjH|} g<2}<LFPW\ -=5[ضRY%rꍕY=CFUd 2NT͓Wu2ɢ+4YT#KEFK*^ε]L#jmPȸ;'qVl?GwЎ€2ӄJl2hu2;CfsZg>=3+.Ҍ`؜p͠ꥺЫx:XN58 a\w0Gwjvx#50'̶25Fn {6T(AWxD$/aƟ~6A~fEd+ى/Bub`[h߭rr\4YBیъ2Րl8n,x +Kp3X%p)N4j~=$iwW#y5#&$|le~@Vsg=ΥfIͼ$"O %81A+Rr='uRQuؘ8X)4<oC(+Nޅmz40桹S':=ˍp5IgJ> #3€S[ѡ?mz3g8= ʼnckdRjdXcb#Yѝhej3 +z :OtI,w3Oi_>! 5D5oj̤괸s¦DD?8 קuؒҶУm?ECkf4N5a>r*^ y6gty댱>9pTa㟬8->Q(2< ; =*LZYjGycGykm59;촵?W[LG%W]MFWJdx"'V㗤Z4wsh?CƶO9O3P]8O@rӰUō75 TcJZmAO)zp*,=TSy f +,V4Zle/9# z_RY6vYTSۘ߱ꈆ)|zxa̦"nW4@vJp^ȼNkݓi$s؅?s8ۤo-LA3ㄦɥ:KǷKyN~~ɡX:[~]Jvc g ?GZ+֩8ꐦҐ'}Mt:w<eBO >r@$Q'?Γsؿ7cu܌_qQW_dashUZ[ÎTr!sq33ū@gGGpT\ɵz ,mn}$Bin,gg)֧oZ\%0U2F k33 +êx +X'"̉N -sQ7z61'#TʺJd{<N)ζsY;7ک? +J#++1BdCp3DO(фhhFTg\F=Ւ/Ef5+BݍeXoV(|MnK8}Q}z-vJ3Wm Y0;s{Lj%4ϑiOެޢj!2Mۅpގ{se[/׈Ev,3\Ӝiδn[hΆX۝fu{vvަxKH.E[ѵZb 9p{ѭJN}8ߤ8x\VYUY1 +kab8q7իXmݠޣmʢ}3ЖG!8 ax=.SQ<+y;z"@~MtU!؂k/iV3kFP?=gnAvڜdH6F;n‰1=m  h n߰:{o$fúPdS#:"NRtɋ^$5zrmϱ:khU$؉9U'}lnN P0NUm0Q^ªYÍXbM(w;4qo*U #Ӕ9\󄲮5/;\#}?q/ +T52v8:pzqt[趞d8;sPUiݵL'":i~'1hy'c}mF~^i, +iuZ cIcOc[ 8;{pѳ=; 6D=}n-عh>"NF=<Ӹ{GFn8}oGx~'w"3Ȍ@f]wA+:$BE^D\4co?C~5'_@O~|u̵ yb2"&q%_}?7@߀ȟl =ꑻp_h +CzmDȥX\Aro _ ~C/6~2kw"=Nn 5tkLϘYL>}}O_#3Ќ0F3z.m:Kųd#y=xⱸkӰ6MCcǠy3lFky ~mЉدK_] 2_Sd1aYi ocYY.FhFޅf {15GOsmoh" v(hh}Y<O.%Ҋ"z^b2YF[f$I6Aۈ"9֒c̏žv: B_}!t.hXNx< ?"a5Xx /yq<:5Sìf-!x ;ٷ̾%ZQ߅~i;ummdjc- 45j@&(x(c<c1"Gd2b_+>"S{%Yr6mR3W4=_~z2dNB[D`7xɥ r<cdb_'0/c|nx)!Bxa!GxaABZEbX!BEƱYYz˲,2d!AxL4܏u?=uƷƼP=TO*DewY 5AR ٤gNcvw^1vXYUfUf;tzR[@+$%^.T/^?{_(vh`z:ID#*Obx]d +8_4~*;+N .3 ,.#l?xy!a|ݗxyV}yht;Sk#SӺS+.*r}q2a?9{>:<;w!;p-ܗtWѩ_SoЩߤS oѩEtty1zN=/qӜAN=/S?Sө6:Igj:Cg{s}.&&rRR^R' +}ϿCgߥkut~KIJ@gs>pM._sѩtyz~z?gk#M믹?w$c﹟XѺ Ǿ %\Z$TݪcSS`gyty8Ybɾd>N%Y’JMKJ3`־{bcŌÞ$ۑ`Ua/X/Ť j~b:,#vql"/MdM|qN +| Nl9KcA3OMk0m\QR;fNߛtXBXJh%MM as>B{BgBBB}rh oq3 M! e{ ͅ", ,QXBA;]i3EvPCpUTA3oFYmQ6Bi7Bڳqj?B-R:7J:w +#ۡ.>]Y e<વx8#9RZNh!K˥P0fЊ2B<]Z&l >(4 D&0~ݰq5S;!NkgZ/KڠjCmֳCmr#\ӦQuٷ,H{lLxC[JuZ[v&XBsԣ l<i^sA+KԠ^'иEX^kO5]%W4 킶_Go}Jgi-OAi Š*dUuJwÝ©jNgk29pQP=a + =aY.retCV zQ 7cv1[n 1v.F-\ d;6Jዠ=G OG=M-=<~3{? /__Ǎ9p[ZC$9ICHdiGY@^nq=8"X1;ϱHeD"}6R>4h[)rNE-cP 6WVDNG #'r7r)TZkUa3ȵXVX܎LB9`4:Anj<@]ۑSI2dyz"OT=25kC{ECk$GNYZ)MO/Ӆ)zJ4# ?wuѼh!SD}-g ?EˣUQwTDբHṘBj4OXK`3vG~hwW8IюpOvw9|Fh%zN;C,nt8Zj FkC+Z/|jjz3:YNic6j : _>Շ?*Sz -;EѥJ}Rc<ˌXQ79𤙈yb:G#!u"cz1kA{P7vMbN(يuckB`+ Zn7&lWpWl v%Ub#pgl"v7v/v?086|-^Xj5MYgeREmvS~l3dpmE a.K:h2riYs#)  >\]w-u¶:qn8z.Zf7$Ӟ=zI F{^yH{^Yʗ$o>7Y.)xuO|շpd;rLyM,r={Rm2@; +AI9 +mj@;ˈm;roəw}&;2 07c)0f< YNJ+z+ H; rv }+w8,dS}G@I#h~GZ@[ t t{%rєm&wMy-yx 6^$Dkʸkx_ֶ$k|1 +qm%omӆ?Ik-̈|(-զP:`ϗP*e UO3@P]p?@oa_:8N,o|m]mxLjzzSQSvk5FT؆g^ygߩL;8= ^O'O& >2:k|=Zb6lٞF-7TبlܿAcw~L=zeƾ9+VRqO{{*Ce]K{Ʀ:Co{~L6;PN7֚@l 9o&0ٛe=VymN˜l[[lo+K>U1|Q:kص:gӆ6?ê }bWP_Yocj@a=-7edkBCuMhxawl ՚4k?l" >Xca;Þ@Pc{@vNٳPO8hxii7{OFqn5QM= q߬C&=6]chؙG6K3oͨC _cߤc:9:֭}^f^i1_L3AFǞF^F$OGt':ѱѱn{b~(i>;Woweb]' #O8΁ \C`\78 sX+xqdJ[d)f +0QFZ!AVeJhˬۼ_p`}<L _|h^2!XdHYK Ec;̭IҨL%"ߦ4Սyeu4l@4q-]Ic-4ILKGi^z.-KҺlSd!gyr\"#TnYkzYc!*;SC <,_oH8j#O3Ĭ<'?%yE~%VJ J+E]PGZ%JҬ(mJҩt)JrQW++MeBS+3bQyܑlA!a'= !7P(^fʀ@ؿ@C h +&e ;IY֒7gM?K$s)/XҸT oo%Y-_xK\1a+_q}y?b˳}}MJmd;Uێ~I?k;i%i߸7 m\me߫r 7yn3Vl1t9fA(%FY,ҪnS&58{6W[KlYSF_[ҼlC +&5VYp_-V8nowrm.[$}==[-ƥ~h;y'll?l_p._pq8Wd[rۖlK\ړrj](HRپRO +|*}'7)>yh{>??,O'8+ nʛ<ݗY`m] zqL#8/>Uq]H)MʐbCqx<hE":X.V_{!CY&Copbu?}k99sC_r.+i4U |??}_U7\{ztB:)J^AJ@y㱼iJ0Ǯ2ʟEj|y{ Ի.i{ԏYݾx4|%4Hgts30:쯇.iMi5.`IOn[],ah׽åFowX-q +@S9)X乺pih_k*OR-R&ȁ/]lCGrCIYI Jy)b_\&efTRZ3I@g7"fI`6uj1&cN'ɒ#)߲?oɷYIy{GX-lQ}Zm[ σoڋ,򪸠Xfm%E)7dl%ϲ*yIZ)/)JVDP*ءo*zҪW:$Y9Q)gg3[.^mnms\6 )uewWbʸr_T*3֘e<%',XYPa +f6R| UN dr޴@}dvg  R8X,ae_t= ]Yg:h 4˷:hH]SNy6xC{x7_ }>ć/13.?ǟcF~y_ y]}#!I}y<}y@Iw϶wp*];Yq&, +Knnnuՙ.v=h-|ORbc~CO~KZvAm-Z>Zlw{ϑ]~|LUn4S4S_J{ޓoͿ,dNci#9w̻}_;a>blQzPp[%˾a~<~Aй3d#n;oόӿ}㼍F ZtohҼ5zA/>ElS-_KoAmV+toeSV>0e^qʇymUsw 2KpInxyx==˞Uh˞uśy3h ^no۟LOTz:><l\"=W&q\>G$O Eَ$IJkHOOL)}k Mڑיpm׶wl˻ʽ휧\L'ȁms\qxf\/\/]k|kz2)7s,KYQbm,9<\Ahʭ$Z>WOL)}k3L׶r;]yF΅w]L'ȁms/1l?qr};` +8gsΧ0 +鯐Z2]HxCLq 9BP.TP]p8g BPЁ4f[&)t=(+C^DE_~EQ&&= <&֘tq eB \itW\WʄJ:P @&ve:Fi'I O#<^%u "1nf1]GdO\kum)n ۵pQrwHwz*}q~!;(~ +(@C0nqx>J3fLgs`̺ ++S2Ylu>(WWT;ثeP :Hq6^݉.]S} +z$'vȿX}<)zE$CI IO. @q< T<uw&iG=Ǡ89,8z%Ϡ*K(w8C-pLivJv;auCz֙xEf{3no7[JLYhrH-G@+8X^;ΐ<.w{{㝂`;}].S >+$|zdS7e +D-Z_tH {g|Nһ|${E_'}& MYw77g>x=>1ҷ{@24?˟ +@t/) VH<&pDGH0QZ$Oe/Aa0?F)R2c?mrI-p <'O`Ք&Z@ +E!fyb!`zX -b *p1JcG@+8NJcl܆~A/&x]'"w qLgqI\Lk)U%IzOH#B92F蹏t.Ȟy-(}t(5C&씺 A+OB.JMu#MHwߓ鳃"}ֱƤIkr&0= "KW2ʲO3| L"G1p,>`IK`W50fm0 #mBa/t`ug,ce) IylyU ŕ2a \/n(P| + )329婲:`U@@G,o~)xCLbZz!;oyXd.iY9ao{Zrܞ)pv̒pIinoO)/sĴҷKKʔo+W=ߥ=WmmI`u f]|%1xe-??\v`ziفu8l vA:JQx Q#8ihuwtS3s76lqL0⟬8 :K`2ukǂ +RM "\iT:+RF:zC:W8A:Mv~Xz Z(7b.s,]vN{C؞Bϐ^\a?@Aͼsױ8Ains9p,.pc]wMi t]HBH/e+`?"$#Πf\p@QjM(;Qu + b @ $)Fy#}x/8Iin;%\_eP7uKgӖօ&(8b'~ripsՀ8ʛy]')APIv]<ٶ 8.\tL86n 0Lw͹\0o-Dzzz嶺S6yi;d)sX2v/=fgr"k +~d)uZ,ͳEZ8 :!Se0~,mĀo7b4m$L9G[,^;G!b 2W;v﷒޹\1e"#;L?p`ҁAw=KAid{\)]w@k~3EЙ33f083pށq TP HD)!"!*"!"dH\."?.HDȥi9w~ȧ=?gwZ{ ›U MWyK_mh6aݦ6u6&$5iꮎKz 4,ʆ ܂\sMبc<~HZѧa|a$o54]3wsK:$騤Hj>~oџџџٷ]¾u&NԵo]Ⱦu=ճo_>D +,oL +1~O +5u㷻Sc~i4FZCJ#rmHC#nHN;4b 4" QI،P J;Ca4 +}4$0ΐyXD/D2gh58V9˵4wNdX.p o}?mpw:q}j!w 1z{z/j T%4oM)zC{=z)q WYFiD#>\Tz+XNFywE ĖychX6߶ ɡF ɧ:p4=vR;+~R*C_F}YGF%^fH9*:W{Jif.˴U-C6ؿZ |^R >}T3 +δmM_ h$+l_oh*5 ђG \L˗bGK"䛑0#d@XcG8Rmi,[YYI+Ǧ$,ZyvN}aUH995#_G尝SU J-Ąkqg+:HJ9GHn{#ߤ]dж)>z9>=z2WI"żKuq(Ǧo5_jKPOsfg5Z6{zWV#7k w|Z:gU?J|ގ +;hEE˓ }-D/ޢ uƣ@WyJ-T,%t geJXF4]1h{]31;AF%p,'5-i|Z%˾q@mF܂e'rmfq]=LWt.9cWT0/bb?d2槴.oexi<_ghƫjkw~ic<|-h|52x#}Zc0P>Sg fj=3rz߉vFV +1蝽7-f9/SZ8ܥ;ӗ驖)m{+]˹ GцᎭ8۝0٬g_HK7#̙ī;aư: n>?Mi;zߗL׫ΈȇCq^ A[N\gSECPQZ5D-7ђ׈ʬ,AʱCR;ONgm;c0acوw6֝oGL0l:ƨlD:Ɵ #ƙll0$gcKFl8Fl7x rQl0rte!6BF|,Fb1l0F|eW #٘j6ql5;-f(,f㢅l,4"ga38g6™mfHf6^fوe6JOf#٘da428"6:fHca1]Fal,0f#YˆF#6QlD@Ӌh^6WH0a.vx]6Resٸ\aD.rAko[6Vm8[6echYa,1C6ec_٨W6ޕtec\V6eeXU6rUʮFF1l0XSrØRk#A%#e#HQ6jl(#*ElD( FO6ql0d$)D&Fl(Mg +#3٘L6Da%uzcc,16RQYQl$9L +%٘)dcHHfٸG6QF9"l4bl#.Ql"( +F$(D +#٘C60dc Ql]_Ci_#5|/6*-6drp.X߫eN@+GmdArQX7g{'ՙ7r铔;\nvy.v;1;p,9c~\y/jyqbŻg>#9 Zye;cȜm-o oso# e NIsR,oFSRums!Fwz,7wM}/1 =0[xaxaxQ22HtDR !/O?!}a +~X"6Zފ׎^$tͧS6/pToțU1!V1Ҝ;um,|KN,7!m +wN9[b7@w[Hx\gls3d qXo ;^v{]i:tvk)Ӿc0 *ѥwrVΪ1wp Hص\GvE䶄w~ 9FǓ=kW~;߱o&[G"nV\9Xe>s ;a4rķ.~rN?AkvY-"OdՈX̆owZ}|^l.EJ[OʪY/-aߓrJS5(/A޻:27zvvBO^}g{Q>Q֚*RojlS?>nٵlzvM ǎؕk{1 +E;]|o*Yn%aEk 9?2gޮq̶Ssyכ\230Mrp\rW1q~|1a#O3gU+AB Pi$eBKe\G2-l:noE^q[oٓ:/nUd8 ܆6ފ)g;\ 8M1sHQKo|p/NXNF<| +X1J3#y^^= }L|W$=rGQ8ofB~Hm7 }:seM+#%"'f^|E;6߭w~jr傟Wgbn7U9v6;ixB~?6zlTw464oG[@ѕ~"5/pf$e,港u "Ch_^N;#`9+C _Eagģ"Gh%lؘ̍}ECОFAweMSo=Fo/Qٜ*q8W{< 3+LɽDKAe%ȯ|@G@-;»_B^\~@{+Ԃ[*gb_t~ +39lnֻz)T+>|!| |UmhGp. u +}CjKLVyz#v߁K(GK$=K(t#~~G^>>ӏ^}> @ Z򚢾~ő50lF!y,Bm'| ~ ߰?I瓾1A~+8-#+ι]RM-:2Oz_6SX A{F7GΎ?݂.$)4^+0~$מ"V F{JyH~N_&ѻfiES$Ք|ub4g_Qmng6OoƜ+/᱓ZEz:ry+g;#`5ۘH9P|q2gڧ&p>-mdkiOgF{5ɋzO9_`]3r1QI:kjm@)דyi~xQRs^/݀nX@һ>=[N3 y?,˨>\j#Om   +lBb{ ϏTܟ6UH]M$;K Oc"IHz`W:$b.va߼6L﵅ KF; +g >l":.$`cIZڔ^^^%%ueF_ذ|]kK5U[ ,l`MV-[U-l#zi,텰y`1DY\qk-va/{X78 Hp\͵FXKWm֯m[{qkK k_ -.-ҺƵnaN2a)aڊڮhj KIjDHRն Ń2gCh@XFd${ZttKVOϵz҇ޠY֛ޖީsAV6 Oo K1Ζ +{$ +Wd/zUǒ2ҧUv Gl^ V:MkWɥakӵ䔬9ah?LDFcd)wh0n +ma>a KNa }ֵNfm@`4oY͛>W5}\VřtsIJviPޚVfO$yM +s֖'VGcDp =KXyP^OX*(MIߍW+ :KңOo  ۛn +f -}~X\%,T’ +JNҝU]mӲ> HNGzcg>p1wa.)n)Ιo:VNW2c= 2AZ]C:cd'ir+&iY!säׂ0-4L+´ZҺ>7|@jzOjm_k6hlM$ ?\PI;!錤`јڨv\n=>IΏ]֎Mua&-O8>m_j}j-I2z6/8e{_6oxӱȔTTDA&UpKpSQ0^SU`LS]𝂅kO+Mg V +6 0= ~_𶹲wM5X6v]:-[L؈حXcJ+؃cGbeegcϚc/O^l~{|2؞bGcGͱ?fXaIasa^*LW^mn-\x/_2+sg¯q0 ]L(\]L,~q'4F++uUk˪cEFJV%l7s3Yr6lĜNN޹i3@g3̹팓T9/>q;%rgyAΎg:Gi眓}fLk5#5%jYӿF!5C_3\l«[3fHfXx5C/Q$bqy)kdɯ;]M|VݽNW}JNW_FC%'wV'܍k VY":xt +W! +688q};}Tk 67\*WKmOse(TiDdzW֨owr3÷F,wLĴsFꯤJz៖nMJqn6^O:D:b=/ocMi/sy2K\I kH;Uv2[Ҽ. Otsk^]FKSi'2x>We^&*6Ul2ZU]'v(%XWÊDzcB҇~]wė_r]Q!&cor?@~乸JJZNҿ#RDRĚ4CL+u@+7IZ)Qr_AaG*WʳU/uPdrY|Vɞ,m<$y*wz[dgؙ᳛LV0gsZr.dg|l_"ˏO:2GFԭHTTTtU>OE?v;e Irۍ®1lL?- I F/5Ԫc'5}Riʧ&Ӕ34̫rkUr[okvmV1 wwMyk1__/635;5/1We5 9yXIQԚKWrHMIݗh5|YB΀wg땚DIf&zVk-jzLټeZTTX؀sZ^ZX+{lQ+ٜ2R6vRjJْ+ucjhjlTюz^ X K,v@+O^ecFV*JHe:$oU%ya]˪D+=,kzh%cWrqrlu1vMSuɶX++-.ڊ5kR]ˏK Xtq'RJ;R )KXrA<%&ϔN**M)KXrr$͛U:T,ꕜ\ Vth'Ǘ^z%s?\Kے;K=qCd++W*'互䶒f=cM>\P*T^.ZeA+KZ/Mۗ4d酫|jeO;dƅKtK^h\K.Vy}<$gpח_ٝK/\Nɑ:O)d*YYָ_|u@'O'ّ;RW4iW':/+3֊vWbgrdCsSaoCLǪU.oLTm}(m%ﲛ,Iyr&,eҹV{tG$9ʧ&'삼 RN剾5v~3BvJyu/u׻#)|w=({ F{ӼZowqhčFzEGGfFD6DvEăGss^9888hO{hD|gZY|--`/)āx[Y\μ=JlkeqĦSJmerKL)cVVG4K7+ޟxxZY<{%f&fϲWSwbrّJmedW<^XĈĨJ meŽE3lQqyqyb%+G%5(he'O$$U(h.M*ڕ(VDӦ,hC}ц eceܲsEKhIђAUE3NWh+_vh`\^Y6hJX[YekJ[hW \4s +^e/p(R^e]Y*tf񅫬zz+9X8pzYKھ=k {/ǽ:fRQJ Ey*CI$i.4J!JJT* 4Wou){߯^w^k{4CCM3Q(BJ҂?k%"i4ta"t(ЇI( kPT@ѠD@1AAi: mAAt蠾kuq(D-Y\lqxzg XA}[cv3p*Ňrm+>2þ[ 7z`O@L9's>sI{]f+(j5cy 8 sdR lUqJŹ!#? w"_KaoM̃mè*'; _~+Q(%}w(l)}[xW}rf`K!n UvD/z 3J \÷$c y^9;@"xۮ|߸3{Co@ܷ\mŶRg>rHb[{ZmY8O*:"nM؟;A}Q"! [s+\%ȳ0.(Ϥj=9w[?AЎ{i j7ՈPR&ȆZe@:E.?[PmؚRmxPؾZf&N^ܙ|c|%KNxT<Sk= q@X#!j/6)gB6rv5K[̕#-~7C)p͉k/p;^":ol"lX5VLC{8#Gꩰd{-[ t;Aσeƽxެ' YRnH&KK@teļc3m=V` t1܁{@v'@0-DC50Ez_TrRaeR-,vC1OL +bi?S=LO%# 8V.?VB@xEB>vXYJ5@i(:S#>A|*kZc'Bz;+9gV39z̢xw45u*b?4܅q< NXqg 6|ej3 8zׄ;f +Je2[yӁV!'?`GlHWg(.q +ot1a$yPwA\^[Y;ЍP[q(UZ{cmPV, [OK4txw8>Ͱ;x +v>&2Il4u3>1Rzo[2x~"| %]E<0/~=Rj{sks2<@nӠB:Tf%"'9?KEມʢ*:yz>Ay=O>Xqw x񈓧q* LD臞J]:`B~F;Gv:'֪ fD"' {9hm|)rc.T#c8x&@p (g4(9?L"{@?)^΁3x+ #ydN_6b 8ǣ}RP>u ^<"XS]k2\e',>UqcOtU $ Ao@}H܊{lB{3ܢWu@8Sq=:PoP~035ε?Գ֒n]"a8$uL8mUp3kO BA}qMF|Z$Wcɉk6-R=R<0j@޸'ڗvlD`}!:{#vg \@c-pb\@o~ (~GĿY| UH B+< rx!R(?&NEP PStnr@f ^¸`p3y + )>@ i}CyeI[ s_[0L oA?\UV}Wafn20Ļ#4v@Bx&ݰk 6&^[+ Mh_s? +GEE&ǙJ(#  3b50E^ M05>!81\#/:6718v`VK kZۚ[ZXCG6/YV+(ϑ>Q+9zjTxPa|lj252gu-'̌ g90Gp9˓qgCZB^q7,x#waop.S囜Zl\Xn]a^';u;,9*1qj~Bbb,4>)јojB|،#ED4+ E ǓA@֝uzf$%%Q "DVO)]Yre xEc.}Scz;%{=tąIs&m-}˽ 6te\s^0Ѳ,I9pĀ4,y]#V>;Rnul{ɧJl:_7R1&eK+Ă>׼5 㨫rXj@>T榬tX>HH N <#1*>!:qR-kĒ%k9|-|7%vvqNvʧ*;c>ems%܇G47M~{zʥoh٨-º4{r꼩߶IW7=rX&/<٣CkGu|敟V4Qap8墏n _&—T"lZT2eiSJANc ڌ}׍}3/tg_>=UfPsucz@,D7v8;,9wp.'',qM.n"q;J ܡ6^>tڬQ"icYyܬ޾,6?yK[lzS549.lt4ח]ZZ+z0r/Ozڷ~?q_2=뇶z|zڲb|ºy#M/Rz2Q5gcUs.:'ys+ZW{tkI;J_0dNoN3[q*9|xP0Ŧ^|)1 [ɷ0t3;Z!jJoQugysoq t>3,6Yx3Ҷ!tR؈!$񥭽u*_uц Xy脰F鄔D$} Wpm8+9llY ; &lڂNv?acٽrJ=x +>hӼMrfխyFxx.y[ۡ>Ge/Vx0dHoN`JM6y!brK +ӏʭ o/gc=ƴ9$w5QQc;+d];v{*RҞ?7?zwQ%VfU9[YfEfܤ3>Jg49'YV[[Fؗf_P-˘cSx1B%A]c>9ҝ>މ~V7YN7}0frQW_|/͎=)܉ʒ5Ǐ<}]emieHM]yU?l]žynS}$vo r?:-hZI3΁hn`4αݴ[@BE$ߕ5[ݠ+9k>ppOzG8>?nkCaT<zze45g\ MLYP}qϬ"~_92ϊڅ7ߦ2P?Z*keCIjnj2FLqK7$kY5^[Mdc>@+ POnN^ +U2=Y*Eۻ3v['n<~_{}evx| swY9!3`ĨdžNf;$_\?S + F/I*ol*fg>u`?RQ|-/V~ 1Hk`^_5ɍ6qNZeJ&3Be7?\I{ZC]QOw\ZQ4jo#/J{:eS唹\že%ۡa KL6{`÷6={]SkAҌq4gBj|{ё<?]75Ohڞkч +_ll6u}J0L ZqHˌ{nj]_x%7&E˾>|G +$%O3™gvPLY't:jYtlp¬Щ͢cY&AD0CSKh"pE1afښ}#fy7Klv&1&=BWo~^,Ŭf&>'܈]^ _P:ޕ=1<#kR5VGh0dOe)Oɘ|dWͤ/.<[`[!]-Q9g⦦/Qfrֲ\9T~YASwJ s<*]|WSr/ʟxCw`g1@R{QB<a~&!n繜.{W *6re}jmg⺮uSoT:؈3ōl7bFt.֍K + +&cţG3bCW eTy=-tf,_u՝-?m밲!7/:۬mgN3]cT!NV\|$[Iny,|:'\1?̕"VNj9m&l}y֋%a^Q4ÿDM]$#,'UlYS#F;LsYsnͷԚH.a增7cqj;P _r^8N:5;ǫ+ =.r5_`5by3 )0`aޥ?Ҫgmi[E󚶌L;nFcܯLm으_{lc0##|qj۰^4iSYzUH#>ʬtE |{Z6:p_6.ݩ>fy^:i'z?ƈoN'Lۗ[99eOI? rPSx#=6W&Ng1 {k4R&#ƣB)/4In;aMNkkX&8ʮP%Ozyka*AyD +endstream +endobj +1013 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +985 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.51 740.274 138.101 752.466] +/A << /S /GoTo /D (figure.caption.90) >> +>> +endobj +1011 0 obj +<< +/D [1009 0 R /XYZ 69.866 809.284 null] +>> +endobj +1012 0 obj +<< +/D [1009 0 R /XYZ 70.866 736.502 null] +>> +endobj +1008 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im12 1006 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1027 0 obj +<< +/Length 1838 +/Filter /FlateDecode +>> +stream +xڕWKs8 W(ĬHQ%mδC9em$f_ڒc',Ex_ޞ Ddrq^$Hxāhq[,~x~xzR%W+{\߶CֵU;<ݺokju +0AOM"P0,$Z`M f_Œwp/$8ta;ɟ`Fax3Z5PTp+9lÙs:D8{Ol\e*D'Hk= ቤ6M7)%އ|0-۶|۲ekۂ7]uo!*Xy̋%tOCgִD-iMhW"<ѕz3%0ѼaZ JӞpB8%".զ*nBrJ{+S2ihLXY?Si)Ћ7HЫ[:Hﵼ]yC3o J gl:qނ'#ny#ڇV'%x,XpMqiFo'BvxS<=}݅ab)xE|jGEiC/f3sH*JDL *MZL~c +C03i+5y <0eH``7%2H[V%Ʀ46VV<]QBV Qeᢶ9`~@z){Lm8SFu`S%DDz!5 qQ̘:NT8 ;6u"0ehDZL{@ƶ2&ov +iHWqzd<ϨH'" N .䜄\$:j:BzZ2T 1b}5)w B,i0ʒB)dNkZ֭OČLeV9I@Shn4%VMCA:<3rp~"E.ʖa: xfl6b_`>~>콞ҬlZ}_e3Ee*Tw%V :.O]^:RgБ&/gɟ!b<~hްc̍.8.k8nٱ?5/Bug>\5 4+zkбqOf :]S?jcOxq9:TИz_AKH?̡q'fKyn3A*BfDcʶNU,x'nEypT,˒PZv,\F'P^h.;,u br +B}i\Ʃ.0xI +endstream +endobj +1026 0 obj +<< +/Type /Page +/Contents 1027 0 R +/Resources 1025 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 974 0 R +/Group 1031 0 R +/Annots [ 1007 0 R 1024 0 R ] +>> +endobj +1023 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/mvc-overview-prototype.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1032 0 R +/BBox [0 0 455.547333 285.46875] +/Group 1031 0 R +/Resources << +/ExtGState << +/a0 << +/CA 1 +/ca 1 +>> +>>/Shading << +/sh6 1033 0 R +/sh7 1034 0 R +/sh10 1035 0 R +/sh11 1036 0 R +>>/Font << /f-0-0 1037 0 R/f-1-0 1038 0 R/f-1-1 1039 0 R>> +>> +/Length 1433 +/Filter /FlateDecode +>> +stream +xWn7W-`hwB  đQK#c46,=V|MV_-,wJK^(xo.~pp:Y?~$*&>[+(qQ ^MjIcpby-,Iŭ(`Z,\Ɇ @"XV+ T i 2 $H'I0u]HFgĬӈ}:HX:= /~QP42;vZFyHlpF(Ռx+J,lyiu:r >Hmɖ$iZ< HThY7jv7QR۠@Lwlg)齲֗ ' +*9mj +_u_ۋjHxqޟ^g$Ͷ8k(TQKG{ .o G=~lܘLHSUoW^HU"S^ݭ/CcSLx~ܦ 4Ocvr)s̬JZ\d4 `+a(#&ɹ?d1&J:gOF#$bB`klaS=s ,@N vaޢ#.艸+)Fȉ>-A±r8n.$jоWqАɟk 8lB83S#x)4/޺iBPE(DɆ$̪z=e̶pPg/JcU'dlL#6 -dtM1EۘaiEtQ]zwKmoS4-h FVdL¢I.і;+oD[g^$ac^4Mq?mb?G NR^~MQ.z[¦)čoPMdli|kcl  e}PEò!{E-]UQe3"*`l[a5~ƒ_/]:t{УQa[Qb[Qc_6߾,H3N^{,X'mhdpUίI"Dku;:*PbZnj) + ٢9dc._<_ai/uq;nIjR> +endobj +1033 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.693001 199.425003 0 56.693001 199.425003 126.924599] +/Domain [ 0 1] +/Extend [ true true] +/Function 1040 0 R +>> +endobj +1034 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 199.425064 0 56.694988 199.425064 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 1041 0 R +>> +endobj +1035 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 199.425064 0 56.694988 199.425064 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 1042 0 R +>> +endobj +1036 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.695 257.119995 0 56.695 257.119995 82.774704] +/Domain [ 0 1] +/Extend [ true true] +/Function 1043 0 R +>> +endobj +1037 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /YJQLMZ+Calibri +/FirstChar 32 +/LastChar 122 +/FontDescriptor 1044 0 R +/Encoding /WinAnsiEncoding +/Widths [ 226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 543 0 615 488 0 0 0 251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479 525 422 525 497 305 470 525 229 0 0 229 798 525 527 0 0 348 391 334 525 0 714 0 0 395] +/ToUnicode 1045 0 R +>> +endobj +1038 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /IXFLKK+Calibri-Bold +/FirstChar 32 +/LastChar 228 +/FontDescriptor 1046 0 R +/Encoding /WinAnsiEncoding +/Widths [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 874 0 0 532 0 0 472 0 0 0 0 0 0 0 0 0 0 0 0 0 493 0 0 536 503 0 474 0 0 0 0 245 0 536 537 0 0 355 398 346 536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 493] +/ToUnicode 1047 0 R +>> +endobj +1039 0 obj +<< +/Type /Font +/Subtype /Type0 +/BaseFont /WSZCGM+Calibri-Bold +/Encoding /Identity-H +/DescendantFonts [ 1048 0 R] +/ToUnicode 1049 0 R +>> +endobj +1040 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1050 0 R 1051 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +1041 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1052 0 R 1053 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +1042 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1054 0 R 1055 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +1043 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1056 0 R 1057 0 R 1058 0 R] +/Bounds [ 0.64 0.65] +/Encode [ 0 1 0 1 0 1] +>> +endobj +1044 0 obj +<< +/Type /FontDescriptor +/FontName /YJQLMZ+Calibri +/FontFamily (Calibri) +/Flags 32 +/FontBBox [ -502 -312 1240 1026] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1026 +/StemV 80 +/StemH 80 +/FontFile2 1059 0 R +>> +endobj +1045 0 obj +<< +/Length 1060 0 R +/Filter /FlateDecode +>> +stream +x]n0EYG(N$T}`qTeȂR0{Ǐqv;7Y נN%QQIyEs-+Nh>䲆 vOfA@ ]`u9_ +h[0hc_Մ%3q~\})>7Pq[ҳ+A &[hm:o2XhjyC䂹 >0ȲJhKҹ*_5{kc ]%#} !'=vɕ_&_ +endstream +endobj +1046 0 obj +<< +/Type /FontDescriptor +/FontName /IXFLKK+Calibri-Bold +/FontFamily (Calibri) +/Flags 32 +/FontBBox [ -518 -349 1262 1039] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1039 +/StemV 80 +/StemH 80 +/FontFile2 1061 0 R +>> +endobj +1047 0 obj +<< +/Length 1062 0 R +/Filter /FlateDecode +>> +stream +x]n0 y +C.R]8Cc{8]ǎ]\{Հu:2A!\fSia["N3 +.1l;O1Xwe`װz:h躗ѿB۞G8s-YGat7,;tjN=!$-K2BdSf2?Hԙ#3& ۤo*W 35#O:3zŬkUZ-js5m~Խ,/+*M:|>e9)m +endstream +endobj +1048 0 obj +<< +/Type /Font +/Subtype /CIDFontType2 +/BaseFont /WSZCGM+Calibri-Bold +/CIDSystemInfo << +/Registry (Adobe) +/Ordering (Identity) +/Supplement 0 +>> +/FontDescriptor 1063 0 R +/W [ 0 [ 506 585]] +>> +endobj +1049 0 obj +<< +/Length 1064 0 R +/Filter /FlateDecode +>> +stream +x]j0 ~ +CqsClXrjhd8't0 O 3 +MaKYUg@oޕێ&*n-W$ 1@xsQ78I5 Ļ t-fݧ嘱? ΥH6 MXj1wwa͍ŽWn+Erd^ˊ!T9sq5 +endstream +endobj +1050 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.94902 0.94902 0.94902] +/C1 [ 0.847059 0.847059 0.847059] +/N 1 +>> +endobj +1051 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.847059 0.847059 0.847059] +/C1 [ 0.847059 0.847059 0.847059] +/N 1 +>> +endobj +1052 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.843137 0.890196 0.74902] +/C1 [ 0.768627 0.839216 0.627451] +/N 1 +>> +endobj +1053 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.768627 0.839216 0.627451] +/C1 [ 0.615686 0.733333 0.380392] +/N 1 +>> +endobj +1054 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.898039 0.72549 0.709804] +/C1 [ 0.85098 0.584314 0.560784] +/N 1 +>> +endobj +1055 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.85098 0.584314 0.560784] +/C1 [ 0.752941 0.313726 0.27451] +/N 1 +>> +endobj +1056 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 1 1 1] +/C1 [ 1 1 1] +/N 1 +>> +endobj +1057 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 1 1 1] +/C1 [ 1 0.752941 0] +/N 1 +>> +endobj +1058 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 1 0.752941 0] +/C1 [ 1 0.752941 0] +/N 1 +>> +endobj +1059 0 obj +<< +/Length 1065 0 R +/Filter /FlateDecode +/Length1 23596 +>> +stream +x|xT9ڮmUYIˢĪ +ҪBhAt12$$.qKpY-`+IpK%\؎Ι3Bعy+9w %I?gCW.cB|QB%=gmbBfB޴f7.[LHX +g/DwfO?HH簕rk7l۹x1m(m&vP^{&q +BPmڲjsͤdh2U~VՑ22%?^jX&W]>W%6'ֆr4%*p8nlot$T>TÎaڛi){Y~Ͻ9NHCѾb9n_lbÆׇNB)O=B7+Ht<83XRX8R*. +&Kdz\8-]Rbe*?yHtnjQ6=Ś`JI܊ ¥yi:Y'k5Z'iޑvu#h6ZMWq3UMdK)3MNznΪ[6r+rF`F(?7d>Mg8l&:Ǚd394!3}ȤGl*[~1eυ ` kiVz;$_ML{QD>.WI D\g_RϩOȩ+ZwN;6l[&'8Gj;ͦ}eSiG]-eg5y&F/)Pnr{doMY6;"R򫳦Mq\}l̻D UB&)3xkkd!Ȍ(bsVH!p<̴j&6 )gSl,*8fmʇ$}8)I3QRD QO$:i&ݼ景hH>;[簝}o^)fDhygYM0;=a)%>t#[>k6|&]Xb]:qqnZXj1+]8d\eKxg|umw:lfwTl<5Vu_e_]oc~ƙIfs\ټ!auM E=i4-ٚHsDm;[ݰs䓟 q6Cdh8s l g7Q|T4R\3sH2-4>-ohibK{Saqja0aаE;`"ٛVz8l*:9:1^b}͔/EqBbQ+!]bT >IKhinUqֺ$CX3+";;+U:Nٞl$g9~ûfR&%;^݋/hM4&7q=\UDL jҝ>j&L5L5Lk1# I a !/b<$xƫ+ak?5yqxhq +*wg]մ:x-՛2G҄@?As)')cM\uCU +sձebN,ÉSfP7EB=yBYVzuÉFk)I5|kEUv*m|y sޢ#-[g%NNMk ZҴIxC\FֹRo3Ů{AZž5v0 $r%y7rr)N #2DaKg4K春54FDtܼC)_SL}$H2Z[X}8A=$Mb1B2p`?Mʻ5F~Di5OFp46*s%5ޛٛ;< ]?`Ku:Rlѩz=}I[Ev6bG[G8)eotV}]ʥu Wvak;D+'ۚ|a8n/a 1LfZpGOՕd 覕3gFy!~SO#C.lR9Njt&۠yRUqS'7(c($)g)S߄6IʌNM=Lf*_3\ cWKk^+m-}P';GC=°v+=)Mם.&-X6L7SsWž:CM ǮTGOY-Y+/_uhQWϬ][>= 34DAvi63Sj_6Ɲe!RDUn_*g.ʼ?!{uJ}tXzæpoSYg%Yg*Y9-+63UN$)߲sQ+ťOvXV)9Ykh׶cmIs5yWM'J^[g H=F5CY`v)8#4A/ `LY-tF9K+rsljcl‡lV8l&*1F2lU3o,E&~Qh4]^gOM`of_si+ba]jU!c 7d&c΢9 vk%΢j5Rhrwn*Dکʚ@Q>m죰qavƾQPg !*JnDԶ`w_d8u,#UAhղJ[X̝߉O,JB¶EeRz1NyaCgs1 iLvlmxxkpzTx;&gESl#l}{:I2JʦYmA iPO::EMWLd՝,]եΖNzXFV`so$p;~Jl@⡎Ƭe4OMŋ,, ZY}fm8=9E X@[ڲ3Kʶ޹xڣnvco^ uچmJx҄!yٍ#5Rz̮xOS~[ )ݲ yBшVwA'Nzp޹ FMIg +U-*R7͓i gf/8glYg3L*iʟveD3i|}^gMy`QwRrQEqwSᲙn=٦s',ߤ)m] 1!;Z)2)^ll^Il-关R\awwL.)Ua#*#, mP]b)TKG +$[rt$R2?:Uw0lHL7e꧝Ne" HI>ZuXA]LO0Dz67ޭkzCSg.i]P<7cO}96H\r]sf: Δhy#WxGKS/`bNRA.es؛ u<"xaÈE`J3aNggKf }m=KGqc{pjԺKJNpOy,vRk5Z}Ε(?puX`d^Fd.gڈNnYrҤOL'S\"P_LؿZ04Nlē]HNz./+Oc hQ;ql(*1ވϣy>qD[KĄ1bLh)@슎ǼjIE) FBF>4'[I?~.&a +YI.OIz6: FEz*V+aehcݍ~%d)YF:IdF G63ҙ8߫QZZ=Z&` F zZb6+d~v.rM;n٥wdsBrfr);Kr9=r}!גȏ.~B?Ccr# kŎ>@%Gr2=5>"b\V+c cwx+c|Ž{Pt'{'8KGVy`9m$=p}xZOZ'wYx\?ad~:m:r /m[l޴ }g_vU+\l钎H͝3qVC}]mMurfŌ%y9YɁIޤj1 z]V#K|`WT 46r SD}]J5ߩ5èa^3<^|"7WE v}u_tXs * +~?ZWm8k@}W4k9dh4AEiV%UU_>(6*gwF緶yFjqQҗofro0C6+d v/kh4  \فh&WEsuP,?j3l~TKj˰}Jd8>L8.4 +q~?ˇd% +v^ :R;r\qEؑ~qdyWϦK=kmR/7f}Q9صg-U:>nmpD[|Mcl&jx|l-lW͢ Qգױt d}Zۏ±7|Ct눺k1)Qos㏆;0|Ulh8_9 +vZmQݹ.CkXIkzݱvEZ/@%JJ\q9j 5^U:|ꦘltvd֥ohlg_Z,iBܴͨ7 Ynv$2z:CTiЃA56Шk;H:;!vuڢ1P >AvG`|ƌKpmda;xP: ̸tY_曅-5U + a%g,ƨ!iS9 ]GxtZEMT`tp] ~/dݴ좕t8d4ucwMJEc= &ܪcwnƸ#$ 8?v?t n. OZ1J=lW7_=*̓ܐTv) z;X-\|%}k%:ۦl3D%>5׎ fb-zO+STa34ЅIw ,:4=X谡ka=갩g:KAGv}].Sl+g%U`K SDuؘVw +DYϮQ 62wS(нЫYJiۀUFW%o%` zgW#ap ;{h=UɧLu% B+u#^ѐ*r`W!4ة8iQ~7xe+lA{tCQ)KE& oZR[:=J&#&7ECT̠Ο7-Z,``qPlEbZؕ7qy < +kŧ$2ݿc\\,/G KP4oQBO| dMkd?i,!wJIasQ.=d*θL 'PHHZB/lB I%ą:;I|$R!$2ߴ)w)'T\"6O.!Q2= )4 ǥGI)J)^&%?ys?0!HhWHxВ3%&$Azm5u±[#%>Æ$ @B/D q{-9Bl!v +C.6! +YMBlL!6'BbkX#j!V +D+KB,SeB,bB XEBDhb hb+!f "DMB4 +1K!ꅨV! Q%D3bB Q*t!J(HB! 1U!"W!BBL"[,!2 +!d!BL/OB *G!H"Q.!p +.MBX0 a(A:! +BB +ATADŽbDJ/Bυ O!!B|$ćB| İ  +o oBUg! !$B&īB"B$xQx^ +{!i!I!~'oO qB_ +!~)q!!!!>! 1$Q!8$DLA!B#B%ĝBB\;]ۄU[7 S!q7 +q !~,~!~$NkF*!{B +!.b@˄TKXiiiiiiiiiiiiiiiiii"H{H{H{vvvvvvvvvh!& c^̱th//K/y΍A{xi7s8tv,3V ,NmnKmⴑәN}ΈփsZi-5VR@xS9uqZi9oK8-崄SvN9-i!Z94\Ns8©9i5qjyA85<-g6S-~ s*9TkTΛq*4S bYB4NS99vr88M)S&:)9S$޵rJ)SJ,e.(SR,e(]Ώ8Y13q2r2czN:Nq m,$sKQqU^WǾ9g>%>%-cNc9Ϗ]n|ۜw^oW^ /ӛun|ӫ^2/ӋŠb@szYN 4IN[NU87>QNp:׼x關sz{Ӄ9!^(/ÜUX̽4)NwsӝrE̍xM{mnt qO9tF ~ǜsoC^ӵǮ8]{q׼8]RNp8]s]邘k5h/c?B0\%s9wvpswr,N9m㴕w7iS;;sZۭ崆_j|^^JNݜ8ജt'e^»'j紘_"~淚BN 8 vy.͉%f*-c h/5rō sAK@u@~PMTũ2NgRE 4=foK@X˜=4ל+ٙossr8xgS8eβ8er +rʈ(M}N}yg>ދS:o)S +䘭-%l+@nN.N 7qS<' '3i5hkjyM 7ʜ$N YWzF=kk诀//`O81ðc65޿ů gM xx W//}2yK9KY[BgpI~g-o~ܲeQZ#5hk+@x84o>`߼{y0^ƱCŀA +c:{i.n=ރs~jp3|t&o 1ڏ~kkUƹ+33x"9{\꽀zF#쏜9i5isΞ{^vwGvE9+rvdGdjpE䬃# ۷m?Nnuiv*y[dKd-e---oljdOzvo6G6F69sz\5DVFVtvEVvF,+]YzpI=E"" K[# F΍̅}NiKdHsic`cdViC7ORmT.`n*xhM'yGC|| +|1!0   W/77?//^^< xxx +x[7c# _ǁcp81`www_?nnnn~ 8\1C:Zj++ˁ2Rb"[OOOOOOOOOO1"P@(bE 1"P@(bE 1"P@(bE 1"P@(bE  + +ߧ} +ߧ} +ߧ} +ߧ} +ߧ8?}?d $XNpD +endstream +endobj +1060 0 obj +333 +endobj +1061 0 obj +<< +/Length 1066 0 R +/Filter /FlateDecode +/Length1 15932 +>> +stream +x \}Y`a L 0 +IH $1 lVMDֵjm 5jRT[ƚVSC&¼>g jׯ~o<{s}.llQa~歹':PlY΅!rs.Xܡ~=uXֳnph*{,orڊ Wa? ,]س_{W2tle_{9eO ߔpJ(& @3Lg/ﮮV>EleFRi/T\#+P9PT=ڨaycghN.3% JBaOu ΢ +iO BKĘ ML|ff,MXR֖+g.!Z|^4-A.PezQݷ!U\zbRz +{V;\wlY}iZ kZ)-7qFV,DeQʬ-aV̎D1V:)wF01+FHFֳ9 sR(4`\aGnUヸʄQ:mtL}ROLhZ^ZhZTb[ rV Zxˏδ3b - +oBg$\%.cidze_=Q\t0d V[.+LSe|Rڶu9Y&RR c3Zf8mnlfEGDQt6 Ί +'KrngJ i .[bjw~9(^o-1JSI`fS^0va\PDҮ蔬0+**E̊,Yɂ^5 Ⱥev_&dz鵡稳! tQEiXSdD~M<9rFgV;4m,:A=%"'-bkJ/6fXFػUKsQ56}ʪջ֔Uzms>,ΙIwVihs2*%>řX+j/6mFGZ;b\`cx?Ɍ+tC2H6`A !ȚjovCf|Z}M`m"Үb4D8N)fk,i/W%c4Tmxrs ˪3f#3:dzb<;^6'qq Aa\F7CZQkFeܡ vaN.ZqiV_O.q30Wb׼XHt:gxPluܰq]Zz=%jNv2 rljJ&Sս ջ+f1Zw.w޲’`kMLfxS"xԫ2C1O.EiKО ?[7*;TnC%{No jѷ-V +BlunpVx7Nҡ׀lj38E#;ԲHJW301iɊ%M95C: [*brATjڅ.i^bv)&亭 i) +gVe+goek...9Fg'$MK$XL$J_׌< `b>:>]-OG3s='-imߵ&(e~QqPaMɈ#ؼR#Qj=+!ukU˅IxDtTZ'4l"Xo 03}>G)k ݗp0Km,ŵd0 zD.ӖUJ*VuA?*Gd*bkpkMXO]^uJU1?~ 1>M@KLW`ƚɢi+OEҕXVx8>+ft}/yx^03^p^_S5ү7*aMxGOuhڼz r-Ɏlޒj?z8mQ3N!E)BIqѹO3N,=0cퟰ-ymxX>q4R$>'׏#\q?>9~[%|_I70641cL`";DL{Zd*aZczf@͙5h.RDhűf}3%3+KaS'klXcgiZOymabn\V +Y1+EM6<r$VA ,  ?kn}wlkg#:a.b^._C_١㲓,7r\Z/[pw5Meo##6ˮ|(N>, fcr۲sÒv::y.EQj- cJGCM5Uu7fD&Έ13DSbbHÙI,+gjdD9"L(K XӞ}(Q~TkH7ڙb9e#K%bdYGڑ |t>3KeKC]A btF9"ц4+Q.G 0g(8TGdֆ6a6la6P_A@ e 9 sgT)>!|L8A7%'凄> O τH{T@RH )@m[7 *{#&*7_~Ex&qp24Kd"_#Ä;?$"$=@S}&Ep;5c­[7S7n p=:µVj~ j0*jp% +~ .#l"l$l '\J0DXI$ .& . O8p.ar2RB/a MXLXD",$, 't g|vBaBh&%4 zBa6PC&"TfJBaPFN( ĕ"Jń"B!O#r$,ƒnB6!"d2'0!'tj<BJJH&$ B!G0b &!F&eH0AK! (I 2HX0N#|C8E8IKiXDsR~F c GF J8F>@g@,&{@l ]‘@,Ոwo + " {uk勉Ä^~C~M!AKi/~B@Ҭ&G S'(?EyO(btDy(/(@9Jqc(Fمr0F>^OpnG!pe9aa)C&,&,"t:  g|v&Wg.B&!0Np4 '"A 0ZBGPUߠW(\!:nMvlm[۰cOl}zQނdoW\ZwɎu>ٺujmjߚ}Ln>tt!1f}hʡByC"QC%eb^!!ve݀opǀO6P0 }6 0!g thk mZ-.M5 xċ|;|}}}='w]o_ }>!B( +#abCG>Ƿb9e;zK|=nbwoю.B|߂}hksh5梾蛳ԱZ_Xd7$o2uwRПt$D؟x"Qha %zt_-~g\/݈MQBqQ1z61(oԋ!l=Nl-DEWέkZlV,h+Z:-jy^mZzmYX#n0ƙQ**(2)"0Bf&k$_ɁT5#Z_-~_1ص@c1H+nFR[G@ܾ=ѿ{}t  t h5+W+rh%Y9haXAIK$'w|r?̳zpj"d<[A +endstream +endobj +1062 0 obj +295 +endobj +1063 0 obj +<< +/Type /FontDescriptor +/FontName /WSZCGM+Calibri-Bold +/FontFamily (Calibri) +/Flags 4 +/FontBBox [ -518 -349 1262 1039] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1039 +/StemV 80 +/StemH 80 +/FontFile2 1067 0 R +>> +endobj +1064 0 obj +221 +endobj +1065 0 obj +12104 +endobj +1066 0 obj +8254 +endobj +1067 0 obj +<< +/Length 1068 0 R +/Filter /FlateDecode +/Length1 10824 +>> +stream +xy\Tǟs  8olBLͨ `|AJ--%\,lU[m߬lM\~?~ys}s$(I%{ yOV̯?k?Y-(qPmgZv؞R TmyuUDAXPvMr ۅl;jv5Qd&lT?2Gi M)TlNJbǦBˠgT)vˤؒ\#V履y+ +;'/iWܘ]"瓎w;G_ӱcky3G6t2bx_b5^64UQݞ񊴅џSբC"˝bQRmaΘɮM0l ?2~Y{ONLIf}}gs3LG(ߎ[lT;g I>c3G'%MF[O)cJ4eB':l|-,XDG谒'Hi+eq kNXN=5P-Ŵ.t -JZN+_eܾV*V5t-]G t#D7-t+Fs碌hMW⟛^sO{iG?L؏g-+ohF:mM\3V;m fSg۸>>i;@/K2;c]&{m7C{}Dg]9擮9+#;8q֘a7C{ P[z7ը:#ϲؖZSG8Ǐp=%۷uUQm vﯳZWu-#s!{vu⥮JyӍqz,w+ cٓ{9FfYqbnȾ+Ǐ}q%0*}~t8} dW`߽'{~:g=(urS7uk2 wED6-b='D[O_E8K8}(z"ߛ)"Ut︾>==Nq K0FŅ|!b!F1Pr`4ytw[?}kxZ=y-BDS+uZ:\U dчCĐAk|nD{9sbiSLTvZi‚ ޼;f#r<d3\z;b1Hk%oTkT`4,ҹP +xg%uհ'vYrRwiw*"'wuMHN~2K+7b~+]N=ypzru[䬖8P ȇp'MqoJXfuk|ϓ<ä?7sr;%o(?% lEUNl*黒:ff,~ݧqD 'jUr˱Ҫo 9T"fbc܎u,s s4ss$ss8sLg:GY|U+c+}`)Fkxue"ڟ +Y{Y*?u9nAޏgW< )I`3<<<l6:Ц'eh=yQaxHOxx{{0n`- S܆777b u5jjL +WW- 4q) ,.K"B X4 ?zN;q>88885@5P* 0 f3g +`0(S)d`P%D( + x<` + EbƇ=]L& ĸ7ׁ׀]N`ƽ_^_^^1y\9YL +<< lԛ1u;~S?<l…6:ІjQL0 +<<{Wd}eyӬ-XORj=VnH"B ( KbM[w +mg*a-3PXY90 +L&24(&@Pұx')@2q@vQ֟#ì?~c::3'7Y_d}*ˬX/^`mg=jg=kk#vY}(r8[_D-p2*`P L`60 ?pp:*T,` 0dn&pf<佇buľz6-֛7X^Dof].W=i O?K}6,]Һ4wiR5ri㢥K?ZvqEK|%%uqɅE"/Q4*6lRMMM nh͎uM7m޸ѹM4)WIHwzSdt’_ck0A= 4eplP8jcCƀb=!oapAGI7nYݚueu RuK>[ h";kUkSJ' گtzC\N9=gj[TjZ}UyJO7soN뙾ٞY3}wǟZ+|3<復)))Mj-)񕶖b_:2A(?ͩRM>eOʁ>@,I]wu_5O +N}φ>F5)ͱXo{bM6VY&fC:5fnPiC5hujh5&ZڪRcKy'q9X}ZIk"=<4LL{<{gja+4͜o@P +*4߿a_ji)3vmJ~Lkmhd8$5qaVcXsٳ?M eF␬9dDD4v7ni1Bno}od߈r3>m=w϶! +endstream +endobj +1068 0 obj +5420 +endobj +1031 0 obj +<< +/Type /Group +/S /Transparency +/I true +/CS /DeviceRGB +>> +endobj +1007 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.51 429.561 138.101 442.004] +/A << /S /GoTo /D (figure.caption.92) >> +>> +endobj +1024 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [378.252 137.233 448.974 149.676] +/A << /S /GoTo /D (figure.caption.27) >> +>> +endobj +1028 0 obj +<< +/D [1026 0 R /XYZ 69.866 809.284 null] +>> +endobj +1029 0 obj +<< +/D [1026 0 R /XYZ 70.866 776.432 null] +>> +endobj +1030 0 obj +<< +/D [1026 0 R /XYZ 70.866 413.834 null] +>> +endobj +1025 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/XObject << /Im13 1023 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1075 0 obj +<< +/Length 1907 +/Filter /FlateDecode +>> +stream +xڝXn8}WQ 9"ERҼgě;-w %_?XTZM).N +v-~o~z'De2 +HDdMp ~ o4Km* +cI0wc +eͮhX~mC9m{\/"+Q OF8 k(,`Ӿx&'Ip +E +;ぷ6y7JmUXfWY^{W6U&a]vE͒ gh&eK d*DYA5=5lxD۲?cCj>O4*?S6q^lײ(E3T0b "j[~ZG&EJȰa㋲9C O1Viͮﶓ&;3L;l.0lAܽλ"M3Z,Boշ*%4,l^P4yC;tyʶɫҁt;Gs@ 0yg[FLXoqY#"pqy~#²?f5'pHls5-L;طZl*:Wj$+tg! +/LE헰4:Rkڀj +C(Efr. hLqPu{_,z^oNK5@#_u ש5U,tE,ui{:nv{.ZH B8# C|w]:? >ۮāVh/TX 0V;X#_wTH!8h7(%$x)ma?Vh{wQhaчkiC>aܕ-hӐ#|@1]`V3t4VKNI&М1$"Zo(C(:چMuC&RE~1h4v + +I? 1$Y7 ٹROkipARE8-cׅ{Ho:仼.gIʝr9 3OwʛZP,=0;qwT!{Lx˓Skv|nJ^7{fud=O!]yQI Ԃ;PI}_$7D[~#*.6bB /T:AK4N2oNz@G="DF赝#7?tY ءs:.jY*jdGM5KlJfJfx.oFp23m" b9<# _MKLj౾@ľY;y)L^Kk~_ӕ_DYE<ٸKH~79xkHXF6wa+W+%*H_wڼXNg!%YMSdZ=r:q +endstream +endobj +1074 0 obj +<< +/Type /Page +/Contents 1075 0 R +/Resources 1073 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 974 0 R +/Group 543 0 R +/Annots [ 1069 0 R 1070 0 R ] +>> +endobj +1071 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 176 +/Height 147 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1081 0 R +/Length 3831 +/Filter /FlateDecode +>> +stream +xPTG34Mtڙ4&e+qj:&F MªN:!T1M bCPTD T"\vV`Ya]A~i{w}X-*|p?{ιs˅BP( +jm0[l:DICGGWo0㑇Ĩ 8y$2Z`;GRBÇȃ"cwΝ;$oXu **jƍ555=[h,##fo8mXt*n~ 1e*4yN|(ՍEca#珦J.RWwKx `~@'mmmUUUp:sPv~~>k%EF-@H ǎB}w:#d3H31/IC;Ս,lĨO.+.Ii԰u]_vDf͚v6բ4 &O>)++ޜ-U5y[Pyy yV=3>F%>> +y@!(< +BP( +B ?^IC"zY}-'Y.9f)]]}ל?j׷"a6]v;aqR,Ö;v^8y kӋ]vС~,geevh͟"fI&qY` +;~w a˛o { +40{G&k#""Kز|r{I+\Ą)y'MdSř+L>CاOud _<4ao<`J|9Ls儃eymC}6f_^ a,N ---;x)8t͚5pd0<&̺ t\@TqHoBx M9r A @_l_,O{)KH@sQG]x[y(<4:v䘨_ s䔶jbXH`-g2*1HJpCc|^<|'Lwq4^2$W@PVb'=:Vah,1&DKK<)`zStJ(D**r ?_-4VK:{>Ph+ Z@0JCl5/Xa#20c`ƛY?<(xLJȃߪj1~xXti`//wX݄-sǓ1B/@ypI'ZUh:e<zCޅ +p>7mshP<+,g4^A'<`>/G<`~ +y@!(BP( +BOT R<盺aÙ>O A/<߹P7ΪZA< ʣW/|!A_Ϳʽ:rYLx K?e r{wAYD&ro*aUs}$^wsIGBk>4%Vidɓ1yD6ȮuE紀Ű 6xP-~e1Y~I?я/S+ B`RIIS1m6TL< $;yNXx.``j*v+,/0Aq(s-z,'I:ks 4~h8"?pH9$62&Ve.C;dT:ށvwX|<+*S 7k5<.&2 /M,Y(< +BB +endstream +endobj +1081 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 176 +/Height 147 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 444 +/Filter /FlateDecode +>> +stream +xڱJ@O N@).KwqGŭC'羈[+\ 4Z>Hr_NȭQ`2*yn~1s-yY=熊wJy?@  +endstream +endobj +1072 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 176 +/Height 210 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1082 0 R +/Length 3517 +/Filter /FlateDecode +>> +stream +xMl-r%!Wp3K,( Gd V`$"H! +, Y޵Yn(,%13S+=UoW>AAT^,>~߹ [?ǟl?6`X՝ `8paչ <O<_[Tֽ_ 3=a )>L8~oόF@dPj<Ąn_[VEn/>P<ϲ2W +w lh"h_xzhR_21ϐ8=>(̨*FX0O*`5ɃM x=-C02i)0l<  *j|q};.><0ؿktՅQ`9!?~vx3,a,|Iy S z¿S,"gR#<$:}DZ $x0u$<,㡘8NV*f-il}܋!<[6\EZ5{#RtMuuo>yd{Z0bx0{av$?Xw]S|g^+vxsqQ&5oan3ȉS +6Mk%/2m5noTL^{fL;h!Uu-m<{<_PumÐ[`VsF&1.ẒEF|ػ{z x+ae/擑uErkM> %P$ؕВ&VyZP &܋rp$d^5hniTA(;1a塐K.FdǚeA&^yyDf4y@LX -c7NqoA{-/6O +( ESCۢ 2`Xәt0yC0?Y<$<$b4Q, x?5ÓR`5O&<0xAAAPŎ7~W0. u'> `80Q'~ad~遳KZ7 ZBqTO + oO.>/xF $x070ÃH/#j=z\.껼%.y;-VЧcA?"сuek:ZWO,'XoQܩ¸ !.<0{N:5~.xõk71`9ccS}}xg&&g0?i9n7ɱjy9Íb+ScHvssSp95e><j4BjG_ 7շ_5Ȟ3tvu8tt" ++ ̂;qd:xL| T + %{wX;ϲQwZ<Ѳ,D@C =r}|Rm3gThh^0DD:Yx 7Qjk_IFj /Do" Ý;a(< H?"o##;<c(b?8wtv6 +nt(jkxYhk i'?ȭQg>M פu$4 h D@{2Ɓbr6?[ IĤc}}gUǪC" g:ǟ.`CRk(؋PT 5 $fO9%qnRR\,(M + +`=-읩<@91 >GFez +vuIlAT/^v?Ḧ6[<,>'@O"G +Cj빓f-KozzA:lkfp0C:S]Vz&B 6Y~hexzs<Q<    +endstream +endobj +1082 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 176 +/Height 210 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 611 +/Filter /FlateDecode +>> +stream +xܱAA˫! UIcBges6vW\J|3{7 Ò]wM0dwvl`3s{ l+jUIlAlǫU]el;j;cT9nl}>mOx_d\I?{-Ahymt^8b=g6\yu$wK޷Ζ 3]"g85I_n]pOCZ T)OO.OX_of7=o~oƇeqsm +_b;jIǾ{x5 {URmirϺHYΚs&17PJp<UL67{{hly&_PɎޣ8O e>!/)T?F{%Ƕ?_OM_\c0e +endstream +endobj +1069 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.504 354.099 364.73 366.291] +/A << /S /GoTo /D (figure.caption.96) >> +>> +endobj +1070 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [388.084 354.099 458.31 366.291] +/A << /S /GoTo /D (figure.caption.97) >> +>> +endobj +1076 0 obj +<< +/D [1074 0 R /XYZ 69.866 809.284 null] +>> +endobj +1077 0 obj +<< +/D [1074 0 R /XYZ 70.866 776.432 null] +>> +endobj +226 0 obj +<< +/D [1074 0 R /XYZ 70.866 522.174 null] +>> +endobj +1078 0 obj +<< +/D [1074 0 R /XYZ 70.866 398.815 null] +>> +endobj +1079 0 obj +<< +/D [1074 0 R /XYZ 70.866 309.061 null] +>> +endobj +1080 0 obj +<< +/D [1074 0 R /XYZ 299.951 309.061 null] +>> +endobj +1073 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/XObject << /Im14 1071 0 R /Im15 1072 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1086 0 obj +<< +/Length 2063 +/Filter /FlateDecode +>> +stream +xڕXK6ϯQs)zg6l2l7J:٢meKNPd{$?|(\|F}"E.b!EȤtR4YGߔreT2}Ww=ئ]"*w*XlWzK??Alg.=Ucy5^;"-2:0XTfK8`>hcKHʍ/~K]C7{ЊmH*x|i4W11*%- +!eNge lkRp5 U'nŷʺOfLc׸*[Z!px"L`6ׄspQ|]Z2iDjH9:@Q2XO]84BbZ +h厵{vٵ+۳_]ˡƷާj+82p#}?Kup uto +1NȺP+3w%LnG:E58~K,U= X@6_KP8 u!QOX`̔6 4!{6=ie4 잁tev*яCNpk,/c(ίSWJkh˟A\OC޾h>4|e@IdczP^L ccdP-VlWHNMY/,W|$qT39)?% \&{PyDVஇ3SQ?vOaK ʝr0oTqˁ7I`ab܎08:ǡLՄ 73ѱ_\7f{SB~JKdz̿+|zAA/.޶XtvwlV7|b@rʸo|`HcfEly Ty?:P[rxyhYI+HR0DP܂ƸbW0fj)#RZ7ϫ"s4C ɝ1"!ҍryt},!m`OP̔P*1."> m#%'cۂ.)B'Eq "SZ8ݘϙ['Cl y9G.,"_rX}CZwo[ϯMmCFl͐x%0;\FQ) m;d0yJ_LMRX+KyO,G*˜[aXGn4T6!7Jd!\۞,D@iDh]m $Z|~IR1BJO8g0 #"E/qk\ ~r*r]aT*tޭ7uN~:,9ׯ%$_( +}w x]_ke2I$)'HOH&&/idOKm"qߍ_H 4dc|;IR!@  gJ$S@QWI({yz +s`O|k,8#eT}VEwxXTu\ *'l6R14V4oI +U M"]Gm_V8ɶnH Z% &#DTs|2,Je w=׬^4@*+Q^/B(WXQ l?>u0p"'"fIDz91F ,Na= {~ pZRԏ_Cs8QU(~fːKNT~:jLh-xxvX}:)QSz I+@HCAw-MC[ + n@/W_BQc<͝CycRPB0Y))R ξ?[*x +endstream +endobj +1085 0 obj +<< +/Type /Page +/Contents 1086 0 R +/Resources 1084 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 974 0 R +/Annots [ 1083 0 R ] +>> +endobj +1083 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [90.071 252.979 160.414 265.422] +/A << /S /GoTo /D (figure.caption.100) >> +>> +endobj +1087 0 obj +<< +/D [1085 0 R /XYZ 69.866 809.284 null] +>> +endobj +1088 0 obj +<< +/D [1085 0 R /XYZ 70.866 614.996 null] +>> +endobj +1089 0 obj +<< +/D [1085 0 R /XYZ 70.866 407.854 null] +>> +endobj +1084 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1094 0 obj +<< +/Length 234 +/Filter /FlateDecode +>> +stream +xڅN0~=ڇk{;܊ !r+\F MTP,wF- \3U +jJ/1IO:iGgqT !Wf+C-JA]+y/B!_w}ZQh繕xor)( w-.>c.PBJ,Cø}2DN꠬[(HImqY_ +endstream +endobj +1093 0 obj +<< +/Type /Page +/Contents 1094 0 R +/Resources 1092 0 R +/MediaBox [0 0 841.89 595.276] +/Parent 1096 0 R +/Group 543 0 R +>> +endobj +1091 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1010 +/Height 725 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1097 0 R +/Length 47523 +/Filter /FlateDecode +>> +stream +x t器=39w='xcYCL2LCn \2&101L&8]l` cwyZZmIZ-kj%uzyR|o_u0bն>?w>JAADtc }4뒻&  EwL^Z )|AA[=J_X^?|   ~3EΎ/$_,Ak<ʺ?-y\r> cO{04Vo|Azs0\s fǡ(Zo "\Q_nݲhll  "52z 'HEmc}qGT8VߟnD6 19|U7r4@A`A `/v6lذzjw݇e9{ﭨpv]> !k&m_ +} ' Rϝ;>oرk?'NmqzSo}{kϝ3^VOAܹ`ҤI/=܉*֭kVODj v&l/&PS~- ز#~H#|۫xaGVzRVX=AVOVOלɜ)ݟW{LްzMu[#F>\*ѱH _he\`c:R[W3Sʆo4:Z- 'H<_|py>7uƍbg[rPށz.p +tuKڗU{Ke3f(<1+eZIVfV#k8AX=ADRX?Z[Sw8배b@}}}}VRKe71 g1\loYۭaAX=ADb[C=sC_/[.^>#՟omGG$ۃwin/R@Ts/! ,Yy&MڸqOG{{0s'Qhuuv ykͫW57>$ߡ/mkꋫE[7"zA`A nՏ>hy[/_u}!W8AVO rss|g}ӝN<'\n[j2 \}\VX=AVOAHz^ݻw uߴiSuut#Vlz  WiFWm]ɡs4k;q]S    z   z   z   F/ig  VM;&<> JtxZ%?u<@#e 6lFH +<#b{]n]GG a~OvQOO{キbŊ;Sza>^lYy[3fmiV(u + 6ugҥKŘ u +u߻wo]]O?-wo=clĴOJ6qUU{ aB:i +~wS=Cb`ѢEUVu +_Bݏ=M*$۴im*EEElD{OX*~ۡ =f5~{Sk?neG>!ݽn|ō? qŵxxJMs'*m͞8AC{*ʛV? N "*ql8|:Ws7<~ "mbVǛ =S8'3i-/mjlK%orl_ѕŵ-Fq{&t d~k-a/>Tg% n-s b%Bct3hI S7jg"'V} )cNymJÉxxBO,. 6?PI]KEbɘI+ϧշ.zx |UvEC,ߛ 6.}lű{ &.rSƤe' OﵝF{lٞo#POo)kZoP:~!|3VN.yz܁'Z;*?~\Wyȑӵ^1M`I_*Ξ۲eӎbqtرi|?VV?ͫn\b?XVf/"ԎO=?Og̘aZ}kk/l8|ݛ.m͞S׶OGۆn?5p/k0ѓ!X}ظ奵?srr~_߿[ّ>UcԈk;rj SJ+,FjeyweZu\ǫ_Q8mn>9l8~ؙoV4u{]][@]> *KロƄ5lBG5yKk}}z^YKQcauOaAoTkgL^o52A֩`˴[ ƨӜjJz=O|xbŊ377ҦRTecc[0Cvg5׷6ד7oTN}o?S['D{/hJn;خzxi/m<>T@M{U j;mYw'/#}D^C[^]a ׯz^UYK kZ.ܩ+b/-ko~m'K?V?!Y.hמkǻ8C:KV)]ȠJt2,_ Yw>Ou&V?$ o7f. _&Ӯv1^d]o:=嘃2!ʰPhح^,]y@"G9{mgNNwo#_|g^ɍ6TjNwZSZ@M\U jzmYw'/ޣ1ZB߹߭0^Zmm=uZ*}H]dVV>UmT7ֳL+%:Zs[!ߥ1WRX=V?rwҥK/I& GOcrF|TcϕfAl Yw>Ou&V?$ o7f. /@;,ץ_hz ښrX}s-ǵk^\ͲZޥ:veRꖴlJIrӽ`H\nt2ZXy[as۽eVuҬvX떱ۭ~7 Rg~V=߱fj.554R?WFjf0kG].Sg୉Տ+ |ۍ-÷ [X۹mdnwIҮ#׆sm 5oXz~D7K>+,,|+䜞 ->a5]c.퓪_LW)InT6c6R+ޭV4V[y[޲FJk/Lʽ)rլÙ_.i[>w 71 gQ\ ֎8WLoKr{2:RTa:OE.QTɑa+p"+pSD)V(e:Fi)Yju 9W'- +YbpVohYjy۝n״ +~īpyo7xCɓ'?UP~"=l'ee_7_*EV[X\Pj4%Ї;]/1ꋖ NR{Эge-[VZ:P߾V?la^^h‹vd˞E=s6GG[''=l;ʈ\oT[yZ<2ͺ1*jl8R{o):~Б#G֬Y# +ҥK}!XGU~օٝ6( Ї;]mM\}kIm*ִtz:wnalcy>*[֖WV8\R;_>&;mP[hW* }HCݕO9^DշbJ?Y$;{J_޲r:yBbX> klW(/Խ'a"b ?7>Y#[|$VX=ǬvSZ;L`YR +S9oV/Ua 2*ocX}zZ6cdYUZ Afe6X=VV7LVOX=VOX=AX=VOX=AX=AX=ApacA`=J$5.{lը_*'4ѓV* p*OU udR~̤8ApY&V?aNY}~=bV`X=$_l@zzzdzzz8аzzzzz4z@6zA]'K LB(~iW;>趢6Tܸo>(Cn]R4vglBSցJ_|\Yr\6KoF\Jd(s_]ƞZ"ycц49 p?5'G\+M19ۻz  n(YwNeCoczxK+Ó/<|}4$z{?es<9ɤBZَ_}%ؙvVu/!8R +xnd[c7[\lr^s$qtab?\Q&򹞸R5lj[hz/9()q|DBKڻbrӹ)&TY|O +f<>ȍYOd( 'mdfNƨVmQ\ω_ ?=ObFIao}4q`NˋS5]U;9qs=`)$v)VVWGMmE-hie7zVN>r%%~¼ܜXw,Ju^lFzQRX$zƂ#%?H͹oym9}4>V;eS`zˎYWw&V X=VVgЮVZ6W[zmu)PV/A[l֊mkҡ&rE8`}.(awæ6IaC<<, {R*-`k +lW{ȴ^KYؽ儒o7wo^]c>=zWݽ}$Rc6l#nFdkx4>խU=Kվ&+6jӆދcyy;#Q{-r{ar+?@N'wUc~Wl ϹΞ6螺9oS_BgK7m +N=foX},>T鵻*mw<[cms 66sh{mʁNSY<awݬQz@[osrF@]coNҋ V]z3*v^X}su{>nbYC_?g9:;^-8^<bX+w{ٴ=C 4!Z#D/zqjexǾQ+rwO׊78In}"b{wWBikOEuNY!ҏ\qEp޼ ǎ٬^8?Vm&\B\Vlks{uUꍗuMatT?gai82 <[qх03TZMΤMY@GrD(ņ_B'%h9VzW{őo9kr=/m0 E}潶G55])=q܉SyQ|3XѓʺV>9+ꅽo^4μN zo\ NnVnm̻5 +Yjd[_Sk{zDC& z˺D3nKNo<#bnʻeɩVoSKK+>OLwT7Dm^/[jy~z#gf )r9 lj(H +YEc*)ok)?9 9:͕Um5/u{c)if;}SfTOiJS<%C?Ggߐ^K%74~zsUNWRhi\F52+uXze42\Wo_T7WXZmyK/M7Cn~[ 1OƂ1CblA$ՏoYEQ7i|r *ՕJ݄[bd8m0{5F?|ܬޜ^3:{^mcj7w 2s*#u|Y~uFW@sU=#ln'՛b/bcI;zMWf-W/^-S:W/}}f^]la{nrOOl귕wߥխ6PzM1{X, #6V)Y4j [L7 VL޿PX*a^o9nRox/HmNn[=o)Y {Zv y!-yh7leeX}rYA]A<ܯk 9RQzፊz9xLxm-;OSnYc12՛}oL}2]7V~¾˽eaGS}(zn8B@pVojZ][LsfY0#zm G2~׾ ^}u]KYf^zS՛GMBnU}8ٚunV>1z)پIm+WZڰczнezR^W? OTmB;JMAoYSv՛cL~V/(Ix[a*p ?V}C(&-[it)z[MW9|}Xzu-ڬMaoY]=Youwj 1sbUcTJm_*Zi3g|s*FV/ ؓC{˶﷮^] .T\ÑCz273W,ڬq>ӭ'Z/hYx#&H + P'OJ]޲-+D/>`%:i+z%e]NTlJeL֪nl=[\(m1+[;^/m">VG.*SQoxDtDV\1Hz>8ξ)d~^67cqzms'GfN5U??J̟|+t>Ջt޲ŵ^?" +fuiCXY}qR48#W >yheCM$cqzY앟AR}rYCY݁X}=vv Ršlo +(jyYU1--onzmxིt8j%`yq.!>={{,-+.1]gU;0?8LfѣY}qHqH +߿:nr(Ecg{bq<7()-UKR\Fܦ+r\|m\$:gz@wY9쮩Wf侴&mY[k+V?"Vҋgp\/09 QZ'%o j+o + ٸ,>R?VM$Ǝ%Wʍ +ę6%㊹ۊZFկ'OZq`\L n>V_G&*Vѡϯ^6U\QRXˊg`u/~\.Vof~sdP9_@$[- +vuw>=uWob63/Fw/QTaz'u[Ylmdz߅(&++[4yX3{+fٗea~I?~"1u_bxl zW~\zReeg&`1z-cNJsCCa%kws^;t%EcJqܟ.ە;W\N5[_:9swhU$Ly$+\V/6g.A5De;~cg]ǃ>vVoRsBUKňT{㰍ŏJ.7/ۊZ2e%7mȩwd/[3'8}z?vH/Uڅ ضMw<^<:5JF!csϞ?аzH\ ~Qp:ΜzdzzRߖG.zxܬD__"hX=VVVc`X=V X=V`cX=``X=VVcX=Vl`X=VVVX=`X=Vc`X=VVcX=`X=paX=VX=V`X=`X=V`X=VX=VhX=VVcX=VX=V`l`X=VVVc`X=VVcX=`X=V?Lt._ե_Zwm&sejZ=X}tvܭKM 3ΟO['8iU-]W~ë|^λgm3XЬmE-2DTBNbVg?~K /;j q3rQ 'drD7+L)Ճ\<#kΨWdxlNg/IvJZSVo\rWE{ ]uIBXs='cϭm߸r~&~3 ۖa'TE3Cu\X:7Fؿ-)V!wLGy\ya~ϥ6U^23xh6V+uM>={b79.ІXl޾ѳv2Nl>ήUNwbWG>Cģ,`h]wgU:[Npl\1CV$zƂ#%?%Euʂ޹kd\cb%;r@"\2Xg[;Wh;spɾi +>\yX=V?}h)80y ҉[v?Pr^-Mbqv0&dn+j#T_Xhu毾mDh\:;'cdw,SXs?5#`X}"X}puZSe}RXPe'O7+VV/~ٱd$vw&V VVg.:Z6W[zmu5[8lѲ*z߅Kg{o'T_lXyPK#[p67=^V'ՇSza}ݻNmPGw }幹i,07s_~%y~.73wvmyHYCu>M>T鵻*bw 71:˯Oocc ;y}@3>-S9V8'޻y+Y4Smt(W[ތ)$\rp.V4>97Uf@5X=V|V._ˇWWʨܝEӵb{wG&Lren;ήnb/si*pX}:Z5Q)N).Y.~b6_ q9 Ꜧ>ZeQw ?peFaId7[qхȚ{\3iSe?>P}V/=Y/VէM^BŁyĀPD&GX~nʼdtwzkZ3X3)sJsʁ WC}:wNn5Ϯb#&jbۉ-(fMi597+I{=-Y:[[~m1^}YZ_hl  u7ԉX G]%֧߱DƓ;N}G34 +ߙPw˒SQ'Qűz>Vʛ"E.{o}xŧ"zǕZi>#o_==Y>L,} bl;=ٵb~OG^K%`{4~zsUTzaQ+GyV{_/ӥ=oG+k"/:B[2HoyN7Ng 4ꗵ֨e6zLbxEεa21.TU\pՋuA]a{V8fk [y BuԕUJڪkx*bQ}ۗ5nspVਊrW+jr:RITQS|\qfܬUVFYbm=؟kKd՗;#g} wXas`pX0>){q4_Ӥ}ݦkoZw\͑fYUcXH7R l-U2=|5Wo}Z[-c c؛w.Ѭ^\CjZa:35%?J.-9{&f񼘧f5;zꞬ:%=W/'E̛MsnRE*1i֍Hn`h篾OxMm_{+*>kb"JUu} 7~^Y'v*nV×Jf.˹z j!2nd +O+>CvVn1V:`oY).C՗onл)ŷ;{̹CꭾoʚQ(IYoj +m %ڪVT^Y}WGb[]ܧX^iU D[U7r#f!UX}Ydl]Lqpn)!lְ `z==n ͚ Kˉn-uC5i736niWj4Yk#CWO7C;K6?;޲nZ}H]fٴݬުf"u׵F`V826x ++olr<^PA^-T[&̧\+p +rb*pRЬ^]ՂȬQ+Um8[}8AG VV?JShVok>d;Kt?Y}>A -}\Hk#u:`9V)roFӽ 1 UeU(kb0pKqR_x&qXHYݫK-՚FTҭ5[)^NS6-떫/msZc]G޲ih6֓-Qs8lb[o1?z-x[6go&;ήҿrܥ=8ɘwf~taIm^wHrݽw݋ȓ[FM?C7Tb = z~N~@E]H^]gm38G8`jSX՗aII븹L:7Fؿ-)\gd-bz}Cc@Ka/iK~@TR,)~4kV/}Lyzdwo_ΘV8.t~–=$g쩻j~ Eaqz˸\p`Od ]k2FA@/}}QAyS [/{9*qٜ rn?3$yg(1ܶ(Զz-cNJs5oo]StKj|,3y-MirY}W4.]{"!v*k,=H9A\8D0MSO$՛mE-2DTBNbVhcѤ4x%6Y5z4<аzA7lJ?kVVX=V @ f& +b`X=G6D[Az菟<zVD۔k_Kzw6o)M_%xm,xIO<3`l`X=VhdzH8zdzHn><77cl`X=V Jo7VcVX=V`X=`X=V`X=VX=VhX=VVcX=VX=V`l`X=VVVc`X=VVcX= X=V`c`X=`X=Vc`X=VX=VcX=`hX=VV'{/-Ȼ6HΟO=LIOd{й[5=]oF֜0iS卋 +.×xf7_/L7wmE-2D1wNe_S}Ǻ&;nnYl+]=?woy[[h>es<9#x|oiQUKV?|o\r>qyg>t"qcs\:;Eݽ}.q!{b}rYWs!F<.-ڕ{ޕ'T>1]9SuGOJZq=hgm%x3uk&#EO$DLSX0 뙴PNʸj~nNMVP z|sesڧgo_^̮yviv(fGٟ^No8zaZW_(es=M~VN-}ފ-'[no~9{1.3/b`޵h\\U%k(pbX0 +wGUQ}4ֵmxVۚ6R9hf-?(knyv[5;cdw,SXs?5#{Oה^μN;B?rOv~y~iؚfWle _v#7U=='k7j]Y7mC{[8lѲ*z߅Kg{ i6EZIe͝=e# F`4ջ*V#N[b{a yfGhĒ{ "#X}X}kw۽UՋ ڻz D̪2~1v[y6_sG8OO|&#TWWFGĺWD_TnVC]m>~oN{uͨ9bj2c±BPdSr1^w7WW_jX_uHX=VoWt8^><LrWFL-?ۻbRWyGPeZْMS_i +ͥ,ܬ"Wߧx]^zpVH#էO]#Z"?j7۷\^XinF`CV6;1Tl+'E^l_:/|ghn]OvcNLPs>f=OOVfK\1>HR+>"7:as ̿UY$ޚ!k}(O +V>cK^SKi~s]K [jZ}HmP>Uf.\7veEoJ(bZ^o;k+>l8p]?v=S;ir™y6(=$^mX}Lbx}nw&ۚ An[V/pJ>[c,i|VsakT;⾵U=H5ŭ7+UOe}Fu8Z*[ +s}Th-W^67kU iš0Id^$}淡j[K +yî 7 VLghb/F y۴}HsjYߊ:ئdmzUV%6R]$\Y[i'$_pri\s?cY<e_W(zAlw#o*ͮ Ò9snj^9K#xRۏ;zZ)zř'dTV-\?; 2𒙇4")2F^҃d?>}'_nkoK(afV␲Jj9zf:g +pV+pV/̍Y}ZwK2 Yso[&zMsj;4o7j-:ۊZzIKijSa[#mƢJbrywGBVOJ-mի ]KC)Ë굪Wr@7KqrzÖԺ5et\_)gSZGSzcIqxf[g6tݴz-;'ߟC{ڵ2EV?#̰[] MbKvܵ9u76mfMF굷,mNG]7+oތpl- o.V/e4~Վ#-aa b\.le^tKvuU}f#XYx9?gP[n :SbX ʄiuroYYɛu8[UJ3*d8R}HNH^j/8*pցtMl*B~վHMc[Q8*u޲Ow!T{Z6~WфYilFR1'b'px>!^Y3/[)0ObIGBu6%O |W6A^;Kî޾X}Z}wqIoY_+r<GAహzQtEuUfnY^=cU3=ʄ{@n^s:HV/#2c0Z{$-jIzS)`ŰTcԷJ"޲Kke n}DV/N'w([vei+&,b[1&p[Qc]߶޲B`#i~(e[fTke!D`CqG8!n :] ͰVRZ;L;jK_ XssO էOJ]޲襂J\?4ap\tiFi[vL5T-kmƇ>gf>R/z~𚺨@{L}De +_tP?~IgW&lB$e >vV\~~niՙ{_u*FoFr!"W[VK#6}[-׬ T苵¬Ry27o |޶MI7/15mfo٭'[\zI~&-'k!ƕ޲Y-?{4*stz^́ң ۱xr[R41'pM 穡X}[}q⾃Ejz>E>8њm~iAdS1Ci`MW~&>4{~V;;}a kTzgL~ +㱠,/b?ӳr_Y]w91< +y-Ja\<3EIFA !'Z`¼\vKBu/)ojAOn5;HזhMoz0=>;zV8qy[N`ñ{֖^<ȾtvNO}R:Hf,>ROx/AZ_+틕tqM&37ٌ$=uWџH63%E9Rk/vp߀7sת V?.F5\ywD|yAW4ct 4Fh+_ _(}V/[6^slvBbWͭjoZcx]AM$$4ӏdzVokݺh,Xo&I*o\Tpe n?z9<"F ƩyҢA)=VUF|DD|ς H.7/ۊZ2e%xƚ8hcX=VieiuaX=VX=V`X=`X=VX=VVX=V`X=`X=VcVcX=`X=paVcX=VX=V`l`X=VVVcbV?)8аz1V> "X=V@ZBϨgHX,7+z_.G<ݻ`OV~iA޵_|'TaYPwokݺhlϨD9bL'{XXXX._Us5q':A?~K /;j 򹞉 cz߅o^8!#od+]=?woy[Lw]篚;nG;ʈ+ĉnC9V'շ{{9'LUtA.)R-1B}2bB-[V'?j esF u\ѳrn?}RY̟/9Cۻzz> u޻|gҦKM63oMv#V=2Zā9ӳ//ff)?^}E*~A~:Mt}VUX=V?"VԐPj_b>b*>F A$[oXZy<}2Zc̗4[}.p<^Odj"\U%k(pF.%i'XhA_ ZJ/Lqx|70cOɨ.ͪmc9yܠ0XY|,q5#{Oה^iGhSN")i-:])e"X=`g0/""M-xP6A:jrz>V/-'[,|w1:Oӝ+K簩wʺdm7O E}.n?C[9vVJ8o+j&-?]ZCG>Vt74ۧsh8]ruSy?c]^tM]+t+4^Mӳ5I(>=X}[}8?ozw>/ok]7)G%MMWgJ_kSoWݾJッu~J/b+7"ҝ=gl\nSOsg~,[>JVhh"re7b7V`*豶r'aص?֋SrC՗ZJoV_\O{uI~+weTԢZKVo۬6MXJ?;V?pio<#llnkޛy+V%Y8skǁzAq)AcJ`^DWWqх,Ț{\3iSc\qzp|^,)_VG/W/Ov"7:as UY$tݚXՏ\-jkfI Ig)\`ʏ:O*1a` jkj)?(4ONG_왊 k 3WL[?M7J 4 PqeXjh!V/7I0;v]-5-K/ YmB]J_$E W3mU.Q]L՛V>d̷zߞz_])y46m߽3\N^XMnv8Ekj̐a%qՆ4iHoVdT-o2i3WI3p0#`k挷FEVcV˞fuV >{x%+N儹^`bG?J7& k-4MJ;JgOȧJVz!TyI{43m?l]"úB;^.mUWw/uk5ۖ?b ۪k_4Za^mAHtzMsj;+ibB@b[Q[or!pS)!BiU7 =^K6?Ao0Okqf{Hg87\U?A!Y>fwxk$ºzm&m+VGGTo,n>ѭ^+^˽ej@Wn-=iEz`NIՙa+p"+pBoV/[zGoY'[b:͟K6Fl{Z IK[(itX4Kq\V϶&X=`Cc9tT4z\[8 +GG:zlhX8ìL0L[cdf&;RLp˼m[ѤTJz SbO2{uZs3 ICxqɪr7oɽeVo,-k\* ꯷ mtumz˚L/jmV-gdc;䞭ހUBGk[eiz:JzՓG{>VէOJ}{WG.e*zRRh +u5=0sKJE8Hl޲VfǨɗhR/]sg3,'nlm +f[]-> +G[Hr81'H#smYG5mfo٭'[q0LOJ7KWo4{fURvԳz-nYrj[Q[/yMx0+I(`G1Ɖy8*hOA}6{r +[}qbCQCjAX=`zoG1Fa kTzgL~X-!]+>={{,q̜<(,bn$,X=VV/0/36163X}*nb7Kx)7 +cO~}Q?_rb貪|X=VVҋgp&;ӎhAa7K=+g31'ŜD7Ջ` n%~!f!ė^$=_V<>O&3pQD.{9C"ߎX=V?RV/Xx\9e=Z}nz<-~AP0ƾ6!Wϣ'1nd6``#hZcx\AY9_{`޾={~й[Ŵo;Oo^8ue{,Ęv%duAz~dޤ.'"/ Hz>A MzzzzzzzzzzzzzzRG?_~v&._تŻ +Rb?z>R?\>\rq0y A1fKmq:TRfn$W9f$ -cDƄkb1dn.ICy'Fg1V DzGW.QX}׶ 1jޱ;:}7" 㪧^#5{N~t HGWC1=k|oSk "MbK>şaPX`^6{ŏ.1$oqC|3vw_NDOkG<՛4W5pfzzzzzzzz Ŭ~ǖZCAkY{mo}kkkG׳k? p.}|^ϏBZ8ѓVpP t\坧l=sz#8%B& 9I/@w7ЇLi`M/16/x166BƫbmekVkWIJ[w{RTwNImkRXTN}r'6rIs퓛iϙ2ƨտ5s`$/j/yB9$Ib_҉˜ fB~ŝۙI&Iʄ{t͇+9pBIp܎$}m^?0oK!$ IVex,0w.[ .7gǓ#YOV⼷93dY0|Ȉ{w;Nh^S'$Q-EN:(W6v^{|GB!fꓛ+>zXLy;D|Ȝ={vß yYzzB_}W^y 饗|+SDV?<-[zb{ァdMv溧ƾ5}5P_VzmI/_V2\m]=Mc=z`4*J`fg[}G[LwV)`#gCҺGG +^yq:[+&ؠom<_T|{E}'7EzazaM+My-Mmu +'XZ9jͅw=й{#}(9'DfP#-Iq],"dԶH{"o.:לؾ>b3b)U z*;~w}wGm7_حꕾK4&3DUTg.yK]iyO|Wc\>bǴ3BVYdɒ5k=u|?~AU5^K%:fydq] 40sik\`c]gd/ͬ,(ʕ9e÷`|aQ#Y[Z=VX=VOHߪ/c=a^<ťdrkkN RL4 +fo`u lLz͙#++sʆ??}w_iY^|ٻTǮTb)bfpolƸp f$ϷJlWy6uHFϼG~5rX-wcca?/]$'EO>ٳgnn)]c.]%UnJ:polƸp f$ϷJٮx)uΘfϼG~BᯫߵkWu.Wa<ƜѬ^"]#}Rbz\z +'$nyʞ~+TM>8Z[>1g4X"]#}Rbz`ɶz .\dv4CѦ+~.l;δtZFkcsAdΏ[j5ɏL IĀ_O<3Wnݺ3f4JO@:Myt^(;#a:JQ}7!X}ҭ[nǼ<~;v21W1 !ᴖyc~r@i]NGnl$W_fݴf̔zzBKBBiӦSNEY6,ϛ33+;}m}u:]Y_˞(}u=M'琧|mYK׽`cdV;n:Vd5ZCV?^_v' +8-}+'$}+1n*jٌ IB/''X=`X=!'X=`X=!zB!'X=VO! VXZ5s6N&B)?4RVMJ~ ?]/l BklJV҉lo X=O}rd%sG4*zQVVX=VX=X=`X=`4*zQVX=VX=`X=``cШFX=`X=`c#`VV@~VY᛻ݴ 3lo8s~AIKs.kkx[;==woaP_ +_3zg LW.KYI;RY᛾(%ڪwygzNVA x +4n/s[)ι8)%ÍIzSDt+w$FƥmUA +onYϵҹKFX} +X*NZܿ4e>IFs[:=A_"lw:z| 7JKJT_Ur"qey6&R5Sy=7Yoͣ~~4[PƒYkfF.xSBG :S=L=V(}ɥ ՗@\֜ڌcXzTWSr~[Cj/(RAZgOJ3~Oի7uȧ=?:eX}^-x|dҋxKrq1ۋ]^X}!VEEэ?kh x{{V>~~`;m}VeV^#/8W2<1P<8=]D-"?ʗg6Wl,kn%~KMŇm/8KP~xZl}m}A_ϮUQVpXx8H'Tw{իZݕ ^hIm(xz5oV?V/DE芐.WUk̴3샴}%;$ǽ~"Q϶x N,o VX}ջ\ȧ:OK ًƫ<W0 ͻϵX~{+5qklnsbosYM3du^S넌O ~¿z3 O6MɕWX_e +Y›#U^܍>́*gG}syE?._ِ7x@VA86)mث7'|=!q7TS}ʭnvu8fqN̅҇ftK[\.1]zY!5De+w㋧oza47>Rw\y6h'"[bXh3V_vw&C{\\LP?W>y3Voמ̬r7xQޥ޵^hʼpG:xt E@} +el:"ahYUƨLcUjbMxcc&c!hQ^7s11?ݘEVoBSUm?JG4]n}B#e1>ez;f/GWz+Kǚ E=_WH|YSmA(}KVYPaKX?1`X(zS^ܰh7wzMsqbz]r oǎK2\WJ?T| XV?"wT^v۫{4^}l3k8JQj~[*V//ľ#q1QF:EX3/uV/ V}NmՋ E aB'0gns\7G뫷~d͖s55^LVKmeCI,WDZv%2nJYl髷+#3G}l%@ +QmfZ-`Տ߱Yi-[p+ e.VGLn/ơ M'Ylm+cR˥8RJ|dvKjh~*p. ꕢzu\`Sl&Vէ/9VZv\UxFJ]]6*""&Ůmк^}Je9PWi@k-;韰zGꅃ 9Qg^4s7QW>m'#Axӆb񍖕 +9,7p47;-nY{fJ*hYg;ѲRucTIoKgڌѲcoлpgK~|X{79nw*i7*[32Ak׆o-J*Qb{Ϯg{1g"w^Xmgjƻ;'; >~Ί$Y*+3]Y$9ל qřOO7uMBd7v_YML懛x.s-J?xgH>~yFݵolHFsʯ랾WEIzS_4;RnInYso~pƼhd"z iW\|?9GQVVbt=̈ ]b*L\$|;NdZ~/NZțwrK93w'寫 ~x۶> +WTx>^Y|S tZ:~śXqc/,m +&%(msI;2%~aoL$w6`zaMw.tg񩥖Ӌ!I|R執_Bfi鹇mI} [NYK0'|vrzGo\{)I;RsʂI s{sA qN]:q뛖<#Tﭒk{r s~~Xc/ڹ In W.XAgOg>%~њ8Ϙ˔Ş +_< #%3=sb'VbV_vƒ1_KRapVbV橆)\hmm="^Qk4uTTU"9cboak2|C*d!/Kj`X[Ҳ1iJFOHØ g']'o/xior^%|VX=V[V䟩l1^^ ri_YQXx0k͌cM)9GOK6>H;7Ԝ~[m#QV{UW#ZHgOH\9Pu논X=`X{[PPM0!>>Rs^=<+2lD`VR1X̫5[2^4hb>mW:;QT?>3v'`.to'_kwd)z~tZ'/\Ya^w6oP8wo!avyАE>e祣Hame~(8NY3Zylu]jjlU]^qoMc߾퉴MKi5^0w/c¦sǵ{X=`cjk{/B{| F_zT ύGolfD= +ޚ-lT__Vɮy3nE\Swv};|;Voy,u+j]/wkڬ+tt+ J 5rn)<<Ws9wOѲ7VUՋ˶FtPlU Ӷ=r= wqKVSE9k3,[п3;v頹oC@z`xA_=`X}M4g-}M{xJdZ}a$cQo5Ke;zI:9gJj-]M8V7~hлc[:JtFUW]z4Dz?nvs^iKѲJEIsDQsQKם\% (}ꇥ}l +ޥZ꽏mCnSdl֣лcfPVDk-.6Z{eo/Mî]Kz}Oݴ<;oCr_{-}ѲL*}N3ѭ^YIzQ+p3]{V/UUC7tPKqƐ߱dhYk\aE-"Re\)(Ou8z˜0eG---_hz~ܯ^ؚZE-V6ek꫟9P_J6n Oh*w`cP~pESly56VYՏLKלԆ!~ef#c2+||'ݻßҋ|[X=V?̓_iߎ`i=2BzovVՏ2[z{aZ-`X=V0 +ozǕWV/bX=V0MF'VX=V=&M2 _z`q5O`X=7~)S,VK_`X=(eScddF)qYg?`X=(e߾_z` VX=VczzzzzzzzzY᛻ݴ<|mUOX~uxMM]*mOS[ę^u|aX}lʚSkJLMͬ%}$LH' (Ss)ؼyau?=k1?Nƛ( ]0'QykD{'ɶ | aX} WU>K16&MSu\Bza}{hozZVބ9/D/mY|o}I2D[[e>D{N=^zO j,H ݲ"_́_/DK[ZxSq\zg(xxuxz+Wk8Q囻befJX4]v7GRdP`Y_?FS͹)ؼ!5=e)7Og3F&{$,ѭ<=yPdf>ff(j?wsE3'՚+w};L5Voyu7-氿$GιfU[V16Wrfy{AV`y\ۇ:XS>˦Rr7 1OfSM^z1>R\d?X=VՏN7ľXUZXlQK50#jN|e6qI5UXfuiQTG]Wo|[i.Se)\Dƌs^/)W/hogVTm̰}7ԍH=ikȍ)HgX[#J6fYz]t?_YJt7!Hkp `z`{zv]/bX=V?ڬ{ej:OSP +kmtSKI$7F+unҁ?YKcRɳ^#\aRgn1^{!V//ľh~iGku1\>F缬A)Fw]h[_lv[g!ԑѭ@[C^7scX(z9-Z[me |WG%KjsCz2p k2bZ[:bi6K!ǖի~i'Ѳ5Ol2^h]eן$.y۲`C8h V5VzbHcs/=s `rڑVLZ3=C[&/̹_jxzD3+|yh2Dϵ>7wo]iy!Cw,yobi$ Ҋ6{W CX=V?ʭ>{eS{&eOx1[9S=iGM]E͢ϩl LO勛$<Ӗx&]xt KnZié)"|aInJj{r5J1yW`<0eq衭Y[ķ?1rò$->:-qVR.7Z`WU>$V)oZ)ONQ^~`M-D/mYη?IQvZwz=P~e +^5cՏOJXx0k͌cM)9'j- =zǡ?Tҫ^샴Ξ-+ BdmVޜyr-t ~HoPG6V߯o^ٖ;6/+8c؉zz[z`0yUN]g(#kr +q(e­xV?$-5ݶSr&9& c5K__ +z +Y›#U^܍>́*mY%vPEPN\E-Wf˭ōZT [ȳ;tgO,v;KE*jx1g[j(Yb>1B{iH0( 2k W~K=r|.8**pdW o+VntO?Ta[JDt]&lݝ \^*Mpȃ-Z9P?h3V6c=,m\>*XsCX_Y} `ԉcggHsccnvT|Xx;Vj$۾Yƍ~m/#7zz\^#U6cͲ6k֟}QzڕM}sիxh|МV@(6/C+WvOci~}W#ACd45^vʶju5.E*Ɇ-F\굺wEk^naښm}sgzeYt=ջfkwlvE&)W[u]'|Z\xHY۫{Tl>ٍyYc24,<.:uIs#W$mvDP76ZgTΈ}tkk7e՗ЮVt4l +o-;ߟ2Mk-Fdty=ҏZ6qUh{b]p}n#(5]W/WKwCy\/ySϤ+V`=k}Vh:ߣQRa.o 3hwe?Z~^[j_Y2uÔ+TFT71ZB}vQ+ҠZܥ>vwZ'Pc -ϠޭD_AQoWsɮyѲ!IwqQbӨ^kG_\RHiR6W5d +XVoYzo(W +BFM?KN8cꍦhـ.FM֚%1J>Rby+pfrg@Vo _AH2Oi +VoYʬꇐi>QkT[R$/w;k;{펾zW#5F-kz.Ekي[iP""u~]EM-7/[Ѳ1Znho|0Je & WxFJ3 +ˍzmz[`]F-xuneѲz?lvK7jx1[F: $Gl˼\2 zz\4 hٚj'mdjYYYoXulJfM[V72Տ W#I{㌫,"X=VXY;+FBWf_ ` InWiGkKuTnz1g3]ᛚ$)7qYG2ޒ\&ÙbX3;F$ifQN/o†i\a~ۋ`7ް'ϗW+_\y&VNVQkM];WLQp&ɋS=1D})=bssԈflcaՏiJ;RsʂI s{JD+cu9á@.=Vw4]k+ק)KVVol!d( Cdw\}aէzzzzzzzzzzzzzzzzzzzzz>>7wo]iy!ß_-v ^:ZsR}lbτ /f+2~Y% ޤް4w Iܰ,﫯6zqb LOLZ佗+[{/寬CX=@[}YsK2"{oak8dEGkz7O5LYgm_dOH{Y=~{K|vMJFgV_Tw^x̴*N ~)S(͵=X=V7Z3sEJv+EIZPrg6A VՏiZW GMi=[V9Pu|԰z >3_ó/3$X=V?Uϼ]a8'|sV̬VշwGAmW}s)]O [lYqfS͹)ؼ!5=e)7dʋ76v]OTzWx|V/|b5}`r8'Ď.bٜJ5 Sl}Nj2:f]U^8cbcmnk/6Go[ +N.S֛V[]3[b{!lޚ̋Ǿ{i-+r\^1HwOimqzbZqƊ9M慄pVCm'޲)gF)Qljt-AmkCѕ9V/_hưe{/. +26|]%vYkz~Y r^*/L^՛ӯ|dlGzqVL _tnݎ`\UȐ^ AaMERy79zT{eX}dԥǥ_49N,V' o*>,};VV/V.۾x*joPlU\ ӶWt=lk}ȒNkȧ6cͲ]5[MIQcm)\ęs^RϹ{_|E9F(1Y/1VEߴҤ=pToۣzXj}=)itf6ko;tK7UgnaI\5NQRc$U5Ro8n}i;w}juAi'hVTq "*kw#lAO0n'kث.[@~{YO4L|,ZԲǤueuWjx׉r͉QٮG>Rɳ^"_5nnjp&"kqO\$XN>Ed>15T~BŪTo7^_u/ŪAZT>(6{-Juŵnկ-EsJ=f"[X=YNȲ.'}vOuEG-VI/zKw~\C,AXOj-[X{8 +]^Tk?u\,G˗ Ņc8z׷=vkn(u.#X\umnؑV_~xmO]RStZe>V>0. fFqYw)5MF/F\;*Γ>`w_ㅎq ~cUAoWsɮyѲet3JY\,Q}[: +XVo7dBeVIiM!WIJzmY:׵G}Kʨ +*qdVm>Ѳf\nx`, Y[8"lUCzKIVo9 +)Ȇ/ yKoŀa^rްhIplNqx޶VE VՏߴ<O*_\e"yDmw۪StuH"eVN y[V.7ߏ]iu-li^D6! puɥziȣe 4ӎֈ6wQ2Ҹ|)`𧻓*-} +%4g>0SZЬ޲ }˞G;&,2U_i|HMߴXs0W`*msU1 G\4 hٚj'$%^ͬ%MhYw*sѓW:V'ASIj[K;|ƽqD%-[ܙsm%fHիb2~Jϩninv[ӗM`jHrS77[Pz)ok3 d3qA?o7r 03LU\]՟95=o=2r"Ϻӗ^sa2~rKOR7ް'%=_Y^>VSd$kܚ^`zS˚S^zBM^3sG9kX=`)coj8am="ܰ,5U&JV=o,E(ϵ<`է?;!-k莴ڮKn{7kg9HFs$O6z^VƒYkf{nHyE=z~XCj/j>H ݲ"_́_/D# V`]̫5[2ZUMgݾ9ʔ'{l31mM qS̩vuA!oVIVĊJ{y LL3zܶ2? \zO<.]5gB~E uUqw`O"E⍍G6V߯^ٖ;6X?:Ɓ7kW/[z`0yUO]g(x= 60ۄ[qY $cX=V?Vo{vkթ!wO=sE)öꋈe +:+Lr+~mqcmm)Uh8m(nmuƪfh]fI6kY k0kK/.,m0C۟Um(-9R|T@h‰:)}%ly+!N!MŇ?T}ǪeOAs6Ye{wd7 0bpjeۊ1k3,[nym.hzeNt=ջfkwlvE&)Wl[u]'|ZۭިKXZad}s1O4k`X}bzlaUg=i*ܴnأ/Wmȩzn־z{M\8ڞXKPqջͣ?<\vk_8^|eqM=Fm%l]ڥ3f:y +:N`.JjEGX=VX=V_Y[$EF},ZqJN蟏V?VoOK +m -뼁̠͖_1⨥굥G?.?F`X=VtcUAoWsɮyѲet4jB\,Qz}JVЬ^.V ꭵ1aQ}deh81޲YW(W +z{] +'|űz>iy;UFJ3 +ˍق}" 2Z!`xGJCMe`RIwkBv;,^*S-Z_H-ZGlrHџջˇ'rt^kj_clM}ҧpG5 o`XXzqƕ1ZHzOY$W~efZ9L]i >5~yFݵ<8oVX}XSsq<2r>zS7ް'&=75T (u8YI\K|`է iGjn[Y0iat!=.ܻ^zTzΞPek!xzzzzzz zzN `X=`X=VX=VEg%Q5gzGgqT[=B?fY+[V?lVdooĞBb!՟>0|BI`xlV?lV/wis7D!$As6մt"7_}݉7a! ~'69[Ʒ?`l`(n;f`zzVcX=E'}N;@3$yi~ ?|jʏ!B!$$tR~\B!Bi߯-L՟:Wfp B!$5W;ו"Xv͏~ɹ%B!dg_ߑ6ߗsW)0!B!Ḯ>5˂}d]7>&B!$6´oM-w|݁&B!BHbqv +endstream +endobj +1097 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1010 +/Height 725 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 1443 +/Filter /FlateDecode +>> +stream +x! vG2Ԗ +endstream +endobj +1095 0 obj +<< +/D [1093 0 R /XYZ 62.142 611.522 null] +>> +endobj +1090 0 obj +<< +/D [1093 0 R /XYZ 63.142 549.785 null] +>> +endobj +1092 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im16 1091 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1103 0 obj +<< +/Length 2039 +/Filter /FlateDecode +>> +stream +xڝXKs6 W(\DikδA$-^g;>HHm@WtpHf,xx +$%i2&qPV1 UbioC^Z3Ԯx?A8$J5$㉕|S`}2 c"g҂ˊš*wn]QJ·0:}z &_=\1hЀFAL3BilH,0-!l'ʨ|mdp]?zvfkh;{s32´@`Slhwa?j1bߜqseOK’,xh@; e"˸^YvkGhhWsNШGG'.U#Bk FqBbpO{>CeFmyIqEXY&2pV!$3?ΟKf)%R.DvwhdlܪV* mHo*۪Th;saa4ޝ%qcUeoh9A4F4߭ jTo-)T6~ЛJy&hDx٨ahmU75RF5"lU2MԠ"3dLxm?Y5p PUp`^,1m?/j0Hl.&i".I2A?[(F7(']qXi ]zQO]Qdq:W$q6wada|׵j)q>~Jm `/0r@qChא7S81.$X_&-\4u_2:Z8IO4`H]9鲳|ZiX#Sa3K碘R= # /=ZmFԛ}`dѶzUW}X8ܲ%\0z^[4]FNMUkܾF4:,帙IE~ +WyX_N4S&;#'\i2DzPb0s}jr e攒kEJ"Ν2z~1F+t>"1Co̼))8#Z>ѻO#P/92n7 kz8rqBYe^@9U12>} "r/ޓ 5p%IzY8tjVھq9ˆ\׊ X+(XQuK(ٮ_۱A;Վe>\&OGE?SpMx ` o ͳ _ ҀjF7V!nbD>tMwoؘ)A|tUK?Uy.@woYyDsLp/%V!N} XsE@tӡStz]>ΑEe> +endobj +1099 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1112 +/Height 520 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 36577 +/Filter /FlateDecode +>> +stream +x [՝gY@ d4In: iB'с4@ڝ!1eblmnlox/\ުJ͵JRJoR]*[TO{D}ߟ릧7^Ȳ!B!w[NW;&ԀN5[hsB!BȤa+!AG|׫ŏ߿?h[BkB!B{>ϫ{g˩%TӼB!I_hyvq\47<D B!B&ѳ=c>oWv) K!B",f4oG-I!B)<1z ZM3B!B +'K/y-o0/1)2.f%y{;=X<rl#,Z^}`D!x!F?-}FɃaH@ V|f|_3%3!NP-TGj-ݞ??-ز6NYx!AB +ƒ5?gw*vKp=p*;Ѳ{CScX^ !"26gѳ=b;of#66g)L4Mm({}Kb4"<BHg ~C;+W2 -}kgH[^OSBZUcx1wIU x"~eF!G[wg +"sf/K.Y2ݓBD!vm555×<$Pw`%;@BD!}qdѳ=v?8x; k6l5 @é7.+iڟЍ\r]ڗ?~HA@(h^r- Bȅ;/|z,y>o:/շ<[ꌈ|ݥŤFՎ>)98'T "Cfg]ʣ~IoYL)ZiH^mR!G5LT7{;G-yn߾]s…A}T[v~4)K{xҙcWCVI?zqɹjꐊa*U'!mK%?ʓkew9a&z)Ld]/NUE <B.qtU$Y#6go ك2z3ZW$99MgX,e Թ|ahgZ l[6O*"Bt=8j^)Y%d?HuBǼ&mp*46!8>c0؇Z!kT)ZLvn,}BD!H<mݖ¶Х$}7kϕ'qK}TݝFhwu3ĥPwSm(g犞Gb'ք4ƤpOiU?LV[hԻXmSԨ;h҇dLSD<]WDAg}D0.}jitإB B~| AGx_AzAv}ƍ=n֮.)_>xP5kuW +΃JKKMs뭷f $ s=$;^_ d9EEE;w}V( ZfAeee\WA8L)F^,EQ`U$A*<@򁥥Y(ψxNS_[TPAcgO[$dG0 rE5We3 .%Ы\ <`,<%!+^1;ƒF7$QB=\ <`tl?IH!r 켪gPkUIl'A -u͕A.(c!UBϮ!AxhOU6$LOD1) +bJ%Ax$$l݉_;e:P!B <6A <`JzЏ6UXI*DAS҃K*DAS̃>;a ]L*d*-anz<(_vYgVРt x4ܳ7R ϋz(MBږ`0ٓ҃1+fȟmq_E "TM^semCgP<ƒ.L{u.o\'d%ȶ{ѐ7ӫNC׽ $aQ_{&!hS]>T)O/Rg> m $ߞή lmo^3g@@х"{YP=XW/&o~yكB^]';\AY7Z:.?wӸ#~t2݃f--Tvaynh< W9<ƒjӃψT[=x<2~e_]<;ThCXΣDxA0sxT}&CfwmNkRSy]zI:sA!E{yM]JxF5SN]3.g}Ax^g,=(n5~4}Tc3l>u9~ԯ֏h E=#}!{b7"?V2Cb:j[^enmކV 5<(x{ׄMg13-! nzaQ}ۭ[(mP>Q+ۭ{KV?-+tYuJqˍ3f-W,/59mxAxйϼOӻ/ +I!G$+m7ռMk֍.yIH$M H[cFAHGˢjR9[#̓.ULcpH{[ͥPPT+'hn'o\eW*jfUل\Qz`hQϊ+cQ<4<_njWqޡ֠$B ͽ뛫zܷ$!? < OKIH!yURkw+r^%!p EXYCH!{AxwD"0rqQ%*j\ <`Ԝ~mQL#vε ƒCN&!yl x0xm_MIΕ6Ac!"Dr3BL]4b2\\ <`|8u< lk:5e6L )/RMImBo>; s:Ax/Y?Y-W\ww>iMwizo6V>6-n-ȵۯUOL'6<1"w}W]VN_g·,k^&"꧜hQ G4w~dz^v8H߷?m.ws__[X۶ ;=5rNT>CE3O˜ۺn6n˫?# <ƅFf_x>DҁR=5/~OuF<qAόu>64_8CNm\XXPЕ[\׶.}yBT + <BU:$!_OmeO-7;hy?w;! Íϲb0/mZJChvܐ^>7ЛU q.ƒ`$w\oyn'ÇNniRe3rAP$Q<0 lhcCgswߘyΣ6 m@_< b׀ }dG;~١l(Ϸ6x57b0jC<0 Zg+ bDEVĀ<@ (%{zdo<Ƌ@40n5[>v1 َ݆Jfq1雦NV<0 byNޖmI\P6D 5/c@q ! B7g+vF- `@L40 (ٱ hFBl dCwU᪠ <`19lG4;#wbCx0e ĀaCh1<(\] + .zcF|c7 < ("nvYH,BcCy~? Ax }iחVĀ =i{2!mLɿM{o7ƒ;gb@؆m E#wg O4~ <s`*͟i:6AˀUΣ m[K%F< -_xkٙ ƒ&yΣD#F86A݀*\䴡k^3n~  < ;7iח0 dC7Mdž <10m7`Cx㴲ueti4񵆰?q04HA96YlpU`@ؐކ/ )`hPy0 lT_ J^WvrBȔT}Ƕo􆤩wFC-ÿyNJ/R} +N:!dfZV8|2 xDqv9\7V;5|߽]ϙ%trQz/%mJM+J=5 -%mm)6P%џ2N4!X>sxx !$Kdq!$5ȝ)!d +9Bl>˂ۦ5)!$-oh)Kc}ABȔM#]tB3x;|.,D>1|eay@!^7U|Bzy@7]t‚/%d' }˛u|CY:5_Pj#P% J +-5BȔ#4:*}\C!9sºh>Y#LDuFcr^_Ul+#Z;vL_ºh߹arN}Y7$~Zx_Bƞ75 ӥM2qyA.;=yU\9Ow6,nzvzпKr+0!>'Y"xШxlkd썵k!!^<3PHP,A-gBqII0u%%hvW[?}Y==ը!xPA{Ќ^x?K *Dƒ%H *DT4c{{QԠB< <(BAA{BP!Bx]P!B +B .dJ"A&20p/ &%K^ҋig6!=-񗠤S{aw:ήkx{O<J&?<AL>/nv*y敂$pؼAꆞZcR~]grY +X8sƾݝA7j _-d:y|[{adDhk_mu7*jhRzr0k4>?{h\ꚷ!{L,loMp8o51hf'ѫuiwPL;AsʋA]' ^됧?ӫNCKKc !Q=옄ӎ6uq9z+>;sVY3wFΞe& ՕݻzB&hdsw0c9,cîX\ /BGN|}PeDJDysMnd|<JK`3ψT諶`$][@2*o tހo +G +x4=Bln"Kp +f6Dηݗ[/Utv]9prX*/VFfW}~mu݂r$6\f윛0}X )H_|!7m]Cр:G'W9 ~֬p-X#Te4?|uUwȭthOW@jA*HaoO4.,o_jMNʩBpκ^ ezx\uR >7??*n~'>$ǀaVO|= &~I=- `~ղ^I<.N3K^ƸF>S^'{/.m ,)*ͳzj]SJ\{LUhEz!ƒMAʠ + C:SR{wU#1ԱUaWn=GcיY^~jmb$6wH/B>Q Év8'~PEתK&0]~Ex4N%=(W-rYGǏg)I}nl Gb1;Pg9ԫg,ZNj^a z{nPqu}&ዻu:!Kmhs MɃ:gAqAJPLpTs{ +7ʏ /#hS]믳~#D [Qzc!U%wG%[WlJl)3+\KnyIp_l DgYE1UrGtģC?Tp`x!- +7(PsmbՒz +d{G +?(pN=MI|A~sE424y=H`9A.}MރKP=d.u<\Vl)_>IJjysϥ\]ᑒgr{n[>]Źj`[X3>QjI͕URL$~+o˶>!ea߀{7‹A%39qR#GM( [˸: /d1A7{V>˗hש\?+)[@ȟa4 P`To:Nᒂk^֦x~S_P8g]R.EX U&]5MYϋK:(]ԭVDo-j1/p=H?*pΨt⥯ + viYSn%߫+@-Xݩ@mUrG1l wx#~|XTb, 4w_^Ag)Wڮ qq"YR_kWStťr-xQzR E{9/.=H +h  +{Nr Cm#!q^A|=H-R3%#W-3Yũ5/Y{M}Hg+uOԇ|coMË+rjoI^˵UȘx4ޣBBp_UՙNPRF2ʟvJU'_ sY4IVϧ|t ^_fR49o`G,Ö=J7d EC. XhnB;W\d1{uE fg|ZVҏMˆ{=*~`hYûWCVJVOZ:+W櫐6*݃>ϣ/>SqdkB2JRm^%'hyiuc1N:]/NBp#9( nr( 2ՋK_!Ru$62eM3|uA}Tӷh˗LW!rZ;sU&̃kWkgAYegxPU:5^Ar+ʦ6Ν]-W6J~m X8< PNRWoo=s|T(~j9ORWG6VfoWkӲ/Y#wR +6/ܗz3=z{P>O7.ŧArxPY5`y<<(WX$Qø<\ <:6R_aQJTX_~!҂x,Mj$Y;ndW(?6-&hr{#{ZlRӢ&xis'%V; ?u*['XL'Z,6/.5{stHY߶j8{@("xt^<(MTǤB$yzyXmLjUKLwR Q.C&gcy6PVpQbFNʚA^[: 0AZ= +];g|QvJp<(MTǨB꒜zȖ\i|5U_<]) gUK-ʣDZsA˱|[D=zUm\9~e%rg~SV$c ;ΨU,SAÃ*\emt~Ri4$A:'JnJl4lu*x̚ŽYfKͶ3_>AV % '΁ww՟+z 5Ұ͍Zj1ʊ,5u q{*5X<{3Ӎe:͎jdkNuSo4TT%NRwS [(./AAAeǶf:amrfy:$;5A:_/TSWǃM0m'44#KodcPTji'zkG5nc +}s/M}TثI+3*<y'In(Z-tՏX􄾵wz\T|J츎._oƒΉ唠-j{#hOےcM5zqt܉>c򭓐3&:p]l1?JPM*~6Fʹ?^ji{茇*[OU;8$>4CHg˼J8p /yі/KnHG!OsGAW*ˇŧjOjμ<r%^>T;cw&Ru4724/Ay΋6qW~/Sy7ռWlِp򬓐q~pu}fU˺6ws\Aż7^oĕ0Skxʋ}ץ~$$5dQ_F#ѾϣL/S5&@i2P0 [km\^qIW4>}lZ:Td˸B2B\",  ɃnzsGrKGQ| !$gt.whB.tCt. ֛uuþ`2%#O湲Ht)\L!3POa]KXI-= r)e!å*x8f%ʙTOȅ?5#A-A*@4aF)h.vӫ3tm\p7V;5|oR?c:AMCqӫW۸rXѸX_Px]Ȋm+՜kBH3s+f=~AxAxAxAxAxAxAxAxAxAxAxxxxxxxxxxAxAxAAAAAAAAAPƛ^vrB9_ԋg?^gK4A0{J29s ?†qdO*EOD9]IkOuzhcgAI-BHByɬw+\P뿤bһ 5st˛u!5*$ֶ`D2x +B)\\2x26!psӫ\re~!@j6A0RSM + W0G~:{,Z; > {5wPIPOx!e.w}Kr&A>{cڇ!/*Dq}bx%%r˩ӗ]"TS҃%H *D)A$"A +B `yPDv JW!3Mo< < +ƒ mtV9i|LL\mw xAx4e7ͩj_O +Jړ‘Nǽœ҃1 ¶ڮۋGlw1DD/djhOۛ*PT#j:1RT;ˋx%ǽ}AA0StCB|Ƀ믕gEM&:?T~u:jҊxM62MY}qvL|#rTHlEeﱧ{Wo؝hH$3rEk"I;^X/JHccoĥ]mt|G>)`"a=Oxtzůtr+G/UXtXz[GX5o՛vbD/9+?gA>a)X_C xd\ 唠%h]X8tؤy="b@=Tk"5:9񘽩ܟp֟("x_^Ժ5zτI~+>5aUbCAq0*DoAma>h>MlE !a";w¡:QAtJ8NxO6) =q\a~ϳj}v^ a`G9~ oG%Şt'1JUYY".W.q?C 땆ꫮA:+7pgZ=fS̞ވ? -JwLMTZP'sƥ[I"W˭=hV$fPɚつ; xA +N̼V_N'H]ITiu{Z֔.X'y~ֽV6V&)ش%w=&cɅOqwɽS\d/N{xdƼNe ˃3'tMQT\KXYa{蘱xI_R\&*V<.NFaU΂tM}{h^rDKw>xbb>ЩG[c@QwijpNӨSϒOnx9y6v^w45 nUu&9mtJJȷRIY†̳ݴVRՇ1+|9 թh$ƌ=D<G"2u?fʮ_7o!!C\~y2*kJ0d|^-(Дnjo_j7)ahKߞÃ^词?\ذC<èfiMKGk#_4mNgOO W& oYݲ&糧:տ{֔[{uw0 ^N s[<e҃VGG5ѓCWtˋ\m~ ynDxHMZL'Sm+M\# BT[ce08^i^\x;:4ݞŃy9bglryV6c>p1\D[DǺ\6#.: x{7%E&zr_ޡ_h#G:EU.hs&ZC^N <M3MlKWQ<2P m]Lۗ.W'ƕ ^E4f-d$̓R N:䆩bf`-PV?o*Cr]dE< nO){B*\ex96x[sձD""?_Π\/.NE,$h0gDyEEu+{-o$u)A9K˂5 e'ʃm =44k)2xoCAAxGU 9vuT\>ްӫm6jA.~?&A-5N񔺽ă&nT{q >FyH*.BG5_.vtd%'KU_%6b*'bK޸xGcٱp`b @]P/~ƷDQH\7;߆ƒƒsA&rn|b>um{8%dl4A->'ݑ$orܕ)h*RF3 )]7@'R_fxı&(BH}_k7E)J7[Ý CE)ܱF g@͠7SB +*b˧vQnqmTi+:WȌՕx\?;-v-B9=jnub̈́ە=I+qBʀfJkBUI6A0^uzNw:/O ]α&ײC]RRzk9 x@aqg“ ?tv9ͣͥwh1k,᷄֏ӆ7+j-:} q^J2!Hr~8]o   q|/M77_,t?qiiV[Kf iW65l3ߣ HRܲ̃޿,MwS۹[ ?ƒ4n HP?R/g|0C=ʐeːR!޺VgRfxrQkQ8˟~-v  3YcPX%K-8Yp|'tÍut&/) :8si:߲2{YgcA +W䘩wuϭ]|xM߿z\M&34S +w}߉Q!gypRx@~r,ZC:s\fou될V竞SqGQmKʗӶxE.5\ʪnjW+K훦__e G~;6Za]DxDtJ;E!~& ~\^Ax@Va ;tjɕS1 c'Rt9 +DAFeYgi hy6:N*՗j-[S:Xb"|yH8۹W?j9mߴWVi" t8΍u/̵ܲ\ʳ| Z( x^nsbzPXnR IEw0ܙee9Ea +}'۹RA0h 3m4!` :75lOՔ<I|Q"}G/\N$HߑaR <&"sXD0Evg({ <&XPϡN?vFQ6<E.=dwVVdMLhrмSekƒP(.ғY|#o /MD ܶm9L0Ilk LǰvQk{rohXj{uE&<E8.(dGUۖ/8,4ur#є}ƒF_]Z_ִvD]69N <&o ~ Km 1Ax;uEgퟵje&aԏ/,ׯțt>A0..>X@VZWN_[|~~镥!ymkFASă~gN_UI!S$_{hx|oۮJwr.(-{xW_MB +&B|u{yé~4\eZgz Z+ŀ!L(U'{k^4b3VpEB> ^ *Aǚ\)cB&Qnn:xPȗ9%R[[kOI"I?/|n+B~vKy^~4^(JȲm]|9}zAǚ\i mGGIrwQ oO>{PPݫCةjﺁȦrtݬtr^] JVi{eůxe;_pŦiuRXyZƒnXvU M +NmX@ ڈk G=qq+_ÜA*۟עM)Zjݠ;4q*`Qti +j`"{xy>"7/ih +i }Stt$XMyG#K>#uOKl!w|eXOWK6o|'l}~}&`H\lj3d}æ'.63rc17PfI=_--<;\nt$>ڛՠί ^_W:`$XWO=37r:=ΊV$> u9Mh[YcOo[D?K}wȒmjJ|%ceo<(fpwKT-A55Aj*A%iiH U>k?Emu8 +.;cҽQx?6FBm'wh#yRz\_oڒ݃ۛD-B.y#p#9g uYvWĜڃvnkpOإ'޾q%[9Æ8:E"=C&-ߍ}e=vwlv=hW(1GnpSU+]p ?iH +_P]W^m7}%.= ~zljר 9/v ?wyr + x׳Y/jO(X:7845wqX6xVx_w?AW' qb"q+yz7^Q~K_$zR;dž!ZP ptDFxs PP:OлVظ_UVc IĿ*_߸&vBvIq5RK.9sRztް-Q=}Zu{]P$>\YcABu] k_Q̠Y44FJvU[폺v9N8{S FT==hп0DX ZܽmU5M]iC5Ů#R?<ʄAOǣ/Mϋկ Tm(WtRh.ՅoVYi^Q͸ACVzE,ƠxO֡fӔs ^Jz9**R +j䵜:J<Ұ\ml?s5+Mw]'j]S qI_G[j'< ;4%Ϗvַ9Gu,ffts(&Ib#vOS┺Ѧ,$<(' +ŽPzϬ(V|gr-gmtܛEHb}2Ee{$[ kj5r'FSԓDoWr1Ed9/f/Uv0ӫ~k90j>F]_o"~ߎVm;V36A6Odd(H%er"Ygc:zҫPBrBHvO +g)cY ϫʘ'+?:.cok3ݽΠmLL+rvl#pSyz"YS"Ct=je&UCGw[2>6]WJSAl}_Ny;/]e ~},YV3⌸s_4{KZmjN0IxIabKvYb\EŬ~@?1P5xPxzTHwdI=HB y !iKWho&w_~qK]hU'S3Uv8K;0gWFR^OvT8)ݿ)הHÐك:e3zP>)jie\=h,x1pl<(Us 5z8A"1D<{r +4.Xxz=Uͤ_fĭ}}ښ:j<_ +i΋|NGgTmެ/(kvL}䟗[ΜGq$9G~5y"_t:Ƥ+P~kV^fJ4A9NLlKA&K'Wy 馨m(bޠBZߡ ύizPr!qAB(9+}ʬysNj *~ehp>3[<),iPw$: Yy2 +kiv@T]fJ\.wshZ_KWQvڥ$M2iW긞*\c^نJ +˃4t?a破6T#OHW/NBGs|\I 2jUhW"uuW0q=$i^jsʙUXkzP&v= ϣJښ4[eOgƒ +owѦ/t+_&$ ɱ3(_!@\WfJ9`KƒSѬAJ\WӜg^E\n҃/ǢV4Ls8$Vߧrc\EL㒻w2p8dv3ܺK.p!N/V yn>[vJ;fz׭7BDMi V7\.l *"jyPD͵j⨛J Q;.bq2A{\+Yi=H^A 2΋KNo2\H`ڟ8Z-mw!_guyJyqAJYF~"X5._HJi yTyq)sҵ-5V<5WݓcIAMуr+g~s=dy-yAvWX/݃d2TSuus؃u6>//7NfR⒳7ӃptDn+W9}mAm .uvl08o< A7ȃLnz]*]Hb΃ Lxxk5J=H٪mbF|<& +dnk8+knyc\'VJ= P@GqYDy"ur rsA{9r*Rm~1PxT ^ +ܛlد&ŦnA>^}?z%ߨ5Ҩ}5Zr1*Ku݉)c1=xDhb/8ĕAjiOyݺqF|ifgɞnbd'1PxW*~v˽cʽ&ǃ~K[՛k=r["HMzSx,ãA7v/) _f8xm=(ޫWY]o)0cz +/vlUҪpJ2Df$Bg +tC/}Cձb3G{nvXL>j;~uK٠3 ^/l()UvSW6Aޔe7*oN*>֕2nr=|/o [dߑ{#ա}Tdm;"\_:Aw,F;ix^f^we4ytA ;v{pȦYVT!iBcb};>쒳w6y\VnMLwhƣ~UKo}aH7)Aå e&]\QvQ36v͉\6wmq Cu|D~ bŹXDS،ivۼ.R +It6./K^DڛSmoyq b ++b}=a«Z{TBwDvԪZ[^"UQh +v&`+=ǝmE0Bn\]eo]Σ2+[69ãF{WܒqM츺6~moxPyˌKݎ +ƒne SvxɪH$riwS5]/n}ޠҙ\f%u?!Ob3Pd`~j¤%j &%{@5y**|z^RVd'OSwSUī~{r+Dž w:;ժFWz.l +/ٶoN- xy x?ߚ3]lDu ~U=t^QHA>Q^oćARUM~/Ш;o||똫N CW-_Ɇ Bk+z.myidk~qy8<ȸ/Xդ.!3޳G% ]}N֜9ǍmomC~믫5*<'QO0~E'/913A//tF6t l|]el(<{ zиI BeV!$MR 4BAB,jqIs ޤ5z}R~F!x{sz +׃!F~S@6N!LzX7d]v.B1@yϏvs!dd˅<$en.B1*G ȃޯNdB>dp4r!|i+(aVBԈE }<<<+)$6MT +ɟDB$'sd{Ppᝍ\?9kK +Kݞomq2w<(Wʻ=w)I!.d0y:$n2)s4c9A"ۃV*"m93X +qFNJ=pN !d2E/91q ރ/ l*Iܰl*D&wugP8N`A(!~䅫[kza@Aɕ3vr]Boly@NsykB3%B}?;|2G] ^Fj UFҾAؤ#q,9PRB +._kviIG AxAAAAAAAAq"&IyX'no$|/ﴏr.0>p3D!B!78 eSmt,B!B*+޽pғ`:B!B揭Ai@B!BH MAhK !B!?z>Ɛ=sYD!B)HuVkpC'!B! [G@7!!B!BHO!`yxUreZB!ݶwsӞ``B!7@O@͗\ GcMy?yv&B!UOlel"9QյlxsKhpB!BMOy7Oha A@ +endstream +endobj +1098 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.51 731.716 138.101 743.908] +/A << /S /GoTo /D (figure.caption.102) >> +>> +endobj +1100 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [344.024 295.706 414.382 308.149] +/A << /S /GoTo /D (figure.caption.100) >> +>> +endobj +1104 0 obj +<< +/D [1102 0 R /XYZ 69.866 809.284 null] +>> +endobj +1105 0 obj +<< +/D [1102 0 R /XYZ 70.866 776.432 null] +>> +endobj +1106 0 obj +<< +/D [1102 0 R /XYZ 70.866 727.944 null] +>> +endobj +1107 0 obj +<< +/D [1102 0 R /XYZ 70.866 340.422 null] +>> +endobj +1101 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/XObject << /Im17 1099 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1115 0 obj +<< +/Length 2034 +/Filter /FlateDecode +>> +stream +xYK6 W(Č(z7cN;d$ۃ֢mey+JM;m/eM@\]|}yś0ZH_d~&7i/~7'k,;6E]]$\;6˕T^Um+PWf;4, Jҳz3To`3q"BxXvco2=q6Q4 +ٕ]^'U""z*7ziiPVzG\7ujA|9I 7vc]gլ3~݀Zq;@8CiGweU8i_K%/}-C#]hw,kLB2Vdʺ~)3:ϯzIst,tBf(ˉ¡rDy\7amޖ=< +`U[$̳ǭ# P|-ns&QC7G!,o;-`O=m梚;} !-[~XHtR +["A} L)>X;8a*r>qÅw0[8TeDqg(iX9*s +M8MHpl(=1tsx+2)"xiE0B:҃/S4xCr#sWD}. +6CYQyt"ONa >a@i6< CTrP"&քܹ *B(FP:b`S <}G߷B\]ʲ' eA22Er8$x=1 @ v8j'6աʄ:$h=R[:fͧ =#>cF]՞Kyl\ ϹX=v7]WeKDL*'Gm&j8MkxhQ~Ѕf[>})97lZ OIڞׂmtG!+doX}΃-iے 7 aɿDiPr Stޙ`/sJ + 4>%F<ʷwژc׬]⎚zZj }ˇzZ]Vo,$>w(>ͳҷ +endstream +endobj +1114 0 obj +<< +/Type /Page +/Contents 1115 0 R +/Resources 1113 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1096 0 R +/Annots [ 1108 0 R 1109 0 R 1110 0 R 1111 0 R ] +>> +endobj +1108 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [369.63 631.337 436.92 643.529] +/A << /S /GoTo /D (figure.caption.100) >> +>> +endobj +1109 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [100.602 494.077 168.691 506.52] +/A << /S /GoTo /D (figure.caption.100) >> +>> +endobj +1110 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [369.808 324.082 437.054 336.275] +/A << /S /GoTo /D (figure.caption.100) >> +>> +endobj +1111 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [100.796 203.19 167.775 215.633] +/A << /S /GoTo /D (figure.caption.100) >> +>> +endobj +1116 0 obj +<< +/D [1114 0 R /XYZ 69.866 809.284 null] +>> +endobj +1117 0 obj +<< +/D [1114 0 R /XYZ 70.866 676.053 null] +>> +endobj +1118 0 obj +<< +/D [1114 0 R /XYZ 70.866 538.793 null] +>> +endobj +1119 0 obj +<< +/D [1114 0 R /XYZ 70.866 368.798 null] +>> +endobj +1120 0 obj +<< +/D [1114 0 R /XYZ 70.866 247.906 null] +>> +endobj +1113 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1123 0 obj +<< +/Length 344 +/Filter /FlateDecode +>> +stream +xmOo P5lIOnv,I&Pd~PiM/"+xoKFF5 09Q@#>{J#r20kxf1Ft.'(6GSX*tLb'e;e9*jfV޲ːAϜEqQf;q(g[ck$ +N&Cd` !\ER?v}$*u6wI4S5Tw((w̬å109d$SbwFui5~AK3kխ強 +GR8Et}&Bd5+X=6?s& +endstream +endobj +1122 0 obj +<< +/Type /Page +/Contents 1123 0 R +/Resources 1121 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1096 0 R +/Annots [ 1112 0 R ] +>> +endobj +1112 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.649 715.348 369.24 727.541] +/A << /S /GoTo /D (figure.caption.109) >> +>> +endobj +1124 0 obj +<< +/D [1122 0 R /XYZ 69.866 809.284 null] +>> +endobj +1125 0 obj +<< +/D [1122 0 R /XYZ 70.866 776.432 null] +>> +endobj +1121 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1130 0 obj +<< +/Length 230 +/Filter /FlateDecode +>> +stream +xڅON1 +|=l$Σ@<HHHT8ݲl.DVȒ=G1B7 U2#Y0KTqPLJ:0FrS?Alv(s d q X-MUQK Xd&Lzhob,bQCa.2ꭠcʧ*8Fjn./qW}` +endstream +endobj +1129 0 obj +<< +/Type /Page +/Contents 1130 0 R +/Resources 1128 0 R +/MediaBox [0 0 841.89 595.276] +/Parent 1096 0 R +/Group 543 0 R +>> +endobj +1127 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 966 +/Height 720 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1132 0 R +/Length 48167 +/Filter /FlateDecode +>> +stream +xyt坯=ܹ8fLI0dBL`̅a!7r' c2BXJllbA^l ^doڭڬ͒Z[nImު7%uZs>ǧ6WUW=V =35r!BI8:\1qڦ><<{]B!K'Ԇ=GGӟ+?/}]GI/7aBHڵQ5Pnp9[YaÆ'ȑ#o8N#twί8QBH$^`-ѱk.B0jBbk|o^<;~8a/}'oP~3ss- ;>$b +/+kQ!ƨ !C՝+,,:uӧԬ|ke$v"Q\LUq-pU=ww[5!`Ԅ{>s'chﴒ5Q 'ܨ-}俼RRn(B0jBQUWWϘ1cΜ9gŋ?TtuvȨ5|otϧ˖.+**Ҩ9+)A<}JJ%fA+mQnPl@!`Ԅ2Qoٲ\pKJy^~?tT}QXSF2jݐ L1'm Yc:@aԄ&FOgXVZ.O~w|IW:Ur|pV"0mL;zVq(F=ظLJo/ `5!D6s=ڝ/>[tC[pΚ5T} jj@ղbp]ڞ@:pz}_B!/|'bnԗ󓥵Mi;\[H?Ϩ.]&[l9s̆ Qb]ݞTx7?C1p=_tk=^_GGG^^޻kl˗/ 6kԝn_UUuw +yկ~%ZNIo!:R>*yɒ%{۲Y^~eݻ9QrɆhϷCȂ˗s5ovvp~@臜R Ȗ%KwWs5j@8O>iM&t_x<Ż==OMzE?>`l`ԡ=|MaŸTg֓ȶ6?`ԃ㑏[N5?:y¯jj? W?#]X=OH: 3fqg'5+%ӹ=Bo<6kHbd||udȄƾx֮ 4!iظj82jw9p'6% c+C(ޱX|uװ Iϖ37#^7BFq Wx}vu/gtB7?.17CFe8f +~ڸowp/8/`)kT{|fffEE1B׬Y{Tc3td|wgH ww-èI-,X mmmm߾}zk}}_2G#+V~RQϛ!t}:ÎBAzpu"z7|gxi_ &eT_u#bu<~VfQܮ̗xany@Z7CkQwqŊ_nl86>`YMZYtּSkc,kK9Y5mժU&u݋dee7VM;QkmŽ#}ӊe!BqrIY"WH'Y̲N=euKu!=^\Z7Ckhԟ4\~ly7<#uުߚ_Zhƨhj']Ҫ/l3u8ڄtt/Bf}IY"W hmh]_Eݒ=3͗xaσMֺQgN)i|ꩧ/_pu8kQK5o0ہXi` ŵ۞ Y-\>hy'gMg6.T:ܐ^aȆN9U)Qk:ݫ>ZO p4j-Q_߶nA׷ 7Ũ +o0ہXi` ŵ۞ Y-\>hy'gMg6.T:\1- +mfYkm8r|7@1ʨg͚`7)2jBw#v`,n7FZBqm'jmV:4Zٵkәͅ)Um8F7;'6Y㧯rÆ >leCw=MsVꖅ6)'œQ[4[ޫjXni((m}1v"P*ZaHoݪmX4>l=UYk%k*޷oԩS?cO?fQ!7giJݲd[W)Ö*Ec-J[xש]47n[>Th6,MREmW6juFRz|xu4UNjO~ĉ]v/:VhR, (6/3Pu 0!>*:|D?0jR꧞z¢_x-oCu >xpcPp6F\ԺnVDk{eZ>"vU UGa?0!㜥K/|\.ǪcP!{( mcހnVD=\݀bT}U.t[n9{Vqw}Z&X ej@ղbp]ڞ@lsw>;H^lF]0FIQYuJOCgZRCҷ`$.f͚SVUUY׷ qͭmoCP}`uq@m'5rG_CY+ehmMUG6j rL 4F0mQd Ζe}Zq{b1ܰ& u eb=dXE&Xy;_xʎӻo`&#M/l /{sH&cҨ:15FK5kQDR%Q<N5FMFQB0j:QB0jQQcԄ`Ԅ&`5FQB0jBFQc3^{ݬM7EI٭fK_G_3k!DʄŵblZlô) oo^#`QcQF 5F 5FQc5F 5FQcQ`ԀQFQF 5`5`5F 5F 5FQcQFQc5`5`ԀQFQF 5`5`5Fչ}Suqt%_,lC#v9\[0j mo?񧢸kacƎU]+]<ؘYuZ\Q ]+^(Dy-ߜۚECg{*!:C&,ʿl^K:ٌZӶW^AǏ(JJ|]to_/+e'1¨|c2@÷^yI|kA5;wYvpƗQOi}͙ylm"}<_15Sunq3C#Wlt:zv|:yr#:x׆r*(n[UumoRG|\`ɖ8>o;ą?Z^75j|>%[YQHcQn9Cs +)iԳv^:CXum͋S۫b}g֥23w֨imz˦G^j[}yش]>/wYצTacFoUJUJdNo[8xyі-ӱ4n56ybRu|3RFG*]RҨcgQ]G ܓR->qmhԛw+׺*?}QS<եNS2|NjTGo&t:{36=ƨ悝..V%f +TqDkqeİ E1A~]Z" A&}UGyƨ~X>\bl⎰F}g[ +Z{X:Vn\qN%:}#[~q-ymr6oՔ=fc#2dhD[j8Po) 3ƨǷQG8J6v @Ս-k*[݊ jt~)ՍZlV}~Ʀx:wƨSȨ#|qsK^/z|aW¨_)쪏(~w`F-emNAykVqaW?ৢ;nƨ1HsA|?qk:\]Y;pBs`:y %Ac >+߸E^0qǨciԿXS*>bA;qDCv1 Q{+kJn>N%X$)˚mpoe{iX0%+RPzP5FjF,Bhu:)KPծtΌQQ58[UÉUGUyu>:aCuW_U]/y7n)5^u9|]2]b9}c%iYRCt/5_-3o*wpFR<_7Q9lrѨ8i=2հn|aHy.KRN:e3xKEMcu܍Z^Z>z|8jc"tߦF=첦~YaV,tz~Y4]-Q+146Xikj52L4F'{_OtfqyF-nOP_[,v5-l0VS]^2'nRH {c4jYj%MFm67Qbnk'6gMM6gZOuƨy8]5Ҩ-Ӯj3^avҥQϘFmIt//2~,Lk:B`vEAFO +mnW[1j:Fm˕tf˨\ a\የۨW;T^\[>ZQfc3jyR:jԂ{&Z̺- Gf4ASQ7V9TD͓Y>mӆZS˨=EƨyJXF-mD-Fj:mY%F-:URVeኢmcLI6GF2j,z7Q]ƨ{EQ 3Qs:(QF-.#(٨Њ=6jzUA*ߨH>:{&FmE[VRaQˁ:dJN*P't=Ӝ?؁|Zgiii꯽Ξs}t=j́FmQZ5jCk|z+BՇnƨ18agߛ]D,{cԑ>Ԛjmj6< +IfþފN:j:mưneǨz:!g!'{ev6j:[aTyά~H3Ǩ12j.eDyV +? ͶΆֻrjF5ek֨}nygXf++=|j/B"\%r~_Z i46jCx(5FW W"PojV~Yh:ΐr-ڨl(nɖhz&&"1z82kCƨz&G>-qQN>敷`ih[ѹk!HcQ'yu +8Csë&6Zw. 9q|vo 8QE9_4%mZ^.aЯyYg;e7MZ*F=k_~?wJ 6jGw߿n!uoAosO&g]:775vZ|rq*DžQ7zo^Ur5K`|W ^=̼KJvR#:?m{7P+=ޟfƗQK8gSזMY]JdġߔӚ? o8x +|hXPcq;KU+zѷE=u +:^zڿ_q=N5ۖ̃i +ڪڼcI:֨N5F 5F 5`QcQc5F QcQc5F 5F 5`5`ԀQFQFQcQcQc5F 5`5FQFQF 5`5`ԀQFQFQc5FQF5^3kzk0c۾^4IXfm8|1j1jF~wաEk1j1jF-pdM/|QFQx1Hl'}B0jƋQ?KEe!ߜ9;}1j:{s3։cY]{Ũƨ`|l}ۆC%;\ƨa\I .Cb+}{IV[mk&g䳷3*114Sun2񙔑mUq=hg[vxyS,>5Q I>qhܼ$~ݵ.*`?'2/.X}v-㘞K +n߹֕]-)=K'1Yk/G;w+翂hRQQ 0\ /Neէܓ[D|vQC]Jl>7U,\(\qim*3fv!lYEɴE ƶb?-U1w_+ܔz5oMq|y1V<]}aǵdnkcF )cYZ5T8UõBhL^% +jOvԜh)XHfQ[Fx8޹Sͮ>2>(hljG51$.bR(josChRƨcxdGue^:(쩋q_uJ\IHu4fQ02}NW~^R=?3Oi{m V}??M:N;E+.eۓ^gS@is?i =.-`ճʿ5K Z>>$wT+Q~[^y(%TkKŰY98mZW.ݝm-zuԖTwU-ym5XײSEQֵ6Ĩ{L5;Ԩ5s “-ao6Qk[ҧHkTuԖT s{՟[ӶW VqK;#0kkX,KGƒ% +mh61jl-F7@Nm꺣[{6 g|- + +Wc}SӨdX]KqK, Fmb"kNT?4djW3qMS# B5j!B#-BL~ږRclw>^:9R]%_kaoshjǨQ[7N +&Zk;4M`UW'~ Fm7,֚ϵ^yikkpը)欬=x!)Ֆ3׶Q_I#< Qh8vE6j!N}Xظ"m5hJ˳[)&1m9بh17jzqTKg4jM46oNLTOvʰ.Q+-/eb.u=n8Ȩih*Fm@ ByBL:I֚M񅯓虨4;+S +6L5n5whJM* s6dީT Hs,=ȴՍ5C,::pd+ 5`1zItfըnwpz&3ƨgY(۽1jC͸lZF-VeT=ØfuH7Fŕjűf̪Q iG31\FҼrӧXn8k(]#C]yUV['j1Z7Vc!z:=6lVyPGpuDܨUcԀQ˨HWL W\wUGvREGiԹo0{&IRT>6>N0jZ4K:ܞ:Y1xj:V{&{L5L.vQ_bWh[і$Q¦ gbc ZB9jGQGoJiv\הg[F0WYD# YLcLGjl֛VYidԝO7̞ʳ$J?{Rl lƳ쾍LT ?0j:Ȩep{&RgZksPAKΆvQ/[k~urVM 3`hn=wx=i/\D#H5M蒳(jjjprCD<ܘl cu|Z\XdK4=d3k~~e7f"F=gT)툦gȢmzKc"5q:O[aIϲDcԐ2F-;e"+¼_76y^y]LW$:եs9]߹=@ą|iJ[֔Fb`0.+&ۖyyڑx/u^8_x_Xe cOgnv޼%2anQUN4_ÇWi ke1~T|1jH1ꧮ-2[hSykObN5'[m=?Fo'vmI=FQCм,b~]\@◫3~wSECgo΍͹-οrA{>fQero_W&4Q Z\ĉ}UI+!QFtMZwɜ\67܆l!vҹ938׉QШOչ s92g&.ȻqY[?Fn2vߤ tz rżYZڀײx8~:&F[Y~q]ʹcH*ҹ\&miYc VQĨnL?UQ$Qhy%w[\_>fvpt}kA,޺"d1nFe +78^f_7sǨǨ/z8\jG)KqJd׸]\0ւe[*NlS1eu ,r ޹Sͮ>}THՕzaBޚ{o +l)QQ[:}Imi'wg;6oW$d7ŨǭQUK[oOb^:M9$P7Ec6j eϽ(cՐ\q[jUY l6'k<9duZ΢ +:lmmWyojW {{!$&Bƞ0R}t V%X"b5_:VhEݨw +/5ܸN!UQc=+vEx.7,[ [k췌:廦[+I{ +Q[R-=|X_{jZ95Fpz40-̚㍥!_.ASh *q [˃P0lAR-"YtYlZ\-Z/eP%J/*٘^O}XWWV9 Y[*:P˵4;Fmpi¶Q0jItJg<$Z,2U]aa8C^E f]tgA57ژV\aJ'JsJ0j4$ڞRJe[U!ڮR*76jYXTT}Q+TaӪS}ۧQF}[3QpxV#NSVmUK54;]#j^FFFɥ?gbc.nv=g6j#c _PDm3Us"lLɨ%Ũj0uOQL4yժK5F-e%מ5{#Z3Q}Qb~3v5#;̞Ѧ +-[k_FmV='x(}뙨QQv(z&UC-𹼵ۨM=0iyRta8ҥ8' (0k5ZSg} :t%2+QF Ewo,_s%O`G_f~FR=>Ϩ.=QL$0WRc螉 |Z]o&F 0}e+nvQL/F=sQFƨ޵e_=kg\3cרOZ=7UĮ1ji 1Zf+O|^ ux5gzu3@.PzQ_8?;חNS/gQ6yΌi1b_a11^$>5;j\AFYkccԷ+@é:wk:dK7Wo/) i5.n5F l0^fF 5F 5`QcQF 5F 5F QcQ`Q`ԀQFQF 5`5`ԀQc5F 5F 5F 5`5`ԀQFQF 5`5`5`QcԀQFQF 5`5`ԀQFQF Q`5`5`S0j1jƨ0j0j0j0j1j0j1j0jƨRި>:wv$8 >OQX#dS5`#0&V_1?E.. 5οeMiykON;pk2W.ȻnqVz"=m{XxU!E~f0jOZwɜ293)#Ӳ-|09#Wr'g=Su3AN}% F 'mM@(WeϔuLp'__\d F=$n0dfia41Yk/6rټWhөrprT QĨd JHF +`ԀQG?ŪষVuݹ(֕T"v+Vս>MQ2#&;\r\+svk%΀Qè/z8\jt&^RwUJ>hp7z#uF$vqؙjAL;UnZzjNɔե8F 5ՕzaBޚ{Qo<)l\(?V:}]HuL"8@\>Rũ+N`qB(v ΀Q$QVm3IF ;ʬ?ƪNQ>p 3)o?2W:yZt:-S?0jШN_i+_ۻZÌWq͎ߥxuKG_5~F-tlrb\/Z{9ŹNI؈|-Zuse5ն*!a-=QGZ.*fMɴkjm!`5Q+ׁ-uuTӸGh8u96_˷-ZH)[Z»LYF94ZQ+lUe(G6@-ז ny) 7!HW梴N]jQ0j ںItJg<$Z,2U]aL47u.ѵQ?XSf7s ebbÖC=tfyևjq3/PҨ-ӖR#v45f 3FmbTt 1<`xD]!LF:ں^yҙU#Z;LӮjڨC"A#~&[ks՚ dBge{.ؕ,!4A|/6_%6vj*>n7%wDZ]e>}Fs v˶վmursa5F )h&3F-ngbN+B _Gmuf3Y{gaըBKY!˧M5FXeʷ&( Qj0]4F=&ϣWǚ3F-gbRQ*O$T"W2¨öJӖ ZN6k jV:bmWGtn0ƨ1jHQV#ī?nİF^yz~ >6><}Ae'iajQzQLR*ۢBI9# ZqC=~VG zi'4z7fT~,F?>BO3l ~cNн6պj9t{oE{]p ߅p-_Xio(є|`5x3UG3QmyOUP6'*U՞Fmh/\)Gg"9Y:uwK8L:ZkU}XE*F`1,_EX0{#(l93ќ'\F7:#FTmzZKG3ѮB"B*|.om6xvDò0S +? U4=ۘ9f FCPmNyM^-ƨRبkND3wbqwE3qXMNi78+zOi=?p`53j맨e_z& +6.Q'Q[^U=[/FQkձSY(N'N1jH"m=y +u3@˨_5^=`?ƨ{HڥJ/0ƨn-oGb=X$\Q_/dΙI5 . Δե8F } +\|^CT%翈Q/߭T!#O0jx-3pNk~Fޞ8*O}r~QCܙmNfnpxd+!GֽEQ\o*v5I\;k+D٨?>S}%_ !4~(-dB9}-ڜFhwg)!旲wt{{;dB&x sNZ~zmNT"y;_ߛ9Lɞ!^0~wɓ'ͤ䃐Փgn3FM?뮻/_uff_f81${cjݩn;;Z| Cz>xd{߬1Nt~mYObk41w_MaZA6{KU>om. +Q. K1ҺS:di35~Z,i1DےUwb 57`imԗN_t{֭IiӦ;c0s8vܺE_x{6~V/xB߹2t'ʫŽsƦ_\ygvqH w<ww1j&-QNjbdGGǍ0Q 'ܨE;W~o~|yQlbu`׍Q|1jQy-ߑ#K1onC#< sξB[.}ְ5 d'1F:y|FM"Lo;ƨɸ;cƌs羾7_hw/T:ش #Uڨ? \4Drki=ڃ먕a(Zt1-Qv$ڨe[DnnWvGbdŨ +}9`+e!v6*k[=APkZL}lOϮ5\l.\Lu`! ]uQ: +6Z^(Zi[Q6DۭaۨZv0jB?_T3H0Fm-# 2jݐ>X_CꨃZ3Chը쨣6{檏cݣ#ZFZU!жQk:~@q5FQ(m|^ׇzy:P}`1\=tqZK 5zxfm-ׯh9Ǯg7jgᇳ2Yn +rdGlEiX[7G܎!~NLtuHwkmnnVËUt WͨPa̿,ܸ]yȔFƌ:Zupkwӊt.㝵êpT}(#Jvi3UMfmܚ5FQq7*j裏T6wJ7)kgGREb A`moOu]SO"`Q'U}`^am]]j׊7Z9RΪ"%ƨ bi7Ǩ NNVË1Qc5FMA`\oQc5FMA`Qc5AQcQcAQFQcAFM5Fh^a\(AA8M 0jר7V+GШ߼W~ 8o;^12O..Qg_UL=yƨN~˫c5`5FQ`5FQF Qc5`5`ԀQFQ`5`5FQcQ`5F 5F 5`5FQFQ`u\zl"!KK[9t /65FQ'Ȩw˷k{WǠF[%vj;'?;g)E敊3ۤQ+gA}Hè!-zl"UKm.ZE,F\ڜa5 {/tlP,Z[Z2Ў폭B8ۙmRѨ]LxHX ~`ԐNF[WܒH'E-t*Ɗ}МXNg|I99!>Bo~|+Qcԋ`-x}roKPcog8EC%LP˝8t2]>M'-Jez-F a+dJuc \%b¿&AmŜT +;OqW #㝊&N`zUcԙcԹMqse?x&'DgÖU|qDtq=~%KnBF=^%nNT,zKĺң}5Q?~):]u원/^>Y66~_xᢌ(W*1 + ^AξОtEӇ6)dL|0E g^^E<\(#{h_}~7szeg?km SQ'¨uh_?C$ +QFm贑6>^(HfM, g[Ch!F|{+" k=|A?ОLsnlOtt}_ɘn|6ݡ~Sc𠑝!Klk2h/6m*+H}g,y1?q8hKGڪbݬ9Q'Q?yWN[wrkU]!Ũ1jz WŧddHHjWK%#U"# 6OE'h.x?Yڮ+sSn [r{H)EbFx;h~!(}?ey)b=F=bC#g;oyiV9*j\c:-2f$f>|Xk4smS.rY5>r#aQD{[ro mV'b dw5FQ'QODvݩ^p0:H1$4jY;}ݬ ;*sg $7ټ4IzջCC< +ug;oWWG_mn܍1=oF02MyM:->m`A}XtT:@QO"b{Y$ɩٍ:o0p0.Qcu\ub%tK1-~VQl߳0[+`گ4jJd|>u1PD"s,,Q0ށ̿ګ +x*hˤQ{k'#CSS2Gzk*2朂C_ީzHӚFkZ߸+I?Ѷ\^d6Ɯ/R}k}w<"PQdvZx+[ŴʨYڣӓ6#X˷C[3ɘ\ܚQ+ Jg'̢X|P!8vw˵%W/|i̮cԁqHR/d=2=}Q\-z]niQ;1jƨ\G-Zh8UIkObYZdKP5֧Mzl9OX8⯶f؂ӖZ[֭%ڴٺz?Sj=:v?%3<lؾ4=;g:ڵ9eRZUYGLy:jk 1j%q+V2u;!3V#tWᡃUMM7BhԺeǒW9ESƖFJe[>lj9RҞvr'=w 1jwYa8KǴb1jcjՇ?cd 0jWگvzyj9[OF͌:\W}x4UDFTؕ*ݙӞ\hGz_,#k,OQf5uu{u!{t[LV}dԎO"vZ!r<6P|<42QkX.W2QlQ{}:= 1j%mnƨlyLT*:<#biC_wNF,6TYQՏ)uTQ?vA||m?%#jaIZYn;2QQSLڦlLTk+S5c{:vON5~OclEiTW'G*7l?M:`dۨCgO9J`኱)Iҵ?ٵv[iF&.mDu游,[7;VG{~l&2G=Uu?gϯcڥ 4jqf,Pǩ1GN֛ydbR_II&>= }Dr5e*DFnWG&JUpb;b稻Z:gsiod%Ȩ(7jsD(䳵#᱆9ad"FQ'Ҩxx;%t&0{N]#s[y15[wW|?km` #>sz1j"]Z!05j+-EsHv5FQgQQg[j(Žu5Bԍ[wW&cw$VKHu +>gr}BĚ#<]ƨ3֨\SEPm%9ԍۊy!Acb0&glM"?zj qE¨!=trM6D%-?|-SJuor 6)dԂkq)Kg5Q ^+Z +%HP߶2qݲ{xZ}H͎!7q/ZDoTgtI-Λ+n%=>[2bԐF-ؔ(z">gvZ+/W*; sϔ;%c-s_U;F^Uϔ|n2ۤQH/jNT"bԙf!6oʮrqq&_qo&Å}^v\ΛG..N|t՜6e'-/^\שiT>:䍒WD:23jDt`Q׏5ܺHu g{ ƨN1j0j0j1jƨ1j0j0jƨƨ0jƨ1j0j1j1jƨ1j0jƨƨƨ1j1j0jƨ1jy0jƨƨ0jƨ1j0j1j1jƨ1j0jNQ6EL%yp扠Q`us7pq5!"m>Sw47Tr{huv;oֶ /DB| E5F~coժee˷ '폭—8D,駊䔜< F}gJuϔDb%˷KB1jzF[W)᳛bkLd%rz`5:M)6 ^$:IGWH BNQ ܎v|g,g'śX_uӤ}ǪQQ[+Uǎ5LxCxMDūf02_}Ϛ5v\$;M,N|ZQNxse?x&'weJǭ+N)n^Dӓ'{:J>^ +^u<4Cz(jK75Xڏ/츈Qc3Ǐ7Q ?}Re|`Qothg~H5F ilӝ`;μx{x[QcKhԻu8KpD|XktˬPsK-ޫLoDh'/]mKϵMsm@u༚Qcԩiѩ]w)#A]u1+~wuűȱwl}k-@2ܨsuMjWH%ݨ+FnQF-"Hwaq0ZmxVs5yۨ穬Rؘ4ꅜ4^rp@XVtH?ިjorʺQw[V fJ8|Z)]:>q,A-Wmǥ]F}Xzݒv]ͭ3= vf"0Re Mt>F_wk3-~WNndjKnslvFmxe|Z)tf}+h`|JO^Rbר}DnuZQ>5FF}HR/d=2=}Q\-Z8gJSԨ5FQANNk]E\O6$ Ayi]Pf+;Rږ(*kjrkr˪Q[uM3u9j[g()q2Z҈ryt[4[]U6=uO@WL_ +(7od)SZfXfz %ku fZ[[Vڒ=9 kmCP6;9j1MS{ +kݙ-FQ/uU2;]yR\1 +w.fv-č:S q58intGڢL]8n{,2*:X7՚^ îۏX*Sa]!LUsskrSfcӮcw*(ieӺ騩kkY`ʺhm2[M/f6jOZI+TٰeBnkyr%GNŮLQkGZ>4`ru!ҙQRS^D`V0ʏ~ 4jUm ]T*)Qֺ>ڐ3&RZn82ѯy}3W/̨u<گ( yo_-7FQ/> 0YnHӖWrǕDNv-ʹ5h@Q+6j%k|r%ْj]̰ïΪy~F-a笪3 ƨ10jхQ62q,|/<9jy5٫>f2jrXkvm[wűn1X1Q+ê>a|2z_,#k3#c}/k1wUZgѨn-b:c&v|wģcg1N:6xN\|<LPFRS g7j;l|F=[Pors3}QciiG&z^E'j<9jW֘>F& 8|OmŞkWk6jG06 <-G&uO{02Q))r)D恕Bn6GCqݣtWQ'c\s9\mFQ/Q{ x #%67CF F=?SES1 gՇOڕjIß]h LF-S6lڑw^ƨϨ>ZuE}L# __~XCGx<30jͨí>}db(bJEmtʴ1hL[ɨՆ9G&:! C-V(F* 5(rdOz/<[S9ڃ}gzl dd"F>Fm-K4FOF#j)G&:bԀQŭ+5]LLX1auj F >իW#[+75̍yI^4~l %L;cd%k_ĽF yiWHz#ӮzNBί\S5a_O?NC,˷sG1&3glM"?͚o45F=O\Qv-KЛ?'[zϚ4j]@,N+Q ^+Z=!tWHo, }n3K'S|dQ|E,ЋcZ)Qt[PV]ĺ;Uu~ɫ>7#ϖ~u=c|dQwO\Ku"_*;FiF-(kx+ʅV77k\]LS[A(絚E]d1j/T"19U١oNDB @:9Z ֏5ܺ [)Du:?FQFl{-5Fxeߚ]Nq|1lWI&Oݯ$1<mԁQ78:#bz8|.Up.'NJKϵMƧ%5FLF}vy +1-~VeNO5WԺͳHװdO;K8|Z)V:>q,l͆Ig;CpER2T6Wnbfrkr˪Q[+ܲ+G=[l][@Uk4jcQL#d51iCusvO<rh7̖8US5TnQPr>-3y3Τ̮c[G-(ֲkOGT5L!FiodҨ:j+ C2 Cv5ҳ Vs֦ty6ֲ*=)e/kf+ 2jwԳINV6DLz W룣JQ4[tPA6j?SU21NjZ8*ᖾms;z,L*|VK|ZݑNe1 [%Ϊq_fhCQJ CֺZJ(?^0V:Us2jg=\jjʾST1Q;ֲkrRmttwĤ1jn@y3QQ[/}8,WQĔVg\sڨF&ڮ;b2jaΑ Y-KF=բ v{ +) W\qgtLT ?*fMKJ6wզ22N%6bƖfcxץntN~^]bvݪJ^v +QQߺ[YS5:ԉ?/cb!O&Ĩ1%:%:㺮~QQK>^oLliܔהҖc!n=j0jڗ>j̖Pz"xgl%X"wt]bm := C bƺ8y%npm.V񧹥%}G%?$=>RȨz$.Էv ҳ av?:&-!w%[r.qՖ_٨l+˷Ρ Vܵr{JĽא&0$=J>RΨf튭H5$Q7T{12jF!?˷-̛Xpl.Z]:O6'ĻMC˷u~lٺ MCiZF-ndޙHX=T5Qc3P6xWvXH^$Q?[6Vj6ŋ:XGWkBA}xN]@ !Z0:Xc $EI<1j01jTƨƨ0j1j0jƨƨƨ1j1j0jƨ1j0jƨ0j0jƨ1j0jƨ1jgޝ>h%4?6^Ac5`cWPJiz_KF <L. e?QF=e +"2:y_[\0jGwxtTD& Z`Qϛ҆aVD?}k9AE+028S#!ݗ^8W0j0j0j0j0j0j0jʨ& }XN06]:n~kCr{huv;oֶ 5`)fcoZ]lsѲ,XSkrJN]QFBF[W)dEB'`QQ ∤[75smN >^ٷ&;n -k@W_QFF~[\_pgMN~+BH,0H00Ǐ7Q ?}RM`5F=uǹ_:" +wUf0j:6ӆNQƃC ϕ Z)9ڜcPB}A Zrw_s4rP[OϽyZS%e9 ߯)z542Q`\t:PY롞Sj_ּi1>O5EZˑyʤ<ݑ6ҲyHV;pSb5FwNSi#A]u1+ՊɈQYJX_;sg|1Q`5`Idhk2;VtH?ިjorWAnEf%b`C[~x\].`nרRKڥ3R}v\vܵ wJI% w[gz:L}vQk9Z vm盍Wn+dHGXHnGyi0jUNN +?eX?9(!r2-ڵ;UTNMU^xeGJJ\Yw$}U0*cz ].BCV%[kKC ҙQGiOFugğZaO+ZUmP=&39,G&JOVRn]tȳLAN{ڹـ^=r]A규wVޣ˨] G$#։r TڬI`5`eԆTKgFmHuO{A# +}Z(~ ˏhԪby|گtu>FmN1WqnͯǨ0j3ͨ0:cz 0<'GkԳW}dn;$gNAڶcݦV}dԾwoՇ1=4Vӧ+YT[U95F Qߨ񉳏LT*| +cDM'G[n(Lt9pr;?,޵kWk6jG0 }JAgdK<4>eޮ +ciudrtS>/ F Q`sgnQ7D0j1jxx&0j^3@Ϩ_3[BEF QQ )߈$Bq#Ƶ:%trM6FM$Wzk F uJ⮕CXVx!$0jzxd999=Pgg4'O~555Fo6[6[*UxhcUZ\::~wwccaȕONwvWoOݽA:=ca6a ֯ըGƚ?yךWF.Vt%ب5`)doo߾{M6??_ohhuf7j-'AWfYP\sR60W]!GYO2 ˖Y֋h/Qc5`'?/fES0jŨ 5:jϜJY7flu jQsL3l/]SH%Uvց+ yaŃ͟{iԚN+¬O356ouHɨj-Qr˖- 6g +G{[*\^*nɹD5FQ@zu]We~ߋ':C5߼PD˜eJŅd[7(aJvHCqlצ{7~cuTvUaW!]KVfZUJ*[GݚDZLKM%U0:[h'ͮ}r^3Q Q[%Z7}Pc@uQ|z&dŨbΪ|Qk6|ړc]7FQcF'yyy(m᥽xÆ ? 0w 7T*{֘!G]U+=ݴb6"KdT}XaRV֪@~Jldx cgǴk_g1*1j0>ܷowQSS#G{]w5ӛQVCռQ>ohkܽM6kk~uDQW 9vcژzEUg6¬?ZG~fQ; ?tUZ4]Wv̷4Fo?c^,J1j0jwuJqqqOO4jkCcwgL01j#o/Ͽ&15F 5`mIzv5F 5`5QFQFM5FF=6mDP$ʕ +&NQ:q o-^"4 ѱo|b֩, 0j:F=6ުU%6-"t•B_|RW-1j1o]6"2!Tsz zņGĒ5Fwn_=hK.4 qz?O^XBPڸG0j:F}oMvY[;րIu `Kb~K!s:X ϕΚVH `51j:^F8tAgoB$pFQƨʨwh+w#|oi(BFPVm)܂oNj;"AcG>-j֗WW?moG3jq18盛eܚzmޝ*(H91Z GZc5޽{Z +*izePyN,F Q`u*BFY[fB2}mI,¾ eը^Q[, $PEMS-_$+ԅPM?lreG*jez\Qpc5mQr?+zN{wAF`Ñ_Dm jiLyz;5F QcbR3K; Ӟ "f8~Qiڠ5Nc>K/;r- cגJFNHW-L:LձaA.̅`ԀQ`@Ǩ1d3jC3K6G&ZNQ KDcs<'Lb>f4?n|e[l.= Ϩ>QMLz^uQ`5FFa1LLm6hcLhLwǘXj;:rAF(uѨGHKWZ>icj4XINy8],F>=CQ`5F9FmOqd&v稕 +aQwvGBq*5ApJSfԎ]X|ZtӞ:X)w>[y(:s5Pns*tA5sMp\5F@"D{xz-G&.t䉥y`r@A}/WZ&;D$._Iƨ1T1j#6olio6F&^j^Q;CZx_cgUCR2sqՖksJ.4 aԀQ/ )aFY’;;F Qρ7K`-D1jH?~lIM"I 0L6?Eٲ\ Vl ߆QCu~ZӉL?}`Q.3֨G'Wl-%ެssu6$1F߿ZQCƨ Cu=c\X>^ti\'?=]y/ l,gK3C⮕ 2#:U 0L6}qrO6^1:/bԐF-ؔ(z"ʈE˷_+)ZQc z][P!n|Ӈ6)!ZP6xWv-%4/t aWxՅ_LĹoNmk2.١}pgP$z7=bʓ)kaԓR乼`[Eں:Ɔ ƨ1j0T0wT65pՑd_~R0jC{{{Q˻pc5FQFLF_N^u[ѡ ;vֆ3/ +V@C#Yn6ۙ0j1j)9gڌiibB?qdzW$Kv + l ō=(VdHYcԀQcQ'ڨ0:2QXzvq>mZb.sԮim){w`F 5F(~Pl# leQǀ4^ٷ&;n -kֈ[&\^{07"9cņ}o_㲀Q/Шso\O?oE؈d/Ǩ~̍H#&` 7Ǐ7Q ?}RM`<_E͚>z-G&`IbԻu8Kg~BDۻ<ь5Fm?[GƟm|/|eui#;mo<8\տ^aYp6@4P_1x:;6Œf 8g(<\Qpo 9_0SpXOt yN=*ky=sQ\+՚Yzc~T~q,Al͙>̭ϛ3}e4+&)iN&9Nkh_a-cSL1*kY<1'$. 'oׇtg~y>1j0ԭR-tzl4uElV()ƟĒ>[0}IHڧYڗj׶}醩ȞYٚܚܲjԖQ]i=Qeg^7 ì]Nc2Dש֒>o|://-k]2nP~޾v7 T_%Q`Q'QK,:0L{22ӎdu'i47o4]#}*IOV1:s>̖8T9ookZ?@u蟽9jqtJɄO iLzތ3)NuRΘ+9vYl]̂ ]0j1jϨ ,ڐF&(2Q1O^:Wn?FQ+*uʘQvzV6zԑ>>Ix:=Z èc8fCQJ CzrԎ@caFu8>dzi< |*OiPnjFXˮɉwD_Շy&j&|['~1j02jc|# +bQabc>F&zXDeXsdZsqW>(͞VdFkL-Q!e+}?ԽfԾWg>%1j06ꇏgnQ7ĴA?0j:xx;t808=$2_3[BEoF QQ )LۊvFQF\Q~vFQFVܵr{"2%6.0j08`S^[4?[SpFQF_l<]rK "-cmNr:F 5FQF 5F 5`5`5`5F 5F 5`5`5`5`5`5`QcQ`QQk  )5`v|{T^}Wp + P?2D|G4 7?^j^ "{ F?P  +6{BF-8~U?A1w0j_pޯ  f mW>Ѳ{GAAʆmHAAdr,G*g=_|`*   2$V?_''v^o$  yr0%Y +endstream +endobj +1132 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 966 +/Height 720 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 1372 +/Filter /FlateDecode +>> +stream +x wz +endstream +endobj +1131 0 obj +<< +/D [1129 0 R /XYZ 62.142 611.522 null] +>> +endobj +1126 0 obj +<< +/D [1129 0 R /XYZ 63.142 551.778 null] +>> +endobj +1128 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im18 1127 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1140 0 obj +<< +/Length 1739 +/Filter /FlateDecode +>> +stream +xڕXo6_G HX. :4퀵{mbӝ>x,)r!@L)Ńm}uwMY q {<AYAr$mt (?uպJvD$umrMDei1"{C?"Yz)knZʘ/qPh!MIQٶAuDsv )ȈMߴ_dez]!쭩>E^:Y[nhŴMo` ma+^L8&=o7\{\J˩dz/ \fدV(%,BdS}pdN͑h`i-.Ǿf<,!'MuJ!_8πHS&3QxeJ{Gkk +Tw4kt&ZY_juDhw>7OQ/362 +BC*Ͳ {y $nרf)3)Sq<`k0ā)B\•ƌ#PDSzL?t.>t}3KfC"ؔ{L|267IIՀ!>qF&!X};3l/WʪmHG %,_:yi[jዙ`or$0!aL)c$`Qb% _ϗxJGPcgDxk\%$2@ԭ&B]?4 ++we[[DŽ76eK< +PRŠ'%8vKl0jxY2ǁ,/i_}Œ+:0Zڭ\,Ks',;/E~?>k*yތ.5"2ߤSN0?,Ԏ> ilљǟ*x75D$]< s=Ʈu@C`X]XK)|`Ae~;31>7G=|J[pّ ? +j*V ̀$_%b ƜC\ZKs׃PtMbchO  JId$9PSN |z#&yz6Uz{ n/'8)iZ;ʱ`'܏9N8hAxa`#E&66ݦV`_uskꂻ1 8Ia2N~F YƷa`8 ˕ih n1 lE:9&3!̰"SL8> +endobj +1135 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1133 +/Height 514 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1144 0 R +/Length 47140 +/Filter /FlateDecode +>> +stream +x p\ՙǛWEP5!g2 q%LP!y<`Bwl!v@0q.K]d-־kkZ[խV{}}[uW_ڭ}=vtˋRgJS9$"Uas8T2; +`M1<};vG k0Ǔ|H +Rg~;"YE \l?xxjTo-եm䮽"wp]`PDpŷ^T)U`9=R"@d +"|("㎝6c+r.W"?;1D3ݹ:DPfH$ d!ٍC6X1>^@iĖu `( ]P"dFV2E 8b}箷 5jӑi=3RKU&q裬@@\W@Fds83_߅4 + L5jr$:+B{2gyO"%BFFݵTX,/9(<駟V,;^47z\rďlْ@G:effnݺlIgkы^㱭0,44 +a9z뭷QsιGkEg*;vʹ2'3[ao0C?]ؔaؓ?M<9d!꩸k5cfg/žQaQ'a9dE)}ӑovoCglj"d0[l،Yړz,G?w8xFŘF}r=7kc!O5l:.XeҔne40.hskf&c{[oHLݏ)" NkG~RclV~buCb 44A]ɫA\4ev{U=BezzzlOגw X:Ȥ'85*Pzm(U`]U_F{06P((:+*))1gv{tdK!/ٳg}IBBSQ ?6kq$7gwj:Gk5%?-P>xT6+ͮYNɨokj|%oԗm؋gǍ1՗oM\}~2ۑf㱋OJxϑfoa +^R>~hAZFiNoRF^iԋ)/uk,FIu*eZbo=%R];I_5%E7cKjf3ny<^LshnvZYQ[nUL=;KBT_zA3iƄҩ|KduVW ͪġ3ɸ_e|ʩy*Dc\yndz.':LU2kH%YsX'd;Hoc)T"dwꁺyu56b%0wɋEǤ~ԑSl2hF[7{//QKu6; % >5:a$d*ƊK ֨w$}O_cVid|FeqRxV\;p'dzF-졲M:Xbwb7U= +4qBQˬQ۶mSQUٍCjHݬFɌ`Ԥ5׼,FUWfڑ7FlE +]$]NlؿzFaֿQٙ~s&mv2NC~5+;:Q9C7Rd8qw/=:aJ(qo38yu'֟LK=ߔNƦٳQNŦ{mO^#i ftiTv9.p3׫y%#]&4Ntl?^NTAG x_~pE>CӪ"=uMoa߰NR[M=ʮh4jE5p7xɑv'NЗP0%V2\Ɏ\4#A:o-"ИÝ8=o7ʈ3]g^˜s_UsPJ_ߋ($WA= +;еltmj(z?NnC>**t̩Q?!ch4ʙȀW_x4$vQWmג<\HN2{˩,(h棗'Ն霜[-d䙻^ 7 X,G}t˖-iiizU| ,Z*pNnh^zŹ47{p*1᝿ǎh[y"z)A+͞'JHesH~4OF^3Rը㹰4W +w98oy1ū.DWmIR3Efv>s8r']*-ZFR +"4 +:&E̙3DrssQeK}ڵkdO>5ѓJ.k4s+T"0yd@~j.<=(z"*݉vt@kSb"qzUY|NܛoSB,G+QÚ)E&WWTe/ϫr46MG+ϫQTvD PCGBQks]Z/66lIմw4W`eUpq^RV*d '^_ȾV5m:ljo`In,`4w?QXMKLLȍ>-UV&}[b=T2)۬HVͮxH*ttڦ:(h +űתcFv]c++ Q!\,UP4 + \5'eL([(ih8w]?]/11Q x4wHx0_K@ĄSQrhMFvIfKmr$4 +F!';̌<}~(~:;}"[nШPun04h U\k4Jlp"jd|FВv"Q(D5^ώlf}}o]}w+Qˍ{lEACQ+Ntl"5Ln+VtD`+56X1tA`)|$^(CXa>jBGƸ}'|0#JS)ۿ5F|~wˎa.$Ibbb4GiiN['^06[!90}] c 7Aggg||<5 +vO0 a֋)01i}@xAFo-bbbIUWW6)gC s8a^fp4t=K]]<0''1>u0:I /d7-mRN3Zfa2.q^ IR,7dZkkk&MDZ#aWăxV;-BB"04m2FƶZPQb|>9ͺw eK:TBBBggg[5Wo8Z0&{ &Vo uǖrTRRRwwwH5`|̭-%Ƨnc'A<x'*TJJJ__(eK(aMYw /JRt<(_< +"??TZZ`6[wBV=U}Ycu/qJR?ׯSJOOƵZJ9Y~@OW l6&M&RR(7%jr[F`U_޼%[Z9jRW^[. ǕMC\a|aB=kRiff&5<\&6^ nU_„:G1Q*((P*n+D9|j'_X: +/%%TQQ .^KU}Rq@HP7x݉ԤJJJZ-* JL<&zU- s%)@h%ݾF3>>Tyy`\5t BCf$V!B=ޗ񶷷P20gqK-+$!nVAʗBݽk[ZZgZkz$U}s%)Q;!;FI544gp%}ܪ[6.9>\n햵~VmR͘rVQp%)WVn(UYzLjQ111mmmkqM۹\>1%Ƴp`$ԉ}68]WTTP hI|&nU5u\ +h4ԤqIɧʹ}{9** W 3q5˗/!,iVzPOђqU<ׅ P*ԤRSSqaQ$q%)n{+FP;\GM*##C*7:ni7$fAn9ͺ`n ֳ%EMڵk2 W8/Χs%)Q,5B NOO&u)\a>֖Y.E%A"~p+WINOO:, +$ )Iq%)'?z{{IݸqCVR8:IJR\$E3,S??ҥKԤJKKu:,2ВDm\̽1 +u, 舋&UQQa4qËf$KRlgt!Onkmmb#CܔGy}VnU!&UWWg!y+Q0L<)$׸b')=vmRN=1q{EĪ NhaXjkk&ڊ+\89:̉\Lc憄މUUUTbcc;::p/.Oq$@a قtrjR 3ʕxL[V)bPp44UVPJJJs7$r&§na- s6d?> uCwtQQ5~`~誾D껙lG +zm$Tr2ވ/)Lv|BNOR(Ԥ҆pP0D}\rN`5h*48@F=3v_ߕԤ233GFFp#SUA$Χs%Qrz݈PwDe6|Q7=>>MM*''X$} 1Wq%hI +ŢWqHڟH9OL ȃUn,,N}dd$33Tnn$npS(O+G9ZgCfl> Ɋ>Xi% JKK&P(pG%@mrĤ=Qw>mT9ۊ>6"L⎝ +VuOv)))ԤT*n +d+IQO^*Iq|v SZۿa_7`J"\/l:Xڅ `eyP/W^mӓDMXKO3'A۸,U}mm +W#0ȝ?XQY vՕ@MLJq%)n嶌-IqoC>bYQZ#(~)_`Pϭ#,R40,3:ni7$f!0hMKdiD%V +Z´1ZZZgZQ&n>nѫ +ێv0K`( +q_`xDKVt:&U__oqS2Wm\y@@xs2}iD%V j·=l6'I577C|%-Ȥf5j?+({V +u{I\SSC5*&& Ir%&fCLf.ШZgO801ywhyn@$'U}}g42ŅR,((&uʕ0o䪾>5@,4Ǹʎ֨O#MTW[[+8E'?i䵸Ox|8lcKSZ<4 +vOExˣ&><<`s8޹sO;@ u~pҲu$Fll,W_}s`F+d˄wgE巍z;ɤaxwE) cW,4qW 'dF2F/\!:vB&]zTVVh:ԯ>d,ݎ%b +=u"ޝImGulN#]Fu2z6lfm!=j2ujOGnP5.SWW]?}d[Tw`VG h fF}vell5)TauX@ PuM I {Ν#rη-iv'%Ti08MKyRhrpסqG J^ bM|I},Bu"T*MOO&'/W}s{.@ K|_-^&p Oz FiIU}UGt6+zs5jU~(|*.530괵U?-P>oNe7?bGMGgjfnvis۫Oxϻ=68VЛ.jԆw {-Q 9"Q.sݝHMTՆɺ~##bW2E:W5Ys/D$iY?w 13iԦBhX4j\l +JoCAizzF2RSrTD˸J`1$:7,(eIvU.1N n?UDn4wG&wrlPmFV:ɥQES3d"05+/SozLWZ+X'{6 Qq~Ŕ=en+^_>ϢiFԍH͍Pi3?F0M!z2Ԥ CMG?@ )J$!Q{!KE_WtRM fc0ӎD9"zYޘ &VxS'/953kdlx3eOwL۔"oyE{N3;b.V3^2)W+Ѣ qd3NVr=-z 9GYC0Yl]{a[BgP6!y~@,zhTBBjyGhҨ}O'5kّ̊ ONH9,(WF&,g97j_]oLˤLj|%WQ>K}J<{4w!]: R$/(ƪ|EYӁF !ڍvEsss,uuu6-.@ K_, rύ+nݺng71 ْlO^E^,dn?F#x-_VoͥQك;K7xt&P =vx?+>4DOM Zyo8QPG@Re!+?"_FIkkOEZ4(EmRN3]XbMXOh6OV{]ǿJ}wYRR]B%T˿\?5i=a@D;:5F)1HU#hk"|{Bcr Q•a6B@F "ZWW6h2Ŏ/*IZg.w*Fy-nݨHf ֍ w>%+!FsޏWƛ2 QX<2;aɕYG ;(*:ƍ@ MDdo5l7[F7QBU(|"Q]dZt$\21ǁM OF s9JIIaukwPR Fќ9ӎZ7W@;ohlCO|n'?Ga>4Oț#B(!ڎvYzTBBBWW4jJaѣ;w Q/ 77<&/!/D? @@V8-4Aǘ%ďvoCg-.q"~e4Vr.1:+ [IĄ< X~ ~\%&& ~Ꮛ N#D'+~v-bNQ?;OrCؔo hu>Ҩ. FєPJLLF-e"G?%F7?ڌ~FpQL.m6ѵ-ғ{ +)Ɲgy+QDO2\jl XŎ0k-<.blƪrNU,J ]԰H>gS=(i`n{){(|)Q{.ARQ|r?4棰}ƁY/$QG%=m#觭xgI۳v¸+4Z8N ݃l /@ {4KSZϯH{uf4 +Bx&''sssIeddHRḧ́rٲe Uk羰7I$S?oa(N\\eSw..kMm(\;DG|o4~c:*68?u~H#ێZx8clҧ[aF?ʮ5Q~:`9S+Q)MؽШe5 אlnn"mء=Kq$7G>4 +6B<妘 IeggAf5iq*)Yk^3NF5{́ƃ&+y7O +MzSp9ޘqFwQToؚ(&W{fy+x0=Q afR90QHEϖ2÷%y|FA@0$QϢ]nLjR׮]dШE0dbF[nenڸgb\QPH~pk,8fP"2NPE/hԒvaAt: 7Q!QyR[Oew"|?x,%%&iwFA@PqEHB,iiiԤ_>55Zh\35? ȩ,6Kd㈈N^hG1E'F9 N +G>TW]q@Ш}]&rFbLEFF! _n~(hX i#ha``ʕ+Ԥ + Q uV7[}fE:Syy9G{ +5*h<_㧒v={|v'uWkj.cLJ~-P>xKcz4ٙYM.U@(i"~f#9ђ6xǺ*eF#Qu|"ĭ~=֟ ϵ~^)4M7Ԩ1O hݳ\*ڟqzj`V]t + NVLp߮wYe1;Ȥ/ ߻42ld6Mk]5zhSɉ >]b`+Ga| +q=MnSr1+(h64q˒ۛLMDVC1+_&PB^rɅ͐ +Qҳ_p5IUi J\xHEK,FJ2SP +IEӪLhU1Y ӥ =.'?Ҹi,Jߥ%:iVCߡ wGB%^o4݄7=FkTfFfEY1=E%Zl|L?W>n+^T=ӑNHjDRڜΠb 6ne4BNad1 Q%j'Wfh;<;Cr $>e\U w~̸=\wUto=íye،1hXMŹ窒}ƪN5񯳆ȘF6zEi'U_K#<+aӇZ!3?QNM79CUUܗd[]*6hɑ[F{k}aV dQr +m֨8ُSZʾv3heb߭4 +Q'hCw2=jD+GFtttQtQڒαh9|W688HߌF{T$ YxkۘÝ83g75'm Ǩ{*1Qpej`^\E*H>QAsҍUi0y{t'jC9wrV=;u:BeZճ.'(q9/wzϳx"F16u_/'q8\9WUD5{h4m# wǞl5Ed7u:*3u_)+YI4*b:;n4"F?U9xى7Yi[=_j1F2O +w P֨zԈ09 +i}h5z;hEz8ѩS9ь>#y ]$~PFVײ,T+4hmK| npL{׫6h[yIOM W=yQQr ]Gq~ +E0|wh?j}Z+;_WUf4J=ejOeN3Jө9)9^LȜ1>u'U<7Nq&i`UPSWb" XOҸ_r5>!g^rDQX|c +wf'$BP;% zDDr~#G#t"5Jh&41=%|HTkkd~ɨDT:=}>[>b qUnʅyJL(M+aOШx\aGW~R.˅buTkk+4j4JKQoI}2B͙+=hu\У| ͑|3NMK{IeXQF ͑8wzJ..x(/-ՊiI1kXǽR1Hfnf/of=)qf8}FkTs+/95אַ5/3ϓ +HvwDc7G!%oo$W+IHnA,#FjT\\\GG4jkaǙ5-PoBs0LݩS:vxMb1;ig܇þ%/nR6Wij(4˂%ǭіjQ= \NGLgp [OFR؛(WQphz}D9afTHE,/_VVFMҥK5w՝;w9zWǡ;d[wFz21]3ǯN ϝ`R-+P<."m8c sl,J:-j`ܞB>TcpY:WF&`t{ Nva׍-m*Ma)"̧Q G~sS"/n+l[w3T;<9u%uKTT1@WSf˿]ow5[9o/,hE_K +!Jܕ޵9r u}s!hGϽֺكnAQ߿\C&q jw{ VFm@,;jTRRRoo/4j{ti˖-4Gۜ8q7o4jݎ P Z]T=CGjXIPie']V`_w.+hr(J$R̵~s.!Hd?~3@]Ʈ4r +D8fYF뺎[ص+ĭWBZQ҉^  >evErn^V0-]sh_ZVcT3fū=ΞVl0ڨyQ+,Õ s{wNE%.]b4 p[_PFil2i,5tb|/"5U>+MG 5"tMx*?Gh{eЌV)!ZvY I VK_IΝۺu' :uhqVJx]!7zϧwz̎Q~\;OJ j5l@p_Ϯ?X/sd#_-0]\§;*4a2:6l@o(S2 ٽxN&_*wnvlxQM%7qb4J?5;/s X& .16+y"M'83JU QGˮ g3㣼%na1fWJZqvy,N~f=;V* -Ą{iOÙ2Tā%^,Ve2 MiԺqcK(jm> lͽׄNM]~TZZ04?6Ilr(j?UV+ Q1J}(JTԧw6Go?31$XMBued׮]&I80B +>@Qp(l-h.h@]挟4|G 'ӖlOT7>+["jxrɄjG>F!gggS!FU P#>U$aVt`,CQh.su6_g} S4Z|-mF|wAfrrk jR(Ăcg^q7ΑF!Q ,_cy@L3gʾX%}Ya&Tl]VTjR +=jlBճl횱CQh436b|hOԋѨf\dЧƄvYSRRIݸqCRAEN5v?S}B@`)R֋- 0Ey?h{} {:$%%Q*--h4{<@,F/>ʘ&a7y60 c[Nt6394x/&=Y5B\=IUTTU<į@ ƅ + +FŌzQxVTivV+m7pYfЧcR6V-rbsb"Q?_y`-i,.ُt#-=۳>1ϓ{s_ĐgTz͈`mqЇBvYeZZZgZrIU 27[.K11-^EԉfѸ5SyfHmл7.Vpq[B1*t:&E;? X @ >~@pbpɁsβ4j"ۘ_5:N(>Wg?7>GdX=#F>6mRͫr_ݾ;}XMUao +M+SSڤRբF ~qPİ3jkݍh`5&&TMMٌ  er VuGgTj=&ZbK<S ݇h )z: y!)QQq)]ctof5 ?oSjzj΢] Q__6F#-T6~]/&լ'LX=[ڌ*;Oxq\;v >VkMMۤZZZ&Mt\-&O'07ó[]LgjZ+N]TYYI5*66mPft!(cc\E!3%&*ե{&FE ۜ Q8o +c]^_^^NM*!! mЧS#KPHέQǻ()WVWR.նz[5qYB/nhFRQJIIG fb[]ٝ7:<29骾4"*;BhGPSJMMB q{"Q-S%}ƍXuo El? +QBvK022IM*77W&M&[L>7\Ӹ5_5tj% .NpЭ%NKK&?556`11LbEJfr|kzH>G͟X+X5iC]BjREEEh +C&Oʹ]~g!Got5˕6\c'%MJJ&URRV&q+n\J-erk:#72=U + r-hФҥKԤu:@rnJȕ|aEٜCfPQÞQ>Um~&G,qqqԤF, GovKޭQ}5;H[}ng.LKKK, +̇qS,~VWRDkw?ϯ _=].!Nccۤv;@Wa*.*dw[{^ls2n"8c8Q- ~+Hqr !TWW6&  +n췝x)c Swd{UMTwkz{Xd![B?v },KuuۤZ[[& Sre%ՐF.㻯ٓקs𫦓,;EFjT\\\GG`,h,ExɖYuPW!~@e%\teeeԤ.]$H&7na'_)mUjů8&ޚ~P ,% z%PԤ{{{&K]y6>a1LbM8eژ-K/4Xj:TXv / I M/ 74OǕ\ltQtτv' A3 $B'hcjjԤӇ&KaN3&O=M ōxm.ֺ9Z&•Y BW.aɖɮ]FM*++kttm3ajdEǝw~2[fumY^U^.aXvv65WNLLMWmJ4ٯo3FnTM286j?5),+>%|JԤr9`1Ll]) %*{TҳV٪ǺPb>?]šTjR +mrCN[9n_ۢctܘ穚Š' _x ].N__˗IݸqCRMVb.RnUMPas;ԭj~GugQُ++(xEmӹtHwwwbb"5RF6X97]+mU35:z%39P٫U{nkMtvvShfa>W)}) +VM7ٝj{8^Y8aL[[[ll,5jٌ6X;Jw~md{5^kk5^slֲ׋"_H K -" A&irNcO9UoꞞф`qvov{{{פzzz0&B +:#{ xuto^~o㶳rJWB5*99cEع5LkL^lc^-[%y3Ex^pxر} "h4666RJKK˜DjnyE"Olב[])Ǻ^5|QGȐVt:jR(e7}U~rwo᦮bwj])s8GCqځPkjjIeggOLL`L;ÔqIEwüɭT։Mlv㝕Z~B_L9C {8@H +EUU5i @y=}_Du^ +蚾~&+AT*-//&UXX(0&,/8~C4i/U,}$~b>~WNb5|+hpĹG,R*..^XX _~W:.V~n^F3-# +D|QQ5+WH$ @_I_0Lu^z{ܯkg4:ЩC1lqfffIUTTd2 @l1 L^X?:>l~7}DzL)G*o.U@`eLNNPzRĘ*ImVP6T+"Q+u:47PtC&YYYԤjkkj5 g_Iv7&q^`r-[;aEc%nX%###Ԥt: d_wߗ59N fZv^Q>fd38{LII&l20&(Ʊ.TɎ#Q3v響fxr[G2B]}|Hy$n_Ǝ2"V?wʎg5חDMj -ȸDnj]ܶ׷K :qڵDRl):Gnn}D̆u임]1-EؓפUZ +CYsO$˸y_5Xlk~Zmmm^[ID >65l6777SJIIu\g~Jd!q{>W@M*==}xxWW1cD D<GjԤp@rω\^"[*RKpT*Uuu55I\c, D ZߟZL&&?33+-X"[-vX D")++&UTT477-7 qK@l녴,,,P"_,..z dAn)-pyDԤʖp@|p4߅V4j홞ˣ&UYY)q4j .Y=3%Պ亣-o#q] DLhabb";;TuuZƅШ5Ymfc-5[dK=n(Xff&5:Vk/Qv=Q*gΜ9p@vv6c٨>K![>Ԉ;a"&40<Z7d2I枆4Kbv"$~7O&FM̴ߺLRCYuNfan;ٙjo&U,׻vɧzLyywN6U*Ph^G ܣD{^qVA}'nKZPyItfcM>QN.۾OD2v/.QU(#;ɺqM&Qͳc^8;d06h`hs[${^4X#\x+zK=aF)Y (%~x[阍r#J+**I hT70';va~v ْ( +SjԾMRfaUyf|9uZ/*\9`(wF>YyVFkn3&eRJ_FF /)(A[D͛FH7vA;K4D=PkfN(rܔJы5F}2'ur~/56ɕO 哕ErT>:ϕi3NnW֨&۶4jB"\BMx~~g@o,6RYRRBzT{ 24FFCO%|U,K1^9- }DppN;LD  Qك[7t&T =v(lZS<}q3Lf +|G`+]?_kX(O[Kz*H~ŎjYSM׸Ebˀȓ#k\ayQy1o~NDI=dQq"WHk9#_lƻ?&![~GJ`]iva)'{Zin. ?5ia ~PD;:7Gk1J]#h܉{r~sFmOr Qa{K"Ѩm o&T?qNP8rL7 =yQʒlݚ~Y#[Mu ouꜴIŖ(lAA5rLK4QV5Ɠ։_KyU2;*nCk݄e5j֐{ $of'+w@&T7% z4ݍ#6!˽F MT i9|NwU~]5>ZZ&RP:ໞ9|8LfU6ګϦ} Ш`rssIUUU)J\ +%GgϞ%rFEkPR FٜI}޲pFQuqIEASca}9xďZ'>X[œ۰S/FnD^CAr4}"9O +)V:0b&f# J҄QP4h{ױnX)~b||Ԥjjj4 .Ff3thuky|+j.&E;9ȓ][L-$baߥ6D6~} Nw;2Aџ KBN(L,/9,QvEQI2S<>[^,Qs?]d Dr*/Q4ODXKO. -Jo1yslݷ&kXphatt4##T}}Nõ(~ryyyD.#mȖ*"z%ulx ovbA')-tIro.36,A@i=3#z:㲘L}ͨ8wjԹ^U-Q<ѩk +rCfIR.foKȑ;p4!ńoiX8iU|4UhT0=CGGnE(oScnKV^ϖF: 4r 13\I8/L>"4tvuuyMr h7<{F$wגk`]Nm7\Rh">5al^uШK;d'䑻^Híńs(Dkl6PJNN(DqS36eùm((`hll&6447QeŦEH$e/Ͻu74 +4jIeffh"lgH6JmO@QJU]]MM*;;{bbpl +T{pW@@b\^YYIM*//ozzql<-(b7UkiiTaaH$•̵n), bii)5_\\ +wg(b 7VѵXpQ*++[ZZ6["[$n}O\sS帞`vׇL"ֽɿgѥɜjRW^UT`h|vOh4@{:O(;q,jRZtlHC >4&Vkxx8--TCC^%ƧWows7DǧuMyt(`rr25fɄK:6 \S%D )>,/DmmmVtl$3O]q$DWOtMIJеk׼&p8p= :tt-3 ?nՉՉq, +y ^v;'I5 e ߂<ظA0 +C@0f byMc|07wf~KH>LA{a&p?Fcss3ըA @\aD@㾻!2#X zTzz0 NZLaz0^F&5>>1;U U r! nJիWILMMaLbC X2T~~, @13ϵ1a0^[DRVVFMh~Cq2u7d0CuYXX())&UZZ*1&A-Mn@dKH$*,,&U^^.J1&Nbq"5ÜX yr2==GMRP`L0P`rdeS~3-Dvv65jZ1:BC%u3)ь jRuuu:cEԆa:1:Q#S7s J Rjll4 T1Խ(XCA?IIIԤZZZfJl*zمbh]qxV7C{{fØl PJ>Բ2u#D28nIuuuG0,M1|Pq$S9/fTOO`C9nPI-LL/fjTRRR?`#3/P 0dj'1G CSS5ԡ! 2wb >b@@V[__OM*##cll c^*X~BVP|R9ց(SM&.+SU8BPTUUQ͝Ƙ({$\HdnT\!J˩ID" b-%SG5y#K08A,R*..^XX\(ڂHdNT0??_TTDMʕ+ tV CA")gƌ!mfggIUTTd2 @1 DG S۹-fjj*''իWJ% RP 0st{2u37Ɛ*YYYԤjjj4 `yP Ba0U2ug2u37 +&''IUWWT* b|CεPK366IMVbLwGQ b4Y2 Qjhh0 rP gG,SMc`` 99Tssٌn zCx6\L`6Dmmm6 ch'P` `g2Ճh\.׵k׼&p80,R sP`+8WZ֧vB6jdwvvzMQ drDrFaXڨF%%%cL] +@q%s*`4I aL- +$b2AtjR飣l2(zdNn_;l}QյԤ&&Bw0'fTTT*ILOOcL  +5KŮ2T~~, +XL0#)z!HJKKIcL +Uc)Bz/,,,&EJ,cL +5eef.!2ֈDjRRcP!vdjͥ&UUUP(0&X{P :T>{L5Q`֌˗/SQaX<CެHf0^khFF5zN1b(627"1 ] RSSI566F C)t2NߟDMb`LJP L\`$z CU2JqF*q:^"_G0,CLD,Sr*ʱl^Ř "P @43ϵ12fskk+ը䁁 !T1wQ @4!d3T "`0466RJKKƘ@0P{ƌ P3 9a.AVV&1661@ act#:DJ&uI |*0bG~m퐩H啕Ԥrssgff0&` U }[9ELRTAAH$˜[P`+\BCX\RRBMxaaclQG( eWLa:%s~ԕ+W$  +gjC9+k?l^^5 +L1sSN(`b21SSS999Ԥ^T*1&@gߠ +M-L3+,jRuuuc3vh=>< +ddd$==Tcc^ǘIY9Q d*m < Pjnn6L @1 #ܔ ϸ@ח衭jbL8PX&\vkRcM+nK,+Sws6ě=yMX A1`HTʖڶZ^*(L [wʔdjnn288s1P X[ s2ܥWohh&>22P X?:e/+Ss[i4ZjR8kPLmb*ʫWRΞ)D5(lLL%d +jRyyy8_hPMUBLBґH$W\&UXX877.P k5djqqTII / Z@1 zd*[C +2annTYYN`A1 +)f{#|z\333KMJ.6 CVL0ŹLMNNfggSQT8;MPXg%2ՎeffRj85 Pc")\9iiiԤ  `@1`+Խ 000LMl6CFs%Pz{{=l6:uFHB/,r\]]]^"_;NvbZĝ#SvkR==kMb1 Jd*+,Kkk+ը~8[X3̙)DM*55uhhp* dctS[Bt:]}}=5Q`*a0:-#SwD&SopZ&511CUBL%ERPTUUQəƑV LLɵȥRiyy95|HD < dƘ)X\ZZJMhaaX3(e{#1/TQ'"PԤ\B +G%7CJaq(S"(??TEET*šQsb(Xom LOOPzBq| h?b(XL.DӀ z&&&I֪HM8Q k\^hFF5N# `Kb(XW:5[VϵbSSSI577F^[C XjKJJ&fXpll9P )Swr+F߲]衣n_l%P aN0͑y1G;NIuww\.U Jdj{2E9]2eڼ&ۋ ?Q QS)L5*99y`y C@ђ6`0I HUL' +\>ǮKjuuuԤ233p$  Vs=bGT*Uuu55IC1FZ e*[CjYk.̝啕Ԥfffpg#uAC@LS0F,S/KKKeeeԤ + p'<w0  > WŒjR m\.WOO'hA0}0Q 񏝑.n gnnTYYDk8::bXp0D?C?b(_ŹҲ>Eqnvv6//TeeL&~jfeeql>y .ab('&Hd^.'pΦ&U]]T*㭭*@o E1lqkP1>>INJNNN6:&_6}7^LfֲqWʊy4554˭*m l$L}&2* _˿ QiJJJJ'%%nG.M|tBJ-[>dK<2šN___bFGGqlm 41`2/Sg(~o`\.B*(qM7f{d0 Ąy + anZcl'a(ت+7WRcpp0'''12q|l|a~09LR"ר2??ܜFL&`gz4e3@;VMU.ݾɴ$ @0?|ü05 c|y$&u#4E +ŵkhT}}=옔6UtdA箓u]'wL BpYH7ZR&h4%%%.p(xU.}qm!" ?YD| +@t |}?:0###&Ӄ6l49mH0-@K  7 + t^Z։, ol @ ]$R||Yysf5x}933S__BMjjj +p(m5&@D?~-wV:900c skx޵\P&a`(a +7E8O*!Eӫ[~K_x~z&s""f#/Ë;dܲ7@ V>^9/ .D-SRYm?QbCoyrьVh?ٝNܮ(dL|.ZYY)85::6H0Xkב2׻ur2岘C};/P:n`pG]qk:ky>r[aME[r_}`c +Wq:Ts% j-/\=?S] Q3ɮNx1h}j.Q{R~S(Aହdzw)LFe6;j~ Q +uzPccOzvM4O57?lv̟PpO4pOd~F$|/}fޝF:OFޛiBl/#0#O- &B͡V,]pS_r?vlPW#-K3z;aUm+?)NFU@hԯ +ٍa}ЌgXi ʀwN.ZMc]7 jG ==2^2-`/vS2uר!c|zֶKqQobNW*ȮV͓(hjA>}zLVʹ/WTHҨ-Hɝv)?'6iӕY4EոBMKMhOݢjDbbU95쿌= Eը- v1z^{yZ5"sg_r0pՋ.ywW˙0uڈ݁ߙfoGL?:b?VLJvQj^Q S]١%yw:Z5݈9Q7FZ9uPH%mN+{xrII+ϑڝTTKfe5jOƟ83/^Fe|@ީcY_mࢦ@_`deQb}rrtNv7!^1Hl 95K]wN.*3翓/fO= 4 WQFF tL#i56#ۃ |ѮF፰L޵oϿma3*m +hQQ4a|R|2F+Wdw_M޳o?b*U?gzc:#b/N)UpNFw妠V6ߑ}ӆirJ\`u`TIrZFma71)\l@~GDùW7d7Iɞv4fcJNt>jomykmpj4irP 5Է9qYLVt۷O_\`XはܣSQMmyuuj ;fs|>{X*A G,W(r,}ͳٽ5*v#^#c^:lI}VRmb.p7?a=ۮ 4 +QA1%~'qf{|St6GsUנ96A]o@iPL}D$qeWb_fkV{iv}^03uGin]IcMKШ->EKʁDLL\F=O }Rw&ȗSE$^rx糂FPq֬YyNcŧak/,'oL82B5J(}1UMs'*h4B :Ms. {'}Fu8MUU&(11E|^skq +|ϟ]tCm'9F=U۠cg]S"2KOV>wD\©µjGjrۇШăcf\noFiycm(x{9Wj _Ko)³!z/.yv'f'(6]R˸˗'s|R8AO|X ?YZbrGĞ-Q!mzkaIz&RZ7Ҏ\a]=~ƵF؛JZ~VzjU~?Ч(fF-FQb+O yE^T5'-tuuu`os~׮]dB^/J[Fm=4NM + S2UہG!S+OWM*!n_,\af^E bh4jΜ9CT m>fDVY~u>yVͅ!; ,bS}ܛhG't|-&Bks;qOorW%KI.V>4JS5,Lg$WsE?(΀\ʑ&'O 2oQ_˖jýkw]F786SI(vVܼ]ĪQHR0F-F6 +s{g3^uV ( fjT@|PєO( ?rPWQMMP!M|Z`nGȚU[̞*?Í]ZM#OUk!)qGL4v6s֨/tȖy+qfAV )-S3)rjՊ tkd6g-ChT\K_t2X. Ø]֨K>uMe1_ ~eq!4u:vdn/Q]M6Nq7Ou5}iu?7i-l'Zr)؏t }8rZCu+ר`%]*|9U_[4 +Ѩ`BZ"&g]:65Gb{4*LÏG%?ћ`Yg$ +)vۤJƠ%v_pD/<^s^nqZIU%aNa&e.>:`%vD$crkTȈJ[5Psc*Ϥޛ[b^ST\1=crh{;SjC>R˛5>^u6ǶҊMa}e59w#>Hm}QX宜Ҩwf,z(IC/y/#.9vNY,a^5ӨKuFoKVM !5yj`wcj]Ie5j;l8o^)yn6 {ٽbѪI=Ehd73{r8"zfN`;ҳH5MШx(Z!M.gϞ AkQoI}6BEgs&yˎ­EՉkU'MI>?j}c\=z +wya5ʽ.[狀x<:ֹ%lP|u>.=_t~QN^V5Z7ڼ[doDS(O~ w=U6Ө &*5SVƖnC4*J4*yfO7dj틣m2?s0}e/rjf5TgX;sjcOؤc3ͭ.xp=l\FvoߜO;*=Z0%]}j޾O[9j.;ז.fij7owѰ>:Fm;Uv>,Pv hԯ쭃YnO֞k"u-~k{IMcUTt;_,&by3! 58;Gk; ,jXlԶ͔d;i<ζ;#T&cx/}"ﲖOQqQt68y$[j*RYO#cNtu \"~dc4vrn1̼ÿ`OB-&eG'.!{us0- ~o? hS. :Ѣ0âlmwls(by:XNv'>~8:1`A Y-&ޚ%Ҋ'/ -Jo1A=N9^=uk[ +U3/Qۇw.aVQ}'~c^ xRIR'|rI}huwxf|9uZDK +Arg U&ʳud[἟1q.?hQBnʧd-r$OTмitcot(?Nf2W Qncrw࿦ٗ/5Fuuhn8xtt ?s+4k+N)]Aa:䵩j;I(VMXEm3_>>?4*4KnХ|Aru[Bp8_hߡƍ(r5dscbh7OBi7a ܹx͓DIZo|Q][5UB.Mk"#0ظ=r} \]_G3]5+ $|l?QMviԲ{%忐+{ KYzxef vry:iE_J~áN hQ;d6}>p.++9r fplw}dc/R^@pZ%vl-Gf`sWKVjχӨs|:ń;Uͦ?/0=%h=Dg@_cX>%og?'~=%8r??_nba_{i Jpل tJ5ɦ P[F"?g\zT)53/)HʞШW?/yK\Փ1IkqIEQ{S~5ӷ4(LUՠQQ$ mAx衇h ~Mݿ?,|3uШs۞Z$wUjm\S5?CgjbX$E ϝi.׳oخ] U=RgԺqFɯ;]4۞n<))h}Aiewm_}M/^i"W0iX$#?^x꺗UhCƸ4䔕[T.!OꙀw 㷤=/(wcYhkguʶQ;8FQKrع z!PEev#gP4cJc;γn4{O_Tvܚ/*)qeO%J$@B4jCM*//|^L~POd_|fDU,U45ӂ- uOͅ'BEw@XĂ?T>7юN͑ZLO4]=99_&[a(N}tJ2H4jBoDO82z*{Ş[oQK]atHڶY3wcsZơh+sSZ5i3)/*0\";+4ipPk]Մ2xKDO0dfo,3~w0{|W] wŐY4>̭V4L.rm4N\xq: }GkO/wWZ+mA2/kCu[v{nguk40T̐4bWSsNpQF`X&'E$ m3 i_?QEҸ(ѣn=қ"(*!r6fKivˡ5JԞyS-5b~/ixfXz*5*_?+.aTV͓~ҴF`=J-4*5R}%%%r*8511QXXp8 CDuΕStC (F ' %ۀ i -; +nU'WX[45&ЗG_{c\=R2ן[0D^CAr45{hӨq>ORkOthXӨ7$_ǺQ]yg>M3Ѩ[d{z sg +co熫ʖsd4K.-BG6:8rVߎ FQ +wuoظ>(@h_|&~a{o2ym.qzh4vrn112n8'b[Iń= ,Kmḽ$鎺S1Uڮ<џvZ'()Xv+ʛ"(,{=#]A-/Өsf3K+`A Y-& e(= (qFqǷVn0uk}zvw_1TUo_jk}=UtAS?}PR`>?&_ [npin B QDFq0Y6.,,Tsm M#~&_4F1j~MP aȲ(dFd x#s ELv8L`ʶ[s~v{<_'o{~}v{%UVEo0M1J'̅璵+~Zx[R@xZ[cz&U)nҷicsYpS_H0uhCZ5\ejEoO۫n]$y9Vx?hYQr~/`S͘R>Z&FEQ(vTUpC\ 6蓦SԘh5Sٺו0OlVw*ã+m7h>Oo~#V.FI"7YdsRrbX(eٶ)B]I$F7^a{'$53#F!5wR\\<]FWV?5_+{~0[l#vdc+n |#Kl7$׭ 9%Lir7j*7 HWo2JR'Bdko$B&OWi*NQk^(pM)~(K +D۵Ǩئwm~v^[::dECӱ7Q<9a*2dSÙS?4~; 0e1]=?b"64nr BnTKL6gzr2 +R>R8NkHX}aCJ=)?ޓZ1QpZN^+uk~`wK%TLG*f}(Dbf埞44Rgwk5DJeiC/gYiV +9zF@J^^TvS L1j2%?@~ܾ QHqNpNBQb޼ZńxuI1 +Qy<9EDC|w FC +I_gYGBbTaszn>ge]rk-}}SX^0.X\Dě3Ke1n\㑍5|O1쇋W+*_"b6)(>{e; eU:k{f@cǽ0ŹFD/Z^됛\_XX*"抳_" = t#"lSCVXPth/ꩨx\> +stream +x! fN{ +endstream +endobj +1133 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [224.395 586.647 292.987 598.839] +/A << /S /GoTo /D (figure.caption.109) >> +>> +endobj +1134 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [410.161 541.957 480.251 554.149] +/A << /S /GoTo /D (figure.caption.111) >> +>> +endobj +1136 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [225.004 127.377 299.747 139.821] +/A << /S /GoTo /D (figure.caption.112) >> +>> +endobj +1141 0 obj +<< +/D [1139 0 R /XYZ 69.866 809.284 null] +>> +endobj +1142 0 obj +<< +/D [1139 0 R /XYZ 70.866 647.73 null] +>> +endobj +1143 0 obj +<< +/D [1139 0 R /XYZ 70.866 509.863 null] +>> +endobj +1138 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R >> +/XObject << /Im19 1135 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1148 0 obj +<< +/Length 1371 +/Filter /FlateDecode +>> +stream +xڍWKo6W(CRD4ŶME٦eֲ`;ádkopH1W L(fZrw(͜2!YZaN྾7G=]> +endobj +1137 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1217 +/Height 762 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1151 0 R +/Length 56832 +/Filter /FlateDecode +>> +stream +x{|T_Z^u[kmoW~[kuunAZE \"\C B m~O&I23d&#w%\#LNΜ̜<9Ks aγ?[~?MB!B$noUGs+[jAB!B ypNs($!B!Cr['N!гx!B!CvNB($!B!Mɚ8x !B!D! !B!D! !$ 7x)/;G_<~̼DKP\BA! !$b#hXS!5dKLB!$HˬMXx>~ +)oeZ/RtBA! !$r.{ooSO=!mU!qsls8>w'H!B"'?|ԽΝ7>}zbbbWWWZ⏲C]{ lK-w?O/dꮹ;:}U-]BB0Y^1GÅ {/~T>upfV6j'X}~׷۟-50՗>1SV=݂Q4JdN[؁BBA! !$9ut[RH^(UnCkhǙʖQn~hNicWKxJ +D?N<.ѥqGo w$BB +9 +yT=řlMp ^szew(OSM yl:{(ȾL-cKD3D! !ܝMmxs^7$mjjlxAMk8BxPKfWEBm*RV0@ ,oo;;[QHB!($!D?W1,//s¿.j-x -җBd1^*! ䷢f|嚲M/i5uRDlbaMBVQPHB!($!DVga +*v +{_T!_E4S&̍]R\g~}Gg*[sSHSh^wTӪݓ׶u ma?\_D /A-_,W^ْ&D=%j-^'Q Q?9H p*7HÇ.TVG)ٰ-W36nKj"oM8qîM_RZ-,3&zw>8'_!=] }{sNR B +I!dt +ӟpP~&ߜW^UUz-Ǯ hA!)e4?^iS(?T[P׮\2>JY}/Aُ,ٚRhBN2UvUVGiq澔z[go{?bSd[#Jď5gk<(`T[U(3~t+ӔeS-?A!ɒ&/J Kɒ#*Nd6>TfPH̬eurym%_[l)M|Mc*DsWd uQΨ.uMCfpUC^NsphvɻGsB!($!g?05-+t:^egT? +)R3B~p"ϏBjGR^6TB;(Uy\5VP6eg;q*JO;_o3 +9oGTchlU!+dy#ZV+kZBA! !B|zdՏ@V6C? +Qͽ#/^BCqR>F &/G]vj6EϘ[ +yڶ￾O`Uj?Y$[jT^!} X]ȯ=xjZ9 !$20YޣGjc*yT^ZSŇ2'G!լ5^Ä6^ΗVxNGV۹T&({e3*/g:rۓu^mT7gUNWZ/CvB4oǿBJԪ( Zw/T#]N#o~ñX+rX \!%|e%!BpwA)HM1>}zbbH? +yܹGyDܳg~>irRrעf6%v)GjQ _zsTM;kRH[SZs{m!DNR59BuH&˱R/2"l˳jD4J qH_ +)9~עr<9=uЍgUsW6SKuu?zh)68dBm=K{EBPHB!j?Ta1Z}ϟvOB[h;DN\G=tb4 +]]37O@ +ڕgU:+ST;[]xJ!*g,*jϥLNO[WMU<8m8E"7?|tFDF9j5jN fMkm[ϼ^Q_RuQQ{9bF5ops +ѧ~cT{)qRt8+|pUQoWzy f2j6t:>24X_&˳e?^ { BPHB!fC#-Rq$1[\≾BA!QHB m%^:WfRN[|vu@e@V6($!BB!Qs$W% +I!B&շx./BB!($!rTYr hB +I!xF-LikPB +I!B!$B!BB!BA! !B!($!B!($!B!B!B +I!B!$B!B~qf4!B!L}$B!q]0u7ʮ7\ ~mDQH@!@!QH@!QH@!PHD!PHD!PHD!PHD!PH@!QH@!R!:qE [6!ٞv4kj:c'!苭 %n'햰G!yjWuť/CH+LPR{9QUȘ60sRMKr2 +ZNZsjj[L o.+z K.FHUv +Z +)-Ƿ_a'+o%7ܟGwI hÄk3O<12r_^_$F`eⲶlR_-[kOVtӌ )rq1JnB@!_!3m!Ę9\!|w䜸6& ܾTk%4v;*-5V2RHj !Z%XG _?Lq+ !<*~(d+䂤Fs\~nw}=*wDH/Ҙ ]b bz*28qӒ\:)7\8!QLoCFC9֥Tk(d*-5$0aHRK0;+ + +Ԯ +muP+LKS$,cGfXS{i"A[l)]~j>ZA_ H#98?Qɨ#dA2%YDBB>aq0WڂE^c bYL6,d|J3QA"TM3'* B ƵJbo-" (5?Zbdü!Ԧ`n)b\ige" 27oR, +ihH}%b$TaT" + ^"X$(dp*J$T㡮^$($Bi`+m,PBG,< +9lS$=  o_PBZ7W $($ +$M?){X~ڌWD!ҖdɠG}R,( UڊՑ?ذz''"זZ{QH@QSAdvQݳR$Tkm6TbΕ[@^aXinh@:έ-/f?%x9eˬz뼣57-ܳWO6[w\vTf]BRBBe+l~^δEYR\jvvQHD!Ƿ)2 +|T@D|.Yi{*-KIi,n=:NR($ +BUr\f1 R|MV)4Af*z^pDlF _?V7G'ڹ[[($ +$X֧QgcYAR)HMm#}9^*gfjÛhz_N@rMzI";Z}p]V6NB*4sT&ڹ'7[1B + +9WT +vš+jӀ~QinMl㩐P9ϙ]7-Ξw`~DNgd|pS(+^AR)#7. +%m? >T%"I(<U6j=y!($ +BNP4cSdt(+已RrK`W|'q=٭w0WjOJ:'p֢BFB(5sFf5Q2$=R雪ߴB_ +ipD!nz])| PHr|3'fh*Ԗsϩ]Q꩐*% V5=Erj;\sTOpSD!'.O ѰUVEz*LT*DN($ +B x9jw,WH0""cJQHr +{!fskG}/5Pn\uv^@ZUN?b՜BYVWMVK9O +)(X+y9$?:4皩ƃ\!R?@ E3shY[cMVȯ01G3{#-]uJk"MinM[ mh6\qRZ/"w55&kYj4{ٮBIɣ~zur`Mmj࢓rۚ|#B~K]NRٕ+opS?n.n|-g"w4_U0~_-MiBUR'Y/~Mg߭K>+HVoqJR9o\h{)6MK""ǦF5QԥZnw'<PǦ +aejT%Kk~NbJy+Q3Ujj^Pmv(C;& T&VR+NC)zO56ԗr'6Pr}N}V+mtR +wGմi^BEjofMݧ`PHwP׽"Jh1Tc*0;H&՝dLYU}*Y-:=yl3^TRcԱaRYPߋ:; $#%uUH_`LV[BIA!}A9.B޸0+Ģo>僧_7W'XϪF-[SwSW=JdKF'" *yŝdU +)Znsxsmryͺ7V!^:r}CjُU)IR%@VEjFjeM +已rWXHޏ$E>Ȕ^ UCk-RW43;}Z +׺N!$afp75좫}Bȣ~ҠZב[M}gͰ +8~^R*1jBqTJQH wV!+={HBzN-+^G޾qkV!y:ɠYrGuRBB(*"O74*<O刚"isxH"N}y*j"*d!SQkh +iEuʫP!ZoxyڣY2B24|/^oq/T)饒A~=Wօ4 u.l Z2SA{ucul*YӯHZ5M~R66;:U ҧRijj/߿BJUVާ,V>) + zT^OeOS6zX(9&QzUH}7X P=LvN~EXSOݯuWHu'W,UJ^Az~*gDO ꢺҦ\VG!ҏyTsO}ӌ5qQHо@pR!(xZ})geBI׈Q)dRfHuSv˒lrPF&ȼNpRvkkY9+A!{g44E|)HVۓȎ%YfSBtɦs,k˷՟+QWE +ȼ~}<u~&Q͏BzַpRР~>m@!_!5ΗBj^.2HRe[?+dõ v&UH#os# D!f1Dk֎h/x*fD? +Zz]^H_ц.5mXՓ;| VVױkRHW GB|p__!Eƚ: ? +5H +wъ-[[#w͑ptQs@,p<_ +=)^M}O Q>;^ +9Ϗ3a +iw~r BAbG!/rRJMVe+lFmu@V^'N!޽ko B!@!UqWHvNLfTCIduZj_M+@V?q +E_g+mo[BB)WHmE-2pTSFc)J!(?UϠWzhcas@<4%@Vm)׻}ʻ_b= ~å)~Hr5#RQjS ںҰv'^Q6+)Wp(6؃BBzFu!=~Y͍ u= {k-L8T zNGN'5|/Ƶ<]$}3vcŖo_7߽Rj\P~(ƅYkҚn՚k~R"ͧ +ٚR=y~QH(m2TȖ/GPȰgݹf>(d)sH6P^c-#gvWҞ Et bҔ&2]kj:G"-iτ"E-|z ؗABBn8IJH ) j ";)I(О QMKr.2!i̓CZc")Y3mxm&9Θ$b|`5 + +),Hj!Ϩ/Xk!W]_$苭4fB719!宨< Q`VH}ExW+oњ-ĢY0!a]=sE-,5Q_MP&)J\#QȠVH!vz! 1Pp9qX+Lo%7Xt,ܾr*Wt{&9JEf{5OP!¾5" d̃՚ѡ=sɟ!κ#Wi}fw%2 WVNVtӌ ,w F5NQu>g:.e5S!κs.(dH(||{90W +Vrc +:}GلG=Ul*bpo6Lnw"c5Z]$ydkiqBFB*b@";3maV5v;~e_>OF6M7[:-o.F&iPk:.5Uu8XS_eVRJtߺB@'X|D!CW!RyMDH紝u$vkj:c-D1mstR2cLVie5v;i}Etk]n־@! ɭkѷǟL`+I_QR&($'}NuVh-'7L`I)R ݻ0@! 5aήYVNq8L\r@!D!`tY{[pNEB6YtX3@! T}Ճyg8NDSҩQb@! ${ZCS 0ѬM+}(Br7IuTC$ + !ļ}4n +s2!qGFB@VV/)ܺM($L9On8L# +B<1.I)@PH ^H;o`($ + $VٕЊ^Z#:fGqGQ?JC($@}@Fe#eNyK猭 tA($@TXWȵY Lu-$dP($ + Y{5V@($BpNYyK'E=$d9] +B[:s/1y.2@!QHZF($@0vڬj 5PH +F Eoƥq# +B1u-m^Bu+kBOd +B/V_xD!+wWȌFD!˜>+|8!Ϫ!G($@">Q6k=- +B+?+njLPH?D_$edfu@!QH!U㝯m|bݡZHqKkXD!"FrRRpє +BW+,D!+}Nj!;_r),vGJI4FTuz0UePH rohh4HD!+m^ MwLCjND!"(śqiRQ\?;!PH bybݡfwa̳Rr(&}tKkH@l0,ǽؚ@($b;_ۨƲwP ($ + ~pݫOd*(ȤY+kA +BngB%b&B!kқu6~bݡGWԎdRJj[M)  +BXSV!'w pٟY""i;( +v3+m",$hrͧ[kSz8mPH`J8^,XɬAq@\B5'#[K eI?:kj:c_7'}^?ް\D!!rA؝bo-"ICvåX#qAR㕞żdLSQi= [ ̬9"/޷m+ 1 + B~;X$w,nj_}"m-v(s-٫s +@reF.*ֵ\7k6qZKAJYˆB 1.)>??S(<-,BMOʚ_*'lBE^k{ =z|_KbM_Yf -G^3 + B?bd"2^ߤ\}"3$v뮨/d2%VCg~+k..~72CYB#I]!~Bٕg:k2щ:K]ֵLwO|_4Uܟ>Ey~b= + BN?k3 W*ЊXrxfru'B g%guVֵp>Tsf?[[벨^B1rB!P) M\C=CƲ4e2QQ>P=k=KV!:oGvk_]Dޕv2/I>2ɦYwK[{TɣKPﭓ ,r~XX'?m3]Ik}%Bpɘz뎉)T}Mmv:<5_WHOZ'\Q2耕]?{dRZeZg7XƊ}Eٞ +已wh;] +V"{P(+שYy{PȈRHf;zk?R~~?}Y {|ku|k:n_U!ӫX%-/>*5a)'iܜ6KRYanM띔V +p^BDC!`]?;JSf(nj_yuGV!=M6S} rjߤDtDE `Y[.g;3:՜{(rIVxJ! +f'($ + i +iJNVt.53YIDd<2ufIЮE$ +o$LS!ZTiwꇅ+S[t^~Q*u Yyޡ%Pg poF]RSfwR/(d9]Odj y-zH<-ReWnwh gʛg[m&۳ohn?uf?;ʤbݠR iKs{Gs.L{Bp#=uQ)du[v~U 8, +`3O7A +21g+6fU Dn͗BJĺ{ͩz=눯ܡ`gSшU^MSXگF)uݵ҄BTI& "=3Q{׺^G^tI::oDB~cI*^?5OIBYCC_mqڢ>E!QHRH_?VH_Ǔ7 =RkK0% +u#Pͱ THiJ,R((yΪz*vb[A!<#"{۫ Wv|Q{׺ojjbN9[mNuSo-u0cGZc[(mU=r ]ݛMâZE<\PÕ:ц^KFJ=sԢ55TfULPOjG==nwKǫcYt\҉tPH.l#B>/xۼgP7t +Yzh>>R&b6Ou`pԤ2+O4c~퓞 +L3η:c[;Z#f. +9 +{If!pmEz^})k)Q u&G9nTgPHrB?gnY=TqRmBz'[!/H3S!E,JдQڟOtyJ,U7jv.4PqpN6rlHj(66i_R r˹kRh +3яBqjQHQډtPH.Ak 'kQH4카WE<-\Ƴ E,$da5tњy5Q(d+d}gԗs/M;&g)nw!0WW\ +\'_w?%PHB~4#s]6BٕlGme4Dgᚠ,XrX矌{,($ı?qPS´vxj,4$dsToQ.6j yؚ։aK/T)q + P($e-¶'2s,؉s/g~loo8.W8 8]YE!>J!UL+M  YI0瑭vdn]C+b5L)PbMtDpRSY[ + 0H+s Ȭp%dS(_U'V߻08'"u'SB|odRrn=vչq~Um?&@cEh2F5z*G?qZP~8͸'7IYĚ$Z^8X'ut_p+? TGSEFCz`5<-nA!4JbJ*Gf;E4 ܳ`v՝m u?MZHtN\\#<؜3R) ?rIoάQeEȩ֭;4!7tsWTS*C%w>s2S Ш񥐒w&g3@@haZi| C&7ilɔZ7- ~>,5uحʣQ8q2pe2.($FcJyGG~55}yPKgk-VT odz !"Kfm2sF!4˻+DZ4fI)}hE=gL}Ne*hΣ4B' FACRCғIEՖme($lV!%\SX#=E:)%,y+kF,X[릸$%B bo X}n$AN}gό Z#߇\j7}hR ($ + LZY; riRAK_RIW-II9_޽" + X +9񣯋F!QH+ ٪ԟҀ~)`b*?^}($ + ]S@F4g4S&; 7vLDD!8[MJL.vItoa`bwm +t\G@!&i!-.b MF߻0Y++M_$؈{ N;b@Wxzce#J֛YtDNOdۺ)%IFc(睄 Y+[:)P舜4 + +692 *l6AAmή$ǹ{) 舜,v揷[B55bweBtY{)p5($BG}ƔRR]i Cr\G@!:"N={JELϿ͸4PH)HN@{ƨ1jEH߇aQ~ft:㋡# )Ϭ63{dP?$ +$hّQ60?# ㋡#Rvb_]'jzBG~+7(x9Sv+k5ܟYB($F}n9d|qώҚ2 6O3sǟ5,Ii($Ta7c舜[MS;o@'LY{x6PQev'|NV8w$N8sMbVr镸2޹o>gbVG3Kh-: R* +*24 *(҅BS`ooWUE5ߖ}z[PUz.?E9ٔ# IiT)HL+:1!h  bs8IBh + +`2s'5.-{1 恑]Ǣ/d#nH^9f6.yڱjȔ|/D@NPHĭ-vALoU/X5?lG8<{/($pk-}MhnmT,8MiM7eȉ(lhQw}&9PH0h'"tai{n/{j1]=]BN4ጻfuL!@km)kSoJZLQMNr )e<5wpۈ'yQrkn+i`4;,IaonhR|JNHWzL)h}h.6@!(Dz cW2u37tӶMrncBs@Eq^}h:X#v9G@! HzڱJ;N }#Zƭ@4}(wʃj`_OTr?⏀BhBd/޼CΪlܯSE6y>, ɪa Mq-K9ʚ;~T-]3"ui:k$D8]&?⏀B +⾚BwX^[sɂ`]hIL鏺($(u*gHȂ<$< 'Z 2%]e&x?,I[H 6Z{PQ'An$~ԝ`t9O +MiMdl8Ԩ7RHȂ Q(ɂS#VcKrN[9G@!ޙ;ӏ+ "קV>97g +3<dg<.³x<;&.82 2bDpEwӚ{N-[!Ҕe"'L:u){FhO+kcSU\,1jXR +9bwmM4-7AK[<+GjxÜ"!E!>hfeGH#Uȝ-z1AFQK?n9(Dzi0oWP *=DSՉ?@!5 HZ|3BwYF +^`2}rÉ;j#|.nYI],9ERԦBX욽e~ń-sB''$'юU#lN +I@!5%yc-]eL%|LJ猼s BdGa9Bܦcn]r6~Gd#4K#m#dPH+djuI4xs9Y_[>1L;VUh'V +8 +YAl_j-,@!ڲ4 +b+nlfؒr{~@<{X 'm#(Q ,@!IBI74Kt%5?\t]➖,ȷv-ߛUH*Bǰ#{M6($ +;" RP +Ʈ~Y!/$'An*`IȂ66U⃲f@G?b +Y +XQU!]&!!yQ2CwaW忟,tH B^ZWbC +< ,(" +,1򸭈 ''&8lG,G?*0W9o_ T' rA ަdAp"S򽉔 Cŧv +BBgHdƞQA'9}*]O6n_?V)>0\}qxʒ +Xc#' HqcR(HfD!揍=CJmB +ڻgxߧ}= +z#CcοKi + +"!7H +O"!#(d;H* +3}`at} ڝQǸF?ᩐ$ڸ1T#YAe6~vYRo!-/x lcBֲ7OII_׌$ğ t%%f6R+1P_O[*ԠjfD! +9P-2J2K2T4 >29kOiBܫy+xbu:>AܟI٘*d؎XIN|GoU|[[}ш]<;Y=xi%PHk!/E;{1C+Աc1W30|gu +^D|Q}aC"b_{ͦ}|Tڼugm|zʞr~}hk=RIN.Oo+y˻ķ>B! +aT&y>?&'~#1<:7' B޲HʋgF)NgsB* W5L8 ;ZOT$hi@| >m}fN"wo_o9G6tN! +}k]74>m!+pQg?E0w5[{GS*ߞ8铗>ZvŔ|fxNǸxN%xʳ}}qnO~VB"dxCWRSE ܍+ܲ3iڒ#Vg?l,@!QH_[j7nB*ձecw=P18&TkޟR!?fa3sM&w +r9։~A +STXyMBcUў2M5 +?6 :q,~Je[Ϣ|4_2@q+D~[R],U]t t9PHfJV!ܑUQH*b?t2rJ EE yNTjs+)a[QMݷ|Z]twbu V +,Y0mXfO:]QlFl-AE!BdRx KSu$ 8-s)rbTm]4WkNKV]ΑC{3?~M/R~?|7U4t:rb[ L޽?hsv yq=YTsV|2d. +"KJ0C%;Kȉp"p^9GEt +9QixWtSHe*5JL>꩐Ȅ**(qTTuL|Wo&8GNgT<D!_=ZrbsSȿJw;F\IZUHxIOTĖOB?rn +{c?;Q9wscPc5B fpEEƔZF:(97 &|}8%w{Ax4UHD!}BB*a^Ȫڽ;g;)e;JROtktvsSḦ́GgT +|:MQ+'* OK)ra預>m +pU~tomr kg=zn;9*~>.-6?PG}s??Y'F:( +i5U}bc,8PHү28Qt}21Y_/c>s~CQAB#m)1*b*e_SW#Ɏr;ŏKvߨNcqd1($ +ؚHH*61PO׋Vw](Y( +  ]33[uGnu(X }Ο?ۦ n(D({Q:IBgi7lgLvW PHR#iytG5T)]z֩6Y|筏mMO{J!" =!ظ?恑=W͓'#(d(lZG)⷟nquȩtB +iuJLˏTkꠐ~O!q2j#S|AGa<t (6'/JD!=2P;2ob + PȠ'C|QWCNMN|AJY3@!U!K#D=yU"aqkvtyJ音7:FNG2bG%P-sBd]<`s8Z LWW_UGH/H(7p0cr($ +''pMսsBdڲ4ko܄Ӈ[I/Xs𼬐 .HB2ZnDC>,/oϣl8S&߄Lfr2LCt63Ac]e?A#5qMBt諍B&ޮ&'<ӛɉX\)j"? +BΆR)Љo&5€hBsUq Nd";^@\:.>KBoj!RWRCBIrzm)KR(DzRޝnh؛u{ÉLCT +jD^i;B1"Wߨ 'ǭ&'? + 4"!QY!w^(`vRVǞ2# +BhBdі"rdw9GB< dXc66# +BhŮQْ.ЕԶ#A/@qd|Sv9 Ż(B1"+\]}UHiH <"i'-Zǔ%)z i@!B +-%ӝiԶwo8j\D!4 H?C!y)''󡰡e]ePH@kPtKWRuƫ^ܒ fr# +Htbo$0!Pfcs^n9 Ѡ?^Z~)0%V5)Xy`D 3I*G\ +1!: ,LTuH'!$ eQ]I ;B($ +  ]"kۻeܛu1a|-nl0vUتgd6?($)RD#D=b:=GKՁ*r2ɕL`8kG3A$e6jI؛up^haH@A6elX\)RRX(9PH p|OU^05nXdmI9WN*4+3G0zz۪,Dl۱&/J&!(>_$3($ `jHi1$K \IBK +6PH y lөo%9! ),&'3dw|Ba%-XG2 +!u>_sܿ3fvf3.{:mC@!QH`ei.gMP~[;vr27*<B~ n esߛu[_F{xr7<Og%!<0BƄ,Rg[?($ + ;k![IY^($"ŝXH[(*%'ӺvYG@!B +__md$Pk;{jۻvĆG.fR4B!( "2аx?e0ɣMNdÉL/Ke@!QH'4 q . ͌%|J & y d!ta1>g4?($x,ߕeΪlmg;#m#`(SNN@^oPH`a(ߛL䄿'hLi$'n7($@(#1 Ijڱ΀\橰Qo B?`0뛮ӎu畫]"vc-($@jȞ5 Pt Mƀ_Rgt:%  I_.߭GQ]`]e9O +OR@UϨ +dw<OwO.WOw ciT)i@!QHrҖɷme\lEG2t]+47'%($ +A|/~X$Bq+D&'_ et*;r<]|a/cs 2" B"MTr>]^%)կՇh͙~GqcJ#i@!QH#I-9Q/qKrN5Cn(/{)<0T/Q|(6$PHA_ e: +;[_yp\+)2\|# $PHx.[RxR"CጲB + ?v恑#B8ʞLL_qStIgn \vEcP?juց@5PPXi0!rAWQ.@~ {Cp8(frftj/gʧӉ?ouWiR#6T/o4>-boٝajjO]ʚy>[kϟWFOgh̙V;'9զ1Y )k=fOxt +6mUzgg= {*OܮN -͎ڀɐ]>9+rwLCnLbLWiLY2njJ+}/G46j.-s T-RA6)rb~yLʜUY٭ML/2-4gġ,T=km[)_)\PzjUZ=_s-:U]!' yPإ(+ +(gKO3NLN%C~"*妬"1%Zm'#Et +9lr +̙iJi=W!jVُŕ+[-cGǜ^QHu픠0< .g`?$+d⚆u\+:S`BBx#MgPHODVuew;晭gُmqaOԕsBe?r +9\RI!bT,Pa]aoJ#1Bg:B + _'fnvs xdy*:UPqBzȢ~% MVNN]uVY(Jt;yʏxE!>O#mo#Ӗz!rϕ7ֶw;]2˗"=Dƭ|9\qΪly܍? + + +9sgS>- :]J9rs)K=ҳэF7BB*U=JC)R](NgT"m^_jG;BNi}^dۅ@!ꃬRl,RyDǵSU? +BY䣾)rbr+o=fp*u~ӌVAOS绪hȽFg9+r߽թ>nU6R!FCͽ6wVj˪jV'R\TdV}rJ$=T߾&7e㵅kQHAV 򵫈Ww ֻ>G]2(ҍ)BX=7pS?UdSgQ;Zȫu}Ccۏ3+Mx:W3GY!('VdZ6K[7=Pxrʳ}lxZH t+gjsbױ9e9{\NWqd1(d*tY |'Cv*B,Tܘ% bH_^UA?JZ˺dw|ZC~sgG@!CM!=-R( +l=@!C)D+WE#bױޠ^İDzm) +!Dǁb~mG@!QKZG *dQg;}qB1~ +RM!kNVecp7ZꕯWNK8׏U? +B"4TH_eqѠɞóݔ QHAOSZ|YF"Sv&V2G@!Q9XQ +1a81 +mx#bBBf nFߕ/֠q0tt{)(BWW_ Bdm{wP^yeJ +O +1is8#n/-Raҧj O ;y VvBdӖ䜕tG^v0(E|ԋ~4&!V +-u 9Df]?A=N!vܺ31Ȯb7u4 +m\:B' \@VVUa1OFB +f +;yArʂ=){"XcK.2Sv/:  !CeihGaG` O!$<v)eu +*R\`]:^? +?bjl= @/DJj +zGF(epdG:L.#ZiLg%Oo=6p9]^ n>\zitP8eHA2cбh;d4 flVBNCTsDG@!5^sk# ?/>^^]C +BdoU@1d5tBR$^G.@$G@! +Y'#>glyk Azo,sܘ|o҉e煂.݆n[wYp߱9>Bj3uVʞVЬo&5{~{ѣ!TCqxʒ-D Xι`U{s9^ǒ($(fdjjU u,h.[;V{MWyJv &2G@!@#t!2MAMܘ5<$% A9.W5Ò%&NSE2($hBdі@9rcWdsT9z9سXǪZD!BdbXq,,w3rjf""@ Gkn|-SߘeBG@!LbE3Ʀf>(/4D!*D:]l8i@Up '}Q2948vߐ/o .XOWЂ?B! qPBd oX]Gy.Wv#($@(P(P + +vFQo#($@(0houq۸6rնw?s(ONu3BcĮcț ($@ /Qѭ_}-^?pynJkX8MaC˪gĵ.y6+,DF_)O ǻwyEɀ+ʊ1[x.ײ7O)%5χԎ/hQ $7rڲ^kt)$VWA{7.j_! ^Z|ܠk8pfxՏ.ɂ/E괟=rn; +;>Fȯ_z2#~s[Uã)N+Qy "ç +_&_y&^55nAۗpF#G(nx~#h霕t -_h? Fʹ[_u.PƎo*ƴhk¯l;*1wG k BAJ*g*MϪ[m3SbH\cW)e$fAR>Ӗ>6]&A";{5Rxʭny`cB&uLo%nsK+[һ9Q`9w*?VG |RᣦJ=Z8r3* jZŧ;޿y{/"]pFy׏GVMVlNo11,1 f\q]lATl!rՏ.EyXY,s6>3|-?U2&|Ae_ &gJc\*i'd*SS)l1əCd^Z~$֟o?&rb[Hpq ?",Z.ADǞRጲBfhȪ/l=_vQyndƂ@\Kk%V_ . QLc AzQY ߙX;Wk "t +B +O*׎S+i!-grՏ.4)/>cL#XhWjMAlN&c4f䜘31d$ho.1EX=YEGx..+mY|Q6Q;8ְPȽY613a+HG~ +Z"vSqcBA lO2y%)V"?恑7#5v0{ x!gxtzO,O,U5zzڱХ7 ?p+Djf0.XwYYW:Sӹ $Ɯyibb?X?t[Lh%??&-ų[ջnhP,W[**s?"kb"b*|i.9?*b*iBoNdPGsn?~/x!/+d=RiFTsN17r;İD!㚽ą -J2쎏Qdyd6$ESEU'z[xK>|QibbՌ(j)o)>%^sl A3z~FkH8醆>dum*2)3L^6#t9]IIjƮoًkX;^eo91nKJG3n?|7n +WX>WU}Z]4XGĭ9Lі"21Q+,r;ִ<%H q+DVTu ~1he0-ֱ?r*=Y#1lGEƍ?BVLY2n8?qp"Տ]{:0<ߒ}GЂ_Y<ħ+3G YWXwgdGV5ϫ~=RDس(>G&!uiFNVe㊷ND:ZGOoUn}-DئЉ$7 Eژu l<1ģOyE$r\J@|.[\50eQR WYc6KLL,z7)#m#r3*GBdڲ4g_]4%#"?{}?Sڱ65-p\ -#hykBD£UƧ3{5l#@V0yaYÍQy#D۾mGVgɍ/~usz9xi% ę[!RUH%~9k~i:'&= 9劘 +LC rw*G VoȲ|PVǩƧF?]Κz\Įc9;aFYVgKX_#W\l>,scHy HCML,zV!S>fζ~l!cĵ(9rο|^֊nCÄ9*[@>qLDX?FVH}&OלYwj튻f9#%5q5YowҼAieó +ow?JQ'֎o66U875kgGHŸmܭJoUB}h)'ˎB.I=){"у~x†غ.2Դjŷ}_YVY,K:JS~^=ԥOWv˸+ʧW}a ؚ|EV;2'k9=kj<32lNgd!K0N| >7%]5<=Oc˧"T®b[UEL +8dJtfײn^}m{GXO"~4BXW|67 +rXj6 +Yl+DޛKvG'cyejJkMPbqFKvǫ;BVgX +jSXC-Η|B_z\X>mZ}Z>>uw?j <'E~/ڂpg?֥1GoX",W>iɫ~t; 'nI)m4/?67uGq0_u/>_1t􏄦?P3)T3Vfǟ"A{O7xNOw %>_E~u_zja\XT7 @!)DFb">͸4ϧϰ9Q/7{w W﹕PjVMn~T?Kk_$GqSZRU%WGM7^9=5VU^Q(>^yLG/]݂So|Y!vܒ0eoROD䢭 ~G# + (QXxJTkſy)u>cyq -rx1?wZ.-X\RV'R}?QxbSZFR?8Cm޼__TȪ 6?(..kYBddkm>H!jvq'z +)j6.ko|c}%ȘCXfxE!*}8oXW#5 ($UȏرO2B(--_ۣ^)DVT̳w-}Y݆nŗ8]P*6@Nن]ޝ+(4BB?ޮazz4Y0kOHT~2_\q8Q-E-D~ᵓam?]HF4'ލ+2j $|?P=|tCyE4oi蜿BjQH@!$U)s{t +)gpTĀul8B/I][;l\lQ$Unǚ42F$IoVʦ/m;$ފK-7>Q̉?(Q|ଇt +qD!D![{"^tC77ߔ@ks>_{-AV;QOr;֌y{*@xvk7YmLdkٮٸ&imI&gIj>#1K6FQQ!@DEEAAdx oayƫ3f;;w.=i٥+nzAx3]V7tG}{ڎ6+D&!IH~؏RJ;u|JOu:rmfˋˏ,!E6d5(&tDh[ksybw?~4 =X$[e dQ|*]o4Wogv=N~я$$HHGV;ggΜsd,Jяb#G /+9!)OCtM'"*/LW5>!_*ud/9x5Njx6˗p~:_P-}7[XgKܕ[,!]!u:G$?*---"zj޽?|JHvGwvm1ſ.kHjea3'\s+h}.(ҧZC}R<*),6)V%WV%:)UO.cR)z.;wv ILql%u]Ex *Ey~~ 1ⲭ6{G$?' ̖noTn{{{t'">gl?c\UΨ Zͱ`iQM˩+嗴5RKjusTRQRԓ3Ǔ5UR|5L?p<)^/ju"U˱uFr2k\s`8_P-&/%=.KM>Κ㼐s"r-^r{tvbU²hS^/^UBO)T5uvvG=~$!@B y,y"fZ&KӋ7of.HS(D$c.SyD[}0ƿ|Rh7֝P^"gkN|"kB^eĸ;V5[VP\68$ӈg+=^qxiU˥um&*I7o^*ZA^cGy]QlqAٳyw2!w =K$?/766zs"_|Y/&;M8L:jttr<:[4Ea0wLy +LH,BO:ouN)ld|l1cXk4 ڥLH+=5zA-ZC"Ŭ|Sw%iwtu.R|KqN\ԏ%!қtJJJtbccXN筷ޒ6nooi9EגiU Uʺ n6[K:j9BqebW BS. N^tЌ4[C3Iݷ;!OomhP[ܔ:}|//2MaWvq}h㜹z󙌚;?y\yH<8`=5a<$tI෦9b}pކgW?c[7JpQp @u6O4DQv:T:V˄&(UuƟ-=ɷ<^H=[qJChǚCG6k;H_J !QBWa"M'+ɸqeЉH+|yR uKGqFԂmuvR?Ʌ&_r_o>aG7W-}&vIHt7:N9s[un!vy\ׄt7Y`;7-i9u<^Dx71v-ڟW)/.4s6{|ƍ'={&~g`-:x8}U=G)<)!Ci3TasMC~.?D[ /|k9bٕh1k,=nպGSdMhO>? 9{WZ5yd 9iҤ9s$''wc2K +o;wִ'"EݝXP$h 3Q$,ZБʋ6?x:!x8<]2K+b+SZ(hRDB:t T6J]^/gf٪]nnbgj%JvǜkK'3&DyZ, ޏF_.Sk!*WCbYLD'"Úex?[UlԥI:QYE_nzj]]8Cl~4ҟȜL<^"b]Bbt "E0lTvPit^GJLFjO&qJH,'ȪZsB 9'>^+r7;G(IH/{2+OҬYӬZUmˍL%i=eB>0u;Ί/Dlu# }2Y[qtoo>؂}4:>;v +rMM_ik;B^v܍qK"IHao&"cx?)ЩE| R4V\Z7'zb*ymA>:u{_mm3p? ! C_'"E)*ˉ!S?W.i|=%<|vkk?}HDBҏ$$@BXq8 @5WS=8{.]׉H\O\q83kEI5c?vq9%M_9j˅ҳHB$?r"Wb=_G-ؓr;4Yl>ﬗa?{( IDdMGEdkp O_ZusELy<0uF#li1z%Z~zhF0z5<(Xտ*6U*oIiSO8%1B7g2Ҋ /⢋'5ųB?IBJCl DdkixqgQFyF-C?zFB$=Lz7ec姈DOqHZqHB$H5sN25eMQ 9hjMuHB$˧HQvJ)걅bsMZrW7_樚g劜zFd o" OɅו);NVZ2ea6t}?ڭ@& yx?l4+Rj]iboʝbU~O_NՏ$$@BKz;xc?kiz2bj1F>vUա=Z5͡#BT? y +=LD.9 HZiQ_Бd:{w71Nģ8#d!mXwwHB$=f]ND5'1>tƞXQ|Ҥw .6zRzTL)Α F_.IHCH9}O +gWMK#Ư?"Y[g޶<7E]^q(G !j"2dXMneݠUr(GQf.Y`!L)HH27EbA7_E_%zΓɳ;4՛T8OeRHH;OD,n6!MwX{UQ2>\vVEuG !FS]NDza68M뉗N>nfrSA3WGЏ$$@Bw7]Mom dkYIH&"sH7p "ΪSP܏&X $%~|l6{M:Y$$@B=Hk6MTlw|j9ֺtu I܏Ϯ ӵя$$@BNDyj9V`ƞX8eq]}b.Y2,~$!4d5(3-tD|6輓Cc{K#㲘ۋ~=d7HB7!;MeIqlW iRMDt},}O{?P+NSA.{l)̹Xٰޖ? ]Yc+_^vt|gՌ.H.[6^8*0Q5딽>*nni4MQMs%Zڪ|x5gǑ ^vԖ7G<&tIH`&d^SʉȘ1.'"O|F~R#Z]|lqdr25?WKfWWFktۏ2G?*t|g[ t3rܞрS>]e>Z|lcnx˭S㛟i˹u6nvG>o2]V ٩V^Ddјs{;(J OQj1,j/Wd}jSnL~|ǡZ:!fku=kًsH']ٓQW!6 "!IHwMEM=T&dqhUm[lIE%$o,jRJ3ږ=$E5-]BMruWD2!E*})veBhIHABGSRYe L.^>rUr^'R Uw 9˺֎VU|YN)! j[r5.ߔWc|+ &doѯRYt]wZvxG_kM5KRz٬DQu+J=4CԌ(ٌ놫:# IBLH?_T%T.Ԫf=$sHz_RZ:ׄ,jhwyO) xKݬ6)Χݒ kBK/%9!Og"EЉw\YBZ]f|"|jR)&soaIB@~,//@BzVf )GtN(RԦ;liFfwPmHH G@HHeEGy*DBߤʱȓ!!z((%p ClX4,1em,,CB} ֐ʄ\P(7n[ڭʵXVyC焔NCN]BqVio(2To;ϸnH,7-SR\E 6"QóIH{ Knѧ{5;.VDΎ.?gVQ%?ߩQ *[,%xD|dZ확mg9}Bz&]?\&dAB$d%IH$!HHHқuHHқЏ$$@BT$HB$d&dgsa_%=HrCHH'!g=ltkG@OHS_AwC>qIH'dekغFdD Ʋ,@?QU3HH'dWdb >pxbM> JBu\ND-,bx?x{9?NyкLȒʈ)r˟%{ل@Bt˿ƍpy48n!:bG@$d)_bKgn]FH2?J_.t׏_*!{$w٘5tޥxbM)ȶ\WRae仯n 5)Il|7/|ُ} QBvuuly<pi%!LHL0l}IBB>ږ?bvO3!iʵ=U2^¦F1||WIH?%l bFl/Щ9'-S[+&K #b׎v9Vl! v$$@B$$@B$$@B$$@B$$@B$$@B !IHHHHHHHHHHHHH$!AB M)yUBs +ݏHH `0HH@K<40%U cܒ(~i` jj  / 'Ixpjx{ v' wq/~c:F&0Glv9+Y!4n,;/ +@'I`H篊1NaT5O|N80Gp]T!@rxe1&%m<:gϸ%Q3w$H-ds`. +endstream +endobj +1151 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1217 +/Height 762 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 1822 +/Filter /FlateDecode +>> +stream +x! && +endstream +endobj +1149 0 obj +<< +/D [1147 0 R /XYZ 69.866 809.284 null] +>> +endobj +1145 0 obj +<< +/D [1147 0 R /XYZ 70.866 779.207 null] +>> +endobj +1146 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R >> +/XObject << /Im20 1137 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1159 0 obj +<< +/Length 1083 +/Filter /FlateDecode +>> +stream +xڕVYo6~# OI[B5@7}-jɩm_e[b%0`GpHHjq(%8K(M&VE=]diRq]YfG%f[uDY~8>[.QĔN-fNv'|k7/*]#\&ί1þP*O2)gv " nkf?zX`h:A+_`Ё2N~Fb@m]__7h|%L0P"aXll) MKIzlݡ)ד);`T Ee< zU/`?\24c7uﲂ Y¯Y@Xá6Ỽg)g ,ͩ &{ cwfc,ݴ]o\JCـ{V=fPe!(G:(Qu\[i)dExW"|tPq˦^" >}վУRN` + P8 N!A&Xt(n/p7PіPloo7\ʇ{𜲙 cnc +%RҏGҍB' IL$A!TD'F QbjؗIt_ o#.[I&! 8?5@;; 0Vxjw/9&M om9SAgl=ju7 (|kٙ eO~lzsq4!Fz|9En 12L')(w, '"T83_ K%m87z(Jj fF$ :ֿv,S< INOCV +endstream +endobj +1158 0 obj +<< +/Type /Page +/Contents 1159 0 R +/Resources 1157 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1150 0 R +/Group 543 0 R +/Annots [ 1152 0 R 1154 0 R 1163 0 R ] +>> +endobj +1153 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1264 +/Height 399 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1165 0 R +/Length 37602 +/Filter /FlateDecode +>> +stream +x TUuWﻺ֝6L'MfLNNs;mnd^m:1ScjSԦԌ& + bAA""(%?wsp~_sy~9yc0y2-vh{_'brC}\+M3KWBbʆ|C{ʏI',[l3f~g &=_oSʷZٯ-7!1,Eib?4o o.?_nefzf "zi四[̏&C@DP>f1&+iLA Be;g "c ?O zʕ@x ,2A}q'>KAw,O AL Y Y|vq˂vɯl[1r3HK>!|)&=@l/~=( ANnϬ$%%es\w,ގ> dEXRo^Ϛ6l OJ-b|vboƢEDT/_^YYgW^-f͚%O۱)0\ԩ4> 0|Vϝ;WDαbƾ>3C<ӹ ֳx._^z 7$F+q|pu2λ??>{Yr HͿb4Lji|}%}VO4VB?3 ':=oW:Nm-;z|_=jI]﫿I,Dx'V}VV/\A25I,> :>+͍w-Hyv#79U1 V[hwڶC;~~pd|\s˟=96Xmg- pX|ɼ ):߸2;17诰.M;|)\__/{jK{waq!4{|p<1>QzM?-g\yEQ_yy!x6lׯ7Piġ7A곎#z3娼*հ6RH}/\oΪaYgHc!555;-M{3ZΫ<1g.>΢|{\z܋q5BdmXn;xœ7U/m&kCvcqyvIדMb–^ÛNQBUm+{jc8~oNsQەbEK]ڪ4ZRhm#rr +GjKM5[O| D|vƍXt5[fWČ~} ݶQ.QkǫQ.YI6jx=EI|GE`eϢW_Z3xcVeysN4ZwIY?rQ3ߣXKV5}^Ok IFIs;`Ai"kR^M֐ywYnϝl-%u|IJ_*Sͷlзgv_Y[{e !Bnnn;oWO6wVVVxc%n/oT-ǪZjߣh*k'szم\: YPZIsLPfϯN](xSbeW9MMݾyLl>X_t.׀^Νy'9%u*R=)WݤM-Ui5'Y>հ83w؇FK<0چ +y%Yk">+fo|m\CmSb鳶[\+q4n#-K9l`}6]Q~N>vG-8xRk9t]eg/fTgIY۸\Ulz776Ya]3XmO};6ެuVLZQU}#Yֱk;4-Qk٨̰77zǗ_;ΌgϞlj̙3G,ڱbƎgݗ/Oj%O>(kJ3!;ZԺs>kjVIt ߕ|#hxڎ{DC%7S|yMFgٶKȚ|Z[kWb dKU|[|u?X>g^y)6sLyZxq|V<1z=NF݉u*5ȩxoPt 73pϱxYT=}",yʺ۟*o1Y}Vm]?hm޽dkhμ5,}Ry.nkQW6!|WϚīp!͞/L?z{쿰5]~Tc֭V-fիWWg!WUTO/?\,^)Ow:CRBqm>ҟYkS%@nUSF91\y*^e[o!ǒ=>%)c8unfW6i78TTs>Q f*c`g(Y$mRҩ~5,곲=IKH1?AjM5 ϬPW8.M7;綾kWltodyz9YlUG+ušILacyHysWxf|`zDzUٳgY)outD#Q)GS"W:{$>qՅh"m4ېVS9(fjJ]_g):m +$羿|5kIޒ3*f{ΛiSg V_A>;!xNC9l虶 C +jlٙ눿xfO8yz5gYb""=G EgmQRz˱-}pȖgkO6] ؔy\5pDC&Ls B{w"sS!ȌAuܿtq39l;DƼ piƣac{ a;ӓ%gqɏ|_|03o"Xek @p;0yxA_57O^ݥaFaAz .nxguȻtN(0~/`lq8@AOo62 #0¼}y[?ivy-K&.נ: G 7+bG #03n]0t7[֥wLG{!Ò7u@S,Jwzl;I= ҝg+ ca.])O>4$H]K" Dt-;eMl,Xj]xy7{G_-K։]AL[*閽z.hc}0.OXtWyt3=7^!.]S';y|vsrr{:LFztv?!]rƲҽ S3~zƟڨ(QV.E]{t.;s?o};XzK׷76KrMͤݝ"JQVV? sƛ ڥ{wCo&w !LnT5k]g.GsSޑ$@:>Dע966V6::׃ۧKۆqa8[L$@I222vsq`̸Z?*ms,o&JeeeDD(mRRRGG["aH[[Hm]sY o|ao1&z89ݴ?:5ݳg(mdddUU& U ֽeQ F/޾#$DIױYYY\(Kq·(d7 羔 bΛiM{ƌw|)QhQڸfL(#rok[ #\;jO6ƈN>rԮ'55U-))aZ8f}uCwb%>ZeiﳆwRMo>1\.;5W O?-(Ao_ aSg8Qڨ:/{S[svAmx- 6W60|6|*tpp0++KD@-L[ʝ'Ax:^20.>mַ:22R6!! GЭO b\BgΤ$MUQQ5q6n8 /{no9잩^kSXXc3220-9&AEy=xgGcbbDiccc0=2=AJͭbqy1 b\.WZZv@-A, +w:lM08lyy.PUiVjYF9k#ӛ oS-T|}/A>{&Σ->>^=uφ~?乪b>>kEsqL> ӟ|!(Oepp0''Gy`Ktuu=ƍ}6;;{ܹJMuJ[&'"(Q60ֶ^x<>7>fΜY__|wrL> lݝ Ԗ$ +gI"}W>+2RH/w/ʭg`z222p#-q[i=rBdx~u{魭].=c*1#9lǮ[q̻ώw6DY 1|SgsF'OOpŎ_YgǏ +]6))+Sg?h[FTTX|z3_k\i#w_|VCLVִ3SȎ޾󝽶~ώ}]R/Dg}}V;Ze|`8}\;::D +"##0}֔ٺ:Mn,|7,\zippp|3BѺq Y#vWn_uzs4+%]9לy:}V"5~5iY>tه<{500GV5kkeŊVm.")O?=o(k`򕱝q{. kO]kϣj6lbokS +kZt켥wRsV[ʆn)5 nnu~^V[\b3;F\}`[n>vɖEz_9_u/AΉA%g?vlk$K;v"|0e}:*Oڇ`#;{ +нt!ߚI-Y7y3|oSG^Yj)%uh엖,m˞X,u<|R>Yf߃){7bos+ EϚ9LN4ƞh+=Ӧ'Uid{<+1=("J%HP^2Ŷ|ן/ަθTsv1ܪ&)&*z"~Vf8ezzAٞ\\g:dW6lP-b>x풭V!k{mmeߥd=SU!ݬ>+k:ޏ?>Cn\#R%9_P'oڪgݵ@dϺO*V]2}Vtn<뢇% p?۞#{2P^5j_Ky*O%ǵCղ[9ߣumr]ȇ>e] W%G_ٛ5}d{Tl?4ix2 c>:ϻg߾}@mii) TٳgWVVֶ^-_յhѢYqQEپ6br_-"fJqk/=EągV\s:rޯxmQMx/qRŖXͅ_\cJ"ˆ ێbTjtM~pN8bXDiJ nkV]eU4聯nK]VxM>;cu4=Wi#jm}V(&h4ζIɝW>`7L%Hȩn%4wۿ>kE]8!4+; +d?~Uct|}K,Bdlvegs>vu賆ei"rExk +ò]ZsoYl@خum)VxKq+[dۮϫݘqܸz +U*5/JS|5,κE2>ugvO0"kKaij9糩gO֚o +|v'J]WW'~a鎓͝}}}g?v3 +ygΜ#$$$ttt#Y_1bt.Ks~\ 潴6;v^/mh]e]Y#doMkk|:21c{ގWsqJ ٥F;X|Y]&?VuY?z{TzM(OV_~90\$N-},|+8r6xm'%vo7lwK#H+,I3i݆\k}DCcgu;> ӇPYa`` ++KD;n>0>k*TC>QQQxe\c_KWys='G(捱vw[1vS&lUcZG#ݿ?JӚIXݹuz],u[e泎?1Z>|]ZXV6ڱhI[k֧Wo͒b9'U`uDAfd4r$2|D&'{] "dYVtٰPlHQǁA9.;U{ٹo]g? #d\CSbG֮[\>Y_1Z [_yfkcuZr sh}7Ե:cq[>(P&˸-a7ɻ/YFxbN^uuJ φ[7tbl|P B5,5|ve6hlRR&H|6.wujf>ɣ"U?um,a:*VpzZGk9_߈mCױ|0AŶYb_~yBhbo\"rRJ|gJ֥IC*х5-׽mWÆYa:mSPPc322X\Oj>uVg7մKg賷=1TyU-_Y+;7_%8GV.muwX"KhGV6WK#}S݈E}ՖTE}Y݅ ?}\#QvIS[{uu7j&7rЖNco= +> 0<'R__ 6661g'~78**jppПϜ9S܉Ysz=_ж_Sncv+^/ڙ7<طSo*I=5oy3o&vquYkSD7uj:ʹX>Zfݧ[$.cju?BDl]MdѯryfX/ ?7%<šI6gŎRe7^sgd>=0<|8^KNPڎN潦Ϛ=ζY_'jeik=Gc]3F|V+ > lrҴjɊӭⰳf +meGyZܿbׄ,/:=l=nhIMEzn̮l,;{Z+Q;vIPzMj]ZM`%/DXMuyձsSoEߤnr"b]YWmCMW5r {+fj&}WAU1GX{\)dC񺪴9dOQB]:sYo׋kC9OHI9 )iIr\au?rqU͜K/_CW,jz%<=v:lx6D.US9(; +*85BJj9y:b|$>ӚKwe~D(>e(T |G|v28lYY.PMy-[6cƌ>paٞ3unW EVA۞}ZL,F\FlYUڧ7T4rb +gxKyhX9ytE6E[:gsf&ج]K>咏F۾cR;w_JDLn'1h  1AN}uqNN ⳓ2GƯwl^1Yyw:ؖ g |BgtԩSQQQmmm4>KL|P>,Lq33]]]ɺ@myy9IYbJ_.b~ߕY|g`r'>;:<OQQ=NOOw\ >KLz;)x.]`j->,LngƘQZg ]QgY'tG#/==];j =ޥax{N gGc0b***tNdQtM bdIf?I]NtoY&9 !Z4pq;iQvsssuqVV m2mS$]>{K6>;EjZ[[iAL)< :Aj~j1'%%E---e7rL18/pCtiBD&.םK"rA +vM=U;rON,& 9U/ts{g]ƀ游8Qg  AUܲ`s iyb:a/_& Y|vԎڂe}ܪ{_92n Dh1F46))IVV vi[p䁰;oQ !FkM>:Hbd#B$Z:  g']PPc333ho寭M?"ptwBN>FgϞmnnAƃՉR9o|v8V.HOOOjjvԖ@-RoqЋc>ώ7Ⱕ)))ݬ 0fl:P!\XZ᳓Fkk.PU[[K sLnЌ{_/|6v uqnn. 8e" ~^&ꨨ(QڄvF`15" 䳌Sp:;;Ei#""i!YP!'=HLH&-Ɇ5%š`> NbbbDi_yLϊƶu{kو{|vL\.Wzzvy< |vݾ۩T>+/I= +#YqϞ]&r]699} ,}rccc=M/|V_={vuu<׵1Sx]VsVW1c+fΜ)/^,O3ϡcA ٶK,N"S۝ci)E[sQMOOw=QDl'ݷ9⶧c*8%-RRjve*|xa!,tYb񭭭4T.ߟc$ga/\y{"澕VqÌIN4n8>Nm>9wiW{HeCK/k[gaNIIj?&SgGn7cn +kZۍoވnΪ0UZDSƝlw+q˂/\W5gyjςY NLicccEiib';uuu .EexWpaWyg%?w>o4Ԑ۳&X^Up2> >{'2Ўڂ^SgUf7l0gQTy ON_[[ +IYfiyɍVT_|1uxS²1Hmk@NSh3YV-rsnO`3Yc@{jڣ*Lba1{u5-͸ff'(l.Ezy OT@$> 0:=KpPYY)JALjt̙3[ZZϖ'DfG;֟ϊOKч;{?V +SM/Pt5IZfmrl?9wϵk:RLw+W$/ nM^{~X_݃lR1N\Wg?'+u0-{lV!kʬԤt$)z_ݘq\Z#Җts|`8.Ah={DiElh㳺R7^3c"Q|=*'fxʊX%[s{nSTf:7*ڑjP,z>狷I,Dxt7LGi0,YQ?jV>k8DESZ=cՔ.T-l;{m I&=|`g uuuѢqqq4೓细WxW4eqxx<^[|9))I +Ϙ1C8T]!ei}ׯS?gm},Y_>(b/mKujXRZ%3Lʸz⭶o}dK6'}v JzzzRSSuڒ|vTiEQ/^,S=gxЪUpffʬd>'%Qq]\osL,Ra߮d +iDG +8n7\8|PxV̅ 톥1og7O > 1v VaKKKgj'K>;JE}Ge{&G(A9 +XgF⳾ٜg"ְ ա)Y[׭v.kqio_yeG賎],> #%..N6**|vgKZ:7uY 0شϪw VS"7kӹsTݘq|$ױk;h|`\XKigpp0++KD@-CR B7;1qksKs1;; YyczlK_VܿJ$T·o\vmOmxq )Y[Mxkع}Xl*¢}A[Yc[?/iNgggrr&Ax+Lb +Boٷ~[qϟ/Os'g1u.@zY}^uBnI] +ڏԞv[aXW7e'+y*%Z|W1:7ɼز[9zXZ6|"KYij}nFy;VVeֱYbφ. +SXXc322t>;~qQ]ٳgK[UQZZ>1s"}VWhT5sLRa-&w/xVS]xgIkG?~g7q섵f~RSQՈH[g9tHZvd&R+[[1|`r|v2 ig5Lݗ/%%%|V^-- 2MOJ:FߘguٝriGmQQ >;WnW1v15%, +;Y|/:Ae"[^^ &''wws8(aqoxe\ќ7Z$9,_gCx]ԩS4$]r4Pd|gdpp0''GyJ>KLٚκ.û\Xk W5nl:SSS%JF>KLX|}nû͡Y| 㓆aD_8iomao^Ӝnsڲ2D4s!5> 0= srXk+>kGX\."d}2?0ϚFc@m}}= ֥ۄ_X_7aRE___FFvx<u){pX0Jf Ӛ#y4SRQQ &%%uvv tlc7DE]?0mK)q2,)aq)tHHHA X0jCHNtya|0^2qF<PfE:n;//Ogee &D N,Z4q=K2ØO8gޛg ca&aNT@0L]]]tt(m\\\K  ȭj|d1Tؿ5^?]k %#4O=^/~ɻ'ݸ0Gh},P Al}%.FWQ ?fxXywrDvP?JZY~>h +qؒM%n+K@pbՉ}qgnU }Ixq{]]5oqalk W{---qqquuu4 ˗ץ|*DLcv w;xav?n\'7ݸ߾r{>h@VV&wGϴ=: :dȭjv_<ߟoQy#7ۍ{*},C3'AUUUdd(mBBBGG Fvwr먺qoatcDÝ +cpihqGZFhlRR&A`o7;^a=no_ϻ}PZF)((б}}} 8G7%#4?&aw'|{AZz]666k)WFhzr[^:9a +r m׃JKKӎbAqzqM7-r8Mb^atڔnn މy'~~4V7aV5=dƞxk4R?<]t37QQQ55L1Ǜx4w1?u bmɆ>`pp0''G1 |&w?y< i>Բ XzԩSQQQmmmֺ?0^:ZbmJNNjI6'ٻ*oV +l-􎯭=H\.~`tX;g4zW)u*xï%rOL/PcccLL([__O2\x0vF5 +ZM>AoYtkGmaaƐ[ܢƫ{&GBMNNWƊSDHuʿM{'f @muu5?0&<%;|ؑ{rjnwnn=ny={{XX<)?8uuu@m\\\kk+p#N "»['7'%%E---eZg  +aKJJtqjj.?>{*ȚĒ;o7/[@X- 6$>477ʼnFGG={_cRf-᪵bCvJ"}VԎ|o2φ~(5,--MMMs\ bBJeeedd(={:::Y`Y@m…sΕWg͚U^^.Oߘ4YA46))IVV_f +]ToΘ1cٲe]]]>+efΜ){1yZt778tB7c\Ig]M.w*n@gff SgSK5DQET+fΟ>܎ށdEۉwm;xcFTI /w|5pfCUˢCn}6H^\JZISlrhQf~`*lm%Xaݐ~1qkP^={9&F. ]XTV&tiJkk.PU[[5L?5":w\y,'믿.SSS.+v]Jݠ{9, 5sD^%gץ%ݶtJ_N?5xegg\):XDU>9_yQWbRx̙ׯδϾ^nuOIy/Dj\>}t1WPs_Ndgoq}wLֆUlo] >?WO^f דAfSMʩ^ܑѣxbS53;F/-laɵeEB\WgꦋJ:XN}cQ2?۞#;ܞ}Bgy.R%H-={˱z lWqmk`H>K/0<:Z_j}}vCg.Xnf0#:**J6>>mt·}GjjjN޲ M}}}Q͢糇wV\.t?VO/WK}ci|;]Ky3U_}x++ǕʼnQբ?"s6 Ҍos]Mw<:b9WuƟn9hAbby2_Ts<ܪ&kS8 )084uJ>鋥5dA4ήuY1hhlK/{[i֒ 6f=+6zkYial%EQa1|VETЉF䌶7}VLNN&$$K ;ow_,+{>+)&2ЪJsD_ZSL +ZZ6DtF o,1㸵_Ĥds٫D}3ԵJ}/~ke5ߣXk͵tM$ܙI +jI?D\asdi7y?W^4?۞sMǢ=sL?X)gbt ampi@({וfIky.R`ϛojhЮsܧ|DT;?:Q]|!֠vx<"{8>;|v̙"eMb.\gUDCl⩊gStL-|5guxr>؆ j):mBYé'(l%sPX9=VMᬅE|tdr[sOmuL4xYdYU L':THJɖ'|,3,:I5}?b +/D:oH7?;&444Ĉʿp|vRtT`wDN<;|T'33S +Ϙ1c]]]Cw-?:vYjhdktx١}67ϒ+僲->_OkﮬkKP:VKTQyOvj|:2ٷwt[Uo_Oڇ +dRVաŦJ dp}}|lvRۤS-_IY&ۊ=-ztϚa3rkGmQQ +SNX|a]FGϴ+Vj"3V'<ӅK! +`o\so^ +iDG +8n7\8|PxV̅%u|0}V|_~cU]G )M.v+*og7S?JhPP波ڟJ%gGKyy.Pŏ9>;J9{lT)Z87ן|krFb^M=<ִ߯ +fsrܿ?Cա)Y[׭v.kqio_ye:v:.ͣ h9gwٓѺ66lpk8:cg3xcR?+F3XmO};6K17kjQUw#Yֱk;hG]p{l)>|8؜Ъنji⶗Y;kmʍ?w%[svA~ KjkKʾ/['wΜ9ﳚv1ګ5O֝YR);VIt\Ȗj#6vvѷV'Nk&>(?ٚ>]Cg.IhGmɎtXeRm>ϑĺjuS[[k.P;>;1TGK w +ٸ3ܠϊ':Qwb3;~z=]{Jt9tm4Wk#K/5MGlVWNM쬋غU9n]yoqݿ&;Z?鲭wtiy8>kZ`N{9w<RKGo]I|>XٕfV\kmdUW/7NwwwJJ.P[ZZ?w|v#,CիUTWZ[n9s;w<-o0X%[Wo(?[դQ;zEs%R^:QTs~YdH{9^G}}6!g.ɁD}W1:7ɼUG.ģ;wM\=E2Cû_'Z}VsR1o#/[YUZpGմޯY35 \h{犫22.ɻHNXk&([>('վQC^u?u5",R:3Yy:rrz-6XϞrC١yM(?ֻyq|[2%G՞SQH= M +OKzVr.}̋(c-cYLR~$ugDŽXQz~q9o/_JMMPq^tm[lOJ:Fߘ Bg -((pjW1s Vj٭On YƎ,ϚTVVFFF&%%uttkώdCƚ+漙vQ,#>={ҊVUUK+x.o_`(2>K&n;??_gff KLH]C U7X%Yhƹg A5 Ԗϊզh*u^fNޞ B(*H赴ʼnFEE@L "bK։P$Qyyy,P lϩޞ B-j[/W]] &$$ AG[l B'+vӧtvv&''k + |i3x<:8##6"<ŭ>AB,GϗQZ"N޲`MsO8}qgx\t-**bZ bӁ[ ?AL9:Xd6~ [^^ &''wuu&·_K] `e;3;BuSN u)<?ALƫ{rq999:XS 8zmGՉūYKNX꧝}W-^ջK)t^~ͮ(Q6j@s0~hߢƚNø;Ƨ cal^,6-++#I"q6 ca<8JaMad`~2;//Ogee &Ĝ1o\ mTb;ybYg !A]]]tt(m\\\KK A?V;\o+b ~ٷo.P[RRL'5b4$6:0.}ԛ˚ `qX1YM%n+KTGnZ_lJ~xs@7z7r7cL;ZZZDihOwYb0~һ.b;$Qn7c`b*w ^}g=bJTUUEFF&$$ttt 0Ux0n&7{_PFtwPFiaBٙI*++id}d~[0"WlW/SPPc322h~o(޹c.w{?x4bS__ 666 0jɏXF,qޅ{>;zoܣC?b8KnIcr[N4NM֩kv188~a!6k:`@BH2/!!#$ @ xt>﷾G93̙.K&MMM[nՎڼ<aLW;I4vc)۩m!{a]6==2>$οF3-B='FԤ&&& #+~0NSF7b{[bes ƽmmmwֱ @i9O)091.zamlPRR(JR[[K@O$10)#GNڿ`N(JOOj Iݤ>0XL)Gt*g)8lnn=ljjL :0ہAÅ,emb&ࣲ2))IV@K5J)?0SmG+I 933S;j8)05z6Gb?-f7Flc"kzG NF} sEڑۗ`KMM]r)RigSFR[L#d~S`ѱ;wlkkL mi`g҆ZhaNK1`5558kBb;%7oެ @-pdާͬP,Ç#=wtKl4*7R8l~~&åL .$s\ Ei̥a/TUU%''Ү^ e<Z[[wءI!Jaoؾo* ѻM)Fl+WҦ]xR}g(#h4>hΙVl0 +؍7!?xOQb[b;0f9Oطo=jmmLbOi`v`*W]vmUU9yFWqY1L؎26FSSSFFv@-@,i:y}ы-1m{8lAA.Py憆`So)&`b{91555)))N@/:070b;6zo$3r#MvڥcsrrX`Qm!B'ANQ8s-Ǐ'&&ҦQ xn!a,`s P(==]6!!`' 60ƛ"QsssuqfffSSe0r<~ ̥C `=lu*)Į=B8{6))IV)~%;p9eiYq擮 +2336777S&}N98){2*K n3mPAPCVVd9J9` F!AY ?~}bګgp+Mw*YS;\4p0vWl1W E(c322X j>0۫LNDuKEY֮]+Jzr.(.Q>@4\0{]wWl_7oJÒ֬,ݷo_G0y)#g b[\\rJQڍ7^x}1O_b;g6ëDcDiEl;9t`qe}sI3Kt{ձ;vhmm02 6>ښadTĶW^-J\UUŅ×x9X` 6ۺ%M/O322t|r~[ ,Tы5x案8lAAX͛pX`Pj'Jl)f֩CSlkjjEiʸL`a GD Լ݁~F[[Ν;5ITNN %T{z!Yx[Kَ0}sCǏuuu\07Ʋ,m7VNwH$OOO$QEEE\0DXiar<0$7ORㆂ؆㬬f. +a}r<0i4A3qH }EEERR([YYGpާ[Ц02D/ cv ijjԎNbBpާ<CaduWlo10+ƦfPo䶶6.`DT}ʡ.b[[[ Ԗxn#51O]#QD\6ԜHQK4É'E/_05|>sncMss~bŊx/;OTӯmà 0Ŷz0$jjj4='Wnjjd_6G@3Ӎыs2L/ȬsN>a*fȏcf߫_~ ca^l#O㻆h/-t ]!M9oTmA r cFvN_Z(ڲeK|INNnkk#?7mf*4sR@z駟geeu:ξ}$ z[ ۋS3 gpDlkkk 555|l WV}aEbRsjҎG]q۴p8̧]za߶r<̑(Wa>ܶ*#I+\im9V6R]޼?>|8u]/YOlx{ѦӅuo.OjN+-7?> BU{BMGftdǘ2b+Ҫt6&?6 +AFg&̴!}aoI|ֶ5AO.u2@R퟾؊N,u-? /=G /\{2@2i-), YE[ WZsCvq%e>hVjf pV4A"&6PASQ/Qp0xz3Vъ&bP?&1 ;0o:la`3A-J Л<:\avad,6r&bFŅn+5Zs釤#37_=eA޼T +gҝG3>8Q "{]voEi pNaAA݋oYϨcg=>8sx?/8qXwNr.g,[n}bN# Q>UX# :~g}g-[6i$Up8,=gǩKWZ+c$߽1z⃝W+vgI[ׇ 'ol6|Of͚%gً/ʖ۟I8rqWZrO8 Ts8r󷋲owLW:῞>·'5w}'?c|UCgkcK[iu}f>  Alm$1C*+W}|3qŅSO=eIzY 5Dl+m}mß4)Ɍ>*?ymK[(ҸYkܿϕ 5:~oFU^luڒ~Y/=8`yiu!ֵ*an{GXɋ^IyOg  mrPw1sc3gΈzei-W_^<#\H\n +V{hOֈ!yjwm&f]Vcb>xh{ϮuCϴJrۗYAt"lpʈ2<(_qVkdr^^آHL^|HoQ 3Sy)Yp.>@T_H̿VS>q4m7| gEp,2跹yĉ&Lhkk 5RYɹq||+?_imco}샅=cgFKAuïu_^llG>mzɋ +N^ii1o\kSYf%뻙sS!kO}> +{isv2 Į.>"ܸqʔ)?Wjy= [PPϟ_]]-H>9vT~}'jCM,딼&ԤE'fᄇab+ZA1kZ`Z="/!?<ib&$?L^ȬIzfvEre?Ce+]V,g e5b~[zXN]ĽͽJ~*g,sђmɋrOZ#2#k171Hkb_N}Vy}W2:gz%UJ5㑏l]~d/9մMwW斞ojmgfgE{󵶔cQz.rRݾ2~gN~Qgv uz]=v֬3z, +ޢgzJMjfOݵkWNNNcc[)4h YEE|sENCχjkk゙XICsҼƼ붧̷ؕPv(#?OdjyevMo&57^1yQu>+Sjmĩw8>X\KI~[Z]oؒD:=_ײiy1;Y|Cʲ~ 1S)|V~^nv;&ə}vԓ˴B{z'dJYO-m;hjXɋtµ| +>?᳢"RšԞϾ)[>pG(W-S:o.l,Q@K{X*iӦsjO}衇䷓&M*,,4IA B?~|qqqaE]d'4_~#Tl!x?M:­>u w*gjڭP}ֳ'.X +P}L5=VMA$2{3ݳ͢YUתKWFs- s).iמv0m)=ΖkhqLOk%Uzk峎9oGJYgyO~70a̙3C6>j>Z!=ҕGMCz.1nS,>kEh_Yf_Zؾ["W9;>@|*b R#~v~J}1ٝg~CW޿ޕ*3G(WN^|Zʇ#Giq1ߙ<ɋO^.eYZl٫BnUw|u~[:j7cEg߄ǾڵVP>^frKԃ"rjD.~\6Š .7DZ|h#DUꩍ7z5L^xJk{Zlj˝G{wX >Z[ozVRw>m )|svrSk 3W|ta'/ ෧/+4W#Yg(:}^sHT&L8qb8>j뢝*g(ҫWMg/mu O\$˲IzK>in.N{=q:R<ʅbn_ϼUo]]Ydj]ּcJe*MQWof\Rk$`KfϚa2t~4REj0S;kt +lٮlX\7TYgS5]y3q)}N1/$FrKgP mC2@Wso;\}TRʭU*,vz'se_:i|6×,-cgE'jP8J Vsb*|WVkMt༒[η40JU(.,7@?O,l,ؿt|mCSb;YG׭v.k۸ut0\}zV+G#gn|Vх{S Ѫ=}Vv gMm-=}@iYP@~/OY, ªk)O? l̢ -{gr=gzo7,ga]3XOݝ㢭Ru4ٛvϼY"qVtm Y"+WbH)lټS5㍭ E; A ZN?;aFo +ge۔8w15;+>.,>33<:X~ƌUF&WVVw2XTu-uWǴJ<<ҒgfwTu]7ۛ%O.%g}}V.yR{M;YRXwp"Do}Y EE{=1M!3 +rSdvӵtP[䵊?\V]EN YJlUYrl}V=s]Y2VyQZTǸ%舯N}t<3> l7fTWWK%C"J;e㌌H|鎗ug%+{ƨjfVr7J|m&y_+ +%o>;n֚+-Rk[> U]3gJ>w\j}Ə/[~Ͻ{gkh՝8L+Df zv0HeKܿf(V~?I#NGlNM˶:|ݦrjl/PsOEr"yjֈg-K~>{3+ΛK,y# NT)(il +Mv2;}c_)lsE}e)I) k2c[z>*2kMY9)$(:٧g5+ձkRb|-> l#0R$$$bUK|v\*&+O8qܚ")L=jn,H,g&.RyɝVg]H*{0Y"0Inɕr Yʩwg:QHOjzfvf8vfЗVG2r8HE79Z>+ZGxnb:=Vֽ;䭓B}vs r[>2WJLT'"Im+S=}[}T03+TO|ۓY5MGk<}V>`ՙSAH.-׀j`KԼr/eu7}j A)K'+GMvW$TׇR&V:2-4y;Z5$T0 sr;vKPWk@}yUrae+?4[]?~dgǗ枬 ^'Q͢Yuqvղ2*[N;[u$"lXu˒& +ߙ5j Eb5{/K^Dg.4 +2z&>qZm((?#[ֺ}%v:P)=;muee鹸j(ՊTOr r l7'W^2eߪjoO? ;31Ik%q}^n`=-lIٕX?ww~Yi!NX{&(G>('5ߙYԬ{gyZ#o'oH0>?N}@ΨigљY2?w *Y96>yVCt$Md[j!'oeSJCnSMye5~W}1l/2tMYlO d*):m;]̺~E!Z|'=Ttrիb:>+)evDnec͇}ϮM9Xz%]%;=oeѳg*>r"P{~lLk7-Q>X\KIkKh}dGk^qRW?Q #˝\e٫qh?jnn{Z_K7Iy}vYKa/p僔Ұ֖\z9qڧ\ERGwmMˍH_uSVKCSS]QI > 7[I{?!Wöt{c^]# LSFpaKil [{{蝭^?I#5}?rVY,@ ķoi777ر#>>ޯ6###))I~}x%-9As4r@~cg!}vĉRe|IƼkiӦvԓk!]*sΧ:QAsy9w_Y|y_Hi-WT}{L9vNMMTNY{l7Mwe7\ M*᳝n痛Z2p|_-rH?Yj؞J8:82; {2҉`OT~뻙~ۏy!=cw4k֬P(tgavmq@ʹׯMhHn`u lvY{_>(b/wc_$˯ tPRQٹY4wZnYG&P\X>VI#]:زW lgՌI{Gff1V]Sn. |R0glll"xr炶t{OU!]J)|D`Yo9{u;>BdĄ^$ԃul3f>(z.ۊ,ߘJ)--E}GC T8+$ һX:^.~Q\T6םϼT!zF޿`Ay#œP\Xx3ogk׭|>#9Yk;}$ϊZhƖzu->SgYb%|Yt62Ŧiag7<~\)L4545}NRgcuk3}e X1DBBNG8> 0ϊ҆"~~P(ݯ2#***.̷40NJyxPUO[}F>k% ޿ώxCSb;YG׭v.k۸u/Uy判%zg׭+˞>{E6~t󬭤ݞ?0wV>(ϝh`"og;>g5;-wvgZk3I8Y|v̙J354{.],{gχq3F=}V7S_Mq`ʿ:ٛ&fωNKޯk;`hJ)Z?8R +}VKʝ_ʰzV:z{Yw%{z̀]yIWNY՚{̕>SctN`Yg>%ƊJ3ƽ,>KgO\,2ua7s>z=<@]j鳺g>(}S|VT6:$Jߞ>xؑm=A;VֻH^Y}w3{ vY=oiϊ&e:{+Y| |`0&6|R<Z ٸ=wϊ'6s>Vw0QO.ui=ihnY�M9N<?w>!?79r#Vu[&v#wtOxEoE땫ϊq;-"y*ZjfY}vܬ5!s%z.]ƦWd\G>g?M.>lXXYMHJDAV to</$GP7g'{l۫{%ӫ +m>qbZ]Y_дTbS^m]Xq>ZM~n?> u}YhB1"[4Ė^iϛ7OEuܹ>lٲ'6=٦7ZwХ߿:wRDI.EƎ!bg.4-ϾnaM]ydzsӚ+"ECV*cww1YBX[XE?";l&.=VjcOմwM Y 9_]pM|sWq| +_V}t\OSMldHcӚ^*oEʬg Y˟'Rr//gd{+شd3ig;J-J9w}Oǟ1yX\6"~RFWrߊ<l]N+=Nfv83A*4[,@ $5@bϱ&Lص+X̌9W\6Tq;<3hi3vg.683\&faNX{&(G>('vFd-5`7YEL:R_;kg[9#1_ǘRuϜcgC0y +>=::->j-odq٧k/[V;##y>.Turk\xc1>ٳO>][.9`~R綎YSJWOC ^^\]tNE״ej\c@ǾnT>+Fz0Ҿz|d9Gf}qນYE+Y [y!3ĜJ<֎WCPFFF||_lα=YsK7]s4r@~c Y⿄1&H wN[Rw`YA÷>t~ug'2>K,@Y/A'T9s XYjY|ssx{7]A5| Y@c O?mbgNcƼpҝCYgBŅӗ[# *Y=١=gĹK%UDf58Lg DAzu-ܐ/%:5K sf6XQ 1a^: @sҕ_At{[ Mk(%^}q ShADq7?doI5RXQ'/1 "v?5*iAtS>ᑅY5$T\hwmA8g6,l,^45W ˧}]Be0h)[sbކ< Bb3 0!Y +endstream +endobj +1165 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1264 +/Height 399 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 1001 +/Filter /FlateDecode +>> +stream +x #pd +endstream +endobj +1155 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1202 +/Height 572 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1166 0 R +/Length 47453 +/Filter /FlateDecode +>> +stream +x xy=#~#f۬M<q{̆8KpƱ)1 M{00 0 0 m=_`aa# +g9R]gt0 0 0 Ñ[}BA ð_fԯ4k??0  aA0 k}n8SB?:徟WKC[0 0 *a<*|p8Ξ=7|>K)j 0 àB2KSS_}Ս751Lxwrb12 m. i36Eb{'(=Ka0 ůpڷ- _!?,4\[!yO=1xbx/b{tGuNGa8yxMI7_ o +wZ*Qu +aP! p48>>Q)%%%? +0ڟֿ/`ֻZB/_]lsi-Pq)Txg8@ 4d]^ +a0 ߾T.P!E?ӧO/rBnRE‚ +#xc`ɎH;ThT!€EA0 àBpk/O466RyiS/[.PPP\pXg*d ȯ>G*dB*dB+BaP! p"affk|n7׭[FpT|V-NtK +I9E[ 3اq;) Ń1p\'! +8)׻cB`"@.wF +p=>ٹoك]383fOco12wHC{nS˨jATPCEݟvL/#' 0T0`Kc_~Kow L eT802'hjG1 +"zXk- +g+N@ēkU샲u,/;#,e,9>0"f_)C0TQnZ"Aƒ3`(Og>xJ+f19X\֕Hd(ĵcd#/!Uf5ϐr`TĹBaT0!TsΡQʝg˼w S`26}SmHhDViU;TN̄yW(Ud*sA|PO%9!?UT($Ӆٲfg]k*u(N\+G$Os +*#r*E-Th0 +a-O<b*|^&1.vzf +g4O +5G@R5P]A=~t>)R:K錏ie Q1QN\@SҙrJDi+ + +aA0 QČ2)0_* NcjQFrb-}2{W(AY}ңBƏ*:31}*DaT0 a + +:7_WBu +‹ +9W@ƸBWLǀk_ +U}ByTWȍ%E}Bᳪr:T(r/T(/3}ą +A0 àBdu˖-֭;}x EC +߼wßTST9 4k򴥹E(9 <(d*+' |$(kH24yYί?ԭAS$ui#]ZHZ.* 3He=ŁT*%ZKL}Bc8aA0 æKg6P +*/R`lXPJ/J,&J4G[ UAFٹtfã6ϪV>P#Ά +U 9B =ڄ$х!jPz +,~17 Rхy5 v0 +aش;Mv>MTr29992>W1+Dg0 0a#GWV +G6w!  ̦g.pH*d+BkCAA +!   P!AAA*   @AAA   BAAAB   TAAA +!   P!AAA*   @AAA   BAAAB   TAAA +!   P!AAA* LR8*Spx_ūI;s+S BAոs S]Phw0vAB (TueMLna84~a壉MC BA!ѦS1 p(:P7DA  +W2ܖpȳIl3:%@APZ°y?~ @B (h Mg~^ / kR ] +AAPД^3;vOMg0K{-tk P!  +T皫?n5@ T* R0aP!AB (JP@B[KIP0C}`àB@APdS& aTA *Hjjr\71Oi MgB* @DB(`:}w1%a %c+^ {rR`Lެ>xS l.?3?N B@A;Q>;Hwchm98}0dp_[Phpyr>QN®Z'Y~jC*@}-BP!AB (LEs\ 1J"I DȨӎTڴ*T::B* @=7;&ENJ .;6ᗏ& B*dXSQ— +5B*BAN A +ѾBd_?צ|_Mlzр>[z7Lj i \kiu}/jjTIֽ]nǤ`b+w/H5%g6‹:e#7Bw.b:YzmJ*U* TA +}C)5}QZ\Ͼ@U~V=i}=F=ъ*R $7Q9>Q%IaV2H#zfVQ!UT +5 mQ+4h~c)±U:ǝy+P@j?`˝U* TA +}C~ޭPQ+$T#_||HpC*Q +kdBݭ̆ +]jhJ*4nSl#jzyQY~10SzkB* @۝tsNPUط5W|B $ɷ:=>ha|V XEl)8') R>Sftn +GM8PkCU 5)Kթ+贃~ R5Hr`0PtTgTA  +%Z(HH/z^&U# 0Qpf=uLȋ-Jea`lŌ[`!z8mRt횕mfdDРB@ApNoNCTsXja8B*  +VX}YJsX0 P! l*P aP!ABP!AUT9= +! +!LEn*lXBTATAGaSQӟ:' +! o|^ w0l[9s, d)!k@VBvrdBr )%Ċ @B oZ^mLa,n +1Ucظ9Tҋ @B [B6Gov!%%[B4JBֲϰ1bBZATAhE ܓp*uj|E,GIB3s~afBbٚ"l P!A]7+߭m9 /|tF,ý42lLeXGn;!YͲL5PlȰQJRvt* "GΩ7r;i 5p}'73c6ncF˫5eat* Lʆ8*p}&̱wNMogWɄ$qXp)Uq6pI QQ@APXjllĉn*++{I v@}tll,8iSUkO(Vom+٦^222geFsu/}Z/ڹj6lli-F:*a}zڶ=,z{8m=ˁ,7c4`WY&Fw8TApVVV$^pڵkwޭSY{s(ŭ^L{P-[nv,M[VɯB*a)-XH79tWCJ,lduއ 6JIԍsKRnDUTAEFGG>}XVVv,DГ'OfddܼySJMg|BWd+KS + Xe-PC?k`gyִʯk7Rm:wKKiR6uoc%Mb٨7) q3ي^!l5,̮xFyŪ8s/enWU6BB (|455E9\mmmIIɍ7ASRR.__^^.$R~ s83g$4sililJ[Lqo:zrubJE6df +LM[r鉠gtAXcYY+mji.e"50#NRj +{/$Ml^xNщ@APhp8DТW$ҷt1J?nf/ +J^xa͔ :l,I?Z!=cYلcB.ҟ:0ڔAgYT&E쪩8ībvKl3TsXB  +! IJ-//Ͽ|rJJޔ7n())ALu86--e뽭$HGbMbqo1eoVFqeq^~$HB3 V6)=+Bz+wYP}٘xFAGYZ 3l,`qUqVvThEsCB HWB"0-͛7322N<u2$4*aMEXpE]%eɓ'Mt,i9F!6oXxa{0-\*%K ?XV)<€2HyB+ .KUq fˌweh@AQw^v… 999>lmm3O"-w\IR; +'gNJI + +C}[6+sVR " ia)ky.ֲWWAީ͈bO|MO]bY,؊f +!"JB"hSSbsNvvٳg AsssݻW[[kZ͖j z6oPL'!ԍz5uR{SFT;,;)'!O# +7It͵ƆDk%,0Dhgle{7W|VX*ETT*  +InBtkme|r:sV欌 +6$`4 JvO^L ϲ|TE:v}& AmP! (njj(((r^"҄DКǏlHAvvRdX嗗SB,)(LAB +*䮑UWW$'fJA6{'ٳ,Ԙ유BP!AٳG=x //ҥKzOe:;;#q}N`뽭1+WP X"xP) 9>7LwS$cɁ6GO6ҥHM8qa6Jq~hŌDAB #9΁{$;wʕ+B"hOOq!2Hapu?:G/zQ!s +l(M")Aò#*;/ +[N|AYܓ~ZSGEƱ164 (E!\sssEEEaa!E< +zz HR"(GJ=l# &5%EAōVXO<psyD .\v=zAeaݕE@){N>_,R *T7TWg#/XBh*WXv@P 'XyX@A&HWWWCCP4++̙3ƉϞT2`Q -%`LQ6Fx<&ƓMAjKGSt[nIGK=gXoc0EVBZGZwUZ/XJ/ܮ-v~2E B p>|իׯ_{nUUU[[[l+\uu%ȟWN!;!)V9QLQ +7פY_e't8qzv7y |WY82VY` +AUO>mhh*feehɓ'322nݺu'O MOO }cI֓LliliiԵE\Ί-/'_.&5%]W:Za`Ut]lf6n!"םUf {fG3 +!dG9j֖4avvHɑ#p.a\}}5vFY%悃0t2cjYG5BE]\B!ce%A <1/]ȮXTBomm,**z + +#}}}m/umߠ9uA;Wb7#pFJ XvW^L U =XTf5#JBJm* (%$666_|Y/ĉ7oޔAІqv[W__:] Q2Ec8H9*)+[D\]O9zJ ̪:BvJʦH9t(Q3HH9Ң:22 Ï5k(!FW+4/+}ѱB4lʍ-Y5WDV9 b<ۑ * (lp8ڪ޽{5DԫWUVV +h C|w6FS J *KOQFx(LlqdԵ1\utW/P TAPhllbܹs';;ٳzAoܸQRRR[[kZj*n~lilPL5̲(׉+(EmFrTda|e4ͼy'5%YGRpeuW,S$A&_\,BLgϞuttח޺u+33ԩSzYYYo.++khhB"yvRR+Ref# +gRXZ6]wk?!;,;"Ξ?@2Ouu@Jׯ_xq"haaÇ[ZZz{{jZHsQă,/tWP4=Z + '[OnE/ݐ!)w< ľ#ؔ@}¥K>;'kllʕ+z'NAݻWSSc͆DаP^wT_t^ʼȿme0Rrg9,)UkE +);+{21@fV7 +@b6N''a! 5yy{le\5CAP߾JŽ񫯯2'ĥKlKmOvFC3'!ܐx(ծ|y9(KB4lSkiiy!+W;wN?+$Rl8996$ћX).bLRSR$^u8|Pt2<)aKiKzo+?-uEZ ɸ@Щ] i VÝ eeeyyy.]:}&t!-swn!A+ZYJBL$+1 +y# +Ěy_QC_oE D!doLU\PHeg?+q?TAѠI{榥?~\ϝ;wʕ!nǀ(e"FCZMy3jƺbr~u@fEݕW]]Q#T1=T~7# ׋W +<̡t9.d${*xoooKK źœ x׋DPQ|_H +Wƛ4Hq=Mn.BHw=eǀ(aKǖ.\A /,\åC,fWpM wE 'p򈭬 *pHWWz3ghS233oݺUZZZ__DPװsmJ!BF%sx ^"?0G0(Zۺ4s:Yy"~X>9v+A&%uJqAPMNNZ,>mjjjppjԔܸq#==ĉ x;whjjA"(gRaziJ <NrX+`L$ +gT jiLBNop)!8琩~)l*~/\@mv48REЫW$^vݻUUUmmmH|1BGMy7LȏmM3LH(ƃ ,8%#,,k\_ә]ԉS?6jdfB +޼ySK.yQ>)))t߯x /hJmO.N[l23;?gS + +)= тu8AbfR+-Es0E\Y\5.f]!Y 1a|:Mn3}@_ )'O .;;[Z[[+$fddQ'痗766vww7ӭ}!֑L񎑰Bun?` 9T1YG)Jyo[?%w Pp"*dJߝ.== +!UT`ʢW +io tᶶ -P$\ƌif ^ӄ4H uNgkonPܮN<!,MC9庎+TE(Qӛ^[/_fMOO1 @ X[n=q&CL0sY[|Ж[C[uuU\Y%Đb/lz69p!dohF +DΩqYp;>rNWCFZ24Ys^ZRRRSSɓ~mto>pyIbş&7˵'7@>:Fn7N4~ +\H0 ыUT3z9"~KJ +;*{@yHߖEkEY]](;`~T-It"<9uL%u8?HkO!٤)ʃs.!EKYnӹ|xp<}(++K=|FF`pԿ.IG[|N7y THȦSxp:P7{66mI BM}y .`فkdٳK.I`hXP TfM"a8~qo_m+ruB7p¦%Mo-LtvvvR$ϟ 9pĎk^XX| a=g[ټBWc9V… +߼>MJ$q4cj>V׎7| ʜpzBUBA F=^0TEaB6p S@sM +O,cmŏWީ•ApF ʝ,;}4x=0?Qf `QZxOc>3T8'* + +U54*6_H:A +6 ZoNi*gHX/ޯCz,T97RPa8P!=o>i~?~/T( }qHp wV a8*dAo4[:Gm-EQ0tڇ0 *\Bp3V +N߫Mۙ>~̑G)j"!+x*DB! +}܌]BR!=˙6pw㥝nͥ _ VJјL>ķTh*Hjӛ%;-rɜ7]=Iڪpٮ o䓠¨B8v̓B*9֯&Yڳ>,ė'[54EdS26@4cj +ܻծ?\r-wyОXCO9 \&?p |abr.4m# +H%\r ]egHH95ͿM8 +<A#~^,*$nVe V*D jF bǔӣ;ƿqrx?Tؚ?*oViƲG?iu +z4x;݂(l=\EE.瞭9ABz[qݘrΟz¡'Oɜm/TaIAWޖpj1pQ;o|:K *lLpDx3ӫ]~G:CC-)6AG{aɁi?nqG$oعukGط*{z@HTXܣo}vFЄ St{ƛǢP!GR=yi0фlRbOHk[`GuDls +~?=t,Pm-P.᪒ +ML,PSe*ЏvH"0\p{f{hc[Kݕ{IhJU +=؜aAw~h&XT:: +OM9oԽ_[! =1 +Md +U " +1i/#R!~ݥwC[h jP|D'Gܐ U4ռ̎nePq =4^G_̐ ќ(3Чn* a B: }AJ*tua]A" +J s-nGrjU-k&v'0ߑ_iTn1׶oY7-Rc +8=_|.\m +qY |DQ S!*3 4Ư P +̜!A0ItHT0*VH?; -nJPNm ΩE:izSO PHA3䲁r&&Aj0 oVzT4]IXEHb. ?v-,_-ACc9gvC]+7Ņc)kD]\ȩmWj` +`(>K~8! *&; zԌVP!&;&ݖ[;y Rh2Yp*GMe\!7h᧸<[y5-T('>qIEΛqgv(ΎQcZְ}1Tb'TqxMNTu +CATuڇnLFk?a+H +بfW`Uͬm9EdvC<j ]4n e98C_+ Rv TCf +x*P@Bo| C>iU5 XieJӤBcV +5sS}BS!bε{>ǘ1ʙ)k ]4n OGXP!_]*@s8)TQdz* +Uje '0Br1BUkPȘ&>ߨP .uT(E |Pzv }>P?Q1!Q*QC<jVhѾ#N֥ r)+=fET 9Tz_m(@PsJ iHPaPh"V(a{ay(ԟ˜ +T%?ΏB{imj !jVzL kf8P{9PsUM>[FSw0А~h;lɲ/u70DTHs ROG=Wj +k@ FAK;q5Bz?PSoD-Re +O'3BUa_3BMNiN +806MzOd"QlknB BEIRЗ RңB{cwS'-V<*ȇԦ$\9C+H6" +B2sۚScc R%IR *4]PV(S#0'/bLG*B< +ݟ@6ZTQU03kK_ox7?8*?mkf5w/T(/μB-T1W lW:-BYƋiT +}BIX۝+z>XG_<3ˊbD ҂7J]Zxof_P^GxOZf<0:!Qj6%)~nc7BZڜr9S)*,sneEl);̩출;0xT郕#[_U>Zw.vѰ7TȗdQ.)t!fjo*iFA:!ϪAO>P>JTNUtOgb3GgLĠBIwD}޴'^1CPUi‽XX|BJTPd# Y ܞaՊY5&Et''*Ta ;kr\8uѪ +iD9Ʌg(Bfi3S`u1jD;y(1BU)Qzw9[ + +5IEPI P! ;LIsLʒ;zbmuU"smPTc>Rn  +EGkj̯1 o* v;@Bm[zBT +eggۣZ ɟJW(a5Qb`)kOzJJ+njryu@K@ +-`x[r B&YuʼxzFi<™qj-4`G fyöS7q8|ts(D;z8mRtڳZh\ n*KZ(*=b;SҾ +\9郕Îu>XbZ3Ad*t. L?/|]FTHxq2Hav A1U>a8"hOyS8bL&V'SHJrb{T!W lN`Mo3 ̱'#>dIb)Q!՗$ +a8xn3 Å +S{.쫠TX5f*ld|S`8B}N)eRepy07皃I +E ݅qf=lǐI%&;+3MHa8[u#d 'کP(2B+W\p벧'r[)M,G(09㗗2xJI&mxz pDJ"MC!6\^TH،l_|5˕#E{c,U$!fՙ%E{M0mb\?v m>i.|ƝSov[0ǧs'7l2FBptaQ'?zW?ٯSs-t5ډE{-to>p8irÿ\{a+Tjlx sZ0 V<[۴]J'dґBY) -'ìp@&.\ *  +79 %ZBHi8y!^JHAncзRt@HdfBnő;;vx迳6هk26FP!AP3a CHaR31Dxe,5]EH|w BSq/^ɢ)x6DuR:' +!D,ёq'C &BF@b !ĎTrf$P  PXs} [' +!@$qU3Bj/`GKB~T22HC$+˗6~*"4t;fok97TAgh"12JDI5UvfaIM.P?="@0*`WJb׬4,$!+0IB@qcYMj^s1tBɢXAu,^k` TA7ǪdF!]kL9XɛRȯAHK'omAɵI|.T* 2lU+F:sߝ45::]BGbÂkY4‚1L.)t7 4jT J:IUl%0a`]%%rBIC4dzÍTYl 9& \c'AG_<= hrFGerW7-㦰 x_!V8Lylh`0.g- +E7RAAUsȅ/w uǢԿJɈ.SڟfIPh_8LbTA"ʟ- !ѿiOǥ*car#4ΝUzL۠BIHbL.bl¯9U2lQ(tAP]1BઋMu] iqA1 +E {-eDs(fbb`ㄌ- /;4 +!<.CR.P +Agn`NjFCכ*  +ȳFB6 =M*6Φq\UVt3#$JFC@W?Gm +!4M $x<a 6%h9J2a(Nl2g@AL~ S*7qGdž&$*bք&tdrM2\?*  +#$bcc++_?OE π +Y=%u=,ώZS A4dcγ +!}No!UhecUGʫQ #In*Ӛob! ]- +^@AWmZWK1M Xx\e: .mGYl)2ɠB )U5:AsnHfˢņKгS|(Q?y! +O +!!'l2gQsɆ[0äT(8Zt3FֳS ^b. hβ%{jتMG]@U FGDU }P/* rD4_e'dq WA#/фYķ:.;ݯ! ӫW읶 +!x-b]cREcP ĺEYܷK2B aF"m[b: hVI[u0="3"AX|":Qsl~̰ޏD*6CdAP"V' ȗU(DŋЪ +#$!gȢ*,(7B  iv7P!Awbml40B䱘B|uaHυ8*B!)Y%.VaBki{ٯ<|ʼnu(s%FaS,* "A6*dُȏ$/BAf9?BiJ`8,]r "dI͘iXᰊʷp]: AB +!xeYy?UYj٧m!Sӛp³ͻؐ1Ƒ?Q>nA@&B +!xm5, B0Ѡ񌼇$dլ{oak[X}Q($T\U:B I?ƻ49dR(E(KYw~W,U#ʃ8;rM +A^v0oZOm }5yf+6>͛ʚRh?WGB4AA!0o>IIF[hK5a.c| 7 ˄ ȿFMB6{^UH3Pԣl>MJ^o25 0ϋ C_@B̭AB??r ܢADAfq?䮙w"A9H(T1gPȫefc }MBzHHwy&$Uч&T"^i7`8&nt !4[MvټT* RYNVB~EH*vˣ8M/q;Sfvc@BWY%  +A +AP4U,2BERCNfÏs{b.6Q)m3Z2="VA>j>t'._վrU>rNwxLܠ Wqb&d%[C/-GuǦ}ZtD0BJiޟy%TAF+TnŽsfˢ1 /$XpNM i%wotNapcVޚPNBt磉GCo;([F#b~dBVƃ]a׷GjB%CSgd-kΩ 4ÁaswYg+`)ކ?q)8ֽTZnfjnbByiс~Xns +T*D}OaX3}rR{?*p飦i*0Qi^v:(?:0l?]F"ac;r?0tv5 +3Iܗok 퓈 +hWy8!׎7|`%zZ^Xl"Oa:I vrۍ7GSę;oUY8?K +!; 'rfn;Ulak~FwV`7F2A#r4S>e߯`"ac1_! 6BdB'uOoܻg*vۤcmkQB}P9jt0;n >|7a}H +=0¯FZtK/z6av +APī3[  aP7榸a +fk kSOwC"\{*BB">$  B]o濇`mbAܞ +B G{J;v:0]T R2j"!z%!o+BBZ!~xm,wcY& j"!+BPP*/FBI_r6?C#_Mnؙcw uy =(Vօ`wqq,g T(GզH$z@wR[ v<>ΩAf4T*" +$Ԍ +.ݓ%$qLWh/=q. 2:%oWiO&d 7YЯ؋rʧРdnkCtܜL;*P3J(_pNMKHC_q)%TX=6nӟ:F.#Jl=x`vPfnS!2H!(T1JH- !-.lLxGhͣOBػGd<ݦ}Ƌii;8&&t& D򆝛]j@VOjrh>_ an!DP*%z]cJF l+ ~Ȱ>*HJ'6CppP'dy'PW+B¹;6n>=$ڶ"Y ]!BO;6kR!a—BGcO,* +8" ɘ+CA:&M(ܳ3IȨ0`4K* @iPPռAPP!TE.~5Ym`)4.}VB*dB+BWhw* T!X~?BыjjUQᶋt%Nj,~wҿ84@[0@ +]0T R +)J5J +,y OhH"w؃ï +sKC 7r#rx&[MYgSU5Y'ڝ|Ov~:BP!*  +@Ks,}n{Lx[/9'VWO PHA3!('(or7 X̀Qx3$3 +ySԌ^Ԉ)v@%c 詪4PձBycY\XoQ+o7 +@ۮj*1r%Bڢ +`( I(lsݤ >O\Rfܥ@p"cԪX5|+BPxQ t*xꠕ TlA.+ +?/PSVPJݣN#uQ=SeJ*T7ek_(1BhId2T Gp9~Z#n{DܦPÂ7y*H17$TF W).uR82,RP!qP>Y/m*ԓ6HkrSΰ>-*ʘ +T}BώQ*\K*T"A3(эc*NmfCyJ΀KyNirf +y(Pš+H +بfWPzb&ʚQCTch+0*,d:6%4=5vY죕 +wN_g/ɷTȃ)pbn6ԿB :ceHvEM2HuG,!Vx cwThXfnTbD +ۆ?VO%S{*չsTҦRf?QO):4p\sBZ7T蕾Ï +!DTHcuj*D}1.=<*#= pPx4NiN +806M9VMoF9 YԖ9NȇZu 6LB +BMSG0TzqFȻ+ j$vjWUE13Bdぱ)X,qdJ*TXB˯7<|ˏxGs/T(/μB-2W lW:-BYƋ@T +}BIXۍ.*x_N+`㸣s^!L]z4TTț ~t~UEᅪ~*o}ByMO=jQgDsLgC꣞@ε9bBu/ +!TpiVLA@('YI^Od#OJ+ 5OT(YT;e# Y ƋOGW+fuLh}Z5H=Q +YbAThoDSaxV ea!6)V7ܘs$T( +J?:|u\D?Oz :,&5!U)QJOtk|P8>Q&ZT* *6䞇B63zr~hd`E RX[]H\ \*eqhMҞ8CWМ~ofsIUwOfbwyO3s,:4F=IjȧPyöOnd"?Rqi1BA /*&PP?SWHUj꒒X pYyasM!BI=ճػb3j3y /G Jx.)>.w=Όś|A(ABl<ꦐIԼ hU-jk ZtէTk% +!TvGُSc}y9,`8T6 +6s4wxYͭtw>TkC?`[b{~ 8aOaBP1oEomNّu|P +[Żm^V@aօb6q^'n+ A[QrJQŽm"000Z:ƕB +*H +ݪow +8<ەl lܔfo]PLO´nAn P! tàBH]:`̝b5 &p63?t~ H|Q^KbOB򠎡 P0}a;]aPVtZ-Uٙx +V0hZɛ;3Jw~qe{f{7ž-P!yР}rJtz0e 7stZATu} +T#~ *Aov*a-f.fkkcW)pZ @zq++¦]7i^:õ\y55?{gU,\h7Iy1zkw)|0laӨѽpX *[¸-vBJz19䜚6˷cw讂FBKX6nYԮpt50l^쭊?OqE{A~ֆ$INea갩0>Q]6_fF˶()۪ n!Qڐ JtW$jWOlSK&-JLb+j[X&VlVl2a0 y$wuft;s>GH3wg;/ QƸ/9`UU^bOzqbs?C-HQp}o_)aBjw/8oGomύ*dq +ݼ > +Ϥf"5)]N/l L_wuX@^H.ѡc\ݻ8iGrcg_=wHK[䳇<9 {ܥ2N{%!ޯ<@ +~mڮ?GJ! g]v}#Z@0=?c7` =]]G^b3 *wU668chYx +2?*q^d٬өl#%Ohx"%/ʭl-iݭ37x~g>r +S`̇ߓ|Y8<]QTWl8m~[<.1"DQ([U9BgٝUUN%O̗WU)HBI+'r`H#[5+,/i%q}`&=3:Xw@ 1kx) o|MiK߅ +(XꪎhO*m2R`K+Xn2׹Kmmu=uT>?aI<^w'+m5&փY8wILB += +wsTd LxyEڍrWS;R; 1ԁ +)S+6%7Eaw/-OX#kM%E+Zo9cqSGG}^>[\g[onKʷ5@$<]Rs3 +:Z!cޡ_s*xA+ڑmm'Y2vnئ]1 LTV]yc˔Jg]ɯڃ@Z +jer$DkKnZ^fϚf$bdr8}+IbŹJ?0dЎS;V*LѼ/D`L}m ++tv,b#4"k5Iiifz1eؽa&2Jb}\hmp5?܃1P~fyM޼} + DH|BWCsGٳ,zfB5n52VUUiIB^S; ʅh5Izѽ6@.4k<Dᓅkvt)'ZVXaB);;TE M M4t +кqmږ-hѬ\25nq]=uk +F::Ysu L$A99 KrBr +L(ea&9߳m`[jnv0zWj9F|S:bJR\^7y> \pS`tGm"q!>>># ;J \b[VukWY&wβ)&43bٝ)x`ًj״i/{syh:JJmТIC46kWJf\B +DK,nXv!Dj #{c]\)k"y򗼰D3D"&re޵ix6O~ij&O )0QY]wJ(<Ȣ~dCjAX!`M'ˣ)+4^Ý+^(~8aą.ԗ"5w(Wnz:R*Iም T.iQ=@!pd/{ + ׭P[kR-ԱJ#nwתJwkRD$3'dzeoFKo,0٢={r]ƕ,$hvV8ØGoIR$i6;>ch|Dֳ]’x'HULz;¿_\2*KÛZJ#=-iy3?|ol ]1nUyTAV Hjpk'4v ϴ]2!?Ub h巕_/6ܱc굪XڱM@!dUcyQ(dzpQo751~rHWCoC+1UYvff3gxҳZ'wfMŶ;Jk7 ?|cNL7L-nNfy,f,3Րr"ct=4ƭG.yaIB~hh'ܩɆV6;7,_8IgmH \ qի5IJCZLSe,P`+Okɫxx$0Ls?T]W ++tE]R MbRr(bCw Q/iy[]#]9#B%Yf~FS%1C;Xs./rxKNKH~2|Kuʿ ++tKHލKpÔ̓!6ݴrʸJ">YXR{:RjeJQfFrj L,|va\IsDh')Vr7L- x +MZuϴ̽cB:m>P1z`e/.sS`bǩ;`592|XaVzRz$w hXY3],x^+yGwPE^gw)0 ouZg4\$+ՓB +qC)YC=99Y{viҼq'XDtL?K;F?s~Zu]#]f VXaܰ 7J첞t!.xfAgwf! 1y9K>FA>l[ f#v)0QYz r:9/-3VXa2 :! ]Răd#CCbL$Y򊦷WlnDcwB[vϊ}z_8$r +QKkZOcaEvnX)]%J۲݄:;/xf=k[G*p.ʓ[(8?TxL&ь@J +L$ B|~(earc m 3&|%4[ +E.jF2PYySe&X!`tÅp\=%rKv,Մ"OD)aY!Lv5Cx>o6>KBxQH_߅CH s맏*gm4%Ӹ)/Vaڔ0䍝&Жȕ<fF0 -J[%H+xC?./=:j{<]>LwOi +KX!``PcpR;*Yy_⢇b-l&~״ñm`&2Z٭?[2d+лO|M2i.~9!YKs?i %f+У I!*a_+9gwYgMǧ41k[ڱ43XxMNvE_μ%qjmmfDO1P/ +BO3&Yݰ JF +65fr/_n=Vvk6#oZyrǵF16dE.`qڱԮEU +O-pśk]k7q}E'^ʍu\~$2zA&`\*c+ݯ|%4G ‡ںf+.Qn]|H闓e~m5VXh٥*mˮT.3' ¯q;x%4wB>:BTT.˚ -X]xPv5JyBi]_tRb!JqLVo22MM  _6B"+dvj> )=aV 15k|nCZ'0QR?]} 6DLI/aEt C%X!`ØfYbR&)ʙ3 i>z=GFnC $F}~6 u[?p/S ++6B2 Cݒe2iK߸Sϥ:xګ?OQHR\)nlŵ+ +7J.u/¬C.`YwsӔvWM_|yÇ>w bH$1۴Oe۷^ y>Jw'p2`!V*kp"Q"DC$pڙ!z +u% 9#5%CĐ +WnbX|{,q.VXaN0 Xܰ@`ɻdl[B[%D 0CM$@)Tŏ]bL~^l7BNHiB=Ld5^,+oj|󑹾t3b_KX?Q+pC_Ѡ|Ӌ;Vs UYb!ZpH~˚܃B] mG #[O;'܊)LN=f+3fݤ=}M\-9%F11SmkzOSs5m6 +' +Alg^Wٱȟw!y|`|y ٶKerWOS{JACRdm aBWI +-4jhh0;XalFdQBJQS7{V1w V +ѕݫ Oqr? +gt;165Y*Y~ NU-,/fdKPCUAb1n+b]W4t7rWL+ wC% ++>%vCK93OdaڬP1TZPc?891=t{qadt+Y~eͲ +ms؏N& +cf:0F;b7Q q b_+VVrT1LjfB1mnID dgƶP)+ 5 cQy~`HY_$aVp}J!iB5"Vo>?#zg7TՖxИ&+BѺ +Bk,ѭ0VyB +m1-'ln Gɉ{B +!ɂUݙ2 q1̸xyKm-7UxamZ,HR ήdI% שˎ9H4uGŲ-JcßEA&>V8[crt7rMg6Z3O6 +NV3eB +!hM~Sju˄ƿ#Vx-^?M#5,2gVJuB#4>ωVI[.˳aIV*}vXnvoxd0R +[7 ?+2B +!% JEvCe~&3CGPC}%$ +wp=7P0KN\]:B + Ѥ6UؒuC +m+DYNc*2̀?(J/$ ++ .nX$Sukr āw<ձ]ǃ%$7m?'%^ ^KfLAiȶV# hͷdQ!?sS6۹8٣ߣhd"cTJ$d5Z,QdX!`nFdJR3V +gh?tF{ % +";c^٠urVȏl+2CH&dQ,g~&ɞ'W;:gM+$!F/yҵJX'٢Ln)̒\X!`Q|J_EPn2cG |o8K~HY5O r/2c,X!`bq@4&o(a㬼b/m*S"$X!`O+Mxff{qJq%/?P)kkr:VX! }ZiQv34L)Xan5N7co{QW +VX!qYcbΗڦiаک¬'$yRM/l ++SJi-G4L2V^|xo/cٜX!`M ȁBr!vĹ5P'3G6 I+ꋱ̸\k ^X%VX!2] L,4]оX!ر8tW.X!`{K2劒WhLHPf1U:(vB4 VX!6AtvnX"컎ȩGdݴoB0VM xeU2qZo VX!rp]ҵgY+d +V,iH/Cr ++pMXa;t\fSƞ:3b'$c1͞) >V}Z邹M+m3VʗqC70Vqҭbo$vXmz܁B +yZܐ,xQh|b ¬dWyX!`sFVZ1O.4~k]gyĜ+'C4!DŲTB +Ș6[v6.Zwcv0V;BrfO^I Hm:?_Ow:X!`!Bib qC0%kHVH}]fx7x $2Y+ mȊvzXk֜neSZ?U![cY9/kb28V)Ĺ;7,Q[ +kOi + Cm 9Xf.w`2bx/ `$$Ke-qVhܡTk{X!VX!;zd*۞UAjr,uZ0]uvES+Dڹ%'W؝?e2uLb$ĈnJwAclq_*_W `08<*Hi 0& ӶΎ>F>ՂX!VX!@RT KfdUc[iiO> +J XA^SN*? 2&bděRDYA*V |+~H)X{hfL~T'b*r@= +NL+ ++4ѧW[RLF ʱ>_ ,S!wb+@g Od ++lvEm 6Eg!>A Jf\N]b׌r)-kC`'B]I^Q X!`~!ʴʴ!ӋJ/K+xǴf_kt,F@p`j;B3e;crV9O9Ezu2v X!`>'<'G +BJbcًte/Ty#Lj;L"Wb9B*m|VX!@1$lB] 5meLOr;!K;`n\#A6KXB&@ ++q9,sџ?Bnqi&”s&l/jX;E*.I+/j}e^њVQ);yQ;{:!.}oͽ<3Kr`MX,'8=LP*[\W+~w|#2HumLJ\~<ާ&Y&NNBBt._-bxwWVe8'F!z8> dcFD)yK8r$!ӿK/W殔 ӇvX!VX!@FuvbX !nSb9qLH~bGxoTcse8cZ 9X!VX!@t^ޫZz쏾֢$?zm ǭ=jYYTӳ趞E ={mgѷ{5dl>G6zqSϢ{{r3 M]JaH쫗) 2s4 ȕ㉡[ +B +ʼno={~S@ H\iߵuӧɽ`_V!Ē9s{*} r$CVcVX!@EOo +<4.AbmJ:'E3_c=zZÓ<+.[m +\sCo ]v{WƥGIRn(۲>Mt rw ++)4H`3{a@͓R4:,a缬XjFN), ++ +ΏO^W/t8[OғBۙ*je +e%Wmb99co>rqb*4uuu1HQCc5-*ʥ͟[υRWI; Orx`X!`.Xu?16ql{ΏO̒FG`wzfΤv!V ~w9sY!օgx}!`+`|cnJv]K,!9H?t. t.}BB] Gz~>ŞxhcQB~CJ_$K\BH: +++*!b=cA9sE + GPO/OUP]K/|#4u+/})ۥC\Ϝd}w Ou: +qm56 ++E+ԕ:JYKVV7+>JEwd"8;BAоǮNba8'&~֒ѱBЖLS#nBܲc\<:ऄ/|c|)>wޖCлVBNQ ++1+>uq?˜=Q{&7ܾ++ ++1+=t~r/&{LWoMb8zm'7ƒw}] + 1y'_zؗWѶ3x_Be 6V鋚{^8Fh$!񿪦)bh> ΔPvN9HZB>%U'_++Va}V#gK^aQLSLgqu!& + j[̘ݷlܸpv߰B +B +|`&ZkJٽLG++ ˅^b?VG #5,B+ P-htJ`:U +BBn7s B +˟t=9T7KJ컦n_Q]>Q. ++>W_j9wɈaGn~ԉ . ++fh|8Q+>=qoBӄ܊'N\7qz\V&"Z32|G,k$3~ ++a0l ܙ`|0cYVy{hB^1* irB)rVX!d2K̓)Fk0\JV!B +ɒqzL蔧D+ V4X| bi;3*ħ2 VhBc+x ++-D`F̩!B +K VQ #1AHiBȴ ˑ&؀ B27-=ֻYt'vޱ+) ޹S| {zI;qg]v|k=C;VB6q~|f>-?Eu/G]ojy\A)>pVK oj[OD́kM5OAwG $G}OMЛ+_sqb{A%/zo~cCCDxsPh*}* +B/붟%d ,N ̧zo94A 1}* +B<6A$=3t " bXy?ÅbS~=/mxoDvm{?|{|#ft d \K+ +~iU781DV#^t*1N?zbHx`X!/vS>/{?GA/D.K|K}9u=vu*3 r'zVbGБ+aܵ1$8~^w OjM}7|k!AJ2lgsBK\Dc!<`X! +u%F0ӇH`8m +WFG2V代V샫]9Cߏk'ak+(]w|=p"Y']9n0.ы~2:kOo'X(֜ľx%B+[aQB}֟h ]&wOe +wx=pqY˖O:/$ +ԆjkqJ1V-+9JhB'?ǕVr3vZ:۩.톗Ѕ$hhQχG3k775}+ +Vu.8) ';i +5at1B4{Gg0֎%6VhyVF[:Ni/qPvGk& +S2`$w2&?W*+ ++ ++GF/{|S1zy*41Ll-V( /k+$UB0K7?CO6Ѳ3nUަenpnٍOUu 'gn"Z ڍFZ[vTEmVڤ v`zvi.Θ^>l%u||X̋nss+ +fZxoϑqU 'ΏOTi9n")"Z&L +@4Ow{f}Y6TwYsۙ} +WIX6ɗ0yWFiush]d}bś1v,ʙ-n~~z*{´kWe2~+d>uQYu3Sg; }-X|GŒ#7Ȼ<yITg d<yLfZg,ZHᰴ +w9yqwd&ÁJ_B+ZeFroP?C@yrD̏v*PcX!`CvD4F 9-P4)h! eio cB6yݰZ$b6S.-{Vfg^׭LX5bx|>Qw,3+Wj9У6v~)BX[b|#ALߋob^qOf6g58=NfTiƯ+49F6cz!5̠5Z82DkxdϲÎ`e*~;3bu,6x:zFcQƪ3͋yq(bfa1 u\N1U*+?vQӻviU0jN<kܜ XaR^P\ +U1ԕ0r+plaʂYy`E}2{1Zw>҇AAFܨ9i‡-.Bqq9|{F=ݳm]A8|Mo֗NǪLBB7#Ѐi0"^\&@Fw5hXF,lP6T0fS +ck+Z0 +`Cu|d~ZSB>u1vMRY'̴`Jٛ}Zqm,Q"%5.4'͢N5Dq+W0uTPID1> +k_taX!PCuj\:zgݖ3.\N.{F;l )ұBJX]S<ʱ!R͘; +0OVs[ܔgL؋tSm63HBiV];V=e([M.a=*t~9j8 mZ+ + +- o,Ѭ\6M5m\]h_r X6%!l3٧E[8*SM6ޚ?B/V~\##ڞ|-Zf +/'3M>H-sdF<3? +B9֭t(z +Mu+NyH_5]}&K{1VpķZ[s$VbF+htXaXaD #tL@oP-3B+p. ++ơ}[r0OМ+ +B.O>uwxD.AOϟ:16W9=";P֜ +B2HZ\)< .s8HG9 ҳ+?=g,#Ƈo.ɫf^ +Ai/ҳ+?;PA$9W׬n=v }=+ +B#4D?|{؄G_{BDں~n`X!dbHɈ鹚ʚ~uX>LD~{OX!V\Wvm1 T.+DDM7u + +5K|T   O\6$  o?>O }oO/T*HAAxXyM}&m?   |z ? ^?\զn-=iAAAՐJIߏpR*!k|}]6AAAC囶״tyW.j[&   rF +endstream +endobj +1166 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1202 +/Height 572 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 1356 +/Filter /FlateDecode +>> +stream +x O3D|1 +endstream +endobj +1152 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [267.67 756.641 342.327 769.085] +/A << /S /GoTo /D (figure.caption.113) >> +>> +endobj +1154 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [497.366 397.94 525.406 410.384] +/A << /S /GoTo /D (figure.caption.115) >> +>> +endobj +1163 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 381.573 120.385 393.765] +/A << /S /GoTo /D (figure.caption.115) >> +>> +endobj +1160 0 obj +<< +/D [1158 0 R /XYZ 69.866 809.284 null] +>> +endobj +1161 0 obj +<< +/D [1158 0 R /XYZ 70.866 740.915 null] +>> +endobj +1162 0 obj +<< +/D [1158 0 R /XYZ 70.866 503.714 null] +>> +endobj +1164 0 obj +<< +/D [1158 0 R /XYZ 70.866 365.846 null] +>> +endobj +1157 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/XObject << /Im21 1153 0 R /Im22 1155 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1171 0 obj +<< +/Length 2011 +/Filter /FlateDecode +>> +stream +xڕXYs6~#Ueapʛg<ޙ:Įj}%XB E9<2TRdjukyTI Ȯ ջ9]z1FLK|+q*)BL8l.!Z3P9H28$1 Is$lOPkN*&#Z+')Sdҽd{  JU y9_(tCy<̀HuWi{m֔e妴Qˍ\Õ5sg +=!mA^. ޺- "v|Z|1 nd*jt)'QB8B4{/5~xJʹ<?\A^Lh_ !`2DqW +k\xNW.9=SJQBH,t0jx `. ؃S;wx~x򮧙! DPWHeοs}F}T=5FK= +k{+4}ku6- 2E +g0 uD2T9Zou=]Ut +iZ.$۵]|ʐt~DytTmbu_+ڢo's^k-MMG*!4U&!h+p4U8p !޺GD{~03 @lZ*ɉ"|W% k,]}ZĐIdxV L +)|8s^!#}E:|ִٕ=.8d }Stצ/Tq@8 +Z.כ1\{ub+˳jo _z,]ndx7(`UQaz%ߪwƯR0Päw $3!n;̴O  vI06 Swāvim^xf%IM~'e 10ֶ{ӝP(_vv>4vtO=ar.z3o8IY +"Ǟ Ay +endstream +endobj +1170 0 obj +<< +/Type /Page +/Contents 1171 0 R +/Resources 1169 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1150 0 R +/Annots [ 1156 0 R ] +>> +endobj +1167 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1120 +/Height 633 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 56559 +/Filter /FlateDecode +>> +stream +xx}D$$%䖛҆4sMHJSoTICZWbd'–mٖm˶l "l2 @Z` Hb%+9htvjΏy?~jvwfvy9@AAAAAAAAAAAAAAAAAAAAAAAAAAAAA*<m8~asͅ^۞aaa Rn*>=#xJ80 0 0 ;;.ZAFM~þc'qaaa7ܾϹ|0 0 ð]0|; +}c˛Ӑaaa{WGv 0 0 îq*|0 0 0|0 0 0|0Įc}WQj VScEzRp]_qxaa ð+;wܥi e>R?:22B_ǩaa ðWPGLt-5SKK.G?qþ+8{0 0 >av7[o=pؘ.#RWd<ާ܁hs= +/:q\꽄޵jכׇa0 'ک۲e Qk6Bu|uV5mۇ}wOgwe@[v;~s@4:uV}c'ɐK. 0acȺ4#bd?n7wsHnxjƎnxx,W?Ukɋ\᳚?}S_(|SS@phj#a 0<߻]ūC\ϿTҟ@rtCxB?gCyݺpܟ:GDĝO1ڌ鸿|0 >avo5IWu7~̣>J[ܹuA>$G)x| ^jο^?{e@:>?P;gG0 #aX]]]~~7M5ڞ6hll$>;yD#52#H9:QDɫ_;./EYG"wY;O4vtGg; >a0 #e緷ŜP((x|tD`B$jv~< J/nk xs=?!#b@2W?kスl4^=ϥ_J0?dUE +!^L E?|G5+Yo:ޱ=wm.-:]2F[p|yѻGyQ5}G/q$?ã\7̺u-gG4KwU<@M%v <3~3=M~%E/a|>a~|x:[{ݻGe~EēN;q=cj$hɋ9ǃ"ϫ,N@'j?~̩W9·=_{=JjC]i3: s$u8T>zɴ-HUNҋ廏i&x?c?z͹Rq0YVؗ$??/sRvhhhYP%ާ﬘xz:z +8W'џEFE +Ww]?qqKl<+N^_8"}_+ '蚉GXhKڍ9%:-0 >aGFFu,[>g{Ca">"MjW|=~f[n8."?{) : \=MuR?(^$"_zF8p>$r#福}>ͷAt|Y9>SJ$&mj?gϫi +01x㞗?)^ڲ}F>'}Gs2}{坁 gO1ݚLf'?U'镝gϤ83(~!Ԣ#G#8uկ"Kx0jʕ)(E`TTLpA@p(>iDs9(?Jt/)MB' mÏYiKj;'Iq1 ʭoj?A#JǦjª$Q]dFx_dB?TzіG|ol?}Qv S5a|>aE$js/[?h띖MǤ]_n:?l);5Sר'ϑD]>;KX]yS0⬖Ĕ ⮪)tqZJ7* SKm3|t˦tMվ"|DgN̞Mw_hpdJ-5|SqڈĘ|}S$5J0 >0 ,{au-3ړ +KG⚠8oGs)C%EfHZ_|H&8H!=TsPh\{kԢ|;G<7Ogdh%<|D|#>arqC]u6#>e?g?X4Az0 # ðSHCӍW_R?Lg>+4wɬ8qj8ڼ>Mq48: x捦ǦJ{?d>eש ><5YH{"))T>+ie񫜒䦀a`jhoӦMD=/ɈGlz#3| g4$uu0T8|16csF'o5orw*7n;OVԩ9ϬA603ם81ٟ w\:d߻xTۯkhKn<'}㛇y5_Opr9uot)'gu]0'y?_l%1oJj?MRd>R'D$߿7{{ؼEwU?<Đ[#5Bcg-w&Osw>Ǩ- 0|ðǽу9M&|;3K|âJΫG5_>Bvq:ûb}X¬ +S)}#3uNj>:M-0 G0 jቾg\4(yٳJ$䯃aa ð{xԈ_ίx;0Nr`a 0 co60 #a;lx$p'|0 `a縿Q1a0 ÞMOLDIqB`a 0 0 0aaa|0 0 0 >aaa0 0 0 `aaG0 0 0 #aaa 0 0 #|$0 0 0 >aaa3G=RAAA%08   ( +GG!   GAAA#   AAA   |AAA>   AAA   GAAA#   AAA   |AAA>   AAA   GAAA#   AAA   |AAA>¯AAA|AAA|AAA|AAA|446։qK}aؕm<}GGKA ?w?O?؊G,E߮ܲb[`|]=:=A546qW5Mw8>M{r$v|$Aaܩ1;NR4 >"8ZW#Uںǀ r?gڱ\?eLgJp[ΠA, ߴ5/۽l|h\l0|}^t6 ĵ[>GvO=R^"$dXG.eA =\w|W|d^;vu0,r@9B_| `EiSkG5gq< Z䂽 2-}ÞyoL\#:F)p[ ^h|9t~r)=ueoV8޲":}GY! ΖQt< l.(s No˺Gp$gcx@\Q[$ +GW:۫ `(-p~'@$|A9D8jzO'Z@$|>J`A>Gi#  > GFpDGࣴ AAvpDGࣴQ|DO4# m(>"'ly?hGࣄ|{hKڞeJIk^r"q%H߭9!Cc ~kljbOc׋^o8ӟG#KHUJ|DLDL- j{eo@"Rړ +t|> e tt$GD=S]|=X?0Z ԋ|j/|F8J.mG9D1i#b.{w[|ճ|49Ȥҽu|A>Jov'l"֜M0I3'[KJ|>͈H:O<5C*|{ƣG55DΉ/z%z2Q~i>3<̉+#<8=+D {7 E#o$ ?4z޿}$}[i,{pˡ1Q烣8 W;@V*x# QIVwbFyL=q<KȻ'џyG}A EޏыC|Ǩ{<GD$y͑G3‘.Q>SMSAgZO>aɣK5!~~t>$~'w_ 4"-O^B ÷^?^'!3SOoqqҡ#q2] +mw8'Whu=.  QD|4#9o ?K@.az +zmm>=yv;¢ӓ +}O2<DZ:|7. 7'NΞ3͇E>j:;A':">ʱB=~:Eѽ| ũ'r>qBG!sd>3ddryb.Qw>Tψn|A\G[_AՐXd\T_ɛgy-IE81_9+f#B-<t8Оݳ'ųDH_N! ?"s^hQ&pdGɦx 巧?Cn=U_z(u0y/7m_$B/,xUӽu7N|Ξ⩕ϜGp$S|ωnVA}Y^ʋB|($cGFMHF#Q-_F P'ox"vnNmVt)\QO>*OҗҷIDR# s?y!"&݀>B;@ړ&C%5W$ ?ipr |g<|DYzp߿/o/FƕzTTxQGqyn!|$'ٻC?q<ɩt]SS$|1D1G7%]מl|DD".bQKwc''J(u z>0L_G|e-tDY2RAd[>K]>3ߔJ}X.5jN\V6e>Zb.Loh^L +'ƒC(qp1|:LC4^LѼ[Gc6|˭/tj됟|yD1Lj&%ⰺa[ 1ijo6'R˱h>v޷-n:8tلv ~8R]>:]4{8#IGDv# q|$"sH3ߤ$XVK]O\'5s_{^ K +q,28'A8|DN3?v|><"s@qD_;迃,hWg??"zhHIŋG|:|DU4{h-.5~ (|A98" i;-'?=#,ИrLZ|>48Fkt|tQEfwh\BV%%>eE$|֝zԵH<}?щ qEם'N 䳈ujތ|M쾐h(A,>u|>Rs%Z6Q>R#ʨϟ<-}4Ҳ3{`T_AS#CFA}h#Cc1xFlG&ÚA$| іcx#%T<3dqrW;6zbbKC53PsD,#j%Gu3)ݛ +_~xn|AyL5HIO> !}0AMG`[{ ;9o5ݻk2n~~Bݛ1?q"'G#WH#in q{>C=0*&3on&C+_z$}6jUԬ G'vBy>⻤-Gݓ{||~o0^:}ak~|  H5gGEkS'?4Ws8+kPÙY8|DA"ԇ5Qk>_>~T7?]mGAHKĮۙ6>"F'8/~z ,2=w2#_=A"_Ú#=3«˿T[d}X>E } >9f#3#K[ZN=iϽ8D{Yj߬8qWsq#g ֿqV7]C|>E +'bC +>  9G0|FD# 1"".[8G4"A_R(eQQV+RE;GH\#|>J"`nLN APV9hU\> pGaȽow.{:fOrEWNpAPjQfEVNQ+"E5 #ox`#Q`Xnynur,Vɾ= ⊰EPE)TPQf'AF~O{䂽M G i0yI=g +pA^o@I Mȳ̂ʹ/YZ{qls1fE2E?PN(J>b֋h`= + ((-R(Y$γqljT)JX#=q  ow(/Q8y*0ù֮љ{@Wu!{p/Hn`eST&)J]1&*U,x9(-R jM5wO6%-x^]j&VGA:չ`xʏjBI.:NAdV~EiTJ8h-(9CP|l2KqL`=5ᡣ<)X°-OL\N 1eQtpS)[4jAUdjqP9H39^o!6n뽳=f|DcwѰ [j}R86uIjd&Dߏ!yC VJE,o=KJS|>vwqռ^Xs6c7=0~kq]1°뱈7;<}2 p_|P|tNK8TMA8i*d<\8~9_h/L%`-7mj}l%[G3줪4.oװ|婮 BJwx4YpNQ^v2~ >4,e^ven 7okƎS}8sIoޭR&]d8APF$g-4mZy遟u~ɯ?`+vCGn?v|sofe|=Pʌ"o_i늧Rlb:!PNvm`<^ rW'ʼw +[FFqaƹi^o%NkQ hc xylĬTu%" u F7cA덽5Gpe5obeBv|mW]ë  sQD1!>Rؓo=g/R^036=N*~pG~k8 *4UA5n`7AK(n`z隲dOЩ'qdz(($Sa F>HN ɗR@=ʪJֿŝiy:tOA>醹1p Tc[Ov\va}R%qM| +ĺp-w.WC_()lPe1;ӳ## "rj347UfB/T F귬U\s:9hG/:&\sL9&G}ƿ `GP)a'♒޵!oOb>⃉SꃌIC pS[T.TX.ea8FrP^+cW{%S-d7J 1&>V +>z\+qVJ:H3\ 2 GPT8˞3QEI%A-NtʄKӦHaaYXp]ۦ;" &]䦒%NX %ulrL\tB$ C-#c(iq5ʓ-h%:#U L|}0[ 9nƵ >T`w HaḘjLE9^|L?\Ccb.Hc˵@HrМ,Ug#ת/xNTyI`^ u7 > +Is M4-3kȃ k0H]`qBzci{Rl\c"0n񑺖60=X>@̩ .}?T= +ƦZBY+ّ˭djNlrzkQco$_UTphX}m ʟz>`pUHI ̗M{kK #3 JsFh)Lq ++֤.׈Ɨ W OAҭ┗l'^/qodؤ 3RAK+OEs,l+ypwf)}w7lAk끏iޢy˭vHĕՊS2&(F-k ٟwh8@VqR˯g,O~J,Vl RtT _]7D?bV6&Y%YW7A)6!xɨ{j^^nk01Qٱ /m.& AQ MoUnڀNi_/i ΖDQK4=”w,E>ǵ?&tpMq7'SRxI7ɪ|?(Vy٤?~_Jתc=)Q6%ȅaNb[rUSᣀ,%?7ZAR;s٣32G}M[r%:P`ڄ#ObpJ':Wi+hs{3~P҅Zg.bʨDQY(OdLIL4I!EuB@u"|WM&NyPsXo*utdBk⢤C#x$፽ ma/&6 TsYOzR:7I+PAjŌj㼬qz\28~ Hk>Ls"Exy "; 2)Txd![ӴiNan?|~zTwG4Np_FXU4ȓlXc$IB ,C+H VNP#Gbg[V|q/Kgz-BWAqU1@&J1t)-|`$`CrǐtCbq%b( Ms'BV䥐|Z&e @lq yu FFU-Qǣv-NaaR# i@F7fIKO߮bbZq)n@*j+}{`|! +2v5GLN**5W9$GP[?.t?Z9bq%17 VRহ0]ZME95u2ٞZAiaK5M n=.j7bN1M-M )l~\Ӟ$$`ֻ?<bjӫPI^*|a!!+Uqv:c .o`ݑ8QP<Ԕj]<KU86T}.> +J Nf0!v#Roa. AIYz-M#),ɭ &,Td^Xwè"UNE-2vTh\1RAʨD5XtrI[/qwe:>0]|q/)dR-nj6c#I$лɂO/)B6ɂV4=(Z$ Vǖ Q@A i +YBj,D5oSEAJPe!DQo:578KV@:łomGb܋:Ĵ +EHj>|#R[i# GUwic1^,$c<->+$ʵ>{vTHl]U1[=^BP +~ZDd'a6?iw4}fHa3Ԛj}jv# wej[7e\LU,,c0*&y%U+"WPj63ǚUB U !݊H 4 7<|9]H}3&$44Ϛ4/c))Rɜ ARZ\#X_mkv3GbB\(KiF?/!۫ŕ7 R +(ds'BBe nBnR7`CD@r :+?BO[HL[M;e)fޚNݏK⭑VK5{U$H_/鏸j+]sC6_+Ta s*N-;+AhZb7O-n*&pUE c5H`U.Ic LH J3 7QR4 J)l}@ֈ||ߐ:/DҬt$V6QxdZBlC' MsYgj֪8;FҬE-#*vDkcƴ~|v1 ?];!b + + Ëq9RE8Ԕ|bh(TXtӌꈍQK06o9kKٌ[JGb"q:8~E'iE`2Gm(JA>\7iNG࣌A/LW2-Ƶ|~0qIu\SRaH%cR_]44GH!WJ ,I0r#&yD-R,Qm:[(Lg}wBC+-UzMR,cRz YSF0u* f[(r\gתʺk8JyukbRd*vear릪`gJӱ-M5Cʳ6]t kJ!5$GXiwe"R]WrM^vڨw;$J N6\m_}@#17Mb̩l*6 +îYÒlL"?ZqTK-nT_G?7s +DHTuU +3T'݀P({ -4"lDg:+Yw +$Z|t () bqGJ:DU0YGti"YB-Z-}+t"""OK{g`T@Bl^VY=L"aKeըw|d u8yĵ&4ן{B7"& rV4hghnyyrNʭbg0~+ackldI&iBm6{1G&} %7i1ĮRNDHօuMe$#QUYfqWyQz?f,mC@Q(q_Wd w U.EyZQnIG ּuC0 9Hlu,tKm<+*!j{,gf!|~)Sh=Wo|>ʠtSXA +Ili܈֋\ z];qQIGXd׮=F&*ΎM.vh8}TN&,%LkU+ %b岎("N{P5^1DCFq4`igɧ71[lJ7b[$}igNe + +ee3OGY/]_T?:97JK ǖ jC^:Q5~:1ij+L(czjׂkq +!c{cZiTwEmu"xGY}KHUeW568!38U-JՀhf6-˙fVm04Z:kӎL{CUo(ߧ&BqMyHQ>d.*R8z{PtM%KYDncd0 dXٰb}h5",ځ[o S ΉJ3ձm,{GSIʹz7OLTN>V}8.Hifqt*4ryVevvqK%!I""ǣQjcaS; هI ,jN.Wj;2R9Ŵ1}ȲƐA_ '4Óo<KEb깞k44/\C4=2űDeYsCVLx GP0̎hwOf4 scDkbn-j}х"7M۫!|yuM}ҠG9r"@Q{fW"BKLD=,96goOj]\~=6E^ql-geKJ]p=3l [O6ع2l#ԫGї^An6z#|4Y&]jbR#>j韬ͪcr}{z]diP'7v6~2oy͈sewrkƋi$Wi)/{.$( pqMZ"۬ 5(6Exęh_*^΀61/faMWS#C Hd1F܆p~ᑼE)|FPk'F +`Q[>\6ޟUDdKI3' X#QNrIW d)!DZl(ĺ4kfJZ%{c*ghu F7 ;2{*CK^0Қw{ +_[oHb9M"iKXXzPRUj;ÕMaRiw`AV\GYڙ{ܖg/ֻƷzL,(MT +#.I9ܧM2y8w):.fXhv P,-,WMV6mp + OfV.wO pʾ֯$vV-PKYW|SL:tm7 n<6kvhH[Oa94*Ϗ t-k+]P?-qsb0=JP$6W}7 +={)=++q >izz^窴^mZӒMϝors‹*fNUQCu^S*z5bz688y/ GnW\ ՜ ltWolG)l`^]ojLGPj`lsXܶx_ ]Q\b@xb!3biWOJ.b)} +Ipd@ 3j.Ȫlw^ +|dOubv#\>@52[vg )a+KVa6bݒr5N赹d~6Hu5E_lPy͌J|lƸrͿMU*70!UwG0tB$vtXh|lGbRP_>Y(k%"-#q)cm^.vZdl\h!0Llf8-`U޼\К} ,Z5 )DڶNmHj;4ԫ[| +k>Y\ǵ̖UځcCnqݐZKsslsF0 Ɇ[Zx? O ?=5 +=hGfLōҔVIGUJXGbledef0=?5s0l]=܎0֘yj}^kGجedQFT8O*19hŁs^Ed}6KbO;A:󽓁vzժ(;UEIiEHEXr?MpKv;f4OU2'uGIvgIŶ +mҍ:As1 9;E* X{p:{0 'M -oC+Dy5O_!)}.픥AeR`cVQ +HK/fG&YƮ6ł+<2$X7mDfZu}<B.}IͲ4pKlcG*'ٻIq1F|[l^;w'mЅ f"3="m$QBT@ +B6iY``Ra"R9/" 81WZՓJTZ9lQjHqd8a3hul G]wX- GQ. cVRL +>Ky* fiZ)ul?y +>2Fipe'.>⪛<'?cs^ hvlG*y>="0H;nD +Iar +,'jsrH=UĮcXޡM#S +HY휥pqE;Gb7e"pdC>7 GB3xpɘoבfٺ/>2Qϗt;WG\(W4Tl 8 G^A0 ϑC8!\;[sz. 9c@'ĹJ;[IW~)G3v#[Q8"0iz p ޔbg.kDJm%]T-6o*]H\qc׫9m"IՙB6hFDO4HF +g>ڶKI9# ;p;g5!ON)rMkW`" 3KDZIr,W9#nwRl+ ]/HlYT1|,+ ѷ:9vEZKb#<8 XM3U)$ Iu(f")Xv~DD9/u>JI>`dJhSfK[SX˧G#ӽ#3v*5Ltbwh|oɽ`|Gi7WK6tG'hӸe|>>KgQ&v Ά#Gi9¡wmCtն;#CH!5IcFv\uicQpd*%|Dsq$ & E{ƹ s~klj$>.2u>@G#i|m?,6a #ny@W%bQn|;dEӃuAZF! @Pqb˩.v<ci[mm那+%q>#m8[ͳ-h&|s>{:O\?Ӌ38UGs$A hX[Gbax<ഝ/~VTlGiTdC^fʭulxjVl lkE>m&"UwG&("qCc nvc!b}A~*EJt |>PbJ-yҴFNMTN+{$OhֆP+m]1|b){|C2,yKFUΌNT>CoXCQ_? ]TS7 TCܻ>ٱ8 ODr@ lv/" t_om3G:9v_5f{^얖*" X(.n]'bV3G$1.xxJqK C{?=,ph,Z~s[Z4ŷ oǎ vvA?xWã87H.F*Щ&;Ϲuߌ|D gz?e/ҳ)PI̾'P= TP_?p$iMJ@'_#Mf"n| +{;{/ڷȰQr؝TܣnLm$pl<ʤ^IHGHOOWѬ]JO45|;D-C:;{Y|7[s?ny>8{%/${ v~GCR1܂Z/qzj:;m?0(G䈴2|ӇsVzk^$'rW<KыCt~^7G~{?qeD^;^9/y% "]wqN.ٷj:K^QGzL5d>6ah=E|Ͻ/Guo'# +#)Fn蘊/l|RNɔ.Mʈ$bΗ=M&HGHD 醷1="}l;G4fG"o~}7^H[mF/-9_#G$_=΃N5?H XA~p8A_G99{1r/jQw'|}~#": 3_-ی|$(Ҟ֥uS/%%JZQqBWF5iYq4RW,U}d +#^Wo:j0,(fFڵN4ɽ]69Uz(9nYq4c8s4#Q&p$wSJbozjwVͬ?[[ d<F|34#0ן?wϞG$E|kOkvK?߈Gbpt:,>2o|zsҰ! HLl3J +A?sl;QK{jkG/NXi\OޙX,*rV[o>{ H2tTEzj[8o%Q}ѽ%и!_ ?xv>:?|'K/w>fh,2Oh>r)ьUħJ_$N yToC|Ta@2ǖi Cʭdnb"몌i80}@:i'DSrb]b4/ž$EHE$ fII8=Mщ kŠQm2|IG2N~oۥG.vs R +K|>Ǐ9Ƣ :CJy>K_1'0:y|43jH]!~W MVBnUѤBR}TY#f긪I!!M_3HYas>,ϐQa lG3N*=|6_+mH-j/} Ⱦg†|${F>-=`ǢSGooiVb3h#54N^.2e|>^h!"?=+nGiE{h侙#~FQ2*dw> +="w#k&OY:gW|49D.̡JuTbSoKQp )Ϝgl#aM"noNh*jZH#9sO%e|'xrv󑚆ZCY|M͌|]DC3>j4˚Zh<3B:?zd6KҋWLwrP}Lot.ў s9&UJ}do@s~^ٖjr^ǖv@-LՖ{u`aKqKh4o??'-RϡZcG3/ژeRʉgD85:4evYu>N6z!$`]WBI[_\>G&}ї9Js,AUB 7?tdoo<PoY,ЖhWw癃W2 :]}/i +48'W]e|_^8x }^9O?8 [ٷ|Ϝ3t-\̿D;T]șDayB!+tSj,ᪧF"PܬNj(HQf(I>2*#"e{r>19 ;ADk0v>"7/&=Ghpֺ`gy:&aK+2&E>jt#ip {sjУJON:" `}{*7[j*JCÞ}* Ktfً|&gMh'2)goXRڸHԐX#9$QoW̓a8Q/~#[ (Ď +F +6)ܴk<*pPBaںlJQfwG̓a8AxK7Q1b'Laur|N*)KC +_W#{ZB"ՄZ&]`-6=X´`6g\ls͵:YGW3SX| K}{4t#{x $M؍Kh8ηizk;0dfd^(ʾz%j }wϘVZB#16Na|o8s16˵iuD,Bo9)0E.ۍ;GG+2DkU(RVa:V~39W YutsIÜâak- Ƌ Ȩ].w(USұ 12|+|4?vm+;^PeN%gfHqQixwղwAlOC' wڞw0,͕~<6XXtv'9aaX'7VZHFǖфحٳR rzZn^'~{Зa +K"OvK]X5;Qa6ˠ;@κ63 )KqU}6*d@ z<\(>\ȴ`ҬJo*B%J|W] 6:pI:؄ܵ$'Hs8we5)z PQTY<B4 I7=G+b[{|38RF`؈\pƺH30Z # K pL՚|$s]zz;VΜ+N>'iZ2QϑٱOk^FVl(Bιn"Cz:ilý^cٜivf0z=-h,t7u‡#KvC;1#MVW_ r :tFr8dORL-a3_ &F,wM'b]Pu__"BȄ;mcA Ti ;((Nauݝ|tҀbaX5ИaoWg6.NWa6-餴2^$h+3!( tfddK=;6vp TEt!tJӬYp|Y^qA5@,p-%bD0'=|ry/UKtn4>1XdzًJjFUKqJUQ;!v筜t95ǞI gHz/jvpBl:c 3K:o0a4Gl2<%NNu r5YUTF:۱h="IS|b+"=҈1F.-}^:̍$OpzI(GFey)ZҥqV:Nٍ"g26 F=/QNO!l(Ov& F$fl',;Bq}ce^fQRxz{kh]827zq i9?zղz2!|'󲑕.ndP3ˎff!16gh|T{+qK6ȨEUcs2e80.Nh%u;6Q.[MӁ8Ax3 +3yCj2"Qn>(̀Q;_-\%r珙'tӴh+$jXMU׃;\ٺcRK>dC gKP&Z3f>O)j<%No)tYPc3{6s̮dKx@tXX,Lv: 0ܚ$STEbS . hI&|tWRgnmP%5>F fܚ>X}Ʃ8!~RZ>-dw f?cIݘ lԊ[i*v+G#B$纥471sw ZA{0xg@bz`b15gS 9l>"c8U]-xj MHL i,ڡ&a MiK[2e)f 0!lƵˆ`(1LdFW @I _O=>99|>k//,{g?{wS̬EϿ`ȰƐC7n2ZtJh-͙kn[[vw g%?6s}q4~4LY +hL@(ď Ҝ|ߓ +5S#@vL[M<%{қЙ65֖ޑķ4SrBtR1dJMݙ*Z?Z,QaQ~䘮^䘴_gz>R)#ztyL{ 5f:)mQ*lCuA>^K˄24h[.za} kQ#^ЯSXhL28ZR$s%Og'b9a4[F5r}\BnxMΖ:;>B ힼP;9ns)L ȧ~ avC=O]n7DemUkʅQ9~wC*ٝtdwj㰹 O0 /Fŏ uCG,AJMAVmBM\l[ ~,b%S3s ܳ|S.:]\bEE=̂%9`K9~gB9d RFZՁ]Aehw ޗu`w@ z0Gݙ[ i .JK?Jf2w)CA(iL~@Di(1vsv5B@c;љ?b3;G.5.ے>?RlN>~U +}sQ@vH-'dmjꭺA6e9DFG_6O9%Mj qt Kb, ]GQ5%+iA6fd6~*l։E n -#LP<~+t q{`+_?œަPVf#/)ӡSW$ ?/]Wgf=5fWrUdJ'DМP_۬FH2Q]cOLr|8[G ODŏօ, +} ҨJ,:ö|yi9ҝz3mV}$ }#yCt/U-eEl 'PZƷٌ.d?Y:4;<Ɉi3Lg놩/zz~YrZQqMuS]bvjb^&fQGr<CN_aovÏLg26>H*3}-|g]FiQ;R̛Q(ź=%2L6OJحNb: a3yߕ }rg̿dC [7,~q9,E4yݼ +O$l]=߇]DblrH?J,MK wu{s~h~$3 12)v8LGh_UT9$O8lA\4YbkE)/q:3o__7`ѩ+˲,:L5qMOU*KP$y}`s̼ ѦڼgX(&HTU7ԋs7.}!Nt_8aA׍nηɡ{lsW;f)''ӗ//ZfmC,#5UJOi)'+ې|/k +ُ%7al4'y:۔ –Q`.I(͕}=;Pg4ٿRvcyboN,G1i"/(_aBpF\zhE2"z1$=: | +wYFY_DF%BUVyVǻ\ IDa9Hپvow@@ܭ/d?O]#FMV(6tFo=3n79U*Q9&bNf6D;> ǒ7}/u)8)+ZpgY%SI`w+Cls '2,f|!!舥k[M8 +\e/֜l~n36즛\o@3/^eU9 ++p?ZWA\sk?{=Fw<|9YtlcKC~P@="1)Pj1ׅu'$DmƘ6(/n 0W  NZV Qaq XKu/aH2ǨGZeb/!. zV.b~ TN#cjH6{ÌD)$(2yW6Ab.iZkYͷ^5(ݛ$'jhB]w 8n[}dOzbbTY)RwrO U` f'*s'[}rv;=m1zbY{UiFT]Q]w  iSmYWfnnp-f ?3¼CM5p|Ph0c{[nK"t#5v].acy횮r]VQ+b/ׂHZ5Y{bȯ^VCxr" rv!}0K7'ђlnG C +k"2./@]vȱ< >_ZWrNws 92g,f٧hUTq,.KN,iOֳsT $K +raf49e}A6+ڛ3@lgjzf$hwURC$gi߳wl|?O>tB{#5KvujoBs_)nhEs-nt 䑺 [|ڗK?^]^]e0o1K(|?:|a`G[7R|^6?:QH=63DcZpј&F#7?;W@+>t}^1_pȴyb ߏ#e]zi<}(A*O}%ʴ%E6I {FpLM! +SQgۆe"4os^Mڀ&Xln$j_c%%":^44>|,r#|Zl}/s?Pѡ<$ٽ񾵿VPwDZCJnd)v/Kbn sFv!k!TurRJ4߇NZ}} %E\#{*%cA&鶠͓G{snwN %iL7;c! Jg RD?>x\(ljNT܊3d?&̹%J'8CQEM*{o?B/XiMC6(!v6da#}wY4C(.->?ˑE*]P#" i|0y"?'FH;}GOG;/Dqn㑛*=hb|Пw5HQDSqorC]HA Þji϶D}}W}[ey'G'a[7BygQ$ +~c9)=Q*2Gz9?"Ga;ɣpQLg#Όy##"Qˑ*(~H ? +up]Tv}0y.?"lfz!ǏEG# ?,E2y-3m1mY%\~D%'~,G(?ʗHQAP$(uK}\E(ٮˏ !ve'pȍ9+xG@#(rHDCihZE㷐&ݞ2Ni3~C6$_mQ{9xO GHo@='j ~T`~RTi}ow44>͒+0b)s]_Sdݎ=tP ޏ~kwoGaȒwJHԯO\t8O6$~G9#&&j{3IW\=<ܹ;Q)1TrQZPSHvlN?ϏvΔSws_C?*)-[p%SrNIʏDOwʯ&GMGQ˗͔Sat~GfQrn_kVGL!QkK#Gߙ +}*ѳ1xU$? +m9(ħo; u&&/ 9l<}YCUpaSwܗղY7/CGL!ٱ$F0? ݣShÏ#(|K?}_㻿iyO/LLNn:(7eSQ?JbY&b/gR?b +Ɏ})VrqC_CX_,?ш}uo7GM傦SEͥQx 1Ż?_qg#]h񎿼zw`4鏃"~+#]ya7UQq?u?\c-z~{gT=h##`_}VRvi)=PǓ2@Ens^?2O!-5+AsJ%97_!?/^v}j !+ҏKx~=z<>ҿA_nҎ\xMI&oŧ{%geJO/֍FWg`ur$~g?T$樕Jz?ror)Gz?[D5'.ZQվ?iUH8LzDoK?GL@ +G*Hm^IzԟkuP+с}}i`?Y*^sJ%97#7~:qiO%Q>/\VWJlnUޮɾu|*5],ޏĩz*|?q8Lꁇ,ayRjcIPLvvcG2a c! TraSa3ݧ=~`Mz֏nL]s%s[^QCw6V}cZyt0/ ? +¾1|{92RwŠ!VĿ-\gZcջv׈~]9nM7‡%Qߛ{G~7&(p~dP$aɽ9h7?i~$B^A1laJABXleCGIN&9 ?MQ#FH>#")cGMns-.Hzg?WDJ(;)>kOtߕOqOiZ?Rm)_ꭅZbRWSÏ|G4K?rorz?B }2'f%v~j6ZmC(#}-_^ OGnF3}uoGRWaG#Mzͱ#&ZfGno"i~R K?Cp;1k~MJ{S<.˶ԧ_UfE ? 5i?Ǐd;?27=n:m.H<_oS<˦=RVsLSCVɧ#tmҏ v3ښ GjZb#qYeJ cGaӵjP\.=0^~_Wj~$E<~Z~ʬykDã^ӓiF.Toqe}k]~$ʓgH鍇n;E]\\ѿ"3|צ\V$= L4EҘ| ~4E:zEJc#$Nv~x6#~}Yj =ztSGh̼Z'5Y.v+GG;.W`k;jմ_MdGZ~I6NU/O PL-ptQN~ryvZ?FqpK ?O%r#i!NI5W~$WD:;bG֔f#~dura]*RFשH6s^O~9m374D>0jɐ\ֺdŴ~eXgPgzGa#úT$[5*x?Ri^~ҏu 5 ƜGPa]*&dcer)K?Mq Gϛ{GE. gf_zw0Iup+R!'rG*/8̰[ yK?>VRCG)Sf[H:G"JeGq~rHd6M:aa,6MxA?oL ?IHUۢ}cEel}~9(R]hFo?Vs룭5?/i}R+)2TUê4w1Z~ѳZͧkUmX5J ߱v~x ~Y6~32_Ql:H%%YR)~4ɔ"Q#x!"ݦSieF,xGZ$^Z[,w)f):Wx+;WƜAmu3aWvK?uK*.7|0=Ѵr2ѷd9z2_m7ӘAۖ^E*o +Wk*$Y!޼gvg?Ҳ=93,G7dEOth1##QJ Yn#6-b)Qn#kHylt)Ăl4gfȻ#_,gǏ\ EJFH#EB#(_[9+RH[4v|ˏJ&e&G1yPQ}*!Ώ, 9|)?Ha#-??:d%G|Vߢl8eKeDf§H7B +~E.[g9<*R7w{`|c5aUT>q=Z2D0ŏ)CDi#vdIGQI[9|)"r˫wZ&&X.5_l)]39I_3y?JEd!ҡ#"!G~/EGQ)3G6w7G'3?*R[x6x_9FQ<-Hi.g nBїlH]%G+A PQ2GSg8Xڕ2rt&=_6ӚKU(7}pO4(OZ:ķFMP4$$Rg܌WXQ +&~%7}d{:Gh0)NM?:qLRrQDSʷFl㗲rvȔtEV}ι`%GG8!L;K:/XJ%ӗ4]x`gXl2p[(Y,a|FRY2FO.ߘi_ThrB?)zKp3嘪w;h6)A/ +be^w|j4=f6cw V\O,0=n:w{S[nck/~RKON~ rPWD. VD +%K,`f*Ki>_z~KF9}ҡ2uE0']9)5RG*vh\{-3JgķIRܩ~=&?L2z@I,y.rW"nx|N恨f\reƒ/J퐩HMi|1T7RǓQFfHMxPVZo37?mG%?lJ+no<бX$ӂEmG[9lҖ3J m}Acƒ(SEtwF~%21'P\4P5"YI'(_Zۑjx|M<>c:3Z~.T4z/pq +)Kl}֕"LTH wZf)ьƼjG'(#z97]p\ja3UXre2t Q)XuA,\Q~({o-y3<(~*cՑ{";o/}]/hρ{Ϝ͗D-_7Ů|Kxw;r}rȔ1c'J:wBQꐆ)cGhڭq]B*~hf+fJ4~;")^zDBkHW,k}jJ$׿66TT) Wf ۓfUw}ƨfyx fQ+B~̄Ћ(iGV2tI 7 𣰉20/);. 9 ͳlRtƫf㭾?~ :ZZys%&ɲű1!;!|_d0DUvn~ΓdݡgjEhm84 HQfv;\75~<+Jj&vhhWMw2< ?BK w?M2?FиMVWiypο^Ʒ2"* ,ͣeƭ?•Vɺp&kqaI30_E@EOxynn Z\IyR!5Cqqdc]y§UMr^ȣ+ɩ Ҷ2%E9)J,PT1v{a\8lB}ubMNx)͕7Nlo~pvŏ8@lNkgV??Z_3݉J ?#z}-cr qɂKưLj:Gv-Vo6yV:~Td2=2zwWR+I[oQJQe <e +1ϼdw:/_QV{a35d֔D6r/^1Y6)|/='Z"AINO3 6G!cr(fU M%29H]1-S4cJ<+#(͖ +Q5,]aGs*Ԧݨ(e"G͇a9"H|>29u_Lٴ\K5#c~Q6RbZoHi޺!!o1i]dWrKjv)]'_awag+ӎs~ΗFN6iO@5&G[Q$1W 0ƕ6Z}#)ϝG[;5`1Иej _&UnQJOeR*僠Ip(LDdΫ(U={}^;ŋ7[Je>%` Gro,X)sTnaTpLf90Y)OXmJUf9Q1n/|J6K9"j9C3m9IbșYR3? K컴!8QJwl4riZ&e(4xJ&"^Ķs V<?|=Ju5Fi!˯2S2VG|w.M(]FK#($2#$&xcbʞvY'H|rZMa=VbE?Gr2UMTsNpvPpQdܠ2e1=pM06Y<$bT&eRF QJk=>ȖF=e6UF +.~C[QN夹lZTfY Ȳ7h짭Kż:pER0bQq*/G\/i%7tvlSXW̽@&LG lO,ZQiN$jmMj,[2Rq R.6]UU$?ɚ)b\2TіM:C6† }6_w1=/k9r#;dx_bifacZR@0UqB6'lbE(JMW-8Z +?9#p\g\-œ(-Un4O3QC@}RUlԪU^x̒)e+ kCiUX-KԋձX5k? +=Q9NK{K&jM ɛ(%7r4"y6Jq?jꥶP=<~}msd>?SR6)2iw,y%ùk_B +*LbBd,V[~h"r,blP +T0*|t\%#S]Rk5u8#3w)PoR@6{27&K:_D`3J2 qF+RJEp~wbCKZBfWT9?(K;T7,QvW h4f2B8}6v Yf?I'H"KުLd+g (buFjBYb.fXX6(nR)UQfe(ws(c6"dY.J#zW6Æ<.ݴG@-bڗEL1nb)V҄X0Ւ$V*m*MvLUmKQ)z#]R1BZWpTl*Td\S*+?9==R^y[:(Q*M%*O[fIk&MB6E X*a?';W~ŀ8,{tʘff(JJb +U.Χfۏ6bS|e]ӂv%m!J䧮WPh)u;P<~L!E,_.٤Iv(%~~䨼7ΒϠu20{pC6TuXM}fӧfbDlNl{8T4C*mvoob%J+]O͔My+ܩV-## +/dM=_>x[#ٵ'<3#HDu3Ҙ6`L?-轶K)Hn\-'4i*A&*MpهwB~5!y]';sa`ɾ7bsljm#KD]'8l59>8;2* kJܷG~29upTy-!ǸW/oY|`)%.2/ϗɈ D-'}XEFHmzjW~5yP9OwL(Vr+m?1iNx=?J )մT)OdѶg66.gr,hTQEc2eǪZH%JD:D}b|`],q1Ѷ5P_JhuƏ#Yd63#-y_FNҘ mNDʪ-oybK:&?mv`['Dsn ⽊l9'x…(w P +蘬.ÚQkLηNď#~ rjW"0/Ƶ̱&3Cj_._y;eҰ{Yƞ'*T}:5WF7UL{0G7k$͑WQҲ@(2GsG7Jb;Wx1mGbTL|}l3JQ"3CuW4)^6Gdk0'mgN3DKt!sY8Y+O~GQS]euvLp&Pto҈?9!ysmLc[ef͑V9_c%t$*a)|>7ÉO2ٙ!Jģ(Y~J6xf+Χhut<~Nm [+lyf_brZU9˷1!PLʷDzPURw'HʐNYe]h6n |WBGs`ތ,Uf90o| ?~̐U9!G*3]s&RILd5Zf&D3*D#'{L<#h7GX/լ J1?,ǍU`Ҍ-{3Ev6ȱn9KA#zKR;Ted+D +'nB$eIcerJ/Je6|J|G䚣F/I\snxϔ7I#2@T#ǁd[5Kv%SQ^p}:3C~3,{"-vTDq"dncEr#}(UfTJhM> tɰVޜ ~7r)# y[ynb!*M}*!ʑ}s1913!s*\&a:!JMG\ }D.|Our9gz~>:Fd<ٟY!Gseni+3Dn9Hl1 ݣO/}3| J@ݲVB-Oc+NT +x@fu[/cM Ᵽ>s;ǠPG},6Gl*yFLm.zx1yR_>#ȥ#M J,w=;?5oFr-Qg#|,ڃlsuC~E,Ke*cJJ AH"::ٛ~uHpٳoG6PʎH^?G (椱q퉩kىa7 +% lKzBnJa +9HG94>f{)uI#…}k<@)a ~!,cU+mӸ#bNs"St#7)4ydx^-RC<pK82a\ne R(2{K#B&+Vwғb<R HIa)esu~]>>HMŭ).}aSӷU?fl6t~Zn0 +!@>D{*o/'s&G +`W|Xg59RH}wG3,X>ƺC>1>"Q.p~PDmuV\b {EH^+?Q#_~gjEG#*ꬨ(?2h4J^%/_D"g:u+/ydߟHӏr +D#FFFܼySŋ(9rPi.,_d~s>#;9B(?NP$ +~˗/WUU;>߿߫cRfΟ?DU5&ks^O'돜EG~#g9B(~BhHWWAN:zs`'O +ߩV#dJNooojjGnY+?}b1?{9Neg)SD9{K3"SV~vG|G'#@;AB?^QQ!hkk֏2(G +Ýڜܣ q乖A?<71?~y32zo#a=N4Lun[pQHU+߼|U;ő}#p=19Ӌڒ:m<3e'#?tvv?T/Dӧ/_|ByȒwJz'W9~TŏEݼEO^b(T~Y)ɓ"i~44>񕧜otU?Ze&8\!W;9lE3~G0- ƒ4'O~r̙Ƒy]wJR~=tOW[Ƣc1ѵ妘诎600sGGdJ ;%W$G>^a^> >lmlVV^wP~G͛7 )-*--=|gggH>{hDs_}Hʏm^SYwe'[a#ѿ?4(~ȔG;+LYVTϝyD&S.=0?e6qqߊZot??BѣGoܸ!~+G? ݣS [\с־u] +fqrZ?{g7N?bbH\wJ~,o㾉EE#&s 7 +=G~D"aFo~gE2]{maDžWi?RˋD|hMLߏ4{k_ :c+e¿.eH![/]5\Qsg?Z:F{}~(Axl:,͏DZ[vSs>VwW]g_it?MH:Q[EUk+5H-/?V#_ُ>hc↟jI'޸'TRo^Ynۥsp,6C-o7(u?65EFϨK[MMZ2?]c)v?_Ǐ#!}}}J?B{Nk~4H>Ӻ/ze~ cp*;MP=e.7E'AYy+:"Аv~$V\ݝaOD'0,({]R#>}fׅR,G×{ŋۢ5W&3fzq-+`gt(vd^siH΍6]s2K3uXv/M/m8uG.ejӇ)56q:Gwh%#B *Jϝc|P6'IiM;"Xjz/mŖ_Q>9(^PMֿT:~[}.qog#r𣪪0_?kV$Rk#&k5?R٥D_}xlR'8qBD #H† s@~j;^75>KOWt<:ΏʮN0_GȰ##Ag?ޱcp|ѓ~;vce&葾ЧHLȏ"Jgr#ΪޞGڶ>O +yGDFs~So'Ckz#meiDC*o(ҝ<ܤUOu2GBnG?ҥKTt񆆆`}Ϊh4t?,~9`E@Ar1$Sݟ$u1zCYWM? '-rdj~;,X,~G~$A%2d'qmps/./~P?rIΏ\vGGj+k]#?Tފ(0~n?25?uLį=pاw^0Ӷr jZ#NcO?~\S梩wTW_}L??W^Q2M;&&&$8 NɓbG.7uHf?pwë}YN?W~)DD/qdj~r)My䴴~m+~ry?үr9.-jGefrG.7uHf?c-6 B!\-1!sA tdj~$ʻs-JXZ$N@#!jqh u/~@x /%~7=_VZ*Ç\2>>6?+҆-)H`H`9$~ꨤloPFcrR[!#S#;Mӿի})3alWDe$r2'4r~6?+ =)Hl,Ox&Gn U}->3#S#z u_\g^O굃i&G-qc1EݒĢc1T^fHƎG bXKK|pC#GN>D1}}}`?sCCKbG*k=]Z+;-YK*.ȔHh˕;Sk%̾]7-N{ڎD;v6)B#t[ĊuqSNiVվwFDžeoɪs1Lُĩ̴V[]GZء+s;quD3)QTaMTNun;a(ޯf/ G+ݾ}‰^{xWI:uȦVK6B>ÂieoK?X]'^GjVt rc% WvK,:ϛ,]͑)Ϡ/u9n] W;*K18{<\GPxwuu]zɓ˜ LJKK9" wީD"o;::zzzCep'?\xqdd$p~d~stAqJ/ʏDln(ߙC0Bj 9wܙ3g N&Zr7khhoh Y*((~oRf ER,GA#ɑ>,GP`%&֦&.^(|ZM'jkkr׏g9/_?(x?DB(""=tft u߱i  +ۏ[JחBq3ti[#fIdl6?U~Dh=v~d*c5HlH_?%_Qp~dUR#QN]름H 64 f$ݒy\%GhZE2թjkU:~˓}Fq@S{?~U>7=zw`4>_C1z\:xę*A}X5\JBJ[W6pG71^J|Cf l:"~?*vd^siH.?na=.HwG)i_nRo!~Q4@i&"{̓cZ= +Zb;ÆD"^V\?e n3 +E/z)a^0Ed%]~\?T$yɥ;g0k]:ސήsGhϞL(G6js1㈟?|m:auO iMNjSR&Nҽ)/Rv8q%-GQA̚c|{92hRHu+_/nvMg2!WwY^+;3uGyÏ|*ypJF֏1i~?G5f֏g*3tGwǵ-GG.Eʈ eP@{?eaeQ45˞Y s#?x!Q2-mO$I,W_:Q k)I$)}*woדiz$I$eս󴾵 G;'`%I$ef9s_F-I$)O]~ng1V$IB;Gy}_+v$I4OFڬ +endstream +endobj +1156 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.714 646.482 525.406 658.675] +/A << /S /GoTo /D (figure.caption.116) >> +>> +endobj +1172 0 obj +<< +/D [1170 0 R /XYZ 69.866 809.284 null] +>> +endobj +1173 0 obj +<< +/D [1170 0 R /XYZ 70.866 614.388 null] +>> +endobj +230 0 obj +<< +/D [1170 0 R /XYZ 70.866 147.73 null] +>> +endobj +1169 0 obj +<< +/Font << /F65 373 0 R /F34 351 0 R /F37 352 0 R >> +/XObject << /Im23 1167 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1176 0 obj +<< +/Length 1175 +/Filter /FlateDecode +>> +stream +xڍVKo6W( j> FrA/ , >o}&ݳBAIb])<,+sR{#nT Iy^Ul0;S(ӃL]c9F+)GKB{e]3J U[{)8aU2+2 E3)s)D.f^,x.8%.DxL$7@;գ9@2Ėh^Ү +VHn# zG,4}iL3w׈A[s_rɼMX,G.N! o)+x>7qI! EL5fg;m-f6-q"7QXgeK1"]VR\m@ +1=&^qڂ|Ec> ã$Ec_tcQ9{w0c]axjb]S 3 q)`.h\Г/aﴝ}v6} ;A& +uet$` a 2ka}8+.8\!6>]sb;tqȒI>m%8#2"'O /ӌ87☳.*h4YS(}& +endstream +endobj +1175 0 obj +<< +/Type /Page +/Contents 1176 0 R +/Resources 1174 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1150 0 R +/Annots [ 1168 0 R ] +>> +endobj +1168 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [326.888 662.849 382.089 675.293] +/A << /S /GoTo /D (table.caption.118) >> +>> +endobj +1177 0 obj +<< +/D [1175 0 R /XYZ 69.866 809.284 null] +>> +endobj +1174 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1183 0 obj +<< +/Length 2525 +/Filter /FlateDecode +>> +stream +xڭZ[o۸~ϯУ -麌Ka$wf]ǎW*b ClŏO{3_Fw="tlU=.8jLA ! +T`e/#R`"cSm֛m!LGITT;pCxy`NHT\p<,u!Gko&L}E oQd=a +~| %KjpdG)D90(vA +$r$U$+M2^. FDg XwWqpO)I y4fQlYun%DMI{Ӧr~+PUd^X ИYn +W {b9uziҵ= Bl{fu%=EB t,zCGpfqvW@d*K!VMQFִ?5lƅy#+>;^ZF..'ׯ>K^*Hd遞jU?@dI- lq˃‰FC_ZSac=c7j +sWI7C]fzF !@ "X42>>1M?ZVKhApmY|Җ=L8l92(>wGܷ5/DOQPsZ7hU*9uTgg\YB(a<mƚ iw+t7eu :=ȁtU*wRyi@/IT7*;f3[Q)+t>mmUI=򒆌\BHέI7k\F?xDt\ _2 >m&3,đ lT85 +LIQ~?EєBkKzJw{DaLަ&}ًis"yCZ6iYYzBAcZ%$Zs\RJ% tU%_!tb +G ROTW  ][yM-=3[C6W01ܵgZ:sW ٛu %<7ht u㰾as(.;6V1م@c98I"!L U*% +J&6Hy +t#.uͺIZ̧(u9Nxvs(DH ]ҋ8CggP|ث&E4 +}~@&$3*mNFOg'ȫWk*VLX=:O:v#=\sIm^(޺kkщԊPiEsb*7%خ$XzyNF'3(&KZ˾Pĝ2\r+叠]0Pd4} +{hSSayӱpK`BtN4 {'ѯVa + 4dt2@{tRtPs\28dRik'!)V Ffa*m fబƙa_1tX'n@arqr/_^51wow\4TЎz Y0]{F AZu.OL:Yb<- +CJ8,C]uZoLKҦ9y-U,t:&;]STn5SH7ή6DTD9q:vGqG\Cx/t4#".p$k#Q^ 7\6]b ]!odBZPn yl#TamR:p01^Uԣt^PKTm (6:YuG_BIC1'ʔ!(3ˮQbϭ7sb=OFe +}8mu8ێ%[UU+Gp +9I1G,q䈘 +endstream +endobj +1182 0 obj +<< +/Type /Page +/Contents 1183 0 R +/Resources 1181 0 R +/MediaBox [0 0 841.89 595.276] +/Parent 1150 0 R +/Annots [ 1180 0 R ] +>> +endobj +1180 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [549.209 520.935 557.267 530.923] +/A << /S /GoTo /D (cite.Microsoft.2016) >> +>> +endobj +1184 0 obj +<< +/D [1182 0 R /XYZ 62.142 611.522 null] +>> +endobj +1178 0 obj +<< +/D [1182 0 R /XYZ 63.142 549.785 null] +>> +endobj +1181 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1191 0 obj +<< +/Length 2233 +/Filter /FlateDecode +>> +stream +xڵY[w6~ϯ#xN}s,MƛӸS\S (d)9 7H̲]wWo~:WLJ;GA0 EϮo{luH5ݍ#[ue̡Kg[-5zMh^QiԧyuOp<D4Њ|3A|.U7+c+WS X-:{\pn}! + 3drMmFͳM fƵ<@/JDb2Zn5:oCP7q&CzVIҨBovg{Wol(0r[am iƅqZIӀF19/Ћ[qcEC?NK^R !b'gr`%[U+MMDmd6LB0#iVNpwIփ`R[ժ[k=ō7@IO1%dU2 +GI5M4)pRޯ%z- ?)|m&z7:H?,pɛ+uX\ _|.WXК65f5ʺ*z.CFԻ{<+=ڿ ˲]POB+ +]xuX3]¤e)l}!]}4/BSϏc^hSl=L++ +8lZZ=a _^Z Kx5^n;=}q>P2'$4[N tw=^zTo!1>vV?v!wI*RX0qh&`E6iGá5""mZGk* ܖjS +!kp32j dz @E׏^cþIC7;D,3WqnaFr߹՛PY +endstream +endobj +1190 0 obj +<< +/Type /Page +/Contents 1191 0 R +/Resources 1189 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1150 0 R +/Annots [ 1186 0 R 1187 0 R 1188 0 R ] +>> +endobj +1186 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [257.742 684.817 271.865 694.806] +/A << /S /GoTo /D (cite.Wettel.2007) >> +>> +endobj +1187 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [351.582 668.45 365.705 678.439] +/A << /S /GoTo /D (cite.Wettel.2008) >> +>> +endobj +1188 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [82.095 113.346 157.513 125.538] +/A << /S /GoTo /D (figure.caption.137) >> +>> +endobj +1192 0 obj +<< +/D [1190 0 R /XYZ 69.866 809.284 null] +>> +endobj +234 0 obj +<< +/D [1190 0 R /XYZ 70.866 771.024 null] +>> +endobj +1193 0 obj +<< +/D [1190 0 R /XYZ 70.866 602.025 null] +>> +endobj +1194 0 obj +<< +/D [1190 0 R /XYZ 70.866 434.768 null] +>> +endobj +1195 0 obj +<< +/D [1190 0 R /XYZ 70.866 416.983 null] +>> +endobj +1196 0 obj +<< +/D [1190 0 R /XYZ 70.866 399.199 null] +>> +endobj +1197 0 obj +<< +/D [1190 0 R /XYZ 70.866 381.414 null] +>> +endobj +1198 0 obj +<< +/D [1190 0 R /XYZ 70.866 363.629 null] +>> +endobj +1199 0 obj +<< +/D [1190 0 R /XYZ 70.866 345.845 null] +>> +endobj +1200 0 obj +<< +/D [1190 0 R /XYZ 70.866 328.191 null] +>> +endobj +1201 0 obj +<< +/D [1190 0 R /XYZ 70.866 310.406 null] +>> +endobj +1202 0 obj +<< +/D [1190 0 R /XYZ 70.866 292.622 null] +>> +endobj +1203 0 obj +<< +/D [1190 0 R /XYZ 70.866 274.837 null] +>> +endobj +1204 0 obj +<< +/D [1190 0 R /XYZ 70.866 257.053 null] +>> +endobj +1205 0 obj +<< +/D [1190 0 R /XYZ 70.866 239.268 null] +>> +endobj +1206 0 obj +<< +/D [1190 0 R /XYZ 70.866 221.352 null] +>> +endobj +1207 0 obj +<< +/D [1190 0 R /XYZ 70.866 203.568 null] +>> +endobj +1208 0 obj +<< +/D [1190 0 R /XYZ 70.866 185.783 null] +>> +endobj +1209 0 obj +<< +/D [1190 0 R /XYZ 70.866 168.129 null] +>> +endobj +1189 0 obj +<< +/Font << /F37 352 0 R /F65 373 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1218 0 obj +<< +/Length 1293 +/Filter /FlateDecode +>> +stream +xڝWKs6WHX|Gi:3==PDT}w$r.Ƿ`U_𽾿xNHpVBDl<QƙiDk|>&,vKMO0cmhٖؔѯڒ#<([aWoP۶܌L8'O(O!!XZdPp̡R*-w1źwc! mrbd2WLsVlnǏ:;~f'/x,`:[>tu)OÄ$6~a/Cup[nMzPUcꠔ1Ǜ7I']X!NN6~̸CL>޺dTΓL n[ Ke:(P 0HF3)m;۟,bTCg¤@Dzmrpb1Zn@*wn9ҜeG3:ř8Ă mK߻3kJP" +=C:3k[q ^7k`*&GOGr]溘1D#ng/aVHqEh:VȜ P +/,"Pn0Ԁ\I){Wm|y9SH)xZRsr~a78h@Mp \ &". Jΐnf!wۀX9 }>tJiN?p/blI"LX)*L* DI hZ PG7`Q95a\PlO}ex߄AýI"ߋZLN*+|DzדB)[R<(Mu ulfbx鶜K1teWHOT-{ w]U#_ zr1) O;-Gf + +Kvy&@sx'3=iƤ̞i_b%JU1͘HsLDɦSD 8jo8qz۾,bZkrbғ._i +endstream +endobj +1217 0 obj +<< +/Type /Page +/Contents 1218 0 R +/Resources 1216 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1220 0 R +/Group 543 0 R +>> +endobj +1213 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1700 +/Height 1700 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1221 0 R +/Length 96408 +/Filter /FlateDecode +>> +stream +xս7k,!M7ƮhD cD,g^FNwQiT"vP(쵝9*Xy_.g̜w^gP]zn d} @>YYd} @άoԩ7ǎ[ og׺u!CG;v ;߯_ۯw!?RxUc-]v +ZlYކ>.]wBpC /)]кu밝իWǓv: -Ưz;_jU\`!ۨQ.\éSfBt +6mڊ+?ի׼yʜqƥGdɒʕ+{C2Y_.]-t5^x!,]/zz{hѢɓ1cc06裏|:hР}g/r'ܳ>p\ 9sUƍkvmw?sY|Yߐ!CY_h<@w}N~ᇥO>ɿ>$^(fSL)lŽ{`ZUk֬we&x3vذa4>4iR>0`@6hts=Wj/_>tдiJ5n߾}ʜs&.$q饗o; q7ZϾ[+ m;R۹ mG%vGu 7\yW]u7,*7TNU"Z֭+5ڰ¸vڥVژ1c2QqZWN4)W9sT05kV-dcmnؠJ*ժUk/.Ӳۆ7iDQO>=\xLҷoݻϞ=;.\re kC I92O峾'ݻ[n/r\'ė 4(.ׯ_\)>UVqyر40`@Ѭ/CGyd^h4R{7Ν;<-Z?ÙnݺuԩS7nPX|teFqBt`fSO=UC.]vd{S酰y߾̨EtשWF7|V^=lOl4SNI\tE>쳁Y!u1lO׬oܹEg}'NL\2$q:m&K}%=:Wǧz*jmmZvME ސ;ϟ_3fl/M }ٴ}߾}㪩Sw:%ZfAWPr_n\q~ӟnm^veq|b# +7oipgs~#o`w~ Y_pi@WYҥK3kӀ"I=Azi֗| KW2FߥSaiK,):mРAD1Zo7L8VXDZ7>%sZj%t6{[?0gy&=ɓ'ѣG)냢Y 'p׺Fu͆ x2VZnngyff;쐉>L=3m֬f}FvegqFz UV;e} +*`a/Iþ}f>38#m)Fwq5\syW?_RONؓUp>؈Y_:EŗY_)o&NXtb߼ӧI+,|g JPaΝ;%Dm/>02,_ ׌Le}PSOMӛ83[nǡ5m4Oqӗ7iҤZj8km[nN+s7Yg6nܸ6>YQxim+UTn?-իW3bp aIZ +K~_ymV 4 nqw,//um,~ltgӬ/矿.%o^{U1xe͛;ӰaØ+] 'sO,.1;m|7,i>d2~3 hL-(KGeqŋg̘1nܸoĬoΜ9N„ -,\0 +{2&M /aƎ f}?x\+u떦-&Oڲt8ٿ*6=G-s E>"Y_|\h?y ,]4̄ 2;Y +fGy8]viWHwWyY_>}|vŘM6-.t_}&,+ g; -O:餽;Ӿjժ6:}a6mZh|mOY|Y_&gq3gNv\kŅ;vLۯ]vd}}(tn\_4ӑ{Z"e{UCLgYbE8q&&ME:18|RqydTעEtT͚5Ke}ժU_'n/~C=4O.:[kfįjժM׹+bP(68Ê~ N?4a2LwsU\rIѬ/cFfFft8gz;oyNoN kt"4d}3 :,Ǖ?70;㪭:ǽ[֮];_WE80g9}ӫ*q̿G}t\^̜c=6ݙ .{ua͚5KΝ;jԨ~{ĈB`%3f &O.\X/ ^z饰?xx=zh۶m؇ kL(={te˖u)}Uv~1c%cǎMOiӦ{iRҙs =|j+/tyXWcSO Ҁ1$ +bΝ  Aylڴi&MN=ԝv)͈bUּytݻo㽫w{l\v86ʕ__|qG6,6ߞ7UZ5"} ޞ(stfͮ|J$.sDT q4|At]w]כӳ:kK7 G1k#E=Əo]wl?>0.(n$nUcƌȦYG}TLŬ' ?ә3g ,H7Y_zpQA_~9K3f̘?~6L׺uۉ'w}S +׬Y6(u|]zlN*)d.yU2ndD>xks§~ɒ%(H˜K{?)}Iꢋ.l08Ayif}ժU˼C)5KEpWĵ?OFp13-ޫۨQwuꩧf6#”%qy-u6+,vm3mҐ0/C7}^y272zRe4l0?ꨣ]:tꫯOqUWqTq-ܒN;nJHkժU3sY_KgjXǕ=U6rcެ/ͣ?N6ZzM:"13I̗Gޥdx~~GuTf:tҬ/sC33 '"ԪU+ fY|Y_Եkׁ>wsO6۷</jӦMWuܹo߾Nmݺޛoa)cxEҌ1蹂ᄏ{C0`@Ϟ=f3ڮӪURРڰ}yCcǎabXZ>-{.lN7 +;ܭ[Ә +9 kNQh_~B˰>>4Ot.3o)峾4!Hַn}8?.n-" ۯR.r![t~:_{~x>#<w߿a]ǎGW-_;z>d}I{Ҭo7ϯPfix-T 3 +֭[awl ͚5˷jR>o뭷.zo&~ڸ^zijiaS?6޻os㎸RJ7p*WܤI .H']u9va3Y_|`)$gqF>;7~5הYfd} +{}Yfe}w%ˇrrJ0tIwq_\.3>-sWi0N,]u'yM4馛A\i, +:qv[Æ jt^ԩS'aaSOͷqLx\k9S? +Y 7o~3S6mڴk%TV-^{Y~ .$A1*QFvX& 颬d}S͛7oСݣ/Jg|6l+WNg}iaW +k3O~ e]23fҳ`o3sn-2m +tJK{ 6LdF[n/Zj>1QFDgVY_x/v/|@$&cpt`s=Ǵ^{\֭[h|I'?KG}t`8 d}_T=F /̚5k&Lx逿F(W8@ lYߝwޙtR5kּ2*:-f}~{:-OPi{ƒE[}wqLwёGY>Kod>>ts_:;Kd*U' z -6lXMJѮd}Em dK)M:m '̻dn|;TAn3XTBX҉?5h ݓdQ8譾}{G]q{w~8bDjԨqeg, fN2 +',:n 3v[o5.?B.ի_{_&ě)r'|>ۿ袋iU~p d} 6:ǝw:iK/=쳯ꊴ[/F5m4?NKo3l6 Eod}q&MݨhѢVMؽI]7>smno1]7lk)尵o~ZyW\qywռyt;{H%31W~pޮ .s J~dԬY??4 r3&Y]vZUVMUfg*nw]wͬM{ソsYZMq6Y,N(L{7s9锻ad}PTӦMS?N ~%ò>@FZb;j&J*G}t-@'\F8N:ehذau=+yhSO=9=#;.oN~sY Yd}>mj:wܳg:8 wצM!C5j„ Ǐ衇z~?̞=;~=d}zFaoƐ!C_[-[hYO?]C0awkŋ<쳾gYO۷o͈#8qbay˖-]'۷o_hPtmN ޱ]vvm۶]0`@[ֶnݺ֭[aRVZ}e4|!@ַ!޵k=,sܹscK^d͚5m۶ͼdԨQ%|x ,X1"yŵÆ pR(٥i>|z||p.[0l?K}z\@ 裏ˏRKe2~ǏKfΜ㪕+W^\>wg}vĉV Z4xB%K%kLR>رcYf͞={ڴi:qF裏 +?R<d}_?w_.Ӳu <8,ѣG\bŊC=Wzi8gΜ8N9泾_|qȑ&L( 4iR\\jTag}iKO<084{tW t%.W}@W^ /o>a/gKo4hPl[naɐ!C +}뭷xŸqaɻ#>};g2-Io3YX2q|pɷ=zT<߿/_^X>4T֗eZ*n'T\+ܕ<90g20)IzoL#@駟NsΥZ7.6Kwo-$r~asPO>o'O8q?^;~~8"Y_lٲ7mDD*&w͚5:t4ށְzoce}xxOE2-f}} ~ +)̟??FaqB𢡄boӦMnݞ|t`̘1L0!qٳڙ3g{Ν;?裣FY_faW4 /^\Ž=St1cǎ-}衇kwY +鬵啺63sG)S2x+͛7iҤW_}5/5k֗N߁^zU09rd%K] +|Ÿ };߿{O۶m}s@ڴiֻJ֭KmaѢEL͞=Kd}l>7+e. V^}ӵ@x~˗|ܹ.cǦ/Yxqݺu3gΚ5k2Ϛ5GO>ז7KVt_|vժU'3ѢESNmӦM}>}֮]d} k׮{C `_=ӡCLQ'ڴnݺZjչs4O>۷9!y@>Yd} d}@>Yd} d} @>YYd} @|5i,d}>@֧k +]r 7\S:oEY:oEY y5.)@wQr 7pM>K]Ҹqkv}9(Yve]Kq~6_h>[n)+,9Jmꫯ. ͗؍?oGqk +@=թS?Jy睏=؛oُӗ{3Yv|k&=sLTReZjY_F˗SPmw~26-ZtA?_^ze7|Xz;k _~zy|ƍf}rk +M9 *W+v?O76/첸]wk L(h޼y9kׯY߁d}oN8ᄻ7zW׭[76pHJƪUѳngyff;>L=3m֬f}k +M*j֬W뮻E{駟~w^uU5袋nƢp뭷^r%Vzmٸqn64i~e+r-g6o< .83/[QF܁骰ۮ[sC8RUL=أiӦU^zk +td}H֗y\w-К6m;;/oҤIj2q6lSnݴiV:+mܸqm}iSN96 VTv-ZWgĸ’ZjW +=3ӣjC4hNWX_^Y7b-җWZ52Y_?]vK6|;tM"qUJ#RJ6w\m]v +-Ûi٠Azi뮻u|zW^.馛⪝vکC~E\Ft;vUk.,r-s9SN9% pp\i5SWNM6iSOiҌ(F^Zj͛7O7޽w]<#ܿckgvaE㯋/ԣ +afm oVNlQoO7G7k믏z m9[JSĩ:Ҭo7+c뮻.L)]}wR?/IW]tE Y>(/ҬZjWr!f⊸'?I.:aS{u5jT;m3\aʒ<~fl6iHX!wa>/K'{Mf~q4r qݢr-/QïZjlS-RJxכkLW>to=B)|իWOۤ#3|}G2@w@]N<Ģi鄰7xc .2\ˌm&.OWE娣m~]xᅥ4+ K- 6Lsԋ.(3ܣ7oUTڰC ԩnݺqғȸ?)]}o|U>|kk֬ԫW/I&EMg}K]w5.O +5k愿oެ/骛n)oɅӧvd&-|֗&)]}׳=?37}~_uUEWPn2wKgIsڪz7fkիyzQm?6{9wqG\^Rn e}+WnҤI\urM"oS]i768cUfN:; YeƧs12[U'|w٤In)<ĕݵ0gqm5lpJI:uomN=|tXSN9s\rǧ Y 7o~Td +d}M-3>mOʕ+ NAGqDfKGhzlmffhѢE Թ瞛oٰaôMzntQGRr_jg}bvWFRY_)F\S wyg:/m^͚5o̫lYߞi;ۖɵ7%Fs?㎙6\pA~kGyd.9J}(띁5>YwTR%?m '[fbe%sCo~y ׯ_tgyfm,/o&ӟԠAtO?3ƒEeĢMGvWQe]4 ;ڤ'\)C ^7S?.ҳ>ꫯH[o/oԨQӦM6os- Xx/ۤI<-ZJ 6믿qsNu]Wmv7KB ^s5)]}Ϝvi1ǫVZ6iW]S"\BkVzխ[WEwQӦMG5kLEwQZb;j&sA"\B[OQPN2U4lذ:zW^t:oE)@wK輁k +]:oE)@w@.k +]Kt@w@.k +]Kt:oE@.)]Kt:oE)@wK輁k +]:oE)@w@.k +]15.r 7pM"\B  y5.%tpM\B \S y5.%tpMr 7\S" y%tpMr 7\S"\B %t5.r 7pM"\B  y5.%tpM\B \S y5.%tpMr 7\S" y.%tpMr 7\S"\B %t5.r 7pM"\B  y5.%tpM\B \S yvr]S vRjcU&\BMte}J)Y \SOe}>K\SO)%>Yk +)Է*\BMte}J)Y&YRJ}>q%td})@wQ֧\?> SJoU'Λ5.R>K!sM>Ve}>K\SO)%> SJ)Y%ttd})]):o>(SJ)Y%td})@wQ֧r Y5.R>K\SR>K\SO)d} yEYRJ%d}>(SJ@.&@wQ'P)d} yn]sEYRJ@.k +])d}>Kte}J)Y d}J)%@wQ֧R>Kte}J)%)@wQ֧r Y)@wQ֧\B \S(SJ)Y%tpM>\B (SJ)@wQ֧<ݺukӦS!y5.R껕wȑcƌ8qѣ)]dIŕ+Wo7 jܹ!ѣ+6o >޽{-͛7tP(SJN]v5kV_˗?s`|ԩS +jƏO <8,̷5jT< #MM68< /te}J)Yצs˗//Bǎc6mڼKoo~ ׾}3g1|zI3ЧOW^s-ψ#Dmr /'\>"*uD9rא͘1CEYRJ}w}7o;ܹst`\ ׫WvZ^z饥K.[lG}4ԩSEmr /]vZE+\n_u/\S(SJM׻w͚5@ۏ=:,f}-{w$^z%Q\BZ`Akʔ)_u7w\Yk +te}J)|̙iӦGҥK[[qΝ 4bĈvҥlZ +-[lơC2>?2ةS >_~ڵ+ z +-x2{yٳO^v)O('y t.\~ lX~<EYo!sMO)7Y_eZ>CeOk۶ѣ-Zivډ'f"t޽;|>׏>+>`oBE 0 oW~W;tPjѪU +N<˟y晏?8m|cNJrO>nO>=y#G6lo}:K.~nݺ 2w==z <8ׯ_Nd}O)=Y߈#&NXa*yamŋ4{7KAum~2z )h\T:F0nܸR-W\h# ^z2ӽ{ 9s9"w8C֛M4O?MO˚5kףG2Y߷o,͛׶mX2aI~"Y(SJ/|{+.5|2v;_zh֗o\`,[lܸqO?ӗ.]|iӞy3fą ,(M4يNFϭDž&L%6[C={CѣKe}yNz @wQ֧}`РApO?4}|Uq[Z*?-[VLf֦wº7tFjyqU:#gE]{w}qdw6lX\U.i[^C +&MT>KS̍qL֗wR]jU/h'te}J)Y7 :4M +^y啢Y… Kmgذaf͚?EV\nT֗l8cf_p2"Yɓ3;bŊG%6[zΙ3']UyPۢY_ ?0jl-f}SNͼdqT:x>@wQ֧}~8OC6mY{W4-L!Y_z^ԶmW^y%F/r|^_>,*&T֗頣C6&y{Jra_zٳgz&g}~fm}孷Zxg}V*>ۓݕ{}߾}Y;3W}o>a„js׺i @ 3w)6iҤ' -ǍW*{'Je} $B}?GN\b鼥ך5kJ5Kެ/̙3[K')ެgkQޢd}O)%f}AЪ8D:E>K=zt\޺u/ӧ"Y_AϞ=)0,YRX>iҤpذa9RY_>enE%tR]tIԣP֗_~_?7q|[ӦM;v̙3e}O)=Y_V;p!TVӧc}gWqm֭7J֗˗/A-^80G/97!Cqr ;O>H1O[A>}*SS>cY(SJ0o1bĈ;jժuփ^`Awa޼yK֮]W-[ݻ}VqU:!3֛e%j۶mԣ>۷=z\1>0pٲe]vM7c1c}}Z8c?HCMC #Kljw9&}zvڥtTpСC|֗yU橛Ҏ>-"Y(SJoO֗+jŊ/nYv%'O-h,Y$Lu# g͚Ks}N81}y8𒰇o +=Qݻw/4o=uٳg!K.%6[=_fѣ|{k׮O(l$&UΚ +eާOthn:1'| Kq>@wQ֧}Y_:.oCͼ$?KoڵkW(p/ߚ3YرcK|PʋH֗ 3Y߈#D,Klʝ>qU$ԩSUK,_pIvGYwO˞3gNN<9۲eJ])d}O>d үt}ٴUn z736lXrw@ϻV\ٯ_3gX"SL Ɔ oY3Y_6m2c.]z=ɓMz*89rq-\3<ެ/x֬YSj#/N)Rg_f>@wQ֧R߶yx;wܿ!C'mպuݻ:G-[o_~ 7"|x^acxyxq]xxѶmۮ]>}޽NPJIᵃ s=a>s[rM3gf|Μ9#G_BvL2<uO6mZ<|C3hXb„ ܡpž={Ɓ3fHիWݚk +])d}\yܹs߾} 6x^z Z7wF-[ [4hP޽ӛvZjaڥKF ׯ_Aѽ(SJ&y5.R>K輁k +):oEYRJ@.k +])d}>Kte}J)Y%t5RJr 7pMO)d} y5.RJr 7\SO)%>\SO)%@wQ֧R>Kte}J)%)@wQ֧r Y)@wQ֧\B \S(SJ)Y%tpM>\B (SJ6q:r 7pM>Kte}J)%!y5.R>YIYRJd}%tpM>Kte}J)YOև\B (SJ%ck +)Oև\B \S(SJ)Y)@wQ֧R>Yr 7\SO)%KpM>Oև\B \S[RJd}%tpM>Kte}J)YOև\B (SJd}%t5RJ'C.k +])Oև\B (SJ$T>:oEYRJ練O.)@֧R>Yr 7pMO)d}_ڵo`9r 7pM>Kte}J)%V}Ρ\B \SO)d} y5.RJr 7\SO)%\B (SJ@.)@֧R>K輁k +te}J)%)@wQ֧R>Kte}J)Y te}J)Y%t5>\B (SJ)Y%tpM>K?`qAO֧R>O֧@>YRJO)d} YO)d} YO)d} YO)%d} )d} YO)d} YO)d} YO)%d} )d} d}J)%Yd}J)%Yd}J)Yd} )d} d}J)%Yd}J)%Yd}J)%Yd}J)Y YO)%Yd}J)%Yd}J)%Yd}J)Y YO)%Y SJ)Y@'SJ)Y@'SJ6 YO)%Y SJ)Y@'Ss֚Zk4Զt̿mjfuM$6XcZ'vcI " 䩈/TDPQD{W~k{/|Yߕeqٛp}p}\p}BBBBp}!>\G!>\G!>\Gׇ#p}#\ׇ#\ׇ#p}>\Zn>Bp}>Bp}>Bp}>Bp}>\!!!!>p}\p}p}p}\Bp}>BBBBp}!>\G!>\G!>\Gׇ#p}#\ׇ#\ׇ#6>\Bp}>\Bp}>\Bp}>\룢v`y>B>\Bp}>p}\>\룢G!>\p}>BB>\Bp}>BBu}ƍ3fK/`/GBp}w{{}G1qYfyxxq}>\!wxF>}xѣGO2e޼yBu>|ӦM[h_qo-4q}놮c:СCG5iҤ9s@@sG!n'N%{14[h.!}\… Yo|%uٳgAooFR'}ר[BBt}ӧo߾ԇv;7o[;,\03fxfowkj/X@Wq EAdܹZ?OvO}Sþ-@s.$!>ק9roʔ)|>oSs{?{{xEwM޽ `4i\!ׇ0gwDߘ1c"p}4n'}ݛrss~_ڨ6}}w+X;G +aSSOu):{{+q^y7dp}>\!ׇ3|]ߤI"p}4>7`W/)%Gys]߽{#oРA!G7in>Bw;>};CFxbw}qĉzg?Y7xg+ʘ1c~ߙӟN5vɓ'[ބ1co~}~_O<_?͛{;y"?L6M﫯sYE'L0~x +8?v_җ{1wn;l0qe_??~w??A?ia_=ܣϘ1Coykz=;r#Ff>ufg/}O? vMfQ??a^H})s,*ov쫱T,@sG!;)S8{G۷_~SNh},O4?yEO|qnD:t{K:zr_]B6VzqOBn}lرcծٳg4ȲWp}4n?͞9dN(}ї_~'Pe7M-ΝHId~pzHwy+_+>\]Ny(5Y8cԩ2/i2P^ ?񏖕A/-Md_~k_35]̙3{= +?~_^ol~]|[m+~_-/uŋ_m 7B7k%PxsyWs̱+>gyU$˪oPYk&[ܚ,.g2?;u_b8OF˲/bg+3]'> sAyCv{ͽZ\=p@Esߗ%)5=R\ /`x-[\(T,@sG!;2d +DpU_~GvK]o9sl?a_B5?OY\Lyb9:VI /Ϝg?Yv;wJ=Mƽo~#`Qd,Od^á'vά#BY;VuTB3f8p hfw?LCTܹs+" > gjN_[ 2ę/ꫯZ^ut-d:w] P]}{j9`Oկ~\|< '/>nٳgeU=z?sK椅iO!zB͡.gA=R#\5/V=PX -r}.9t}ri}]+\sX8=ͼy,ojM&gu+^g'?9N#؊R\o߾g- {QdIqq}Cmb:S+C"-o[[\L` +o+Z۸?Oi~ߙ?K SE\!hfϞN[0`vG&>]Bʺ '_W-#p4]O>ި.jhe/| rr{Y7l)y? ,dB_b_%dԩ<󴻾_z"vg4LǨY'#e}YK֢C+p4/H4q}i$˰zp?:{XGYĎx9k'!X)n>B(<<9Aع_0~t^}ӟvXL2EZ:뢰 bQ'Ȼ~'|Rg>9… ȩ7>}>F8p/',3{~R@Va֮oҤIꉙ'2oh.!3qs?x؂ \ܹo~{M./&>m?9[\dQ;إ>s +?OtϜ9S}d~Gξ8D|ͷz4zỤM}ѪNV_;c+ CnΜ9]-@sG!>\7﯅+u E\!q}y y>>BxSe;~[h.!N:udz@ʼy^y9s8;wW_}AQ\Bp}w.~~~vIKK4 lܸQ~ѻ4[h.!Ɔ e|}}%@@sGu+rss]9sBpyRWW~z{ҥKvק===####""|||\_n͚51116mR.]갘W@@ERbŊu֩Tv,@@sGݡ$$$P:B… 2}׷gϞgR9Wm9xuSKtO T8wl,..C233Ʀ&oooQ"wڵd}ڵ]ݕz{KK;87>B`׷e.-:,_XXɋ(.+('N8s=9rDNl?~슌Lu E\!w'κ"^YASAz3}оjjj뻺:|YYVeӦMkxn#***\]_S.]Ԣ钓UΜ9sҥfw3w%6h.QPP޾}lʒ---zȠLu E\!wpam҅9w}))).~ݠ[lE666ʟVZK?U3}g4[h.!;YB+\_JJyŒ ߛjjj۴iiͽ sssٳc:iP\Bp}wIII/NÇdҼ/88Cg=zTnIqq׮]`$c4ngsʕƪիWߢ$''ܓB]_llJAA֭[UO\ kgΒ'ŋ188Xo\ltoW\۹sgJJJrrr\\}PzzR;3>>Uxwv{ծԩSn>1 Kn ̉Le.@\;v57:$kjj + + + + /_l]]|]]eer}?-/^Do3JKKo;s挛OLU ]p}6l+]e<???]R[W`/sN9sHHu Gu\9zh]իVݠ\!*\i///o۶m}[,;wμs;+Lח!wVXlYll/_~S\e 4u Gu["##eTIYY6]Er]reɒ%=!!_o! gU؅듩a*%%%rHNNNrrfee__߂7)n&..)GG>y^gٮ:gR kWq)n[lY>0]m9IKKs6Wgu \B S}:;pի#1G;ήn2BRRz߲wڵϫn֭ + קRX$yFFƅv***,&Xr*gϪΝݠ닎Vʝ;wZ)닏v鬬,gׁ e.**]p}K.?~|ƍ2ZNW7*.ue֭[L=رcϟ?{n)eUV.weuKQgxOU'ﭹYDÊ U?6ԵJKK9uF["Bp}=Cs-{o5OQWWݽ{4[|lpyTteŋ_m9СCĘ:$--ˮo͚5K+g5Jvp sIhl9p}-%hOhֱ)))Hi//l2CwD4q} DuUk^ttٍUiƛ;/ @={κiYoqof|#O$[]]ݩv):sss>gwjhhP:ۅ Rԣ3cVV9ۀL;\ʙ[a}9S]v=$))IP9Y]c-@sG!-[:]] p}=z诚)o>smݺUvĞ7^S\_aaUdvPEuu\"U'W+ק\n]!Z\_zzz```RROۿuV^mNMMՅTٞҎñ'&&ٳGOР9=† I2RqV_t8u \Bne۶m^޾^M\7KMMMLLܹsW:L1hSȌjvu[jlltL8s]]vMo+ da ,sHHt}prrl7v}愨>s%ӭ\ݴ|vgtII޲b +99ӧFC4q}ilذaG=tPff)7G͵s)XXG\R^d 3Mt}>>>P(s +x=hM&7'ӚM)3}?S:t}ԁ.]2,,sTM'˯[:w^:""B+//"]Ծ u \BGMWZZ* +W^{QgvjhhZp,s!t}~ + ,9{.\9LNʸ8w/) tzyb]rża<Û69is $))I=.&!Ν;p>,%-kPE\!p}4\cǎ߿qqqj&EEEpssdWZZ|F\9ˮoӦMKY4gs9?/<<644>L6w;j~zgd_#\ƛ;ϝqq/_\yDNYYYLLu#sO+Ϝ>Nl9p[nS!TWW-#\Mw}~~~R^=~ F\(e˖vsi]oKKKeWPPOVvzoΝR^;vɓ9{]fCBCC-*]<h.!>RY7zKssî]n+,,7.[tw]ucyxqɒ%2`}}ʕ+-nϯ |PIII._s]vpVVOP?1$$~$&&'oI4q}x/--Yd1Yzwo?l.z[Ɩ=͓ݻw˖-;wTЗ3-޾ȯnNN^D=||rg]CVXq]w>;t}2zhOeff +6\D]K}x["Bp}>o7ɻvme#ʤƅ+//1{&'O\WV vH\ȑ#.N{K]rS\}Y#ep}oO݌l;ɜh.!ݙ5kXdggj'??GV 2eժUnu%g>kw}mmm_uy7gr+Y2No$T-((pRRR-_SCC:\Xb]]lE%ԓ6..rZ!QQQR~Z=]L yY>,r!x-O=1ZoLʧټyeP޽{eĊ +],$$D>wڥ~>L4q}ҝ]_#>&F-O/,,L=@\ f~2HtR\[}MXwX!v8EY Xdýqqq6lKN<==Mcw]u9訮htjQg~ׯ_oyYXю/./txo;QGFF].ѨMrEU')))kivu#;:tY%pa҇`JEY[[{㈺i1o599G !B2tT,@sG!={~߾}='u$// Cر\LQQȩ,Yba||<@O|7##cÆ ׯ߼yvtt4u \Bȝ]PWWg𓒒zlO| t}ۧú7er-EDD ,/hvݻ["BP׷}vqҥܹs='(6dȜ*ojr^x9+t\o_ڸ044h.!.p}m۶u3a`v|||"##u+F{IvGr6х\PPPwlܸqڵ9===-ڭX³׮2v, +HY|z8NOC>TQQQ1KSO@XX% >|\7-PE\!/88ج,//իfڭ[:ڵki8yff_u'RxÆ RÖS]|YjkkOs%B---f۱c朜sn>`&{\b1;;,S__f***ƍO8a/SVV庥5:q}4h.!.s}֭3u+,,o"UdCs۷e*9,/UCCC\\YYa?۸qYf<]E=diy̤Zp;**ʼ3g.Ap}4h.!nu}SNɮ'O644d#\3G♮/11Q755c˥pRRl?|zzG#}||ԙ]Cw}|t?s|4,l7gرceE\7nB7oޜeYTbڵ =^VV&W^-eBcҥ֭LdwOS7/7mdlmw)"*ڎ̒3Afff'NSgYr=[Yb>JYPoΝonnvp}4ޠ{2{y[h.!q}vƍj+ +OMj?rH\9s܀i we7gۻw]ZF!X:$eFhYT|'ղ=<Ӡn#n+++"644~={ȱ2+9^@@y*s[g>C'k|(lb1%쥥4??ߔ]&7JJJLVV}c``yæTj)gCS*hAaԩ<@ӧy,-4q}\_]_UUUYYeAXyTrJ7GhիDb NhYWQRRb.1_3߽w4ߗ3u a- -sK4iRgɓƘ1cx-4q}\_]_JJ1o6lQQQnN)((Hg."'NyV^]QQa/#jj7e+gwMFFǼaɓ|/>opә9sf޽t/~ꩧÆ 1cO"۲el?~l70VMM;ٻwo^^^nnnVV֞={6oެ/_\755usMcǎɍV7j9۶m, \ ~RRR2 ='Y=T5j]_iiy!yԧ6G0h`իW~.\躰*0a„8|Ç9s&"Aח$C̹jjjܹDKK니ph]>O:%g())]K]s}滺JEt4-/$$DvUVVZJv=zGw6lȺǻPcǎׯ]{ĈgyR\Bp}7}`{wZ:9Li,CDe,t)!ݜjϲZnO}Xx{ g!۷o7wg+,opys9rd޽;zhۥn#n2_d{kkkYYٹs;&.tMN1]؝) + + +]UUU>x=W~cNHOOWVΖݻ~Ǐ;t}.PW? ȑ3g<,Z2.Q_N} Q>@\̙ӷo_s>@ZqObv7E 2> 0qDK@@sG8ILL ףˮ~k.XTTjpuYN}z)Ғ}Znuuhll/&%%3]fǎBEE9]dddqq|:Msssff7n4gS^s@<:ߟ+P{srrgD=M6Yʯ_,f577r5#""_rG l̞3zygW'1V$߲W¾0qo 7}7t{Ã#[>Fq}iu7Mp ;Æ :u*O"Bp}iuC}9o<1>B16xwz!6u E\!x놮oԨQ:ٳy-4q}\"==ȑ#;viug7iҤ^gB!8;͚5O>]p}{;w.Ϝ"Bp}iu׷`A*#GS\B8ƍ7lذ|pGׯ;O>S\B8ϼ2gΜ[h.!@۝"Bp}i"4p}@@sGQK~Zp}@@s!!G-?N?tPEz룖@@s^$!q}iP\I87" !>ji\qo@#\487b" !G-?N "HBG-?N "HBZGP!G-?N ["HBQKxnH/Bp}Ҹ>4[h.ҋ$ 8"HBZGPEz룖@@s^$!q}iP\I8"HBZG[O&((.99Y>}j;q[nMIIYfM7ooou;v숉ۤnH/룖f'$$dǎ8{lIIɎ;|}}゚PyD۷o:tH6W\ p gew$_v\HBZGƛwAghmm̼mZX;˗/&|^^^ eI@Oyf90""Z^$!q}[eeݻwoڴ);;ҥKzmm]7nw{;OzNt}-" !G-?~75III)))mmm˜Νvرõ͸:ߺunы$\4x7l]rE +޽gzIrkKKٳg:l)w7!!A;QꐊDdUUU]]܌:+++u˗/~оzCC9_HHÇ^U^0r#|;̦#U[Ν;m6=^ĉ׮]SWߺuݻW=vJKK9uTzz/%%E=/¦nTmÛǏU՟=ڵ<*Y\\occӧO[G/Bp}Ҹ>ݼ&%]8.??Ǐ;Ν;(..e賰qFmdKBBY@0Y())1+///^h +@1??&yyyP7⛒+c/|r.׫۷owviTVVYZp}" !G-?mo[l'Ot穖篨\1**;r.l`EddYЮ/>>X[[k_ŷ9N$={9rR~޽7@u鼼LKJJrvYYYKKKѣ*-I!>ji\nx3Qaaa4%%E;vlҥvGTYY={V6AAAS{vח(cL7[ZWo뫨 [fB7o,Moikke%Kș\]lufmdggˁj~qSS>_:KR^$!q}ǻmmR2##G**,b8qBvⰦKKK±]w1]'ͮ46lN3gθv}=<<\gffꍉzKyyjkk<q} zZ};wt&]>3REBZG4 ++g9ve9 j^rɑ%%%>ӹidoPP3Ey۾} >zcDDlq}W>>>7ђ.\HMM5W- ;J(2Ӡ;?$->z룖Xo۶mGq]tj(+C>)laaX>|ءyH[n^z*!rW2i 0y W.*c ;t}1]`>\HBQKwƛ)N>5k +:Mttl=5gAJv7˵ݶj*dQQeottt\:m\޽{eo``eo}}gf׷bŊ:sIsw}ʰe]ciuVgO&Kljjr +u EBZG;777O8Lbb`)cɓ577LCekε۵kCwARK&лͮOޜOw\+e87ȪĚBի-@s^$!q}ƛLb˖-Sϝ;-KOO7el7n>Sav"##e dKʢ!7+**[Ì + \r;/$$p}[nu6QݭAY9e-cMxx8 +u EBZG7̅-]tem+~j;S_:t}H/Yr\ԩS.kקŠ-]!޶ݻWokksqu\u EBZGhǟ?n222͒jYhFzޕk1G577[N>-PH'4#X3mmm4df?ӧTQVQwe1`D]o_vwlHGVVV )ek;t]mbʕ+m[-oUSEBZG7|}}֯_ࢤWpppLL̪U\[юv}о@:5kT1wf_ݿ c xzzZ6.k͏f٥ؿǏsoy.XtLgQyz?gb2gcnы$\48plleү*u Ez\-ul۶-"""***55Ufeu Ez\?)Q\I8 %%̲˗333͘-4EBp}҄㸾ڵk-ˎu Ez\[h.ҋ$q}iu \I!>ji\qo-4EBZGu Ez\xnH/룖->BQKxH/Bp}Ҹ>4[h.ҋ$kp}Ҹ>4[h.ҋ$q}@@#\48$ `֭۶m #~T_zp//;vlܸz-4EBZG6s>$={nڴQ.\Womm?*v'܅3\HBQKw[cc;vlZ[[L׆ +|}}ڹԩSrNj͚5nы$p}G5ޮ]%c9RrJ7a޷oMw}rNYx9066->z\jwҥԔ]vݻʕ+Ụ-[qF__n>^Tpeą ԧ]h'ձjMCM=R_vsPgSUGٟzПN=SNs+P\I!>ji\גqzǏ[^j_fMyy,((0Kw?ر6""Ñ>///s]RӃ]^z ϟܬn޼ٍ8p@A::yCCCm?666Z^1޳g럟pjH/Bp}Ҹ>=!sr-=υ5;ʪ-6m>gTWWdѣG + @OOOg''Nۖ-]߱cdc^^^FFƑ#G닋svc{>go߿_ +Ę儠 jH/Bp}Ҹ>=8p@_Mualvg]M6]pA6[b{T + +2XQQQH;+WtV^-:$̴0Zo,UOKKm7Յs---R8//Oo4+\d u \I!>ji\LK={VoL=g.D+3ݙ|]7))I8Ae˖ɁnÛ+5 C's>|6}.VSʮ+V荧O|q +SNQPEz룖Qo޽v577DJ6HOO3lr˙3и0w &H;wp}Ƌ/,g>eLw}---^H/Bp}Ҹ>=ȵ>s, 6lIOOwίW,Ϝgυ뫩]>gNgNi(>N%[d-`n" !G-?C\_kk\Kޟoo]];|Dd ׮O";UV.^(Qv'/>w :s} +̇@4EBZGw}00Iɼji\1((CiUXX}m۶ax(뫭8aSȱٳ555.\u-[dff755ڑfee%$$۷.Lv}ߋ/߿_ݺuW݃}.s6YGDDPPEz룖Qĉ$kק8|Su455ȱ*}dF;Sr'-[(--5?-8 {be___#@4EBZG.hUVVZN\SSSRRlzcǎm&..sFGGK1g6q} bg52קNn>EHH:|۶mv$/--M,=z,S.@2wr ;wTgzu \I!>ji\b\Gy{{;~zsɊv.𘘘0PCUVYv^|V3""Bo+,]t 6O가FROC}zٲe 攆z禷7BZZZZ'I@s^$!q}iAw@ާ|e 2,-@s^$!q}iA7|:##cڵ <(H/Bp}Ҹ>4ޠza'O["HBQKxsǬY&Y&77inn>uTBBχh.ҋ$\487L8W^F?>?//p׫u \I!>ji\qoׯW;'N[h.ҋ$p}Gk1Gf̘&M9s&?@IQKxؙ6mڐ!CzxG}].X_~Ce( PEBp}Ҹ>4޺'N7y}?ޅ5j.9n8~G/룖M?}^Ő!C^~e{YfI>}lu ^$!G-?N0cƌn>o<<`6l?@IQKxVxxxۧOq-^%9>Pŏ7PEBp}Ҹ>4޺ ,5jT޽-BoРA>l_~.@{HQKxX5k]] >pnы$q}iu[&Mp CLr+(~Hu \I!>ji\qo7 =J¸>\u ^$!G-?N;3aw5 +ׇnы$q}iu[-Z4p@7>}:GIQKxȑ#G1sR\I]x;w;<㸾ƌ3lذCjW'QR\Ix{衇:z={l\ϟ'<-4o];B>p}>=6uԮi>Ŝ9sۅopMBG'?~w7/^|#&L]⥗^[؊qQ\DBzo ,>})S&O}O1~N>͟?"ҏңtPaÏ +hѢy͚5k>o۱cǎ=zȑ=3;>Fw}Fn@tO<<<|AWR&niAOS0`̘1wʛT,@s87itvY>}1b-4xFז}NA@s87>X{G4hĉ.\H@s7&8\_~-R{.\8agwsΥn>o;=z̔)S\;|3fP\\7˲{v6To֬Y#Fp8c=F@s!-g0cƌK/M6k0z2a#>C78f̘zwߥn#٧O^]E:gϞcxpYw_xI>u#֎ ܉IrssO#0aBgE_~ɜQ@u E=xzz??yK,ihh?K.Z[[o_UV%$$޽{޽Ϸŋ)7eqo-4GիEEE7n j^zڵ-[,;;#:x ??ɓ'/F?N "(֭[Saa%KnmW mgΜ)//OOOwXIJJ2 i͛Ս +yA-Z'Fu Eٷo߭#GԶsSoժUR^@݌'uVիWe >ÇqGݧOE_޽g̘?N "pק7z{{GEE]p~G|.˗?{w~U]|J-˖1XΌ9-餣43j49 AAbMEAED\wχsXE}#~|wYR-C  80U719sf[!ifo:쳏Js?ƻ?Z8CȔ)SO?tޘw}a6D+-tw><\d +7pC|k~kܹsg뮾}|+Yumn"Km.]cHLG /[쪿) +đ/rLJ;5֮]ҙ0`@RUˤ=yo-Df5xB'i?ӫ~=zz[>Mvmw饗7Y{@3ww?#sYpܹsǏ^ZŕN6o5kV_O/>}lK ©SN6-,+mʇ4n8-Ȧ%=\~hҤIaÆ[^z/1cF|1c.]Z8S[f*3j$xwћں^{m rۇ v7Vqc7K:v`oqT=3o޼jTuqETKS޽{^tH/ΏQFűE;֯OuYN֧+VYWƆNn馦M'{sU 8pCXj5f2ӦM[_wu75l/+0aBqyQǏ_ܹO>8qb鵖-[-^{_f֗,o\tiU ^jZ_s55oG}(At:u*%U˗//r-y?^/;Mbo8.8z7:o(o-oڴis9|Od}ob&F_~{~ =`Yߔ)SQm^16lX2wujt'Nsi0L{J%Y5\`jvڭ}Kk1C}Y׷W3W^y%?ZZ658W\_z0`@^ꫯV'돤5{[N$C&e5^x)u1뫾V/v}Y_ex{c~:#j.;z>sjiįbXjQ̜9sѢEE3`ŏ=XiAQlnm޽y䑢ݒ6 F_g}61}嗟qݺu{SK)Ogg 8뫩fOViXɓ'׌jf}îAjURCfY_vwZ5+tvY_jfg/HWY_05'LjoSO=UVՔom9ꨣ? /r-S=CM4߯3fLZMA_޸DS\*5 2yƒѣG%נ={a[wye}#F ۷ؒ*443ϔ-63+Ƭbo̸~GLn j=}Hj~kl@sZ=L|JWY\4Jֱ?^ͬ/.ܹskf}Q:Y_?[M7T*<5G蘷zkY_޽Ln.\Ϻ_Ӭ/2Ĭ/#6w9眳.\K[Ggڴi>e}oo[2LXj{Ŀo7OQ;uRoEwƿyJiUǎ{@rܸqyɓ'LgiN^zj֗Zq-g̘Chj[7qd??iҤtVS4Ed}Oqan-?ZIkf}]̢0sf}%X\Dג4bcoɒ%էǙG8?~8cƌ)3iҤlN 1cƤfaͬ/ sT JgbŊzY_jor錊3Ƭ/7qc֗oc +lPmڴ9Ut:,U$x{?>s-șUŜPŬ4I1\2{1/ -e}u%bnV=w?56D7o޼8`n~NSi_2Lozꫯ$5{j~vb$X팎>X\DַY_ufKSOavqHNR9o, %63<[omUG"3 +ۗ/_^/K F 0f}qp5իWl׻/֟}\,O@Υ^6۔R}s'xʑiZ1 +KK8+w]iBg sַlٲ"=zOq7a„ SkXyQ{7z1)Ssvc[)ywk~4{WʻPibck6+5*&dlFqy~#~_o뭷~Nrx]^rj瀮P<7wk͙3<+=twKJ!XϞ=7t֗9;y_#GنY/j&NRYOEf}հk4Ve75b/|Ϫ߮,z۶yc6JvvIҩݹs6NmtݺuꫯԚŽ/ċzgIg԰0aB~Jb7o^^<5͵^8}ZL KY_jؗ BaiժՖ[n[So$m\8E ISO=US3닻8p`KԆ)=6h&An&Ǭ~qͬ/=ޥX0.Y_V}=iJ'Ef}.YUW]}̙3WxǏ{^Ӭ45%K/^nݺ=SoٲeӦM+co׮]u^ziȐ!}6򔶯Jޱcǜ!ŒY}yjNf͚U̟#"\qk9yŊkҥKeС#F.\7ɍ{|+bO44aSnJsk x{?omv 74.YLT#k߾}ǎkqѱYg]wu{իW@=zck\8ΘT+:5J:oٳK3gQzׯM7T/kRӕJuxm5g +3;qDuk$:ٳQ |͏?9s}߾ɞl:wQljjj.]eO HzRַ|ӧlEX w}̙3}1c 0@.ҽ{^֭[$B\`zܸqk8q&Ǚ Z=zkǹZ('_Eq7Yz7|sjI F EVϏ;vtST͝;wd}'O4<о{iۿ%Ry܏k{_\x7z/_|#t>}z~uY&f}>j8fE6NE| Zw}w~+Wcߘ<=5tKl-[6V†… /_x;sd}-iԩ=ܳq|ȑ4ӭ3'jkUs->xͫ"vyƌ8{WN}Ֆ衇rCp?>[@sཔesvԩ]vv۠Aw^%u֯_}vر\y]vIn޽{W͚5hڷo^+FÇY:ҋi?Q#;w©~J饻tI*-=ĩ*Rϛni}i~EBS ^(Z@:t:)IЫWo_8{[n:4ak▦tvAbytѣٹxYh.}HŋsG1/Xw3ϼq'˗/|!CrM>gzuf}'ON^w ÜҹǮX={ZUkf}iK:I&s}e}/B>}rg]U0w?>\x7f}>hSSS^ Tg`Ӳe]wݕ]tiF]hjؘyyp,XЯ_^{FbfU3+ul{'c^z AW1O$yT)6lXe} _xG/?+=%/bŊzYߐ!CJj΍Rg8B9ˈ >z-xYh.zJeĬ/-vybT/{뭷rh~U1>ѣG5+͌KffdĬoťGb5bWsx:ab޸ڬ/aÆVmj3gN}^,r엸7xA߅獷zk.|@s`VX1zSbwז}衇[I/65RWeXKY_4s̚?cƌ:/bͬbr8u곞~\ bf}e&NXV3Z455UOU8닝Z0'ݺuy䑢M7ݴt~\ d}/_>~x̘1(oYٳ\^#Ukf}wyg Xs҂wqG`y䑵ne18qb8vbGks!VJ^ti\3#^k7o"Y_U~W/bo E@W[OΏ>=ޛLYɓ{aڔIxtǏ7n\znyx≘,]BL~֥__\d#F=PYqټm5N:M4Z3K75ߗcy5OyCd}+WlaWZ#Y5އk͛ג3g,לI`Ù6m+ܖ"<7nܺg}i'I&ڵk~W_kf}:uk@ӧ=<|pؽ-i];1Ι3T]@/Y_᪫2dʕ+UQ3l o){zB%KSlYbń }٥KΞ=;^io;#}_|1vL:n۠8eʔU/BQx…fүpO=4f}թ"%vKKW\5%K/P\/uR6mZ5 Ft? j߾}\;;U٠.\Ѳf>\xe}wߺg}ڵ[|y.0mڴO~kҤI`]x9͘1c8%4p={K&^o:Y_1'Ұ<@\u]mp{^{-n)MT/KO?If͚{ta5[o +of3fsY묯O>=/^8v5\/m?~QFV(m5O>9eʔt9c.6Wm%.Y_vkJВdF>rΙ3'}u֭gϞ#GL˗/ zTUy퍐쬲>\xd}m̚5SN-JqVMVƁqXO?t <dlv?~^c]Vd}{ \Y;qWT3k۰T!p?)Kpruzj\/{&_oG]/Y_rI446eqTȑ#([tiŋZ- KwcUt{K2$+-5nۡ\)ڵk,^(U0uIrn\z4ADž_~y]8#FHYz u]GηÇ/o3gNo%KO0aBx3ѣǢEr^{%>f}ӕ '+TxA{3g|'7HQ܏km4y5o>}?3+A>]MMM?p~c_ SO߾9/+l1X!t C)\Kqˎ盥~m>UgKK/4uVRmCM~BҳfϞt#Ē}IYtH^bEI24<`Oe}iY. 1tn*ݻ7jW1۽޽{[nҥKK:~DW]uUzat!۷[nyc)`~z.n$KsV{+^[^+&`Uњ;IOL5ޝo9xku׮]SMNqo~L:z0KfU]<e. n꺽UZ܏km|l4%s_^(,+y{p3lE_/1iՋ/KƮ˥2zk;2ɧ4x6Ŭ:#. fuz .W2dȐXK,9rd~ذaߑo19Ii駟f}51Y_MoV"˳8|x7;x<=Iy{۫W'}ٞ={655Mc$<5AzJ7jԨ7Λ7/Fd.Ƭ//ؑ~ǫdÎlj!x>\[n)}WiDwj>v֗vsE+V(mtq}=XQi6ϟPn馼:3j5f}&Mҋq/kbg<f}O=Tޘն xƬ/~h=ϛ7QƧ`P<Eޑ _~yWm|Xwoϟ_Z)ۦ`Օt-[Vo:455O׼O#6f}qW\O>@t4{H\y7+2;%?_U-Xy>쳲>\x`ƌk&cǎ}ِ!CY _}~x֬Y'N:th/~\m4hР +1mԩӈ#}ټo 7ܰY_rb{TlI d}'Of}oF5y ]Rm>}?1yyGydWܹsni>\'468iX[n/bw$g}qzKo7r¬g)]kk.oiawmիѣGbqz޼9s|" xc++[@siBݻwo|͟?ؒ8qb͒9닋e7:]֗]t#*yc\}.7ꫯ^z[̙ +۷;wVc%Ko/Y^4Y ؓO>ג(qݸAY_ ߖ.]o>=7qkm]FY |XmBHgώWQ|)^b7lذӞSeSF16mZ-(t7ZgϞ}ӧO%$ڷoԯ_]4TzNgwW{jRt$]K. رcrW48t逻uVE&H9gΜ;t萎9sz'^^o믿g h.>7qr)+V4܏k =o߾r=3X&g h.xcS6bĈ}"q7 0s̕+WkW_}|"q7uJn}lEo4o4܏k\p?>[@slE4o4܏k\p?>[xh y @>Yd} @>Y>d}d} @Y>Yd}  @Y>Yd}  @@>ؘN:餝vivq9,Oܾo?Y6SO=7)r^vejf]wyG5;/e<̢qWo?g}vQ&5kq?osxx[9K.,*@?O@1n?_xji-|+_5^{U w]إ^ lV?vءzlz\3>lj>]Cԧ:[_.o~7;>/]v٥UVixF؃:(?b=K_9swyvm{\۩2ӻv3ϔ|?n8mvezjō\?ϥK\AY.U=mf#vO@mѳ>{}֒dlm]Yg?ٍ_'qG}ѥ2=31uC=T'@ +l]wSE]yvaESr嗟uYGuԉ'x<6m7ɯ[>O: .>O>x}6x\*_#oCi?pC'jDTLM)6viYrʚ^-g!׭Iot~}I/zᇟzMU*_W󽎳#|חIIon#<~?܃=wyǜ!G_t̩VcY5/gR'|N;m٦g7'ۖ⬏}co,?? FO:7}w,v衇6gfmVsvVKVҖ=ܳGqD<-ܲCaLJyUT淿m}?ŧo֩2d}ȏ?/| q)v/oɥrǗ[iӥ{9?y\OOǖ*6Uo0vql0xQ欳>c=60)y䑟ԧJ'?YX/*hG>sN.pgwqX)ӟT][']5V}6۬??j2x` _©%9䐼8A/~ݏ~%yqg]sUkJ-No|#n|h*6~u'?9.NٷzY_5&˂^X@ _.4x;oR ʉHN9jЇ>TJ[\6#?i]/_zov_:/y@%\ce}d}o^F"g}GqDܾfjժ mw[^;*<ꨣRt:4W9k,$*aG?W׍Ovi=oY:8`|K'X^*_s!k*}PUc@֭gIUJrf:k)uo_s1+)w=Lu>Y3^g.(vu]e}nAk_Zqd/><3Έ[o}ZO?(p%}.{`M6lSg<}sN-?f֗񨣎J'[U/=:#կV9wi=.D/|^֗TmiG?^*tI;ԣ2_]q6ȸs5t+'Rӟw1?}xs@Zҹ ?Az`7Ejk{1K_~yfCPe}ZOyJrH~5bLed}d}[>N>g1؉W)vm?ѻo?#vFU\. {G׿u@~饗jbַ[Dž- %yxr;bd38΋SU8`^7]Y\ +$Y[ln(jՕK<-O+|5*>+]i/afTrϚluT>kQ 'Pau)닿,<{7oxjY>UWOP|O,0fb_KƉbvۭAO?Le1IG.=ꨣjMrG/O樓(.P sxsmU(G1뫦mŐϚr/m,׹[z4bW]s\\fWZϥH/Q*Gy.U}g7.f5b-O9bY>Y_L^Vw3c9_\1+mLqw\^u9Rf/ctVl7Y7c/+O~I'y%/[cرے/{K +IM\rI.~Z αp/^ kWf}~IuF,vi5/5z떼qy{jq'WnUSAY>sַV[mpeU8닋ѬՄ$˿Ƭ.b^|լ/Qӏ Lmf5Y_\_~|(v+֜v⊳j*=K4kqַ>Ԝ}kq^Z1a'?Y-q-jWy]/S,E$''>Y_T'-GJ{HGe>d}CZpo82.[8kj.תU}?T^-e}Sp Y_X/EQKV& bvc=R֭[cw}'b}*64_^*G)RеbֺY_kWT\~}q{f}{19=wjMK<gY>gW]Ǭ/z㒵qj'֫Y Śa/}lw9wY_ . 0w\^p/.QZY_bBXS:x"lqңxK6/e '\//WNiY_v֧Y6[mSb*1WZ3sw#|dwq538#or-N/O}SqV8qtњX[V\.,olZC6|O>9?_*O|cc=)Kc$rH;<4^]M,G?Z]6f}UZe}yfjf.j>]h/ښf}mW]CYqW J=3f]vٯ"7])oCX6mC|_~'_pH.cQq_r%Gyd}Z'[Di)Rz]c]v٥+w;CC| 'ECb{&vZ~(.Rr)'xⷿ"2-G?/;svqoIr~f}d<9\Üyuxm֥ {qj/˱g5-@ kIv$d|?] rϱ~}~ _hLڮj]tQ^fT3'O{ՒGyd,SJ +_8J?/y=ysv-e}:cW',iG>~T>إz}6kE؝ +kU"svKoo_*5S;SոM^Y@ַY_^JNJvuK.rw饗.mU m̶9Ռ%kFsu??W-NsWS{{SJ+y_r'tR\*B\mW~)od}{nyKzi֗jFnI`WC x IizjꢷU??R|3 ^4 w-=:>KEq"Nhj?8C|򓟬9y]8P˿駟|1#7N=Xc1GJ^v5{0x6mRU%_綾^n^gEvء`y睗gM͑;|iuċg߬ks.mg?ٚk^N%O?!抗\rI֭㚼tvqw4k®SN9裏>[RM6o:N;Oox1~-e}yO>9F ⢋.oI2d줓N:c,s%qK*|Gwk紷s=%^=ZYhO8X xJկ~OYӋ_򗫭z\~<1HYt~Z߅Ti?guzpм@4Xp3i^ ]UV9w}e} @ig< 'C>s5XAևd}l>o|_[n`#<;y Yd}  @@>Yd} @@>Yd} @>Y>d}d} @Y>4/@ YY>d}>@ @Yd}> @ Yd}>d}+39K?@YO>d} YY@O'Yd}>O'Y>YYd} YO>d} @'#Y>Yd} @>Yd}d}~d} @'@O'Yd}>Ϗd}d}~d} @'d}>Y@'YϏd}d}>O'Yd}> YO'Y>Yd} @>?> YO>d} YO>d}>?> @>Yd} @OG>d}>Y;м@'d}>Y@G>d}>?> @>Yd} @OG>d}>Y@'d}>Y@O'Yd}>O'Y>YYd}> @>Yd} #Y>YYd} YO>d} @'#Y>Yd} @>Yd}d}~d} @'@O'Yd}>Ϗd}d}~d} @'d}>Y@'YϏd}d}>O'Yd}> YO4/d} YO>YϏd}d}>O'Yd}> YO>d} YO>d}>?> @>Yd} @OG>d}>Yd}d}>O'Y@OG>d}>Y@'{Wd}n@la^ZbzZ&&&%&% % % 'tN;;sZmzoSN9sϽ̺8jvG_|5˜yE;~>Lzk0~|]y7vZҪ^i_~y~N:IKK `ӡy jݺ~ ZWkr~k{Ksj-#f}{=ǽ޻t͜ +/~?ɖ|&%мd}>O5u\tE7ov}^xᅻKV><\tPLM=X_җeN<\`w^ÈYn~KWˏzӅJvmO>ޝ@U% +ΌA Ǩ("1 8" ΞNIӝtNg%F=ldkg_I_[K*$|TUWWw.[ϩYb'&楅 ',Gm} M4y_ׇqo~5+_l%<裩|Ov~#F>Ͼ?/C /ww]>KєWUU7n͛WZZјZĭ/'|w5\G%a)2vy&z~Sמs9ӟ4u w}x q'?t!=C9o%O<|%~K>K,e˖= +nhѢՅׯ_.ڵV1n}3}W79#o{~7[_DWuƭ'?&_b{-3VVVfnk׮p)S=Vo~̙ބZh}7xcp™y8:;>}{_͚5;ߤy57я~TMsw'7fK9iVm\pA8#Ɵ/˙K.o{ߞn! yUϕR{6->;eh}#/yKN?K.pq-;׿w𱶾}{oRIJi߾Q̍o.?~֗0vصk׮Yf…mڴwZ o i.^uUgyfm?@m;fn|}^{n}(.nGx|~GU3~K_ +'+>lK/4ԙv㫮̅gqF;osuׅ3;>k}ٙ4$~f1|3?c|<1˭g5u-sɓ'o۶m޽+Wر͛wRW^sϞ=ga}[|)o9N R/B>b^wM7h=_+x뭷&O?}qҗ?A w_\>컏pfnO 7}/~K馛}sIg`9| Wu]9[_3zmN"l7;?Oe7G KH?|/3tk;⏙ +_|'saxsp{ +;jk۶m۷j*~E_񭯤jU[Zlٽ{gy&%Oѳg"̦vРAuuu[ls޽KPݫWtҥԩSa$_ +5kv7QH^wy=>mxj 9R|'\<Ե_~yuw(Ľ_O>T;[(!=W}ow_wy]'ONO?衇⇝}|g{K[Vro?a\q?j}XZߜ9s27;|p~l}={ܸqc]:bŊl}Ç߹sgOdC %U۶moرcی3&K n߾}kצYRO~ ٱqذaᗜq—,_߭/3W~;g>Ե-n}w^꫾/;KE½>3eWDŽ䮲߫{뭷|gksx㍩ + .sʒpy2^ve!me.9묳R#ax\!9G^M<_{ +<-Z<\,XU-wmVZUnwQRRelVUUmذ}g9I1bDj̘1-gΜVgaNwYg}{K}II&wn-u__w^tE_k{pmT̅Ռ[>pu]_| \uwĿK2ή~VL~0Tx3\}9_YL;쳯ԗh}zz]ܸq;ٱcG֗3f͚={֮]4iR% g̘K/6֭ w֭U GHݾG9[_ +YyG6mz­/>wjn[pp׸ew d9R_֗D9>;&qZU_|hC+? .o"1uғ|׹# G3C/w%?l;IdYbZ߬YL2q 0tF+VY'O7.g[pa\SS?#Gf.oٲexqΝ;gj׮݁ӦMkժG>/[> _jժ̅;v֭UÆ ~pB'Mn\ p"뮻.g;w+į|ep_͘:O~8"2>Gyo=/_+L5\Nzrwo~GhR/[7\̑YbZ_66lh\ٳgk2j*\dɒoѢEsg͚6nh!$;6\lٲԗ'GxUUUWl2M7[n9dM6ߧh/l}M6 7kS6k,)kf?V..`Їr|/w]_s/~}W=#q?O> ǟ#u|n}B$)G%Yb.2eJW*ĸ-^8cZY}G]8sGٓėMW˖- 7ӧOv[zLZ 8[_1'n}~z7 374O}Sx gek +7l w_o{'~S;|7|U^{mܸǜ>Ƿ>7m _姝vڟcj}M4i֬YWUxn/KZ߁߿gϞ]vm߾!~13f LWGl2um~_W__.9ꯥ6aڲeKַiӦ|.\bŊ^$|``|@@0FˎrOrmzUX{fwyg.o}[U-U͛7Oj֬#<?W4sy?~'n'W^yeH.os7f&%?Ϧŭ/Gv 7<裿㓆į_=pwg.OO|G|/M^צM7>ַ|b~6m:WVVno߾ رcGأG;wxc7FJ~u+Ρ&L08>xS_}Ƈ-4iRgǮn!s׾}<9yzc=[6th},rK|TapJ=3./˟'BdK|Ŀ=UW]uUOL>Kl}g̙3g̘sM:u={F`Z@<逸KMӦMxW|a[h}O>dl>g!>mOۋ?0xS/g̙2<7~m~_e[r{^|y?9L<>ߞHEː>Kl}q oP-L_wW]]v„ 'Xti0>pM#q8V^u=\m۶owpiga|#w|yٯ??8TV:s |rO?_ ğ헿e7Zwn!~$y{BI*'|o}W~wo{ۿe1Kƿ8&2M9ObYgռy󧏼1|GHM!%;ǚ8Dy:K;7lذp… _]wȑ wˮ\2%uuuf.u֏zTߪ]mƿ޽{&Z'8!>'Q7O7o{[5>{+|o{ +7 5k<"= +n<&wqm%CO.3fL*++Ǐ߱cǜoƍÆ 2d3;kX A2_^ZZpœիW%fJ^ry.]fΜ\ӯ>]oO=]/ޫH9rx~9Ϟ8gZGwy9o" {xZ_¤I;ohhXhѼyV\{̅qɔ)S2\jU|}6nܘdɒ <6C Kɣ6mZS/>HvfҥKG/ٻwoZprw5伍gzYbG^֗r¿cj}SNܲ:;Ō?>/ټysۇ[n]l}O]/)9rdS4446|p`pZ}Gw}9o^ߑm۾ˡbe6f޼yۗ|]tI}СCi 0xcƷ={v8eFx`k׮޽{!{Iun^|}9gϞՀիW|K7֭ۚ5kR?ݻ̙SRRs>iap/9Dw3:B1,--СC-[l۶m/Lnеk׺=z튡O>+K<Ν;AryϞ=7()) gȦcǎ+˜-Z7 ~2M&0~K/3̕W^Ytr˥Gҗt^ia^ia^iaiaia08-L08-L`z08-L`zYb08-L`zYb `zYb `zYb L/K  L/K 0L/K 0L/K 0e0eN.Zjգ ~Eia8p_]v[ N ^SNG u} cƌYv5k-ZԮ];(08-L4bZ_Ν_P__W^0L/K Rմo~ k׮ wP`pZ%hײeˣ~Iiii޽ 0p:*** ԫW-Zė'qӦM֖!o߾&]t)Zjh˓޷o~ +dVGpx0eN"_<|poիW?TTT\СC3gNIIIr={nݺ]͜9s߾}mMuS:thرc?&f̘1_xǼs̵q0eNo}Ǐ/H~R_2a„|77o^r_~9 n{ׯ/oaÆFr}c5UUUqt0eNo} .,Ȗ-[wڵ/_&: 6ڼys|UCC֭[Sٳg}R̞=;%C IU#Gt0eNRoƌSL8qW]YYYڵkZxqG uwر[n #F~1q|۱cGUUU 6VZuv[`СCgIn0upҥK_H|E~!`pZ'͚֗5k +ÍCرc|'mڴI}UYYYBPRRO]]]|mꥃl7}w֭[|pΝ;{/ N ^$娭oӦMaƌD}  yxS<'^||rՍO 08-L`zYbT;pٳk׮۷744,X }nݦLlٲ 6$I7Զ3g,ͦZ_mmmF쯝;wnv[_In}k֬ oU N ^ħss$,[_%/?~|ǰnݺ|/.ra'N\XLkݺCxapZ'/ŷT{g̘1iҤBO1k֬!~5]?7فui} /B٘1c 08-L`zYb"[_y7n֭[*.f 2뫯*++fm {왹֗|޽9[_3<6]ϗQSSe#a v횊r w;wniiiކZ|O 08-L`zYbVG(۷ׯ_eee- tkjj.p;vիWNr }ѣGlkˎpԟ(70ep +0iҤ|/& N ^';v>/ L/K Ff0epdɒ| N ^'ƍ[hт Mֶm[&0,1&0,10,10,1%%`pZ%`pZ%`pZgzYbb0O'$u?[>>yʴ>;$^Biaj}$Ij}?gaB#Ij}%&h}?j} N S#IR3,1EsQ`pZZIZ%&Psi}`pZZIR3,1ZOSHZe-ZÏZʝw'GL/KLl[>;e* N S#Ij}%iޢ9>G$^ZÏZNiaj}$Ij}%is3:$YbRsi}:j}08-L$^~ZNKO#Ij}%i`pZZIZeyګ99>GZOsQiaj}$I<uZ`pZZIR3,1O{>ՅZNiaj}$Ij}%i`pZZIZe[si}:j}08-L$^~ZN N S#Ij}%i֧8>GHL/K^GQ0>$>Wsi}Z>GeyK90>gzYbRsi}:Z $^ZÏZNiaj}$Ij}%i`pZZIZ%i/>稣HZeyK9>>gzYbj}?j}:$^ZÏZNiaj}$Ij}9>G>GL/K^j}?Q$>W9>h}GgzYbj}?j}:$^ZOsQiaj}$I<u`pZZIR3,1O{9>G>gzYbj}?j}:$^ZÏ7GH,1O{9>G>GL/K^j}?Q֧$>WsQsi}08-L$I<~uZ N S#IRG90>gzYbRsi}:08-L$^ZBQA0>$>WsQsi}08-L$I<~ZZ N S#Ij}%i/>sP9`pZZIR3,1O{9>h}?$I<~uZ N S#IR3,1O{>cOqi}08-L$IZOsQiaj}$I<uZ`^j}ZIR3,1O{>>GHL/K^GQ0>$>h}~ZZ N S#Ij}%i/>HZeyګ.uZ N S#IR3,1O{>>GHL/K̿ZOsQiaj}$I<uZ`pZZIR3,1O{>9>h}GgzYbj}?j}:$^ZO0>$M/K^j}?QG$>ZOsi},Lh}$I<~uZ N S#IR3,1O{>>GH,1O{9>G>GL/K^j}?Q֧$>WsQsi}08-L$I<~uZ N S#IRG90>gzYbRsi}:08-L$^ZGQA0>$>WsQsi}08-L$I<~ZZ N S#Ij}%i/>稣HZeyK9>h}֧$>WsQsi}08-L$I<~t9>GgyK90>gzYbRsi}:08>$^ZÏZNiaj}$Ij}%i`pZZIZ>j}?QG$>ZOsi}iaj}$IGHZeyګh}?QA0>!%Ij}%i`pZZIZeyګ9{⌣Niaj}$Ij}~ZZ N S#Ij}%i/>RHZeyګ99>GgzYbj}?j}:$Au`pZZIR3,1O{9>GGL/K^Ou`pZZIZeyګ99>GgzYb~ZZ N S#Ij}%i/>HZeyګi/?QA0>$>WsQsi}08-L$I<~ZG$izYbRsi}:j}08-L$^~ZNgaB#Ij}%i`pZZIZeyګ99>GgyK90>gzYb֧<gzYb$^iaj}$Ij} N S#Ij}%HZeGgzYb$08-L$^7'>`#\y8_n?]wy.ZZIR3,1'2{? gyGЇ>t^q~> S#IR3,1'_?4:h}GgzYbN7o~g6"5i䮻 YZIZe8qnF:Z$^~I&*7ZyIL/K HӦM}\rɓO>@0>1IZe$bԨQW^jv.4iҪ#̙3oছn*2{?>gzYbx5]vmӦM/)//O}IݻtRVVvo׮]=zi&N8t:yv+ճgp?[/"Cߙg,LO#Ij}%3gΜ޽{W^~ح[Ν;}9]۶mjݺu꫺t2Cex…ɏi}'5͛7=ߺַoYHZeŌ;ĉ9_r䞳]Ϟ=m۶dG^-[|#iUUUK.]fڵkykDK9r1 ׯoD+--=ձc76t͛s=M6wK.+.2@ZZIR3,­o֭ ۶m;hРÇmժUv[zuҲ1cƼK>u,ͿN<{kv:sp?ַ`mvExM4<}䍽guVmu]0/>$^X/C"5#g t)Rfm޼yG}-Z(痷hѢ[n I/8EYYY\$]t4hP7nٲѣãZxq+Ͼ}2$>nLyyy]]]>} +mxZ_򘫫Ds;$5uY7~KKR7;syL0/>$^ر:th1/M6/rM}}}#Z_YYY|˥KCӧ!{ &d8373fLƍ۱cGa +71cF?TK~W:uZ~}[WTT]6Ž{Μ9j}_/^Fձcue1$8)|n͛Mo{2/ZGL/KX[_ݻõ!y%L:55oŷ?M4ESm۹sg9s9S/5LQUUٞ={2̚5k92}>|8/ܸq_~s>/BǬ57fw ֧$>kt;wnpy1E9_j}ӦM2eĉ'Bmmmw߹sg1?K6mj9̄k}K.ׯ_N&O_>.?=\|ѢEݏPQQ3 ;vH×,YAxWo… 4(q5oo߾3f͚n?lذ~w3AM9?\|M6SHZek뫬:\5o޼o޽ +(Qx NO#Ij}%v/V#_~E˗g,\0|ٳS#g<[_ͪ8F=[SƟ(&k.\Ə.=ztWJ3gK}zi}$IN7w܎;k닃RB޽s۷oϞ=;wܾ}{CCs=vU /a:ttYwS/g}6g3gNײeԵ+ 7hӦM#Z_- +e˖/@HpRn޼yɒ%ӦM?Z_Fş#.E6_/wСi}G.£t!9/0 ֭[W̑Y__ N S#IR3NW̗͛Etŷԙjicƍٯ$ t%\m۶i}o/~qrW_~pFe˖g +3gΜ1cƴiӦN:y䪪*`pZZIZuJ 6&2ϟ߈שSŜ_,roM1cFpm|cj}ɣ +߿?V`pZZIZu*"Ow[gMܹs#Z_œ9sggKf]缈Oo5kk1bD">}z;?֗<5RGgzڭ/zaСSN]xqgO?ڸO>k}Vf$]%?]V>iaj}$Ij})V\y0qn}80aB1(f͚:Ⱥu/4iR-Zna+~|3lܸ1 /B%fΜۖ-[,X0{f.޽08-L$I +}arqۿ1.^6ZnW776=w6%̝;\xq폧ifڵ>iaj}$Ij}שFeˊnݺ^/ܹs3f8p`'OgzYbIrZum}^m3bĈ7wվ}S">Zi}$IĀe.lݺumm-[ޭo~9LǎǍm۶ÇZ޽{>Zi}$IĀeڵk|ѣCJyvewΜ99mĉݻwyUǎkkk?{۶m4hPUUU97ץg2dHK޻w8qq9|x`^ZZIR3,1dl} 7n W͜93d֭q{gSwuU۶m+֭[.O@NgK.M^?~C+[|y}ݰaC'L?|x!b 9rdݓWXѵkפ%Cb˖-{N2),[,9sۏ3ƿ N S#Ij}%2oٲe{.dqƥUjŊU555 +̘1d{={&{CCs~Ýĉ37Kndo#aРA\[Ǝ{owӦMo֭[?|'GHZe'i۳gOjȐ!%Çd^|^C&N +UUUŏo߾]tIq]vr_V[_aʒիwm2/ܹ3|֭-CEEE[_6mK(3euѢEW֗>$>N7jԨ;v;tE3]}}}<|4\7`NuVOdɒ%+Wl׮]򚚚8|ůL;w9sΓ'ON~.&wq~̡unСs|"_-[gzYb)}]7f>/a…][L4pK0 :4ܾ!f۴iS+~Kַ­/㚷nݺ/_أGFm_M|9[_60>gzYb.]lؐpݙKƏznk ocҤI9kX oѹ S 80uAOP$Z_UEcǎ٭/~/GL/K 85Z_CCòef̘ѧO_cǎݦdvJ1{~㷎k};w>ssą-&#f͚5o:݋o}Wٳggy|S}\N $>NWWu}gBZparu9 ڴin9wܣCӻJ &?۷o7Ȝ#[_r[߀R5~|kD=zt|ٯg̘s%0ypZHZeZ_×nUŴ :u*`yd7e˖q< '>ַm۶cm}z +nڴ)7onN@|L_~j>>$>䭯4;v߿?t钊Z ,Çm[resbKfϞ|God3fL76ůQ[sn};v:o߾-[lD뫨n޼Y`pZZIR3,1M>\.[,ێ;µۧ@m[bE;w4iR~*++?k֬f}R0aذaY3/hlժUr­/K۴iS8AFuuu|SKظqc|ЩS1cx/HZe|;p@_8jԨԿnƧܾ͐ףGbolٲwTk\O8qb/$~/p\Rɴ/7;_lٜ9sMW &h} N S#Ij}%ڭoaꄹ ÇƟ!}/֯___^zgȦ>|񴾺i}O=lٲwR#'ZHZe$ՙ;lⷋ]v WuagyUL=\eo9cƌT˄;vd8N[9[YsݻwORիWgǺ=tPHmw"gg]v͜93ƣG|4b4iҤpyrN2-Z$bUUU$}L~g.+ +wa%7(//ӧO]z'"`pZZIR3,1HL/K 0>$>08-L$^ N S#Ij}%YZIZeGgzYb$izYb08-L$^gaB#Ij}%`pZZIZeGg0>gzYb08-L$^iaj}$Ij}%`pZZIZ,1HZe0>gzYbZ$^iaj}$Ij}%`pZZIR3,1GL/K @0>$^iaj}$Ij}%`pZZIZ%;FMhf0>gzYb*S!i} N S#Ij}%&<5B0>gzYb*S#i} N S#Ij}%<5B0>gzYb*S#i} N S#Ij}%&<5B0>gzYb*S#i} N S#Ij}%<5B0>gzYb*I NO#Ij}%gzYbBS#i} N S#Ij}%<5B0>gzYb*S#i} N S#Ij}%v_U9-2i} N S#Ij}%>gzYbZIgaj}$Ij}%Ggzi}$>iaj}$IĴ>ZZGL/KL#,LO#Ij}%Ggzi}$>iaj}$Ij}GRSHZei}$>08>$^GR`pZZIZ0>$>h}$>08-L$^GRSHZei}$>$^GR`pZZIZ>$>Hj}`pj}ZIR3,1@0>$>Hj} N S#IR3>Z0>$>KL#i}$IĴ>Z$^GR`pZZIZ0>$>h}$>08-L$^GRSHZei}$>$^GR`pZZIZݥ>$>Hj}`pj}ZIR3,1@0>$>Hj} N S#IR3>Z0>gzYbZI NO#Ij}%h}&>gzYbZIiaj}$Ij}GZH,1$>Hj}`pj}ZIR3,10>$>*Iiaj}$Ij}Hj}ZHZei}$>08>$^GRYZIZei}$>$^ZIO`pZZIR3,1֧$>Hj}> SHZei}$>$^ZIO`pZZIZ%>gzYbZI NO#Ij}%Ggzi}$08-L$IZI N S#Ij}%>gzYbZIiaj}$Ij}%Ggzi}$>iaj}$IĴ>ZZGL/KL#,L$IĴ>ZHL/֧08-L$IHj}`pj}ZIR3,1@@#Ij}%Ggzi}$08-L$IZI N S#Ij}%>gzYbZIiaj}$Ij}%Ggwi}$>iaj}$IĴ>ZZGL/KL#,L$IĴ>ZHL/֧08-L$^GRSHZei}$>Z $^GR`pZZIZ0>$>KL#iaj}$IĴ>ZZGL/KL#08-L$IJR`pZZIZ>Z0>gzYbZI NO#Ij}%h}GgzYbZIiaj}$Ij}GRGL/KL#i}$IĴ>Z>gzYbZIiaj}$Ij}GRGgi}$>08>$^GRSHZei}$>$^ZIj} N S#IRGRHZei}$>08>$^GR`pZZIZei}$>$^ZIO`pZZIR3,1֧$>Hj}> S#IR3,10>$>K#i} N S#IRĴ>ZZGL/KL#0HZei}$>$^ZIj} N S#IRGRHZei}$>08>$^GR`pZZIZei}$>$]ZIO`pZZIR3,1֧$>Hj}> S#IR3,10>$>K#i} N S#Ij}%>gzYbZIgaB#Ij}%Ggzi}$08-L$IHj}`pZZIR3,1֧$>Hj} N S#IR3,1;Z_(SHZei}$>Ziaj}$Ij}GZG0>$>h}$>| i}$IĴ>ZG0>$>*IOgpZZIZ>ZGj}$>Hj}BZGL/KL#i}> S#IR3,1?<v NO#Ij}%*I<Ggzi}$'>H>R38-L$^$>$>SHZeyJROsTE@ .@HB D1 + +A. rQ!t>LL>]#IR'zIb$u}ON SGO $$1U>]8u}>OLWI $L]Q$$1U>'u}#IR'zHt}ON SGO3]%>Sק#ID/ItI]K]$$1U>'u}#IR'zHRgO0u}$I#>S$u}$fJRg$u}OG^*I]>S$$1U>'u}#IR'zHt}~C8%L]IR'zIb$u}>R'pt}$I]%$u}$fJRgO0u}$ID/]I]I])aH$1U>]8u}>OLWI $LH>K3]%3xR'pJ>$u}$u}ON SGO3]%>S$u}$fJRg$u}OG^*I]>S$$1U>'u}#IR]I] $$1U>]8u}>OLWI $L]I>K3]%3xR'pJ>$u}OgO0u}$I]%H]$u}$fJRgO'at}$I]%<8%L]I>KG>'u}#IR'H]$u}$fJRg;Ŏ$u}$fJRgO0u}$ID/]I $I]t}$u}>R'pJ>OLWI OH>K3]%3xRק0u}$ID/ItI])aH^>>]>S$u}$fJRק#u}OG^*I]>]3J$u}$fJRgO0u}$ID/]II])aHIb$u}>R'pt}$I]%R'pJ>OLWI OH>K3]%3xR'pJ>$u}$fJRgO0u}$ID/]I]ou}#ID/ItOGN]$$1U>'u}> SGOLWI $I]#<8%L]I$fJRק#u}OG^*I]>] ]IR'zIb$u}ON SGOI])aHIb$u}>R'pJ>OLWI OH>K3]%3xR'pJ>$u}$fJRgO0u}$I#>S$u}$fJRק#u}OG^*I]>]#IR'zIb$u}ON SGO $$1U>]8u}>OLWI $L]$$1U>'u}#IR'zHRgO0u}$I$1U>]8u}>OLWI w8u}>OLWI $I]#I]>S$냮OGN SG^*I] >]IR'zIb$u}Ot}$I]%<8%L]I>KGRק3xR'pJ>OLWIt}OH>K3]%3xRק0u}F OLWI $I]#s<8%L]I>ItOGN]$$1U>'u}/u}>OLWI $I]#I]>S$냮OGN SG^*I] >]IR'zIb$u}ON SGOLWI $I]# O0u}$I]%H]$u}$fJRgO'aH^*I]>S$t}$u}>'u}#IRLWIt}OH>K3]%3xRק0#ID/ItI])aH^><8%L]I>ItOGN SG^*I] >]IR'zIb$u}ON SGOLWI $I]t}$u}>R'pJ>OLWIt}OH>K3]%3xRק0u}$ID/ItI])aH^>>]>S$u}$fJRק#u}OG^*I]>]$u}$fJRgO0u}$ID/]I $I]$fJRק#u}OG^*I];OG^*I]>S$t}$3xR'pJ>$u}H])aH>K3]%3x>Sק#ID/ItI]O$$1U>'u}#IR'zHt}ON SG^*I] >]IR'zIb$u}Ot}(A^*I]>S$t}$u>'u}#IR'H]$u}$fJRg⥮OG^*I]>S$t}$3xR'pJ>$u}H])aH>K3]%3x>Sק#ID/ItI])aH^*I]>S$t}$u}>! $$1U>]8u}>OLWI $L]I>K3]%3xR'pJ>$u}OgO0u}$I^*I] >]IR'zIb$u}Ot}&t}$I]%<8%L]I>KG>'u}#IR'H])aH>K3]%3x>Sק#ID/ItI])aH^*I]>S$냮OGN SG^*I] >]IR'zIb$u}Ot}$I]%<8%L]I>KGRק3xR'pJ>OLWIt}OH>K3]%3xRק0u}>OLWI $I]#I]>S$LWIt}OH>K3]%3xߝbGH>K3]%3xR'pJ>$u}$u}ON SG>>]8%L]IR'zIb$u}OR'pt}$I]%$u}$fJRgO0u}$ID/]I]I])aH>K3]%>Sק#ID/ItI]O%H>K3]%3xR'pJ>$u}AgO0u}$I$1U>]8u}>OLWI AH>K3]%3xR'pJ>$u}$u}ON SG>mNOLWIt}OH>K3]%u}ou}#ID/ItOGN]$$1U/UOS$t}$u}>'u}#IR'H]$u}$fJ%L9 3J$u}$fJRgO0u}$ID/]I]I])aHIb$u}>R'pt}$I]%|i>3M#ID/ILGROp%ID/ILd"t}N Sp%ID/ILd"SD/ILG%&$1]I]> zIb>/I@0%H@K|I>G= D/ILGR^K98%L zIb>>8u}@t}$_)aK$S$ pJ$ pJ@$xiۺ͛׬Y m 6B0%O>YC' S$7xkddC߾ѣG0!pJ+'ٲe?]đ}O&&&o zIbW~]\}&N xvZ?_ܹsSSS/ zIbWŜѣG{ƍwA0WgΜG_xw/ @wޗ_~Yn?.wmݺurrr߾}۷o8i֭˷ر㭷+WV5===>>|񁁁xIںOŠ7*{{_o)a _-ϖ>O5v%^1oǎ?/\оܧٳǏ߿:޺us6_|rիWC>|x̙!5/[h򐘗]x_WϷo߾};īUVӝnS^rW,w Yl_`׷~ep ^#w}<{7wUtС~]xѰoY+U;w.wqoV^!׮]_|EWu͛7{Z|iffÇ?޽7G0ׄ]_ᣏ>z>PC;11p7xcˈChunǎ{w,'q;v^n2>w޴iS۷/O]?88ج䩯3{d֮]q-P3y$1o`۶mgϞ?| 9b oxΝ;qKS-~isq/E>7o>/O:8yd~|A^a󝙙sΕ]_O0]_p?S7Gg[vmx޻Kzne˖~o!?6щ:uqlvjk; EVΉr֭[}zz:~1~+ܻwGA)ٱcv@ЏOybgxMȑ#ʡ'D""B~v}?s3T_Cr{skNȹgAIVCSn"޽w+V{xRmڴljժrNqL*u}.69 6lؐ˗X9|):vn/w{qmpŋ˗/[꫞z8.]TrʼFhn)Çwa{޽;3&D*?KCEu(oqlmRT"3/=Ͽ!x۷o77Oi9x7ym?]_,bVRTuwe뛜ݻoOF˼ޯܿ\bI)aFgi8l׎|k3ys(GOG٢M`C;^Ν;{֡:#T]5⇼f͚ݻ,l;ߺu&&&ƓĄ(-vKח-$nųzr ג?"\>j9={1r%u}G}գGO;SN:U=ĉyc3rR9:΍)ayחO=w\_uAy#o&ovwi3ׯ_o۷zHm9H###ybŊ}ݺu3~=u9NMM-y N^O=g`xZѣ%K§@t}شiS~ͮ>EonWsʷ5w˟ȷ_k31}vu⻾zpvvv1]_Fj8%L@>y{sl=j@yU[/G.8|W{7+e>֭[sM`C9͹,ۿG*(仵!9 }UW zIbXd#[R,|j@ &&& C$y%/]v} `Ϟ=.\hp%=Y|חR宯PݐYL=w}.!pJkK^ޯ;rHy˗/?חUB.{GY!`O6gڞ:u')y|}r.p&*oҳ뛙 ^+\x#]v۶m틣a{[ݽ{V>|Yfׯd"qK̩iycʕsBoIsܿ {OMMmܸ/6mufxnܸ3B/~1jI+vw}=??겶UחKHk׮ݻw /o1x䜫 .tdBSݻ)5ě5[sLy^V~,7 zIbX|ח'y3[={UxXOޮѣG~͚5~muod$RfΝ;^ww~Сn IHYC|Zux%y֮]?,ˆ( +"z@wr{<宯s')<kptw}N*_裏xwON "MD9Zu*|v׷qƧݝ.ՄކHd,t˗Cy>חOz.ې//RV䮯}z2KR|NYY<~-1y$->={boY'O?駟|TS]s;^|9y9I+k׮u<[PٺZ={vyfNW뫮Us6wt[vmşjއ<v;_(f߻wo5#t} 9m۶rĜׯǑhvv6j֯_߿̙3|I@»<,{??x`bj[xO@3^zuY_~ʻG۪uV֮{0Kbž|@fGFFt}x>ɧʖ/t^[8445Z .|gU,yx?&zaY"Xȫs]{ 㺾CE$޲O.'ܞU]_vK]_~R.{յ3J8H"yeBηT(] zIbx]_u6\s\Z;\LHcGGGJ61A.m۶-|AU6l͋ q޹ȯ(IskӦMa:DY?7no7ȧs]_YP6 \!> <ŋ̕]ޥ?_$_*PT:k8_Ʒ%z%u}˗/yo(GPu}=]{۽{w`X_ח'2@L"s 15#o|X!'N;筓5>@]_?&1Ψ./ճ|=w_ie򞻾wy'?7]_9'zjϟoodd$/|Itwcaej7n&gDPϋƍ#رc1w{ƿ]ߕ+Wbʟ;jSH{\̪?1D߽{W'pJo1?Su᧣Gg'N]}Tu}=wi6ڈt8z/ae7 :y)'wՓ)_@L(r`b&ƛiE!9&^!#G@se޳quy] zIbx]ߍ7EbqIVW;#o'ԅ<).]_:ww}eB7O$˚%u}<pNYBDUe_ٹsgL֠1 2سgOsO]N&ڲebۼN[)_b~CN up0rrYUpw^nm|ekܛ% ]d^sv =)]_;U#Me>@B;waz}gRe[eb͑7yɞήu*sW4f_=W7/}rf%w}Bn}7~ /~hݻwƍ_}U:>]|NNNLۻg΢SN/=~q{ݪP-*ȗ7k-Wm[DHUy68SSS׮]Y4\$'Olפ1ioԾ͛7{Nν=$g:fے+|iŜU:7*A9|Ev}3|Bl˿/cǎ=z4~Vqd<>~8%L/UOR.1Hwܙϥ]re.7nܺuk{=q^/(ewܹoÊ+e۶m~6lDzxxwصkWŸ ]_NŻ~b;w_-}-;λtft}8%L zIbx9YRw8qDH/[;<<\nmgggFGG㟟yoÇ祀ز?w~w˷x/WRKy"[Y2eNoI]_prcǪUׯ','/;1z>}:E~J#\<̙3NN5$%u}SSSfffn.ke˖Iݻ\]_G?nԮoddz[ryKv}|g\sN @İRuܹ-[._;/f~~l]_uReOvw=511ѓ@0D/I Z=z466gnݪ~OΝ;7>>!~?\=ǎk׮ǝgffϜf߿hǥK<<<===66VQX"ˮ]|%2rkG?ݻwo۶m͚5?żf)aK)aK)aK8%LK8%L zA8%L zIb8%L zIb zIb zIb D/I  D/I @0D/I @0D/I @0%@0%@0%&%& &$1&$1S$1S$1S$S$ pJ$ pJ$ pJ@ pJ@h +endstream +endobj +1221 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1700 +/Height 1700 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 5640 +/Filter /FlateDecode +>> +stream +x! I`!ay +endstream +endobj +1219 0 obj +<< +/D [1217 0 R /XYZ 69.866 809.284 null] +>> +endobj +1212 0 obj +<< +/D [1217 0 R /XYZ 70.866 727.813 null] +>> +endobj +1216 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R >> +/XObject << /Im24 1213 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1228 0 obj +<< +/Length 1161 +/Filter /FlateDecode +>> +stream +xڍVKsHWp10 fSڭUj`0t0t.=wb'QđǽH:)m'E+\8Ё^\_s"eF5t $kSufwz\+Lb_{Wx,kJN7*.&kEXյ5?U6jRw9a +8W{s E.C4&ٰ/]c0@Mm)3x3:6:T)m\i3CyA)$YsUTsE2#L-b b.Z_*Uמ*UDi +9KHǃ6lV+糛=u=3}&::֥!16Z=(c3?U0OE:PF ooBAT:"7IRcKPu#cDEJȒ;TlM=B-X7CcTЪ5("Ťvdd;:Td]ob^Bd\DEcϧV %M:rs}6Vl@=Rz .awІ{m~Fw)E2)  Tp36@JBs) +w0`m9WےϰFWZRK39)M)_`F>)I0|䪙FVOBoěaS >ZS:5|lW]=تZےuUꄳi*H%g[gh^#KZL:q!I!񷮥FY~Đ:? G+OnaY(Bx&dln^tW +> ieON D:@HwQY@HK 3{CGѥTAJ +H$Ua?CiJ +endstream +endobj +1227 0 obj +<< +/Type /Page +/Contents 1228 0 R +/Resources 1226 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1220 0 R +/Group 543 0 R +/Annots [ 1214 0 R 1215 0 R 1223 0 R 1224 0 R ] +>> +endobj +1222 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1706 +/Height 754 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1232 0 R +/Length 63119 +/Filter /FlateDecode +>> +stream +xl"&ϳ>3O<;8r " ȭr +ʡ <(* +7msg#L3ɬʮn>^AgeWWwWUgͬ .[2@aݯtVɀPڒd@-4@~~2 TN~2 T~ ~2 t~2 tj~ tj~2 t\w?ڡmQOɀ*jgd@Mv?z i'P< @z #ɀj'P<2@Hs2 ţɀP< @(l2 #i&P< @e ɀ &P< +xT/#ed@ѵPp`4 qE/-_RogĈο?\yaɀ@)vuIѻۅsg$\-uL['OFKƎ/ɗ3GڣzKiKX,q#[8th~k+Wq7yr/Y_.wW__:iRU`د_tƍ+}d޽wg3fD^yՆ~}aHE Ƶ?3/{lfAY*ֿqŋ/&qُ矓2YrSĉў9| -ܷ/aMMjOG'% Wx +Ox1p`KF +bfmݶ +'ņ +Whz6YOD@Rv0Nge?ۃ~q@#E_};6$׿*jv(mKݻE0hPѣΝ{n݊y޳'…|w/*3ux<KK׻wphpdǿԩ'V+WK[?}j[fN.rKFئ!嗃guF+6DG[-dg_=nt5kKOlڔe/qcv3Lt-wB>$YcGoΰa:MMA>5kkտ7ʻt)Y8dHԩdɴie_(7-O[5XSĉɇ?P@4loM=O:KW\ռ^+hhǹZvm_eʔdcʖF<=7oǗ,!Ǐ'Kr/1/->KKwɧ~8yr+WFg'Uľ6YV3lb ѣdg 7{j1#p~D_GzW:_}Z |xZ)&$Kv~ηnEUm`t'Fݛp@F,y8dm_|,z5$׿ۓgFg.ܒ%m<ӣ֭ U/ FV:3Q]RoqS=r#sƌINa֬ɮoΜk7xppF対m[S_8wVD#OHupabvEV[6ylÇMW3& /^ f.6ֿp6oήƍԿ8SWr%z'uq=|տp@݋vnwT:?dO> {n]mp+w=xcc;w_|ٮE~':^z)Y-|ǓV¦ gڴ.\Ӗ?}>|֬ɞ{\QgYupюeVIߒ%ْ7VX3տNޑ#M6ܺs'kտ~? _|R~[yuV2E?#׼>|8֭[Om/s\yi۶~OO`^2}?k18rd6~O%տٳo/ޝ,ٹ3yӿk'>HZķm[[ѱ/|yXFJ;鯩Aѣ-_իWΞE~ssrNedߡԿ7nܺuɹx?~|ĉxUZ=1aݷRxO+`Ɩ.-gTo0=}pZ>\/[diSPs^znӽ'?ǥ/ ݻ:?r/}ouL.J*W&LΏѻcVr6 &%_β3c s䈹 Vk.ɓzE_.=V&|/֩E~߽{n޼y7sOE_տ{/5I}c߾dsEzjU:#FXoSꫴ1^/i/^d[m/ߚxO.2 @Um[W +GgvQoƌԩwtVkhsi._Vs* 9> yɒGe+\-ܳ'ڑ&vb?O+Xk^ZYw'9hkגw.HO|w+_:{VY R'ÊرKUtx/Nxws5ѥO[s$_+|YpҤ4i۹vZ_iΝlG +vT: 7nD_==fccݽ]CԿbW?Zx_7Ν˖e W)'O1{vr%w_H'{F?_߾ٓOLX?S/?y{Pl'_jcۺvd+-*ɀW=o'+W/ƌɮW篽V-_.lYYmRMl8lXм[>AqݺZ~WWZݻזoߥY,^˖-gΟ>ۛZW ?Jw }9sΘӧ»?Vr?sמ=4$7.Ls޴)zwNѣeի֭9`'0){mS\~<~4?sWƙ3\[? z}yپ|_}}8sf6…|k>[$̝|19ogt`]^wߥ/أ_='S5?x/WZNih}ִmfyPJ?0ڊ+ܼ3տJ8p?Ӟ3JKk]j{ V{ɀ׃oӓs4$5wK?տ9s r/dֿO;7Y}ZFV["Yc%>xP6L>dС5?x?>y>|{?p~ۖoӯǥYOO~ҟZuz ~_6l6mZ˗dĉ+u/͌;ei-Y, $[9ǯku__Z_'eyosm_ZZ5?x/ D4_K/E{,M=k+׆!C}T\__zBxm9rѣ=~ݿ_8_~,@#G/=ȦMыãcrso߾ +/޽jUphy쳪Èu__ݩ+[/MF38PVO>>nmV |ֿ3t;,\2p@j3NԿLRژg@@ տ%ҳ/"7/ߥoæ>|ݹ3ڝ/=Gh +ݶ-}OgKקOڵ1w3fD;Q:_-ֿW b[>..̖CY g/g߾knl[\m„j~.֩uj>ɀ@׿*lk% o +zʖMjto19bEp`GtߢE^}5_Խ{=A~U:R]SU=t اO4q_&OR[^/foڴ$;UY?ƎݷotU'cTtРʷ&sSVWo Y-MtKuN O P[~_TԿ:~_M )׮@տ6z]R]S{gg`Wؿ0eJƀ6th_W?OC<k@mտyW@Wֽ:e@Xݯ"W}5@XW-/ߡ"rOIa5@tkXu`ݯ#%=.2 Pݯ_*u~]+p;Ttip?9zhCCܹuz ubQ +VhA|ŋ~/ߓ?m  X"6-[?Wmwܸ``ݺh߼[\mҤg_4eJreg-/hرf̘M +CӧGp#W^[ѿ- ֯Nurj鵪Wݯ'=ɀyOkON׮MƵ~ise] ͫPkva=v,0lSS9{6<8wpBpWѐ!5/\ܿtݺK,\:_}'s9_MDʀ~~`ӞgU6Rƌ cه#G/T46fԔ޽`Рl߼*6-ȑOv(GqlɍSD6l׿׳K?t) +T' o سvJ͛7w ggg> Y^ *WpWY.dGaÂG۷'}uo'M +fm'x޽Lׯ_嗣s>4*7o&˗-K>ZVbsuKg_i'lK bHbg@H`wi霿.xb~wС +wsc^|ı %iKw)l}-wolU[;aY|qX)ڴ)(7cܸd~( z^,L_z]{_(WDi]qO딟FZΝ]IﭷZyl;K \tN4kl|ך; Ko*Կ+ˮpժd-_ëWva + + +Lt?0wi~2`Uw͊OO'>[:=QV҅' oLN{5^&81><8y2_vPo-|~[Z? + +vԤ>`Uwo[EU/]g<˖% OLM6n\ 7 ܹ3|۶-Y~_j' ϝ|&NuOBB7ASjZ zV]%^x,z gJg]|>}ɓuwFOƍgEiSӧG%~Ç·wj|3:uohlloŊdɝ;yч n/ckۺvȑ?W<ߋM/(@+jXW+) +*i۷ro޼'oҤ~amlž=cԨVkPZ7L -_'>~W/Wc3 jUU,^W+wxݯ +w*|޽ߥݻ´s`Y&UÆeO˖=%lڔv-xlŋ'wjUέ[W.Z4pcIߏ>YСW$}AT  Ֆ()u X҅MMMᇗ.]?zjB~'ѣWѣhɕ+3'ҽwek;W|;}zU4lX.cZJ/RODwb_CChyz{i+hy~RFGc]q;׿Ç߹s'^x֭C%njj+ܹٙ|c_]-_|xnk %W&]g +kg̈Ћ}a]ZCC0rd4ֿcǢdI0|xt=O~ ё6d7)1m˖%Kҝ7!<{Aw݆p=djzfRt?A#.ƍnjjj<~ĉjAq=۲pвD_|x\vla~Çߞ=>wdɌɒSʾJZnNvgd_V>ɸqm|$P˿4ֿ>տɀ5@t??鏎Ǻ/1]-qltEǣ?zS޽_|=ɓ˖?1:Mpi+=|GV۶-de1Y>o^[ߍɒijzOosڵk#4x~R,#~޽{7o޼|riQK?v OWa,h}7=ly+]iK4筷ZT[-?q"Ye+-YҦ7`S6giϫ-/񼢬]OK_+X`MMQWfyp_96c*_:/&Gx7mZ_Tc׼=F[{rVwso֐{߿*4x?k={ֿ~#wL:՞=},I'w*Ks_8?,q#`)Hj˖d/۷V^=Y~_w/ܽ;[8thՇok;uo|K5/?3v]e@S*Þ޽{?KLcc|J˞3Ϟ|F8-_8͞iS%M Snؐ?oɒ8>7n\eYNLv۹3Y6?u[Zs'o3O +d@|VWw֟"3gɥ_8kִě5~ꕬhQ_8'O]ɊտpWv-;;p+oc*^wU?O~u? (X!:"ΩSYl=z.\@9eJ{Vտp&ON.{r%!:Wf+ܹl\v%mfeWO45er~_Jx#xMn=|=uwgZmL2 PWm6:X}ÿks* ?j>p`OLZV:4z\lq'F j+Z6FB_ܾ#GNvm;ߞ=ɓɚ!N%KZ:޽ K̙e/,\\tXɇm?7?l83`?[F@3 PDk^._Btݹ,m>Wg& L)[ydyi>|pnrСʱg=7Nֲ] g]`鯴?_?O.=p =;:w֬|KO;qb/PZI.XPIRU{]aJ.}イ nVRJSm%`?v5ҟ1 D{z5G+ֿ^#y5%ڝ/]!=%GP~dݻ|uЧOS٧roOi gÁ_3`>e _9;fĉ/0 :ڷ4 3dHtK/U j]ܞcGk M˖ׯ}_׮?}fY6T1v ]lQw̟Oॗ:竬^\vΆ :+V-_7sgÇђGC5*wZM`+jTU.wu~=xh>r+ʳ}JZ~/wL}~_޵+ 1]ƍdaY¯.TOlc4@jktCKX,q#;@x|3`ɒ7.uŋr3sf0gN=jҗ_\Nv%f͊.C0cF4VE~bx +- o՚5AQL > [/_{GWNs ǎ-[~ֲeO,BotCS[)o RUPtg7.bȑߧNVѾy9ᕤWpa믳Æ?׿=Ə|=:zGM*|b|oQHl.=f_+\qcy>}h3ǽJ1PtzEmZo,t)Y׿G_PZ.\9V߹s=;w|;q"𭷒݋=='>7жm֭O}fΌV(S~ oϞvhs5c(Fu}ֿ޽ڻŶnZ{_~  혗Rdʕɒ+gFW|7_۲%92o`Xzlo|֏G8dHWݻ~5k p~6ֿL7U ܝOlc4@~6}}}?7o>ڵd)ehkll1;,)^i6|ᅲw|_lcGx̉n@JJmjJ~4K_+^Xb_fmڸyz5Y{DӝOlcd@ `vi\P֦7qb]g>ɒ&Mֿtyrlߞ\bEopٲv-7׿㣣+߻7:"895^ߞO?MjO1` `?յXNzݰ™2Wz>ߑ#驁I!w +/='oK@ֿ˗x }S_[so߾ʷo/ݹֿ퉿Ҭj?18OsԿVVXz>7|Rc[KY,=6~߼҉?ɊT9[,rB۹3Y{w>-ֿܾ鷙%R Y G~`#jvi]/WRJ=k;/ֿ;J]iG6oJރkd;NT!r|5*YrfٗH<|8[$W ݗ?Ɖ1F(~6>ݞڵjqc[;gɒ7 <|Vp-[K񧄓~V,_eI[$ʀ3gf{ݽbÛ. ?+~És/)r޼`Ѣhy)]ޞ~ʖ/_~ +dx'chW@ڴwx{_t9?eݻ+׿pO:,=: ZA2+.?7pÆdϺu.]G.NL`#jv:+gw/_Ja }$Mpb5*;QozloxO)xhugO0eJڕ(z0'N[֮M%޹տp׽{:7nV+v_Sc uOd橫 ^y`Ĉ WO~7Vtذ˽Z}m Pt9vltqxip1sG7t!ţGgKÇG[<}zv&V5 Ƿmm6ݐ?@3HVdbψ98I~˖~cÁt`!'='olp?OcÁ?VwO,ج]73gӟ1X:57Mo-hL7t?t?c1 W=O4FSc P? Ot?cW'#g1 +_4@ctvO+g1Ʈ_WN21__L'cubuEQd@18_!7K1_ 1ƘPUWݯ{ hg1_G_w? }OcÁێ#O4FkwA3p`lWd@18@kc'SݯOcÁW+O4>_? t?c1 & hL]uέ2 ~c H_? И:I]Q4@1˟WO4ݯK 1 Z1ҟ 1O4Hݯ1_1H=Rd@1ƴc k4@@WO4_? t?|FƌfذoߞUcͫc[wםݯ0O4F_5?Ϙt|]`v^tV_vcF2g6/;o~ҟ hL_?Ϙ[ LW8{vwVmXv3|)czd $i@ҟWO4ҟg:RΜ:5X>ع3W^ > X6X2x`РӃMcg̈wl)S``Μ7it{T^91 D7f _cDuF/}ƄPO`Ŋ+~nBZܥu_}Ûr6/O~hL_M? Ϩؑ\tBv~wGa{%E?()S_w۶7[_moˮߢ_:`@vކ?<c_|1[/+lߞ]K?W8p"~]' +o{m˥ hl2 H;߸qٝjĈhI+>xP Ǐ͛=y߿_m߾ +ɥwW4w?co +~}֭y0wڵlt_Ǹ6/O]A˟fקOv;6Z2gNT&Nٵ+Y!n97=]{Æed#vӷ dIj„ +719v(}Yr;c/&ކҪwovNet8{?AO' 7mPvJ˙۶?g ~'f Ν;ɥ.e˒V_SP7dKΝWp,_^c[U:%.^-Lw25> I, sfiV-{ҟi''LEoРn6zt7]v숎= ^=y(M;x0;Lxܸd^w˳҅ǎUo8\:ujK>4[,Zg̲G7D?d{eW;p`֭|;=e+ ~'ggL׿sU]{мCٵ͝-X|C`z6ҹ|ܜmg̛;eo +_댅_8ۖUWO?O3Otw_}8yrqc͛W˅֬9p|KbKlILd)K02cFKI.]0ygt[Uf^Ѯ|0J|+_iozJߛ7V׿Y%'6-Ysg9~I׼v-J +|70qʋ/\'͞^y@Jb8QOS4@#2 1T>(JX;wF.kWrzx cl7zt~p%~{/od7[9ޝo۱#hhRa 8]K/vo&ݹ&`rUe?E'""jG|PEaO Q@` AHHH$HĄ  Ho{W]}orrnUzKj|s=V={ڟ348G7__]muu?&eW#ӁV<Ȃ }٬[n]0 y%@? Â/^}?d*o?7K ++wv]8tݍw؄\WXZ[wTɉհUW==ecFce0_|;z^{-ۼߧzjɒ%OL\ s?y?s.eWv^gO=>q'Nܼy7شiӐw߲epvO=zr5[nŮɪUM-o~󛃢p:y뭷~>??''g4ɦe A`/Ofx6s掴. + V ӦRx Pmwdg=dgq uƌ[OO9Viyv%g$-빴/w K_2Mн8׿>qtQG_~DvZmӟv_z~ǎ{ꩧjSNu˿ոMW^yp ! .1~#~A:hSLlG a? 0 ð*}< ߡMfdYwG y䑣)[.gn:䓵m7sLSN3g΢E35kָoMӟb'pUW'붿rJ?nf܇LyY|[RtC?D9})ٳS>27] `@0 p)1 URrI'}sӧOh+ݛ/}iŊZc WKuƍ5'l裏~[|駟ŋ8@^{O~p '}rE[yi?y}apҥZr9眿oAwexw[ĨPan:ݽ~ڃR~֪;Ts~;O^;lӆ doK>zhO>c9m__:X4;Bwiܹ&~0@0 p)Jo`,;=㎳4)3WW^y"#9~3|q4M!-Qw9S `^veZri'NM@oV-я~dW@|`u +s1$(Ǎg dOqN1uGK_~9Vzϓҿ/V^˘ Iǟ}vʕ.K//Bm"f'K#b?0 0\=8Hnz'z)S]tEIN9s[vo5|=Zry@:S^ _^|RꫯA6Kɱ`-?ʼn .I˗k뮻"Ds1<ߌb[_]/}KnK˖-ۼy 3FO?o6 78yd&DY/x 'Xj O^Xx[('5a[Q v9sWϘ1Co&Z7?~y?#{ӦMӒ{(եr}~_H'?IoqH9/A0 0 2t߷38Íh+cYF`Tv7+Vd2O)rP-_tw}^_醖̙'tDžtگKl;t~_js=˷yf@z ;q3d֬YvÉ:e߾.ThPdPS'sG?ywU@o@?ڹ瞫גK/ݣ;rwqڇ'OU;8Sѭ&7-wW#A00 0 $2KdF<}wb3\&غuk0Y7G>%زeMY>1@ +DׯqOzk'NK.$֮]ksɢ 3ӧgqtM1?~]C|{wwvmV8[`[pʔ)1|m#8B_|Řtwƍп5k$ 'ͺ3ǯ⊥K21 Cad g.>o|?<&5VcM܌Ykm>/eY999.ԧ>M6ƣSL;MY:f({6Pۘկ~?Zs9ZsWS֭I/[BВjtFQGY'C,3,22o?~p? J14`aOf0=P@%bҿekׯ&sSWXQ>Ջ/Gq|Mn=c %ٴx?HQƎ{!xFtMU0KܸD׾5-{b^yhVmܸ 84L23u]nG>--LA7λ/5-Z$iaw!? @`@4Ѐa3ѿ`Xn͜9S O8-D^pڇ? kU,T'`kh]%o޼yV? 6s6}Meܬ{'Zb>}]ϭ[ȒS3ho~yaݨYfiYRcoxϾ:b6[> w +%oa`@\5!? 0w?g%OlaC\/7ys'O|=Sf~ۊswW]ufii.U^Kr}m]Ov7M86-]Ԗדz7pÆ we^x`ʕٳg[G?&Lݦ e0|P~yl6&я~?雅_J͛nkga@s\xDK~yZ__\O[пg}sܬYxv~? C`@4LǸa'> 0&L_z??cP]velo~bzW& N'oZX y{1w4ڀgy +ݶ/[θqbV83$߆ F4K<O<$C/_L-ңgA\]xLa`@5 +a8)ӿ:*Avﭷ޲6s֬Y^'|ՙms2۩y|5'ZbiAN:?wVYg5vXE>LEHab? cP0 ÓL}g 6;𫯾=U}׮]SO .ux≗_~95kdw/il[N+Vhx-5&|OHgzwze˖ #'W'\~} +riV}WWYӕ%K:րK*y?/]T: }xGb&?޺`6.\xgϝ;7p31"`IlvTHLPfلb/ⰁƘ1cN<ĩS<#and{}0 `rBq~{E999cƌ8#/袇zȋ{S ax)e k_?p?Ⰱ9xƎ;~[neƍC~ R1"`FLG nݺx k>?< a`@6' SLy駇 җ1`F̤%`l=S3~&LXpabdKSpa~ ~p?0 s>/I-\p!i4iRa/@p4ai +ab<kݺuC_|qNNnYpӝ1`CC"3mܸq…3f8s;>B0 !3'^Dp=\Ohm]h˖-O>ٳ/袓O>gx:ׯ_?<3adZxY !R<$ }W\q<}FNcƌf}CuK0 !9/B- CV\9(7v9Cz衡AXQ0 2]\D 21p۲y;?g͚裏kO>dbկ~uƍCŁ.3adxL"_f?0 [f8l1sYgM:u֭ V޲eKپSLI`@ ~x% lG( c șa3 d:0x y W- +2B30 $@b< O+))pzk B5vUAA/}=a?0 ~0@'A!xh===3x(۷9t#˃e'Ý0 " 0 7X-M5777}u;۷_XXg!/na?  ~p? `fՕaEg@BPIIIcclEEEӿ_11 ~? y.ypqUUUg^5557T) +`0QHZPPPYY)GOD$[GH;A2ivA_kkNr~~tCDBHWVVfw:ZhBVr1\*HlwPOt@#!/-<ap?xąKkjj ;p[[$x76??کq566GD"\jjoS4u9XLR;˥vP;}wǮ.w;5]L13˕e=0 ~p?@3 w:::8F\jq6AH(jnwtEddk}}}KKmnnNL씭zF-2窷whПt&_ZE*ht4' /a?  7|7hUpo<'5 + +YnCX_@NᲲ2i3pgA} 'vi/[lkii-51Z-//M(VMוm8ƼYxx!nepy`AAMuZKLlN?cwV +jAeo01 ~?`Zc@hb#Hߕf`*?7g6󫪪ѨE3N5iz|, +i:qE:s;7ؔ.gA.!t蟝]#644(ot!lnnv3r__01 ~? ?/E@̲+y&&_b0RbKMH$u[scm +sLEQ7P$ߘ2tY\\-`Хs2ҁnaap?.췩SF1ԧBܭ]7qY2^8B0;XLN:]3篱>2WTT€nM?cuuu :osQgqqKe~YpW` xYB;%J^J)XLEA~~==x}w_$'O6Xo-y]>Qlv2y]SSkkku=Z?#rXܖv:Xg3^Ѩ4"7yUEE]'ri\" hjr `"]*--kuIZD"67٥vMt't%,oW)N +JS+v".qen0@ ~п48F0@ǣn:p$\\e=Yo: 4A@Jo| akpb;b:0o=`(+ +ӿcGx8dSv[ROo?YÙq1 +V]]_C5Ya B*d[Nw$4[5@ŃXs-? (3Ur"r󭪪3r?I5+ޖs+++LfSSn{H64VT/0/0>!x. dRSkݐ;᜕A8 O[?ѣŽ]=?uj`pGӈ} +`?U}}}YY.d+/ɳX4IeLDw{SkYQKsեfrw C_?W3mtKzZlzپclg(R:G6(fɾ%K~gά[_v睵蟼j8iMS>3vNڗ? iN[[\?|Uyy87Pn𧨾m/V*//O~r1vb o1  п7?G=?^p*Yy~~7*B|O=w.XзUwCv9yIlQk݅sO3gVW_{m$2wε+-ԧx=(NO +-)F!B!:RK0Bp?aFʅv_[[[4 G + ȝRjTʣ Ә:. [l~g/Hħ^n 34^$lG п /,[TVv'M1ԩ(랡yyyFnŠ[҂11 ዂq`i/AıFT/ +>U]p~[o oV\Wsп -\gzE Z;(ս32H.@_a@vwKCiۃĘ'20/1Sc 0( 7R/xsSFZF+\&hoꢯ;ʱ:=[mnM; +7l4uVxڽ(lj[OOv,8wnMuZZz%X ? =KaSǚbj"sw Ҏ11 R2wd_ℭ᦮P(dYEU۲_/ӟ8q=yvѢֲ"vZ7ݴ'v97m b9vEw9虿=+VGsO@]"c?{綾Z~?AxMNI֬;FRe,**ˉ%siiiEt ٬a"=vE3xn!܏a_? C.VFN4UDP/TacZrE[?Ow?1g.*(xG[G6lh 6[mr^~yIo$J?ҿPcw Pq? 0QJAH_ѿFI"['&]V~~ï9UMM;`/k}mI +7l(߹o?D?5kv.X70_ϥ Rwueebϖ+?¦&[!MN@tV.W5t2pÇbe/J %hVXXX\\N8#f6iOǫ˥ַ3|?s[riO}g[8~3\f5ߌ/w}{>O6iRr;yr̙USF.te\{(((()))** +~pJ1g o{J[W0ydq!0 wAE B;z1[o{=|XKJvP&ókUZZZYYW{2ھ}{WWe ~?N L9ۜ;+[o80ڧf%ngx\w uY,8w1 # $Gz(17;%3{F?emޞ`쨫KhzzzLNp + 0^($/coQ$g/Se89BR"??_zxX +0/ L:if Kwa[`3rss-3{ssݕ[o! +i ;niilUDjkk'[rPvr}[\\\QQL- j/waa/?^Иtq8AApJ_4 n꽽򶪪J^n5ꬢ&jW*تn,:[Э#MyGRR.Njn 0:1 PJ1@B@1ip2ŃwyQYYjNT4 F3۫uuuZm@f\zBPSS;;;kkk5ΓKiH$bNU__$mNb0!#z{n,1'ap? sP +?`*#d =מT^^^QQQqqq(m5}rٕ#A_7 ~?0OMo<zh֭c/`> }4K10 +G SOqg@ƍKz衷zk 0/fa_e!Z =7·0܏?%搧PrG ?w@1 !`㐧Pr; 6 p _?Aa|a0@  !f<톒I&36 p ="/}}0@ ~!퓧h`}cN2%o÷. 0fOvɚ5kF?^!6| p>y&[lYdɬY&Lpq9iy)ZHC0@ r@p? 0{8_~ƌguָqig'Lz*C?b0@ $W%vbV\<;O?+bM{G0';S?n ^m ap?BB0@4X%Xoܸqgu֌3.\i&wSǏkIŞƃ?~D0@ @p? %O<&~0a¬Y|ċr3fԩ񄒦!, q^Qa~H?<pH ,;wʕ+srr 90 eM|s5F˞C<1C0@ ~p?BB0Q(*///-->:֭[ gZ>>7 ˞C14n*2 ap?FC ' r@-ooo׎BvUAAAf;J^IYYYGGGggg]]D"&447/Kq!`'1`nnnmmmOO{H$ѿ4o߾=xI\jjj},//+"9!+o@KQz!ӿd pBF!10 Ps?0ammm4ӔYھ}{2XcJ* z6&<؏X_SS0_<\xb`0@ ~p?tћuuupXљMwWUU +JJJd+**ҝuttģHL>S+lp>z;U|u3!&C?b0@ۋwp?h[pZUUD@yyyWMM 6+RA & + R3HJ;%P6uG72h`yg&]<$!1 xt` K#z.W8ѿ $UVVjb;"2cqE677'vVXVVfjjjFs;4gL:`[[[-Zώ"K_EK@ܾىu3)kiO C"g ~pDx 63ЈPpo<'5 + +YncDr2iʢ YԙS%on ch6;պ-jkk@ZZZlGK lq.s+..v +igA陁2wzs7\)p@Z!1SHN6iҠu^J䒺s`7ωd?b0@#B`!0sڎF<7ΝI3̂j+--(>uww[;:]WZӷp8hyF ,F\VPP+{k6(+3vW__ouPNP:έVHYh_$q l uupUTTբ(o<'!1 Bsn|,?wa:K᥊FHf;6//+40|, +iAc۳w:1 -fc1/#B`/aÆ^zˋa +?7h-HĖs!!JSv[# SfWۆCb0+..S0?/WKbgTAu>l>|1> @?BS?ɱ(^z2hOggg8B0;XLN:tՅ*f_c}e"0HUֱnM?cuuu :osQgqqKe?7v|X aҥ{"Vv1 +C(eU|b0@ C(S 0l2/̙S]]<շ.)ʑqKa)&3n&*))fƣj72bl.Tf%˷[԰F;:0,iY9I1e2]ƽN[.+*1 Z颻$77wÆ 7nܨI"~$Ib}Ҕ1?7FH]]]MMMEEԹ/k4^[[" $VMLKVc.IkH&ҺϮ[K,a7ʼn>'׷r"rʖN߳6ZyyWIUiM,gaeOOr"m7+SnjjV ,-WkW`a0@ !xL[ܹsϢ +?7]El\ORA9Om\]%<ѿW؝7w'ewʇ\۽@ku3Rlk)!C80@ ~)袿^'|R*oѿ^Z]]m3Lf*JtJ@vmsZ~R/ HssK;"ByRʥ%%%+++LҦ2qDQInb^mS.\{{R4z$m<#ة@! ~p?@0>#-<; rssCPQQ.ۄ֘6#՝+,w/+..vIk)/FΕ.uH?񺑸Ҭl ++V:J/- (x"`'u/Zd8׊[`0@ A`GWÐŞ,x/4CWZqV ap? Cc pdu7GgggKK;ŵ"u$6C Ap?Bp? ITjnn벥{⯢.ap? gC3B`{B2v{R%%% {" ~o? +!p ޓ qeE0@0! 0B/AA  Ao菑! R  ~o' +!p0@v4"/\C`0@! +B?`1"B(-|W_;0ߠBp?`0@vFB0@  +!C0@!bAppTF#+,,lPnnFmmm| +*++/ Bp?``@ 2ÃB(WQQVUU +?"j^^mhhMMM򺠠@7Iχs9S9V\Jq&? u0 BړN7 !34%L韱Ad:V$/䭛8C韛HNJܔ5557Xg~ӨB韞<+KY蠜K 40]HϷ-N;0UQQ`#SNހFѦݵDpx+B0@ . !،kZj}]mO 34gau.jkoov4ڔ}HmuzD,T2yS'/g{u`XW~#{F\[Z ~p?2}@8-H% +,\p@#f#E4Pv)Im \eAut]]]N^n 0d[ʯOM@~A.:v+A4LO0'c`gP8~*{L˫D"n9A_<%{A*N6GذH?3RQQܗ sAAWthd#{Q6O6f\Z4]MMy +򻓟l 6R6 mJ3RM~n҂{QkW/WoyL*M +KIy7wymk AҔ~p?㹮VIZTP.,2*hA'ڈzFڰ/1sWsF!z{{t1Cnҿz5"8TwrRa`peu_nմ8xZBEE!D9P0q?`pM裒wCS~TǛo5@ 0 +!Uς[û&pI5?kP~[,]E.R5R B0@a?B<9m=Fgs[@ʳLx}ڟ/gpE)侕+s?&'hlκxhW 8 ~2ojnnv|-#õ߻ܨ<72փu} K})UnkksTnv K짪s9!-7zmk"0 J#>CTɴcJKKKVd;4.Yq.i^[@ًI9ݰdk@5pb" //UM{s{3,'; pUQQa+,NʃZ~hԪO3fﮭR-UC[NO57 od!T򊊊䉾80gC%XdGb9X)z`W̓Ifqb6G ~ReGUh[H4pnnE ? J Õa֬o?!n0@ = wkAYݤxMmsKߣ Ƙ󔻺N!ZXp!`?n!i0=H$^۷+sU__o@UMMMccc=t8֐nX,^Æ===---8&]h}m p@FN  g^svƫL/{Ly{xY4XRR Sy}p&n B 0@7  ~ =ɱѨ%M yHʖeGAW!~;k۩j7ǖckFΎ֬X2 %&BpJSE\uvv*]#H$_8N\PO*|C0 ><Y3TEEEV=;iZtSd2R H^Mĝ@?n !K5WQQYdn\%nV\-WvF_^^ +=yma:kSSַ? /)W!ۀ~:*MrW444ڬ^vПjۮ)}zY?4ψ#jjjۙeإڎԱmu> 隄zŎ U]]]h4{0@2ƹcAa?>B\nmmmjjrR^7џ oG!`0@ !ڭŢ_jDB0@ CWP?}iܾoz`}"2-# 9\m.D<"]\nA! f C 30G#4[ B`O $Vп!: +0,|uA;%@W#;*qK&䋄-Bo'+!py+BFvT2" q?E-!!Cz\d&n/0@F[Cf6 C@͕555hMNnxuBPeeQ)Q;h`@l(\!\<`f@p?RUTT477wtttwwUUUH.//O644릦&y]PPnyp蟜ukkW.%Ҹ\,30%30q=@!{$7P`lKڑG MMӦmD"fOOWظ},~B{U`X@rm(77WH$2̖֍8툐!Ct߮.n<ŀ|!!LGǗ Pq?U[[BYYY4 +]]]۷oM RV7HZoll҂4([mm$:ҾT?)-\}K2s?Vh[ۚv,~)K7\пz`=,//J5 P^륓i-H\~hh 'q?A!`?`p?Rj[upoo[ȮQI644X'w 蟔ry;vҔ.i/xI[ZZ0RoP(LXXX] ;ģ:"BBaGRJY\寠@!^uu(SnfOTTT1 B8IoOR> I5T'$I VI8ַrh(Ϧ&Cjkk^%Ehv`9zԡ7{@!{ Y%%% 蟡\-(8%`J *%"y!oJDuuuRܭ7Xg~Өo9j_EE֑TFY1H1@|C!|,dp?Bp!Vpk0Eaa/))1WVV0Cy +ܜJ\qV͙;nh M۔}HmuzD,T 0K#,X@~P?B0@0`?0~8E]R27qnFb)KLYʈY%Or$6f.2U:Q|d/}g$Gs7mw鰜Ц*őC+N;?q'Nܼy~xM6 y-[ gz{ޣ'.W-[욬Zݴh"-79(w {\sM3??m4BB~e07?|]Γ&̶B\H`b_nn6"}hjjt`韻žK4 +Q^WWs+&K*ݽ9Ӗv8꘰ѓ{Kb&kVI?tF`_QG~]V?=W^{챣s8SSwj\+RoA?`viƿB~e7߼7 +Ѩ7ݤZec_~~~[[[be_:{tI$?9e+Z\8촦% +۾}\Bk ;S(pVTThpG4kVz#ؚ\o]>o޼r-r.\saC3@6JA{QYzM̄=&YcIIN6fua@K4orvvv*::,dkB&6ډɒCƤ˗/7ToHI'$?M>ݣa׿uoFꗾ+Vhc=68eK/խ7n<3'|ѳ>:_>uT}}駻o|Zxby{}{?ON8w!|Z^K͛g+ cK.Ւs=78t9o ҿ.̭ەcҿ3fh_9ٳgMIb WbQru̙–-[:n)!f!-Qw9S `^veZri'NM@oV-я~dW@|`u ? & @8IǼqr)wAohN;̜9 BaLAC.7xxJKKJsh۪MC[ZZf2$WCYKzu5۷(HGpXw1?im1IB'Lѿ[xbwJT]t?i$)SN9E֮]{[M_>x6{W}RTz/| ZxKɫ*Ӓ~,%ǂ K'.\&/_ծ:M|1<#I^~ZbmY/җ:ץre˖m޼nj${ܸ;)3g΅^NG}TK#vC ϟ%.1i%v=|Cƍ{=cqKA! T' C(rKFڼ D) BJlm2/??_t1G,ɶURĜ ?]DQ韻BNMBۣѿ<[g\cY̦:üY2OҒuwW%Ztw}^_醖̙'t|{s _A&o7oH/a7n7 w֬YvÉw}Kw_wBJ&ӿ?\WUx{Mcl1wH}}kww4&]fش'?Ic }v}K999.ԧ>M6ƣSL |G 'MddLͳ{iPNH߯~+ypH}_>\}տ:?GF,uʨ/:(M/P<@va:?1~p?2%E@Y~~}?}`UUM޽Xn&ǺUNP:$=-Cl+[E%M#!nF3cCJ +;`cl}]glq]u]w~}vy/%fo͋:t:NQ?pzƳ̊ґY=Ig{L6g^0ӣ9IfiQGtRGG]MyvAMPJr\38qvvt*P ͛@L'RH%J8/((hɃnh4jHCCC/I7L>eNj/H6lhv +jժ{4w1f̘0L2z֭[k qM2@?r?k~ϟ/11Q6/%%СC@ZZęuuaIK>0wڕ˓܏ 03=ꇛdv&5FZjIITTa}W +͋J=ܣw]FG}wL2R .tvk۶k2&VU:%:أ~3F +0""B +GhOMt~vg`C\r޼y>|2@\ ܏@:݁89e.M%$$Hٹ;.cd٦<]nt8=RӿRJ97jHw&N8wΝ;k%s (47뮻έv_=zՇ ڍ׵ۯSƌӲeˬ:,+WޔúuUZ!3-[ҦM0lEzdFآE\\OYvo,XPZ(+f˗~Wvڿv:u#8oNf1by{5~͚5{=ZJ_>ď*$#3#G;v,!!!ڔз-99ټ9+1v(k׮V9?еۯ#sѣˠw8fa1DcEU@Y@2m_l@c֬YZE?ަ:4o\XnvuhҤ9L>=O?; 5\ pϞ=NJKK;sѣGND$&f~>K"XvIҿG}4}ܸqcPZOOρ:7|Szu]_7l`#+X짽oa6h -[VGׯ`ȑڈo|~0g yWmC{xxF֮]+mV~xL4NV\i݁e;˖-k޼6 g___m.]z` UHG Wblh4-d7IpC|p3d߾}yrQQQ3fXv#|rGY3\:&WVuv>W ֺҔofŋ;~7}w7n>}uشiyt 5gҥ{qN:t.?p@GCM=7,9bĈiӦR\R/Ze~~BeZrr$&&'0;|ǹj/DĀ}wbM0}wêYO>D pРAU9+.gD~/\#>>^i"tsΝcм,m6O">YwΝRkvFje;dRZ Jb} v$MqGy7@W2@??W9ܽ{43!ܞ={dT\%fq|ǎ4i(O:K= 8qBF1-k_V- 0' 7 ?og̘!k%&&jü={ܹSr<߶o.U9I͞2vguMmfdu'OFҺ,tyk2ȑ#yoݻ $@G3@r?r?Wr6mڴ e[Jp#߶md1}H]$NgfoҞАxe =?oBB,,韴 I&eu]۲eˎ;\Ȏ۷ghBkZ[2cǎ[whd !uW2=M\RRRL?}y#0oܹsNbel955|Sk.:dV4,`={3g2fbR.R #y ]+MdpLܹS槏̋4zVIhi3&;GgϞݻw84kZ׍;H>~G3ׯ;wٳOJ1A\GOkV ;w@*Iay-&7TG 2@܏;deedM(N$..NR>"=NgH rs?2f-sx'W@5mizK~?)1ܙN߯_C & O=5v)%iiifZ:EG ȩ&E'O=z ~^WF⸤O(d(׶;ؼ={N<) K'[iiiG1/4g?֩%<\x.X`5kn3fL6-<<ܵjZĵ*,,TEGGg%~ᇛ2y9Յ .͜93ecYlY7<׿*i$=o[sa#/.)KLLpMtYƬ.YddD<1cM.J*ur{_䍛azL"##qIy-.)+ZhNvxKÇw]Gq|ծ]o߾z;op ŅVI?싍A̙3zڻwozx7osdĀ ooB.]+ܨ(}w/X@VTҕ%hذlgϞvy6mh 0֭4?344x e<==@\?ȗ?lDs!;VX+ lB?K#uB^zi4ԺuMJ*lٲW@c=f}z(5kfWխ[W͛wҿg}vǧk׮5k奫/2@\Wcccϟ?o։4  MȕMnVVO +K(!%3gOYs&L޽!CkDDDppp@@~?;mڴ+6>qyg6_0@Vcbb̞.Y^>22rܸq&M٩S1B^oB{ӧ ,˖-sB +٫df9ryÆ sH{ݻ9nu#s| +v$77|$@sA_rᆪi@n]O/gthvfZj4'T:u"""dJ*BԩԮXyںujzv޹s={tӦMSO=%_|-Zn۶믿noVZo6)믥$$$DJW.II˖-]^xaծ韟X6G;v4[F9nunvGgd)]mkSLqy)3g cP[J/q#@ +J2eYLBWC%fظqc9e``|UKH?r?b@Ζɹv%Jhժ^)>}^gg2~IoGWtij[Nʋ-Hʕ+x!5% [-^{5sѦJ[3N:u޼y2g#l֬6ssKq3FkرC.]C'Z2@"d^L2<@FZnk׵kW~wUMӿﺌW7o]ڴi{njӦTkʔ)nYx}?n?QP{(lngԪU3>c;s+O>Y,\&^}Lӿ͛w/baKH?r?s ^7mڤҥKu5GM5/RJ9sĉoV韏fZhޔ/_^'RHChvgK45j$塡Yؼ?]ӿ˗gW-1 mr@ 3@N/\FWjU7~Ou]R>rHO +kժ%%QQQ:l}ֱho߾:)a5љ}3w]FG}wL2R⦉]۶mQeV'v`1f)ˆ)5jT``}}-z_9h^qƎ1,J[vu=zpNbZe^+ +8?mvl@c֬YZ8~x{-[ti߾֬YiG2rzʥM7h ǰt\ի2RaÆVZ٫,Yr~ګvm _HHHٲeu4~T9`<`Wr-:A7+8ҿ>}Pk+VLN }]vܹs֭v;d?~Mu.޽{eŃp# 3 d +Ǯy(6{ M.*999Ӿǎ۾}%3Çojf^ T5|'~wzfO85?B7fGxEc@0> p„ sʹ6**jԩ#܀ŋgذa5og.^^^]v葟>}/Cwۧy]veعsÇϟ?ԩ~oÆ?ߘ% 3}d|Pv:u<#VZ}'mUTP?l6o7h/^n6w\ibŊz-Um6e02.X… _t?,]}.m۶䋦w>vl>mһw<ۼg?<}/Lu}۷ݻw襤V-1d7` 駟Ʌm㲅l^n|FrxOϟ/%k֬wpB]PBdȐ!mܸ>z}}ܹV5l2Y o09"zɋ.i׭[%7woљqq鱱Z2<G)11ԩSM={v׮]2#I ]1d~5ڻwo|||֭%ڶm[Nҿ>{,#2dyHɸq4v8pΚ5KJPWJ*›oّe~Gf"E/Of9sFNزu{˻v|3˔٬(2@+$š5kmРAժU׬YSn… /X@G}H"ժUҥ3glذ^~{nʕJhѢt*T3Ww}XlL*Uvf1z8pU6cV_hQǎ˖-{vAf fS͛7tDYfR8`3kVe˖jzzz?~# SٽGy$88} /Dxx\IIbspTRdz}g2x`˕+gv6-ZTkԦM˛a>[f㏯ZŊ혵2e焄)ܳgOʟݻ7o$99?#}͚?)|ߒ%zoGɑ#Gdk<{xIRpW  Mh73iu xs=p@2e=~ԩS-2ڵs\ܩS: +y䑗^zI2WfM3۱cGn{{N.f[n{W]P!)lڴpɒ%ŋwW_}e#Fp͜9S&v*W_|VZ;OI\7޻wo}\k53uT+V̙3*T5j_tn*r#7~^,%Çh?<Pӿ~c^J?F9w\V{;xd]]1d~Zh%^[SSS5>8pX`Y`ܸqdvԩ6lHV13"ۋ/h.^=z;ljպw޿3 SV`+W\+&&Ԏ1+Æ H-4oLiLkN;?6ݮWޒ%Kϟ/IO<&Oʕ+'q\)bf?òe˚ ooo yʗ//Owޑ26;vԩ#G͇" רQ~2+м#[pd'BJO۷oxǎ;q>/q;vfpO8O_Tџ$oٲE*))3d̫, Epc  ]}IoMzlaݺuRۿ3))]̖*UJ>Qvmig}Y3]D 4hnXX<0000<<\5[hL]֔u]ȍ/k`ҥKx 3[dI_Nd/LOL#|ɅQ"l"%--'/!ۥv„ 3ԩSvّ%%%ɒ*UZxUF{g>oׅIN#kj'1J9*џѣm۶3Fq1?.2@~=P˖-W^3 ;qD-i۶ uiסC3aaa4zGtƍ*CK9XG_eɏ>HJTbfkԨc&^ySXti3]By?lPD ;3GCO駟Wӧkr۷o/_v۔'"J!Μ9m&ezϞ=vWX13tLwu.ӧ.P^=.:F|%$z.T)3߁kh~i /ZOI?SѤISi 򡡡lGf5kff_xD\J(a +{;?3g6VKIǎ`2f>P@UYX;v̙҈H$ϔظqy_O=JCݻwKWZ%ӛ6mZ  ?!"""22l!=1׬YӻwoZe˖DY ĉ4sمHɤId˖GLӧO!G'9.ϭZO{GoNNN޺u0 =cWyП1cƸ~^2a>S^Lr?7pIgfwڵgϞ'N\4{MmsYrq);gG'd߾}CdP7^1 \W^f[ҧjժyyyIG`i6ؓݥ,YRkNhݺu}||۬Y3GLԬYSt:>O*TH +)Ç6mpÝ:ur3_|ajǍ+ 7,c;2GX?^6m*q4EġxR#C7p@[HܹsPP,o&˔6ɓ'7րv< W:\w\ +Opdr١[|].رc߿D~* ߥdpQOHȾEEEE9ʗ/_>k֬K]Ŏ ʕ @p\ p=\.bǕ V 8"\v.v\^+G~}b+G ~\'W:z2'/#╓#I˾ELp2"+C2. _#\W:.^r@ ?qoO?@>q2@ps?b+?ŎW'qs䛋ׯ\O $ s_i +@=vͭ Mwo칯nno칩nn #$@FH 0E|@ H?odD {֑ o!$@Fx=D|p^&6l{+ٳ?wŀ3f̘6mZxxkմ sq + 3UىSRJ Uw&vc=6`\ׯ_?\֭/7>c >ciW7N[hiWX1x:nޫW\i%ۼ.c *U_Æ e={۴iGcvUnݤK.yП +[Cӿ[oc'|R#5k#5+UTNҿe^W^{.P4k̮[C?oMythB +-*%]vm۶LwرI&Zc?vڴi~3ٳ =<22rܸq&M٩S1B^oB{ӧ ,˖-[B*T^E +;=zt޽LÑÇ Yv-_B\!O[Ns.S %ӧOժUԩ!AYJ\wIjWXѼysGmݺu[Yw]s={MڹSO=%_|-Zn۶믿noVZo6)믥$$$DJW.~RҤI^z%NvrH1{v=im<<<$@YiWD -R=tڵkwMlݺu3U7o.[V\YKĘem*H%۴i1yhHw뭷naÆ=R'%;vԤQ&|}}%Ӫ=zH /}\@9v\>}ZGx3K'իӤIS޸qcw1%oC=?|t$aҥq.XFRرcGSjժKIׯcڠN$NϵӮ={,ֿmg\bɓ'Kw-Y_ +dرWf7oV̚5kթSgGRRR6 w/ /hO +/fY>=GbŴ'8F?>({wJ -;vc߹sJIɒ%Շ "kזm~oʔ)b:uwޑ9sh:gfcbbR$2eådԨQz`?S)oҭ`;wF|޼y|4sK]LӿիWkʧcy(P #eȰ .]Z#~)5Euʕ4[0JҥKMI…nv?kkZXdI)ֆGoхC X駟}?aÆ[]we2m/$$D .\h{VZztĐ?8h1w\)m@ώ\e#ʔ)hѢ/h߾k_Mz{{n4'Λ7Og|g}{:l0n~O7f̘-[l%AlYӿjժU={ԃrJ)_:y'O¤ӧWeOٳg7o\f֭WNӿG}bYFŊ3}]ժU'V\ٮmР) + +3]Ev.; tU2еۯ#sѣ#iDM^~eJN:e 4ӖrWӿSNkvUtQF9ҥKٲeuMJk֬i^d;r9իWex Vp_HH@ѢEg/&_```u\jU"E4LMMu#G+V~#eʔ ZMƎMf +9ᢋ۷СCYզ)))v#|;wܻwoGyPPЛoٵkט߳|rGy.]Y2GDDDddco-f +`GX7Gk3l߾QuGSV^m_?u_/D|&Lp\w%2`<==]kݤD@ QFd3#'L0wLkN:o> +stream +x .8 +endstream +endobj +1214 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [87.25 695.584 160.994 708.027] +/A << /S /GoTo /D (figure.caption.138) >> +>> +endobj +1215 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [400.173 695.584 473.918 708.027] +/A << /S /GoTo /D (figure.caption.137) >> +>> +endobj +1223 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [342.746 368.118 417.403 380.31] +/A << /S /GoTo /D (figure.caption.137) >> +>> +endobj +1224 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.929 308.282 318.302 320.726] +/A << /S /GoTo /D (figure.caption.140) >> +>> +endobj +1229 0 obj +<< +/D [1227 0 R /XYZ 69.866 809.284 null] +>> +endobj +1230 0 obj +<< +/D [1227 0 R /XYZ 70.866 630.755 null] +>> +endobj +1231 0 obj +<< +/D [1227 0 R /XYZ 70.866 352.998 null] +>> +endobj +1226 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R >> +/XObject << /Im25 1222 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1237 0 obj +<< +/Length 1138 +/Filter /FlateDecode +>> +stream +xڅVKs6WHX|fNLj|{$DEQ*AƵ~}wd=Ҍgb>>U~? L2Pb\b3gd(8˔SdjMл1g/`Q<B1` (4ˡP8r:9v.*4vQks_vMsp u_o]%SSZ?ޘ`^jR,bgAJ*mw$pXT"4-=FC y.*s&5풤ʍnm,dO6ecIK[CPW{F{-O +҂9D1Oc\䄑\/6˚6Ԍ"[/X>,kʻikKц "Gw6WÊt +ϒ H`^>IםJW%gI֖"Uq( +qub%I +8'PYj8ۙ-] +@Xg(\BJ۾w '*PT˲C+ (Ǡ8}f{CI~^\|gw(~<.›blo)d ewƵu;׆7q F+ߢIZ$=[݌Z@ ,cV(%h;$zOOv 2MmsB;,0n g=#ސIn':ҟYsy|t)3*^Pk./T@5S&hcAx!Hq:o۲y~ +“6q kz+%K<5e;HsX %EYRZJ%A>EB.TءD+~X-܀L ft"x~M2> lc?{ |C1*(L 1L\%H Krzr jdݐrnw=>E`5_Kk͑![MHtAH(o9SY9<#h8~kzy)E9<fow:?TnZ!1zݲ뿩,{l*@HTU?)L +endstream +endobj +1236 0 obj +<< +/Type /Page +/Contents 1237 0 R +/Resources 1235 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1220 0 R +/Group 543 0 R +/Annots [ 1234 0 R ] +>> +endobj +1225 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1581 +/Height 898 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1239 0 R +/Length 79884 +/Filter /FlateDecode +>> +stream +x XTe-2+ۧmvWm_vۭ_fj OivnwQS@"rQox." ""(w|{;3 fg}=̜&|w6d\D(Íb1@, (bѨE@cQ1 +"@:@|;= + 5 Ogņ&oM䍟S1J(21ɐ  5br]P^z(2@֨L`A4Sv'#([ +9rt_g{"C4/H;;bTc +pE#FPH"Cx&w'c +4aPĖOsMV#2w)unPd(_`Pgչ'@| e[eK5"Cx73}=jDnP6ƨV#2ېYn_Fd(o%;#Fd(oxrb5"Cx+20w'C)|PpPʹ%d {/Cp)'g(Gq$@yG?NxjD +P7CYy:=3O +݆gĤP+3aO Pd(Gʏe(} Pd(GX?^uyJ eyǖ#ʖ; `ۣK>MC ;Ml3ovܖlUo;8~\ŽK3 \NHܖ^dߴQ s2#s79 +Ӹ4C9z~ +C.CX(|(@p]3Q(󖓡21J(G +s-C Pd( e%T9᧹j WeVmdMjV~νʥDlbE)>7d^6tBәT;M)")v^xKO:%x}L>Sr98}A9Rj6pZNjY[I/MczKש;3v=[ËMJg]s\_!Ձ`UU!CUTT4»xLYPr+TIwzѳOT;USqԩo7d(u? 6%=[pV9)`\sؘ55A¢6ʑ'VmmO,ɥbV׵bgsqYuBS.k]Ћzjkk tx&$V2>={Od䌼LOezK[{mU + [kYS9vt ̗?Yi!sL>%垮s,9&Uo*hupႳ21 +4LM(:"KJ)CW;Rpz) %nLGP!j i1?(2]2Tƞ|=>aũLs7Eg&5zLvæU٫mYLZMeurڹ,P⅄ss"UvPnCTJoP'+kUZ4SqYvN1nG4ݯ+JͻEF.g؜xbĞLʯضŧRp:1bq=w lL=1ʑeqr_P(PQ(2= +f(b# Eʎew"C @xrbjQ\ŭ2=j %^1{'8((PQFPo {QʖeG5rn2Q` U_;:CJQ#d(b @5x 唩ܙQErg"FmPd(e(b(K/d(_doQ(PQޝ"k׏ٹڿ#1[3sez58C[(PPQ/d&Qޔ\|'Cѣ(_PMrwd(W(P(3cTsP P>Qg(Ũ曡|A(_PnQaC2aO0@ѠQ=ev<'CCV15j=d(P($=J=P6(E4 E  h,0oE4 EEE4 ErVr!CQ @}E +@"FR?)SBCC P17{TlllE۷o@x⠠EAu-\P,!lrImݠĻ('''NRR->:t:N#1jŗi߾}޽@III[n{s3lne]&x5oV&3g_|QUV(Wb{g ??/RXXZP-UO(k_Rn-..)-;cHw{k>|?_|E2`_VXn~_} +@"F5URm۶u ū վ}{G2T\"O;vT/E=E]tPvoRYYY}jӧO_l_W޽{P1Iba_/G,Y2~x뀀>h3fҶ#G;gYv~~~7>|k$$$=_~Ū&zҤIY70!C]ӧO߾}'Nh$OK jܹeXy9(8 +@"F5I/_2ERRyGwߧ~j27o~ yS{1@ߗK7nvEm~wo޷o߁ʯy r|֬Y۫J|ݫWoٲEmu5 92qD9ҹsgp`9ҳgO_~YgpB5.vF_[n| +ނ ԕ{Jx_MQM,f(U`n9"3T˖-ү\{\s͎; +*>C(##C<ԩM6rt>??͛ΤS:9"3T֭[n)z+ݻ\4x`9N {+ x`VVڶ u˗(bT( &>!͚5kb\bԵkWyOtt>֔ף͙3Gn:~ݻfw}WϞ=[]oj?|ʔ)r_3vz:ej꺿Ν;w]w͛7O._EK Ub cAyٝK,y7x'OZyK#ަMf=C}jl2@jgo=znZr!7x5a֬Y[jŃ`58c ݐ#ڵ7=zG m'3Ԃ g}&GOKLLSCӟC ##FPWCESuA^;aԩr/Ryg-f(zwvv^\ (T2ر> 6iii3{ )))r+0do|5*jʐnVɷȕW^_g(jwކ)vhUҦL"oP?rOPmڴٳfVO?"OdggVAAy2߿Z ( u} 3fa5***zJ-2߮Tr(Kz; N4h7ް )IP/ 0/>딺xgϞ~~~ & y+> 8PP7xc}wԽɹĪ~bB}SN5L_l>n8+ gPr&iӦ̯%[gҥW^Qi>˗:瞓?,=C _+ԥ_%WW+ Z۷7tY* +O FyrRꡇ#C'#d( @1 WS1°ڢE~ONN~W۵k7rH .Tg]v=&Nx-ȯaÆ?I&lR?Y_?A}`ߊ+ O~NҡC 5k֬ &p Q?Ǔ'OiF~ѣG]gq<}j/1" (NZ:wر:ͅ N:%>sxjٳϟ?_QGTUUYY_o @լ3Vٌ(;F +۶mk EܦC(b޽ MS2 +@rgo(b' Xrťс(ʓ1#P'(߉Q>ңQ5(Q(((b=mE"@@r[bsb +;1EE"F( P2Ej1xa; O^1Ռb +#w^,@Q(F ^s(gLoGjE|( P(E8l'Fſ~P(|$@ׯb +ఝ1|0@ϝ1pP>QE8lX (OOnP(tE"@s,((Q([z +c1f5d4OhP6?<'BE8fX =?@ %oMCE8fX =<@2T(6ʧb +1fe1C-F31Gb +1fe%C4FY P.P(Q(cvT1Jri"Fyq"@s ̞lPNQ (7d(bW(;bʾecr["FyY"@s ̞PǨF(7g(bp΁Pnٗ(;Td(bp΁P"C(Tf(bp΁P"Cɛ31 +8f@73jF W܂#PO<}>{ңg7s PO> Kf=(M9Tr +4*C%d 3r;]NAs.@}/%yVξs9+CW(x?츅Zy +9+C( EGak{VתW;*jG-zu0|[rƹ狊K + ծ]?qA0%C[IcǮ1󖮊k0C0sтeQQqC#6L_6ttI9]yꞃŤUv'dO>$K %Oe(@(d&QSII2ԖtO豲Vg#O}*@l>VvpWglL (P3px?{Mrs:||/%CeS?#Os2E[d=PjqUg;v3y ?(d(ĨZT98bDe)K,Y%nk6ח#GJO0s|̴97y*(Y^zħCdJܽwaHuD\~j U_ ?G(d(WǨ'Ao?de=A5@ }RmT]S[Y%rl e=@gh թ7gKQݺ5΃ f#'3BJ75HPUb +HR.V?Ztdu9B߾ ݜl Pd(%8Z`/C(F=j0㏗S*7Cʑo'g(q2Ē5ۈͻϜqg"@/!;8LrzRy؎ Urߪ$""B_4sL9/6*Cjժ':wN;6}ݮ8޽㯽z5/_|Ѩ %4v0x駹LE/FPf(wƨuE2dm4hs3TP:tpQzO>>ޱcGRC_ԥK9 Oϛ7oƌoCQĨP(c3cTnDvٯg(58l09xˑ%K?^: ࣏>=z~?njc-((hȑu֮]|r͇.7k111 bO&On:}3gΛ7O~8a9x'b╉-[Tׯ;M,V5Г&Mbܸq J?C=INN67z;V<ĉ.Zbo 5m4_͚5KL5ʰ1S1E\\ P*CYjԨuꜥ#O4iauuQ/G:YcIbH"FyM"@PQv(=Co]C?iʕNnFkr ≣ 9r 70"3f>Oi׮ѣ>j(6<=C-X}gaG^z0?OFBu &EdVw]y馛Oy衇O3vX CFT^KIIQ#~ +2~d1E<'CRPݜ :vwmgRRRW\aP7|jٿUjժ!Cz뭆Eqqqb+ԯ3[5ػwoCыPtt*iSL]sz%G{rO?3!CW f('x0uv]w>J鍊n//"_"W +<׋uvo߹s'11E\jCfd1Cr0Cw}/BnjcXb2|ҢE = uuNTr(Kz;K4 Z`ኼ2lK/0`J4rb%u`Ϟ=YF4'AΏTNPJ>d[2C=$g)<<}w@e(uK~qmYccc/j׮]~dYj1[>Ejv1E\ ((=C/3,f(uU!ũe gCTnTi߾lN:vlܹ +zpE^}wQJ ~7̨/ ҪU믿0/JI_}U(w.'O`WZk?? խ[7=]~导JXX,tJddd߾}#/T7|8q]J^DU>>3jذa6m +7^ږ7ϲeˬ\QĨPnnPP|g(؞ &;wʕ++J&O,V禛nSƍ3<=CəMֳg%[gҥwjQpp:H|ٳG}|CCC ?Y֭[yCBB>G(bT( +prVjecRgYPH?[ӧKj2_|Qҗs̯3d(sQK@إh2IעE CRg_$@`UTɯ }YBbb3ʠgϞbTKWb1Ib4a ewPӶm#FV[h߯ɯyvFi|…;wV|Ү]wuP'N[W]uհa̟IiE%$$+P03MK[jex"? ꫯ2dkVԝرC$V=Cƪsd7o6mdIb_^<:uMİW_}U~Y[\EEb(igJTJ2mVҌŋرʝĄlܸ|(yBBO{7P2Zh׮]u,.Hںu:ΩmSSSœ]֐lO\\\ 'zW1k򮂂VXa',~d.:%FP(g(;>JYhӦ)3z衇0~x5o/Eri"@OP9K3(u]a۶m͗zK]I<=5Ag"F\P(d(Qݻw9w!CYѻwoPW^ye>}̯$F|!FP'(P^bbbV\iqittt```xx8ǏR\\ܢE,Xnݺf(bcxB sF+QNQ4(`!9ZQ(߉Q(Hrn ?] F`Krb e|E؞;CE46C92C5E矧LJ<3C,CEClllE۷oŋBBB 3_pB(&&Ɩزe%uڶmK<9C&C5! F(0i߾}޽@III[n{s3lne]&x5oV&3g_|QUV(3Tbd(;pb1Kqm9Q}yvl)7]6޽㯽z5/_|Ѩ %+Q('D1ewj۶m@A`ꫯ:7Coޑ աCWS~';G.]pd($ƪc@M>(b#J 6L^rdɒ%Ǐ+裏FOhh+1c.m + +9rëzvk,_\lgqÇͯZyLLLBBؓɓ'[N_?""b̙͓N0A$t|xeb˖-s.r}UM#J^޽{E#ꔰ{O?Jy2oxZ_2SQ&r n4b11oժUrn7*ǃ3 'vCkN|rG#yzZ`y#HXX>wSbb ˯?o "GFBu &EdVqP<3@d([z`P1icP;v'!WF?<--|fo!%%E_q u7f[%VZ2ԭjx \'FJ<=CU{6LQhUҦL"oܰW^r'?S=CB\=丿? +(b e縴~j(2@g^߿1c YPQQQSZhnvIJNv)==]PwqO Z`ኼ2!% /0`_})u`Ϟ=ӜGyʼO} /,C,1 +@t|1Yd(մ1JPV^R*==]mG85t*CTnbcc` gCuɰcsΕ瞷zpE^}wQJ ~7rnSUV_a^tꫨߋ %^5NЌ= +@x(g(2@2F f(ᦛn&MR|GHtt'P'OVCA刚\o8Jܹ:*C}jo'N4?KիZjXtEjv=jSO6Mƥ5?4E,f(g(2@2UlP P'>͝;wʕ}UiENdLocǎM7$6ӧ|ԩǍg~yz3AM6gϞ]Kx뭷wώեK}Q޽բ`5ɕx^)))bp'N|3ojʩロY(b Uj(g(2@2C=dGOF2x\j*$ٗp/SO=/ׯZΕ2"ϐ EM6.Z%?|*-Z2]7p@/P(eeP7mzPӶm#FV[h߯ɯyvFi|…;wV|Ү]6m6lݺ[n__uUÆ 3&Mjٲ\($$+P03MK[jex"?PbUӧe]&LM C.F5*:CQ#F}YʧI۶moiFFFttŋwaNbbbBBB6nhyTT(ΰӡp701E +P(~Kܰ(b +|*@+ߒ*C)))Q+9knYQC kO~*uA}TY9~ladRpDR֬{ +J:Ugj:c&//CGA9ab1>ؠQg3,..6yβ뀅ᱛӻͤ% W]1aI.391۳%]f>beqW$b@jOnޒ!)wզ>cg,):v[)?wbZ#OjF`zi[S&gؔb]62>sǮByE݊ n|ѢO'Ž`j}/ab +W O%FN>->xHD֋럓 v1N0_xhRߦ(x\vo卙 +gaձ[3T^!9%Y9~jlX\JO7Proxxacg5_Dy]9E1( :\6iNY<3gٶG}HSSn˖#gkՃCUd(RoϜ9P,1E_ F"mg'O:uZ\pAMg2TYY:2jre6Ҝ!@e}L}\W3ceg/UXF2~NNR KjkϙT}SٶG&K~1GVZܫ u9J2T2DWPP_,B<- Ju=d`b + ebRgC U|Sx)0 t6TMO o9 '@鬧q3g(q;~ҔR#g3TN%x'g]3>5_P'.E8c9CUCr5Kڋ'zUTTd(O:k{j]`b + +(cٳV g(q;Ss^>X&Z4xe(1yg/6In*C%ؙ깫iN{M9+Vߵv[!C(7e(5xybAJL)D%bgҎ\SEyMQvV=Dݐ<+s9J TUmlr>W_ &F@~9ZPUUUvd}GM'9tb^ҳjW//CnN#T =}k61~R^|Nmd6uϫ6fȣ]u҉ʍIw Z-}߯ը\,]-;f{v~L5jn%erpYu*\ģ]|[wuVo}֐6h9q2P/O>$ 52TEEEaa&P ;O8 }C &Foa UYYi\e.3V=gqoרOSDlS-nk1C[v~S8*5Xn<,.}cr^}a\o{H^aWrm uT<$?|ܰՙ5 e΋ē3ÎILBn=Ct_˟(- rtVo7e.lUݭ6z¼)ϟ?o[T\ 5~Z3\8#zmib0u3۫ODg6UZ9BvQUy QzJ)8]^[S .NQ'Y띭Ke2Y֖IP;{s>7"C<$FРQ_͘U'U[<ݞs*9b ǭ{2ҳc&/>ŤKF;hؘÿ 5-$2yN\a/w-؜nX_-NI-8-v^{O%W +SKl%ɚT\mOD5b +HP +;(}%@5 EjE@1 +CJȫ(x ޺l<̯f7W7r27OPnQoQ( ~rHѳVwQsPv<Zxq=..FPK"~-䐂#W0C2{P^| -@91F9_PK"~-6!yI,6ar8G2T}& P(('(_uH q2d !`a13|5y/Fe,8Rz! NQ( ~ݙ`rrLM:_0GlҎXFcy,QT +oxuJ"@m$Q.*Q]D"C,\xX'P (uiy+j{fԡg{$|w7<:Pc:~!6mrHnT6<2|g oKzg<:?Iv5l6$j6S6cVSl5b1& +*"b " RU T498W~y̝Ͻ33n&.>4,*!9|{o3b?UE.}^DbyC%ˁ[mAc 4։jWټ)w #6_\q x:YT'hoվbGptϑ#gwK+9\_b{c_Nκ|802g,|xjXBnn%(Iɾr*h>Q!!錒c) wG$zB:z}pSbH3SFUC?Ac 4Pn_)2cgCih),*9`a}ˮ]|^6;Tt\q~5triu &{N*N+}Ɯ-rEWEe]+6۵3,.!$t򪼂qy*a( BBs A1LQPFCC{:c1 (˵R76}ش}Jk_CgMo2ܫyEeDh;?_*e k1g ?t.'5=WweVGLP@.7 `j(s(aG}ykw<>EQy;jWC%a1g a( BB A +1T5H%1-XcRa㷛+e[وO%INwִQQ:B_rM./ :^ZYq\J,[QI |v6-*noyt}AZd @L>UQPPQVhkϦߒi5*\! qgsqΤ骉 +O:X,c[fKɾ'pzj7S] ^+CŧfByWeAZd fq-jNRb((P怽¤4TjCJ<?c2Ūe%t:Mw:֨Pb`[ BB Aм1TM`T50Qb((PjCbѱ5ش}O;ZJżr~NM eC) /_3d +Ni5q-us)0bZ Źf^j<ӟ BB Avмy1THT`T1Qc((+P/YEiٛq[mj߽"t-U{8]*غ#z<"/,&U؀eQJR ﲜxs)W_,,;KfPr.Չ̵D_Dؘ ! 5\~cIwEW5y(  +B A^y`(SHT 1Qmc(xb^gaK>r H0)J,JF#N!3 7tPq>0o˕wŋ;M[ 0 + (C@Y2ˆCFխk ~s>>6tΛ6mruuVROOOt(q^Ub U'N  Ѻ?t萣ޫVҮZUM6iW^Z + + +2Sxjx.BCCT jf3w8/U;喇F A-zPʭF2eg0x9`O5hРgϞBT{sq25ܸ?Ӆ+a?ƍ{'Zx1wСJ^zU=~M~:?\:Ճ]Z v (kʁ[׹=mS AvO'jԨQHHY>ϦMV/6o֬Ym|[nM0r+PuCYaBoP>>bW 8q2mժUFs=ڱc\gÆ bs'''yi󠠠0q&sٹs\o̙3)8/O?B#ov.ܵkLuC2e\PCyݺuc(qzqYxx6MPGwrر8ɭ[=֦MF'fCΟ?~f@VQ)7_a!bt.CdO^b(xb7{;P7u<:9`'\/ڰaӌQ/>!C4o߾{Oa +szJ IzEk;(k[lɛ7mTy>}L۴i#_Qv|ɒ%ϻKڵk~=_ڿ?ouRUd֬YTҢE ӓJ:uر#糒1Է~+W4c(WWݻwsggg*;v^ ֨Q#w)H<b(%WP֭onC)7Zh!6ܡ0r[4xK(Pue0xx!rN^ P~6:Hּys}>|XT`#bULL8>>YNNN~~~}dQJC}ڝ[|LҾ[*ѣ#/ѳgOZ/P }7|^u&QZ n +rss5'OpC-_ hРپ}{?`d J<>j 1L"/.fl+E -+7[FY?@ , bHNrB$./,Y2p@9ʥUV /pM"0˖-{{h}pbV?<Ch۶ݴepx顇RPP*?!oӓ -Z̋'NJ|Ay &(8LlhDV\eDs(- +SСCdĈ|Z3gΔ1m&'WD*PG}vE~ +?~ay_5z?WXA>S\g۶mEjJ`y Ŵ{{0 +AVRiQb(kv(b(l@CAdpP7n,'!gn#f*; #h)իWOP 6T$U7#d %Aٳvh&i,E[na׮]nJqm۶rggg1Qr1Ԝ9sOed T0{ݻw׋V^-8 ?ev0mFUcN:PP6 ~}voĉJ5j1":INKu.\('⋒Cꕸz1NGFAeO0ʼ.ymc(((`((PPk?\PFPQQQ yBBBR8LŸL 4P~ix_ݕy0W_} y9TNPR^_ɋpy + + +:H-!N=g1X$7o֋Νɻ}zϮ]P `dJb(D)'۵kWm7t@>x6K8 +n ACi*PB?ZhTK/QI@@ 7P2_PJ8pHf#vs= 9Y],(7oΫ8O ),X@;vB*;w!CP|2>e;<Cш tX† ʻclR^%d\#ѣp׮]fp2yP۶m믿jϔJڵk'|ׯOlJ{-aʕ3@5Γڭ[7\ +رi'x Z+Ē<>)V^͹VΠFY@CAd]qP/b50ߗq.nR޽~8E:t7}l8VJ;"OPr88I| .hRHnMP%~z.tuu5dn0CF {eC^b?P[Y$Ah `5|X(0(+^s u1<#FPY:NNNT~ȑΝ;˛?2!^E\モ׶jШ=Pfz]w5l0e~TgWyyy1]iҤi4|z)ƒC9;;:s:կ__<Ç)*IT 5So4z!C ]gϭYf+VP.a<?<k2+<ƎOt"`Ճ#&aPA?ZJA1114Pː٣|b󰰰jl3}g0#m۶9Dtttx5tu ։'xcǎwL;v(K32D]>M6M$CQл7W]Ym޼y޽Vg[KYaPA[>bMK.5 < +Au jC%lF fx@ + 4yPͽrCv`PA[ZnM髯 d+aQCv`PA[.]ek<<<|}}q (B{F ! (%?o B n|^lKbm% QPPA`PSAliW%w.9`Ō + +  + (6eHӶ]r^FY   +P@:ǫtڀQ;8:Y   ˴tU%9t[iF@lF B (BKW{ʌTθY0 +ʚ` (X;ACAh,jtጛ((+Q0:P`PAAA t9#aqkPQ `PgA`+d:ұB`?  + ! 4sV +PH`T? &AAQe:ձ&`e }t  + (2e-&`eeU}  + (6nVsL'QVu+|bg8='*? nBAQd+ D~9maڋ ?n +$ʼ0 +et  + (xN"N̵myqj$@6XA`YC' #-b(Crږߒ$ +:A8 @6jQ#7jONgC;wjLP>~GUCL)*rrܫ5t|0CŤ].(r0*t oJJJZdE¶mAlfʔa( èJӔ:9y/4lKKK\b~=z(ȶ0 +r-))I{P[䘑GҞŽ4l?*CGsE54.⺶Rci9UPpezjffPxP<}:ka( ('Ǵh1O]\x~ٳC)gKKKC +/C0W-nhܹsN@f9JVVŋPG Չ:CU1FUK+^((Mg5jRaY5n'zJʤҪ;v钒Ck(!!u]m e^UUd uLr=ۧvFS,oӧ>-wN=z +EÍ 333B‹ȧfgg +<--M̙g +My溭_5$`סk&ЋRpǦU>sl;w>8xjj_v7&./x_8Dh-N䢓#nন3ũWbJhԢa * +O,Gc8zR +?`sNiM;(cA&;~L8*b;)qlСSv^ܷ}iӂƌL_-T +c%0EQSR!8:;z9gee;ϟ'^unNrr2ݙ.]\eojƷzΘ}VSEr&MFSy6W~Iuxʓ%E\<2ş[Hc1(QYkN"Oք(:&@@@O Grs9ӋQ4H.))Xׯϕ\/{paիd088Np[-JLMss{3-\-jFݸ6]/W^]챙邒k7ʒt:(?s +d;Upy%h9c#b^ߋ<6S**KCOSK ?qJD]snIsǓC͜LݻN7n\qqizk"`.\ +̙3l$.^*`_T鋝p^%o/ʁU:_ sFBoB;=d +esCqȨ. +"?.?v~Ct6<2HJ{m +R0ԙLdžFI\-\ +1^]-->y1K" q }]߲̿;ZPbGB\Ԍ̋0ԪmᗯGP/LO`Z?0i(w2)gq*C}[Q>q3lΕԢ+Z %u3^*Gqs3>1w<2jR-V~ni~ЩT?RwZ ׫oiYP3W>[/^ȏqDG/eK.e| %j +1|"'99Yo7[3> QQi $%P&$4RPvϝHfi{sdúlvg0(les'IWXTd/BʭaŗoT+(3hϑ*JǂؘɰŹ=Df] + +FN]oRѐ=Δ%*_+`>}/]*yթTt~3|zd.f&^^$,Gb(@-O+((}Z!yx,9!id % _&t92G)P+ s2PSv%P c<7m#6Oչ'CmʕA|2PޒC;Gͼ%sqg.uC]!ϝOIPtXTJֺJj-/m.W+*ywj/4i2?S/˟/0i%G'xp8\Զn4?1,\9l3g01d dذg>ꭷflr_צQ!/9aJ!aԴW+\2y8/a!ݝiGXrZcNwi%ޠݻWGƎzнg*n,[_ٹp6-9zoIt?۴{Öbc3¢E*UPy,sENfɏQ]%fp&pK:+8gPNXHCV]HD*Y#F%lZz3yb*%%G6Ũ(:uF(EaTBIbSL]˔/SrC%r~ٹ711Ԋu:8! E;bhͻe š WCz,In}PC?RAES +Kq:&Mҏ._.5(uh1{]ֶ8{'ү68q颐q Sc sDƏ?{|A*81#kӴԾj\yJO9t6I<ڬҔ41'[1jJPpC:twD'0_y|CĤ˦Ab/kx?/8 +{]F7p}vH>JC-8< unl{LRn=B[U>S@7 5;wz|YCƮ 0(ʏbC7&R)*xIuvFL\H.bP'ϲͩrJ.*LPЍ + ;77ť\~}ݎcʶ| a(3߷TC$ʱ,|꺚Pّހ(m"L2LC;P0;boa͛S:.Z ǝ}.ӑyyBIJ/*"pβuT C;{Nd)FhhMA#{Y R>!7ޘv@^UXk:-U?eKP>ؗ-ѴwJCqZ{97^$dt^BBo›XD %Fr֚].۳}5?lui땢up!(X/oGkC`&b(2o*w,Xoh\ a(iRIhhb7Z GZ/3K)/4w!o:2OF1xOD¡+3| $,X#yWtСScLP gVui9nJ8Tr&b8Q5\ܺI9ٵ sr9ݯprx4\~~~nnp!^9!·Rw2%7J\b(_? vU0Tt.T/…{qrpA9'y +74>>ǔj@&Scus{(rȣN&,_%p1G"PPk]˘$Lԫ|RybS4\*,/DOa}ȺuG7+-ٱh1^ n9 Iglarv#N˘|I!eKMMɑSޭNJA|P0@B&ވ.kW:mX6M6<؊Qq aًT 6S۴]x+.;X]a*a(჋E8 ^ ըn(eJ,up&!6؃$J GPDJR[uLPgܷKfʓ "VWx,&07l +Ðd +Y$VԵ3Cq6LP#%ORWPC]>#jР\Q1+wo?2<@cYCq)Y xǣ gqQ!*>]*Rq&t!!US鳮kr%-}ϟKو C=/Z ?;CЌu>G/Rp"]S`LkP0@MLE{ӕSs%c(5Ν֏pZysM G\NAFGIC}}D([CQrkmO6l! 5ugq*,ڪjw,i%|UʊjPW'qUPb>Ǻ._)gĻNPaIy l?jCݘ,xҹ;])*_O,$8b;CZOTK#gJaMaJ\CB9E\JZn"dA$  +5k"x@Z %4]b_|<2ܭA;q bzTMA\Pb|o…ܼcN+J,{&r4ҕҲZ|8>Bn%8y@uoSqm_޹ޛ۴r3{nX|:v\nxcaÁ͛Zŋ +/}nt%&&jYXi ņb$ރb}ۤIwݡ/tV9ۓOtI%^xa,yf\`, 333Bѧ:[.yä$m!$B%7IqѰag9xvP|`81cǴK^..!N_*aޛwkg0`GؼW/>,F[b(C/s.q\&MFB\K~^t3={zSb!9Ok+x4lDfggr,8}YX+AHMxZp$-kaܹײ4zc(dyܸ r%GOZk9-޽ 'Ofp6QbٹL1~`((t (Pr¨X-C'W&4* W0e2ÆmVF 8QR2RrXZ߭jOC)^&C'y9,]_Zf9::=&&=44\h0ϙqfCI%DPzյR-zR)R֒ĉ +|Tq7)9r#B0Ϣ@GHMٽ{{qk:%JèTI(Pa1hѓb%ORZ/5m•XUe n}pp)JLLxxc`׮^}@],ߔTjcgdPPp{!(D-=(F%883$I` ⋓LP^^c>`AYٍ< YZ Nj53sN.lbQsxyxh)/S81*y]1ԑ#g>lYV3tiiyb(_}u!>\Sc);L*<9frzOP'K^^yӧ UxFFgJ%(VJJ +e fM#4sr +ҸÇ BCލ6߹CJnpLhbY[K}KϞ<3Ό{nv6y^yƴ ̻L2{\)zl=60ڵG(e+Lٹzo=ݖu|zoLq1op/jƏn(ϵr 'YK9`b(ː((((0 +oe0TIII~~pH< +OT$''_vc\^^gBkq*a(gm y)*/Dp#T>iR/WjLPc|ڵj1G-jq +ں58zqrZ<_9a6MH &ATSRsE4]`5Pd`¢xim`Vxo1ݔ]5i\ yNgIN1Wϙ1Θݫ80f=nPH$k$ʶ3((((0 +/cmc(#bcc \6W\3yr?A/bϚW<7nڙQ0 a1P4x°EMl$LqqqTH WCFCQ3a]ӰF|$lw@ $(((0 +/ca(WPAQO½[r(-RZ&켍J%7C ? +_|qY,\;PKm +ڶ-ZBz3S +CYPC/'.\l~gCъk7)DVV?ye +,'d1"NQ2)3XՓ%U55BV`Ca(((P6 +F@@AQxkCwqρ4'A%A1z11LfذTyFFExن\\BzܳGwiTOV\_E+Lqrd&b~Xn{+(OV3 aW1Ծ} Z u 5sfI$&b(&O͋z:#'43;䈒LǤxTp8NC)eG^1W9Z1TYY" %]|5)&:x[oM0(14PT6_"c(aHb_ΛY!^s. +; {D!_A4VdGq_~\9NiY'kݺ +ҊC3C)4Ei8VJ[XX(0ڢ;yL9 e+0A0`MvD@@AQx-*xgӗ+Cj5C]TRTtRP<5!C|i>&`(8w? Y`qU1cCuDgӦ?P2~Qăd#Kv$FFr{7g̙3QAVIKK-NLaM*Jņ %+ajj*],_Oڦ͏:cFE%VC;9_Rp.OP5*ѣVװeP\)Cdطjz뭙[lƘѣ)ݻW|2&spW_ݒ=44Q(* j\{1sJ|ٳWܣ`(1k8S(yWcn"b$>p<ȴ򇔃 S +{N(ն * P (փE9[DX+Z ui#%96{v\1Ԉ­IGW:u2)#㒛P;׮ݠq| 3gjPCkQԨ! E]VPP&c(9>PU3 2J*))I=f1\iJהĩS P\`seq ůvbSbccD zr]YY+:Tve +SFY]rFMbUz v*z)UO<1]y;/i|4MKf|ԇ.lj |W͟('u괨}Y}v{6i2ZX?ZzjlF#giy>sf<ޛЪ(Ѽ`>J G;..""OÊH^b<ɐ\Q/,ޛ| x=F +0\(FE|Zl ' ղe^1GX&--Jfŋ?{o.EEEUC*1&(>p woO-?T 2FGQ'^)Sv,_~?/9K}.jh}FԴ}/q!c( ',bD11)R@ %LLw!|olwFI`((HTU(QPP`D`Xf^;[jΑKfH%fF4I}b&pE\0h陌8~OPL.N1MfٺwJՋr%1TjjH #hKWC孷f &ں5ZP%%^dG)<ުUpz)]&i8\0?}4CΕ$- )|O x)6JfpJNLs ١<#-yO?]F6S?)jTOCxP87tehPQQ2(MK C ņ*Vo| 'l0|U՞sQ̎ {QP (PfFҺ)))fS?/~ggg /^(??_711sj b(mn(?233bP'WEEEW 5P₌`L7~`½Ӧ F***m=;D,Fmb~ۼdIoLma_D%3_h7߬9NEHlްޛ;f_ll&e|"6qb@^ݺ͜ors;@N۸񰂡u9Ux:JJJUCQxdl A'PŁ)#C+Q'++K 08O#ͅ13:)P Sg +*LZ\|9g(^q9[Ike0 + +2"@C e6$|p X,1pq Ā +*%f P间d +DP6l8PÇo*4kք˫||nqڼR|Z-XGP+PbL)OV+J!lQr2-GDŽSgf(//O/OJ=g+lDړ9ԋ`]NEJu2(KPPU]n +`ͥ煅4|2e~cҐ:\ip?W^OdEʩk^]|UPBgߘtTg}Vb燇ٻ7kץLv**Vd;w\c/c(ٲIP(a("B +BmJX2у9˦%6dP2&-ax-RQ-//OZ'qMofEIhj#@"X]NkPV (PiF!DpD#bYJ7.mxA&M+>>{"##KP*B(xP]0!2)*]j @VСCe^jvժrmڴIjbUPP)ؿT7n2vXÇm>t{*޽;L0'0 +ra +0.*P +F 2 ¨PzaY"Q zn.""\LM67?tnƍ{'Zx1wСJ^z; &4nXyRݺu{r\vFCnzlU6 EeaUʌ1(Z8o2Fu }6mڴ͚5A֭i[>#GV C U ?sCiҤIf!> d`} 83׹ n@l@UseDU% ,-?̈K.P 4 zGk;orQ۶mU-[r__PÆ m[j5a„ŋϜ9w%G= 782#~ rˣlm0 +F nZ{@92戮kN:U+~/]t +74hĉmV5j{q-׎;:6l;99ׯO33gΝ;~~~/vww?=<;d۷SF+az)P^z={PT-[M6nާOiӦ|EP,Y"뮻]OÿV{/3<5khт~0N:xcǎ^IP~\xv3grM€$NT}j޼9W%so߮w.] 2e +ڽ{X駟*[gVU %O>)\AfQ[((|L}@@YF]0uZ`\P|A۶m&?a(C)քlxãAӓ -Z̋'NJ|Ay &3bЈ<CqB$r~7*ٴi)<<\FaJvq:t(1\F1dV⊨Vĥy<UX'3G)IC׏uԉ +]\\W^ &1T˖-rSL;Tc/Jl͛+JUPwb_s[c$.TdCݜV`G>&0 +$ + S fydc$ʶ0r (S0ULPnnn[lӧJDazNNNs̡Aa p~a/g%?>m+4h\N##d E,Xc 6l(JΎղeKyUϞ=y'`uQQk׮Yfq^qCUpqD<񙯾O>iJA7DzeĶ~ +$ԋCs4QSݻ@2bq9.YD2))y*)ӔWfu a(8gW|ln@1`y(gð[((No(%QQ:2`(s(P4cP/b50I)I/W\ܤ޽{_p:t ookqvD)#db.h"q*Ev8K?Jh\ZƍGux yޏCX a(-c$&b 6R63NV6 8>irj `PQ((^ eesWs u1<#FPY:NNNT~ȑΝ;˛?FR6_zu-w}'mժQ{f͚ckذatqqgyF^ŔI&r)ի\_|`(ggCrҤ>|=P`UhhS*ȮiӦ 8qJ +F#_Ji̠ uR_S@)JHgqj,C[n2u{ʠ +@FApqAlzaP Qd +0>0`#`Je\GUiЃZ}a#; + +ڳgv۷ª9dgP|||h6C/޵FV8\4L։'xcǎwL;vh1i׮]b5kք BСC ?~|͛6mOFoMYWZ~kK@z0 OOOq +FNc˖-5*e!Qp6ŌaPQh +kv1T}"P&u}kZtq A&~@n;((8ЅBv e&>NW@ٷx\! k\֧m},0f;.9@wtgQt%$*dْ,lI$s $ "9""-6缳9眳[=}tUWP(ApBFFC&r +((w|Fh(< i] +8(ЀdDPs.P&-'k(Hsƍ}]tׯ_?z˗@/!qT;42 +PT(PsP&-j`/$!j|GX@IC!EP +5gN.A1& Hg~ +Kk}42 +PԢ( +5;Bt'Wu򗴂@PA]P(;3G@@UC!E-pPDPj(} +_١jY>  +uQ (@FJ4, E1j +N˘ySSS#crs23,@gwv44?v=ߪ£n__~qJG8:=55%oYCCC +B<)z*|vUAC/Px28i(ifBFUFUWW/..tvvۦ#Z^S2Pv[]?Uǔ-kj矿z<|oL=gڟ}a iufffnnn``@ƈ +LE:vFksXG@IC9DF?P(ɨ:F4-?]Ap4/E,|_ICUOw255'6?T񵯽gnssj㧟>/GȈOqUq57Cn,  +=Z krrFO`XPۯz  ygݺ!@kR@H)J]h`55kxZF]@EWC!\#K[[[SSSWWi$*Jwr֯]=ئ@vï]/&&f݃'d**:ydSSAi(%Da +MCY՚ 6A:SCp&&+EAE]C!b]F ^677wvv/zZekk@D/+b-]T;:: ]ed[S4~(P__nU ?zEV2~ܫ&r?_3~24ԛozs{G?Jw#? RDxc2_)Pqz"| _Ww=J}ɣi(}OԪ;w6\?p??̖-?|fbgRs]|̋%~ ?&yDn> PG|GR Hq.5552oD({XXXIN$o9ІH[,.b"Sl?Hb$珀d[ EO 2Ji(Q,ɟlַT=q>55Tk? E(T{+}i +MCӔ -A:MCGeTs42*ve233chwzppPh׋a*o611!+ۢ=ɯ1 CCCbI՜~,N^YK 32) rϏ-I۶B}]񥗒g|z)ڸwU35U;z1~D[C?_"1=+]]SCeKO?ppw߽wPZΜ)o>]/߼i'ة7޽|jx^o)5*ZyȴYiooo_9ige"W%ck5 A/zJn{9z+ݯw?qG/U<~p|XQeoޜҗvP?qM{B.WM_|`߉I7]v{>қK[P\~#VB<ٵR]_YZT_QlZIz򓓢^oJ gB %AC#~ViX%;dۿֿQz䑟=䮎JȩJCy<QG[kk *d BS.4m|w<*2ٝs42*eh33wPTw&}\i(C__/RMxz F)uFQɝmT %D +٣olP[YQkx}hppRNOܹS/"˿ZSC}Pٍ227SX5' +0Q'=Ũ^It,(oɧkW~;]ٙ3E/*ϾmXBqj,L4Tvavb9%^z\:w}m[FSKdtn^#ԌV!9\"sˍu%5 N,=/ve>?|Co~˰+q#~9uwK % +;OEIل +DҔ m E}Ov4 -Zǝ&ƻUѽqU$ h_ul5."<(?بv^1{k5iQ=|]NDE[SPC/前PO>W^OșQOc_~};W]kj(uڂ>5SO%ʘݻʘG(vuf;ܩ}VV㊅:Dԭ<؋҈4011!KdHljUͧR]_i?,Ty0\#7ACH6HL2c(74̓mv8/<78u?׻-iڞÇsn߮޸QcYP' Ay|QymyVXLLN=~t^Xyki/ S,c&fj[zUbQd.OO]R;*+}h嚉AR/Ȓ1b癙 SD3'> >jnnwUIC4j[E]CѮp&929SC!bBFԨd@4 $:PQ Ֆ>IjkkUWq*^6Qu0 C2P fQyytLWS +Eh}-HW}uEZFWQko*O'|j(Y2S޽V*Zǭ1ӟBi(T]}2 ȠԘP6g0S_7`521뛐R꿅d E^C-Rܦ#c~wV+ijZq2&-M3H7P9dLgrYYV!_o1dy;hP7ozmydȘ`4Jic@^r+WƴukWT yJCIʛ^469#v%熒ErD/pY%}#o ʛo.^+* 'T*xZ?ğGjow> 3"^T{DG ]hh(CkZ;E E3&Q~҇Zp9 +|đI%Yv*@lW 79ϏA:JjT? THԪĆx5.\CmHU&E-tCװټY{/{}ϷN*zhVGee5ǽ5hw2<5Tmm!ͽz uzrQ޺͛SSk(DFPG1OՌz eX)/X zfKS$V8(sq2=Kr*( k(o J<?w fkjeٳņ(Ǐ/dO?}^~eӦթOghR^~I3+ݜy\F5 ۴B#\hU؄+\C5Tz6'aUc?O/]*S? +g7Ewu|믯XE/k~[ƨ>WM'~#E@Pڱ. +JWi򎝶.4 rm獪UfACPjAC)uS(` jp4TKˠJJC^J5~CJOz˽{ DTnPQ _O1؟zj?>5¢!yJCA]ը*֭ y@Ks ߙW{N{zU1GR{n3BPDG_x>kxYM48so uFP"<[^UT +PC^3 koo/f'%4#i`P*gm!2*=4䤡Ts-z yW=~wrcJLFj?O?}^npF|+ H"kWҲLvU^(I7gj UjBCщy U[_ReR^}&O>CD߹M*Ee~)INU&ʧiX r/']O,_RzzzPvmSC ArR `5+LCHC/|Z؆pzenz׮;χ~E]ܰL~gC𧡞}ui(5w{!T[ʕrond^U݁Ri}j(5S{g?ZxQ$Wfjr5-ୡU}RVYSS6 +(AF'@ +빹N)6şACg K߹WXǣn?,c +y2ariSCsGnQ5TqB\z '/?s͛;Th(5ݖ(.^̗G}}@ϛxSԲJ.ܤ—QPJ3&Úοեwxȋ/.wŏ_B^?j0^C]KHmR?w&ĭ6H᳟}g/^XjPjK+ V.GnU}o˚㏯_f8ex/Ҍ`4]'WGLjjjZZZDEݰ}QAJ{իXn*TP*6|~PD'@ F(Rzߠz5To6\TJ_6ՙV_j3xk(%pߪ j.M77!lܵfKj4ؤ0O])cmn$mUYk7Y~ozkSSS+Re}67+~5VN-҃*\e~o<.@8ڽۅ .=~ə&(=eШBΥۡhTƺ +Sg`eT8Xef#s;;AFyϢG.N:x#ZjWj(5J55Y + ?55T]]ICiNmzҟϣ = ebo sS%&?:wny'/m|E!|Rio<uPU6h_܉ L3ʐZP䡒^+B%4 }W+P^F'!#f!z* SCb\{^%'W+6_/ɇMzًۯ w-VD4jzVVJ{˷^{y{]SYM{.O䖷,qk(?wpvA}E}>]I u*xqQn~ek>͢:z4CZvn[flْAZ1D^C)6Oۿ6h_RuX~NJ)Y&~kV^˿x_G{U`[9D*GQ}JH1<2v;DZU5j0;䵌l׊Dr s%@̑Q`yҊ+ [C 2J[y{m9+`J7WILajaZ!Y_ZZRJհhPj%ҨDEݿӺ!]iH2݄AC=<̝;>UJ:\>&K;4L$^Q3E^&X1U^ޙ=Χzŵ>X]AC]\OCpO/EKuyRIN%n~Bkk~AsyOEm\(ҪwԤ@I;'3X"X evM8(s +EO gkݠpn_|/x3WC{f;SC%\HU[{_ɲz9IRQJi^CPToWl@#j|FF#+Lwӟ~Y)5Qi(rƲrpdÁĭ7wֶRj@8\H\FY{(0]ʼnmN%͢ҫHzD <3{-GحušMNOVP~;!F[zYT}ۚ +:˷kGyAw~K;>|~ͯ}#o|cωQ~e>ꡇ^Ϗ>7=?]>^Ԯyg""o.nme&Ӟy]SfZZZi̐j- lONN"[[C|oo~'rtsJJqяO/.? uu>4h.\#N\nyԷ}\N͜]yi53;]֬&Vjy!Vct|ڽ겺NNQk'8I]ͲG?M7d*W^pLVWw:;}{SѤVCwwVb 53X2!BC/_RH^7/w>u9c9սM^zq +r\H[Fw( +4n i9p`UC}edyyϚ)/5B 4LJ8)L^{766= WRo7ۖ/}?~ՕOgo??|WS)*Ͻکٴ;a_%^UaXOdH]y6msȱ䂣Wk'| ۾]')>o,}t_nJ Od)iۚo i|ß^9V>4jswk&j~Lo=pFʭ+7}qzTG2 iLl/"o?~.e˞Dϊw\-TvjqM{Fުk)-=ӷ2>ӑ]+4n†73<ʻE iw /غTPJ,򌕵N6LvN5M"FWn 9-s,FQ(4vN#TˑQΑQ̿2xN]u?qʀ~]q^)7G?ڴҿ7YEN=Vא'fi@BT +A +ۧ*h\wz9wzI7]Y!3LL̙|vlGq²7W-Co9q>Uu[d58Ӥ kqtL-,>kL65Hձ17[sJbQ@!Ph(s~챧>_ݥ[5)E2VFE@HZ! URY?6797,ƕI˻f{Q f~Ofqjպwt +=*\W\eP RU<ϩb'da<*jD2u5,=J +7o UؤwtN5.߮*64;z@)y<dPk R8ޗN ȹwVF7~3W+@ aqq\C^453SZykI!ߕʮVP箹ݖ GCʼn +?LC8kP9GF!P(;ʸؒQޕd[TP*}6MӳͺGw~6Nhho004rP;DuLMϙkeRT^Ө?buǔZZZ*i&3jqqQi(2Y6)ǩb +EUdՔz:g{PX +5_@C!Qq%~#((JF!bE@E@CYe!1;5غM2Z] "2'& JDq'_=v>ﭡ|>*KKKW3e, ?ĆmG'$]J+v+#,"uϥf6喷\Wtva:Z.*9ub?bI7U}hϱK.jKK+ YC]Y~O ֦~6(dDKFQF@2  +- >֎ d Z|j(^$E9A5~(? %Bgw&@ B4d x?`/Uݲ'QFVЭ߬IygNg! +ǵ3jjO,;O:=3kbImGǰA74hcbbBO(dD]FQA@hQXPj(r Yg>-2Z&Ph(QPzS4<::sD=*/6N-G|(i9bmCu =fGRCNP1ӳ뻂Pj&hRJuP(d3}P@(wm(TT4T2Zr^枱qGp JV;1}hkeLC{33325mmm.H`ґQ1*#?ݢPqPLjipd + p)xĢՆ---YPb=,;8&:K =ZW9}{_kS)2e4i]'ݚQuPQeB=َKQK>Uōj(5T0=ϣF6ɠZZZܗ̨#bHFQ AcGF!!BQ +(4T'#"sxĜ24p:)C% uThrjڧMN6u Go8/t j65^P}*K/C[JC-.-P#|5]vu3HA4¢sk)'6*((*([T,kPVQPAIgpm7>FGGoOoІ]Iz@Cu4TƧ jaѷ=T.YϫhՍ=j¢9~42 +dE%Ȩ8Q( k(G!4̆ީK31j߭l[SJCwPiY2˫h PCukNK/%Pq#&B  Z UWWW__o3}V)AQc`O&{'m2r{ϰS5=-}& ++pPϿ'huݦ  U]3wo8?[; &UzS=W8.b4٫zxԍ5TPrrr;nkzPV֟ȫ PCշi@-j2ġBF!UoLe9*|rjll_#csJ^|kMj߉xGD Y3Y;fm +SC!;Pm]I7V n^C4L`Ǔ T(AqJZ唻y^b`hDlcjƞ 5RL\iѩ^ӦcjI7h67:6iҷ|Ux\nRSCFxQĦLGǰ񩡐Q(۩#>e +SC&BCP"''ݲu[[D;f-wPZ۹oi +495 哔[W5TuY87so]+b>7[XR +7p 5x2YN\XVkQ+|ejqgj(dC!GkSD]S[FfZ.( %™%MKKKjS3yUKTJ6;ojaqwt.˳:5p u.uh^Ms@a]ťξ7f'/,wW4az %BqMڭup[*3uudTTTPҍǩ& +?ʱxXb -kRmmai|brp̵çEDP"Էh}z ]6:qRՏM6L{J'V?pnWOZ'ӵSMdՈ֮y6~?8OMM 8(uSDV並{3Og^DWv̆mG}>֌ޫTGUBFENUtrB@ŏr)DP>;P[R77w=sM]EsB$Y&#<뭡(Q=MUdHB3sr-0; &zG[T ӓW">*izFF$G^GmJJ[ ڰ!EO?}NF>юmR{{;(`w&QN{u QTבQSA2ʕ2 +?Jߔ\E@CԪXCyϬry /mܧZ) Q2buəFL4O(G(YH u;XŌM7[ ==ACyDkPP(g>B((@@@m7JCv ߤ}@FV6t˘Z֔7huY xO Xح^][j<'G;o+z 5::3T i(rN #(PF!P@Y"PV (2?8|:)CpNQ?|K/{=ċSܟ-jqiIN쭡5 -+N^C=K[ZCʎ[~SxE(D ̑F Kz e6Ғfrj:Bܼ/whxt\utJyiYBs[Mcz UkRjdLG *&VF]W`o9mOz>|S^7 uHmm;-˨Pv W#QdjMh +44_CYnYY,pj[D YTQȟAd|b0n?jWwsKէjp/LC]eC>5J(֋sPm|:uu[SC_ZX/+ upmm4M&*>E@F!(T*XWjؕ +4TyyyCµ;[)_>_gW&eU.;' nfmvtϱK=}+S3eWaECCT./thN˚ϥ^ͬR׷j=L4TbbݶlI,?w_~Jyvi2*4BF +(( +\Fʼn +璋aV|7wkW +5~3_"+23;̺]Z>JR""P")y3BDm~\CֶVC9GFŏ"k Q +52@@0,#r +V@r[;p %B}V(չwL9¢^Cй>}]}2rS3wtcPi9cS}J5o/,/ԷZy^J8o5ԇ?ѣ zkj(i('ȨxPE@F!je—Q.P ( `C_!6"rc25^ڸvN^zx}(vnؿHΥ^SyR~KdJQݪө%n7W|n[/~q#f#Y/B mj^n aE@F!he2P(oek U#5ڎS!"* mږkhjh 2 +8(D  +YF"y 'i +DC9 E[}&*y}LBF +(k81*rBC۱#(cI˙Ģ892 +Paj`eT9JC93{}ĐJCv<(I˱pztBF!Tk`Ń +(!#Lw[ʙ mQQIJ$ +" Qr +DOC{nh;_C[2ʦ@D!TT4T2M*ֶAmk+> 6mQ(dUQ. P^lPi P4Qh(:A!Q[ 8Nmk 55pP(4 +2 +P.0Q֮f2 +ډЎ7 BFźB@2 +R28! ZmA]ŎM +y(d +nQs T*9Ÿ<*Pvl+1Q& d2 +P(@@EsELC3{%kEeIxdyNPBF((P.$P/ +P1-P6 B@PQx!\PFr䠎P1*PXyPBFQ?ZB@ŧ[C,P@ycECvB+~!_2 +d}*{)=ˇ+Ls!E'(@FGBF! "*b*|e] uEO@FS(d +Oa = Tk*gOdy6A@2 +d*>T5T2BerzF@2< B@eʙ*Z*er +G(]Ed2 +tr3*Q +(7i(((LE'(@F!⪖N@FR@QƅSGWCY+DnPQQhb\ PBF +QPPᛨQdf)wl+&P#pI"B@@ /:;(%8DC,BDPqʦ MBF9N[ +C*( r lBd2NPB@Ţ[Cce%*V6 +Q1SBF! Ed DY(DCŖB@2 +(dTlUItB@!bPze m SBF +Q(w(M]hb +DٝSBF! 2{rr (:A2 +[uun=ݢP(Ȩ8Pnme#Bd2NPB@ŃRܪEC#P2 +(j1W@Q% hMTĚش!s +Q(V׹q[f!PP +\@!hb2*؜Bd2NP@(*?j͟ BV6aN!k2 +>upB@Ů +A(AC[A5Ȩ3 YQT#_çX(UHr +\@)*|dBdu@ +e +_FŖy +(hdMlDr GO]b]F!\#5T82> e +PPMlqibC<(r GRFQ]J+B қ5%5K_@IClb~5 1sEdDLFQ]K+B B(p B> &?MlsE@FE@FQ]QIAm +((3ZJ C+"w lQT ZE +e +YFRCu8tPE; @FY+@(T4T&e*ġW@F!s*B 屮B>J +(d " @L(T 4T;MCu (2 +Q(jr +PCir4Tȗ?rdM5|j +VC8+HjžW(L lSiQ(%JqAvhZ+bHCEF@!em J;ĊB@!P' +L* +(K*T Vd +y V-rBF2*J>vB@ERC%j̓ƏrBF2*J>vB@EFC PKT١~7G@a2 +򹔞&KIC9D~G"bkUA@F@2 +\C8.2Y& U(J Hd4T2Z- [@(w ("&{S@EWCEWFsGP4sF2 +PPPuV@9AC*L$M& +P.PP(ks4&jE,#v(XJQrC}.Qk2h(dT?W {a(@@Ţr{+‘QAJ;`wK +Q- A9PC+B"clP(@F*4Th#dAX }2* +(@@Ŗr +\})LL7Y+",0QT 9(gj(sa rQ6aɛbb|( +('k(BA QV{v!CP8(@F!4Q.PPQQ# +b]CE,7ΔQ-ʁBE 吶3 +H!ghe"C"_V +4Q(7ɨ^*2jͶ3 +#!Ly׹ +(dT2ʭ!&` NP'I%ÚW@'((jk1-D5@9YCY(m>JpBΏD +(d&*!ʁ*L#BCc +d}w (8D!QPPɨp +,PpRxC:A Q&,P/mܷiwSM$Ϻf?VɨQ4& +BPVi( fH ^?& ۪sR}Jyv3 +/,P>3%;"a@ (ĐBF^F9\@YeNO5Uݳsmsd4Ÿx2CYü:R +eR_ yN]N7`52QSOC7PVK((j}nQ%—QJCU,,.$O]Shqqѧzww/=z/u ;u!LjWҸ?bSk}T|lbFDv u F'Pyo +t@F!D@!h{eqNLN4TAi22:z 哙#j(RTNQk4?{ jvnA! E#eS7 E>@$euQP6~[*s9R$5Jã y;dÖn;{OykcWy*{Pn,-#7tjuhlz NwpLFW?VcP +M;:~4M2*~4nT[C0:>RuII^޴_977//'ZXX}j~r;+4W OөBXr̜U׊ąq{eo8SCю42*4If`A`#-,SCyV5Qjuz %BmCSCh?㓷2Pܫ6)mxk(PF^CdtpBFE@FAߝ}[C4ȹgV;,(1h-{ZWUO+4T^EKWߨRMs4ݢbЪ_7< KswkF *3~#vt5ҭrLڶǓ Į +& M~1y7iGǹ +_FRCX+pP(j6(w QlA4s<:rN'G.Pdt@FʼnrLwWj( +-+IC kQ(w tp +N"ܡB? P8(dT(w t}\yy[TJە6uN" Ycm"| y + &dTzwkv*hGC gv'x鵌сSeL~I|WOԁv>/~2Hfd@@ďBF974>N\~c1AM}3DCӳʪ# ze~|f%DK@QV "f {^$8jr*W3 *Bj)gZ~106BeGE + eWOC)c L/jt|4D36v'luBMii() u). +P(dDRC՘ +vt4ͷT+/\CMʿ~:%%%xr>%+ ?6gwy.o;p_ +O[]\Xv#ѵjq澙Q?x2KF^qվETJ8悪\Ϲ4)57g5y:ݫ&@ +4T k٭B[ 6i[rfgUO3sS+U +wѧ' L^$>,n4`rvyBegۇ5/>-iWNV(# Z:>@'(dtDK١\h(XECC](SgnݘAC L=}[ss:kv-ToE$%F|:<1|\>bQo %{y+iR1Ssӳ'PViPӳSJΤ7 +2.حA jʂ2eʫ=yU"- \C5kҩE36nȘ55}3_}PvݻGZ;edvammK?rd\ʮql&nWinrٴ!sN[;cy;=yfyU1uf^C-r=ō9pBFѝV s)Mdr4Mi7 (s e`ph4@ u$)O961D2۠&|hY9vIU\zi 9L>a\n4ԙ+@B4i=Úźʧ}}A8(2 +ԝr_G/|eZs<[5Miw@4Dckgr¢ +s1mPþ4ҒT~n\X\[9T>?=<;4!ND[Z*5`tu7sddS ke|Im'0=l!!2j09P( Tt5MXPjhx4nי<;巒ӳ415iPٞ1’!7ͯ~<ʝJMdM,m;P[Ci{ίl炂V_m*C+pBFyw5T2B E;:MC%ĹRy\7SQˤ7I{?uJ̚QUp4N6MQ?4nP>o u5#[V'or+K49NP QLL ES:FMC%^/OU 坕PU*5%#:{dRJ'fjJZWQWAC4q]?ؔ>Nh s=j(r +\#$CS:*nQ +(Gi(1'5T[gohJ^m*oOKߙ%"7)K앵N4+tJa;*Zd̑3.fsg;5Mf^uVy +5|oHZ EbD!\ߔ +VFY(hJǐ2P!kUڗR4a'f|o06Hnm*&i M; V&R!qzY%M>]cPSfr1ԝ#*Z r)+& %%Y\Zjhu֑3UPF;W:;If뺧 %~|`lN!M +NGJCPRۡyy~yiX\\Qh"!ҝ#*| rp/<{"̺]iHRUK榜¦sjqq;K/YxHyJcA\;Nmڝ&ݮ;/Ԟ->d"F;di5BQ "'k(NPvdi/}ڗ}sNPrSSڙ*(em iv3T i5sSdm"!iJ;VCECTdr%_n$yۗ,M F;dmѶj([P]qDj(}n0ۑlM{(urGSʦʦ4?~׾b}$E@CY'd 0 +Qv-hˇt[d0 DqlPd:AdUqPNA;ڪL*샀W(dTXC!PQQT#َpwk(r D>5q(rry!t"E+LuPD@ +E;:*P(rPLu2 +XEMca2W(2QQ8T:DC8D!\#ar`#v42 + 2 +Ftj(2 + B@ hDP|(<sTU?pƅ;gƕ5љ²F8 +Hb  !@xtyI:龧O|u;TW9:@r,J,^s PAET1Q.@ 1JB@r}EsX8 eאMt<!(#( +%J2p8(먱b%@ P F)f.Q-%JeOѴ1J±ꗒ%@iP0%F5luTR( +Ĩ=UZB~) Pb|Ⰿ"_JCP(QbԜ;h +1$@ PD͹lߌe +Ĩ9wA!FU(({\ PQկ& Jj^Ĩ˖(*B譈y) P1ʱAD_Y|=Ǯ%e8bA5DʨD cTJ#@%FQTTmcTi( J1J&Ue=@QA%F\ja1Q(QbT1^j^%j J|LbIrUMjq +AQ +P%@ P@1(ǢhTQʢAQ)< %F)F P  +W(1J4FiP%@ P%FehPkP%JUYMCP%F Pi|(@2g-@Q& DQ(;FiP/-ZsZ9Ӯ FQs(QT,Qt&W3|(@QTc*6|dʗc +he:UbQT2T +r +h%FE}oJ"O%^14@/C͹, +fl]CPE DfYM)<@bag;Ti%CQ7g +r +PD>7P^PŨ9T3dd Ps5 +KT cTI2d(*>A7!:ƨyP +!(@beܸj1*Xj Q鱨( +Sx4~]bT5J!( 1Vf>EAPP@^KUF$@P(hU%C FAU5%C!@(Q8 FPĨg›#CPՄjEJ.?J(4,_?ϕJҠ(@B.CEX@T %F P F!@eQEJOD!@eg(%QK)Ő((2T5{ 'CQQ:FUbPb)<% +j'y%W*Uy 3C)QAQhPE׳Ϯc+PǨoP1g(1J_/lavߨaj %FP2ԅ _|*|5ʛ%Fݼs?]#7j(CQAQ4s*P3=%[޹}µnη+e{: +-/az[w&$ћkzڸggOG:zGwh] +l;ut̗mGݻcE?{6|ŶG#Pb FѴ ӑ[w蝏 M{>ۓuxLѫw&>=]×J;՛ɟoٕ{}yrsdJ2Dќ M3}ZnKЉӥ_6_zd +xzӿfopQw?}wPw?~*1|]rsx*}ϖCPby?Em۴HKKWKO+VPxo?~iIR{gOrgɝ$z.Y}wŸ_ϧ7oM%nu -ڏ%7>|ǁ97Un.PWoL{hx뾣ڎ_ysetN}w(1L3Trř]*wOoDr'к3][4;q>;|nz=E꛽}ӿotTd(Sxb2TT1(CMLܽreb|ZG4Caˎ=zO>;5INÝ>{!3ӣ/]VN9T6.].EGN>W. +3%C9DٽPĨ4C9s#ʏ/M*;ɝWI u+թok?6:{) 5Z +ɩF-ZԔߊ5["“(1Jo{J3/pЉӫֵlʖE_;P6C4C{n^.^ot 5pjh֝ܽ& +1CP2)<1JcoJ3TWt/?0(Cﰫzgee +1cT/\y =!((QZwۧ0=J@bTzj3Ϭx bPa!((1J!@iPJ=!(SxQ,* %@9e[-FeL P(QbT.gPA@RĨL3beF/ %@ P FQf(2JL3)<@(J@2 FӠ((1*@rJҠ(Q%@ FQb)< J %F~FOrOq2'@%F(Q)<1CPDQbCPQbTc(QbT Jr +(3zA P FQq(QfL9y-QbT3(JHbh=QbT1Jr +-QbT>fL P1JRh%@ P F)Q(J1Lc)< +((XAE1/QbT}c%@@S(i.1JҠ@"@(h%FQ`1JҠ@R0(J1J +P4( +(%*@4(Ĩ1ʛ @%F!@u,Qb,FP%@@JQ F!@bhPQP%FA5b +P%% + +FB0D!@QhP@0bF!@(Q#F P=JQ4( +F0ׄJEr + 1JF2F9%@#FÌCP(Q@0b)<09%@#FFr + QL#F9= + %@0bCPaie + fQ@4Ɍ(Sx_%@įgL4F,Q@j%@4gLI%Jȥxbou3<(&D PM.e +Dv3zEj[(fQ}2@%( +0FiPT&@%u|3w $Cy,ʛ@mf( I2?vJ +endstream +endobj +1239 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1581 +/Height 898 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 2775 +/Filter /FlateDecode +>> +stream +x ,pms +endstream +endobj +1234 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [81.825 333.985 155.153 346.429] +/A << /S /GoTo /D (figure.caption.142) >> +>> +endobj +1238 0 obj +<< +/D [1236 0 R /XYZ 69.866 809.284 null] +>> +endobj +1233 0 obj +<< +/D [1236 0 R /XYZ 70.866 779.207 null] +>> +endobj +238 0 obj +<< +/D [1236 0 R /XYZ 70.866 376.756 null] +>> +endobj +1235 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/XObject << /Im26 1225 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1244 0 obj +<< +/Length 231 +/Filter /FlateDecode +>> +stream +xڅOMO!+ 0+x0C.6JM{׋UkǼ{T*520xCUpG* vE'72\l}9x"Q#w-ۘ{iG6e\NP.~^*m9Hgcw'~0oMirrX)2Y)WBW]v_ɟFuG-h ;z\vaX +endstream +endobj +1243 0 obj +<< +/Type /Page +/Contents 1244 0 R +/Resources 1242 0 R +/MediaBox [0 0 841.89 595.276] +/Parent 1220 0 R +/Group 543 0 R +>> +endobj +1241 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1077 +/Height 796 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 1246 0 R +/Length 35416 +/Filter /FlateDecode +>> +stream +x=̝ +4bʼn v)Ɓ!ٱMIc@X, E'`:F JB${fWri O6Y|)V/X/l k",,d+ &BBBkl=DYYVpM'9 9 يѓٟ/~[_USykvq̟UMYPݺTuxOΦq='>8xv===V' VKGr,hΎMjj&O5דϩmH5^6ty(B>|ŵi*NӽIp~o#)'sjިokz2'w%XhғQzdzwDOI8%"疸f~66]&_Æߗd`Hn4IXzª/LK}=VeC/Js݌I Μ*/"م렻RtH>,F;L^&%=$0+k'@Ulן&nAO~ϯILVJ`^̗e%h+:a'\9qV}w'j%1m!/zgi4+˷RYFE;< 9/~\u0@5XQm +iA0VhRһ֙yUy㍸o +].W3嶜=mԐD;[ _cG̭VpM܄8O K9f~3΢-Iy9;9yii\I`>u5EY M +@O$w1Ɩ4Ǔպ1{ ̩rʝURmr]2nk=WkjfzU2wiVNoN$;'JVY1Y 0_jN|,ڒq8>: cZ}֥'kx=OC?؋ n7I~nޮTO'C0'3ı%WQig,]ۼ=IᩒT^̗yO'~rZғI+WYMˉrZ6:g?:*nI߃yS^[z +EtKY* BRK\箙r\1޲_82W-܅Y9*)'k DIyY;E]\Uk-K t-ze a1h6^4-nF(bsaq(\l{P7^7&En*]:sLu.\GC؇XaYOuj5kqg ~68 E-s 'ۼ[ +9\/Yq\ÕRS,S%味hKzEr8WEadYs߫'PϢ:/t^Kw#k9[-PRV~yk< |M>Fѣ+=YDO@Oki_IO &'"zzrr\!g!g![AO5QBBk",,d+'y||||||||||||CO|||vQY9#[}'>>>>rGVzIzrGO3D9#ge=$=D9#gekɿo;J_.ܪ`co~/}eg?//ˆ?/2^L&Zs%yo]8\ W*O9s/?5|NaF0K襨֊l]'铡pzkG5/VPyp$OVrJGU)ΣzCO|5FT+vWB(g\*>XuBROumz'Cȿ)g*q.PAL3k +fo$!4%^~)WMOY_z3LE>>5/I%9^ӓɌ#<=Od$MoxoՓxLӌ𳓏tb2{rZ64XAO2H//?}+JgVOyh=qM\ UacOĆ"g0FEXnSOCN[K''ݗIw+~ ]$7q&2tH1b:cO ^f>GMv25qcjM]n)30␭דO┠$֓WU442CxІiwRq_#V1LwYf݂a5xOqM\-Sݞ˫Y9KO|?ޏ/q[0R^nKOxzS'm }C|||\嬏>T==4=yiwI _'[?]~|}؏5&Y9#[}v'$=$;v?Nz<5QYS=>o9}w}||\}䬏>ߥ'>>>>>rGV | =z,$|pm +z5z~i2=ii;6+ؘxfx ޏoz|,=%S)p$0pP΅1ӓap|6bVON2_2ԓӟ,01¿f!tKN ˟EO\Py^jMK4 =p㒸 QågOE7:Yz9=I48qQY^>AO#~O3v@Z+& +mVu%qݥ56rs'A53p| M8/6 M*ғy;wޢ?XpﺆR N_:$wNm=٪S7=bF߮}.I~.|=̦!?O֓O7Iй:Gs$R39CpxAt믗 +ot`i%97Ɇ3dz SdgAѕ\¿LO/SzҵLɲ'X(_,R?Nl3#tJWkܪГuIZڝy[wXGOϵ%/?y\zFke6tv- {BU4ZOdO*`ד'&}AKg讓M-$֋f+t~LiUEzӼ=}MqFNzR{3$U* ̐>kzK"OwsG +ߦ'Y&*;ϛ7ZƯ/yz2Pb[ӓ'NBOz=@O+> :} +@OM~> 'Op8&̩JFfb{ëN\6-TgI v\s%sk$Iɰ=Yb(E7 d .Gz.7 O{i`m_F#f_Z<ߏ6;xE'MćhzwGɢ'5zm7 wb}Ϗuu6?,O&ʱqe +ZI̵'dr +c7ZdXgP 'ƞLJmP{b.I0m.ߊ- EX;b#$Ŋ5bx +\}Y-|) 129z'A%^ݞГٱxzm5rMtZd'ބR{R96T*=YdslkF +-tˡwV}o] =qh|l\ugE 7 e=o鿕K9UQm 9&p&DZd$ԓERk ۦ;\^ +wlUrkNZ.ٜy iJoJ얲47U`ۆTS67r&ƝR||[M|Y'QφC\Uv +lMCXWkדYC)IJ=" UW1$t:/^ts:AcrQ_4fH[?=mt̢hgݯ75ܗci%(78g|zeXiQ=6ڠ\$8X6Kd׾#JknCu kЅo zM*qR.l)|xMR+=O-&U񠅇5x -gݢ`ݑ}[ғ%\v}߷OO[Q0ƱC S\Lw")4є!1_E{L,=i{vM F;FF%sǧCǞ>ӓeoB [ +.wOq|SdIlᠴGg/4=}\$j^x|]N6&jԍbX,GPO issutoR1tqhzR1Toʸp /nW$;z} ;wEy/vı i2m?FƞJ'7 +OVҷɃ`0F>v2"2t]+-n|!Ub,Q7 _Ɉ|RyYe ю@v$}iխ[)/^7|O,UO!l7Y'T0P/|Xד֤'kۯ=yICr7y\O߻k?zdz= =z=@O|.|_9,{xZ6;ګ쌾~fݝ ֓>?I֊Fo&\޺ +PͶ1./m(ɰm=I>ҲzRXΪڶP`aKz4O r'=Oy;KӼ]gΗ&οkzL)ٚ$n^bxAH@&NI>w՝cO9zR#}%.74eY{ͼj-Dw5 XГgIq-O +ǹ %Ǵz˦l}M=:cOFZ'qh +,#zrx)-$[d\FIUjk^ue'P`a'It0B#흻 }{Vֹ,! %RUW\=@ŊO͏=y@O>5?|=%׿C; +e1MFk#'Ua(ɰ'wyS<" z=zo_ued(=^7 _Pz}nʼJ^~;?cޏo7tq^Ӓ-aLz+ +j3r,uUu~6'Zd$ԓ)}\?4o7x9G㺧lfƊ$ʈi4{ԶM"( +j=5%n23 p'%.{{McWszÞAO0{k4.-B?S ?EչkPzRtR9hI0}kTqy%&:%.y bM'LoF|:t^ x +HkAtɰ'RK]OƋ]FcH`hǯ}Hw +F rS3ZI'Y$۫w,j3ŝ=6U _߲jEUD$&LuK'G +zY^j(,/=?|ū+7*Щ|lOXT6Ө<WS5kYOdOCg՝>+>ɭoBR|@1b5,ׁY= 'UN#OO ϊW"kVOd+'Dt*dܕ}ГCYR|>L+t`y/͢&FɏQ,PC]3eIÜ U>Kٺ߳m?*t)R{Or|{]ƇfB]faL紞״yA;F>=XІMfГevr|z U m'mo?ĕǛ)}@~s״ RמPalu4}s*!|:X5E<^AϨ܅,N-l̈́Զgz3VooP;t}1le~`?fF߮X{VNՍ=0ڠ\z20 cC`>;5ɍS8fOnSIWXԶgz3;{mXleېD"mzIZ MՓb̖٪DwTzQzp'5ΨrHj|Y]nhs5r1L93,ڞfv6r,8O7 C" +&بu۱)D*i] ߕ7r)>dY~3T(sܧ'YbSz2ĭ6Clfd@Oґz{{z"[Y'w%2|dcE] +>X +ayؑ) +5Q} x&D>lb{,)]S܆eyKsג`NTmf26y?;/!{RT[c޳z=<7s8۬bqN3O16aF]jSތlg7yj.3yr]eh]֯sCyl|V*a֧1Z%i۸=uUia21+؟Uu>eMz e H)\ߞ'%.x٦'{KSCFc(gw1)ӓYC)IJMt kkdqy[3ˊ=˱ :-=NsOI-ىmy΋cp#ڡ'XO&؝IIʧSO 6(=1azFcHShu6 䝻ƩQSSXKv26fj'^VO'XE&֊0vPy_*1|ͧUOJzpzY^㰎j H/e0?m ?TgHnc4.^+މ{ ֔y_BN4ez]AOn}JQc:-A=zR= Wx 9'Xe&ڝ1ᨁҳP,nǕaZSGu{!$чQcN"f%m?XCOL̋0F~KicOnӓc޳ u _TH*zo_ IOZԢm>zV{W~&zV=ydxD/Гo4nГ1n' #Mz:n9]=y7eE'MfsO֓ U D O T} +ceu>L 5m(E=)~:C$8D * ƨlMӷf*|g1t:=a'd'RK9h9/\ܝ7PP\2?>aWѷ`eŽO ?V7dPjOsa 7 bo;f`%}7לjh-|- ;w%G ۆ~F;HRr(M&ZA+=J2QǮ=W֧'Kw%=r=Y,qXG5džDlO֞E`-J{&ىԲId)ClC_$:7èBXId V\ݭZ:4$4Q]&>.c=Pԓܯ'׺L>q ׃Ȭ,8ze";a''Öܕ}ГCa +>X +|*C5'>Hvb6wcq: iֹka0-cu,'xLԳkvg{RT[c޳|} +KvL46IE*dE|+ݩpQȅr:w(>#('XA&Sgɰzerh<azQ7 +7ɋ +7 艑&=y7.x @OpMrCW9\io`L0՝X wfrO9tA]UIm1^݂ lؽke=Uע'K &H9 $ȌӋ7撱a?v̳6MToϼ +j6.cRPeeZOf e H)\ߞ'%.xMO NTl;lt׾PչkPzRtRӺ]b:F"ui֌'6˗ci!Tu{NjNnss^7rR\Kql2 @iݥTW7dPjOsXvD"xq6AsW8ҏ3jS.۵d'S+oiᤙn=ؗУk7 E;cXYd,cv SKDRG¹,z8m"aG]3NvH1P=- G)4sdҰA=qߧ|[OsaKcOBC ɭoB#R^~;^ze<=m\oZOs~B`2~=IƒNmk{Cz3r-=L'+ݎj"$?\OL2Ky=?kWw$dГ1 z$H9]=yQ7[NzI$7yU90|Q_g8&:rJ.߰~L"= +oV.$x׽r| /鋜n;| 0_e{tX,1z2? |>QOӓ[߄҇|b8]kdYLf?_OĦd[mɂ,Y)T+;wUO?[#~zp' ;k_c1Q2J)=COf;&-Փ vIE>mb'4?*ǿ n4[R |U\#b]`GtR7ޓ:4>^>6N;gm\oZOsǔ_%t DSڞ&88a萓;ɣ,@Op;IZy›ƎkgI>ɡxi6''zW~=y)Cٙ=z:v=@O cГq= '/&M4Yz>lLM˜ʛ O3|^ l+| +6^ڵ";Z +>}M|ckѓ%jps' +WV쿜xݵN1.L4d%vc+E2mۡd_ +d֓YCZONI–zXJ;6ғ5g_L*B=]{s״t]NJ}9YI2L~^0G dx6[]9&VzRLaO^/4olJzν}G' %ԓ[d|=@د`l-eL#2b +u_mH `,kױr=^0$,z$y2Y{o$$- ފ Å3q)uM-54Z#lM]A{n;VhIO}]@Z'j-=IdU|zrxLI->{=X#lN& eD=ֳ:'w$eCϜLtFDҎU7T +jk-F;|?z-}"?w[pw*RLJ&ßNPI؍*׍o;wM0y=F ٣}z.ãd_- UCF3UiIdwU/ғ䖱''n(7=@O zlJO 0xГu_G`(Sz,B=$ԓ1e69$T^7rH'zNλִ./~|;qH$m6gE֞x" +,VZ V7dzrR / T"{i["ZL!k  }OQqM|]:xJXJNZkT~7v (xM]<zxOвVl֓0ƒ{W Ue*DPմ򯇬Uf2d7va"Yz/~:W'#hFI,DO.~u[JzRK!\of* ]iH K68M'R퀞@'SC䮚 =~3]Ѩ >7T +O6,Xc)NxZ%QG6|frBUm:lq5*z/y90Yޓ C32=  +{ ѹk*avܥi5BmTz20[([ ;Ou~l6HQ%&gˇO7k Y-֡'P`dJ'qؖ?-) %g]I؀BOz]zrzГO7'=@O6'udxM=Us4'_`ad+V'`s״t]NJ}9YI2L~]a8[pg4bNI1K{u\4I(Hdn9-_#S|^>qH$m6gEz!Sbav‘٘$O`7=!{ucOJ'?)aPāVaŐJ+kq0\BiK)_KuRگ6YHxJLgw04[vdj^;'a_Q V]{o$$ c S7.|O;h[ORn?M_%g6, +җlGm7#T5k=`"ddOʧ ]:>l&Ρ''J' }~XO.~u[u Z'¥fXiO q{NڡNYՃ|D`qtz-/ѓr4?5ybғj2gP&:wEf6NmÂ5O5CZ5pd)&7 QUm:lג*P;%ѓzbWMO뛓`%Uc,ޓ C$LO@ya;:wM0ݎ4-Xc|mTz^uv;}a_Ώ`Dl??y*c Q +Ofٕ=7"X\B(aoӒC̪^"&>ˬLcoz?@ГW'$G z{Kz:n2&{?3?WP'^|^Al6ri+[{E'2tm%-)Փ߻oTigRӼ|~4=9Wjb +*gT]ӆu:)Id%0ņǥƧa8[ecCԓb +|iPdmd~,٭=CktOއ]8 +l8[(ô O>fyV/_XV|M'K %ԓ[b0( |= ,E6˘F>eȖb + h%d}8t,M .(Թ+Zר.?nÜD5Z8ۀ }U6@CPıB֓S~4DbCF篷L-u݆5$ܛQ EA U,oB=RM$iB(gw{Tyz^Xي}[{׫'QZנzRK!}T'k,'Wrb8޾xE;Œ ND'lӉql~-=nZ +z?t@#W![bKOIг뇞9C +IF=J!)چk,郟ᠵ$jȆLn@4n޹/.]_J4|k'*|^ϭݞ'HN 0U@ȥidF˫KjzҵtJVOvr|iSS9IMz|-P+v+ +ƘչkP\'%龜$&P4g FI=)i˗? EFi],٭=4t68v/6ٽp f)IqPiqҟH!>%}ga=Im5hRH !U6/I;)K68M'Rk){ґ/ >D,*^4?=D9ғj2gP&:wEB6ݨ'S)?E۰`8}bD3ۨw*6Hf kINSw/YjO*c:fLXMΖџ?nR(>F+r$\,1|Zi-W9=|u*L[zkȻ 'ß ^}pv'ZOzf ӓ' MO.xГu_G`(Sz,B=$ԓ1e69$T^GqH'zNλv[/#[Ƿ89O WnVչ҅YTע'K w&Msۋk{˷v"]w)zǰ&P&v'xVYldXWiCrrdbC㷤i!X^96qI=)i˗?KR?IO3  ˧u.Df)IqPdMKېD +)QW>vba}G,rBbƞ,1POn~R-"˘F>e)4Fn=VI7*+鏓Kiys< +d'-u5?nÜD1_zRܯ0ł"%jʪ{PzxOc)+nLApxrRN-u݆53~ܛKOK6#V& +VVt}"ddOʧD5_&z2lL__'vXv}+c[{׫'Q[<~.7B~H{rN.K NDZM'Rk),ғW> 'Zғj2gP&:wvLtȩmÂ5!-|6|frqI٦ɶzl~-ɩBa +S/z çv+?O7NO/ F UgۖnBR={١d2= T'rG箩qkחyi'W8c:|Ja6&cXyIa>c7K[Op,dQO@OK1z {ӓ?O''ZOzz#z=z$'n'?Iv%mƐv4mW1oB|h.WkWtmjd:Fee}_}·iKf$#/C=9 C#[z.uXW%k9/4Q]'v*㱽~ǶM*ϺdyBz҉=I48qG,f}9kgdZž2=1=U*@>^!u7Ϋ/֓obņI4]zr4oז@9;S3 p_{]*O_ +l\Q`i:pˬnT> ;,qֿ!?O֓O7Ii9r_յp Mi$OՍv],'+Y֏v!2=GMIJ2'ƞC{>vƌ?N~Yȱזp Wj@_/s᠓et +u {WeOCO;ew/w&rw=ih|qbw+ggt1jaGKy:=''xͲ:5+y֗W֓ڃ'WKWfH< jzqKϯo7%vj]\'cum4d+K|YP{dP֓S%F= =zƸHѓZ݅bx*Qyc >{] uRJa %Hɠ`}lͦ&f9oyӼi]ƺ/ mıkpP[X~ߒ,4POn~RՓlbI0q35s1⚶<%Ivy>([z׶H!Ho10N{KcO=z3HO#ӓ+I62= `vF^L|KOIг뇞O\9>g ӓ"Yй\dpҹl3TWz.}ݖSo/rdz=Di$R _WrO3v2Nj4=\)@MVQ,>SN/֓< %Cii{Tࢿ'g8Fp]u@J[|/<֚:,takZǤ' n dPu>RW!`ZONӟ4o=9M*rqHn:&%O 68[5kU"[AS/ezrk%ГecOi;@z?jb a'14/a-1E֓E\x| <;@-(v6w {֓dx'wsm Od, W4δ|Ll\(ڏ+HY{R8^]' /NL:2{=Mߦy+ub.Zftzluۅ{4'3)_ . q[㚩籋t ^-ڴJ>;<<^YOj~ w#ӞtI_9awhzqzHҒL*Hdzh|ثԤoHȟSxAdkt+xՓڔpؚ7 eNU0-&r馽ѽ0 kl$HK!=Yb(E7 d^腌\di1ivE2QsƧXiN7BOiK!k+M^c6%v> 'SOf 'Og( Ec5֑aw?X79٦9M~{{s +c ^?_}ǦdPjOsԓPJ]8$#RcXjvbM_\ =D4ϝ֫' ߕdٛPI~eKO)Ýzr`c^ _r'w%2|䮡]L*Wr'`a*XK{RT ie'L0 +_j׺ΑE:''XPy I>66''z}|pp=@OiГqɋ$79Uiʚ6~|;ގN.uF'7%( +>9G}_뎴EOJMB=Y0 TlNą+KJ|؎uN>}kl'94MCO +^Wz2k(Kdn@ʹ4M'(GJQΥN.o$l,'+ +~O8f|TOuu6?և]5Zr6PFO ۱ƻ'x wDQ#''xi9icLXؓ C ?}OeNO +zVȰkAdu1gS<֘u_ =M ^Z鷥֓#s=f^tT I^׸CH`A 9)7ƞ>ӓeoBɵ1 e\OKe0{ˣW}E d-^5cd?zph|J%y%tLN'x@A@bX4c}H*u{Orx b%q0=|psqbܿK.Vߖ!CWzRyvz[G^'h(vzГ; n'@OГa @O^M>9]n9o9k=9In(s65m2vx=&TnM$|e+m}q056NΆdX,1z`@YNǩ;|RF=GK4.56 o=aE'MQ~rv>ߩ'LUC@_)3SռfUzy9_WiC)IJ]\7elŸrS{ >qc֤>LL +q?e#bwqC==K'aucO& 6(=19= AcKj_oP eݬG7W@O ū;Jp=/[j=(=R8ד]+]##8D㺢BV015]c>]+LPǦ!St ^{ tZd'ބ2x娵á $bl]cyzz?4[ZWN/&%:;'w%2|d$6K:(u=v + ~''x3 uc=)C㇈?0|}pþu= |l*=ǒHRWg$Qyz'꼄=6v6''z:o-0!@OVe(v'I Гʳ=@O'H|sГsr`zr8sPTF#7ӓeoBi^UYc!8r)~x$[25=Q؅ d-^MB [zrWb(AO)a#=ƞXAO^X]ēJ}*V۟1,4~8^MV;OU'NaoǨFWހWjsB@OxM'L{k|'Pzr_x춀Y%ד^VO=٪|'`BO>'z'@OحiГqyNzr|[NZO}nʜ߈3$Τ6=x]qxc/qzǗC7FmQىc![r2)+ՓJƿzM(cOTOb؋xıxy{{KDꖞܕ}Г'+>cxrW5؏kROfR$DO )>XVy[&ƞJ'w /J_k%{X +S)|,5Bqh]6یpG +z +vzؼ|ԟ%zMz"Mz=zb @O^M< '/&rГs8sPTmoUߖ(MV0|2cmOR?n4qR&*?ٰ=Yb(E7 dQ+T9\H*ۼbTCn.ڦ'DvrRVO>,q)Asq{'`swU@v!\P&*?MnOkԓYC)Ib=q焝1l +g:4}kL-DO-J<5OCOXWO_W'ӆR=;w%etel"C }fP-+5^FCOLT`,(QW'Kw%=r=uH/.3JU7 eNU0v|]ip-Kϰd`gնp۴Ö2Q{Ud}dX,1z`@McvpQPn4dKx}W`ww.Qq'ÊZOf e H ђ33/8V MĠF߱Z{dXWiC)IB= *Ǹ<5w̓(cؤt*m5G|'[q,==j·-ɴş'DO]Cj׊^O,s8Dm<5#XL岝(/(j&ͲpɓaK'G +z2׹됶T*vl&֓xz_D]*fR7pȚ`}w ֓}r!F_}]|TdؓPGuuzM(ŐumN]qnɗI~z`?v"'XS&=ֳ'Öܕ}Г44Mp.섕?+U5'3)_M'vcv&*΂ɓac=)ʽCc?3*O +{X~Iev,eMPs>Czٺ׊Tɰz'G^r'h('/b('@O' lIOly@OKO~s]Ugl]z2}dhR9p\k#ئ k.HI2dAiV1dגVnJC^>$x,C /|yk 7x;XVlJ=9LIC~ӟ'nғs/Ct|Hfr`_x_/Gi](n -uv_uyRK7L"lŖj/ӓCĜ]+Ʉ,{r3| *[w-c-VIO"ݶGYY-#k/oo*-q,d+6Q{Q𹶄':\=D#5X2G: ;UIM6=XU_ ^&y8ۨ_]' /NLz@%#/ @ȿ 6]oxuǦ _b昐,@TbOEM{A<>j~齣֓ eK67 e6x߄x|m) tWiUz7J}uj'b<)c$5Oq9Öe0ԖYpJ]gh<0&Xw<_%]ƛ[ٟam[?nI;ş'ɥOʇ:J"v-0[܋'_iyv<)Βڦ7u~z]]i< ~VAkcOИeÛn]Խ@EVeSoLyOWJx'JrͪەY~\xrg ɣg͵߽9˖7ݲAY>^K'Ũu>>?ϻK1׈>F/ qcu?mm۽T:wtâ뼼z_- {emW?F]xN<)|Q>W}&OPvMQē&M@<O'HO^':] ;tyO^d%s$O(ۢJp׌」8`~pyGrYHO+${- +`Stw1%lI(lƓMRd- ?z>œ?86ϟOD\ +7aZO&-ހaɓ y|[J1fm{aލ{_ OX: :|S\ǰeju20̭1%|fy!jfyf}aL-~6WaAYod{Z}+P|3KOt;gpSOk1tO 6(8I.xR>_בZϛ +m Ņ^Co6esKh~]OT{2]aXZAxxBwOcO„^k'R';'OW9:ēe?'TdUvlUv=Ƥt$,x)xZ]œG;w+jϦ'aTUU^۳Q exkoR{l+;I1<04~}O?T$F1o0$[1okL^lvKZhkǖY/׊l|ʓ +xkd'o]wwI~?;dg L >W}|v7O<9ϑuoӛ|L4+z x'oO4uɾIw9EVp872 6;j=Pd{Rڻx+i:wJ1M ec< {yO־VuqkO,郞`叴sYPLf-LجQznI#ş'eK+cYwSɩtIWP'O$)i2O<& 'x @O$ʖnx[o_0n-kwijcZ{\A(N11ӦrēuƚCYU3+ dlc{V<J߮'@;c?IR#/AͿ9Ag6]oYq=ZZa9͏Ч,{/c\r>%3I$aGTKoUz/'XcʩO=9d c܈~bFh{*h6hWG y{asz'Ig +?k5u>3YecK8^~[R/=$ p: FUhTMa<)~0d +(w?#j;O[vaޫ[<9hh|ɤVz1 L- 0U6I[>\ع\;;63Q ݝDU*=xRWēSP5^ 0`}ڭ2iڌ\͝4Ibkmhx`G5դʟA<׹.e}Xm:-㯜xS.Nl8Җؓz6Xl멼fbk dSBI.[Urxy|5ݨW;VRV&˗u|p޺rW멯gOUP*U%͋+w=g'[ƯX'Q:0|4v./tZwtҖSMUޢ4=xYl߀xH)v=ND8B cua:tc>J-Ûrprݤ o\=JIsWɢ0x26Dj{HF֓0o';+*M^[6N]+G:IWDŽ.NwOcO„^k'eI#šxRkdIL!mi=YyU*ξU̵r$ґR&nwOWJx'J?k+w͏NVXIq[7,_ZP_M~{a>*f4}u.ݺATj-J_wg=)F/Ρqߓl|*>.CQAI',m9tޢ4?R,(|cS-{hVtbW9:+k|O܉'߻1p4tON+z)/ Ɏod?xON@<'Fx:䗮'i6œ\6ʽrq=Ei۔|Vvr0c%xᷰx%IO6 H W*_x"|Me87}O :KLPdsMzONPd{R\kyP(|ߑNF6lS$>`Kވ[+V0j;T(w_O^I#ş'x)U 'M*t]xW҃+'t +`,4'?TQvNē~Z'ߕ_ɶ;TƞS.ŨxX:Fl7⇰x§at* 0翽T? AgxB/8)eol՜]򖑔c'ŨʓkREؿ+j Y] +FQg+x52>\c[zBp^6֏$J=|ݙAǓS^_N֯@8&x' 쐑& N6tSrq<9e<܏*p_nn)Tlwښh}|/dKB)f0rxOǻ<WRڲRjRwzr7l&wxᨮc˲J:wJ1M /i5FYϯKrmM>1t|;Nڲ+ت4ݍ=i$ڠ$ɚxPlX L0ezV z(\²|2ڇkak˲AeTpO6]Q| ْ`Ia26rwlYvup +xOcO„^k' e%ćV3ic습xb(7–E:axOWJx'ogYekz^O i9;w)(=mYlQEtvߓbTyth|ҷT82>SŽ[qL|2TylY]tODnmh<;'l}O~1& HBM@<O@<:'j=N +endstream +endobj +1246 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1077 +/Height 796 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 1685 +/Filter /FlateDecode +>> +stream +x )pjDz +endstream +endobj +1245 0 obj +<< +/D [1243 0 R /XYZ 62.142 611.522 null] +>> +endobj +1240 0 obj +<< +/D [1243 0 R /XYZ 63.142 550.259 null] +>> +endobj +1242 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im27 1241 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +1253 0 obj +<< +/Length 2074 +/Filter /FlateDecode +>> +stream +xڍXKsFWTIQmVqZ)٪s9K`a==4d"4~~dY$7?~jV$_<=/Y,a֋L',iZǷBeڴD<ʪ7OIٹ$p)JөZӖm,h$ 5ex^0.Tzsjxkmgv}8ro$&7rDaQ5xLdLʓ{ӃuW0Q?6G_lQ͛$ek2O@fƭ].\:Fdz/[s7^^x9͌!iDdsy}A7oz Kljëgpə4]OTd5 +?:~3kqP5)fqޱw\Oe;G$¶n;t{_X.^)+d>-{RHKrEcx0N|syCU=[,Lb-Hdնir u0iq YǬ"ș`g[oa\(֑ =t ;ALԞGs(y5^٨2[ѸAaY9Ҩ^ i :8 ͈r3#JMN'އvYؘnߟ- 2H^@ &8kHniͣl}v;y2vzaС1J $m$Pm°,cs@}7.>v3T" DRK>\[q}}3y u.]xhڍu-(Υ33J\֣&)w-֒MMiWuž +h^?qEE ժFdokb{9bjt%9 ׌#zfD`S7r7ID&oc%5q*/I?Ҩ="wVkЌw󒞽vM|N'suXw$bwʭs0;%zیfijt2{7 +endstream +endobj +1252 0 obj +<< +/Type /Page +/Contents 1253 0 R +/Resources 1251 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1220 0 R +/Annots [ 1247 0 R 1248 0 R 1249 0 R ] +>> +endobj +1247 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [127.408 618.16 180.996 630.603] +/A << /S /GoTo /D (table.caption.145) >> +>> +endobj +1248 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.366 398.582 525.406 411.025] +/A << /S /GoTo /D (figure.caption.144) >> +>> +endobj +1249 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [106.047 368.274 120.17 378.04] +/A << /S /GoTo /D (cite.Kazman.1996) >> +>> +endobj +1254 0 obj +<< +/D [1252 0 R /XYZ 69.866 809.284 null] +>> +endobj +242 0 obj +<< +/D [1252 0 R /XYZ 70.866 441.352 null] +>> +endobj +1251 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1260 0 obj +<< +/Length 397 +/Filter /FlateDecode +>> +stream +xڅRn0s4\o鍪ڪRrr0 VҲ\IBy7K`p籓ۓXP%H&i|}{Ts%A ̞y/Bƛُ. 2V*&,-NJ2 +፤)̪XrdgloWϮo +lU#wf_i>mʨ8 [[J]eIf}^6NMލ +kg R?kSc ij(y^"!hVxZKAqek:D;V2RAki ; qml5xMĴhSܾ^^jVBNV 'nr_`4fs(5\'o2 +endstream +endobj +1259 0 obj +<< +/Type /Page +/Contents 1260 0 R +/Resources 1258 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1220 0 R +/Group 1262 0 R +/Annots [ 1257 0 R ] +>> +endobj +1250 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/saam-architecture-desc.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1263 0 R +/BBox [9.01 8 562.49 582] +/Group 1262 0 R +/Resources << +/ExtGState << +/GS5 1264 0 R +/GS6 1265 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/Font << /F1 1266 0 R/F2 1267 0 R>> +>> +/Length 3011 +/Filter /FlateDecode +>> +stream +x\[o~_`<Xzx' @cFM#!eyӵXIsH}vf>xmry9ygEggO_XUU\8 yjfvŹ.oa83/_SKa eXK\:ho lT<{(ZDH-pei8c*N6J+U!doCr(ۍI=֡X% +)ZR]j]`͌kV̈fjl0X8ŔimUwx vLZlqJxP|X1҈c +tn^2\ƽgJ;Z\^3[lIT)Bw [d KfKh6[⠚-p;e-*E֨=b 9~/DU1+7EZlڲęu%~f[m ,5^'0 H8^-iflmdMl0:רZ k<Y oJ#8ASfĠҩ8GoڒPsBq5AtڷFSf(1yJ,mÎbZ㠆h5i)3ښ֨r }ҒviN5 iM^3eVhZT`&u!,:) ;bNt9ޒPv +qı?ex aG-㠚-;SfU+.۶\CJ?\|  z$C +^%.qpn<}]yF SSVBlu}a}#ns\}c:F +;fa3(qı?e1 )MJT)qPCJf9Rd% H@U q:L@)HD83!:>'Ri񈉯C^t oiSC{l?bS"Pj ſ%D<{A%Zvz]RYUNY(F/jz kPaXaq!op ^^םΔWW_l7.!W\+f+53L>a Tw'_/yt?w{pe{BN@@ +P<*WHYi qA-7ySgN36A˥݃5V->( uڄu*.]dm"elr'j Zn)U0 pF)X}2 2w:z_`{AR2)+غ+Z4$ȕw9Hj{όY.~%=B!+|`:mK|;BhOMnЃhʹ9pΖh2}3HuI f Z|tZLLJsT=iL%L$ϙw;)a8A!%YBAu/PՔKH]G'MLO٭)..!]ӧynwĭҧrbv>񼎙-Ͳ~H7画*fL̶mٹA+n&bt>{j<`!@ZfVyFHCZ}rr?j- \lȃP +WKU|-b˜]/0lGJB&얘J%@<4 SDE&7hhBSWH5q5:uqL?I$> ACQ]6)ǘWYuڼ*-!=F1)"AbFPaxdÙow*FtGsU&8PrcjfR7:79]wAA,BjSVȴ*wa~y8߻fR gKx5D(UdMޯ>̲~ ^)Qm@eB^s 4I +?A23>%ߐO/HN+j|)@ó|Y&}ėi㐊 E[stw >WTH)=;]h+:&ޚ)S PMU鐩c +VuY2gT%8J*P舴HjZ+s˚_ҹ'|X&P9xȵ]T yZy]gJc^[d&9X-  $ol5RHLM_3I0a#F`V*^md@Ee= +. YjXi_3.los|06_U=,`PCV,GC~XLԐ01ZMYcRI[twMlEB zUMɭWd 䙣ΐhBo"vxwүW GiXx؁L1+9w$2R 1q̔cF.,&9b[;$I>H`WnoZZ¿NQt/2xr>q;!«ȉ}WV+hِn\ސ?AZ+y-EsSC(1uGk}Ћ1?l`vJC ʯ*pU;A )RlV1T +-=7VAN`-fD dF/LgfgkEa xANjMۊ v*vݎ z Q' [,^a@׫3[(.fS_0"o~'n> +endobj +1264 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +1265 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +1266 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDEEE+Calibri +/FontDescriptor 1268 0 R +/Encoding /WinAnsiEncoding +/LastChar 121 +/Widths 1269 0 R +>> +endobj +1267 0 obj +<< +/Name /F2 +/Subtype /TrueType +/FirstChar 76 +/Type /Font +/BaseFont /BCDFEE+Calibri-Bold +/FontDescriptor 1270 0 R +/Encoding /WinAnsiEncoding +/LastChar 110 +/Widths 1271 0 R +>> +endobj +1268 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 1272 0 R +/XHeight 250 +/FontBBox [ -503 -250 1240 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1743 +/FontName /BCDEEE+Calibri +/ItalicAngle 0 +/Ascent 750 +/FontWeight 400 +>> +endobj +1269 0 obj +[ 226 0 0 0 0 0 0 0 303 303 0 0 0 306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 579 0 533 615 488 459 631 0 0 0 520 420 855 0 662 517 0 543 459 487 0 567 890 0 0 468 0 0 0 0 0 0 479 525 423 525 498 305 471 525 230 239 455 230 799 525 527 525 525 349 391 335 525 452 715 433 453] +endobj +1270 0 obj +<< +/CapHeight 750 +/StemV 53 +/FontFile2 1273 0 R +/XHeight 250 +/FontBBox [ -519 -250 1263 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 536 +/MaxWidth 1781 +/FontName /BCDFEE+Calibri-Bold +/ItalicAngle 0 +/Ascent 750 +/FontWeight 700 +>> +endobj +1271 0 obj +[ 423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 537 503 0 474 0 0 0 0 0 0 537] +endobj +1272 0 obj +<< +/Length1 378588 +/Filter /FlateDecode +/Length 166730 +>> +stream +x|xT7n6e4B,Id!)!YH$4C'H'F$XQwگb;ہQ/oʙ̜Y !AD*d̨v$#KOwb>*"^0ļ#HlYܣ +'0Mڮ2&N(iyTod'g'xx/wO({}OqתՋ&D4}\|{m2h6mgW/]DɃF}R3gΩ>~=΁vF̙loN&:夺% "L!` Q5ձ/|Bwz2_:MxjeTϯ;CIO¢K:ig-[7;#Q5s􊏸[4#fJ|3Y]`cVܓI#6Գ!{# hJOtiilL;ՐĹd&2s?4ٙY6id%-ƬiIL{l\Mx?aWkn2Oe#xSވ4s7̔OAڦOۧ;h9;}=3uDSJ;Җ8AUGb=ݯ: [^Kgii10۶>HיN_H}ﷅ|`OrmZ,y3NGS3 4uʩS{nk~)2 7s)]v:ܿt>**,Q~㹇-SJ7m"QԷ,?r=Y{2t/+{i:jAeJWiet{+2ЮˎURK߯sgmqiOoWOc1ޯIRM }Ǽ7ʘ(5?./ˠQ9eUfn3On5vHӶQk (u.gT/jZo}z1MQcF=?{Hydm#jgj${,dl"7/RC.?6~i?*w<3z!kLGU@nB^3=DZLۆn +n΢EOMl|Uh֮)Z#jSd?dSh5! YB,d! YB~S1F.#o53~ YB,d! YB,d! o{B,d! YB,d! YB,d!4=NW&5dNn2Qg(Q7I#hTJSVҵt J'_a)ޔpݽ}v3?Znjϣ"@h2W`-O/ZG&yB5ڣ4`&ߓŋZܐ`R>w2UP,%!FI|@~: +MHEW1QTJ1WԋA,kLq8W\.v=!xܤLb(#"~0i-w4}#w>A}ewuGLƘG ^JˌqL?bibVh}j}beK,^p͝3{V]+M(/L*8aƎ= ?oo 28gٽz蚑œJwcl0٤kzx +*)3ztOTQQwUؾ]es/EYGrIFzpxg=QQ\%S08C2 Tp$wE_|NSAU>kEAPE͢pakf6y[^P]X\VLM-7|gÌseLws=MgifUVTzZ_F&iߑw[a\/gyXѤ7~snyρ/{K{Rp4o!Ɨ*rff"o,.㴛f:*kU2gIɜFsz'U>g$LwInQ5f&O~>ǭ͇VZ;嫫02 el"g$-ܒ2J?>OU5Z|/wASU>wP).MZ7w;T.OC(h*wU9k1?g˜~o9W)+Ocwۏۥw4jalGVҭ2ͩ˧aȰqIDGs 'bKTABO-tY5o3}~k\Zv.M5jv0ڱXoV8G,=+> .~.y=Cމerl2-*WO;8KJۥ8?S~JEJhyYNX(#}891*#TLzfasޙ Y,OgVJ-Z-v)UTT8mZTP5gEgLmlUޱT$JG)F6{^qzIEn;Ҳ&]WۍդW:e-IHX^F#d8tM gU>A5-| F^jZLUMYȥK[c9^$dd5 7zýQMCH+=(.h{ g3ڜd[Dcs׹hiRd#JJ_az.iWQ=оqE0 `}RகoMr{P"*>/<ɯyǖ(n?3Rs?[nMUlX1et٤,YTi@E?< /7sX%Q(cMdݰ15XAG PШ#*`U{ 7ryirc43o6FM惵YR8F%eq"s¢j1)kZiYȪN<;$۾&Mu"T"f%c:;I> k׃*>/?|ȤER@?j}NBK"Q_P02B F(ȭ#)i@X~J_>Ll^\'S,Lݘ2erLf&S7z.L)LLɁLI LL`ggS,L1f1Eq^$SS8Y˜,A@bIg)DVCFqS0S?2II%p[o漯8%/8s3O>a|ĩ9>~{]v6[Lor78:kS@:L´/3" \y,3LO3=Edz3=(^GÜziӃ켏^{v3p]i'\P 8gN;1me=Zƭt tӍL70]tӵLpcWs+W1]yW0]tӥ\N]tӅwr>yw.9Lg3ma:Kɩ&3Ng̴)P H :iC aTS >Pc XHZǴzVjA+ +350-cZM/ꋙj@ \r>S=ILr9LgzS-aTT4i:{6i*.1MNRILŁx/hb ^aB ^N qH@<b F3bga ~ _ 7Fb A#LLx85,( epȩ1)'pן_ԗK 8zrmf3==LݸLLLR&mrcnnԙ0ubr2%3u +AItP}())))+81LL6(.%#de +cpI34SgҘy[cf$ԸԺ~ |?O{;|o +8;ҟGv}=!7}Am[붓\^bwe^^~іzxxmi觠~6m1ףٮ{xAŮZ'jk7n`'v o;|wEtuG׶ȵ\77Etu_y諡m].C[w p1pp!pp>ꝇ΍:'bٮ-7ΊŵQOw6שF)[}}k}붮Ekk֮^u[k5U[WVNzm6zom55 "An5 z2ҭK|d%%%hDDپٹ]f/\[[uoyܜپ9[gfjrfs|3r*}ӷVTnRok$7ikoBxxNZ37fhߨB_OܝtN 9Nsk~Jֺty:w<|M֣0USC^hOt' rlJ g3+ѓQ b\ ZW |[vnE"U/Is4J։Stzz+䫘Z,%/[P"JIY@ڔEF^CJM(R5}iҬ2 ڡ'^`7v;@h]6`+p;pp+p p3pp#pp=pp-p p5pp%pp9pp)p p1pp!pp>pp.pp68 8hN6T;Q` /ֿX_` /ֿX_`  { { { { B==@`=@`=@`ֿXk_` }/־Xk_`7ZLZҌDv5ѡ 딉4R#~6h&m6C$J|wZj=pfsRq&Oˣ|_~KF][+ց2m1j|vrT 4*kiEdNzO uR3P +ۋZH%h9~A/ db#@'gUdó9 +`Ǔ9N5blh#f:UIg9M.u.~Σ1.b +(%rysd};.ۈe Qqepb#ЦGk. +OmScy0V9Vs1GFĩyUrsscήtttקȪ h2*mm'I5t,h1XG랴?a=`t+=.ܴ8OacfgwhjxDgI +C=n 7@dU׭1[&Aխ_̝1 BD8c b/Gv-|Q$M!zJL4z^1Ӻ95EdoOh=vǕ 0c51fIȐG[NKBpyYZǬ{q%>g^EjMHkt 'LR;h@͹S--awٓbe:Ko~kZ3:.96S\xfvf֬ ۈL`%]*#MMqIWGb$(^/dhr0 AF49{? +D;[DFr>>+cԎb,GQ-dR28엊؄G<*9oC_v֭Hӫw_xܾdv?4ɕi:55O/󴱿87>M)ݜ'QeGUfpT-scp-5f= a(8lb+\6VWΞ z̸Dm0؊-@%41czep1RGI})f=x 6j͸k=^V[iT3A:cyNqC}ZKL`+,.` +.8k-:aD:ZZDi|[du n8Ytg=ʦ;f~5f髨!<0^k;9)-ފ޽q0avgB~0[ٌN{j뗦f7;>:uI#I$;F%ƚ$熍LofURL0J1'&#w=e#-mp{E[`pIq;Ժ8kFM,\X6kyiF4oYmْcG~I~+vb$ I i Iy7m(J[zO=\NIąp{ozz~M{ \ZQ9$$V{F$Ǎ4gZ׿l@8@\qv9ςnC!/%_ZZ R RZ Z~-3aDLqt(Y.SA̢xd޶J~Zhm6,c 856R["DE~gfSqP9-مh%04b Jd4,Cz}cf6l')))))8j +]WJ25k}v 3!EX%Jþ2]VJ+S +ie4wCn b|1M`zc"bRp9 n˳`py*Rv!/ˆvcs5_m}!͏_V+CUƞx𵍆sUӲ](Kփ}!j0f8f4f8ff,x``W +y|UItbwf`sHIe.)e`uYx#OHʡ0.a%Kg{H(i7lxc$<EGvmdW= WG]Ӿ*^гF̤./Q5]74Nd (h _9spo[P}M~&żu r*JNP*AשS13zf32k4_|~mۭMOE}!Ν6>JMHgK \HIҀ- BVF52.gvXBaYW Tp|8*;5"^#uF(7&(B$TQDt72 I|rr2>w,& -MEA T6')u2d*5n +& ߈;H5 oHO=}SSGQX矣2}ر>n`mݨKiÓfa؄{p*9Np#ܨmk^ěGG:cOg2@ip|,~23q =.EC1w99\1 (mSdw@tOQ-:#MQwEU Uذ(# NbXesusTn4$'lNKBRyYBl7(YQ*y[#&=n֠%^uz)-oXx7̠z赒OdqDraSR"Uxs=F#>.,EY5gMUJ%K@\L3ܯ glx\$`)3KrjʑdH.-jr4j| +QL:5i_mm6+a!]V!q)ۊZ[a,Ķ"ER$üժ'|uL=f[3` w&)w\uaRI`R%z;% \!Ε]7YoPȂWM2^c5Cm8:z~=)7jM8ǂ-Usڶ`N(~w;zlZᨀE牎O3nM n%y|~,?@nyͣ8+50p8`YqI~#yѸjY:zk_mǤ@C FLfnI_>^*n2;n}M^ y=2呙'ApQpv; f" % 3sm@msaF<'-- V/Gn;{S҃l=|U ';e-nkv엠o`K=Apa3cYL,KP-==Jsj㝕34B{gabt ^3kmzy> 4Dsycp"ŵ43gfrtNTy;u7c߾%WW>>꼄ZRԉś4 '@5 @53_|jN4תɪ~xŷɷ$vl38OjWUQ[Z@<<]C1!a{,Ixqek=ǙcճlHK^2-/y +0EYa/>c ߪbMime  ɕff\o+!ZKWE\K +-+δQ"=h&"<֋_6gͪrLJ@ Qj)(T!uʩ~G} .TFmq* xkArv3QχZ// *Wb Lh`6LKLgj6]|i̲(P*w u?pA]!^UD좍654)0+HP4Ÿ՗8x:+XԨ z/0 +,qԶRJ?KwJԶ&}& XZB +`('˺p;;e?f׮ĮWpZ mmmQ _X`LMG#3$Q`vOu7廗{^ͪe>31D*Xeu4dQ1Dkb" T8p`[m;oPo 󁼟\V~Im]\u]: xZ`7PeN? ؃\GS_3fI- Xko,aӍ촑6N?{D{|-WgǺ: ֺA$0vՉ⃕.6zv Wye_lci!4>>я9P> ƶm](䔬d wlqVzL +Sl3TY+˄{˜m7Ob 8yswpS`MC +<6Z=ֺL܏cϾtWBuV:L ?rlֵ!ūQKX7pqAB+οjOƜJ +L`Co__%e7Zi1;0IEEF>]NUKCJ(rqgw78k~*-'k`:V'E3ȈtI8eTm넵gC$~lŧ]U&.| bwv"LsH 3g5snU|+o\o&̀(QqLև #z4:V/$tL2C/)uy*~%]KBRS"u}jx߆ ՍG s æ 5xt`pt-wmFbpuwsgv@F/pfP9k8wE= ϻ:|X p:f3Rȱǜ3JԻ/ '=G-xFcE]g7`Bs +i.Aa?*G@Er Ps.-gc$ [5?@]A.9_Uh20 +z0 n5w1|g,IC$)h#)kDJ{ 2O{I`7UDfmȮXK]QRjN8Y 546E?&'zFi&^9 ccFU4/4x@f!MW>c+E4FŇ Fx[khԈ,c-xJzg=X5֎@wjM &bbuYi?uZpHWB/8ڬjV)9gOͧUC(Gӥ EO:OEY$XX۞ȸQ륩WfR%6?KM?0_UVDz&u`.W垉Y_G7sc}ٻHKzܭTV?Vw~g_3dѱP]l6/c+"B9tк2\|teo/]^z-y) j9oh'?6{} A/?EE$Y+!'%@G 2QJ!Y;_Lˢ^rGmp}b#+:܁V f's}<n٪T7aӨj65r-5;NYajuYT?2By%ߒϼ)f0"9 +_!#LN*u8l%s^/H-sy%37%0tV*Q9I♔2Ǥ\q,("KdG"H+uS4&P?y-`}j]>E҇#iW2WгȳYҰަl\վ^t8'~=wIަ\,3To| yehbŰ ߔfWwM kTΠW"؏a`|u*o$k"b,@ JH'vcYbH Yj*GaS&6#[D5T,([5UyTV g5ܻr79 +Ҧ~c#V>V_OpBR΀(=uT?/A +x2wG?1A`,>bh5_X.q0pz I2: +pga*Bjv $Fy~\VjO ~Kd$S(Q?!FgFg&8a(% 9*\PwA݇rJXfUw&ɽx wGxpG6M!3܀N9څR Or^퐺 S@Fr)> G +4SKUR+kfO_ڃ^o\VJMM:F3ڮXUWר,G+ϰ5NwĻvՍ߾n;!_ѳgJը uLx-3mNWzH`+#Ke2YICMz ŏ"XҤL+sM5i- 5LJ4L!3uBI %A'uPtPQ'eE:fBƈ$^ %a@IK䒕HOr_1hC>zvdgV%XFG஦=]ߺm>|M7vo:A4FV' +~ޞ|Ǒl3̆A6l>:A6 +L$,wSNNfMBS#R\%$?Swe L| =#Id{U!Kr0hzbpZQ/ƘӭrAzk0w@+Fݠ4BjeXJ0UM鍬 Y tC ,v62Du51ݸFVtXOGZgFJV#}@]K'טʢTۜJ!:oE'6oS=-4jjh+: +EIUj$4&U`XSWN]Ó@ sbU-wOT U흽C=W^^ I0-7wrڜԆWRP[ 2-H`PJH J_R]t4hZk䔏^u0?.7 v>?#3wu M >t#bcj>)Cu>y`ʌW>݋=K\i1/u#>&kS}Hn)4UMH^DPș=}\PA7$ctӎW%ʵ!j+M[ڵZ{4B[Mȩ)w]-"p51|)gOFb g [T.!(5kjov<^3Y#Y넶<^H6֢ݞ)gT7V҅\*_2v9b}dR(.ePY0ނG[ = +ZW/B:Áks +!Q"F5Yr)^UVGر} t*h-c^wI Ձ4:LNh͵Vm)&)1y?;t]W#En:wM}vI=x_ѝ}Fվl~}~\bp! Pu)^kh%nZve-`n\UuT*$^-pKm~m;;lwNqE2ĉ,;vڎIa B vHުң?|Kܺ7^ =kj㝑xw (kVMCVIҒ}qE:x(ylqj]G*Jů5_1=\DH޿E M+ +,x{fʕ࠘y'& &V8`XRI-!/ 6Z{pnт7[P"_p+Nr3UXQ!fp ظg(Ju6 +:u~`!,_VĘ4Oʼn}e[##5ãz{yIȱ/,Yml,ie&Ȉ{ž&v2HF䡺 # +G*RȑmJon1Q+TBӶ¨ImŦZWZ._:*-o&D[/$j>slF[鲪U衮z/X!5쿒Mbu1?m=p":xV| ( hs,6(Z5 X_UX^o{hT>? !>@}!f=@nN< _LOt_z VKJ|?Ly4NaP<[Qد l0]Y ܖQvŎ/ۑ93u2T-{_W/O^rpN)m.@/aLEu@)D'fp1glzvKݾu 5>LRBY ^S KrFP +jqZ艉3IuPJo":WO$rD=`5>>1Ɔ\t:P!Xch;S Ήc5Jޱe_SN[x@t{~[:|%H=Zshdq[!Vr;ܶ5B`y}seSI_+YuGߋMHF#1 I1_-lk"h$ui69b}]:gZ̢Kd]\f4|C??<_OzB*|`KM2BoCckS 5$5q"F/K"|logLGq<^zj j&ωVFDt+SZӏ I{?f:O؉EUEG(Qɠ:c+~JHT4V|\"}-pHvHs@^6\v UL×j%Fq|]褳|$73[y4T`d%mC۠u#ӂ:h_ko-TY[ ++EAEpTۈke)*1I.ٔ܅6?鄵NqP|`قs&WX ^*BCf7&'\9 5XU)|Qz'pYZ_-<[o(+8z-ڸok?q|2 :2uc |[PCHVfd4Xi\덚Ri 5JQy>ȟ(I\yG]={o"wޑwэwx+?2Cgn)l^*Bf +/}?y ϒ "L +Wyev +y4il@L'1ɪw䅗."/mY姢M tg?xx 8/0[0հ~2.0F\@+XOoB蘛F.| Y4X=35Yޣ#jv"-p +f) Kdu=2=,MM֌R{s8)hW2EֲMJ"pwdj펱!dĎ a>jαN!yj"jiDV.ҜOo6Ώ& ci+4jUrH\7\G/)kͣ5?2eVmCӊQ<}v2VUv!ah +jm/U#鑔}'oxa+iˎ}cu5;$oˠaj)VT&dARK]v) 5X[ h{d3|Y&C-Psp{R%ڶ&ûY46"]=i/m5R\L DLjmFrq/zl9tM6Pפȵ (['@1R+ɸڧ e*æO/RL2KXMbԒ_$NEΞJmBQu7,>u>w,atz=kDx\/!M@TijncSON-ٿW ] +Hm ^)dlVF%H3zǛ ɗY 㰽$O0o25/)&'zR|]V l{Jl+ZLj>]Nٓm[ `(A)qlрŻpfk.&Q@KF:d0Jܤ҇ɨZb? |X-GSc"gm2?j553w3*O1i~~`r3jaYO@ 8 y" "+\X@Mo4?93/!gt=/o]sj>)V3fk-^ڏ\/R3?}0| 5c& ͕[JntG|:DZV&_YDnqe,s[oߚ9B WDJ,9ΤZ 7_E:,[nkJ|m% B5yPbxadUtEVYe*z5C 5G ."٥T^Ka5 (; 5Qa +![Xj,ijȃ:!9}wtja#Ь8|Ԩ~G 7s(t;> \Ơ}cUxZaE#j`,kDT5v:V),Z_@gb-hq웩LT +L&OZA*(s=ҜXR-_?6G<5)Vk`S4z;߅B[Ylq,&78 a}[ĦTY:Wb5yX1 @^Yye L/&$ pNo%P,9Ȕ .r@̚&8Utu&,(^XhB<@n <6#sg3A5W:Gmdllc+nבF۱P ;AA VفxX?@TaWmewniu7>  !$ I0AY +hA !OP! •@G_!>|LVCMpDf,fhe7cNs7mȸ84kYQ$u Y"IQSQC5EH!ofkX="lHΨrOm7ϓ?GxC|=/AAĥA"TT?C@<$ ) + A0@$-&c^r4Z!91A#-bEƪ!X;n 7O~…R"̙6LFL?̒ojS7(| I$j@d;AsJmNűA?Wb˟=&ep$#');$QPA$H\#HHr;}ӌ3)}H&r2e!Qrө:=SPd (@* l9ӆr 9E{G"`HIf.#WLU#W57B YƞYhczzt +|M +AgM;5=̀:`M}^s;9,$[C_Ҽ_4Z Jg{LHOPL=DI'':Ak$,peA7p#@[)1ЎZY ZORs!JDmnZ24Cv}X[(fR{;+P Q?lcip5kg3ی`@cSN#MLsKVFs"Z ˴_`W-(q؅it> dLXzcǩHiP1QYS|uZg-+gvY%FhC1z:=aA4Zm|u/ b46ON"ŀ@9)#aހ(/Kl,Xl'}. to@NEtʾS&/XG]&Seg?)LH1I~Vbm/wjpeX+t&|'>aĖIB'Khcv,3LE٬7Zׄ͢{{/šQc6Y y쀆~ c|D'SVV>63@\Pos̢Ivx5Ra>ɘ0G''Q{b{ "8YW B2 %YFZ{i6~{)a i } <_9.Ỽ[>.@ +r#'6|5xͅ@潗%_sV9")14rUOߢ7ă离7q.o~8BQӖZ7[gd9j@[QJYhyѪPE׆W&#qNFG @Mu-$G\W?#`{%,~I2 +v" eגmW6цpg.uL::-I—~*71 IF/vmѷ ne"m{L\+ ʑlW̉85ͱ(cXQgp>!^axuP4 /,MBi&vrD<aB+QΣPY+E=pq- ӆZEUkWfJZ-nlklVZB=,oXLro_ qrV߭|s4בֿTWp'ܰ 3Mo<=<=4ܛ*.8Zd6#;F]/XwQId&6*_;'!5v)7+qwۜ|98[=WN[ߕ{..n_cZRQsS Tb).Vä1&3Z@fF;j]L$U""!Wqo|MUQN\%6B +Km2YQR3вs(4gTz'Rs7UͳObruIzFaq>>8jrHwv["/:ySo^#GߙhhϢpsAYNVGG橭:G+)^H'FQn:lr<B\liǓQ54%9ݏK\7(ݩ+RD;9 ;z;ݡѽ#lGΫ5KvBF=0}:)d|?#|*0!w/$&~ 2! 59\p7߅e֔تYxj FgvZKsΤ6H:tֈvYO~`/J2Wl#΃meVM,>cK_7LŇ裭q-oU%ykXC֬?ӧ4Cx[ճz{6R- ޗeG#R*8J9~Ckh>Pd)MݚYur&<-XL7p$==r#N1@z=I?Ae)"H V88NZgcdu\7~}|{5qRrYVd=dS\|an!!g}Eȴw,qV}G܃;hiD'4z4v8~>Jh|FP4i8 ow6hy8lbTjѱH۲3e.d t̺uZ43:I.z=7=ml7RwRw7uӕN?;H2 r{Bv<kCG6=1m!?BFp.8ItfLB<_I45 Ytћ6H;[oY2'y徻Ϛ+ds(&=Ðh NUG~ -{wP~?k)v:Jg<3^j'-3 נ5.&y=@H!!1Ȋ2vִDݢZ^r0lG5-RgW`oќ ?Aj>o4i2pAM6^C2"HɁs!>pAϡw}vЏ@.z-0kQ'leXVq:^_TdA傂/%^4g%L|I^JBUާj-"g GNH$LBM$!1:038"^0>4b^omjkֆժZGGo03 +g}ZkϜ^~~^<] ߀Z9v-,;lR ,ٌɼB1?W4.,#9+"Sq&1fݎ;wjEsNfzNAY׼ܓ}:^%$Hg{7a^T;),>ɯ^ـ(eN#8F3mNom֚򬖬MɚK25K#h=uG1Ũ㹲oׅFg:X0YW!{shz2haAH8l*4Ù%kJ ;$h77j5ɹX/ 5vcc>aˑmw'ut77Ef :.|>p?q ͍8OTPɾyybFQgd7͙5YiLi/L}rF]Yl~g֙]dW^`D6젚T^rW:֭L#3y}OYgjzcqgY4R59^d[fvn.N| []O&/6}Pl1N-ս';?ZLIYBee "^ L8g*gd/ל#ּ rL!?|wZ S9#)^xAt /u]e?y*ΒeYoLM_9闞?3(?Ɩ.R^4Ylz]b%y{jV4+Y1C:67yfftJ,Y̛8sK%ݟ>zoڎԲڍ+>'~pjZ\wepGuIaHFpBO\0uNJ6 &2ɍ9F>_|BJgZנw61־+.UZy\-A([u_ƪ6&GIC,uZyUj5 y ⨸_4Zr33Z!9/++׬4I/jn2+x#1^ղxbu\<ʏ9=M}{\}YEF hi/ZԾ[3-z E,'%}cN, %D!E>:WL[L,䭤!ߘ2iII>|l,KdDg璴i?Q%;* |yuӴdm9ޜ\E^8WrsߖB/ @[p(;,{KJT9"/qΑ1XUer I۴T4W-斪˲iY~XV_Ys u>F_;MN7ok?liny'e3\fmymsMKm\@>h_)q(wvܹ1k79wBxXgsFݝq$&1@S䡮Őe\ٳ}.[!_ڹ[mALb$&1ߴ$&1ILb$&1ILb$&1ILbB+K z Y [§@`0M? ? ?˴?[p;B'32+ӆ_:я= ~,G sp-ǖo;o?`9 ІrEbB;a5a#a njyǩI^寱XibQK^ ǁܒX60=@ 9D5Y!~ B}8)x_axXB?wBo- %~ ȹׂbB;a5a#a aЉ؉8y ZNNHgǀ-S0' m 'lX쀯!at QT Sd+?O 89aՕ,r`x# xU/mc}CÄ+x?LQh*^ +;Y6 1 [gm1q`GG0D8LȵQT ?`+i,&Ť4bXLIc1i,&Ť4bXLIc1i,&Ťb܁6H4 `nnnnnnnnnnnk44 ?Ռ|<~]cBH{H{H{H{H{S00L= S00L= S0OavA)R >H1|b Au)R ax9 +0y˻/Q8$0F9G0<6!ª3bB;a5a#a X4$w=o1Dž1XLhC1Xp7n 64 ' o=yE$V7vjFB$z>)Ciy!ǡZr<G ǰ_'hrK4hh ? 35SG<NeQ=kW,&V6vUC|L&Ivb`ggB`1$ۚ=<n!߆fڍkhGDG,$7->Qmt̪}E)ذcl`Kt{r<+exW}eȖ}MIzjgdU URYmaV*emTKJP8V ,=NYJ(tD'ҳ>Mq/+$L*,0΢Rʲg,Y.k~zrY\,e?erY\6%Y_+e_c`e-Cis^g>|Eφqevc:Qp.@G.v0Љ&քRj\lZ7b#TX+zA!A,߇6#V!El.c(D@Ch+Azxjz @Os^{[Lr?>DZB8K|Uµ~ &~6fĽE-\l:]G()m%Иa:z< pظ;ÁBP 2n{ukGP +8e'_pn`) quzQ/Y%-f>x ԯK 7q}W|ĆzU +$rԴ\q[vE %rUh yiո}&kѫo{ь׮dWNs7z4 AaRfi*hPcEc#w(F_iuJAGh82J>gR3O/,q^EK??snZy-J䨑 Dzt:)#c0=3͓J\EZȕG܋.;˸3"ekeA"NYvfؕx+Ey⧟"j#[xC6p [!.{AviFӲgV[yW|x!%*իrPr2(r?sj"J.*ȫ|TVy~zK"zf3.S/ͧ|Kaꦙ9%s}ϯW"_<#]mWwIY4r3 WvDg"sw jGvNZ{Ge*ǞcFTJ.hI[-r?cT^ed{Wg;jW1@έguKAa^%42*;fτYyEyz(4|T|$+UbV\l1PKV\ Y}}Hh +u8Q#N<*2ZԨ<*G#2sQ{y(p)Uƽ8GW~e8jH|vO5Rlz "!q~s+ީ^e%[L7[7\1ڋ|䌺CQ[ϝJfe7]{oծ=^1,a S]Q2D_Vlq)+U(2ѹDRe4K<y=3.ޫ+2zӞE~+Q] Btw){eUhv/$ꊷrFwGew^Z#U&L]')3 +PǪG=8ψ#^]EoMζu8ڊղjQ'!vգ5hI9_H#֡&LkG' )ǭcoC_t4MԲހVnP+֢f3y Wʚ([څz)pUͤQl:r}7S~"vS,#ykaQ+݁vHqm#p^@pv܎gr2ͪ|DLo-~wr#v +ю+&^3ζY#prԣ#$mmV2:גHtEcϖ(cI}^TH`@t\anjr]!kd%:F|{^Ј_!*ky HMojԮ x3t '>_Z{Iш6>(%qsw9.)uRp%mhZݽ.oU#\.5r:]N#JNWHt=ZwsiЇ Os =#.wp@ +zA4ĕ^'\` +H~X(12d0 Х74eҐ߇֢wǷKs%7(RpBOqSDz .v_K +€4H! l7wN;pRhA C9%upaot<$VWxX.C^^=AtܽQRBO["R܋i=\Zy!1+P^,o!S)=`+mR2S"'eCylGyWG[nzǍ8uJ 48}2MXt7+(Rx z^S Qv.vG`؃؃u.?oNwW8=N?߂pH0 zpJy6ӕCt;JNt +48dlp*eT N39i N.iFKt?8= N?g +hQ`bƸ؄(5S8nπ]8=NOӋt>q¨*%Iq0.66prSpLNq(NYTNi8m''D98;Apz~3/{,(ăS>8'i8m'78fp,8}5GQpz +g^ݢ(Cb.8S58ՃS'8i78σӽ p'9řQj_inQs~N/gրS'8]NCn;~p.8=N/;Baq8Ujpj+N#t>N_i_)C|3i S.84N#t;8N'8{-hN[րt=8}o$8 +? ݢQ\ܢ]ki81pB N?Mp@טS¤B^Ӯk=~^t'_ qg6_A'CA/  ?3hq}oߌ}Ԭ~߾/T_M]x3>=A0}kok8qt0z:_9Rx<_u纞z]׹wo>|FQlQlIfa/<(^^+.qlO x=v΂(v`0ϧOKIMFJ5-^g)O B:;c n6+eS)^}هA %*/p}>/SZu7; Ts nlUc1WX`q'- aJb_}6k}C!մj][IIII 2]VVT4 :W|߲UX"uxEab-(E{݇,_O]N +GlJ4-g&M^ہd0k{N1 sro$ub7h"&;寗$R(-_I(z*ܯp >!F+]nkve+]Siо'\j PmO,O]O>;ld+%uFrRrҥA'cb^z(W]Q؃Vy-;E$MSt[a-[vQ˅[Y[:wZ(.K:\-鰦Bq bk(j.EMiڙUmh`ت>-ki<;()m(@%e]ͣQPF-b4-iUm)nm`&1,‰i NO+'~0Z@j0 yx`j.< zǪ,hjjR֦͔nS_jmiwFYVZ8ª?UOOaFġ F /xabI *m얕HrJS)IF\1a厍xtjv$P TS 㫟 4/;7!ӫTD 'U58iwVVͨO@~]oca!ùQ oRp:R q3W7-K{"0fƚj^x1ŴgFXGWuSa`+qPlSoT58SN 0u4kw`yhjm$ݭQG[u C-\^QYYUSUUYQQn5xJ)3PݬYM¦UUzTVr4 ŴZugjۮdEyyyEm˓PtV}V Pu^3V>0`z sij6R̈i&eTfTv$I鷫 +*A^vo'3 v0a+* W Sa*`#-UP4剋?-X~;BlpMh{qީfuF mv{}jUu#lZ{IyjnG[>ɱwYg<PZ3g/Ni$7F~_yFFBreYjy뻍)4?Rqta{p| >#?#W3f#u~̶7to[gr(je 6 O8)+21bmOkޱxKb!ɱPxGo9N[A X* +Qa!Shq4qs9 UXk;Zh RLކa7t\,w0dxn8Uk(rs.7A + BxAOx ށ`t$Pz{,n!]&ˡ\ Mv7 #!(yt +_bX cAo!gxY0ٜxޅaGe\询L2xTxkX`=|?gv2=0f`0jxރ a>4\QOIRh42nիt}-0Ocvsp7=I?J\ <m ,ŘT ~*+ %P oQ-mA|x^,v›>-pP G* p7 10J`.Q7<[Xk`#|5p(4ń C7V T%Hf ;&I؇nTŒ#e! k_v$L$L&잙5>/; $BEC8&Lp"$©3."\J0tߠ +J-! &v -a{bie %\?玱pn} Oa$$lB؜ՈҲK  &G1bDf6a.a>a!a1e .Glo++ 7V MxaP ^i5&lFؒ a;xd}#[  Kෞ&E8p"¥+Fa++ 7V ܕڰ#g,}G|]F&jj +ԡXb=q]nΡ+΄* V7* V̨w`|>[L{:N.g"M-0G{*k0&P +a,UPa+p {v*,v[)mMiI5k'm=MvoRBNqԿh|W>;^µVjfR)+r^HVS +,eR)+HvA|MgS'o@3xHd|rʧHHZ9CSSSwK{$lml;+4-|.*/紩VIN-t\6N]z+gHwLg/utNp|pÂ.˟ |ϽI.3Ej\R}r?Is+<1Rk0pF'1Nׯ*4]hi:?r6U}jO u?i6zdN妝qMrLGTRi'7c(@];AJJ:R*[Z*ϧK+W2@TGf6͖{뜑عR>m/s8km]~;|\ֹ#})7s%6ڸNN~mws-Om5NIgKriIK]kf/mGt{vk=\~wWn.o.tNLg˜۝\*P]iE1_,NUSp!p?85_˅q;.׹a7_ ]?oznhmݐs_ %۰?*[:+۹ۺ./u;aJd(geOA?y0"$_ُj(à*GDg4qF{P <5R;l&V0 K` Y.[ 'hl[mxy;ݻն$=b/$[!^b؆oVhנ-ي9wɜɜeeκLA[ғRn^ Szja%p#.el-bG<TC5@QjYAVռYxMv\a`Sab +m4`|.)w+`oC*%J P窟:fjNx KS&vs +rيI)=<+==xPP*ggrggXF]6 7{R5+d&'*|'.FBq! E,B\,.fq `2qYcq#EbǬD|nOYo.>> C|)dw_bQav8"{13@ (r) FS)33/36UOmFm: ӓI˓<=!@'ד "VBh)Zo%ZAh-ZCcFsĥRh"ڊph'AS'bF;fw-e%WTq؆kb}bA/C"~?QqRE췡x|!&Rjed+גj7o%#$#IFvKFT#*Rο%#$#%#%#5CÒ$#G%#$#?KFKF~*9)M2R+r*̌aft%̌љdf1r9Bkb.Q6ϳVa^6dh6GX {Mb[N-žcle?}l?;vf?#mlR6JRPfPYOKg@cCPl8X?ecy`|&+`ŞeB[>h**h7]kb څZ+"v3lQ&;ͯ隡 ϻ48l]Fծ:kA`Zhl!{e +[>dV>:el5^Ķ^A1\9>o't0+Vw* l +?S|}[/d FglGXv}Zl.wr'K] +ALFT\$x &0Y$Li3,xJy(^0Ë^x +,WauoRx[Xwa!XP:`#| * P_`Wj#η =0`?otb4 Q8?qNp~Z82VjN_j_.n_MQԁjR3u:LWTSlLRP_կjSVݥ~VW?{}LWTkCa'zT=WQO'Z 1yqc~vng}X?֟>+bD0{=fu[ʖF1>a٧l me*ƾdWlUokmEL۪}Ui_h۴/WkZF۩}Ҿvkk{ڏ>mv@;hOvLY;~Nji)y~=O7FލĻy~ om7w;x_~<| Osʇ{y&gy6#xs(G1x󱼀A>x'y1G$S|*OOt>?gg,/2>/b:_K|/oWxkx9_ 7& ?[g|+W/6%ο;׼wo.Ϳ{|/~C0?'$S>)|_ Ke?cg=Oz>NB!HO44F1B!Șhk/a!NiXVDrD? N'za=l1sFV݇b]?-'t^ +s=tQ>,BT WmVxGxh~^ &zOOASw{P.KNOm"^\TcZHHB$?/NDE4REx9*Jii'~(^ttEFD +aё4)k5LcF5Ś"bKR|͖OŨoFFk폌;;w6I_^h<[ G;qeMj}t'{#;!{OTy\6{ EC.hFL)bXmNRPPUr +Jʡ*jPPPPnVvN(/TW^!'[mqJ#{x_| >'SqV|&>_/W3%x8WzOGDzuKꑅWzzQbA-('Ggkk>jcT_".:r8ډ ?YHz == +CBEҠ,( =ʀr\! =<,$w+F߻cK|EE+I*ƈ b +{0}:<$#Û"EbG2_8/F/E\#7gƚ i[{;t`Q!"E]N +#s:\s:B4th9Qt, _UN'N8$pZ(tʐ"t_H+Qי|aTS$Ӌ"idiNՊy NsX/Uv:vzN'}=I>TB>LZZ$ZZ<-.(%t ]A"CND+~yT'VD&Zƈ֥[HҺrNpXC8Di>#z:O~l} +ևLc,41w~]]]bZcY FkcqY9yD쇘3c)P,KEOu)j/@tqtItitYtyCѽ}ѧOGFEG߉~(IlѯDN#vmQ۶혝aWk5\]ۮcuzv};n`7ٍ&vSjna[٭6vۘKbnLT\XXvLߋ؏s6m1- t Q\b3kqqqrÏw #/C8b,s鸅yls$u]+l`v 7lwj_g;lRπRy +~Ms=/=d5 vtюЎq5q^QE~!+Y؉n+*fb9qJ85ڡc}J́YHNHfkIgS8눜T"/^cd8oLWL|@wBiO&e9\2p*:jN5:l˝*Քv:>]$NORN?y`g0e.}#8Қ7ƗC{˦?o~$_h08OS)SX0ٞ8 Ko_iߑO}QW7I{z3KeW_=6 3]>b*| #&'v|BB$~a7r.c1+vML_E%IkF;Q;Ic쁙FQOBΞi(Q6;feY|g#I9q@9a_u}i.{~M"c/-BC'3tT6ef+tKDe}hwQgG5ӛj8@9RǙ̧<>39P9Dxg3  +;cqvvґbΤ.ܞFxrx`*t?9(R8tD8l!ډ.ecz_Ǚ1 A8T洲S*ko*kRi9G[Nu=r5 &4l1S˩pq8r\N=na9rNCN:8m:p;M8m%qrqiisֆiiK5[6q8jsrN;c7ñ=i8؆Ng=.{Qj)ഀ-vbx@CϤ*BiI$1(^fdI6"giz=)$btGz Xk,[qqZ|o81SY07>0Λ5;C.%b%edʬ”=)|2B١PИМК롯pppMy RԊRNJ9h;"U#""S"""FDΥi5ڥ I4mgډ~2V'k8{p++YVKFEFGEgGWZK;.g{=^g߰IOo'}B'<+Z\t^iDen B*T A*T* U@HU UH5j AT 5@jHM 5$$$7@j Aj: u@HHH^ R7@ A||iA4i0@4i A4& M@HS MjAf @Hs H %Hi +Ui :@ڀi mAڂ v @H{ H#H St 9@t ]At  =@zHO =7HoRRR A @@ d0`2dȐ +2dh 2,@  #@F@n!@F AF1 c@X cd8q2d<2dBL21@n 2drL2%@n +2djrm2d:2dF 23@N;d6l2dȜ 2dn r72dȼ2d~,Y @,Y r,Y(@yY dq,Y$@,Y @, AH!H!HaY 2@VY AV5 k@Z kd:ud=dCl1@6l A6l- [@V [G@ m @v d(ȣ N ;1@ ] @v < Av'@y"@ O< d 7@ A@y*@9 O< t9r0@9 A# G@Q G1c y +D9V#Zh5!zXiXiXiXX+6]9]Nݱ:4CzefSYʡzԌ:P@#iM9V`}1>c >c 1?c ?c k:kUl!Nkbv(LJChR<7K'u:Mg;:z(+rDyUD+ZCB5IKd$č(Qom.Rx둤wGY[(ړTƓ(coq_]!|!2_qiG&3WGQ--mYo3tuBǙɣ.Q'1<>\eN3ρg/!9aHJl@ȦѫE]z0hV'd ӍUҘI1?rH)Mi 7>/^rb/S?T~6U cu +H>drϋyhF)\ lQ]X5" Os9 o7E71V, SOSD +>eEôFg2 {` w=B [K :#T zӊkrf/ +rgfUK .Y!MH7;G:$gc_*/ktfb]Uoum[p AqJpgU$]1&ݳso}+ F'ܳ2QN3[߱2$i+|+XI轄~tT,luEN?SIҳzf$(8+I_;+INw&Un)S?<1guj\^'(Fylngg'T?Ewz'gX>D?w%>ȟgA<_H Y-y> Ho;1ﰝ)H[q$58)%e)wZ!j',޵akRtYZ1>[+T4w=Nf'VO@xZ Ү$3Y 7DeK/wj\ts H◨$4 +s9#IfR,IBmwOY7rCC7gjlLMΤ!$Xƥ2yoWFB׆**%̋ߛ(! uCm-E:#fRW&>LħH6|{WOǏďƏŏǟ?.|/_w8X8(gR-)[Sŧŧ^ύWxO}8F8]ǣ:LգQ"u\=T졷w;ɽٽŝNqouݧA{=uggK+Ҕ)2$2UFddT2]dtd\RJ%+J"j2GV5dM+kڲ̓me;^ve'YvȮZMv=dOK}Ty& 9S!g;lL.!Y(ȭM># |Q$_ʯNQIT)*ªjڪv:NꢮQ]յz5AMT5YMQw97jڠ6MaYmQ[#jڧuTS:RoS:SgH}>Q^IxWyer^yWѫUxUj^Wëx K#ܛXq랡'+PYWzȻ<(W54Ln|?6JLWŪ[4*Twiڮv:HyG1^vԛK}~c^u:r^/TMfw}nww;]n wg/߻?O{IҐMr 'Ify,[r|@.KRQniyPyTH~,?ʳ3 /K UKVuT*_5P U#X5QMժjZNVcԍjnRjSVBRRVSjzR<ˋzż IOyeyW«V9?By*9_. ZNr|R~< ߔ'[myJ#ߕ{<'OgUJeҪJUTyUAUTTeUEUUTj*WSC05\P# jnW3LH=%jZ +ݮvsGu^~VEu#Oxgz)^ {^ī7e?dL| kTH ?jt|`Z}7ћZfwޗǎ=ǖ^{)|R5]fRȧ(5oy +룏'/p^E37y=zr:ĬZI=`Ͼس=Þ|܋ZaWWZ SZQ3a[5s_Z92e &o>^N~GoFʲ=mSYOMHCr$IrCIKHVݗqBװ,57?k>}}Y~l/`֬y4u}#k굧^Wnvڞ$mJ*fĺLZZ9j4Fv'krlž8 +c i_F0P+=>>>bN|V|I%a3wkMqî`rk-۞=z^)Z (>m46cZǬ&aDˮOۘc =lxRx&Rx& +R_e]8(GIJwKx +nEʄa\׭OenC*6qRۜ*Uu*ng UsRu5*'mҟa=s_21RVQC7P۹TmTZVT=ACyvʼ"OcBrqY~ (_e~yQޯZ~Qկ~CQo7f~sQou~;Q_Gq];D!](kt]5Q|]5Q]5Q]U5Q]U5Qu]D_磯 چג=twDbEm Ϩq'0ᾖ:.SGn6qJvk:{3wrK!P^S(m s;AhkW&~7hn̿/_Dž1%Ƈsr΄0U..rX(slMqlXoyFkɳ+lJveq<+?tsE{eM~ncz%ʉt }R'XnEEX~)c1֣_;XFō&MMe@rl֢5U\MuWS}5T jF p5j$5VBQczADD5CPܬ\ƽViJlq6'w`UcI::Y9wN''3lfS mXE=/(_ObȊ==l*k~<`5!8ߤ XM Ne>5`[u$Uro^p٪[@(Ql-':8r/_kּSХ%*ZEMEM)<23e<}Pbb(ν^An[!wPUSjrG5yj˃g#t<&S=yR0/T+_,<;( l?4clǚԕ5OΏaz9!M9B=κZs=ۃsϦ"F*$> ~?@}}:o:3x\Ƶqø¸ΈQXΗyȌ FhU_NSbx> +x6f9h!8x3EiDAFkqI#3I=70n#{0\Ene f,ߖR> +{71a?tLeP +VG;:ji+4ϞIХ}4qXE`=sCCE&ɵSʧ. qw;X{^ :Aw{*fK֘ngl4$MY +NEFoJޔiʺRt\15|]γ,9 +$e%;ub5F&ŒYu +b}k|#z+C#ze)WWL^^Yb't'sC}twR){J'?*" I3jq~'38R:3CZR;2hhubMs +ZDCCgXr ~3SCh\$W\FOArH ~>C?ku:hg1Y ~֯~9C?뼡uϺhǝ XC?;gggSn;svS@HcˀԈNciV] #|V); kFTiE㔖f}xkvwV:yN^'/ ?@xM +yPZP!H +lyKْ9r/ozyj.+mY +X6L6cޟ'3ѫ-)f|oFt?̨~EvXC8~1mc +c#m9/#e9϶EmX*LZeQ%(QJf"7)*P^JP~Uu"jB)jC%\5JjVK +*V5TI}>KjUNC:uWjNsl\`7u<[|~w<~F164bBYM..P&oPf-h[ږ m mKBmѶh[aU^UVUSո%T=*T^5RjZPEJʪjKUjnmU&Z[ EkhmK5Z{/ޘ=`|҆63(^M^^`1kދ?=mh98 r dTȨvr3Ӧ˄#hFo#}FA̞))7bM(ZV-+j]M$_x5(Atctm&A \3l$(4T 4wKio&i/CGhzěh-WAKNW`%5>BuW|ܿ9(0AWUxVf0*؊id޶b5q [&ZSwF#*8n.4kW;7,jRk2wZȲhIw9I%uf-ϡ:K ty]51jgYT/ ^SsG'47zTg>.|̎(ek;0Ֆ_MzɕEck.g"6=[/[/z(gN蕛jW7_6b~ā0fnØXh1e#: +DRzywyܡ ȅ2rkX2F:,ڈ[(gkީܼ rV~U=Eo׫r|!&8uUu9r|#j)ElAʙH9 )"R#r>"eR.DDʥ&%!cDdHٍ+"e/R|)Hُ舔HH )SuBIgrL9%A vD? % +);ӯz%deb%BǻݓWh,8w;ƉD򹯺SuINo{VEv"|6c3)տ]m =<}adxv_gu/,[6LY޽S3Se_뷸|!"Ŷ\]b +i>*E#yZ3Gy{gB=i6N>7oܳSV}Q_*;ڒ?V>o>_7>l_4~Ѽ_ )_4e-JrTEUQUS-D5ڪjFuTKՒTT;ګt:Q=UuF7<-)n Oqx3|];iNw|;}Ao,3"Z@ Zd-rIEn">#S>w |e#.vVB;+Uhg>lv6A;[bg 7b7}p<2iծH]ӊ:& +~D5_d1xGҡaGGY&g{<|Rl90-"tt:<<-xj"a 14ch<$4tk୙7[ [[K[[] ps1=ց7{)uhc2$d"W"#8#"2!Ib삈{jdz2k8DL}>,b-.gWE+!2|5@ZemS;A5U*@JjLv,x;Z ,xpW+B.6puNpr89\N.N. N. N.Nj5kww[[[[''NNw'w'w'w=}''?N~ +48y$8YpK 賉iFOvN`m'g̃BEJBXB0cČQ +3Fie1c/y_*}55 kAF4KR?93u9ԙʌ8LufZYPjDEP묨u6:;jZ5FZt(X~HѰDv6: ᴴu³c: _wCifn&Q 7[{hD]Vk=;EwujMsc}gc(-j u|wchyOw䈟dJXglc=!;"Z؅g,b/H+f:ĖC_HCpIi/WkVlwb8,Wqqub:e":gcu|SH~;ގh +Y)N(Gq::߁2;;Rf''..ߗ)ORP9I"B"MR$dR"GZD!JED*RD +eEq.Jt(-JS(+(O9DEQrʢ2%*Eu-jڔGm)Y/Eg/zT@-zS!_"UR1P bB)bJp1OxFP#/D멩 6P3QlbD-fZb+vj-vt8$QqT8NIq)2+Ɠwc+wiE,Qˣ/ywih'ۅ;*$9˰vWxC{G`jfϱwO&{>`Og싾(_/ާ|}I|"r*Zzƾvn޾T 0ӾQqEw}k}66v~LQ(l)y|B"`1R2r +J*jZ:;uw[ l3 +'A`o``?`*!@GC>|,9(1/'''_ + +| 88 8pM\<|[E%e+W\|(Gt K?~88888vfE8w*_g9AyyDyq};?z'w;·|;ǽ |;Oy/RryVhV'ROE)61*SM܁*7k)GTJUpTVMeWDuYH%\*ʣU^ +yU̬JbHr|ROɧ3r|V>'Gh9FuB)^ x _$9Y"_ST9MU2/ҋJK&Vڧ_Gk"nuFIgBg:1Zi]l:շ:NҹtnG'˵#N~lbz(AdVM5Cz~X?Ճ`=D?0|:. B.]Lߡ.K2.}._&*X7MtSL7-tKmt[N߫t!`v~s +JjkZu][O)~F(~;κN޺zNuw%PǸ5_f:0}IO/tOF:LJUQURMLj:NUWݥꩻU}]P=U/mxT?_ P!5P=QAjS TCH5VMTSčq5L='zZTTkujcGU>Aݯ:T'Y_YR5VƩx^6&>KMVW5UMS z]Tl4CjzK-0CjZejZV+*ZU5}PUucT}>W_"ڠ6FjVmV[VMmWߩ{SRWQT?/:l"1u\0QH:~SgYuNΛh$F?#N?џ ^zFozު;Cw]z7sk{ߦ wmb[,|gݓlt>|qb| rP"+|U:-֯x3.2;9Km[Uz1sKh=mim+.]+b*^^5fO*JX#QxUk&?k;88Wå + +\xLZ"R_{;{~N[=1$s>_#mw]^xhoc^m_KymoǧU^<ӿFl|Gc|OWs8+pp,pY%J;{z%Jz('JiJBXh2sluUsu~^62p {Pi%j<8;j+^D1uRQEuEn_KI:.:.qqRWǩ%hS^#boq8gb/_{s^+ssJJJJJJJBWjM=uǥYkqMʑWȫΑ7N8Xu`n8]qXMby&W;N)~wߝw7^q7zj;p7Y1no~:[qё6GbkuEB_ }EB_W$ }EB_1~+yV~=F_޾uoʤ F9/R{"zYFKZiO眯8[,gt~Pb0Z5aֈO:'|F:!J,m{س~)\&۹r[sm͕ۚ+ ]9$ N`/ۙyɑErds$$>BoUVMg6N[ Boh柄gv|*i&eb%Kbo= +~hSľOb&b/{|LE٥'{ +Cw!ǖY@%}F{AH#*M&Z-UeoǮ9&l4ǩԆKGrYmWPz&ݝ61ힴIכ~n$ 4ftMԙRK=wnp]j&7*>ѵ/oep_ִ|m[Z,r+mXܱ٭x`%XfV; +NZ̰V;ŝg.ȃjKnm]hwE/YU*/[(jJ:_a Đߘ̘^{ܮ\1}b=!^Scf Ҙq?Ø8{1d{S;;M'LM +ᵄpN MNlHY%^H7R鍬| +*WҰag\I#F#i$QIp;O?%т[ϮI?$i Hn/œ2v|O`u}JޣMƗ^V,B]'vvٸcpOvF5;'}P +D,ѲD-;K,ѲD-;K,ѮԈ%ZvhYeg%ZvhY*I/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲD-K/ѲDS+^b?%>}αݞ>wn'v'{=Pb{Ş+BY㟳s7en>;vNܑtV]TWHaj8%wpW6JVcCk;xuq$D;$쿚.-ylN D[{[Uu;BG9=<o8kW:zvy=7ޙB з7lJ)>ryF$-5Z17bΓ[ݮr>X)!&oJ>dc[%xkUfhmvX+Bw^%1-}~UwO?JPΕ^6Rym~f6s!ubX"ܑ;##t+=1R3{D_vޣ#.[ѽ_X'GqUhۈ(}s)q_--X#ǭDfF2rS19dStpzVPEm7Q}km#ycF1bHZF&cd{#Ybx#g+`v#yHs+!\S,KENmw}:Z#3unN.811}i$#ˍ\gV#ˍ4%2lHfO3%FM4F0ҴF~dI#χdL#[ȒؽSdn:ψߎLWK@t1Ō2]fiRᤨk*EqOzH+{AFyx,LqzJYX@# Bg!ځyqHn ^n33mF.*-q$#)7,}m=MifҞf]{f|}aH1}UlbhH|IOx&5?^oFfE2Ќh$[b픘`36%7،F;_Rԣ~%)alI#*piM) 7kfaf;NG!~Ff^?owDӢGCriף +3(3oՀ3W2 1g!9sA#o6rX~L 6>!J;1p_գKV}Z==JFQz(='J/[DQz(}^wһE=Qzq>0JGG Q(}J>5JOgD鳢Q(4J;>V7-*eJ"keU~EvuPĄ֯%,$Zq ?2j:-z>Kޠ99p2̜1@1-00=1SŬ6 %˜afcUƗ\RoI^^ojC&%SV7CFD棴ӎIw7dRڤhLY.fw@Ku&f֛7hJČ02ҔWLE ><*cbꌍ=cKC&{UƜjd\k94ߩRo&3S?=um?upgbηѲ9eUˋPJZvL˪ֻZi}]X(܁h SftUƼ{cMo0:;Pq1:XѩcŝvYun٘]/ovVXX6Rnmk$S. F ׷q^qn5So~.se Y1p=yÓ/)ӓ(U3gtl?I3g̜7+fn}枙g͘=HygfOjΈ9Oyws{<=T]ڻt|U[J?؇?tKucy~=ʇ7=|ϛkgA` 3NYaaNJm)+;c(r){8Hګ&4W"I78ԍykkʍ_?~ǯO;WSٜp7|>q]G\~S񸶒d|ұ%#IuJw}Z?qqbRn\k䕿*UTJN O=0 ?Wj̅R~5>c$<O3Xj\}lR+P:00W {U3r|k\w4kjzDSMk +T-ݟBpGŸT˘$(L5}=-7O̱?Cx({> OamcpN@PSpήTE??5P "۷pvVeTk4-lkr]*|G8p__ TW5|gp iq_0&0}1C?h; 9Fs~ ;0L,A(#ːbOr)rrxV ^5ܯ Q,uKRG{X(:=NPQve y_7;KspE^@pegU@f.z;6^1h?G+FK+XV'-YIˬeV2+iJZf%-YiiiiiiiiiiiiiEմZZL--Sʹ^{*uLmVSITj*i5JZM%VSITj*Zj+JjZ*ZjV*JJ"~RH_/RՔj5%ZKRb%XK)VRb#*+޷\k?ab=C?!'|Ѳ)Gj$d.d.d.d.d.d.d.d.d.d.W>[AVgOgk5l }4>{>{>{>{>K}~̛EkjǙG16cbeeeeeeeeeee̥////Vjs +)\\\\\)\)\_AkRRhh)\\\\(sϞ0`+Y,+Tbp#4g Ĵډ?:صʧfz4L0f, 0'rU%R֪Ʈ;*Ϭ=Ub +3w&| _3,=BstOS}FǨqIY)"eY,e,REʲHY)"d  t @B&2 L d!@B6'䍄lN%~B '~B '~Ȅ,"'cT+\UI `Cavvvvy]/nJ80%fG脪-*ZAk( vp#7C߅N@W@wzmzAo@_(~@/K +VX :xO`6`^7r{އ=ڇ;~=|87$oa?>>$U1Hth AȰ<2O{6x~ +g HV>`|øk&AA>u>{=ĶB,m!zm~:ۧc YvU 8  o\ +#q;|Ǒ8 Y ?Ǒ8 yp4'Mq7wCq3ǺCo$M-9}$gj*Myɇ7>͡ =)MhJGS:єt4!4)M$s ) +Hth AȀL֬M@.A>ueV +hm&(:wt.-np^n>0A}R!0p=0 +_酰x X OS^j_y!,`^d| VjXkXz lf@~5 ?-Xk/`+l7=  >>G]#1wah߅Q7#͈fs3܌xnF<7#͈fsoux~[a oWw`]+x~ a^|1=KD#(Sͽ{;g}AF#9Sյյ={yZv>h  Ȅ,Ȇ&A4W9y02F]右T| 8  !R!|qi! Y 3tƑ8 yp\oך{BڠRwH\f=ύD{O` qwIߍ~7AX@"(\/ +J1/Oo#ԍq:! ^ejJqvOU~ٙ9 `\=,;_cuO6 ]ƨn燾)0cno*L0fÓv y!o5䭆ՐVCj[ y!o5䭆ՐVCj[ y!o5䭆ՐVCj[ y!o5䭆ՐbD|?` l 5a~K@~9lF7{5rʠܹ&F򾑼o$作r^N}C0<O[HW9*']夫trUNխ.|:&̄g +<Ȋle+fς5Jhkikw,KłEh(R6IЄCd4l9g}}uC 7&FeШuv[IJ2v4~oKv:Μkwιdרe.cuX]3 iLg84p3 iLg84p3 iLg84p3 iLg8 +d(@ +d(@4DB=y +8zg~߷r<*LTN «-«-ԘIԘIԘIԨF=5QOzjSԨF=5QOzjSԨF=5QOzjSԨF=5QOzjSc&5fRc&5fRc&5fRc&5fR> "N_'cDxN&lM'm:p ]$M$M;)NwZGutZGutZGutZGut?w9qA]+ử^XX^L. +77b bF܄ofI17&ƤޘzcRoLI1/&ŤbR_LI}iH U;{~b%5S95[~Wݜͩݜͩݜd%k/Y{K^d%k/Y{K^d%k/Y{K^d%k/Y{K^W{%a'_3ojDEqun΍׽{zoR$D^{7zC2-ʴ(ӢL2-ʴ(ӢL2-ʴ(ӢL2-ʴ(ӢL2-ʴ(ӢL2-ʴ(ӢL2-ʴ(ӢL2-ʴ(ӢL2] FlXCt +6_UAPM"9ofNfF$UŻͼ̻ͼ̻͢jUE(FQ5QTjUE(FQ5QTjUE(FQ5QTjUE(FQ5QTjTǗLEV}UmoX[u=iOxZ"&6ׅkmvώn +h0:;ʱd:b7GSc[Cި."%ͷImxN;qNes9Y0WJqj\yq XD4ñTCP;Kzox5GMѵ}tk]Lf6ӵtmk3]Lf6ӵtmk3]Lf6ӵtmk3],ԠSrjPN ʩA95H>ѽ}t{G>ѽ}t{G>ѽ}t{ޗ9z܀X&4>x*ѱ 3&gsai셰:vQ +cCk\猟znX@ȽʟS:7]a+V޵xV<cdx=7vŶ:鶻[k'iZ2MBc(k1'9z|\ ÞT}(.-+GrvZFScnL-]RyU`Q߿? R?zϥ=~ULVϵavx.?wCOBOqXwUTTK UwPUwPu5%G(9B*b%*(8H,wPpA 3R0 +f)8HA +R0C, wPoz+QDA(VXR%J(5HJPjR#F(5BJ8TR*QDFcE gj(UvYl~l <(?5i gæxMn<.;DžF_+\+O7|j 7?t_f/Wz3vBx_nw̹Ào{|~tZc{&T^^>'^kY[7OBO>k>O_D:UO }*7EoY&>If=2E*Ma+;ʌ2UxUVdQQʄLȄ˹\v멱URO`sk=sB?&Ԩ_{yo~L/ BgwCnmw]˽{Ȗ_')1NqK@u5JX&i+Ȟ ǧs3¼xW79ܣ{^.g5穽^RwTRxARa1%Sb9%^jS{WR}ZLQ-Nщ0/%`+v"WE7uSں4ljYX{9^woSwV{XFI9"p| HPo7SQL!T5G QbG=$!quHC˰2 -z˰[u:abXpe2^wrF6Bl]yb<.2a~lgx*.tߎuACe%y +2oеa^l~Р7;?Gmx#l5؅'!j,ۦFJSaD?;(cp\P^,[/[o-\?k \OzޙxWYxO2-27mzχ?s0. Kq(>*.ϟ ר5*㗢!4ZS17R%Tȝ*,Y&Kɒee^& hz6|˽݋<^}=aNxͩfKRykE";L.3l[<}OxI{M;s/%ϵ`+Z}Wa vz- [v/SvTEv%b{Qsr0%SA1~)y*@c:~s)9+,wu.6MvuuS={$ Ruu8G(cp ;}N;='m8{߉t鰺Һ%U/v4uu-yp_S]S]S] ,ӭ.Yi·}*G0/:MF~NЧ◫/ vb-اUllSͪp*ܮ\e]֩T*OܣJ&#ײ_*|Pƿ7Q+k[l]jK=gsymS=;\ֳ\쁃V;``ڠ+ߪm~Gc}u׳vdկ kU}u{mKN{y``f۠6l|T}GQ;ضM>-܂[CީwA66ST6GyFvIyI^*8 ȵ=rm[j#6ً&;9nS~c rw]EPr:nn֩(>n]7ޮo#"Gt٬.+;INgmY[t9ӡE3:vMGl^^Mlt6{u6]Mk2XVb]Ek2:NlnSNY);euݩEwjѝvJY]){+FY(mfKgfm]v.uݺEnѥ3t ]:CZ9ʩV]aũVN.NmVm*Mŷ6ߦT|joQY՞UYޢڳKw.ULo:G9 +BEPQy9GkZ׵<]ӵ* +*Xʋ*2"W|/,|l>HtZ+j-zi+ҫW&O>i+4J(M"{W܃bNpFX{)<&7wGor"ـȆDբE";`u-VbuŪX++VsjfjZzNu;t;ܩ3j[[ZݭJJZk#\r;9Gw/{ssVwseQΣإ=q_Lt=|o΍_BtygQlwhB)?5QwapL[80LZZYX| gڼ{],W~I+xw&_j1+Q}V4J:n:V׻7b ykx>}r]zz$bt [Ӱ5}kuֱ{s}>>/:ӷ?)߈|[l;׸Sy&&R[)_x>OS4y_˜Z+;ƴ]9࠳u _?뎗 1~흿ZsA?Muo ՝!CQk%Vizo[['WRp%'[REdTD-{ZUdĸ[Ÿ-fN3Xy:G-\nys; +wse{L]T5ۈ.r0:uka :lTd;m+}KAo=w]r-CroO/Gmwж{'g&~ 8qRwv[O$3u~:. | |§1gߢ!:aүӓ ,&<Ix1l`cC!Z<ފ!ɿEO9*?嘰b){){){ 8''1= +wԜp|Wa~x:нfyhi kxj +k=_ +jKaz<~{ځPm6q9>5Z1SPTiH pQ8XY8Ǯ/B45XcX~Gx7{ [>?. d2ڰ2p=n°Z6ͫejټzwɷV܆b9nwn܃{=\`ʎuJ^A7zNXOZ' }(dr1ae(-BXjVתZu^;3lG%\^񵘏qmZҨF4ROju:'AZ:ҡjmZ[֫jmZRQCݭhrtt45TLCI$х,,"9>_ϖl9>[ώa<#9|N݄of|wp n;_7,B.]]]U`X\]\]<{c~~X(OSZsG:bM}8,e >qCX]+ÕfĿ5}&kCs|~hFSmq( {"\6FGOp=n,"|q#0G_̙-:rv؁ v"]+l_,5:dB=fΔ}QBY,_L9]ܪ9 Լ<MS|WE"cH?fkRBȥCG& ڷ8yV*mJ[\{utd5XeyAFPMk{ T*nZ嬮G.TڱȩDžc:N8 o8:ZZTkzN8¿p9{|#iBG0/E,W&@$MB$MB$M6|q;ěwn܃{qV~|X>Cƪ"|q#I& TITILZg:֙Τu&3iILZg֘Ƥ5&1iIkLZcꏣ#C,JՍ?Ubf),tnRzQJ7KM_1!kȚ& kȚ& kȚ:߱:߱&I oț&I oț&I o뒳tYk5`6*ոB:WGQsu tn:C7&tӄnMiB7M 4&tӄ}˾evw]ݮx$$o[Eo[Eo[EoQZZ:s؇Q~ a#>]}@W_/3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cLhG|/ۉDvv;QNn'jۉDvv;QNn'jۉDvv;QNn'jۉڝ%O9K<,SO9K%igDzKQbR (aKRvTFӮ%vvٗB!vnobsBQ;l;Glŗ5'ó3vۜӷG'vx|tStgNy\r)\.˥r)\.˥r)\.2IMyt$7IMyt$7IMyt$7I'W~|X099ù+ܕvJEvф]4aMEvф]4aMEvф]4aM3̢9h,3̢9h,3̢9h,3K01Tp8ס& ̳v櫝2翌_/qJ:%dN Y;){CI!뤐ϲϚbMSɎ>ÎrjN!k"LB (eO9Qd(NY'?eO9Yd,5xqYk2&&T.M:udM3L)'G#u:ydMLLLj}Fk1?4&LsMsM3g3&vD{&E5?NLkwm iSF{ /{35ctGnhwN; r~37 E"@[hm-|<>|<>|<>|<>|<>|<>|<>{y|`}Q:+} 8*)ڷe}l. Jo $ 'a@ϖkE-^o,1A_~NNS~uںZPs69M-=t=M~ +f LkbJ҃j!W|joNC]R>Kxr/M(y9_w IEz)b~5mײv!HRqR%Ŭ^r`IyVV[ۅOogQ2{++r$Oүg>GMѣRGk.JG(=N2Y$VjФ˵j)"\@$@ +ʠ^*֓#Qx O'S`NT=ϲRKD @dA +4P  z>hF1hfrc]W~?(x <z5 πgs`'IiBO:+o])JI܉Bl56V" vfv+TkWnBƉ׺8>QZ9^|_D$_pbħ>p? WRg^7-6`x>dLS40| +fL9_zd`X  A)S\ _7F8p +^qqGQO5ǥ?.q.q BT0 Lݥw?s"X/qփ_&l[vR@%PT5UdZ68M/Ug$u7x<WX=OM]Ox;/ _x] ~σh0%IB$UJb^%eziΎ`GQ{eGѧ`0 7:<ρ`$/Ex0 +ƁzR%:;Rrp''@0<#Qx O'S`x CP0<ρ`$ד$=9% +dVLɅDxD<'zѢ `F?gls~9@?s~9@?s~9@?s~9@?s~9@?pY_ٺZf-DY ѡСН Н Н |?[G+z%Yh9Wc\ +6 7 7 7 W+DÅ)~F3h4Sf +HA)$m +87?7 7 7 7 5G-zRk7¤4S[= +s>|~?]tA,MU$~^)lVwXTq&LQD~'5K4see9hT)Neܗ9%6OpBSY ./ϲ?cĵ*ln)+/]VbO8Z[^LJcNaNyX-יQ^XԜ'jsvyXMhC[k 8=LZ]׷GC4_8g|fm',,n".ξ̈́#ZpHQ |)FT:ni~Lp? hhhhhhh/bx[)^q'_3\w`LҮOIEo{LZ?Fe8ACoŢȑAU _I]617_\ere%hG};q +抆0^kŒUuM*IL fn /]ރUzvPZ{[AURG6WEMU"n7{mhWG Sa%k|ڴ}RֳN-G*_"`'E)ʢlJΖЫp~.1+Z 2 ūӾbWL)/ebSq2l8iޣѾbWLi_1+}ŴX Fp-}@_Sc%ja"plb촥|[O߳B4-m Vؚ3Eslsr^;cXq~hYQ NDK;yj[n^#V盧iTT; Z܀[ۀ[_uSϡner\LaDvt'Yo!R^h~y#&jr3*B4fI.yZ-Z-PXL%XfijNBėTBbuеۅE)EM nWX."wܚ6S|(m%w#r/%6;ލM[r)-mN4J>2Jy%M WQmSڑ#&qb ȧpIO(eSFF7O>1i}!}<2Gy~\8'M$9h_ u2(yj3!\k֐k9oµ\kz8P96Ngh:gPC-j +˪K|=ߘ&Sw!L\+"),+v\]Sui_*)WSf]g>\\oߘ4MkJY䔒C[NMښ!"R9?4ZcoA_jqkSW_\\o5zS7{SrӉjE!:us]#M}7 Iӈ4IӔ4Xq!hG8b;hGHۆ76#6цiև'MKs%ZmJkڀ]0OC r,샫MDգe#'z}vBcD#J93ѱw>͘!vvcX-& ԆZ]"XY_tj͝H|-6 rENr|V5wccbDRh)JSFSzO!HטtMHהtͰ$j!%6ƫ+Wx{o M:YŅ)]Pmj5z*NjT_To -6eg(L=Ʉ_%T |98w>'KŕqkA1X-S f&p:#)-UK̷Z'VKȳZ[WV;Xou:*nb%Y/ɰ^SzOm-m5ӚkճOONOϰNͭs?3 /β[٭s++Wmv{"վѺؾپٺԾվjimeg?n]c?a?mlGXQV{zĞm/FYv^o}`Mvk.fZ +siKi͒JƬd%j dL<@6Ʋ%cl'y#O'Y)Tk^dGFHq.v#W)6[َn5[5ܺR ?˨/{{vȓ܇#cqap}}Nt_7c1;' cwBpvgˇo݅Qw%n|].Ϲ:9-P|C)U_Lu\U,u\.Qe +uSW*uZVT'FuQ]eU*ou,RU[=tlzqԓ)UC(S/Tzѩ^V8ij狼 jS]R:ǨyjsZ69Q[.*Qڹk5uzx9z'z'9ӼӜޙ^swwswwwktn.Z;xWzmۼkk^fv.9zx9y{O8}ANo7y wFx77o7ћQ=Dz*;X{}Go\{pT!RLhp"&lU$bMRQqԮכ;,uz-s,(ɨ9\>́ڝH]{}speb',M/yzj^nn"z7>6MhV r3 }o8؈ֲ2lZq"=հA>JtV +$_2Q|)]t1vkj3/SKي^oySϱ{qnwJN[`s[aTh;L3r]=SЙኾ%O5u8Cq9 *r Q_/]uDW*{MG3E:Dh͌x˝(>;&fSS,H!RoY,AKxq}]܏voq{^ xfobX js1 m,d=1Jv׉egy||,BUˑHH~sܥ'WZ5Xj:.WWPӉhkĊPӉPӉPӉuCM'vNtOY57r3jj:RʡqjU5tVPYMtPsjI/bSVPY}BMd 5/OPPX#~ ko + ֒PkX?ZZj kE5PkXkCam K5-ְCa:NIJIUJv4eG.;|Xe,bF(Fb<1Qu65bOәubUQcUQ["Y,cce𪗈rD.s,k /M|bh$vi,vݢcUE1)E"},lw.}ceHDU{RTs\Q^k{e쵆j^3VEU/ҰZ=*|QS&aiƎkaDSy kLzl:teja;k|:N "gluJvDsvcM70_Xcu!|.PG]|0.!Ru)1-UKT+Jx2I#佂ْdfKrD5̙L{@uP׉J(N̢*fU1b\ԝKM=a'R(^fZ23SHߟ3s +fzzTOquBP5\0pTFENe{M';ʎw2n yzEÃB€[a zS[ߙ4穋8pnҰkحjZTW+_ڐ28ǰ[aa ح ]Tߨnd}tahz\q_Oު7˘nR{H=L8d:04LU r=gXOp5<}a=GQcUcaWիyP(ǃN%\}g؇}لC֫fX/ݰ^԰^uz5 4aXWfrܗnᾌqpY%d)[E/}}pSr<}T$'?/l8iI~l% fNxSTSSdLJ)GR CN;buburGʆ;H;^Wbk\l5la1|zƚ..m6DlžtW<;ԲWOiΗi?%ga?ֹ:': [xt7})3"m"Me3x[H26yLKy>+_nBhMyJ_:}ʕ+|֥wKm?Mx/Gyl1pkȧS ׊ߔWϽ'%W W7apM+8NH +W|~rm({6%kzxK,"kZv3ܦ){O߈λoEεuz&}>z3u + /y7c9@?6(qX˽ҖsXB 9Vo-3NamEb[s 5,&NPf<ؐx$aNK{Wy)eU| +r{c32wk -p1/=!oCPQs,2 ABoKCZfwrFדȁg_EO09a/a2/>R*9[?K%b&T/sV]V2]YF6$&g"|w'P=D)Lӽ~UݝW͆f5zqLoam- +MҚF7eEҙ=ߩw=boJuz5 +߸8qoQoq76%GGl{+pTOsw=lUbyӽ'#o~IՏ&<{~S&[`ƑcJ:,GTF^JhGp]zF|ҖL-O̟D;y_Iߨ독m^uR@wp6Hߥԍ#DMpR}ñ{_=wQ)Vz*hRy JqR)t:绪F{WSlNte2J}fK^?Ah40}=t߮wݏVf; +O,{5~M嶚GsÎFKPGnQK%L9z^ϖ62GЎ1c=9Q\dy0w3ߞH; +em1O'EJΞwnM]^ߒ=;Xm,.:Z[f<7O"VC^z~|k~KOݪ]ݩN* YbH% "" *`d3,""""""" """ 2(8 2:ӝ["?w=}rsS]矙)~,':1kw:žgRuYVE/{k z?+_?l=^QV:rm~)^TSgG'tkmc絎?U_<M1"^S8 +望/S'JRY'K <3}l/\\||z^3/eGIN'f>,2z!:_jLIפCsZZɏ-&ZK7$[~A<Ɵ?Zׯʑ_/G&/'>zAǿ& ֿK=qmS?$8Lҫ*%@k۱r-WS<!KYjW4I>5bO{% sR ~*n^j5S'\uaH8'$EE=H:>ݤ!;At/#z4ND?oRiѯ;< +H9}Gjw'rbOz/9H_ݨ{\Ac;+DS*Bi.9s'Fv5&)͜Bu_1h|p!~f٩_wȓO +HK,돍q1^}e8AVْlxk%QF_౻(c7zʨGW +;Da%t\jjWxi1XH뙝3;=tsƟY +h*RŴuu:tЛJDu=Ps=tPT+}ZOS[SMm:W/V{ktD^o~3]3LߛB?20G0gfF@aK0b#,r* \ɥieF}~VHg7#Yߌ<)"f}30ӛq3CmN6ivq5{{3&3ߛq#S͘|oL_ƭfa7c!s˘XoJx32Ǜ s2ǛW_go22MYlfwSfwS^RRM2b^7u*󺩖-ՊJGTftSg3njn|(GT'IPӝ$S7;iNIw2LHr:6f\Sw0㚚͌k.)Pw3Ǽk]SNy}̻0zy2]S+0󮩇q8(̾0Zܦ;q.gkj#M̾1zcV6 o?hMȬlf`c3|lfj0;c̆`yJ}$!l,v5[+fnG6;<, l2;efvav7lmfNc6 Wk=ifk3$s7oϙ<= >}5֨5HUQS^>[|x&; _X|}3r<~x7X.57-o N 3ژf&UN4vj%d +P.UjBv4;",dvB gϔg{g='nNTV2[̥$nkn-QuJeփZa=FzIĎ2(Be +g{Nw*g277OIdo!hޱ߁}؇CT~~xO0I(1%۟؟P +vaf=ڟ۟SޫQ}>B77۷wwHoo|T+JզMvauP(I'2]JarQ Wwi )EgFhnL̀2[gS(L7C:[V@֭oېsu.%:ퟦOC| +tBmۑ;.;@_KQtgu%{g31sW=_! += Pg=B.z U_=z70z +rvihan7Sg[-(3SD/@ԐMEzGPpB.ҋ(Sߧ~*KX{^^A +ha^ Ncz=>7Pw~-oԛEoAݧSoQi%;E@/B~3WyUPrދu yOmMo.0 +j]H>֟??P /9o0o8DŽN $SQ %J iTHdQ@@*iIe@+hhC\hN@~ - +P0P2[@lt:JW@G/ !Cn02)7=*&SI RY0-FAFw#r7Z<> .$.s.j}e^p_KK(2z > 4!tBݿ"{D]]*J~O-+Sc`9<÷a%Y- [gg);wBswx *OCKq}A  2Έﱅ[{l -=[{lI[{^G{Rl+=O?ROna42C3BX1 +=9<,* ;;Py X| u + $u5"Q» +("x/ZAOğam ɘ``=+3"H=Cy{#y@Zx`Q^PXh,l9dʝ~ND;#gjE9©@S8ItuXg,jwS7::hntn,8)ئ07KSq@r]2g/!qND82g49wv*$9YA-yʝǜPqg&D> Ao"ILy:_;_eyJ0;y$9Ob.IS,ND;0"2D8Y" +pIN}DA (DbtE<Fiw w!ⓖOCk4$*I CCId]Ȥ:sSD&Ȥ&h6OR[w%۠4w<>$_b"I"wzLڹ$$E_ܷ+bvIAk4$=BJ|r7Os4v?G[_` +_`"|d\wA9"ܤMp6N)+ܤÉ$_E85 + )p&rk0W[`p 6 gˌ-q0[+ÕT"ĦI$5|+"YKN# %j^^43F\+̅9\B -2새b:F2F9ܜnn=ou:㨽novp-kE~F\7r@mq:RSOM+)˻*^cF:_&w_$" "H=LE>"m"7$ovii;D^3"wqdDF)K X)@?ػZHD^+J׋$r"oy{E@Rf"׈\+r"|VN߈/xW00é 5<8]{b9R4DΌU"NJf\t.:WNOyh&G͚"o9WFrEm"_FD2"I"+D<"_-5"׊\'<&X)j?N?)-Q[Y;Y2K!`uȫE9*jiUQ벼^䤨-YyȻc9_\!r5"Frs,%W]+p"UnĜɼ| YeVm.4|kc}J&xnP=ow 5n뢩7Tow5{ V[m\ooم g񎣗:!'^f-f]L?|%D?'$D^ne;XDz>-?Z~:Q=1*6ϛLMbyEsyH3$~/ ͍_eDۏkO3+-D+^4vL>e}3D8f"O^yU3YB>=럵w +?\GkMcj:`fo?cFngRmLuxbr:ɰ5{K02 RaЬC;a, ߌ`x[ۆ۽g0gadIl[']u=:A*)bW]œ#Xo4lX<cX{bX< OYu['# }u}*QQ̶u{{Fa{@={P'Q3&2(!z}QrrxͼfжZay^f+Er÷FZ-C-Q"dtieQ@ݼ3OG%zmuIWF5]f__ hsgV,+F#8#lo6IbU&uUsT*__2Uqd(/8;h0viq2gmlcqo\(g̍^v=)N8zC9h<{$"X4#?6&mdAC֏{ ":X.|[k߇cގcr&"gShG\eiW".U[Pu*L,GygEϼykK<$rqg՜.} re晣)vH7/իQqP^ߍ>s4.g#VVsqn)V3㴳vYccpL0tH 6[=]V_i&q9S_YqZ_R꠩chg R/q9qW$c8F3D 1m\"3KUOuOE|c&Y\PҪo,T%qy1~0N[>>0J9f6v6v++.G!16{͡q^."cq\n +]( /qcoטd,/@_=h { cF\dktȞF}h0Zjxs[,.'AExodF}DE3kywvsW]k' A]qN&xltlLDd;h#V X#(=ڻzc ~wٍMrUe:]̠LYPpE-9 +`-'ϣ,Z1, uL|ϰx FR,2$teI2KOfYOfY_f!l(̪Jsxͽwu`Iã/{t|݌,Nuq9=VJ8-1oB]h{\ kpt&2he\ 9">͎ӥVYպbMEq|[yZ{crڊ dֹL`J52*|-Xٰ  ̬<ۯ ?]9hNyEg56 wi=T\[>hiwK^R,m>K#Z3bz8`ﴱ4>+cһU6 _m-vF`U(l{aO@)Yc*]eҕ6fDd6< $O+եvc]h7C,/ZF+-X=BcG g9MtЗ`jݘY6[ۑ~fY;>{Zl-G}[1[S,X(#{5Ăv#w +nj¾BdG`{==fcYyȝCk-b9k7Z[a2Įe]vCv ;D\d!Ҷ>;:oeNV^plj-cS{盟"g+[&g5Yji,pkkf k.AJkf"1 uD=g~4S͡Fڕj??C +6ڑ 2Z2ssʊQ^'eTLk5jNEދ1*p%wԫ2 կv" +jk,vV o9ƜSDe|e@DS$/ ]9(C!G 5>E^_̒=Ն:j֞ND\c(9S:cZi,JqnB4fMS/Ԭ2J70iZS;aE1#V PcJj*cH_2v^m1`noҘ`BT$.cu+cҵvc)?c[lXO0ZUF BOS[k}q1JRjl/S%^%fb&vW\ +j)}]LW2ZbTM K\k֭cJ+Y\+ޑ}n'w YEպzFud5" +$*Ÿ,F8uZwv:̕l.soΔY]IiQtVU'W gh|.ӥÞ5R+^T{:=qcڳFw㮈ww=D=]{f%}co@|VV@GD!VxDVI5g\xc F˖ڟ8LB2ϣxD|5i.ּXa9 U#*91D)W\C*edD +KJR+RPAh@ ii>ןPBXoXa0)k33}N7l""eWkWDD@H " """OWD ! """""!C%GxEug|;SUN:3~4KߪNO\$vTRo{/nYrY:ÖJ9^^CN-Eww=9rt}Lf}}?g#qvUp#ݧp⚊[t 'Kp"ͤĤ 3)i"Nq3F:U2YMRN'-Ďterpkl'v&yQ9|`$v[׹p*JTD21(xڒ,[[ +zgÍOT _N˹wމzSU4H߉} FG**ʓ{}'GJp\@y >``y89'yr.QrEN;_wSk +dȐm6s>3LLr@}r'i4r &"C'/=$=XZ DZRZ tJ?I'Ћҷ[; +7qyF*"|O OOgXW)Zr2TV!|2A!,T"\,|LAuV+7*_T^t(U)R6( I%IoQ!PECLZXVTP6jH 0`L^^KNuz=ԑ$Sow?P۫Չ{:IH)i*Wש[X}ANe꫈ߥۤՏ@ |ͧ Z@Cjծxv#MMӾL bT(^C;nlǽ]} +~NڪDU{{H߯G~~~P=GQ~L?w*+$]8t1>9mw{y`;ɔd sgg3qr +Y:^ՃdBFWO%bn:ׅ;}Vizmܗo.ݗ@I$&#. o,unr8\99?'%LK 'K\/{QW\\fu3׺;s< +r:O|ޟk4G}73[p Aww{@N^;xX#JxX:TPeCU:T>PeCU:TmŬCyX*cu2֡x@̏F<|kwn<YM3xA뛔^3WER%bG@ɌmC:bCb.ޡyA?ɝK1 '6Ls`z=흰R*S"]" ?ݱCE?gXCIG˷|6U?QkeV^!#&6t6ue]4]"PZ++l-m^^e }-&*(P/ҕ˰&zrR+jw6E}g]m?zVI!O@+&S냾TZ}5sp:2~^^A~m?]%$ ]F׃ji+h_Ѝ4̻ǻ?G/G2_~O09f̅4G~T?J2/c^p<"(xIRV0GudK/X7##?–DSS*J=Ae +'y*r+rIȯ( ]QDZEIE e2UT*VԾuEXѾ=]Rѱu\q)u!ZH`TGZyZEp:1-1!H2%y!Ěz'gđ) kZٰ fb< QR%F$%ƢyFkYÄa$}l_+`:ھ +rܖrr{ʓ;0_!_Ar7ȕr%Aw;A c{tϩB jcj=MRG֕.6 +H8d99?'uA2\supBKi[.ֶr-mr8N.r 5yX̼`^g^,`^t3/2/:%7u..8O?/ӨC*=sK2Kfz{xvyvzR ϛ#B يt/z S=<(%ll|˞X +e'z*م^󼆧v{vkϯȳdz=Os}JnrLry1fZ\īAAi_٭J{pnG#8 8r[J.evavUUS7e2*y;Juܓk5>ܗY:@Lgdڵ +:35uֈ:(uy]TR7k2ދ.oYĶQ6+z+􍕦3{4?fneCtt+Jpt'oQF'Q2^"eRt_grTz9] .i#=#m@^J"QBwqmm ׳A=b74un:KFUUک:߁k]KV`m*yeMQIO‰7Q:aMZ+7Z!C'rb4YdYHثU\^㵞lֳs"ƒ̤uR1< +oUs:{8ѳ3۠FйZii99.N>N,N&zy^ɷS+Dj'%O + ,?).6z\%q?G_ЕPOANռZ߇4@VV@ҟ.uh<(rr?XCZw?:qqNY>CͤI,mݩ=ͥOCx ޿yFCzЍ";`_{ѹ teQwJ@? V8ǧC1[%7ƨ +NZ/[':zhVDd+ŧ +ԃw7(e+w~x؊ԃV»@T<8ЖO=ڎO=g}$u-)Yz;msԃ–F>[li䳥ϧRgSGeŠS|!2r(Sl9ϧC>[%kzhŧt梎|ꡄO=S.>БO r>Б>(|-}xJ->?uS-sq{&u;yAbz8Laz2=\L.K"lAl +jO쓋^N\%"o\~8Z$gUsrIsAO$VKCw%׹+gqrמI-:ϵ@봔qbtlLˌ3'zx#Xհ}L2/cdGЎO o'L>ְ:ƐěbM54yN^FdfMD{.:FMs짷d{yYؓ%nqNjǨ,qMZ2KS|7E3Ë&i_ۢ;{oEDGFEOD?&b91w<:.UzĪc!܉ņ#ccbcbSccbsc bbKc+ckbbc[bcb{cbcލ};;x^8.xxxxxx/n-Bcgg76yeU[_9?wO?uԖͬuF-XԶ`ѡKmVQvkja;ޢں!#ldPvtl(ZœIY8vbi6eѤvf6eZ16]Rܢ0n_H–xvp&ϰ}]w*cu!ѱq)i9PX}dAlIdclylu؆6vފ:;|Y;X"aDDp{WW)Ėqw7yXL}i%hy,v󿷣*L#Du#'#GF8KD[K[Gw*^]tGt?ewF|8&"nJtZtftNCqGz]^]]~\N7>cS'.GDGGDUKҥ*oJ21[.>r/>Y$7V nj6COZwNwEzEE|3 LL +ώK_YYYk#9~SdkdGdwȡȑ{ڙ9nixFK:L9L|2ʙz^p(h]Q^J*9 ˟*{7-wS/O (Wݾ Xɾ.<#<;qF +"My%0*8!%ҭFY^V׆FzܑH @Z`#u!))i/?}q8. ¥pu (kMu C󴙨ɩqRMyp[`+Z35j.G2gMPgMfR[w֌S3fRԚNY88,YjSJ]#^՜ 5Rno;~WK'0NgL2bS2 f;\;]4~74͸}s9̿e5'mg3>B3pQ\vйo0}@Xe5m +CG xx89@2c4 л3N`v1=f>QdSC!R=58%8eQvs\X`.7G{3'MҨj:Ԩx21"m m +)'ӂƜ͡Bš|Xb,7¶c626m;=['0FC 4uUۀ؍p1`p%'N-LRQcXnUث|) 1a'MF.VϋjR}w/oo~gOPPtHƹd_<<:0?2x"` w59;8X;;\\Son¹vX#>_m j +{ڧz;/7>=}g}=U/ O O{,0&=\\p[ ++=kk6uiܶapc'}/ ,vd}EE6⭀Ůy'ʃ1G?9}uc6 JXR +|+]}kK3a:G!#3:FÏhWg` +{G`L,? +#_g`mwipz +SpVڣOڮC/c5/׬6NGO V£}u:CQAC!cOj_g\Sgϵf_~)<u箢͂\~n{kW}V>Kv<¿s:]?ԹkI7׷ȷԷ7nx໾||g%oΰW:wM?c(X@+l {3\^_ʿpV@n7??>IǀgN@ +%*![Gw*}a8hqSg. ,O<x+pph`N X lcw1b#F`41UsPs:{k{fywR`*663M4UjM cIL9%KM+טr-]=æcnS˦ul6G3\3wK1I՝yJf3!͎ RY7Emek 77n5 4541w=+'̧=^%s?j ZTse#s,-,ERKe,&ɖZlwNtܳE62*Z&Vw{e#gCKy.W݃333S)Txz*==[ZsSz\'I((,^YiPYYgll !QqIŖQxy.x)*__ =`^1e@a1#G2H501PVS h''ңVW- x:S,Ji5$bQK+kg6zI'][Ҹ888fKCe +% +'br`@\g`~p=/X, '# Ft۞ `*8+8 0\\\ܪv1 !/rtf}tDt'CVh}OhxhXhmUH;*Վ*BctlBɡKj+B֐}z(`k ECC-!<_šv/&4Zжnj!o.t4t#µ&>E4#<>o +_ _@zD֣׮[nkɏFJtZ)׽|dRdJ}^>)SYVs# "wEEV&?YtEFvvFw^9Hd9%99hDzK~g"r52h]Q ^7nl]e亩5uV:W]vT].Q[R7nYHw׵-[]vmVnwCuGkϘN7;YwJݵyтh-3ǣUiڨDChb&3s--ڄuttc6nn pX;z*z6z>z1z9:^/G֗ԗ׏_?~5iզZ})zʫXSgWϭeY~Q}[Uk7DjqNS^&SAu֌e{Y}Yו&+#٧7wbTM5+ԪvT_~0YaQzR{(V+5c։XMsX %b-ٱykU^YǖW:hL?cl3Vӗ@ovqegqZ7v2v&v.C_qKWkV5CC^ib󘆲Ѵz5lø Ua56hOC0kLz 3ueÜ ҆% K O k5f!-:6jC+GZ?6h8p*xpᬵ|E ։ rtK7GN %k<>*㓬S3#㵃vUT|V|n|_+ŗo`$zS|k|G3M<{㗨TǯaG556V4mdl85Xֲh671mL44ngѸPh\޸quf2k+Ɲ7YG7lKxb)9eLLxRTyXjLj|uojRjJ:eN9RT$JfRRRkSSM^yrIuNOINzSR޲`Z9l(t*]HMW'kִ+HLQGu:nIv.Ns.O/L/NWץ;қ;ӻӇ?}<}2}&}.}!K +G)kE3cE7\í7-^-o)fml)}l_F#k2Re9{i–ڦ-ZG_Zb-Ike( Y&E Y9G6;;_o%G/PDw;=#>v_rDmW4L%Iw}$JQrH~)$5KERZjFKjVZ+}KJJoJai:W%uXzNmW.-TW+E7/ߑN255i isMiڭRzQ=HT{?Hww꟤o7M9+}/9CL:axtaGS_ U ójY5l`7D|C!!9r዆V + ^2l͆ /.vd%ppJc8c8##/4pQ'%e+w W6ÀaPnw+sG'{wrs?)}&w| K/侠徘^+ʽ;rw) wR'u8ǹǕ_R*sO*r'eܸS߽!:\Hb،}"WGfIcnsO?1?1fg4>aooowΘ:c`vʹ~~cr } }H߯ߐnt|P?)G7ɛ__)>yȑ?0ʿA 1L>%yoЬ[/;;4w?HbB}Jb<%O(QcJR +"RT'XRD2E"R*ψRyQoGGy҈[bީ>[ST[M=K77ߐoI(巢wQ~7Ho^yd J1d̚{.a?Q^Z<97Tgam)cfƦdS|c!۞*ţ"G+W|.Lab +]wj1Ґ/t-"$ ZP}{E bO<'ŗ*]dVċt=(b]zHlTŏ*zDX,I8%ަkƈ=]cEx~UY<) Re,Ed*bT,=$ϒd+b:ʐꤘ!ťHI))d=&͔f +M9a(韤EMȶ~MKDXZ!u:i-=(^ HJ?~*RϤc" ,و +188Z|88V6>i/>o4V/''))gψyF&dsFcG>=D=aHi vQړI20c"lbnec;`;l;f붝'hl&kF-_j%Z6FMҦh՚Ysh>-ŵ6K-im2m]k &mCj#ZvB;=r@zKZvAjf>r>^d/W+lj[rt7jO[Zh_< +IˏҦkznnhph={#AGA Ebhǡ%Rh2h#rh1FCΏΏ:?:$t~t(*OOIKhhu^ӠBϫӡ5$j/K_&kfzn!}kU?~ v##=I]RFCƐ4/E×@ySzfDmDW@RSɼ1Aot[bjoI¿8ϭ[{k)OgO"va%$y-;L[;?-lmJL"}r3r}'w??;4aV?,g<_Kݳ>?JF' F%el"A)?|XIAQE9E%&}=9("g|Ԕݹ=ewroOk&#$^9vޯm&wqwAv|H\Ǡөf?J/gSsR]fo4;gY%o_gHw)Ȭ$p ?.pBu}zi(͜p#:􌃧|?x<{,f[i,y7"vγlSv)[\>ko[ϫ}9us>m-g|O_x`wg/؆sЇ 0iZƎgClT8>I {Go!1k#C΋z8&7y;[-q؆Ǜc@a٬Il=8>۴ lL'U`s@λƻ}w#O3Lψx,c/qclD(+S3,l/dl F0؃xW+xOd#?X Oŀqc6eġX0 M~ &鶘fWb3=}hlƱcl54Ƣ,EO >|$l!,E||zcsE 38 o|mwwq %_!->W}9s¯꧑H|W'4ΙeX,'w(&OaOI|.mÿٿͿӿۿ;I1~1@b=e_A +y,@AO:OSF|( $9di@+~uSEg-,GD\DZ@7r>M8# +\Ϟ u~g`Ǩ|AC0=E'mY㏡g"IH+{覮f49A7_?$"?(_;,]k@A_&yp.|? Pݨ#hR'ӑ5瑳Jm`GO3y\?8Qnmo<(_~C: j6@7 (gm렯"Oǁfp7à1^vЉ~<3@0y |8|\>D/#Z!mEHz" >B6cWK$#" Z8[#AD x/PzU [M tRAK;|=UV1'T%CaV ~N5%@S@h߀7 f nbtc^V,B~(j&z>^hSȩӰ-703Y&Bbs3>؇~`d4}I?A>>HY ~`}a?A>Ht$>Ȱa-e͔8 + _I~~J[w$vȺe =Eo%hI7ZB(?is0ZN6~ w1פ?g|m +>S/gK..\V%A$@i3PeP>HBW) \zy0$Cad/VK/t͟8k^%@}'h'|*82l=qr82f+A +)2fS ~U\sUȃ1O_u ;V: Az<Mao4TahXuE5/  +Zm)$~Y/TShwQ +BbUDGj|2N Y#߃(ԇ@ D< Խ K^?7w#Ah SANxjY#[1+6<R< (+J;[\sJ߇#@xFBTj^3]*< +d.'U;2li(;z!efq7jF FҌle#2OFK9 g C9_ 0O~i48A%̙q}29] ZIX+YˎS"9 NPSp^!ILE(=CY@O]N瑇|=]nt-NFç7cvq$p#ڼeC> ӐR +wWNcDV8oC - i%557Nw{eޛ9Aى(z:Q3 ;wRYO|휌LOPGem/چ~AC&伄P HS']ș:/[+gFqo3N[AothL\Qv>;'FEFzQF pϙQ.AKL>O_ ?D2A|Oj>3Q>B̫*j؀՗0 +(ۊ`~Nw;$3-ah"%#ܯٌDs0ͭa$e2fBtp IG@qG=f_/ ~ , $KY]_i_g_9ҏ2YY7ᛑs3\`yO̥ z+譠A̓Gmr(5uh=Y$卜Qh$=w plh;r m("Kru$cJd%O_y ļVb^wB+A+yFs|:]-ERf53 WB(|VZ̕] (tp'9s'z4΢"伎5Ԡw F@ z }|}o?ц xVR%Z(5О$%PkPG/EZ(WlʾS3wƮQ }M2F1c'1M݌DeUb$>M&@O 3x:OL Fאϸg}JR`F1J U c@&&a / фz1 +/Jy9Z +JyQ+(ei+@CR/ o0󁒪:=#b;agG8H'qT$""!J!D HXd K HEDB N  H Kpت}#g;;g{Wn{֭{}o]aӆ^;==FiY m{ +Kik(m-Er)=YObۊ%gn`.ȴGiLiY G8bu|FiVY\JƤppeHږck=K7zx9]]}bd^B%$!뷊{+a$(EĄيֱVW9oyҡ; G BֵYKqԭ/ଁ 0>۰s urb\H'TFWYlK}?KOKσʹ 8i^-'G_ʷ$ C/K^a֦t*OWʗwٯjOe$/p)Gbh[u F~{[࿫|9xVN\B8w9]&CSKd_1ʑFCEƨ88^AGr\ei}?~NO8r4T4Μ-mFLZl[0 sqYO[+Ÿp-S)8GP+~}EX3w2wwz6K$QFǐ9NZWpfu/2ށpwӰg5Lc3=ns}7}` vPiup9+gbC8&ҲsS_}7w +s)hle8TU//Tn—p^@84VY@ƙ9 [Đ p",qdfp??Gs+ϽSG4c;8gt8D # ,sj\Q'z|C,)DCKl(dnF 2HޢyLs +fڒkL)T!yÎFV:BkAsB~;5,Eg"XvڤQ jyd89,VJ^1J89JlۮQ%|c;za(2b;ĖDȈҜ',tpTN!)N!sNНsmaU4nUa<l$dd}[˜db{CdٚrbY_Kgy>Rl/d$9 jT 65ns jQޮzB{Ɂavo'[&wogNywwb9j/k͌=3mPĊg]׃W?ο)}4nQ>"G*% D,(+Uۅ2/gj隸QS-=-` C>V8SM_S*ߦI&iq o&[{ {vckd۩U=hy"96kScvMޭyE#"/%%w k.7>1Kw +ی|pT OG^oW36DPC]OU4:۳ޓyݫӈ}Wis*o"3]7m_sZ9q[zr'Mc#}|JzD]$N_NjnH.^h 3=)4ǰ=V}PF-2}8߂Ӹz yNe{{6p+bvr +\g%3G% ?+/LVs{ΙafsIVɝlу佡} G <-T=agVlDÐ\sSZ{ Ά{Z4T0{Q$4rOpC^zl^nkdSաvU"l_(P^}ٔCh9qIK_d;767IƼk@BN+ ֕39JZһWȝ\|nD]Z]ͷʹuP'۞f>&Qd8hq#ڭn θiݡH.Er)fyS~֜+ϒAkp%Rz^Ane_5y6oKBVRj}\wˢ1Wfۇ%WMb~pVo ߜ~SXDFhɦFS7"ȼH$K d)Ro-Q\Vsñ_Ht)L)yŦsнm<~]L&Ypn3 ?ÙK*.sC:p>7HEdA7#r)b]PO%yfY_ƻZS #g$߆ +nrkY;SVWP8hH8o C磳q3JO(wT&daަOCCF&eY|Sü5Yw#ܓ=5^h!f3c*Zͪە~ 2i 2icn,;4VLg 8fV|/Pq2oΟ-rf\Ӝi oJ{6윫^/ּJ#_Y8LB_9i[Ҟh[ ~c|-EO3Es0$DCϡCRi#{^rZagGENXsrzQyn_.ЖpZkTqB'4C/A/:+yh =}>C}BIzg<{*qVaQp1b)zz +=wc4ڠ-{5ä_ey eFR/9Kxz͚%O"vj儯i*s8gU{PiR儚+jnhꞡQN2xJ;48YC󴌧e~ch,d0<AR^ÿc~XRnhl˃/t_C.8w|6o dKOڌhFChhCO'QwrJ+14Oh~ehsm94簁m&7xУ@QƋlE9=Ӟ|o /40>1cȿ;*B? bkעuE/3?C3.s>~ c_aӯ-@A?M߄ή =c0OB7FohCB0uE"*C1y َ/Ci^;׃`ڝOCw@ 32flkiZ me,}tjk׹x]h5޾>O~o&:DtNa<۩{6^mb0*t%4>NމbG ̌1;K=ˈ"HF ֦tA#V\Bܸie?z~/=!{ iͧ12.zc/ЅЅ_m9cϡ9$yyo@s[4D`2w.se~ I[@HvBs'aY/Η/y%+gG̎z>!XήǮ&nK†ߠ7pyF?០fg}=@e.3B +Ċ-Ȱ> v0tB݌nOpw +hGw&LFr+#OK "{ ~ {ޢ.3njG[ic[o51|2-h6۠ ۨ{{? + _?WCjt7LFdh֩:u5YFg4#1.vNfe]"k"/Sa> ͺXnkdZcװkЬ05qu~_k oҷq5zXT]\{#W[ߺqR[{ؗ"wj+V-B_P>٩X)v!O]iGzi_rWw~r;o?ί}-!P*k"z~5o=o=/:z~=o=/7rzޞw6[[V)yyz~3o=w޷d}:,>www_yy]bXQ.b<λϫx>ww~.;V >O$>OK+cX{y@z>ț#o[cz;zwzҿ2';X]ɞJ}o={ɑ1N6ޟν=OM8pRq5Sz^+?UJo(I/٬ReP&Y&@&Jdd\鋬)AI}ܛqJ ʄOښ%p., Kh{+(o)>!F6Y}R +,lh(RtC-S>=R~o\8WZ%F"(~I|]~7[G ;+ɖ&8I?şA"{zd\Yoi(HS㹫1?#qH?&Iz[I9jQA$g&"BRE:RFwi~[Y7 Rթ.}]{63U)| GYt*)ܵfO*$*OEvPjHjxDjdjLJףSX8Yz&5\4NK͔2IVtvRs͉/#ɲb'SUԦ&SRRԁ)SZMէ=Z͒]関H8&]?]^iyIKT^~z̮V2=4="=J-o LK3WxRz,hHjEz]zCzsz[NIVOKLMHk͜g,~M&.4"EwgJgȓr~nLLUjG_.Sodi23J+Ch2ÒC3fF˸͌K/!>=5dfDұ̌D"]32ZeTFP⑃jUhܒ.4Hed̞d*_bϾ!f™cɱv̙' +,$./f$m0.[miKɺlfedg{f+}e\odԟͩ%A3;CLIU#5&eǤ'gSį*$Td$f$geegʓ}ó'SeW%Wgk3':ɡ6e;ӳ{S2iEb-)˦+e#S~I> +$Y\\YcNA4rrѼ"% .1<7WK 'nKZ,l&:+r+5~IfFNuȌTev|rEzBn^nanVotnInEnuzln]nCnsn[.;R>掊\{,={VfɃ9b;zY,)a)ͥj@;|@ɀm(IJ7)ʫ[ԻùP%߀~p_.iӍDzhBbyb9\RN.y#众pf,`ppT'I]=E>gl)3. +f X,HxU`c%;/P8|14E:E']z^$Ы]$ .03`Lx"iM +,HX,$U`&`#$xM@ M@&'~_t&@tߋjT#{_$ F5. , `EuW |n {> 55/bwxʆ8Vs||9}Ah0%6'Ÿ\K\bStSy7&-;_= x&}yKx ._>٧{ah;7:ď SbO_aQS$X8u=ĹQH'O չ`d0g՟e[Rd;)c, b +ӇF4_ş xS2 67`r#x0N6GP.M:%;F[sd'1+)>T +`O$H gId|NIJf&o8JXIi39F@Զ!Prn?xuU(ظ s9LUc&I.oT[rU43`\?5Fh;YO_m]sAFcrJ?c%%OMn5A.ursq`YW|J<В&hޒLHO1~3`I ϖנ _id]ef2>C{@k/ tK }?_EE`_QfS䀾d㧺2<3^v[ +3Nj#K}b/P^یpԌΣ"xvHY&$oJISdݦ$II^d7-cTECJ4)eRFSm5)iR~sSӤFNRۤ$IM:tjI0<{KLwecʼro~l~nY@N`#}/3f +X X`*Z +%7G 'L@@i33>˂ώ|W%3!?!WZ e>ll=Qc&&M.0+X($лB`:  |l TDY;i˪%ZZBO0UX]-?~Rg>5 +?ۖ\nhU`^UGϪ@EeѕѵW-ѝ=Ccѓ31' +cEXXX)c=c>d,=ſ2-6S`nlAlqlylUXVmmvvĎĎN^Y v 2^o/ww}TooowG'U -U̓BJSt+)%UmʅnU@o)_LaUʞ>a}r,>XV 9a+߹in5s ++$\鴴"NsUq>opʜBg3jV[W =fF:[WGnTZ7Fb})2,u+uGd\qȓY"S#/[+uȦakBh䤵c8UZ-+3=8FI3-r1б" + +`dc]yuoge}ηo-@{YKWXS,kX[HP¢5{t.Ҟc]z-DJ"%byh$f"G"#9y "[D)5kh}̋5<*Vk+:ƺzzbX*volptWlhlDlTlllBlblrlzlVl^lalIlEl^ЩPV?VwӢnws yr:nßNyEU$6^dwtH*ޯ˸xgƇUn?2yh|R|J|F|v|~|Q|Y}j/3268j7'u_^U>'pH1bDR M>?LS1LD Ed3)"EDDJ#"21r "2DRi.d~ڡi3so}ko:7NM'w|`|4e2SCS}Sx@:p߻]%5!U*OSfxR5܁qHy$RMhDsQ?'R{-qZ( ˽ -Ilܟ҆a|Fsv?yF~ֽR{нʽJ{{{V3 w^xc!"K"b ̢5Vԙ3L8',uƎww-mǏ6K'xgLs_gZPx&#G)%8[ܙ8V$./D_Ǽ4=dnrh-?X +L&iuth4YιmO&P-H֘MZ)Rd6EɹɪdS<\\\\YmBt-gw^wWݕJF%1;{ǒYwDdph;s#$ADF'$]*[%1rRTV";52ULO8}LE $R^ɥD"V˲T@YjKTC>qH ڙjLLfDwWFVO,#BtsO[Dw6sAw;fՆ?-׽ν%4wuwe5:{w;;s-n}qh~÷N# +EZ+ycX"6-2+V<b%e̯ 십m +yƶŚc;}ؾX[XD3v&v>v㡍뱫5@]7"Xmys99k̩9ߌts9h@;NsbաաBs1\`.2 +(Uk#%\!,mG[-f]#w!%AO g/~zWҀ{ iD ;ȃ>*0%c HS,s`X rBX9Ђb?p8bAyY;eZ&J=  /&r惰_ʠjZ R_ LV!mb~X`A }Whझt\"p8tA +b +9BY)~h`l* y0 %iЧCZ42WkBCB[f`'>d1MN pKHoCg9@Q #-~G)36f ‹/.X^*`- l [=(VbQx?l#@;t ]Ҟp#|oG*{$Wt&D#"`F#AR|iQ)ku+LE6"l";""{#LF#= vEE.FD]vz "WN(f[a$P`t,ʢh8 A>3ZǴhm;(...2z`St[6F>N,3;8;Ǣ'tghyyF;i Xv,'rbJbSc~ jm:0h86̊--bNN̯V`slHel0h1c,g?l4v8=;c.Ǯn=v:}o)95B}YzoA4+* bh0W߅us; `</"G7O<>i^1]^dz3>zA|4ӱqleq'@iF>|{qrc3Uy:#@]i++_B6EF1'v:z%Mhބ+ȱ!z0 +ecq+kFHm]0̱yv`_'76`@p;6k i ,l]|0Y}KD_2NnUfw5kasT) 󖬄J\d-ޥc~u,c%窔eyM·}䓋%(<'_.6[@!7(}#ӽaG?v$O&wHa;\Ov%o%3y7@^2X[2񅘅/"-#_Z,עK}(|9.jpBM4=#*4C%_5={]׿''62vz'o~ } һyϷӞ{6j9(_9( RW PkW`=sRxfqvEOE_qIE2C@7[;[ +yˑ{kz+U@;w|`w X]]l+ہ.`lW{'Ӓ=:ܲusYFh`+Ye%}e>/44zJo,OJ}uS|@ѷXf+}k|M*_3};toop 8V;8d~ KJU76˺=H|Wq ڤnz}W+45qU8ds1L>S/>{] oE=H%N)6~ +騣D8?iA:X,})K=Gˡz.~Pl4&`I/6Ա\h:-.[=Qχ9Lˁi(7*5,@Y;v;Q)ϊo ?uU +[^P)ˤre$_]P@聡@n zasЃ`^byg'DA;\b?Y +̊#R}Oev> _YuݶڀcH;3y/[vU7-&Weݸ*|:n ~M~/vm Fl Fc{ho%Ч~WeQ\_\'PBeט\7` ,aľWk1W3.Bڇ8?f`9mRG~!PrnkX 6O5v)k3^G?N8􊝞c>יﲁVV8m<'FN: XtH]>/RtJH") ^3e7:;;}+L[xJL^5ON1́-Lw)' +ju@= z\;=;}K,n?/)t`ܺ +.⤾lJ3Nc=lWPoc[EKp%X_Rl-tқf`gq_p7}A mA< +ΊCЏ< NOS }H~hS*p(;+ڡwAHi>ĞC>R~5;oCWEw-<ں4f l91ȣm!HkcZ'#Li)>&2Խ,1hC7hJ}K]?F_K*9m\g}rXC \Q[IXEKiZw +%8qv"7e)-mD q'qSt>[Xۿt3u]wӲYJn,2HѧQ 9)QRis9k[~meJaKQ8}ξ%ky,RgF)KRnewP9꾼v$hg8&)~\g[ +Wk(ϻҽj Y9bid=sE#H<͌=r岚ʩocGN>7ʵ"ki)9L~T#(|mKyyEF='Ad'G,#ETFɕG+g$M,r@ ʹ_m[J=D%ePNU8w=lg  {A{-di9ھHKĎH`Sl4̸qhl:ľĕMP-g%B6Yb2cGLd/.rF~?Lz.8c=OvlKJo1~V-{{vVξ_n1nhøN!0c8ҿs/jȗa<]j5N_EZ5Hn]Mh> 8Rf(Sf-ڒVUbZ=ؒ֏,YgnJxm6 +wϷ?wdQj5!aBq);uigّNq):Q#Ss6yϜbSr6bSrSq+N)~8{So6bqSm6sbRlm;D1)n6c)>6Ħ8ͻϡXͬ8yNY_baX)v4ŋf3).42(3LL1)n3jb/SeL)~2L8l62CF=Xߘb9b).1EL)0!-c3xlF%ΚbQRI9Iq&lISCq#٬HP1!6~xuXclN#1R FH)"T8lv")F"EdfRCmbRB6R;M) KDf ؀,akE}I';SeiKW,uu$Uv"2F=rm)uN1̬Ms=}ܷzlJdꓩڲ)W!/=l{`>Ζqz&K5^-e;6- Qfg*}AP/^@}*kr2KKY'2o/=E,1Q㰎fm)_ȉV(YNYMzxp^zI'QuFwQBZC'oP.<^{HgYϷ؋ Zi!ҋ\W@>!JALɸjN;{PRJ3;Xi>clEuZ4:O #l;h\;_ar2:9g\ڧiQ*ף[tzw ;Fv?]P}nvUY9O䜌dƽp0^tc8R_W'ԑn02m:ʜaw f0 nT0 Cvl=bjL)FXT/PcbG ,N> >j`TZv Tνcxkj$kSϩ"A*WeZE{XRnujp r ҩjiFѡfGY R^a߹ܣwqz5wuUA>\*U>jq6jMFw<]\Ջ9HP+Jh!ܩtΔY䈩}>*>Ma)bn|r'컃f.RkZ:\N>SNi9uS.<1tp )96\S}'5 uᛏxNsJsYQZ|3qໍ~+XY~>S,r?gC zs,>V?~ϧyw4g*W_->+,΅HŽ7dq82|3,~zw%kSVQ*;@5~kZ/f"tRWxBnX~M[ΕߍEݪX%\%1^J߀鯊SΡOKѲNK-Z2h4SI@i%"ӟg{-觏YjВM)uvԪKԟW$VX8z΋r1gY nZ.꟤J/9Z~G}#JT1y +G9 G>#JAa=E,(ZWXO-q.(N }+q3r2y^ڥ)cFtWEʼE)5'XM?S哴E)AUʱ. >ȏ8Z_8.)+ȑw̦C} P8 :fbSFݦH_~j5Q &e'e!=wtw4Shg|fO%#*CggنYlC.%r$dczuEmjv.A?.'ᐽa/M.lbǪ/϶m +*wP><{ +՘Ew6Ӳb}3;fS~㰐?ng=W?s֙!{}gnqFdZ'3$ΟtE n g3Q E$a("ʣ7E=C?P<ʿdUē"ӵ2n/R)OXȭlsm0[6PkJ_~:$ 7:/.pូs-QUa5A9I^Hl:p/T7GR}kBG A0J=|~m]P!> 9' R]VшAO{7 )> o?i*:kwԗT~ڶ,SV%͘t|]( +FIWGR%מʿz-\/6gK*۳waR>*EHw$?s܉gyn">qqjdH0ǵSN,{sc-F_Ṑ}臭ӱ w=ߘwbRZY >9Z?~ =`@;X()pq +i_RjW 8oWxɓ +{ҕrhokϢLX}*J K2pXڧOO' + +V'z"F(RXfl{}fBg斶5!61WE:j-F[H9ya=]ጁR[+.-?+|xP{+;} uzNҝ;mO>8%VV#Xy` }Jfz`'`^:lgC>w嗰ǜW*!?Wv~؆d!>zW2C?c^دE粤9M#^<_ >I[sa3adxx{? q =t6ZOOC x x $VA oS!VǢe1&CX?fp^Kdz˧{H~7 yx/|$ΫerbGmY>Fg3ũj+p)!k~#Aw/Nzyhi ƽ۠R;h@I%{ !!Ǧr,/xO +r,i=s"߉G+<S;/ӊ Eg=,'DcWI} {>HZgZLO 7oO _hkEz/ZQe/owvnMuv(wt6\CfލѺ?;ҵV)^$&EAiT,͐H˥u6iO:(NI%Y$9 g99W.'ɥ\y\^%;=r|X>.7ŮtSJK SJ2$% +eIVv){zrRiR.BMPuկf}Hu:N-Qgsԅ2R]nQ5~ڠVϩm4 [fۆl)2IJ6ÇG u3ܳ5ׄr3jxf(&$S-MWk0+ǚ~xx  '2erssx*\.&o %t4\c. :LcaSBd1L g{E=)nB)fV8!LfSauwg\g^/A烢&Of|&FJKVWWb_N1Cit7 "n{%4[4+J-$Z~^%+h]6Ei+Ѷם_C5P,|#vQHj(5F5] lP?*ɶ%Fv%4_Pjuhޱ(Qb?*KhbrgPk= ^AOZX&jy=]o#&NG:R펑"Q$Rs4ӎE"Rd9~X#Lǿ:6^[Ecxq|D p|\ e]qzׇ0}~v}>[ԟ֟wψ\}^ܩ,wq;}[?GoITgb=Q 9Cb&M~h=dt1Y||BLq>\(:wӜ[[ ]?3]/^|ZosdbX@VebX%dD8 8#ΉEimE%)JCh'JH)V,zqLZ!J-R֎~^:LiI:/]Zy,ɤq-s<ҫL33GfxYYEdJi$IddLE#FL-fLM2it4e4f\`It T,i&~0h6ʌON̤3~6YB).DIJs N4`o}F>#vejK[7cn4c%rbϠlFs,KQi ":Ot5͂ axtF5юoodh?Am(sP3}BM[i@UyDB5;JAI/!ZNVԝN_JT^ &֭+RU)}^J3S˧M9>?Q>!66})3F%tTJ%K/ID}i:DW[-RGy_I迊odGihKi!_d#>DT,R'%D#PZéRO:ڔJJ)X(XR^JmM1>զ6j).ո)F[RSwЕӣ?X?8>6,IvpBS`y84%byQyY]'h)1D XN-u]w'R.RC]s._<1x8׹̩w*OWPo]i*Lߩ4MoR=5]=l=z{=\*FJJJVJ$(ep0Z.Bè1N"4[#QOJӫRt!~~z,a+sUSIbX/zwi=WNjZ5 r0T*;< wiwhM{H+h$ +jtNC34d C F +%A~A=0009( sP:sgqh ^ +"vNNߟgL'^'?λZyOXڡ}ƻm[K?m^|6"y޽|!?R΂﶑|f.?)qފ4E]!gm|^ vJٌli!%<;IS$nL S֍X;ɀe_OWIQ>gTޯ؊{38jQ'qH<׆w +)_Je'y 5g>-T;;+aMd y,$%$^{שDg"Q??F\k·W~2F}[yRyJa}y"I) mx#No@rg֋wqŒ![iR)P-u"u')6Wr_@x83գ\m»FB˻mvYCݤ6zsϵZ<_2ɣn^Vm~Nq:]@&wV2`"Ʃ|*p˪7\}ܣ S%3G^ݭ=j&lcu>,pסAO +S)E}t7nb}\R;o|ro)7T|@[#Z)`o]8yg3 7.P>b2ȯD۹E̍\c$o2b>b}.n.< jJyV<%朋zgF׊=wtzxND +07 nmbgQut* 0ބ?eq<Hk?$oӶ97z[ +;!iqR:b>O -=-5g{8;z I!Y%Bwӵ[gf cְՊ}m֩d]8]m7 zV{ˑ"NԲ\q8[ME =ΟRB\ h*y4: ujtF +$qZx75Y f|޽^Jvpoj&ZЋ*5a7u(|΅wme,p2Yc[fj?Z;H%]om|LH:FwA\@<&v7a? ,,%\ +Jݍ<܃%Tq~l AEeIIk2y:Қ~wUʅw `&}or3VGྦضWhZ̰O,?.D45M[1m&6O&Z4ibE6opӽfaA) +(eO/)T?x[Nm28EN<])V ݋qglOq1(nyT\?{y6$> z{~J94¾=(c~g:3t*R^u獼ѝEmCNXM;Ի~!|/cy]>C)n + ¦6 wp˻Ykub.{么1֮:!>g9ڲ>yVmD5|?QaSM௶kJ7Zz +Yn"ۓgjY_q])%srgO'Kl2cu8j;Gmw|cN|9uU,lr+u(o|Hm;S!?po7po:q>e#OU4I*dnZMuGy+zkUuvGM嚔[\6Uaq>^z<} + +oa<}ߓ6UOvڤ)5'A\͖a[^Ey%zVAI$ɇ|7+!ӸȒ֥mkIJ|7x3r\9<x#Z/6YGgk wD{+ ,q f~K|9s 6wBNE:R ?X ЦVy'A,ԃ| &V3Z<Ɗ ^QA ^e{rQ9+6 ?{!> a"U=:V·)з)kqvu }ϓ'2-ot]m aJ ȒnL䞈A]_ॅgib('!L-Ab7:TX{~\(,Tߌ,T^^Ȓ,;$ժ[mdzgB"VQf#ʽ!;#ҝ?;{)Ϙ\>sFn.,sL,>sFI˒*I3Jg=X0Fz^q‡OSE}Gn3O7"~<귒ΑXC}#GNX1cF 6"d蓓'5*KK4fb٬Y(:ְdB yPnwMSuFϞn8wJ&>ܿ|U#?yQ-qonz{O~;[Y6Hw:hOKHn]eC +u̠AG>l-ܲYhM|u윂olzcoƻ0 ѿ;y˓ONO^ }{r^zfMvW Ruyo魆>ǷJ88}<ӑ~BцR'[GU&w`١q+v]}޷zF$i3һ#K>Y5\捯vAw"wc틇O)//ԻCezMSfN],]Z6䱇}ш+{IO7GHnsD^<8ٳ,e_y7W2]ߺ_.rFki@BTi)t"VI?Qn5,-%Ƕ`~u ^7lgHHHA[ؑ1 +FgmbYe<`T’=#*w +- +1?6E\;G;#>Ξ.> P0,RvQ =+Ÿ.y/t u`~]k~ѳaf]>y/|I4YS-!nAQ4kŨ.NqKK+Nl"[AStou\%qerhG55@u/rH*;M)6r%̽"7 te(3Tg Aը^wjSX.B?m8Piܴ:;4){V:?KAvEc|шaX ~bkdEkB|<^_V&PHǽu3Qx'Ueo8PTdLR'eltC {S}~1b5G 'o6~ T5:j,-L=S?~hV!*6q1d:+tvj@]@[tA ?vywN"*7f+m=KwaØ3'T**Juڲc 2ILn. V& ߦet!?1P~|=\ a̅GD_ mKM_2D߯ ֧ŕ<{ iΗK_$dx3jXAy'P \4wwLqp9׺,%:o-)c\?i8Y9'ly|!V +/jtGQs?l<Ϛ`X},f4R(dF6L&YczCn6o^B}iQwdl +*zF#:ZJ͚;?.3"]"Mߴɠ{xbfrX_+9̹k +fZX(?8&Bh) (F\RVTBQJFATNNBZm'a+X>K]&iiJ_XҟǿkO04kШA{&5Kdi`0C9@/CT{ T*Ö1r*3^;ZJLj:F^D9PŊtw=EzlgU8om࠭vޗ}j~>?s|!cĢ=$6Zx+#$$x1U k{Nx(4ԱMMfbB0#?|ܖSNb6}5)ICcSfϴ;k4:RϯvN[}o`%:vUi_=|]'wۤUzb&ˬ3y' }D^ZbS/ 5_8a ލZ\Hj$RP-g]0V,3r&KM8b긝 QH-vUi?S ;v :p +7iPEwq:5K͸YfN߭&ak\hv{L7@((MJV~/RH)%7fOS4 .$/O68Bv//Y炇@IBa"p0(_,\m΢}` q8Al !Mf$, gw^E_Q'tcvi=TqQ" +/þ5(NSt5߹ƮG27!<.8ZMU-цݥ_)'Ys{+egUy|®t =L[{1U3*)[HQLӎDjDJS첚-z%s%iȔTjy%WVg4e)SAxUgSq #Qؔ%Ssl䴑Q !_z+}ӵYM 8)up-zїdi6+x '|?ֈ1UM꿶9냷=6i05IPpb4!,hRⲄS-rۤj]\nMRΟ"cM7:H~JۍYsLBQ 3 Jh]YO4B\߰!Cjug&XX+憺0Vdf23>q$/x.$@U-W&׈Qg6kfK9mJf++șQٰ$jIIےgO)?oj_p")~^Mc"N=um:=1%:mf)WI~KF2 i8IP& ɒ1چ4XvI +endstream +endobj +1273 0 obj +<< +/Length1 326352 +/Filter /FlateDecode +/Length 139945 +>> +stream +x \[U}/ $NҒR,]BKZE[ӪKۺ8Z!JmժUGmѺVnU;:/G /2hjvMdovUWVo+N})U5|s +Ӕ͋[}g+@w@,+g4_Ŭ[Gj¥==Ɖ[x +g,Qa}-YO*3w,8paX޴Un=-q5]_v wA]1ƱMH^beױZɯ{9',[رgs,XֺxkE$?ci_7Y|Ũ ]v|j9Tt}\!wsU|?6\IP5b^5@0lf8G tLh9daX` tI2eLUɯ`v/ +Re2Q;!4VtΏs Ay)iNbd?)슑G_%|OqݑXzh{D"P9'>"su+˯)`;vX >^z5 O@~~)08HD""\bxٗτUu"D$"9",kaoݏD$"HD"D$"gF$"HD"D$"HD"D$"HD"D$"HD"E kbA+0 &(0]NޤRQ鯄=Bg^"?f*v돂ԋWDb  +d迁")ca _. +XüW_39gZg65Θ>mjC}]픚ɕ'/+-W\JS])ɨj*B.Yծvgy\<@CaM5G :ۥl#s1碣r)`NfrCyv r9٬V _Tjs4),H=F:d`UX߀V35K- +zXD&TzlPtWwtZlm &KuJ.g9A,h:]sZb WU0p],WUufln5`]Ci[n|݄caaq|ɼ/ aFkZ)smAKxڱ]|ßk8ǍLwEOݜ]*[Kk_Gx95 Ƹ*)|4JEł1о0\*S]o\M۠`BmKBG0v2NsQnjK}m֮6>K.S0l.YjQ*c;*Xf>r[llb-48k,N3ZYle6ˆs`DtOI"/:֖ܖLd I˄}v~kw(YUuXT`}nKt֎%nܹhg1Fg5olc㾖淡4U*i9"F% B2&EɸkiShQuc~W +WNA8hをBܚ5xj:\Ncptw5ۤl]m;7 2; Ϟ;ikպ<5$0ar{e@*ns%#N5ĈJoX+$_8@l  +d3l\pxV;;7Tk"&(tA2uUr{W]J\,ss +T+-EWmiMcjKƥ6uVkPų_|SyJpJw6\cbkPk5RB@Z׶ۼ%mr6UNu=(W7q+hroJF6rR=_¤N 6RTc#K2O[8DV }X!~xX[RVQع ض)ysezx_s.vg}W43]+d᝖jRbrPßk*+g6\.*uw28zkUa70 6mfg%sJ_*ABjIId\Ix@̅P9Љu/L3bV^13TH}nEGwѕVM +$:k&-ˡD Y,AC# LF:!^oU@iT1ZP)TGAU4CGu/~Tv=k,ubn'vbN,NP߇IAỐ݋6dB|CN_ |N9S' >$|@]xb%JBJGJAExu^%BxE^ !B6!%d24Y#R /蔐 LF'A!O#X  C-D1`&F'Z:U%9AF @% ?~  |O,F '|Es3§O>"|H}u!Fx? Gk(.Pdۡ*[7 obbk^%BULx*{*Kx2t-ACPTeHϧZ៍u3OQ?AmԷPD}uP_iyeQ@݁~p*Gdkӧ|ɯ"$B8GL$?L"  4d !ͱME!w(˝PE/igRϚiB=PKB!T)d꼓 ID@'0XuaQ@==Nwߢ~5~Կ~%ꇨ }P.ݨO>$Q@}1]އ3~/=[Q^g_&&NX2&,&,"t: v|<\l,Bp,BB!ل,I &" 2Hv$oF~} EԽ/>PE} ls|3kش6vuwVǯnX-jW޴ՊkO ԀԘSͪS+7Оt'Z'u軼o/m'GY۷Otz^a^N/r{Yco{E 5^xR@Ϧe˖-[lò,[L،!L9vi v`B)DͲ0Bǡ#7-,u6u:|yffohZM-f_S`榦 tO5njjujl&P-;ve$'靤}IbODa$Kx_!~s(D]O(Ǽ,e`h |Qlm6Z¹<,اqdȆ#+a +j8΃k0|\Ű%p)\p%\W5p-\~n 4RyGD6@ w, -&<mƟ @V3a' !ln<g-c_IGa<gxWӰ3+屃{Z /K2 +[6UO_a7ù\1| )#Xxk&0!>{WJ3t4|*f܅> xl܍yЃcy=}S}Dx&x=,=rCxw8̇$ϐ(x12H˒yYn? O{ zSi&>? |-]xcOG[ş{83# >*eFp LCCVIeLxi陁qEyT`')ISK(b𼴲8lxn&1;sdrXZ'X*sb:0,W/ BVƱRdc<e+a ru# +q(k)IA7\:!\WmdS|] Ps ڲ VVpAITMu&ꄑeQܔ\G8r=I[}2שcq2wdli1ʒ~x_oֈrI+Kὃ3 +EYj4`)sdeH{[p&k@ q,7d bbrhw׏eȰ\\?MroRxROGίYٖ?ܑuZ\1{5hP' 2ý&xw4Ā$؞Ҝ<ѽHˡ lJ~wT(àL3Xʠvv6Ygu'іjռ[;V=27[G?er8on|PEP s1r˖-dKÐo|kOqcV<k1(‡Lf +sNo=fGmǁUSɖXWKۼs^WϞj8V<Ñf؜Yk95KMcIMHHӓGǻX3ziщI1@&eALpVPp`2i~@q(~GG 3t|;ߡcjF5·~PWxq&.]jiQ\%P5˒.nS9B<'fH)̎ՊIΤnS|nvttޠt.6hE֖&jd%D8V'Ǧy6g}ݫoY]iY -'SfLS?>{2J3\ƬXeЫ74Q!KiuvZ|t8\x+\Ob:XkO<4I^ϓQo&L:.3%%;^<HU?q3S\xu #˓dv}D8|0褘93.u5lLe;x;[qT8K*Fckk._7o8$z̓Lexk ÇIP)n|4th|iJhƲCY-ti$wWSk]wYBLw)Qk4Y޿ή8yܪ 9nLY|&|g\X/^tԳwg=,5_g, ,&`XKk3Y;*d{JꍳI!=o*΍*2+͝;s_KBnP啻+Y%3SIqJOx*X.Z{;~}nVQ|: =ii1o5-.8;ݢ.:&oي}7-1':9^W̜lfuwTO;z|mŖGkN=7!yfŠOMr *=y^ye1qV댜iuO dkY#6{KU32 +ȣ]N)ɑN5\ qN7|{0o+ P÷>= fOl\?Ff7 j5UMLtj=8}Q3l!aO%sA]ЭZ1֥#}k/WV}%Ef:.krYK=iRu >6Cpdi~ry{oFMV(QMǤ;vSjY| 4#oUMk,,9 O4~oG;ۅvV 8h4?uxn4֟]Z?o#o!_)x ?(CÎC%楺uѩE:Oi2L٫ O/JZX|!lG_a_xB_ FC8,|hnkz⬳H?8d.C?7l _!lSSGY2qG 5$Qowi2AlH%h*9 d~ٱ4^-{R]r|wC{~wqu)9qevGy҄d{o$ybՏ؋8ښh+q L2VYtBydfQj(GS= 6L[c >4 Vl ;VY颠gGx2.s&nš7|῏*7#sho*ȘTѫ56OqM 돯r +m AaOʲPcu&t%5zӧtZK&D92Ǿ PSa6&vC[ lޯQz<ƿAv]U, +K%FR,v鿤c;O>8^<ކ*a4LCo'7TOo(RQ rSb44I (JH7}4[owWTCk8+bdY1ǵ \=rlF_m~J2kfA.ef%Ywv'!BD1EB>H0$i &Y쮻/Hh)REK)R_Uk*F*UkZJ[kzQ3My}o6Sg̙3gΜ5MZ y__Z]ZKO35(cfp\y鶜i4 +rO+`dz6o2RɖqAȏ*vՖn')u]<[,UsfSf+5T;ղe d ijF>b|ykAKo.ț0% Uxc$`Ϛ7 &xaEmgтf3ZpJ_}4 ȯ5eY +#?|zȀIOB#`MyBy$N}#~C.o&#cdkn̊32)ys,=~0.\h/&Oα<-#I0g5UITRh9s.2>c4#~j +? ++p"I`jŅYϙ=daEŴswgO:>VT *;I35UN럈`JJܑV_O2@Jb`x,IC?kIn;kz$Ŕ*;dOՒ}Or:v;Lo/t<19Dv2%'ĔRw))ΚnM#)))#=眒LɔLɔLɔLɔLɔLɔLɔLɔLɔLɔLɔLɔLɔLɔLɔLJ_Qh\)Hy#H`XEj9!P濘(iTPo8fzqț 4,fy[D3[ENwȻFJE 3mNw1BrZd#X=,2g SDތq"o¼"o윇DiWCj+f_+N=wYO< +G/\ykv򚝵fg-Ykv򚝵fg-Ykv򚝵fg-Y˻X'|?WepT`n)AuB ˪10K B TA +XX%·ԇ}^tA=:(ьv + K#0E/26>:s\(w n!*qxX#d ׍Χ49$;ycKd~Bb*ҋoܺ6B%(%XMeKuS uzpLne/*4˪T5.~lE+Tl4<[hjqXk?{uk~h8Hق׏%,9iciF4HDihU:c/Y0JZiN-Q-XXG~d2%=4g,51LsFܶ sV=(ci~LE[ǠWlAc'Έ[mi^| ՜NPd^Kd>m]" qZs FӱKD[+z,]%7=y#5q1~Y"3wgy/,^ +"4_8*n^NӚuۭg.Qi͚QG&;Q& +7&(7Cԫ"D0K1S*ȫo$"2|_u.oHDht:GcuҨ72m^X:^yS\Ή&Qּ'ҢvP{19"NB+uuWaqF]M{Nyc<Ũ4wn7^W=$]L?УBs-<y^ N\ѭ7Kow\;خ;kX y_M N8a5;H8zG21hkX*V=f~c\iK/N2 |1F OxE~/ ~Eq7s[wΈ)fg)VQZuyucE#wm?ꡖj+l,S1brjKDN+uC(8V&䯢W*困/޶1j6lbi#Z![Tc2y~1EAm&l!ęiڎ Z5Јq͖"׊׋*컁(4gдl{}VFeH[PƯ9k6^K-iG.s}F\FLc"ԓ6cFڂcm;زfF֫6m$nlVJUlU j0-]+KkBoz]AcRV嚉VvZ+^[,ֲa +ZzHy};14kKܫ#Z/ebϴ zل6:z{:,?E>+AWg]T.{"h3V"P%jU cQE|W#Wþ``ا6C15{TO(<-TsKVw ܭֻg . u^o폪~:Cu#eB8 F<>ޠQc>uiCQ<5󩾞T?̧Gcx}1?-v?íCb/~[v>5q.T +Ecl"A_$Z6N;EՈghq]=0y@.=JF}1 #!\ -n4 =1Tc֨69qPb6bӣj;8zzqI5hGE}7̇$_NOɭhcqt#/R2PscBr4 7}EEB^3,zܑ5|.مVbOM%"wt8 +źcx/ C]w{ cQ!T?:+Q +^twX^̍U?F'5cE|HݸH?:iVqDs"L'̹/x{=b}ضkt'h֏@/ zK5ıVIXќ2>byd"?=P0r{skBLo,2ݾ@XoQM迚8_?n?cU U.V;Q5E( >]tr%qe./BKͼ:sFևJnJ]tZDi#>l ||f9spEFqSς+FC7ex٪m"Z94RDrkyq wǫ~SmlWD;pD|<;9A½8h7mX캣o(/^3,ʼnG}O,`c~ƛ#K8t2Z@myv3ç۹F:h,V_5׵_QZ6-jjkUmO/Vhho^֮DkUSUjsZtzyCSMZ{eKkm[ܪ6,milŲe5 MEخ܉i{]5ԶΖֶV#[bYV-U ZՖe-m8| vT׊.mjc ȨmU4T2Ծnnaq}ZXSjQEP8ƪjMҪŵԪ{i%1TU4[-Y6Xjmhkm9E3uj^U݊痵ՎRS[Ո}Ɖ%9B,:x{)qG//_^|&}y/01V/%FK/1(.|¹~(w9HwH~ʧ{+OO'DyD&m\RHP*\K[UYb(1;K2l;c6l[P"fhQB[marl6ckmcܨo+ڦb"l[mkmۮ_AHhmgaض^m;m[lDokڦcl6a5v~ [|%G l!6s~?7l/7 6Kn!b :144``vݡCᡁCǩ89dQb:Bdf )d3ڵfl1 ]G[nu:: c8pjhh~H^~b>N=eɮ IcnAfs=Etջ^^u"9laZ$mVY80҆>`5IV1Cqc&rOr8%;>?x^+ƔbRT8*Zb~=80nxxY{\lxj&"K)q)C3CcJ#G*}u_bNSY%}#PImȁSCF*NheՅ2NR`q2ə~d⑉(p(Mwwlˡϼ?ؿ7γ$c v/=؉i=ƙUa?[$zowk\!,͒FnExZ]"?1kx*(V#buqķS(VݱgQc`v]('ҍrSD0U`iU*jkQe_b0-p+܎OhBHLv[KD!m^X7`dيG^x~ G$\xţZ~n;~ +S6moo6x~ +F'&O0N ^^y~7,o('5\+K-MK7.gŝhy6/G{*jeAlѵ?_u7ÿ;kx 6vkr؄cT rPUA^|p=>91?f2w7x^߅YL ] 7f *x~ p~ᏞQyÄOD:!;3!τ#-6 ‰wg)$,&MXIpv7n%E— Or$$#l]U c 7n%Np7`0>OA·#G ?&Dgp3'%1[a;Մ;P nὄÄq3J5K{ r݄A@o p V턻#KSC=>>Lx-w Q ?!H /Gq祿Nx0Q ?!<;@h!tfNxΙ  [ WvFe9Ä}o"Dx;v]{&|qsp%xx/Zsgʛ'>n1|%xQ9Or< +NTx/wx:/築8-&N{^p>'^'m9 KF1> &B⽬o@xc +snd4BnxvLBeVڿuDXۦ9qXp<ަ[YoXE_4x7E_7GkMhx3 ϥ _LYMD%N='*o/G9>:e||* (+hGgG߅_J>_5YL9BSδi3btqe2hYa XYXvX㶌{3e8q,c$egd.l\\y[̽2f<9ŲJd5e +fϺ-kgެ}Ygf% Wfgߖ3{oهe䰜9Mx7hΓ; -vo2[bUJ'>ҷWv/_ 0>l!~/5K1W _&^Ɠ8Cav^܄;?oZ\A -l z Cż7^//ܥVz_kr |/7j1j6Qs}P'Hznv% v{ax%x &ISTQm.t^A#$VAw Â!Ake Z&"A[]%hX uO~Vg>/0 <K* |*?i1} <zsׄx_[6v}}0 m8 Gᘦ5M^-hnTk}G=›VoZ!xEu^)jA *VqNAxBok[Cg[7ykG4RʉrbZ)OPVnTGz|]#4zXNS`" +C Vś;Y%F_%"ɪ;t}}aA?FyxY , *ٳd C=9z^M&Jpg>~2?_w' =zo4x$85]/f,[. 6cH>+xK=ѠA!<`\pzok/V?%J5/}$ĩ2p˙2b ѵγAE|AkqAka:au/ьϱJ7nDAEt]/{ V2 ߬3a6ȶ%Azo lA&m76m"6ϴx`74ƃ[DĽe>6mM[zl'ܦ5_7;?.;V/|"z}] 7f7řyj[ v[#M ;G1+Tu +*3b[cN̐6jM\¯Fᶳ.a.?vSfg$ ~tp5t {;9ShSBPq3%Č2tS30QZcz{izexcT_h=S7mbM=ylsx~-=P^=y俿?Q?G>3=%=X!Q}[~Z?6OO6w IO)F?7G}A=L?<{ϝ?[ |@X[` d3k &EϿc; J }%` g7q O_P?EN?^Ȱ#} :F&I3 8ذXb[鸄 H +bU`bլF~FJRǓ3l_–%t,8)e6*eVg~촭CP4DGH7m;8A| :&:~yKt8A}!;!yTH~ $^N6KIxM4SMKb {4<@$ 5STi#cS49 VUuh!6y[OIѾ % guR*(I`T$Fji,$lbpY ߔK߆ۥ?Jҧҧp/|KSvNKNa# ["Og3`\&w ~ZxNA^5kcy EysxIqלRʕrQ)5pZiP$YI1LH&f}f4e~_5G +sWo*oZ6I:n_KgVt^)?Vr"d2)66MVR6EIc4%Mgӕ 6P2,6Kb lVJvHY*X2UJ%es l>Ld e[*l[\jXzVLf+JyW:Y2unea=J! 2]ϮWX/Uf~֯dlPnd7*ʅfvR6MJ)6+eElmUmlRdw*lRfw+lRvʥlۥe{yl7ۭg/=l=P.cl/۫T+أQ@a?d?TjٓI=͞V}lRϞc) l?ۯ,a?f?V.g/Fe){4W٫J3{*_fo7V33\ig`Pwٻr++ +JvWbOٟٟkا?n_@KNJ'1Nc0f0>3>>yrr\b0w5{e4w3w!1G 3 g 22Y+=>MlV +!"fˊY1g%X+ lb.a@>] +ylKK0].hSbkٵP<әu.,3Ya 0wPVYUN40 È04$gC$ (* d"I$!GI"YDDDD$'Ir[wYwwgzu[U֭8tNo7p:}3A ( q@'I0g;9Hg$sF;9ppxgj)Fy9i䂧F~4rO#W=\4rMO#<4r]O#=<4#Y A)]E7%!cHC1 +>.N8-Έ8/.wqI\WUqM\7M;ϛd;$`\@֢ hhx!(q$]tS=Ň`b<ŏiBN<{ ZfY-U{^˦erh/x27`bxLLtLƓ?VsS#"g9`rH-eТZI>.lFiФBٚ\MwiX>xK+Y Z>$ +Sa/ `4a,|}~_!yXG1<.Oȓ<-ȳ#8A&gd9KΖs\y]ސ7-yno0>0zFo|h 0>2=^fog7?4A`sd5qxs9ќdN6Sits9L6g9\s\h.2K̥2s`n47ߘo-6Gseb65)yμ`^6Myۼc5#%,ҭu:iN[g9uhn].[W5uúiݲn[w=zh=`3l!۰M۲m۱خ֎ّvz;`G;k?cgYlvv;=ޞ`O'ٓ)T{=ݞaϴYl{>:_f9$ozXtz~pT#+Io&uY[ +ΓJ0x +4^([4;+ "ͷ_797fy{/D-i]=YrP +yơX/a~ӞZq! +bVLczܞݽ88KY=2+yØh'wu^щRgt23ҹYфoGqh"Z+uWKye^ƫ_ᯀn4FBXii\1>~ʇYl+)Y }fMfu3 #?})͟=?{o0ܻ_X^>#eqqwQk8Dc8⸇UlU|;y'ߴ\+a"V2Z1V&+zl=keZ[٬V+ˊCo['Nuj~O>xz'؉r2O/;NF'_>l=_εg1a9!fyZsɚ6ހ¬=kE؛eoPd"&B3- ≼}x??>S>F| GkO1$a,"E$$(Dֈ"l <Ѧi?y=E[,~Gb{=)b!,k`t`,{!0.0LeXV155 aYQYc$[%_eغ``Ͼ  dlkx8^m``y=X9Xvkk``Cs0!v[_پlhmvŽF"~v<~v=~{dr1fSݚl}8M-.'Y&aPG=3LJ`&꯵_kølrj|bx* +:hl,KOl=?g֟ճYlzv=Sϥ`!vaG1;N;ΰ;.4qKw]qOCH<+2 qimRii'7-^y@=a^/Dqb) (Iﵰn4- .܅fEЫA;"}Mnwrai 3,3 gֆ,_9ZJ=y֑ulLv֕%B֋>= \ql8y؃C>ml  +l;"iL]fѬSԹ\'gxA^G<GyE1VqXcCtx`cIp0dcc>D{e7Aq8cfoxȦ<B0r+;юhCQG!m x)((@{~JMJ_%yԲlʒe+Kq^J$xme4*N% +.$+w D2\6+i,4c+ 1 1q89 e,*i>*iA*i<(  +[PCyo&T.{Her֎MqV5D~{/PѨuK"I/AKǽM T6^3^#ސX1 +f2CO`6cS^ML57jn*4Tg3fR-&S͢M57GG044E@&g$ǐ3cI 4@Ou @=QQtE8 {3Q,Zj#,,c^;ՒE{2 +jhǘ%d_O!k^cثOBʼ0{|'戥yu1ɘlL1ӌ M7f[cչpG8;G:Aqϸo<0&=3s9e6ǘc/Js\c5יCyR}FP}LOE33#g [ݽ;awx뱪S;j)v*c-=Mر8*IOz:YԒujɒZ2A󣮊yJ]î^\Atq7woUۂFsO.JRƀj$_F{zRK>)|2_dݕ.ln67 %\nQ*KKr+5;ZέփHһEg~΢4H)Ki^U| ?5t?ޔ]<(;caa"_Mٚ*x"O|Jgq*a y0UyU~ =s7>z }7Uxlطup'bDE> cE~; `Kj?]BQG` B02mƒ¤PcGr G ]2 Ik0iވ"C+ah5#0"lS8GzG%Lo8:F>{pC CbW}<$뫷Ͼ a [/ygC鈞SoQTze]Ű$=5SoEQaGB,+Bm/*{c)&z;ruǹ MpB^#$7 +Q{O8fW!QU=Xl'#-Z+j}q2mvVz;I*}~1d X" M2I& t9M#;PPPPШ#(`T7ZnnjYĬe3p#9$GrE$##&GC$%H^G$|>H~"}D +HA"BD +)#&RG)B%RHQ'O$G^$"}bDHq"ʼnDJ)#%$RGJ)ED%"/Hi"2D)#e%RG)G'RHy@ +>RHE"}JD*He"T*D#UT%RGFT'RHuA>RHM"5}ZDjH]"uzD# 4 G$IDi#M4!GiJ4'ҜHsiA>ҒHK"-}VDZHk"6Di#oy>ҎH;"|=DH"tD:#t"G&6}3D:;D!򎏼G="HW"]tD"D}nDHw"݉tO}D>^Dz#&GC#ҏH?O?>2"|d D " D#ID$P"C aD#ȧ>2p"}3"GFAd$2HEdQ>2h"}d 1D8"㈌D#L 2G&HdL"2$Ld2>2"S|d*D4"ӈLD#3 2G$IYDf#&2GCd%2\Gdy>2|"}dDB" ,EDY#,&GYBd,%RȗDeDY#ˉ,'GVYAd$JYEdU>|#&G&5}d 5DZ"kuDY#뉬'G6@dl$F"{1*ZeQռh"4cSflJьMi)G36iƦ +T4c2xw ԡ١&4;ff Y @i +u 0K#G>QO{G?QO{4@{4@{/˴GG/w+(fZṡv!8 WQ, c)1N2xxq

z[)#򤪕uvχslx%-{|ޛ+3+ZdRVQ:kC9By$ +U~KvxgjHmggiJ*[v|=N怜YKD| O@lZG{*̫Ӛg&ozZF<ϚbF#a8-s<&dPOmS9<`S֩0iՇXz[0ZwRo&]_}Oam|"Έawi +{&mq q'L^0i>j6ma(jVz'U>ܪXڔDtT3.mV^cW腱8}oН6NǶm`I^7=BOf{CtWiu턭ovQs +wzDxs:R:>K)mGi2G@ܔ.AS^9xjWr<:L:ESOm“wknZhŤ ٺ Bܝ--ew'?+v'߂*y'R|Z!-Iǡ4fc|( `蓾֟Si#IIc5<i^?z"EcYϳ?0V +NJ/` +kh"7C w)G<Ɠg+TZW(Mi=J+QZRE,="]EdQyD'iH$H8"'y$]3IBH69LB!;"75"\ ߵ^T@P Z!zUD)o9 {de.ך=3cPݱRyTcHЗxr bfa8W95fƘhDz9y%8=)>kב݄/}yhwt.Z{W"*"|ȑ'ͤÛ[gSy"It7G?{6Ski": eM=_DgbW^{0I"ґn#fEzZxN7E{1J (?ⰽ.RL˓9m';O + +?~&;l/_ +~%lQ擌h?“SS3WgV _WxSx^ ߌs)C?igDiޑ9QN9UN U>. C>);.|F|I,_Qq*^TJTIJVUJUBPi*RJU^ +**Tujjک.RŪꢺnz^P3ՕjJVW9uZRw{BJ=R3jzV=W/Kk/V}Avu![ֺn/ҝźn{^'zzNez~@+*~H[Vަw]z7ߩw=@}#ޯ?џ a2MISdҦ)kM9cʛ\ST4LeST72L8:WHGQ娆ZSsG]FuFhZ6zƫCgB' >t/;t=t^Uz~ְ,Gr\/7ȍr|Ln[A<$?gyD/Q JP')ku ]Sҵu]WuP7ҍuT7u Rӣh=F՗qzZk=z^{}z_/&ldSܤT#L fFe13 Lc ? dV2 ՇCf!ΐYld62MfA6s HpzcT:[mr]! ]ny\(^y\"K2XOgsR~%)ow^!jjF1jISnV%~T-S&ڬqMwԻ=@U}:_qKR:KetY]^ ++*t_]zGJ=K_g|}CߩQ}Tӿ>O2qM7!`MejIa\\ fUx6ECCV—f)-gf*{- +ۖ[s/vq<#<{<bu%wB|dFx#+=pme0fT;7Ǜ9ωqr{M/>錖ѲZEh-y,QtzV6bD!z$Gz<0 ǪtYk^;sێ3ΌۑDd>Ϟx:mvvr(IP<ʎNPvE)psi%s[& Y,E}9^|AgIײo@Lcӎn6W< +ܬ5Bl ^'5Xh]K:u-_rFP's+ƪS(n"#քq3)w&BFSqhWjx|x hiZxNxJR`F_4jL,!YM62#QD hl4ǎ<欯E +LN4:nCQ&D),%{X2u&[Bu]-*J5b*GR,)'sx58גu(K֓l$S9T6TA^$;Q%Yv*;ՀW~'8K -Hc?56=gD5e1{>tVRTJTK֠)vA$ŝAj Žs =(d2N ;vJA5\P=T j*AS-h4rMfNeʩ :uA?{OH\9O)\@@6;"NX-E +rys88(c'K} + +,ҦLO STa<]ʳLR.dR1t?9TE_M|{&#T"ikq4gE蹥7ƛB7ǛC]kk7כKݼyݻŻxϻû{ Et xQr>$9ޒZ48{,IqeUYg%U\f]dEOTFNJԑ=>0"\j`){-fH^L~փerπ:~ՑYr-I֑yiǙI\3>N)}2vEݔgQ7%2L^Ilk@-zcyf/0G|b> 3_|KAd5G9aNPs#y!%zż4 {{R/ˠ^Eü2^Yxg+ziW٫Jc^ujW,ezZt2*U2S>ldm-Śj+٪jJ)9kRj~ʸ;[D&,"-Y*/0xY ~{ uDGzk{ΎD 6+Ȳ": qX+J!ԭΉ^|_,0ߗj%#rsy&a: ǼT/ G%8 "smh)ΜfJp,cI:73?or!G1<1r ++f_xM*[E]j+\c,Z*ɶVVc곭5T ɨWkgPoQPIz^ek}q,Et]cnf+p̭Q=\J*}_˳*YU S>T||J:@Md3ulcm&DnC)#;|Zģ Yon[Wmۀ 9H9اT_ap^6 O zE#^ƺrg r|}A䨚.WR3u+=M}JsTtu@ٶMWڡkYc4zڎ3zM~_4S z5x2E8G;;ٮ v`TX`WuZX#w"5*FF:[`la-PoRwÑs"mЮ{kGT<,gOޞ ώ`dPԌIh^2ν߲H|Lf>Nclo9\k+?:kO,? +{vG@G,.WCTHqu΋46/RE/)/e~"8AtտZAZSelaT}E X5alqSpSYՓR6R9ӝךcVWUT?sSNRQݱr0Q)NfxUT&E2'F*Hebu&?k쳃}> +NQtG<|Tȼ2-6䳦q~Cdb~2y~*Kžc.JsM6;.=fN??3?s? ?+?;?{?s9n眰sNZn埛ds-+1'htk^Tc+b(.Ƴ&Ҝś]chqN]7όh=S!!7x(x́=9y; +*d D+!UAUDP(jB2 U#76=MOF}M_\c3F~b"$+' EW&mʰt7=:z^Ŭz}^ՌQH(M5ڈ2#(J2cXJCe #Cq9Ǘ_J4ߙ#8М[$RTt2)"sJTޫQ/߫MzV{x Tmvo'5^^ޫk{{yo{Qo:{xp~wzyw;Y y{}wZpB~sǎdR1Ԏ269OP +{LJ(kX[cmX[)-kUڪ`mհ^#גWD .^juQcׇx~ ^m Vmvj`Xm_?V{ 5iKZ:ZZֆx)]L* +߹9FF\\~(!  >jü)`= nqG#سg{az[F*㐭Evn必"( +9e9UF κ,+vЮ!F~=YKDL*Vb5Vp^vtDgP=Bϭ1EE(O'wp<:ħ Z[ޞEYͤe1WNt?Ѷ =)怫ҁZl.}1"c+/Ls"Q=nQs@Oc٫mX̍3Z[)۰+8rm7hoOjox~\d:(qo? +\LHr98u5lTeQ%f^"*8?٨7rlyL?ƱzjvgD>5]bO/6?WMR.K8`ZͫF^K#EPSBƱ56rc'n>nc}swt\8nl5575f)JϮ;=H~٢)7rh7b#ng?>ώԿ'9~:Y)<\JYs~/Yz6= Adȋ xNaWo6Q9=Js/cD+_d?n+28B\q[խ2&`E}>^cɕ2yBkCk%#r`=0z"G%_,WmT9'خs9R:NR*@)~X"KbF,1?֓1JǞfsDy*iEX]߹]dȀ$Ie=d n3ܙs;8;7ϜnVu]w;͝>>Zi~ʽXmRm&+`]h9uPP+x}@Cg؍/śhY-E-ϡh6ZP~ʑʻʱC1T [KI/CǠ81O@|J(9( 1/@IӔd==Y/}]|=1}~ +J<(:}!󿉕zYW:3~먯6Mwsָ0XHq}e2J k()Xbr}M̥-VJ=ǫ5[lJXtWѱ@$Znѵ||ÿ,^;ϽVa"*o T|kaPpT| ڊ\q\LMpk찫C=9P%wwݕ_%~k+}^$ӐލbTvCewg'i:*1#*'&Ծtmeo.N ӕm8 u_so*)\ +r$tC6?qt ~x +~ᘑ&;7kOOd/ޗ#}Ӫ8= ڷI_pF? O)?S+QPQMG752.ZuJVA]4uѺC]ꢍz^Cj5ZPk׊z=^_/u{ww)]xé7MP)JqTR⁨_NGv:ӱNDt:j3P;,N=RlkĩE/<"( ^d9E.jUP#qMԈk"S5:Eu>j P#nu6:a-VXg{3u:;3B=^2ޯBw2G*3-R솰; ȻEY_%}#ez@`x4{W{٣){GGdG9䫡j(j1W)]] +IJCˠb]^ }}հ Mci>mAlCy&&&Z&Z&&:BBAz@zAC.\==   +61&zh7śBszzֻɻnn쇽[6_aCw†ABAnnnnmnmnmnmGmv>9gNpT:c8Fҋ"gEƮ؉H5=iNb߰AӇ$!Ɍ/`ޗ˃}E2l:F{6&hS-nhk-x{;yAuWz+>@?c+4.^IbXm2t8t;Z +4hV{^Rlhr.444 +49\\l n7;AB{B{C@BAC@B/&&G@GBGAGcYk7@o&σ&<2 22[-̖BZ-N=7&0j1::8K*#2#T"F]Dz 17o%}+ma7K{wGiF<@aG^YJu`֩K`aZb +0t:ĬKbY^ ccќ"I +6 Pղ_akVr[$'4IA`]_ +zb-\g'޽l36`lTc]gp=J_utuHٞ#GHP; W>c/r~nb9L4ϥyt-Ŵ,x]t +skNmc0h4{ds.f Wij鏮Qk09:נ)ڮPuY>V:@ΡS!ڋYބ'gDmČG8"^.-FX-ƊȷL]ǣl>GZY^H/o3:;ձR*>Īsflfnfn8ܷM:}=%{tEǶx?s9}cL[)ChHhXhDhThrhjh(+ʉ򢂨$j!jh(h)Zb*r1^LStqZ\#"nVqS,wbO/JX-bxLlIK<#ϋUwx[#ķ{Qu\|0*s~r~"9sܐx[BnF . +Jt3 Jrl*Vt+Rr\To74Ph8(`qHKO'O(L3/2_@u>/(2!q(Az66I+lg?|ʛo^o35'&>% V>z][aO?֑>S\cڷoUg>.>>>!>>iN+B߱?W+|vHH/K}Yߦ1R?6b 6hANx$^XvoDCMoFL@Vv$ĮɈw މ .=SFxbb/t> Fq#f#>8!ш9c""G|q"$ɈS ""NC8ql9s!G| qb !>Xq ".C| +qӈe+W!F\g!G|q7!nF "6#2+"q'.w#MvmM%1ZwK]]?s\κ>ws}v}:u׮7E׷w)pt}r}:um;îw]G\G]\\7p}:}( &1ƁR^Dd YO6mU#arTS,9oߞhnu$GU#B4⧈gF|0⻈G"#x <?r +ҫD<įkADWd|)S !NG.@|qᏜ2+?]BKMsaWw F뎨?33b95O 1a 3Ì0cdb]n HWcE="xd#,fسl3[Ϟcl#6-^dKe +{vl{fo=v}ΰ7g,ٗ]}k?w?E?~O#Bi9/b0@/ws#9uk DB{ՌP%+P)YM4VS%(g\sJ~d_*y^ɯJ(VZUWw]Ic߱K{v:;\: ,p;w{Hs.w-_*]vŕ?H)!B1ML3D)f٢Xs#bAĊvQĉ"^tMY$[ĭ6(~'@|g?tE_*Xd"K Žb\,Cb&"[??D +"It"]!RݢG^"]}ģbxL, Q"~/'EX,d1J9b+Ɖ\:Y<,&I"OLb(0>/! +K2!~b@Q,+H=r˵*I+Ow5=w=x*4ދ޼sx>?'u<|2Sx 4>E|&g<㙼?^>?>iʇ|!>rMB/ῗx)_̗?|/+F,^WU|5_g|3_ϟ|#$W-U/%2_;Nw7&o?E~+Wr?~+ ~ī33~/x5R@׼FBZĿ\$7^bxKAwqHC-Ż8*{x_Tq'I"#{#˿\&رߵOzU:]DzHk1q +<ɈT_Bq b!3k1jujuU_7L~ +Wy0RIIƣJΑvf&(9XfZ,喾*TJb%. ȅv%Y[O6I;:T"'k c#.A+w-ƫU U 1xa<0^`ЗkPoc`&.K#˻ QJqc9$?O*' Swsblq-[blqOZBgb)*zqTGpylJwMCLR-njq-ZʀS@Rb acrKbul_*ʯ>Jlq21>e1(t|V_$9MΑrQ[֯ +K +K +Vݪ + +eޫ*K Ո/ nC5Fш3'#.C\8q LFT)`J5R T)`J5fJM4!w\ ֧EƶZ G>G##'k[1 i ^_up2"\UN Tawb؝v')ZvJI2< +`d~@- =L#GӐ: 6q b!Jj +ó%ϮSguxv]gu +ksTf\7(M~ˠma.@/wܰ-s/Κ]"AG|Ͻ[FF|1 n<LJ%W))숱tT5OedsV#>(SRRRRhlٕ! RD9#lyIJ;I[vVc.1wU+.Gc6]F΀p;KB-t-u!]a4'繟<_C%6wgvdRoA74L,ϓmPRxM"#{2Bx#{i蚦Ղ`p7dB4h Z\vkp3M`բ֮w+5hp Z5i|v#8pw:;^[5!heZWjУh {?X +Ԡ3hƀ{l$pMwaD@KМ uq'3˙nIwtAy'9 5;;wܿwӞ;=CLhSp5PqEM`b$A? +nieCQ-{dcܳ{=$f Z,~%-K(ZP,hYBѲe E%-K(ZP,hYBѲe E%fI} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/jEU+ ׋+X4\5bu,;fp״hĎo 5\٢;opeWhj}\*;xp׽hĎ_4\wb50>J נءQc` ?9j?9F,Ws5_́Ws5_́ki6gBZ`n̘ s pb`PϢ,fs׈ [ [&'A#Fdy#r#rGO `<ޙCb{CCRdA F땻9rGntuZ7(b;DvrUdcfsK?R-nDQcE&h]!e(s㖤|vϽGVK*=IdC:eeEl0Ns OZ``>yiҞog_j_gn_q$8rEAq9GHTH.!CC +C<-doȑPGhTh>CC' +]!*2,>lsخCap:b-&"!{DVDaDYĞ8g3߹ܹyYv^q]q$Wk+U*q6v*]ծ+0Svǹ!\w]>tWDFFGE&EG̍,,,+PdeduO'I{xr=EOgg琧SBY4cI, a2bX%fWx(qK+@JDen=͢ \/zc]LW^zMQR ,`KTDzNɭJuZJӢZ ,/[klS-;Zn5:%.tƙE2"?k:{3Uf)jAո8Q遱wn )o  +؃; _ORR(9|`v;mQpaS.L -kCX姃 59+U~{rubxĔm cMiSq;HS2QԀT&B,!v_#rꇒ׵ԔwP5b)*jKRws@GN~ ƫzGߔjjY14;2MTɥڜa-]J~90s{+)G塏*>jGF}|"c5;UFCC9eXL>ʢO}=u߫J_ua8z΍dyMeNo"?D +%kM8Lu?0jTM9YSf5o&^"kHa 0KՄ=;P=PxP>qT>)ߢ'?o ԧQ Pj_%r%q*P/J/:8b_7@>_[Ǭ6[F!/=.PEw=R_j,:\a6>آo ԇ[!}[>Ejѷ]}G`=Ǣ Grk 3VX{?X,z[k[x٢jѻX$lS,zwӢ[ eY!}Eis,zEh,zE/}E/,zEk[t9.:`v >p.!Z'-i5J}%)֒/c}XB=B]M 6V{=lvX/\ o .;BdoGö6INiE +((h$+ / ,U!]n\6WZs-j &ɯ((^y@LB y6{6v +)rPJSЏ"mdx(I@d +#7yIシwww$k-MU)EL{*|MzJi@ o=M[[]z(`_n놃HgclXjcjqvnzIKqZ\-@;uӱTѶo2a@o mmMܑxKK.JԵ-*Z,K+PH>OJAʺ;ywgt-2C0CV'!6W8RbLZުEpeMzٻwm>g \b߬Y7oqF0R\Fgf(~ Wӯ&ә +Łd^(?wvtVg'{I}_c_;=é" j(rF NxE8=z}`_oDߧ6OUكO#2^S[cf:s$C cUqH<#Y&ó:Cb/[ik9i#QpLo~8~Fj|p0JYKJR#/&aBKq|ŏdM71|~,+eIigLHIu-Jsy' fMqrdűI8#Jٔ7U$WHΛ*"7[$est'G '$؆oD'Oc ^p k}K 0 p&p,1/O\0} I'0\2A W:!-m}o>B~W "VT // +"y3.V;\ e e e<&HbD4x6 < 8xp1`(fW%6<ுk2l Ha'$!yt}waPkB=5Զ^PBm mԶ m=!/PWmz3!_[S?'}WCJO@wBl>8+Ľޤ ~8 KĒm b%bxtG,$A?~0G\|WGN\1)O|iOk|o||eUSLW<]Їj jmG|ն~W>99/>ுk yͺ}~h8 pͲ@ lplq7 dp>Od19ŻY{;fi2ZPV UQEs4G) B$EDP(K(E֖shK(4ʹfiZg1Nrwj#9}:_f~fHq緀wzǟ.܃{]aVϗzmQ5yTͣ?DoWoyTͣA1nxT6V ra$Σ]Q]u;Q7p!.W,$85ăQ;^vMA,O̤L̤L̤L̤L̤L:_ViUn[ViUQNŔTLIŔTLָ`u¿߈j&j&j&j&j&j&'K,q1$J\Kr-ɭJJr%ɍ$wS}7wS}7wS5GEK-QD$KTLR1Idcմՙf['Ʉu2aLX'Ʉu2aLX'Ʉ;cagl׳}zvݡgwzvQ^=۫g{,M/3>}=8: \\8dMX;΄3aLX;΄3aLX;΄3aL^ث{bۡ\%q [%J-amWzo ߯W}OP;ֿF߫5k LXֿ/H娷['XEj~V|2c+{}dRϏŹ-{:ƹ8ygU\yr#/ʕr\w\#p}+tW\nqk%_ ŕ +? J?(߽#h Nc>wkpb;a8=񘵳r4;[.Jp^=UZd3E6Sd3E6Sd3E6Sd3E6Sd3E+vl_;3L83̄3L83̄3L8s3p,gQ9љltf3Fg6:љg~n+*kSϳ_?Z;Z;Z;Z;ZZy;;:/{-0ifuґ8 +8ı,p"N8Ʃ8 #(> |g§s8~ M!i|g+ʛ_ ù N +֘4q/4ZR~ӣ8d'RʡʾwoRc)D_[e*ZUѱE 89J>3цѫܨە6Q(RSgGNx܊6܎;0wg9~p7܋x!ǹQF%Ǿ9t2U3uTTGwg?J*ɲUle,[e*VYʲUle,[e*VYʲUle,[e*VYʲUle,[e*VYʲ58Q&-YÛ54E: (drL|<˻5[û5[û5jUZd"YȪEV-jUZd"YȪEV-jUZd"YȪEV-jUZd"YȪEV-jdz+}|,b-+uo\;䵯3O|:!*v5Ul&ga}XPݻb7E` t5k6vsP{=c _8 q.7q R| ..p1ՉѮJ>D͋ +rI{AJs{ڻȲEb76v~~_.,Vou],c2 +ըA-hhĞ {c$/a?阁" 4,ҰH" 4,ҰXwj4>3 OS8 gp6.E%K-\o;W໸U>A ~&-Tb6vO[-I Bȅ]c[qS9wi߈V&o[aVOOOOOO + + + +QΌrf3(gF93ʙQΌrf3(gF93ʙQΌrf3(gF+VvR- ^^4v6I$ ++XKwt3'蛡o2&;vEYf蚡kf׆XkI&隤kI&隤kI&隤kI&隤kI&隤kI&TS5UPS5UPS5UPS5U{g螡{g螡{Yg鞥{Yg鞥{Yg鞥{Yg鞥{Yg鞥{Yg+u񟃽cUr{jeu2*ZXl,z+#ilWf! Ǐ w_f)h{!nri_i +'^k:m5g:=Id}cY畜Djqޟqb=~Z)_u CQOzEkqn޻N]޻zzp֨Tpsx{/xG9w{MF7oƠF1Qa_LA8{ҨpKm#nXg'T£TH>Q/TL4U7Ruyj標d9J樸E*X`[())`[(;P}`[(}FW^zE(VXbEJ)UTR9J(TR9J(TR9JmPj (UTREJCbKSZBOS%돮TgDz"=7F+T/6ūO*\_tD7?G͵?=?#pJ4>7.h =ɧnxnCs1WKZQwY뜵Y(w7Mt`F\#:rJ;עgq3fgngnqAgmr@UpV^%1U4BUu("**""BP5TCA5T˜JS c*!Tc*`Ld9X[cf|&8\, m[&:soxgk\?~(ʻN*]"=eg͍%<nwb_yQuK)g<}3wRb%vX]"=-u*h],"]ƭqkjxgz}$:(٢9[ϥ\»߅y|J̧|}j;}~ƽ^/}{k=W<5B/Bݰ阁p ؃|~0qCgšFW5\W7LkuxpnђGtjI5ۤm +,1f7:îz8NSSNbDI^kҵPݦ+7Wtᳺp;[g]1t]r.UOU}e6yH$XcXGcc*O3=W+\'vk`F۬^Vvk_5R"*`N7̛m"7D^2쾉 `YX;Dyy_iXV=EQ + +k& +" +64W++{|~7z!s\!mbuX/V)IOݦ)}j55z-VbRk6MmVJ]mSW*vµEVVcHmVUVUwjqJLyyJ>:5=@nz=e)ۭ6 =-`o07Yjd)kN׺M6dmS3kM7M&q]0WLU&*pe *SoID[mbjSk3V`o`oVoVSk:NmSf:i*JRfFM 6Y֛,͡net0ALEy27֛ 9S8T0sjt*Jǯt*ߦt{nMruz]^=8cg\S'PG5:jzϭf'_u_4_|]ӥ<]#B]:SnU*_hU*/y'ijI*w+wg}g}yjIE4ZD7T TN9/fCx5&CjsS0Cfze6 d92{]toguD +"*h@D"MA4 f@4 w|/)N%>9^ʫ՘kf[yUŘb̝ܹם{ݹc>cܽwZw.c,h=hvU*M|*NcⳃÂ<ӎpĶ~vLJ2eݺd%.itɤK&%dQii滟c㽿~>ã.՜.Ui՜Vi՜xF+¸IRUHvU'UdIhg9~1;l1Gm_ ++ +#\cO^kpwt0=1+&Ʋ0i3a1r1,rN&x} !?#<>+I/oxb,Ӑ(!q cHCbrav}7f~o{ O] ٯyۻրwԹk6WvWQm>Os<q\y<tϳZ+6TU]֝N;U,qorJu֒j*J+T9]Vj˻1sWZSuĨ?8ī_-3qѨu|:>ꈒ5|؎0+ux:':S{ɮrc]e?9v 2:1Y㷞}=+/v_8/~7 >8؝ʿu]/w;Ȼ~qtMGmc2 l0IapxpcpcpcbzQL/Rj}\>o}巜S +bqhU*s +X{x^*[E}N>`SE;_G-tf1nvd?/K,T4NaYp' ź40K, iO, bLÝL, 4Ө6@ PR},MHEG>jQ}D%G>*Q/!ό3rT8֕"8E03&K%_ +/cB"ےܲB=ȁ6zuvphKLcu]H($~? +ďB\\d ұ/e?}w+XiVZp} .[3_\VS~ -ʀ9)brVrVػ W9c~GG.Џun\֍˺qY7.}aLם +O40f, 0qOh>Oh>Oh>Oh>Oh>Oh>Oh>Oh>Oh>a\)*:N&d8(N&d8(N&d8(N&d8(N&d8(N&d8(N&%%xD ^/Q(K%xbB +,#eb&~L34dddA6+;OnV3OwBfօ?%%y~^.#Q+r1KK\Yj] =kH|ڳ`12} GQ$qIE#pIE:'AZ%kqIAA:؞-rpIBB y$qIGy$Qy( b#Dݷ/ +vw@?)ZGŝ8g 3_:1 +.tqpݫu/t/ʮ{JxUzQ+b(/⋡b(/⋡b(/⋡b(/⋡b(/⋡b(/⋡b(/⋡b(}ObiPOfqW5/5:CwźX}e.Efɭ3^:.wvv*qOoEzXR{'^IROM+iťδ҅V&7{r9Ю\M].ߢUZGr[z7ZC./R8%'@K67S"BާoS3NyG.uE3v.Wd~d~qs;E3sl]3?,5w8+xx8Y:F\2LzR+*xҠcQ(Pv6D +ׁ:.:h=^G1 `Wߒuss=cq=cľ+K_ }?8MY>X +vk.3!uh؍ 4=:ܣC0Lg`~.b{PwZRtrlb{tzs ­|tf̆B(j&,ti0*L[NnֻzwY.ew ȇI0;i0 +`̄Y0 +a<O΅y,<Ku<+\ך 𠞗1FH1(<ca 0' &d +O40f,=/r2]"LOɍbA#`$&j8 +Zk=?{g=?{g=?{g=?{g=?{wtZgijVY+$3Lum!lYw7w%I2B<\WU|?Oq=x$P_qu-GѿCz_=пCz_=пCVW+ѫBgA+ѝzCoVtMDS&##tYd$e,;Zp +<ݴU/$1e8[.\M[\%ZɸXw |q!>&?{SltN{E[Bg3@,;K)4heZ/)2+ktj\ܛ{󝛋KsQ.+dfu<|Hjd-SmM,"[z7N(g~\= +z\Ҿ&$x\^16o2:W|*[ih%Rd@I׊dOw0&j֩<0 0F(ųsx\!#3v0V3SCl +*`NƢ/=n`PE%N鬠t9-.c;]ɋEvN*aNY` `0 ڿ?3IIyW4+-㾕\+u5 wC?yVIOj ѷܗ2,マqmG?a暿ԆYz?\H(/aW3/1///2_Y9\]#,dM'Amsq?f朰s#xLuKwiWѳJjZ=pzάjܨG+ZӃ#ԴoK|lM-Z~k>՜^ӇhC<Șb{C%^yB~ÚNmt)K42jRa|͈p"z5OOY3]FdcןRQ޷"(RpGjJ8(ߙ ?/D}쟸?AP',ǝ9~8L%UZ W5s"{Ԫ:c9XKUj@M9z +,>TC4 zA]?x<(+((h@PԠ. +qR5`OCh$_ԙMN)o9eZ%[F&!՘֛Y[vWR9kαC}p9{wp 2z'}v#p*Ǜ[om2>p/OݓؗMw +ec@/iIVD:>łqm$jS5Ȣ#|O!>dw%PY{kױtNj?? V"sgJ3?8jz gG \2;1?ќ (s mBV qQ<^ATk*W}Εt5Q +Q +W՚*"ӹ*&3"M(#U2"UtjΨ(FTٔ;rPJ5\ ʵ\+fMc],"*PYlTEs{^/E'ظYL4umGP='xmERť9>|iDqm4<,U\-ډ{= E :fi4)Yh ͲPE,m0v}}fe@蠹;t8tU^+dl+ӬXuZYұYg˘kTEXݬke{Fc=&o[e_k5InM;ty5Ú#[s99yZ ﳊ<5 9*ޒcww8kNJrJi''BΰRN9)[ئmۧEvK|hw .R +.mueӾInoʯ~v?o=)RcDeٓ*b϶g{jh?m?U^NWkT[{OsZ:-՟i Luipu:~yNg߹ĹT t.s.Sw;W8=ε>zz5ĹŹ]ܣ;Üaj3rrQ;cj3y\u&9xg3UMp +B5yyAMq"Y9ts@p90L +Ra;l9aSXz:\/\_ 77VυOTlнw}Kn_zٽwAUnn;^w(.Rݕ~*mj{8:1915c^2VdZ#Bk"G~4#rG*?reGYȐPNdXdU/2<ɷ##iVHAd&lY}d~dKWD^,.,,)XFތku|`](3)zE>|a|k|9dEDZ"騰FDͨi=UQz8F1:hh#krIDkJ4;ܚmmiFGEGYsG>a=}z!:=Z`EgEgY-ZOEY/E>oiffZK3f6lyA#Za!:oVd|-J?zZżP>ݤoՋޕGt_֖єxXJ1?q|NP{}~;5#EsX ۏ+>2~5ιARu]+QIFfєkhO5>]o;{ +݋xGϥMUzG-[ jzϑMz q~ZR+oz,8v|wέf?7\ǝ +Jc_4=9=^; 32ߖ?ӇF]\m'Fze=Y?GjEhlKw{^ |c"7D +Y4_]gğC?Ko|E|gCq>w?r0oհvk]Y]Tᯎ?KQm|YU{Dzc^'j. yz?k1?ԟ?&Fq*f1w~Nsx#OH,1NsxwbYejZLݰxw"7!&KD FQ țLzMGjQ+XK%=kBo}j}&>Z?u+?|$_IlHIl4ŐL]]](2r|e(2G:!8ˉ8FoqSihu8';)ƝN9߸tq/i14Ѹ@Pߋ^`dc0i:F""7#命[7k|c_Hk|cJ_}o5q!_}n3Ù̬д2e1̛1yc2o +P3lMϞlP(QĬYe1asena{#A9w(3)5V;EǪǫZCrah.yyb0/e0/#0/:@fg$uI9Z9Z&ԦL} Mo}cYgff!~3!ԍy+J.Eԍ$TQFINwW.7ܺTR" B;{9Qޟ5kw}=%efH-.#5KFjOi&ac*X,TA_;eI2Kb@1+awAo͕d4gc4o&#% зd H~*9tRBCGL7eeg˸ϖq->5;:RĹȹBN ΄Ki봅ӎ22r8C ey$I_)\%gK'*H)Ng387I'Um(uytG܅ pqEp݋Rq }8r8F#8Sp>Xg,Js!Dx&9ВdxpfRL3s*JMs?˙zf;s3(a=YvpVO^u^EvAku>@v0&OFgjstFlsþv8; =*8?:?b{}h~g?rt%8C!|98G( {e}ǧe3G`#X,p8 yv; M`4! 4 ;$<<2)HG6F6Q4>_d|LהmPTzގ(C;ީ@zލ?gރj< +B]AJ2 dtijߍ`L,~SQ`_2C +sa̎fG*ev2;QiAlA2fg377-XjvL`~rzG(I.K8_iEDk Xf +YeND}[ܛƂ\Gʵ9-}K8hI^SG8Jfe}_9$ߓY%fI)wNĤmFO>:iS1IoE4:*زHQVe;?G& jDo +fйfq拿LbHcllLS5r-<#n ?˄#WaׂkgXRԺR(٤7P@ܚJ&f x37*_ C:TyPS̩̀nZM EnEknDݝJ]_֦ԟR݃5}T K 5eQ#2,>>VQjUjW7#]!Y rg Qd0n -Z:!TiDUS=c1ak  }ٚwB]]jhg|D* o._[7YW & m&[C7Wy*檹D.'\N< J׀˥+.g|y-쿁ѥK FFk1@ꊂԕ+3efQ5Y3j# Ԧ*@ʰU̪((l gakS)l3a{v=n]+yO>=L},ECBФdJ =J BB3xhfE-LRzmTjsy,XV*♀jc&֧֧t@QkB&dav.{5ﶁ= JEkXa00D#LY<7SM㨮=Oux Гu=2l33ȞbOA?OΰgRmVC~a=#ӞoGٗ~~5/_%]j/9_W"* l}~!!'ȳ^ףU?E;7HM&W@-o=FA }2OP(N*u9i;TtS)K6*S#S.t9թSéOM6]q꠆N]CN}luro4^}'],}>PM:>Z$Ie0 %yT'%'SII%JRɤRINF=`ET*J_5kkH_s&x&GsB0'5bHIjrco2"  D}o7R;S}. #Swշ ]wGܪoEmH߮N O_[Tnփa鱗zA={gްz<I䙨'͓d~g3?EOAY,Ꜫb4=*z:UaGfS5j瑞"<=[_/./SuP/W"l]QU\U*<``o(GW#;]!}c R2-֩u +ZNJ_/`YTQ7lWaY AW?H*Dګ!auiV(~W>a*Y-"ǴL i֌(+͈'0˜ cno2g\Ӭ\ˬ\SxsmY &")pT!ҍFTüL0:f0fs9g&]S8¡}p+=o< \9Ur Y•+_B>˜[)YXdE%v¡/LT-n$c +Wv+Yq Ǚ~k?,3€8Zm0`G#7S8nkaN.ZX#,`5(gm-l5bڹnY[ [qSG#"qпMZ\8h ᠙53Q(0hHec{=~%_6S0\{&ecaY,9\j~9MًE(Ŝ2W8epe(2Keayjg,Y6f'̲^_6~+2OeSᗭ_7ۛe>eeaYv) @dSa͜rNEj.pʫSLU [ +r: aAi4GEo-z+ZV8KEo˹ҹ{gKTWOTWډJd%+XEuŋS]ѢՕ Q]DuEbKTW}ic=RTM*SNL klAX`иR%j5:1>_v`züZu!2KX^lVx^ ((ݔxM16}bnȺ?* Ď+*v.6oȱ<'?^ؗz[,vI!}k(RI&˸Vf_WŖ2TW3˚K=WK | loOOI]b{˱)bHa +9=H콲uayPc$~g|RN)vx\ľ (e ſHb,\<ľ!-n3|_&s{ *OWSV>~oɟ^gۗCtJGtw=Ͷoлl;(K!v\sl'(vؙHd;W켠W. +z*o +Ɛfvp2kpd^g^˛Ň̾KId{W#uXs[1^xAyC7Ac@弱M&R%YT{[DRo)5{o[v;qn/TKqZ a3ү'XNiv%%N'{JL~)%<#7V= +i?Dzbf)ض5P>>NtO=ul` +'U/_ hrl҃6%)/I^{'OGaMוL̘0oތy3u-HCݻ[{{)Y5݉eww7:Ly`ε{}za03{3򃘋SPHQc8th18Z3uC=ޓޓa7['wR;O#3ݳT4!oz͕^KC̓E3=F/Œoy%h9że2Z-Gh*uL:,}k}\_q}S)&}xTqGzܕOw~^xh\;'=$=H'K;Hu%}*}ZH_;׮uz"<׿7l?Q3#}J_'y/{/#[?{Tݑ~w=$wG=Y ęc̄><{Q&&B/ު^UW GyzM**|N jmRbz>DT:'˦z[{ T%AWQ9B_-m57I!ʑLۉZBhY+[pZp#Fy0IyUjH[_6|UKJVuTxjBM٪|}Q,+UX/$Ge,ud–;PD16{Ϡ oூ/OE^%[ȚnԉB6yC%mB`[-|[;}i úv'ǃ: [btY [:Mz3>3%x\3*6;5Ӽ.ޯ!7'x!j\bΜlNMز~to*nf%xGFf#5sdaŬd^oEڇ3٬ǯjfvǯRjiCg.VR [VUA޷IQ\{ݝ}kz7"+""²<WTD%AD$|J₈H\% ?4^c1^Bk4A$ٞńS9:uԩs-ϒPy1+0fV˕XyR|.rtTC3bƑO6eS LW K' hw #?^i/\{iɈ+='Nʲ;`\O&#HF^ _!2oԘ%ʀ/G]JH i~FlU*r X1:`;Lj0p!fa~Yw7f׾+0ǘh,XAo70NBɁ[zj`:R ~W.gwUydAO%P +l]M`%y +x.Zp:ґ+ cK] ȘKoCiF RV~ne[VJ[VVL n'w@G' \2|=&8/plfH7tOdI]2`{bf@!ɝ%| p2.Ȼ0;P u i&Ľ +9L +|D[p`ChRksQ!8S)HC"p@J;ᄎi)QL+$!KOKppF 8>w ft" vЙvߢ N[S)A=>EC_]WCƔ]y,+)й&$UnǡzK=0ޞn+.l'fq'پ M>X>蝾ɂ.9=||=}{pA $9oSC"^N(|Wqn2k7UÇ^po+^Kƿ }E̓\|#cWffxk}ͻqU{!qЄcW^^־2o.@l/JxI) +0`Dy"SC>{|W{6y"5=?ffJZy}W9PsDr+$g/b ~ rp&3Y:8;"Ξo[,C-VrOY3 y=G=GEXڞ\oQulS:z\p=P== QeBW>AAt8,e2b#fg( 7EJWY<<56ɮ\|RLUƉ0R6pG9hI߀ ,R OK;g~CUzeXL'G.+by =BPr+ e\+툝 9JT7L,r)T>8̱츖tcV j+`>A\JOWf PF"mîd+nc5R  i9[Pm-LKv Ag7Ȼ]9gH$ ~i'_IW0i/+I<ϕڏX N$s;Zۊ떎I0Ca^>  Q>ۺv`,} h p:"[u ԑfH3pCb%!W-qAIJW^R/j-A'9.69bGl'䬸 +=Fn: +JfS) /*J4I95#eyFaZ74-$aJE)lJ3Y_=?g_5Ęz~4;z0.;JHsUzUcV8b8?ևpaFet^?LΜJi*U԰~a,xߖ۲}[m^L _~0\7&z**`iUҪCȩ8#S%&z~g8)1Dzŝ3?~.r?W !Rʭʭ +ӡ+Rfj= +7ުIy'C+׆VaZOwl Ìt1Os-tq3gmޢfS;]I%R%G2B:qqf2Eg1ʳEt6?Qg8|W--Gg;ܨĨŲ_}889'9]vROEQv.w‰T.[)mNlNƿkk6ϑsp]]2;}EU uKO]z_mC]ċ(I˥Z8QuuxA3A4}vO1ƩK/SNMKues۝El?Nt8p9}Y~8C\\X<"D\buގz{eKQg원GC̎%%zh]p_ +iR(=:dC:\PPGɋv`a\V9Mg&d4N Bo + fAg$AL^u +IN&drԥPW_z +ߩQ>aطZo/hЮ&#m1Gu֞"ym+oi@Bv +rXHy}ws߯?} u2JZ@~}#࿬_1QG-WWHYÇH||c}>5g@ƨ0*WcF cPj5'eϸ^6n5S)n̄8xc /R;_"x =嚽+(ofԌ¯1k1_k^9uuo0o܆ĬP:7ԋPMh ;B?ZEJhMY >{%8i +7i k~ʷޱAu{{߷އ/[2):lO֟3@XڅdIJo<߈wɨM=i1-+k*sXB +9r2aYto&$~>";:9>Ip%>Ә!u~Q%p듸>!e@ԐY +(<ν\_"ח\e3k̝3!,ǿ=7xv?@>[ϖfY\NR쳬|熜O8:aש3׆4ԛλ:ڱyDF%-j^h/Sq'{h۴Yz pupwgDz)^e\Q3 E2jk0j#t[lLچ+/*b_^nmGuuɫvW):ȒS^ +.StY}X}aA#JUEx +?Fx֨kZG}L} u:!d9̄~g%K~/GYwCkݴT_ +jt?? +hC~\?W Dz=A_2$l({ />c"|ݑ/_Y~g ?~z,5 lc6J/ `e|e|8aDިG8aܠ*$cJLb7g73A8E8Co#}YHYH@8hknpo)5"|ȕYs9a(@A +J*j䊘@v5cf 9P +fjjkZ5a^Hsי2 FFǘ7!<քk3!<ޜkkH772wK-oo+E:k}/B}hk j1΁MuޥN,saYΰ,r<ނIæC w]]t![`M?7NCWWh]e&$ ϝKWjt 54^_8Bf`< s?ksN?qi+rBN>-qDNHFC)*'$!:3G''V8kY"*|E7MI:jS8D+h"FkC>A;3yyTjTuպB*tӺa6:Q3?ST %kLf>듹>듸>uB\*s2*q*4Υu.CfK2w;5NSw(AQyTg-f-+n)HYbh?jž^'nko%[½^(>yw\sMhx}<'YY x҂fj%-p^X {_ycKoa}A ma{˖m!e4p[5 V,:WrUp® NP:{}b&ZXr95{,=/1+3"MģI$32^>x.p=/b|<:Yq7 2w[|+ܳQMV\r3O[9;NNOp .?45MpQss~TX8tmӿMC7SqiN9tzW8pl ΫN]].U5prNQfֶ9iS4?4l]Gc^La^~LjT K<%(#{oCBKHn nEmm ||WRNk܎RPz#r D7o"׮.wwSA_"ֽT|uI淬t3AaoB^GQHS!a-MT_tae!XŠy*<Р4ˀjsؗS۠kj[ENh3:Ti#Muԭ{tl)}Ri4 +uXQ EEjva+؅۩5ۅmm{A mX9X:3xq.N;+.P +T|C5MvZIu ^dj ii[V)V_ +25¶Pg/[A A"L)2etɔ 1e,L)S”iiɔiŔi͔iÔi˔iǔiϔĔ܄2ߦ3jn}?Yԁ +fc"g\G!GseK;ϣNJ)IR%B/{S?LX3X IS5TM}^mvVAc .S{Qzz9~* +՘CiUغMXo[z^8UN&ghR:t_RضR䴪[.Lꜳ*R[R;;^^?;ls>:hjM7 7iǵcd[mvsNӮzW44ߥϦR}>zЅzNs+wux/%>_{%zSn1@ޯīkcȂ^%kY%b͟2i* +@bZjC+dYXY Z]Ye.zPuu[}>T`B*GiJ +XZ#Rnfr8:Gj>C3ihTUrR*v 5ǡL]>ڠn@=nBmV_. erh+J?@Ih =A 2m(6b#hqу.74{ҕ24+} +kqSb[vWFqBQסYu#z^}qk|r![[Ak E )a|S :G0ڬRK0LjmXh[nnȚD6d<xkj3_} kҾ><> _P_ԏg wWq25p[*nզPk6vjO\mR㺲Mv..6wkZ.]^ϣ+ ~ދ//R;+FJO P8:~ c4LVH g]o7tQdHFw#zcX׻ ˺ͬg]o9ٜFhyy7M5si9ϜG4\h.bs1}ΚP!BCB^>10/ta~$t M BBPU~  ]K ]GKC7ne[BStzw&C Qe/,Ly/,Σp+9 nwsy8;w#L,'&jl(PK~C5ے r`)85IbFqCDbL[c 3i8'k(3kuiРIޱ5j;MeVV:膺[)lulm+~ CkjS8q/ORZN-2#NIcf"+kQk\;i~wv,<,<)Q)wה>>EU~V{*4|OHCikHi0K,۰lR>2n",Y!:t;[gȵSyy:_Ak),׺AE|b>ԝ4]gziѥe^Ne\_>ty9kYU@=W{sOA l//(2.r-β`YCXN 3PWa_ H|ПBᡯB'huutk@|>SON.:§Ҽ|-Wxe;O~Bͣ"c 8J؁b?SS?L^^1J &]U c˒FޚS<S؅Zڿ|~,a%5>Fw~8ݾamOqѧI3NqcY4Og)3͆,u5bZyQY<(͍Ykc֖5Nmk깬kgm_Tq)mRcT/fi-Y* +RV6M5+e{9+m-~qmY4+Y4ݫY)lSJNײҸiY4YgTJ?vd7[7ԛ-&IhS$fNN=&iI}~hg5)UM ȐЌ7R$֣}Ǒo7:w#[(o&OHJiT$ +W +g;mz!qpO>!6DXoO +YoeaNJDoO`+%يPDߞ)<=ElEɏ [*ߞ؊'Zъς|][6lIN'6+퉶/^>:[9li䰥ÖFߞH݉N݃o@/=÷'r؊(f!CoOxra!oO +f[=Q·',v|{oO +ߞh7y&OP;:ߡhw(ڡG0`.G꟪*YDekrsyx5$ʑr('$'Kf4q@xK&eRN^FWfFS)+|OY{ +&O@x"ꐸ1B;y]Cs 1/^,*Y'zԎ"LOI?p~%/h\t +@{9L )0%M-JSX;86%636+67v_lQ.":DضH4:,#;,/%v APphs%➸ 2cS-Q(Qy_slQk.=63޵ϣl׏K/Weǣ(p< +74v4.@zcsh*\HUAo;jdP :EKeўѾhutp6: +}c,͍]QѺ +ǭ>H/bDyQF XYt۠Uȵ \ 7KeN= +S|&4+uJC 9-m|4VyZ&No}mx{_T_ ɑ;#s"# #K"#""OElll썼y?r01O"EEN +xT +x(GKmh'|3z 1HN{ӈ\ ȓ/:1g*Eg!\8xGe)7{ +vo.l!BY=s߁._ zXɈɭ<)X[i;pL1FG##QNO1c""S"3#"s#ỨX%@#ODW ^\5喀_FvpD̹Pa.qDCN:qgoA{BEPuTwP]}뱖)ipy +jlդiUV5X<.ZCF*8gܵ\pn.Q;q0us\mÝ3Yn禒p5$_ aاއWss (kػ.O=kz,N+QBY'F;אotR5c9+kkp^YZ|ԜsvΛ,\r۹C\>O{>wz>[0 s砌aoqлEen?9F*7_S֝?M.jtklݬnƩSh +t7uouttQݪn],˜esy\+ʸr993&JyQ7Uj.{oi媱)N Ӿ9#u;eFIH dq]CWۥۭۣۧmԙtׯjun]P36]S]m]]]-V;۵GtՓZig==r`[,; e>is9u_w~v,a(G&`}Z"y{Mޯ=)~,mY6\eZZm}})Ye](˚Uخk65)խSɲ+~+5~M@ߟWv/ִj+;Ú#555G5}㯭VxBݥ99]ۭI>yͅ׻kh~M3 h⚹'4Kۚ{'U#GP6^-_tk4Gȿ7~k N]Nye0+|Q8` +0 Ook]La+!@ ŀR^ª+(ZEyQA!oJǶl0)0`lvpp9yng 뀛Uߥ`P_OI$F]kKP=)T㉦"IK:O#0 h`53~QN`5O$]F3X<<lH_I'YOaFex]Ƴ&K 7]npKm{mpD/G,}^}~fD[XKO_|߁l}#pS g'C3Q~ +xZx^ w+5֠0( |Cr)` v`!5Ƴ =càaa0Aa6 ߠƖvW :Y캼4+$UUi댔tYŁ[ځ>Z|d麑u&.]n$[n[={Tagln2w} ˸{UX"u 4F6c'px215ǍSi|Q^42NWkl^WW4חﭯWի t^G1~6YH^2<aIy2fU)WnڎL#z٦qIiy IK9ULMLMLfbS΢c0=4zyn}*l7=2ט9 Zf9h6s o>a2>k5C}< _1_3/C |+yżf~l*Y^f%k*v>/d}/_x5o̧{C|S03E2?_ԯ7M2`h1:)ȄO3 BP J2CP.T +ՂV0c]vB/8t]) +Bq$iaQpp./\&+%aF +7ҼDpH(G(X!w{}bUkD$ZE#bBl7;N[]*'!ɂggQq\[#NDq^VI\ԩ[Mx_\d|EYBZ-EKxB1 +Em1Xyk Y8&N--,=hq,,AΏr2l9Y&/Z.K2Zβ`nYWmYܭF=cy`YαlPXel5Z`\A7XwZK 2kZmZV)~kvva8(g=n=i=mQZ[/Z'39UuI7fmg}h}dݰܖv +mlm{lljldܶ-bK$auzmԣ( FmlSiɲۮ息oVlkv֮+|{^jkjOnjd$y)=j?ՃC.ʆGSa9}~>2=r־ͱ_ߴ/@}վ^7Zαݑ.u9 +w:t9tT:5,:q;Zu*G0QGcqq|ǤcFǜ*sñN┣r8w8 q^889K_YCsVw))G('Sm;;gW=wP_wgg8)_iI󔯡\trq.}+5c-q.WRr]*\LT;ګwUTjdZ]ʼJ+䊺hW\]Z\=:Fy z)ιtc 9Ee׬kAwuuӵ[uuZus2צ[%<vx`$+Cd=nO~'Iy:C<O yΘtDo7]x}a_\Z)-F;;#ޅ(>,*qI +ӔF|+ I(]$/E]γ>ػ|wO`}}}|ܟos;MlB.wSCy)k,+`?!l†邿>7bs/~:W'CB0K^?m_w+5P@~(P 1 +* >`x@4p p0p(  kSX`"p1p90k,nwfPƂiu, 6X1(A0V5J~x=xH|Bp2x)8 ^ .o755 JGZS4d54Vy w71LoWPհ>k05X# `pR?N4$::un '5 gksG SOon)JjoV7ņ[w7W`]8Ć!e(W݃#%_E* UTƕ:d!{ +IP4t t0t(A?'t,4+)ás1i@v^k "~J2Ђ~(t=tS?Z݅5/CBd}QRvi$qژM9qgcIcQ.ol6l6jM\6Fbm SSn[jli""5na",gw +1?\EyVxOx_*\cXsaq:l +`8Ép[0;ݼ4W?p''|"<>>)ӽt';k-;&E):.ܭM󛊚J6U4M&}'2do6fSӁ\SiX@`өsMcMM.76-4]7 7D=ٴ,$nihZoڌ"#ّHAdg$R)TF#ڈ<"F$SnGGwt.DG.D&#"3ȍRv^aQdh3i7g54h.4V5jݼy_sv]ͦnJ +9"7']m,llnmo><|v_󨶦yyyJ|q[wN445?QET͍GޭE+7F]ў@t0z*:=ND/F/Gg ћjt=EccٱXAlg$V+Uƪcژ1&Ɯ1,ZcI>;;*IŎNNFbcbK\jFl)v;v/0(sI,dz9xUsqSyU<'mxg[G)CO|:~%>_ߊ߉ߏ[En%%lR<ݢjQZ=>%r`ˡs-Z[MS--wZZ&k-[.:ezM喛jݖ--!qWfB؞N% +;%Dy2Q& F 8V "'Z$83N$g{7O f r:q2q:1=q LJo軅dRbFs7K^%[9qgG➴OTp5aFQ JO$D$LDߓ>MI'C2G~l'b#o33/1 ϔ0 +gˌif +f2dؘo0e<_:.;(,G.s/1eodd_WetFeceaɾ-6/;3oq5/nɖݕ33$'id?g&_m/n{۾m9+&\D2gO+_ȫZɵzV.7˽R 򈼍-V>~ K+GZ Wl|I|YX~ +O|=I2c|j˙Y v,sfL 3<#+˙Ce9bXx˙̜(ȜNFaf^(Ơ̄w3*29EBU}(_(!& #4da5K+]/>-<YQQY**\1_,Rq\UZ}O4hbH-?Q"8 ~|Gy_3€oԿͼM2@ƳL)6鷘~f ab" ueؿ~lcgؿ]D~̗vv]$Y!CdO؟YcNr2 f?Rƶ 9";22eA3^( ddd|,c/)̨ʨ"E PFu~<ٕe19O09,*A|k<4p O!,~~boʶPz'<=T x"]3ޓ2o-嚸|Kz'c-- K>u[Vl)^KmQ;>M/)2)/$ OFG6R +%>= +ۉ +h`4; y"nM`އIJ. 9H^"#P~;($/CP +_CdN7P^% .-(&Kf栔fA>JߠA}c(ed}O1 drf;hJ9Ќf&U)d>D`^e^%)Kt%O4+D 1!&D!FО1R$11f>Mgv3!"hEb#'>$sAN3LFf 3W' Qy:$ɧe2Ҫb/CE|FQ$*|V_+zG|NѨh$ !=>xzw hK#N@7A>'6^?g(?e +0_k"W5 + +A) +BP, +{ +A%^ ^!$DA%rׄaP8% >&LPMaY 偰* ¦(箉bX K4l m)/59a$8uzMKlU G[$ye367ʻ-)y>gk9?FbMa;7i%y#ru;s*ykDb̙2NNx F=cOǎ˜Rchh^_Ϣ/RlnѨ2Aݵ?2ڝ}DlJumĨ4Ƥ1"zxxv1FjOct`oI@{v{+xNj§m! _~~Amlʮ& %DlV[Fd8Ah:Z[s$`R;h6F*Ne}Wc #8o1Kx:/ AYsVYj`ցέgUJ6qrx00t;Έ3!xT'=8{1罛J^[I^38}?įuB:&?O?/ɭғb?x 1p[O:W]Kf3w`;,eL_PXg>|W'@]xL'pQaK38G]0\P\Saԡ/1;ẘI(Rvׂ:^WʯK[t0"$}qӵxN|<3}Azouچ~ci?q+ދ/זu)?³>]G{'̵)]}3_s%,Vz.rfwRyE'9y$\Hd3I}[$Jp~?YN O2M0#O73I1$s=-1NJ&giK?WO'^Ӌ: M>%f` ޳gsNwݻ(epM+|J+q}"Gv>?%}vWM;il%tߌo}W}7|K!{מ3gaV˿˿ۿǿ_Aֹ'1 }Xn)߆w{Qvq@yFYaއJ٣'_?& A}{{KSQZF#R)#x>xaW+3OO + p ffpEYx8KJ_*e.vn.3)&AP~ +QavDv#AC@TNOz~QE(6KUqk[ye, Z.c6B4|Avp|g6P +z tqn68Sne[O9D386JLo u'sG_ȚUUw~@=K:N:A5Z(cn+,if}.Z@yHRSèPt)>M  z:i.Hj=|v^4N[AfM6Y BFò[> s0RU&ko/3vVTM>mҺq|M~N>T8칚8\,K +Lq7EΠ\>Î)4UVeDv9CJvQP5n,u= ^C\ e62FbV!T(=A4\l{heMj}iG(S .-LFGCK-o1X;biip)p3p3o)&-4&L5!Y FtRo5W d|W FYKh KMm.K*4?(vĤ{>|ճWl>'m裓 +[9:K) AMQkN2_ΥG^ ]H+hO*lF_ K# ?{`?"ـ>ފ.4 hʜ\;wzZgĴ@3hS-PZoz#y +~kw%4G;҆?ԆvBvIYKf5dإ-Դ߅3,(a`ooC&p\ⱁeW0m$Σi 8X-%D&|PhV#DWEV +H_OmH J 5wv@+o"Ehہ2%b"u'Rwu. .~y;㈤kgv +/Z,}\+ʈU/ sCBKtp6 USlጡ}&:=jB6mQQ1"=?XPG+qPbiu۶J: *mb\, ^dSK_( ? +%`~["x29)^'XSX9k-{D*RKtdSZS Z}~!~.dd,_N4g)='"s6#cW  UxK +h PU ͵›-m TS+5RR^^ԝ.l06Z' UU *FVw qpf5mDdLk_>I'Cjq)p)p/p/EZ$nfףAkn j`I5lFmfHS7M݊kO9bL/Dҟr29^p/Z,Y,=ªi柄fa[KZh%mFz?9- +UEQ uW_I\JP;imbe\KMq\>Z,HF$|V>Q+_+{h<]/*lN#[-JzID^ࢋ^3F#lMeهbJ70Os.koA`oo ~\.BCs44LVaڪ5d*I͝Yql ==lx5W ,uausSr' TЮƆIBFRPm,7oE-`b_BzXg^c$? +-? K_ӗN=YٿQ| V'uG_΀~(cg_Z,zLүzdYY4 UKYڝ+e#&!`!z1^3CR΅6,~TJ޲ |{mb[z]pqlϘW39)6HMS*8)? u NADO DO"d C ēu<O!d#r$T)LF _Wr_ɩGìFiDlU(v(L,<<)Dfn.Ƕ~\nHc>_3ag1=ho*:x&39x>-2|*<& Ѷ\:+4X0cA<͂1V&_YSwP{f gt ]qbEԚi_ϤL4wEr&q~ٽIf-Iq OȒ+|Xl5Z{g@THl1,BI$8*{%p8^*ҲR?ֳ) 9yHZܚ68'<ֺ|V``jB#JIݭ=e: wFE9!b[\^ɵHVamՇ~)~6',s^!T?)4 < Ӊeo%;Z=Pmf.>'F yE#4AC0apnKs.96h]bakh8(wʎ|.8nGm7'qw~s44/-2d R8@% P;,ɓhsJ~(n/Bmn +*=j&o?M;7_#~ӑl"Χd[?ww|Xfk߅F!B#rkײ6he͕B%䜳sy +8#i)#펯?i{2үn†BU J;SZ~ `+%d;N_3ɋ^ߟXe ̂G sȯ|&6G[N7Fn g%i==Odv'x?R?efӗqZvhÌ(d5S[\fbG '3pԡtp:%v@sl#ΤxK/Yf)Ȍ$!| ܓ ~wgܱmO4lFⁿWJu` +YNe0E$Wh@wCm+ȼE{$ڜ_ne[]iFpy;;1Rp'v~%;3tu3ZXEhN:ŒMooTUG#H),2#= }N_#Vx}`w9{Η̵ZyaifL =)wl**ˠ;?p$޻4ndאv Z7D(==Úvx"S_Ltuަ_-߂SCx$21˾%k7Yy?k#DJ烧1p8EX+w:gӫJxDhcǛæ֪A*cw-I3N;8C${aY;2l!ߎ̦sHo5P9h}x?uPa8 /jcn}lZr7I\3IVQ+OwӖ]2vM8a38c(|"NPZ8Ai8¹T8_R+#YaꖁSN8tLa)5cp^U)Ki_ZGƒ3k, +C1t’Nc[M85aJs:G>!aو%j#SpN9VhhV]+X;vS:r +ѿ[ѿ.tASWÿO (hj S^^èc ]·&/_>(D\F333;;B6nC9dv#A57?SQ3 "^z'1p N‡FvJo`WJ5|M-fbik'/ԽދdUpU$Ѭ> πS77_܁lp#S`ڏoG+f% qqo LџV +!d/ bg.00v|6|3KZ/#rмZFf죕ZԭK X~~g? +QόnFq{%{q1v[z}O#_г=K{vN̸R7G!8Vͪ“IJpS_ڴX>f}0x8ē7ɛ6p@6lP#\&3=W88*J5,,0TxRI} + ʠX4vك {in%\ +x!x!Ƕ zz2d ?D'$BD݂~: ?$ɷIq3m q1K0=#!dtLWu^"xgz恙Y]'Oȓ +t^iPM|j;?<|r >ƚX353Q+|u?uG'bV<yW;|wC=5|I;obp>fU?l9h=C)GEH=jҴeȑ˯v}Y95ĸ5|ϸ|Ӝr9SƝȩ49w;ĐĈĘ#I'&OIj3ՉMwG'g"/ +2QZT;5ZDF׻'q(<ѠhXtO@46ME3,*F-VFDOx&D[0:yFheRa 9)vm;=%|!ڧp<5'y[38~gw >gx|D#Iyr̉___n=ReeX!7czMMHMIIM%[R3Ry%vRCRPcGjw>FQYGSREiJOvaykX{<$}udic:Kߚ37/}_TzG驉%6B$ʤu)7H,3nw6PQfgUHӤ m4qhbXUPUWV/ 1.b qhxc0x\8q=x\CCc:⺬q9cCz]8!F}%is3g̜:{~>UpؾP{XWQϧjHO\ ;b'CԂIy] eĆbñЎud0nnQ*JAWu50UJ1+ա=(> mAR k$ͪulͫW[P[T[RS]Zs6R몭g鹋REV6xU/]ڬv5)ֶnR͒uͫEEy4$^v;}vOZCxGj{X'Uw֞=-=X{jPkhŌޏE<#36Ϗϯ-ƋWcxC)o&R,YMA)^S?Q%ZCb{hX8ѪoDj[F7;uܚHxi i7\;Zǖq@]) +]z}'ƌemw֌Wsݑc҆Z҂Zu*%ݦ԰VRlycN^33yFZzU/SP]` YCEE彖$lGVA0쯎Чz}H3\xx& {^h=d-)<7ly>= ,m9asvG¶Gq<в#ODq8N)(?!˳pUq}Bƈq}IPd(?!PH?*rATΠzb3h fX7 3l%ډSWq 9Ltz'qZqVqAqIWkMYC{,;Rc'2N"wsga ,&ܳ'2k'?[IR'dcy0OHwL[DWʳR9'`89!b!+c8nwgaHcY);U*]c!״~ =?Hj&[QhtCiJUs+Tlj̇J=:9!/R""חP GhkIXM%ZĖeRs}ۗA?v{ˤ..UpHo־}!ZBƅEվd(Oig̃B\QYӌ>ZOtD!ZBօOߏuֻ0{aZ9*ͱNu,NIS&glXZؼlz LYr\B%SK՘% W|z~8&m^'W煛ռH΃^$]^9nҁ3֌y5_Bq9Ûd-Lv0=#Lsx,7$C_ =>kdgIRxܳO`LՕ:2U"JPm@::-8+&E gE㮨5&'#LqH=}9E?2WO*SD"~|yp\*L=X7Fh/LX| Ê Ͻ_"{zFhEhE)C'%uV%מ$ΓuҞ!Z$uh\S飴Gi]*ct`(F/pEiڏ--m͹ J{~TzZcGi=`n^K:#Jk&SDi݌:5>:*1Jk5yD~ 9bbVǨ1Zbn +b9Xrh3dc~ŪeǨlzY[ft._L1olw1rr{TBَ֖l` ]ٿŎ3JbXOl 6m v}A8JIb8G q]qM%&"\Yf1(HRK/?B+TzZؘo!ۉ]~?q8BLj) qH\&7Qb' 42SVOW~?X)H#Kr *j"6sXDCD4ilm"Ď>{ħqbu<3KP^5Rݲ^??A52 k5Xl aUFȈˍzXc766>;>e51h31-qL af!ӥwy<% +s1Ơh6ך-Fsn2Cc33yyټj0G1bܷhXVoͷ +b[U @lV4%ڪ>an:)A}ZatӧNPipֺ@k ;+=aݷF8lv!2 iڞ-.M }Ce/$rEEo/ Kćgxts%^snp;:DlwO8vms-9ǜđKfZ*'Gi$~RT)B)2'+RJi礆۔f^s +۝rOSvGu(ͦ3j1>'LQ!̩ 4RZ9gVvLeB(G/Ҝn[89tg3*8Ε")*7v:(:7;, +ۜ_''EE?r6>*8&Tֻ^8+5UGTSBtI!ovH66 ˮ/t.^!lsk}-ݗ({ +|maq=J}F_oHYo;n}~Pҏ}~RC>_o0F2yFQd$ R#b+Fch16[mvco2=18ɧ3yqٸjxE3F1cܸo +36s|sYhR4Jڌff6VTxj;Ns%X_ޠ VШOs}Qs.r})Tͅ&WͅU\kps}AdfG닮/ghpxȟ<ן\v!Wk4kˮ# /ͺ~ҷStAϲVUze`~H H^ŸHU6vKjI(Ia{Dw*住R|)w[̛u1z)"4IsuŇo ,d(ߡ4žz_cx]uн/חN_7Fb6-Fb I.}||C߀ӏH:[K_%֧_/WE$ІQ}׆}~Mo"Ck31D!IH ( /F^7 è\76 FyfcJҦyn5ڍD'I{}a^&8IWkM]Im@/2i'2˯h+a:\ok' +;̅"6aԛ{]6;PJW,u@U qb9I+5z<}`n&#fXܽ ni4h$O# +?i,s+||x1ϙC9o1G1xͻy|3/}t,Y+rYY1+Ϛ [Fk,ͷϪYKyG:kh\Z-FBhm.nG{tͼXC:f,賎xi,,g.Z YW(oik'1 E0Ǡ|0;63`p9_~:9Dqr KrA2J +V'g0G\є!n"PlMu`=ZQlXvrK|WibbU9.e,W4qUg]p}BW_/nݯ[+*._r2.#\%eUck./ûW.w)d fre۸ܼ?C հ_kx k2]B]/S*/si4nLI+mz㮏zKX&"/&D4>>cGv]1T(-*>)hoIJc"d TbW o4-Y34N3Wtz +=z='7Ϯ鿡˽ l9 wssow;Qeo ?KisͻлȻd׏x[ yޕUDXC7{Xz;Mi}ރ.z;@q'1D kf$E>rV>N2E ݲݾE%owMAڟuG.IYK̆;\σ\@rKT2__o$V+οt3ӷ7۔E!8n?w8)b2q (c8q? l"G|@0\j"FԫwN~l%5 [w88LtzI D4 + \ +\Q+_MĈq-@˲hZ\\m. jŚHBZ\[N$B*m m3ѦT:f I솼"iG>?GӜ1|ݿV;Ht׵[ZʿGFku<¡ %ДJ,aK:}ި,oS2%!{{db~a}g/=1\0pJ?3S ǯĘad9D6 +b(ķFQMČz 7o2io&BnǺO뻱l{yM'qZ '^q&rq>bq@\/WLi:5炅"s1{eV7+,"Pzb񮹙m7s7OA8>b8I T:}`ļn"nwL ]G# +d:fUXKQG ZdZ-$oCvk=[5>]~o>xFf#|ͿKqK5{F}XSGӨ_) _/Gl]Ư1N'.3ͿpM|\Z7(MqPp}^4D5gl64{T`wqp`g̤7,zCY$s^Ņx[b/[oϮvϾ[–,Fo?MKl?O>.\rTv;]6#|%u .NG>-/FYhEf On(|5.BLΖpNhM.9.NrXOОfGcpiip!PۆqBYM>n{NNx'iu +gkb{qwT"9wI3d''\6Em!7 +ې m wG4/\ ȟUԐDw e9l8*'8e㈰$Mn5lyvOs,=Y!-ȡDu3ֱ]k&)CL|FC`L" +Ab{ OD{ߋ<[RXQ.p#wu r}Bek#<&!Y!.=%!pfܻiѶ;9ZcHrf G2ˎ+!7n1q"OPF?P<[ d$VB&T#jG9='kY}6|L| \po'ZC\ R.ᾳ헵KSΡm!ni<̈́[.=$[1gwBpQv#AI(#7E?]=(uf`ԥFHӧ]dK&os|5ܪ; a7`8í(q߃ۃy~Hej7n_M'sђ0:P*lD+@vCOiێZsQ* C/v-< .z:gHramn?Y-l)(l'y7؇Z?ŒhF \ڎw9MF#4N+6!f;αmCH׵@CrKR.-hBnz-zuAGK ;xb1F8ڭ%{G1y֠k&}#+-?ڃHӋ]Enj ~9PYi]sHCڎ!gPLXCj)8MFrQ7lhyX挨UgS<43߃#<4è)Hs:_uLnɏ#tg d_Pn m5 1s%ObukH .hR+A[$vA7~ V +hA2 H?J?׍Q:+Wqţ=OQ-mt߆Y!Y_ۏ:B,\ۅ']xj]t᧼6씵@>N9}h܌w4Le }O ւ9U{4 4s.V\"H ,[pq6"(*Җ"mf"((:iv=EiC;iCYI*G(KoH↴!l(Ҳ(\XӐv4 e;CZ͐-S62`CŐ1 iB Ҟ;ߖ+݊tEڪPV*He +iBZv( +؞PV'`oBZ6&2GҮ(!mI(+!mFH 6 +!AHK >Hփ j -5H : -2H[ + -/H ڂ *H{ +Ғ' 3BZCvy<i@Y7W %)X1P Лf%$m $6J HK>‴2 `KҚ# vPd q:_s (<_N"~دꗧty2<_Əs }h y޾:i_Z's1CY}y~<9_/O˗T|u98_~ν')|{y<^f/ϱzy^<^Q/OҫY-yu<ƪ:m^3֓gSy$yy<=^N#Dj-:'C'!v!gABB@^∱yC^ øk1%*#+E"$r۳Dn:;4{B~6نRY.@dg(wv*E7P2oC^M" [/ g!-@"M OyO Bd6Q +w2# ܇VOѐeO>u)7 ÐAI.C-Flrw*\x nW o+iWxeG,K /A! C*!0䇈u Kp@F`{b瓛%̝XFcsym2KŜ`7眿@51~|r%5<#M1&ayNR>@i=H39spZBI_!!/"OOciVx 8).:g:!cp79s?.؃ x@}iyw +B,ΩE-)^`z2O?h"ă؟뙓WH9%( }74:_!%=m/-bfr3d:彽{[ܿA@LA'p r}ȳ* l*Bk%G>C\: }[x_!YNؑF*]5{KEfd|{i/wo|L۟76|KcB\|`{ Y;ɯ!7pݦۓ_1 +M߆_ +&=)/O MA~ W~G=!?."&-p7TˆDWI+m׶!E|鿌l`!B|E;pW.ia+bElC"B +Y$] Epѿه@"'pF* Yyr5Qg?3DEk$if4hFѠiXHc(`1& +KLd 1Ƅ#p!,9²1a9pC!a9ito=K7}r._}UUU_L%j@-OQϑOP r:M*j:tr8ųP% JM GkjݣNKXRM8K<5|jowK| + +41J~,i-3zy?G=maJ0oyċO2K`?(v`%KVYs5Wy7Pg)9JǤ9M|^]p ywBr=J{FG ߩ,+MOP)Iyzu5_&5T4~ì-B鬕fU1/>/wW@4s1=uC~i?|e2jZ花u*ǿ9lVLgw=NPo8TsT8>Gguzo)S}%|!>\?$/7*=~SC_n5v^A~FTNYGRߙ~CGۨ-ړ԰M4пII߮yO}n >qkMjv|t]E}=~4ǘL3>>{RzS/ +W4qjczg%\UnJ*Wy%er +~r*|F:v)s̨el)|1v;H/2%T.T9rtowj*5DȑGq#;:8/{l{/h]E+ۢ۞wsj)˴~m{zic@[*3NYqv(f.=Nѣ\uYw~1F.^WeS!c,.\uK7zi{jzCbܡpoƸab1,b}8u0F/N+ƽV{^](8Bz9~zO~' *ܕ {KqCwYȶpvv +cs'ˑܢ\C)'>O(R?+Q#c}5aIk@eEkǐSǤbR[mu7|<5i^yV57)7S~1s$1bWSsw(;^o1Nj ʷgOr%D[ujY^{!5/SOHk`$G9r;8iDͻ$!OOt QL9=sW˻Qej\NC H,GM ʇw9Wujble~x:{/NW1KJ-Ԅd?P$GuDONʛR:P~E֝n![WkҙEuZ{)f(g7?C9_ʞLYHJ9{]R QH}&ϡf +\||wXeԼ4'W_cOP+^Πܗ9lm\ R˔V=AW]&wR6 O=7!`Ǝ N HƐ2Eqb쩏:[$K e%_|>A>Z9$9~*3|_%:Gz)ם(1c#$)WYK>ߠSP3%x(s4e7YO(]jJYr +sYs]sCOmC}n}9Yߔ),#qresW1 EiH7&9=dkLjTXٔim~ V!EVu|eC-mf CQBU'njr|6]\Ae}[C2嗨S^7ʫ·S󷔽| +}:3Cr"I)[)])_17(4+V96Pʚ}O72@95w-dmغXմ vmc=gr~ S_| :5q~r+k2Jr1sL3zJ9b^_?yg)eb"e^9{ɛ)}U֙^t2o(e+ҒӚbR%5JM9){}~顔Z,bm9fױQ35AYJyaX3yhcsYyc7跗r͕=!AP5-꟡'h+:]] RΩ:r5$w.5D_кiHV%,S_[^sJ"ǀ\GE!;̺xkR϶Բ]@8K8ļDj ߢf6ObiajHs#nM8sF>}鱱_{1XL.eև'~]){R=;2 +(Y%QZ{W=?r }Jֳ`~(w}gIJ5gGHFxci}%;Xr55gvb[fԟyx8Yr5K{:d+q}_h85험f<3SܑʺA|{ TECG5uc?wL^ꑫO{jy|K#+I]#5/kݜAYg('(l.ٳ4ʪ^92'7d}'G'WPx +G:'T9\+{~Uw⧪'c}1OYYV5qk'mSYy'gx@}`拟V6" + +F4cf@[6^6bXkyRmY #ځ8y'p8/kc#nV#.T ӂ3rqkFc< PU+ҷ"S5?7\EW^] sn0yN?Fm< iO^۸x#Iu^ߪr{UWSꪓjK pAK/:V]^Wam :Y6U 1Unv޹yԯ~MM[y4\Km۞g+y}D,[;~' $|AʒFVE<՗hmAy(9g uCڔK%.=B;6Y]r^SsXV\?_9%lv{@=J~"zYnF|vD LeiX +5kxy'@ښhJis6n(&iBX[SkK^T"euh:`cMC6;>FFOWw׌Tõmg]Hۅ|%z~Џq]u2`4T@G]ԗDf*>Rk FalU m1@ɲn ly=!ih{\ hk_V |+&k޶>lNt5Ex}1%tU5M5IԚ55M͉3hXո^loxwRuue@jup Zn$ƪcucf9WuN`rp Z=nS?h#Jn>ЍuhRXč:z'S8/k.uKG7 Y_~ +GTjk,^$x][<`!X6׵`9 +X ]u{uGNԝ; \\w&֧gԻS gBBOa>Q~p-:,1畆!ކR|kѝytxcxĈn˿,!AϚII>9/c)" x}yR>lǷKt;yϏSWm>/>|dYǀx%Ax~쏻I? DLIR ŭRQ&+ +eC٫R)妪jSêFQj:Q +uIݦRzM֜Z"mV֚ M[-Vi-ZG;Nj ]uCz^7c T}>W_/v}Oԏ UCw8LGQu4:9&9ZK+G]K뎘3I4=%HJBliyo[3a=eeo{"`7-2#7hBsZ+lXVتFYcVL4ƕVUk!pyj_ߙ}gX6yZ632;2jYYkdMf,,FN522hMLs[4hJj:52:/ԲygX"#H1ȍk6{ʲd ҆&>lU 6o-[rgVmV<uZ Z%![gmVX[` +gaF~ii[NZg; ^O:ܗh{ u aQk*KNXOX"]wGȎn|H=^d]"+bdad khx"-yy剋[iV7n$Nr'$몵Ӷv[eoF֚yλH浺{.^><՚\nT0<֚ZX{aKF31Td2i쐴w*mrr˽rg0="+5RΧ"Eradx#9&#"H&ou>ʧ#]v[v 'OB˱Be'΀XZv">S6ɻI]=xxp^b1+ wCB}+bJo<%8Vqn-w_!CGq8/>q %u6^Dr<7h"dyT p9@{V.މ׿_u/octMqrnKxe+P&7Cr?,*$ݱj|2v_5&2^6c#a?iZC IKO@ZE,K{"A=6^榽,i-7ֈpڛiEAߤmEim%i?I;(O@XiIx4^TT.]\DqiQzVGb\g]:$>rB<(>hNJOg1!ijcӟ+bRzk K/(KhI5}WmĬo~S|u[46!ϮT̴+(jBbX+䧒v!8!ΈⒸ*nnE0Eq)LDGlT*De҂b2%reV٠lVڕeNrdzrMĤ(]X +Q:rIۚRSJb*mk6)EKKC3%H΀);YUZ YTjAJ7KSKzKs Tj2ZrTF咛̅i}kysPY JobzK/icL_9Lfz7Q<@WJ%.%y/*U|`*{#pc|$1N#O Jw8*JOkAtP>.갹>I"$k6.]h:x}naEaE`[ܧd(^,&[2/,^xy1|K&`&A{L`\be؛+蔡8L!^xFCŭ'Wr,)4!ǒV_S/~$? +J M? k"CXI)Eũ`WXx>S'ܰ"WxxIy'ĸS%oBɛ› +/ cn -H; + %#>U‰XB쫏_bI~ϵaցeuRԩ"uO=LBVj۵#%=I#o]svW÷$&yؚr·aaɒ3yd +ɯ/Yظ,V0ܷ̾oЕJ.H;dD ;oD #{noD@ɻa`XOn],'w=r$KMv0w;r''B~,*مɰn oɭOAY-ͭuux]n 2dX+«sINuº(<)p1p1T%25٬f-X88^$e~K5d~Ax|D`̛!Њ2_d7Z&o!t((RKv2kN8EKSa `'v29 Bm>tx`83BkBd J Mo_] Ϗο/_Czb . ɜ~|?P%˻wo 17}!-^B%PIC*,o9R]O,5#CؼáK5u{7:4.4uT} _i0uqR\SVϾBيO㧕jVGԹ*uzH= ҊQmFk絘neh}P_ԏpup,vlpvw\jhHVּƼ2,Uyy|+|+䍓`k!ot|R'$,%yZ;U%ByEṙ%!/)|e!x$ܑ`Ͱ^ͮʮ +v$,rss[9|`dveV{{%HfX&N󞀜)`;ֻ'8ɻIJ;Ln n.`ʽ].JiXrxg!wdyg’y;7dD}\1roqX.yD=Dž깔d  }]}!we){{P%EEdl;jKeC1KCDWq|zje5?<`) ~gEА|5!)'b;X$ XG;NO".AGߥ5g3p6 dUU55 -[XU\O7#Wͯ" H s)"^#F9s6aooA,[N +d.%& # xk0~̻hkI?I?{X|}|!.Rwwwwe<j"$JV Z?t⊡cJ+aѕsM#a 2 2ŧFxC oD44 +R1Ĉkl'TsffϘCLm83fY(6R1ьx|.7+fԬ_2t A|;+9nθ"$Dҭ;!ո[qPPYm"^,^6{vZ;f>}6p1.wwT ۗ ?F*f 0FY[hF'k +QfFQ!njJjc֨ƧFcDEc0d3YGGDi0lzMbbL,YfY&fY!GzP(,Ձ!A!G5ch&/n vDG>T ۓa_8@Oi yC?z:{ҥ`=<a_ +kg0agn>Aa똧s<:-^q{ P9L[aog"kVy^Om!k=r\KQE1qWWWK...ǮnnM=izg'c?G={*=4zz3g)Jr+1 =ޅ[q8_^e,'edYެ*UQYcqY{53k6\\t,+gVFF\R\Ҹs 54kP& 7  /נlA>A9\\\\ٮ<_J=J\'Η}yqF(9.uDy 2K E{{ +d}lP> ~!Ն1Cz; }?DzC ww׹H#C ݿ">G:$ 90D@40@vP-~T-Ϩ6*ФB XՒ́>4Բ刍(8m^𨬱f.lC޲F -mH)hKKo="."rQ-il-e1V uf'Pͫ~7h^b)䥑# 'R?!uv)9@Hu!WXҳ:H Q"uE"^W$uEB";0G!B{2TNS\_gF"MpvpnA8@6kC5̆*pJ/|lN"Y>0k⸠?U"[ ⎈uP%E'Dd؃){h#5F^N! ˱3G!GjrtG}3.ɕ e@!9(JpMZqɆHc?,J\OzE(8.}C1,G +9.ݔB]HwPC$\;T&IfB(pHP|p&xt桕7 )Q +YY'3?Pڋ@9o=w>A@TG's&5I6#M =ZxăOY5䕱Kuq- +0 D{u/F͑R m5f?ຂsu͇U> X;_IƶVPj:B|% m-y(eF9`<`3&6jnufHJs3 |Ct OJ!je;jn$fK`? @BV6z$ZfxHZعd/F,F|RoxRA|%KYns +6# m1v W@NeA&A0{ӄ9ހކ:l- 6Smt#%kZ.X +oUVg 9 F&P#ɖxt*S%6`/$'v|"s/8f"Lz4g2PZtN SZ"VIu`1HIГ=gm N #!1{&1DxvMQ>"d3⹐Td媘!DN` b@ cX_#L )\3mI9Jޣv g8g Q8[P Si~| +%y K%oҎp[p0R(ƚ`p:B\%р 0[ V|10?CV9yXx/Z$8ydh8 RbQi@d!9fbJ\Ȯ&HXPX@%RzKbppiD6]2 "!mTK^VLJQ\JoD'">i'ZyolK֖} +16&, &%Zp\8]܅3X2u , +ЩE s#V<)r=bh֜ոžrr]LxmƓcH[0̷|KG@'TSAn^ցU*f̆ZOUj#h|.+`&b1E^ 0w"DT>r1h1.1;iusIbRJһHw׬:J.` l۫L3u{_qv"mw^k+Hb1,\4VDf$ڴ@1Ҹ`%pl_mVXЊm ثz{㳇c.tKx;JV QpAπ<.dGJVJ +q8O[8L@d˄]^ +VJH8)@0Ut9ҫX?$ t4KUA(Gm +жWZco7t!J8`WQR HB^A&mK!o 0/o +on)E:HUXgYuVyxAjJ7a&߄(k(,|0Y# ? ʬe'^ey|H#m'OoVA4J<#J(%Tҏ@:PS ((@HXpQTzېG + U:G o"F_Xt?H_aq2)Eg!!1ZC=l'8/ۘ\E -ꉟXE'&~ys=Jf\@s +'"\^_l{Qe'v:Ux[N%T^4sAUSd|}hiOu NuhC!uݤf+ydi, rW>/)DV݄?)߫7\0X\, +r%2dE8^,ʪ̸Q]_f;ijjŗ{Ѳ^'̲H +=XW~85,!eHHllt?SSpda +R蘨Ln#"n"JRJqR8w~)1X^?dr +ˌ22˥}%0qFe+ Wə0ᇻ[}++qM5pY12R>Uf^:~3[]s&5RZR=#dS]ߵӭ)xΛZg-x>Ӊc(֭_p,)gZ;dFIR^Nt١誖W {'Yi ו~Z|P3&bK͂^>]U|*1Gruc(b$ޅj V-xs9ߗX)34|ْ^j?L֔qq7k2Uf~|נ#?⹁ޔQc1Fߧ ?7}{'v/7?Jp?ʼnrQwg7.[&8LE&iKrzM7X3ƞ[$l_A͟7W{Nk04{Ȋ)ӴxaȲDRx%LL3$)1O\7i@/z͆5k=gR>l}#y7J)nd Jğ1dDeh=ۙC'ޑ_!<I)$kl"3ԪWG&S'D+zbb[.++4RK-z'cyרѤSai[ɉNOytgSn'ztSPgOfft,$M+dcgl\>ZKkY<|N^3/:q|[6w^G{jW SwѭJ t}ƿza榋JcfhnH:y`"STG/ӹTIsaq޸ϴ̿`'wk53e{픎̚L4mE;g:0jܜ_Dڑ~U[P>abzv7Lƨ]PB\q_EÒפ<}B@{#>a$$G@-H+e-3^$Rě٘7aa% lE?mՙQoG|\wz~ܿŧ]:M s 7;/=T$]Mz)2YUOWxbQWuCI{i%IGg=l&pqQj@cēKźz@ykco;o0'voOg-੿n  Ѭ݃) ;aƗN:d*>8Ҍщ2\:=+qWe|7l;o;^!Xd5._ZUV懄zu ߍ9Re ?nyדյg2=T`@pTb>۞6Lf7rpe5jwJԿLrwZ*^u˲jʮ6e_q ˦k+|,3pt 8v׶G:=ɬ3csG/R΍=D79jYRa`M᎑vٽX__i=}"I +^vs0Y%¶/<[zdXO=`;<$>r} lV_p;Y؊RyiwD筇d%<518ۭtvMcU㦯DOLȘu~h觏'[{ўb[5![Mq5wG*W<$5O~\Ro+` +WLKlk$HD*A܀e_E +x?ZIș[ɾIJG?2X0nbM72ag;Uʽ9)?6"|sqsL 켱.6xg,]܍ ̽W'=n׊TyƄ'㥈&f6:}l72r,EӾ<}(\޵Nd)ǝXc>zzlSTY5) MzxTr٦㞥7.?ljv+([m3Ʀ^-F8Qq_WKG}U.[IX=5C l2X]`~ RcgI7ۻ98v. uFORW9Wd[cVq>VUOaoDoQן T|wYʃNQCAxZ{7cO JrDYj9ux7\8sKN-9?=ocfvΝwGsvϿ?Ob5|⪟d0c8jw5 yߘxi&!xfZ* +|pʇƗ̡?O~Mb^8G# g;!%7g|7=7ȭX:s97SO)1ĀmK1iOIɩs:_n5>Խ"%쩽I /soԌ[I]v3g|T=5vK(ob6paofׯ^0 R ׅ{=:{Ѡs + MߤʞX2czp'̄T [uYz~sZca: M޼ΌW.S2E޷楯^5M_ew}Q c{fh= قw^Ιt*{цSF:9|aÌ Na-[NDDL>M,+$6Ob +hO\v\[IV0>mJ,È!/9߾3!+"m#W֫D*ȋx,V 9b r(Or/B^ d{GGFě7I4%۽噺i%owEZV3Mз;ּ;d;''.>)δ滕E٢ի$k:3O~ܵ/[5ԗUDm+YԹW|<,V_9zGZoKC_No3m> +endobj +1257 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [331.881 231.965 386.531 244.157] +/A << /S /GoTo /D (table.caption.145) >> +>> +endobj +1261 0 obj +<< +/D [1259 0 R /XYZ 69.866 809.284 null] +>> +endobj +1256 0 obj +<< +/D [1259 0 R /XYZ 70.866 779.207 null] +>> +endobj +1258 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im28 1250 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1276 0 obj +<< +/Length 1811 +/Filter /FlateDecode +>> +stream +xڭr8y +vUFw2N_Sigj  4d#\,~OH?,|8Gn:q`"ՍC\W$\׹Z8?&WSBğ(ӷ&ϫϭPΏM.6^}?bKg.6)Ǔd}:]u:uB`;@%bD:O,FLyCQrpF#gvW3+R\ +C5-#442Xf˔6Mj4 +OYH?SuZaH_R D C(Rfg)Sܦ2Mշy& 3 y?3ehnz?4RgS"JX- +BJ*(dy*$ ØDIBm (j/d +k-&&jVW!.@#⹎`5g:GP!lH8Wom\< HB0{&*/7kb>7wj3j,c14Ԡ5u3Y#뭳 B:̳ %b(1J1Cܭl>DMFSEQm,Z뫵"09̼ [5tfwO]\gkzy,:`8ⶢ +A& ! "`:[;M,SA:H~(* E=A\/+<:s9Tv0z)n2AMRm]N/?ZW/MB`9lv]\8qrT_?tbm_nd]cay4]>\ iƹ-xνxc$BUoKD{#|Ӌ0A&qFڼ{E34^Ө #).Wօ/] j6drkfWݠoIjF>("={\u^ +WLtجd{5f1>VQ"N +1VZQ2;G|5OMţ^˰?Mq91.i YB<ҩ[dvzzaGY`*Viv>thOA~&iӓnBe+uTn >ADdL,XUHn<:]eѧ)OB[OnO&z2{FV%89a\/mo)E* +7E?KϯIPEE]L.xM-m)4`^(Zb9x5_b}(+f67[񋾌vF)gM t&^vI}?cs +endstream +endobj +1275 0 obj +<< +/Type /Page +/Contents 1276 0 R +/Resources 1274 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1278 0 R +>> +endobj +1277 0 obj +<< +/D [1275 0 R /XYZ 69.866 809.284 null] +>> +endobj +1255 0 obj +<< +/D [1275 0 R /XYZ 70.866 779.207 null] +>> +endobj +246 0 obj +<< +/D [1275 0 R /XYZ 70.866 277.058 null] +>> +endobj +250 0 obj +<< +/D [1275 0 R /XYZ 70.866 190.87 null] +>> +endobj +1274 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1283 0 obj +<< +/Length 967 +/Filter /FlateDecode +>> +stream +xWKsHWpo7qR׮KA`"T0$k!;IIT4*-b jqq6,x32J%&#Il- +3 ^9!ۺd`BtfU[~Y=jw_Xc]o۴cr≮` =}j5CH 2/ B*Ͽnq6vK'^D`7}$~whZ?} ݮk݊sYW9Ύrp|̱zKvO;ylh_/=*I B~dGH?,A{:(¹X9 J ]o7 iB_iu-ki@Bi)pFGBg!D6\V@O*ZvK9Rp![UH$Zzj m!6H)-d%.~@>pNYPq3: +Pg^z*yk‚/wýo._V}͸6*ݍbd%5"t?;KzpF='y3ضQ'/C#ɀ}C-NE/P4${gfs&zڮ0EO^ +rW޷ dҮa,Ԯ #Kw<ܟ!禁n;[KK\a"V@潡Ia5'un'mkt1G݈ +:XޱyٷN"0Pm#t=Ll029Fлgر&JY){> +endobj +1279 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.51 181.45 146.444 193.893] +/A << /S /GoTo /D (figure.caption.149) >> +>> +endobj +1284 0 obj +<< +/D [1282 0 R /XYZ 69.866 809.284 null] +>> +endobj +1285 0 obj +<< +/D [1282 0 R /XYZ 70.866 226.166 null] +>> +endobj +1281 0 obj +<< +/Font << /F34 351 0 R /F28 573 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1290 0 obj +<< +/Length 1369 +/Filter /FlateDecode +>> +stream +xڍWKo8WH5KR{K.M=ك2Yr;ádq"HH 9͓A8[% RUQ&qw㊧B lk:~DO;#~qU.Ntެ@ +\M cuQ+^R˱…J3W⿽`܁mx4m S3۶;;\.>Zp|.L\(XY]Ԥ]t}ۘ(֯5=^{B~0!Jc/6(YNuen8/lqϑ.;&ϢUuN ZwmQ!z@,PKg|}}Fz@6|eєD '^G8 6&_S/!Dq\{w4ag; ib'$YC'7'9$bm[<P&0 +uz2l&w^ ;b„9 LFb %neE!@8Hݛ`ѕDvQ\-ISrH+L]Íu Pp1ѓqCsqS4l` Kn{GaZ(u iMr/ c5^By1NyXȺ$!5"N0Z@[jh:tI +$oh-&Wtj0 O&e" ͣ\Q<*\h!؇yl7٠ÿ^.Bҩf#Oq x {r+ƞ63eAsM8[} $L3eSA.EU:'D;\5/;7_kC&0q[7p},@r5@ y$}jH`3ib,b}tqz58wn{; uqŪn8΍XA~RI,hI!RǙG|Z_KMI~ !I!h}wؕ#n JO+,;/O-('TԸgGP}k%-wŏg "VS psc`tN3UpGrtK^\鵇(|Lf;v~ZN +x1Q5G^ΒZ,K{!h}G7Ь_oꟌ,Y|hvn$!zΏ]04Sqꇑ_~+%?$X$ЈI|QxCep +endstream +endobj +1289 0 obj +<< +/Type /Page +/Contents 1290 0 R +/Resources 1288 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1278 0 R +/Group 1292 0 R +/Annots [ 1287 0 R ] +>> +endobj +1280 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/stakeholder-map.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1293 0 R +/BBox [10 11.01 652 566.49] +/Group 1292 0 R +/Resources << +/ExtGState << +/GS5 1294 0 R +/GS6 1295 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/Font << /F1 1296 0 R>> +>> +/Length 95293 +/Filter /FlateDecode +>> +stream +x}-nݼ~=6D# $<;gOk-Julfa $nDQ$EJ?o?\()}Z+[?_^^?T?~-}>>?s7ooIj[27Ov?o>ݸmlk|RY?7AkR?ٹ?ޟ6H_s֔#Ή?K'm~x|?FGWY]Fv~U/3=]$@_s-yB Zr⛝_77pd3w)tGU@Gы7cZ^MnQFo1Aasz}4 :pZ` #\Dy5/(MOP3IUP;̵:MhBm7#'qC&;] H; +~<hoj4{ydUkWp|0VI Oϊ>% i +,.8=%s @"3zՅ:I| +zF9Ǎ LNk|Yi kuN`8%G-o2ub6/^})pT-Bݒa*ZGX">'*N%6WDm[WX2_MƅcK^ӽIs^ruuN%6|B "Q@\኶ m9nt RǠ.YO -'gLpM26 F7eqm nJk@J9j:К +9ãgk^ d.IMaىsРZ.R)K\fmjEΏ_.Gk]rewvsdi23gSⅯO_nT2k>Q"fݛ\dxe =ռڠRSns^L4rF32GFv7Fvt-]9tᘕc݄C/.ݝ]|] iZi20=AUs7I9WsRl ,5=GW:7J9=#4 4/sR\o|~ Q2K&~/׻ KpNp-sᨾeFE`PA6eFW2q-A#1 n3?Lߊ}{AhՃrQ(]$= VR֡.#`)Fl}8df-\zȨ:tqSKw7`$V÷,e,ngGЎ,4GAY+FŹ.ai*ɐd_?#{"'%٥P@7ݚ8`}.T[ftpBuU +-¤v 'r`\cPkkS/?(|uM;u]X5b>96]`3&ij.nWmkqwN{<"ǚٿ=c*T+W`Յ@#taD,[Py1d;]MU>b/(r(lIh^C#8#+P]?mԕ,'QBᐭv,PEKkĦӊ;}N}'nW %9$VQ]\eGM-}5\(ᇼU YtKVmL:*$w0khBW VC|nAv6Uwڃk'T ~gA4% eϚ`zBA#6 #mgrY[xD}.n~v\=N +3xpb\6RpbH˂= ͳ=fS|[E|,>$'@ߤy݅0%E2^du۲Np?\)WdEvIVLyY{5Gܣ`mD!~IbHK.ܾ`R;!⹀ꈵ3wE5L=Pvn`xu} DtT Znh%&apl-4NwĆd1_0՗?r1 vwx|.qCX|TlEf`Y0B9ڊ;$䈭^}nmR3jJJ,uO[q`iRwGri+*~|f,15)Zj\ 뗡PɫoԽrOC}("qyۃ1rWNs3|HKhn0Tcl(hc.(iO;T#dr =4%o KBs{u⌕ ݉c?Ks͐V'RfA^f),0Óɵn$e?~f)3o7egkc){Q?6H۶ҩz?%mɊ'9tpY|Hgm!1rFXD8|! rI]B@S=)52ZxuկeW'iS2_Kˤ +Y] k^hgu'`N:g8*H1">k+-h3u=oRA}Pd9((l,Def\${u1Qh*ov`Wi\NbQyJdTz"JO|XzŤVG9O\P}̓ ++.~$nˏ9_f,UwReAԿ!A->۳g=Yc]se`q9c-G{HY~i|bGGLj.G;3G3 tx,]H*]h̥WY!'myrG( 3mp eWݡC/BζD .MȈd!i)/9HJfl" +<,L9kݨ-x82D; #KoC H<7BƬ\qg +/w؁?3USCuIlk8Mϭ)Ӕp/,0f8$?g9ky($5 ÀǟQspŶ L2ߺtHQ"Ykm0dl9^l @~@jL s:>i3m[҄*|'?n`?sm~{_rOȯf]kh#&+JВ㇆}՞}wN^hr"Ҥ}4{%Kcր^i~V8Gni&gik_ VvIHe1($KĨ--2"k}; mX: mY-Zbˬ-^0Vu(v>frnyq|'P̑wcvm`7pii/Kd-< +,7eiR1¦*H'\ dY-r\>_/3x)mri+) ɤ:]yd%XR@V=wm>EJy{s(UGѪ2Txȓ +.P +5tgʌKz#vPgep*@-?PͲ Kv: +>\+ׁwyabR7gIKGb_Fz$JˏB3@5Y,EA#o13fX ߒ܎zXGR#mZ ;Hp=AB1 }h ҲC2fOc\zee +aC[B؇-NG%ˈK5) _Ťᱤ{wȏ5ǠBRŋ%͔eТT;B[8~%bŠI&BU BX:n$l$9k(Վc^Kjxŧ$wZÁdLP!޶jhp.0QAbYC>'6V8%!'f ~PG9}SVSzTSsx6$4XgQ]<Da&G0=r(x3ēG~<^p$pfX!yNukaU݄!.F}gnD'aɁh"v~)IeT7Lj,ZBƁ"j\9,-t[xn8P0|{I>k[[җ WAlw΅~,VeT[ !)Y3Dst攛hKߝBA'JQGk:N0s>Oq%hFse"m}iy" +L?f,8Q8^%fV's8fF[!iWIf6V֘]Y5яvkُ(ե =zqi@)F1УeyQL)AgPK,ǙC˲(=Zt?.8SGXQ@B*N7, Ñ8Ei۬b`9OЫ jYzj3}tt Yxҽ8i'o҈ٓw*F^}|QS*K+ʸ-½2Lm1IQ~~rVv@A-G.o#d.Dΐm=D}7 Qi0v- Qm`LF$@FعeBkGe!cb lmG!uC(5Í.X=G&I|pptKnZ˳0ٟUKGؤo|d^̾X#c#N]c^;c]"ȟf f!8D`" %8ڍz,uG`,>e^>1XD`lD#'h<"0: XLDvGFkYڙXeG`j~G`؏TfFfI+?]#fʷ`9"06V'Qw"? u1B7 I``l0w7<cA&L=4`q+j\!fkg +>޺ȀU + h?ܠ-ОȄӯuv--EIvj xQ)ttρQ4?ѓ$EÒD+k*Z% }ĴQ/AdJ"I]?8_ak?N;-#7QMb0 Дsڲ?11/7~(pc49F( ]l8jבQě_[Hֹ#.'\f= + +8QвUPˮǒ,ߑ*#eYcDLq6*|al>8bҘo}B@ +nBW5@dzk9E{nYY5#-IS:Z+^^S("N{k<:oLrE=C5f$8V)hi!2~<bn6% Z"թܺԃ(:DbXhI#qF]L'-W* \M)*QR1 *䰋B;(>r kLM$ <i~zk!~?3B^'kO"n'ZNYߋ'2<桉ƗVTmtkuD+-Ä]#rp]pA'{? +_r>E:hT*ne5G-)³,A.~$8 +hie+jb2_ k jHqw)Ŕ$aKS__׎mH>PRo;oj.zPwrSc#>i)j Y0#D[5cn䒙W *&mƪۥƳg R ' +y5t 6Aɫi&MEZSkiĶ,>/< +)m!2ckU-:bݹm–)mlS 5^A-͵=\ "hHZM-JKFق F!X#7HXIwD$sL=Y|09pÁ́!5nw ic5 ATӚv<TPہ\^jE%}4tW4]miŋKz4;Vd?" m@3^Do:!ü#н*M4t$t>6RĚ?JBH 2Ӌv#.BE|u1I^Y@~MB8j,al!6Ǚ\;a.wk\gH%ISNr~n9MCyAf(q{#jRus0&%(%Qg,1c||ġY +z >YL_B;E"CDwh8o9 7J# 0z;j])xa]>%_[LT!!}A,"`Aۃ1t ڲY5B(*@n7ȂF':<[>Òt*@VHZ1ɿC?z;1} =0*ДO /q|r{sWs0Qi>9cd$6XS1j +| zizӯ +r.tç +^2|pUmEؠf+Z sb7wώ{lWT)yhGLTOȞ$>gE3{u~RHlD-rsѰs؛``5P*n7,Px PAvj?UA\6|s(:(opri|"'FT_Ak LڒSfWzrZ2eׂ5o<ڥxuDd`.@t2I;uTnN Gr4Ys&΍|Qm/-׺l]2&NdLo@ +ك֏N*K-U&k YugVfXtnpj@!A\!I6 Ic]享3|xI@>As-c:#g?fǜP =cA|J-V +C"xA,L""j 4]=1m+6/FVLH;a+]ޣ` Z#nгbuTLwRWt-0`5E)E :ޜXR;WGa!Ǽxu&cR 'иt1$,Y&Pï&imzk%0emu+ }7YUd^k ,H58dн9B'l}]Ö=Dv515 +=%#a'rASnݒ>{Gf(m4xb(-ggQm? +b 4,?M=@?KR⮲Lٝ ?DmjeP V{Zf1(ųNN2FhjrPMд Cq'ؑ9#2w܃n}zDVXas+ga"C^҆ؼsSc6͊?AHD`#,@i{,f?͏ȜѠK&+(:!)b +]YlGqiYi@`Vdw˱Y +6Ȝ9,k3[%Gd.9chUq%KOzKvB1 +`G,6mV <GdήzzDxp.|Ȝ%9bEكu%ٱ8*ud߶QDH-HY92'DeP*j\{9a[p+,sb6e(vKmXaM2כ#jwX:ͮnnFF$?~YztJ1ClwAR?E2uŲz ?@QnK 9Xs.b@nU^f2T1e`9Ճ2LG89փG +!Ow/F `.bwj#PUOE-d^'|"W-SV0 t'T` }VwٟL%-|!̡A(5H`v!ez`sV~ydEf#׌1[P#OխnOrm"9,a..lu}]kjjp} CMؒiE4W' N+1kRQ_2ۀ5M^bo/fOedj7 +'A5gw}U)\[)x[Rk57]v1 Jw71Ξuo.h 8M.T4q6Kǡx=8"(=5RN:BɨNPMaeGNŢq$jl7_1il9 HBkV[@H5\ j86x+Z876H-A܈i@7 $Ԃ +q0]Qh4O KoY2{60t U5RzpZхRF!JZ8!!5f] 6wN0>P{mU0LI-rm/yѝc/x1ЃfC8 i?iK knnjK7^3/BtPĀZEAᡸڵv(AK0xTca7 0R2]&넕Sj8z` 7 4 )&j7 FkzRS!x1PfsPqy ׀9,K4&K>߄`t=ܗݬV^p@4V75>T+ j- toR[jhS2(4~`;5=A aj5V$vADŖkcHסcB4>߁p]kL 7ԇ氅JClmjaBu2a'HѧL:S!E')Ddz%-5Ԑ-A.ҕL*~ yPH ynB +LY +(6cЬ +< >u[ZڙID6Yl&Q:耚|?f`{miʱ8 @-C +9'1{Lއh#͍t8YYꍾG+n@r,HDZ?<|@ + h}1elQge\8E4.L=qט|Zѳ+anȂFI.)H(tR E-mih:9(KtɶK# );C4) +T8C%Qvq{ +LNwώZғwD`n&~93$kc\zn1pE7zef< /-8)b/DK(Qf6fǟ9*nT]0(y"L},Sօ?m2 W‰'~KGk#/Ǖ&=(u` /> |b/CQ L!Ɇ(XϭvqoKm$I1F>LOתj\WOҙbHuׇm'FB040i}*is.Ue $"dT ] sV8δ*f nlR y" +x4HAH;!R D'dQ}ERL@$e8ȽrU fXw/{کyn6Gv8[G$!jH9IqhG[Q7˃uLYȑ1fe?p) 9fRV{ܮ5\v%] Uv˶8qyuBk1W\M f]?`,(q7J`+ZS֕=;BMEJs[uN\ +Stʵ p~m\=uhߝ*~?'eHظz BLe$R{SAGɻ+$oeʠ0Gժ-! +V#Kk-y3Y3T#62]>]%t_5A%'ݲTy)kY}j*x}[Tf5DKZgezSzi~a +F?S3ocWS<q7K-T֑5_LH4ڳ&ADFXEeiE:֢=kc4ilaz m+@W̧wF* +7{F 8nP1mZ#9lmM7"gu'+ys/_ߏG&/ơQȏ&j{a2a]JФ+ivA/ hi Z[ Q4M㓇jmhZj(O  +GQfu0-?W,ZV=\;w^cwsH΍tUF 24)JwGN,޼H~FuwQt5լ:ppD L̉]uljXWMUIb* ȳb(2r^^sȔ;iO芣@$LܥolQ.-T)q{b0 Vk ܸ;; ۿMﱴ[#!c(83h`mϊ#sD^+d :;q +Ƞ= D11.0_3zE.OBjzX'If $ +(`bl*xyH|t ءB)݆e[!Iǔ.NFVwUTK+OkEk^I򜒍G /ȬOy;bE(-#W't7%= '^}\?M{NUtbniV7 B[|ov-oѡ\EW:/"S=o oWXތWkR\Uky;[Ԩ#N5f5Y`̊?]@ڹnJ0^D{e@:GVÈs%8t["vDBŽJCi-4ORipFz@@KCyйbk/ƅ>i.9Up%!˪o)cuGh , M6i"7c7i:Q{=)a7P + P[bPȚ! +_^f(_v :cUWU.4H;OЖMzu'$Az4tlS%L* +%3?.*y;]`A9 s6T\9 ,8g8ʌAs~I0eS6)g"TǗrk:Ȟ8wY#' 6*C]5 Q2q|czFEV0tuyA=pvĜNfmج΁807 +%L88 Լ1 +bkQF[ Ԟs{Ra~Tl~#DRY Ⱥ9ԓ=)GH5GRΙ$sN" To@b 5:v I9YsFR%%G9;{#3r{2M}f0QWTS4@|󶺚]ťe\PJV2DXOs!gdx|!< <-V yfh:_%C zDUW!-x4_9(Q4mLwL(X)dC$ОsߴZf˃E5OQ$ɨ\k]ܜ b=7' +6)~ MsV g} + EL$>JQ%`$tK6#/_p3UPlNXPG30ǓsdnGCl:xY +8cDODelȵ gr#XbXA9[EEc (1/' +~"+g;v㢾FgDyCMd` l0% +hscC jJܠ4-z`e%eg .fEj xpl$+o@]2}# +4h{j V3=wJw(؞AL<jt +9MhP?o$*'t* +I ]Zظz[kp};OUqSHfir6n%jt;peu%O_M"biC'sR$Ն!.i:Z. Ѳ~ Ԕap'/V0_;Cvr'A6(;:C' +NnVOY}j*x}qvB[;dDKZgezәi|xe'm;/EbDvB¸pIN 섾ݦnwB_hf'-T<,wBəQx=XKӟ*doM BS~Ve,=\/|*BC +{ >.hml =<6c4G 60r {ܼ쀾gG|]D YXNw@P1~)'Ѓ8n4?>!6O}fqݿ<vT7NوmOLD~l" w?;'JQ<w傿;o/K_)MIavdK@_R\ZK5]O|2۫q{[[h\lPnɓKMۇ@YĖ`<.aml(A +>Ԉ.@]Rd&OܹD)lv?)R< fdaQFjj{ zsy˪|>Q'#Rx4ul<^ζ %>F63/5mBUrg`喺r-@oOCuΏ?c7n5 S#8ge4b[FPW_ڦ'׾ŀuԘk\]/[emx@(Cڱ◊fS \f':@4@7Ьq Fqqz4}9hD?OTh@~ڨFXp{W*8\?_Dxi;0@ASbC\bZr~\#syME* V[gΦ6V(${cZ19tqPnT>$ʴ"E[HC i\Ge (_-K7ތ?acchQ)>E-uۅBC J+K0زKzV,w m*j69[ < +]X.#颷q24UwVV'#9֕ +c[ a}*Wi{8iب4-]_]^KwWM@/a6C_v cf-#ڎk."XmOk/ٿnR¥*Xm\{VcBq2HO(zW80bV*\*_+;>`m|3Cwٲ#]ـ X2'ocTa'i0]E|!u/л{*hF6K5QBiq¢=Ѹ[Ǵ %@AE4% ́zu"K<)哔vT5}} pte2 +(vn0ѭ7:ܥFB74n^p q>,;V +l bOycƛ']6%R^[P! TT3mr#Sf=S9n0 Kzϊ@B5Bi8"_ڞ[30Q| h+Jzoq΅7nAUsvnMM5b4ft](ēǡ=M{h|ЖS@(b4<4mxHО/C{=О/C{ᡞdxmxpM'2<ԓ dC=oC=ax'yɆzᡞ/C=@-Pmku=Pϗᡞdx'2<ԓ dC=_znPO6<ԓ +c .ʃ0rYu<[y<[q ;bd j6-,-I(zŴ AYՓWՉ gn-[ 鏂MD"o*5KFHг! 2.5sͶtmd8 +0 m8-zz|OV<g͜}:30W ,a,$(wH4w: .zU?!z~dh0y2tTvworsy[sT(@lǹ5vn#(ӵLE4&|FPپBe)}2T*Wl_Q:[|Ceȡ}|Ceȡ}|Ce̡}~"īW+T1T*K3h4,~["Ti ep_*w;*w;h f%S r<(T$9Vl5Y}j)T6AlL4GlLBezP>Be1uGCe1-&W+T6 +xʲWCe+TsL䊒P>SlP>S߭P٫XΡw;PlXua|MPY Ceʡ}P;,gP>sl)TVCeȡ}P>Beȡ4KQ+T*K.ʎw!T6\h z=uY +gPj|bٔc;4/z]-j< nB9 "#:%C[wBqvzţ|[l]tAUBHp`jq=D7:ZtsDo(j#^Eg?`nL1TvO \m ?ewf̴GM9(P?5*<*dG[ +DdCd(f~lՠ +wd+9\zAt G!;Rv:e1J1bRm5%+ X0z#SFpЉ_vZ3 v+l'\q&D%-y}ϯH2#5`𚏇\NK 1 ޴`+z t^y313/݁tԬ!M's{X[AH&Бs׈yP k9)_x?^^JW&w>P;fuTq}Gii4@iImEeg]+m.e%.ͪ?H?mN +qt/ᄎ8vb#3mys^r/C oӢw$EnjȬ&z!i4M[-:[OnKdmVȾdj_{yw+ƭMd51J~Im<10 D@1.I'+t9p.]J\2ZKf\ے_R +̔3"PMS]9=41tb@E} + +\N5elxzmQ ~׷CV'aTX7*"BDU2Wt,`jPIxk l&]/5ev[ ZƁ^P1fBî(q[̀fiaSJtpȐa1Dk0V8Vt(u +rCEf6Td,qbq' +xXP-67#@/,/sb6XM[kCeٙ%%ȀFH4}~4^}6g_j*93rKf>p5H\нTzXt! Em%=&=qɪp7:vvR8=;5꣐i ޖb_3`kCvtN^~!y)δ|)֓+mFzk]]f rz\q5Ӵ5侼4>MV3//KVfޫKv kՎ nFwk!Zc0Dl5nswWuYeP-w3De]UK"Ĩj&."znPXͪ8N,_:t@0ZC*J:m6hxm*jU!\h_ї}KK. Fl\r#+%UP4/.!l߀)_.݃Ud4. mlUVD 0)hL%u0FY*QRS x.Zy!. ֲ<x4`~(m):# +.h>BUŤM5E ۫ A3eztc֮J5+ٞZhE_X]-U䌞meªV*FEvMQʌA-HbˮYlqc@oj.BCE>j*o Sb*m3i]~^]ղ1 >Avp;odƞ{~S>!Nssp TH;NIPMua@xc%$_tl^o*C󫡬; wPfՊO׋ltR 7?=׶/k+ZZxu5%#qz1|i3?tpC| +Ƶ=`okh{xS?aSlG=zpqk{eX/cQHC^g`zVrGt|BPhq@:ʏAV;9~ڞyЋ?t޻=󊚻ΫlϺ"V@{/;Ҵ V{φλ=Պ|i /w/fTMP:; }w3& >ԉ+Żx^<0+'wVdzrz|K:&Xm AH.Cɾv=^8"^rU$ӪYtD#^T++] XSS}ZE'm<nC#[ 8R X)'u9%;oJ H +R@o͕DO#M;Nޘ(Mt NAڗJ:4;[&兒'[#`{%?ta WLxƼsӯjdUFi WP^0n䓖EeURA4FA¹F WP[8Gqbt1]'18A:m1ncswA rI{[vE HJה7yM Ў<ks)<y%AasAA)`uLr(=2XV +KލtM_<ʾAGf1'jX'Pĵݣpz~tf_ wm`cߍ!2{kJIzhT@ صh=jPknC3E9W6"X+;|:y( +#ŴKpCMAPTCp[68ϼx4)_г"*]ZE|° ]E ŵ!]ef.ZR)J+.=Ԕ^4;LC 9c^nwXP-w.F ƲZ;ݗ$z m=?7\sDRl4c c^zYqωǐnTQ>d +#7\fo|J>+ld(Sy V 0 }AF055^ IJǓUcL(~韏љmz]x|MBD5A_јf+I&$PpJV獨nf*j +R>B欨+2c^8 "8Q?{@ceCu>3}7T~t,ڦsGӁ S1hfw҈D|*9 ix{ۣ.ze@R%qmӆΰ+\lb|g@} :s"б~.8x +Cj?+@u=ۧ@Az @{͕SdGh޶M`IJxZTkAv@Wc6sA|I=HP䇲nbȐ(nnۦX*[(ŢmSlI>)At}B8=FLxe7+TlRH29tsC<kƙ'N`ԂN^HNr A2V!dS.?hLp,;8XSHTd2[4 E3͜\[4 j;,Y4ýE3y`!K4dL,/ɩ lqUbӏh& &NsB?l@4%|6hFh& fx9<p[ҴG-!In@?G8Cጉtf:h&ТInLX4׎E3nLvx^foZHΚԳun +/&%#5Km?aK!7IK?xqzP?: 2$) Em;Ol!PUXy4 yЇM|pV^aP`ʶՖ(c%>z g]ho[wgO9Yv%3H(gh,dC`!.K8B:O#XHYz[;XȆ,d/IlBvs5l `l_x G(8t q+8_B7wl,$ +b[^$ Kkk}ƴz W,$P%bBBnmF?B`qEgIYqD󪛚GU[NgZʿ@K,8D'ԝv) >n˫&;%Dd +fzlQ9|LVj9| +Xn)3騱s+tqC$Dk:/I67ՎL6Q=;1g#=y>$V"MQ![ &q@4A + +6D$vib[ ˍ8O#ņO}h:aenJޓCm/h Jo:11nn(S{ T"NNB$Q Q3Gu~ALKzvW!tWh Svd+sց¸LI)RAry<\ǧ`oi#&E芝7;oꙧ HqŦ'؆$1$tάB<:ǑhFcZhjGߢz\t%-Ð2Vi(i<J B +!;:{sM:yQJ}Ov9|SV%<Ŷ3jkqHȡ2)QA>Z!w]Υ(qʯ/@* kn<,)BF%к -c5 eCl\^'y@GrDNQ=j橦\-+Z +Bૣ5.VphH\ \`) k%YA[hBف >%c&BRȣ> j,Lj|P4hvxJ}=wY gyxAUSJk UTEPbX@|*ad* +) lƦޥuźbp̪6Jqo\zT+\ H~ UeUj$C8YoWg2lQ[9ڏ%j[m6ij-vʈ7P!P͂qד!LnOkV)mX8JJ8&&w%5f]% 96y>߲}A00LIA2EeOn6A~8+vng?)»v6-.jK5^ rY!:(x> +b PP^x#8A5T%c5 V;0a[5,6'kEB7V7Gt+"w1^SC7Tܖ)`h(d"y(R'oVMHZbqdKJ ꢦJsL4}obMAɓCm:}@StC4<[7қMO'&:ddPܶC+ *zmq61\P=S$T|ue2x>T.BJClcjGF݅4e*-N⓬CO@YKw2ωZƳWdՐ6,Do$뮃>-=3}Ƿ5t]}赃WAm`Ç2t4YǥqM[Xf y\D^OcQFK{$Y,l@cE!kjDɨͽ|f9[T+Dw{r8]dOW јzӭ Hō{aW‰?RT3ئ/XTQjIn"wۣ6Ym) +$sb~ +Nx}n @-vŎNNs=Ĥ~V&u%uJ3L9MWFcoFUJ kϱB]2̩F]>QFTӐp@=}nV +`=mmM6Z !'Nc>i `LtMБXRL.%9HOJIQ=54-(q4 ?clԒސrM)P_/h]q|cʩwJ:^i'{}0c-nM8մk\VHX!s9D4$S?FR&8 :)r'ma݋#v8$qil-4x|3Ym9]i9|`s q()|p.ʋN%L/>?F{Kxğ,p|u4JѹT=L{wys sg^PX0YrL><jRpL +#Үaz<@0byꍫaQDCp(]!޳ #T`J ƶ ņ*.k?sG}F_iNuKWFw↊TGsF8l +S4Ƶ4ݔp}W˯szjѰޝ/V/jImio}m_)^IT`MUPOqZ2"G"~M_e6ϯz'|WvCNöz~q*pw'ӗsu@/Ӈ]`xV|nK-g8CO9 Oq qkso +yiϨㆊ!ϼ۫1%Լ<@rÃX^h)"^Z#g[ה$#q?17l)M.,y `JQ[qz52~Of hDSϼ_ 6Ꙋf|z \ϔE )DI!f +C>o5˜fGfʞࣛ1krvvی4O>O~A*27{FXNrb6\۳lL'yh%'X5qh\R7t=D^D > +b[}0b\A?'0q;ЕSPN(ԦhQo ^ GK\?z|bgezv0>;EUc=JT_fw#RT;0'[Ūol9;ўmؖ +W)l|f)Ujif_)uBݐ 0).1cD7x|Os`)v1 8OwO(^N<E~ + Y#Z&kȰיG/Y!2hvGe춉^'E@/yVyqFxHb&1vvڝb0ȎW}xOna\$^uK# dh( nAe<:r0jQs-a*.ocMzЏx9FΨhdr;Z JNEi&t8`P0kkt5Y4BV1<qV?Idj_]C KH3ܫɅfˆVsvg15qD) s_ xxwg jatȹ2[g9 A-䞆lM9g; +mȬIRX9(0Abe\煟I@ōYx0`[x024IZv?N9q;,'a;LYG(aJ)c4|')GH5Sbf;|;N"5TO@rā;E/z;,*ᔳ$|r4#gUigxD=#g9I;,٫I_b&mXPM5m]eT^ѷ-ub n8J(.q>#~vGirx-rj:Âɦ< Qُ{1cjZ>Wr@5g GZE-=q<Fx4}xP$tPӷ3na] |sTrW朂 bJ߄al8r5~26[̗=ELızRmyW\$TK#Ԇ./_p/UPy/7TMXx;N݊EX7lk ' QόkȖ/6_΢ESוXt}1r"1<td/4ERΊE}P~CExqw*QxG{$젦ՠ46 MSņ32%isnA\Vd&9|Ռ P~ +횳aj:Ԑjq厢yPEW`BG\7%X"ADO!u(@|$ +zL74ސ8-d` \,yΓ!.*TH * 574ot{כwzsܭƭk49jzI=: +Ҵ* Q \ԔaIڋ.%tW!j<Jn%tX 7doڽϒ<0FF) 䤓]lQx"hqjB:d[*9?NȭS`jb0<]Im hjVTЗiGua΀vw I !Tݶn#"u-u Xu㩷.r) 'IsE1(ĥEQЬI^]:tf;:@4@[7v q{ C3rI3PyTkaᑇ ϷhyG9Q;vA@Aʟ +YQq7t[Κ +WVP.BL!|Cy[ᢐԊcpU\IϨL'Je{H+/\Ge (?C9#؈-'rvcQ1`Nl9U˫\FP.T,(` 뒵qy%qtnq߱[Y YWƋmRꈌč7UF28N*6*UKRJ %,v !HfpiL^pW-ۧ# !9\ +W>ko^^X!*^{5`.zFwg*k (9c}"MlkŎty6PHS֠G턩B:`tŤȓlp.~g2A3Y v¤`{q4lI6m޴|"_@cVzu*1:Jq2%xjg=[wZMi# o\br:_s: !!OX[.ƧNEhL8ybOZ.Ӹ-2|[mU&B]Fm P(̻4[Fl#1}9{n KF˲@B5Bii&1H.u-[9`8(lFZIup|J +c :=2vheipB3#_RТ!t_C{~ɊdC{~Ɋz⡞t6xGPOV<ԓ\C=YP[POV<ԓ(I  FܶxGPOR<ԓ(Iz⡞C=Y` 32V<ԓ$ŃV?w8)ړQ<')ړ +l2mmlT/|7cZ P`%=BV0H!.jRqUx)J2 ^Z\< 8 nhJ=8bjIAh#]!N$ x ;wD +|w0T +?^~O>ܕ zA6A PAV1ZA| Mi\?PeAX0蚲%L1M-=API^~6O5Q~6~;J~F!aYAA@,A .bM"H]?>»۳ɘm%?^~N|\^]̷\?g;ARPrQn Id~N|%.A*+>0A$[PpaE'w Am$?Ct +wA򃰅~~N/D3AKD"RL&nշЋC[M ҷ& J +tXyj{讝"4=TXqKQJV.؍>9%8:Fr;IGȭl.34ztZAqiGV㋿P)O܇h + +) zKcx j456- ,MK(bZc`pYUJS+LsTeo'#c?B3 "pmS䭺M{IQIJH)"M })2TnHhnQv_+>+Ӹ'+wg4@{i]$1^5ɠN )W,#"ciL5!iSgz|n ~ 0 B2jDWX|u-?R 7i *Ghf{،'?.66yOz@J +IoD`u;f#F 3MkƍEt ̀LV2-ngcէQ{ǹ*9.RU4욠?x~MыK2Ԉwc4+B{a:zܧ, 4-qX&!݁CI+2Y1e[L\ZIO ܈~A^}0x2sOaS2z&&2+N xe +;t@C:Ws@|s W:!3zQ;nVt| ȑ#WH69a +'~JL=C~9( x?u.*5%ي,?`aqLKZ>8A'~٩BjVXԉpEIvS7!XADS5\WHɈ}ZV!k]z'NWr.5p.ka.`%5MS;pyXiRr^ TSUjS?g"O6wQ8^ZV+@d*t*i/<HkDWO8ʾŵ2/.ZOݘJU,BdHY:V|Q~u$5>Qrtv ^ȗT E]VB <"&R ;>zyU@>#/5wX3^/>.@CפΩ+g6tO p|†Ĺ.+W'-Zy5 oޯ'hޱu^H 4Ki{!UwNؤ%Lfi~*9|10pJ2^6~bp978x@ Tg<8!t͡ RQ@Р@]Ȥpv}.֓0+sCdz)Fא 5FoX5ŶJӚyz4`j +쒡%W{p{oHE̟(Epwtvk&bŋZ%^5d"xA[ `*rZ ZUyvEg#D50p'W8l|@Z]맭*r:mvhD}"BC.Z9ƗC|>A%= +Ln. ZluEemklu ByP4W[vhv,@)˗+{PƩ +7oͲ $68xM2ՇƖW$u0zY.qV +%Tv4xNZy.._[ +w S>\ P%Rt2Du-0.pۅsGH%:ڴ; +';%|z)@f.DV& B)%̓*,;&HȬ!=@#A58>8xtQ!IzinU[/(:p2 +tuyp?^]ղ >Av)cGɘkh?aƳ\Mf׉\E$^M}HJ5jTЁӼvd9;. =omXDTOkOJG0];#r}!αh-Щ+w߭άInPAT> KqVGp^Mu>\xwM\PmCbuO÷x7z׍w/Wq6e{E6 uKNuU;+`Ie7 VVSZy} kl{ݑ=t7@~Ww^Kىλ:y[kʋtqa[m{L=d`m"M jԱqփ=U4ֻ0vz ;B}o; +|&޽q>֫ + [@w=aVTmϽ\o7ymyW++wTRyWFOx9@B8HGwqq(1*-PN¨~SsOA JvߒS;Qޚݍ*z+[pAQ'хu |-; NѦ!lTϣ$oF^l&?ta0lL Vb=f򍤩ӹA@ +@('x.FN<%.2 + + Nx+!P-DZ + +|v/(Ȉr m0;(G +mˎ g '!0t [u_!6CXǍ\oJ:Ca^њyáCT?o̧2#k\K &{ L;hhނ_t}P?):"l(((Jܳ#^ +ڢϵk\={("l̇^`?܋CN20+-)&i +4C3ԆD8e >bmD/k 䀸6plc|Dڅ5IȚ$%ޕ$\h>=ն 9t@,dtS%t<^7UAa9mye?rj-wg=+\!;O/hoAEA eH#s RҋOV޲ =%r &`r-yEZ!>sɱz^5R-/c|zXe]> +۫Z[>a4&8B;6Yz!jn J%Ωƫ-WkhӅ Z/d6IP_EOtĹwCݔy dHc#mOUX( lKRouObI_nnwQD^E5H/&75[6YR%h{zDy2j^{VOtC&tUtBt8+Pt \cMEYOyxT6W-ᅣp5=WzI+P$i#[!\9-N\IB YHG@fINC)22h(&?|pt|#WjM/[()tL-#$-$wZ2& y]oPX +A;2%^->ȹZƠ2VC-3ˌ8ǡR˔vs2eJR(ᕼvK-S"DD>W-S%GEѻйj,X zeJL-S"*4^ q3 +ܫP?/ ֣W1 "3#2L xv/̝mW5Sv򕫚d0U͔奚)T9m8ԲjƩ~ˡVEF%b>؊SIe`i2^ـfVXՌA/U3TiB+T3ޡPxwj&F<0OR4jƧ0/%R`QW fYywG f'-\Dw@Vͨ)71Ha<Pp`ehﳠA܀7r9ʙ`ꦜ%f8Ռaf$ɪ/Ռ;#)fjj&|`BJxNL=ƬPL;4D:$z-BҖQ䄞:rn(v{yBKT yxW^+0Ev| +/|}}(Ԯw Wuߘ @pIRg⣻p`ig !6Zz2ixvgj@j;bQOt6!st^Y|d%;χl?UTsK֦-3Ÿ%/&̧|PRAUAW@$2ԫszA2 xihH!S9puX5@ L% +%ktc. @M;+CSa?}mSPP;#:(+uDj y'^mltUy?gC_3c) +(?` +'z^|+!FQbU mZYXA76H)`jcixؚ 2ٺ[y"kVE<,bᒋ.^ OgcWR*;^ڎQi 8)o[{=U'9dL\N/?P_d]k`,Z[aN^G ˼ FpMw4>,@V!{@5X{z5rS&~v5pCe7SU +ZX*Q*R[A L |r A\qX^ x^LَJ:Pҳ;`2m()Ij e @fSsgjlLsInLL@dfǬ&1>=CT`i|L2;xC qD#h_CdlpM(7B}nxJ5uAZ>Dd<q| ="6 +X@y2S"]u6&W9Jyǎ}5HG1*S{2=}^LF ά4Mx_/o?oSi~7YmRZ|/u|o_?_O=?Y>O5oo﯂7h`gB] +<_2d BQb։rgcʝoR8 @lϔJo +Ocoz\ϣ%`-)x:X0dw +ԅK^q|emtw{E2xhΌ&5F- 4uE};t +6_d,sg(p[?(xnY +vTB귀46vZ:}SW~]_퀘k4<͠{D/:0hm؆Īű?L}dExa|a7)>iMK+HI/W,Fuܾ*n#)i<0LvSMP5ՓZ%w+i9y1pm隧E)L.{ Ko1_r-!F[9~YḫfRJWQ[._9{w5V#z~2a1'=ԗQDܹCpxJjς5M m-gL d)ϯfSAh.1sx읪*!-B_IM}i[dq+э1Zz3;fta@nPѩ)yQxzHd@k:q+Ք8U5kjy>#q{.\) +D݈ΌZW>W'_A} u#Cܐ3Jj V}T~7z螮jWug-q>TN ܄+xlB1 eȒ!&WAST|ħI0ǠSbi:I+TABMCrI[lPF\C~ubΟ%йF7h𢩹go07U:} +sv$;@]<o@< . +9F4/pq_hqVpqú8"n>q,~zKfG~"βfE@lr~>TEO( [;vŕnP9)L +䬈EgWE~)(0 8"n=6I@)lʯ"ΠP {Ȋ8+"2+]W3Ar9IY{t`]0q qj2E&a8g5 ;g!ekב/C{8k3Ok^C%8[@gl]CܐUqmdTaL^s`ıݨ4{wrozoKg/)w$ q]Qݮ!n`M_uxQtT!ײ}L8.Dgy <IZfv*O\)m%èggo=ts_yjڑ4``,x'jrxЈ>Ozp_Rm'x҅pKc͊2PLXD9R>3 %V4)O-Ls˃Yr?f<ل}]j Ed% ʲ0  {ڣiYuQ[:Q]rPSuaE~8 +v'r7KfT'H +fWZݝr~/ +ZG|Smk1t6io0ÐGc`j$.Z)\΃hy< ~A4eq?x{3ᰙK0H? 'GF3AEsa8Da֒=%EicOm,AEMYc9nP؈B"/J+< ]>`j2@L݉@'|!_s/o>țFҾ0{'.0R f|{3O^+e^>i^T߽b`_2dV]MnSoŗYsF26lsLK@Dzԉ MWgL +͆F3-֍:Nmg~(XXG%d:6mș>9_%֔qKˌ(V`Yn-zby Yw}W3N&6gdrb_Y[ߵ^)UgXkc:q"l&@KXfQmjhyf U[{*V߷VZ\A<MPBVg{͍j2Cmfu +D5~%M4~{?G-;{RtTzD +fb QRSڤ0+h|H̱"yȲ9s4"BcɺP^`F. +6JOՓNiV,NG4Z8Ͳ_h^(sFΠێպ3SE*^L`'E'Շuó6gy2i;R}P +Uc֙|;+w_xz +2GWU6vDV 4W +.<|oQWWj9g|{]V}|YϨL1 +'f_ $v? BkK[+Djˇܭl?f|!G{1yK`@'-T:M6Om]텡UxXpiQm;CC)i~Nb^?oGg_߉>7\nFїex쬎Y<Q ,M56A*~[ NQ#a?z S! j7;iRk扼9F#M0fώL@5S؞Ψ}*iQ8Èz9l֕KN+fr~ft|JmgGOmj BEW\E7v Maq5JH8caF iq^TUcjϥă>r':^*?lNۇɈ}FyU1"Z-Oj8{%!vYP5ҿq Yzf.-4cMW:Xnn)|\[l}_osp>w(e~y yT=΃f pF؈MvBUox:^n +[>DrWb(W&,7βv(+h~/ qڅ|e83zwX4q5alor|?ZzfS$=~ rFg4;>>A>B5lъ`vy.cd&9%x\ll{5ɷfu4wwNch cyN;:MPTSTI0i/SnC^ +5 cs㏎ŕF(!M\v(J?K̂l aj"'3 ,Cc)DD wS98Geae>Z):E(vT/C7%qPYKx KGAH WC+24X'Ռ뱀+FzTe;dBFA3y8U%4ft-S'g%%؄ ' uX>ϬnY!^UP +6.#|xpi)ԘzlM~Q-K{m$?Ӆ"Dܩ@SiyGʟҗͺ햤,~3r%KS2&.l{2'd[`;SapG;`OLa`ST 45NV՘ﴖR(Կ?ƧQx  ?1EV76Nh,fģƃTWp14k{5E +zjũ{7mwDUQ8 qf g2d;M7\MRiRj+ S'S+!xp2+Ѷ!vpkJwi ,_@0(;F # ,nbv";b:U?iDcLk0IQ 8pǨH )Y<&{A2iA3v8u_:c`FoeDcƶrI<Ձ)LnNּ1O珛AID;z؎?퉏 +~0,dі0j^_o9F|SW_J(8x25!ft΃#Y;`K^$ё30LB)~gzvB>X%A+u.}rMyϵK\{dKV۱6<ڇO닒}lYP8k FTe^q7w%%th,#Nv|Ҩ6Bdl)!܆j:%I2Y]y#5.;+PUBc|܎%O" NDN>e"c`/=2Ò +dSWC8 ,D34MDvۏO7:aӸz +9m[;X;Jۙw;Dݘ@ӬOQ`q-4UCAN @ių樰SMsԠ;&CNa@}r'ḄdrN-Q.kQ5b5*?BOQ`VrTvN[AQRZSLQ1g?T\m8[^+D̗8YtDbS:xm}d9q{M>27=ݨ}ӅSעo;'Ƽ7Un}>lχs}^p&d}Rx\mkR=ov6ͽl_`ԝǪ%&Q;bj꺹(5O.QkXn3s=Y6͏;6 eǙ8W=WOϝ(aut֋)Ɨ01VxGʃLhg7GTI=jJnU_2\L)-;d]%sGm%#F?ҢG ̳5ELݲB^N;F UE S=:Ɔ\Tx'N{A!T70_y*J,8suKhrѬ`ׇb?ԔꔂixWWc'9< hBY9Į0<P㵜aDԩ6r Պ5Ό%1V-mjkNW߽Vԩq?uƇǓzd|/1#S7,SjF.h'T8Se"kk:脛IA\VrNTj Gwikt +s=vwT{Mp +xVnu[.XDu+nVTi2UfSjݽ.j;)j @0SOP򪦫T{=N30v :ܴ{q?]أ2T4ta /kjo {m˖S5oڶhJ& u +9% uDGh#і%/Fi~<[^ք놻̭EڊZ!.(pE:ēGcn&S4ivgR@8:]My?:Jéu ݫ -gK{%b/6ZQZ"z=/l]/@N2{g,xEc9As!sQ 7{*4m})uq[3ntM1 ~r*PA Ɨ +LЦ\``F`-,=b;cАFt۶ђŁoQqTdD2Ҹ&/<Oʋ٣3 +/}SyE(b``yFz_#(2pZAK48h]m)Gq܂1DF#*jalLkm$12jN0 !{ +@'Nm [Q6~G.cLjyl9:XT')_Vdm"EԗےRcɍ~<@).E-a4T)F2Yگ-)p.wD f&-2 )pD02*vcX@lNV&U+\~rs08;$tutjAų.ceTS6hۆdSa +z^o/8R3[Q1f`1txz-=ZYF~T=5:Y `9T:F\i#?5pjj=`.|r@/bz{@ZPƜM5|4.s2?jz*"3oG`)R*90ko.KM2-ҖN|XмQKS4fb/4碘s[ 7D Ye")n`w';t[e.8j>tVHO(  +}ZE\-V.>`EeW4 H IPFȸv}ȶJrdN{EAw Ƕ +3vcuaa0*}.ζ_mlKPxe^_ٶgPml+z,m{}nONDhJ=#^=uxm{}%td+뗼Ƕ6?1+wl{-zd^?>ml3IRl{R϶=Cl=zlճmϬ/^Oزmmʖm{ۖm{e^oo^oٶVn[22>zQntbǕ:H/)Yhp'z4:z*sIq|.sƱsL~&D:dT}.y _ P\J/pZz^]o^٨'^_?F=OQ5c;LdǨw6qkQRר7s=G|+q<ȏC5KVgH2hI'm [=b&a sO}QVu,Խ} dUiF8P0 >x/`\Nݻ=iph('hcIc<2nƼrŔQ$hC,M' )XelIMp܋8*Y\ +҉|P-BQlLWps/0>DOuhi0' 3az !?l\kdD13nw[3 uF,"EIT>tQ'Ss46{k~ώ#eS͹ٍG.&X81wF +s9dRXC7yTSnT#nTƚ`tH+vQ,)QQM?HČ0 +-i7]T +zoJ.Ae OCrs*ϽNU3C걠= NϦڑ=<~km'W@8V2I<.,ӝ.Л +eVMȵ\*ܭ}'MUgoVi0ߺZ,7 Q㥒̒ σko-3ԟ?;sgǓ{N1Zuv䝏vu䝏w)իu䝏;:'9;̭ ǩXzdzx}z9X_{Ե/V{{ +/ֳ ]:ըRq-Fu^;kUyYa{rut'`BtI/8FTLO\=8#\m Rx\mKR=O79٘6=r?;U_kV,WgZk g/'%>ޅh{ZTPP^][ɛV9l iS+:5*k}QLw:s9G<:,h|\_D"糀[Q=Wyt\Y +jBs(Vn$)CnЀ".U;U7=i`ίd~4?=bREdzY7fRyb)9+\/.Y= Y煰Wӝ+];\q˄*:Ϋ1 ̆hi@ voKÄu미kZG2{BQP%;-}TҞoT+ +YzÔսwt5}*SҤTZA46.OjKB_buLv5gʿ~Ox`` +yzx*UAۙq {U4 =HwB iRzPRe٫O-w{M.>bB:?*2ye@]w)N#ć)^T`ytqubg< .Ty/ +uij଀y׶ڏI~nň#=x*^e*$ X^;޳ ]>x~wGs;O2[cy"$QD;O–s;OA3]#L3op%jzw{w8Gs;]Q5bϢDrN=wRQU:q;#zA}I l4c'`Ql4I]/`u%`S>g%`c X6 _.> l l4ʧ_+F.Ѩ>= +`/`\`Qh XN7QF8V^.v| l.ר +.Ѿ}1ξ6h h6}Sw\`::wX}OY ) %qI1(en^h@Q5(HJvTA(\Fc0}:6r\F_y\hDZѷAz +o_+Fx:߾^kcC+۷*X_F/ߓcCk씷'i<F_x"8}} oz&ױѠhDZP} cAF?TVG s YɱgNٱQ^~Qo+'^@|H+|}"/__ŋ/l|txW$=^qP|ԃ]Ƹ:6 ۷2d}E@oulo$x:ɋoz~֥ɮCGP#W?(RKb#~$#(v٧3T2;>,tC؎dODxÓfO+XIbPO՛mBj$j +\hL$UyPDJQ'$)fOI,O߉$і^iNyMx4yxAx$qDWxgmg0P[r ?lL~6_4#El[bԝת⧴&kYªrDgPF298txKm%oJW!<'.MTPDW~z} ңd6eEƜaNyOe O,{.I|ʤ4qå6RBp"[Z' Ej~ДAڟ$hE"ODw |@T(GHJTH]2V*,RW#|nxfyKb[4"@wrJuKdeѝd~0?c= aP޺ǣz5z9WPkD cu9~;V: (vJ{x&2LI}@ xGF[/U!#O^dS[ZzLA:4K0l4bcyјG6'lR^dxId S;>TpHw Ρޖ"9/ZO;/FΠO F3(G3FstZtgZtVnP`0L[ ! ھjm7ҝa+ |g>|>7|!}"y1\~" H=EP +n;OLqr83T9:%1 JZ ZJ;kb0h1u䌾WИ^7ҌSzLS'{q1-yFrd%HFuZg\ڱ]½Mc0WsWE|A}0phpns cHD M=P!-)lB̦U̦m 1yZ2[ <(Q( d6톬̦F +l03d6mr{Mz~%lZ؛mKRH@ŗd6moϗvnE/E)gyk~e6-ê#i[R(ٴwMnI2E+<Xq=Wf 6llLfsgV?-MU|2tM2bw^McYr?@2'mbve6m*e6mR#*UoahURCfӚ&d`k"{m0]*6F42 ڨcImZ(|n` $(WjéRzb+6-kb\MbD#+io6b-"VЋu6JR+"Im +TFfdJm4ڴLhKOHmZZ>gI@GjF(Q-#iTBj7k!Gjz(DuR R9QP. RT}ȵxGkbkv~up(+ ɉT~Lk_s7USc6TߙF+]ڗB+#1t 4u4+wTP#q1,3S +i碷7Q !GdK ˖#-E^>Ypɩn׳~}`;x45pp#OrƏlz}CWtD7~""vS=]BZ})KP/'}jCۋZZ%QwhhS}+z.znSF\ 9v#j-,nX{"^G[zwooGqr\{ ywdlAA\[VMCD]4f$ryhFס ]ס({S`Bf1T\o\@ڏ̴Zgi;p%lDD8[Mn|U2ᐢZ(&3~o<y㈼[}EQߺ})#Xz8vj MYz "M؇Y +WQY$JAHS4_Isμ6/N.> +4=dNN0\`Rf"VM{x>+t*pϊl,uw∥=Z(>? /̗c9|EK;A[᳧b3o5zfu~w+m?1h}/ ,J/4l‘tzwR0@񄀕$'!q3#I#>2QEW?bs>qJ3F˳&'fFUYo1Ď ms4ϺpJ0>ޠ*3?l+͚yED0-GntL|Ey^`Nz4f+b:/fyV|Deq$+ +A6g|Ixǔuʔ+e7n1w$FNP[ۂe\rpX@j +33D(HSr94Q_h0Ot*?5㻆']:>+M~wcIa gْ:i$BKߗӿ_~cdKR>\[ߪ{0u^l3<?|cz4cF/Lo/]} +}kSv^)(ezð 8[YVW$B=+AD4ǚIv;# 10~L:[ܶb3h0vu;޸np6iMڴhwUEy!2}=C`T\*[X,aW  +RkUg[56uoi olJ5C- ~vmdeG~FkrCm.%-ثǻz.6fh­[ޝ6H0 %LH_ ^Ƹ[2Pxy2D*|\oi j5Ǣ/s^uڝ駫]w7 Ӿ><՘Hh@ cږ4r -WH}~$U*w8:b+B.w"0/h{Ouejxm< @/̢6WK@e)Ĩ?~T` +46%V.4fV@cqT)6Ju'5aWgcJ %Mḧ7P u lHBp/TtDx0V\a'p-V)8UxFβwqiMM5T +(0ťse4Lw*c![]ҙ +lqCjnKRs.E<=]~؞r]8wb_.&# J~?ĒB6Huh}.%bX{> OL(,\EOd&8*anWyҀ>& +|o+'> 2ߎQ>; DY=K_2?1!b9Q{RMx-W.XjzZkI:|6.K=p"sce*8ԯdG5 %qʼnŁ np^^{q/4>8+a AAY7}W7̗& /F~ nlmN9, ZA\AAW7nN nP8%LЊY7vs4k\A0+xfAan sas?9^~Ka 8Ȃ1^)AܐR@8+IbqQ G.X>q|qNtq>,A ΀+}q+3 +l>A}lTْ_AA!Ȃ8+ 2 AWA\@hhYg {g #pUoG79qW7f`D@Ix;2 x]A+J7̕ +3qc+"$ijݠ{$wswvtq}qFҮ m]A8mvAA8٘Q`NK$LqsAR.?n:b%àggo=ximEwA5Hsv;-~'hθrx@%LOm٪T8>*U?V]V\I)LJz.ǡX hnU~Kմ`C4'QLDHMf]G<+ j 0cNw5 +il\UqMͪ/L= Zue\ԡz09fmOmpkdش4Li!+9͒n&hq\΃p"U_[=C's6'K;غ=AX ;*5S=Aogյ}C$`Vp,KɚchB]eH[G[wygDw''x%ہj ןaanɾs@QZHgbܵTFU +]R! +-b8pFALOO7 T$Dyڝg b޷+1ȫy"I1@x7wzT[_+RbF)񳭲0{ye kmc} Ca;fUxpeZcbU r,{UBzh& \aSH1íQry(Ӹ~9Ɲb;z⁍@Ě ~L0F^_Eq!R!%[L+FDY6EicOj&Enݎ28tƩh߃C(? @>B?Pc440ML07Ja[xMgE0q ~o7xy'Xn-O,Fs4 +V»V2MΨx8ѾuY!|Q,hxP-j +{J + lG[V ]w 0JP2}v#+A0wĘ=YϽdTpŘySHw^7B}YA:"0o/?`+uŽڋosI2#,Ⱦ"8Zd~V= L(˽ QyNx0])ԉQ"1BȬ7]lY^[}jmFAZ)^;<|h +s~G&W µh2yR Um9;5m?7gu-[؎+Gs'<4pl'˥Ά1.N ӑV̗W11 kq ay~ȗMǥ :.Gí"- TH`1*aybWYVMwdEXէ<0l &DR0r@ b_Y=^1UG Xkg:q¢hr=4eb*kpy& U+܊-ɥVoqb*ָÈzCWUPdζC!U/jr^O(`MTSw*oBq>=3PZ*ZN1:l2mݢ`U .z1Wx9L-Mk#YTb.yUDh,Z7ێlL^tBOS زBfxQ!dx^߇Gqv.p'1=nt7dD`xug=RQ6@CIBOꋢD^Z]Z.SQuӱo_ѱ}䭭~ _d1B+~wi Mӏd Fg*8`n@!B/OeH>…8pB695wna[ЖQ:GvthOȹlgɹhyD +Ƶ4tX9![[11kTc +ے0φ\;d|)*x ,Au +񻫒3vwm`r@-RɅ1%هH ~Iw-q!GoMBLA܏R\_qCfޔ@Aq &'JL7ِ|) 2bhib5,#:@ùf b}/GmZL = $eR꺒¬#s;QRЙΑɥ2YDƇQ%|1=7@v {;aLk-S +H᧨(=r?j.FXYҧсSVdm _7xxYƹ%va6Hd3i//fgB2Hi d&Y#B[BoKF\%ԇy&ڂt1+/ 3T(wApj-&y?ekGOފqYE;߇]|oFxw%p._ z8F/$vĂ= BkK?6cPmeόR8'߀˞PhޮPv ¼Ut/~_xQ3Ļq{ck*@ :d"^XnEӪ͒hvFQɦxǏRLxSZ2⭀։UCSIɇTm kMgoq!eٴPT,u7śhqc3ܼ9rd=9? +P +l]K`s %-A_b^۞y%qLR2LbBRoX#+~ R[7;1|PðOr[(.fCUqIf& rA)(>NGhQ=>-X4jCMB)&qVSPT('^mȶߗtaeק 8Ao`bdO ~W!55P$S0җ]>"K$zN{Eo[>|+_S„pI G "۔R6d_Z>>ڒ/0j Jmm--bu\W XBy0Hl7+$"UK1m($hvЫgEGRg p 3`5 X~& +=_M{KB{A=*#$LtEB[ +}N=oi&Bc+M|~|.0P 䯰onXy:7!;#J尅z ja߂N7[2nX[s l;Wk]=^ra {y2k y ֒*&%jiq>PUcjR||cSp:eBEcL%mtwCH}vP8{_vv>!q#1ny kU?Oq=fBz{2U}<8lF 2uhi{) je>yR"d>Yk![?=5FR +8$NXp:כ3( gs|;9qw"A}GBEm +yCcє >GtJ>b8He;s $3 +%N b#kgTכ1>J[ѫR0\eS;|FˡУATnP+՘o5Hѳb sHyY, +#{xM +U82%@ +s(e $эX|F7HC2_0HWüi<jt&hD;pmj'pt] aA>=9JgA]{7Q#SM{ +PF#L11쉹pALјITt 8phwjv2.LדJKv^qZGvqcb{P')h}XհykM)ͭm->k,>#+|bF1.X]2a4ɩ`=NhkE<9${Zk9Υ8=QFZiK{{R7pȖ&ͪ5)*`a9jeO"sr.{-$奓')T4jlQ6c^ HÊ=W(YHhaFBEavgP ՠ׸x7>UՓ?SK+ʭ Pш^!XW \׳Z)AW8 j&O@[P1==˜,jНoN#'M[j ¢G8:=WIW*̀hE|ySmx\*(mQMoQg #XaYofG]YBk_gT-C"E/L5)LN$dm,taQ@1SlBYB_mW+X-E$}v S;a/_ϗ +rC?,p'0?WE;~i:0ʇ_t{nn;R(T^YWI,Ԭ+ʺ=n= #n^K7^$ȁW qIt{vWMn`}4惺={Nw>nNKYNjn=t{H^J_'^/=IYYgʐ<=zϺ=cYMrlY]gɖu{6-z˺޲n/QF\^22`3:|w9ޙG +RŝYpՅ埶sN F[%yHu1M9@"\dv vI;`o=x; vRO3+L׋ROCF?J_z}gpz}(J=-PJA9A?kaʷQ{+ OF~tOeW8ΗMg_C+ h"F.4 +WQ^uۤ9k2*ߧ  a<JL=gspR[H -PJ@Ic\Tn\|Rq~qYfj[SMy,l}E_jMMlγ(jyGt!Pq;c +rHr?hD/ V&o~Y4ryI[@,f  PIRn;aeSP +CG1ZVsyw̫,n"KuixV' qͦ2%ۍhB΅R0K.X fEGȵ:Zױ HLRX8oԵkyzn2)DsvexM*x'8Za f1J+(|[` +3Qĥ+8Fe!.d YJ0+Dd(Δ樖wfҪ՘鷎 8 + 쒁j Te$`*b(,WTwrx0;=z(}-@lD?B +NΞљ?T`vV2˨ <_.IM 2+ e\Jܭg-߸ۿ\ThJ7YW2fy Bەd|!T\KjE4ڹ?Wx+Dީɇ0o"o$;/ˈ;/".WJ;/5"N?Q&_e]" ȫQ4sv wlַkvwlc."!Dޔ`.! +uyB,IHy9AOU'6Ծ]fVn*ל7wЬ f{\Zs~i/ue+mULߨ AKJXDu~(8"(#7 ZƢψaX2F.v*e,G7A6_*޷$0hY-f29rÜ%QY$ZoAEsq[C!9oZ[ +7wOf; +wʽg˽L7{52n!mg $1R7T=cg8Ϟ1γg/3yq +حH-ץ`gO3yDAa52y\]7 +tS{rW?&NhV 2%8 +3{Zݍmx(/<7+g˖ +{ݎ`UQ;$gHt;UOkXkj/.^ +|ApAuEպAVs'k8gܛ% rvW6X\7^s.tWۇ|:><pdA aD8+LLQ0 *)jNM(>C[0x" 8`35@Vzncƥic)-gVLY#figZ|jiltdv| ±( 2f-S[]HΠ??_~Q73 P+vzFb֍?"=n?eAayzqP`si-teԏ%E180ym8M `u{)'CG ?]ܴp*L;= s%!z.BcĴ3(=#aهM8͸\ Sl)ԁsk*,hqDd>p0$№qg$3Ɲ ǁpSFuaV/9VN`FeWwJ?ĩS]lٌCѺwOlwBL Aay{DCˍ; "CQuq'/;p縹)tAnw>z0LΑ ڔKۿw+;j7s㲍pqq/w} & ,fy +[0EbYzG4Pʍ;ƝƝJV/ Ѩ ~d +F d  +DP7DcJG2Q_- ѨT5$DR#Zt.9Z^8w+;%!U ( hוBF( ( xNF4h|&$Dx  !8uB4h<;!Ϊ_ggDxxvB4Nh<8+#Ϻ#ʈF Y/Ƴ2h6 ++#oʅø3%G:?Fgeoeh"zVvVVvVVv֋_ĥwVvvV_%{ٛy3!y+;'{+;[9[lV&T6&ߑ[Q9K6TWSp6T0T"x˾AMU粯z};zURdW)Ǒ(q$gٗEj4](p$PG"TsIED>Ѩ9CeH!Hهn"W2DHm#Ij1 $H#Iٷ1޶ duJQf$$\=$SP3!I*\6C*#m)/GruBcX }Uʑ$2 ٔ[Y$V>$t\ Ud KFTD3$Pӑ$:EIRluP9ld$$,GIۈ$& M$^8DH9!I$eH]I$ !I*I#HYcˑ$3مnt{#D{9DH0D2ñ[H$HLI;ݚ[χC[R"I_IRPGOH Kj<(Ts$P##Ijqo&Ӳno#IzIDΝ8 `7Z$QGh@$f$:D{H6ޑ$cC(8S VHNWj4Rw}E(-G(Or$2tt2D߸:$q};g$r$r5_D)I$ +G(e* I#II^o-?d$'ff:Q w$z.D'`T;!n?q$ί#I*IR.<_sˑ$1;Î;DP_:`Ȟ$`eG$8FCI#I*9DIV) ː$)aO+2Dkt$6ܑ$Ō$)OHd"It&I) mN G4"I4$z9r$I-n}vj$5ʐ$\K$7$Gഌ$FH]Ik$> .#D#ItB 2D'ߑ$i)}`T<InQ=~,՞ $zA#jZ`Z-VA#A>-,:n9T(wK_U^ҺuKqZÊm2B[&qpє!2WB)1 +AѳY/,n`ǩzhinT +C&0B‰TWPZpǼJ }/|X +pQ.}0=ke= e_F՗clSAuo(^v,Iꑜ"V^L R寺0PoJz(e ۫,do +hEqS@PS7QO'9[y|zwenT޺Q57̡8,:*#Tߙj;Ð]΍N?͙Bk?ifǗQ6 D%ȋ1ňT_w' ,AVy=x~86j|jEvx.DbOycBZ=yS0;M9ӝR6-ySDzh7OwJNJjӝP7Ow"Enx*{:<)Us~ioI[%OwJơ%Ow7jn #Qrf!&BU]-<)FI:2JJqfN0u'7NBOpݖW'Ow^6BIBx +IҰ@)l5t6aN7:1Ɣ8x+*X&{̯L +].^0qrx+V!4޺p;0zP<JY撹rb nNyыUp|nPٹ ci0Gܿ7X5]VW 08k>,\ meG.8l"AnmS):f.]g ՘FDiJLM$ʐQ0Flt6-\mMgEO< `lu6mRĕQ\ino3-V2n.!DgcO|IgE~_۹-zKo.@+04{ΦmjDgt6mSm$ˆ&ynT})"*{/r +e-{fz"%hnkW m=um+ꝜZ0mE1 r0Nnv)w˲@-J,ћRsBʾWRrJ G|ɮT6xd81^ 1 !&u g6.3xk/T\7`)ZbmdurТ=mE/24~5P($ߨ #Qݿ"$@B6\AMCx5VH yGsS(|n'l^PhS2[\(Ci +ݖ#r, +-n{b^hΥN[Ch׽];pXu"/$7$im ow׏Krgl6 2u20׭^f +*Ck $(m*`7Z/a-ZXDh~Q6q>FV,ﶯRg6W+odr[W.{M! n,lQy}GtvPRʲ eLܷԗ(WDR,TK0oi:DGep12҉әC6]| X6,WU(bmܒ xI6])G,ѲaW@:m}EWaEK;CndgO%f +?.fD\w7V#נ?;?Z$a9N /{np݊Sc.Ic\` iU ׸ɚKzDXXA +.aͶ +_^=w69gxC6P+KB)KُG\FEaV +U.e˙$Yr\ W6fǻ4h3[yߏ+T X9:#+Dǩq1jṰFnPn^X85ghC&D&R1kDMhܬ,}*HYSU~DeXMvVPèn:uG9Z@4zŒ5I4zSgB&dG/%=^JJ #>Ԟm(ʒ+͚"~py:)Jc*e${a$"J|i`icrχm6LuUeyF1ȆlO>,[T:З+D7nw RXY+f>mX|~_n} _wCs_=[t=XEB`yhLP֪iR"!5B7}}ݨ_-PuE땢?)&j>P4g+OҚ09Z4.k6J ۇFOomE7K;yŻS4_o}g&>1JVtY }oߖo_o?7o>g魷?l~zks?lVFU58'9W߶+͢w/`E-nf>2L& v%_Sm[j_ۓ&B Ri$Duf>eB fIh*G|0Դ%nuۺ*K#a+s3렾^>Q.?5jHP~t5/&f+6'n&O]{Cnj1>>Uη}|̏ɗ>? 'V%?U\v>;DiF agECT!xV֖YO:450(sRFz/-4/d.|h,kK[".KA;I9w|M?gZђQL"+'@?PŰQIX*f ߪKQpNPP@%Jͼ&\jn^v)RmVzof +d|(`vl}OAYZ Cj&PQRF6[i?UOp-Nq]Ht KS <_ݯ'KcġH?ggmv|v?Jy=Sw[V?q_=!SjXWV)֔S$XlI +j2awنNc4ESqZ)aJ?ABT:EM!U/AK_);~d +>jKAlSRoϞ`QPfPR>l6~zks4?p~utG#8/޾Ó aY ~#{o-<<};ިy◂smN5]jB*QN)Vf%A7Z߷/,U}RKmmUݘY~Ju0>6ʙgNۤDee>;]q"Kd>B"Lc0]N|0T|0Gf +lk* +$<ByQeHHya5oQFQ2ܴ&@޷ ]_๑̍ȫ i0臑?>6(P#gӹ̹Ҹ}LU€һ,F{Ge#хeQ^"@k4P@h1 e0p}gϯTd+)sH#rʗ` q6>"F")#@]tRUK9ep\XQϚ4u(=_G[;bThs{@Gb^(=5;cs{ +0y(r{4z8 +UU.'Bx a6JT76wT~k39^u5{z9*lv=)1bɧeǖsCݍ#wzL#c{ "< G:,,EqXmR [<:85d`~ U yC"jt* tRab9jJJwd̀?csCEcl=e Ia<4!yެT +I +,FTI-D-0]G46 F5!]thˀAq%*ީ05-!fˍ@@#}wޅPF\~*ؑq=TI@UaUZn˅%7z;$otc&Ú(&p$wZEXC1)tLSPo$ =WړPXc7rXQDiܚDqt4ht{ѽ;߹:!T [& )`G7r6Cql2VS65_R91'#qz9 +]QxHZ{/9֎Xo[-kdh'LIݖiE#S8 o=>y҇>iJg t)ʩYn Q]桾m"LV@VKu`_:$/͇~x~s~W?Gw?Grp[oer^׿,r,+vΝ +DZlb@#m +kD% ɜS: ? 9' +k>҉H"ӣ;ԛXXB2dnҀd[a[ظҒu_ɴ~B(P &h +)agi<֡qȬHx-/Vv-?[*Pt.^]^[ôY 'u0v;&3SUX=\㷙hF!znHG* 6}B_]4`Hߝ{!u+@y,*7ؑaUU3̱*6p>VXܿғ!=|(=2GX<0cqJOxtˌ?=% +<}!bm}xO¯چ4'=N?idv4P:ɽj?hrޕ]OHpYPM+_Г Э/i9kj~hќMA3jP㢌&@ +(uTHe9lRYkKq4HatMqZ.m<aTS@d/rOT G BN6H6g<*3a%nzL_ǤQf.K͑ԭ.Vkut!D=B7@yWaVv\˝Q w@?cs:^^o#M.nHDᘰMTUEM* ?R.\QL=H (QJ>\{K=8D@@.Oџ~cq:^8^[(9GgDihN[mj$ r`e,Co +fy{?! < vSe\ ;B('K>u񔰹3і/o*FC<h ŝq'&[>2f3!\ /`tDBQ:7xr؟`TU%jl r@XbІE>djn,?9;3֢Y_i 99B]rЍ~ +endstream +endobj +1293 0 obj +<< +/Keywords () +/ModDate (D:20161203142301+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161203142056+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +1294 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +1295 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +1296 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDEEE+Calibri +/FontDescriptor 1297 0 R +/Encoding /WinAnsiEncoding +/LastChar 122 +/Widths 1298 0 R +>> +endobj +1297 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 1299 0 R +/XHeight 250 +/FontBBox [ -503 -250 1240 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1743 +/FontName /BCDEEE+Calibri +/ItalicAngle 0 +/Ascent 750 +/FontWeight 400 +>> +endobj +1298 0 obj +[ 226 0 0 0 0 0 0 0 0 0 0 0 0 306 0 386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 579 544 533 615 488 0 0 0 252 0 520 420 855 0 662 517 0 0 0 487 0 567 0 0 0 0 0 0 0 0 0 0 479 525 423 525 498 305 471 525 230 239 455 230 799 525 527 0 0 349 391 335 525 452 715 0 453 395] +endobj +1299 0 obj +<< +/Length1 371852 +/Filter /FlateDecode +/Length 161994 +>> +stream +x||T;n6eM%d aIl tB,iPPC ADްbe+*vņk^zQyw ~}yyg=3sfLH "JD5T dZyMG$>]k.'MCiUF[>O<m6-}~JN-&:o'5,h!aބ-H^d՚1 D7\=/N +ݸon"/]<˖11ZҰ{LCd.i]I J\iU6}% NTIr-JK3a=$@KWVܓI#6ԳA"6H6XzNkHGM;e9Dqq_ #."3Y͛C'2mJZY4R).y~6q®2\$:d-{J í/iވ;TMw +y_]]L?g_iLu^~O)9tV[׸}&Q3s_mG h:p}oB~`gu-cyvei4uG{n~(2F3̣ +_{CJT}eTmy5]3:{h+(r5[_tkz O}+p#{<Ӿþ>aG:A&t1ʛzҹKȴ~s8URO:喝iuQʙ.mL]}2YOiaŘoe2:en?y7}biwQwjԦcY{}Q.Tg,d! YB,d! YB3,d! YB,d! YB,d! Yу؀Lby%lԋS6DB%TAiDki3-i#RRJ:2uLT+ewNKgSe4͈QK+.1"ƈbbжBOvJtiOҰ!_k_s?O +帱4E4返u ,GK_I&8JƸADa)#JD%FL4b8_\$1xAx1^b?ւO6m;+~eC} z끦c67(iHGH;ԇY>*1"oW5\|%-\0^C9g͜Q]U(/+-6uI'/*,{˜ѣF>,{@>ݽ [dD5b6隠BwQ˟Q7e'L/Z8j;9j.jb%(9^.=TR]chL,Wjե U.>CO1)HؐHKC Wa_Ը +E ^[dD;!EDBFB>c!>4mzzamVe(߈ÌXt-kgv[㉪wά뵨Ԫ }~.7~@vB z,HJCÄ| mC ѿ4ٖڽ4 Ki%]4 oʯȜ*''sZTΡ54 +k -s]0'zFܺkZ-8\E Îe$Rp` ABOϟ tY5#*7ɜveP>4.-UPЩ] F;v;59U> *KOʅOC%bO%Jwʍ9-}cm砩c2Li;`딍6"!oKX׏ǝ*[&aQwl ONd;O?rB#Y#6jv ^' +`9*J6m`ap$7 Z::OJBKW NkjR"5PH|@W^oTEqQny1*C:,01isUdG֢VyD [N.!.&[J\5UMEieZ욇sV +J?%QUNqIËi^m; o܁xeMeCVwXE(Xv%mGy`-Bsёna+/u>ƃmkul< oSFehO{& ~U+G?D>2iPz``ň$(%hSP.(nADA.mbJJ(q*^uJZ%NVb')Zf%V)Ѥ +%+LJ,QQJ,Rb <%WNJ*Q%f+1KJPZ*%*8QJP\2%J(QbSd%D%&(1^"% +(P"_<%)U"WJ%F+1JJ(1BJ SbC %*%+G~JUJd(Do%JR"M N%z*D%J(]d%)D J+Dv%bV¦DJD(U0%,J0)+)!JT(?)o%~T%W_JSVoZ}J|ėJC/\ϔT++7%>Rb*+*o+o*+GהxUWxYحċJJ<ijJmL[I@ it/=Lw3Ŵ@kWrwӭL0tӍLn`s똮kftWSW0]t]Q.a.bLs8saHH :@<L}@"6cqZ q8T\};im t2W_tjfULMz%W_ u 瀒B,W3)%#d;ÙLaL.i&vL`"oG\:灘z/?|~~_?_ +y@ s3οG/p~| ~.6mM m= kЯ<ΗlKC?,3EΧm O8wB'q1۱GGV8Z|0@*}ۆ6yȵλ#9\yNmonB#;o:ZkjڄXWw%pp9pp)p ]xELu^1yA|ƈ[G<[Ow893|-ӷNe/r\X_[ֿgX[;eZɾ|k{@@󴳽c|4L ͫŖfQ,6 ͮf=joiJ,Yٲҿ4ڿrJV[W:zVE+||˷,-ķ \3߷`|߼z_Öz_]\_mNoN,-|3s}3Tr*}' +oKWS{W.0ZB7uu|0bR)Zߘ"Zwi/$yft{ۇݾfv;I$=Q-iJẼ}u&3bEL3Q+&Qp Aҭ(M$:>3 qUxۭTV췖s-[zFeTOXb޸R}Լb^;&njnTzOؽꉏ_k11"&#FƠ1hM^:uoE16M#URQ|"5odn~7UY5M<*,镟UH˯f#M4.[~&g\vkgg-iz`p +8XU@X,KF`1X,@ 0 f3j +N>(ʀRLb`0Bq'c(`$À`00d@}>@&7 H\ =tn@$@ ؁ Q@$V f4W A 3oG{_?oo}W?/ρπO>oooo{׀WW s3S. q1`'(0 hۀ@h=]Nm-Mfz:Zj`pp%pp9pp)p p1pp!p88h lΦq-_` /ֿX_` /ֿX_`=@`=@`=@`=@`=@`=@`=@`=@`ֿXk_` }/־Xk_`ܪɍ:̤%ϙMDaC)ED-@Rzޥt&&L_Oѳq㶃'P,OԱcۀvst'ϥHś\=}}vKEumګK؏W.eZ;:ƨ]=xcPJ4f,ZBbj%H-E|\!5peXIVk9tS0%Vf: _kdZK:Zdx!g^JɜNgJ1{Τlt]Rb20/k^iw9<7J>DO}tKcYQQ2uᙝZwҡ:}}k t gt:8(Q9(և{ĩˍv\c:k ++F\Ju4 t ݊gq6;i ݅úb6(@[i o˿5A̐Gh'v<hлqqziYSOءzDjq}Uz6W \O(0lrw;)H;~8'}8@ޅwKN0h[ǏLp2cl_.S)4|l8$(q}a g+ 1i)),؉ܰ8Odٿ;2{G{>4MHmoDatF=6W7zIٝAAU"6-@B`q >dڰ^њ:|X}TO +/}jťM'//љi:#әUvʀ9qʖj"{gGO;1΃9=F\)lA=QGEr=Q< .,)2DV Gh>Ϟ}".X[Zrژ.5Ɨ3~[?tjDM . іN;%1=&1&GKN]Sf&x2/R~+,.rXͺi̲~M&/G"; w"##S՝)1&DRX3߻^-Wվmٖ,y7)^$ٖNlI%)ke)hof޼dqbJ0haH P(tJ Q9^ɲA{Ͻ|6_)fQe3yVQj 4]ndJf HXJ [u"m ) ) ) ) ) p%?&Si ,a٤jiWŰkm$āIGqn] b#K!y4rPc8D 2$]G'% +qRap N(dpm1T۶~ ')eڦcG'9CR gXiU~Za;?F>(d:>v1O%`:,}[`;zhD=4&=LzhDOXh~sqq)^ 1 ^yT=([(Kh;8$&2VDY^{v|g>ssߜ nu>xL=ᓏ}?wp}^kʚ ҎUbEO]Ů"iUѤq@:sp' ,c4͂)Y;Q <yn c%mmQ`$Re)Ijac#ʊvUηW[i?'i+Ԗw^Ɣ| *2`]~ Is +X`m$854v8I})qw{+qn{@a(.Z%G ʎtvzMtmDR?vHL~) +?nA+^(fՖ'm.)-e1[k, +QHj8d q|||H&aft"(tP!?F h#8I,!cְ Y ŵ^G+=8N_IJP o(Q=9* C%?*^] {?o6ؠrS2S + {8,pT>bnl2h$nϜ$ڄ`C5'-{!TQH쑿bH.Rr:SR|ŚCNϬUHɯ϶#iVG. +C@[ rSoME7{0,Ab +EAA@{ opSru,8˝ u#x禘<8s+rEyE=޳vrU~=^1qjHxdiĪ +Ciǿm;xsxȧ<oPwKJZյRa,֪ΦGǷ=:w4 " +RtD!BjvN2[L[t2US9^24MV3{~O5X.gm&\rh౞RN>q XG*uA_x$A>S4t(@y(FA_x2 +3YFQciXp6֢^a8Nco΂zvc=3L= +fIi4&ib$Rk$xpGG-I_&{juF|fa'XdI3Ȓ=j~wḔ}T謔|{/KKŰ6#N>̀U攼E^Q9\2Ht!aĀQX|xqe& +9Gw}sFZ&Mb44@}8w%Rvݳiڭ?}OݜƳzͺ[^wnnm^NާqRGv#=:`4N>R*L֪S{q-?{pr\oA2bl#򭏅| +`1f!$@}6&xX4ȥic) -=4`~AuagrnvuY_p/; h p͒; h"Aw=X*ߴfA ᛖQ( +9EtR{y"cV:$-cz0Ɂff*˙FaJ5EVy_wٌmG\u1cFLNLbګا5%<$cg#0ˢR~%OS 8H_|ߤnimzu2V +R43 V4 ^B2K½BQdRR.p5`sW:8 +4#lQyC_))(O.nzMƩ .!ER14WjBS22"_0UcTc;':Za`j 0;^T5>M iF6YZ(K* v,RιG O gAЀo.ӄ>H)v{.I$X k|ȣC>KJMN"~p4J_eS{1wZ{,Ŀ޾)Rx%44IaOp)!* :.[RÚ7Z[M!ڄXgcP}$~6ܪyG%QZ҉12-B>!56ANSgDz՝\&6ș?GYt LsUwZ*_<`zvT)MUj!~k [ +?D/^|8PڏIhz>% Uds.Ix. .#t )t,AUd$!Is|"qGx̐"F2eLY_{y&η?5p kTԤ\񍙪U#]u*UCjsuf㖍j<ԷwZks +z0V+#xU}ѢVh̜(jPE{ pv/7ւF F83)dc)vq/8Σog[OtU2bu饅E@}M:9{7K5@4 #Ts唠܄!#ibJ<VO<,Gr>C~wM<l褾DbKGs.?;ӏB'Nw{^O.4`{~1Ο&d" %WF uYaJ͇,}lT5ty,UMnOϐxP:%8%_0ڔ}{fR 6F4%Y-ec {)yk2+>] )md9Mɽ#K9a[ Z>:/nSoPJk6+ߑg(\rAӣc$HJݫeȏKJu**±$zU(^)9L@)Y+|ro`|i3YgW%/K:m& h8˨^g  {*PWĐ0jU)Jm028b  ˔<$1Ί0*-y& +#ҘJ30*4p  {.J)< :&j!0G QM6qx++Ew y2Inu3I*dzaV-98[%B!5Z58NL+Ofp[iJ1sD8V׮Z_^/xuv"j0_eX82+106RJ 7A#yq#ڬu]sF  ,3 ⒃xȻ= +|pLrvեj}h8gcqX7h[JY:oښS_tmXjweie7&Ӂ̪\_ ]2-ϡ^{Sdez1ࣟKŪvKCibyQ:Yq(e3a)k9ðBaycT.9쳥\l taJK*EˏN +)/*X X۔(*!åEPEhFD~|p<ܛNZAo@iVg~]ݑ uXd߼كiM0%4)lqw=Ok:cF&ot#| k~VcĊJ[as.]pmaAH)#*\eyӕ+.NJLdXU>!<`фVmw'5ޖX 4phS7rVY3kC.OX}RC*k 47;1|5h0f_ &0)`u"ߝI \*GZr[lt1%8IoN@}P+FX>',83g5BĽ;wg-q9%QSɷxFt/] k Ë0V2N,Eew"V6a`Ptin<п~ uKϘzH +}AR WkUWгcȳ)ACΤy|GeOWI6ܽ밒K-k/[C+AɁJcՄ\NKY%`Gh8O7$Uyݚ: P)őE ~0n0bLa `fĜÀHLrZڷSJM#S#ScoN+n nΫڳ P5]yiM@a8w6ƽx,wJ`UFl @{W]BɃk2PⴞJsch2k7>:Ց{h7& HiQC1[f2ܧR2%RYYYkqFeB*ͥQ ig&ۺÝGjkݶv \&QNR`{@G3}mcM6{,]<Si-R<4Ӑ^r]XK`?Bԕld )q d4 B0,"dꈘ#b4"&=r'Hl +s1#yDz_ +'%/hg}*xq >"=Kfl˙%B#g']שg4yXElCCw 2]_Nx*O{*iξuwٶك.BQ\v0mRݷOU;`a{Y*ҘlH GԹzVu׈qn;T˄!DD<@=J=HSNQ>WTJ}@fZ\*P߄BV`#x_Am#ީ2c*NEI]6o$폗jAP#C>\8L z#,IĮuצvkj&o׾KDúZ,ZN*,f]{{Ϸn?\n0pcȆmlKmEn M TZ*pՔเ<ߘѬ;eQA>_q iypd4cQ*%/Ra1. O +cpVnKRLU' 1"[|]}N?\2֙TBfl"w 4b|]*jVgQ xC 4v62DU1!<_x`H̠;k6SPK;}ږ|w>rmN_ XB>)5ga{}<Zn6%{dO=4}e6<2"n + ChY؅FQE!@JB +qLA'3iQLuA\)5+}me [\'Hv )dԋ2&/E(] [W(ttnP3scbh*]s, +"`D>?!G%OG<Myxv"K,毢=]/ +t2NIJ8] + uq`A<Kot:`8 |tM*2lH򣙦@=Wp1CYx:.KAQV62 %0Dp'hZ1?r7ܔX>E.L&~yD9M{ntc` fG&Q`;&k. *{gߚ^ dMD.לiҙar<<?6oh yI)Z)CgOhQX!$gp# +hMD jTX>LW +ßc cc>&OL鰵#=س5s8v dhVgmwuQ-is4ϜE3gaζ yp|cuWgQ~z:[%m΁M 7&W > B-W/BڄӁky l(ZkR*uCJ]!! 2KQPQ{GkI2qZ亚^daqL>o^WXt-]{Cgߔٙ^->;[>,ALFc+xeнl$={sڕ.3;_nd#\C.ՔdQ)]'4ZdKyl<$6}+yH6/ J;)/LWNe|ؤvk]lD"BF5YXbP4U*ݬbX * | +Čv3\._Zsj}"OɌOаd%EbWgJПN<887E%1ԗHZĸDKho`lgNFGK6U$Ҷ K웈BC:ҩ!g2M\:k˧2.YI `\Ȓץga+Myne-+1W+R~zMc09v2@*϶kLY cN&l x +Q[|jʗZy؆@Ս+hStg/)dvN!IZ*aM'VJV|[~1k 8qʈ13r)/a/ʱ|X9vx9$TW7({{ŧ }͇6oV*PCCJKi-X]8tcS7_fM;lP.swA%jR9*[pԑ_lyLm7DZ y}.lʷآd->F]B]WzMJOia.rIi?"O !}--‡6;Ȋ`2~XJ%'ݓ|ۻɟb 6Q6hk2p@Fʂ77sxrGWߝ_%!RxnFda`=CUSJQgl6&^CmnKwsU|Ql;pU3lMWh}kB2? K&Bs;ozvپ_0o#;_ܛ^C\BWRQȸ!(1 M2. +&frh + ‡ꃡ"֩oc6MڴUt͍|]mxrJr;DtPq`%۰qcT◮iMξ:J^UWU]UTխ]-K-8xKmv>HF&;&,0g!?(|pH 3ޫ,; ^U~޽w߽{]ÌtH;MÙєB]91,W8$=U9-{Z+&xC1$28P +W{ }[fECE97 Zpi. v[WP@N=3ljMOPx` 6<6t y=8昌=tζxڰԫk¨m5 ?ӨD;kx"~bl)dž$gN"B|A[;T݃^v|LH9V}!j!t;!(/!W:0 _fu?I 2AWZtd;rmG!Ee acoϢuPa5X%kt7h_m: x;h;+^FH +B}Iү-(2ql 7xϲ`lxluj7LrpSm6‹Z` $jB5[).}jmDy@܁$CtUESY G`m XyI$ ɂ +dHH67<!)'y1|xl,:5_4*8 +jAֽbIP C_:x;kϗ}[op0rc8O~S_u~H~fռ@R La!LP)PBg#Jv^@A ^O%.;1*Bgx6v"_its|obԄg1C~d8;=] X"huT83;rz.=z%5=(3sVf*U7?18fLC:t t4?_t/Bb(iCSՇѕq G X‹2,&a{#")^Uv( +գ(꒟ ̸Fizy*c6#TcRJ^(+"+aj-fۤ7 JD1(9&q,:ݾ}v71+d7 }וR#SrR&G-3]R +XWV @<@N8 ^&v[ ̇iڹx~N$KiЮ!$هv&?LL)n;2멵S;TnjcdzɽSz"|)9i(4 >^ӗ~^?3kyB+t^Ѧ=m:_mæ+,UWPW/"١86æXUrYW-4+г^༸W(ȯ5rYgr1 goDBQW0=_Yjf #_;,Pqgg?Y$QײimLGruuS~d*Y2 Y!qBfN=\ñAқشZTZTfZaF S26Oo&W]d?V7]N`#Q,CXj&^c>Xor,DQ$b/:O& `(~2!}&?$O6JKTWv,g]e>#!y츈t:#X+[ >S_{ο_ ZBw/_0. +r&z,_+X]* eɚvmh&&4MpDs[5c2|OheL +TkѦ2o#Ŭgh#d0`V4;`6pb`zq|feh.zc "[yMPb:0h./o|xc+}8LoY.{ʒۓw%U5ٵ|Mvd{=..HyU8 +3&%SNbq$m}o2᫕z{U+{ʛF1*7M.A_/Ng5z;\| Մa9ub+fH\E4hk6Y%Z:rmi쩉>^eҾùL=ʋ'"@zZT,n:sfVlvWS:H]iT{D= +윩fBTXs&ٿ=dFQI]" ]4 /]Le%(hxTi)B/rtM@2a d$ iP 6a'u*xHr Kct-HKCcF> P6%Z;chVِj+S*,?|Es 3Z +FI)04&!$j)m~ $JTMk ~Œd7AsVh SGb.Ŧ[#&eqH=IPo&JROAI$gs.d3?$K$gxi!5Lq5.9XNHg-\P>&Q"<Ql՚( * i)x <:1o'Lk ]?EVhbZ͕t<`R%JvCHڵc(x?S(z +du#D +-:d-N̒R|.Ј#Z RYb[TEN8M9K(<)K)zq+ʳ;*+԰2 A1[͗^rv4 Ȣg[D; +#Qzdro$2VU [.|!V$1L>MhF? 6#,'ax8s陞!=& RUp$fכD8qs99%RiJzyC WP5#K`ě:JOTV:%mAfعtxk@Vlm?EҞȨ-mj؜Jow݁D5RU곌H= +>؈L%xk>롎a#L__Պ>Z+oAxFnqjϢ@bʪfd ͽޏYBxb$Ċ!zkdfmWc%&Q~Eg{]LP +cM{vbJϛ#x@ pk3 8IJI 8OURizʦ?SaK31ڤe4nF7Ğel:bxӃU١piYxw3VUpxSĵ7bt>(uiCp'&({KLbiz lJjъ:#?] oDODQ%&Ӓ7yC SiVeIp$X|!}KF& GMt\.ܹ"dky? "G> 9(}Χ(,Xr> @>seB] +Y'*7&™*7w>! Dz:;:D23YJټ +'ymoL&vZ[}cmn_WTɟשȩn=1K8D\{#Oq߀$* + }iu=vz%mEHϤ13$ ?k 3- A^x QM']*3@ˈ ]i~iM"ɸ,iӵ݆[u/q@jN '9D|v41Gb||}uwaY.]MWF 5u7 D܇r@p`硔ȃYybM)]d5| 94|X76B:gmW>Yۂj_?fxB#6;l~m#npxQ,JE[دF?g*+LLnO[Ö́O,3\M!8of§+xaQF + SSgWxEvOb]i\mݾ|ݿT_X&"#ד'=B|TNG Z (q׬hj& +O<WàVj4]#v!M@"⎎J&3cE O*Š+DX>n=R[VM,t?3RQ7U:?J)Qh9^ђC&*qB\*[iZ|o +B"CѬmZ f}W74">[۲܂$..ҲM+]J-ɪh7H[dKΌzEl)o^"5QtSX2?5X] +W!}x~r@>*Alge~',9,t$ `gec;jh+>A=O H3B'_8Iz_xj=XgҪ=b)Fm`s~۷w.h{UڞhmfkDO6 ۞#H_x >Tt7)3lD *Y?R3_DOB)X1/4[9O:ʸ9Ν bRm"@fH'l$Olr wQN'3@aq/jg9NIǹ@\@N(4-H_Á[ܩ@ yO4>#v#C7np؍dh8NOfbȭ&=m&Md69b88Cr'ywSw~Kh1H:XSiALWsd\JHDX +U/#J3 +Si9Rf?- + x/_r0l"RZ [ϗG!],bp<3$OT'y#l6ĸxG88P{޳$uA]08/S.^=姌Opv3"I3Fgq|&tOg:(39>29HMl6hZM#."ye聒(Hl'K n#>p{*+?hzp*qQ6 흎;W wvyhou?plXqۂlS d2fߒn=ۆeܲ M9$EI@_ >8.bBE:;)jׯ.j|.(/.U 7G~}Q(]|P %/z@Q{b:; }QvXSX,.N2W ww ~8_ +5g 1ysa

M7KNrqfk(rI~rgrfh5 xrWv$f9{c|SSgUѸѕVs!5@|E91W"/õ8=[՛bs|T^hk,j\E޽Կ@}g@Z?|9)yު^'ܥRTK.\.Y +c;)Zk#7X^Ůjw g>>\Qaҋ +;0\%6yPPSrFkU4g=44]dLYZqO|Gk̫m6IOE¢ѲJMʅOAݥ +^Wԅg]Ʀ͵~ ]Ee^n6%䒏Q- J4zy^>^}RYXDj(ۛ.9&|\Z?{7Y(<<k5۝+…W~cEsKì&qQ^X1UbpIڵ@d#BM.-6yڈK~E(9٥M]Q @*WsjV2MBZ˕͂tEU6+R ql6p[F೰-i5^$W56Pq+VS<A;ÅU؛sn M!n^=Ӥ@d"5_qzJ='F) '?„9x>sViߪ9AxV-|5|kzl +}al͟of<"^fknc 1Vךt6x_*MZy}!ixS"nrG*+~ǫ5,ź 2 ! h *Ut 7R_ivQR}|45gJTBѮ~惵A􍊽챣$J*˝c-"Ξjj@%iRS¬HoMc;6pm/ =Jm5T &c:g2gMSǕ)0,c?{1[rʰwho?#^,T*m<ᛚ+rת-|YYw*)[=p^Mʄ4΍c]x()pQ|UZ\e$Zii=ym,@ofov| 8 3xV}x2evGNkKPt|YS-Jwv$/ooԎi \ɷ MJ  +rME79َv^<2RѨ=ℓJgƋڕ7Oہx>ˆ썍FnXvc44WEvNz|tW-=υ\ >8l}F>< 3҈-x:xUio$~+(ahR$-֛iM)'<4YѳI^_ ד&/&y>jc0n >]{~6-7?~yȠ|H@=ہ#L^P$URJPw;2 +r* +IcqS/|)ΓARbX) +)ΕbHLz)JDR,b /EgK1OȒb5RTKQ%E\R̐bӤ*ERx"d))i0 lSҏ/SNԛbJgJcԃ;S7Nʔ92pd&'s0ufJbdgJ'NudJ'Nu`ggS,;c&+S8ׅ12pdw,@& +$Z!(~c:t_ Ob߸W~!\-_ LfC\Kb} ;?fC8}.;Ao37`z5yvӋL/pLϱYgfG>ɥ'1=u1=Gfzi/S3G҃Lv1g&&L3Ǵi;ӽxr7]\w'L3t+-Lۘnd7qn뙮ct-7KW3]t%]Y.g0]ʴi%y1.bȴi?7 t!L<6c7i57_V2U˙aZTϴi 拙*A 9Tt6lǻ־wo[koYSoo@nMs +{:" C?gx:uil~} +-8hb#u×8 +_ 4{؍] h|a:[/lcGj5{{;;z9n܊6&Gk+r] 5Uhwm 4tcslǦ;X8.T3LySY^̜,̜}gZfg2Oi33K<%"ϤE<Y36sgўQ< ::9;6:'d}nv}}v5:2ё(r&v ;xiG52ŝ#=?ë>}CCowƫqǗ뜕w>VG+5?2ND9┼zRS6jA.W/I-TVlI>KTK)>Ee>Fyʦz\^/Vn&J.%{mI٥Mݺn4!4mƒ%i^Yu (5q۫6%2RDFD*Ht>2h-;Hêh-V5mG_’0G +òra2Ν8iKgcƒi7J^+i^{RzLi5\[*KOv6BR.`5 +X ˀz`)X , @-p60 f5@5PT + Ӏ@P +x)d$(&8 F| rl`$Yp`0dA@`@o=@w +]H $;t@<1@4؀H @ + #`قOPU 1(p8 ; 37w! -kWπ'G{;[k+K s3~)I `8(0h]N4>~>`   \\l..M%@#pQ/ֿX_` /ֿX_` /E=@`=@`=@`=@`=@`=@`=@`=@`/ֿXk_` }/־X}J/7ZL3|ѱ+kBGK_i]AӇ4.JN|=Oѿ}9C;vq>{D1D-[h6F\Rybk$wǮhk6ES֪іx2H++#?o:N"*4S9U`ڿǙ9ji>-K P75(D]ZH:ZJ _JZb\Ok9K+h%Ձst*Ԭˁ5w<:_Ws]Hp6F败F.}LԦ_xjtIktut݌gF +u>BnĬyp`FxAs|`#]Z, ̣y"9 -fb Ĉt>ֳr:ZzIS'{O_M7bނOmV5u+4umz6KWs']t7vn;&Nڅ; f;~q^zN$Qx>.?IOEqz; "D(>kI ++ >k/(F07 N6c"Ѷ_[iUM5KľDpPOKZ~Q8ح-ߓ r*i to]OCq^pQȉ3qG,מMjԘfkWyNYG?9JOE8$2>l?5$go}ַhS]{jMjTRV̛j$!+-W2^IC>}KETrl5VvKԿ.0hΊ+=#,7~+S'5)k\Y;'FZMFSBt)){'UI5Zgw)9*).>)bNK2qƈ#9#WaӲ׆Z9cac&G a1x9:*{:i9:q1Æ5XB6{k׻mb9 R[~&E(;QS)6Ӫ"EN㻺RS~ + O +xC8•\^upWxtҤhCYYYCddLaHdTۡ~Qio43RT:g< 24iȂoX75YP]]RS |:]j"l)GJLaѯ橡1NI)"kn=# +ŧɳ"{>b0F Z"6]I*Z~0;֟睝hXftM3R;:3\wb 2(RE?I2[4uSrBY,w44;kF-ZޟASxZ8.=%=s5/^:f+˷[f7qɛ2uPǖۣo9{#bc;ńt薷U+];25#Y; b&]͘;)+Y$`blXTL4)&s[K"hb`Fu6M|?`FEfd,CYg-}ۛ"0j#Z,} Ц(K'cn0_(m N;}סG"o,=`hZuo庻1p~7ǔ۾:wc\]ڸnQu [`T֬DCBb1N .YXֆT/U*RSMc-j2xM_\ag==zZcu:Z0#wL' vfGl50ܯMFP:ƽ+pzx`ၡ=*:t SkFu9/H4~YeK)[cILH!! -@ PnKt6n6]vozmiK+ +6!ɲPh749g|sF2- B|ֆe-5/^XlNIpV55r87Ł:$)(DEs6<^5%-@od^%B JpK-SgV_>Pjs@jb9(&/>XHۂm>a}Fb1E"pL8{ {S@n,?23A0y- _Y+_82@)uPIgeeeeep訟坣\L(A$]`m5JD$ů,%Z4V+y1j+S -CcOAY{~1!:4Cv&Wl,(,(,(,(,(,Lc 8䙒 4Vߐ>; ]]-dkE1T'Tq,xz< =B`bW^ڡGMkiolĻF@gK YyOȴ%i&f\'L=Cih1HtBmm~(ImxZ؏϶L[|u!QVᇵoľ4qseH +0@+*9bKS*Vcr[ݯ6)ܢY;m߅b7+b7#{{J4/pa$/1Q0@C2bJ4Y JLeQ ZkCґ +,]# Z[|. &(zjǨ;u x1U/ :vϨ7$BNE3l=:pXŽ0~"9a9AR ,ۅűҊ1ӊ1ӊ1ӊTi(2"uCKvϻ}.gń,i.8k[F. P1=0Sd|9Cr-_}! OZ-cXg| INNս*?`3-s2ek 5yo 4o|:J)"L)"L))EJI)RS4XjD(L +Ow1 [R:]?&3Pn 6"(]W ZxTxh]O8#9Sj-Y]_ڱK_ukcڼX^_|w׭Ɵaȡ5)H~[:gC7<0_)@K :Arkjbsh+[m:gl"5|*+6JqNuB@u<MP?gzǝ pܮl*Y<5a,j_ޔrx^k!X$4 VH=; +* Fۂ{"1xhs<((Mp$ 9%^SW;R%:t]r@-UR\娥.dMtnoi)5֧X<JneheC7$ƇZM4E&{&58Rc7rXOZF& zԧo9ځF,;Y#@EB ⸙Ԙ߬!8It{<G=?/%KԷm(8iYkPSڠ‚}aQJhr,g5F@]$쮊Yqjc'ų3Wvg1 HYĴXճDM}=~Jl.U +9\JG#+?ŤߗեJS"#uU3UPt{Ov92uWTBP&GKMo9YZMc=zQOڍVO~LvF{k昵8_&ڡWm.ya7C),ўe9ŤMMy_}]=Q_=/:lۉ,,ܞt[/Jn5`%aS=q^g$`A͖VjAaDt쮾ǥ@C F6R\{Ix[LGU~e+.#7:7iGҞI*hZm<[c"2KxA?张\ʓ.^ T jjUҒsŖ+=ë ?>)kG|/BӃV*g4yT<=g ×+*M_$T=/htQ~ڧb7#e(7S\ofp?!HNnP`7ގFv]0 L%]Zs9UF]Mٶ/heT$p(%=1ĻCq 8Y s` gԼdtgA-VMgCC,! waXe߷/-4o28ZUԍ17p0Z{} 5h-fMu1nkIW0W97ils f4#k eo˯솆όnC| e7K|[7Y~W֛Y͋UʸI1:L/'[^W- ,F rF[H >UM @h +,h5|j 8ru085Ugj Ю=:hoO-j[Y/Kv>Ci_!>FhBr4 -eҳhg)?ﴼG%;Q} +DЯ^y* k[!6ʕ>9*!jkȧX=/#{:wa@afgX .XT+nYZhZ :!Ԓ%~^~x>r1V~ ~ƺ8r-aƬKLfu56 +ilr /u. ,rʋBa[jqϩMA+dөv7ݴ&E` K?RTqCpGi^o+jz`8s +F7 \\\B])xDm+ר? E940 "\zKw3Sփj`b&4RmtI&¿,hƪ%ݑ)^QD2fdOT* +բfL>gd}T0fq5d11v/j88?dyK8+Mї>X@S%|zh#| .n0EW㴶 +dj+ϳBviFњV[S&nq7ߊ GqepYPh&+ @scUDhl1})X€\gӕwLXq?*bvp̰)8(;8:#62Tƣ0 jcTO]߻ԝ]w\g0۽y?<=_z`Rkv#7>k#, R÷ U*.g`Zb (*.k%RC2 h$Rbp75L>0}{|7fǻ-IҲNnŇ*UB3\z@nRye]cl=9ox > ¶nZ7trPo5uRu/=.kŎӉjרf{Z4iV39{jOYwpc`z}_Z\wk,Km[G/աN &Wek(vxX@idld L=ODDZ)4--̟ɨTΥ`7 \YRYοq"ZK^]/ec6 |Bm ~ K0:6EOX^wք*n0ۗ&kTՓtV#;ҷj__u5a/~Ǟ;%`!Y.]D!Ҡw_tYM[[83ՙur`Ѡ5HH28AmuR&~ABMqyާ2‡TPK->?^_3*Y[ӷ&MX_հf_j^kMm4V׮ƣN-mָnk%oKҽ:[n +"oD{m4Y qؗkFQ[ bqE)~EXČ?? 9owxR*DuM2tOYȆȫ?@y@c+a>Fiw<ːs(Qː;m|e'7~:ػ.YW|kbw}q#w;J{ɕ1JѳʛB}.@⯁1ATKlx"`6 H架lU2!*_PbFa oX[9e2|ޠ!p:ȋթC.}\"5]fb{PeUd9KfV& %YA䚦낰(8`iD$oҴݵ5I)&*{p|ĐATnWȐߒjegX !ҷ1i.}[ާNV#@ZivzCb́,˦|0= CD|W3LiS%ͷ'I @&)L^ *2(3B\pni{+V;Jk:1#ǫTXk,:b߶;D +VU*@N`ט6;p "Oآ. +*-HE~bXU)`^Ѓad`f\ݟxbI|q+և>F>%@RvHëNH2UDF+ФdL-ל 6p9O <x˷^J<,!q&&'0^`9M1` t>ך+!F3ty]Vck8|65ΐ4hԀ磰feNYY5Ѭ-5fUg u,^kj;fq@r];7DaJFXSON\;QZy:v"jLX;6 T;&~dFubBOh&U")G(,9[ay]NWHm#5} K95g׊M >}CZֹM8}Mᾆe yvݦo8mut@fj1pXֆD3cY2ר5*#]4NK8Hd]Lh2f5m\TNF}|>vPekY1<%Y$7U؇ t`T@-cz)obΟ'H,닪NeAv R}:667aEמn_d߼C}B9~ZmUK)w{=SmƪT;a^ d#_a?@LɅfՁ+ߚ˫Ky-/%Y]Roz. Či}=rp">\5Q@_xrBieKߔLSi;9;^I!k/ +eJϛ^*:2E;[Y$jh¨3D[7˟hͬHppvwSmQoQ??+DPmrR;rFn[4f ǣug {mֱ.Ql`7 d+fWAF]QlXMtr|#IxNkU7/qwćD]K[k' yU%ŕvСT +)R&F=u7N`-| X[ IIJ[A\aVPE w:.Z@rN1/ghOo(>oXJi?u m`b~iHj8/>S .Tϫc巕f[Ihaƅ6ݖjãDTvZ7:蹚[bAߖB.P D,PH~(͟K/=ǟ=8 Q⧀);܊n=ĂRob^͐ [j |QV+`vNaZaR&VX`|d!h H>[eQ4]є2m0R^u=uate(}eX3lI3ΞDw/_SW\a5*ht:-m#/dr@xӕZ<핦#se0|g=Oa,}1UoG uf ?PR/9LR !#uR I%@'ΚTti3Q'Ed:B8R@cE2ɲ"l9#zvFBay3|x\IHM2÷qXjCf2Sݟ<N[/j/ќC+ݸC݄r/`8e{HwH1$m$ݪdcGF9_1:j(j(jqDO vrJ!HƒZS +~ E@R8EEķw mאR{IJȄrx-_>$_S/-az^OHK䒙z(ω_׃F |,j|ӷc$;$1Z$v5ؙ[[w>9y#k"n[ "cEaavdvԾwvﮧ+MO7hqDVӨ>d!Dҩxg;T `*<{լf H.9S$Nߓ9d.J +lAWE +r- +ef+!<}5K|:qXUg;HǓMIf0Iꍩ8Кt]}Y +^MOssܒώ +hTQ/$Pa\?qxybU20o={{ȑOB=طnIݴ#@3>Y•.:|`ߓ' +W8D~k~U7ߡeTyH6@">V#CP^<V#"-/QDAw: -W:xV7$pKd%J|%GXXl dǶ)u U #(v\lbShXJ Y +Hz &X`{V`{g(PᙒV_ea>:s gX0ieȅ= lF&̫t9ݠ|nPv+8Mqx?0[YyoF,UV }Ak#Sw>dBv}|v$`ݻkǑ܃}S; +{s7'C9#jN9prz}5p{{иC7'SPbμu9?^FSG2 +鴬3j_ꔛ斮+H\{A}a'$ЋJA?תF۷ !VE/ҭ[[URZݭn-Yڲ;Ē`m)!@0,N 0x;^D2 =G/0L11 <~ުnɒㄱ,V}l{FײTq_vޜ_b <[<<ꭙJx[:Y{XO`ODwK &E +~r~h~p-ۏ}`[G8Hy H=3rK#Ql!RPuUq=c}*Q܂]Jh!62-We'å]JȫOM +ayuְ!x6`p> + TlA)6(v EѰzZ,PVJ,aH܌mF գ9f+[o{nbZ-E WVúOU .`@yYNCbW%B [y{Rb7onLrx]m7,Pm TG]Mm(_$x[GoFLP8Ui$r-{;zE<˸9:P@N {ePRWqX~Z"]rA²;F9ʨcc5CB^v"D|Y$DF(Q_dŏx1& /a_ R!>PD8ϸ + մRg8ɰ.tYI> +ն[{,4`p%m}i[u#ӂm}-^+ IyF\$\HWPX) +-RBl%vR5b\815??鄭NN5x?2RٹQlw5x" O0?|R $4DwUBZܺh Xws~~&`HRCljÞuݖyz׍$Tw [-^FC f`Z}Q1uNHQ;l}#[d lcGU@}gqUC?k#c>{,c1.]-̂+qe&_O|111v +qW? ބ 'ƣ{h|p4SL@ #Cyr:1|[8|r׍;kwo]=$U{ ))T#)!4"nhOb%6=}P 8ҍhTG:_Q[4a-֒_&NEξJY LϨuXٲݗRIpNgh*I򬛛(NL|h 2 +T2!ѺJC(J7#&#T`Q:+S^&`c OeW4>n$ٟw_6 +0dI#+s )V)ź?!BP̔3BL-GF{vx}vمY*;l|F媮gdeo<ţ^Ne Ԑ Xq|$PN@Y|}Jl^\\Ur+*c. Ϙ[ZW+Emq)0@urWv8\t fÝLd62J[DGێޱ%Z]^WOQ08uy/U~4UHGeoV,LJnZK~K|#3Eb2("=ŮfpaT#e( Ջp+.^U (9LUQf i7 '5FT1SUW(_=zm:/V˴23=qvhݼk/01mS׶ǧ(/ONzbU; P% e.(J}8N:pۧQF3=T2M.\Dk:#&xhg*:1ǻp(piqT_TrHI/'>)'pB3v\i6yљBLr[,o7e RԎ&G|aNN]@[t.y̗IUnFd(ddv,S$<÷ZLbjm@ + u,kCM')'W'9܁Z̿Eox^z3`2b*}'0n<qj# >2̻⛆;D7=pc).O7#ST}נ̿9,<7%DUNR}cۧ$-*Pײpuչfjb=wЬ,f\hk7!XE:t|-eScCa[}\CiQU4U,v3gdHEA' `CϼonnL#br5D(q_ձf* D*X[Y ( ?~Ebנ>X|vON=Vd#Wn<Pܾuz=HY?\۾@\ $iN7օA4 Bi1!A4-Bh7+ˡ Cw ڭ^!>F*0Y ä +yBzMZ:(xQ,aF/itf=ha)$^r/3 t^ȗ /e7K zPGtXC A^ԀAπV`WR豤j<KFL*8D"??kE,XS}֊VV@XI]$ EU#rG~$ smu*f +hɑZ\F$8er|UyoC"Io@] XtIZCnqq >gK\l kLgL, JPOHfN@ _%  \dg9dŪ["`z" Al0RAU²(WGKe0*0*HcDz5GO~1^_L,pk"kBYHVHSpo3b6Z[QOQRc zv|IQ ͢}՚E!hv:GC Y=D#ro \w@K=c,h˖d6H.v??LRnp_74łr~L"|߲OzNHE}CQGk,6ݚAɒrZ' iS=u&Ϻ^GgqK%a4LmZlnȈOd wr6A1& $HiD&v`ZmOm(, 57>^t7j?EV{{uLtT I>n?%#U+}Y%dwCKB6yLkyw?a +\r,)xōiqMA=6tS]_f)s'"ڈYQl 1?-R&?nD[DŸVQI~Vb/kb99ڴ`يt&>yЖN-OCc顸a`a#94Ao 6^rڽ_N2hh:eӬi:o@],|B\,|$2Mt|BHf-6P +\!A䴹7C;$ajO%04 h%K\>7ށC3xdis"]ۜ;Gt' {>=Fd;pGFK'zlfǂəz(ȞpV;#-*m5-Dz\dk N^ w宽-=i)~Z< '~WNLجpS'J#x;\XzGsnzv7GmP8j\3$ oS-?A^ x55Pb|)#ۣm~ _hu yR[mJ4krI.9ص’)wY^Ae92NJnBl.D>62{MezɎ+FP:ѽ <0 .; D=XB}P}ۂwʕ"Vr)\|DS\ݵVFcEr7cW`3caXk5 WϫVE^K;,O^pwT7팞ߏJ/RոƹM~QԮlOg$(^bμ6bT@W:hR={Gv AZ aE}Uxk$QrqX1xcX::Zm{8+qNO{.VInvq!nGģZJаkfk~"uTZȪaҘ'#B#v1 +o'2T\]e֬noZ z ލz]JL@K~ez#brs=f:i5r|C^:?Myć}7)-$k! WåCP_Z|Ha ̭^)Z\@T;ـQKьFKv2-b*ػoO 4֊\b u{z84pa7Y4o oH:i5HxS8_z~(^D$@\筜!p0qe8i=~"j|wGyAk䲖 ~T p 2{=V/Cܮ-8UW[qFK/:ᴧ1 5;1XL?CI,-Ie#rCDTj|af3M]}BӮ~e;]DmߔcxmwoRM=+`&9:O~9aY*$a!i.uOrL_.Gi;>9+qTɉ>V۔`+=Q}vi[DgO2٩<־J$E߽v-_=]Ր|U{骆S݉dww|(ݕLu$.Xw*ՓLt+ ?;9 HhY +a|QDΰT c_lR7J\TuN5A0A߻|{Vg'Z{{Zҽ=YxTw^7_#xS:F:49:V¯QW*^ֶܡ_10#^OĮ3d r3$],82ZN- =' +e\+<*x\_amC ;{}//Л% +F/ Y;ֺ0涋^ 5 ˊQ7`YG닊,}y|ŕ=3=GܗFúFݲdɖll˶|ؒ|C`:8m0GYL~$lHH l8i`bXz3eCB~>NuuuիWWUDլEdhF_%P(JB$u&QnOn7lパdR>Օf ƿup> _#s\|sfU$$mj'QuE(JQAs#w+Oyt>` +‘4ȡ"~MTE>ͬD(i F h Di NbZz[2Z{@q` H6L +u~m~+y! MBdN?kLhsKsL-"< :X,ugX'@ռN^0e/9 c7]U}_#NQn! i3z̢HKE|f?g3P$8O+z3yxe~K?&Ɲjr;M65?ՠu6;Jv)Ip=u]PΓ)_C#k#Z0Iu9,3c8.+W6YVXaOv&a^~ͼ(rK÷,r9ukaNPNh.!-:DZ +eaLkX{{MjNp5t3lj͚5<}jb7 ^>&$Z瘟cEtjY}66u6 E@Jܘ:x#9OzϨ)=)*hGS +lC-\-25ZGXehoEy\x_Ifn]+~r4Zg̵㫔~f^q5AЯAj]IDgDо_HI!lrU"~3geϸSy3\+u9 HÌ Wfx2hI`J!fTNu`JMHJ f}_ŁTqY ҜA}J~Y*o_DًR1WJW +ѐT>r9rX1O0C1W=8AGn -6A6 ocGWc5Ł*CXčZ.d԰+ $fMxQ h1/PCk/ k̾~ +!M}VZAgB5_dqGL cbLUqkwYX[OVɬVA +@KѺyevV_hլ+G$O_5 Z1g5V̩_]1fcmn_e1351cyZx]K 3WyɩUNy=:feCAzҕͭڔHwLnCɒTt>Q2.g?tB/h:4BL )h$ %q m>V~i},̲8 dUE1 vg8G$;pH#tJ3^ջ8/$%FU=eN4Re6}lKDl}UnBOS {Y#>'v1tbǸ4+tdNW87ZWˉmCT9r~sIywtEMumY5mR Jfum3ܸ:m6* aYR"^w1U߹h},hZvv>+ٕ)U̙q{/x (8cunn`rLN 2RB\虜e]!Q:-4VQB6а/4W A;?}/SUj@}jX;Fffx* +ؗPgT:dCpSctulW*XD!8JtUqn]B^o]VX"LaoQ71^ '>(%iK!r""ͷLU`hT=Fк}Eе~bk3\ZUYof^u[ x^cEcE-=o/ivHZvA<|OBaF"2q/.5Fzh]Y[ѴUu[N= f!N6eZ nXWmfljHg;qV{2j846G=C;vjpvmZafssTgnUcTgʱ~vU_Lعٳuy#K77]p +Jjw⬖jY[}GoؼjjM zv3:3;`z].2չ}ծ33/W_Y/]rxrm^~465YP_.:I,TH *Pp<CȃQ<ҏ,}b3ʣXm 0 N A6e)=z?|bV|ツmUL}_p7 +/az)%SI#i&K +r6L#˙؛mkݒX貆 +.4[h]Hf󳕲*wU΅f/,!V .uι;+V-ر&ƹtw9;m8R{wn[|F<>cm;{MHHj,6v'j`ίէ<(e_dWWUV.gK'N/yO2!TzѲ[(,,ϥ +Eeyy%hzWÎ[VUQ˔WU3fr4-PW++_ XNcuEim)&dw̅:2 &e"N;aQaxA_(C$]G~+G]qVKa#@7LMh;a:3>gRu_PbB*Gd9|5a?Sfša荨v٦'O슙eIKjq&ƾ,y-o{qtfʺؿQCvj)}h @dkTk6wQqYƇUmPȾko +Mkr~7VWM0`9[vMi;.b=)>2)y'cckܨWW򤆲99Ɖf!y\#$v&Z>|9:ѴKz$9+~i&09~c/&&sSt)zf5 )6k +=IYK93r9# !tQ=U!Ι)7Iʕ|)I<ӾEX0?14ړzUBw3Tt( (H:F2c-j_hXnBC/;~`2-yfba=Nh|B]0 <%S7y7ɆEU` +扴*i hjrdnB @#r%a@c9axjX6LNvex=fd- /.G$Ȁow3+ڡ"=6NpD|Ծc4[9I&ٔ=Fe,oFZM}maBx+SJg*S h8|m'dЭʲqFcc'.է+ɹ]b6Yd!vv;v +2: OdBd)\=ܗJ'^G~@z ׁl͞ .Gs -9sn.\0smcc̎<珫7ׇZ<Ȯ[_3.אX ϳT> )C>lJj5wM} e&Ut{_N)nyit;q8`}YN=,>3[_ J*)SL>ov^W\m>#RYaREY.Ϫi(z޷`0츮[:],:Uk)7i~[v[څG$@Dke3+;@SU_;k7V]wg@ rhH%vp#AKb+ʠ{"M0Ȣ/S'+M~D'&hN\4t e$];F|M,7ɺي i/k %Gl ]N-GϪӓ t+Ϡ'77MWW=+x7:~L5/ N9"MY|N`''wv bClovk?}M{!̻N^\G PBT7[h/h18b-b3b  CZ 6LH~#8C IHSσy3٭L /UmZ#`B{4@l۵8@vC W| 0Hz 0GElFlARj`z{w7{7Mryq@pP!vi nlמܢΥ!kBfW㈵͈-4>ApXKfdy+`'h +pPBTg +W+bq [AaP",`[sv vQ? 2l|}LڙVR,خ\ +N5܅\ST%As'z`+Hw`b/{wk!Gi8xDN:Aq%mZ5`Bp;}l0oi/. ]׀̤ PBTO#V{'{{wo]?u~qQp{/N:Whi 6]Tc7TՃ \Fo7iC=nwCu?8 &U`V]aF| C#"6# юB`?<@I2%DE`P; +~!c=!C2kyg< ` 1X،؂؊OhF#0j0? ol.: B. @[vQ#"6# BGnЖ#G?<F} +ة] +إvkpg^= #uX {vjm~+`v>\!k[[pvp@~8#µnh"G +bU{wB&q ^n^v㈵͈- ہp+iNp @} +?p{._)T "!0̕Jlg*8{pe+346048n)vn3JWn tx,4VR$}jmvєNނԎ{ffpsDž5 nqD>m"LRmaZe 7V hmpIM Û9p嬻u9n]κFrݺu.gݭYwrݺuhu9DI)#\`l'X< FQrׁVpm#q3$d)mx7 ZoɹFQFѿ t+*|Vx pf+dk:\xBP:L#jVƺѸ. Ս[eAp!)=n̓6t҅4KeP}A va؊yeхZ3*s!|a{*|0@E+JmYs P?K(vsWJFXOvQkE' 2>`!$ .GOBk'VG>""+yG%]:hDͩj)WHxH&:/f2YEU^cK+Yw =:K(=Dl|^OA$e=j']G BlxyVzY^4Һei ~E D<#Fd~G J'sr2JڵU6XR'~ʓ  ]!@6MGO}y ,x:I!0Ŕ^w"]Bm9I+7f]Ѭu9> \B&W'N{#G|gdUz>JY韻)^},$s>hfճxDLvLrNB"S JFF.˜y E<|͖c~ɔ;ћ@Fٝq7fƨˌ]:ͷNO'adl;\+ϼˉkDYD_o r.=kG}2 +\!9Ǻ_yG!Jnxewys>3ń|]-$s}@ƪ_#kx|Sxf>վ*F7x8X&٭ؔ27[A;W NYby;oa9!1z +u찺mKPTkK5-WsSw.~'NS+jOΰ GѩoUQme=3 Y 5+ Ui%\ͲJZՠr1oW4t=c,ѷ90Z3li*NX'!K( գQ+D]<&3-ԄkdmƮbj\?gԴl$Fc.Fu$Q6]3_AumC5u.UDr 5b~u*5M~Q6Bs1ԶрĴW%m&֑ebb#*lPߒ 54fJ϶UH\Lk I_$ZbM 9%YbD%S\vV 'f>"6ToٔVByBSzp/ł`Gw +H,kL._Vt3;`x쏂~$Lu|ڒx4L&c f^n]IW_ NE;Xd{4LȦn/ADdX,㈺h7,^ %~,m2XBX_X; O w\ŢOfϺΐ3Gu4YxJQ*=,rciG|HC~!3fƺ,P, J"rup0Zϧ +:X>;CMѦ3-՛ QtBI[r{TDPYXk%k42)2P$}!)Y5 BhcfdN +KnA1 9}<]z]-~*|KiKa$621M +Se~~XxAk2b='BưVݵh]DG:gB(K$OG Gʊ$}z> a"1,3O" u8m;ʳqKwg!>+TH0,<. $ BN +X -7!J/ zFUǔzHK:]g( ;2A E%]n 1?[-6FI2z20=EV%:~4D/h\LH™BXlVS57ThjƦUڕ͐,Vֶ4,oТZAXZTܬ54ij~q%"o^HĠ- PU[,[VմbŢںږږz1f5+Zj/h7564WaJ [_[_݄YUշ`˭3jXH 74.ij*pQ4XTWOR*jk*TQDͤv+k- &`2uemsUVT, RԀ9ѣA*}ajͰ"h"UY]**0V۸$\P/g>\J|X/..~qqş 'wˋ_^w _`\l~K \" gw p6]-h:Nd""??memsn/ګ~$r^>sn?e +[Tvfp2 ?]f bs8؊YI6Ӈ:!=}@Bg#\a6vO.%/L^ʋur~3o!a w|-;~'7 ??/<|X_V.#ʕM.U˕*uL]R5D^%ޥ|E}@٪~<SA٣+?Z+'MGQOnVb_U ;o@yZQ>%gU?+ /# wS<!}?ogO_ 3 +K_, *_- +Q7q_F͛kw*YAeP)( "o;߃O3V}@UUzLDZseF"9}Yv >WWu" W" ׃=MnEki9o([A ^wS o*g/:o 5Wv*?3w.oVxH)ae*ׂ :/?TTϪ+իUj<% +woy9/ .~6??l%W  1>Sxxk1/[oG{COV> +>^_VkI#?T-W#݆?^oQQ冾>{[c)\1cԌR2)j6EC;vKJ^4Pzhpp@ɓcv;;׷E8sm7S1Æ~z4k`\:WFjG*+]K˿[Ki)k==b:[#݀jּ6F Qx*c0|\\hd b>WD<OUI)64jV?M%gjBWk,.,fU*ƢNSy̚70بiV:RpP8`6+/CjXɡeYJ_rnUSℑԔ+9vWReԩU^N TJh[P$0V>nQ]-O[T5z16R ^9OŶ{]RRކ[oMx31Wez>Wovq-Vݝ>ϢupLTX|: vd=axti KO۝64Y98,Nm:Ny{KAWÛIθݯv֯!d:OaN<9-i>p0 +q *.;R^ZT&$xpqZYi/Y3U'wӸ.|+ݛqç}?|=}Whq-Mt _a)H21} 1W^(OX . 3ؙ"6H&%"m–=pIiN;y;hos1X,ͨڜYMl9S N sMC9ZlР0fnJ)zґ +3;EI:9wf 9=6BDI9vF)ln!EPz"x2R9IRäDF9UY^Y~uJըllp4lc^cug&9Ҳbnv"`R + +>[j[FUrF'~bN .ZT9ڸt#bec\yx6t0'b'=w5XXYP}_8L  ORsJRv/DDq;ӭV44#=hHz$Z(u\oJrWƜ`N*EedS΄^~-䄔y RIe.AeAEuGK,j"l޽81\yEܕYLe3GYOZxtZ\\qebBˣrWNpGr)N6_mMen)Ӎlc.'s9xegqJaT]>}rL!;7ַqZLr9˕]˓9j^g SMl^}bla|>T4T4X3X#N witj T?>_G}UDMg0!+ _P${1WN,zMl2>KVt&fW!opD'dzsS1*T4JφhKMh}}z0JzҙZmn{N9w.`va?cbGfz>e)J$A@Dky|PVxm?:_)֕OvqEU\!7W&Cڹ"^XnzlmSLrLFS&x)z6DqPz {'Vns<>C5kR黰I}ne,je霻O.cۏ7tε/?uqzz"ގg#V`E;4?<2rxb<{Nnw{Gg+;T|8|8Jȁ/oFcCøGp~)?Oue=nο&[ӷ/KQVJdўumgn.{R6׭/= YYoooniwxK|aj>6eySL:NsQNAexVog-Ƶ!݋)Wx%F\^RJ(i+jcGFeǜIotp{|$2: N=¸75Kf>t\GL& x3q=Ã?;]66uz+Ζeݧ;w)#O/ŚW`eH89̗r%SΎGE?piO҃ ]ObvS_d uT )pC~?Wq_[x}<\-o-/|hthǎv؉v0q7[+4pY kmX&#gWb,7-l{ ߰IͧVְ[X:w=3eQCƼM9>S1%}+l{y~v+'dI8feH%-߲`#{_2˙U6Sطa 4^e^\SZ.e+Xl#{=T ؏kuڕX®b3ߔ2`jmcc [԰Lcm-MkVA.6%uW]`_ź> 쿳/H#C`-?VMc.g7 g=ؓ,}=Þa?7H +_``7865fbϲA/l?'{p7siWɼQ ?&N9wppuÄG#|+i3/',",!KXFXIXGB0&n"?C>Np X"?M8L8B:a#&~Bx\G!z /!g'P؋?f_~ا md釧q~ONy+ĿHӰc+B xs^8g8, g؝/kb!IՇSй8wdS0<3^d8Έgå8~7SM~hu8ljs.2ܵ8''66~Wb8aQ6uԪdDyby⥧`Y{^iW|#yVe .Zya܎ws1^ϴs~^ZԂ$O4S3fx9GT.5M]O'7ӡw/x<3*x J.{*qX{Vt (Cb*R+JSRʠ2V!eTSU5T-WVvqMjfeg[Z6Z JmLοW YcG`,~hqs[<0AEpI4}F9dfoI&yI>#ʷ#ϭ&yQ6Z.d\lGrEo]YY7"G0G,)^sm2n[m4W ^(%? qu#ĩ=rWrj2~ O˷ϓ|wTʲ7T˲N;Ͷ 1>*)ӝuSwʽWf^{̦O%xga !YNI[S_vmۿ$63&ˇ-<>w29lw4Pgmf=7p\sO,T+R6̥K_GfMr$wMI&g+=^ߛ2C&9Ql1/m5HKN`Yld쮢9eY(Ko#Kyj*o?o15ү!r1<< -4I;q;t"56)1N(ޚww䗌E^kFOo0ɷK{$2{J('S#:Կ$=I5?Q~~Ik1/(F}_Xkp刬/d~Q޻(h~t($/2/)&yQ1Is*(l7ʯqI5}&y$o3ʯ4%g?}_}i}_K9{&1\n)1&yIa%j?Daf|ǩ&ϛW@߇MfVwg]9I{^+vcg)LTx*ųس{#J)xUBG:8{ﲣ쏼:ءULq׸f`m2{LUߨr*r&S {Nlia;(_+*sZ+[Z<*[F{=[G.#}35T@55WI i9D5ST# nb\*^Xu*K`'ͬIo=s%UI|_/e)=gFü (M6dM|:οooV EꞚP˂HKeQ2DAdDH$Ir9 +* +sO?4}{w=sjSzBMCɞg00xp[OX'q<9OyZ&<3L9y;Nwa+ʻ6ޝ@ӗ?Q|.>Q\Dhx)JRJ$&4M&,Lo-,Zobyzw;|zg3˯ `dXV]k2_b7[{vO{0 +JR0VJҋ*(*H,"\eSDbCIT.K$U*ZD#*TUA\VE +UT⪸HJ]UJT9UNV TF5UMEZ\5TKRWmU[A}>U{^dRT'YuVEB}!Ȫz"Z}-jȡA"\j&rjȣFQ"ZQcD^5V1j/jȯ&ɢj. +j(f٢抢j/j(ŢZjZ!S*QJQkDiNeAUfQNmSDyC{QQRD%Q~V?@U{EMTUQM~auXPGQQSWŇ:-jꆨn#uWu}u_U#Qd,cOSb+:Ay< <5Rj w;(ƩqPHMP^OR@Q5MMbj,5 J9jT@TQzVU?~Ek[CC+[SG+:V:>:>#u }FuJ꺺-u ;4P=hȻ^͆DZ>nnƚhk^^ E;}h33I]Uؿh1hQF )|K>0Fxa9cp]"!1՝B] }IuPw;Tw SձTw}u'|__;SձTw :7ꎡoLulh՝CðNuзTw +:64ΡnShXv'M-)XOq2=e&xL)2Sd4O"3(*Ee)_K +s9EGB"Vb$EtSt=W` b$/nB&s\<x +9 +1Uy5^5?ux]^ xCވ&)oƛ%o[Oxޖ?x{>G1~')~?/̯. ~&o;.!')Ɵ%& .Є.B.jzh$>mE{W|-b'&bX!VbUob8 !qXG1q\')qZh~vP];֎hGcqvR;hhgsyvQ]֮hWkuvShw{}P{=֞hOgsR{zBYBR,#r +J}YY~ Ȫ.kȚCYK֖:'l$?e|4G |'l+?v\ve'+;. dwCdoG~%ʯe?_ ,ȡr.#H9Jcwr' r$')r&r\ Er\"er\!WUr\#ur 7Mr"mr!wr-?ɟUor< !yXG1y\')yZȳ.FWKa4z>WF_kn0{f+o0os9n7'Ids9՜fN7g3Yls9לg7s\n0W-Vsa4702615y7_,-ainsyuѺd]XWkuuӺeݶXw{}zd=XOgszeln [u;`K;hl6m˶meَNh'v;a'#v +;Nmv{=ўdOSit{=Ӟe϶s Zۧ5| +G J+DᅨѿuD]8*pINSzi1Bsb ɳ_ u%[o]JV@+ȀVn˩;r{)MZog7&pn2ƏcVz{]B% dG3^-Ww4$.ˣX7Ľ0A'" %FQ=2Xl4{*{D=J;2ܥL #I#D$!.?⅀2 ^?iXҸmq}>o~ۿ~3ʦl)Dz3+7i(#]76^ ǡ|{m0ۡ_;W,ч{<ܸ +FOFa1b)qxϟz臏͓7X%QI'*B%Swfſ;;;qH YVҷX aX+f}ƺB~֍Rl< *yGcyw{07| 0>F a0[$Q0Gd9`%JVN!m ,B?dc?՟ aF4с,c`|`rVBՁX>V3p(p5 g 'Yc^fW1[+bls0s0m f `;خ`L0`?ߠŃlOL %X>Xkk}ZZ``?0؄ +bGBFc ;f43ZFk#;cz :z-zͺ\ͮcku+{=|} f雗eu- +utէ{-*G;̢k&$>ܫm,8vx̲,:"hl,KW솏H=BGOSiz:=AϨg3Qz=MϮszvdC0;Žc8;NS4;`g9v]`%v]aW5v]&Gx"gx!^W6 &"duH@k@ 4 ˈ- +P 1^,IoaAE|(0?܁HH4G8@bŁprdá8S#t̻8k@*u 5}kZֆttLz։B֝uǙ= 6p6<pl+9lb{CN4b(@O hQܚNoMT1`Xȱc5^ #Z4F>`8Ac1Lc1cÐ8jqcnfH^/s=dF1 r=?ЊhOC sȏ9%(6 +D~ +m}^V׋kO^[c[RR- +4H0Ϋ(=]˦v%vآjHNmLEmLc\2@q 4;44Z,`QZ]Z]Cݯ1Jo} [ gSj{YKV(L_K}=FilF[߂mv/`N&5˜& +.btbM2 %L=IBIwoAuK45m;둡o{j@mPPw٘h3o5vh{bRO;;dzD#LLv1CFvH'; ;$dLC!Ev(Cv(!١Dd%&;P2`b{ +/'֣ ?er$kZv,#>lFYl![ֲl'CmNMv=EO#xJG1, +[ Fu~n]+HuCVF0"T7fEnŠQg[7c%nJQ݊ zT}@x=[kZ= n' +ZnTToQ"P2Wn1L"1:Ok-AyeŲz{7vȁeˆ,Xn,?fyl0Ų)ˇesVҽ'4m0^تrXcl*`9x>Ye,'\+ ς1RN MA7e0`8 `1wfG}ʏ0J؈~lpsoÑc=,TUF W؊xThBET7dnĖPݘ- [Fl9M +T7Ɣn|MTToE0 /i~LTcPMF=7znLYԋPͥG0OL'!œx2R<ON ha@Ww @3?'Z<{+R, 4F"sGa^tGk{ўBMsBK #Kɾ>-fFm>u^NGbXzu1٘bL5ӍLیcح)ҔJxj<3/+͞9i2Gc̱8s\k3כ̍&sy#uޟg7#p/;^m~Z4hvaGǑ1נho011͍?H(6Ԙ_js8̸%`q@yϩTDNu:;ui4$tJ(i>ũȯbCl]|6>c<oPom;ncy3q||.#'X|8m7qk7|N~ͱޛU)=x"R޾]#?\7{tgpt_cHC=URm+qV\1N~u2nŘ#|n;Ws"okN^2C˰Gp1Σ^rl;FzH*n#q){ns~)`G0q0c<򶿡c+{sk<=Pq>gp3)k[gx{( +UCpԻ#S xSө Y:N}Fs$3 i3ȝNcΗNk8m8S>sڃtp:@KKuݝdN_/$w9 3:㝙9fpjs1:N +ѹL:sѹ\\tH:WrHwtY-gTV}*kSuhܿb$  -^1T @*`ӫ*q+ON) YOq蛽޾꽎'N$DB/'1 1Ka5fa79181+ %0tX3L,;8+*aY=Dq2 NF,3:hLhI9(,̶,qN6̹\NNs.'9`D®-Ɯˉq0r9ht +aYAO~hbY)e1)S| =C),K99Q?q0ws:9ݜؓܩ>;qT¹qTY;M,렇'aYw8cWIAs۸IMcҎ LՁ0ˀXP6mg'C`_7].?3E9XtcR8/^jZn\륍Vjjuc*zk>Y_ׯTO!ɢ\VyL````lpxp~pgTq(a(kLQkhThqhwl蹑iT0b7Xn1.biF͖fs"F̫fĈgM[vNc?كf}#  GҎ2e/K|KIO$d HH$#>H&"|$3D2H("Q>H"Y|$+DH6"وdD#9 GrI$"H.M$7>H"y|$H4hK$/>C$H#H>O$?>RH"| D +H!"D +)#E!RG)J#RH1)N8>RH "%|$DJ{D#򞏔"RH))M4>RH"e|,DH9"刔D)#T RG*HT"RH%L2>RH5"|:DHM"5:D#u%RGG'RH}iH!>҈H#"|1DH"M4Di#͈4#GZiA$ҒHKiEV>ҚHk"} 6DH["mψ|F3iGv>ҞH{"}D:H'"tX"Db}3D:H"]t/|A ȗDD#= GzI&қHoC>>җH_"}}~DH"D# &2GBd %2PFda>2p"}["GFAd$2HEdQ>2h"}d 1Dx"㉌ D&#L$2G&DdL&2dBd +)>2T"S}diDt"ӉLDf#3$2GfMd!2Kd.>2<"|d>D" ,DY#,"GYLd,!YJd)>2"|d9D +"+DVY#"GVYMd!YKd->:"|d=D"lD6#l"G6Ldl!Jd+>6"ۈpHƸ*l5,fl5;f 7DӊM~Z)L+6EiŦ{&E}&3MMU30 ÐI*HȀȲʮ YD(( (A5"]ׄ" ?횦G?5n8=ުnM{Tl:bs)*6bӉ݅ա +ʤ\FunԟNsVZr|!r}!r~!r!j8BGe8BUGm<܆)=vA4) +zѳ* |8N5':ŶdKPqXjk e(Qro>PVb[\Ѫњуq=?6>vѦі6m6;zGQ3Bݔ͟gXk{`C (ַ[*Jee ᙬuhiK!VYE}nPV*gwX?[EV ;uD[qƶCg~@w9Owbj5Wxs9M8K|s>pbzgSn,pR}%W)AꌱӋ% Ƚߔu}gNkOSgU }z},(A϶O;;N I߉v\"I+i];$̾%{2ǔN]=:Nn }jKjlBxo^wYí'V>|9{\T +r-Mj]%[2vkWZQa1/v guU{Guѵ0zЋgXc#VV-+LhgkVWn8\`,u{ ֬\gGc-ۮXqn^tʙWg9v8rN0!mY:t>S9㨇 9qd(8+ñOw~#~c`e1uZ@:qIXbs99y _q,dy}4ZXwᣙ|8VTXw`&@RAx@]5fHx(m5{sۤl?l?7p8sM dNgYV#hFxG.. 4= ՓcY ms +F"7 khBx Gd{]Z)&*O?1?^/wf;v+U{mKCB{h(K6N +H"VL :QӜM. >r>(A= RSgS bu8 KP05qn 8ƙ >KßrWښ?;HRLvS9"vYk+!l;Q+p` VKhd|*t> :Xd?F +~Q#_M^NrPzre(EqePrPઔ]RT}+іџ 0}1&qAFA8%Zz5>qr?=>spI%&Oϥup@c/k 7ƨ, #G#s"llq"FP$=<"3 t%P?~Y"Hm񲫧UbtMȕM<#Us7F#)qk+γM>[8 =jz܎T=&RO'H-/&b,SD*QSqGI_<%ψgsyxQ&D$eLi2]2Sdi)JJ@VUdUYMV5dMY(kڲ+/d{A^,/ʎ2Iv]dWMv=dOKNZ9C^'g,y-$ʻ"y\,W5AV>)˧|N>/&?_/Wk<"UJP*I%6HSUuD]:T'YuQ]U7]P=U/OMP$5Y]"u~j_=VjzPUک}j?߫To;]Wu@P}>V:[eu9\]A:_WjkF10K\%Ʊ׹FA*/Hud=ٖZJ&o7DCC:4^~'kTʦMJSMUiQzZvhkz^=ޠ S=uuzUԅM5NR/jF<(֊u!X/FIl[VMlGķ;OqT|/AiqFt+qr 'IrZNErM.r\)Ur|L=r'!H~,?3yJg9꨺jj.P-ԅjZjF1jƫ,uVT-S^uڬjN麔Й:K밎hVZk=,@V!?4dV2 5̚Cfm!NYwl8d62Mf@6 ;5 +3@:1_)?.H-%bX&Ž>B/>ć#D J|-9T^%r)GrYΓ[ryOUn)ߐoʷ< ߓ1y\?ȓ*ʩU^ +*OUT*PUUUUSU US>j05\Pת:5SݮP՝jZR#j6c:~P')uZѤtNѩI?ȿ2*2u=EKx"D')ek|Hv,p\`ǃ8㸗JIndN)|Ru3 ㈶c'\z[EՏM;O=}w\oǓJ gƙ}p)g Y#~<եVCVxa<U3׊q2;rne0;r8=^o{Y:{U/3m;(]1qPQewe/(O]< aZi<~ֽHA kQ +ui6&4O7݉yu}=Wuλ[L[ uV%zV.k)Tg GHKcl+ 8b:&2bMN0Rpnj?kveFG&PZ̊"y @:N=wzM"9I-)WgD]?Jna 3So r賨mrÎg m9ʄRy*ÖPKbKJRl/6<RqdS('*9E> |G_cp=рrD#ј*f9U-ąTgՁ*KEG*:T]t\&N#rRa].lnv)K(+8嬥r*S\F,Xu0gT~~r$q/}x~_)s\?s~M_˯T~#So7sj- :~kSϿo4/{(b{sOd{4=Q؞ȷ=QrlOTDmOTDmOTDmOTnY-tT|7TVX g,ԋ-)| v836e9y,J%.!tMDSև -Yk3֊eZѕ#cyFg#\ZQ 9a9DbzOD.'>OSgU%̉j!l#;1WN<2v<2W'S:1.fKA^R!nʙ8~Ztؗ>@ET!*#e\}*@S%IS*L1K!C!X|8ze$}ճHZM٦lsF]ڌ6WS[s:Yfu6lb95󨛹Fk4wQ?,+sE6%),93Z'yB2Ϯ +0?ʪr6[EVDyD5 +Lgs꠿_ҥ}:QꤏMҧ>czDLIaH3X3B&DLhh64 +4ULm42hk4&f9:^y[<"Xgerd-![Yےdd""r",k7ٺVuP舫0BZc|נh{/a^b<@nuNR~Xɼ~Pe9H[Z[,78.Zj1ȱZ]7}7_ѥE4ǒk8dtpF=@nph1G63FWLS{O)YE[,r[y?9}Vq#Se*Ȋlec)i||EqU:e* w)GwRdQ9TQ\y*1I05u-Ϫg5jO:S}S*5Bh'ɬc3{Bn#7!r?V-z;Ϡ9b~ΞorV菢=-P.K!~{G{Ob'iputqG9HmSx;U;N 6BE¥qN(&C)g,q?p^7|yE&Fl"^/c]Qę`!^d_xD.ՖclPCOFfkJFfOHFfDK*_L[) z\Zϒ-M.$T{~K>9WyYvMkvN]gŠCX +X`tA F::XNeۿY.`;#E#D۠wW SEH/ +7[yI h͝uȳ%&T(FQ8U?c/}JN>3[:x+Z ʞ<𨛁ƺ}8Z BdOTWe`yz~3B)? +$-M$ϔ61e(p9DUdjBljT4b,^hT۬5ky1R9l.pEQ@N)ȩ:q8kY8/UyMћIQ +@4* +XFj#x1A5\-*cр'+E +PDjwbnV-ED_Y~<xY`3 +6S6[ kmcwD۵I~u]h"G紱m̓rK7G8=l횚 +~/g?;= z_Gآnt<ڈh?bW h"wՏ1O9ϫlF@E_9!Oqz_5g 6sV9Sgq 5 C9XѦ&jav}ULT㯺V_['3Qa؏ۊ c!n-ud;L]:ֆKOV̓ڸ6lYDۣ#>V| 1ek{OB=#r/Vʕ6͜쒻8)C)Q$(RZQ})X"K$bB,?6g܀9̭\p8cU0?y<6Ȇk$I9װ} Ng3͙,u;{Wnp[]ȝww׻kڽ_/q6sCɋ|&g]R/opfW@9G (߂ 0I,zg|3pk8?:)%) (qàQJYJV=*tֱD籣/pmZpDP츶ދ}P ++6M8k\/^ +u??Li##|F#[KyWkB[ْU%vWͽA߯"-t_h6࿧ǨE׎߰z/[zeOT|f4 ;(U^7?jqz#껄Z)[g뻶Y Tv'!-Bݥރ ն꼂ڪYcv ס{fZ<8:3VZix~n8Z3}iHgwfA?Uif%GB69$9$?pHOxSiYIKefˑͪ+8= _7/Y[GD;靤lwO)Sm+P5zf[5\E PhUE.Zuц6B] L#ӔZ5mLjg4=cfHAf]jaь4+*Q)JqTR+Q;NGv:ӉNEtjQ;کDzWWm8P/ʀ<"(@:j5Q#q=TdF5↨4F jM1煘g+̳ yvNG&KU^Lk]> +c4n ; yw=3/ėY_O49\M M +MM MnMnMnMnMn n7ۃB@{@{A{C@BA/&&_ M +M&&&GcSӠӡ37@M <Gh]"l1d2Ziq1QAI2jUc7 b4@h "FSf-[߷o}{f8AD<v WYuú20L:Qƨ#%FcYu6F].Q`6{M9L$)(he=v˱f3ᾥn~G~s/1\|_kat/{tc}gSxZ\-<:/%Gܓm5wm3~A)Aexч/+}+V:ƙ$F3GBZJ+ZQJ%chB_E}t77~ۈ3xZ,Gߝc(6gu f7gנ)8X Y>V:?PW(oFDnƈGF}8Kf0X=Z ˶sՒe0D1uf0ٱ:S|*^# ORKW05| a|OoMq(dW@P܊(ܬ@w(J(jD*ȩD+eK%@G#92(11G#5w9ۑGGyI@!$D""QH%mHDI4F#FbH XBIG P܏Z. +'Н"HEz(Lh yR!r=D(!G rEi98J'' 4$'PRN0rBir=Lΐ3h9K΢TQ9FRƐg9%_/УDB7rMf=ŷ4XE o7jD69|K +OQ>@.bE.Ϯک5joau=~V?P)}5f}@%կfKrҕ÷ R+Õ%SFMy3RԵ14ic~41Pb3lMQfWLcnə464SB~ EI?|N7괈H݆{-;hmC;BG tJü?t '᠟YZ^& +f(n>Rj`"@SފA\Z/c" +_AUVQbvxCG (pTkv^}OXio<\x ^o;Z>*Vg9Z n:EQ)D_}Pi(x+K k\e(4}CeV٠lU+;ArL9V**R*_)7mvQ[-mmll)tX[m-V`+---mlll؎؎mgljEeU ;؃^3#  `{{c;v}qvxn{& `o>}L 8000p0Q>(8 3'ffN 8q\3g>X8 p\y\p3psW|pj5_,\p#&̀[_ +X + +6WX:_]M}o<xmwx]C/=_y|so{.y|saZrU5.E zy>Ty>T{9ssGOOS?{N{9yaY +Owրqh4"X!xZ֡M]hzAQ9:*Q5.#ūx><`ǀՀ< ,)? سV=Wa2gW?*5<3 ,8pwY%9v/} J>M"khGֈcӴ'M\ʷ?yrFo=ǑG\͒oIu)a(EVs>+ŸzgԳjZ~(⇨UjU}Y-U_Q2uuku.uG}CݫSRԃ;oC_']oE%PT~&bUz]=9c"XIc +ljՒxӑ. +na5+9a7~+ -=J`iAJ~N$&[M=/'_o__H%L+.y_H~Uk_Vԕ$tzCFSщ( +Q;u1:y-b*TD9sPڂі4)bHڊFִ [th{#e#WD@q~QOwՓ)uH}F]>.Q.U.SS+ԕ' rϫu+uZW7MfUDɼdߊLa6fg`Č[ȂX0#9s31QƘ,`ab-EX$kŢXkF=N=^U??EY'X!f9e|V̞d Sl!Ekb=,u`ٽűYgօuex^'?eĬ`Άlf#Ĭ`6aQ6gb_㢉X7֝` 'dY~?KbX2RC,=gb,[~_e9`+cbv2ȲX6&),GNf\6,dG~1~`t a+OWt }3F,ZB t#D7-%LK+t}nCt5)ft}o}-zK#w(==F'"GZN$f/ } +s#ZE?<^%ZC?395z~I_Z'f#C]vacG18;ddO3;ΰY>`J!;>bUoG?~6{o} !~_' zb*i#lλ/4XnV@;_=nV@[=n!n,r͔emub`\?K櫗s۲dJ\q+d[=nǭ79y̓iXn`eWg=8q撍?򂈃{ZE> yt բMl{+U+UhnUS +UK6_Jـ p![W\ p&&@QSjjZjj4!".{CSB6B(y [^[,'k~sﭿ Jn(c&vK]J-<_ =y@"%z4 %!}v ,2] @xY_qאze΅4p`!zk& G߄8<&} G߄o7_?y|,]/K{#޶~;*kPD_8zn`f@zNZ M/қ3} H=蘍>#gx.K^ #;@)dz`>ktFgEdddd-QI/9p\(Fe>l/X4e =UWETŷG\اGi8k=/ Kxn16wOע[ Et,ŀoXS_q)eNp\Ep\F$^ +ּ*!pe7@"#'5 Fˑ|"_&\ـS+T1MWrm*,y8%j8P^[)>¯UseT{E˴Nm?VBz}Fy/@VVizqbm ߆|`s{!~?.?N>?'oG[ݧy_Koo4ҽy_9"7?$ +{Є5QV} e,_PG_l$xpLɎL| +Rجs +g9pZ<}8w<}D~ȗ9w+Q!b==v<-f?cݼZ68/xz{)O˟Lގ'mM}JQW7:-"7B\Ozic<%4_Ĭ-ZГH ml,Yg  %ya懚w7sǸJw x{R^@N6f@jKju+p l7oVW|$+eYm9aHiS~+):ow ȷؖ,p3e<[4\+%/|i|LIM&ipZ֠ @{73.ˣI~DrI~ItHHx)LFyMJmAatBmn9/őqo c%pLx 98|\Gʭ |ƕ:ZʍFEv#yWeLq$'R^H9EC&ҳ[m|Vw_X̩UA(jU`fyy㲑S\8i1d-e|\z֜_6ny@NGwݥ+<Y_8۷EmIT|mo1./Af26disxp+Ȇ[Z35x :5J篕d>rdS("S%(y-r: קeM#iK\t$'IrJB<~(tfURg'r{M|VI$UjT m Fm'MZ\,`i/^.H%.n$ءr4&aX +&0yIc(93Mu94\+b"Z"_F|]ig[#92C,{XZlx?XYa9"GX(mc,rG"Y9"'XENȩ9"ȣ,Xa'Zl<"Xi9"Y|\` -rEϟ.nD)44_٪6֣|fǟckk<~L ǂA}>A6(3'+o^! +i"_/־.- $s>oKʛbhN9MZkrq@yP5Ϫ7 'UhNB]c tRtA7EXlVnٍz|Zh%JJnҀKnb"Q }Noood-ݿ)KWKzD-PWLi@)(SdNŭ&GuԫulV9ƶ>gF۶ m7kAP_j)Cb|19M;Cw-}VvE2Ka]v=t|;N]ua erYTz* e=cz-uؾ#8c+z "߀ J8pࢁ% T2;8C֤ROxcHqNI1t sjܠiAQiiՃ9LJ]t=|aiÏGdٳFeͺQϳc8[ PnunM靦'N8=w鋧^6}#OۖW;H13q%3\;ݜ9c笝}NEf0ܼ;[7/t^y5Qv]תڦ =R6}/DoMjzc (>zv(>}t t{vz" +ךs}Iu-^\ޠ3y^Vd-ݩ_%A"ɖ' +] y+~/ /woyɷ#*r~vk85:\ +qHEw#wI=hy(Myzm&c_\7Go>r5k ڱr%W#nVռ4*ߗn޸Mp=xڠQгFXJ}ZES| ƿoI:ǥv},vC[?ԏ*0j5Rm.rcS#\b7,j0>z"o5GRq.0jq0rzy qrit,#zijtUט)CzOWSo)2NwS\ -ͷ6qo :޿^jqV\\AV⮈/iI#\T' $F8}t'jFZ!FG0`joC+%a H֫6_?] $ڽ~5.~BHQ\!%@X: -O6lj[P]դo_u4,+aC]Ixp`7X1JV* Hӥ +[E#KO>F>OFGƻCCc<5QO϶XCfz;%>:=GI,4F +P47f܂[D"1~ Ɲ w㧸?ýFDA +pV4lsMTE(x7 Ÿ:ihhxuWaE-VD W h*ChB㨏ŠQDQi{VN/xT4XǫCc5?]thSD")z)T2hRфCpq4b&fF?/~Rc/Џ b4,rL&IǍEɕuizG;Y[#m'˶;d۹vl;aoɠcf׆g],х<[3QESO5qOFeG^7vf` f,ZnrY5f:LH3 FNwflV|Ϭ%tA|W_ þ6/r  +WtJ4-XV|6c5+\>Ac؈!XKgaayI!W|*Nx.pB\C*~x=nf܂[}LY9?w!E_5G<*Qq{ūb#c֢<*^ڋSD,i>lpĐ+:ΣKq.W,z ߹r<9<{mov,_ :$*p6}Ufv.3efl2]fvww˴LɴLɴLɢʘʘ[ȠKCi5]ִ˚vY.keMi5]ִs2,'\lb;\kZ;r+hz9稞zi)hY*S1Kv*S=_mQ1-OV%7 F&oJ"\' i +d}>YaOV'+ +d_:^r?5ۤfl]f3j6f3j6f3ӱj6fj6fjͣZuڡNתӎ%Kqu4>:>:>:YaאּwV;+ +{gYaאּwV;+bR-&bR-6kRsMj.iU*o +US+I[oMI7ooO&9I{`Wa0HAg;90E?_ON<} +ORMxstI޽vwՎ@ͷK]aJgO2c{M};*VGrg;yzj$gt'-O2=lSTg0&lTZ}4\k\z܈,f_4bgϔ_f@_(uZV6[x+oelF3Z#ym~dFYndFYndF`F` #F&L02adȄ #Fm"0:اNp6fT٭Գ[gRnGB +hY۞4=Z5: &`Py#q18 "$/8'd85Li8g8S + -~0O<<^=c^^A 9 +XwKBsR,CqA= .rQh(|ǓĻXX:,{ͅa`MGKCsIb]xksQ+1ݵ c&8usy_s9bch-;G-~\@P:)Nu +(Nu +(SC.v.awϬ{aFeO8á8 8G(cp,EI8_—q"N8_Wq*&kp:q&8++8\|Yۘz n혉Y՘;qO}a%CxQJ|oo; EٓxfO&]"k."]襰eZ FOν_:3^r QhnWݮŹUa8)۬\QY>{.t]Yyg)ڈ!dpXW]-;` v Żaw3*- 7 Lxv׿w(QJ((%R!rl`,vĸd']+v=`%Yb%YR}/80s8IщX/8_Lx-qg%g|; \lW߻%7c5܆1mڏ85cdz{/:Ò[(]Y$Gstwnsb7ǣHo{Bhoߚ;V_4*6%|'~fxi߶\>|HŎq8SBc촰]9sݥ;o{_,dאյZ]յZ]յZ]+g8Sř*Tq3ULg8Sř*Tq3ULg8Sř*Tq3ULg8Sř*Tq3Uh@+Z)JV +RBJ*Tb*,6%SSE?u[>}0vQTؙ +Gm+yWxW˨1S1S1SQIJjTRԨF%5*QIJjTRԨF%5*QIJjTRԨF%5*QIJjTRԨTjLTjLTjLTjLFeT,D/D|NJ6FYLڴa, ƺ["񷈿E-b-b-b-b-j*Ѱ}4a ʎ ep/Dq +TL02q\+=|UWj\k\z܀17f܂[jT(sPq% riv'Y\q!ǁɰv',sTav&kav,sQ?GsQ?GsQ?GsQ?GsQ?GsQ?GsLLLLv].kv].kQ7GusQ7GusQ7GusQ7GusQ7GusQ7GݜIv &gGQڝ]GZw.ub?}FXoԠOO4>C-j0{ ,QT*JRK Gq ½4ұ{s|p=`/\b\Ls14\Ls1$\Lr1$\Lr1$\Lr1$\Lr1$\Lr1$\Lr1ɥ>.qK}\Rǥ>.qK}\Rǥ4\Js)ͥ4\Js)ͥ.upK\R:.upK\R:.upK\R:s)˥l0,Fޛ;@PwR7K,uR7K,uR7K,uR7K,uR7K,uR7K,uRg:u3@ D [u?m?/+D_Ϗ`1xOu{`O r\IaZzô0i=LaZzô0i=Lu8 +R +R @c#g{?zÏ~=G?zÏ~=G?zÏ~=GLS0M4LS0MjHjHjHjHjHjHjHjHE58PC)8PC)8PC)8PC)8PC)8P*WcyUZI6Iڧi?qiiqiiqiiqiiqiiqiiHi1ŘcZi1ŘcZi1ŘcZi1Řcl$& &ƴzq׌L7_Y=57yFfHUi;h?;t |ߺ'~wfyȨ(п<5~/ewme_}_˾~hm%G%|o帴%:u_/zi;fƉQow!{Rctk7]Mnѵutk]ZG:ѵutk]ZG:ѵutk]ZG:ɩ^9+zTSrWNҽt{7ݻMnwӽt{7ݻMnwӽt{7ݻMnw97f܂[НxӶJE;F;|;̌- 6zȄ9M!szxx)~tHV>?!()I96ϼ +x;4wo.u\c{mk͎-F֫Ԍgܬ'al(|/F vx6ƏQ8&dBg2U#?p.'~=!c3tvP9?ޗx9M^+ 5bVފvW#1>*wvX|? ˭0T~X0S/:}m|QuU{KխT]GVF*jf9HAJRrTD 3TPm\EUl* +Rml7(K^ +Rml`/{)z^zR,C 2P*C^J RjR )5HAJ Rj6(K 2Pj0'BqlaxRrp '5{lzl}xBv)|Y@<q">!"Q?,Bdd9xmvVG[pe*1//zқv$/~̏5~1֛ߌfܠ&/y#|coFF|D{eF)_G&# ˌب2bG#|zuz5F}d=e2,1ˍ~_V5ylvl d:ٱNfkeZYVVleF9keBN&d:έFth;)y~ga3]W3%d?hA&7!kШ!+ވΑ$^P,ogcȈkBn]eU4:3TW>[fFPb3%6CjCְ52!=.̍]+ 7A|CGw#^u;(*,(/B1*|?WP5叄G1Q>JTTǩOU*SUi?FҾFQzԀ5 !}HwXگ /zˀ2 eZ_+􊁂R8K Ўքc2:$͒-5ϟ -z!ǀσUnUQǶ7b9pb_mETi/9wŸ0INSd{] ѷ`_=o??qqϟá+zwu\ŵY\%/pGcR=~bJ$O׫U ]*|>QW⺰ElQ!T![d,Y2KJrg/9q??#xx<'5) w%7nO=ɪjv8K|p]/k{7Pbߗ8Լu-{}4+ۊ]k-gɉ5u;.zꝢz'' 90уaQB&a" 9؀~ o$6aϟB%䜮0\ޕ˻xxqTKL%>Z(,OEc0;:?.[廘oW1{`ONp}oT}au巇>hr^>ڃf?KSM֩&t叛? s>ey?gl!%%ߙ*~Pվjs3**KU6:U*\NUYT*ӭJV%+UAZC/#±2y+kE%B=νso8-vEzVk=j۽ڽ_}j-VSn7Mzv~V*y{H|W<,--TjB}>>{ylEbqw^Zt]EmVV-:||nPm>|^o?i4&^.+u㕺J9992˶mrCyYuz^4ꢭ:JQGl::QluFtF]QkZu6]MkuzUPPPjӝt6ݩMwםuzC]MWj֕u6ݨU7Zɝ:je5rhFwY-Vu:ja58]aS jP9T7FߨU|oT^6ަU{j_UZVUj=G[cT{U*jLU𵆯5%...P9UL^T9~̔9Y>Wϕsy1SdyNϕse&z-ټV hE.Y^]2y}jSCtMyjhTC7'{Mb~;,7|h\.%E^dE/z} %z[FzhuVъ6Zz+ZoEfl_ĝ x̙].BW߽pkS/T +XP +& +Z* +E FiU(*x!,$$}fM~x>̞9=9w5XS5{¯eKE;FdÌTH%t5jU0Z1Z%1ZU2Z8/1j%8ȕ\%\/1z%W2z 0za 5QwjxX{'#I*Vzaosżswg~mWcs E h8<k+-NOA|GmeVCx?ŏG__a+6†]ذ _}@<]9j5Ɯ=bYl*æOpʱʱ;ʱ,ce쳌[Ƹe[xeWXs1Dgz?A?2dTu)LZfkaƟ16Fƨi#MQ+G?b?F`2~6YסjR_wc{1}VmuA߁6 SXk?[*泃^۬A< +b%U<.Oˊa~;x*\x9eGY=hh譃9\Vyo}tV}Uޓz!^/L~QIQ; /3XsoBJ2(bE!93$GNb^CZ#fE" fA6̆j8%p65jPBz@O .+J􅫠\ #p ! nH-p+`0 EscCD} +;ϰ vsT"c {8  Pjaz%D- *;Z@K(Vqڜo"\3�U1~7<3O}hRX]ՇV7޷z@_`ZfjA11`ͬRƊA9Up~^-ugK0 &mBAc@SN}hQ~޷+U^M&jh +D? R9tzep A00VdddS*10fvs9ݜn1W{yX`1/˰VsxM+('98ovQ5M ~0#s0 +FCZYYYΙΙm2_rG|߈E*O,%xzxrMx /+{a~8pLLLLLL\|P +jFFFFF3J!eÃr9b1*/Jmyl ,}gYxέsnCa8mFHz)00 f# YGd0Y,*ǟpM! & Nf*dd5=Sllll6H4QNr1t2]wLƸ^F"d0Y.L d0Y.L d0Y.L c(J:c(J:c(J:cRX+`%WaJ's9өrrrɢY!:dQ,ECuȢY!:dQ3=tЙ:CgzL3=tЙQyj P u3AfAfAfGf'S.KR.UB*!JJ'GRǑ)Mdt2z!Hpg +@)d0E"JEd0E"jЉk]8 +Z( e6{>{uД#BHG!jgegʚ$Lv8BQ;x +A85g=OyoP=G=QOx*h*APB3PBGmQ[xGmᡐ&&&&['N"֣֣֣f&֣fj}Zߥw]j}Zߥw]j}Zߥw]j}Zߥw]j}ZEuEP]TWAuEP]TWAuEP]TWAuEP]TWAuEP]/6]ש\?1!kCEPhZ~{p ~ *" 2`Sl&.uܹaj0ns3JI^?sEFQ|a_FQ|a_FQ|a_FQ|a_FQ|a_FQ|a_FQ|a_mwiگO1m~ȡf9LXnUGj<>GH"<j,ezLNAVo/&m:On-a9? `r&?q9T;|Fe:}KFw +[Ud6QjW[dBb:u ;z)D֯v蟸qXn^XM6}>L>^' +Nީ~Vj"^u]ҽ;zTԚ]t(BΪԲ&,eV13/` Ap ah &CU(ߨMix[xyLJ[~UtUI0 &X`CAh @h +) R9A{t.U6~wݐ a<OSxga."X /K2,[mA Qϩˇ*qY{l+geODdMJ^HZeʺ)yQוji SlX2DL2PViF7Ř +q3`&d,Ȇ0~ +^l?m . >PE +`;|>Oa'MF>D!p0D@U[L _3M86NUм \8gf>&1|̍\!އ-\ +`;` R(28 ;JREVChh[-6OZdz'a~k*T}%ÝWXx2alZu8(TQ<_A`+h +1*L ` +;<ϻ;<`>,bx^a ,e +,V5:)3 a ;0Y a<OSxga.abx^a ,e |0>h@H} r&"L+ue1SY0 a6Ԩ(s9J~R?{GQ?{GQ?{GQ?{GQ?{GQ?{GQ?{GQ?{GQ?{GQ?{G¥;w85k5NfS.]FݙOݙOݙS_}Wof.Yl'ڑ/`/Pí[A .N (S)JQ3yL5GQ3yH+VP&YA £FSxqꀸSE˒GZ>Ύh(8пCz_=пCz_=пz5^W=4jܞJO [ӔЛ` +0 Mg0Gni R'V}#t8U\'O~,Z(+ÍMdD_ڢsq^^*O[ϲ/cOڿsM@Ul 9gKW/bOu vlJeWo&[n#[ƒQ\&4F>.pvc3 oWJ4f{mo9EO5+q%MhrΊ8 8g0D BАfr8o$d0mљfLi8L0`dl#ҨӨӨӨӨӨӨӨӨӒu[HEJfzu[ܧ!-so hy_3#OpZ#w̍[4uL.ȥZX.(D_荷FіqSD{F:㏟AqSay09>I.)LPhJTZiѢ\DQ4(A7=HNS8ވ?_,.qFFFFc̡?'O@U7}ĬѐܦXW<b>b4Vb_,?b?܀rmU" \ +U΅=נo#Jt 4Zaݬ9vZ\x,Dz\e=w dޭ1l0Shu۹S8wѺ16LDHw 3vH8N%*xؒx n{uJruʫag6TqI>͈Kb;}NTcY <CY53%')l*KyrhhpF53 �or9JQJ?:g JΖ8|xsžZ쫭Qz9J/:RE/ ziަo#¾ZžZžZžZq+!)Êl-#^N +!Ĭ^BzOoOwOogoEK2D!o֜FM\'GkxMbqg[nk C 43a"<}6V7zѓk{TJ~6voZ*=ZM~QԂgP%쵌rՍ8*Z#6\T{.6B{iyKOxw?WsI WW.j̄&&hU@-eq)#qQTX5ku:ast"{c *K9$Eئиܭt =|?%b1݅}^^c_d% J]Ėc։ +TBsX4RElENQ$Bj.2H)=)o?_N/'6.@<7O_;so|Y44RDh}-cp)^;{9{]y0R5؅5 )QC#f$\o\.\Voܺ?WyHJsh!b_Zg[ӱO=w\L.\nK3ԍJ{.~щ:w7Rb.Y6u?/oy#wZݘ`mo*WC uxц9M;ڴБ6hә6]iӍS8";|UcG +v#mG;'=X )WE[{}伿j]4OOa_ ݽ]"ozYK{^g_X/dnhdT.'J8mjD9Q.#%'7R"hQ #('%bDDDFJ<#=T㑆Xt+]\oG9DδBƮ RҤ>;ESn +J3Gh]Fڪk-b+c܇j_(_h+ Cɫ=3J#c)ucjD|?5iOcwDq%WE ~-^?[U|[$bo(:Y#NZk8ծ@m8ݩ-J}L6VkD6U[&kJ[ɿګk]}Z/~W׮oӴku--m }v>DK~>LKG#[Q(6}v>Nݡ'jGi/\sq}/_ѦwizK{Z߭Ԗ~\{C/˴\\V{O?Wi5z>Ni.H6Ѿ)2E˓_v좹E +HeW+51_^F피IޤʛZLtLwjqyrV!3du!gY)gٺ%ȥ-ߖo|W}=,ȝzW[cL(K_n5F]` ЇS=Ɵ GcO_e0J5iC@@}o ?pX8(q(p2pR?8(տտ O*U@MF/ jxϘP?o66 LWf f*WWKk[e[Nseo>%16ϙ(s@\d.c̗͗Rs|\cZs4_7_ f||.;O/ns@>c2]،QyZl2cry֬+,a ˲˷V?g:k̷nnVy5XXCqnnyºǺGXíQ5+xkܚi͖'' z֚k<ôX Zn-7X+FSUkbki}nt[^Vuθڪ.:Kw]0Ӹ׾eg#({}}1ƾ1h4ك;_wC F=gL'34;62s,{1^`/0ۋ'% +) ;`v>3J9GSje$BB CC/NbvtuLf`9' A +*(F|D(( +S O0G` "Y {gvu}=43Up6><{&40]%Ls\nQsS͍fan5r[7Cf:kFq`&|3<[UL7tWySw7o >|bW+}YhL1+F}lvfo*T0j}W'L !avaEhX9GzL80dž»pp~*|8'#qbD~)|2_')*%ERARI=w=T tJIu*δخARsOةxb^O{6ElMɽm%џ8f-fh< ;7XϡӔ'v`?E +iW:"YvkHm*:evaQ]}V[mA ?KS)2x*3?oPRzYhĪ93cw{`!V{,/Qz}Ϯz~~wox¼Ut*QJl@ݟ͢"|ofT$5ǯPغ]'к%ʯk16||fT~W4OYN޵>ؿ:5ɑf 2Z^dn7Ve~g}oT<:x̖8`?J{$6^1F쫂[Kw;>+h,ג[_5bg +j(M?J)DX;J("Fþ5ۏLev'nhOV +VWxRë +^}oRj䷋Quo~l-9ţzÕvWU${Q!ɴ%Xf2;ćaISi}U}я|s]9e;\;}< +=H0y>{%"Q:N$fBioᅽ}{1>ړI"#{lwŞ//WEhbP~fȝBglj*g]ZH-kjǡ3>NZndO7ԕt bUvF{Oj fmNmj; Q;Nz9 emNCi[ŭBs=LL#Vx^}_ӯѧM=> myh>k:ZO%h4]/ZΚV5't5ƚ@=Î(k:'5ƚI'LtN9tNmhMPsA970As~d: +N 7\T:W5Z5A{z;7C=˹5ӟ53 ~[|33Ҥlgy<1Fg.k g>k kw5e55U555_Yk8[Xk8;YG8XG8YG(M+?\JKّk +d82bF(O$Ƥ}/r5hkUMo//hq }oAέVoCv;z w;Q.eh}eoUb4A4A4A4A4A4A4A4A4!hr/`R)aL!1 0?B.e!b +_7Q 2YE{=e͏Tެ6qtYCfYKOg7 y6ȳlF|Jfن<;.=Rv: a$ BM@*0FxGNT<2Qy[.¼"TPVX5z@aMā}H!p ZCx<1: +r2R!^J0\ACh8 +' +>z h.@̅WW`91 +ق9IuR)trBxs%«s!߹Bɤ%@ɋ2J%)YjZO邃jMinčP/@<(==*g˝l}"c7fصN-/Mwy9wugDy-)IhoJ-8Cg9v{%J~ֳ{W Њ[ͮ.Qumm?$m]igO%MvGJ\8ح,y=?Q]|WJ<\[Wp,5ɎlCY>L)Y< ecς%Er<(\2}E^Yv0Ҋk]xbu]l~lv!YJ}+.`Cu[]le<L-u65C_+T_^{Ye;۾>eْWAV 745.\zGxku3ׂd9TpnvւxFj7;~,_%X\ǁDۓ5ԾT$2;^i6H{]ɫ\K^ ɾᛩ1 X/g\xmQ󧇫[ +|~vNKr-Q/|K'a}[Nn)kXHKԹ%Qpi{衯o\.~0u{6˄{213v 8)kKO~ $lom%brNR3w/ׁ%q@9@ $N$}}+Yg%Ӌ[)Yj.+.+8V+L\C{Dg roS"w 7!6̎ZwS"eo=ޞo JY=|x|oR5@d3;.rrȵSBmQKN[X[dT|uP +].=Q;VU\{"WV\1,_)يVYw/W stO_v?xw$ס_j_{#55NrHu?b%;ۍKcAp"?N ɽe3K%bFJ}N;7^k5MV?V=&1)i 7_Pޅ T-v߻7b9OaVJ%tq}r_W3}l)q+̾ı$ΰgjKd[z-E +9C{`?`; g,ʺGyesD٩rnTd9,.t>|8zRFI=W*U`r6-8~^8޳2Q2dGy:g,|U2_3%Ր}|(gt +n]Iە]-kϒ_mcտu+] |]PY |.j޿uLɷߗ!vU/Y2ے;xvPXX +򹪊t6߰ Ԁz*gJpzZA3ʥ>qTOr+蟗r9% brE26֟Ud?, ?UWTVJs0ݎOۙρ%c4?/G}+V Gr+}^.2(gx%,9{ d_ʊJG󚥔?ޖؗ0y|,oRޣ8դ9-ci#qZ}M;F| +X󜿆1sގSU?ZU$2Mo@"i|͸=C_Xh{۹o߲^%ԣJ;vKI #ğufbkgSc|B#~vI( ع [jL-8||Ež#O'0HߵW.ʊJ\wN_g*r֡!a֞LwNxEjYU&y. җMIٙT/'T(*|bZҟ{+Xg mG{%ikp6t|~`%x5iER6r6\>Qzۉ-ܟZ؝%#g)ԊOL-9R̳=e|^n_5njX{.?^aZvĮܼKV/[ޓx~lu+e)Qfvg%}唣ĝfq,t;g9iO=O!Ht4hNGo:8[jB*`w:ګuNuzFݬn05IjTϨ)JMSif 569j.>Tf/ԗMWiZoqCMs3h;̑99ϭt|q U.N(r)*&r'd9Y9']ߜ\v}sEGf;gs;9ӛs;},/'9W{y+~o{sng7{sz;{y=ޜe7g{9͙olxsb7 [,bw7尻M=NOT)2MeȾn:CXcG7u;z^ڲȎnDvtS=M]Ǝn~>N@|uG 5HSwYA;r=AT qM=kj;Az}#컦z,tT#wM=ξkj4'wMe55!$&z*Sf5,}MM SS!55 S/z+쾦fVoo`.:V- Պ`mYgW6]ԎF]ʦv+Dsݐhh]7+ ͋66uD[D[U-mjvNnhhgak8hhwqhiWLEunXXM-=n^nm-b6i Ԟ;woROا]`6٧>mE|iا-gH9iTdH%iTeH3L4dHsifH{it`HGi>m9}"fe,vY.k]"ZrvY\RU)&%%rCJFJVfvVܖ=e{TJu"I9+z)P|FRecBzm|U0@( !?`0bb1@^x7{sB@C;CsNԏnrt ^V-fa 8Bp=[)uةGz 9M="w7prSfHK͝`y:H=acn"DPvc?n 잋==j|LmOм9t-&ӳӏL?R0`zE`TE=Jjz)@@&`}MJO~į +ʂk rCmAuTqsRg^ J@AX׭RX!(mG۹a:c:N6PuHtNA_u&fr(s?WQ+ʺ2j5uuPC@&uGt}] t膺!#t#>eƨnz^>/ H/z^((T/E2ZW5'_!z+lmlѷz0f1!)~:53L +g_ɯJMrP[_ o##oMypnt[V h;bO95e΄ !8Bp&L3!g\Lǜ !8 qp&j˜rث(0'sBD̜%@7KZBY(E!gP0;;FQ!`(5P +W@.<33hxfZHӢ3-`Zi!\JM&9،z1.m`oEDC9( GDjFh qMAMQ~4=h&fEY\V@zN4GstD4/xhER)Z G+G+#qp;!Bp;v!Cn!Bp;1vRZicNGBY)&={q?y~;*K0 V f" Dx9*s9T6)ݜkΥ*>GA8<NO#|2,ӤO#F>MY̧)]]O+a \?N"8a݄g3>Aqyag 3)O =xO{< ſO{p@~f-GRp,U9Q'g2 %,aᝅw oLpv}i54 H [Za݄gƟm dNU8/>C8}WJkpz_ؼ/l>GX{W0 a9λ +/g / +.ݫkŻ&Yxsu>3*,<}پp[wn![Wn-:GsS>dZs[=B@:3˜;1z x$s|=\p<9`y’O~N_E)f’OK~eg+ Wn%\~WA s\g/,9OXr+a%w +K(,9_Xr;a%wB/KpqF0?n%S q[a+ Μp~5ufYq/a(<ƒ~Kۣ̀NvK/1ORE,U\}r?RJ'*j"?13GGBԁ>y>%$Lj2idƛ'Y4eryʤ HLƢL2i&ʤ9+HyռFGifr03HI#39P&E4Mr|ϐʤo#'kk ҿ&iM-2,ʤYn]'MEiVpw;Թsjė宠}5]q:«ͅ ͅuͅuͅ*I1x1DiTS΃9BT{\=B(JG>u(%d^V( :D8J?]I׋#v}kCo>[aLm6 s\bN]u :_` 1^UuD$%W #MR57{a G2p Nb0) g1Q .a2Os[kg3p w2p?&}7ݛW{w聀#:UG?D;}p4c0LċN`D3靖Oa81~ 2\,""2 f0\e1\970}y1na[)×| "2_y)0H҇r(GY.Nt@6{͕boIMH +3g:TwpNypp ñy/f81NbC(8/SNi g1fG ŅY9p|)e ru 3fMyna)×ngN/3{a *3J\].R+¯Zp&~UA@ JvRu\&[ X,YhÑ G3sZb>pK0|Bs.ez>p3->WsB KD}Y u;͔L}&2b AU)VIS+)F }d-SqOҧOgChA.j WTK_/>-ƙ;TwQ}^r]ČY%}mSL%~πxtWD]''1Ͻ@</a*o3鴏o"<G8~ut%~!|9Na)~ y&X g ܺS5>N>~*sR;`]_{_SVyz>9r*w(˗QB[+;VSQ Ua` +MC;džKOĶKxC\ls>Hl>0S>}fa^ZoQ 3U[T%t;NPc +sx=g<^uy3m܇u>̘C0oż0{&S`Q!Fc:VKY8̪Q}<(3AكIO'և`Øs5}*3gY,3[f9cccq}.ZyB-OOZ1SB}!Y/B1kG%԰T_eN ~*}5z[9]׃k5\Vp0 +;1k+\[ߍR{=ȿWck:ʼf^09:u[*:C/1xs<9'`8d,xs<9ckyc^. u&: ^̹olϢ/ϡf u&:KI vsL|bg0>߅M$o]| VHwC{{}d^Tz3nD^z/xF6Yk V;C'B}z.E 9:3;Ρ> FC\oPºл8T. ejnxOOrC&r .{.ה[pyrC~+}EtZn#EL5CCa^Ac>@ !lsIq/- A=ˤ҂?)݃5#KC;BC)yHiSo@gPǠ҂[_!Ba ދߣ J"n *8!WC!R| +˕y]呗9+(yJe61ՅR a x\/AnRV! eJޣʚPvHneeuw7*sQwS<_P aD +m)$5~'iu mBkHsB)V(CP0IGJ#iqE(cB!g4Iry#2F^^_#zz77`~. 1+5כcvm߂9 d~Fc{>Ø٧SaMUºC`ͥlW$mjJz +Pctwꄋi^)#c^_3| OG7-HK{^F9|ν2̽FOzmBǽooM*79Fc/;!;]؝-B ('zℰ M` +z:Vy$ː/sp +K +q$Jr2AaǷS;q FIXOK|lJRR#bBHIa)H=}/kgR;AZ*,: lrL[HzVHB @_"WC5q5P , 1 հ5l"6jKoד!EYS+!Sۍ};>zzOW}tLNHuXU(k +l"* +p7;ר &1R"šbx,v4?ܿH<Q/M""=#x9 +L$9Ndgy<+ 3rxU>Ѡ""s-|hUHQ́mmս6/F )"ROj"sIHØTJhH7R6i(WkAh@ffZH#R"v2_`BvVňz"zNy }C_D"@;սHzԾ*O{E{E]CV3TpT=!ȹ/Pn6CBӫ:46HlZH]i99Zu: ΁Q&+7UTT)TxZWΝVNhjv +sY=sFQfK|݂aeR eZ(uH7WY2EcR B0jwuT+USa"咪*gq Z9+)gYR rFOr\5nV6eti/˰#OE9+r_/ KM.b@ހ8@ɦrXC})V%c ː_H^iLħ/)#U%k$|HL Ty@(-cJi4Q+$lVPdW. ˛˩b$?yEr̿nȳ% O#G_ QVܶtJ:9$7 )^?X\=PtsVe)/E5$VNMRO8:lS)T,S_: mR}ԍ-.?2PԌJĎ/A ?JLy_^+12J9Ƥs@_yUԮsl(g;Ovo7+p:\\nfV,ž5Ę'v4v2Ϯ[_`%[ulܫV*f\w^1µ|?| +,^?]>:$~u[*{BtO$n0vL.v!oc؞aՅ܀BH@sxQV9X[~ %dQxqnRuZ+AXVy?OYoy_M R`e2vxeC+>D8o5ۀ|~=0ϛWDqe㼉I5\M\@^t&8+Rt唅ZRV{u R7AE׍T:ˁot? u.V* +7-LK)sA(w YER𻢺% Xa'N>Xv# +:"wF? 5%ϕ>E . ^ #DL1:Xy^z#^do!(c fGFFM户0["ʼfko5oE j@oC2!sq +X-ih۔ +ۤnbwŠc#cf1ì|I O(cqceOW+3Q[/ mʀWt9 +W)aE]_@6RaP|}e F >ٚ0 /.@JQkvk;~@ǘG XZ"gU +YeRPna +{cqov{vgvWvv!u}~^G۰1'>ionowS~;GdGS4wn vhp8]p ۹^^> f5fd*]wkkH^52 Uox=e !Q(ǀb1߸!ρ'?&#' a]H.>\f>ƿAG2T6LEW/t+>B TzT!4hpr:t Tegu :ajD& (z@*d[F&a3<~aÍ#y,?$,5"8cb' xd's{*q{'s{'/hL2kǹe(R,Z6Ret,g!YI~#޴Ãf$o-wr.f/?5?)IćR{d]ϻb4ew\rLg҂`ow_Ki7YCp3C +e?!UC$]?O2.2R{/^v//Q UU}>_xבݏS j#yͿ0 |c>eFX]X"ca5c 0Ka;rc9‚+_eB|񧍧_cAZ`o06 .tG-e&(Q/Yؾ~a;"ʶCV"MŰvPRʶY_n-~ zz xa;YӈkY)(&%[=mqؘ ;vSu/l_Dپ}e"E(QM 4{jNؠ2q>x]x-hl^x Bu$GlGq@q@d d"d!u?&&9c"n9qov!iAix+ZќNk`n͢8m Eqns#xG#❜Nwv:Fs:]@yzќNo8}l~s'۹A  A|; C|S~g? y==_8<:ɝ_9~PUPF RkD;3?񜟜ۓ3yYb} ^Eƥ]T]u*^'411YyT0)˯0o"veqJ 2>lL1C8;xfb'l8JO2Fj\kj[N>ŻTgq³ȠzVe2ՇO1O1@/L묩T*g8]ϞECx[EEj?Ujl7Q:a/?SS)Fh%2xܶa_-Fxj(f?CfKت–|WnWSw%%F=9]C} swP_?lY/НCC4-xf{ X"c)R8BC4eqH"1@Ȓa1LD9<%%5M%a7P0H7y)5&beQdkXFu6 +qhvwWJvL;|oo0޾u\?(-u(?!%d%Ff"#IV"&'%70)6UM.UKTNTjjtuF&JJԦ:$T ,M`eU?J)eJ+;eei){Eez3.T9Kە>WV)KXfv^A\(].C^+J,✣JUֳl}WV*[!< dsſ\0lY z**jf55Z5(l`6\,>hh6<(!s3?B YYU{TmG tўܞIܞ ~ ZU[U[6XRҒ!32!3ӡ0ª̲(,J,9,bb&be1eQfY eKB"$!QKrۄtt8 2c5YF-|h-Q+OhS:cs)C3c"XEyAeq)UyiLcGP6S3u: #M]}S7U :UQh,\nUXV{+Qj|W3B&OkNO+cD/_P j<&u=P*zIDoK&QXϳʞ>B gm4{Ubb $^ay%_^)S#JLOtKD ܅\ww1v%WbzeWgU,nyȿeY9z5su0B9x:?ùˡ;].T>/SE\tD~o?*a&J0TZs~뭼ZنW"L;ӓn}:ӉY;>K\+tG\k=RxN<1$- {({2WqV?FM-Ij`f5cXC A3Axcqͽͱ֢i8g\}6mU]:ȦbZD6ߩP,eKc)d͸q7fOP'B;#vl"wU(FK{; ++^Oz2Ϧ1FL&\.pq|;dq\( #cd@.Gm=C"F9gԿl ވ~1~#=ooNsmxx'LJćВ14>>>~|ٻߧL\ţN睬DV"2W隣_@{fmJ#L,%ݏd{#?9JU~qM̾x[-m^)6-IbFqh DbLqIu{=A3Z#3ݕ(cj8aA*~~$fkTk[r.JםZmZ?3J'붫A{/AQװǎhM%4.ctVV:~MQvtObtS"W2+RͧIsU&CzL5=];^ӥwx}O +.qta-;l['/Rpخϖ۱e-7;myOGA⎭loؾϖc 'm徹c?[n|V~ܷvWզ%C;TnzizolTy A` Q'B9oү{%z{ s*~o~}ЈrT4ZQM$QD}H<C ѯJBET6 @@I"CH/ 8A}J!<)f#QzG<C,D1$׉wD ^D +y&^D=@bS /X䇁x/'?^!^DzxxS EqÛċx< "zxخ$V$$f)F..xzi艧'D=l2o/Ir/ "$AOċxs'Q'D=Iԃx/6HC2zH"-zH!QyDē؇Hn&}x zt𝿏j^(]恍 j6Gtm]2`>~%uolmLgs6?x,wF.yKG'&^q5XCig!kjnkb#:(Rx^Ǥa'?I^%# f-y,<5bY@4Rcs?)9Iz=Ark9K)4i=i i i-i]=4=t=h4ih2 +sq{l&#~RD{Z2}ZK gFP$@=GIAɻ֞ Pd]O>eݝB<-/."?O%>!ɇv)}?''׻: Q1vN-Zs&G=賏ԯ~1pמC<<~y>z7] uO᷶msOl?wz>萍<֮v,F;r|ʃ<&WPMyF-!ػ$ +(nm׮[IVvP2l%Wj8T@)V@P)Nmm-%UQeĈ_iVF[6Q+JGe9QRz>@Ⰲw {GaT&b7IRHdO +JiftXj,uCNH=°' H!t1J]e4)M@eڤE H2/A6H|iKeԃe˱r>lvngE6n[pV5Mƛ/2cMdZktks}[Dq}n[^"Ug&="O! u5sHs\aı7b>=/9MgW5q:.KJTfp{Ms{|3881]\k䚢q\wԈ 8ɝz5"q}\{; An^2U2{&n@NpZo<6¶} i,;Ȏc ;^a[,f&;fy>Uv`撹4.rc@ep<;Vbp6Ybn67;A:x.Us67F6MwWXe ce}ك egc;.c(9v^ܷ^fD,N>v2neel"^.tU"H\d>csn9@ڨf9o6lL0S\ci&`53[.koYՙl.T61ߒFLx2rYˁ2@ŃXz [VTl4ojZ[=?W~{pܾ{c%Rh)ؒN2zu'k3/o^d8syN쯦])㔹4v|C Yυ]͉ΙS~`Ldr欢C)tkB&b , 87go#4OMK^ +{R1i90?g[LF! SϗsZF&ޯG4LbtV]j꥙h~_|xEѲWIyLOnZvC"25l굚c(/՜ o..ٺrf lvÜl7nnmn?|,mwl[6>x< <"|M~rǷZK|RvxK[vt@]<ޚGOO<8ldf8mxxu߸b\3!gJ0%RM=E&# ˙dtCT*6L6Q;IOzOFL+!}4cm7\234 31$3iL&`60 `}: #~f aaQ9f\d.3WIf +pc.2fì5ƛ cNQ{A3bi7仢gh1М n)~И 7q|xL>-"v_>#<*_'k yZxG x_^30k +RtJ$.%ULPL*U"ŨpR"+@|QiRZtrT9t*' ni,28^QTfo+=eIYUY6-һm1d[eڲs ~[x)NT"fAa[=}e"xvQM.ۮNڦgms EeR- 4ƖƗ&f=%R^*JKlaK!#JOv'x- `qدHگooƱٗvsy<:)3뜳psQU-̊؊Ċ,ȩȫ(+l+,jWطR"PqZqvű`EE]]q?>C<}U -QYULT\Q1 NWܪcΩ[qa+V*\H]mgAl+[ ]{\{UKՕ*r-.%B>8\j=FW]a*\`Ejsu[RW뤫tvtaL]#`[BTtKMP03KͮmЛ<﹖\rkk7qܻ8w;͝v nͻmnۧ;莸m.Aau&t;]w{}Nu///6w_D{vaSGܳ9{ѽ&ֽъx*cxO'Qw< O'=eEI͞BO %<#zX{\R]iVnzZR{xA O7h ϩMM {Fp&{.y&3yynxՙV9w=KCXzVi ucqծ^W_wIcJw , ++uZmSd_-g%To?їZW+a'T- nSm$;; 4M z }|C|A;w..6]%8o7kkJ|ҐoCVVW&VTWfUTUVZ*Ez%V+CBeC(s~/~O;(7B?BM;?!}?/WUtULjwUrUZUfUvUnUAUZ*ʩSTU*Uu|WUs~`>*wU XU UE,?U_ic㫺Y;W5 H|*>(g5ȲV-ŪU-[ $ +7H @V G +%K@ U0 +@C@9C#c{ց5Uq c I<%0b`4q`Bnn o`:p+p'K>+jKb5E8jTFj`BuRu*]QWaVWkqrFU;=ǴXnT6!hq@ȇꓪYݻ Oc+,AGszJua/fLm1zR_#_1 ָt09&`1?Xd wP`Vl`$?<(ق``O#C jp28 pԲ5ښؚĚ`;?1*55%L<[Xj\5PMĆ%_sX͉S5y|ԷT3Y5jnLܪϯ[sff-BP\(0)sfhPQIs!9 yBMU¡PS5:: NΆC#YxuGBcq.1t%t=t34 -VKSBYtmLibvj(ɥG>x,|jçpL|x8E)OϪϩϫ//ԋzWxn+ۘP}C#-'?VT}LTFt;wc~[)kx8lcS+O:+  IoHţ!C]ذ'%ְ!_ 5Ij`z @CujQ?VMQ?CZM!֡8"O^_t2zN?^O/_@k8%bQ]E)[(>nH3H(`3l2W5g&:bjXD_57i8ROt z^A"r RP ϡ(DG5T,{*z =^^(*ʢb(^m ']MAwC7C7nnI7QwϺEVvݪn>G /_>S~VE/T85#դҤ꿭~F/h +3q4?43my9tҙJw[8h~}تh)9eH\dKn27\kGʤ2*s۝WDO} F#GZ~2cx{Mz@~~QW  +A'迅_w{}z +3 @~5? <#GY4B5^P&N4D1M& %kФ74Y,w4(US)BibM1zKSهqϣ/} }(Jx|<=WTn>^OS=MJ +JKVF(^]'xmt6HyVaNide r(E}BͦۜP'[psd&o&^h)ZS^ mO2ѧ. G  +^ QE@/"5[ eFuy`WQh7,jF?@} P2V7D (9B@@@Im4w ( fii4Z7P6BяF6=ESzGXH303ƣ"Q1Jޥ>A}`B ̕\}7I4N*$ҍ{3c̝$ņnTRV3ݪU!dJn,jH|y>f߯yus\:=^;+{z3.fusin5zqs2a^Whc^yeƙqfqvwYbx7e=f¬͇-#1wkj^ ImĻ3Yj3Ԗ-S[{^z7,kjwojSoJ{m|=/s-3mk|[$ʲDYaW̹3d.\&sC홻,ܛm!s4SUixFNaIEums<;%~{|h|x|dgτYyUOwwK-^fUʪv(zVͬYu.jfZf]>*Odݜ5(kH0`֨%_4.WoJw?Ls:^o?o?oO۫5t\&^ oޞ///5>>o___7[&4wooi3g x{k ~k Z:-~?oo^Gyd~?gsv^۳/- osfYy=S{z=Rw:G_ǎbsj Z [jr-E H"7M2[TDsCؖIߋxN0(1N"q-'siq?Qw:ҽ?qߋFѭ$Oo' +)g[[ +EqRnmr|ZX]\ᓫ/)L̠bvKJ2{Hf,"IN.J& Uԡج\b%KogҒ=$orO.T,7=[JfEew~HFYnar4xm-7݆IE{+Fzڿ׽tŢ꓋nֿ;wҭD9nIs῔9cq"V&c\NV;q丏TcnГ:s^A'Œ6عs9wys_v<369㲟U;z{w3W7Y#YBtMwiW|=dη]kىwݸ's w߮~woѽlvNTu~-;6eM6]'YY;v>]庑ム^l1JTI)ڵ|鶻8oǎ׺5O}+~Xev H׭O*ݺzXkpr-~2Qo?Ycwk&Dɭ\#)ɵZ/kdrLܪvZϮ{Tĕ17c6~^]Ayy{X;&i͋<8oI\66%qK1uJƗsP̝;Mc-i7E.q'bCo`PbPB#8UQ 8(1x%DI+Y!9Ql6;yjʻPE[9 ofcVMd|#<z3EbZ dN7UiZ7XIZS,oſ{'%?|,/yKY2om'sd%daQ$Iu<1ad)OP_ yh%'V,'ܯbI'y](Kr9ڿ[򳹙rrdU1DzRW ʷBif  +ٴ>|0)Ckk!"xy/s:6`wtAoA7S #}=3W3⾫{;p'>yL0l +б H/ +<~O ^,|7">Fp&g`=(sџI3z{ mOhw= $B_By'p/_KЇy +W[@Bx% y9>bޫ@fw+,j93/Ki)Ku),lR +,2S +,JlU +,bV +,zlX +,Y +,@k[K`R` 6,Z'ZUwg<uDo>d ifw]D"[K~[)v'4ـ&BqBQY6f9s+rk8#g?zX, nC UЮ,< <\ +κI վ{/%t +U)}([ ${@t +NV@Xg,$}!`KdeW)ktxT@!CBCptF<8/p +p% C?$ +΃sЭ&Dˀ ,w`>s'4ng +(R@37 ܯ (d% ȝ|VR;9X#t!}zjg$o 0 H볖GQ hbaCY: {Fw[x*x%{Uݔ5 ;Z,~<}I DwwgSR /,9ۄVz¨8;hAPXf} ߠTir X1Z>)xSf4=N6?.%ns7 [BЁMyڄW`l A) |1%LP]A[5Q_- V#Ղ~#(!rю&k.0I#g mhui p1<pYcǀ_guZoCC.LA+!yY SNeFPwu;MOFn^`(>5^A_w Z\Zkʔ>uB:މƃ/%v+xЗ&.=GOZM}Ucn; +Vz;)m͐o+p΀g`t-.P-KY> |1%%m-^OПQ,hONmO97wr^Lc='$賠ںiȩ4;<(p%hX;MvPk?ssvf9~dGbڶ& +E6Ht@Ao^ ^LԪ ޙc[.c_x0 +3 7ZA?QaZ]xh8&Hێp=x:o*.J؅>]J؅>~yڔfn@~ P].V@/Zi,ڂ~+궢y:1Oz1!GAw^( Z.hbbJ+-f BxbZ:nZ(x :nbFb_uASUpk +w(/I K4Ϳ430+6C[hksl xfv-4i֫Xtp,L,42L,ӁPe:0K-.+`a^N[5r\}ᱶؤXHjXZl( G3s1s`Xf oG+A}Q +}d(?ߏJ-FT~Xyu^v4v&.ϏEZʗ~LuO[7{‘Ycu_F72> 6C#/Zm[y_He+βVv"mv"mvFK44Ynwo)&IlyhAo_Jk[~|cD0v.LGZIV[&d(Yq _H.kC~ିbFf8[9op4݂ML }d6,Zљ"4?ӚGn|raĄI4됿YυG ;ڍiŇkn../,c蹘V!A3>gSahVeHf]DR~PPCnv}8g8(J۶wŌZOxPOow!ٯ$'z/kfJ͢5h Y'Qׯ  G⫢C&zn:juXŴrvĦwJ(P@y;ehOm5(a,*FuzׅiDrd#o_N[wWuRJS4P'umĺY!$LGWopG7HxVd=RAwx*SZez:7Pcn*{Jo,<9go:ʙ-7=*po}$۵RZ,KVЗӐ߰Lk&4| 7#jF<42@uF.EO .3A ؿĞLcs-w}5sCFSy +ېPOc Faϸ^v3o.p'svp5Ԛv/VW8XtJpp찕-Ş8x3nx@IO= ~{S_TBO=g7-)z,,Bgǔ|5{9(\;i{ %(E{Q +P\e2_9|VK_{L8`GaR3,<XE} $LE$T)@F9I[r99y 0p1@c%?xZ|; +;_$܏Ͷ@ö[t;82[xJO,/U( l +Px;֋?qNrgğr.=&iHiء)'Gy?J̸jʴm|ia)~ .8OFsPe>I3NH+¹EMPsK(S2/%^I^q3ZmJJG Y>ĊMĖDȈRVU"FXO#Y)-Z^:{+V1Aq##zNScVK[9v"Kؿ8HNYc_7 vjrJdk,XfytSm hf`I v/`=bz7~CɂA'ɉvst"[&:aá{*J!˜G7x2p9ƈ̈TupQK^Ll 獢9RY\kF5&GJ kSe3%!7ұ;YVfp"(k 'v19E6fYvy,~#7t@ ב-"[[>{d}FRr1/s *1k`?WoeN~j$7){Z[K ZUub`iVp~HP$P_C(e>(˟=CS9Z9ziː\ቓX͊#Ih + ǩZq ߁ gQzGwIc19P}.y;QBNr%f/;ٜ FBAN!ۣCm!.dWP&Tܾ-T^CS[L)+9ת e8Yh0*+GX2vV0vWdW9[-s:.tέCI,OW3Oiw`哬<$eU.WqN(/{J%qf3lK'öi N`v+,kf#T<t薣lʧxqIkA=-(n| OQl +mkCi+N8;mNU*NɝY,Ήh ˒HD[MiPwnc8ɟq e&- [2\n籛ssжe٭{9簯,'ZhA)FnNeC }y:07Zl?L'?lBUr!^w2sC|\~njXɈ汚c#J] RDv<=Z3UC`g}; A?ε: 81kYMy Oĺ~~ X8irfI&y7PAPֈt2<$R9Ab4ɂrzd(E ܉U +uK"y_DԽmv4OtOmv֛)q;_!aek`ذ3Y͜XwPwkF 3!0?WH7F:k[ {qv>~bEq;;-6*;ő܆Vj5e:XYZ"Wڛ" ?Qu UJd, bj],e܆WhfP'IYPVCV0Pi:{z:M≮g3*=O{|3;_J.R&F8'x_bT_z#I3X#[_A'A3rS<=%1Jmx>;A +{1{ G4oWBy+ wekK7ׯBUv:#n.b7糛[V.W?j dC &9['}+BN ˇN JhPف&ob=njvV93來' 7 u~;=/~S 3=[:xS'uv}L߮VqyE_=jg1 /G&&}/H舴<E2T4 gW$QWແYx>:5XKN=511sPqƿHN'ҴJ\W_]&A+BKqjf;?7mμl3e^:xvܞ~+Kʼ~* J{YLYSlĎ+J\(=y-x[3e?Pʡqs%:Mxté{GvTjxg<ӧӺx!9$<s+#?]ȹx>w.+B+J/B+/ 6AxnMӔ O`8p`,K<"{^"a:YG]F$Q7FݐB16 W_"?6|ʋr$\~U!a=ucW?c?7MлCNjF#i< <>3j0 !3pz2QQ;y2s9@;1fk +<)xQEpcd!>$ڇ!ke~EStxS 5:di1-@|&eM 9CD[mC3UWgτ,z=<0Z Jۡo4 Rt+-pH\n\S 9? !v.v9瀧cbl 2Ǡ'򝭘e!, 3pVe#h \!d>D[?#2A<|+DE|>Rw];_׸*|A O}"W \Vůn%Of;~UV_ +YjZU-B_gӚT -^ڵ^ʳ<Le{|,O; n?|\z~_=_= |"z~1_=W|_=oxxkOczބ7W?+}%>ooWk|ejyL|#>ķ;.|+>q}e~k򺙇^.>|0 [^O,}y_z/>NopOop}xȻ_q‡zMꛄ{^;{Co !C!,y[50`%Y%߯~U]]]_W{xćLŸbFO{|ߑU?Uc>H!SxH_ÈO$s$߂GL/^w9ߡ~NU.zf ,:ߧy=1\nLf4ۘ|:t-OuWGI?'I7w]{龿GQSHNE+e56HRcՄ#OLa),5HVթ{5%T֪j^jR[Xj}'{P*a9z~uou #Mz:Go 5 +?"" GDݑDuLKKZMQ#" J4Prvj .Ҟ)evC:i4=D~6~Ҟ ^zD!zcDGbm^&#D[7ZtuL4=IGڭ`ղn|է1?;t޼W*uGW/V"$u/uz_ћu7U.ctހ]X;"ZX+dvS}:z]55W?B>t-OI_z՗5MHX@,=HP<.`\[|"9 !/b\Z]F\Z( Ah =o{d]g0Z|"r#kڌhq& mhG=֤QzvKU.dџUhڢ=uowCP<,̈KtzJ!M.!g#g + ":T* 9Bb"TEb-32P$t>C|7Tj c$]D[CWHL +5C׵;8Mx 3ڥPJ +!H:SBՑhh<҆dz͹,:Z t^ӫe!?JBSz= f荖z 'y9.Ngܰ%hN3veu-gB}꘿!\pM6\>m 7-jnn:Մp;CT;`g|SCա@k'T;Px$ Osvu'^GpB!%|eI_m +7dlH[D~Cbr88D$s?II⹌sUlsyVTDl c9/sgs醣O7&DsycqGѧx1}r>$=yA<}f9AV| D@vBދ= ^02O>`f%Xb26L:ϙ@<0A2H2Ag҃k;9!߀ +Pu‡ԁp=433n~ #b}1gr +̂yxdoR{ R@d#^P] l})vG`eԀ4FEN G+&?C 9v &ӟ1x}+XHڏ/;GG52l~qOc@dE'tQO È6yЈ~{3b;^o/>Aи^ycxIڤ\Up @d|#)d?δN RG=ѯwS,^c,ozGi[ >/Çbaُ(ezh +['615D|]G}](٣6{WobǦGɡE֟:RX*"yïEßQ=tSM1bO->h Cx&S Y[ˊZXWZ4xY{Orkָf {KMfm#~h:Y} GCѰ_jX!k?~q#'аSr/԰0Z1^v<'hC8i#F} רaMHlpd÷ƸkdV ?֍q$m 3b}X:7:5z1z c~]`m=бѱ/1;:4U}Ntmtm[QDuNF޷[Yl^F4* 4+Q\7mpt<c0 +`b,5 ހĂnSzeaW@6F7A>=Yj*׬4&ZY{m|t3{!0s`\`vVTyDqk՛R%op o(47)%o>'fF}I6%i=整Q/Ap+i@z( KO$eFz&=^JKҪ!mKIr&g9r\T*;dQdU:A"7S7i6] ܗ#!qyJˋ+yY^77[%VIPxyYIQҕ,%W(ŊUq*R]QjzQiRZVMiW:nGWiy2(cʄ2) 5eEYWd _f,%!"exy Y* +7﬷^\^=1 ;1͙bvbkřx'D.ěN 4pfS;o2}K2>MiK.s:~/o3͟s1a5qK8|'܏|9_7yn2oռnGUp8Nzx ( vzx @&F]'ҨIQN.p +ki54IӳkH#kKZ*40i1JXeE8qquWɜaE\Y2q}d2D0?7]e/LsO,s?r9Q(k[rk\c"tNwpߐ?++11*S8wrʛ2//3EA1 cQ[8,N33R\W q[ܕLRd4)Sʑ"TrHT!UI.HuRtEj/1/ʗehWqk Z~1G-^0`)PjXV'SRSt3iŕ&?//iM%+oˊTAQcJZA_rn(JiTI"RҹT**%EݱJS+J$+וmx+wAC9O+\u.ׅ}M'о|&o~LbWe,yf%cyZKq-.]y.9'y||\r:76.+yev%ӑaSi4?!!w`o‰.ˢK(1z5^';~ĒK!Ѵ :} r5T8kY~:=v`=]Pulێˇ꽯tD廣d!H[`k?1>Όq}ݾe߁&arIJR-gK5 +\ Ց:"oŨh>f1p{ m;~~cUP#!z#g;Q~0.2~q]Gs[6Va킭m +7ۮC][>=]G1͏^mLYۼmʶ fؤ +Dސ u!mB%BŴ"XmSJ' j@-ao"RQW@y-@i01aBF~a_֩%i@N@& +D{=z= {]^YPAahDt!~ڮk+@@ -{ދC0x"G);`_r +h_uT TU4wiь6;(# QǸc**OeW`;&M[X,O<%'=KUf2wm ]4b)E((V*6Po6u!nw.> <FdrJYqY\7ok)AX)Rb)qz#.Y=2A$C8_K2`!$HTolZ!@;WC 鐆\#)IЧ9`NZu)sҎ''I e<_.D.6 , 3"+.v|' ^C0')3\~)/ɫo r@g`:'+i SɁOˋR%^Uʇ}V]=؃SQDC2oü)WOSK_M9Ϣ{T!i٧a^:H^b/DYif\]>h .ce8O>eV#׫öRQzcW˃{7dk|'xvUVXj [/|qZW6 u}Gǰ)0 IM"+u l7L'.bAyA5ްY@qaf9!e+LM?`2LmMV[tغmReH[Me[-^V۠mlDmr,xj kKm:RgC@볲-Kr׶HBmmԳV88B+{R[H, SAȶS{y +z ,uBZ-a]ǑRiJw2ϢBr\zP fHuq/ۺϤ;ҩe2c!,"8ER(V`9ᩬaRҼ 9ԃF\b9>CˡSd)?XGlt1~9j@-'}H2`5?[ ?7M&ysL,[~&<6F^vNY'f+u6^[ՐՐ_T8FR}Ayc'П:, oiv,@Y!ǩ}1IYY*ɠI3G#C$$#8s>F%4?:@X; ا9 4?O;^`-s;Uwz [(BʷP-FybagyH-|YQQ j ./),g'd=ǝbOדcķv8ORfjba;Q yN2n!!4+3kYN#g7=2s~zi봵- (#o!oUO-d{"C-L34H?/Lsۉ ;Iuma~6ρco}tu^j!$}'P1Ջ5i5}7{ORxm <NJCVbf=2&\Z>{>5y#Tկg;#Q=HKE ՟_gF,gu\O!σ|-}K\{'%,i$c& %'B{HsgdU?Ff8} ˩OFKN\Um#pZ|(쏠=S "wBaL*|#E-|ܡ3QSm$i(wT&؜`47A +UZ@-e}a?F;$21y܀fHB9H>d8?䍌 +.mjz9&zT${2ړŒƌ1\ 6+\b\Fqwcb ^tJu:%c-b30g.c.<,3~6ղe7~3_;!>` ILh (p %_ 3:Sǔ9#j$/roBK9#*3\k>H\R=?wt*s!8DS +&$DXw1hv`'$^ĨtNbI976I90'ܨrINb!DXq%NI48'Q$ޛxs!r(n͍&$Zm $Dbl}͍&CI|57Thj&$v5MIDGhnD4"̍|&L"Il3j&$D/eLI|2L&1hd qD$Dxci̍1&$ +FLbQ$~DhaFCl0(_Pbz! ƍ݅]K"uI.%q܈\*Z%$m q$DҒZ=ˍ%aH`I,}%Q$ޕDWJZI,+b%$rJV F@"TI *>ƝB)7nL)+ ō#%$vDB(%1PhDXPJ?$'[/W˵G^=!T_[o50Zu6qGOw|g$x5a>w^!uq6nPaۣ*Լ +.Z>q<Z^{ktދҺ%-$22r?Sȁ}-Jˌ֝hIX2ocFa1Jۆ*%c/s=lG¦ +oF<2㬽; z{ y5o= ?<Ïk_ešr^D/>'pod^a;`6m.G'bAO?m6sfހ2c7&Z~'O\#<\[^B.aذ6$S;gkf$ + >׸="qF +%N%MbπG?-:$F;$S/D]!G\y:iv@T?Ǜ% 娷x.6^T=Ӎ +cLu] 3v( [/x⭑;J g=]-~x\Kr,87/B5Wu5zķאCLԋ@[x>4zy (闌+Uke|푕_)ob0WC usེG S㻐}+Wxl| =`k!zQwChx cЊ/@6otoW1(Ncէ-$עLy=WuṈ wx._ Kh@.%|c~u3Ɇxc$+tM]{E vfaunEǞcbN 21ût|obʷ6FtN0ć_`rCX"~>.cOѪ!t\᷻\-~t/VK߅p3W*SEϢ%h=J9CrSk$Mw:Rxѐّ5k^n`2aZ?Vww9 +6X:ܭ YkMCa4ir])dEMĊSi)PCe߆>lP[?B!+u{SŐ{|ki^ V+f V;!ߟb7q2@Y35٩pб ?zo3 ̗{5e`MX&q5spq)W)8~;J'CFg]+X9$)f9YKw$$Z`JbIbO{@;XwgGr?Y.JY^.`E;2u`.j) {oJN28?(F;$ +| 67݇=Jx"Zk% V*p5Bu +}j͗ Ik 5v 0 kW[ AQg.7Șvvuo;>3m {fh`WAK^g/?$e=l&@0~@,O%)fL;wXh@ha&|@Kvyk7\ ލؓ>Z?x3'aO#GAwR*&vL>g9g9 lC{&7G>흐ġN>gV;_NuAA2ZU ~3=? e:zn߃FZU m tcE(IHcO3׉96_i6{gϬoƴӼ^a`'5iH3^4W@/qG@5[ZS߅i/p902+Ff`<Ļ{¹ =hg=w ~|9ZwhW!xst t t%OKtƩ5/ɳ';dHKy)/Yk>,0򷜪2Y X  ,=s%lֲ =fBE8ctB_ydIXMC BσN>X vGiRN( Di?g:KV/O@ |p;$һA-<b 69xz| H4Ho߇kqUOc$K! \vY/7Br#b?937 |~P{mg <oX~H^'z\B# ^QZhdY>ߑ纸:t?_Q*h{ʛ~ <0/v{eX6ځ=@~ү|r}l>_E?(Rx7xV=='J v\${]gs^oג~ή7[N{IiM1E}#v6[ؑe#֐8hw[KlLl'f7RK''V&6{j]o׳6'6:k'm}b_Ol]M} 涌&zX&ƭkYGe=i!Rm5څq]^bt}Ц=q}>JJNREgSjv*ΥY=ĺv;n9\7R?MW(ګJ<"y%vy#+Fj+qmNi'{ 1Bs6KR*zAUڙFmzDv[V%&.[UZzGǹ^_MIzzMcܒ'6J+GT:(LyУKצ>Clky&pm ]~Qvő\\O%i],v]aχ6J1md{{]%So=!v[r.rG]l2NGm&NHkJK*%N%ȯt;3q qX7;';e;hxUvԓh SuOC[d$hb!]M<@,n3ybv^@)ۮI&v8^F i$aɢ(JtK$PrQ—˳K>NOxdu /^TٷrsSU*a5OZqynWkiwfcXL7R6| ]ɿSWP^un-"ۗnNtCyycnnq3w9mvQUrgWNunWE{Og9t\ݶڑ\nrS'}))]VI34+E|V/p:ֳ]:9ߕ}.Y[V9^klo +y*PQ !*;FygySއ T'ZU}{׫uw*}KUx@]}ڗP]E S}߽{CW|Uվ꫾}/W|a_vR7[k񵨛}(ii5:;TdȎ1}UUj\ԭwdOϮξ[}'{ٳ&g˞d8FMͮˮSr}JݕL3:HWk?-5VbL-WTA5WUګ:Ψ]lEi-JC[+i8Tn&j8CMG2mR[mtvlvkt~lNhY>P\ULZxꋒat,RL}1,ClaO*Z<$CH3,QW' Y\B)b鋳NWܹ8KEiw/VŴcI銚h4XrpQqqIqaxb==(3wMx%)Ay\/ag\r\/vag1E`ab{6\2W1JOjKPB ]UpNEf`TKuRdT/Sꬍ_I5PoFnt7.:|f=̢#?C'YP#5럡l|.;z..%k>^+XO)E({G/;UFjYv3m'`|r:J%dyjktfԊx !Ջ匤W䯉!6s6#yA~ eI>; >onqVWesL;G(7}W~J>lyL"yyy%yey}c q͂,|4^Y۬]5ƪes LCy2Ui {+ϧO՟WC+Tj|׏s3@V^ѫ*}ޤ~1ʘn,5ꍽI3,0Ӹ-//,?__^H"՜MWwD 2i5HE:ŧ$f "ZsɭH\NI` ZG҉K"kfOH)Wfm^NQ`+I;ꙛN& mexb:ųp-Iቤƒ)6?j<΃ڂtk`%RÙĶ%md:VĚB'I[W2X'X3 6/v,T0F[WzT<+44gG,b=ZbBChC\QYb3C()$VC!]EڦؔP_)V[,H/iC!?H&f!:Iv6b{mbvfѡ6ƶ)FI?.VܞNlv ngmpUG.cLNޱDUdϬ.8ڪ[Ǧ =thy_l$AڝbcE)b,"`NJb=*h48hl@vKSW{6Et4\zQiL ϙBgD᪜Bi349}%iC{>'NM4rt +YݒN\³I +?I#upҬHN  6g͞lOI) + ̞=)\<ßl<=LR%ͲI$x(tE W}~D^4MBZDѪ:@kѺD/Z'Tt_h1F[66mGݟУ΄= a7я&?NiFpcEb("<B c-b8ӛ!Fb1fDcqcM0v=82ND/9Q+F0Cw"dFY_w V~ˆ [[??] UUg0'FNT:]uj6g=RUT ܡTTϡO|UT#e=- 8 +BIpiF܀6 %mIHѶ-!M;Ўh 9B'fC(~B# g !("fhBQeBf 5F%sƜ`,KBal -Ɓq z3 "t`Bxf,uz_åIYbAH ug~ݟz߱Ns}v ϡJX#a*l~">DfD]-TVd+/rEWx\1/$L*F0^,JeD9 Q5_lG:D&tr#[×{Uc\]=vCklcئAcv4/hlAG;4v8hHѠcAcO;p9U`qN&A nч讠/Vеt=ӏznCW=( +u/LCKIt `l``D`T1` 6HlPoA:` 6/ CAߢW`_ # qglƉq. …${< n4*؛S)>Vm'x<9r!2# 1],X8;ozܫRS?[R++| [!=J^%xj8/s l:>DQq1Nt' vACQ0?:2eQ_+W@i>9@qops7j!VB |jJe K$Sqq! +>SHE.cVL{ ƷB9d>/I{Ds4D^(Gp(jC#SMw= 1 m$V~< SudyE]8Q_rXEdߠա#>'/xA}rn"KDR\ IN6CY Pf83l <,SoLhk4wX9p.[[x#$6ԭDw4JM^(>mWeB.Ag3zAxxpb߈ [!5ROAhş1'\?CpZ '?{FJ[)'@e I}C0yeIZp?_@LSI{a݄\(W5@U[#%P5P*F@7Zk"r%+\x…? -|v6[k _8#G,ZHH%ce<E.#0 CqHU`M{P4hgjH'Dbu{Ŝkrz^eVm`p/L$MU=\CIu+}G7 +g~ԖCJjrGR|92@,`{ilPظĘD2R)ȄH6)O\DrԤIa)q(.soq Qf)a uڪ +b[ֆۉ,mƠG;#ULrgؐ5gJ/?kwɀGuʗJyU~fkJM +ϿV%)Am q.+ǩGX+}[6ʡ5O4Vw\9T/Mꛫ~_ꗪSx6}V$#-Xm?"aM;X$Q{hme#..ֻ}z<:`V\pLf|S,L=?|F}4ePS.kesCU*rfip*.,*<6>Fanc'~ٻUNU5\7&Ocf hRsfk 5ɢ`ȿ-AE?5[`7GiO7<wlfNJ!k}{|y,ҕ>ǧ= nM[wagzu |~_9F0^OJ:Nfo<` 6^<1lNkn?!pC8)޹ϩTգ9&9&ooKt[`ViƙX.筽 8vtD+oʹM3Io~8yQp/BoQ潜CMte؏^l9_ۗ@K+POVڢ[8'qwGu7jOz>o1:ybN=Iz6k.:Ů(GX_s 5,2ŷ֌ +U=lߗxGjϙs}w9"v#&Fڤ(P2ӣR +7ƥoLPZj믏L(eeFCso<83W Q[d1q~GvZ^/(9X>vc{Qum *#ؠOM/r n!m5W;Ub647(p:d~M?G +=sc&u ?w8YvmXz&WZh<[!*=Q7r3"zcg y|2ygמ}V3%|<ٝ{>x5vsqǽMgfl̳Nюc2. O 9hs+høT#7- FL ?dmwHY1SN`|u[90_&5N>9d+oڏ Bז%iD8F w%9L]E5Mz4Pʼ4J]<i3 fKr_B~ɯokxRgDo1kmX~Si׉{X(Gq[7{WZ2MmͮtA ?9xh!S 甴~oWppĤGS*]xchRh&f9qṕZVhakZG z4VjüT5~ɴ²m 4~Q4je*CѸ5"ӣo桼6w |CRm.nٲyƌ>_s:!a%~l6pجW~+):O${jۓX*b~Hj0n]O3o<ܽFT:7>E^< ,44"|`a%%ˉFID /DCX,^7SI1ac-~gl'o9>㩈]Wݯz߮>ޡ'b!?T(-b՞cͿltuV>cBo+e^ S%f)?V^Α?CqFw-Zvo3uO$ݲqx֡h>k=6z..& i̍F,Jǫϼ*dzT.ӳ2_.O.A;qБS^dlKalrTT^}nNEF.)&D1⋳I"orx1'dzL))TX ~$s@*Y/é헽"e6g}}/m//njXv6)0)C~ː=uYRz;:wzEYnܭ>eGNwTq.'NUt&:*S-cp㬸!}twzBqĵw +> +stream +x`TU{ozdfR&yd&dINTHHAĄHQl"Ze2AEEwWE] WdłL;P޽9w{nyoBH^T5g'ǀśTWVwp|p2ouԉ7 Mo8&UUTPY&͜1gqÉCMĻ6,k<%u@r +⡆퇰 u.^ˏ+@b2`Yttۚ[y%K`ܩw`:}يU a-ޛim]˹d"ma~Ҏұ/gg]ּwS&;h~8 emPfΎa'x2_\'|rAe Ds) +YJώ'o:ߒ_ܨ6Qm8T=w/ZSO9y 9g͜1}Ժ)k'TWM¸ecJss|O;fzVV)AVI +6=hheh +h9LPlǖcEǕSIHI"qYbG ܼY _Zi>M>)aDRc۫ $Vkhnm,QգLtqi9IӪxm58sVCu3)QDjbP-%.a}žݽ[`aS|rCPhJBuoAkf0SL_s TU3=XpA{v3pXKsĢZSG܄:`߰8$֗(-BgAαXᜑM$6UM3cY}ˋ_/_–v^OU!Bku_^.onA,antmJ*9 RHmbZ"U_buoSuհ +DB(F֏c"NuQlHlp&FOC[#%%o$Qc;pa6rW#6Nx*aKJ'6pN.w`1`BNeY:֙ԘDtԌj˂>}~kTu(]ncUF:i3_Dn54l:k/\،db+ai4zp g61_K[7S7k^4ۑURLK)$Nq d:UJO#'gOݜ^ָ' p*Kpki?~aoY^Lni:as UquYxTy g ka/o?/v~3+3٘H;\d-H6Ͱ~la6vt1b+{N%~qA3g|ǫ A2T2{W]j\C3Ƀ.pr֤7$u4&R;e^CPg;Mb҄I-ͬh`u-l"ZlAiKHurJ-878Ro 6f6,i%rvjSc7mH{{s$ެ6`[<$2::'YHT$9#%xF]P 9lK*F꼔 Rm GQT@`dʊ>ƚ=daZRcv܌?ףS:\Y}=dU?|guҨa064o9j̽W i#D#' +zQxPЊeB2BVBFԝ(&@َ"wѓZCRĚ -8(B@(G!Kc%bdA&#" S`[4vN#"|J  $' >$|@x@ȥEK? %F!oso$AxFW ^&Dx'  @xub/Y3鶿#I v6!½-{B wQ; &pvmT̈́[ n7n7n \Op-ջp5*•+./.&."\H. l O8p.ᜐq6a=agVVV V ] P|1b9aa)4©%vb"BBXHh&4N!L80h HK s 3 3 S u)ɄZ$B PEH$L c 儲Pl0PB(& + |B `*9lB!AH'R >73Bb؂NŔ#(!@p qXB Alth2F L0AOԦ&$('p CAw#o n}%;L/ _>'|F8D DŽ>rxw 9JoUo95^_&DH#GjT{ zOSӿ':[St'CJqcn£GvvwP F!B6HJ 5}^=Cvq-Up5*ҕT +*y9Ა}R*y bBoր(dkD\ d;!d8?d; qK%ϡ"g"ݟj ݏ<Q\w%7(܋QB(BvP~VMvM(7܀r=u(ע\r5U(W\mw_rʥ(LG`.vpsBl;"Ŗ +BwʖVtB'pT8ؐPF(%! EBBAi>!E,3D0pR9AO A2VOBe '(|6[(o:k(ⴼ2#(Bى-87skBVWsVV &*~Ba<`#D3w<"ᎇ=(ԗ3 shgSfffS IB5LH΋7EH$$xB!Cp7"QC9r[oPF +0ʗ(_~(r]?YgPF=P~ʓ({P@GygQlCf$%EXNXLnYDh#Z ̈́&|) '  s B=!C&d2 tB!#xinR юm0ʇؗP^Dه'?QCG@9_rr9sj޲>vm[kǮ[+:gݲjܲ&Xc[V׮ ڲ2_Ψ G蹦gwl#wzJ֬﹢a>=z]-]EWQ?.nuq3x,+%.rX]-:nxC~+jCkY^,2va!Aױ>a4t%9[ڶZrs rN rJy 44Nss-99 +și9u[SrjfrrjB ¯Nz!Bߔؙw&O<(t&J99s3^xĹ.5nk,)3j}i]o~ VX7[y[[ Ym5=jz$0-0uߔ_c6IFa\8(\nƜ1%0ð j_zͧ0SmXˇqYf;gw?J+>_]<)]aWyAՅA;.kA޺>K!.8!$lޜXX\t_L,Ҙ9{Efw&^PweE~IYrVtJt3H{`nR"?ƿ4Hwv\lUw^l1:]0_ &GHo-p?<'A»1|Gqߪ9;~a\20 +A1#ᏆǃijL(|[QmCW=҃EkA!n |`p K0]qHihЭtVjXgZsa\Eu_ p\Wp\ p\7plD?HKoxrn_p/v~w]/md}h DJ1VAl8gNnxD axq7㒍Y?]Ox2ga/<'G,,km/*o۰_a7#RGXrKR9*>p8p¨ٻNydfl>bН#ss>ObM Cǽ\dv߻ o#3yd3R^HH{F(1ʇg{XXyqou.^Gx:DO3~"'A$az> _~h=5o[83 J 3C8Ck[%QpJNgr:9gq9r ?,Q\4g29'ssI\򨼸s<\ +9q#uX"fTt.[L.E=+⊹1\Z1]r˓X 3a!,#g}*}?Vv&\9t.{=b0r4eg+.9rRH tfawS,| nu<PCLP -xsld$" hpnG+xY)V]"̲NP_C[o>Qe{7^ >e-7YLZRysT_IaaxI6񒭨dx ax9fՃ)ꤱs\7n[(yJ +JPjԩ%)bSScuJӑϕ'*?,kZmJ4=%?:٨49cIQi⍇UN:1#N2amwwl\VvI/Fwm/nuo~L/: ra/ gS"GۑȘ=¯)_Rvr-CC7CT쨀2@G-J&so2PO|N6~/4#jd+6*]DPU+tB_j0& +\ERO kC^a|:τq2ԯ7rbc)!dVAmx"b,jk ;m;02ꊨ2.ֲr z8T3\r1\!ggjW$=`ޢW$}w~vaSݠeMX$E9aGRhv/IZSКt Cú^`#}W>jgٳSqdc.;;n +ŭkMlD + " +7 N],ۍee &0Z4 3KCRV fae>_Sۚq^Umtgޗ52J!fƠJ{~Jϲ$ 2=tiX qV|KoM\BSo;63/D˞e0 uLM<PzWpp.XY$iDow4mmO/&[:cV߸3Vdأ:Y 秊֍a_JrmG]ɼI+Wg<ؼEluᏄgݮ:wwr..:F_T2#O~n_;Hz4aj4M93I+u|&FőW>i;bF־}b]bZ]ژVukƱ׋I1Yo):e|dC c9<]*ޢ,͟V\zs47~>^|3M~ěun]N0 +:.go Ο9gqaӚ3P&ǽLx&إ7_S148W=#;? =ѠOw1:K+PSk֔qYtfvuYZGYPku{r~Q< Bڸ\J6oi{gX!tT|7&ƺmqU'*rz3>*q;bژgdQhYKvLJjJT:Д_|F5&Ùq$ۖ~.7K==lwuX3'؇y_+ujh5c]VÛsF41%IF/\bUjcd94=cv~<{E\vԷ[2w~9˞//#߻Gt1bRF6^PYGF7c[5iL5C"oh2x^1aV kʕ^*Cz ]MLB- +>i'xǦ58D1˩Zyv ~g e/eܣA%&kaO&JW'{fpZgaZk6s7sRcKJvlZ8t٦W(O5*bO*=sFsrSn5K_3馥.x#7-&s +79:5V aVFF8D÷ kD} H?M+-K:,-4j5sC/3oV2/C 4IINu% $YЧK YbʤM%}&)*wJaT'5h-HRZ{LZX+)񦊧2]MvgJ܊d6o<`6/dޑ;4/$ӷ6##4y7D!F/*wT?ϋ%QKbxtTO(G9mr(G9&Sr$*G9Qr(G9Qr(G9Qr(G9QrWV دSIK??E*)HMR6 @ tAt,hZtJf,Am9`XQh[ -ڐmX bI#Ԣ-mKڰzX-i"LŖWc=XꉈҁeVc{#}΃B|#1%ݿ[IJ"޷h"e`,=2z/ư'HfY%/;Fj#2RQKHJ%YzT5mL>1,-:V&hexOV*Fz4\V} xSEwIӡ_ " +[ ""V +mi- i4IePEDeQ|XXt]]U]V]u}Y9w^yC#s̙ߜ93PSq(zÚdaG#Å갆>ɹaUډֈ4_OaBׇX#[Ҙ>4"7y^"4OE4+Dc=1vr.|4&EE[ux3ca;~'$ :Uo3BL{ z XVOQ#"VFm]u,u^y q*l8~D&VԳif/jZB6/Y#c=f-Y{)`ǹ,& 'nȤ[k0"HEFzeS5FN~ +O E)TjEčU? \nׇkrώ̹ {y;ٯ!q1 FE?Are48@yuƑ2DQiC{Oaճx@L{;iRIEVO|c:b,:fE=;sy%dt#2|4bV]L0TCH/+ۼŔ;{۞-O1o~tFq ¶hyE~b]=lEw91sem+'wF[K9Y4}b +T#9z\9H!Hgq3).h0m h7V _L#3-08۽8Y7[)Ÿ7Mgw̯3Xi߉bsto\Nxauܩ2>sWxV͇غ6ٳ료i1D#X31ӍSg灇Pdpzb;`CwaA8?uh2w>qb\U\f46EiZWѩ +Pe9=)gfr,Z>'ТBGP!ڍ=No)FЮClK͇|l,˩e5F1#) `-Q$DJ|Ul4j~,Ŷ=迀ޗY =%DˢQ1iehWAҘuoKh X%<=g˱vD̑_% +ɛvF,CE#vRG# %gbŤJ4 ߏ?#۸+'})k8*oǗ+q1WJ>#HYr.i^Q$U.-B +(zucѩQޟx_bQ[3}*/\DUZk?u m_#>E?˦A|6#6"î/r~WShވ7d'zF4 TN ybה`}Tk|n M hZO!]PV +[`m@+DD?o:ֆ>˯&j`}ՄWxa-ZFUj>7"^歫z<^ןjo7##\~_U'piuAlq"JWU|)Z/ZEꫢ~b@ :Qo xpdkEQև-Q؇;E\ȫJ]? a:o-#(5B Ά[Z-B.wT=*8֪|5԰Qʾ[ٚfV +L8߂vX¾`ClD|S<5!4:/H>L<7 <:WV1ֶAC;|Hvq;3 h44oXl4 +ք])}` z+B]{gPeڍzdmVa+ 28QoEB>,u E\U,$.`8Zu1SoVX߭ZDbY"!zP,6]U/oDǢUSWcroDiٍE# +||8<=^wQ[4:K;2jb+d&WO\oDeQiƈҒrTpmUUgiERl^Љ5JW" 3&BSK^~n1U!*g'Je_څlW$tˋs_^n}yA} }}qKs_bÜ}a"#ι/3}qˌp~7~,(haGP2Q![t*h?[d_p:OI!>5UثYgk(A- ~ b].WC(X2Tg\u +r,L4WcX +3딠,6QzuaHSn,,su:UX'Xrz~\ `3N#Zޅ%JLi[[ZN#$iMCcKGg&hܹ4,[O$Z0$ZWXhS|{4Rv=ٝhWmm`Op:ӄ4lԤ]UzԺ6ޞ9۶s ݞؓϗ7}|횴_H{ZEI]8TamibU bDș񗖽{}4#mN׉~{+)AIAs!$|G'JR+WdW͇9mۼ/3*Ҭ~זWRÃ7yy{K.yGgglH*>gNUuZ8Cq:/j2ipdG22f*l\qzLJ w1os39QIv02$CVŞ%YUYJr@\.P5}׈>O S,md{k}^+)B;hGjN]v&?)+X +r5]|*J49q8tp7,kx 0PZ\ +ߛH7}x-lWJZpfv^7 "d\ݝq_|\ͣa'p5w@nd "ܤW`|a/ |8:ܮ@nz~ f u*섽7i3N_ysN}< +ͥ8k&샣>~p r8\[1w +x3уp 1)uRqGr0Ńt1X{CG8 N)3әjZ + 3R}12ϊ +aTyh H*V{%NJxT"!#'"% F np6<…K W"\KpaK㳷&| a$l?BW:S(v'$&@8pX0 8 + C  = C g!O!a?XE$ aa9W!HpWN>~Fቈ/PB03a7:wهpaa!a9xHa4™s.%\ApFV݄ "In!l%M!G ~K@&r .aO,ĂAϐ p)O&Е]r ZџݩV+[e'ip/O:x&x.gܝ Bk&vLxݏ 3O8c<#jt40}YF<M/s;}g)v{zrZaM!̌C ,&b<4#:~"D,QLIx>oSMxwxDɭ'Ïx7VTîOVՂ7JՌPĉFv{g,]w;oxC@TxfTgHEӣ?C*Ί5(v gE٧VcbJQ5:L-S'!Y]Pש->zKadž26Me{bt XZ- ٖŖU-ۜ,P[mofg[f[c{նAJlIO?ng?j?pp p9*G1˱ȱұcII&Lڜ'Sg'gO(g0jtLHWq'NG8h.Gn O=;K],)z4)gK@eF/7rt>h?lQnSM4٤w1L@~JysMBMl-rkHɿf7]K5XKauZ`'p>v(Mo'!L)I9JʱRz K9SʅRrRuYRr)IORI9IʐR de#ܤw19&6NG|@^`oL3e&!NGoNzg y%x5t a1,U^ +{=8G%R$eMRΕRWKI=RS)xMe4Q<~R d)K)gqr)ehd}&#KwEoe26'؜ csI]N92M,\#&JV'6H)3ER^J}R[qܓf]T`(}Oˤ6tdyq:A&h4S12_Czu+Re@f݀6GHFe\r\EU= W ɐRSEJ.e<flqq$`Ufj3E)rt<5[J~9TʼS[#eL|NI#>,.ۻ]nyvOur-$0. ٚwJ)Yr,9nbvV^iѬyR.2Z1T~';dc9̖wZcng\s#w9K'S\3^.c.\\yR+f3'M~wI_jיMF}#`ĭ덙`I}WT)R}~a)mBˌ\3r=&T3cMzmTVcFi&\ä4S&f-5j;SI_iԟ3]lOMF}8{ԟ[f7zZ7w}ԤLN'66 EyIn?̤d +MXZrI?hO0tѮ1eI7z9`_c׏o4郍F}fF,Zfg`M9̤7&}Igwu2&}+-t7選=Bkqؘ?vw1i*a&}IoAXVje}Q/P)xóXS49xo-|+>)+qw++Poo\ >Q*g?5M(0q UX2̦`?2J^e8Y,G,rV Bwہ0 +LMAFElV~q'ա aKBr+lXZUZH˘בh7VRB%TR_w=ad짒ww_j U,pD[x Чon@gfA3.ʅЬd*0KIw(~(A%s۔(ܭU½RAX|| oo~_ʿ` x@6X:U',QSTXvR;zz e=v9|!//fW|)2 rv5_Wq8Wl(_WkjZaZsl8?F ,_be2+WHof| Š6o7u|M6b%m6+{^VǮwX9==`l ??qs9ٍ+Ϳf7o?x ^/̥('~P~aU`ufufuvQ@]v5SBHVYiX=lVZk5l C5jBi\;t=yO3y&>Йg,8gl~p_]J_ůnj~5\ć!k5p1_JK(#HO'ws7^L^k7s?_A(\xd&}t>f Y|w; +~ y|\0~| _Ac~?G770?\$S0?ß<[[:(z7 P_/B7(ok5(7_ PN̞]mn̶|fJX.fq=3npϸ=&~g3Ͽ_%&- L_D܆Pc˪LP&c%Pmc`99E߹OG_9ⴥls11:Y|֥tW d퇙0C8< al]‡p“=(6iofأ)$SI6I~;(N2jAL+_GY$;HglI~K2jd}=$lD$HlO> T,Xo`o0fjƒNK%8 l[ְgvke;N&bۧc\|Zƞ`O`O'їg3Zyۆ}h nbWkl3{-l+v9WUj[_`2غh=2NiA}(92g 0 x#<yṗ{a܇~XbXKA\2xã X O*xVS5[X :x^%/cx^`3-36o_NbU=S=COwϲ($gKN\ DQt$$"*b&'%HީwϟLUvWwsTu7l{fa)K ;ʎ4IvfgYv}K{v.~a%v]aW5;n5c.h.ZEKJ<"2DkFD{AtDgEtD7."z K}\q@aqDqqB|-')qZg9N|/kA\L(~?_į7qI\WUqM.⦸E*kB4] hAMj!-Ik5՚i͵6Z[QFiiIګLmVۨ>>>>׾оԾiAvX;ՎiǵzEO߯~L?пֿO~NVN^?_/??~M]o#겆)kڲ+l(Cl"fl!-e+̐eVeQviJc=.˿|BeW>)r|JOA=#ȡr.GȑY9J>'G|Q$qr|YNȉr,ȩr|UN3L9KΖs\9OΗ B\+*\-ߐkr\' r|Knor*r)ߑ.-?ʏ+? JyPyT FiyF;LA1s>OO+A 5;ڳðGZov,v\Md'i4v +4ح[`kwz0/F%v%1^*u ?'K217faflٍ+f;a]=Y3PˊF4N`+ig{jf,|o=Y,DFiGA%7Sy~bΌTdb$Ji@h"GLbD}$$HNJPݕEE&DmQitxI$464.)=X">7X۾g,n;m#Ge79,f65kBidXDfY;~'Zj4Pc̑w4wu)&gv|u}E?6D Cp1L`cijyxAcb"WTA>l6G4-Ғ4X+gZMKX런@..++AY<=3kWѨ5-_GiSOEդt2wx9JCƥot>OS6Y@@@j@݁<{y + + + +EER %~~ 5i~;=?k].kW5wvCtʊ.0ӠkRQЦT/*ӢL=a>R@J2m&kaEXKڲpg]֍6K0rP,'m/ +s,7kckyS=xVCO_`K|,KVztVz:η8g%|SSǬS;:uȚ {7>](I#Ʋ,k4b/ӈhJ#Ɩ% и+ ҈/4bcBXc3EbfK1Yq8RIK?ce) +eNJ(=ΊJ># ~%~Oz4+GYVtYE?JxhyKyKyQU9Dcet(i|$[|Wr/Xe1ֳ\c1q07~|#%Ӳi9*u-٥KYxOA{|!.8GeI2ƫfo{ ^qNYT,T%r(%ƽm1Q(lÎX&Q."~"<҄!aLye`Ms[9ت9wWlvF;#OH 52NrL,-FƫYgcM/Igg= JEҙ1!=ġ4!z(=C!$!zȄ"C٠l!zȅbC١r0T靖&*#˼<xu^7Ļ|]F1|xC #LܐPPP67B6⛡([!G4zqWq0ildU jPvyI +;Rv)iAy.,]>ʫg?x +kQ؃ rU޼}x} +NR87pFcpC@|R|n xTO3$7C! +o'Tzo{"-?d +m&;}Ɏv|=ZR +|ԖJi eTZө#nW nW"nW!_G܉Fܙ#_ qW񣡻TLy̭b݈ P^7C"ʧbq~Ul\<|BkEŨ%>BJ<OFgGsssSQ֠+z:Ϧ>#tj7 +Rd3Q<m-;HJZҽO T+d& x|M$_MKa/%nF+>¢*ƈ)tm&r=r#r3r,c1ǘk3 kw;ww]刈h=#22׌ߍ q$gbN4')T4Ushen267[̭!yԧP1g23;3-;{3I7=VySvNک? +dK87F%YZvO@/@K%Kd!4Q["s9 ܀yqo;ջ.E2ǀj$JxSbOFO>ij/'e*́,|v>vadl$݀id7bn<ݚv{T7=A*Lg8*b6fE]½)E}IC; I~ hXHe[EFDL8%@g#=JTWJ86jLR"5hui96A:4cD]&DkOކJ +QH1i"][vSPi OyʍFD/E!bB a7v9Mc};ph6M^۞@zW{oQ օzcX&Uz~~Je2 +^qRWݔxnv[V }=Jgd33;H3;owRy΂v'^vfOOlvifۃX=rأQ,=RqTv=^Hz_յ8p-׊Zp-׊Z)VN\+˝urV^I-"|a+#3ߪ#,7z+Ed!U35k=jOvM64] QZYwq'_cpj'cɫf?f#vb' +~fWMidJf!ːY lE.gԂS.@a mv!Ҥii6y[vr좤5] 6&.neKs٥l6\v*as(,ga7PnH}EPiLRA& D +Pv[CzX +U偤7R_ɚzdN6< Sa #Y +P-fϗ$lkvb b8!i:ihSڇ)Z}~. ƁQف```1}ҐdeJc"]"B6 ewCBWI:$ J*iw7I׍dQB#icqF92f#9ҜIO,M#ΦVk5d}i]yÕ{_ / o L#}0*{*% ,}LOwH~ }H>R HA)R) RG@@|H">R(HQ)R Hq }H >R$HI)R +) RGʀ)#r) RG~)R)RG*T#A*TJ @* <#A*T* U@HU U}H5j>R:HuR RGj#Aj: u@H] u}H=z>R>H}i4iG4i#MA4f @H  -|$$$GZi#m@ڀ mAH{ }H> H' tGt#<tGyqGz#@z AzH> }|I'A A |)@ A O<#A ! C@P C}d0a>2d 2d2GF#σ<򼏌2GƂ#@Ɓ A /#@&LW@^yG&L#@&L A&) S|d*T>2d:t2d 2Gf#Af9 s@\ s}d2d>|Yd,YG,Y#A,% K@R K}d2e>d9rYdY GVY#򺏬Y Gy Yd &ț>d-ZYdYG6l#A6l@yG6l#o l Gl#[Alm @v }d 1[VZ j:yX)ؔM9TŒMeTÌMuM]4̓iDTCm0;ff0XVeMY(Ql<؃=؃=؃ߏ=؃=`{f_͗5H[ Fl[vv]d_Oyxϼj!L5̂dvd$s$ JqRT{g-[pHceVz#koMޛY{kX4g!먍Y{oa/%BglaݒJmx>Ø37؍$[[ofY m{((ZV{I*Kjj#٭-lDT7VD[E̜-lGTs?BSѢ6f&ebf|4"&FӖ(M'>rz>.ҩ,2zJmE]gmD d]xuuL7}2j;#<1k~GLS('W_xcރO7ud'o}/|^w4E>`Fg28O_Ճ~(y|2Rq+.U?>.5糫ӕvky0yo|\PϬ5ki@eMGႬvաP7zCyX Cj̋.^ݜJHbVǺ!=S:l7s͊_Eɗ`펴5+ +AJlb%iu7sŊOi(s< 5Eo[}Gήo2שՇxmd|/֝ԗ'H7e! \,oK_Dd!^ AkPxi+ O/%Hӹƴ7} OfUYKUڇ]WChAvv:ZYA=]a{ ,!{${m"uKȂZFdxhoI+zIQO,R d1Y +Tfp} + p +ЦrSTyX3Sn$VGՠDzSOm46Xѱb.n2I.^Ж;5.?F+~'E.R|#_N'i*_§H8'}|$i+IS.o$E)^km)w6[FתV;S@P ͢fm>66ok=OǸl + |acBX!"kSjW{%+'Cr'g\ V&vr%@. H:$HZCg̷caY\A.p~ $;m(,;tBo:kpL_3Rw"jv{Ɯt_!NiZuV_OjB^-" vFZ+5KJu4r?}Ǽgxl"I4 y>4A سrTg5BYrMѶѶtюM썞߉_t^ŝÝf(hh?&pG5p ج̔!1)dU:9*:#T3*B-S2}FWэѷoG7GDFEGwDwF߉}/+~twя{%~ ܏OohhSсѧ碣S_}):6:{7KT{y[NJƼ;NZv8}'~Ng3lrv6;[6grwv;8:9{\݀tr\5] 7kQq]snA[MsEbn[-tKn[ϭ6p܇nmpvO3w;pGSܩ_itw].squswﻻoG'<ӽjx5Z^mW׫x FC^ck5Zx{^o{xz|o{[-xKeoޥvo;y#Qw;}}Ny3\]ܱcybŊƊJ:tu C-9vc[ڭɪ-ݎ;ugYgw=~~zӞr^K%:IS 6{{{bmo3[N-g[{zَXXyX,}++žTMr8 לEbgY,wV8+Uj gYw68?9?;8:9sݹpn:\rW='^no}wO/W܉$w].rv7[ܭ6wwO_߸'Si{=pohƽ^ W+z{^W{Uzռ#^w/^ Fx#W o7˛z7:o},)f̘ "l1;917bXXJ,G쾘^c &1Y7Y/ٓgP7QdΉW6{3^;㝗 +Dg3ٙLu_]E>w$f]530CNC9HP$g "IYDXWEYT@IJP a]׀H""QNp{~ߞԩS9]]<[gs9rnpD#_GLw;]p_qW wnu_ݯI{={^w^W+Jz^uzy>^_zǽIޓd)ieo-Nz/w;/IZҖ#2VxYIVzoս0 + b?64!uo턝LJhrVf9s>N!I&lXN(|e-Y zKc'\ozEUM-ϿCe;a=p (gG서,rvANn!@^+ tV<[ 2\5.쵖K55Rzqށ\%ȡzsgg8|#q5z-rp$uREGʛ+;"u|H#73>5h-_dK3?k#BI*k>Z6`/ĵ- 5ACCCH@KSBC #WwIFax̼8N"CsS֩ONSfԕ#[o`}}ރ"/ܷ͊&(")Ky~`=Jy$H0}31皅=4Jv +:8Oa)0|͵sp% +e8՜TȩԦN]V5΍N *tZQi-eW=˩^ +vncnE4e:[mlyGirPA/kHX1@mX+Q|V~r!KjW+שәVYV.Zu9]*+Vi]MWꚺUN +ndU&V\w1Q܉w%;Q>s'J6w<|'RN͝(܉2̝6wNT܉J;Qis'*izܤ ΦܷHDmpByDGT&)N +k8(e9YETt*RSթ>] &CC}$skMM\Zk Ym3ٙ}YxVOX3 1[x>)œ!jv*|249k3̰"X%Or6}?埦:I'Y]t~X7k_kV]Hn:+֭j5t k[}u}T7f6#+S:0ɥvrOEOW'5s.TP,*9+0~*2E GSuH&$[YOuHjƪRW㩕OG5ڨDjUQ'5IM.IuUS421H\oȽmO)qvgA1%y4]-,$6" 'J!V0bqdxNݖE60~߉Szy4xlf:3Yf;ձc-v^r_GFg|I^>˳ע̼P w0붨aݔmX7瑔RN)tXcb Ľ^[n[.SC~M n}r5L(ayZc)j+ʳNWDU@Sq *kPrO=UJ>*CeP_ +Q?UDy*AR VT9*J4LUQɰYEzw~tyd\in:kkA6ۭ֥$> +cr&n37w#otw=fxatlѽʣ{qDf2WaEv[F@Xl2tg}3e̴,FSٯDuxΛBuTj3 jw=fߟa@e>lsɟx.I \;f9q͆h;Qbx))YE +DZʺb+g=f-r5nBnawbRݱ̍#u9k\jDR~2=_RQ&wx* [moGe~.~WKU~R v9I빢< mW) w?tOj yt~4geoN~3Oh\&W"^I!W2vY{F~>#?ku:lg1Y?Y3F~Y#?뜑wώ5#?;Ng;m?埶CFC&F4<b 5':ͺ2|uTZjgaψ9ӁDr,5 .M*9Dnq8!8@ & *\[홝w&y؉#k~oKf+#lǣ?͟κoFmYGi!yF39`9gdƴ%}9|?'ʣ $T} }x*I%+RR锡Q}TTUT\W\<[MW3ZPeH-*jZF +jj=UHmէ3jP[ڮvQKu@`:D1uR'irβΛX{:= X?ś)&gEJ?srfʤoѷ૟WbNR Cnbb 6O'fϔTӛ0S0]x5j`E9I0 0rJsxg!_&D0BlA˲Fj +eEjaPr%5hqnj_d6d4$ʱL|g7}_Fzw''^50NKkZZwRiM`WtM"z:].,# YGkV+pcX~6Wx׮ZZ-$Ncu9ƞy(1Ŭ sg#M<=fieQ9nM̼8,U DK|2KdWWxn1VY@x2Q ++=lUTUl[˪T]Tu.Bu +`[tVدWDB&ޔ-tKRE;1jΫtK(dW{V坽w*r7Gc߉D&w=/Ź/R:{ү+sY3LA+S6VQY]o6|!</;᠌((vYQDQ.q}Qƛt_/ G#1[LMv 浽KNoCvv9GxDss_QFE@*<|7]VkטʫwaɌG@lEN]9e/<{G0W=57]dz7ke^!e3χmoaUw˻/~mаylMDcx\mœ畡#e|d̃Lf{sX&sQZɷDI9-gQ(8F/[s 29fsuLs=EI9%cE{.\b.0H?JŚrKf2YAH8%"v,# =]>-YQW֠0oX~hk5zZo}jNv]Ʈk{ك{mY~>d)zf ^y44ހ3|FJ)G/6ze}.r9>C.7x9>Gx9>@/DT6!稔H9)R"tT6%RDlG٨H9IIr)IQ);bEFJ *eRQ){)qQ)!%BJj9O-fYbygY](* sGUH &,Z p"6onD|ŬO4hfqJɭgS^R^S~Y9꥔O+XJjJ̪b5BYZ"ﭚ{hez4*-@q+/zn7F%D|#[ 쀈owČ!⛻D|{F|!QQ ®TTZ6&|Ć.!k!Ϟ_j|Dv;9}Fdw:"!;s4V:y1-3C~}jhp!27J-m ph[;*-`7XU/J$}G.#<Zqgob)Q3bYo\v3!5V;_j[a</@{Xv6{G4 qSU|WϚ8[\g(?.=*ZAXbb +1_1T|D\-hiE#.Zqj@\jR}U_5ƪjDMT;Վ5SUgjztzҍG-@5 RNwF+")@tb;靈F.N vjޱ,#&F Y  YC ,ȢdQ 1҈E"bĕqĈ":S1D;뢝hg#lvA;ۡ1[2Cdy_ N洆[Ӳlrf@ V ~wy-~IٲrMށϧ2H 02KMHM"Eƪ|XH1X=auqO=L !Qe_/ +K@0amq-gm-z6,@Mڑ -RtT_²1Ohݎn'|$hu2Z@CSZ B,hr1hrqhrIhrihryhrUhr5hr hr-hr}H liMn MnMMM MM +M |+44<<<ҿ  MM<|4y 4^h䇠ɏ@'ϞB=>>>ޚcxs "r*靎|֍}f˫#jҖQy5w"{ZX>[K.+/_F=,\Jl4u/fU|)?IvjYǭdYٟSA(h)k38;Nx;΢])_W%Pr_A) +s"\%ED(FJ%D)Ң(C"[dS(/S$*QQETFA׉Ze:D= D*,FTD4M.S1[⢯K%DџJb0C*-aTF#9-FTN㨼/S1ALA UxDR;AlbHħS(>S'IlbB]6b,M8"PqL[qq)]KzYHV_w̪Ukg)`vgi.>W>]r4]|H<|mʑnG+_|.>zwK| 1JGsI)Y:}N"+ <.Ž@/ +ZC]>5|C߁=x/[5V_34բܝRsw5cɀ0bDrwq2QylI6_* VVVVl7~G1id<ͽz5pY1?rk5Κ`MXӭ K[z]5@k|- m}.f+eKp[lz!O %J5-={iG@L 1P@@vrf~IEmsGO`P`X '0&p_ɁyEeՁl l +l 8C11I1N&;\c(8$4 ,0XXXXX XXXX XXXX XXXXXx= )9v݀݁{{{o  nX8={'>|/GN>|8WT4t33s_\\\\ | 2p p)pp9pJ*j5׀뀯i`&:9t2t*t:KLl\|wC?~   +K;::I)tåWC;CBC߄6>m }4YMyi[B[C"i__K94_~&TIh-:CFDi7ۓء;_wwwn~ )3/yVණ\%P0p# 0('q;#9;>|8*׮KjxPd JO2;?3y"@<MKV yז]^=HYǁfsޠkQC)rJQ]m뀎AuNYf,jOKtN麀.hvfR.r`2gYf,kno7&RҭuVuQwҝu?tmK6y:I׎7JgB:[W4DJ76BaO8wGg3Yl?ן__ Eb%eoIPY xwH@X{G5#Q_͔<͟5f$7-r&WfS+\ Er|I,ȥr\.WWJJ5r|M7z#}M/ߛGyP2{ȣI'[Ҭߵ?Yov4_)f=; ~ӅBɛ=ɾy~8/}-+LUjlYM(=(Fo:2Q_G:u7|_Qο:>Q?F:?u~8HѨcQ?E:?w~}D,5Vx^%#ɅWr\,ȥrv'r+xv'$9Y)@NӼ1}g]C~-R}$]o r%'~}&^ At==Ot]E_t)zbD񘘤)@LPL3HlGd"[97"1W<)执|X  1X Qb.F\1RbP{ωWjWX"ebX!/ߪj(jFKe^NlUIv-uUoMx[;.'xW'v=b'*}qP.j8&>~( qRe⟢\|"N3T|&>_/9_HFT]H⒨߉Ⲹ"H]-"Ƚr/&A<$?yTIX<)O2OY~?& vtߨ~ۄ?[_-7i +w퍯S[}ѭusezw&ZC;A +qky-y:'V78>O|?W rcN%:u $iѵD DtZѿj=bљ:Z`{S_$'{|:kFifұ:XͧzWޯl>:*Kk"~S^ٚK=_<տ 3r*I'%щD%:2s[K s.a.a0J@%L&<>7!VriAOr?5Du}b:/^SKi-FRqKi-9AIӈ%ZH%(T]'ZL5:3SUKvԱ1kkJRqK[J#n)qBNK)]Y:cDNFmh~ =0Ҳ8wl+_eX%]Է_rjrjrzr5ԗW%JD}6Miިt љD]At5ѩDUWW+Uҕ*JtJR%]ҾRoPo\tV{3] ^#/ӑՑ7N(?'77+ =Att +Qv'ݩ;)NJS {{(Maq7d9w[#3̓~؋:dp%M%h!UDPF1}r_(5}r_ӹ_?VnЙ78ļ쨘ڠzSca2.`whyN}0qk}1()V5D!>T6/|5W9[Q)t|-/Օ[QlqCT]r+}Vʭ[W{+I|B r̦#lu$$5[sN_]UoE0[3 3$<6ݵUyv1D-&&n>u>DH. It>}Dy#&v)J-^Y $iVLY sXL8[j' +u@t&ѹDOtQzbDW]Kt ѥD1ѹ~OIIա~~mwٻŻջ͗kUk_@n|nfQ^m@}_=UgY6<_/gKw3[{q'|of7OCYDb9; I97E2sm|ʪReII'/r5ܜR-?+]KS\5yO90Eye_zٓζ >[ATgPTWyЯ[+]˺\nUkFYX}h["1vp[hCy2WYj qo|;o!~_DB;y\A*0ƍHÉx"m`,f3c$ h[DkF}Sod4F`on([[O3oa@ Ufc~/FDɑ]ό9"E@<7QENF9"D.k8rz~+xm#lOވ4qD Yj5dzwi:X ! +fǤz#7>[t܍;TfɬٹO/sCչRۈHXc[h݀*}āqBIǕҍ:w?Ս5ӫ!kݣ*:MT$sg"QZcvz6f)xKDD4hOɟ-!h)*Etv"I'Q*DG7aDxcD7C$*En !ItDˈV*0~dM&ڞh :hN#:|m5~m^hFwwN.ܑ2Xܑc9?K]Cl;Ɔ(#6BzquѸ Zwtܓ:pOwgXӄǣ< gAsFvyF\Fg"Ɯ%0ox1G$c ECFM04LY9f4D gqޗOb y n&=FC2bca0i""F8ۜtWWk5ϵܵ޵UNw繋 ;'ܗͣG.^RGb11cz 3+fQƘ؈-c7=7kq#&]s Kߍ?Idy +@\'i>C&~K5?Ux4oyK;j~4j~u#S=;?yJDfvk=2=Kɼo3NQ%n|j~X2uj}Iyg%!OX,`UcSxV9x/E|rX|3w= ?O򳼂_W#0fFֻ$wIZN#867ޛڃԿnMf4^s}=szi~oK_j K_ױu,}K_ҳuZm.*=3.+ += }Yw4?=B|RUNO% 4_J0+#tڅQ6ޕAE*߷ˮ#5T߲*7Iz^kI_w^͵ԯ>-^nP5Oi.5Sh/tI-#* 닔 mBƻC囫+*iep bh5Eː :ުgh魻lyۼ|~Gh +Izzں޾PU]C۷0±mAy" s *cur&jD{{= +wuJxy7gm #Mvg\BrO9]?i3<-_%6G_-v'N}:;6]]3vIx2k>gNֱvJ;^;v-]ks|kET5+I۫Xs]^gm[޺u+֫z6YS+DuiA/зS&gK $\?jmUߊ:h;g6duM^eϨ#֟썚#MU6gNO@?rHmfo#~ͿyNir9CHW9ZrP|;.cCICaPyrPyjL<-9L*?V°M gKP](4PyָPoA%>`и6롍0 ;$L~8\t=/Qy;L{`,6Xo|:V9VcGG =~:1}1cVcGŎ3;;v'Έg.;8sԳEحub˂YǥԄFFQXbĕm,aePXOr]!!"{M&\zz^+"T< @g‚][')\+$H٠:ay:xMorMC:CbMU};wooo +}L*Vg5S̚0P6i~s5 +淚/R{#jаYoV|׭ThueߧiҶ oKޭmOϿ#͝1w3ni}0JEPcuX ;T{N:Wt터EvjR;MUһѨM/G]l +{==X^ר^Uz 3 4WS夐՛¬Y8UwP}+Vf{W#]љ +./yxS:vj>vMhIU䎓O7`['|v;OLi:eҔYSL7}ANSM< +sV8텇 +˧LϜdMfd;cƌy36:OĶ'9E݋Fm)bf3,`Vq6gqg)Ȭ5|f +w^jFw=sɏc.tغ^S=YdN9{fPgw\XR̟4̛3ϒճg¢c Tyc->ڭy#vSGiVVi^ [99QiP%(\gC p&zײ=ϫQf'{g8ݏ1^X3?V(f9owz7D9E\K0 Mc󩞵3hS8ʅͺ#OuͶdaeتk"vH[j(k׭ʾ5wuF![#\=Pd/PGnQmj ZcC՗밙kö4 _A5ףuu Պ#֘Uߪvf˩7 +-}[E=K-A_-77jԆm՚4%KU-a ;j  suE5VGBxKPc$5فV?3KBJPPn/ K`ZĕdTuww"ZP(RG2FIպ>VMijd%[t"D)n*XJk"n*E"Z8k-*e9f9՚4iXUGhu|#JNgmA4~1=䪵ZgQhGG:v}rL!iBhf AGCJ>Ѯ9j/TK!~ k׳g*{*.7t`--1'7p+џY#?֌8>RU8>gfu e@Yc>#Y*REaG9GHn*a.>%| pjRO4bP{5o[Ǚ:Y)k :Ωg Yb7"y %e,<@{vFSXj5<q;#=3YO󁧁3sBm܁G`>dv/ rGYIa,18ylc6~$k&7b-8|GcG(''S FF~""+d;e79 :'ǀSiƉqm3uιk՜ɨ[a5&tK5:y P | FSt1e2I{zؗ==mk mm mmm˂uCw/+6AoCo;3гOYώ/Yҳϑ3P3*)(?ʿsu{^_eR(N2d =&D-?GIPRL??T>,dGQN3dGGPV!&rDy(o:j6e&fQ27Y_B4b[6zrXgǏ߲'l0xX<< <,!C0wp8|XO8 fgO'"p |~ \\C] +NgA !*Pၪ#1#| ǁ?)/sW@5pp.K5 18)p%+|󃁡QQÁ\`M&ri"&ri"&r9E6y/GxGxGxGxGxΩ(c0Teiply_ 0Vp.\XsaU]ہW}t㩁3HZ-V@k6 Hnw큻  t]L~z>i"PkuKzw`#* x l x-r8w{}8׀b=pv4whhȄH3p& / q.~8D8W*:_68=^ΣHu*p&@CQ@f),-@*f@s h- k8SD. D1@, H3p@^$Cn&@Sԩ m`wX' 傏ƹ1H7xLE3YliH +o *M@%] +qi~+)ww7ow]{יtBK"PD *Y9 h - +rkhX$zY.B٥YRjАѦICt_SV9c䰞Ǟ}8 8'dSq>t3|gc(ϳ+|§sǸ w,B܋ϰx-xK(RX '- +#xOxWfy^x /E;^::L)R0E +ͦց&ց*ī2L*ī2L*ī2LpxOx`%aZ/%j +mx/%Vu`C4u^Qi~`zG0B QmY!krI=51ĜsʔN=r'!ޔxMBY*7%ޔ8S4 +WykG63rmR>z<)oS]*CݷNc%UrFc'+S'az:A8j8 GGݞMpF(TMID{$QH5Zԡ S'Ӣښ}q8kY#qwyo"AO Ps4|8/dj}3xv׾},\tk+k׽:zzޤ.,t{sݏ`uǰ˰svza|JrS&ESjLnNu)V){LSo$=EWVe~~o|Rcɉτ/'-3ՖժC:q2N Yn?^O^N|NglGH/^n |܉.܍{ q/ gXs<_HGI%f4\ p{Kؖ5l33s˵6-j/ 9r-[,Xnbr-[,Xnbr-[,Xnbr-[,a[y|_ +𴰉CCk廈C\_ -i^4"r_.r_.v˽]ro{{UahW.vq]\j@Ė@UPI d0y[;uqfp*E7(A nPtiLg8ę&4q3MiLg8ę&4q3MiLg8ę&4q3MiLg8ę&4Q` )0HA + r)ȋ Thdžge?S3^ }ĺzĺzF^m^mj̤Lj̤Lj̤Lj4RhF#5HFj4RhF#5HFj4RhF#5HFj4RhF#513131313U52#}ex MSy6T2?%;)NwʿSG8:)NqtS̢w#q/f,s37ušku`܈!nXg6֙ufcXg6֙ufcXg6֙ubXg.֙ubXg.13&U*^=ޫ{VGJ\znջzWcb={,Xcb={,Xcb={,Xcb={,X5#lf +=mNQqnqccc?3uJL)=ZQИ,[d"YȲE-le,[d"YȲE-le,[d"YȲE-le,[d"YȲE-le,[Sd̛Yǟ2Hu2C&X,ce2O&On=n=ne,fY5˪YVͲjUe,fY5˪YVͲjUe,fY5˪YVͲjUe,fY5˪YVͲjUJHe-+Dumo\嵯iO|.(&|e%zև=;17EGJ\7ES7{|bag>v.Cqǻq!.:Yĥ.6{!+!:1]vW-tbN(%'w͵age3 z܀ѻ7wgKwnom],K +B5j0C=bO셽a_q@J4,ѰD K4,ѰDRac8Gq>q|OS4>sp<.:Yĥ.6{ф+qquXUmTb.0߫]s!~G%u[q +V# +T]?`)Xa +V@1cԏS?~L1cԏS?~L1cԏS?~L?ϊsC11ļ3o7fC;yͣu{ph cK </<ϹS}^Flx3~ 8n8׏bWo b?p/ ׻/C0԰a;NGoRuUG?Ru U3TDn&jfyJ).*XbE +n& +n6 +n` +n`/F> +Q +n6 +QW^z%(WXb%(UTREJ)TRyJ)TRyJ)iBmTR%J(O, + +JQJǩMl Ug%raʞ*}:K&d*,JևU*}Z8>yhtI=fU?Py5ךhx8yvp|IrVX ZzWSն=l%=t:;Cc޵ѻv{W?{wou38CJ/9􎓼cm.ۼЉwm]*]4FUѐ*UQεw*ʩȩUDbPT EPT *aT%XQXcEnH4ȷžnʿᝡ +O;{`(8O:";Κ«݆pcC^h7P=> +ٰ#>? ˭mJLLL KߊGyڧiw&^{Iiy]5-sߙ)b-31gro_ry֗/3d:lU7-[͉~xCmw;dW-H!cmE݁# WI]&vYٔxs?o z(ϭ*6TxBE^t~ 95ܓ{aoL g Tkaq CO8"U$8:P3Ǻ~lTYϵe\[Ƶe䩎9  +O'?tZg> spθ uXE.t׫zuX/bJƸWs A5$ Un'{.jx<l {aoi!cX3 ;qƻ{nϙ ׆:|v~ nun#,k;,L& j)̴Ѱy~5,UKR5YOmښҧVRuT].Ui]mWkVZmvui'MM-­r>ͶJJQ#.Z֨/]yyL>nF5 &ue;)۩6J _x4~4~]Fvl~dm5Y[MV54}]krn"1PH"&p \cl[c1֘hkM^S[kb&Z555Ӫt5zM^өtj5ZML^STj5ZM^hi:w:M.K4]M~ߴ2-ʓd28S9T78Su~:uFǯktFǷVޫ{u{nouy.]ଝqyO}rNejQ t +[t...-y\Gĺ E /Zt@yܢcU@/P xѢcU^)/P T.z-rռViUUAUWA%,T.ռFKh>Uoz]r^"M*v hT;Ãjsst̊ʬ_f2KUs #Weʟ^ݫ+UQETQE/hMh^EQѡ4Z\2j0nG䨲{)ZWQW+LZyUŨbԕG]ו{]>꣮꽮꣮37z+\1mdn2~j⮋RTqѺ<3w?vdLdҡ˺uȤC: 2ILd2&17|w̻Ow&hKX綈iKs4(߉kP\Ǡ]{ȵ\|-uZSƖHgTd5Y+*3/u-wlj(VW}UuGݹX;<r[g?u_γ)'l|ې.W&~'&:Qܛ":|jI-VSiʱ?J=@g|:Cζv +>r?3<U9nf9njb1m7X^WQzW ;AUT_%Fk彙XDNwʹ]EyJe;E\qAtjwRSIN*wRʝTp+(INvRkg6SaVt5(i)aktG;+Zaˆu|:>1kUq[!ux:<2-P[VsO4X{G#qĺ;bW4j3XG}#;]"y΢Tu/comkEJib>+NODUFLJ7߻ʖt6*L)aWE+DWo |ɸ ;,  >:̕u;]7YW+ ;vat;Mamc<4 l4Iqtd#pppbzVLRj}\>w}gyʯVR~9|9\{XQ\s\E{=V(gVbz>hS)j•7evCEGxuݶq8闣_~9 oW{*n.a9n.nna9h[iaN[hK[hah?SjT{3)G>jQ}F5(G~*Q +}TgVY9f+j'XOI~yҜz +ϸ!k;"tȥvDGVY9tȡCpB"\ǢÝ5x#<m0a~47c?58 N8 '!| 8 8>')|9,>\/`VtȤ_ImI/E +֢b]xgΪx=ȵ-0a#b?0y cG3u NťaI[ cvx,懮Tgx)5 +/UGp&.T_ E <ކA:=^= k& {d`ZcZc~ԡ SaMXkK5k_:} ;C皲Ox)hoa_^cp,އ8 "˘ +BPFW0MWj~\5?W͏W:nU0wǸ w蘪-Cq)tL]Џϧf0vx#}uj +jq=8 +tHAu<:npi=*gYrV[Uέ)䫂Mc{p7,VTo=XWzt`:6 FXi&4V ]>99{ !o+͂j_׫z>qc +ƕ +?MF4Q5ꟻmqVСt^[V굕zm^k]r[VVC߭nd2RFMTr;$E GEg°H/R"5X/Vb58jVs\u>WUs Kh 9 9sy>9|h/<<]| qݞτEsĬ,qI!M\ng,#˒_s{O2ӝkѴd=!7vLW߻V]R5MWW\[;Zs͋RT<>ϬYTMa3wP|Yd̝ftH* 榎u{N3SNsҰXd~,2?̏EbcqJ-Zz]a~uBP{popֽ:Q7ͫ o ԜYsu^{]y7[_}w3Zy 7^ }SojM7| ޅq`!}?"(E +rhO@<5j.r(jDA@`HVe)&̓OJ`6 a6 a6 a6 a6 aCP9@CP9@CP9+E Qy@%G Qy@%G Qy@,%`2q9Nk\ !*puZ0 #QGiشl6Oܭ&Vwjn5q[Mܭ&VwaR#oD7"F߈#oDl= +[Oy]#6` Ԁ` +l0{^WX}>VO@gY4}MEgY4}MEgY4}MEgY4}MEgY4}MEgY4}MEgY4}MEgY4}MEgY4}MEgY4}MV/p8ܯ3D (C$2D (C$2D (C$2D (C$2D (C$2D (C$2D ^//////QKT%*߅od2BXQ,;D*ffM4k`f1OwAdփ?%i9L?.|EO3D(D9_UDg\n"3 ʅD(B\H r!Q.$ʅD(Bt%GIQyt%GIQyt%GIQytޙ#g&f xH r rwU*]DQ(E}O>Q'DQ(E}ΌЙ:3BgF3#tfΌЙ:3BgF٩kZ {^PyyȜ!2OeY_eY\B%q 9"x:r8H^O DDADq D=\,`)B"}(r8"G!"ȹm{(%3C@Q?1בC!@!8#+W:%I5NUE9^J'YgT}蔓&|e1g8׃`cX0muжA:h[mmuжA:h[mmu/N`X*X^+dg%xCӓu1W毛nS@)8 AvҝftqqiҞςA`>xwoq6; kR}g ` v镪4RU Z6-N9\'F0L99U~WzG~(gq;R|f~N/M +2ل=+ɺJg Wk@`w}ֻzw@inpL3LpA590ӓSL'8 Yl ܠF1`,nM`&I`2nw;]` +{t09zrAR)AJ ̟ekcQ `4Ƃ=p^Ppa:?G#s9?G#s9?G#s9?G#s9?G#sQ<0 óYk5xQ|3t1"Vow6\F4zG`pxr<\  )"OR(CDx >P9uyh$Xgu-Agп7BF#oп7BF#oп7B֠WkЫ5~BgAkНz3Bo$t(Q4eM `,Ezs9hځ`n{M-6:Ե+z; Q- ewWt+Lpnwi+"e-| 8 n7;7棸}V2Qy&2>4-F,'Z4z7NkQBI;8o7B5=nx~yt71ϟ뭗2 "loO{Zpɧ*> bO+ġ¡p7R iP@&3jjqD7g8׃`cX0NtwówówãwãwÓww{woJ4|jT.b-|Lɜh( \{hj#΍vC'5?Y6m9};].gJ;%Sqsh(q7˸ Zz۴h!#/ Q_̾VkY- YLbrF)Z(Joxziq{xqԷI(3Vĉ_#kȵxZo-mǵ2\Rqm7- i{#io㼒 +eZvSVQ[UQc5PcDno ? +ަ9C=.JOnnK-%SұCZqXփ= >_t-]:P'PjXTcܛYڻz k9ҍ9͡nh%Tfy> +T[I%Y-=JorEw +L<ELENEF$|N_#;WS*c'\ڭe>0ah٠יyN6%|{#ON:Fc\|ϴSn +Fb = 3`PK2%C"{--ǹ0ޕx(I|lyw0W`4.B$50h8WZ}[7q{Tux/> où/U\Kc6$ $ѿE/T + `4Rsï&G4>>fkJϘ'Ul-fzCs6sX :<$:9kP} `',Ns x9h3 s̷͌\ōwDnownsފ9տIBj-)a:~NQz5UNBq|]GYEΣM٧8%%Km;Mٌ Oe34eBaD4%直R+Y*V齔\NZZÍFAQzS;5PNjϦ;)]Gz>$D JUrcxY5]SR帢ڪIFI'StG5뫨1'(sy'aZO;j+I+3+_Do?&/! + :yܙosY8EsSk+;Aʴ!Vvq'Йs]8wh*цw)iIld*!8drGq=5[VwM+;ESlӂ(!9kQ/h:މя"Q@?B3pC}(Dc_}| %vu V˼`:7(U*=-}_sښ_J:WE|E|N33unlmr+jG˽ a6r_秲V+tƮ$jmTNVc ֿLjfDҌHiU&#i]_M:1*b;%kG:|י|]w(&S XWU_-AUtG_24bqu w|-jm~u_\}3>VUq8}8J爣ⷤ3q].OEXȧżj1Md?[m6bUbuk33I=:WlXEEbu5P|n L׺w5w;A?YOX2>fcw~bggguK44։)v/T|+i_d_da/δ//βWYgCD=پúҾ˞n]cϴﳮF_&W[쬽*7؟Y/[m|{Z`%zCRZoJ%[2MHYd Z-;Ȏlpcժ??ɣe7k.bqxkTJm$x9>999έKB{gYo?lp]<${E0^Xx^0KMՉj{mbCb.Yb]؞n$v&vٛ{{mD% {-t tͥrKvpcDz{CgMxfbw{%/s +w;[^>>,usPQQ9-w*ܗw}}CNrJwq}}9Xp&yJ([I)^> u:AR'{ꗪ|_~-?VT/NΕ귲ZQ j(AjܦTHRcV7ns\u~uBVAJU֪\wڪ%jU-W۝j$w\ ~\;;w3;;ùwsww3;g7̹λڻF91FF&g7ћLr&{ӼiέtosGgW;w{OyO9x۽ϝ{NgLBf}I'8*I^0YLݛӅtt+wJu;5]ޓJKsgǧoqHOJ>ct<}_>YYSsܧsӏnEAӂm +q^`Lɛ("UY8TK?]qVB/uNZ}=.җ'UU:Ƽ_+?}-Vpt˗>gyA_Nq7=D>԰Q7\7yWmՒ:655z뚯\cFFEFg뾭!So@R3RsqBG뾱,fZEڙO60=w0fo)TFz+?}1wo8G5l|v.n?_}l߈{~mohz\;GXpiӆmû7Ey}Wz.kxGcjݬw];UŬIøL7<5AK)ɢ|8?ĩu4@8 +2)^';82qBH=(/_!ׇ^6_ThPU0)z"؋XR7Xcca''W6X[Zk|X[$X[5Ʒ6k|kW߭ݱ~ݪ/HlYм.k'7̼̼7Q3Yb)V1D95eV,bs7sgn-%-HQ*ʮf}( +DNT2ڋX5yw]ͻTE'Qϼlbe[3/r(0;3;2;sssJ2SۘԖf673fh&j%3kvJ&Eff_ : ]9朰vp r:;!NV.g(q3;yf޷5󾭙mEuHSթQIzr:C(u:Sx׬)ۋu4$:9_oY-@](BOE&f41b\I\2L *SieAױR(5Z&}CYun"y&ɴ{++0dE5RSTܭ2C͠'3LRXWW惔zH=D\5zy,W1^knx-ixᵖZ^+6R)[sn- 7>XLKyg GH77?xRnoa";5-u 4 6&aapG3cǻ=֨g%ǬQi) + %҆/hS48f9Y!#!&#B#PC(57=`&lawyޟ݌#9`:ޮbS(VwG`i{1ߐ5|_D/~yp?x~E߽gKճ~Jgb(SnW:I6%1aAGTD]%`@TDDeADDvQQd`G "EEDz9]I {קoߺuwjt}aZtMâTG/r-clU(Sk߿ Z5ZnG.̞?dnz7ߟ3PVx\MZv%3}ߌ> '-q/j\Y܌9D> +݅7 ŎܒPis{l7ڏ_5)!cs]Z}'N_B8~eskpT۶3(?|2}{w |WdA|~ zNe1؉5+% SiR8BJyr}qJQi OfHo۞PWAb )9!w +Y_Tv.X7F\>?yc˺=@q+;b{_⿗g  +m,A% [(v,ߑAu'F28|*u Qw-A;v"tB!Lb _ObZ^3~/ɜVx?5(k+v +ḗ/'Ϗ(3 2kl ߧ؏DlV~-! 'q?7[}Msr$&|n4 +'!Q??SvqNǟ$A> ,7ȭDge;kSp%fzLp5<(Y-fsҼ1l>VyހggNtu7~"3̟b >dGΟ&_5ΪV+bW(MvuoezQFG־ʙn@V_qt/鷡8Ye07 {نv ?oog x^]LJy̿K*;s[mVGϠX(a߳Wk|4S,Oؙn2ioXZ?k j컿los}7 g;u~nپـwkZr/yF܊,\H jWG_ <ÖQL| W~.p?R }A_%*ˤA`㍽ѢW|zr $up+ϪOD %H wp&%qɧ]򤦄~=T\ZmCSWƟ8vA9AXBr{eЇ4=sμ&)r;s.ػ/'JtGS:&W.~PѓȠv%9Ou> +>|u{?w7N+~4#_۞(VA29o,~wY.>gg/>wq7}!{Uہq;|]fܱ+m{~RУe~f=-YGn5}QAXBTƟ䯓!wzTZ|wA'Le1p KֆKyg!x38tIBkנY?9Th7>_gNg؉TO.~Sy^W>g$Kn xSaew3y$v+˿ʳ7ڪRmJ[?pl?S>FtMyW4~=~jʘGV£Bsۇ3l罘/wm}q2yByɀ5=]p+n'-Q'Y9GW)x xF e[S#B7ч6]#4kL)D+S^cN!ZŜBV)mR٪9mfN!ڪڨ6O?KCUGu/}&ifnZ@j}VZޠjzSw{w~P?ڪ!MmM׌a3K"_xHxlYӈ/#\@fs. 153͛r\=F1[ˬ7k<ƭc=N3>ccc1K1Yz,=(Gc43㘙ǘ< f1af9f123:3o033ۘ8<z:y7ᘣ|ṗcNd>sә|ṗc>|8"w;|pט|ṗc|8173!ۙlϘl6Wfc/٘!E8)nJy$tJ3R~JɲS)հ4)MXXTZLMG5 ¢%!G־ +kjkX7W+-vr{*l (F9n ] { ݋=P*K` Tވ).oec:5R#QFnvR`= +#[y&bC ̈́ CcAêf>FYc2536 X,lc`a_Dx.l#ٷXO-w){X^˛ y>"WM[Zok f"UQs\橗Z\M,r5"|vb+.ryΛ!]Yltea]i`k#6,u:33 oV0+PjS]X:uzM v#W g! +i`!aǡ{vݺn]yl0ʵ"}Ŭ:ߚjMR_zzZZB˨ QS^(K٥1+?ɴeγ(fhH7X!>fN؟؟cwQ^9(WR5>Ե_*ekKeyEA]??R9}.BهВ>lFʵk%Ҧ(W&P`ƵC:IG)u2.1 tNAU ț3H+* +V (5uM"}=]> ttCݐ\H7FMtԙ(n4Y: yfuu-ѹHPBKݖlN);N KWW}%ʿAwG=Pͺ'o&yIe4L*T.`>AjT!UHTJIPP5*RݢHG^Uѫs_J3flRѿE# 09!d\Z3~H1~~ν*׻y HUܛܛNܿ!ފpO'r{!Mo7ކp_vށ4HS v;* ==Aq@0wG H9ǸB3P$wH3ŝ6OsO"Ow#4ʜ@33T۝Τ0lq/"<ם4y}}r +5pT]ᮄ55h!!tRM-wҼZ;;H݀Z6@݂2#Q6wvb?v?F9;ܝ~BM/?EiTQ&UAcFRبF s 5=XRظ8h&&Qǩ #QhD#Q*H#QH Q$JR`D;UA35C2F` ` C)SLYN0ez- z` ATXla=WXla=pփzIXTj;Z.\b,6Rc5b^!v_f%*rr#Q^8cM2/CieHt'A-jɬt`JhTO-!X`:}>+jj\ CEoX $>jhP_@2NeშQfV;ua憨~QGf*WSeቨjB"ji#̜U3l&C +HsSA1w1+gȬج HpsY&<)`f 3I7$ind1۠|FҍC_.`Cwy +pT`R VZ +|:ʳ޶6RABL0Yd Eg +n-Inbb VV.gn 㲂/ r w !@q;pm`b#b ŘdnY;Zcӈш`?0A(4M0hY LcX qze |)3 gP{Aze AyzKm/@ØRAyz^\)S^ +LyWYfl.2OסH~Yfl.2Oe;EoA /[ |'/+zbYb}[hY6d#RrS +,0V&[GEjQS^! ւ NdFE$# EDڠL[qoWV\[CQ ߊ-|+vk+jg[XW\a]$+t֕ºR^XWla]uWXW++ºR^XWla]quº +-+[XW\a])b]u֕ºb b]u%*+º9ĺb ++ºb -+ºQXW: '+ ºrt֕ºb J'a]XXW:XWla])/+6|X ZZ}SRi@͝N#o }l'iFg;͝H9yNi봅\ys J i8]3\ + gh܄pz }=vQKC)@ usuv~g~Be-B3~B{r !98@jgox W8/:s}<%%yYCC RZ$9-CNR4)p CnRRH^D;"ڊ>\R9ґ2Ds"2&U6"Qx2k9^7Sh~4o/; GCdaI°SZvRa'E<K|?%WLN-/NZ&ߒ<. 0i4 K|Kso_C5spN A hg0yj@zQx [>>'4p'S;~B Ei'?x5Ch>> ${C!|_rP2CT3FSyGl-w4kdok]~ _5fo{m6ks?=r-.`QMEJ-&oy/xw=OzDBf>#"2e E*/J)5D. k{ֈ.v氤!ޭRsO}D.w,9H".rQ"'|BdSD>-uhf|Q\D.X +EaI-8ν{ЃTjg~'>;gD cz!'iIN0OI˧|Z?C3w̑+rV0Y9/`Z_A0W0_;|xAWd^m^XM-@ w9 #͘k+S7Lw7zýQT{{zE5oE o8&{S4Eo!5^S[Fͽؖ8nmawGpTw=3s 6,Tʸg;>qOr)1P~^G"' Xvo3EqvC0yp~p}Noa O(+ 81m9]i_ߔ$) oux8QOv9-ZgWx OU-p&/5cwf|?ht%v2̗qM;u$֙$)d\5'8ݣYxp ʳ#؊Ǝ VoN&[i+;ox"!3hLH^r0ngp-w2z$˰S'Ĥ iFf8~ mTCKێVD\XGk/mNυ~ ?A? x%ilK13eJbn$MeY q<?3pOU[ )q^98rg9N'8g ooؼ#A[Za:d77&h j\HbN3g$,¬_n>cf}#̖ k:͋V_d 1j~0+%hV(g.vR] v=3ج+/AP=JsfHݢ G1Vӓ*}!TNBheaF{\X^ثM1%iߘf,6v_&m< rH5~1`cz~ +Dj#bFCy0>4`uk㘷LB~n<cK’K'ڴUXo`ߕ:7'h# {P-9%~ˆel0:EZGt BY>ĵ<@?'mL+߹:cNvVH|L#}0ZMcZ1N^|5Pi#hyB vSZ$ʄbo Ld`%ԥ56AFeŜnѮu] лSkYǝk&0W>F6`7/mjmv>fb4fau +.;w$cs4< ܩwK~JG5PH*R[/.NIذz|-~nȆP kl& {?@qRIk&,mr=i 0֗FU|CV ڈءjcGj ^q!PΎV]PcwgukWZѾ83jU˺Fv>kc/i[lN)8*`^plmG4`oEr٢`/b6#f&TVgVok.f kNG|ktql+> ˬ\ j0RT%|qAD$H A>$?$\b1^b4:3**S>uԩSԣe Vg[\zAnK]l&s8MlTɚqTe\[<3MsLJ怼,6xU@hsr jT›} +-$aژi-x _ >g9s4Kߚ^ώLIz4vzfWWg&[乶t j +V8g 7J+9ܞi]F4JSxH]8$Ŀ*:74xߑ;}Gʹ<j$.o_#8~a{Ya.crY}a:YZ峴*diU tX=S%9M45\g +khbbؔt/g*\ԺsvVészL@@"b6qvSS+r̂eu*p.t=ZB$"Fvvi&ʪ\IWhrS)N :XJ3q8ުFyv zJ`fqصӝX?~>pbD"͒J9^^Cv-➃9:NQ.NXn +_ b>}'~;FF4n8(ŗ>;wnqlq|N|N*WE;Sa'pb?̰E⹭ Iǻ7SØ5ֵQ:N\ڟrp{ڗpq57JrŖ{2%cpF-<)s5މtmwo(G<~[}?l?`z {YNYmٰaC__[<"N9}zD^Bjгo32(_%_EYro/er?W ^ ـCGv.edr\e#\2Q.= +*,l)4v4s)]\w0 rʔJDʀH?li)r+Ct +?HSط[!l#G(hV,_/ODGbk>%?CvߐRi,+J>e\+RW >\rxT _y)K%+>+)e#9Mf( |QyKRϕϑAi@BQ.PE-SːR#P+VhէmԀ@XV#ՁdW!>LI,6zz +^NݩtO@ԧXݨn|e*R_Q_Cn׈S!U=֟J 8h> 8ha-FA8Pav=¡P7h7 Q*m Q}Tw{4;>^EӔpv%U!|]^}/}>A C!#O>HJ# ¦soYa~/t;IY$/ Ps +o B +9r6fYo7`ᎊbn\I4&pH_x 0$BfԼ5cU=If45z.qs$߱ѷr_ lV_,MF)ħJӐ~ QK]ٹ ./˳qyv. )})RR<^2f2:k̵N ,ۏ/{+!F!FV"+x) ^V>sC;xʮ (L9Wn"%eUy܏eƿRd֗՗{ypRww~ 垯)m^4-~tX1,3=5GDWz)AHVf0MSG|EE;b__WWwv;U{oГ%bi1AGXY R=K5dHˤeHy]zXzqAإG?*=*i?~ji5Z#A22ǥ_+E\Ȏ,8l/_8Ypde%'Nh *K_-<lSD2o+N%CWC +~FA|2R*ìGWQK4P{I{iokoӵZ\`etx?JC_CC?www0^^n`|yxasM̅ o֏Gh xt~L?F3/\8[S +^=Qyt>n&Vt9ˬTvK No٦S/Ӡ:X A$Gu +;'KݐwX%蟀'ggoSOT71*6 8+YۘscGl5͊nX#}J;A#=ȏT{l_l-r>*~abl5%r0'Z96hb]ѿup@\iFnCr;eNe//|܍ +rwHrB'*gȣ\9~=EgqӥRy <;gl\˳Έ_R\Kq6.Uhb :Ws1vx`<Պ9icg1Gf3G0G:#s#̑6pde1e22|$'d;%Nbu1̣ +hh!]qJwR{+zh=u*VEI1m9No+l\{bL3L{PcW1vRu!vwrĒڷ F?jž'l*,nsⶵqY8U3U5lޝkǘu3;N牲~L8<M' ƤjT !LFR^(sNc0јmpUXbb5 8J +sJ=y%(cs>ZMR24}*KYg0_;+`ro"M6Mv)xe2^YLAb[-6/Jipq[kណjvto~VN: j8kœR|5MK!|i<1e @"=%Obm \8Y&s~D\Xt_X_͎T?q/rVcP7\oYG!QdIS!a)M\_aeHnXŠq@/8UCuTG#e_N#I'[l)ʯɻP!dŮl%C -EM*^r+S)aDYVԚ6 wR[ ۳ۑׂ:Zֳ!//Fb_iG@){k +m,Z +ZVD.ȵb `k~thL?2WٺU<^uΗߑM7 ;w$˧gRڀ)K.ݕt)Ӱ3Ӱr2)s9ԝ烾+K4u^@ \WRnfjzKjn"qfS2Ue$rI!U;x-&_gr5Rz%i-!=-mFYJϢQ\w.qm5m׳B=mbW4un:KZUUڪ:ߞ.v!+D6<x hkհ5|]`'IFk QD^̐IPeE7'ͺBZWQrgjQug\찞6g/ͳ41xldK_Ǝm|5ҼΕ%֣>OIO1=*Q$>%Y:-&M/GuJ.ovygP{y8uFJWEyuc=;q=??ѕP/Aռ_z\_rr|_>U(W+4@#?xeŀ4@U$exg@XG"ES GVyTyUSfc]ozCUajZHYMf]fzi z7uDm +ݪݡAi6WKSy<ݯ-iBm!Mk釼'`kw t[v4ݖvwpw{y<=GWu*w,v_Fop@K7oeܓ!TTzW/&C^f-CZ'דKٞ6xW. ^vpg +pw审q2׉INPXGle}^A}lK7șo{mI3pi82^R>Hl|>HNUU_-XWLB;bFIyY.$lJݠV +[݄SևA;4?AD&?\ԭR0,HM*U:NmYs4IXd"Wvޟ!? /$} <''1Q9ߥO`Ê}O4X*$GlK,.}O n%+[gnt<v9{<Ժo|]ǭX9F}A_phL ii穴%5γ1MYMR6ϳIQi<$Miksښ5˴uk뙴kϦ_\[ְiԱ9mMSb\ϧ)ymi*޷ +ptmo{Z6bZ'^gvn|/o|/i򽒖LK^MS9&r+M򽖦tv7+n? m,Ӊ3ɳs_%p#7M9_z 2Uf$z!fz48F,#bd ->a~d@یxGV~6lhP?u) =)_9 sMڴ({-3 +Y|z"-sXc􄇭>=fD؊h;?lE8D.p.\>=lE[يPxj'ڰц<]vlKȎ%6k_2yn&PfK#-l4DLtH> +"D6f+bD&[l9dl>=͖Clϧ'J\ԁOO|z':I">Sg(: +P3ТۘO`_𹀮G7m{-F̈w1oou :aOlJ쪘9!=_0ؾxx o ) &[0޹b^;[795);9eS9eϥ8HM(ea2hAF?PY.(qN_-jxw~v~ 0]mL)dJ8YL ;Ss)eztGgZLpܯwG;S#5y Lm_&ٚB1Ox\W!/RėyvS7M -ϧSic٫Sq|oe㽈*KPb]ŝ^(%"kR~Z{ÑᱵsJ襠nq1u1,O"\ NKI;ޖeZf.VNV>E;cYm#>i x"exXPgᆕV40j\g}is4DgsӤ=$MSC?-MڇNjiif}Ŵ)&IףRK|/4SxW[0Sokֵ695#+7?|0|$|,|<|"|2|:dDi)TDpdPdHd>&2!2%2#2;2/ 8,2X3m##"""Fދ|(iLYգm]=eH]<-.nnn};z8z4Qя;gk5955JMUZ ktfҡgMr5ZnVIkjFԌhB5j[ᬚ5RfQM}͊5j6XiF5[kvXL]5{M9X#_Rl7OoWjºd_/(RYYY> +GvEEEFDEGNDNZnot$͈:Q!-2):DhȢhH}Wdz{Уp $7aGÀ~<9_K|%hWy,OmG-F1s[gO< WkuG#> Y ^{#[^:+9xq3mEZnxjR. 7 صI# 9ߢƧ,ޣЎ. ߛ*ZKi(}eX~} ᯾^]< +x{>_f׆&fVֆև6v ::zŽCNΊ=#Åa%\n wo`pkFT?l#J/3 s-x&79d 6 C;{Fĕ!,J@Bc_?\_}l1 + B +%ѡшw |Pm.4"ٷt3:4>4)4=4+47tSz@\CBT/ mm%]nΜ{ 3lNGSK~NzsFW>0 !~wSu瀔kIʀV5jBՔU}ẠjR2WV=_TdƪgU\jhÝUޭz?L՘jPU5:Zփ{gV V-T=L@6U۪3l*y(Ro ʯ2>++;+}%-1SV_~A7Gc׮QX˾;(3* Èac1fLӌ1cXmoHrcXol2-i13m3GT(`FC@|hL;ЃZP3 + ΰr}SUNUNacˀ^tk4-.!a_0qYnb9^F{\oQnYFQg\c1ޘdL:Y\>cQFZ+yuccE l@76m5 {"ު]Ҩ|.u 67w*Gw{+sGwOOOc;fdNЌFG 2Vb@ )F^:6€~ +60 +FԯZp`P v +v Z4~aQi9aUTT R1#кb^paŶ@F Ql\qUPµnm\o nt=@9$\wާ S}w̃XP}? sk5.e$@wg}c+ TV)4|1qc|ˏ~RN̑N|[1e(ҙ:g,_9tfce}O.7׿wI-o?ow^_ }G~obȲfGyOޅ +dS9HN|<&`jqYh;k;2"iuxCac!&-w3yyv}??r ${򕳷|Ո ?~tYf>hMɷ(Zk5: S[wﲞ׽?}|'O"~:fVq[^|k]!G̼RO +|~; )3aM-@|12FOo?cmH{~7$BC¿GŸ1.^IȲ箉ߘUω:|[x@W]E+S|4:~Xj25? ~]o5sL<D&~>B:=WmXrE lpy˼^pND8;| K.B(Z]}}?L?B(}9B+AhͰM>_5Z_&!OM[Cd㛸|GqqXǥq\.qB\:FeYfF˲,KJ]a .a]?JYC)K)K]?ꥄRJ)zYRzPReb9g$v?1̝;w=s\KC(??՟џ_gAX@X8 +PoT݀A* + |!Aw~@ar#՟v <+cг s XbXi\dXb3,% ^!2t0dװol002 bmӒӀc(9odj0Lkgyn 9/n(m(aqCMzD);X4,k\ ~MConh8XcDXk^2ҫ Ă,+ Q]kY4ʨƠ1jLv.\e\ָpq+v 0 ^uxx8bxRƉI&ޤ5LsLbS)a9a%bS dLN@)7-īM+MM}-mM{M Nߣˀ(xt4$6jo*h*2@Wd&T)mJv6-\մpmMM[7 6in:tXH)@lZ2t1(tfӔѬ(7gsFf.1/~yy,o7{`k^o wwG'xp||Ĵ| zxyZ@֓c zϧ^^NX'-E/iXP.JRT+RLR0"I݀+Հ}ziS-NJCQtQH,S25@X-iZYw#|@.erPZ W(>$:yH^%\+o$o.{kByX>`|6+ ꀒG8;\e`@Y,RdN1ZUK딘R16PV(=J\YnVT@?R}:rPH9TNWRj %2aIQbmZ6Vh+Jm倕Ūjp|mzɆcZisJ56-bcؖY'uVY6DZmm1۶vv7UZ9ۨ\SrS-5 -9i$v>˞o؋:|{i^aWkٮ :{]:fO;:r*(loooo؇OۏG[g {W7S8s%Eau;#H9xñus;6SDQppr 9(8:qqc c1Z9Y,v:˝irJNrE5vRgw.čnJA g!\sntnqnstvuw'3s kpZjtNĥF,WU*xUxU5Թ .3r(`PZZƵֵAεIƵյ5zuuuL据)k(.ṋӝ.q/y^^^Q::BⶫK&..+=>w{~߽Y=upr}q~cOb<>Ix^{ImaTyx +SLXJXn84,1j%W#UO,3Lx=+A՞>5j'HggN=={z7h8m899psQQL{E-a\"Y:o)y+Ujo3H/7zNr*Zwwwwwлc)Ydދ+ޛr¼S>ZBƗ+----> V泃P mGpN/[a@둖z}=u~f߀o˷7+QY|}G0oF.eooR)֯/x +_/Ư#ji-nJƿvҿ޿ѿſͿӿ;???___~ߠznYW]10xmx ? +2QMt`>aaa!PMX0̖5Ų)h$@RV +"pFV[ 턫=։pDWF(G "\.8;x1pE}7S&'MgJ(ɼ` .B?\XN|]A/xjp0LS +y2(  BsBPi`>_ _ _ O0uj*nј +Օhk2W]k)\вд}}ˢΖ%- [Z-{xhG%c--=-:mYg lX2XײeWcwTز`-GZzVI-'[N7Kg<ॖ--l#ڈ.2G߇=)GJXq]}n< /1L׵vKHnoUSJ)}ko>о}aQ}_#OFonk?~csDd8u9xq4^Y[|q&4ť3Gxw|e|u/>1%-3;7?~(~4~">??N[YDA(1?QHT%;9$܉`"H&:Ӹ*&V1!)5=1ؓNHNK$N%&W7S-] w%IM2/9;979/Y\\\\&IKIzd8L%+=:@rGrWr(/yԗ<<<<KO^J^MN$';micNGaGqGiG4QٱHGM!u8]:u.e+;Vw5X߱Vرcgn륎::cL9 ;u8tLԬT~ U*KURթڔ!eNlM)K)OST2ՙZZKj F) UJM]d Ķѿ<5v-Xj$u +ljҙ~{CU뚏.H]QW멛)l׵r2d<7ŽD1 k}|bA=`eG#GrXaNW΋(G9?btpuͬX'̢ |Wu?dkt'twtu,Ff"`: =~dfeQeg6^~/l`wG8+8-'qvQ˵sE\pkM}sp|r[|[q{Y\+~[%*ʭ_ƽ"~CGWr_֋??ʽ*I<-{M|TSQ󬦚{GDS,yQc4UuM/4]|%Mq͗4g5y74Iu^ iiF5g54c|f\3NsAs_*y5|fR3ͯe}FO[ 7$܍ܯ~U}-w@x !ܽGs= 0/ǹ_ Ur/ s'^[?;b> +6Hy,'@4smWN*JRT꫔J_QL8QeO}zL~LYVFes ?2} +w L={=Ob!~'1uuoo0J??6Xk0kf:0w~$'6[{D4@\@(`#B1=& eCSB%',bFa l><+f7ٓDy7QJIS^o} 퀃/@78˾SV{Me KS)+:z^|çlzޱie Oշ|tQ6 +Ak+V\m1kw|%7q_*mSD) Od#,Ñ>Uq},VL7; tǃü,b-8s؋=^f+٣ p ;8 +Zc!pc0{x}8d?fǠ}#pe<>ؿl7p| +v~{M4s{,'2%` Y 7{}{{-KY`+%V \ .EXb 3b3g{[$ecn_bz~r[YrY+wrǹ3g, w%H;FvvB[:Oi+gU*Z[ͺ5 l֬mf k[Vm+uxzE0zLb@)4HSP/Ia)&.i#J~i4 vIC>8K'Ҙt^$]&IZY'ϑ bT.+rMpHS9./jʮ3)onCQNȣ|A 5|KQ5gRW +"eRGR MCN$'2 _J7_f8$m'ma9폐%m/$m}iIۋI瓶?A^B$i{)iGH?N±tc _H:Ӥπl'r"{}1i{5!n1W̞'m!mi{-h{#=_Jz'='=7/p_`ܗ@MMW@mśܛL&mWHIs'7ʍ2֡u0֫26M7\_G oY0f:tFYq ">qq!,s:f=͇M(1 4H͋eʳ9o$ 䧬{2SÌF ̨ej@#Q1&ΩCrA96ʳel*!o=AQDR{Mgx♤zssfxD3=?e|21Lܐ'7g#{IN/͈%&f3 sR13"J(H9)x׶mnJRR~/ۢf,k_e9m>]V3YYY@0fA^fFGn̝ړw]i_~a>^Z^n3y~/篑3Od拏ڌmme93633HVGfkzL2}L1#>3ș1>AӳpqG_8y?"mgd>(-=]F;^';1s;wL }J>y:<<~9*m3BYe]v^2k2u"e|J`7bVsҘΌ3ñ5f1?i)ϫLr/i犔Ŧ4ݩ+(]@"irE2Dƙr4HoV 3益jE12wYa5NF\k38o1󉞋jEzd"R|#vν.fnYxܺg^eKfnQ`7KC:ۘ|ücwb&3a=@׽ J˽CYemggwںbOݻҟC`?Gf'gJ[!փe{}$n ½ ;,(ƀS)xlSe21w6x=&.`gk h==[<<;ц t~ϡl1O:FQwGu9vel|0#ectuQ<pg^˃}:1>gE2Ӕgmnf\!2toLRlV}c3f_s㮻,h+]e}[^;>iw>+H;If;)I+sΒ4p}Ned3$^v ~}q 3ue+ +_[6 wƔ3q]h?p Ly=='ImMpIf /߄b[_sB_}}Nf9AMN'm_%-4@H ?Pk@Q`~,P +Tǀ9z}wb9X +w6ޑv/EѿӹcscgC$p۞1ᮐ<|`IpApapQpImB悝] {?]h+=:]/ͨϨ ~o/]/"ryaI~D\B"I2A$ $:oѳx5.DPiOğ$$IKwD:DK'__4$$j0LsT;w;H~Ewg8W6!'EHjǞ2-3\jqHW]TRy!M>IOZP{xjJBAzFAKKHo#~Z'zB/!5G"N8HHc_ү +/LHE"_&/ =@sG2WwI[f +͛4:?AH=Ϩ~a?/ vψ%u5҈&Zxgm7IRMyqBҙ;į ..0"~2w ĿL_"$~%iAϞ w%_![#|O|?$%ď_@;j|xF?_LmN#Jޤo"ϑԹL#?M:+O# 4SG[ F $c!AHOѵ_gԶ j 4BK<_H;[g?~ +ɛpL0GF_H9MOYPG ϐdeIHIo__I~zh?K=iT`#@Ⱥ +"#$,_Ow'2M[BH)@rj~5}TmGHm#IE5Nl' M$!;‡H.&I:=y7~?%MX TR ?"}z^iy"9B%,P4"1FA$FsrA9"HdQH% UNUx@ o+/:KwU9EWIɏ +I +L%ƥxnITot/x5! h +t=A"H5T}(J$/(cAѠPNxaj=HQHz% +4DU'!E^=z^!BH@ëM@Ѳ@*!$ q?Ak\רdC IōNNSl9? IO,⫈BBsO)тnʜ׈$I?F|]UXFuY*s,yW8G,Ay p.j^CVF "F/%y[^qSk2>j3Tg+Y? r|C5̱o[ǫE+وOC;`#*Qm5[%ع}#ul#1D 7Thf^d6>l,P հl,P Ɵu .лPX=>A}GgRr`TPG*"ڢsS +%PEm"Hu޾/Jn8OJY݋XMܷn&R,%_o^ +5׀O4űW{@+RJW# +{ѡ-=Y5 o6Hێ6vPh@x9-FBWp@{s͈~* +4@gσ*?6f.2жm rgiM +c \5Prw + FV3\:E=/TPqƯXljbP> ++?+w*V6gcdV9 +C:h>njwjvjZFU_~ x_+Gx}N=]ro)X> ?1{GyAgi=Hء [_(^ ؞*y(*չت1IObE}c/b{co؋tE > \PczGd릸f(گQ,#F{g.F9sSk6iV!orzr`U[֛-xwPD + +%[B|xFq|NU +3W jgeI>z>C2ױf,<-NcjM.K∷BjJ∡ c8ΝR(>V CHq׫d8ܶK5Z }n8=E=b ؃ex+n{t߫#95+N^qΝy9_ɜc!_G^OJp~Bf BN3 BN3m}jiGzg3m*6N)/xũngj+~Bkf 9 {hަaBȚ/x>Y(R.ѳ[,7:lUnr6NCrzی!PVAF'{aPӷB7d9`E]o$S5oNbஞivnǙg.q^846vuKQsc0w=\oݗܗXADέ; }ߡ=NnnU|} +EV^}7v +7hu;Vs &|/l9!VQ/9yC>Cj(N]Is(Zx]qyOtt8{@ Dπ v0C :7UHg. ZcZCxZVV0WFcEL׾7rT{k/H@Ca#!;yF4 H~A)Xz}߹׻rFG+m;E"YNn%vS~+fF +$ؤ#opvB_UƷd ;hܖ +즷+iHo~[7Pr0|]7 ^=N3+Z}F. i NV0 Ux&E' l_GW ]ۄʾr v=#ZϞ(Վd8 X!v +e6:Gc׌zb'wm}d {Zw_ݛVGmeq6C(Z wyinryora, a.+ZOm^;]zq91^3j'(kg47pC3)xORy;RW;Zkޭ3o| 4r1'H'άc9mwm_%K/^֌qӱuۧ:kdl(uc4\GxKMz&- +BMT,b(_hl{+ìkl(_C=1Sp+z&[s5:@I \Nmwsh6yjwu)(<=[,OV6Ʋl#d"s +etk9)y{&ПJ'WB؝ ) + SzK\vXٗHaYqF]C}]CZyCXbi}'ЪՙD06*d.6%=6XD֖՞FqXSYe̵7Y/~V:~/|nDuG_j:JDj}@zw+,g߀ ]SPLj4$PG/?/Fܨ7ѓL^EQ67f]%ѩs|m`gxn)L;HdOm+Nq]W% +ar&v**[\OH"rjtr:!TyaUhovu멵ll࣠Rt{+ؠ:ڭ + +BYLm(oBz?Px|e}3\Ӕⷅ21;\9S❪T(gA9K)οwmpuAY]8UTRʕPTXq}}ބ?78@(Ÿj~v(CnhJ#(׃_opjor2 wB68EhA(DHi2җRr:+v4onpoDFo?D_ K|VoA}82 m:{3ூʬUgCбm]z)OCixgd6@_>|V%%mEV?lg;x>x><s.oȟ ݅ھ 7_E\5WC_ 99p"6h0Q{RցЊUo? Jof8ׇ{$Fa4x7xoW¿["BG?6vw.7#HI)n탇`l}r'7xoW{x>{]qK:2/h䌆!umMw>)t +{#g!r\wM?yG켈W{:?'vmEA?)䗴%;Dcl[G&Q3Qc:oyW{ ;e;9N3 6 um]]֠mcg֣k# O=:ЗK8f,ˠ/'&&4g)לȩrġı/C7C`LpO01x0x4 \, H`U.~ 6ۂO]@p8L~X5 Ma}1b%fž;7cpj8]pa`pug|!nK`X.lWQZ=3Yyj}|tpFBP+1$14Q;1\z|Lp_i844+ JCД4sJCsp._ihW+ '%NJBІ4\W'v'.N쑧j%jo5\η:+VCj`5HtZ VCjHjVCȷ"Ր[ Ր%N[ W"Ћ4\c=omhcW~|;ٽ?1L r/&:qݝ~L_{܇SAM*HRצ3$uCRRSRLIO=Z,˩RkSSR[S;xvѾLaUΠ>IyI-cOIC9O=H'&^_8Exz̩xLUqx0-3j_,SK<+D-|x*drG]󵎳>O4`Ze1Ӎ&kS~|fё(|}./kɽMpG3eZY#5v(UjEÝQ㨹5ˈSxuȈVɭQۨC99%.KoVQ$؜GK`h`44ư''fEsZ-Dp)Z)VjIy7m>vERQt #:Rtixj4]5]3]' n\nLMHN+oOwLwI'.2=ӽz3<虾 T5sx[ՠ~>. zgLn{Ov<fΒ=;7;@}cvAvƤ쒨VvY:2*4.}79-ipSvWvN/LUu,S ?ݾiaօ ;6(R,,]/W8XJ/gƅS gv~nA CK3a_DKMԘ¯*~-RV;-/UBZaj/Yk˂4O{Ky%#2V:]]V|Yq2GGޝ{'{7W A5+}Tttcsqy]N47SL.S8ɥ*9o5r_VR 70z"( +w[`n*,gʸ˺,J|-.Jueq9lJ2?[UJM)u48Ai*Iֱq(KJyTʬ[vke d d d d 7x7o={}2(Wfdh]:2zd*ѱ|1..8|=߅5c%]NRy-/'d P Ƹ'lďPt ;u]16i֓+>C/uP%87 o2KVuu,k [/6-};};>BٟFoI:P_8/n_şJq<:(_ӭJ8Y1V:#+Cx*&fhNN7cNKΐnnbƏt+eO>?cZb`Zf{|9O4SJȤ)ޛLb҈L1RL)b&M)bcD>d" Ĉ#1ED b`'"a2)"9'N;{3ߛo:kk焽hm.[,eKe=2Zhޖƿek\:gݕ>e(&}wN+_qZ ݴյqwڤvB nls9ݜ0:YfЌYlBh3Zsl4Fsa6fm <~u92RK3ڬIkgͶ–n͵Y"Zl-[u*kZomX۬sgX#1u:g]A0fؙvcOs|ئ]I®{i׻np7kMon!yNhwѿ6nw)0p>Nk埅PP +UAx*_~ޭf US'7O$d3ԇE>"կ_<%w}/sPX<x6L$+/'+ |Z<h +|V<bWDc7{.0*_2ER*ţdA1E8QNX뙋]%|&UG/1cPǁr8(5ʍFXf+f6fcj0v{6z^g5׍Ɛ1b805s9Ŝa晳Ͱsy|s\l.5uIsdn1;=>syCya1X. Kckk[g76[M-j$vǍ!DgEc:zq8m3NwA3A°5Szy}fcN%iهr̈iE3}fYI:'s\k6-ĵFk.BqSNA넱:;'c]k1jKΰ5;oO} v؞mV{1ŞgL]t^d/Ə:{nQj{=aknۯ-6?A{oaxʭiL?}}>i*z>g_ 4ۃ0ᚴV ?`X"34$r-`bՕ9$FD.ez}}W; ]}>;7ޗO]tx˩70Lyn?U/KdG^W5Ɏ^7+|=Ko7Eoշ6]F3~J?٧/<_6WEwiүcFbnWLc4bYds8NF΀;gC|qN}a1X+{)rڱ+ձ1.m4ryW~m} ƖkZ.##4ii 5,Zijsiğ֞\{]-Ĥ7a?R5oeוtw]jԓg3o"r_qWHU B)H +A| ^O+Aiezβ;cIWi{dȍ ##{O@eh_l?:qCёFGb1-Z-Mg£ԺǵZX2:djE:.L0NEL3_ jV3D1?-?E=^#kTO JՄJt{}*vxm#y&0ޖoc[I;߮ܝ$ku۸6p]^kt|vsކu| +P-L/ {YsߓT9j),yFl';n!•.7Jm2%6oWrw|;iەS%H]ƥ$tu7Szs]z&8?xpApQpqpipy.*P\GXM-n#$ '" !I*/xpp!8 .Cg> erO ʔOe(-P$d_*A~Q(U*Cա +B~-ɛBZn'좲Q~[=Ia S3t}pppU_̇لT C3ócȷš3pyxa*PJXFÍ̇ +͐m$ln w o=@/Ͻfïf\vSGNANxpaJ yم¼0u\¼^P( appo]~יD=\Oo䑄(";DexFM3AKԇg%k)єؐhItA3f +_ckq:~-ע_,Iϙ!>r/fU9vb_P>z_\|̒*#8~"h|y6ѭ8]e;7璊%6ȫN1Άd':s.z-AmIos {:G ^zuqm9@kr9QۯPr%g$|o.,x3|z]){$8\(=0"X_f nz1U2|^< +YW&!EPɁD=C~sQg&rUI{v6b?[ i}t0ָkM³J=lq5w,n7sǹ_ ~7צ̼ R{'sZ2?EKdP<[gqq8VqJPg 犽\ɞrw/Ј7)wq_%7hn҃sxmwbc54C'+ B3h1 n3AA ӻFm_E̎>n?St$hmk1Rw@c݂#Q ] J "QNܵ--)1%u迠)ט#fn4=`'E<:^6S0݇y> [<鍵Fw8Yw / MN]5mŐ6@muf85(S&'HU!%#!9XpK~O}Q"mf;gn8RZ+R׀>vw*5@??W92~X#0Nd›]^ 3q\;ׯ|]<$k2 pk':S_~X")qN$% + z^rYD{X>dY;  u?iGݒB'0#/8zy<+.Ks _FϢbc2Xo/|HeV#*d +]Ywp}lzt os!/u=>b9lɚ|5$Q # (ܥu:>~ gZNaumLXqگ@T[f9+\x԰i(? J'cdWl~<嬫c`:|g|o3K'?ډ>\ۄ.X~s ++L=]a +Hlm=F;&5xFXjſb?p5L7SgSZ\`^wo lQL%0A7LSW)&)K_I|YnDuq EFl92>",n@q6"qUd,EE2@-EIqc }-#QNpni"&2vZ+A %%)2B"#2m}Fdl7'"#t}=D q# V%A "8 nQ?dÍ!{ !x2r!u:pG72!cm(n| Yc4d AÍ!fH @{n DpbȈ2慌s!GDZg!e +‡Xn +i L!cRh2'ܨ7!#M#WBF$(!cF26 +!AH2 >Ȉ2փdAFj1dtAFddAF^1daAFUd$C O3T AA|~;d7f@FB7~FӍY c XhM x2@F@q@Fp eLM#2v5# 2"3i8=-ݓeyz<'gSqF<_Əs }}B/ gS|yf<-_/OȗgS{{y'N˓i{*]/O˓tzy.{"<E?<[uOC{lyy:w?Ǜdkhe>5lQZE*oSDd>N6=s}o?|? +Ydܶ٨E%KO?K-8Z=EgB,8'лe9$ 5܍? 'Ol< +O$?^يJԼ N'omp梼 f6yWACI8/E>[ [ 4瀟>? NH(ry|iܞِ7Kº^ex"s ZƘ}ygX?q/:[_i3 9'/cK-M˧g1LF.,'-&z G aICgPw>s@ {?c4US+P-H'(3("h$o!(m +N3$ݯ}R¯:// h|7ܗ BPKXAJЕR1%_ RЃHRx7୯R LG!q~.A_\r#Uxlz R/恿R$^A/⛲ + +z{ A}K4 + x +xЧ>+F܋אE׺н{;M?Bkc\fkuħ@~rSZ_WO@k{$Jϼʶs + ?(T'Vy`K4x،YBO's ؏WhG>SSO/m >V@N nk9~irIK{?Px}|OxyʝyZAR +lTcqQ?]9X={ؒ"Ѕ?{FǐY2r L灯bW +;z0+rd]XX<W'{3< + -Hm{/UŚc ߥсp>0u]5:AxHGx +V|/FhcvTc7 +`6Uopk(Fcmpc]L +&ލb`tdFa]Zll/%,$Ia~){ɂJ +2!w(|4 +mD_0;FQ#Ⱦc'2}0ot)U7~@yڕ(b?6h+v(ߵ|+{ k19}s\}=_KؿMq.IN$c}s@2kC7$_܂$od^M'Ix?$~D.3*q$ ^E !H^A=/AB=/8wAI\oSg/?Z ڎ2~N仐o ʣvn*5,]MO |w!~@8,s3y_sVٕ<(+2!e'w~}OqQ JӎAY!b<?ٞ/cKPI(CnA'w1龟1k;YDی kAi*o'Lw_U$iM232d4L&?4F9)<iL1H)D9H9\D.AĈ\DJr99A""" "r=$pzsoWoZ{^{Myv[עtXV~ƞ܂tzgs{KQ&&W`}p)\ =WfԬ~:-[doޢ{_#g }m +#V;϶^=\+y>}pEY]Hn208ϐb;-pU508Uu-Otqi܇yB)D-jò]lngKQ'cloYWW3 OV.8$N^r|+l@*H?5jz"c{-w6l_dS_a=. zGֳuxC䟘m5u*.gs[&Yߦ*h[77jަ@=q|U:).Z%N3=uliҨ^ҷ lIG Z؟?C;~*E<0of˽^3{Kbl(8#`%/gz;[0zߡ1{?L`$[R7 Jkf/$Pq/K=f;oyR#&I/w!^?pf;{x-ݭlrFf#}zxÙL^oP9Ƈ*XPĊ!̐2*w|?_{5[U=?P[UXDZzx8wGRA8n+m]Yy0*O;+Os\Vy赴FKSgcэx -@sb&R[v@ =~wGI]ϳF5oFIͶP0j^pMt[Y dy(ڎ(?fGy +/W«;.tn~KvU,GVy+F=(ۃzm2**G{J*_=ZUg?ʰ[e䛁=(grU**WW9U3靃|> ^uպ[R@mUފڇ|GmSxDiTpc|̃2X1@##>>\ub-hm4y|necmsQ6"|ہ|SuÿIU9۲}rJX0w㱓Σ&ד2ūS~w16P:=R(z7MyeBvo?խ.ĶIՕ5ȩ-ۇ] lnC⼐!s걱Zlsփ=G.rsF۷p{ΣJ*ᘋűDc* +ZMvceQ䣶bĖpԋbf3c[ ,:ٿձkU۫Sư[*@'o6FBl}9}њ`zuku{u|CDkbAޞgc!|˫Wa{-|[λ|,@{Շ=hTutJYhk߲L`_5ɀ^c`[ ŀ&ys2 ='Skf̌ήny]Z3vJ;" tȗ|j+̷լηq2{y=ƚ-v;1?Xs8fCq9kz-ʵ) ȨM:\@0E7׎A=Z;h Lm(^5:oTnmrSk+Xլ6U됯c4FcvK9^כֿk#o5bgd`l#ŵͱe@, yck4ۈQ8 ,ˀ`}ڭ\`XVvW@w'kk/^ שuIuuuP@K{.Uϥ}Gi?J+ %75S)Ƴ^iX$Qt6Kwlˣv=jߨu>\#B3Ҍ4zؙxnSBKv~'UC}Ra<̶>OW^}}`H~.P[G߃:P}Odzb%]rKAXH㤩R@Z.mvH{QtN,ݔe9YN}rX6 7ɓr./^š*J@)T*:eҬLUZeDYS6+nrD9U.)7T&.իR5֫ItM.T VuWVUj)ekZV5j)Z6K-VhkMvKۯz3EH8 R3]B܌f|ɦnv4ѓfzsO(↩3]fFGP7]VM3`b܌ +:'5ޏjSyp^if5f!WjߠfEw}&g Lg<`2;j8ofy90OꁝdBE ts}_x rݳfO4j\纛v +r\\=w]p]p]rNLp]q]ii⩴4-&=x&m|d|F֞9ϧ}^<67틢%5i̴miD۰o xa^&HƔqϢZ,]Lk}**:n_iqN\W +XH.)Ca}/JR kFi,MI-X+vHs^\,-VJk&i)q-cxF:/]I7~J`(vqɲ۞<%J]Va{ԒJ’%%bPJ{JZANn,-,1aC%7KRK.qdê%Ir=xn_*ɵ)/\\Rf֑wJ{)B[kWQ/=Z39>0qY1|rD4EL0pʝN2QlPoz(9.촸?Q"$b8;WmB.[0h-s ʋ6ۊv0>9Gh>RxW$Q*ZPeE-51_ZynJEA`3ŊZwP* +s>ǒdHK?$aUVz Dߜ/\/(z`oypϟ pķnD0Eh1R Cªt9bՑ7 +z đ)Bi0%[Ї>]6Fx_+/ 9TpvƂ +"?\pxO +zËE(3_ppk`[`[l^#5ٵV/rdv<D;йKaٍ@;f^w (Aib'MfC3\0) [lw+;Hg) [l]+pR83BC?On MD` +] gV;`ʻw st` + ϻgi X?f1)4'TI,`zp0u[l?(d.cFξ84gc5}xh{(tXnSaDMcCB9J@s -m  +GSD`} + u^k&2qR=> $׊A:oŠp)>'5)kIٗK[itCNy_ṙ_ud]Rre]rZf +, sbt^+Y>{OfmRBeSwx0J#qOf}YV +,}ެf+wYV3"[sfEN`1+!1'+;+;XGJg%f% Y `rh!f%Dzgx$k%D&Nm"k%D dH4wqλKJδRΘ8D$#6Y)gNy1s˹9U) bN碕rNřs`:5rV r7@gg]Ϊʭ,,,,YhJc*=-V +ęg@cy!R6L+cڭeX e"GX xBؿ}Jp#d[)37+a@Jw ?ֽƽ&ЉY R|7ĬH{{z`{41+!2ÿn t7k{b7Y+!3{;=0ƝNo'k%>陽^*VB$ߘy6_1/WZ1JvwiG|Ll26ɓ|%yB$lb;P!qCI!33BX⸇bq/;B_o/!Q_Y]]]!|F8F$G#Ha0Bu#T̾bN0oK#Bu!ݥazxX#ģ_t=%b˄WWh=*zL9z?y8cbޤO1#xHTDjCȚb`Yʬ5Yښ ړ?;HYgSiuK¦ܾl_ëSHzggٸ9zpzHr?Wb TU5zH?7b$A bv>fqG30y!y]wAzX:xqY҇ }ckz* =Q\ *i+ob Q}q"-}ylٲ.+ro*~i[/nl}uPZ_m6'|I|Qz<+6 +Nu]?f5h]KK}\wc=ԂF+擓z:dn[g6,5)ݏ 7Q4ۣ;ɒ +8^ѻ d~{ L}ҳۚ*o R#[s5KZa/+=x]{~Z'vϓ[IL{6;GSpLo{V%2߱U%az?-_M +x(IGvDZYWh<(~^%SX_E_K$mO4Whɣ7475kuՔE\;HSM>L>h\žU|i~&H'Ͱ/\zMlJ$h`;kY*)>Ϟ@3D-+>8iUvS4zIKO=VnLlߠqT|N&HT!FZVT*/Od-|H|K ,o+RWH--RS$TeI~N=@ㄴxMxt[uq57]7n%-*i_(m񤽴J%%Be-[VKhA"{HB,J(KQs=>w|Ϝ93s3s}1xGcb9[F!6$nЖgDpK  '[&r)9<Ntt́>V5]6~!r? q|N OLNI=pp2""`˅1a <.D Ak.μFNș =Bx\ +p3pfedy!!?Fd4=D5C-D'DgB"҂329Ox 8e#=n Bli^@Sq!C5ez +K uO/|g`-sq-eZ  nE;˔mXc Y ؒ%݆ndyr{L?I NK.HA7Aic+q~cS8-fۨ@>qGu1]{ gV@pea ɵs c0xwC7Vg[. O)YIdC-gP;[:ay@01@59?7_`824܎/BXS!?: 0d8(t ́߅ 8yEcn84wFe W|G݆HV`ո,\8sjנZC ՞ڹPEε :t--g\4? +@-WN+͋97/:߸ S+ DGm#í~:EkK}l +MߠzSoR:+捡p (q[Z/W,+@RaۍhWbP?FA3^ 'W"ѿIc!/`z#~3!r 3>$J]sxM2x0W( + +qh*=j'"NlsTǘ E4`VAfUH)DA 񀖓!D;D8vTtc`>oj)AaD5] +0WF;w +mo#Nh+i~A%x -!pQ'mƏ+v!K9e%&%f䉽D ǺF_71AyvjW1-tc0ao ~l^!drKPGy5M@ P/S΁ ` ~G1Y)g e'q+ cPe` ~i+^V 7@ Bykõrr%>bT7BoXP[sLA~DA| @} (*/=(k3 /| `9|A`+P;*-xwW)*؛B Q8 (U^w^H(0(KY f@Ip +_3L$[f/j}gAZĖCTD\ 5!UA!Ը:6"ҍT;%M~l?RєJ%5HqE_˺5}2nUL5$@iGhTJe2Gۻb-0\H +@v2ؤ͡s1sDYńxz02ѰgjXJgFҿGPlBX@&_aA a +QAY{|Uv}89]_d^*]r'iZ.9 cT:RU-<CMS\knZ!}!MwE!3GWugom8H$!ʦi7r[lkM=<Ůؠe~EX#qb^oZ.4:6,.k)Ҁ%uXz:R,!N}+E8cͪ5'wv=o,tSp=~CEQNɝYH o{ns"e`9%gYlnBuW0"mY./(x\[?l{r+ޯ#Byg5TT>5{ \2jyᕭU=+e~9~6w=qf_Jw5dLQ^̾9IvWUҮs4}{T)+Fe׆pحF;C4݄^/0/ȑ3z2Uozc:"߆Փ޸6M +~e-sIA |I|Bw *놛WϮ-njf|J?"?u%Ne_Q?wۺ׷+N>(Nڥqi &̷*wic5,[ dֽjoi͚j;׻O +w]]5?A~穊Ŧ ~'}vDSu +WkwɬH5(˓N$y2Z,5]m)?th[ͫSDS/zyM͔W;j{eVPJ8o&X3e_t԰<`cwGUtPlWs9USߑ:=~Ӛx 9$B!3eRBtm9[QWdg dƏE)ҳSTJ}|G~ԭIH۔(^[ÅfwBn7g _8_*oeX5#GIZ5)m=yNjֵ<(*R$8Zs`|Ϯ +k<+kHE+*aO!o%s:C7>-;tȗ܏_ +]z'V5 +2 350 5cslҕq}dԓSc::f)$-HP#y싁iA5g ;4d8Rৱn ke:3^xrEkm1z{f-q~|"tށ9y]PgC_[f?oU0x7~{c~Pۏ˃o\q6&+;UYLMݕri.~vc +߉/Rx1bG1ҘLWBR'UpO/u'SiqV7^&=ʗNLѼ=WT.|\O_t&5m.C~NzW刺`!Gri#W4R$eAHOqᠠG;;uk_fbĂTGa!nϟn=}jcߚPݽO ++.$)$@(._MA&In8i ]%3\$EbSP="{сXimQG"κg?c%;H5$lj /r7'DYVWܲH1l?>QɧPZi +oكm-d'hO}vm4iGC?^8cAgǢkܳ w 1붘y6_DKeoJ쳉3N;g)eYR*-ɞ)Xkދ\cRfhe Wݕ>I^O(*0N2e;^nqJ*n(*9^^TZp[?ŝ*|t)-'d~\sE +c +%V}t}jmT,ܫP#QmŅؔg݊O +]8c[g膧o}}(ϩaz S`ɊWk|+2ݹ>QE}_dF/tɾ;倵VQ_ՙ mn6['QIOv n++(uͺ>d{s%ek&l J LxP)k޵6j̠rψ2\:_\aQ%s~Q]\sN-:?-/㫭 qΝt%];O#`d2}EҤ!74s8*!lk`tR4H䀘qm9,J%GRb9@IF_K)q#(TҔ ug潶;M \hmd Af_bDf֙]3yxǰS/ ]c:M`NMrܛ˿?7֜㕩ԁ2[zژ&(|d8~4ŵ"f Zj 5`ۋ?ک=f\.Jer_sGBg!S<٭ ]|vp0wҗq6^,Z1 y١Q%,\ U399|PTh% /-T5,tj zە;oo_`܇{j3D;\u~~'/KZ^R6Smmby:ً6S7V8`n8Eݽ{L*{tdB/᧝'I}mP,4Zl[ae> OGl2ev}ܩISYU5;.r=ouuG_}=j##_u_LqbI6 k+J/aCyi,? .~}b¯tRm/(?RUˢ UH"43Xto98Qu3gud_~seOg)$:6wܳ9'S +Div֗\3v|jH+-p/xwX^c'NkL*{t'8~ƫ2&&5Pv +:{xN;< -g+%2xӲMUA=bb5Dsq?Ʌx"Y` ÏdFHuuDROS=(OkXg4,+5rD憵jżrnП^c,(ȸ>gV4KY!ɲQn&X!tag7է_إb~Z `_lg&<>S6,+I=[Tu5қ)\n͜Jc:7ORpM%YO# f'WlgvL?3z q51qO 0‰N29iy~ŕvOh\\?l2 +endstream +endobj +1339 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +1338 0 obj +<< +/D [1336 0 R /XYZ 62.142 611.522 null] +>> +endobj +1333 0 obj +<< +/D [1336 0 R /XYZ 63.142 549.785 null] +>> +endobj +1335 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im30 1334 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1357 0 obj +<< +/Length 2237 +/Filter /FlateDecode +>> +stream +xڭZKs6WHUE|͓NRJNa&ʂ$%]ƃ&EJփ6Au@Qwt'!FIJS<E ( +~&hgs'Rom&/j?yȵmϧكi8 . +7Ndl`_u׍n$g:ot{_gL̪.IOֱk# jVno:Sz-1䇧1hҀ$_KI4X½JDm eDHB~PTQ*)4B9]⮻$)D҄έ>4͘"|IgD$?b oXF n""{lK]h&DTh `wCb$rd/fV8boFID"&JjȔ0ow=*K+ ߜbRFஓܴU`njD&",giyݗznuiqB:٭u ?|Zr"O#4,3&o3l y&, +K~-@g3E~Ȥ5vy-*ֵ2Mxz7>B7m7:),+cN(=lGͩc6b4u{S+O~Iǐ4}UI䅸JյG^ .n0O` ݻnS!p> R (졕Ƈu BB!ͨp54K?iji37Jy# }yYd2<'-qۓ d׎3]w l) +r4Kn) (r {In Lz8k((=AASLb;V'ZO'+/_FktTѠXMhfnU[P~s]V/ȳ,=Z 0-ܐh i+0< ^Yj+hh|m̽igIE'Jug]{qM"iEhXgE>eP&O(WnSWMv{Sú纷bF 񭰦ѻr.$ + k~L:Lu10v|-\/v0Ic )ATmΗ0WS&|7]K6Vl}ZC|~p[ 8'uWE*\D$,X#wt)r⑅F]UAqݎE`;> jH]K =kwKHS`o}]7 Yn_n#?Fc/H0%"EFMDQcwwǚ[hHnQƺkW2CWh =1Ҁa2C?"T NZ|Ҧmqx0uֲ3}v4m/ke %6l?~wN1[ K /3H/ ;{:Ÿ{e^s,``z +ޒ_5fccv@Yw +endstream +endobj +1356 0 obj +<< +/Type /Page +/Contents 1357 0 R +/Resources 1355 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1328 0 R +/Annots [ 1353 0 R 1354 0 R ] +>> +endobj +1353 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [271.674 756.641 326.324 769.085] +/A << /S /GoTo /D (table.caption.158) >> +>> +endobj +1354 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [408.385 183.363 463.035 195.807] +/A << /S /GoTo /D (table.caption.160) >> +>> +endobj +1358 0 obj +<< +/D [1356 0 R /XYZ 69.866 809.284 null] +>> +endobj +1359 0 obj +<< +/D [1356 0 R /XYZ 70.866 752.87 null] +>> +endobj +266 0 obj +<< +/D [1356 0 R /XYZ 70.866 303.408 null] +>> +endobj +1355 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1363 0 obj +<< +/Length 3226 +/Filter /FlateDecode +>> +stream +xڵ[K۸W(Uy` 27;SnyIʞ=P#HbF>t%>$RӀn_w,Ep7/^$ :_8KHL, + D4_;tv;c2G$YqSoFz/h0W. Uo\+*OOxw/(4h`~'IXchf_֞#E$C3;DN`vO6wORH=UF nOZMLc5VDlU&J+`E @=~|2zHhfi@b58VJMqkZ|868<4w(XqtzuTeh`&n?|N  >)z4f$zin靆BԌ\cHD6jA=#^^4tD^xza*gmF׹IC\Q{3χ|* 1'Y+OU ɒyXbSٲ"]mVVys ٷ1B)C %؛sчmzZ <=Rb€^ LClHƔhs|2$cy#Dc-L{~mͫhRh[t%w MG?qZyi(vk^84w<2& 9asm:֬{n(4{'r P K\=m|8AEy^ktdf@6ʅs|g6 +[[a=+eX)8yZwzJ+6͢_2yK*;s촄sQ[a}kUfZ?=Tƭʀk0m)8ytN!osK!#l}\L8y( 3pKSuܡ%u;L#A)#ұN 'x%be DxF/Xa3Jz `8gC)Ӈ$LH<bSlJ$$ېl$ۅۙE"V8 {^ S(!ј[!e8;PORlj$O+jaLҪK1RkRyɰx3, +L0}.NSuBdަ]SPm 1띪+6î2.a$F+?ژ%(M@Xh5gʌM<$'zVݜ d(jOpb`./v^ZDW/LK;Djm ֱ+ |zm&BU#^.b VƧ6y/VǵwB ,lJ ֚+'ەJ _Yv!:\I3+49ˏp5LB >ʎ> "X>x|މ"No" $$<TA<:BGKc +xuzcd1; )=B 4ph9h>۩Ǵ:yO0^{߾Qʢ#v0 kd/G F͸ZvĉR6Α)YUV/0GFtߏ`&#~&4R?BC`aD#M~dوx#Nc}<Q={";U3=ǎOXSV3 }T]SKV`"2,gZ)mWO:I =Vna?RY]X'tsZ +q=n{7[-x 8_+7o1P-R/p&: ƀhǝƳq&kf]BYTÜX1k@8Afxm ˛YR$<&1tAGKe.o7jk' HvvK_@恖u?OSS[?IgRee]:Vط~9o~edv1T:8ToMOԫǜCHwn(M^&BCUz$Fh~KgT6wvMRYrxep'zq}⨽PF R*>N9zҸ:V6|x·ҥ"囁@#o@[R)&7^3L#B=7Ȧꭹ)uܚ'ݿeLW^L زf™- ` qlZmExm}ݟ +B0b&C27Q2]Ek=&1r\~&P,:).izp4UTQ(}]1k5S.\'tm Ԣq/ȧ>P. ճez`.<ɬG:T[dHF +^,cFB+j{X^C+M 6r\pktA|PS DM_jl/8+N awvp&;frG}#aNydF|eW;u;Ȟ|R= o MN~`ɑOCWo/6_@FڐŀWڿ +@m iHb'f$;/Zvw +endstream +endobj +1362 0 obj +<< +/Type /Page +/Contents 1363 0 R +/Resources 1361 0 R +/MediaBox [0 0 841.89 595.276] +/Parent 1328 0 R +>> +endobj +1364 0 obj +<< +/D [1362 0 R /XYZ 62.142 611.522 null] +>> +endobj +1360 0 obj +<< +/D [1362 0 R /XYZ 63.142 573.695 null] +>> +endobj +1361 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1370 0 obj +<< +/Length 2579 +/Filter /FlateDecode +>> +stream +xڭ[ے۸}TBp'Yǵv&x`1EyINi 8d\ҧhP #ǟnrpĸ(HI#,E>,˕x}\X-%CVa+S,Xg9߻;_ /Nm&OwOUzMMG#5>`GZF"/ף+aI(Y$ev_&ސ)mGy^665 y{pL%uwm*:#mPMwͭk"7t9b~(|84soC=k;{KY#sőЬgQ8FG";00!)0r~6vUb$t3/N1JsP0&f2*~}T|4O"BȹH $"Z8ߌXOSJŭF =y%̂(Pxk%XXOB e d`  +3U44t@ Vm)A(NK)D9Id3:jKy54͏l఍)Of$v懹_b||0[;!B &Bj +\z_lK(`L {ŁfH9gmה[7r5US;DʶM!43oOۤ: {Ж.hѠ|ۙN[qaSmQ qű_K>9[!m :HK6kn_s +bOeKmH_9|`@ƲÚswax xwʐdgPS'm$œ^87;Ms'qnV]ԐF(l؅$`O 2ʈnr4߿?acϜw{S$0?ςJh )-$XORDc=,e8~ţ&yHfm4 $A5 jR="cljNjAK_%Urݚ %S 3Pa4a>3H)Գߥ$>CR6'Av|0迾 lJ?'[)%ݙn~IFYcB [nOx-aGQ -ԴuU8{o]^eV\7ޚ%;PXEUke\U uEx" +S0t4>Rĺnff;~뮉ڳܸE-^zTi`9A@ kDk z5-v>+ݥ"_vw0jϠsnJ~7F ~u;+ GSՅݗZl1hvch0;~dvXf tdY<Ɣɱژ +2/BȞ2]Ud;=a<&\!|.e*Bj 0.?M 2|{vhANpb\mh>XN4؋&ɮj 0R6{:p>9^TVoeFøpGexbnmm.OJwrkv.d:ĵ+䙍40VbzV6h%1{nSG# +endstream +endobj +1369 0 obj +<< +/Type /Page +/Contents 1370 0 R +/Resources 1368 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1328 0 R +/Annots [ 1365 0 R 1366 0 R ] +>> +endobj +1365 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [81.939 727.151 142.162 739.595] +/A << /S /GoTo /D (table.caption.162) >> +>> +endobj +1366 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.51 144.81 142.513 159.146] +/A << /S /GoTo /D (figure.caption.163) >> +>> +endobj +1371 0 obj +<< +/D [1369 0 R /XYZ 69.866 809.284 null] +>> +endobj +270 0 obj +<< +/D [1369 0 R /XYZ 70.866 771.024 null] +>> +endobj +1372 0 obj +<< +/D [1369 0 R /XYZ 70.866 690.645 null] +>> +endobj +1368 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1378 0 obj +<< +/Length 966 +/Filter /FlateDecode +>> +stream +xڅUKo6W(5Ç9Hn{(bt [DDz4@~}g8Tֱ əf` J\,W\2Yqc<8i XJ磖~t}vy l{`Rkmk-b)5ZEV}_bFU}MVO=9jdư$֐8Uf\,c*Q̣Mc\6/ # |ݷajSyܙ̀#=sGDWTDI}h"OH;c0x{l+W^KW&l¸\hz=s<S'IB c +endstream +endobj +1377 0 obj +<< +/Type /Page +/Contents 1378 0 R +/Resources 1376 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1381 0 R +/Group 1380 0 R +/Annots [ 1374 0 R 1375 0 R ] +>> +endobj +1367 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/scenario-interactions.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1382 0 R +/BBox [11.01 9.01 473.24 497.49] +/Group 1380 0 R +/Resources << +/ExtGState << +/GS5 1383 0 R +/GS6 1384 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/Font << /F1 1385 0 R/F2 1386 0 R>> +>> +/Length 1967 +/Filter /FlateDecode +>> +stream +xZ[o#5~ R㻄  < @X|ܒN%J;͜8w}vsQmE-kZ-LV֫o+o֫gmtƋ+'fp38Y)՗/>'*b(,NAWN[DZ4/+pVz2ݱA[Xx$U[p(Hn"3ަ+kOz*[~pأW?A:!ȑH4-g~@o/6TWw m_7~ބjѮes7ߋO֫WXG$?%VXObL:=o럸GGɶt^h& HFy~K(%/!xc/%~/9e㍮G̲\xaUFY|$db"y(ij.L$͸`50[ wOr%NU]ot`-Xg@j4`4!)"ḏ.FC L<ȡ +Xk Ƽ0VsnT_޹C~eaUԒhNCzyݓ&>jX'+_mTsٹYHN"%=;#r$ ڬ05jn( _ra夢R6:2R Ǟy(S)1 ƍKcm'aI!%j^%.1˂Bq<yRay֗?06 _'YhND#O !RD:((~c8Qx6SyD`]ʙc]"t yМʫЏ 'RrR)ey| O#r׵# QȲCU,->XכZd])|ѝEugReJЋ)~Z6]S 1EЏ5Bĉ$hH{ȒH + &FhBz8Z~͝ ]CIc"V)Rhx#lFK8ͷ7WBO(,g!ʷ: E? Ƹꛞ("E{'~Gi޷LrI +}2 Nא㜤&nuͱ@#\n.Ge9ɲ|`Z\ ռ|`Bj.}QQzT(#'X|5D_2_ST!?ةi`zHcaxst]Wcpj7DpLi!/>7NN5q唛n!|mf`К壎`B': P5؏K%IϷ;5:cY&sM?oui?'):B1«Lθ݄DO~Gy.f ap1;2um^j]vvrn&mKPD|h/p RۉRFYΉ^bk `ycٴws)v̓ ݷ,oib5F[:1!,W>u) \iD‡,b,]J74W~޻5h%FPLKqBr/|b?5{Z˗Qer(*=aʈvC#  *= +endstream +endobj +1382 0 obj +<< +/Keywords () +/ModDate (D:20161212115437+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161212115352+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +1383 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +1384 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +1385 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDEEE+Calibri +/FontDescriptor 1387 0 R +/Encoding /WinAnsiEncoding +/LastChar 121 +/Widths 1388 0 R +>> +endobj +1386 0 obj +<< +/Name /F2 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDFEE+Calibri-Italic +/FontDescriptor 1389 0 R +/Encoding /WinAnsiEncoding +/LastChar 117 +/Widths 1390 0 R +>> +endobj +1387 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 1391 0 R +/XHeight 250 +/FontBBox [ -503 -250 1240 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1743 +/FontName /BCDEEE+Calibri +/ItalicAngle 0 +/Ascent 750 +/FontWeight 400 +>> +endobj +1388 0 obj +[ 226 0 0 0 0 0 0 0 303 303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 579 0 533 615 488 459 0 0 0 0 0 420 0 0 0 517 0 0 459 487 0 0 0 0 0 0 0 0 0 0 0 0 479 525 423 525 498 0 471 525 230 239 455 230 799 525 527 0 0 349 391 335 525 452 715 433 453] +endobj +1389 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 1392 0 R +/XHeight 250 +/FontBBox [ -725 -250 1260 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1984 +/FontName /BCDFEE+Calibri-Italic +/ItalicAngle -11 +/Ascent 750 +/FontWeight 400 +>> +endobj +1390 0 obj +[ 226 0 0 0 0 0 0 0 0 0 0 0 0 306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 579 0 522 615 0 0 0 0 0 0 0 0 0 645 0 0 0 0 0 0 0 567 890 0 0 0 0 0 0 0 0 0 514 514 0 514 478 0 514 514 230 0 0 230 0 514 513 0 0 343 389 335 514] +endobj +1391 0 obj +<< +/Length1 360944 +/Filter /FlateDecode +/Length 157779 +>> +stream +x|XTWw20Tfp (vDF)l lA%;)j4SMƔaЈޛٔnbn͚(o1m<|{w=$ "J*KF,r'kR/=D; F[9d $NȜ82p]5Y#'N(YZn!i+֐odwDȟ/H$u/Pg۾黈'xjeC4IӤeK\{_O?~΂ﮝ6kNzJ%75*ԭݰoyU5߄z?Gh\8lw#}ҝ.Xbז*"mkȫ=I_X.!>TϲetE'PߵvI7v_Xv\C;~%mڈjctJBsOI33~CIVvߧkGC?@24bC= %?lohHORwJvZA:j)6 s5Ld5o3EQ#+iQfMLf:HRF`J\.?}Vphyns)ř"F"@٨uTHh"R--]dN2, +uw]LPE]Q'ƢN Uj8VWJNZfhϞQ;Dut:ԅ Kp=ُ0Q#cDs v,RDQ!yN,K2V/+.WM$E|ki-4yzt|J&VɱIb|b?ٍc'7?oF]A,n8~uϟ7wښY3gL6[Z2x=jdaA~ވa 2xP{ꚑəmZC,f *pV|>S{Ԩ2炫2>WQubIJ>KzvP#UvwZEEq|ww m06$PU87_ᲹMh9<,ϝW#!á|]͢0akf6X^PUX\VHK+7|gB\d=rV\UM|[iϓ +W6WUbd|z_{%`^IQ%P@-_vA엫2;(rm-}e?| y>gs̑#|r9KnA<.xQ c;*,Gnui\B|G Ee$匎*R@ Nh ==oeռQ4#'sڮ-;ɮqi١nvJCJhyX5Fz>uRhjji&=].eG09r߄roV;MGV"J+W qܹ .qVST_P9w0E{tMlU1T$JG)F4ŹqnIE;2&͝W/GդW:e%IHX=F#d8tu gU>Aխ Aܭ[MQMYȥJ[c9^$dd5 'zB=MCHϽ(*%B؄mN2ܭ9c4)P%=5G(k o|iXs>)p|nSe<=(k'ȧǖ_v/=Bs? -ݦJ7b2rklVZPy49} ʍ{JenHrK @ (Qhԑ ֪܆GGcl^_>dp w^K$)}289H!yYՕ.^#%sg)@#IrXzz- [1sԦ@< G2څ2PAh|oBWe}V^Svh)>[*ݸ~8<U*@"GHhmս2o?ȱʛNvfȲ&8^V16Zz|+3֛@*c Ƹ%pѱ}\5<8~hWHƛCTJRc0- Zy-oеFBt׈lQ^ۈ%on镙DtSLkPx{2'WU%H.cH!e qtY͂!=L.l5ZE&&"~L!rbRE:t=`U9dmO+- LQP1!՜.Ν4_4iEz4/ўrj$5~ +eK/?~|?yɤER@?j38aj%%eDMhQK;gghI=[8SF%+NJQbX +%+LJ,Qbg(Q"%*@:%NWb󔘫%f+QDJRJJ%f*1CJLSbJ+Q%&+UT%&)QD%&(1^qJUH1JVb#(T@|%p%QJ|GJ|JI8{J;J[JJkJ+JKJ J)i X?JLl\SS&SwnL]pLfg&7S'n:LL)LL$DPv3ű3))LQd1Ep^8SS(YB, ?db٩qJ0AQDL3r;0}??wN+/9 N}t3 'Lf|ĩ9>A{]v6[Lor78:kS@;L2;_bzsL,3LO3=Edz3=(~GÜǴ!{vtӽL{ZnNôi'S?!'L53fN;v0Oy-ȭt+t3ML72t=v븱kk漫dtWS1]t mV.f0]tfyjbӹL6@@0폟 :La,1kjUJi92LKs \ z|5h7K.`c:i><7il6WeL*f2AOMcʃAeLSA^niS?菓O{?l8\X.R4{ͩQL#Y[*mփqBp&S.0 4N G0 G˥1)=4]~L}Y>\?Z?Zl\?!)ԍԅ))-ԙmv6Ӹ1dJz)LLLI~tP>o J`gce +\(H&S a e20YKة3iL(rCO ව77m;_v +~V|ٖ| x[y9OA? mq | ||| x8    + <<C} v-h|]vm-M v:Zj*J`pp9pp)p \\l?(_` /_` /hpg pg pg pg pgV3@ 83@ 83@ 8/{_` }/swn΍/nw18s+z¿@Hi15k#mElmn?ѓگg:Ž4/}7Y(pۡvHŚ\=mO}~tkh%Œ6Ex.+2m2j|rѻzR 4NT\ȜNuțHD)/>^j 2|C/dFz)- +ZIh5g rV:Z92bM&:?SMty.I|]Dc=\BetUtI t-]5#.:C1EwtjD#2ۈa=b#<]9~ˏEk. +jWcY (ɭj&?N=Z yнtVȃ'R{(o80=,ũqPO =G"u|Ez^6/AهD;у{9E[Νלg1=KXt5 +:cƤ$ħDyyoLu_[L_fLKkjbR!i'GMkHLtDiG6wmt綎C8mMqԉ2m=Թ퓝v1m_ W" “,U]~ڌUp1;#N)0H0EP=B9pGĤL񚽔3hPvECFݷw/9=txRdDulNjX3h`1fGN +!n=ʹ*Ngzliёa)Q*&[RTWHjxGIC>j 5# &xU׭Qᛏ&AUm_"̩XznHC2%Zla'-[A9E6Qǖݩ?=C'c|HBdo~,VR*vŖ7-uC{QX3%dH"-V%>Z:K䲖1Ehfkg랾p\e/ϙ_Q谚u5g&oؿzqEYĘȸn]7}u?=-16Kv֬~` Kt7w.9CNBF̓&bX;H LQ}Z-@D hr GPD4YhR={,/350F쬋,6˒:Er#@(SF~!6!/w 7y;tA5Ż-}kno]y7Orv19OuΘ5J5y%ݜ%NF%0.Qu K uź0Va3 |Ȱ$c+jxqM?6vG :mIFlـ9cz` cE$50Vmf5q"VS(xMXma1+㈋qD[wImvȿnpGaBg + +6@b +eKԔ%66*t*NPm?zPʢP,(c[GcV^Ą`X\ɉ⬈Hbw:C|b 1aK#%NpV'S<Î ;>0x;5)Ud~VxGK$:6'N-ҾB +5BHwΙbgGf$93Q>zsGBhsnǦvg4W.EX\ ˼ -05Б,:"tX*7é<pN*b8q Cɴ?N$d%,t43Z؆'0ւP=-xKaaToMueI<=![Xl[ !E/*~v- +x5 +=+yepbXSǤ5Pe@+"u ܾצNJ*4+]74nЪH^NDt[ʌ-5ݓi#>=e,A7/wL']ߵ& opƞ`hG*9z -_awC.,<8>*@/4pJҞyq Oʝ:-eNU]EEeL/'B$OIC~y\m +ޡ׋Xh9"~s <4hh5sa1ہ,[(Ab &LF~el$tUn&F&ÿ\U2eERWaEU 1VH]߆@G6߹^hF?}t:1[&{rSoډ3kR>%uzw{E݊mSI{4inuA߳yjG NZ0 *~™sN<FeqѓlLy  aqiz_phJw$BןeU?P׋ȣ +[fpE8yWݧTݦ΋fB|ĚSDy9rO?[^߫ +wղm̤]~ P +.)qC9Y-43Ke/&X咠/ Kѽ螼<}}FShw"?!<~z_ȱcO9ζo&gyO[[F J/gULDH*!_/ +9ByP7pxO;iF8T/6-RΪU~Js6=o8iΊVX[V&tcϛ=3曖򲴼P %0@~#Lm"jKYV^zPKZ-뀧4 rϾJ!.VAg$ߤRXۇsKkXD;OUMw2Qv>h%qF`!p1sBێF8и+D>FM[xANXZ2ZIi{|jke [(lpw5ѻy`pgeuAE>s +gٱud2.>R.m78iM ?w1ۭwK)%~6ٛ ʉf@(r!WO>U7D;rXk\7*/F].F|nb7"\ӥ9o|.+4ba`e*n.OYOE 0C0"՘)2cx,_,HQj/u )O\-goujYΫ$b\kXl>@Je1\!'-4$N及Uj >%rF3%BVI6xPRj*9A,GԐWY +~zRvVi5biN[r熨/,c]"dֶba yOP㾌 +1_LĐЌ&NbVEԁ'@v/.m%twdzDӔ?btd8A8Ҏ # q EG,Sg^Y+e3/B9a< + SWVo2 d[>w+]qia8jv(VG '9'/y^Ұ8T]~ZZ W +m"z ٱ&  c'1 0+=kd?* +>;d!GeK@O zw=sIok?6 ^u<4w~^G{4@X]L5ΰ7զhAV +J.΄¡Pl"d^OۆTO1a/&&lHefӣ6^&+q azI 1#ZaKr1>7:bPD},S0F]UWz +ҵP2+GBȫS$8l6jbQ1{*r6؝Y^?J-nht6 '[`l?ٮєUO5$Ou [iBx0Joc>{xeMV\| t;&ҥНeBK4@Iyes,.Gߨ'袰8DOx"ƪl뒀SzHuYωsy,;>;<2oce6.MHjJZHc:c8#gpNmE;tb3Y o 9m`jGRsڐ`S&-r>IJ={)q9}S8ȯpjJ:6(JAqu{Hw*xys_A9t9/\B쐉0VfY{F4T'WkѰϐovmb^B8zҭ_՚}.b_y^ytlk5 ("xv6e D珧}flA@^Ř&uuA-o(\S&&nTWga)mhO* >ӫhXB԰S&/ܨRe=9 ʧ+*hldS[yUk~?'Ly¶6^Y53<N<ׁs,g)Y)'Z>j\=*E\!_!XK)u!˫? :EB!U8x.?~V^̀Z̀ӟJcR Z1!*eMl-,J lջg@֚H'l H Gq"P 'E0]:אRNޣ%uQ;dR~0H ^_-+ENQ%{A>O'r.E-#D?n6*`Lm/?Ay4+K_M0& , @JAfmpsAߥdݳnV^VٟC |Uр~@ %*>(oi!+hTR?;|A.Ul~'1&oğS0rZMn\\ s䏑}GIҜaY|$|p0-`Y V26)jȈGTh'yo~ +pLCw<T9Q/#(Wa51t|.i:+ZS@6MjƌgO p>$`>D9 EEkIT]Աiʡ855ɫEtݤO(dK!k-+ѣ߹L'U:>9ձ=3X#ġ+eXFKK[ _[ &Nhp5w^.81/o$aD.rz"I<붾& g}1I!INIprDk(|KRBF[;&>2ԽxoE)'tjmcu\ҿ筼tNvws6Eno{[SG1B*v6yܹy|7ͮƖq1_:o6<_2yށ\X8&چۆrR3ļj }Úa+YD +B.-VH &IR/?y^x6w sKgr0ztV܁"{ 97bXi1-smhKW?$0L]%L2E>7АO b~@](1W0~mT=GRYWsuWCSy᳣zِ]Ѿflq+/*!Ўl ]}O ws!i6>v"FΪcAc,M;Vܲ*)Z,i _!X3_eʛn>f1H AgQ8I YFA¦\t,J4ۉh{wL?,F`@I*۩W7Mڨ;J`\; 4d?opFȥRori:fpOhcKT= ig і*$V*@_#_?R+If+=^ +FQ.dObwݒs]c$Bgҝ1!S8!&f&f6OV<\ 5WyHڲ,BXP TXR֘Χ?ϝ<ش fO&;܂n=:- Kbłn2@@2RKڈ +[ Q)9jĀRReh16DU=xՖ~saTr8)VG)Ak'i2BǪQ6nϘ1F{c={'ܳzOɵRi,:OfЁm{bTݑkOitZ]֙i|BX¤\;سfaRvd!BH.NH:!9脄NN@@? )M,")# u4'*sc4 YE@ӫxF ζҼoT$cG +>ޛ8nog?l-Ü#kFvVLJ@8{ij" ; { ^GԭK46zÞzHzHzҸt7oOC $DI8gQ[û)S#bhy}f(_wHj_5_uTQ?>%^Scy]4Вu!"!ڟAA}&WNg,Iخ5{cW~xKvnݾh3Nײբc[{O_]?iT^ +߉F7ZAہ0#-w|rHimWhYE1b3?6gRpJ㟠ln߂Bt&V}LR Teb "A'DfmrDF@}c" H%q̷c"dKZMKBKeܕ-J +'i%-  eJkg)Tj^JdxaƁ* . Xih$ ݓ諥 GK0fl&d^$CJJ7 ɢ#'0X@Xݬe: ) Ea1Ƞ瀻Hp!:J^m.Э?bNN+Lm?R +O$ )bJ[--R0[m햽xssǖoٻvPk+࿻ 9w 8m###[MG${H<*d_Jh-A$Z(q:, {+cŐ4c!@#V6NЅ*zEe]ג&r1BT(΀_.KS 8Ym&T*+߹Z6BRj`O3@Anb(746tзd5[ޕ!9:ehKb-#C;ȠZJ2(W?wASoC`m`^jQxR.kh JZeMl'jb|%W!`<{xRCJ[~e eIl٫f#S}&rkZzSp~|8:qh"Phij}̓|ȮqMl5z e"n_kMGzVgX{LV7E +}$+O퓰k) wXJa`4JEbdNPWA센<1r չV58 B`7eQeN`V-_>XZќ*N38D 3A6* R-'5@>~~U"47˘0qa +)X:̡tFDn%'ˠ-!E7>>fdA ˪`q➯ y4@@jwJwY* %uNGAX9iN7Ln*+գ;F*y?m^\E1s*jiż&4 +t.ą$j@GtOQx#2tӜxqԃ>-2-0 ln6 Kb,q@a qa6zf2!yݕꮮᨄa hpLyچZq[^Ǣ+E ЃP-r60 $ɶtrDjqD;ln8sq2qn {8D[ςΙel=pnMM챈aT2z:hEk☧ؠh1q*V XdL6R#na/7sSրsX )\2&w,G9+([m0w٠ͅmZy?E>OXZݢӝ[ `t ӁM0wޣqZ=x@9It?ЂJ!-AbZ[{-c:?ytDq)H<$ՉHccMw' yYK3c_BRp.N8QBL:y>?HSb&y|~?⋮OV sPtKk|Ec8"x)\-]PҚlKn싵Emx{ S`.-w+K\EdsZ## 6L~\ee%e4 j;&J~'7(g;֛GǼuGIea{KZ$U +)U?f儺i(bo}vμA#ߓu5Ȋ@m/]fA-(n-)]-+ԆEck*gDJ(DUirU]] Ry㣉pbhK<U>yғ E+X9w^wΨAyDf{eĊj՛mfæW`Dg=AkVh lτuކGWtnqk,~bMR;vkM ]8oeQ','unki,ԢOǖJc6Zғ^gL$W-X:2 A2%RH҆ޗKQ]K&T䳷~=w~l%Jd雧viLw3t2ۢՖ$lJ54spT~{Z=3v!,/$NUrܰϞ9h+_Tm-ʚ&Z +ӄOtEK +eT :KVUĖnm.]Շʇ +>_^zg᥸ Ő J4]pM%@5 ZI:bC-#Ku889gAKB7Bgh4JǤx K [ڃ+c)ݹ綜k_xGd8[4*}GEu( 8/=FN0i-?4vLz@6yS^UUoTn,t?ͅ jKt+l梅6)*ݑDzFVt R/\_H:2mmMJ)ѐTij5bQu+=Zɨw6+ :C/vT&j&kQ]/K2WB_HD@јX0 xC1hXn0,j)|uJTse5SrLq4a@.XTV+9Z:4`iŸ{Y*sX9.@ Ĝ{^y !Qw+R^&@1J{;)] xo*XT8v,:QT.yZ5z"*}c1D`hpq4c4?IShGpTpܝ_R4{؍s3ѕpZgqZKK4c,N&"dDƐZ1ŀi77գDN7T@.$O *~%Q*,Q"sSS~Erq[ +Xu3}Jo[m' |*ZZH6  C[\/R)v3 wg#_R?ZiKm]&XRz1h؂ wvW[?QmXt4=Y >>&v[ iqLmٝ~xQ{#w֚=dӺq>ߢDS2J.k=񣠭G5(`>R6VF$Q՘G% +6ғQbP;YSykk뫙zH. +l Ea4"!{Ki| x2l/^=S\;jpO-KwGzw/[tXuN䟌32y8S8ۈ? ^AkfU[hn.ri`cj3_e[ҪEcHю>Zv ^{BKq$#RvoP:?x=+gu.Le65lZ } *n ^}ls#LCՌh\I-6yAcU +K-ֆ|jWI2\[Yپ[cXnnD,Pv:TtFXI4B}= | բu(.#VCx..HgR<:qGew᮴}DSy<]*w^3OOhPʵ qZG +_TR /<6oQO0/h +~O ֢2بO?Ƒo $u6 xbQt$7ɽȶ #Ӟ\i׌{o6 թKk\j19\ 6iN- #d۩?.IVr 2ށBlE0q{MTTd&( ؛y|&WH< bWs7oozGq qGA'M洢_p@Ok2fQC^FQiK9wot=TTJ&U Laksh5\h'hGh'&bmCV!ʾ!.&6[貋_Kjx^9u0RAz>U=X#zNYƱd Ԕ23f 9K|DZo AI4b|yP l.@n$ː4Oav E Q +$7kc75KI_^u FZv>ITjl|ޠUONZ [8_'!їP15AZ#ok[0s; r'2{>I @vo֢T)Yj:_+Z7xǶ[#b5T}ՒnԙD"qViuH9@OR +^G~e}:M&jsu`[i<Չ$LG5VJG`uꭙw$fCeѐχj0WQ8n7s;2ϝ[dL#)I2-{ +o%NߣxÉ$T ,u:w>-?νB_xyѴ| {ԝ{ EigPG7fw r@jZѓj[%`xg4˪mhtѦFCĠ׺ncaUc6P?ֲ_ԚEuU-z_YgFV4֯i h-v2 `C {\rН +tGuwvP1*E]t^2 -ly$nƒsk:6'~  `2Nwt^w8y4L6-Z\Z,ziD,#Wc##Mlsd㓿''LD}]c7vRZZa *i`AjCWR>'# DnTh"mYVxN.۾dLZ4>;%+\zu6K2oyPJ<̿;KrĂ%MtcUۦy片Pm`˵si[#S᳂8UxJ%MFtEs~*M,VxH޶3mXMr/c{$%.o@(ܧ +`T/]I (͂k)<pG~/si37o.XZ愻D~y1'Aנ.3~𼦀2 +_^0*p_ + +w!t0\?A maPԕ ! %fC0'<]k[1XJmKߪV]]N"x4Y(WTsc>WyO7 +~џ  7QsM὆šqU_hwmk|] RZ>300?`vd^l{qA<<<<yhyyyyyyyyyyy@4 ! ތTȖ}`JdTEg#DzAkol˾xk(+}P2CٗRh~iZ @oE (%Ps[eʿx0{Z_|* ٓd@y`}h> Xj_4۲?|2>x+\oV&ٷt- ޚ} haj|e5`_v7Pv95 ޑ{(OLӷew>Aӧ>[g1|* +~ɾ-@=d|OSxyg -o8%0)%CPUg5PEb_5 ۀ ;P*DDDDDJep(M J{Od()JmRԦ(=zv=Cdz/>2 <<X̾ؗ}p(π_>݌O#3Ho| +$j63ٗ=@E}P_'S| +ʼ9EpbR)(ym)@=S44PxW +x ńi@@=M) +Z@%b쳀C?ʏõj'3PU"X p?54 !NMWL IN99kr һ]N{6ix}rڌNJلQ9L,Ҫ2L,.gzfigfzfigfzfig6=KrojQ5AZG#hvI[ q4Jq? Aj%L'JHv]pn7& 퐓B{jk>P/PthiHH7eJRjTh i@aJPo?Ch e.%gBZr)g8'htImE\Z/z97>IHjHya)h4\fa(&# mey -^1B9N쥐Qv$dKBzԃ]A.iC;(/ofRMS +|t(iAXu#<4f&sVJ+qa@ݤǩHQ+ +(|/(CTBvʇb`3~AΎ  X0Hu:)>}zzfK^ڞ^Y!ҴM5gA<7ußzwI'f%j+" X9y ҾwƑJ|Wx0"c&KO dž萒i/,˖SWZPbwCIT7xePFgzuZ2fجqz/Q QCNعLs۬Y.|ȏnCR`^yUx ^$)^y^XnMLEX2˽2`㢝?f~5*wX #tOT<{`DoCr<Ct4>A}Sⶅe3yvy fCCYRzϾ:MgCVʏ&)6#evFfaqCF+MmWA˸NyI=TΖ0)[|t]IY&R=Stv4*`bRg^/WAc1Tk8si23+̼j +fsxN Ô:kE|TPn]z-hNIE:8.)˨~]N8F*8HcR$crʯZ%hc P죴WBn/.ˑ+CpLhdGk!_I8ZJ8NCIKizUϥ2TG28G$r].wR K_)Tsbzڊ˶r̮u=%T',˸WձVm!/WKF岥/ z' \L,4?LC;o :>EWT[](1)-NH7sԗHI &Lݩ㩽})Ԥ94 'WHru%?Mq?=K.5,uO Nz҅tvKӒ\#JD?S䮔g;4HIڽ=58,WLM hDbqzh_=`[>}fGD CDDHb1!** drBӀQ1J*"QRJM*FR^C?yy8:y׾9IZj}F[W?_Y歭")/%JQڪںo[^V쯯-֖a+|~GI]nz1ZR\J^V9TA{C++(7UyRkdEUxrT8x#Y ,Kf^R^\5[R]-Bk-:hYto} 8fbv56A6؋0=x/<%ŵH6!lj}eq{2%]02QťeӋk.=SQy_+KȮ/+轾_׌61azo>?zjmqMŌa%*ZY_R\GdT0pdZzTlC/U^B`⽥ `0-n,)3URaT;%x X6^Oc"Y#WURYǾ +#%748,Bc 680ֱ`@ހⰷ1@cBN%rV7VUV+J'Jd3e8/a8M)@rHJx:Z]uj8 eU ;}5eکä7 sD)C{),h jN? nڣrdKUc48*qb#Ӥ0QzxLN(55?ݛ5{KVZz _5 3/O)͛M͹{CVNZ7}b^~ |o֍yYx-+g\iY9{b\\׳p$b^yCUUVYٍ2MUp[7# G֙zR ݜͻ9?/wB:> ǻߘSKn^߂wBfjv6*fdOݖu}f737;-/MGfcӃFNͺ1ޛzcT*kɧlݭt df)G7[_pY㽩Y XKR%X.'=Xk"'qIKOƺ&¡Gcgy#Zٌ< es|ynC{|fFCx<3yʅyF 1,܈<yyAd}<bwV4!cjj&bg6l + pZ(ZP;~MR5C&`w1xEǎ7vބQi^H .8fp Tl.v,w2>7*Z[0\ý^7ܧy02zϼtzmv%@~Z~\(꜃v^5"  dn ؆;ΐ 9!tD߅|= `zvW#{ Zͽ#]۶m:~#iZw6v;he6wujؙ) ~th<}\[˩$JxJS8X> OIrKoN:1\myNSm +Oz,}G<ڵs_OϾ;TfeHJS#/˓h[\ۛKu i-*:V}X$G<־FyH&E:SLXǾS!erʪ|@]-OFjo̾ ErҼrs>'O( 1i94}Zx(L0SqQ_/9p;99i1bȆu + `%(oL !6C0\ sryxނOY4>!2]  >IϠBm?^kۓasFN[ Xj.^a7V!q-jx3oυ| +Q` ssL8 +|f>n)P t;W.O1˺{&J0b8>K|~Yyy0>?F/L)ȿlespup <`#l][/JוX'DIp7ᾒJ0W'$Z턑JʬC "L&L#_R2ƚG80@pk~+v)( ‚JT[4B?a3abe턫-n[O5­;w%_*u"( v;a$! |U>=v"r_]uۛ$"<,!G&#p +*B?JGpń;W#@szYEp/~nIᧄG  h"#L A80ʙAM_#O$,$,%FXC@8p!%~j$txI6%k 7n'|ǎk7>?%;x =>ǟ(ag㾬w@3pSƽ#ܐ/#ϙb7<=F@%#0Ưffa\a6]|gDĈ3鉸 y&3K!>]!'J?Z4 9*`&>f7#_bS>#>/yxpM!r|'~9t t3Рa>k)hLӣC~e}xpl)f}/dY7)\jZi5Z@[uhNm֭py +E|&_?7UG-zޠWnk5ɚmdβ.fiȶvvio?(tT9O:v;;uF;;G8ӜR\\KwEFVv>qsqwWW;=ZOgg5O[#։-b8 a"l`XBXra{!Kׅo ~ H10"!"9"'0*9baD{ĺ-"D8)"F&D&GDFVE6G.l\%rW#'D䨜¨樅QQ뢶D:u$D]]0=z]]D1cbcrb +cbcƴǬ+@̑D%G{p=~?kB|ݔnōl,?o?7XO!L2UL*oj%L~_f;/Ę>L7#ggS5\#-הR#6*{#M9]1.Tv&72iO1EQ?֤ڸjӼ&+iI&5iSg}HkWv?fqo`tXvn 1X$]`zl*[Le+\ٵʾ.e+ǂ6C~ʪvgRvPI6e33:cXL akB|ݘ>>׌M~sG~,>&h +q&5nyvX `#l.8GlE)(Pvj<߱^٭~Ae{v(iI &+lSVʪhiT}VJɏg3%X;ʪ؜bsB*6 +±ʪ1RZUT-lVVd+U1ZYYţpPkBן|E`lwB]0w0 +CJA"u"5SV"u"uC~Ś4rr -"v42%U\溒-PvzT6SМ}82eL~џb}?-`&_*O;c{L1l5w rȷGT#G*?RceRf*j?j6SRIF85CשS*{"hU<eqwI̓MjUiZ<3q hgF.gTV|?MS65P6[Ufmf)=g^j5[SZެff57?Fqy R)ʪ(-JnQ&EK]a97U;j<S3ƹ-8*ږy98eK)ŁkeDujLWrUcZ櫝|7՚yL~_wM&S@75H=d/l RHU%T6ZY/ڵ-Vm_#:>H@)5U\=AD[r1T*嗪Qs|Hj3j>r:C~,|]^ZGvGxTYv(:Ttt`RV0+ƕjW!OxT1SM9='Dxp/L8&q|o?gg?`|__2[ q_h004/K/1l ezo*iZm_4ߴ2o1fwsu0}cW|^o6[WG~'ߙh` 7o0]MB0Ll[L"3Ww}7 Z}oB{Ss1}g)=2M~?`gwSl ]%A"]L]tx>ca{v};.RE*bk\#43H-ཹ,K&0ja>v÷,9ؑU&ܙ|,Dٺv$$Okda1l4!v;Pt#NL#.qVD+$*UC*_T^7l{#Mɡ\J MÝp1MM){(e/?KsµpT5U z+r +֓PblU a, |8v6 J6X5.|6`أ} <KdhÚU#[sR-BeZ?<˵1m6VhZ|,OvRFZ-jKomc8'8{\pӵ;R4K[ ; Ņ@$d~H)|+ DH^)2PATD(Eb:"E5D%q^Q4K 1_&9<^-旋b.Om|(+>\,bXGG#*L,#r_-V|h!:hx*$VZFY,NkyX'TKK>V(^K%&^/txgWūzEl 6>^)7[<[-7wŻA|(>wwf{{~U|&>E᷉(]|%wo$ bf.ƾe,vâY@qfqfqfk C3qvsYXRj)RRa0K-~", ^(1H 1>X 1D ~"N9Rq)ĊxEHĕJ Wjq5 ׈k1FV\ u8["p,&Q"JQ& NLSapUp5/ I40,!QD{=pW # B)!T,Q(p~\<׊',Vp9S*OXxƉs&~!~bX\/6 )6%6M0^lxi;C.Ν]'vyxg|g bζb7β7=8",{׌bf.pT| +s,_@R| ?_H|As=[6Me 2hZ ܞlOy?}8ѧ?EGc>LuAOo?|X Ix^Ͱށ=a8;{`Vv4w9d368~J1Ϛs;dwmt m=k%w%[GqFǽh0|~}d 68'xm#[Dxlc1Cd@zGbc!b㿡:#JJeJG2˕2)EV(EW<PT<R)jJ5Jg")E*E~Yy^)_h'EV"R)REKJ"T٬yU)Ruȯ"o(E*E)E+ET١y[)R]zRd#EJ')o*RdRJJ(EWUV)RC""WR22Pt+eRcȟ""Q$E"(RU)rX)7ȧJϔ"+Ez"_(E*ET|F)w1QC)r\)O +'8!qjAe\) )rVF +LJC sy9ʧ;y||>/SA'13??3~{(ſznwv9y)/WpXy-;s?8xo@og7󟁇?(ў,X +X+P;| +`5֣`3l 3 {`/|zK_~Vpa8:pNi8 p.e\(щ~[p]GQ~'I~gY~E~_WU~_WtG~_o*)\QU"U)JSRitR)Cape2UYP>UV)~koʷw{rH9Q*ǔ rJ9QKoAzX=UIzZ=Uϩ EzY^UM'gW7z[UCX h(/*,.jxY:'xU4k"Y4ME3\-E+Zo ":N"nxK=E/-x#b$!]1T'bx_| >#(1ZcGb/&b,>)b*b)fb+%bX&> +R|*VbX+։b(6b*b)vnG/ėbJ_oķ;q@|/C8"c8!NS8#Ίs⼸ .KⲸ"kA?'#{x GLbX EMzOG]}>gc7A`c1f 7F#Qhc1H1Sitc1Әe6syF1X`,42cXi|j2Vvce|f6042_353qd\1??qϸo<0M0MTMyɼl^1 Gy˼m1| PZ & + +'@@\ S s K >L k@s99SS33ss Zۧ5|G J+糔h߿W^F~HIV5=tUIx2Nd8O٭d.ݺLv늲FY WB\WK% +kf33ϛ9̜f.3k&}m0&?eu3`wwl?‡1'SOq06lU~{ f +f6'Wgatf3<:c>&|G}O^tTl JJAؤV*6OAu5\BZi[,vG2k{,+bƳ쾉,/7-b}K|X)nVɷ k;;ȚS5v8;"D)N$ʲ-ݟ_f{I$__}.wrrK__}kk 7FFod2߆}&;?;۰z;=;w{z/v +v+ -F.fF_ʜa55@ +ߕ zh{="Y%aPK>峨< +`͑6_'Oc$D4{YqL*F& *&6{YˢkhYglsZvy-S˥hy-_+%jBZaV}AvfGQvg'IvfgYvgEv]fWUv]WUUn);]r_y{HH`cXȏ8 +8^ ln +}lub4hn]VS5]5ya9&$9VpXc=^gx#p|8 G_CO烥/ԗA~D?q)Ω1shEBi! /ZYOs( F-~^@M~ +PQ_c]ӯ@Iנs`x|)H,KVOYJ]Y"AFiT"AP81T.rT.W_/@*c6*cv~r\TT$*iqOFY*ue*uUO&Z{]Z8>RF2z4!]Y{V.]YC&M#4/u!kD6֨^|T/OfS&Q@M  腍öOx@}#?w%C'58KXCp&?ӨQۯGK~6PH=`PJ=`Za;Z`Z\'98sn,#?όjBHO*+߂F?2ka3'="D- LC9HjrYŜ{5dE)iIHshV2LzH1C +!FzGzH!=2H2H٤C.0題2Sv߭jÙl,a%YVûk:`l4dl [ֱ-l}us2~ePmdz<k7%``]87g%)nJQܒ{֬ mXYȓq;VY%dU(U]+he(^eqߐMo)@CE#~[8q(.Q>X^s+?hܡ Y! [dE0lŊbؚ<mY؋*g@XE *c KU î:X Z1jc8Escy +}?6 {5SpXF|/0|cˆYț E-?\X`ڱ}py}=)zKX+2:bV +b%7gK)nQܒ}Bqk6lŭJ۲O)nVQcK,ś(??OccsR\MA-7Znlj9fsQ+Rͧ[@-PߥSRgD5j< x<85 + +2׉_֦_"h#+R,ZF#q2o +˔~^${QLB)cj(`ali"NEڴ8x5dk1{IN[=>OTRcԯ }>K碮ݮw}ovԂ=@?qxc1јd՘l|l1cll1Ǎiq޸h\6׍MgS~3M4̀43f3,h2 E̢f13|,n0KKfY,oV0+A3v ;{,܋E̡&ڴ#Zי?uz +:H^\,Z )+`>-Ƿַ¾۾8oC2J7' W-8$"zGzeݵvBdOd_%݈lwcZL -ukR +REӓҩ6j3ѦzBJ^JD%K%o@sFik5@V{Sjag3E=jO3LK홑33gfl%r 7##Vy@Q?Oȵ!8k'#4dA=mΠv),=rp#~ܒeVK=+b$m(g h7&")Məbg EPS9!"iuarXy(IЖ[/X8W^^US۪ Uߪjab)Z yNWtM9 + UlE&S89%P?{*{).EYN؟.woy۩/xʫʋo|pdV)~]㐠=V=7~|XP$G4+2( 啁r)0GyeXZBP-0 +Q2): 0Mx@EѪALO%L وOgu'U4]!&rDZUOFΣdN '#ѫ Xa z;`/G( wSѿX,G3Kd,ǪZe6uۿ3QcrA91i0jo+jR4 -+9V~Ԛ*@6B*he +[sYE,\V1a粒,J`Xu4JZ0,e%Jcpe0,cŰ,jkncXBͪ`,ڬXܪbfUwYYձ%Umj~h±qԣY_R&dDS V3CGH xeZL/ h,~ύ1XqN ŨLw˅Zc4[věިk4JRMiLR+_(GjZDRSU~Ƶx-IuІjӵuڷuϗW77۷wwS"(#bHQ?o_?c䏩2ōe1{c l 3\rO|0{%QX }/$>%9$CrE$&HnC$<H^"y=$HG$|H~"=D +xH"D"RHA"=BD +yHa""D)!E%RC)F@"/xH$"I"!ʼn'RCJ)A$RHI)ERRHi"=%"/yC)C%RHY)GrRHy"= +D*xHE"TJD*!T&RCBT%RHUFjRHu"=DjxHM"5ZDj!&RCG'RH}iH!L$H4!҄HiJ)ҌH3"<DZxHK"-DZi!m!CiK#ҎH;yDDi!oyțҁH"<#D:zH'"t.D!]t%CFE-"oyHO"=^Dz!oyқHo"=>DxH?"D! 2CHd &2`Bd!2P"C=daDyp"É DF!#$2CFEd&2hCd 12X"c=#"CGd'2x@d 2D"=dID&yH +")2"SUDVY!&CYCd%ZYGduz"=d D6xF"lMD6!l&CBdl%VFdmv"ۉpGVc[M o5y[MDo%bbSVlJӊMZ)O+6hŦ*Tb2Fwԥա:$WffCA2P ASxB_ +a2OgtF>OgtF?:g/ +rܪ ƒ!kCKٰ^E _eXKЊTL#( ̌"lP,5l~قQ9/4,[+V}~**Քƚ4֦k]z:KwrAam%-RC>]lto CO:e ^^P $.K|$7x8fl!\bm̍ZX+(~8/.ףyZ󩑵' #>ZnGtr^n)Ó#OL'x5&7Ga <Y[Q]6{}7{'2b!,iǂ'#Z*OgCYG.^:#w۫NրyʧXICS*x|4g2{`9݃(|(c<2R'^Zα7*`NrY jl|dȬjK%Kp.s]P}ј=Up@d]UWuEGt7Aeڱc)=Ye7(?HhOy=+v(_@hO]y ڳl7Ȗ;V\Vv8v2J sǣ.$m˟;OŖEI/14چDӾ|(:&|g(L&{ߎSOPh(%N{P8X(iS~ +D+xu}+JdE<ɖu7">jؾ +)A=(W ]=-s菾f 3So@{cIQ-iCKCw%V׬N fOi{bBOwFNG +>C}^Vb4Gxl R +u(Oae ++Q(fh^0>"V~egqVngHU1IPY"H<;$i%iB6tH,YD(FyؔCit}b,$ݚRWrvCgצoEoCiɻv(jF{8;3ޗEE+9 PjOfd^ZF%-R.%SP Ob[KPP?CCC ] +=74L) @(xȹg( +萻y娛BB0疡V;i#|LwR$>]Z46yD"RR BFʥD!Saiɓ{8 mm m +mm m m m +}~BBñ>}E{Xwnu7[䝺KݥwS +]v7i߶{{lo{mڟ__Q9;1c;:9N.'$8N')r +;ENSͩpj:+NSϩ4p::>N_ t9!DgWgw8 ENgu>wp8Wkus⪮܊n%[ŭVs5ܚn-e[ǭs ܆nvwr{=^P=w;۝u繩|w]u׹ 6w ?܃!{=s'ܓ){=sϻ܋,3gυ + ' _ 6d;ccO³Ny +;EJPi䴂zλhLqCgpt@6qF0mⶂn_Hqc`]ݍ&X=g+,۰=/ 'w"=0ޞcϵ٩|{^d/Ke'r{^ek__[m}׾g߷Gcptu9ݝNO3|s;9\glt69-VgrN;g9s\r.;Gc1[-q$EpVΝPqrrA@ErI"bxEQP (̈(]E@;;%?3wj+T9]]-zl Fl"f*rVrE*l9G>"s<9_k:^TUHJ"*]E|%RZʨ USs!?dV2Ձ@f- Y'l0d62]Ml@ӣ9s]3䚘tyzyӽ_ރC,o7{{ԛ{ OO=^3s K+k[>;{o?O_7MvGc/q%b2[^"sdq+KȒ,-Ȳ,/+Ȋ̓e?_ 9X7I&9Y'r)ɧJ5IGQyL"sv$6ǑWQA}[PX@4X[z}7>[ȼ~[r+mIo-sy& SC^fR#9K΢r̥fybq7׿ +1g'"ג ܼM#m7G6#CϊWchd-ܢRn+}̷Z^7 +Elklu:lkz7mx}2l;m.[fS #sx͕]ed^s+JTFIY"Be +T||J@u:ֱI"+7avσ-zo&/bNLj2[OmW۹ kgў ؋.Kf9@}}>>V{ \ 0pP0r=wȸjFH4 +=, 8y _bȘWX0eMH0ξQZVjCFfKFf/PFf G4fftj]z%;V3&6#'*_~ƫy,D,'S~)+ ˼HsKTV +<3.F' jd]l }%-k2n 7[ܔ TX)Xs-E/QKRp08cb䂼c %b"8&89ś26&)qRY5(N*k!GcTZ-g=`6H>69eNQ Gu<dH2=> ĭ0 %H%f@G9, * )7( |)D.AM'~T% Z`0 Cnpm0c 8I㏓\)^[Xþ5󏰏j ~t7[i#4R>%Wy=7Mj2-UFZi NO?gs9hhs[9',,,柛h&[)n埛 >uhp =ݚӘu>`B\KqĀ2rqe!3#tq/s5O#ۼP!c82~JB ydRMȄ?T:3:﮺ӕ1c'"_y %z6඲8n+^(-Euaݟaݷ\PoflFbAmѮa5D d5BQdr1}c9zP(I}RI#[H-I4]]D΢l]cCRΣ2AtmyzKURjzԫjTWo[~MF-z]R+.ӻj}|S}HHa}>V/.>^;S[H)elrB4OPa3Mbnsܲ0b[.Vs+U*ant}ݘgL7㙴mnQ}AwF u݃޺75[xM1K1ۖmkr̶fvl{bW@%hu!hm6s]H$brA$ 0R&so<*bhh4 ~ <|T>j;o@Qp$8={\ޒuf 7Q䤀*kmWYZz9W7Q ( 3!X4ˍʣhFв ؠ?!TfThc?۸}_wW^ Of#b/r1G8:MOȥet+zWOh Cﰢտ򚨅î\&#sՍ3r}>^CΛWǿ [~fd +q-Vyݿ׿7u HA&/o1x@.d,KZfX9l)A`~,[{'$^Qr|_hncf^iG)?韤XEV"AXK<%>D4({I&ʆ͉6XǛ\cMltI;8 8t;Y9> tv9IgsMv3݊n#NpOkڽ_op뗘VPbXcfjkBɁQr%3/W;q/Q]CWQ=/k>jvWJĕ@ѸQr,d'J~+%JvD\n+Ζd+%iq%ĉ+ًP\( Ǖ|ĸ/QW JOdm9X۷[=hk3$kǵqc-dXYDx|} ?FfyYf̣fnY@IfYFfYA))\eVQ!֬e.m09^mkl66lS5b}hcW[qf%d| [삌oo!㛿f|bőqYwoî|\YvCʁ.! -rvGݱ}' }9>"O[uBn+̘dރ~lNnԾt}\eoW:C3Ѳ8?A\Ynsj2if?[.:]O:ϼ$/f$<ޤ fJFv$}y%oXvG4ySvB<_ )38)3ښ^Axrr99 |A^4e-hE /Z yȋE^QD7nN-u'݉Z. uwL}rW+t?=zu@2ݐ)LqOd{!S| r;0NG w:; ȝNB>cY7gm0x/}߷o  +YZ3;J~3rY]`+k]40F-0"u0j6uFQgaE1lFIBiX Xa`DD" o69 Ѳs6[vʫpϛṥ&R7S4(@X IuO/f3c-f csMgsqpsa+V:đXH448ؚPKj;2z9F6}G7b͡'6L|V}zҾGsqNF=h˗{-NW֋c֔vaw#kk0#җ~1bߢo~[ʥ+H /6K'f2;rWgݑ]FAʞXe8ƪ85^MP׫x:I&`dNW<}'v8_byrKB _/(#ʉ +,#h"#AbVcxqY"C%{b)'bX*'*FbxVQy\0*s~r~"9sBn S[-Da7MDa%n&%n.eݲjjM(-< < + "᱔GD!_\(IJI,(OFT)C<UDEu**jTL)[uQ_ԧP4⢱hLhJ%DsќJVEo*-TF ,S91BbIh1*qbUD,&TELS]NĝN.wS qjibt-PWW+R=xb65G+R#1_̧bXHM"%b 5O'X&Q BKJZb5kZj-֋t(6bDW-b [VR ^%/xEBīU(^S'Ml-uwxOGvb;N)vt'Q/_8@}!q?ȞPNagP$Lnl- tؾ6$lo{L:s>|B+0 ϰ |FS䙟>g}r/Z{:mObȞlq\<{:c0CA. ڞ Dgs3չϙq8;Ow9[n@F7&"A[ѭZֈ=qGFށ#>>>.uWgWm{NSKw{= %RC!* jꅚZڄ:F&&n ZZZz6R[]C߇~ KĄ/N)\hi2eAˁZhhe*UAVZhm:uAmhc&MA6mz)hKVA/ +6mA;v*^A ?ЁA:ZQAǀ^:tAz#MAoVA.{@: ^@ п:t#:tB@.} Х@})Е@W] t=ЍOn gA +ϑ#c_"#'"'#"_E|6Ⱦw##?.~¥'O#{"{#E>|2-fۑw"FދlGXG]q)u`M Eh1-մUz.K_ۓ빑Aw~)н~藠@} mw@}}\1 +~=~@=#OFƂ^:t<A' /z]wNA7\C8%5(bO E2M\CgOin:ޞg.:Pg E39kwݛwFaЛp> f,@y}g%(kqs#c(zjENR#㚐I0ahMI5Y,i&d,S'h{JWyST4LeSTgӳY,{n=5\f.7W6Jִ3Mt2Mt3M?toKIfϞeMqgSL] eZSp&\TYsy`A0x,X,OKe`Edw$(6vᓃ!oEX4ېٖgsbX5SjPT]c{~TQ{BZ%qZjzR=VUjZ֪ujڠ6&Y=gsjL}P_Wk?Tߩ~{:OzA=ǰ퉒M"98 v~ ?҅}C[?˱rscbã(~z& Lg1˷B>S0@, *lEV,F$b1 !b^t%t⫾Ͻ;NwUuMթ:uOs2፸$މ >O,@TLOK|Ŀ/Ŀ'~'O'OO{e>J|W|W}Uu="g z1ES5j+e"|e5g#XwxOG3>U)~Z}ſPL jM?y/(_+V +ſS+~YT__QUou/ӯu'F/|;B6a"P9!}"L4E"R.oOunQ"ZĈh.}$EHVAmD|%ڊvv$"h'һQ}D_?/חO+'USj}' ggMsf}U^oɼ~,Ex[C3l0 qk46BP#hbӈ{o aQF#͍X#Έ7D~XG?+EI#soYzy\c17 EFXb,5n5ZF#ɸH6ۍFqht2~gtFy'|k Lc1b 57]c1xm1Yo{Hjt3=]F/n#m114nk 03ˍ'ƓJ*)cXk Dc1٘bLL#ǘe9/O)8-JD\_2qV/9q^\_7VT$qY *.$qUTkZ(D܍d42ow#ƻQ=qq(2>4N'Ƨ)3Qbg/2wП{F˿&o'Qe}O VHwЦ785rAXژs}ݠxI'zj/<[v5ޛ;iZ]bUXkQK)+Xߤ >/*o慸V{IDg]Jtͪ4VyD}RVemQy_h~JW+u0X[3ݏ)(}:Xlzq U\-P6\e:F7Tm7/{K?[=Yœ?<-2=Eљ){Ҕ:nN!ˈ%XJJF9Q ӨiT4*a,/9X%<,e'*OSt)u)7}ϏsF54Ј[C#n 54М 9D#j*kS˟#Z@:@Jf䱉[JqkԈ[C#n 5q Νk(Y*.c}ZM8Y[}{P12P8 wl+_ ;.JVnp;ׯZZ-*~MeUz&+i-D_"RoPZ7*HtYDLt6ѭD*Օ*JtJR%]TIW4&kii[hnE##G,o~OGom/h{=nG{=RAgůOiS*~JeZ+8Fi 뎻!sM=M͹P֏2b4VyD#RͦT7( 7TAoP#HGTIt,7om볣jYNHY:g񭸧Sl!=q2y)Yq-Vŷ%O\^-Şg '+UWnV]r[ʖ40^\e#*-":,G,o'{13>髫it|H]̆0$@jiZu!u^]a"ѥD JYO+i)D5C! .|K$K$7;vmvHRj*ISYdjQo?#DDt +爢} + V!T%|{JOmm'T|q`7/ߔYZj=hb΍fA]٦oyb_)OֳYd4KRNreGvJ6ג_.F!k$0w3r!'PD7-w6lOݣXdC9ӯ[/]raj [-˜]L;uX4<,Ji7ry{/W+_U_?Oph>j4M3h/k5-Tlk;5f `a(--x-D AkB&hmOҒM dğհB6iNÌmøbolM+7 *7}acx3 x񼀥?93`YA +x C F`S<قН;-з?Gš2, mv- kD O`<<1|d >Ç!><|8r-|T84l $+W"{'q}L)Mc>qbʗZay鞀D9#wxn#I&ajƞ'Yɳg 'N%j2yĆq3voK*b;edeeg_EXMoS"qV @i $2Y3fDSv&ړhD3ϙ·DtSD$Rv&ړhDJFGt19SDE0RUDmOD=CRR{)Ӧأ ڎhgDJt DCt!ej:^hF;pr' ;Nw#ºn#!/weY;zfcPF_9Mzq 0ppjܓzqOwg}Y?Pcʑ7x^kWuٍc1r1:s.-yÍ9" +? )b1211LFkIӿap~)_;1A^eLkZ;fh3NmvLݰ%Vl + +;,8%85xp낷 >\HqLu;V:99N;.:7v4jܺqƣ5^x[ݍ5> +i2 dT!BvC& +=z<,,Oh΅]iboj$IjMljrɹFI/ H12bjD~ʈM"D(J!ƙLwtNu;W:79w98;KΚȐȘȤȮ##FG+@ȊW+ƕJwtMuV6vJ]=Dѓz>R+M.~\/+"bD*H1U䋕b%:ԝ+F>ۦC1o M䁭۰_~/M//5/QD9G%| :_ĵt7L;URy 8|4Ň*_];IOLVMPܬ6;6O(6M'*mfEW=a%u+^/*^mHMpcoxO3xKߨx{?)#oPM:ǔ&OZ v1vZO>NO<ּ={4,1YΊU|r)M݊T\\&וj'ZRox/Uq)L +})~Bs_1TN> zM>U+t5c߫V$Ԍ:@=C1TB=P+ {jL{jk qQQ$U!UCT+ Qk!juxs:ԵӰ(WyE.,rE@ 6pÓzksHlp5+@?ÿ6yV`4Yn;(>4T/gmk +H֕iFvR QccDHV#&7CWٝ9G8ϛlV "OZRU?{$[o1XXQ!>F9k9_kYn!KQ9HyE^kͥ"_'dXB\/O̴;, y`_~Rf_O?EeSB,rE~ݧY_8[ekycea9"7ȱ9"IEnoS,r"wȽ,rfXL<"gYQ9"Oȓ,d<"O3,rEεs,rEηӁMK>`Ōi Hۮ}ʶڞ=NJ.6 Ɯ 2"d67t\dBWjôFɰka״0kWgm0!=.P@"*3B*d +!(l[+Tv "b]]23"Uv3Kpv '2 2{C,'pPd\ n;.`Ƞ0TqPLwBq]0sq_lZņYuO +WnyuVDu!=!.Sa2BA=oI%5a2h-Z +WZf!h!UyjՍGlUym.dO +Kr%C(Nv +o^pG;NY!{GwǬyvpӑNŝ[#t꼬Ki@ +PӽC]*VyW$]кsUw%pIV/uŧK랶 +'S뿬&мw†*c'-1,P883+32p"#+4\HW8<9o`UKC261h5|RgX<3fg:s3\>s]3<WIgή9I}z^L^y9y^;57~ȹ{瞚{}^<1Ӽ^+wj~G8U=X炜//8faI V,(oы?3WGMA#[osfqgڙ'Gn9; #:ç_ƬIs0q̷_7m ZT7g"mDU87toƛsJSi5SŇmm=yTŔN,(/(Gi2'd ̃>3jZNU3&sM?弎#jAgd3: 8!#e\ˠUZSkU1~Z)m{H8yDǝ1Er:e~7޴Tօ>Ӊvru,RU[{n^]^^NE}Z_lcψmcs$45%a;Ml wo|Fugϋ,]PPay2eȘiTܒބiۓU ™֍0M S օ9mlugd?Ȳ@_CkPhޛ=Bv.,.aۺw =-W=Vӑ@!iuZ\sXAu&eLZ \C]~GX!vjZԭbd(X0t`\T9fryDhd*Њ'FHKg %ԅr5٢ŀRZw婐AGZUIJ弤!`k5BQ i3h=R[Qȶ/ln{PcQJ˨,*$Q_=Sb^6r?d3ES6{qkL}6[5찷f| Dz8>E),)Sm/iC6iCAGK,b18Cp)'[PVr?aۍFQPζ/Oαv+CE#ҋPz9#ن Yfy Kc@g֊uy?d ,W,{y\yO@>X,Ac2q`9xX z}@57/k օdCl ?š?dʺFFlmkf{ږf-ޓIP | || +>N%@)9k0{2[Pwe +*TӀlWsM &m8@ĺ \c]ZAmY@60(h5z 8 _zg@ +p՘~O@ _ 4+~i˂~o>P | || +>N%@)9 p.J_uzzzi@`C,V)87<E  9Q`臠W:`=xomoG_B|?> +BGA%^oP)> +Bʐ,P]o]ǹ(}T~ 2X`0UEVAw@ +7HiA>`m* +,f@3K%hf 4Y,f WдjhZ54V MUC*1UИ*hL4 +;`1@64hKhM ZS)֔@kJ5%КhM ZS)AOV'ГUb z +V^+AoUS%F Z^VFWիѪh +hZ +-ZV,A+VKЊ%hY.F}V[! E RCrCA.F aqqqqqqqqqqRDDbbbٳW1fb^Ř1{ԉ1{c?|6z/z8v+b ,zO#)XUޅ$~=w򾋼i[|YG#HYi:*i<8 wAIO(J:Qhxhs&9ӀL VG,WYP{6 ~v-9KU; +טA .طN[!6~`Ym0,5F͢Qh,5F͢Qh,5FNrNGNrN-vlS A A A A Q9ST5bZ-d́k7nŎD 8L}tr +h ۀd-hw@'w@g tz=^@*i@  6-Vy`'`;g +x xx x_n` +*Vk懀;1? +{/'(o$Gcqޏ'Dx\܀[Gm{!}__+868Vo^<>/3i&e_ʎ +Ȯ .Exԣh +UPbKkDS +JƂ mSRY&m:$Nl3<'r{oy?7o8#p$¤hcqM'V|BZ({鞟;;~-,m%qbPG)ʐ@9- yȻD%.w!8A%/K&hcqᝒ3Tr.ڧ1_wWy*1ӽ7pfcןv3ίm%z @ M1Э)Nu +S@P' +S@ +q&@q=8Ga18xeN)8i8gLq>\ |§q>s<& _ėp1_WK52 .13m9p;~;p'~CxQ܌|OxO9B,Y[`KP?bY*^X7uX"3/mo?n,4 +MB+4 +MB+4 +MB+\e1~?` jG,şBox /XZxu@}(\ĸ}qGeDppTVtO-7zBWc$M'_{OEb.s)]8l/=x)_ڋ /{gHcou[o!JwmvE튚F&eu{vEvE;ឥ=K{! #FBo0R|08 GGHD 8'4xVQ$Qq(B1J0(C {c G%`"A8PqD%,q q8!|=Gp2NN46l8_b-}5(_HwyqJ-q[230 arm?6q{8}xXad|/W* _긯c +5@a?,dfЦ=k}<;J~]5~qx4ۖz>R3q> CcaM"\lW~ibwbsaM7pgHw᧸^+p?xRQ\s}3 Igbu+lԽ7ͯBqN5> 3d䖑[Fne䖑[Fne䖑[Fne䖑[Fne䖑[Fne䖑[Fne䖑[Fne)RZv1_WqI*  -z36cX5rwuaQ +L]a9 ^-jW˽Z\\徼f܊9qX$Z.Z.Z.Z]JTQA*hX"iIkҿ/kRΙS.9u= +5E*VѵUtkL%g*9SəJTr3L%g*9SəJTr3L%g*9SəJTr3L%g*9SəJTrh@+Z)JV +R3gPA +^B?V.O{{?DT8 +pƞ_ΫռZͫռZM)ԘB)ԘB)ԘB +jTPԨF5*QA +jTPԨF5*QA +jTPԨF5*QA +jTPԨF5Pc +5Pc +5Pc +5Pc +5*b0,ㄌ2 Y2LYAf4a &xA + +7˿Yo,fq4YhG8Jexptr3rTsS͸q |;ޟu3͌š[C쇘Y 1?BnǏq2l,32l,32\,32s\,32sq(E쩱3z<Ǔz|?&;ɢ~PK2˷^:@Nxa˧^>O}Tî،Nvuqo=ݫC6*]InR7#*#Qyl^{,.--;GHI8W8J\{T\k0 p-z܀3pn-aX>" ]r{(쌹ӋN_^I79n:A /ŲXx,BCQ(E(^`_L~`"A8G>Ѱ}4a e||ħi\>.q.qK}\Rǥ>.qK}\Rǥ4\Js)ͥ4\Js)ͥv.sK\jR;ڹΥv.sK\jR;ڹΥv.sK\jR;ڣr)˥X7 \7 PwunYfnYfnYfnYfnYfnYfu3@ Pg:>d2k2ݲGc{YnjWw8GaιW i=BZz#Gh=BZz#Gh=}ݴqZi])]1t*>e_G7?͏n~tG7?͏n~tG7?͏n~tLS0M4LS0M4Ӻ!R!R!R!R!R!R!R!RݐPC)8PC)8PC)8PC)8PC)8PC5Bͫ4ҦMڴI>MiiqiiqiiqiiqiiqiiqrL1-ǴrL1-ǴrL1-ǴrL1-tYF̀zcZh8=?Lu[B鶭:VMyL,巻]_e;;7>u +_u~ݯUwiӯU_W}_JR+߿o{^qiwt)mh[ǿ^6gƉqoCSB]E.vѵ]tk]ZG:ѵutk]ZG:ѵutk]ZG:ѵutSSjWM^5իzT{ݻE.wѽ]t{ݻE.wѽ]t{ݻE.wѽ]t*97bn͸%tikO'bKW8_Sٱ:6d scBC䌟԰8~fHʗE%JĦc |"^b+TX隫ׄMt7Zc3 `4 ģ/F vj茟 ¶DEH' aF$~xmؔO [g:΂=t +VĽЕkf_Q ߱ J<a(,Z/:)FCft87t$0:}`";,?SC}=} }їƧU[K^KTmj UBjf9HAJRrTE 3TPml` (BV +R`{)K^ +Rm`/[K^e\/2P,C 2 )5HAJ RjR Z(F^Je(TRѱ­U)m Ugc=I}YlN{W:K<Vċ}?L]?.ܠ򏎟>CUd5xaV=T05^~IV/IZ%^+Ï-tƝz< wqS~ysG#|zObK7l3|5w|y'^X#ɞT(WDOPYo`YkU&]ulWUvUelU[UŐRC*""r*""Jȩι!'wxDs?E +tLd⦐&!{Bu>-_vϙ%KzhX9pKHѭޖrWzsZfL(%F}C'%%0%caoQI )DnpL>~, ;'$=? v4ќ:;LaIa + +IK:=JQjR;NIQRk&)63$Zokmx{[}Ƕp}yR>.,*/B1&y~,~y˻_r7_̗el0[2 aqfŀY1PPsT#_@lGkjX[aU|+Ӫ`wl70=19ֆM،%kw܆N߹1.tGsTKM,U^cvcxClj0[MV|6{⽰,W`.@ Uy\dN2ahc¿ƏIf俙, 6ks6G_l^?9cG;m?Oo pθl_.!3߈-wАkn][^VV+}k Cp(=Ga54]~[hs&.^=f9&djI5cZM.i߿_7x&\M2%3%026at:[:{]kW[s3:۩+uc.\ o:^%VZE/WRlVճ"k]lUj'׬s{oEh6=\ͬ^+Rk`h{^K^Kͯ"ÜZh[͛m6wD`fo0OV~Y,X(ݢZ~cZ7ʰ + + +To^+:՟gVu}ǸfSTo֛VuVu&| ߬7-՛ꥅ~:_{''m5eZQ+u@].P=jmZۦֶգmjhZa[­r4G}l\j'Jo:4ϘMa U;@5ɽL͔]EUjcx4^o7׫S͔mS+Id7YMz5dn4E[M&bHTN&` h6&`#ez^IhbmX)j՛b&X hZm4L6өtj3Mzөth*Jm{RifF빳dll*2].[L-fbɰdl2lT8`*l16sS :3VFߨu|o:^6ަt{no훹ؠ7ͺ|.잸8>3YWy:jzϳu.5|-)vuOt/fbcϩy|*Nj٪xwDA3z/(AixIV?8H-tB %1!7-PI?V/8Oz-] @ i@L;Ĵc/8;E#))==;\wpõv΀k숎//2_) ]);6UKR{(_mx/ɓ42;'|?ro]Kõ{-W_.-|k +`WVJu~}Z5_>ֻ}".ۻ5Sp>suDhh^r"-rz{f{f\rc86̗+q(7Q}دSdWx]Խ$^&joe{ʛʛʛ(ɕz)IWeLQQaJ +)v#+=+Y{IIrJ9baʞ>>gKYRV+݈zjGWٓn#Vۈ}wξ;gewYR}V+͈e$o-%'}W|zl7INi8+?+ۄq:Q{81 B*>%Og:Ex~Xò +M|XcY786b6a3d'a l8:7C|ܵӮm|n|/~IfhBݡx:+؝:m[\=IۖޭG2D=?dSQqY8c8y8')|3,>c2 E| ˸STF,^(x cʰ`Vk²'Oᗨ|-ނ\ Oxl܄0o]8qvA8qi?_t5ᱢi>~ᩢA!,+rS||XV|N /qa^7p_XϷbxV*Na=φJb$BCKKƣeH{ao}1aYɹW9v|Ʊ:P }쏿Mk`E`" 8'C0.—q1+*.O _ }BΊn3pn ժZ5Wj\]Ӱn܃{3}A<P'Ƶ6m8v!^{Rq:t<MOSӢhvwNw᧸%t[8z GoCh5G9Z(']a&Wgru&WgrufCSxx +į4 A5s-~X=%CSޱӢ3? í/c+ÜpMj\g(p}E8Cc!omrW;Cu|H2:1cW #PxCot܈ 7܊b&f6<̋iEܙIQmT:6 )(h$3EQ0`dWwUYDqq \A`Xf`>]ŘO~|Sgsy&Z/X al$llmPOV{>=X3*RModՏ$.ee\T%Pݚ6+CLo_q?=11111їf-#d'~j 46ANNNWD5`*̤ޟ Mj!;vk8;qvK윗AU>P(Y|U&8zSrԆ:PA}`su\&Ash=|cƨ7ܱq7.e߸}>`2LםqxfLIO0?<`!XƸc1wyƘgyƘgyƘgyƘgyƘg9Ƙc9Ƙc9Ƙc9ƘwbSeGjw'_}Oɿ>'DADADAb^C@1J#z&}}}}}Q}Q}Q}Q}Q}>Oh$>Oh$>Oh$>Oh$>Oh$>Oh$>Oh$>Oh$>Oh$>Ohq1:Ÿz 2QL %D 2QL %D 2QL %D 2QL %D 2QL %D 2QL %D 2Q///////////\ +,}EK܌?"dwL)?@*:GgL3}toV)q8'*=AfAfAfMfN$/K$.!KHҸ~O T_ᣄF\>[x 4444H=XjjjZjZZZZZZZrI~'I~'I~'I~'I~Օ@u%P] TWՕ@u%P] TWՕ@u%P] TWՕ@u%P] TWՕ@u%ӯ"i '{z~pN( +-KɔHݗ +e_c:"rmzIpu{u]+bwo}?ㄇP|Cy(><P|Cy(><P|Cy(><P|Cy(>jIbho{?+bl7NrYN. J^ҟ %NSeDdu@FbRfX׋~i^@gY~G[0 +nWIeKe\`eX~"mr2qGc>%eU‘k|%sܠ6dtB1s7;P{&G Uѷhq7- fO6o@lO&4_A'6?ѳ12r"/#KHG\ܨ$KG=%ԣ*3+'sUiMKElP@\qȂ*z +mV[x@/C0L(L.20VCAQp!q +ՠ:Ԁl 9P jCh14 C h :]`t?p }p?<C00Eo140f-zy>BGNtUމR:`-IƮeUL,cGJȔɓ\۲"Oҹ2CuHȲr2eV4rm2,OZqʳ7T/p0Fhȇ10[y0^"/+^"x ,7-xWXKa,>U7X[ al$llmPGR[׎vuk@3h mWz}!{3i1cs=6cs=k-7` K)_a0w9_X `b8a8_Q8e@eA +ՠޢ@]|U]b5`*<uj!ezJ8g/y?p-7-NOgQ>9jh]=u ` ~w.ew>`2LN8<3`&̂$́i \,<<Ǯ֩5C0J 0½p< `<<`"< +$ S`L 3azgYQn 1iQ\!#1 +FC>:NS9>?g}>?g}>?g}>?g}>?g}| 1DYxbt>tsss9_fI6KȵrQ<<<<\1)J|3x999x9x9xP7bZYq-Bg)p + B_}ѿ>G_}ѿ>G_Z^-Fhbg}i7zsrr10VųxMȁF|)Lʫut\&.ŭ}q@#?BIс{_A1\.?MnBODO'h%,+"`B ^B.~\O|+w9S\8>OJfu8j+nu iѐqi`0~8R|"V6އ¾[$ZIa 9̡f>5JD($t`F +p]SB] n}8R]W+x +Zs'Yk.D u}riQiQvU7\yu9>NaDw na.nw}QqhJ+!ƸD:DjĻ_ _ZC':{#69Uu7n/.bK=I:>,n~'-̫ ce Y%{~e^'/"UH1ԇ~]0 oVJsSrW5X* +8\=گ?x-Wʙ_ySN/Ṯ̌*K^owag_9+g~̯3rW.D;q;F<1 +FC>yXÅp;"Ĭopc~:uNrM C<=V0"E-kuNZψŜdQmqQ 3¤q.52k;> R>qwy+uBݟx\9OO/wGwxȲEԪj תKohSЀ㆜kĹkkɹVazm{ ge abPRވ&7Sj#׫UycPR j̯:5gCg2?V{ƜoM)oNUW饀WhZuk]%h]+4fkιӭM7jrsm˵guqs)Sւ-9ߊ*x657ZP[ob.>ϲܐ:ӘM)uQ9uZR-xN^x_klܱ#yĘۦ|n!9Ă"dxu+wO}EIMQ?]Z/~kV +c냳-D_p:uEw OsL 4HڃS^̔ծ4ѧQ1Q' 'V,&2"5&3ܑ#grGδjw$Y᮴䮴RވzSZR&s\2>D n6J97hը*Zft5z+DϼĹwO"7e(¿TwRkuX+Ho>-''@/n*䳅mx+׋6Fq7.wGbxE%|TwILI^ψɳb=l3FClhgƵ bqU0݅of%F?cfƓOgUxxh`|`5mͶfq{3ϸȼҼGb޸h^oμl].fwf/v*۸c0ڙƟ{qM#cFos9g2gCpsxd4f<`,1KCx2RȺ:D656沅FJBms9W՝YF1Wga5β5Ѳd5rԓIzJ=ePs3V[9jZnRgjd#֯Quj*npZ:-Nkf9VW||s\\b\\ft\mr9NZz׹ٹtz[Ag3;ν=8k3yLv&[:Ӝi} gu5Y,&8EDs9fMr;ǭQ5%jE-kZTE]kzԋֲfFDX K-newwZo@w;n-uG#ehwj~~jq7,JV&,6%86-\dRؑȋjG]):{wD{wz7jW{սH7{{oʛ=n/{zyoڗyx+kvއާv{soKx Kڷz)+;d;nNzh/ظ7Vܶ;pj<~4^;^۞o?oonό?d?~!>5>^">^m/ωϱ_?~#>/NeȪU,^V{mVYI{0]ծgO/Ӆz8Wqkd=O.YQQ"OkM룼qrlg`]αG&*|.sC z9Ψ}.֫OG7(_ ZDwEo`(=̹(g_/ AأStVKq)G³k&k㿢syzѷ7WQZgz+csw[?q+>UhReO_|6**KrG[*S@|S{~~3ovwew> ΧO^k֯\iz3ћbo67?QUR?{Nm7Xޙ?5W3ڳFa<~9/s_Y=eaz8Wzzqss9~3{:rz)囌|hs&F,T=_ڷwUrt&L<v{*XR'#+u+#yP~MHΏUA=O}[h]Gʭ,{O/< ;^|D_:bS*r4IL*+wxu\煿U@ąb# Ct6z=ˋ။w}b~<)ͭfcEb67RLqWS(q^ qJVdpE6W WHOT5.p]Vg]s]02wZ.sm^^^kf^뵆M-jHf՚䟨UEeg븫h)oe5b56tpM7`Mn'lE*1TTʬ +:o&ooߋlDL]a?\M5JکvBpTI3un%DM,LDuU*&Zj."]t'S2D 1p5fih5Z<_S {/=#} +uƫGwj2%SZMUS3]͠dLfY?O Q?K||!DC!h(PT%b*w˽ٛl +[B@H +|*RTH b!+ՂgA{{I<}={fvfvwg7j +Z@)H? 4mH/+ Gp-뀁&4o1_M~ + F+f +f f zFBQ jc`c0]]JCJP2 Q2IP2,(,R_Q``]N)2CsJ5ݨySb.;Ρ-By;!Km"헏LI=_M+6#V܋ݥSre/.͈}zG+_DJz߮G˲./J_=䔺 qKUo|Gu,Iu_Yo/}Ux-e9VsL\ ?|}HCՠLgbWָ V]R7rzס#-^O/|KP`ǖ?EO=;Q.c1z 2 +՗Ыs0_Ӌz~N?{xظCn&f<' (GϋXw'^$ˢk1g*fcrG#iMPt;*Tm +>Ju$Z^z-w<yܟpc9D:^}<~sz}B߭>#({z[2N#5X}(d1E)T{p|]2w~},cS{nYَ8cWY~xTo{5eH{g,?KzY,%yLwZy[W1 Zi|@@bN%e^ԙ:h}何pJ.;9UWƘ ګ||Ğ Ο/ѝy8=sРg[0Gz:ճto{08Sṷ{gB=#r0kduչ[oAT;sީ}1'ԽWg)K"_a;乇'.rXĻׇQ%1Q1S~?p6pNwI/}MO8g2<?Ich+SLŴ%L=swK oKK,.8'aK"EYտzA?sV9m0sؓZ^/w"u0;ʶ^>a{]J8wteYϺ%?wXn{G~Jy--YǥZǣ'h#@:c.~CL9~ X62iЏq#h2xFϰ.:vhށ(UdZWbpNɽcE>vexKwɊnlDyRh7<;OO5}^?+k!F-?r?rx!e+uȶ ?;%GV̍Jt1ιaI1@t;1>qk'W|㨾w(#Pu{T;,N͖~vǟu*+~+ߥ9]Os3%hTsI!ܕx<ix{mn!TZL.X ܋!C`Rfjuxk<߷ϾwUC/7~S>S8ݤsZGCG[\1=MtJѝ#y_ØnGQ]|..L;D+qs}|_#`D~K uo-QH1&)%=WփpL[[K,WSs_yiՏ* %O%\ ?D}PCPm=Up~}]@ (nz]mҭ,F}k9T% + 3?s+Q>bj'`lRqUo'|MA3SU/T(*ycZOd? +=\pRїIt54FsnP3 I;!Փ:Ս5SφW}r OVt ӹԜNLmɉo?~rJ/9Lߤoj+3`WE䋋ՂL&~ޤ_. ŋ60b2eJm<Hg55u&6j2뮩YwMMe5뮩鬻fj6뮩G`8yZީcݱ)>wZkj1%Vz]>Vkw}@msNs{YM갡~fU6Y4Y*fpp=3#0kV 776-p[N]n`d m6_ld6T2 Ylnfvd6s ׳Z9;$4[{泬f9^u̷>7f:m봅i EX-:mr:mʬ:moA(uBj:mY-ԚuBmX-t:봅:N[i uvzBXe-VY ]*k*kXe-/Y%^rr0VV ݐc򏡛R(LKFėB>դ4!maV ,RP2 |@9<`f ؖfKEV(syeۍm y<㢭fv3-P5ڭɲاd{=9ii9دs;Z{Uھ@m`x=Cm}=7777a_noA=#푨a= +5jJImmhe=enoG+`T|{=0,ȝbOlA8`?l?LT{*F{=v=,ʃ+'lB{!}^DOO.arWثPY{5J"y{a˔ *ʿf(~%7ٛП7Pf=6B'P3]]l Pv{;mFm_(a4~D~,1<&tJNN 8N%jTvQ#TsN!trxNpN"'C F(i2M&w;DMN iN!r"Śs&j̜       3QELLts&9eV-m6 + 0'ssfN MEO(^2`Q, +~(ŽtG"=?FQ; x$x&8)H?>wәiEfZ`Z`Z`Zwwh{{Ey̺֮&:5l bFX7R0 Gp2lJoTN NpF8˅QQ|Y,gppE++ȭv ,,,,,,,,,,EvBvk+GGH_F#2TH! 2(sA*I%e)yLY )f`{Se?ww zzRU22uS ?zxW (2WyW!}׏jy(32AȽLU,??%ލ#ww UFzPVVxw3ֻ5 Pf7}MA=z!0O"MCto:fx3>3W:zzR;o7|Y-@SS)[-Fo)r{+[ϳ޳‚>ﭣ zy{x/{/++he@އg vKމvy.se<*EoF5%13{3>:FOO>M9̧)4)ӰӰӔ|ٵ>^&Ōqdk0Œ; +3Nf|0Œ+3fc~+=XK{,~%=Xߓ"=~%=~O'I3E,9[{:~O6zxsԈ +GϢF L9ByFW"4z3b o*黍Qy30\|* _ + 5k,a o',T<2q>EߝPHREa(UʉPpsTwQ+V.Sg^P=jxyMa䵅UWWoUV舘`vXV0Uc lAlb$aÜ KD/IKpr!n#xzFzRHH_ث#W;82RE.Uʉ]9ѢK-T|LmITNJtJi(I}'ws7CyOzIȝ.Q'%>E&5%2fz3ag{a92ɗ\o"FLIo!IdH"&#2YR:[-CɕJ9>9[${{IL/1ɹkm#&fo3JrLI &يڶ!2"Iہv9>i,ɉG8i +xX)i #z5D/0Gk^`U#ځ9EA9Vm*&XYI`mh +/X'MU`hf45#ZuDkh ֊ֈ@.+8X+7ڗK$VHp}iV.#ʅE0G raQ. amCCԚ2bmg:Baև6#'ZkKhuh5oC{beY+o[:xWƒZP%rQoMz؁z^az^Qz^*^)3N_rKzǤ΅J"K^%<+vu\?^_U}lUwz_!-{~bF C^/vؑbo;Zx(vGibggyb] vإbW]#v-[j#}_{=x^?=`ۇQ5=z~'_`8=H%{boύ~6Ŏ` 8=Q$Kϧ}D?MtvؙRrع/IgbVt0r_`,ٳFZ̮gNy(d=R4z߅r# +ʮe2w؋"R}ϕ'0$Z ;D<(Bzb/-P/B_;Z #,3!B\ˀu|=?[4PA]&u^xڢγC/96OfwkZ%sgZBY[{P=X,ՌmHU(^U *璩Uj5#e +|4>V}u%x6c.x\Ek<L2[Ko  z3\|:&$#@ #/>mT~-.zE yuW Nχ-hO*Sْ3 93dV'\J6.J㪯<[𧏏+~VaXֲSqg3/vd91%f}(֎3lk6zz5s 4Df/(MK(\d.Ko@-s9-!g1C i,5Ǽ=;u77{́ 8G n(Q:f[wX;f^B_媽f/_Sji_P|^R{rvTSu&5\ Ũa秄)8gr7 3n*ME*W6V:W_To>hHk?k c +%(bcR9)ǘb,5v%m GBy vpBKÍ Ih=Me0nKȹm94 +0>2|tIw?gD)LŹ k>>5J #S> +yK `}b6B;K28 6:6tEH熙с +MS3Qļ$nH=?GaUI2֍,= +:Ŵ܁f8-Ӿ1'?4bL*p4@NSi)РVJBs@%LoK$,A B'%tLg3)As=>C_]@t \.;ZϜ@L]T۟ϸ^u\1>paE81 ܙk>MhrA8Otu{= }~,:֧+~Ƴ: sY^,5W ywxM>+{ɮ<;};xaO.jsyxa9x?G#^\} 7"c"&{wȕחBx !W6ގ}{)E'g(#; 1|sxZ+rjggڠO>}ʳʳqĽ}וkg|(Hݕowg:b"~ r&fčw,ttGR8;".."o;,Cύ-F]9^Yrny==C +",mao:i:}{.{z)(<˅|ge1=)ً5 +^ԣx&zxI*=j칳U^^a`=5)\|LLUƋ0RsG9h1_ , 1V.wl?A*qQ^,c n+by =B~OuWLV;;[s}X;#n2]YGn+qc?q02 pW.8"}$[{>3_N)#U6;`H2y|HqTyD~XZ,by 6i|X;ɛ=3ZyKh?XX$A+]t{c$PCJ ,Irgy%E-muK_H_`l/}]5,'s)g{Y)sBi ?AlE4{#͔fR-l:JN}Z+%YjU|}F)v| :ͩb3 soc;&gŅWP1rqq`eV2MyZ($)6 +B)c [Hޕ29NySY_=؍?ƙ5Ęz^4;z3 6l,FSǻCد`?yYqsRY`YZ*aiU!-r*t qDo@STXCc'%ƻXn Yπ/W %R.uu f(3+Vfò= +Kרג^LkiVp}]]cc1n6&h1ɸn70~Nmk"q*;q|}VWgSKdt׋uAt8[Y8)/ ެg6R:nh}p!] p H3=5==LٲE=);= +2]sywOwEư ީToޑڑ{:e~?8v7Klxg>ph^縀ֹ=pn8"BTϿAonz'h.pN/rwQI ?g>lPԮ4) .ߩ<^'3څ.Bx6A PzJ/?u\ux/ס&/jډ_VX4emRpt88)i.( ӂ1v y*'u:>/_+@XڅdIKwg8Ɍ/'q}2'q}BʘBԐY +(<ν\_"W\e3k̝3A,מ<hMlt';9y[js8-.ޣo]3B]8 iF8zO[:n'noSnk` _wfz7G"2%tz4vXe$%^{c xZRH 6hYϑlm#<Ƌl`1vvX;~ %[dX]L@ܫދRu)ˠ5xr@ #,4Y +^F'O^AZ@QTDxa!;|qx43_Y~gRK~nZ/~GO + +|%  ݡD?A+(ԏ!MB /@6=aY3>~/_Y~g qtRk~c1%zė22O5!\g!2ni# P\)S37.0 H_dRbRj*š!!/0"Oyy!_mk42:b6#,4bV \iV"1#WUG(r B 3p0s\ Mk7~y µf-B#4/Cx9+cycͫgB5Ǜ`NFEE|++w775oτNn|~\UsU UA֡JY*euR֡X*euR֡Jyn+b*:T)PCUkb},6Jt~x'^ݞx/UqozvfJ ] mEb-9yX8iNՅ SA>X&^~y{'(+ 2 ޢ +c1d ~qDA.MA6VB (P[H-1WSkmbo[ Q'mm 3:"[-+lQ=cMt~~+ueq}-&sǨ'\EX]aԇm,8u] +}~-,3A(Gp9̗WZo0G^\8jkƁOX4yq"$ܛ:R𒪳f x9u r8是S}x<8ecN̄WoZ̼ +a g*s$ ٭YuwJ>>Ol//1޾b?ĪRT2ްp^8?\Hf8\LV4Q8l j-jnnEmmppDIXQJAK5Npꔺ#٩uɺԇXf%S3z$6COhnC]LuQ\X,sQ: ,l S㵢LɜrJ԰xhZ),tdw;`r֚Z[-Z{pFGLgigQMFZw;AA 0=DS6~fZrZԞuNF IP\I\:#|&jVkVk:XFRX!32!30Bjɼ(1/J̋E̋bb>yyQf^uRHsYGI /̗6,f! +-hyTcՙGKG;+gucs)u)CͩXɷ8|~^i{kzbL=x:YI +aZ olٻ)m~_'ߵ/SE8V9y39|\&,!a&NjwML\qN8nP^w1.)8]q6'mg ە۹h̋?L7e2 2zscL;0ʃww_7 !G}gIn nC炐 >||/P^܁R +PNz92r +BW n%PQW_!׫NSq -N߰/aP1 0x- +>E*SZ`ZBީP{`T#Q/UǢ%V V +fIF5L+irSC [ٯ>n5eJ2ʔљ2&S&Ĕ2aL LKL+LkLL[L;L{LLGLgL&&WQt[@{gMÆfUnT#o2&b~&K)h)b?z3rY2%uCB$J[ zmj@ MMjM-VjD'tjO蛽ޠj_*P/T/Bu:\PFXM VFUVDZvJ*!wuN@3Ew6.-#%NʹUoD8ͭb x xx>{m|-."mk4Ozkpq[-8{Eޝ:1 ;3 s>WKyR}➼܋k.=ྼ܏Y> ^,"Sn5gՙ*g>kL$B!oK5BtIC߲c}r%wMG66?d&}6ưXWN323Ga+enG-dk'FGGcciOhO֞w|74Qȋ2eY公 a)l"ÕWR4z?ʈCH^sHǨ?1dAbj񈕨Ō1҈`4D`cYEkU +I,R6VhnݭzZ=g*[h b*GiVe(nĻ{[xg)Ntzv#579 m1BMr>@N{u}GMVS\_-| +R'Zhb_~T?m;AFBzF)k025zӅƗf,>rg>I?>6_GrۿJ}5S m[Pi["}-Z[,vN C&m-fZaRBq;vEM'jNskH݈ w&+LDݓ)Qg3QӬbi7?Ǯ@û^^O}7E,O7RVܙTV/`A<,L{Qڰй|QQ`$?O%<ySOISGKMCCoikv6hk7R;m u~Jg}W9m;uc=;q=?hOڟ\hsGV|ޭz\?,,H}A4E*x_$i4T~\]%-jw?X_?H-T˺F~O%F bo4k|W7u q]ú&S4ɼ޼4s94ü˼f ͅ4\l.x/Fo +֐hNe jjOwNC=B]~~twhp~ +UяХiYմ3íy +d) + (/9x?]wt=|޿-8[]&dqq)HXG^|pzm(ʶx6qW +`MR:RPGPX+S<0k0^=9o}}&eV[~b]c&4hqBl:]E,lٙզUaV [.hkoXX>v3~Mm + =F˩QSRXeƊ$ k.5Nd K-by%"v|Y7(WZ唻km^@R"4W? ++@>'P4-$?R%`+mYv`wW7 nYҭcȵRW $,\!IY\+s,ҹ|E:"6-Ӣͳͳ׼.`yw!˸|."Zs*_!׆,,68T畢l(2.r-ɲW ˬ,٥ЖXOZ>ti/ЈW4ҺҺFz逵!'^'x\d^>+]'!SXAVS|%@?)q{_YkC^1J]U ܣ^# ykvpΒLM!i~ή53_ ~͝bs?W5Jѐ>s0ͣ9kjfS\vMlnfL45JsUڒeS"gz5v|k׸I#ܛߑC>qθunt@L-@3ڏsdo$dImEn"Jt CP 2Ml _,/uERx*\78 D?dQQ ol臓`5[>ǷB(f15Fo=:iBlX|%[V· +փO?(a+O~يPփVΧ@ >К|o=چo=em&u +=)Yo=c~I[/zcK#-<4C.s|sy5|aEĩeIX O2t8'cNԀ%kZ6K-?jZfE,D4QMNMLLLMNJNKXX[X{<&pbcbKv-MLI؇:E5(S|$J|==?Qzww(=Hz+EI2ҷ$ySIV ,⹐ڀ>ێ_aP'BT(Iرχ~ ns[gO|@<帚x-g|4ZQ^|,J_SD!Rv\({e~jZ4+u:SQآRdMUU*tܫ*^5 lUW V5jr 9R5%ލ2W-ZU JUP*GPQ_7L U2egݫU{ޡw5t"G>yE>UUx(7q|T}(2+2;2,,,*w)|5SSqG#E"j%#])+DeEG.32&2>2%2q͑eȒȊʣ\(Y).VlwG͑C(}fd+JކrV@-;_]B^4Aj +VnQ!*ߪ|wVʏ*?h Ȳ/*EH~}U~#-""#"=#}""(O(VnxcEE;+, iڦ M !c!4McUG{?EQTU k!81aah1k 1چu\81q81q\0KbcW;}nw߹indڛrQ]; I&c!d5Hlm}CH?f"fd޸ɰMoعqxJG7 t313028c8gh85bP!d{^pCg@Pa8g!apHS;ni.ڨXM\RVyK;(t.5]D!7_A%D_ ن<9gA# eJZ}FSqT`Թ e0BW 5qkor݆x VW~~$j5} F}͋՚slב~yIa]@tFA-^\$>͔fJp 'S˟=~oElBcB 5 BPѰ.FHmߪlnI4Bij[ftBCa+֜ +|VC:u 5ˆ0ۄ7Mhu I| \l݉ɿ;i[{ VvF@ ] [v+lkwrQQ1q A\xKk<"p$YRRRRA]ݯ6¼.}F9,ߣ. +$m 2YAy\^7.?#i9rsc/L7 2%rNqL720}K J^ ~(4-SjxB=H= z 6YtlIofٝv۽j^A 0ZF@l 'AN-/]yVto੄KUߢ~ W!]J箖k 7WoUi}5݆Ya=W#SݚA0qxxRsxVsxIsxMsx[3 ij55LfkbmRXojר. m(evihjwhw(?@ڃڣQp\;ij./C.pQ\ +u%r`nNר}z!bmvw}!! uDwLwBwJwFwNwQ7MfsCݒs|Eryz/xSw5B=zOn&*fq;sv +0xN8x O g%pM)fy>k{$^!@,/y,75z^Ի#O[[;{Qp\?A @<wxA u/4 U x :bc&o@1B8bY&*Bm0*rx(=N飑J Tp2Yӆw<4,Ƶ\cX +0V1_c&hF0lciv7{ۍKAqxxxxg^5Mm,ߜ4>21 ߝMeJzS1ME # Ŵô 4o:ijFMcqӄ*i̛:" sʼ\;e +34f miM6N`<c>gh2y9> 죳pNY?Q)ނX$+jkXCDhO 1b'q3"^x8"IxV> +ōQ{\7[;{EGr&tz<0I +MnF=[<;=}~>W3ra xxy.ʺmLA=7]$&dpCB;wCS cS3CC.' MnBӡ{Eh.`,-ʖ---E----5--M@}Ŵh[-1LKg8f;mݲeni9rtٖ-7M[\kr2k2̷oyfaU8;.=2s4\^ 75acX )i@x1f Xx<< [;{VUݚӺuCk]k<5:QcVs#ZC{֤M}ݭ,]Zwkj=~`G[ +ZhM g2YyzǕ&y7Z/f>|uHc֩V78᪦ã +Sq ?׺u)4/` DFr#rb<)H6R4EK!#H8tF6Gz0ΉlFv8%FDa ,22B9O9q|Iȥ7r-r3r;%c/$^#҄jcm6&ymm檶Jm}[m[cʎ\FK-hE7D,ƨ5GmQd bw4FM6-SE!!$z,z"z*zxnѩtt&:g-cBat]پ==&ڇ)u׷7Zqwp{}s{׾]nmݾ}@0qd +~t8Rk7okg?*Ċceh3cXCL4Zcb "᫲O%b]-]=hl[Vԟ& ˱[;{آ"xN|]s졐B{o`QܼExU|C.h]q[ţdwǷE;}PPHXDTi1~.&SL|._J(kDQ4QN$MY/N͉D/pwbobpb$q}Cv[^8Ԝsqr+R\W9#7}ss} *:ףV~rrvʗ/)+ʯq+7kp/+N]nPyU=K[iO3*17gWPY?[5KQU7z}TOUUs?W5TZW*+RIjS"UB/Q}J GUFx+C5TM&O[T7U7WMQ@5N}O@bYo_zJֳY_*"kcV?ɬ}\g";KYoz%kTt։1ųY:(zUQ+g]WdȚQek\}RRw+~+sǶdY\ZT-˥hm) =.936kAtH:"NH3&àt8*]eҤ4%ݐ`M}GSƁ?{)@s2c9ckr^y{c++ odk_CO.]{/Z:e?Yg;? }3[+٬@gP( +X9E{NQ`T|H+ DѨhdV4)6R|,_e;V7'7S7̻ԕ7}TߚJ|_*)]~C*%=HoF(tގLʼ#]Ndr=˷: +{ԶIfnW߇g;w_ OYODZ.\fAQu:n^^^^޲޵޳>(Z׉bX.V:Qԉf&zĐ&[&~q!xD<&OgsEqRo{ N3✸ >JHRT*UHR zIKH{RL6K=KK`kkR*[rҦߚ[!=IڞKiӤH۟!m'm/ m/$m]%ϓc!UοtttI?D:aSrJQ:z\1 W^$mo$m mZV!=גHs=0#Y}LzLzn#h_@ f'mwˠnd^[f>u@`~uJݙޔ<hU@,dKTb_/x kce}_zcVfWsC +o9428Go9!8s 2E7=$8+si<ޛx`E<mQdǭx Lf;WdW/O{_&3>ߊd"#[L 2QD&J!GK&~x3YQE9 DK}}\l_oU23Kf&qZ-toApDg;s֥_*"Sm-Ɍm Xǒ];~+_H~Yp2c~yپ>1f<˛<#=q^z 瞕giz~q^yvQ)vN*mj[u4dlΉ#:.?t zi}5-q$@wt6Eد[m97P;@v9d1`ۇ9w(δK;hgqpgѾ<;I=y}γm{F}}vx:g#ζ:Q6yge6%m<~2ϜǬәvvzp.}pF9E^2~v3ԉ)i_@ +fsLóg~}ۂ!9uc2+3?-?xoo3b) +،_Mk؃$߸WGfdZ\gQu,,\@ +c`?\M8:0؏?\h\]{_d]zι6egl}~/} @:g-2g@W_d^ {H(m3KlT^ǙU>iWS7KoU`?/*[I1c#WC>}ק +/[QS< cLQtװ8'e]+6$äc 1O\9c, WPƍĉX0t!sy,[~IliMc3V_se1\+dW =ޯKDj1qw@{\ ӝ.~t y";(j yj<qg8O@Z S-z yj<qs8O@$% Ԇ Dd-yUw4# | '_zWEg)3"O(;.veVO#ʞb&}%WJҕKrt`3q;h/5׀^&9׹{{gFlr(qa}9D-۬Y_ ֚]d;'{ +!vYfGngK:2{$b.au;Wmuÿ!3.1x +tVpWG+o]@˼D'\{k܍?̵kb)t;l2rpA=ev7rZxGvΌǡ]| dGdPUp݄hһmq +onG8%xvppS;fo]r<}a@dPj˻H a9䜶#\dgte_=tu<.6wrU3.N#kF>9HeoB&r0.PV&l+a/s?Q/D` CIڻC`L`%7ߤvISf|߂$xp#&nQ ЛymKFr7~Z9iCg>2W`@jjrt1Z)xSf4CGd/5X޻g^~=pܤ C ,n>`ÇR_BwAVo@yag߆'9r>G|=Am~z?O7oⵄ9 _5~Gϖp*=Vn iO_,8gaFٛcz"PM:H.08(_)oW(P >|$apLɪm:ܮ)n3jV@r: +tVF7'H*A*{9h W࿍^m|q .JgC >|$apڻƸ~m,6zY<,B6_)?LMevmv:Mڎ6&(ig|W(kBu\*\jP75S:{G~B,ķӄ4AunA?znбjjПx"xCJELmo5>ΙW_Kgj+, >|$H +~Bgfm/<蹜.ߍW\Q$"B)S .QOU[7~}l Σx{5Q8}Tylz/d.hRHO{!z1(d]/X} C36H_wj_+g]uUs='D695mFFsόm=ksnZF'pfg>B$':Dn!6IR +| x1x1mkӪ6x'vRl>oN;àroP)t + Ucg[*i )8Ai辆BkC*3#1vfcgƸ1vfC{uڔxB:fAame_G%x EFsV6Ҷ+_'zׯqnB븡?cq:(9/(\tW(x1x1mU[ +]t:nU^u}P/:'_ɚ-ftۡC/vZj(`\l;462#qycG1 9BV1UV*| x1x1j_*7 +Xq }qU؏J+,$̂4Ƿ1pΥ~5ιpg.| !!R\{ *XOճӅOh^Sh04vDoT: NmkՂ+,APw/a[c cKVX[ѡ寕^V*kF/ wB{OI}^ m m:R(}kPDy5G+F +ZA'O :(>fPh}ֱXN0*_vhQ e'龭'c?:J> \63w&_PV[Fp2Yu? \$R]\m+dCp_/:f-כ9B/gOw:ao1-jw;> Gp JFgy%ecpYS{gqC .lH<9v$zَ>uvcavzَ}r'0Ijـ䝊(tv ׵YDa-b,,͗b蹔㽌H;k3Ω|FytU:kՆ_&%]-=NTسjYzTJ(KTѼZNn:p4P)~g芙Bu~fN*]d*(y +<M派 P8}Trzx{St#QOz"G0 _rqYs9I#aw97"BBZ唴@zopLW=s)JP.Uׂss +9Gd+YYY*2}v 螵 ǢswDGhgaPfy=Epf' + +/umVOs[z}Z@Y? ~ >VUg$gpyspʆ^Gy5Z  7OuW;lcDEسp_kY),Y@faw_{;Ug]nI6jC6vhʍ)xY4BfV\uʹ%ט|!&yÎFV"U'9e凚!3\,;•z(n6yBuϩ{_@ +T ?ι`B'Xn4du ؄3H_Xزq+Q25 *UBrO(tF֙EV 2춷ε]LGq#zNGVr2МDb ;Yh'2.xvAx&{Q2+JZ댠i;L,DfP\͜6 .et/_jBwsv$[&w;b]PΆ% +e_E7xm hxP} + 9 +;B9YL3.+;rsXsHčL)j375z(& #~a4wZ|4@lmDr7Ѫ}c9HrЗ)1G@wj/2'KCOa[ 8-Xq;"Jx=}/VTE3 wH5xtgU#& +Fo}葙B[A+ms-^pP^)qXLj|co`y>nqܖ[08s DNСZ}KPVd2PӸzyNmeZͽVm(lv~rX z+gX2x+{Q_v>VF븝3@s׵Γl-w{3DZT5j.Ti~ 7gJ~-Fwz؂Ҷ܍$16"!=*|S +Izr+<;<;ƫ'ɦ +u\rE e_<}dS=s&}(Ѹ|my>ֆ>wܝ~m+g:21sj0br'W-OFU HH_M髣usn/bɟs e="[%h`8m9ιh۲aKϛ:3_ T}mEJ#(К޺L!I%A:,z~Gy=|}|U~kp,p~azbSa'd.@/^3أ=(^?WV/ T7#`47iO} _G3;ϙ>goUC#}m+ g Z5GX^QXgqbOyz -sэɗz6qGk"?,v9`X(Ŵ-b)ҶnVfX1;KzQ4GN(OmsYij5<7ᷫ7(Y׸fׯA75v13i4psZzo+7l9E wVWBy՝ewﯜqJ-z@Mp^S\эbt)eD16ױLnN7ʪM3oT w=<BpZkڵM+(z(Nw_Q -qcׄBNwGz^O[_SfX'TSh7~bmRکP_~>r򐹌]NPOp9`KHQ*s47$LW+bh:B@q{_94O9hu~:UqGo9{"GB`B?<f#FEo7t_Gभs'm_iGKIG\Q\"DjRg9 vW= +(t]$t@Z̹Bwh >.H(? }p` =}ާC}>qi,p3ۉlOݪBvR%w| Ah}>X. ;!m!pf`Yz,A6Wo+ %5>K"vpR+o r!(gQ_qw;\+h{ +iⷆROq38c elpk=z~582@huS4& nYPtbp n|_:x [>܇d$FBmF:UKZu| #}#cH 9X| A?< <#>|0dɊxm=s +!#軡>q-o_B>}g]|-_A +vk7 I4ø3uׁ? ,C#7"2x/~/$ J+4<Z\le.¹@?`Ud;*? +ڦ_FQfw:=No<<~,`g-r~5}}K_3yaNxm:KɮSq +|OCi7kmB@".3>.ޅbG ̌1h; M9Xb~U8b ֦t%V\Dܸ{e/rDΛo~25zUMm+0 +1pY9Awsl6N|qL\u%̝y)OR3m8߆1%`8cۑ#xfG`f/+e+Y_g$ +\9/rH ~qQ |D'd].jxVC}%R%p"{a ̋g9S? bgb2e_m]l+HdDOl[7Zku^MzބWϛͼzc렔}~+ooּ}~;ov-ugYx=ow}މ;y>ϻO[X=xm%2|>qxJd} +sW~gW^ü֑yi]ˌ^'3:Ъgk d2xF{XGlwIl bccΖ)Q2?8V5R 9#[>)(G'b%%Šj^~ֈJnTj Y9e:lwtה$~P {gˠphTF Gk\8QJ_39R%2+iar7~DeíQ_ra߱"Ne-egKx-J2J~Bi6R;ĻRzHIE>>+EaacR&ŧGeV|B)sė[Ζyu%pw|8-K},KP#qF?pTt#I<%Q9V,Oa6vȺh$eDD[}N“P#JK-LLVJu +$V4"q]jhIۆS֩]a"WϞ7&ԩ@"Y%t= + +tĹ&֥u7)0ܚnLtttttt^*0Kc-/$K|F}gzoz)Ccį%$fĎ_? _ggLNw HϏ?;UbjpI("u<&09Z1^tݜޑޝ-Nϓ&ě$2٘°^PHDV$e*fI252L ,˴δ u؀LLA&/;Ot--kYf`fPfhX/#)(-_z5D|DpArDfZfffbKx23' $94,26153,ܓٟ9,22' |o{kf*Ȧ7dwސk -7Y-)RKٽ]ܽVZRRH߽>RKQZ6R]gӽݻvzQӍDzh|N19o +b.RKerުVr K-ZjS-=1U9ɻ`LT'I.uֿ0^`].uU9u]T7IvuԽQ=oznSr2lbeiq\|qQ#eޑb9cu:Oƀ-3J}>V>|UZSj-#t1tS&ƚ'cRۘ= ֡v{k!5eicʤ>,QQRK[j϶>Y8ggjd跘Ŧ~0O=%'*{clVۼso,1mz:zZv*{ki=-/7da=~w6fo9_%~ԎcdL]}?XzIN;`bQh]Ҹ! *FE(`mƗRG?Gs~Lfׄޡ:̎b3P|#̋w8^O:Lw}wty8Y6V,#ÖQۭQlRH% η4a&1+ շ% ;EqL[OH< ̹ Ų&o8J~{t(9V(}CjڗjSKmKnV7->G@QQN>/a84 g|'_>3hm@:z~.8y]i\8hܬF9քmntE?\Ws9V(yjĢRppq`YW6ᒧGL-&F%?^C'q+^-Y5qkYz}2;ӼUHtu5ABb!DD*%Hfi!abl1q\p8!c ƶ1u 2cqC8.bE۞=;39]y~u[W}BXWU6~TiWcSbuZWO'Z[<߅UcxUcoW~n5NgU|5X[*?6W6Tsj9jUqzΛRuĄZc7Ű1sbxncİlV!M {2usOİaOl57=Ml_>'1mb>(i!|K]|N E/+Bk` hN`78ǁ) p\ׁAඍ0BX@*2uM+B[{bV0ULZT1k:VQF  +6=% + 7;gG [&O #MFӁGZKtXDj,A:q-IDdyЀ#ͱʹ塞﫬c#]5:iq%k 1d3ƌIct)0\\bSjLݬ0+͵fd6[fb}0 y3ϣe*q4owsܼoƭD+rwL+ʳZZA˴VYUV̪zj[-:hڬMVu.YW~ki!Qk⩘b.}4,|D`ڟFn$6G;Eǘdq1))oEc)D3ə,R:D||gp9ng#"ݹp|Cd&D>.ޟ%KEWkkKK]$]] õG']\_r}-Whq&Eǿ㨑rN,¸a0d㞍9$0mۈ36Slld@.P,Qf/}s[6*]ӬTi| ,ƳiR/?{e .,u5"\-?b\#rQ$JѲy#Xd.k5J  /.?c1_Uhռgyyp"ͽM$Hr ]vK,ȴ HH_~Zk >I}p)0\XbFЍ +XkMFh^h4vaqa q8o\4.WƠq۸k}#n&˛LiyBc^3h*ʌf1h֛fl1Afv]fy{Kh>_2u7ygE9lșNz:VneY |kUhXڲI+llYZom6ke,ZCQNΎu:g.̎ky&khݰnYC=k ώhJ͘'=͍kguw9.%Ѣhi4գ;Z]nY=7EPbF ݟϸ_u*zz< ܟų9wHvovQ 4_#ve1"Uwxѽ˽K|۽Gb2۝{.ce5#!F;t Cxɼps,"Gw5ނ>{zh!vYwxlFJ viF'q0)Cȿ +SlD['9s%CL XB'gֆB'S_ºm.`KSou~_FFmL VңgGzl^#hxFgӌU@s61V5/zѨyРl FKqcѪ#3}@0huF.F mY|ڸt$M/2F1`/qӸa o0.:o5 zȥWCfW,s镞NssN2tY"/,4BkS°`X w:swC{ZטXp.sǒ\u̽~GvSyh5O4y 2 ]4kPyciyüV;Cs̜4I\R,a=VRpʵ +\OD**rYEV)mtªlV*ЛÉd5X[fôvZ}n}wf:rO̳'Rfgdus:nNY'—3YHuqrĺj]<8ns~=32|Ӻkj@\hb45ꎦih`4ӻ`t!`LyQLEr~FM3]tyUXv6/p,}Ѻh}<'gA?hD]FKhgtѺ|HVgu ѽȽeb1sk9w]3ܟvZ]"ýϽ%ֺk7]<=MO׳kz(tC/%hZ_cf8NWF~}EV۲}llB ɶ-GvS][?)O˶KH[B?_} 齸)|w>KpǗvt{1on?i ܟ+W.A{ HGi_~hglcKK4NnFy׈Cnv>("*jQIp}z-;]twzw*wYީw{}:ᰑ::%NBB7BBC{cIдWvk"h厢 +jn<g`/كT_|#&vsUiOPJz5M"-Tħ"6T")$p޻Hq*?0Z2OabW.rch#]rM%ch4a.E_BweSEzP{ + 'aCPJhH Ѻeex^od~;!Ʒ {-_ 6`=jwL8S iэ~Vِv#8Qϻs}O?Ж{;}Nٖ'yj[K;-.9#stuu] eߙ1vG)d<"J,g&>zE.*F\᯵p՞{991-Oy5K{-(9#stuu]͎?8œ2O>W665`+;л}a1pw +8y].W}}۾U`}(m-Us+ d":toP򴅰=Z1=w] jJb@hߨ5ޮPZkBDACb~vy=% +@0ܤ}am6%_Ɉ]Y_]5J5:,m-ǿmjл˿׿!Q#8 .i9iڜ [K-p?LH hg@F ` P(e:P@Tt@%`SV`In`_ӇͨX8q8'%Z0{t!PhW׼g n6[bKp|~p4N"(:-.@ w}^dpZ!gp;^C.eHC=PnXbPi(.»AЩK_ɷxPzld^3vS > CC'BBgCׁ0n@ &t3};O`C~X?H}8Зu2Ϸw}>k#pF&#zၯHx`Rn> Ve`oO'.I-ӡ6L`aT1֨h4Qo7Zh/!)l4zK;7[ǔԦ0d3L!,`EFYze5# Dն-Xvf` ͎N$GvۖNmpkv 9dޛArBIl[3l *EVbN[)Z +`oU}V]m؃q,]i}UL[kQ{*>WW~+ڠ4> L[[}_.c@3!oPS/m" +ZꋭLT*]Y}&`[|{|A_wSv_PkC\-._7pv阯twnzROogi yi04Aq)piMaYpd m鴖,=)/B+]hMZ2žid: +'F\VX&^: +es `Y[ l<w{=Hxs!`}nĕei;0}uz>mr־tR8@;p8G;\%%ԥ@@;2멄>^C-P*QO%_CRy{2]Ik7MjӨKu;i]ڴ?ßM;_@(=.E~?aW+ֳOPGֲ?u vt c7xDi^vACn_Sgl, zF]}RY +t?0NGz}ðGv/U#vdu8NdZrC}@F:tNҿHzB%KxFBLGBP7`cz&ܬoL[Ӧ/6ܗw{q -x;ozӇɺe&>:vr>_ n`pl儯ևe_'6N8￈e*p]Am껶d1#L@}~ 1;b} dX;2'C92L/ݢȓze0 M/Y[馮u1TX)}@c,0mÁq[`KׅRziwm=cFd.9~o*m=V&޾ \t= v޲e6Z=@kYA5km@@t"pcm|a K=es/z< 6\HF+BL ` Zg,t K?֑=C1F?m:0`ަ@Y{Yk&pF `jYkX6Qlȟ@'? _(pdyIqnV.#mn~_8{OH֫Y:CS!%%б$!v2M!8I+!I&$WHtMD=W%c i?CN˜Q?&ـd*6ϐ *1 )r egrr9;3m'klLhd`;wgdrvq50~l@y /dLRk/eBdJ}G8T&2<?0#*gJ16guiE#NeXj??"&?Q5HSFc6e37];qг1鬡rsdnU3'ғXPn!Yi)GFz ſ-Gv2.VzR:瘴c㲝I`nJS)K:&hA1U>J;I͜VEG$qkkb_<+{+/ؗˌL&d/歬3)iW0~笺.f$j_E/y\l]FfǓ+zLefia;X۠wid=7sWʄqFUv*C.P0YY>Ƨ 7-Ǎr{a]WQʄGmƫouos$G lOdJ9/f,ߕvɘ4z֩y+&Ls_m3[I;5^-gW\2r5Kr dc +iO25짽z_g}rFZJh {-_^m-x2o∔7ٗ7-q曬l48sC3Xg=bjdu6G)(cl_qpysCE[ m\dL-~zke3*K2=d}ΟR:*"|Zy5thT<r^gWaQrK<1J33_Ο53YVW3m/GcKf]EO 8wR07 ([)Yλ̓2~xp<+)Ѫ*|忧ؒYe)sZض\FVŹaW϶ۿw_H{hC*;!0Sv䴳`_StNq)9yMgN1)n9UN1)9r)8X?bS pM)7ݍnM)6M1])67bbSl}]SkP,k_fVSjMȢюVeӮde%4eXM +)^!3k3 ɞH<݌bZW.Ve3kA~ݣ}bOدϳ囤pv +sK}/'yv9[<[RNĘl,]H(K=@? +1DI_`K +y5Xy-FJ,1JRV1ard^I!Wr>Nr+ސK>C#'h*i,='I_e=^3A&d/2RΓWN,ü oI;ޒgr>'I9״&7LU')W0) m{p[9oJc'ϧ- {5)2#üWXg=j&(s_a^^ +Giu^=Hy2v!ߧ([K?zVʔy9SR +=ھ/gkx5,I9 m{mJc _yߥ}uV)AihgOZ9W|G%HY4m/QB;;odWeO>ں(Ni`6<{?"sRF>|oG>+%ۣ<)s)Y5,p,# CGh2OY&[ߕ+G|Dɫ;xٝC-MJ +O'K#%ߋ'(y.*ޠۍôe3kq?IJuKJz#y9ZS#™Rw([J9~NYMO?)MYR)-x4ڪQ'|C4o5J:yC +9;ksGJ:US ?`)u_Bϓ!T3БKSb︸E8ͱaǔm3 zS~w_8%F_g +J<\Il~¢UB~7:%L_R;7)y-'%k|rg)SG~1"e%˪gU=b_SrОQ-'r}H-t5שΑvt\dO>O?{ߧ86J3'~{\L!ѦGpp =׉|cP_xYWݷGUk}D\̍aL2;@# ""bL#"H1)FDDDDHiJc "r(1)FDDʡJS +41Pd|߻gHi9?ΛYk <A8a%<Ab2rG+o +F B ۣ!%yh# '~rԯoTdnu`_$ڰ-r`o&oe4 [c:UTN6`T4Ks~j(=$^K Z'(vw +!h@}a?ZKv>ldk!yJG$ndowKZGINsGf=n v[ELحU)gH~*Pn ZQkJ%pXw yGOW0Fwh?=ǭA~c l02Su(f+kMSx¨`ēk h?g +G d?D1RI)Jn۰&'bSs|'pNyWPk2bQ9#xj=HJ([LO1ΫXBZS%{C(|[GTP_2VJ +h}JARU<1*v'x@2b6eGYcNQk!׎1'y)cj8ӎ1;žKZ4Y>S8v8"^{{7ad~(8?jGGòϕh(- +vě_jnƿXxpu9,;Z?%a5,0ο'3t*,9FCI*v|p&$єƿHqڜ=.߃MT۸‰ aڟ@.Cr + +#M;wIy6 8*#/3מ~XnL+]_D1G!Q>WtgL|PkʐCx뫩`LrMp%<i:R4'3/?znS'\nׯʿ_M8~cbiMwc}&̘@~/Z 8~I)̻۸d֩<>kiƵ}-HO?9]>Ii5(P"?2bQ<~ސ=<"Оax_"/3 +caEYEK@28x1ni*:ё576=g,^ߌIy'e`$xu$Us)o+7R9% qHT2w00N@:oB:f-Z"; ocDO9>hۿ\*#RSE; kOkp?dgb:RZ Y~6~`>{*Zu^x[`@;@ly}HZH|4Bt;i_WˑivAžC{}& yWCȧr~*r5ʄ%y{#v!pBPK*^ZEh]hQn}2S5S?`}]GPJ05Q nj/(a=\ %1h3@-Whc~|p('[א*ۡ}: +t+ZVҭm[C񏀴X 쏕C2*9yNp[^krjȇwhõqlCw鐬0}E{0 o3}_z/bIЛF' <,GσN> X)f!4;/'yU'Bh/`=f[N$$7!s7 V ZB8j>_Doo$ $Z\Վ;Ync$  ) nv-HD]C:Ǡf1k +( |༖ :B ݄]𧀸ẇ|>$8*@8PiOH?p\ vWGjw|7wh?k s{s<CY=v :møZn}v%?} wU?@οH{{Rx4 _%e{OxtCAxVWyf(>A4!>G?gw}0~]=K"~~L7ow{ ^~~!秽gβ$[N6q~|?KH~_vlsX43iN]_^gqK.4H.ʤ|iFzK.IRtA 9Sry\$˓ +yH^&5y(YMq(Qz+aJ2F)SҚdXYR6(u6eW9WZPPj?u:BSluTVרj[ݯ6'3EF#šjCbTMfhsJm^նj vT;tG-[TšElUfͰnʹX/ilͶY#|k\k5*_g=g-[+z؟&Bze5ͪMshU~޲ZN$Y&,؁aEKXmX;mފgm[ ؊&b(֍V-kczbcb9v6ՔbɔLWvkvs8mRE崘sAҪpQF vrv]ghȹu:e;i,Vu@k+Y/P trAFNn$ֵ[mĺdr&fx +Zb0?@A ڜ\otuH `U ]k3 XCV3h:B9*JƻZ J2U|[kd;U T hHk]5qYx)Mccۓ!e̹JB')Wv\^Q>%kQI!-mNrMZ%m%KMJrM2Zjrd+}Nj5ڀ5*)Rk`[R#ZZVda+״u b}$=b 6vJ<_Pk^q.;NJccu2ccܲuˌvrjl]+p#VGLXb.iWAc˹ZHl1#|hkcl*Z+#mU;J 00Y "hw2@,1#!c]b?ˊ9ޝ?2ozh!\׸ fIY9b8dcuE5}aYCit-F[c1HlYIl.'/KzvUIߐ5s|e>Tv&ӑLF;?Iᵒ?GUNA>#)h+3p|_*L;M¤p'˧KdRa>)d3ͤ6{Q^AOZXԿI+GU\UߪL"ө85t93qfZgt!{cE9q>\$"s(z;pֈw;E?{E;?qE 2dC7iFjb"n61Ìqƽ¨336yyQd5֊ۍ77D3gx!0~iwwFh1>iWOWPu]a155PKwMv}KLpUs=&&渞S\ \ T]UbU#_v,v~ETiuHX?&1zR\|WIԉmAqBgy&ɴ6*G +ВI!F,FIcDi +gJshTZ.VKMR֎ nit֏GRtV y+ϣq-opj^%II͙y#h76)Qƒ-[(y啑diW+7$dˇP<<2t!G'h6Gϱ$J3]J%Mf<=3d/G0W9%z)&M}GK``<{4_dnas.C,tUΑ(fYu?裪=.1|f1[? }&2 +h-_v w8z;x\ß~JBͩy<]"*PNY-^f]L~*lOriݚ<[e;0Z=΍-ϝϊ\ȡȡi _z4Dr';|zn10!R. `$f;rhK)Q[lmIJU&~K4Z%D?+_Ȏs>:gϵrS~Jx#whQ!QKi͒C({{v xه;ݒMJWQy!;Cc2Րnke铯9ytzMu[?Ÿ7{wf/^Aɒ[n ,<SR.p1[Lyb [ôزpW+!ŋWd!4s#NrjU揅el lKӤv+i KKF^|{/Z>ßWR{L#H$) 1jA +#$m 8q_] yj '%\ҫkCH᩟+>G%,Og%y/Q$&EbA6Z LZzE"GrP^#MET +ReR*{Sjr[^ ,c + o Ö*؅7kÛwh^͎l 6@k@;?3EX3S.LZ '/bN9sߞrago'l ǁW♟ri&mbʅu\l"i), - -&-*?06'Z3<,ߟCZʡ?=ؖBcw*B+CMa`5S ߞp_PX36:Ն-o,r5*}a17|tgj;uaAa kC}dQ.,TE!\+%mSh م*BB˘1gLvTZM̂S| j^d*3 8z+۔rAO0HZfV o}ʱm,[Z\JeYì/CUޅtkȞYw!.8*8&Y^ -p~zV{it +F;\zB퍒ۥÅ¡h7Xo!{Z:z ٳ빭`XCiO]gsUϵ`SG]`_϶ dGy(0O"+'+bV6G8Rw/_nyZhM[,2^^U}_9+iMH%cm< +_O+%tG_/RݵȾLHwMy/'ȳrK>JV\ZSJ\5~j:IT7{fM|Z6J-Vk[@\8#͉s9#p>Ɵ#Msk3ڡClGI9 +1# H1ּ}fS̤hv].ܴ l Ժ.PbYXnsXxνv){b")榻,ItSܥ LO17}q2 JS=4%;M~,3ۑfvaf;Ҙ̖̖@|H=ܟ?I 3ۑ&ݯgn tܚ?vB_]\3WKmGE1ڎ4GS'2#>y(ZR,si2 mX&L_7wpҬɔSοf9;]{]{mIK:8iVv8Nz{{[vz{&&{hm=*9\t'=Iala{(\9Ō8['O1i{NJ14ޝF)fnT[bF5ixsZَ4DcwlG-6"َ4Ӽ}Fo َBL7 n?Oq]:/TEEFFۑ<=<Bϛ4 +~m^*j1gggB~dJNN|kse>בξs+em.1+U̵Fp .s~Cy5G+&7QuǯSHz)dݫ-6x-z?H BQQP}o׋%ܡ!Dwz 3Cf7pLmm̀2CfHxfo5ϼ,~s9P4Ej,Bpsef9μWy\s +>C""mx'?I6xK)w{f9T;/ :e_F\8H8n4|qθ.&WY2s+'m_Wkk"HW) ιƥS*sM"g4*j**^HiGZ +snIw1Ы]{w" ZÞr!ys!*4?G&BZZ+;V߬Bc5-ؽ1bň}3F1b`{4F{0b#8cĞ#$S0bOň= #f Iʐ1l1!_?H銇7w{wC'H~>C~^osӝ] :sYfg?}serCCT=3\AtANA.AnA&,AA>A~AA=1119(sPٹ +8A(+[\ι ,IBFiM=MGVu@ƻmإ6jo>k"y"޽v|!58΂>3!{"MQ+M+!ʎSrȆw<\Zk94?#.ON,I;_l{%s˱OM|.8FFzQ>vg'zs\*zξ jQ&qH:w +)_h?Jy'y=f>-T ;ƯQ1~l! yY;I$rG{)G΃%6{!~|ieʱc}EJ=UV]) tW#x=No@ԙ?r76t1JdKlJl.[x3'>J5{]ҮK N9u|{&*pʅCKF> JewA.{nseU_BPNW#T~r9I:P>@ЬnP[ zG{/!UPǏyGcQx7sq;QiP;Ǹ(4A]<اȟp좄C\,WoQ^DZkY̩%VI56z,>,BK)^b.Cy:)}t9.7D>.yarɿ߄̔s*=v>xG2CS q6>@>w*9D~8KOG\%&#G|Qy=Qld;N|ڹ4+^N?a9ʟwB,}8b/s |c=k%yC'DMzF:rm=rÁ$&M `p'v1i#lӬpT y& pY k7$NoJb#7~[ +;!iqR.*}1AZNI-PLB89 (,|`>;l= 0vy8vwkd]9^m7v9=LS3#Nr _i8[ME =ΟRA+ |' igNM5O +)k)c`ef,H:5)0 +>Z {>Z[7 +~J` TVSVr+L{m!=HO-G;x%-<1֎e(=(o!W׷׫xgX\ +.̤BY8&bu4Z`b3Д՘a{Y΂,O#C=1SJ 72~ۊ.'evVF4RJQxͼ#Q1 +!h#FZA9YñۉuDZo1N^XK&*}nIntU=EB, ni_݇XX +,pU@XM_^1pO5r=B +-*LaȀ;__À, m,2‘61^ݰ,i!xx_.aGnc!4<:FxXz\M8E%Дa#ʱqD F$G%`i8,!A`DbD0`0TO%KGNK4vۛXXo= s8,G7_I.AXp%|A6t$;2 _ jpaHzg`p'Y&%xG7U(Lq=ĐOn`Gu 6Z5DAVQVۄV5U$oa$-YZzQDح]kgmHAYAVU%K!+(;<V|D eǠx& 4^ +8u#|kueљHУ?<}k{|J4af,#SjM&Ȼܭ7 C=Kp"_dDx"*8BܭQ:huU܆G.WqxE[u\@yJp[7KBRG,iߚBtgeGڬ&t )ڨ{A/ݻ2Tb۞hl>\/f-t7|;:O LaQaTl^&kӱk~$cV{C~7[BcqӸ_**{@`!9rR!JJJ!`Pvn"( Dǀ&H͑:_mME/#SW0}A⁖`;h}_Eh}Ĩs5yGKw`$dl3n}tFR:* aa2ftIǜ>n5,ivNَt-cm5тiJ >*eLt1MmW_mdQbbWNt|;*{5UI]TS'SRsW*[N49x%Qpzw<{ +W$k6ivx`(P5a,cLԪw2 rO< b<^T¸I>T$|59ޔ\7ea'+f 7E;BT";0<@ "x[b0;_&nGV]vTPzi_|Ԁ"-#WN\J&ޢ+6|[ʗv_~~A)*#d2LlȈ2&T[*#F?Re {Zw7=ps|~Boe7D[nx[qߖ'J%Cu5s/sԆ\txدgir}v&g(k?a$ByF]aU>\|ÂԞI A|Wn )l&_sѻ;qIg|6 'S6҉RX)K)<}Ú!4mR/uoM]Y`Hb&*2 +f΀]OjTmcK͜4<:_J!*$BVWUSPVQPVQRPVWpSqRPPP#{KrlҚxvOCCrP\N묃Cv`j ֨R DCфmI4؀%`N= )ˏ`C0X7 Xϭx:z֊ W'* U^+U$^ܚx=R + :_du)#nAI#j^]<.ͣN^%*ɸ,r枯imV\Mp(m;|'Bd1 {j<6lLXµ g8sllC+M CM giB͈J|R2"ҵ2rA·Naŝ/+]ɧ.x/}8j ][藄A83]#rϥZ\6-PukN ̈́6ϟmޓOZǵkW5o`{A_[BDhDŇ_CA쁿*#Ȣo]WQ%0xPU2xԢ=@<©!ޠ4 kWIJ eG7Y_ ^"үyJf&]Xnѩ[%JLOn8iW$XwA$[;GmWp)*drMKo">w-pF9w3MϢ Os9 + R>>J9"t+9멺_mXn Iyƥ]ew|޾x>C.# VqӹJ_$(85W+߯Wӌ:#ᨘTVk؋Iĵ^:i[(umUʕ_JTz?v+(=|۠iCR.l.;KEnVz <ą8#fGs}SY'ؽV.i-]k_hD>7l)x1 Sҹ2Q=fLWd>Zs}F$$ $417w)Q>} u'lM;g,e9]zqGoD?oѲq&&1¬׳ֿԖ96lth96D*i1́'V99f3 nQEG$rET\a۲$"ֈ`g׎>e|* %Ħ#HBRģi"}:Wbgte~n@8DUDYTc`0WL|D*ѿ (*3>B@~/G$qAcwwE$rUHwSN gf{ԋ姻x%N4rlW*DβW,54ٲF76S/{1=ugL82cwbV6_&v+//;2RI/$be}2Kz.0Z#3lR7t\~:s8@hQ{,cs9"'W39~F,M6ܹ)kDm-;Hw4BB#X$6\?|W7%fēYAYc&!K[y dԵlq>!^3<{4%]X}l 51.5'Q=jh|PZD䮈mCq P%6hXxrԃ=".vh}>J|`SmG/N +7lb#X)~>mEӱ`stYavq< ZV_٭ͿwF]Q2A׈tn%twVEōLe֏4?"m`׍QAwvHտ1GtoLI\ոeFoR R!۬mL=X#Ҿv^^jݞKR=PZGyZk?Lw;q(+FnI-K?7{-dL + &2Gwla̛|Y?N-KY )!}ʼw[`0@ +endstream +endobj +1392 0 obj +<< +/Length1 246432 +/Filter /FlateDecode +/Length 111056 +>> +stream +x{|ϣe-K-ےXy;β8K %$ ,0leH!m +vЖ:oH+q(H{{|< +hj]?qVWT5yQk7%#/_} k\E 7?:A`;7y xg3ܶeӶ؉SyW^hڹiw +n0mٲ RAo:} +.=@xWGK_6wc.wJG!ksgѱyCG~Am-gjַ)ϲ ~=;L]؈)|ӆϾx@Q٦[o'ߴcE b xUV5s>dl鱏v5UtdڱV _2S;L;r`82uw]`n +RllWRQgׂ4ʛ%h2P)\"D  +xA,mxx2]BSL|Bi=E1oث8w _eR!u}SzMuHϨ׭/uMԊ{aݤed^X^g ; ٟғOV&?*(Aͤ _ޗD_b^z'y1m tk9JQg׵/υd~U/?1^H>>o2,gOF“ixMB{'ʅ™'slR[Izc7}7 _{-#l5) w +O0_cXpcM{8)ND­I˚I_&a ,DOt7C8߅d.>Fp{N~6s%XQ w8)NqS8)Nq"Sп:N8)NqS8)NqS NqS8FbS͙s` +L()d@̇*XB+t:膍wXQZnZaڬ +O9l߀yJX +@ Z6U6ۯ!dGnߴ~\ +=eg";`'X"Ka鬎`Yl]naM[1b w9dnl'Gz{ +l'rOeFd챜_e@ |[l>s 8}]Ύ5WrE8ljl[lŋj.(7wYe3gL/eJnlJ4 JRM'QdI ԂqE5u"fY3Q3iH30L90'/S-y"$[QUURK"K0b Oa͞HY]}Uh_*;yЯaRHecrBȮ/H]}eTʶ"ʈZY}+'$0-xj!U#Z1b.QVb<5fD_B^$ ]ްK\r|R"qL(9kTwTspQex,b c ΅#EW.4#(:=), +ԅxx](-_G;6K&䨼rbHF9Xw _ G +)_}} Tv39"YKV~k@mjĵZ۝T"Q20mnOmCs\ ]m ,f*Д?.k\:`\ +LlgbYY*p)ghd}ׁ@\rm,ӌ $3QCYrC> ($0@d`< +x\H<2 $ArQ%n}zf`~ XoBu@EM.\m!l:ApEhоD +N8 ]8<3qE4"4=V#Z"*Ir5|fg8|kp#&rᦐk0ŵtP$ҷpnFHo[ !^Wm 1*5rްRεINp$獆օjBiVDE6YpE*7\Zߥ7h ąYl,LAR6 ښ=4Gq-au|EVZWxDΠ$A.9J:&ܥ1lѡGYBZ ~/EW3L4Hɝ-8bնFu(JG*k&8HR5[iwO?>u*DVr5K OcKcEY('<ߤE2LƾE3^qD\8^O{ku.vR%6Nв>h"k'fF5˧v8KNwEqNyL,? 87.8rmZq澚>~9mk,RdI\ ݉yÞfu:O +'7%슨Hl鐼xvDC>*b \}}R_D^5pr&/ϝ!׭Awpkj WqXbpk叶>~5_H,}>|Wṡj;)~ynqaPsa4D >H{߿Jߍ~RVѳPnDE^I=b+.*-nXb!4r<&q'hA˥~7r f*dHT/47A:AZ4eB*+! Ie; mV$*Ih\"=@KMCD*%TD d`C +( 8B ;ߢF u6!3O >! pTH#-oH> KNq +¯ ގ:NExM NK~A*?(SWI +! ^"x4Bc@؏:#E~~ݹ鶻趹CWӽ[}F N;oG.mȷ"ߢsߌ|v;{7"ހ|=uv}V5ﺯ +W"_, Y`o󂻂b]]wصwۻvgp{pm=;p9t +TX{a{{XU+az<=~kpspA\wsdbvd̴OJA l0՜ܴwcpCҵk`KispM꽫ܻ". OESJM`ee(_Z8d҅ڽ JkyH5zREw`Y*z.VQ +w}R+z%ZS)BNb2\6&|M|)95W9>v(h}/mhW]ʪID&Tlc<3!lqæƮojG4u+#첈?+""\2a+*GCQ;*‹#<aT CEؿzK(0O͟ESWMBb"KLN؝D(ǰQ f$? =`@ }]SMέ:!+ +k&\nѿu5>Voꗿ[f=^OGc2u~OEzc61ȒGv|"'s# +cc XyTL.gS+yTN? /. 9;/gsܵ~ f ~ +?SdFgepnƑoW "j-=yv͜Z6f ] , +7S%ֻ MJ-4A;ᄈw!b >h:XƑ +@ugy +VkjjJfΜ1x0}Z eO'̜' *iRTR+Tweẹt;4s'%zgg +jJPjTYUUg =$ujnO1*j&lT (G>STtqX4mm MZPw9|k~ORbIoT&-*uE5wѱ+4ZUMӮIЪc 8|D1Ei Ȃ<ޏ +s!痹`(0iJbK}zC`i%2{ 0+i ̮=z%TrKYY(8JRKX䂒ӮK4BQ!ޯo0 +b}o{#}Ǫ8>;|a"o֌סW)IvY +~sgU:n)%;͛aCw]F'C?4+:F5O۔P +}ii`)R)Ci/} +|'5+ي>ۼLW~ƕ7VS\/L8sSI)Rܳɓ;[<}@Nם@BmJ4%&?eH }8F +/.ymCyJߝT kuք`*J" w/FEͷ '<9˔y0W3 /pN3$}qlGגj˪`Z3\rƚ-+/X-HYSDIZkR %_Z7(c5Ss2&Y) *,NO3)S +龼͉NR֫J|(~qѐ]QkzR!%;hX2&$ـF4lv$ccEi +qvXg4$s?ٗc-40g2aSFǔd|n,1WqUk:l"}rF}rP@e]CfUz?;yڸdgr';asfl֞5ERԣsF>%3fȓOEhqdl$9CFAg:nR8)IYL?wtN)6kEO+5]̨YQ5=5Eϖ +xKJ3r]zV͒'9ǢZ(5QQj Iӗ5O ]:h>V_ռ 8lT)q3ʛg<VyRS,E-ZlwIGZqkx#-hp iNYV{X\ӜY]Y愹S6{p}՚2':O/wCiS|WvVg^tۍtV|:^}zYKMmR\I=أ\%"Oզ4Y>S_'Y9>գ4%{ ?pLVÚI7|ڝ}9q`}hoEombbn{ZkLjO+O4O2(S._lNU7r[tCTdg^4pg V,ux9i aHbn@;=¬9l>/ ut_h Ki=8LUz,nlBnn_w O. +~ +RMx[$(Ը@ U//֕7kPW,:괫v7޿y%տ>:Aҥ:O_ڙhfzCT5SUӳJ1 (Uye 8:|ZԎL ; +|NEh Iy;=x ^Õħs052=l/XלMFS2rȳoN^dxI5kd7%2NEjejЬTC4Ō=1AD:JSDs5O*IUc3g֞L/Wv0ZBTB9cWp*=F08Qԑq۟K 1E wG>V ۅB7$_0݃'Xm'W$%،~yG75xsYpt EG/%ӗt3L-&;",;ue2g,%nk&=^EO|>J=Ka;MpעΚn,_^gr:*ʺ)M +sw%5c~ы jC _= EM^PE~,=Uh@K8>,owܿ3lGGr'퓽?<6ڷ<:o?e޹yO;՟~Җp|Cm7ؾc7 +Ԩ $RxOB%'@ΝB{*>@9&ܮH8Oi'^Qf4&T>ͪi&+u(Sgqto%L\@$(BjB J֘Dv8r)$B̮ (k 8dH@1J:tɯo˃uYk5X}(}r [FS^7L-sGWO_2=y @T(F~P(׿; &)qeeJꛠeXuQGը(T?;wSXM>uR?R^Q(sdxMEUw8fFIH.\nn-xBѡRg[D +B<]u;חK?!4"h. \@%g;WW~dkApDDv+}HSO!7u갚 mo,ܠ+i+#ڭ"m>)2FNc#-g[<i:(KOM/ y`A4\b$^XB sgy'_A +?6oq Fn3*nڗ'mry%@CHP- qb 0*RonC84sC\5Y HIe3unpoow@:(!AgWkqG59{^ECS[Խd% 2g9JVXγKԢt̼%Ri6J&GLH =y|0Ja7at5fH.#G :s-tR+ 9N{. zipP$X-SOar&}EJSI@slg(n =A3E>FpR4Bno'XbCmiTwm5i` g 4S)(+^<̪ޝ%a՟ZB<"v'Jg'"_s?ɾRilWSrܽmlήUwkX(B'pDio++G,y\x\YXY=3ت'[tc/$8r^ X?(p9%,d jm駋 Ia-(kS]@ w|-V-v<OG [uT64uigvoTt\YlmBws!<6R "'>++zvN!/2Gյ3>#h~L58c53A:RVGZ1BxUXm\_"Biqq/ ZJd̲r8Q:(]aB<;`q¼Q<.cY"ˆ;T:Ԓ?GWP7l`awWak +v_Ϊs_ԘP}oqմvwmq:]Q܈bLƈ|8qq%JScLb"ijya=z>xKh;,1"=%sƭUpSUb45IQa(t-FXm.MWLuono³/误]Z޵s%P"1?Mb~5Z!]լMSV6* *xٺphjF6"RKI,c?t7wnL7hGZVu^9^Xm];#?}Rf}[7VeW-͛]k]M\<7Sb4ZB#2y^uyNc0\ךUE5gQ }GNhZFU3:B^$qwY({Cc A1$Vd 3B _]LW΂PHJ? d*T\oD3Q!0}2?Isd*(g?7%k~X]|: Jҕ}Gq53Zs._ILz co]uekig7g7h +%`iuWieQXeeka'Ýi6DՑ*yDǚZ^MI[8j $[SJԚ o8#ebzdpbGnW! //s4u۷8&Y';Ⱦ[oxn'v~ Dp'-}FLL ^j: +5`UisR庳ݷog@׻5Rjا!c*k)IQzBBKD4ohY.})LZ+oAI3ѿډ3 C@ܶͅFxF{;וf3AH*.M2HPmF+U|YC62mEL8wW +|VѧVG"9eTpSa.|j豏iNHѹeTRI^\ 0GtL..'2(VH?7O ;v'U ٻgrpnhtA4:= 1,|3OCGBe&'*uK )CKqLJ[DY|^x"0IWccTqAԶ۳W +Z ,,T\"Hk[M7{nQF|R mZynZCf׶sK)L[UQ]'n(j֝UjUSFǗֹTt˪\̾XE-BPE3%DUPD4R~as rvТh;G3ees8P 6s*?K;Es"iIͧuuyr>;.2hJZ"$O!OT\m-$}*2cRyxmۗ#u[l(d^)hVdRꗡھ4,g-IVEPÌu~61Vi" eTy \&۞xWG7iD6nZ]&cy\%(W&BxP"J(YZ*[>ѐ+A]ʪX<> E,WfkOZ.ZÞԤ--myeIT8beaR#k,rt@2DH YIRXĠgUjmGs8޸quO4Eb8M`AsWEv$rx߆_P@nF,fPS3 P8~S!IOb(}zJ}>U%vuu-)d󊶀T4ʝZT+K%?&"~LR,$~!XZ}Mt3c:;W/4 36Lɍ7;ŠgOLΠJ,neO^6r/sہO0/]'}9"dv*>,SkGHwqrzf:w&'rۉi=HJ.Z4؇ph)%t-!=4,d%FL&V%A.|%Dmdh{=*ŝ%Prs)Ѩ- ؗu;)}ivnEF +7Pn7wd+.KRNg~{Uvowi\%6Iq X_X EOBdD֣\gӹZ)~~ERʵk%نB[\4BE o]Ȱiğph81ӄ#YB3ΘѳC8Ȱ1b½ +? Ͳ|}Irem>~9MA \gި̫E"|Ѱwӵ2:AZmgќ4dJ% +a P7gž|7@;;e5Yw +Id|{P2D0O9r,`E'٧勇#}Y-BQyL}q4~GhvR= O7OT0ɺc݋Lwꪄs:<^ft,IL?UeWTAhl KwGbI,l0XqRxnזU6";8'=l=ɢ{ug];jMXM SS2>;зI Mŝp"JW[йagβ9NZ/_MUogqRs8jfOxC\EU(4NxՉ/*gK=~=^mt`=tE{L1rD`ͬ9E +}`qXrd#cvH.̠A|FէÑo!h_D<ڼ + |A$qp˗QFta $c[(6P[YDqjކ0`yO=FF` iW '2ܔ h8Yz7j'̋R~Ya2BҜm5(A&yȡn*Vb!D.r nt݀x=vc4\;9Ex ^&xcp16K=3oϘgV~pTq=6~D0b 82prPnsq1;I$D!oGf\3nW + |p'YPx67[1MګUn##;;1~ Ts3MGv  +c;ܤP[k_q}߇ ;X<| +zfccXߝt+Q==- +YܟA˙Uu^-j +X]ujSRȢk;\(4ߧ1ߒo Gs\%V_g cgo.raPhAA8E}:>+ ?(oy~@> _o沭#V\q 3ص@+5ݏF-E֥' ߮v,,weB!O3]Ʊ1z˺E\ +\A.2ޟ*QCk6ѮeמZZ0{jԾR76+EiP7%wx(!G'wne&#nSڳ5̪5SC^>.X#{kr[>6>o4Qe'Q6pGuU԰c'Ed[s>K^CƜֿ񬢎zt>4K5W mPp甯^dX~lCǽM]{te>x# (d22S;T JHcs~It % RՋʄNkkFW͟ɝԮGhKk_U?g[Qo$a}y.t0q"jo"A:ͱ>BgxfFsfÈnqD? jY7+#|PD1 og̼x-'{Uu983BI< BDyB!IxHdfLfƙ !Tt)FJ-"^kz}⣩TWZKEk-ܵ3/Y{^d2 >?gm?)bsMaI#S]`75pmRZ=iئ+-ֶM*jQO^dQo\qx+މ1hή{$rm(n8 +N-`{:uIzqլlы-kx}آ GmO5p~$E?moBԹ bmZ;JHGc[QkeeuUq&i~!pL}:T!߁wU7y!Fs )xC&ۇ}#t[yk^kˡuS uQ Le/!5J5zԏ$foq?ZgPM7=naȹbT7c#ׇCzt/~.)sd E4HR4O4+xEc/y0J\&Q(*f,,'8OXj+=$3J@H -H=@Q#"[FЪۺQ~ u"MRy JBj9qEk멟iZKitF'?UDe$ yP4$bGs-"7ԱK"AC+Z%7ňX=iv%25q|_z ;IJ9ȟ 2JsU#}BYG.dkf4&;Gl܀x`K)*BY )k`6RQ)e)6?]Ab^X_Q`EbhyBi3l'Z'rGuJ]XFEj_2w$GOuYΜaO+IJ+;|;>M%I9t4IK̕EsיgEG7uM]oȽ;F3IC3-13Z$ȕKrN*3$V^Z/f~痹G P?vY<(gfd +8)EVϦ|6$N /Gu ͌^H2\J|kC]{_ȝ3#'6';n`!11!5sQc\rQy]N\srDS)|Q̬^B6G8Wg.9ω86*,Bdg"R0g`.ro~rz9<&v^z4=KK(d"lI;b% ;´,Cq~eRrJz( +s:GsǘH(EiF7WёOş4[&X*-[J=^302[iV>TVgт؈㖀A8[ IF-J-[hxZN++My|{i^7kUO-Gǯw+qzO//zcR%RJYY5'۵JԶlXM[jI!TjY)95 XUI>#mFWe3j._whhž5di+yVLX@܈ULU5«5X_&}BhҒ2ZVV}sMęQM\͕["粅Ȕ"ZUŭYBkjNSFS&<1$5bB~^$Z5XSl?DUR:aƜH(աH8q`Q-XhE}u>oiv#3¾`[g4C1#{ O(= 1r\c(,1Z܁pQzBxuY;hzBN[?jR E*Gq )ۄP F<>Cޠ1b>cy}Q"#E=XG2V_p=!布Q%4:=@uގXgDB(Bi׃=^t@$DKsz#DKhq.b0EeF8@F3A#&|a1BF6|cٿWjH3Gw┚z 7GG}7,]x%߀c!4h0mDxT)M„LGؿ#?,N"nY+졩MFhz>,.{B膠-mpGglK#P; /='ѯώC]w' +ƢinDX71ĽRP/zPC<81_GĆ#~&>,8H?:ɪDX0~BDSH(9vo'V"r-}pP? >Ĉi.8ik&yh,@ky`)%"V7 tMWa98} c6M/N('a?n?&TvF,]]btk(I!c,}^4- 2饰 9z2F_bw#ԁI/(⦄B(FC[ć7ͼgfӬ5Ze~n&i䥬hQQS­D>q;85e"掅h KDNwG AnZ8tGXQqQF Z8 Dff=G梑&%C=cX *!̥E>O,`#q[h#ΗC1d̤،y+-_u1 &?NQr8VWk6-i[URkԷ-M+kjk镭O/1Vշ5h3EKecF|ƚvusKmkb/onk +jUد z\8h[!ʡk[`k[됭oo;XR(\V͕-m+*[-M(mo\҂Rj6ۈ׌ڕu $rjBU75RͨkjŋUYeUC) +n_^bT.\ZKpj&[UWKP^%nojfT75 [V%o-1*[[C4أ~(Fڌ`hѥjSfJlӍ'Rw4~ 70No`|vo`8;0go72F}##3fF;oh1{oh8$ `3a ^. >ilϬ|̏Eb؆xE{x:vsrD{U;cP;c jo( PIVFJZ:V_bako5p a!x_ + +g`0vz-_-;+].;((6{} >r_CDaB'ܩ(437]M˱6SF1ǠnDWܝ((.0/.=Ķ2r'Pn ]r(we\uw\kQ,~Q(((.4} 徃r62r'Y(w]rW Qng\"7kEZp1:p7} 往rr.dbylrsPn=v^nEW˵ݓ"wU(W2 vs2zɚY[fE(w9A_DWkQwQ=(q}Q{͎)S.ڤ٘f[PSÂ<9tjI3MhٱufS4;6vCqͩhY?Qd2mAma͊**u#F;Ԩ@<.%m6MaZBS0n6#F6 Y²걠g0‸ND(Le>բhz1zr%UUUМLjrWWR=#>ttg5WhY4+vTNX6;6氣> bR5C;gpp0_9L?D/U 0„gDk8R].shp؜ɓ/ܡ16q*cJ|blzXf T T84e0 l3l8oTSW^p)쁜cb{EK#^yncv\XicN0Gvd"z S;L4ש27%KeC w?VfnmP/\de8V8@۩GS10ޡ!DŽbX zS'y5w9;5TQ*X릁lFAٌll N3]pfr.z);PSQV|)gshv,ҌgّW=%= vm䪪ypZWb g,b|N#',rYN"x/r,)`q!*y4,yV6҅˄ϛC%Y%_#3)ЎⲸol6'gE΂,Řz0\vr.l4}. /0ƔD JDUUzũ>0  TJN_!=њrsHb>fgyNe`ʜ68h^UG*.[R9)Vⲋr+Kx6R!sڑ\Nr2tZ; % sΉ 4\9 &.X>?P?O / u=r*!F u) 5q㶧>;/#}_s{=4= =ޕ6mɶlKY|hH^I8NM4ݳ6@8Ҏwwm]/ְ#9Nzza6+˶`hYvjW'L9gvz~ԬOYWG%҈om C^b4c_PVxua a[zVrZ[ċ"z|k)8s&|n Dkp |O6ϥp=@0J x쑃`$qa2b|m:/bp\7R<|9 Nx?n ݏOgZWUx, pgNcGXNXC@Fx,uq-;o ,wGᣄ{ !| [^%OxPFGXC#Doe{  | X |yWI6zPM!tńpM ck'$ F^J8@%lw@IxC)b{p/3/J:[ EKX@81S |r*:F65t0xG7  "Ax}Dx w&"O@p?jZ4ZvKXD8pB*925F7 6n!N&D&"C$᳄/x~~$Сjw`0~71pN7u, \LXCp%15Ga7a0F0Npu0όqOUܱ\[|Z5q cZ|5SS%B 81=Ax9A,IM"n\]ӏUēIkTSq'*7p{|8x}Txs؆ݰ^p9Y+f 2]6-lf{+l?;8"XY,S(1&er@5G52BmVհW7wC|4|JkuuwZX_i{#^nm6nӞ^:4Gccα wjJddo Xd3Y +6ϻ9}"-=}33Οf t~t'7?tx_z +'^}1״pEO +ۦWKdy,w棵,ߗGfYVOgxt7d73 ~Mi:_<ѷ&o >;Ͳ\#NYF')mw-Dx  -8QrX38YY.K9g˙>;GeY"rY6 2.˭%d[O%YNYɲX e)/Gd9> M9Odg)<_;~t +'|3/KQq1>gC'a\OW5p|n{!z x ބwMm[֭y,9e,;d,w&Y)KM2ZY,ei"ضZ2"^_KҊIbr,elBd)cs |SJFVJVJ,e,e)cte@R[dIɷnv > n+ii^A G_-du, +]-Wl;[FKMr3/IoaF^>~E_פV+=%>tO8<J;9]OHv0\'<8೎juZ]lт) l0̚E.\_]tn5w,;lw +bAae_ _Oy"RV)VcqijV5[g-ާ7 j_Kjz27P'|:AoQ ~Jo7m6T}}u +߮Nwi~:H3AD=?SKqu9ZʟO3?ǟSOTK\ +E_寪gk|S z.oE|?߯]s}?P+*wwCTk0V`2un-jnj2=KRճlAu>F6cj>N6''zڢ j~~BORWS*}>W] }P^^;afØ=,άlZ2Y e2" +!e Zm [kt%K zRc[;y'ݼE"<<ȃp0@!u|y?__ |#e28_/ &//dѧR¿ʿ +Sa +`w;^(n@)?Q({8{a?s//`? g0_3eXg__BX wwp6==,s *;jj__?% ?K!~G#aX7U])5btBN4yzf=mٶM,B/,R/,J{j}"k)>Gggy,,H_OA߯ykk.>10ˏ,?Ů5PmhFߧ}E}Dߏh}J1Ƭ?MVK,/ k9؀'-vMNnx³ +}<1!P?vvCT>):r7r1*wT>cTvOR)*t3Tv;sT>%bx/Qe*t< +}~ӈ8G|_ȯ;^k3'=[ץG~'={7G =G$=;#JYz=G"=_G^Ax<fPo:(:xVω1Fx1A#8&8%N38'΋ ⢸$.+⪸&~uyv/0&jE]Qh/:!:.}E_Pqb@1l1X G /+fYI|!Z(2r9\Fn#g<`7%;nJR07Q]3<&JDoQC_HH0o0 +s\ Ff#bd53ٍ$nu +ndFĐ2 ˰ p AocنMcQQ L2d BT| 6b,R7bVl/,KP2,b=^8v%H_U+Zk:XguLg_ xb)}֋Ag/ + z?)H3}_l]tn xٓ /Hec_ +LI0`/k:aY&mx|XBX` ,a|C< | J>V| +X k`-C˱6F!A;-l`|*;a=#}hc~3_Fsq8'Fsy\Fktp~;܄[p]1 xCވ7O&)oƟ)ޜ-y+ޚmy;ޞwy'ޙw]y7ޝ=y/ޛs^?g~?ʏ?O ? /K2¯kW~oM~w]A&) DCH4E Z=D1RU1C)Gc\lߋCnG(}bI?qH6Ncch5Aq8b5ǍIq8c5 Eqٸb\5׍ߌMq۸c503|R֕d}@6dcl"fi"e ReVeQveUve޸ŭ/@$_9Tr|Ip{Yc89^Nȉr,ȩU9M&_or)g7[r|[Αȹ]9OΗ {r\$%r|_.ȕS\~!Wr\#uk^n&Yo*rA;.[?ʽr/EyT yRyVyQ^yU^7yC.o[򶼣2"J*┥lCB~$?Ȼ)nXkuzkdmRo-ַV{`o7ٛT{foow;]n{}>l }>m}ɾl_ٿMc:G:ʉs,vw28'dq:9ٜNy)vr9%GN9SyԩunC}m6uO)3nsmv۸mvn{vv]nnw{=s'ܓ){=sϻ06G J3Zw'ѿ(R3O'?ޢ7D""pTLyN:I~bΐ8g51xnzNJ f+As%#g#)Y^>.|U;0YYx"/Imi]]8 +yh&zՠW [wzN<`OH1GNN-wrcɋi&L3;3^s}F>#*5X_WSk"OiBi$ҊHk"֊cݕek yiͽk:@a։uR Y7f (נނ=}y?!0/'s4Ɵ-ަ'0DQED1X%Jj<.iǘk|gff5`Exl6,,,)j vdF-'vd.{02/+Yf#k#YȎ~TPk99ZENFNXɥb/H #>5e-ZR:Wgs9Y VYo*ۢF[5Fa[5}&IlL5mWojvj۩>Pqj}Bko-r vZebgf;~Eo[ݵkpikmn>Ot` rhsS c뿾 + +7b1˚fQb#'v_!vaG1v`')vag9C.~7⦸%n;_X|A@3@YqAћ=~UBhnTͦ8P7OC +F-qHqKWjeadaGGeċS,9T.)vP˺yg ?†`BA6MBl2 E %@Qbl %VJѬSiYע4:mFlC0#V5u?/K`ܘ̓1nƫaX¸!oqcSL~:@n mvPk9z U\4OoA#{31 zNR%֦VW?Fj4FqOơz:b#qcx͌ZJ;)\U3<#;$dLCC";Gv";drydd2Dv(PfCYܫ}+֚Mv[b^B$+ǪZ!c[֕f0ưl^{[3m`[v)v]c7D3< Y!ACy VXy[ +aRޖU{tށU#FyVWuދգ|]J3Ou_YeѹEeyd*婊á''-C|T| NWVA [Ay{ǔwTueԭm&0USn}3E)S(TqcKP>ͦ{jn;Tssޥ:Gu6jq{Ts PHIyHyIH$ sKB-aD}@6dfb.[Ȗh16؁6 گ3J0m)OQU(oRRUz֪:mT ۪SOgT6U]ʻwWOQK=MLN稫:Gmu|HysYgT-U稹nRW+OO)JJ-UY]EU^לR=RUԵӵ*ZTWuQWuStS tS uStSuSMRoNu߂%}+TmR30Tcګ|o/:n$d'D|uߩK+%1Z f,Y"١,d?gdu֥=dG(+G,3}*NHG=o·㒪*VUFUTyUA=*T%UEUU㪺j'T-U[QOjRMTSL=͞bMӬk:[1ޙ]P>&fEbi2sy̼UW,qQU RRUVUVT{AuTTgEuU0 +8j[')u#i+;ζlvljzOx^I.F v]~ܮnװOg}۾cߵpPwc8'S)q:ŝNi')Idkxf:AYʙYG|*GEAUBSMW.zz O16مió69W1hs (L19R*Ŝ(|b)|bsΠsS YN0Q"̯g0܈%RJuo:H@ڌ#=f$=f'=棒?D%O77غit d'j7V迷F[!##Tg<էO3#g&TTY>R}G d>s~-\˨rj"8734[=3w@ڤV-=_M*,RI,e[z`uEa u "C}Xiw;Q;f-ԣF#,=NnLc:iLHa=anH$@ϹZט +{8%%S;iɟπC"e59>Ң#m:f46W3؎.:ۓz es(F>QP5~R><0ɘ45ϵoTn]>KoIdDs|*\HP‹9b ~"XSO; }$vi-ԉ}x_sلlb,'𩡻DM(1׬{"#-ΛѼ YyV^ ؒxQ^N'pcq%xs GH'Gzz?*FWǿ\Jl7 uYCc4 + gA1Kp֏֧?bJFԞuE9* XE<,b׽?x!? sw!#%(I=ړ_wqf@xr+| +9_k׭7BO-oA?9Csh7og8Ѭ!kt8MZtVfVVV6Vvȑve(_Mbx JS*)Mm &޳xN0'ӿJ#8\3h7hۓ?Ο@8h+z7#\RA0 +a6rX㿯!p?87.-qFQ cXuV5ĶR ZL-iw=DKўƴ>}jrY`:yPt?!PL061}V{$#QBk>ye ca:x'`?Ӊ$L'aMr2OП}cNs;l ؇.!=i0lJ}nL?#Qmh˟$R%ZLA1G_:y!^.!~S$h+rEwFIn4>6Ln&f}9Ҝm~f0E"\rƑ1U=KҒdELVה +`\ PbAT72:nPܴeqqGn[VqjMVX[6v]=~^io`?  qpv9\q+M8w^/WuZҩ;ݖQ]54t#ҍHN;!҃H"=B'DzH/" +Dz"}!'DKoDY"+ "D>"B"$DVYIde|JS"D>'y|IK"_*" +|EYMd5!"kBduDօz"뉬 D6"l$1D6LdsI%"[l!%DJdk|G;"߅6"ۈl Dv";$3DvEdW&Cd=!#"{%7DGd_'OD~ +D9""r(D9Lp!rȑ9J(!r1"B8D "'DN9""r*DN9Mt!rș9Gs!ry"C D.E"\ KD."\&r9DBJ\%rFk!+_"׉\'r=D~#BDnD~'{$rE[!rm"C;D]"w ?AXAnNAFa!‰p"XhO{4=iGsG*J{4+@{4X`,i-.}΅Rap nx=bXM:!=ӌ=HX8INHNIO޹i{.\ +j9}뷴i{݌9-:sIݴ?h/ug/~ sΦ."A9]L\ۛڛxפlueV(%Wso$$I4MpoF':x&h!z1:[85G72z>Wٟz,/=AѸ%uv ޓ6#D0l7nb<yJ0?Oǭ +"؛`wV l8=뮯BҺ &Xy2^]o'B$t9͚K#̣ 7;lAH7+X}֝M h 4kBws:V 쌩(r*!֛OSzCZ$N%dm)z#-gXLARV[sW ^IA˞f s{شYK]tg(=v: {c'6 ͋^";|9 5׃SbW:c{h-]:Y \|4OABZGKh͊܉7=[Xq+FZ牮X`O&(I޶<]ّ:[#=SFȷѺ~gLwv?19LۮgI~?Fޗ֠ױ|1L?z(-.FIz(5I:Y@['}~)I-޶g ]-fǶOfs{=)AKҿ1/~'El¿3B}W=gcze֘7i%j|4˵LE  :{盌1Ms|.07 \Z1hd.ٺ9GI]V]m~~ +7ɶT?Y}V3QCґ(`A;] gRB*o`OrOZezЏIѿtV<,D׺Va߉F@Va x3Bm^Q6o7=+c{BoPSJS (g:׿wb1&<1'suzx>޳^9o7 Fx#o7ћ-z˼OO/5Fov{{w;s֚˞\[:c!THhrʑ:1$r&)#qTr4d%`a6m&1n3&Y3Co=z^ϳ|.3JJ+;w*Ǹx#>">:>&F|l|||׋">17o}ow￿>mc@dۣc\_MFZ?.緕TWT:Küt~_>{tuQQNȁ:wr>~L3gu~R݃ʅT-/.ί$T.o*\Ytv~qJB.?SjT-\q2~Ԗaֹ|_]%/|fxbe3!-Fψ|N_EQ"G#o|בWqöR6YugUGc5^䔋W ߾d1Meƅla%:1tc1C'#-s9\d.52Wsmq3d",`յV+uunXV5n2׭4k5Кo-VXl+ʷ|^Uf[#TDTD͈"+32&vǑD,rgDa",99\"_"*rȗD9Z/ȱ"_9Nk"_9^EN7E!rȿ*rȷD-sD+=Ey"?"\$rD~.r,_\.+_\!+ߊ\-rD-rM"sD"rm"E,]E"}"w#r}",Y"DY*2GDyLq'DyRdH)E(ȟDi;i4EZ"#DFy/dMpKs]Ua43ڥdLo/gK8Qq֥yW)ɾ~}mdFb܊`)>XMcxyK-/sMnVl70پlvv#f3پּf [-`g3/gY]Xw%dznvWGvjʊ9?\_2~# Df!r]5ንouڰ6Se,!,[=cqʈsPV\͸'Oj2;wQf|ׄ4J.VtIW,g'fۉ+Ⴤv +`%|m/V–Z*CG0<]D2dC2dC2dp ɐ ɐ ɐ ɐ ɐ ɐ ɐ ɐ ɐ ɐ ɐ ɐÚ'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''':jxaSÞgsCX?$?#ymKDFZ{2We5\]%gXi^I/JpdUXGo9{RSF둤Z?$I!Y=Y#_?ĔW8ە(r{mj"w,Y*Р' QgiDtLYW"E6Jdd,H"'H3NdEvgL]X5 ؏9//\3-\۪™wϭRpٿ`-@]?1UW~Ǭs"]/Z][[5\뽺>wL.zu[麓SuOCt=JStzz~m#Mu}h+߄p_w>iP׋uR׹ޥkmѣJqZ׭u-yP]gz?]x8Zp}en뾺R5X5~MK5|]k?ۉںNu ]֝k_'?]_&Vsҵbb*]ڧkmr(]~Q|>[k퓊>-gw :sxxDsHc1?H b.hluwQjgYyS;.SyP]P]P]P1k/tu x'Ous]ߢk]99Ist~ݺ֞sB9!~NHuCz#c(O{JG)=9ǑSu>wJsNZ|^Zoӵ~i=NQm9SѪgUJyu/Qg\ծ5gt ux6Z9ӟ麷u4g[k??i{gʪ#ls}+]ӵْ^_}e71꾹꾵~DnUWwEUXu?fxjQ}5Uݏ5Oz}mUk9čWtίqg:/[_[j[jQRjj-f^d:VR%%ߙmQurKe e*e&%)qzuŹZėrR :%K _+j?_&%RXS5\jv˰:c)̽TWgiuKs2ޔe^E]vSJV*A9VO⬒I~8[7jPAm Aɥe5۴[$\3Yf锌fMm@ir$ʬk^@ܖSkֵ,l;G2)jwr߻iSn?MJ^&:^NBʄg;q-Mo~[ܱ}99﮵wϼ{_tNPCjxgw~"NSEO%5Hk6}Zic&L[UZvZ`P(=*~z}OH~tp7mp 1xe5C"4zH!ӆ}&:]όzf3 m2 -}ɥ=ӗHTTI%](1}!ϗ9΍J?l҅a3.p?w5g,M'Է8͌X׹qVZqY.#>g%3::ϫ59~RׂMv5SK\Vg^+nFq;X-qYkBrF#gtlvƟO 9=F-gsD?ڰOy~]}wǹ-i6o|"5sG)s,=?#葾:s/ +r9{sDpsX׹h&pom9za><9mua[[Wugy2K쇟S;g[oح-zlfa6صGzkwX?ױ>آA Zv\48w [sKY -]e>T%<f%jsr2"// RRN9?L9anYT*OV aOrjsߴbΑV;k g}g:gNiwYg>*Ea86]4%CLKWfe@ (݆ʺpv9994(J6Y8)rdnCqDFaM4~g#+!%k "dĹΪ:svB8ѵGRXӛVVKORν.Xe?7~,V{0;kObF$Eƕ̧oA{Ie"T>Vgvn\xL]n<1<* lW uW̕wYRBv Us/ܚ[S_Ye\kn[~!79?pF;ͤT >BZH{'`[UkX~Pͭvl|i{s+$NjwV pNuvzmz.U</뎰׫Hx F+ oPu`"L/jȃϪ$e$CO*mz*zh;exE]1^1ޅBEE> Q"z[uQQ󢞇EmviT«Tb􍐦`:DcFht~w`&`;z)5>?I%LC5>*1D +QWS>E" aa{nḲozۓ?#Y+} eY%qzXbv:z< 7yyyPw{uy7ru_5geUzTP]]p#uw]]rׅ56zږMbw~;osǹD{Wn{+=3 =Jy?oӶg6⺕2ӉCq<4(A4ieyR9O:̓yJ SyJcЌoN[Uه,ލH90Ǝ+ȱ*u`"Ll;6F9=fȃ-A!O]ݰ>{pW'ݪ* '!doR4g'8kW6c/`_g=v?yvY +  +(v( a(#pq8@["΂m/koEƒwG?J<i{yt?z |6.~ FX>{Gc迳= wgr|۳a qyl/e{k;a>CCOI4>>$Gp~Rna/wv+>wMVeVd [yd+^`)[{yKd;"2D~"OdL?'2DDZH i!"-DQTJ $bMO*z<^ {/Q'jD5~O?Q'jD ^E? 5?^ +)?^ ?VaVaVaRZEX4EXяXяX/=֧.iyA+W]cmfYlE}*d0000000000N̩S_s鯹\>NNNNN,m_}WG_}tsn{h!}t}>&2'100000000000}CG?̥ro>y2y1\B~.K#;xK6#sĻ4444ES7cxo}Lj>kmSOp~ϼ;4ȵs4k';+6ƵAZi3rf!gnDGrx(avwCZs~'DY$'YN(6B: g`(< 9VuXɪA{6}':kjj-Wo`/}6khju탴-CzĘaLa >L <'"gVzz| a EzȆ V2kEl"r{(7E{vEQ;M4k]g`}#ЉϺE$!Achuq_uq_W h :h m`4a \B7a٥1]!(Əs9 +%;HfWŰzGG!DH"H$!DH"H$!DH"W&q LAreWqeWqeWqeWqeWqelƕMٯ} 4&yTPYE=WYtVm@#5 "3@d 2Df "3@d 2Df "3@d 2Df s֭+=Dvs;ѹNtn':DgY@tF r{њKFD`la]@4Dsh́EOa1|K`7Q! @^ D~DDVp6vްްްް7l7Dw^]dWzE^WzE^WzE^WzE^WW:z>zFo0sY a,ы(Ʊ{s#Ŵгz־96<$Dd!MAsZ@KhAkhmzh7pp3t[Vvn ]+^='>i0^ x«0^a +?`Û0 `6́w=x>Ç s̘|BXb 3 oa5`lzJ =RBOϠXёKALj/_2X_װ oa5lR5#r{U3rG֧@"\ WQ'm9 +Jsx=$j=u6Ψ|(wrn^$ZW'@"\ )C*wt3h1MEs\-#+zcI4㊅8P@=@g:م.tvj$)!$C +4D9shhZ@Kh)-inWlt=/%h=?l7>[ a|˵a m~.l:28gG}2s;u厡퇨Kdn DEDND'Gs03ff篆>scSfW{ 9gkHP-LF4djo67B{w__eopρMvC.l<[aCvEFx.n{ab(,ia; +fy'}|}=f{ϽX +}5a*?a:Iea߭~dzgxv:Yϟg<6/<B_^g^ lTH +iS!m*M6ҦBu;^keо +Vig-)%_V[:FX5Q$j:~xѺ"ZWDh]+x:Og <3tx:Og <3tx:Og <3tx:Og <3@(EX a",P u'V` +mv7TOE^&L +ݰB]p=V +X|U6X#kbT5RkxkxkxkxkxkxkxkxkxkxkxkxkxkxkxF*HX#kbT5RGEmnڽ-d Y]K>6 /iנt_螏螏OiC>mȧ !6ӆ|ڐO?y,H_jscy}OWi H!vjƖokk|c +հwC6l r{ȅ͐[`+l|(;aqA*^h +w1]`62`<7li{mW +^A+h{mW +^A+h{mW +^A+h{mW +^A+h{~coXx8-Tm(ϋ87㜛Ϲ]u/qƊH=VDG3qs 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 h_KdIDf ZdE=龾|߲[6~o-2*2*2*2*2*2*2*2*2*2*2*2*2*2*2*2*2U4~9{Gz-ޣj +]+ѩd +Y>+g ga,Wcmacv8aYd.toehmXc| X a| +3XRȂ/KX+VV?ҮKv cNo!s3@\s 0V5Qa2a*bc<^UBw=>H7CGOqf"<IO@5hs \ maLI7 o<'"g>_ W5/8xz-Xq9$Frq^<CQNܨ$务xʋ_X9>_~F"s:+Gv/Cmf!/ۏxяB7}xnjeF2#yH^f$/^e/^e/^e/^e/^e/^e/^e/^e/^e/^e/^e/^e/^R\Kr)^.˥x/Cx^>Cx^>Cx^>Cx^>1zU̪^fU/YˬeV>GQ# +|D(>GQ# +|D(>GQ# +|DO=`1,<^Kx)/|R~ g}axa%x)ǪZx/B~a a a b b b b b b b b b b b b b a a a (zaXs"s$3j @ǎdceȀIACD"x{+{$y`yhmt$ʴ^ٕʮg?~e/{^e/{^e/{^?ԈT/}Ke_*RٗʾT/}Ke_*Rٗo?o?o?o?˾T/}Ke_*RٗʾT/}Ke_*RٗʾT/}Ke_:apU&V]7}g|qg|qg|qg|qg|qg|qglؘ1ccƌ36flؘ1ccƌ36flؘ1ccƌo +V +kum+{Ex"W^&zFcgY~,?P|{ON :Jxq:Jo𫪍CQ.vvOX2?TRՉaeV_ƪ9(;A2+/2+/9YQbW]%vUbW]%vUbW]%vUbW]%vUbW]%vUbW]%vUTĥ".qKE\*RLY9Y9UjPV ʪAY5(eՠUjPV ʪAY5(eՠUjPV ʪAY5(/f3:$}ZUz^90gn^=ܟZ$q>1?>>0o/Fo"[L}rG;r P]$_Rv++Wڞ`2Jd7^*ac|ƹak|aX. %ɟq|6NCB,v-H/ +kw3PI<;*ac;]8rn81,͟"\e| x2,o^#gW }=$n2oͼ7wf7R\ʋy1Ū{xomu\]h=]ӳTO}'>Y|rOvy8,ySKaȰ2lX=keZV欕5keMETdME1;eNV);eZ]+|r:SYPYl|E2 +]i]{ yaBu]gya+-7E"pEXYˢ4Ý[_~ڈwn yaO +/ +W#Qo}[2?Zl/M}jSԧ.K}RԷ?#L:ӧռ0>܏x0ӌɤdh,{Qo> lٴ-z!tʢ;rEkV5 w{]-KG9ܓa Lm[-\:B*p {{7Bs\bԆIǺ̾'u.W=VʻʻOe˲˲z}Q;N]x,  VM$?AͽIN):JT}$~y| pa;E8b5}9חZ{ʺG^%RU[6̬?afãaK03$OY9Yud46MMKzbZ,G+ܿڵ8DϭuqCi }H}Inzw b[*\[OStٻnq_Y|p|9r_~teA 1X S)#.G{=8c!C +p.~ +e`Bdދp:8 \^_4C^pOĥ**:g|_p9W`_ĕBAity_u| :{o[Mz0L˷DG:/yο Z嘒/jA'w;um=S0y?&E'$$ϫB=hQس_LUhu?guwۭ'wUjպjjmZ[kg{%VًVֿYY+gs3oL kո9fn,g/oKպj\ܮ"QEnWun޻iXìz%:BVm;XQTVmʊUVT 5hQR;Jf ?E:Ww\GHuuue:FtZknVXs9:dϽ7uv]:ݨ[.-:Fu:W|:k]/T*vAn;j9P. pu~Vr >;c.ӉBcXPWiUZ +ʬLL&d+&VHfU̴*fZ3dUYU1Ӫ)+|6f +" +e~y>*<͒l)+l~e1j]͞7G9 +og2oA5xH]R2u-S2ukHR2OTŷoY?щ坪Ysܱ7Vw/xdfyt xģo J<C9tCV=ʫ[yu+n-[{Nq~Sxk6o=[OaucJOk#욷D"GxGkC7z`c7-ݔ]eAu<4?muzwӼ4#lnQw~5H"P4ͮE.e ˼\"/yE^.pHe.nw[ݢۮ:Y8|~pnc4@lk6;uѝ:h{||I:N@khnS۩nNf~/Nluv:;,7+מ_p Ql.W+v;pb\2ڡvhڡv(eڡ=tCG7^ʲlXNb'V؉U*vb;X'Zx'D7Oxb G}<'}zz~Yw>=oA>I:ldNdogSt(O*V-hU9nTDMqET*Y]՟uΌ#Ĥ[L==;(yvɳK=ك]nAAncTjq3h5yш-Fkqd4Zu;dĜH~b^L׋gxxZ߬b#6=b#=#=={{s2$iHCF2Ґ4d!#UWq~ް7}Hw+Vbom0!3  crP|a#k۞=io{tY5d߼naH;E=]bO[dyvg2C"i:.s2.sC2:.sN4.2_obR=^N}܆yo=6`kx,npoIa5'xN8 p6x?>p>. .h‡p >>O§q>s>:b\ͫXᥚEX%x=ThNc5Z/2vBw!G(Ļx +ߩ;Mẛq n;0{[^t< gE' fbV}7~elFXvU}7Ԅ{a 1@q`S658{7;fṑ7G~)}%::=P1'dçq>s<L/a̝)sgg:wqn-^xB6?!O'je?)~{p/9~ 6,Ї-x +OՇeu@Ap:8 gb9~̑ux\pS)sfʜ2geï`jxᙪoBkt?~_QOrZ9~V_) xy>^Ec;1cLtwƙu!}HDѻDtN)":EDDNɢ:YT'^7of ofo8~ 52F?a6ğ_ψt9Md4ܚ4>ܟ!L3ipUT|u +T|aIܪ/Wo+x]6D'7EĩctPMV|mv<ƫՊmј(`V(bV5K>YOVg&84ԗ#G#ՖjDe|\/uxN;BK)LT;&ՎjǷՎoת(Yw'_ī'dW!!lrmјɐSr~&~,?d~~]V]VfJed |DTBФpj:M5NSMTq*8tJ:N%&*i&*i&*i&*i&*iܢ[sznQ-E=ܢ[Tun^MTMTMTMTMTMTMU*tzzy/6elFl [OUէSU*D}>QEOT *zAE/T^P *zAE/T^P *zAE/T^P *z& ML74y3ML74y3ML7׼5ִ`)EA^7Ht|IG>]:]:]!]q}KwYwYw9/!!!n!!nw'~( eanqnqnqnuNAE~(-"-"-"-"-"-j4FSj4FSj4FSj4FSj4FSj4FSj4}(d㗘L +0Nwiwiwi֍(э(э(э(э(э(RZ-RZ-RZ-RZ-RZ-RZ-`vbn&puI:\ANQ)"EREo܈,dTu.|tI#v oq:`BaBV7ΘPEH}NU;XÉS];8glc޿` +Q*H"^ҋTzQNi'鴓mp{;Mu n?ƺ uB]OԨtN\Љ :sZJ+rJ+rQJ+rOŧ>Lq n}]]>SzHOtJO:'tuJWr^)5))R:)0BHNNN)ta:0^˿zW/51NML&RTT*b"P*@EQ" +TD(P*@EQ" +TD(P*pKp+nTEBU$TEb?G $ )Q6 +Fakݗa-Q#Rgnyu˰qfpUr]o~)/c.慛zP+yj%O䩕\Oj]dtuxN]R,GXýqoXEJtQFFn F`v.5کF;ht}hm7Fn/}+Y=~5̏煟T3o|Yf+5KoVsC?_O u(2gYw~I[}[ܶoKg|,:&׌+v]rRragEKr eb(5Ocş>+V#U+twx^+fƸeasQm@рh($c4Ƅ\VEGNLſ.0??55JWq!8p#np46Q;rPW;jߦ$4]Ü&܌[p+6Lp;VƓ3 TW hƋx /ūh .G+@% ɥ:R'_K;߅Sq.EaU%RcَSg>u ^/ +W:Zmu(kںێ؃؇VJGx' k 8cq[x~2j\YCXSlx! aUÍp|Ѱ ﹷt հ4vqMX5kaUIlS)]wy^ {7U6Ru ڷv">dnagnKAϠgeڿL%t{ m=~AΠegО3_+ӓտW)+Ӑep F~Y>s S{ʴNPem_$ląL~ԁ3{gqoqϝS4H+ƒcn S +ҨIU]iz߮ +pêfUx_~`Gzo0+CK|#熹 }+ֹ wItÀ +ܰ8՚ԡ FBuO`E#mfH#"Tv ~%\͜ hQܳGuWQl333{ov ,t,4!bAzQ,؟ l""kP2ބ ,oΞ9SvΙ=w3j=п"w.܁;\y!ej?ϔZ:%/U/m jpF$8pDƍUL Oz))Z!)ËI,3O$l;lކ|W  cT)q0\<R/;N89VYں )Q[r8G)&m=/QKCz-ӳ1zjDR&5r[ɎaS~?A]<?s3r8^?9΃ޓ=gy"f #Uq#u)t|xR>@M%qC:lw<ɔ%=ݏC@CZ#gKC\G.9Ҩ3Sfȃ=~P/qv*# +4Ы'0=RV+,V 7Zɽ\aUUCZ$7&H̕EPn\KE9èׅTWFzҫHU(!%qHwJɸ𤂧2ҫHOU@tFO$J@;L hG ۾My5ۃyhCc +ݍsD>c>ۗ/$l\Hd[!A f9`4DUTv͑ lc+k$3I?^@/A/d8Iy 􂹟'j'j9)K27 |U[M{zzztؐZAPhtGc`4q&~lyo 9ma۷mX~lnz5#xUL6R >/<,3?k%ϣt5O]:PMԜnt8IKUZ=ʢlmf>`K"HY +ˠ_X'Z:δ`hZm^ngwR=K :bCٻcp6lbyXޔ7e%oŪxkVmYmޞwdux'މ]<ޕwc'k">ͬ)d=v ?g +z7!ȿSٽ|:_͗,:Pa8th ?Q\ b_.J(ƈ@lq;QZfDYQ}/4&OŦ"E}6K/.`EшME3@ERњ-DgR\#5m;vqx`{ģQW.}bkv@Ab'q6B +jNSsZ8-e}S>ro!g3r:q'u7֍Rn)>Mp5nn rw^ vϔB +>Gsq|I| +L2MٲlVE.xy|^$ˢ|M\"ߔom9Da!GNr-cY~#W$'kT9M\+g:H.=Rkq(7[d"]rMR$R1*xHTsRڨ QuC*VuCU/K|_ՍV1Bݩ}KJ=sy1M^?bzK} fGbX},jXFbUjZ,*SVq@iu|OyawwSλӻIw*zz:N7{I^^ux^sҼ7j{{N o7ҩ9$os7śM~v.xos[4{˝j/iv:xz:y{=NPPMY.2i\tuuv: uu\t  p smxXx;<"< *s}xlx3 ~/^ n˦`lLf`$XUj!X 2L) +6+-yulkdn危coŵXI<4#r̮xJɦ7TA>Yz~@ן!z6u^p}wo[͡cYH+Ҏ8>?|^KЁOgz7>IgrNw^rճk_2DjEAG[QXk:ZJ!rWT)L/"B՞O5sW4;58u)>kXhPdͻh]X!k3!9z6sIFS9>Xk[ob_Gdk>>y6Г M#G%'"Y|gE_\5󻢐cyNzE|WlQo$k=@>]tZgܞcso_"RN?qBlҺW_ZDZqb7&=⤣;z϶GqVl=&K֞Vغͼ`C_βt5q\e눠bfdln={Z8̆"irܻmX.)\z 0q F\A@h̵3TԀDKم9ue"qԎ!n>nտl^WT6Ue7{սVWgw{OxO{ae}55=kj{KƆa06 {$frROc~W'c6`mVۀ6[gl,l /6`ۀ1;d~v9ۅ؞y8eܬ.ìpHI[CP>®h)IZy mCVϤCKjZ=XZC]BW]h7#Nx+V"HJJ; Ґ5Tk _37PςVZkD+k*#S#F]'<*/B+!ǽ iixt +ɐ5ĜN6qg'C)^g9Ô[b?Jd+ɐ+(AuV)F]$Guxp1 +u:RFqR'h cV)(PcbDUS@JWbQoG(zT?#<%P??Qi1iFS?3{{̬y?꿨5:RRoz!yWP5-@} +'D9pF>JB9hpUcAEj<;zf 휪Oih\5]j׫LAeMj+UVNIڍ)ȤS:Cڬ*Qƪzcq8\ϥXOyx(ax/)Ơ %4A4A4A4A4A4A4A4A4A-s9zsL!` +1)S~D8%A-h8 pp ps)UصweqPXL8hq0dqr,8Xvcw{C,{8؅w!nQJ@hP2lQҳ(XL,÷@OK#Zp(!a*%z@bžG JSPIE*Fi'ՉE7\ ZD+zD`YŲŲ0Pw S λQ 4,6H 1kM'מ5\{^D&,`5Pob0NYb; )t- MDS))̯j Nw]cNXSSj\ +8Fܠ[EDn!ne-dѭE`\ŸrG1N˄Ų|-*' /<9< + +"YE2ࢠ1[RA+v`GrP:S/-^RtC Ew<#77~#040f`0"bDňR#Y(3;F-o:[tk2k4l|]LלJ;7E։"QkuŔW\k/N+-5ۮ$,˚Ŗ#Z^tңxzٷtG-|R:3kl<>>X*W7zY!PH[wy#j)FV-\؎cן}Y_Y8S/µ[dK//c?hESߨeg=}{az8~gFӣkvur_zI!5H̬Z"+zgD3io=Gۢve՝^ rz߱-EuK=Fn詬~Oz]Suڹ%/Z%;r;vWhiS暕j웣ѺHE~3(O}[xGf N}Bj3=1cS,3KmgǏ<0Eǹyt}zv;li~=kY%ԗ\v"QK=@"d0+;(o- ͳĥg//ǖ}Es$<'>M4ϭEg~I%g΂9xF?bSї_GǛh{l֩(eq<ڠu Z}AL+wvϱ ry"5ߢ-l[(FrD;nf 3Cm@@[l{kFs +KKf,6Q0m쬟;q,Jc7]3O"Ouev*u2F +*R.:2f61\= =@^6)2nE밥̱A̺+ no=W54[{RWJЖ*:zfcVLթa:zM]e} WmIXq.Rv2M)bĆ#4_h dh*u58/9Ϲ;px3SEېP8K8}&պ!\/ǵS~5_ z9y"W VF㥌nr =;ZRBVܨPjX|ky&}W)Hywe2G ԄۺXפLOp FX@ y~@}~#v/@Ѧ~aY豸GmuF//nNTУx㋥Gt2:tw[֛G@6Y*Gس/<L*BƧʻBc<oD_*4hByG!7CC?h\- |"-?񩴘3h)2>/|_DRV(FiB +mD51PhBE3ьv%劋h-Z.CݢK{{:`)a8g"0~JXC㛄56IX7MdM$757JإC x(aW%P®4JUC j+ g+ J1^I+ {x%a/$㕄 5^Ip㕄3^IB㕄-1^IR㕄-#glJ2Wx%aY+ h+ 1^IV㕄4^IXJ$J$,x%x%JcWb+ c( y^W ^%U捼j^:ȫM ojkoa~/3^Cxk))ɯ0Cxocފכw/; +f?J/ BD41^@DsD2^@ `. x/ 爾*nyf Df|/qP! T +R##xx ICxOOyCj*OHJᣀsS-&s' ["os&#\hQE, +ITM)]T"7n*š4-.W.@f9͢sUO OKuO uOḰԃ_yyw;oP.]Oǩp|1^Ȣ950hNaj&T`:%sQ]Ofnpoe7BJe@1f.wŹT +3^b>w?sP{=Hfn@]TV %’KNu?+ JaPHO/%d1(Ҳ422<2,+ˢrJNICqu7E"o +j2JJ)k"oYa]Y%d ד__^ 兔(7 ɑd#E1o" oS5\6G3D^586(@(;Jy%)EvA˞^/ʿYފo;(~H> FQ8H>FM?TFK>A I$Zo4,yN>ϣ(%R_(3Refٷ)CC.A*R9jˏG@#p0#fb%L߃A!g2KΦzfV}\Rr%_#נrj_/S )3 737sdJ"νr/8IMy@QTsy%P*TJzAUMUjc UjFtH]JcՔboR[QmPf[T;Pګ(|kƌf@ufBh fBh'F֟BhThC3F3'4P f@f@|Hj` Xox% С%s7Ϡ@W@[BRo)1P]h AYAZ/ԲIA!SPPJ22$B@MkC"5ԕAN B=B=ng'5n CϠ oRl[$oF|HxAB@J<-E]b.B}L?jj4:/5H!4S?(*Qe?RI"G#3//__g?< [U5LtUa>@ b4DPIT[U arh]HTCSѽPt/g*fRj0+Br`a*E,  + gTgTgč~qQiA,~W\Ǫx4R%^G,))9X}'YUU0Eǡ%޽=_SF ="[7yK| [݅+wlj}7Aޟo1Oo}H$"')x^(FA3Db8])z;K; w #|Pz=(K#_!UK_*RXi4Y  S)D[쳉My$g`$eM&Z^B,z/=LT'VZMM+AU^b*r\.4qIS'Ʃ!yrC98JR#N'N)8JlR%6yF?EFL.b~*~pQYF,Пj5j֨5YJlO% ӉiLbu$VC.bow[-l88go?*v9o{x[[ꈱ{*'U|k&-j+ v6!6I=D+T;%srsԣ/*kuu?@ʉM"nW=^512bx=B C[[(}W}v8{HWC^9141Md4Ƥ9ۛWP ,K1 +I1 +aP %)B1FQ PP(B8)B1|CA +>P b((B1C +YC!D1,`S 0Pȥ + +P0(E1I1K10;Y8σd_{M#_*=|{= ijneect@k=y557x~k< u6{6<<~==x~ z۳Qg8o^8z<ϡݝYWXIͼyl2V[+h`;vd扌'XUFKF p_>`kF+p~`[FGMQ3FSԌ;(j5c4EM+ + Ψ>j>{xQQͣ:Xbjȴr9_<@kyJk-|=p/J{oCy_Kޗ9￟x? ?G_z?=A? X~MV}m@Kw=56?H}h{?`zQ3捱RJ<^I'dy_hUPJקP:Ɨ =_?G9 X'>g"#|%Sܓ{(ZR>E?GOSbTߣ3i:_}|77<*x2QTB||((6JF)Z +.za]5|b-t?UU{|g1zEXG1V+)JXG1Vd&(gYN(CB +SLpj8_>$wCz+r? CE:vފo+(=9$oOr<[k֚cb$τcǞמƞ=۪L.ñ}} OPdWT&/l^#Oo|C~_@(J2gB|ˊDm/Y̑+=={)QmSO>KxWJi3=}'|4 !J.u,PvǾ6؏f>:؋ǽ`<Ӥi%|&12?@icIә7!|$ ʟJ+o ߤߢ /X~G4W %죽Gx&| |QDQإcɒ{cctlTk5h[2`b/HcvQ^Ċ-BǽyO>߼ysi#l' |TI +iJx꟤=AST4Iu.EIKGv#=~@AUBೖX I&&ĿWo, -}H僱~? om9>l _]9>E4a+᳄ _ |᫄o&m?kL^;WW]kR}IkҲqoy} +5ߵgZ,Kegy0q&O?cQ')N|έՏǐ#>ޤFĻ%Gh8OOު߱b ' 5v')G1E8'GoSX6撄}~x|ܯxL->Pt%ƣ%|h_?1EÈ}2>~G%v:؍cc01$ F=h쯐0[9mtq|'}O6}:XxϭڲRbsP_>ȏ75=:6}#>#&Y'QksvCvO17ss٫S:7?c_Ή07o6Yۥ=))Ld9!Zc1k`^:]ČtIf*>f'fb͕^3h>/n&a|f3MYԃ;Ѓ}Ok(}F{k1fhϢgwg?kc;0*ڋ(u++sX9f#n^ӎb/_81_O`_jDoL-koho)+i4,ΠɂwzQ_soݛe-xC^^{> v \>3} |nUL19eLR,TM _"_{ףZMu114Eg{<&t~W'ܣ 7$N :t-_hsq}GilB-o"+2z===?X=׎ʼnL*j`B.):D'k>& +by,*hƘ~;+ )L#2EhA؜RvK)鰳JY~>.I~iJ)DI9labr T!'vRv +b,ʒ.쒠qu`ǑZؕ=>mH)%PJ֞R2l )eZ@qşXU !?W۔82̋ٗ>5&G™'Ii ]1V{ Ң:rz:j3KNўG%EڟqB<.5JM)%p`wJkRkaB7HSq,Y)!Ζ$3E_ɔ2)%8A&h1~SJj^ş%^I) F(E{v 墖;s9@JI#Ι& RbW8%dS1GX,+R,**\KSeyWQQnB[SJDx}QaPKE( +焋)e, 9lQߊra[~ m!4Jh +)aamdjĹ;(U)%pE*\ +!>EgBmδ7pF~S&foi\[Y11̮ w099JہKgc&g) +*?'ߧ=hϢss`?^"KtW08玲{WĹZ/ +eie/k]QzוkǓIע6XM +le? GKo (EJ̠QziiNen=4]ʨ_׾}pAar?/-v!Ewf\ΫR4;6S :-eH3}:*Y7ۃH)Zc)hu9خFjNh9:{<?sRosstKJ 316'CGnqg?p LIIBF$ F3BgD/= "kt0" )PݣXR,4#Հ lgbօ֧:tZ#ڏp)Ѷ(A:JoyI\ ؂$&xFVɛ9ϗp̓K Qr %MrGދH|AN+J6Y \&a :V=&%\Sy<#G, Jb AK|'XXJPrV.'[K'Q$RAL'KjX/G=~ ɼFp \/ t[?TsRJuDo$՜A{1(ҭH3_wcK쳚q}o=B~svVc!'wg;ټo>j.㫝ĨI; )*d]1}3Stt}r/m? -=|~OE9t?}~Kn{ +ӾkP;׬8ê4V^Zej4]RH%?3԰]嫡'%%L%ߵb}go"_exqeX<-$bb ;ÇG'§ý @#;8NSLpʜJѝ3%ӝY܄~YpV;k fgq9!s98看sez1n;w'n[皮Nug3`!qg܅n]6܍Ƅ-6w ]v]n{==uϻܫn1dF#y&:e섑HQ$Hi"R55>XhdZBadfdNd~'I,rn㖓=DGVE$qW3Tk .icI#r1(7:0 ` 4Tnj c1v{y9n@n֫]ɶlr&/CZ4|{}ޞt[_XרvJGi` dyUf`1n+M@3úC:Ð NH/22{고S0ϩn׭`>tbHRwP5LL-8+ޟ܄z\ Yʄ +Dq bu +6rrrr$=T$'ݗhדT~rrr r1t{x˿?]`q sowVb;2>>6}"<}Umr%ouBBf@f8? =)l +6Z\?  ..A90j9`!88X`Yn +N4浥Vc&[2dwa<<<#c /8&uЫz=p>NO*`n]Ogg z2}06}C߭[6ȭu%4q)B9/uUC4<yL#+(|)j#`XF2f[<zXcnh@vx_+`p¸@W}Oajfof1pYFf P7s9k ͥ +spfVs;p<7464LJ&yiy*T2C.pj.4#CB Ce+ oF6nP+jv  +]^ ~-ie[y*J + +Xapp5{U[KUzkjVbڭN0u:Mk].[}րue;yhl-'s|.'XQlJ)t{=^@x8^\mn7ہ=}}>kO=9}]KhV9rM '8pU.lT  / ׇWBg9 7ww[mp;|۞ + _ +_ ܄Nvx9NS:N5a`8{+Mmps~sMN`3opWa(u.y++܀sjW5-v'+ k\Kw; 8ݥ +wn& +,|巻{}A!:t{sE{ͽaDrc##ݥrªH]Čّy e@7YAݑV"HwxTl)m6DPmvFFOOG{}сGU]k11DcC#HciC!$wf&=S4H#"RnJS. S)ELSH)rRH)K)R493z~r^kٛ~UVYc"5ӣ|uZVP'8V9GU M5q $~ڢ.P[% +uڮv-VD万C.(x]zhzcWl`=  c[Vi3 Ն: ls K + kfΰc'˰.^aCӆs/.Oḃ70fܯ0r,5N,젱XcTJ,ogU2rE88߸hj͸|j!*Z#_$ƍVvn#&1_I#r%e-$SAKMY"J8ѦqIi Sfh -gf&4$=cZ`j5-!cZQ;4i1ԴɴV.L;M{LMLGMMLgML>3360V ̣cL%rdsl2;^sȜ0613/lm^`>\5SUb>a>=||||"Z5ÒiɶY +-ŵȣZ&X*,opi.4YZ[Y,-,k----ݖݖ}#c3Z[gBlp7Z9ESVlXG[Y8NNVYk:Ĝemgm.Zf]a]pq-֭wZT^xzzzkoUƪlz[[.(s6VR6VnlYl&d-dKTfL-ͳ---^ʽhQ'+I[.I~`jeioϵ=f_>}}-Wl_oh߬nv겪.>AGklt<]m]d<{ [4涛[pO4܎{y.z.z6 :n涘<`!aaҰA`ip5" 36oXְ㪆57lѰ{ 8# N6i8^j9^;ԛ͙v7昷;;[VSz ^ xc ^6{[ %voGruPT[SQ콐ý>}3\_oo7WL> پ9y +ҷB[hk +J:mPcz߶K||fD|{}|}=Ӿsz(fXuVzj=1]H+>vyVI[tM;W;?gU/OW+5~e5_7M(/WkAFf9#c}_f_c5N(S)C5lj̙h̯vq4_oƲƉIzZ'ih 4fSP\{V@]40x9ف9>F\X#Ձ5uW\ׅMaark CyxvxNmIw0<ϰMtx;yn𺺜pg+-+7| p X> O§×W#b$=ɎE +k.Ebd" He&D,WDfF"s##"mU͑ȾȑȱE3G.E&JF[TfEshQttt\,:1:)Z'Ƣіh+otItaqtu=ɋnݣ]tPhx9=X7eFrcQ1leyl6V̱:V31o,Kfs[[h-:&.!m흖NN..ǮEfOgWųyxq|D4>!^ĕ%4H|f!RZ7+Exw|{|w|_4'[5ƏďOv/ůrbh"+O%F'%}ĤDO'H{IwJЯ(ڌ#cJ;yjgpDkbIbEb5 Z'Igi~PAj[[isκĞ!m՟8888[DvpQce& +}?, Ӌ:Qφ 6Lof79l'n;ؗ]YYvT-Mc:E<]q{S&+ dW2CO̕X]o2g;uleQ^L6 a73,Y؏-e`=/ eMl@."B0ZH{{[򅨰H# ++ja`^ҋҋB$WxT//[ +-2y0_SI9BS,@_WW2B>,A|B>)T>#EX#((#nqn*B'}A?\?N8WЫO?AXRy' gDY譢^oׇL}\?Sҷ'=įW;o,rAUh{oOggω-{I'~q"iC KL+K+J'<޴IڴG]iҞϧKi~!ݔ֝ߤ*ݚ;R~iB*N;Ti&ҔD4!a H/a؍CULOktz⮡w;[=^T/?pZjV12 % yBCa0aP1~_/42kBҿ&qIbrO0]SO1==%1&//2Q,cw0nKҋoot܍9Dx =I!&==DI`"$=ˑ2 +H9Rpmhi4;3 rۥIC Mwe#rPDZ薉$3=j6$olSCzC=WOo{9"H,_S5 Ao!A޸]מN؉~w R&'}oFGweV̾tl,/ a*3U)qv:L]v]_?_bd&v {e'eZnc?H  +\^?E~ßQlde{xg4׏G]g˟3ϟ{؟3]b_ag~'B+r8w},V;*vpp{7Vҗ1Jp ^6U ~6BBH:V/|Whf𸰀~]l\م +m),27pm5ۄmQ%^ ~'E7, +s1%gbNY鏦a=2I>5/L_Ⱦ{qḳ`2{|l/֓쏧+ܚ(#x塀Q0&JxϜ%W)PF)ceRLV:&šxPf+syBeTYQ)NK٦R*JrB9S.**]̖fjZcRuZV5WUE.կF8=SmR9HmSԵzuYVO=Q'3y\R&u wyzF_Mgg8= ~3KlH-H{.=~=^i +^i> +~'UH]@̏̏ 2_2d~."/Ȃ̾ii( + +원 +HI!Ah`!C+!S U\glO󂤽)¯_3n s"2k30[z{z;*WeάYo_ +o桅<&yKxXjډ'\?~^ g1h׍>ׅm؁ stܷ'ҵ:ګ@qJ }J\_0Si ޯ;ڱ=^>;yDSԬO: + a]??P6Ӂ,r*A Y );EB1o|pwH)bLrg^ߝC{@屒{+^6Qhgsp ?㋆2كnTiM0V`ohhB~&PM<`rmZ]T-MIOо6t;o3ɻyyiJ?vNst8mݴM>}I}hv2i,$Rl6>8wp;1J|6%e Nd-Bu,8#>;=dme&,M܆L]7Ú] Nb1m7X,sU`cSv5,R663eOȔL"nҦz( ٹ,<&Ǎg | 7\!]dʘyҋ\(s֡\7%-O̭UR<ޤs 4tZz[Np%ކԉ<uVRM$댶ިS!= +J }jmNm0z+I?t }Hq L@ 74tiyT|fnG;57+:lm=tvtQ*"ɵ*5=FqhqvўNy@yX +盽>t!ؕ1<) +Gpe#;ޔ4'sϵ}}7Z܏۾lO*P{iEDm?#71;tp*vڇG"G#Q!Gz91!9%[Hg}褏c+u &'VqS=Of:3>x~dgH{~q3@x7YNy:ϧN87P:;]cm]y!u8/;|p?\+ݕIg~\'uN&P4O\tǥЙkZl4š@c"2de? C ݕ''@ g'3@@/ +=_@8P=(p + +6b J7 b$~38A r׳7~r1WE/< zO +?A T'@A9[S(z $j#"j ȭ4(Qԥ5/;T?Bz%2)&DLJˀH󃆼28 鏠WW'T +_1 }>c/c@B6f1ۈTZk_G߲`r0Gf0h9QAXR K*B'Z> i3P>SoJЄDpDҴ"ly'h -ϡ)?q;V@}/,ĭ:Xk[?tRKAk9 ZAگqGO3R +&tN qэ~Gx's} +}?#gA,C}NE>(oAS 9])qA+o!7;D7c~q.i"-j#uh\0\2?KЉ|=9u{ԉ-'4"2TGpE87~K{'Ԅ0ou^} +_agOI.]U=8Z:&]Bq/1U@63zn\Pݾ1EE$vUz_.4yfT}z0y˴z:ҝ/3pο?"$nAo +;(-jCrTPSר4`jk Go,6Sr4# +whW ~+ZLj7n +hj4*]z ?v={H bJ:AΧ3/#!ϣQXCH m;umHKp(!գIڏ 9MEijlBNS9ytj8 5,F7Ӊ,E N)ZWa=?=dS( +1!cp}#Pۏ$@ڳHC$nAo +[%";Gx.x3蓐缡Al}0a_;Tsɬ~iE#Ѝ8yE(|hFqld?0:srt7&nAo +@=1pLAϣ)TDݦqĴzPUxx-eC&?]L4 ErfEڄ;~TG|M4s>MN{ >է&$to~;@ m C\J(BDy@KzP4hajU)uPLi݇K 䖏W +*CęJ(|q38-= q:8m|m6u:|p +ɜ/|! OrBwU͢) (r-GwoWtVe1vA G4v"BNMv;@@Z&AnoBՠ3(]#U;޾{@wjh(4$Arc$4}{R{[5m4c,0f5S|$ҚI5Spm;@@"/=H~4hL^j{4-=>Dk!m)Q^ڀP؀6 9$\ (+^Dq8dn٥ +PT]=s7򟊞=3=s7zf*znT̈ 虩9MdE/UqC}2FPJPY~;4ICv#&pvk;hn͘/g3/#ˈG̗11?!E(|P $Yp= , @uy}+roE~h$֢XIUQ¹$>I1u|','Vw Nvs׈FC+ޯqPOG?xm6%Awn?!r+0 :HK=1zT^(Enm/m4yکan_wJ+,!d$9ԊQJ! |ƑǡrFqKbPD=%EwD!a2&*{d=;7***OTEUU<ѩxyꉊz"⩪ +2QQxk}&}>>]Y{^{RZs|bOpLb,) *i2Ș~(O[ͻc9Kub0_-ެX,mOA 6'8C;a]h ~1z)vn@[)**/CUhӾ:NY9bD4OdEv' +6R+o? +zr{VlǑA|_Fpp7̠S\\R?Ql~mǯZGudhmz聋X56+bMŊXoc""z7)6DMfұW[c݋uOjlVg2zn8V˛nTĩzpW%)6NX*ꖝ] sj[@Lھ +i6k$'7)6"9C8c/H_f6@=ק?ނ)Ih=܌2{<1^:s_tN-s5b*/Pk!8S~o+?fFFtF: }4Jy@~w)<ب[*Gr!9ߒo2oEN[ikZxk'=N7W +O9=X=B?hxB[8g9|+0WuSgb\CǩUTS;SuN\8yGϵˮsr4! teamaOb\jӉߩVs\z2Gؤ#76D6]Lkjk<&/+s2?80!0dm]|!?n4Npr=i>/8^p~SpA=98y͇/=)-n !gȑL/~VcU^^%m{8'uk|IiEP~n! r4B+9Wz> kp)ޮ=@`z[}S5[ o+w?!R8pJsNw"_7cFTIhpZ \#U,hzW=9zSz=Op½5QQ n V.D! ?Hnlh[-;EhZ*'֝X0O>xz/70? +w^{AR:o +} Zrb1ٹ~u-;+Z7uZ鉶*nV7ӟHrlOٕUBr*=X{pVl+"Ip /\WtuB[J;4!z:h wV*v|&3ؾ zQ.=Oke]o_"ʀۓۜ qcXjr9*$vg 'C2΢g+#AiEfE4Ur99n, +*y&Nm!~V,i4BpL$FY&ZvFr+%vǸ~˸8{\Έndh+ p֒no,ߧ?:c9 poS' 䫻V5R=vdszT;޲ܜS`C8+b'tqWi: >50dCsЇ22 zfquBN7KٝQZyvrۜl<(wiq85p xJzg#~ƜBG_a,5.on w>9H_됯?is koD׬'ƚ3A=N攴QinvIJ#N?٥8ӻ @,>wD{?⨆'}ˎ& q|?9eГ@ϷݵG4chۂ␎nN2LΫ>ӝzקQ-ȹQ] Z?)m6BNlgHzkjc^})/~u]3{֌:B]},8٩@,\=*?=33=CGzgz .w| .G#vŵ[׸'l gMY5V΃ h.{F KJNV[ؘyq6+{Xn;]*NnJ?P=^"уo佦c'jפfZ]o|RwESy7ul[~!l~V5G"vb9rrx7ηEp581y<_<=?o#,E|wS2qQԢɴr8`?wpGƐDda,}n ,҅Kg964 kOQKù>䀯J[_'Sl'4~ zT |?BvW\;г1K̷$ j{ /ỉ[ᯂQ,O;g8 =Ia7AVNvb/ŰLO8*ѹ^o%gwd}H??BOKSֻ 2h[jVCx50FQ|א!ODxyViFԒ[Q/#߰[g^NyE7Qs2NESm&ְkЪֺ1 Ee뫘<*wb+-2iޭ9S:&<T\mW_G젟?[vзf:̉DihitxI?WXoۜ)F'Ʒ3֓J+62noS y'6ױ< ӴՕUvMjQ~81U /*$c1y-CLz֏xŎ5qGK*6WS:d)5Afӳq}ZdûDo;=NOqD)9,<(8_3;ȏBA8p~sDΰDKyDc95&sjJ9GDCy)ޚ8#6VB⫋ۇW08 '8* ܟh)S}<_sd-f_֨<2/QؿD+w};bD)Bv X=WzQz_J\7X51_J,*s 0K.~ӗyion鼫9b',v 8Gd.'r =gw9kh*p?pK:G>s =^US*o2DجLPkbgb{=ݩ[L$YKuG)'*62 +-Rbڿj5S34V/:럵֏Sښn]dKo9JT|<[2/[Q[s/~LsMoݯз,KKva>`:,WXq"fVJ;{)m4B۽P֛ i|V\d4R_1NDNz[&?dyNCF-qGz+7AoBϫy'fm"'|qq킿 ;߁~oEVt ǙbӿoXXjC֝>b[j_ vͰ]Fm(RZ\ +A{Y,X&eI7M.mjdVC3F1Zl.oOCO~i$tdb;z;v/gYkSa\ &RŮCu'$睽܎Qm"̝3bi3i$_@ Kb}~_<;XG"3++ʼn6@/F->F+Dh>wFxw5.+0VBm +A/Cfn)C[9vGO@ρf6c@/5XO߸^bd/1Þ7ϛeF8uuh "Xۇȏ $ܩ+Bg3@߃ݍb@OG~:=*=*X9t9zfg64bZ̚Ŭ93 8XvOffm"Fԗ_}uȴ__fYy!E^X&"O'ctat+m/+֌͐iL hh=&4"k¬&gVq 3+W OtY(|x`5d^!K,Kmr:Cq!ǐy2GO>2.']7#~EEƶ6M[YXe o٩0!:@\$?Giz>MLB$'Xam|8c7.΄{J?&x?ND?=*_V_cIޯ G +Aq6pAY݂A!pFU`<  NX%`U^J'*(kN[?o$4--xe:C߲i27FK)]7y޵oǻo]x׾˻k?Ż;NNc٨r/]kx6(%޸_xy~w޸lc1>c%FO޸o?{>qq/oܿGQ淍q^޸?7]_4jh 27/!k(tk|l4yn<w`<327h&_4}3k!k祼.^Szy} oho7Mfzs(ERo"xۣE=(tKI-h_}ȒY Ȍ?<ψWo4\%2HJ=j<)px̓[gX.>Qhqx6doϩ܀ 7/00%fMt[fSk;סh*5ˌ ,N-bg~1VEsE&zi?=(=4=r )32'=_"4,K+ҫ%]eP#(ODtTΥ/JْY&^+\x%Qi+ۿ ;ͬM.MSE2;W)~?XY1qrStYws2{e9ߕQ;Mɭ̭I.\ۚ!&7w Us2r'sgD}|ń\Nf@Vʀ;( M?o.oFR[v0egR[Vyo]-o95k~v>pQ +ֲ[˺Ki۵-u^v[GuuMqb^ i3\c:kbedyep՜_&|priΙZ,^01sAp(NQeU L10#P`I#p.Ǔ1nFkK:/?Va΅O +8_kC)5]PFL(t(xn,P7vHw+#^N@~ odO>YmbgT:YZғ~5styO扱ޘmFgñfGI`F#p_^cH=h^/+d]ʮ1K =/9_%~ՎceL Vnw)-9Ez[;uQb"CFt4nQ?Y[ U]|~;} [ZiuTgEcP?O8ޘL]u0|\[Q<]r}ٕY?FuDIm 1ړ΋η4^ӈ'1ԷEqL/O_Y wu[z>C0{1 +c%K"?8#y_/Ǘ|υȗK| +Wr_r@_s@md觺bbh/_r;_ƭVh'n(}eeb/Dз}uHǁ07ws|Y75A~hߠ c2eYC M 9M LPV:@ yM 9M3G17&uHnHn ⫗t0* B$?7fn̜M]v"P..Ыg_ +-0V`di3X$T`jul%G`!'><1 #i 4 B"aߒRO '#sw\99X`H1&FM.0+?W`be+*CF`Ǣϓ>kz=5#/P Rʧ'V,Pȿ~z + m}?&?SC KMsly WK"X.cX+x5ܸmrTb[fn/uGݱw;MLw;].uWu&wqCR'N܋I+L$ Eɒd{S4%sdurkrG&7y y8y,y2y&y>YrR*ֆ ]a9Q*. %+]+T"e4U17 +1<1ܰ ',#RiG2%7nLlHl4J[?7&v$^77Y,,f$6+5RF]K惍fnJKDƘkwwP2`*/vU*(x9XaTal.l8?/+[p:DSr0@<|(æ;갧:p:\t-p "mvrK]͹=n;sGcq)tw;].v]~]wݭ۲=v'3y6\Z/,HL'&ddY2HvKLIKLq$'G%㓓S3 K˓kRے;;Mn>*O$^*y$y)2jjW{I_͎Әe3ƌ?c>7I,NSVH֑GKwh,%D*N#\e4. k'ک@WI$)0ZH1:Oጿ$gq$rU+WI, ] O9"n~[TO/*;$H$]%-JQ/K$WdQ-y"I^1j< i 1Fɋps7Fԁ攼ZcI!y{]N42&"ic!Y77s-cY8BӰøܸ[v 7wnJA#RG[jhh,#15B-RMIK\*2&wSMX.R;wX`ғdF\MqIVcojJR$utN$u \.yz>2$A޲ZfJ6 !)p#ǙrM\X&4 M LKHZEmZg7mfi!109M%c$ZަR9RejI_L'JYp>ͮfOk6}IWa7b9ZmfncnnnER;s!M4KzIVs?sy9՜imla2'|)Kxy:Is]~_EUb]ijHs;!q]Siv82_%_xdY}#1V-jE8-^AKX:}b$>>_!Kc҂%iV{]-=^ݳ]v%۴zA S'Z,ÍҖ A,7t1] ahNs81WD b>WM/<%WxR<ݥ"Y! +*D_;D_'D_D_ѷo D_oD_D__D_D_3o=Fϗy+`C Ɔ(}OCClކDmAtpk_c7LP`g(6,71lO2l327105\t09Loc(axgx$d&i%g=TSRCIRr)Z$u}l|e'Iv%bo@V$)Y"ex;$Q_.eHI4j;e@ZBmgvK+ݺ:j;MI,uH{H؋A4CLc,7dHH,]ZpݰviLϿV?ڋ~Ovrr7n|kU(@jR[DiR^~ +p|G3N]}HHE:\krؿ話{=刞rBO9ړϞ)%=ٝ$^I^=H'{Z{Q_IB\X3XHZT&NTVo+z8=P/Oԣ:G.>Ҝ 9Nw%{O8}o[H &ק4sַǐڏvz7vcmcG'oȪY~}$ߩ 3 2;ȹ8A9+]UBWzW'Zz2/|L&#o#Y'+7 ?J7/Qy X\(6xKxnHpFQ1O&%Pp)T JM%<)՜T#q!=#u Irh{  +ړgMJA~:5KgPTprAS|)@l*H*ej8:iUdCU)*N<$%y4PBwJщ< =j:Fbl%KU'(Ϸwy;"X)Ps!C rvwq29dgȏd<3 )zݡA퇻g]o[cmOH kUBb*gS[YI%*7H~mRdu+ׁzN)bsA%q(5Y=ԫ$+] 稫fFaE's5QIx#J\wjք!N5PjrAȳ/C!v̱N-f쌳^3*vb4~N}ay d6UJc\u&4&J WQdz[6.0mAMv,jډZRxֺ=5(eo_U:@R2^ +Ae1&SHhCk4wo~z9+Ŵ=RoY!ٌ ~)thw+>ZJ)76i uɢ*{14hha8qø&Terv5}ig;9{1k{o9>r#"'Z`2|!14> Cc{ ]Ocz_a(z ?OAcy -8y !a)x 젭ýSblcvCcHu 1\:HPCcs +ÙN Öcr O!)r =V28o Mrc(n ai`1$6RTSԀRHch +.CD9cg ی1<3d0z-cXe 1d2C cc ]L%'A s'{0ư*Sп`CbX_ {)^ 8^ Kb]  H] +Fй.CbX\ + +-:`k1T-i ahn^c(Y !c1L, aFbt0+aR2+hcV ׊!Z)XV +8U JB1*PŰ*ãbHT JACbXS +d))ФÎRP^7p"Âb(P +C{R$4p[ǀwȣ g)y?gLhfhl(KhWku~u8^o+?|zr9z( +=F Y9[FAT|i5Q~[6zh; Mˑa3xbғ)lbB>M 6MK xI!9 Jhi'miNZ4Ц6jM @O5hR! %Eux:ȩhv<wqU6צEXT*|A*:r%z.5*Vk^P$Oqz! OhSETr:NYg *ڠU@i MJoB (K%c/T'N~6(S r<4p?vd(va;<)C>r?O@[] 6rMTCU9ސ@%}!hb9 7QꐰpWg[I^ۇD]l_b?j1؇av{Epc AYHj +e+mbGTawdC %K!- yK̳ $؅江}iÔ*7 h㷀bY`:? |Jyjmۘh5" +<,X +؏UegQS@ȱom :{*~É];cǎϛ`$k5Fw^SW+z^qE V]n;<0HX\ŨPGBy}/5SHI{J"@4S!G/ ~?OC!`/4KI k%]DyJ`sp(5{gQ#s1bu4`S3`i۠8я;˸ +"hU똀hͿPfs7SrKI<"xC?;G]HFN-Q95yb +I1Ge0[XC?ؘ—Y"F.#P lDϾbD x +X@У*B9ZyW#?y? :bS\ o*KSTlb_{ Q;*(Ƶ3}qFWcM"CH¨Yb_T_@*5 +sѤhRaԫ^̡*-XX6+ƚbY2Q5/RXMŪ0XU軪H0U!X1V+VL\[0G[|f%l/[+KV|sbƬ8GZ6ah+z^_Y1" +Ȭ[k0h (cRgƬm= r+'r9wԅ +s|gTX\Uj-Z^4xuaEzC/`Md9K#|Y$\ ejO3fޝ7ǐoXaND9GOQ.T xЖ7owϟϓ]^[k]#`}Cx?.CF{8v;tiJvvI)i~8zT80!#mhZr˴I:rmz_Q]$eMIiW%.6 + kԓl S_Ev<;ĆJr r` Vq[uj 8~-Beϟ(.)c$9xɪZûqD(wQC֎31?| V\Y=ghG[YoMpvyڥMYna^cu qG1/yRm[[;j1áK:{7Oaڪt)'Nr^bI:srEvXuQq{ӥޝKʮokU\Cc/n.^:?ȼީtϻ߼wܱ=2'N=y{cѵ8LZ{猠"ށF%MR{i~Y~Ņ^.9u5e,O]ijsQZrx_MnrW^n[ئu^MBRHu3%di/W,r=y) _FgH3ejoYv|Re^2q3on_yqC;97A6Lv.VY/>McqEٰfnlo9z{Sjï[y׏*ݙ;l.sQd-a?B綧/N8ݼIPA^5FG,,Z y=d[c~;:bė~V}AF<7^jasb/[y͸I٦Z?)yY-SvƗ<}(hH{˜c_^>^}&xȿ"}\- + -lDZii$H<0of{2e E@C4JgL߅Ͽ 4lr!zyw,~`n]jvһk3ej?۝:zۂZ͉ w?zNc',|OPnwh./Zpő%ϗ'Ũ7Q!Қ:P4m:/ƝN㞝ͭ-ڵI&WξqJnx:,}H+?73N|sY஋|/tıWQW벡]m5wzhVY!сAm*ry#i`sZM/OD]NΞ"S49,O59&;Qi7Kg8jWQek; #$Ia!Fn]زwvy"e]rp? -3gOjUkG\8>KG~CHǽR=V5f궐K&]8#f-ʺ&|yٮC_DUUyt&k﭂Gں~i|Rycve%5;-21c涢F z_^s>;vCY2Kofw}Tϝ>@=Kv\Squ#ߎLpt=ysoM'\uvgaz5:~2j.oЎw_J +妛ҕu:0ܩi{F,ٴcC#mYd-.'߉t}hQ@-Z~8XҰsO{.94Э{+f5\/XEE5WUd* Ӂ+6y{!7Ɖ +!($SVP,la 4Q-lC_/Jv_dcF[眫ا=<[ٴZhk޲//z:qc:th/OV|&m8] ‹R2]#vT[ȥ{֖񞓊st),KI>ұ.T8ӡS>ӟ4;[iBd\[۽}}"/hE:{LW^kO6ʨrnyምG)㖋1k|_LyMמ1Y![bZK?>%-2DJuR~}`Ͽ1b῍pvVO]jj\JПsxh0KD aG4H7_Rp  &D8:5fTΪ lIYyd0҇b2 Bܚ85g}(  1}c6x_&o&Ld-F72ĖMn~gw&ս޹wi=WxaGwv4o쌖LjaR9za]_=U5Vokҧ$K|}WԸyOsF9~^\TT_ abY>+W 2 k^$gLZ9?21E4uU1bǣ=,e|g̪mچ;>wN -> yj˨ +>Y킻z2?ncо羶Y[s7yX{۫c~Kє_y=qaz#&j1v.gG-kkcĮf_^kwf\2:{o.}ύ8&ֹ&xgb\GEu?1Iin ;Il;0+NݾS/p_Ov,p[./8{r=u24n=&iԮc7L_[u]3]',Su7ݿzUŏ{=[qJ9}.쩾ig﷿ݨmImƶw_WvG=;qc[y)WZRqrc}v[ +Ϻ5>}AF/RMmѠkߡÁZ͜4HA~4s^k\^⒨!sN^=?2W'?y]SP;9rq0ג{wzQ{sn,NkSڽ߇!dQ\ر}^h[2j`}=ad+ȝޘ"W?S^LWgϖ /_7R,w_=NnnMLKJj60oƨ!2Sr_/ׁKs}!\.nEO R goGy\:;TifN]K>7r''G9O;cp_prLNMmPzgR%)o6NA6~lǮ9+[e˧X>zrŶJp %ͽ_N1iؽd%+2.вʎL̋1Iݴ}꺧^oL3|l?qt^?l$QsxZr:tlnt0*TE=+";3o/9ʶQKî^7f߯eEk]=uJ]|86(l>$póK_x8}N[9E"~sLe}|꿙ma̴ <}) G7^jZ.gzҢE󫪔~yL_]{OB+mV(}ן 21xw~inDۋs7+-4Rzȵ3Kb.^zh쿕:T,[pְeA&FFƩ]qa"J4>Dlȃ<tmg,+jb,+b>c޶ƨ/h0 dV/8ch.' B ҁ@VCB9; ?( RnfibdPze)B8n42g-~{\b_*Dl~+ࢎ/t}24 'M\[S+z?񶯼Wzn9hnCȾV]mwIf(^mxX4=,DZOvFPAIw"/lxdJR~妚:$ϔ9Tj>u a[QX͟wYx k60mwV#Ú+[zU\Y9fJ; 6g*\U==imZZ$t'H? Q +endstream +endobj +1380 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +1374 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [313.018 239.436 389.565 251.629] +/A << /S /GoTo /D (figure.caption.144) >> +>> +endobj +1375 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [144.981 102.846 204.468 115.289] +/A << /S /GoTo /D (table.caption.165) >> +>> +endobj +1379 0 obj +<< +/D [1377 0 R /XYZ 69.866 809.284 null] +>> +endobj +1373 0 obj +<< +/D [1377 0 R /XYZ 70.866 779.207 null] +>> +endobj +274 0 obj +<< +/D [1377 0 R /XYZ 70.866 173.565 null] +>> +endobj +1376 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/XObject << /Im31 1367 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1397 0 obj +<< +/Length 2418 +/Filter /FlateDecode +>> +stream +xZ]o6}ϯУ Z~Է-@pJtVm~pHv'C3ĢYĢؙW"ӈ`#.d2iut?#.X\>6yGܛF}sUvL툳xeg44ԨjKg,-Ui7ߪyW^FQ_CED/,`?tE|W ; #}*kM3/C2r4d¥RBF֪?4kc$>/}$`jn9Y1u@po9cD[-mQZzլ#-{%dx`f77׃U\Λl }0'08EQF a2% =ъ 3S0;N'8 u>B Tq + [3cսC ɒJ?}Lݎۨk f.mXSF.J2UP 8@SUٲ%ftA s(ùAh]Mg{f^YӺe wAS ϥ ^*܆b[Ch) vi[? 4dMzxcI2H7@c :[Xs؃~-nգ2h@Iv& jF>Gr<f W#aSL*{E1S% x1HXG@w,l*~_y2`+3w}2xugQv$8c ˝8a @ʆ0 AC׭+W$PKA:sM/COch 2wmG`|(! +15< -/SeײmiEsc[DH'P4Ox +Z$095=Zj6q />\I ZTI.ALA\|0HTc;* lԫ.N{!GX#CyZ(M͹* QEX+q+J"cD,5V VϴWŷjKSu2LNot̡O@R lI˙OaTv:'aB97ؤUndz)ZSL+V]UU[9̈pͱ$?W*?Si2y)7$}H9 풻+"M?v~FI؎/ ( +mqڗ ^;^ +2Kk3< +r{|rjxMבMɶwSk//YV+ ?=p$!,Di +0(taJT@O= xq3tPߧ.O>!JY= SIBg~qaDAb[G5r_FyrgCZup_CF{#5,oڝ|{{yg%"/6{&a)K㫷 ܻ+Gy>f[<5ye_f`_g#d9*lP3啽~'C~8,x1 ?H'$'7SMwN8;AH!AR>::|eeۆZAL@)GV6eQxfq`+;{RY0)04HibPn'ԅȀ5hK|ݩoISSԇP,!y {4]d̯pyFb` SĐxY}eDtRK>Iw^kI90n99޻#-7jGWNZau:ġ7wfBD,X&ձ3_ +endstream +endobj +1396 0 obj +<< +/Type /Page +/Contents 1397 0 R +/Resources 1395 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1381 0 R +/Annots [ 1394 0 R ] +>> +endobj +1394 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [238.151 170.265 298.866 182.708] +/A << /S /GoTo /D (table.caption.166) >> +>> +endobj +1398 0 obj +<< +/D [1396 0 R /XYZ 69.866 809.284 null] +>> +endobj +1393 0 obj +<< +/D [1396 0 R /XYZ 70.866 779.207 null] +>> +endobj +1395 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1402 0 obj +<< +/Length 2179 +/Filter /FlateDecode +>> +stream +xڭZKw۸WhIc7]f3>3,( TJRI_-cU\$ 𾾋ֳt׫T3<̦Llf5gjGr7"MnZ,ьwM(Ig|ƥfgf}YU5i`~9׉ +冾x[=-#4yj]U+%}տxɘbf ,30 ԕy6>̄ΘGD3+rf c# [2TfdהHA +BHfR5 wid\dF"00ͯ7zē|)s,аe`qoVg۫!x.YC)nY+2h +"wE[].]a3}MnDOa`q09g4?!ƎX|/i<6&J2LE.ɲ>ӛoWlB ov"t1LejY*>sdlxewe@48W 4Lr2A` +LLoݿivߌlV\{ 8z"VI&KOTXhi4MWƿMhKӠ-("cz52'se +(D>S$֧Bkƶa4.MEr",R2։i,&auvٹ/ݢ[́~vi8Η%B k|z{g?XDeBmjzq"K@"vdȧ*La?>]7׹IOU8z~7EH\unr V^XE 3n`6&t>OUXШ>ף})&g 4@~V9J"ҷTĘ˧[f],)^JaG4S]5b:'gG,qG붓s'~@z0y&#کdWCd|R|u/?Ue8/ڐ u7mXOkW.76O?ы}fj}pSWͰ`) Y[z[,n>Z訥;aX.HAx@N'߼Hn܄}ukL}?@] -Q{iL[-VSvg4DI*?u,MMt["%1{w]xgg4C6|I65ýT^J̓+1'I\qj‘JE-8B}K5N_71$`3nu v ȁ3MP!c"Wf( 2qO[=n]2N'UURtzUիCZͤBT +)8jfO vaOGIv;ΰ}㫑Aɯ%8ʫ0qIb߄b_d毷}& PT4#X+ +}&=o(KwAH~?wܫP izl|zS8Gv; }vcp&R0^S!qmu荼@]> +TmvP}/b=ǠoS8 U>(<8S7m +endstream +endobj +1401 0 obj +<< +/Type /Page +/Contents 1402 0 R +/Resources 1400 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1381 0 R +>> +endobj +1403 0 obj +<< +/D [1401 0 R /XYZ 69.866 809.284 null] +>> +endobj +1399 0 obj +<< +/D [1401 0 R /XYZ 70.866 779.207 null] +>> +endobj +1400 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1409 0 obj +<< +/Length 858 +/Filter /FlateDecode +>> +stream +xڅUM6ϯ(Bg3Im*9wYA.;UB[Ij>Y]!6,^}F!諆cR$5LY\NϺ+% SNyUo.vBPE8!OLIn GP !AB$sSB4#1<9y!`Cr9ªӪ;LDE/?4tqэarX{=BB![:Ɏe//g>.;-cFkxr:l^v=QتB rY\vb^:ZWK8s8WҝyG0U颱?*{K_;ߥdU0-d̪M68EW{B+mlnhIs +Pk +̅d\LP,9 06&w#sʡW/=(QM*(a3_ѨG<Ƞin4PO~qf>[z-='RWC NPzj!~TNLWcrgj<ܷ:؁nﱵWLʹt4h8ޓ8O Y{KiydO.2^iIáUdow> +endobj +1404 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [496.892 461.263 525.406 473.707] +/A << /S /GoTo /D (figure.caption.90) >> +>> +endobj +1411 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 444.896 114.32 457.339] +/A << /S /GoTo /D (figure.caption.90) >> +>> +endobj +1405 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [181.446 444.896 250.038 457.339] +/A << /S /GoTo /D (figure.caption.169) >> +>> +endobj +1410 0 obj +<< +/D [1408 0 R /XYZ 69.866 809.284 null] +>> +endobj +278 0 obj +<< +/D [1408 0 R /XYZ 70.866 771.024 null] +>> +endobj +282 0 obj +<< +/D [1408 0 R /XYZ 70.866 529.779 null] +>> +endobj +1407 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1416 0 obj +<< +/Length 1193 +/Filter /FlateDecode +>> +stream +xڍVo6 ~6Se?4YZm;>!R)w e#) xaϞ1 b4-9E?+ .8Y:ղo?1Jރ\/'O٬* elX +Qp"z<ꮞME^7:y96Zi8S2"7_*I=N%a'ZG `!!ōzj!(/EZx)ý)Ѕ.TqD.*~Ajvt`IG>GX$-/.۬> +endstream +endobj +1415 0 obj +<< +/Type /Page +/Contents 1416 0 R +/Resources 1414 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1381 0 R +/Group 1418 0 R +/Annots [ 1413 0 R ] +>> +endobj +1406 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/component-diagram-tobe.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1419 0 R +/BBox [6 6.01 478.25 659.74] +/Group 1418 0 R +/Resources << +/ExtGState << +/GS7 1420 0 R +/GS8 1421 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/XObject << +/Image5 1422 0 R +>>/Font << /F1 1423 0 R>> +>> +/Length 90197 +/Filter /FlateDecode +>> +stream +x}MF9rݾó6o Yx : d1g[uN}!`~GWW*Ku????_ϯ_yj?M0~w뿍ϟ/?J=~9'o?F/|ޒOl?˧~˪9O;˟}叟Oz—(K+g;2)mN9G'@:㧵l|~Kx$V]vx>]>&P?o;MڊМh\NՂ!O?QTCڸ-2˪yG$@5t$deh~sP}lt|} }V_-S jjcۆ)%+k 's|@hU *Vl+iz7:.ՖA2Ų83v =P\/Qh;.TH蒓ʉNGS1$&3{T5ukWSP7~baCۄW +,:faL-XGnX}-oc4PcޚYtY"AЖ +G]H}SԷaCwT+/x~*҂ 2/!βPЂYp_tj"ͣ`b4`nyLԂ-@^}~27L_Իs+ E f&'.z2w ~Q0Pb;@7٨gc?4ƾ'#[&/P!JgAz2xGRmqCFq6<C.2 &82 +yT5sQ(XfHO&)qn-*g XB-x2D +иXX}&íB"NR +nʝiW^Euh6ĝ6Fyh˚M&D1}l f&=yM_SA'𖠇hA JjD3DH4JG$e4lv~ܒ'm<]ޅ Z{*mSqEf,,"l%WS[j~ʓ.jY:DF >|pLgӇXӧ_ .6YmLn;ðGpv #[Ҏ _ahq2q>Ռɻ0A[[*Xv %s7Eة4AV7h+Ð6@犣kBeD +(Lu[Q'f_%=cF^Wv1Ea +R4 j)TO`_93EKk7FCۈM9ZHl6nF6V֌M7,eAQtdԽDxe@\B5޾[=E7N`[ ̯~X>k&tK;܃~s +NQشjAѥ@)BWk\dDM.N` z tzT7qEl"CpRhxk6d67䝸t)BH5ݽ-t b)S:fB$8  nΑ&VxY9u9:i/)j##PqES:]nă'‰]@Zm'o8} ڤ؝'m&%jq` b[8 0]ᣝo{CQɵI\li+`c8Г5-DOjEn;pY!l86QO 4]s?48myc +GpnzT1V ԽMuDu~ZWI}Z I_~eےfYBO{:x7 ++~L]hٵ|1cxj+"O\PLBleѶO]MC<D<I V G-mpC8bTSֶy:TўJlQD^ Wa0*o`MW ar +M"<R.bӸr[e&؈bm[)zۋ±8{/X3(W] И::?h/AǓ!PHʦ dJjrp< :ѕ}3qa;ɒێ씴}X(1 +6گn,A']ceyL(*Ly^ +o^mmBuu\S5 5 }az?'­:MN2@_zB*2\^D֔ά:4\pzBڗ) M`hp^ROW{瞖t/;}EID/0P4&NXνI=gO73Ckw6MVt@*ܥ]r;H^U%V N5"coc`C+aDWsN>c#k;jV]X͑pb/f*x2cwy[49Es/ESBݢ9Eslќ3[4_t[49EEEsdќ39,sd٢9eќ#[4̈́7,s$٢9E-H\~lќhΖ-f欷Eslќ%Y4ghɢ9Kh +$,٢9Khr& |Hâ)=g'kΒ-[aќ%[4g-d拒Esۢ)YEsۢ)8YESP6{͚-f_YESPX4ƗE 8,YEsdќˢ9khΖ-}Y4hΖ-}Y4͐,g_9EslќˢɂD#[49,s$٢INK;E3eN/ނɋ_oI\Kˑ눓lX9 wx8,_WKWۖf&q ㅧT\"JFikX1 /wrZ)lrEsַ*m$S3)n^bW15UjdD\A?0o-28Z?o=Ncd!'0273h -G!q-\b]iHۥfm׉r{va֘mRޚArq(˸68F6)Ow,l;KkZk01Qz%܃`bV:W3ǥd=T`cLxy:|&]b^UQ.q5u-t֬-H Qc7K޸LY̓'f+8}(S% +hf 캿]vvrD&RA{Qs +.6GPm&[b쵣zZ@ej\U`1@ŇEOn3(Ŷ(:~pYAmlsiM4&= MQ톴B6x'~b-ew^ֲ{Ek-^c Nd Bmom;B +˦hx(}TSI +D}*ѦF,}# +(Who"= AXV 7ø&vG+Uh;w|q33W(=#zx@tkh:v4c)+*Cկi&(OZJF[g oXL7 +Ty?N<ƕӇ3VjF͇ hX4Hiհ 8x/iGEv-V ؐe!3GyIDrL[ʗD7\VLebaeɶ\AGϞYq'gW{6 q`W" `2~7wJkäu^x6}RHv}, ɪp߂+8(@ty/f^k~ȷ;38(wFX}֕ŧ> {O6'mfJ0Uc*$ V' +X ^5Sz7;tc}3:v“Жϱk:uǢytERa/mu/*/]@*փΏE$q>m<yV9eR7s6 eAeCOT=T >{l kU-l@.̉;xx9YSWu*"x+3h>b7Yl ;#d>:ŤI3}mgcV/$ +xj-*DClwoCٖjIfJD҃nЖ,[l 9"[9͏۱״TAf2xgxLԂm!j\sAqů 㘶bkrck7ZSFiaV= |$4{m64%h@kAY6 +˨48 p)Q=,i9PC񃫚EM- E݈Swb'3 Z&; ז +_ wԅ1͡%SZUС~#6ôym3liLE99[$:pQߏβiLb4gLé7$o -1$dC'&b=m%jIO([1zSm@#7"X iR ~W {e_'Se' & {,;Xz,ɰ9]bךWw%nC;%l:1tufNCpOrIAǤ2,X +\]$v'Jx'Os)\R`A6U-X^9K +"XиX\[΅WK6@oՖ\p<,tcox OYϥ(sIx.A%آ,qx^N\Y\Ŕ4GlF:Ds 9K +GsB9 ,+L1Ïxnq]Rٺ>vf'Xhx|\R`9K +s-3KZ$/@>m=KGse䃨.-Vh.-h.EwHQ=K_ޣtn>utstN6K\=(-zCT1/}Zևat#LpUL$ͩe}.,|3(b',%Բ`-R*!VqUR=VS#S +^rgpUb-ĜZVЕZV fKտ59Z bR*Cu9t;DyKCͩe{J- ԲނFkN-w R{c_>}ecƶJ-[+l*ԲԲReEjYe9d%UVK 8/ԲʳMgnTĜ1WjnߣQM9+\e +}=ʨðRi+ 3N~QCSJF5'31fH2rA@db--:R&)D&EF&E=Ġ5?721ʙ3 ]E&d21HAdb赧L L ݾ2՞AA +" fb?!qvR[ (2121HgbL ]C sD'e?NZmcX7OT˞b2:10CڼgSVJlcew"|n:ju13؆UѥWb.gU'f>AO?Wkh-~.#S.*6ʦ\V?ܩalvt/E( U + \ A܊]hcZqyT2VAE+|dEίV$AtVtnMotm+2=]` +=]+ +T + +,d&w#D_ԳU;|n%4@t92#fD:&81EW-6CEk5VqWx .$O.+hlmY +,$:-e&i1"ҵiU誻ڦ0Xk_%6ӥ8,KzKaC6k:Bz;&!) cPJlH>9$W>,Ķ>dl<=,0HH=>BU Ao"ɑ9o".o" {KD꽦o"^o"^HMh9 OvM$}.Wp+&qtޜmNo"ڂ(G}D5CSHR+}IkBATNP|}I7# +QDJSm@<ն䇙 v}I_ꢾqxrm|~I0ynHz.`H=7w[&"Dx4pjFtD(qvQN"s $P3QqP\f/gLOp?,b7 ˎ=}"h^,YAW=?~篿pKFO.K/Y? a9_'%VjA +X1Ɂ*ÑWvKsPg>MY$0^=2ӽꉞqMnA{õIZ2gUd~tD!nE3aDK/ +`^a^EL_1_ yǍVj%EGl|?hp1ʇ +'].! +,x[V} L[ϗꊧcȦm;@ڷ~qJI._#7xv@SSIҮ"1XetIDt &-! i)3qd ̾!G<$Él-128bs-Yqibku3ŜEߪY(U7]gtu1`[^?E+T^!m뼜 +T"=T@zd)wn:*( +&ve&(aӎHx㰏y 27Lp42 +VS0ߣp5LǓ4F~.sS(suR&O#V^FO Lvs4f"'3a06gafS + ?*U|&XE.N|A5// o%9 ն\z%g EAǓ۪ `_ޭ#_jYj lH:me ,V';Ug'ց3~ ?Hv_g9blj` 's0G- t*0q0Zs`sG4ǔnӴ_}؊c|Ԣ;^RnkL#vWep#2n|Qtm㲡"h/߃j"leC)ˆ벡eCAqPuP +ⲡ l}ٰtP@\6t]6l5_6 ] / +ˆ +eC)ˆeCŨa_ e.Sx +li@0l +Tʗ SGe7`䰷aWjlCFz_6T Қυjaa M,a\6T/j]6l5_65̗ / +ˆJ + 5qH. +^rgp]6Tb-|PuP fK\6Կ5aaBG.ϗ !ĺ|PQl%`A+adZ˗ |0!!@(',}]61cqK~]6-u0H/ +.//uPYfqPYmVeCe~Pyvl,/*[~:eC E-_6l˟^ Bϖ/yf vt0njF~ٰulyl -AW̖D̖tlVsM1[--ZjqöZK1["fKZO1[Mve6Fj0A0ܨql5X>̾fyl?¾\^.};8]%с8ha;oȵ889磤@QDJl >[el]p-_qW|t{gK쳥l5$ --pVlnώ\j{0 +խk}(6lL|TY݆ϖBg|rs9mm>[L>[g|Z8O D(|/-)-9Z|-9Z} |Z+gKgK +gKJ󎷒|r-8l5{4Vk ϖMS[2ok=8Q=ϖQL>[zR >[vԭg|l@gKqGfjPVϖB峥xrmln-വZK>[Z}q-gń׳mL;sr>C%9>c bⱶ)s9s}}}|>>>4Y=g}hOg+Ͻ涍Ͻ}>>>zg}uQ^r^pQzy?Y8tϝ?9srg<3 U)l["KpQhQ|m:ZrnO%&@?wgὶoY{Y{>ήdWϽϽ t@g/@cDKK's/9s9sϽFgh2S;so9so9sox)b6B#Н `5zwaݟhL'sF3g}N_ѣMy + >46X=FR" T6OԶd֢@滍{qo3S\۸=:2Q\ǂMiBx~\zX +189L&}5l< +yW/ź6_f8/+} CD̥<~"Yq^h"frsLLF[t_L! j(9Vl5wZc,tΌ4Y}<< ,6A`b{QZzPFul(^Q?)%8+"t>p=gޣc&" Ǐ'i}M䴾 (_B9^=$w iwH4{rZ_.䴾<&`(o͵Y|E"Š$FF5Oxj[͜x:YRqAm4(\Ps1<T>n $Ԇ u#iXm#@R5珇pAm?)Wl'>12;5)ַG1~6=-At=-Aԏi +5Zk5 +5Z38)zBqD4z=M jnDO(GOSIADOkci]Ӥ 4+iRb4(CR4"z@W4)iD4"6sr58)(k5]Ӵ $1#zW4-5 \Ӥ .芞=M zL:qEOS8ci:RY_Ǘ?&@DOS(skJqgǼ鲅)Kw4)i;-t:i-\#^)zB=i_L+EOP4Oki@=M/Y?ڞ!5rDJ=O6ϝ)Q70J0BA:=TwR4%SiRIӔ<ӜrO=ͩr1ZӔ5Z_qBqMGw}dkmב=IZqu͑!\h4S;{[9ghΙ5s~4sfI9G9ghΙ5s~4sfY9G9ghΙY9Ghqi49F3A_9Fsќќ=SٲFs[9[hΚ5YFsќ| FsќhΒ5dAdA`}h4g5,Y9˥ќ%k4gYn,YBI9˭ќ%k4gYoA=JYoY9khhΚ5ff4欷Fs֬ќ5i4gh4gٲFsFshΖ5}4gY9G9GhΑ5s|4,H8Fsќќ#i4MRڑ5q(q 2C5s~4sfӒzk4ќhΙ5sf&iVh&Ixp텺]_Z NnM( s]fu0Ed\ݣfm~yneXK͑AlP<GWۖXf*z(T\¼rkGL[' +&V.Kl$Ck?SU *jpqˬ[bzVS'#\fN]#Ǣ=~z04J`},q Sl @b1Ai6@>n~F(x 6%W zvF'NCε5k:!7d3+޶:mּ *ōlcʍlDj{kk$i fBn"GDr=c1?Lneymō{,c"˜Q vg:ox6*]INj 6eu;j!M&ЎBݏ2bHX\ = b$Y_RoXAz$Aħxa >-^.^m1m!˶Ðkb8"Bg(-ݚ@0XgJgJì'Oll8fDDhrVX4|٢=[hrWe!4S8q3.->\9R3|, F=ŢBJxuL|s\ $OšM;-k}1'AjQweCqY̳餆"%+?vZ۵*۰dGPQj1-#W'r^ ?{O槶'l,NL79z +*]v5g9qs/v[(0rIB\t  1||yO+dC5f$E K&oLO t°nIWծ -ˉvWt 䭁8ms,U/:NԊk}z[ |#J϶-ҕ $p.ȅ +hKwq.~@ +=3 !s > ޛ:Y> ڮ/\8mQ'G5(ӵ,JJ yWl4(uiKF7 Ɖ?.vtLU4./kWpXkj=XįM\zSf?pQɌ~- A3P*yjh{.qiE/7A O~ +W}91ɄX`ck0>  j֘"uE/ cض\[ϲ~{f +<Țd+vk8O_^2y@qtVn \f6Ջ^u; ߊfq줠9$ +(0lLmi--;f㟽@h6OFF>`^W¹nD;ؙ mٍgu>x6y\Ht}, +ɪq,?)Eh1-8?F}F_D VGzA2Tᇜa ġH3Ta])~MJ1i6xJlZN,[4 r[!M3:16.TK\ǣ[1D*`5hOiG9I9kQ KRC[Jȶ?|GwL~ՉM=$Ve=8h^Dr_虖dpZ=<Ӈ@t\n2dt\Dq˔kВ(`ǶWՂKA xcE9ߡ#籶Tk6No%Gx"Y0 !,M:Q~ӪboExj-*DGtoEbQIFJDЃU݂%-%LYGxrKQEsӒI\gZdIL{ %3̂~Yw%ӓ? )O34rTC;I2xW%X `ops@THPހ +~ޯE#:F:H:+bCGͤ,iO3{1{,!>;`[cef,(jVY(ޘoW$1S|Pyv(S + HR21g!1<0Nn,J旧Ycf| s+v_qQRdirg$s n]ihAm"#\%ŽzR]nٛ ϕ}o>Oξ\7oʾ\7Oʾ\7䃨.u`]eo.-po.@sHQ +7N޽tm~us:Q8s.\mz.P[<􆌩xh\ +?T2$J ٟKOsɩy̟KT璂\rs\r1RR29t40ٟK)soO7--2Z6HC*65Q@}OhnqP,޽ZV +"@ZOh^rhY"@WhY)вxC +eв]e{ɡeв]e C*@eZ-iQMF!}ȕ +qgrDLmS-KqydrhY*)-0)|60ΰde -tSvRhY_eheвHв\3pUd-ZV+̘Kտ9B#Z b?e ľZV:DiKC͡e{ՂVshY#o5Mw@(',21x$?e}B˦QJ-+ZV +"@ZVI12BC*eJGhYٔƦtW*Ę1WhnhcAUNՂ#Bu߇a2l0>в;PdC_T7#1fHd4"Gp*"(Hz'WRGDb "1( bۈĠP?"1hAߍH H +ӿ ]E$`Ӝ֑"1S$H ݲLxGb A Fb?qQwR[ PDb A P`KhOmJA+Τ)j#1hAY"W$)H 9tEbЂr Ġ=SS$Ό%EbPh;| +Q;n +xC+C5EbPȟ2\2,% 6H ;-t:H -\#n)B=H _L-EbP4&A Ġg麀[Dba7{#1dC^{- ֞"1(uq'FLH JR#EbPjXFDbpJ=w$hGbӜ֑"14uܑ=rNc#[kVj Q H ȋ5 xL#W˂2ij|#Wh۪ժdr5VF^wLyѯ=& 3ؠ ;W=)_vI\ߍ\uP-Ք,altzse}8MSU=R^ϙC4rY\S괗FЇ(ZqD)Ƹ,#a#i-Y)qH=֖e"6 Ցy+MCW}KĘ;\pOklD vZ\s]Xl]-_/\V;ovD'M(@U2@\ E܊=hcZq~RWA E'|7nR}Y+#t+~nJEKR榷e8펶J.&LK Իcgd/Yb G>ISZ_Kef1HǢ'|uLišjMWAZl~e!F6>( ҅af +%r&v[.@زFc4}a4*WDcb;ڦ'L=ֶ,^jf}vh]ܫ>"ꀆamt&% Ǡ22BlO>[dX>,>ds@c6 &\|t>jytf%QcO\# ?Ƅ}~_Zi)uUtlI]_lI%-ilI_KZ,i%]vYגֲ%]˒.KZXeIk%}-i,Hl_c{,'a@ !ah+Hw|3,5.dwxTz8(bJ)8["`,kE:&(}9`';Dʉ$Iȉ$ЕvD +Xzn)'@WN$-/,ܗ%Dw"ȶDN$"'@WNΨ I +"'@I+'R+D}H]9s" 99dYRıE7B-ع:r")ԭ#6H +Е3H1ْ#'kIPPomVs5FklqÒJ<6r") l)Wr @rD[9)FKVʉ$DRdFJČHENiW(Jfp=Dң=szO9FN$Hr"^Hȉ{M9Dͩl1;'~+( D AAw'ͥ(Y{ʉ#ۂG}9tBgʉd!RN$=. +QD;HC q@I7= +Q9䡶m j[qHۊtlEr"$).ǕI1ȉ{s")&:m?8m=D{C)r" <I!Dx2piF4DqvD +~fJA3PqP$n=^ P3a*Mgu0fsћ weHlk|^h^,YAW= "xBDOǓEdf%><," d| 2B3,ӃGx>t"5L7LdQ[qEm(tϏ+ւMB m!`\@3X -t϶j66f讆m'C=*7բnt&?hEH22/2a)0+΀=w>R/]"w-}IlD\@*U8QWq9ʞ*2*Y/V K ܮa!Pufh+6>%\`oXvw;GfpSp6UC"s."zto?ӿ__bKJ]cS]1?&*t(qz:0(]3Daky?BT{3昤]cc]m% =leeX0z4ˢiԊ3Џߎӌ2b8`yBy'*ΞB6[(y| (ny1qܭ7O}]Α驖mbN\%P]@ۇ氢]=Ŗ[ﲕVP%'ɶe{lX駝m}QLQ}f{~ꂗy)$ ]=c*XK :o/C +m#NE\iE,㉕ !řS%I7_ nxXŎ [)5W1nK@EXJx|RVMkg,alZUgUCwdPcE8[U`cϜ%yȻ \49

M!`ҹ6RUKa7,fxf zbSy$RS(*B}6էZC׈, ܚ"ҡ9J/ +mk*zH-Vx ^_$`[ +/ ,b?קV~[ۈUw%آыVzI,GWb:俊Q-1 TRۏ%~BCjk]ATɡ NL/gFZSͶK…mCb,EraKѬ:OF"G(15Am\ v<{z;Oz.wPA"}6 ++Ja +p S b*Ə.x)u$T5YIY3$˘VL(j,@4KuX3Ͷ"gH,ތڶWa+ٲOvsOgYW P/bm<\صQצ"z.c6l'm&^\kRZ.|X,MtIUքeuwq9wƊcصS09gZ*'"qSUu ¥c{ii7% & C9R[a*S~+ Ċ_ZMJNp8stly#fYu mLZ4B)zbЀh0fhzJ9L?@xiߝz~%zuիu^;}u*;]Md}?.njq}P Ҙ.Ԩ7t# *QT,Ρ_j%LbQ=ӗ[$N: xq@QehF]BE{7J 7(xYJٺg^C!˦}Asj:Y̤dOۍuՠKγ XP}VBxWeOʷs^y6;ٽ1;ˏzB9(. Uz1FaFKBaXpC6{e!'b:(%\׻4 AB Q#?Z-[j +۱UJ(+{5=l*a -v1kܻ&Sfk.h?HfҏIm=@+˦=)<$[ar O6Yhtʨݚ70aQW]۟nۓj6wDdflZK9WJZuM*_7֓@ko|Y* +ikkq1ZRkԫm0*kM+3az!#l-[ PcmkB wbo9 +nHpnD)UqTĒOqumV铺>.'p.*ΒH@]| "KV;U|6ß}-x0cK(yϗo={ 6}F.?%#^u1 ׸|ش"s{W +k7Xy_}&&wuVH%oh`r&woQ'PO. l_o$]5Ġ9AhR 7wJ +>LRPX8>6zqi|UϠaI5~Ztwt/{|:- 6'G( m@Դ7kecr6z6a %'sYliNfMmܫ-Cv,U 0C,J0G]YG>fn/*,t;vkOJBWShBm^E| nMag;mGxL=KG[ɤ=UɑMZrQif5j]kz5=0sA ^h\^h[|3KBB۔g@jkx t9Nm-h[j7g\h^hH ;_~2ө\{p훍{ ^hA M +./4IwyIB(4՟{IB({ierϟ^hIB&çI^^h24ɣsX]^h2$fx tyIBCl۽ +/4./42Аvy%S MФ 4$y ^hKt:B[B m _ l{N-^^^h+Ipq/%ER + MB[Oᅖem//TC&CdBӹ M>_^h59$ qx-x@?') mQ/E{IB[VB&Px!ixI6n kx ^h[ MB ʽж8 m7hᅶ^Z'vfB?r#ᅦIBBfR/4./4 m#.*'+hrt/48 - Z*xlOǽ$T^hGQ v/S1;+vz1=+r37SA.u5UJ'i +PwCtyжjm9/{ߎ4[J{|cΥ%|? ϕe'v:ـ @?b6T.s05u,L +ڂ(4vZߥcg`Ь|c=0h֚4k1h$4ٙ6; a9f1X[6@`ж]/ D4]W~iGJ}G~ 2A ]4$| pcЮfm7r`10hH4[+0hۯ٘"tcжa/Hfk n Frun, +Mlm E 4~AhĮ]T u5BPf_BJafv +u5Wr R6@h* 4Y 4[=@h Bۦͻ/HҺAhjf6<cЮydlt'(A@LSPauݟvF(OsT\ZnT;QF)S^_9C +|8[8hcѡt6Egb{ NY,! +mo6۾!c蠁Bh7 + J1hzn= ڶn +m}4N߮K< (`Qh m(4xPhA9 +J@MЬf! +m`ME7 +mە@A=q E=(4 xPhBfsPhB=(4C NtD] \vV$6)˹Ns]bƒϮMP1lawg Bþ';SC[Qq xw4^L+PU`RXdQC+1A-FAh$+B&-Ah[Hdli~ж<({켶q 4D"BYB~@hpBBq@h|B| 4mdM~,Yo>@h`;@h{l>@hb[$DXAhaжp! B3|@hBmAhlB+Ah9mv%`b7oU{cˍa'S9?WR4K>F?7(Nn}`eDl4~tQKٓжM#:a ~CˠK(Ё.VMXjg Ks?%rd?Q1 G2) +lK/܄d'@ +6~|-񹨴T~({S7F Yj&,:g1,e3>CijuR.+hZ-P/ +dM+SJ[)5fT[|'g@hEGXmGJQA .oi$\>2:;{Ԏ }OBP/i8>l;I@x.$o)Gy\0VP'NYsx-I;`s&1)tV*3o@ Ɔ5ǝ!#fk_/JѰqWPZ}->iDC>\s6].C%Vv|8zPyҍ< 7zWw2†Q v4KЖ̖:&ۂ6"_e[:ܢѽp:k!PlSiSgw)(_YTm}RtxMĝ;JV貮f{'A=Q4>j~[3+SB זwKK]*$sGBo(F|0x+nPŖ @@/wM(. {Q̲aV* '^ ܲXvK:@&3>Xœ`꯲Q>A]{#(ጲDlUX^}T8ë0ȍf5sX_ԇe;>cOEҩ:ٶZĩ-xM*i\-9Ys3(@~y\>}JCT{bTuF6_CMR(kDq]o? eF-k5 +^Kǫ4Y4deF#Xv@F#Cp:e{jeq7aLjιZF~Ѩm튄ܙYNKaޯVEfi4(XgξM7)ec(dmv|`x!JxwQ$#癀wlnAyQ9dnbᬲ +:sh.*Um@:c1lm]ن;֎ oSκL\|ԟG1j 錄e3Ot_s;3ǞJ,dP1]85 +dדU:d{h`+됅wԺ=sjXS>:P=tؒN8ٺjޕD.n8ӊ"1 +B3'N4d;긼 )ZͧN}6Orc)`¢" qs~TM:6?Hi-w +\jj8c rlueޮyUltIbȃ!Tjya$tGʀ- NMbb߀Y̴!=E9X6 +]KwzݥJg{hܕ% J*Q-h2ljT];ߣ?K#yڹ 'D0BȔfּvfFѳ[qS /|>t <k凞vN=gÏ%#ԨgD0zg$f?hD4cPxOnjɁxB +iFZ< Q:ousdY,[OΘ% C[B;4jj>@ +hgc :*(ݝ/8GBBX6χI6c X.=X8[՜ L'fa&ҡR3NQՈ8V0ǽq \:r_CC"TP׎˾k |2yyySfC(\fO#ʎc7~'4:_m0VjX-p#9̿O62-RM Oa d<\hs*DM< YawpLO{m)`1aWQ{ 5畍ɥLڏ_ڛڣAW])A, f6orPnXp)!J + TtnfaZA]ry_}}vA5)<}mavjU؄Y +JLta*Q Ak'56:1܇i8Vpxʯ/ FViWEeaò~Zfu0r5'~ãv]4;'χfF/ήc^)8[S]U텡{ؠGf=p#%nnvI=ܞ 4:Utk0;|C\1_ hT1 +fAܮo_;huJMN$|*MsHZ>AG,)MIB_<;T K^܍$"+9hEُuUi)6)N61VR +Ӯ9|UҤQ\\;C4_Re/,eerQPSewޮ02jOº|!\p궃%='gc6OI.^nnϋl%Zڣ0_]qnRL;ʑ{r$Fi)ÖW%,  ' $vK_ao#(jgl7Rcvr^dXC(uH=;I xK*vZĨ18QP<Λ ~ҟ}ƍb&554Yi`KI,c M#C*y^tC RZ]- ~2iK _@C!fkfs&g𖤋uY%V,b$Թ0s+.v5QAFI._̭gw0BȑՏN7KJH֝t0fTf yO) /q{ՂWx'$SVC5ݣ۫/}r +]pF,c&gs]S~4C Wp@ +ťɽ;i'l YF=mXxvgOI<9,f0u͠ތ t!R:J{[ʺtdY):7}/&_泯UjCo8ZcVCbj|BcQϽl 2)la3R 騂qLç,;vXjm15|,#q"I=❹s?sUSOAoTzsZC7_S %4*%{%2҈pyP:9<u1!F_-eq&ΒR z+HB7v#M8Ӡ Hlk Ej ]ty,06X"M37nZ qOXu5?߇:!U0]v 41DNa߉.*:"¶'xҝJőO<_`ZEb<9tȄ+O:Ci.T"9+hs49cVjPV<;K<[oFvoc!%#@e,@E +>&} +CO|Ewy;FLEITnmd.F_4#ɖ[0p]@umK&nGxI^ٵiXVxK$82 +:eX8t' wwUo Rӧn0k lrwaql*xL:nT1XHs%BL*8M^k⻮ӊaLcc.EjQH@a< _}R`rMaڞ9}tpCsg:;}2Θ!cz?GaȥAGMCuo/bTwŠh>]qf~i5.dPV("7 qGV,ިU~Y6xݵ\T)kܖ+4y?*+ph9ª3[FcoQZ09]?KDY{<8k Z2La ܱ?}kp^ŇFt麴\bOfL_6輯=:Qk⇰}jmUknnZK8Zs{P/F}d3 TlpiJue w*n>!zjg~FN YX/UYܨ@O%<Ty?Z$@/TLХ@՚g5UkoAZ ZsPET`Uk?P3 +LzSTuF՚;5Qzj+S|AH쬑Elz{PWQ=QUkUYW/Z[)U;2jnnTN+,|F],4jjmZ-H0`ōuP7ڙtG0~PX~iQFߙjzjlUkjgr2$F8v֨v\CEEe"=se8Zoqvzjm jm|%:Z@[xjmT8Z @9YSA~P +cߨZcBz7?Z;ΑV䅪 +ڠ.TmldGڞzj+D3oC·)?-#$9/ m?%?-r>\O [7*$-HiQ#<$|K8JC_  ߨ-ქP8+y#WEϺ$|%|o1w 2%/ J{% [Gt[Ÿ- ϑ#tKƿ>boH+%ۈ K4HF ߨ*>-d%|,}٠jBUC :QkХaCͨf- 5J ;Qag0;9v/ml^#gΛ;*|YȏxZD Ky~"ݢAy v'USPI$?8|G}4opmcM4abP&Ij5f_-j7ZVI ҁG3OPbl+hS`)ZkjSǍm(;ʣR|ǧ,п퇱USs|*_PlFmX7& 4 +N)eWqlzT-_R]}!Z~YEg6tF\5v}7QOϨ3}{yD ~ &%)~jm"y, 3?KYAgAEB=9z"w@#K>bE*:bQQB,1*ĒKvŒodX%v%%v%bn%}iXC,1%F䦼ON@37Ydpm o&QgKmFoL?:cxQQ0Yg%? sTe??cg\3?UqħʁeyaQC |=8vP, I-Ə.\0\֣aFͮ$e+d|G +PU70P<Qm>p'+!aPBXPpa@ͿzT\'S7S*oUbFu˖|ZL`/;1k + +pmbk6ipы#ԊuFa#aC&fH?7r.asx&lz =v ϤŨ-*U:d_dh8+9qs/t88P_e)iYb'D EGBWIEłp7_#0;kmQt[͊+#*4MSa^ wi=38]ST(Cy({C[B<^n~^q%ڏ4ͽ|zV1>,.ͽ|egߗoKp~eʨ6nc R}=j\FpYAJee9 +2~9L!C@1dpW{}W(0!z#nPo8ʫ*uET91rmCq +ijy(.PQ;0:~3< + +Md$ǜ+݋z6r"ݚKU::Jh̕= AH?ʊyM_z2N D_F$U9ry?^O̔~:|CF%*>!*?+]MZ9{ՕLu_UWJ"z*k,TJr&!•mQJ¸W+rN䞤K('JJzi_rQc?n!!>l|H)rwHnSX_EZo3ZXꨖ.J ֫%.>KR$_#[@h J &(_`NuZBX@~(7/] Eüo󒯅#v] 6b:{mGOJ\ZuV\cZ9>Kp8èFJu  Vrrq ++J{ f,iY*\£G.GKTQ}FFyxaD tE)p'0hq-8g ,?|Wgd@Kp "T\:?5 +4jHn~ ?Ǐԫ^t2гAJO sLk&~ulF@-AɍيvnZ9T=(_d724-\Y} [e1:Q3k3&su$QB3J7k_ <,GAuw[QW쨳6j1N}QnJ3Hw;:]˓jC_YV헞j)(Az$GCTCOT[0OVhjp\:(v06O s4oQ}óF|UsBBg_PC]5=&*ǩ垨q֘Dn<`lg>C-?HMZ{qTjDaDoQ@@ΈAkx6ف]HG(cj¶9;S IѦØtIBn^5BܫW䶕7?u > +P3{ +o|8)Z5'r]%=n.b@ `:cC݄4Ч5Ktqe5x=}:QݯJ )=̻4qҙ֝ +n0~|^*BD ҧiӴ©iDۗGbQ8%Ⱥߚރѵ#4fQ,19ng$ ct E_6&&DӘbYGpd#jvV<;6n4Q3E16+WLnj 3OԜsqA*ə0J7>쾩v +SR~j!;A fq>z)Y֘rf@H?+ڪ˸ڧxpHYbȏ eXk>?12r&[QY[DǺjKT.k FrvL/5_*1 m\2;UZ&V:2?),`4AO||{Fgo7| o7|;)oӟ7| ~o o7vPo~o}o7|o7| ~oo7| ]o7ho7| ~o߇| ~o?ļ~ooAվom~o~oo7| =" ~oo7| | ~o*~o,~oo7%ǽü~oCI~oo7| } TsH~oomo q#`{o }>s6lD!T3}e#?;c. !VT5+c0 1x`S^j$߄ٶl]IXcjXIy~Uؽ xj+Q0AN6. e{doFYr6=X'`+Vps pozJXܴ|m$TάI]"DZ>a,a0:) Jc"޺sՕv'Yk;"_|[nΰ2Ak[y()#|,[$r~ OJPHhH0Rbយ+Pq~+tmFãN&9@mk*\+h +#/PV(<9T<gS\ׄoqbu g2|߃fSo5EX@w%%TRfg CWVuO6k_E]:S&h-r!BA%t:h|o"zУ$8:~{M2h@N"+Z\UV/jWeuoԟ粨r503ͷfhOpvmc_za*-DH f g+F~~]p~J2[I9ߕ]aѷXQ40`ABB̅젌#ıQR4H6IɶrwC#B66: +V/ԓ ea-%h7v7k0An+% K I(a%dC"@(1qiչ aŜy)sjI-&˳zLHXOIQ1DEx0tOO?$d.Z\WdfQ㧝x+ڒ.JhU*J167VmK4eXEE#Lj^ܯtoB+uVq,r4yT^xK[j@P/&hQՇ3c&OP0 ףA}maFN bFw9uh#!c#a,_SVlz͇X\h"Ζ-4 %I<91JDc0y]?mf41R'H0zq#nK&-I/&b(%'raLkm߃dEn''Kn&Cr?MbgˉS-k;@p#kkGKmAd8u6qyvǑc~ =U2'U=%lM%Su%dzSdӾCU|a a1{z +*< R%2.}̩qYc 3y%@PO{Kj^&gγ+ +j| 5CIt5o/ѡϑhS.݆M~LzoQAuF.=.xYTᜠzD+a-C;G W)y+ďΰ""18Ux/>Aw,1#VR^otuö .'XW,X(ȸJ6"@ Bw\Xrosp^֖Ҳ32Sָ1&>mVLR%l{cWqΞ}h@{W9;[BGONP&Dˁ ?Cz-m㚔=0=uEQJI]?nh_dLK,GcjoVjonkp6yY}'=iIх46Qk5ۤz5YB&tF\ b;&jhO6tF\ӰF1&ٶ+{4A]1i<㼸l1(;i=‚ԷvihN_TcxIQqMwΈ$6@a@4&!o6Y;dI^d8%Qz`HvɺgCZs8g~D ='vYHYk 'v  >Y ¦;xNd:~*4sSDւq(G8uVqKNmFt"kWVG֮xV; + d|Yk\o'rYkltwd<;btx>#HNdZ#1|D#≬5Y{I뉬S(#kwGNSY; Z#xNd-O#v9"k-=#˙#J`dm$(Y 5YkXZgl-aP2wdB V6l<"kWZNw"kWeӉaDቬu"k*2Gd L't:Y;sD֚cD9&="k-D֚t"kMzDZ‰<jY>pG֢Y}#DV&&oyDZAEYksD䉬Yk3D.^iYksD5܉Yk*D֚>#kA<֎Gd-3'6V( ኬ쑵6CPE{9wHrUEy Zn'펬hDN61KFd-GdUDւ'6"kOwGBqFtZ'4#؉5ew"kůZ#{XW7a[±M:V>(n+c_Yp|c(;VQm=|;VZ_Vo^72ot`7cwz?XƘVoz_WZ&+I4"Wn+ߤmtK[n+|{ձM:V~Tczca<.+߄c[K +?#ʿp|V~ԗpV~4[T1_VPK7ÇҰP7z|c=ec%1R_&}[1tʏZXE=ԏc 8xs- M X5L8oF8xY'0[Dߝu7e=o,|r:oVo&<,2@{Yitn) +?>\A{WySz&j {D_8#h;EZH,^ɫ/^~$*죈#0'[O[+^5М;椾[7ck +֧H~]Kt`]\ꥩ;DuʳKIMm-Οv]tfוH溰l󍸯aYJuJ 7z-F֪[6woPrOgTH +Cpho[4cvGYc!t",H24FHY|5&ĘPdDLJ"˺%ly!O[ž)(eY¡RqEa x۶QKdKX05S.3w* D[euse!wFipeZSrReERN_?1Dŵx`iC8Vl"I:#,֜DLgZr ]` ojrnݛk9tk$8/A1 ʋk%p)_ MrIv3:l$N&n~AUEW; Q6N6KK9t WNp%ư7!{=H 6IH3wǷ>iCpfE>oCzF)psF΢v=vSmUM%?τf +!!vJvQTxa9@XQgw6:3Axo AO]LדQ' dQۣ`$q"~h4)i+aRAs9*#Fy,#褗yzYQ揜 OyYwdY-}fF)_fJhWa?&ћ_9%nNIh,?NKǁFt=g&8qU}w=dk>i&ד/ +rm4wG3N+),7y=;ߗG5&k8UGB[2]2/C +[gϕT"Q~}Kcxﺫ5V>u +\*O)jp5 +#zSI>A7?;Yycg}>R8rFjĵtRV41uCCΣ=80Nd0 KWx#}A ^lF~_lF~_lF~_lGB/6b#+FN/6b#F~b#>_lF~9 ^lF~_ld~_ldYc/6򋍜_lF~Ӌb#FQϋb#/6b#F~_ld^lF9/6b#/6b#F~_lF~_l9/62݋b#"b#/6/6loDA ^&?@H^TђlT$] pȤNпI?IYRUa#,[E O`H g%6) (Y ۳ ER7N<GmbR{hbUYy*l*7LhC&Qud $ !Vk\ĸ${$~ݛb%0ۑP&pUX;3>n oxr9c=aG ІJHVf{HvK1΀հf9QjI]pd~5]@AI.nݸ3kܵ]+mF=NkDhJL4/`A0PO ah6ٻ&}Ⓔ<{T&%< J X {` 7߳]hǕܨ[7f !K>pK0I9EF~'ߎ?HXF +OW}*4kpk!>L3L~WE< aH@7eBq`JHJUZE=C^4'BWZ VP@\4kް91r`.m BeLQM6|o†_nt4u ^( L3h;ZdlO3$ hWza% +dLQ4=s0iSfq6 +ȐV?cDP"짓Y5d+2-ŠLBSVۜ4 ߊ"xu,&i/WaB"+A0CڳwejIk0&aJ~" |TLɉ1'r3Pj16מpfU<:PkTXĻOPۋAx f>~P4qJ%@v9:ˀTcw`Am.T݉ }aXr̶&W5~W,;`s!,®e!4e74(Q&kjDvE׈9XqφWaIlM5U6xu\fosJͱқ6TI 7֘{HKЖmy:xhRq+Ԃ[T+TQjAQ}b 2bҺאi:z:zz$_֗,`+@{`-5١r@l +㶇s\FQZP}EB-3k}1Z=g%¹u7JoMՎd^`ۺCP{'0pg$O+0e ?3Wz/?G`d/Qy'1pVMZ_eDBTY2ʔ5rW׶0zP KS")'vA{[v-&g,8L9EZ0QN˜r㵆) y!8@{dRlSXU%.sJAPc_ Z{+1 +7G#.{%csh“jy-FR.Cv~^Uf[影]Kjtg/ծf&X(JSmKZ9}:T[ypڔ@quvtS[q; +ym8g!`Yw$}]vcF%< %vNْ&sߩ wn5^ז0Q  +4b`sb+3ppWqNsN >,tT>y:@LؘF"fІ) S+̷}M_9ܵ5L@td .窘 ̕m_1,՗񠆷鶛Ȟ&'\?]uڠ8_pʛ*O 6^ہ ֢`v\H>P"6 r ݕلe/9,؃O&G'\-?wk[*՛xgn+:47^'&ͫs[-w+$Få}V) OU{Cpp.5=_758#&Mm꽶H$E yi[" -Fj0lvmuA&k5KaɌK +oc5`cOf)"E RuV'TՖ&kɟf|˓Լy@_T4HT$Vn.UJ<晿nP✠uzL9"ӢАy|GIӬ )7đZrQ(n}`Fm-ɁF 0[S-֗ڇJ}m,Ya³qg/^Ձ`Zvhڏv-C7<87PֶeK30Պl 07=*U  3ɱ]~qtNmmIQRaU];K}O=߷ _j +,+a?!u D- +"nz0ǖoi0-v&Uvf&Q$\9q +hW3Lɶ_ap_\rX#:Zbao~I| Z\l +)o}r ݵ hC5N;hx4tՄGj1ԿH#ٔ136<˭81sn;l8G$xN9\ 9FPھYMY3M+;KמV &.-CߏP$ȹH5b懲QɎ]YlU=>g_n ,[,k5!/|׷$oz-~=haDZIE$YlPϲ0PT(M8S|/ԊweV>.@[{OU +&|_ uhh}" +.94l. d*wh]x.8aiyP!X9GsACc,2Xcu>(ָr}aHn?~z[6ܭqm~]7^!hJlޞ@ $Mek.h&:iᯅ4*[j랅9  g>VQ5v큙mt +Cz~s8\6=U>h + B5xò7xEoloI?4c){_Rž`UOo27ݣ +tբq8M ϵx`V荧fy.p!<$;a й2gGЖIA~qXduàIt4 lHXdV'"OvR{")^njz-, uQ-!h 5HE}M pw1N^.rE?̎1FnC-# t{}F3aH0I%Iv*~- +fNVsȔ_ +L-KM.SAUc^)4{QfdI#;t&)LS#`wEZ0UٷKԝCq ̎F> IN}A"B6Le+Xݐu2ʐxYsq9Uلd+|Dv>HNY}P7aqyqoĸ{]I Nwz" +ӳS|~vNNq5ĺ94k-qƝGҝ8Y3 zY3gM9LKs[}gKسE\UtPWȴY]NNI-,$jfN7!+!Ysǝ{r,߽c~Ƌjx-xh;=;=Db=ѡcM;=-,A:CCpƄ .L#.Xk^qf+=+=6PxŢBJ"֦ +UR9,!!uuz!ug=Kݳ zYoq@g"}gō@c[=-n%̌/ŭ VoOǂ].7= +Iܻê">~@'Z[HeVo,BXǕھXq5B&N0$+=cKk0cJ+=Ʀ{]=LYu!^[Q~gm̛2z=.atYJ7x$+ [\1Wz`ƕV\1jWzv +r\u_~sm);{݄7B¶!8^mUx +̹} +F\2JgD0cԈKN;('5_NGPO)FP{&b"uF 8=5Lb] ᡚ23.c2 f<ԣ1GQxK ՍZ[ڽ'LY|Ӑ[6yk_̲;ܶ'MQz<#WFUTEՆ|՞f4fUY-OSX6a^ $NJ=;ϓ:M'NuWRzƸU4ʃęrkkϋo\a+w"wX6bcU{l\SD"qbɰ]WlL okHV芵+s"g~ǝi-6Y5_xRD5hsczmuuD/%$~y#R\$V*Yoiky#˜f=zaWT<<|r%k*<=nISFժ+EbR Yd|tc]7g?aTdgDURC σhYRvga?[nxTZp ܌)̀ %Ptӂ#"MaXnD9Pe>D=[Zdb(OGwwHX_6#2+lv2|&32 y2I:`.yU?=bUnj䨬sP-P?Ѭ$|mƲ?$x<|Ah^#|@/X~Y;(7M]lngǺX:^rͷ{'ܟrmw(QJj~lQqm\u}ۏز1;+o+k$VEuYAT?LGwl3/݋yb޽w/݋yb޽w/]z1^̻ż{1^̻żK/݋y#ż{1^;_̻Ūwż{1^̻b޽w8r/݋yb{1~d}y1/݋ywQ/݋ybޥNu_;ż{1ҋyb޽w/݋yb޽wxw/݋yb޽w>T/݋y=ż{1^̻Nż{1^̻yb޽w/]z1Vϋy+#/]\y1JϋyWz^̻ż{1^̻ż{1^̻b޽w/݋yb޽w?/݋ybwyb޽w/ϋy..ż{1^;1yb޽wjy1^̻11OBA?bGJw. RwN'@Y`0 W˰k1? K*r=hqTux9 <_,k%0/ز + ˵lT˂P`zo&)@ByשfEk4_ ģ?OL #_ӱԈ7 xAB +I2;rOmP؀A#>?j +cmHZ3 a[Vlmau5x , +X$jRY8׾&~yOeRbෆ: dRPr ' +""~Vd?Wn (W_«lhT ̪5/( g08HD4XqR=8ƚP!cr)> +̟U@ 8kXGOr>h2DP*NnQ`p%ކTc1oPu⫽ (PޝC5AA6Q,.[ԅDUiҘb& B`$(R%$ !gP7! m n]6OK)6kyx]@,xo0>FyݞġlbٍD([w`_fd0tFX`4qf H6E$FsGA/_5BJX !)V`NEhb K-; +Fghdf9Y0%ND'٘g7s̜?OqWzoF +0oW\Cs  gS¾jVa`RAIź䝮1ӺICc?66"5W, 6FM`3ӄ|Zeׄ*1N2dU9/.1|d i/Ƙٸ?"wA?^4N6n +[o 4+J|_4]wui2!FuȺՙVP=v5_E*[Cܪ PX]`q  +U ><#'l sM$*q\LQUm1/8$5UlSe5v9xC|;x`o@'%PhܿG%%&E*Kv4)]eH=!xoc(е^neFkaz3+YmŁ Ж,(.:dGXEu(Wbr,XBVʨeԥ>W3^>L\߼Ӡ4I1+50^[+qj*D+U@Rq-:GPT#% Y2 MhI, (U(PрF%Wtdub`e8p3Y mbWxB<$MxB5E*װVL+:P! ƃNru!·*{Y ֠"cR1R@l@f$=.^]xUx8m l3ow9~Nڷr ډ Hhz3)F^ԣ}ecS +"~>0}`lSܛLY6ǵ9!-ga/&%%- ʧMpGGbY9mΡSB39g5;2Ѹ<N> + X<:} ,axsrٓP\e/W GX5ԍxb}FXy{> CAֻ+_d1hpZ"%%w{xwzb:;5V0DJ8`xڛ)0 6*gk2)<* o msp "D5mz h_qNܱ 9=|wu!iط~ӏpvcgvf  .|QOJ q%z"ĽjoRb*ޜP +\Zw!j1ԾH5^H0Uug8[<Et[Fe@ +t*at@y>ܴQ;cU|xe1ǫ|++95xaM8I +9<'IwNl0NLHHf&JX)'lvD: +b6rFUD.[ F:)B`;DQJf\3k*L! $ҺCf*|)^XA!<α#Xh HV)4ep4 +se=1,/@pz_tFY o0Xo؆*]SGM4$&%J) sIgln;ԉ8V&6l6,k ?v(SNPg i +LĄHҘQlZ$kؔXP7sp3LlFt#VYXsD.z p<^( + =K6ch$ej6)sj6)x:5on Ӈ&ѦG!1!i!5M!GaO + q[9}):XlpPǜ`}?9 +9qHI@Cv_ i;7FnPC,bu߰=YZ +Q ɅM#%˯|']UjjnQ2$P=yl;DrCVYCҽw3LfkY9dB);a=#a}<xXwxXxXxXwxXxX;a=#a} 9.2n0b@8}%XC +a#Uy? 8&t|XZ $T]'dDفVW띤8"cu /-"A3إ/&$B58:2gEׄoGUN'm&҂O[(,!UPƢ0ׅ,wMQ6!uеME +"d(׹*J`.ǂL +j ":(#t<33!5# ꃚw tfqP2:)ڄd +G=oX|Ugjш,FA2Oi01nٖH?+o.#'w6ṳGZmemOZ|ⲻ3OBge tf<BWA% +1ٹ' ˧# RuOa礨1>dEصq$L"f?M3-NⅧ@@8%\7բ LOy>lFW:r6#IW-{ח㍀K,~dFgje'=Ґr?n?^s>6I&rwwDaC;2Eu0n5S0Kc{w^NVtkdC' + ™*['GQz#oK~R|`o/ dRנm0$|8F)FMePC>emÉDXBHKQ̧/rB9>+ 0m@;8J,/ r"KWӰR'+p HoÍwȣbhjz ۞r&kH$T2f+RYkK8q@㓣LT;>dvQ Vk1G r˅2t4\0t&pBnÅ"Zg 2Ԕ 9ն=Yt\ }tߤ4i+{@*2T JzNy!a>f܉2C>*% OOwtЙŏ1Z@it'avPs/vGd$aQf*xBzsSay=E\X0P$+{{]_V$J%(UVҡOr7룿֬S*ًzbjX]ä3?t`b'%NFHuQr},"SyKoP8daѹx|BuNY*F{yāY)*HEϱ0ڻ:>?bmMjц*yz +|({Ӡ=OuLm+q0͏#T?bsY7;JXn:d1"$]/x thՙE Aؘozz-+ĞFxʑ]e"uyhAM`Pwl Th011zʚrd([t4|%d,wc+KkOC~#Wb^|T2?'*_& :Py|tD"v|v\"<ɖ?ԁaxo+_ԾVca~VY*W-WXO +Pf_Mf+B~*ŷ$m90g%!kJ{nB^q +LЕo%O +FG\>bۺ7n^rd.X1JGm:盋w $yz$#z["ߌU(m2|?`SY?9%߉K(Nr PJLHlg{%LAZޏ(KNW;OY`a J|vf +L! I3÷r %4p=g&8)t=w+b{5{OzyzIrÔ̞Px|,oPFS5WڝNI{L&6Œٵou__uRUZu.M`J}AW۵{HFd'Q䨓z1ɥ6P.7Z4/t +*Dt*Fxjss0JqjcjlY*ĕĔvH kk#6kf?c&]p5kQ>+O1{6d q dDd@L]z&#BtA;垰uQj +.'՞n]ܾޜ*oJUڟӛBZ=Д CP)ɪqo@b].M37eіn)g!WS89֣sݾO}mF}߿u7i=Z\@''oGWk< :i:gCS9 ^bs3[Yf FSš}j:.8+6?wJ8EJ_CB{2J{?6!vuLM~}Ҫzy\A3X*7-ZqC2t?^ӘPAJXڧ\BMF +N"XtaMP_+mvir)1pcdiLϺfi]?5|<d?AW1鮬;%^U<];H)Ō@ Pzyx^x"M29xæ: m-{Fq`pXGsO +ު79UvTa`rKm_n^] b2'uTjW]" ˈLNW;8d:ۂ1bqy/n;q<|;o3 w` +R"׉sH(0U*;̈́_͋ ʌC<ÊLH2a_\^ d䏔Uv%+)& BrNѝĴ=J}& ~S;+[tPxRFy]n.n]\=r~;l8kM²ɳ=8L:͹Qx+"OidwnQ4$ +g'ELuBnS +PMvhclSG<[s#VVeWeեKGW~Ā,x$I4tGllڭ*Ĥkdg-c4hQ:qkI#kguјUضn> Tq]}YGtx5U:n>QlolUp. +gwdFA  ;T/QWf%qP[-qx&\Rb>g>c;wO +(c# !Rɀz2rPKؿDHĦpR vHznB\9+rسe.s72 (p2-׎L fjLjdO;m[9~G;n0.C6'!3U1SE[3!G5~6ǎZ~B\# أ8%M `H7~HPœcW Y Z$þ |OuY۟+FP-.ޘޤPv[BzTšU)VӸ\RFٱJd8uÅؘqw}b>x1ܣ&_VTͲ;'wS +^J~ G.OтSxj+Z7+|aLn ԢӸi#oݠgLLQ蕮aO:yOworM;K͜Tnin8F3: G:n>e]Siy},D[+ҝ3 եz~cHrX@є-y` >\KkuP0ڧR >$msL<^H= !K1}HiЇQD<0`vDE7^"pR/Ntxxl#Ƞz|L/]K\^"#/urAIf./AƁeu kl unD#2vL%2KWC)\빽DƐJq>8{ogp*xQD6E-((/^hns_K/fCz'%‰j@7!H^^"Kd =j%2 V~t艿AKd4YO o/>w}y|<==?%d "gF]JPd-E!Ե%2p/IxJ/^"Ty"FN\ݽDF\^5̃P]sH1gc{DޒG˰rYbvaǸ%/?Ѷ ΀1dRnK"^")߷8C%2/%2%?%2*M1 +꽼D!a,/X ڷx%2`~^"n/A_Qx,:Df2Dv_[DKc^D&w+qo:^"_j\^"3` +тꗗ|drˊKdRxG #/~yDD}HZ8QƏ%k2|^B|Hn|4MEmi-×%?$F9>A@u"}Au }:>c }:>cH~>cHN__>> }Hagg؉v"}6E] \1`OmhȰ>hg؉D\HNX$W=>\];t#}:>cHH0u:>cHM韶-98Ll>|Qx}.o2F);fzX{X bzX!W՘ʻe:?C*yDVU;dD{:%'Sp`O+j|h -(2_֛lѣECm_ڒf {\Ք()@:}xҳﯫ`!i^>Eǜ[D3X*m~+sIvG)٭鎏X@= .pJ;fh<1O%=-ImI^Aޏ2:__~#gW2‹f'MZ־?>d08_GM0˂ YUvj C?xͶvmLgp0|՜,*̰a\De l1ˈ0'%f4YZ{~< YM?ÖΪԓ)NpPKc +5s4lL+NlUN+V%i@pE٩T d |'E=yhL5,;LRM|ԅ1|>ltz 5٪^FѴl-Rwgo 9k;T,{&WL~0lۃbDh`5Dzb=ن P'[`FGrP;<yz[솵M bx$l11[nA>G60L⍧Vցhs]9}+lG Le/!e270e%e`j&Ϧ[UV7ʢRY59*m#q>DC,kP5ЖV/2lQ;Ҋ<7Wl|텲LbHդl;TjPQg֕#Pm* +6ա|䮻GeSʛFS ^|V>/jzM|4Ss%.BSXRShCSD@S)rS혵>6_N<-s|k6;PnA5Kc7*лBuʰu,)Y'wZnĢYW<ky_ڲ5y, " 4*5- A3Z'DX[Qk!OL}JYlCM[VPrcEh ^xc:1yރJYʋAK1ٕ)`b8cռJcc,j|T*߃ٶlretrYooBkPw^ZM'K)9D-z"rx1v9 )8Və ܇T4_TZ1ދj4C+8s(񭚶,j3Ͷ-ٙ)]Pû _l> +MTnc_iT+z/АtSd0lW-ڄS3yZ"jOyС<< #sĬ Z*4̶SՋI:yJ#@Uc@ݧ'e2σ0G_M#`ϓ![fPT 5d7_PF#IG5ti =.[mlڷZQ?2zҿx`g"/D\ ^iI(A1fT-[IZ[/9b?0̰e;1Ԕvw`wNYzj'|RۓWoyAȹHӟ?NcnN!w| ,1Ηh}@|28.W7' dy'qC"B[4տz7nϋk֐4x!&AP-Rч+zW0ol cF Q)X̘ϖ"bm%Kxw @HWd3vobG| hM7Ih"bL510&F乞}ĉīGDS띖x*ɘ|!ix@)EG}N 0]uRN|GSҸ^f%ȨM_\|QN|N]H|yDtJ;=S|QwEA#+=_=SHwP-;q; +*~isJ=7q49^͒ vz;=gz>3=}ڙLN>Nϧ& f1s ;=_\mA{a둞ϩ/aꑞϩzQfzxmae7Gz>ѧJ8X&=e{jه~ +>𗺀EA1"K$AuTSc=W&]T !m-&N7H551WUIAl:u]BC\<({ﻇەgOho!y Hns:Af!?4KwF) +<_(.ך2}nʯ a(֣' SX.]>G~ NG?Jnzoy n7rZ^ZϦj`Dl9(%ηҚ*eؘZ;Ԅ#nس4DjU%U6ζswdZNdoRʣ+/^yԛ}dA{@v&ׇW.7G6ֵ2Hy~#,nA.B&Ug47q%u[P|O%U:]rf*_=rkoVT3T1$ߞU>ezWd<JKl85P ޜ>Hbw]:;'>P^8I XaJ$](9/k%]1iJ)闎z?E<*!`%&} |bV\ Rg[Z5d@eCq}E} ,(x,x8b^x#Ca@0gG(j|dp3C{|v83ٮƣ4?x #EDe-e.|0nAй7dW.zDTLaAONK 3mi^ܡ"؏}B̿0:9~0D + +Ec[y* iS\+0>;&^Ȱd)Y]ErdiΟݩ9r!YP(hʑƍ=ܡ9+B^}_>S?||nD=>O ~3κ!w7=/ 둗 ^<*sՍ>'b)Rۅ][zʪzu4}ͷz~~\#26舳pgKD'Kabyrz<#{js/>S/`\uLn鵎ݿ~ 6p_CʞFme߂*/O0@ ʹX<^aJޡEE 'Yjhڮd10 + 1σ~~P=c^ B(~F1`'-_p& +: +xF顂Tc +Sܙ緪**Ow*| +Pb~osK5U/3ALv!r,kb`Dq;{N8gC]ÂQFkpߌ,Z{L|[gB`V*њ~[NBqW9g7nE`E5mmҢm ej!Gy=6 do]{rB<Ƈ'1QegO&<rj&(gN$iz^==7I|Ҩ^-N[d\?424O棌$ >K<_=vt87èt?}]$M2Qw |\d37Q,֭|`@`PT2-'hiOE Kzh;cz Z@Q$xb;gs4u-GbX=!߱9::{`:rj~je%p0 %H؛ohV]&@07mIW,1۲-BbNoUoy3SeH`Ux%7P=>d%$p1^P-` Rݩ&&>o5!$MAp}|),_9N4\;hIew!巇Jj/Ѹ+oec;$icÒ:J,,1 vA 48pPɬ񏳱x;g04CwJzuQoM ++>k/)8e/ +n +T($!!TuN\a2Z*$qN-İ&#ڛ`|fZB~P GAyRtAwnl[l͜sr+@h,4ps#$#gWIHd$UW* ɦKXΖ +QE R+1"V%&(H/՚psGos,5ҜgCⅳ:ۉ6ɟ +>G7&GD'iNh] y-p( b(Fvv T޾1XM#C ΂wk8/;y<  x{}3n&W]S kU':_ ጼ46ܕnapY27vC Y:7fUs|G|(<Ȝ-ؿLiv_h`seM(]=ϩ)'u04byA #`[ԙ8XB+, ; + me$hۚo-k[z"r ta^6c.G^X I6ի I Ҭذ3_InI[ !'B!S$R!3P=D(%iUbZQ{5x̴π i5 +3wF-zvOHptFF!&8!#7_Oo<sSyx-iy YAiـ &_ b״C' ByK| 4@;&*8 +]WwFԾ" 6f4ض)NS|Jza=7xvcuFl,nOleʾ\NGm02XNZMST} +7ԉpd5~ҔZN163e| ;ك/8r]!,~^Pc[Bs&z0z殬]U\C>7Ƴ0w P*hB>_JԅP.PekW0_ڄ^kJo)/quËy~+(X~/za!9"ō߂'qΞb +D?U/irݳ)r# pG[~곁NoS +ywWsS)>.-6{TuN_;S>is` 8Zj&,8nOz6Cq 4vgwz=!nL0ܚH`layx J$"sNAhp/*C!;Ir J ڊJl .at<Rj测=Ƣura#>ݮ`'ys{zv31~"1;md#}jZPT 54]}ҕ CMؘխg 'TUFu%Ã:=`&eI{@s{|3`ܩa'[u!v0>f<FƅjM fzsygI'JyTOT`_ qóWVhN=<ӳ|t4ZLg/Ls ѷW˔Y7%W*>,rrcpO2TۮˈNfg_`*ICmw [1/15\y+"lr7<uOBm~U@h`7l748j%x-kcOM뱲bQٓGTF >SNh.o Yû .a+SO'~pHQEA)QVx~a\X൝7`Zz\6Af EaĶ/1 cF7UDft襁De>/`F-ǔS>T!%fhǞ(iJ@)Qhzq{ sw!33Ч^6Ytr # vVY0d__b22{P%ģ|҃2ʅ+I̥`.LjO04 %z߂NkGڼzD]i"xf<\g=0\ħS]ƍzx⋦ 罰Gr'v9P;YТ}O ji𿙡◚7_|1`r ^(敵‹cF򍟩,^ 8x/CKhrl?>5*orE@.ǐn+.o~gIŴ'GxivA:8OBYx . V^_ 6|hQ [~D9.-ޕiUx8J:\}BP/O fkd w=B^HPt'Es lI>AW{T"B+JujĖR+Jp@ÐE`F1t=Ǟ v ςO_/m{pi|? 'XczyCzaXT$8[fMe/3Tw]]޹v[쫲fB^6~v!W)K<lj~;)GZkC% +@"d~^Qw+ b]@aC|/Toi\s2g}YpEq ? +4>G_J +@>cwuSkDM ނ"hqE:]t-7 +X7ߚW 2r!YvnrM06l)ixgᑏdى |Za7nA$ک+%e k]wR.ipE5FI1QP[x9EA\dU^ '(j􆣉="&qo8Q0azÉj 'V ) QQjsΙ)]ʜk)0&;IjJ ]`/~*6ueKY 'l[z'3-;fyp#̓ Udh?7 .$ߢ*sR;g +|e1] ivg|XSKBȤT.e)10\rbٗ›{j/UbƲ7i[mfU,ٻ>U3SoRl1DunbO"\LԣQ˷EL^oqڪ[n@ކ^KL 3IC`&1t@~Uv''ЇtaWKRT)Dujx|01I'b6N1j8]Afiݜ( D4CCiJj=mRMJ>qI^`zܠ^o=Wo)*EvSWV -Dnr܍}caa=?9o/_#8Ihe҄&0u$3)+*pDy瀞||u=ibm`hXt=PۍnS9 ǂN:37 +YՏ-$Kzj 8 A:cJ 9żtٲ(ZKAhTyFZ{u  _*xkp:;5}xcqyMFѴx 9̧C[s;:țu5%cS,ڡPq,v4oYO[]. 9Եp -~HD5ۂl;e[סmáP8k Vmr9L k +sjleoos%J!l{H7{mp-_O TAA-`f堑Hh^| +%A]C3ȶMT=\0abE^v.i# jR=ȩEvk=Pۍ!uψ,l?)ŷsyI&lS%t@JZbr2ћ +娟CēYUG~A#GWA R6 tc`vAIf6.쑻.frp>]wOJV(FR95OuyhzItȞp=`xC/U?=P)WvQ{* Ahvib􍜗7CW[ȠrKq4"\uK=J=n/n`G#2HAQ5K4PAO3j BN*vAqަP/pJzy +JW +džMMiM+簏Qi~XDK-D'>Z|ҞJ"07ɱlwY뭝m]yiF\.@6oTvq ڲn +/9ĦEK0ܓ^Mo;̐ٛW"iꜛ8 ʍ+Uz.I?RPh.8 ܆T+fw> +ME dn-B//#EF6fi o,X=Mײ'h{YۘFleG= լ~:5bLSݫ+S-1]L|5vJ5$cnVKMsg4ѣ +e?5|ArXąϕe32am; iEmGXuz1@jU%r (&xW*RǎMqr^kP Ip˾|ڬ@ ? +ot\6 A "V:8ux84a{4=Rf~տkW%2 0I"tU uGT +̬dC.yv{^x X]j۝}#]WI+\a)%RHJ0~{)6) 4e +1ny@|+TL +;= 5I%9^K||^J)ICW$^3!V[+C1 .uɏ̐QjK3ЅM؄+C3(n.gg3z]ZyСv+a8L=ؓ+(adDq$IiZ7] KNR^zQɗ㧮w9s\^1'cؠ| -E;N; +#~1VpU^}fC"_EcFaKm`\#@}x17pٖxUz{lOw.0? ̘—p0A?qlTn[^h -xzD_kz_PN\|^Cdr L=-:O&䌁e$z 8S!c.z?_9O daAq.ʌ7{7[]y6|lىZ@Cvuiu8͓ +( *ϻkI96䪶0Mm|%(7Ղpoa Ͷf8n K$`{C {0}HjiC<%xtx`@i^"`{t:K Hϸ%bKIJܼD:` ?ڵD,K<%қ)#d%҉8Ь. ӓ!u&QIۻ ~zaݺy.^"KMD nr*Ȩ^"pKbf ܜWKfK󡂱wƀBUX7.HV^"Kw=n%һL;0&8n^"J{m{k4wo7&) >\RxG v!/ ~y7/ϵpV%%2Rx-gDqɽq L?.-qiR["@l{FuZ띥ϸKNKYuXuZҧҧҧw>}>}> Lj;K>K>K>YyZyZl .0}рڦ!}>#_|giic s|R⃰9kKnݭqf b \JwD8h@i)P9̌ +mK]9 XL+0 VLv!S@P*Q'mi!n@m' B\p$ř4A븁~h3/xZ/&q6y^gyEƇ?xTƻgLj.-jNMƘܐJ#_'Tc Wx}tY>$U_j +maP?iV?0}ivj,O̶m%ZC)tC( .t +;V"i>N)<- mI彂Dt$gvؑcܚ YN7M֢6?`08 WQlC̢`=N _aW2ǃ1 :lkFDr6K\q__y*ʂ!( Y;7,šai? (9xMyyM8fr ?WBɲīFg8RNUpjhC%pQO'%ɡacLP6(Y2(^G5&(OA +BN0kw@wA.guAca1`:!,Θ5^?[Ѷ#|2XE8V`fg%zHVs$20x !,OXQX/ ]UoШx*jm@jۈ QM2xH}NIhoPv*-eV T$L6'^wތ5 42VnS¼e9RGCQ-҉3W(r(WyCȾV]턦yIɦ(09 ^Y6V@Ž "dp mӯ!N{Z]kyYw:u=-( 30_d*Yhҿ_3=pV[ +MBr%6Km¸+jAo`lu~@`-Q\4t'* Ꝓ˸;C8tL΂ꡳz@ς}}Oh#8 z221%k?-Uu~N=PĩD3CwY~P/!1d-}D~03XYIu0]kQ3M~5-W&6y1`Q +/äQ*¨_P-ä;҇-WS?fп +F5EDLkD$bm +Bl: M +2Χ^q~'ø\@iҿ֛ٿ&ɴcX4&SF"QДzf4B} &3< hqnlrpyOw$+3+I/AFmtKkNg-=$ɟGOn`3ݠ[z>/Gz>nEm ^q;; + +tK\mѮpqqNYA |Yi/_m3Lgp3 嫞 ||*|*8 +|#p۳CHgN aʑϠrˑv"_[hޑ< ǘ-=@ż9p[|sh5 iVptYd(a]ClL31$𕠌:X!եEe!|Dzn{P% v0,aCch|UQt-oqJhb՛1WGv NGXT?RTC{ +7]zϮeGn .1%~,Քd7킥 "C|K?gBJeؘRU1jJBW7Y"fOFc&'{N|X,> ٪ĤtK?1F'c.v5]tyGcǐAEh9\Pb)R5DӯWUϏx([⫠>&Hف3]V +o^g# +^ɀJ́ q< ਈ U1x1ᬦ Aj\qT`@ßŃՀơ0CTE[ڠm + jJq@q'"T_ +!eE_rBj,-=LT+A!XNd@aCq ˜;z}y|0CF qĬ@dWaǎPfdp|)=v8lƣ4E$ "▙qKe2ХwF !ze:_Rx4 bh4!3\Vm0mz;=+r>~baK3@Hh'C.`8Vd&i+  of;&\d).Mr`i9ܡ52"hm^Ln+g^V(fkp8th *)ޓOGZ珿Of1~9͏ӣn O_>{8j\QmXGk?z|Ň?+ /_-_ך_k/?{y|5|<_a 구z^S־+<',A;7\` 6XڼTO2^~ڟh[?|]7~ms~MٯO?ݎb+cKem$IDR*"}?C}rJ9O_I9 \qg3^=KGB6w7}^qSW;EWFK:?ęxw3:p$ +# b?rMωnm|p1.?=gȣtD(a>(<χQLjJhΓ]ҿ7}jL3hg)ݿՉN4ߜ$)U] |ޏI4NC1ë. + ,`Y7Jn;ˊyT'5 c|vc<_4Da_8\]_!;6hgAAL o@r?}ǫ_.Sp7m?}~g~d HgX:EGN2hm69-rg<>'e/ Ͻ?WJ+3ɀjiJ Oz(@I<|gY ϊ FmOƑcKf[qʈϑddr؍r@e6~9OP/O)O b)6 +endstream +endobj +1419 0 obj +<< +/Keywords () +/ModDate (D:20161212114040+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161212113853+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +1420 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +1421 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +1422 0 obj +<< +/ColorSpace /DeviceRGB +/Subtype /Image +/Height 898 +/Filter /FlateDecode +/Type /XObject +/Width 657 +/SMask 1424 0 R +/BitsPerComponent 8 +/Interpolate false +/Length 3970 +>> +stream +xNJFPo{D-HJZ@ 6px8ٿb=eafffO{˧^Nc۲Offf"O>8߶ܸS^^g]?{~6^fffo{o{ug_J=ٗa|lXye}՞'e;l|Oz{͛h333{OczSɾl׷e_ϐu)˲?ʋd?O A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A }=OoWo=^Ә}_733){}^/?Hu~? _v`}3/ h +endstream +endobj +1423 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDEEE+Calibri +/FontDescriptor 1425 0 R +/Encoding /WinAnsiEncoding +/LastChar 122 +/Widths 1426 0 R +>> +endobj +1424 0 obj +<< +/ColorSpace /DeviceGray +/Subtype /Image +/Height 898 +/Filter /FlateDecode +/Type /XObject +/Width 657 +/Matte [ 0 0 0] +/BitsPerComponent 8 +/Interpolate false +/Length 2528 +>> +stream +xInABZH 1 װT`=7Agø I["w,3lk>;l<{y[ηe?\8v8u<> +endobj +1426 0 obj +[ 226 0 0 0 0 0 0 0 303 303 0 0 0 306 252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 579 0 0 615 488 459 0 623 0 0 0 0 0 646 662 517 0 0 459 487 0 0 890 0 0 468 0 0 0 0 0 0 479 525 423 0 498 305 471 525 230 0 455 230 799 525 527 0 0 349 391 335 525 0 0 0 0 395] +endobj +1427 0 obj +<< +/Length1 367792 +/Filter /FlateDecode +/Length 159541 +>> +stream +x||T;lKv7T,nXJ dID ,&%$h Dc4a fA VTwkz˽3 罿߾ɳ3̼g=gL4%D5E3&M(f+~E⳯>D{DG9Ib݅DKfx, ef4}PBcI28aF׳SH\z)O;tӣCwq՚%˚8i(^w +eo ZB,[䧫fI4{\(|iZxω-9O,j!#õPhɊOG$&~tC1v 14.epc~Cg.]l3{$?% +j߻4'O% >0G IZt7eeM J%I2זAMqżر?P$f ݳ{oKW6\H#6>;ٳ{5Q_skE+IGOZݔ#%3̛2Ykd#-֬iIL;v}1ؔ^/x ֫l/Yk3DSшq7}4Wt{ײy~ۙ~>Yޤ~ TGbzX1 F5?ԶtXxLt,-9h][u\etjE~;~i<}Lqo={vs{LLC/R(Sh.Q#nQx7" +!I5]=!1N{F|׮>'x݇zߏad7*WO]_7镔e#F1b6s^h"VD}EsDX*qb8K+.wtI9b D)YďFv(kῆo4FO ++9C1WN\.Ӹ s;j,gnͲy+5^%| +Ƣ…e-nRpp AA*(tٵp;*7ɜu傣sL|_-n(2nA|Easҳrpɻ RUʹ\tҸ᧤[LTVg$ǭnQ`;}r\mgG& a.<*8-˔8F̊BlwZ^B%-[e5`]&շfTu^ƽJ^;JEiEBiT3+WT4TF]6/^W^,HQj1jM(׵ 2|6T׮6.Y5~}-ܺo 5.YsEBF%[~?МR*]!xC(A[)m9p({ize ZJ_K#ͺx3TWnqhQ Oa"at QԹ,㩓[9;Դ#j]m8m+BA 9`K[(tc5 pNWAϧ8ԶGpRrx1-me ;g_^6nmu[e7Ijz%z)W J+S iJ*D%HR"Q%╈S¥D1J8p(aW"Z(%lJX(aV¤PBt(OJ%v+/%~RJJ|?)(J/_(U3%>U%>V/J|N%>T%W=%U%V-%T %^W5%^U%^V%%^T%W9%U%V)%T %Wb)(]xHx@OmJ+q(q[آDH6%JܥĝJܡJlV6%nU%nV&%nT%W:%U%V*%T +%.W2%6)q(q)q(q)q(q8K3hU %NWbX:u#ԱGcP=B{:u#ԱGcP=B{:uMJP?B:u#GP?B:u#GP?B:u#GP?B:u#GcP=Bv:u#iGӎPN;BvD)ڵB<832@pPP NbZppi5ӉLN g:Vpi9S; 1-e:,ajd::ԳtbEL zTT4i\7Kf1U3U1U24)T4i:S9S4LS`*erOMbrOM`* KA!"BLoLcaLch˥0q'2C(}(e\;wLr7\iW\%Le|ʥO1NvӻLpӛG z5v +L/q^`L1= 7y)v>L;㖏rLsCLc-=Lw3meJBɳ@mLAdvL_[9-L7sML72t=uL2]t5\t]t&K%\" r>y\w.9Lg3md:[ɥV3Ng>T ZJ:P)L'P6cqR(i$h-ȴ*T:d:8fL9tw?iY(-052tbi!lwo`uLjj1IfœU|J#y3BR4i:Sy(* %+L %{j(TДP@ܤir(1K&$TJ* +%* % +B%L~|qx\4&'Ly QJP\5h g-e0pL8X_>LLY8L>ًcfr0/G0eptLn4Ԑk(% r%3%1%2%0s8bg,S -2QL6&+[:$;#/γ73`7/~;C[k`__o(|,fӘEO!>ry9ug5gU藝9P<|9x~i觜Gyt.<\yܹг}CGGv|> <<8sc> +6{Qu[ m@~N*՞kׂ*++/Gkb] +%Ew=sN4 =o}g9M*<Z'on XXyMF׸ה9q5[WVNܼ*pBmlSsbffY5BfWYw4on +PSYSKStXigFM"c&wF ؿ*964l1 - ,ڼ0 >а>P7?PW7'0wՁh?3"\W<0-oj`*SJGl. LΛyb`B^IޞK`jOܢ`m"wнݭǦyҴ~pZXzR9zlʋ)?߀/7=L P+ٛ'ɹ%O(18ycd_vIlM$i$ $\ ݆6[EDP_3RENime` /ZNRzVegWLXbmH!k J-RФ*g9)ngܷqzî]Zl|l'F1?fȨXǩɏw#QVQkص@}] KK~1-r|s1w*,9+@Y~5eMfya+soO7gywhQv*p +p2U Jx8X,Kc%@#p4pX, @=Pj`0f@P  @0e4`*08(&(B|`p808 QH`0 \`0~@_ d ҁHR $@. @`0 QO?{??|| || ||  xxxxxx xxxx xxxx xxxxxxxx +xxx<< +<l=V` ڀ pp'pp;   + \ +\\ \\\  lZ3Ӂ z`ՏoX_` /ֿX_` /ֿX_4=@`=@`=@`=@`=@_ { { {X_` }/־Xk_` ?{/?{F˗w9IK7WۿE)h9k=m azөPn =BOӛ};dcx.@)pu|}}t[)^bonrQ)Xw֫ݵrPN4fZ̿bdhj%tQ:u yh[-e@f:_ˠKXLk%@DZMkŸըYeWk$ܙC)fϩt]@Y:SҙttίJ<:Åt]L⹸8{ῌȺPz;.eQyY`pr3<ˈ9wfk-.JOpeSђ}Qs1gĥvoyU>蒙ˍTzM_LWb^OUful{Qnq/n6b}3݂}m_wUwƝ Rh mŝv[uo Cmtݏ'!ڎQ|)σ=0|\~CY$vgYz^Qz| +zN |̟P Ǐ!W\?h4Jk:~8'}"-8@ގOo)<m %֎{1/w]7dƮ\NVMSh*]\S9qJI1lg Q5i{}l&[q:r~+~t.G|ѹ>z!4罍:woݲQ˗Q~ͺARs^y!7=9)=κ]sc\[[4ڦ,eN2\q6k|oz=8)Hci9zQ6'zw|G"ۭv4\i|:O_%Ŕ޾vGJt_S$p9|^>>=>`P~~~ѹs7̵khܰ!EΜ?'@HG]cvuAܼdqz땝=r3M6xLK~v뙞+l"drO1(>1VG8lQ(9Ɲl +clno{"2{;ѦsfMѯ_uW=|mj[}[h[8tJϑiݧM9n\#$՘Sλ-O;ϪOxV}³UkqoKk6%[l/elK>6 KsαMvq]YDȆg=U6giB;IŻq}GEz&ħ_\ޱ[@ЩF |%WB8_ |% _w;)#݊mIHH[zrwčF%om4ZctrTV +ߺ7Ɗ9oKJ!#%wGBOLvNJpE괚0)6aɥ伷>Gx;SwJr=z6v߃Ib ++?QO=FF{Pףb?vC]"kJ&1ܿxF㕯/#]ʯ$43SҼ[RebmRR3m#Pi6̨æҦwڻ[(~,9xnl`bbbXxijS+SQWԛ<'M(# Y t+xZ" $1'|y#>Xoo;C1f'#9ƒGwb֨r?#G~ws__Vy环!z||n=rf_fG1,}U>w|nxnAWZPVD +bJ.:KOj$UΆXãgp?àN""{iB-` oZ̶}o6e<V @ZZ{ʥ٫Er a@q倴.ᤁ +n)AK$%sD]:K5x!Vf$flkϬP/ af~B x 6FnaI~ ᾴXh›b ^PŠ5)6谗y /0cN˯=0Ǩ^"*[b2wRX6{"JH)pYd;|\s=j8!I<@Vv[mnɔ(e.SՃZrEVXLz VX `)d']J0DN$ FAU +vYxbJۄWiZy\x29HJJ,rB$W+?3)Rv{^*v--({; +ɦR>̃`;~O:Gi> +Hk_tJu AÆsW%M߲+(@ "3߆cAhA@w j +hRs:9ZJS"bu6۠ 7頮amD@d-XF8V䞒(fÂX364拟!HL IV\7GFi{rXLBV+LP{(&{ 8 +iI{(u;KgĒx<fujO;؟tIimi5tǭx<'RXN{b%$vĿnѕ~dӺ`q[K"Xv+ 玴H0lMY kW2M\tD#Q"Z777c+Ɗ psg NYu2V%j bQ"'lc1NU㏜{cM̉3{N2|IH2-ҙ]Cu{zGk|irZ_ޗWX&SeR +[Ӧ'6>9m|0 +D&OMZ(4\M/6  $|mZH܋?˽YC#/Zj~dSwS_'W,?iC MIE<.+lR3A)tF! + S!h1-).7bGo/Lui]2iI4* +#;scKѝT،Y̼KJ1ea|[r%qP24xW./݁oKMHa sI.'qf +Ze׾Lެ\}|ail;6jsDsZ~Nmրp< ;b Û1A l1ôLG`LdsYWDUaؤtW;O!PyX;)н@ Z*|-BxZ*W@Ϯ{Lky>{, ,/7c39,ت`:LDLf%VZIB|/ꃸwEQ0؝@6Zcsxc3`6zA Vi+ E[Ipq.H+V@#ߩVYo)qkrS51W_B>tlH5uݪu:}W&˴Sެ8J`w_i(r@ʢ7XN$}_-}yוgU 7(Jo,_0I +EL_}fri`6 s=i.?ۼJ|O?~{?ܷmp'+Wv徂?~'z@]8ӖК'vn2 -VX?\|P'񾯝R)a.D}A|T:FthKbѩ#es3RweMuC[{F?G[.=V>-Ls<^i8ΓUڙ"L^}h-A뭭mx,1듿@QlU΀#X +XH=y}zZԊrOdIbS1MPC^b6җ~K1ÐJylZB쌤k`2s=W!.aYtY_—Y3 RiZdRr#jB ,A~ +lX q2`%5W'56.,:[o[4/4(hA>&e6 +M`flmb\pWT ia}8O겫׭:٢+ +U#@/{6,Io:\4( f0YMZoĺA gr`-h`IRr<)Kꜽ< )31à=S9rYP4A|^oB]:/W]0W4485C:B3+M)F(U6Bp۟Tw婲ǶLN3Lv +ծwʱ S.$U5]Oko@waX$"Il7-j R-q iahDP%a0(uXg]K9q5r`ʉzjlALF$#hPM*T#H +TNťɋ!j|H$r.RȉDCpTx:%3lS7 cSN94+DHȇtK?s!Dea<M7KD*0JDy!2)BT(g$Z'rII`2y +DvSӛ+NVZQ}%{""y3ID'`<S L'e/p  X so*`-\.Qe5JXB ZKXO$"?s.e}>I?`+_"Yx3K +LbiXFˍV۪[~ײP*:: +tskNl!u"g#no$9bڬ ZB-a}(#Di!568)p)S9($q^?2[@d9/1i6L )g >Ye;|Vte<>qx,؛*VcQ!JPӗl|x{Ċ#ձɈq%p6xex?nvUmgttdmNhW;ȗEg,@5נt1eX_dJ; \}"CҰ ߰EҜČ:O 4S{~E􅇹zY ؍o0ljiFo3Y؉r.eLg<AAhc['8*8` To[޲ngz-"zSRתJyUardjow8Ooʠ'TnΡͦ-j!2_:k0`GiN]ڛ}o}.! v dwPpf't%&jf[Ff̗uj&:́Flm~pÕp]g+PN\ )MJ汳:v#kF 4Itu\bYY=دV WA }ig ?6It4ڮbШ(}`J̻T\MD5JZo:Grg{^8J㰀B5E$u".+֪h@Կɀ{ N1P $7|ϧz43Kkf ^Wx^ /UFҊd36m%IKKk1мL`I7pRPdYB4]E +e2b mDEq:q +^^{|lM:MFF>?|rc +x>I,9;푫(c uj:덶G$Rosx }[swsp}{&Qs0Eq)x@c@Gb -$pcq[#QV:8#Jq4.vA Y!G(bd?t0EƖ`4ԝmERd}v/vHoLz H +%M x$XZ +~pbjGi^ƇFkQ%=+ I(Ϙn6׏Zh DGE`H߂yw`*)]#G=<|>x(ª\O!% # )gcWq1"Dl!+;=r3_d=W <]ZG 8%B X~b + S 腖~z_M6BTt2 +RjR@Gi5 D{:=3(PJ3e았kQݚԊ}IZG)߆k+X +2lbSH"aizd^wFG 5}sC٬koDg_RTX2^/(Ύ[.&s AƘgg!ȲZPd``"SioGʊLZvoĚ>x`pJpXPZq:؊C:Ǜ`j [CM`q?5U~Z{K~ՂUbOk峏4$M&pzy| G&>2? += d;$=sVۏLn/m)szS-DjNL+o}t_omGr.2}ۋM`x"ëXk$UZi2$JU 5F: JjLfeX "gǐ|@RcY`{3m;|Ѥm mYG]Qk +F4Ͻ(1r> "B7k/2ƺ"#O[Q~JkCq Z8S<%mV^$6NuuO@JB&#{Y,^Ph~I;4׆jOyʼnbo&HrBY +ep?E5i7* ]d`o+ +Yd*=.镏Z'^3Zgz34J~P\e4*")2=@ uNt#;6pGY >ye2 >spb\rYsq2[V\(tj |VbJY1_b:>zk`PEs+ヘz]Vɉzp!wP{3{knSqe-+: oNYPJq4jU/TG?N{Td`ù",MRڝ.>\5`Xjih8H,>?/todه`:@Q+Iċ?UD ]E*0i`3b a3"hp_F]LelcNoU,/Rh'.;xCT/ӟ>Ox3a{8‘Hn#ͮ۶fx +ҚIΎ 5$:?*be \%Q;3@š"ɴ G'W(<8xjpt,p`?Q#ÐE2vc)IfeV v?ZZt%$E] P@[-B5[GJP}$EbvþfN(|u ּ7c$;X1HƜk JºdJ ˊ:C3LrRȄ|o߮Bje}0 <Z)#l4hbҭRƢA9&kWt<;221s4 0y:b̪ +ayt}7Gz ? Op+db b:d!T؁2i-m`P.(G|ZcE;>cX#|h>Ԛj|/ +ucd2n3h6OCyĆX6:dP r(x!O]0)R XMK*0h2NӰ@Rf3QʓN2Jxh֛W$#oj?j6׼cJp_%`X§` ,!Hڑ7yv*ӜwyzJ/T + eAxӣ|ۍM*N&Xge!Yvfմ)we]KC.kՠ>?yUbК`2Minu,Q%Tb]0cV8>4@Z206N wgxqJaky?p +wÂ}e__[nbD'F50)Ի;gr9դ +ޭG׉UZ\ڨ6OI7z@Vm lt6U+ +}Q*b[?fR vH\I;W´բTPޓ$HzE}1rBr8KFUڽ6G> j%h>D~̅I8MX&](Aaչļ^Kr0,kXjʲ3G?{_Gq-Z==Lwҳ/ҬH#i4Ͳ4ei$yec C!~El=!K^$x//! D  kB!QY gEd OZ}֭[rP2W̤R--%ѝ} YPԊVHRl[njcL$AyD{ <.Hq_`tRاAQ^gq$F6LM8SzEțbk([$QWxF3qf(=)3B=L&O) Ɋږ%2i)n*T)9Kut+.1;=8Φ +ҍVy+,pӒ4-5=d6 ŚE֝E7^5=| Нg>)ϗYm6R]R tpQ{ = gWɎrDzm@#_`ꊽR!!Qce~#H??wT$5M#&qWxㄎ**j*lz**}%bkFƕNKiB{Mph6`` NQZW 'mNd.0AWv|cԺ;MpunZ~yEU&ϿjU&G!}7y#0ؖœ,`L 9Y9,q&9," OBiMl YV,[D#VvHBm.3ց&M-VwJZmT[`,Z=G`(B+h4%3ꦞǨZ^S v.7x [=9.Q<# EIѾH/Zb:,WHC-i)mߧ񗛵 6zGߒ$KG, Uf+C񗳂Y$_`$+Ub(/_E?8zղՋEGujI"sW#U×3mUV3*RS_WF瞓PYwMp2꫌ujO]_7Yy='8҈́zw$WVD7Vt;Kz ]ͻ6*bL6w]e8sEWg|Sz[mmL|8>o.rdnΗ/pJ0Ido&3|SYA0?ΐ65>zWT֑@|7YcL_|ͬepްiJ_r΄]wWE;5Vʙ|vG$]rտƱ +=}#N8znwh;l]8T3+-6/p(TެjC7Y@je]Q+Z突j-q S0e4~SXq6k''&,z* imia*k˨x1'?9-9FoVw,+lO`}WlAEj2gqs)~dpWWb7ޱND%adXftT^65iƾgmfiwFR>PĪײ''g1l*;r1dlTVWpubg' nJa17L̴2+UI'>% U.VFֹy\ѱ)-m`C\bF1Ho6͈V7#NKSsiW]*jʥwJaV|ó嚢s_|ÅteaX|_9U^ r "& MRӣ5!Ewdq \P8Ip8$.v ~H$`Tէj97(B'UYnU4({qwEQ<"(7mN*ޅhC?JY&ƫmU'^eqZp~˺8k]͟dv{7U>fq,?=fdIN9JH)eBJC!tpַ 6E+ p֫6 ou^7]6%jj:/z>T%tV׊W` +{}R/H$ZeVWQ5uVZ_j쎣>٧5wl6h<,hmT5GR:hRbw6S%J@ZK>bw"^kwUUNɳ5-[ D0[ +$|<~PL+zd,((xmnhSO'jV֗\c@գa9nZy*?ˍ3wDRJqPbܴzfl*zWVsZ\32Rb+i1mv}:6xI% tJohU*mo@+S>KL⎛ *u5:Im`yF3Ъ˔ +cƑz!  ="'>/V)T8=eYG$_DNYwA{yN QG8T/DMq ]u u?޻cy,Z0 +5;''X +{[}8Cz §ir~?k?9hY;^<(|*3d78 +Ugv}紳cwiBPLoqsMU DV6VF{ɠV #Zv˪MB-bRQZE&2PTQxz{q+~Ec&&Fz-Օ"R3ܝ]Yl*#JFa[ah]4,V`2eaiYIKjO: +mojN9TMO_l;ZΓN 6ZA(2QХ-y!r-?KJyҔޟH)SVHSi9㿿>Zܳw3Mg,3(}A3h2VtJZLZC;пu0[qNQٱ]g_V[ehKc.Ck p;Ds$ƛ촒[*]^C3&2.%kb}Xꓼ'q+"O4O{GѨ sЍt r Qhlrm(<%fi ++1{!}g_Acb%bGYkV$Ddjs Ou4qN+h =UiIzEg8Mě'6ҮWJFYG|q>|Fݛ˖GBN5T+*:vZIӀz}^h a5P7PE`WiS8F1^7ͽY(pBf-OQh 00@eE-nAx&N(&hˤN]ƎܳJ-V[LGr5qRџeAVI +A6K-YR=Je˲ͼ =U/Bd)ӱx{h7ꅾʢ5mooJla+<+_z+uwf`ƼY~=iW,f LJi8U"U]|1-1XWgo[`yOosY/j1nBIx$2$̓c=@HcdRzcp9fT8 7L{q$x%h u7 vF븃|VN-w>[0?xrR+#Kv- -W/Zsm,ܷh늚Ѿם쫩MzFeI!c^o҉8lJډx%gn(;!E2Db^X"tl ĬZYz \X!`7X%G={SjRQ+_wM{zk hnwqO ,~ztzV:X#t{V'Sx0) ~&*a#TsMʿ +VzMڎ*늄1Ա uk̥Z6gyWqWlt*5z7T9"^_B Ɏ<:otC!؝*IJ'w Y}[͑CY9mʚbw"2UKL43>VVpV.tJyp#nW;J^JźQ*-=U(!Bg"2(Ϻ˧Whȃ0UlGâb7)@?R6 *vhʹ:40 lE V4J1,^Z*((A#x-|Z*[' grv͡^k@u +NV.p7-lXB +6p8 i]߁g9P*5Pzr,4 [~3]x>/hF^9A%ZZu&N`փnDduQp6 10^:&MbZ8_,ySŠԊ}Iyg([k}){lFcs=XRkmNXUs =hJzˡ +(r-v֗PcU7.i̩onJրG竲k4*/P +&= V\:+VQQS)>-R#cȏt:q' +}aڅcJ;iZrJTq.╔4ݮJJwئnOPP)DeaXO'b'jQC-5X[Oi%8{d4I"öu}u :N/DKU)"'`+tSY۷8r#ʸIȍwARx}W)8y{ IZl]rtmnO(ҎT!.V]:t@1|o$sD0|lõ y$KzRF4뙦unisk! ce7>/+0$A ߄VEa&yjeZy  oJf/Z~ZZFf#}U\>d1Wc=6 +6'ZL&;i-6{EC実>\WPdԏ +Wxm)* x9x2O֑'f8!w1'N`9KXN{\:'Jr ?w-'yVDYM [n嬜)`r/<C+XE+}4 AFvH9KO9hcTPIRM`5%e)d4hkYںv Te*hnW퀚x貿]sw 7a}W^xUXT#m6Ej۹-Gb]Q䔘K+-趝5;ƂcQIK2{α%=dϒWdUuvvw_wobӖ-εQ*q֡VǍ{;Vnٻ[xaeMM +r¿0}_`{__: VHT1?M,|q?s*q}hFW}?.=d":ǩ+@p{U*倨o%R3pu>ID9\d}2𦻡} gor7pN-da' A1a?E_{TQv8 cv" i슉l!s+"ݥry{#aIAqX̽h4|$=I܆1b?Bҏ1.p=90m~F7m;h[zS#' u}ڀ \#hk=dNɳyŵ@i1ʓUGN^qaqin(L)Ԕ4-PzDx^ dt[uE ׻& c9:_޳ c 7P&W*iբަt6l;8bYsj#/ + Έש©P[͙ZcduT9໦h7LhBJ E&?Nh9t OZJt.؁jqB8aN(''_`h4މb{لx,o*%S榕: 5/^o |(d`pH3;Nžcɘ{*QQ9n*:LZ}p";#H܇6Oky;vZ-vb)-`HʍOy Mr(`_Vi4*~jrg|'i|'1autN(>p#NW'Ήrg{dQNɍe< Fz;kw^0oͩ5,=zK^!zg:#Xra +)3R'9{`0)!'|*)U^U,O?S^;g%#K9hu-aߩ =>PImSq69zV6Yw^?[8ZK΁F![5T6 L<'ΐdijHlzhlrFc|g?9UY%25س6ϱL-ɝ(\rRkf{iMZnl +m06+ҌtT'gD?R,?NxlJ^-"wX.7w/5KV-{m~|yVe:LZ^CZdLTϟwZ! i)Y`JȽZVJOQ-ZE^JEGSdL@ĭƧlz[c8Y>zesA3;l7BeĹ _S$WDs/ڭJÜ{Ԙm\䣾^xO~48PBn<㾉E^7q01{60Wo{~hAPj_޾"aU|nj;?ھqvE /Ɵ$6røMWP0 C}:EBpBϊ}3Uv@+Tg? ,*-Ӥ{C}.^6FNsՊ˖+M[ɽS12 +5UZCI>+{>(/C?vgA)zAZ 8Fp$p~ ;c n!Ao˿p}Oߠx;B#8Np }|8OGE/桞QIQm8-χAcP7aw28Fp$p7 9 (+sdh>!")lIH0$ii&3dd23LHB!LH#R"J) .jץZkjeky]˦֥Z/sϽ< otߏ{{{sϽO&«.m h] {~ =;gMqDKo#lBcmfm#8q-#w"&G +7.! ": +8 +W 1.o",%,'\B0?\q (q Iuneݘci7dݜsk˺n4 Ⱥ TˠەьVXu'h9#.ٚ1uvYg`b+``ڴuc W:dݜs^y[h7d+eΚ2vYwBѕ_upòy#ȄmH.uagQvuagQ7;9纰 ; ; ;=MgYv~Tep32b8GXAЋWX C)TB*4N¶8I,я.Z;^ @/j4boB=܏Ј!uFPMf8-X> %4{zqއHݥ(uUڃ !|:*,B[U/YA;GODTQzGM[ѕTEזAr }at4ЍcDQҺ*]O%Oz ʥvsyM=z*͵w:2_b  yF3;NuBxhmK^5Jg2>9~)eNo0_Ϳ`+d#r3_"4"&ʼ0Ovʸfy +Q?@&/g6V,ٮ1K;=߽.,RoOIҏW .Ÿ%q3Yt1ʙihM=bg)FYxGm*yΧ'3z^8-se,sWB./(O҉"H^5nNGms9KlȞl>4@>݇zu&kOE}.q5eVN<,"- Y;,^Bs'}Nt!Bn/3)^|EB^;[Pz\>y=3H8ŦzvGoʱ? !w=L?>դ/Jt-m{!z*=eWMv'JOg),-r"$J_!Vn'.Sd|KgKi2ZKj/fhc:k^cGcz7衧Ka@?!3k{P×w$.E ;|Mb8?uiH2g}b9E{WrU\x4}4LUtGV 5(ݎe3]k*fflYR^+7FlH)"G{[0D,0׭d k_9Ho8 +Sadt}ғb4NW ZƮP : + 2żGl1) +?\T,n%28ts(q*}N#"3,<$ڃwтŮ{2JpqOёhPd*<)4t_b|H&@#C=_"`8i!m lH/̃rHM.4+כ3>` +2;ϥ [mXz{esZע657RolA*j4W6ޡ6֨ w5T+[ZfnYS}]5^kX\akh}W"vڨeWu-e͋kQ\TW_zGZSN+զֺ+զM-8|vPPӌT/nh-+PP[j+iȾ-nlnImZX_UU#Eb(ʺe%jU%tW#Ljt ǫ?[4766Xlnz{]KuZ\ R܈ss P-zV5A./orǾZ͹ʥl_:xr)ƣ}?Ň.r\/{~x!w`\l~C i\ ? {;:? 6^ 5lZa +([< wXt2a'rq}exSp}Cd=kyy\߸so4 +#LihpJ<ͥ6 )b* +l}L)U +F˿Ú; +X,>z|U mawv{ذa){аbQ{°ȰS:^]|}7|7 w}Fǐ﯐{Ȉ|Ǒo |ko [|7|7"-w}@O#8}kx6znAȷvU"A;|=| +|ϰŠ^5f[|7|7"7;C)Xk:J[ 仜Ͼw}>|B1 +y`"o\MZG[﷐b+;gJd)NÀ|GJ-_9|?|oBV{@_n3K[-J|)s+C|]7|#/cm7;{N _ݵ.¾LeʵJDȷ#ߵw}g߫|\ +#߇P=||߅3 _F&Aw?^M!cM[cl2(Fw9!{f;|AaGWzzx_çFf5N&OR#$I urEY=Z޷o-[HW;=Pom# +3f5|F/!uH]ZV*gVZLY`5U/T2FFڒQ+cVc"hjttDȗ~?h q_QBəTgbQp(#e+&ԊD(d2$1. A +yIYMyژ|ގa|k=kaV[y vs͒uY򆶑Ӽ6Ŝ"޵ +kc̖q$#@J_ +K:8w +=%9bc6 +} +1+t,f;328t}&)\d496;9S[bfe6{~$-XZff6<:מu8jr#_67KߜJ9Y.٭3&3;9&ј؂M[3 s6\o7ݔ +ԴXs7%QOА <@y g i1{0N@i\UOr#ȈH:6g)Mp\봇i;SLX$ hpݤDJWxEhdvxVFgɅ_  j3^ZO'=8sA ̑>:s#.iu01u(M[vKͷlvIq5K\QqF-D8)x7Z猓)Nsf|MLS Ƀ/}XSGs:pO}sd[j#~vtCx>I弞OJ29. =={>RN7sz&OL?hЋㇷl!!'9:::q|ԡ)9]{%-uo2ءC-b#6VpO˾S3yC|[|[:;rAߴieNNvg׏ccGֺeC~|[X@|I흷me^vM}֧2Rú,e㕱O:9/٦>۲1͛! q|"?Funٜ]Nw^p\sڴ2YY&ț_S*Ō̄ ֈF@ŶV"䋷\q ;e}z\ԫx2m/QB%X`M UZM/Fە=E=P}';QmB=lW5*,\V +m- U* .oF|y\gAX>E7aԸ"߻[w OKp>Ӯ.H—a~!NB9ie,g} +JXu4| W`;4wG,>;WEOK"!ǵ@) +WA |@{x~9x~'h6,Ҋ| Ek_ .~OoK}pep9x_%F8 < %G=={7jX c`]?a/1xXitf Ⱦ&򆺦ZXܸLTdus&kQ.%x#|^_S-?+v04)> +0̥W]w@~X|W$B;!`l}𷘙:?}>C"|(q70MM'sV|>o<`IXB8p!aR;jn"l' %Ln#%OKsHXNXC;-m& $Cpri_ |+u^Iw%<,8Z g' + ka+ᝄmx$d ƐG0mnr…UKCn[ +U]aP% 7n!FpQO>K1qW_#AbKxGN`aJ8bR¹ +"1^CXOW&C%\Kppp+v]1_(au#a a+wcp;(&|)kq8 “K~<pIO8pun_y#\…̈́;񲛝Qµ  Gw>Fx981'O"|GЍxk*tk K . "'l%\EG +7ߠu=Da>El'w ']L>"\v J7laW' +/u.LTx.Yg;W|31$< )h5,~t}Hh3>/K3X@SM~exϾfV/3yV φM%lPH8h! Px%W)N|Y,颍~''I2u>s`>7}ׅiݿ޴Vp5S+>լu&iq^ {hg#֮'@|OA}utqTw >|{8Y0rXwI!_Xe4&&*eJҤ)Q%(%U&0x Pah23j8ixh6N543W;k5>m|4O7ͫ!zn-,oX޵Y߶mmGmo޷گϵW[~{>dng~MFG:\f>A[ΩΙΥΰs3|U抹]\OsMwWG'ܧ禸̘R:eSvM9U====G<'< NީSZ|K>ۨ92fyI]1܉ GE?qOLqu*e9WӾuH[eS:+v 6i +]U<鬶xP'i*U'R@'뢦eWM'"Yg=|LO2EWɿf+q%aF`'cpG8L[pVaӘI`uZ.e,eZ!YfY|NGd,ߒQ5R3Ur5\*˕e,e)ǯפdyLiZN͑Vm҅:A+qN~N+ߵR'M$Oç<ڀx^?5M=(쇧 xNI8%޵B2)m|A Y*U2Vr,d&˘,7RzqգѾ*/htɅ<9^^ͻel-csY26W_'KV/\#VKdwRge)y>.˷h69s nJ㩐VtJmLҶ_rm'e'QzYzd9Cˡ}ʶl$yy=~m#]勲|Eo!bm\۩\}|R=6"PrV*:=IE'osd=o85:yV͐}B+j =EU#DHuY)K_2놥~? Y[UZ1\qUbjEQ]Ye?i0Nd쓻J u?!uud)3dYakdY/}z۬\f^ y : e4X W30拖QYJ'-Ii/8Wg4]U]h >{T6Ɍimn׮zr>oX~j˿Z3hr^宱YIer|@Fx Gu3:Ũ˘#9+Ym&bB*.BY}~YS69mx1i&d)˸zPՃgE]޷kl<쐖!WɎWGFҞbm#M{N/ wAsYߗ:yma_ެh5R]{N.Ku|B?_Pc_>h7 O5&)>=uv/3fx`wAaf] Fbb |<%_)+8Y\xg) Yvg +YlFs ewyrc,BT_c_Ĺ=\Sk*o`ʿr,GMRLe7@-Ҕ~#0rZQ+³ xZjp8S+z2x j)l +Ր'! ;*X7 fv/Kl3 _a;a{ |M1+fxHq*Nء)ySL+S>kk,eVʔ&PzҫBJY &!e+_R?U+aL١쀟)_‹FY\\8gXd:CS 4| ^f4L>60-NS'k +S)zL=Ӧ^S/+7<>co{ٿٿ`Vw9(q](ڢVV ' S׺5x׻7op`wr2ord(tICa,8{jeYⶸ, $H,X\wwM =}Yߗw?wΜߴԭ[WjgUC\*H"LE(BPD* +*"RbxOP%DjUJ2H* +"jtj&>P-T ZV"jډ Ȩ:":̪,"UWUdQT/UQ}D6VdW@C VEN5T p5\V#HGVE^5V85NDjȯ&&j* +j(fUbj'j(EZRjZ.Jj(VբZ֊rjZ/ʫMjڮJ'vڭvկWQUU{Gj/o].j갨::)>VgYQGRD]uW꾈VCQO=VOD}TO~Y.ƞhް7h=tFLyy&y8?OAgкz Xz3z Pz+__w;B"=F*JIT:xd**U0Ue** )UR|*ZT}UX4* +iUqUc? ʫ^5P jBF\5Lj U["sȢګUuT!Q1]uQ] zBN[\5AjUCȧaWC~5Jj(~T?Ba5AM@{=IMj45 jP,(fPJUsCP-jZ2 ʫjTP*֨5PIS렲ڨ6Bs|gv~Ak[CAk[SCk[K@+[[D+:V:>:>u}F:@=uS݄ꎺ =u4R#h/dCy@YjWW km?j_8iYkt_cLout<(եtxԆ~ a$0:A8:Y. _:R)ЍTw#nc՝ s;Q1-՝ s`1Tw |GucCug;S`$1QTwt/ ò?!1c]Jf+]Ɍw%3DW"\Lq%2Օ4W"]p%2˕H+ٮDJd+DYJd+I"3I"I,u%̕rW"+\t%ڕWWֺYJf+ d6Jd+DJd+\t%˕nW"Օ*Ҕ-$Iu%ϕ~W"\JwW"\v%rĕQW"]p%rՕSdN9J+sdp%rEW"\\v%rŕA1ҔDJ+DnJ+{DyJ+ǮDyJ+D^yJ䵫+o$c@d 'IdDnDD;>9Mw%Յ "D RD'Yt=@1H ߉!b(fqQ\qU\ qSqWP< +FqCvO0O&*EUQh&&Z_//:1"#. ) &@N셤|| Z{_KihZz-^#kݏDOz6%"-~: ŝ7L ՒkaZ +-\KϾ;/kI4]iRkL҂B4[sֻ4[/HgՊJBa"V bC$~;.["~{?Z&fYxb6^|1HEm7> ?5:^l&Yl[6Ƙ+bs<Xu+܋Gw=;$ӣI?Hf]9Em +38ʃ;Ca =Q0X8'Da +LihfL0\a,ERaUZalMVa?Nю +{`/p~C;p186$p9-2\p 6qDk#x O)<^+x oPk?ux] x}ހ7xc)o›f9o[V5o?my;9T~'I~gY~ "/+*Ư0-~[ ʟ_ &B )" %TD?/QG1Q,KrBk>_wqHGQqL'IqJgYqN֊hߵCavT;Nh'SivV;.hKevU]nh7[mvWhGcT{=^h/Wk˒,-Ȳ,/+Ȋ,eU&%kˏeYW~"e=Y_6 e#X~*Ȧjj-d[N~.eJvd,Ȯ%{>Fr(;9Dp9B~/GQr#8/'ȉr,ȩr.gșr\ Er\"er\!WUr\#ur 7Mr"mr!?˝r-=r'7yP.<*<)O<+?yyA^eyE^uyCޔmyGޕ}T> R?%cl9GΕP>f|mt7z=^Fog|k76=̞f/k~c3́ s9j3#s9ɜlN1 s9ˌ5gs̹6Ogs|mbY.XKeuպf]nX7[mu׺gݷXGczf=^X/WkM,ȃ"/(` h͠ U0$hCɃa``{ii#SSӂӃ339{/>iCGEECN7=-ڋp=^8+FpA"yK.ߺB~*kbX C +j +< `9u[Y.Zcw]9e^v #.pjy"V+lE +(C.[Bi2w^(Iy?V*9[W~~Y*lWxg{1Βa22ARVՂ[L!kYXK֬5ev}A֝2l< J/yGcx{>0w| +#p>?=e%T$X*"a*rK-?LmD,L?f)S?ן>K b|c|XFx$77-`}|?2]k;;Nβ&b}o0:+daF&f$ss(//v;ߠ_%%دRRlZZ쀿fMXvhb4e'F+vhctd#@O;DO=BO6YKٍjM^|{php<w f蛗۲*A Bt_r܋΢rFv:/n,, Nv^VYG'SUcn]S4zZ=3Lzf=RϢgճzN=[~gaveqvdive<.K2®k:njBcD<sBkiӰ+~U*K@*׼wus'(B/e[XP_ ++!ӿJ~w @r腯/fC8 a6ę,5dY[ ଍n:8 tLz։@փ= ίC$F@V!㕐ma[!\lyh)/Ϳ(+SCZ}j&]%saţ0r,`XWȱc^t#0rh 1kۘk,(ǍSf5.`L iыC@f c!# iȇ,D-ў_c]hӯA!70[8F}`ye%/yA#aNQth/?Fq @2_AWbWRc{X)i+5`0`f梞FQO yl6SRˣz ;8FmoalF=ՠy-@kb%8Ųߐk'(‹,h4:Gr$?%o0H:&E2 + '`6~1Ra. +"5fŒ3O9F #F /+a 0~ Z:ҀH6l" L=؊^lCO +_>u7i 4pncL-!fJLJ9 Pݹ j_[eaqF̈`D8#2Y}6&3[]mLGIKW=;dz#LFv1CFvH';#;$dLC!Ev(Mv(1١$dJFv(9١6^ACIc83Xbt,fX)Vkڰ,#l FYX-ck&lN!{-"+HuCVF0ՍY?eEnŠQݔ&ߏ8 qfGʏ0 +؀~lSpsoCM +C]@]ɢXԦ +*Zhw iOK+:_??©.&MJ#7Fn: 4fhcif͡댇?)I<I<$$FOA'$"3Bd+f: q~Ny*=y r/vWX(Zrґ0QXV&9X*oʘ +X2lY"Nia0fu'.2[xO>\LTk$c1ŘjL33hkی'gcK=Q\ )]T~xa4^7&={s9m1ǚ?Ujs\g77M y+o +ZVU*nJZVTP)X%QISL=W)U*|r?|Oȡ26-z페YuA ZQBMkR@jjH{{qf,X09c\Nނ@݅0w_ 1>U0> J#wW']|wMݵw&1:뚯kb詛AJ:+#eގAf䘘䘒A=F=WעN\zfa%pwKAߵ8#$"MA#T4!46g"4Ih#du<CR7'^myZf7h]'q1עhoRis"1J؆ns.,;lgƖ6r;]. +]?Sծ +IvMHj׳A2B(U'>Q= Ӥ}JP _tm]<_%h& ض ߻5cDR>[{In?g+{{K=0^ +B57+eqZ_ޙvm6dH.{=rdzlxKK v;)_lkku=^jB +R큐jLXv M9stˤs):W+)++NJig88 T~He]*=]v+o(hhڕ9IL +iI[ⷪ].G.'>}׻v=t<;B7z2q0yVaF v> N9Y}x +BY*03,/%X9V̺_7y&ZLv,3h3%hO#1۲8cgEldaۘs9l̹6\v.s.;9Ɯ΋vl1\v9.e Fs]6z G] bvq,v $%mR6k`YƬ.v9s7]ͮ#JC]C +3gMgPK9Λh,Cps pqICt+ $}Zی Ѧn1NKLE7eQF1a)ۘ y .좂h"bE\0-VEkk+}U(FO>/s@t]iYL֕_!2Vn'CgGwFv^FN #q2cqp3Yle5'bzniVj8kXmTkuȺ? n + 3*6C٣29+3!i B15> 0G#E>mQO[E?mQO[@[@[ևEE^nƢ! +K:X pcҰHwU7ß@+eLN2Z&hF-ө9 :5;~kNg^@XEZ,~ky֊XIXZ.ԙ!Fv7a]7hmquwk@۠I7?[{0H,;㡠5~ж{%"KBZ %;}˒=H}v]e#lgLWCUĸ*:yg=՟n[z;Vvwl4Ϊyc vwjdmC_d=G;C잏=+[˶;VnJ ٱr9b5l+ǞsCUq4mnhaQ>X^g9? {si=.1nSuchq셛B^J,#GRW#_~nLb&Ji[xH[ GQ\1+ӲpMxaЯ5~lˣԀ9Sʓ9LxGG ?~"dgφ ?*|I|Ti˸ ^^SpÎ0]bQ=vGL~"zJoIb"ib!L1KbxXGW<&IxZ<#ωe! eL)Liғe K!T2OV,e YS֒e#z!Oɧ3YL~._ʯarUW!ګ\QuRy|u.T]U7]P=U/[Q}@5YMQS45]P*uZV.uZ֪{ԽjڮvNGUzCRou@SHҙ:KWuste<]Uj@W5t-]GMtSa!&׹T$Bdف~)`\NzF4I~#KUʤGEYTinWZvi=kΣt?ezBF{ګk ]OקXjbK-ֈqX'֋bx@lfElmb8,߈ow^q8!NS$HWN$9YNS49]ΐrA(or\-w5r|XGW>&ߕɃ}P~$ɏ'<%O3\sTUWSUP5RUT5SU RR9jکjƩj&+CcTS|&>_/WH9R9VrN^/W;r"6]ɝ5|C)ߒo˿y@qJyGc(;Qύ]29δy,B/Y|hn;u+V=Ǻ[i;ˌ"|}PԺV-"-#܊ +MaĚ7;n6%ݤ hX*J O +O&ZG"|wx `P0t #g(5^$C*c䐨-PĈaT*.HN}m4>cGEmso:qs29Ja)Yüz:l VV Uά<,,%s>g&*ܦ#q n Qh"ReB*8:S5qBEWэjK^Ui\Y +A:AwAO?3)+(82嬣*MF,Y:F"* I rN -ɽ8~TtJANnP=T AЩ4 :A N:8ǩ ; sN`'v$;D!;%ۑH܆G"cGDv$ʶ#Qe;U#QU;U#Qu;մ#QmȺ1d:HRҙ^WQ Nj8clOEttygtfq"_UTQ_ԧDX4朮hJb}hZ*V\(.޺) s`.3:akG%IѲp#,vČI1%gSgwm-QZ}>[YrJd‘%3 :o3uWٕ=*9]y"zɈ6*RgU"n̉%j l3;2WNS<3v<3W'P +.VKѼ¥|^}A,oy#8k)a_z7iSTø4U4O7,` =jB BFWP.XqmT"ijlq45g-E +蹝gSsyfu3|n6WS,zs37hB2./X'$2۱:ޔg_^~._v׎=ɓ42Δܺ.l]nYE5P""ud?v)E.5yy콖 k CzJpVޏ:lV~~q? 6y)n;SzyG++תOP:NS-Fն +-ꦺlIitβZP1pЀRߤ6zOm.>Q':tJ.}c'IO&΄I4ɦkg<lFOCMɤ&dc*Hg9gjZ41uhod4%f9JwmR)4g͔YYseC>[)UaOg@Rv/wdȂEdED#BZރ +- E%|/V?^|_!V2u,giˋ b+sy&a7Q+yKZQ[+p޹|8?ٷ8%x]9[s,cI76J♍xfS8ct 1:W~5^:5E2_Et븯ܟ]JNE2ฑ&+ +lkeʦ)Zsٜ|AHF$_8|2l*ȷ۔-K[;!OelrT\UMU[KզjjIrg5Z@uS=!)!4ֱ9"ݟ Qk=gP̙1R?_o܇k5H@T,bck|\9sA<x`R6^qNPpi_"_8{| 8_})a[aXWs& v.AOu9Α7pЇ:c44E~$?bf/4V +yR9t%c%;6di3c 5>gYBH+<f&ص]î`cd!k֪aDDj0Uh F:Z$g_+ʑ s"mЮ֎"y^/žyY d͝u9ȳc%fT#c~ +8kvӁ)bmξ V{gOz-Rob߾F -XN!*Tatz~ +i_Pa?dpg>hʾb}͈f3d#Mlžlʲ7c\`*'5O߭hV7<+I*;VX\85)al/ԨTHek<lT1RjGڠ @p$Q!U.OL=~}YS8?{ !~BOc5erXTٯgS_=E>~ "GPc?c1̟OO$Wc[wՐO<>+_]HFwDLQW߬ї빴No;>G-߃Us[9[9Z9Y9,O,/,,Öזηq?s9eb n埛lXJ=Wno,¨r뾵^ײ2C59T3J+ly6h=x=RQasC99SF 5%qLs ŹEij7卤 cLe|!8NUMmSHL]Ӑ& +uf54d6SffCs9`^0/ҹe +u2<37_/|Ksv}7ZpB~s#ǎEj%BJLc$w6X[֖Ur:Vk7-9vBM7ӍZ4}M?jetlSW=vjja}ھXmv V{1vFؚ%h-Akh CkCՔ]L.&fr%߽ 9F\\o9T(hh;4 ~ |TK!uMG v?ř=S;2R9l.rp( ' Tw5,AhY,TQVV ++DFc\@ s̠ciűe)2~(ʓURQaT<>zF}gϡ5[f߬YNCrao=>"+y|o:ʝ|ÌHIx2{W˓ 7)ȥ͜U]oi\=Gq6r<yV,Xv6=ث.ӗExclLD">yh"~#Dk9 o`ّ15S/#KOV̓պ6G۽hY&D;#Z| QIJ0zFO䈲r5-r .41J)JCEʫj#XK4ǏMd8~뒺+x-Bȵ/r87P;eG-3h +Z|Oųh*Z|OshZ|Cy17A9Cy 1A!wPNPr2r1-%\ PRc(P%.!(G$PC(Ig()}Fgx zpcxPuL_$Cz9 W)3~]/b' 4%X,qYۃ;xuUSRpp?%pM&*l 2;('^o֮ +m%gkFA]5wD~hc>G3{v)y;VQ%T|ˣ샊`ԌF[rV|Fsʼn1UWOq®F -^ʑ]B}A}_Z-][포w(*S#] +TvoGenΆOZ[[u^BmUZcfT2B Nk!Sgj*{sQ ugFhܖ18gӘΜ~~Қ|ɖKaNmw988f$'y{rr$~**hGh2b}|/(SO'(?Sjgè +| j>jf曃h>PhME.u&6C]ibSƴiOM/Ӌ:>u6M: 1C|3 LI]3zR ~Gx *ŃP)QFt,jQ;LNgv:9{,sֈ0x! ^" ^yE>j5Q#q}Ԉ"5F7Fu)jP#nu::bXgWuwe<:jcj{7J-fZ2 5VXJsiϜ'q ȻEY?%}&>g}a]ae$a/IrNǼ{P,hwhwE'V+JMAź2*=^ ^qMi]xFfz/q8MMMMM 8zzz zz0z0zp ``lb,lb"lb2lb +lb*lblb:lblmb]f4L7iN^i4\k a 2?n - - - -n Zݺ    \8 522'f$g$"e"Tq9DJI$58=iqNܰFӇ$3 0+U|p-q8gA x섳]́=J/p\~@CClNjS۩4h.NVkh/|"VWVW&Bՠա5uɍM͠-m͎f'p;`W`7cGGe w^"f1untu'c9#tyTkĪs)zXԳp7u&uZ~#D=~l{+9q~~c5n[ŭw^hXhDhThLhZhFhW٫Uyս^mWk5zͽ^kuxýho7ɛfzzWxWzzy7xo[xx &o{=^{{{{wqès3isCnrn9 +n:% +(t3)us)-p (%s\g** +Qjhxh8FFMCSCS)=4=4¡P1 /!zA}®>8^`0>G#!Fm"2wc6R&݌z|VWCpW V)%9ș$ VTԾ69߰Z7uQw(&+o /f+ _Ԓ#ݒm4hm(. +a|6}fy1N׽gr[8Y&!r |Ã"K6;[ V Zګ)X·@CA\Lc _kfC[cGl=!3Q̆٩W3{{ꊘTcc;'g:Σ Mt .Q =KωavsV)ROJZYh$AR)S?*eY٪P(1rZ)Qʔ JR|PSuLPfjƫjR5CVsչu\]nP "uW=QT-W/իuq:BA|6Alx7b3-[" ރ +5⽈mCC-b; #>#bb'Έ!vA슘 ;È={"&!BLFLALC8qPa">8q鈣"C8qd'3"NC$b Yy >8q|g .B-b .E\r+W#A,@\q=č_B܌X +W"nC,B| q;w N]_G܃^7!G<A? B|[I߻rpt}Owse+5tW箺&?RCw#wcy' O>ݚsgKݥ?$8Mrqd9YM6BRDv 9Bbrrr\6'GqxC2ď?F< ēC,F|O# ?xYKns +P+?G/+B@w&4,وO" @8]ܻ!j}S<-<Hb#3#}T#7 qc"mudͳ ^^p.<q6Y(Y}b]r4$P pFQ2F%ga fpa4 ᥫ҈11Z{,=K,5i$db1RFo 0ѵ-k e422b6KA2W( 7W=\\Qq|7f2/-UoE5Z4+s%!h='GKҸk"5| gw{z^ eGzYY/_ѷ[mz]C/}K߭o-~^D_?/e DԿү_úXs _x;4~,CJ^.t!v=@wqd oC}'WHG44at""eL=@/\~/__Cp_#'~ ~OŸ/ /|/_/__k4WqM>U0Bv/)pos֣.x=L{w%?+{H} 9?Lli~^O$ _3/IO+$\˒!ɿR$*ג_u}Jr~]^މe +S@1' 3Q˜1ebpրES>bQ1fMXSvXZ,F|bXkv-!u몧<}@N_F_V_?/їˈĥ/W+U@_y?n\*wĊ[Cx(x}nab-gsx8o#[~'w(ޘG&~D~TXӫyYB'ygY<|Oi>͛oc=< y[ގxH }Ī`|Ī`>1> +Yy!yޑ'N3w]y"ƻyޓ'^<)>?B/%|)_>>O{-``6 eÄ=*{`#(8Kg65A o"[*-aK2[VENX[ֱl6f2+d-Um+v{Cbn:`{ٛlAv?#O(3;Žbu+fF4;eg{JX9g Sv}. +XĮ/YXľf7[ξgUb5?'~_ $/S4?g{KnY߮SO-U*4s ڴ'F"C"0jW23uډ)4{^m-vtkmLيs(9IN]&`>Pg'H}/S\(}N +y<^?/?oN;GzRlK-{RqK-E l 97b2jϾ cej,87V满&%Tb[ +=n%tԳc-j[_TTG[O G2|e)"!G=Nyob\iTJ8 q:EN2J̩sĜ*1J̩s4sӄXm=O [}w{ ϼg^gl'k~k~ +J.Lc!vI] S%<4DUa1~_ݏqcwk^AFx2Wj|Y~raah 2p!MG܀q=ƚn70$!チwo7x yw v8#'S7AiwoGXZN䈥'\-wX)9m +7;} =_!>+g!ɳ$_+:ŝ0V21 q_X +C׺g=s"V2V2V2V2Vf6$u,\#gg36$5{ws}⮫+-Fc=^FjmP%a!csxm>m^xW81u5EОOHiD)f#!OGa[mq~b5Y@(D)@?EL(YBܵY\ <Ĺ'"E qĥMEZ+~}Roeh2Y(PWBcK /2;f/o7>'1+ʫmMb?u궠,0jms>/̧5EE_ڀcPp_C_#_1y}'T ?=ޡĴ~98<9aѤڂ&r7C`(Ӷ-_]cQ$,lih/C 8侮n2?K>Ś(hTGьrΰ]xC9&<=]j +2IX]yF㯬Vغaj>J\OGc|wKZ"%A{&:hBTԜp*=iUTE!:WD* - pOo*8U@!vdW JLq)n{/uCP`U•Pp +-aRi %(@8VY 5 +k(:aBjOco5 =a Q!'5Ҡo4I}WcB]Ѯ~DuwX뤺B v X^Ϫk7^ZzmIvwh=BOق-Ke E%-K(ZP,hYBѲe U{hYBѲe E%-K(Z5%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾ} E%K(ڗP/h_BѾW(R$׮(^\ઑ \b , + 5- +#  \٢ \ߢʒ \%bLpŋkMp݋+NpNp Op%kPQc0Y͉;9qg5'ĝ՜hl4b5'՜WsjN_͉9q-f5Vws`3\~3u +,*bvBXY0gy8G;7;i$`dQ$HqGe#FfM!0;?INI$F y04z a'A5`NU]$~i]"a-9pj DaAZJI|j1E, +sFZG^{ i}zGzE]1&{c5{HtOK<1-"!#vF쎘6qt:qYk8xΈ1SP##N<2sb)5b #C|*"$%dxȔ!C:BƆ=iZwmkW;{G׏X?q\\\'\ +W;qwp''s݋" w]3O'33ɓY)yxNxJ=aa&- +++ +;v"4"x;xüEo[C=F'IzH/Ћ TЫX`1Kf$VokA$M@ی#^hJLƺ['**/ +Ӭq*wP@?I@Kv$Š_DdCL;R@\'ᩇ$((kmE:M32 $"Y"Ɣmd _d%YG +vG~:CΑ 䲼{G$/$a.#%o#ygS%!y$_%y{$?*Yea7LuJn௎1ŷ $S&V09NN6񋜇(ڂ MDKCA<[/|;%?$QoWL˕I]$%ϑ|+%A'IK~,Pp[HATkkom<lu:3$/\>W~CrMrY:x0l_FBdH~A'S-z)ٜ)E|͒6}2/EewgË$$A+X&< WIu4|AOt:f\:0RnEt7=@4-iJx%ZQJ"j2(Cv@7=(ɳ$jol {Ӓ'#B$o$/"Qr"H>Wrپ#d>%O"B!i(i(i(i(SCuN<_r_p'$l&j$i'ywɇH.O#zk$k#Oc\FU&Sj;$Ca~ۅXm!|&WXe~AN"jH#yvώ%W0@efD>(Nb$o/l?QoD#^T'Yf[nNT>p&a@d8 cktMg[&Y{f;J7)38Xf7plmO[Sow3^`Mk-׃IP@O|!,QT(QXkvkakQp3&_z~ilfjt]G ++Mjɷ$2jrd#|Kk!?2"'ʖ(GD9/>Lrm2~丐$59JUN҉/0_x +YjrF"5jGR#0Zm'UθJ W\_i.MV_$r4 0 Zr9  Y c({N1]XzoB& ([ܠoM>X1 Ok7gGՃV8 h! 1$o+y:'0D>!ꈳ[r9rv^6Gqd+yAqLql CX4m[u9lQ;her2d〥"TRrO>RaHTqϵTGkp"uHjijy,ei5J>Χ]:AzxX!cώ^17PFyFEƵm&N35c̩ Z4u#SOefd.ܒY9LL1mԴde*>p_̎]}'DtS=쌨fqv!33LY8g jYvΝ{ /0s^fގyUg]8bN9SoUg"G7"Sܦ%{-NSyȪ;"O"S/jA$\:9[w*U& q{ChnN@;'5cEikO㖈_ 'գ'9n@fcvpaWKDWT##G/[H*ʂ7FN`'[Fb92zKׯ{eF"RDÓulDQfKi$ #ջlzuo;j~_aAi⩈ϯh<. J~$F8st~T;~$G}iXfľ kJP8~‘'6~"k(~TpGݛOQt?zsmSU%bփJKH^T{1k2 +/Bpv4gVbu% +Ώ`v$f#O~Ji|1APsp!̂1HO΍ .^- l +EӔRwHJ3MŬ ԔR5 ci88SJ`TeD@=Pbc"k퉵;)@zfu"!j/ՃQJ1H`Bp</ꠛ$lYEܬ#HI(⣏h:qӉ 1 f'u? +|L7!nubz@$'p1\ƐVH.{  N([ͅr|~|EI".8Is 7!ǴWt8x8f2)2 \8 p<8c>±X*~&i<(a(JQ +" IABKDQA)  ()M4 mI&in >V/:9=~֊ջq^N^F#DE(YԢ&r[d$ϋNL^%/UяF{'D$k ˋo<:xZЊ6D;Vߢ'l'|OX&`(,/QrףKzUh.໘zKnmJhSB6%ESKǟ1M-=$\z(..%͘9QO3lzUkzUOV,rCt؂1.Eؓ@}#lH^:l(^hA+ڰXt C_#1Al1XM!,+=9KO"fүz=B\C\ZK}u7&zuNtןzx!?y?{G<*Q)J;C(JyTʣkYzM!kc>4ug]p9}N+ݧvUtO%C"ϫN٩2;UfT*SevN^WiyWiyWiyUɩɹbLG4!M\. =StNUөj:UMT5StNU'sqqkq*ǩNtry穞zyT)h9*vR1GN*vRбQ)-OeWMfݦoF2\S?}ͧ={VF'U*d}>YeOV'Utr{zE϶=FflVflVf;ٴMٴMY~G_oOn}Fv'/$/UI*{gYeגּwV;U*{gYz1zEe\ksi{\=VeU镴޶^IߪoQ-EQkVg;vPi5ߢj>mUUFh=#L7ט391O~Zr;dktINGw8ݎy_ŧKܹ+|{ss=ù-zTVG8x_߭_^s.)ӝUt5atz6"$I"$I"$I"$I"$Iə8s'g^S8ҙάtf3+YJgV:ҙΜ#9řGL93̔3SL93̔3SL93cyL.u{1juR,|5*wVޭܽ[{b +蜳i,)x&j):(-:P|pOHq q8§qD|I8T|i/`:N"31_/~Q֖1*l(a)@:JZ(U |/=65|Xzׯ e,bL@ JQ(GR6Ae;`GȻLe.w]&aOLe/Y~` +Oֲ0w'cw+-}536 V\?t({g1lX;rch(;'~XD"Q:E)NuQD"Qh[=v ;cݰ;pϺ7&cTa_q@)`C q>#q18x| + |'dS9|a8g |guEg+8_Ź>_:f[p+fcnC-nǏpďyag9/C~Q7mw}׈>T +lWٮw+XaRv\Is=޻.qw]YJ&.F_9rY9!]UoҰJ\kp-;CVnYe喕[VnYe喕[VnYe喕[VnYe喕[VnYe喕[VnYe喕[VnYe喕[Vnي3š/K83egyx|Xɡw_'iy?0,L\qWXLrZOi?-r_,r_,r_\~SXX~3~9QX(Z,Z,Z,ZԈ5SA*hT"iI{ܿ&{Rə#.9b35FE.vѵ]tkL gj8SÙp35L gj8SÙp35L gj8SÙp35L gj8SÙph@;)Nv +S35PMj^Cj~%wo}> +Ph*BzW^CԘAԘAԘAjjTSԨF55QMjjTSԨF55QMjjTSԨF55QMjjTSԨF55fPc5fPc5fPc5fPc5R0*㔌&d o4ZB%iMv~_KDKDmo&6qMmhG8&6Ry78ی;5ܕfwp-9fe? ,܂[1spjq;~;`6VfcXa6VfcXa6VbXa.VbXa.VLD9*̼ɞ)Ği=i?Orֻiֻi{VYgŞ{VYgŞ{VYgŞ{VYgŞ{VYgŞ{VYgŞ{VYgŞ{VYgŞ:?~3k<(}Ǹ7>Gvlc+tJL)=|߀GHue,dY':YɲNue,dY':YɲNue,dY':YɲNue,dY':YɲNuѱ2R,MD{g .t@N&d׭u/32yhY[ʻ[ʻ[*ZYʪVVUjeU+ZYʪVVUjeU+ZYʪVVUjeU+ZYʪVVUjeU+Z}|~?%wND}_*(F6kg9(F4ʧQ>QIb&_o7{`vs`G7q{hM%t=/`T$[*V {c2AeW[6jp%p5wq-p=7&܌-|6'1+e]aC“^tA:~=f&Yތ[CSb66휸#<븟?q?慗RE"[D1&(D)Tbl=v ;cݰ;0HAp4 +NMSq">$Sp*>4L02y\+-|5U໸uL܀qnKQYMT\x0 È:B ylx89G䨜r09;L䨟~y穟~y穟~y穟~y穟~y穟~y穟fofofofor9\.r9\.ny橛ny橛ny橛ny橛ny橛ny {g}{ {ki\OzȥuO> +QʏU~c>|̇z>a8q_x[+uJR/k6ţVGɥrnoF0̅a804LaSwn9樛n9樛n9樛n9樛n9樛n9樛n:0u3La Sg8:ddHݲG۷'{aoL>¾1 +| ߆;HZzch=F1Zzch=F1ZEߦuD8]])RW{?Ǐ>~}G?Ǐ>~}G?Ǐ>~}Gc +)S0`Ln膌n膌n膌n膌n膌n膌n膌nE7d8PCe8PCe8PCe8PCe8PCe8P[x*6mb&M4i8qL1c4i8qL1c4i8qL1c1c,Xc9r1c,Xc9r+ka&nPorGۙgT݅NϙSw='Sݖm%mNYG39Qfڍg巻]aHe9:7Σ:9 +]ӐRC{HuOfH !7TߐR}COƟVz-Qrwy.mΥmm7ڎ?tpb}{[s}g)átk/]{K^6е tmk]@6е tmk]@6е tmk]@655ԀPSjj@M нt{/{K^ҽt{/{K^ҽt{/{K^V97F܄[xNG;&E$^s|#NNlt sBSL\V>/.(:{o݅x]ZKTx5z]:ymqVm&&uj=nΝ6d>H {?"$ Ghrɩam:ĩCc;0#RzmL}fB^gyScL3R<)acxwu>UN&5c9V܎N T+w.tXr_+W0ZyoXa0:c|Su%U:@ՏT]IՍT]IՕQs#%GY*f;(+)Al`;;(o +vPp`;;(A +Pp%7@,XbYe)TRF(5BJPjR#ʭJuPjRYJe)HoĢ< +=I[lf?J&ÒdI/ +רN*99"y@7yx8jijg-S…[uVwkdMxu/e35x;?jWLBU֊TOr~y#}^wNliUXDŽgqև/g5]_OՅOYrIX8szKU2gZEzm T:ձNeSkTUFUlTUFWyWkTB^%U:έFOh|=/%, EtꦐG?z߄uFbg:g{wϚ%FhmgpuЭٺ+2:U:z)Tˋar0%6Sbz((1F)1h X)N.ap}r'8{tOS +vHz;JQCQ + +CYKzڛAofj͢(fD J>h{Xo^Xcm2 +oUN +KP*JjN{!/0P#q-6}>6}>6}>:cNXWɏq/sJ̨a3j،G>*!y{HCr2_͗ael6[2,QqfŰY1\TsT_sW9Zۉ%v7vx\lI,}j3_DD׵:i/Z#Vy^!\°#j̦&nQ%#|^Mk !U&x_bN +Su{<[pux'v[S{ 4]5w +?.wkO"^+K|~KexwxMjrpJǶc:`z9vZjuΝfUN׽R=S)50Շ8S0C 6`&rëMPs)5g*̮Tw2^,:!4%f3+|hzC VJlcBN^vs'rd*w&i4ФTRJ^Wn܃{vQ1TLijZ#֟xO*S:S⏅~IЫًts{nVUfؠ _Յ+ti:"WǼczud.WO/Ūp?ļzF$c-Oc[y?ݸ'mz--7L6l|F/-P 5o?i~{JZWK|u9_]WjmZ[֪~կ֪jEM--RS9|ѯ>ֺ|U5who)ЬN5ͻL.PMj&j.5(Kzi4^aP#P#cl)ۡVVh6j4]e+Lf먾Lfl6Mfʮ3MfDk7:LSk4Mvl ʴZeZuNSa:5NST0:NFӨ4j7Vpgetqi).M&jӢ˴2L.SMjTTt~f߬u|o:Q7ޡ;t{n]\l]Kw.}𢡊 Ey:jzϳu&>: _{ yPGuAy1[1[UOlUWyU>OS͛赐N U&Z-UzT&zMO}ӣ7M4Q}޼ꝧr7ɹNo{U ^iسY:Cf}Jˬ_f2U9YEQtkF5j6_D"FlMhE(gh+e]i+])J}4FmrQWkr&W˺Z5Z՚h1BWbĕv+i1YWϺzӮχiˍ}Yʣed4qǟ\% a:"y~tTA +ƟtbYp{ژ›YNܓU>OÐ5Vivt]d;U_<__%0iu3n0$"MS%L+1,:"d]QUݱKhg}j;6fiO"H"3xR:wO1[KgNwXŝhRfp)+Y\DxNƷcGxU݉;;:wcw;9RG ocGXрYgF'\T9f>ljp1v>,3r>3OK|f7gv|DKd?v;&t%E!Q#;8Ӣ)g>}O|2eLYVa -:#ted2z9.F/GWhr[٭V.GwleC{d22M٥LrONS곂+Yɨ$ۗ"ժQX^'a<x ԓ̵<1F&?A%3)9Kї2?y)#/Mzǽ00:FVJYhBkAO9mI<-udn3r%?L:u dnԭ -dW)jjG-%>OgΣPLO1OgQF>+P +e#k#P=E">uS)BfP3E}L*ƧO(PE("Dͻ-v־Ds=ʼ!J^ u(?gV%_Wir9q3JkǟA=PԡYTfY+d +Bf~ST!3RȌ2F!Ql2F!3QL2 B!P,10X#111>' v| _25X+`'`70V#J P 5Ղ*;u.ԃB5+PLse0j9wscQ[MJmZC:õk T3 + +9? +ǀ5r+%W5[0h 8P C jB-Am ^?)k8jOjD?QR6A{zB/ w{>sss'1j IU9ݜna7/]4x^0f,  `-*U_8vC|\?49k. @]-0&1pF0`PK9K9K9K99Mk2^vPXbn,Ğ`̅y@o×| ;a=AD`?xp\m &l &l &|!~R8 .uĉuĉuĉuĉu(b>|8Au“0& 0x,b,bxYop\qQȃp<8QȇP'=ݞM +\'c2gC|"d_2 +S{ˬ 9Uf;ZJL4u"~d?Yďďďď&{ɜ%so.J֕CUODPAMw'2)s8<7ύs8t3:5sȧbXKu`~ހJTe$Ȇ0szxCc>c>c>^TB]I9N4JJ|HIK4sf.%X0T*(( + (( + DZDZ(J b(J b(J %%%G/x2 Fc0 +FNDEDEDEDEDE4M'MӉDtC4u!:DShMC4uȻɻɻɻɻɻɻEx ކ'_}Oɿ>'_}hhhq/{ g΁%-|߫DDDDDD D D D D hzM=4C{hzM=4C{hzM=4C{hzM=4C{hzM=4C{گE~w=HED2QL!ED2QL!ED2QL!ED2QL!ED2QL!ED2QL!EDD.^b ^b ^b ^b ^b ^"/K%r][8d1,\[rYoYd60gb2[w22[w2 ܬ>jn^|zC<1t-1Y2\Ksr.Y%˹d9,\KsQ1t %CIP1t %CIP1t %CIP1cbXKuXɜdt|W.+ߕKuȢY!:dQ,ECuȢY!:L3}tљ>:GgL3}tظePT@%L''#d?<.!Kb(<=pB8(N!J&F&ODFO'h ιR)@p."(8(%8("j6Мk-9oZ\Fe2p͎DuDQ(yDqQGyDQPPPLI50ƪᨉᨉQQt$"odJ5{oeJ5?G2"&k2∠8"(# ⅷ@"-\Fs>_p_ |hh~Ul=oeg (M;;xp2%UG8 ?'| + +rPA>JhJ[x o-|QHQHQHQH}N"֣棚棚VV&FV&^{x}=^{x}=P]TWAuEP]TWAuEP]TWAuEP]TWAuEP]TWLT Q·C0׆q|xLPhZ\_C~oyHEE-XKk ǹ[w{ꍲؙY4E(>\sQ|.E(>\sQ|.E(>\sQ|.E(>\ܿQ|tu6Pxwq6TV]Ӈ{e_u~.7#KS_ S$NRC2:.bz|X?}~sշvޞ{hrIZnҝV-j +ŋ七Sܮs\.OӴލgкi}.JO8yO yjpOV,@Uo}]O,/ +JA#w<؁fͯ${ߡ"WBo;N?OFNe"\tF.-J_GP{EYUZVyRN"FYuN0F,!0TjTUs<SEx ^i +Lg7bګ*_`@L 80Ԁ+&Ԃ PB=h 4fZ@Khת@Ȇ0x +/LuH5saWjҠPIEU]ޗU)fUֳ챻cB,(W/B2~Z^Vi2uT ;^fL#?m*sƨXOx! &A6L)7V*xVȁmX ?;ûr=#| + 6 +6>Oa; FD`?!B>>P6ؿf@m6kr͡tkUy=WT9p87yxLc2븶6@.| 6&}7W5w. :dFy4{J<TpUzP@CaZo=O0 +Z˱L[ʷؑcoC +K\_ZPB +և*Ȁ0 +ϻ;<ϻ +ă`̅y0BXa ,ׁ1:a+aZ z]kY$Ȇ0x +/K2LWU3`&̆`̅y0B^TVs >b=?&k˕b,0.(9⟣(?g}>?g}>?g}>?g}>?g}~[?Zg-ƳY y<|gJI}utT/SGfYl-/ `px⟢(3x&|}hh(Z8}ѿ>G_}ѿ>G_}^-FW}4j=ķ)7)Qk)Z7UYTN|/]pOt鸉V{?^D,-ddX; +ݜLe[҇oWSv4F{k[rF?5t|W&7 K8+,C9碵0D BBb_Q[G ƴ1:#Ҍ00&BLl SD^> ϞgOãi4w~;-am)-0Sr+5O۳} s~meaQS#k{EGff ٟR90sd$Dr:&牮rv|V%J&:2[D#hD;]X1 -Kl)\&;s|vu\>?]R_Bt*%S)O*EP$qZJ8.fիq&닰:8PSU+xJyT.ɻ"%O{98xL4#c"c="Ļ-_I_R+%C_^K>oKO$ߝghHV}'ϡvuމzbN<~_ֳ?cٙ%N.P wfdHx 8V@5G9*`TcXĬ5fz+tiOŘ"C7DoΠ&nأ݌3tc9gc1sH7BW=L A6Po}'*1EtӈwRUROO T;##/xW;+4O2>WKRbQ7SkFɲu?Y\8D3fyՌ4jӿ1S[if׍x15Vך|`ЀwplɚF +gxקs)[p%שUHNܠDD]5λ'TԁIɓوO箓Fo +͸ނ2-֊׭JN-51BݨG_@U- bќZޏw7jRs]X iĸx17f߂k-yf|M\ugv Y+s#4Lo +(Ӝ2-(ӊ2lurZWЏČӏnrnq"9!>"dr'fO&%UEwO " (nnKQ?G*Fon#j!1~a%L㿵g!dTo#/ċ8 jx Q헲2# %5!u3""`QCZ/#/!cDD&DnFJ3r53Җik弞F:1+F#7\4f7\ ʵ\+ʵfqn.+M&~gMA@U jz6iō`q{_DދڄXCϒt0y/gz?>V듯nwWqW !Iۉ󯣸S-:{ozZ&xEJLo&goRǿew\ƷZOk]-Z/q\KGk mDFqA[Ŀ5^_C-mJcmXw:]z7UYOӮk7j7wj7^Z~s^hAP!}>LSzoWa }/jcU8=WL{Nߡ~\[g\DV{_^/>/GBDRjۥ%g}-SdG^T6ֲWɫAvоdgPv]cQ;)˛Ӳ[-ZLt%Ҋ=V"!Z̐Z\>.ԅ$'馜,'떜'|G;=tWn%u1yVo&/H_ejzW#h0c~G}>i֗r㌡NѿW +{88NNGgE7oeEl"P.i f 7kue5Ii65yyҼ޼M6223|ɜ&3w,sb5ʇ\.3̕Jii)Gk\E7)Y s|oLrcFg AØZ 1+ U&&Fsx 6u:C #p#yy4wF9q8c3љhlr&9ST6cs㤳9lqoCC3MBC+C> +>Ƶܺ/n?@; c8wYӝN4kTEwĝ4[9fwlavuW7w׹=Vwyft?q?7{_̾nč\|ߘݣn9νVxXSzX7 a|6l Tpp]ppCsNQ9?*|=<%<\~:Bc7bG +[>쿟 +g/>,Aը4r -7֘ɯ7ocη)fiF m7bl>J+}n曟bG{ +Ծ UfYlĵE?VTef?~}(DϾn^'Oo;2VϪF-*/g癅f)h^3w>L]sP^ 1ل +W/ܴ ?(NBbvsf^هo~ rk7ږ@f Μ++we4E;|Gw;xe`'c=,eE|0خGMHhi۔?;8l)F~jJ p] n~J,f(=U!rOo QѹF?[ VǧԒ3㭋 S{y5o +4ꢗ:?^;n ZSܫIr5~G򄟢47#$ +sXp0}bH{^=Dӱp#wŌZ>03Qǭc1> :9zLb"}hE34ߙs'{`i.՗UlRcZN?Q'dYwՃGߕ/OwO^VOP!Ym'VoNu0=þ9 eߜovyi_awr`F`Wkh$]]K JZwbw!bFk٧fh+t}:}::)=kH+>>>[YاcoX}w}YWڏd:_e^~9u_ٯj[;]olu/`z}"_0k{:S-5OoлkXװad_Zþ} k5]kXװaf?:~uqaŕ+Bq~S|OaKzBb>2G=z&bJrџ`}^^B_%zRjۀ>W6n=+^:H*+t =2QzdH[z#ou+~~Jj5%5jQzJU_J͐*t(C6?*XlT +}C?>AWP5;zsu_>]]t&*? +Dn`s`'Q UWޟ)?SzL)k絣kOƃ1N7.8qy/h h +En3q3SE +;{WzWRU*DE2,7A̝ޝ]nn|FZ#z{~H^Dƞ)H3{١P !׳޳H71#hHo$b0>)F#o yPxoW|;k1fn=}R`ZdXrK|cߔZ,rfa.|(v4W}EZ%ߑ̡ybzqV$>>w|91 X/bg{oQק'*E|پf^ѿ0mr-^/|K0]5XsY(A "U̝;bwl G]ѳ>~:Kwk{21O3v81; +G/fn(a3cAA_fF4$r/5$Z7ͼ|7v4L$~>=J__p"z,@w͇2S()yk%FY{㻬P_eh_p>#?{.r!ݼ܃03s=R<ۂ+03[5SiF:hF12ͫњcFen2KUFGnPw_3|eTPYJ\WZy!u?gmL;n|_[~O*ޢS~d?0Zǹӝr멷׼b4},?)|qyV}`~L(#~ӟs9wW79vK\IpBn>"3-7Ilre͝2Zȳ]` Iz<>!\Wb:vTY-T U6-bu:ZZV=uDTu'UJ5L=Ox5֫7dڠfhf5GͥjO ګV iZjZLR~;Q#Qs*v9_TvmEDU.NTDU.I˭J*4+gꛕΪoV{ef]Jof$8VO'Inb7vgκެYzoCf=zo~kYϰƛ55ެ1foxx&ƛ55ެYZvwXMXM9+.zߏSWza5Џ#~S4gA~EzSgYwM=Ǻky]S/6j뮩YwMb5 +뮩1^o{q^}տX}MM`55$II5QS054V_SY}Md55۟UssL+jI{vVeSYMMR*:ªl(V0-XΎakv``#Bq]1"֮llg vkdgvn7 +c7UU݆XjmvoVkc6{O/_kO٬f=o/`6{\hb6X-b@uX-Pu:mz:mh:mVh:m68u]X-p!.eUYe-p ndͬ5Nt\\ஸx `CoSYݦ$J`Vj=YЧ:@ i!011じ"W7(JZu6>`wboK}^*Ea/MC?6)͊Xq.ogX 3SêAYVMk[,N,, ^BӬD|? jh '@ꡔm ^pv=Azv|)5>y As4o +'+Lo"^>ʫj"eIm&+ W`}L`װ `/'_W!_J4;jv:aT3AuvM|@ux>@vSfv3mamiD Z#Z+W#W+Tw<џZ>G Px鎤tE8LQ(\WWaǺQ}րEzp0ɝ^Nv'#w*w%Os w羇YH9۝܏) S~Fu3@//R.pAE"[;Y.F wKݥt]FVQw rmr7VnC~98DG(y 5 %RC/K /+C^W{^S{5tW˫Mͼ:^ĜI-,/ %!e}>4lC#Yk5E]ͼfHk-5,LT9,8,8,8,8,8,8,83g LLts&9s&JcZ b ̉9Qc0'x~O'H`QBʇQB{~?a^E #f^_FMM/_t3-ĀiQ,,,7{P^/,f] +ZAҘQ}jFYP01 L &!&9L̓)j,,E-eL`:f \6Xd3q\bCK``````````(܎Z]D C$t —.E[]F)Dh<롷CiװE*t6@jn`HY ,X rW+SR_IU*{TI_&[_G}=F}#ܬoF}+Uѷېvi>8{K,A^ă_>~*z R>AGcq~ +1C3(<}^ihH=弨_Be2ҏң~E2G8;FU*dJ5\Sm~7'H3IO)z +Toi8;]g!f]X]菩DCS?ӟ!sԲ@E; 6ꥰH^+JJFx^C סz=UgLR#GRx y2kB#OGF̳vԎ4biJa>M4,4,40`vOw>IGyscf~'8=NŒ; +3Nf7aƥf*8-~#=8~OH{qD'"=8~O8/='=D'Y{ Dtt00xsĊGOFVL zgj*\"g.̺ ..ػ#o F>Z?SSHό1j .>ڀ.fX,nNXx{,y }; g( %P( D +G?K=SKVcLyym5EM}ȫ +#R_3S!~ wEQ-T*05j ,+UZj 1&Xv+'FUa7v=Q uXAʫcP9Q @]Ե[٭P>uDS'XL>+>'>@O 1]aewƟ$?U˜pzO8}p{=ai;_' SOvAx'O mmO'7',>9P2Oy-NSvx8$Rkpډsx8ᔆT&ipo!L[3QK-3a3 aMa[ x/a^΁rqca_C.6t- +%t m`{z e-DѢK-REWJE.Q<[| JtVcBj.|?],JuvpjË`05a*t/0u[*Rws[ߍU*Ka'? d0bRSz/8;Iu'/4OL*gRWcaq4ϤϤ<LYϤx& LG;]:C3rxOss\$K|t_pv^xLz1ROP/?"~|IVLʉg굨⟜7hpcM 3~tuOLDssO{9ުe2}zZ5@T"^2%3$g"^p*cy; 33ex?ÅL"/x .g)/c(ӿZ.cs=Íܗ'f[g>qN_'/q|Kp$+)r4J/AdmRؘبBHr`g* Sc]88 XƌN΋x)ép:cEyp&bxc2ο[\ĘŜs)Ǘ1\p-Y1Ƭg1Os| p=0| %lg1{c_PExQĎRp](Zp B@j!G%{%zQ=Nc \T -uhN`8㴀w ex?E\p9g4M 7{\p 2' WJCѯL*gR(C*^=PR4eB#!kYXWDO}>tn}6} ME}}!}G8ӟַRsE}w;Kݲ*=ŌZ!}mSLY~rπ$;!ӝ&N;Oc4{ /oH~@wljI<ؕ%-L:8{Eǃϐ$'U@]EUV*]VME4{xL3'/3NUq2,JPB|\y߇q䪨77;'wB%&X F7#`# yIB~b<Ӈ-3q +K)p-L&N<-'>.uN}, ~2t_׉);yr-/EvOn🠸zl>wSȗ sOձʟLNCW:uAio%ߡxcC%'ֳxC\l>1R~>}6f:c^ZnjA晪3f}t-NCQc;+sy=g|^uy3m܂u>̘#1o¼1{&S`!&:IDd̪} +(3AߡZu&wa;t&CG5ߧ߇z?Œ<sqT@5Yq93a}xe^k(:z^Ylz90U7olOO/OOf0:y?? 1,|fwaId_w֯%{Qffh% m7Յz!zy푯w.MpCn +,jQ'zslQB Z{=9tB8+į Z.nCu<'Ee@.(tA܂d܎` \)rBnJ_,[pGH>Cr0wD#`!U!Җ~iV g4MZA=J7;#X҈ Po@J>RZq;Z"I@'":4?v?t>B&CJ_aiFX;lHBQ *8!WR| +ʕy=ᑗ g9q(yJ'e15RL ` x\e/DnRP`?EVe{6G)+5 ;U[ޠ<Cݭer?cdN)#pRw"M +XWZRPR+E+QB~tlB @QgBq&!gz!v{"cf\,K{QBO_ e4dGvEr@ZPG:)-ƧRh@1~4m۲H% +e +ø\I_J+mc)̧P\)!o֘!VW*ZCHKi` Gm%)b 4J@J!$幏S1 ߮߅}>=2\XsyT튤ZW_1VfLFNp&+cO wd5p5Ϙ4tтĽ!e{˽,^K{p/˚Zm$n7BtKj괭W|#i9}ߏ݆{.YRn~OBRܛ_RѠ=W~\?p4m`rAa%How8~fYOHy-^*0ۛǸghׇ$VQ?.6%isQ!$Ka)HXbaBGDmЄE;YS!Sۗyv|M~f@e56W r7lWk +m#u|)!HaE1  +}*گmO-W}*KiCk4xߑ1Wamrh6iS-T*J4ЦCJ ڄzk8,a\}+&F*"uRh*9!%)(TiT(RWPU5zy(갺Mݍ: Jvui*>ZVQ#_lu +MH_磱6Dפ>,mdN-Db8\]D H(_jYKz#ZcyeY H~eiIZj 阦l0j%g^uϑSp62ZGaQE;:V9[)R`*e(S>P+> ux=G+ʧTe#g)|TVNJJ@H9Tk?(?%?Ue_M3|io(|ȥ2Gη}JRy ![+Kʭb@^da_r-X@<)V %c ː_ H^-Lħ/W(#UH2iAZ,R+e >Bi-7UR#+IJ% V% ܐrG0KX.q1hmts<f{Ink̽e~i?-<~9TYKkH@Iӥuئ8\T*Au@+9Q7[\ i\ ՑĎ/Azz>W|&asqIKQ +7˫å\W}5vl}v`i,)Lh%M>S3)ܹۙyv4+"Ofu^ŸZq}xpn׎f!x8;w.$S o@ tO@ t'q#x=8;w辆aWx+GVOnsrdY-!mFX[岶gmU!oT)FBvƉK |X GL'Dzʻ5<p +xSjJ_/2X+ (S`+PfbrV4G.$2n5n#٘`I٦mv"b s ^ާևӭvnҝ{ Ͷٷ=}4EeS1[ |eܒݭ< zоҾd'''"M3GʽqN73y #·7[|x +a~b>#<+&'%a&Uw(Q[sS4q%|?yL|K][8[ }t!u "D(tJg9xX |;AH<5-~^Q&Q,%߳LR;ShXcVLP*Z"#b^A oJ**1 aDbD,QJ!'2eauz} xaL/Nb{=scdDe0;SleEUw4;"~y5P{wm܆mh܆m(hc17(ZWNSXI>&EoBGE͢3)Y+zwY$AJ1ڀd7Ɠ +7񻌟PxXXX Xqhim(~ Ѹ݀n܁dnO4nOdnOq -ZCf-8׸0"fXj#,Kr"Y> +*pOh7Mw⯡F1#` b,0Pl%E/6#Vj,5 l0V ., +jˌ25E|kVj x\*6TPlC U6Tm +؆*`\lC U6TPF RkDw:3?񜟜ۓ3ylp6"s}{wH3*:~l-r*bwClY]<*|ȁgWKظZ2fX!_`Qgk31‡m0GR |.͇TjkuTc~ ǘFxPcx_Ӆ,NPxajjմjR3"#9t5ӚI,Kسhob3]j=g=GE#^ˬ&Zr.Y + Ԛ}68o϶L; ux˥b Rw{%ߋ%7l2<]#sw)^S!AMF +Qz1VY9Ǘ_hлWWNdĿ\0lYzY4YBf}>$y!fS5),4 Z-0 +kH8\SةX곭H("!.ړ=ۓ=ۓ^c/D2*s*qKY[ +[[Zb:dCf:dCb:CXX5Y%Ee1eQbY ,f,FXYeE XN[ DJ,9,*$2BJ<ra4!MHgK 錑w!QQeb-6|Vi?CWM26'7bE$+űJ[SҘ.+`tAFf4ģnX'gA3t^w)YyᅋYm+ܪC|ωVf=]&OkޝWl5c'B_ݿƓIxʅM&\H^\M(I.|Fe6[ +bE>? +*{ +!Bg*m4{pUbb $^ay%O^)Qd^oOND E\qw v%WbzeW9}=e0Ք'RAo Uqs;==Ϫo_wBO_ʦ9 B*.!da&KTZs ^<{ώ({/m _4uf웗7Ni^H"mTt&St9l?}LN!O瞮*?{FytgtQtMʎ}z؝$EwEwݍ|/GS{{H}BWR87PK6jُRP` J}ވAϢ?!ʍmu vhQL1dQ7JYns9n*rPq\?7#.c7!8Ϝљ3sb8̙seę3535333u3u333 3 33Mq_*1boM#M=Wц{Xa˔0?/g9>~N]Œ$^XH$r)qz]C7t4L1Q w6TQ{ +1Be:U`J!Xuc)YW߉r=PBs{½R&zu+R=VӜww5^ %w7-5?0?,_ 4OȮiՆ׵Br[!X!M V!5b6f6fZ5ۚMsZB-x[z͕܆>k;gW+;Jdg^u5ڍWg>kgI$Sb +]bcˍe''(g~0jOR{5wX30:4c1L14L46:/4 +_)t|@a}n|V4dy𴙧GX_tJcϬ/dւB MSMqސ?IO-=:d矢v|6I# /5)](ƻ_Ըn.Zj2\P\[[}>C[˭-vۊ++)m綣\{5].[L{;*.-ekK 5ޝ]igI/?K2g5Κr-NddN,e5Uj(N1(zY536{9\k-z~FO C&}v5gjٶPEq|ヒl*Eo͌g[ dl½(A&W.E%UTR-MK-|fev$RyW@㽞d%M=4I-+L>S)zBdqRF\,/as Sfc3x 5~OF 'Bޡoflly.5`.5wZf6lǵZM*h]aV{EH1Q u&ZZicCؾ n1]Zm:1`=gmAl a[o#to0n`F7^_Ŷޭla[o3ޙL㜩TM{{i3ǙCSyTw4gnl ˋ̘3iVfON%"Q`m-͋uubc'|`Alpzz$vcFZIKc&Ҳؔ9;3^GA8N睬xv<(i*^Y}}:wyh& +Hc(/RF܀z/)|KxWNaKR1T0PX+S>nR~n?P&s=f ~qbĿJZm7kui rs?5ZjvuVVyOJɺv=KPkcG?Rwp I1^+E1D]3*إ:l> ֆᯠIkkk RCqdvkBnMB5Jͬ"%%xB]̧ +Y^+K,e|%E"r\ǥ+iOWk:Kʹ͙WkXu.{>8ԝ+p8G~|M=Yb֛uuz]gĶƶ#A؟b!oc'i{{3 ݡ\Ns,<: +&lZWye;OlA͡|{8fJb7~WdAY>1J&|U J=G>CA{Ιq_j2 krw/R |7fl߷'#{7783xsR%G?2̳9cK<[2URVl<3yJ[2ޯ{V5V5 {W޿Usmê^r=Csb\;3rU'bu8|2z9[=y{x^^a7Ser|eh79r& fw C֮,5JŌdvG8<" >Tg?4ͩe}_o/S{ a 9pO$IӊgDD~=w֡ۊx|$Ia)_u9XtIƜ!P 3qEg^|RR}8^x!O=\nbb인CM"jz"| +$zɏ|" +Gz0ً=O-z^Dm> ܝTy{F,bee11!2Ga1f{0 ca8`LQ8Edacu:V'XQE!,t2V8dc`uλq^_&^&}42L-87KY餾!O!O#xqӈ#F=y{r\b/"z#*Hf=!CȬ82!x6ɬ2aEoYYdփzxyI$s s!sހ3:Ej~[g==U[>L>m[O zdrͯ>=-44x, BgWԱZ=T^OI{{=9'dm.OqyBʘ"#A###'屇Mʃ&sGyZqyl ˃bm=ٲDyhV2 J wGA@1RtkE-|PgZ& #B'c[o&s.K#| BnUsr"rGḶJw#']壻w!jWrJ/=|} e>sI/=\]8;`w埙ݱ3t=_~#6óS?z?|FN>/矾s!ls)ƍVOqqs#6B{NGN&%;6m]3:}y%WJ :CH@h?б].J+u4#K Ғ,J-Y/ˉr*gr\ eHCvrXnma|\>)ɧ!|A'U|KCyMPbP$ed*9~P)Q +yRW *YiQڕN;vBQN)0SFqeRR)ӐmeN,*QX+*US>սjگJSRQXV]uX/K+_7sb N zWA#yK^e.RT(/cbn%^I +.diniq7h L Ҡ|Wa+!@\M0MdWJe:H+KERHYg\dk%?K۞\XQ J v@ +Mtwֽ҉vG]$ₐKJz%]b -]|8(97bIR`u{Ǿį##K+/oCP} (sFbhyQW YlN1=)q@&>.NS5qZ-Ήwŧl3 g>~gq8 >xlwL7Y }x/ +}@z +Zhf] '09*5^ƅIOqk´p[^f wENak+̢.lhM̸pB+))1]smɶ!1_% sb5^,FDFd`[. +]tm_ 8z2& jLw ~!b|gGv~_[6-K%IX&3 [-y젭Vl+Y\KM9`--`q¶&![%d; +Γ>ilC f,` AO.ۮn 7llh]XF C~Y!`K%zg"LlK@z:%o;# fĻn6㹔7b{/&brkx'F4Xf9f|!_›͝<+ZA>7-|'̌ ß 4|!>;͟e&>k/)X{ ?5ݓ'!)/BI~ q#87irS5nje['w-r@[ƭs<y~/§Y|.<Fsɲ66m}ktvAhtGA&.WYF^"vp8u qQsusv;r`*h]&X'n9!3yn]:]s7`X'hܼub +7{% ڹ3X{25ˠ̭r].Dʨ}=z:fkn8-}`8Lg띷^ݷ>Y78[4%izjd@m,q%Fi/^x)A-k9#X{X4\[4oz&~*nkZKkIy+ב۷w%@$]b!a=î~:_&GD^ygXaC|syDiՅ\/"v|<#s2f%aWd l1_nn3fX+3SRJ%gYmjָ-l % ;Ħmo>bG $gNeӠ{-`ϲgX{ٔ9;\e|h}Mdg"Ҿ+TV }+;AX f%ei%p1 = @@c9222 2r d6]D[ "edAaOb  S31]8@db\ ~x>odB QZzlI3D(Ļv4/cr&&AFA.\:17Afrbw\vl%eUG߰ƃ$$kgAv~ ͬDqAMf M @b,? +rn>i36%3O/oogwx5Y Ke%͒iɱ',܉X@('؆%--vK `)pr8bNZxki߶YZ-+u&C!12&f/¤3Y\&)bJ"Q aL/0Q"s\gn23yfY"\fVGgぉl2ST-=)ػ[OV&s[IwLjgX6$~,gǞlb/U{`o{}Ȯ -Ŋm'YYӬ;q^h-U:8!6[[Nc;)pz8bNZH;mmޅuݺMnrFGB I)&I$dҤL)G/J%߉+蕂RDjZv.uI'4@8 !NK]_ Nwz;G]n{/?c?}__޴ %2pU¾jsy|ybyryjyFyvy^y ,./Z˥rGIW};,74 @: GHc%rd:rUrZ[q8h^^Gzpu4;Zrq xѣ1)|~a>(a(Ǹc1qMn~cq8[DZxXpXwlV|[[鸕ȪȭȇUQ$p;SQZTͩGqKRWŠhA֊#]g*WV\TqŒYq[1S1_,6*zg3љLuf8ygziuJN 8\rr9Σl }gru^p9's }Kܣpsw>t97*> m^PDVTYS\W*Joe2R\R^YyDe֧e앧AGiʁa軒~cx$F;Tyrrv\+땛.oɘ\F&eruh=7+rB#}TWtJŸ\vr!W:j>؈:vzLθλF]+3q .kuu5z] V޵ZvZ******_UyUUKzU*kMT UYګWܭ:^uzУ:]5%1$qj2>U7nU]ℳUwyUBzUkUn݆g`E\){ߝLĽVwFw{SuKfkw+@H۫Z%O!lnqC_zN1 B>s@{d=}K8/I)5u -su/B{Žd7E٫&xR<,O'S)0c<~m'9iw=#ZKt{z=Aye3乢:&be<7mg3Y,y=bm=[^[-o:M{^orϛf{,c]na;3|I}4_/ǷW+3c=>ާ>/Xpkv{5._ k';Fx;%/|@1kq׉moIߔ֯MkĿqw71a˻E= +W}~ZE8Ɵש*~7SwgsK`q:~C0 [#`^`Arx s +b(su›Zg.<ۿ_-j}u|uburujuFuvu^uAuquZ-6n>:PfU6a'OڡǪ'/W_߱U߲-VVߩg+oVUoPH$W Sr93ye("@K]l +tNz|X o#d` +ӁہbA`%جk55)55Y555E5jSjy:OQ#k\WOC5Q"5ޚ֚RsMG͑ޚ:oiK9cWsf&gq5YǬJ"_܅@+Ԁq&58HU-f /׬< +U\`b0YW !I`q,h JA@0l + +~Nph8Ǟu$a_tpfhU] %2_4'c-y  RpM+I7bEڄZ jզ 9ག[DXkϐjaY1XmږN1X CJO)ǬxøW{pDcx$x?N^"koޕ2kkWjץ%d$4B{P(B +凊PiBBraAGV5BPkCRB]nl;B &τ·FCCWvx=t34-B˰תӅVCB[uĺԺ캼Pn?12On-묄r:w].\TwMM; ;^wtYN]VuW5?Fݭٺ;uu֭mQN'™ Kf //3p; 5-pgXD'|*< ǫq+ꉆ'S|rZx:|;<^ ?SÛt>>T[ zW>T Bf[;B[G{ԟXɶY%]9m7gWoEHb$9ɈdG"Ht#"HSP r8rxm/?/PCjHcOPg|p{{s=Lj '5' yԏ i(~j(1QO C VL O 0jZt >o8I0@UYZ0mxvF MWnnҿme[ w w3,Æ0<߰lX#eX7lP+^ze=w l\/GqKr܀Ft׽?&tqq֥y-]V +tEqk2~ODjGg}ǯĄIN +?^/h-DMuFW%?}# +':2cݣgߦF G?IWw #]p|A=߇^\;?:tګ?n΀u OKFC)Rчuٺlݧt(MW+AR])zCW;2G _K8* :1U<=t<OUsQSՋKҝRmtqQ<*z0MFGv# 3AK-߳!ݞ1S{> 1nW.'{h{tl&^j)zhS>{c!~~۞eO=(BuFT %xT +e J <ȋ.:,( +a/,jEEu!|!h> #?CHCG@#2ПA27!|9 +wB6h/Z7\~ <~ڂ)CT<+2 -c"*1Ri-cǐZl@[iG,^d B""HֳT3Ռ3gJ}jCv-krCy䡾@u#Cj4u@5$5)(L]E +EQ#ڈll1yS|cXZR9f2cX~XgC!z\ !y8dLbr ds<.OS5yZ-wEyE^ЊQ1){%]Rr|H)UEPK+!%TZҥ?=*LDhr*D*$YTa1![t]Tv1beJՅ(#B.bgeeTC>ev_yϻ}}}}}4kfz.k^¬Y˲VfZ9CYYgf6xYv])Zڡ g\m;fwisfaQckK`&T^]t5?ejx{ut= o?ox{^oޞ7suj7//-{Nk7pb =ӭg?t~;_\^^\_w;]tw1~~%~?>>i慼=x"3/^w_w9x{y]wSR~7ޤRWSmHy^)&U#6)gDz|bߋx?Alѫ E4o;qv_"O1N57E<ˎKN, *f?$d" lpbI?UL6ad!dXzb`[OnO,''gT,gz/Գ^e?Ztoe5z qUvޯ'(뽸O?;9%|9YZi{~GSY'} Eϛ,?UYV_ϥ+=>rĚgϞ?>%zX'z9g[is^1DZ2rZK =GHq=6&=3+X33sn1 v;5r]U=g)LHsޓԎ>syIOڳGgE*7=kדvW=gW>evg'sL]ۦo{BO;%Soo]OO|ʎ}MY >gx=;Wq}9zodpo{/u%e$הx-fmYtwr7ck]֚=,Z2gEu.^i-\5v-AVJY#Tk$%6VX+mLqɭfAZz[3k +u֕r,f3#cwrB7sX}!wbQ5/X\4%9sMlJb'csy/斑;-w\o[$ӆo\N p>o`PbPW8'ebT3}=1'|cyN72srR+Y!9Ql26;;y5j;[E[9 ofbVMd|#<z3EbZ dN7UiZ7XgF)z"oEު{'%J>KRn̛LY ;,9ɼ.=t<S9L{HDz"S~IևW.hb)oLdX &s%Iy](Krc9ڏfdnܫb+wU̱O&'-3Љ*aḺPVŢ$_HŸqh^W%&foTozH1"&^؜<ƔDqb +h +-ÉԜHy'RoIzj%;=s A7zCI'$X?+NW/׻GZT&'h?R<HSԂWAzzHM$;#-#]T0`r@dloyZgzHvo̖-xIv8V>d+ؤX +v +~HAt!WL.{K HE7=?*K=ɷ$_ߚ~> ^~3:ܯL4}U':??E>tv rg5< +Ї6^ P^# `[FAZÁ[y k8 S㷁7A >)G@@(#m`|3؛pO"}"Ӷx7IMtnp<ߧ~!A[/+GC@~ X>S_2Kx1E s^2k,vQZy`[g5 ~0Gfs pO"`# ε@;y +N[ʙ3˜@,XBK%XBK%XBKv KF)KL)KR)[KX)K^)Kd){Kj)Pzƒ%ذX K.D^ ; ӝ d%\׳q9lmvk M6^XQYM:e:ؘZ. w?]u*s]ZR5EwF ~6/o?6&x@i@[*Dlsvg, +(R@3}'VBN+GL/Z=5x7 ͌ۄmMX {@? rg O (!u[SwEPHlܽ85.g[8Kᱣ(ҖCZ3 \,C68oŴuvZcrp}[)vAC_ e1e)bMWoE[ +z͠ +Y +t&.I#ghevn5 +*1ex%W-LדH(ݴ8WVA{,BG 3dFSw4u{Sw5ܝ'ĕ8 c\.hpvAK.QC֐ֻA(X{o}iO݁`4wDsY5 Jx7Rқ15G9=9pjbyǃ//ds9ekn+B+h:x1^Q=kOQЧ2:T6i)۰63 x=g8p~x4Z/d,^hRHz!z1(d^/X jF|;֟hR7rfSc<nrj"'S g&*Fp3gkƹG >P=l4AA=E[Q_I+c[ z'  ec).mM87A~ @Z?Jz<]ݯ,ΪCj؃>=j؃>~]%m =lf]h# ASz1^X vmGmb :,xsHc=,hp/+.4tAU[zw%B79[DC/^D*"t<ؤ;vh lf{~cwcS{'V^wt[ +\1|@Q|.E6xzп +2tO,V܊2>ǭ>neAZ;n._%,k"H+he'V!m'V!mg摠_V%+->w ~T}\S$7^=/wkFtAAhè9$XwV| >v*wb4M/FыCq0})M{iYe:rAc%Y3ZlP.Z?- $ "!Cu >|8pkW4b2ʁ|GHoe`,&D`!ws-DEO3AΩZAC+lk,Z3_ct<|;I'&<#hp٪K HTxm6|82ꎦ2R(q|)وK;%`tq93G[+6[e9NL)Ee)*ʫΑn E ?'|Q+n!wncz@t.&1VwEd1A*]z¿C` *z:ƪӱV]J+GhH4WC)ʫ6CXd_1bTW]7~EADBP<+n}~J{( d Ҝ}CmH46-։~$FoԷ8s3#ٛkq$L|7;Y}[&**Vz ޿R+E*C9] iGKY+z-f +fKk}y }ΣW5k NB-ZP-:&M̵;PÁLP;"K;TG0)n)5@)?D <ݍ ׊Ϟq{|\dO6/tQki?M[ c9xI:c299d6M$>8>~<{ ^={e@ \lw1߳Pwg LbS=RkDOsyQ {ɭ7ʳPƉbv)b#-+;Q7>2‰#hw0:2i`-``R4\0 0S8mO$DlO c!)ɏI?)6-N$WǞeͶAö۠tRO/#j|e&<3m|K+nV+9kIQ%&lDacbbf"ƥdDdD*B zid#" BVXgeZ*u:(ntCY Vڝ_,${' Ra_5%j +r슳5QV,F?Cv[ s${3ʗ27;H6ލ_w1FwQk]rbr`Nd~wv80}_4{CEB$~g T4ܧFćtfD* $P"h_ײSzf}GIמliQ:+DoTEepLrHƍt\3k{z(6Ék_=&\OL&hwy=M'Dhlm  &De33'g})'QSC |#sS>:R.7&XkKZtbaiG|S$@_C( +dk?{ރn"*r8V 9INʻVEA$ +fw!HgTRkOZCQuh=㤱i⽧>CΠGu[wrH|+,|΅r#]С)Z}KИZd2P.Pܾ%P^G@L)9je,(X)a`5(WÈdt V9`t{hV^ǹ˅8p{ݵ̓lgڃ9X3FZ}Zm f)O 8'lW\WH1>3`NJ;q69gπOĶi  VUPp.7S hq4-J{zw@Oō-n3>ۡm(oig =_w5]/9%9|N}i%muj=oϐ'sCΓ̥UdkDEvOn;p.@۶e7;oa_YNDNhI)BnNe7WB} y:" Zl?L̿O~$l@w/btQ;uC|P~԰>-d5 G?J65i%`{&,g&{Lv] w3^o8 ]:Go˜3Hx 'bM|9vr` 4(͠L(3Bk:uA\TN͡dAr;rsT ,8)ɏPV>C[o}f8Xob&+[DĆWu;ŭP~ xo>5:s%S1`t3ku*N.E&k6GY;:ٳ>b2;Y[s482[69Ѫ5ZW'eرe:xtBXfo&YwV'ʲ.ûj] %?RD e̝[ + c1 e5>,f-:z7ʕPAiTck G(ˀS'7Yy3X^gZob 491#z +fw9ONQev4{oaIWrb|K4Q]3qyL̻__vx&_ +Mz+{%7ޙ1/ 8:C0Χ& "(MiGt7ʥVa`jUc>'9½1s͂p Fm`kA$4?^ qcp,w'_uXo"-0/䙇NN$T _#r2:kO'sNΩ +-pWGʇ|ٲZ-﹂A=pDqsWtwV &(OSyO(zޟ *{hOω<A!-ϫm@C쉄2|7mW~ g] _nE A{PqƻN'ҴJн̫)Dk F5pPdh sNv?QIoh8ׂQze1zNLYSLĎՅҟ;w8PCJ(뮿QSZ?P Jxp/81>fq6ncZv8 pkuhv؆MФ-J +=-l( +9_!9t +X +vn$#! ԝ JJ=),FmőA @t߇}胡nx37xox3{OE"|/i{dC/>-o_B!C 伋w e_Bkx?B?>+Z}~2[!B¿̯̯+ ZW0[psB_L#Ph׵kzqΦmۀo?9ki>קohx^%pGo2u>^.ۗ@Ǔ}3g ~.8':;|*7oAAy@"Uxΰ>u{!;6bLhFsAXXΪX17 7NA.Zم"; 9C*8mvSJSc3>r"+:_slS6N| +q>L뛑|6ϦD`3v>cgۆ8ژI[*"BaD2lx_5Y"0C;oF4gUJaUQ=;$|i>ҼGhZ>$<'Y#2?ߎmL/."+?<>>[n Ct -hԽW >ON}O%cxZG[d/!K=Cm@ eDRu +l[X_~i(O +Whsp݈žb_=0^C /!oǑ88czǨ#3 XGOODmD}M0puSoC5x(‘e$dc@keZ~_i= gX}bOLG7ɳY9OVH[ȹυ,}<0\ j;҈X^)q8 6O`\;.EEȩJC +lZsm}rE\1艭:10 r.\t?2吝h>Ad>C0 +9?~g >Ns9mɯrk\5~+r([\:E_݊ŕb^ +.ݭ;[/L47]C_3]ӎ[e9=Ww˩d:;O{g8yMFgS˹\|._=?g|,z~6_=?7| _=oWs:jW[|"zs\m||>ȷ/Nn=t3.|+>Ʒϻ+y}ޓoY|<{}}y|< y?w].u||P0!s}T0, : + V97{:ÂoC-~ dqNHo&':{^;{;Fl|?/z~S~k7PYlSQkdIiaI=)w:O1x<2s*_ȯbf-G55_1&Hs^6DM|w'Kul7>'?d3/u1n53Yf\:0̈w#̈6kMG((6cK M:Tspޣyf=_N-[_+֘kxm8\͵x8,y%D[32A7Տ\m]]=WN|t]!1415"1*ƞtO<~ɉii('^sͥ^ZXn;԰>6cMlO;͵ǔ9?rL^֑dKG&&$6fy0,˲DZqa0 ݯ^mC?ZeCX#cYq "X 8> ! !d!#XY"ɷ~oYVw~WUzUWƼ#=EGnH#P(\hW4 98NG5 2O h\ \ tq3ˏq< Գsgǝd?a;fs64Kl~VSonb-MTQfHרC7L34n=kz O/b>Ռ]l^+1ۓ*L.~G]<Ʉ)^oG6KK\~UoD.C="OcY3 +?e~~mc>Z0}N/8V5Ɓol8S0ɟٚ `f0'KΠ?}AgcYrU\@Vԃ`..Mf\ )psH}GGx@q$;1l7@7z=OP~ %8||bMgl_k #5 kա`f(GJ(=p +> NzCEls8TBW φַis3t/t::qi ],mœ+CW|kmA5YSoi nzCl]c`BwBáA=04ȁYGClxŢ`(C3Xw~=4 5=/CKB k  ‰y$ /D=1@{dĺpv8)\ hϗpYÕ*~(\,voa8;Oaΰ7cvϱn v/,0$)Q8BέpfƣpeMcMcnf5Љ `wtx +m o_+P#hٵ??^ d"񑤈8'D"w$?b DӌF?B>hMcX#H؁k4i#ZX#)ҁ~H+ՑPg]# +Ez"1Fd02lFEG#g@;`Od1 +kpcds!0yɟ|I/6i7ul?![/4{|[B܉x!#G2'ҿY'BU8 +NG)fpqL38~8^|Opnz1AzI={HO1ӓ%f~@{^Y>8Nl>e'!w fkw&ogya<}Gyg妯 $>w BN1( m'{ *A>éw4soss +C{Gn{` +̀}xށe^*5Mu>$A5H;P]|}˫vʩuHh9O+m29W,7~z@{V>|i0}XëoyƱ굝R'~DHu7a5 ۴Obc@t9_=/5GqFnPo;>Tߚ8Ԝ6%8΂hW@t|)d3TOQ˫_MѮ7Ӟk}O׉{co۝G}>տj2g > h>𵇸LYlM@Nú +- ƽ' +/=cM}`oPy݈c?@ `3bQ18[aO0p` +̀9*x AI@i 8ϥaל@5F>hǀ}[ւ:ZN& ZA2?_A^F#LY r1FF_5.gy Abz֪7H6.,2:Pd%vK6OFt;6_KV7:=ί+zGzCʀrGV(qbRy6 fS[h1b7}"~nv{o<{'7Oo?3a?5 3/|"n3ߚB1<*\4OZh32 [Q (O9mVE5MTs|բVթ1էjZ̩ jڬmeCv=j:QzT}TP:{d@}ϗU+u 9%MFϣ%k)ZjZVIG5RyjVNj3vV;]ڕO+5Sjڝ1{ǓKmX{FW&-kړ8jOڼuv~t|^75:{ݛ)w︳qze^WVn[[{#Sqʨ}[{QuQ-hf#~}JZ8)Z8%!!A<#s!IXOğ` ?*|5'BbM]l%^/ ƪ[>_ +%f;вPU+vr $yS,{p_M͎a=VVSyŽI!vV;+Z2X R83:sS0:췇)!n0ǖ;:~ٔo}6ۇk{k]l 0mFN`ڲsIN˫Y~-[JeS$9C4 -GǧEx E)QS*g8c<͊jlnw9x7(MJMgs)ͮ99OiUڊJPQggy+`=m=4<:4Ir2*ӟ>uCyNhg+e l2s&dYvJ5ҩr\eP,*ׄaWsA/U-R"ZJ t&As=(g!`=rD=g/lWk7^0`!zGPTXC橎IPVϩզC`xKV:{6?&<礷SY6A=.z[OH z/~GX bWuD,m$|]t.-|(ֈ5GbD\HW鷄>qVEeDE(~)}?F}3(fR6El}7BCTq\MTUȞxyC&Om!O熽z<ۼAϐg3U\ȖO6:gː/ѶW\E ;Yіr+].ۅ}E'Q[kz7Oߣ6+uouG>1l4Cwnzµ+? $88v7OOϝ%sڊser%:o̮T<~_8iSDwdэ }ߠd!PwPs6Z :#ę60M~גs&Uzm?nmMSmO]U~ok7b1g~0ǵǖ;C5cge_o`ǧ$` +)ZJ`K7KB0ݑnDY0/tK}Z.wgoJ=ֶ}SӶ||(11ٳVW?cqe8驭wllU픭Dl[l!/ອv n.]p#벍 0e^X}Kg$i̴IR"PEf$J$'u7$5* :B@ [/ Rty#1`̂g}QzE] },='Sг칔_`/KmڏRP B ӥLY+A#~~ z&w{7`C !O3caILKfnK6s $:̤ #ՑMپ~w4~: [(}\W)hA}mpiH~1昈I3dǜX3e +}[񎹊$ 4W阩 ++pK +A?Vᣴ^Q Y@hh \訸Q z@?C>Q7*,xF**6*֜Hʙ R@:,sAA4N/w&<< 8B?qyvp\঳9 &a`L[}Wc7^w rݹt9/.aw2R+Õ\\ sYgI_EO~Wե 9`3pS A/bLKT7Dɩ9aՃ}W`=_sJ=lHc6\7*(CQ-Ϟc0YJN> Us":k- -Я i#(=r}ڔ6ֶ "I ͞9c/OIxBLNb6=-i1A'Ox/?l !.?.L,|5'Mܑcmwg1>{=维F1YVDEbc;~[囇7&h5[SA5Ú g-k l چ+Q14,d KKm+64yޚ%i[D9&ꆟmöX.$EVxH|xSJLY גH ,RR YܖTr,EdcuïlC**(}urCR5YZpra?o.@oW,/`# #e\t'@6V7ӥ Y:.r`R ~Q=. XL 3`ϖ^XB 8;(k/K*I?%M"o8qԃ: Oo+ eP +TUt^熤<VvK'HVuiuXLvHd,mSgHb\u2vzҺ݁:\T%#{rzo2vH7R*tԵm뵍G哶ǐ`<4m_Iiq7P~(P7_Ғ 1;+7mKɘ) Jw^ qz)I s||Pl/Q\Զ"U)< ΀^~.+VH3ȟ]WAnb?t'@6V7G7QV.j5]_Wu{5[.ckdP6.l} 0fn Y*_۷1G}v}4ӑI2L҇8r<#iKX~T$Y˥N}(48lΣ ɡ/z9ơIqw`mЀo7hԁM$>,- ?7,U.cym|4֣=X L/R~ sn:eQ{8qt\qÛA!K>с{AGer?tZ=★A1tɢt8IbKC88G9˟DmҦcrpf F9W7Rz:p</"xƑ +ZE‘5! k_C׌Ί^"h"gVV}^QZ]!U+6? '!`76Ohja+Q {N*!7;x{Uy e5~i"{.yh g4}zWTHo}[Un,ϐ+zQΛ zP*gh>OLۉ ;yvn^g3}` M>Cqz'P % }KO1TkyGeezY>ƁJћ>U{G:kiq +!ʕIOɳDҭߨ=s^Jz&#Q<(Sn6bo)$>OQIL}y,y[?8TPZ7Gŭ`#,>lIwp@Gdq2 +Ӆ 'v|Bqroe,7nk[)mgG4fN}gaa-@5Snn~"YF_MΘC}E} 3d\'yr賛ZGz%Q{r8/M##13~g2},g:la +@6| Xy_Q;9wfiz< {hFݡ\W>KɿlXk}~f)Or2 ~BH-*H"H)R)"RT@TbH)b#H)ErqH)#PD.3wwԧU}>y:쟵gBL7eu{L|=Zш^ʃr0XNt?l?o%X9g(BHne +rw"IL 0#њ YMXȟOXy\>v! yǖrJ?ȬӉ8zpuyO:̆..N*3"lt[vjW]G37BpՋI{kp}(=jr G+x =PVB{5F]I/X2Χ1d#0mFi6=a3o@3#<? Ynw5 &If9ygy íxfỬNdș<:sg \c)?p9M[ayp,{-(u> r ,䅐w`̹ <΁v=0+aj|ʬD7<~D w ߃ԹuQ~-ZͻہoB~2x.~+O!_cx[-a̋<;+3/eWW"p%짃 Z'!kQZ=H?ww\tc,eml?8!=:G$C8Wnĵi|Yc( 'W߅CިߤAxkUN~wpNӹ.Oq*ɒr;@kk8Uv%3?ýp֡-qʹ֟8R/;-NN3GAw(7 A-)p-Η;`y+xV8_ʼ.uB"'8q"p֤ɹdHТ clYY™^@/JxZ$V+$14[W_^ o|SL_XBiv8ɠuσR|jxp[=ɪ(p19{Giگ8;ե̇]\%uu38 1P^auCxXÈ#@)THp]͠EM Dix>$bF?c燰Ļ7` N3_%k8Wu5Z ķ귐B$g&%ԋ׀8VQ< N{K@*2GnBԯ xFj7>8PC]x.H3 Zj|rj95HOAuFE  +Z +A61W='l:K&87R| ~(S0PB"*棎Λ9fCCOe $Xti#VUȥ}r9l76@B|% Zʯɤ:uxw+:cj`h' |4ޥ{S7]ߠ}!>"̝c5uەsJdzf Ixzq|Yd%g'bVfċCM|܇r䘧: INb~yLk!#sp=˗}3eދLyƭ@r*kbx2da4 S̕Vwo@43Z/Ja :FPC9Əct6`Ҵ#x♮ \ -E ̒9o-+ 2}63S&v&zw1j&+:V!'_pxұS21 )sw:xv>9*O|G`gbHo`ow%+}3(1jΐ੗ƚ9FMZi3ii|`KȓBGe0R+K<h;xV1S{eaNA8㕆G9iXu*"$gs62W[_d$8оͨ-_ؒg-s6N-c['~ +jZOGnBSs)~|z2->pU\[r +Q۰!!9I >i'׌G;10 sGm{H&ApH!@r/=C=W1f~\ jI B'@sPHnf>z z-9>%ÁWCނFG9g .'$=n~-RMM7d+|zjb>;y\bO5p.pHH 81,]6><yS!y| OA&$/տB= +<^g]OHRe&\Y1G{i Qqn){O[+lnT5~Sl'^Bz{sy +!l^|X~pgN1Wg''<} +کڤe|uZzً1n$Q+Z?9{Z.t ݱ-9%*8F%dZii/o{@my˙ jFAU៞ˁE@xG1a8Un~&3Wuc  ;V |Nxcnb\쥕M;Tf_7u`== #=;\3zH^y7YFepQ8eڨ +N`1uEڿ:6U=>_ͭaf>~O)sk5',궘*pUԧ64/37W@2!Ӹoc[v9_im5%3^a?uw+c鋺ݎ +F>$>w&o09-˂hHA|>[ғH7^|~.EF sQs\ο4k~ɿ95y.9uÁb<1?|pq$2oalygCў<0-=hH +; $nP؃2ܓ>qkvhQ ~_AC{GLF.A} +O.俅d2QR4$ﳧDo/4^dmf3Ğq37c)^Irfy0Xxwr/+8=9[Y[߅i^?py eK}!yFSl"x.Fg:wBgA:$7cp7؜ +K:JeC}Y{%#Ǫ& a?}& +Aۓ&ڑC?`;ސbgCҢEGQҼ}\N亥 _osi/@{$Q)x]Ex sDP?'~6Ң̿?*7KYx3>y!m?swE74!Fc+F$Ȼ#g4]Fy9̗y`?pn<_yR)=e=|Cۂ_]/jCr#?nnn@һ?i?Ek: .j~f<2p=!O-NBaK/\ ؆ds!yt!T2`-O3:/ǸWI̦~@/Eρ>X 4)' | x~#EPڏ#~+o!i]_HNbvVeV>8ɻ 4dHV@32C_f^s(FmnoN6y&%z;$ywHc[oޙτ'@޽wwhċ||n=x >Ԗ{J?{O@xLy O0S|ely1m:/~z/s ~9>")Rx5xV='L*sYd]7ut?TVuzik$m@[6k;!vR;z[=OzG#qz>]/З+:}Uߥ׏MQht6z}Pc1$sE2c`l2{Q8g*0cfYi6Xs9͜m7kZsi3F˓؞k==C<<==3}nRzjOj}[mJmMkHO5ۉNե֥{`oQMDw]c׳6'64N +Z@̭tV{mN.ReMl3T+꧹ +b Z{7} εPw6ZnO#Ďͤ?C}־PTu*̊6^ѶGE]E>gP&櫰X"O,VQXQmqE;7bI +oE̮Aq*U&\}ZTw3ԓUnMغ*u&u>[bܷ4u$uk_v}3yR6%LUntbq*Z%%sEܗhM=}XiEg>.HbA6#|QvEڋ=-P]7Cm|}<П"BTJoSiUaU_) Nu߮*oVU??TW?z􀩮rԵשn ܦF5uC}_JucKkԀo[7ovn 4ԭGjHT ``\ &I5G ҆j#1x+NѦ~QmH[-Vikmi;=~?6jǵfv^sx(Z(e,WF}a,Fla+X6$H3,! +,:EPUF+}tem|J/=[F{*,KJIWzz%' U4.+/JX޶V2/ʌ +rؔ㾅|_¶ :X|_Bɋ`o}0طe}B/X2WW0JKK.stUR͖,V9jJNkxZ]NkmTd\<6%]@yÿ,k_n3mwRq~6w2K}Fn+xxEyRՇzvZEZԵk\ (/_KI* +̣|Y [KJPF'9-ϚƒK&RAy2Cm%c(,>?0SIH:SIے[/iFtFJ%PnQxgfs/dG]ϵ׊Wl~߱6*OUF- O٥4F+PmwmK:E{*j$vޕCFQ)}/riM5'ѵx*vڢ ?qOE{/ZT>%i7Yr<,'gStI/h.IhU6|>"-բ!َnGHF'NJ&:s:#yA~u+e[&f7DmG҆R?N;eYBv{(ϷSg3F/\iԣzakaޅ}rI0 +$+ڭ4fխJ%˲P&OHGeKдNZSsJ{-I)kZF/c +}~X`XFc1XhfYl^O6'9/0S6,2>F;j8%$듛h瑜|09'6i5XU6%'$fsbUe{fkbyrm|6%{${'ǁUGϓ=M\Y3[=$-nΦąJ3Kn&lJLI]NtٔkbљVGdS҇k!->sIlq/][MtV-&-0MlKZba\FNdSbip/X]i˓*;;ٕ1"ݤ-LGfo ̉+=q2,,LZ=E,8Bov䤗1ސTTd6172,pJ,H, !ĄH)QX,hiw%Fā)1z08%c[:X>MPoyL-[(4ѵysgV2J"͑¼ cy-FI7HR9fst[^IxϋdSt%Nyz6E^⤙lʦK\=i=^Y)E\Yz)E+/qOpcpfpfw?%4|$98.8.Z>͟ho|8|48@R)˂&>NeTJ +ɲ`%iNP, ZRZnʲCk1IY8FUᾁ],4  »,@kdFxsVR!:$  + $p@u:kTjU7@nV)`UUXWuV; u[y&V\ L ʬ +uFZݭ*uuSOwU,|g A@%'QE@@DE@b39"& 3Ao~goQnuwuwU:Pl+~i*&v#NTE<*eq(JϹd);G)!Scg)Q ZFyruHry>$;ZeGH /X^^W8|MF\C|SJoɷ6|[2d8(y ߕw;䏡/SBXb>K,Sbu:[)֤ƔTlJ-ĖFlC4⡔xx8%)v8`))gR(JjxץA.׮w\7ڤnxП\+\{]_uoa A1O + M>5dl g8߉AJD胔F}* 5A@} mAwbpj @dl6<B='gI`i<&ꀘvw3ai9m;0J?Ɛk;G}@XƨHB"JE< X}"4=,'0r%㵺ra!& +OUj<3"$ +kѶ⳵HFDo@0[$I3qy U\,Spl3ڌX&h!g"ή8o!Je'dZ:rRh{CCevs='#0A8x P/cCjm9x>sízuE> bcT(Oa4 Jf*t]_2!L]dpq,6[TrFULeqI4Om"`z@7pfDdtx|LD)WhHTLt: +Y=28.ffLXcL\lL\`|$yB rȨP#X OǡrKƂ13213@nLz_Ҳ hў^&V=126"4NcìG81C͍LMt-ITGޡq"C Vfq)NK"tYvE]0Y5Ю_{:w>zH7?z[&ռ[%s%l=d8]bù./YN]amcޅqn5gbt󦭃ߧv-b_-rn@ i}{)dk1^hTo,ʬh[V^2& *#@[^11H  Vb̉Y20cl25[3n> EuWϙfܻL hy@졭|c FWR|֊\֨ [u0w51EREW^1^m[a{j/{l?]ˈ2S +* >:^waVS='cYz?~D/x7%vNqfN*;cQ^Gdou\G'M^ϙ{dllڠ)85{t꼑&W7_>֣CkFt~斟Ӑnhfa XNpȟn 5E&/Qt9j (+LL4q9Ouk?ّ#/Jz<6ӯMJ`xJL 374knǑ9f'fx7sh?1G]+,.n%qgϘ%/w$eqjQA}W<4vh=UA^T%X %+d97z޷eSo}-oO+~$iqR O[{Ӭt|aTU4^kp +ۘ3ͳ4K7f9Z4~Q]{Gc-6~n̥ZlV[a_q#|C=)ܙ8o]B 4#7qNi^KfW/ohvyHnKϢ_ιf2SI5*5_nb<״˂߈+P"Sm5YF}d=da^MQ0eLLpcka˜Z7an)ؚevs <{WE1}A=Ml[s5y}azMqs_͡^%G/{0Tp b $47~0x },Œ#cB;>e1Q/4j7[E5\ة3Ί9)EungLN;y_+ *h-[\ެzE8BJygήi,\} _eiu.%OK!_=?2WYfeɟOg+=*TP6XG4"ىNx}sfu'~fЭgNqyG߂~(Ib@?Vf rf&6fafFf6FVaFfAFV&A9vyɽWʪߑ= |s:&v&:2[ȴ&g+#A`7o0!ݼ[w/g8k6CnuOX `v?ipLwmFWr8ɕYceZW?9+ctgꋻo8Ub/4=9uaIq5iQN۴t^j{•k*:|:խ"KA~2v5r'4O>l5#nEY}91]=As$y{|Qc>~Q;2.^;Qܺ`֊({0 IEj-Un,pu<۹ׯtԧt~pUuV*J\B~Dm[>eqViz̗.97/{/Y cT0Ԥ|Om=k3<6վ$&l&hqn:֖}S6wthmu3v_<[Va2f3ܠ +ْ/78w Sk0:?٤Lȫq6 K5aoZ5KJ':LEڋ {.'˫?v_#j}n=-dE=C О^eӋ)Uul;Wh՟?>iÏM9oIJ;IڜN>b+/XOJ5)yˀ=J%k[>6}޶q\4597PJEK'7.mO]86f1ǾP*Ԫi=ƭԴ)}rZWNr}o*]f2xѫz:6:ׁ}l_ؠ3^ޘ=q-DZ8%Ogg/Q;M -xre&~zwx~u"yqO~ +,1-',' ʇ,4XtH*9?]>ɱ1q /;)I[㿍Oɏ'k}+h/Jy2J _-V3uȱGWnt[hbSnJZ;ܸZ==rY~[lO#I[DH=qj.۾޺ɌDG D$!~xft+n Hsw_\f?+vۥMW^6KJĤʯy忯:}˱;J&]MYUҪYa-w!|<`ɊT*޲W}~ 9|Τ]~FƱ߿fɁ +G! r!;D8!:K]~ٸ3q j|{6L?XP2eݭBpF׏+N4 +mQ۠*ʙlN 9Sd 9 S}爟W<."δTɯ8Q] +endstream +endobj +1418 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +1413 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [304.115 228.504 373.523 240.947] +/A << /S /GoTo /D (figure.caption.90) >> +>> +endobj +1417 0 obj +<< +/D [1415 0 R /XYZ 69.866 809.284 null] +>> +endobj +1412 0 obj +<< +/D [1415 0 R /XYZ 70.866 779.207 null] +>> +endobj +1414 0 obj +<< +/Font << /F34 351 0 R >> +/XObject << /Im32 1406 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1433 0 obj +<< +/Length 1781 +/Filter /FlateDecode +>> +stream +xڝXYoF~#D#oNl)"HZIEQ#٥EZ5\}|(XQI~_*ˢWE(8bQ2Vfƣ0_j6~EIJ0D|f5E1EGK~jIčL4bawӦTY ͍T5UwE]N&s0΢?Z`,0io3jLjMD~8uXVmؠ6պXD"VqAgzl +(Z%V8^Zkbz1:w䉹"aRK"5.u55DWC߬Ҫvig`uA 2 bR¦O0W_\GNq&<t=-b*e.f:fʆ(d7ma isub:z\VyW*j(}X*$LH3na_3f + TXG|xT#X<(g´P}G$!*CݮǐL\ry(%Q-Z/½;/6v1VP_B1ns j/?rb5fd{(o֛%r(D1$S%mB0/;e FTC&վH^Ԗbz ]G KkƋI#ynۢ`EæOkiHq=VPZ ~.-X3) +q&Sg %3@/oDv`#Y# 4 0QQq P9?~o3/f<؋Uq̢dĿo7k^:&]w= zS- +H {]S*eI4R LJhoRccβ$386K, qasmv8M Չל: Px*-O='v#e_Sn.g_M.ן{Q=Yn\jgf +7Q$Z/v +;v.kǒAi,M F2Kչ]‰wv*dԎ \_8Ѝ=-+Z8WC_1Zl+0]7i'‚.0QX/UKi>/ɩE}SVю +o> 4~, SXSV>0*O-4OUе~ܷ^xeYu#RH8*$R&"w<'$@>BAjs>3n9@v0e"HopbZK0nlyxFa-‡+mn}ȱ:lu"pRn&A̳D +endstream +endobj +1432 0 obj +<< +/Type /Page +/Contents 1433 0 R +/Resources 1431 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1381 0 R +/Group 1436 0 R +/Annots [ 1428 0 R 1430 0 R ] +>> +endobj +1429 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/mvc-overview.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1437 0 R +/BBox [0 0 455.547333 328.755737] +/Group 1436 0 R +/Resources << +/ExtGState << +/a0 << +/CA 1 +/ca 1 +>> +>>/Shading << +/sh6 1438 0 R +/sh9 1439 0 R +/sh10 1440 0 R +/sh11 1441 0 R +>>/Font << /f-0-0 1442 0 R/f-1-0 1443 0 R/f-1-1 1444 0 R>> +>> +/Length 2243 +/Filter /FlateDecode +>> +stream +xY]k$}_ǙѪ$d !7`O/sJ*g^TuTuTII+##8lJ4~A-y@G10O^Qݐ2٬S%6XEw66(V:[v$mő# }# J01P^yC&IYxhx)k_ޘP_Wɮ_}RϏ.~l3Ra] i>"kr7 MF{skdHp+Ʌ')4xeI +2m :?mLz޸Փ?Wkʫw{uo`p99aRgi907h]$D6)kή.1ÃC el=hVJ+'{pӃUd#{b6B2F@*9|~w.z䣏`Ɵ`sZn=]n_=S +^;YF,3&Ys˃aL πQ`՞Z823\1"N(;1hڄ1/ڭCs(V}YD#| 6zfWpA5B i,,${@lPM@!m#YE1%X6^q&]=oC6X+tAyvDtĥ۞n3 HCwZ4mc=x%1^CBm A`}x@~ީ=0~s,ס3 [fSm֗V8& -#8rceOE5z + @u _)JET6 :^rHoa~}ǿ+/FE=w|R]=]N%SڢϵJ,ˌx,zc2ey72^ѩYEP~%ȷm@m:w;plUsHrOp>PaY|I mB=S_قGQ$OvL'n'X4>"{DCu2Q)I= ~nwl2@6E8Zy +LeZ:\uxc7GU2 F &J L6(m;=~,#g=K>cB$c:.T"LDN7SԱ(@LCA3!UJx0aF#zTLj@}D&Zw{ūOz_ȭhΜ|:[[bl>V2\6єh~brTM_so]-GN 31,7,)q1 +X>aXN}1AA MJDOs`: +6ʠr8LӲðVOV@`ۊ6٦ˢڿ5'lm!~m**x\V5o+̏k&4xS7/ y9U OL4{}fn="%v=n X\4쑥ix> +endobj +1438 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 243.905075 0 56.694988 243.905075 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 1445 0 R +>> +endobj +1439 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 243.905075 0 56.694988 243.905075 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 1446 0 R +>> +endobj +1440 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.694988 243.905075 0 56.694988 243.905075 126.928978] +/Domain [ 0 1] +/Extend [ true true] +/Function 1447 0 R +>> +endobj +1441 0 obj +<< +/ShadingType 3 +/ColorSpace /DeviceRGB +/Coords [ 56.693001 243.910995 0 56.693001 243.910995 126.924599] +/Domain [ 0 1] +/Extend [ true true] +/Function 1448 0 R +>> +endobj +1442 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /SRXBGD+Calibri +/FirstChar 32 +/LastChar 228 +/FontDescriptor 1449 0 R +/Encoding /WinAnsiEncoding +/Widths [ 226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 543 0 615 488 0 0 0 251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479 525 422 525 497 0 470 525 229 0 0 229 798 525 0 525 0 348 391 334 525 0 714 0 0 395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479] +/ToUnicode 1450 0 R +>> +endobj +1443 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /IXFLKK+Calibri-Bold +/FirstChar 32 +/LastChar 228 +/FontDescriptor 1451 0 R +/Encoding /WinAnsiEncoding +/Widths [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 874 0 0 532 0 0 472 0 0 0 0 0 0 0 0 0 0 0 0 0 493 0 0 536 503 0 474 0 0 0 0 245 0 536 537 0 0 355 398 346 536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 493] +/ToUnicode 1452 0 R +>> +endobj +1444 0 obj +<< +/Type /Font +/Subtype /Type0 +/BaseFont /WSZCGM+Calibri-Bold +/Encoding /Identity-H +/DescendantFonts [ 1453 0 R] +/ToUnicode 1454 0 R +>> +endobj +1445 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1455 0 R 1456 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +1446 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1457 0 R 1458 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +1447 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1459 0 R 1460 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +1448 0 obj +<< +/FunctionType 3 +/Domain [ 0 1] +/Functions [ 1461 0 R 1462 0 R] +/Bounds [ 0.35] +/Encode [ 0 1 0 1] +>> +endobj +1449 0 obj +<< +/Type /FontDescriptor +/FontName /SRXBGD+Calibri +/FontFamily (Calibri) +/Flags 32 +/FontBBox [ -502 -312 1240 1026] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1026 +/StemV 80 +/StemH 80 +/FontFile2 1463 0 R +>> +endobj +1450 0 obj +<< +/Length 1464 0 R +/Filter /FlateDecode +>> +stream +x]n0 y +COiX%4uѺ=@i(o?;:is0qca=N w-/WE nmv4Ae|Zj>hq^ +'7A@_`u<UۂÞ{1ՌYJvևeRڟ2 )N`,F/> +endobj +1452 0 obj +<< +/Length 1466 0 R +/Filter /FlateDecode +>> +stream +x]n0 y +C.R]8Cc{8]ǎ]\{Հu:2A!\fSia["N3 +.1l;O1Xwe`װz:h躗ѿB۞G8s-YGat7,;tjN=!$-K2BdSf2?Hԙ#3& ۤo*W 35#O:3zŬkUZ-js5m~Խ,/+*M:|>e9)m +endstream +endobj +1453 0 obj +<< +/Type /Font +/Subtype /CIDFontType2 +/BaseFont /WSZCGM+Calibri-Bold +/CIDSystemInfo << +/Registry (Adobe) +/Ordering (Identity) +/Supplement 0 +>> +/FontDescriptor 1467 0 R +/W [ 0 [ 506 585]] +>> +endobj +1454 0 obj +<< +/Length 1468 0 R +/Filter /FlateDecode +>> +stream +x]j0 ~ +CqsClXrjhd8't0 O 3 +MaKYUg@oޕێ&*n-W$ 1@xsQ78I5 Ļ t-fݧ嘱? ΥH6 MXj1wwa͍ŽWn+Erd^ˊ!T9sq5 +endstream +endobj +1455 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.843137 0.890196 0.74902] +/C1 [ 0.768627 0.839216 0.627451] +/N 1 +>> +endobj +1456 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.768627 0.839216 0.627451] +/C1 [ 0.615686 0.733333 0.380392] +/N 1 +>> +endobj +1457 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.898039 0.72549 0.709804] +/C1 [ 0.85098 0.584314 0.560784] +/N 1 +>> +endobj +1458 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.85098 0.584314 0.560784] +/C1 [ 0.752941 0.313726 0.27451] +/N 1 +>> +endobj +1459 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.996078 0.898039 0.6] +/C1 [ 1 0.85098 0.396078] +/N 1 +>> +endobj +1460 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 1 0.85098 0.396078] +/C1 [ 1 0.752941 0] +/N 1 +>> +endobj +1461 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.94902 0.94902 0.94902] +/C1 [ 0.847059 0.847059 0.847059] +/N 1 +>> +endobj +1462 0 obj +<< +/FunctionType 2 +/Domain [ 0 1] +/C0 [ 0.847059 0.847059 0.847059] +/C1 [ 0.847059 0.847059 0.847059] +/N 1 +>> +endobj +1463 0 obj +<< +/Length 1469 0 R +/Filter /FlateDecode +/Length1 23512 +>> +stream +x| x[9K,YlK-/ǖxJ$NYB͐BJ(KJP=)%@)Vߖ5@[l;g8J{s_|蜙 b"CD&}_sw"-?c/%Dkv%db-\;x֚Gwcݹnu';"` gQn3W5}g(G/i/ʃ4O_oQoܼzsmz{DKmVO*\2 zAAb TÇ] <ôHO;PZi$R^2JJ{}ɂOW>((~7 +dAt- ,u{eG 6ք%A %?z dÄ +#P' `zTYV\*þhYFU~^dA=.m1e#N7SݮT~m}YjY7ky4:Ati-mN;}Òݰ|BW +#cŊPR:v iEl#s&gr)3gLL4+fkhL+gYtVʥvεNq9lB1ݦ-0ۘVۢk5p^ܒRyE.eu,ݼ6w{kb< +9 ЂP(**$=xBuNm}vQ A r|H<>$3,WrU?ƃYcd|<l,J)V<љ87ݣюC&f'Y$ٚBis'$qK }^2:f} gc[DI^bKzI[cFU/za#JDY>qBѦIABt$({c~&2ơ:9:A3 N!>=hᆃVpbcf5: MORݑiMIZ55pYZPz]y(*A'{X{&!C$Bw4up9$RX$ߩ;y-Kn$omi]KE ` +3綖k.SVc\Ցe +QgGL!IZ&߻eńCyI߾ktΩdTY!9-K4YLu6Yv&G SwOϔaOR1Fg^KY2mjUDM|EpPYx +qǡA 8bOF4MAAJLu^;#}w7$4VݨO7Nzȼ f,͆篬Hۄғ-Ԯ̣m~۹mikՙUgVjٮ1}56c ngof8dMI,a-x5{,% yc]JW~[L GEEAANsrY] e 2f607Hv߁#Y1AeLA-GRe$x|}4"._u.uOIO8^BI3͡fx "ᬜg/\¹+M:czYKp+;0(E[3mI |d22K}U}-xbsIv; dfӧWuȾ簞l2V0@I]J&MjX2)Ǵ+GP>B#Ч5TI)x5no8)n +`شY 3^ @tMg(cd;HqMK1;1ʹ}A $p'rn꣌+LybiM;-Y'#4-pʪMO7vWKh;sq+٥K:msYctkl.W緯ȫ:ȫY7ezκ ++n5x ~@DRKRk]?\{MM9%[:N7#IA +?לqPs7gd869bRE+RJ`31BX`+j!]f\: YnRo.5*ւ8k>]!g^>d6aFʆ Pc[%~_[|'ȠH~o r bd|BJH]Sv열kWnh(uRՖU~n SU&dћ-$5)#5>|mь-=锓H |uh0$Ns%VDw]Q[Yj LKhd*r9F!!}XF,l0q^];q$ܭ>[Oɭ%9F#Iu(ͤOgX4J-1k4ˈLaynW*F2̃$e:6@l#xp6-C oHyd5](=Uh`eO +$j4s_,!ޛuO5S8Nj 2Om,r7YI|Z|zVifDgDi9Ghؔ:=iZxWʎ#w?DNh׿{{scɝ=2O C"K'H5GVR29l氯N>e(ר3 +~^VUϾQi|V(e=^}qp ]#vt뚞63lzeˢ]r[䟯n< +ga1 +~C⍅,e\K˃kۃl*A6|yKe/ #Խ]MMx>vyBCt'&ɮ)_8dBE8z.d,ʊՒ|v^0eFмڲ7./9MʵE32|Jמ3G95$.Z?csFj5蛶`ޙrSi|$fwϪ)wˋsgffљg4|%{of؊ɐO-V]i7)"5T?*SL2rTWIzL׃b s&{w&E5w'WZ\ ):;d57g%%Jۘհkf}k{9#hQL*a虮g^}⣰bv^6%dp :li'h۰ g BXFk ٦evߩh@M9 S&t8./?h4fmv&סO ǹIv@C.yc^%oGC<=ZNoNo cd;4IVwNɪw';(Ɂƒ ;J3G<ƎQ282uhYK̏2O+(t|m>KhƝoqdO/gdO7WHm yRo;֯C|R4r4Ms/}fڞaҦoޝV=- 6|ļ5=.vRƇV )y[4Xk[['Wؓs[~(}-`F0 * ~}8/o3$H>3!!!bK11Իs+~;1О6gڒ3Z|'S`7Ro[$f5Lw"yiWr)|}l|_Qg'¨wM˜k85νXYFbu9,VX]Q75K䬏XcށiOf'*&fj K#䢬1qhޡg'SzidzҷS܌oj[q̭Wpj.oK._;V,i^Ɯ:bVW}&2{.~;w)7.<])=Y^򍗧\|/h6HgQ>w~D#.n 5abοtIHL +$qpqP"i6I":pԎ@cedO3y}; +|Q;YAF& @|5.+BHW 5֫ytfvViyvv, ӈ8r.h=C^g od?]H{QKwb_*@o~1jl&[6r~6BoQKnRFLrA&;.}bىJLx9(ܲ!`."KeI5L.%aG.Nk+}r%r-oXد'7gX5ܬ(V y&w{Ƚ\cyYFN)Wol{g6陰?<ђׁ3qwK(:uVU SfJoZK_KnlV=~dJVrE ۡ w·J k8M~\9Ha%%GȨbWu~P&-!4?Ǐ<#b埓_ZcqD_ߐߒ/QzRy3jycip^|Y/m2NMlLn&kh'-e"nL4uhSy98{e[&> /[6oڸzʺkVZg]E ;̟7yNScC}]mzvլʊeyٙӂ>OnMF^%^47 67r)ި{f o ɖ"UyƠ?z!K;6hMRѳh{0ވT_m%#&3*8B"crFc@tAGWc7Vl^+ꕱk&Gr_6j'zC@܇NrEQG(l:lhmШ6BpҧZtO' B\kt4LVe?Y卑pA;*a5Cf{o0W=c':ʟW~3zT]տq`Cήh"ܧkHa&Na-n&xl NYԥtQE꣤_-hl`om +vtG'){ͮ#Ǣd6w z؟k]@4܍vfGsOTz޾Z4fw0$V ނuUc"[Ѻ* `k g7*uo/.ɫ^6#j2k[ 7nr_T^:?Nͅa`, x.lQLl=(Y +v ؽVַmQci.ZחRP- +R=`S+U)QʓoT "g_FWvy#b tWM}A47:1jx$ػ~1l.*kwxF:0DF⎑0xҮ8㿸+&Q{dV2#+Y{_!Vr(% lJf|P(^5mV[Pcg5$D&8l҆ ac"Y%L)3`mJ#sbC#ư>ej!dI52>xDvE{azauS,6 ýAbxLRk2?:18=/-vE!nڌV Pb}-K1 DMJoԏT$CЮSGIs2cj3tg(nʸFuqE|X7$WDUEe~Xܲ1_ZɫVv[rj1 ~6糘wwWJ W9e*TkETQ6L(Y<]2QkFKN7 K\t6 hV8ƭzv;BS^cxoByoZyx`|~v*نSi^Hapk'DGݬ.y˾҈YD_گM fb-ʩ vhV?+M<4ui]1`Sp0KQiS?)zzkC/(6bZ"5]AcG~? *J0J7ou0$"}vmwx88U 1|&ܮ~7}Y +eЫM\evh |y5\bVa0a0BpNMf^UD+KE J74fլ3NZ !ؠ+[] (ĦPTJ,G%ypiS2n􆱫?*uvˣoa]bx7X3D zgm2/&(rŮ| O8qU}BKxo'ȳX_ 7h{Cʾ'i_|j?Jnϑ>OIw}v NyY*])e 9[>K7Rr!w& 0,^\C6.}#!f~B(r q!hsx5! Iz,!)u?S2YSID준\ʦ#Fv)'>q_#$"~σ? =?~DFz<[g-9 #QbFJ` +\ ha݊)K{=N[8O!!!v S!YB)v!b["&!6 +AӅX/Ġ qNBbB J>!zX) +!zX.2! +-DKX,DDN! P!1_yB]6!ZhY9B4 (DB Q+DX!-DBr!f +Q&D%B 1C"! +("_!>BM + +'x_xWwx[OBM!B.kB*+B,KB( BtqJ)Sr,y('<͍.N l̜LIIKZƒ:@N27JD9q 㥯8} ^9/}>I 8Y;/_9}>8>{ӻ9/ɟyO_GNorzW9e%^z %cAqzN4o'8r _&7>1Nt/x˟ңrz=!n|tQ/0C5X̽ 4)Nws8Әr';xnt+sӏ8t3&>ʍnu?t=}~Krռ*>ʕt9q2R^t 9]˜tA̵ +k |N\P̅`Lύ@pŻ#Żi;38m㴕>f}1W?htr=ANq:):NkWs-9ǩJN+M+[i|nA]]?(G䴈BN0hA,}Xb Asc yvޤSk,ymfNs)p1p!p.>07j99p|y*TsQ<stbR^W©8-bvc1N{\N!>tN9|lNY29elq +1>rJ))fybĘ}%)S<h[yK7989xK-oFĉr" *ø7f}%9lSc uE#C]u?x7^^CU+K|/X|σf~<;k4$[zo +'{̺KZ19(8G,|Z6lo~/puPw0D{g6̼wyOww| ܂>?7&X0u +0]nio6e;|=ro7-w`(rndW"]Լ˻mٻzeW8^g9Y3l/]HH"glKضu6z`mF Qloo-[##[l 6mn̊n~cD6S7{Ӛs޴)!kGNR6ȚUȊ=K#,twEH@gdQyGd၎yy-oh7GZ4G7Eq$ŞOJz7y5d_cK膤s.Om^Hd꧔P;H6%u(ӐPz ¶a(8;FuGId鲮J׭;h:J{Ij][4uQWL޿?-:t8 tVlٶ%Mo8>rȮGO%l6)l|q{qE3lVUboV/˲fHyY +k¦oAvC[WmŖ!nC~lElS$/_h +O_Q2 ss]Nl`pp&8lt`=0 +k^`%ˀ@7,X,:|`0hڀVhM@#u@-jj`6P* + @ P B\ Lrl 2i@Hi@*xd p qftN]$ P80|| |||;7G }=]m-/?xx:* +2"<,{wSqo_~ ~x8 +<< <<<G{! F(pp73.S'm[WWW...K @S?S?S?S?S?S?S?S?S? P@(bE 1"P@(bE 1"P@(bE 1"P@(bE 1))|)|)|)|)|q?}_d˖){yV v[ +endstream +endobj +1464 0 obj +333 +endobj +1465 0 obj +<< +/Length 1470 0 R +/Filter /FlateDecode +/Length1 15932 +>> +stream +x \}Y`a L 0 +IH $1 lVMDֵjm 5jRT[ƚVSC&¼>g jׯ~o<{s}.llQa~歹':PlY΅!rs.Xܡ~=uXֳnph*{,orڊ Wa? ,]س_{W2tle_{9eO ߔpJ(& @3Lg/ﮮV>EleFRi/T\#+P9PT=ڨaycghN.3% JBaOu ΢ +iO BKĘ ML|ff,MXR֖+g.!Z|^4-A.PezQݷ!U\zbRz +{V;\wlY}iZ kZ)-7qFV,DeQʬ-aV̎D1V:)wF01+FHFֳ9 sR(4`\aGnUヸʄQ:mtL}ROLhZ^ZhZTb[ rV Zxˏδ3b - +oBg$\%.cidze_=Q\t0d V[.+LSe|Rڶu9Y&RR c3Zf8mnlfEGDQt6 Ί +'KrngJ i .[bjw~9(^o-1JSI`fS^0va\PDҮ蔬0+**E̊,Yɂ^5 Ⱥev_&dz鵡稳! tQEiXSdD~M<9rFgV;4m,:A=%"'-bkJ/6fXFػUKsQ56}ʪջ֔Uzms>,ΙIwVihs2*%>řX+j/6mFGZ;b\`cx?Ɍ+tC2H6`A !ȚjovCf|Z}M`m"Үb4D8N)fk,i/W%c4Tmxrs ˪3f#3:dzb<;^6'qq Aa\F7CZQkFeܡ vaN.ZqiV_O.q30Wb׼XHt:gxPluܰq]Zz=%jNv2 rljJ&Sս ջ+f1Zw.w޲’`kMLfxS"xԫ2C1O.EiKО ?[7*;TnC%{No jѷ-V +BlunpVx7Nҡ׀lj38E#;ԲHJW301iɊ%M95C: [*brATjڅ.i^bv)&亭 i) +gVe+goek...9Fg'$MK$XL$J_׌< `b>:>]-OG3s='-imߵ&(e~QqPaMɈ#ؼR#Qj=+!ukU˅IxDtTZ'4l"Xo 03}>G)k ݗp0Km,ŵd0 zD.ӖUJ*VuA?*Gd*bkpkMXO]^uJU1?~ 1>M@KLW`ƚɢi+OEҕXVx8>+ft}/yx^03^p^_S5ү7*aMxGOuhڼz r-Ɏlޒj?z8mQ3N!E)BIqѹO3N,=0cퟰ-ymxX>q4R$>'׏#\q?>9~[%|_I70641cL`";DL{Zd*aZczf@͙5h.RDhűf}3%3+KaS'klXcgiZOymabn\V +Y1+EM6<r$VA ,  ?kn}wlkg#:a.b^._C_١㲓,7r\Z/[pw5Meo##6ˮ|(N>, fcr۲sÒv::y.EQj- cJGCM5Uu7fD&Έ13DSbbHÙI,+gjdD9"L(K XӞ}(Q~TkH7ڙb9e#K%bdYGڑ |t>3KeKC]A btF9"ц4+Q.G 0g(8TGdֆ6a6la6P_A@ e 9 sgT)>!|L8A7%'凄> O τH{T@RH )@m[7 *{#&*7_~Ex&qp24Kd"_#Ä;?$"$=@S}&Ep;5c­[7S7n p=:µVj~ j0*jp% +~ .#l"l$l '\J0DXI$ .& . O8p.ar2RB/a MXLXD",$, 't g|vBaBh&%4 zBa6PC&"TfJBaPFN( ĕ"Jń"B!O#r$,ƒnB6!"d2'0!'tj<BJJH&$ B!G0b &!F&eH0AK! (I 2HX0N#|C8E8IKiXDsR~F c GF J8F>@g@,&{@l ]‘@,Ոwo + " {uk勉Ä^~C~M!AKi/~B@Ҭ&G S'(?EyO(btDy(/(@9Jqc(Fمr0F>^OpnG!pe9aa)C&,&,"t:  g|v&Wg.B&!0Np4 '"A 0ZBGPUߠW(\!:nMvlm[۰cOl}zQނdoW\ZwɎu>ٺujmjߚ}Ln>tt!1f}hʡByC"QC%eb^!!ve݀opǀO6P0 }6 0!g thk mZ-.M5 xċ|;|}}}='w]o_ }>!B( +#abCG>Ƿb9e;zK|=nbwoю.B|߂}hksh5梾蛳ԱZ_Xd7$o2uwRПt$D؟x"Qha %zt_-~g\/݈MQBqQ1z61(oԋ!l=Nl-DEWέkZlV,h+Z:-jy^mZzmYX#n0ƙQ**(2)"0Bf&k$_ɁT5#Z_-~_1ص@c1H+nFR[G@ܾ=ѿ{}t  t h5+W+rh%Y9haXAIK$'w|r?̳zpj"d<[A +endstream +endobj +1466 0 obj +295 +endobj +1467 0 obj +<< +/Type /FontDescriptor +/FontName /WSZCGM+Calibri-Bold +/FontFamily (Calibri) +/Flags 4 +/FontBBox [ -518 -349 1262 1039] +/ItalicAngle 0 +/Ascent 750 +/Descent -250 +/CapHeight 1039 +/StemV 80 +/StemH 80 +/FontFile2 1471 0 R +>> +endobj +1468 0 obj +221 +endobj +1469 0 obj +11989 +endobj +1470 0 obj +8254 +endobj +1471 0 obj +<< +/Length 1472 0 R +/Filter /FlateDecode +/Length1 10824 +>> +stream +xy\Tǟs  8olBLͨ `|AJ--%\,lU[m߬lM\~?~ys}s$(I%{ yOV̯?k?Y-(qPmgZv؞R TmyuUDAXPvMr ۅl;jv5Qd&lT?2Gi M)TlNJbǦBˠgT)vˤؒ\#V履y+ +;'/iWܘ]"瓎w;G_ӱcky3G6t2bx_b5^64UQݞ񊴅џSբC"˝bQRmaΘɮM0l ?2~Y{ONLIf}}gs3LG(ߎ[lT;g I>c3G'%MF[O)cJ4eB':l|-,XDG谒'Hi+eq kNXN=5P-Ŵ.t -JZN+_eܾV*V5t-]G t#D7-t+Fs碌hMW⟛^sO{iG?L؏g-+ohF:mM\3V;m fSg۸>>i;@/K2;c]&{m7C{}Dg]9擮9+#;8q֘a7C{ P[z7ը:#ϲؖZSG8Ǐp=%۷uUQm vﯳZWu-#s!{vu⥮JyӍqz,w+ cٓ{9FfYqbnȾ+Ǐ}q%0*}~t8} dW`߽'{~:g=(urS7uk2 wED6-b='D[O_E8K8}(z"ߛ)"Ut︾>==Nq K0FŅ|!b!F1Pr`4ytw[?}kxZ=y-BDS+uZ:\U dчCĐAk|nD{9sbiSLTvZi‚ ޼;f#r<d3\z;b1Hk%oTkT`4,ҹP +xg%uհ'vYrRwiw*"'wuMHN~2K+7b~+]N=ypzru[䬖8P ȇp'MqoJXfuk|ϓ<ä?7sr;%o(?% lEUNl*黒:ff,~ݧqD 'jUr˱Ҫo 9T"fbc܎u,s s4ss$ss8sLg:GY|U+c+}`)Fkxue"ڟ +Y{Y*?u9nAޏgW< )I`3<<<l6:Ц'eh=yQaxHOxx{{0n`- S܆777b u5jjL +WW- 4q) ,.K"B X4 ?zN;q>88885@5P* 0 f3g +`0(S)d`P%D( + x<` + EbƇ=]L& ĸ7ׁ׀]N`ƽ_^_^^1y\9YL +<< lԛ1u;~S?<l…6:ІjQL0 +<<{Wd}eyӬ-XORj=VnH"B ( KbM[w +mg*a-3PXY90 +L&24(&@Pұx')@2q@vQ֟#ì?~c::3'7Y_d}*ˬX/^`mg=jg=kk#vY}(r8[_D-p2*`P L`60 ?pp:*T,` 0dn&pf<佇buľz6-֛7X^Dof].W=i O?K}6,]Һ4wiR5ri㢥K?ZvqEK|%%uqɅE"/Q4*6lRMMM nh͎uM7m޸ѹM4)WIHwzSdt’_ck0A= 4eplP8jcCƀb=!oapAGI7nYݚueu RuK>[ h";kUkSJ' گtzC\N9=gj[TjZ}UyJO7soN뙾ٞY3}wǟZ+|3<復)))Mj-)񕶖b_:2A(?ͩRM>eOʁ>@,I]wu_5O +N}φ>F5)ͱXo{bM6VY&fC:5fnPiC5hujh5&ZڪRcKy'q9X}ZIk"=<4LL{<{gja+4͜o@P +*4߿a_ji)3vmJ~Lkmhd8$5qaVcXsٳ?M eF␬9dDD4v7ni1Bno}od߈r3>m=w϶! +endstream +endobj +1472 0 obj +5420 +endobj +1436 0 obj +<< +/Type /Group +/S /Transparency +/I true +/CS /DeviceRGB +>> +endobj +1428 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.583 480.033 333.175 492.476] +/A << /S /GoTo /D (figure.caption.171) >> +>> +endobj +1430 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [364.301 159.854 432.692 172.046] +/A << /S /GoTo /D (figure.caption.92) >> +>> +endobj +1434 0 obj +<< +/D [1432 0 R /XYZ 69.866 809.284 null] +>> +endobj +286 0 obj +<< +/D [1432 0 R /XYZ 70.866 707.778 null] +>> +endobj +1435 0 obj +<< +/D [1432 0 R /XYZ 70.866 467.66 null] +>> +endobj +290 0 obj +<< +/D [1432 0 R /XYZ 70.866 128.784 null] +>> +endobj +1431 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/XObject << /Im33 1429 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1477 0 obj +<< +/Length 2642 +/Filter /FlateDecode +>> +stream +xڥYKsW*OuZ:OCO~fәGʫwwHf?2=x=t~I_%r6zV90*aqkjZ]ՉÉ,qjӴ@Գªm|XEuӉlh Th犃<?̿ ~*_T0a'ʏSwJW[$ޗ)A4<,uLw})&jH4HzoZ邧2?w$Rn%ĽyF/'HqA`Ed*-s;zՀsտh8)ݝ'o.q"M_TPUꂭ"`2?oDB_faOは3 iǒ+C;L޷40;nKӤzyh;m}д05ٓ(O13=Zy̟T K _R;nNDZIfVptNrqW 1#z5ϼӎL;tE_9AWQaNX g7zOK.yӡN_bHoY *`6a޵.7֟:yih 3Ns.{_4G@l2 /dYw-@߱(Ǿ/Tx#LҀ} Oe~LT9iBʮ" ZB8%*I$}氰$u}+t'sH#(S,J6$ELk P|#_ LnB+ b"JZ! +_ h 0iɐ{ +' E4xyLX cW2Α# f&54qyyZQnj8iF $,g^ ;VeFޫ OD :Q~a~}aQ0n +R4% pЭ (Яf +e*JM~p"&>;b~TH-_!!Y nǐΑg ºBVĄ_z_J"MR1dއ }H1 jk+ ?L6+l譫G5"@#W^JYYCeFB3O`ftciWCoiul\,ϧܪ'^ +ѭ'ht + QǁB^f+Rpi?H4Bm9?7EWMk<*>].o.I42eBp!D(,+wa5Z [L/lDh,FP3]("X3LC`c ? +-DqBl٢HCO + +~Sm#tހ"fl؆x: EF w,B+T6omԨQ…5_?r}M) VgڕGj)s| Mџaji ŘJov]ǁ;_F)QInr6nӂ?!2_-~ci`^D@~&؟>eBXP#o1sg,f`H0f ]0zcmsdAٓ,ÁRg1rQ  +b۟Cpo}^BVy*,%ǜl3]_oGcx$ǷCF]_q1|Sfiol)^p. p|^9ݝ^&'d xhͶkƅ17&eorZvip$:鰰T("a$/BE9sn7B|~/^ύ6Al4gʒ_Νz-aIzėpu%lOP nkt!u_ -nrQ@humh=֋n_Qc9ȸ^ O@VK(Z矍WNqBD t-lUT޽. ]o84[/aok0H}raΞWĀ(jOډ~aSTxH-|oG|8h5}|\2fI,ls %T4|nvjOi7I+%6a4-Cˁz] >60EgyoWI'}?X(8%FQ|& *v❪_>}Rka/RK5[@  +Awɣwo N +endstream +endobj +1476 0 obj +<< +/Type /Page +/Contents 1477 0 R +/Resources 1475 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1479 0 R +/Annots [ 1473 0 R 1474 0 R ] +>> +endobj +1473 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [265.151 497.936 334.115 510.129] +/A << /S /GoTo /D (figure.caption.109) >> +>> +endobj +1474 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [348.527 104.888 448.424 117.332] +/A << /S /GoTo /D (subsection.117) >> +>> +endobj +1478 0 obj +<< +/D [1476 0 R /XYZ 69.866 809.284 null] +>> +endobj +294 0 obj +<< +/D [1476 0 R /XYZ 70.866 627.509 null] +>> +endobj +298 0 obj +<< +/D [1476 0 R /XYZ 70.866 397.127 null] +>> +endobj +302 0 obj +<< +/D [1476 0 R /XYZ 70.866 178.7 null] +>> +endobj +1475 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1483 0 obj +<< +/Length 2891 +/Filter /FlateDecode +>> +stream +xڍYIw8WH юt&I( 0H_?Z"M|A嫯Jl=g^Oom2ӱ*RngZ♞*lgtvIR|a k6NqF~90/bm.s]5MrsF׮ᱱY %}vd繍#G ܵt]ޕX9an}|f=_$:~n5=?oo`ni$E4{.續ju<6̙/`W8a OGesZ!=r9<B1:Sό'^Fw~QX~׉g6=vd 0]GJX> K?rD r"(SpubZ+\uR7Ws(DOY|bcU~/[Pi!/۟*}$*RMJo皴O;U .*c`pWg%p6w,V&=]XzCn|;T72L^wtGP4Kܣyb ++~FK*BeTĶ_!6ǔD$I^`.FkbSWL)1JM + K)R ]Jcr A-_DSq1!®ewY 1t#((T~qæ][I i}G)Ȫ (z;I"MQKJ#d^YP*0WM bt#T.yG^Te#tUӉ?țgi{>~$($'AMIBg`@z.4ѯ\s: [) +7ѣf<_g6> +endobj +1480 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [239.813 460.789 306.625 473.233] +/A << /S /GoTo /D (section.38) >> +>> +endobj +1484 0 obj +<< +/D [1482 0 R /XYZ 69.866 809.284 null] +>> +endobj +306 0 obj +<< +/D [1482 0 R /XYZ 70.866 674.501 null] +>> +endobj +1481 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1487 0 obj +<< +/Length 1473 +/Filter /FlateDecode +>> +stream +xڍWK6 WHĪޏ7ɴ>wC=h-ZX<"$@rٜD + OBz=czQTayO[FeyEyyy=iWqRQHq-6.=H*6~]-bG?5@p-<lp*fk 65U˺8J\HepQ),$ȫ[IȦҼ'_ip oχGun죮w&z =m-X3[Ґijle5aA %6ݭ  I0=Z4N p\py5}'ᇟX^8rх+Fgf~=(,GM{Nq`PW3j ݴRZ rF6s||+&[l=mWW[WiUķY1эȟuCS@DqnQ)__vS:-m:Wm`LxB)zd0/0E i+e%o8 +DCe*E f~sFd 1M/|7|m NR1;k\Qm Ya Q\ȹ(ǫ5Mm4;}K $H +L#_%q>UA=`zCh"m +zNy;e^;wja:Q6FE*{[saXzT3JuKd +){ї_\u 9Dt+AT(%뤬{0uN'Ov~BFuK0Sj;]=~n(%N:!8 ;@Ӛe/,*- tZ@C25ʶA)ƹ9k`?thƒ95)z{nl-,) 7͊ UbȸJhضe|uӻ^A +endstream +endobj +1486 0 obj +<< +/Type /Page +/Contents 1487 0 R +/Resources 1485 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1479 0 R +>> +endobj +1488 0 obj +<< +/D [1486 0 R /XYZ 69.866 809.284 null] +>> +endobj +1485 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1491 0 obj +<< +/Length 2742 +/Filter /FlateDecode +>> +stream +xڍY[sۺ~ϯ#4c_f49iΜ Q)PCĿD1V}o~ v޿ +o_]R08[oWEeʫ8Hdu߬#u:E UUXEAQ#*<_iIfohvR5nͤG9kR3vf{XШ,5u=PAu3<(lj;4Va? +ҽ㽳*YI$yJ3C3QF?>: Efb_N2)\Z?;?7dZiƺA3wNi$)$_fnU`*`QTU)LčE(Bih7.B!UC `Q.Xj5 Ch654a$Ӗܯ8`ˆQi RVh\w8n| i5&=Ù5B$ <"1Vx9mF0#(*{K0X(' +`d׍7܍bW6;-d8zduokPU?<8f +8XE2T&yveGu%s$+_i&;gr{́0^q|q\r0DRA~:qI12bo$1Y)ɲI 3o`2|7v-|OHA3"`'qq + iLsxb0梼9/@Z`$'}B޴rg#74/SqĜaV?#(ct/~ҭ|Vr pdC"&S9O5ĺУ&[$SvyY"6ekh 4Zq?f +n2=мU ḧ&U5Fsa/2gR$BF>y"s*8XrPx9FqVSh^ָm&f/=5 0M"\*F&0sx3¸9G›RpvcV>ZlG.`={(aLB4)2 i<*Zڰ%p'diL\C@qZ|3.Αyey^b $WP 75 XX6T\ӌ@UF* € k[u=qfŎh`{Y(e2C~A=h8R9#֋uRyq3d\s~03t,/ t(cgάaվȿ/+to4]G!uKk|2לr6/+&F;bg]wk&Z 1fWRfNl!,ק(z3I2}@j=`ΙTႚ8uO=0.]AAOׯ{=klD;Z*q1YB{OWdf` B xcnx7,`6cG|KovPcT[:MC zc,;Q+$Kn T؃Z]ȷzxg4vaGU^ ZC|MOo ͽyaR#'L<_;&a-/5Q#TURuܾZpV+LSD+~C+ޭ K_"dA~%aj1ҩ"d|."!#yԼuOK\sXG;'' __i̇C\b=_Grm31W{ΏR{BŹ^fRU:|z{O|Ht#?PϐQ+DxI?蚜sÞZ9{1b> +endobj +1492 0 obj +<< +/D [1490 0 R /XYZ 69.866 809.284 null] +>> +endobj +310 0 obj +<< +/D [1490 0 R /XYZ 70.866 771.024 null] +>> +endobj +1489 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1495 0 obj +<< +/Length 2800 +/Filter /FlateDecode +>> +stream +xڝYK6WHVY\o8zUYBv(P%~}HkOA@vp}od  KzܮT*/ÕZaPd* aA7S[kRO讵g? +plzmo~^zi_={ vu=,R7Pyo >j# CSxh : +:̽1ˋ +DYzoR=Nw40h Hw4P*3kA+v޴ߵ.zzWyR u仁Y^g,a6 $zDs0@Jx31wz]xh`?x :`L4k+,YKJD-'\JAO"qAҒد"9;-^e kn4Vj k[_E'GoM/z `X:+wȔ1|x 7grQD +c Gd+2,yz;N2pڻi/1ϥp[;Qo,]Hoy$yS.\` +΅') '{[-&UB§rEXk&}n*JOR =SfE^d%C+bpM:-bzR^D=.g[)́ʳǪ@09i=DidExqx`8+Yc9Q_gi4Rs#Axt- > + +1yCz&cb?M0q\u' oDs404#c־/_ m*q}m&͡-NK`YK?3y +<cN! q2% D,ilAC&InغQvc B%#gF9=QE$*N 9]B UWHo,&uU;OmE3WE"_RҕQ)Ob2~| ; +CH\Ab@/%ዋ{ޑ=BwҩOB$h157 ;M`654p"h*R0)jH4NFm89Ump.]z NQ\IOpTr5hfg'V×i 4L6zS~\>#y+"H|^uȷ ID F艩2 RTy׀ڌGXŠ;(a(Rya]UƠg(jٗwo{Ը:r[}bʋ t]'2\/GP$\u={Ĵ+K1~/m_|}>UD;,> +endobj +1496 0 obj +<< +/D [1494 0 R /XYZ 69.866 809.284 null] +>> +endobj +314 0 obj +<< +/D [1494 0 R /XYZ 70.866 339.514 null] +>> +endobj +1493 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1499 0 obj +<< +/Length 584 +/Filter /FlateDecode +>> +stream +xuTn0 +tœmY+i2Ĵ-VK^|(S. ="GGʂL獈߇S!Y&F4u `DZ+*%RJo@ARdo.)6dd:OK\O`<< ǀV +gglK('Htd )mgNig,RTePր#Ȃ?@m4x +ϱ}w7>o8O+a1: +!A7E%VXGmyC;Ң ֑hDt^{T2ߑa_(5x:֯`us).%s5) >J"I}:c\*im )ͤxɍuyi/x*@ +`CW^ taߗ;[;·QP[cqi˥;TdT#ӲϏԬ$4(PPDU3<aH-q>쎿{sFtwnNDyL{Fxp4k`Qp `7_Z,EZ Ŷik.f?6-BM +endstream +endobj +1498 0 obj +<< +/Type /Page +/Contents 1499 0 R +/Resources 1497 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1479 0 R +>> +endobj +1500 0 obj +<< +/D [1498 0 R /XYZ 69.866 809.284 null] +>> +endobj +1497 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1509 0 obj +<< +/Length 2384 +/Filter /FlateDecode +>> +stream +xڕX[s:~?O{E]3sfMӴMөmσ"167v_I@o4y?oUDn{"QB)5.G_mޯ[w,=nmC…Ϣ6'Hz"R[G‹8DIkoh%0( D(Q"Vz / f3wǩ=t^vI<'Kv]Õt=7֨QzN~DӶX(i]#ǬzԂ{GUK9* +ȁIo^m~Ѯ 6O掾3 ^L'΢{V֗4WToK"G8D3/"Y8)#J__T +?L/7]`F'?b+B袾s},s4H^YfI>Ӽw}"_w4ޡG__N&F|~vPPZf쎃YhSVsQI;MVm_Z7js/:PE;wBΚgG7nRק b矦[~]xu⋌_$L&]Y)}RrRj 1mѲ0ym%S-*p0Ȼ^sl"S79, D\SbDoǷyu1;L֫:%DhǔESz[`;Côa^sc&~nyQ#htp`ɸ_P5?hYSCVBeUe$`ݡ4s/q2ICˁp}%AKc,'$xA6~aĐы:_"T"GLweܿrX4Aڕ4.#l% 9PmS讣Υ%|eIu>L"A"dNU(1K8Sٱ)ʳZ[ؗ4֠#B/xQGkPWfݢYPw\RM'HQ3']cH\SD_X6{wFKuri!lt, A2s 'M=JN^2AȦO= e%b)v>)LOS-n?|a +Mאq_ZXY$wFb.X/h\/45nU2Q`[^t=莆6ۦ$$$/Ø$7q 2]|z{2f= G!5#a9q$^@"U%jsl9X5~-[* ~n P"-ΐ@=ZbSޥm渼%6 j7!D6CB!$PF,jqFZ*_xCP 6v tg"H/Qh#Y 9wdؘǏn;SR%.NrNfLQʘIYb*#A#Pjf>0 +F05L]G + +L +,e׺횚KEk(RgSHRaMwSsx-I$9i  n+HCF`Q(od&, L=% ݐzS8#MfC3fvH +h6\);ydt`5w]DY]bmjdZW͊H9E|eiVYGK4 b|̴X[ 'LH1uOM &HcPdIÙp2(aB/jXɡM^aQ@)gSu,;ٖ88tޮN z l v}IdV5M=j>h=L&%PS0-C)795[PȔ5ޭ D/gx~ +_̼_T 8D6 NB&M3jQHL"M` O'U ?#Ҽ5%J87q cq 8DX)w;w/@q3I;Ckoߖ +ؓO|تA„ +|kMʇO>;gUB(F 5=`E3o mGP%+Vt#04I#MEp{N]?]/!鄈/zkn\rĻi i>ı'h6y+guP@<a |(hx]ڡnJ 7mb%<.EtBo@ܔUο[+CƖ2!{[HclO-g׿iM)t +endstream +endobj +1508 0 obj +<< +/Type /Page +/Contents 1509 0 R +/Resources 1507 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1516 0 R +/Annots [ 1501 0 R 1512 0 R 1502 0 R 1513 0 R 1503 0 R 1504 0 R 1514 0 R 1505 0 R 1506 0 R 1515 0 R ] +>> +endobj +1501 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [471.894 602.607 525.406 615.051] +/Subtype/Link/A<> +>> +endobj +1512 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 586.24 313.055 598.683] +/Subtype/Link/A<> +>> +endobj +1502 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [322.341 561.037 525.406 573.35] +/Subtype/Link/A<> +>> +endobj +1513 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 544.67 169.999 556.731] +/Subtype/Link/A<> +>> +endobj +1503 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [156.574 412.035 403.854 424.478] +/Subtype/Link/A<> +>> +endobj +1504 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [344.069 328.764 525.406 341.076] +/Subtype/Link/A<> +>> +endobj +1514 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 312.397 246.34 324.709] +/Subtype/Link/A<> +>> +endobj +1505 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [130.753 270.696 452.123 283.008] +/Subtype/Link/A<> +>> +endobj +1506 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [364.815 138.061 525.406 150.504] +/Subtype/Link/A<> +>> +endobj +1515 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 123.897 183.155 133.886] +/Subtype/Link/A<> +>> +endobj +1510 0 obj +<< +/D [1508 0 R /XYZ 69.866 809.284 null] +>> +endobj +1511 0 obj +<< +/D [1508 0 R /XYZ 70.866 771.024 null] +>> +endobj +617 0 obj +<< +/D [1508 0 R /XYZ 76.932 664.099 null] +>> +endobj +741 0 obj +<< +/D [1508 0 R /XYZ 76.932 622.398 null] +>> +endobj +1185 0 obj +<< +/D [1508 0 R /XYZ 76.932 580.697 null] +>> +endobj +540 0 obj +<< +/D [1508 0 R /XYZ 76.932 538.996 null] +>> +endobj +798 0 obj +<< +/D [1508 0 R /XYZ 76.932 480.928 null] +>> +endobj +717 0 obj +<< +/D [1508 0 R /XYZ 76.932 406.492 null] +>> +endobj +534 0 obj +<< +/D [1508 0 R /XYZ 76.932 364.791 null] +>> +endobj +719 0 obj +<< +/D [1508 0 R /XYZ 76.932 306.723 null] +>> +endobj +718 0 obj +<< +/D [1508 0 R /XYZ 76.932 265.022 null] +>> +endobj +535 0 obj +<< +/D [1508 0 R /XYZ 70.866 206.953 null] +>> +endobj +503 0 obj +<< +/D [1508 0 R /XYZ 70.866 116.15 null] +>> +endobj +1507 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1523 0 obj +<< +/Length 2594 +/Filter /FlateDecode +>> +stream +xڕYKsHWHVEl\%;8d-gρZؿ~zX^~v{p~/> >'\'qѻ"׉ðAnew_y+D/N +X`gZ',a}^,)Jn|QUZ-BeVg˽ȶ}zeA^hU%5.΁./մ^fY͔[{?ޣ7Fl"?]ND{vJbkruI+ֺVC{7pb\7Ғ][ _di?MVEw^E@Fҭ :M N5)#2(yyTX'JMMi9eZ`a-LhS +tOtpt.1<~aG0Oc\TigUloUnan8V|gcОQ` E!8 }#-S:?V u +Zh쌑Aj wh`!8jOf2fp07Z7!ǝ-D._6QX6K%[4N JL“VuU +|;P]\~F#OK_Od@+]' 2Ga ؂JeI0Jzs8\gZT0 m7f3m.^D5Kmp,_uޗkFtYsQR }i$9A& zHpF%y^ƕQ䀎@C^ @|HpmT{!syz60h@> Fw0-""V8DBt!"$GiM& hc"84!!8y7 DH@`luu*||Qi ~G8z86bõHN\ob)MkbUPXUk, 8 +*vpNd5D]̆L(ovgVl`dP`֔ 'VRsP3ǡ#X<LH7Pw@''cJ +Gx\M &+"zpƒ:p0rJu^ubzSڬ@7ԸUp(`3-R>r'Rzs1~{tv@>81$uʙ/D3к67!!r϶IWAaj3bmq5gQkS<#Q'=zfٜ9vC~7U:[7baE껾Fa uۤ?l  +4M.Bt,=SʤD@Y3: hnXb-nfwuVyꁇGol-Ac@] +ū מ%-࿒DɫZ{u]e9iKG"NDxT~DҜ#F5O(cx4#[?[O3nq&)7#*]gۇ SD'qļe`s״ .&-σR9`݅ܫ~Ś t`B?Јm9쐀o7 5B:\G4*  Z4Ic.~h Ũ^5)> +endobj +1517 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [312.148 399.515 525.406 411.827] +/Subtype/Link/A<> +>> +endobj +1525 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 383.147 213.777 395.46] +/Subtype/Link/A<> +>> +endobj +1518 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 183.676 414.891 195.989] +/Subtype/Link/A<> +>> +endobj +1519 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [289.269 83.81 525.406 96.253] +/Subtype/Link/A<> +>> +endobj +1527 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 67.443 320.474 79.635] +/Subtype/Link/A<> +>> +endobj +1524 0 obj +<< +/D [1522 0 R /XYZ 69.866 809.284 null] +>> +endobj +943 0 obj +<< +/D [1522 0 R /XYZ 70.866 776.432 null] +>> +endobj +505 0 obj +<< +/D [1522 0 R /XYZ 70.866 734.748 null] +>> +endobj +618 0 obj +<< +/D [1522 0 R /XYZ 70.866 693.064 null] +>> +endobj +574 0 obj +<< +/D [1522 0 R /XYZ 70.866 635.013 null] +>> +endobj +504 0 obj +<< +/D [1522 0 R /XYZ 70.866 593.329 null] +>> +endobj +596 0 obj +<< +/D [1522 0 R /XYZ 70.866 551.644 null] +>> +endobj +583 0 obj +<< +/D [1522 0 R /XYZ 70.866 493.593 null] +>> +endobj +532 0 obj +<< +/D [1522 0 R /XYZ 70.866 435.542 null] +>> +endobj +735 0 obj +<< +/D [1522 0 R /XYZ 70.866 377.49 null] +>> +endobj +729 0 obj +<< +/D [1522 0 R /XYZ 70.866 335.806 null] +>> +endobj +944 0 obj +<< +/D [1522 0 R /XYZ 70.866 261.388 null] +>> +endobj +945 0 obj +<< +/D [1522 0 R /XYZ 70.866 219.704 null] +>> +endobj +502 0 obj +<< +/D [1522 0 R /XYZ 70.866 178.019 null] +>> +endobj +1526 0 obj +<< +/D [1522 0 R /XYZ 70.866 119.968 null] +>> +endobj +1521 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1536 0 obj +<< +/Length 2720 +/Filter /FlateDecode +>> +stream +xڝY[s۶~[@3q9O=DIn2ưU\hB6 `J끑J,%uhx+/q++ڬ\囥/[]u*}('Z8Cwn䯁!7T^S˕;lbQui^<8dl2Zr0bWո,ܔڼ ִhmСv?lo ӷ<3_gyS̩OjYq.LowumA473t8,7Cn\L.aRyYPAu 5Ԓo~KYRYkt4M^ߍ~tL3K`Տdny33m8 9vy ϺHdk:&%&G&ImxdMŧ ;$`O( Zp.X2"bˆD\~z옠VMHCz^SOaɈi17sr 8vCС.Y[2ӗiq=\Ä6uU/OqY{|35tYY^)OI]qMv`c,=QaOpuRmf)Pɕb@uu+΁/J 6+ejCnol j+FN֝!I2(m& @2M6OP[R)m @@r(1H(أ41X@ +0;7raj[U̗-έ3RL,u[waF'GYG;`Huh#JvsnqH`K['L 7{RUQ(2sza~.ц4NB3'i2N mJ33J(J$LiUˆyRY"I#Vh-kjl&^ +O u3t S֨گ\nȌTϜ:;)X[,eW;IRob-6ܡ%_ݱeH̘mU-b2]Q=n"$ WhZ{6H-`@8W(gi:#?#eN>4iӾk#%#q"϶OEؒ#VN ]|#QNc'4U 5ϟ +҈AӄTs𙇦lF"5sU?tCmz 8Hx v(Wgtόts9~zL eK cSᜈcfi\L*Si$3_$K= LR&zU U"xF;8"BK/=ItiTeYظ$ LjID>p8KcTGn=챭r*h>FR@+"J8bÔ^AU\:=RI TrC+qgJ"dFgI4b;"EoKĴܬr?e?7ɫ!q%cK @h='-ޜQJwi^Z-R&=&Imzr]*˜NG "%V|u>Ha-@t=d}0,2qg8i~n=hiӴeoY[瑭bѢH7{mٴ Yɛ'pf(u܏6Ov. }a S X'(IP*r'MQc +tB=$xbVl}^:}Y9P䋪*tˡ'#19:sN1D}/&?3ZX}]f7rŚ3p৫4}&ࢳD(m*8!:_7] +endstream +endobj +1535 0 obj +<< +/Type /Page +/Contents 1536 0 R +/Resources 1534 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1516 0 R +/Annots [ 1520 0 R 1539 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R ] +>> +endobj +1520 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [218.145 740.274 525.406 752.717] +/Subtype/Link/A<> +>> +endobj +1539 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 724.038 234.773 736.35] +/Subtype/Link/A<> +>> +endobj +1528 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [130.753 649.471 338.607 661.914] +/Subtype/Link/A<> +>> +endobj +1529 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [176.603 533.334 395.977 545.778] +/Subtype/Link/A<> +>> +endobj +1530 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [130.753 475.266 349.516 487.709] +/Subtype/Link/A<> +>> +endobj +1531 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [176.265 284.694 395.977 297.137] +/Subtype/Link/A<> +>> +endobj +1532 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [156.574 226.625 376.287 239.069] +/Subtype/Link/A<> +>> +endobj +1533 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [257.645 126.856 477.358 139.299] +/Subtype/Link/A<> +>> +endobj +1537 0 obj +<< +/D [1535 0 R /XYZ 69.866 809.284 null] +>> +endobj +1538 0 obj +<< +/D [1535 0 R /XYZ 70.866 776.432 null] +>> +endobj +652 0 obj +<< +/D [1535 0 R /XYZ 70.866 718.364 null] +>> +endobj +800 0 obj +<< +/D [1535 0 R /XYZ 70.866 643.928 null] +>> +endobj +834 0 obj +<< +/D [1535 0 R /XYZ 70.866 585.86 null] +>> +endobj +728 0 obj +<< +/D [1535 0 R /XYZ 70.866 527.791 null] +>> +endobj +801 0 obj +<< +/D [1535 0 R /XYZ 70.866 469.723 null] +>> +endobj +597 0 obj +<< +/D [1535 0 R /XYZ 70.866 395.287 null] +>> +endobj +799 0 obj +<< +/D [1535 0 R /XYZ 70.866 353.586 null] +>> +endobj +616 0 obj +<< +/D [1535 0 R /XYZ 70.866 279.151 null] +>> +endobj +533 0 obj +<< +/D [1535 0 R /XYZ 70.866 221.082 null] +>> +endobj +605 0 obj +<< +/D [1535 0 R /XYZ 70.866 179.381 null] +>> +endobj +1540 0 obj +<< +/D [1535 0 R /XYZ 70.866 121.313 null] +>> +endobj +1534 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1544 0 obj +<< +/Length 784 +/Filter /FlateDecode +>> +stream +xڕTMS0+|g"ɖmq!t6.L L$ٍ2w啁 mO/v.  ]~0<3A> RF$ ҄Q /krem%2@T9=$ +#NzyD&W 19/c zeծeX9&>\beZ}ߢRsTJ._qe +DILaz"q0hRDh%dHc*!vQ7,Imн -} Bgaĺ NfJjmaBNJ bMM[0.&ϧ9l0r(B4MFX4#J(U_7s [J#9r=,?1NJzAe{E"F9';EQ]j Ćxk1o{m:;(:;!-[-Sh7۸LD(ut@RIn!e::Ӆ~n\ɉs4B{2$@B=t;Fp.`ams49]N> +endobj +1541 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [434.45 682.206 525.406 694.649] +/Subtype/Link/A<> +>> +endobj +1546 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [93.52 665.969 309.576 678.282] +/Subtype/Link/A<> +>> +endobj +1545 0 obj +<< +/D [1543 0 R /XYZ 69.866 809.284 null] +>> +endobj +1210 0 obj +<< +/D [1543 0 R /XYZ 70.866 776.432 null] +>> +endobj +1211 0 obj +<< +/D [1543 0 R /XYZ 70.866 718.364 null] +>> +endobj +563 0 obj +<< +/D [1543 0 R /XYZ 70.866 660.295 null] +>> +endobj +1542 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1554 0 obj +<< +/Length 1748 +/Filter /FlateDecode +>> +stream +xڝXr+N7xe'EǩL$U~,@I4TsHxEqι6wr{yoYIQnL +EAZD"v| /DJ]|tv@IQBx @4 R,'}e2iUwU|2kciv4S1b2UOkf=M[u1ghGY*l Iؔ}Zc,PZ:jL".H}ۮ+YyM&lfӭɹz5JH<.R}]@42laĂ,|\(4gzO>8ϴ3Ax(BlT:7yfk>[N|rly3'S)"n2Ig q&"@\/wݛ#ID(M+:"r?2ۛy\XJ]%u-Ax!|n~F خT=W䮥YKG[}KcEkpӿKWJ0REsS +ծ9qAơnF?}Wy.`Q_ +'/+7=/]O(WG(* +p#֜~Vk>>rUgvϯagҾ8o+]<QBu;1N5aן?ozWSPNh̷ O&$I%27̝ڟd9d̚kȬGIgUgͦй__'ۨ{g6Fɛ})rdu.Y?ӕ9G#-R+4ON:5p.]؄%G`}kT3Q!^pac'ϕH"#~Z$/q +xX +s~6ae\ҧm,Nr?!<Z]iYy84Cu]Oko< s_'&8i *̮ c hr!n}r1#D&@ifMN[pQO@=VwRL~8O iv =55@2S4<xp!5wUWo>)eDW|q:z +endstream +endobj +1553 0 obj +<< +/Type /Page +/Contents 1554 0 R +/Resources 1552 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1516 0 R +/Annots [ 1547 0 R 1548 0 R 1549 0 R ] +>> +endobj +1547 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [453.246 240.359 467.37 250.348] +/A << /S /GoTo /D (cite.Lackes.2016.2) >> +>> +endobj +1548 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [370.874 191.257 384.997 201.246] +/A << /S /GoTo /D (cite.Lackes.2016.2) >> +>> +endobj +1549 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [485.309 149.556 499.432 159.545] +/A << /S /GoTo /D (cite.Struss.2011) >> +>> +endobj +1555 0 obj +<< +/D [1553 0 R /XYZ 69.866 809.284 null] +>> +endobj +318 0 obj +<< +/D [1553 0 R /XYZ 70.866 771.024 null] +>> +endobj +322 0 obj +<< +/D [1553 0 R /XYZ 70.866 625.336 null] +>> +endobj +1552 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1559 0 obj +<< +/Length 1879 +/Filter /FlateDecode +>> +stream +xڝXKs6ϯБ3L}P '|Gxh A~❒Ǐq<,(bd}|v{ V̷+(}"uC={kиFC%/1xtK>eNF}K +PڼAlF&!ع,}wZ`g[O>7sȠDrvH`g,Y0-\>.\>Qp.}Ao* wm=h5m( g18?iɎ{7:K+) +pg ,[cT_naSwvﰰ$"Me ϰ+4^uHD,iG,pI!8:&I@ nbk4'@_Þ0%qTAUhӢS%B_c'zDl!( gkF u$GB"AKg,~&~zVPZdhsU4/bNǀ^튪[[7A: 4/&f +j#ׅh<US/< +s/˨(s+J0S)M;ͥے^ml9Z0&/X;t)m& +@ٙ駆F\`Ԯ%&UY]H wczY +qqɪHZLSx|-P-5 +ZPjjK _q m4Bnqֺj? 4ˡUTn*YZAqBL(&%aj7NĹ{>v՞e#{bgxx+ +endstream +endobj +1558 0 obj +<< +/Type /Page +/Contents 1559 0 R +/Resources 1557 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1516 0 R +/Annots [ 1550 0 R 1551 0 R 1556 0 R ] +>> +endobj +1550 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [175.914 709.245 190.037 719.234] +/A << /S /GoTo /D (cite.Power.2002) >> +>> +endobj +1551 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [492.65 692.877 506.773 702.866] +/A << /S /GoTo /D (cite.Power.2002) >> +>> +endobj +1556 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [324.587 280.564 338.71 290.552] +/A << /S /GoTo /D (cite.Lackes.2016) >> +>> +endobj +1560 0 obj +<< +/D [1558 0 R /XYZ 69.866 809.284 null] +>> +endobj +1557 0 obj +<< +/Font << /F65 373 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1565 0 obj +<< +/Length 1840 +/Filter /FlateDecode +>> +stream +xڝXs6 ~_G.V%Qפvݺ&Ai~D*Y YV͓E $xo7o/h{nz={nǓyQ<\&ߝOJtGN[z%o/E8_ LxGG=7JIf.sjDNJٱ=ۮWSROa s.xZEC_Bf{N5,"w͍66w=Om +)٤ee2 +kԻji4? %]Wڠ v_.~/+ r#$A&"tCҷd-Fqޙ:wSX4N}g14E|? +7{^z[^uVR/7Jn8<;o4̇N F$@Lv<2 G؎,G+ҘY">N*ɀ[P`v!4$c|9 mavmBtUE+@#T^eŏ 1<)zf0&_-0ǶoJE@spڒ(GܮѽjVi,:w$ H vUQcdxGcִ͏&a%g&\{'>2dv+vA5@vH;%g$A +aHճS"4Ɉ +HKrxFAe[m11wBmS(딃}gLNJD$%8V ɶc K<2a$'UĜݟFHc}{9]1Ւ@@=$sRB rMRΓ\7:!R[c H&r ;@./d+ݶ) +ՀSP 7 +8g +˜iRÊldl}0#ˍ~f2M= ԇ| mqء'КFC^ G1N[Rէ5|OC !YtAsF+ RK8$,%*{ؚ +Tix {K``'|NcnzCvSJa똌We&#gʰJt݈9R9}/e#ٰ+b9'v [C+a% +t'0B7B{,7갺ɠz) ɻ6A*bT\(A@I9G\۔:J."q$;n%cmKnl* SVtɞ  5ī*-#tRp7+e7r>(j^| (Lsp;#<`&03fWվ2ʶZ1|.:Vg:4@s]jˮYc1̥v, X(Ajpƺ[ȌYwlgXI&M"Fcʽ.?}bVqwȏ`3d${ TVas ¹&n -_#_fDlsx;O0Z<ǠN_+ jBH| 9 l\!q)K+PwW]0*?IЏ0ߟM= 3:03.1p48$߶ +endstream +endobj +1564 0 obj +<< +/Type /Page +/Contents 1565 0 R +/Resources 1563 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1567 0 R +/Annots [ 1561 0 R 1562 0 R ] +>> +endobj +1561 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [392.939 725.836 407.062 735.601] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +1562 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [195.927 693.101 210.05 702.866] +/A << /S /GoTo /D (cite.Druzdzel.2010) >> +>> +endobj +1566 0 obj +<< +/D [1564 0 R /XYZ 69.866 809.284 null] +>> +endobj +1563 0 obj +<< +/Font << /F65 373 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1586 0 obj +<< +/Length 1588 +/Filter /FlateDecode +>> +stream +xڝXKs6WHX9IR;Lb(0(W$ؿX&et2B]`>`,~O]41Sq" ,K M8{xd4Ӝ_6izMd?"íq$lkm?K8<x#2;<3S 8~3;2?"oivءB(3aiMƶfС5sS7Ĭ}k-J%KR5\TF1e. kƃLr8ҡϮP`a aԧ%O{}3ĂqOh2E|0>f#mDMa9h,Vū!SLz~2KX,% $+`y3`7!rU=/lmHbl @/^2-uyX,-Ot˖E !-i"xĘdu(3m6PIGsk U Jlj]Cr'SO`B'>Ύp+HhZ)JbU۶#o=;7M Snc1~z91X1A݆ǹUIĬ_w)=ue80's)]$\ݨ8V,-k_I羐C5G2u4^.X]k/tXJo^e@ {g,QSR:xC=hPߐ6禱K56ZwQjWvF{Q^̽SɸIõǫS{7u<9X [P:cfCtck0DZ޴E]TyAXE1hYjٷíSiqpiѷWlҡ$ϡF )%2XlN=,92ZӦ)3 5>n ۓ2ѭ4O <HXXQ/TquQJM: M/:ԼÇ2+/v 0j[Zp3͓cs r#sԁ?=4Mݎ^ +SH_8^lxC;SvOGBzHp]㘇wδMq](;𼯎~sH~QMAp !aG,B{KBۭi +endstream +endobj +1585 0 obj +<< +/Type /Page +/Contents 1586 0 R +/Resources 1584 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1567 0 R +/Annots [ 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R ] +>> +endobj +1574 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/business-logic-layer.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1589 0 R +/BBox [327 218 526 397] +/Resources << +/ProcSet [ /PDF /ImageB /Text ] +/ExtGState << +/R26 1590 0 R +/R9 1591 0 R +/R16 1592 0 R +>>/XObject << +/R25 1593 0 R +/R23 1594 0 R +/R24 1595 0 R +/R21 1596 0 R +/R22 1597 0 R +/R20 1598 0 R +/R18 1599 0 R +/R19 1600 0 R +/R17 1601 0 R +>>/Font << /R14 1602 0 R/R12 1603 0 R/R10 1604 0 R/R27 1605 0 R>> +>> +/Length 12601 +/Filter /FlateDecode +>> +stream +x}w|UEpHȍ ( .B+**,XVXT`- *ڕ`APKHޙ9g;~,<,3r| )II%%m֜^q]MʺMCBYCrRe5WV%mK5jUd[vy,'^*ܲr%1tBF)@ =4EW4V&%uM5Mzkhj9Q'Frƍ71V mDf%ҝmk:6yYRF"Znk4WfSQ%xQSOD ql&k+=T SQL tЙY4$%>A𧇷*٢mBQ8%|?S$ \ʒ% + +c),)8AgAY)k4M^:"&L604-?ib(eOeU#5&=EltIJ4+çY޸@̭#u,p³'ʝrЌ-Cй440e;Liv`9a&1w:>t.^0b5Ȧx n/X=Q-mP0NCr۬#/qMo ,A Ľ x+^\iV$ZEbzC a>l2:WP#'5O+~H1pi[x jEBNC,(e'=  #u2b? : 0 §OsCӍ-C ^:Q )N;D^tNDdA 62F%P6Utf0E TpT50(E&288@R:v5.4y PM0n .ުjĤGt0X-2U$X9-pl@Ģh]Eve< b F$jǟD&فzX H:5z<75Jdpq 輿TlSyL؋ +GL6єMl5ztưp2`:,^1Ve$!q цPEk\y)]´k'tvdULkhwV-+QI,)0Iě1Ch/Qĝ#\Fi{7%<Ʃ0d hI~Ih޵5rƶz,֡H""P]S:h.W4#R3!b,:#x%#>Dq*tp_]#čɖk(.Lg`֝ 6˼WD` jdAB{х$0 +Z`zR$.!FL>90@ | 2G$f2W>`O,)`XV*\Ǻtll<~I ;b7αK*ޙ(bhsĞqXP)efĜ=#% :ybL1DW\ k\.ꈫ\MgOͶnn +Œs\T{7WK/'_8n}RLxta²[FICR6Y#rʰ $%DE™Mece47@m5G |.c? +`U(oJ +:j6d|g4B+)Vwg֩M8F- Y( E1 F3_'A4[-X*oXs rČtgS`afE`.·Eg|PP'Xɱt0S:wE,h:sG|=G''ڊH+ăg}b34S@,cs= V]WJDv$TppLR&D .[_.?32]_S79K60!u" +( ю (%VӪ`zWX`@)r$ng*@,6m,&>a?S+^ Q`;ҟ#8)`z;#uQch$+!'< 4D*N?&l L*v@5 J=Fn~="T`ZH (5Ǣ>hO#Po3W2j]0'("#phyZQRnlX3c34 ᘀ{^5MPѽTR8L 3phOqu_u7=7vv)E'7Qupc_4wm&Z +ۡ#/V Y@OLQ-\a] V%K +fMZ p-*Q\5@ξt w!Iq6ڕW۝xe@7X +͍b%GY@%j%%IX/NF?-)1&jѝ4gՂnb-spc +lY)P8_O4ypJH0S<ܤ|f]48g4̾*2DgЈGbEkCjXVwgФgOg XyR@o4?EsvAXV}%)6cpa!_& .9J\5]TMF8jp%C[Xl:10z[`$ӈBݍ[̍ėc"F# ]41 +PD-ѲtcsN6/[spiŜ. :N*r8Bl!<,EE% ]QT`U *+ƢEmلB9YJaBR>@,:P-#'b]]A1[c[Σ۴oAMrݚE r@+L-+Mn_0-43NS:H0f̦;dۺVûP ٨Baʩ8L'xFMVd{I +gDvÓhR&"!kTiB{*M'Ɏӈ;qG֏6 FIc y٦-a>A`΋vNMpʤn͘V#iTYIl'{F4'9E^!m+KW |nno?9'{" 秢 ऊ _ @x.z?~=94 о9y͂w\d&Ub6kήox:#oT$k}?/蟅,ɯ8RMqm)iZr:†Dc h8ϴn&іt(1 AŭZņUȦTK9(h,cjٚ&5SVi^,`g쉒v_Q;4,گ=1|%:1 X u#kN5=t|٥`hw;Ʀ( Jˆ佪It~Y]Ɓ Gf-bqC2夁^ϰBb'e{)*o3?@[=-9S" tFs{rk9_sd *[IbDu/K{x;w'm $4-'NG!ǔ4RשbGB;"+q_2fѤJ7mߵR(|+~YI Πq3ǴqҨ,9Bhk |{k;' S5 ޚM0Ԑ$FLӄQQuԠF5xCK&7 8Bvhgzw;pnag7  yu# 6N`*j.:ZKA JdSuGwBkVSD+*ڠ/)#dIH07>h/IRl*Id.nϯBc;[ 7^Nov +MlAҒ*e9x&rur"rNA9O(Q:r{[d/Thp'F6=_ 0_keDT,^[,ur< V*e0]2N.+&y޿2KϢqgQ?Ij llbR 9GxJdn#Fsz-s#nGS%Q6ʺ6gFN/HZPiIݲ#2ixN"y&7W{'hj>]Xu<# +~%JمN&ZDql#`P9mz,|/>Bj =xSٝeEܔ &. 6<A +v'8>R" g/rmRY(se^h 2 )rwU<~jqQ jrM#7B%<^r=9hZOT cJqQY[H3\!ݭpVnKk4$re F&|9,NKP&lx,;n?3:% *Ad`>[gVOdpr(MW#E _` 6]FIt+L޷Phb5@&-`\Aq\ +H)қG`.0 2Exqp%M8ܥ F*Z+}} +Mx / 0RYd ?n|VBn1f\Y n}: t uCĹinb h؋.(u7D>BBEpD>QAi@pb?#!Jr4 dHM㖊sM8D('ǖBxUFTJlV+RA #b7P/6|5Ha P )QlA2tG@czF'#Wt_wQA68?ӲbTFXKj85PNhZ<3pnPx+3T DE89n |xu3|%ҩB9RlA BH'R/ p!4kȵLgy cCz \NJZFtjm[M~R>!&2 Q͋ +b%-Erݒ݄o4iNɃu 55'4qlQ̤lUKr"E[r We!F%%U["nQnZ(ى,y՝c8B`_@61jz-P^ 71o4c-*YΩj:U#h8Ԁs?@og͑8ξƁg|gAt %GLd])]\&-N:. f\u+MqAѥ4IwRV)ib$Mk@VŀsSjVgU\ )⌸,)YY}YҥY*C <5գƌ2@VE㦎0=k@~(_ݻF'mK&EOϛ0 јI֌3WLUz}ѵ=+_.~aU3ڝp}ܾKO\xBI;O9R|kءuw]|5i]zzw{T<ңڼF^({-?o׵;vY/]ݚos]M-Zykoe{mt7]n۪xza?ʳg1;]pe#WuѺՑolEyiywީ3/_8Ï8z/;TuA|3ΤѱD!+Wɜ%8suϿz'.{?>e9HgM[vv~Zb<w{1osު71׿|ޟ_[{@i玜ƺ[/{HY8Ӹc߶۞ۗ,sFǶ=uiUݤȏ?9zhVvEX` ,F1+AXErS)2*AdTq츨*G[o2M|SzvvFa~~KQU[V?pUJo}dG%']rS{0OּʏwfX?kO}m˲w\'խӒ#w;]8e}}K^=RޒOW}{h}/O:oۀC{ FOuhӖ8|ʿٶcT/)Q[m\˖i'DiY;Kwhn7ni⎕G6Ov;N_s/Kqi*F6{ܖEӧrS}b-oسL \[}zvqCž>4bxݎ7]_9i͖fl]tUxZggpO>0g[NmV]'|7+:xsںm\{9d~uJֲ)U7={/uWFv%3G}c[ڤ=T*9;ƬmSʶmaF)mWc-˙HwR^}?imkSR9~`]:ɷ+fn;Y{/eWU}[wuY$gJ_H)W=MkεW}GOV.lL1%L _ʀ$'1]ܰD#svNK~~&~63іv|x+vk;^oȞ-^\(~3yîyxkgx#}7>5I{\ᅎ+~(?CM I-->#e޻iIU*83)9~4jOG|ص/8ts|M~Yzsb7Ÿp>?gWEm_QUMwU,^imzE7 :/Ž wDzԏu8׏i؉g,K9ߚV{=rI^{ߏ7 ./>|-_oq役N3>w6K>y]Mn孟|e/_1Ӱ~IIEvJWUgmmݝg?Lڴ?pZ9W[ӇՌoLAUO_҆uk{fx_3YJIPQ Qb" P7nj3^x͍WT]Ec%T8VxǶrTg{k~00?ebcaqަ[0uTE}ݘv\1ag{wf,{]0ޗw}4B}9ՊmK궰be;c?ϓvu_yڸ]>>i7T^碟_2ږ޳i]Mgoݯ~&>sF~xs~j{i;o5O\7[oTiߗoγ=nxlyɹ]{EW=ͼ![ocfWOY ;}/ &}ſ>xo:t({on[6^sfMCE~q\zEsZ˾?IJ[>fXڪ~}ߏE]G97{3ꬪS_uf>I5w2g=xm|omo2bņߕ^f⨁PbkUvss_[-Ƭ:-?z;3+ =O_ٱ(L88Uq@bζwE _[aԏ% /-rϞͳg^Z]r?bitg0Av'TiEw؊9j!)$*{;2M"m4'q;sj+dk%OHQPh,0uʱ+Y}$㖮߹(ۖ͗M\>ڃ؟ȴQ;Zn[. f^<̙zy>ս1{o}d+ϭh)_n7ɾ}_|Z~wkq'lpVef^;ؑFou}~ڽ?xkn=eͣݾ5jKtb .eoSIsiYxW}VWOjβ+ӖD.yq5G{l~_￵M W֯il{S?r[ƟyWϚGv/Xz#^gsmff?c|voҭs놽Rsz=8ޞ֨u%O f?yefzYo{vK\0⍳ve?4&{SU-L?,ATHj4c*aKJ6rE~Tpo%ʄ_$~LW]XGTsWCҏ-$Da:TЖYa)APHw`'NI?TxiOi?3a:.?whQlҗ|&2^CfE!72e)V+qFXB;uJQo' oKR`rw炋qdCo7p&(1&Ár)}Z(I +-4׻*Ec`-w4Qucdp5AKT.fs* U$rZ1#>.1))='x.HdsutBAI]GJ4Q7 ):Dl;3"CIRNžE5MA%tllLQ|V ܲ&}fr$V|&qN> NʗHI= 0,lZ"Q+UJ'J;$x|j@H`I\=M}Jʉ{<0Z|sB(.ۀ㏤AZ9McM,Wn %>SJOkO~=;kJN.Y)x5%D 4u dT+{ udp3M{ iXԬSmTr D/doIMZ&Gkqi0^(B aBwz7z%GglT-[IEeP^ARqg~ +I"Wd'dIk3nKp3# ݹLm`đգL|r|+Ɣ+\ط$'NOp)ӆuN|̄4K|U0*g)5cFLR=*~5TMP3zj|qGx]GL^sM\6eK\AH'w;pJ +endstream +endobj +1589 0 obj +<< +/ModDate (D:20160613153931+02'00') +/Creator (PrimoPDF http://www.primopdf.com) +/CreationDate (D:20160613153828+02'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Author (Nikos Mastorakis) +/Title (Microsoft Word - 540-278.rtf) +>> +endobj +1590 0 obj +<< +/UCR 1606 0 R +/BG 1607 0 R +/Type /ExtGState +/TR /Identity +>> +endobj +1591 0 obj +<< +/UCR 1606 0 R +/BG 1607 0 R +/TK true +/Type /ExtGState +/BM /Normal +/OPM 1 +/TR /Identity +>> +endobj +1592 0 obj +<< +/UCR 1606 0 R +/BG 1607 0 R +/Type /ExtGState +/TR /Identity +/SA true +>> +endobj +1593 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 162 +/Filter /FlateDecode +/DecodeParms << +/Columns 448 +/Predictor 15 +>> +/Width 448 +/ImageMask true +/BitsPerComponent 1 +/Length 1280 +>> +stream +xOLVl@#0 б8p+;OP]&%AJ82 +R'j^&(Vq2BlӚ#zI6SL@MUժN^߇s pҁ 8wq +q +q +q +q +q +q +q +q +q +q +A v.u ;qNW=^kD3knA7ԑ͈uY57~MQcz˴: Ƽ'7 !MWe4:ZI~$d'k?*/{9LkӱɛTh==@΍8 2mX/{T?W VJxfytc` $])nP`2(Վ +r #Ѷ9`\ٕ#$:3zl.ȍ6 *:\`- {Uz|tdƕ\0v rtt8=%DkOgP跹bECrCQT7_2Wpc©tb%ڵo%``JMu{K*O.~^ R]Lw'kw E"A$J(\BDsb'K ^t~8}:q!sC}["j_4;NhLIr*Y5! fX9ݶ4Σް\N8쀹cˢA[Ո:8Ld +rFgb> +ւYN.L=(g}Ns8עAM}So"׍>h`-ﶜmy6;.9ځT l +Ou]wLXm8%7P݀`a ij- +&߮Q7|:"zhBz~2?Y_]Q\E͵K%}֒ut>y)V1 7ӕCУJ0L=yپ#@XD7 7!3vVʱ>BZ[ tRA&x]GÉX*z;(HxTtH2ZDZ׻_(L@8 +~+$VL׈G=lE +Gk~o繻 +lCJ&< >j7mHr :ϱۚ\6ovY͡~9g˨yv'l?IlSHp]4~֤PvCPN[+S7C +endstream +endobj +1594 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 126 +/Filter /FlateDecode +/DecodeParms << +/Columns 448 +/Predictor 15 +>> +/Width 448 +/ImageMask true +/BitsPerComponent 1 +/Length 1217 +>> +stream +xAhV,H[)BOs[KnFce#c6ؑ%0F(= ١0X])vza9kLglo {N ^=Q uFb!QYai +9MB d 2# + \ӎwkU2 + |o9x>#5 s}rXOa\c( ̈́Lz`lx<>BZ2 oqo;ih񍶣~ǬL턜q\t;B;q8sYN)'zkDX^[wJS.`;*h8=U 9x ~гIUƇn: F!0K6& ҂ķ +۝V5adE4S(P9ӡc nTA((7sq"S!Afĭm(K鎃b,EǪeUOv鸢'Z)r@ꢄZ<}7{u{R37C.גu{ng}lQyok\j/K0o?gnzʢ{ȣĮ7=j2X!MR0lNs6Z$25He_uY–4!?ߖs)ש8.ib3"$Dw:O$rgv^8X cCGLr}Yiv(&:KK.Gl?t<= yW/9u`'Wߕ2 tw-TΘY8`Q=:ۓ_p/:#d9.%i +endstream +endobj +1595 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 102 +/Filter /FlateDecode +/DecodeParms << +/Columns 352 +/Predictor 15 +>> +/Width 352 +/ImageMask true +/BitsPerComponent 1 +/Length 947 +>> +stream +xOlTg'`GYɦ*褞 JP6;L&mgD!-HsG<1eD"hF%*UzHq!8 mQN%d;<Δm.(B|l10Hg\g\g\g\g\g\?W` ! +q~? e (e1jlcsrWfe֜o53mNh0!A; 3Z#@%A9bE,"jRfDfM6JK_g_9Ϡo,RrfW ۷SAV2M +Ʒۥ+{=;ps+|{zcV|h'7[|ѵb|*Z܏lS^ҚA(ES^-JS\ +-[ѦQDo ͕FԞM,+p4$p2P=8~ Yp6!+8:,/-Żvpnܪ{6;N|FyFjmwmmL+.IUF׀Arc_FE?aC>+qFys`>~b, +endstream +endobj +1596 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 129 +/Filter /FlateDecode +/DecodeParms << +/Columns 320 +/Predictor 15 +>> +/Width 320 +/ImageMask true +/BitsPerComponent 1 +/Length 718 +>> +stream +xoHa;vzD@ƽ$j E 7-"ljETBozib5ջɳ ѝ]=7Dx_n~ww{n(FQ}{F-PaF-PaF-PaF-PaNi,Vdu'Q`(jsKI-1!)׶(%>uƮ^k5OYߕ]9>8kzVnل5"{8UWS=(0uLGOҌX3t?ڃ=W& % q<7ػiƲࣉJ%MtJnΏp6aטow97@ǴTAjJIe9b}Ѝy١ b!<8?8=.EŹn8Wm9Y?ppISC9Bm./(d~!] Yr 4,KX][| 龩I<0Ӭ) ~̿enC?.8B\66._<}Co= BjW*/Fei^Ke;MjEy %ۆ6㘘"SE< _ Nv5"t-/s]?U/ .mbql]{}dw0xsWiՖ@ | H3_ w.t +0 +endstream +endobj +1597 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 129 +/Filter /FlateDecode +/DecodeParms << +/Columns 320 +/Predictor 15 +>> +/Width 320 +/ImageMask true +/BitsPerComponent 1 +/Length 720 +>> +stream +x_Hq;y'I[Dm֋#&9|*'=P袇N[I!H4zTz67P5PnLNN~7Dx߇ H +/\J\J\J\J-PA +rE)b@4s?9;mBFɰ 骚-Ϡ!R`g}2JӢˮ.,̵b9m ܉F&i V}3[ܰ`@,}t/؂ 4xAŌ]pCXvF7n矍uq-t6E >^:GZK +Z}YT,.ф_]{M0&amE⊂E(`B"|O$ ++Ex/кN|jYa1CE\u9}㓜\K^(<ɕ +Ϳ|WNwʯ{9lwo8ȩ._]vO! +endstream +endobj +1598 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 129 +/Filter /FlateDecode +/DecodeParms << +/Columns 320 +/Predictor 15 +>> +/Width 320 +/ImageMask true +/BitsPerComponent 1 +/Length 720 +>> +stream +x_Hq;I[0҄  +z2XΓz Om7F9NF УÄ͵[䶡k;SKߩ9n;>~?"*>=R"#(2R"#(2R"#(2R"#(2@yFV+({”ϝm7ri! ַlXd&Mma"a)[pS9S(r!fq~M$*dirzAnH}ݵ+6𐾎#}jh\J;.6>KnC|gЮQMx\;zwff6gd]pCf +Nt}}HwPOnfI`g =rQm/ .+9g@Y;p81ʓ.:\&V^.5awBn-7ls aɮ˽$U4Jݍf8bl)Ld*Y* M! +endstream +endobj +1599 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 162 +/Filter /FlateDecode +/DecodeParms << +/Columns 544 +/Predictor 15 +>> +/Width 544 +/ImageMask true +/BitsPerComponent 1 +/Length 1566 +>> +stream +xOlT)sRvĄgC XHC+8n D;MSikET;r ceT!Nv&%JDV 1!=3{;fAtY3cLǘ11fAtY3cLǘ11fAtY3cLǘyl06ȢuF]O@ƅRa][F ?[v:ۿ gx\ߧJ4:r 1B՞Q>yEWT ^ t+8\#{hN"eåC1Y +6 r8*="[*ɤ'@PB )ybR+jhZȟ>})}p$l47Z>0WƕQU O{;SQ&axxُ;~!:_t$ɓ6j ׍jqIj:1tl$ΥH2}SJ40.ԉK՞"etcbWF +Au/ lD5 ^. +Fڕ QTCWn^[ ^Rޯ[X^~ +4 jPMb`eG+Bc2!}0^'!5n6LDTH7!cgNs3WOnis0o5T`tv_['2ԻjA#0|pl 7\(CiZAD X]mF8 <B@h]@}o*H͂7ŝn1BpMˆfVl /,ZldCFiè0ͮLj4x xM+EH iF +Fn,p hkؼiVILSL^&Y݈Veàdlxu_}Hшf_NJaIILh+ta(đ+ۍ˭#G}–![p(QXÓr8Sx~UtISl*Nc\ԩL:t}uLaT}!J]IvIȌw!9? #q nrrŸǗY+O |BѹHO'L͛N~ُ=ƬJb߶եn!ݰ)|4Hf.8Obs%SU'4`+aXA׮{3kv`_2Ϋ {p߸)H5 m[QCvzXH>6w0-F;^6zv^ڽa> +/Width 352 +/ImageMask true +/BitsPerComponent 1 +/Length 996 +>> +stream +xOhV,X62KY`5f,e;®cM6&3;B3rBa4-N]D&$,aj%Rh{V\xԅB ?<~A/{>'h s>'h s>g'_R=-6:'_XM@PyfK$ +g=z.N3hX۶X 9M~H(SHl;T nGV^@Tc+p4K'[MƐ)ClɄ?rj Dk:ll!lIlRVe:|_g->Fӳ3C+#k jqV5 q+ȃ!3?l.jx:Ŧ?u){v8N d)X;uYYn;6yňCe4shs!d_ve[eYZIT~g]Ɵ+q'Q]FאE׎6=kd^ֱ8^_xZ󬲁XI +Ulr.Fˣ*y]<3+&to;mє`쯔u +~O@Ϭ([/6uXy./䢰-*gS XNL51cW*6o& ZP%YT'5rs7o頚pEx;KS{Urj49ht_);fG-)9eSZ|l}PSVf~O>:G@ض F8'B"}-|< : 1 +endstream +endobj +1601 0 obj +<< +/Decode [ 1 0] +/Subtype /Image +/Height 162 +/Filter /FlateDecode +/DecodeParms << +/Columns 448 +/Predictor 15 +>> +/Width 448 +/ImageMask true +/BitsPerComponent 1 +/Length 1184 +>> +stream +xkfWV)8T*au],˜ ,m,vIF!'!$e^ť$.;>zW+kY$fVMI +-=`积0Ё0,,,,,,,,,,,,`WХ9N/b spBO_tr^yEY@pFE6[\Xd:öCBh!UKb&{+ZC/{!ӓ@Dъ 'Ք/θ \"N +=! +UIC S=ѧHt|"o~9ʶ]K >gߛie \dCj-zÜh[ne O]?(oV|[IYŽ9go:LZ,ˡg!9Wܛk8qM PRU-J^FNyĖZQ5FR>킋# o~@I !&vco wZ9dR"E7ƇuC]5 +@w+u'awvUjC%u:.rS{إ~6p-54`a6*LêBӑύR+},[ÔZ*46۔zvG-f +=X;]‹+WO$׀ckХ@0p˵ +=}4Rѓxx”3mYn7ZsJ*<˹7t,ܔgɥJ\LBqJBCe:뎵ӿSmwP +GK_rٖyo1"Mޫ +8K#?vpϲ QRA/E4ɿGŭ?HS?1:qwgÍ>Q>\bXld羝 Sq9KS`Ҷ봊Մ;ՊUj!N8eWpw&%F.t2{L_qΣ9Ww>y#\#϶>7 A+ps0arFj0gB;QLC +endstream +endobj +1602 0 obj +<< +/FirstChar 9 +/Subtype /TrueType +/BaseFont /SLVVPH+TTE1B89F80t00 +/FontDescriptor 1608 0 R +/Type /Font +/LastChar 9 +/Widths [ 250] +>> +endobj +1603 0 obj +<< +/FirstChar 1 +/Subtype /TrueType +/BaseFont /HPBAPJ+TTE19CF308t00 +/FontDescriptor 1609 0 R +/Type /Font +/LastChar 36 +/Widths [ 722 556 250 444 444 556 278 333 444 556 0 500 1000 556 333 500 389 556 722 556 500 0 500 0 500 0 278 500 250 500 500 722 500 556 667 667] +>> +endobj +1604 0 obj +<< +/FirstChar 1 +/Subtype /TrueType +/BaseFont /SWXPSW+TTE1677D68t00 +/FontDescriptor 1610 0 R +/Type /Font +/LastChar 74 +/Widths [ 722 500 444 500 278 500 250 667 500 444 333 250 722 500 500 500 0 611 333 389 278 333 667 778 556 722 500 278 444 500 333 0 722 500 556 250 722 667 500 500 0 0 278 500 0 0 333 278 444 0 722 500 722 333 944 389 889 611 0 500 333 333 0 722 0 0 0 0 278 500 500 0 180 556] +>> +endobj +1605 0 obj +<< +/FirstChar 32 +/Subtype /TrueType +/BaseFont /QXHWWD+Arial +/FontDescriptor 1611 0 R +/Type /Font +/ToUnicode 1612 0 R +/LastChar 121 +/Widths [ 278 0 0 0 0 0 0 0 0 0 0 0 278 333 278 0 556 556 556 0 0 0 556 556 0 556 0 0 0 0 0 0 0 667 0 722 722 667 611 778 0 278 0 0 0 0 0 0 667 0 0 667 0 0 0 944 0 0 0 0 0 0 0 0 0 556 556 500 556 556 278 556 556 222 0 0 222 833 556 556 0 0 333 500 278 556 0 722 0 500] +>> +endobj +1606 0 obj +<< +/Decode [ -1 1.00787] +/FunctionType 0 +/Filter /FlateDecode +/BitsPerSample 8 +/Range [ -1 1] +/Size [ 256] +/Length 12 +/Domain [ 0 1] +>> +stream +x1 +endstream +endobj +1607 0 obj +<< +/FunctionType 0 +/Filter /FlateDecode +/BitsPerSample 8 +/Range [ 0 1] +/Size [ 256] +/Length 12 +/Domain [ 0 1] +>> +stream +xc` +endstream +endobj +1608 0 obj +<< +/Descent 0 +/MissingWidth 777 +/CapHeight 625 +/StemV 95 +/Type /FontDescriptor +/FontFile2 1613 0 R +/Flags 4 +/FontName /SLVVPH+TTE1B89F80t00 +/FontBBox [ 0 0 638 625] +/ItalicAngle 0 +/Ascent 625 +>> +endobj +1609 0 obj +<< +/Descent -215 +/MissingWidth 777 +/CapHeight 677 +/StemV 148 +/Type /FontDescriptor +/FontFile2 1614 0 R +/Flags 4 +/FontName /HPBAPJ+TTE19CF308t00 +/FontBBox [ 0 -215 991 677] +/ItalicAngle 0 +/Ascent 677 +>> +endobj +1610 0 obj +<< +/Descent -215 +/MissingWidth 777 +/CapHeight 694 +/StemV 140 +/Type /FontDescriptor +/FontFile2 1615 0 R +/Flags 4 +/FontName /SWXPSW+TTE1677D68t00 +/FontBBox [ -75 -215 936 694] +/ItalicAngle 0 +/Ascent 694 +>> +endobj +1611 0 obj +<< +/Descent -210 +/MissingWidth 750 +/CapHeight 728 +/StemV 139 +/Type /FontDescriptor +/FontFile2 1616 0 R +/Flags 4 +/FontName /QXHWWD+Arial +/FontBBox [ 0 -210 932 728] +/ItalicAngle 0 +/Ascent 728 +>> +endobj +1612 0 obj +<< +/Filter /FlateDecode +/Length 263 +>> +stream +x]1n0 EwB7lY^%C +> +stream +x8ixTET^th !۹Y !!"K؍ pWhPe:*]Q'Iwv@ϙ}Tuթ:[:unU :ÌE0R +~–xQ /[Fw,k/ `:dqBes#nRLH^o %mZ34޳TW\eH-s.lYn};yO%rQ˅qzJUr+W 7 +zk3o*p&z?Ka&tC%` +H[>Q XF ](럱jxŸ wrUH33ZUHc0X4΃altr\.a <̞a M%[B3u4R6دrA̭lȃRp [XUDtS a +|Jd`.YNx^FXo6))dz oĪez,I8p6ٽn= {|r V<boa:"M6|GQB+ǧY1{HuЯEPCZF}$*8 +d)l[`]KIug` fѪUJk =s8ߓ'f=6=ސLMG{H"o;!){ɃS,"VE8@{' p"^ao[q?k+=k %̴t<SHw)da+Jɏx "/i4\p ÷T]9\FIWwL6\^"n)&Aa1r9nxVy(c4uN‘q]~,尭 {}/7x/$ݔdPB4.wMZֿ 0^,9626.:_ѻ~crݱ_ +qPH;'<9\B19nx"Ux ރ)Oie0 М2P2 p1Fo;.)Ǘu| !??(Keiz6MgBYcso,JT~GY7c ~o$Z#JNBZ"]%2'?-2-3m9ɼm5lbL̰S&ڥ'%8OVr|ƛH_ XO1> M܉̢}|=80æ@jb/aui$> 6:o^ FN aӎjЉ=]>"6a2en*`"{VsV!OZa3ɶMl"ν9y ({m=dnxr=W:ߥ6|N*5u +BZancGb'c} 勉A 2S\f;b ^7=ߕ Xq/׿(렞MR7KmY^ Hgs7 MAzUl2,6}fNW[ y $˄ OK7;fXv5vG.ͤNnX;Dߦj +ĺԜW9h_Gg{[Hߙ6=[i) x]6=iUOT1R ߝ7a83Wq(r1Y3G:>,Ŗ`Mg~Y\͚RN-}-'!5P hJ#ſ9}'8ѮTBeAW@Dq WCўfo46j;$3 pY[\OzԺĂ|ILft'`Ve~mZ/,и߲H13r8B-Thj h:b ,JO~xK ɋE-so 1iz-2~Ժu'Sx؟Tp:EofdCԡ Ylh7[3aJ|R_`)ZZ5zd5 ӯCRC-czF@x>e7{R 5m'7ZOЌ.ZY'܉",MY%A&R.r/,'6J!$)m-R-9lx!vU W_i˜@4Ep/okn'RG I6N6g_e_vfI,TQD>w8Īn`uΙx_YCk㔑8xJ+`fu JUh8WȭqzQ ̜T!N'hC--.ȳPeqJ85I?ɋ+AA7OסDG~2SpڟtJÜ \,4'N<@N8ܠ* pKT\*v5Gw<-o>Q},aK&ц j{T8LJt0du͵\e'"=¬)iP%aF 8aaqvG>kyGzKYN_[x.GUҍDw;g*];3-38_R[>xUqjMz?{|QBFOL&TBE"A~M +" hvqfyћWy&G*GyK/I"cT*A +yXM:;J*3S9DLTS |I~ox')n/Y:Ltol~{[3R Wc_gݑ/JšcF8h}[4*X 4w*J +{ds7;J󜻈uzGPW'rIبSc{]Y.OUDK%xrT,1rS:" +ilדMձ+[;rՏtD* +IV7x, +M^KAiwy%=Rɑpx3zs\O[N%hW~B!2hbrl.2Wv͞w+\r."^ͧ4 -|Sy +"\l)SMiQ]mE<#+e,C(FݙFN'@p&aQu/Զvu*5ڦKmKm5vv m,K8` e*#Ivb[ؖ)6_+Nr:بNJw6 Az8xv$ldU*Gو5_̐mEtQ Yxq +1P7(>]BgHqQRd?%QW$ЫC^c"B"\* 4@AzHLd+?Nl&۵V$ygDbD(ȟHvgDz$o%l_sEu@>JXP+o<6׽q\*rf/MZHn'5KyqUFt<%SJ .^xk2w jgi0` ! h !@~lTHZZjMĬeo +FQd=}wY>QUgTN>TC>5eնα!#P@Ҩ w>NPz,dž 6 +uFA.ق`gI؜ l2lfKȲ#C%yxLv8l6ٍ \b),=9ГcgLVqz|do3NId(+Z X6DaO6`ά}8 IHdZ n{%]`N̄PWd=ж!RAMA Q8 Rx2Av NP6R\.kydoz+W\n=.'Cnz֯C@#j!d}WZmȹݫ -L8+OQ])\c|u.O?7zsWҤ+ae\M{i -Qؗ&(Dtal:J7O<7wi]~<}J}bpp'Ut|&8$-=Ot>O?Ebߡ#Ya&IU& r/Hs_7ϿvD|</8^ңu?踢yqbZ̈́z +endstream +endobj +1614 0 obj +<< +/Length1 26272 +/Filter /FlateDecode +/Length 16384 +>> +stream +xy|[0<3Wzo]e"۱׬NqbHX!(;QdJ(-->qK)@(i CZ]{J}{?9g39gΜ{cBZ1oނd + Xå +7x}p2FHo^xѦBuƕ+^pxn.BC+!~%d$/}ҁoߡK.Z|i)H^aM]@6zҋWpko(|x݊5!'q9b`\߃c-~05t V0&=P +_]tzeu*ԏ$؎ YdCRBģ٨Y,EP kpC"?}Ӌkkxzj?Fsh>+> } ԌD`D;zBAE% %gyx1>XfK.z7182˱ GmPM3 @ \\ `B\D؎NCi+Dqv_1C0mAGxoJ7##/ #݉B?D/?Ck=x!sT[q.Hz]K.#W-mIDi"$nCO~^Cozp/ ^_ƛD+aסA9b%`3Z3Y\T@Wh\Eѳ0=3Nm߂w9yArIɏ$_I MrpSzɢ!x]E;`@K,hi Wv>_C)ɷs'0gLbg^$|)_:zaӢ/w-UP߆:Aր-FOAK,mra\ ;N|~GW #d9l#3̝̯J6IS<)}FzLvTT՞wԪ;@ey&Xsi:7 |gڈ.m sUaX(:^|8&& O)VS{5Heٖ+6|# =/k]>H0>r.³,'אE~Oɰ0\dr̯%!Idde/a33K˥7I~G#ϤGEmer^'_(Q9" S$ٍ~4 +$ #-!yrߕ3OmIi`^EGJ_X}[Rr7zY]*XM0w?4U} +?, xл-h}$9AdvQ:_&aտ/sq=ӘLI\`G4Z,92ON2%\ NhQk 6.UԎ>"39_݃vCVRd~*o#*O8 -]V-t9= ߣkxrGoz*a(fv`G؉Fnw$C+Ͱ=fyMX96Xˡ3 R_x- ŀO:H6@vv 6#X8J܌@zZQ{y`w5!7HUN-6U +j!BD<MM֞['}Xh_(Nkin46ԥkS5ɪDe<Cy9tmVd4zVV)rT*Ao.434/e 漐s&M;(yϤr_(pԒvϻxo/[onBb\ q*x+9 q+g|~* ;w^bvvWyir(6. 쁮o&^]zLJ[wӜޜW\=q̡6Npx9;\XUߌvi!xg$*cF{zd21&Nr3A!r^I?sj`E#ڹ7VȪsp'Di4ޝ#~3ssdAsDTON\,FUD 21Df}xt) o*h$r[^̕GB2>#dDlZD{?{~o2og/<#U*oKG+E/s&1HQާ|O@Lh>|1P24I4̼vChrS8xP"U̕ 9ܫG::+FHvFj{y̓@`o쩵1S=jw ++5+J g2DN\#r Hbg+G5BH 8O!Hl!a!ZQ>Y,Vr33`3Dn[☧BdslPy p~*ҹM瘹979HO^YRQv% +/;&6j8P&qJ@0 ,ZQ*~BBA S@AOӮ9գ"XA _ #b  4 P0a+  Gj[! AqTBIBBo![---B VTQ0VnU2JA٧dXWI +ű`52Ɔݲrr] ]B`a߅)fw[?mei/swpħ Fu5x ޅ%N6<K0k-.F1I tA2VoU3jAݧfXWMvs1ZeGdd>٠lXU[W&Iy\Iw{ n1Ɗ%cn1=pXL  n+(Mi&7 p7B~+TBoXH.0 cMMqo(G&|SMhbx"@Hؿ8,}bXMc<ߠo=Cx S { +pejkܓ!/!O UhL-iד{{{ Tqܝw秕PS Uҡ܍A hX`'Osa{O["8'2xl͂ 6rAa,CUF@GX@%D"~~KP/y?xOx]Efd"\-ڗ +|ӯ_~~~m~y~|v6A^%n +"l^W^{^x?jj&/¦N=ri;=D2sz||.2|+0J_7"ȕ= 3߻){׮$z<~Ś|(V";4p<3?E~( s?CCp_C߆G(BB!$B -F8pOc08X>h>H }'=mtO>rmn۹ D>|/ma8ߛ6[hMV[Ҫ48ҥ/)O$"byNlyz6ҮtN_lEǪ5 V\K~(1|rQ* 6cO䇺hMܫ2cǼ -Psvl-EyBA"p.[wV +jQ!?P.XbhW<Ǎz02nߐBP-=) Ź;C:o4=TaCϭЎlܪYJȅPgЅm`8c?ԉs=$hfX0c,FmF zUuQ9wv x+uByeo' +UJPQ "BgL<$J8K(,I +fMf/5gųr9y߹1u΍-Gys_, Xg@)߁sh; pZ_EZc^DWnEq[ucjt0X]S?{<~Fʝc\Fٹ(|9H."5 +Eg|kȚE2JyAyݵD4DhDKD17NI$v:(2E(&v^$)PZ +Q#K * FA!MߊJxtK ߽`+˼l,ߦ-_I%|wSO]QŠ4aZ7k`t5#guɾ7]Ck}7#x.k5B+}V׿_::+QVjt:pt}]$?񁜆i!ТD{E:z1Z._sX6h{U[ .x n6@lJӰ^-o@%Z>ٿ۾N(Q<^0G'ZtYk_C̘C8"zcݏC8ko=ʌw93OI0 Ю0si|4;ي8 @*Ns)WWšɺSK*jB +)ّ ~Q&/0 +K^ȡI_$q;R ^qɖq+5>+$+/3 E_"d^K6V)hR|{|.{#JNTc_l_"_+'\#֊o9VB^ +29L0Ve)KNl]SGOlK/;j3f> +8 `Zkk-T}}! +~y8HX{z9oL#L' #=[ '}Q0{aF!pyašRI]ƽ֧ZA`L* +؟F] jmZQ`OXL>. +\1~cpx7%aȎEmmt&`ն)C@7L褛 : +DbE0G 1I`Ye}:dKMYArj~޷{ֿ'gz +/jV ڽ{cGgn3x7壯>GNW7ŷ[[n>n|zȤNTU!z(>5ȫ95E-/:SpdxڋTuߎySbsQ=kx E(B\0mL=#,i4ǁ#Y!t8'Z9G٣L2;a̔؅Z܂5",C>.ڔ 0U48_شeٳϽ􊩟OM=5/Ϟz<2,[G{j2^72vK'vIsO6nd/wOhewhGxXyAG$㣬JTzoC<xQm dA6 >ʅ.gD8⤫zjjdA[3;tUqUi$8ULƎ ̎`mi qeq2fiƵZJԦ@NP80)_ʵzjLÞur5k?ۮg\"T/#ioG9i0he=F3T,2Rtr-|.6pm$?YysUۉ$U܈gɀk\W~ו|w߫ 3`E yJ_u|uP&;JsEU04,3U)J^}qQ \z#U[Qߴ~m' f"Uf]z'`Ee'hÑpPx–9k$ oK嶠?d BAMb?qyU +xX8QQg\a*@hM4S`N:hdRrAn֖S̮Ω#td?u[w̘~7qC}ߎ o} x 3|I\pvFa[S;,NS?(8V 9*Ui8V/ -DVAN]ևL:׍~׭Uz׹\HaLTݜ[r'*=C쀝Blz5WsY*j3Se)` Y|uMEp,NjYE" l(cNaSqȋ-i‹_Iv4YKwᆲhllVŬ#rFmg`a\6ڙI%} ;]5jײre:?U8/-qj$/YR͕݃<{qG #T^7C^7._ vbL|uze Wcu/t<4juݍL&S6:̿ ,+{HN vyʖCOuo:3p0hC+_37SaQ78M_at7 iaNAK_/Wan~wS6n~ppkpoP,E@o_)S\ժV9Ba!7P07+ٖ'5l9mQl\=MЧxCLy ~9'pԢ_k^m#^oOJ(ɸjʌN9硽#t WtXev-٨!7ObҦ-&n LzRxYus^s|Y8DzEH+zFg?QZKj΢OgsJ˱,جWplzr4pf{Nd/85l͎P c`vD).FH~˨= FCUMR?gz-ʎ P|L,XFD%H](^7jWªBoy+ш9hU:av\%UC&G1 4j80EchL5^Z+km6'jWEI lq8v5Y G}cpvǝI}阴^GZZhhi~1.Uq8Z%GQT Nޟq~'Kz_:T}XgceXK%eI\ἺޫkcQ2-sxn0'#pɝb[7549=HErlScxjpfNzuf/4\zXVHOBv"0Ǭ8H\;B1"L &@N 6K$zT}t?:% >#Of 4s,}u"Lmk~ֲk/ uC`gJ%;h35OT'mR1;~rͼ*ꤥ}ocԣgk\*򀿩JخKiQJ5f YiyQwJ 9ZyW!VveQrx^3ETZ,"cٌfRBKW{Vzitv݁ ZH⩖g/%x e[>466{Z9zĽ5׺:غve~|Unhff(h!ʹ26T-H2>Y\-#V[{U-~_gDz6> +ť + Q4+(6+nTܯxDSoJ¥V0fkC\Z%gԝ(Lvξľ~}].شprWrʶJIeWSsMERDUe?'BV",B/'H_®8j`HCJ*Z1) +>T"uLk<Խf{ӎN0fGg~Aw6c&r8`'GH!#2+ +F`{Zcw KMe$zXԾ: <x851 Vh=X(i nSO0XNz>it&' +I,`ذA&/d7.:i9+B3^%t*t-Vmj;W[nv tϩqmHGΩ};L_PŻNjG%.6Gl`lC1rOH֭Y !֏i{u }( +Ѿpto4ʣ:;8q Fլc8+e#Թώgu:|m,^{Eql:pȮEh4Z&FxT'(u⌎C-h@p xPcAZ8/ S >C1*c8WI-;JQ<+QlSlW---ܖ;20#l(D ^^Z4`.9wxƛs6fx-N\;>ܱH:grr w*\$8yfSGk{Qf X1Es(OO7GDRJ3 )/6*7y4=ez\ @M(5hUplNyTG׉n"7eG2#Tۺ~sn(uSn=#p?Yܑ+ƓݍͽJU g6̮M ř9_x]+`tZ,wi>k +a=% +'^Riȹ*i4 +5j@p6Bf94J~j Y;DCz<ؙ,2FaQ,_}$NM$!BXe㬄uT5^c?iD)Oa ſ(&Jwpwx--&iM $2ct+ M0i >pqq`qUñ\r,)m1nmᇣW$LܥӺ듕*u[7bv@\NWwiI\<6 +<|Ґk3?!W2Eqk{FW.\ΕJMuǎYk`2EJ|fWֽ֢۞v\cuW&'B%-`,ȋ~q9k^k^iYadU+__2ojߴ|]b{i1CZeX1EъJeW(RkGvLri{F5jU|eҵ +ں +D ^|ϡKS, uș?KhN-<{%NZuW^Q:2E圱v`;üҩF0?ȪmET>Rju;WU*\#7Y=GhN0#F,bskTԈ^*3B(n<=]݊[w#tknSq' #$kL4;[?CbA3f؛ +qq9kpSʾNN:Nb22!Z!@%dwpcb=˱-0RJWCS$i.M҂/q[)DJ+Vd*+Ie3і eMdA3p2;b6=Ph/+YfqQσҰVΔ!#nWploMDkmCJ̐ScO AC %2m +phɾYui ռg_㋻߶zeg5ͫoKx/e6~{/7_pis4PEg䫩9jCX׽f_ipKm/vNctBFG*x,TQY$gץ=UWT*B2^Ӳ~Rfܧ{AG\@ p~e|E|$UNU)8%V&fM´: !x?$a֛tDX6Q8V\IV SNщBS"D Zqe,*Tr b;Xx<Ьцa%*ݾtؑ[ިfl# #Nt\zb6CߛK\]6؇YӦݶ2YïbtT{}]gׁAe ׸t. '^)|wkwUȴPa4]9zSTa v읺mM<+} S ~E Z0VAاbҋUg֦7 # :(~m3opω_`t}z 52AW/~sJ1WuH/3ܩII @ 8-E0Y#ڠX/E2rRVƲ2uN*NXz\PS&UiԔ3g(M2(x`QNwq +θט32Icqqx(5RtAdU38$2c vbÜ/76O^]/٩&ޯ%)/SW}^^S9Dyt=NZ&D +Nd1,pV8*^k ,lU=.wA c`AR[X"z7Wpƪ g4avرUK)ySm)LžKUUˮ͌ ?_Gf_z_j-A Ϳx7^;ڙ6zFU֚CA'|qWp|z?[>៶P fI$ 8I^X9k<+z4DPS;* _މ&7aבCZ&ױQ\NcMI50B5¾R]# Hje5]4}1͸FqTq)55壦_eDZS&9Ωt4Qڝ< U=`<h<bDG*' Ss@h)bR)`v_ķo0isO',X]J .TtXԧq2=/$6%/-KK/H.hIGN\?FԦS>ĩxF]~(ؠB0-5Izy;Z[:6Ђ|MG> + 14CqdKb  ;puh%8qӎ<S(~Tc.a8"HwI2RPI'H؏w}3kW}RPڒRB(QL`0L`< H&(!L,2 +gCNz7h[w +ϜD?H[zkۣMf/e޺sأY}?q_Ow':neth3?+.Gͽ/NkUL_xz~S!Dtۥޥ!"Pkx$f3c`WM*^\Su[>qDRNJ1ղ Go`1Ӹ19r.<.zѯ' &f[ /G6ZDQgO+ CM06_C29'˭c˧~QI (oD#DqibIFsO +ɧOOQ"Lw(@gyprPUjdH+ueQ^F}wuemQ/^F}wx!z2"*@e>Peߝ|T -.<łI$`,S2 + Jf1Nt:F瞼lw6-b}E~.Du)8 'q5Wi//KAL2FM]yyW­*SpG=W\A:ؓ\19㢻 O@:i$`#2bIg6`<99{Љ*tuu\b6Z8kxZ*=kYzt:$2 ƒ ˦wzV'dHZ/>ŋbB0fph˼8BN{>͊w G<փs0?V\$#&dz>}d~SQ"g͏H^VZ⡃Pц)97gDdyćRuJ/M6Gy'-4+﹢.ƩVׯ``m\&tz s/FP=ޛfig8]U]+nt\?u"5:{PBم 5w%C9phUmRId9'8Ob1K8t:4Z6V0%VphKG}# ;TD#5jך#ͩ$-lhNL_I:kNz9םu/K_/7g[Ƙ١D+lEX&ӿ:SD~cU[ ש_uWDR{/niřWt\ptj +ԇ3Ё]w6+Ai'gO}ղpIg3VcwMGzR %S4Ndw'Jǿ>Wj*vR?f}~d~vo~f8o"RN23g̞sΌ~tVS7۵hzތ,<4oa l]L8? Z)B ϱ@SHt6Atw: 5nĢ.MGa8W!<,d@(-@ACx7Lqf:V<#be\q"п8> +stream +x |0~Ιٙn~l6$ LH- Q$hpAIEQ)@P޵ +XEQeIZjU/ZV=g6\~s<ϙ 2~Ġ3H .hʩ`j"ĿgU|#C+[b\?ܷQtѼo] PY*,|=(/j=_by7WͻǀgRzUr&/DVh{Oߢ5wZLW@@H5  x'NB<35{V3WfO0VрE;Q>:ЋhMEԊF[h?2uuĢ0jB{ȁU>O E-clqQd [E?QDqO&83o#f̾ѧ8?{MgȌ +dAWײ"h>z߀@Aԍ@v9MGTipף؁dzBϳ-nBaŃh2]HD4]A}le-N>Oya14u#wI5*0 /*-h ah:pq@ˁ +,hۆvCnx٭JdyY[O,*B0>0bV~v|Fx…!t 5 1ِݓ֢FT.EsJ]~"z O4-eu;4>zτ. 4\SOQ/%x}‘ %fṘlJv;yѫ؆#]24(y|ldgUfNd|@<`$@k(WU`ALb6O~\y;ے`*@ŨY شW݈/w]h/< U; +v y~`F|\}e*C/+JI=i$1.2 L?\;,bY6*kj u>O8{jhc ʸ3g":XJP)tp=x@WwL +0މÀ Űkxt|)\5KڀMf| ߣ\óOp=;|N ,'IxF2 CO!rX)a10/20߱-fl;]̾ž;~ +UKU;T/r]>oj կq-J^K]8&< Ƒ6fsb|xY,>L$2+l1U-݆x/!bm|O3d%H8:귬Y9BefQj>AF"{XqM>?22kf\ļ@2a| \M<'?"I8S{4xF[)bc@;u5Vrb1U 38sAWM +57-.GNt3(V +xS.C I^G@ՎnE(f x!? J+Q[:`m@^Ixa-׀࿠k5,mm w+\ Q'BwrTE3!V,dnT뛋aa"p^d$u+z<輕 @FM*Z5]9ue^=fQ5ڤ U1x%G[oOF?.hY4xg} )z]p %@v"84D6hivpn^Uw}- +7Ӛ+Ŕ&bE[ϵ; x|Q–RGyim +/͋r-3-mGaR|h)VHM ]6VJn^=H ֘63ґ {i]Ob%Ni^ `qbJ螜;Miz\mRX0!-ms?hj``bX8=0/ii>ѭ:!Z@m&͗sۏ`bmnk$4vO8mGDJ-DZT1HJ~U*4FJ\F $W'#Pd(hlk(QPf4G@߯Dn$Zг  k`{0PX9d\V=fLSuDA(j3 57iHcJ:-,?B3}ݣ|<8ah&**)?ޠe>F@ Z P#h: $3 Gw1VAo{u`.<mhˡ!5bnNC`J 6!qB Ze:w&VBEmSPJPm` ܥAgPFisSHi@}P^02kVUvB!w7ncPoW(3ҫr)k`0!|t=~=@n=@n=bs}n)an>7@  +[EQ b)@.Zb8ª0WFdKrycvWBIq45ѾEC=]4R赼,@C (| ̂x(s Jdc`l`7DV50%:nM_QȚVj%&ęzfŨAyW[]K T)n;ƝNs*Kp2us=\?isyҭA':YתSxa#3=!.APJc? +J&g~&5A jĴB7V|˹{hӴB=i0J(d^YXԝXh{7Ni?9&{Yy^p!N]x{!D+%uEv++ѕҌl}^fwp@ +DmO{a[خi+mƌ%ʕ4$Р]>0x'8J,q< OCh.*i^ Jvv|`mŌr };ۯԧ >K@|\!tA聠Bo1sq02=C`pa搧G1Ų@v;Y-4D8`{~%ޢJ/jx~֩Ȑ(X|e]`aF9PM9/%.  zqAzh@XGc0iV𢰲hԈM (0 +wP:gݳ4#_͆Pp *Ncp?^Oك^(N|(p/^x:C+lκOsHP X] +x64wL(14u0 ԆII)C{eipfsT!|~6)?Kx^>OmQ jZ֪jNͪrjyq,Y%/T9DL i9,-mBjL%g/KZR`|GRd3m퀠jG{hz;:pKjxj/ ϡ\DzxsrbuƱ ?gӗef{)_Gf$j!desC#:|5uB:nC(DRMSBN/)ϋJ%a +&ЍQ2V>nLGؤ f#e0/t@KD#Ay气[Ny$ܡ̃>\>D }bMp7/Нںv3?_,p[鞿`)M-J}^ԔZn[?4/MЂ EMyyMCohl\[ոlxBsйZ\ˏ+s\6P `*i= vgBc{Ė.֑҇' hSICImMFvmrxlsmbټߪUVӰfM kJj ̖Dj$ץSrwS۱f. /ԽUGVmVnj͚z+DB+CBB;CCm\3 _s2HWYE&X!7]lM!A3/AVafBP_B[Xt3wAxaJf&:cG2'S>*IC:oq.976_KʝWhLxct |AŔ3krX۱ +aX>j1` +իb1DEp?{WA +HR޶:2,yT0Tl<AZfaRs " ^1᛺K3uGP=䅳%Y{YtVd*=aĥLUˑ]*{~jR_QZk{uq3ct8fd^7=F=Dh^N}TV&RUY]Qn̎jGeIXw5L>&׎MH?ɼOP[f*AuZ9| 3ULk~l 1Z9NyjN 7LxC A5 *ZOtO-FI6W%LLML8JIXtIV3$Yu,HoU0[j<2>P8uWdHw]KniGW'D|eב.{x|%NJ F&^S'yN/g/wu.W6<{ynUի_;w +3 ffw󀮘4f1ŊANV;D1h= +u2VYo0?"`Q<I]LiXwI؞Ȯ Ad( "BG= eNv eN)q$l)\*Pߤ.x-/po7Dv[ή,z|`|g)qEa( +3.,ns˥]4.L_s`֫ìjS vlN/?_0ff7&+lw%<1/B(Ek4koҼ/}!q3ױ7::uS1aW1bl>,Fp$b{D0~LtLHܨH."rQwѮEl+whBV*ZVٺݺ[]Gς89`SgQWGy/pDa:+i,>K8dH|Z(HQ56mF?PA\iɯ-<ā{oy%7uwbӷGްLX1eΖ#sTK%Ìj˂n{!;'gG6dBK2 dv&2ȁ&`\>TowrNFhm *vو9,>tE8 'ł*Hx2*mN& R@+q +ZpO>PE=9 exIPcf`ٛތ N+^zIPd2Z&l&6=YPRIcJ:X#j?WPmJ"'X+ & 4M5Mg;LsYy+MKB?8`$lloSOGLG_7&/M 3}+|_1xH|~Wcz4vcWޣ c<<=%J˛VYxn~wmOmZ;.oEQWwgTl0 +^k[kLkUUUEonV_ZwuM&{0\UL) E4¨a'Q)ہSR 4ošƉJ*A./^5eAh. N K+s%bbPKߖbj%&Bl0@\6 dIEӎdsmDxT31O~sSGINuĄ:}S( f*DBS}|C2u1<"*"Qg +G*J\Vx ++pBUZ$_˙ +0B].v qg/C}(6ڈ2dIp|LUrKv*r7 + Eebo8#$`z؂{w0rԕK^e|JO"ߎEg`@T,k/ Ł+֍P+{ԜN}s)@kB9\JasXn?Y3 iЊʼnӠ F03͋T/[VffL2]$1+r̻]Q_7=wmZvb)qDp +."Vת{=k;RΔKW_ۤcեاլU7\LVþ8] W*jHVxbŌ1X+@sjn!& A[Yk`S$! 6O&"Ȕ{3M,SJٵ:NwI8FiRZ0Ė)hŀ`cdC$ƱHS`d,QGT#T.T!=3>UA &8mM嶆@eėĖ5o<0{=O]j0v]ͧbf7/F"UykCrg-\;Oy@$ I7HYB +W*[TiV[qHٻB/tsY!1nA(Pk CD7痎#^-Aqy̏R" lM? %bgҮI&Z'խ%q`(xʀ4jxC$ր KOI0\ |qt:-)-)z=j5D>b( + q4e0{$F'5KJRc™>TzfGuzrz~4K$HS"3#lQ-b9g\3_ԍ +/AnxPArV 9K0 +xp0 x Zt5.5Kou4=~ 5UㄺUݭfcjFnj齐>:z2`k;  ݔK`'6 D7ʫK \@@U@*ٻ(,)`+sKAGU07]Ԍ#g3#Ĥ hfwԤFt7MκQܣjʱ$"5bԛK;Kp9 +rP]"V# gm6&H12 Yߜ.eWo㪡r5(Q+3d^,w:Ɓ)dڌpbf +)2_{£U[/]\Y!Sz_|&h?x?\Bi4cҹ +zJKu z[wů _s^9싪 B8a [0|bq/Z]j#j^mAnp=tEX.MåJb90492.7j)\θ4 +RGqU9z"9/Qzr:iAj:N))tD*pWQ<^T񇂁X6VjS}RwRӉﱏ: <<~^9,p<pYÿ_5T][z[*Z55 +kcIZ#XG} +Ka磨y0I%)@–/0S(!΀tq>)"MBx%Y= +׆&xL乒loR`ny< %%Z-1X% +[V[ZX,-RS0>aMjaK!@GD)N8ryoyfZ yy+'zs:)&LɊ}(g&( I+ HxΙ,X96緶_]>^VɘڂcwM;u5wP 8i׏6\:eU?߾'ݷ-_\m+?drJkdo9^N`}pF~}==<>Z! aF"4CXo1ph?bQDeZ94 +ӄ@Oށ˿(gu gчą`,v2b謁%m/x"3#]ʩ|DPM˼ؖ_;34@VoPeOTKGP";S]%C!XHUwAQZRP5yyT(rSl^=s(+m'+JHlllX6XJ+*jmV?mg~vNpuvه7)urc@`Tk]C8T $#T:jX!/ z) " k~PoT1o1ۥL_lU|Ӷ- qOy𦎯e%T7r`}SWzH`wx?/<5XYJq~RvCA.4GJKYDAqsn5'RdhB9J-bŸ2 !K=%zN=[Q +J@ +"!:j|$$!\q pNy/ D8o4.ǩKq} aPEWn܃SxɿdS8S\(2b9 + +Pp9: P8KN U(8JROsql_=U : @ml?Džx4M, .w7P3AT̴`Y )rCЗKV}2%K!'ۓ'CQ{l'gmu:KDmIDK4% r%}1rxHFAS7NR/`0wQ1G"@azjB45sGzm ,sR=-Lr_@VM[Uo*?IWϽ5s.$aF:Iݵ6$nߍ7\%+Mʼ˪6`3c29.YF~OJ V"n2|@ðC l8nrqt*aΐ] f6ƭ`` 3Wq)KrP*_Q=6;33PJ!XgKfau"˚]ҭR`$a,`r1&)N[,Md?,V%zT*_]EvjSy`2DmMX*=M|!CWyRs+2 :':?V-63[#Nɞb0Q9L=)+ef<|騷JH_O Ua]VP}FU +oEWRDqD^z磱;v NTjJ biI*Xߌ y'&CAAbwޤ/D9yE1L`zׯRE$Dqb/]ηi2yVɬ0 a{st7s_yuB?h4tV5ZVf8WOq:`59zzH+) Pn |yQ} CǰC20 DCÆcL][ze"}/P0ٗ՛I&4.حuz˩{P +At/qqQ;}w[ Rl؍mۺ{ItzZRqU^XU%g鯭e=4-{F#W=y &M_Y|N~ *2K&  W}Z,ȼvJ_,wS +IO(gWT0=axmLLo{%~<1T'Yޮpۻan|?F/_PY<jc*Oy˞@"0 C'/ABPTp_t\;n¦_% ZZ^&r%  mz ʻnԃF'V*n;؝zrÈ'*1x$稥^;zGz;O*h՟:իQ-1w0r h(#_x N8}ؚT }0 8!9PSoD_Pm1r*wCc|pu.}dKT+sm#mm?u#}X){U +2[rrs*H!lHe׉cⓨ8D7~+fNz=JzQAMK,h5F2˚$ظbF8(CG_ +Iv2 ܅D[=>,}0:,eX<1-h*T(xތ=P7u`p@GP<;<4iReȄXiewr?NP^dRR<cO1"H lׁlg?kW׉;N)J.,~kW`o}MMqqq.auLN_ry-3 ^F:A?z2أG$\`HUHub,DQ^qX0?zd}ԓׯ0z˙L +!~j;;=d-!#L/f +l6C(_Ӿ̪|c:K_|XIbo߉ ,;:k,G5cb!!-bQf>.̉s &NϋO2OD$c9T 1r&.iG聘jz?Sʹ7z6[>A/Ê\ ɯr}( mm:\@dntxH$ڕٕeXR >2βfBO=Q~KnH|_A2oř,Uk*] ccwuiyV@2m@l9I&e 1ԭ!]vSt첻{qH4b7O<;(xgbh2QPD4?wٍ޼r:u|CwUBr_8(oObT̎ ~p}o3T|l} n,c7F4ޥ~+qEyq'sC  ++>;t\yPwPigϮڃ~U11G<՝gv},V]p}u?>?\mr:]&n*q9pYꐫf>?D{Ne4U1?D499$Bڪt}*A飮ǘS{8#; V 5lj)gH@do0ʗs9alȻY[Rb ),͔ؒd.Q +Jz+)1E -`8୤#mS8EiLxj.u2K٠eM +Q0R+;K;՝o ̖Ng]g,aRtC3<:qՑrBsrV.0 +3(u讹O.L.Bv򔘝  .4k "1)B{ҘHcF^0DNL]P%Nj&|05cJ4mFoZ^ rk5$x&-%B_PХK- +޶='Ц>UUf>xymN_5jg~(Ł` 99 +n6/FlMgp4Q^&tC4С4<]#hsl:QXsbj|2AM[deljß{*kc zV9p%{>wlwU5[tݏ~r/e/1 &6Ow%j.bԱzuk]◚ W1oN2s,K6T<Ow͵31ةBy;O!/`[.'XyOH`d" -PT<,fk#yy65Y}N|yLZIqR$%QԎUmGI{0+V CR*?&gDA_W%tM)I_\eaU ۗف#:B#:B 61A +}|gGCjS(EB;L#Y NݑιΓlր::ǡJ +'CYVP-t(§Cb_4%fYZVJڋd;OI`.3M~u<0xEbp~(?yH˟cGhӔ>j@ !Or91a)av {61AR!mhoVTe~/Kjφ{Ks-u]uIB.ڰCūoYJ{K]X2!^{vU2Ŝ|6M{_n2bF-Lcd# H'Z)[#ԒĚ^o-}͞qhmJMO +:n6 ަ9;Gp҇ @,S?1*<ڰh#1'H <3 {U} BpcBOVPVL] \!%bt㽭H)`e쭴?iAOyXB>_>Q? V4<ctpLLĆb +̶ +;<_hjAUHqX!IG Ez-9MPt&la5tRUCU$5[Q{WeZCƥitFKGGv8  L%< 7'4.t޾4u:jU&ӽrkҚ5R6vtg2"ʶ!d_VY#5KAABi<攓*A0ǀAB<_mTFmPm%=NCH0bCȐNZR*Ri"*.‰YfM>MtaK;QPv:{A!SYV$5'K%d(+#:}WgTH,8 _5l!ըI:O+XP0D:BG4F d>Ngh d %o-0ֵ~vpLׂ\F4mv\ d(7"&bSIe<9s5 + sds{ԥhո=̝we#0#>Ѡ5G6Cs~X<&uJ#PPHhO¸̈W +MPN +'(M:? b{Xཾx^ c-$PО-mqJɛo X]k ׯR{x#B-\c/O-wq=5% +_' Ø -)'mOO o0o :.ÝJN"(:qht[EkDFS^G ̥lV%(lafvn~Db4B0 +of^Jv4Y>Y%ѭl8ANZ, tC96fI(/jp 5gN gA4&N$Eph^$UBx):,5̐k  +#ͥ: x R"Iur3nll븀 g" +>Wb5 jra`.6 6ر¹{+( +SX?}Jh-jLKҫ} `D)#M;)v*^&^|WYUT֡|j!U3}`1\aB@Ensӄ/n{?b4I]x~U;JN#&75JlIe3 5ΈN6@՟WčN]w{Wv>h`se|Oj_zr(snꑒd۷=Ѯ?L\&9`wO-Q?נe_ʄrU:ХmPFCl`8o:j*!%Cza64!$S_&8O!"%򌚟Ep^W"LgvPT}jd0!;, FBC]=վ#{2}Ⱦmg!|"_ܛm}r/eOgfGMt57nvF4dCKB(F}i %`Q8l+0csT3*gݿun ^kNB³H"УMޘ7➨.pl~xb3 xYjxO"; ulg?$ڜA󎍷=v6~:>~?Jw7Es@8(b?x2F eCM_ 呆מ4)qC_6DaFC"L0a҆Xd% \ %{l2e,,aV'@] C0%^<%ȱ{LL@2;N5X2 W(Pp8^a穿2{&1mʨ§tF5wepo&JO"E9cw)"I)hEF2`Հ pg=zsdžJ,pKN륫Zd^oI5dZW^g!|M}aFQ$'(fws$]tOQ3Vvѯ\co},Ą3;|KB٨t@Ls^ov8??Z鬫L)'k&F,;_y#cT g'c{1k7rfG=7H~o >dS)T@` +{xd13-?rr!Lpy2?q`W߂Rƅifq*'}r!a.7cTU$|+ +7;ȡ"xёZʣ1)OW@tԊ9DOY. 3()6>LRPL +j& aEa{$ i.Șp31-m'4`ΰ*f1mvOӁC-wEg:y Vh1={rQpjO)r͔kXk I~!GZTh2,bQ)PUZLskjdǝ\#Qv.A. pr9 +i&XJcQVr+iCd]9{ !ɼ9IS@t$q)]_o.Z#W_|}lg|g*]X7 +>/\^[{tWm׽Mo7[$ŦqPuCf 5XNwҢ +2g[Wwo1s9ҁ0"O(.7dYxڽQO +7ck]x ˩ɵ~ʁST +Ꝛ@?gs VS<98?i v] Sp?ᙕ_3A|-]]Iz䖒qKŰrc]j-[blT=Ϻ_.Or +bH "u:}5SN :st48?T )3ZT_<]03-:`ITvGSu)Jp;"J /Sdt0bG޴ɥ\W#ө)ﺆ@s{qϟbٯ8SjP'Im\TcDPC砣&9()nCXSIqYI`f6gCzr<*q Ÿnfh1_ήQۍڔ͊Y^rV&10:*舘B,O*K(6*p(4q4@iH&VJFXQ B!Yuɱvʬ 7BqW]5IL5|}FS/VZ+o]};d_3-Eq2}S>Ls-KooK3&B}*4϶jy(ky2Ѩ4WU9PZnEq' +_j sw2 1Nr"B"v5gɊ$%2x3q z# |YD<8@Ģj(~Jz^|#(DWpTL 'tCVaK戺48. ?.8+`BzE5мtַ}Ru58u! Mh"JY Z'In-URxpK5N!0f5$9ZB+HϿ-KxRa{xB 3h3 x\g;V^MO鏑ޒcO4zK"ۘlȔ8]*6 zX55z "={wdt-QIR7p]q)2kgH!߰K KupqAÀUO(xR)*\k/#ShpY+B!=(aT,D0K[~GN3;bA 7rc)q;Sů@c#GRO?z1bd!:Ƥ)eHWk5!m@wvk5:'یyl$BC΅BBXZ88{~J91Nxę\g"DvX$.IӉLuxçI' +`-6!RP *1ʑ&J8U!Rf^TCMGa֌[d|XƏʯXtoÊ"y"ǰMzE勻XMLWLc"(SRx*ujCd?94uH Ci<ߵJZMIϥO2jZeٷx(=M|NO J4= bQ.R\p+kXkiM NCX   LXrBٙZ27z}!j9h5m4IcGYXSn|lCŝ|ҕOKnOt@8o/w{me+F]ŷ;kܛŇYfc +яka:ٷђJBGTEwL'8|Ȯ1bQZ<>h=h;hߟ_yKePHqs2_o~*;u.흉zV)um4uMڵM޸ϼOgqFGz,Q si>-vbVӎ/b͝".ס +y `O!>m*2ZĪ*_:i,?ƴ22<ʸ$.fȉZPó:h|;4 "ś4Ul$&Exj~SvFF⭧Iȉݶ6{4IuLT󂕁_nPRM{ݪźdCټ4J1LJIN p3DžZ\@C5#tdqdրu"@:;G # GZf Z`'ɫ:j($Twͩq9'FqFuk휻*ji|/)w? }tkʿdLsm x+exif)f!Is9ipOnh-(T^ hǯg`t-{A.kD`&4(rpWs˕ \79pjtQpX6߅3֐8@ZS ;rnZ8OI&ys_jSG)RK,z˄ڥ6_d.Els\V0 QhѾ^G׍Nf3fu/zaau^SJw`lPe +^+06_?C1=/Y w {F(1KKf3 +@[􆕋s +|ƜZB'Y(tNV7#'r YO ÷GnhHGZV~L%XvTk/]]]]]]]]]]]]_PCsAI +B޵.g,ª+ܶC̓܊:GNBbp,iʗHZ ނ4Oѵ~3}ϓ55֑u ^mB_.dA*@Qiсrhڎ6*B(6A]h8ډdzODA4J2Dfԅ򨄊FBJ}:m!9 W<SroAg_T2pD@3C[H*,'>B$"SC,$!)"]MDo߆ZH#($GQLWf(I(m HkDcդ y'L<5R~mԡK$_GH )_Bc7S;>R%sp io%wmڒkZIi~%t>#?zcwMS} +endstream +endobj +1616 0 obj +<< +/Length1 52692 +/Filter /FlateDecode +/Length 27744 +>> +stream +xx0e1Ɩ18SlId N0 &mؖd RIH''=1%!9'$!= }] |ss-vwvvvfvfvv_F#RDѲTgB ϟB:3m|!uq/B(Rg4^ wui5ן!Sۃg/-:W w BY~n6 dvVw'H .8Dr`}@( +A$֚zxv<'ʁ@A/j"䒵?ii uaj #{AHXq555o Ƣ:| M ;\ x=ߋ&#j,7F g#pqwZ@~OϠKzn8}>G_ѷ{#7qp>7|1_[x;=NNϡU:zL?CQ$M_7; ta|Ǐ1弋U|-ow~^9g= j،$#bdcXf`Qt-=O/WkN>Aӗm>~N`b>Fxx'_{~ow(eh_owS%}1 #H gQFaCFN Qlcx:HO&z6=^H/ӫ6z-^>LOgU&}~H?_k~Gr]鼒WZ>x=ϏG󥼙<#Igsy~_ƯWku&~+ovx<_o1/̰Ɇ0FgdcdlIF6ʌrc1ݨ4%FΖ^-V~=DOg/vz' Hߥ}iW^Qp];2-moZOcuUSyQp=>LjsKQ +/b|/I&wcS#E +tzJ8OįH5YJ  ٭E[V} Dg8h܎<|ލǟJ@Voh;]Iɪ5EIG0>߷p߮}/y5x*:"t5l;zЇ$ +/'. :Ƿ[6<? \AF2 +^ ɕ9x=O",C6Jig͹7?`996vvAVrpk$N#3?݇}[m T>!F/d]2KrK/7I^߀)$W<*RcH$6*hMn;.Ak쇛;pD Kdl+bl[z3<-Cjwsm B%s |#tZA^G{`.- x v ΘaIb v+ƔE'%rEϱD.Eg|np:< ً Q|$އ춎X!,v/*ldCq2 +? +سh@POŐubO ]6؆G l\oAs-}9;]|8# dy'_]ЙGkh>>x+c!^V5H8D}s: }1x`>NDNߛll *+O;d~_*-4qq=hQ#rgge:$#ݑ`QºeeC'~a8IJ~'w.d)+ +BSbs*:aٿ9j +{$<[J8nqeUjIՅ $*ތa ɛ R95 ktLm kkF4Nߏ QaUZ$ARLQob!tspe-- iQH/5Yk?ΎuyF#St7mnl0[D F5 ) ) )V"Ve/XX+0˖; + +7-_ԏ)ؒS}}S԰@MhӼ5[W8?2afGiͩi +HNzLB\@ibQL~g4YXk*G@?fGB 69& 8 +~D{PcG$@':`܂Ǎ!bdlU̇m' +@MpBDM#Iōdi [ F6X#zBm a"/͑9}r?As|YG,ZݴLvV~=sܯ?z!ADFP9 +AX~62[lvJκ~DzCͺ18i`p%4fS^& + +18aѦMAg"5,,pV3~QGWɪğRG(~DtN_nӦBgݦe +MMݵˬqƈ3Vx2l +6ӎ\OhvBn!T/j<nw"T!D`RtfaXb#W A2$n0j &a8#rLu[qήmھ9ځ~{_z7D`MPMG่ G©np5dm;)T):T0;2aGcȄM#6}d¦L >2aG&lȄM 81nIr-3$Ok?J6 8#WC > +Όs7JxeGIxo o=N{8|nA +E:ѭP9Y JTQ9Q5zu!IL̟P79MҚ9\n&Rx/G%cB.΃9mCTΚ"Pz  Zܩ5N +(I&},bOB HI͊W0NQC0RzTI6˹Q9%V:Z%oQ*"A"[S^))%k0%}wTa˔m;$免H3LHAi&f镖EIXGZCT, r*%5V*LkƬ +5V+ I^ًy5"#Cj1a휈^b4{3FP*emCl/pJ6:$Mgf4vəJ;# 㫕g:6"6MENzt^,zkV2$^ib3V޲l|ZamҶwQ6u^wSDEY,#V7|h,L-Zrѫd}r< -ѣd=dZ1*[[ܻe uj6/yu~^MƿdG\%rIGsk6uw;%ws6 *uN4W y٭2r-،Hk+nkӣJ5H>\k3jfk5[bP +JAFmobکƦ纕oc{1ϼ0ؠGFGce~+2u5m+r_Pb!#*wI.A{m4EVݤO=Sf?XƊ>jgy*Fۅłq\bZT|XnԺIyKq;$Wרd+l7HP֎\_ɞ(c+./6sS" 5ꖖVHN]q9Ԓ+vt(ꉻq=qq#gK :%+_!M< gzvST۴U|21Vrug[P՘fծ|sc2󷨼JP-ܓAuDՏb7fX[/i_%_-Gᄴ8S8ȃ|p:.83=Ϝ ,EY"?˄}p,/*gQvy'y'_پo:'T#wg  l+t'3yQi=r$$=0ع!J扨uO,)qj ,f7gC3гB?E> 0&c +Hw DEΆ։R`G$d7̬Y]0~y9k3ήӐ,-"`Qp[O}#_ةisMWl +v胘q 1h@[O0(w tMb~k ;=(F+>p{-(IdXyN(5ð tPR +_BO\ 4AT"U':t8_c֤["tC濮 V*ZZB9=2qi[P# !/ܳ"ba A6u"B2 8̀W_D[H1+=]j=JoIiv@ + :dFK,-5Z27Gc> ([TYOPB19dA`~ss;+O($$,ȒRjySۣɓ&MAgMOO (慛`΁?^lҞPs({#'_034 DN v6OIʎ.Ca,. ] 8B^(DB/?P8^y1Hd&n·[t$: +-Eh-A-n|NnVSvJuSS|f̵XGt:NFSFt:mBg3Ylt:G EbХ7}0GW@ע$~Kft ݆nGwݨmF[V ݃E@ =v =C'Г)4zFϢz^EMzE!>D'SKoڃFߠ[~D?/WD F؎p"N848C0p6sG7x>gs<|>_/K2|9_Wk:|=߈o7 ߎwݰ7-x+ކގw_A?Ə]Q~?O3x7~?/Ke +~_o7[m~Gc ?_/Wxow{ƿ_owÃLN b#v@II&)$I'dJkH&"d8!#H.IH>qq,$%d )"`2dH&RJ\M|H>"Oȧ39|IM"{|K#ߓȏ'3J~#?ȟdt)2ʩAmNh"M444C0Ih6NsKG: R/ч#t}>FO'Si M E}B_M}C'@?ҏ)~N_ӯ5#L'GbFc,%$RX*Kc26 c,e,`l$\GQfcX;eqgD6ʘl + +il:`UVjs(l6\vɎb Y#[Ďfv [ʖkbͬY+kc,Ėu.fl%aelcֱl=N`'v*NcM v&;av!].a +v%]ͮaײv#nav'fme=^v`v?{=v=c'ؓ)4{fϲ"{^a &{a!}>a %7a_o^-}~`?+`}l#93ιmx"O<4<C0ɳx6sG<ϝ|4ËA|b>O$^Kq/q?/>§鼂W*^kx-3|&?|s|~$?/|?/K1|)_7䭼_Wɻxw󕼇GxUkZ~,_Ǐ|?O'S|#?73,~6? "~1_/+*~5_˯&~3o;.~7o{}|oO'#|?O'Si ͟ E_MC?Koÿ[?/W!H5;#akd$Fj#0CaFedÍck6(4Fc" cq1(6$(5\e~ܘlL1ӌFQiTFQk3Ca,pc1Ǩ7GF88Xh4cMFbVh7Brcat]F6V=FĈ*Xm1D$dTcqq8888OptĻQ<tR*희'lk 4Ļ=pO Fe<llpWp-`FMsf-fS'v[" +*Zs4h6{Al7aD!1fI%&svB؂yfӣz&}7-=$ʆ/3^Q',ВzEfV6lx-T|F3ڃ⁎o vD`w$#ziw{(|@'W7w:=Fw0==ᾎ`k&Dwhp_ 5 +YCM`b'o&Z`x')7*jpo$yDAvk)j_WZ"~P -e [@x-ge +X|\2KDmqYEYz,bKt[֐QZ]MlqXx,kz^#1p +PumOT@KֲB ]Չ&$k zͶG[̶h4wB]gQ)\3!DžZ;4e;!x& P3ՒQAL!HhyRW@G=v 6Ԅ@k(-uy/7ơ2ٔN wLmfr6Z#:9jժA5j, tAfqj4CPAea6$7=nΡM13h !f*]BJ.!3#T6dIq_,=V( yx#jn wX Rj6[R(7 +>Ϛc-x~J7Gł 5@U{/P U >*{_p[$Rw!ZlA&̈́18! # +GA2(l3j {P$ςFplRV $ZĆ^/&7;C`Aۓ8$VYpr8uYa8FnѹP8ij'b /2h-2d-rhS%5 Q +E7*|&&RS^:DM{ÆR8ȄM7'$IG.JP`RK`"mhaW4 RAxv Dۻ]á`OFx(僰x#MBѰ@[e>4e>i܂TFHriHU'4Ր\fu4֐GCejȧiִTRdŚ[4(su(].P gd(p@ZMtqJ4Ӷi[\_Vz?K۾Ll\ Oӕi5P+ \5Dii^kEe\"[Wύ(Ӑ+s?/ȭ܂z\?Ne^-W1jb%ָX4ccyƠr[oWUTmjkT[jͶnB*5Pm Hu%%Rmjq)ڊ4Րerˎi;,;{t,5έ4gO,^"ܲ|ySYM@1:͹LƊk). 5c=#d$~VVsYYrmil_+3qG5Ӑ>J)j;Syc5.6Ok+lң>Oi}:sz\~ZSKKk4ykt/]Z?6O@gb?67-+*׶NkZצa[ۯ\kP5'ǭ3XIl>3bg[Jbs]ܱQ}N#}*xtXc +G4sG,wjx::v. Kãe _z~WZSwV<}y5ϭuvkZ[Kh୶5pYdjw $KO\:4}q8eq+&ViAZ۔(Od5K`o쎃`88|qrYg)E]-\抳;R8K,厳;R8Ki9p*XuYg)wqrYg)wqrYJk6,剳'RÐ-g)OO_W֪\DUUʯr*yUj=~L*Zַ-ŭo)n}Kq[ՐOC~ in-íe +ni_o[*DI]UVGiknMb<>׫0߷^z^֯Zk~ҪNKTkqRnzTkihE۫5jj)5Ƨ[ZUJ_VfT5y%O~(94+|n>e75tYtVߒ#O?-xӂDYoqo5[k~k\IZxYJ SjͩeW@[㵪_gqp)ZsSٯlsǼ ƭ1JWEN,b-O,Oe%j_('3*+k ,;*^JUj+;+;[SLze.q>*|Q"ʣghYW4.-UtenKc 4ƣ{c魵h ,({WiM=1z+W'Xy+ZJLwcY˼:Vѻ̫R"Rj%ZZjNkT誵jϨ{ZTʷ5ժNZK_ʬ^,Q,Shejd)ӹL[B5jյotQn^uZ{V_cQQ`eojjU*oZVU~V**J-[*J~[gY߫W%yWW1n y4tRYmJ'Zwzoy[TʍzDe:[woc^Ǽz +Zozէܺ5esnhsCZ(2|'A9Pb4 CYA({Hrb3duyKvfwzT>lkfdM2$vb4l3Ƹ661ŵ2fdJk0PCa*hEk gƨxKJ2 oP'_=ٳ55uMaCt7P!> }P | =xKEi4 t(K\A(@wv.kOBP;[N#o&yT{iܵ]œ?FY# /nVgq%e e.eP +Ыhs\ s^9œ<UT\(v3@RT_I%,0nl!il6ڧc[Qe#$䡭3+Ƀ`|'AR(@1ȃdԖ `r?zʎr B@Qj1&T8)"E_]Q}>@*:LDUDUԱ + Q,HTE$ W7|_ +L#}`>RX1'^W&tb˸q`+a0oo ' Scb!o*LWlۯ[^7<7܉7D"a 0opb_)2-Zl +C@hul~ʠUsI<H{NP 4qj|関+KP֏"_r\r;-G´-EwT1_s?"wy9ޒ +`n74`ENI=ןS|K7+r@8&yE~5MyocTebν%B eΕB $^1vm浹lm|HP{aO'vagvbGWojȯ0be ;H vCC,2k~տjr4p'VYhVCUxրmp^xVm 7c|v#`i5,uE駜5BcO9eg==cZzy]TT] oY7ڎ{kkoEӸp;'tZMc|CN-A|+y)Ӟg]nҍ@7Z4@H1 aA92fђ&ˉ"&匧yj Ќ#i27$SM4I $y\Is$ɑ1ItMrDq&פIyߢIyh?buJcbP +kP=CӹQ}gTѲv)fxRX-mXyqEf˔)ƭ3z|:]fs357>1!kF ) pU5V/6ۭ$)uوƪLG4S +.$ª(bhBJ1{J RCO)ߢN/BH/ʮ ՘"h0YGD7V#-lvXRd T;0DNdT +TKHPj.@ߊ+pEiެA}.! bxH #^D{U9 D,sa%p36 + @%,'GG#')m'(͹'o7܊"LTwL:~zzt-6K?,cǞh{Æ6Gʽtg8Vt+wnJf  YYs/q|&SZV%C +U=w@SMSMFZI-Zd(h*c[0K; 6M9yKIJ|[ZY ))dAP' V n/$l>ݖ"+'%C`#9YYxn3{gҿGP2Č䴤ҞL lR;a 0dXa[I/n4itwD-09#H iĒ~ER o [*IId_UH+4B&Ux)A~'sm3RW$X;2>dޜBFex#akp/AۡMo%:Tn{nĞKSƭ i4L#Y/E ȉ_~tz2.l6⩎ ڧ9u?|!< ԉũ9vY;%=c^oB_&E c?|$k seǞx%>^Л~qޝwVNmyOZW\p!Ͻ o{gC2ui8/WSRm#)yqlrrϒ,K/v<*w5mǮ%]V 5a5k2+hž<b?5U˙66@ 8Y,B˹)_Z*'iHt tϘCf%a*'v;Y&3g- +gbYb,+S  E~0X#lO1>mĶd2lYYP'\fLf5{GV.h"m?U~;ϞsǮO]^2do7/guևnyw8pw 7]+3G, %D^+%9iH¿Q=~)ӡ HEρz?Id&@Dryzx<] D [7#o,ovz<}~xN%~J .rD]f/)?-={`'ye%\-RXteMN_46/-5?>Es1"Ӧ8 a2Jl^]K\a.*"f"byTg8%*Ɖ" :@ԤxA9gVyTa+i+\s\ޙ9g]yk9_f~9̫3̤n1A; oBg8 ؼԥ$55W/5PQDz|XN#d;^mbKc9"[,b"\mch ܣpF<ȆA`gˣ6TDy;;gϱk77EWouq];9{q}}[zzwוgBx#2'M{qjd`m +E QGB'9Jme蹎'cN^G7#\G{RSOM0S?KNI6[2v#cS&O}-y( JnQ'K +8  ȞEDw$xJOHvΛ˞c1z.l㊤;m%sq;lz]kּr8DZ'g<=}jΞO=b8P6N̖ ]Rw<:? S9eKv8/эg.Rݸ! F7ՍuՐE}g!n"U%8_^,IyyR9+u t[)ϣG~?2=5cdȑt16}\3FʑCvvbgd\N/K<|#%T.8:rD[ƖD0al#M|䐼d:"%8CENر9YEN;' m\WdtPL%r +Igphn˲'Æfg>d#w<~[?Z7|HH7?^zµ_ŦD^b|xI|\mѓKCvP9Wȧ +&$gl?L~NHSZLgP߶8y0N%ySg H +^.1PJKTxݰs;3cxvN61S1,shLjY8#l{nLL/gV89jëνxp!9'` 9!9(a +AD2pp@EZVp P@V[i'ZRy,Ҫ$ֻ91zy8gw܀[*Ol}bJEU9{hѢ'?u̕+&{w㺇4q£'[0ޣGqCՋC4~//$~dUH+$`"PEQ`v\L9/sv6?gM1);4&(מddB"Hv2d 2z cxH CAxu RΪoxC@8 ;YPmڵOV$wݸ_|hF<|+pɎux ໃ0{jEq:E,zmp aWPtoulK˜mI:@qau37xB%BP'*?8go?U~[%ϖͳRʖOso;Wس(֙=: P>jr=d: +=ي"d6yf=[ͅGj줤%3H +B|C*LĂ@:l8L8QXHSTd~?1e[&,2󯽯ރoC?_RoO ,tg]^x؛JKjغXq|Actd|Tj*;Sl)^ wN2I;%t +N"I;)(8gSFddrVlzɴbu537pz~Ƽ9"OWx\+E=oa.1(i!9YljH%d7̄>}Pa*z:v_ RqO ou6<,AM]MDc'P3>4B GLÓp^7cXםY %ܚ<89px.3 MߕȘp?yK&C,sH !6D'&S:#" +{tg vwm!Cx*p/gx=~q}OT7k:œ̿>Χgm×?uf.}ګVl_!]e?u\7zQV|tS2d 졁h5fǤ & & F#&55l~Ȼ_5x"lKH2 d>0?g YA$^!,.[^>Uo-_/(o|'B;toi I< ,|Hhz)Fp!H b_5v?HWg긺ܘ5XHYX"%UK">b03i`ģ}™BGfоV"f5Þas ߸{{{b/ܼGo On򙭘o(~?kGfME y ͦfQ2VUe乪-HM:)+м6|b'FD&-)%"x3&aC'|}/bl6ir"CNw'82[0dt$ٌp0 bDL/A97ӜɹQOs@e|XAt|z!Ks⻝i߿f,'1-AQL#K084j&S 5@5oڳu;tת-aUSF=~S̨k*ntaz',۲l +56z XP&=%uP8ug8CuYIEʒ+SS+UC5TRG5]StM񦢛*VO.k')]H5 m7葵CledHP#V'D p̏M_*Ȕ3*()aOa GYq4 T6'> F3QtTb(A͠f+۹3y`:Kjϕ!M Ȕ%T[ԻNݼ]j+pU<|ss}skVo[MNT͙Uy?17=lW~ ~FXz{ 0ןamuaC:G 3~,cdDxѣ*ZBVɸ[>c|Yf(k@¢ j!8O%Ƞ`hRt~Ygf:}g}r6_Ok$p +gcsN"r/~*Y)9 bX2=i@,VԃK1B!ᘃFSt .10%"jvDkXuG4uݼh$tK?蹞yjS\{i*,+0\[IbwB觅*"(_t|cB3_OdERD$P!MNR9@ONSL|јsGw5.Pga[^yI*(`$n>RDri0S/,9 4Mv1·SV7%_"1K|s^Y55lm1;,-xRabH\`!ʡ\Yj#x"3XH4q< ǂkB8\`FTiE(}KZ?Vڡ,$E"~|kZeFVOoo9:f]ݴY#Wľ?D{6nسw=\=/w%BA ҍMpjn*7[ %ɒ-YGUD.,a8n~5@:]ct$ǤGIsl=ztSW7j-r\0+<\1ßOnhyШ4`֟+#Ӌ?q/X]Mo03a*ZEiQ[}P^,Tj dWʀTlh|2SSde|m;-V<2YeLҽ_%}y}Y;|T;|@߻YnJh +%zYA`냻GOh 8Y̘f61keee0`qSxy냬E.S!@ +~^IԀ +1e0 +҈yz=bt_X9./$t>?*[3mUULC* +qp2e34ځт`xXܠ@b3bԥ,= u  I*$:ݞ0@s_ +i,.H~¦`|65I˴M +z,R1AdU!E0*.5L Ҕi.fh~0ܾSNab R&.׊E|&v1QH?|JSAc5:4yGsdUCqtxYxy_3@1;uF {-bY`\ 0xUkA S3fh|+{}tiS[+>ܴ { !,;%ݛDڈܾO[m{2i7Kn>E U?=!jQ-i0?﷢\X"Y+Jn?O Q <- q!+x&&#^ 'ܯ8r>B=o>2d9.~T"CreDB 2PG%N #]uD#MT[}̀نo^Lvɓ]c4׬`}`S#N"\%9lPrt{K)Ϊгb.b}CA 0eN,%%9l&onQ+u &s\Œf[ZEPP.p%G2f y6h< r9 $Dn#FZ@,X.]T#.wdG YqԤ^mٳ)"q4߾UM\)τ/R*EzUjJ0Tk[ =>=3}hp-m4w}NB8 ^+)syE%x']MջxD|;xxQ<~իE_fU3"dmA[r.7ga%ex"[#"IJʳ/ZޅEvm7%Nn: + nO.;?=_K@ +)4|E'/-K˥ri\Z.-K˥}1"ba!+/C(;GTiY9pvJ64q1c5Gy)M~ 4 tcD]<?2Eƻ7w,ȬL'-Rrүt=47}35Qh4Ƣq G$Nih: Yg2wϢ}px 4D4ONf'Aq+4NV6rm}}#I~:z{mh>F}r@kPiƑ0$EZl"m#5g@K؉6qF wq429^Dp]7?~/܄u]=M$idW=c +endstream +endobj +1568 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [273.289 652.671 287.412 662.66] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1569 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [473.791 636.304 487.915 646.292] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1570 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [507.223 619.936 521.346 629.925] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1571 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [147.634 587.202 161.757 597.19] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1572 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [206.289 570.834 220.413 580.823] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1573 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [342.266 554.467 356.39 564.456] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1576 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [161.33 188.126 175.453 198.115] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1577 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [100.579 141.58 169.858 153.772] +/A << /S /GoTo /D (figure.caption.184) >> +>> +endobj +1578 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [135.299 111.049 149.422 121.037] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1579 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [369.779 78.314 383.902 88.303] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1587 0 obj +<< +/D [1585 0 R /XYZ 69.866 809.284 null] +>> +endobj +326 0 obj +<< +/D [1585 0 R /XYZ 70.866 771.024 null] +>> +endobj +330 0 obj +<< +/D [1585 0 R /XYZ 70.866 693.238 null] +>> +endobj +1588 0 obj +<< +/D [1585 0 R /XYZ 70.866 536.537 null] +>> +endobj +1584 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/XObject << /Im34 1574 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1622 0 obj +<< +/Length 3019 +/Filter /FlateDecode +>> +stream +xڕYKsFWVؙ;7i%eX)o8U| xiqOf_7ŢX^ܽu.3BBXE"4I,|GOU w>l^?CK kݕKOozmO$&2|(2$.InRvkMK-U5U՛B=`,(?r >"Ϲuw(*EᩂSdr&C'A:ZyK]u@x,NZ`VH )#C`[-,k%[mE> +KD=,W1S܎ ԻFFZ.yi +/o|{Mfu}B(`Yצ'tx~λJWf)Y6ͶJ>yo$E~q8-HW5EhUp4~Тty_6ugo`wWIs%2F+S~mdk3KMRY)dSAA|U$wu[7ȧv\0-(>zg4iO}Όk'$Nljtq*H WWTLS -g2 +BHJgOy5}1ҫBϿ&ㇵKvdUƄBt[-V#|+cIFD39 0Ŕeo@>K('.'m~kFfcj`΍Cs z[9 Xzh;)25*!$+mNWvx$aapW="`jteo^HACVk]%( 'rud*sdb rwFQzM0lœ)<љ#2Ɯ40KA"c걓OmdBӐӑ&pQ:K0Q`ISW}_ 59qx"lbpĊ%Ei]MOtKPEE 1ػĜJ}u O3~] &xVXq)? q@ʻ0@緋O7qX&W`#Mc2!cn +UꡠN00]<9NĵQ":HmJN4ap 8+6Hd@~k<@Ќ37]xtxEW:9e'"P an/x QNean汊Ҝ| 0z.<>v{tb  ~ʔc%9L6,=LqͫeЬAaO_uY0!(| ˅lU>{^lAZ35CaYR7Q#0LiC=aV/˙~c^tz˾CL--"i'V,}$umc""esgwZ #@JP&YhWkcmQD0&|A6cA္f&^G~M]ԧupGwm[_3r^oC , ?MfqK_jtGl՘k0}^"hET1"RU;̴a%Gp8<~pf, )]~+>#3i-ۄR`үZZ&7J?F $VcaIDΰ}lglHbzMG0='||o T `jСԗ ^_ܬhuWKϺ0M.eV[񄃕8aWar 0iupEeދ7=J}+ʶO2E3%AS569F]Pwv,'"g99$KFXP<3h6(twbM'z ʣ:4>-92^BȬBzOdbYxl \DzEHT9[,`̔ڗM2`x ƼIϧ5R>|?*}SwnQ34j&0( r 0=ӦMizuc%umT5\~Ac* 1vॗbY]c&KoI>$x5* ENΝr9xݴh@]Qv^QEaKR?fRvJjھ0$SM55:hֵC]{Z_'G Л}6o@ASYnoA1X + H6CRUUKkީv`3BE[,uS.tJ`&4X(nN +F1|F=E `Th1dr707qB@Huʏ, #x/f +^vIG-Y)c90xxeY$!@Sw'",Q(L#g4rCYL`Ӫ=H Uk-;V:ʒ Jh-\י2G_hp7T:tF +e`4MSJ `UAPnƒ] +endstream +endobj +1621 0 obj +<< +/Type /Page +/Contents 1622 0 R +/Resources 1620 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1567 0 R +/Annots [ 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1617 0 R 1618 0 R 1619 0 R ] +>> +endobj +1580 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [299.1 758.845 313.223 768.834] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1581 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [186.045 742.478 200.168 752.466] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1582 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [127.611 726.11 141.734 736.099] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1583 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [466.082 693.376 480.206 703.364] +/A << /S /GoTo /D (cite.Chen.2007) >> +>> +endobj +1617 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [229.536 633.059 243.659 643.048] +/A << /S /GoTo /D (cite.Mohktar.2011) >> +>> +endobj +1618 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [401.742 403.916 415.865 413.905] +/A << /S /GoTo /D (cite.Mohktar.2011) >> +>> +endobj +1619 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [139.832 172.607 153.955 182.372] +/A << /S /GoTo /D (cite.Lin.2011) >> +>> +endobj +1623 0 obj +<< +/D [1621 0 R /XYZ 69.866 809.284 null] +>> +endobj +334 0 obj +<< +/D [1621 0 R /XYZ 70.866 673.626 null] +>> +endobj +338 0 obj +<< +/D [1621 0 R /XYZ 70.866 229.317 null] +>> +endobj +1620 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1626 0 obj +<< +/Length 1955 +/Filter /FlateDecode +>> +stream +xڥXKs6WHX,A"9iI+O/uS(i뻋]P%7j;@vpRLɻWwoe:q Y4}aft,ܮ'z@$ zUݝUBnZ7)=mif8E.[,mӦS]YX S<a@` $v +4kUt4i- jVtieD"@d SvoPP־E%1 ti5+8V)a렣'zsUق“4tR2d0 O|YY d>eIel"$fG«ͳxǎ@ #̺,hXO~4Ԡcfzguۡg^iw:= 3˃D0UI&`Ijy|tVx8٬')"~I Aח#Gq BVESN` o]jʂ' jC^ؿ^zWMDwDCCttqb rWHY/ "0`[c}E AD0Vϗ]MuUڢ*>;E+!o Lѹݬjլ2RC sR 7B Tl PhZ7-Z',mZMAFjFG:`E^aA[1`uc'AETÅ l̙$>܅aTEpJp"S!Qa(+Tqο|ӿH7 i̱S+ՠT2K9X5M,$Y *;=9\BΕ᷾qbw޺B i@f4C\96=Zq卫Kx&SA欇?T\n4S dHf.dZi򫭙Nq TM1F=_it[>z)ȧ̖7Ս=PG;`^apF́}O}S{rem]Rѐ! $e9UJVyzy7j,hA}&jd]+ڡCAE{wId Ge\,`懕CBz;?Ҵ+MC̞+,Hʨd(s_4f}>&V_Y]bऴ옇ۮo8]…6ۜEs. _b1*d.<͎, "$7>ߧRW<6my<+%ߘ 'WT=>hmҧP/+>]tz2M/Z.eu$Hy +eنE(U<;*BQri!fC*io˅Qw#=:HK5֗9Jp{-hԐ-b([Y)Qd^]W.Rho'iXxGrCQ*Ibhz.ć@9QƕmEeߗ*4 @ !gM'|R:֥KhjvT RXP|+kڤr&m~"p}ʸi(w6\M?ўE54:dYX:~7}нJ Ac3)) 1­DHW6z*T,H4KN%ܰ5'WCΎЅ!OWa-1G}t(u=)|Vbk*!H)]>[++Ɯ@~gQ}= >atmor(~NmiBa3@dtBF',e;\[{Vm-=g71>ʆ2" +͓on_ Ȼ +endstream +endobj +1625 0 obj +<< +/Type /Page +/Contents 1626 0 R +/Resources 1624 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1567 0 R +>> +endobj +1627 0 obj +<< +/D [1625 0 R /XYZ 69.866 809.284 null] +>> +endobj +342 0 obj +<< +/D [1625 0 R /XYZ 70.866 771.024 null] +>> +endobj +1628 0 obj +<< +/D [1625 0 R /XYZ 70.866 704.308 null] +>> +endobj +1629 0 obj +<< +/D [1625 0 R /XYZ 70.866 662.607 null] +>> +endobj +1630 0 obj +<< +/D [1625 0 R /XYZ 70.866 588.172 null] +>> +endobj +1631 0 obj +<< +/D [1625 0 R /XYZ 70.866 530.103 null] +>> +endobj +1632 0 obj +<< +/D [1625 0 R /XYZ 70.866 504.77 null] +>> +endobj +1633 0 obj +<< +/D [1625 0 R /XYZ 70.866 479.436 null] +>> +endobj +1634 0 obj +<< +/D [1625 0 R /XYZ 70.866 454.102 null] +>> +endobj +1635 0 obj +<< +/D [1625 0 R /XYZ 70.866 412.401 null] +>> +endobj +1636 0 obj +<< +/D [1625 0 R /XYZ 70.866 370.831 null] +>> +endobj +1637 0 obj +<< +/D [1625 0 R /XYZ 70.866 296.396 null] +>> +endobj +1638 0 obj +<< +/D [1625 0 R /XYZ 70.866 270.931 null] +>> +endobj +1639 0 obj +<< +/D [1625 0 R /XYZ 70.866 231.532 null] +>> +endobj +1640 0 obj +<< +/D [1625 0 R /XYZ 70.866 203.896 null] +>> +endobj +1624 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1643 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +x}UKs6W`r"g,/1N8ʹqj8@JˆZ.ұ:/r'F׋˷&QEER3hMt+,Kq2Jn`cݶጶ F #|Bښ%o-r.ߍ*B]C֡| |7ZC/l릸1^F,E%sCkQe! ^!5Y"Q_rK!:l$VO9T&?Tb-$+Ί&KU-ya櫬:pY|/X|[B>q1d@k.elXgj%SZ?xJn7\3Olw>x9/*]EyS@)Grt)}sA䓁 . LҐ$FdCV;ݰ3§ +uj[Z*ǂ#cJn 4Oܯ-@"V8y<-.۫|7h@FCQ#f1w6LS[$5ɪ}-ק' QT>]͞/ZNZ!9U&FV3 +endstream +endobj +1642 0 obj +<< +/Type /Page +/Contents 1643 0 R +/Resources 1641 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1567 0 R +>> +endobj +1644 0 obj +<< +/D [1642 0 R /XYZ 69.866 809.284 null] +>> +endobj +1645 0 obj +<< +/D [1642 0 R /XYZ 70.866 771.024 null] +>> +endobj +1641 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +942 0 obj +[346 0 R /Fit] +endobj +941 0 obj +[346 0 R /Fit] +endobj +891 0 obj +[346 0 R /Fit] +endobj +890 0 obj +[346 0 R /Fit] +endobj +1647 0 obj +[611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 278 556 500 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 500 500 350 556 1000 333 1000 556 333 944 0 0 667 0 333 556 556 556 556 280 556 333 737 370 556 584 333 737 333 400 584 333 333 333 611 556 278 333 333 365 556 834 834 834 611 722 722 722 722 722 722 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 556 556 556 556 556 278 278 278 278 611 611 611 611 611 611 611 584 611 611 611 611 611] +endobj +1648 0 obj +[500] +endobj +1649 0 obj +[500 500 167 333 556 222 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 191 278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 500 556 556 556 556 278 278 278 278 556 556 556 556 556 556 556 584 611 556 556 556 556] +endobj +1650 0 obj +[611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 278 556 500 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 500 500 350 556 1000 333 1000 556 333 944 0 0 667 0 333 556 556 556 556 280 556 333 737 370 556 584 333 737 333 400 584 333 333 333 611 556 278 333 333 365 556 834 834 834 611 722 722 722 722 722 722 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 556 556 556 556 556 278 278 278 278 611 611 611 611 611 611 611 584 611 611 611 611 611] +endobj +1651 0 obj +[500 500 167 333 556 222 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 191 278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 500 556 556 556 556 278 278 278 278 556 556 556 556 556 556 556 584 611 556 556 556 556] +endobj +1652 0 obj +<< +/Length1 1381 +/Length2 6029 +/Length3 0 +/Length 6979 +/Filter /FlateDecode +>> +stream +xڍx4\ڶ Zhчu{NDc0D{ !: G'JM=5k}_w{3ks +(!mHZ$(i PD&0пD&Pw ;ؔh P<@"H\ +Re'-xD@QDJHWw#S[7Pp `@v`*Bp!}#*%$%vA "dy^0#{BF]F$9P9 h/;1a( @AC -+X/?@+ ; ]\`CZho4?QHL< m1߭ +0f? 0W4JQW6 씐..PE?e;w?@z!^vưp2F<0ѿmP4@()&& +@PoЯF>f ~HW=f h"C=4?\@; :DΎ1CZc b}uga7 *_NEE7O@X )@ 1( y?}G ]>ݲptB&#(tc,+#U8/>z1*Fbo)/jC`.@1jP@8`-'RyC`h_nKopD~=a0Q@0"8c"( 5 +%6aQ1C9kJ¨!A `f #݉~,H d# 1vxc +Bg0Wa5 + ^#x+щ}Qhg~Zjn6v/ g͕GL3~9~ԝR[W<(~eC;gDS$3XZp\l*Dm?JNYq +yOYWCo[dzi]a?ş)}YZZzߗ!rT[-"kpuR&RyZ"]K2[5z!Egdz7r iNv`W䨶:<0:egZ CEe'-d+]M.(9(4ptXV= ~{4cIA|j~>ydD=h֑f'IC= Vse͓0h֩&P^rn-DbHk+S\*\!hK9˅*wdBe$o(%׮~*PHJ3MDXn'EC|şƁ֔e}poP5nSx{\i CjRlaV~hc~VI3{;Ɠ 3{Vt\T)*nqͅK%2 T&&q<"<ro$ڀi.Z?iPs=<>9nEF_V֚bL<=ұZ˩fZW( ͨ{κ2?+geKzH'˴[xI p,X.F>M=BXͲ7qnYRH6P-aaBkkV<٬Fo$ثU_Vi; +>]zXaF)e)P,z" ^d%ԎOSZ +EMO=ă޸*G]S*HtC9P+>ZfWuhB66L6FBٖ'lLGrk(R<$ V8zg݉ g-bgu?uox1K:P4'J+ήRARaUK9jJrl!Хb/O#bqzطZ; vīܝTlUջ HVK5> r!v-pxK7ZcO cHy쪘-Nx2.B}FڊsnQZk6b:?-G -՚QRr9s1m0:wb@]g^}1+9r ՞KXV(gK(r^=:Va>O)S+1jeUpM{S*e|}jl~\#̴%]wzj#|>5Nj> oVO*Peߵ1EjdATUfԖ4vT(5][ +-O(/r^|'(Kō~Wnߎ=ޖ*v1ʎ m0qXs+}4Dtt05ͶM(@7ǭI}7KLcO +NNx#|W_{5rZqDȓ+xP=9ilxp, ȯEt?K +Y8QϑXS7b )y' l4,ܺ6OG4Їe%LsZ3 $q]B\r6 _+8d߯}3_ +!}x~`IWVNRo\%:9j73eIF^;YF>(W9a as5espĹGstCrnYDHkO%zWsrbXW5@e=ࠫ ǐ\;yH}:44v:c/}-Tz2m!=xjszuu-q5wh|' O^߰UVFz<yHS乺uhꗫ=,"7W}d]ʔN“%1<ٚ0EdR3AU i|V(&Ωd E_ie}d#x׃mp:[tk \}%i72jcpdاjҚ'☥I_|0LK>NAhP*` PvTmhrBf7+~7l;K1%'yA@QB:*⦪/cQ!/g}7ޤ*^;!}Ǟ_C8mIbcN"/cOssۉ] :Vc9j٧N\} `HNw~rli#}-BvH;)d[jP+wN0fC$nyߧm2J\T4_F_3c#ܔhҀcΠ7W3m۶@.>9Aђ(NY8PCu[J:gh; +'uVr(X+.lz\\Xށ=lV S M.u}W:ZH;E,y,q]h.4;jI>C <,X >ˣXBtS{=1ǎ3O?t<ŚF喝'=2ɵl9)1OcGğH+Z'薧|U%RhaoZ'ݹηŃyOĒz&$@@Z_Mv4(On{`pg3eLa綝J#|{hƞ(?u84B?Kd æaLRsOxcMȎ--vn#Ѻ+%.eMf]|Hny/Kǻ D<ts<'ox^l5/_ 痨lܰKfDžE3 lenvFm^$Uoo]^~Ы.=K?h+^gNh=)_ @wccV[fǗ!jVE8V/SLg 5&\ԓyKGp0~exՖ6[ϱ=d|#$}#ƊY#!ZM>v Zpk{Zeز`nlڪY8Y4gޒɚdzU臯so2jm'Կz-(i,3+(2dف3X-HVAյ&g4>QcLɫwf@iT1&Ǒ |>/gtC8 +D̺5Kk#5;bOwE5 &=wNUYT#,5ƥIM,(E|A$6QA,iѪeU-ϳ橧aiի ӊUo> +@\ـ%hz|MB[Эi2::sPӅ +endstream +endobj +1653 0 obj +<< +/Type /FontDescriptor +/FontName /GFAWRG+CMSY10 +/Flags 4 +/FontBBox [-29 -960 1116 775] +/Ascent 750 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 40 +/XHeight 431 +/CharSet (/bullet) +/FontFile 1652 0 R +>> +endobj +1654 0 obj +<< +/Length1 1608 +/Length2 11861 +/Length3 0 +/Length 12683 +/Filter /FlateDecode +>> +stream +xڭueTݒ5 -{ n%$}ܹ7fG]j9MM$j2كؘY@;Sg5{y&19ɅDM-da%L|- sˋD 9x8Z U-:yJz3~heja rCYXK@\IY糢4VZQ maodb Pv1ftK do5gw,Qg ~# :L3@{3[-ArpgؽA`g3'^UYB<&j;{9寖üG&@{gW-S 9;o.@{1`8YX8Z8;üc5 /ݛ88z}wr-l-kk[XZ ?.Z8= ڿv9`naĢTf@O߉K-bkhbx`/3@m=OԲ3} VR2 t[+fKװ7p[kLl\\S}kܼ,<fUUd,wa^Ll8L/+翩7ۿl4+߭_Hڛ5j㯰ӻifHK 3` p-~Є^_PCizQ5/=|&qc@pϖ;+%]oO ,?.atY5w'TT K^H9.)] q|p;0!j O~LqG30:<4!77<at`T͗2In7XCCs(J,Bj}n.ȱiּ ~Lt">EZg98 +ovS#*|.3eDy,hebHM'= s/an5 mg:7f= 2+v42K׋7K.֌02DE+{iyWʺ?e}X#$>ڿ-Ue$j pS!EMDɬ8W9]9+6A9,Q}Z잃32tB8\;?M?*ҧ]bEpښ) +BMC~%a{#xb'GĹ@|~Ugr1fZvUlXAxkZ"jG-6`۫:p`(ւMeRk0zHԍ'ȁ贬CwXm"~FrWa~^%c"˝igZ{J +4 vq0#:[x涶L"Vv?v+] a9%DrԘx/-~;J\Ձiex^bjͺqX5ΉHd wgca9q3 +v"R9{iց^9ƏcL(b?0I/yƼ}Ûsz=/JYJմ6|Pו-/}SY& m $d"ɩ56{uz:LQi$"R:Sd꾵FT"cs׿Lc(cr/8XZٕھQ=SYzU$o0˚|.ZSg^ϓ3ެϪŔ%|LvK| ӵ2[Xrܿ *fF7id`mSנHt N8~3 +QY"G0JC~`n2]pl; 2|sd<; P7#¦id|Q6:aco}CIxndE SG5X*6(8)7kL̩wlnmQhGB)T"B#G]Z7=g|A5B7`^\hAcƀbVX~zh>x(q7N1.7 z($d~~pZ8!x?;(v6xAoa`lJڼg۟-T4V޶$EKgA4,VEq1[YEkLTѤa(&n:T+MΫϼß$(j#hhcyxR\ +ѝ1f",AA8U :iu\ +4_Nv4*PXsA+>G(~9 S'c(FB-qKݚ|~?;3ȸu>wilc_iQG}>}6Ț/"଑K< ^M vd(&7gogQdki)*t@iD}I+w'@ +S (Yb6UG ++e,BIft+ +PJ9%M+;\E-gHuUsx,bƨ5|e +WTm`pf`uRtv=C:nnGc͢31'͹D&B[Zg}25Fˑiޠg1#[TAܘ33)_o)pVJFʛXH82}tF ژ9͓VyN1RU(xUʿGP_W+:(_B1Lrp.GΦ4O|i9R2/|ŽiBO1vMA$3u-/XS axDŽmV)*z>G܍.c9b8M;5V֦eY9dSe_zGu{Ljtk DwٿB-adU%gB#[˹`Ȉ]| kDcq.s~7}ξYH +0hsD*&77u1՟g@ ǷPK/3֛hn2t0cq-w[X:&ģ&$GXZs{Hk: 4TXd5~%o)/]X~ A%=I(t-9R6JF o*cUNҚV34MvNzVa瀇,1䎋$9f<49%&fco8cƢ O>tP?x4mkF풖IE}sG?MWQ iW\__9jÒs:*5LŀxMg=I;]óAAm z@P?%<2v*7Okctl3av (ohitz6>, "CΪ>b>ʕ?{BA=$xsiS)˰~\D361!cbry;N5#?-ZUvC;xvFʶ +pIkӹ!Js^ɋ1nsfH7ʨ1^^}j~ŋZ t/T`xsΘ&dI$7>aGs sg$h~_\6WN:"㴭a=_@6ai -,#B&4ႜ4[vR !9;bpWntQ_`Y%4ʂvud^,9-A*ʦ +3i~01hm8U)>Gua^K2z[u3)J;nٵQ?ĜȪus߮ChWGC1ɥ^k2F+s/to&" +2ʖ~'O眤MX:B úJD.Sw2/K1pH7*pTkws麡'Pr*|4_wh-Zz}OpϺ{J$TX|޺ Ji +q`k[IHrg+IUv6R7 *SP8U+ţFƖ91J%}hAzOh闌؛ >aEb*V?dvʱqձrlk?llI AE!tixjq:v}dyV|DddANEIOc9wdҘZYO L0L5L+TϺJo,AHFmq Gܲ ۚ|&øߛs-=d\6LLT)k|o `e)aw(kR=7NiU(;gr,$@<% …®w,Mݑ#z2vMoʫyT!& 2fi1$`lNR+?vwה ~`6ؾ\CоPH3O!dkRpIsbLaLjXɾe~[vSZ3oA]ԤH=iL +㾝M e&]%SQRbrp_&.ʺk^|y~zBnl 'o?GŤ]Ȧj24%_oƗabBRsH =UXU}0ԍ0 v1t=Zfv\܆9S#l]Ҙ' 8{Csi˕i3sGڝN~iɤ۬ r${ "' 2bGlf3qf*amۗp_B9:=qM2Nt&G ؾ!"aaӏiUJ*7]Ar[K)D +阡rz+Y'h^K67yyܵ 3ÿb'b[KIIw]' I6E)d-x%`^'<}Y^ KB@^\`*{8$WөQ A«,M4F?Oɱ*&#h[q!Hf*}bM³Y2w)'X/LisS@?' CƤ'y4'" +^g mtGrM(#3El //Z#ҘrKUeS ke N\`ZŖZC"+3/Hy8BO҃Zٔ4!Zw xb "v~RFXB}(=1)k`KO"NN,#=r+A{޷a=ҮǺNޢ_.su㬾4Py*kRj4s ɝ*A4䑿ٙAag@Qj<2Iq 8fܑ`l"I`b"W 7ɱRho)Ȍ[hNC9C![$`Ud*1/v'c][Ʉw-|0 O]jX1BTܗ:XzKU[[ri.;D\3ЋLKvYƲ}>6uK7` 6єR(Pr`HU%yl A=GQI/JJtgpۯEjkJܕH.w^NI=8Ztz2qɧ +R@'ikX\ H lR>>Ͽ ,Q +g7| ຜV&Zkp>"SVk]OD\?UW_! VB[b&5TX3wsLs%KE{ĊMh[ްF8lR>2W{]%\05gOQ"$V9η1ΓJ_;t۝n6(x^,PE ũ}82X~:i)m +4@-7oH@u?ʶUZT1gs) +$hx|63OpFL}8q,xt6 VP2cZqfjB;" +R*^ *FZMoɥ1YG]lkeE` Х`ofG;/1ܴX> +Tf`@ ߛ1[a)&.]1PhI #(otٺZNIa!T+LZ+7jO-.EXR)'O> DRߪܺdkV/}Y[wv勗 R[cqg^(g?#atlqCh#4dqf/TѬ^[ze?j9/Z"~عAP`xjN8U9t +Y&xE( F'"}eI X\NV#,SЉso Ɓr<y|0c_[)b@"TmF6n?2XwBO.7oa&AX)B1_Q1apQ0쒸SW9fVJlx (Ɩiczr Aν@f^ RΤ.gp<,l.-7֥g{FJ$B* cГ4 ),_Ix,bc3oFąCY)$u}27h ;U^s="c=QY܊iw^BZ2BzXC_lZŵL4KJhx USX~*BJτjV5x[ 5_ywLەoQq8hiVU:$UcJr0랬7G^M6{IkHf#~ʏqdBˈr.UˤX!ۚMV_g=FowB#z6?gu}h:Ue x C̫?Mim׮yx2ΔÅǵhеXg(:dzy'(KT,j5s +vj :+) pg.7O qݺtlҿa i{O){ p@a&f gZ}k[ MHhvaӆʬή,dEϵ |@hn‘0bWQϵR @8F|FFt^'"8U6fIyLTIA-A|/:u3PE|D s}"C4z].wK:~dsY =1=rg +bk4~899%o]`\d-qthc3A*c]SA|,Hl}1 aR]f)0Qd)ZmœKlŘ;HjlC7 `sl$Hsc .zP-x(rHR%t ڰ+фۿљI^L1T>Y|:;TiEN)(˃XV"eL4=ѹ x4ㇾYh|t}d˧6;ikjz {ZJ| ;ƔD s4ߏҊ$¨υ0Zgb>i>+xI(@R}ɮ%W;zq¨N*aѠ +a2nxtUƺja#@ޔx>T2^ʲOsy1Ob`N>&{Ǔzּ3䎂e!q4Fo-M1s1`=?B\Ǿ.M];܀."ߓC[z ? qQ̺tJ R>*%N>qSX0q}ܧ-*r,[bILCq̴ +o(J8C SQ*ſ}ҝ#lj=ME8pY +˺ 0R'a 5j{2vRgmPk Ê|dLH&WO'/a;;RVJq Յ͖V] ur1WU<;-_MfJ~KRƯJ5PeFxl֬odُưmk 咍ɩgpwiUO^tu)da{o]΍bH4|jq9;!DQ +c`V~ώLLإTCmv-cXBX, x1ffYY33'R(3_*y >cjUafDzJ(34gtL<,f[uuiDZ>#a[˷,оlr`, s b p*M)f>mʵ a+wk#[\xMJ|+J褑8{4>qf?CJ3Ӣ>/ WTk?|_vOȮ/9I4%I#-֠{.+~d*.b,űEA~؇:I-7=e/d71%u)h>_Ҏ"xbR۹R,<;YHR,~@ I_t׶.# {~wGJf)(B5K  L1);mB7*gl:_q|W8i񗽜F 4Ba~}%Hƙt#ov6` #E"0'⨑XV_ai4`W NK9u@1ϖOyv.4a:Q"4dU2GSk#pZ +(D}Av.r IhrK)c Nl nC*ѧұ3&+:Pg鲕 -PJ<B.<ij)WMb^lM60L445Y?ϺeB#mZfqø5b +5X`PK ԥ H8C>Ph"&D/ϞF݀1n"in6#f7hH?qNpgGw@ HȊ([4)(F}84R)}޾'+RIǺY* !8;^>IfR{R];D%&+O#* 1P .5!|#&|\ǖO5IV#؃UQkT|5p*J 'I(%l&e^* ϼf嵲Lsg97mʽH7/B'q~GVrEu'^=+"Gt6)c)Ő܈Cަ;M;GpBTatL +m|EPZA^SbxjdܫGiS)Դm !G0w{ Hvl[=.*#lV$FZz`^Nج|αR8β걑eWljƼ?wT.= Z+H: 90Sԃsˀ$G c_0v/K A͂t.JPݰ߿&diHek *Mm_Jx}ЪfPGU͛{yq`Ly&cOܥҡJqB'}Co>֮1n۳oNolh[.ԒOkf77B<![(Ovئ [/<ƒS" +9&f6!dPZ#аiKy TѸJ##*  СA<%ipoS%6ӊ +ﮕoݨbho~e湔1`9 +MU@^-gDyQ!h@c={X`YNҙtL\P@WTe]Z FG1JHYsd3D!+΢M=0%" +endstream +endobj +1655 0 obj +<< +/Type /FontDescriptor +/FontName /AOJZNE+NimbusSanL-Bold +/Flags 4 +/FontBBox [-173 -307 1003 949] +/Ascent 722 +/CapHeight 722 +/Descent -217 +/ItalicAngle 0 +/StemV 141 +/XHeight 532 +/CharSet (/A/Adieresis/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/Udieresis/V/W/Z/a/adieresis/b/c/colon/comma/d/e/eight/f/fi/five/four/g/h/hyphen/i/j/k/l/m/n/nine/o/odieresis/one/p/parenleft/parenright/period/quotedbl/r/s/seven/six/slash/t/three/two/u/udieresis/v/w/x/y/z/zero) +/FontFile 1654 0 R +>> +endobj +1656 0 obj +<< +/Length1 1625 +/Length2 8552 +/Length3 0 +/Length 9393 +/Filter /FlateDecode +>> +stream +xڭweT\-i ww 4CCw.  NCC#{s_c}5f͒t9e!V`E GalqB@'I +!.@8X`ȃA>>@ Xu Y9m uxz;A\.'u. ہ6N`EICvCrrA``>@k?d` +?@`? u0-w9[d% +yp~žȴ 08 wj+n 'OkOIaO4O(h^?k{)+/0{+@@{yӝ o]]_0 /SN) eQvxy[ Cj˟a}8y6XSJn\!FdK>ZI_2[Pg.{twh[bS˸>Mo=L lelNOˮb :ٻW?xyك]t_P/bOOsK9tp=oW0J3TX, +$D^9"Y{LxxxxOd.O{_?0 +}_S:`5 sHHא ʛt"q-T L}&Rny_aĹ-.R'dQ?#kwطC͋q |VQ^ ljݣь}bb b"~~J%i#h@ )88|늹@)j{v,&,}zQY%+=g9vsm*i#T HPB. +M{A2&QrRΖZS"#=þxG RAhAJ(CEY~|M&=J(/hHkGY'a2B)ޥOuƧʟ\E)L"KJ,7]&U,l*.ݲO!|-ʽC@KE=m20޲ STl&l>DHw + +Iq)NG;uvkI>dŤ ֍O1,@eƩSSA+<6%u=^lt։/FxEF*8>9]?0[MvYܟI18x8a+qz'?P3Ae5ɃlūWbH}F,DsFJ$K)HzJ'wwmJaR&f6*Y92ˈ0ӆHVj*}=㒣Z;*S8J7jG"MpGX5 +zаb YT^$zh6Ji]=e5B*p Q5V/"Yҵ/ߋn揈T /;'QCȠ7&WFMD\W"':Z79aW s < iA\ewhJ2hmCW$ZrxmJQ*HPj .oәgLM漿<#)%1VB4$M!k?_[ D6CʈOmD|tueW6@D!"ΐrKn Vb>lֆrsl)M+ȲpW5U،uHw8' +,ÊZֻG/yyE -G/+bDnL (bЩ-ܺޙ[,#Xo7:)ˋPO?E@x?j3= +ZiNx?bgwN +~5Kbw]5ԟ bD\ђPN0)c‘"EAY,FGa2UG(9.,N.\L,cyF)#1*'rRwhy^(=Y臵l%At$p1zvP޴;5짽7wD{}i +!adI'tjrʝT VS]E®: N!;o$)/&vȘ@w]cy S0}N+×HP-=kh7 K.cl}hAYO%vZ=\oXBU_/ +HFA=Xt2㋨ ʴM X#XAZ-ͲZr_[VM$ +F/J1vµo~p4ϳ u\khze>קEmtv%Hh7GfuhaY7{jmMe1As _OƽYMl=/qTd_7wYEG)`/m¨$qoVJ +anWO|~tO|Z + /2I2?N7ѻ5)?WMꈐ%[iu~⩢i=?:L$DXe4B>I$٘1!udœ))w +haa K'{>V.4cc3kCoM80[ޒ/޶So9nF["wԽf^K`ŀ$ ?l} +hMCHb!Tl_`eXlo.:0-7̃ж742"02u?.NI]_(( xwNu4 ++m+֕If +(Y*6_Rd.Pj6аTS -37 i]PhGrI+^!+ nf A.IN oD;g v.طD0i< @r-gV4իx]CDtsں|qi?TwנLy9cI_ߛ16-WVԠT/X*k=CU 3^uӭ7.ZR" +BmGcWidy1e&I$wlv/녫W>\%"Dx/76*oĄsy`|6PYQ[7TCJ|҇ZXR&ƺnmH/ Ƒfl k"QeqH7 s|pM.OLp'93~|w +qRW 0GCk2kx"e~{y  Bm+^2ЏS omNj.S6fIy#bZBN +d*|xXqY%WY+߱Q,UuOWEbPގ+=}6&Âeg +TT9q mky#N5UP[.X th-X+@1;U(4n|OLgmV>:89e}?M$#T;?_lqeU%EW6rUZt4n`NEi'9dxGڟ׉8v+l^{\WR Uن#oMfJI̮ZS°f&Zs| QJ؇.e7n ++8&KR3͹$NIb"0Ř +  y;v'9WO`ݢU,Bu-ژ&Nܾ2;iL;"6ΊQqACO#qSѮ(e-QIV_ύs 7uȼ^X>nI9Vx]W"㠙ɋ"vz ͔:ԧXCOS;eEv]EO1( Ҿ㰚K\qo8>JDqh&_B0oJe +؁m Td)hu=(Е/[Xjf _-`3p)QknbDeK~cM_ I'A=rLw1f1_S)T̤i763#"hc:j_Ds"n!W 7QWE‡zOоdHeiכ{>trЄŸv+tV :8w5;tkqG3ohDÍXf&i+^(KPJ6V5 *8s_Ndk!:*$!wiVugc.Ni'|)-ȃ݁߾E+' sxdW31E&4RwEs +ٲg B g~C>mRѯ/(ǿ5ԼE*OQWޖ}3^Μ? :8Iko 2 I bq0Zv/Pؾ&7`]3p>a8g$$'JCVyɎ WR8ٌaKcfm"#`'MkZx:%=SHK8$;ӟaH?<K*N5ߛtqG"^W={wQ;&k4i nNDwET&E2ם,}0lЅ"D ib@鱵/!o?m/5v(X·=qBu|PVބ@-.VxB*.6r˜"9\դ +q08URMa +0\7Ɩ%VjƼQ{:TU!3d4Z3^]pS\TVe0nC!x[q`$:"u$}Ty+tYY׭u=@`w ~nj]\-R\^ҭϢ(BC%&*| ڸlk!|.{7pʺsx{!nC8iI{uI:hǰ)[9Gg@kOC/i.N3ObfJ}u:m֧Ɲ_N9gR(mi7WxҡޝTU6bPlk +׸+9ȶUw%qPQʴas0̍{MدjvhzZ$m#@ܗ㶇18(6K5zWU \%8γL÷l=(#t^Ar1c~ ubj`^f{XB~0'# =k=o/\PDUЪٻZDꢂrWmR>qR:T]~R$>_ +%u!0U?:^ިeܞK2(xgo?`xUi;YUh|lY)$G6|NR{vzؾqKIh~M[=mѶpoq9D 4yw޸5` ӣ`)i`f033'N̔UpHT/iu^w̲ + +0]PO,㣓Ggn԰xiq[X#>[Ni:Uk㻑:ԗU ?6`nNHd`!$#^IB򐺘6h^ۼfl BePhOI Q 5o(Z =qM]=JXR뼹{=BUփ83 CA9NYSy$JfTs-Tľ}CMf<ƍ^l2OY'JP2EVr>j aFU釀KCQ™+zW. {Wtغ΢dO ;cyf?`\V u>_9U?$UԴUj=8 \čB^ x:dU|(=6O1P[$!:`5_#Ǟs]TLQ{qäR}[1/' &+AΟ InFũ_F{Zks@^e˾qv"S,Pw%w}Vqg2oeka(GâOMG%? 03x [g&q3LCެ_cY8nЉdV 6-Z`y~^2#['db<2qÎYNm16t]wʘd1Gw Ow/Z=6^l_t"cX S"֍wL%gT+`Ͻ!#RpZ&}ZD=.P+ڻ~ +endstream +endobj +1657 0 obj +<< +/Type /FontDescriptor +/FontName /NSGABL+NimbusSanL-BoldItal +/Flags 4 +/FontBBox [-177 -309 1107 953] +/Ascent 722 +/CapHeight 722 +/Descent -217 +/ItalicAngle -12 +/StemV 145 +/XHeight 532 +/CharSet (/B/E/K/S/W/a/b/c/d/e/f/fl/g/h/hyphen/i/k/l/m/n/o/p/question/r/s/t/u/udieresis/v/w/y/z) +/FontFile 1656 0 R +>> +endobj +1658 0 obj +<< +/Length1 1144 +/Length2 13272 +/Length3 0 +/Length 14041 +/Filter /FlateDecode +>> +stream +xucxA-tl۶m۶ƶmvIǶm۶;3so>xֺkݨUdD*tBq{;:&zFnByK[cWg#;Y:e+_L迄N/jJ(gDHw_N܄N^_J``c 0U8ۻ: V;x:Y[R)kPa"4/PlinGHwwG;ߢMhf$fjv )-\\̌1zg3z; BLEm! Z:L6sw_?[2uu`PttH1s !#3##3!abLL}͌lf?hog#7+K4 15[/ 0^҃P^l r2rr*4G c`%cd딿\l,hd+ba);3{BwbU )iX*$obi Iti?-9]ml?'۹3,?z1r_F6t\l,Mm{LSEK_?_@o?8U Kk;_ؙGJ1;{SK;sB3r2o ڲ OU}HK;ݟivoWVXe8y)Y: r a?qb9ܭ!QBHFb_7s@R2`'`圊xK^Ub粗-ܦX[n\#l1ve:Vy +퇶{%u(%u*{U. !7!^݆d UFȰ0-ȕ8]ڏ~yTَhW-Y2' ȍͧ*Id=gH& Ụ@ytCe1~*5'?)NQl@;h'XBmYgQn#@);aЈ05Іa`r

* NߎȖV uhtmwMޔvr%Y `% wFqIc>Z[Bh +^,~ țk d|T +;wHUL]Mp=߫C0srV[+8DFq n}FSjMA6V,18x9N|XCnB"` zg:4iAqD;SV$jY}(s,x]b ( Us>dy2T{m߹gAx}X`Ge3ޖg_jj+=QieH0d4q1#bg<{v 7*b鲸po(~ߗeE؎ O_]ao5 ݼ}fх,[+> djfx 縵P]2jO~'8}֞o^b zUJ9ܟ~[a^%||3WP(*@OgwgYxQfb + tƋ9T+:M@5U#MesX8vL5?a: +Me~N,дATAt.Nzڰ .2R +/_BmPOp#֖ y3"bZ h.x*A%i1 '4q!ҵ [^%XΝ"Ebqʺ"Y⬡qSF2zkN .}{ңQ'FfMR^a9 +D3˰ѥ}Ip;ʛ:Ze')R6OPfne"PF`c4b2*pjh/ݎ +%Êj 9ͽv\Jv%l:m +i]^[rByv[ >V4gՎ1FzMROO߻CUj473kQzщ )g _ƁmXs8BYS>yѧ+yW{/Qӯo|?8Yy\i׮Z +Hۊ/_v+l +yU^`v=i)c@[\4IxΎѡ؋wWmF }C0F*ݿ ʚ:x՛TKA'6gt)mk}S'-]nR![e{8QR +Gp=< 6=D;7u0`_GΣ сrz公I37&>@ȡ)F4CرmTV!sb06Ad΅H6 +ܮv$(25NRROjO3KSr]PZ9y~'{iaIa5xPR(3}b.\7-u fmN{:H4$1 J pfsYہ/=?rM%*B}dF fo^oЗRJgk>R=?p=K1u} Wϔ{y! J]&`[tٴ]%en:ޗ@.UKRA+k}6|#5G.ZTNuH_wO 5aP)B7%c{YbE$恛 .Z aIEMZ>&cëe_kBa 4ӝ"fvUaفAILl~C+wNNXɉ)@|OD!YƲ&í "$72K/,Dcbt!ҏ1-47}Tw +3ܳCgv{;o _<5 Y#~#3D|[΅ڈT/5o}RIbw# Ȩ|Vu9OA' |Gd-Lgdz͛{l0s z*_7Wtr^.ͺ$L{ZY^ bJnjJb|Ԑ~F֧Vsۈ{wdt +=w&Cm>Kչb’.jEy!oM+<>71c]q*YIbMqHB*`SKմ5ܷbm=_.vGZ2] +jui*4NK4|Ǯm/&ֳ A(u&Rf?"!SZ|"g0\& +{#g146)8ٛa@y*ԙ7-&K%v£ >{P@;dR,_{'2MU i 7TAo?ZS.}:# ۗJh"ುd7SSyƫiQy*IOT ?x74)Й[8 R& ~s婠PC^m)̚jNGۃB&VdPx6<ܚGyV@n؟ KU0S30̲;YxW$4(Ç#+11ލPe[HiBqE:Hl$H CEʝcn0,7W"%~@͊):xmnsDR5*ؐ&$̆1-|ssN\me`U;|%3S g'GĊbň1+"Q=p?0 yRPr흎?ra:(a3HЛ*UY%}fίӸ(Ʌw~{݈ #{;ŒJ(? +JaBx+0Mޓ8>QO m(񍢓{ɽ޾\R0d LTp-"mI/Cَ|3|F:Sn6HNL.xoѳ+Mǚzݚ>ZnX.eL<+mpPy(ɬxs3 |L֓OM 4XZh;LȢHޓLM0F?0 R() ^ +AѮ]=cTq֋Ž- S$Pݴ-cX|y籷p.2v[:k:_U!65 ל'kGeAn^hh(g]"j\&uR yZȽdYQϭnd -qcaI3Ȏ.$^27m@īW8 )0>+Qg(h(ˡ۵d{ CH0Ksێ .aف{U|\<ٺJ(%\@f5Ok<~\p]IDuMҊ!7)~82$8YQP + +͵ÊGÑ_k*/" by`ړ+37a"uMД쪋&M1]>9PWB/O*땢糨Z*k>{:(ơ} /WeR[9R]w3]H`Rrԧ8BD }- ꫝI4"r0ӖTQr*Uw + bĺT-*l`ᰢG>|ζqo53P޳|($I73&i5[=il㚒4;.ǥ"$I :M&I d*4X}Gd/'r-:f&*AE{o#轮{,e܄ 2u#ه`׆RGn(AԊw+.kgTg t\1%ϳT+ښ`|#R%Fq''4Y3:-%\b)Vޥ83(7b"K8;rM2zmZKٙ^EpGIzغzKHS33^DGrj/m։Ok՘Њ+ JC$ty@62+b +v͕ W*;l`#Ϥee,O [Y2, :i(=?LWHd\Pvl}5ՙVWoӤD X"o1MI;TReE & z/7iUޛF +&m4P"}3ݑI+%Of3I̟lF0PtTsS[!b!s~NNzsW,|"|@}LAgx8^'> OZuwzXWZc͐jizq>A'r3gݪsV[Bw0k_էcw'0j5;5}4=6 ~DMXF@^>_ut͒ڔQ TP;ҖVڰC܅μIH6PL̏(Fx# ,ffˣp,UY(PftQiXjA7!5f<3Y;X鵝%Ti\|JI?Tdga;D2 +cI6rFU*%ՙg[Bp" O7S~Vmgd~u%]>ϫgzM!0.8Ikj+Ē%xj(2CH\ }{<|_pe|Etŏ16qd2:1t> urrr>0N#3'4J@N渇qL?@.CS3EPV ⧤W$nŘ*27s-XZ7M@KFl+H8<Bwy_ꏽDP~B~!4N eY[iW^b(ӯaјد-- l)c'EuR֕pVi%U\#.n .y +*0 S?N"elN-JQz}PJXXOS!Hؗt-FgI  38DijBG @VtPcf(iF2*y㧓'?rd`=hݐjB֬Ͽ@qJL$ᖾ aQ43KfA{݆P- +m p90 +S5whYw[1աTVN@a.{uhRA+4{ǵ9GŞth\O<)z LSAd1&Z0N]AG΂cqqw2l7AU7Npخ4BXmO鞅{%tXL +<Ьlt†>>L(!4*C("}1HaMJ){47x~w/FSoM4bJvb:%/џq$͇ɠMR>X29 Y y#jqq]168c\8H."V+z0ﺺ(A{zMUnαaV*=VxPgDg$g6HsBQU;}EwvQ +@?eTo;~9ٟVXc߼"杽S}C/g*V(>ITJ&[\ɨ j=R⭞5+Yw4W6H WԼ(r|dȈ5N@9?*48m{F'N*xnj  +"hL]2X\}ˆm:lIX4:'Mڧ[8g,;94_g19| 0Q{(D#!Cx˴~+\`!yx}LJdҜR.r4\K~״NI3|BƬekh,}:[3csA*f29^(݄޻rZoSG֜h SD??D3|hh̒Ax퇍>Ů=~~(/WqD) G*otx%4hY$jqn&7ӽ؟zH:LV]{76oY~{cD%*\u_SWht? +~"IFS']FۖxEadx`NP Y3 T-yqva$*6Ն13M%1oE{)>=_PoAX Yl1Op1+_L_Ixf)9 w񗃁riCWw8֒bvm)nEAN]VXge|WsHmG3(!{{67-\FIjlzZdv\8qS? {'_Q*8~OrimlћgeB!oi]u`B4`rwڧ^ҙYFzGe 9x=M +)yT{ Xaw]3VפIad;GQNS(J/aCvSPb(  QL|,Eˮ޻ðM-}6OHG'N8 y_!0"?tSc_nIJWd79 RX\/&9q*$/O嗠b}{v B҄|45\K~ʨ(T ) x8uӒSѐ|zW$ =p2SaΎq2?CL +Q~»F>9-cZώ(q } WѰ$-muV$Iʲ>uU[vi8VQw8@&!TtIh=&Y/F3wə_4ԅ@נ f&q s sLv?*Ct+<;n>Q1/3.Á%2j~8 | +Fq|oF?>9H>5/zh~y̆*g(_>{ntsixnўm\+  +R;vN5-jOZ!SL0%NH2ܣ3(.NBNbU]8q-2\ۥ +&4fxf(5,n Yړc I *+8fsҀdU(>~\0Oap!$42B*i\:)>/w>"|m==AP-hrF jivrJ͎&*OG- nv^'l[uW#LQѯ犮B? F0kG(Жr_t,Xcds3/r%_yKUNoh$x"`$m[NKo X qdb8(g]#^f_*i.P?)5"B'AQ ,7 UaA6V>+D\[gDomB :v=.h4O`R4'=xD9 `]w#BN{eCVc!}/w~d˦e`<绞onYP\)q*:oTR$PpZSw:bj @n𭔔B%j3g kQWO,K%3Fl,mUT`-G.Nl =ք3G`ɡ &[SVe!bjH@I " <-Ǎ>Rnul#:߷s<.$[@؉rfN!o᧙URz:?>)7c\|x 9)L?~ P/|nIZVL+47fV-6i8P`#cvBՑg@=x$2!\^)H\LxC >RM(3|>`e5^"j%L,uw+ dN)QaoWd;*xzsF5D84@uu5KW)ZQ+s"#>ǩZOQ>΢xQ-|hٝ> =9d@;LZ I +I3 ʧd6Uqp1^ݦPH,O-AI;z|p@CmN<74UXf'}iv⇋#.dc6 b#7Y入+x=^PàM j4QW%6W#s$`(4rY\eE|~G0PHXwS"9H$kQ-fA\# QI=TuyzêA7|]Gl_(&\A:E-:w}oqMn@Ail{jF0Om?#Tz@Lu+k}P]/\ `w=!N/> Խ ERt(-ד)T>sZ?x@ƅ+,,PLCf7|! sx&61j1?=Qq.^-oO"\!ke9\sxSH|->(SK])PNHu񶓊ig,D޾KEϮ@aRꕡZ\(aB=1qtZ3)M_}(WY +F@ O?J}~Eq>4-MId.dƌT+'SB%zޟ01ړ~)jq~ڨ;g<ޢ^޼`U-Ŭ+ P$iETw,S|0= v* 5oCjDrĚd%7FT#{=nsOrvhݪ!{[nI'w[Xtq^-,C:.I/3*ͻ:~~RH2vysdY~)r&Ͳ4#-!fjqH T[ z1 9y` w/>68{:O+ݽYg#W{n&ӷ |4 oE>U0m; +endstream +endobj +1659 0 obj +<< +/Type /FontDescriptor +/FontName /MKMMSH+NimbusSanL-Regu +/Flags 4 +/FontBBox [-174 -285 1001 953] +/Ascent 712 +/CapHeight 712 +/Descent -213 +/ItalicAngle 0 +/StemV 85 +/XHeight 523 +/CharSet (/A/Adieresis/B/C/D/E/F/G/H/I/J/K/L/M/N/O/Odieresis/P/Q/R/S/T/U/Udieresis/V/W/X/Y/Z/a/adieresis/ampersand/b/bracketleft/bracketright/c/colon/comma/d/e/eight/endash/equal/f/fi/five/fl/four/g/germandbls/greater/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/odieresis/one/p/parenleft/parenright/period/plus/q/question/quotedbl/quotedblbase/quotedblleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/udieresis/v/w/x/y/z/zero) +/FontFile 1658 0 R +>> +endobj +1660 0 obj +<< +/Length1 1177 +/Length2 8917 +/Length3 0 +/Length 9700 +/Filter /FlateDecode +>> +stream +xmeT\۶5 +=8E@‚P@!Uxp .Ipw ]>ykч1\mR3ŒR0#31vrPAN k BՀ8Z!0G XXy>Y9Cl`n#}$`&N6`5lv9ٛf/se8bnT ///@1޿,0ۿC/b48E@ohbk؀f@(ؑKPSq_ lB̕fh}#d-&bl`G'+;+/+lXUZ//3jn 3  8;=ݡL!&cˑ'l^hqYY=2|9\S?J 0E\RW^T%-37#'/'gUA+B`޿ڿ 8^T ?o&%# ` X9Y_bG!55^;~"b@]!K7wvQ5 q@M,VvM鿮"X2pa1^/ 5P)jPw|# &N/sI{oyi vML-[n*Dɾ0ortqi^=;Q~DT"*$sɓ!2d!TM&ŊWJ&X-ćyJ?~EN'+JVH|O=FM~kLFQW;XYKyrM/( Cg-F5~i+n1,N@itǪc2Bnw"mLt;,O $q1K$$c +6s&dSݭ<̢_ޅ.ffS8)H/4 ʹ *M'`dՇ$s+SM0UyQԖHeW[Z~<|c!G +yAN1J +'WĭS2Q&9 -&AsOF{J!#?k j@>; 0RhMc{wCmضK+cO}/}<m"IY9g3σ- w=>Z D6ŧr W̅+?ԟ31ܱHn +NÌ}K מ=}zew#8@ Z;7㍌=fC.߫GoP@$d*2Y%}=rܲ,ܮ07~GT yWوXˋ 3pG':y>WGqx/(\4یY 9^e,$:"c~З)FϼǏ,?T4ƷAa Nj&v!Nbpu?%\JntW<uSW)WKv\jq%)S3laMUu'WޫW *$Q|N(ɝj?˱M/Spr Ρ&]qGj;&3Ldz>[pYU ^bkw }C4Do{#E -S.*amr8k`|'R؛uqtAa /9SE̯SKnՆpoz8uT>sB mIRR*zx!BgDm@(hd# c{ڮpT +WE+^ng>c( Vy%} VTܤY+gܢ[Z^{ces_V2eS9G'l7OB +1 +,}J&f=􃄙8Hk/NN,]'L\+33ӄ)VLP?5|DŶtf+ GsfӴ6uD^Jچ>LB4G"SگUM} +9AQCx+ٛ#@HarW:K`XNmj(zk˳%qFY"ءxZ8 +6CՅ4x`= j>B:;YʣgSXuO 7-õZurmjy]({ies]25K"cR",bBj^RCx[62v8R@;wS_`&#6kPbKpgKB443^`3ӌֶq *Я,ax`a1()! +CA 59i[[rs-iLKTcq{cQn+ߥPɻVςuAFNɼE" O^!leD${aQ7xyvI>s9@ "BO7{DI}پy =wGesB8p#X|!CI}[Snb_P,*x7SӲF eUTE"O:K>*5^{`8m`88 +A -Rb!NRΓR oh78U0; 5^Q.^5@-Ro~.v^^[X!J8*Y+L2NfJKgy󭦄2EE w-LlsC@d/  `?WڌiB Du TEF%+v6mY\Arߗ<#xhQ%r\oVƚDhv)SzM}'j5̇ +T9toZpךhsa.zNMPP,7uCΚ[\ώkeKfo Eݝ=)ә&VQOYoGn2 +̀/X8|aGMZb?֣vA"z0>Rk9]}nEIFZuc3/7{ܨ-,߀,iU}fVpȦG}hcy@3c-YYg. ? HM'+ѡ$a"UW>1W"ʤQ(`B+*9]}c,v2PKWcs/ gҊ.I]@YTƲOF`M)%ߡ#'lB9*H+:w<()t)s:-oOrEozH{竝dQVVXl=fePXˉF< l6dO +<9V6mMխĞI0hFũ(z=. xzk:^xm' ?\Yex`ugQ'ZL2E!酵'W MM[Wt *7Etn">v<-璮y7|ܷr]-0eL$m濱#QFy$<_GWT`=aҵr[kګo'lP#ܒ=''c*sJ{vsQ|e7)q,ʨ؀4zZؽ8~%Wn}uh>GQ˂'(j /Hi%7sw.XSϩ”fEIAkn%<~V4 MlMK[/<Є? +Ŝ|C}Eq(7{>^kpS̤7c@^+P]xwd4B,yP'#Uw$^w'xt&x/8 +撘IЮqLƍm.9s.uwg5_>;lN6?mخ@}+!%beO}f^.op1 m_Sd7)nB"U>[y}; lx8sP6+`g/J7a*Zٮ29 9F78ːȔ 2>_]RQXQ5`#{*%WI}i +2_6f Mx+tZ}<"~C&H^KJau )g/N-'a>|M{-x|BSuLL\NI}:K*Lj˪Bew-*4}P=DBTٶ ~c\qܶZI/6O\6- \hc v֨d9]mZ Dػ s˅ApX*Ƶ0֢օpWc[ h)}|vh4 6@ kĨ9#jЎgn1hx$އ$5HB˯:p.;؀o\{//á?ob^Bj*4b$mG +SzWqiȕb%zj@ZY@z}[}:1SMĻF!x>uX띒B/ș.c."_Ʒ\n3 ̆ٹ\'gpM#אmmftބ`b+29 j^>=8ŢCO>$q+0 &Zyȣ6!TCzS{ĭPZlTR_Oc,P( Dܪ2M,XY'~/N#\ +'K79nߛ;Ub@nmn4AFfx2KgluʰϜ=3RF=Bۑ.%֔It^b~l,XZEo'nu0QZvI1[׻fZs[ -,M%frA| [Cej!4Yx,D~^|ZFX۩Ϟ BdD^"띕!y^KZղ( ,f@(9ibϧZsɪTGA2ZM]xhv)YvE4k0'W)#|wʂޣX] Dy$Ut.s3ot`&#D_*Ο\q&$RT5sMu7x "ȷ$U ۻbIw=RNk{e JP+ ?kb hh njo侯ɛd͚E|Nn \`h[~La|?I's~f+:/p->4; l<[X,#dT!_:YcJwMLvOi76BwET$v('vsKP*r {{tWޞ +jf5NTd*2"d*֤QaPuH%{\P%ts g'HGݧϊ<pӼh'L*I*t~&aQw)ڊILPl}0iWfn9_g}v;$w+pz>>27~)ųsr\ZSMW15*j?KhS5#s&+|+bfԟ1x+|;u\xk0K&԰e0׀쩽嗻v95IϳcTI@[( u59Ҝgd aA0lΈ$pwx я|*G=k" +b.&ķMB=99L6Iw*:JY<1ӓC45_!ߝ|< &p;;;hn sX]NVEdʣA Ap]ͻYg>q/FL먂gd}|ƥ=cT47̄$ZNPm ځ2_Z?#f9Dq<ƍl n"T$|\Y|L$ +"Yį ]GVyyyR3ͧo2Hx텚o'cYC$h-7o~N@-=(Otn^P|M`osF}8yh&tX4rj +~Ę"RZ ^|D?wD/C=?Œyh:Ed ]!:OJR#mOGG  ޛ)0<'ݺ!%1K!;24]MV?Qlac>=qk{څ"T#!bUYUJ7e^6cldwFuz ?rKW%Rb WFߦ@LAT%𒇞Z-Ez7fwf:<\n5ٍђxn""= Sq퐎M#;:Tr>Đo +V2s:է2vBzجQm34o gb,!)03MxaZ2+TtW߄%7,(t٥TUDsuL?;#Ğfީʣ,jo"8tأ gJ՘xtr aqF,8?kpXr +[ݳQ> hBF%; 7z_ӽlL3,ug"\7!^ǘf1qGLz@cvkT#AF +bc"x!V|N0vNvN'{d'&8~ Tx/ .5R`'eRb +}Ij3>Z7ya]sRSQF}x*>md.*u}@@W~?ef"P}Uw)vi_,g!! 3n ZilH O.KWUˉֲhycTOzW)IÑm׉\MHk]/"xP[WGK g@qL-qlɼ HZ{/dluݑ]v|̚ O} .=\ @OJrYFyΔmuAFhۀo^eVJϛ\YUvW F+8?Cߵ; `7g& :HF\pjpY{2кQߕrŵ}~eLh:A)ͅLsn%Ui%ÝJ } dSa{Vx46?Ds{„aj3Xo{M4*Lok$kԁqFi0+xvӿAx3erN`<){5qB[z=FR~uq.MwY( V`[ޫ)FZ/~ȷ87\0?r\¡ZA\$D;"k +endstream +endobj +1661 0 obj +<< +/Type /FontDescriptor +/FontName /CEYKAV+NimbusSanL-ReguItal +/Flags 4 +/FontBBox [-178 -284 1108 953] +/Ascent 712 +/CapHeight 712 +/Descent -213 +/ItalicAngle -12 +/StemV 88 +/XHeight 523 +/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/a/b/c/d/e/endash/f/fi/five/fl/g/h/hyphen/i/j/k/l/m/n/o/odieresis/one/p/parenleft/parenright/period/q/r/s/t/two/u/udieresis/v/w/x/y/z/zero) +/FontFile 1660 0 R +>> +endobj +1646 0 obj +<< +/Type /Encoding +/Differences [2/fi/fl 34/quotedbl/numbersign 38/ampersand/quoteright/parenleft/parenright 43/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 61/equal/greater/question 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft 93/bracketright 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 132/quotedblbase 147/quotedblleft 150/endash 196/Adieresis 214/Odieresis 220/Udieresis 223/germandbls 228/adieresis 246/odieresis 252/udieresis] +>> +endobj +573 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /GFAWRG+CMSY10 +/FontDescriptor 1653 0 R +/FirstChar 15 +/LastChar 15 +/Widths 1648 0 R +>> +endobj +352 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /AOJZNE+NimbusSanL-Bold +/FontDescriptor 1655 0 R +/FirstChar 2 +/LastChar 252 +/Widths 1650 0 R +/Encoding 1646 0 R +>> +endobj +748 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /NSGABL+NimbusSanL-BoldItal +/FontDescriptor 1657 0 R +/FirstChar 3 +/LastChar 252 +/Widths 1647 0 R +/Encoding 1646 0 R +>> +endobj +351 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /MKMMSH+NimbusSanL-Regu +/FontDescriptor 1659 0 R +/FirstChar 2 +/LastChar 252 +/Widths 1651 0 R +/Encoding 1646 0 R +>> +endobj +373 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /CEYKAV+NimbusSanL-ReguItal +/FontDescriptor 1661 0 R +/FirstChar 2 +/LastChar 252 +/Widths 1649 0 R +/Encoding 1646 0 R +>> +endobj +353 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1662 0 R +/Kids [346 0 R 355 0 R 360 0 R 365 0 R 370 0 R 375 0 R] +>> +endobj +382 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1662 0 R +/Kids [379 0 R 384 0 R 425 0 R 470 0 R 484 0 R 499 0 R] +>> +endobj +531 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1662 0 R +/Kids [528 0 R 537 0 R 547 0 R 560 0 R 565 0 R 570 0 R] +>> +endobj +582 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1662 0 R +/Kids [579 0 R 592 0 R 602 0 R 613 0 R 630 0 R 640 0 R] +>> +endobj +661 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1662 0 R +/Kids [656 0 R 714 0 R 725 0 R 732 0 R 738 0 R 745 0 R] +>> +endobj +758 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1662 0 R +/Kids [753 0 R 773 0 R 795 0 R 807 0 R 821 0 R 830 0 R] +>> +endobj +845 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1663 0 R +/Kids [841 0 R 851 0 R 862 0 R 871 0 R 877 0 R 887 0 R] +>> +endobj +903 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1663 0 R +/Kids [898 0 R 925 0 R 938 0 R 951 0 R 956 0 R 961 0 R] +>> +endobj +974 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1663 0 R +/Kids [968 0 R 987 0 R 1009 0 R 1026 0 R 1074 0 R 1085 0 R] +>> +endobj +1096 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1663 0 R +/Kids [1093 0 R 1102 0 R 1114 0 R 1122 0 R 1129 0 R 1139 0 R] +>> +endobj +1150 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1663 0 R +/Kids [1147 0 R 1158 0 R 1170 0 R 1175 0 R 1182 0 R 1190 0 R] +>> +endobj +1220 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1663 0 R +/Kids [1217 0 R 1227 0 R 1236 0 R 1243 0 R 1252 0 R 1259 0 R] +>> +endobj +1278 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1664 0 R +/Kids [1275 0 R 1282 0 R 1289 0 R 1302 0 R 1308 0 R 1312 0 R] +>> +endobj +1328 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1664 0 R +/Kids [1323 0 R 1330 0 R 1336 0 R 1356 0 R 1362 0 R 1369 0 R] +>> +endobj +1381 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1664 0 R +/Kids [1377 0 R 1396 0 R 1401 0 R 1408 0 R 1415 0 R 1432 0 R] +>> +endobj +1479 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1664 0 R +/Kids [1476 0 R 1482 0 R 1486 0 R 1490 0 R 1494 0 R 1498 0 R] +>> +endobj +1516 0 obj +<< +/Type /Pages +/Count 6 +/Parent 1664 0 R +/Kids [1508 0 R 1522 0 R 1535 0 R 1543 0 R 1553 0 R 1558 0 R] +>> +endobj +1567 0 obj +<< +/Type /Pages +/Count 5 +/Parent 1664 0 R +/Kids [1564 0 R 1585 0 R 1621 0 R 1625 0 R 1642 0 R] +>> +endobj +1662 0 obj +<< +/Type /Pages +/Count 36 +/Parent 1665 0 R +/Kids [353 0 R 382 0 R 531 0 R 582 0 R 661 0 R 758 0 R] +>> +endobj +1663 0 obj +<< +/Type /Pages +/Count 36 +/Parent 1665 0 R +/Kids [845 0 R 903 0 R 974 0 R 1096 0 R 1150 0 R 1220 0 R] +>> +endobj +1664 0 obj +<< +/Type /Pages +/Count 35 +/Parent 1665 0 R +/Kids [1278 0 R 1328 0 R 1381 0 R 1479 0 R 1516 0 R 1567 0 R] +>> +endobj +1665 0 obj +<< +/Type /Pages +/Count 107 +/Kids [1662 0 R 1663 0 R 1664 0 R] +>> +endobj +1666 0 obj +<< +/Type /Outlines +/First 3 0 R +/Last 319 0 R +/Count 86 +>> +endobj +343 0 obj +<< +/Title 344 0 R +/A 341 0 R +/Parent 319 0 R +/Prev 327 0 R +>> +endobj +339 0 obj +<< +/Title 340 0 R +/A 337 0 R +/Parent 327 0 R +/Prev 335 0 R +>> +endobj +335 0 obj +<< +/Title 336 0 R +/A 333 0 R +/Parent 327 0 R +/Prev 331 0 R +/Next 339 0 R +>> +endobj +331 0 obj +<< +/Title 332 0 R +/A 329 0 R +/Parent 327 0 R +/Next 335 0 R +>> +endobj +327 0 obj +<< +/Title 328 0 R +/A 325 0 R +/Parent 319 0 R +/Prev 323 0 R +/Next 343 0 R +/First 331 0 R +/Last 339 0 R +/Count 3 +>> +endobj +323 0 obj +<< +/Title 324 0 R +/A 321 0 R +/Parent 319 0 R +/Next 327 0 R +>> +endobj +319 0 obj +<< +/Title 320 0 R +/A 317 0 R +/Parent 1666 0 R +/Prev 311 0 R +/First 323 0 R +/Last 343 0 R +/Count 6 +>> +endobj +315 0 obj +<< +/Title 316 0 R +/A 313 0 R +/Parent 311 0 R +>> +endobj +311 0 obj +<< +/Title 312 0 R +/A 309 0 R +/Parent 1666 0 R +/Prev 279 0 R +/Next 319 0 R +/First 315 0 R +/Last 315 0 R +/Count 1 +>> +endobj +307 0 obj +<< +/Title 308 0 R +/A 305 0 R +/Parent 279 0 R +/Prev 303 0 R +>> +endobj +303 0 obj +<< +/Title 304 0 R +/A 301 0 R +/Parent 279 0 R +/Prev 299 0 R +/Next 307 0 R +>> +endobj +299 0 obj +<< +/Title 300 0 R +/A 297 0 R +/Parent 279 0 R +/Prev 295 0 R +/Next 303 0 R +>> +endobj +295 0 obj +<< +/Title 296 0 R +/A 293 0 R +/Parent 279 0 R +/Prev 287 0 R +/Next 299 0 R +>> +endobj +291 0 obj +<< +/Title 292 0 R +/A 289 0 R +/Parent 287 0 R +>> +endobj +287 0 obj +<< +/Title 288 0 R +/A 285 0 R +/Parent 279 0 R +/Prev 283 0 R +/Next 295 0 R +/First 291 0 R +/Last 291 0 R +/Count 1 +>> +endobj +283 0 obj +<< +/Title 284 0 R +/A 281 0 R +/Parent 279 0 R +/Next 287 0 R +>> +endobj +279 0 obj +<< +/Title 280 0 R +/A 277 0 R +/Parent 1666 0 R +/Prev 187 0 R +/Next 311 0 R +/First 283 0 R +/Last 307 0 R +/Count 7 +>> +endobj +275 0 obj +<< +/Title 276 0 R +/A 273 0 R +/Parent 187 0 R +/Prev 271 0 R +>> +endobj +271 0 obj +<< +/Title 272 0 R +/A 269 0 R +/Parent 187 0 R +/Prev 267 0 R +/Next 275 0 R +>> +endobj +267 0 obj +<< +/Title 268 0 R +/A 265 0 R +/Parent 187 0 R +/Prev 247 0 R +/Next 271 0 R +>> +endobj +263 0 obj +<< +/Title 264 0 R +/A 261 0 R +/Parent 247 0 R +/Prev 259 0 R +>> +endobj +259 0 obj +<< +/Title 260 0 R +/A 257 0 R +/Parent 247 0 R +/Prev 255 0 R +/Next 263 0 R +>> +endobj +255 0 obj +<< +/Title 256 0 R +/A 253 0 R +/Parent 247 0 R +/Prev 251 0 R +/Next 259 0 R +>> +endobj +251 0 obj +<< +/Title 252 0 R +/A 249 0 R +/Parent 247 0 R +/Next 255 0 R +>> +endobj +247 0 obj +<< +/Title 248 0 R +/A 245 0 R +/Parent 187 0 R +/Prev 219 0 R +/Next 267 0 R +/First 251 0 R +/Last 263 0 R +/Count 4 +>> +endobj +243 0 obj +<< +/Title 244 0 R +/A 241 0 R +/Parent 219 0 R +/Prev 239 0 R +>> +endobj +239 0 obj +<< +/Title 240 0 R +/A 237 0 R +/Parent 219 0 R +/Prev 235 0 R +/Next 243 0 R +>> +endobj +235 0 obj +<< +/Title 236 0 R +/A 233 0 R +/Parent 219 0 R +/Prev 231 0 R +/Next 239 0 R +>> +endobj +231 0 obj +<< +/Title 232 0 R +/A 229 0 R +/Parent 219 0 R +/Prev 227 0 R +/Next 235 0 R +>> +endobj +227 0 obj +<< +/Title 228 0 R +/A 225 0 R +/Parent 219 0 R +/Prev 223 0 R +/Next 231 0 R +>> +endobj +223 0 obj +<< +/Title 224 0 R +/A 221 0 R +/Parent 219 0 R +/Next 227 0 R +>> +endobj +219 0 obj +<< +/Title 220 0 R +/A 217 0 R +/Parent 187 0 R +/Prev 203 0 R +/Next 247 0 R +/First 223 0 R +/Last 243 0 R +/Count 6 +>> +endobj +215 0 obj +<< +/Title 216 0 R +/A 213 0 R +/Parent 203 0 R +/Prev 211 0 R +>> +endobj +211 0 obj +<< +/Title 212 0 R +/A 209 0 R +/Parent 203 0 R +/Prev 207 0 R +/Next 215 0 R +>> +endobj +207 0 obj +<< +/Title 208 0 R +/A 205 0 R +/Parent 203 0 R +/Next 211 0 R +>> +endobj +203 0 obj +<< +/Title 204 0 R +/A 201 0 R +/Parent 187 0 R +/Prev 191 0 R +/Next 219 0 R +/First 207 0 R +/Last 215 0 R +/Count 3 +>> +endobj +199 0 obj +<< +/Title 200 0 R +/A 197 0 R +/Parent 191 0 R +/Prev 195 0 R +>> +endobj +195 0 obj +<< +/Title 196 0 R +/A 193 0 R +/Parent 191 0 R +/Next 199 0 R +>> +endobj +191 0 obj +<< +/Title 192 0 R +/A 189 0 R +/Parent 187 0 R +/Next 203 0 R +/First 195 0 R +/Last 199 0 R +/Count 2 +>> +endobj +187 0 obj +<< +/Title 188 0 R +/A 185 0 R +/Parent 1666 0 R +/Prev 175 0 R +/Next 279 0 R +/First 191 0 R +/Last 275 0 R +/Count 22 +>> +endobj +183 0 obj +<< +/Title 184 0 R +/A 181 0 R +/Parent 175 0 R +/Prev 179 0 R +>> +endobj +179 0 obj +<< +/Title 180 0 R +/A 177 0 R +/Parent 175 0 R +/Next 183 0 R +>> +endobj +175 0 obj +<< +/Title 176 0 R +/A 173 0 R +/Parent 1666 0 R +/Prev 111 0 R +/Next 187 0 R +/First 179 0 R +/Last 183 0 R +/Count 2 +>> +endobj +171 0 obj +<< +/Title 172 0 R +/A 169 0 R +/Parent 111 0 R +/Prev 139 0 R +>> +endobj +167 0 obj +<< +/Title 168 0 R +/A 165 0 R +/Parent 139 0 R +/Prev 163 0 R +>> +endobj +163 0 obj +<< +/Title 164 0 R +/A 161 0 R +/Parent 139 0 R +/Prev 159 0 R +/Next 167 0 R +>> +endobj +159 0 obj +<< +/Title 160 0 R +/A 157 0 R +/Parent 139 0 R +/Prev 155 0 R +/Next 163 0 R +>> +endobj +155 0 obj +<< +/Title 156 0 R +/A 153 0 R +/Parent 139 0 R +/Prev 151 0 R +/Next 159 0 R +>> +endobj +151 0 obj +<< +/Title 152 0 R +/A 149 0 R +/Parent 139 0 R +/Prev 147 0 R +/Next 155 0 R +>> +endobj +147 0 obj +<< +/Title 148 0 R +/A 145 0 R +/Parent 139 0 R +/Prev 143 0 R +/Next 151 0 R +>> +endobj +143 0 obj +<< +/Title 144 0 R +/A 141 0 R +/Parent 139 0 R +/Next 147 0 R +>> +endobj +139 0 obj +<< +/Title 140 0 R +/A 137 0 R +/Parent 111 0 R +/Prev 123 0 R +/Next 171 0 R +/First 143 0 R +/Last 167 0 R +/Count 7 +>> +endobj +135 0 obj +<< +/Title 136 0 R +/A 133 0 R +/Parent 123 0 R +/Prev 131 0 R +>> +endobj +131 0 obj +<< +/Title 132 0 R +/A 129 0 R +/Parent 123 0 R +/Prev 127 0 R +/Next 135 0 R +>> +endobj +127 0 obj +<< +/Title 128 0 R +/A 125 0 R +/Parent 123 0 R +/Next 131 0 R +>> +endobj +123 0 obj +<< +/Title 124 0 R +/A 121 0 R +/Parent 111 0 R +/Prev 119 0 R +/Next 139 0 R +/First 127 0 R +/Last 135 0 R +/Count 3 +>> +endobj +119 0 obj +<< +/Title 120 0 R +/A 117 0 R +/Parent 111 0 R +/Prev 115 0 R +/Next 123 0 R +>> +endobj +115 0 obj +<< +/Title 116 0 R +/A 113 0 R +/Parent 111 0 R +/Next 119 0 R +>> +endobj +111 0 obj +<< +/Title 112 0 R +/A 109 0 R +/Parent 1666 0 R +/Prev 23 0 R +/Next 175 0 R +/First 115 0 R +/Last 171 0 R +/Count 15 +>> +endobj +107 0 obj +<< +/Title 108 0 R +/A 105 0 R +/Parent 23 0 R +/Prev 87 0 R +>> +endobj +103 0 obj +<< +/Title 104 0 R +/A 101 0 R +/Parent 87 0 R +/Prev 99 0 R +>> +endobj +99 0 obj +<< +/Title 100 0 R +/A 97 0 R +/Parent 87 0 R +/Prev 95 0 R +/Next 103 0 R +>> +endobj +95 0 obj +<< +/Title 96 0 R +/A 93 0 R +/Parent 87 0 R +/Prev 91 0 R +/Next 99 0 R +>> +endobj +91 0 obj +<< +/Title 92 0 R +/A 89 0 R +/Parent 87 0 R +/Next 95 0 R +>> +endobj +87 0 obj +<< +/Title 88 0 R +/A 85 0 R +/Parent 23 0 R +/Prev 63 0 R +/Next 107 0 R +/First 91 0 R +/Last 103 0 R +/Count 4 +>> +endobj +83 0 obj +<< +/Title 84 0 R +/A 81 0 R +/Parent 63 0 R +/Prev 79 0 R +>> +endobj +79 0 obj +<< +/Title 80 0 R +/A 77 0 R +/Parent 63 0 R +/Prev 75 0 R +/Next 83 0 R +>> +endobj +75 0 obj +<< +/Title 76 0 R +/A 73 0 R +/Parent 63 0 R +/Prev 71 0 R +/Next 79 0 R +>> +endobj +71 0 obj +<< +/Title 72 0 R +/A 69 0 R +/Parent 63 0 R +/Prev 67 0 R +/Next 75 0 R +>> +endobj +67 0 obj +<< +/Title 68 0 R +/A 65 0 R +/Parent 63 0 R +/Next 71 0 R +>> +endobj +63 0 obj +<< +/Title 64 0 R +/A 61 0 R +/Parent 23 0 R +/Prev 43 0 R +/Next 87 0 R +/First 67 0 R +/Last 83 0 R +/Count 5 +>> +endobj +59 0 obj +<< +/Title 60 0 R +/A 57 0 R +/Parent 43 0 R +/Prev 55 0 R +>> +endobj +55 0 obj +<< +/Title 56 0 R +/A 53 0 R +/Parent 43 0 R +/Prev 51 0 R +/Next 59 0 R +>> +endobj +51 0 obj +<< +/Title 52 0 R +/A 49 0 R +/Parent 43 0 R +/Prev 47 0 R +/Next 55 0 R +>> +endobj +47 0 obj +<< +/Title 48 0 R +/A 45 0 R +/Parent 43 0 R +/Next 51 0 R +>> +endobj +43 0 obj +<< +/Title 44 0 R +/A 41 0 R +/Parent 23 0 R +/Prev 27 0 R +/Next 63 0 R +/First 47 0 R +/Last 59 0 R +/Count 4 +>> +endobj +39 0 obj +<< +/Title 40 0 R +/A 37 0 R +/Parent 27 0 R +/Prev 35 0 R +>> +endobj +35 0 obj +<< +/Title 36 0 R +/A 33 0 R +/Parent 27 0 R +/Prev 31 0 R +/Next 39 0 R +>> +endobj +31 0 obj +<< +/Title 32 0 R +/A 29 0 R +/Parent 27 0 R +/Next 35 0 R +>> +endobj +27 0 obj +<< +/Title 28 0 R +/A 25 0 R +/Parent 23 0 R +/Next 43 0 R +/First 31 0 R +/Last 39 0 R +/Count 3 +>> +endobj +23 0 obj +<< +/Title 24 0 R +/A 21 0 R +/Parent 1666 0 R +/Prev 3 0 R +/Next 111 0 R +/First 27 0 R +/Last 107 0 R +/Count 21 +>> +endobj +19 0 obj +<< +/Title 20 0 R +/A 17 0 R +/Parent 3 0 R +/Prev 15 0 R +>> +endobj +15 0 obj +<< +/Title 16 0 R +/A 13 0 R +/Parent 3 0 R +/Prev 11 0 R +/Next 19 0 R +>> +endobj +11 0 obj +<< +/Title 12 0 R +/A 9 0 R +/Parent 3 0 R +/Prev 7 0 R +/Next 15 0 R +>> +endobj +7 0 obj +<< +/Title 8 0 R +/A 5 0 R +/Parent 3 0 R +/Next 11 0 R +>> +endobj +3 0 obj +<< +/Title 4 0 R +/A 1 0 R +/Parent 1666 0 R +/Next 23 0 R +/First 7 0 R +/Last 19 0 R +/Count 4 +>> +endobj +1667 0 obj +<< +/Names [(Doc-Start) 350 0 R (Hfootnote.66) 890 0 R (Hfootnote.68) 891 0 R (Hfootnote.74) 941 0 R (Hfootnote.75) 942 0 R (Item.121) 1194 0 R] +/Limits [(Doc-Start) (Item.121)] +>> +endobj +1668 0 obj +<< +/Names [(Item.122) 1195 0 R (Item.123) 1196 0 R (Item.124) 1197 0 R (Item.125) 1198 0 R (Item.126) 1199 0 R (Item.127) 1200 0 R] +/Limits [(Item.122) (Item.127)] +>> +endobj +1669 0 obj +<< +/Names [(Item.128) 1201 0 R (Item.129) 1202 0 R (Item.130) 1203 0 R (Item.131) 1204 0 R (Item.132) 1205 0 R (Item.133) 1206 0 R] +/Limits [(Item.128) (Item.133)] +>> +endobj +1670 0 obj +<< +/Names [(Item.134) 1207 0 R (Item.135) 1208 0 R (Item.136) 1209 0 R (Item.188) 1628 0 R (Item.189) 1629 0 R (Item.190) 1630 0 R] +/Limits [(Item.134) (Item.190)] +>> +endobj +1671 0 obj +<< +/Names [(Item.191) 1631 0 R (Item.192) 1632 0 R (Item.193) 1633 0 R (Item.194) 1634 0 R (Item.195) 1635 0 R (Item.196) 1636 0 R] +/Limits [(Item.191) (Item.196)] +>> +endobj +1672 0 obj +<< +/Names [(Item.197) 1637 0 R (Item.198) 1638 0 R (Item.199) 1639 0 R (Item.200) 1640 0 R (appendix.180) 318 0 R (chapter*.179) 1511 0 R] +/Limits [(Item.197) (chapter*.179)] +>> +endobj +1673 0 obj +<< +/Names [(chapter*.201) 1645 0 R (chapter*.5) 428 0 R (chapter.12) 22 0 R (chapter.167) 278 0 R (chapter.177) 310 0 R (chapter.37) 110 0 R] +/Limits [(chapter*.201) (chapter.37)] +>> +endobj +1674 0 obj +<< +/Names [(chapter.6) 2 0 R (chapter.65) 174 0 R (chapter.73) 186 0 R (cite.Bayani.2013) 540 0 R (cite.Behnam.2013) 798 0 R (cite.Bhargava.1998) 717 0 R] +/Limits [(chapter.6) (cite.Bhargava.1998)] +>> +endobj +1675 0 obj +<< +/Names [(cite.Bhargava.2007) 534 0 R (cite.Bianco.01.01.2011) 719 0 R (cite.Boza.2010) 718 0 R (cite.Chen.2007) 535 0 R (cite.Druzdzel.2010) 503 0 R (cite.Eicker.2007) 943 0 R] +/Limits [(cite.Bhargava.2007) (cite.Eicker.2007)] +>> +endobj +1676 0 obj +<< +/Names [(cite.Forgionne.2002) 505 0 R (cite.Geoffrion.1995) 618 0 R (cite.Gorry.1989) 574 0 R (cite.Graber.2003) 504 0 R (cite.Haas.2005) 583 0 R (cite.Haas.2005.2) 596 0 R] +/Limits [(cite.Forgionne.2002) (cite.Haas.2005.2)] +>> +endobj +1677 0 obj +<< +/Names [(cite.Haux.2006) 532 0 R (cite.ISO42010.2011) 617 0 R (cite.ISOIEC.2014) 735 0 R (cite.Kawamoto.2007) 729 0 R (cite.Kazman.01.01.2000) 945 0 R (cite.Kazman.1996) 944 0 R] +/Limits [(cite.Haux.2006) (cite.Kazman.1996)] +>> +endobj +1678 0 obj +<< +/Names [(cite.Kucherer.2015) 502 0 R (cite.Lackes.2016) 1538 0 R (cite.Lackes.2016.2) 1526 0 R (cite.Lin.2011) 652 0 R (cite.Liu.2010) 800 0 R (cite.Liu2.2010) 834 0 R] +/Limits [(cite.Kucherer.2015) (cite.Liu2.2010)] +>> +endobj +1679 0 obj +<< +/Names [(cite.Loya.2014) 728 0 R (cite.Microsoft.2016) 1185 0 R (cite.Mohktar.2011) 801 0 R (cite.Power.2002) 597 0 R (cite.Pullum.2010) 799 0 R (cite.Rohloff.2008) 616 0 R] +/Limits [(cite.Loya.2014) (cite.Rohloff.2008)] +>> +endobj +1680 0 obj +<< +/Names [(cite.Sen.2012) 533 0 R (cite.SoftwareEngineeringGroup.2015) 741 0 R (cite.Solms.2012) 605 0 R (cite.Struss.2011) 1540 0 R (cite.Wettel.2007) 1210 0 R (cite.Wettel.2008) 1211 0 R] +/Limits [(cite.Sen.2012) (cite.Wettel.2008)] +>> +endobj +1681 0 obj +<< +/Names [(cite.Zhang.2012) 563 0 R (composedpic.caption.83) 971 0 R (figure.caption.100) 1090 0 R (figure.caption.102) 1106 0 R (figure.caption.109) 1126 0 R (figure.caption.111) 1143 0 R] +/Limits [(cite.Zhang.2012) (figure.caption.111)] +>> +endobj +1682 0 obj +<< +/Names [(figure.caption.112) 1145 0 R (figure.caption.113) 1161 0 R (figure.caption.115) 1164 0 R (figure.caption.116) 1173 0 R (figure.caption.137) 1212 0 R (figure.caption.138) 1230 0 R] +/Limits [(figure.caption.112) (figure.caption.138)] +>> +endobj +1683 0 obj +<< +/Names [(figure.caption.140) 1233 0 R (figure.caption.142) 1240 0 R (figure.caption.144) 1256 0 R (figure.caption.149) 1286 0 R (figure.caption.157) 1333 0 R (figure.caption.163) 1373 0 R] +/Limits [(figure.caption.140) (figure.caption.163)] +>> +endobj +1684 0 obj +<< +/Names [(figure.caption.169) 1412 0 R (figure.caption.171) 1435 0 R (figure.caption.184) 1588 0 R (figure.caption.25) 643 0 R (figure.caption.27) 659 0 R (figure.caption.40) 749 0 R] +/Limits [(figure.caption.169) (figure.caption.40)] +>> +endobj +1685 0 obj +<< +/Names [(figure.caption.59) 846 0 R (figure.caption.61) 865 0 R (figure.caption.69) 892 0 R (figure.caption.70) 902 0 R (figure.caption.72) 928 0 R (figure.caption.8) 541 0 R] +/Limits [(figure.caption.59) (figure.caption.8)] +>> +endobj +1686 0 obj +<< +/Names [(figure.caption.84) 972 0 R (figure.caption.86) 990 0 R (figure.caption.90) 1012 0 R (figure.caption.92) 1030 0 R (figure.caption.96) 1079 0 R (figure.caption.97) 1080 0 R] +/Limits [(figure.caption.84) (figure.caption.97)] +>> +endobj +1687 0 obj +<< +/Names [(page.1) 349 0 R (page.10) 472 0 R (page.100) 1545 0 R (page.101) 1555 0 R (page.102) 1560 0 R (page.103) 1566 0 R] +/Limits [(page.1) (page.103)] +>> +endobj +1688 0 obj +<< +/Names [(page.104) 1587 0 R (page.105) 1623 0 R (page.106) 1627 0 R (page.107) 1644 0 R (page.11) 486 0 R (page.12) 501 0 R] +/Limits [(page.104) (page.12)] +>> +endobj +1689 0 obj +<< +/Names [(page.13) 530 0 R (page.14) 539 0 R (page.15) 549 0 R (page.16) 562 0 R (page.17) 567 0 R (page.18) 572 0 R] +/Limits [(page.13) (page.18)] +>> +endobj +1690 0 obj +<< +/Names [(page.19) 581 0 R (page.2) 357 0 R (page.20) 594 0 R (page.21) 604 0 R (page.22) 615 0 R (page.23) 632 0 R] +/Limits [(page.19) (page.23)] +>> +endobj +1691 0 obj +<< +/Names [(page.24) 642 0 R (page.25) 658 0 R (page.26) 716 0 R (page.27) 727 0 R (page.28) 734 0 R (page.29) 740 0 R] +/Limits [(page.24) (page.29)] +>> +endobj +1692 0 obj +<< +/Names [(page.3) 362 0 R (page.30) 747 0 R (page.31) 755 0 R (page.32) 775 0 R (page.33) 797 0 R (page.34) 809 0 R] +/Limits [(page.3) (page.34)] +>> +endobj +1693 0 obj +<< +/Names [(page.35) 823 0 R (page.36) 832 0 R (page.37) 843 0 R (page.38) 853 0 R (page.39) 864 0 R (page.4) 367 0 R] +/Limits [(page.35) (page.4)] +>> +endobj +1694 0 obj +<< +/Names [(page.40) 873 0 R (page.41) 879 0 R (page.42) 889 0 R (page.43) 900 0 R (page.44) 927 0 R (page.45) 940 0 R] +/Limits [(page.40) (page.45)] +>> +endobj +1695 0 obj +<< +/Names [(page.46) 953 0 R (page.47) 958 0 R (page.48) 963 0 R (page.49) 970 0 R (page.5) 372 0 R (page.50) 989 0 R] +/Limits [(page.46) (page.50)] +>> +endobj +1696 0 obj +<< +/Names [(page.51) 1011 0 R (page.52) 1028 0 R (page.53) 1076 0 R (page.54) 1087 0 R (page.55) 1095 0 R (page.56) 1104 0 R] +/Limits [(page.51) (page.56)] +>> +endobj +1697 0 obj +<< +/Names [(page.57) 1116 0 R (page.58) 1124 0 R (page.59) 1131 0 R (page.6) 377 0 R (page.60) 1141 0 R (page.61) 1149 0 R] +/Limits [(page.57) (page.61)] +>> +endobj +1698 0 obj +<< +/Names [(page.62) 1160 0 R (page.63) 1172 0 R (page.64) 1177 0 R (page.65) 1184 0 R (page.66) 1192 0 R (page.67) 1219 0 R] +/Limits [(page.62) (page.67)] +>> +endobj +1699 0 obj +<< +/Names [(page.68) 1229 0 R (page.69) 1238 0 R (page.7) 381 0 R (page.70) 1245 0 R (page.71) 1254 0 R (page.72) 1261 0 R] +/Limits [(page.68) (page.72)] +>> +endobj +1700 0 obj +<< +/Names [(page.73) 1277 0 R (page.74) 1284 0 R (page.75) 1291 0 R (page.76) 1304 0 R (page.77) 1310 0 R (page.78) 1314 0 R] +/Limits [(page.73) (page.78)] +>> +endobj +1701 0 obj +<< +/Names [(page.79) 1325 0 R (page.8) 386 0 R (page.80) 1332 0 R (page.81) 1338 0 R (page.82) 1358 0 R (page.83) 1364 0 R] +/Limits [(page.79) (page.83)] +>> +endobj +1702 0 obj +<< +/Names [(page.84) 1371 0 R (page.85) 1379 0 R (page.86) 1398 0 R (page.87) 1403 0 R (page.88) 1410 0 R (page.89) 1417 0 R] +/Limits [(page.84) (page.89)] +>> +endobj +1703 0 obj +<< +/Names [(page.9) 427 0 R (page.90) 1434 0 R (page.91) 1478 0 R (page.92) 1484 0 R (page.93) 1488 0 R (page.94) 1492 0 R] +/Limits [(page.9) (page.94)] +>> +endobj +1704 0 obj +<< +/Names [(page.95) 1496 0 R (page.96) 1500 0 R (page.97) 1510 0 R (page.98) 1524 0 R (page.99) 1537 0 R (section*.1) 358 0 R] +/Limits [(page.95) (section*.1)] +>> +endobj +1705 0 obj +<< +/Names [(section*.101) 1105 0 R (section*.103) 1107 0 R (section*.104) 1117 0 R (section*.105) 1118 0 R (section*.106) 1119 0 R (section*.107) 1120 0 R] +/Limits [(section*.101) (section*.107)] +>> +endobj +1706 0 obj +<< +/Names [(section*.108) 1125 0 R (section*.110) 1142 0 R (section*.114) 1162 0 R (section*.120) 1193 0 R (section*.139) 1231 0 R (section*.148) 1285 0 R] +/Limits [(section*.108) (section*.148)] +>> +endobj +1707 0 obj +<< +/Names [(section*.2) 363 0 R (section*.3) 368 0 R (section*.4) 387 0 R (section*.50) 810 0 R (section*.57) 833 0 R (section*.58) 844 0 R] +/Limits [(section*.2) (section*.58)] +>> +endobj +1708 0 obj +<< +/Names [(section*.60) 855 0 R (section*.62) 866 0 R (section*.63) 875 0 R (section*.89) 992 0 R (section*.91) 1029 0 R (section*.93) 1077 0 R] +/Limits [(section*.60) (section*.93)] +>> +endobj +1709 0 obj +<< +/Names [(section*.95) 1078 0 R (section*.98) 1088 0 R (section*.99) 1089 0 R (section.10) 14 0 R (section.11) 18 0 R (section.13) 26 0 R] +/Limits [(section*.95) (section.13)] +>> +endobj +1710 0 obj +<< +/Names [(section.146) 246 0 R (section.159) 266 0 R (section.161) 270 0 R (section.164) 274 0 R (section.168) 282 0 R (section.170) 286 0 R] +/Limits [(section.146) (section.170)] +>> +endobj +1711 0 obj +<< +/Names [(section.173) 294 0 R (section.174) 298 0 R (section.175) 302 0 R (section.176) 306 0 R (section.178) 314 0 R (section.18) 42 0 R] +/Limits [(section.173) (section.18)] +>> +endobj +1712 0 obj +<< +/Names [(section.181) 322 0 R (section.182) 326 0 R (section.187) 342 0 R (section.23) 62 0 R (section.31) 86 0 R (section.36) 106 0 R] +/Limits [(section.181) (section.36)] +>> +endobj +1713 0 obj +<< +/Names [(section.38) 114 0 R (section.39) 118 0 R (section.41) 122 0 R (section.48) 138 0 R (section.64) 170 0 R (section.67) 178 0 R] +/Limits [(section.38) (section.67)] +>> +endobj +1714 0 obj +<< +/Names [(section.7) 6 0 R (section.71) 182 0 R (section.76) 190 0 R (section.80) 202 0 R (section.87) 218 0 R (section.9) 10 0 R] +/Limits [(section.7) (section.9)] +>> +endobj +1715 0 obj +<< +/Names [(subsection.117) 230 0 R (subsection.119) 234 0 R (subsection.14) 30 0 R (subsection.141) 238 0 R (subsection.143) 242 0 R (subsection.147) 250 0 R] +/Limits [(subsection.117) (subsection.147)] +>> +endobj +1716 0 obj +<< +/Names [(subsection.15) 34 0 R (subsection.150) 254 0 R (subsection.152) 258 0 R (subsection.155) 262 0 R (subsection.17) 38 0 R (subsection.172) 290 0 R] +/Limits [(subsection.15) (subsection.172)] +>> +endobj +1717 0 obj +<< +/Names [(subsection.183) 330 0 R (subsection.185) 334 0 R (subsection.186) 338 0 R (subsection.19) 46 0 R (subsection.20) 50 0 R (subsection.21) 54 0 R] +/Limits [(subsection.183) (subsection.21)] +>> +endobj +1718 0 obj +<< +/Names [(subsection.22) 58 0 R (subsection.24) 66 0 R (subsection.26) 70 0 R (subsection.28) 74 0 R (subsection.29) 78 0 R (subsection.30) 82 0 R] +/Limits [(subsection.22) (subsection.30)] +>> +endobj +1719 0 obj +<< +/Names [(subsection.32) 90 0 R (subsection.33) 94 0 R (subsection.34) 98 0 R (subsection.35) 102 0 R (subsection.42) 126 0 R (subsection.44) 130 0 R] +/Limits [(subsection.32) (subsection.44)] +>> +endobj +1720 0 obj +<< +/Names [(subsection.46) 134 0 R (subsection.49) 142 0 R (subsection.51) 146 0 R (subsection.52) 150 0 R (subsection.53) 154 0 R (subsection.54) 158 0 R] +/Limits [(subsection.46) (subsection.54)] +>> +endobj +1721 0 obj +<< +/Names [(subsection.55) 162 0 R (subsection.56) 166 0 R (subsection.77) 194 0 R (subsection.79) 198 0 R (subsection.81) 206 0 R (subsection.82) 210 0 R] +/Limits [(subsection.55) (subsection.82)] +>> +endobj +1722 0 obj +<< +/Names [(subsection.85) 214 0 R (subsection.88) 222 0 R (subsection.94) 226 0 R (table.151) 1300 0 R (table.caption.118) 1178 0 R (table.caption.145) 1255 0 R] +/Limits [(subsection.85) (table.caption.145)] +>> +endobj +1723 0 obj +<< +/Names [(table.caption.153) 1315 0 R (table.caption.154) 1326 0 R (table.caption.156) 1327 0 R (table.caption.158) 1359 0 R (table.caption.16) 595 0 R (table.caption.160) 1360 0 R] +/Limits [(table.caption.153) (table.caption.160)] +>> +endobj +1724 0 obj +<< +/Names [(table.caption.162) 1372 0 R (table.caption.165) 1393 0 R (table.caption.166) 1399 0 R (table.caption.43) 757 0 R (table.caption.45) 770 0 R (table.caption.47) 776 0 R] +/Limits [(table.caption.162) (table.caption.47)] +>> +endobj +1725 0 obj +<< +/Names [(table.caption.78) 954 0 R] +/Limits [(table.caption.78) (table.caption.78)] +>> +endobj +1726 0 obj +<< +/Kids [1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R] +/Limits [(Doc-Start) (chapter*.179)] +>> +endobj +1727 0 obj +<< +/Kids [1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R] +/Limits [(chapter*.201) (cite.Liu2.2010)] +>> +endobj +1728 0 obj +<< +/Kids [1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R] +/Limits [(cite.Loya.2014) (figure.caption.40)] +>> +endobj +1729 0 obj +<< +/Kids [1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R] +/Limits [(figure.caption.59) (page.23)] +>> +endobj +1730 0 obj +<< +/Kids [1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R] +/Limits [(page.24) (page.56)] +>> +endobj +1731 0 obj +<< +/Kids [1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R] +/Limits [(page.57) (page.89)] +>> +endobj +1732 0 obj +<< +/Kids [1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R] +/Limits [(page.9) (section*.93)] +>> +endobj +1733 0 obj +<< +/Kids [1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R] +/Limits [(section*.95) (section.9)] +>> +endobj +1734 0 obj +<< +/Kids [1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R] +/Limits [(subsection.117) (subsection.54)] +>> +endobj +1735 0 obj +<< +/Kids [1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R] +/Limits [(subsection.55) (table.caption.78)] +>> +endobj +1736 0 obj +<< +/Kids [1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R] +/Limits [(Doc-Start) (page.89)] +>> +endobj +1737 0 obj +<< +/Kids [1732 0 R 1733 0 R 1734 0 R 1735 0 R] +/Limits [(page.9) (table.caption.78)] +>> +endobj +1738 0 obj +<< +/Kids [1736 0 R 1737 0 R] +/Limits [(Doc-Start) (table.caption.78)] +>> +endobj +1739 0 obj +<< +/Dests 1738 0 R +>> +endobj +1740 0 obj +<< +/Type /Catalog +/Pages 1665 0 R +/Outlines 1666 0 R +/Names 1739 0 R +/PageMode/UseOutlines/PageLabels<>8<>11<>]>> +/OpenAction 345 0 R +>> +endobj +1741 0 obj +<< +/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.17)/Keywords() +/CreationDate (D:20161214013601+01'00') +/ModDate (D:20161214013601+01'00') +/Trapped /False +/PTEX.Fullbanner (This is MiKTeX-pdfTeX 2.9.6000 (1.40.17)) +>> +endobj +xref +0 1742 +0000000544 65535 f +0000000015 00000 n +0000041931 00000 n +0004997942 00000 n +0000000060 00000 n +0000000090 00000 n +0000047125 00000 n +0004997872 00000 n +0000000135 00000 n +0000000210 00000 n +0000929443 00000 n +0004997788 00000 n +0000000255 00000 n +0000000339 00000 n +0000929503 00000 n +0004997702 00000 n +0000000386 00000 n +0000000425 00000 n +0000929563 00000 n +0004997629 00000 n +0000000472 00000 n +0000000512 00000 n +0000933387 00000 n +0004997502 00000 n +0000000559 00000 n +0000000590 00000 n +0000933447 00000 n +0004997392 00000 n +0000000637 00000 n +0000000727 00000 n +0000933507 00000 n +0004997318 00000 n +0000000777 00000 n +0000000843 00000 n +0000936207 00000 n +0004997231 00000 n +0000000893 00000 n +0000000985 00000 n +0000940132 00000 n +0004997157 00000 n +0000001035 00000 n +0000001126 00000 n +0000943089 00000 n +0004997034 00000 n +0000001173 00000 n +0000001232 00000 n +0000943149 00000 n +0004996960 00000 n +0000001282 00000 n +0000001326 00000 n +0000946859 00000 n +0004996873 00000 n +0000001376 00000 n +0000001446 00000 n +0000946919 00000 n +0004996786 00000 n +0000001496 00000 n +0000001551 00000 n +0000946979 00000 n +0004996712 00000 n +0000001601 00000 n +0000001657 00000 n +0000950343 00000 n +0004996589 00000 n +0000001704 00000 n +0000001771 00000 n +0000950403 00000 n +0004996515 00000 n +0000001821 00000 n +0000001872 00000 n +0001114399 00000 n +0004996428 00000 n +0000001922 00000 n +0000001983 00000 n +0001155388 00000 n +0004996341 00000 n +0000002033 00000 n +0000002103 00000 n +0001155448 00000 n +0004996254 00000 n +0000002153 00000 n +0000002190 00000 n +0001155508 00000 n +0004996180 00000 n +0000002240 00000 n +0000002297 00000 n +0001158966 00000 n +0004996055 00000 n +0000002344 00000 n +0000002399 00000 n +0001159026 00000 n +0004995981 00000 n +0000002449 00000 n +0000002502 00000 n +0001162210 00000 n +0004995894 00000 n +0000002552 00000 n +0000002605 00000 n +0001162270 00000 n +0004995805 00000 n +0000002655 00000 n +0000002711 00000 n +0001164186 00000 n +0004995728 00000 n +0000002762 00000 n +0000002843 00000 n +0001164247 00000 n +0004995651 00000 n +0000002891 00000 n +0000002968 00000 n +0001166451 00000 n +0004995519 00000 n +0000003016 00000 n +0000003056 00000 n +0001166512 00000 n +0004995440 00000 n +0000003104 00000 n +0000003143 00000 n +0001166573 00000 n +0004995347 00000 n +0000003191 00000 n +0000003272 00000 n +0001480388 00000 n +0004995216 00000 n +0000003320 00000 n +0000003382 00000 n +0001480449 00000 n +0004995137 00000 n +0000003433 00000 n +0000003503 00000 n +0001480571 00000 n +0004995044 00000 n +0000003554 00000 n +0000003638 00000 n +0001483683 00000 n +0004994965 00000 n +0000003689 00000 n +0000003740 00000 n +0001492823 00000 n +0004994834 00000 n +0000003788 00000 n +0000003845 00000 n +0001492884 00000 n +0004994755 00000 n +0000003896 00000 n +0000003957 00000 n +0001493006 00000 n +0004994662 00000 n +0000004008 00000 n +0000004101 00000 n +0001496809 00000 n +0004994569 00000 n +0000004152 00000 n +0000004227 00000 n +0001496870 00000 n +0004994476 00000 n +0000004278 00000 n +0000004379 00000 n +0001501183 00000 n +0004994383 00000 n +0000004430 00000 n +0000004522 00000 n +0001501244 00000 n +0004994290 00000 n +0000004573 00000 n +0000004625 00000 n +0001501305 00000 n +0004994211 00000 n +0000004676 00000 n +0000004734 00000 n +0001636127 00000 n +0004994132 00000 n +0000004782 00000 n +0000004838 00000 n +0001640477 00000 n +0004994000 00000 n +0000004886 00000 n +0000004943 00000 n +0001640538 00000 n +0004993921 00000 n +0000004991 00000 n +0000005053 00000 n +0001822619 00000 n +0004993842 00000 n +0000005101 00000 n +0000005175 00000 n +0002022850 00000 n +0004993709 00000 n +0000005223 00000 n +0000005316 00000 n +0002022911 00000 n +0004993592 00000 n +0000005364 00000 n +0000005431 00000 n +0002022972 00000 n +0004993513 00000 n +0000005482 00000 n +0000005535 00000 n +0002028584 00000 n +0004993434 00000 n +0000005586 00000 n +0000005636 00000 n +0002030635 00000 n +0004993303 00000 n +0000005684 00000 n +0000005774 00000 n +0002030696 00000 n +0004993224 00000 n +0000005825 00000 n +0000005869 00000 n +0002043920 00000 n +0004993131 00000 n +0000005920 00000 n +0000005987 00000 n +0002232577 00000 n +0004993052 00000 n +0000006038 00000 n +0000006109 00000 n +0002232699 00000 n +0004992921 00000 n +0000006157 00000 n +0000006226 00000 n +0002232760 00000 n +0004992842 00000 n +0000006277 00000 n +0000006327 00000 n +0002539864 00000 n +0004992749 00000 n +0000006378 00000 n +0000006452 00000 n +0002949679 00000 n +0004992656 00000 n +0000006504 00000 n +0000006596 00000 n +0002957747 00000 n +0004992563 00000 n +0000006648 00000 n +0000006714 00000 n +0003216284 00000 n +0004992470 00000 n +0000006766 00000 n +0000006834 00000 n +0003257510 00000 n +0004992391 00000 n +0000006886 00000 n +0000006940 00000 n +0003572839 00000 n +0004992260 00000 n +0000006989 00000 n +0000007055 00000 n +0003572901 00000 n +0004992181 00000 n +0000007107 00000 n +0000007164 00000 n +0003835431 00000 n +0004992088 00000 n +0000007216 00000 n +0000007267 00000 n +0003842074 00000 n +0004991995 00000 n +0000007319 00000 n +0000007370 00000 n +0003849406 00000 n +0004991916 00000 n +0000007422 00000 n +0000007473 00000 n +0004176432 00000 n +0004991823 00000 n +0000007522 00000 n +0000007586 00000 n +0004183445 00000 n +0004991730 00000 n +0000007635 00000 n +0000007714 00000 n +0004458572 00000 n +0004991651 00000 n +0000007763 00000 n +0000007834 00000 n +0004466035 00000 n +0004991519 00000 n +0000007883 00000 n +0000007954 00000 n +0004466097 00000 n +0004991440 00000 n +0000008003 00000 n +0000008061 00000 n +0004763393 00000 n +0004991309 00000 n +0000008110 00000 n +0000008183 00000 n +0004763517 00000 n +0004991244 00000 n +0000008235 00000 n +0000008287 00000 n +0004766968 00000 n +0004991151 00000 n +0000008336 00000 n +0000008415 00000 n +0004767030 00000 n +0004991058 00000 n +0000008464 00000 n +0000008533 00000 n +0004767092 00000 n +0004990965 00000 n +0000008582 00000 n +0000008701 00000 n +0004770585 00000 n +0004990886 00000 n +0000008750 00000 n +0000008783 00000 n +0004775583 00000 n +0004990754 00000 n +0000008832 00000 n +0000008859 00000 n +0004778812 00000 n +0004990689 00000 n +0000008908 00000 n +0000008967 00000 n +0004800313 00000 n +0004990571 00000 n +0000009017 00000 n +0000009045 00000 n +0004800375 00000 n +0004990492 00000 n +0000009094 00000 n +0000009150 00000 n +0004916848 00000 n +0004990361 00000 n +0000009199 00000 n +0000009252 00000 n +0004916910 00000 n +0004990282 00000 n +0000009304 00000 n +0000009380 00000 n +0004921621 00000 n +0004990189 00000 n +0000009432 00000 n +0000009505 00000 n +0004921683 00000 n +0004990110 00000 n +0000009557 00000 n +0000009642 00000 n +0004924054 00000 n +0004990031 00000 n +0000009691 00000 n +0000009772 00000 n +0000010463 00000 n +0000010704 00000 n +0000009823 00000 n +0000010582 00000 n +0000010643 00000 n +0004986970 00000 n +0004986620 00000 n +0004987320 00000 n +0000011130 00000 n +0000010889 00000 n +0000010789 00000 n +0000011008 00000 n +0000011069 00000 n +0000011637 00000 n +0000011396 00000 n +0000011171 00000 n +0000011515 00000 n +0000011576 00000 n +0000012050 00000 n +0000011809 00000 n +0000011709 00000 n +0000011928 00000 n +0000011989 00000 n +0000014584 00000 n +0000014404 00000 n +0000012091 00000 n +0000014523 00000 n +0004987143 00000 n +0000016995 00000 n +0000016815 00000 n +0000014669 00000 n +0000016934 00000 n +0000018222 00000 n +0000018042 00000 n +0000017080 00000 n +0000018161 00000 n +0004987438 00000 n +0000018635 00000 n +0000018394 00000 n +0000018294 00000 n +0000018513 00000 n +0000018574 00000 n +0000020518 00000 n +0000020667 00000 n +0000020818 00000 n +0000020969 00000 n +0000021120 00000 n +0000021272 00000 n +0000021423 00000 n +0000021574 00000 n +0000021730 00000 n +0000021886 00000 n +0000022041 00000 n +0000022191 00000 n +0000022347 00000 n +0000022503 00000 n +0000022658 00000 n +0000022814 00000 n +0000022966 00000 n +0000023122 00000 n +0000023278 00000 n +0000023434 00000 n +0000023590 00000 n +0000023746 00000 n +0000023897 00000 n +0000024053 00000 n +0000024209 00000 n +0000024365 00000 n +0000024521 00000 n +0000024672 00000 n +0000024823 00000 n +0000024974 00000 n +0000025126 00000 n +0000025278 00000 n +0000025434 00000 n +0000025588 00000 n +0000028180 00000 n +0000028332 00000 n +0000025863 00000 n +0000020115 00000 n +0000018676 00000 n +0000025741 00000 n +0000025802 00000 n +0000028488 00000 n +0000028643 00000 n +0000028799 00000 n +0000028955 00000 n +0000029110 00000 n +0000029266 00000 n +0000029422 00000 n +0000029574 00000 n +0000029725 00000 n +0000029877 00000 n +0000030029 00000 n +0000030180 00000 n +0000030331 00000 n +0000030487 00000 n +0000030643 00000 n +0000030795 00000 n +0000030951 00000 n +0000031107 00000 n +0000031263 00000 n +0000031414 00000 n +0000031570 00000 n +0000031726 00000 n +0000031883 00000 n +0000032040 00000 n +0000032196 00000 n +0000032353 00000 n +0000032506 00000 n +0000032663 00000 n +0000032820 00000 n +0000032977 00000 n +0000033133 00000 n +0000033286 00000 n +0000033439 00000 n +0000033592 00000 n +0000033744 00000 n +0000033896 00000 n +0000034049 00000 n +0000034206 00000 n +0000034357 00000 n +0000035694 00000 n +0000034569 00000 n +0000027721 00000 n +0000025948 00000 n +0000034508 00000 n +0000035997 00000 n +0000036150 00000 n +0000036302 00000 n +0000036455 00000 n +0000036607 00000 n +0000036760 00000 n +0000036913 00000 n +0000037070 00000 n +0000037226 00000 n +0000037382 00000 n +0000037596 00000 n +0000035467 00000 n +0000034654 00000 n +0000037535 00000 n +0000035847 00000 n +0000040588 00000 n +0000040748 00000 n +0000040909 00000 n +0000041068 00000 n +0000041229 00000 n +0000041387 00000 n +0000041548 00000 n +0000041708 00000 n +0000045005 00000 n +0000045161 00000 n +0000041990 00000 n +0000040393 00000 n +0000037681 00000 n +0000041870 00000 n +0004790307 00000 n +0004785383 00000 n +0004789812 00000 n +0004789626 00000 n +0000045318 00000 n +0000045474 00000 n +0000045633 00000 n +0000045790 00000 n +0000045951 00000 n +0000046108 00000 n +0000046267 00000 n +0000046424 00000 n +0000046585 00000 n +0000046742 00000 n +0000046903 00000 n +0000049228 00000 n +0000049387 00000 n +0000049547 00000 n +0000049703 00000 n +0000049860 00000 n +0000050016 00000 n +0000050173 00000 n +0000050334 00000 n +0000050489 00000 n +0000050641 00000 n +0000047184 00000 n +0000044770 00000 n +0000042075 00000 n +0000047064 00000 n +0004987556 00000 n +0004789998 00000 n +0004795757 00000 n +0004785135 00000 n +0004785321 00000 n +0000050860 00000 n +0000049017 00000 n +0000047269 00000 n +0000050799 00000 n +0004784949 00000 n +0000925757 00000 n +0000051432 00000 n +0000925471 00000 n +0000000586 00000 f +0000925542 00000 n +0000925818 00000 n +0000051278 00000 n +0000050932 00000 n +0000925696 00000 n +0000922555 00000 n +0000928617 00000 n +0000928775 00000 n +0000928926 00000 n +0000929079 00000 n +0000929232 00000 n +0000930620 00000 n +0000930774 00000 n +0000930927 00000 n +0000929623 00000 n +0000928446 00000 n +0000925926 00000 n +0000929382 00000 n +0004797640 00000 n +0000931143 00000 n +0000930465 00000 n +0000929721 00000 n +0000931082 00000 n +0000933169 00000 n +0000933567 00000 n +0000933030 00000 n +0000931215 00000 n +0000933326 00000 n +0004986475 00000 n +0004789750 00000 n +0000935836 00000 n +0000935992 00000 n +0000938906 00000 n +0000936267 00000 n +0000935689 00000 n +0000933665 00000 n +0000936146 00000 n +0004987674 00000 n +0004789936 00000 n +0000939063 00000 n +0000939220 00000 n +0000000627 00000 f +0000939379 00000 n +0000939535 00000 n +0000939692 00000 n +0000939850 00000 n +0000940192 00000 n +0000938719 00000 n +0000936365 00000 n +0000940010 00000 n +0000940071 00000 n +0004789874 00000 n +0004795571 00000 n +0000942548 00000 n +0000942709 00000 n +0000942870 00000 n +0000943209 00000 n +0000942393 00000 n +0000940290 00000 n +0000943028 00000 n +0004795819 00000 n +0000945838 00000 n +0000945996 00000 n +0000946156 00000 n +0000946316 00000 n +0000946477 00000 n +0000946637 00000 n +0000947039 00000 n +0000945659 00000 n +0000943307 00000 n +0000946798 00000 n +0004795695 00000 n +0004784762 00000 n +0004789688 00000 n +0000949187 00000 n +0000949344 00000 n +0000949501 00000 n +0000949656 00000 n +0000949813 00000 n +0000949970 00000 n +0000950126 00000 n +0000952077 00000 n +0000000838 00000 f +0001113652 00000 n +0000950463 00000 n +0000949000 00000 n +0000947150 00000 n +0000950282 00000 n +0001113809 00000 n +0001113967 00000 n +0001114122 00000 n +0001150039 00000 n +0001150194 00000 n +0001150350 00000 n +0001114459 00000 n +0000951899 00000 n +0000950561 00000 n +0001114277 00000 n +0001114338 00000 n +0001113584 00000 n +0000953993 00000 n +0000954233 00000 n +0000954291 00000 n +0000954349 00000 n +0000954534 00000 n +0000954790 00000 n +0000955238 00000 n +0004795262 00000 n +0001116322 00000 n +0001150509 00000 n +0001150786 00000 n +0001116144 00000 n +0001114598 00000 n +0001150664 00000 n +0001150725 00000 n +0001149963 00000 n +0004987792 00000 n +0001118225 00000 n +0001118355 00000 n +0001118536 00000 n +0001118717 00000 n +0001118898 00000 n +0001119079 00000 n +0001119710 00000 n +0001120328 00000 n +0001120479 00000 n +0001120598 00000 n +0001120717 00000 n +0001120836 00000 n +0001120955 00000 n +0001121187 00000 n +0001121599 00000 n +0001121836 00000 n +0001122209 00000 n +0001122415 00000 n +0001122714 00000 n +0001122840 00000 n +0001122967 00000 n +0001123092 00000 n +0001123217 00000 n +0001123331 00000 n +0001123436 00000 n +0001123560 00000 n +0001123687 00000 n +0001135737 00000 n +0001135758 00000 n +0001144105 00000 n +0001144126 00000 n +0001144362 00000 n +0001144383 00000 n +0001144406 00000 n +0001144428 00000 n +0001149941 00000 n +0001153430 00000 n +0001153591 00000 n +0001153752 00000 n +0001153911 00000 n +0001154068 00000 n +0001154225 00000 n +0001154381 00000 n +0001154538 00000 n +0001154695 00000 n +0001154852 00000 n +0001155007 00000 n +0001155164 00000 n +0001157948 00000 n +0001158105 00000 n +0001158262 00000 n +0001155568 00000 n +0001153203 00000 n +0001150886 00000 n +0001155327 00000 n +0004785073 00000 n +0004785259 00000 n +0004785197 00000 n +0001158423 00000 n +0001158584 00000 n +0001158744 00000 n +0001161832 00000 n +0001159086 00000 n +0001157769 00000 n +0001155666 00000 n +0001158905 00000 n +0004795447 00000 n +0004790121 00000 n +0001161990 00000 n +0001162330 00000 n +0001161685 00000 n +0001159184 00000 n +0001162149 00000 n +0004790060 00000 n +0001163948 00000 n +0001164308 00000 n +0001163809 00000 n +0001162428 00000 n +0001164125 00000 n +0004784824 00000 n +0001166231 00000 n +0001168404 00000 n +0001166634 00000 n +0001166092 00000 n +0001164393 00000 n +0001166390 00000 n +0004986793 00000 n +0001480327 00000 n +0001479951 00000 n +0001480109 00000 n +0001480632 00000 n +0001168242 00000 n +0001166733 00000 n +0001480266 00000 n +0001479883 00000 n +0001480510 00000 n +0004987910 00000 n +0001170499 00000 n +0001170739 00000 n +0001170797 00000 n +0001170855 00000 n +0001171045 00000 n +0001171230 00000 n +0001171491 00000 n +0001171929 00000 n +0001172185 00000 n +0001172427 00000 n +0001325929 00000 n +0001483622 00000 n +0001483404 00000 n +0001483744 00000 n +0001483265 00000 n +0001480745 00000 n +0001483561 00000 n +0001489545 00000 n +0001486797 00000 n +0001486955 00000 n +0001487114 00000 n +0001487273 00000 n +0001487432 00000 n +0001487588 00000 n +0001487745 00000 n +0001487906 00000 n +0001488065 00000 n +0001488221 00000 n +0001488381 00000 n +0001488539 00000 n +0001488699 00000 n +0001488856 00000 n +0001489012 00000 n +0001489168 00000 n +0001489324 00000 n +0001489606 00000 n +0001486530 00000 n +0001483842 00000 n +0001489484 00000 n +0004785011 00000 n +0004795633 00000 n +0004795324 00000 n +0004795509 00000 n +0001492292 00000 n +0001492451 00000 n +0001492606 00000 n +0001495800 00000 n +0001493067 00000 n +0001492137 00000 n +0001489691 00000 n +0001492762 00000 n +0001492945 00000 n +0001495957 00000 n +0001496117 00000 n +0001496278 00000 n +0001496435 00000 n +0001496591 00000 n +0001499703 00000 n +0001499862 00000 n +0001500021 00000 n +0001500180 00000 n +0001496931 00000 n +0001495621 00000 n +0001493152 00000 n +0001496748 00000 n +0001500337 00000 n +0001500492 00000 n +0001500648 00000 n +0001500805 00000 n +0001500961 00000 n +0001501427 00000 n +0001499500 00000 n +0001497016 00000 n +0001501122 00000 n +0001501366 00000 n +0004795386 00000 n +0001503821 00000 n +0001503981 00000 n +0001505348 00000 n +0000000858 00000 f +0001536189 00000 n +0001504261 00000 n +0001503674 00000 n +0001501525 00000 n +0001504139 00000 n +0001504200 00000 n +0004988028 00000 n +0001537039 00000 n +0001536349 00000 n +0001536509 00000 n +0001536821 00000 n +0001537161 00000 n +0001505177 00000 n +0001504359 00000 n +0001536978 00000 n +0001536666 00000 n +0001537100 00000 n +0001632229 00000 n +0001538965 00000 n +0000000948 00000 f +0001632384 00000 n +0001632541 00000 n +0001632879 00000 n +0001538810 00000 n +0001537282 00000 n +0001632696 00000 n +0001632757 00000 n +0001632818 00000 n +0001635384 00000 n +0001635540 00000 n +0001635852 00000 n +0001636188 00000 n +0001635221 00000 n +0001633000 00000 n +0001636005 00000 n +0001635697 00000 n +0001636066 00000 n +0001637182 00000 n +0001637002 00000 n +0001636273 00000 n +0001637121 00000 n +0001639617 00000 n +0001640082 00000 n +0001639771 00000 n +0001640251 00000 n +0001639924 00000 n +0001642092 00000 n +0001640599 00000 n +0001639446 00000 n +0001637254 00000 n +0001640416 00000 n +0004926455 00000 n +0004926423 00000 n +0001822497 00000 n +0001822276 00000 n +0001661138 00000 n +0002018675 00000 n +0001824454 00000 n +0001822680 00000 n +0001641938 00000 n +0001640697 00000 n +0001822436 00000 n +0001661062 00000 n +0001822558 00000 n +0004988146 00000 n +0001644001 00000 n +0001644131 00000 n +0001644517 00000 n +0001645172 00000 n +0001645410 00000 n +0001645754 00000 n +0001645987 00000 n +0001646456 00000 n +0001650676 00000 n +0001650697 00000 n +0001660996 00000 n +0001661017 00000 n +0001661039 00000 n +0001663419 00000 n +0001663659 00000 n +0001663717 00000 n +0001663775 00000 n +0001663965 00000 n +0001664226 00000 n +0001664760 00000 n +0002018956 00000 n +0001824300 00000 n +0001822819 00000 n +0002018834 00000 n +0002018895 00000 n +0002011915 00000 n +0002021640 00000 n +0002022428 00000 n +0002021794 00000 n +0002022606 00000 n +0002021947 00000 n +0002022105 00000 n +0002022263 00000 n +0002023033 00000 n +0002021453 00000 n +0002019077 00000 n +0002022789 00000 n +0004926391 00000 n +0004926359 00000 n +0004789564 00000 n +0004790183 00000 n +0004790245 00000 n +0002025099 00000 n +0002025255 00000 n +0000000983 00000 f +0002028304 00000 n +0002025474 00000 n +0002024952 00000 n +0002023131 00000 n +0002025413 00000 n +0002028523 00000 n +0002028645 00000 n +0002028165 00000 n +0002025546 00000 n +0002028462 00000 n +0002030415 00000 n +0002030757 00000 n +0002030276 00000 n +0002028730 00000 n +0002030574 00000 n +0002043694 00000 n +0002033664 00000 n +0002232197 00000 n +0002044102 00000 n +0002033510 00000 n +0002030855 00000 n +0002043859 00000 n +0002043981 00000 n +0002044042 00000 n +0002043618 00000 n +0004988264 00000 n +0002035455 00000 n +0002035585 00000 n +0002036025 00000 n +0002036263 00000 n +0002036719 00000 n +0002043575 00000 n +0002043596 00000 n +0002046251 00000 n +0000001179 00000 f +0002232357 00000 n +0002491236 00000 n +0002232882 00000 n +0002046089 00000 n +0002044229 00000 n +0002232516 00000 n +0002232638 00000 n +0002232129 00000 n +0002232821 00000 n +0002047916 00000 n +0002048156 00000 n +0002048214 00000 n +0002048272 00000 n +0002050699 00000 n +0002050891 00000 n +0002051083 00000 n +0002052540 00000 n +0002052804 00000 n +0002053058 00000 n +0002053321 00000 n +0002053754 00000 n +0002085864 00000 n +0002234459 00000 n +0002527471 00000 n +0002491520 00000 n +0002234301 00000 n +0002232996 00000 n +0002491394 00000 n +0002491457 00000 n +0002491167 00000 n +0002323883 00000 n +0002324124 00000 n +0002324183 00000 n +0002324242 00000 n +0002327761 00000 n +0002327949 00000 n +0002330072 00000 n +0002330330 00000 n +0002330607 00000 n +0002493711 00000 n +0002527630 00000 n +0002527980 00000 n +0002493543 00000 n +0002491623 00000 n +0002527791 00000 n +0002527854 00000 n +0002527917 00000 n +0002527394 00000 n +0002495589 00000 n +0002495720 00000 n +0002495903 00000 n +0002496086 00000 n +0002496269 00000 n +0002496445 00000 n +0002496867 00000 n +0002497488 00000 n +0002497642 00000 n +0002497764 00000 n +0002497886 00000 n +0002498008 00000 n +0002498148 00000 n +0002498382 00000 n +0002498795 00000 n +0002499034 00000 n +0002499409 00000 n +0002499617 00000 n +0002499918 00000 n +0002500043 00000 n +0002500171 00000 n +0002500298 00000 n +0002500426 00000 n +0002500552 00000 n +0002500678 00000 n +0002500764 00000 n +0002500857 00000 n +0002500957 00000 n +0002513156 00000 n +0002513178 00000 n +0002521527 00000 n +0002521549 00000 n +0002521787 00000 n +0002521809 00000 n +0002521833 00000 n +0002521856 00000 n +0002527371 00000 n +0002539418 00000 n +0002539578 00000 n +0002530265 00000 n +0002534915 00000 n +0002540116 00000 n +0002530098 00000 n +0002528109 00000 n +0002539738 00000 n +0002539801 00000 n +0002539926 00000 n +0002539989 00000 n +0002540052 00000 n +0002534291 00000 n +0002538627 00000 n +0002542556 00000 n +0002542906 00000 n +0002542413 00000 n +0002540268 00000 n +0002542717 00000 n +0002542780 00000 n +0002542843 00000 n +0002592865 00000 n +0002543459 00000 n +0002592928 00000 n +0002543321 00000 n +0002543005 00000 n +0002592802 00000 n +0004988386 00000 n +0002591178 00000 n +0002632070 00000 n +0002595313 00000 n +0002632230 00000 n +0002632644 00000 n +0002595160 00000 n +0002593039 00000 n +0002632392 00000 n +0002632455 00000 n +0002632518 00000 n +0002632581 00000 n +0002635068 00000 n +0002635228 00000 n +0002635389 00000 n +0002635551 00000 n +0002636696 00000 n +0002636027 00000 n +0002634897 00000 n +0002632781 00000 n +0002635712 00000 n +0002635775 00000 n +0002635838 00000 n +0002635901 00000 n +0002635964 00000 n +0002636983 00000 n +0002636552 00000 n +0002636126 00000 n +0002636857 00000 n +0002636920 00000 n +0002687496 00000 n +0002637519 00000 n +0002687559 00000 n +0002637381 00000 n +0002637069 00000 n +0002687433 00000 n +0002685881 00000 n +0002738338 00000 n +0002738500 00000 n +0002689668 00000 n +0002738662 00000 n +0002740740 00000 n +0002739012 00000 n +0002689491 00000 n +0002687670 00000 n +0002738824 00000 n +0002738887 00000 n +0002738949 00000 n +0002737004 00000 n +0002799834 00000 n +0002799897 00000 n +0002740602 00000 n +0002739149 00000 n +0002799771 00000 n +0004988511 00000 n +0002797768 00000 n +0002889529 00000 n +0002801363 00000 n +0002889690 00000 n +0002840343 00000 n +0002949391 00000 n +0002890263 00000 n +0002801186 00000 n +0002800021 00000 n +0002890011 00000 n +0002890074 00000 n +0002890137 00000 n +0002889851 00000 n +0002890200 00000 n +0002839161 00000 n +0002887992 00000 n +0002892652 00000 n +0002951278 00000 n +0002949740 00000 n +0002892508 00000 n +0002890415 00000 n +0002949553 00000 n +0002949616 00000 n +0002951502 00000 n +0002951134 00000 n +0002949877 00000 n +0002951439 00000 n +0002954565 00000 n +0000001575 00000 f +0002954339 00000 n +0002954628 00000 n +0002954195 00000 n +0002951588 00000 n +0002954502 00000 n +0004784886 00000 n +0002957204 00000 n +0002957364 00000 n +0002957523 00000 n +0002958880 00000 n +0002957042 00000 n +0002954727 00000 n +0002957684 00000 n +0002957809 00000 n +0002957872 00000 n +0002957935 00000 n +0002957998 00000 n +0002958061 00000 n +0002958124 00000 n +0002958187 00000 n +0002958250 00000 n +0002958313 00000 n +0002958376 00000 n +0002958439 00000 n +0002958502 00000 n +0002958565 00000 n +0002958628 00000 n +0002958691 00000 n +0002958754 00000 n +0002958817 00000 n +0004797514 00000 n +0004797577 00000 n +0003062982 00000 n +0002960492 00000 n +0003130611 00000 n +0003130771 00000 n +0003063045 00000 n +0002960354 00000 n +0002958979 00000 n +0003062919 00000 n +0004988636 00000 n +0003057097 00000 n +0003064598 00000 n +0003130933 00000 n +0003131094 00000 n +0003132961 00000 n +0003131445 00000 n +0003064412 00000 n +0003063169 00000 n +0003131256 00000 n +0003131319 00000 n +0003131382 00000 n +0003127913 00000 n +0003216221 00000 n +0003215997 00000 n +0003216346 00000 n +0003132802 00000 n +0003131582 00000 n +0003216158 00000 n +0003213041 00000 n +0003254475 00000 n +0003216934 00000 n +0003254538 00000 n +0003216796 00000 n +0003216483 00000 n +0003254412 00000 n +0003252546 00000 n +0003256967 00000 n +0003257127 00000 n +0003257289 00000 n +0003258310 00000 n +0003257572 00000 n +0003256805 00000 n +0003254649 00000 n +0003257447 00000 n +0003572776 00000 n +0003570531 00000 n +0003570307 00000 n +0003570594 00000 n +0003258150 00000 n +0003257671 00000 n +0003570468 00000 n +0003570238 00000 n +0003261720 00000 n +0003261961 00000 n +0003262020 00000 n +0003262079 00000 n +0003262267 00000 n +0003262460 00000 n +0003262718 00000 n +0003263011 00000 n +0003263274 00000 n +0003263375 00000 n +0003430199 00000 n +0003572962 00000 n +0003572590 00000 n +0003570697 00000 n +0003572713 00000 n +0004988761 00000 n +0003574241 00000 n +0003576236 00000 n +0003574526 00000 n +0003574097 00000 n +0003573048 00000 n +0003574400 00000 n +0003574463 00000 n +0003835368 00000 n +0003835155 00000 n +0003835493 00000 n +0003576076 00000 n +0003574625 00000 n +0003835305 00000 n +0003835086 00000 n +0003671912 00000 n +0003672153 00000 n +0003672212 00000 n +0003672271 00000 n +0003672459 00000 n +0003672717 00000 n +0003672998 00000 n +0003838827 00000 n +0003838890 00000 n +0003838641 00000 n +0003835609 00000 n +0003838764 00000 n +0003845317 00000 n +0003845478 00000 n +0003842135 00000 n +0003841888 00000 n +0003838976 00000 n +0003842011 00000 n +0003845758 00000 n +0003845164 00000 n +0003842221 00000 n +0003845632 00000 n +0003845695 00000 n +0003848636 00000 n +0003848797 00000 n +0003848958 00000 n +0003849119 00000 n +0003850655 00000 n +0003850821 00000 n +0003849531 00000 n +0003848465 00000 n +0003845844 00000 n +0003849280 00000 n +0003849343 00000 n +0003849468 00000 n +0004988886 00000 n +0003851045 00000 n +0003850502 00000 n +0003849617 00000 n +0003850982 00000 n +0004173347 00000 n +0003851549 00000 n +0004173410 00000 n +0003851410 00000 n +0003851118 00000 n +0004173284 00000 n +0004173215 00000 n +0003855314 00000 n +0003855555 00000 n +0003855614 00000 n +0003855673 00000 n +0003860143 00000 n +0003860331 00000 n +0003860523 00000 n +0003863135 00000 n +0003863393 00000 n +0003863962 00000 n +0003864225 00000 n +0003864266 00000 n +0004034083 00000 n +0004175985 00000 n +0004176146 00000 n +0004176494 00000 n +0004175832 00000 n +0004173513 00000 n +0004176307 00000 n +0004176370 00000 n +0004180087 00000 n +0004180150 00000 n +0004179901 00000 n +0004176593 00000 n +0004180024 00000 n +0004183063 00000 n +0004183223 00000 n +0004184886 00000 n +0004183570 00000 n +0004182910 00000 n +0004180249 00000 n +0004183382 00000 n +0004183507 00000 n +0004458509 00000 n +0004458123 00000 n +0004458285 00000 n +0004458634 00000 n +0004184717 00000 n +0004183669 00000 n +0004458446 00000 n +0004458054 00000 n +0004989011 00000 n +0004187258 00000 n +0004187499 00000 n +0004187558 00000 n +0004187617 00000 n +0004187805 00000 n +0004188000 00000 n +0004188258 00000 n +0004188527 00000 n +0004188794 00000 n +0004189031 00000 n +0004346904 00000 n +0004461631 00000 n +0004461407 00000 n +0004461694 00000 n +0004461263 00000 n +0004458763 00000 n +0004461568 00000 n +0004464227 00000 n +0004464290 00000 n +0004464041 00000 n +0004461780 00000 n +0004464164 00000 n +0004465491 00000 n +0004465810 00000 n +0004467680 00000 n +0004466159 00000 n +0004465329 00000 n +0004464389 00000 n +0004465972 00000 n +0004465652 00000 n +0004726220 00000 n +0004725996 00000 n +0004726283 00000 n +0004467520 00000 n +0004466245 00000 n +0004726157 00000 n +0004725927 00000 n +0004558299 00000 n +0004558540 00000 n +0004558599 00000 n +0004558658 00000 n +0004562836 00000 n +0004563024 00000 n +0004565761 00000 n +0004566019 00000 n +0004566292 00000 n +0004763007 00000 n +0004728418 00000 n +0004763169 00000 n +0004763579 00000 n +0004728249 00000 n +0004726386 00000 n +0004763330 00000 n +0004763455 00000 n +0004762930 00000 n +0004731097 00000 n +0004731228 00000 n +0004731411 00000 n +0004731594 00000 n +0004731777 00000 n +0004731960 00000 n +0004732594 00000 n +0004733215 00000 n +0004733369 00000 n +0004733491 00000 n +0004733613 00000 n +0004733735 00000 n +0004733857 00000 n +0004734091 00000 n +0004734504 00000 n +0004734743 00000 n +0004735118 00000 n +0004735326 00000 n +0004735627 00000 n +0004735754 00000 n +0004735882 00000 n +0004736008 00000 n +0004736134 00000 n +0004736249 00000 n +0004736355 00000 n +0004736480 00000 n +0004736608 00000 n +0004748692 00000 n +0004748714 00000 n +0004757063 00000 n +0004757085 00000 n +0004757323 00000 n +0004757345 00000 n +0004757369 00000 n +0004757392 00000 n +0004762907 00000 n +0004766585 00000 n +0004766747 00000 n +0004767152 00000 n +0004766432 00000 n +0004763708 00000 n +0004766905 00000 n +0004989136 00000 n +0004770368 00000 n +0004770647 00000 n +0004770224 00000 n +0004767251 00000 n +0004770522 00000 n +0004772487 00000 n +0004772301 00000 n +0004770746 00000 n +0004772424 00000 n +0004775645 00000 n +0004775397 00000 n +0004772573 00000 n +0004775520 00000 n +0004778874 00000 n +0004778626 00000 n +0004775744 00000 n +0004778749 00000 n +0004779825 00000 n +0004779639 00000 n +0004778973 00000 n +0004779762 00000 n +0004782589 00000 n +0004783002 00000 n +0004783404 00000 n +0004783602 00000 n +0004784029 00000 n +0004784242 00000 n +0004785444 00000 n +0004782364 00000 n +0004779898 00000 n +0004784636 00000 n +0004784699 00000 n +0004782797 00000 n +0004783204 00000 n +0004783817 00000 n +0004784440 00000 n +0004989261 00000 n +0004788386 00000 n +0004788813 00000 n +0004789024 00000 n +0004793514 00000 n +0004790432 00000 n +0004788206 00000 n +0004785530 00000 n +0004789501 00000 n +0004788601 00000 n +0004790369 00000 n +0004789263 00000 n +0004793989 00000 n +0004794179 00000 n +0004794371 00000 n +0004794563 00000 n +0004794754 00000 n +0004794945 00000 n +0004795944 00000 n +0004793307 00000 n +0004790505 00000 n +0004795136 00000 n +0004795199 00000 n +0004793753 00000 n +0004795881 00000 n +0004797036 00000 n +0004797702 00000 n +0004796883 00000 n +0004796017 00000 n +0004797451 00000 n +0004797244 00000 n +0004799767 00000 n +0004799928 00000 n +0004800090 00000 n +0004802659 00000 n +0004802818 00000 n +0004800437 00000 n +0004799605 00000 n +0004797775 00000 n +0004800250 00000 n +0004802976 00000 n +0004803198 00000 n +0004802497 00000 n +0004800536 00000 n +0004803135 00000 n +0004805359 00000 n +0004805521 00000 n +0004805745 00000 n +0004805206 00000 n +0004803284 00000 n +0004805682 00000 n +0004989386 00000 n +0004915208 00000 n +0004915365 00000 n +0004915523 00000 n +0004915681 00000 n +0004915838 00000 n +0004915996 00000 n +0004807726 00000 n +0000000000 00000 f +0004916153 00000 n +0004916310 00000 n +0004916471 00000 n +0004916629 00000 n +0004920450 00000 n +0004920606 00000 n +0004920764 00000 n +0004920921 00000 n +0004917035 00000 n +0004807501 00000 n +0004805831 00000 n +0004916785 00000 n +0004916972 00000 n +0004820872 00000 n +0004821133 00000 n +0004821215 00000 n +0004821325 00000 n +0004821416 00000 n +0004822908 00000 n +0004824337 00000 n +0004825495 00000 n +0004826424 00000 n +0004827355 00000 n +0004828286 00000 n +0004830064 00000 n +0004831271 00000 n +0004832667 00000 n +0004832819 00000 n +0004833105 00000 n +0004833522 00000 n +0004833943 00000 n +0004834127 00000 n +0004834288 00000 n +0004834501 00000 n +0004834721 00000 n +0004834943 00000 n +0004835155 00000 n +0004835493 00000 n +0004840302 00000 n +0004856778 00000 n +0004887372 00000 n +0004921079 00000 n +0004921240 00000 n +0004921401 00000 n +0004921745 00000 n +0004920252 00000 n +0004917151 00000 n +0004921558 00000 n +0004924934 00000 n +0004923868 00000 n +0004921831 00000 n +0004923991 00000 n +0004924116 00000 n +0004924179 00000 n +0004924242 00000 n +0004924305 00000 n +0004924368 00000 n +0004924430 00000 n +0004924493 00000 n +0004924556 00000 n +0004924619 00000 n +0004924682 00000 n +0004924745 00000 n +0004924808 00000 n +0004924871 00000 n +0004926273 00000 n +0004926024 00000 n +0004925020 00000 n +0004926147 00000 n +0004926210 00000 n +0004985936 00000 n +0004926487 00000 n +0004927461 00000 n +0004927485 00000 n +0004928464 00000 n +0004929442 00000 n +0004930421 00000 n +0004937521 00000 n +0004937750 00000 n +0004950555 00000 n +0004951047 00000 n +0004960561 00000 n +0004960883 00000 n +0004975046 00000 n +0004975697 00000 n +0004985518 00000 n +0004989502 00000 n +0004989622 00000 n +0004989745 00000 n +0004989871 00000 n +0004989954 00000 n +0004998050 00000 n +0004998248 00000 n +0004998433 00000 n +0004998618 00000 n +0004998803 00000 n +0004998988 00000 n +0004999184 00000 n +0004999385 00000 n +0004999604 00000 n +0004999855 00000 n +0005000104 00000 n +0005000353 00000 n +0005000594 00000 n +0005000839 00000 n +0005001096 00000 n +0005001357 00000 n +0005001622 00000 n +0005001887 00000 n +0005002145 00000 n +0005002394 00000 n +0005002649 00000 n +0005002827 00000 n +0005003007 00000 n +0005003178 00000 n +0005003348 00000 n +0005003519 00000 n +0005003688 00000 n +0005003857 00000 n +0005004028 00000 n +0005004198 00000 n +0005004375 00000 n +0005004550 00000 n +0005004727 00000 n +0005004902 00000 n +0005005079 00000 n +0005005254 00000 n +0005005431 00000 n +0005005605 00000 n +0005005787 00000 n +0005006004 00000 n +0005006221 00000 n +0005006420 00000 n +0005006625 00000 n +0005006824 00000 n +0005007027 00000 n +0005007227 00000 n +0005007424 00000 n +0005007619 00000 n +0005007807 00000 n +0005008032 00000 n +0005008254 00000 n +0005008474 00000 n +0005008687 00000 n +0005008903 00000 n +0005009122 00000 n +0005009341 00000 n +0005009571 00000 n +0005009826 00000 n +0005010076 00000 n +0005010184 00000 n +0005010307 00000 n +0005010435 00000 n +0005010568 00000 n +0005010694 00000 n +0005010810 00000 n +0005010926 00000 n +0005011045 00000 n +0005011167 00000 n +0005011296 00000 n +0005011418 00000 n +0005011536 00000 n +0005011642 00000 n +0005011733 00000 n +0005011773 00000 n +0005011955 00000 n +trailer +<< /Size 1742 +/Root 1740 0 R +/Info 1741 0 R +/ID [<44E2A023DE3D0C308C5364E0D2FE7398> <44E2A023DE3D0C308C5364E0D2FE7398>] >> +startxref +5012231 +%%EOF diff --git a/Sources/ontology101.pdf b/Sources/ontology101.pdf new file mode 100644 index 0000000..260c13d Binary files /dev/null and b/Sources/ontology101.pdf differ diff --git a/Sources/poslad2007.pdf b/Sources/poslad2007.pdf new file mode 100644 index 0000000..52dc787 Binary files /dev/null and b/Sources/poslad2007.pdf differ diff --git a/Sources/psl-aimag.pdf b/Sources/psl-aimag.pdf new file mode 100644 index 0000000..878f998 Binary files /dev/null and b/Sources/psl-aimag.pdf differ diff --git a/Sources/pslschedules.pdf b/Sources/pslschedules.pdf new file mode 100644 index 0000000..e4be79f Binary files /dev/null and b/Sources/pslschedules.pdf differ diff --git a/Sources/semantic_domain.pdf b/Sources/semantic_domain.pdf new file mode 100644 index 0000000..543845f Binary files /dev/null and b/Sources/semantic_domain.pdf differ diff --git a/Work/Diagrams/corporate-officers.pdf b/Work/Diagrams/corporate-officers.pdf new file mode 100644 index 0000000..36d6052 Binary files /dev/null and b/Work/Diagrams/corporate-officers.pdf differ diff --git a/Work/Diagrams/hr-process.pdf b/Work/Diagrams/hr-process.pdf new file mode 100644 index 0000000..5eed56e Binary files /dev/null and b/Work/Diagrams/hr-process.pdf differ diff --git a/Work/Diagrams/project-process.pdf b/Work/Diagrams/project-process.pdf new file mode 100644 index 0000000..d94e96f Binary files /dev/null and b/Work/Diagrams/project-process.pdf differ diff --git a/Work/Diagrams/ranks.pdf b/Work/Diagrams/ranks.pdf new file mode 100644 index 0000000..ca8847b Binary files /dev/null and b/Work/Diagrams/ranks.pdf differ diff --git a/Work/Documentation/LaTeX_symbols.pdf b/Work/Documentation/LaTeX_symbols.pdf new file mode 100644 index 0000000..2ddbbff Binary files /dev/null and b/Work/Documentation/LaTeX_symbols.pdf differ diff --git a/Work/Documentation/biber.pdf b/Work/Documentation/biber.pdf new file mode 100644 index 0000000..03cefc2 Binary files /dev/null and b/Work/Documentation/biber.pdf differ diff --git a/Work/Documentation/biblatex.pdf b/Work/Documentation/biblatex.pdf new file mode 100644 index 0000000..f6097f7 Binary files /dev/null and b/Work/Documentation/biblatex.pdf differ diff --git a/Work/Documentation/fontspec.pdf b/Work/Documentation/fontspec.pdf new file mode 100644 index 0000000..97e8a29 Binary files /dev/null and b/Work/Documentation/fontspec.pdf differ diff --git a/Work/Documentation/glossaries-user.pdf b/Work/Documentation/glossaries-user.pdf new file mode 100644 index 0000000..91dcdb2 Binary files /dev/null and b/Work/Documentation/glossaries-user.pdf differ diff --git a/Work/Documentation/glossariesbegin.pdf b/Work/Documentation/glossariesbegin.pdf new file mode 100644 index 0000000..bfdff9d Binary files /dev/null and b/Work/Documentation/glossariesbegin.pdf differ diff --git a/Work/Documentation/hyperref.pdf b/Work/Documentation/hyperref.pdf new file mode 100644 index 0000000..ac426cd Binary files /dev/null and b/Work/Documentation/hyperref.pdf differ diff --git a/Work/Documentation/minimaltikz.pdf b/Work/Documentation/minimaltikz.pdf new file mode 100644 index 0000000..865a5d1 Binary files /dev/null and b/Work/Documentation/minimaltikz.pdf differ diff --git a/Work/Documentation/paralist.pdf b/Work/Documentation/paralist.pdf new file mode 100644 index 0000000..36090a7 Binary files /dev/null and b/Work/Documentation/paralist.pdf differ diff --git a/Work/Documentation/progressbar.pdf b/Work/Documentation/progressbar.pdf new file mode 100644 index 0000000..15a5f4a Binary files /dev/null and b/Work/Documentation/progressbar.pdf differ diff --git a/Work/Documentation/scrguide.pdf b/Work/Documentation/scrguide.pdf new file mode 100644 index 0000000..e7aab67 Binary files /dev/null and b/Work/Documentation/scrguide.pdf differ diff --git a/Work/Documentation/tikz-uml/.gitignore b/Work/Documentation/tikz-uml/.gitignore new file mode 100644 index 0000000..23e9be8 --- /dev/null +++ b/Work/Documentation/tikz-uml/.gitignore @@ -0,0 +1,32 @@ +doc/*.log +doc/*.aux +doc/*.out +doc/*.synctex.gz +doc/*.toc +doc/*.4ct +doc/*.4tc +doc/*.css +doc/*.dvi +doc/*.html +doc/*.idv +doc/*.lg +doc/*.tmp +doc/*.xref +src +pgf-umlsd.sty +test +examples/*.log +examples/*.aux +examples/*.out +examples/*.synctex.gz +examples/*.toc +examples/*.tikz +examples/*.4ct +examples/*.4tc +examples/*.css +examples/*.dvi +examples/*.html +examples/*.idv +examples/*.lg +examples/*.tmp +examples/*.xref diff --git a/Work/Documentation/tikz-uml/doc/fig/actor.png b/Work/Documentation/tikz-uml/doc/fig/actor.png new file mode 100644 index 0000000..70eb2cc Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/actor.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/actorfont.png b/Work/Documentation/tikz-uml/doc/fig/actorfont.png new file mode 100644 index 0000000..a7be4c6 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/actorfont.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/actorscale.png b/Work/Documentation/tikz-uml/doc/fig/actorscale.png new file mode 100644 index 0000000..e5b2568 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/actorscale.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/assocclass.png b/Work/Documentation/tikz-uml/doc/fig/assocclass.png new file mode 100644 index 0000000..963ed9b Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/assocclass.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/bugalign.png b/Work/Documentation/tikz-uml/doc/fig/bugalign.png new file mode 100644 index 0000000..5db9555 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/bugalign.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/bugcall.png b/Work/Documentation/tikz-uml/doc/fig/bugcall.png new file mode 100644 index 0000000..d77b82c Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/bugcall.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/bugtemplate.png b/Work/Documentation/tikz-uml/doc/fig/bugtemplate.png new file mode 100644 index 0000000..e878670 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/bugtemplate.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/bugtemplate2.png b/Work/Documentation/tikz-uml/doc/fig/bugtemplate2.png new file mode 100644 index 0000000..42c336b Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/bugtemplate2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/call.png b/Work/Documentation/tikz-uml/doc/fig/call.png new file mode 100644 index 0000000..6e38c70 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/call.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/calldt.png b/Work/Documentation/tikz-uml/doc/fig/calldt.png new file mode 100644 index 0000000..7725b44 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/calldt.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/calldt2.png b/Work/Documentation/tikz-uml/doc/fig/calldt2.png new file mode 100644 index 0000000..cd2bf99 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/calldt2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/calldt2correct.png b/Work/Documentation/tikz-uml/doc/fig/calldt2correct.png new file mode 100644 index 0000000..2c2d7a4 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/calldt2correct.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callop.png b/Work/Documentation/tikz-uml/doc/fig/callop.png new file mode 100644 index 0000000..6cd3835 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callop.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callpadding.png b/Work/Documentation/tikz-uml/doc/fig/callpadding.png new file mode 100644 index 0000000..5d5c738 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callpadding.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callreturn.png b/Work/Documentation/tikz-uml/doc/fig/callreturn.png new file mode 100644 index 0000000..a0c16af Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callreturn.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callreturnonly.png b/Work/Documentation/tikz-uml/doc/fig/callreturnonly.png new file mode 100644 index 0000000..29818a9 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callreturnonly.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callself.png b/Work/Documentation/tikz-uml/doc/fig/callself.png new file mode 100644 index 0000000..b515230 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callself.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callselfrecursive.png b/Work/Documentation/tikz-uml/doc/fig/callselfrecursive.png new file mode 100644 index 0000000..2bcf7ab Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callselfrecursive.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callsync.png b/Work/Documentation/tikz-uml/doc/fig/callsync.png new file mode 100644 index 0000000..bff8afb Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callsync.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/callwithreturn.png b/Work/Documentation/tikz-uml/doc/fig/callwithreturn.png new file mode 100644 index 0000000..d484308 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/callwithreturn.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/class.png b/Work/Documentation/tikz-uml/doc/fig/class.png new file mode 100644 index 0000000..c505e3e Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/class.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classabsolutecoords.png b/Work/Documentation/tikz-uml/doc/fig/classabsolutecoords.png new file mode 100644 index 0000000..a6bf075 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classabsolutecoords.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classabstract.png b/Work/Documentation/tikz-uml/doc/fig/classabstract.png new file mode 100644 index 0000000..0ffd51d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classabstract.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classdiagex.png b/Work/Documentation/tikz-uml/doc/fig/classdiagex.png new file mode 100644 index 0000000..f5da609 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classdiagex.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classdiagstep1.png b/Work/Documentation/tikz-uml/doc/fig/classdiagstep1.png new file mode 100644 index 0000000..1c58ab0 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classdiagstep1.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classdiagstep2.png b/Work/Documentation/tikz-uml/doc/fig/classdiagstep2.png new file mode 100644 index 0000000..ba01ee6 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classdiagstep2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classdiagstep3.png b/Work/Documentation/tikz-uml/doc/fig/classdiagstep3.png new file mode 100644 index 0000000..e70dd77 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classdiagstep3.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classdiagstep4.png b/Work/Documentation/tikz-uml/doc/fig/classdiagstep4.png new file mode 100644 index 0000000..6889b6a Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classdiagstep4.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classempty.png b/Work/Documentation/tikz-uml/doc/fig/classempty.png new file mode 100644 index 0000000..c6848e5 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classempty.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classnamewithunderscore.png b/Work/Documentation/tikz-uml/doc/fig/classnamewithunderscore.png new file mode 100644 index 0000000..af85fdd Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classnamewithunderscore.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classrelativecoords.png b/Work/Documentation/tikz-uml/doc/fig/classrelativecoords.png new file mode 100644 index 0000000..9704f4c Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classrelativecoords.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classsimple.png b/Work/Documentation/tikz-uml/doc/fig/classsimple.png new file mode 100644 index 0000000..8b2caaf Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classsimple.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classtags.png b/Work/Documentation/tikz-uml/doc/fig/classtags.png new file mode 100644 index 0000000..71b1dcd Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classtags.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classtemplate.png b/Work/Documentation/tikz-uml/doc/fig/classtemplate.png new file mode 100644 index 0000000..e9b00da Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classtemplate.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classtype.png b/Work/Documentation/tikz-uml/doc/fig/classtype.png new file mode 100644 index 0000000..aa452ad Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classtype.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/classwidth.png b/Work/Documentation/tikz-uml/doc/fig/classwidth.png new file mode 100644 index 0000000..4365e44 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/classwidth.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/compdiagex.png b/Work/Documentation/tikz-uml/doc/fig/compdiagex.png new file mode 100644 index 0000000..d62b2b5 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/compdiagex.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/compdiagexstep1.png b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep1.png new file mode 100644 index 0000000..53cabac Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep1.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/compdiagexstep2.png b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep2.png new file mode 100644 index 0000000..c59def0 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/compdiagexstep3.png b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep3.png new file mode 100644 index 0000000..afd20da Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep3.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/compdiagexstep4.png b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep4.png new file mode 100644 index 0000000..a1d06eb Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/compdiagexstep4.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/component.png b/Work/Documentation/tikz-uml/doc/fig/component.png new file mode 100644 index 0000000..c0b2f9d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/component.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnector.png b/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnector.png new file mode 100644 index 0000000..529ca3d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnector.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnectoradjust.png b/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnectoradjust.png new file mode 100644 index 0000000..65be8ad Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnectoradjust.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnectorarm.png b/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnectorarm.png new file mode 100644 index 0000000..33c6add Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/componentassemblyconnectorarm.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/componentdelegateconnector.png b/Work/Documentation/tikz-uml/doc/fig/componentdelegateconnector.png new file mode 100644 index 0000000..382d90e Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/componentdelegateconnector.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/componentinner.png b/Work/Documentation/tikz-uml/doc/fig/componentinner.png new file mode 100644 index 0000000..96986f5 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/componentinner.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/componentinterface.png b/Work/Documentation/tikz-uml/doc/fig/componentinterface.png new file mode 100644 index 0000000..e05476b Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/componentinterface.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/componentinterfacepadding.png b/Work/Documentation/tikz-uml/doc/fig/componentinterfacepadding.png new file mode 100644 index 0000000..3685bee Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/componentinterfacepadding.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/createcall.png b/Work/Documentation/tikz-uml/doc/fig/createcall.png new file mode 100644 index 0000000..ac1b9c4 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/createcall.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/createcallset.png b/Work/Documentation/tikz-uml/doc/fig/createcallset.png new file mode 100644 index 0000000..29e24ef Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/createcallset.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/fig--2012-10-05.tar b/Work/Documentation/tikz-uml/doc/fig/fig--2012-10-05.tar new file mode 100644 index 0000000..e69de29 diff --git a/Work/Documentation/tikz-uml/doc/fig/fig-v0.9.9-2012-10-05.tar b/Work/Documentation/tikz-uml/doc/fig/fig-v0.9.9-2012-10-05.tar new file mode 100644 index 0000000..e69de29 diff --git a/Work/Documentation/tikz-uml/doc/fig/fragment.png b/Work/Documentation/tikz-uml/doc/fig/fragment.png new file mode 100644 index 0000000..769cf06 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/fragment.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/fragmentlabel.png b/Work/Documentation/tikz-uml/doc/fig/fragmentlabel.png new file mode 100644 index 0000000..f5c38df Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/fragmentlabel.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/fragmentname.png b/Work/Documentation/tikz-uml/doc/fig/fragmentname.png new file mode 100644 index 0000000..693fe30 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/fragmentname.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/fragmentpart.png b/Work/Documentation/tikz-uml/doc/fig/fragmentpart.png new file mode 100644 index 0000000..7c81c6c Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/fragmentpart.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/include-and-extend.png b/Work/Documentation/tikz-uml/doc/fig/include-and-extend.png new file mode 100644 index 0000000..216d79c Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/include-and-extend.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/interfacesimple.png b/Work/Documentation/tikz-uml/doc/fig/interfacesimple.png new file mode 100644 index 0000000..d247e0d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/interfacesimple.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/naryassoc.png b/Work/Documentation/tikz-uml/doc/fig/naryassoc.png new file mode 100644 index 0000000..0ec2d9b Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/naryassoc.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/noteVHV.png b/Work/Documentation/tikz-uml/doc/fig/noteVHV.png new file mode 100644 index 0000000..1ed9d9b Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/noteVHV.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/noteclass.png b/Work/Documentation/tikz-uml/doc/fig/noteclass.png new file mode 100644 index 0000000..48e0cf7 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/noteclass.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/noterelation.png b/Work/Documentation/tikz-uml/doc/fig/noterelation.png new file mode 100644 index 0000000..afd4fbd Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/noterelation.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/object.png b/Work/Documentation/tikz-uml/doc/fig/object.png new file mode 100644 index 0000000..3a1c27e Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/object.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/objectclass.png b/Work/Documentation/tikz-uml/doc/fig/objectclass.png new file mode 100644 index 0000000..bd78e76 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/objectclass.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/objectfont.png b/Work/Documentation/tikz-uml/doc/fig/objectfont.png new file mode 100644 index 0000000..0431276 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/objectfont.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/objectnoddots.png b/Work/Documentation/tikz-uml/doc/fig/objectnoddots.png new file mode 100644 index 0000000..9d06992 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/objectnoddots.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/objectscale.png b/Work/Documentation/tikz-uml/doc/fig/objectscale.png new file mode 100644 index 0000000..b5505b3 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/objectscale.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/objectstereo.png b/Work/Documentation/tikz-uml/doc/fig/objectstereo.png new file mode 100644 index 0000000..c06b6a0 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/objectstereo.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/package.png b/Work/Documentation/tikz-uml/doc/fig/package.png new file mode 100644 index 0000000..d149fc0 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/package.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/packagetype.png b/Work/Documentation/tikz-uml/doc/fig/packagetype.png new file mode 100644 index 0000000..8c09176 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/packagetype.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/point.png b/Work/Documentation/tikz-uml/doc/fig/point.png new file mode 100644 index 0000000..aedb5b9 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/point.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relation.png b/Work/Documentation/tikz-uml/doc/fig/relation.png new file mode 100644 index 0000000..cc26a6d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relation.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationCN.png b/Work/Documentation/tikz-uml/doc/fig/relationCN.png new file mode 100644 index 0000000..7a4e713 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationCN.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationHVHptname.png b/Work/Documentation/tikz-uml/doc/fig/relationHVHptname.png new file mode 100644 index 0000000..2aab0af Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationHVHptname.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationHVptname.png b/Work/Documentation/tikz-uml/doc/fig/relationHVptname.png new file mode 100644 index 0000000..fd36a77 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationHVptname.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationaggreg.png b/Work/Documentation/tikz-uml/doc/fig/relationaggreg.png new file mode 100644 index 0000000..5d742eb Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationaggreg.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationalign.png b/Work/Documentation/tikz-uml/doc/fig/relationalign.png new file mode 100644 index 0000000..26d5f33 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationalign.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationanchor.png b/Work/Documentation/tikz-uml/doc/fig/relationanchor.png new file mode 100644 index 0000000..1c10549 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationanchor.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationanchors.png b/Work/Documentation/tikz-uml/doc/fig/relationanchors.png new file mode 100644 index 0000000..a38cf5f Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationanchors.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationarg.png b/Work/Documentation/tikz-uml/doc/fig/relationarg.png new file mode 100644 index 0000000..447e607 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationarg.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationarm.png b/Work/Documentation/tikz-uml/doc/fig/relationarm.png new file mode 100644 index 0000000..8e76fbf Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationarm.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationarm2.png b/Work/Documentation/tikz-uml/doc/fig/relationarm2.png new file mode 100644 index 0000000..84e5c64 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationarm2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationassoc.png b/Work/Documentation/tikz-uml/doc/fig/relationassoc.png new file mode 100644 index 0000000..8e81481 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationassoc.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationattr.png b/Work/Documentation/tikz-uml/doc/fig/relationattr.png new file mode 100644 index 0000000..b2ebe81 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationattr.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationattr2.png b/Work/Documentation/tikz-uml/doc/fig/relationattr2.png new file mode 100644 index 0000000..f0affce Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationattr2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationcompo.png b/Work/Documentation/tikz-uml/doc/fig/relationcompo.png new file mode 100644 index 0000000..71d437d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationcompo.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationdep.png b/Work/Documentation/tikz-uml/doc/fig/relationdep.png new file mode 100644 index 0000000..a7bea9c Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationdep.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationimpl.png b/Work/Documentation/tikz-uml/doc/fig/relationimpl.png new file mode 100644 index 0000000..7f75996 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationimpl.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationimport.png b/Work/Documentation/tikz-uml/doc/fig/relationimport.png new file mode 100644 index 0000000..afde4cd Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationimport.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationinherit.png b/Work/Documentation/tikz-uml/doc/fig/relationinherit.png new file mode 100644 index 0000000..7b0b0df Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationinherit.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationnest.png b/Work/Documentation/tikz-uml/doc/fig/relationnest.png new file mode 100644 index 0000000..d1b2bce Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationnest.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationpos.png b/Work/Documentation/tikz-uml/doc/fig/relationpos.png new file mode 100644 index 0000000..f0f3ac5 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationpos.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationptname.png b/Work/Documentation/tikz-uml/doc/fig/relationptname.png new file mode 100644 index 0000000..2f8ae69 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationptname.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationreal.png b/Work/Documentation/tikz-uml/doc/fig/relationreal.png new file mode 100644 index 0000000..ca66371 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationreal.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationrec.png b/Work/Documentation/tikz-uml/doc/fig/relationrec.png new file mode 100644 index 0000000..9022037 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationrec.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationrec2.png b/Work/Documentation/tikz-uml/doc/fig/relationrec2.png new file mode 100644 index 0000000..db9fc94 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationrec2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationstereo.png b/Work/Documentation/tikz-uml/doc/fig/relationstereo.png new file mode 100644 index 0000000..fa5afb1 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationstereo.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationthick.png b/Work/Documentation/tikz-uml/doc/fig/relationthick.png new file mode 100644 index 0000000..c40718a Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationthick.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationuniaggreg.png b/Work/Documentation/tikz-uml/doc/fig/relationuniaggreg.png new file mode 100644 index 0000000..a4a55c4 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationuniaggreg.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationuniassoc.png b/Work/Documentation/tikz-uml/doc/fig/relationuniassoc.png new file mode 100644 index 0000000..5dabc7d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationuniassoc.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationunicompo.png b/Work/Documentation/tikz-uml/doc/fig/relationunicompo.png new file mode 100644 index 0000000..a797b0f Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationunicompo.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationweight.png b/Work/Documentation/tikz-uml/doc/fig/relationweight.png new file mode 100644 index 0000000..3cb5897 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationweight.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relationweight2.png b/Work/Documentation/tikz-uml/doc/fig/relationweight2.png new file mode 100644 index 0000000..be0d042 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relationweight2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relativepos-stdiag.png b/Work/Documentation/tikz-uml/doc/fig/relativepos-stdiag.png new file mode 100644 index 0000000..e6aee5b Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relativepos-stdiag.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relativepos-ucdiag.png b/Work/Documentation/tikz-uml/doc/fig/relativepos-ucdiag.png new file mode 100644 index 0000000..095bb5e Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relativepos-ucdiag.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relativepos.png b/Work/Documentation/tikz-uml/doc/fig/relativepos.png new file mode 100644 index 0000000..46846fc Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relativepos.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/relativepos2-stdiag.png b/Work/Documentation/tikz-uml/doc/fig/relativepos2-stdiag.png new file mode 100644 index 0000000..d7af688 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/relativepos2-stdiag.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/sdnode.png b/Work/Documentation/tikz-uml/doc/fig/sdnode.png new file mode 100644 index 0000000..9a6c59a Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/sdnode.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/seqdiagex.png b/Work/Documentation/tikz-uml/doc/fig/seqdiagex.png new file mode 100644 index 0000000..2aaf4c4 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/seqdiagex.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/seqdiagstep1.png b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep1.png new file mode 100644 index 0000000..73c54ff Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep1.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/seqdiagstep2.png b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep2.png new file mode 100644 index 0000000..aa4a1f7 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/seqdiagstep3.png b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep3.png new file mode 100644 index 0000000..a2f5a40 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep3.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/seqdiagstep4.png b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep4.png new file mode 100644 index 0000000..066556a Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/seqdiagstep4.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/specialisation.png b/Work/Documentation/tikz-uml/doc/fig/specialisation.png new file mode 100644 index 0000000..8d5940f Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/specialisation.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/state.png b/Work/Documentation/tikz-uml/doc/fig/state.png new file mode 100644 index 0000000..f3a4f21 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/state.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/stateactions.png b/Work/Documentation/tikz-uml/doc/fig/stateactions.png new file mode 100644 index 0000000..d1b07dd Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/stateactions.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/statediagex.png b/Work/Documentation/tikz-uml/doc/fig/statediagex.png new file mode 100644 index 0000000..d557f37 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/statediagex.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/statediagstep1.png b/Work/Documentation/tikz-uml/doc/fig/statediagstep1.png new file mode 100644 index 0000000..3516b19 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/statediagstep1.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/statediagstep2.png b/Work/Documentation/tikz-uml/doc/fig/statediagstep2.png new file mode 100644 index 0000000..ca88e8d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/statediagstep2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/statediagstep3.png b/Work/Documentation/tikz-uml/doc/fig/statediagstep3.png new file mode 100644 index 0000000..a1f9539 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/statediagstep3.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/stateinner.png b/Work/Documentation/tikz-uml/doc/fig/stateinner.png new file mode 100644 index 0000000..3ebb900 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/stateinner.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/statename.png b/Work/Documentation/tikz-uml/doc/fig/statename.png new file mode 100644 index 0000000..f67c9de Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/statename.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/statespecial.png b/Work/Documentation/tikz-uml/doc/fig/statespecial.png new file mode 100644 index 0000000..c9e07a0 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/statespecial.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/system.png b/Work/Documentation/tikz-uml/doc/fig/system.png new file mode 100644 index 0000000..35f68aa Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/system.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/textdbend.png b/Work/Documentation/tikz-uml/doc/fig/textdbend.png new file mode 100644 index 0000000..3f9f0b4 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/textdbend.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/tikzanchor.png b/Work/Documentation/tikz-uml/doc/fig/tikzanchor.png new file mode 100644 index 0000000..784a192 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/tikzanchor.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/tikzumlset.png b/Work/Documentation/tikz-uml/doc/fig/tikzumlset.png new file mode 100644 index 0000000..9100a98 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/tikzumlset.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/transition.png b/Work/Documentation/tikz-uml/doc/fig/transition.png new file mode 100644 index 0000000..feaaf4a Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/transition.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/transitioninner.png b/Work/Documentation/tikz-uml/doc/fig/transitioninner.png new file mode 100644 index 0000000..56e6dc3 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/transitioninner.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/transitioninnerbug.png b/Work/Documentation/tikz-uml/doc/fig/transitioninnerbug.png new file mode 100644 index 0000000..07701d1 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/transitioninnerbug.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/transitionrec-rtb-ptname.png b/Work/Documentation/tikz-uml/doc/fig/transitionrec-rtb-ptname.png new file mode 100644 index 0000000..c26c9d4 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/transitionrec-rtb-ptname.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/transitionrec-rtr-ptname.png b/Work/Documentation/tikz-uml/doc/fig/transitionrec-rtr-ptname.png new file mode 100644 index 0000000..baa7260 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/transitionrec-rtr-ptname.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/transitionrec.png b/Work/Documentation/tikz-uml/doc/fig/transitionrec.png new file mode 100644 index 0000000..e52affd Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/transitionrec.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/usecase.png b/Work/Documentation/tikz-uml/doc/fig/usecase.png new file mode 100644 index 0000000..6bc4e68 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/usecase.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/usecasediagstep1.png b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep1.png new file mode 100644 index 0000000..e9115e8 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep1.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/usecasediagstep2.png b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep2.png new file mode 100644 index 0000000..6d310bf Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep2.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/usecasediagstep3.png b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep3.png new file mode 100644 index 0000000..829d76d Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep3.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/usecasediagstep4.png b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep4.png new file mode 100644 index 0000000..1a06a00 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/usecasediagstep4.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/usecaseex.png b/Work/Documentation/tikz-uml/doc/fig/usecaseex.png new file mode 100644 index 0000000..da5f741 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/usecaseex.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign-stdiag-0.png b/Work/Documentation/tikz-uml/doc/fig/valign-stdiag-0.png new file mode 100644 index 0000000..08431de Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign-stdiag-0.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign-stdiag-1.png b/Work/Documentation/tikz-uml/doc/fig/valign-stdiag-1.png new file mode 100644 index 0000000..e355bd3 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign-stdiag-1.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign-stdiag.png b/Work/Documentation/tikz-uml/doc/fig/valign-stdiag.png new file mode 100644 index 0000000..87276c3 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign-stdiag.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign-ucdiag.png b/Work/Documentation/tikz-uml/doc/fig/valign-ucdiag.png new file mode 100644 index 0000000..9b94dd8 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign-ucdiag.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign.png b/Work/Documentation/tikz-uml/doc/fig/valign.png new file mode 100644 index 0000000..77efbdd Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign2-stdiag.png b/Work/Documentation/tikz-uml/doc/fig/valign2-stdiag.png new file mode 100644 index 0000000..7c7bb2b Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign2-stdiag.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign2-ucdiag.png b/Work/Documentation/tikz-uml/doc/fig/valign2-ucdiag.png new file mode 100644 index 0000000..fbd627e Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign2-ucdiag.png differ diff --git a/Work/Documentation/tikz-uml/doc/fig/valign2.png b/Work/Documentation/tikz-uml/doc/fig/valign2.png new file mode 100644 index 0000000..3d71979 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/fig/valign2.png differ diff --git a/Work/Documentation/tikz-uml/doc/tikz-uml-doc-style.sty b/Work/Documentation/tikz-uml/doc/tikz-uml-doc-style.sty new file mode 100755 index 0000000..9744da7 --- /dev/null +++ b/Work/Documentation/tikz-uml/doc/tikz-uml-doc-style.sty @@ -0,0 +1,115 @@ + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} % police encodee en UTF-8 % +\usepackage[english]{babel} % police fr % +\usepackage{geometry} +\usepackage{graphicx} % pour inclusion d'images % +\usepackage{pgf} % pour dessiner % +\usepackage{tikz} % pour dessiner % +\usepackage{xcolor} % definition des couleurs % +\usepackage[plainpages=false,pdfpagelabels,bookmarksnumbered,breaklinks=true]{hyperref} % pour les references % +\usepackage{amsmath} % pour les formules de maths % +\usepackage{latexsym} % pour les symboles maths % +\usepackage{amssymb} % pour les symboles maths % +\usepackage{xspace} +\usepackage{aeguill} % pour les guillemets et accents francais % +\usepackage{float} +\usepackage{listings} % pour les listings de code % +\usepackage{helvet} % police helvetica % +\usepackage{manfnt} +\usepackage{../tikz-uml} % pour les diagrammes de classe + +\definecolor{tumlcolor}{RGB}{255,127,0}% + + +% package option management +\pgfkeys{/tumldoc/.cd, mode/.initial=pdf} + +\ProcessPgfOptions{/tumldoc}% + +\pgfkeys{/tumldoc/.cd, mode/.get=\tumlMode} + +\ifthenelse{\equal{\tumlMode}{pdf}}{% +\usetikzlibrary{positioning} +}{}% + +\ifthenelse{\equal{\tumlMode}{web}}{% + \newcommand{\inputTikZ}[1]{% + \includegraphics{#1.png}% + }% +}{% + \newcommand{\inputTikZ}[1]{% + \input{fig/#1.tikz}% + }% +}% + +\hypersetup{% + pdftitle={TikZ-UML},% + pdfauthor={N. Kielbasiewicz},% + pdfpagemode=UseOutlines,% + linkbordercolor=0 0 0,% + linkcolor=black,% + citecolor=black,% + colorlinks=true% +}% + +\geometry{a4paper, top=2.5cm, bottom=2.5cm, left=1.8cm, right=1.8cm} +%\itemsep -0.15cm +\parindent=0pt + +\sloppy +\hyphenpenalty 10000000 + + +%\pagestyle{fancy} % on va mettre en tete et pied de page % +% \cfoot{\thepage} + +%\fancypagestyle{plain}{% +% \fancyhf{} +% \fancyfoot{} +% \renewcommand\headrulewidth{0pt} +% \renewcommand\footrulewidth{0pt} +%} + +%\fancyhead[RE,LO]{\leftmark} +%\fancyhead[RO,LE]{\thepage} +%\fancyfoot{} + +\def\figureautorefname{figure}% +\def\tableautorefname{tableau}% +\def\partautorefname{partie}% +\def\chapterautorefname{chapitre}% +\def\appendixautorefname{annexe}% +\def\sectionautorefname{section}% +\def\subsectionautorefname{sous-section}% +\def\subsubsectionautorefname{paragraphe}% + +\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}} + +\newenvironment{remark}{\begin{itshape}\textdbend}{\end{itshape}} +\newenvironment{remark2}{\begin{itshape}\textdbend\textdbend}{\end{itshape}} +\newenvironment{remark3}{\begin{itshape}\textdbend\textdbend\textdbend}{\end{itshape}} + +% redefinitions necessaires si inclusion du package marvosym +%\renewcommand{\Rightarrow}{\reflectbox{$\Leftarrow$}} +%\renewcommand{\Longrightarrow}{\reflectbox{$\Longleftarrow$}} + +\newcommand{\tuml}{{\sc TikZ-UML} \xspace} +\newcommand{\TikZ}{{\sc TikZ} \xspace} + + +\ifthenelse{\equal{\tumlMode}{web}}{% + \renewcommand{\textdbend}{\includegraphics{textdbend.png}} +}{}% + +\usepackage{tikz-uml-listings-style} + +\ifthenelse{\equal{\tumlMode}{web}}{% + \lstset{language=tuml,% + style=web,% + }% +}{% + \lstset{language=tuml,% + style=main,% + }% +}% diff --git a/Work/Documentation/tikz-uml/doc/tikz-uml-listings-style.sty b/Work/Documentation/tikz-uml/doc/tikz-uml-listings-style.sty new file mode 100644 index 0000000..d197bdd --- /dev/null +++ b/Work/Documentation/tikz-uml/doc/tikz-uml-listings-style.sty @@ -0,0 +1,126 @@ +% Definition of the tuml language style for use with listings package + +\lstdefinelanguage{tuml}[AlLaTeX]{TeX}{ + morekeywords={[2]% commands + %t% + tikzumlset, tikzstyle, + %u% + umlclass, umlsimpleclass, umlemptyclass, umlinterface, umlenum, umltypedef, umlstruct, umlsimpleinterface, + umlactor, umlusecase, umlnote, umlNarynode, umlassocclass, + umlrelation, umlHVrelation, umlVHrelation, umlHVHrelation, umlVHVrelation, umlCNrelation, + umlinherit, umlHVinherit, umlVHinherit, umlHVHinherit, umlVHVinherit, umlCNinherit, + umldep, umlHVdep, umlVHdep, umlHVHdep, umlVHVdep, umlCNdep, + umlassoc, umlHVassoc, umlVHassoc, umlHVHassoc, umlVHVassoc, umlCNassoc, + umluniassoc, umlHVuniassoc, umlVHuniassoc, umlHVHuniassoc, umlVHVuniassoc, umlCNuniassoc, + umlaggreg, umlHVaggreg, umlVHaggreg, umlHVHaggreg, umlVHVaggreg, umlCNaggreg, + umluniaggreg, umlHVuniaggreg, umlVHuniaggreg, umlHVHuniaggreg, umlVHVuniaggreg, umlCNuniaggreg, + umlcompo, umlHVcompo, umlVHcompo, umlHVHcompo, umlVHVcompo, umlCNcompo, + umlunicompo, umlHVunicompo, umlVHunicompo, umlHVHunicompo, umlVHVunicompo, umlCNunicompo, + umlreal, umlHVreal, umlVHreal, umlHVHreal, umlVHVreal, umlCNreal, + umlimport, umlHVimport, umlVHimport, umlHVHimport, umlVHVimport, umlCNimport, + umlnest, umlHVnest, umlVHnest, umlHVHnest, umlVHVnest, umlCNnest, + umlfriend, umlHVfriend, umlVHfriend, umlHVHfriend, umlVHVfriend, umlCNfriend, + umlinclude, umlHVinclude, umlVHinclude, umlHVHinclude, umlVHVinclude, umlCNinclude, + umlextend, umlHVextend, umlVHextend, umlHVHextend, umlVHVextend, umlCNextend, + umlimpl, umlHVimpl, umlVHimpl, umlHVHimpl, umlVHVimpl, umlCNimpl, + umltrans, umlHVtrans, umlVHtrans, umlHVHtrans, umlVHVtrans, umlCNtrans, + umlassemblyconnector, umlHVassemblyconnector, umlVHassemblyconnector, umlHVHassemblyconnector, umlVHVassemblyconnector, umlCNassemblyconnector, + umldelegateconnector, umlHVdelegateconnector, umlVHdelegateconnector, umlHVHdelegateconnector, umlVHVdelegateconnector, umlCNdelegateconnector, + umlstateinitial, umlstatefinal, umlstatedecision, umlstateenter, umlstateexit, umlstateend, umlstatehistory, umlstatedeephistory, umlstatejoin, umlbasicstate, + umlobject, umlmulti, umlentity, umlboundary, umlcontrol, umldatabase, umlcreatecall, umlfpart, + umlbasiccomponent, umlprovidedinterface, umlrequiredinterface, umlport, + umlstatic, umlvirt, + umlsdnode, umlpoint, + },% + morekeywords={[3]% environments + umlpackage, umlstate, umlfragment, umlsystem, umlcomponent, umlseqdiag, umlcall, umlcallself, + } +} + +\lstdefinestyle{main}{ + basicstyle=\footnotesize\normalfont,% + xleftmargin=0.5cm,% + frame=shadowbox, framerule=0pt, rulesep=1pt,% + backgroundcolor=\color{black!5!white},% + rulesepcolor=\color{black!25!white},% + escapechar=@,% + breaklines=true,% + breakatwhitespace=true,% + breakautoindent=true,% + resetmargins=true,% + keywordstyle={[2]\color{tumlcolor!75!black}\bf},% + keywordstyle={[3]\color{tumlcolor!25!black}\bf},% + stringstyle=\color{red!50!black},% + commentstyle=\color{green!50!black}\itshape,% + moredelim=[s][\color{tumlcolor!50!black}]{\[}{\]},% + showstringspaces=false,% + aboveskip=\medskipamount,% + belowskip=\medskipamount,% +} + +\lstdefinestyle{mainnocolor}{ + basicstyle=\footnotesize\normalfont,% + xleftmargin=0.5cm,% + frame=shadowbox, framerule=0pt, rulesep=1pt,% + backgroundcolor=\color{black!5!white},% + rulesepcolor=\color{black!25!white},% + escapechar=@,% + breaklines=true,% + breakatwhitespace=true,% + breakautoindent=true,% + resetmargins=true,% + keywordstyle={[2]\bf},% + keywordstyle={[3]\bf},% + stringstyle=\color{red!50!black},% + commentstyle=\color{green!50!black}\itshape,% + moredelim=[s][\it]{\[}{\]},% + showstringspaces=false,% + aboveskip=\medskipamount,% + belowskip=\medskipamount,% +} + +\lstdefinestyle{web}{ + basicstyle=\footnotesize\ttfamily,% + identifierstyle=\sffamily,% + xleftmargin=0.5cm,% + frame=shadowbox, framerule=0pt, rulesep=1pt,% + backgroundcolor=\color{black!5!white},% + rulesepcolor=\color{black!25!white},% + escapechar=@,% + breaklines=true,% + breakatwhitespace=true,% + breakautoindent=true,% + resetmargins=true,% + keywordstyle=\rmfamily\bfseries,% + keywordstyle={[2]\sffamily\color{tumlcolor!75!black}\bfseries},% + keywordstyle={[3]\sffamily\color{tumlcolor!25!black}\itshape},% + stringstyle=\rmfamily\color{red!50!black},% + commentstyle=\rmfamily\color{green!50!black}\itshape,% + moredelim=[s][\color{tumlcolor!50!black}\scshape]{\[}{\]},% + showstringspaces=false,% + aboveskip=\medskipamount,% + belowskip=\medskipamount,% +} + +\lstdefinestyle{webnocolor}{ + basicstyle=\footnotesize\ttfamily,% + identifierstyle=\sffamily,% + xleftmargin=0.5cm,% + frame=shadowbox, framerule=0pt, rulesep=1pt,% + backgroundcolor=\color{black!5!white},% + rulesepcolor=\color{black!25!white},% + escapechar=@,% + breaklines=true,% + breakatwhitespace=true,% + breakautoindent=true,% + resetmargins=true,% + keywordstyle=\rmfamily\bfseries,% + keywordstyle={[2]\sffamily\bfseries},% + keywordstyle={[3]\sffamily\itshape},% + stringstyle=\rmfamily\color{red!50!black},% + commentstyle=\rmfamily\color{green!50!black}\itshape,% + moredelim=[s][\it]{\[}{\]},% + showstringspaces=false,% + aboveskip=\medskipamount,% + belowskip=\medskipamount,% +} diff --git a/Work/Documentation/tikz-uml/doc/tikz-uml-userguide-fr.pdf b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide-fr.pdf new file mode 100644 index 0000000..9cb3ff9 Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide-fr.pdf differ diff --git a/Work/Documentation/tikz-uml/doc/tikz-uml-userguide-fr.tex b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide-fr.tex new file mode 100755 index 0000000..3fc10c5 --- /dev/null +++ b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide-fr.tex @@ -0,0 +1,2266 @@ +\documentclass[a4paper,11pt]{report} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} % police encodee en UTF-8 % +\usepackage[francais]{babel} % police fr % +\frenchbsetup{AutoSpacePunctuation=false} +\usepackage{graphicx} % pour inclusion d'images % +\usepackage{pgf} % pour dessiner % +\usepackage{tikz} % pour dessiner % +\usepackage{xcolor} % definition des couleurs % +\usepackage[plainpages=false,pdfpagelabels,bookmarksnumbered,breaklinks=true]{hyperref} % pour les references % +\usepackage{amsmath} % pour les formules de maths % +\usepackage{latexsym} % pour les symboles maths % +\usepackage{amssymb} % pour les symboles maths % +\usepackage{aeguill} % pour les guillemets et accents francais % +\usepackage{listings} % pour les listings de code % +\usepackage{helvet} % police helvetica % +\usepackage{../tikz-uml} % pour les diagrammes de classe + +\newif\iffinal % definit un switch entre brouillon et version final +%\finaltrue % a utiliser pour compiler le document en version finale + +\iffinal + \newcommand{\inputTikZ}[1]{% + \input{fig/#1.tikz}% + }% + \hypersetup{% + pdftitle={TikZ-UML},% + pdfauthor={N. Kielbasiewicz},% + pdfpagemode=UseOutlines,% + linkbordercolor=0 0 0,% + linkcolor=black,% + citecolor=black,% + colorlinks=true% + }% +\else + %\usepackage{showlabels}% + \newcommand{\inputTikZ}[1]{% + \includegraphics{fig/#1.pdf}% + }% + \hypersetup{% + pdftitle={TikZ-UML},% + pdfauthor={N. Kielbasiewicz},% + pdfpagemode=UseOutlines,% + linkbordercolor=0 0 0,% +% linkcolor=red,% +% citecolor=blue,% +% colorlinks=true% + linkcolor=black,% + citecolor=black,% + colorlinks=true% + }% +\fi + +% modification des dimensions de la page et de son centrage % +%\pagestyle{empty} % page brute % +\textwidth 17.5cm +\textheight 24.5cm +\hoffset=-2.4cm % position du point en haut {\`a} gauche % +\voffset=-1.9cm % position du point en haut {\`a} gauche % +%\itemsep -0.15cm % pour les listes % +%\parindent=1cm % pour les paragraphes % + +% pour la justification a gauche et a droite et l'occupation maximale de l'espace dispo % +\sloppy +\hyphenpenalty 10000000 + +%\pagestyle{fancy} % on va mettre en tete et pied de page % +% \cfoot{\thepage} + +%\fancypagestyle{plain}{% +% \fancyhf{} +% \fancyfoot{} +% \renewcommand\headrulewidth{0pt} +% \renewcommand\footrulewidth{0pt} +%} + +%\fancyhead[RE,LO]{\leftmark} +%\fancyhead[RO,LE]{\thepage} +%\fancyfoot{} + +\def\figureautorefname{figure}% +\def\tableautorefname{tableau}% +\def\partautorefname{partie}% +\def\chapterautorefname{chapitre}% +\def\appendixautorefname{annexe}% +\def\sectionautorefname{section}% +\def\subsectionautorefname{sous-section}% +\def\subsubsectionautorefname{paragraphe}% + +\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}} +\newcommand{\remarque}[1]{\begin{tikzpicture} \draw (0,0) node[regular polygon, regular polygon sides=3, draw, thick] {} node {\bf !};\end{tikzpicture} #1} + +% redefinitions necessaires si inclusion du package marvosym +%\renewcommand{\Rightarrow}{\reflectbox{$\Leftarrow$}} +%\renewcommand{\Longrightarrow}{\reflectbox{$\Longleftarrow$}} + +\newcommand{\tuml}{{\sc TikZ-uml}} +\newcommand{\TikZ}{{\sc TikZ}} + +\lstset{language=[LaTeX]tex, basicstyle=\small, breaklines=true, columns=fullflexible} + +%\date{} % date % +\title{Le package \tuml} % titre % +\author{Nicolas {\sc Kielbasiewicz}} % auteur % + +\begin{document} + +\maketitle + +\tableofcontents + +\chapter*{Préambule} +\addcontentsline{toc}{chapter}{Préambule} + +Devant les immenses possibilités offertes par la librairies {\sc PGF/TikZ}, et devant l'absence apparente de package dédié aux diagrammes UML, j'ai été amené à développer le package \tuml, proposant un ensemble de commandes et d'environnements spécifiques à ce type de diagrammes. Il s'inscrit dans la logique du package pst-uml développé pour des raisons similaires en {\sc PSTricks}. Dans son état actuel, la librairie permet de définir des diagrammes de classes complets de manière assez simple, ainsi que des diagrammes de cas d'utilisation, des diagrammes de séquence, et des diagrammes d'états-transitions. Un certain nombre d'améliorations sont encore à apporter, mais cela se rapproche de l'état final. + +Voici un exemple de diagramme de classes que l'on peut réaliser : + +\begin{center} +\inputTikZ{classdiagex} +\end{center} + +Nous allons maintenant vous présenter les différentes fonctionnalités offertes par \tuml, mais avant parler des packages dont \tuml dépend et de son installation. + +\section*{Dépendances} +\addcontentsline{toc}{section}{Dépendances} + +\subsection*{Packages requis} +\addcontentsline{toc}{subsection}{Packages requis} + +\begin{description} +\item[tikz :] Inutile de présenter ce package de dessin extrêmement complet et puissant. Tous les diagrammes générés par \tuml sont bien évidemment générés en réalité par \TikZ. Il fournit également un certain nombre de packages et de librairies utilisées par \tuml, comme les librairies backgrounds, arrows, shapes, fit, shadows, decorations.markings et le package {\bf pgfkeys} qui est un gestionnaire d'options de macros. +\item[ifthen :] Ce package permet la gestion de tests conditionnels de type if \ldots then \ldots else \ldots +\item[xstring :] Ce package permet de faire des substitutions dans des chaines de caractères. Il est utilisé dans la gestion entre le nom des item de programmation (classes, états, packages, \ldots) et le nom des n\oe{}uds qui les représentent. +\item[calc :] Ce package permet d'effectuer des calculs assez simplement. +\item[pgfopts :] Ce package est une extension du package {\bf pgfkeys} pour la gestion des options de package. +\end{description} + +\subsection*{Autres dépendances} +\addcontentsline{toc}{subsection}{Autres dépendances} + +Pour des raisons encore inconnues, le bon fonctionnement du package \tuml demande d'avoir inclus auparavant le package {\bf babel} avec la langue de votre choix. + +\subsection*{Installation} +\addcontentsline{toc}{section}{Installation} + +A venir + +\chapter{Diagrammes de classes}\label{c.class} + +\section{Package, classe, attributs et opérations}\label{s.packageclass} + +\subsection{Définir un package}\label{ss.package} + +Un package est défini par l'environnement {\tt umlpackage} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/package.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{package} +\end{center} +\end{minipage} + +\medskip + +Les options {\tt x} et {\tt y} permettent de définir la position du package dans la figure. Elles valent toutes deux 0 par défaut. + +\begin{itemize} +\item Quand un package contient des classes ou des sous-packages, sa taille s'ajuste automatiquement à son contenu. +\item On peut définir autant de packages que l'on veut dans une figure. +\item Il existe un raccourci pour définir un package qui sera vide (on ne définira pas de classes à l'intérieur) : la commande {\tt umlemptypackage} qui prend les mêmes arguments que l'environnement {\tt umlpackage} +\end{itemize} + +\subsection{Définir une classe}\label{ss.class} + +Pour définir une classe, on utilise l'environnement {\tt umlclass}, de la même manière que l'environnement {\tt umlpackage} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/class.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{class} +\end{center} +\end{minipage} + +Les options {\tt x} et {\tt y} définissent la position de la classe. 2 possibilités : si la classe est définie dans un package, il s'agit de la position relative de la classe dans le package; dans le cas contraire, il s'agit de la position dans la figure. Elles valent toutes deux 0 par défaut. + +Comme pour le package, il existe un raccourci pour définir une classe vide (dont on ne définira pas les attributs et les opérations) : la commande {\tt umlemptyclass}, qui prend les mêmes arguments que l'environnement {\tt umlclass}. + +Il est également possible de définir une classe vide non pas avec un rectangle en 3 parties, mais avec un simple rectangle. Dans ce cas, vous pouvez utiliser l'option {\tt simple} ou la commande {\tt umlsimpleclass} associée, qui prend également les mêmes arguments que l'environnement {\tt umlclass}. + +\subsubsection{Définir la largeur d'une classe} + +Par défaut, la largeur d'une classe est de 10ex. On peut la modifier avec l'option {\tt width} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classwidth.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classwidth} +\end{center} +\end{minipage} + +\subsubsection{Spécifier le type d'une classe} + +La classe peut être de différents types : class, interface, abstract, typedef, enum. On utilise l'option {\tt type} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classtype.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classtype} +\end{center} +\end{minipage} + +\medskip + +Le type apparaît entre guillemets au dessus du nom de la classe, sauf dans le cas d'une classe où rien ne s'affiche (comportement par défaut), et dans le cas d'une classe abstraite, où le nom de la classe s'écrit en italique : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classabstract.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classabstract} +\end{center} +\end{minipage} + +A noter qu'il existe des alias pour chaque valeur du type : {\tt umlabstract}, {\tt umltypedef}, {\tt umlenum}, {\tt umlinterface}. + +\subsubsection{Spécifier des paramètres templates} + +La classe peut être un template. On spécifie la liste des paramètres avec l'option {\tt template} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classtemplate.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classtemplate} +\end{center} +\end{minipage} + +\subsubsection{Nom du n\oe{}ud représentant une classe} + +Pour donner le nom d'une classe, il arrive que l'on utilise des caractères spéciaux, comme le \_{} ou les : quand on spécifie le namespace. Le mécanisme interne de \tuml{} nomme le n\oe{}ud définissant une classe avec le même nom. Or, l'utilisation du $\backslash$ et des : est interdite pour nommer un n\oe{}ud en \TikZ. Il est tout à fait possible que d'autres caractères viennent poser problème. Il faut donc procéder à une substitution de caractère, opération appelée dès que l'on définit ou utilise le nom d'une classe. Nous avons vu dans les exemples précédents que cela fonctionne pour le \_{}. + +\subsection{Définir des attributs et des opérations}\label{ss.attrop} + +On définit les attributs avec le second argument de la commande {\tt umlclass}. On écrit la liste des arguments en les séparants par {\tt \\}. Les opérations sont définies avec le troisième argument de la commande {\tt umlclass}. Pour définir un attribut ou une mêthode statique, on peut utiliser la commande {\tt umlstatic}. De même, la commande {\tt umlvirt} permet de spécifier des fonctions virtuelles : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/attr-and-op.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{attr-and-op} +\end{center} +\end{minipage} + +\section{Relations entre classes}\label{s.rel} + +\subsection{Commande générale}\label{ss.relgen} + +Chaque classe et chaque package sont représentés par un n\oe{}ud ayant le même nom. Pour définir une relation entre 2 classes, on va donc spécifier le nom de la classe de départ, le nom de la classe d'arrivée et un certain nombre d'options propres à la relation. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relation.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relation} +\end{center} +\end{minipage} + +D'un point de vue sémantique, il existe 11 relations différentes, toutes présentes dans \tuml{} : + +\begin{description} +\item[La dépendance :] utiliser la commande {\tt umldep} +\item[L'association :] utiliser la commande {\tt umlassoc} +\item[L'association unidirectionnelle :] utiliser la commande {\tt umluniassoc} +\item[L'agrégation :] utiliser la commande {\tt umlaggreg} +\item[L'agrégation unidirectionnelle :] utiliser la commande {\tt umluniaggreg} +\item[La composition :] utiliser la commande {\tt umlcompo} +\item[La composition unidirectionnelle :] utiliser la commande {\tt umlunicompo} +\item[L'import :] utiliser la commande {\tt umlimport} +\item[L'héritage :] utiliser la commande {\tt umlinherit} +\item[L'implémentation :] utiliser la commande {\tt umlimpl} +\item[La réalisation :] utiliser la commande {\tt umlreal} +\end{description} + +Ces 11 commandes sont basées sur le même schéma (la commande {\tt umlrelation}) et prennent en théorie exactement le même jeu d'options. En pratique, certaines options concernent certains types de relations. + +\subsection{Définir la géométrie de la relation}\label{ss.relgeom} + +Comme vous avez pu le voir dans les exemples précédents, on peut spécifier la forme géométrique de la relation à l'aide de l'option \hypertarget{geometry}{{\tt geometry}}. Cette option demande un argument parmi la liste -~- (ligne droite), -| (horizontal puis vertical), |- (vertical puis horizontal), -|- (chicane horizontale) ou |-| (chicane verticale), ces arguments étant largement inspirés de la philosophie \TikZ. + +Il apparaît à l'utilisation que cette option est très souvent utilisée. C'est la raison pour laquelle un alias de la commande {\tt umlrelation} a été défini pour chacune des valeurs possibles de l'option {\tt geometry} : + +\begin{description} +\item[umlHVrelation :] alias de umlrelation avec geometry=-| +\item[umlVHrelation :] alias de umlrelation avec geometry=|- +\item[umlHVHrelation :] alias de umlrelation avec geometry=-|- +\item[umlVHVrelation :] alias de umlrelation avec geometry=|-| +\end{description} + +\remarque{Pour chacun de ces 4 alias, l'option {\tt geometry} est interdite.} + +\remarque{Il n'y a pas d'alias dans le cas de la valeur -~- pour la seule raison qu'il s'agit de la valeur par défaut.} + + +\subsection{Ajuster la géométrie de la relation}\label{ss.relfitgeom} + +Lorsque la géométrie de la relation contient 2 segments, on peut spécifier les coordonnées du point intermédiaire, ou n\oe{}ud de contrôle. Plutôt que la commande {\tt umlrelation}, on utilisera {\tt umlCNrelation}, elle aussi déclinée en 11 alias : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationCN.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationCN} +\end{center} +\end{minipage} + +\medskip + +Lorsque la géométrie de la relation contient 3 segments, la position relative du segment central entre les classes est défini comme passant par le milieu entre les classes reliées. On peut ajuster ce paramètre à l'aide de l'option \hypertarget{weight}{{\tt weight}} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationweight.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationweight} +\end{center} +\end{minipage} + +Dans certains cas, cette option est peu pratique, car elle demande de calculer la valeur à passer à l'option. On peut alors procéder autrement en utilisant les options \hypertarget{arm1}{{\tt arm1}} et \hypertarget{arm2}{{\tt arm2}} qui fixent la taille respectivement du premier et dernier segment. Regardons ici les deux exemples utilisant respectivement l'option {\tt weight} et l'option {\tt arm1} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationweight2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationweight2} +\end{center} +\end{minipage} + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationarm.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationarm} +\end{center} +\end{minipage} + +\medskip + +Les options {\tt arm1} et {\tt arm2} prennent aussi des valeurs négatives. Que se passe t'il alors ? +Si l'on passe une valeur positive, alors le bras sera orienté dans le sens normal (soit à droite, soit vers le haut). Si l'on passe une valeur négative, alors l'arc sera orienté dans l'autre sens, ce qui permet de dessiner d'autres types de relations à 3 segments, comme le montre l'exemple ci-dessous : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationarm2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationarm2} +\end{center} +\end{minipage} + + +\subsection{Définir des informations sur les attributs d'une relation}\label{ss.relattr} + +Une relation visualise la dépendance entre deux classes et se traduit généralement sous la forme d'un attribut. On peut spécifier son nom avec l'option {\tt arg1} ou {\tt arg2}, et sa multiplicité avec {\tt mult1} ou {\tt mult2} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationarg.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationarg} +\end{center} +\end{minipage} + +\medskip + +Pour les relations unidirectionnelles, on ne va être amené à utiliser que les options {\tt arg2} et {\tt mult2}. Comme il paraît dans ce cas peu naturel que ces options finissent par 2, on peut utiliser les options {\tt arg} et {\tt mult} qui jouent le même rôle. + +Par ailleurs, lorsqu'on définit à la fois le nom et la multiplicité d'un attribut, on peut le faire sous une forme plus contractée à l'aide des options {\tt attr1}, {\tt attr2} et {\tt attr} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationattr.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationattr} +\end{center} +\end{minipage} + +\medskip + +L'avantage de cette forme contractée est de pouvoir s'affranchir de la sémantique entre le nom et la multiplicité et de pouvoir alors inverser les deux : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationattr2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationattr2} +\end{center} +\end{minipage} + +\medskip + +\subsection{Positionner les informations sur les attributs d'une relation}\label{ss.relposattr} + +On peut positionner les informations définies dans la section précédente à l'aide des options {\tt pos1}, {\tt pos2} et {\tt pos}. +La commande {\tt umlrelation} détermine elle-même si le nom et la multiplicité doivent être respectivement à gauche et à droite, ou au-dessus et au-dessous, de la flèche, selon sa géométrie et leur position. Pour les initiés à \TikZ, elle se base sur les options {\tt auto} et {\tt swap}. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationpos.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationpos} +\end{center} +\end{minipage} + +\medskip + +Il est à noter que l'intervalle de valeurs de la position d'un nom d'argument dépend du nombre de segments constituants la flèche de relation. Si la flèche est droite, alors la position doit être comprise entre 0 (classe de départ) et 1 (classe d'arrivée). Si la flèche comporte un seul angle droit, alors la position varie entre 0 et 2 (point d'arrivée), la valeur 1 correspondant à l'angle. Dans les deux autres possibilités, la position varie entre 0 et 3 (point d'arrivée), les valeurs 1 et 2 correspondant respectivement au premier et au deuxième angle. + +\subsection{Ajuster l'alignement des informations sur les attributs d'une relation}\label{ss.relalign} + +Par défaut, nom et multiplicité de l'argument, quand ils sont affichés l'un au dessus de l'autre, sont centrés. Les options {\tt align1}, {\tt align2} et {\tt align} permettent de les justifier à gauche ou à droite. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationalign.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationalign} +\end{center} +\end{minipage} + +\subsection{Définir et positionner le stéréotype d'une relation}\label{ss.relstereo} + +Le stéréotype d'une relation est un mot clé contenu entre $<<$ et $>>$. On peut le définir à l'aide de l'option {\tt stereo} et le positionner à l'aide de l'option \hypertarget{posstereo}{{\tt pos stereo}}. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationstereo.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationstereo} +\end{center} +\end{minipage} + +\subsection{Modifier les points d'ancrage d'une relation}\label{ss.relanchor} + +Le paragraphe qui vient concerne les relations dont la géométrie est à base de flèches segmentées. Par défaut, elles partent du centre du n\oe{}ud de la classe d'origine et vont au centre du n\oe{}ud de la classe cible. Il est possible d'ajuster ce comportement avec la paire d'options \hypertarget{anchor1}{{\tt anchor1}}, \hypertarget{anchor2}{{\tt anchor2}}. + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/relationanchor.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationanchor} +\end{center} +\end{minipage} + +\medskip + +Les arguments que l'on donne sont des angles dont la valeur est en degré et peut être négative. Le mécanisme interne de la librairie \TikZ{} effectue un modulo pour ramener ce nombre dans l'intervalle adéquat. La valeur 0 indique l'est, 90, indique le nord, 180 indique l'ouest, et 270 (ou -90) indique le sud du n\oe{}ud. La figure ci-dessous illustre cette option et sa signification angulaire, sur 2 exemples de n\oe{}ud de type rectangle, comme c'est le cas pour les classes. \`{A} noter que les points d'ancrage frontières (pour prendre la terminologie \TikZ) dépendent bien des dimensions du n\oe{}ud. + +\begin{center} +\inputTikZ{tikzanchor} +\end{center} + +Il arrive finalement très souvent que l'on définisse les deux options {\tt anchor1} et {\tt anchor2} simultanément. On peut donc utiliser une forme contractée : l'option \hypertarget{anchors}{{\tt anchors}} qui s'utilise de la manière suivante, en reprenant l'exemple précédent : + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/relationanchors.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationanchors} +\end{center} +\end{minipage} + +\subsection{Définir une relation récursive}\label{ss.relrec} + +Il est possible de définir une relation récursive, c'est-à-dire une relation d'une classe à elle-même. Dans ce cas, l'option {\tt geometry} doit être ignorée, mais 3 options deviennent très utiles : {\tt angle1} détermine l'angle de départ, {\tt angle2} détermine l'angle d'arrivée, et {\tt loopsize} donne une idée de la taille de la boucle. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationrec.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationrec} +\end{center} +\end{minipage} + +\medskip + +\`{A} l'utilisation, il s'avère que l'on utilise très souvent les 3 options en même temps. C'est la raison pour laquelle il existe une forme contractée, l'option {\tt recursive} qui s'utilise de la manière suivante : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationrec2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationrec2} +\end{center} +\end{minipage} + +\subsection{Nom des points de construction d'une relation}\label{ss.relptname} + +Pour voir l'importance de la possibilité de donner un nom à une relation et son utilité, il nous faut d'abord ici répondre à la question technique suivante : comment les flèches sont-elles concrètement définies ? + +Pour construire une flèche, on a besoin de définir des n\oe{}uds de contrôle, auquel il faut donner un nom. Le seul moyen d'identifier de manière unique une relation est de lui donner un identifiant à travers un compteur que l'on va incrémenter. Supposons que notre relation a pour identifiant $i$. Le nom de la relation que l'on appellera dans ce qui suit {\it relname} est alors initialisé à : relation-$i$ + +Le premier n\oe{}ud défini est le milieu de la relation, il s'appelle {\it relname-middle}. Je ne parlerai pas ici du placement adéquat de l'argument et de sa multiplicité dans un souci de simplification. Il y a donc 3 possibilités : + +\begin{enumerate} +\item Si la flèche est une ligne continue (droite ou récursive), il est renommé en {\it relname-1}. + +\begin{center} +\inputTikZ{relationptname} +\end{center} + +\item Si la flèche a un seul angle droit, alors l'unique n\oe{}ud correspondant à l'angle droit est nommé {\it relname-2}, ce qui suffit à tracer la flèche. On définit par ailleurs les milieux des 2 arêtes constituant la flèche, nommés respectivement {\it relname-1} et {\it relname-3}. + +\begin{center} +\inputTikZ{relationHVptname} +\end{center} + +\item Si la flèche à deux angles droits, ceux-ci sont définis de manière unique à l'aide de {\it relname-middle}, ce qui suffit à tracer la flèche. On nomme les n\oe{}uds aux angles droits respectivement {\it relname-2} et {\it relname-4}. On définit alors les milieux des 3 arêtes constituant la flèche, nommés respectivement {\it relname-1}, {\it relname-3}, et {\it relname-5}. + +\begin{center} +\inputTikZ{relationHVHptname} +\end{center} +\end{enumerate} + +Il faut toutefois reconnaître que la définition par défaut de {\it relname} est non seulement peu pratique puisqu'on n'a pas vraiment accès à la numérotation, mais aussi fortement sujette à l'ordre dans lequel on définit les relations, donc peu portable en cas de modification de diagrammes. Pour simplifier cela, on va pouvoir définir {\it relname} à l'aide de l'option {\tt name}. Et la raison pour laquelle cette option existe va être expliquée dans les 2 sections suivantes. + +\subsection{Tracer un point à une intersection de relations}\label{ss.relpt} + +Il arrive que dans un diagramme des relations se croisent et se chevauchent. Prenons 2 flèches qui se croisent. Est-ce que les 2 points de départ peuvent aller aux deux points d'arrivée ? Si oui, alors on va vouloir tracer un point à l'intersection des deux flèches, qui vraisemblablement va être un des n\oe{}uds de contrôle définis sur la relation. On utilisera pour cela la commande {\tt umlpoint}. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/point.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{point} +\end{center} +\end{minipage} + +\subsection{Associations N-aires} + +Il arrive que l'on ait besoin de représenter une relation entre au moins trois classes : on parle de relation n-aire. Pour se faire, on dessine le n\oe{}ud principal d'une telle relation et on le relie aux classes concernées : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/naryassoc.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{naryassoc} +\end{center} +\end{minipage} + +\medskip + +La commande {\tt umlNarynode} accepte les options suivantes : + +\begin{itemize} +\item {\bf width} : pour définir la taille du n\oe{}ud +\item {\bf name} : pour nommer le n\oe{}ud et l'utiliser dans d'autres macros. +\item {\bf below}, {\bf below left}, {\bf left}, {\bf above left}, {\bf above}, {\bf above right}, {\bf right}, {\bf below right} : pour placer le label de la relation n-aire. Contrairement aux équivalents \TikZ, ces options doivent être utilisées sans valeur. L'option par défaut est {\bf above}. +\end{itemize} + +\section{Note de commentaires / contraintes}\label{s.note} + +Une note est un commentaire de texte attaché à une classe ou une relation. La commande {\tt umlnote} demande pour cela le nom du n\oe{}ud auquel il faut se rattacher et le texte du commentaire en argument : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/noteclass.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{noteclass} +\end{center} +\end{minipage} + +\medskip + +Là encore, on va pouvoir donner le nom d'un des points de contrôle d'une relation si l'on veut y attacher une note. Il faut donc pour cela pouvoir définir soi-même un nom simple à ces points : + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/noterelation.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{noterelation} +\end{center} +\end{minipage} + +\medskip + +\medskip + +Les notes sont utilisées pour 2 choses : les commentaires et la données de contraintes (généralement au format OCL). + +\medskip + +La commande {\tt umlnote} dispose des options suivantes : + +\begin{description} +\item[x, y] Ces 2 options définissent les coordonnées de la note +\item[width] Cette option définit la largeur de la note. Pour les habitués de \TikZ, elle encapsule l'option {\bf text width} +\item[weight, arm, anchor1, anchor2, anchors] Ces options ont exactement le même rôle que pour la commande {\tt umlrelation}, {\bf arm} étant équivalent à {\bf arm1}, c'est-à-dire attachée à la note source et pas à la cible. +\end{description} + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/noteVHV.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{noteVHV} +\end{center} +\end{minipage} + +\medskip + +\medskip + +Puisque l'option {\tt geometry} est présente, de la même manière que pour {\tt umlrelation}, ont été définis les alias {\tt umlHVnote}, {\tt umlVHnote}, {\tt umlHVHnote} et {\tt umlVHVnote}. + +\remarque{Pour chacun de ces 4 alias, l'option {\tt geometry} est interdite.} + +\remarque{Il n'y a pas d'alias dans le cas de la valeur -~- pour la seule raison qu'il s'agit de la valeur par défaut.} + +\section{Classe d'association} + +Dessiner une classe d'association est très facile avec \tuml. Il s'agit juste d'une classe et d'une relation de dépendence entre cette classe et le point de construction d'une relation. La commande {\tt umlassocclass} s'en charge pour vous : + +\medskip + +\begin{minipage}{0.4\textwidth} +\lstinputlisting{fig/assocclass.tikz} +\end{minipage} +\begin{minipage}{0.6\textwidth} +\begin{center} +\inputTikZ{assocclass} +\end{center} +\end{minipage} + +\medskip + +Comme la commande se comporte comme une classe et une relation, vous pouvez utiliser les options suivantes : {\tt x}, {\tt y}, {\tt width} (10ex par défaut), {\tt type} (class par défaut), {\tt template} venant de la commande {\tt umlclass}, et {\tt name}, {\tt geometry} (- - par défaut), {\tt weight}, {\tt arm}, {\tt anchor1}, {\tt anchor2}, et {\tt anchors} venant de la commande {\tt umlrelation}. + +\section{Fonctionnalités avancées pour le positionnement}\label{s.advfeat} + +{\tt umlpackage}, {\tt umlclass} et leurs alias, {\tt umlnote} et {\tt umlassocclass} peuvent accepter n'importe quelle option définie pour les n\oe{}uds dans \TikZ. +Dans cette section, vous allez voir comment utiliser certaines d'entre elles pour des fonctionnalités avancées. + +\subsection{Alignement horizontal et vertical}\label{ss.hvalign} + +Dans un diagramme de classes, les classes peuvent avoir des hauteurs et largeurs différentes. D'un point de vue esthétique, vous pouvez souhaiter les aligner horizontalement ou verticalement. Prenons l'exemple suivant : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign} +\end{center} +\end{minipage} + +\medskip + +L'ordonnée {\tt y} définit le centre du n\oe{}ud de la classe. Il serait mieux dans cet exemple d'avoir les classes B et C alignées en haut. Une solution est de définir manuellement l'ordonnée {\tt y } de C, mais cela n'est pas très pratique. Vous allez préférer utiliser l'option {\tt anchor}. En spécifiant {\tt anchor=north}, l'ordonnée {\tt y} définira le milieu haut du n\oe{}ud et non le centre. Regardez les différences entre les 2 codes. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign2.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign2} +\end{center} +\end{minipage} + +\medskip + +De la même manière, vous utiliserez {\tt anchor=east} pour aligner vos classes à droite, {\tt anchor=west} pour les aligner à gauche ou {\tt anchor=south} pour les aligner en bas. + +\medskip + +Pour les packages vides, les classes d'association et les notes, le mécanisme fonctionne également. + +\subsection{Positionnement relatif}\label{ss.relpos} + +Utiliser le système de coordonnées x-y peut s'avérer très lourd dans des gros diagrammes, dès lors que vous souhaiter ajuster la position des éléments pour que ça tienne dans la page. Le positionnement relatif peut être utile dans ce cas, à savoir les syntaxes avancées des options {\tt above}, {\tt left}, {\tt below}, {\tt right}, {\tt above left}, {\tt below left}, {\tt below right} et {\tt above right} fournies par la librairie \TikZ {\tt positioning}. + +\medskip + +Prenons l'exemple précédent. Vous pouvez définir B par ses coordonnées (-2,2) ou dire que B est à 2cm en dessous et 2cm à gauche de A. Vous pouvez aussi définir C comme étant à 4cm à droite de B. \`{A} noter qu'en raison de l'alignement vertical entre B et C, cette dernière est définie à 4cm à droite de B.north. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relativepos.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{relativepos} +\end{center} +\end{minipage} + +\medskip + +Pour les packages vides, les classes d'association et les notes, le mécanisme fonctionne également. + +\section{Personnalisation}\label{s.classset} + +Grâce à la commande {\tt tikzumlset}, il est possible de modifier l'apparence par défaut des packages, des classes et des notes. Les options que l'on peut personnaliser sont : + +\begin{description} +\item[text : ] permet de spécifier la couleur du texte (=black par défaut), +\item[draw :] permet de spécifier la couleur des traits (=black par défaut), +\item[fill class :] permet de spécifier la couleur de fond des classes (=yellow!20 par défaut), +\item[fill template :] permet de spécifier la couleur de fond des boites templates (=yellow!2 par défaut), +\item[fill package :] permet de spécifier la couleur de fond des packages (=blue!20 par défaut), +\item[fill note :] permet de spécifier la couleur de fond des notes (=green!20 par défaut), +\item[font :] permet de définir le style de fonte du texte contenu dans tous les éléments d'un diagramme (=$\backslash$small par défaut). +\end{description} + +Par ailleurs, les commandes de relation disposent toutes d'une option {\tt style} prenant en argument un nom de style au sens de \TikZ. + +Regardons l'exemple de la définition de la commande {\tt umlinherit} : + +\begin{lstlisting} +\tikzstyle{tikzuml inherit style}=[color=\tikzumldrawcolor, -open triangle 45] +\newcommand{\umlinherit}[3][]{\umlrelation[style={tikzuml inherit style}, #1]{#2}{#3}} +\end{lstlisting} + +Vous pouvez donc très facilement définir une commande sur le même modèle en définissant un style particulier. + +\section{Exemples} + +\subsection{Exemple de l'introduction, pas à pas} + +On va construire petit à petit l'exemple illustrant la première page de ce document afin de mettre en valeur les différentes commandes utilisées. + +\subsubsection{Définition des packages p, sp1 et sp2} + +On laisse le package p aux coordonnées (0,0) (comportement par défaut), et on place le sous-package sp1 aux coordonnées (0,0) et le sous-package sp2 aux coordonnées (10,-6). + +{\color{red!70!black} +\lstinputlisting[firstline=1, lastline=2]{fig/classdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=10, lastline=11]{fig/classdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=15, lastline=15]{fig/classdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=19, lastline=19]{fig/classdiagex.tikz} +} + +\begin{center} +\inputTikZ{classdiagstep1} +\end{center} + +\subsubsection{Définition des classes A, B, C, D et de leurs attributs et opérations} + +La classe A est en (0,0) dans le sous-package sp1 et a un paramètre template : T. La classe B est positionnée 3 unités en dessous de A, toujours dans le sous-package sp1, et possède un attribut statique et une opération virtuelle. La classe C est une interface en (0,0) dans le sous-package sp2. La classe D est placée en (2,-11) dans le package p. + +La classe A a deux attributs. La classe B a un attribut et deux opérations dont une virtuelle. La classe C a deux attributs. La classe D a un attribut. + +\lstinputlisting[firstline=1, lastline=2]{fig/classdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=3, lastline=9]{fig/classdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=10, lastline=11]{fig/classdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=12, lastline=14]{fig/classdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=15, lastline=15]{fig/classdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=16, lastline=18]{fig/classdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=19, lastline=19]{fig/classdiagex.tikz} + +\begin{center} +\inputTikZ{classdiagstep2} +\end{center} + + +\subsubsection{Définition des relations} + +On définit une association entre les classes C et B, une composition unidirectionnelle entre les classes D et C, une relation d'import nommée "import" entre les sous-packages sp2 et sp1 (avec modification des ancres), une relation d'agrégation récursive sur la classe D et une relation d'héritage entre les classes D et B. Sur ces relations, on va spécifier des noms d'arguments et leurs multiplicités. Regardez la valeur donnée à la position de ces éléments suivant la géométrie de la flèche. + +\medskip + +\hspace{-0.7cm}\lstinline{...} +{\color{red!70!black} +\lstinputlisting[firstline=20, lastline=24]{fig/classdiagex.tikz} +} + +\begin{center} +\inputTikZ{classdiagstep3} +\end{center} + +\subsubsection{Définition des notes} + +On rajoute enfin une note attachée à la classe B et une note attachée à la relation d'import affectée du nom import. + +\medskip + +\hspace{-0.7cm}\lstinline{...} +{\color{red!70!black} +\lstinputlisting[firstline=25]{fig/classdiagex.tikz} +} + +\begin{center} +\inputTikZ{classdiagstep4} +\end{center} + +\subsubsection{Modification du style} + +On illustre l'utilisation de la commande {\tt tikzumlset} en changeant les couleurs associées à la classe et le type de font. On peut par ailleurs modifier les couleurs d'une classe donnée avec les options {\tt draw}, {\tt text} et {\tt fill} + +\medskip + +\begin{lstlisting} +\tikzumlset{fill class=red!20, fill template=violet!10, font=\bfseries\footnotesize} +\begin{tikzpicture} +... +\umlclass[x=2,y=-11, fill=orange!50, draw=white, text=red]{D}{ + n : uint + }{} +... +\end{tikzpicture} +\end{lstlisting} + +\begin{center} +\inputTikZ{tikzumlset} +\end{center} + +\subsection{Définir une spécialisation de classe} + +Une spécialisation de classe est de l'héritage d'un patron de classe dans lequel l'un des paramètres à son type fixé. Pour définir cette relation, c'est la commande {\tt umlreal} qui va servir ici, ainsi que l'option {\tt stereo} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/specialisation.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{specialisation} +\end{center} +\end{minipage} + +\section{Règles de priorité des options et bugs identifiés}\label{s.classbug} + +\begin{enumerate} +\item L'option {\tt geometry} prime toujours sur les autres arguments. Cela signifie en particulier que si elle n'a pas sa valeur par défaut (--~--), alors les options {\tt angle1}, {\tt angle2} et {\tt loopsize}, paramétrant les relations récursives, seront ignorées. +\item Dans le cas d'un patron de classe, il existe des cas où une relation la concernant sera mal définie, comme le montre le dessin ci-dessous, où le losange de la relation d'agrégation est caché par le paramètre template : + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/bugtemplate.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{bugtemplate} +\end{center} +\end{minipage} + +\medskip + +On peut toutefois corriger partiellement ce problème en reliant la flèche directement entre la partie template de la classe A et la classe B en rajoutant le suffixe -template et en ajustant l'ancre de départ (la valeur -30 est assez satisfaisante) : + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/bugtemplate2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{bugtemplate2} +\end{center} +\end{minipage} + +\medskip + +\item Si l'on définit une classe dont le nom comporte le caractère : -- typiquement lorsqu'on précise le namespace -- il peut y avoir un conflit avec l'option french (ou frenchb ou francais) du package babel. En effet, par défaut, ces options ajoutent systématiquement un espace devant le caractère : si le rédacteur du document l'a oublié, ce qui rentre en conflit avec la définition de l'opérateur d'accès ::. Si l'on reprend l'exemple de définition d'une classe, on obtiendrait : + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/class.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\begin{tikzpicture} +\umlclass[x=0,y=0]{namespace : :class\_name}{}{} +\end{tikzpicture} +\end{center} +\end{minipage} + +\medskip + +La solution consiste en une macro proposée par ces options du package babel, qu'il faut utiliser dans le préambule du document : + +\medskip + +\begin{lstlisting} +\frenchbsetup{AutoSpacePunctuation=false} +\end{lstlisting} + +\medskip + +\item Le comportement de placement automatique des informations d'un attribut sur une relation peut surprendre quand on veut le court-circuiter. Reprenons l'exemple de l'introduction. Si l'on regarde la relation d'association et les attributs {\it toto} et {\it tata}. Si {\it toto} est au-dessus, {\it tata} est lui en dessous. Demandons maintenant de justifier à droite l'attribut {\it tata} (Au passage, on met sa position à 0.1). On constate alors que les positions de {\it tata} et de sa multiplicité s'inversent. + +\begin{center} +\inputTikZ{bugalign} +\end{center} + +\end{enumerate} + +\chapter{Diagrammes de cas d'utilisation}\label{c.usecase} + +Voici un exemple de diagramme de cas d'utilisation que l'on peut réaliser : + +\begin{center} +\inputTikZ{usecaseex} +\end{center} + +Nous allons voir successivement comment définir les 4 éléments constitutifs d'un tel diagramme : le système, les acteurs, les cas d'utilisation et les relations. + +\section{Définir un système}\label{s.system} + +Un système est défini à l'aide de l'environnement {\tt umlsystem} : + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/system.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{system} +\end{center} +\end{minipage} + +\medskip + +Les options {\tt x} et {\tt y} permettent de positionner le système dans la figure. Elles valent toutes deux 0 par défaut. A l'intérieur de cet environnement, on définira les cas d'utilisation, tandis qu'à l'extérieur, on définira les acteurs. + +\section{Définir un acteur}\label{s.actor} + +Un acteur est défini par la commande {\tt umlactor} : + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/actor.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{actor} +\end{center} +\end{minipage} + +\medskip + +Les options {\tt x} et {\tt y} permettent de positionner l'acteur dans la figure. Elles valent toutes deux 0 par défaut. On peut également redimensionner le symbole de l'acteur avec l'option {\tt scale}. Cela adapte également la position du texte en dessous : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/actorscale.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{actorscale} +\end{center} +\end{minipage} + +\medskip + +Le symbole de l'acteur est défini en unités relatives de la taille de fonte (unité en ex). Ce n'est par contre pas le cas de la distance séparant le symbole du texte en dessous. On peut alors corriger cela en fixant cette distance avec l'option {\tt below} (0.5cm par défaut). + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/actorfont.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{actorfont} +\end{center} +\end{minipage} + +Toutes les options de \TikZ{} dédiées aux n\oe{}uds peuvent être utilisées ici, voir la \autoref{s.advfeat} pour plus de détails. + +\section{Définir un cas d'utilisation}\label{s.usecase} + +Un cas d'utilisation est défini avec la commande {\tt umlusecase} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/usecase.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{usecase} +\end{center} +\end{minipage} + +\medskip + +Les options {\tt x} et {\tt y} permettent de positionner le cas d'utilisation dans la figure ou dans le système le contenant. Elles valent toutes deux 0 par défaut. Le texte passé en argument obligatoire est l'intitulé du cas d'utilisation. Le n\oe{}ud le représentant possède un nom par défaut, basé sur un compteur global, de la forme usecase-17. Pour des raisons pratiques, on peut renommer un cas d'utilisation à l'aide de l'option {\tt name}. + +Par ailleurs, on peut fixer la taille du n\oe{}ud avec l'option {\tt width}. + +Toutes les options de \TikZ{} dédiées aux n\oe{}uds peuvent être utilisées ici, voir la \autoref{s.advfeat} pour plus de détails. + +\medskip + +Maintenant que nous avons vu tous les éléments constitutifs d'un diagramme de cas d'utilisation, nous allons pouvoir aborder les relations entre ces éléments. + +\section{Définir une relation}\label{s.userel} + +Les relations dans un diagramme de cas d'utilisation sont de 4 natures : + +\begin{itemize} +\item Des relations d'héritage, entre acteurs, ou entre cas d'utilisation. On utilisera pour cela la commande {\tt umlinherit} et ses dérivées, abordées en \autoref{ss.relgen}. +\item Des relations d'association, entre un acteur et un cas d'utilisation. On utilisera pour cela la commande {\tt umlassoc} et ses dérivées, abordées en \autoref{ss.relgen}. +\item Des relations d'inclusion ou d'extension. Graphiquement, ce sont des flèches de dépendance, au sens des diagrammes de classes, avec le stéréotype {\tt extend} ou {\tt include}. Des alias de la commande {\tt umlrelation}, nommés {\tt umlinclude}, {\tt umlHVinclude}, \ldots, {\tt umlextend}, {\tt umlHVextend}, \ldots, sont disponibles pour définir de telles flèches. +\end{itemize} + +Les options \hyperlink{anchor1}{{\tt anchor1}}, \hyperlink{anchor2}{{\tt anchor2}}, \hyperlink{anchors}{{\tt anchors}}, \hyperlink{arm1}{{\tt arm1}}, \hyperlink{arm2}{{\tt arm2}}, \hyperlink{weight}{{\tt weight}}, \hyperlink{geometry}{{\tt geometry}} (uniquement pour {\tt umlinclude} et {\tt umlextend}), et \hyperlink{posstereo}{{\tt pos stereo}} sont toujours utilisables. + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/include-and-extend.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{include-and-extend} +\end{center} +\end{minipage} + +\medskip + +\section{Personnalisation}\label{s.fitusecase} + +Grace à la commande {\tt tikzumlset}, on peut modifier globalement les couleurs par défaut des cas d'utilisation, systèmes, acteurs et relations : + +\begin{description} +\item[text :] permet de spécifier la couleur du texte (=black par défaut), +\item[draw :] permet de spécifier la couleur des traits (=black par défaut), +\item[fill usecase :] permet de spécifier la couleur de fond des cas d'utilisation (=blue!20 par défaut), +\item[fill system :] permet de spécifier la couleur de fond des systèmes (=white par défaut), +\item[font :] permet de spécifier le style de fonte du texte (=$\backslash$small par défaut). +\end{description} + +On peut également utiliser les options {\tt text}, {\tt draw} et {\tt fill} sur un élément particulier pour lui modifier ses couleurs, comme illustré dans l'exemple d'introduction. + +\section{Exemples} + +\subsection{Exemple de l'introduction, pas à pas} + +\subsubsection{Définition des acteurs} + +{\color{red!70!black} +\lstinputlisting[firstline=11, lastline=13]{fig/usecaseex.tikz} +} + +\begin{center} +\inputTikZ{usecasediagstep1} +\end{center} + +\subsubsection{Définition des cas d'utilisation} + +En plus de définir les cas d'utilisation, on illustre l'utilisation locale de l'option {\tt fill}. + +{\color{red!70!black} +\lstinputlisting[firstline=3, lastline=8]{fig/usecaseex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=11, lastline=13]{fig/usecaseex.tikz} + +\begin{center} +\inputTikZ{usecasediagstep2} +\end{center} + +\subsubsection{Définition du système} + +Le système étant défini comme une boîte dont servant de nouveau repère de coordonnées, on va devoir modifier les coordonnées des cas d'utilisation relativement à celles du système. + +{\color{red!70!black} +\lstinputlisting[firstline=2, lastline=2]{fig/usecaseex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=3, lastline=8]{fig/usecaseex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=9, lastline=9]{fig/usecaseex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=10, lastline=13]{fig/usecaseex.tikz} + +\begin{center} +\inputTikZ{usecasediagstep3} +\end{center} + +\subsubsection{Définition des relations et de la note} + +On remarquera l'utilisation de l'option {\tt name} pour s'assurer simplement de la bonne définition de la note, et son intérêt également pour les cas d'utilisation, afin de ne pas avoir à se rappeler de l'ordre dans lequel ils sont définis, comme c'est le cas dans cet exemple simple : + +\lstinputlisting[firstline=2, lastline=13]{fig/usecaseex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=14, lastline=25]{fig/usecaseex.tikz} +} + +\begin{center} +\inputTikZ{usecasediagstep4} +\end{center} + +%\section{Règles de priorité des options et bugs identifiés}\label{s.usecasebug} + +\chapter{Diagrammes d'états-transitions}\label{c.statetrans} + +Voici un exemple de diagramme d'états-transitions que l'on peut réaliser : + +\begin{center} +\inputTikZ{statediagex} +\end{center} + +Nous allons voir successivement comment définir les éléments constitutifs d'un tel diagramme : les 10 types d'états et les transitions. + +\newpage + +\section{Définir un état}\label{s.state} + +Un état \og standard\fg{} se définit à l'aide de l'environnement {\tt umlstate} : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/state.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{state} +\end{center} +\end{minipage} + +\medskip + +Les options {\tt x} et {\tt y} permettent de positionner l'état dans la figure, ou dans un autre état. Elles valent toutes deux 0 par défaut. L'argument est le label de l'état. Le n\oe{}ud représentatnt l'état a par défaut un nom basé sur un compteur. Pour des raisons pratiques, lors de la définition de transitions par exemple, on peut le renommer à l'aide de l'option {\tt name}. + +\medskip + +On peut également définir la largeur d'un état vide avec l'option {\tt width} (8ex par défaut). + +\medskip + +On peut définir un état dans un autre état. Dans ce cas, les coordonnées des sous-états sont relatives à l'état parent : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/stateinner.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{stateinner} +\end{center} +\end{minipage} + +\medskip + +Si l'on veut définir un état sans le décomposer, on peut utiliser la commande {\tt umlbasicstate} qui est un raccourci vers l'environnement {\tt umlstate}. + +\medskip + +Regardons maintenant les états spécifiques : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/statespecial.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{statespecial} +\end{center} +\end{minipage} + +\medskip + +De gauche à droite et de haut en bas : + +\medskip + +\begin{itemize} +\item Un état initial se définit à l'aide de la commande {\tt umlstateinitial}. +\item Un état final se définit à l'aide de la commande {\tt umlstatefinal}. +\item Un état de jonction se définit à l'aide de la commande {\tt umlstatejoin}. +\item Un état de décision se définit à l'aide de la commande {\tt umlstatedecision}. +\item Un état d'entrée se définit à l'aide de la commande {\tt umlstateenter}. +\item Un état de sortie se définit à l'aide de la commande {\tt umlstateexit}. +\item Un état de fin se définit à l'aide de la commande {\tt umlstateend}. +\item Un état d'historique se définit à l'aide de la commande {\tt umlstatehistory}. +\item Un état d'historique profond se définit à l'aide de la commande {\tt umlstatedeephistory}. +\end{itemize} + +\medskip + +Ces commandes prennent toutes pour options {\tt name}, pour renommer le n\oe{}ud, et {\tt width} pour fixer sa taille, et on peut les utiliser à l'intérieur d'un environnement {\tt umlstate} : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/statename.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{statename} +\end{center} +\end{minipage} + +\medskip + +Vous pouvez également définir des actions sur un état, à travers les options {\tt entry}, {\tt do} et {\tt exit} : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/stateactions.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{stateactions} +\end{center} +\end{minipage} + +\medskip + +Toutes les options de \TikZ{} dédiées aux n\oe{}uds peuvent être utilisées ici, voir la \autoref{s.advfeat} pour plus de détails. + +\section{Définir une transition}\label{s.trans} + +Les transitions sont les noms des relations dans un diagramme d'états-transitions. On les définit à l'aide de la commande {\tt umltrans} qui dérive de {\tt umlrelation}. On va distinguer le cas des transitions unidirectionnelles et celui des transitions récursives. + +\subsection{Définir une transition unidirectionnelle}\label{s.unitrans} + +De par l'existence de l'option {\tt geometry}, on va définir de même les alias {\tt umlHVtrans}, {\tt umlVHtrans}, {\tt umlVHVtrans} et {\tt umlHVHtrans}. Graphiquement, ce sont l'utilisation de ces alias qui sont les plus intéressants, dans la mesure où tous les coins d'une flèche de transition sont arrondis. + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transition.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transition} +\end{center} +\end{minipage} + +\medskip + +Toutes les options de {\tt umlrelation} peuvent être utilisées avec {\tt umltrans} et ses dérivées. + +\subsection{Définir une transition récursive}\label{s.rectrans} + +Les transitions récursives sont graphiquement les plus délicates à mettre en \oe{}uvre, car elles ont l'aspect de rectangles aux coins arrondis, contrairement aux flèches récursives des diagrammes de classes. Elles se comportent donc, sur le principe, comme les flèches dont l'option {\tt geometry} est -|- ou |-|, c'est-à-dire des flèches composées de plusieurs segments. + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transitionrec.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transitionrec} +\end{center} +\end{minipage} + +\medskip + +L'option {\tt recursive direction} est fondamentale. En effet, la donnée des angles de départ et d'arrivée ne suffit pas à savoir la direction de départ et d'arrivée de la flèche récursive. On est donc obligé de le préciser. 2 cas se présentent : + +\medskip + +\begin{itemize} +\item Soit la flèche est constituée de 3 segments. Dans ce cas, les n\oe{}uds utilisables sont répartis comme suit : + +\begin{center} +\inputTikZ{transitionrec-rtr-ptname} +\end{center} + +\item Soit la flèche est constituée de 4 segments. Dans ce cas, les n\oe{}uds utilisables sont répartis comme suit : + +\medskip + +\begin{center} +\inputTikZ{transitionrec-rtb-ptname} +\end{center} + +\vspace{-4cm} + +\end{itemize} + +\subsection{Définir une transition entre sous-états}\label{ss.substatetrans} + +Lorsqu'on définit des transitions entre sous-états, la transition doit être intégralement représentée à l'intérieur de l'état parent. C'est la raison pour laquelle on définira la transition à l'intérieur de l'environnement {\tt umlstate}. Comparez les 2 séquences de codes suivantes : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transitioninnerbug.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transitioninnerbug} +\end{center} +\end{minipage} + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transitioninner.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transitioninner} +\end{center} +\end{minipage} + +\section{Personnalisation}\label{s.fitstatetrans} + +Grace à la commande {\tt tikzumlset}, on peut modifier globalement les couleurs par défaut des états et transitions : + +\begin{description} +\item[text :] permet de spécifier la couleur du texte (=black par défaut), +\item[draw :] permet de spécifier la couleur des traits et des états initiaux, finaux et de jonction (=black par défaut), +\item[fill state :] permet de spécifier la couleur de fond des cas d'utilisation (=yellow!20 par défaut), +\item[font :] permet de spécifier le style de fonte du texte (=$\backslash$small par défaut). +\end{description} + +On peut également utiliser les options {\tt text}, {\tt draw} et {\tt fill} sur un élément particulier pour lui modifier ses couleurs, comme illustré dans l'exemple d'introduction. + +\section{Exemples} + +\subsection{Exemple de l'introduction, pas à pas} + +\subsubsection{Définition des états standards} + +\medskip + +\begin{center} +\inputTikZ{statediagstep1} +\end{center} + +\newpage + +{\color{red!70!black} +\lstinputlisting[firstline=2, lastline=3]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=5, lastline=5]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=11, lastline=11]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=16, lastline=16]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=21, lastline=21]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=25, lastline=25]{fig/statediagex.tikz} +} + +\vspace{-0.5cm} + +\subsubsection{Définition des états spécifiques} + +\medskip + +\begin{center} +\inputTikZ{statediagstep2} +\end{center} + +\medskip + +\lstinputlisting[firstline=2, lastline=3]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=4, lastline=4]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=5, lastline=5]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=11, lastline=11]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=14, lastline=14]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=16, lastline=16]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=17, lastline=17]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=19, lastline=19]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=21, lastline=21]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=25, lastline=25]{fig/statediagex.tikz} + +\subsubsection{Définition des transitions} + +\lstinputlisting[firstline=2, lastline=5]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=6, lastline=10]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=11, lastline=11]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=12, lastline=13]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=14, lastline=14]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=15, lastline=15]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=16, lastline=17]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=18, lastline=18]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=19, lastline=19]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=20, lastline=20]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=21, lastline=21]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=22, lastline=24]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=25, lastline=25]{fig/statediagex.tikz} + +\begin{center} +\inputTikZ{statediagstep3} +\end{center} + +%\section{Règles de priorité des options et bugs identifiés}\label{s.statetransbug} +% +\chapter{Diagrammes de séquence}\label{c.seq} + +Voici un exemple de diagramme de séquence que l'on peut réaliser : + +\begin{center} +\inputTikZ{seqdiagex} +\end{center} + +Regardons maintenant les différents éléments constitutifs d'un tel diagramme. + +\section{Définir un diagramme de séquence}\label{s.seqdiag} + +C'est là la principale différence avec les diagrammes précédents. Pour définir un diagramme de séquence, il faut travailler dans l'environnement {\tt umlseqdiag}, dont le but est d'initialiser un ensemble de variables globales, et surtout de tracer les lignes de vies de chaque objet intervenant dans le diagramme. Ce qu'il faut comprendre avant toute chose, c'est que les commandes et environnements permettant de définir un diagramme de séquence placent les éléments de manière automatique et les espacent également automatiquement. Nous y reviendrons en temps voulu. + +\section{Définir un objet}\label{s.objs} + +\subsection{Les types d'objets}\label{ss.obj} + +On peut définir un objet avec la commande {\tt umlobject} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/object.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{object} +\end{center} +\end{minipage} + +\medskip + +Par défaut, il représente une instance de classe. Le nom de la classe est spécifié avec l'option {\tt class} (vide par défaut). + +\medskip + +L'option {\tt stereo} permet de spécifier le type d'objet. Elle accepte les valeurs suivantes : object (valeur par défaut), actor, entity, boundary, control, database, multi. Les 6 derniers sont représentés ci-dessous, de gauche ) droite et de haut en bas. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectstereo.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectstereo} +\end{center} +\end{minipage} + +\medskip + +Les objets UML peuvent être utilisés dans d'autres contextes que les instances de classes. Alors, le symbole "deux points" affiché dans un objet n'est pas nécessaire. Dans ce but, vous pouvez utiliser la commande {\tt umlbasicobject}. + +\subsection{Positionnement automatique d'un objet}\label{ss.objpos} + +Les options {\tt x} et {\tt y} permettent de positionner un objet. En pratique, elles sont peu utilisées. En effet, le comportement automatique est le suivant : + +\begin{itemize} +\item L'option {\tt y} vaut 0 par défaut, ce qui signifie qu'un objet se trouve par défaut en haut d'un diagramme de séquence. +\item L'option {\tt x} vaut un multiple de 4 par défaut. Ce multiple correspond à l'indice attribué à l'objet : si c'est le deuxième objet défini dans le diagramme, cet indice vaut 2, \ldots +\end{itemize} + +A moins que la taille de l'objet soit trop grande, le décalage de 4 convient. Dans le cas contraire, on spécifie la coordonnée. + +\subsection{Dimensionner un objet}\label{ss.objdim} + +L'option {\tt scale} de {\tt umlobject} permet de dimensionner un objet. De même, les symboles sont adaptés à la taille de la fonte : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectscale.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectscale} +\end{center} +\end{minipage} + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectfont.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectfont} +\end{center} +\end{minipage} + +\section{Définir un appel de fonction}\label{s.calls} + +Les appels de fonction représentent le c\oe{}ur d'un diagramme de séquence. Il faut donc en conséquence un moteur suffisamment intelligent pour permettre à la fois un comportement par défaut satisfaisant et une grande souplesse dans le paramétrage. + +Pour parler un peu technique -- j'ouvre une parenthèse -- , il y avait 2 approches possibles : + +\begin{enumerate} +\item soit se baser sur la structure de matrice de n\oe{}uds de \TikZ. Cela présente l'avantage de travailler sur une grille de n\oe{}uds précalculée et donc de positionner facilement (et rapidement à la compilation) à l'aide d'un unique compteur les éléments d'un diagramme de séquence. +\item soit se baser sur un positionnement automatique des n\oe{}uds par un jeu de coordonnées, dans le cas présent la coordonnée temporelle, qui permet une totale souplesse et facilite la reflexion de l'utilisateur. +\end{enumerate} + +C'est la seconde approche qui a été choisie, car davantage conforme à l'état d'esprit dans lequel les autres diagrammes ont été implémentés dans cette librairie. En effet, si l'absence de grille demande un moteur de calcul plus élaboré, et donc un temps de compilation un peu plus long, cette approche permet de définir facilement un certain nombre d'éléments de manière simple, comme un appel de constructeur, dessiné selon la norme et nom \og bidouillé\fg{} pour que ça soit compréhensible, comme c'est le cas de la plupart des logiciels de conception UML que j'ai pu utiliser auparavant. Je referme donc la parenthèse. + +\subsection{Appels simples / récursifs}\label{ss.call} + +Un appel de fonction simple se fait à l'aide de l'environnement {\tt umlcall}. Bien entendu, on peut utiliser des environnements {\tt umlcall} imbriqués : + +\medskip + +\begin{minipage}{0.4\textwidth} +\lstinputlisting{fig/call.tikz} +\end{minipage} +\begin{minipage}{0.6\textwidth} +\begin{center} +\inputTikZ{call} +\end{center} +\end{minipage} + +\medskip + +On précise en arguments obligatoires le nom de l'objet source et celui de l'objet destination. +Si ces noms sont les mêmes, alors l'appel est récursif. Pour ne pas définir les deux arguments, dans ce cas identiques, on peut utiliser l'environnement {\tt umlcallself} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callself.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callself} +\end{center} +\end{minipage} + +\subsection{Positionnement d'un appel}\label{ss.calldt} + +L'option {\tt dt} permet de positionner un appel sur une ligne de vie, relativement au dernier élément présent sur cette ligne. Elle est vide par défaut. Elle se mesure en unité ex. En pratique, le comportement par défaut est de calculer un décalage suffisant pour que rien ne se chevauche entre 2 appels consécutifs : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/calldt.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{calldt} +\end{center} +\end{minipage} + +\medskip + +On peut également ajuster l'espacement pour des appels imbriqués avec l'option {\tt padding}. Cela concerne l'espacement en bas uniquement : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callpadding.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callpadding} +\end{center} +\end{minipage} + +\subsection{Appels synchrones / asynchrones}\label{ss.callsync} + +L'option {\tt type} permet de spécifier s'il s'agit d'un appel synchrone (valeur par défaut) ou asynchrone : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callsync.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callsync} +\end{center} +\end{minipage} + +\subsection{Opération, arguments et valeur de retour}\label{ss.callop} + +On spécifie le nom de la fonction appelée et ses arguments d'entrée avec l'option {\tt op} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callop.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callop} +\end{center} +\end{minipage} + +\medskip + +\remarque{Notez l'importance ici des accolades pour que la virgule séparant les 2 arguments i et k. Sans les accolades, elle serait interprétée comme un séparateur d'options et provoquerait une erreur.} + +\medskip + +On spécifie la valeur de retour avec l'option {\tt return} avec les mêmes précautions : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callreturn.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callreturn} +\end{center} +\end{minipage} + +\medskip + +Dans ce cas, la flèche de retour est déssinée avec lz valeur de retour au-dessus. Vous pouvez dessiner la flèche de retour sans préciser de valeur. Pour cela, il y a l'option {\tt with return} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callwithreturn.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callwithreturn} +\end{center} +\end{minipage} + +Dans certains cas, l'appel de fonction peut avoir plusieurs retours. Pour ajouter une flèche de retour, vous pouvez procéder de la manière suivante : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callreturnonly.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callreturnonly} +\end{center} +\end{minipage} + +\subsection{Définir un appel de constructeur}\label{ss.create} + +Les appels de constructeurs sont des appels de fonctions particuliers dans la mesure où ils créent un nouvel objet. Il ne s'agit pas de messages échangés entre 2 lignes de vies, mais entre une ligne de vie et un objet. + +Pour définir un appel de constructeur, on utilise la commande {\tt umlcreatecall} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/createcall.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{createcall} +\end{center} +\end{minipage} + +\medskip + +On peut remarquer que tout se passe normalement ensuite à la définition d'autres appels utilisant l'objet créé. + +\medskip + +En tant que constructeur d'objet, la commande {\tt umlcreatecall} dispose des options {\tt class}, {\tt stereo} et {\tt x}. + +En tant qu'appel de fonction, elle dispose de l'option {\tt dt}. + +\subsection{Nommer un appel}\label{ss.callname} + +L'option {\tt name} permet de donner un nom à un appel de fonction. Elle n'a que peu d'intérêt pour l'instant à moins de développements futurs, dans la mesure où elle avait été pensée pour la définition des fragments combinés, mais il n'y en a plus besoin. + +\section{Définir un fragment combiné}\label{s.fragments} + +Les fragments combinés constituent la deuxième grande famille d'éléments constitutifs d'un diagramme de séquence. On peut les définir à l'aide de l'environnement {\tt umlfragment} : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragment.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragment} +\end{center} +\end{minipage} + +\subsection{Informations d'un fragment}\label{ss.fraginfos} + +L'option {\tt type} permet de spécifier le mot-clé apparaissant dans l'étiquette en haut à gauche : opt, alt, loop, par, assert, \ldots La valeur par défaut est opt. + +L'option {\tt label} permet de spécifier les éléments complémentaires tels que la condition d'un fragment opt : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragmentlabel.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragmentlabel} +\end{center} +\end{minipage} + +\medskip + +L'option {\tt inner xsep} permet de décaler l'étiquette et le label vers la gauche. Sa valeur par défaut est 1 et son unité de longueur est ex. + +\subsection{Renommer un fragment}\label{ss.fragname} + +On peut nommer un fragment à l'aide de l'option {\tt name}. Elle peut être très utile par exemple quand on veut attacher une note à un fragment : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragmentname.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragmentname} +\end{center} +\end{minipage} + +\subsection{Définir les régions d'un fragment}\label{ss.fragpart} + +Prenons le cas d'un fragment de type alt. Il s'agit de la représentation d'un bloc d'instructions de type switch - case. Pour pouvoir représenter ceci, on doit définir des régions dans le fragment. On utilise pour cela la commande {\tt umlfpart} qui prend en option le label associé : + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragmentpart.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragmentpart} +\end{center} +\end{minipage} + +\section{Personnalisation}\label{s.fitseq} + +Grace à la commande {\tt tikzumlset}, on peut modifier globalement les couleurs par défaut des appels, des fragments et des objets : + +\begin{description} +\item[text :] permet de spécifier la couleur du texte (=black par défaut), +\item[draw :] permet de spécifier la couleur des traits et des flèches (=black par défaut), +\item[fill object :] permet de spécifier la couleur de fond des objets (=yellow!20 par défaut), +\item[fill call :] permet de spécifier la couleur de fond des appels (=white par défaut), +\item[fill fragment :] permet de spécifier la couleur de fond des cas d'utilisation (=white par défaut), +\item[font :] permet de spécifier le style de fonte du texte (=$\backslash$small par défaut). +\end{description} + +On peut également utiliser les options {\tt text}, {\tt draw} et {\tt fill} sur un élément particulier pour lui modifier ses couleurs, comme illustré dans l'exemple d'introduction. + +Il existe un cas particulier : {\tt umlcreatecall}. Les options {\tt text}, {\tt draw} et {\tt fill} permettent de modifier l'aspect du message de création, tandis que les options {\tt text obj}, {\tt draw obj} et {\tt fill obj} permettent de modifier l'aspect de l'objet créé. + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/createcallset.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{createcallset} +\end{center} +\end{minipage} + +\section{Exemples} + +\subsection{Exemple de l'introduction, pas à pas} + +\subsubsection{Définition des objets} + +{\color{red!70!black} +\lstinputlisting[firstline=2,lastline=6]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=36,lastline=36]{fig/seqdiagex.tikz} +} + +\begin{center} +\inputTikZ{seqdiagstep1} +\end{center} + +\subsubsection{Définition de l'appel opa et ses composants} + +\lstinputlisting[firstline=2,lastline=6]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=7, lastline=7]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=9, lastline=9]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=11, lastline=12]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=14, lastline=15]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=17, lastline=17]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=20, lastline=20]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=22, lastline=23]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=25, lastline=25]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=27, lastline=27]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=36,lastline=36]{fig/seqdiagex.tikz} + +\begin{center} +\inputTikZ{seqdiagstep2} +\end{center} + +\subsubsection{Définition des appels consécutifs à la construction de E} + +\lstinputlisting[firstline=2,lastline=7]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=9, lastline=9]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=11, lastline=12]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=14, lastline=15]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=17, lastline=17]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=20, lastline=20]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=22, lastline=23]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=25, lastline=25]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=27, lastline=27]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=28, lastline=28]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=30, lastline=34]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=36,lastline=36]{fig/seqdiagex.tikz} + +\begin{center} +\inputTikZ{seqdiagstep3} +\end{center} + +\subsubsection{Définition des fragments} + +\lstinputlisting[firstline=2,lastline=7]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=8, lastline=8]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=9, lastline=9]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=10, lastline=10]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=11, lastline=12]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=13, lastline=13]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=14, lastline=15]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=16, lastline=16]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=17, lastline=17]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=18, lastline=19]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=20, lastline=20]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=21, lastline=21]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=22, lastline=23]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=24, lastline=24]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=25, lastline=25]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=26, lastline=26]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=27, lastline=28]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=29, lastline=29]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=30, lastline=34]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=35, lastline=35]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=36,lastline=36]{fig/seqdiagex.tikz} + +\begin{center} +\inputTikZ{seqdiagstep4} +\end{center} + +\section{Bugs identifiés et perspectives}\label{s.seqbug} + +\begin{enumerate} +\item Lorsqu'on définit un fragment sur un ensemble d'appels immédiatement après un appel de constructeur, le décalage automatique ne fonctionne pas. Il faut nécessairement donner à l'option {\tt dt} du premier appel du fragment une valeur supérieure ou égale à 7. +\item Le placement automatique des objets avec un multiple de 4 ne convient pas. Il faudrait définir un décalage de 4 avec le dernier objet défini. +\item Il n'est pas possible pour l'instant de donner des arguments à un appel de constructeur. +\item On en peut pas forcer le tracé d'une zone d'activité d'un objet qui ne \og travaille\fg{} pas. + +\begin{center} +\inputTikZ{bugcall} +\end{center} + +\end{enumerate} + +\chapter{Diagrammes de composants} + +Voici un exemple de diagramme de composants que l'on peut réaliser : + +\begin{center} +\inputTikZ{compdiagex} +\end{center} + +Nous allons voir les différents élements qui composent de tels diagrammes : les composants, les interfaces requises et offertes, les connecteurs d'assemblage, les connecteurs de délégation et les ports. + +\section{Définir un composant} + +Un composant peut être défini à l'aide de l'environnement {\tt umlcomponent} : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/component.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{component} +\end{center} +\end{minipage} + +\medskip + +Les options {\tt x} et {\tt y} permettent de placer le composant dans la figure, ou dans un autre composant. La valeur par défaut est 0. + +L'argument d'entrée est le nom du composant. Le n\oe{}ud qui le représente a un nom défini par défaut à partir d'un compteur. Pour des raisons pratiques, on peut également le renommer avec l'option {\tt name}. + +\medskip + +On peut aussi définir la largeur d'un composant vide avec l'option {\tt width} (8ex par défaut). + +\medskip + +On peut définir un composant à l'intérieur d'un autre composant ou à l'intérieur d'un package. Les coordonnées du composant sont alors relatives à son parent : + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/componentinner.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{componentinner} +\end{center} +\end{minipage} + +\medskip + +A noter que l'on peut définir une classe dans un composant. + +\medskip + +Si vous souhaitez définir un composant sans le détailler, vous pouvez utiliser la commande {\tt umlbasic component} , qui est un alias de l'environnnement {\tt umlcomponent}. + +\medskip + +Toutes les options de \TikZ{} dédiées aux n\oe{}uds peuvent être utilisées ici, voir la \autoref{s.advfeat} pour plus de détails. + +\section{Définir une interface requise/offerte} + +Dans un composant, vous pouvez définir 2 types d'interfaces : des interfaces requises et des interfaces offertes. Dans ce but, vous pouvez utiliser les commandes {\tt umlprovidedinterface} et/ou {\tt umlrequiredinterface}. +Ces 2 commandes disposent des mêmes options : + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentinterface.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentinterface} +\end{center} +\end{minipage} + +\medskip + +L'option {\tt interface} est utilisée pour nommer l'interface, le nom apparaissant au-dessus du symbole de l'interface. +Celui-ci est représenté par un n\oe{}ud nommé X-interface, où X est le nom du composant. + +\medskip + +L'option {\tt width} permet de définir la taille du symbole de l'interface. Sa valeur par défaut est 1em. + +\medskip + +L'option {\tt distance} permet de définir la longueur du bras de l'interface, à savoir la distance entre le port du composant et le symbole de l'interface. + +\medskip + +L'option {\tt with port} permet de tracer le port du composant associé à l'interface. + +\medskip + +Si vous regardez l'exemple précédent, vous pouvez remarquer le padding entre les interfaces des sous-composants et la frontières du composant parent. Vous pouvez modifier ce padding avec l'option {\tt padding}. Sa valeur par défaut est 1cm. + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentinterfacepadding.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentinterfacepadding} +\end{center} +\end{minipage} + +\medskip + +Cette option sera très utile pour tracer les connecteurs, comme vous allez le voir dans la section suivante. + +\section{Définir un connecteur d'assemblage} + +Un connecteur d'assemblage est une relation entre 2 composants différents. Il s'agit d'un lien entre l'interface requise de l'un et l'interface offerte de l'autre. +Dans ce but, vous pouvez utiliser la commande {\tt umlassemblyconnector} : + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentassemblyconnector.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentassemblyconnector} +\end{center} +\end{minipage} + +\medskip + +Le symbole du connecteur d'assemblage est tracé uniquement si l'option {\tt interface} est donnée. Comme pour les commandes {\tt umlprovidedinterface} et {\tt umlrequiredinterface}, l'option {\tt with port} permet de tracer les ports associés au connecteur d'assemblage, et l'option {\tt width} permet de spécifier la taille du symbole (la valeur par défaut est 1em). + +Vous pouvez également donner un nom au connecteur d'assemblage avec l'option {\tt name}. + +\subsection{Définir la géométrie d'un connecteur d'assemblage} + +Comme pour la commande {\tt umlrelation}, vous pouvez utiliser l'option {\tt geometry} et les raccourcis associés : + +\begin{description} +\item[umlHVassemblyconnector :] raccourci pour {\tt umlassemblyconnector} avec geometry=-| +\item[umlVHassemblyconnector :] raccourci pour {\tt umlassemblyconnector} avec geometry=|- +\item[umlHVHassemblyconnector :] raccourci pour {\tt umlassemblyconnector} avec geometry=-|- +\item[umlVHVassemblyconnector :] raccourci pour {\tt umlassemblyconnector} avec geometry=|-| +\end{description} + +\subsection{Placer le symbole d'un connecteur d'assemblage} + +Pour placer le symbole d'un connecteur d'assemblage, vous pouvez utiliser l'une des options {\tt first arm}, {\tt second arm}, {\tt middle arm} et {\tt last arm} : + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentassemblyconnectorarm.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentassemblyconnectorarm} +\end{center} +\end{minipage} + +\subsection{Ajuster la géométrie d'un connecteur d'assemblage} + +Comme pour la commande {\tt umlrelation}, vous disposez des options {\tt arm1}, {\tt arm2}, {\tt anchor1}, {\tt anchor2} et {\tt anchors} : + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentassemblyconnectoradjust.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentassemblyconnectoradjust} +\end{center} +\end{minipage} + +\medskip + +La position des ports est calculée automatiquement à partir des valeurs données à ces options + {\tt geometry}. + +\section{Définir un connecteur de délégation} + +Un connecteur de délégation est un connecteur entre un sous-composant et son parent. Pour cela, vous pouvez utiliser la commande {\tt umldelegateconnector}. Elle a toutes les options de la commande {\tt umlrelation} excepté {\tt stereo}, déjà défini à delegate. + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentdelegateconnector.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentdelegateconnector} +\end{center} +\end{minipage} + +\medskip + +\section{Définir le port d'un composant} + +Il arrive , comme dans l'exemple précédent, que l'on doive définir manuellement un port. Pour cela, vous pouvez utiiser la commande {\tt umlport}. + +Le premier argument est lenom du composant, le second est l'ancre où placer le port. Vous pouvez également définir sa taille avec l'option {\tt width}. + +\section{Personnalisation} + +Grace à la commande {\tt tikzumlset}, vous pouvez modifier globalement les couleurs par défaut des composants, ports, connecteurs et interfaces : + +\begin{description} +\item[text :] permet de spécifier la couleur du texte (=black par défaut), +\item[draw :] permet de spécifier la couleur des traits (=black par défaut), +\item[fill component :] permet de spécifier la couleur de fond des composants (=yellow !20 par défaut), +\item[fill port :] permet de spécifier la couleur de fond des ports (=yellow !20 par défaut), +\item[fill assembly connector :] permet de spécifier la couleur de fond des symboles de connecteurs d'assemblage (=white par défaut), +\item[font :] permet de spécifier le style de fonte du texte (=$\backslash$small par défaut). +\end{description} + +On peut également utiliser les options {\tt text}, {\tt draw} and {\tt fill} sur un élément particulier. + +Il y a une exception : {\tt umlassemblyconnector}. L'option {\tt fill assembly connector} définit la couleur de fond du symbole du connecteur d'assemblage, tandis que l'option {\tt fill port} définit celle des ports. + +\section{Exemples} + +\subsection{Exemple de l'introduction, pas à pas} + +\subsubsection{Définition des composants} + +Il y a 6 composants A, D, E, F, G et H, et 2 sous-composants de A : B et C. + +\medskip + +\lstinputlisting{fig/compdiagexstep1.tikz} + +\begin{center} +\inputTikZ{compdiagexstep1} +\end{center} + +\subsubsection{Définition des interfaces} + +On définit une interface requise pour le composant B et une interface offerte pour le composant C. On prépare les connecteurs de délégation en définissant le padding. + +\medskip + +\lstinputlisting[lastline=5]{fig/compdiagexstep2.tikz}\vspace{-0.4cm} +{\color{red!70!black} \lstinputlisting[firstline=6,lastline=7]{fig/compdiagexstep2.tikz}\vspace{-0.4cm}} +\lstinputlisting[firstline=8]{fig/compdiagexstep2.tikz} + +\begin{center} +\inputTikZ{compdiagexstep2} +\end{center} + +\subsubsection{Définition des connecteurs} + +On définit 5 connecteurs d'assemblage and 1 connecteur de délégation. + +\medskip + +\lstinputlisting[lastline=13]{fig/compdiagexstep3.tikz}\vspace{-0.4cm} +{\color{red!70!black}\lstinputlisting[firstline=14]{fig/compdiagexstep3.tikz}} + +\begin{center} +\inputTikZ{compdiagexstep3} +\end{center} + +\subsubsection{Définition des notes} + +On ajoute des notes pour expliquer les noms des n\oe{}uds. + +\medskip + +\lstinputlisting[lastline=20]{fig/compdiagexstep4.tikz}\vspace{-0.4cm} +{\color{red!70!black}\lstinputlisting[firstline=21]{fig/compdiagexstep4.tikz}} + +\begin{center} +\inputTikZ{compdiagexstep4} +\end{center} + +%\section{Known bugs and perspectives} + +\end{document} \ No newline at end of file diff --git a/Work/Documentation/tikz-uml/doc/tikz-uml-userguide.pdf b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide.pdf new file mode 100644 index 0000000..6b0f9ef Binary files /dev/null and b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide.pdf differ diff --git a/Work/Documentation/tikz-uml/doc/tikz-uml-userguide.tex b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide.tex new file mode 100755 index 0000000..c501ebc --- /dev/null +++ b/Work/Documentation/tikz-uml/doc/tikz-uml-userguide.tex @@ -0,0 +1,2596 @@ +\documentclass[a4paper,11pt]{report} + +\usepackage{tikz-uml-doc-style} + +%\date{} % date % +\title{The \tuml package} % titre % +\author{Nicolas {\sc Kielbasiewicz}} % auteur % + +\begin{document} + +\maketitle + +\tableofcontents + +\chapter{Preamble} + +In front of the wide range of possibilities given by the {\sc PGF/TikZ} library, and in front of the apparent lack of dedicated packages to UML diagrams, except to one specific diagram, such as pgf-umlcd (for class diagrams) and pgf-umlsd (for sequence diagrams), I was to develop the \tuml package, with a set of specialized commands and environments for these diagrams. +It is dedicated to succeed pst-uml package, that was developped for similar reasons in {\sc PSTricks}. Actually, the package contains definitions of complete class diagrams, use case diagrams, sequence diagrams, state diagrams and component diagrams in a quite easy way. Some improvements are still needed, but it is near the final release. + +Here is an example of class diagram you can draw: + +\begin{center} +\inputTikZ{classdiagex} +\end{center} + +We will now show you the various functionnalities of \tuml, but before we will talk about packages dependencies and installation of \tuml. + +\section{Dependencies} + +\subsection{Required packages} + +\begin{description} +\item[tikz:] It is useless to present this extremely powerful and complete drawing package. Every diagram generated by \tuml is in fact generated by \TikZ. It also gives some packages and libraries used by \tuml, such as the backgrounds, arrows, shapes, fit, shadows, decorations.markings libraries and the {\bf pgfkeys} package that manages macros options. +\item[ifthen:] This package offers the management of conditional test, such as if \ldots then \ldots else \ldots +\item[xstring:] This package offers string substitutions. It is used for the management of names between programmation items (classes, states, packages, \ldots) and and the nodes representing them. +\item[calc:] This package offers easy access to calculations. +\item[pgfopts:] This package is an add-on of the {\bf pgfkeys} package for the management of packages and classes options. +\end{description} + +For still unknown reasons, \tuml works fine if you have already included the {\bf babel} package with the language of your choice. + +\section{Installation} + +Coming soon + +\chapter{Class diagrams}\label{c.class} + +\section{Packages, classes, attributes and operations}\label{s.packageclass} + +\subsection{To define a package}\label{ss.package} + +You can define a package with the {\tt umlpackage} environment: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/package.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{package} +\end{center} +\end{minipage} + +\medskip + +Both options {\tt x} and {\tt y} allow to define the package position in the figure. +The default value for both of them is 0. + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/packagetype.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{packagetype} +\end{center} +\end{minipage} + +Option type + +\begin{itemize} +\item When a package contains classes and sub-packages, its dimensions automatically fit to its content. +\item You can define as many packages as you want in a figure. +\item For an empty package (that contains no class), you can use a shortcut command: {\tt umlemptypackage} that takes the same arguments and options as the {\tt umlpackage} environment +\end{itemize} + +\subsection{To define a class}\label{ss.class} + +You can define a class with the {\tt umlclass} command: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/class.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{class} +\end{center} +\end{minipage} + +\medskip + +The class name is defined with the first argument or the {\tt umlclass} command. As you can see, you can use double dots in it. + +The attributes of a class are defined with the second argument of the {\tt umlclass} command. You write the attributes list using \lstinline{\\} as a delimiter. The operations of a class are defined with the third argument of the {\tt umlclass} command. + +To define a static attribute or a static operation, you can use the {\tt umlstatic} command. In a similar way, the {\tt umlvirt} command is used to define a virtual operation. + +\medskip + +For empty classes (that contains no attributes and no operations), you can use a shortcut command {\tt umlemptyclass}: + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classempty.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classempty} +\end{center} +\end{minipage} + +\medskip + +You may also prefer drawing a single rectangle node instead of a 3 parts rectangle node. In this case, you may use the {\tt simple} option of {\tt umlclass} or the shortcut command {\tt umlsimpleclass} that also takes only the class name for argument and the same options as the command {\tt umlclass}: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classsimple.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classsimple} +\end{center} +\end{minipage} + +\medskip + +The {\tt umlclass} command (and its shortcuts) also takes options. + +\subsubsection{Name of the node defining a class}\label{ss.classnodename} + +To name a class, you may want use special characters, such as \_{}, or double dots (:) when giving namespace. Internal mechanism of \tuml name the class node with the class name. But to name a \TikZ node, backslashes and double dots are forbidden. As far as double dots are concerned, string substitutions are done on the class name to define the node name. But for \_{}, it does not work so easily. That is why you can directly name a node with the option {\tt name}: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classnamewithunderscore.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classnamewithunderscore} +\end{center} +\end{minipage} + +\subsubsection{To define coordinates of the class node}\label{ss.classcoords} + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classabsolutecoords.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classabsolutecoords} +\end{center} +\end{minipage} + +\medskip + +Both options {\tt x} and {\tt y} allow to define the class position in the figure. 2 cases: +if the class is defined inside a package, the class position is relative to the package; +on the contrary, the class position is relative to the figure. The default value for both options is 0. + +\subsubsection{To define the width of a class}\label{ss.classwidth} + +The default width of a class is 10ex. You can use the {\tt width} option to specify an other value: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classwidth.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classwidth} +\end{center} +\end{minipage} + +\subsubsection{To define type and tagged values of a class}\label{ss.classtype} + +There is different types of classes: class, interface, typedef, enum. You can specify it with the {\tt type} option (the default value is class): + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classtype.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classtype} +\end{center} +\end{minipage} + +\medskip + +\begin{remark} +The type is written between $\ll$ and $\gg$ above the class name, excepted the class type (default behavior), and the abstract type, where the class name is written in italic style instead: +\end{remark} + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classabstract.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classabstract} +\end{center} +\end{minipage} + +\begin{remark} +Shortcuts exist for each value of the type option: {\tt umlabstract}, {\tt umltypedef}, {\tt umlenum}, {\tt umlinterface}. For these shortcuts, option {\tt type} is forbidden. +\end{remark} + +\begin{remark} +You can also draw interfaces with a circular node. To do so, you can use the {\tt simple} option to the {\tt umlinterface} command, or use the shortcut {\tt umlsimpleinterface} +\end{remark} + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/interfacesimple.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{interfacesimple} +\end{center} +\end{minipage} + +To add tagged values to a class, you can use the option {\tt tags}: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classtags.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classtags} +\end{center} +\end{minipage} + +\subsubsection{To specify template parameters}\label{ss.classtemplate} + +For a template class, you can use the {\tt template} option to specify the template parameters list: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/classtemplate.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{classtemplate} +\end{center} +\end{minipage} + +\section{To define a relation between classes}\label{s.rel} + +\subsection{General command}\label{ss.relgen} + +Each class or package is draw as a node sharing the same name. To define a relation +between two classes, you just need to specify the source class name, the target class name and a set of options specific to the relation: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relation.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relation} +\end{center} +\end{minipage} + +From a UML semantic point of view, there are 12 different relations. Every type of relation is defined in \tuml: + +\begin{description} +\item[A dependency:] You can use the {\tt umldep} command +\begin{center} +\inputTikZ{relationdep} +\end{center} +\item[An association:] You can use the {\tt umlassoc} command +\begin{center} +\inputTikZ{relationassoc} +\end{center} +\item[A unidirectional association:] You can use the {\tt umluniassoc} command +\begin{center} +\inputTikZ{relationuniassoc} +\end{center} +\item[An aggregation:] You can use the {\tt umlaggreg} command +\begin{center} +\inputTikZ{relationaggreg} +\end{center} +\item[A unidirectional aggregation ] You can use the {\tt umluniaggreg} command +\begin{center} +\inputTikZ{relationuniaggreg} +\end{center} +\item[A composition:] You can use the {\tt umlcompo} command +\begin{center} +\inputTikZ{relationcompo} +\end{center} +\item[A unidirectional composition:] You can use the {\tt umlunicompo} command +\begin{center} +\inputTikZ{relationunicompo} +\end{center} +\item[An import:] You can use the {\tt umlimport} command +\begin{center} +\inputTikZ{relationimport} +\end{center} +\item[An inheritance:] You can use the {\tt umlinherit} command +\begin{center} +\inputTikZ{relationinherit} +\end{center} +\item[An implementation:] You can use the {\tt umlimpl} command +\begin{center} +\inputTikZ{relationimpl} +\end{center} +\item[A nesting:] You can use the {\tt umlnest} command +\begin{center} +\inputTikZ{relationnest} +\end{center} +\item[A realization:] You can use the {\tt umlreal} command +\begin{center} +\inputTikZ{relationreal} +\end{center} +\end{description} + +These 12 shortcuts are based on the same scheme (the {\tt umlrelation} command) and take theoretically the same set of options. Nevertheless, some options concern only part of them. + +\subsection{To define the geometry of a relation}\label{ss.relgeom} + +As you may have seen in previous examples, you can specify the geometric shape of a relation +with the \hypertarget{geometry}{{\tt geometry}} option. It needs a value among the following list: - - (straight line), -| (horizontal then vertical), |- (vertical then horizontal), -|- (horizontal chicane) ou |-| (vertical chicane). These values are very inspired from \TikZ philosophy. + +It seems that this option is used very often. That is why a shortcut of the {\tt umlrelation} command has been defined each possible value of the {\tt geometry} option: + +\begin{description} +\item[umlHVrelation:] shortcut of {\tt umlrelation} with geometry=-| +\item[umlVHrelation:] shortcut of {\tt umlrelation} with geometry=|- +\item[umlHVHrelation:] shortcut of {\tt umlrelation} with geometry=-|- +\item[umlVHVrelation:] shortcut of {\tt umlrelation} with geometry=|-| +\end{description} + +\begin{remark} +For each of these 4 shortcuts, the {\tt geometry} option is forbidden. +\end{remark} + +\begin{remark} +There is no shortcut for the value - -: this is the default value for the {\tt umlrelation} command. +\end{remark} + +\subsection{To adjust the geometry of a relation}\label{ss.relfitgeom} + +When the geometry is built with 2 segments, you can define the coordinates of the auto-built point, named control node. +Then, instead of using {\tt umlrelation}, you should use the {\tt umlCNrelation} command, or one of its 12 shortcuts: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationCN.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationCN} +\end{center} +\end{minipage} + +\medskip + +When the geometry is built with 3 segments, the relative position of the middle segment between classes is defined by the midlle of the classes nodes. You can adjust this parameter with the \hypertarget{weight}{{\tt weight}} option: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationweight.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationweight} +\end{center} +\end{minipage} + +In some cases, this option is not very convenient, because it needs to compute the option value to give. +There is another possibility by uusing the \hypertarget{arm1}{{\tt arm1}} and \hypertarget{arm2}{{\tt arm2}} options, that control the size +of the first and last segment respectively. Let's see the 2 following examples using respectively the {\tt weight} option and the {\tt arm1} option: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationweight2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationweight2} +\end{center} +\end{minipage} + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationarm.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationarm} +\end{center} +\end{minipage} + +\medskip + +The {\tt arm1} and {\tt arm2} options also take negative values. How does it work then ? +A positive value means an arm oriented to the right direction (to the right or to the top), whereas a negative valuemeans an arm oriented to the opposite direction, that allows you to draw other 3-segments relations: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationarm2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationarm2} +\end{center} +\end{minipage} + + +\subsection{To define informations about attributes of a relation}\label{ss.relattr} + +A relation means a dependency between two classes and represents an attribute in most of the cases. You can define its name with the {\tt arg1} option or the {\tt arg2} option, and its multiplicity with the {\tt mult1} option or the {\tt mult2} option: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationarg.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationarg} +\end{center} +\end{minipage} + +\medskip + +For unidirectional relations, you should use only {\tt arg2} and {\tt mult2} options. That is why shortcuts have been defined, namely the {\tt arg} option and the {\tt mult} option respectively. + +In addition, when you define the name and the multiplicity of an attribute, you may prefer use the all-in-one following options {\tt attr1}, {\tt attr2} and {\tt attr}: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationattr.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationattr} +\end{center} +\end{minipage} + +\medskip + +This has an advantage: the semantic of the two values has disappeared and you can switch them for convenience: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationattr2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationattr2} +\end{center} +\end{minipage} + +\medskip + +\subsection{To place information about attributes of a relation}\label{ss.relposattr} + +You can place information seen in previous section with the following options: {\tt pos1}, {\tt pos2} and {\tt pos}. +The {\tt umlrelation} command determine by itself if name and multiplicity should be written on left and right or on top and bottom of the arrow, according to the geometry and their placement. For those who know \TikZ enough, the mechanism is based on {\tt auto} and {\tt swap} options. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationpos.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationpos} +\end{center} +\end{minipage} + +\medskip + +You may have noticed that the range of values of the position depends on the number of segments composing the arrow. For a straight line, position has to be between 0 (source class) and 1 (target class). If there are 2 segments, then position has to be between 0 et 2 (target class), the value 1 corresponding to the control node. Otherwise, position has to be between 0 et 3, values 1 and 2 corresponding to the first and second control node respectively. + +\subsection{To adjust the alignment of information about attributes of a relation}\label{ss.relalign} + +Name and multiplicity of an attribute, when they are written on top and bottom of the relation, are centered by default. You can define an other alignment. +The options {\tt align1}, {\tt align2} and {\tt align} are used to have ragged right or ragged left text: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationalign.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationalign} +\end{center} +\end{minipage} + +\subsection{To define and place the stereotype of a relation}\label{ss.relstereo} + +The stereotype of a relation is a keyword contained between $\ll$ and $\gg$. +You can define it with the option {\tt stereo} and place it with the option \hypertarget{posstereo}{{\tt pos stereo}}. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationstereo.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationstereo} +\end{center} +\end{minipage} + +\subsection{To modify the anchor points of a relation}\label{ss.relanchor} + +The default behavior of a relation is to start from the center anchor of the source class node and to end to the center anchor of the target class node. +You can adjust this with the options \hypertarget{anchor1}{{\tt anchor1}} and \hypertarget{anchor2}{{\tt anchor2}}. + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/relationanchor.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationanchor} +\end{center} +\end{minipage} + +\medskip + +You give angular values in degree and they can be negative. The internal mechanism of \TikZ uses modulos. The value 0 is east, 90 is north, 180 (or -180) is west, et 270 (or -90) is south. The following figure illustrates this option and its angular meaning on 2 examples of rectangular nodes, (class nodes for instance). You can notice that border anchors (to use \TikZ vocabulary) depend on node dimensions. + +\begin{center} +\inputTikZ{tikzanchor} +\end{center} + +You will very often define {\tt anchor1} and {\tt anchor2} simultaneously. In this case, you can use the all-in-one option \hypertarget{anchors}{{\tt anchors}}: + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/relationanchors.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationanchors} +\end{center} +\end{minipage} + +\subsection{To define a recursive relation}\label{ss.relrec} + +You can define recursive relations, namely a relation from a class to itself. Then, the +{\tt geometry} option is disabled, but 3 specific options are available: {\tt angle1} determines +the start angle, {\tt angle2} determines the end angle, and {\tt loopsize} controls the size of the loop. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationrec.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationrec} +\end{center} +\end{minipage} + +\medskip + +When you use recursive relations, you will notice that you will need the 3 options simultaneously. This is the reason why a compact form is defined, the {\tt recursive} option, and the following syntax: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationrec2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationrec2} +\end{center} +\end{minipage} + +\subsection{Name of auto-built points of a relation}\label{ss.relptname} + +In order to understand the purpose of giving a name to a relation, one should explain how arrows are defined. + +To build an arrow, we need to define control nodes, and a name for each one. The only way to identify a relation is to give a name using a id counter. This counter is incremented each time we define a relation in a picture. +Let's suppose the relation has the id $i$. The name of the relation, called relname in the following, is: relation-$i$ + +The first defined node is the middle of the class nodes. It is called {\it relname-middle}. To simplify, we will not deal with the placement of the argument and its multiplicity here. So, there are 3 cases: + +\begin{enumerate} +\item If the arrow is a straight line or a recursive line, it is renamed in {\it relname-1}. + +\begin{center} +\inputTikZ{relationptname} +\end{center} + +\item If the arrow has one right angle, the node placed at the angle is named {\it relname-2}, that is enough to draw the arrow. 2 other nodes are defined, placed at the middle of each arc and named respectively {\it relname-1} and {\it relname-3}. + +\begin{center} +\inputTikZ{relationHVptname} +\end{center} + +\item If the arrow has 2 right angles, they are defined with +{\it relname-middle}, that is enough to draw the arrow. Nodes placed at the angles are named respectively {\it relname-2} and {\it relname-4}. 3 other nodes are defined, at the middle of each arc, +named respectively {\it relname-1}, {\it relname-3}, and {\it relname-5}. + +\begin{center} +\inputTikZ{relationHVHptname} +\end{center} +\end{enumerate} + +This default behavior is not easy to use, because the value of the counter is not defined by the user, and depends on the order of definition of the relations in the picture. This is the reason why you can define {\it relname} thanks to the {\tt name} option. In the two following sections, you will see when this option is useful. + +\subsection{To draw an intersection point between relations}\label{ss.relpt} + +When you draw a diagram, it occurs that relations cross other ones or share arcs. Let's take two crossing arrows. +Can both start points go graphically to both end points ? If yes, you will want to draw a point at the intersection of the arrows, and this point should be a control node of one the the relations. To define the point, you can use the {\tt umlpoint} command. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/point.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{point} +\end{center} +\end{minipage} + +\medskip + +\subsection{Advanced styling of a relation}\label{ss.reladvstyle} + +On a relation, you can use every \TikZ option, thickness options for instance: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relationthick.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{relationthick} +\end{center} +\end{minipage} + +\medskip + +\subsection{N-ary associations}\label{ss.naryassoc} + +Sometimes, you need to draw a relation between more than two classes, namely a n-ary association. To do so, you have to draw the main node of such a relation, ans link it to every class it has to be linked: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/naryassoc.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{naryassoc} +\end{center} +\end{minipage} + +\medskip + +The {\tt umlNarynode} command accepts the following options: + +\begin{itemize} +\item {\bf width}: to set the width of the node +\item {\bf name}: to give a name to the node and use it in others macros +\item {\bf below}, {\bf below left}, {\bf left}, {\bf above left}, {\bf above}, {\bf above right}, {\bf right}, {\bf below right}: to place the label of the n-ary node. Contrary to their equivalents in \TikZ, these options has to be used without values. The default is {\bf above}. +\end{itemize} + +\begin{remark} +To use advanced positioning, do not forget to load \TikZ library {\em positioning} +\end{remark} + +\section{Comments / constraints note}\label{s.note} + +A note is a text comment attached to a class or a relation. The {\tt umlnote} command needs the name of the node as argument: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/noteclass.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{noteclass} +\end{center} +\end{minipage} + +\medskip + +Here again, you can give the name of a control node of a relation to attach the note. Giving a name to the relation will be very useful: + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/noterelation.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{noterelation} +\end{center} +\end{minipage} + +\medskip + +\medskip + +Notes have 2 uses: comments and contraints (generally in OCL format). + +\medskip + +The {\tt umlnote} command has the following options: + +\begin{description} +\item[x, y] These 2 options define the coordinates of the note. +\item[width] This option defines the width of the note. For \TikZ users, it encapsulates the {\tt text width} option +\item[weight, arm, anchor1, anchor2, anchors] These options has the same behavior as for {\tt umlrelation}, {\tt arm} being equivalent to {\tt arm1}, namely attached to the note. +\end{description} + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/noteVHV.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{noteVHV} +\end{center} +\end{minipage} + +\medskip + +\medskip + +For a note, you can also use the {\tt geometry} option, as for {\tt umlrelation}. Default value is --. For other values, aliases have been defined: {\tt umlHVnote}, {\tt umlVHnote}, {\tt umlHVHnote} and {\tt umlVHVnote}. + +\begin{remark} +For each of these aliases, the {\tt geometry} option is forbidden. +\end{remark} + +\section{Association class} + +Drawing an association class is very easy with \tuml. It is just a class and a dependency between this class and a built point of another relation. The {\tt umlassocclass} makes it for you: + +\medskip + +\begin{minipage}{0.4\textwidth} +\lstinputlisting{fig/assocclass.tikz} +\end{minipage} +\begin{minipage}{0.6\textwidth} +\begin{center} +\inputTikZ{assocclass} +\end{center} +\end{minipage} + +\medskip + +As the command is like a class and a relation, you can use the following options: {\tt x}, {\tt y}, {\tt width} (default is 10ex), {\tt type} (default is class), {\tt template} coming from the {\tt umlclass} environment, and {\tt name}, {\tt geometry} (default is - -), {\tt weight}, {\tt arm}, {\tt anchor1}, {\tt anchor2}, and {\tt anchors} coming from the {\tt umlrelation} command. + +\section{Advanced features for positioning}\label{s.advfeat} + +{\tt umlpackage}, {\tt umlclass} and their aliases, {\tt umlnote} and {\tt umlassocclass} can accept every option key defined for nodes in \TikZ. +In this section, you will see how some of them can be used for advanced features. + +\subsection{Horizontal and vertical alignment}\label{ss.hvalign} + +In a class diagram, classes have different width and height. For a graphical purpose, you may want to align them horizontally or vertically. Let's take the following example: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign} +\end{center} +\end{minipage} + +\medskip + +The {\tt y} coordinate defines the center of the class node. It will be better in this example to have classes B and C top-aligned. A solution is to define manually the {\tt y} value for C, but it is not very convenient. You may prefer use the {\tt anchor} option. If you specify {\tt anchor=north}, the {\tt y} coordinate will define the top center anchor of the node, instead of the center. You may take a look at the differences between both codes. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign2.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign2} +\end{center} +\end{minipage} + +\medskip + +In a similar way, you may use {\tt anchor=east} to right align classes, {\tt anchor=west} to left align classes or {\tt anchor=south} to bottom align classes. + +\medskip + +For empty packages, association classes and notes, you can also use the mechanism. + +\subsection{Relative positioning}\label{ss.relpos} + +Using the x-y coordinate system may be very hard in big diagrams, when you have to change position of elements in order to fit the diagram to the page. Relative positioning may be useful in this case, namely advanced syntax of options {\tt above}, {\tt left}, {\tt below}, {\tt right}, {\tt above left}, {\tt below left}, {\tt below right} and {\tt above right} provided by the \TikZ library {\tt positioning}. + +\medskip + +Let's take the previous example, you can define B by its cordinates (-2,-2) or by saying that B is 2cm below and 2cm left of A. You can also define C by saying it is 4cm right of B. Notice that because of the top alignment of B and C, the latter is defined 4cm right of B.north. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relativepos.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{relativepos} +\end{center} +\end{minipage} + +\medskip + +For empty packages, association classes and notes, you can also use the mechanism. + +\section{To change preferences}\label{s.classset} + +Thanks to the {\tt tikzumlset} command, you can change default preferences for packages, classes and notes. The available options are: + +\begin{description} +\item[text: ] allows you to set default text color for every drawn object (=black by default), +\item[draw:] allows you to define default edge color for every drawn object (=black by default), +\item[fill class:] allows you to define the default background color of a class node (=yellow!20 by default), +\item[fill template:] allows you to define the default background color of a template node (=yellow!2 by default), +\item[fill package:] allows you to define the default background color of a package (=blue!20 by default), +\item[fill note:] allows you to define the default background color for a note (=green!20 by default), +\item[font:] allows you to define the default font style for every drawn object (=$\backslash$small by default). +\item[x:] allows you to set the default first coordinate (=0 by default) +\item[y:] allows you to set the default second coordinate (=0 by default) +\item[package type:] allows you to set the default package type (=package by default) +\item[class width:] allows you to set the default class width (=10ex by default) +\item[simple interface width:] allows you to set the default width of a simple interface (=4ex by default) +\item[class type:] allows you to set the default class type (=class by default) +\item[narynode width:] allows you to set the default n-ary node width (=6ex by default) +\item[relation geometry:] allows you to set the default geometry of a relation (=-- by default) +\item[relation angle1:] allows you to set the default angle1 of a relation (=-30 by default) +\item[relation angle2:] allows you to set the default angle2 of a relation (=30 by default) +\item[relation loopsize:] allows you to set the default loopsize of a relation (=3em by default) +\item[relation weight:] allows you to set the default weight of a relation (=0.5 by default) +\item[relation pos1:] allows you to set the default pos1 of a relation (=0.2 by default) +\item[relation pos2:] allows you to set the default pos2 of a relation (=0.8 by default) +\item[relation pos stereo:] allows you to set the default pos stereo of a relation (=0.5 by default) +\item[note width:] allows you to set the default note width (=3cm by default) +\end{description} + +Furthermore, relation commands has the {\tt style} option taking a \TikZ style name as value. + +Let's see the definition of the {\tt umlinherit} command: + +\begin{lstlisting} +\tikzstyle{tikzuml inherit style}=[color=\tikzumlDefaultDrawColor, -open triangle 45] +\newcommand{\umlinherit}[3][]{\umlrelation[style={tikzuml inherit style}, #1]{#2}{#3}} +\end{lstlisting} + +You can easily define a command on this model by defining a particular style. + +\section{Examples} + +\subsection{Example from introduction, step by step} + +We will now build step by step the picture seen in introduction to understand the behavior of each used command. + +\subsubsection{Definition of packages p, sp1 and sp2} + +The package p is placed at (0,0) (default), and the sub-packages sp1 and sp2 respectively at (0,0) and (10,-6). + +{\color{red!70!black} +\lstinputlisting[firstline=1, lastline=2, style=mainnocolor]{fig/classdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=10, lastline=11, style=mainnocolor]{fig/classdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=15, lastline=15, style=mainnocolor]{fig/classdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=19, lastline=19, style=mainnocolor]{fig/classdiagex.tikz} +} + +\begin{center} +\inputTikZ{classdiagstep1} +\end{center} + +\subsubsection{Definition of classes A, B, C, D and their attributes and operations} + +The class A is placed at (0,0) in the sub-package sp1 and has a template parameter: T. The class B is placed 3 units below A, still in the sub-package sp1. The interface C is placed at (0,0) in the sub sp2. +The class D is placed at (2,-11) in the package p. + +Class A has two attributes. Class B has one attribute and two operations (one is virtual). Class C has two attributes. Classe D has one attribute. + +\lstinputlisting[firstline=1, lastline=2]{fig/classdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=3, lastline=9, style=mainnocolor]{fig/classdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=10, lastline=11]{fig/classdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=12, lastline=14, style=mainnocolor]{fig/classdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=15, lastline=15]{fig/classdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=16, lastline=18, style=mainnocolor]{fig/classdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=19, lastline=19]{fig/classdiagex.tikz} + +\begin{center} +\inputTikZ{classdiagstep2} +\end{center} + + +\subsubsection{Definition of relations} + +We define an association between classes C and B, a unidirectional composition between classes D and C, an import relation named "import" between sub-packages sp2 and sp1 (with modification of anchors), a recursive aggregation on class D and an inheritnce between classes D and B. On thses relations, we will specify argument names and multiplicities. You can notice the value given to place +these elements on each arrow according to the geometry. + +\medskip + +\hspace{-0.7cm}\lstinline{...} +{\color{red!70!black} +\lstinputlisting[firstline=20, lastline=24, style=mainnocolor]{fig/classdiagex.tikz} +} + +\begin{center} +\inputTikZ{classdiagstep3} +\end{center} + +\subsubsection{Definition of notes} + +We add a note attached to class B and a note attached to the import relation. + +\medskip + +\hspace{-0.7cm}\lstinline{...} +{\color{red!70!black} +\lstinputlisting[firstline=25, style=mainnocolor]{fig/classdiagex.tikz} +} + +\begin{center} +\inputTikZ{classdiagstep4} +\end{center} + +\subsubsection{Setting style} + +We illustrate the use of the {\tt tikzumlset} command by changing colors associated to class and font. +We can also change colors of a given class with {\tt draw}, {\tt text} and {\tt fill} options. + +\medskip + +\begin{lstlisting} +\tikzumlset{fill class=red!20, fill template=violet!10, font=\bfseries\footnotesize} +\begin{tikzpicture} +... +\umlclass[x=2,y=-11, fill=orange!50, draw=white, text=red]{D}{ + n: uint + }{} +... +\end{tikzpicture} +\end{lstlisting} + +\begin{center} +\inputTikZ{tikzumlset} +\end{center} + +\subsection{To define a specialization of a class} + +A specialization of a classe is an inheritance from a templace class in which one of the template parameters is defined. To draw this relation, you will use the {\tt umlreal} command , and its {\tt stereo} option: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/specialisation.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{specialisation} +\end{center} +\end{minipage} + +\section{Priority rules of options and known bugs}\label{s.classbug} + +\begin{enumerate} +\item The {\tt geometry} option has always the priority on the others options. It means for instance that if it has a non-default value, then {\tt angle1}, {\tt angle2} and {\tt loopsize} options, defining recursive relations, will be ignored. +\item As far as a template class is concerned, there are cases in which a relation about it will not be drawn correctly, as in the picture below, where the aggregation symbol is hidden by the template parameter: + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/bugtemplate.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{bugtemplate} +\end{center} +\end{minipage} + +\medskip + +To solve this problem, you van link the arrow between the template part of class A and class B, by adding the suffix -template and adjusting the start anchor (the -30 value is correct here): + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/bugtemplate2.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{bugtemplate2} +\end{center} +\end{minipage} + +\medskip + +\item If you define a class with a name having the: character in it -- typically when you give the namespace of the class -- it may have a conflict with the french (or frenchb or francais) option of the babel package. Indeed, these options add a white-space before the: character if the writer forgot it, that is a problem for the access operator::. If we take the example of class definition, we should obtain: + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/class.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\begin{tikzpicture} +\umlemptyclass[x=0,y=0]{namespace::class-name} +\end{tikzpicture} +\end{center} +\end{minipage} + +\medskip + +The solution is to use a specific macro given by these options of babel package you have to use in the preamble of your document: + +\medskip + +\begin{lstlisting} +\frenchbsetup{AutoSpacePunctuation=false} +\end{lstlisting} + +\medskip + +\item The automatic placement of argument names and multiplicity on a relation can be surprising when you can to deactivate it. Let's take the example shown in introduction. If we focus on the association relation and its attributes {\it toto} and {\it tata}, {\it toto} is above, {\it tata} is below. +If we justify to the right the {\it tata} attribute (and change its position to 0.1), positions of {\it tata} and its multiplicity exchange. + +\begin{center} +\inputTikZ{bugalign} +\end{center} + +\end{enumerate} + +\chapter{Use case diagrams}\label{c.usecase} + +Here is an example of use case diagram you can draw: + +\begin{center} +\inputTikZ{usecaseex} +\end{center} + +We will see how to define the four constitutive elements of such a diagram: the system, the actors, the use cases and the relations. + +\section{To define a system}\label{s.system} + +A system is defined by the {\tt umlsystem} environment: + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/system.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{system} +\end{center} +\end{minipage} + +\medskip + +Both options {\tt x} and {\tt y} allow to place the system in the picture. The default value is 0. Inside this environment, you will define use cases, whereas outside, you will define actors. + +\section{To define an actor}\label{s.actor} + +You can define an actor with the {\tt umlactor} command: + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/actor.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{actor} +\end{center} +\end{minipage} + +\medskip + +Both options {\tt x} and {\tt y} allow to place the actor in the picture. The default value is 0. You can change dimensions of the actor symbol with the {\tt scale} option. It also adapts position of the label below: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/actorscale.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{actorscale} +\end{center} +\end{minipage} + +\medskip + +The actor symbol size is defined according to the font size (ex unit), whereas the distance between the symbol and the label is in cm. You can adjust it if you need with the {\tt below} option (0.5cm by default). + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/actorfont.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{actorfont} +\end{center} +\end{minipage} + +Every \TikZ{} option dedicated to nodes can be used here, see \autoref{s.advfeat} for details. + +\section{To define a use case}\label{s.usecase} + +You can define a use case with the {\tt umlusecase} command: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/usecase.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{usecase} +\end{center} +\end{minipage} + +\medskip + +Both options {\tt x} and {\tt y} allow to place the use case in the picture or in the container system. The default value is 0. The text argument is the label of the use case. The node representing the use case has a default name, based on a global counter, that is like usecase-17. For pratical reasons, you can rename it thanks to the {\tt name} option. + +Furthermore, you can set the witdh of the use case with the {\tt width} option. + +\medskip + +Every \TikZ{} option dedicated to nodes can be used here, see \autoref{s.advfeat} for details. + +\medskip + +Now, we can talk about relations between use cases, systems and actors. + +\section{To define a relation}\label{s.userel} + +Relations in a user case diagram are of 4 categories: + +\begin{itemize} +\item Inheritance relations, between actors or between use cases. You can use the {\tt umlinherit} command and its aliases, ie \autoref{ss.relgen}. +\item Association relations, between an actor and a use cases. You can use the {\tt umlassoc} command and its aliases, ie \autoref{ss.relgen}. +\item Include and extend relations. Graphically, it is a dependency relation, as for class diagrams, with the stereotype {\tt extend} or {\tt include}. You can use aliases of the {\tt umlrelation} command, named +{\tt umlinclude}, {\tt umlHVinclude}, \ldots, {\tt umlextend}, {\tt umlHVextend}, \ldots, to define such relations. +\end{itemize} + +\hyperlink{anchor1}{{\tt anchor1}}, \hyperlink{anchor2}{{\tt anchor2}}, \hyperlink{anchors}{{\tt anchors}}, \hyperlink{arm1}{{\tt arm1}}, \hyperlink{arm2}{{\tt arm2}}, \hyperlink{weight}{{\tt weight}}, \hyperlink{geometry}{{\tt geometry}} (only for {\tt umlinclude} and {\tt umlextend}), and \hyperlink{posstereo}{{\tt pos stereo}} options are available here. + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/include-and-extend.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{include-and-extend} +\end{center} +\end{minipage} + +\medskip\section{Advanced features for positioning}\label{s.ucdiagadvfeat} + +{\tt umlactor} and {\tt umlusecase} can accept every option key defined for nodes in \TikZ. +In this section, you will see how some of them can be used for advanced features. + +\subsection{Horizontal and vertical alignment}\label{ss.ucdiaghvalign} + +In a use case diagram, cases and actors have different width and height. For a graphical purpose, you may want to align them horizontally or vertically. Let's take the following example: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign-ucdiag.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign-ucdiag} +\end{center} +\end{minipage} + +\medskip + +The {\tt y} coordinate defines the center of the case or actor node. It will be better in this example to have actpr B and case C top-aligned. A solution is to define manually the {\tt y} value for C, but it is not very convenient. You may prefer use the {\tt anchor} option. If you specify {\tt anchor=north}, the {\tt y} coordinate will define the top center anchor of the node, instead of the center. You may take a look at the differences between both codes. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign2-ucdiag.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign2-ucdiag} +\end{center} +\end{minipage} + +\medskip + +You can notice there is still mis-alignement. It is because an actor node is elliptical and hidden. + +\medskip + +In a similar way, you may use {\tt anchor=east} to right align classes, {\tt anchor=west} to left align classes or {\tt anchor=south} to bottom align classes. + +\subsection{Relative positioning}\label{ss.ucdiagrelpos} + +Using the x-y coordinate system may be very hard in big diagrams, when you have to change position of elements in order to fit the diagram to the page. Relative positioning may be useful in this case, namely advanced syntax of options {\tt above}, {\tt left}, {\tt below}, {\tt right}, {\tt above left}, {\tt below left}, {\tt below right} and {\tt above right} provided by the \TikZ library {\tt positioning}. + +\medskip + +Let's take the previous example, you can define B by its cordinates (-2,-2) or by saying that B is 2cm below and 2cm left of A. You can also define C by saying it is 4cm right of B. Notice that because of the top alignment of B and C, the latter is defined 4cm right of B.north. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relativepos-ucdiag.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{relativepos-ucdiag} +\end{center} +\end{minipage} + +\medskip + +\section{To change preferences}\label{s.fitusecase} + +With the {\tt tikzumlset} command, you can change default colors for use cases, systems, actors and relations: + +\begin{description} +\item[text:] allows to set the text color (=black by default), +\item[draw:] allows to set the edge colors (=black by default), +\item[fill usecase:] allows to set the background color for use cases (=blue!20 by default), +\item[fill system:] allows to set the background color for systems (=white by default), +\item[font:] allows to set the font style (=$\backslash$small by default). +\item[actor below:] allows to set the space between actor symbol and text (=0.5cm by default) +\end{description} + +You can also use {\tt text}, {\tt draw} and {\tt fill} options on a particular element to change its colors, as shown in the introduction example. + +\section{Examples} + +\subsection{Example from introduction, step by step} + +\subsubsection{Definition of actors} + +{\color{red!70!black} +\lstinputlisting[firstline=11, lastline=13, style=mainnocolor]{fig/usecaseex.tikz} +} + +\begin{center} +\inputTikZ{usecasediagstep1} +\end{center} + +\subsubsection{Definition of use cases} + +We also show here the use of the {\tt fil} option. + +{\color{red!70!black} +\lstinputlisting[firstline=3, lastline=8, style=mainnocolor]{fig/usecaseex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=11, lastline=13]{fig/usecaseex.tikz} + +\begin{center} +\inputTikZ{usecasediagstep2} +\end{center} + +\subsubsection{Definition of the system} + +As the system is a box used as a new coordinate system, we have to change coordinates of use cases. + +{\color{red!70!black} +\lstinputlisting[firstline=2, lastline=2, style=mainnocolor]{fig/usecaseex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=3, lastline=8]{fig/usecaseex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=9, lastline=9, style=mainnocolor]{fig/usecaseex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=10, lastline=13]{fig/usecaseex.tikz} + +\begin{center} +\inputTikZ{usecasediagstep3} +\end{center} + +\subsubsection{Definition of relations and of the note} + +You will notice here the use of the {\tt name} option to ensure the definition of the note, and its interest for use cases, in order to ignore the order of their definition, as shown in the following example: + +\lstinputlisting[firstline=2, lastline=13]{fig/usecaseex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=14, lastline=25, style=mainnocolor]{fig/usecaseex.tikz} +} + +\begin{center} +\inputTikZ{usecasediagstep4} +\end{center} + +\chapter{State-transitions diagrams}\label{c.statetrans} + +Here is an example of state-transition diagram you can draw: + +\begin{center} +\inputTikZ{statediagex} +\end{center} + +Now, we will see how to define parts of these diagrams, namely the ten sorts of state and the transitions. + +\newpage + +\section{To define a state}\label{s.state} + +A "standard" state can be defined with the {\tt umlstate} environment: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/state.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{state} +\end{center} +\end{minipage} + +\medskip + +Both options {\tt x} and {\tt y} allows to place the state in the figure, or in another state. +The default value is 0. The argument to give is the label of the state. The node representing the state has a default name, based on a global counter. +For practical reasons, when you define a transition for instance, you can rename it with the {\tt name} option. + +\medskip + +You can also define the width of an empty state with the {\tt width} option (8ex by default). + +\medskip + +You can define a state in another state. Then, the coordinates of the sub-states are relative to the parent state: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/stateinner.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{stateinner} +\end{center} +\end{minipage} + +\medskip + +If you want to define a state without detailing it, you can use the {\tt umlbasicstate} command, that is an alias of the {\tt umlstate} environment. + +\medskip + +Let's talk about the pseudo-states: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/statespecial.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{statespecial} +\end{center} +\end{minipage} + +\medskip + +From left to right and top to bottom: + +\medskip + +\begin{itemize} +\item An initial state is defined with the {\tt umlstateinitial} command. +\item A final state is defined with the {\tt umlstatefinal} command. +\item A join state is defined with the {\tt umlstatejoin} command. +\item A decision state is defined with the {\tt umlstatedecision} command. +\item An enter state is defined with the {\tt umlstateenter} command. +\item An exit state is defined with the {\tt umlstateexit} command. +\item An end state is defined with the {\tt umlstateend} command. +\item An history state is defined with the {\tt umlstatehistory} command. +\item A deep history state is defined with the {\tt umlstatedeephistory} command. +\end{itemize} + +\medskip + +These commands take several options: {\tt name}, to rename the node, and {\tt width} to set their size. You can use these commands in a {\tt umlstate} environment: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/statename.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{statename} +\end{center} +\end{minipage} + +\medskip + +You can also give actions on a state, through the {\tt entry}, {\tt do} and {\tt exit} options: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/stateactions.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{stateactions} +\end{center} +\end{minipage} + +\section{To define a transition}\label{s.trans} + +Transitions are relations between states in a state-transition diagram. You can define them with the {\tt umltrans} command, that is an alias of the {\tt umlrelation} command. There are unidirectional transitions and recursive transitions. + +\subsection{To define a unidirectional transition}\label{s.unitrans} + +Thanks to the {\tt geometry} option, usual aliases are available: {\tt umlHVtrans}, {\tt umlVHtrans}, {\tt umlVHVtrans} and {\tt umlHVHtrans}. Graphically, the use of these aliases are the most interesting, because corners are rounded. + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transition.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transition} +\end{center} +\end{minipage} + +\medskip + +Every option of the {\tt umlrelation} command can be used with the {\tt umltrans} command and its aliases. + +\subsection{To define a recursive transition}\label{s.rectrans} + +Recursive transitions are graphically the most difficult to manage, because their shape is a rounded rectangle, contrary to recursive relations in a class diagram. Conceptually, it is as if the {\tt geometry} option has the value -|- or |-|, that is to say arrows composed of several segments. + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transitionrec.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transitionrec} +\end{center} +\end{minipage} + +\medskip + +The {\tt recursive direction} option is fundamental. Indeed, giving values of start angle and end angle is not enough to determine the start direction and the end direction of the recursive arrow, because it does not define the normal direction. Then, we have to precise it. There are 2 cases: + +\medskip + +\begin{itemize} +\item The arrow can be composed of 3 segments. In this case, usable nodes are shown as follows: +\vspace{-0.5cm} +\begin{center} +\inputTikZ{transitionrec-rtr-ptname} +\end{center} +\vspace{-0.5cm} + +\item The arrow can be composed of 4 segments. In this case, usable nodes are shown as follows: +\vspace{-0.1cm} +\begin{center} +\inputTikZ{transitionrec-rtb-ptname} +\end{center} +\vspace{-4cm} + +\end{itemize} + +\subsection{To define a transition between sub states}\label{ss.substatetrans} + +When you want to define transitions between sub-states, transitions are drawn inside the parent state.Then, you have to define them inside the {\tt umlstate} environment. Let's compare the two following examples: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transitioninnerbug.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transitioninnerbug} +\end{center} +\end{minipage} + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/transitioninner.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{transitioninner} +\end{center} +\end{minipage} + +\medskip\section{Advanced features for positioning}\label{s.stdiagadvfeat} + +{\tt umlstate} and the 9 pseudo-state commands can accept every option key defined for nodes in \TikZ. +In this section, you will see how some of them can be used for advanced features. + +\subsection{Horizontal and vertical alignment}\label{ss.stdiaghvalign} + +In a state-transition diagram, states have different width and height. For a graphical purpose, you may want to align them horizontally or vertically. Let's take the following example: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign-stdiag.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign-stdiag} +\end{center} +\end{minipage} + +\medskip + +The {\tt y} coordinate defines the center of the state node. It will be better in this example to have states B and C top-aligned. A solution is to define manually the {\tt y} value for C, but it is not very convenient. You may prefer use the {\tt anchor} option. If you specify {\tt anchor=north}, the {\tt y} coordinate will define the top center anchor of the node, instead of the center. You may take a look at the differences between both codes. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/valign2-stdiag.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{valign2-stdiag} +\end{center} +\end{minipage} + +\medskip + +In a similar way, you may use {\tt anchor=east} to right align states, {\tt anchor=west} to left align states or {\tt anchor=south} to bottom align states. + +\subsection{Relative positioning}\label{ss.ucdiagrelpos} + +Using the x-y coordinate system may be very hard in big diagrams, when you have to change position of elements in order to fit the diagram to the page. Relative positioning may be useful in this case, namely advanced syntax of options {\tt above}, {\tt left}, {\tt below}, {\tt right}, {\tt above left}, {\tt below left}, {\tt below right} and {\tt above right} provided by the \TikZ library {\tt positioning}. + +\medskip + +Let's take the previous example, you can define B by its cordinates (-2,-2) or by saying that B is 2cm below and 2cm left of A. You can also define C by saying it is 4cm right of B. Notice that because of the top alignment of B and C, the latter is defined 4cm right of B.north. + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relativepos-stdiag.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{relativepos-stdiag} +\end{center} +\end{minipage} + +\medskip + +The behavior is not the one expected. It is because definition of a state node is complex. Instead of B, you may use here B-body. + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/relativepos2-stdiag.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{relativepos2-stdiag} +\end{center} +\end{minipage} + +\medskip + +\section{To change preferences}\label{s.fitstatetrans} + +With the {\tt tikzumlset} command, you can change default colors for states and transitions: + +\begin{description} +\item[text:] allows to set default text color (=black by default), +\item[draw:] allows to set the default edge color and the default color of initial, final and join states (=black by default), +\item[fill state:] allows to set the default background color of a state (=yellow!20 by default), +\item[font:] allows to set the default font style (=$\backslash$small by default). +\item[state join width] allows to set the default with of a state join (=3ex by default), +\item[state decision width:] allows to set the default width of a state decision (=3ex by default), +\item[state initial width:] allows to set the default width of a state initial (=5ex by default), +\item[state final width:] allows to set the default width of a state final (=5.5ex by default), +\item[state enter width:] allows to set the default width of a state enter (=5ex by default), +\item[state exit width:] allows to set the default width of a state exit (=5ex by default), +\item[state end width:] allows to set the default wdith of a state end (=5ex by default), +\item[state history width:] allows to set the default width of a state history (=5ex by default), +\item[state deep history width:] allows to set the default width of a state deep-history (=5ex by default), +\item[state width:] allows to set the default width of a state (=8ex by default) +\end{description} + +You can also use the {\tt text}, {\tt draw} and {\tt fill} options on a particular element, in order to change its colors, as shown in the introduction example. + +\section{Examples} + +\subsection{Example from introduction, step by step} + +\subsubsection{Definition of basic states} + +\medskip + +\begin{center} +\inputTikZ{statediagstep1} +\end{center} + +{\color{red!70!black} +\lstinputlisting[firstline=2, lastline=3, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=5, lastline=5, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=11, lastline=11, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=16, lastline=16, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=21, lastline=21, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=25, lastline=25, style=mainnocolor]{fig/statediagex.tikz} +} + +\vspace{-0.5cm} + +\subsubsection{Definition of specific states} + +\medskip + +\begin{center} +\inputTikZ{statediagstep2} +\end{center} + +\medskip + +\lstinputlisting[firstline=2, lastline=3]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=4, lastline=4, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=5, lastline=5]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=11, lastline=11]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=14, lastline=14, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=16, lastline=16]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=17, lastline=17, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=19, lastline=19, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=21, lastline=21]{fig/statediagex.tikz}\vspace{-0.37cm} +\lstinputlisting[firstline=25, lastline=25]{fig/statediagex.tikz} + +\subsubsection{Definition of transitions} + +\lstinputlisting[firstline=2, lastline=5]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=6, lastline=10, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=11, lastline=11]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=12, lastline=13, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=14, lastline=14]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=15, lastline=15, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=16, lastline=17]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=18, lastline=18, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=19, lastline=19]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=20, lastline=20, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=21, lastline=21]{fig/statediagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=22, lastline=24, style=mainnocolor]{fig/statediagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=25, lastline=25]{fig/statediagex.tikz} + +\begin{center} +\inputTikZ{statediagstep3} +\end{center} + +%\section{Regles de priorite des options et bugs identifies}\label{s.statetransbug} +% +\chapter{Sequence diagrams}\label{c.seq} + +Here is an example of sequence diagram you can draw: + +\begin{center} +\inputTikZ{seqdiagex} +\end{center} + +Now, we will talk about elements that compose such diagrams. + +\section{To define a sequence diagram}\label{s.seqdiag} + +Here is the main difference from previous diagrams: to define a sequence diagram, you have to use a {\tt umlseqdiag} environment. +Its aim is to initialise some global variables and to draw the lifelines of each object in the diagram. You have to understand that commands and environments you will use to define a sequence diagrams place the elements (calls, objects, \ldots ) automatically. We will talk about that in more details later. + +\section{To define an object}\label{s.objs} + +\subsection{Types of objects}\label{ss.obj} + +You can define an object with the {\tt umlobject} command: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/object.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{object} +\end{center} +\end{minipage} + +\medskip + +The default type is a class instance. You can give the class name with the {\tt class} option (empty by default). + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectclass.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectclass} +\end{center} +\end{minipage} + +\medskip + +On the contrary, you may want to hide the double dots and not giving a class: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectnoddots.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectnoddots} +\end{center} +\end{minipage} + +\medskip + +The {\tt stereo} option allows to set the type of object. It needs one of the following values: object (default value), actor, entity, boundary, control, database, multi. The last six are drawn in the following picture, from left to right and top to bottom: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectstereo.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectstereo} +\end{center} +\end{minipage} + +\medskip + +UML objects may be used in other contexts than class instances. Then, the colon symbol shown in an object may not be necessary. For this purpose, you may use the {\tt umlbasicobject} command. + +\subsection{Automatic placement of an object}\label{ss.objpos} + +Both options {\tt x} and {\tt y} allows to place an object. You only have to use them if the automatic placement does not do what you need. Its behavior is the following: + +\begin{itemize} +\item The default value of the {\tt y} option is 0, that means the default placement of an object is at the top of the sequence diagram. +\item The default value of the {\tt x} option is the product of 4 by the value of the global counter identifying the object: for instance, for the second object defined in a diagram, the {\tt x} option is set to 8 by default, \ldots +\end{itemize} + +Unless the width of the object is too large, a shift of 4 is enough. If not, you use the {\tt x} option. + +\subsection{To scale an object}\label{ss.objdim} + +The {\tt scale} option of the {\tt umlobject} command allows to scale an object, its symbol and its font size: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectscale.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectscale} +\end{center} +\end{minipage} + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/objectfont.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{objectfont} +\end{center} +\end{minipage} + +\section{To define a function call}\label{s.calls} + +Function calls are the core of sequence diagrams. Then, we need a motor either smart enough to propose a satisfacting default behavior, either easy enough to parametrize. + +From a technical point of view, and I open here a parenthesis, there are two ways to implement function calls: + +\begin{enumerate} +\item Either we use the nodal matrix structure of \TikZ. The advantage is to work on a pre computed nodal grid and then to place elements of a sequence diagram easily (and fast for compilation) with exactly one counter. +\item Either we use an automatical positioning of nodes with a set of coordinates, here the time instant, that allows total freedom for the user and make its work easier. +\end{enumerate} + +I chose the second way, to keep the philosophy used to implement the other diagrams in this package. Indeed, if the lack of a grid needs a more accurate computation core, and as a result more compilation time, you can define most of the elements very easily, such as constructor calls, drawn according to the standard. That is different from others UML softwares I used before. I close the parenthesis. + +\subsection{Basic / recursive calls}\label{ss.call} + +You can define a function call with the {\tt umlcall} environment. Of course, you can define {\tt umlcall} environments in other ones: + +\medskip + +\begin{minipage}{0.4\textwidth} +\lstinputlisting{fig/call.tikz} +\end{minipage} +\begin{minipage}{0.6\textwidth} +\begin{center} +\inputTikZ{call} +\end{center} +\end{minipage} + +\medskip + +You have to give the name of the source object and the name of the destination object. If you give the same name as source and destination, you define a recursive call. In this case, you may prefer use an alias, the {\tt umlcallself} environment: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callself.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callself} +\end{center} +\end{minipage} + +\medskip + +Of course, you can define {\tt umlcallself} inside {\tt umlcallself} and {\tt umlcall}: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callselfrecursive.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callselfrecursive} +\end{center} +\end{minipage} + +\subsection{To place a call}\label{ss.calldt} + +The {\tt dt} option allows to place a function call on a lifeline, relatively to the last call drawn on this lifeline. It has no default value. Its unit is ex. The default behavior is to shift the call you define to avoid overwriting between to consecutive calls: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/calldt.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{calldt} +\end{center} +\end{minipage} + +\medskip + +\begin{remark3} +Do not forget that using option {\tt dt} means relatively to the last call defines on the lifeline. + +\medskip + +\begin{minipage}{0.4\textwidth} +\lstinputlisting{fig/calldt2.tikz} +\end{minipage} +\begin{minipage}{0.6\textwidth} +\begin{center} +\inputTikZ{calldt2} +\end{center} +\end{minipage} + +\medskip + +Both calls between B and C are first ones, so they are drawn on top of the lifeline. However, you want that they are drawn below the first call between A and C. By using option {\tt dt}, you can do it: + +\medskip + +\begin{minipage}{0.4\textwidth} +\lstinputlisting{fig/calldt2correct.tikz} +\end{minipage} +\begin{minipage}{0.6\textwidth} +\begin{center} +\inputTikZ{calldt2correct} +\end{center} +\end{minipage} + +\end{remark3} + +You can also set spaces for recursive calls with the {\tt padding} option. It set the space just below the recursive call: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callpadding.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callpadding} +\end{center} +\end{minipage} + +\begin{remark} +{\tt padding} can also takes negative values, to fix for instance position of a call too far away for the previous one. +\end{remark} + +\subsection{Synchron / asynchron calls}\label{ss.callsync} + +The {\tt type} option allows to tell if the call is synchron (default value) or asynchron: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callsync.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callsync} +\end{center} +\end{minipage} + +\subsection{Operation, arguments and return value}\label{ss.callop} + +You can give the function name in a call and its arguments with the {\tt op} option: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callop.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callop} +\end{center} +\end{minipage} + +\medskip + +\begin{remark} +Beware of the braces, so as to the comma between i and k is deactivated as an option delimiter. WIthout them, there will be a compilation error. +\end{remark} + +\medskip + +You can also set the return value with the {\tt return} option, with the same warning: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callreturn.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callreturn} +\end{center} +\end{minipage} + +\medskip + +In this case, the return arrow is drawn with the return value above. You can draw the return arrow without giving a return value. For this, there is the {\tt with return} option: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callwithreturn.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callwithreturn} +\end{center} +\end{minipage} + +\medskip + +In some cases, the call may have multiple return arrows. To draw an additionnal return arrow, you can do as follows: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/callreturnonly.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{callreturnonly} +\end{center} +\end{minipage} + +\subsection{To define a constructor call}\label{ss.create} + +Constructor calls are special function calls, insofar as they build a new object. They are not messages between two lifelines, but between a lifeline and an object. + +To define a constructor call, you can use the {\tt umlcreatecall} command: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/createcall.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{createcall} +\end{center} +\end{minipage} + +\medskip + +You can notice that everything behave normally after a constructor call. + +\medskip + +As an object builder, the {\tt umlcreatecall} command has {\tt class}, {\tt stereo} and {\tt x} options. + +As a function call, it has the {\tt dt} option. + +\subsection{To name a call}\label{ss.callname} + +The {\tt name} option allows to give a name for a function call. It is not useful actually, insofar as this option was added for the definition of combined fragments, but as you will see, combined fragment does not use this feature. Maybe this option will be used for future developments of the package. + +\section{To define a combined fragment}\label{s.fragments} + +Combined fragments are the second family of elements in a sequence diagram, with the function calls. You can define them with the {\tt umlfragment} environment: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragment.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragment} +\end{center} +\end{minipage} + +\subsection{Informations of a fragment}\label{ss.fraginfos} + +The {\tt type} option allows to set the keyword on the top left corner: opt, alt, loop, par, assert, \ldots The default value is opt. + +The {\tt label} option allows to set information such as the condition for a opt fragment: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragmentlabel.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragmentlabel} +\end{center} +\end{minipage} + +\medskip + +The {\tt inner xsep} option allows to shift type and label to the left. The default value is 1 and its unit is ex. + +\subsection{Name of a fragment}\label{ss.fragname} + +You can give a name to a combined fragment with the {\tt name} option. It can be useful when you want to attach a note on a fragment: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragmentname.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragmentname} +\end{center} +\end{minipage} + +\subsection{To define regions of a fragment}\label{ss.fragpart} + +Let's take a alt fragment. It represents a switch-case instruction block. To represent each case, you need to set regions in the fragment. For this purpose, you can use the {\tt umlfpart} command: + +\medskip + +\begin{minipage}{0.5\textwidth} +\lstinputlisting{fig/fragmentpart.tikz} +\end{minipage} +\begin{minipage}{0.5\textwidth} +\begin{center} +\inputTikZ{fragmentpart} +\end{center} +\end{minipage} + +\section{To change preferences}\label{s.fitseq} + +Thanks to the {\tt tikzumlset} command, you can set colors for calls, fragments and objects: + +\begin{description} +\item[text:] allows to set the default text color (=black by default), +\item[draw:] allows to set the default color of edges and arrows (=black by default), +\item[fill object:] allows to set the default background color of objects (=yellow !20 by default), +\item[fill call:] allows to set the default background color for calls (=white by default), +\item[fill fragment:] allows to set the default background color for fragments (=white by default), +\item[font:] allows to set the default font style (=$\backslash$small by default), +\item[object stereo:] allows to set the default font style (=object by default), +\item[call dt:] allows to set the default font style (=auto by default), +\item[call padding:] allows to set the default font style (=2 by default), +\item[call type:] allows to set the default font style (=synchron by default), +\item[fragment type:] allows to set the default font style (=opt by default), +\item[fragment inner xsep:] allows to set the default font style (=1 by default), +\item[fragment inner ysep:] allows to set the default font style (=1 by default), +\item[create call dt:] allows to set the default font style (=4 by default) +\end{description} + +You can also use the options {\tt text}, {\tt draw} and {\tt fill} on a particular element, as in the example of introduction. + +There is an exception: {\tt umlcreatecall}. The options {\tt text}, {\tt draw} and {\tt fill} set the colors of the call, whereas options {\tt text obj}, {\tt draw obj} and {\tt fill obj} set the colors of the object. + +\medskip + +\begin{minipage}{0.6\textwidth} +\lstinputlisting{fig/createcallset.tikz} +\end{minipage} +\begin{minipage}{0.4\textwidth} +\begin{center} +\inputTikZ{createcallset} +\end{center} +\end{minipage} + +\section{Examples} + +\subsection{Example from introduction, step by step} + +\subsubsection{Definition of objects} + +{\color{red!70!black} +\lstinputlisting[firstline=2,lastline=6, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=38, style=mainnocolor]{fig/seqdiagex.tikz} +} + +\begin{center} +\inputTikZ{seqdiagstep1} +\end{center} + +\subsubsection{Definition of the call opa and its components} + +\lstinputlisting[firstline=2,lastline=6]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=7, lastline=7, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=9, lastline=9, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=11, lastline=14, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=16, lastline=17, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=19, lastline=19, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=38]{fig/seqdiagex.tikz} + +\begin{center} +\inputTikZ{seqdiagstep2} +\end{center} + +\subsubsection{Definition of the calls following the construction of E} + +\lstinputlisting[firstline=2,lastline=7]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=9, lastline=9]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=11, lastline=14]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=16, lastline=17]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=19, lastline=19]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=22, lastline=22, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=24, lastline=25, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=27, lastline=27, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=29, lastline=30, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +\lstinputlisting[firstline=32, lastline=36, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=36,lastline=36]{fig/seqdiagex.tikz} + +\begin{center} +\inputTikZ{seqdiagstep3} +\end{center} + +\subsubsection{Definition of fragments} + +\lstinputlisting[firstline=2,lastline=7]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=8, lastline=8, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=9, lastline=9]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=10, lastline=10, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=11, lastline=14]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=15, lastline=15, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=16, lastline=17]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=18, lastline=18, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=19, lastline=19]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=20, lastline=21, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=22, lastline=22]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=23, lastline=23, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=24, lastline=25]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=26, lastline=26, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=27, lastline=27]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=28, lastline=28, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=29, lastline=30]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=31, lastline=31, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=32, lastline=36]{fig/seqdiagex.tikz}\vspace{-0.4cm} +{\color{red!70!black} +\lstinputlisting[firstline=37, lastline=37, style=mainnocolor]{fig/seqdiagex.tikz}\vspace{-0.4cm} +} +\lstinputlisting[firstline=38]{fig/seqdiagex.tikz} + +\begin{center} +\inputTikZ{seqdiagstep4} +\end{center} + +\section{Known bugs and perspectives}\label{s.seqbug} + +\begin{enumerate} +\item When you define a fragment on a set of calls just after a constructor call, the automatic shift does not work. You have to use the {\tt dt} with a value greather than 7 to the first call inside the fragment. +\item The automatic placement of objects with a multiple of 4 is not very convenient. A shift of 4 relatively to the last object drawn should be better. +\item You can not give arguments to constructor calls. +\item You can not force the drawing of the activity area of a "non working" object. + +\medskip + +\begin{minipage}{0.3\textwidth} +\lstinputlisting{fig/bugcall.tikz} +\end{minipage} +\begin{minipage}{0.7\textwidth} +\begin{center} +\inputTikZ{bugcall} +\end{center} +\end{minipage} + +But you can lengthen lifelines thanks to {\tt umlsdnode} command: + +\medskip + +\begin{minipage}{0.3\textwidth} +\lstinputlisting{fig/sdnode.tikz} +\end{minipage} +\begin{minipage}{0.7\textwidth} +\begin{center} +\inputTikZ{sdnode} +\end{center} +\end{minipage} + +\end{enumerate} + +\chapter{Component diagrams} + +Here is an example of component diagram you can draw: + +\begin{center} +\inputTikZ{compdiagex} +\end{center} + +Now, we will talk about elements that compose such diagrams: + +\section{To define a component} + + +A component can be defined with the {\tt umlcomponent} environment: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/component.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{component} +\end{center} +\end{minipage} + +\medskip + +Both options {\tt x} and {\tt y} allow to place the component in the figure, or in another component. The default value is 0. +The argument to give is the label of the component. The node representing the state has a default name, based on a global counter. For practical reasons, you can rename it with the {\tt name} option. + +\medskip + +You can also define the width of an empty component with the {\tt width} option (8ex by default). + +\medskip + +You can define a component in another component or in a package. Then, the coordinates of the sub-component are relative to the parent component or package: + +\medskip + +\begin{minipage}{0.51\textwidth} +\lstinputlisting{fig/componentinner.tikz} +\end{minipage} +\begin{minipage}{0.49\textwidth} +\begin{center} +\inputTikZ{componentinner} +\end{center} +\end{minipage} + +\medskip + +Notice that you can define a class inside a component. + +\medskip + +If you want to define a component without detailing it, you can use the {\tt umlbasiccomponent} command, that is an alias of the {\tt umlcomponent} environment. + +\medskip + +Every \TikZ{} option dedicated to nodes can be used here, see \autoref{s.advfeat} for details. + +\section{To define a provided/required interface} + +On a component, you can define 2 kinds of interfaces: provided interfaces and required interfaces. For that purpose, you can use {\tt umlprovidedinterface} and/or {\tt umlrequiredinterface} commands. +These 2 commands offers the same list of options: + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentinterface.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentinterface} +\end{center} +\end{minipage} + +\medskip + +The {\tt interface} option is used to give the label of the interface, written above the interface symbol. +The interface symbol is a node named X-Y-interface, where X is the name of the component, and Y is west for a provided interface and east for a required interface. + +You can change these default names with the {\tt name} option. + +\medskip + +The {\tt width} option is used to size the interface symbol. The default value is 1em. + +\medskip + +The {\tt distance} option is used to set the distance between the interface symbol and the component port. + +\medskip + +The {\tt with port} option is used to draw the port symbol. + +\medskip + +If you look at the previous example, you can notice the padding between the interface symbols on sub-components, and the boundary of the parent component. You can change it with the {\tt padding} option. The default value is 1cm. + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentinterfacepadding.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentinterfacepadding} +\end{center} +\end{minipage} + +\medskip + +This option will be very useful when you draw connectors, as you will see in the next section. + +\section{To define an assembly connector} + +An assembly connector is a relation between 2 different components. It is graphically the provided interface of one of them with the required interface of the other. +For that purpose, you can use the {\tt umlassemblyconnector} command: + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentassemblyconnector.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentassemblyconnector} +\end{center} +\end{minipage} + +\medskip + +The assembly connector symbol is drawn only if the {\tt interface} option is given. As for {\tt umlprovidedinterface} and {\tt umlrequiredinterface} commands, the {\tt with port} option is used to draw ports, and the {\tt width} option is used to set the size of the assembly connector symbol (default is 1em). + +You can also name the assembly connector with the option {\tt name}. + +\subsection{To define the geometry of an assembly connector} + +As for {\tt umlrelation} command, you can use the {\tt geometry} option and shortcuts are defined: + +\begin{description} +\item[umlHVassemblyconnector:] shortcut of {\tt umlassemblyconnector} with geometry=-| +\item[umlVHassemblyconnector:] shortcut of {\tt umlassemblyconnector} with geometry=|- +\item[umlHVHassemblyconnector:] shortcut of {\tt umlassemblyconnector} with geometry=-|- +\item[umlVHVassemblyconnector:] shortcut of {\tt umlassemblyconnector} with geometry=|-| +\end{description} + +\subsection{To place the assembly connector symbol} + +To place the assembly connector symbol, you can use the {\tt first arm}, {\tt second arm}, {\tt middle arm} or {\tt last arm} options: + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentassemblyconnectorarm.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentassemblyconnectorarm} +\end{center} +\end{minipage} + +\subsection{To adjust the geometry of an assembly connector} + +As for {\tt umlrelation} command, you can use the {\tt arm1}, {\tt arm2}, {\tt anchor1}, {\tt anchor2} and {\tt anchors} options: + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentassemblyconnectoradjust.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentassemblyconnectoradjust} +\end{center} +\end{minipage} + +\medskip + +The position of the ports is automatically evaluated according to the values given to these options and to the {\tt geometry} option. + +\section{To define a delegate connector} + +A delegate connector is a connector between a sub-component and its parent component. For this purpose, you can use the {\tt umldelegateconnector} command. It has all options of {\tt umlrelation} command except {\tt stereo}, that is set to delegate. + +\medskip + +\begin{minipage}{0.45\textwidth} +\lstinputlisting{fig/componentdelegateconnector.tikz} +\end{minipage} +\begin{minipage}{0.55\textwidth} +\begin{center} +\inputTikZ{componentdelegateconnector} +\end{center} +\end{minipage} + +\medskip + +\section{To define a port on a component} + +Sometimes, as in the previous example, you have to draw manually a port. For this purpose, you can use the {\tt umlport} command. + +The first argument is the component name, the second one is the anchor of the component node where you want to draw the port. You can set the size of the port with the {\tt width} option. + +\section{To change preferences} + +Thanks to the {\tt tikzumlset} command, you can set colors for components, provided/required interfaces, ports and assembly/delegate connectors: + +\begin{description} +\item[text:] allows to set the text color (=black by default), +\item[draw:] allows to set the color od edges and arrows (=black by default), +\item[fill component:] allows to set the background color of components (=yellow !20 by default), +\item[fill port:] allows to set the background color of ports (=yellow !20 by default), +\item[fill assembly connector:] allows to set the background color for assembly connector symbols (=white by default), +\item[font:] allows to set the font style (=$\backslash$small by default). +\end{description} + +You can also use the options {\tt text}, {\tt draw} and {\tt fill} on a particular element. + +There is an exception: {\tt umlassemblyconnector}. The option {\tt fill assembly connector} sets the colors of the assembly connector symbol, whereas the option {\tt fill port} sets the colors of the port symbol. + +\section{Examples} + +\subsection{Example from introduction, step by step} + +\subsubsection{Definition of the components} + +There is 6 components A, D, E, F, G and H, and 2 sub-components of A: B and C. + +\medskip + +\lstinputlisting{fig/compdiagexstep1.tikz} + +\begin{center} +\inputTikZ{compdiagexstep1} +\end{center} + +\subsubsection{Definition of the interfaces} + +We define a required interface for the component B, and a provided interface for the component C. We prepare the delegate connector by setting the padding. + +\medskip + +\lstinputlisting[lastline=5]{fig/compdiagexstep2.tikz}\vspace{-0.4cm} +{\color{red!70!black} \lstinputlisting[firstline=6,lastline=7, style=mainnocolor]{fig/compdiagexstep2.tikz}\vspace{-0.4cm}} +\lstinputlisting[firstline=8]{fig/compdiagexstep2.tikz} + +\begin{center} +\inputTikZ{compdiagexstep2} +\end{center} + +\subsubsection{Definition of the connectors} + +We define 5 assembly connectors and 1 delegate connector. + +\medskip + +\lstinputlisting[lastline=13]{fig/compdiagexstep3.tikz}\vspace{-0.4cm} +{\color{red!70!black}\lstinputlisting[firstline=14, style=mainnocolor]{fig/compdiagexstep3.tikz}} + +\begin{center} +\inputTikZ{compdiagexstep3} +\end{center} + +\subsubsection{Definition of the notes} + +We add notes to explain the node names. + +\medskip + +\lstinputlisting[lastline=20]{fig/compdiagexstep4.tikz}\vspace{-0.4cm} +{\color{red!70!black}\lstinputlisting[firstline=21, style=mainnocolor]{fig/compdiagexstep4.tikz}} + +\begin{center} +\inputTikZ{compdiagexstep4} +\end{center} + +%\section{Known bugs and perspectives} + +\end{document} \ No newline at end of file diff --git a/Work/Documentation/tikz-uml/doc/tikz-uml-webconfig.cfg b/Work/Documentation/tikz-uml/doc/tikz-uml-webconfig.cfg new file mode 100755 index 0000000..7fe5b62 --- /dev/null +++ b/Work/Documentation/tikz-uml/doc/tikz-uml-webconfig.cfg @@ -0,0 +1,170 @@ +\Preamble{xhtml,2,fn-in,no-VERSION,sections+,html+,minitoci,info} + \Configure{@HEAD}{\ifvmode \IgnorePar\fi \EndP \HCode{% + \Hnewline + \Hnewline + \Hnewline + \Hnewline + } \IgnorePar + } + \Configure{@BODY}{\ifvmode \IgnorePar\fi \EndP \HCode{% +

\Hnewline + \Hnewline +
\Hnewline +
\Hnewline + } \IgnorePar + } + \Configure{@/BODY}{\ifvmode \IgnorePar\fi \EndP \HCode{% +
\Hnewline +
\Hnewline\Hnewline + \Hnewline + } \IgnorePar + } + \Configure{tableofcontents}{% + \HCode{Pdf documentation is available here
\Hnewline} + } % Before + {} % At end + { \HCode{
\Hnewline} } % After + { \HCode{
\Hnewline} } % At paragraph break + {} + \Configure{crosslinks}{\HCode{
  • }}{\HCode{
  • \Hnewline}}{\HCode{Next Chapter}}{\HCode{Previous Chapter}}{}{}{}{\HCode{Contents}} + \Configure{crosslinks+}{\HCode{
    \Hnewline
      \Hnewline}}{\HCode{
    • \Hnewline
    \Hnewline
    \Hnewline}}{\HCode{
    \Hnewline
      \Hnewline}}{\HCode{
    \Hnewline
    \Hnewline}} + \Configure{graphics*}{png}{% + \Needs{"cp \csname Gin@base\endcsname.png `basename \csname Gin@base\endcsname`.png"}% + \Picture[pict]{\csname Gin@base\endcsname.png}% + } + \Configure{graphics*}{pdf}{% + \Needs{"convert -density 300 \csname Gin@base\endcsname.pdf `basename \csname Gin@base\endcsname`.png"}% + \Picture[pict]{\csname Gin@base\endcsname.png}% + } + \special{t4ht+@File: \csname Gin@base\endcsname.png} + \begin{document} + \Css {\Hnewline} + % sc macros, such that \xlifepp or \gmsh + \Css {.aecsc-10x-x-120 { + color:\#007F7F; + }} + % identifier style + \Css {div.lstlisting .phvr8t-, div.lstinputlisting .phvr8t- { + font-family:monospace; + }} + % keyword style [2] + \Css {div.lstlisting .phvb8t-x-x-90, div.lstinputlisting .phvb8t-x-x-90 { + font-family:monospace; + color:\#CC6600; + font-weight:bold; + }} + % keyword style [3] + \Css {div.lstlisting .phvro8t-x-x-90, div.lstinputlisting .phvro8t-x-x-90 { + font-family:monospace; + color:\#442200; + font-style:italic; + }} + % string style + \Css {div.lstlisting .aer10-, div.lstinputlisting .aer10- { + color:\#990000; + }} + % comment style + \Css {div.lstlisting .aeti-10, div.lstinputlisting .aeti-10 { + color:\#009900; + }} + % moredelim style + \Css {div.lstlisting .aetcsc-10x-x-90, div.lstinputlisting .aetcsc-10x-x-90 { + font-family:monospace; + font-weight:none; + color:\#663300; + }} + \Css {div.lstlisting .aetcsc-10x-x-90 .small-caps, div.lstinputlisting .aetcsc-10x-x-90 .small-caps { + font-variant:normal; + }} + \Css {div.lstlisting, div.lstinputlisting { + width:80\%; + white-space:pre-wrap; + padding:1ex 0.5em; + background-color:\#EEEEEE; + box-shadow:4px 4px 0px \#999999; + margin-top:0.5em; + margin-bottom:0.5em; + }} + \Css {div.figure { + width:80\%; + }} + \Css {div.figure img { + height:15em; + }} + \Css {.chapterHead { + text-decoration:none; + }} + \Css {.chapterHead a, .sectionHead a, .subsectionHead a, .subsubsectionHead a { + color:inherit; + text-decoration:none; + }} + \Css {.chapterHead a:hover, .sectionHead a:hover, .subsectionHead a:hover, .subsubsectionHead a:hover { + text-decoration:underline; + }} + \Css {img[src="textdbend.png"] { + height:3em; + }} + \Css {.webuser_nav { + border:0; + padding:0; + margin:0; + margin-top:1em; + width:100\%; + height:7\%; + background-color:\#9ACCCC; + background-image:-moz-linear-gradient(90deg,\#9ACCCC,\#FFFFFF); + background-image:-webkit-gradient(linear,center bottom,center top,color-stop(0,\#9ACCCC),color-stop(1,\#FFFFFF)); + color:\#007F7F; + text-align:center; + }} + \Css{.webuser_nav ul { + border:0; + padding:0; + margin:0; + display:inline; + list-style-type:none; + width:100\%; + height:100\%; + }} + \Css{.webuser_nav li { + display:table; + padding:0; + margin:0; + border:0; + height:100\%; + float:left; + text-align:center; + vertical-align:middle; + border-left:1px solid \#FFFFFF; + border-right:1px solid \#9ACCCC; + }} + \Css{.webuser_nav a { + display:table-cell; + padding:0 1ex; + margin:0; + border:0; + height:100\%; + vertical-align:middle; + color:\#007F7F; + text-decoration:none; + }} +\EndPreamble diff --git a/Work/Documentation/tikz-uml/examples/classdiag.pdf b/Work/Documentation/tikz-uml/examples/classdiag.pdf new file mode 100644 index 0000000..c22dd14 Binary files /dev/null and b/Work/Documentation/tikz-uml/examples/classdiag.pdf differ diff --git a/Work/Documentation/tikz-uml/examples/classdiag.tex b/Work/Documentation/tikz-uml/examples/classdiag.tex new file mode 100644 index 0000000..4661732 --- /dev/null +++ b/Work/Documentation/tikz-uml/examples/classdiag.tex @@ -0,0 +1,103 @@ +\documentclass[a4paper,11pt, svgnames]{article} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[french]{babel} +\usepackage{listings} +\usepackage{fancyvrb} +\usepackage{../tikz-uml} +\usetikzlibrary{positioning} + +\textwidth 18.5cm +\textheight 25.5cm +\hoffset=-2.9cm +\voffset=-2.9cm + +\sloppy +\hyphenpenalty 10000000 + +\date{} +\title{} +\author{} + +\lstdefinelanguage{tikzuml}{language=[LaTeX]TeX, classoffset=0, morekeywords={umlbasiccomponent, umlprovidedinterface, umlrequiredinterface, umldelegateconnector, umlassemblyconnector, umlVHVassemblyconnector, umlHVHassemblyconnector, umlnote, umlusecase, umlactor, umlinherit, umlassoc, umlVHextend, umlinclude, umlstateinitial, umlbasicstate, umltrans, umlstatefinal, umlVHtrans, umlHVtrans, umldatabase, umlmulti, umlobject, umlfpart, umlcreatecall, umlclass, umlvirt, umlunicompo, umlimport, umlaggreg}, keywordstyle=\color{DarkBlue}, classoffset=1, morekeywords={umlcomponent, umlsystem, umlstate, umlseqdiag, umlcall, umlcallself, umlfragment, umlpackage}, keywordstyle=\color{DarkRed}, classoffset=0, sensitive=true, morecomment=[l]{\%}} + +\begin{document} + +\maketitle + +If you want to copy and paste the following source code, please take care of white spaces and special characters such as the minus symbol ! + +\medskip +\lstset{breaklines=true, frame=trBL, language=tikzuml} +\begin{lstlisting} +\begin{umlpackage}{p} +\begin{umlpackage}{sp1} +\umlclass[template=T]{A}{ + n : uint \\ t : float +}{} +\umlclass[y=-3]{B}{ + d : double +}{ + \umlvirt{setB(b : B) : void} \\ getB() : B} +\end{umlpackage} +\begin{umlpackage}[x=10,y=-6]{sp2} +\umlinterface{C}{ + n : uint \\ s : string +}{} +\end{umlpackage} +\umlclass[x=2,y=-10]{D}{ + n : uint + }{} +\end{umlpackage} + +\umlassoc[geometry=-|-, arg1=tata, mult1=*, pos1=0.3, arg2=toto, mult2=1, pos2=2.9, align2=left]{C}{B} +\umlunicompo[geometry=-|, arg=titi, mult=*, pos=1.7, stereo=vector]{D}{C} +\umlimport[geometry=|-, anchors=90 and 50, name=import]{sp2}{sp1} +\umlaggreg[arg=tutu, mult=1, pos=0.8, angle1=30, angle2=60, loopsize=2cm]{D}{D} +\umlinherit[geometry=-|]{D}{B} +\umlnote[x=2.5,y=-6, width=3cm]{B}{Je suis une note qui concerne la classe B} +\umlnote[x=7.5,y=-2]{import-2}{Je suis une note qui concerne la relation d'import} +\end{lstlisting} + +\begin{SaveVerbatim}{toto} +Je suis une note +qui concerne la +relation d'import +\end{SaveVerbatim} + +\begin{center} +\begin{tikzpicture} +\begin{umlpackage}{p} + +\begin{umlpackage}{sp1} +\umlclass[template=T]{A}{ + n : uint \\ t : float +}{} +\umlclass[y=-3]{B}{ + d : double +}{ + \umlvirt{setB(b : B) : void} \\ getB() : B} +\end{umlpackage} +\begin{umlpackage}[x=10,y=-6]{sp2} +\umlinterface{C}{ + n : uint \\ s : string +}{} +\end{umlpackage} +\umlclass[x=2,y=-10]{D}{ + n : uint + }{} +\umlsimpleinterface{E} +\end{umlpackage} + +\umlassoc[geometry=-|-, arg1=tata, mult1=*, pos1=0.1, align1=right, arg2=toto, mult2=1, pos2=2.9, align2=left]{C}{B} +\umlunicompo[geometry=-|, arg=titi, mult=*, pos=1.7, stereo=vector]{D}{C} +\umlimport[geometry=|-, anchors=90 and 50, name=import]{sp2}{sp1} +\umlaggreg[arg=tutu, mult=1, pos=0.8, angle1=30, angle2=60, loopsize=2cm]{D}{D} +\umlinherit[geometry=-|]{D}{B} +\umlnote[x=2.5,y=-6, width=3cm]{B}{Je suis une note qui concerne la classe B} +\umlnote[x=7.5,y=-2]{import-2}{\UseVerbatim{toto}} +\end{tikzpicture} +\end{center} + +\end{document} diff --git a/Work/Documentation/tikz-uml/examples/componentdiag.pdf b/Work/Documentation/tikz-uml/examples/componentdiag.pdf new file mode 100644 index 0000000..29aea2d Binary files /dev/null and b/Work/Documentation/tikz-uml/examples/componentdiag.pdf differ diff --git a/Work/Documentation/tikz-uml/examples/componentdiag.tex b/Work/Documentation/tikz-uml/examples/componentdiag.tex new file mode 100755 index 0000000..564aee7 --- /dev/null +++ b/Work/Documentation/tikz-uml/examples/componentdiag.tex @@ -0,0 +1,90 @@ +\documentclass[a4paper,11pt, svgnames]{article} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[french]{babel} +\usepackage{listings} +\usepackage{../tikz-uml} + +\textwidth 18.5cm +\textheight 25.5cm +\hoffset=-2.9cm +\voffset=-2.9cm + +\sloppy +\hyphenpenalty 10000000 + +\date{} +\title{} +\author{} + +\lstdefinelanguage{tikzuml}{language=[LaTeX]TeX, classoffset=0, morekeywords={umlbasiccomponent, umlprovidedinterface, umlrequiredinterface, umldelegateconnector, umlassemblyconnector, umlVHVassemblyconnector, umlHVHassemblyconnector, umlnote, umlusecase, umlactor, umlinherit, umlassoc, umlVHextend, umlinclude, umlstateinitial, umlbasicstate, umltrans, umlstatefinal, umlVHtrans, umlHVtrans, umldatabase, umlmulti, umlobject, umlfpart, umlcreatecall, umlclass, umlvirt, umlunicompo, umlimport, umlaggreg}, keywordstyle=\color{DarkBlue}, classoffset=1, morekeywords={umlcomponent, umlsystem, umlstate, umlseqdiag, umlcall, umlcallself, umlfragment, umlpackage}, keywordstyle=\color{DarkRed}, classoffset=0, sensitive=true, morecomment=[l]{\%}} + +\begin{document} + +\maketitle + +If you want to copy and paste the following source code, please take care of white spaces and special characters such as the minus symbol ! + +\medskip +\lstset{breaklines=true, frame=trBL, language=tikzuml} +\begin{lstlisting} +\begin{umlcomponent}{A} +\umlbasiccomponent{B} +\umlbasiccomponent[y=-2]{C} + +\umlrequiredinterface[interface=C-interface]{C} +\umlprovidedinterface[interface=B-interface, with port, distance=3cm, padding=2.5cm]{B} +\end{umlcomponent} +\umlbasiccomponent[x=-10,y=1]{D} +\umlbasiccomponent[x=3,y=-7.5]{E} +\umlbasiccomponent[x=-2, y=-9]{F} +\umlbasiccomponent[x=-7,y=-8]{G} +\umlbasiccomponent[x=-7,y=-11]{H} + +\umlassemblyconnector[interface=DA, with port, name=toto]{D}{A} +\umldelegateconnector{A-west-port}{B-west-interface} +\umlVHVassemblyconnector[interface=AE, with port]{A}{E} +\umlHVHassemblyconnector[interface=EF, with port, first arm]{E}{F} +\umlHVHassemblyconnector[interface=GHF, with port, arm2=-2cm, last arm]{G}{F} +\umlHVHassemblyconnector[with port, arm2=-2cm, last arm]{H}{F} + +\umlnote[x=-4, y=4, width=3.4cm]{B-west-interface}{I am the node named B-west-interface} +\umlnote[x=2, y=4, width=3.4cm]{C-east-interface}{I am the node named C-east-interface} +\umlnote[x=-8.5, y=-2, width=3.4cm]{toto-interface}{I am the node named toto-interface} +\umlnote[x=-5.5, y=-4.5, width=3.4cm]{A-south-port}{I am the node named A-south-port} +\umlnote[x=-1, y=-6, width=3.4cm]{AE-interface}{I am the node named AE-interface} +\umlnote[x=2, y=-11, width=3.4cm]{F-east-port}{I am the node named F-east-port} +\end{lstlisting} + +\begin{center} +\begin{tikzpicture} +\begin{umlcomponent}{A} +\umlbasiccomponent{B} +\umlbasiccomponent[y=-2]{C} + +\umlrequiredinterface[interface=C-interface]{C} +\umlprovidedinterface[interface=B-interface, with port, distance=3cm, padding=2.5cm]{B} +\end{umlcomponent} +\umlbasiccomponent[x=-10,y=1]{D} +\umlbasiccomponent[x=3,y=-7.5]{E} +\umlbasiccomponent[x=-2, y=-9]{F} +\umlbasiccomponent[x=-7,y=-8]{G} +\umlbasiccomponent[x=-7,y=-11]{H} + +\umlassemblyconnector[interface=DA, with port, name=toto]{D}{A} +\umldelegateconnector{A-west-port}{B-west-interface} +\umlVHVassemblyconnector[interface=AE, with port]{A}{E} +\umlHVHassemblyconnector[interface=EF, with port, first arm]{E}{F} +\umlHVHassemblyconnector[interface=GHF, with port, arm2=-2cm, last arm]{G}{F} +\umlHVHassemblyconnector[with port, arm2=-2cm, last arm]{H}{F} + +\umlnote[x=-4, y=4, width=3.4cm]{B-west-interface}{I am the node named B-west-interface} +\umlnote[x=2, y=4, width=3.4cm]{C-east-interface}{I am the node named C-east-interface} +\umlnote[x=-8.5, y=-2, width=3.4cm]{toto-interface}{I am the node named toto-interface} +\umlnote[x=-5.5, y=-4.5, width=3.4cm]{A-south-port}{I am the node named A-south-port} +\umlnote[x=-1, y=-6, width=3.4cm]{AE-interface}{I am the node named AE-interface} +\umlnote[x=2, y=-11, width=3.4cm]{F-east-port}{I am the node named F-east-port} +\end{tikzpicture} +\end{center} +\end{document} diff --git a/Work/Documentation/tikz-uml/examples/seqdiag.pdf b/Work/Documentation/tikz-uml/examples/seqdiag.pdf new file mode 100644 index 0000000..49e3f5f Binary files /dev/null and b/Work/Documentation/tikz-uml/examples/seqdiag.pdf differ diff --git a/Work/Documentation/tikz-uml/examples/seqdiag.tex b/Work/Documentation/tikz-uml/examples/seqdiag.tex new file mode 100644 index 0000000..0e0cf5d --- /dev/null +++ b/Work/Documentation/tikz-uml/examples/seqdiag.tex @@ -0,0 +1,116 @@ +\documentclass[a4paper,11pt, svgnames]{article} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[french]{babel} +\usepackage{listings} +\usepackage{../tikz-uml} + +\textwidth 18.5cm +\textheight 25.5cm +\hoffset=-2.9cm +\voffset=-2.9cm + +\sloppy +\hyphenpenalty 10000000 + +\date{} +\title{} +\author{} + +\lstdefinelanguage{tikzuml}{language=[LaTeX]TeX, classoffset=0, morekeywords={umlbasiccomponent, umlprovidedinterface, umlrequiredinterface, umldelegateconnector, umlassemblyconnector, umlVHVassemblyconnector, umlHVHassemblyconnector, umlnote, umlusecase, umlactor, umlinherit, umlassoc, umlVHextend, umlinclude, umlstateinitial, umlbasicstate, umltrans, umlstatefinal, umlVHtrans, umlHVtrans, umldatabase, umlmulti, umlobject, umlfpart, umlcreatecall, umlclass, umlvirt, umlunicompo, umlimport, umlaggreg}, keywordstyle=\color{DarkBlue}, classoffset=1, morekeywords={umlcomponent, umlsystem, umlstate, umlseqdiag, umlcall, umlcallself, umlfragment, umlpackage}, keywordstyle=\color{DarkRed}, classoffset=0, sensitive=true, morecomment=[l]{\%}} + +\begin{document} + +\maketitle + +If you want to copy and paste the following source code, please take care of white spaces and special characters such as the minus symbol ! + +\medskip +\lstset{breaklines=true, frame=trBL, language=tikzuml} +\begin{lstlisting} +\begin{umlseqdiag} +\umlactor[class=A]{a} +\umldatabase[class=B, fill=blue!20]{b} +\umlmulti[class=C]{c} +\umlobject[class=D]{d} +\begin{umlcall}[op=opa(), type=synchron, return=0]{a}{b} +\begin{umlfragment} +\begin{umlcall}[op=opb(), type=synchron, return=1]{b}{c} +\begin{umlfragment}[type=alt, label=condition, inner xsep=8, fill=green!10] +\begin{umlcall}[op=opc(), type=asynchron, fill=red!10]{c}{d} +\end{umlcall} +\begin{umlcall}[type=return]{c}{b} +\end{umlcall} +\umlfpart[default] +\begin{umlcall}[op=opd(), type=synchron, return=3]{c}{d} +\end{umlcall} +\end{umlfragment} +\end{umlcall} +\end{umlfragment} +\begin{umlfragment} +\begin{umlcallself}[op=ope(), type=synchron, return=4]{b} +\begin{umlfragment}[type=assert] +\begin{umlcall}[op=opf(), type=synchron, return=5]{b}{c} +\end{umlcall} +\end{umlfragment} +\end{umlcallself} +\end{umlfragment} +\end{umlcall} +\umlcreatecall[class=E, x=8]{a}{e} +\begin{umlfragment} +\begin{umlcall}[op=opg(), name=test, type=synchron, return=6, dt=7, fill=red!10]{a}{e} +\umlcreatecall[class=F, stereo=boundary, x=12]{e}{f} +\end{umlcall} +\begin{umlcall}[op=oph(), type=synchron, return=7]{a}{e} +\end{umlcall} +\end{umlfragment} +\end{umlseqdiag} +\end{lstlisting} + +\begin{center} +\begin{tikzpicture} +\begin{umlseqdiag} +\umlactor[class=A]{a} +\umldatabase[class=B, fill=blue!20]{b} +\umlmulti[class=C]{c} +\umlobject[class=D]{d} +\begin{umlcall}[op=opa(), type=synchron, return=0]{a}{b} +\begin{umlfragment} +\begin{umlcall}[op=opb(), type=synchron, return=1]{b}{c} +\begin{umlfragment}[type=alt, label=condition, inner xsep=8, fill=green!10] +\begin{umlcall}[op=opc(), type=asynchron, fill=red!10]{c}{d} +\end{umlcall} +\begin{umlcall}[type=return]{c}{b} +\end{umlcall} +\umlfpart[default] +\begin{umlcall}[op=opd(), type=synchron, return=3]{c}{d} +\end{umlcall} +\end{umlfragment} +\end{umlcall} +\end{umlfragment} +\begin{umlfragment} +\begin{umlcallself}[op=ope(), type=synchron, return=4]{b} +\begin{umlfragment}[type=assert] +\begin{umlcall}[op=opf(), type=synchron, return=5]{b}{c} +\end{umlcall} +\end{umlfragment} +\end{umlcallself} +\end{umlfragment} +\end{umlcall} +\umlcreatecall[class=E,x=8]{a}{e} +\begin{umlfragment} +\begin{umlcall}[op=opg(), name=test, type=synchron, return=6, dt=7, fill=red!10]{a}{e} +\umlcreatecall[class=F, stereo=boundary, x=12]{e}{f} +\end{umlcall} +\begin{umlcall}[op=oph(), type=synchron, return=7]{a}{e} +\end{umlcall} +\end{umlfragment} +\end{umlseqdiag} +\end{tikzpicture} + +\begin{tikzpicture} +\end{tikzpicture} +\end{center} +\end{document} + diff --git a/Work/Documentation/tikz-uml/examples/statediag.pdf b/Work/Documentation/tikz-uml/examples/statediag.pdf new file mode 100644 index 0000000..db3f0a3 Binary files /dev/null and b/Work/Documentation/tikz-uml/examples/statediag.pdf differ diff --git a/Work/Documentation/tikz-uml/examples/statediag.tex b/Work/Documentation/tikz-uml/examples/statediag.tex new file mode 100644 index 0000000..93f8649 --- /dev/null +++ b/Work/Documentation/tikz-uml/examples/statediag.tex @@ -0,0 +1,87 @@ +\documentclass[a4paper,11pt, svgnames]{article} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[french]{babel} +\usepackage{listings} +\usepackage{../tikz-uml} + +\textwidth 18.5cm +\textheight 25.5cm +\hoffset=-2.9cm +\voffset=-2.9cm + +\sloppy +\hyphenpenalty 10000000 + +\date{} +\title{} +\author{} + +\lstdefinelanguage{tikzuml}{language=[LaTeX]TeX, classoffset=0, morekeywords={umlbasiccomponent, umlprovidedinterface, umlrequiredinterface, umldelegateconnector, umlassemblyconnector, umlVHVassemblyconnector, umlHVHassemblyconnector, umlnote, umlusecase, umlactor, umlinherit, umlassoc, umlVHextend, umlinclude, umlstateinitial, umlbasicstate, umltrans, umlstatefinal, umlVHtrans, umlHVtrans, umldatabase, umlmulti, umlobject, umlfpart, umlcreatecall, umlclass, umlvirt, umlunicompo, umlimport, umlaggreg}, keywordstyle=\color{DarkBlue}, classoffset=1, morekeywords={umlcomponent, umlsystem, umlstate, umlseqdiag, umlcall, umlcallself, umlfragment, umlpackage}, keywordstyle=\color{DarkRed}, classoffset=0, sensitive=true, morecomment=[l]{\%}} + +\begin{document} + +\maketitle + +If you want to copy and paste the following source code, please take care of white spaces and special characters such as the minus symbol ! + +\medskip +\lstset{breaklines=true, frame=trBL, language=tikzuml} +\begin{lstlisting} +\begin{umlstate}[name=Amain]{Etat global de l'objet A} +\begin{umlstate}[name=Bgraph, fill=red!20]{graphe B} +\umlstateinitial[name=Binit] +\umlbasicstate[y=-4, name=test1, fill=white]{test1} +\umltrans{Binit}{test1} +\umltrans[recursive=20|60|2.5cm, recursive direction=right to top, arg={op1}, pos=1.5]{test1}{test1} +\umltrans[recursive=160|120|2.5cm, recursive direction=left to top, arg={op2}, pos=1.5]{test1}{test1} +\umltrans[recursive=-160|-120|2.5cm, recursive direction=left to bottom, arg={op3}, pos=1.5]{test1}{test1} +\umltrans[recursive=-20|-60|2.5cm, recursive direction=right to bottom, arg={op4}, pos=1.5]{test1}{test1} +\umlbasicstate[y=-8, name=test2, fill=white]{test2} +\umltrans[recursive=-160|-120|2.5cm, recursive direction=left to bottom, arg={op5}, pos=1.5]{test2}{test2} +\umltrans{test1}{test2} +\umlstatefinal[x=3, y=-7.75, name=Bfinal] +\umltrans{test2}{Bfinal} +\end{umlstate} +\umlstateinitial[x=6, y=1, name=Ainit] +\umlVHtrans[anchor2=40]{Ainit}{Bgraph} +\umlstatefinal[x=6, y=-3.5, name=Afinal] +\umlHVtrans[anchor1=30]{Bgraph}{Afinal} +\umlbasicstate[x=6, y=-6, name=visu, fill=green!20]{Visualisation} +\umlHVtrans{Bfinal}{visu} +\umltrans{visu}{Afinal} +\umltrans[recursive=-20|-60|2.5cm, recursive direction=right to bottom, arg=a, pos=1.5]{visu}{visu} +\end{umlstate} +\end{lstlisting} + +\begin{center} +\begin{tikzpicture} +\begin{umlstate}[name=Amain]{Etat global de l'objet A} +\begin{umlstate}[name=Bgraph, fill=red!20]{graphe B} +\umlstateinitial[name=Binit] +\umlbasicstate[y=-4, name=test1, fill=white]{test1} +\umltrans{Binit}{test1} +\umltrans[recursive=20|60|2.5cm, recursive direction=right to top, arg={op1}, pos=1.5]{test1}{test1} +\umltrans[recursive=160|120|2.5cm, recursive direction=left to top, arg={op2}, pos=1.5]{test1}{test1} +\umltrans[recursive=-160|-120|2.5cm, recursive direction=left to bottom, arg={op3}, pos=1.5]{test1}{test1} +\umltrans[recursive=-20|-60|2.5cm, recursive direction=right to bottom, arg={op4}, pos=1.5]{test1}{test1} +\umlbasicstate[y=-8, name=test2, fill=white]{test2} +\umltrans[recursive=-160|-120|2.5cm, recursive direction=left to bottom, arg={op5}, pos=1.5]{test2}{test2} +\umltrans{test1}{test2} +\umlstatefinal[x=3, y=-7.75, name=Bfinal] +\umltrans{test2}{Bfinal} +\end{umlstate} +\umlstateinitial[x=6, y=1, name=Ainit] +\umlVHtrans[anchor2=40]{Ainit}{Bgraph} +\umlstatefinal[x=6, y=-3.5, name=Afinal] +\umlHVtrans[anchor1=30]{Bgraph}{Afinal} +\umlbasicstate[x=6, y=-6, name=visu, fill=green!20]{Visualisation} +\umlHVtrans{Bfinal}{visu} +\umltrans{visu}{Afinal} +\umltrans[recursive=-20|-60|2.5cm, recursive direction=right to bottom, arg=a, pos=1.5]{visu}{visu} +\end{umlstate} +\end{tikzpicture} +\end{center} +\end{document} + diff --git a/Work/Documentation/tikz-uml/examples/usecasediag.pdf b/Work/Documentation/tikz-uml/examples/usecasediag.pdf new file mode 100644 index 0000000..5cde9f8 Binary files /dev/null and b/Work/Documentation/tikz-uml/examples/usecasediag.pdf differ diff --git a/Work/Documentation/tikz-uml/examples/usecasediag.tex b/Work/Documentation/tikz-uml/examples/usecasediag.tex new file mode 100644 index 0000000..19eae68 --- /dev/null +++ b/Work/Documentation/tikz-uml/examples/usecasediag.tex @@ -0,0 +1,86 @@ +\documentclass[a4paper,11pt, svgnames]{article} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[french]{babel} +\usepackage{listings} +\usepackage{../tikz-uml} + +\textwidth 18.5cm +\textheight 25.5cm +\hoffset=-2.9cm +\voffset=-2.9cm + +\sloppy +\hyphenpenalty 10000000 + +\date{} +\title{} +\author{} + +\lstdefinelanguage{tikzuml}{language=[LaTeX]TeX, classoffset=0, morekeywords={umlbasiccomponent, umlprovidedinterface, umlrequiredinterface, umldelegateconnector, umlassemblyconnector, umlVHVassemblyconnector, umlHVHassemblyconnector, umlnote, umlusecase, umlactor, umlinherit, umlassoc, umlVHextend, umlinclude, umlstateinitial, umlbasicstate, umltrans, umlstatefinal, umlVHtrans, umlHVtrans, umldatabase, umlmulti, umlobject, umlfpart, umlcreatecall, umlclass, umlvirt, umlunicompo, umlimport, umlaggreg}, keywordstyle=\color{DarkBlue}, classoffset=1, morekeywords={umlcomponent, umlsystem, umlstate, umlseqdiag, umlcall, umlcallself, umlfragment, umlpackage}, keywordstyle=\color{DarkRed}, classoffset=0, sensitive=true, morecomment=[l]{\%}} + +\begin{document} + +\maketitle + +If you want to copy and paste the following source code, please take care of white spaces and special characters such as the minus symbol ! + +\medskip +\lstset{breaklines=true, frame=trBL, language=tikzuml} +\begin{lstlisting} +\begin{umlsystem}[x=4, fill=red!10]{The system} +\umlusecase{use case1} +\umlusecase[y=-2]{use case2} +\umlusecase[y=-4]{use case3} +\umlusecase[x=4, y=-2, width=1.5cm]{use case4 on 2 lines} +\umlusecase[x=6, fill=green!20]{use case5} +\umlusecase[x=6, y=-4]{use case6} +\end{umlsystem} + +\umlactor{user} +\umlactor[y=-3]{subuser} +\umlactor[x=14, y=-1.5]{admin} + +\umlinherit{subuser}{user} +\umlassoc{user}{usecase-1} +\umlassoc{subuser}{usecase-2} +\umlassoc{subuser}{usecase-3} +\umlassoc{admin}{usecase-5} +\umlassoc{admin}{usecase-6} +\umlinherit{usecase-2}{usecase-1} +\umlVHextend{usecase-5}{usecase-4} +\umlinclude[name=incl]{usecase-3}{usecase-4} + +\umlnote[x=7, y=-7]{incl-1}{note on include dependency} +\end{lstlisting} + +\begin{center} +\begin{tikzpicture} +\begin{umlsystem}[x=4, fill=red!10]{The system} +\umlusecase{use case1} +\umlusecase[y=-2]{use case2} +\umlusecase[y=-4]{use case3} +\umlusecase[x=4, y=-2, width=1.5cm]{use case4 on 2 lines} +\umlusecase[x=6, fill=green!20]{use case5} +\umlusecase[x=6, y=-4]{use case6} +\end{umlsystem} + +\umlactor{user} +\umlactor[y=-3]{subuser} +\umlactor[x=14, y=-1.5]{admin} + +\umlinherit{subuser}{user} +\umlassoc{user}{usecase-1} +\umlassoc{subuser}{usecase-2} +\umlassoc{subuser}{usecase-3} +\umlassoc{admin}{usecase-5} +\umlassoc{admin}{usecase-6} +\umlinherit{usecase-2}{usecase-1} +\umlVHextend{usecase-5}{usecase-4} +\umlinclude[name=incl]{usecase-3}{usecase-4} + +\umlnote[x=7, y=-7]{incl-1}{note on include dependency} +\end{tikzpicture} +\end{center} +\end{document} diff --git a/Work/Documentation/tikz-uml/tikzumlmanual.pdf b/Work/Documentation/tikz-uml/tikzumlmanual.pdf new file mode 100644 index 0000000..6b0f9ef Binary files /dev/null and b/Work/Documentation/tikz-uml/tikzumlmanual.pdf differ diff --git a/Work/Documentation/todo.pdf b/Work/Documentation/todo.pdf new file mode 100644 index 0000000..a0c9836 --- /dev/null +++ b/Work/Documentation/todo.pdf @@ -0,0 +1,1726 @@ +%PDF-1.2 +9 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F1 +/FontDescriptor 8 0 R +/BaseFont/CNBAGJ+CMTT12 +/FirstChar 33 +/LastChar 196 +/Widths[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 0 0 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 +514.6 514.6] +>> +endobj +12 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F2 +/FontDescriptor 11 0 R +/BaseFont/POURDG+CMR17 +/FirstChar 33 +/LastChar 196 +/Widths[249.6 458.6 772.1 458.6 772.1 719.8 249.6 354.1 354.1 458.6 719.8 249.6 301.9 +249.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 249.6 249.6 +249.6 719.8 432.5 432.5 719.8 693.3 654.3 667.6 706.6 628.2 602.1 726.3 693.3 327.6 +471.5 719.4 576 850 693.3 719.8 628.2 719.8 680.5 510.9 667.6 693.3 693.3 954.5 693.3 +693.3 563.1 249.6 458.6 249.6 458.6 249.6 249.6 458.6 510.9 406.4 510.9 406.4 275.8 +458.6 510.9 249.6 275.8 484.7 249.6 772.1 510.9 458.6 510.9 484.7 354.1 359.4 354.1 +510.9 484.7 667.6 484.7 484.7 406.4 458.6 917.2 458.6 458.6 458.6 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 576 772.1 719.8 641.1 615.3 693.3 +667.6 719.8 667.6 719.8 0 0 667.6 525.4 499.3 499.3 748.9 748.9 249.6 275.8 458.6 +458.6 458.6 458.6 458.6 693.3 406.4 458.6 667.6 719.8 458.6 837.2 941.7 719.8 249.6 +458.6] +>> +endobj +15 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F3 +/FontDescriptor 14 0 R +/BaseFont/GYNPMU+CMTI12 +/FirstChar 33 +/LastChar 196 +/Widths[300 500 800 755.2 800 750 300 400 400 500 750 300 350 300 500 500 500 500 +500 500 500 500 500 500 500 300 300 300 750 500 500 750 726.9 688.4 700 738.4 663.4 +638.4 756.7 726.9 376.9 513.4 751.9 613.4 876.9 726.9 750 663.4 750 713.4 550 700 +726.9 726.9 976.9 726.9 726.9 600 300 500 300 500 300 300 500 450 450 500 450 300 +450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525 450 650 450 475 400 +500 1000 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 613.4 800 750 676.9 650 726.9 700 750 700 750 0 0 700 600 550 575 862.5 875 +300 325 500 500 500 500 500 814.8 450 525 700 700 500 863.4 963.4 750 250 500] +>> +endobj +18 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F4 +/FontDescriptor 17 0 R +/BaseFont/ZCOGCE+CMR12 +/FirstChar 33 +/LastChar 196 +/Widths[272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 272 326.4 272 489.6 +489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 +462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 +734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 +272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 +544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8 435.2 489.6 979.2 489.6 489.6 +489.6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611.8 816 +761.6 679.6 652.8 734 707.2 761.6 707.2 761.6 0 0 707.2 571.2 544 544 816 816 272 +299.2 489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6 +761.6 272 489.6] +>> +endobj +21 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F5 +/FontDescriptor 20 0 R +/BaseFont/TRXXWI+CMBX9 +/FirstChar 33 +/LastChar 196 +/Widths[360.2 617.6 986.1 591.7 986.1 920.4 328.7 460.2 460.2 591.7 920.4 328.7 394.4 +328.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 328.7 328.7 +360.2 920.4 558.8 558.8 920.4 892.9 840.9 854.6 906.6 776.5 743.7 929.9 924.4 446.3 +610.8 925.8 710.8 1121.6 924.4 888.9 808 888.9 886.7 657.4 823.1 908.6 892.9 1221.6 +892.9 892.9 723.1 328.7 617.6 328.7 591.7 328.7 328.7 575.2 657.4 525.9 657.4 543 +361.6 591.7 657.4 328.7 361.6 624.5 328.7 986.1 657.4 591.7 657.4 624.5 488.1 466.8 +460.2 657.4 624.5 854.6 624.5 624.5 525.9 591.7 1183.3 591.7 591.7 591.7 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 710.8 986.1 920.4 827.2 +788.9 924.4 854.6 920.4 854.6 920.4 0 0 854.6 690.3 657.4 657.4 986.1 986.1 328.7 +361.6 591.7 591.7 591.7 591.7 591.7 892.9 525.9 616.8 854.6 920.4 591.7 1071 1202.5 +920.4 328.7 591.7] +>> +endobj +24 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F6 +/FontDescriptor 23 0 R +/BaseFont/RUDUAV+CMTT9 +/FirstChar 33 +/LastChar 196 +/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 525 525 0 0 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525] +>> +endobj +27 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F7 +/FontDescriptor 26 0 R +/BaseFont/SUGGJT+CMR9 +/FirstChar 33 +/LastChar 196 +/Widths[285.5 513.9 856.5 513.9 856.5 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 +285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 +285.5 799.4 485.3 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 +799.2 642.3 942 770.7 799.4 699.4 799.4 756.5 571 742.3 770.7 770.7 1056.2 770.7 +770.7 628.1 285.5 513.9 285.5 513.9 285.5 285.5 513.9 571 456.8 571 457.2 314 513.9 +571 285.5 314 542.4 285.5 856.5 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 +542.4 542.4 456.8 513.9 1027.8 513.9 513.9 513.9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 642.3 856.5 799.4 713.6 685.2 770.7 742.3 799.4 +742.3 799.4 0 0 742.3 599.5 571 571 856.5 856.5 285.5 314 513.9 513.9 513.9 513.9 +513.9 770.7 456.8 513.9 742.3 799.4 513.9 927.8 1042 799.4 285.5 513.9] +>> +endobj +30 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F8 +/FontDescriptor 29 0 R +/BaseFont/NAHRAO+CMTI9 +/FirstChar 33 +/LastChar 196 +/Widths[314.8 527.8 839.5 786.1 839.5 787 314.8 419.8 419.8 524.7 787 314.8 367.3 +314.8 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 524.7 314.8 314.8 +314.8 787 524.7 524.7 787 763 722.5 734.6 775 696.3 670.1 794.1 763 395.7 538.9 789.2 +643.8 920.4 763 787 696.3 787 748.8 577.2 734.6 763 763 1025.3 763 763 629.6 314.8 +527.8 314.8 524.7 314.8 314.8 524.7 472.2 472.2 524.7 472.2 314.8 472.2 524.7 314.8 +314.8 472.2 262.3 839.5 577.2 524.7 524.7 472.2 432.9 419.8 341.1 550.9 472.2 682.1 +473.8 498.5 419.8 524.7 1049.4 524.7 524.7 524.7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 643.8 839.5 787 710.5 682.1 763 734.6 787 734.6 +787 0 0 734.6 629.6 577.2 603.4 905.1 918.2 314.8 341.1 524.7 524.7 524.7 524.7 524.7 +850.9 472.2 550.9 734.6 734.6 524.7 906.2 1011.1 787 262.3 524.7] +>> +endobj +33 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F9 +/FontDescriptor 32 0 R +/BaseFont/YPTCFU+CMBX12 +/FirstChar 33 +/LastChar 196 +/Widths[342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 +562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 +875 531.3 531.3 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 +675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 +687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.8 562.5 625 312.5 +343.8 593.8 312.5 937.5 625 562.5 625 593.8 459.5 443.8 437.5 625 593.8 812.5 593.8 +593.8 500 562.5 1125 562.5 562.5 562.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 675.9 937.5 875 787 750 879.6 812.5 875 812.5 875 0 0 812.5 +656.3 625 625 937.5 937.5 312.5 343.8 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 +812.5 875 562.5 1018.5 1143.5 875 312.5 562.5] +>> +endobj +36 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F10 +/FontDescriptor 35 0 R +/BaseFont/KLTEVY+CMBX10 +/FirstChar 33 +/LastChar 196 +/Widths[350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 +575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 +869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 +863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 +319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 +319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9 +511.1 575 1150 575 575 575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 691.7 958.3 894.4 805.6 766.7 900 830.6 894.4 830.6 894.4 0 0 830.6 670.8 +638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 +575 1041.7 1169.4 894.4 319.4 575] +>> +endobj +39 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F11 +/FontDescriptor 38 0 R +/BaseFont/BCOZDN+CMR10 +/FirstChar 33 +/LastChar 196 +/Widths[277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 +500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 +750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 +680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 +277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 +500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 +500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 625 833.3 +777.8 694.4 666.7 750 722.2 777.8 722.2 777.8 0 0 722.2 583.3 555.6 555.6 833.3 833.3 +277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 +277.8 500] +>> +endobj +42 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F12 +/FontDescriptor 41 0 R +/BaseFont/ZVYTRB+CMTT10 +/FirstChar 33 +/LastChar 196 +/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 525 525 0 0 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525] +>> +endobj +44 0 obj +<< +/Filter[/FlateDecode] +/Length 1184 +>> +stream +xWKo6WHkoQ=uw,Ӷ0zizPd:bK$p(Y(IO(r|d fq[_\L\lͤܺl%g˟mWT&CUʱ*V݆|dۮ  +~vӴiBqm[SiǮF5v `JI^ʸ$-9`IbQqU=y|{&MЇd\+ZⱮv_5;^wgN*!ŅZF]ǘs.+20U\qV0DrrI@ɍbwلpݤFK6ZsUGi1Ft[N~V( s +" 4-j$Ei1O,"d $ߚZš>co~nvV}5|e@hyPm臦kӂzKև]M{NxfR 1C*-1ұkei^C6\y8Kz5{JYzF{ӭÎSЭHs@}7UpjGZ(i\ 5c7ppwi~8qvVǦFy(dlIõw.@+^h{PK6"+JnJArVRY۪F^SEM" $ +'LuLQ 5R(f}G5DfY!^ pK$fV&UfӜ>_YoY|!q8i +WXUB)H̪Io]_Kʔ忆Z?gPp$xg]6*#b:rT f>$(P@t$(~86a$$FA6tRщ'6SY)7,8Nd{-Yd:'G4eˮ] ЁL^KaOI髼R[+F;ukRXQӢfˤܖ0i|aevOsRw` dj,ټ hdrjἉ}3<rOWӑOE(νV =IX}M}ЦxUĵo5B%l7}WZg/&v?3] +endstream +endobj +46 0 obj +<< +/F1 9 0 R +/F2 12 0 R +/F3 15 0 R +/F4 18 0 R +/F5 21 0 R +/F6 24 0 R +/F7 27 0 R +/F8 30 0 R +/F9 33 0 R +/F10 36 0 R +/F11 39 0 R +/F12 42 0 R +>> +endobj +6 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 46 0 R +>> +endobj +51 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F13 +/FontDescriptor 50 0 R +/BaseFont/JECQIF+CMSY10 +/FirstChar 33 +/LastChar 196 +/Widths[1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 +275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 +611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 +820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 +666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 +500 500 611.1 500 277.8 833.3 750 833.3 416.7 666.7 666.7 777.8 777.8 444.4 444.4 +444.4 611.1 777.8 777.8 777.8 777.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 0 0 777.8 +777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 +777.8 777.8 1000 1000 777.8 777.8 1000 777.8] +>> +endobj +52 0 obj +<< +/Filter[/FlateDecode] +/Length 1752 +>> +stream +xXMo6Wrf/m_ȴ-DH!NP({L̛7J2e.񗟒7H ElMIuΈj.L?=fi:j՚I4_ys D4Y+A.DjM3XtnTeXMiZfٗr:DH4\L~_i2wB(/B< 2M_5<}ti8b MޯLκAGG-iKiR) B7{hL?BJ/.@4@#gL>$3𔝞">ܴMI L  4UXsQ|v/oWe{8@@sLQ{ Iۦꏵq_ ً +…#;O +9sb +kgt8(-^ۮ̕H';QBnQl>Oxp O+@]t.@5v^]{lΖ+i,ݍ"D2b֚a("7}!DKդ!NO(܌V=>|ܷ8صű!  q"=9جeiX }Xw;{s ~xsg7#Iؽ kGPa:/g!>mG&v!.[.H,V&H4٦HQyQoc&sNŒ#/s+#Em ̈0$gCHxA 1o7*R`sϷ*p#lK〣 +;㚨jXy 6â޴]0[ <#<=q$,,0NmR;[د8ڍQpЗZޮpX3u%`W +=Qqo=g˂l칂B~_ig)qc)xz[H?IKR\pao,wq8۞&]*34;vWtPd`/ZU0:2Pz@f(~rOdٴA[h/ 62лy͛g M~v[1kՠQLmb`U6>H_L'ڑ1VI4U/~#{Eα>Z{3)Dg8 hXr9_cbiC\*-ҳMiw|A> +endstream +endobj +53 0 obj +<< +/F10 36 0 R +/F11 39 0 R +/F13 51 0 R +/F12 42 0 R +/F9 33 0 R +>> +endobj +48 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 53 0 R +>> +endobj +58 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F14 +/FontDescriptor 57 0 R +/BaseFont/WSCXQY+CMTI10 +/FirstChar 33 +/LastChar 196 +/Widths[306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 +306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 +306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 +525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 +743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 +460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 +460 664.4 463.9 485.6 408.9 511.1 1022.2 511.1 511.1 511.1 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 627.2 817.8 766.7 692.2 664.4 743.3 715.6 +766.7 715.6 766.7 0 0 715.6 613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 +511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 511.1] +>> +endobj +59 0 obj +<< +/Filter[/FlateDecode] +/Length 2695 +>> +stream +xڝYKsܸWL"NJ’ڜl6RUg08Xv\HPɩ\4 xv_6Æ~y&ITm2QySUoT%ۻ$I}NY~ȞꭎM?l?s{Z-I6`5I4n{Iy8Վ6--DVlMhtnLRDgo#vW/XA"I︻YϘe8?n{K7wnp;aRs[hB1O=. +Wø9OS߰ w:/g=`_N̟r +o q6::nQ9vw6Q> ʸ,1Ej"T,y njŻȡvA]CbG:_bGN:k%Y*TSZVm<&n!/y&%洸" +DW +/T`; |EQsj+sF4tǦ{ {7њcWI=ʶG5U&VeExNt;<{&U$0$1 `@A7[ o`g| }xJ'p"شZnZFxb45rںH~YlFf:Eޙ3*N6ʤR7nǵĪJD@T5+;' ;3?c!JǕx/ d)$c4 ‘#G#åg0*IT0.my);~(.BncuSt½Gۢh. x=NL: Nk-.T/X ;ZW@0MRc&Q];-b:O)cvظ8b'@M 2ZVs@0!= DہyTY—JVj-<88ZYYZ16VoJ{zq(S{w84cwhd)@3`/B[0ٮ& A+w'~f~ƵEMO,/􈚬i`~K |=թNu7}RÛ2yn#$$1oG_?鞢 !ed07G :tɗ0qiJOk"< YTʠP$WIۧ@vl2*I&y^GYLN<'ki +xa(c?H[:C|m1^f +יPly$~1TQ.D?\M0sg\ GRzw .C(ft!0w]$HCܲ"G歵?5r~Vu\Dt)B+6zN.Doo,22:|D *}I L@[*+ri19ee1̗|pfKJ Qq ED+.wR8e.6_1(ˌo?`./B`*|mhkPnU4#7*2lRוQSo*S!9`¬WtQ4VT~]Iе*kɘlj*3l-'&L +/sa* + bȻ.ɀ,±XRǗ돲RtbI? K܅w[B\4I07N[ +:z:⥣rE0Og(XZMR1cŒBZ\Oz +endstream +endobj +60 0 obj +<< +/F9 33 0 R +/F11 39 0 R +/F12 42 0 R +/F10 36 0 R +/F13 51 0 R +/F14 58 0 R +/F6 24 0 R +>> +endobj +55 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 60 0 R +>> +endobj +63 0 obj +<< +/Filter[/FlateDecode] +/Length 2729 +>> +stream +xڕYIW6T&pͯr.9d*9Xj8$#2Y*Oo29l4usQ:+"YV +lI0 0YoB_otԭg] OvoҊJH'+CiZzgiН,QSY01ɵ~E2ۺ|{ԥ|Xi@T>p≘Tݹa{'vY8pq,^o*{m MNmerwfوtOtD/5u亓.Bb[aV8$.-/p-'Sel&=97:9Hߓr#JJWanl+,X 4c9iL VC ec/8.(pN4kUyf9@wft]<(&mw[n@WuĠ%FIݮsL75;r^)n'w>`RzV{?q< ӅMpvX-׋: m(4vHu*WWLpZްX_Z։4-?*];=3gMY'ڂfgԚÓF ~X#Rb.vӆA܇|I"&اrqY5fp " SN07t໢vuṘxv ʣ0IfneIB=wv,u#EEn0!>>4QYj&x 4* {Y kaSeyg/BUL{mHdvmg+۶<()q-"N%Fǵ +|,ײuQgV΄ *B l S2HTIOR2R2G|=ɬ.z Jܡ/Kj}4Y"'m[_l.ǒbX{ɏs,)S)Q +@c&PjS|uxҥC|p0IFޮϦ@m6L`<`q^b!A$>?-籕\0C$^*L $.ƘIzxjT~$\$3/r?A7g" b )/I!ϊ'ey( l޸fBh6D5O\2z!,gzEF' +A + bP,#+[#cB>U3zV'QS%FXwuu1#Y;KDG"h8Aio>9 e#?Q#\Ȉo8 0=@ <8шOX|5D_w>~ݭٽOٻK9s uq) +)O23|߇aw2o- ,†0V7uCA$!)t +S<SŬa|q@YCNς.Wg~rBGqS9OHj(EeSXzh Ja.K܈|v>kpȞ@2cUҔPٵ4D+L F?K-ޞ<&43'&'R})O6ڋ|uEG=B 5bjcdcEqQO`JdjF3h0C@F!H{<"Sl5-v#+N>v >'n# otC Q82 +}C5V|C@^UTSk +5ȸF;'2RF҈1]cK'P2mf DGs緢QInxr/J44(U-BS5RI`U=8.Lb +镑d]릳OӡbQ/Uru20xAH`86PQz@;9-(y@S8wgWz" Mp;>*S9ov=ʜ_%hq30)Sf>SJU؀i"I/5{$,D }ke +^x% _gosS'5Ǒ#_bs]X6h.aق6ļC 2Aͱ(3,f09_*`j/\_R9ypGO zrlCgH@3$t1_Aɍ-&4d #WPv`j'H:=$Mqvkeq`| 7?[D0ό7aU˓# 5T20Ͱ5/ XEu ;*N3`%ǧ{fgH^V>}itQƒXO<)O +fB.tǝB^L:(0/o<6*iRE(I%q +endstream +endobj +64 0 obj +<< +/F9 33 0 R +/F11 39 0 R +/F6 24 0 R +/F12 42 0 R +/F14 58 0 R +/F13 51 0 R +/F1 9 0 R +>> +endobj +62 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 64 0 R +>> +endobj +69 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F15 +/FontDescriptor 68 0 R +/BaseFont/RASDLH+CMMI10 +/FirstChar 33 +/LastChar 196 +/Widths[622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 +500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 +750 758.5 714.7 827.9 738.2 643.1 786.2 831.3 439.6 554.5 849.3 680.6 970.1 803.5 +762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 +388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 +298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 +465 322.5 384 636.5 500 277.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 615.3 833.3 762.8 694.4 742.4 831.3 779.9 583.3 666.7 612.2 0 0 772.4 +639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.5 494 437.5 +570 517 571.4 437.2 540.3 595.8 625.7 651.4 277.8] +>> +endobj +70 0 obj +<< +/Filter[/FlateDecode] +/Length 2592 +>> +stream +xڍYIWd#. LfS:m-,9 濧R~Kq*z4 q-сS5Eu 1 p3dirhC^ʰARn#l~{Ie$߲mEuTNZyOcATiD=v{1LN[|@&p0ZĺʔȋIJ6%*9RJVJvNri8M۝]]:6R. qag:0A晻 ]u ]xq]H)_o+urq{6y2x㖻n`Zf&lN?Z&9UqIW|nv||=mA_٨̊Bm6+mfira$Lʋ`;Ts^F.y̪>T*hLx OgĽ'6'}h|Qb Ɗ<=;Žև>?xU)F΁_sw,Mu>py#EFē`\!?BB`Fhm #c[YHHfȊ;}"ʄ2{-SRȋS 6T^kWzZIOڟl\լdE*t>}:mw<N&2Yi?Ɔ]^)7_9uN_"mc'iѤէyaxJ_Nc +>3tX +AAfYPZufнBS.p,@1hDF|s c( }RpYUW ;u\RdڧokgoULu)31#(ЬtĹSA] +i`!**JA8c<e, +vxk7@x{t.,`jnqi:yCCJcFB 4<֚nL5D*y/\4S%ښ0HhCDW4 U1ae$+Y=!&Xsѕ )M0l$-[2@/ +w41$RC!JE$%Z u +Rm?bZ#BFY$xsPiwqrs0<Žϙ'A6mᴊ9n| ~޺=BuRNnLOx&$ՈZ4_= 4maBcj(nR%y]UxA:rҤz(fO3йfF 凌tRQ,uϕ.J +G#TLY!\^өh5HfBM:5(禅N;AP,Jae^ 1ڦcE+}183J.5#KŷeT*.kfz;< T|X1e,JL+66`i >ٮRe +endstream +endobj +71 0 obj +<< +/F11 39 0 R +/F12 42 0 R +/F13 51 0 R +/F14 58 0 R +/F15 69 0 R +/F6 24 0 R +/F9 33 0 R +/F10 36 0 R +>> +endobj +66 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 71 0 R +>> +endobj +76 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F16 +/FontDescriptor 75 0 R +/BaseFont/YIQDOU+CMR7 +/FirstChar 33 +/LastChar 196 +/Widths[323.4 569.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 +323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 +323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 +874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 +692.5 323.4 569.4 323.4 569.4 323.4 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631 +323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6 446.4 631 600.2 815.5 +600.2 600.2 507.9 569.4 1138.9 569.4 569.4 569.4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 706.4 938.5 877 781.8 754 843.3 815.5 877 815.5 +877 0 0 815.5 677.6 646.8 646.8 970.2 970.2 323.4 354.2 569.4 569.4 569.4 569.4 569.4 +843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 569.4] +>> +endobj +77 0 obj +<< +/Filter[/FlateDecode] +/Length 2228 +>> +stream +xڕX[o~KQy38ݞmE(y`$&bK(''߾3H8e8 J(]/7ןcH7w-V %Q/W4KZ\,M:sg:Ӕusz_o)Ԅ|ptn6&>l(n}۪ [F:n +XYRvF?uYқ[?շ [wc`"emq!OK <* E^pX{=H;d[ޏ6:SŁ+0My=^ۭ[F2do3ݶnV>m}A8z ׿2Ҡ]"@OKиY|37=dQ(&\HQ nKt8I?U63-r1A(< o3F$<D񔵳󌠠oyJ +: +}ۄ9QH`NZH,dB ߳ucʜe=1>'4.a󭟟V$ճ!s$f%D0M`ím6jO?⁋ȡmmΊDtp:|]{o]wm7qBLe;jK }gPڶ"MԽ&L8&}FFNTLV,Zqqdȡ3ˉ + _8x4@čw{]>@DyFt84?-.nCtSmg cn^H+}+~G> FNZR#'I8KG^8Z'Me +?鮬zEmw;;kw3[#A`,ch~ +g;TK"@.=`a܃1qlY(,AD 1vYfcuYOcU5D؀eSUۘs=WG +̝Q` Aijt'ҋ P֍yBLt3knPh$y#{p95 ;_1ܴ P6ڍs +eN<wH?h ҵO`n2l%~rD˭žGA&&K4loCinD|74?"F1?G`!ۃH~]<a:qzd>`p(1\sv(P++ 'W}M1=h=tg/Ax|̙A<9oᣞ#,Y豇׿Pz"KYsd㪶~]ؘO)T`3a:5nVP{W0Vh3-)zA2` wA7K̩TL|['N)؍l,8֮)?Y<:Yn p΋-pLZY|$C^6@WODc<ٴI +wDr  j.!<6`00ߴ{2L<wD^;> +:b:p>wJ"3PE_քhuGժ]px +|G(Q)IwiڐwF/΄ϟhA +_eWk>%b2"kn>Vt"qQM`xX*1[O8&_pevhC`:< +FXE\> +endobj +73 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 78 0 R +>> +endobj +81 0 obj +<< +/Filter[/FlateDecode] +/Length 1872 +>> +stream +xڕXY6~P+1cE6)҇&@C@hՕ%W0;PʓH㛃3d6n~,ux5(]nxѳzj wE}v"[UWIOWO8YаY|D%84od%fsr;WIkץ\aN,J͢H*C?v&TP{YqEN#N$ۋB 8Ju^DZd*f#WEقNirT.M8n3=]|ޯ@q/:foD(. +]Ef 3.ˇו2|J&_.!UE d62 +Em"ՒvPnjJO-BjL%~Vi9HV'l{5T$zI*F:.b໵*pg[&w*][? +15P.ơ +4UkH ]8(JH @k̠+"$}#;U\H7暳=׾øW}AVI ֬i+U("lt!veF{fDʌ-~bE?? h%{jC!D86i 'DU$("x/_4ur!~12oqX/*|(KYX_SʰABa:'nSƩũ*QHme,2 TPBqN n9ËI + qc_-`$V9+T_A9yA("!E')[gɡ|Sf+D"4.܋QvTVmi3H;cV3?S +>_c8qP^;[y:(T,ic5МN_5 JQAfm_i\֢ [>cX('v1pVi}[ GnT3ib~8=p{C郺 FA:VF7Se'D'mgWvVkf^Z$8tKse=uk ʣ/͝uV K*X'E39w+.u3.:/-dZ }{وJg^~lawկw*CˮƬS"_x\'1i5>zwz˅1aύ|ECDq{s0\[ ;nG70yuR {$%LQGKb`ԚyC1zg͂&雅: +fH*hnU2i߄k̻+68ҹX LtK^߫nٜ-O/jts};!?qँy4+ +endstream +endobj +82 0 obj +<< +/F16 76 0 R +/F6 24 0 R +/F9 33 0 R +/F11 39 0 R +/F12 42 0 R +>> +endobj +80 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 82 0 R +>> +endobj +85 0 obj +<< +/Filter[/FlateDecode] +/Length 2170 +>> +stream +xڭYo~_a`8XDRe{hC>X,$ MPmiC"rC7Up~WnJ9Sj"_}DIOKQfQeԆ72ސhg~C +xۇH}GM aTk#hLS%M@Es8zۑYy6̙kITpLcGؗMmHɌ@8ki'`M=IR3z +y8U]P67;PoL.؎h܎8dYCP6D2&|^Cg*rbf|nqtUQy>VeQT+YY*F>a}͌R'5UE)S<[dٛu耪bYP#Dl&@wv&yr>}Y>~^I~i>^^Fod$\{S+o zhG語G`Z*ןjqiy%<{<7Ug>aCDk[m`=cuDٖ0'q:_i4\;0=P$,V -eq+b l k>R9fn +^ߚu3_xEo!LJ],Ĕk: fPEBRSOeM `.=0o:C>[v HMy-8]zY:(y@BH&tG u,6y8a|]̃e@xX,]M%Kp :HGܑ,tSU|NGK6\M^Ƿ7Ǣ9սi_o3>h~؛!7<_Oz{ %<*~VߗY )WO=AgB cIIc1VOJN 5\t8@v ׋kfz|<;b0{yXۗ=N/ o \5;,ׯF+h%Gf=B+Ƈi 8;Il2 +, {{RZQK.N8ڄ4-Y}#^jDJ1^9/Ny1Ǻ>u/<[+OR^$B6p*%] ]8NK-C;:mw("g[H@t+~w7?>?u(opr^TM-wP;PWP7ٲl*]\&p@t}{G,] o u rnMC[?1hWD`iW<GdR_wB"FB Q:Uwlې%Sw%b`# pz*Yl%)8 "Q>@ږ]O'!~ SS"TRRǸDKlr`H?,d6a> xƖP޻1 ( ap>)žobzzď+G|cg r\/.8u J쎕M}8J%Tz9=Ybego[Ţ XpltP +^Hx0"r{ +u67'pFA1wnΝ2mk?/0g<={n'f!^Ŀ;e[SR TvCT,$>[.ǂ a;Rw;2 +endstream +endobj +86 0 obj +<< +/F11 39 0 R +/F12 42 0 R +/F6 24 0 R +/F16 76 0 R +/F13 51 0 R +/F14 58 0 R +/F9 33 0 R +/F1 9 0 R +>> +endobj +84 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 86 0 R +>> +endobj +89 0 obj +<< +/Filter[/FlateDecode] +/Length 1697 +>> +stream +xڵXM8@6ob;_}K{Z"͡Q%gZU.hlb*{.g3Gӟ~ Qx4]Ehq/^~Zh4BÔ3 gBYۭ*)a6 +,6.h-zע4XwN$Y_dtS&Ñ4";;UdcxlL*$LBVFWg/M/Qa:-ΊwA, }][eǣL(h>{8uk40Siͧ=ecOWs^yr Cّzd8!̚x37,s{繹4}$j̽}F𱗙kr6x"A/lp6dP b@@&7:keK}'3~6G,8m/B/XR*ĒEIO&hwު-BGyZ<nPǓKM=QϺ Euw +$C^&7Ŝ я"u2?ΓmøL# +SlLLa:+"ddUYlɁ%TVԴsjT\w1)gR?`/pR`e*B2L=-5@1zF!KoCggenمB YC mdtZ7,Fl]dW\%"uN|zQe;Cư!!ZةOQMD S奛1x:83ಋNI!8ґv”LoU0'0neٌ̔VkÕwm3<+UQWeafjb>Rza6>5ZtY(;o`hcSPI&EVp~7Q|B^d6?X=,m=(}SJ4T kgln/v;Klt8'SFآ0L1)j;ABM3 ^iJQ*w}l;zRl+&Obp#Ai#TnN/NA?4w B)ٺsTj1aKR>(i Y2h;~ARqڟ}R.@<HaO03m3AP5׾7 +endstream +endobj +90 0 obj +<< +/F16 76 0 R +/F6 24 0 R +/F11 39 0 R +/F12 42 0 R +/F9 33 0 R +>> +endobj +88 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 90 0 R +>> +endobj +93 0 obj +<< +/Filter[/FlateDecode] +/Length 714 +>> +stream +xڵVKo0W E@:?0*Tꡧ`6(,DVkc}4JO1<0^}_\CH +oyPx _FuEHƄHĸ8rcf-ftN䴓J^/J#WYάu5$sGIHuQMxys) ~U D^3eWJ#?98 Y9a:@ :0eED'.zUURC$7&h qeq]WzkH"ͪz P1,ť>rdv6$6 iYTzhX==&YM`׌V6lO̧u/'|g:iU7t$eL44EBS"䱤 B"̗2KwT x!`\p&9#B!0@'Oaa:`K /{TKωa-`#G_ULިEeU4vC +2 Ӊb6/" Ttڡ`t;獍fcI{DGdhضKF;uR*KEvʪF'^~H󤈀}]%|.d>B2P!+/v +endstream +endobj +94 0 obj +<< +/F16 76 0 R +/F6 24 0 R +/F11 39 0 R +/F12 42 0 R +>> +endobj +92 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 94 0 R +>> +endobj +8 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-1 -234 524 695] +/FontName/CNBAGJ+CMTT12 +/ItalicAngle 0 +/StemV 65 +/FontFile 7 0 R +/Flags 4 +>> +endobj +7 0 obj +<< +/Filter[/FlateDecode] +/Length1 1005 +/Length2 3509 +/Length3 533 +/Length 4195 +>> +stream +xy<-m$%Ka[E1sa,3Bd%D +o,N}ߞ~?y=>||9>:j$ $\D$ r&Dpy4 T + +p@pYE"B9h/3ڷ_ +:=?(4O2#{g/q LS__UcX2HD! pXxz6%p"!?ԩ?L&ԹAMp b!P +:Cie(nRCyu=A8.~R!}H#iR3F2R@VA&𿆙q^>y@KKb|DOP7/vQA $#^Gla e]`)Uf+mٝAkTj*:eGWڃ Rܳ-f2γN67KoH6.ѵ6Ub92Fװ9$ϧ|' z:o-ջ)E̠~m.MQ.r@P$̃ın>r^~g_: \4<5AuPX+FgNq5dʮ)3>1/AP"H*]޷8^7\ٍY +,xs~L){07NoJgi_jTE&ӮNL0# xbFm|s-ލ9Ʋ1rN  &63DJnCŌk e,QGr\)r4rB{7+Y+E[Rp}׮qZYZkyAO]yL Zn`KOI' ghrl]8mTVї]T]q[/V .$g+;L$| VpW+36鴮~ekߡg8Q™0fӨ=WzX^(5̬B 56dLdXO2]:_D% #1'ҟgO˺'clTT2ˆC5eOKVYnְ缷Kol w*L["Zt +;Qy’4;ܓ9`C{ԛflbR;~b8Z9qؑù9[)"Ols˧Ҍo2j;ɟhOAsgwcՅBxM6ܻ@r(?eMg/银:=Xx <[EǶ5WU'EiZu ~[]J}"yG>]_Cgذ99kU B + V*:i|Qԕo. fL-*Oe6@r5 +cuHbdxx ׄ(SJfV9++-W1Nӥ +/1~'0]~0~j7i(|#s7Iy"*%*:[9O\ ͌< DI"dg vcW=vy(^:cޫ|>WD_3~r9EmeVM{{B'_=%1ܲ1 .Wl_pQӵhQEHkƈӺe;NA'2 ~t{SY՟ӳj2yxؿ!3II%F&5ZK%2՜;"-PpnIPtCCBNeÙ;Bg\5 Gu~@Dtid"fE w*P< HIăVijZLџf>c"E,Qz3TH"?ݿ M衁2>.!M^{mS$>>/UoYsd+IDyl3128ѭN6}!w(',L \h +8=dpfM4r2Grw#ؙg! r)Ō%o6uOvZGuJVIͩd]^bYXVMT cy}X{NM7z4\dTDJġ==[u2n-wg/xF.@ SDZ&CSG4ؓZ1&lnV֦:YBUu䯟s(qB%=on v+E+Ήz|:͉߂9S#C9ZrRڞΒB[Z߮F^-anr/rPHފīY'lSK{;%%Mz%r򬞐h$*g)Nɕ<}ϽMis8Y@U.Kr=DJŭwó e|f!(zr'A[{ݵ_<V,dץc} ClQ7=*#Lfkp[#ͭQoG؏b,k~<1f"/GHUZyم} + ͣ19SC&A5ÅyνsJAsꇞ`Pi;9mXqOj_],4;;׶́IoVS[JL"Zdcg=ޱrKT+ҕL-7*wR>m]x[Ámokr#JMƵ wީw}j\3f9߻gC(_@F$>Eev|\DČV`2IV"eE +7N/s%;Jg#>I>alKVSsQ@OVAd Ϟ, /5dumA^CL!iC$0S._ ?B8B%cnD3 `KnCi6:xe860 =wbZ0|Y4[)Pi`*>~Gbzⁱ9F/ߛp]&*_=`杅\ $} >+9_'`U4;wAZ +o ]h V X`ق#O-Da KVcXMLl"p'eM-Am9 myd႓Ssasg1'I":Sʲw:^UǙ VBu=6>Ҙ^Aw99pֆi&%({^cWe!MU3W1"T#hR_q)a-7wgُ&=tų8;RlhvNFLds|,ʆa9s5%F/>(N2IV ~aNR9GoRUa[q6f-$t޲+G3ڗ4lqnRιrm )L+znKղ-WaEV!֢Yi)H$>=&ЅITn׺;+j?x؅QbO?sb}|;zuF2nn;2| D;&h/ +endstream +endobj +11 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-33 -250 945 749] +/FontName/POURDG+CMR17 +/ItalicAngle 0 +/StemV 53 +/FontFile 10 0 R +/Flags 4 +>> +endobj +10 0 obj +<< +/Filter[/FlateDecode] +/Length1 1000 +/Length2 3735 +/Length3 533 +/Length 4418 +>> +stream +xy<Ǔ-#{"}3!FИ13Cv&eiHYˮB[RLuq~u}]|^EMd4q${PDe*)\ ""dC: +ဦ#  +*%9$"h\xG' + -Jtx,a(N CHXfpcz=rMtZ$#/hnJz)}= jxB+}Ar=ov& +wqMFΊ7܅Iݼ נԵ h}/Ó6oCyVگ3j#]g-gTb`lyc[v-m֋V};ҐU!F@Wϐe# vlbM~E}l^O[2_m$huUsr%ǁ=ǎ*})S }uVIH U9ß}z8Y;6H>כ>{wkVE6%̗ey."J):>:5uץ:#/I=+$s,n Ѝ~^q󍻞Қf2;2]y{ë^c˗ͱv #O%MԐkI3b.=̈xX[ C:ERlp}i/*:ϞL¸{cr͠zP@6eY>xVkHPG_1!,[]9=d ŸU_ E_yط^?,݆*800x3(^96' m1o̖)?Vm"UoXu@CM" 6fx->V1qE^HXy,DfI=VaȢU+:l N3Xd0j9ЯQQ&i{SIOO +ASg;кxWGj5/'gW'C~~M뉳_iϛ\b+f| \X#f/yvJ*^%_/};RspgB0a6="7>kK]t?4{o>gR{3$L=(%^#iw%OqpZixMd8+;`SާJsLQ3Q]MӈV|19`l~ApmŀisG|k| O :;8 ՚_fzua aE`l8㱹R`S2.&b4 9=,bUyxqɼ!v?jBRbs#cj%+'nJϺXbrW?YS v亹f)A+!ww=.+eRV6Yx!7\ `ξYOҐWmn"y57@VLxU$y/f g\BTj*>r~XC4PiF־7zOmvT ,:<֘~qDq,)dm֗R#/,+˕­pFfg;E^ w]96O(gd75D}a9wG~|U_-8:xm5e6CƢz&o ) +_!rS∨\[#%>kBQKB/[OsNnMj GWvSăo?_+_t^bv_N&ShΦf2ӿ/ȕ-d]۸Cgnw۸=rzԚn%@XB7cW$aDF_-} Ⱦ*ůw¯YI5ao [<.FgU_lv\5$GC^ي^ Ҕ W=v[vytr,b.!k*ZeY@+xo9Of#Jt:6+ԋLV{9zREq2]-[- ϝNxyg)ǁgG[ I=5%ӟ=:m@ &tF{" N: +6 ^FJ 7ٙ5/GĪqoߜ^!gO{Yr +b[4NvYy;`>jK dg>IptvM}YILN11!cWgURIl;wvr<0VɲM%QBH_?x(*Elϒ^ws͕D4;ʩiTr %'RC v 9%?O01%b +5)VU6[BOҝon]:'8ǭ^gB gYa,t1n( w,/htlJTڟ}Z]2.ov:$r|ӌ򭍟SBuXV"$ӹ3:`C>HKZ=vݟs_G,/W7ℼ%߽b!wCZOL6xg4u}aȖ7E켪\҈81uMr[k oj-y8 l%f~-Lƈۑ0Oփ_й2P1%P +UjH' c~D7P%_3V]}nA8JioGsṙigAޒڙ0HEѩP$^Ll(%uFf"TJGWIc4oT\| (|kp +& 8Ko9zVT.#BOK|PM/K˅juΎA}jOLF~&> +endobj +13 0 obj +<< +/Filter[/FlateDecode] +/Length1 820 +/Length2 1537 +/Length3 533 +/Length 2142 +>> +stream +xRkyYM1'9; 2ᙃX yxP$.Dĕʃ|xgmOD'RȅL`D2SD6ąiT[jB xB,Y,{H4 ECE@4bb.;lt~R č9iJ:a :HoYX&Տd>Ee7/u*f Tpؑ|<9t( 0c՝Ge4"`A9hY}h2,GcaTV44C$p x9ٯU +FxH}c;v -8,J.!4F` P\Z  ` H lE8<@ښ]@` +#2S XпC,xę[Zx(,n׿ +8ggi|.BxMo8 N uP^LtzTcjgPn]Fp[IMn縭u[2YUgϕ(Zw*2j%;dbCnS(cdoqdcc–=_~lCIJ8E9҉SigIz§ujxwCu}ݚ?fo@ȩ$ŨPXJ~0U;5לxP:xq:ׅ \yvinbLڄ_r`K`Mce۞醽J$kxMq8 9)Ю<OgQa)˻$/lɩaՠ! ޜj=Dy|s'Ԧ疌zbw3вܩ[T@uBtfB9fݳ k3ZN~Yr&mby0验,E&/?1tK<_(.B@$H㵄n7ƽTn2afWrU]?~%Ѩr:S5qxKaС<,9XObSwg-U6/1fM2{U=gK_~u,T;^G:_rfF@άScQ-ڗRdf BNP4&&jʑڶ"K2M+R.^%f:5P^7zL/1xq`ET'''Yx/烹nP}5wбq-R\uoÄ xs \%[P"93TX ̏\5Gn\p ܬ1af%"'M=ߟGm |[R.¥ s|лވ S䛰f?sјFlYG{+^YATu;t=nQSQPJ`ř/W'8SY6,` ?S߽þޟ:~qI=J~jjjϳqiCVALjM8fʩzcs~y?hޚFvhTFѩs&Zc/RVFօ~+Eyyg438~h}H]gͲ}V%ETѱ\crh]kS_ `,|qhmW o3{f[eRGHΗ\5P4v{E \+nE1"?&[ZC]>j@;?|{,WXQ[fQ~+ Q +W/k$w74$c۔}_<4lXD {{[gqaz( 탙lTAOhzV7t0&eYfu5LuOV`N(F>JӘN{P) w6֧h`pT, <{o + hbҒ=6|ʫG +KϖyqHs>&˅Q<ʍ@\^ +endstream +endobj +17 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-34 -251 988 750] +/FontName/ZCOGCE+CMR12 +/ItalicAngle 0 +/StemV 65 +/FontFile 16 0 R +/Flags 4 +>> +endobj +16 0 obj +<< +/Filter[/FlateDecode] +/Length1 963 +/Length2 3105 +/Length3 533 +/Length 3778 +>> +stream +xi<}QL2Hd;L3'14bd˒=KYB"Y$!kQD !Kɖ%QN2W'R̨L`08]H04KPR0d2 +opOā>Cw,/G$Q%}( q@"sGW d* O" x+B+TS?7ѷ@轱F/?P Fʓ@6I>eݭ* (Μt"~F^d2H\ENxZgYq\~waWQ|j f07AY5Ia'MT*hXPکflE8vJʚI3S`S!tٞgdExm5\u j>~-Rb7 +gͷZm)kRŲ<*SXn֔qv~d"{96U(CE*Yl}QRcا Dk`:˰8c¢g3֮sa(zcSeTNej5iϓ + fwS2 +grGU|EiExUA3Q`u2 u+{a,?-8றEbsdWr;sίqYwC-\b1S2b|ΑRAĘ#i6ϥ8v #3 iS^ɗ{d5^ʬo_|=ҭˍsUo0>7uCiePN޲hDdB2ێZILg +ۉ,CDu$ڪ($fgr g֤ۙĥ/\yVF#YM͚M3 ? Ե%}mpst?2$\K5eup<3uYԱ4+~Z$RZuG4 r^ky:ל|6i,F}1wc;Wj}Ƅ>739Ve 5q}2g( kA/Ľ YO }VTc}QeZUEr!ۻuAK:f3^13\ TedC%jFC4\`zai{ qs&Vk}AʏjxP?Irf,<ԉb *غ +M$ vdhɺ)GEq. )|v ]8Ab# +EsK({ X2ʌlmWNW9[eaV}FY`cG2R@9Gf<aiU|3Qާ]@2js ›#X?[4@ Brǐ  +endstream +endobj +20 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-58 -250 1195 750] +/FontName/TRXXWI+CMBX9 +/ItalicAngle 0 +/StemV 117 +/FontFile 19 0 R +/Flags 4 +>> +endobj +19 0 obj +<< +/Filter[/FlateDecode] +/Length1 847 +/Length2 2095 +/Length3 533 +/Length 2707 +>> +stream +xRy8{Jc(4ey+Re즅 y1f F:!D8ȚIY+\eS(9_绾{ܿ) ڪҘVêcQ#GA*) Mg2L(l`ut! XM~MTǹ0˛ 1޻ @N07R Il:B`r؀,iH$ T6zH'Ó h}+8ǿ@ ]Ҙ @O$ڒɟǶ8dI[_om;a0pIaƏT7#&)6S ^`,3zH#To:ȠhڪAB5:m= +{cp`zQ`|"|sa)ʤ'(0L"op ,@g ;F3lI(Ʉ+hÕ*/Mih?؟4ajh*{4FF̠j8m@MǷZ8LI ?$8 Zr`dW"?ؓ_Td-5nTgw:TY.3<֫DEg6&1){ ՍwmrHxwz=/S{*# k߃1wݜJT3p'\׋@`yCS~Z>Yd=<4E4"!F1iB~)w,^\m9ctڵyr/I6)%?w ׋^+һo\᭖Rǎ +ZV2d7g,Geߘ* ҡAdr.l i?>KTKIasB#?+OG!7n@%_[Ȣ["WADe-q Mm% SIkf:GN%竼; =$ Ak ;GPmG: Q##wp8ɸǒ"nsݾϻQs)l~qxj?G7b\aܴɟSu]e's#jPmڬ]oz,;=iKQ5ETM1ӌt>X2"t5_*xja<y7%& `җnzBvHE+| *9xK|ԅO#o̘UsVVHujè}ώ5_kB?q`4~d.Tx~WVvVaWϋ!2PC2K71^y%Ht1n@3gCbZN>-L@yxazjK.%[ųark0\9b/M˨nC6˟x|{i-~k6JP +ʁL%8xOµS4U_ZPZ z%+:b˦濬<|Ѻm.uIL ޾({Ե6c I 6jՆBFf ӏDlowQLpԍFj3%- <Gta6~ cשp͙v35gs6] ^QqW1K9WQ leZN<с/?'HL? +Dkx +endstream +endobj +23 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-6 -233 542 698] +/FontName/RUDUAV+CMTT9 +/ItalicAngle 0 +/StemV 74 +/FontFile 22 0 R +/Flags 4 +>> +endobj +22 0 obj +<< +/Filter[/FlateDecode] +/Length1 1950 +/Length2 11269 +/Length3 533 +/Length 12377 +>> +stream +xUT]@ S@ww !{p wA;S_ݝtf͚z޳kws~V+ ٙ%lyjjf&rrQG3V`fXX`bx1@f@wlx&>s;G^6K[b0ںؘeoht4:ָ.vc٘Ǝ@[k*? +f0;`41Zz[d#o l`:lfvYg`Ζ?"\~ԇF(S`Tn=m _ +ѫ4HY3Qomn>oqt)2*+,Ыٿ$XKI;c^*t;fi;|>|dU(+5MߞcI6,DOQ!Ұ_g5z&;vPy6%I)u{DQl9 +{R +ZJz 9e*zE"ns j)Uսuc榢иri vۗ\㫗6B3E-Cq<L^H˚NkQU;PAzz}HQhhQBƒBbVPI"2mH>s-7y*Soug*(BN2wTybO0g C#=B)d`sТ@ږ1@*hcՠZ? wm7FT|'Y,;jyR3K[!ͦ}jEi`n|.IیyuL[ ZOk-Ox ^8DI5zA*%lWĄ0ѡߧ@ +:3 gOn-"r!}KyOYC{&3 "b*3ۂl! 07kp(Ȳa8xȆwȲ1G&Y5~~driyK߷}fdU"q>V6{=ߎ Jӄ󞼃yu˰>Ԅc6F:4`GŋL(# ^=$_'u)m:hj!0DDLy=T-<olGIGIc#0#/N=z`0$xJb=l(=r'CW,t"lډqӘgAM׺v;^ccL%n?heĥ9] X| RƼn?e[:kuUo>̖ZIy\;6E5єjX8˶-M0cD;>9H[T8Rf,+=@x'? emgn<N9Ƃx +R VT ٓ:f6%:_<6i!O@dW+%Hn9Cj h'd aE)Oܪ,C©`ph̡k|3iG eO\(E`)bf[Cne8Q4&ܓ 5By]]츖é:mIsH-}Yk1tCV]Fл 9p4 EIC|]cajnau(=P;ә5eM¿#/w@O¸a}*gM'r䳕w6Cτ%KJW|ėm)z_IrAoۣkI=nֳj(ŷ7~[jww¡- }5A%}9C{qJLXQ!%wD? 38YyJ2PQro*^gdɌLlG8il2۪eE*c5Ӝ[N[@Ǿoo #S\c+8By%cIC_Q~-Ӽ3c4pklyv&q"J]?knׁ@{η2_1ZR+O2}'ܤy?|)D }[l<7M $kuPc*r"S +kIbKX>fpKwb1:a~l)]93|NzN>]n(S($Ũ*<|SaULb}f ++܈nFZ}2NTIbYΐ_~KNE V$}~Kbuݪ_eJʯ/ +}gd[#j5I! w͖rL!r@\Gu©,4ЧiL| )z1阇)B.mBKmSeҖ Ժ !taag j!c3?'_?N/.~Ƃ*9 V8I,v]l~E/B[z\ڹ_^W-6s~v$cġ7|ɱvWhADf\=,U?Qvyp!y.qU.#*m{&ݠ_V4ݻ]k碹In_;W.i\!:_)6> 5zZF _tزri*dqKHhX L7R3 @_ia̺ }5jθX +ۼ3R<"vs3qVznrhq[3Vv~{.b],X9XnKB3qL$s`"*юxУD=V?$ֲRG:bG.֠ hapR'ˉi}ìDa3):(\{(ڻ]e8L R}D| Ǫv{.źyVf|JkV#gd}N[Hku ۙRxB ocmUΙ%K%~HրE;cD5*0ŝNBzptg5_zgJLvvɒO|St2.6awSVdǣ ~$t㕴oE՝vbӎu#TaA9=ʖ +eP/e9/?ew91˔u.Zl&%Ԫ5L_-ZAOZxtשS2G* +k3qhkBV3%Y*s̭R~u\[qbEܫG q,mGEO&yFw*Z粗j {GgrOX* 4*kF()-}v"oBJ V/$ Xw⢜QEz/ ;\C9 q8UxfX5"̮DF Gtis-mU +g|㐹%օ +j/ 5dm8 5VnG #Eb~ѽ,p(HǺZZ5ȉ&&-&XeC TM%}?:]WC!ȨD$1(pN~VpGѕ]cz%A[g*çgx*㔌|ysJ~Y* Xn{:E7;2v07r`K9EU>rNwm@$57m`5K'mTϲ]sgWڧxic̭m{o %;4BHһ߭͘XNE{2nhr+OOa.*bCi v+hX2MbV7ňqGhn\1TkSD*p,!!bvsS!yͰh'k7˖~T-aZ5y8`@SW?B7$bi٘ݥx82YzX#A)1FtQG2KnӋI"IJ9)5RP5rђXZoQ$&<+L6S;Y-* >B@"eq[jChSɵ.6,?5O+3UL%@V< Cp"3QxPK?{oâ&fwc^MV{A5#-"2"rLw"nքg8*͕|U72d_WD,n sDb V4P?|-13+-[W>f:֧DS^@asy# R욲4?6Ȟk?T?\l FZι2Va(F>H_#gu+8 l7I>dzxa|c3:DV w&˚q[y %w&+3jr O-!:_YԣՈѷbM eʵT( +xL^?cde*JX~[_k?$kh|[K\Go '7z\ꃱ9E)y֜| wMkIP*o?N 3WMKڻdj!U6W DEh(.E"Wy6yTs}% Zq&لzyrG %XIsW⧏ٖ{JQaOvLQo3:*6Aqճa;O51NOC~W$CeLqi&8?{LI.'|B:i UX\NR1Չ\`ǞsY.,``3m9䍿F@{; e~kE+ywfY&z ~8BGFTw0{C?#8 !̿=X~M%>/C-8KC#94p:)KF&)#L5:^,ŻszYc5ܵA\ƒ8+,A;Zk )-_O6=7GJ,vBZ\4)~E9Fuxca痪&f$3N^+nq7HmS_( a({{cl5?Wj鷔 ^BsMq>PBʾΨ-2~.h$OZ0`cyUґN-`p;jaU4-ւ.}H'o,wmEC̼~3krJGG{ b +B%m:céTC5D~)!k!d5~~Ym8ٱZF̸%˕njON1.ar19Db5u/K6|>!PPrJf'0K OƢC`y[n܌ .ӤjMt@v + N[+nS5,|g#UIvO fwfR8/EְA^\@aS$yȃU꼂G~4_t{-m_n*[Yf5MGWa(:g 1tRz=KO6[$JqEɧ_>+Nd +yFiM%Lf{5d̲2-9hv|q_b? iɡt!]\DϒF7mlfWXOW:rF}?;Gy+@ +K懸 4E5fL4(;nj+4) +TGrmeݰ.!_CH]n|RÎs^8}`u16(r1q<0ѹO'J8 h +yV# {O32kiD)Q? +Wi:Bw ^~@Ʒ)M][M\?j0sVG QDz'jjg,y جPJH~@8 &%iHNc);c5 >hչw)h)E:'f3Jۄ,¾S6ak1@CۏQgzah6ɌF*U5z. 3S =" /? 蟯%9HbVqvPW1>%/Uhr5Sr%1E8Xm+ي6?_G$8r dU-bmD>Y{l1N!+QFYxLT/ꊳZH)!:,Ioi:xGC'Y8zo8idOl/2@VG>~kEԻڪm"BlT~U!$N /$Ɲ'%J5QbSC4F5ϔ,'> +endobj +25 0 obj +<< +/Filter[/FlateDecode] +/Length1 1360 +/Length2 7043 +/Length3 533 +/Length 7890 +>> +stream +xgX[נޤ(-PEEz "!@JoAt&tD~9}~g7$r쵟Ju .0$Z@XPX/rs+`4AäRR@y(,.-*% "%*h ݿ$0jCЎ0gl;hb}@y%@}; + + p;4G +wJ+ p' b=P$ٓ +=rúkoW{6,w C]0?KM`RӆAUGCp;y+wW{àp#p!)ݶ TU5 r8mO׿fߌhv.P8{$@ +!Ş ,~@8 +¼BH4 vO.(ҿ),!;ocB ٣Gt c{ٹ8;C~Gı؉@$B$Pr + a0+cG;`T`] VoP@;ZN% w+aIH@aOocRfGMǵg;9haa.iKѯ<ѾPpId4F7 Q52GV]>>Ls͗+ ԛ m[YR|ۃ][w{?@Z߮|o‘쥙̗c}TMQ p 2ڗ0 +Th !I Y~d ~aT\ & +?%Tˢ_9QI#YU|?{*ujD)2tː^Ŀy!rB4mybp4Ln6]ԪzpE~ҏ\73#IL)tf=dtJ~V#d::2}\rICTPbQ?J#F*KMRJrOw^v|+f9O(xT/t0+/3r3+gBjZjysUgոѾynL=`Xg-V;mK՜@FW/tr4ENc#˝߬SON2wGlaRyx>LK 8J|J=e_&!QWX\uМMVE&?E A[!qS]k͙PnrjDս=>f]278e]R~ᛔW9,WEWDF/wrQ(Je'sLѻnx7F(x +w)Il9?4j qޔ ]q 똠ڽZk.&\<-܏Zy8pE}(SYA}n|F)Z>Q ѳ ]rG5:m'fCQ_|[hPS7R1â֊q-thbz$TDǯ}@WF)OgO$-nhĘG(mo.m ST@]1}=.\'|Et-@O\:zO$l-`qO/8ZK?PyDL΂S v:/!j;l -fi(|5s#dxKwݣ4H,/:"'_{v33F訦P:Rv_smx-!|I/_S℺Ż[<XWv?`  3Gsl'foti=p՜t60>$;x݄Ϯ8jTkXGFJzI='6*V֒yRw}[dD/NR!S'ld6uxXˈtUΈG0L`(giξ*W!w̩rm]3m>vO%AXAomACpI*uwIU4DI_>t R:*NC{"~r;kB>B-x!yF(Bql]}sj2?v63z5l=8Dۍi%BkV"?5`L+Oo["[pf*=ro8(c9~fq|_|8ib6eϥ9};(ȹQd|]EšsuwhG݉c[z/މܜvHQYRgb&*k&[l+ؑd7*]檉yW,?T^RQK]B[["M/+0ބ;1 +Ig&s'3*/k|$_29Vf1f G}?M߇|V&:;- [NcǍԪ8+)Y +o0#G.ުaA) yA< ]<:ZdSM_Y +}I[%)6HA7 [#Fݶ|@^x[F@$ҋD=-qLhZ&;`x +o]Ew>-sˎS3_1̘Ȯ|$fϞzH#xQNJv%8:mȡmB`8PUud%F.d5<Z`ns GƳ#aeϱėq>Zzw6:>x|ז-hG+;ty"5![LbUpV NUeS3.]I͵ +o7ƷM^whuTm`2;_a4Ț'sp[?XMzK-b;rA/ zZmPfZeeۜp@3fk34.wy(il0i[}my8ǸetU0w}tl,Pߪ3ѳP—[YdƜ9)_oK* >,* 08eʮ n#,zg zq.x}')ηYe$(3pwy3SxEC EIF57cW n/g '{siza)-Iŷt, ZicѺ| 8cZ?ذ%&y뜞"He*EI˔̢3,e\<ܬ_`H^>i@B%unTH`ġJ.' ϼ=|ߕlxm6MQ_lKb$>ҭuu@eFͫ]&F +LMfc~ zJdɶ뒣֥_F@мKT +g ,l1Y/ƷB<>a3~`:6%h(0cmuY:BO<憩";:9{n;%E]_2ֳSJ.fCk|#0>inGf'LIS"DeL-}4Øzk_䌻P5P*hk5;%yx>5i̓.9^kkBz~ׇJwSƒi;z&{u-ZaG؃}8CNok*w"i ~U+#P}υH3s?\qσ)߆Oޭh:~ J-ן=&GEG.GEdmסX]$}Fpv4s9JoXc*H"z)D?ADD51ᑺmbg GKT#- ^gصo~)Co3UcgAt7LWoN|-Uwp v^D[]x`^&k9 ڼHٜQAdtI{ pp}*<̓˥-R{㿮$yҽBE'/lHc]乁m㉬]0"9!L-l,ATjyJr7kSVv;N@M< +Uϼ}g}V=zl%&j2JiED8*, +S44mZ-ưQڋmW} +yK|9UGtgݲ)$ޕ}1֓Bڧ{쒓OFcՃ d߮-vF KR.Kmf?WPlmCnWHhgkJ6 nesH2- 5&_v όy$ѫ~?){S +[o:¹y|J>q>ߟT^&koHqcHR[CWֿKmTS(W`]O$M÷2OUi8MAȷ3%*(8?Y=~R+-J})8MB0җ˿h$4{%fā\ fPAyIгe0F@}^Iw Sjr-:,޻de$(ዬ·kWb|(ѫȜT)$\}]sJg=#cVx!HVB푌FPu,\qsx.F'`q8a\էniDs|R(α{7E΢)\TPΩR&p1Ěk[;{g=[w|J#A`1R|P_oLIwMdʣZ_YU.$hFuOd:3ZU0Gٯ} _diz!&!VϾq;`/We +/G£_A2&/pzBeZE}u>h%p2SAN3Ty^)5KJ;%f? 5-KTKfĐqx=#f;ZP#)ͥKt+\9ng2b|n]C> +8Xa@^X@wD$^RSm*RE ;{9S FH~47j6GgWz@ cc_O cX\7 +AWq 8VlZO+E8Ԛm_ZD9fn7oUYP0mjMbgL4 P!)d$87:bnp{pp{tI`h@Ҷ; T5|NL#Gf3Ѳ,@\#_{|&Cqk + + >[$kD=[uTunޭ\ePtղ Sٺ߸}'t%i1;7P oS> ߇iWkx&z_nsp>&Q?U#0CΤ42P-_w+-C|ϗ5^+g."n0 %{LOd +NO%qݧ)OsRs麝 +s(Gy)Inر@ڶ< ,zDZ  νKAҏ@:|I%(姒yIC6Թ?${%=1_YFI٤(8ՊpȨ.Һtk7*,4,$>(ѼSzAl7u)Jy2f3rTϬ +#b%1_7[xpgk^u;FiHЯ^8!d%TUl=H ҷ*nEzfܛm37/OO u`VaХT6MvA_'Ń@hOiDg4E<8}m󎟺Rv)Գ`qdxTvIqh]A&> w]WR "%޾_!T5˸s\E(\oH\Kz}$0iˁ̟m ȴGH2V절j`KUa^7N8dH򉹥OU u3HOl;tC0{.}u}&&<]AySWAEm0|v0 +H>t+{$w&MʑS +y8y(6XH3[uuˢo$Oy8fJ՚ֲ Mv6\"& E]{Mk=`VJfs&`؜lmk<% Yʖ9). sC]Ni" 7 $x Ap.+R`F|ZFm!|&jքœW7A]!('R5 +endstream +endobj +29 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-35 -250 1148 750] +/FontName/NAHRAO+CMTI9 +/ItalicAngle -14.04 +/StemV 70 +/FontFile 28 0 R +/Flags 68 +>> +endobj +28 0 obj +<< +/Filter[/FlateDecode] +/Length1 817 +/Length2 1570 +/Length3 533 +/Length 2173 +>> +stream +xy<C3E9rȒG 2&$Kkm<,3Lpd"KS{D(vGB%{J8CWv?u<Xv I<~}3^ 񪆥 +kE4uXOM8xؘve.[okصBuc'V7Xp({/ +[f5 ?X ՘qB|rnǪ]c m+~-I탕*FںZ^LWMWܞ3ُVnr%ik=ւObGu{ FgSa;i zw+_?4"j*>^kH=iӱQ EFsn'=ʩB4|Yu뙳r0σ-yZ +Ze?}RwFӔ'XufIX̀xYn%U_Itk+=MY}Z͆{|tq^[f!gG$=ilRQs>_d8 d4mcԇv%5(uΩPO)zUw4PB;"tc՝k}u,ۂYf |тa]BuEÒa5q(\VMIG)^#,0C +xY2զ6}$W5 LHħ1~=fC)x\acfFORs}j%ۤBKz$*Hd4"3 (uW +endstream +endobj +32 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-53 -251 1139 750] +/FontName/YPTCFU+CMBX12 +/ItalicAngle 0 +/StemV 109 +/FontFile 31 0 R +/Flags 4 +>> +endobj +31 0 obj +<< +/Filter[/FlateDecode] +/Length1 1446 +/Length2 7958 +/Length3 533 +/Length 8827 +>> +stream +xg<\m^ѣQL0wD{oIhѣ ;<=_|;3׵Zko6f-]^%LrF`~D& y&2n6~,,. (.$H@stt"red`.p+APE ]G+8 tsà|`0 +B,a6p/)e#@_a/\\Q^''e uD{0k# n=q{; s;Ba.L5KNQFBV2{UjVk+8 Ok)s{K#zN+ofx\F%gVP8u('tH PR![]Oh +oF?,B'Ԧ9B@Gȗb[n.5u#CtE=?r#0*G7De(PC"(_߄RQDQkZ $ڿ : eP. b=P. 5KC@T@QFl+%a,@o4 JDi8._;FQn JDiDix}uE+^~"B 5Qwv)ˣN,$",w@Cpԛy3< 'ǝ,CSZm{oNG_i#ъI=`S<5ytKʉx٫ 1g}XLI w6/h6ҩjׯ}Z[Zz դKLJİg%?C@^}ڧvdc'ϙ?̪vU%鐥֐_ ׆I8MnaHAF~j]ֆӏڙwNrd(%5xUnwᱢ<tO=^'KOJ`ٚA:sE?ySMˆ.A%blou)ycy[ y@$ę+]djs=DzVg:6$ꖂ;CGi> )S2ۛTU)k]q~0wKEm#,,lg%:QOheoCX +ma<ļ!- !SSx^Ktx">bS"%6fptĞ'8)+JqocFIIp8谴 OCI\aݛ)Lj󧗗!kͿrL_|u +|)wѐv=z.%?AZ!фxaX_3N2H0Ji~*}}r^:x}e.X[W[=wC1aG8]694Ʋ>},ʅ?Ï1T0F0LƝ!)@DΎ[#&$؜˓DR\Qq.3Iڕ:Yiq9+nq@hϹsDwWr|HLs{/١g挅؈%)Ju|x'u$I;=> cӓɘ{}RRL7sr)'o_2^(aX|fTL,|cejAIojfZ>6K0=ٶc!S0O|fRnt>\ioˍuUJG*>i9)|3E]ܣ{;YBBKI/3[:br0чJ s&,I;KKrYW6=;;h{|H7Ĕ4nE "U16Ipdqڧv,7e CKw+9rf?!%:{2cWa)| Y[_`o/OĞ.| 3?>hؔOQ.·"q]̉cׯVvxb&qq0|c{Kˆi؜\+?[FZ-JIZ;r@rR| ~qo?xJ}<'VJiut2<ސPb_Q2SKpWD$q]kW[IEdSfx%De`_Pe6ʄ{F[8 ur x~2Ć^~Mb=Et.Ra|Lٌ~d LiJAPՒ{:')bYgdીo5GI3aЄeu{P6q%U"bǎ\^=Q"q 4M#"]〒Z :C O閔#eŒxYTLN!\c1<{0E$+u&N _gMԺSf;=2Ʃ)?S?8YzReQ˳}>& ~,"٠x5~rAtiAvE Lfp>DB4ƾߊ_J|QGл"`3X#f6Eٓe\MSI|ϵpל{}{!Ê(U+-LOy5f{ &*ޟASz'ʷi~5i`/wŦC3|+;xE+.~G +#l)ؐ!vcݞ40D#-!Q+Eg3l?F>Y!?lе=o83u)`5J N;p;?&ΡTIUf?31RK75X'M2=2Znj{Bfs_hMlJC{]RC#d5ˬ=CyyIx,&y~Yp+Zz,b%ž{E6u +A[7A+R543x@]ycrǬ}F)0Bcݲ5Zon\䂠ī3$ SsKW$C)D*."4ro>T6WME h~6O\t%\V)$_# `;>J hx=wtst= *&EJEo@6#įi >u;qjn0T) XΙN1gU֛Ƹu6@4@zĜV6yPUI*l2uPfo4[,K=#Snk8jxNzxRJvL]vaV]*&=RH[bn#7W)W(3qk P cQtok'هEi}Yl) :M1 9ϔ{{n +,ZHۡ{l ϛ~z\xٲg^CNJQ?9r\)b!B[S@5cgk _b:E);mP= j*rq|ؚRN hެH.ku"~B&-gK=DJoI: tj9Cb4q:ӑUÇP3pGvBZ-+Uć[*0lkLxu+;hN(AwݳPMX>Ӯ,^/DX2幖4[=rN][g`C^pͪ.>s0;1 -iaVyzՍֻ miYI K!ǻF{[`{N(uw1r_{\Ti9cY:R0_ 6|(ڣk/nO RH5쭿N) DX>~ɠ@67Ft36n}/[q̢Iem Mix$*!̶WJ'.Cx*f5S3ҳu$Jo(c Mhȍ^ +}#\әyv{W9*Q6,ff*zPnLCaƟ{L/Z?[€*{Y|:ijX>ĕf̂0_t|^tt'u1wG-=xG +} W ijg~zDrtye^?<,[ԃ+9MQ68+e/ +Q(K&~hxdž=ȝH=#r$2n_]1{[PH#L4#AUա %\V4pWDR? ͚"j][~OLzc&g[dp[" 2-m^]ZFI-4Nz̡)TA'miJ`ў|B\q8y̧TJMiLt1za7~g$q' vҿnIflۛ֬Y~i$b9azK:}WdLQ^Gjx!ag߃Ѽ19_%f7kJ[ErN͘3/'/>[Х:8U\wT LpYr]6d֣`QXKr~^!=]5"U e95xp䚃F_BI1O̒wsrB_i# %}SZ[e%R2Iw>vQi*"+rt/e-hco3OqC4*@ $##JJ#HgeIôuXQd·Y30%cِ֙ 7|E8v&J"+r zʛOw*!D[]F+. Xǔdki?ilHyn`ptFnÈ|'OX&J& *#ݒfwkj+[̙;x=ógoECB" N%*3}C;ruߴ-B-[o9o`a|s"$kd:Itq5b8Kh;q Hߓ.o9~%޻Cծ4#rn?iʦԾvB;^%$l !ބad!7,Y넃֞ LA=F. 8!_voJ.u +#@Xү7Ѥ0>rΝT䮭.D@kM Dǰuvה,B}^I7 46[ 'UϦy8].tqF4}s^7`}S^ϦI/EMymde7[A B` +oY8񩪢U0ܟJi0D +SNǂ+ՠ%{;A,kwa.cCKd>x1h&$`ZcCi4E(K[82PshZR<̍ݫM^hJO5@I].Gaco=\9dy/H}t('%G]y¼567fog7Zȡ|{~G*5f9ȥE@Gۏ7fC)W9D=T O#cLBYp fc}.*i3lT~XqV 41uOw!1?ݚm2V*,C>m# fՊDqoCNL릥= >*%+ [xǿ$~:p~,::X_Ӣr.'H;zrz㉃;ofF|-ђnhgn's~D6 C>=󄬾mӶ$!\mk|7Z,f׎ ڨV&3.]睵7ocxfCݙ-ES:QKtjVhO %*`_q{|zg~%vۘd‡tìU64΀Mz-:b.@Qu4wNGt7.V W0'-G Ǖ-1cC"J1HӸ8[]fp:+cncl,}U8XaFjU ,詿M$akVܯvދ"pc]Z $b=$NVUZn Ĩ9if]ǪFTwΥnA +]c$?Κ4? [W1=Cؘ*dnJp~RnkψG^9y?Y9]1H:nIݧ:}\B x4=P<)K%nVQ5y\/}Cޯl6 twmMTU[Bpo$.csb={XNoI2ޛr9Ow&7^82$v7sC/G8m]BgoyWrԺ* Jӝ8E2vJ85Zz楎<vK@`P=pίz[ܨW%wLnSԀƷ Xi*J v]%>x<\_bv ҙg- mX4vaO|h&,Msmej%9h`&$tc%$caePF\cUSV&FuYu הE#FBxO%*oYvNf V_csKbC"fS}ʟDÉ_KԬy9p~axR-'G?KݦVߛi|AQ u2 +a͠Yeӟ_*,kW8(LbPBCv}U0H|2jm}yr_PxЊ6ne,\VVio&FRˌaΣˉ˚k͛ҡk.pcU8M@ %{d\HA2#Z@Cb+r">"ϑWO V-G%fi>HfnR~>b*2GDZN9ΝL@#0KmZ?ˣuoxj.76=9}u .l~o1_'Ff*~z$+ jWݣZ [la-RGFU鲗c?;(BrWtks/Z="BZFt&R'h~)E'M9N!|K Fuoe8k + 2:NowjW*(U?d,0Ɣz ]fyuCpĴ{jͺO\@Jmf-mMZn~bbg{n<4J"j>r^{Pp`{35HFx'h( XCOn_y.;VlLFWI4uI֪=I;؟ +qpRgi1ۅSYZ{g 3v a$/ťgX0*Eb v2U?aZb> +endobj +34 0 obj +<< +/Filter[/FlateDecode] +/Length1 1386 +/Length2 8825 +/Length3 533 +/Length 9677 +>> +stream +xUX۶%CCpww $HSw $;];~s}s%*!H Sda023"RRك6`q# +B ?^v^fNDDJ#F,.5(@֐"F@+9эr;YXFC9/[2`׿N wilrLm z cc_Y\JhW?ցVnΰurlAL9Q!#27Z +;H&@+q?-@&9y5 -_J@s?uJY~3=fHY ?l +`n!g9 +B,31m![xLl( ࿙V0;m!C10ـA037@G+_d oC\9An'+;+ !.Q.qC֔~İod&Ur g 2YfiG D13fѵ!6 DtY! DoET3% asz`sȼe!' 2ۿFN Qlb +GUY'.3~ cA:׳җ J~ZKDGZ҇oYniOC֡3 $a[ ǯH.(~m6_$YiB?P( 7F\T)'u֍[//,([r',J !:Y@9Pk3'3umrnUNgAr܏ -_+. V.bm%mƈ}[ ޓŖ êqXܽt#MRs/2Wrìq]&kROyARXB´[|GvSDǍQ錕Ge3FhkƯim&"}?3ِ3_` c-71_$UoXg-ʄz+4W÷4F`U;UGI۷O-Rr + n.ޓf,kPC/+#c ^uy9l^ʦU]$5Kxxzxqz&c" 5_7_r>!ㅀ U~eD\8^Bv/ҕ +~]fy`=DY} Ob.Uz +HعxΡİ[MZJ/Ä?hm ؅ir!;12\[RݚgZ(xY +$[bt !`A%*b~d_S$}sݏʥ5,DqjlS6(FQþr#70ӡ6wYFzl^^Ę8[Bz"92LY[d55W$,fA]rtc_meFkGΟqkJi9 +WD7 9JqWD{2wN%9.3KA}_*ʲFa O_%k48q"2],~7 +S|j?ʕl8pAz'׺^gC?]n*8:⮯~<QuG,~܄IOumr=a_;Ʋ8~!v}B[rܫ +#d9 ~Bl#һR2>DLYuz<(]NZ\m%^:=ެkMT=[|B(up.8`/^b5_|vyDny>[Bt7[_zy"XR9|lt5}TE+ETJvfX O3yLt Q +31KA^@T:q9Eӄ4Ṟ_[19mEAk%u˫\~RZᙯˇ닐zd_i8fϨ-OJ + lK"R\ Z2`k }ܳ`v|FTdy/}s`V/{Ȝ?a/; ^)r90?UP#Bˆ)έ%5o +3"araҿ(jw5NlyG0e_+-y'gљQDh8 ![ȅU2gI ½M{5Ƶ|(m&\Zv71 \alOgOƚ (-}ٔPBrղipX6+`u|IrA%=T>7^14+j;[Ǎgw)1Wf?mc7ȹ0h&O)l5CJr|Lŵq$rsx˳'_uU"|TM\όXr{Mz-GWcFͩt_5ϛA^6GkUrf(`WWT3 Rɉ g>fљ7hG=U{;@YTA*l&ُ1紥y_|Ch}U[P}gK v28 a-Y_#y >PMTBU:\\F3]P GFhJHG" )n0gc'Xs൑7[-aOYd#4{eq}"tL3Q +J!*̪Rqn ^]~۟¨8l;~f(vG 2Fr.tOvS4A1/%c<–aWs>AA5DDJ_l&UTGZvO LM=,'8쐹L 2Q=ӥ7D@$]I*֣iN=w?Bײ\2=]ǵhޓZO>!i6ox{,6D<-<1 +2"M(MJǐٜV4'6.jG~,"@),͠h3ZuNХp[lʌ5»a6Y(U- yiV~t#Ĉ|`]:(dw5TxPc5rQwl2r*8lj=rh|.Ǥ 4a$4B.SiTйh%z_J+-! 69n +\k 2GxWxor/+]9N0^٫H`` n3Б2t,3]oa9.kEG)s^ȣ23YZ-Asg8)m1egCl68M T8wճ=ܥ8會rE?|tx##sO׵ҀoH94$ʖWeQ,K,1IIE&{U +=%FSkz@e`!d)]&H +c$#fPW{%5CwjUC4?S+g~M ?HW'(j \a p|(z*}<H-H1{Nm[83Q§+Lk` NC~JCr0Me$\)ە0Q^:SRLo\Ϯl퀄8wvdWO06} %5FqG60"Ԗ60$rcd< +K$]ڱ*pZwz~9L ftU:3l`f9GAW^¢B|UWpzDdS3ʘW0xp>ȱ!1E{4'n +K:6e&.6!ܱ:FgGcs+7NVHȊ}XKuhc{e<7%^Ffc&$,(d:c`차4|e pN hNppc}%g~Pg7eQ$ӽc F"HdX f~ +0la85L97ʮ]{t2OOfB +ǿFUhb"XUVO[Yۗn rw8[;1vyo%TKyGfܽl)4W}=d\m{1ȕUc'SEh6^ѪA^^k_TKK(. Wuju.T o5d.ӈkGٻT \>%XrSb)BC4}F^i!r((v&zZ6DM)Dz7P1v\qVo鯗ud)y2u;p?ly|aH%&͢ZDO Y3FbEc_ <hO^/vCTX+9Es#^CSMGk|#?#,Ky䏂 qw![ksOсBAVP*?z2>{5FpF:E_5@` +ԁؐ^ ?d١JPT658j!:.[\ e}W`lwǞxN=!絢/ߔRO#8' vz>LimoC>`m5.VIiy]׋DIspJmYWlUm9TXr$a`h;zӥ%"Wk\Ԭ,O}0&\o8MDfj^}̚ʁk}i  [e7wOi'@~H[G]n >P(L4O)RBup;_3j}/u_%x;6NS,7`靖h,w눑a3̭ΥApm6w6 28SȸA=2v8>yM+@ŞWhHm6j'qt9\{1v?_FU)i%ባM\Dz+bY!1 +W#DJN*:s9Ȕ\I ~?[J<dP(E;D#ͧr$v֋BEgpJIܳp4:=vЃ {u%b\o0&c߄?jgq5|rW e&u65+^5}bQc3c;f^.(,NTFSY^Qhb mz +''ZTYިz+÷*b)CBMDZzJQ.fj׫ČUܺ"CCǹ+U8(|ɛ.҇.t. @5z&*YZ Y ԵZF)l.S1* +.EdIr^"AݖYdgC hű]obKH32{'纭v˼e4A3rrb5HI=;}6 g8|x?4^ARfl90LSn9ص#_| kàigt5էL2yʍ.?B">fw ~O7ߛOk>(7еXD 1V/ +66* +fP ?ۓk]AUVmp5βX%)>VY2Xǡ>u:p=Ƭ8 l EgDjHJJl6a|gÇͦBP/ǯaMkn/UaD6 y%_DŽ+vPIWHA7L9|G0/<ݕWQ")ᚵMxscxգ +B[3TIϭ +aIw::!hOeU(Xq)OcADW^Tj{a?+)!L%aA+JAX|ćV]tޠ +]޷1MKo8#+EEbk2jf_MsW?:SCj1@5 OCUE8_m7taay_yˆ'Exc^R sm%w.|s9#؊^Xq$/ + $[#S8((+ X MѲlԹXrgNny"3p힄,Tg:`"$R]dUCUy[GV9[C,?`ʙqXmNJ*]3+ Ή_p>wVmZƎ}SʷW=8?o7 eoRDz%ά/R0_0x-b[ePƔechPhq)1?:U~[HRYon̩؏-#1Ț +aJB'n~6k\]>+Hl3tICMKE+ WQwM;"S=[=(`;-hz#yh +a@/nO`瓘Ԋ\|NYyO@#;Że4oo/7=:Z=qw55UsLOO?Y*Bbt I"> +endobj +37 0 obj +<< +/Filter[/FlateDecode] +/Length1 1865 +/Length2 13487 +/Length3 533 +/Length 14532 +>> +stream +xeT޲ܝ`=8wwkwNp%MϹ$e|5ݽzvj^MA l +4HXYxIDYIXE)(DFΖ@;1#g/ +`` {8Z[8PE"l p41#3r؂ِM,$$66$,q"Q8],,$&$sK;xTIٙIm6uo+ _JiH@:Mv6$3x&y h?Hca7wr y#ӫmdki_@[{g#hC5&0t^)g#Ka;s MNSEKg 3#';-ԹI`U۩hdiaDY0=$:̠A63Zڙrp9:yn8HXH,L$wb&F;3h )>$f@GN_b[@n3߇y`g0_ n5cmoaoc4c&a8@bv0H?hg G_:. lWH iN׿:qp0Y- +m-'r !Pb?J*@( T(@I!PN?)@9CܠH?AvPC!P}jTinCL:oBN[ +U҆;tt4f1˺WR~J+(rS~{ ^"<=Q,mN?E4Dzg[)[ƹWvID#QZ+d)efʏjؓ%f$^$ᦷ&Arn{"Ӱ g<҇ؔ.WڵPX.P\GeB-߄hM>fxn90!tqu'2{ +Y vn:6 U,өl +sᒟVrq̬K)Rz¼49` 9ID*/7Syc*cA!,; ++9R 𷂝@^ H"y}~NI9!HwJƂ>xdս"|6rgmijɋYԠUtS "i\gy덋T7)&UQr]FwdV6yϑCa5T}#~6!Z:ExVk^FU/P{#gLzx(6GPK+% l!ޏ${aa#@=9x7}WhFztJxq[@Veh>i>06oO- E~4n_D&0n44B=[-M|^ӟOM4Ҕ&v/l3_ITvH#t5SfBD'ǡⲃ\{FN-r:PRO͗ݏVGƊ^I[*{$ %NEHf/DTy7H0::Ge~_0>jf_-jE9[x[t Hmb,GZ/,˱ݼy_ޕ afuU%Z=*YʕVFKi8-gΔ +V +7)"[SB`36#>޻H~XBփG5j)*Y^&O>޳aN#Wm#)q5I\-v‚u50BqpAc]9 +8zf^D'9tFtYķLZ2|5a^Z"׋WHDHƀM|B"4?dw &p~WpDu-Zb,G#x)L,@)שQ4+D.ٵ%;O)aJd=F2VRSʍ6/a3_&.ŧ(m 2^oi^).!BþXeZtnn\̏ +d:O$0`W s<7EsSHQUiղS$ yn\ڔwC8iZ~^׈tHŒãM1eb#j&/Aؑ)Vv&W-ki-t(^PI$* Ғa$ +GLvI0 l磃v4 +ElzءA"Þ_uSq7~{{U.A\0st@ +IY k} u􇫷;|vxBۗ#O6Uyq3IB-WF^4I o;NgЎ 'stg2UӡGk;JU㗼XFF~!8g0sv1KMUJ~ύ舎OdX%B\;mÐB?}Nɵؗmur nbpQV">f +cfz1Ev1S䗆x1Rڣַ"Q)fx~IU3YǐZ<5A@:ˆT13k+1fЇfF4KఎK'~Ggt”"uCDIq_ģP1Q9;"=j34ܖUE@S'cҮ\)˖QL򻧷XShVmǝ + +I\f8NцWe]}d5e.ߜ41O-gźضycxڂN渣#Ӂ]-F:&Y'(x '٤h| v=:<n'u}HÀܴn}Q%/]rG71=Mp[ADOIs QC[T7G6{)}=jYg$6v{$wx8.t:NW(G^(}+rwUⰉ5b4| +|269_I +!>JWƲ Ab!t\YF_|qVjr*ܯ3O +WjZ9^ZD{ND]V@^rZT0B'jO,b9m~RjffK<|dZrdb?k2?1IՍ,4V΂xfOsovuۤZFŨz7DL5:*;f%  m0ƪ2Om,_+׶{4Y0;#Et$0QDECKW0R^Z y' O(leBХ8=M ;4Vpa&]M3}a}!W?ET AXA o~40[Yh֭M:eF=[sy ?gz` cEgjꊑq)O -M܈)qΙ"`}RR>pg`=jmSҿnՇOXOs@;֕74I|:g2)N?jPɚuP!.s{AEA:E%Cfhb fX(e77 +ImB z#U`7 +)1@#Xd6"Ggj1m kC'ch,#VklS!k5W:Fn`hPlx/5D M^wja)ׁ {rUT{ԅ嵩x;H>Y”0Wj+NJ6q=ljK{Y5rrrb^>f@PgG£-Xqjټ &1[?U4I1 %hk\~ bW[dd*th_ ݈~ #5NUL0'UຐRzfˈet:k,|\ 3ҟ%rG0@02+|ZbkqO4[FP$;סFؓDf+#=E,?}6N$#lD0Q4f]н NL4vRF*ųjo|ղasۣcseiZ]ueF;s6ܫ g+/l]j͏,qaǕ^26ZVۜ5voj"j_/z&MMʒsy-r}6S{q2ܖ0tĔrh;2 Ccξ5Զ(;`KwUw[Ҿ a*KKGPX*{s^1m-Pxg0A1[9[=@)8d֑$h$W +bC`՜Ŷ`&}OdLs]LAGs9sy#X<vam'SiSP?d02t$=].3-WIW9S͝ !5p06-K$^G3f J2[$Jf~&g&ib%'.i=Z)_,IȩX +}ЖBX1tbMu+ +s^]WV|0&/C:_tk=nc "[e%>1{a9oـ, 2>9:o;ʏ8}Cʀ_lK\|UEaB/IX[s'>>ߥ Y#ՒqOm lG9r[L$Y?E40wM%,C +N~i_ + k|d hQߚ{G`?i:|T%LRƅUesFr=\"ڒk[TK:V-29Gg泃~ph 5Z +o7swkBI>݇ B*dh1ړkiz[|5"Uu?KMAU9e/U:ه1m,84]w/]qlGWդkwpP 뻀l)h\q푌0_h}T!lqϋe 8 =\DsLz=?/ C'4DTF cwmq^% E~z( I"/BDe%6{Fzd-1(+NϤCլV{FyfE+Q@Mu'+G)9?ǯޅV1lYm"C;E82ݘHj>\ +Iy!Y#uÀ(f'{9ɣ҉5gM*<ᇈxн^-f^6%37?LaNG?0ݳf)h}NF :/Gk񞧮qm3pkT|~M|- JYt@[UĨ"4;F(6MΧSXfpgWxbS̚xA󙙳VdUwjĹrxdڋ%> jO}}w~ 57t_.Vɚ鳊!6BiC`k+]"gX8Usڈ.uu[nL1@.tqoyO(,8>]٩* U& ^R?ҷj +痛hU=viBTSm+Qi`B4Wi;&D:ܚ#/4FMqG+ HM\rk~-;QskI$|߾*ȥ: > U knA|j෈:*,5SUJF=&gU͏I"zfMY7`SyzwkCP"ن +Y^d xTJ'pꤊ5%VIU[#Qbp-\|L˖aG׎2%ecB…ӌEW9P +" VG\>Œ!Ts[+O[  oVD{_`6MJҬ>1O?||2f +|Et +퓋 $DԤgfRփQۇ-F}y/qQMe@ {Vؑ'9VBE,\kcŘ7zkyD^Hua}yrcKܗ?[{Ows+J1-491>ّș5 +ݲI8Sy vc~c"ۥl;ZzP[LEx^M٘6t|WIwHDJ0S7 +q(ҥCu+л*k0(΂{(p$дir_: +J7`[^o +Iq \ެs )k,-a}:y[NF8 XIT7#-fC$K57oLc/n1c:Ц%N` % DڝJ [&3! _\Ao,HLH(bɛDՅSSpYQ .DċZr̸M<Ц}zZ^ ?qk,@ϘX"wPyKL 0/GOWCe^G~rOs4AK闛(#t[t G fR4t(5YwC(iMA^t..@:{ ejK;b8fcSX[A%,o'N[]0-&=p*98~QF̈́~ -2䪨$K;*2K +mC%![L2yDk$">⃆}i,|_#_0DH1|:{kÄZsP&O!q΃7K~-PA0V[*L}˵>wy>-D >W|"dM.TDRِoжCK՟kXWDG p +kQ>$smlhCK"kWR`dCPT~z 5K}y 2O9wڏ H"HPAYh,}r#-q?޹Ƿ93n=8g, /3T7At:RqXէ%o~%h@+;c8Gy!irfs\ѫe/Q nBI"a+V$]KJvc+y}1B.qG\Zlc1 ujA1b~c͸z>ȧ+ I_ZJ90;Ϫ+d+-H])on~ߎ& :d#u1{QmHI^+ou%ӸtWS&fE9ԺV2pӬ< Je^5ɣ,pc2=U\!NwDAkŅaur[qS=b`04cBIF-m| ؅TJ.8`<&5C *Cg[ +lGn++^| +zW|?Q4iЇ9EbOvȗ[2&++BǴ>2.U)(= |wbF9(4zT Kʧ +Ń>1ĝ#~cIH|Pl;\c0.Mkw} V3˒?Z  Ms)q2%aLuQ姰$\5oiH6f3ZXT j;g@rR(r!>2}t7n_XٞPT僼tߘzs,fEO`K'Xj)Yz|ɅsM,sYh_+Lnf R@)JFꐸ RnlV!oq QVO:JF}tQEML{o1AP^\ gv񲿳=H^&P E,6XۮnjhQV#.Jċg)3)1 Nt!sԇ>_Vtz룦?Wl܉Ѳfҫ2J:ʹZ+=?0:GD 5'υ@ª w-}""ܒM"_QGr.4坐xxTS/m׹2uVGfs(m'`nj@,P +sܹUp1!W5ثi%bŹn[|+񌹑7t߃Xgl"X eDjz +(1 L+ݴm+Xz-xTJ 2? Pm$)2'рfX XH8v ӧ!^uR +lW9 _H wEp%Y݋ Fss)-l;42ua߃#iᅴ)}XD F)_DyYgw)I#x \@${ZםCs+D=a,ÝPduV"z[lPw"6"w({BC0feW 0H.4ddWl + #a5R~@lY#mA%(0kS&1$rjɦ3-*]&(j-6f̽␢4(r0.=8BbS♞F-Zb}|U|s}e9,*:/}l5Cn~;>T֤H7^/\2&zyM",gXpɸc#Ӟ.h(UIZ6V.E?zl@fYeA)]N6r d #)v{cxB٪xNz%^YY$V\:`XxsM[G8.4op=k}~tquQau +V%hf伅Chma[TDT4PK7`އl&8RD:!5'{#}_a_ͱOn%M;7O[\$#*5~/QM`=PA6E'IЫC@7Y`e:xU,(ގ 1b.YL.^`.UHC:B5RKTc|P͑mk^@ِ~Rwu:P\eFQ.P鉙Z|*ȸ+]znd䗌oU[ߴ -_"';<ܔ$a8O[~kF(qIg`!FT=dфR*"uyjM8 RK>:st^Ѐa +4(QZ ݫ{/#(o{"iy-UsVCsx}}|P +k ABqy "Y3LJk`,$ gѼt<Q>*Pū Et~ =l&0h\OS͔\PKsكAC5RX0w&O-6Ĕo> +YJ`IM Qㇷ+'.O9"[ .T0'N݋?lГ'biY|&j2'Ra|".BK &I-Q)i/?7E%tn~$K0O{2uXZ|@ Ć*P~D@: LlF@[#Gkx T/ +endstream +endobj +41 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-4 -235 731 800] +/FontName/ZVYTRB+CMTT10 +/ItalicAngle 0 +/StemV 69 +/FontFile 40 0 R +/Flags 4 +>> +endobj +40 0 obj +<< +/Filter[/FlateDecode] +/Length1 1383 +/Length2 7573 +/Length3 533 +/Length 8430 +>> +stream +xeXm Q:ahAa``NFASJN@󼷾ϻcǞ[?yq]:ܲ6.%gwn>'@yM>03!VPg+w ?P#3Pwɳ:AP3P,]P(  q=!6< +vZC޿l:ۺEp'd);x\ H77 eW?VNPϿ.N8PwO1_4!6P̪[`Yg;W@@w0?= '^3#S=9뿲:VPgw%~3r>p70R? v:Vp$Bm @71/; r(@[8%:{8Yv yܐÃ9">?t@^WwH @@^w/XXY7"+C"H?$Cb|@^k<ȰwTv? d$&w?B  lh"A@ ?"m8Fu6\@ ?"iH ҆6@ ?w""'-GnG>(eUvD=p'9/"- u5@d*XB'nKCB% E`s-oVkYH7:oVrf %LHε}I=2–Ѻ =!xHkQtZo;ޥI{Tm=[t6Ό ӒnCؗay7p-o to8n$uˇ?bTXBC͢3,c~RۃZQ.zClrN3i155[}`.U賈JqPd\A"߄5.d䶉^szff' ]"婑ewh?(1u?_3=ywK(-/\gV`Ҿ-;KxĞ4ִtyG +wyϘv?s9*opm$(iՋI5: n{~%.sMϾN3{ tbS]Crx;j~)e} PH AM!,SX)7V 7)AA1o}_F_W'~Cx`- +x -&;{5,re~o ^tuTH C7cQFY6-2LZq vpo&F&u{S ⹜TSgBWsy +o.+u}x)'XRC=?Kq~jq'<}'U%f2jj 8W0Rs)% dS,qzs%>9֛K,a ;1|[i\L6Yl'E =aǚGg^#%= IaMb..oJ&m@`J=rPZXljQ`b4`!>i/Um0k~6̻7^\qxvJš,\^NdZAJy\9!.hL5Y 6;y(a܉hI0Bɸ&KT=c{8fc?ojwhc";iR|WhaXJKW,sOB73&jAqzžL-g9+T6t0,I2Nuj=)vz]L,Κ (M39t\bY +Ym1L"/fL2%&B甗;?xr%a+nC.Gb21nC (xZnW#z$~].QG:g߰E{|Q _/6vú1GĦKLһ'ci~۱I`{iy]cu(ЎX:t@K{0Za3J)>ڡIN9Sڮ JߡLPT!wG,+ө2ad]/j/d[0KWg0hBzT1T?a;$QrvVtY"T/1ƕk>"1Nų4+n[ӛfk겊fEЗu򈷌zP<0dːe[,b49 .7MkT&9+fJ[^`fEn1Bnbc@5jA=G+GnqgJ!vri'u"m*qb0ʫ' 14R E;oCa~In̚T~?]٬[L}vrG9 3S:yE`we'=7z7<,|eФDE1Gs`J `bOyIV13og> q1"V[oe$2Tjiˤ_>ԄWSFGǡ}9"DHENL}WNUm(kE8껏3Qv3яS7d~KμHN2אkml Jv[iG}Ć{CY-Hb mwcvpe3=rzNhBQ&Q~F:1?CkpXCXx|М\F1^@F8\k~ssK[8Bmպ\*s8k` 4!s\]q.O81kI!%gNFC뫩ȟeICF\˫ٰ[:#sя* R8)ӷjt[L}x@:g,G:UfT .z,䈳-zvo؏?e˾W }Md:xf[s9MU8|LV4gH KI5RR e9(ͥI'*&.V%)eԠ?up\qyYnv4:VUյZ Q-KmSw m~}WMhԙ`]\hK݆'%eΩ_?i 3?&4\9/$;? +Lǿ0^<-[lM+V +I]#'xSאԼ;fMH,0<-'Hqb7-R5zA(j7X-o^$$5^$2FeVx4Cv`pO۽MpW# + Ys< ;ۨm}V6U >h'EoR4ǵxDfYKnp\ +8OF)&ek4j.08_YS;A0Kĩτ\yn9ޚs4ǝƾsq|ؤ-`_l$H0tڕf:gLS+{"I40h=Q DiaJRk'G^bE/%!Ţ)ԍNg̑2#y]o쵬1M_n9EP2\) BWO>):gܕٰ$R0)3'D;ک/9CG"WQ6]mb<h +k~\|^]*LP߶㜯 cQy(Oi;^j]Fw̸KI@NBc1a+'5:2dc p҈7`#zn +/5ilnJޛy}Iۏ$|:M +c +έfҹ&7Lh:\ + F.$>Z[NF.Zjx_m>P'a5pW5 ?NfnJ,kNMoFFY3Xp\3S&ÔGئ.0n,;c*/M +x{zh\0`="{Ņ rt=͈D{ћv $, +wzef܆юYc"{ӓAɨ˯J +?>XHv9؟(ou4&,AńEΫt.Ʉ$+Km όX)"c}sihv,9@ZbKVwFQVѬ1̂4C5=HP]AM y8!ʘWzw49GugR 1ƌOXZE}t 9SSJ.qP +>6EJ؆@gxW@Q/ҲT7f+{tgl^x`p +0 +phWIȋESfxY7jXTFn.JZ&漲"sJ-4%#W4pF|+1_ +Ό'[ÒUR'.S%2#o|Em +dϖў > +endobj +49 0 obj +<< +/Filter[/FlateDecode] +/Length1 837 +/Length2 875 +/Length3 533 +/Length 1471 +>> +stream +xiTWQںThHf .l ȮI& LfdVY"*.QPD@QQꂸ4GVXZZ[쟞̟>~s:(ɓ`PМ&$?t.L"66,9}pJ&cSngT"rChYR;o.@T4ǹ((q +2Jr<) +tmс0@J(aV1gkHx.`s`h*P4ȳc\\վ;wt\CRF tok8VeNJOZMAM.II#$HNT8&zu}gxˤGۣ$͊Bwۚ% (^͠ Aj,r8,IG +h>@ŰH\1tZQPu^k?k=3CH뢺ߍˋ1.rr'+OaM42 BQtsO,J=B* FDr6 :uxqO՗mcΥdͯ;ؖ|U|n +`<3ǖʙ}l4-?o[V>xZonygrȲSS-fB[_Ԝ~ 1VW1%mY+ UKYS^So8m]7gzONqXYww["Zpzu)1:g-në7]b?N3-_1;k+i C%~!Վu9q u@~RɊP +MeKTT6$eb +v\}֕p<ςGwV6%7om<6y)G cDrfzh*V"K!MYv>kc4W2#/AOxx~O߮ Ódviwl@ nO2t&>QZn^##;ɘ%ub !nF~2s}pbP|ζ:O<#86ir\5ŻIu'+XN&\V=Z8@Pr|݈Gͫ5h;DoipÆ-$h/,",p4C?&bk}1 ~p[-뽧M^21nI|uIsEG٥deW,D]vfGD\6Dmâ箉mwJ\\JK.>oѮ-a֗?I{lx-U@NIB^8w |P(;^4 |&_4-]çk>|11wSZ )ɗӐhApNj#Ke.yצB] +ȓ߸GdƦ9q//J +,hp6A~Ǵ'$ +endstream +endobj +57 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-163 -250 1146 969] +/FontName/WSCXQY+CMTI10 +/ItalicAngle -14.04 +/StemV 68 +/FontFile 56 0 R +/Flags 68 +>> +endobj +56 0 obj +<< +/Filter[/FlateDecode] +/Length1 1063 +/Length2 5561 +/Length3 533 +/Length 6281 +>> +stream +xgTSk +HG :RBޫ%. ޤl;tPzv=ٞ}Η;;Z\s>k # AXCp?_ #V(BAbbE󃈉Y/$`3K Elu+=@a@W:P7( + 0jiKn+ qwv SO@my5z[7_,ag?aN^pvqGAu3/sP*(+', + +sSyB!Z0= W +mk+om׮ rN.!aS6&^CMnva +"=H$ 'ykGn_ܶ`@9X!a=gx&Q?x 7-j~[V7:P"[]E6F[!V/CCx<|ʂb 1CUa>>>Qѿ6H$=Af[B=6;3|ŬAqXPHtJa؛D/7qwYO,'JM?)9)kvJ|8HYbԾ[P򿹟0)NBtFJVni2aGTa#v̗tAWßjMm"t =#sJS|ȼw?p{p[? +(C˾qǵZjns4 ߃$[b_1l&+FФn ۈ~DK\$ˊڋSڄŢПPqrrSeQ)ARSu%7vGE[\H˶d7}XL~M70,2c3wL)I w1OX_0[wꄱ]rG/Z<)4R!3!/>@0xbx!vJ@>wУX kktKP!H1dh͜_Rߴk~'HǻfD/I \Rğ?"3a!ASz2 4J[9n:xꑽ_񿀧XVӚV)h~9SlL&\FFÖ/+8v?Q7k]C`0sAGΡ OiVٌ;͠.RQ^ /ݦ̫V`LCs6/=F.\vzݢ?^HTaBR/uHBQju"I+&ñj|~IUьzl8u+ըG(_ b947P~D7ŨNgW!>[dUˤ]ȠPU4ZJ0޺bL0Rz4;#ͥV2YL{DW:N׎5$ꑅ3/6OniғL9߱ˊ2E')*\.2"yEw7RuAu1h.__Uw)9ޟf?38Nv.;b td]8%6;xalazJn f}R<3B"΅_a)ꢩ7e^sF&;Z! mGpFC+{%ʏmuls&s'6;bcԜo>G΢X~, eiGحg$}jl.#oT'ƈ)\U?ȃx]id<\=lJW;YZ Ķزqu>evA9ڴHFqG^ +~F|ƸN t.džG0,d5ibxsq7|a}<~ ~B^LEe8LSe^}rMgOr卌(ԏ__"|f;%("Ri=KuIk10;dӡv5iZs㋇S6vĬa۬u`Y3g3D%Ixa!f_7zVT7ҕTtmTX>;5 +Mm&4ظ"˲ӨGkHk pD †yu.y~c]WwW%<,e` k +4ZsNIU*n݈<10-/8/Uxln66͝evHk>/xq'OxKBX黝ں xR@{ AJYo2r;<1B|IWk5 -c}9"?-vW&Lhmcm\`i ZXZs5mpB.4)]k3<ژ;aKI?yW +wB_X(_*bv&>K?X|sTW'GN`q߿1q/؜rhߣuW5ORXziR2lZݨ8cZX~ +&> jUev[^Sҁπ8t@ׄ:*^{p₉EAD_J[7nCi|&@]䔠D"C&9M-?X\Itj 8X yb]Z(IFDaOtuIJj"MضwXp^16;`PE':t/]Ulߤ$|tV,vӚthWq.4U o~}w ncɣAD_dl0q"Vi`k~MI"D/X +?_uC2apnZ4ġ&+wxsľ DғҎ_{LHzr6_:.UˤY(Y*.raa`W84967˃ et4uoV' +_.d!ZEy$"+f/; R!ED|xr_3.SYRjje72m+̷zL1m_BW|F1EнhiLQeVQa\pygQәycYҌ_ Lwr#foxKO&xnƨorҭf[Ic4&<}ˇs[ ;A刳:M\zi, /m[s>tGH%-dЀ<6 ηk +y: p }>^. udWS~yɹu/|,u7?OKwH'12L4^C,c2eU a3}yMi h$ JIe2%j^xri. v:˔l7GuYX,$ +_ayT!T$_%h0{x4}x',Q\*!{fIpzbVDa'㴬EpclχH ' +O՝ҳX&<~NI}f*c{'tWw77Er D%49KĄI0O&.".;LzL:xWc5^RK[';.`%/35_,7[<pbP9ݵA0@U0c2CGo{N5&[gPAN,_5HzNY^RߞzEN2be#㮜ux7 $I\0)yْ[8:䞗_((ʼn'd\ڔ7ti9H_ 鴃'm7󷙷c35D%0 h%%1,iLH 6 P<6Z *`94vU 5ܥNsO=!|TJXh-7h TD8h`OcT,E;ăwi"^TU) bU+IW\;/<R.#ͬ1q}]Vg5d +-*|Kw)XIP*jE仮.VN1D4UUԓYׄH*K 4¬3 k0-H?!JwYUl׍fA,ދˆ9*Qo  !TqRH}uly^@GJQG] sf@ EJ{[lVI(Z o +Z Mno!cwV + 㔴4& +a!MI z`弉Kַ?Sj"{*v[ܙǤ[@鼟*p }6Kp/`F9ǧr_kF*;}v{2\pZ|$Z xDܟA:ڈ zK[ ,M\DZf-UCD^p b֝~Ɠx!bѬb#iZ6h ds\ӵu.Xod+W&\=I:KfBVr%ԉ>k†MC6feug XQz!&BlwUZqjeZ +b.06o`/V:)JI' +8A(ґ?F=8 +endstream +endobj +68 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-32 -250 1048 750] +/FontName/RASDLH+CMMI10 +/ItalicAngle -14.04 +/StemV 72 +/FontFile 67 0 R +/Flags 68 +>> +endobj +67 0 obj +<< +/Filter[/FlateDecode] +/Length1 775 +/Length2 1246 +/Length3 533 +/Length 1823 +>> +stream +x}8ǩ&YB̘a16yĈx+O3v^4 MuRRr:PmZBk}h:vw}ޏ7@DL tN&tM"a]G G 0%|`e HT5݆AT Se8EBBA'GE&\\p-"AhGbdbr 6O~ E(0]!5('Oc +Zz / jsW ʼn\_ sN$̏M!!! !ZʆyB-F$ ;K?C&^:xGQV5L~qe _m:yƃ:_&W:'>f}ƫkDRn>nCg#o$q1F~r pw8Cu>*`h]`H/ͤMIоhuV$n)K>x{@Ko̜JP+2SoD$a~mxuk^}yt.~]4Z~E0yaaRUR[_6N`9@avP*4畚АkPj-jCLMc`$7g>$dw݀"r_~zqƷ+2--9m9v~hKg0;U[`<\|i4[VگmO{1NI+]ǧ=T +[Vszƈ$<:Y1D:A]yV^[a鵛G2jj}-U?VSQX@tt+z֫jנ:)7=,1=1h ߪ7]rG-bހިꃶûnË&\ŋq>qYM+w WdSddyrw> +endobj +74 0 obj +<< +/Filter[/FlateDecode] +/Length1 915 +/Length2 2716 +/Length3 533 +/Length 3370 +>> +stream +xVy +@a4U54UPOQ>T@QK)x/, 0R}A"#ؒ ]q$@@P(AdB&jh\p3 % Pd<0\$ q?߸=a0`%H(DD<8L)9RHK_A>{Ԅ%tI>@APgzXBIM0 IT;Z_YbߘQ +>pF‘HCܹv '1F +ap'P eFId*I$M@~t:)/B@I_ԐhRSor0oBAb/f` H_Q$gyȡ05pBjhd"A#H5_ +P@<3Z'3 ]YǷA+HӍybᾧ\!oox6?Z]]Wp'ii# ;x]5{ϒ+e=Ie{qۈbU-P7GFGDX^%h }z +nbu\Uϫ)ڤۚ+G_O]3˫9e~GާRؿCYM_ 4k֪ [ [[Rд9#XZd7]5XI&/ mw [\x@Kh*Ns~WcjǥbYz{%6m07:f">69F KXz6jPAYr}'L_Ҳ23o,om(ͱ]51$nRcmTG#$xD{wEpmw_\ 1pл%%tlKH^]G/D8/D4)G66KLaCL̅\!jnvKƼ,-LO\ykj!YxKo +0_ٗY}頻Ō^L/z/hnb*O}Yfb>Z:56md +z?@Tu{SˎN>34a)hv`;cKM- j'$G*H^= D %)2rt@dqen(zbl$^HOxE?Ys>@:h׌^;zj/| +J#];ӿʾ2֕,]9.9ʼnΖőyfl]v8؅sfE"j42/mb>*/|iJ\R t;U,'S̹G+ϳb!k3뫟YyC\'spQ\(od@@ +1*<\D͉KȜg"_ԷϵaĥoXbkx*9/:F:x fbֻ֨#+hЖ:hcV[n~_G6Ќk,}5af= hF얻/*8G^F؛ y +u'Kct7KR%v3HVA ؂#U"lP"߽³qe +mRjaKx}uFq9\۳y0AleƘz:ka"- )KI)z.¦Ɨo9L#z^we/Ex+MHs$/R*Жp]+X[wd99Egz K:d-6xwJd֦Mv8+59L>wdA +WZe7N#,o7o +\V-b &yg% æO.-YQ9v\.㙤G(uY<|3W~%k;~~;@r^źtb:|=}e3L\ Y|\"}^0䓐žEZkktX[%fڧu걧E)O> &^h/]SjSpT8JȗJz+SW3R|K L]kV#Y(c2%ܩ&LW+S4˘E #.?lGDcHpL`Q4oq*Yѱ-68hptҀ8"ԹԔ$(cM0ILg- ׼J&}Zú-E'=a!V򂝶E#{]7zƳ1}_o}T,;!ϓ?9`|O{>;i|^6f%<3d杝qH`,)rݪ!Q\O"Rd"9u +endstream +endobj +1 0 obj +<< +/Creator( TeX output 2010.03.31:1829) +/Producer(dvipdfm 0.13.2d, Copyright \251 1998, by Mark A. Wicks) +/CreationDate(D:20100331183615-05'00') +>> +endobj +5 0 obj +<< +/Type/Page +/Resources 6 0 R +/Contents[43 0 R 4 0 R 44 0 R 45 0 R] +/Parent 95 0 R +>> +endobj +47 0 obj +<< +/Type/Page +/Resources 48 0 R +/Contents[43 0 R 4 0 R 52 0 R 45 0 R] +/Parent 95 0 R +>> +endobj +95 0 obj +<< +/Type/Pages +/Count 2 +/Kids[5 0 R 47 0 R] +/Parent 3 0 R +>> +endobj +54 0 obj +<< +/Type/Page +/Resources 55 0 R +/Contents[43 0 R 4 0 R 59 0 R 45 0 R] +/Parent 96 0 R +>> +endobj +61 0 obj +<< +/Type/Page +/Resources 62 0 R +/Contents[43 0 R 4 0 R 63 0 R 45 0 R] +/Parent 96 0 R +>> +endobj +65 0 obj +<< +/Type/Page +/Resources 66 0 R +/Contents[43 0 R 4 0 R 70 0 R 45 0 R] +/Parent 96 0 R +>> +endobj +96 0 obj +<< +/Type/Pages +/Count 3 +/Kids[54 0 R 61 0 R 65 0 R] +/Parent 3 0 R +>> +endobj +72 0 obj +<< +/Type/Page +/Resources 73 0 R +/Contents[43 0 R 4 0 R 77 0 R 45 0 R] +/Parent 97 0 R +>> +endobj +79 0 obj +<< +/Type/Page +/Resources 80 0 R +/Contents[43 0 R 4 0 R 81 0 R 45 0 R] +/Parent 97 0 R +>> +endobj +97 0 obj +<< +/Type/Pages +/Count 2 +/Kids[72 0 R 79 0 R] +/Parent 3 0 R +>> +endobj +83 0 obj +<< +/Type/Page +/Resources 84 0 R +/Contents[43 0 R 4 0 R 85 0 R 45 0 R] +/Parent 98 0 R +>> +endobj +87 0 obj +<< +/Type/Page +/Resources 88 0 R +/Contents[43 0 R 4 0 R 89 0 R 45 0 R] +/Parent 98 0 R +>> +endobj +91 0 obj +<< +/Type/Page +/Resources 92 0 R +/Contents[43 0 R 4 0 R 93 0 R 45 0 R] +/Parent 98 0 R +>> +endobj +98 0 obj +<< +/Type/Pages +/Count 3 +/Kids[83 0 R 87 0 R 91 0 R] +/Parent 3 0 R +>> +endobj +3 0 obj +<< +/Type/Pages +/Count 10 +/Kids[95 0 R 96 0 R 97 0 R 98 0 R] +/MediaBox[0 0 612 792] +>> +endobj +43 0 obj +<< +/Length 1 +>> +stream + +endstream +endobj +45 0 obj +<< +/Length 1 +>> +stream + +endstream +endobj +4 0 obj +<< +/Length 30 +>> +stream +1.00028 0 0 1.00028 72 720 cm +endstream +endobj +99 0 obj +<< +>> +endobj +100 0 obj +null +endobj +101 0 obj +<< +>> +endobj +2 0 obj +<< +/Type/Catalog +/Pages 3 0 R +/Outlines 99 0 R +/Threads 100 0 R +/Names 101 0 R +>> +endobj +xref +0 102 +0000000000 65535 f +0000135475 00000 n +0000137349 00000 n +0000137002 00000 n +0000137203 00000 n +0000135639 00000 n +0000012162 00000 n +0000036708 00000 n +0000036524 00000 n +0000000009 00000 n +0000041203 00000 n +0000041017 00000 n +0000000992 00000 n +0000045930 00000 n +0000045736 00000 n +0000001970 00000 n +0000048372 00000 n +0000048186 00000 n +0000002756 00000 n +0000052452 00000 n +0000052264 00000 n +0000003657 00000 n +0000055458 00000 n +0000055273 00000 n +0000004640 00000 n +0000068138 00000 n +0000067952 00000 n +0000005366 00000 n +0000076336 00000 n +0000076143 00000 n +0000006318 00000 n +0000078812 00000 n +0000078623 00000 n +0000007267 00000 n +0000087944 00000 n +0000087754 00000 n +0000008197 00000 n +0000097924 00000 n +0000097736 00000 n +0000009118 00000 n +0000112759 00000 n +0000112573 00000 n +0000010020 00000 n +0000137103 00000 n +0000010748 00000 n +0000137153 00000 n +0000012006 00000 n +0000135741 00000 n +0000015065 00000 n +0000121499 00000 n +0000121304 00000 n +0000012223 00000 n +0000013158 00000 n +0000014984 00000 n +0000135922 00000 n +0000018965 00000 n +0000123278 00000 n +0000123083 00000 n +0000015127 00000 n +0000016092 00000 n +0000018861 00000 n +0000136026 00000 n +0000021932 00000 n +0000019027 00000 n +0000021830 00000 n +0000136130 00000 n +0000025706 00000 n +0000129868 00000 n +0000129674 00000 n +0000021994 00000 n +0000022924 00000 n +0000025590 00000 n +0000136319 00000 n +0000029123 00000 n +0000131991 00000 n +0000131805 00000 n +0000025768 00000 n +0000026717 00000 n +0000029019 00000 n +0000136423 00000 n +0000031211 00000 n +0000029185 00000 n +0000031131 00000 n +0000136605 00000 n +0000033631 00000 n +0000031273 00000 n +0000033517 00000 n +0000136709 00000 n +0000035544 00000 n +0000033693 00000 n +0000035464 00000 n +0000136813 00000 n +0000036462 00000 n +0000035606 00000 n +0000036393 00000 n +0000135845 00000 n +0000136234 00000 n +0000136527 00000 n +0000136917 00000 n +0000137282 00000 n +0000137304 00000 n +0000137326 00000 n +trailer +<< +/Size 102 +/Root 2 0 R +/Info 1 0 R +>> +startxref +137446 +%%EOF diff --git a/Work/Documentation/xstring-en.pdf b/Work/Documentation/xstring-en.pdf new file mode 100644 index 0000000..d7581cd Binary files /dev/null and b/Work/Documentation/xstring-en.pdf differ diff --git a/Work/Ontology/190910-wordcloud.owl b/Work/Ontology/190910-wordcloud.owl new file mode 100644 index 0000000..bda3818 --- /dev/null +++ b/Work/Ontology/190910-wordcloud.owl @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Work/Ontology/student-consulting-organization.owl b/Work/Ontology/student-consulting-organization.owl new file mode 100644 index 0000000..3c50b52 --- /dev/null +++ b/Work/Ontology/student-consulting-organization.owl @@ -0,0 +1,1421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + definition + A statement or formal explanation of the meaning of a concept. + + + + + + + + + + + + + + + + note + A general note, for any purpose. + This property may be used directly, or as a super-property for more specific note types. + + + + + + + + + + + + + + + + + + + + + + has member + relates something, typically a group or organization, to some discrete thing identified as a part (member) of it + This property should be read as being the property of a logical union of group and organization (not shown). + + + + + + + + + + is member of + belonging, either individually or collectively, to a group + + + + + + + + + QName: fibo-fnd-pty-rl:isPlayedBy + + is played by + indicates the independent thing, typically a person or organization filling a role + a party, counterparty, or third party to a contract is played by an organization or person; an issuer of a financial instrument is typically played by an organization. + + + + + + + + + + next process + + + + + + + + + next rank + + + + + + + + + customer/team/etc part of project + processes part of SCO + part of + + + + + + + + + QName: fibo-fnd-pty-rl:playsRole + + plays role + indicates a role that an independent thing, such as a person or organization, plays under some circumstance + an organization in the role of employer, issuer, regulatory agency, bank, custodian, etc. + + + + + + + + previous process + + + + + + + + previous rank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Werbeprozess + advertising process + + + + + + + + + + + + + + + Beirat + advisor + + + + + + + + agent + + + + + + + + + + + + + + + Alumnus + alumnus + + + + + + + + + Kalender + calendar + + + + + + + + + + + + + + + + + + + + + Karriereprozess + career process + + + + + + + + + QName: fibo-be-oac-exec:ChiefExecutiveOfficer + + Vorstandsvorsitzende Person + chief executive officer + Top executive responsible for a firm's overall operations and performance. He or she is the leader of the firm, serves as the main link between the board of directors (the board) and the firm's various parts or levels, and is held solely responsible for the firm's success or failure. One of the major duties of a CEO is to maintain and implement corporate policy, as established by the board. Also called President or managing director, he or she may also be the chairman (or chairperson) of the board. + CEO + http://www.businessdictionary.com/definition/chief-executive-officer-CEO.html + + + + + + + + + QName: fibo-be-oac-exec:ChiefFinancialOfficer + + Finanzverantwortliche Person + chief financial officer + Senior-most executive responsible for financial control and planning of a firm or project. He or she is in charge of all accounting functions including (1) credit control, (2) preparing budgets and financial statements, (3) coordinating financing and fund raising, (4) monitoring expenditure and liquidity, (5) managing investment and taxation issues, (6) reporting financial performance to the board, and (7) providing timely financial data to the CEO. Also called chief finance officer, comptroller, controller, or finance controller. + CFO + http://www.businessdictionary.com/definition/chief-financial-officer-CFO.html + + + + + + + + + chief legal officer + + + + + + + + + + + + + + + + + + + + + + + + + + + Berater + consultant + + + + + + + + + QName: fibo-fnd-agr-ctr:Contract + + Vertrag + contract + a voluntary, deliberate agreement between two or more competent parties to which those parties agree to be legally bound, and to which the parties must have provided valuable consideration + http://www.businessdictionary.com/definition/contract.html + Contracts are usually written but may be spoken or implied, and generally have to do with employment, sale or lease, or tenancy. + + + + + + + + + + + + + + + + + + + + + + + QName: fibo-be-oac-exec:CorporateOfficer + + Vorstand + corporate officer + The executives of a corporation charged with certain operational responsibilities. Typically appointed by the board of directors, the corporate officers usually include the Chief Executive Officer (CEO), Chief Financial Officer (CFO), President, and in some corporations the Chief Operating Officer. + Some party which is recognized by law as having the role and responsibilities defined for a Public Officer as described in that law. + http://www.investorwords.com/15091/corporate_officers.html + + + + + + + + + + + + + + + QName: fibo-fnd-pas-pas:Customer + + Kunde + customer + a buyer that receives or consumes products (goods or services) and has the ability to choose between different products and suppliers + http://www.businessdictionary.com/definition/customer.html + + + + + + + + + Dokument + document + https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/Document + + + + + + + + + + + + + + + Ausbildungsprozess + education process + + + + + + + + + + + + + + + Vorstand + + + + + + + + + + + + + + + Externer Ausbildungsprozess + external education process + + + + + + + + + + Externes Projekt + external project + + + + + + + + + financial patron + + + + + + + + + gantt diagram + + + + + + + + + Gruppe + group + + + + + + + + + Human-Resources-Prozess + human resource process + + + + + + + + + ideological patron + + + + + + + + + + + + + + + Interner Ausbildungsprozess + internal education process + + + + + + + + + Internes Projekt + internal project + + + + + + + + + Rechnung + invoice + + + + + + + + + + + + + + + + + + + + + + + + + + + Junior Berater + junior consultant + + + + + + + + + + + + + + + Mitglied + + + + + + + + + + + + + + + Mitgliederversammlung + + + + + + + + + + + + + + + Offboarding-Prozess + offboarding process + The process of parting ways between the organization and a member. Can occur during every phase of the human resource process. + + + + + + + + + Angebot + offering + + + + + + + + + + + + + + + + + + + + + Onboarding-Prozess + onboarding process + The process of preparing a new member for the work in and with the organization. Typically involves educating the new member about the internal and external processes, documenting personal data, etc. + + + + + + + + + + + + + + + + QName: fibo-fnd-org-org:Organization + + Organisation + organization + a unique framework of authority within which a person or persons act, or are designated to act, towards some purpose, such as to meet a need or pursue collective goals on a continuing basis + This may be a business entity or a government, international or not-for-profit, or other unincorporated social organization. + https://www.iso.org/obp/ui/#iso:std:iso-iec:6523:-1:ed-1:v1:en + + + + + + + + + organizational role + + + + + + + + + + + + + + + + + + + + + + patron + + + + + + + + + QName: fibo-fnd-aap-ppl:Person + + Person + person + a person; any member of the species homo sapiens + natural person + + + + + + + + + presentation + + + + + + + + Prozess + process + + + + + + + + + + + + + + Projekt + project + + + + + + + + + Projektvertrag + project contract + + + + + + + + + + + + + + + + + + + + + + + Projektcontroller + project controller + + + + + + + + + + + + + + + Projektdokumentationsprozess + project documentation process + + + + + + + + + + + + + + + Projektevaluationsprozess + project evaluation process + + + + + + + + + + + + + + + + + + + + + Projektdurchführungsprozess + project execution process + + + + + + + + + + + + + + + Projektabschlussprozess + project finalization process + + + + + + + + + + + + + + + Projektzielentwicklungsproezess + project goal development process + + + + + + + + + + + + + + + + + + + + + Projektinitiierungsprozess + project initiation process + + + + + + + + + + + + + + + Projektabrechnungsprozess + project invoicing process + + + + + + + + + Projektplan + project plan + + + + + + + + + + + + + + + Projektplanungsprozess + project planning process + + + + + + + + + Projektprozess + project process + + + + + + + + + + + + + + + Projektrisikobewertungsprozess + project risk assessment process + + + + + + + + + Projektrolle + project role + + + + + + + + + + + + + + + + + + + + + Projektverkaufsprozess + sales process + + + + + + + + + + + + + + + Projektbesteuerungsprozess + project taxation process + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Projektteam + project team + + + + + + + + + + + + + + + Projektteambewerbungsprozess + project team application process + + + + + + + + + + + + + + + + + + + + + + + + Projektteam-Leiter + project team leader + + + + + + + + + + + + + + + Projektteambesetzungsprozess + project team making process + + + + + + + + + + + + + + + + + + + + + + + + + Projektteam-Mitglied + project team member + + + + + + + + + + + + + + + Projektteamauswahlprozess + project team selection process + + + + + + + + + + + + + + + + + + + + + Recruiting-Prozess + recruiting process + The process of acquiring new members for the organization. Typically involves advertising using different means. + + + + + + + + + report + + + + + + + + QName: fibo-fnd-pty-rl:Role + + Rolle + role + A role is a set of connected behaviours, rights, obligations, beliefs, and norms as conceptualised by actors in the context of some situation. + http://en.wikipedia.org/wiki/Role + + + + + + + + + + + + + + + + + + + + + + Senior Berater + senior consultant + + + + + + + + + Studentische Unternehmensberatung + student consulting organization + + + + + + + + + + + + + + + + + + + + + Trainee + trainee + A person that has stated the intent to join the organization but is not yet a member (e.g. a person that has not yet fullfilled the necessary requirements). + + + + + + + + + Dachverband + umbrella organization + + + + + + + + + Universität + university + + + + + + + + + work document + A document that is part or result of the work within a project. + + + + + + + + + + + + + + + + + + + Thing + + + + + + + + + + + + + + + + + + + + + + diff --git a/Work/main.bib b/Work/main.bib new file mode 100644 index 0000000..e693e75 --- /dev/null +++ b/Work/main.bib @@ -0,0 +1,205 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Felix Förtsch at 2020-04-04 16:21:47 +0200 + + +%% Saved with string encoding Unicode (UTF-8) + + + +@book{iso-9000-2015, + Address = {[Geneva]}, + Date-Added = {2020-04-04 16:21:26 +0200}, + Date-Modified = {2020-04-04 16:21:47 +0200}, + Edition = {4th edition}, + Institution = {International Organization for Standardization.}, + Publisher = {ISO Copyright office}, + Title = {Quality management systems - fundamentals and vocabulary (ISO 9000:2015).}, + Year = {2015}} + +@inproceedings{2014foisbpmn, + Author = {Marco Rospocher and Chiara Ghidini and Luciano Serafini}, + Bibsource = {dblp computer science bibliography, http://dblp.org}, + Biburl = {http://dblp.uni-trier.de/rec/bib/conf/fois/RospocherGS14}, + Booktitle = {Formal Ontology in Information Systems - Proceedings of the Eighth International Conference, FOIS2014, September, 22-25, 2014, Rio de Janeiro, Brazil}, + Date-Added = {2020-03-19 16:46:00 +0100}, + Date-Modified = {2014-09-25 10:44:08 +0000}, + Doi = {10.3233/978-1-61499-438-1-133}, + Editor = {Pawel Garbacz and Oliver Kutz}, + Pages = {133--146}, + Publisher = {{IOS} Press}, + Timestamp = {Thu, 25 Sep 2014 12:02:17 +0200}, + Title = {An ontology for the Business Process Modelling Notation}, + Url = {http://dx.doi.org/10.3233/978-1-61499-438-1-133}, + Volume = {267}, + Year = {2014}, + Bdsk-Url-1 = {http://dx.doi.org/10.3233/978-1-61499-438-1-133}} + +@url{schema-mission, + Author = {Schema.org}, + Date-Added = {2020-03-16 18:33:46 +0100}, + Date-Modified = {2020-03-16 19:29:52 +0100}, + Title = {About Schema.org}, + Url = {https://schema.org/docs/about.html}, + Urldate = {2020-03-16}, + Bdsk-Url-1 = {https://schema.org/docs/about.html}} + +@electronic{iso-process-approach, + Author = {International Organization for Standardization}, + Date-Added = {2020-03-10 14:48:26 +0100}, + Date-Modified = {2020-03-16 19:29:44 +0100}, + Title = {The Process Approach in ISO 9001:2015 (ISO/TC 176/SC 2/N1289)}, + Urldate = {2020-03-10}} + +@book{Weske:2019aa, + Author = {Mathias Weske}, + Date-Added = {2020-03-09 13:24:59 +0100}, + Date-Modified = {2020-03-09 13:27:24 +0100}, + Isbn = {978-3-662-59432-2}, + Publisher = {Springer}, + Title = {Business Process Management : Concepts, Languages, Architectures}, + Year = {2019}} + +@book{stuckenschmidt2010ontologien, + Author = {Stuckenschmidt, Heiner}, + Date-Added = {2020-03-07 17:07:49 +0100}, + Date-Modified = {2020-03-07 17:10:59 +0100}, + Isbn = {978-3-642-05403-7}, + Publisher = {Springer}, + Title = {Ontologien: Konzepte, Technologien und Anwendungen}, + Year = {2010}} + +@article{Hesse_2014, + Author = {Hesse, Wolfgang and Engesser, Hermann}, + Date-Added = {2020-03-07 16:59:14 +0100}, + Date-Modified = {2020-03-12 13:50:24 +0100}, + Doi = {10.1007/s00287-014-0808-2}, + Issn = {1432-122X}, + Journal = {Informatik-Spektrum}, + Month = {05}, + Number = {4}, + Pages = {281--282}, + Publisher = {Springer Science and Business Media LLC}, + Title = {Ontologie}, + Url = {http://dx.doi.org/10.1007/s00287-014-0808-2}, + Volume = {37}, + Year = {2014}, + Bdsk-Url-1 = {http://dx.doi.org/10.1007/s00287-014-0808-2}} + +@book{Russell:2010aa, + Address = {New Jersey}, + Author = {Stuart Russell}, + Date-Added = {2020-03-07 15:56:43 +0100}, + Date-Modified = {2020-03-07 17:29:40 +0100}, + Edition = {3th ed.}, + Isbn = {978-0-136-04259-4}, + Publisher = {Pearson}, + Title = {Artificial intelligence : a modern approach}, + Year = {2010}} + +@electronic{Dan-Brickley2014FOAF-Vocabulary, + Author = {Dan Brickley, Libby Miller}, + Date-Added = {2020-02-27 15:32:08 +0100}, + Date-Modified = {2020-03-16 18:48:44 +0100}, + Language = {English}, + Month = {01}, + Title = {FOAF Vocabulary Specification 0.99}, + Url = {http://xmlns.com/foaf/spec/}, + Urldate = {2020-02-27}, + Year = {2014}, + Bdsk-Url-1 = {http://xmlns.com/foaf/spec/}} + +@url{guide-to-ontology, + Author = {Natalya F. Noy and Deborah L. McGuinness}, + Date-Added = {2020-02-21 16:58:02 +0100}, + Date-Modified = {2020-03-16 18:47:08 +0100}, + Title = {Ontology Development 101: A Guide to Creating Your First Ontology}, + Url = {https://protege.stanford.edu/publications/ontology_development/ontology101-noy-mcguinness.html}, + Urldate = {2020-02-20}, + Bdsk-Url-1 = {https://protege.stanford.edu/publications/ontology_development/ontology101-noy-mcguinness.html}} + +@article{musen2015protege, + Author = {Musen, Mark A}, + Date-Added = {2020-02-21 16:54:57 +0100}, + Date-Modified = {2020-02-21 16:54:57 +0100}, + Journal = {AI matters}, + Number = {4}, + Pages = {4--12}, + Publisher = {ACM New York, NY, USA}, + Title = {The prot{\'e}g{\'e} project: a look back and a look forward}, + Volume = {1}, + Year = {2015}} + +@article{arapinis2015plea, + Author = {Arapinis, Alexandra and Vieu, Laure}, + Date-Added = {2020-02-13 11:12:31 +0100}, + Date-Modified = {2020-02-13 11:12:31 +0100}, + Journal = {Applied Ontology}, + Number = {3-4}, + Pages = {285--296}, + Publisher = {IOS Press}, + Title = {A plea for complex categories in ontologies}, + Volume = {10}, + Year = {2015}} + +@inproceedings{rogers1997terminological, + Author = {Rogers, JE and Rector, Alan L}, + Booktitle = {Proceedings of the AMIA Annual Fall Symposium}, + Date-Added = {2020-02-11 17:52:29 +0100}, + Date-Modified = {2020-02-11 17:52:29 +0100}, + Organization = {American Medical Informatics Association}, + Pages = {610}, + Title = {Terminological systems: bridging the generation gap.}, + Year = {1997}} + +@book{baader2017introduction, + Author = {Baader, Franz and Horrocks, Ian and Lutz, Carsten and Sattler, Uli}, + Date-Added = {2020-02-10 14:57:07 +0100}, + Date-Modified = {2020-03-07 17:12:22 +0100}, + Isbn = {978-0-521-87625-4}, + Publisher = {Cambridge University Press}, + Title = {Introduction to Description Logic}, + Year = {2017}} + +@phdthesis{loebe2015ontological, + Author = {Loebe, Frank}, + Date-Added = {2020-01-15 15:04:28 +0100}, + Date-Modified = {2020-03-12 13:50:10 +0100}, + Month = {03}, + School = {Universit{\"a}t Leipzig}, + Title = {Ontological Semantics: An Attempt at Foundations of Ontology Representation}, + Year = {2015}} + +@article{loebe2003analysis, + Author = {Loebe, Frank}, + Date-Added = {2020-01-13 14:13:09 +0100}, + Date-Modified = {2020-01-13 14:13:09 +0100}, + Journal = {Onto-Med Report}, + Title = {An analysis of roles: Towards ontology-based modelling}, + Volume = {6}, + Year = {2003}} + +@article{loebe2007abstract, + Author = {Loebe, Frank}, + Date-Added = {2020-01-06 13:25:28 +0100}, + Date-Modified = {2020-01-06 13:25:28 +0100}, + Journal = {Applied Ontology}, + Number = {2}, + Pages = {127--158}, + Publisher = {IOS Press}, + Title = {Abstract vs. social roles--Towards a general theoretical account of roles}, + Volume = {2}, + Year = {2007}} + +@url{stabu2019a, + Author = {Statistisches Bundesamt}, + Date-Added = {2019-12-01 14:10:59 +0100}, + Date-Modified = {2020-03-16 18:47:46 +0100}, + Keywords = {Statistik}, + Month = {10}, + Title = {Zusammengefasste Abschlusspr{\"u}fungen mit erstem und weiteren Abschluss sowie Gesamtstudienzeit (2016-2018)}, + Url = {https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Bildung-Forschung-Kultur/Hochschulen/Tabellen/bestandenepruefungen-studiendauer.html}, + Urldate = {2020-03-01}, + Year = {2019}, + Bdsk-Url-1 = {https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Bildung-Forschung-Kultur/Hochschulen/Tabellen/bestandenepruefungen-studiendauer.html}} diff --git a/Work/main.tex b/Work/main.tex new file mode 100644 index 0000000..dc49bfc --- /dev/null +++ b/Work/main.tex @@ -0,0 +1,924 @@ +% !TeX encoding = UTF-8 +% !TeX spellcheck = en_US + +% Document Version: v1 + +%******************************************************************************* +%* Work Configuration +%******************************************************************************* +\title{An Ontology of Student Consulting Organizations} +\author{Felix Förtsch} +\documentclass[a4paper, DIV=13, BCOR=0cm]{scrbook} + +%******************************************************************************* +%* Packages +%******************************************************************************* +\usepackage[english]{babel} +\usepackage[urldate=iso]{biblatex} +\usepackage{csquotes} +\usepackage{hyperref} % Hyperlink-Helfer +\usepackage{paralist} % Erlaubt verschiedene neue Listen-Umgebungen (zB inparaenum) +\usepackage{mdframed} % Rahmen-Umgebung +\usepackage{lscape} % Querformat-Umgebung +\usepackage[toc, section=section, numberedsection=autolabel]{glossaries} % Glossar +\usepackage[titletoc]{appendix} +\usepackage{progressbar} +\usepackage{xstring} +\usepackage{fontspec} + +%******************************************************************************* +%* Configuration +%******************************************************************************* +% Language +\selectlanguage{english} + +% Bibliography +\bibliography{main} +\KOMAoptions{bibliography=numbered} +\KOMAoptions{bibliography=leveldown} + +% Table of Contents +\setcounter{tocdepth}{\paragraphtocdepth} + +% SubSubsection numbering +\setcounter{secnumdepth}{5} + +% Layout Settings +\KOMAoptions{draft=false} +\KOMAoptions{twoside=false} +\KOMAoptions{titlepage=true} +%\KOMAoptions{headings=small} +\KOMAoptions{parskip=half} % Deaktiviert den den Absatzeinzug + +% Header and Footer +\pagestyle{headings} +\KOMAoptions{headsepline=true} % Aktiviert eine Trennlinie zwischen Header und Dokument +%\KOMAoptions{footnotes=multiple} + +% Style +%\setmainfont[ +% Path=Fonts/, +% Extension=.ttf, +% UprightFont=*, +% BoldFont=*-Bold, +% ItalicFont=*-Italic, +% BoldItalicFont=*-BoldItalic +%]{DejaVuSerif} +%\setmonofont[ +% Path=Fonts/, +% Extension=.otf, +% UprightFont=*-Regular, +% BoldFont=*-Bold, +%]{FiraCode} + +%******************************************************************************* +%* Macros +%******************************************************************************* +\newcommand{\eg}{e.\,g.\ } +\newcommand{\Eg}{E.\,g.\ } +\newcommand{\class}[1]{\texttt{\textbf{#1}}} +\newcommand{\relation}[1]{\texttt{#1}} +\newcommand{\pn}[1]{\textit{\textbf{#1}}} +\newcommand{\foottt}[1]{\footnote{\texttt{#1}}} +\newcommand{\link}[2]{\href{#1}{$\hookrightarrow$#2}} + +%******************************************************************************* +%* Glossar +%******************************************************************************* +\glsdisablehyper % Disables hyperlinks for the glossary +\makenoidxglossaries + +% Acronyms +\newacronym{sco}{SCO}{Student Consulting Organization} +\newacronym{je}{JE}{Junior Enterprise} +\newacronym{bdsu}{BDSU}{Bundesverband Deutscher Studentischer Unternehmensberatungen} +\newacronym{jcn}{JCNetwork}{Junior Consultant Network} +\newacronym{hc}{HC}{Hanseatic Consulting} +\newacronym{ci}{CI}{Campus Inform} +\newacronym{kiss}{KISS}{Keep It Stupid Simple} +\newacronym{aktg}{AktG}{Aktiengesetz} +\newacronym{gmbhg}{GmbHG}{Gesetz betreffend die Gesellschaften mit beschränkter Haftung} +\newacronym{foaf}{FOAF}{Friend of a Friend} +\newacronym{dcmi}{DCMI}{Dublin Core Metadata Initiative} +\newacronym{dcmt}{DCMT}{Dublin Core Metadata Terms} +\newacronym{bfo}{BFO}{Basic Formal Ontology} +\newacronym{gfo}{GFO}{General Formal Ontology} +\newacronym{fibo}{FIBO}{Financial Industry Business Ontology} +\newacronym{gist}{GIST}{GIST} +\newacronym{schema}{Schema}{Schema.org Ontology} +\newacronym{doap}{DOAP}{Description of a Project} +\newacronym{bpmn}{BPMN}{Business Process Modeling and Notation} +\newacronym{epc}{EPC}{Event-Driven Process Chain} +\newacronym{uml}{UML}{Unified Modeling Language} +\newacronym{psl}{PSL}{Process Specification Language} +\newacronym{nist}{NIST}{National Institute of Standards and Technology} +\newacronym{opm}{OPM}{Object Process Methodology} +\newacronym{hrp}{HRP}{Human Resource Process} +\newacronym{pp}{PP}{Project Process} +\newacronym{oc}{OC}{Organizational Context} +\newacronym{pc}{PC}{Project Context} +\newacronym{co}{CO}{Coporate Officer} +\newacronym{ceo}{CEO}{Chief Executive Officer} +\newacronym{cfo}{CFO}{Chief Financial Officer} +\newacronym{cto}{CTO}{Chief Technical Officer} +\newacronym{clo}{CLO}{Chief Legal Officer} +\newacronym{coo}{COO}{Chief Operating Officer} +\newacronym{iso}{ISO}{International Organization for Standardization} + +%******************************************************************************* +%* Dokumentenanfang +%******************************************************************************* +\begin{document} + +\titlehead{Overall Progress: \progressbar[filledcolor=yellow]{0.3}} +\subject{Bachelor's Thesis} +\title{Student Consulting Organizations} +\subtitle{A Domain Ontology} +\author{Felix Förtsch \\ 3708438} +\date{01.04.2020} +\publishers{Leipzig University} +\maketitle + +\frontmatter +\chapter*{Abstract \progressbar[filledcolor=green]{1}} + This work develops a domain ontology for \glspl{sco}. The model declares the domain knowledge and defines its vocabulary. It contains the information necessary to establish or run such an organization in a university context. Additionally it allows for optimization in existing organizations and contributes to cooperation between \glspl{sco} by organizing the existing knowledge. It maximizes the use of vocabularies, relations, and classes from established ontologies like \gls{foaf}, \gls{fibo}, \gls{gfo}, and \gls{gist} to link the domain knowledge into a bigger context. The main resource of the developed ontology are \glspl{sco} from Germany, but the concepts can be transferred and made applicable in a wider area. + +\chapter*{Formatting} +\begin{compactitem} + \item Hyperlinks are embedded and clickable in the PDF. They are marked with an arrow and a light blue border: \link{https://hyperlink.com}{Hyperlink} + \item Everything related to the ontology implementation, such as references to classes or relations, is written as \texttt{typewriter text}. + \item Relations are written in camelCase: \texttt{subclassOf} + \item Classes are bold, capitalized, and use Snake\_Case: \texttt{\textbf{Awesome\_Class}} + \item Name spaces may be added to a class for clarification; they are separated by a colon: \class{namespace:Class} +\end{compactitem} + +% To raise awareness for unfairness in society, we use the female form of words where it is possible. + +% TODO: Decide on labeling system \url{https://en.wikipedia.org/wiki/Simple_Knowledge_Organization_System} +\newpage + +\tableofcontents +\newpage + +\mainmatter +\chapter{Introduction \progressbar[filledcolor=yellow]{0.6}} +\section{Motivation \progressbar[filledcolor=green]{0.8}} +\gls{sco}\footnote{Also known as \link{https://en.wikipedia.org/wiki/Junior_enterprise}{\glspl{je}} in some parts of the world.} are student-run consulting businesses, that focus on teaching their members essentials business and life skills exceeding the theoretical knowledge from university. They are very similar to small to medium consulting businesses, but are run and organized---most of the time exclusively---by students. And even though the concept is not universally know, these kind of organizations exists worldwide and have a history dating back to at least 1967\footnote{The founding of \link{https://www.en.junioressec.com/}{Junior ESSEC} in France.}. Germany has two different umbrella organizations for \glspl{sco} with more than 60 member organizations.\footnote{\link{https://bdsu.de}{\gls{bdsu}}, \link{https://jcnetwork.de}{\gls{jcn}}} + +But as far as we know, there hasn't yet been any effort to collect and compose the existing domain knowledge of German \glspl{sco} in a publicly available and usable form. We consider this an important task, since it is a contribution to prevent knowledge loss that is inherent in the dynamics of these organizations: the majority of the staff are students and thus their consulting career is inherently linked to their university career: + +\begin{enumerate} + \item The career is time-bound to the duration of the education. A bachelor's degree in Germany averages 7,5-7,6 semesters and a master's degree 4,2-4,5 semesters, which adds up to a total of 11,7-12,1 semesters or ca. six years. \cite{stabu2019a} This frames the available time for the transfer of the domain knowledge.\footnote{There sometimes are also PhD students, but they can be considered outliers and are atypical.} + \item The career is in parallel to the curriculum. From our experience, freshmen that decide to join student organizations typically do so at the beginning of their second or third semester, after they got acclimated with the workload of their university classes. Since students usually participate in parallel to their education---and the focus is typically on the education---, they have to manage their time accordingly, which reduce time spent with the \gls{sco}. Furthermore, students may have other (\eg personal) interests that compete with the same time budget. +\end{enumerate} + +The reasons above reduce the available time for knowledge transfer and persistence and make these problems harder. Many \glspl{sco} have worked on and developed solutions to help with this problem. Some of them are informal, some formal in nature. For example: One particular organization, \link{https://hanseaticconsulting.de}{\gls{hc}}, used process methodology to document a lot of their knowledge. + +However, the majority of available domain documents are highly individualized and miss the necessary level of abstraction to make them directly applicable to other \glspl{sco}. But even though every \gls{sco} is organized slightly differently than the next, uses different vocabulary and each has their individual culture, they all share the idea of teaching consulting and project work to their members. Since they aim for the same goal, they are very similar at their core. + +Therefore we try to contribute a more general model in the form of an ontology that tries to combine the domain knowledge, vocabulary, and common concepts. + +\section{Goal and Scope of the Work \progressbar[filledcolor=green]{1}} +The goal of this work is the description of an abstract \gls{sco}. It extracts the available implicit expert knowledge, links it with related work, and transforms it into explicit knowledge by using an ontology as its vehicle. It defines common classes and relations required to describe such an organization using domain vocabulary. Additionally it provides terminology explanations, background knowledge, and links into other ontologies where it is sensible. + +\section{Deliverables \progressbar[filledcolor=green]{1}} +The output of this work are two documents: +\begin{compactitem} + \item This thesis as a documentation and explanation of the ontology development process including but not limited to: methodology, background information, decisions in regards to the ontology, etc. + \item The ontology document as a representation of the domain knowledge. +\end{compactitem} + +\section{Out of Scope \progressbar[filledcolor=red]{0.1}} +\begin{compactenum} + \item This work is not a thesaurus and not a documentation about a specific Student Consulting Organization. + \item No diagram for individual orgs + \item The ontology will not include the individual project process, since projects differ vastly between each other and more general ontologies and frameworks for projects already exists. +\end{compactenum} + +\section{Outlook \progressbar[filledcolor=yellow]{0.5}} +The main motivation of this work is documenting the domain knowledge and making it available to interested parties, such as the umbrella organizations, \glspl{sco}, or students. Furthermore: Creating a computer-readable ontology with this goal in mind can help advance the idea of \glspl{sco}, for example by enabling software projects. + +One particular use case in the intersection between knowledge management and software projects, is the creation of a tool that helps with founding new \glspl{sco} at universities where no \gls{sco} currently exists. Creating an organization without guidance is a daunting task; having a repository available, that structures and describes the elemental components of such an organization, can be a great help. + +\chapter{Ontologies \progressbar[filledcolor=green]{0}} +\begin{quote} + \enquote{Knowledge Representation is the field of Artificial Intelligence that focuses on the design of formalisms that are both epistemologically and computationally adequate for expressing knowledge about a particular domain.} \cite[p. XV, Preface]{baader2017introduction} +\end{quote} + +This work develops one specific domain ontology. + +Ontology development is a complex subject. To avoid ambiguity it is important to define how the terms domain and ontology are used. + +Additionally this section touches on ontology and ontology-engineering research to reflect on some general challenges that occur during ontology development. + +There are numerous definitions of the term ontology available in literature \cite[p. 4, section 1.1.2.1]{loebe2015ontological} and there is no perfectly unified understanding of the term \cite{Hesse_2014}. + + +\section{Definitions \progressbar[filledcolor=green]{0}} + +\subsection{Ontology \progressbar[filledcolor=green]{0}} + +Ontologies are a way of organizing knowledge. They make it possible to structure a domain in a way, that it can be used in a technical project + +\enquote{In computer science, an ontology is a conceptual model specified using some ontology language; this idea was succinctly captured by Gruber in his definition of an ontology as “an explicit specification of a conceptual- isation} \cite{baader2017introduction} + +\subsection{Domain \progressbar[filledcolor=green]{0}} + +\subsection{Classes \progressbar[filledcolor=green]{0}} + +\section{Types of Ontologies \progressbar[filledcolor=green]{0}} +\subsection{Upper Ontology \progressbar[filledcolor=green]{0}} +(GFO) + +\subsection{Domain Ontology \progressbar[filledcolor=green]{0}} +Ontologies as Domain Models -> Something special?! + +\subsection{Content Ontology \progressbar[filledcolor=green]{0}} +\url{http://ontologydesignpatterns.org/wiki/Category:ContentOP} + +\section{The Open World Assumption \progressbar[filledcolor=green]{0}} +\section{The Unique Name Assumption \progressbar[filledcolor=green]{0}} +\section{The Connection to other Ontologies \progressbar[filledcolor=green]{0}} + +\section{Ontology Representation \progressbar[filledcolor=green]{0}} +Model-theoretical Languages, Graph-Based Systems, Frame-Based Systems, Hybrid Systems (see GFO document) + +Format: \url{http://www.ksl.stanford.edu/knowledge-sharing/kif/} + +An ontology allows the domain knowledge to grow and to be flexible. As already stated above, the core concepts of different \glspl{sco} are very similar. However, different \glspl{sco} may use different vocabulary to describe the same thing, object or process. This creates a requirement for a knowledge system: it has to be extensible and mutable. + +-> OWL + +\chapter{Student Consulting Organizations: Meta Discussion \progressbar[filledcolor=red]{0.3}} + +\section{Methodology for the Development of the Ontology \progressbar[filledcolor=green]{0.8}} +The primary goal of this work is the creation of a particular domain ontology. To achieve this goal, we start with the methodology that is proposed in the documentation \cite{guide-to-ontology} of the ontology editor \link{https://protege.stanford.edu}{\pn{Protégé}}---built and maintained by ontology researchers of \pn{Stanford University}. \cite{musen2015protege} + +It involves the following steps: +\begin{compactenum}[(1)] + \item Determine the domain and scope of the ontology, + \item consider reusing existing ontologies, + \item enumerate important terms in the ontology, + \item define the classes and the class hierarchy, + \item define the properties of classes-slots, + \item define the facets of the slots, and + \item create instances. +\end{compactenum} + +It is important to note, that even though these steps look like they should be performed sequentially, this is not the case. Instead, the ontology starts out as a draft and is refined during development \cite[Section 3, Introduction]{guide-to-ontology}, following the iterative approach, that is common for ontology development. \cite[p. 158, section 1.5.1]{stuckenschmidt2010ontologien} This quickly becomes apparent during the process of answering the suggested \pn{Competency Questions} to (1) determine the domain and scope of the ontology \cite[Section 3, Step 1]{guide-to-ontology} and taking into account (2) existing ontologies. And this also is true for steps (3) to (6). Therefore the steps are grouped together to make the overall structure of this work easier to follow. + +The phases of the methodology are discussed in more detail in the following two sections and group the proposed steps as follows: + +\begin{compactenum} + \item Steps 1 and 2 are performed during the \pn{Research Phase}. + \item Steps 3 to 6 during the \pn{Analysis and Synthesis Phase}. +\end{compactenum} + +The last step, (7) the creation of instances, is omitted in this work. It is only really relevant if the ontology is used to describe one specific \gls{sco}. \cite{CN} However, this ontology is operating on a higher level of abstraction, trying to describe a more general case. + +\subsection{Research Phase \progressbar[filledcolor=green]{0.9}} +To our understanding, the main goal of the first part of the methodology is the creation of a foundation for the ontology. It should have a clearly defined scope and its limits should be set. Additionally the recommended reuse of other ontologies helps creating a web of linked knowledge and reduces the amount of duplicate work. + +To find a starting point for data collection and identify existing ontologies, we take an intuitive first look at \glspl{sco} and their driving factor: + +\begin{mdframed} + \textbf{The Idea of Student Consulting Organizations}\\ + Selecting a career is a very difficult and important choice in a young persons life. University education is closely linked to this choice and entering a specific field often requires a specific degree (\eg to become a lawyer, a student has to pass the bar exam). + + Most universities know this and have set up dedicated offices to offer career advice to their students. They not only help picking a fitting course of studies at the beginning of a university career, but also help the students to aim for a fitting job. + + Doing an internship with a company working in the field the student is interested in, is a widespread recommendation. \cite{CN} It allows for a glimpse into the profession as well as gathering work experience. + + \glspl{sco} offer an option to investigate a career in business consulting, as well as learning the associated skills and getting paid in the process. They offer the students a way to learn about concept like project based work---the modus operandi of consulting companies---, \eg project planning and management, as well as structuring and presentation of information. + + Consulting is a growing \cite{CN} and very diverse \cite{CN} field of work. Since consulting can be applied to any field of business, it is often used as a stepping stone into a career. +\end{mdframed} + +Observing this intuitive perspective, we can see, that \glspl{sco} are connected to other knowledge domains in various ways: They are a type of social organization and thus are driven by people and processes. Organizations and in extension their processes have actors with responsibilities ( \cite{RACI}). This is a hint that the concept of roles has to be a part of the ontology. \glspl{sco} can be generally considered a form of business and therefore business aspects have to be taken into account. The fact that they do consulting work, creates a connection into the domain of (business) consulting and the domain of projects, since consulting work is project based. + +This intuitive approach generates a the starting point for the research: +\begin{compactitem} + \item Previously developed ontologies in related domains, \eg consulting, project management, educational organizations. + \item Available domain knowledge, \eg process documentation of \gls{hc} and \gls{ci}.\footnote{Two \glspl{sco} the author has worked with the longest.} + \item Personal expert domain knowledge and peer-review by other \gls{sco} members. +\end{compactitem} + +Furthermore it implies some more general research topics: +\begin{compactitem} + \item Implications of other general, upper-level-, and top-level- ontologies, \eg \gls{gfo}, \gls{bfo}, \gls{gist}, . + \item Theory of description logic and ontologies, \eg modeling of roles and processes. +\end{compactitem} + +The results of the Research Phase influence all parts of this work. However, some links are evident: The identified Related Work is discussed in section \ref{related-work}. The implications of higher-level ontologies and the classification can be found in section \ref{classification}. The solutions to challenges of modeling the domain are discussed in sections \ref{general-aspects} and \ref{domain-aspects}. + +Defining the scope of the ontology is the formal step that concludes the Research Phase. This work accomplishes this by answering the Competency Questions. Since the questions can be considered a part of the ontology, they and their corresponding answers can be found as part of the ontology in section \ref{competency-questions}. + +\subsection{Analysis and Synthesis Phase \progressbar[filledcolor=green]{0.7}} +\label{analysis} +The majority of this work happens during the Analysis and Synthesis Phase. Its goal is the review, interpretation, and structuring of the collected data; ultimately generating an ontology in the target format: OWL. + +Based on the Protégé-methodology, the first two steps of this phase are: (3) the creation of an enumeration of terms that are important for the domain. And (4) the translation of the terms into the backbone of every ontology: the class hierarchy. Both are rooted in the results of the Research Phase and further supplemented by expert knowledge. + +At the core of this process is the conversion of available implicit knowledge into explicit knowledge. This task is generally not trivial, because the class hierarchy is a construct that already has an important relation built in: \relation{subclassOf}. This means that sub-classing already gives meaning to the terms in the hierarchy. It is therefore important to only introduce a sub-class relationship, if it is correct for the representation of the domain. This makes it mandatory to think about the connection between different terms. + +To help with this thought process, we introduce a creative step: We start with a brainstorming to create a domain vocabulary collection in the form of a word cloud. This word cloud can then be represented by a graph, using the terms as vertices and display association between terms (\eg connected ideas or concepts) with edges. We try to use existing vocabulary as much as possible, to prepare the links into other domains that will be done in the later stages of development. This word cloud helps to create a starting point for the more rigorous class hierarchy. +% TODO: formally create word cloud + +Starting out with the list of terms creates a first-draft/skeleton class hierarchy containing high-level classes and trivial sub-classes (\eg high-level class \textbf{Process} and all the identified processes as trivial sub-classes). Next is the organization and + + + +% TODO: Minimal conceptual modeling opm principle (Model-based system engineering, page 77): minimal methodolgy is best + +\section{Related Work \progressbar[filledcolor=green]{0}} +\label{related-work} +Ontologies are knowledge representers +\gls{sco} have overlap in two directions: project management and consulting +PM is a very wide topic that basically has unlimited amount of detail -> needs abstraction +Part of PM are in itself complex topics: time, problem analysis, ... + + + +\section{Classification of the Ontology \progressbar[filledcolor=green]{0}} +\label{classification} +vocab vs ontology + +dcterms\footnote{\texttt{dcterms} is used in the \pn{FOAF} rdf file, \texttt{dct} is used in the \pn{FOAF} documentation.} + +\subsection{Relevant Top-Level-Ontologies \progressbar[filledcolor=green]{0}} +- BFO %TODO: add note that BFO axioms are extensive and footnotes don't necessarily fully describe a class -> lookup needed +- DOLCE +- GFO +- GIST +- BPMN \cite{2014foisbpmn} + +GFO: process, roles and time +\subsection{Relevant Upper-Domain-Ontologies \progressbar[filledcolor=green]{0}} +- OWL-S +- \href{https://en.wikipedia.org/wiki/Suggested_Upper_Merged_Ontology}{SUMO} + +\gls{fibo} +\gls{foaf} is close to schema, link to dublin core: "dct:Agent +Dublin Core's notion of Agent is much like FOAF's; Dublin Core says "A resource that acts or has the power to act.", we say "things that do stuff". As nobody has provided a counter-example of something fitting one definition but not the other, we say here that foaf:Agent stands in an 'equivalent class' relationship to dct:Agent (and vice-versa)." \cite[ +External Vocabulary References]{Dan-Brickley2014FOAF-Vocabulary} +\gls{doap} https://github.com/ewilderj/doap +\gls{schema}: not really ideal, but useful for general concepts like Person or Organization + +\section{General Aspects of Ontology Development \progressbar[filledcolor=green]{0}} +\label{general-aspects} +\subsection{Keeping Things Simple \progressbar[filledcolor=red]{0.2}} +\label{keeping-things-simple} +Polysemy Paper \cite{arapinis2015plea} +\gls{kiss} + +keep it as simple as possible (\eg \textit{contract} and \textit{contract document} can be considered two distinct things, but this distinction is not important for the domain knowledge -- maybe add a relation "has document"?) + +Example: A contract is a document that captures a business agreement. The word "contract" can refer to the immaterial agreement between the parties, but it can also refer to the document itself. Depending on the use case of the ontology it might be useful to separate these two things. + +However, in this ontology the goal is to keep it a simple as possible, since the potential users of this ontology are not necessarily experts. + +\subsection{Content Completeness Problem \progressbar[filledcolor=green]{0}} +The \textit{Content Completeness Problem} states, that an ontology is incapable of containing all the concepts relevant to its users. + +Developing an ontology involves thinking about the correct level of abstraction and making choices on what to focus on. + +\url{https://en.wikipedia.org/wiki/Content_completeness_problem} +As is true for any domain ontology \cite{CN}, the content completeness problem exists for this ontology as well. + +active/passive content completeness + +bewusst weggelassen: +\subsubsection{Consulting Topics} +The main goal of consulting companies is in their name: consulting. They are a source of expertise and knowledge and can be employed as an option to solve a difficult problem at hand. The problem space of consulting companies is vast; examples are: Digitization, Human Resources, Knowledge Management, Market Research, Marketing, Coporate Strategy, etc. These topics are obviously part of the consulting domain. However, they are deliberately omitted, since their exploration would exceed the scope of the work. + +\subsubsection{IT and Communication Systems} +IT systems are an essential part of modern business and there are companies where these systems are integral to everything (\eg AI companies). However, in the context of a consulting company they are mainly used to support, supplement, and optimize the already existing processes. Hence, a model of an IT system would not contribute in a meaningful way to the ontology. + +\subsection{Time \progressbar[filledcolor=green]{0}} +\label{time} +Implement time abstract -> only needed for processes before/after +no absolute time + +\gls{bfo} \gls{gfo} have complex implementations of time that are not needed in this ontology. + +\section{Domain Specific Aspects of Ontology Development \progressbar[filledcolor=yellow]{0.5}} +\label{domain-aspects} +Next to the general aspects of ontology development are domain specific considerations. These can include domain specific ideas and concepts that have to be modeled to represent the domain correctly. This work discusses three of these aspects more extensively, that have a high impact on the whole model: Context switching between the organizational and project context, the model for social constructs, and processes. + +\subsection{Context and Context Switches \progressbar[filledcolor=red]{0.1}} +\begin{compactenum} + \item Grundsätzliches Ziel von Ontologies -> Beschreibung von Wissen? + \item Nutzung von natürlichsprachlichen Elementen -> Definition + \item Diese Definition injeziert einen Context + \item Begriffe bedeuten unterschiedliche Dinge je nach Kontext -> Kontext ist wichtig + \item Allgemeiner Kontext in dieser Ontologie: genau 1 SCO -> Explizit andere SCO ausnehmen + \item Referenz-Klasse: SCO + \item Sub-Kontexte: PC/OC, etc + \item Context Switching +\end{compactenum} + +The goal of ontologies is the description of one particular knowledge area. Within it the ontology engineer defines + +developed The context of an ontology defines + +\label{context-switches} +We use the term \textit{context switching} in this work to describe the fact that some concepts influence instances of certain classes: They impose their context on the class. Even though individual instances are not in scope of this work, the implications of different contexts has to be taken into consideration while modeling the domain. + +\subsubsection{Organizational Context} +\label{org-context} +The first context is the \gls{oc} and it is straight forward: The \gls{sco} itself is the primary and default context of the domain. It applies to all classes until otherwise stated. It is especially relevant for the internal formal structure of the organization. For example: It separates individuals that are involved with the \gls{sco} in any form from those that are not involved with it. + +\subsubsection{Project Context} +\label{proj-context} +The second important context is the \gls{pc}. The central object and namesake of the context is the project. When reducing it to its most basic form, the project is an organizational construct that exists to reach a common goal. + +\gls{iso} Definition: \enquote{A project is unique process, consisting of a set of coordinated and controlled activities with start and finish dates, undertaken to achieve an objective conforming to specific requirements, including the constraints of time, cost and resources} \cite{iso-9000-2015} + + + +Another term connected to projects is project management + +There exist a multitude of concepts, models, books, etc. on the topic. + +It is a sub-context of the \gls{oc}, since projects are considered a part of the \gls{sco} + +Each project on its own has its own context with associated roles + +An \gls{sco} can be thought of as a central hub for multiple projects. It exists to generate the projects + +\Eg a \class{Person} can be part of a project and part of the organizational structure at the same time. + +\Eg a \class{Person}, can exist in different contexts at the same time. + +The first two contexts are rooted in the nature of \glspl{sco}. On the one hand, they are organizations and as such have their internal structures, hierarchies, business ranks, etc. On the other hand they exists to provide project opportunities. + +\subsubsection{Org-wide vs specific} + +This pattern is not limited to a particular branch of the ontology. + +\subsection{Social Constructs \progressbar[filledcolor=yellow]{0.7}} +One of the first things to consider in an ontology where social dynamics play a big role, are human beings, their grouping and their roles in social contexts. Since this ontology describes a social construct and the whole domain is driven by processes that involve people, it requires an adequate class representation. Furthermore the context switches described in section \ref{context-switches} can also apply here: Individuals can act in different capacities, \eg as a \gls{sco} member or -non-member, as part of a project, as a customer, etc. Aggregation of these actors can occur in different degrees of formalization, \eg informal meeting of \gls{sco} members as friends, a project team meeting, an official meeting of the member council, etc. This variability has to be taken into account for an accurate representation. + +Since this is not a domain specific phenomenon, it is sensible to use this observation and consider how existing and related ontologies (see section \ref{related-work}) represent these cases. + +\subsubsection{General Implementation \progressbar[filledcolor=green]{1}} +\label{human-beings-in-other-ontologies} +Starting with the general model of human beings, \gls{foaf} is a very common choice when thinking about representing social structures. It is a well established ontology and referenced multiple times as backbone for social concepts. Its implementation and description are relatively basic: The anchor is the top-level class \class{foaf:Agent}\foottt{foaf:Agent rdfs:comment: \enquote{An agent (eg. person, group, software or physical artifact).}}, which is referred to as the class of \enquote{things that do stuff}. It is connected to the name space of the \gls{dcmt} via \relation{equivalentTo} \relation{dcterms:Agent}. It is sub-classed by +% +\class{foaf:Group}% + \foottt{foaf:Group rdfs:comment: \enquote{A class of agents.}}, +% +\class{foaf:Organization}% + \foottt{foaof:Organization rdfs:comment: \enquote{An organization.}}, +% +\class{foaf:Person}% + \foottt{foaof:Person rdfs:comment: \enquote{A person.}}, +% +\class{Person}% + \footnote{\label{footn:no-desc}Note: The ontology doesn't offer any description.}, and +\class{schema:Person}% + \footnote{See footnote \ref{footn:no-desc}.}. +\class{Person} and \class{schema:Person} are \relation{equivalentTo} \class{foaf:Person}.% + \footnote{The link to \gls{schema} was added in the last update in 2014.} \class{foaf:Person} and \class{foaf:Organization} are disjoint. \class{foaf:Group} aggregates any type of \class{foaf:Agent}. \gls{doap} reuses exactly the same classes as \gls{foaf}. It also has the same links to \gls{schema} and \gls{dcmt}. + +\gls{schema} implements +\class{schema:Person}% + \foottt{schema:Person rdfs:comment \enquote{A person (alive, dead, undead, or fictional).}} and +% +\class{schema:Organization}% + \foottt{schema:Organization rdfs:comment: \enquote{An organization such as a school, NGO, corporation, club, etc.}}. +% +\class{schema:Person} is considered \relation{equivalentTo} \class{foaf:Person}. This establishes a two-way link between \gls{foaf} and \gls{schema}. \class{schema:Organization} is sub-classed to accommodate for specialized forms of organizations that are relevant for the use cases schema was developed for, \eg \class{schema:Airline}, \class{schema:NGO}. A collection class like \class{foaf:Group} does not exists explicitly, but a \class{schema:Person} as well as a \class{schema:Organization} can be a \relation{memberOf} an \class{Organization}. + +\gls{fibo} uses very similarly named classes with a more complex description. The root class is called +% +\class{fibo:AutonomousAgent}% + \foottt{fibo-fnd-aap-agt:AutonomousAgent skos:definition: \enquote{An agent is an autonomous individual that can adapt to and interact with its environment.}}. It is sub-classed by +% +\class{fibo:Person}% + \foottt{fibo-fnd-aap-ppl:Person skos:definition: \enquote{a person; any member of the species homo sapiens}}, % +% +representing individual humans. Like in \gls{foaf}, this class is disjoint with +% +\class{fibo:Organization}% + \foottt{fibo-fnd-org-org:Organization skos:definition: \enquote{a unique framework of authority within which a person or persons act, or are designated to act, towards some purpose, such as to meet a need or pursue collective goals on a continuing basis}}. +% +\class{fibo:Group}% + \foottt{fibo-fnd-org-fm:Group skos:definition: \enquote{a collection of autonomous entities}} +% +exists as a \relation{subclassOf} +% +\class{fibo:Collection}% + \foottt{fibo-fnd-arr-arr:Collection skos:definition: \enquote{a grouping of some variable number of things (may be zero) that have some shared significance}} +% +and is described as collection of \class{fibo:AutonomousAgent}, which in turn is \relation{subclassOf} +% +\class{fibo:Arrangement}% + \foottt{fibo-fnd-arr-arr:Arrangement skos:definition: \enquote{an organizing structure for something}}. +% +\gls{gist} offers the three classes +\class{gist:Person}% + \foottt{gist:Person rdfs:comment: \enquote{NEGATIVE EXAMPLE: fictional characters.}}, +% +\class{gist:Group}% + \foottt{gist:Group rdfs:comment: \enquote{A collection of People. The group may or may not be an Organization. Many organizations consist of groups of people, but that is not a defining characteristic.}}, and +% +\class{gist:Organization}% + \foottt{gist:Organization rdfs:comment: + \begin{inparaenum} + \item \enquote{A generic organization that can be formal or informal, legal or non-legal. It can have members, or not.}, + \item \enquote{EXAMPLES: Legal entities like companies; non-legal entities like clubs, committees, or departments.}, + \item \enquote{NOTE: There are a plethora of different kinds of organizations that differ along many facets, including members, structure, purpose, legal vs. non-legal, etc.} + \end{inparaenum} + } +as its implementation of the social structure. +However, the classes are organized very differently in the hierarchy and use the \relation{subclassOf} relation more extensively compared to \eg \gls{foaf}: To fully extract all information about the class \class{gist:Person}, its whole class path has to be taken into account. +A \class{gist:Person} is \relation{subclassOf} +% +\class{gist:LivingThing}% + \foottt{gist:LivingThing rdfs:comment: + \begin{inparaenum} + \item \enquote{EXAMPLES: A cat, a mushroom, a tree.}, + \item \enquote{NEGATIVE EXAMPLES: fictional life forms such as Unicorns or Mickey Mouse.}, + \item \enquote{NOTE: In the open world, you must assume that it might have since died.}, + \item \enquote{Something that is now, or at some point in time was, alive and growing.} + \end{inparaenum} + }, +which in turn is \relation{subclassOf} +% +\class{gist:PhysicalIdentifiableItem}% + \foottt{gist:PhysicalIdentifiableItem rdfs:comment: + \begin{inparaenum} + \item \enquote{EXAMPLES: a computer, a book.}, + \item \enquote{NEGATIVE EXAMPLE: A discontinuous thing like a manufacturing line cannot reasonably have an RFID attached to it, even though its parts are not the same kind of thing as the whole.}, + \item \enquote{NOTE: You could, at least in principle, put an RFID tag on members of this class. Physical things are made of something. E.g., statues are made of bronze.}, + \item \enquote{NOTE: In practice, this always means that the parts are not the same kind of thing as the whole.} + \end{inparaenum} + }; +and both parent classes are carrying additional properties. +Similarly \class{gist:Group} is \relation{subclassOf} +% +\class{gist:Collection}% + \foottt{gist:Group rdfs:comment: + \begin{inparaenum} + \item \enquote{Any identifiable grouping of instances. For instance, a jury is a collection of people.}, + \item \enquote{EXAMPLES: A jury is a group of people, a financial ledger is a collection of transaction entries; a route is an (ordered) collection of segments.} + \end{inparaenum}} +with the limitation of every \class{gist:Group} \relation{hasMember some} \class{gist:Person}. + +\gls{bfo} and \gls{gfo} don't offer any directly usable implementation for this specific problem, since they operate on a different level of abstraction. + +When looking at the related work, we make the following observations: +\begin{enumerate} + \item The modeling of human beings is concrete and intuitive: It operates on a low level of abstraction. Concepts that are in use by the layperson, \eg \class{Person} and \class{Organization}, are commonly used in reviewed ontologies; except for the top-level ontologies that operate on a much higher level of abstraction and are therefore not concerned with the concreteness of modeling human beings. + \item The class \class{Agent} represents actors of an action. Sub-classing it gives the model freedom to express what exactly acts: It can be an \class{Agent}, a \class{Person}, a \class{Group}, or an \class{Organization}. This flexibility makes the models powerful. They can describe general (\eg somebody) or other agents (\eg robots) directly via \class{Agent}, but can also be used more specifically via a sub-class (\eg a \class{Person}). Additionally, a group is a collection class that is also \relation{subclassOf} \class{Agent} and hence can become an \class{Agent}---an actor---itself. +\end{enumerate} + +As shown above, the classes \class{Agent}, \class{Person}, \class{Organization}, and \class{Group} are common in the class hierarchies of the related ontologies. Therefore this ontology will use these classes. However, the different ontologies also use different ways of defining classes. Ranging from the very direct and simple way of \gls{foaf}, to the very intricate way of \gls{gist}. Since this ontology is trying to be as intuitive to use as possible, the more simple approach from \gls{foaf} is adapted.\footnote{This decision is a direct application of the \gls{kiss} principle (see section \ref{keeping-things-simple}). Having more information in an ontology can obviously be useful for a very detailed model of a domain. However, its size can be kept smaller and the complexity lower by omitting information (\eg certain relations or attributes) that can be inferred from linked ontologies when necessary. For example: \gls{fibo} and \gls{gist} offer attributes for a \class{Person}; \eg in \gls{fibo} a \class{Person} \relation{hasDateOfBirth exactly 1} \class{Date}, in \gls{gist} a \class{Person} is \relation{offspringOf} another \class{Person} and need to have a \relation{name} \class{xsd:string}. These attributes can be extracted on demand, by following the \relation{equivalentTo} relation.} + +After deciding on these basic building blocks, they can be extended according to the additional domain specifications. For example, a \class{Person} might need further differentiation based on \gls{sco} membership status, on business rank for internal organization and career progress, or on organizational roles. But there are other concepts that can involve a \class{Person}---\eg \enquote{\textit{being a customer} of the \gls{sco}}---that could just as easily involve an \class{Organization}. This observation points to the requirement of a more general approach for modeling these cases: Roles. + +As already shown by \textit{Loebe}, the concepts and ideas about roles have been heavily discussed in the ontology community and literature. \cite[p.\,130~1.2]{loebe2007abstract} The role concept is not trivial, very fundamental, and using it as part of an ontology allows for a flexible and powerful model. +Since there is no clear agreement on a particular role concept, we are adopting the approach from \textit{Loebe} (2007) and its basic role model. It is very general and can be applied in various ways: It can be used in the intuitive way regarding social roles, \eg thinking about a human being playing the role of a patient and another the role of a doctor. But it is also possible to think about numbers and relationship between them in the form of abstract roles. \cite[p.\,131--133]{loebe2007abstract} + +Since \glspl{sco} are a social construct and are defined by the people of the organization, the modeled roles are primarily from the type \textit{social role}. Furthermore, the contexts described in section \ref{context-switches} also have implications for the roles that exists in the domain. + +\subsubsection{Roles in the Organizational Context \progressbar[filledcolor=green]{1}} + +\paragraph{Membership} +\label{membership} +Within the \gls{oc} (see section \ref{org-context}), the most basic property is membership: Either being part of the organization and thus being a \class{Member} or not participating and a \class{Non-Member}. \class{Members} of the \gls{sco} can play different roles in the \gls{oc}. \class{Non-Members} don't play roles within the organization, but can play external roles. For example: The role of a \class{Customer}. The distinction is important for this ontology, since the status is typically used in the internal organizational procedures. For example: Someone might be required to be a proper member to be allowed to vote in the Member Assembly, to be part of a project, or to become part of the Executive Board. + +It is important to note, that within \glspl{sco} the \class{Member} role can only be played by human beings. For this model this means a restriction to \class{Person}. The members are the defining group that fills all the organizational functions, works on the projects, and participates in the majority of processes. Even though membership does not have to be limited like this in general---there are many examples where organizations are members of other organizations---it is limited in this domain. Since \class{Member} are necessarily \textbf{always} human beings, we introduce the role as \relation{subclassOf} \class{Person}. + +The \class{Non-Member} role, however, is not limited to only \class{Person}. In fact, everything and everyone that is not a \class{Member} is by definition a \class{Non-Member}. Therefore it is sufficient to model the class \class{Member} and omit \class{Non-Member}. + +\paragraph{Business Ranks} +\label{ranks} +The second property a \class{Person} can have in the \gls{oc} is the business rank. Examples from the business world are: Associate, Senior Associate, Consultant, Partner, etc. Similar to regular businesses, \glspl{sco} also organize these ranks around their career process: A person receives the lowest available rank at the begin of their career. During the time with the organization a person is awarded higher ranks based on some organizational system (\eg a merit-based system), until the highest rank is reached or the person leaves the organization. + +The exact terms for the ranks, their meaning, gradation, and organizational implications are highly specific to the \gls{sco} instance. We therefore introduce a rough and extensible skeleton representation: +\begin{compactenum} + \item \class{Trainee}: The entry level rank, without a formal membership. + \item \class{Junior Consultant}: The first rank after someone acquires an official, formal membership. + \item \class{Consultant}: The rank that implies someone has reached the required amount of knowledge and experience to fulfill all organizational functions. + \item \class{Senior Consultant}: The ultimate rank of the organization that can be reached after gathering a substantial amount of knowledge, experience, and organizational social status. +\end{compactenum} + +\class{Ranks} can only be attained by \class{Members} and therefore both are directly related. Since a \class{Member} can only hold exactly one \class{Rank} and the \class{Rank} further specifies the \class{Member} in the \gls{oc}, we introduce the ranks as \relation{subclassOf} \class{Member}. This is similar to the \gls{schema} approach that sub-classes \class{Organization} to be more specific about the type of organization: We are sub-classing \class{Member} to be more specific about it. + +\paragraph{Corporate Officers} +The complete set of tasks and responsibilities for the organizations day-to-day leadership is associated with the group of people referred to as \glspl{co}. This set is typically divided into sub-sets and each sub-set is associated with a different role, to organize the work loads; and each role is played by a different person. For example: An organization may have the roles \gls{ceo}, \gls{coo}, and \gls{cfo} and each is played by a different individual. + +The exact set of task differs from \gls{sco} to \gls{sco} and is also dependend on the organizational form, \eg a \gls{sco} using the form of a registered association has different (legal) obligations than a \gls{sco} organized as university group. Completely specifying it is impossible on the level of abstraction this ontology operates on. In the same vein, it is impossible to define which tasks are attributed to which role, since every \gls{sco} organizes differently. Therefore we fall back on an extensible model and introduce the general class \class{Coporoate\_Officer} as \relation{subclassOf} \class{Organizational\_Role}. To play a leadership role, it is required to be a formal \class{Member} of the \gls{sco}. Hence: \class{Coporoate\_Officer} \relation{is\_played\_by} only +(\class{Junior\_Consultant} or \class{Consultant} or \class{Senior\_Consultant}). + +There exists some common roles, that arise from the necessities of an \gls{sco}: There is typically a person that is formally responsible for the organization, a person that takes care of the finances, and a person that takes care of legal aspects of the project work. We differentiate between these three branches explicitly and introduce dedicated roles for each: \class{Chief\_Executive\_Officer}, \class{Chief\_Financial\_Officer}, and \class{Chief\_Legal\_Officer}. + +It is important to note that these roles can all be played by the $\underline{same}$ \class{Person}. And: That we do not introduce any concrete tasks these roles have to fulfill. + +\paragraph{Alumni, Advisor, and Patron} +In the duality of membership---\class{Member} vs. \class{Non-Member}---exists some roles, where an assignment to either group is not clear cut when projecting on the real world: Alumni, advisors and patrons. All of these roles can be played by \class{Members}, \class{Non-Members} or a \class{Group} of both. The role attribution depends on the internal organization of the particular \gls{sco}. Furthermore each of the roles have their own restrictions. + +Alumni are a group of people that have been affiliated with an organization in the past, but are not members of that organization anymore. A good example are university alumni: The group of people that graduated from a specific university. Becoming an alumni typically is an informal and passive process that only requires previous \gls{sco} membership. However, it is also possible to interpret alumna as a more formal role and title, requiring being a \class{Member}. The common denominator in our model is the $\underline{previous}$ membership. Since this is a requirement and \class{Member} is restricted to be played by only \class{Person}, the same holds true for alumna. Furthermore, the previous membership also implies, that an alumna does not hold an internal rank anymore. We introduce \class{Alumna} as \relation{subclassOf} \class{Organizational\_Role}, restrict the player to \class{Person}, and specify a \relation{disjoint with} (\class{Trainee} or \class{Junior\_Consultant} or \class{Consultant} or \class{Senior\_Consultant}). + +Advisors are selected (\eg appointed, chosen, elected) to assist the \gls{sco} leadership with a neutral perspective in their decisions. Becoming an advisor is an active, conscious process. Both parties, advisees and advisors, are necessarily restricted to \class{Person}: The leadership of the organization is recruited from the pool of members; and the advisory concept models a direct and personal exchange of assistance. We introduce \class{Advisor} as \relation{subclassOf} \class{Organizational\_Role} that can only be played by \class{Person}. + +Patrons are financial and/or ideological supporters of the \gls{sco}: A financial patron directly contributes to the monetary funds of the organization; an ideological patron primarily supports the idea of \gls{sco} and contributes through non-financial means. Both roles can be played by one player simultaneously. Often times ideological patronage also involves a form of financial support and vice versa. For example: The associated university of the \gls{sco} may provide patronage (\eg allowing promotion on the university website and campus) and infrastructure (\eg offices, meeting rooms, etc.). We introduce \class{Patron} as \relation{subclassOf} \class{Organizational\_Role} and further specify \class{Financial\_Patron} and \class{Ideological\_Patron} as \relation{subclassOf} \class{Patron}. Since patronage, especially financial support, require contracts, the role can only be played by a formal entity: It is restricted to \class{Person} and \class{Organization}. + +\begin{mdframed} + \textbf{Note:} The model says nothing about social status and political power that typically come with ranks and roles, such as being a \gls{co} or advisor, within an organization (\eg a person that holds a rank or role for a long time may still have organizational power after stepping down: \link{https://en.wikipedia.org/wiki/Éminence_grise}{Éminence grise}). +\end{mdframed} + +\subsubsection{Roles in the Project Context \progressbar[filledcolor=red]{0}} +\paragraph{Project Team: Member, Leader, Controller} +A project team in its most basic form consists of team members that are lead by a team leader. Additionally a project controller can be employed to observe and measure the progress of the project, giving feedback on the project work, and helping the team in various capacity where necessary. The controller role is usually played by a person that has gathered experience with projects and sharing them further supports the idea of \gls{sco} by furthering the learning process of the project team members. + +We model the \class{Project\_Team} as \relation{subclassOf} \class{Group}, since it is a collection of people that play + +We model \class{Project\_Team\_Member} + +We model \class{Project\_Team\_Leader} + +We model \class{Project\_Controller} + +\paragraph{Customer} +The second party of a project is the customer. + +The \class{Customer} role can be played by an \class{Agent} + + +\subsubsection{Conclusion: Human Beings in this Work \progressbar[filledcolor=yellow]{0.4}} + + +The strength of the role concept is its flexibility. A player can play multiple roles at the same time and each role can be associated with a different context. An example for this is the CEO role. It has defined responsibilities and playing the role means a requirement to fulfill certain tasks. With \glspl{sco} typically any formal \class{Member}---in our ontology this means any \class{Member} with rank \class{Junior Consultant} or above---can become CEO by being elected. When elected, the \class{Member} plays two roles in the \gls{oc}. Additionally, the same \class{Member} could work on a project as \class{Project Leader}, a role from the \gls{pc}. + + + +\subsection{Processes \progressbar[filledcolor=yellow]{0.4}} +Processes are a helpful concept when describing organizations: They are created to achieve a goal and its processes are the steps needed to reach that goal. \cite[p. 5, Definition 1.1]{Weske:2019aa} In theory, every organization can be decomposed to a sequence of single activities, which, when executed correctly and in the correct order, terminate in reaching the goal of the organization. + +Since processes are a commonly used concept in the business world, it is not surprising, that many different methods and frameworks for modeling them have been developed. Their output often are visual representations of all workflows that make up an organization. Combining process models with goals and measurements makes them a powerful tool for optimization and quality control. For example, ISO 9001 is an industry standard that uses a process approach as the foundation of measuring quality. \cite{iso-process-approach} Because process documentation contains a lot of data about organizations, it is a valuable source for ontology development. + +Widely known representations and methods include: Flowcharts, \gls{bpmn}, \gls{epc}, \gls{uml} Activity Diagrams, and \gls{opm}\footnote{Standardized as ISO~19450.}. There are also contributions rooted in ontology research, such as the \gls{bpmn} ontology (an OWL ontology for the \gls{bpmn} notation) \cite{2014foisbpmn}, the \gls{psl}\footnote{Developed by the \gls{nist} and standardized as ISO~18629.}, and processes concepts as part of \gls{gfo} or \gls{bfo}. + +\subsubsection{Implementation in Related Ontologies \progressbar[filledcolor=green]{0.5}} +% TODO: Was verfolgt die jeweilige Implementierung für ein Ziel? Irgendwie einen Schluss aus der betrachtung ziehen +When compared to the rather practical and direct implementation of social structures discussed in section \ref{human-beings-in-other-ontologies}, processes are a more abstract concept. The impact of abstraction levels clearly shows when analyzing related ontologies. For example: While \gls{foaf} is a good source when discussing its niche---the modeling of connection between human beings---it does not require an implementation of a process concept. The closest possible link between these two knowledge domains is the class \class{foaf:Project}\foottt{foaf:Project rdfs:comment: \enquote{A project (a collective endeavour of some kind).}}, which can be viewed as a procedural concept. However, it doesn't offer any additional reusable detail. + +A similar observation can be made for \gls{schema}. Its primary purpose is adding semantic meaning to the internet: \enquote{Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.} \cite{schema-mission} Hence, it is not surprising, that it doesn't implement a detailed process representation. + +On the other hand, the two related top-level ontologies, \gls{bfo} and \gls{gfo}, deal with time (see section \ref{time}) on a very high level and also implement process concepts: \gls{bfo} uses the class +\class{bfo:Occurent}% + \foottt{bfo:Occurent elucidation: \enquote{An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies\_temporal\_region or occupies\_spatiotemporal\_region. (axiom label in BFO2 Reference: [077-002])}} +% +as entry point for its process concepts. It is sub-classed by % + \class{bfo:Process}\foottt{bfo:Process definition: \enquote{p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends\_on some material entity at t. (axiom label in BFO2 Reference: [083-003])}}, +% + \class{bfo:Process\_Boundary}\foottt{bfo:Process\_Boundary definition: \enquote{p is a process boundary =Def. p is a temporal part of a process and p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001])}}, +% + \class{bfo:Spatiotemporal\_Region}\foottt{bfo:Spatiotemporal\_Region elucidation: \enquote{A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001])}}, and +% + \class{bfo:Temporal\_Region}\foottt{bfo:Temporal\_Region elucidation: \enquote{A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001])}}. +% +Looking closer at the given examples\foottt{bfo:Process example of usage: + \begin{inparaenum} + \item a process of cell-division, + \item a beating of the heart, + \item a process of meiosis, + \item a process of sleeping, + \item the course of a disease, + \item the flight of a bird, + \item the life of an organism, + \item your process of aging. + \end{inparaenum} +} for \class{bfo:Process} emphasizes the classes high-level nature. + +\gls{gfo} uses the class +\class{gfo:Processual\_Structure}\foottt{gfo:Processual\_Structure dc:description: \enquote{The category of processual structures centers around the more intuitive notion of processes. It captures processes themselves and occurrents, i.e., primarily structures of several other kinds that can be derived from processes.}} +as its entry point. It is sub-classed by +\class{gfo:Occurent}\foottt{gfo:Occurent dc:description: \enquote{The category of occurrents comprises several categories that can be derived from processes.}} +and +\class{gfo:Processes}\foottt{gfo:Processes dc:description: \enquote{Processes are directly in time, they develop over and unfold in time. Processes have characteristics which cannot be captured by a collection of time boundaries. In particular, processes exhibit internal coherence.}}. + + +\gls{doap} + +\gls{fibo} + +\gls{gist} uses the root class \class{Event}\foottt{gist:Event rdfs:comment: \enquote{Something happening over some period of time, often characterized as some kind of activity being carried out by some person, organization, or software application.}} to deal with time-related constructs such as processes. + +bfp gfo contain valuable information, that can be modified and adapted for the process implementation of the \gls{sco} domain. + + +\subsubsection{Structure of the Class Hierarchy \progressbar[filledcolor=yellow]{0.6}} +Processes need special attention when implementing them in a domain ontology, since their nature is quite different from other classes that represent physical, \eg \class{Document}, or intuitive concepts, \eg \class{Person}. As mentioned in section \ref{analysis}, the built in \relation{subclassOf} relation of the class hierarchy already carries semantic meaning, that is generally not applicable to processes. For example: a \class{Delivery\_Process} may involve a \class{Food\_Preperation\_Process} as a procedural step. However, it is easy to see and understand that a \class{Food\_Preperation\_Process} is $\underline{not}$ \relation{subclassOf} a \class{Delivery\_Process} and therefore should not inherit its properties. + +To model processes correctly, one could consider introducing a class like \class{*\_Process\_Part} (in the given example: \class{Delivery\_Process\_Part}) and use it to collect and connect sub-processes to their parent process. However, this results in many additional \textit{helper} classes in the class hierarchy, since every level of sub-processes requires another \class{*\_Process\_Part} class. This makes the class hierarchy harder to read and understand, since the process structure is encoded in these helper classes. + +Another solution is the use of a root \class{Process} class to collect all processes and the relation \relation{isProcessPartOf}\footnote{Inverse: \relation{hasProcessPart}.} to connect a sub-process to its parent process. This results in a completely flat structure of the class hierarchy: every process is directly \relation{subclassOf} \class{Process}, independent from the level of abstraction. + +\subsubsection{Ordering of Processes \progressbar[filledcolor=red]{0.2}} +Another aspect that has to be discussed is the ordering of processes. + +Processes are a concept that heavily relies on abstraction. The right level of abstraction depends on the use case. + +\begin{compactenum} + \item It is hard to create a complete process diagram/describe a complete process + \item A successful process model relies on the correct + \item Besides from the problem of completeness, if you go on the lowest level of abstraction ordering the steps become easier (true?!) + \item Trying to create a generally applicable domain ontology brings up an interesting questions in regards to process concepts: what is the correct level of abstraction and is it possible to bring certain processes in the correct order + \item It is therefore necessary to look at every process and its parts -- and discuss if 1) correct level of abstraction 2) can it be ordered + \item A parent process aggregates child process + + \item When discussing the lowest level of a process Depending on the level of abstraction, + \item Indepentendt from the class hierarchy problem, another topic: The procedural information is encoded in the relation. + \item Processes are a sequence of action -> but not always + \item there should be a next\_process relation, but it's not straight forward, since there is not necessarily a strict ordering. + \item introduce a non strict ordering? +\end{compactenum} + +\subsubsection{Discreet Events and Liquid Processes \progressbar[filledcolor=green]{0}} + +\begin{compactenum} +\item In addition to that a distinction has to be made between \textit{discreet} events and \textit{liquid} processes. \cite[p. 447]{Russell:2010aa} +\item Processes are an immaterial concept that is strongly connected to relations of relative time, such as \relation{before} and \relation{after}. +\end{compactenum} + + + + +\subsubsection{Legal Requirements in the Processes \progressbar[filledcolor=red]{0.1}} +\glspl{sco} are organizations in the social context; German law applies to them, like it applies to every other German organization. It influences their structure and processes. However, discussing the impact of the law onto internal workings of an organizations would go far out of scope of this work. Therefore the ontology omits a detailed description of the legal obligations, but references them abstractly where it is necessary. + +For example: German law requires every company to pay taxes on their earnings. Depending on the \gls{sco} and the way projects are handled, this influences the process that is concerned with taxation. To develop a perfectly correct model, a very detailed discussion of specific processes would be required; this is out of scope. However, interacting with the tax authorities and learning about and filing the correct paper work is an important part of the learning experience for student consultants. It is therefore important for the ontology. To address this fact, but keep the ontology focused, it is condensed into the class \textit{Project Taxation Process} as part of the \textit{Project Process}. + + +\subsubsection{Implementation of Processes in this Work \progressbar[filledcolor=red]{0.2}} +They intuitively have a start, duration, and end. + +Since the focus of the ontology is on simplicity, we decide to use a single class \class{Process} as root for all processes in conjunction with the \relation{isProcessPartOf} relation. This method utilizes the core concepts of ontologies, classes and relations, and avoids encoding extra information in unconventional ways. To compensate for the resulting un-intuitive flat class hierarchy, we add diagrams to describe the processes and their relationships graphically (see section \ref{process-diagrams}). + +%\paragraph{Intuitive Look} +The primary goal of an \gls{sco} is teaching students project work. They reach this goal by training their members and offering them opportunities to work on real-world projects. Looking at this from a high-level process perspective, this can be boiled down to distinct steps that have to be performed by the organization: + +\begin{compactitem} + \item Members have to be recruited. + \item Members have to be taught the necessary skills, to be able to work on projects. + \item Projects have to be acquired. + \item Projects have to be worked on by members. +\end{compactitem} + +Additionally these steps have various amount of support processes that help facilitate them, \eg technical and legal support. + +%\paragraph{Comparison with Process Documentation} +Conflating this intuitive view results in two complex processes that are commonly know in the business world \cite{CN} and are also present in the available process documentation \cite{HCPD}: +\begin{compactenum} + \item A \gls{hrp}, that focuses on the recruitment, training, and generally enabling of human beings (or in the case of \glspl{sco}: Members). + \item A \gls{pp}, that documents the way an organization handles projects from start to finish. +\end{compactenum} + +Again, both processes are influenced by the context switches discussed in section \ref{context-switches}. On the one hand, they can be viewed as an individual instance for one of the main protagonists of the process. On the other, they can viewed as the process of the organization. Example: +\begin{compactitem} + \item The main protagonist of the HRP is one individual student. This individual student is following one instance of the HRP; this instance does not have to be identical with the instance of a second individual student, nor with the planned process of the organization. Both individuals might do different educational courses, hold different business ranks within the organization, or might be at different points in time of their career. + \item The \gls{sco} itself has a HRP. It structures important aspects of the organization such as the career path. It describes the complete path from recruitment of a new member to offboarding at the end of the membership. Most importantly this process describes the plan on an abstract level and knowingly omits parts of the real world process that are not important to the organization. +\end{compactitem} + +\chapter{Student Consulting Organizations: The Ontology \progressbar[filledcolor=red]{0.2}} +\section{Scope of the Domain \progressbar[filledcolor=green]{0.8}} +\label{competency-questions} +\subsection{What is the domain that the ontology will cover? \progressbar[filledcolor=green]{1}} +\glspl{sco} are a form of consulting firms. They can be compared to small consulting businesses, but are staffed -- most of the time exclusively -- by students. In other countries, \eg in France and Brazil, they are also referred to as \href{https://en.wikipedia.org/wiki/Junior_enterprise}{\textit{Junior Enterprises}} (JE). In Germany they are usually a registered association (German: \textit{Verein}) and/or a group associated with a specific university (German: \textit{Hochschulgruppe}). They aim to teach students about consulting as a profession by providing a platform that educates and trains students in the craft and provides them with the organizational means to work on consulting projects. + +The domain is a specialization of the a classical consulting firm. It differs especially in terms of professionalization, since companies are focused on profit using education as the means, whereas \glspl{sco} focus on the educational aspect and on providing experience, while having profit as secondary goal. + +\subsection{For what we are going to use the ontology? \progressbar[filledcolor=green]{0.8}} +This ontology is a contribution to the knowledge management of \glspl{sco}. It can be used to learn or teach about the domain. It can also be used as a starting point for projects that require a model of the domain. + +\subsection{For what types of questions the information in the ontology should provide answers? \progressbar[filledcolor=green]{0.8}} +The ontology serves as an abstract description of the \gls{sco} domain. It defines all classes and relations that are typically present in this type of organization. Therefore it can answer questions like: +\begin{itemize} + \item What processes exist and are required in an \gls{sco}? + \item What roles exist and have to be filled in an \gls{sco}? +\end{itemize} + +\subsection{Who will use and maintain the ontology? \progressbar[filledcolor=green]{1}} +The users of this ontology are the leadership of \glspl{sco} in Germany as well as the leadership of the \gls{sco} umbrella organizations. The release version coincides with the finalization and grading of this work. If the ontology sees use by the target group, it will be maintained by the author. Access will be publicly provided on a GitHub repository. It is considered a living document, hence not necessarily complete until otherwise stated. Contributions and forks will be possible via the GitHub interface. + +\section{Classes \progressbar[filledcolor=red]{0}} +\subsection{Agent \progressbar[filledcolor=red]{0}} +\subsubsection{Group \progressbar[filledcolor=red]{0}} +\subsubsection{Organization \progressbar[filledcolor=red]{0}} +\subsubsection{Person \progressbar[filledcolor=red]{0}} +\paragraph{Trainee \progressbar[filledcolor=red]{0}} +\paragraph{Junior Consultant \progressbar[filledcolor=red]{0}} +\paragraph{Consultant \progressbar[filledcolor=red]{0}} +\paragraph{Senior Consultant \progressbar[filledcolor=red]{0}} + +\subsection{Document \progressbar[filledcolor=red]{0}} + +\subsection{Processes \progressbar[filledcolor=red]{0}} + +\subsubsection{Human Resource Process \progressbar[filledcolor=red]{0}} +\subsubsection{Project Process \progressbar[filledcolor=red]{0}} +\subsubsection{Support Processes \progressbar[filledcolor=red]{0}} +\subsection{Projects \progressbar[filledcolor=red]{0}} + +\section{Relations \progressbar[filledcolor=red]{0}} + +Syntactic decision: is/has relations + +% TODO: Verify ($\diamond$ means the relation is implemented in the ontology) + +\textbf{Agent} +\begin{compactitem} + \item All members except trainees and almunus can be corporate officers $\diamond$ + \item Non-members can't become corporate officers $\diamond$ + \item Members can play project team roles $\diamond$ + \item Every agent can play the customer role in a project $\diamond$ + \item Every member goes through his individual HRP + \item An organizational rank has tbd requirements + \item Customer, Team, Contract, etc are \textbf{part of} a project + \item Organizations can only \textbf{play} the customer \textbf{role} in a project $\diamond$ + \item Organization can only play external roles $\diamond$ +\end{compactitem} + +\textbf{Processes} +\begin{compactitem} + \item All processes have a \textbf{next\_process} $\diamond$ + \item \textbf{previous\_process} should be inferred?! + \item +\end{compactitem} + +before/after: +\begin{compactitem} + \item FIBO: relates to -> precedes/succeeds? + \item plays role +\end{compactitem} + + +\chapter{Conclusion \progressbar[filledcolor=red]{0}} +\chapter{Further Research \progressbar[filledcolor=red]{0}} + +\appendix +\chapter{Appendix \progressbar[filledcolor=red]{0}} +\section{Term Enumeration \progressbar[filledcolor=red]{0}} +\label{word-cloud} + +\newpage +\section{Diagrams \progressbar[filledcolor=red]{0}} +\subsection{General Diagrams \progressbar[filledcolor=red]{0}} +% TODO: Add correct relation + +\begin{figure}[h] + \caption{Ranks} + \centering + \includegraphics[width=1\textwidth]{Diagrams/ranks.pdf} +\end{figure} + +\begin{figure}[h] + \caption{Corporate Officers} + \centering + \includegraphics[width=1\textwidth]{Diagrams/corporate-officers.pdf} +\end{figure} + + +\clearpage +\subsection{Process Diagrams \progressbar[filledcolor=red]{0}} +\label{process-diagrams} +\begin{figure}[h] + \caption{Project Process} + \centering + \includegraphics[width=1\textwidth]{Diagrams/project-process.pdf} +\end{figure} + +\begin{figure}[h] + \caption{Human Resources Process} + \centering + \includegraphics[width=1\textwidth]{Diagrams/hr-process.pdf} +\end{figure} + +\clearpage +\printnoidxglossaries + +\printbibliography + +\newpage +\section{Ontology Import Links \progressbar[filledcolor=red]{0}} +This work lists different ontologies in the related work section. To import them into the Protégé editor, the following links can be used: + +\begin{asparadesc} + \item [\gls{bfo}:] \url{http://purl.obolibrary.org/obo/bfo/2.0/bfo.owl} + \item [\gls{bpmn}:] \url{https://dkm-static.fbk.eu/resources/ontologies/BPMN/BPMN_2.0_ontology.owl} + \item [\gls{doap}:] \url{http://usefulinc.com/ns/doap} + \item [\gls{fibo}:] \url{https://spec.edmcouncil.org/fibo/ontology/master/2019Q4.1/LoadFIBOProd.rdf} + \item [\gls{foaf}:] \url{http://xmlns.com/foaf/spec/index.rdf} + \item [\gls{gfo}:] \url{http://www.onto-med.de/ontologies/gfo-basic.owl} + \item [\gls{gist}:] \url{https://ontologies.semanticarts.com/o/gistCore9.0.0.owl} + \item [\gls{schema}:] \url{http://schema.org/version/latest/schema.rdf} +\end{asparadesc} + +\section{Acknowledgments \progressbar[filledcolor=green]{1}} +This work was conducted using the Protégé resource, which is supported by grant GM10331601 from the National Institute of General Medical Sciences of the United States National Institutes of Health. + +\end{document}

    !NNȺ\JJ_4f:AÉޕYdU /obX֗|shv|GcM78q hzwatۻv޿=ף+M؍%*o +>e.l'8IL2z?SF?1@ )$'HO5:#yoҜ8q&=kIp/Tt|D^wtgl:kхu!b̹*FwC [Nb(W5w-Vs$d+1쯚YHbY$NYreXDz}̳Yc"G @/]*&Q P.ؼCVF(- ~#澳f'w 5q){y:4w0_q`׶g>owX>wɼ'JZڰ +6ͳIL8p#VR8ܞԃN؞5VĊP =j׷Ҵz~{g?kc=v&ӖUV~BƝ7?y?+{/|ڏ^Zif %a0Z Nl*ˎY=m +/>艷:O~fnK->-5 ߹y-K(O*GH8M5W_rUK#vobW;(I_avQAϢW7qǙfɐ3^LSFuؓ9/GpaX7/w>ƍpϩDBlRmy&YqJyZtE)ZhN!u* V~z;O)oRd1.CFLy ,<Ƚb鱼앧 )W乤X/R$2 sqɻNSʁoR +>WT' _X.'trBE\_/r%%r3! +,rl_me—bs.ӥçruyI^ò\u,_yk*f˵ \RH +@ԯmLMUumKfqͧI\߭]yn4 g$#q/>'ߞH)#EZ2-UjMK5]u A3d$#WH i)orckB֮d$#HF2ˉd$#HF2d$#HF2d$#HF27M8cqY-czuӰͱX70])`4"p2KQ2ibg؛,^Jh# l l&E%AQY|";5of *vh\ yqXXJh# l l&J-w86)ʰuV ]6UJ: \ P誄76 +f^aA­w`u%G5}WoJ9ªm`s93v0`UFXA@L(ƯǞNƾ͚շ؏"v|*>ۀz75@k%6 +f­r m໨fR@54'l|:i'zۀ `z ~&$JwwPy,Gh!x׀Ss?*O^N  *DRBaaa3ػhp<p2"A?K m ̈́cbT'$ƭbyXJh# l l&_@1Z1VKHK b?~ +,6 +fA/cׁQf3-p/%]tRUJJIW)*%]tRUJJIW)*%]^ZvzX v܊3v5MMMMMMMMMMYt ƞ.= ,n;p <>p_ 0i 0i 0i 0i 0i A;H} wRA;H}xp~{/W i;`ooct<g&XtջRBaaa3[(o2Gń%qhh# l l&lBG7qh'<,_Ih|hIhNBXJh# l l&l^[Iq4NI$i=V*/= ,&,AY6 +fv36lQ;XQ7Mj1k~F`1a{e5bR,%V66F ɄU⸤ҩIM'leUjX_)kRd"ͫJYRc]M)QFD{[{P)ecJْyf3ϼ7~J3y+eլOJY&盔6^V?O)YYw(e#oO7=J +A)[t*lvu0eg,Y.~˚66^\,e?erY\,-EүGĮd +v Jk9Xpz^BjOhG%/N @$ց>֏{Ar݅փ@'ZZX#J=q!hh.ņ$ aԊ9K\Dޤ!AE|r4Hy'e/n$+0yZL(xPn1_ɊuO~*C)~Z܊Ūnҥ?aĽe;,~͞ %CtpSETHLYkM@NgH gCZP')5ģ">Sr"r퉙L9Wm29>s|.Sc9yGsg%w! v7;P^⚺g4T8:(w)>rs̽V49q t){ƕI(t&rZ8RicywoE*nLj>Zq>u{i2g}b5%W +9V=sSD4>HYYtf@|kdutjviBUwY 5:1:Hk\=Z\5}+}IGF뤖4ZԶNi'zF:\rV!=Qfڅz)aa:&gWQ[h<_诧rkg´|$Fcގvlٶ /RG fbNgrGHk$!4V E;Dz֒:gJZ%Gj5Y#*|PZmHPґ2Z6d+پWJjXeJ,;ȎZ7P&Q3!2xv:RDlSijZ:G_DdאO΄S,)4|C'o6:G+˯FZv|A_oHZ }{ڤGpR+ + 6K'.oװ%؇}*ixL{R9nF_Wj ;BOW;(yRUaHFA$.)uR%mZ7Z)].5r:]N#JNWpy +ݞm 4Àc1J+ܞaiꗂថ%|\u+IM!ep +w:2)8`_v?ʢ@r17< +e?C4[~8Wr펐J!k0C._eE!:ov$̥AiaT-煓vpG])j0bj[CnG +!(u{0r?E/EJsp:,B#P20>J@Z0'R3z|vg첫Y0pȏUf6.?ݣXrs7͓~w;$'K(lWI= "%\^ېftm@2q -oT֔K^J bg-s7`p  ;}L[(-v M  8ˤ=1E0`1|bNBϳ3B>.s`z3%b4kNe~RbPÜh)V`q#OebSAM"aaXݽEaP&, Je0<KWSR'g>H#22dA1bEv6׋M .c9o0^'єmXD{3m#ګϴ*kg>7Gϴ}~>k_a[j\8>-`EX؆kX%BU> c +#H#Xȿ~b8qMb+x57ݼ{RyA· |c|>Gŷ$OjF7`t﯀Cm~ + ޿߂Q>7qxދ*6.v2x?ޏ{B,xO x'ygRxޗU]mI{ I9x 1^u^vWw5x=Aq!-k_|JWQ=ꯨV"kyk%}-x׃:v xޏj߃ + _ :n[[ WOK{7xoOQ0x>sV^.]v ޏ3~ TjOǣ kc}x{GKM^6n~;>~ ?7z◀U]ޝ x#$x _?AoU%|LWwxwx O~(]֒-##,M͌Έ 4ר_zvpG;3Df5E}FvGwfYʍ|{6ofCiq-Z݌~(aQI,zhF?z,٬0zZH<66bO.%L&lTj)Ldr$",=fVϵsxJy,E;^~k5r[p#rNtR95mwk6kt]5FF#0K/ŨY(DS谈)zU"1V#w>M]E,;7G#B;:7TԎYEݐ Hjصr>wq{lF0>Wポ"d n@87$?؋{깃=Ms?io7g1d L6hA/z >fr R\m1=c9F.gvRu`sV.>#^P% +4t'ʋ܅ z:xor-8!>!nɫרni4iN>#-F 3f%R-u-"r4؜6JD!'c7R|`ܘtODg:wMY2vXuS&""ϻiYqԃ:$HLյ]ȘryAcXE̢e&FB\5pv /#ȡd݊дq'Q˪y*qi<>B +!n*=lF7Znd/I_l hR_5liD6MwUxwWPߊZyY'sodˬGFi0ƢSOܬOɿx7z37q}4!B\I)@-,SV=l,c2 +%3qBOzӛ5khJm$Q3s97 su̬S$d%Y'lbfS6s+"WDbYO8p`ـ ?͢)ҍ Gєx@ǩYHف3OML]) N:pzL3e==OLM1lfS +tG?5AQ̆XQE~;~="|Cg-ZC= /q@xI>YȽt_>߷R p@OE-c, +?OlnCmU8`Qq&e,&f*/g< N3&)/r^~|"M̒'`z[IǣyfҭMSA=Q`8߈ bSEE};;ﭜ).6ݺRHqsQQ9tܢRYR~ձlVk6ID\ó3Y~JXϤTNO)/ ZQ {ʤOp\F7V&CݣэY,;1Ɂv>҃v|Z o5Z۲QbݝY|X ҏ{6y6<#O>Wv/'A:VixJ/X þO–¿>d_fkٓl>Bs5Ml}ZٿgwlfUmvv>Ыc6-`Fv3 ϲᛯl/{=~R\Ubua=׽ {~Ɏo`?bϰVf@N|>\0vo^v}g?f?gW}+plZֳevUS]Wl}=A;޴)v)+F>ru9=𼺩h[+f lES4GO>m>"{=s=ޥ>v|y!]v6Q/b=2:md.)6̶ϱo,1v?5{cyA"{5bM,na[!-eK{at\td=B (ӄv=i· LxBVOGaK$ "%\p =A] >Ec.# 'rz}n›CG "ICtz}#|O"|^׮&| z=aB%+k^wHJEy $ |[!p0'K"sx  wEp7Ä{'|0:r SH8 %Gx@Hh8p!E%6+}XOB'Ixpp (ᝄw"pxBƇ _hv F &M 1=CxGa53B-0pqp7_Fz` +pp (N݄%|x9J8A8E,a#o%|@0xeB‹Km + k ['t[<̈́A8&~cr>Bq'a% "|0B ۄ3"f. ^)N, +]|g%}PG=[q~5sNn2KlLVWaD!Ŝ+.^x D8լg*̙hJ.q)K$^pZOjy 7+qOkOǩ&@dƹl'aX>sV}o%XZ&=ڜ9+ܘwFN1*^T]q’mZU Nt4%%.: Oֳ8MMx,7颛~̡|/~E&S<Өp̍3ŦbYox?ç &JRUn_QvgTӪ5S[Ւ\]nWwoQ?~A}V3ODs^^ӫܮG{״fBmRۢ^nޯ}LvJYݫQ 7m 6|h,0.6.7Ncȸx!ƃ獯lҘ +LMMw272<ϼļ5o_[],OY-fd/nޓ?P'rssl9U9wyʬ Y-εVސݖ{g{r={4D^v^q-*5Pp#G O˞W<6j^+&"zy?)g7g]??kͬZ$)oI^vz*}KL^Ҙ>g]{guЬY,hֵYt.2M5[f]o},,AHNJI" + ˂H Kq A$ AD$sbyy^ΜooUwWWU=D&k#|9y =,2)6U%TmdK-QcN4~{iq +e>r-*=3X.ڻ=C^rٌ!rȨ-"hM$+;4D6kqƵWج6j `&,n8'܀TXcRN`r~5Vkqƕwi< X^ϑ4~/[h1NZ{GBD0RșC!r$2]7RjId2X[;DDZhU)^swA #!Fm_hFfox-EKuqVWmj_M[nںwq)HVXBIx\s۫X\/Gk|d姷{k {z=-n)Jڎ8⎅ˮ*u_zEcr+꯽FH֛gК2 D'C+@#D^ F?dE%ޣtL*_z2KcFԨCό#JL$j֫aOp>o+(̏ҳdԾPך=H+ޗJPꀎk?[cM5j/;I30Ik$ݣB4YT[{C[j$Uc`yZD"C!r9jpftV D 9c?+{<7X]%yGy#X^04$/"e(&ȝB⥟Ȼy|Ll +IdJ\) +!r-">`b!TwElKVe#^ʋe}ת`yM`}Xs-X^ _?D.,!`y1򯅂MCfo%Bn!ryH<8v,?|F10d7a(0=j('<OcxZ,< 9xj0wa-;:ޕw#Ӌ/ |8l(̧EIkB<eDYx.* bF1f +h637OOY!ْ6ۛY2;YO+jհV_gN)ǿr:|!Gb&$0 f|_ |C$C\Kc#Rb>'Ra, Rc!,$"0 +D,ED$b"-"Ē"="25,eEFD&hbScs[` :~l~!vNdAQį+ cwoD썽E^8c QDACś8B8G8G(c[8Nj"(NIN)8NũNm3EIE)sEi;2$%DeLßgQ_{W +׉7J+**f,V*]TŝS|oCT?OQ~QAcO:x A]W^PoMx] "j}ILVէf0c )oIoI#?iTps:?3[{],3/$!]R+COCa,LٰVz{Kp"{`:RYak}] cn +c|vPFaG߷^ +c|vQ뫰a,_ao +c}v}Gؑ0 +c}vuN=)47Ҏ##TFjfFifFkfhfjfiFkF&hF&jF&iF&kFhF~ЌLӌL׌ЌԌҌьՌNoWLU7YYI3X3D3L3\Ϛ_43+53435#k4#4#5#4#5#jF6kFhFjFiFkF(F*MYo2S3K3fdfw?5#4#5#5#4#̜̜Ԍ֌ьՌӌ׌PQPrdffffffffffffffffff֕ Xx3\P\SQQTSJ|&ڋJtq/bO8+Ή₸(.⊸*↸)n⎸돢놱l7Uぉʢ2pQUT! +Z_/+bD DH"#o/ƉqB;!__#22LFf#xfZtބ~[F$W̥d;n?ܫW^PҜMR@mbzAoC+80  f0#`$08 &$L +`:̀0 ?< `!Y`1, d+~ +VX rl+lͰ;`'`7NV > ٘p18'$Yp98"ٟp5I6܁px1< 3!k#1kOx^y4oF1o›f9-y+o?m-o' ?#(?Ə$?O3,? "/+W5ao ʟdBC# +PT5DMQO E#h'zޢ+1bX b\,vn#{şb/8,8.NFqki3!q8j3')q8k3%qŸj\37-qǸk3#xj<3~3|Gʲ,/ߓdEYIVU@V겆)?ZD֑ue=Y_Fl$&iFORsF~!vK^2VvW3}Ȯ.{odO%{>d9@`"C09\#(9Zc89^Nr$')9UΑsr/ȅrI.KRL.?RVQ*7r*r)wn#{r/ȃ<,ȣ<.Oȓ<-ȳG?OOOG#i333_gO'''OOOTh}ޝOdAdQ}EQh+ozTmyo*i1Z3ʳU~[ߺET,KC\1xnZ3 +=s/ kjǹ5ZS[[uoݧ%o'T2CnJX:SvoU5Wޣ @*Hgo&y҃VJ;O/" wn}QJw);꞉)+b*ڽSuh|$* S%U,$BQ%F-?]^/΋yy"5k uúAlc=u}M\6e 5y s#YEy3 V~6H;&f+v'p 0w&z;'P wT㡎;S E*H#ڏISzwσp9ɝNIv"4NIw289LNf'ydwr89_m{ߢ-םWad-Vw '?|>lǘ +S+|zi0_Ay΁ ?8KIHY5VY4kاSxd-}3a](Ʋ ͖ߠ1@W˻Bޝq[~| 0B?Grj/&pE*f"DYX|^T}7d&3y1X|z03|2{FxF7[[mFyoQoQսƶyK{K22l} *}OroR@ H~q 5tO"Y @Z!=2@k4kAFu Y,CVl+J396r!ly<<^yZMl3`;xS;R/J֕S}j'Q EQ<"Dz,Ex%9x("8?x XgTADXǭSwA&" ! yɐ˵琏>(@V(&K~ȖȞ":Eɦ_bd/CqWiz}٦2!/EyQ:hMcGTR|__+W5Z@=Zd-U3[筋ͺl]~=ͫzZ@4JiNART#t*wzWwalz4#=$+YM </A\jMŋG"/^ŋ`)vl5o}b}H+nF4íqbK!ZQ"%hFD_!ЙГb%0|A~ɓJ~QRi*Q[㭩TZk iC_UdR-ɯkTKbY̔CL!쐡쐩G!W!CCCCPCe+;B١peR*;Z١4z^A &,ZdY1VUbթuY+֖Rӓűl8:Mgs"f69B<\`;<9xV؍b9ى< +s>+0S؀WؐP؈1+ +)<w6ged&c.K4.c+\Ea +z +y)|M"0) +cV,Y0ܔ!o(f)m +Pڐ{ƌ[aJ(J(mʸπw)5 zUҶ"X%JdU(ާtS(o@EV~80Jc;`/3iRzVҥ, mCnNMl%(*f?*l)l+l(l*l)l~R،-VܛEc)\ͨp7§ +y(|"uXj&FnԘMUc6Mt5r3T#7ob-X- >f-}$#X1K,'sxk5ɚlM~]g6X_Mfk G 4уCzb=Ym2{P{=aG٣1R{^abW٫C}>eK}þH˱;9N'p +:o:NS)s;%N)Sy)CS`8>b:tEfSk?P="Zch]𮴮󫧠Q,`b!$,eess6Z@jwB1,p-đ.Fk%.BZyﮪ|wWSC廫+]Cw|wR'N- 4T|/X|M}sJ7&H EBIRrs"5 #rȗ +(V x|w阪"P#Puu!eARWOi3muNiqGhnjkNw'J[O-"O]X>Лy~r#6q &96C1Edz+|(?\x;D/D_x +NήQn; !sY$o1孥vM8en:;h|h@4S'>_A uku]!U@OHi}q.0(0^ LvL'>ϩE%dF.2U]>UBUW+\ՕRTu  5jo~z&Z1CUJkgud\0- 0L*kTdf[a0  0 9# I@rA AED̀dbV5벘uͺ,;횦K]W{|cMqު9[]~J.LP&<8=3'.xߣh]Wλ1wEIm-4fY"ZFF{8#xM +stɈ2,g<͍6FG2p|=y&[L5"+Z9|̱*۪̖d{\-[MӪ gqeհ8-ι\V-s.9U9m1\V=s.Հ |l6ڴYbOb5alu5fkmZͭ|laqf8_cЊ,ڬ?jcqf8wYYײ$M=k ]ˎuS&~|kȴ2y%G^oxXs߶"KC8&>ՁQL/XV~cq8kZ2o0'l>ekP^]h`жsC⼸Zq͈[+d'f|z]Gϊ_/2%HpOBQ¡JLINl'qB⽉k%]RɤI-%&=1Ds"ZrS$oM~& )NJ~J-JّBVKSS%fXQK%>MK[٩+SEZRZVZ^i椭I;f7yl^1KVňe_FpTRH$HNJ2@**@@r UTR5TR HRHu H< y@j| @HM 5 R+RHRH uH] u R/RHH HC 4 4(4HH MHS M4 ̀4,\ j W@i@ZiEi % & +HHk H m m6Hr-k\@i}#@:N@:@[;'@z @ +@r}~?@2 @  2( 22 C0 À Á 2<2Ȉ2H #( + 2:228 x が L21L2 ȤRHaȭ@n L296 @@dZd: w# N w@f@fdV d6n w; { r@r?@@yȃ@ s272ȼ2|  , yCd!@@Y@YdIY +d)de@@Y@VYdEY d%dU@V" E@j  k&: z 끬 l!l & f l [l%lǀ<@d[d;d@v@v@vdW d7d=@@@d_d?@@9@9P9 0#@@9@9X98@LjV dV"[l5T :4@Ŧ *6PiMKTlڢb\M'wRWT:+3EFKunԏ8B~Zr|!r}!r~!r!j8Cgu8CUguܺ)= v4gm= L }E9_wL#׈c2TZOY +PVPVRnq5Zgkgggbzތ6Dj{lGlglWLƞh{W틞YDBz#OLCJmp8[#YoIo(jrdikz2FVFI<Lkkh3^FWv"+gk|܁p2BBi)C&|LwQMߵw מch/6R~ÎI?غEIβ]lOdwO?+)팓(jb5 YLM8;@2fBP߷- IVi{ѵ ^;U``B27Id|VcW;8ƱEhk{!:k^@^ WpT.JޠC +[bQƧ冘k +@CA+1-Yx<>ڕhK~8s0}1s=+:>mWJңhEjxD4+ɁIP~瀾">Ԟ̈́~'@Kb< +OiBl@^eTENm#o OO}{{×)f1iCz t?:lCVQ:ۦppy@&ئ_$<4HFiZMZ-p>|V?i KffVT9SD?IM''O +?~&l]%!0GLO . -<%:G-Dqc81^L-b(b/8,8.OIxZ<#ω 2$dL2I&YB4YR K!T2[V9,\YUVe!eMYKmd[N^+NveUveSmr*oty!3Cr|X.r\/7ȍ yB>)Og97L~._ʯeS*A]Z֪jکkU{AuTשNꢺnz^@S5Qݢ&Buf"ZQjZ6jڧ:N zKNzO>P].k3LeWv]ɮlWsjv ;߮o7`!b [kxQ-+PMY[沷ɻ=_.i$w0|otJTiz.ߑHOEyI^pP5TjڪjƪjUsBT}5RݬFjP3ԝjzD-VKRL-W+JJTnNSvfKٖ-me۶cgum* #φ*Af YȬd 2 ̆Cfc! cn&ݨ}K~xP|@<$"X,bX.Vb(w{}P|$Έ'oSw\|!_Ɂr,ȡr.Gȑf9JQΑ% +REr%w=r'5|C)ߒo˿S<'?UFUTJe*KUP٪QTeUE媪T5P R5T STu\5OW CjzX-Rmj:~P?uQ]Rm ۴Cvo'؉v]ۮ;I722~U0:qݍX;=8޽@W•qe\yWŕgW6eOa)iüfzTFPCeY%_tdxda!(JpQD9Q Ak-R/PyX4 +*Q%At*LUE7%#^U'S<,b;k /kR6mhRir6R9ZR&G,Ayu w.3#KJ4!a{s KeL#,Wݨj^Wk`Ty^3jһƨuk;y=ع'=QJ(MpO=Q2tOT^DtOTQDtOTEDUuOTYה]t{ETmïi X'yEe{:ig e-u3JQ,ү(*R%jQ'qNP4b}h*>4gM׊׉븵.+{A.؆Qi0rr$Ѳk?1b 2chǔi +{#Zqߟ)T}]D^jJyOx¸s=ex ^yqZ^-&W5&^cka Zy^[1+7nּҭuNn[gŭ̹uJЭSnt:kV[g]ֹ5n,:*"TkVӕo,ٷJP[͖9zNح>%q֔9R8@%8~J:~4P)Ó$qaC6):&/mb+hծl~<a.QK(cQ2GzaTgtFò$;)R#a)g&&#zv|M@_l >;6Jpwȍa0@-`N,T ydv9urI]⑱Q摙v mْW9Z|=Y/IGӑ6=*qe*ids<]*LQd1t_ +9T8jcMQ-WQmIS=GSp8ۄh"znBi4pfPgg38Yՙ̡n̥ۙ|a*p;KF\#qDxKZ+ك,8{4ZXw-ْa>%Q]DDֱ9j\{n6&f500L(JoٯۯsZ "=!Z&D"S2|[_1#_;qg! GS8: b#T$Lc_D#_8mpy_x|X+tkp˱(L0A/-Zٲr&]-'Gf&}@G#*V7!/*XfɎ,B1l::A'>kO'Ӌ8'wy Y뚰 uu 4%*ZmV1܉`U F6]`e(oG#)3'y ywEZ#XHEaf-.qb<}XsLٱr[eG~U'~i'Ftc +c{Z;W9\+~c~h[ԝľ}n -D,#S1Ui*i}~*;]Ay)GtMK3 mmb۬#tYҲlʶYM+e!V`wfۏڏ_g7<<5I+lMcxkHe/1R?54F* ^ZzemP}w;MeQ#U.a__#%5 !n5ލ'MvSqX➫\2\2YT-fP[v])vjnO'˦[@ynw 廃!Tw5tGc;-ě4~?Udߢ-N]5 5Fu?j& HsQ4Cc1 Z{=6;}>fnU33>3>3hh_h_i_khi5 E? g&hIf柙g+wM7{@&C;j +c(&Ż&Ҍ7BF=3 h{y>S1 xz/B<{ +J:@ɨ&P*jMv}:N{5NzDArd׭m-P&nvw^=힬Kܥz#{s֌2uXQ;=[cI?Z+op<_=,T+`2{O^+RUF +ǘ#;N-n-jUO6Pv&Q?6[s=[T'걄=՝i4e-R +5c+tۢ1lt3ǙVH۲^6wmi4u`-ut.;:$ur+mL]ngrQ7 +sQwz{ݽ}}zsF}t|@}aauE;g]ߏ<7_D)kp&?7zv"zWYsF=WDRG7baQ-ňǿ|_ױfL9Y-m<Fv}⯼;Rz +LgVە"g9;HMxr)3gϙMw?oWZDyhǯ'Q9k=5P<~El аluE{d| 6SbR6<u_b-xRV3OUc_wRW\xݣ!F|c V{"{_9)wrNpPdOR%yEJ‹R}T_K|/Q%6Mxf}=2`s3}f02ZyQΏJ S;*Y7g ( b09Rcqx8k&jf39e3yscM׋UޗZbsB&c]Rk+\%Po@zm+'pų\ݏxW<+^Oqkl^ 1@9CyPʅ)P.PNr9򹦤|Jj ]Pb(CPc(% +%=Eh:Xqg8Z0c8P꘶=o*Sb|} |@S"{)-V슼"J6y(md11rJx]̥>JU^׼ +u%gWzjV} O?=%J=zDT| R({5?+\qLLpS%ZkKj,KU_KޗGUdWt')]UC!d "KT6e +8OAED|U[ !{Vխ:sNkC 쵾~+i?reչY\t&KHfCJiV-gHHofSV7nQBľVԾa5Q32ao "QȐ*$R$@Az؏@.r5FM&:2$Ve_e-ʾʾ +ʾ`M_F̂lqch߈=Ж((6-NJAuAtEtG܌R+mi~r*/i/m/ގoǁ \]\Wsp@YH .NN'W'W'W'W''''7'7'7EiFiAiEi'w'w'' N NN NN NN NrN''@D''O'灓'O'N<|8y>8y2rY>l j1=OzLPcj .xI`R(SrI55NÈQ#F]0b4}#M7C} -߷F,j~w3P) ]B_CCk\CurDm:\'"Iu2r\ka˃9R V"͉c'Vdm+ wiYe4r]"&v2x\WtXϵZ{iTsee57}Egː"y_;T!3;Oil5bXoFB2$ih8wj|o,+tdZ9L yd&aOF6@xeykJZ_ "|}'z*^DٌF^xx+o+%4X~;|C>'w퇷O&&\QUkrUklR4:\î'%$9^cn4~m`r9'V8fj/]ˉq婫}{N+{ߔ-NM!?kUZm|"')<.mݡ9_:eu\>x =O7<,a%YA!a< XgK';nnv'n}u+;jһSiΕ(RtEϒoZV +B]huzX`k57M/{(bտ{.R-עį[?z΍w*tOR~WK߈+{9/ E9E N.im/ Hg[+Y FvdOj~Mlm?{f}HԲEVM1cIAڶ@ٸ^A\dډc(_gl[U:z>9+}Gν_Z]lҝ~ 4N}t!}ӵt}FGw}4@zӧyzɲsN*Y˚z>lkq?|eJklmvY{׭7C:a +.+ٕtv5t5uv帺zFƹ&ft-q-wvwmrmq=zɵ]Q']\g]s'mbyP?VVVVVVfk35  lll66l +llll ll l;{o +  8 88xpp6p^\| .> +>\\|$p#)&gn ,p;9;;/_ |EIj|w \,y_/_N + +|8]|L0v6pK‡c84p"fہ x#?1$q`2$Kr''퉕`>~,~ Oq7ox]{?a#?L y\'_O 88 88xΟ|v.pyv;.!XIud߬v] +݁Eԟ1]I"x?p>a"X0fSBX:yQZ|M`IgFt\Ymaz8v"gB$cbib[v;.k{mgiYvvNdek+]v]îiײ,m;K[v,no7v'jw=vlK& qv9;AۍS +v}e7m( +PӶBȢTjFuq^>!7'F$??#n- z-QC{ǎr·]RǗ[|ȮOYԺ9??Cx|=oO)?͟_o9<;."wS~?/C?ſ6Hx!ykchi|mQR$RI۱?j'tK&VaO5ޭއqr\ei Zh_K'Onj=#"E "G?pp</#'#_EOEpppFppp/vJ;Ar,j,S3 dy7p_je__SizOxÆoC?(AzЏ -0R9ŏ' _' S~miCZh75MY_M*owȿemHPa p 2+|"V& Q$"$B[#< [EHɢHhG"MTZQIT֒.2,QSi H#B䏵z|6||_$NH%%|)?—?QW|_pm%}1AKJK[zd,#j[+ddˀLA-{+Җa(dTYAɊ2]^++5Um~?fQd!i%  BH.t*\9\#(-,qr o$9(L8ZsTOJ:wrr'zZV%K4MčZG4-DKJmDh+ډ"G$:b-ƈbb,GŇH'TſKqR|%iqFj)$qNߊqQ|/.ii$["W^'*_oȿ-y@-C|O#yT~(ɏdI_QW׍]&߻o| +}=}FK{*鹂vƉk$,W"}3.UO8vtEDZ%-611{#oCfyy5xIk,5/Q3L*:t:>H+zz{ 08 8xpM $**VKqiLS3̈́f<8מ5)ŤxCpm k${N>;\[BsoKLnF"2kk=xv%vtΏóZ){ҾԹ:888K[-A M hhh01F hC }-S|fr_i}d]k +uLe +_ 6Np7jq-B[-n \ AI&U"W>;La&\Ƀ6̤8&MȴEhq"*$Ei"p1ݸݙʈT{EaVF-/h;iu"= VX+GGK#|G.S7V +PRأ-@m(. PW\:W  |a(48 8 xp)p%pp5PThR*DJH)"BT +J4-.iYUht +Up1\yL_)aqB}nE`"֊j}y[w"NiD؝aw%WPJIr$`n2'RN ?⺠R p=RW~Eop50 +&!e<}.ee<}O_ӗe<}<}ox~ﮮsMN\ VvoG3QEn ިpZr)1T?OqBIwU88h{Z'gVkp^ʡ ]aJC5KM^ |4­S ׂY)4)4)4)4)tR.aS׋%@=2C_)ax=ٞE#jVh4s?zm/ zl^5ϗehgg> +ܤ=r#cN[ÁӀs0nR"- ty]9;NCQ2߳4cz)iɄ$p@LCm/^!wBahF0i$OʄQ + tt ҏR`ptn/U` }>KOe:(OiWF:0p^ j dw_u73nED~$XZ| C^.pi8A|0‡+G["L\h*TTvTNTL^F*z%ݦү4=C\UsrK/@{D,J\e f ,,,,,,,,,F(4K(4K(4K(4K(4K(4K(4K~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Ԋ "^ȮXq$X,Hx!Ȏx!bA  r$^Zl S|/\,#_e],Hx!bA  '^HX;BƂ0dPQ5Ɩ˨>Y͇|8Y͇|8Y͇|vE +W|5W|5W|5W|5di|mNSiMWs2 5G`1sq>Kb(՜Fv5h}>0a@: Hް CF-CN {G 8|cwf]RIrz];L%MwQC?ޡy5Djpk9S+*KIU-ټcTڥys{nRI|TͱIu_ʫ:sť)[k{c׵5 pNIz7ZݺOէ#MVg#gAixTlבm662a h66~Li.nS[jtnj9z;X X 88888nj SU-Tʘܠ!uʰZ4P+F$4V+%7UY/қQ+[Vҟ PqG[>;,KWzZ5#I &mVg٤W-&Qd&ޯ[=wuNyru&6RmK~V}DjɪSTT2TLWK%ՓTQF5dGG!J3Ϲ +17|OwVIjղZ8khްNY]4T|O~LbL-1ޖnމ%u׽|}|S}};|o]&Vm/6/vn-{bu7&nz܃q +)wgf8;[].T.\r-u+W.reNe]K@r # +L 6vN.BrBFBVBNB߄Q S''lJؕ?hɄK`r0# +N 7wO/BɡPV('74*454?::x2YM|Ϗ"CdWS|/6]b8xj'tdFޡ285=1;ڿ='Bh΂(%XOlOWy_q?XG(|oDN;S%"P+3h+rNņP'GSMd#C|9C$d=yl7ߨ% r<{ =`1C0;-CzM dhC':e7t =lI?x١!6: 2-&Z{{ 9zE|K4Vӆ9mt644О5ts ]bZCPSO =PnI|nJ2&|y1aC ?iqC:Thh5C ͍MFs83sB2ԧBrSiO2 o៴N?jC N3#^ځrؤΡ[A 323tNTw 5xk[miFҖf^Һk3ݡ&| mƮvf\hgoߛx}i6ڟ3_|M53cdf$L|ChU̸:)Φd pʡ/"rԼx&gѬCtC,Gw[0'J1}Տ<SĈWg/.__¿@ xweWaze^J c^W쵣0z}1WmZn15rﵥf>{u>\T140mjh~)aL>z(:a[Rh)8Q¿/hSh4 hL&PVP lY* + f ðSB5 2. CFm2,l0x[{+y?6@y9χ{}\dI_N˷UZ엦[}k[?icNl'aj6ozŽlYY޲~WB}VB}vZߣk\\P_,hBVs9ز>'3%~e Z=e+z}ZBu$g$?jYוPPy) 6ZO/z1PP4~YBGBwBBʄ5 a 7''3S33s$&%'$%ԗ$ԗ%Գ%$N7)aҜ)֘4,YXX_V6YnK铤&WM]w^1H<5ɏwS) ) X5- +?ْO)I>ެD%gJo7ee eQ6%)k1^^kV饭ْ6\ysEk*]~ תʛMŸPh\9^:ZڱwG F%Sْ>seLْiϖ%'n+MդMJV$JSKJz[9:L>\}2+^Rr12瀞c=wsyQ{O,ӋҿOy~OyEE[oSJ/r\9kPFM:}hֵ;kw_[0/aa3S#vkF/8Cݑ5Ffyy代~riT|4=5nܸ㻍r['2J愹Fɚn5!rlʉ9޲1S3N#7Jy8)([&7I +eZ'iW2g,u ɗܖIZӝ+'iO9uiO}znpw~pË,zfEuc\%C\ҩK^XZ̶1dݜZrVnG+W4tڕ7rU}WY5cզUVY7}m(gV_[V+kZ='֪ףMβE_Gr^;_V_{g\yҔ?]ykGE_r +ΗuA_ClKipVMc 6>YofnJfcr5gjgm?Jt~lRy6=-eYZl<[7+H%g%L|F ˜f`> VmI5Qc7VyZ+!~lԴ4oqYYuf[:6>\oqssM{'_VԟYg{MMij맾s_QҷrerZ5C2v6c'{VȪԳ]%KG)+xڪ?A۝S;)zjvqjvT}N5f3 -vOp,m i1N5g5nM}zԕHlVݛfzXvb=4(MEd[S9J=5ѴdJ͊5nY=Y cmV;ra }ߊ܎ %Q);]Y1(ʅgfE&rayt]iY?lamęc+6cԞM?Q8A]kM/hqP5#k#q:9w˖I9G&'%~iSP~E?28,1F +̖i?h6ӗ"K\$Ƌ60La<$fX,#bKa,,X!\b<,V} G axqD >) S 7 +6biJ^Tq Ö5R2O\j}Ua-@ +;(>CíV +߫Fm},خs ҏ^.gG7=͢AՈt/iO'}6)?s' g+McZ~FV[g;F棷,岞Y*'h|ƶ׾סz--eBS3D_Y^> axqȓ18@>-@_RP +Ǡ ʡB! u2$N3A  G8IX+,ɰS|z)aXB!A1|%#/1I@T)ZPHUg-c` }<y&| ȎGv<=$xd?F2(ftO'nI7t {els9[ƜU*sVeΪY49fΆal9biyZ<-,w<}+hWnN7{ftw;nN7{\ 30s2 +s̹0{=fs+a67{[JM_@eJ/ Ur>fsz:||Ʋ/ʼn8>Nd9I@d {!.bv'jj3i{ru4m״OV7<oyi6Gq ?t=ӕģƟH2]$<# BXKQv\̯<@Y8&:Y>W[rѝ]6NsJnde8\^\~H~A){:q`;8 5N0Ό3#:3Ό3#:3Ό3-r>-r2ɴLe2-iLdZ&2ɴE˫hًW-]tEK-]tEK-]t[B$w|kh7 BL&mpH-[gŊh?i2<*޲B?WWU0p- +pFHzn1p 0@L%x^W5x6&[ކm vx>CNk|~!KL;K_n-=`'L | b:o+3d+Nk{!~8 փ j+[:Arzx9mھ{ ھbk~ \ +]2pSnz@O%ˡ,rN.>` '9YreVh6ZC8ɐA ^G*v nq;.;; C  y1~%a0kf5s3ýy\XʽlX k s ԷATYں &֗CLcBPDŽ:&1&1 eLmdR:AŜY/ptzЛ>A@A0p kW0 u0F( p#f5q0&D2`d[a2=~ැ-La `-<!xx0=%LO3,l`#</F/+*fxބ`4ma{XkM _. +=`$"SX\EױjYYxVV<++ʊgeųYYxVVUOS >@ /a.AFZI g:A qYe{B*|M2b{= 5/c6lc6Vi=?Gp9eMp9鰀Z ֐NpA2EB*":B'Ht:C``pC7='\.xGWWJ#ߧBGT +QapoW{j/^ūA jxPÃ5|D#*QGT>|D#*QGT>|D#*QGT>|D#*Qӌy|-Q|oN73g${XWb sxy).?7\m40Oh,2bA:0?DeyH6o?_?:9:9:/K+\nxf6́\a> BXa ,e`?42 +sqy̛n^D/\"Fs~x֊u}z{J3? I~B|8rVh6ZC8ɐAh C b,Ѱ Ѱ Ѱ Ѱ9L;u0F( p#f5q08f/̅{aß`,ERX! VJ9GQ[T,3oZYG4L\B q@ϰ2vG cca4vFca4ԏ~ cCP?1ԏ~ cCP?1ԏ~ cCP?1ԏ~#7~#7~#7~#7ir.ir.n ucCP71ԍn ucCP71ԍn ucCP712[h^+RPQX4<+к¼z!'̀"f@3P\ڰxģ(G< +Qx(G< +Qx(G< +Qx(G< +QxTGxTGxTGxTG0Cf Q! +3Da(0Cf Q! +3Da(x8<qx 8A<qx 8A<qx 8A<qPxq0a<;qΕ8Ws8Wsb~kOzV`%V`%V`-y\,R\TpQE\TpQ0.q1a\ bø0.q1a\ bø0.q1a\ bø0.UR5.UR5.UR5.UR5.UR5.UR5.UR5.UR5.)K +.)K +.R).R).R).R).R).R).R).R).R).R).R).+qI%͘M.B-. {S-֢n-֢n-֢jjjjjj:S:S:S:S+2ae8Wϓ̏Daa ۝9uKR +, sn8AuZ7uZ7uZ7uZ7uZ7uZ7uZ7uZ7u+Ѻ+XaDQfAY5?;of㗳?*?*?*?*?*?*?*?*?*?*?*?*TPPAATPPAAe6D QfCe6D QfCe6D QfCe6D QfC QP8š(Eq(CQP8š(Eq(CQP8š(E=W +jF{u4VXAc4VXAc4VXAc4VXAc4VXAc4VXAcbTQ!FbTQ!FbTQ!FbTQ!FũRXˁ|#FцXm9gȴnjjipv_7Sffc1:0ӒDƹe)q6|-!kx:ܬawP٩!kԐ}5d_ WCՐ}5d_ WTPs-åC<¿*lJpF7bo9NJk]#AF5y蚇y蚇y蚇y蚇y蚇y蚇y蚇y蚇y蚇y蚇y蚇y蚇yT9UENUSUT9UENUSUAG=t{#AG=t{#AG=t{#N=Υ C2bhC|&D;󇢣 N;/ek|s*כVN[2M_ Y$3U匫qjFYkH\%O[`Zj告k<X#\s kk|.cfk=kyexSz߇i_a?ᓘ\\;z1~\<: Xr{Y:oɼ&\y 3}2J~H'?!O'?/ZZO1T-B*TB3zUQUOjuYu(Yu*U(XE(X%(X(X%(X` +V` +V`1 +` +V` +^Uz*Ub*(RU(URu(URu(URu(URu(UREqJP +TRQJE:ͼM2(?@9# +mAGRI*=\I9pe7U*^֣n=sQXdUB6JKXQb=QQ[2*ވꍨ(zh;|&vAJ_+峌>d!w'ۓm`7^0~9Xey ^?IF:/L2"UŭZk+҅Z{׺zЊ.}G"j*uܭZH$Ȟ~!v1瞻?o.>癃q_/ꟴv0Q\lx+%FuQbTw{wb[un_:ėCl[:waƹE+:Ċ{+VGB+^ o!+#`os|+ƕ hDVbUFka6FSy˼V7mv*߂b[!6Չy;oKZT׽}w9Y (Ư$o9%Ne”D0z: iLz&o=Sn>?\8ԽpDǣ0PG8?/YjST6-^ޜ83ħO:iarӎ3bg}\V}&qAtHgGH\%{;쐽d*/KfS¯qS'{3n۵{piO;ӝ0:0p}wlrqOx2aW!MSyTzYnrg^pm/\[v]ŵZ,B _s”~WjaaMұ"%Ɖj*Wlx=|\?pC^;30|ȳG$(DXhJPgO!Scku7f SE3D3D3D5ӵ3ø#ڟwGUQJQZ))lo/kصȹؗ5vegp]`}κNclǼilKK삗xxWy+*G"^=f$ϑw&ϽaLzE,s=#n6k)N" ΋7śFAysFXXQ5ʯ5$]l ,-??7ٟٟ۟`K?/p#n +De2{slD6["/ٛf؛KO'|E>'9~"j ?}_3LV|m5j[-j5Zͯސr| > DX?f\^«[y^+;ϋMyxUYUs"*}[nbٷYmoDѸ|e l'DZVd3KEh^lEzV_kY{X/֋"`XϲkEzQ^XA+byQV" +lhB*Nѩ :DZѩVtVJQjEh"Kd޶Bo.DU"*ѢIhD&JY:+U'*Tv~_ov|_ov{n/n/MV.o˛&IM:.þvY5͎fGf5,:Ϻγ[Z5}ʚ>eG vY)bzLx4^>OSx.^Oxnzͻ)ZVkxnZÓw<>g o͛w<6>O]wmp3i m3q*ofۜ33k1-fU+Y65ZftF͈QQl3mFb4-FSkZ%:BOBONOٰXSouzvNoV[b^V=o:=:تz߮uz_:ujU嶰جSMb "rXb)E*پ3[$Hh3O%>a<щGIN;]q Bkym?}"r'::Yqfi_@+\~`fYuc=M0;34N3댎"ξw+s}en:=j7~v;.gW/w/} XvױVQo%j|bj)bcz֘eS Tvm3;mb+ +N8 N')8 >/`83%/qQ߲We^xo⭰m?ݰ0`=FEX sMv!*U +* +*ʮC6lƖp{XQh?ƸPj{P S*0}4 ϥIO0-}!. L4;a-t+t#VY*H)Pbe2F5聞8©aaP|8Nq|qvxr{VAQ(:_t0/18x|glk8_7-|x<{]46̈j\`B͛gټy6ouX7f܂[qnwn܃â&_z hs3?,JF280C)vS';xp1.wp)Fx<Ϲ\2ߔٕ?.&=EwN܅qfQcxƻ jQz,ArX<քńńńwmvNsĉ9qb81'1%[ЊMh$[ЁP$;Q| !̱ߞNi{?m}>'y30'Cc1'oi6JQld?Iq`4;!;;MhCw;]gnNGdt`TҨD2F聡Q4\&||"G||$GF0!h~>~~_z܀_W5nMx!:"L-F(+ X+8 N "QN4PKUˢLbMXKIwPm MQ8\kLĵ0hbtrI3ـb#(MX x$fbŁa) ƌeėDetT|+ a S9G}ĔѩO<*L?&ŏ8c1RK K~iC8GHsl;m6NL_)q:>n7MJ?sj9;.;.;g3;9Jh|V>Cq(VkVk.1uVU 0)L}o2Mƾ7&s3n 曹w.܍{p/>܏x3O!<̌zVOĵ0l[Ͷ?]mWwqVgqVgqVgqVgqVg1Vc1Vc1Vc1Vcg*dP->')kDo-F4ˊfY,+eEؐY_ zW(P +@(P +@(P + $D R@+%J R@+%J R@(y(y(yy!F`$~QǸcp% +#D+D+D+D+D+Dpth:\4.fDӌhM3iF4͈4#fDӌ$6ɻMn$6ɻMQx ㅨOXXXXXXE1zLA--h&a3bc :5+gDY",Q}>^T/y>OiOiOiOiOiRu(BVQPyTGAQPy()))ShJM0jb5q5q1\=$rD./2IK'c]GeRRݛOP9#Gq(ZxZxZxZxS/PKe VX]DRꂘZCI_0^}GlO +0/C!V;jP85Dӿ_z"VOX=SA㩠 O]SB)"V[jXm-bEL!PHc(1^b=t/t/4jE-PKRFWy~^Wy~^Wy~^Wy~^W穮ՕrTWQ]9+Gu娮ՕrTWQ]9+Gu娮Օ<ɘ>Süʡ2|?prďC+rZrwnuQ *ql(C̭0(FX&99|IhˌDMM!R|Y/Ke),ŗ_R|Y/Ke),ŗ_R|Y/Ke),ŗ_R|Y/Ke),ŗn .$:eߍ~R/˾}ό/}+q^|ċaVpvbux6퉍DKthU)숎nz=z",K_=EkxlD!ӋjNUv^2. O,K]mW3rk\ϻzO7z=L, +3uƤO, K49o- J:'c'-w.X=eyo\K1$Hr20GQq:/oi嫢Oo{G= K,zzK=H,Qk. +eF9zbwNtפ 3ېh1V7e% QRHUȠYԠz079~q~_׸76|!G/X@H!JT!j^8q0/A?#p$( eI1SS ?/p=n/q[XQv; wV斟a87<_P(u(J?Z6>U>/kcb+v&t5&Tb_׆0,z]d:];U]LH%6$aX^Hո?xLD\IИ|3;£8$4xχ"c%W*^xKdrXeXxSXӜgw>O|R2isx1 `)cOwk ÊT ؄l6tb;vp  +0ӟĘ07}%`*nǃx8ԧpVVV+?x9+*e>~4'7ʪ*? Bf$FGcag3{~܌[p+nf w܋ic: yx3 +,sU| bbxZLu)g9~q~_׸7f܂[q w܋i/<=>QAux>JsEhBMĵ;sA\P?ϱ9V?Xcs~ϱ9V?Xcs~ϱ9V?Xcs~ϱ9V?Xcs~ϱ9V?Xcs~U'|+YԬmj65k:t:tA٠l(6}=,/MO,/eppppmj65\~* +꧂)V3jXb5SFN&mjXЦhK +KF|.Z@ߘߘߘߘߘߘߘߘߘ6z^iԶqڞ_M 1ӛmU4sM@S6d'09lޫ9}pT Eu:.btjb~tq+!\5JĢ>G]_A1|Fm+NbR9]]G/C/ IlkeW\FRlqw)- OxN;>׳/WN-wyrlZMQD9L;žl ſE>'>lq4 {wP 5גk宼]OM4aFE58{;::JFâ +F%A5A=ƻi> +jO%j\`<&`"$\00505050505000߿n;,'^ſfjxdcEZ)5WY]4>:e.a/$.ԅхKJ1wabTxD=){O'҃)F'%F'օ8\?'[ͱёz\SM5y+q/u +>]eQQP<Ǔ}5>5>5>5>5>5>>}6'-gK- Q߿"1R6at[oZ~YKZܮ6-vjJkݳgj//ŕyʈS}ެ1ռ׮X})Zuͳ`/appB";K8Zs\I\/>>uzZZ%aF\XfVNv!DGW􊾔fa53Zc+c6Fvy6̻y#FfuCbyt@x5oFoFo|- {{7זʕ.'_q(]ɈDŻS\[|:7'qF[oⒿ5{o2Zr;_tY舾*.8Y|z /YE}٪MQߊBGE6(Əc7Z.hʬƉ^*VF-/Z5Ʒ{WieVʵr1ZJ+^^k|{o5Ʒ7HtYtV}D\I.ǞzUY|(K? [vszWhh6RFC!|0|G+Ϊhvls܌-Ա8R#UՎn)Z-6xʸgu?է>{7-gz]-Y׬۬kNӵ]mw=yLVGuJ`'6apW:tzr'(Ի)'o/K՘]ɪ(.O-UKvyr4k^TF֖Wxokӈےvv^7J]3*JVw**v{ u1@o7z{Gb[>~u !7ZFHV\iV9Rn~czECwDWT]^0DbOl_ROlfJmlaX/߽NO֧li]<9A A2G{`kMvH=b[~\`׵cO{>bOŶzW}\CÍ'ip+7roK vmG*VVkq~?nJ/ΰ<9нAv|1r?L_*#?`9X}\C2cbìp#<33<33GluʖzH8e8%|Pɂ1TW%J޿hDi='ژ/E5U Q?wGo>lM?1сS_ʩsi[>S 5U)Ec;ZDKED{E/&u>jGjC]-"ꥢaɪvQV2QHQmhw"&q/|EzՉ2U'w8@ ` ѼJUs K?3;f6 I( & +*(}賃ԇPP@|AA"@"ґ^gMLL g'g==T40r`+Kr[h2t9z%,0q3l[d0a?U< 'eBu^%?}as1V!+"lj +5*L 6pzt/EGd/h EGRX'#iJˊ3+Ρyv-fٍ5a&֜5Nv7mcm؃=ʆ* 6 {q6{ 6c 6Ux5vkjj E6_.Y]~%okRޔ7eW9aWּ5kkx;ށwϱ[x/kA _ah>?3|&_E|5{o؇|&|/Tn/}- $R"M`?2,[ ʉ3"Q^TdEeq[*墪V[%ꈺl/.dDрmFqm׊lQʶ&%%ڈh'$:\+Wb1ALQ'IbS5l&^VW|/Ҽ +W߫o{罏'T>ћ_~z?G?Oy'/WR/rw;:&oKoJ&=2YEF%edu5eM)k+DIX$ΓdQK>-^h.ʾ._-eq,Vr)Qrh+1A9^~(g&7rxJΒ3r\$rxI.r(?!1T-Ti1NjU_S TH]տ2u^V7fuXbj}>U=:m*'UwgsW=!^^Uz)j楪jF^5^M񊪯,I-S^MKUn +n *g{y5AyP/4x-+kk޽ Mmm^۠e{0x(H)u]ǂ'^๠D;u }'{0( +z`;ދ`7E HёHz$))鍎ގm⍍ޏ zo>mzG>vv>vv&G;GySEE~뭉Ώ.FEx{2# g$K' Hx1abTxœ[Zb_oat{;2EwҝdaY?#EYZdy=@$+AzoZz~Gd=IO粑k[yA,oҿ_z^$zlWީ>$;#!n!zOAg䰈 ɁaFXB YYrx-&GgȰg 9!|%|E -9)'&SY3ĽģDBQ*Mi3j3Լ}ygי3F+g{W7]g' +l8>ϕ 5u_A5F)m5YaQ*u8lf5yj߄cYn}jޝMer\?RPef7.gqXbWǘ1qd?ÿނcY2:.D:6 ??μaoOsͣ=b9c֯GlsG7f4=ځ`^\ٲ?p+v*QOي͜ZOم_7|? I5k7ڔ%'f}lk32;.8r}{|e`ffa5ѷHc޶=|smʝy?eYl:íef:4w mfCԋ|JqZO8šO*{.\hoՏ<1oWKֈ2ǯ'OE쥰W7c䯚o݅:>Z[@OY%fŎG(G7oƶӖbl'OjVN_AЧ]m]fQU }H!~[3Y^>#:W;Π}~:Lghd!N#H4RC#P2o N/SK_ƗQ*_WRQb|5N_9}-5k*7P4h-G +Cwx."4šǷY<wB;΄N/%-zHz뽭mvQIo!*鴿LN3gB/4ue2>Hi!u )u/3OC["$ +-33M]5$uTы +^T"^rQC?RQWգꀒCOK@O{:H@+^)zUo\"\U T2X FK!HA(g\#RPh5x& ]܇G3Oj25Z@kQPO ++Zr*Vո'kHe&wrJ6 5nW;]j$wݸGA^-٧J>C0j? QL&&&&&&&&&Ā&!$n1<),tF%ڍ-, 0a &d2$,P:Pf55z-:\]S1AozނV6l!SD|MzzdzP}D*Z:B/X@EHaBITeXt"@ )tX "~Fx˅!؇eD8^_Gɣ(sLhH¢!%[4d q4]84C +%P''?%h Ŀ +@W`aEFu8X` %$ +YaC=%'P2Ef +9Lq8Ô0Yx£`_xTDh"P Խf/a_)qm3wT<בw2 UCދ$ +`kE7M:t+H& 7 i1sVġ[ԡ[Эiu aK{VZ EH^Gʣ@:0.PǑ,x zH8颪\/bQ/p7@ @ža_C=PSDF^ހAp0# +pp21L}j.B}o1 +;+P/PCbe8jډ\8+/#}qaXH*18EOD@%څ݀M Hy& EN wkz8|IvȒdً>)G- +E(( h(HÑ4 H +ARâaQXH 3LcG`#aGÎB;RhFC Nv;Z{%jh<ͬ7?[ey\߉r:]87n}nEUf]͚3x Ofj{ɱ̓.g_.V܅;lő=Mˑ{1(X|1˺hvkr֫6)1ܜaV_q%*nYlku]d7)yg5Oז +NFCn6[{!3Yq,Ͳ=x~Btt՟v,!s]w&'B>_7k`ߠi95{!\9KXRǶfB)oU ifc6~d352W)sY2skfϘs췂rRnζ|]{ŹXܫ -<_[nKU΂=fȖ7X+k!e;[r㩷׼f:`}ݾ)b|qSǕT%&)ڬHG<ӵl{f;8 u;GcOm8cly[6c>3.кEIf 1s)㏥OqLٴP1TU?GvCk~Cssak)f[*13q]տ{C{_s&9r؛_bצ7ijz!,d]3O'X㮜yݲ9S2wOck0ꝆQ>f(t5OK)ǵ 2s5OGK +#t`79r|!Ɏ~+U`] ?t+ٚ7S*AM-7wp֭}XJ(QE]AՂʶQʙs3+)Yuuu]9Ξ̬~UծҜn71ssQ5O{8=ٶ#*VG8'wdlvO?ZdDf3fw!4`iffs3ͼd3\e/J?56mMwsuŠ]M3ʴ [JL4⣶/BUܚsGƥG^}KB[@O^vus8?etoĵOmֲ2 bv2Tx[(ǬC{Rɾs=Kk:ָѤ8U7C,3&mbzNETEW*8e19pVN3iiE&6g2Sd_6o1&ۯ9+9cn߮(c'[[.כ7#Mt>Us~btWr葟M‘n<`>cj1|jc=pmcȝq³\w$%$$ksw</8l|PL<'8mr<瞻wl$sW&q?v=*YaytgMX3cK/Q< a}``d띎XtNG/ƫ4hNGE"z*ވvZ;i 2>U->V|mOi O|:AY|?ٴ?>ϣ}|_@!"Ysd9r|QNcy WQKb*%;r)Ο\h"4qhΊoX1eXo\o75^]zzcdk>=/Wl.j'7?Ȟ>؋l}i}o}f}|-8ݸgqzwzw)GD׍Xn1p0XȀBQJ 2RS1ʐDTML|,N)D%eIP ,+ˢ3/'ALYeE**ϖg#D,+S@ d5Qف.I|\v" ZYvo&D9ewC@ Oɧ(A>-F-g |Pq +@!TJCʐH*R=9L)G"|]AլXȃ+ry-1!≪P)*4UjbV4U)OTURgJTWUVr:* +JB:P.ꪺj}UuYr&f9Bp&L3!gB΄2,g3!gs,gBYDW-4 "R ̉jYD` T!J +(B:X$ D9݃z  +|ߠ/ W BZ "Vz;xL )`ZL !B0-`Z7E`jD9`]TŲ.M`ފ]aF閁Qq000T3D(:0)7IZBFR^$-F##~H(#T#ɠs"#/)Z2#Z2R)vۡ%v!Cn!Bp;vQr;JdM[ ~k Y懔碣GDAq?ȀAf#2[,aSݔ2v*fTHߡRnNgw;I=ҭ Z̽^<@nKA<L;W$cH;"agaݕJnI*|J?ɧ3>E Z 3HF!(*CPM2:BzI-s +`ХM=qzd~{}?#\?z2R)HEK!3CCgz&$ߢ?La@/@P/b.KPR z9K^VUTre* ܃JOOSw 'U{Wa +__@JpU +R˧>M-4˧[>|!4Y>M8>}1ob̖':~HaOtJnjv81k3.qQnj9fO Ir{|'FOs/翧sߓqt2X8e烩7:nb!rk({a 3ym0T\Yo[F^|05F ?B1.f4\,/q,R/ B±p K +cÐ8)k[U]===3U55, 8"À,# K\b "Ѡ*"A@D4DQBb|>3jpw%yn:TWa$# %aa$1`bԟwn2 u۩OO66D-[K,L=MfZt;= ?խzD 8U +*c5fdԣFEOQZ_Ǒժ/3Qh*2Qk:2Q!вlpK;w"5/,迄追Vk|V zQt'p.L<%hkNO`=F LGߐsd+ k~ѓ"IgLGl]@\`eLs@=1ˌeK|sc +8RbRc-r9rCb:c=pDC[-h%Qr)QPmhX!rgbƋ^K\Jܐ(3QrW + Pr9QrRD݉/ J>xx9GH|ܙxQmTJd\Nd8y6=+G"A<88a蹠_@\=?z>KLg,O<=c>C)}>O6}yz)SJoNiVtV|Ed,$c9E0]|46feݲe.Bo'ô&q|fIJ u44'fs U'&sc&x)?iI6OgRKi;q7K]bibJ +7韴L3)II{$ᓼ3iLϤ}p0ƕI'g%ctb#m082R`ahce" ,db ,d&G8q"qT,N @Fl`8M1 ؤS1mNnN2`QN*'2ؚQx9 P*c 3`c f99(q[TTfZ!%Z=9+rV /#1r\Xȅ #BSTT Qs:'j#;A'FFphR[Vdgdl%#GuQDm:+pXmk{9*Jtl^yy_aDͤM&' Yg_C|'I7>1Ftf-IwTkoo+89;@҉hy|?$rN f&U3əRr *sHsC0oY@z+"JrReSPUv 郬tH7rI +4'O_25Х"-P"!}iH `].Z_g%HP~pWDR"\U8Ut"9B:tJмW$glrqe~\@z 9 Ho%]8=,f%/%]Fu֐>HZuz4 T#s<]?]oLmٛqE[3ұߐ~2%A}u@:),D]4,+_38&#̤c̤yYW哑1*]_h흓#Wuc?bL׊spnM\Jt֗RH ^D:<DJb'~ґc7_3q#ϦOj+*}}*On"/kbOP+Q]^YLi_v8 +s*_;\Ԉ:kC%O׬MWv6+f6'4dN8Dyypy8Zsi'/DTpRt=L{O\uṙ1~u9Fh81s3b^e9(A +LbNE4s2T3 Y +]:ۜ 浐:3ռgn΅ِ{̛̛--g p'杘0O9BѪyy7'uļǼ,6c{qj%\eNڑ~Jsfgz|ZQk)hm8`|o4Bry[6sZm7yH NR*R7:N]gS :Nk#(E]GJjH 5ƣxϢƣLs8RQj<'(5Mj<RxԼNR:uuQY2pN֯o\l`.g(u̧̧ln_=zR1ݤ޳(KGKL '3{ a4}ThaR%9fjw5Ps(elr;wl= ^#1()跗{F?ҾAw)pzρo7`jeIG$ ɤM =e%۫텪l{UW n\6U>Z;$4j}lECNeOVCZl!teBeIFTL,B?7+WoN;z+c2 (EI)τ4I|f 80wևbP12?I/ށoe\5LΌ+!nceҮ*lAOڕ|V L5zʴ++/Ε쇿dHWѰ|1>െVMZ yڨ0_ +?{j?-VeloVdVm;wgP52[+׮^quV R_-WkQ%gZ .Q=fWg=P_Vf .R29ujf71e(Y5JS+37E{6 +!%ㅡLv()_20 ;GƬ~te?R_d()ו.`].GOeEO]dXxVee-V]CYQr*V|оJ~h6^1Q2,k vCHRX[(>pkQ+2;mvXgg?<s'N.fqĚ6/jLp5}RC`}Vds +jO3gLs&Nkq5hĻ*t@4C4$Hc& +6@DGqq޷ ߴcBh/8Ӽ@?jcR, 2Y&8<,, 8ˆe=$ni&QU>_z%M 8p^g^z?݂k^YJ BKq3Ƀ32y H3rh <\Z?ƿٖRg˵3L7N"XY>p04WQ\(KbiUH?*2$JyL )J7DS""ISWFi5у*+r/=A|4x?J}=܃ $!O=GL3zh-^Ƨ2xF6%15nc}5c)6/IM[Pi\29o uQI5VX$Oj~ ـ`w̓^h4U#n-2Տ;񷲖eس xkƂuXxר c'0OZwtxg(Ygt +Kn,g khP[UF>¨!e"j^f Ա@t$Ԯ((e:M~ek$|`ECP(ky=1 Hfu %eG'u[5(vՊȼ4@Qsg<}^dL;}d?J|MH +}T^S oZVDZ.ƈu[# iad6J+~qj8"o\/ҋF>|EiG>cznv?z@ȁHf4QMjd|d6%P*;W hFj4^m%TFnUS|xzȠP+O=aO,:ۂϴH!(lFu_e2BT0Q:U$j)_E6qO-R+CZH(G |+S^QB#6 ٣QVNewN)뤆k[%GLqN;JR%FׁlSɩk5B))#veJht +ĜCp+Sk +jzLCD̓͝kL{)5eԬ0{h_zO'N!]VTû!osߍ]O*[3(x%!ĩ(i ۋ:;~;ٲ ƉU̹ɻ5źNdTO*RDԈ1~~C ߲"r9C50q3 9M-cb{UlV$)?/3Jemm%96A<<~>dޕe9n֎Y|f uC AI"މwN?t'[dY0SӷP۷4}ľ/Ctϫf_ԧy5rW'3-r}wZW |p}}77RהkdiM(ݍ$@ RR~~;}I>$u.eõ5ZJ}7}dz/|Q />W?"$^cxԟ4S}{9UR׺ɵތkk"YC=Xc&68SF4TW以G{;=R=ޣr cCX z/F1EFW.fpoSB{<89),9%)9Ӓ87&q%oN,kW o&[E{T䯷~.ֽˬe˭k5YDc07L5=#TLLMF'ւnHmS;5uH$R>~EHQ;!(/,1D䯵n "{%ِ`oq {f{3.PǤW__ o"sډ,Sq*\t3t3Xg8:W{\^u8Tg*Jg8@s;lty^9W71{=]Vؽt;t;?ҽt=S!/U~p/zmW +-u"? +K=',XՋ/y/z; A}{ mmPy,}}oпyVY`Itx|R+;g5~$Gf?:gd~|uG aϔJm]̨:R?TC>X#C '˱piwxo)k11FH6FW'bshM3X\x DI\W/%XӬi3ݚ +uOݺ/tp<)O2ĸk4sE"/Vj86N aC+Ԩн̜A19y+(K[j4z>%PV u?+?`=*kZV#QFzzZaqȽ9q8E;KEK8"NjX ^^%{Tdegr;__ _Q]-PQp TGC>N5'Đt +T"N|'_ĉ/q8Eܹ"{b"܀8sR9_:_&r#9|#e^ADU\Ud \Ålnԍ"scgYlO9亹&IB>妐|sː vE Vt,텼D.{>n}н~n?Ƚntw;`䇸CPg(s?w#}tw; +KK̽W3 cq"?uǻ㑟V"݅//2v_}} 7o@7\`rܷAqgUϪ$Ϫ$Ϫ$1T1T1T1T1T****g[*I G G G {XͽQ!g'>5<3CgW:扊V7v;DC&ξ(pq  RK0Tp<VU*GU8Q%A[іF[C*P)B94!VCڢB[Th ڢB[c8m1 {հH"iXd\hٰ82̃u:S|ax$m4Eiy"V>vǟ#N6BM}h9wDbi/;_wwkY 2ƹ)]ˣt&WU+][1*nO=Cp0yG(}r4 w.OJqT ^skڪg4^UW5oikUqZ|'K"=~}{ +fcoҺK<"yG@}~ +z +:}ATB3uX! 5s~W1- -^^iLmE~Tcc7i䨋{؏M&^+(ByUʫ}og[8Mg#kG0_J5RO4~S]:}|wj^|߂?5&/rt!_SV _[?iEѡTotb~5RY܂5<~mYjy֟clն~_&CN&_{?tV _y`'%w ܓ|Ed%'_Î}mBInOnjrGr=Ğܙ)s焑|>&w%wXr7zB/{h7^JV/'_䯒}}"uhJ0~| c'r/`o $(AN&_E[)G. vSt>{Jtw`;_N/?)) +y"_8͚ !8==ԋ"ҫRHClvĎk{|zx=ݞ. +5kECшvO-w8-E(^m+gS~sU >rfXf[qV5z^R5Q3Lj!5ӈ9iL4fR3ͨBj5SDʹ>E3Ub@W7L\G^$|83V.Dn]^XMO(3IҀqGUd/Z72-sJY)ɵ\̩װ*ĕhi`u,J2eulVpOXmk~!:DPU(⁝=Qt[Πgn;zF}`V՛29YqPb2N19X}_#1}-ʼnԛ`˿K>{J}+}nmnr[`%vhIQm ؞g%s}Pיg3 1xfc#DKQ0h{a1 0 Gd±ZrD!(`NQte:VRTJXNE8Ej)J#V!tz@vbׯ}gq>| 瀋pug-yҀO"DڴvyVΘqyVAXCX],emmDʦKҽH,|FmQ69HV3MJn?ִ=LCaN]9x[6$*̣M#VvGu48nV= SߣSK}ltGT*/Qya@yaX Bʠ)4I+]R<%)65|Pǡ *9ǐSyusM$FOz}Q"hMj=PX}>4t斯+B9_닩$}~7sTޣbYcp _l3TTj-2J 5SQ:ԽC(Ɏ98;v?Q O'NOB GN?]ޫ-_Rǚw@&ʯi5Km/kϧQiρ| δ^RTAڗ +7Iڽ)ކ=R?47W?J&+&zrU߯HV1Īq꟫G A*@i&⊃籴Iw/`9/A9c 4@ec?eVSiiiZ*3Mg궋*56UCQ`m^P|5C'cp +Zد>kR_ AҮ(gM&HyunO=  +,Ggb8؂s=8דMQj7(RTTR8*&6a5L* QfJ":W8gAWVߦq{ ;z^@RTRSS#_Scj#*+ԟP9%8C#SR3*WԗA[ +R>Eǽ ԛ/iDj)vkмA18/byQ=e4j)gE͟hPA,j~Urh~Ps%%Rdʋ5jՀgBբW^D۠CT[oQhkSok\{jvj;f!!?\~ j{AuTjsL[tQ3u_S+ԟ^׽Nu&/tf68y*ut5Wu]#}ۺ~O+xl023Yq&^~+pΧ]@n,\M>twY8KUP47XG[:wi8і$o~SFƼ6jvj \ɳXUovrzRWWQ}Wwc-?ZjѠ +J]h )myg&g1{iSt}MzVWxy ד شKjxWl+_cGS᡹,JYMb=5ǫq.PjQ(T(.;Tj?7?w}Bc05M 5ذdR2HãpiFii IQf|%`6J?J9 KHm(vA}+мy5KquRʵ ^"}"ZZB^.m k(@W~]/k 2ȲK+qNk)erMFYfAeEeC9eǵKevɡэEʉk*tGʥg"W(Rwǵ>'䱸l MۊO'㊭@Ӿ Y^W${?>O]?xuN {&T{3v|c<9!'-j(Q_n+SR R|6֙ k'/|Hڰ^7a>7[= :a>o6g۰1cdžul kxAhSiQAŻL*hSܦ85[GCCQa}}y^q?>@pgoGݑ/&[Qٛ{q!Z( *|[Ghb#Ϧ~/=UKu$@YA.bopԓ WpdoLv=㮇! -PoL@Q^F$w=:㮇ϡ+?ThE⮇pC"yw=$ʏd"^ĕ/]hEhpHZt?5 +ZZqf⮇W{uu'2$fcpC-v zР-hilEKc+zX˼ُ;+b+z؊")h9இ-h9lEa+z؊]A5z]5܁"I }x>-:=p-||Q죋%_!oX>xxQ2X}D8Q;n>e1;<|xy`y-?Ny8 _*O"{ +X|3w(cq +3Ueq,]g8 L)|ɞjϿy*<Ş"JxQ +_Z'#\tf Sk<Ƽ-ְ'~6땽ܱx} ^OXVXX8-XXX*֏Py 5XL{rc6eF\?J PϾGA;<&.T#km=e@ >'g5p/wwB.D} +h;瀿9V6/K"|z!C=l:?NN@}: Z.ٌToJ*nJ*ބTb6%գdžwo?P|LM}Rt>gSZMh͒4*7[fs.PO+IɬC?So#!!`kY?QS0,xhu$;z + aoSH +>vEƳ lٰ%a-lam1j3i6Yji3C~Qe"f4ZC:REVqD<-ϋīxSg9q^|(.KqR"i )[.IRT*(%W4/zi"KCR/ JǤ)tN ]I-tW'-H2%IZ˙rC)ŲAdI5!{&UnK+Z3JH{,-JS򅴍[y>CRKOހdvI%-UrJ>)(EFIROLKISҀtT:!HQ#.IW &G8ViҲ4sbX(B'&D9Ȥzii|iq3hp,̙P?َ̯0Dža ƄqpE.;Ouj-5]VZ˟\GYJWr 5$/uI~J|Gyc}%߄{=GHhzʷNpG!V6pĬDž]Dh]\6 pd'ud܋|' uM>3&RVnr8s"60g18jV9ۼỳ\d.5\cY4!V7!syżט=4!s=SAL^w x4/|113_X.'wm=G%qnhLq$Z'olKxEHk'$kuq=\]K_:de "Gq\#\&s'\!W ɆYyV;` #"r$96cNGsI[a`b.+OIf)`_cki֓#hBnC]{G,<92'q/z Ac'O3\l8ixp\uϰ`X4RxcQm39Ɲb匲cCT +6vNnwxpxp8 +8f$W]),}%ZtLkt:Kӻy>> `nl]taz\u>AЧy}IO3s<^fDFK/&C ƻt#o"?alA agz~A1뙓0*s\c&[m.sY$e_Aڤ7erL;wIxd0q&$~`aSjjG<4uFLHbna}tʴ&=:ncs|vbɊY +6X,H +#DT:س`t[p Hfgx.sq\"i .p;H\ 9[ʙ8 ω\(G<xrOrpU/7nswɓ[ܢ9Ӝü\h.6̜Y6;= +n>i3$W ͣ1: yW ɼƼDBt%$ %K)]ʒI_]JAD'3Y@2xxv` vl`^Eo|4qr" ۛ3lr, ɥIerq(ncI e<)-'/9E e$YdZrՖzy0NKbpRE8=K- &K7otZ-}GVqrp2 +8fhxrpr2koy`Y*kݚlMƚ`Mf.6k.`>" Xi+oCAK5bm6[۬.k Q R.iYo=ox:x: 8c>\µ[-ŦeزmmyuXd+4Dm![8Dжg[l{zml'Ovv + l[V]=ۢ2)2Iv5So3z2s;;ɨd/45^l7Ae;z~{{X&`oJvN{}}GCvҚaa}>N~QjVJjbx>e ~>kvo`_*Sq-e eɀtE>e)W,,$l$r.) +$)sʂbaYQ,Ğ?X\Vp@Ѳe#eΖ7]*jM,83glaٲ#ΑHqhlvGQd2]w&;\#Ħ;m=^q;@Wq:%Ǡ㜢o8.8.;9&[qqqϱX,H+ǯIjD=`fLyNr\.w{݊NK[h^ѣ-H讨7/-gH(g/_)^~|NlKNI';tgSLW47ä3̅:3߹Jw9KhI;acN:L殳 :ذr82,a?<<q.!5<<DmstN8s9|\S4̊Ċ +mEFEvvr_TUTzE +Q+kЅ'T+T[+V7NU8Z4hQ1ē8$ч+ #PqZŏ8Yq6WqàW,T,(Evů$Ŗ0w]j0 Z]9 +vv*U22]KpqE;]a|=>>>} &eWWh{=sϻqu/{"<1O'ѣz<mO|ͳݓ>S 5{b>I88}>e`SFv7|`H owfѹwbs%īJ&|7iߌmo7o ʸʔJmeFevʼʂʢR@Sh^W8m2DTWl8{ʃ*{+`ʓ*TPyeQy|rVmsq]3WyrrOI~_>/ ~/~O:(7Bp!qhEGcq___OgKU*MUzUVնܪ]U%jh3X:MQWYW";dj{ņ}UU]U=U$9Y_uj*jg]UgWYƬ:OJ,$_եh+UMTqp ipvsf 🫚zXI )pl> @iv @(Ph!zN`o` G,!@`fP* Ckz'I*S +:\Nq70EGRz ,FrUMUW'USQ]ssw +6lbb6A_jG0@ؘ# +V]Ȯ>P ]ݧؘG⪏#+X=Z=#؏"WߨsTޯ~ V/UQ.dsRP 1-+R.0Xَ vP#"@*6}`0l 6$kp3="cG'x88@G'#WRjp"x38 UM> .$֤hk2jk;$hi))uo#ҲƄ(jqkB55{jZ,ꚽ`5jzkk9Ys2j[֜9Ssbg\V3Ys涿nͽ%ԀPf(ĝPqI!9_yBueL C Pk=t BCáъD#8 ] ] ]MfCCl%ZUmM[\`mmfy9EsȨV[_Dҵ|Y FDmsm[pv_mGmWmOځڣ'jGjOמ5/՞v^zډڛӵ3skqpJXgp)EbvP>'RYx0|R{bwx0|,|2|*|f2|.|!|9|-<^/QuuIu:}]f]iߺu;mº:CW{N6/9ysy933X[g1?#>rJW2[jǚZnue,egݞ&vW,?6ذ/FF^MM͉͌--}{Ӟuckܮ?>%#;?V,KD)r܌mZ'CJ8s2Wȯe_K1;9(~lDbW_Q~~"q*dwi~4?{ c-^S)>>|]f +M`Bu)o*򦒩* MUuI55TeS\.0B3LVռ^GU=hW,ZQ''g>*7y\:z78b|C%yQUw_eԳz^Tԗ)Y}֨=JWU>__Nt9tL?z_ѓu^\oz~ܟ꿡"~D?W/:=_w>z??)L..o_zVur}4"l [›tYxka0Äaf$wwp@I GF p\8N gN;;&;~aEam>jw;̣p~0 ߛ#QTx,,5c#*RDD.4S#"7"u#W#̲ȐKPdBdW!rdW1NdwAd~}Zb/-adW+zndsd<=k{6n/'yx&;~%j&UDVē麙[ؠ縟h1M~>[v?qe)32gg\Mg0/suר̢M3wek?y J[{?iL)x%'_| +oH=Z032w6s\e|.4*0LYg֩$lKI3[VU|c[J6{9l۹sWU 4R٧*QG'ԿTUjfjYRWz+V3ֺDݨ/՗[X_Z_Kӷ~zXSz~}a*KNVֳ>o}ZTo=NSzŪPru^WskU zjPRI&IMo'5WCZ&TCZ'V&ݜt%)C=/HҝIwG֋_cGOeLiMlzߦiY}~hR49MGFFF[D[GD;Eݣ}EFGGE>}>DDgDgGGEFWDWGSEwEEEK',]gˬr,jfZfz3ۧeM2';3Ͼ=3"stUX?٥I<>c핰XX{ +~!^kb54~1֞/`au˱+Z` U|l6yѾյX{ kYO5~#~ͺno`mv:c~y'3v`X{v^|?P]l=Gv]"#)7)W%Jz&Œb{+ ? $?ovi1#BU6ղMW$2gnf8' a$N"sL;Wl:;?XĽ㙻CrZZQKO'37;0Jʝx-:L=L_N"wfi8Qى3ZK<${bO&%"sDgG&%D"{&pù)?RJф-FuI6 8;)g>6)qs{nJ䞛^ɚrvݿ"Ɏ.kf$Vd`Y~UڗuHҬE]IDj޵$oIn>}u0u侙嗒r/}vsXsW-?RbV&w]gVvWgⸯLk[%|܉GNYzzL}$7 C?K'%?s?{+*dY7޳Gd3 {#ܳM{HqeM]ܳݲ vfwqOn]ݭEr.Sʔ-ݷmSۇfu2u+r.ޖr#m߽$ٳ(QĚ_ h]u;g1.˚'m+vBxJO^>'q2땬Ų'ڏgk>rhmIu5rEIJxZ52NSN%Z(k]sFK"u.Y6 9fGMg㐓aY?d<{-(gl 2/_%刟o}SbW oI*3m='#_uşkΤɳ|%1#"K9"#AnVɭ[+$md% Y%$H!q|"*@T/qu̝$ktt>E]?}=x,/KbDdN(/C7,/sq]"{&%bx!eI<={;K"?=ĂvHx7&R"N<; &bS_%stNLw:FY.bl&\J^Iɹs?JyvY"G~\݇]CSYWb|WS_I:{E#^$}S?cl꾫>IأMC$=ѽ41eNH'JndL,ǒ~6#G^)w' %>INcf9=XcH?IIX?,_ ZA *UʫWK0}|M$$|e$_ 1ov_$dۖWEyf͓~q{?CDRڼk;_~HW!˷DճC> O%Gbp?~&*e\ݳ( i[Mk|_$Y*?,q/j$Z@RkM6E$pYgۋx\ u>ٺ9p'n풗V73A5#/kF=b2~s(~0 ^K9 g0Rto>COJ໔[[3A2S,d1ks*׼ 0+Y׌_m +=izhgW%p7/zwMV ~GLJc=KIϭ./#hAz)kXG>eCׂB|}#|F;8;h#B/>Ay5<oQox2W>[Sf܌$+qvyxl>'ɘԦ.Ѱ{XmkSu5¼̥ +a}l$Эt<}nd8x9F#v2`\97tCZjgFJH fְgc"^F4XJPۿb`堛@7Z=iWu]`y0y2sBwv%4"oG9)ŠH_Tp^pZLl1xrMMNA*Dn 96p2O}7˽ھ퍞Gs[Z +&<au;>Ky +' VoùagCH9kϧuS但D諠-C_Cfmk}k{г%B7Jq-E7څ4 "/x? Y [HE]kD5AÃ{A6A_glcBCKd5R] +7hלA4 K+h8t+ɘ { +-%aR7 #W_DFjy7F5\L8Ά3z,XbhiW5{o]Yf+|S|zf!%lE0GJSI,N~p;o[m֌0Ip 5AҮv= hiѪߑH 4R{G}: +4ض12MiKSQXZg +Ӿ}UVAҫ='wڒ C/}GZJ]3ŶUXL$g"_0?gJ.Y=z6Xm,}Y,2'蹌*C**9#yB8S*+oWw2B^IPA2#"P{c}^& ׋"zy(z +dFpB7(tF8Rcf(c +:φgPNUIqr~WZ>Lo{s]EŜ#3Nt?A}ɓa[DAQP Gқ7CB6jCw"o'gZ.4#73d,gvtXVWA?2J$1OM)m'!#ണui/;`gZ\E;U3m\E;ƿC{Af6_>$]jbh%c4ۊ_7ۉB[u+9#ؙ-me Zuouӯ +cVkYBNԾڷ95D! 2nBFB_UA]HzX ΣO:F.m숶B*K\ۀ+\+Wzқ U5k"f?ck>hڸ +0hQp4 !gQ,$Csl[Cr.uS\$"Z=*P{{z +Ƣ3 (==ӀiO4g3 ̅bz=XK=a^F]2\}6I}Ǒz6#K]~҅h +Y8t8`g.g:3 _d$2;0<8BPL =/t_Ϡ?>D9ƞI-a9jFw l驲w0]^;A}q6t"\)|,? >=&e*K+,p\h,EqUp -6nq m,E-PʈZ>owJA ݔvSJJ|(H/4Mznw}j9"μwP8G>$#A.As7X5uпCJwCԵKڢ~N?8N\>Rc;4G+FЊ}I!cHk}GWPع2cAKҫ_Sc8N3Yb!d\ȧw)-v +5(!MZz2`}B+_Ψs$۽7z37;ͥ߼36ln{&{q`oxKD мczB|_#)HN"#Ҭ>m6-*NH-%ATNEΑ> 9ӡp >+d +x[E68̘~JGE[y{0ǀS +gp 7^'k"S"*Tۄ(^L갞K$ w*8p:y;Ehm5a|ꋏj=o* 寠+kȘn}/vUNk8uᤳ( zm?gk(j(a:%|%f~({GM /|;YY^o2U@[HHʹ}Sy8oIpR]+j̬eyk%m> ɻʚ _B\%:ϢOvrF/' "q(!;BK$%>ZB2c5#?RNCy~!3=~bНl@_ e#גkiF] oq1B[iR38|w&5܄Dg5BAft¯̞<]|ބru/byqKqֈ_"#<0؏ZNn8o#PA}\zSr(jk§ ޻a0b5F"y ).DÑ0FRHN d;ǖr!T9'KiJd@N9H=R7 Ը'8%W?wLhś}? +NY19BGzRr%7 +YP:-śrE>R^DJ)C3NDDf<~ɫ%N qU$Ҷ1+T1Չ +QqpWX%LTbE<]j(X-Q_ > +3.¡ f W}YF*)g= WlƷlc\ODDPMb\PrT&I!YD-XmofʵULZ ~#=IcVrv"qHNIP/3 v"\w#sndƣ5ᬠ>̊қdDkt:.gғAJz%nz1z\RNf#21ב~;۶{ PD%~{ˆ{ʌHb^gA^L"ogqbt֌`kJH%g zMY*xYZlXbHTcYZg ^gp'_Bm3NY$-&Z[>;p9QFr-EԸy,1zK +[}y X'mu\ĥkBFBN-JrbcZ0s3q/ З޾mχzI}Yu=Mi(9X9=k?i9[cONo$K@_SNBkwO轜q4:\$H8EqXH hb>6iH^D.EЭ#m9&z FrBs?rRN%ChumSB=r<g/~^_|ZrYŹVm8N™JO-'Jp$>'{%rEBbZh{Z}\.9: v'])}ʮK?b,2t^K~ +3n.ٲ-> VY"dQ58KrSJD4p +SDSXyZz .-ok"YH +sַ[0YQT4YH.b/_X_踯/42㧝,}=J9CXӈ$p^3(z .SCH a'H&u*Q=N y2? zs*}%y8vއw7s~[W[\f *n̵B[?,ZTQ]}Xpw>k&h\σ٢]#`59I}?~|F;oZl$0UdfL^Mqhu Zos7eϰcŎ"į&'E{dob.Fηͥq;(fەГ p +us/V!+2^( +Y r8aCsEU+lVd63sB# a\]$G+@J7DfY*yM z͉+1ct̛lG;A{3{ Viݮ}~^j㢛re5ψ vs?Hnvl9Ek(xP_Fp,@Av=V+u:z(1X=zV֎|8}P8qQ9[-VԻū]RPܝge~Y~$*w_Qn;h5?Npn*04=RpBfN:+o+xw?/#Gv,fQN8oL ߳2'3[pj&,Mf9t])NW8LλOv:ЗZZN'{Q!OgUWQNzwVfSU8foi`cA[EzXEDrxzx\gX*&yRa +F<ǖ,a 5m/6m-!8{U@ezZa% 0"2 KhstXe}eq 1,ⳌP1>˸2e1\ck,C!2˲,ce1{64^T2>}~sߵLǔf?!; HIrZ)٧|)K{*R|)vNSf̿)`ʼ[ʻC)%OtnmSmBN>lrd)mK)MLw/a9Y~1sci00es9ͶM,%%.PK +MwݷYXL?b#` h;y_f)4fm̳r3fc>[(oZd3ٽS/#GL[9>vt:66S|L?oF **seγLLU_oG_k3efًv{5\C92Esd]˺yN0 죝}R:.44өSP~;iNi>W#mf!~R^7uXm6iθi1g٭l[b91G,Ŝ.צk^BڍWXkb9r~ Lo`,'\((_f 1}Lwpf,Gc9]Ổs(0M{12s/wNI%/c/hΝsq>˷li3Yo3o3gK`{^ҹ^~%0sGp;{70Jb% SX5d]N.Xm}cLe+>>Gr/R"Kg/s#?0~-0} 륮QWӪ)W~Ouj9knM#8NNξEuw).**ek'׵ y5\\Kg 8ENjQZ1:i흴NN__iט'y)svrvЦ9hlmk^}}4֕ƺYfʿF(|iL/;j`22&o鴥lCE;Nc4O8y=ʿr2YN&?1mӴ]cǘ[(SΧ̱uplw̝l'nW2wj:imlҿ2źgX 9898{YN/k1?ݴ6yu^z(=fO4I_K%NJ9< +-< 'r%OoeJ3e>c$%Ԛ y +Wx!cDOdw䒾gO%qyA>%mD?Sϋx<<|O=SKy;<|9O=_Sˤ҄T.]BxWxxy_I?*gz}}<ϳ<\ +%Vd+T}>1}ȳ?ϳϛx<|5>훶oI_gV}:>7xymߕb߱!O=oky:._җ#Ww%}OJ@^&UeLBݫ=q^=}3C8įqpANi~_eB+I+-MfB옵OB{JОtj}A|_|% 64LhF6(4LD[S'rF&߀ЃOS +xg wBz͍~3],uugmhTjƌ.i+l1eŕr]]iGugn>ۜK۞ ;»{f 'ç£V8p ) dz4=|~ S\$sP`bT-juΆ&5CBޮw][Bsa?[> BR~A7pZy>aާ_}ɑկZ~8H=J<5  ϏT$=EgC^aYHX!ND&a}@w +5TZбGЏH[Oa-2,, bdp #$#_Qđ%X;{#˰n2ŨDcFMx2yhgCZoH^eГ]gl0:GfQƌn%5`<skEnAq8Ef "I1j3.I f0\ƴq$lUYPS4S/Ś{тhq4Z}ZkE;gb[MhKԈED1-CvDݘ Od tɊF{'BduCh {iΕ(!:ht8z:^^^Xۣ7GoGDGEg$ڙHk,=ZBȎE6{e~Y9zϑXu Bdl~5Š'DbkcQ4tB/Qmmƶ@Ks5zUl{l@KlD_T +]LHXVDl$v&jơvN lN3J]AYQV,ct_nĦpgО۱:bzo +84ng +Z,]62xN<viEQ)^_W +kxMf4nZ.aз/'DK3Bw7;fa=Բz=`3#{pp|q>>o w;'##aS3H_ށy9~ m_2- ?>_0hٞȈ^)?K8 7윔M$Dy Qf,Kq<cDS%a$eKhX+ѝKNш'я~x+}БߦG&}&q<18M%'.&.'&n$"ߎ$$#Df310ì?Kdw"OM3d!A3gmSY#!#d!d# 냬5k +cͱ5Yδ +jA ?o_BXf^صۍķ;hy|I[L:}%|[+|s\Fw|[ds;٧BFвKA!Җ=-_C8NXXyI΂E$7]i5v\_"P,*A|ط.@!h͋/R u/ 6m;^`"8 _!pŨ9+.Ip}nUC'|ZA.(XbPa_*PkEZ}@䦗Pk_ЕBw +΍3o!/|ls`fkWcVN=^o#VڑN,}yb쯩{$ ~',gX#>oZu{\OaỦ- +?Er$bY\w0lskk/WXckΟ<\o:=ls,>lAnEsg$ۼ=Nҟ‹8{:v2VHzeF2ۈ>^ifQ]AѲc;f˟=ӡzb'Y,_=ZN:E]Cu[ӲYfIԜeYVle//bYƲâ,CLy~7[}OYi),B_"X_d2 Hh,eU2wXg RdO}~]|,~~ɴE|uSf1O[2TIzӟ6Bfg"&knEV;Śߑu)5[=Ԛ{O_c]2oQa?"MV?؟ObݴEhk> 0"|@Qb/`"xEEo6)rA#"[ +7rBnGnpԳ}sJlb/։ƀockc7-zUq[+s.wߨ/J)I`:攸l;n ')0 +΁ -ip<O3IҜ A.(0Ԋ_Zq +Ԛfۘ L@VcZ*oU_?Z(8n; N1p\Upܶ;)q2}ȊZ=J?#I!,P:Z eXK,{89*Ν = Ust֗bm5lt4ښWQF\o*ǔʈrF9 rML)wcjW3TEjZV"Ԩ^UVfUW:uکnV{6uw#U:TO)QvN^"u:SOgS괖hZVUiOS&E36]кnWvj>6Վ~6ƴEvU&wڣE AP +CB!WX:!Pk(ZZO66aOx@Žm%mvIJӥ 'YRm_ +k=Wrퟖbgl{)w\Gcҧ6}]zUzW=,t}ɵAjpmt}$)ͮ>Evָ])=טuuX:e8߫VHr&k E<O-T).@ (3V~Vrb٢qNټ.kin54peޚ2ÉRTrV2n1jkXe.ii/]BtUJNR4׏>] )u*}ƵuTsTuJﹾ''-\Mjh>5e\XկT+PBv*ܻV%&ytUK^I{E_q)?rpoqoo)%]ߤVKĵm"ݑHkGqyB"_oS]X~ؕ ť(JR)JUdQiVt%S6(f]M١V*!rJU)KdUr]L+T3VjZjZ֪>UUPvڡvjڧT}Au@=WxzL=_!zu1r~QWΌ&i/hYZj˴ZVyV=-ܪrV[mǵMm]xCۥk#1DrDžiڈvF&W&iW]njS]ZX{:{?9V2BPNr{(?T*Qdwḋq *C5!oH5Ύ ;Cк'dl!ԉ7'E z;<~+wZ kkֹ)ݽRkXY.53 7ױF%'.}ڽýS*pV͏wGݿ/ṶfeE٪lWv){~Ƈ#{s0'2Q5xSH| )"R(ɲ JZq^Oˑ`t_K/IEHb;=~si/(ay A:Z&Zɣ]>'_ Mutwl+eDΑ)NYd[R|/(UJSjW *&"rE+EJ琻CR:|P⿮t7%JW9T{> ~/[e*G`m[1_1̒+rrY\~\h 6AW~堼Yt%~ܨfW^6JByU +ՊOgHU32Bm{Otq7ju3B C]jWBJSb$`=_q{ ^*w]HXL; -uaC)ǽ۽%Բm6]a}Z%}M뻔7S-]N+iл{ج_"5Os,-`mTMX%hxۂ`W;`p_}[A_Sp x.< +//oo}ao^og~Q}[pa,%9=%gy].6ڿV9T2%[ۗlcୋ`KÎ"yhwQ$oi(zh@*oN]=~v|D>&n[>!, ,gE_|8f ý̽ 3J7hܵЛzw=vZۇ_^6.>IR+~C\UG#NNV[^8ƎE_!کYglO<%dw`-:z+^<^qӺϊw }LU+L'8SY/=?7toNE?NF+k)]ko=RDl&hznV*@/уL'ٯuÐvPGK&Bݒo3Lwn)oFhulo.\1-cɶ|-~y۬+ \\}Ŕļ}Ⱦg\1wE)e$8+k)]cH|OvHX +n{޶!C;}5 KOڤ|ߠbup-F܆aKlhC4~X~1ڭ9(ԴE}Ӎ{)-x~myv~\]})Sָg1߯T?wfcJZvTgHVNM[,}~7%O߂|;eq^F_/`J<QQp{c* q?8گռq['55uuu@luO6;n@a0X7ԝx=|΁ Rd[uR~g=\D\PwS)B.T~n&O>)w Mx'G^>9|s=qossח +nP;yfD\/t=8s>>>ra2_^_9__]ԇWj +b"}}F!{ +71m ؊q{=GpX 2΀ֵ` +2>翀C[i=Њg12zK.RP_@%M-@vЁ&QwK_ +tz)v2H?\lťTi0.Zm h :fH|? 2\N9;Xz@S -R|`=771by~nK=`#Z  nb|Š<#nK3lD +ƃ7)wc+NidYv9r\$!ɕ ,7f``:f^0MMޱݳ^|x 'S@|#r< .߷/=!V2Tr)(ŌKrU)N-@eF>wӢ7&E,tw>.kEEJb6q.q҇x' +M>eR9?)cy*;w3"V%eFMWl !B[+G ++o3 V[ZK^o6-V>Nb?8X8F, 8 b廦TԻo@|`"=GEZ 2ޯj i^V-w  h0oZ#қŵicZTK2Weg֙1 ? m@z6WY뱾 àLy/6 +/A6(M"vKYȩ" +@1 J旁7L!feHi+Xķ*-K-yyR$9nVsi$-hG-˯/1KKYg'W-2ˊc[rjbe)y*YΗi{QU^ \7 e a]r=1?8ڿY?~ʊAF6d!.-%5.CVmmzmv{kk7͵=`[`/8`=Qpn|ϟ{Ag8MFa HDdHD)!""!HH#"!!!N4ҼH䏗 hB‘k}Ч{~γg^ϕ@B{5g:#t.UBCRB]BV|~UPEy]UEU:X Ӿjtej\BSjfT-ZVjtՊZ5tzD)UDoU՚:j}&-vU^B!?"#eC?T6AZʵY=Lm^UkUs͚rvdQml CC=ʆ&˅+,ʽarmKK>"TLm^dyFQ* +m~ZrИYr$4Uhz\3E>19GB 6mI>}dj[*s*Ll|MBsNK֗M-sꅞ +EAlj$O} Il*.ݤOH&«k;b;SeX{%ô%&~:9ԶMi?&6h>--ZZzeu_SU[օu!mقB۪~}W>Xx=HuNp&$W}:]}Ưni_K:_Oך\kWMNޗNTk}Y֚ +Be}F:wL:K}Tv])B5{5WR3Lhê55:*[o[/_8BS>XSXx=HuN{쥫kIBgto53Z^/CIh +T =c5-/ͮY&t\Gt*5m5庩lh!y>ȳF Hz֚Jʭoi(VJhM٬rT(F仄BZiy'Mﮑ5fКښ-rݔlkrYGjd́o@Gӏ +xiКd[~n/]B !!mrMC4{.9$tDYPPkLϖў-"-"-"-6|u_~z@P^]7}+ +$ 0nɽ#w1_}?m0չ;.o5ݖw;8WF#Jj4X;17<*ц4TXq*yM/CrߣkSCG3 Xk!0P>Ue%ÈAe&3d!пF2gh=8I9՚F'r4],gk[_O ;>#5DL + +~h@9a\"ADzaᜢ7<_%N:Ia!ҌF٣1Gkܽ;7!uKМ ?/w" +y_FZPyδ<ٶnH5BON6 Hj#2gO~\aF;?7JNGמfz v.UtQX wHRr9>-*z2VIΊYj/E?|d0:~yւz7:զRõӷw5bYx#'Brh6aa "inݐMHba$<(+@ۇPaMpXG<˴ EiˋSCOc,PO41c3asoc΃haz3KhN Kl3W^֍33\4PV4 wi9gW+3[v}ËNNSx+׌DUHֲ_g|s}K-7,|ǑE#g4%3t/H=ψ?!6weՑB=ZgM+k:Ց5ElfgEZ6bG Jy=LW;cBp6.c$γZw -}\ ayWL/1NR:'쳉,LLTfe)f#l6ZwF\#>f㫅lL5M8j6FMlFGqˆh6Dl0vF36Ql$3F/ql2'lL0CF{Fl0Ƙ.fc6XEìha # +c}(_6"E4/+B$0vQl.ѹl\0"ڑjo[6Vm8[6echYa,1C6ec_٨W6ޕtec\V6eeXU6rUzF1l0XSrØRk#A%#e#HQ6jl(#*ElD( FO6ql0d$)D&Fl(Mg +#3٘L6Da%uzcc,16RQQQl$9L +%٘)dcHHXяl#(udF6 +c{6`dc٨E6^TdcщKd#XDa"l!mF¨B6]7= l %(Dd FJ_/8F5?k{C+"w!E"yNޞe+4Ѽ?Ȭit,q|7󄖛OD!7|o +[g_BGl%HZRv}OV;ߎTC|G ~yNdA/:{O`oR{z_GSz#:amֆ?bO-:#Йמ5[!|{kுy\[݌:۴?|Vy? ܇gh;xltC"VR6E?dݧ|%R:GNJg5Fvpz-u96q܂YѺ2O`kHY'f/$[_HV^Jpj×D~>+FMF;. o׎[<`Z,\ |'%|g0\7P^y8-}T]6g` f=  ~'Bm{gָ@K{e_fy4X,xym 5_@GZTKT3?";J pMjMbe'IūS#=v雔;ޕ>*1W#-4αs=94߁d{\<v|Q0.eq,Er=ȩy +Fflm952f^!]5x SRv4oF[|) +s.{˙DpsHhQ34'80E2y_v=,|Tz| y+\ |E%ZRFS@48 vD*"ߵy N:|:esNS޾ '.1V1{5G gy/HϒˎG7isQp}!;yľcOAg Ź"H~b-g:o"~d 8e4y799|T,;Tӊ")W m$g@;RO/~?X391]O+ӝvL}̢E ؚ>C ]཮=G g:{@Z}9Ώ3AΙ=;M aq3_H +) +P a}9as7KVF+ˬ|f:ls<\}2kDbCݑa{?,6v"x2+3֋&{2_c9e$Kзn; g;gԾ]ޤt5G?\s>VѺ_D) cT2"xV*X]F^=fׁrto9?-<O:~?eٙ3js߱+{U&?gzN2< I֫ 3.Ffg`oo%UJLI3)F-U^5's0EMҬZ)֙+iVO}R{ #{E4S>͌N8ͳ2H{EH"@ JߏK_.Ou퓛7z>2}xVSe1`56,?3H>K?CK\H*_|F~s}=^A1tҧu\n!pV$Oɵg+#JG $τ~gH?_Egh0OZ # +`}f?'Q ~xk9?sJeSJ2;/s!S $ي:vniDwJgGbrxg?ζE? 6T:E ]mRvӲK?3QMHBSMj!WOk3DJ~9}e]㾂-Dmy%=  \,|ygģ"R1!J.?*Xbm%DŽ830^ufz.تi{vO.RSlg_JX.T?#%ώ+Bz H./A~}J?O +|ys| v_*:OEױ W?Ef}G9QH駐#8u[| +Jxԧ;e }UjgW! FB{߉+|%lFtަkr]n/җO nV_';Qb>5yYQi]yH~ 50t#:nRy@ S)O_(fj>_^OXԹ:g?C7;9~__qqq,kY>ǀ7?o#I*=3ιMb&6'}}ޫ{ɈΓ̅>ˑ'Im"N$qRݠ{P>øYH{?G#ѯ"mNZ=0UO, k yS=_'F3MiMlS؋?{:{ff9kH,+>%HwGNzF5#O%GK[SQԳ;C3Sl _gq~$<lH>Ɠ]S蜆ZGj_`/6fEjKC%@ +:WHy{ǫv0x;ɤ&PRiGXTJOy Rj8U'PWkO"r=SxXnSͭOTRQ߂GXpd;z_Zk>ՌU>΢wc)ᅤS>YR3_$65]Ho8AEo;#xݎJ]̗*a?pnFs!gp$.~g~T?OQ+H|W}^/݂nXG@;ӿe?\ŮNv<ԝ_?{ݜ)p آo+d7f[2 <{Ξ{zSٗd_jLW;j ^ nckB'> ޗXt"e3y?WGsދ_t=R[dя{78ǤvN;A΍xg3Yr69ۜ&gs9tι= +pǺZw;].wfw6g6/]u +27{SdO2[-xow;o|'p?џ:owci5"Q$/"C###"###DDVDVG6DD#####-Q`JPnL0>LnZpW0+{!up`f0'/\/Inp0;&u_`ex 6%]KL 6<`mP'髂5`S%hvD5Gf&$%ۑh Lp[M6&%N;[XؔhnN94JM+* 6hjy/ܨR-]R7$Vi~Inipä́{^rok vmᴖ6mᶑ.~ZnIP:G],NYchp<8!ܱdJ5KCi{pKc٠MKK;keiJu- _ZXڃnu܄KbR KA- v.m4˘PҢ!aH. =Yjmæ&*q&q|JQnqQ-7h&v%j\rNB7&6YڪEb],hQKHO,8yu$͎#|!BR]U j9.bQX`3ZM &e;2C{p^)ypXn  ^xP-ĄQZ.>F`4oY͛8W#qBfEKd5qD %^KҠsbgB=;;K4$v~b5A4(+%\H}9T=6H, 薨K.tM,J܅kS;t V& w(3X%܁DC01L}z01~DYh9?QD,E G}BG-GQ;{XgLK.o%v\՚b_} }=u؃͐X}|,L34B؋ͰOb'b?5Ok5c'b4#cb̨+s4~(΍͘Jskܛ;r`~|.ܻrj&ޗ;Lv235w}z3G/|/Vgt+3+>w 0se.2Kro%F4fy5isִ9 ;:1S sjd8r:ɲW˙%ERgYs6:et8dx9p8眴%Kd]+N) V"̒%ޗ(JѢ^ɤ%E2XRW2’E"WwJ^%%+PmYKLt-*)']! [|\4.QR.XߡDVϒ(6 /)/G[ +v W:i'/3kmwO+4;=66v ԯdi݇q{{pEzcau=u`||sė1[IwN:#Mt}D?'=bet[wi +Eo oo: +3Ԛ)Lud*V(1.S`a(w%+:?,2R+Jw5YN%r<.]-yW +XYZ=E;? hir,MI,zfhO>wRPAM+}zGVeuIԢhcwr.WT-OiA3Y❞Rey?4Aޏg᳍yؙV(gs9!Yٮ>(t'y{W^9ңna~aaa¾ Y9Q0'DmȶHs16r)aB BOߣ)'>P+hU2j3L2M.6](n{Nt繫y}toAo K_.X>~C<$VkǷoϗG|f|N|~% _/{@ϯ8%WH_Xrk;ۼW;O' ꜤJWmWi~ڋ{'KW{iX꯫Y}02t1j֟T}>=t~`GTe)u:"IEVlU@WLURU-!} u+U_2>P٪TF~]n~=P*ѧ|MzX'} d:~$PI*"W|AʄJb1B].RZ%YM+sF뭺HQ\"]ֵ:i˕я*B?PV-Z-vFF3(a%қJYɚPb2EW_Dք@ _%+EdG_@RdU0Xd7^&xK[ЎtOz$D/s=beB0\8KZ+,>։X_-J.*ĴX-ljěG%b2v=|@$ϴl}OB[ņ1Pl(ۙkgIkǃbɚW[Κ-2P,SjJA~u :f*ikk[yЮ5P +Ҧi)3P +NPm=hO$ +B &)(fBhH Dj,+-+ZH,j%I&@@$M4`(ZQrlY"LӼL# 0DrGa9Nr,`Xiă@Yq)K/4:eIl&RmMH2-ihd/4E/kyBIdи}I9^{dy>y 4*/4ґPBIe_h:*IyP4PRG"Z=,VxNXX (H:$4BL6|=`Y1d%qD6?F} +Bj0Gدد(1]F|>Max6hOb',q_Ud땙ʝg!׈;qjKc%+!P$+]'P&+U^IUG9%Ln*3 Vn'w$RN%(N(_yZ?;D#SegdlД!FZdzFK.|NvjᧁT$Ai1S-@GSDǻ7l$/!/K@^|S +ck!bNO$V1TCXOH%8U2 hQS< &آVEOng!>˟L.bQ&O$\R J8a+ +1BM B87t""| 6`1 @ + uȷ'L̹s"#e g]<"m4id@^4iPtrk(ƺxR,#}"06\Jp\H\cv0Evp>ST +ExH)r|ԱU?!)$sIBSk=@ Ƀ8#ӼpVT D竍܇@8P;pw5K|5NT8FVps6ҹP +h2ݢ9pfR +uP> LÜ|>;' JCT jn*j5I~' &m39󼋧@ǣE8- ܄y!cCHSŸk!/*g{AQog<Ǩr7Z9h#5tl]h#9ǡulW +P'8NnR@ͩ@KCv<{ nljC{80"TX -C~H70gdЁtd ?& )N +JcY#mtˈkFpo[dF>FħP~)P)Dc>I[' 95"PV{&kú݇Sb>*v#bEpi)ЉX"FԒ`j",>(CD7;l(X"ckH%M Yx>z|8UJlo5py^_3PުPq. -h +#M|@gZLNF DY'0]KqBz2 +-'oL0QVӳP">8(U(yEQ5H_ r =HJC1>~X>{\?;BDʗIαX,+ڂwCP@O: .]^X+4fs^WH' gԷܢ"LoiSFգy +N; +@h0ҋ8/=Z>y$T QzK$+(d%0O$;$x[ Ө +%B5c'7!mN* "f@əH oy7t3r ^E=㳟8⟈!-'$QN=/Q+=)C[` +c0w#B_w:>kyHXøaW%}=  4YM5S-W_B +@cOn]dm-J3lEԁ"PO;֧ L5s4?Y$8¸ $Տt6[x#˨;AA`:4/4˴ 򋐞Ez9M/ j1(GNr*PsFrȁh\DK7 +B ‡ha e>:P\B>+QhY=!SX +TWZn/41،8*lu4 ic`t{C4LF S"yꠗM`wC8vl!g8[%l>qीE=@|}#8J<òVtEgT2)pi)&kq0*L\Q`c)XC޾F*Ha&; ߡ3@ՏC03ș;>u i%#V""'{eb4;TVItwFtffa-ɒ)D"nm&b-1i-mi(sןsjQo&BNL|<5I e&\~l=ROtُl$*:ͥ +f +iMK!jNe}u. +p>V &IR9|1 =9flܘ8W FRHW-T06"!~r|tG|щczB)E266y@؉8ɹuuwJ?R5㚂T/(ص%g;1&*As@/]{upnj-RiD%Lť +l@L SЩu[;ê# {Q.)?G?~oŭy>g|7dE>_/V̘tӵ#k8ߜ9Īnɢ~GG,5-o_xIY{t*|05vxiޠў'{U_6?WTI~M1VK/*uEIc +tG$kn ,XV0Nkt}Nh_.=WM5>}Ի^BmK4!="4K5f"KLP2tn u{IrX!,eoL4yOysO{s!`- +r}2{gJ8}6 \b fm31!>rJD6FJ…Jɋ)M?stzdžMgD%9)^dʙ, reHUïytM8o@p>~sіOT&sŃy9˛qo~Hx}NtU=ߙ}vqjQZdGA~)cY)MϸUwfNBҁonU>("LiåJ{ɛ1і1h^,4YbWN+K! W+N&ՙkͿv_xb$؍1:1JmJbL|`1Kn\;b\;_s_-Yܽqx']6hlyՕ]W%rύ~ Y%R}y\'*3^xMjƨjg>Yy$p[&#vmsŠ1: M/~2;`ӇBO22p>ι&Bfkb{elzG7o*zW%)~[?j[$uKڋIu ( ;>ߟqٲ_uڥ w;[5N@ m>kj04{Iœ +"1'$,ϟs̿tBҤQeJRNeur#{i}<ܞ}>=S-ܱrh% Mb7+Gf.I,N %-Csr>\Fc=\MSHb͢Å=n?7\' 5\0sk%GuҠugt-AzIWvT,3ڷzv>z/?<^J+ol&~z[0iKwF7IXu$1g= rb]r#ۇK~S];NhzN_H2#灋l=rg7>ڀ}W}Ra̬l훎GCDJDIRhrN Ώ˒u-HrZ7v۝jdrSYU5 hk/QN˩j~TeW4'cף7FtSUoqSNET+Hߞ된.iIs N(]/KڜAϫ#?wtweaL}sm|/L%=2_J~޾ AD'w3/ғdwpA\D֒ۉXsU,utwpk.;=ݳGh/Q^m=]#<½aq(H|5um[bwMWϋ?5'3 Lk2|< +3֙Fo07ȑ}l#o_`pD9o7妑=4,w^?=l獚Yxxqj&y+j0OwukvMj)J/p +(*88/xtNWG:? ;X=hyܘ>~r&H&Җ 4صͧiÎi}wIQ1:{Ʋ%'W?ٳZEQ:ʮIM­ݛ^x~nx$~>V˱5=7< {)yٚg̊6El_v[}9sW"goO7qqe_E ̷d 6`Z&Ɯh9NɮNY^+k(79Dd+.l+h\>G 6z{1aZfLeD[}7_R_ڵ<œY}>q=#39 >&+qmfRV({.6e}#vTkcǸpoU+0x1[Nuyѻegj4Kf?u8޶wi_+J7َHxWWǽV* &s{?&X]I8P~KwCx+E}=mv9iu~\_]lz9+&gӘ%w7 8htzo[hC”S+܂[0m59g\SƼ,c#"=vfF;_;F~>}GVOdJӃC-9lpi/z|3̃3U7:X2ba4嫬6Cftpq={s+۴5DŽ_U]|r XCZ:xۯmsԶm=CMۏ9w GܮKV۲vntkRf>vIv=&Qۤ:x~{{aӲmp 4?{mG6ŽO҅:IGZ߹{;kVɜK>^OD_:#hք@M©TkZc7ܞvqT&l׏WlzpCy7 yo[K^Ϟh> F. 9ȥlD)k\7;EH\Cq_ɤeccG'L8%&19к4?EFSQDy,AM'&S?8ǒG(ϼW; tZ8fCG,_}?Drqt•yu]*L:coEܱfDTZ>AKM*QU}qpqt6riq'ՎkilW4BNI3l_KgHuEoVlEU]LJn26n.{Nm/sok֬ 0֧ΗmɩsrqKPoI-sԴ|ǩnڃC:xXS94 ia^{cԶ#Ok"֤߽+ˬ-cMqՈnmY2MrEr``ΩDwhPu'M嚷YWR׳|N yfG뒭Vglѥ4繒[̘awOml~rkʟOIRV>kn:۷zm̔?.~4k"wNӕMLlM?e7]>}Y 6 _ p=trvY4WGf * +8kIJe #Aԁw s%  +h"d6A63@5PFhd1mb+~pi- R,j`g"`C02]:P<`\֠3gT%dT,M J[Ų$yB܀> 8qGUc;ЩX3}>ܬ'a_"#e 1Akv< [!$m Y[IEߧyarLc3ܟ%#m(姥5q_O^lSG;8Zz 91wd~07 +endstream +endobj +1292 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +1287 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [100.97 183.626 156.02 196.07] +/A << /S /GoTo /D (table.151) >> +>> +endobj +1291 0 obj +<< +/D [1289 0 R /XYZ 69.866 809.284 null] +>> +endobj +1286 0 obj +<< +/D [1289 0 R /XYZ 70.866 779.207 null] +>> +endobj +254 0 obj +<< +/D [1289 0 R /XYZ 70.866 226.397 null] +>> +endobj +1288 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/XObject << /Im29 1280 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1303 0 obj +<< +/Length 2950 +/Filter /FlateDecode +>> +stream +xڵ[KHW",zAٙ{vρnUKlK Ȏ_@B :]*PVfV~_f=V`UpWg|F?b2}ű2x.g߼9ܫF4ߎh<}gOe'&{KDxl2,׏,Ai*wΒi}.'|ֻHT" f`$Y'"D,f~>v0"Eٓ0H"J;{jO4,'bPG9*Nᩀ94oHdQ 8x;KP"^q@ 2tTK=DZb*NգϏ@ Ny]Ї޸B*~ATQn +#%O*]+fewJuŪ!q>6G #fgc3|"I:.L[PFI Y-ۗ Žz ϙ=ےJG`Zf;u$B & +vq^7JMSi#w{ú4=6&yQBa`! xm,U3NgJ|gF9GCIAN]#0@6V}v(a$ c= b d"CA6U`-ɍ^*X6.eC;6ާۏw{nTr@VL zWT 4[7k >M|*tO1A2"ϓ@DS.ѓy +N9`Q aaK!j!;>3ںɆĨ%MsM^KKw-,z|JgKֳ34k/sNYF|(Vѫ* P71JE DgBr(,tW&e IHw1px\I-i>Df>4`?O JEvo;>H=ŀZ>ܠdWYw]B;qPsK7*Z2w?fzL,!Rnj;̡JluX+P*ڜT4׋,5Hmw +(L  QBʌŒ`%fK7PZ=+'CfEWvquL~ %Б2@yy_O+p0}Y+n1=8lNŘu;n s~@ޱgcc{C%Ġ ׋٠(Ԇn!k7JZCh?WJ׶kyR予9<p2Wмrr¥wg+Q\͜Z[&M-W3"SKC!eI +>ӌ^FE3gJVY>IDTʝtl%O1CF;D+C64(\PbA.{@>Ř'Hr({ S[XAnaD0T``iXmVs%/aS g6F*+stqtbDD#2D,a)YXT5x I<" z/ra;DSYqba1il +9 ?mIhl;JԽ]m +7nH C0ޥ8>Uk)<4JAO۪uUi|ZËc36L^0[d_ە*T>n{Фn}~%ۭ0Hqb?K(cehBa] 𢪞G3&#w'!A/.&Ydo30se{˼)vg&A'm^*@_/ݻY]A8g!v_F7/v1>Hn7$(J/x ;J~K R Zeգ'y*xm>.ےT:ژ-:Y9b< +,kI`֡7%geMnU\d4yE`I$6\l.3> +endobj +1304 0 obj +<< +/D [1302 0 R /XYZ 69.866 809.284 null] +>> +endobj +1300 0 obj +<< +/D [1302 0 R /XYZ 70.866 771.024 null] +>> +endobj +1301 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1309 0 obj +<< +/Length 2830 +/Filter /FlateDecode +>> +stream +xڵ[Qs6~#5c9uq:\ʂ%#_X")Q,!%`Eۋ>p1b ޏ"e FWvK:xʋ|1A諙a]<٪H~oUt9[s]XjgǛ_&N,׫nA/uz PxN^A3Y#pW0Q#jd&.GB(_(|ⷳhʏc̖>%AwO" Tvn&:3&>Ǣ`%n;#X>PY>4 ޶B$^ֶAd?-B +' ^6jJG1}ΤUM,2?]g%p"O{VOC]Vi9DJ,$t5unVj]Iԅ +{'ޯoP/" R-IJL.LW]XV*=JxeFM# nk/v̫db/O׆i]n䪨o\ o\1BbECș]M 9.QQelՏЖ#ǩ4."`3~Q$Dn\Hb.0\eppp\p$Sfk?euZN-r(eK}KḰ+ BH!|vsGGaI"5J6^ΊM@7N7~1N$^m +_3Na  +A§Y"مvT_((̴YlpuEIh'dk<˙ZAC*Rzi[&3oD[hWIv" gK1g@"5wxsΎgQB ".axvf]6e'"R8:Ak$KΖZ :a:._&VjIIeJ7!6Zw$Ji_ t B@'2FHABN$Xq 5 gYsn%"TS4lf,f\eUܞ8vm19 Y&T.Q=0s1x(ctQ)!3ayΟWKGBǚPpf@&O"> /|FCzfkafexiU'# +^S0:l~7-x:Oa`z Xy}gYBU7.q)45%59:oHt6SbՎ,p D!G LZ$b < ;!:@Քr&"p^a?U;hLޅGME.A=z[} HpyZiT\qQ0rqw@HY# +7cH +` +N \AlKxG,R3mNÙWp w }֤tV/(ƒ-⒞;IxN56 ] D w:dž^8PȚo_&Ob<|3RNbz,Oѩ-$<HpC(#|,FmA:PPCNDSiȵY1H ۃ\o&P\]^\ND7A@F~*@g14S~T1\N $9cs΢Q`JyZB]9պD,A]! ̸h 55bShA\1*(u&qLIw3\<~H/JQG&pD-ԱGP|W0FȡNO":dۈwkC)!q7# Fa>> +endobj +1310 0 obj +<< +/D [1308 0 R /XYZ 69.866 809.284 null] +>> +endobj +258 0 obj +<< +/D [1308 0 R /XYZ 70.866 131.03 null] +>> +endobj +1307 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1313 0 obj +<< +/Length 2861 +/Filter /FlateDecode +>> +stream +xڵ[Kw۸Wh)芤GwIv4cĖ;z4g$@YlŮEk?3~^Os7uKDD‰BC-ӈ*&*F<{' ˫a}qQ3U4m:slr]M+X^iA˔Y>d0vZ:]dսLs0X@ϻve /L"Kw#/3-x"r\+XTqyo\eI-a@gFf^o|Ƚ1Q:=<]'鈹U)Juq7 hY˥}HFB걆*H\/AjKژ{a~)VG2P/"v4V Xe8\>'l`|YE ^zb׬q@\=fԂ: +E֪,W`@aau 7/ֵ:h$}o6)-/>#ܟ,V4Hg{˷ + QK +qVΑiI4> ' 9N,WfZӸ5HjeZ=?< ]R @PO +ɧ{<~a}) =xhѮ!K>t2 yD<KXa[+H3;j`Xg-y||JĶ1YY11 +cS[$@NAsN9̪Az̺PK|XkI!dj=~Z}~pfv},܎݃@ dAA6ՏiWOCسEC]`mbЅmFwr|27W5Ye^j[#u'0qX~:k.X=Z_]Nyc!~Bj[i|އlNl0k))Pi+;_.JPc81Z`b41{(VjZ<-gV`/1d_zq{f:K'YB[i$ al#'LI7qdJ2|x[-7E DXeED?eebh?(U\% ׽ڟVM}))pC0qpCal!걅!6hmS̅aׅ7j>Ͻ531eȄ%ΛCp.\zu +ߵ2m,?֜{J=׳3obpdU]ӏE?,)mK}c-~9i(}=m:%YMh5:>Z7e=?3a~ҊB;S:#9ǞLxx4qe1/u)<[8bJ@+ʮgUz.Ԭ7❕v'}ɎMGeÌ*U 2jU#nѮ4ߔuY71[=/T$-vVVBu?ſ /2/׹'B`@ S?y#}ٳJ՘$J +ЙZ"7*; ɕӁu\UȏE  ty +endstream +endobj +1312 0 obj +<< +/Type /Page +/Contents 1313 0 R +/Resources 1311 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1278 0 R +/Annots [ 1305 0 R 1306 0 R ] +>> +endobj +1305 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [100.781 695.584 155.467 708.027] +/A << /S /GoTo /D (table.caption.153) >> +>> +endobj +1306 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [267.172 679.348 332.181 691.66] +/A << /S /GoTo /D (section.187) >> +>> +endobj +1314 0 obj +<< +/D [1312 0 R /XYZ 69.866 809.284 null] +>> +endobj +1315 0 obj +<< +/D [1312 0 R /XYZ 70.866 628.645 null] +>> +endobj +1311 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1324 0 obj +<< +/Length 2539 +/Filter /FlateDecode +>> +stream +xڵZKs8WHUēޜqTeǮC<ڂ%%*G_xФDQ9`DNj.4Jip@+04#"#*"&^x6lΒ(TԺ͡gg, +zz .<;UB/kdL#/f2|73hkmI&fRֵ_ymqi- +'* ʰ) ps.H@ Dɞ$ XY,%L" Ibfy + !f旃O_p3ٲޖvg$沧'O@UJd©cbQJ"مcu؍^̨"t1YGRHbGm + 7WY `F+sn't]}^%hX{[?s;)ẟgllv<fj9>P"w(HQ2,f-B<;7)O +S'$S-J!>W_Z/6p*D\HpH}$fbR׍8~{!5NIMDe  +=\ '9V?)%L[^hx NMM7$I]2ɶ<)vocNͶ[X +}M6 \pH1bSS,Cau}׹m, pY,u=^0{.c2[!c>+XBYxҍ*k WU IcڗBH_=K$pMgq?ɢC D-&3<>SkE\O6=rv%ÜCsD-[-Ж}tK iUNQAbZVj*uqg=]ɮA/d ~BLԧXXww6Ʀ`mHXvˎ5"[KmL^739?0`Nȋw>f!BO +,$puhS)ih;:zz"]@;[}>IMH"i'FmE[uWEaAw 5g +Ҟue D8^]o~u]۞B7n첨\ v0ȟ2!$t |V5 }hob=@@|-l!$8@X=PA$v6Ťgu*^HUa +/wQ2MY{H5oe_ݮ{FW;W/o$} B7~DWWۧ2kMpWEopO bHBbJ"lB2`e`" ]):{C:0"k%c慬 [ኅ)jLw*˹(z1w7L^.#Gwn}{>SA!$#ua2az۹7{> +endobj +1316 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [334.726 756.641 389.019 769.085] +/A << /S /GoTo /D (table.caption.154) >> +>> +endobj +1317 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [120.868 470.078 176.339 482.522] +/A << /S /GoTo /D (table.caption.153) >> +>> +endobj +1318 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [198.909 470.078 254.379 482.522] +/A << /S /GoTo /D (table.caption.154) >> +>> +endobj +1319 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [129.291 453.711 183.941 466.154] +/A << /S /GoTo /D (table.caption.156) >> +>> +endobj +1325 0 obj +<< +/D [1323 0 R /XYZ 69.866 809.284 null] +>> +endobj +1326 0 obj +<< +/D [1323 0 R /XYZ 70.866 736.502 null] +>> +endobj +262 0 obj +<< +/D [1323 0 R /XYZ 70.866 512.849 null] +>> +endobj +1327 0 obj +<< +/D [1323 0 R /XYZ 70.866 449.939 null] +>> +endobj +1322 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1331 0 obj +<< +/Length 803 +/Filter /FlateDecode +>> +stream +xڍUMS0 +rtfX׎'9@;mChG+[e#˲QӉɇ*(e\GD$\B(ׂ E.exDžc)5ݵrtwJ5>A;!K,S5fHԀ伨2)5tdRlϾ-Chi&i.sB#.u6+) vrP&K]gL?$UƓ?O cu`kp˒}Sɞ,15oFӚ⼚T!hΐpQjUm8IrdV50WD!dk2M4̗)?4&Do"PFr~'>9xHiB.GǀHÙp:@3'Tcឦ]0c(^?n"ac#y^P0ԖqO + EtFM6,2Yٗ"q+N8"bj=6䪁ugS) +5˽gğʝBOhXt9.I^$)tcDwH_HrӹODkh[hlM,#J\VUAx̫;+r Ots[sZW^/d> +endobj +1320 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [122.172 742.478 136.295 752.466] +/A << /S /GoTo /D (cite.Kazman.01.01.2000) >> +>> +endobj +1321 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.519 658.437 511.29 670.881] +/A << /S /GoTo /D (figure.caption.157) >> +>> +endobj +1332 0 obj +<< +/D [1330 0 R /XYZ 69.866 809.284 null] +>> +endobj +1329 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1337 0 obj +<< +/Length 210 +/Filter /FlateDecode +>> +stream +xڅNj0+hٕd!miz +9ACRHvK_)eafY;?X22ޓh3 VzUToBi{åkm:,cr?q=ONZaik,Yv;5fE,e_RP.WZ^0 vz8uÉbEyz/FB] qÿk7I] S +endstream +endobj +1336 0 obj +<< +/Type /Page +/Contents 1337 0 R +/Resources 1335 0 R +/MediaBox [0 0 841.89 595.276] +/Parent 1328 0 R +/Group 1339 0 R +>> +endobj +1334 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/utility-tree.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1340 0 R +/BBox [8.01 7 816.74 518.25] +/Group 1339 0 R +/Resources << +/ExtGState << +/GS7 1341 0 R +/GS8 1342 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/XObject << +/Image5 1343 0 R +>>/Font << /F1 1344 0 R/F2 1345 0 R>> +>> +/Length 3342 +/Filter /FlateDecode +>> +stream +x\[s~w-ܨRjkX ,$1 I|l6xX^~>\ZRKH ݚ4|:nmv >ʟ~~r賳ݝvw*Y Xm=- ';^l.^QTY,kiޯvw^]M0Z…0ǓÊdOvw2=`RXk 8Q,Yww`Y + +'.qeɥLY+tI#U QTt%p6?5LV /^HLfҐrZ*{q9&gBVu'}~Q(:_wΣH/FraƐUZh#l + @k/d~R.P&?Am.j*jR B^*J&P+P +PNc~TH`6PD]-g( h)^ +0w {BӸ4[Ns!?M~P.@3 , hnA4W /3Jz%`0p{8Yʷ~⽫PR =6}u hn`ld^`om: ,f[)VSl-AZZCUa.D) t̳4Od*!K PxJcE(8[ _↿r@0Zg@L^Lٕ'_UzuEA`+Pv A8 Z jD +┐*Y0E(o7 ǛӾ1| L>ŧ]L= U}}AT +/Q=J,#2"c.E4iWֳ붱 hJ TJؚBuVUFJ+Vw.Kudn] /j/ + +f7̻z7כn8_ |@סoV\B;0x(/tdfnP`(ΉK*ބbDU-,wׅ/ܷffވ W84kZVΈ(^V ,;̶o(vޢJkR5Œ'}K>5El^m#6.R\5Ǖy1|N2Hbx #Z&!wEƭ}<~E,e:wJEfPȐb hFhБp_uHd1?:wu1󣇰՞yAu1mp@۪ruRRXkw} 3ĖL ؝ƘaxkQk‚Ba c|˜}J +1OD[OlK%TSgIQyv_Z`WiB "2C{S| fטVqC +do' )L1 +bQTԼ ݗu;/=rtB )c@Udhi_;npGC=ш:m#5GPEXENeUQsDϿ7c2e+g̱?5huwȻ"|Ns5ek_ۡ#b=yHTQ['mV6&`s e\qqfX8ף67C:g BC0qb™d˟!U'K 1.H&6/4΁2V֦wET?!y2FtiCP&lo$~ 9709fFJuC$K?WƐ}.: ڸ\4ts vFBrQYڜ2B(Rۂˁ/Thڢ%V_Oø=i=b@' TiET24ZØY܆l燥tR¯">)W: +YlK& 9X0JfiċUa-|yU5nee;ijFFģ;=dihJWyn*&]צ8)l1 P'!\${, ]Qbco0|q&f1ZۤclUBkLL~UtS0mmnH/N16{m0/!DSfM7ɝj1|)(aXMvJcp=y…UlOgw{l3Ij92+:gwb2]\vKx5'^},3Oh2hKJPfI7)g1Yf,pDvdH2Io/Jby2U|2z$l&D$9w900?89%`.m{m(Kg!WQ|+pS-gYY|,y$/g6vIpDS'v]" %<@C+p&E%9J[VBV/T,JImr_i^%\,FgK5)Yͤd~֡|1(A GYԿ g+l|_ +: *]gޣ׭ +_t>v +endstream +endobj +1340 0 obj +<< +/Keywords () +/ModDate (D:20161212113936+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161212113832+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +1341 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +1342 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +1343 0 obj +<< +/ColorSpace /DeviceRGB +/Subtype /Image +/Height 712 +/Filter /FlateDecode +/Type /XObject +/Width 1111 +/SMask 1346 0 R +/BitsPerComponent 8 +/Interpolate false +/Length 4261 +>> +stream +x[@EA#2QFS 7pDcN'x=63e2^bG㜖c۲V33333Wr.cA97ffffffOcB~n67afffffQs{8yGz="Wؖq̞n3gvg}8$tYmOyt^ffffffϷ3O~ƺqoϙBp6A> +endobj +1345 0 obj +<< +/Name /F2 +/Subtype /TrueType +/FirstChar 71 +/Type /Font +/BaseFont /BCDFEE+Calibri-Bold +/FontDescriptor 1349 0 R +/Encoding /WinAnsiEncoding +/LastChar 77 +/Widths 1350 0 R +>> +endobj +1346 0 obj +<< +/ColorSpace /DeviceGray +/Subtype /Image +/Height 712 +/Filter /FlateDecode +/Type /XObject +/Width 1111 +/Matte [ 0 0 0] +/BitsPerComponent 8 +/Interpolate false +/Length 2402 +>> +stream +xQjPEX%vdY\6B@B۵F67;ď gp8۽/lu[·=+z_fuGV^|69޲r~?#+3vϧOY9 +1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + &+@LV1Ybd + [V~<p8/YY46Ǘvlt]ix̡6ZP;WG' il +endstream +endobj +1347 0 obj +<< +/CapHeight 750 +/StemV 52 +/FontFile2 1351 0 R +/XHeight 250 +/FontBBox [ -503 -250 1240 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 521 +/MaxWidth 1743 +/FontName /BCDEEE+Calibri +/ItalicAngle 0 +/Ascent 750 +/FontWeight 400 +>> +endobj +1348 0 obj +[ 226 0 0 0 0 0 0 0 303 303 0 0 250 306 252 386 0 507 507 0 0 0 0 0 0 0 268 0 0 0 0 0 0 579 0 533 615 488 459 0 623 252 0 520 420 0 646 0 517 673 0 459 487 642 567 890 0 0 0 0 0 0 0 0 0 479 525 423 525 498 305 471 525 230 239 455 230 799 525 527 0 0 349 391 335 525 452 715 433 453 395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525] +endobj +1349 0 obj +<< +/CapHeight 750 +/StemV 53 +/FontFile2 1352 0 R +/XHeight 250 +/FontBBox [ -519 -250 1263 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 536 +/MaxWidth 1781 +/FontName /BCDFEE+Calibri-Bold +/ItalicAngle 0 +/Ascent 750 +/FontWeight 700 +>> +endobj +1350 0 obj +[ 637 631 0 0 0 0 874] +endobj +1351 0 obj +<< +/Length1 387800 +/Filter /FlateDecode +/Length 169723 +>> +stream +x|@TWwFȈ38X"#͂H1VR,!јSM/d5bIL'fS6hnjĸ{o~|s9 $(*-3]d|9(i^vnɞ!FWayrV*7//|XBd*X\_I>)UoT' $G3m}!"5Z^9bюo$ 2_lsm#5fiSf!]du&mkϭY>лAZ(ߎr9.Qs&:n׼i&qFO]XY(M_|Qzd V|t[O<-Zdi֣/iґlw6Y93r݆=*-29|!פR LtmGrPʢ͚cOlhi ڀAZՐ&bj쏔hBR"Tpz죮+;&:b>oRR$Z:u1B)"NFܧ TѮ h]Vn[=Sk? b8\mw6ۚޥƞ|vՅgQuߨڨ_Qd벱 {k.t? O\@/v\ж([ S)h/>꣤VF>m5pگ3K5gwiӜD5ꡓa"iM)ujsMt)hǧ=Jɦ4K4H:r۔ߦiĴkӗUEeՙRc@p=b>BO[RLQmJ1l>Sʙ7-;8O79^C3:3wu? <%Ic J-ޡuδQm ZYM5U;/߳31其yd*j/x[r?%Wlokϴc % |Z ~)yEū7RcP=z7SS=\KU&->'FYG{JWPwe=9Gs2kȆ+ ZЂ3zutu?c]aH;v |JS4ie>VwӅ?;vLy\AGq~my?#ks&W!|TGqrgL ┦3CЂG{mC5QZ@KhJŝlOzڤӵ3@24E y-hA ZЂ-hAϘϙs<b?g ZЂ-hA ZЂ-hAϙrZЂ-hA ZЂ-hA Zs,m54Ϸlߛ-hA ZЂ-hA Љx %(2f8&-Z+uAh(|"B im>^~}II}& M qڜεS^:bh-9;S_=_*bvI4܁|97!!h} <&mjYSR

    #w@ܧ/Pc{P7eC>-[Esءu3ԍ1's]z͆IG_>irO=lJBcu2rܴcwJC?;rM[RAglma{S;rGL.wrSPgkw{cPܑ; w +-r!Ǒ.޳~wȣpT}EY\ѣp̻Y*.)w}G;rNE*C4$6ϼ9E~6%}[74#w@Z^O5lGYs đ;rȝʓC|rG}]SQr@rG5KE;rSQpHO@#w;rGCL;rGܑ;rG;rSQpHO@#w{U> +S1)r@5*[rY@# +N= 3SOrQㄬ@SA!w@W}1Cr@#w." +0rG#w +0 wȪ;u#rGȽf56sS7"wܑ;rG;rG;rGȽE;rGSwQ;r\#wε; wʵȝSTdܑ;T<#,*E#w*j;rYr';rG5j\Rwvܑ;rYN؎;rGu + 't  w窘E;a;;rGȽN;a;r@,x'lGȽ*rD#w>rjJ#ǐ;rG;e!wܑ; w\ZVS8r(ȝ;'rGSAQ9 #wȝ \Z^溑Ő;rZ1Cr@ @53;s#w +Nܑ;rG#wNQb#{OΝ;wtt4[%/ȝ@#w?ȽrrO5Ύn[c1ܑ],--i(Im(Y x~v;u|;rܑ{i.stNO +@}{}Z;D~ݎٷ NJ5o"rnAnfwvv-M= @FD{٭I d^dju`~ #wI@L[duuΔ>$"rdXRQO{8S0=LnQ_-D; =0JHD[hZuV/ރ>ۋRހGcÍ%8 N= #4IDBFHS?w4P Rӱs<!wI@*rhّ†>o%}rOޭWܑ; wK+wɇNKSOܣ6LnhGՠ wV{4aka%5<9^m {n4ݲN-T'Cԓܑ;r/=~%ϑo7O@?`{ rGܑ;rO{#=ZWDK#whId~/ ]WC=Z8#w@\JaY7%ҖXy6 7hL*ڗomGhl +5-Ԇ/*/>>rG;E19ۼu7-|-r@ղr(F[>k[N wKzN,CEȽ~QpKKKşYCNܑ; w +' w@prNܑ;rGTPEr@rp Il8< +N^33,G])ܑ;rD#w*("g wS8 BJ rGSA%sfrܑ;^T wNܩv;r\#wε; wʵȝSTdܑ;E;rGTPȝk#w5rG\;rǪ\;ܩvgEE#w*jqrr5.Y;rQr||L w^fOB@5 ۑ;rz 8x'lGSA)x'lGSA,x'lGSA x'lGȝlG;ׄS/!Zʝ@SAv;MYV\%h([#w@ܧ)t9ȌV{XiwwVeIltI|yyYчêDE(~{{[c}}]KOL?;iPfl6,{.؅oxDȽlZa9]fJZPbW?6#{V2Vfūi:<<Īԓivܑ{AݮmUN31;rGȽU %w)~&c;fGxW5fE1;rGȽ*u+.Oّ;rG嬠0{mvS;r#VP#wܑ̎;rSj0{-4#wKUA-ZFյɝ,v#wSAڟ'0Q:r#"Tzogcvܑ{I*(՞!Ν;::)}eoo?+pXu[^bwt;rG$G{VCCp\ wkVÄE>^+K%)]HROÇ덷+Ѫ_;CܑY?m J끩=Z5'r A'}B<"I#s be,dr]3rE䮵Nva,] !G7KKK ٯܬ @+$JIV&:TP9_K-d +E7cIܧ w)z+=Dm6[?{º cv"+MT?H%v1:% V @ jPmKUAadk +$:pJG1SRma=ibtTQ'3PxI26,xG%GHn$,HVbUz4/ae[F[X w@C9wcoL.hiHŮVrͪZ׵ o x2Ϊzbx%"v +oLG=r^Cɽ`6z&>>7H ljܓO}>=9.Nܑ;r/a='cTKa핐ΎñvCp=TPk1v||ӌu֙^99n%{ynZcSQk"N^e=9HƇ w@jpj B<.^k󟦍7;=0c}t}2AQr;.ꆐՄ} x33nBfgRt5&x~۱YrϢ,;+ѣpW֓bѓ\xG&'w?|,_g[GOX (pro4 HpDZ4mPl~V~ +Cj/-}_ w0 +X&IơE&O[rϟ&?68?l?xrfIlLA5+CԿd#>{|p "w>rt:u`b6TP}P+Riܑ;iO:~A##wܑ{3rG#wܑ;rܑ;rGrܑ;rG#w@s+ fD> +};rGϤTMri1v&-amܑ;rGȽ*rY)J|>|dzvңB#YՓc:(>GzNϹm9km^ZZJ<INS{=3P8#wk#h=9dvh(E[,I/XK#}gU$=;qnLh4;rG@*S9h/h΢{={{HVK<jVFDoGɽծ9VGܑ;rG';x_Yu}9>[?:aEG6&MQ"CVa <~SAMV w>r?P!w[`= .f_hG.'<%hwCLg%ñ&Iry͆'IK5B)"ſ&; [=ZhG٩65$w-|ܳ(=;rlקs‘r&c%Ȓc%xҰR}yy9;rONN3oaot[{_prng-9;Mvm*A蓧@}{eNdRu ; +2._MhInC-rܜ}*(g[Od +s/G=z%kJ0nG||/Oݷ= +ۣ?#w}%YI`SOSA w>zrτ&gw[i$6+=ROb{4}S Nba{=q2N Mt@ܑN341/dך:1l8lYtg>> y\yR['TPW4[?A'''6]ӝBܑ{uI)^N1(Sm xxܑ{n+h777Yeӡ~,tz%f/rGu'ONN\CvxFF&o2Ui*(ܩ'a~.@#}r KB ܑ;$prGk@;r@(ȝlGZܩ';r\r@;r uZOΆ5; w@ܑ;r;r@; w@rG@=ܹsGGG݋,㱍Rc3;rz],..v]ܑ;r*3IhʜTe*rG&-8::걷7Y|X;}Lm +,LKmim:b#w%f[ƶ {C_KNdOK)kErׯ*666nVQL0mr D.|$p@nr {=E}M&t7]1}]k>Q}5n?-;3%-TaXkc_%c/ +$`6vf@-뙐{_'uZ#0T4y|mnYMRkn( +p~f#wKPD9Za6᷒$THhW>rGP-'s˺Z&MLZ/G;_/[50vũrOMHN X>{&#wk=t/sꋲa=|7J-TUfESkha@rr/S5¾ZCY><oAr7#'z} |_[r1Dޟccvr]*|;R'U4bm$  -lrRgfQDlM:6H/Pg_`jx/wsԙ3R &"w0Ϩ4R2(T#WkKz[>!wPRC榼kj}ܤaVF:&j(ٙ~;rGܑ;rGQ rN!w@rGB1; w@rf`hvwwuu:;@ 8>>nssP xP;@vw j/l'x(w/AU; w@P|@Pr; wJKb:@u"tzc;@899Y^^N5.N;a; w:jrSNf;a; w:j@U0>uINNA8r,s"'p +'p" ))‰)erٙ~;rDԀV'''84ե 0T:NA0e09 w;NAr;rD`v9#wq +r;f@ȝS+sΥr#tNrGPWT@%̎k#9}mȑ~ݶm҇[g9f%s}J>|>mNB2K;rD}['ڒopU +BC⢯9rwtoцؾZp9kg~cΎo½[ + uEQfD93xHVkc)U^;88{Җ¯_m`k6{B?vw/-+._ _?"B~o;(߅۳4LA{ѿ>m^W=M2'''lB3",81T!-M4VG벳{/S{x6 ֮J0s–}z`m(%, F{'Ϥ[8C`^V졊w󌵵Զgn7W|nJ:Y8ԶL"y%΢u `d#<pf}w:BO< 0,*7^>G)Dm|#q_Sֺ@yj\5 zeW*`0mo,-5r~D(LC(8)pmܳ~p=y!@ܳvG4:<wCQQuOg_oe܁ +(h"C?jy|~eb jAolT]ҺίԺ}mܣކQ>{곁"wQݨWl.3v8i=t~P6,w׺-, +.Ӵ*څI-ɻfp/}Zp= G@U%kl;اG6i$ }֒ uMpH%i'`OS>쮴 l\'5=Nr/W{B'{'js"$5Ef4SXDoՅ>\lr?-6gKq&&I?sfIsfhGiMSGF|jܡ'-N)EW%%.Ҫ=S%)3Wjrar4}Y d".6N/\>mm- T7R ++9MD)Dlp3;5A2d)rܑpۨ9NDQimmM-~"Eܑ;r+9S@Z_Q\;rGCĒ ^)\;rGboAΤME;r/*Hu^Rl._.Rܑxt>E#w>B~ {z?ӷw:.I}mm P;rMܲmLa^& %\Pɡ Pxrvkݍ*ӮrG^lLWj*(XZ7テ}8ϑbdǎu8[I2 nѮkvt1{G>ߡ3Cܑ$t6T3k΄.UfQ +ޣg rGSK}pzRihW>U{ŠY^BDDj.٭gs:M j)ݩ](+fΉ他7ܲx@)ck_ZE=3klveƆ2ȝ1 _ /P)QnW{6 wNq-c:_[[[^^˔ȝQ3/1!NFNrDL{>Ka;ޙ(j8ys"F7gM + wNsٜ)<Ή"9SzKȽy@}BHΖkZDo3[\Pܑ(> n(BǴjX#}ny&@} +~W4?R5nEjZB_i#x7Wخ\ܧJ9]jZId^`2y@}:YO5SO NgYt^!a鷦Ή#-ñM@3޷@K@b3^ G wN؃GmȝQKwzZfF`3lG%ٽN +;'r7S-%u,;~=l*Dmۣ6NJImr/ʥKIS^r|:8$lC[YujLNrDL/i6Cr|wwI?Wc JPrD mBޢ{s#^i'ȽTVꎏ U^\v~TRf1볖 :ꘁ{^ D[**7鯾}nVn(~ +Xgj'mͩnBYt9]~g(u +}7Y>4dRN9hKsoGܑԸ^&cOPN>9y;A ;r vSX+~ss)k#ih41Nӡg;rQtOVܧ`vA߷;rfvwF5rGl.//ܑ{=h[4G>rGEZ_[[n w>^6775Čܑl6K΋^.l{{{3 {3a y_n3,_r%ܫ.n+mNF/. myЖ> rb&?gwwWҗ.ʞCjooG[ZZҪ{Էsm`x:B_-*wrڕs_ #0#icSft[Yq[E~ttsKͭ{5EzȽT~/(n]ӣ YlnB²x/wwvv64;dqq@H2?[ !$?T[e[e@ aλX} w6Ƕvxshv\aB_YY>>%0\ׄ~npnkc}q6rDP|6T[.wM^ӷFJatԴTmmFiQ2~y;'b +~Ϛ0Mf1]~0rOnEmmוo@ȝ15KLN(nRuA8krW0>Þ~Gw(VZAuh0fΉ򠉩l>qED}Z<\vܵ\Kr/;~#^m0!9'_P)}i:??Kfs-ttde˹n__]] =X<~x;'b&.SZY{HٍM}")=Rw +ȝ1MNNNAFc7G϶uۜuspI=`߲->it:kkk7 ȝ1MJ=YHnvCv{膖⭯>FտѸ;}&ƱGg|b@='?M(kS˶h_ђg@aN8t"2LPӠΉ;j8's"Ƌ͙F|Ή/D}B3N=L:C^-Ή@U\9Mτc)prD =p]R'h&fsmm;'b/e A +ۗ"ΉNSҦ)w{̔E +ȝ1!? ˳ + ;'b8meS.1p*pw7eKfrrD ̮ޞ:8|s>5ڛٝxdd׼ #G3_A߾E +ȝ1 +Ngmmmҳ坝3mµ _}1)wK;^]u{wchVv;hۉ;'bDF't0b Xnu(w=R'-! f" Nx#I(~G-67zVhd-TL,ZxTM{*N_14\@# ]&op+p>Uh= Sn 'qqxxMV5.RDL"t +Gx|+v=M-&BJpsss\=\@ +H,tQ]YYIlm\ܓ9&d[.wkX>..RDҙ>+J-n-un_?::PM!2 vHx#~8w:fEZ9t;c,r g[4-w)FE1>>5n=>6ֿziS'&Mǎ~Zػ&* ^,޶YO mQ׷#zkkm®(Nl4MOU_h4ꦠlz s7{98Wh|3/}Kz1ڜ36Mm.QT.M!.ΝNz%/~ы^Hr}пy߾f@0'B5ݛ@m{9w(?99 ocIЖ@([ۗ\;r_Ӯb3"f@}yK.ˆS`v@f@f@T@ȝz +(PpZrޠT"fG%m'(4c*EʌMe܁ ̞4ҒɦUfKr2wC#w*pF=n5D9*ԗ&ۑ9aEs*6-4z +;p"QZZV“h=zq9"/Aw%x~>{0qqqQic Tܤl6Lܾ+ۘLd֏ٷI]G)(qk)9a)G)߅=gcj> wDe$3TjI?&YkMn 1ԊFj "Wk݄u&*zɲ̪]mmöwam mfӥToo1ۺE +^8ez1D).'=kGף&rNP6J?WMk{t 8%/dU겂G6u,d=gDJU(ԇLKm~ wDTj̓C.U[ w@Ns:{jn{s񩮴|[nòFv+qZ"ɐ߆Qц}{dA;@Z7 h۞YKb"."w7?FYUhVE*D2YPO`jɴҲTYƦ}|;k?N/yysVUۀx]ACn!v/Oz4G*tt";.ZgjwYcԒ5KL.z"qvphu"> Vp\[v8VĿr˹@pxNm{m;7#Bpͫ!c׼@p67GE˚W w;M ]#AonY.܅; ܟ'&pGp p;]w@#ep;;.lD8;;7Úf2ELq!)\d $ S\).2 L@ S\d +.2 |?,Co߾3k8qe +.V^M>ֺpJ;.nI}pp"WTlG w\`(xss᫮~Q,mespk1ss?<ܓZ7~^47vo8w.:<3G~DZr%㈞zS!S;.*˛7oj;6Ԗ-?\`zjn?\ws'bp ubםIrˬAw`=9 նйxџS̠\ RZ`̭)Xk|htgvEjUATrj Rl9%~ȓSrON^0N-\q_'R#"&BdbY>S ڼ f _`Ю-=v&*깵ܘRsOi;x{ӻX<L.YVP, ͶүGEsC;utF[:^tbunns6epxFGddOwfKJڶC]CC-wjNȰ'𥀺>V=$ +w0^U+mjdDd=͊8WlU"t{}hnTy݋us77^Y pg9Ϣu9rN;]Lao-c--[ʴjҬcJ%hX}]Oɠ_vkV;܉p_ۀ ;c-\ɶtv[)լ=>:sہpfź:K] cBVgL\ƽLzLl,WGw6"ܫZep`ݬ_w).2 L@ S\d +.2 Lq!@^BKF:<<|xxp*`;G=ryyTvبxm*ۓlWwز]W+`v;l_ٞS˸ w@; w@ָmTה{6\]]9Eqd?>>v~`we;lSl-+ޕMŻxW6vز]v|>_npUeL_>:>]8򃮯 W /RGUfƔܪcU{CLJ~XYgGF;&;;|&~gp~~_6HL=vTڼ2q+8K9~(/&0}:ޞd +7___o=<<ıfzsE{c޾}ӧg/ џYE[86Yvz`{>k]޽{In9meT-9| wpg?S;- +#;) +}}fkp67חQ,_ +17%`0^%3##q6@6gy~~Nwgc1>nbXEse~)bgF\f:{^7O2= +V䟏bjXW -wv7y@~uz=?Jpϟ?g1^=ߪI<{g5zOۇo~pn.ZFPek^/ veR-ռ_R[^ {v_[~idx n }7D=hp7A}͛)qeGLan>f%@;Lz;H= Ras &wz0@9L.//gv .;99|싂ܵ`=oool"4jU`EGGF!?67^%$ +8uqq**S>fuȸ}@:}oo/nNͽ9oCq$}|nU˽RS飽G!4oqUYAQ(GsI;|"g? + +endstream +endobj +839 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [160.119 249.629 174.242 259.618] +/A << /S /GoTo /D (cite.Mohktar.2011) >> +>> +endobj +847 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [466.494 217.242 480.617 227.231] +/A << /S /GoTo /D (cite.Mohktar.2011) >> +>> +endobj +848 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.643 198.671 525.406 211.115] +/A << /S /GoTo /D (subsection.185) >> +>> +endobj +854 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 184.606 131.894 194.496] +/A << /S /GoTo /D (subsection.185) >> +>> +endobj +849 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [491.934 124.672 499.992 134.661] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +853 0 obj +<< +/D [851 0 R /XYZ 69.866 809.284 null] +>> +endobj +846 0 obj +<< +/D [851 0 R /XYZ 70.866 779.207 null] +>> +endobj +855 0 obj +<< +/D [851 0 R /XYZ 70.866 167.185 null] +>> +endobj +850 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/XObject << /Im5 837 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +863 0 obj +<< +/Length 1447 +/Filter /FlateDecode +>> +stream +xڍW_s8ϧT зtzk/$(X 9$7SJ8d&,+k4 ~;a%OE%+1# 8dA,*r"&f܆_Y,< k!rᰈYXm"a XYDw^P%U'q!V֎q6'xpSۮA<6;dH~C,8H99F>.B5ExDmetՃTĮW-c,,<x.{䰮}dad\o@IqNo;Y^c%?Kwg6J_WC(B L>J+TАAo}3?,Vr92Pe6qٙdgQv&ET1*GO&iL_D6@\NWfG24B&=D%J9ux((+]ҹԪ FSpWhxzF5(C1_"BDI2}bؘM_˶)S(`JJiE}/xK0_߇Tow]jw.ٜpEyYBښ,TtD7ݶhzQcFv֕Z"m(HS<Q ' %Uv&_XzfS*U0ф 9 Xzi!1t Y`}  8Q#<Ҧ2R,ͩ6ERH뺰~yc9iI ̣g%[ߡ֠;wY$-hFXȫsOEP(2L BWOIc" oG=cj/j5ݫX<ɜ'j1 irm 8[&91ښl釺 +5lj]3@.™(`)}-A+MzKghuJs +:'IpS+NS#>wMb?` W6cip 99r!:YWoKG\ܜŰdY$AyڜwVGi!F}ɇo&[zKtyuff +AG_ݞkV8Յ5dW}!6xtvyt궀auwV~/%Kf2mS((ís~" *߶p$?vRa9eq2LM_I$D,yy;mXڨrY]œ5DFt74vtdwjJj,߾u2x2mq d +hqkyf7]8Opo ܃GRJ>UV8U;:ƥuk_myikWB 4ݚpH0I¢dY(O2¤ ?1 + +endstream +endobj +862 0 obj +<< +/Type /Page +/Contents 863 0 R +/Resources 861 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 845 0 R +/Annots [ 856 0 R 859 0 R 860 0 R ] +>> +endobj +857 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 649 +/Height 538 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/Length 93086 +/Filter /FlateDecode +>> +stream +xg\UևIkDcKLKb-{/[X5bÊ" XE)JQQPP|ϺxR{JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJyKJJJJJJJ+f%%%%%%f%%%%%%%f%%%%%܇/ڵkϞ=]]]w޽sN ׎;$xe۷o'ٳ+Wݻ\W^ܼy]o>333 zyy߿Æ 9p%x]VZfǏ I0::`@@Ç FFF "7o- .䚔XXXh+ĉtwwzcܖJJR(e p*UBxT* Ճ T<7nতQ[[(b2DG^QXDb"H-Ǐ766 %{իWKcmmM}p5YAݻ$dpN"H-%W ޺u ё $H :99'Hţ8w'c<($O122zħPmBTѲeEuJ| +ɓ''y#갞I5HhO}KF(ħ"2o޼$oD=sU.)1=1"O!%rWĉ)&a"@W^]ĦN/Ҍ3~gj9O̞= NBQh9 ,^ ${`=R' J 4'vI u^F[oeH4$O ^/"zN&y#Z($甒%K&y#($2+ DM)$oTB=gQB9*ڵk,zOR9`I#,YEsV]<=`WY+Bs_VtA4lذUV}hԨQf$s[9@֭/#8}f͚ĪcV*A:R#d8%Ǵ/_^`:F2 BLr| t,m!&qyi@cuFcH~#}X1b k{-Wj AXW ̙3 s p-AMlٲ 6NT BI8A?l/&Hn@F`JjqA+V#Q%K$š|Q)~%>j׮M) b?XFVK}@GR`o1Sz\tSm R= %;)@JR @SCJ'"vIs" uN IڂII>BV<ۛ"H )CTRX*P4/@u`."A*etY:  R%: 92: "vAHyxxТ =M6C Y(\pWE֭N:%y#,;3=T\uǼ;4Cz׬EsGII)soURRhݻwƍ׭[2YI)kգG-Zn(RAe˦Njee2YI)ܭ[͛+4+)9.ϝ;7ѬM$y<%%\&f%%%%% ;v*ӔVqVܧO5 LI);(**wmڴٳg %EM84%,GsǎeF8G޹sFINѬMSood)Gr7/^)[7IJs+-pDQQQm۶W޿ЬќVE>?0}뭷?{Ny,y2oYmupDO>8ӆ +ul,nTϭl{n,T}ۭThVRJr7-[6eʔÇO#n\ܺke W\mN5v&6g<>xE+i:2$>f1m^9tqkHr8{{{h{ f%>}4i$@3;zZ|ww.Y-9K>3Θѹvru[k'76thGY6S晞sCF4pxdP SS RRtt;vo>f%ٳg92C|bU?*r;V[gkݼ~[f'xi 2^ey&~1-UJyI=۶mmC_77bO *4+)))&Ac|گz^RE }*gQWϗ[#^wXܭ[bod+WΘ1ѣ+ظņznjV7b@Tn!d_i:hky-Ьx ___JF+\RMd* %[7ZljsO>;{˵Ϊ,&4Y{ q)7rvv&.]p47=sZӎ5z|eU[Waz;oGoLˆ] cָA򜢣ڵkOc\!;z5Q|{x?wt\Wn KݚYfؐ䔣karU9uiNѡq֣C5kSw-T|բ=^òڢN.254mN,TȠP#V;ѣf͚P hFߨL/F~0:¥~RJK֬ϴ=~A׻~'ճy?WZ\Q{U507WYoT}5TzDgq{Ll^}s7΍Sz5.}իU(VӤ,n^޺1Tś.Zq3IdAf*vZsg67b;ުQRb kZc"vs*-bp\/HCC>ls .+%a`Jy7ZЭE[yc:s5:eچm[L߳ij!ODoPh~s\ +Т찕l7]o{`nvG^EVU&瞼/h.V{׹'oܿ屼ROjw:$cȔE!FGDDZiܓǏ_}'<쉎~E(&#?{RӳRY|~C5 m2N=Ԯk\kH_nCA<`i׬E1|}cz$h{xhï*6=35jTϒE[ܟF2hfϞ}qUoVqqqNNN|r.\PϖrUُ-ixQWWO*=}mpn2(\ok(^Wh{kҨϵ:)ojvڮ֠vf,*_AÑ3i1bD=]?]kw?-gg mYKUoh4:3!Qu#L,^f{}.c^㇢}MVφ ثEY?haInKh2ewڥꍒRѣG 66mڤЬmw.uݻW6I||LAc⢟8S],,*5{MvB]\\"nY=V}'~7w&tmF'[=1tkի9h[ϒ&A+WOYII)H- +vҺ놀AU֯ê bc*w=g_@fV'Λ> !K!<7,] +rqݡ#uh}PB`*TIT\|#c;vE[U^|QW/hhP`z%_BWgq1#C4ݼzT-DDpF=vs~ޝ"^l߾Ɇ堇O5b""nyʅnܸs'xUʱzQݺu+WljjЬќ@ŋSrl倮ohh_f+|ejkV}/vf͚ע9ciu寷ky'ޚ÷:-]ڱ\ٟ9.~a۞qeR 4Q'%.ʢS)))4A?PU*p井ږ,Z{| o\7qיvVh63VI{tมz怫ׯs߾}vu + f\O?do㱟3U[r=} r00%< 6,^F_6j6j2է:l_=.-*uE….x[K6ϢB/t+cs7&/^k ?zae +]v޴5uzo]sɡd\C#=>A'ϟ%o!,2iu)ЬϞ= vym BBBT))>4ׯiӦ&&&hN7ofPݲjݢBnV>p^ظ!a\[61c.cWh>=ye :TDFg166էaZ?7w ~4W`wòfd&cǷ.WG?z +J9]ƍ߿ \gOm6o\ߴk[i12‰0Ìw:fe~ǀןK{׭g{__.Ϙ1=zؾ}hmՉְrM[1ស}:gTV6F$F/~pw~l; +~yre`2hn?*)Q3wShV%]?aJ ͑HO +bƋUiaյ'c⭏9:XRqG_{ʳ`Run4>dsr^2e\;!jٲ%,2dH9hƉl,~~Z=բym?湛!uls߫W7ƫHkŧ*s٨' +JDjQH4.7_ Ԣyw20(wِ`{o.hcOʏb1tr ~~~j4 >w[ױԣNSZ{cWRhV*+r+A(3>yT O?搇w*V|XS-r3&jvյ}_+kьpXy'zѬX.8\ԻyJML[jb޽ɢr[\jPaKNgD)GٲeyVϧm*m-n:rSfQQ.6ӲJ֍tiӠ}m;vVM.Pn?;ݬ} +˻f]įvmam.WL=/YΛgҾc!ԭBR.ಋC`` ܊UV^/,s{̨u\qyzNXd!F}SA{vm]R׎ը_C&CmթeKǮS,pswVU +J[ZmugX<bŨEտi9QɰtihN0 ,ʖǍ_i˙' >bm܋u75l߻ibǻ;nĄ/4tݟGjp絚}ϟdɒCG._ob곧OÎ5~ξqGgh7w[^z,/07+9q'!̞g:g֨Nm~MYG޽{M]111&L4hѣG%Wʭhyml_Vk=G;,[I|1ކ?5;,&.>(lUۃ3'tUzpkfmzQHn=O0spȵ{J?;4Xb7{FDΝ߳ڧ%,vߕҦ?^}uV|45K. rPtvW7 Ѻwyt\/+OTJ*obGFFV^\rɮ}](5RC&=vZ_޳gF54l:byAɃfj,ē5üN]ݠHhܦN72y}|2Ro.MXT8GCO]nc/Y=_|7󳫚 X.mz7*hΡ9ho-}yP:ЬhV)4mٰ4p`?{[ w-\ڳjOy~œ{e}AAsbe͆5МjF߿Uᑱ))%:uQ4رOSf_))[u%zaӦMի׊+2k֬vBBRV9&&fʔ)Æ K +J9͋uae"SwWhv9cw_:&kTm/FhZֿKEOؼy󚱵U.,h~zxІm[uj2l͋:)rJck4nWwYWJJzl`؁ۓLUs͑~vZf܆GTXC״r5|A_~/B;bB5Z[`?l8f}iԨo:ϲ}o o$}UbS>/k [۶|_|s,iYVbl4U_jqG{GŸԀ^~(_Bݞs3J +JjR Ok]ٰjf/6mѶaՖ)4+4+E4')4+)ew݊?~PR}E߯v4͡yƧOV%Ьhȗ.]rvvyBRV׬}'.] Lz97a` +J111ӧO9r'ܦM333 +JYʕ+WtrrL#[[[U.JJJ +JjQH%%f%flx0Ǐ'; LII)wb9+Ce)B&7Ôr&N ]]]Ϟ=RW\yС Gs7oㆁ-]T_~iBsLL_5f̘'O**4hbÆ 9ͅ PIU(P 'Ç?CW^R^FswUŭ@̉hVr7)>% cLLѼ{nSSӳg*4+24ᇧ!;;K.fr-G^~}FyWG(H٢4y͛7Ϲ={\P!*Iʔuݻڵkte09s?Fj60g̘13(ccW*f4ݻI&ׯWhNzѳWTG viwfC&Ndfhlfffti6z׮] e>|X\O?4ٕW^ݭ[N:Q~رc;z]sf? 7nx{{g߼yFX+W\|Fla=>~ɽ{|}}oݺFH#D4(6_AAA.J>Xd /ݤ̥qF6 /k +G9سg=LCZ2Uh;۱crIJ_J'/Y|С'O9r +Imܶmۙ3gn݊ennQ#аfh=2wwwѶl¹ f@8=z$s"XF6o/ɴsLG7nܘ1c _c^c|-ϴccc2pvӬǏc*at&o=@.[[[6س~Xx2㙬M541'''DΞ=K\]]%E$Dq؏aLZH)r4#F 6 FG:t(D5!C 0}rAN:u*D3^+W.\Мm۷oSL4;w +ojX鉃 XP)00J[f>x@MR###N\؟[nCE0GM 2I&WJ󅰸x`'(O2e֬Yx v[03]3t}-^tiŊsV,Vhp4PX)=ztܹyUTx;v4﫯zmii S{5400㤴V#60Ư5 L9^@}DDD@@@hh(JY9+MIg҉/RnZÇ'NؠA(ϟH"+Vl۶-ۛcRx5wwwGG$!Arϟ?*cr ëV(P`E%EÆ )|u5S-FF +FSؿ*ɓܹs'kqM.SkiKjXvC4mO8ApٳT0Y9ьھ} rֆmj<_#[l9t۷4((vŊSrꮂhCCѣGsY2޽{kaa=}M)!ƒ5nܸTR1tSoVӦMKu"1SS*EaKHyA'|n޼yuIݺu+5/ycih&X)Ȓݡ4"9 +͙2SlQǎKk!9rDFҪ +蕧DǏ֭72W6W>h_Jwz( iΝ۸qc߾}r|TGթSgҤI +""BLN⡽ H׿*"xNv#'2]4'HQAXju;zR_6idΜ9dȸvoܹCg XIH\D:,oA4@vttÉFdddi4S/:u*N2fu@Z)ÇiDxKܹs fΜI-R߀2¹\3 +]v0((A|rpBh"Z\lْ%Kk 5_8͐,Nf͊/{ҥKNj$qYlڵhs}"FDUhL#9`Fl`kǎI]"XO>;*T()5j^gΜP%XښjK\%-ԑ"r@{Ic[r),ҒĄBA4c& v{JGj1NyRk-SCh>۷W#*yXXsY9>~Ch_(<`:ݻw2d ݒ=z7ng2UgSoݺՕL}Uxo֭?3Tw-[)W]'T1gϞD tرFܱW^8ݻw.]HT8_`OnڵkGJs:$O7%p5jTpT%筷ޢM#בI]/_޿?ecH۶m*fl޼96Q:$A&fD-QFtKKK]4)RDN獙@TB +0ɓ'q@j/Nggӧϛ7ĉOwnҤIZz +Ǎ$PNМNS&М4j7hʔ)xl'N3f 2Ii۶myqV+4*U4[ׯ_ڴiē+Ps 4844C ~2{|ȑ#IX8mǿ `|9su0rnM1:9::Ҭl%?͖'eʔ6mAjD|h jsI'sǓv~eGR~9*QO>!-ܝ\͐2aԁ3)\6G۩`VVV;w=J?<<;wY#s?7СC2v4vC[ʧO>vW:(P.gmll\B*mAx<88XK+:vb(Μ9} +:99J9VS!s+-8lRG+4d +Jm |'/E3LA,N\ */Pnذ!<¤NǒE"I&lٲE.\U,XN~ Ay؋H+Ŀ"LKYf ~:F[kS$ pr?ʛ5kVt?\`~ O`0&JɽNGgg6$ڲ;w.4~)I5d[( )/ܙ^3 ;f\f*9X +L߿J`J? xϞ=4^j 4.}iSy8өGڜHuڼy%$͹Ć 7:[m:./RQ_={6jer 8CYR ۷OI/S/~j 6YGrL pR+,ԩ9xcR_;;UIY-SZi2HR=XR$MΩS8Ojhh'Fs…լY0P) + 3 +m"~ZQ x2aȮ]|לQʄa`t?fΜI(#4XytmjьdhH\Zm6vt,D +q0,ROb`5jUkj:/^&>ׯ_E3gϞ=N[М~4רQlٲ/_~@IIի~:6)Y09jXj )nrW'{< ^p +C#n +!&dAo=}7n$~_\u.}7NgggR*1vL,}H & Th~Ch'BRjܸ1^ÇRǏN9L1$OqkKѼy[nBFyN|[#""9???`ѣ PH66nI&&&TwNӧ<~:qSNQ1r\BsќU4{DI) +,Hҥ ,ñuP4ǿ\=Ysf4>'x̀mF̮&~kHH,eztgϞn/ .9u~ se6a+.˿_~EΛALt׬М$itfYf"UXJ%sSەsf//x +ͺ4S&MN`-sp +{daY7T5---SUy `'DId7+K'yƍ ,سgOy;w޺uBRvCs^htXbs攠Y;> 44FGhDPׂ +͹jRv}}}.Ѭes4 ^^^nnnlƍjQ D;BR6A!C^Ij@Sܹd߰( K }kVh@4gEcbbdmTYcK3p.L#ZՁlfZ$F S! hwsͰ\}ԩSLaCӦM#ȯ4e2PcƌA9LG۷o϶h633[v L$L)|[濅0M65jԨs\ի*kʟ/8f͚:JIu766" fI-݌ҥK;tnٲΏ( Wvww߽{7cV4r,4mNSN;vɓ~ +/c + ,\a˗A?3K+W۷mԑ6"sݛDD"H^[o}pk׮8&.ݠnq$N)I%@s?ӨhѢEiժhT*b4cb+kKJs˹œ8qRh4ǤoGYzE|-v xaW\Y[jmba"fAF@O5|ϟ?Yĉ1)y ߆W)=D8 _ThőD#Uks@%2k|pCCCR{=(FpONnnn;v+; ER}I)Rpq"iL~ŋ%6%WK`%.^栙ұМQmwǕib"vqqܩHUÆ K(ѷo GsV)hQ6mڈ#r9sa?$8iҤYf7nԨQPF^*s/q_#Lz V_/ JB +:eʔ!q:2)rgܹSfqiH% GT;aҵ`]maaq%b6-r_$$Ey[#UYF mr )4i2|R'WFޔ8ttt$9D<'il$t=wٳgStԩ3f e2e +"%@5kFS耀 +,YI.m"gǎ3$Ř'ńBs +hi+Cq7o^xtupqS'''X4)Bszs]pG)mo03 roСÆ RC4bg^wȑ >O>>/;94ڵ w0L#l%rDH? rppC+&y)0XE3d@r^iDrC{M* f*Mܒ\|jruiŅ|^V"E=ˌj$A(JM9C+M9͔=Мӈx"KI=6l޽u2D$:Ȉ}TbHˢl޼}ZM'Rc屶$GfsWZ9 f[4>@1)!Vٳa͓%Gؐōv iݴkX\$. tThU\6%c&ٛ/NwF: IIQ"Q%///$Ft;NWX_D2((Ɔ=UO1#͡1a`3;k[ffag eA2*D6J|).Ucf͚E_Ҋ9.FurGW#lL9Y- +)n:GIGm62| >,Z~ӧc؏at &3s.~\p!33}[ZZrY܁$?ÈaxXҀfPHrq5tI뇁24&rȹsݻ2UZڲvZ|XƿΏ wqS@/hLd=@C&v5iPw̙ ,q-ݸq|'GksuNK>Qhh6*4'vW& ޠLL,"2BL0*N`+{~`?`ŋG#lqc?[cp1qR8>X< <9LCs=|sfJD4?ˋ>Ν; * + + +"ej _t㱓s.Дlq<=zFikŠ6MvGJfi_5Y̔[`lIPf'ٴy,Nz6yМAØh*e4ӔD֭[=2EOOϕ+Wo{S"yGJ`hX¹`0FPp"EY{C#_8Q>(N~1e܂)]+0,d EfBAs߾}0->'k\dz9TQN:@ vO](|^̥M Ri ݨ\%c[N?<5_^.s_3 dys*?ŧtv@NIepFi} 2B;ucu{ +͹F)G_Z.GYf[ך4 l5 wI&e˖uvvfY/ ŮfTuKf]E| ]&oeI2:T-!;vB1|O#~(LñݜuxAbߨ;]Pv +IܑgBe˦@ 12/Gr12TC܈ЙcxDH512o+4g!<ĢJ,\(Wع}*/^?$CA\NdP7% e8X@lddD]3f̀dOgVl6m̙3|\-[<23 +qs.ed(4vYPsYfbTmBsUiaÆ:f'L0~)Sp$L׈ L4e'AcϴDyFde:#ЃfZVرc@>> +؅ 0/ +y +[.6<I!'eCd\9k$GrD\Jzf?;>gNg;9q4E!e͔eOep\~-R=(^-ohϜ9C/H9Dm?uTϞ=W~e=K$&/@ 3CMDJ`W=FٙQy7,C[׬YCTh~f8nxg^^^9n'NL>}̙eź9:Tӏ欒Bwرxb֓ (y]|Ьeܹ3М,l`Yf*۷P (rFUhhwI6fQV}NjgQhVhhv988@ƬB3t޽{)M Iq#~1n5ʕ+7n>|xlقeHXxkk۷'mm0;Wt.D@NmB9ɓ'[n]jKD~~ԩ诞;wnÆ 'OăV_9iР3Y%-,|듒K% jh'>QZсR4BFQd?^zFFFN{JtIn4L^acccKKKlwݫwش &ӫۘSLՕyK줫)n52u"s8;;((+4gl`؟$*44;::nڴ ޣGw /WȕvtA|5,1#tԗ,YRZ5L}kժ5qDK& 5kԮ2L?{uwwswϳhM*U2HYfy"&z CzGussz+IgAwL6jժ4 +x ݺu+$TbPTҥK Ŕe&m6X2 Fy͔BFX8%!El޼2ӌ5jDѝar}޸mVfkh|fB{/я0aB>}w>rȾ}ի_~CܹsϞ=?p@ݣG9:u֭?#FK]vU;v4hF qqe,lcVʕ+WH 7 +ഷzmO>MM>X*vȐ!_*BzM/&QP]JS;Ir!d:!Bs@3ʗ/{v׬8p@oϞ=9!)0]\ +Ã~ i##>lkk e,5Ȇ_kv4('$$pS??h-TaaaF[N! +GBs6j&EaæNM1cƀ]%c$X`cA2'L8=?رc1Ya`6fz( F/޵kΝ;1ZP۷CgWWW{jժ`,,c{&Sx,݊hwgϞ5 :u*&&F)ghh(9rkBBs9ǎr.[L^Ps,Xy.N5tFv.6^ҥKΔ#Ӗ a݋b^6i䭷J6Ljɫl +??ƕ5`i i +b +f7$yԱ'g,00 (SᑆDFFbdoh\_NU '0innnDԈx 0Uh~W.m/u=!1;+Ʈ/=<իWCgYQQ BbS`ZvJ߇膿zM<cy +ͩ +Z%, + a43w!8`1#n9Y;3u QeF+h~,#C֭[oAД)Swg<=%Đ[DDD_v(m {ShqI;/] [h{L,ݖ<13##L0T.6\$ N*cמ XH &П?!F/oAܨQVZo߾]vm۶aÆ3f̀Go؆!!!z E OJJʗh>vСC;ufOOOlW>~WhA4E!e@B2XɉmvyEĉ{{ۻwYGjq7Ph4a`ٌӧO9rF1A(618׹y uAsn@3x%PQsC3?%K94C䰰0L3`2X777WW~8ѣl;;;c + ܽ{786СC޺u{H>猚2BNMTn9/UEUh627[n҃LbmZ~>~~~cǎ9r$1$$$P:H IA,;"ӛVY1DffpyAl -!tX[[r9񸿿%X9s=zTx6znL}}?Whh)I Xf۷۷/,,Bm„ ժUK,c˖- -䵶&%알'?w-66]6Ez.]888T*S `5kV^= xDK.<1yʊ ,Zq˗/^趜#kbr-&[`f<-Z:Do00`TTT-2ۭΏlih Q3 p󋉉1>>>7.Z1b0o6@ϊҹ\d6\bcc)%vhd]ʕ+O4K> +Ynرc?F9vXE C 7nɓ ԣG#F/g:_~\8qDvrO?PB˗S> +*+y P`5 LB9_a Lh,QDÆ /^hﵰ׮] ]4+V (J ,WDd 2ݍ`As4@Wps` G?;fݺuBp GɁMMG0 ͚5ˋhV(4+44i?%d՘{:::ܹ=44FEEիWJ*oQOqoQ"sS )40dɒ<9s9rsMTO@K`t=뿅rtժUlrJ69f ăp3GΞ=Khj4Sx|~zf% +͖f H s 1>ݮ]0>2_Gtt4Fõ3 07,WʟwܡW7W^?ץt 4Ҟi\ .hhi5IiϟLD3q ˆa`-3ge2&BFN4ЙDL@k]x|Io(4[sJRB3 ^^^jބ xYV 5dɧ˗//=*ʔ24ܹstҧOHCXU4;8r[nݮ'$[lIvM87,$$D9WYlKsc4NU}=ZӢ蛜)K'T}KlRnsL(4?47kAdF\0dR![mmse~Yi7k4|%7:u*( yѴ̍`f zEheN Té^`}hFP*G[de K~k]5&Z(GBsn&M<\8 ~-LʗɦY0L| e4|… _XgBDsZrƌ_qAN8pСϝ;wҥK<h)ۜ?= =<<.G!zj377y͚5Sβer޺u+Iw"]ʕ+ 5aλk>LDEW:p&Ѓ;v&+G1C[[~-$$|tF cAiq2pe_yk׆PyӦMcCƍ7Zt۷h ܴi޽{mF&Fc9 ? ~QQԕ dEx{{_~ݺu@LC VRhίh޵k/77YVJӋ111)}2[OD[w˖-leB;w:88`'fD.@BDc?f,ӿ$&&4< LD||!m#GfhƷIw<>>譜/'sl[Lf<朒^hce\bYҥKbص,)c` +ce#!0Ni^N(f˨lY=>9[YYqwcaMZb=8ƋBZ0sa`f]_ q rA"{zzob'D^t Q$a5Fp1% 4'+k4###!>PhVhhsN4QqBBP.,)!&7 b2*p޼y_~%Q5a(}aL4; dmYKFx/4]U$}@Vy/^ioo/3>rBHH!mll\B|g&p'Cܔ5W|ƪզ+袐8C_N+ Pbu3v9vZj/bd? zjidӦMNNNp}МmS.\I>A*MP wY+++b^ +'P7p&=I%&&FDЌJ"sYܢAObМܼysL MB,:O=-mU,0$Yb}-Z@U;V(N9Xl`~q0Y0 #Z/Y6 M<) +~JQrPP UVuLI},)j)NO)|r%_iМ_Lbooĉfy/2Q *&ח`YQx&Mh[Ů1,h%beXhѤI)G̟S%e6z ЬМ2QFd:sJXW3y#oN7ѨRʴix^igdɒ5k8ݻ +=hĄ!4*HS(4'ɺҸ].D3}8[Biwﶳ;t07%DAŋ36ܔ 0x+(Gs'z~4)RD|8 + + j32˘y#*R 7nL"fǏЬDْќS)#%0d[n˗/&ɦJf2eԯ__GGG%S 3tBDkׂZ?? g2QQt'ThVhΣhܲ@ݻwCCCϜ9CȬ(u,Aٶm[||ʖN:uD yd +x{{ JͲ85%700g/U/]t ou ʕ+׵kݻwCoҷl…H#g0\xُf4]V8jO?͋ "1ȓoڴ髯Q >o޼[C4ki8mx,vِ<+gKSNĜ9s&<<<,,&DͲ TAtPhVhNO #3͉f8%56Y fݺuC]p!&.K9lGR6$\( R+O ?4'N@oGe:w2DƯyw8w\G8)`.;mx6ڬb83R9*(ŋyFE6i'''WWW0I +;"fBgYYYE4X tKx|W%gY-2#ŋ}hhv/ܼyB^(r߾}7onmmIll+W2F(/6ߨ(tvC1d;J\=2 R5<*44ڮ\ѣ +͹VNn%y>[R7of֐, cad + d"hܹǓGqtь9s#RHܹsb{7)ݻwo6mi&=qdUhc=GP: }{CV<:Y@\>?$'N0ބy{{sr \f,KPA4>_l y:DSf"ՔsJe:8lH*;!<<^p2F@]$^=6,sٳg=<^l [i:L|GεQ6mСC1 +͚Ȩ@ iqVV)c%t&.jvC&65 r=V{-Q3+*'g F܋rbW/]sSb'˹V_K(5GEEQ6*N-Ρ2 Ww}_OМSYh~xB y}; BsM cl0dBw?U*[b +$IdZ$442tHt.w9Ndmq4,#a6FLy<ȵ Ī)NIK+吐L&vL^{/w2MjiH72RTst,(G_{{@Qh +(4a@-$E B4 +dܗD&ro.$f?T- d%P]"[WT ;h 9S2&֝X,&B@fr)ʊ6]'`o|3f >|Νy#jOtTo^̤̈X&i13fwڵ|͐!C`ŋ̙o~jcc#/h_c 7 <.1u?1 y"GAgIv~ bkӕvBs>@sVիjժ\f\Az^{"1MO>Uuxxxd`r{ WHMGX nd:"qqqXršޙ3/&9]xQ&h\wJ*a`ݺukҤɶm%4Gpm۶4?ХK6Zl9a„'իWy]у5խL OPW*44^z…^^^ +@뛒l߾0s֭[1ћ?~߾}֭;z(O:tg'''"9Zl޼Afj k0)v–vydʕ+2͂BWJt>M}%h~Nɋx48ĹoӧOc4P[mK.]db,ZٳgSrA啲b;w(8] J//-|hKµk׮3#Y~5>'y1wk֬Сo] 5k2dȖ-[`Ghq1qLquW /i4,2Tbd͛7p|4;#4︻xԴs.\C3.M +!VMdaB$E\\OC6m9 u( \^6RZUSvR4,o-ЬМ,/ƍmL7Dʛ blkgkgr-OgΜ֭[.\"'x H^|Q2sFRZ)9{jZMcԌ/A{(Q"YuԨQcرNFirQ~TJjZPdTY.dyXhJrDD|ftvvΝh8kmmpI&-0 2w9={%\$ 9rd}˺/H5 _M?NބˇxӧO(EHN0aԩwSɓ'SS N.\5 3g$ dxXW\o,xNNN /bM= hѢovϞ=cLLn]۷hXN(3mڴi 3b:sȑh'Sq%jls22d[8Qpi-2Gdd$n33/:sN???b"_ڇ/mLSƀ<ÇӧϰaÆګW/8pWX].ԉc"tEׯ\rɒ%Mf*ʻۢE Hq9$OYi + +>bS`M׻w}2g* 4hA Nv=জt@@%7l߾]YsW0}>>>ϐ,]W + +yKҎfLѼfB-4,ܒH^QbR*JN9IR;<6x4l$'SA#[8*ug',Y|=ڷoB&xbCEñޔWYɓ'2wfs9%Oi5!(&ƷZl ,sen\^nB8~͢8NZ~}WꫯBᗼӆu!Z_vmxx8-M(eToA(?wH+hK5ԗvcoEi᩿?oܸq*UJ*U`AP.QD +9Ν;Lw 3jWyR)~ ظؠ֠_h‘ .(4k/ (r $""'N0)7$pڇ + +ͦh>z@vF#Sm_.A|ou[n9::ӧZj/_H2 q0N^.iëӲ#~T~yEd + +RJŖǑZs00fcid:#0XN:m4SG0r̙dhOd3YUG9|eS:]FGGGNΝexjTq +9m~嗫WUh8u q'Zm#磱x&Lhذo [jE\J>}:-oZ^/it'N:nݺ%K^z׮]WXqa5{)IY". ah[,pX>}{GGGgZڲBpرc#F8qb24Ǐ;99,`e*2 ,s[9G,_dOummY h$ƍ'Oj&36,(ѥK8$g`Ln,vؘ1cz쉝ThVa;vԩS EeE-ڱcMyQMu 9ķ2IVryd۷^r"G!3!j! +#c(ZɉO5OeReᣜ&PbaeRМ)x~ O.Ӧ~zSnd޽K,quuyqvEGG&_R$SllljԔ# +#׮]Ó YFPO8$_|${Y.2 ) +ɺThaaa88򍕌̔(yTT6_v .>&TQh=\;_4O&L 5y?a._HHHLL FO|̝x +}8::vԩaÆ?S:vؽ{wAy8Nf;v`jlۼyWZů|/ZhڵǎcL~{ta +Fg|De)7mڄ#6n(ZF[004O f=xř4(pxcigt* +/|Y9U'_trĉ)S :ovTG]^h4|zIX!/dܝlc;w4O:b _g۵kW_e{fx!Y^rb*1"˯/hH͓ 9""Tǘ“^^^T_*Bwԅk(4g`6ߺuk|Ef p)\t=T>˶E{YYGFc9@_8x J~ L0{ɍOR]Hb dωӧ=HhE4C`,mUf, N}fݨ*b?4;-rq}&&&?{0$B ! H2L S/\0BgDۛ~Мwrnvޭ,B5eU㱋lp6d-rT OOO\3gJڻ\qYT"2_dd$]nD7|/ K˵%JMu0Brr )+'O1cɓ4eX_w͖#)*sIa,vqa.B&(x{{_ZX\Jo>·t$7o޼k.rعsm|}}*'$ƔwbsvAxi%@t20$...31{dbmmePkR>JLfϡЬЬ$_ЬE[nijz,ls+k7jӳ<Xv &Yjh9ق`) e\E2RDͩzVS_f|EM<=QhVМ ڰP S -uww򷬶:a,A0TCv{- l2s-g_ +6yDnNe:O f'W(-666d+Q_Ư$)jLPhhСC (4Ak׎,5{,PLDGGˠW+KհMęDr#G@R.7^4oN#I d 8 -2Zs;<Y_.#[.߱ce2('Plm)@/+G + +gҹ&L %&2>>bF +J(4+Q$OB%ͫV={YǏݸ8f%J,]tiҤڵkU#[$$$6l9Qݻ7z=z۷23&eټy/^l*եO3,YDFfܽ{%Ǐ׽.R{?*))`3dx\jzɥK\<;w4sUJ!۸q\c\e-ZUٞ={%K.ս|}}M/sʔ)Eh0aO޿ߟݼyS7nܐ'Μ9suIX9RI+IǑ֒vDE$i"n!%)<$i6gXi *=I= HҰ)Hx4˳=|$$Edi'MIW$EHZhI5=$I>$EHrS.ג(IϽDHR;J%EĶIy޽{GGGZlY@3 \? R99b:uިk׮f1Gi撢E_~1sU*T0s`z %͛7׽Qƍ\;1s[o{#Fj޼yW,XUҋM 3ިVZfuհlf.裏toDjכ^ѐEԩSYL+hѢ… 1?>_ѡC9s?~\T ^ݻw9s&d^f̘-~M:oLrРA'Oa 3Fg $رcݟVm}g+˒$O>|p;0Ce&IqEdbL H$}~WI^JmݺU š5k(TuFR&Ʒ}Hʂ#<>$yҘ$m۶% Pl׺uk"I5kFlKخ];$# ZjE"'I0AXܴi^"vX"% Kf./toI1sSr#uhx1$Z7%zΝ1>WT m!YjU:ɚ5k@'߶mD=x/~-`@i4`&MlmmIb4hаaC]ꫯ[lL=p>Phmǒ`Lo߾=C5?#&Sm@L91$  {S)3I!@jH +0UT!)7&!IKBiӦ$"`8I'a)w,WIYJIhKUL4 n^lYIn4xҥIJg9ڑ:$鏫V̈́]fD0^.-ID$i[X\>\$i1%$ `$$neٳ',_TdǎCYE'EO!syUKptĔD:!C +HBm4Uo!AJx:j@6lIɛCI&I#/%^h"Q UJh/ITE"Iy- +I m-!!$w1NR2W$)/Ԏ+kr+k8)/!a%)o1i-)ev`TЄ$4$\=$)-%u7-Χ8JC$iaI-Iy-InͣmCKx—_~O!;GLKR$%* uI;j-IQIjP,%IE$)o$ iIy-EgiI$ItC4(IQ-[T$' jڢK<) +LZR^hjڢK$i7-/IARO[%J-J,J^A󫯾ڧOتD% + +J(QЬЬЬDY% + +J(QЬDYB%J(4+QDYBf%J(4+4+QhVDff%.{i׮]2eF} J(QhVhVߗ+WnԩwU DJbbҥKAsVd~x% +JGm7ߔ/_^fV DJBBٳ .ܩS'WWW +J(Q?,ЦDYB%J(4+QDBBf%J(4+4?3,~Y6⼫VZhт5k֤=ф}ɒ% L^{4((h͋/N!wٳgׯ_wuuq[nQq._pa<ׯ_abDGG6ј{VIw 'OP ZٳyrtÆ Oʊ?z͗/_7ʕ+<;݊oڴ-FDD?{;w4}:,|xnnnq2UV(sJwر&&&zzz>-[x\{44478{x:h%7ozQYY{ٲeOK#GR:KV̙3))8**Jɓ'L˩xJGu#v횏ZnܸC))ޡCR:JP?]D]ev]swwę}1G׮]kZqLKJG 8KY:uJ7OԕǍ=ݾ}iŹOG@O&؟*THͲ;6Ǵ[sy{{tgvU_522R'N!H(eoooZKRӁٌf 9s:wz<}4QG˔)S`W|^z^Ə߽{wݣhZ-ԭ[{Ϩ_~ݣhŧ~S,bŊlczVe֬Y:t`(j3{l +iZU3F;vG{ߩS'݊7lؐkzÇi={b+th͚522|W8tiӦQqiP槟~ +H?On[ ahOݣ2)RĴ~aW׮]1G&}MN +t[ U!2d׿II =jmm_%{x:tGqTx%L+^ren1vލhlZ`+L|{@s(?{>|x*UL3`+ZS ++Qӣ;T\JjժϣjM4ѭ8C7O[[[@X+WEuFfOBհEc4cU/5u [n[ҥK9V QmڵuĎ۷T&TFNNNGG_z% Zj?w}gQӊ@au Y\9*xp;V(Ybh4T0TĹ'㨩mA^~MVCNtx׭8իubLtbTx U# 5m|vqŴY۷o[W_}GwG)wB++>bŊvvv)D%f$&&fѠyРAGvpqqyhJ*4+QhVDIHttt߾} *SR>ݻw{ +J(Qhӧh3f%YRhVЬD|-Z+V~J(QD97yԨQjj۶4f%J(Qh hu֕+Wt'WЬD% +ُf% +ͪA(QМ19p@J^y啔VRhVЬDrdذa +J(QМѣ[n%%%oЬDY% +͹V(4+QDYYIyծ]vttLiS%J(1#gΜ޽;h0aɓ'Ud.TY̘1f͚UTquuUhVDI$22M6y顡A2k֬8piTYL2ZjUV=xÇU(Q$ְa .XٳA2j60f J(QhUhNJJpj7f%J(QhN$$$lٲeŊ.]D4+QhV Dɉ'zѨQAV%i77Z2***WM6˗/WܴiԳSDIze…~v|T5__ߴ2<<|ĉ}4+/(I|)իU(QDI>}=y˗m60ff%J(Qh\4w=\Y/ӈÇtB%Js5kFI֭l9h0aBʕo +(QDYY9eeʔyw?~%J+5j(PMRRŢ󎎎֗/_VhVh~0`@ҥAs +͙ݻWPМ|ݻwK8lڵ;v옊(QFbիPByw'M<܃5k 2d֬Y +t\N%JPӻiӦ(QF}e*V(fH"۷U=h6# + "SLZt(ŋ*dVDI?֭2e̜93+4޽A3, 608vvvWOP%K.ۋY3fLc>Fׇ~XBSN)4+4gX޽;a„O>oY%bdįFo߶X4_z͛ +͖f"\rx׬Ytҩʕ+{Ss/˗/߰aÖ-[󐐐\E*~zXXnݺQFq_7x!H%~_|ѥKӧo۶'!!޽{Y8q%'ÇW$.KN:sٳgݻI&tիK?E7y6mƎK̂?oݺ=hN(434?| הPW)`B5+*4P7mh~j"$Ӑ4%>>o!.%S*b3fAg)4+4EpߢE p•*UСw!zjHHw=yF)SF*O2jԨTGYd'wڥ4yW_M͏7u(2-bb>`.׍,S噇ʃgϢ=DX n4VZDcƌٲe h1߬F{ndd$u߻w  qʗ/߮];__t =hvuuWhmh[x_k,YcǎďG %@v 434Gܹsu a2 >pٳ2OҲeKOOϜRМh tǦ}:,Z9Nswr9+3굱|8ʽw.F:paNNGGGw֍A&6dŋ87o_0Q>~ W\ŷ?z9sƥK.[, Q GΝ۪UaÆ)44Pze4eʔ}kQsj*o:u"4'Qh4(X\Ĉq/ub~!ٳ[‚g̚5Y;\}c.>~ґf͛5kEKbnرnY fxo=4>i'798y }gKmq<:;Y搕wq,ݵsg9 ߬h+\Vh1se8ly{7X㿲9uۨ>P˗q#vm*&bճg\{~7w"|yDBY4^q$V<tZiPˆ}y}yl(RMۮ=~{\f7ח,Y"~iӦM> Eg iѢE{ꅇhFϟWhhnѢ^͚5E>}k:hР%J`G#(4g;{,/,o= nZ4`… ,?JP_]wўA/| _W_s|o< }׫<ɪRFݻw5zB1OEeqDkժUx?0))I-.y #v.YdS5@3М_`eblllIЭP~ڙơ߿_2\YgI3~QH~,h۠I+tÁ/؛1p2qZe-qP?mOmj\FssgT?t9zBv6ߖ)SO>quuU!BܹsrرH pu;wnݺXbm۶Ώ=2e +]wA3?Ph!4'ܷsa&5&ƃ^6A㽮7zÇ\ +?:m/jeu&dqO>1`~ր##F:lzTJhqfZz8.*kNZ4O:U^1cn߾hX[[ׯ_ҥ˭[4cЌwO'UsМGьK<}J*.]z֭9897 qD-^~ڵk_x1МShyOu:z;+k"],_Bɿ^¼%37p]Z;ͻYO=kҠq~ӧ^ z9 |[6ˇ pk__a}МpϡU덛f{wwGتySk֮l,BL*U +wMΣF*Ykv3Ք# +ͦЭ[E$GFV'Y&o˖- + +iG֭[re5yڵ{饗)4g'=}уw=|_?y'\?zx_r{sރ>yxワv#IϞ>~B>fz?>xd#v??xXN~ɣᓧOzlFĉkԨ'lذA0aBbhT?XPhh`9s (TА!C=9%>>SWG3&/۷Bswof <<>^yqppxiҘf'*Tvvv׮]S )PIt3BsAsQ.]k3˔ 6 + +R;V`Ah߾}c̊hd.]]]a/qPhΗhVtU5iZ,M'JC{Yz]}fuKϞ/sҙ=.MnY. + o ))}`֘1,;~a֙{K &$>5=fqf[gcaHKFY w +W(kvijnа'J:60Y_[RSPH6;^Ue&RZKsJJJ,n,+O p2bF6< W-%TnGWˇ|hV pGL_VR +K-#-nMUcuei>Mm_z%GRJ:S7# -33'%5TPPQS۪rs+^ՕWj; )yuu]L4sڶ-עn" ns[))yM6!чW +k Ӳ)iM[=򒈙VK]$8e5owZ'H4hмs9Ϭ*'Udkg73ۃo52˨e1·^/{)8@?q]EGQ~4PfDn[4Ѳ[&%%wڙ~䶃[&Oџn)\TY%Or9qLG}MwtYu*+$S_gD\]e3/-g]kJ}qc}c\}@ApfT` 3gͰQFy9UI'T ]0])(GQX F7֋D֯2ϛ1\{*<4Sk()as%%n3o=Paf#Qchx/2_b/y:xݜ۔|m sh(,++=Tx)cw#Cs;iEYI[/~t(< }3}a|=|U)wgF'}54jXRPt[l%cF-Q:oltGeSc˿_4;vl޼y$;4ז>3|cҥ{O1}ȰQ3y +_ ȿf^]yϛ1gxKVk?A- Z3f&(9)>fY9*˩ ^x;4gM*˿֕h8"3~9z 9ֻz@$Jdpe 488Se]3ŠW]ZI9wۨ+^\NJCO)bLKY"R[4f?[9lB3+3>*4Jc~70"(?^xk/j[ksᴊ(䞵y99AI13 `5RGy՜' " +ï,_G[1&ɱуt?95G):E{cX̳M/p^R1AnyMs5cr +v^a>Μ*;V>dԴ+/cTL(3zjU{/g&j.hxw^= Z^~d颮Aj*eYh>*+@I\wyh+1h֖{hn='w^}Z~VCKcTk)A;ѝD + +<>wǦ=QW-ekn5ѐ6TХ9:}_Ե{}ӧOI4}49vJ}{ +C:G$؊̟^~!Iv^ [؅ܶ9<~6Qљ]!.N̮)I޸FxsU1^M=Ư8~+ +,sUW{ga.boxW.>j9*rH(AۉOjUnTwˋzM$FQ+׻$8e-.l[2㒏cwRm>O-O zMk5ufqr(>40svZAxכF3,ԁ.$e5{(NDYە{yw^E^ +E\i{ng68#BđdEf{_<ܹr>񫞏cÞ]uԜ/KB2^1}o7rnIY|:N+gY2Wv]S&.۽ur!wt.[asڣr=.$Ky:fsJUvи92寫.UjzdKCSᢽ]l1,7@-{f1g"gNyYw8k[A1>/@imK=Vktj[XQh̴ +G,9Yg'JoU3Xڴ[ި G eMYA?;/Zxjw\,dݢBy퓕h[zfS+UXϛ0ooh_9]$ ]]ʪg^ *)tǞmrN͵6~/}͙7>I֘}k¥}ÓgoӂD뇇Oܧ {RRN4S[m% wAOGl=]=+qC]z KK]BRvDss]e%w$fA4{*P6pK{DA]ųĶEW#~m? qPK ]܃[ιa2'4J2r!Ⱥ^E0²^qLjSJ2hư/T}L<|w<^]m+gs *rqM(e~]dl/p+[geڷvҏDx9=sUG~֥SE5 4O=6א:m--/XCHdksBYd.|fh/&|Q圢M_;-ݳqED%w2M\jwh^w|qiKk^ֵ6hy7ontUs]+ׯgUJe>"paӗ`4*odsAFg79xJIFZ +s0gرÆ ݗH45'X~Έ\ eWӗh+H?sI&MkgslV}f&s`q(_z_ZPH^%y +,l7x%"̙'M1{gΚ<;oko۳A0=RJ+n{J[pU159Dsl[Ĵ2[+۴n;Aި_3hN֤_<3*ql޴is '4'\ïٝ=z|yg4G]__`SjKky_p~XrMꚊ怓Ǎò[Z0,EuEe]c~䒱0|S[BKK7o>(e['xgq* ȫ9qx][cz4/+x]R*uE;h 6m}э*iMruEweXЇƒHC;GټoZ. MY+sPvKoBMUe9u8;2˧l&sev9i;O}T9**w͚5$I49=RO{X 4,e}䂝Cϫhh/ު}ÓtaN=y;<#h:_HZRطEB=iQO )ꮏ DԌJy^IY9˟EsezfIO--֓GzBҢz;v,8kք]yFeiUr*?Lw^SziVVO0: iA.P-Ӏ_EU2kT+hδƷBXs71;^{>WoI* /g%ưF_mͻgqEi/֓T FsWappЪټzeamkR x*Iht'J菃x6DOSW9][GdN} hxUyyy.I;Fsw[YWrXvF4ZGX}2KAV'Ll(k\#ه6wtGsAGs˞%<~~2f5Ҋ4~pc +%τ: t-SE- 2n\)ʶ2KXX'3iџqnID9-4z33oow_~=~!3/}i>Φ 5~ɓDZ,WrzXl%B}:˘lSGcm>ib iAL+JyьX}6u 7huIf3vԷ$_?th->iaR^Y!Ǖ-³[s4wwwSEH4W47w 9|AW馅E38ݺu\&ǪKRPTsx[4w4 ]u{m^:ardA-9~Ulš22yS7uUMKJK-͈f#㩲,@] Ԓ6ЪڂǩYiq q^K4?oC*:*%">LJ~vʦpbEo9'%桭-ѥHo[*$5)NOS{  9PsRYKϥZ1 q,S<.k 嗅5UR:uWt汷_E>mNZUQ@!?Nɮhj56զU;wHh/(!(>qS.v#1 A/Wo3##=Ua +j +2󰡛]Q>=Қh(״ww֣Pۓ&P>#ljIk*I woceK:hu5qĤzWZ}SV6B+xbXSuBrqB;On.sUURvqipZݘv5Q+|ʉ((D/JD74$9*9X 0󂑚q)!;hԲĠAU4Zi=kM3D ;:{K"ٞU=m.jS_j54DsFs_',cKI4E)QQ[m{]Ծ$I40qrrr$I4i*~j(e?Ze{$I4gΜSI4hQsg{{}qY}G[? +H4h&LwHWW׀$h&LoUUU]o5PXd-""372gI,Y~K]'( +$n U%%={C͵%%%umg7˺N4 >(LD3f>o߾h"0;E7Xd.i)~fu8}<ߘ{DZ'4476讣LN)9A䗤P XuD/ oR3b3K>jfͤhhW3;L,d6 sY4Ϝs̙7Y8˨CYﱰ7>MY#ܯ~e4S5Yv7srf˥Ɔ֮:ƤܠkMÓkZzb6%tcҺƦɨD3f:;;M=/ѿzc_J-2ۗ,Rlmې{/Ǿx4& r-Zv〒[s7-^ݷ,G-by5mYY} 9*{{b~seg}ƺ(]rJ~AQ=L5'}2SݕYBYZQv#_79uwG3Rs ]] 99%Y W]y٫nɕm%Ot9,,}6[ۺG9Tuw޾R>|asBQS2Wo;}o$I4h&[@wl }S Jj233 Pkظy3oh75e"Wb c; ;3 #)$z72$:*X^³nV{}~^ρbqnإSN-3;} /4Wm~Dp͊]C;\>Ųg/׊UZFT4?ʿs1Q!sxwaBY[y-i膈3 1ccK97kNJoV-cjjl.6l>{fow$I44WVV&|3B령Bsg[ށ-]h 7fO1Dsc{SCWz+V#4kJ !F{]ʪKΜ:Ûa8OY~? KҲ,~8z^!3?(Mt=xvxq Iߚk]xhUrh%&+IÃq&>}xq4Zf!!!gm[ͽod5w\ma# =:qo5iYz)-{9K ߌraBMEv#ڈ[5~z\<،l" 2cmhNm >#wUt q-yϭ5rxIW۬fj崮v(+,Z}4m*L)88\&7I4h&LߢyϞ=cǎ\cFo!.jmG$7׍z 'o?Iڇn\uzAPb0ͤh4:uJ!O΢'O":/DA-oY@3?2CT^=v?T]vUrr +X.a(?}"gBVh\pgAsq .hԜnB;A;Գva#[V~R:քm' /D5[_WG|YnGO]ĭVt簱=t $Iy&|YMM+W;wDi|Ld())^~DVς;Mh~Gjjj>}ի]%/]ފsG548SB_xg=y-/g쒼ncR{EO,U6Nv#cgrl T?-ľ_ѣ[R+;9y{0\z(nC9/E1}P =rpO5o=+< wB~Xc۝boE+7:Jh&ߢ|TTTTSSRWWI۞poObY +qww6̲rORh~G=*,,O@sccCEEEkk+ПC3'bkDEsŹ< 4SkbOr[׬|$sMbܴn5Kkh ubȑG¡7,(<񱿜t/kGTy8?t?uwkZ+lbZQMUf]L.;~겆T=tc ]eD..XwC(Xr$O`(F =a{cU2d ;4 mmmI4.eeeniiim d4___ R^^ի^^^s^x… LD3 5pL6HAA:./_F0N(g`"ЄrQ*&&Ds_Gs~~o 4\^^O?M00${͸j.qaaH7,[i/FDFʕ+}||ݻ:$$$,, 15f#,Ie<<<bd(2с!'Opqrm8y$wFTKD*aee%|]3hii;vȐ!0|N2D_E_222.YdɓWXDX'ͽÇOKQF 6iCݰaCO4Clll% + ,) Of0F0WmmmǠCp)=ݻPMLLPbvGGGd=}3Ef} ̓ !dʕ;?xלh11b濊˗nݺӧO:ueҤIEsrrhE4cq/(((%%%۫k.b}VVV/_Aď̨Y]]!7.kkkp$((׮]swwQLAm=<<E(9EEE_͘?lll$!ֵ~8w,0S75濊f䬿.g^j<ҵ@13r3gΎ;AhE4mv}\6 f?W%f۷ь@3D36,--_GDD @vvvv;w@spp0XFFFP葈] 49 +"j&Ќ3Pn޽_]-os >>OOOf\D]--11Ԏ6!vvw*jڅ;nutvе{3=Ș"͘Whjj" ~ۿ?|',%%wL>1y m1' A d[n1~"$wtt4677 аbn޼y%({{{̨毃Oȿd߄ t}rE7MLLL҈^ Z#6b)odrs6v)S=CmSڛ:<^ṡS]]O[9r?dUG +=N4$kWY4^޽{̧I4hЌŋJLŀx~+x+X:PUUS\ommmZGG4"2ZTQQA .ccx`Dwfj3$O݊xڵb'\R^37p x^\{-% 4$rgT$CJsrrDD^PX/EY4f\V6{GhyEQYY4G$I4}4.\@x 4666S,P{ &r5u+W\|E:\}pDt{U$8H0cǎhL6|PavPZ76ꦋgDl)֝HP뜊ʵ7=׼$*TGUD߱uȯo{ՙyƕ+Nq4Zue+(k}#0aҋ_<8r鼊{|Ms7fDai꫗O]oUQDT%G>r1={U]cpdq~"r6srO?031ȅ8MLUͽFk*t&z7qHZ7ϣ"ll;^/CU.wd6ofۈFMcKSKm/y>+30ܙe%}~U[asC?C_U7)uٲm ?($I4'h~gI.8ڪ{R5"_}}}bhhE\_=S252wu555־E4wIo7OOвtwUz8pǏl/[oI8ǍpYKڼE'U{7Zeq^ANin{P$+qBsQu]]9Z˘Ǐ] +4he#ǏHo:>JKf;n &)`AGsWAP~ WE +*+Jil{7֌u#|` NRQ*x {L Ի#70UKf͡g{2X "l+YS~u +-}10juX*@ XAnRqƎ/=t jN rh Rkd~wWy>> Dsm#w뇖.j3ftTH6YoЩ2f6cۯZ)6256SW3'ֈ]`n!i>ˬhh~iiAnE`ɔg?Vf%7kzĀ;eǸӐ^5uΒG'AJ7d6OXz&u#Y-L4W{W(p57\a^6wh&ܟLF?DѡC&K/ݻyQHpp֑5xŵGj/P\Re$]閆ǎ,/cr+ɽʎ>w1Ea:'y7m;t) +ֱOs[0ͷKܮk Ҡfhh,---..sɒ%?)g^|9޽{%$$8;;GEEh& mWXXXCNVVV"м!!]oH$ń)a +鐞lh100PUU-..&L7ڧO":7nСC  jSN5kւOʼyfΜ +FBbtrr%LSKRR2444::{lz5 zkiiLD3%za3)HٳgY4 ϧpH4h&͢` "d>wxÐO +ݻw/]tvvv`Y… I4hA.dȢ)|SND3f 6z111l߿|[Aiii ܹs'Nlw;v!D%D eYY#G8< +.vA45aaaDAl#բrH4h&h>z#~;;6NtuuQ?'ЁfGGJ!_zȑ# Xh&L9** +󤨨Zt%Klc()) qrrڵk"ਣeooO|9!!EčH\WW cXX"q>{, _677Ge8h|I`` tp\AOO󩩩!."m]rD3͝o+<4͞fh .D, yuXOJ\\tlllaMoܸD3f&l]VYY4ǘƘ`4 +CR08%Osh]W;[ˋScbWTBuwu$!%=#Vv 3QEzemKG/~OyԨQXYY,XF'Naqe tRddd4cQ!N"g@-..ڞ>} _t8=D!6ptf0KUUQxElݺ]'hσYDsAsۮJN>b97;uA)OP`a~yF+O~?m4FkkpL2pfԶO@ e$4ZsO j_~#vA999]t O +]vAv zE>9s̞={[ŋK|BtQ~ Rd/͛]l!Lde%FuP Q!dǎ.'E 9D(hxhIH_(:}of /nƧ;fAa.n=o:?9y'iVKUVa)\uOK%8hŋ'/qLlJ'g< t9e]9}zJ1ld_k'Ъ٫qq-3WeDy?Eso f922ht钔"Sŕx»"` k=A:nnnPgDyx^Aml(t#*^!:/QN@Y +f_!At:< !J6qۜ_ + ]r%$$:7SLᄜk|~C<,(F#>o1_FEQxՁXC+RܻboZ1j+/Ji]+^6TsL. yQINɃ hxbpKMq (3Csz{$I4hATjss34yzzؘ/sw0s.,[#D tB忘M0"Ԉ&ܞ,7f 2fžhn:Mù|? 1=w`݌mKb\{ZUqMIein^Uk}qBFqueQx͉$&enJ٪&~m&LD35RlmmuttTTT'u>sUS$ [fWsss#%L@swS)v'e?`ja.Fj.=c'BYg;]Sd1vfǮܩ{-#gf:(@¼}҇wStQTI4h&ܛhpuu|>" INNVUUMoN~ނD3>fZ7 9c xSK)#~0!ś1Ս+)X~;s-mvgW_1ri+q\Onjzb{Vh۰ƍȪm]Pk_$L?y׮]<<M*k4QHNE*LE!''砬;"$-KKK#""ÃBBBB?'a ӧO#|Ë a8\bffF;F'$I4[4 !<{ STrT?-VVV$L{D &j'埣EX%/_>h AAA|BlllFED*фvvvnmm%KBBO988xɒ%&Lo$22ZZZcǎ]tɓ'(D5zh^^^|:j%FDw,--`'yO0T#{OyGwzL`?Q'fώ#W줤oͩ/_kyX`&kܹP{Y}LOHss?믿h& L=N4Pru?" :3 J/T6`w֭z!%6v$" +c/>VP!э,~ˈlɓlkk Ŕ;vw/J">mmm6q ϟǘ̚5kذa#Fp-[l͚5<b1Յ N6 5d 桄DPPP]]]D̙312i4hPII7fQQQ)STVVvu7l@HFF|u"%&&}4L"#)))jrrr!222v0Ϝ9={ #x'jjjp`3_NNNtttDWApoE +:,&&. n#=ќCƔC0%.==o<O4GGG25j+++i>!TW^=vXEhΜ9"Dm&L@@LlL,SL>ݻw߾}WD@@OD@ƂxuHG P"mllH޽{ \Ty,=E{] "(aLo~#v7@"i mkmm0 5@c*XXX@m؆ˁĒ)(Ay$n^^^Ёo>ĹÐ~91If%nF́88#$8шO?C +󛚚]@/5551J0J_/DsEEL(-XWcKL4 ̴ t>>?PK|\ϟ?_Ԩc2 ?GGGxPCC÷f MRR/N njX'eڵ-1es4C%ǰV +|?Lύ_/D3H8jjj`4ܹs'OK= + BAI47ˌ |r))s 8ݔ.\mH+ªI\<}4cUTT 4cTq"au,X0k֬>Gl2 +EF9)) fyԩ*++Iԓw%%% 'N䁡}B4lM'''X---_CXP622 +CvhH4رc a2fµSVV>|H YRAg a/5+((xzzjjj"O1وPJ!BE }DQG+7bCF+7j]GD@DHHG +_`D%%$$ ˏyNt ֈa0qăgG!l 胩)">ߚKKKᴀ8_hFL<&v #6`TѫWaD.b `[ P.C + Wʸ`h$ 4srr0~6Qݰa;;;WWW4t8 8|8H?Lè> +OrzL ]pA:ǂmsXz +:::@KbaSRR>@3|onQQ7̈́Û%q>!,$I4eAu .|U6a&N3&R(" !HA)/$naRHAQ-x( tcZ~AAAPo"eq ڞHC5i-޽x(v?,,,?Ӻu>氰իW hWьqF+)-- Yef_YZ[[lb߿ɩCRl/2~CJ{25{D=le 15?XCTTm83?e _?FDsF3A礤$ii3fmذ(99~BR܎=xb8*K.}K$I4}z "MP(";8 DUU L~MoFF3!AAArrrZdٳg;::TWWZXXL8q̘1ׯ\WWZ$&O:@?Çhrwww7nuttMc#999bbbs:t(f %GH44CRRR^:iҤaÆ 8Q[VVVii).Iߋ<Ǐo߾}0CFyΝ\3LJ$!C qFxnnn@\>*xϞ=߷oFcĈಮ_[H4hBikkC9?4k wco}G$Iu!=sʔ)Ľ#w؀:]]]555MMMI4h@h86mb.L󎧲8*II[J(IC(2"EFJleD6Ye}88O~ӐGB/\5{˙i&P7oV{~}KCCCPӧFH۟ILL477Ï0|y25kְ(&$$DH$rYCCQZZyvK(֦Z=rwwOա 300PTTo ~߸q ~puu + +Fcgyxx@IXXX g9f<<<@p{nyp9S@3***|DsPP~l@3~bu{{T``` D39@3d2TK4O뷣r222nnn UUU]]]InBZZZjkkSRR޾}{5s˗/OLLh211پ};;; D4`ÓGscc4`(8|޽VVV>>>yyy?rff&.Ǻu A0J6A4CAAA~j֭ϏUxf/_gQQɣtww߹sСC8luuC4CAAA󇄄@4O# +AՄfB3n<#MCCCAAAxxʙ3gvލ }۶m @ǚ~:99@ ϹT Tff=zϐSTT\P***hh WVV&%%ļ}˗`TZH=z왏Opp08edbh@ + R011Qk>%S6nHIIk.666]]]0́3T[[ﯠw^222jjj efnذTBVVA3D3p,SRRO}e4&444fʀ-4CMRS@sJJJ4)99y/2sbbbWWߩZP]֭۵kཅ(>>~;iiifffo"~rӬBϵ gTTTަK6m1"++|rnnndbg.. !S/^ ti߾}sӓ{O81-ghghq۩秆//eˎ;_vhhRSS(񣶶+444_fth*?ЌbGFFݻtRaaMcU__ʚR8͠oKIIa_ zppai`߽{wʕ]vZ'77?ڐٳΟ??ch*,,Cz{{߿k]]ɠ*~ Ԁ^^^Fww7>Kvvƍ,X`hh>:C44mɒ%URR2h/UU՜X!s̀u) +iWFFիWHtD3Dsmm:11|TTUUUӧOA{ٳ'::VD\GgÅb+**ݻZ +DI***{< c4c33:PpBB~PX!s>ӥA@g999`FFCA(=ьI{YY#o̅RH*\jҞE3_0M  T jM|,mx wEDDc'1`0:o߾KhYr%!!;`<5撐:  U4444|||N:j*222oooPc?L]#+(EaΪԌ2DMkW_U}5q55E-( j*QYVR>NtW57vut]҆檌JsiCWF65t5wkZg& ">|SSvo@ y +ԛ7oXXŋ? 7yt1Ȇi):-Hd!w!X HTRкCc g*llK]qu3~x/;3465xb-niTW +/Kb_koks:78-}R450DVǏwn޽ }h~J@s]dA;},!}A Ӌ:k%VbOǖI1.%~Y&H]oOY3DE3.U|b%B 7p= F7^f~u2 9>:N~r1WdOm!Ǣ+s7}2.W􄆆.\;S0 .^|61g5܋0y^ V\IY:fjhn-nh-GZ:X_ţy{(bx~|tŚkZQ_f9"B[!5~f)VN>@0?40匣Eֳ֎ 8ky'QlA4Qs`_|a + + +~~,v0s}L`M<2[_6MDVfy j]T3] vDF++K?7:cZA92w7Q]PX_QX90~Ǭ h8~݃(]D3D3Dnw1G,rlR;")ND\\\ByXA n9TxCT ƍ;H+m# rR,nPپq,OMwvᴸӨQ}+:(>|b(&#%~uJJh<"a5v_? %>WdJufWMw3 +zV]ʎma`^gYJJjǏgB:::tuuihhtj +C +hxķH! T@s) C_-*)tf8%$ڕ9GO*׌uCq]ɵQ𴸐s~ =eoYE㛅415+L6Pf?#Z]jۙ{VQ[E9N_霖sw9uԥK(@쬤qFሊVUU C4)hƠ} %E,ׂ(+/*iko*Gqc;6g{5vC1D}@$7;N;l؁ږ@4$ )/GX+W+=tNPM K_dEXߗx]5悒Kq܈͵%>KWydD{ `HDg?$Ióv4)Ik ȸkB,' \b]t/ˉw22kDՂ%/D%٤sP]zzzdddu 4c YKNyb 91}7 cq!vP31 ޹q닏`F9g4GKʃc4fpFFkIrlbœ;v$񖶎~h?K/=}Zw`cny*VOCԤ?y: o4V$Py22,9eOlL)xVpENfS%Gwl^~h>!'h{֌Ѭ[2hX@8/y9y@P!$_܊GWR_u/$c`8pOGWt(ZsN0r<2ꛛ?[L᦮Oɤ޾aWK=VŸ4WJ<$g~U#ln |l;~&iS ͱ֭Ɂhm,((044\t֭[/\Ǡ]\b+j5?M{ 7 5E\ٝ'9=WViW=߼˳;Bm\u\߳ϳ&\V"<2)JBvUhj)v>LQ/7*=4 Oc=-Nn!cA Sb^5݁E}tych{]}@7ry!XdGoC[gwu]3P!bbb}(-- +F4c;ϒ&>)2>;!9>%f4LaCLsfJeJȮFg/n5hEտ8qsbf{skVs +|DŽURkPm^k{A +vG令 UxwT2[ wٯ,`fIm kZBzzc0j>uzxSg*c#b汁++vۯ>Pq*΅mZ?-#"'d +5Dip*cchVоnnqtQ "\<Tw IKk2!g24b=.#n ĶuE[7卵OY(Kj+))ɝQx;Lw&ϨǴ= l UvVJ,޶}4Av;y +åf1M2aCPO߯?쥤"؃놏VvMTȈ 60囇`zbYLfx(/[lÆ ~ +F4cZr;\OEmۖ͌+xNH⭋zOoe|FOt?6$kf"^bl@~q@lW@sKwMQ&qc##s/$:c@캆m&غRCbnSzh-ltwyuCx^4vYsammؼts:Fݘ.-JS3*/wT$5|lU4#cq 23^& JhbuEA1.?ѝ59%Kɽb,HحO1n\6|隮R\rMU{eâ"Z/r +l6pZHhh4W],C.2vD [Q*nOߗ +\$)lA#):tx=i-ophtvjGeoG^9kQjvQ`P/[ _ ;#Ϊ^y#5Q=]cLq 4+ɜG<9vLSԽ)H#&xNiB5;ѼLb bbbde&za|F@qvW{e=6j)]݌Yx/ދ +:ew?mv +>w{+Nc9^<'rt 5'X tC?/5U4[G%کJ@s/|9#'fmá/4 ^ۺcP{ +hh F+ rHh.h14CA4O7IpHX\6ر 4W&]ݼr\GBo?^26 4$oٽFx[,@Їfnmm_flOeb9WS*p=*J-TJq8\&ݛ(N>MpCcit=ۘOhgJ2o$_K&΍WJrMRͧ`khFɞg_$Ly'%%I~Id\T%OUU0PŸ}1{Ќ)?aۧg.+I/*mlihnF4#Y Ofv"myNfzR[[][[9 ?\&,zH樤P€JXY]-4 )m{Uޖ=#R "_ff^^G$59pX(h.O{SuwwwWc)9 >3Fy l\ j4H>cZ +T02!l]AsF3PGGEEEIHHgk%iAVI~ qy݈86rlGYT/T':Dו&Z!^'<-!YiE3 O񟸒؎Dׅ]3<+Die4kPltq߿Ќ5wp ^>owx [ڽ/t :d䎲v U=X*Z+NIYiKw\-h~ܺ]gRPV54㗷?\pqiv߁g`ZZZSB9Ks[G~.,xᘜލOloJTxtFXGsųnYEVN ͍eÉh؅G:]ƣ+ݣB誠>reYAafv:]8cY5^65ݸ g-}M}!chf5|p]+ rJg#hv9qZI]Pwh <54𨪪R4s$"Fӝ] jfo'ۺgd5-{@GNz@7 <71Ƙ~5Yflmm8_@_.ьn~#KDx_k# aū6RQQRQ +j \{2⡵ǚg@F\Q]\j5[(m 0x4UcmZEւܔtO>㈇w<`+!ׄp;sa*2],_шmp{7R[?8w İj\[hџvnyے$qQ6 =`g.C30}sBuWwyPs3fu8"XGyt=vpkGU9PQ201 +|mFcqO?/໷y7:fbH틒Tk<^RNh;M&[agJx]wRQmgU7—PR_^ ")BtxjzO=2kZKAOc|^ <ЌB@,6gh31P4YMI;`x48bvAL7s8.&RDTmb͸7><.W)>b"lj`C 9*PiUX~ Dwtsm/MUO)(mB3 SDsEc-VyHhB3 <\UU܆f7[O#D$dd$W='\bz]r}߈$Qs}Zrgn{W R]k@gެB3,-->>>]]]ӄ殚 ;*7%>N-XzSo{$v]jr33D撦(GoHֿvlhonP tyCs>S, +}5JSy銮"$"@seWY qaznOOO3~F͆\t)̷o߶ B4h611Ѐ73hƍ'...VTTyмd))+W@ O55Y14bqF|LSƇԄ1 X,CZ<306 ed$mSSDo { /l?1PYvy&6822T?7%=ÿ&niii> c D3X"M|3fxZ8 lѼh"&&&f/OЙl M kT/p3jF!-\c]HFiRvO=,X{ ڵȗIjJBcG5qYA+VSPm`n ~(|jeKOyӦM4Ohe˖-,|@4f4c0m p#DG3^Sx[h?k~捄ڵk铋̢9PRMn,65EwY!+`Ps(Pa\ZXH=k*iԍ34UXa*)+5w߻.xy%W\f[2foo ##|q??x?hhE X\[ >m<>8SaZ# ^Gc~L{B<'?8s=K:D󌡹:22ƍ7n u7}JJJ4mHf#lGM}[̴Rjw#`9fWڂ{+MJH#mL2{[ګkb m7SmݴKCwߵa)YdC;Wlȸrs~au hllܺu$A}6m6 + +Yf⩡8&Er=( ڼǒ-~؁Poo{~6#D<@3^===kӥ`i#[666ޞuX,@3=gi>NpWdž&񥷕ª56hhaccitM]f@%-λF$&fytjj!ug*'?^bh4://7""8WKOy9((`zz,DsQƥKPn'g ] Ӓ5 i_5ٍM,Kb:RbS{+[Bf0̇£R*Qء̨֒?YP;:D o̡Pӛb _ht{1E{ٵud%oygG;k"e4THI}- t,6VEQ104)Vt%xĂzt+Mf +~yS֙A>9=22 vi9ՋfQﯯu|.>s_4apؾtScW%N +,]lRHjE7A$~OJFt 15=} +7lrfUӴO168wS(ʺgKII率~,$"֞w2ԋH-!] }JC4.4OfQxUmD{#<ǚgI1N@dGszYc5B^pGYH=HE.&ޜ'RܹRD3A,.9t͞U'z$ yO_IÍ '{,`- +,(k'4rS^`b6&!D3D3DѬ}vP)_5vs$Yy#9'J U}^}l@3]D`cF(9|kk,JRٷ}*rr;H0=÷g,<*ogrvfCgaY=#hLGr#KEY)%Um31 !b@ uv5Vdd㾼ǃ*hm럘\RY^2[F u5ef;Qaq沬⼊ؤ͞bKFVFqKC)sp!D3D3D_ !5*s!q)V([6~F3GJ %=@\̨ԂhTuo;B^bw5Q/1 ̭xep`B=<'d$k>F|B HQqYu\loXbY]]@ ⢢gϞFFF!g' }}}555 ZYpvvf!<<<55y?}N'XCzLBAeQx4臽oBS7CU{g55F3 +i+-"$u/̜li#ϬVD-0?.$+)5#{B~܋*{`[95t3g:ApKKKNNǣG,--幹9sڵkwqttpx>̓hhЌB}||߿ }̂0 iii{ooohY4aӓ_gpt!"şh!!wb7lguD`RRXh:QUh^*|b)%e +NkN,Bap#َv H|̂xC44c?kvViCȉ)3=C`dh3D+V LN8j޽`,C4C4C4u4LYp_nDAϵ(h^r%#z AN8!**jlllkk뛖 0ff湎fN :::2227 fA__DЯ_NLLfF_zyƍGUPP`ypp GOommſ ''DMT u1^ kmGⰽexNX()iT>m94H^OyL!<gNA4C4C4C4C4C4<gS6֔B"*/_4PUe$"mZ71[` ]cSES\{W4tuy.c3$py!!Upa?zCS{Py@4C4C4C4C4C4C4O|x))jfjհvtEXX^ +{'z bϚ!!!!!AXZZ|ua +z)f!I.wX5?*MhhhhhhsЬuVaaᙯD1*J3͂5F3zN!D3D3D3D3D3D|C3( WWGiL5Dw#Jr Nn1Y?Pf޺AоoSzFfffffGsOOONNNJJJ__@@cfj&{~/;h_pӃ-Fs^Q|B6?h)pҥK+V`'}4000-ĉSS^^atvv옂 + + +@A4O #""666B4O!!!$$$f,pzz{?( F O4àcFhp@ BfbSF-[g999 77.zzz߼ypգG|…k֬hY:th t˗ژ888K.ݹsk||ŗdoW%紎'/)+]bbobG:P7{13vEB4I__AIIiw^GGo59rdժU,,, 0d455О.YXX +4x5553ft5GϪߖ`mn6V<2-S:@crNLGX_5tv4C]|oٲe1112+**888V^MKK{X-PSS@3p2{{{~mi4cq! -EvZDel 5w522uǎϟ?;vl+Will5o&գ[LKzE$km}pJrBj_6f\b)hoePryS e0a7n + +5222 @-_Ҳ^h&4VHi9:ܓ۲A=--=,;]Z3b*Suhu}Z; +-[?|P_NL6Hw$Y*sb>b7#pp=mecRx^YH uWE0=tGe/wsTt1[چt/RN=o>rQ]g㝞 Z!Dw#]n7EEU*2n$! \vfY;8y R <~83 흕ǾW500PUU~MQQQZZZ22-[OW*x(沲O>}5Ѽq֞:W +wɘέWIje~N }e>&hh߶vdzh_`pRgu-EQ\_{%XZrr#h( +!$L #9֔K5d8#.)rU.^J%131Yնo?ϳl|'h\,ώaٻUWS5Ϛ +bglP1-a߭iWwo?zּY5Ϛwmm?{\Ϛ43 piOJJ}FFF*͕8"mdl3 )^5'k~ c⦀>>uU.u taFyG[]inh}=jPϭ6DD\|x;`Ў![||GoXUÏNjΝгIOT>HfFM/ +:u)12??t~'p_nN7E]6fa.j>>>SNw*w?+J[~.._$Tx伞]-W?x`c_B|E5ffNS^mq*Imfa_di2y⻊IN&--,-ڶ16;|5ֿ[mi6770 J 4OMDPD>-z]~[aZNm(YYY|+#..n,0 s ((裗fA aa_󻍍 0 pifa/999{ + +t\a棓2j43 0G'&&e499K30 |t<(rťaa43 0 aJ) +400 ԆҼm6FxWfdd<\6XVVvȑ w%xo߾MJsrrb%p+W}J$>}Z6x U!MrN^pNx0CRp.ixD[sd[nO$ϤX5=H8݊-D\ŋI,e;wNOAΝ;>%%8ʄ*݊%8slرc"= +'lzꃕfff .DqիWZ[[6çOb +Ragg'h„ %RСCtڴiZz`ݺu5kM#vd#,X|ɪenaaa0HJ###Nڄ/^$Sw5d*H`;AD6I2_avEm0sNRI#mΟ?LJضI%2_AԨQ#`ǎW\I֒%KH)2I']\\TkI)6Hndׇcd 1Rd9>Sf>} +X5h_۷oԨQ #Zdĕp iǧM6Accch/l=*YfN<tq!$mΞ=mL"DY8@ԴiS٠ҥKI7MF)A~&ttt,--G=UwsssU'TehZ=a +<1prD"r60 0?\aK30 0\aK30 00 0 0 0 0 0 0 0 0 0 0 ( +endstream +endobj +856 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [82 536.323 150.592 550.659] +/A << /S /GoTo /D (figure.caption.61) >> +>> +endobj +859 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [366.876 196.217 374.934 206.205] +/A << /S /GoTo /D (cite.Boza.2010) >> +>> +endobj +860 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [171.005 132.54 185.128 142.305] +/A << /S /GoTo /D (cite.Lin.2011) >> +>> +endobj +864 0 obj +<< +/D [862 0 R /XYZ 69.866 809.284 null] +>> +endobj +865 0 obj +<< +/D [862 0 R /XYZ 70.866 520.596 null] +>> +endobj +866 0 obj +<< +/D [862 0 R /XYZ 70.866 174.829 null] +>> +endobj +861 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/XObject << /Im6 857 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +872 0 obj +<< +/Length 2140 +/Filter /FlateDecode +>> +stream +xڍXɖ۶+Α8Svi;q/YM4CtW*P"@uVުZyx{?B=72u]/6oMxĞ]}q\o4sTG_ׁp0>J\ۨek*9>KX3Gsrm})_FyW'4Pڇ }:srhYy9CDY†E[rZV0V.)î#zkE(L̡/@Vv堏]97fY**iM~M^1p &8cQ遳C[H~XO©JZY߆4n%짖 +>k+)Ѝ3ff6"8<ߍÀ̲Fw!iYs}כ81R@= 9#a)YΪzS*LVeȡd!;bmh%.Ƴ +B'$r˂u1Lahq(c}0jT5RyQhwUǾhHĦI$UYE~p(O-);2Sg% m6,9\FWB3c*b _7əoMrsF絀8T7T=qޤr"/t=a8AHonnXC$D 2FA:/lH?aop8-vh 4'GU0RwvDK I'|>7HmBM;*zq3- +䵹rΠ.\p# ?8|L圑Q!}(VI9{ ZD(-RaPOA.L  K1@tfXc8uM=N]3N]j2`nW({z+^<"7ӳyJ[=bN4i&rG-lkD/B{I+?K cdy]Jmgs oߙטL2{5, PB"Lr7ggo; cYOM~T6|K:xa6w^6X EaIvޒ^F|;1 e{KB2eZVу8;,m#~髪r6!HdYDh}"*KȾ7pGok1_4#^w}iҒTW'`gP% R{~KC:cEK7s.Ya[?|5(@ sJa)tSdg. +endstream +endobj +871 0 obj +<< +/Type /Page +/Contents 872 0 R +/Resources 870 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 845 0 R +/Annots [ 867 0 R 868 0 R 874 0 R 869 0 R ] +>> +endobj +867 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [466.494 681.644 480.617 691.409] +/A << /S /GoTo /D (cite.Lin.2011) >> +>> +endobj +868 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.643 662.849 525.406 675.293] +/A << /S /GoTo /D (subsection.186) >> +>> +endobj +874 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [69.87 648.686 131.894 658.675] +/A << /S /GoTo /D (subsection.186) >> +>> +endobj +869 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [100.786 388.999 165.843 401.442] +/A << /S /GoTo /D (section.38) >> +>> +endobj +873 0 obj +<< +/D [871 0 R /XYZ 69.866 809.284 null] +>> +endobj +875 0 obj +<< +/D [871 0 R /XYZ 70.866 631.363 null] +>> +endobj +170 0 obj +<< +/D [871 0 R /XYZ 70.866 441.148 null] +>> +endobj +870 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +878 0 obj +<< +/Length 648 +/Filter /FlateDecode +>> +stream +xڍTKo0 W('Yˆ0`X˲+PG.$yGrЋM!GQ N'3)ZԒ :`"HEdW&׽#`:AۀoZצl'a<QQk|B4I`O%]oM5 +AҢ. dפB +!i2M!Jƭv!F9 CIlMHv |-%DD"fRu'+S΋!{ʑ| g(֞ ! @vRbO.kIc<з"" 0UAf(U@V;|<< "AANnG#Vbơ$GEZSyK{}͈~f$: -0~ۜmy~hw47+CRac^IAS72VUeAıj'ے<>NRx[,'3`sA659[rV|(Kxt4p9o{Z? Lczpis~0Xq +c!/ q4N_.@sbΫʇƶA!j,DZ- +UBJ^̡u +endstream +endobj +877 0 obj +<< +/Type /Page +/Contents 878 0 R +/Resources 876 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 845 0 R +>> +endobj +879 0 obj +<< +/D [877 0 R /XYZ 69.866 809.284 null] +>> +endobj +876 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +888 0 obj +<< +/Length 2111 +/Filter /FlateDecode +>> +stream +xڭXYsF~ׯ#Xe10ّ8zW*V@r"¡&== U"z>qPqR"fi*n蘉, R#2[_C8o[Bjp[aE$t͚7ͦow?Tcfb2XLp8K Ui).i4\5CV4+5a &-WiǛDrᏲȇ<]?#umQa2M0iaZwjs$g2UQ.ZD< O ,TR7 ñR4ov4i[atPM?7mUh}=NJpB$2-M.tmw .e~w͌)ư0)$1$fL`hO3FӖ޶}.2fUAkR"e=;lۭmN)U*)@}_fS+8|é6ivYesҗzk%JLk% _/-ʦh.떆_ \xS1Dž> ׍U6.8XP'a\mWnaB,7Luĉ Ux1TLKhG_„v2ouzz䈎Vixb[ kgZ0ũ-R2=wFl]bŖ(|̩scDu?P+'ΝӮg=DxDf<'-_ӗҧmvkwͰ+W6h0dBx bM&eЍOV9sb_1|~7O\| ){ >3 +N|= %#Oq:u@ZtB{Z[6Chs}nn1BVC"]IbujbnSZ. ocH ;&wy=K)xZkV';hΛ[e)g$L݃}k-L|V'pH鉌|~]-{xŹw =-N u4P:n0{g=aI4wl޺-7Οǀ+OnBCGbiL3!>̅VL% f-<)ClutɇBJ> 9KPLm};v+8wb J$I_ ~wu[XG;|҂dD)eБtNե+ ξ^ANLDapg +}3 Xo+u&H/b췕iwt +˱Y#߳F49}˼&_\2i̞|[~49rw0a%Nn6p1ЖU}8X"o:g +A^8UA~ǯ&@,> +endobj +880 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [498.09 627.941 505.012 641.998] +/A << /S /GoTo /D (Hfootnote.66) >> +>> +endobj +882 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [348.443 226.342 355.365 240.4] +/A << /S /GoTo /D (Hfootnote.68) >> +>> +endobj +884 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [81.39 209.975 149.981 222.167] +/A << /S /GoTo /D (figure.caption.69) >> +>> +endobj +881 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [120.924 78.174 203.021 91.522] +/Subtype/Link/A<> +>> +endobj +883 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [120.924 66.818 199.111 80.166] +/Subtype/Link/A<> +>> +endobj +889 0 obj +<< +/D [887 0 R /XYZ 69.866 809.284 null] +>> +endobj +174 0 obj +<< +/D [887 0 R /XYZ 70.866 771.024 null] +>> +endobj +178 0 obj +<< +/D [887 0 R /XYZ 70.866 592.732 null] +>> +endobj +886 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +899 0 obj +<< +/Length 1160 +/Filter /FlateDecode +>> +stream +xڕVKs6 W(ͬ|JboIvnm䈖9٩}Ar,޴ ( F?^У'("R:'Cs${OmGۋOoxIBFM5(D,RyNt*_.FTc[')ϋX7Xp?#/amr=9"dT*" :j45O|@H28uVFSL\>9ߜ28#9NrǬ̀A|X``BF{Bb{KPjȠ:v~TX3u(I 8aqu33} +TḖ~"m}BqJE\'V9&r=w(YeD.(?8""M *_jc"?--fˍ 7~_ մi8kNx=͏~-Tlׅ:ZS9?i59[w#wśLnט, C8O?w/sR";qA\ +endstream +endobj +898 0 obj +<< +/Type /Page +/Contents 899 0 R +/Resources 897 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 903 0 R +/Group 901 0 R +/Annots [ 893 0 R ] +>> +endobj +885 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/inf-compo-diag.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 904 0 R +/BBox [0 0 1121.191772 431.887604] +/Group 901 0 R +/Resources << +/ExtGState << +/a0 << +/CA 1 +/ca 1 +>> +>>/Font << /f-0-0 905 0 R/f-1-0 906 0 R>> +>> +/Length 1562 +/Filter /FlateDecode +>> +stream +xXr7WH9\l<&%%]*_l\ŌU. +-sG,nًn:ϛ +=C +޾g gūqю.+bI|ZZ *N5k#|`32^TNsw@ 7P60@ +G@($̌Fz2v!`&ئĮ ^to'W.L\H9.O 2[T\K p#2;ӜN";p8In~r.]ƁIeb`$[{ (*,B sRI(5+aԁr +4J& $6RJ?:LfOOәK=6; +B` תh1uΡFQixD~#LʣPk^ݬM%M>K=IFFZV=X eA{1v'Q b}?Ćّ//wAU6c,6H{,i,^YnẈ8jGV$("hc( : JHes`@pV%Cy +Yg礤o$q 2+Z >Ȓjygwݶw-%ZVݙ +aGk2+ܲVFdV0=xfE*ZYI,' O]M9A=I'AoXF_u){1_~`T}0_-))y,X6v_0FInl I;ld*,yK2)3B⺨(8d8v$iܠ衊$}P[}, z]D$\c.'|*F*`t* (;5BjDŞ S,^vncXg-II?F!i,5Rlū%)ߩ$eJRՈ=lW K +kW`ݎ-/lYcT`J!돸a,'&,)X{ŝ3UU^ãE! _ᛕ5j8a 'E[P*76 +endstream +endobj +904 0 obj +<< +/Creator (cairo 1.14.1 \(http://cairographics.org\)) +/Producer (cairo 1.14.1 \(http://cairographics.org\)) +>> +endobj +905 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /NXFZZT+Verdana-Bold +/FirstChar 32 +/LastChar 118 +/FontDescriptor 907 0 R +/Encoding /WinAnsiEncoding +/Widths [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 664 0 0 0 341 0 0 341 0 712 0 0 0 497 0 455 0 649] +/ToUnicode 908 0 R +>> +endobj +906 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /EXEUMO+Verdana +/FirstChar 32 +/LastChar 228 +/FontDescriptor 909 0 R +/Encoding /WinAnsiEncoding +/Widths [ 351 0 0 0 0 0 0 0 454 454 0 0 0 454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 683 685 698 770 0 0 0 0 420 0 0 556 0 748 787 603 0 0 683 0 0 683 988 0 0 0 0 0 0 0 0 0 600 623 520 623 595 351 623 632 274 0 591 274 0 632 606 0 0 426 520 394 632 0 818 0 0 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600] +/ToUnicode 910 0 R +>> +endobj +907 0 obj +<< +/Type /FontDescriptor +/FontName /NXFZZT+Verdana-Bold +/FontFamily (Verdana) +/Flags 32 +/FontBBox [ -549 -303 1707 1071] +/ItalicAngle 0 +/Ascent 1005 +/Descent -209 +/CapHeight 1071 +/StemV 80 +/StemH 80 +/FontFile2 911 0 R +>> +endobj +908 0 obj +<< +/Length 912 0 R +/Filter /FlateDecode +>> +stream +x]n E|,E:,!KU` }yD́f^[1b gmȩE,q_.Q03&w8> +endobj +910 0 obj +<< +/Length 914 0 R +/Filter /FlateDecode +>> +stream +x]Mn0>t)RQic8 n_R/7of)v}Yh~ .yDKrDrϢHɇy>I,>yWzr@BJYEGq G:\NY|{DKr]?u&wn,!ZSgNGbV˜j5pl +endstream +endobj +911 0 obj +<< +/Length 915 0 R +/Filter /FlateDecode +/Length1 6564 +>> +stream +x8kxՕCɒ5#;3C6rرrHLDZA28b;qBBLv䡄$<>KΚ61-/^1e>YDy8C~!lI˯OC>3j]/SOdΗFRdx*\ 2慠.N˭]smlvVhaqSM~X\[CH'=fl8ºei=4Rp\!JMD`"vsrkZBj/pV96g&gv=knYߏߌ™Ίj~UUrʹ\R\0M쬜ǯOLKLم3+ +KjV7<<~ oŢ#(mݖ8lm=]o֮e*.qg)+O<*k\W\X;)WbJlȇՅZ,1ֺk6kw&K$+Ͳ#sGV.?ߖKAV v-b阏g O.g)lt&(2ѣQ4"/*.]0Զ^5kw'88]xӽWj$ޞ[e9L&qmwQ> Q*mT?*/mU=pd8,o m˘ҩX[{_SRP*sr73'wwie.&Y"ql}'FJ{J.ʕk+YyN_& O{_Um}\GR;Hk%~WM]Q[`M5@1K+D,=]ɋ'IUmDJ)u 3unO rZU0۝ٓ͡hp;32OÈnDwT߈5d`dl/z6Jfgq1oIfto{ !t5x |DIaɼLs~ wb gL ؛o[Kyw䛉%L^jV$ր )v`H)xX) $gٝ$ogx_!8ڲzk^S=j݊e+JKsfϚY\DO{yrs.ȴ2l9'JPԅyfK[$~9!&/>} +_A֠n 4Э{9YJO +vnRHf+5 ]1t3uJ] fЈd{p! ΀`/-\~) +m@'Mq_P {rдɑ;5BT FMjpPa]oT:7Rcآ`wǠ"ݲƑrEv1EG;BRON䜺>q"Ԝ~m I,}ƂbdmpUrOᰇRHʂӣx%gJ3I)$v2|0Dݴ0?';`gsqJ{ZBRiRZ8ԇ}`76tǔh7SHB$S=XJ +4C֠9huUCH_iVӥY_$*rhQ&NMSLE9Ї JC$kPX$MSdQc=Ym +Ѭ3Zá&Fq^πP OM(PJQbeCQ4(CK'SZCa/)[hz"QVæǨz*Bѯk:¯KщOwdDo/. o'Ipw~B^ JÝưpѳ ޒٓ[psSߔӰ; ;N9*gSat8[RG12vWp&V]I߅)?֦L]GJzF7=a1)aGRk)DҩX0A00\8NW*BiN1 촑:wʈQaԩI sJ?b?gQ})BG}BQj?"K,^wGǏI#=xHzQ nbc\g1AſYg)wųYF#&plOz~Œ ϒGR`v$h=o,~M-pR70"=n( ^B:A>YqS:Njx>#:3gv,,rP2ec/{ٳsr.w!:m6{bͰ̂x cF5gJ[ y~L{B.$Abk 5W#AsS5^UmPaj~ZOw Uum7F1Ogcy4C{Naٸ:r}͂0o߱}vW\zg)N/)OJ=^t +K.AGʏ5_`ܥ˳ %c +endstream +endobj +912 0 obj +266 +endobj +913 0 obj +<< +/Length 916 0 R +/Filter /FlateDecode +/Length1 16788 +>> +stream +x{ |TŽ̜Ǟn6$&!d$HJHB)HJy*U^|jۺ R"k+>j}TU+UJٳ,sɞ93s̙ !=ڎ8_nEh|.B$|BۡkzW77BUYz55FGtSϊӍM +zrTzIPYaӁZY(/=.B<: O5]z + Tu+z7.s)}fC'E#zǗX24` @2h <}2b΀^9Չ ȄLLXQ6r+gD$!gqn!K2Jc H WWHr~!Bzic)93L)A?YQy9&??8Z/Leݟ;?Cw7{Ǘ..z +c',788(q2TZ&9Kq*E>i(Y3x#QDAre$入vRkNx8зwKX)KhbKI}z@Ev=/;ڞѾ5R$FEe#c}F:Y]<`V+iCt9F>iӤCt݁DI^T2C%Й0%d CFm嶪*!WHhc4Mk|>xl3TzrvSSq~ynA8ad{@%9|HS-Є!#%%8 +**+-J%)"YG:3Q7fT$Ju:2 _l9HЭ@):  JrJa'.ȧڪꪪ Hƅ/?róZ%;Qu%%cKo^ 7k:A8Z_%ߋ5gt]e7wLjȎVd5MQNSs-U=WL LWPJM*s#e%6;#m qN*qLnjÑq{5t>d@SL2WX+\sqI;Üx4cz9^H7KI2ai7:@Q.M*BJUY,_V8kmo5?Ɍv%F;#+j5k&&'*D7}JdLdLLĕ,:+J$/z4hz0~2Y$G& `G9g v?{>F??k &Ǐ?W|7[z"DcX ͕XM0J }q[2*]4gⲹ"\Hry|+ xP#"ʷ k2[Z%wi،CzCCa`25SM E%"<9o3[5srH2f{I]yXTDw)Zp8P!V~빗p8YOr]. lǽ"^'˅ermTyvRݵ Rl.YQ"67lݦ]?y pG +}ѣ:jL S89`fOy,c豌:c54VCcU4[Ʉ[ A͚5aɲ9M͚?5{QCԀ$I3v.<8+MR0) 2\QW)\LzYAIbdƪJSId#$6 7ՃQQYΠFejsWYAmUNUW:Tф{cmo{{ۭ nkk fK]PҊB766>7)괦-SGvn󘻯kRZR=>B̦o4.[3s?;DCW`23.iͬw&K],u2 s>JX-2*}Ǔ߬1k.f5kB%[]^ ;AY1[%ib WMzshlUQ-pz\0OP)6 <9Q##MFA0vPf)-#mQ&IZˆ*VۢʂͶ7vm@6BS̥S-/)sU5ȼs_xbz\G_v\台sG')3j'}˗zG?9ym'3:ni_5\,P1~ oQ28-'g5IS3x3&*e>Ih$tو&dT0xF<7ؘ K>} R_` 4/J#[JOXP6 ]q`e9d7qhHp:!bi]r[,ߴři{5i:Ie +3 oY<۫FRFOX`}3vSE'\Bgꦘ z srSv_61[%UêVmL0je/jeeKZ:Y=zIfXBdd"KhtBX4L3t,l{TVz x$\^),Nj]lM΀bT~gc}}C64>"?@k]*ʰN>E!G \-g9ͱXjշ[tr]^p<vRX8߅/aK(\HkWi"%F5ĢXFr#ƞT/kԦPrQ2{sυj'N o gQ& +b2GȞ2,c}^$,uZMV'8[iQ$ +' Tzw)i/yN.8pIid^do>ϒ-yp"3EsX(-iѢw, Zia[zrӂьRd4Pt+/#-&,Z޶OD]KZpC?GX'wk5=˗c8rYϵ#]x4/j9ߏ>}iWFOWku6؂NBĝbRb^$Q,Òa^11:S"tNVZg -2I2.NٙgFȌC b DJB=2C=Hz% q?>x֘?^-6[~iOjqjV^w}Ob\ב)p9P +'.(>Fpe f8"8e6Uˡ+ϔlx$';~^掛TAʗcKT $X̛1IԢ1( .$ +@ +HҡfۯUDIsW~EC6ܐm?mo :ٓ͡TqZh~NdIJqO:\4kp N:7Ea`8x"f†ZCA 7i4pQ pPjaPtЉܟ[FnV#Uhq&0757,(GQ";j8a'2H6$!YlHTb1s=2S%5J|gjB-s.,$_% /w oavϣ۲XSOzڵ/.ON; ec.XX]GWDǝ 0)9BI{38R 'O/O?|| GQJ'߀kB^&]|'9FK B~;w3~M?0?%qL}uecԃ^<m`=XIFX j@h4rCj(ɰNNI'g;#: ~V %8q?`TދE1CCYv݈%ހ~ 'z }=CKa_)D|7j7OXv!*N%cd$'z|pBGKz]uφP7jסMN=DdԂ\A_B]֩h ym݁J7  r hgЬ|*ASŻE[FΑq +;Fu칧Kc=R{JO)цW$ތ?-sMW?qH\c)w$ mC_Q.NK5jD[!(PlU܋nE߃cUq-0›PS,4/\0gFuUYɸ<#n3c\^C!o;닋"[꽁@[q1oMo bP5sUL2@ w2.gִ[kcJW WtA+Z2vƸ.k,lsgg?,BMr^O'zxPֺ+põ!f E^}wckMi[[e?=5ؾ,E" P-[b<^ao}oT2(ĶkU~;P[t;G;fzgv'xgVKȂ`d^ߙpfJ12 yfJhGY8@}A{>^m=̿{adZԶ}p!ZK+iO PX{!.*Xy FN0Z>H::P>Hô|W(Zk$nں Z;Vz)zCHxaZ55OA[Fl}|V=b;Pn8h~e) 4%N_ut=P7cmm=m_Ga.n 1oJšV#,G>Od0ok n@e0/iFP㨶~?a)FAOm˴Qme̽h[h4ӯ [~`1Ǧ +K@0˦'E6:hyK_Wկ~~,rą ;G2H=Pf*T297\%O%sh?q{m8 +F[Q B N +uE=8)C27MRt8qWv2v3!t-1Vӓ>75 y&loVxO"U*kFȰ\=6 dPs9g 080A/`L/\76N1!kD(-B`K oB(<`? 4N裴0[|7@B%lS8 +,%˲/ZW'|_|}qT1bsz䃓&< hSQ"TPE-8>Wg +ԇ4Sp- \k3|7 | +5'"yA/YkxIL4:pk)\'$'SWoy/$|o>aWR W&H>Už +O/{%|x2.d㢁uf(?pr3po!e -~?prTߩO=sSbkWQ +uHQrƖUY܁ށ ^89?2pv&Od|k!MdBy 2 \N~|2~3+kp?9<|Npe_V͗WV 劓g+w*ͨLrRu3߸~Y~9jc wu&b{G*.orw&fzvYnfݲw6%m߱}wٱgמ{ʲη(*?Ϗ(A2Y.bY6ȑLJ5|#p>GOZO6^O-qNhӵ;< ^VuӪ,Bhg|6d8US>'#> +endobj +894 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/inf-sequ-diag.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 917 0 R +/BBox [9 113.06 616 435.24] +/Group << +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +/Resources << +/ExtGState << +/GS5 918 0 R +/GS6 919 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/Font << /F1 920 0 R>> +>> +/Length 1864 +/Filter /FlateDecode +>> +stream +xYKoG3H!&$[8 ^5?|3;;aEq4TTW}ew{>tl`5\_jgD,OgwlR}xhx[\x8b֙ +NuLLN'3Db" + Xc*mliv> +HAh4LAzn,#h#X.InM'vUEsRq: s,Xlm MR=0 zx@`Y+^kvE}J+sKP\{։{frz"É)Du~Aة~w(u/塞'xE;OO*%6 f#d_;:T L{stA}^(S5S]Ϛr%hUnF}=k^ǓQ_J?mM?va?ݴ4l}3SZH)!rWgjip-~kg<n{/ i5Bɇǫpmƚz[Y?HdѮ~Lm=+@YBĮspCP`SYYj;x=X`D$?t]HoK9*=б]zuɵ)V'ǭ.2$*od2bw5k4_\/IUjS5+T@$zZ0ЧiU8WA+\+)ɊJ${uomt TX*,:_ZB,H摚-GN!zT[pХ,q C)fv$ܔ$:Ko]mkl`-_4>F5]#]};5Si +ë࿮v ] Mw-3z÷4!`[_4S1Г-^<XR +Mh5 k0EC3x+g= #+RI+_ZT[WyH cNTB!MMFN9I], 17OFWeoߗvw|eOv2ȑVd麭0O("!3e| Ż7ׇSX k[-%mGT\)6=^զ!9!4.c-}2*g*b_~)3hK1=}1#k{EUճKTύTs3 ,L>;=B +}-wO9|ވȞ#sZ5LCL lmNBGik;n +h=:IvIݺHݺvRX,!&(is, bU͸E`V`B^Dջ).j^ٲ30ҫ_g$k Uٿ[K+x*1 +#ϫ÷x3Vgz\`"+YI8)S@;H8Ȥ_bVeyLMJ}~52WG@k]j!,BF +Lay$!E> +endobj +918 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +919 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +920 0 obj +<< +/Name /F1 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDEEE+Calibri-Bold +/FontDescriptor 921 0 R +/Encoding /WinAnsiEncoding +/LastChar 252 +/Widths 922 0 R +>> +endobj +921 0 obj +<< +/CapHeight 750 +/StemV 53 +/FontFile2 923 0 R +/XHeight 250 +/FontBBox [ -519 -250 1263 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 536 +/MaxWidth 1781 +/FontName /BCDEEE+Calibri-Bold +/ItalicAngle 0 +/Ascent 750 +/FontWeight 700 +>> +endobj +922 0 obj +[ 226 0 0 0 0 0 0 0 0 0 0 0 0 306 0 0 0 0 0 0 0 0 0 0 0 0 276 0 0 0 0 0 0 606 561 529 630 488 0 0 0 267 0 0 0 0 659 676 532 0 0 473 0 0 0 906 0 0 0 0 0 0 0 0 0 494 537 418 537 503 316 474 537 246 0 480 246 813 537 538 0 0 355 399 347 537 0 745 0 0 397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 538 0 0 0 0 0 537] +endobj +923 0 obj +<< +/Length1 359456 +/Filter /FlateDecode +/Length 157423 +>> +stream +x \,0080.&(c +ZiVv+I ̺[VkmVJTsg@p٭ V v-Ea,>`NeR)(.wR_OSN%;C3Tڅ>W:mg #wB5<8's +@_hӥ @p,^B: +^8 +S +zF +1|L-Ƽ:0rGi_sܗ^9g+bK[-M/~9¿N^;=6ЉmDKN_/gaC eb$ԋ`,C[0uwK8x:1!q59h('A!-$B:BTB YZ· G0c4ݘi5GGM&i啣2WӰTZA)z +N=},^`qlw6)<`~fWO>nh\/)0댽lj7 B RPt,űVæl1kaF&glKOэF&aإcY)ʯW]2ztyh@<~lyl;qu|ӦNilpM8z|ոʊe%cEGQX?¢;<ȇ8&L {KH} 0^]@q2x5&?%SV o2'*k}@^=˔ޗ-&hm5{gNsi),ŀ7ֲ onA,nmp;̭ps1e@º; M}܎R/SYgS)uem]9&ِkYgÜy&\L hngɬsR8rg#WZL Al䳅S9^#1A%E450gV|9xhH=-%ċi>ag0z/VTѻR T>f8 |pd2F \`_QhK3UB9ATPNDc>D#>&D >D">$|@xYxYx;Tۄ7}ޠF^'Fx +e*W//^D#P?SCQv!" >q'|rOTev)弄\܂<\]PE~̈́PEݍzr Ս1GQA݌0C>z?}ރz7]PDC ԛQzꍨ7^:kQ \jP +DŽ#0ⅣVyx'/vO_Zms 9%ńE # #<:BB!0G% Y`N3 PBAG&n! *B !hT+Sߢ~5W_t~!.?pZA}uӨ;QB}vPj +O_9#tJ1'00A'qEQ8% +x`(B$Y-00PMO"#T*c 2B)!@7 q#!`  zf!y+Q#aCQY{QOP?EcݽWԿ" ϣA3j78QnE}V>B/x%BBO +y9لYfBa&aa:aa*a +@80";:FR )d`I" r ;w#}_cB}uQ@먯ށzhL_Tv]ykUJEW+GZ)Wܼ򽕊 +V.ؼ%[BP-8ߵl.Ls^E㳎bxG}ǜwCގ{:nnghGt.@ uPҊ6W6-MqocBFikj0mI)5wl,W5>5ct4S\Y\荒׺&muMOpM@{5~skUUS]eb^<>A [VFոx(VXp̪ 1b0^DGo3zK'ٸ?~t3x^x^* oNJsy>sĜ=Q/a CLYG>{|vc =00717a.`NW}Cމy/x^/^g@ٗ4TZ{F ?ȇI!Qqae^P~e,.;|ZC|ɏprc'[O_?/pg }8&Bq2&g +X S1 Ӳ SR)!'hN(YBY 2Y 3idq,%Ai)&L1$fEJ%cAySY;\ gˆc< ㅘ!j`,#/WpU][0D&⾻{wY={=^s6g"y0K~/Fv IDzp!B_"(a-BҀt. +`b/CN05̹ubmHerPE~^82=oz_)pd! ! JBaN ּBn՜$H8A ﷌x(& Feʙ i-٦js^J\bqɱd +iE>':QK،kK\'zif$ybKx@Ϛ!QZO^dlP3fP{mzaX=e ?'4/"w?"Ze + ii'D愐88Up`y3A*D_[}<<7}59I[o: +(UF>%G G@jۜ*$#U{2EqY86>˚MRT +^d/5Ź8;#mjͩfdD9*^-ٚѨ0$FkX:8=Uggv{8M<W-]vE|Jmk`9?xד㗐Qlֶ?!133weg;Źjc%)#V#]) HL̈nqy؋3LDm|jː=ƣiCT\Sb~:`8;/\0XȆ&a)ߜ˺0 +Y؞ٳ[!.R*ChUbOxHVwOJv3z(6|zqG909jM6GFFް81*j=@e:%՜mK[%dj=lQ OYoIM +;iK2QړѪiQIzu(KrDņSU:BF^phrmuu5)*ft\\h .iS➩g?Wr,E6IB(< I|=Ph/e̶QzQS!p ~|B.4=k:% +qK]0"F-ÇKPvMKe،Y fUguhV3:\)DV(6E8&Y0gBl-s"c2b ) QF[ӊ2m\KknDžEc)1C%hv{DϩkPi`dFjj&J͚ngS>iؤ Z<il @'C1giKǷfǣ@m;a/#Eİ삲PkyhrB(  cU6>/= >HvPTT82#1X.6ŜcDuRX0)5R.#Ž%rV~,E|_#mv;t, 飒5VmPD-j+>fVq蜁Mqn[ \U| -}@<~J>,$M9bxf~Z6o(9? g)l"$itvԘ|5e< )!(ެ SɘL 7k+r@f\]진ŠםiU,3g +- O3ݜnХE=E8ێL/ߟc"N8LjE綕yRSXkE$9jF$=jѹёa+qHV2rFEVBPUΚW<"`& h2h7E}LIa}?&f⺟ZJ6raGO  s̘(}6cB;22̴nKzM.SSAvxU1bjnWTT_{nl~F $N*4&1rd#fck_Y+b3V`2dNhK뒣|E, +qy#4NIexA!KN{sBa o^4Wz\ᄊM5U[^d9ysW/kmN;k5tINAt:+YG;.9;w4CܗqyWU}w}j-ɒo[/J 1# 3 [$2 $3,d7\KˆAX}av>uz1ܷ@VpIG JL!\FDۭ~#ɏYf`lV| \X-~R0;wm"",gleElVik24s +uAG8qpR &=G; v`6 +V6^!~+j$16\ AD=0p(Mo *_b܅jEe D2'ICԺ[7O@? PC)'͹lMA(*U$mCC7N=2`Cr[ckrz +? '7ݳz7Dz˂ʰ/T26.&BM M4l6(@ b Oѳ聂[`ckA J ,We #tTNb+HrW q`*{뵌zz-}]haR5ōC?C&!]>*" _.SU~ <)25J HǪrFmTw  +f1[:bTO+m@\N_\6.nG)A>zS—K{=.Rz;3~D*_)W*֦XJ;A[ӑdAfpʖFaQH:ZZ҉pZym{GҪpZK"];A&P>?\r aS)?mE2h+ؤ9*  +tn[ D:5X^ ݧ2$SUԚ) D nς 1+; N< E\~1h@X<H,RFF8K7ך&*h)EM/=(~#lJӃфCghnRe,tVbJ%:119+Lp +_; C $,C2Y +wN%3?c!u#'';9^Nv,eT=-mŮƸSHTb[VvȐ9<61:}vCZ{nO5 !$t 6G +2DO6g݄(Y&gѡJypQY(v*c^ؐK7 ~H M;.Q2=' |h}:ܛ1'3͎l/C{si m$AJJ+ZOҩ97},,4+WL_Iꓵ Qn؉8k]>A;H|eEB˩(7(#QHmJZX:~__4o Yżcϫq:>糷zO~~Gܛ5DNf􎽖L94ex5)nps/ө09 JܚbGNIZD!GLMG2bӁl(2DP{:Xl֮?wk/ɖ"_ 7))F<>9;Ͻr+. ? 1z/`! G?Da8q==7UжϟImo*QMqOqZIJ Xf}K)uRyVS rzj|C}v{VC8n2d +/{0Ѐt3(-Y֢?B?>ZҌ_(Ku iS|p8~MU#l}0TO *eMnLMLsl6i7HD4Z .*\`nkН*JVyD#w#gFYl Q~@e:2#uBlŎ?s4{ Do/g@Vt6+VEm\ٕH@Q-5T 0q&3 s^3>g#oC\um:I#RRyG6ֳK~oK@oDN$R Y+? /݇ǓM&A{.Q9<1 I$z-T+h 3rr7z1dSlU`佑N-aZm&E ^@M=*ʚv{Ժ|J(U/ +B4Xk)(@uNޅYn+;#`5gT#,DBWLxdrT;ŹbvT1ׄ,LSu;ǀ qGkcScSٖi' .448ڴV³"M 56Y/032B4Jl# l ȴ- |&3hP)05h,3R 5 + +['`3y8> ^*~4s,IK!ܯm=J`p[791}[d1aзDGkJ4niP*LFuug{=յ_xX!O/Ҏ81+tɰ.bhafpK$*Xn]z+++\yc.rh{9x~SQc,8S-!VnOaJݫH-2ƛxղc?7J9| r}&<xYwς`B:C[- D>,[ >cU ^>etq!3J|s5نeZ,~o(L-> b2磅%?5ڽx8mO5VkgKĤQ9]w1z/mNsf.bCRQ!h Xz- Sy +c| +tƝ`WŶdu^ʞSa3?4dL}=^WȮ*uQdH*`ZA~q"U.4_c|3. ]0{ .Z/UdiG6 z#1*kLJ3C&ɊqRAOTCEpohL]+%[ךFH<vZDΪ !1Pi\ʹ.Bճq@ "o_َl)=>xtP6\x4H>BTgGEWאL l%E+P2zuumL٥o)| wI +ՑRJ $E̎4} xXȮL&7vsKArR;5@V8wp?-x1 ,k̈́)61|$-8XJ)b2o0#ys/e0{rެsN_1 ׏#yvxgy=d;Ns'x@>z{w?yPb&JehɗT fd&piWHjύR`OIVPh7K߀ʥۍ +f󑰏E"W!#$v Fs2-C l/U΢w^5L̩+W'TWdxf整\(-P%׮SJGG 0J%Vml}a3Nܙ.•~i%x#%)kI@GLחdar Ƕ!b`▄dtI5Y kZ*kxp+;\d%vq kٺ՚ߞױKnGG/AIהr5_%(*^%))F=Uzqh<PD݊ _X {.KRwgإON\vkۣs!X; mŒ(CwC3oa H=lϪkDM麺p}rG7퓖Vź;\ /; [+Q3z.?#~0n *qerMdQm˛pIi=Qw05{3~-TخYQպ|+Rwd~eZ"+zއ@Otr[A6>L8ɶDLw/L9fv'ԟsqv?\j@58ּ'oZ-Ћ1+ +i+oA^ +H 0:^ijߐA]3YX '6öb[qaEK5+MwEkUߵȏ~yQ5t|u`ȫ&VF9 s#;]څDDi=fco-So=ycyH% IO k%%fFN0@?|h2 [oU82b^^~@nT$p{+{Hj7Dzmq.~1U5.JZKbOкܦaearSl)sb +_[^?`M4`MKǘWBzMn e翫^[9ZS\Zu-1Ba +m^-0b=vy@pZy#F&QD%4LJ`fA94jQc5xY(W1^K;vE{AfTo~&Nt]-$Ero\ Ϯ?A+=~k}?QP)#ֳ\kU FMLwa.Πg6mpMdXOk3NڱfOBN:#7XFj}_3ZdZ6kԊ䇓:|[2np1+>ݏIqcҾƬ=6Gmwh/9w¹u$&z]U$8 /?F:@\0y!Ŷ +A;22unxelph]U %O:Oig՚"{i"V+L7ɿTcv>XKkw|ֶ}Y5\:NiWmb?A3d"E}z[*S`QcHίOo?}E5kV0o #zčVwo 6.#$'złY5UEx-iS ǭ\cS sHZ[Jmy!m3$h,zRWMS`? 4JQ@ Jk\r25~@G-lVޮ7e!N&$HH4HHA !Y?NIDW0=)x \RJA)e\#6 t#,OA}`2`F/ {AXBA#'5ɗFT Zuah2{?2+o's;-@xw.zh2bެ?+Ԟf_|KMIK +GGsVP`!W NL[ԥ~1t{*` |@` ;838=49FWZAvWa~xc6Qn68v`obǸ)_`)Ȕl ˜_~jOm8̝'>RӧǻZ4t4[7ngwϞ98,XhE}LA9.sѷ r(XL'aE d!2(=G" ~|ARs*#.R9)ՙ}8_@&wL!_B¨{e1݌HZs&zlxl D|]+@ιrΝHlG VT %ĀÛU:±vɉ +. L;}Mf6i )-"͞l@(.w[_)DR%T䇒KtdPGp@i4cQW/1;, +K∸lhaSWRJh$z^aa-l9}Zty7,L![>9B;rҬ<=խU*SD Rm+؎lx=>Xg^c|V 0˕qY.W&cX +Hu< +94x†-BD+2L+4&*=qXP(zi"J)۫ ֐lR +PjaekoȬ2Y-Bn T 3Q7` +!ʀ2{k8_Π; ֝ް_'` g V h`bߕSQhvl@)߭CQEܠIy"~)3M6Eee=#~ +: Ţ'WP.pE̖:A|?K@u l +^VP;]7`7ZZ~yNBSf RxYY] +@ȍ 9748 Jml @>Sz0 +Hʸ>>s /2twl]e7HvNOcXFEϥ ܬ "wv.ۢ,V!/]FUY@U- +gHA^UUR0 ޣའ*0d!cHd e܆h-kA r?PN,z ms=ԵKя߉TTӫ">aJ_g*~L@6 +?a- ?n 8e Vq +?E~ӄ֫0L6"a.40& 5w+%FȔU&AjrҏJT-ij: 3fVY;n~  zp넵@վ|W:Q?u Tgv\Qts+tr !28n({$զƈd V)fSI p'B36%r 1t^[gѯ p%yJAt'ùɣK8 +9E /O/5lƦHnuGdIS9IA{K|!I9A+e~J4)[N=ѫaa0gZ>,U5vf F$4] Ӱ>[P#Z'~s|@q$u9v&kz.lis4%_Nof7ߗ6[:~;{d,J,Pw)%UbRGu;9vK9bvE>M@[1Ȇ$E/ <U&\u$9ʭ:;;FFCaB3M +"gC#Fjא]){Kg{e2ų>e<%6j6RlєGGnGZO)ćd9 @:SP2< 2ְ[Mhqf@$LN$o"oquK~x1ȾhvZ&Jf ج-^<ͱdj퀓ۍ%oI?mKlKϲ-˖,SqۉcIH +YmYR$&@hδc)5m% lw@)𑆴PvJeZ %0|:S'23;ʉssϽOOzBaiUZ4U][YSO<=PW:1h"\9X+~mܣpd.N'ee,/w++v56(rE÷;ƒ[̝wT:-VZj*Zvmc.瀿Ե`k@,Ug*>`0 \٨ore_k2Jjb=8.s^Wd/)V"&mɧ4Z2$ߤj56ϱyX:2L>EUL,AgDZzfiBjJ[]NI$n\oz"}TJmɷ1XϜ>ӽAx;U/r޻侳nß%%B()/25idj:G;-Α}\sCeultv Zp76GEfo(֦z2LY [ѸqKguϢj7x:*KJl֩.:TAW&DW=;!N*ђ*Ӥ9o3%%Ir|ZoӲw\q,6KèȥSoxltx|u{2Dj]Qx z;A0=m&U^·0tx-=zs2B*I㝍Fg7:HDl+M:2a%V0ӧ{9}Ɠ#-MU&wTZj47akk4.+]yDivV(TZA1߬Cሢ,&& +l*C:T7]ՕLJ9t !n!jAwcBsw?w{:_c[1i3fyoe1̘(U4$6[f-m[;+̭6[+luxښ*&en!ZݤH>74Js_:Ϙl %2<9L>!4+$*omKnT`@|Y+Ka]<XKae eC^Q +es҂t5uOXkfbta*Ok*+==oI{-pmlrs8zLB0q8j-FEqa][nSa0ޏ4t%s3YB*UjuŪ}cCݠ.xeqNbu7 @C/?ȹ9|Dtc+<[2wK+% nts`'..|sYYŬEV +J֦5u=κ}.w5^iZ?QtwŬhU +DTT,^{SIT+l&XSUUXʍ^u`Aڈ(5ѕjX]f]17|<~'_۸v\m@,mc+ҙ+6jt@5a1$)jZ.ѽEJRt:Dk:))^y-m3P_+5Mq5Uyo= y`ﴷTpgzͺ6܄Qd^c=jwKKEO.dMWٕӨاD}d\M-k;eML&]lew}L${gjw@xrjEJRb'v>ٳTbP!g/c?+/[[&ggYViRXV|Zl&|f'W 25O,["ѐc~ ؏ _cڻ$ `}:6{فJ`d)C9[=Z/.4YWh}DT^^Y,`P2zKK*kʗ߃t%I6%1 +_Qqb %l!R.׊*Ɇm7#~v&{JSa[uۙ/tnAkݲo׹Yx]>Buu~u~F@apmÝ om?KA_G`'~rNIT~&J" ۇ|_|m9)>%|mT\#;'oPNrl{%]~C"~#Wf|KtL]"U8ej]MݵZm-`~yAElt~ }! Ѕ @=r}2 +tS&"tګ*k{ݪbjf& )hRG7ݙ~9.?Syc=֚%Z6<鸆:WR񯚕uNjr~].(WF3sJ0x<4am +% /DAL4aKjT:t!ySd v}B^nTBPU9]Xj-rcbhco[̣{ ˉL=OGl7g/Y{2Jv Eiѱdk]댧)`]P68&77Z::"צÛ;:6SFU\ZQ50\vekkiɮ"EGY.wEE;F[:}^&>?c? Z{gG{[Z*qוǥz +}tt|[[hiyMvv-\nhkcZ;:ZK)*-n執 V(Ү| nni`9Ӳ +DuGl(1~cq+PMOOH%ݤ˥>u: +clG%eܮ=̓WiWƹ;v l̪-S ZA5ڷzu* 2ȉk|1!m5zș[8Y̠ߴsjCDƵ9V.7h7vhYcP?t_Ndb;,SY$A$w%BqǵcUw ?Zflztn0u}}EWox4]dLT6qxDسO#Ǝͬ6:H;x֮k9tUhKČT#yڭp!غuV.[o+\WU:` _\cw;wv讒i \JuYew& N3o!H䢍M'7:TJP8nT%G JaƷӟ50tÂ_Yx `4 +Ff9kw$N$,/7e[DXir:<_L%r3n>jYY&1#*ee.LI9G ՎG_`^ljE 5TDc7㣻I4.A!L+ɍ ^8)mhok|7p.Q~vyye9 8UkPi~^4U,3m5)k 4NrVn> RFc[5b؊m{8nu<cYY"ёqnW['Kd1[qV5Uշb;;"5g׊>N]+5=nʸm]AgS2yHְ/9c~Pꨬ~ YmdƬx^4i`~w唋S]q۾vu})F@F#6#`j +cm'`;g=?NU`s~KLnΆ] u46?kODS׷شE:kKkV9 [J49Ӥ]wHV^57EGRH,2_YӔ*%"eKaAGV`ށP,j/IV +vm75D zB ߔGuu*(/sEQCyG{V{Yҽ+x@js}9K(ZΑ"n|rts^?#þmeN'x*l)V*g*ͫ?>m d벽A{ ,C Ҏ9crT/>ʐC +}Kr-<5͕do߮$Y(gW#ϥ{Ö=-.>f \U5[ouQOH^-R>G|"zk͇6ԵHE/_ݳ?~֊ת ЗT"HEά=s1-=N%Pt_o"HE*RT"HE*RT"HE*RT"HE*RTӄ+a<=}DL ׁoK ܙ~ yېĞsO_ U 4<1]2Ovҿn@D ܅܃ mbCȗҿ~^q/h|$g^hIA Wo>)$ץnInM? |,4#_@~F')[|r(Â~܅܃ m?GF___ >~8'|*+~Zt +BAޅ|6?Od eK-__>~BO)pu>?^~R-ѓE :w{w!@N*!ͬxauE5X7e ebR!~J(K|Z(@,% P&ɗp[3KIvJ*$S eD1k.A2B!R}B%bsPe1QBYeP.rPW(H^,':BYeu)|PVr]BY- e q$X ?ʼ2g/~˼2g/~˼2g/~jMP|Hi!$L$Ab$ ӰpJ G0GzI#6CfXk!x AA&PY -2&,qd$1D_ s3:,N!n qˁ^?2dw+f|ɬ=F"3~&OG/ˉ reތwC zYlNNϋ_{9ID 2}9lO☆Kfrv)@3>&voQ'u$R~Ge"R8Io +Ĕ@_P{gORSh3i$qpT>ýDVa,oa!QĚfq0{lhuZ,k!aMNB;j q?(C(`y$s}D%S}hkuA ߋ6hGІ-pPVN#o(gU/`cB™ ^3j0rV#ՇPRYߍ#籌I+.<+>($=rXuFb?E'GN^h^|,3Gx);>/k"\ +]_z1wwJrXN@%׀?ez|$\(= +HrD FHlrṸ?Q.E} 1 +bTxRRprx_ f6$9!qSE ?ؒ'GC9n>NՀhI@Ms0s.J|Pf`,fda󂦓=b4 ]|* f>HУ ~t@8WfSQI<3B\IfEfB,p< =Čּr!4bXso]76>shsfw nnIzLFp#mC#\%c87}lxچFwl6y#LU(꟠¶ Bwn7ehrB{ɡý؎щ~PĎ l-G&a6'TaTջЏ#ѱC~hz7 ޡnnsށ~=uD2> +;QR.c?es0Ț'w/d  Ma'Wo^o^ -޼y 70+(((X͋72 +oddSQQ E/]A>OV@9ti: ]@'>@2C8?Vag.ZMK_E/Npz_ _Z +o[b!P" @ڊ${JoeX-FKftIB~Xɋט1>a a3>fe2!fsdajAq&$s;s22EE '[_bf^Wb>`1`> f1`6fy:0_9̟_̷oi`%`~0 /,z! 0v Ge9%|;Ծ?̧o?1NFŒ1e0^</ |`0GYLt0h+KDX(Vnek +1ỳ -.FA|0WJY4µy0̳*_Gu>s1X#+e퀹0w~< wb\ ]0{aOnO)ht0_Ks0E|;`0? -Oìy51:N|`g\ ]90CLRea0GՀS4`GfF [bkҿwqU}ΜsC02323zdfTDfffff-SCQ|H@dffjefefffVv|fffH|32 y狀=;k̞w֬9EIs>OGoϟ/v~jIh"(.+|y>'(.—*`_`U><~:ﻼ/kؾHvrZu򬘙`qpp}\[UZEArE +VfOqII .-MfmiBEx,u<ٝ+]] DzYeqeBzȣ8RW}?$%%,KJ +k|B|:5ڎ)z),$SSS|^N$k,C=|W/U+]3$ `uoO`*0M3.bO`0IbGc>{}:YrƯyv]ug|eѨ!&w_t챤ζ/Fե!cP}~7'dvSL󇺼uGbGmZa7 V>XC]STCPY箶`uˤxlH*5N}suk%_) 78{qx \c1M?344>=>=.NxAIv7gZW}£P^ZNE5P-a?TbD<C""fqi6&v055/ЄY7,tcV5).E AKWf!GyO ʮi@Qa0֢iA']GAQ¼4AqB2݃g'@a'yxB +1e*mKkI@jݽv%W,_.qkcO _NUqeV2NCUd^Юp>0LuC/35UV]~Fe /jڬqd?X(( ž+ \eVjBW#VQXQBe2fzk}W9P$)A>t &$3F5T(s_3a\$Mj$L}YE +i_Y#v-x@ R3#5,O(O/N&dOVZII%IZU,XFz# ˔ׅ + ԃUhޏώrs<ДspM=-fyni/Jp-r ql}hXT]"}]ɮ]%XLsrQVrvNo&8VqCގgʊ-z赮jߨ]fߙ1I1Ifeiue%-.ǵ>vd.=(u>?c}SBgT oڻOGMm{~5o5;#ߕQ,xzc=Mzp?zڊTQm]c!NB˜"h㟁)b!TJ>1@&nXkAh +ឹ /pX?-ЛJ8(7pgV~BD@Х 4Ȅ0[(3['L ]ոK.0wu:vXӭݱ]Tˀ7>BL<&^/;`,X _QƏ6p9H†ɽ6%lNؒ00a.}S 3 ."p95 M_$" !@8p&a\· ,.#p5zm;Re$H;YTF6$lJGxai3| v'L"L8lH/p(:ۗE8~IOH؎cj. C800pTTxIS g'\DpappEńwM!λqk+ +״ę΅qMp]kDXk xxAk4\#;X3鸪J_v+'p3׾GzuW /%BxaWLmD`a:V'\0'$FIwb‹q5㞧Yz"ԕ~G?}Uk9Rq_0 +4\5u?)oCcꆻ¹{$XX{xOA丗oEtBp/X wqtadn{?W4'{-mʴrLL,ű6 Kb,Mal1 -s<6 Ogu^_o)z>^ח7ÛN.~-[^qss[Q&VvniC7&F+#ߘk4JCf}L3gAsg XS'VuNdJvJY"wc*L5 +krpo~ME+Kw "ZD$Ft19 bQʈ""ed#{EEDN,\2$rwȪz^z-%\Wz9&+z%v;V*JF5j9WTZTN䨂EQ+JvGэ[D'Fw=9 zQǢ귨X3M~擨.osu**V_v^l9N޴=\-\bCPV͔W*W١ʎQvs]l[-S esUأ@Y=;U©RRQWcZY͞*6{YTlj_nRV^z)U{e*2YiʪDYG-ʖɯ{IW͡$@;OuU}_\5II*$WV$u$uQ\V=[Ghr +q(P%g(99r]2e+íG:owjnYʺ }|~q.G9s.^䃲\|w-u8w-AeʪSZ)ONmǶtn';IiΚ~82ظw>2E4sTLc&lwLT+=ďs˧q_ +XD5k+ J%_M3Q+g\Lt.+|Rb)K`JŘ *T/Y^˛xSo .h\sq1&s:3:[,6u7שY.ɗ:_OKRϻ$Ň:\|/mJ֟mpu]Ż;.^u^|ŗ?wEܐryy+\ܥקK|ev3>;6s|9'_x]6]($Y{RY3>x6M'A?y,2;ȵ2(W;^vk8{h'36yvy;΍}?ɢhޅj+[ +0,˖9- +}WQ}fWĻ;g֐ gӏda"[$CVX$w g ֆ } bEr/-Ssy@.a +v®fW,Ǻ, lA6Ul4ˁl, kiMcӠ`3`˾¨x+my;w4_j\gk'ٓӮZyzj{yi==õ<#<#xW ڍで M2;HkSV5LO^./a +yW+yJ^#j^OMGɿ˿h^_^+Vek~񼁼I/ 272_*6l+d;َ\xcWW›rRyS9DW㼙.9_#Gʑo2WI$'r!e>g9o)ʩ:9MNt9_/gʙ|Yo,/ dQB~#\9'r>E. x|Ko BF.m=o+ߗN~(?wȏGX~+JA]r\;nN ~(7rfE~)ɯWZ~ox7? wʝASGC\Iywi<+=0x{S\vN;YZaiyhyi ր5k5c `G!>>`zzI 0PPdx2 “ɄH+cl,o"@l*B}L65esX-qpN^ zT oFFy#\&o7CE[存{&Ny'\){ʞT&dJ/2U52MdL2Cfē2Kf?d́8'Z9Vi4\''ʉJNz9YNy< _/@|Q7r$_/ +Wp|Mr FΓ6|7p|[ ;C.\"r\ +2 r(WpT~ +(C3εp/""cOnlUc_`&`}@n,܆Yr;R3;p.w<"@y\<)y +gHRwC(>zj=~Z?yܗK<_E{ _/K1yٟuiY+^:>_D0a* s-X+`5la8+{м$;?l #fY .<'Ɏ?v8K6?pxɎODf!;?lY#ϡ?Ov*L dGa Ɉ#E^'柮yI)R,ȫJה"JJ9Jו"""o(E(ETYyG)H)Rd>0)2y?T=JJ"*EXH)B)ŖJJϔ"""k"k"+E)E+EPlPlT,&EQIPMJfȗJ"۔"_+E+EQ|١٩beR;nJ2>~JJJbRd+)RJ?TGaOJ#JJJr I)YJ +/J_"Jߔ"U*VC L@ )`!e\)s9F&EّsfMJzֶx'~/O Ƈ|$'/ |-u|=oy1t!O<>[|Fq̣^SmX?3jB}L|/嘝Mغv- ꂭ^9HJ3?]t x'-`,#$x&s0QLa:̀W` +l\ Xob>x;ޅfa)|CXa>Oa%|AXc ϡzF(MPa |Y+_vJ[1;a|{(=q~A8?b Q8lt +N8 ?CWߠ +15vgAO{ug'eI7ÒY_֏lX*g}vlf߳2e~;CGvĎ;ʎqg;N ;~fv*oUc +8ý\pxW~?{<|, %>/RKfɷ65ο[w|7=zUJߦo׿KoN}[^/{}~~P?ҏGcq\?O3YgBE?WUzDD[qh'ŝKtwNY+DWq&âxD=E/HEG?<1P T1X!"]<.a"C b#(0>3*cXk|n&ll14_یFg`4~4~2'Siq٨0~1FQmnzLo`0Oy|yUPӻ` fGoװ},4)s9ށ5}o3lE"\n.a?: )g[{},W) S +BrB{~YYjԺkٺZi#z:gc}%*uah[ìȈhʠ 7'8=}w&o>a QG軜:At ]b,S.h,N_E$HAik Hdmdb\k\K!k>kZZryFh ZjKfRGLH[6l3;Úuc˴v/Hml_ho!W,`uf lb >Qyh+{?$븎=59ֲqGmol;Ai;vvmi+۳3L۷KYv);.mv]ɮlW윿kmm,-fŢݍ9Ϭ a_VMçDߍw2bo+s6ֹ0ǡlJJt=Wp.n7P1JF1qb*5ZixR[h1٘N3;;iqq7gç"Z טZS6fm1k蠙g⿁dʆx(.wDй9::/JDv|Q:|x(^^.WWmVxGxh~^&zOOSwĠ .KJ-Hm,^LTcZH^$O)E}Lii.^DFڊ_G:D:W##o"=#=k>>ⷑH]dPd}dTdx+~qb o[í5ںEoM&/ή_="v5Tz{qG3EϷp4w\ $FxӞTHwW0rCMuQGMes@42ۉvl\:N"x] + +eJʄ + UU U +UU U U 優jjrCBCyP{xCo)xG3=@|(>OYL|._R̔;{yɼ`^4/od)|))VRok?>LүkLᖫWZfO9EU؄?5Oﵰbԇ?%pş4? +L~'7ewrS)YTZI阫xv<_ L ƈ1TTd,<P5qG9bXH5x<\qTZyW+TMu1 +SwĪ@: .^ {6vTi#c(`њ=ƎFGcc=)ύ1ε5ZHQkkIMʰNYɷ޳>b_ *c6UԖeXOյZORkwkuGT'ԀcO!ϩ/1?P<_|-/%e_K44L+2)(]!"M4\Ju.evR)\cY\cySsl}i}ץ4W+-6`0[8hnnv;V~`w>:q3aEw{*2 1R4/пkP ;mhm[$}B.h%duumn]g]G1gP q/VR6`{:B}CM?Zh8wXTv,ORh5~?)1b8p#([o[?qaz}N_Sΰ/Cg+]l8`M"ARK@s[#:nC1CxѼ#x8ңkR,#ԓ jN9I=@:[M\QzqvÙNnp-Yf#=!C&P +Pz( = +=JC6P z=BI!=AeB$a׿W1ڛ%}CX,/rDh$Z;1Zw%b ׺Nl;n_ϊk6>_Æmo1*9ܺ"*EMlt>@4D>P4B>H4F>X4A~P 0y:.Z !Z#%"UĵW2u7#*؏C2b<)P$p Hs^$f%-{9+ͅPӁ6DE>׋:Gt(tR?!Zqzh 8 :r:QttU +C ^}!c;G5_g +"o5LTN/F"^OU+-t;f-V&A{ ۱Wu:͑W<x$<+X- +DME֐|#*qkڎ|؁|x `!bq׋ȇ'{9_cU^P,Ñr/D#R+!o&֢֣֠֡666F/nFmAmE=#Z<-%YhRhlM +L%kD/GU)mqb%Jd`ebn](Y5R${Y,XA 5 cMd@h=#}Eo1֧h]ؘd0K#O K_W[k:khmb]{:n=c=k=g=o`}3bf,%cuɺ`].EYE.....>]}(7/?T@3F?~"U?٩vN-;jvKvM;׮e׶|]׮gvCnb_m7vKncX̍ɘ;+ˎ{"{ئ6ưվ#:ۘ]:~!~+k||c]$ 6U(S*ߜ>j:baof.F?I8>E9~}-lwWna{vlwE[!agE_ +cv$ے$x,;\B#0RLpC@:8EJBz g&GDfqeRGCzcƩ850NıvDұ>{%ZL,Ha$b$ a룎;;Js GVU8]uI=OHs2)D2_.ItSt[8DN5KrN=}jjJsZ9x.NN)ӏ‘QiMA oMe̟Y6O/0kYv')dcM,]DlOGe/W4F~Ҿ٨+줽u=YfYW"&lMÌC0_gzkI]|_Э9IeG6yI5,eØg, +/b-TcfRmLտJ6"24v73\8|E==PFQ6;feI|kf#I8пoI;}J#K^=Dư_ [{ws1 ?)f[ŰK:g0ߊ㓎ʦlєcw>*S\FԸ8r ׁ;kE:WuqQS +k1NG0Ɗ ʂ_W[]aǓi MWT1q֢-t؀3?%~ M|dȂ~d!B "E d1bd ȒY +di,Y,@VY +AV U @Vj d 5d-Yd]Y>@6l A6l M @6f d -d+yGd6md;dG< +(ȣd'y 1d.]8 n  '@= {@ȓ O< {A } @~ )@ + @ O< A C @a #r(9r A^b5FGjVk"Zhu0cŦ.Vl`Ŧ VlbŦVlZbŦVlcŦVlMwQ7^@Tr.5ԝOSi6-XA-B-B̏-B-kxlaU[zӊ%&! +)`8 -x=C9oqiG&3WGR--m\eN3ρg7!9aHJ,@ȦѫEz0h-V%d ӍUҘA1?rH)Mi17ޘ>/^rb/S?-D~6E ct +HdrϋyhJ)\ lQ]X5" Os#l9 o7EW1F, ;S𝢟ĐOSD +>eEgôFg2_ wB J :#TzӒkrf/ +rgfUK . +n,wuhA&CſP^ +ĺn7۠'t^᎕;6Ϊ#^cIG"]cL,g%6%,ߊhW㍎ge$gceXIҖF;Vb8${ $YRٶ늜~ݧ;g̶YIWqIIpft{g|Уx){Q"[z[TNO=(ub7@>\5nB|WޚA/%3Y'R=:qikbLbᝎz⟺k 㽵1xFslrs'moY6c9gV-Yzb^tJ4~Z=QH<7'hKd85=l18tTt}Nw#t3Ir2K̙l,>|?*ב}(ʳQ~j#.8; )cOEIc-_,[Ųt6K<7q}Eڗ-9VOXm貔;-eZP;E@`\do1#i󖳛ci7"튴6H[#e/JKl_hLsY_B߉py\.{nVB$}!aMJHd`> Nd(J-u,T.E.ʕ(Kxd93A!E +gGŞ~(KD)L{p={l2n]zّՄ]h~=21錧k'L _RZ##>1>|R}gD%*z#I$ʹDztOT{6MPk|ӪrM\M?8mr<3i3.qiALaJZMZ"yS|t+R[jS$y\>GSGGğ?>BDK;JL|,J31~s)Sx_+'~o|a,QQa}Q(:g*Л8w;Nr'SSi{=q3s E%eia*#2MZ2*m.ctd\RJ%+J"j2GV5dM+k2O6l'$;kdy*){rMNr!3r\*r\!ȭM># |Q$?_/WkVQIT)*ªjڨj:ꬮQ]ԵꦺzB5^MP5IMVwWjڠ6MaYmQ[#jڧuTS:ToSm:Ug{}P}>V^WJ{e^9WU*{U^5/ǫj{܇%MunsyvUғ(O֑#.9ȕr nA,_q{M,>HSbuJ+~ZE=v9GQ9RWݫNjz{/˧7x4ՠFwnuqN1w}>utW;{{ɽ^t/IBrI9Q,ody_.Er\"7MaY>-C<"c|O/?ʏyV~*?Ey5j*O: +T}@5TTcD]fjZ(5Zݨƨ&5Nݡf;,ZVUjZ֪ujzBQO^gyQҽWszSexy}U +,}}}}}}vl$lf蛙DAf']>.rKܥ2Aw]rWkܵ:w}}=~~~~~~VC09\7ȑr-oc=^y'r\' G>)}r|JoȓM<%ߖ]yF?G*UiUF]ʪr*Jj*GUW5TM!j5RMSjZPbD-UԃjzLnW9:~T? ꢺ'<3/䅽T/z?ؿ 2:> *;$?k5*>&0-c>śMb-ϻM{c~eKr/۽>[). +vG|S{7uqkXV57?kޤ}Xl/ ֬4u}Ckⵣ^nvڞ8s/AUu-ՙ si ڍ ɱc)dN`5lN5R*~MQxa:o&ԇEܭ+5 >rȭ6n;&zhB ̢,јD]jt/Oۈc =lxRx&Rx& +R_3.q\e5QI]5Q9]U5Q%]U5Q5]U5QMuڠmq-CW~.A$V6ξPoyqk82tDfsW-Ͻ_ɭDa7ͧT-ۈ<nG׸pi]nl)8vџ#]δFΣbҰ$޲=>\> +{2}חh"h*t{~o4w~`yo/뻢_/#rb~/bo(M&bo!Fbo/F~?qn+]:0ΣKɥҹϹt +)UN]:.GZKsi\:9wYQ$;7gV\r% H A@X9DP8(IA ꩨI"(HUw??~==U55ݶtU2ୱ=6N}}2-F#XOPdpF([sNݪRhm) (Ek)-)(n}))UAbѷ)&v:إX=|P}LJ($5[[$5;;,T9;!5,5suJfc#z[o.ZK]Rs,L,}џ則GOx;"K&jT@th_RaѫORFQѧ+'5(}RRtT +PPV{Xt zth3դգ([%ZОs/H y(f + +o/ӳ+# nzYΚA>-:]>3:[hltiE.*/|&v-s$BdN]_/rQo[(\KnP~hnݣݥffbtox)nYſ['e3-yy^AkEdTVX }!zke]筧4%o zw;&P]++,snz,]X̹ceX[ ҬhVB9Щ&#QA(6+GxwMqUi2m[Bcʎ#HiŨ-L5އ1w1؃Z.w@L4c~GܻиӁ)BL-jMg2)bوZD]]jۗLH SSV<77V6i^ߥ|D*q85H3i޿ 5HUE6[]_tfyEojlzS!ME6+CWLOeR$.:~ˤ5V&_1>fn&ʀW' [B,EV rOj>o*I$UMT7ESO)ՐN5!R&L2)&obFS!#tx1Bn%4Mk*mښ7LG*k:.Tt5QtjIMӗj&+iy=w-VB,UjxEF5=niΤbixHozӋJWi LmsY9--~1K?縥sO:Ks-\~nL7;ܨ9bmG[cY-2R\:&&98VlrX3VbNh( 4\Yk#e[yB<QNoB + !JA * \KmD;ou>=[tt+'CN NA^F* v[^Beҭetmivi+wx3އ7#GmΨaCd[y¢1m +}%6GJ.ʩwKGIqXlɤ9%أ4f.@8ClbC˹ b\+Q *xYө5y ]j̟fNjƻx7y3]χX9Dž{bb="m$_]?ex80%۷K,#<"i[ mѶ4v ږGJmж2h\VҒܔjpsnN5%Z܎܁;Е܉;Q]~EZ[ +m6AkAkmvhm{#Z{ޘf}Җu.6M׆)x1'x19ےsy9l%)vI׉Q3S榦I-LsӜZ[ͭJl:6s\jc֬0+iv{=uzTUf슾>.|N(uGVd_ξzR7Ecϫ.g"9;  >sWPμh]`$>-m+˜a\1pbFtAΊx rV+1ԸCQq(22*c㍕2Ƌ 2^#:.BoBc}ff r [gWmnvFɈ>QFEAvv>wK~"ކ$9,rw\ԓbzRZαbywp0{X#KxȻE/r= Ļ?}щ?:F[0O)3t/f{E[-eeixG(w;Ay1("bc(sIs$DXezJ s -$*,©#cIЎ=`%"Ԅ:H(5 v8ӜU:+琛wKunwvrwic>/XnJsEByW2R) rEk/!cGJ_(9c5r gx 9Cqo#)rJ)R6!HBfMHق_R>CʱH9 )'R~)iRv#%OB8 )_ %R )_#%GB7Hə=RO .<}C.\K؉܄2DJR$wBYg_}P?d%J!T:ޥ8sܵDkb5NPҟ!Ϣss/P.ɹ_DR +%=KlǵBYV<a&ؿ&hﻳS V0'<o>x|+mQ7x|oVEv%B6`N]ׁw^춇{3<`f 4xvgiO\[u·Y?hSeo:әNyZi~n]TSٟҹsojw5}^E! <ȂӼ9F sj+뱂|2|>4| [~ E/Z~R_ +UhM5.zԐpjĭ55ܖp{nOWsgL|3]]5|;5⼠E1ЂAE"( +ZdG\ +>2_qExd*G\>*T:|5:hhg=lv6G;[DC x_2~KL O=Ns9!l@"ˆ ;~Y$w2vEɺ'Gd>SWa"eDg2^W+(#w + /Aţht?q4E<("coC014 ch*xk&xkx)sE୥ୗ}6+b T?fdi!сi9Dϙ+-9-QŹH +>|NEoGcEܰӠ'Г1$ 틀}qо$`9W@lqM=k!6(ZWlZ6FlqSޖTi \h|SgPhc4NoBkS۹yy +\\ +j- hძ/W'3%ɥUU5uAFfcPjPZpr prpr;p7o'w'wݻ{{o{w''N~ 8y 8!pc)i賙VO={NmᇽcƒbeJA%EF0cTƌQ3FU1cԀ y_}} !A7F4KЍ[sc>U{])]yP뼨B:Z{ZQuAԺjmלҠc%A +CGK$)kGsOZ!>lWѢ~7Dn;|oZ~:]k֖+du-g'~,++&椬x狫fܵ=݅#y-`%1xF qՂ-xv<~砍7WAZ Q7`&GOhJ/ jnu5D,|y;K+S~M+M6tDzjJ;NQ4fip!hUv:h]?i}MA~"c{\(6Tҫ̖xKP5ŷ{zo<,W+W$uWƩD5IMVS4f"D-S+ԋez]RTՇ#D}63]guHq9$9sBn SMa7Md7M\nq8]M]](Ok+ w w#A(5<0<"p&EUaU<)U VUq2*I*JS*R~U^HUeU.QUUU*tjRaU[զ"Ju%z]TT5VrIu umT\uWݩzSIWRG@5ʨLIe`5ʩajWpFtz@=@h5*CTYUc&PUzGգT]=q8TSTPOPm5]M:jIWj6UOR}zsP-P *P-FjZLRj9]VtzIDתW+TR:zj55WozGC-{=j>PPkF6jZKm:کj=]6 ^mRڢPGMm.nT{}YP&uP$Ba*naOD]vQ$6GwҊv)dw;ǻ4U9dt9>#Xd:!]}~JI%$N2I~RZRIvNRbqX]띊OMY[ޭV $mvpotRڧ yq'###h_(w+!;=%jq^U6}@>,j |8(pp +p*p Yss>\|p!pp1p p)pp9pp%EK|pu6‘C_"#G"G#FEGNDNF|>CȮOݑ=i"##+\'|"eבo"k"EF>|Y4!1;mSdsdKYd89Y@& ci"M4bZIjzJ_w;=Q79pp;pp' _~\  p=S ޻ <~s(  <xbdN@ `&.`_wGǜVIǾQvC"Й+f;yz"OOi]lk\WP,E<0N_Kc5_n?W]Co1Os)~n~]=}~]A˷tK2~9_eWϲkgٕYv,jZo[~οowSc[Rv(_/_aWP~C*ք^+Y+Jnffm2O9fyԪ+MEGQ>vu"v'qsؘ)|j(bcٮ\E>q~..ėڵ8/|9gp1%ﲸ +v$ĕ +bHد#zz~H]x=A?LdP~DOԏI1=Y?z~B?zdZ/U6ָ&dL09M5M(Ϥ6&7LA{k.5Mn.3E&Co?mL^?'=ߊ"*slb6!ff5}fߌ4LqS”4LiSƔ5LyS\a*Jbj!彯?56*ش2Mִ3כ6*`n4Lgsb4[Md0U75M-S1Wo*46Msij3_(yЌ6cCfgƛ asN6Lw4^N6w~`4 oO4qkX]31ͧfh6fl5mfA=zZ-;xY5gxl>s.~/]*=ٿze}=GUKPB>OPB>(J>3з})·E+殍@sGq}w6QŸ9d7$#"  J1 ">ED@DET "`P"Xj-"RD"El+PP\,r1Rh!*ro; K>ϙ33g9r {S>O?q/Hz"q-HM{~^}66L|Vs^+gfZwX Z4 +c22Hz"qqsh:fY9;[s\gǙy=L 'pGQfȽrOTN~[!)CRR7CR[d8$9$uyH36Ab,F1k!LS}+6W:ftLtLtLtLtLtLt,z&4a޸h=.].}w&6 G^#/# o0X "qR`vŽbǂW$WLǞ"6"~-En[߄WhziP 3oHܘD{+ WGG>W=Mg^._%iqЧm>-OK {wlѸL9yֽ;#e0ʙUm _1ʝJh8g~W]!31ӟ#' +\~܃嫫r.$G+1wvn+հXkf2Z5|}xͽ}2qrYv(?O5ZǨhW;ܡ5o {c6IshT|9I.Þ}-@x\m#iJ9$w-Ou6Yj.^7~U Wkt{ap)MמqNl:'a4sl9;.paBE[8-qrȃS1/r.]nYYYYViu{k$T wk/麤[pK]IpONĘHLzWBLi[`y\t5ʗ6Mwޙq2(o3*dT:U5yɗ5;Yy$(ϴ8IP~%tG) -T;7FW]KYWjn9|}Yu|]b<|\R=w{&ZoPa֓;^^Nbwؽ'o }:J-Lm%utyϧnLݖnZ(0mڀif-H[v(ݟ,}{222zgep8.ӟf3sh̥odJ**˪z:kk֞YYӲKKe.Ϯ̞4{]=kOR())3*<2g~Ҝu9[sȩ9[[[/wTnyneܥr=[{MsrJw]nuZT8-\. GÕu=𩼴Ҽ~y*-[5oOڀwM6^vʍ0uOlg/77};oyzxE +b\,^RJNlu{}gc*Jo!4G3em+?yNSΤtlne4E)/٣jsZR*^GU# }V^gp+Yy3gV7Vee_Xy**Ӳlfe{+YYf~T+r亅i;KM=~ڭU3ۜrtnꎺLhV򠕶m{IOʶVvҖhH+'X9ǭ%V_Yy:*32!ee|d[k]|)zM:J[Y}a׬VVZ6uY++Wgl[٣,?rSeiҖbgN[iK3^+g_T6g?#mrRUòOPUS_iWVzus'3S&Uo{>}@ֵNrN:EN+:=~6 vk]~hemTݻvk][d+ZzV+m?sXy"*ö}u]5 u:a{Oa;k.*g[@zZiomyv$ʳ[gVkOmoJ;|WX9%Vq*_,9F:'}sKbxGU~͂{fU&GX ̷,X+[>rts +眆v;r8W ]d/ja{|-,DTUEx܎zm*C*$p;bhg[\qtmC/cUT^ZK.OWi*DtzCVV.Q8L.;_='(\| &Lr~JSbXVs-Kt=S +WnM9bxa~T\}WTt8*_xv?(-JKr +cg֜8#q|]FUWu@w;cw[WrƆIbRsSޫTRg /df㵣B/;"JmcڙYmz;Bk>ܧ,5/*_*$+I 6 G4 0h]OJL;n>aP}p~{>#A_= vTۄ;#gl5 +l&3x;Sme}Tq3[C5ΙC[ ?oYYTM9i犡cWCmK!nwOpD~}o>xbM~_Z>0Aߟi ^Ϙ7_j YwϘC$.n\ߔ0ÎJoNԷ\ss\WJg ʘ1}d!^HG% x}\(f|7}s[s 4AJ& zy~o>9AHЧ& ze>+A??y1XRNt>P+|UIi_hHZTJJ\vS2gzߦNlp2Rw3ٯe{41Ƙn(j4-000֬bku }qjѪ}Y|}jWymYʨodu; Q,!sb9 +[ s{?|_CW=θ0N8, lealٴʦq~rY:6W993iC ) =GTݼ%7;' 0ANX3a͝O\0qŽԤnNkRŤ&mmIG'}790ٝvr=&M>:%kJ)N5eᔝSUtZ}ԋ>u%S7_x7N0i3齧/{FgL1cflx TT_mgV\?Ьf:ͺkּYU#g}dNќΨ!qdw>c̈`KN{J794A1&~ycƇ{1ёY+ v/fD׭SFc}iX0}w虽 }_W-G2<3FKqQ_EKJQg΋[Ļ! cRBv}bn13™9aIYyo #Cnl ն#PtȨhjmDPr}35ܲ7u/ԠŌMcwJ;N3swAOGg2Z'N1ٙaF >3DۣߌisD2s9yiA!qȟ+?3Ω&M26̠srss̽љ9m OD!)۷sÂ-6L)&܆HSrԭ)2wjSS1}d}N^\:'LDWd-ZZ(ƘY-:ɜ42Ƙ}c,h!ddM,wLbI8w#?mdOґuI9dcLKfΎ3r6때}B]?KgV:b*͑z1Z>!3USY)E\EȊ̺[̺ 4[)) W0kJ&.a3 4'D@b+gKY~K1pYkur$ìD3%1XJ%77~e&fY9&hmj*oM>(3DWo+==zjWǪ5LCުxL߭s>ʽ]J_mL$Z|}z*|;Ώ|η#UL%=6fJMLo9js{վ/ 65ʏ<\HZbzOMS2]JO0HU`*`:w30 V5~00^|3|4x*h(S  C`(ܩ* WTo Aj_]}Çg8HRWtۑWO%|$m#˽=0~yelM`P6U5|:'UI `L0(y!,*N^W5o2Lmp*9|iGi!q}N´ݴݴhm#imchmeo8mo ff1T^>E|G>W}}#*WV1!)?8vBu%ĽW2bb 2XJ+H4K1NrkqoQxx$3xz;wT?J-ėC|I,$eӉI_59m cczl;bh{#z^Yojt1Ϛs|zثUsG< +1x~ awR >Np>۫_Xqo;}=}S4iZ@˨x77ʫFz`UT~ #;B-| Go| ? }6ۛ; @_}<9 Fr&H&qp7&!'CaLGDA>~' 'O)/W^e[:Jd(@%SGQ!1uAWR _z'W5:Rw:Jmԗ(:|jqJB{ m>LZyOvNo. ='ކwOۑ{7x vn#쁷 ށ?yUI^M}<ȇx{5 ̫ %X8{v؁{Wx['z5@ +iaͼ/y·Z.bƚ6.h\ @G:ep9\R +*f<@OZ>A\007np#$/`6́!xxwzwB/''~ +O` c3rX_*xVKl:wX/%lW`X&lv`?(QF"Ge!@y _ʨψg3x~FC R !H4H Ȅ,ȆWRP(sHg +L!)3|h-\3)A #b;hbFKpw2Mr:|t~Ӕ;2ι;7;֕)L; f?GSB>M\?% H|%ίqžNyPP02 UGJ|@2XEIӻZ1ze~x|._Pk\ 7LUKΕ8{GNps:os T͊+#ގHxRZnؤJ_G.^5sA>}<}̸՜19>wxա0Fǡ&½Pzu䭎Ց:VG[y#ou䭎Ց:VG[y#ou䭎Ց:VG[y#ou䭎Ց:VGRx~@(A低:v-[y}-^mq=𘷋2eFZ򾖼%k.򾋼".+4#o Ev]kEv]kJ L%mG-kZפCRRCJj|NKz3L;{7FXM5!u5ՐRWCLfR3S*soȒI(jBMB&6=6iS "17;p1`1Rr |㱰=}7{.{ ֤2miLe(F6ʴQ2miLe(F6ʴQ2miLe(F6ʴQ2mi00! a`CL[i,bJDG~gPv?޷>}__=e__=e߾ViVi313131hF+6ZъVlbhF+6ZъVlbhF+6ZъVlbhF+6ZъVl l l l lF r!"NsD|/Wq,~M7nЂ?Z&g-nw[Gut[Gut[Gut[Gut~7,fy%p)\zk\usx\wa\ p#sa|nyc#ol䍍76Fb#_l䋍|/6FR&վx[#ksMWj_~kX{+^WbkX{+^WbkX{+^WbkX{+^Wbkz z׳mNQ jScs?OHOP))ў z?)4.QvCe(;D!QvCe(;D!QvCe(;D!QvCe(;D!ʎLfm6$fFg.PE]$wH$#ErHmmmUE.vQ]TjUE.vQ]TjUE.vQ]TjUE.vQ]TjU:^㏊b(csҨQĻNuY'uY'uY'fӸM_|aQ;vM $':{x~[|,X/q{?GQp4cw|.oE0.KR\mY0jFkj6ųJs9,|PJk%kWl^#v>lJ7M0/:*qsx1ywlb!w}a6&xY`2CL Ͱ?pp +p| 8q0a1ƏMg')#8>  +3Y8_Mfp \ +߂r WU0 fC\ @;\Fu2g8XޒKdO%*TPyO&8%+ÔtSaJ:L W_~W_~W_~W_~W_~W_~4:>s E|w B&\3b.oep9\` +v+ح` +v+حDS; ex1q!la;qdzΙi\pK\RP:>d.U鰞PNw*` +خy:ҨFiFiFiF]4QhE.uѨF]4QhE.uѨF]4QhE.uѨF]4(Gr4(Gr*d +٥Bv]*d +٥Bv]*d +٥Bv]*d +٥Bv]4^O4^O4^O4^O4q/{iK^Ҹƽ4q/{iK^Ҹƽ4q/{iK^Ҹ7I"{+B2bŔ)WP^zm^ SIIE1yC T,RH"T,RH"T,RH"T,RH"T,RH"T,RH"T,RH"T,RH"b*TS)RLJ1b*TS)RLJ1T*RH"T*RH" +T*P@ +T*P@ +T*P@ +T*P@ +T*P@ +T*P}JTU㼨 +1ƨ0Fq +TMcvǰ;1cw8vDZ;qcw8vDZ;qcw8vDZ;qcg ;cvư31E'q 0wm?Vb 7&T܄Pq*nBM \Oz'p= \Oz'p= \Oz'p=]A\ZqъWyUWTY~'7\w`OT} =1HAz c =1HAz c =1HAz cE 1X`E 1X`!!!!!!!!P 9 +(PB9 +(PB9 +(PB9 +(PB9 +(PB9 +(t[tֻu1K⾈G9. p(Ƣb,(Ƣb,XͅW|cQE3nOU|V+}g5bvo3cϓ7<ݬ{qt@̕0WMs:gs߿f;>ubm]}aã,˲,˲,˘/aK/aK/aK/aK/aK/aK/ɾ+˾+˾+˾+Sf2(eF)3JQʌRf2(eF)3JQʌRf2(eF)3Jneֿodm_c'M}+ӯJ4ⷀBPȤt 0^ x-ീB}xk^ڇ>}xk^ڇ>}xk^ڇ>ONTYNTYNTYNT^{^{x0އ>a}x0އ>a}x0އ>a8>7+drWx%SyRYx$1~nM %P0<%<<# ::"?}^yZxJTd}TZʬ8m}}PN b}nEa S@ot|TÙaW창5..t#68'an0w=pDzMOLizO<_(n`[`y;@ Bp~qX||Kn#4/˟cuffoyn(V7cu36K,b"&,bqc,X1X6 nf nf 16 mb0,܆mb0+c{11c,TSeL1UTSEL1UTSEL1yS0TS1ѱeafbExSk1V +JyvCb8,3)ϓgd2daI)|SD'?np[T^έJ~2<<'|qrfX +VEMG>wE݆\cj:[ o>ɧT>ƭ4u#]r5"}OoO-STƧdT٧J2iL&ɢYTE[ ˢaY1,+eİȈlȆl(ˆL c2aL&Td XZc<g-0-s6Y7e59Ϲ~~ +%Eu>/ު|cYx^j:!jm+u{:7Odt焊|j>r݋ݽj.MWD5}LjX.ލM {=\!ǿS*mzP6O˛x8|ƒaU!JyuަU*mj~;:1>S&b;'Ě{WO:sI)w-GNϥ?QER/G$^t׫-Āl;y(D7ʖox<EXQ y;MkMx=cPՓ Uߪm=OYZ_-pΑdyz#xH8&ZX߁\|L.y '2zz$Ngq T[FeT[&ۿ';g9'ɏ9~O8!|2W%s *B~Ve󢣓_ac;aSpE*_U!˒ٲd,toV=: k^]g9(cx:“Mue/'tU5]g됁d2s[G'M+ڪpnEsrism4tk zٹ/^YzTtݳCzm59$r  +0za*!/9Ck;VNnyݎ3IkSKu:K ;ٺ]b|X-tYwX#{y_jIN<ǹ0ͩ{0ۍn:7~.GN#{l?7usUug]%g6r׸Z:G\`2p \p5p f\o [p\s\l[r8k5nϝS?wN*;ƕR?WZŕVq~nNnYzMn2]8Ug =R(R&JmR=VkTFůQkTJR_U_W|*Q=GLՙ0**UE-RQTܡju)]ujӵD4]N* +*E +N2"E|-:dyEW'E|lރxZ.j9J*=*=YYl#h)gE2wp-=!Yٳ~ l@d9Q"{UdZ]uwսjue{ժVT+)[Mjfj^U DǸXm_2n{`”srT^bwqjsjۘU.u c<s1ws~wwws~{oFw1n減yڃw}T}x_,MNPyUwƀ3vvHEVU"I"* /H"ɸ(U@^U@^U@|uQ^{gF1e;G3*f#i +a5ȿ prxw&hPXӖjZӐʺk:c{ĽGܻz-}^CSǖ8WL"_PwSڿԹ{_mMW}(U>殏XcW~sok{;otNhMtugv-9_XRu*SӺ:<ZWuR1mv1<%Y,>:c\1Q}8ãoGj2{M;Q}wT4Q}pT3i챒Lq3B]8}k;,'kn}_qO%SwtTk8%UUssa xѣRtGo}XJgz&⒈Kf|3Xz>;U މx[e'NwNwonwNoowtf3'|7$QW55Ípc5=渲9w}9[||fYl]/fl*f`*ƬsNٜS68jsJƪWBuES o[q5nqf77a o{Sp+pq8í8܃íֺ[q8ap+pּ{w q8 `mkb*k[;d1FYldFYLd11,Xb!!΂ b,8ŕOՑO>,< +X +QŒK|;*8( bHpUx<6} s:v`9{Âhނ_o‚I'I'I{p2|Npgp|>I ???i,9|>03:z?u˓~ +/ + :xև~{~ )sof#̆6kS)l~J6?UwkH NXwp#{~7d59 0c su~pxǃx dzv_7. Oʜ'eΓ2Is̹^AOMMLu "X 歨:o=O2xaa#tk zu l+x +'DO+axFLu%0֙C̗uYuYWj4ޠy:o+ +眯K<j 7-pԀ5H=n;ǧWЀ<jmZ[V 1jnE>IL#`JTr;:JA#T?1axtrt6%r|_"r=:@ϓO/iQ'l))/REH)bf~Χ|Χ|GF''p|&,I|6,N|%.7%.KMf˒_ 7],;twԒ|-:(l_ttr{Xگ:LM8͊ mp5\p-| s:;Z<~1;Z}l/%? ,1&D%e 7$ȭ@ +'y'9 +G'ya X?%c X?˥kA.=a!*mopU{^o~k`YrU΋ ;7 +_ozW>5=,N+5'ܔMJݤMJݤMJݤX^x?wtD7~':0n07-} +ṗp'w=ýp{ +LUگlщY 7kf-ܬpnZY 7kf-& kȚ& kȚ& kroI oț&I oț&I oț\r%gEḯ߆+:a7Mqit7Mq7Mq7Mq7Mq7MqӔwsnN9}7ݜwsnNSXXXXXXߘ[/ (Q "a0+9Jξ+\>s\3}L1g3}L1g3}L1g3}L1g3}L1g3}L1g3}L1g3}L1g3}L1g3}L1gI_e K+aHDi(uN։:QZ'JDi(uN։:QZ'JDi(uN։:QZ'JDi{N{%VKXm/i/i/i/i/9QjH(bb- %aOίub|}oWK|.tui:[WN^K^].ע˥t.JnC:}]ttw.H4YkZt]EkZt]EkZt]$7IMyt$7IMyt$7IMyt$7uCX(L9:::uє.EShJM)]4tє.EShʜ3csflΌ͙936g؜3csflΌ͙qP=& x ~ jBg3ՙgiy_/ce2v Y]B.!O#v +Y;N>K'5ٚ&[>MGokN~&AQNbGQd(:bgܣ`>k2&i&xTӣvY4BG#k瑵yd<&Y&Y&Y&Y|`w j?1IMT+ݡӔ}oG#mH8«W@ë;ΎRĝ}Al_9SJؾ 6,4,lPl|=̵?.XM5\m׼ewb{؄2!b{VVeԓ'b~"65LAS+b\P"-b{"MH MH MH MH v כ35=gjZijZiZkZZhZZiZkZJg3{~^?cg3{~^?cg3+mJҦ+mJҦ+mJҦ+mJҦ+=4k:>:|p\o:^3bOy*a +d:oUټ6[?jH#[)Sm&.x#M(J~e&hԒZ"j=j/\`8.TSH'RO@>ób9d'WB՘ پl_"e7̝H= "u*Rg"mG#@xKBډٻufj~[T?j=]jM 1w]+XFJfcR\FC:\ qUMj' 5B H@D:pHb쓁KT6] +K**<'!]o5UOO` 0m+` +ضm+` +ضm+` +ضm+` +ضm+` +ضb,`60  "3`&roUj` X|rհPjskT]Z@S K8\cqEczl\?@tL`Ⳁې/5j + ># ꪥ2 ma\ U OQ$qT9΅~E8t@v={3oLT- +qz{=x^F72xxx o [12LaTv=p=pkvn:OI` 0x << <<  //ÁH`4 +*0 ^W հj t0_l ר)?0JCapU+?}>gه?}>gه?}>gه?}>gه?}>gcU.|"EYg-.ww̅ߙkMQyѦb&j>i!e\`Se‡˄ >\|8?eʆ ɇg3|L>|LAS2d‡ȄGo(\yy~aggöΆ- 8ׇa}ؿ>_ׇa}ؿ>_ׇZ{U3vv{ӇYNQ1߅.l\ؔ5 +)EԒgS{u{ׯ+7v/ҫذsOa/7k ZkiLqn q +q9:%EMa?7=)[ޛ""#!(2Nḋ!ٲ0[fb1 qԜK4k:md'ޟl*m"}ļZ{mBQ y;\-z!uVRK(=؀C +o.IV;@/l%m@IEo}@?)?0 3gGπ<w| ېȚn6j(ZEa 5p׺kOl9VP๴{ygJBfK:T!z ,jBIȑz~v/MMj5d;P@x7Qr6rCFVS"dcA4LC4jS>X6mNGz=]uej8TS/_>r |%}KP筸N(7z.tizŴN:@݀#~[v΁欂eUo47p(1%D%[IHNF\ȑ5}Kܜ9).Mf@)p8L-Pr7-݁qv'ʻx7“y%UxhXXX=hfoVھQk0Rd@G2q@QPMXv] L6@9Nű!Y $j iZZSx tFk|?-S)hHA Ch=Շu\F?G%禼0$ukzGNP-2,")G<<Pw  W(TF= ɽ?@lȒ)&u>j4^ͺ+vJV"`*{}(7)_&\6\ĕ},5wC>e3J +<_3k?:mۨ χ|>!|[SiM^@?| + Ŀ&J +CJpX g,ek{$+RzHDYZKH*B) A%A^cR2F ! C߇6ۏq%,y¦4JD|Epڌ@C +xs4_ <[)2)>0=rФJJؤ={L O?&=EPUmhYnwx%mΜ)I#RQj]z@}i! kU4Ĺ&7\ kJQeF86m R >4Yߔ7FIr6ZM&b B8[$j#P!_ )Pf:C@C|o&o4ᖨ# @V}!Jѹ hsp.;Dɐ!͕E>ZGPvMp| q(?gk]Vh}tiFHXYҴ~vK)A?Bȑ9bm{J!C +dHҽbZ/[Az}݉{ˤUW'0jAhoH^UubV8kQ#(-1vƙ +J zbj錹"z:Ú-Z~0>V/`d7 Z"0o/a ƿECxhOԍ/Az-ZEU,t 4 ]Skt͑ҵքc]-2V} +tXz^',֕.eZv7;rM}k`ܤ:KʾM/f1pk". s_IQ{m'2 hGS÷/h59ަ>f5a׳ہB3v]z֋=DX67Igi§{5f 2Ժ`Z_[XKZKYWvֵֵrV{vuuḫn:?X].uuancC&Q/zºXì5z=aMYZlgVG6ib>6:`EssK/xd+x +Oaxm^yoƛ\ޒ6,mmx_~ moY_vUl'_vx[x'wދ?[!ޟ| h| ky|fG#+3|_d|u?Z-y WVI֥"ED;-X] bD̳Ƌ2Rl[f""\ke(9T 儾Vև6ZPb凶 +MC-ݡVQ8::` +J-?tYmi'Yv̹]N®ksnl_ٿMvV־~_j?gm_=}({4kOd{2~~?fg>oʟۋP{sU|^_{{kooJ_mbylW+[;{N^'odGّo[fy";˻V];dOٓ'/Ɂ\ɧ`!–/q•o7Dm9ANu[mQWNSD=)gr\*Zrh+nsZ8-=N+ gVs\8p:;׋Gέ1vv'wv*;~b3 vv!03\ q^v^Üh3/^td:g3MvלbXu;Ÿ0La!ƇeX alp,, + +pn bjHgHH7AGKWȃGG"#}#}HH?Idy_̍,,U(}d9'EFGңBãG&DEwu[7Խн&K}}ĖnosOn?]>oCv;i7wG-1D|;}[w;۾ڝε˝ηsKWJf]kwq׹.ov~n#{gy'<=~Kjü^]{Wk`ҽf^ = 'x7K;(׼1vOo7ޞM?&{?JYI5؋'g/頽3Q(Bm:a^RQ{*$jԔHH3jh}pJ VCPvWyLR{WBoImMS#W;QzZHbn_B^T6 ˽mEH0.J9T~ȝ[sNl??Z#z,Bj)j#p[j{ҴSZOU}SBwS;ΕխgP^kfc+奣\l1_g?iUj^vqhr gJ.kKuPic25 D}6Tҳ W'>4fR+ =E/oỷΨƺcHL}L[[ғ};{hY 0 J}4*JE p xQ;^w;i qc1?RPPMZjϰg\{}igme+Z'Z'Z%oih(WOAOYOT'ڪ'*jŸ|Ec(i/%i/%k/^k(vwB8q$թbw;Né4`9N#vit~\t/{Pҋq'/žԾ}*: {MvOB7>6>[m|Z[mgg6kim6>ۥm|OlmxR8)jԤ:?ެ2zÌXЛ1oļ9 VЪ9Эѭtk)⿠o(RW!j|jBiJ058F/K EփNhgMhg.նւQ+Zhj=uMM3ZRZ)W {l +۩.CS׃An mna9^l&KldbENŢbb8D0FFo`QZ^MQy#!pb^^OR o Gވ#&q6$qryO-I-]CI1Uvf.f0a<\#HW(b%{>싒b=\e~ FgFè4C0F` #eČ#k41+Bqrb02)G&r-Fd9LS2Sf"}9 y?ˏ23,ș%&lHH~i˥(sNU(u(;ʍ2mInE]r5?"vʝr'j%wCr/Rb-%'A?(RYCTKQ{\ƑWIEQ#@#؃G`<=x{1:ClBB 1&Mc? 25&7&ݔ ~ɧZ&w[-T-p pv긅n!w@NB=Ŕ斸%Hݏ4݃8[w0f.'y6E(ՋzQq=j!&ūMiѨ6H5%4 kͼfC̛[(mo"rM&wJ H)Y3 %0H|xCx< Gx},2 O{>qp*pjZZ|>n/p_ᾰچk/p_X\֙uƾӱ٣fhu$0f쁽fƈaF0gذUd X0`Mu Ÿj#yѤapheo I|0Z?׌&hNp3Y5Ih0ZXÑ%91ݤahnh4n\ ^M$'-ߑ f:n.qtLf7)ȅ/˱&nּbx-ZZmku 5fx-*=ȥ-հ[niqbQ9x"OD$'T)DP$2 F1LdEGG_'pJ-w;$.0HpG-p>( H֬qSBgZ`k Zyyo h4G03l88M6rM&#C Y;6/{-7[i_q,M|5+KͷiŬz+`VW?W].j9>y*[{{Vi9Ezll7<[S)KukmөMqk? $)_k~k6j]ОR:yM-&*wn'OcHVD5Krh2`zU L~:Z㽈݅H7)wv) +Zt\#P|8 =yTh^5W!նs_ּ +OOWΔNZV+OXP隧Nlke*^ oA]i}@z$OG +5;*_e#+|g{YMuQ{fV?K +|xkՔ{a@z-i_~e\;iiKήtUF73e34B&̬'Jjӌ´mA;az|Lb*_ǜ%6? Y2e`G1a L]4όWJ})\+OoBbsG )`DowtSXa~-Xŕ]03/Gz|jS)1̺6.,S|=3 OQ_THq9WRs44߄7& qG21:3רͷhgK8~hb?PۇhՐa5As7 4=j591f}&sʑAY9 'w#Z? њ;ۉ8R㨢m~ ɩz?icsUi'L+[/ʷ'gOB}[95B51>ÙG˳"O/0TnYK.[2[GRgը:{yF-:~5r,?q`*iB׽ԡjS'_Xۑ $4j=ǛF… dMy)Ϩ|~ܩAUJ^v[v28[#]jj OoC`jXnӿyh*+F圊|S H9VOKSRVҖS:.Wa0=s?E_G]Y񮶜jHЫ;(q\ҴOU[ͯ=ϧ8{}awR}ϯnjk3];Xzs'4扐Ľqr}]sF_n3߿P"j hz$X׬pO#!M/!X5C-PgF#̝G<*zL=lJD\ 5]#Sa /W!l5o{=^Aܮ i`fU\o⎌Ѫ +9=Z + +L}.P5fR}Y~}9׃'b&} Y9e 'Ȟ`{3A+<5Q$_`SWԝՀ|{jy&Q[#jAI8ߖC3O4=[} X Iߑߑ+v|r&|0FາK[?TQ'/zXT/Zk_2rG0P?Q홍G0lsᘋ\|8*1f>sᘏ0]n4b>91_`>s?/3yṗc|811} ٘e6٘g6l/STc+MI1Ϥ(3X*嫔,;R K2^J'J% idẗ́6By1M|ԔZC-ђТg_ uę w D+RE߃z!1x4&QnC +dJaooR0R("2<)aEm\y7jB7˨Q+6WڥFfx⩛SGefQYˬEk#M൛B63|7`ߍVEfdYҎfGNf'ԁ?gW*&+uuOFEt.2QZlUЅrkYVS;A! +[k)l=Mxg5Q>ivI@qA&]`R~~,GqB ;;~~== +A|rGGj;y8?>! c)' +/ʰO٧fu>|m77kKEwwVMmQM!kuS@'d2]:E*JYDېmDg~-]<纺.!衡nt#o~sݜ:G@B K-խt.o[mComthV%?n}.Bb]JtuW {O_/œ˰~zVC1zob=J=VOQߪ7mz2vvL ==3,= ֳQ:GA8)fjy1K2qB/G +"_Oz^;k k53>NqQoܤ3fm[~R?P]oGg3Ϣszj> +j_E5ԿG0f~zCyG~KEm1} P>C?џ?P> ||N3x'ȧҨ/,_ȗI/Q.FS*55_ jkk M+_k塇66G(-@_+(žb,@gH F-ԚQ $P $P $P $P $P $P $P EPHŨy*dBZPy@P>j 2 ;é +8cq@0tg:@~3zh: YV4LSrY܏##QQ(//?bCYIG$#ɠLF<@Exp>&yI0)pR:0 ITj%N|vR6*6@ES?i" +_M錙˿7M9!:@NuA*Y%עN򓰌H1~~ƽA ֽR`^^G !PF䇹P;uF#P&&G7SCw;uƸcQ-Gxw&I$ S pRmw;3ܙy{'jrgcĹsg7]yu* +wQ +jw5Jt&w 5cGMQ7]>wlt7 -nES6>NYhsHHw/5r_tK~j쾌{hG'p$?|=:rҷݷ;quߥ6AoSFT(s&E\j;[Q|hPN}ԙ(4@Ԃ(3%HHR:#Qj LRh7AJ0h%Ěq2@W!SB0Eq)C)Â)3SFXla=z` c|a[Xla= -z +-z]Xz'=\, 73`f"Q`v}&5WA(1F9јLE` eR1Pk܋e/]NbWQ'mOOSgc N3uB Շ̅SG IyhUggꬊRቨgB"i#Ϝ3l&C +JsAm11k3nne6n571soi"nK/4 H <HI }`~/ Os7 +i3+g VngmVYs8& [,\aɢ`CwV 711++g'B8,8|!8bi  `_&Xi MЭ/Fv!(k+`nVu.@vj2f&hB0EqACAÂA3FkF<=uO5 _ +]=Z/;z5 +,k,Yf , |Ɣ}MmzZ1,LrdNe~QC/Pe23dNe ˮ>_v|Y XeG/kw;(edY)?՟CȲ BA}Y}S ,DdGA|}`ʮ)/LEd'A *2d ȮξV\[oWV8^·b ߊљuWXWz'+u%SXW2u[XWla]quŋc]quWXW2uWXW8[XW\a]u֕La]u֕8[XW\a]-+q+u[XWzDZº +-+ºb ++t֕º JOa]%+ Joa][XWzJ/a]Ǻb J؈bS'NS*oFEN sZ:?<'/ |- +/p9tubùs1z\:}>"(vpぎuuPg(WrSqBF9a3nqn.έέL9N( K +$B(r8 9N(8Y?HP B 4;ctJp8f(vwG'-?tvtD?::RGJI⇢$'ɡ +I~ҒPEt(4)#)1FfR5K("+^R=(?J䐊J +FzT/A 9?r$3N0 N0ND $Nn@{%_F%7$OKcL`u4Z%D %7J,1-D-9A~;~;Cs; h'89{Bs ݅qB w["N5z8 %Bh(B+!!ȇ݇!9Bh+B1Dy6AZK'BDm!<6ijnwNw''亻'rwQBk Jl}} Csu ?#6Glz;D0. m$Nuk Q5s?v?'ϑgF‚TOXr :wẅF] 1Ej $&HuSp$8yfJj$LI9¬,HY 4̝D"Z(eaPj$ JMAA ̣Hx R@Y GD͠lDDwQSDD((_>!_XA% + D Smc>&Ԩ ϳ c u7Lkku?Y'SHg=Qŭu.J2z䶕 Z{֩{9I CC^R̻Iѧ[G&1wGtyt7MEΌnn@,~%F#f?!rȧVyN.[^5*gFHY!Wx7Dy"lj,9Qm"'!r"\*r +XE>$"AF[EnS"|̝W{.a#!5qXƯiV6^䄸U.ryֽHfR%2U"]#26e-hM"d垊"ǖ@j.#˼gQ-5eSTW5!~ ©)\#D3R7-reEE39?YR:E 9[_e,K%LdD;fyLDnIy\"~ȧE]N:MU:r~rCya"Gv:1K,Ym"'lr",r +\ۉ,7 +m1K|^X_yl`ɺމ"ŽWQ5yyJ97%r&r^yc9/7KDo2yT +{3ٔ O=Ļy˼ +j={B-mT==CnaGvo?|U$O#Q3bsivWjOrSbM)qs+=3>3~'qa\O%>y_؇b'_USsB翎%~R^*zgRx,~j]+Ϯ-N|<gj>%&I^jĶ_GY< @Y v~k߬#u~lTWPt7RȞ'~S7=U^>쓪:.F\{{mّ؋ϵ+{漯okzo/_繶 :ǧd<:gCn}:,;ZTDUJ+*^8ٮ64o7Ho$+To +exSqjũUsi':7UNn8r:]Kt)w@+Cdļ 87-FoNAPf FCFo %ycqqY3r7[[1I@gʻ gݎy'cS)ݛMG3gw'NY8Ӽ9p7݃ߋu pF+o{o F[-E˼e(u` +{[=3ZV&qÂOapv̜tovz;QYo7f^λGE#ͽuU^vG#]]w %z-AH1"dʣ ttiLgnE?qD5z?~>oiJgꙠ"m,j$nL=9XY)f33yy8Ѥ#کi{cL ])A琩RTʉ_2Nv d'V Gzf;7v{UƦ\-KJF +c(A{%n }G 0&蛡K^ %)(i')dŗЗlN dFB1̊8{q>?N&??GJ&d+d0i#M(}U&g&%hy_uTe}w^؝;rg=5rwYjΔ1t3s tD{"z j<=Ks{ U~+s:d+vsen5֙sswYccqL4K ګQۯM̞ RH=3/WK3;A*:^o|~6 گN&=Z$h_E?j[P5؁ %+pϬV= ,A?-9 +UaU0FA„^ե7*?A[1NE cPP[CK#ܗ+褱fo|Pv|4~#afmU +ՃV0f%LX-4`ކJ'{= ~$$q|c4.3}Tދ +w^ksWS+3d7w+wc +ڧIvp(fCx·xdݻo2"@\-^=`#^'GY+5cx/(˵Ԙ}WNjoF0dJVe~Y+LUzʰ2CV%-̮^:Y N<^cQZz]XsTI#b8/{ Wq?tn5/IЬE#'ANH“Η*0Ϋx]?ލ^2ۑk|.J-v]V\w̏O2R0v|tѝdM.CbSWw%hL|)LABeRP|HOgz؀Ȁ{hF׼]v{6㫬 i]]JFZ9 UFeqVIqz~[wݚ]vħ겟ϳOl 5" ܩߗ9bvqJ5P@DoK; [ܔ'>K#ZӳFxcc7i+.kWۈ'0_ִѫmD(Y ZͳYDҵKl]큺=(V"džDZ׉vEȮF("@%lTʂU3>X~(ԴYo@_U|vVuf=SJk ,ŵZiM`Q#Σ殸vSP :ҩ(_7&k3ʆSq-[+K0{XEfv3˵Y (nk7Oĩe]~veM[SSuD\d!Ҷ>;:ߪ;}d[qzuتiN27?Flu0k9 +%QWoko>f kB2kNͪ1 k&.Fŵ3&|9YS-yFL h %oS?)=Kܠ(t4ŵZpzy0]Y*~(RReͱ漸*w??Ue )2qe1Hmƭmw2LΚ5wilR{ +xEP'̸;Um2uFDPKkbE5;0&u e1PXN Ԇ8 OIajf\m?N`ÀSMTYS Ǝg]$r֏6/3/#2w͛͛ ƙ&YXT9-L[D~cMoNDIp-808^ +ABGC×-hRxxx8M D3ȳh#,\*"UgwB2s\f3Gt%Ur_x~g?NHc>C+~}hv4GHڃ4NwZX]zK7@ZpvAtjtj|P4T7$w՜;DH<&~v{Uύ`M+y_,9 z̻\+=*} ŽNr{rח{QixIx-ŝ}=cȗ;")..w vE{w_` %c(Ö1lK H6Fڋ~r"/cTD4N|یAii#nNc͘4Ziw aסQwp) $pINN]] Kø6a\pp^^/,|pt:|| +FȇF›; ~WoR8|4|(2g`3zC yY3**k3.:U +M3(7s(䭙 \Ef惙O̿Pr?2l䷔]"K D@yp0%GD F ȣ" FމC ge30"|>]k󆟿/M^O*W~.]ԃz\ w.B#gV>{~3:7:W=*!!!!Պ֒gP"ϋs.|ׅA1|/۷oCL&qavߏiɈH"A$<%,B!8""@$EDDD$ a˲<¢A$L׹wFȸovιu랪:uI6 +} AKAuگwCD臩- lV[~DxqF"1w,uHNeQzٔҳSz6J2Qa^A<˥VEu#&u:Ij$Y$g9n?; ؟;Va? v#T& ^V:sìv8Z]בr5ݶV]s?"T66JԱ]ye]D'}wʛPg؏qt̴8vYc RY/@={jF< {jF"C#x]~@{;坸&.yooQK^7dXX̺CGX &֐%,")viiaV,+D Uxj!\~wƛqI ',HpROzt'&MOOBZ +!K|J|uZ|ˡMdp;K$^F_+"&Yw0`dž:{gy`Tz3SIp~$I 'N/_8=cSQ& ʦ|2qsO IvXLb,KIv]rHț#!oR 7N;K) +R$ݒ~QTP9a0k-J!%?\sqHA)X +ïH +)T)URµlIt @{dK#5 '[)D}(F#? =q҃J ?$MMM[zWүJ{k7HV-Aq\t|*Ec*PECUD:TPCUD:TPE4"t"ҡH*9>?67ط?F~Fc9;hl7G\ûY³ikLϠU뤇2!>cМc!b[0s' 6L2{ۻaUFP.܉T #/<c1¿:4]D͍>y2/3vwwm6IM#I.ǐ\~C~0$q$cl\l_6sr}yL9}ݙ+0W+b>f%>z>zJY'z*at[ZE_#$'-iF_nY {ihZHۘ};l K.OL[X#{@1yNHB#Ԟܗ\;kϬl=29ܚ1W8V -;d"R1ch2$]&M,ݓ{{C>o~6pWw\'*<2gدYo+M-Ry [FzvJN(=gGzߊT픪RQ6Jkbm:tlS|)vʇa|8(\Ai#DDH"sI"H"$H"$6Hd ˖Kew,ȥ9|!NN7I@Y@tzYOHF$"hh!]~Japߟg;V&ևZ(_B7|^$ϴs|_aFg,Ͳ)NjA)w"]1rw RFZ{ϖS(y^]#?jž8'!msFukSoZͦZmGܳ];ƬQއćˠxEf*ʐ<×rߘ3R͓*I_̴il"{!,ry//1h:.[|kKY%A?H+Am26Z5F*D~d]I(k)V!&FFNwdz(_ٔxnbԼj[Du^LÕ1ːQ޿#3=쎃859r~&7?z9Ozf͹mҜljy-#͎t^*d,*~݃p,Z8JXiMsmt5(Ks fmKc{K(Cn_9zn5k|hu}n\z묭hm]vnwЧA6fsz]]uzezqtd7]o<.P*ۮ<+ׯ^^tXwW~5gA|g~tS +7YBG՛ 3{ӹd[V"1NbhPn ܇tɲ/íI'Yd)v6íC_[H[,EI~%KQF#D\+e=WWY)م7..EnZ Gh9WE_|5lN|ߧqE^P;C <. +m²{q({\%[dr\L qq8sq8ӓ8Ӌ8ӛ8Ӈ8ӗ8SN׉3g457bϨbV(hPN0>711{K0"S*pgEr@Kn^+KqEBP27$ C(E&nn6Pu0]2ɌyG|X|;rwv_&N,%, +YwC8(si,T^EiQis;6_\P9 .ӆw%A2T(J=<2ߋ.v-2ks_ƞ)4 0aF{5͟\}֤yNsY5H{t"Nf SHiZj o^u`cY4˝ME94םgqzO7ۘ,?{i|OfsA2vl,Ӡhyq+GX'Gy~!Ex?! +isx'[$\bK+{[?SX1t˽~Sv+w*H$=n?n6w r[ٝ_EzP66v+VSba0(&8ETt wM,ekEq3k ]o$zy')IM#]AzlʞU)3}7Q+ȰcZ݄'hEFkZ΢lZΣn\kixE5ϽQ6YG9fRzClI9mo|(i|ƌ r\,9!'3rv*>ׯͶ!5=lz{jRRyO[:ޥU2+#%nIߙsEN?v/a9)k[a] tBx /`d{އ =7\{CzCѓ/G=`)=Cʹ/aޭz[w'>~6_|Y|}I|E|.׾L*_~}4N{ў;hO`IdvelT% cwQ7t-i +_ޯ/ /1l^)Bq8lF}NA}Y8YO%h=jww3,Wu߼Fz?^fߐO!S.ӞzF6'wЮlK3hf;*@7z,w )v _o诹fH޾[_]iU k;6C2iy>;}Y<ֺ$% iZJhgB3 +:;:e-=z1cbb@fĵeO{-:hqӍYF:H;tNoȂ&>sdVm`lpp2`"R>2|cWI{ ltkaXDȥd!ޘGD'|d /Y'2AVD)vtNQHVDp! 7Y"X鉛ȊtIw-=:DMrmF'zd^l:=!KF.Ydi鉶3m ܊ȥtz""r(d9K'rD.Yk(2IQo:=Q@'JNODoJkerfVƮnٛlLޑ fZʖZN&j-]Z0F3وh֣v.N֍fNszyNAtNAs9e趝Sv&Oaa4x alYOe~b@{wIs&^}:_w秩z1V9ɖ%3 a/u)4_wEigꗶe;9ʈ aOl6S5;16CXSƥ j^j_hgU]mQfO5mֶj;Zv@;Nh풖Գt^KzGW*V隞Gc$Q R}FAߨow{}A~Z?_6c!eF_1lTu C1oGc dc1Øm3v%2cXol2ۍ]^cq8j'3VqQa\cy˜+ʛ^괲8+V01K Ģ7+XCltlœ4&ƦĦYxflNl~:gbbMUu g:$95 a3»c)c1fbWyzͨ^^N6UpDLچ .5ھ۞ydJ8V &m59 myo˷ yoQJ-;s_@XC^^QjrJ- -PE\K^qjypp:DQjT h\ȤhN1rxotF,7tDGGDgUsѺ5"ۢ#uQA/uy7,ˏEP룬Ox#Ϣ[|fWv+@r10ۿZK׮׮%'*J(2B/Q*Qd2UV) %^,SV*k&erK]^er(M9^ z"i('A (G:gpMzX +KNnaD;"yʖկtyylxL|Ů)(yAJ/_\wVP+CjwTjĕe(㔉eߩT(E"hj.U P^ڠl̩?luPl5N"yT3 ^/.aP~xwݘ`q9|ndp8/X>>qweT$(|6<1|!|) %Kq*Ŋ*}~J2(S$V +)UbPڜzc]R˩nWBN /(\"|I<:a+$ذqHp. WZw=aCQZtQڑCs k>L9Ͳ]+upkspvP'P=\uWx^$8u=tA~hVh.ܬЂꭸ.z&4˯ KkOe A~Bö |RD<<w"x6xKdD`{Ϝ%96QW5}. . N.f /6WͨWX5nMpApqp Uˆ  ` v( ' }GM|/xz1cs.s!:.iܘP~p.[6+wvSpDžR|BGʛ[{SWG〓3󀋀+%(@/@90CX рq)ifhMY`Qڵ)r*:Vn~mH]SY/LH2{0Gw`>~#Af`gZ@/3ǂXSRz _ X +X5|ѺقSea#wN>\6_IʱWma +ϟSe@}j?``+P5.k;4,[h2`*`]lBC|PWwyu>=+ͺ NOͅd:7#"<x2T y KW7wO>_w쁼@a@ ~ +*CtQxxt``Դ@S`y`U`fୁ<|w9p p8p,pTlBR  +:r,.\\5Dp$<5#B>0^x&Rp[p'F}`|ۃng4F !9T}Cy UB +rl#Bdž&OMB CKBB+CkCCB[BC9V!ࣄyЙ@ !)?…a:!{  ׄ9 `Ԅτ_U0nnHǰ5O +ò.8R~nidRԦpV %T(I O^,^^Qy ?M٩Q)#ʻ{irY9aɟ9R|!?2xpښxDX S#3gGFDEVFFG6ED9ÏFGNFDG._ڣy¨- <xH8ǣ 'FEgFDGEˣ7D7Gm )`r +7hRRj*)G+-Dzp0.X,p>al 32"6*666!69656#6x^l!زZM-oBbG:]]1Jx^ +EK +?0>$^ģ) <.>xJ|EMUu ͱ8~̸??E,0Bbu Kd}V=R}i}~ђAUz #S?~Ɣ~QZ?~.KWuT\~</~[|=Iw W\,e OXh 9Q7?1 18Qu HHJ%&$&'$f$f'* K%V#xb-[Bu]:>%&'Q)q4\8N&N&$+Yo8'#ИbxF!""FB߯KL)""ҘRLiȥHS"H)RJ#HS>"EҔҔBL>'jwݟڳf͚ S!|1FQ[]Jvk1"IKi|eJ#iѢ+%=]F1J:1ΩSzjg\qf 8 +y~z&YӌƝ(xa<9{gW{'1ɦLSvUi),vi4Tblj*7U &Lc +N4MeZ|"RgdZcZg`\vŴʹiiXYVYeUu33Y36GǚǛ'y cf0טMfgJa^`^ln0/74EDon1o4o1o7(w++(N]nsEh,ZK%גo)Y-,2KEg(1LkNJb[92ٲвdf KcyҲhYmillZvZZ aK{`KW,צWXz +k5:ĚqǓqVOZ'[O[86,η.ԺTvҺúκٺͺ\]}փmW地gWm̦ӖelfnmK666G`Zls--.k5ؖ5V֖uZmm[lS miaQq{mӶsN.[EQTlsJ lʏڋ)jWuvݥDv=jSeg_ȑ˹dQZ+4끛olվ~~x{=IW< +__ǖ|\lGJw1&Q(qLvLusI|Gw;;9:ն8k۸|ccގS ˎd'tYaαΉ)i +g i⫀o+kUov&iuu.m!\lp.v.wtu87unqnwVelsvXyyytg'/\zu^tv֕:{\buƥM|WUyUҹ,.wE]sO[SZ+u-qq?ZZjvwmrmurv]3K7svv[vgV"NE;Cy騦=X,6'U5K]K܆5nE#nO1tΧ{{)i 2`ER:c)q"f..Q½}}D".B1|x}AY}}}]Y=̣dz==t$* Hg +{>4O|=&|?``Q`iXFXh +Q+g_l \+Oy K(  o1p6p!p- T8oZh\cgN N NlVkMAGUW WxRG}pAM^pqAWZsv]n-BpPYc? vOs<ȱ+ !MHOQ!CPQ84)T* Utc? u!K򇢵59yV\5VVCCB[C=áPGma$J_CWtBBa9 G %pǒ!l {pX^^qǦku& m]}#cS E#,dEGEWMLL)LT菸Dj)06vDёJfYi,D6FOl/i DG:##"k#]HOTjhN47-E-qꢖ+Fs KhktgtO@p====kXvlH,/62V+MM+U 1[ .--S"[[;;;;;;^77fX0gLJŇG'ƧħZ)8Е}0d|n|A|qar+k--xgt\b+I MB;z"'O$tĤDi,Q%,֦+]VjIDs K[+%kĦsĞ==ўHx&qRw%q>q)q%qmVat7)'3!ɼdar\$9995YK8&m[ғ &"^K)JI.K6,Jf3.T4;ݠ@xCr]rCr3mܡؤurH,y$y䩚|W .>v]lT!bT媙,W5WSz ݫV|Nb5ZEԮҾŖjk/j/k =DӲ;ml3ۙY- o0&kb l%5kd!F`}݂ +F &a"B2aP!4 w0_'?-|M^"/ɫU  vUxI)DX!%%.#%+˿^Ogo叄/_ }&]~UBK/ W W?,POQOe.WWju%juꠘՋ/ć+-W՛JEzQݮn>OOϪϨψT_S_Rw/*6ս q*cpC3FQؚxFRܟTjRƷ2%ee"ݑzv鮌֌6ihƛoK3~qL*x?S*8q^Q?ɤm#77l&l3Dz ƔiE*-=Ѡ\dr |CP\Vbd(5]0TteŅMhc`aaѰ°TGⷘ~Q$nbL|]| L[{ŽL%gʻL#'˯)v,K{>k>?`Z!;N6X$H?vl%eai4Lr{ }w<ȿؤ??~_ YoÕ{)—|3,Zlh/|Wa#}rW>|kp7tr<|3t_=W>\9\.k0sV`,8`,o|stndʧܧ JCm{dVT_+Ұ G!vVfpm2+dv`ٌ~],ʯfϰl({__`_W.V=~}}_^_#O5_^~a?cy{>~gU5]am` B+2g,=#3f)3Ra0=&FS2+ulV.)?-03ƪd5““VxZtsRfٸo}مo+SX)dnayżna7 YP8$/_K(~Gff,{R3N3kjJ4%)dd6OS)eOky'c:O><%yJ Ri1O ̩ºnnnA\RVעۨۢۮkn:uutu]n]^kZ}>W/2}%tzޥ9y%FwEN~Y^IVN3dCfN!0Đgi(8Cɽ7 **ƗJփ)=WNX{6}.X{nXX0X{.X{}8^X{>}$}}4} %X}( /͏6?6l~lAn"(ȂOO( /Ga`SWi2 y9X<%v>v^-,Y{-y& vp۹EhڙUc֘M8]7\g/^ DTXv񴏧\v< Nt.ȃxyg$st~͉d=3ƓV}+u:'vhOhGm5OֿEigdQOjOMi>wٔDJo$V ~RRNaJ<0)'>OZª^ӫI]1I!;(~3PpkR"㟙:]∁ oM<xy$% +3ZxKUƨqJ i^c jOq'r|t^O&?LMChTE]$OdSSMoJzkZ*.ӾOkϿK>ĿS=[UkӾ&_ig2N Gmdฦ$# Nv|y٣yb\Ó {7x +i{6?y=wǴ̻I5¼|QG]dn2;tfvwZ\Kɖyliy:ŚuhSi9`9L똥]>gKŏ]e^\eZwMc.RzMI.ZiWiG:=ǎƞiiw2_O+kZ&'e8_+S_MJztg(aMd )kr^'S ZL vK>%;٥ni;leX )yyK4/+;y//lcMrz=-z:nWi[(Mv4[1(.Fŏȓj3V:Jjے }%S[I'ʡ<fZgmOcl;d;q;:pErYtN2PBvGy<b ws'O؋(O:&{J|]rq'9t3W77%INxbTPʠ{tnv`äb* eLgI v~ 2S?N>O,HmKttx.nR1ڧf^%}flFbTuSۊg)OJ'#WyRI,Α 8E4q$uc'K>m''M蔉SotΤyh=Κt 3q|^98S{ =D1%>'gg9q"ENК줳'tMM 6I25UJMw3'H\ I;:u2 n:NP HOҾuu%.z +C.ts'ӹңmZ6ʠ%4z|WtĽDgGqМ#Nvsp" 5'NxS<=c===S<'\'}<g.;bOg9.鋸gg-3ق}x7_i+_?Av_$NLHof@ӮA$]8$z Aio[{O@GG 1P{4wɸ;@%dq ! iH$J{~q @+jD%OC~@JX /h@x kd؃Sf`{9%?|7n;RE!Α0V /+|% 2x/RHvv!7%< Gw$o.AAq2@oC%%𯁟)*^I<]օumD]y>B#٩ݯzA%#t9B9WCuM +M;(!xp/P)Gϧ,W<!m ݐ 6{H~MW;1*'授%#|Z%J軌H&rbDŧMB㐣x +*%ÿI>EX$C詌QvL7[~X +u uOV7q'Ҥ@VYy$D@hIB%D#<BFA ;r c)UO%GoGHXm.j9 񕨬XG$8V7 \ v[Ljp؉e5-B * V +*psA JPXĐ+)9 +qP DR.EȰ+Yb6Ɉ%&ڊ ѩ5ETJ~  #*CB,V%n VLu..xO93U#+!QFq# `{[:G8:Tqgg \BHkUKq,VxTq2(s1E~\H2P>Lԇ#&T=qzJ(y) +\wO< /E_F' ]Fj\q<<@=Z0*ȕgQK ZMF*y -y* ن)W 9ǡ.Jj<K RD>/''dH c*'# R3:P2t%oo_NSFQlǯHa4pa<D{b*j"_Jm}qŒ/rSH"$"quqB;;g wY7އ8_~H#JI"!X +ɋ*aU=qE<BK^TLyTB9|ߏCQqw(EV䡾HFR_8@13;J(e,N:^\␴%A-OJD/zPZ'Jk_X4F<<}4Q~c' R$S> IBa!ǃ<UB.bH .aZ輊6Q:j8z!Yzѣ{ѣbJQ] #b³LurNO1]7`Tpwo@F*lB#h-iAo@Z hh@ @Zh4B3s FvF7(m I=*pH&HF.Y*A CPB ڜ$GÀϠ9T?AKAK!mG0GɿG(BɣVR?#cǂgg*;27 wPWqi1$ydH?& m6ܠ.¬y>/FiQZ1' +A>PxxlRGMggTLQxIPң^o>V$hpC?MT<_(#15x> ȗV腆r +ˀE,G @;$1Bi0vӨ}=ՠUS M +Ԡm٨!A ٟ j aWo/"B[< O+h&y4t&"6so-#y@x{1j~y DY;zIқ?:5z腮DL(DlJTrSt(omB]]Yw z]| }/%݂[BB3Uइw \xeUWZN5rfa!6źk3y4l2gyZyOIȓQ?xPqB{{Pƒ(A/P s*Eb&rB"A 'T) ;U5t[Y+{9o+ E $(0qB5ac~ +Eh2 +'FC29B_>vJB?H?XēvCm7vCSs4v棹|{h7ߥ{dcTk<U]e5h,4,[ee"ى:ziO4OoLyژ=7=okOMzv|bR0ʻCMgFp4)ʗ=L&ʍV &:Yn?Ydpșױur*;Mբ`Q' +]/|Xf5#\Ot3br+Z% +^y=t3h_'*/B> I'(Di oo[OUwK%Zj?^Ǚ+Ѝ9WftVjU}3@yQm8-9Z7_b> ']#)MT)ּt<6܃ Ꮟ쀾ȯFV4ڳX; ?DttL, (ӫ AuǪB=f#拼ͩ`b%jEQj-ņaiġR Nܢe$aޡODEQ7(]z:}m j"Ŭk}JřR]]*o/Q Ec`IM+#z1qvjU{ͷh-4KNU [u=tcΖz8WJm'$"{ +oZ9JǙ盪SռG|fYAd;Y) )'hFc^Jiw2_EUdibs'+ֻ֧|\}3v!xXP{P$fmZn?xP9nSKOdG4K~r]>HߢE=t?KjE%ɨF6h+Z4㻺gqRz}ٛ(mW,mEXg($;)ZgQΉL߭}b]}>>D J;v4RȯvaһK.4kˎFz1O gB<:yݽ;udse)cP`DNib~j)x'SU9F\H0Mk|$cD!Eal=v;T,~;E̾w c }+H[Ykmef2v*܍/=(0׈- 섳v$ 'ǰY}Ί-$aގt9oq1%b,L{89~/'Q^Xv4ؿi؇Wcn/yr1gQ7"G[t{N]'깨ق+# uF-oQQ:q_DG'<]7K@-t>8W!2U'{T%NL#w:jt5g}_ғIs"m= 3t::%ny ᧚ W9ݫy]ZrX <3jOos[wV,6 2M24ƆpwMJ '0 9[v T-h}! s)M}tQ̎[D܂'b [ bow߇g(屹5ƧL.g%m OE4YpnˑĢLjm=kumv'o5QUMp&`vCCO-4$pIjA1ܢ}jKܣXrF] -Η/Q:?( U2_~Û>N}=(4Pl=٦*lxmnT\Nι=KKN21^&]2si4ԌQYCi0W^ 6+ZO[E?@'p֑C>A?C6:Fy u[D0ڗlY0UJ:opuyPOuL& Q{\w %{~DK%1Z̻Ʒ3#XpQ|ڦQ͒W;1Ezu[_+uܙp&rxr)7RZ|/7hŊYC5pJί<֝3Wy#ٛNaod_OZ_A[8k[-VogfS7~_T^E"JỪpNh7f~eﲟ(ۗ*Xn;{1 _km௄۰fKtRl8aD4OYyDTk堡/8? qFUC]BzE oz6z:R::6UX"J|.켛xz7=ֆ9 solf|ȗ>+OWB?śNÎ<֯W~o:Mݫr*8؜{h3QxRs H8a=:.:D{{߃rWg'Dnwk NWK0}ed^ֿ +5p2}"Zc(9}5я9 9Qo; 2$( + $::v=Oy?+mE_01j|y7]tνCi5G󢵊n4(6GP+ݬI=OȠ/zVhtsVe7jWim^y:z<1zp]xOiUw[h嘼͝>^ko=펊Э\J'owUoc-_IvwP +DT*uTj5^ +_5קbʬ|zh-k@lc8Uf[b mYr<տo<_&k8ʚ)zLҿY}5,kDEʛ bQ4,R?ʖת9cd]Z*icha}QGғ+UG;5Kǂgh5jҕJ[῀d$SRڎ?7pڙok0e[LgYE`[9uVg728gZݕcmځ> 6>Dpg3DOJ/YzΟ<_q\协 w)ֿT6k8B OЇ[F2O9v~퇡Fwt7DL|o?"Uo.wH7OVG39@oF~3:s/:o@ ȏA~ 2iM?Xu B=DH2h Ϡw@C?LΖЗA_N|ŷ]u*ObU 9d <ĝy)EA?q"? Df7cD3clFj8}5xbEd2È6ucɻD'}'ֿ@oނ;s'= 2OO*]|@,fkhM =E)B+K-Z`F早՘Z9%Gh uKcX~ ~}7>3ŽfĤhd-fzFq>9ԝנYaLOX;6Q&ʹ.EdF7[-O[Ꮓ?.O'yzeikm-)3afYx$~@Ȱ[ъϪd?E9ڽY ܈>d;tZk';w O.hkmͣ0fclhًA}QGt o3bVbVXsڢU(+ѿyfˌKP7A]g 2K+t{*6Q:=43CY_l--O|D%/ѓwГwg7zvC>H{4V$52WC3kŚ?Bg\%Wq c hZEOZ6my\i82D`i`x0*L &ӂ`P`P낍seZ+oTp6ZX)v!O]iGҼdarF(Hi Eg#e()͹rni[䖆Vp4ᖆЎ[斆p 4t䖆k:cQfr4tᖆ4t7be|xGJjHqWCnᮆ +jzrWC/m2[}2Րj!] yj(2e㮆;?w5 Ϛ0ϙwzK ni- Cw|gqy6^qsEjrg}KVeg2"{v\ʂ)볛[۳;)GDz'?$[w{${/Ѣd]+)RWdԮRqdD?$"UzE/ūc.cr%5ow<%Q*~\Wdgvewf©_deNH9-%Y8d+%"mmٞmt8O }kJtٚrN%; ;(;,;\I+S-3Dv©_dgWef7HLٚ!5){Rp4*QϞU`yʙmQSDMF/W-#JGmk{+"=W2ye1?JH;e?ٟv2ӟ/':{(3_o_l:O.o\6?U ,/ mϠq\-,ڃVozJОh\t^ nʵ^T;!w<L ḻ`A8X M`{3sT; ǂZ,."tcaI$l [DYH%EV牼QXv {Ya}V\* C}‘p|8/*pmD87\. l \ 7RYmx-G0<Q-:rF.y60Wkk̵uggO:K/yL./SFs_n`np)~x`Ca4VMcdr&f sɮܼܢ܊ji{]Xۘ{1-;2jn5Ky$ᾗ;;[|RJ|sa-׉Μwߔ=/W?|!3 ?GOO׉C*fu2d+ieϛk$Nϯ7҃g[$yD~g~w~_p̟?(}iCHHoXv!%5Ȩdmyyhbɂ#԰BBIv|IEuCЕ(8C#`'J +})$νźp@a\h_Ѭ0L4˜¤lXhE.]2 MdjInZaja' +s %B(,),T_ + 4&eֆM +΅ͅ~k=Cqyrp&7ʨJT5[UZմeD{U۪UWyU-zVeUV W sYS>˶ZTճp(;)ב'܇٩7eս-;꽺e7hUhaҪ;joHx8kQzS^vw>Kbclid>'\ݡVs?v{Ԏ4-juP+5$c 5ldf8BJL;32z7,Sv˘[dJBJ)KK˄RfV  ePf=ՂQ`wcyv4.9obv1sKCr$9yKس4bE,Vr?Rw r.UN%/V w`s [cq @8.p23doCR-m:^tutY2|=Fփ ;0;y1,@X*] lx1m1îwo8upry(!)и4?p@M埇}u T ;#.?CaCS+xmUjdĿ  ,V]XX/^-`y`n}#ǞNN T|48V16M>?Hq️6?kӹxR7ko<|/_K;~W}h}F|I@ #0^`Re} +̨$>OXXq?,⥿<:kҮZܿ5/Z'5L~V]#WFv}nѹfGk//k>:4; jr }7'$" #gEq.8=PPr0P)6q +˗QSC?]bz1\aՅ5šܢ(6Q軅b޴:0[aW +5yԸyJNA-,̙pJ 3YpN J +% לil % % ek[;} % Ŀj`((yVיBȞ\(fJ4̉ZD!!]?reњR#?'|N\ssdm ܰH_N29rb]N9r ؝[<'9Ykbsns\ Čɺu2'k|hԏ9Yu?kwd#w&ͫāyyL]yYmg9ڝu,/WދlDcK<˺ńs1W/y(egFt~v yY[~.r޿geeʜVj06 N!#'P)tYs,X&R`zM[ -O` G 8-PmiG@IV@ u~;w@W}};H`H1N*0C B%V  Y`8$pTI3W'dNFUTe۶|ǨOw. k ;X`xQck }W|v>ſb?KVD]Z`]ߍ/O{^k5ZyR.M^*wgj7xӥx 2o[mx۽no>y'^uI7tIjEIE5!]HIޖ%މk=C's\\>|Tj]ظL[2|RVHY]|<V 錺:3gN9JdyU;Ɋ`_pdXɖɖb8>&sFQ*y0{W$&4Z%J>bNNM>)e5ccFMqS_^k|!M&4":N`cԶԫ6vǒbU{{a[rp(yJQ .X2pJ)ypK(g$ n #ٗ:4:6:JOݙ?5݊C)Y9ũe5M-ݩ}#cөjx%^s" A:}ۂ!`T0<a){3Vg FEVdHInOnJJɮk{{c`SM ];Vlxv2CiHhCrjfun 7;@Z\$WKEWp3 + RZ,+k۹ۖr j)F̎{,^a诇{Y-R7Jc]~z?ùT_ ʥ[*!dN& +x-il<V[)ܚzNKOu'a@:^")5w&w^pkMgyK;^<_.-\?X2_;voe.1*?,?һ &iCtApsnjs~1D\U 5uoz}͟ȟΟ\nwN_\e+v?;Һb> *;:K2%~OAw%?s`c:_.xWYz?$QMO +fpV?W?/z0c(OQou{iwz^{-~닿?rcU{U{sEJ? }.n!Hrۃ.A75/`m  `P[04-sU`\01=L fM^梨V;pIvq`C=WWsRT͸ܬL}7-~ 8q^XR3SeJeO/+@rxmy>|2ųn.#-+up&l'u˳p:/d$r2:e<@,;ogH9]5Ҋ o)/ˎ̎y㳓Nuz=?[&(m9}p)VJJu`ng:oe"#tɬlll2;23-Crݒi,ʜDr[M<$ywr`xrZ׀ƥ#:vf\N8k:;~n|f`8Ͳ̎c,VL7x ~DSߤG:mk>SU5JwIJ:Kgie& ઌ$2LU>nMKL,ܹtqW22LL7fO\x@y:$x:t19Xe<muz1^~Z/vN8WE::G,]& Iu8ΛeNzX~ ^h%.[jLk]on6mY+s|~97!sϲk2|HtS\S *V^2,6YgmrT}vM2;5Mڙߎ_Үʭ=Jެܭn zs&h[͂]]yuo=q<2#:]=zbi3gW̬^(XꕒlZ]z`ks\ V>S}RUK5 |M55kzTOʞJjjFgjԌTS_3]0F ?_5K׬"]+ eKY744 f/jJᚣ5'e_K9ʧJSeR=kNz _ʐM OJMMHM L̀%T![*X!eGIZW֥6 +%-;  ZkűvTSWa+ H.n +Ժ}kS\{A#];.uvbډR```b<jI5M[^SS8 xAp$Vo=E=p]j^$=_t\Wu-WW%:Anpݰ1uӹn#%uEJnC&A``C^>A";*8!8M溳 \_K;uӥt4G_PMY "N~Yz``דS%17 H4B+V׉l````w%_pHwK`N[|"'9S[Ōtx+d\= +LL7^E> v i=gq1)yzNu-Z HspgK# +}((/Tg +ݹ2 +P%B0X0L& i. + 9h,,),/R ر/@Z_)k1a,e}~˱_ftaY>];nʟbOTqKW]WvG%+ȗMhIUJH.QD[k(hL=tퟧK{bw-|~B{7u v7xhuj;?[x֜l0=Z857ǖpˢw}S3*;G>ۅZ/᡽(|{*;ku}):Ni8qG5z}s^P?!<Cj]P7#Gnq/PңYr/7}Cr*܀DVA'#d8ZP~CF=ތȳWA?>`E?X݌޺=2~.%/"Z$;DڕH ^|g~h#HE-=JۨQlRf3ƐVZu~Th4XɭlLdnp{6>e Q[MV=P =_?*L0# +ZWP"ne%lX MF4ڢe>2b]T^Ʈ96]> ͅ˙kJԵטх2T[XĜLGR͜ ;@KUJWѪW,NGB[mi$טFCcSk+=< 4ŧ |DQ#qt+9Ō|%:KK| z.IinEC|T*+mV}2o:)gݕ_LvCѷ!Hf3KK^'Q4jm"9ìj CTO 3|ɾp.kVβR')_ +%q"֭Eo+¯qmFʠ='8)i qMΎgN}희NI2x5;e;q u/inI۷[U"n&RgU[EN"S}+e]ձlle:Зc?4\y"+l7l;Ꞡ4_Άh;L}4 Lv e(Pd ;>E YFE5ѥko3a\Y!;e-ؐj%lzXTY˯侗,VFt"ek,N8ԙ|-fVv*>?љL2$nR{9p-ObQ,PjZ˰O=I4 B @R+Zv5Iˋ^'˱hf*I l8l"MV;<}k(.SYV-luѻ<.7R\*j7BG,GYbOb׸i,LToߪ];vX +<UW.v"/cѓc<YԧF%c:o <>kD6R16Fg%N1: e:Fgt]ЎQ4V# ښXo3WgХyȓXh\r8dTF1=;Cr62t=Fg3c ebRZjJ /,<%/( Q]x.İ-7YLLD`b|o^cDW⪘X*&e@-Ib >ޡMē( ~MLD01KLԒ(^ =bI!KoD!1GLs$6M[$*b≘H"x7CLܐ(bB(!"D1q@ 0Q?L#a{D0QXQb7 &^`b4 &.`b1( &`b.h &‚`)H +&B=x7; A0Gw㟟x&ҁqE7`G L$)D X(f%db D%0L$(>@qD && E )Qt#7& +@?zh'-x7~7^n<7~},y7.'|Wj|/o|oOo|?|csoG~{3x7g{>fo؛^x7ꍧzx7~#=<ϣyg3WyOx7>x7>o4X- 2OlN:>.'v)| @wYB_O'{_耨|ͥh">a= +o;eu۞?fz-OCn?XyI{vRKoFdʿ2Z0|!F7<-N0e ܥ)_Gy6֓:Z@Afq2VSk%g>( YAn-ZBְv5YO~O5-~T5-4§ǐG +Cb+|+|%ڟHR7 ʸh׋J*v*ÊUc٪c%Uǔo{VpabXɫ:W&Y7|I/א?%Ojcⴖ/-W%ed1eCPI齴fw;-Yjw"3U=2T/sxRehQ$_zҟjӟJӢѨkhCy_@KUg [^FwIYIrcNBkJbP Jϻ3kW|Z#w> u&ܧ\xC+O"7uhm+H~ NA^wcmбۦgRNGrFK5k"XNڹ hZk#gھʽyCк)sZjG5gCQ·En }N_ g 卽߹6oi#9 OBˑt_ + |ݦ#1wG߀_Eu/gd wԇ ɏK57eϐ3WoԲ1%_ ̃9$E(m3Rچ/A'3-'*q|CESoa3oAbmY6}Y^@CW๗HF·'HC:+D=%Ŧ=H7Љ6Z[@{ HF|AA»Gg O(d&: Vk`^/BΛ4k4 坳[^|ےmٳ_yO!1+~ЬfrPZvMmeǩ [?6AR Ы'7_@V(VbYy^hiQgMͰFeѾ6|1+*OW?$掟؟oҫ [rAPZF]0fE5ϷXWJ  +XG/e, cF&h/P7Ghg]wl,vt߆p~[3_x@m3ϱ`K]^eM"6 +2ػ0Ƹ^sKPl{r865vwy瓑v]{M?L61-3.:!?}*mhCHtO䮱'x>:oXN ;ɓEIH&zkaڬޏ1.3.+2RCc1HS=URqѓ/<D)h3:78z1>_$w5hw]L-z M3拶Xiyʎ2ft\abmбȱ1Ec1̩2]<}᚝-2V<@C{cWfeM- .Oaxs3g@b>Č>fbcXTgkb=BsЮ"Uj ݹ O|B9d6ڰm6֮ rBko,nceCm!ضP)26!+riCBZ!g+vџ"""gAȩ2\lc 9}aCS:Ӷ;h'4c'lfh*tt Co4r*;8bޔ@BUj1bڊNj%7F|M޴5|4O+8@} +Fס[MǐRrY$߄7w,w+6R, $i{Qsj|2?;PYy-DxOCW}VP~/N6Q&An'$AR + +#TWxeHB'3 rH>Ij 73!n{V$|;|O/@ox+<V!dQI%^$;${h^o"s[wC -_<:C(M,~\OwQn3}ލsYUͲR'C }B?DtҶ|r^K$P/SȻR~6s(4|=˴;|2G'q~Wdr}\{PܢKzqHi]스^;^#a-ߦ Cr"sζv.#4׽Bk?>Iy $iZwnLtqBGWj++EKo(3Q-462zZS>ZOB@uO`&c oQ}$gu:rnv-wzލ|vft_+]nF;g}S}+S/j~ih'/C7ӫ.iCˡH;]ig +Pw\S^W՚}(1Bv ^j]c<=;aۋcwp*W;_B|"TGѹ.r!п&lrO)-j@WwyZuF5DO&|%c&S&;*W'lgtO9Fɞ+1khH3sm6 ʗ!X1ПC}-VJb_E@Z?$TrZ}sE/N&sTAW_-4C98wT~I4/oZ'3%ZM h~%g]=7',h9}xm觶czx5nhO$' +Z>o2qr8-H21PI(8"0Ӳvdq~Gu3JAEpw9fS+`2㠏 Q)OٕM(ÜLsomߐ7']mӻ^P}{9M>ÝR^_oEB ݴ*qcʻO8̏J>2_Ϗ@SPݭ?q՚=9\z}츴=Gm߃?ηx,ckǟlWʝ=Jެܭnp1~:|=z;h[𺾿WxylQn6xMfoW +x_kN2񭖫j=#jչ@0D?7\0J0V~~sS3ȯ,,Z=VGjEb`%  Z'r!e|_4]ɻ[p|(O AQj׎Ãm7A(훟)gJRnv~^ƯȳȷvNU+)Ly~H#RO Γ/q}շ$z^SPQPWJ][/*W_ O`ʛan[k+&TDSYQw d}Eu ;!{.d?6:g+ﯨ 75 Ρzڒt:ڱD^Q]n vA`p<} Rn*O5 jзJzlT6뀯W#_^W>2'|>6bp7W*||&֊$/X-߮ +fH7_l`ty6xE1leYs+a?2MY$QimjȲ^YxK6wF-9Wq5?04ʚ+.V\z4HDZQI׮7@\HUѸ7IQ4Ȝyg!*#mϋ9 ڏ[Bϋx /ZwF-9#^.oCddk4)? !hMg#e8_9qms=ۧC! Q !M1^WY + 7W _F|퍐WWPauS WV.,t@:!+ !**7C@A: ]rw>HOc'*OAV^\y 2PV%T%UV9F-婔f!RG}]FCB3R:YB}>|kwǟroȲh|H+oGڤ5)gqD-(]%;!{F\E#hNqڎ}EhRK/H$i"-ImntD:!.JdYNSeM9,ty(OrbS4ū)JR4(3fUiS(+F[٥W+Ǖ*ծԀZdu:KmQjJ]nV{ڧU/5UZhVКgZ\[ui[>֫kW[cirZhL2`K4u0]C4xOL=#tƴiM@TZ9M4 L(VlV5$.}Tң< f1󐿔X9`p9gCVЊjhjh9ۜ4)Zrhb֜03xPY:ԙ ՅCS\t%T@w>T +&MBn(Z+=KV^l̡.4ہP\Vx .6ˁ:C\o.3W57 wm3w"?y̽&g Nf7Gm@̣6dykhy f/$i=GoR11s_<ug m K4{y)2r. -BB\R/|:ĵ:C9/1.r}@W~]c&!b{x@׋^ԏGUCy;S^ If Pb^lYkNJ*NE^%"o5(0~d(oy-(;@^~+NKhѳH-v{ @: (+6Cǁ +{co 'ho@h{hPOhw:BCΡKUDӝ@xKKy1s Qk}Vn+[139'Dc:f=~ =Dc2!oͤPQ߾-QCp'CBPDL(߾=$B69Eܯ\E.3Ą +i:Xt.lwW)3lg=GQ. +:2<;W:4!t@:"*VCAQQȉ[$VXNEcrr!_!ע2` z WIBLHӽ x-YodF^\GʙmYgD)VdZlxۆ~XL$ƻcYRv_w_QNuoJ&$$ +G7'\ɡdS?\-2O*,/$/$&9O$E$_%2Ma&!1>O vٮr{=ND폋*4găωj C/I?">eԾWG:,tV ]I4.*ĬQuGa琥Dac!V–֨E-lEZJ.)\K#<H .l)۹pt^ (ļYTջQ &%U +U`(Ppsa).\\a(@grGFc\jNS}#ΕuKem!a&7)}A+P&NuN-`zݤ'-fRB +VSt~Us q^qQ8пrD4CL&GJwrrT%i{P ~mmaw=^" hfUbsr !|}nnInIFȖmwOluSo,f 3o>JΕ%z2ɜm)/<AN|?b9(r<#%ɐЗ2^$++t +TO|6#[lt6!;!v'Taz1W,CO9(I6 ܓg s/K˽۟'ŏKgNFаrNr''q<冗ͳ;!Ɲr%onݕ7CGs$?ɝ\ /8w MJ=o VAID^/oTqsOWۑ⽤ +ugw8i!$5_;ҝ`fw"nlZTΙ3/gaN{Β@kβW ț-U2獅՜fքJ-5I>ss%;(5/F- n + c4{`wwKp.Zk*^^`wwʇ N N`t̻fEg/UFWs5{H_O!p 0R:73N+PF<}22ݐ_oFfFd-!+3__i'dxZ9VH!+3::=]O +]]KI[2EW"mx|\sC9ݮz+ǐ s?U ~} 70Ka,dy_|}1<2|1<;o0|-::Vz'Rl`lw:5[yLgr6F୍!$xPioA 9hiiV@iiO7V@")q7C8CVbȁk9Y;*svn脬O]ZK +z68f9fy8fyN<=KZGg?!+`]۝yQ(pxzH[[މTGg+i+J{V<@ӞҖz\=V\C=,Ljc1Ӕ2<-i b3eS>3<1=EVPz5<9c7}۾&rdz^cԊt*R,9- XxJ!GkwZOZ?xK=a:h6qV?ge1#p)F)l#Wr!b'!,Mf܁g^^@kPA:Aɼ4 נ15kנ ^ܼe5kנ,^ˮMRGD\7y/*&E k8{G.ʕgHgj ^[|w>;xx>_ߎ+7B[JsxA~1@ 6{[rt޿hGX}ߩ_Dcw|r0?0b?룬Mf zzw瓅tƑ44X㩒oQ*IBOLt8W4CĂzU+sW)eyk#͢f7u\ldQ~k9%ߗxvyG=lY梳1ō\B>\2u.[0f +}!~ι0~uB\#8`^g!dbEaUε-&dE/r9*[jOJxgZfދuΖo&Zmq_X;}hwG;W,Χd 4pX,>\|<4,>#yd*b-hyf}>Y='UCO(R>ko:k`~fAcm{,nҬk1߭T _ަۦ%4L",Ziĕe"О,뗶(Ij %}AvϽ fWs/zQ9-7de1ס&v F9QC|JV^ +:btko}lqճ]c;zm:Eԇ'9h9~Ɩ0Yh,Q4H%h<3yUk%{lR|lO$^%ֻ{FbJme3dT6XE.-'K -oӁJNu +|K6Cfٜth\-6xE' YY;TCj7NP齨 V(#Q}Ww*4/>/Yxk|+YE>M `J?{5(w'&3%f3A|ӘUMf׾JZ=DRhN~[ ٍqe",GAzԎޫ?c 9wW}xFSbVLs6,dnXٜ[%.Mį,漭WFjJ:aF{378,VqYAe;qOv1Zưx1ZCJYz8Ub}-"f JVD}`x!숖OyWSh꿂\_!.=4{-V_~T6n*1.Uf6I̥wt*= 3ӿwN=#e|r^+ěOw9F'OUOla}>JfƷBZ( f5k)J*t-Oyj/^Fr_N^,1f`H*16/JZJw:X=#VTR6:ߘש>:VS}|'18{/$ځ`\Ź}뎭fH ,?gBok(6]k[K\>oG볕H5Ao׺:G+:Ŗ?e.4i&G{u5틴v"h֩n_4_O2d.܍~^Hk|_w:cfӥTO۫:q o#{Kߕc0 $.~1>ΡG`h[u*9&Y퇴ߐoR֪񵁗|4.n~Ny*  ]ryĢQPhv'I}v5;Lڏ<t/؟ Q{쭣򵫼k_g'{2:dWdnU>1G[[qԋ檲2$Y7_?S# ;R-}%3xK&xFe|1)+~4^laMi/IB>~/./"CSsJ-|Jh:(P'BDeiOJu}M7zkO,ijayƑWN&SʻSY(ZY}FVI!xjM*Q{uܒG%|M\)\9\Xo>פv1=fM˂8 Q2[U_S.y[Yc}s-7n=o#ՓZMemV~˻;An +-<"x6 =%/$,ҭϖ6|A M4_%'fgpn,hwn=R2Lߖ.6n"i೶q6I˒G rFX\QxD4bzFOVHBmϽU|?tyvcVAFA, kjIH(J" &"PQ "TD" +VDDP"U(M@#r{q#e{fwۃomo`mlS 1@=x@ +n]a(BE2C@=FB!'SxrpPdDsقi0=W98}o58c-9T8Կ`h+;L$E>\z"!qOjy35]QJ@zR_?{ബvyܩay#+#aBM7rX8#VqTk]~ؘ( fV#RۙRHR~S~˨̙}bfn0~Gx 㨀WK瀳~GUޯo!^!8'&$09V-UѪP P.IQA7*+# .O6O܃pòfXqÈWʀԴ``"4`ٸXn(3]RT/x|ݟ5M53Dch=BRmo|%GgLkw_ה(_m6|o]HT8΀ƥo?X"Q[F::> ]"yzYwq :nS=K?Q13b)|Xf5qL%__2R_ xjO`UOR>o_gɪ?}"W'Z7> V>4{˩wlJK  q0t@/_et iݡ;8@[`vEIi* ?*  vxO<ΕD ay@UT@b6D9"sg@G|m*yGfp۶lK!kO8ͅg?}o{O&$[7,k/ +3yC 2-xH92n¼|[Ut;+tW|Ӽ^ZWuʈ]ck0J%v0%?1\X=֓Y=)ysjAJ1d61 ˙ϩw]\-fFGʋ =kA{N׾2umW3T(gP-& +eS}"hjhOhJ))B +؂< +G2,t5;Yߑ):>tt@N,sLEri8z'%yW~݇hP2wH4||8pD +m84 -p!9\k̓{_ y$ Z)C<ǀ*}t$Nb[=9?"{ \{V9a^h[;?AgFS#s{JSG'N|u{<q3‚kK_FCeiF8/A2*mLjqd%kpaWavc45֏#Qw^mo٦ }Cnk V^gv$S+Ehىq,&/^Uݽ\&1{1GB:˭Ccizc+"j^LT3o;$*LntP̫=Ow=*L *e՞+(Щ7%5uktw/6j;٢74F 4nܨ<@vOF5ͱ|=6hٞ$x;L]\7*0VSw=ѭ#cq50:lW_ T,2sHsl;t1Zz$Gg>H395&jrt +TR-QlzkkAN8@8 =0{[^)̏0V` M+~Ol1"q9O#MUfV7e36/0 wvu + Ζz˿=䧖UϭoT%ZD8ɯ*m70(3ANVj,G<-s"O~fmTH%"/[2TmqGXqM}ϼgwI3 n9:ÝZE^+m4C{'+ҮX4 󸯞Yk{Dܥ/=T}QSD+r{&*BD7ъj|M 'vscMD.ۗw mp0诶@IaR*89O94VNA-䩈vs@+qJ +$c礒JJ5~2sr[ccGkK&+܍dB3;!VZzgbTӬL7'Yq4E ]&V JMIKF;6o`v"!֐ Dֿj[iVaRn!̇<JeGuOYi-`n2 n-dgX[N>"GPk6R0kT(hhaːz˔g^]7Ѫ[Mq ސt)}pyTDQ +1CQ䝓,.]A0L{zdKjI8NYgGcZ |QlT)+g*2cҠD׊kC?qνnsZXUkxKe!1oUYU ŵVmuTR\2o6[N `0(Ӗ(hgʋŠ|5Ι}84OhRP? ckru oԹ$>CCy^Hٰq>Ԙ%;"VSeS^ŋyႫ|kFBQ}jM3Gr}xiS-4^%=};Z``Ƴ v{ɡ۰:Jˏ.Mϱ?dgnlТۑ쌌2w`acc ^WaP(OKŸg%w)QaĀ)cڎiI>Yk-0`|(qF`xt^ #F ȶ "zpu[vJ΃F+򑫝q7=W{ +n.*F~0dNkpffUheo5zF/V`鮣TEϾy+bDͻM"1O{Ƭty 9Jyc?w~nYgr8kY +)/GH~ì*9~?XFu9fUxI(ΌvRۖGw~r>N[VncsI&OFc~h铯R2a}EIhff07=䌏^ihkU2]'豴+ǽ3wk ;UQk֋\kQalRzhPIv"1oK:#"Sug߾_oܛ6l^jsߺIuegH*&l: trG iSdֵhg<:dRK;4??MΗEVrD +endstream +endobj +893 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [165.155 467.544 233.546 479.988] +/A << /S /GoTo /D (figure.caption.70) >> +>> +endobj +900 0 obj +<< +/D [898 0 R /XYZ 69.866 809.284 null] +>> +endobj +892 0 obj +<< +/D [898 0 R /XYZ 70.866 779.207 null] +>> +endobj +902 0 obj +<< +/D [898 0 R /XYZ 70.866 463.773 null] +>> +endobj +182 0 obj +<< +/D [898 0 R /XYZ 70.866 172.878 null] +>> +endobj +897 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R /F37 352 0 R >> +/XObject << /Im7 885 0 R /Im8 894 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +926 0 obj +<< +/Length 1400 +/Filter /FlateDecode +>> +stream +xڍWMs6 W(xiRrsbuIqҊ2JDgLH| xw/ g%/E~@*`"9+,3x]5'&ճhgqx;<"$+;mjVWf}KjZ<|OvM ՎƝғQ=M,Tc=*mQ}gʄeeN~U QCeϋpFI$_(yhhF0lT`դ-7BףQGY5]CdΦ[uG^s$‡G닃1$HD2 '2vÑhDs2O ەp [ WG7.@NȂ< 2cзn#ji8#HSZ74)oޑbkӻ+[طzH! +EKsRY +A3YgPR[[)wWżdE^܅n1?NR&c@(VTD HSF 0<),S`WݏI[p_-[Y/L9SLʄ̼^j ^vh͖խ'm-p8/ ~A]h cH]rA Qd=XRdGdM$% hi.1,pLt0QmgȈibB8 Ih;@4 6P(s( ]c6aeSP_Y0rQ l=(-{}ĞЭ#fv6M[;>Q}V S +Dr!^"R8kp=-M͌ #Qih`MXzl@}%xb*،%咶Cɳ L1joDCeGwx-㗠0bq~B"jT?4 7p^mMbb0ə1, 5~vUW& +mJTi/}qC}*N/M.Զ{F˖<_eP>'02 +endstream +endobj +925 0 obj +<< +/Type /Page +/Contents 926 0 R +/Resources 924 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 903 0 R +/Group 543 0 R +/Annots [ 895 0 R ] +>> +endobj +896 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1920 +/Height 1758 +/BitsPerComponent 8 +/ColorSpace /DeviceRGB +/SMask 929 0 R +/Length 187266 +/Filter /FlateDecode +>> +stream +x?8?^;(W.n0ih;I-4j g M y`4S:9pb?}??~_־?ju9_| ?8 o1N&fׯ_+OuU7t8*7<,cX{Vi?~hZϚO-s,m'X&}a߷ܪ-<~qP#Vc'UJIRT>MݴalM>dkv tt?cqϟ[ǯM!ۑ5zOr%vKtoځMs۷j0{ gu+ 08hM;72\:frUO1-\?|1wGP+wWyfAc.=; nڮsXw +2Γ@O.qmzm-n:ժwu~[xqy˯ 5zM<^9:Ǐ+?`r͙;pP/:\h3Fa5 $7߮jVl>8Cn@aĿCkv8Qہo:ΟK" +?~t?m2,Ǐ'ٮj T_{ia@q`xpM3H,cDt:l3'Aړx8ka5*vd5(s9˓C&KpPce4HhkKL#0âM27`ꌾ':T8`WYrσ-`'=B^> q )1X3vڮcAy~2Ǟ˟K;92~Eē +%'̟nɏ”,ѿeyɉ9\d+s G]\9[Ó_,>n ˃'lE&?a@=8h0Ǐm2:N0{ys prMj̚i>Z5Ǐ7-y:ƀqak.~̟U +&_Qtq0buƕMjĨ9E=!Fa@5Y8{ڧ^:VɆ3{D)p;V{R?Ǿj0V_É /ij7#y'9}^\|!Э5dMs 9sǺ:~hq#;V{0d0>~á_>ׯ[ C9Z]\~!M56bwW "$Z0H\ p8 fh9])o{x`ZB8p.ԿQc%:^|@˚7v)V9mIV~+Z8˫ך?/~k\9O7ޔ]/o +\b~!5:u~~ $ڴqz9ǡq=:Fcceo4ે3N|;oL&k@}5{<\8diAW=udhZղq۷gK>5&\;ۥ7*o`w ިdz4L2>y݉p{#,$ |N<*TZ6_=`##a1ȟߧ2r<9*O/Lܔ}o*acqRJ&̔0*s֘넫h. k8O)zy60rUf}{2+jB +@x=P?/>s @;c̚^X8j5}_9nkuU=4bX3etw<isʝxlTAk0E^CyP|e1 P3G8zZLScޟTdte")ǛϚr8&6k.:~|`0#kkM83;M;ᦘ봫Z5RZT`H&Io!8ښ:o}!}}D7!< S5}%r$LF1^):6 +V9Pu(m?ѯ̟ѺcǏ}+ + !Cw/\z>5f0sдϟ?o2ŧm5GJXNp&Iyq ~M+{X&k}~￧?sXlYtR'_~ |)3y]7g 'TV'\D-GXp";Q?ϡEtYsک*F+Y>|^|Z+[mZ,WsWy3~?L>>OꦪVoMǏ?p6sUFqcdN~VRJɵrm QW +\/ W^Rk*jO"3>1 >3lr_wMYLu&/ͩFMŰqn6Y8N-Bj w,sbQZ,qsYӧ]A֑^6jrbXɂt9[sAo} g6E +AsZ_Zs_vϿtIN% N~;P.,/+օC!ݩ1Y6MsjZ]Ś?.}s/.[Mqk#֚?r&'BA= ʧw)mB/˟;60r7ɟzJK6awc*iנ)+̠'EW)iM;,&W&ll:^?I՟kQ +É;1јvoKl͆}>syQuïtz+O+9}~t[/AG*r}* bqrea>ʦܮ˟nLglhzq9nmw;%sVmûsyjbits,eW{N0.y>بd nr[Z_֝?WnZ9]isa>4ve2-ec2Q졌׼~GυIZ_?I՟kK`ԺAs(']y*+yɕ߽8X~\ɚsw +޽0.}7PNH5_,/@KlĚ;:rߪ[8[a2' fl zs97CTgqGx?i}TWzJF,x4eCh8VػTB#NѴ.e뻯l?ģepT,6+}͒$?w͟8i#ł6(MsyʐvۢibEs-4pܴ|ޛVNW6|}< +Zl MKK77/V՗?ύ^Oϵȟ_017&省̟[ϋ5QɕVrNV»/v+eNN},qW[m{+5˜,SM.x*V[ٷ@e~e{\?%s+ѷ(;?Bk -M®la1XsM& M]fIkzsVSqAK7Vy`v,񤵄Ƴ JJ:]bs"g~ŤʗituWs^$I0Z[:ŕ|[O\v]42!d1u89^2n=/ݥ0:Nsw +c,f\$k9?k.@K?se,s`V^6W3SMۼ>t5{YԫMBŠ5V^s;+*a}YҚ?D~ܾt3]5_k f(w!0QiI+_U<7n{&Jq5*9L2/|R5U㏩co/6wVϭE_x`SxFCe+{Bt9=D{00Ԫϟ[I#Tȭ_ Fs_5.5SДI?_NةP߻_{\"4fn[7MM+M#ss˟a6~n<0:65K?C'0ϟSXnes,tUar$O}jniYs4'\y]YՊ? ]'#F6O,)sʧ!~Ƈ!?N[!σhc˟sr؟y|\cl۪>ts_{ + n[.]GYذݷj?=/a21?ZgMqXs +ϓwTjluZT/p+f7m&.?unɦ:w[l?B?ǗWj}}ᓪ<׮jCn53^ϋC}ySmr,q&Ҝ[]vVl z{?>器^f0yحNɾ+Ś9s3>/,lXB7oZZDGhL.\[ ӑ0wߏ?DB[MqX9#6(ŕxʐvzxE|Q _??~}+]Zbb#Y,n_[__*ϵ+Z,Op횣qP+p(=Oy}<7?^k;m\?za<mr,q&{37ml z{?%ǖvͽ0Qq,d۪>1Eq*',»攌A2HB̿[ + +GlᄍaV]tYذn޴.И\rUPE;.Q֓^4;PVS;Ge7&wp"j pFO)y܄r"VVڝLM&N<|w`9׻}ҺBO\aP ZsyQMd7yB0SMl=N[!ӈ +=XMrtn_1Ο+/g\/$.8}x kq5׈iBcpUm}Ms7IijmVvȟ7l,ދqZo5šF +o/?Y7;w9o-ɘ!=H4_0Nߠ%==eG˟4>N? MK+?/f-ij~0L5׻tdE7?qӎ*sE~OKǟTӹv}UkrCro12k/ϟ΋Iis’{BS_?/Ӂ4xVWgtꝶBϩ/?yp$ݾbؗ?7]V^Лk99[+K*;I}՛lM>{M{;ayS2i +E>z,uʹM\55StR&|yȧa[iZGhLI9}'ڬ2o?oVi:?ͦ+T;Qғ&?u?-%o-Ɓy湼>Txao?'A{i@؛s4B3Y̭\O\H'y2t4 syQ0'cɕgyzꝶB5˟.@%ʃs3i|TluǏ5Ű/n׶sG.9׸Ee}}t'_~/n=% ?U>0l6vZ.,l'ZӴȟnL{l}9 \HMk˼aU[^4PVS:Gq9JS~34d)7}Z__U58o~żeσp>ܱu 0x/8!%メ5lq/?BjB"L~Ω 29׮2?|h ;<(v њuGkcrں6i?dI#ah2o?oVi=k>+T8TKWס5۷o%_? +?駟|r"l|G{i +?\8TsυXtY~ +O u +}[9Iտv1[>p`__[?ms'?j~\trk&L\\wNpd|,|} p+7.H?o?[[.vC+]b +.?ɏ.@ mE (vQ~x +^_6}0(º}#ɶڢ7l܀TDn[ߎ<,4W|]I:}.qŮ&W̅.}_~ g?k%~{σPzNh&շxO +RYSv]qsem7Eo}3GĹP&ܳ͟ooqqx>cou{6~r?~CwnI[WϝڎJg3Hgr?kIW|ȟgҏsΟ/t) MC<MGqi91_^#cDm+&Va"8x8ϟ 7S2j(㾹tS.ǓgǗ>+V/gsVnBWƯ׳rZcmk/Y*~i3aS\)Ԑ+8xIRyLx!}Tk!gq9AsGT<>9;g" ?Oא MʦHy=HDļ V9 76M09EQzA M7lx(&&Oť|lw˕}q?nʟ1S8&v$ӾmI[7۸-Z_O=imV70Yy2yc>vc^0Kh]/iB&9=[T?7-995ϠklҴk+s+^?uՓ\'5q'{t9r`eSd9HisA%, 5s_!o^9Y복bxmmnҏzny,;IÌzpMSpõ09偓&Io0^:_wۖE;g;o㚶hS <~["Ҟu/j= 'c8ZNA4oӦ +QM!I慥P_8[O^"c9I2O O|:`4KڟE5mNE*'w&?1oXZzupر7۵&++1xm=i>2('[HK0s*א8z6<`SSd7 ;h[wiڜAMYPB< BaCWytojr%^yx}J *?ɶVx[:+Y<N_<5 VRMblLKT*g*Ms}[iڢ5mыH{Z^zdegs&/s_Uc\;&a+_ֳuȹ\æ#2-|nۢ>']60yG[}tO>^Gs2ܹ@Q8|<9D\48Gl< @y5'6MM]F3nT6dM!hm5V>.\W#c憽՟2{σlhq؏˧(j\gS˺C&m_e[m Q_ϧ-zViOS+B},zPn& X&{ܥRm'Һ˟DWfܺȟն-dzͰS ?TPr[EQ& ,N"'םr%H1!ON]5sMʁS?_܆l[7$+Uڊўu~e?b1 ɵ3ɯ0#S˟ZM9f\9c[![wׄmMڢ_=Mo^DttMM= nYliW+go +(ϟ YKձi1˟+ViZretk'l;:+̸qzT(]+qI$B\?iZ?75"'ɟ[[5s=@p, i¯h:lҏC$jpw4ާ)8*6׺Mڢ}ͿmΟjۢ40}yÀEςTuLSECn;mc/C8sܒ皆kUϭK.vöFgSVvSݬDޜDN"nSӐ=wlЎ?l皲`zu*(r?{ [q Z &H j_`ܶܤ-Sޣ-ziOs{,zܚiIEolH5Cɟ;_hn}Xoy/w7<-f'1um,;uLߴo]ٯ$rqk&'(zMo4VM5D#.ϋ&0i:lҏ('0?O>_MLw'OF$Ι-7fmCc\kۢwܴ{,z܂%lT~gSXՎi㨕P@b9vccku<6?b룳%=Ʒ2,&͕N|. s9s~$3.WݓseS)zZ7jN&\YtncG[-ziOVۛ&7.,y+7p}EJ:7%$Ἃʊ ++~+͖2X~9NwėjAZPW5moYReWްI j `zױU#-hV&lrZsҦ:5*1n9!'O9'f JĸT8}\MʦHy@yJQ4ϭeaq$Vs:~Xt%쎫~D'y\?>4a!e-y-o7>U5|>3}|H4}!@}rbƾhS <~["Ҟu7ϓ͏<~)6~U"ʅgUjĥdɹ&|]غEW%d+Le2:+,??ZZ"{2oͭL[iQ88>'r7(cx|bN>WkS)x^5'r4ϭef"M 0^6G{``UZܖyo!@V8\hnxFTwԷ-7iv4mGn^Jz&X, ts'a +'M֡lZb\0弈 "A[EMcHꗜ?9U7]((?&:xÛ޸:f5;;A'">49 +Oʦ`SS|^5j,,ΜU:m6vp;:vg?vA,g=N-~.Zf#rD?l}mGPٶܤ-[l^ݺۢ5$mO{Z^*7?6 X,+W}?Z՗6<8D$2̬sOlzD칭|I}Zۖڢzżpw8l'ʝ`8PcSTvrޞ ɟٕ`MQ|F ̇@'R //_\8,08Eg$ɟ9 OY?$:'KY`0~>7 }~CppZۖڢz|G pïÇŧO^^^|'zMs pooo>N_~>r>}441^P]y +}8_55m ZYS????_C___}G7Ir>)I A 6̟___[_+<==ugS0yxx?y}}OuomH p*)j??ܬ 绻O>6y {?7->#5Gnb)/Ia]W TxÇ///>#ɟ+o5@}||c@d=pww:J \O>TnI9Z\3pe^__ÞC/<<< ^y ۏa +BWF \Ad~8#}(AyöyS{{{?zxxJG/{u? M[%q %~K??H|o bnJ'؞B\8ӧO7O3p;:W,2[]>}^ּ{y5Cgc[+F^K7! @І3e;5}:䯔?X?E$sz*zww$Y`s>*,!M>t>Gkz] dDbM16^__~H#c! 8y_)[{[Bn0s7bWN.p/HxT4ȟ:cFTg)wRooo[p8u88+у9I(桄:9ϟGG wy|7yM9ʭ p|scCM; y."H6?#8E ϿbT"V/SBу&.SvOԈWtEh z}} W_5 {_AׯnsKk˚{8gCoKE/̡|=??ZM%e6V_gU5\P1r8-T<|b enڢPR,ofW _ ]VE5#Ϡj ݤub+Oc[evچjؚH˟`J=)vBe/bhokn,cD9=P ` +oZZUgA:' +&Z|tj=>>]18`o z8d}iR[# W#g㩣Q!# +;'Q0 ye8ʟ6|"OR_?w`Wy\ ؿ[e_j݅E_)B2-yYλqIZhۇsh3ބ7 +e0,Vge_,Y()ÃӁsjTNKٯ2D};]-amc]?:ث9oHx1l[s/͇scbtgq0W  >#N$yx g8UIg_1Hqk&ʟqA8ɳ#",Br)|0 ?éjN:#װ}aKL? XuHȇ%q]X#|0 ?éjN:[#T/>g`\5szFOg8UY?WNYː?{dgEuBS0S]߭$?éjNw<_t}/C lH Po Mvɟpӗ?rC/#rg`Cgz{wthO[ 7H,S՜eqx}}kXʟ ɟÇTCC$jAע80~Yv_&jNG|ww7s^__ӭ: ݍY8Њ{||LKV8lNO< gAɟaۚӚ?9Hn AisͺɟMȟ:\[8;=. *w?<<8^ho[6G ՜M1/cf +4osh=??>lյis> Me1T55Nm|$MH&p#A hÕm_l< LOĞ|d6NUsE5ϗVY:\;ǕKK7 6-ŧ ͒?˟T5g94,wwwx#A ?QH󧄬χ'o+oNUs缃09FM&Ow*>g`\?糭C1ohq՗NUsZtcc q?d<>;g`gz'ɟ"yc'y֗NUsZ> ~zz?m^| ȟ̟X!c K䒻nDg3YZ0k2 ~yؐ^w{4A + ?˟T5#x 55??˟lj͌pAg8Uȟ3 F{Tմ:///+DMbfdX{}LnY 9}s\G4FSig`CgzCl-αV).ֹqOwVX>WO,S՜}AUg`Sgzs,[àY_<M6=\=NUs[fةȟqA?,Οմ$k*;sZɟp2 4F)v܉??;?!R3:P\=NUsK ;t: A |AnqJW"vȟp}1}xx8ՊÚ \ `YoooiۑgAɟaۚ7XzygX˟qA?,:9o.+}ZY/Ezww0ȣQخϰS4Sq ?ٶDG_˟qA?'oooq|osӝ?mG"5)50ϾL79n(\'!Ag挅.usfᘋS5;! y-$kǿŖyze +Ȇqϟ9Lw\3F8 GͿ-?/:DSͩils02ϛUރ[Ο]-sw](Xgߧ4nX 3C.Ok@ZsTAy>]1~>WxY(IvpBg?f|;jWG?p;rrC()8] L͟A>|m D0~,p6~Y8y6;ڐ?p;n<_a??? ?N5>] L̟UhnB +7B-T>}Pu\[ΟBo((ΟG&jNS|*?i(77=LpG;ݯ!vrףSCbMϰSͩildžEg` `c~xxXSK+Nv, ܎[˟C/&¶|p\H ;՜v~?™?ps~zG ϧZ5 4܈ϟ߳95] -aقv9ؖ?psoNlSp5>MDZPk4pn'|`X,jb ݽZ{8m픏v,-=y,CB.at9`3ϰS͑?W,OPS˱7rD[w_@åχaЯ.t)ʖBp#駧 5] %x$3Ts<6uWB3ܚKɟGv'Yku1i89IcA-ة rp.w2isQx8JUw/_ *F^nPw)o9\P{FǓ+ErA5:ܒ\AT 3o.?|0x`q. BG͹?gslkj &\Bzstk-ԃ*Z˺\K.?[̟/v1aL,既ϰSYDyྉG oȟ3q{$߼ +6pMmԨ;9NӜϩ:,j?Fw?B'ewj{v9w0.s0x`IbEܓ 3pr?h,B=;W,b"u.%NMДv8Yc=IͰ ?lj}|g˟aA1n \3ɟG 7LMKɟSAo-Nz\.3W|>z}JZ.яG#jvr>_屠fhҥ5^]D +]A=CDku9\WޓO8;15`#Yi&B'mH~}E鶸cG,lu{as:IO>G}S ~~?n5G 3̟?2bg5ϑ9GCC9#vya.bKHgضȟvr3pR~slə&@~ _Uw9M>ƕ|A>:[h(M/:,IF?؄>tF ;՜Ac{02$?NA-Ƕ}^RAgA:-΄8gGM>0oCVrrPi'gu4MҍP\#sOOK ;՜Ac;<~x`xhxsǻ+9}ȟ3!C&ܙam78x#VIʟMstƋco-_+W際qL ;?D {0P-߇vc| 5sVc9a +X?p;=\~ϰS͑?D \ISD鏿āhvky/|ï1Ȃ&B`pi^'>[gد\ɟ3!.KW٤儖mypϯQ]s|,ⷽ񑂃g ZIYϿ-$kNMc;l폭% )>ȟ3!.K +89'8>[ޖhBʟy4}h ҝD:̈tQx_.eA[H לv>zd0ii[&?mpgLȟQdc1BS0͌1r-s,Z4ah@.jUW3s(\ WWB ;՜rc-OC 5cXKx|s^ +ݏiɟt,<0>-ԓ\miBG=H X̟1\RF]G.jbc5c𯏏lm<9ַ8fq?0s!޻֪s۱?q57NtY3<ɟa;?pkЫMP3X:?i˟9m4vȟa#؉PsB%N"\E[܎p8<==7@ D)gةȟv"x9tS<7sYTrgn킞՝{"3Ts;95Nݟ"pMS7O?{C[[C-.eW$>gةuIѕNBrMǓϩjy48aB3vA.7;F"Ԝ++υ {ߥh:+îs^En?p|GD ;vr&xs}zX#Hed]YW+\eOjFɟacgC?+8< Hqn}|%ari3CH ;3N!KW#=Gpܤ={Rbw^^^چ F#WOH ;՜=ۡޢIvj˟3q9?|09y,hϓ3lG?7dSpȟEgةl.تC?gs5@MFj绻])vȟɟayc;+yy+i +%O~A_R2V#_6|3Tsml6͒iJ8J'G{L7TFvPw*Ո z{{Kk_b.T՛̟|פ{:-_^6^~>_a5QekV#Ր?N5gy1e_?H \ #G(m|>%&0)&{Ҽ|*7Mj ;SOU񗚗M.?WF|V_v9g!'l@ȥ  ʿ O+i/?N5G pz{*ݕPn/4G71I ;3Y,NnK@ +C,gnyv9&kox?ףK0`G41$ +4-"3Ts6OhS>t&S=3@^ ڝ`]iӀ}>zyyɇ=N lg.i#h`p845u_5,8Now9yyyIx߻EW}j/:b 9oooTy|zz<5;97]v k`$D+(bzxj8~W׮v;POTE?񏷷7ؤAD>>>:p˗gX @C +p8]' +0TEwh@-{yy ?&7 0TP +RYrq_c?P cI4@nϟֈ# TXC +7+ @=D*+@ns܇?vI=1@*C +)M߿e}~ p^__hP)ܦ4Yk>#ƅDwh@  >lԓnnVC +7%==s8@=Xc\ Ѐ[35yyygV~ pBDw_ßgM=ܠP&= ovI=1pB<=fF' :s%Ѡ>Rs#sŸgPO:7W 702'M)[^*i՛|,{GT駞7BU4@nAa^jG'M \C +<2'yzzIxj |; +ؤ-VE HRnZ; +X8O=nǏKA}$\Z㟗 +(߿e_W/Ժ@R[ȜѾ6'?+ZWSC崯 HRVeO>lw @*h@j@590rz܂PKBR HV#sŸg{ ؤRn՗P?1@RR>_{ ؤn5UE HR>eOoӀIM#}*+!Հ:2'y{{ Է֒@ROȜ~6'fUo%Ѡ>@RLcӟ{駞W;A}$\Z㟏?u@H?buTEw:pMF?{&Ll}%1R{ЀԀ_[lRO?{ry}^=G>?#(>C:9(I։ vvԭq!hP I; +6(CGgDNѠyL<=,.׺~ޯ7oZ޺ g-QQ@3CY֭7)~L[[7 ʚۿ9o pƨyK[!|R597o4h),ѽռ%vo @ +lY/~GG5o~+o } Y__7J?'{Z廢 +R@pWt޾}Lh~AnVo @ +~7W$'sDE}|H;oN&~O/6yW[!@H&9<4y?zd8tfMwW 7H}_.#8'yDMM7UN\GdBx?zŶG? @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @~k @?$I$IE3g$I$ __I$Ir/⋷o:I$Il_3_M_K$9~ ghgȟk gȟk gȟk gȟk gȟk gȟk gȟk gȟk g? k&`CVoop"g?B G !gpRȟȟ4D N +3@3ȟI!#38)q"' @Cऐ?đ?hg8g ?B G !gpRȟȟ4$1?s!I%omʟȟI$$9Egg$I3IlR??$IʟI4[K6umQklbCl:??$IʟIodő w={"cs_??$IʟIRwgEwز(33I$O-\%p2grg?̋ &I?IύϛU'L6@ؽXc/>X$IRLouX,Tfzrk=5Ѵ$IRLʜmʴ&Y^cOa`6 ʟȟI$$ysnbߦ36ki??$IʟIRsV獆 ׉>ı?"I١$IRL?1Hu jD7k NV_`$IRLx󦨭nd}q}.h '>v񳃣8炱)k$IgSWyiof؝[x/~Յ]Bw$Y}Or1?@L$)&Is}sss._{fA+U V[]3v9rs-Q` $Ig<9^Y:/N؞[}wA @L$)&Iseqbt<W{+4*^{/-^鴋O2qx=yzkk??$IʟIR<֋CS tM^z̶ÓW͟\QI633I$5\n^?o|k_=?q>{*s==pk߼Hp/jlw&snnWqW>vnKM/2Y7nqUĚDzùȟȟI$$yjfs}gAp/,p_{\x:yݹ6YsE #.q +L$Ig< -^YeϽZ<\LV;Ɓdw9 3Fg3d2M̟uG +H.d ߸te??$IʟIRS7 +/Kyܞt4%tM̟DsN$57.9'6Y|/??$IʟIR\P\\>?idG$}qvxPj|ar`nu|ݖŢt4E<>+?),i7٨xe7n/8$IgNggg$Iyhn0$%+,w.$W0wpdo^t'[??$IR?cx ϼt~ƘO\Fo '>^3Oݦσ% W/y{rb gܽrx<qe)Ox5ggg$I5JR0N!R7}A@'+'?]`£X9|n+ob\aJJ- &)&I?Zls[?OV>m[aĘ7^繄7'qqJ˟ȟIʟI$+CBй:1~UdrY񕧮P4yNo'{q'vt ߸'|E @LRL$)?bHs}-t<6sgwQaĥˋ6tfv? aswm;x:7RɉM| ʆp֍z_j$$Igbium6 # (e⃕$$I<9+Lˊ1e">|>a|VH'~5ɟȟIʟI$'[ʻ?+.J;l!'az=hzH#_ɟȟIʟI$ϧ?÷o+CDXҔ#ߗݭ[}68Y[ȟȟIʟI$y6I;Zyp1$ O|E\ڥ ˟ȟIʟI$'?Tæsm۔>5>IeL]v[@g*7YL3}b%$IR!6L*X7͎|Hɧ'}6u9KBJ33I3IY\Vޙ2Z/VKV/Q.^wsz37oݤ#G\E;. &)&I?fܰCe6[^Ϲf5V[/-8b,:eU,l_$$I?-kQܹ7m;.Bṽ[Bh؜$>dt\]JVC??$IR<Ο4 +np#soAt;(T̫WE;mm,bxi$IRsA4>9mG%/"]&'a|]r$$IS˟sIx Ywq/~ne'9YB,tT˟ȟIʟI$w-hش!lܪкa%5w W\ `P]Pׇ'^\ÇԹsN׾ݾI淾\[LiYhۄvpY++uYV߰Gq;Ҽ^:,Ev&ޓkf̓sQ>sַ_ȗ|u{W~oe_!Qߩ㚙> ۣ\iS˟.AU;B$979H5o|5'"6Oc#O]q1$<7o?>=> w{Hn7'a\᮸I^WY.vxew9rӓ???s_ >ڭ<;@˓??O??"M"͇A,]Fe<>hzT۪/JAƂe+ &)m6gʟwHwFkjw踻ؑ8眫N*WmaZ{oPO>]G͟ )D?S,&χ?/ tXuP5o[Ѽf8\Յ銼b3V4?Oя/|6Vyo~[]8,]=소ɍ]DmIs%秛UZn޶ Dn`(t3|\xnrbe{˽GN`=vrf +'a{э1ugĶቕ-/^~[9iLϟNyH̟u `.?7ϟÂы mLJ|MJa[ϘDJuȻy#Uqߝ~d$<ԕ||[d_}ӽqno'Of[82mK!mc#f% 槳۳J/ja okPٝOC,v]( ow+[M^ܓս&#sӸ$_7K}x}Mnb{~!o!|Uo4 +x JD^b1i1ȍʼ{fq*) &)a7s}3ȇùm{u'<]wRp m.H"ۓGw/Do>f +Vp#?眒?g='?Yw{v>'?N,Gc}65mw&Bg[<. wRp x!uyu$q5E" 3v=źR,ϹOcIޠt'oT?8yw+/?l܎ŕkȕn&eV9HD]|RQ-6{{̟UeEщ&Ph{v(4RRX19-V&&!+/cwӉidu)[0mgggϟ;嫃_ưxna>9O#7.s{s>6mO`o7}{a -]nsϹw'+.4R<nWFQ\ەvq#/m^XU1k$ &)σߋ…O^6Y.{Zsx ?o©^WeLy*ow+[M﫝79r9?kLA߈A psk)7.ˢ 0=O^f8O36.;YueFʟ5![YʸmrYBuEMVTޣƑߝUɛ|! &)}gW!e0ڎJs登 ]A} 6ycU\v=F8?|i?ݝ&4)4RۂM,ncܒ+ݝrʓ'O3lAggyx9څ )g.}vFv?N.mCK' sh?31-mOlo57}{Q۫K9^X).;Yg[piygs}.M %&^Uv;C7$ss' }XdlYin~b{}YoĎ0_eZ:<#HnoL|-&iFÄrnEW +GML܃g Eg 2B`;Dw0җN^bKX#_nL? g?HLן(lUŷǻ|>^|㆟t3jU\s_۳;J^.M@ztI#mIZ M.Rggg< >")>{sbsqX8qnns s;oM+ *ޞ19k,I[. &)&Sp[C*kAR|?寧a]mn~^_Ojʝge2^o2X @LRLkWuSARLrgʟȟIʟIt-Lg?$x=)SAR @ @,&$Ɇ^s] SAR @ @|͕ xƗ|+w?φynwdž ;_??N'\{fãtXӎ93I$gg絓xJy婫r?u1NL_vLkv??pn/a˟I$)???aOh̉9H<.ϟSjR9(M?$IR,  >sf'Aɠ5=^y }ݔi?$IR, b9?w[„m|h?v;O j70Rw ˆ^{fxssG\yq$IY @36;ׯ_W%v>݋߿odI^yg}ĥK}r?k&p?5ɉpu~;HUs{$IR, ܽ{'iVϕ^{f``?aF:;w_~dxG*??Y >X?q˟I$)??˞ϭG}dņM'`4 b2tz~<|q7ɟE$)??~pne>c,.3+]/3MϠ&yP;̟_.d8^/{b.lҝsVҽ@L<._ypɓʟ~>ݓ?x7έ#6evܗͺ }w3>۝Ý_{>R|,wn%c~G;3<ȯx'o[|=<&\ܸ~ +AL?˟w>裔nܸwu޽[n=]ݹsǴ˟+ܔyh: i?ބE_Og3)rxsܾ7n܈Qv-GAqn2x3X0sw`/w?[߽y"Ůq{TojS *%x\&XJ0W[MUA]QJc˟Ϭɟ|l2[㠩IߨH^:zSesiG,χinYsOL=\lmg3)sŋ+w~?&_e]'lOɺჸl[g}Q?[ ;Ye&byr,7?˿Vs펋Ø}q 0`_L.mrg}Slapa˅h\!y +sc ӳ&ϻɟٖjYW[PVJvgD}AqJ~]#nT\y3|+pQ"~[ 2*KL7'.]^ c s3$bɟcg"?IAơPd~~Aq:4aֱj|Q0WT +hjk׿Q~6̟ٶV>[vմϥDz76s}ubߞaP|q ??(x'>Q>ÕKM\q9pCm Ǧ&{j# .X̟&>I~TbN&g>}O(/_n~Gyd7AσzEdoqS/g.[N̟sϓ|掘uU=%R9vgA:޽_l܃G=Ws79ݙD/`ݛIcϟsiis jkǸF֧0E#:9~sBZp@@A\c=c8ܿgm/^(?>e{FycsAysHA7f8s]gFdx_8OƁ\gfv>Kg݀gwo{OV=m#R=d1f}'ދ v;F59+X{e5̌͢8W_?˟GqJYyF`6 :U$ CBɓ?˟pq2ϸ΃]00WxeyИ"%g+=6Ż=m5Sɉgʟ#ҽEjP˟!?˟wB˿AG?w; k_<>mÍ97ߚh,sJ|s%?3$,s{HA/`mhwꓱoʟ\E:L6ϟiY,m?c=m,&?Ż=m59&?Li?ω:ϔ?L ȟ!&<.#ҞiLYoɐOvJ钺&L\œ>Ӌs /6̟ز5=m2g%L>QFyR|&qJkkA9g?x3>/&Ӷ +IOdV3Y)Kl0c? s+5=m2}]td1ku˺/O? |':ˁؔ}gȟg36pkd샺Ւ8O,ח|5#?6Sm,_WI,nioVD>[#|2U?ɟqYb"7M~bc=nR5gȟgS"y0~K- 'M"ޯƪ}UL+v r20Wb tApׇl R{l2?6w*iʹC8?|8s|~~Lv_&Q|sVgf?C,??jbW~aU7mw.Yn?ssu6[x;'ՠ@?fcccES-^uGm9}'j\8ٗRx͚{Z3}XǦuw. YN.Wۂ٫Ӟ?dzW)Sʕ?˟O0n)oqkfuNJ?xGyvt{; &<~歾04SH&cA2]XUŞJL&{}}6x6gHm}lMAkߙg;l3wųWyOs=S=6ɟWNHw S|aNv_{پ&,qA)y:?5?.ȟI3yK.&K\ +GHm5Ɍ:kqlF?C,??tm3W쑔?=Dٖ3v_cuΑ/_ɟ!?˟Iʟyy0W쑔?g 5vc R?xW_}}Q?$IR|"ϭZΥvmQklbC,.t(Q0 ?m~g}v|G}-?g$IʟvŬ8޼aGcOdlnԜkg7nMMd۷3)&Id\#bp[3z0/W[|ΝX~ݻw͹?$IR|kzn}N_pdɁw?6>p*~s.^|@33I3IY.L/^n}"N|6jF +ggg$Iʟmʴ&YU_Wmv=ZL*ggg$I :vǛϼT5p~x7/~[%R?x$IRIۍ<{n+O]}ouA^y wg]K)؂,^;$$IgEk&B=O\|{/_w,ȟ_krMx$ڝb?׷yY[33I3I0pBzr{̟'OJJnefSl<>`Kbg[ @LRL$)>  + +9򅔨0):nz9^,^KЪC`?se⏺$IR|Rsb޶m +&KRoSg^\y .yӅ;NZcW`L.oAgg$IQx\7?!v|`*?'N\SجROCUH޾C @LRL$I]y0ws{y) &)&I?˟yv[0sY w&;~ty;R7q /|.3tP^~/ȟȟIʟI$ +^6؞?[sfV;n߱Xe 43'y +l/SW ҶA˟ȟIʟI$ϧ?W֋6({AVO? i; OsW}Sq  +w3qCaˑ ʶxxݙ*y/<|AT/#Oc6xSn˟ȟIʟI$e k?'O䧟!~^9XjAǸ8̟NGkoFM<] @LRL$)?m>P_z:yrnˠb9?ϽZeF}s͑3rO "ɟ+_(~$$I͟H)7J0ww͟jجϺʡ$ +˟#XX߰Y @L$I<^92dWYsd%p+O]mx12}Žf7vl4??$I$O<Nl>Ub7esՎ뎕Rd p&d\9cY\`M̬$I$Iϋ9[qknTX;K84t`n51Ƚw?`ϓGʟ~{n`˟ȟI$IT 춇+Sy~t܀b2ļ l6!h=HX{̕3?d|+ŋ\O:gg$Iyu}^W3/mM';?QarA=~wy{} +|p)f5<:34v! >/s呝??$I$O-|n2{ێ_ߪt2N!ҩ8,^$L)nA<p婫7(yЂc[} ȟI$I*]Xdyw2L_~tt6̟&kܹXA<2&<ܳ$I$zM6J'99mp$2}dq6sEͅ)̑g,77y4N\!  &I$Iʟw8 ;>&KsMLɊx݁9N~0$2O\mI3V?Qyxw=v2??$I$5[gg$IIH˂$0Mt!g;͝õ-_j=kE @L$I<,i' .> .')ݹC+y?Y33I$IR\\97>mzDG{VOxc8|()~ᑝjenƵM隕Ǫc.OE @L$I<eY]n͛ vgeDz_}ݜaAmy!ƷR @L$Iù &I$Iʟꟳzn'Zyr͊GB沩D;KW[l33I$IR]q9nqLa 76 LMNbSNrcȟI$I\$v!R}mwcxy|Hy&[&Ô-^1Ә^/Y͟Eg$I91wlWΕZ(0^fI6m +p*OŦuJ]W䚅8H֭[ׯ_q|/~En߾}W?$I$^\FZv^(8^0Q*|ML#yozWÇDwH ճ:?㈸Ooc=|A/&I$Iyk᥷X) x5puM''!ǵkz'~yt78 +._|nD$d.Ο޽;>Э[3I$IH,-Usͨup~ +'>7ύ7E+W\ЈĚmw}+l3ƹ)oy|+)?$I$j\ܪ7ԶIzM6=m|6=NlCVY}ruNj ^ 16rH\࣏>:y,wAL$IH 7#ʇ'kϋqsٱg$I;hŰwRq z |ӮxbsenuΚɃv#oȟ$I$ɓʟ炻Ĩ82 s+Lֻ.znثf{sobHbNC,&I$Iʟ V[GAÇxX\ʏ7"|408JYV'Ư?x7xcnHY,?$I$OFMjzxqqM*%f&[|9VΪǛ?wܸq~L]?$I$v\HM"åqNC6=fjmwP)]^Z3? wAL$IX\W2-cy?C,?$I$O-N{ tky65 +ew7MroJC>06fg$I$yϑ@rpwPYmnZ>]\+p1νziLhU[F#SJ "}g>ݓ?˟I$I\)Ys8I\У Ҭ/W#5JknzL.g$I Y 2&YL$I<3mnjR:wы|A} #&66tVbvYavC9ϐ?˟$I$I] +b&QfYی,咽yY8"'Yyuk/Q0 ;t}Q@L$I? $>nj'k)3N3#<f·o^@n +|7G 3w޹s_5?G !gȟ4D 3ȟ#3z"@@C?h=g ?G !gȟ4D 3ȟ#3z"@@C?h=g ?G !gȟ4D 3ȟ#3z"@@C?h=g ?G !gȟ4D 3$w;J$IdğFM{3_ܾK$IdğFM{~$I$)&) &I$IRLʟ@L$I?g3#ʟ_yg6h6h6h6VƆ_gǛ?Om_mFmFmFm<g?chcWS,3FmFmFm8amQ3c̟ioq$I$S073&ĔFgG]]lFmFmFOai﹑#p; b6h6h6xR/db1mxc+tgg$I$yݿR3ɚ_?83O!mFmFmF|s3&Y ptϑoRp 7p 7p 7v ^PS^w~Ëj3cɟSVFmFmFm;ghKmF x{~I$I$O'^#'pۍ˟uFmFmFmQ!tϘ6ژX533?$I$2Ҩv2ɟR-J|B$p,sE7}annn(Ο+t ?:ɟosrbnnne_%7&/$<>N!.x|4p 7p 7p 7|w[?3O@ XUkh6h6h6?6u_lUu1?Lp 7p 7p 7|%yS]/i5)_g?Ix㍕Ozϋqnnn)?UHϖW{ oens܃G˗ύ/~@w֭[nA׻ [vd6h6h6h6~ʫ̟S$35hcJ/i^ |G msSmc}+_H ;_Tnlnnnxe`OW[z8[_X>܅쿑Ƙnnn+ /"/h[60z 𹯗5~=!>\͟oܸX/^KGɟ7O 7p 7p 7p /^VX\?|xۍ5{aog:ټ]?g&^˟SVUN|K\p 7p 7p 7)J*5[NYB+dϐ?BFJ\ V 7p 7p 7p# ny.trAϏᭆg;{)^=>Ǜ?ʟwsannn :f-`!J3IM m:+r婫[VCq7ꔣgݩV4׿ȟqsǍ7܁܅NȂ)暴nnn'8|X,~9aAFkߔ.r/V5Dxmkll;{Y4P`UW~TG? w0.Cm|5p 7p 7p ?碪&?'꿑|zAT$Wsb=q]{[*.%Y|\skRcnn~R:BǂRx07e?ާa6<ҦU?ϟ8|c_yBuO@V:ܳ|}ٛlל~~!OIJ/Y|Ds?)K60p 7p 7p 747ɣO̓~w\Až e(V>3):YOc$^Y|ڏ83ܻwO, zS$I$yNFs +\j{eMj`Nj~ ?0 L!!hA??j)_3؃nnn^;KIϫƛ0dx{*~¿{l߻#,^\p<0=k m rYG_{ l?6Nvn;{'~=XwFx-s;7P 炶7p 7p 7p 7, oX]hk ^) ++O]]qнjf{q"߹|xyl{~3ː'U,SS^#Y|,ω'~2*C~Vnnn>'AB;by'h8\ϟx.~48˟gҝ\Wʟ?NzyP}=ɶx'Bg1go|ŻwiGx@|7rd$I$qă꿱o&3%C"sAGSߎ0o?/`G5)8⋁|ȟq󫯾X/^?EYV ۲nnn/.݉0U˧ϕS~Eay\ssfAL:n:} ;<~rEȃ6#9[dw'9Ƚ~3,՞Ln^7w;< +q w$f~-߀Y|jd/Zw 7p 7p 7pmxzrq5Iq;>tese]~YaϓMտkA=#1Vsn ԗ|+ϓ-3_,Nfȟ!?o\lMKeG} 7p pn9<#tNRb?̲9̐ttNVn?w?4,?sF5gr_o?/L} '2#_vP -Y|,sͻ+!n~PÏr?ݶ??yc{㿞δi ?"kx_ɴOr7sL^z7AyEVF:k/nb3Lኾq?&icI'}KLrF"^bCTMХ V-o8YW߾5&^rӉ!}:*Z7EXb·?م^, cU>esF.+ sӃ?Ń߿޽'Oox!}gܺfU4;餟x'C&ȭ|NճZf9vj|VcI; <6 ro|8 <WcvBވ.t~9'A\#&C)`/X3pgCEuO,(׶IQsX?]p#|!#tcsy H=n] +9zKx! g ?Z(Z%t:N[S#e̓SZQ9_YRZUSADmvNݢvyO?N$\~=T$1N / =υPF&DPб=%ݥW=1zz2NԞ@ZӪ媆/~n_~|^}HFµK:tv]pkߑ{eWFz? L^gs1IpI ?Ic9s rvoCݦ !?C(bBLgR%sK)K( =MFϵO tۧOyf\2` us9R'[(%?2.?MͩS \}wϖu)+L;'Nz37=3F=)MXU?zkzڥTOW^6 L&bgz9|(6gvcsNzxAی`__ӢeY?Z1VN2+V?+۴LĎg|}"YZalt7~7 +gg\t3c  _gm Q%gLQzo7"Bc^)\ef' =ꟓdw4,ֵtFL7 XY(vv9o4f%d?Ϛ?) + KlFy4z +G`HKeb V:ӧJ&bGi-rq,Np`e,XpdiR%ugo|7b2m ?խ b/ LQ3œ-`<ЉJ|6N +ٽ +ר@Qym,SU+.ْT[O\U 2O) \*YC;qt##n,׭J7u%f,av)6kh2ٶ#I$a>Kˁ&7伴H>\heU!EIVotN epRPk W1E-*B?ZU&b_֬9kgUf~tN/ˇ9J*RީN5Ͳ _UNQj X^WH^"<ƺR3A?\+j&G͎<tGL;ϻ&ߡ7moeI#E@*h&mneTBԖZ%~Ag v?kK-u[}@:Iː]ߤ@Gk$b ld9QCftzV97i6A?ki«VY2ݝRYJla0$!m%@Gm Yι?tfQm]2 y+l+<:{~LĮ7vʿ#N; )៧t44 p괫c\ꔲ-52z %wu \5X2( R ǯC^T;MNV'7eR^ gPQspQzthKs@ÇֶB{K.Fy} ypjAY+ պ"dΜUIczxs ]$i93B qQ[˺j)C"ǡa>S]epX@}A{. ת_!dxh;v'O6,{v0g*9[W %^.mmhV 6p!ifENA d)QC(4^ }ՋқMYp2zY?W=ړcU)/RnTPI#3(;!dBxuᢅ&7Jfٖ_^&b m<_]j+ ++Vz/B_2ؐIWc?;?kDWml`Czp֠3A{䟫AaEfma謕h<;3OǞgl8m8Mx47>S.ֹ'Uڼ'촆"hKr'/|UQhOjw! L^gA w _ft"=;]3Kv܆*9\Xbb៳Ic4B? %9e;լ*tU4X"}#& دƖKlFl$3AG?x6/L:hy|-H_qm¦.9O!אQu֨Ir? +98](d)Us)꜕Dk}0fL^98#7UZoQUȊʵCOTCpAY͘DhLon 3s7UV" ?sij?gIAU)CwW*#ȯ U){ jl\8vX?v6 V^A'/63~}|O-,l s3lgMNKA%U:!.ANlz|%) ĺ!]$/~,;\IYY%0Lf m%BӴ˦K:TKf|&7 6_|AqI߈ȼLWpgp +qA'ǾG lܬa_Toi6Z%ٻц?qDjw +$Ve ^o;ALyNlIiF_35h{_^?H(RhF`}BO挱t"<׉ܠ&t(; 5ڔoߺܥ3r\z}xa+)_i}b µtyA5ڞ7>Hu܄aDMRTӀZ?k$˜-l16ӧb־1(g%83+g ?k .sJ{%xgg'?q~ۗo?Fm 9Ugp1s[ !91mCQfY%!GuIc.3ؘ}] +v صF?k/I.=_ +svv H?/-'v%$D?g\//glV + /埅^f7ZNH3,T)/)~{^(4,gȔN5UJ Szes.g$5ۆ\( +Zy-\{eNP_|sv b7<|2sǴq`er5er27f[ݪG u ͒{-] 34m-;f˭\:L˗Χ)z?ddl\.ս+~CXgjtIZ l&gh??yr?oe .K?ꯜ+W4P+$W<6ĆlBJNsoHjQk[~3??=߽{@ao;߽~G; +?-Q쑏]Zˣn#vh3A4gy~}yk];6 0 +KZX,CvFn?ý{K 7^y}AR6 LᾨR.ҥ|w Һ/ g}|8nZo/G; +<\p#{״ K\`,k39pą? Wm1`c9l7}喪&_???w߅>s"\t1ggOYݟWWiiiW^sv2<$̧ьrt߳Ѭv-?r͝&v=;~g7o?,sp eGxKKK/نhr<(˰5.+)ī10{[ÅhV3|333W ޸bv]?D6/{?._d4<6B +m+d s>̳n-6{$o.#? 53h?/޸GMWO~<{3RnFK1܋nkko?⣆۶z,&b #Wӣ7<ڇ[R8JY͛#3@Mr2ljop nGBVּ*Ƈ.g9G9np9C/\|Ϡ=oN2++Qٛ7nQOzGȺ)K {Ʀ͈⟻s?G2K 7LQrjnp(etI 7?S}f3V9Tw{p 8KOdg]c6aZYE5+ow:W]oY8n\]{'\]!{ Lǝ;wf~_><#X5n#ג^o +4]׳"/v?U%s?Sa3b +Jniv7.07Sl Vݟ*$V3_#iPIdg]6v * +URO @0U<7px7r)ݷYCN`!B6Bw-xfGGaiKˁYg27bfx3EY6P.qb e-#c:7= UOuUYBxϪe3ms\Zl* +Uo1;O6^nPhDohC>(|J?{UfZe0`x&~- s3v,eeFl˦=D7SsYf-&#lTpliKGpdl{12ԒElL{ydfiۜbl2GSJp^rypYm:hgC@H>sT'E± +j}3\A{y̜Ug yؒwOYpyi (+'m@zhێLG/_2.bs]s|Ǭ 7yyw0M?|[f?ܹSZ~1j Ii gvֶj)lÒ;:GPWU,,<{WmpA{d=[X~K +c\5ԕo{)?nls+=ڶ#,z8DeXxNdis]6!]l-/|[ զ5/G?K:&|ȇ|hNM&?wޜsCgagIV +:Dt@Ϧw,I[ =n͖sI1gpjseAW v{w;S,Dl;2|GK[ 'K{۶UgblyQ -835<AxЂe25,8 υʁ + +y,f1Z pM<^|ZվLkmM,Bl@OFG3dcҋsvd?̖P,l8Yg۶UgblP<2ߘg-a.Q!Jƀn3c2ɏCJڬٶm( $j ?;Ae6?v: 4?7_`VX'nɑcxC4<pј^gɵ,1o[(`ˇ=ѳc +'3? +Bh pu=hgy 9!1k,&fGCo;m@<6#bv=#W%%;՘6lR?(葀sif1䖎p:+:،V\2T5m+%blpcx>x, Y^ZWK~F:N7'3^g!Fz6JP]殧jXCfaµǭ@^ +5.m`5FIѳ':÷?Xim*^UW6 oެf_bY*tg#XPÑ4vāb-l8eg15m!sKp- !Ogd9F?0U |ȇgygaV*oj5}ۈqE)h.I# -D^េy`2r,iynN~_uK;Ф81XQB6LNK~s#Cχ@.e =2ڳ3=KEZφk;Ypט_*L3bZb?oV 6m7?&=΄ +BKxlSe[imhuDͻRΖs!Yܜ/RAy`Gte_wkν}YOMŇT^ϑ Z4a㇦Vvj?z]pEh%Nk^Q>NY :2ڳ3rz]1k8Y6]c۶Q-V\*OF>V| fFT$C>޿E3BZI,DZkkaB[fqAf +z6.]OK7?؞Qt[2%a[ZQ; gi"7f=Q9³kQ쿱tQ*<,hU(? cZP{r '?۶Um*ٹ^A-&UOg`?/55MLAR៉ϗ/_~O?op0+JBl3D4Þm*PQHPKNt50f#m>`H$nm0}3yCYsGMJs;Ԋ?{!wqgb1K gݿS7lGi͔$[Qk#x43tH:݁ o6^pv &rg~ O ?G/bO?ӏ=JZѽ{;w80I$[z |zY2cU`wTHi1 l  +VN3y=!HWzlL?;Ǐ?yٺo6<0UnNݯTSjBb8PN{ױnUlv%U?P ġ?k۫f_\{KT֌'tCz LĮ[jZ)=56֠*Ja ?KjUJAPU +:5yI?t= +33A{=VtN6LvɌp3+%ca64p?igbyB>JGM:髸?q@1i\D*l[57\,c,"Յ+^0ӯ//~bGr!sl3چO*s:n܏c g{ZpN3vF^^M^}+iO:%lG>KY~y A& G 9` #VKЇ8tXˁ3h۝DwfZjSV8m0AQy۷|Alk۶n n O~kͳx:k.3$rmIZ,l b ۙvSҍQQb}dIئjڳtݜv!0;浘RsTgsLKz(iW-Jv^9·>o~x ~~3 + ez-뷹 u&{6+#&Zm?]_x!adA ;H*U2V=Z6vL-k/=%.= F[r[㟗7 p!A?/9%Qű%-4bSDKԮ8HXJx#R^A=MAC=J@sĥzl +瞂N?qؙ>Ka! +Lqo)|旜tFԚuQ4ަTՇ<;KT"j8jlY5Zܦ +)/*g4wI[*V=?9Q]>`\{m5V柫~CǹmK}C"3Aar &\ X5=SrW +6\ ھM{%/]nl=尙<[khNDmoߐk/-+WχnɆ}E&Zݓ~mԁ\ϕ,A%Æ&b(:ږ4)\Z +kIK\O>)pX9cPք7n.;^*Ԩ-r/]ގ3|ky@ɎQ]K"7{ ?wUZ~[WK7W- #PU͐JmeHh-;<"")g+U fz +Y5u_9A5 ㉱SݲY_n˫=lqaoB۷/O?k/-1S^f o{^>\P mOlGAQ=n*3A{ #gۙd/Df[&1#$&$<uFS T,X0-4UDMU<+7\~$? rW^Ӗܥ "^Jro9lXa!KgO4VR ؑi f.+LwDu mSi〧{ +8{FNMDpGwʪ;=kNUʕwasķr"-7TL@zgWҴBrX1Rk)dz6F$"GijgJ?~+)'JgCk/u&7W! Y PTJZφ9!̶GCi$V٩z}7|)Ʈ鲤^L3sFQazN9+#jfA -/R?A!w1 W}Rrzeg…GcZ퇃r2<(Ts?qshNZNhʇe;HJa|Ar3m/MBJ('Q>bzWf P|J(UJrdݍ@ /97\*Er@ +7>h[;~}zI;=?2\l'Z(;t6PurC?kcPRDH--'Y5 oəpFnHN} l5#Wk5%<',ZGCo"dVflZZư-:JΧ͊g, rT<`څM[~`m7Wl<Lľ琖0*YA*으U G jsj[f6gk<1բk,T%rxɆYG]ݤf^#uXkDD]bGPV52rjAn_֢T,Mg'eX]H8'?iB#y(^vd.˛#Bٰp<`ؑB +3Ah,7<\k7V.Ox^1Ok Zn;Eogֺp{]tS5!#"O9 I*kUZ ^" f𦸹»RL,&N5 L78[ ^x*[(hGD?k ;%%2*,g ? ߫fZ PB 6s6jdW6b-U9[54 OgdIsj,aˏH| +X7ˠeԷg O%P&mw3%1ʖCwJ=4jφKvjv-& أY՚j0P[Je!r7qS$N/= ?G~:Uc7'Keϲٳ66#q׋]mA͚^=쨪5~ܠV\gAyYnxb΍9)USal=/U$Iu&bقL3On7m\!ʐjI$zF~ +Ȋ" 2_znހԑ)݀]υ*Ϟiv&b/a橦{F| TN/LM2H.T TؼSN[m+\m?4zGr[HÇ$x鄧(_~«kcg$OՍ6 W.mQ~]Sh,UH侩[㟣 MbU5$H" +z 7IhV^`㖭6~-+mE Kv3n=6Z"Z?LTj!F7؃&>#˘2=kzeʥ朁no׭ŷgA_ ^%շoiq">`6a)%nY?*PS* ,n_$t-mC2rTNeMȥې.'$D__mU@=H9-ظX89}%3^!ݵ̫B.ݖfy&ߩxVd)+cz|fsF,reҭҰ]z~zgg)TyS|дd?;ڂQ0g7AW>߲z^(楰Qֿ6 |/o|]I3%y[ +[';r6D7'ed!)< Z$=#Wles6b לGU(W1SCըzم?*)a;ׇr.wHNܑH!;8Z)3WÝoT&3䶻d l=0Bym6b8STvZvGkhҤwUNT#26g'zZ +;ُbmg<&φ0q+?,m3mpQ=BFrQ_ +mia CdHBu "1U)rL\aC-#w5|vs=M&bgCK Jf|;0VJWj&c*=N݋M"i[ -g % ao>6)D_mA `K=Hn C]l\P;]D 04.gx?!˖b!9,r&koPlDI3g:[S骯2CVXqF\nc4s2K(ʟU%0_KORCh#|ATg 3ﴄ;*7K$hNs4O_ZU% +o/}8|{b<7>P0P&bF{c+y-[y3ZSy=#> yeB$r#5f8ȩ1'eHUŎEF~o72"fqڅ>R'y g)c{9ziJm7ļ(UR!c;}w ^9B/>vU ݭb-a!3o仍٣ǐ[Uug @완Nc1~,$,SnS]ؒZ23_Zșxɒruʸ;-De8(Wυ<lL _ߺw ٠^&oU<̣ = TP392/؇CV[]{lbkW?;G<-Pt1$g-M"Ig v?1ç4|ol]?N]M^ȡ[˕߁\)nW> VK.sBԸC;l0{ltI4Z9?e qxq*w26M +Nª'ꍨ$mԨ=jb5y[6q R8OMϒלa#iTzigglf8.܉V.3A;?;ólY;HlodUs!g_%Mz$CfnRGm%S 7|<-xD3|MN0VOY j]R"y٪IH>2[xh-Fui}kZf`5(u=AJ=J}!j{TCEem$7¥$S :f_?9c)UK4i/QUG#qfI a&%8}"W}EW[+QC='=e7$2GD _%l.lyp'VlZjv[|~~Ss۷Go;Lq蟅jfoZe(6Iy!@ͭDXkvÁ 62?=["qaJɷP<ʩ!W&@<Y*Ѹ|[_XIxkE!UAZIs yO^l]*1'mhJI\ZAQaبṃ/;g$+9b.G!4 ]T w$ KخV\Z꾍0 ՝uVnE';ZcJۑZ4g%nKhxޟI7Bo6r/Vbc (Oπ*_5`/v@Z6 9;wW߾{$1~yDWE`g v?jD;qEJ R OZCԄGs6is6ZNKbܩJV< +{kXء۸}klFtr+c +9*{5T¦_AdޚA> +37 g3'Tuif0DoLnk +oých{i  +7r!&v?qMY{r3X3sϣU-aֶ3BZ.}AA[]td!3%FncΐWRD-` oyJO?~+ޑWqT Sl~fjH2ɕL4ˊ{j<4Dտnfφ.+,R o[v3QM9gڳ:,}Ty4 '?*nyͶ9/㶻<uB'KzFcQ!Cn(sKN῞yj Ρ(S(;mRL8ngyw†'7T5#S7d"pW֘ww%Z.0$VSPk9ҨP5Í7""T/i ׺R[<.Ʋ.yy/8*R,carvU=2ىr62b dٵB֗/y6x0uV20ЊH?G?wr6ڦϔ6mUsjB8ZXOSz!%jՐэg[T#6TO;%TtڧNwx o 5;Gk%=Խ8=V5OY!R@~Ρ[a(j*Qt~sjxXΎ j//_X<;Tز5 Ʌ?v=z<9v\n%O&&+Ɨ jOKEYWL ֦FGUu:Ov(|2qZ3IPQT[=Jx3W WΠDS9Ig3-W9f:_~\,V3Puns\q= =b+ (X8Pc>e͓Ɇs@o??-HxzHF͜]]:5wX{kO3__˗gYجFlӴqќpf;()4! z(b`Ig340Zы\zt79)GMt`AdNPIL"SqŠαQTxm aHmxgy[%^N5V{=U•!]]UQI,-i_F w9|T;ݾm$^/)ZnJ9YSQt/P}QLs4`Ȇg}%ʷjm i#t;#-hU+L5wpOAwB^w$TIQ*GT T&7:/x!{8Y` S2Z3 +IZ??^4Wy:_!P 3Z6Wѽ Xb񠿒TyJ- Wd\I2n w{0P;Fm*6{·O}{pᆥeV|N *ǤL +$;'eX-qD$8Cifվgl^I +1 tC~CS/ws >n]WUfP-⢰ٸVG<8= r#LX }yˌVZS"{,/T#8-D6e4!fVoPK}̪&5ÅדaЉg\3 +n7wAQQNNNqԲ.poyv6¨aN>cBp3N:)֩j>ѶFBzZZƹq^'ظ'}Hӫv VM.km34SĴOᴏG(pL4o}u>l1{#2o+!FFBVHɖ+kIwL??4muf܅Y;)[;)_31tf/$ jNzv=>e/BI]r>pE43F='ؼѐ9Pgfk9zvõ5Wa;^Hc* )|\/6 g5W0J(",?vjgҐ2S G=߿Ҟy럝S!ڛX͌TVV>>ʒB[.ygMo.K$ 1ȯoG#4V_Z&CUl̃G +WX-nUL슭/SX:[{C/D[Qo{3͌^-GN <*^0م o{$j>."oJf쉻F䳽V5 tjxO-뛵%UwcXII&!ys:RR_:~s_< i9oϜӄUl'N /b >Vs3|nJ6[% -C(N[τMj\J hmTC&k6h:2`yzK+DUh;' +M3M~ tKz)ka֖ + %v>GBB߅LARM7$wvu@1$пTK1ƞ%gjOǚfFvӖPSd4!wß{!{ +L??6w`3^!33Qu_yftN} +t +%qU،4n7Ird`Aq,0ߤn툙ZIr6oik`bCnG=2עf/xU#& +4Q&iOmeSتbgyGsTP j?[3ރ(3*Fغ @{r fah˾kedٚ@c';RVd.֠," LI"ZU"gI%M9ixnxZsĜ€X*/UeuKC'y^j;CBReL3)Hg6iӏ ்V0.=\$ˌ!QJ?afNVS8f;M'l[ +gV~D{7Bjm4UÝzfɼ{!ؐG<&ؕl<73__˗?,|96PHLTUޚ$.I.$[0u\Q=,jNhˇZsC8'@㔣;g[RLz;'S%/Vl~on?̦F{lM}j{OY3뫯Bӻ}6[1HUv<0ܴa5an+S{"ڮ}L??))2?lbᴣw&?߿$.Ŷy{ɓǏ95~}W$-Ou9jb cy _y&$6վǽDuQxjg x*y#|tXBtPym5]¥)-[&\s.pMu+J5x1~l9~VQKW7/;ͩ?;{/o0[ljހϛt΃*/ +f˿ˣG{=FgӵMzTI_d,TUH;3Bhk򌌇/3!1èj!m(TV;@y=wbE̞~:nIVm[ˡY5!y&X?|`1hgg3o0N "jBITu`=nO?PAcX$7aQfRoBܚ!={tyv޴:ݪdj$"޽Sw,T_+5JkPcCԞ좷-g=8g--|Mjk?/*7-x5央tm6GҬ.g:fԘp៉ǣGV?[?oP,DU3l|`EpQM3E.|lwQ !Fn_7ʼp~tr|yG.K9{P>clCι9dmD&j7==ӯ z]Ц.7,2Q!Wj1:/ Ig雽)bE,9ЩIUiwAʍ@sdU?gg3}Y0 ͤ“Y+Z r!\+("tHL;z˰mX Gbg"S3?nkNS(.Kȓ LrԠ[3 hqU}^/% gg g ? L3g3A'?wɟɟɟɟɟɟɟ3?3&b/lU|˷|˷|˷|˷|˷|˷ӵpoPg >x------ïF?,-ߚig 1!g'h /NsO%\r%\r%\r~ I8r2d/%we.A -=6rJ%\r%\r%\r5_SMRErrUM&bGs%lnTTw.V=8fN=LĮ7TOl٧p\r%\r%\r%\ϼ~ՖDoH6Kra&hgyK\r%\r%\r%*5]xyֿdN9RR!w׹ڱ$ɝL['O?a\âB_SG(c?kl0KՐ%\r%\r%\r=\/r duKYp R䒻b~A4&K.K.K(Ww3ʽKCes9VU-pk&b_gaτpaٗ,6\r%\r%\r%r O+u7TG#JX>%vR9 ؝Ҩ<*"j8>l]ӥ9{Cpڮsg v?K}QrOg84/2ר%\r%\r%\rWZYS6H[oQkM.Q7LĮah%K.K.Ki/Ow@T#Pݐ 6'qў7K.K.Kr=B?YRZ9WsvjrɕJ.c ND\O6 ŋK.K.K.Zqr¢( \uVu&bGsشxP"Ik %\r%\r%\r +FߐZfo^'؀{$DrT&U-Xd4mC \r%\r%\rզW;ϣE!svn2#smM,g ?> œ/gK.K.K.n6KY%7A$7 #|`%\r%\r%ܭ:ӗܛ xn8vyYRG*{{oV|g GcDH)ԁX9Al{֍^gfny:Y؀x%K.K.Kn`SUEVu6W +|:6lZꯙg/'2!v,Iȷ?;'OpN=Ǫ $#s8V*EߺsrU@r?_ dWj}xJm7FˏߐlXA + rH$ &b_Q: 5 S#*\r%\r%\r%ש $ʟ2V,6k3@T#"9r[TnH&ڂ*rZ6tK.K.K.iM[^ж=jmd-Nr˹on#X 8& qi&l,%\r%\r%ܼL{]pj Dz&bwsu +g'N%\r%\r%d9*[yK_ZG<g q6^rwOO:^}VG/tZ۱\u_P bgók/uv6 =oxFbC 4 +%\r%\r%\sJ!SixU+}wo}.=rtΒ'-?KߚMyTʐ  jI_߮YC.K.K.w5fS}+Yxy\īKpbQSוaxL~琡7y[Fi!̶wkρI%upg ?˛jqBQcaAU¬XGr%\r%\r%8rS9y+ -u٥vmsiWmZ>{$e߂j9KGl=# L~ ^Isy1K.K.Kn&*?`Iѹ[V,XK>7B/Q3AcpfN [\r%\r%\rfm6Ujˡc7Eyʐrܿ|٫o:;0\RKܥaĥty,F[^NKrg1{m}Q1)a]܅nC J>kGҰ2wD C??wJÚnz 9 >+.cg ? k1;8Sl s@sr%\r%\r%wr~ۇgkgMY+g v?{ZqKCrcfL׊G\A.K.K.6Ε ](vOX V"~󻯾}犅νz Pdmtc. +Χ;IwõW[Bg c&bsaW\ZWW2P5"=/pj/756?\9{|SKj/ٕ(h[sbk&cwgMN =P'pALđd3w`5tqq0\r*J9{6N!JmrW2Y:bk:^.;~VėÅoJyKݢj &bg?UO.mK_륬g CMQH&bshW}̾Y`p TV>S@sHPF7.K{pRga(м.=?"g%Ӭfso1Cm% ޳>B? ^8_ ;SE%S5=\ggRr(.-?*?Sk95'㭪4l9}|ef|,_nF;:d_TU,'\53A{?/ @Z,Ge*2kCgSsʩr3.rj֫oߚx_y*@ ZI; !W,VS ػ9knTfQ3B#9HKYEgyDF- ϕuB ̆g xJTj._(r[X3Y9?:_aUZ*e8'D)x=ܥg6g :G-g176SV\Y4ڽ7hl惣ZT l'l/G<,(TXxM=LQyTO7iSl:r `?!Jٻ 8$b^"ήt5]H_K7K]f#e_y[ͻ`F#d!B +?qH2^,lD[P}rF%hGrg ,w8.+P?عnj v:#<]5X(H{ ^RM >oV#}L3S“jccK9kH%ht5c"MkVcAѶ13B!sUQ :xKU-uټ+ &Z1Tv _z?^%fnncѭu"Яg@кg׃)*ЊPVԋoL[upd@!BYᎶ21~̺uZ6S]cV-ty5)J@gcpk#kf]=x*{T B!g]*%BzTE?+TWx4Z˾}vuw!i(ڇ;/v)3V<;Chs ,uKP7?#B?.:?MŹ{}έַzXA*Vit1`)@ӳNIϺǙ{tx1*]ʰ$RPCS6]^3B!85U};dx-TTHq\eO)KͶJ0~g剅w@nVQΣ\=;&^_GW!Bωf:=gN?ۍ*g!\HQ"C層ߎN~kجo S,Y۩.ykZBAzy'2U D7B!ǻakz\f*zɼBsmI"e|Cq3vq+M<ݪ.7pE!&5 y0m_?#B?p/[+xVv%lP_^u{"_Kz#uPgKs{5K1$Q@`XwF6 !B9Ey[qmfs'-cuD%l/y]]Ѝ~ +Þl)alaw\c% B3B!})maQ]Aa?V -?J='*So^2-U\T 3L<7a +FV][%3B!K1.b"7TzGpȅ Ԋ= v6c,U7 [8wvng!EEN-6v(1F!nm^o-^j;־]ZcewիbxB`o]Noi'#Y7mG38~[sd\=L{F!oL&FQzQg0R$t:u'9;rn2d{}%5sS`oD9,7\R*9B36yѩK+5cql)k +rMByC7oD{K{oغvw{q?%;uׅB!?G2i25- '7RD>]%hYGCGx8PRh( [V;o/?Ʋ~E5[ '0 i&h⴯lܡ>c5/JyC!Bϝ*l1?bFȏMTıul.-b?_~gJ+O@ZwWO5xw޽6v/90mʥ8LґgB!稜FJh61N?#$#=|4GsY2< O-+m?^uǾdUg˟-8(شu+~vum~~nQ7Ol+{eŽyKJm'E B!F譅+Ç׎k%_ wl?'Q :ێ>1'\W~̺Ϟc?ǩ+ Ï'gow޿OMLRoerew8ϖgnM=QgB!gZccɷTϊZɫo ]fǒu,uX^NםҖ07\Q㒕ݵ[+[QO@P~G7.2]gFg>g|4gVO㛻}>яg{k?]uk_WBB(.%flcG@վٳ.>&vlay:~}ݒ?t`2g^mьUSmO)wb:g;?{v_.0\G8Edhߴc~aԟtw-NheNBvLlt c=_YTiX3ܲbڻ3hmASXAxq;_fᆥOQޓOf?|]FپCu-:`wYu?Y'7}NŐg\{eq#sT%X{p +-^Ly-v~cW WnhZu8[X8 B15!ʪ4fX?dPpVOH o_\1҆Jivqb=Ngiwab#/Ϩ?%+OqNOU"P^FbP6V| +7hF]Sˑrb%Su.Zd}FK6h[g,\wtO@/KֶxJv>E.^);\ͰHA =N/CllSTu\~7V~s0B?"b`g;#-8,׵[SZť-ǧ-;4^]xt EQ/c9ggjT|}F?}7Oц-U9pXF:YCuo/0%ZsgԗJQ7yauq~x +^81;mMu-~W|W~K0l8z·y飌.(g0Jdw ʗsȣ·'r?t__I+^/=/NO~M7n+NߺQWE!I.yhg-\:^JR⪅:Yϣ߲5;, a uYChIL[8nQ{0k^4d'{kŖ%(s>|r/=*mѝ?/9o'-? +,ڧEx%g3 Aឨ7ƫ">u@G$٥% ;Ry,ko OEU^WUuP^cN5-J ٿGO[%vvYCu]򟅎λ:CgY R&d動%%)Q^b:tJ^ʁnK˚i׹sn҇X;3GM|88pI ^DGuy՝8QM>ϒ8SW&.*qc:Fْ꒡*ܾ߬s8X8Qr_;Vi%V^y ý&֨ի;v9pU(nQ7& 9Q7J}iK:FY]]Vjb15(vq- ޲mF9vF[Gt ejo\|clxݴaFm,tT +An5:-%Yg/O@%_zeՒk24u5+QWL~Ͽ;3FMT7OPFtgaLTٍVjcwe*]b M^PXa:9jF?hn/?n*2X7-Dl%kp{Wgɷl<ȺaZC~ӎ9vvR9ycOZg6,](Mի>v> y嵲vGYtgˠo=dmoX{~k\wρy^]\:r,ߡ:.* +Uny6f?*/?[i3&SAu*=჌Zbg>֝4W)貵޾ϖB`oT0ύe +RT(FXyR,M׿/-.tb^q.=r,ߡv<;uSFT)?[*~ת۲十f.Їf%0ku\Zu'M?ΥQYWw-Y`63pWݰ n-եB8S6:dMv.#|\g5=oU2',EK*4.&2\;7?NzI:oqvgIS k?G+4M>ρTmggsjw7]vB :`>GťvYC/Gϒxn[uM_(:fA sM6ηs,cu+I9W}&%_b|ꓦK7v^o3]BqpS/1_>]s)8\n&Be}_<ZT:mx&O1ɌKuJ֘[o9Sm< -Z~Qߴ#Uv~ygqѕ7g˷ҋ˝ѕM#:3?u83\}Q;w\PwҌs~U$9 ^-(_r;O>u@_o%Ym'P5 Ծyg]seqX0?u,R}'!*FC Ϩkd:΍Q*Sّ̺W:u+BۘE~_ͭ’5[17?G#[墐}?+5YwҌsw-/R^b_ 'gxus}@~@qs4?t +| XL.z,_z?(wB[R+JW]zkpn_rt+mT|M;* ,ȷO~*,6){~^q ߥق<mƲo':[t;76ϱB#dcgJM3B-ύe7Lq䀿gY8Z00c¥^]KrbifwT0_P6u3BQw};B_9|3B7&}2e+(fVNBhS>eO>S20k 83n,q,bmREYfcbB0.b9E;.z,<ᒬfe!BH?7N.2TY,Y+om731ٽ48ۭv)ޣ$Q\1,uhT6u1f'JF!lD3.ΉJ,,c$!vMR[(nNN.8 +B!*u):B$IySʒ^6rפN5H- hߩ. !B(69Q? +)gDZΣ-m'mzȿU8sn{rYֲH +aKIʦXb7F!t.RL3ߐ8J_z3ͳ]5/u/SQò4^l9wG]!?#B?7Bvv!Dg Y[k3}X:ƻc_[[fY]@\f33B!sXsXvshrҖj5 ]#n9iI̱yi?H gB!g澓L{tbtSMiKn.THBFѝZP86dz4X8Ѕo!B6wqim$Tգ-m{60-7%3L@UPץo"i rj/: +WWA*!B+ähK34ZEe-/ 7JE%9$ꁕB!lɊqhS.o%H[¡v +-bbhTx*{-]mhd5+Kq6oqgB!_1ώ;&kIRwsl,]%螨ܸab5ι WteusX7$o3%!BY=TWPN6.dHGZ?G[7U"md^cq6|D]X9QqF!na(gK]- %}XҶͶ.]N?߈IZ +F9|BCثN: d]x`+S(!B%&W0qύLwO@B[&2",_#Uocղ0&Ml옿-Og_7SLtki!BϽ5Uˋ59Tm,؊#9Qcm0de{eяQ޳G6K mgB!+zQ^Ss 93.YnUzˎ\*](+ hP%:0`uҏ+K?#B?Rwݜ"72Q5hKvz?365 nKQM]zn,E7ƢQZXb%7P!B8QQ{ֽFT(h){͊ W;3+? +`kًƧz 0%(gI=bbܿO6iLL;\".[*B2-z}^ON=ҍB!ܑ\dM׊؏Y20z]4=ظ@fKsi([#Z]$v Dm"o 8gB!hyUV|>՝/.wwy|n.>Vtv-;{^[cYj4 ԵJڟ++m!BƘSo+oe7Z6̏ r]p{SLl{[w{ߦMˎ?ۿ,g$Lvb z?싺k;l\G7IȍkJbԥ3_ݡ?#B?s뮺Yo.,6lQoXljyFIR b-Í&y9) +!By\?NLQ#$;vl6Sx)3e.V:^궾NW-_aPR˕'U/kFR|B!B٫/SWU#F](^ډVbOKpvdvu_'g)ћmyQX94z얥Ƃ|rcZuxgcsMRG']L?X||ro.*2 IRx,; B!ϱ(rH>yhfZE?V?N7kYRGr&]go˲QGp l\* hcLh3CgҒ}/yUE_:8U4nB!Z:{1;ɩ}}u]  +wo3f.] P#=rX9s6˧6= +TfVn `Ʌ<)( +gB!DF.CWt]ʇE33Ml~ρJ;;_rfGKR+*7׽Wx?_xaR3.-ˍYb +Ʒ.K:NmwV-L(-B!h^D9|=?{6ZǍs˚1jAz{O>9ZZnfg-;?޽Ϩw,Y0wN0µŖW/)f1d^6]稰stKܒ3X+pJ@K?[޽[SPdwugu kD\ȤjV|3|϶,G1B!ZYNx6Fo.BQ3L@ ghME㊊cqwcEX9}@]]6^yT@v47 :i}q~TH? ;#0;L:yr?uݸC}llϥ/g]xh +c&NVr-H)r~I2є[l(c/!;k7l A΋St^\0'hDusYћ56s^X\*1ʛ-.wKQ}H/svˍ-Rԛ K"1qI'̪q9@"zoQI;ՖC5~ˊz~G~G~+ ::'}]mxSpTG}Ŷuja|-Jo; +/Axρwo3*$6Y0aG&۰܁S~yJb%<].ԕo-g#&RGIElSH 6?3oGϰ\J~o.ٿa~sD6yGq쨊qe7;/ӕ&?P.y?@𐽺$+]蓮oص8YR]D^J%F2㱑 * ^u^uymI,F_TϣF{0?j<\LUϣQ+U*RD.oXl>-,l IʕWt t5{q<or\hxWVRY7gn\;jbcnWa(WvDRbz(E{|Γg ?Knu5* 2Ѱc),k;}iJ!k}[6ش(Ks?yR wZ*S\iWڳ l{[]W2w s==ޛ+;>?߽Ϙb'GٸM[?@_gKUtq:a>o-ǥI?a˧U6n@[Җ6v#'t$礮a"ٸZJRn{ύԁEk1I`&I@Qq,N E9voFwߎE[Җ s @NcJsT vɩsÕϣJlbcQ1~^ ƅm=v*0xV 6ֲ8n6~鄱LZ2GXWr$vuR{Br:cϵFU-ll,7FdyM6{eYTcanUdgRwz칲^H0IrȫhwYіm_ڪ !۳=Oj5vA'h]gbKyCyB{mh,r((S->*EKUz,Om0:H MPY[oDOk +SǓFq b'ZF!ؘG[Җmmo`=۳_; Y^?k nq +ur]!De%C-u؊&F}8E1-ڇȎA^S"<2cuZ*GpҖN[$h,I]&88۳=O4WTԹa^CrOzoֵU>y|s{~,pes`k+2%L*οo&wdYsxD hBwy?$`{g^aj.=f\I/Еp,1ݾj<9:+-RT=^SXj Ex)?@/gKBTG'@q#/lSc3i%ӦY^m;>L\uӖmm[)n0B(6Iۧc1!.T,ҕ.)=S=t樮n NOUܓ#UB$ok(n"9miK[ڦk;u(`l0u'T}MtE\1[8oBb*Ux/m7G#u!Rq>lyLctaz@.7SKHM4O^!-=>pu:g,6}j=۳}[v@e@PR"t7*OeuxF]EިD3ƁX!3+,= + c-?gyPgi7:)I-}{mr!%/ӧg6L6=Qnc;QVgm>Iz+l2NS -]s}YoF[Җ^]iAJg3[`{gohQ%fctbgyRDu i£ 4^}G B؟,5Y[7! +? 0%䥃Yß"jA[E>md\:}gV/L`.i津-miDj:ϖN8:6@b{gmi1Q Q5QS)Ά3b/ب{-cI"RttCYfX=۳}b-sg,Ʌ'Y^.$; 27V{{ ( qGq{5W R$Y9mYtML(vϒ%;y7< b{gOQClۅ -Fc|yub.5hd<&̎q9UӒ4g%G4ϾFu1pm}Vna9miK[ڦ>}8?{WՍ&=۳X̴MKJG-a*D1?o,6}Y%ʀ.e>7E+QuAӄtQTY*!uշ+T?*l-ωhWT4ϕϑN-x.SO&"[%%˩HZ{072o]]%LE{Dti*vKΞm3/gPkY߻sg'+& =Orƾ(ITDm64v6Td Y"uigiAֱW 3nط-RG|{}ƱǓz554Yc ;@G=ThLgb{Bӗ/Fl1uGejɭLܽtľX_5S.dcjcyOfhz??c==4ŌZNLK%kKe%r #y^yޠqƨmڶ +gW:yiR~J9X[>H]lG9*\oDex,^*^ o./ҳNҕRw'w~fA45\7s*Nou{vpu6J=j~+!ҍyfZggm/(OI1YX&cQm 5(i[8IXY KTe)y.=uAQᖱ)Яgy6<+i,'Kd3Cbp,S:R5Ģq+Ⱦɧ-mi۩{Hs3vyLJBv:W$a\a۳}7]O!O~0?'sY鞍lz#/a-wԽ6%,o&P.e+?@gvEIFшT>j^+Rd]`m'<*?:kաdtk!\6* ڹ!DMeVE}wyr-] IG9.x5(Ogzʘ<j'S=*$EEJ1oY~/3faǒ2-mҶͻTc0{t>v; l]eLHH꒤ s8Ǜy~,`o%uh[/e,01ejT.kE]ЭͶKX1Չ +b),7|mЖVW͚F]Vɟ .s{l?Iۧ2fpQ[ܧ3K,ݘܵm G?XE~Ywg^[9ŀ: yFG%G"6W<^+OQMdooݽbcI[v\mh~mFM)jAM5Im-vz8۳}OC*QWBmkM?@-.J8:qI:ž`S5^øϾ, +c ' +t!wx>:QG@8X򃧨&2 PԚy"vWϖ\#x(J{ 3 Q"mga+~{Ǜ"wA-=a^ץ(_<7R^>pY\/J;y}VIuԤERZbܺS1zm[ dJDŐQ!miK[Ƕ꧀ײ}IQ#Ȭ2@l8dcb{ꎀb.jc}@)2us Xb3Q.{bd7%EOcIo^F8$gHgM<<]gФKu%\d2Ib+rh' N.)jeЖM6OQZs#>U66bʟlf{Qs+t1uuKؓ3Rc6.c59:Wţ>w?+'ʧuYβ8ǥ+DZ[!E-yE=<K6ҖiSw Y,1 h>0B;`lߩ5Io_r<>}geeBytyfwfSW/.ly7`"ՏcU{RWw:F!Ȏ^B31\a5TçXokUDhK[ڎaR⃊@DxuW SWZ)cB;HR~s!, yKA߰.~U<[3}O{ ;[kt-|l9VW&逯^4Lc{qKq1v2 `c*ُwa|}sݽWeVtyZKBNNˑ3n|=2ݬƧעau^:t(Pq:alLp gAKhGm7篽|bTpa|Ŧi>כHa=ۏ}{EZiO)9].?`|DݐDc`^Rx'(IW:?@o+Q;B'3NmKv;ϢȆd)]etC':{0{ dhX]H5%RTQM`P׾kͼm w-gmIYgIgQ4i٥#ۊq{ߔbc`Deō²os~beYs]]=֫~Ԏn)t3KXLrn_JpԘpau6<+*@aLz.Gu}Ct=|!}f"$=?k n`|j R-wENvYPpjJ.c!;KxOPϾ9mK1S1']Xuft6?@_g{S*b-L`=(kQz[èq9zNS.s^Zr03B!PF!.!_׿g~!B鎻3'!%rj_}9g 0^^.Ϝ3Lag*?#0U?G` ?T  38 S3@gp +g03Lag*?#0U?G` ?T 'W\q?sBJ\qŹsL {)ϜQΝ;i 7 gH3R )?@ + gH3R )?@ + gH3R )?@ + gH3R )?@ + gH3R )?@ + gH3R c BԞ={3'!BS:{,$L<. B!B!B-..bNg>B!B!Pھ};%B!B!rB!B!Bj2':"wf_TB N?Tx&,8_*˕R.xN&Z{v.d&Ư}\ޫ \]# -g8gΜqɄ3ڸq#gRӌ xQ[keL g( `ƍ$@/طoZݺu+gzu,--q&aC 8 | Xqʘ +)JCC/غu+ġ ٳ3 .37 :t?;.(Wiq)kò) 9$@kܹ3C/75!B Ş}^Ԉy YYv`/xNBq\}*5!B Ř[9LGXg#~᪫H^`‚nx0'|1cAtT:K@I,w}q80͡q + dA%h )T0X`- | (btTJu(1 +Rhr/^S`fB +9w@PPB1uYtw\}L^p߾};gD\&LshA)$B}]@=?>6$$X /--qMt0߀ЂS)POcLny YvYxك~+xNB )T01`- | EWeu(1 += )o` +L[\H"'**QxeLG(kØ؜RB`\(9o>21`x5Z@wPLþ@apAEYt攒c$v\}ׁF KlQ#e$@PAO-xNB),}:BSZ- +:b24Ugk6n$qQ[n*mSZk +}]#jR^^*kÚk9$xp }:0`Z@ DcA +N& ,;JB<'!Ǝ|\}ׁ-!vsA 0@%FaJ8{, !SX ƎpL̅vcA7T@.HYbL&O$q;_{[9W0^0`C Npt + d +$ܙabP#!A@#*[\ru(1 +9 !$SՇ^xL F03ڤ1'*$H2DXֆ0;wIY :Bro0&9weP\ c:01sJI8}vtFo0ل`-e1&]qy _gfa g &psBS'pg:BOxZ1'*2Xg01^^&!Bx!u0 +<`f.O '*䄽2(aL&@N)ġSp5Fo0 k +"0O` wYvQWwrS7`-`,rqKA}U ,e &={}nr +)Pdq- +2Yq&C_p߸q#gFei#7Ђ\S/0ݿ 93:*ڰf7L$9$@p |rEeN>:`^6*[\j*(1 +hsBTNN!W:Hׁè[Bhc2'zTpZ`\$g:*:Kd߾}$@_‚nAFˤ,Lyh\/9 (Щ FӁ)a4IYJpU&Fo0Uk +4Eiy 0IffA &RN)':Kir +wf,%)T0m`8!0^J9%@PqA)Y(L0ł$@)u0 +<`f.RN>n T)zeLGS*kCQ`$}8΂nY0`C rM wP\GeǘL<$@_ܳ$gLu`R!.3&* ]  B^g) W80ټkH^ON ':B-!A+c:* y%JijHBeNt*Ђ|; p +E^ֆ1x9L^0p<@|i2)p5wS(.HI% QӁ)aƍ$@/طo p5o0͐k +bqqzT0/W_ Hd +j$@/8{, )T0EC8[T@w=% Q(1 + 70C}t۷,hn׿~`At+=!;T,h?zwXebg,hNwyXsJ3gZٳg]$g?g?,+ eΜ9S*}vN˔3 +4.|~寿]_~ _|_c߾}K N43 +4x zv_?ݏO=S{N=O}ȗؓz{KChgϞݳg"KKKΝkK͛G +qL3?`A/s/K+/};wWWt~M Ͽ~sO?>񃕯p^ڳYqo߾;nh-a:th~WR&^&y3++;K ܴS?;}fZ78tG_៻b}K;>{gK+ߤ@CԳ}gΜɭ͛7+Je畋tq rϝޅ7~~;xͭm^KX7xHXko%;?/~O^Ώy~ϽϿZ;/\ʳ/|չ?fWy<8'{eιsuǀA91?v m9 ~7,--eS Rp '׾揿bue:aױsGfn4k珬3G.|ŻxΣ^}{~w?+O|~Y?ۿ8yOo=_{'߿p…2_Px^ 7:[n_iq>^˚N&^[.={dt ͛7gR`G//Ο{^57?pٮfo;vNmXcVsG~tgzC??O߼+ޱtَ_.ЫnϾ=Kݏ_~zѻ櫟7JW+:eR}t7IWF,Rh,FW+̂&opٗ}_ص?W,ݰxrf]G6۰plţ35+kxѲ>93Ț_[ O_W~-g}0os?yaϮkÿx?coys]2|ɮC~/;nٝ':nz6U߿ysx~q L8Er`PJqȊ7bYߐ/k:`y `Ld7,Ɛ:L9_{#үoe>9]g.k/Ythܡu 3-ϳ _86382pbS3'dإC;zLJ|m>ԯ|}<7jSo}c3ubfk环?~kgvbf穵'=a;;zg^O{o_~׾GEeϞ=F١CYYY=#|ly ]*췃EFgl[%Nga4yz㾟s{tî/;nڹVW?<;<3tf©ׂ>npb܉c/] ?}xcKP[ n\_Kvذ+;ԃ3#c?r_A3L z\vg^^s}ۏ|^~GT@Zqlo²0 +4@+ s+[8 GJ.4P+Wwk8zpڹm<~ph`yEȚ# g,?f=V>vpbcGr?ve7=}/}|\﮼ķg'_sC? f u ŬSCo<;5Wuowlfp;}zv5N;2eb#䦝?=WkkG(v^Ա+^8ݵn>0 JWh,@;{G3 @?џ=Ow宇.yVV^9O?nD?irQ7G+fmgOX)}rku_Z\_|?\+׃o}0ݸ3; X;ت[>tvpr_8>ptvay󏭟4ӺT;vԚkVWzn>=/=uү}UqyC䫜N?a+Ν;u63=z{ _zn=ѵZY<9pzUg]Z7pI?~XEzl5+`Ys /īť{|/oyp;?wٮe{ypvG׬ɇf.㫆vxbS3:Ϯ|>@Vu3?Zcn'g珬}|ͻOξXsvxC-~'WK/zwY*k*-x|| >w\e!Pg6ٷo_޾}{p R[/?҃_zho^xto;tKN^28a%#'.;~pzم 2 = GnƱU_wa:0e:#-_+Kvanyj;-|Მ>?KwCk>iv5s/YٹT/^,q|jw[7wbܪ׽f'm7rc^>8ʹ]Ou{+v:p%N-}W~U,?+g +U}dq( /gsSZ)'[?z1Sfǟ4>^޻GQ$"ִjD=sC~9[X/^ff7(Q*Zl1x5}7WrKH Fr%yvLf!<ח}Mfyg~OEEEEEuY:{{1_y555u&w֚ +nQ;@К .uzڥlZ:doqDs#8FW G|ʆd  +zsx5]fԒAWjZگWK-?#8ۭmoamGm35" + xZ:5ʟg***H ru/俋jPՅsA'l$>Dj :xQCIMޫ +4EZ`/2<$w+44|8'Vbw:}Rrk!WC͟&Cy:TTTTT%|?p\5ɫRM5>KO܆"VwoQs&2 8rtY\}GVD![EjX +N2߸ +'Wt82ח Kmzw}'/=ÍȩLtxYjm{Cm,;rqƽՇjU^tEC/.qMܹ~u/o*[1_NtnW`x]k9pɟSVVFyܦővu%ʟTYYdRcccU ` ;@FOb Og!zݩ3ɋMEEEEE5)pMUTJ1{Ԃ#wW?Ns,b1m]g:;N6_4:M/a/8~0ٜyyhѦcb ;vMLu![k#oP}TxL =DKк׊ލޯ]'*fn}jus ]x-IgAwۑ1ȮSQQQQQU?ִ5-B%3wCjW!,ptyp3cgn-?ɼ叹l-3ք?}491cb։InLFc>+YTxfHGmȹulq'.քr}Em(U<7?SQQQQs͚5k8Ua_6<󴩮)r> +i3?j_bRج2i9B*****0u WD}N4ex/c.f" .٩1#r *gGK9. Ea[er0#85-۝G6N>ʰK{1etkL.1"F(`8\!{ ]?ڵk?61sLEe[N5| 6SS3++kPv'w\ߓߨ[2MT(M˗/y65a`9@  Zvwkg*****pURi1{O"8WҚ]͚}:+gQƵ[e0q)9cR1ex +fhCK%h,DY(dO{ .vU# yQc6燪Ov)W}xTEE Qni8(G$nEe% +a-^ ʟ%jʌ4P3J6xS##y(=h8DaAάIJ%J?;|KzVvn5R\:eO7B9LٕϢdiHf)pF Q0QLEEEEi;WBTaKƁsSvnhZpџc4pKL2/bWg*****K{m]jda)d̅,P`V!scsϬb)Q\p]*CeVx+rER4",2vI8<*Bi>` +Ɣ.FH% :ͦԼG戰˳?&qLȦ9EBAQ/#gFτ$ch)٩6X>5WK5K wy, +D<66-o .ѥ! ޫ1ó.ğM.U3eXCOuVo%nǟH^ h֬YT3ޞzj=>ϫua111<>),[{Mu l7Zqs_f;c}6Ն<05lXyT-VUquE< \yZ_4ΔꝬe,\(b*ZpүB(R8{ kht !xB FjBgј +G|byGw>Iu=e-C#IgI3U7k!)С%U@߆yo|YZ_[/ӲL{0p3 .8QU%6ɡG^yPmS I^E0+Z ZFC`dMG^Zλ ^x1W?,.LH6['/n'_Y0eggr>[sfʗ_̻儉g|bݚp |***kC__iX6RBn^,rst©8(GO`!dM3 :>Zk?Iܺ[IXegyc><0ɳmw,29<#cg****=?By1#P E`_ Z32ݑ*O` ϸ`ҥ9禦@H Z̢q5lc5 /4:!A܏Crw0 XίNO7qfL|cgN7!&W-)YԴBZ D}M<p?ᩭ9ͻI`79~/1d?\']avSWOz<2N6ݒuo' -$a,3"8 +#ږ`y#7ė|uĈNTVVf"߃+&v[#)gX}YS 0g%+\X[633"uNaLCNq^4aP +[V~Wb сW)XH5B_}3_e{wNί,.P6 +UOX) ֲQfǓ,KZr7OOO{N3w$=fօ +^iI ѾEʺ\ +qѫp0mBϟsҏ<6?nIՇ^{cBznʟFUywH!gI+XJFFö[S֭:rJuYyS58aM.kw$#C?SQQQAQ-]ywpm(N^EuX-+?hF8zat7%- 6pL{CYr&rk8"޵؂!q( ͋AGi666m ^xqBLƭ\LP3͡bXk ^85gӧ*QG=͑򪨨X|4p|0LX!L_A}a B>hs~rA >$]3pɄ=@=ƔZ? Ru<{gkD1);wFrΡS4r6HSs}醭g6Qݍe]],vcǎ ()?HTTTT#Orˬ_{=|s`}JQ|/Uí4=l+!n[=KVsCQ3O3Xd$0#^'Kڏ`rk)SQdэ?#-~4Cubw?/mGf<3ץL7Xk-_wsz^E5kŽаg./?0 cTC*8IHJ9}26͹ v-BeX])e8)j!ab2.cz;:}lN5W* AGB]N1KǐZ٣ .͙{!"ęuc 3IuV=ˉ4,c Olj}!"=·D%A_n%AʟG(I +M{5kV>iJ> yPp-[-:rTGdgvCx\[32:r[ X@0ƛK:!vHT@UU!r=`4[S]Gt [{to8T% 'Ĥ$՞igVTw_dA}/[ v3?@#)5LRda`dl/v;LNp [3R~ {2o06z__h}fUxcXJYğ !ϞƟYpv&-:1A*j;N~0J-͜j/t^pp28%w{OJTTTT#CpWxB-??Vto:=E0jk[V~@ gF˵GlI +a;w2 2HtUUwJx8.}s Ѵ{4z$A B!27i)ݿr>; NV,\_CQ\<6+3O(v?DZG}q K߹]U5\edPT$sSOs(\ O `ax-ԑv[5wul-_p{Xsk?kxp8ǛE*G%gϮL 5oY`W] +o5EeudgoNp3E?8QLEEE5gvE S~64=iqdFQ XPBm[32^D%m1&6Xg0X so(ɇ - LXrR5\'l _B k.d̈́??#'L|?H "2 ̟s XŢb̄*Sw=evCcvD]Ck-vE8X#՟j'#@ndg*** yP5ݽ84$m;1ٿW$Y{X4| siϡ?c>$}09lll]7P|;mn5qӧ*%N@tMܶS'yprM6Lw^V>tuϗK\ϡj.UOzY'8fTlp :6;UƟb8wڮ| W"CȑvNr#Cg=vUv=<4ʟF乻p 0DTڿ +y[5@|r?T~5tIu^g7Ll.3ʁ6mM\`$M 0 +?:5$G:Dߑ{쪪n.޸Awz, sN8JJSOV,(.^v? QQ9d;c 3^gw_ܭA_ب(h(-pJU<1`A~4w7)346eWq2Ieo=0ѐ5DegV]2 +B\% B|/$6%>Lz1UIejPԼ0%R,mi9 \rͤ=*gôd ; aVR낐\l ʼnИZNlnQKީԼ]mv.V(k!{Tu|JX9ַ Gc)|<:U  ʟF'಼1Xɡn?3WT̡S}ÿ.d,9oJ"c 2ɽ;lsSS5$KM f#Kϒx$-M m7=U=NV܍ C;y&/a[jՕ+*.ݶg+ 65™ ^~i3zpj,<Λw>gRO'0C5k843j9d?wC>s|9Dw%6Іfg%KO\s0)n[`OΌ[ڡs]˗~6_g8S+B||< :]d9ŗxrB&O&.ܛgV_ *o5e"F(eaNlWh:8١4К]:y#Q"x/j ¤8ؙ4i/ +*s!c"kv!LEf˜Gm)`-b c/f/#8`$hi}D˗@W{⭑Blr}Jօx ND@6<"M%Fx3Bxyݧ +flՙP%2` J3Q- 6Dm|GK4;3:R(Y+2n]`Jݪ4d8X6-D-U.ɥ6x4Gh/޷_ygpCogr??0ϟ+|]g**&˓g]H,h<@N~A_; \ͯƔiaN~3=lm !K1 =֌ *P>U >r˳8+?Y,R@5d nʟpjx])rY.Gf<w_\FEEM|Ƒ'fuqbOV,[m-,C_6ocoQ@P +͢)E@?00^=<S|l~:~f}Q<@v˗AVV2,/% oA=R VNaqo8 *NdP_R=\ qxar ҇k8+&d 2ɄWC'RK ~ra+dF(f^٩2;Tb +u]AS(`QB +dӚ]jADxo$WP_Brɘ,da%R>`V@\* _JBhyFp@\_K/ Z@yTG%xaAc5Wa*e@8՜MkFs5 *ējޭ3fGiЧ,ĉк!(BmM +Z`+;`C;0 J" b .şʟߐ‚>Vp#,TTT#CrA,88@R zķҡ+tԝ +_(`w55vZWnjJ? 3ʘ83 hhsџ+,;c|:_Z?„_Us!- 6ٰqѢ:FH'1$6Ԕ?7LҞ,x]̙O7aduun4s WcyǏgE|li36A3_sY;opQ۵Aϡ dbsTޮ((n2E +U|+_Hɡ%4c֋4k,aCE`j@%xxʂ .t;sL22XFX_r,y* e#~k-n bM,)OπŽ) B/t~{^_QUcTK6 7: +cvFO]g/JRLU~y3Zğ%LO\λwcN7!&zz̸o!1>63W&LrEug!-+? 5!A)'낿"/nK^Qۀ0e~܂^>3Y#l?ϛw^?dكScTTvKu&$RXVVUo5x|N9&r- bbb2t~bn?Sy8_Cɟ{BP$PL:"Y.d7ח5@o2Lzq:gs\NU BQz0%@k*BhHi6lͅ[ GpFʸ1#Ac50;+X'%$FJsӳm(P^GIׁ3s5!xJ;%4;>͒hc~S7vML˽եb,v966Ԩ^!Lsxgr(kZDŽ?GS1"FCUr3CXdK#Ɇ# L&Sh"ùԼK #I8?^YtƟhQ>HԿD)ʟ)yggG_޻d#"G*ŐOÎmN~apb2/k{|Q=F->of_)^; D1~hTHK@<9t%%1,C!!4GsOQa?Q!`àEݢl9**J-e&h(hcJL1=/J&" _O$Є1B&μA!|f|MRaIC3wݻm˩vP=l3qp o L_Y0wݚ̃e{ˏ͙$)i9sIɲ߿ҴH泜?c 955O&<Chkb \y0ZĄ[Fl=ђ˴R#8Q>Z) 0bRvL}-I?k;47cD:6ڣ)H#GB&΄ +H>Ie˻!AS WQ9pVn&X9uiw9Frλş(i&lgd&C9egE+߽*ϔ?S|=gr=XPprȟa/QeFoy|7?`2A\ex=j&Cg)ª>y0P kAONOOQ5k%BˍH%#˟% //?+qaqB|xtS`[D`Nk^ީ Z!qww55d83!yD׭Yx"PgL!k7 8HԔ̍E>WKp=3Yxg켁_45k:Q>8˝72JSjebv?M4fS}K{D\j{g< a%4 +!rgʟ)jcBD/s"l]4$,ag$| ~LHOkjL.wC%8T{ sPI bq8(nYjLXQ3QYwPv-"/]al. iU!TeyNۖ<7٦3O2ﳲ_ l(i_k2n W͗\!#aԭ`gV֜(L> cH\՜[͹8ѴU5F*!ȟ"X//V֖ҡы vJ.| /!hG_Gr\w*n(gʟ!%\X?ߞӚU??rf/gØ/Č9%?^;D8ՠI]粲2?gWBi@lӻk?M#:1p>6磪e;bK m.B + BӦ==4/Ʌz; =_‹8C[>`,Z>rtM\p!9>A;e<k|466NO pT3OY, G 4@9/xpj9> 31F5/thR.fTV.2} 5gф?Y^?OV0*y4kΚ_@zRL3C+s|>ru +k5f%NbX7rI);U53"'2FViuFе1aZ%[Oe!8l3KӤnc euy/?&y >LZ<cU`xR2D4cPγ#"ͥ]Q TΥ;[Jn0zkBE fCO t }E-}%ޘiQAT#hҊBvE9_DZF(DSpBlkV 7cpkBɧ2t07 ȫ1&dcj([p1ೖw`=:Ρ*$)5 1H]% }#QI9yxgк?SL3bO3xE6,_豽"3Ÿy += 9-8`yf-,4 ?CQ:WLfLy3v;F>r/e7ē{h+ &W&Cn֬Y +>ԧKz̰ӟ]Lq޼T;/$W%r#gent$C=Co=}1{3?2|-&Z+3s%`;+ q5 y|{ +[$%U5clxB$q +:~>$K6x9L~M^+^^ya%F5 +7#\\N?&9?cgXCdf?r h''+A`@'= L24i|NPʟ)ytE4yҽIBزd ɚZ-P#6BFR+TvN,QYޫ1&cph.AS6uUƎ 6&a(A y'cWYUfro6uFGwCv8\.cͤ9.m4iXP,D4^"LZ hVYxXMkX>l]-S=je2 b%*&AkF~jeU;l%zPA)[1+1ULn4BafX+>\JWƠC.p8CQg s}qg<ش0AlujJ193k+$tl6(Q; nxw=С8}rݚӦ=$ǟab]M | "v}]W;5#CWZ)Cp,bWgH+oi#g'a=`}I'89,0)p3N~3JTd嗦tWUAɳ Nf~b]111ѓFfґ|o/{|͚V`x"4Vϸ%y&ypjN:zIf8U?D`#MbNxǟwiyRGx-sN?٥25K'"Lv!WcG̈szT1K +4;X19;U# le̒ɪ64z6ũIzڐuť}럳[10y{eF<:cJbLū*.25M^6x5҂*%_ɦuBmFH'r|]Rn~V}T&xG9_0Ec"10BE FVBKrc>5dԚ 4&/F+kڭ`N4@ 5"VMvQ(MIu nPe,}ܰ|t.攍6(k8R#`ZLVָ[dT+bR3^5;40G N-g .S 6d< 4/c3F'mN>*ehޫ59՜|{Gmqkܥ1$G.eGGY W/ޒ!6Va35`G%s~UՅr giUd;{YΟ/]ϔ?H|bQc%^ }%˓xFbxu{}bC1EÁ?fL .(pѽMTUp5>>^WV僫+E4f͚EI[vbLٿ765x 1h)EYnmkØE:i?IvS.ugWgCļ*l#6gğ9 +ð>zL^yAgp,NOܸM컚W| +A}qsf? o%,?p$KGf<ҞCv()YB`,}&x>36\pn͙Hع' ]OYvrwӱL.}&a$Lτ9.A16CE3ϔ?6.+Jj,[4Sc3dxaͅjsadZJ04)Q'en/ŧ'm͉7&fsZL1 7iג3}ǣ,ޒ1PGci Ȥ/-hyoJʘWྥ;o^qCRvGjOeiSwG/ʘҊT?yI\>{ eSPB2k̏H:.9s̫ 7ů%adVYέ19acYq\↛R6OpcqM|iG17jQE|591ctbf)[2ǥfgE%|eawɪ5XF&,!UDZ?!>TdO*Cb96?c͟?:rPL}p^VϾ g3Y.;nGP{ o$TC>39^)r7h#F#:8Z/G5(p,LH N8)?g óΔG:| vP +RRwcb́ ['g1<` vZ~{rU!sbgyAycklXxik<%O?Æ?JFH&T?SL31Fs9ğ`cֽ^ 4\kpEܚ9W.s'{EqOxX&?v _ܿd k9yKS_r^T{AN=aIW>icÆ  N8a~{g$_N*5#P)S %^ͭ퇏^[`sp^ Tc ,ϙS10n^:M4oup;qVޠ\(F਼w*|IA|Zx/|.|2vKP +{d3g>kƿ +\*͜&uL3^ h'zF%H!Bh5g63Ѵ?Úo~?` p3\$u8"L3ϔ?j:W7n}6^l՘&J𨑇[ +EjIq<;tώzD^ŊxX)BI\N&fPNHX.hB l(oekk5GVvo{9cYS~gT6X.Vv_^<)wm:IF&m'm?N6mh'/-VecSF'|fVӭbucs_]h>~p_\yߟR뮿ROG[O[:Jh̉gj9c [&/\X.(nuO^EWܖ~:9GW?I߀|"jw8#8a,&_<"/ÍbQdO1)tF +cHمCͻXcSs.>*1gMeM?w,VwdzW +P=6l3KS4* bJ6v7p-,a=6)CDwg͚ +T _ʇ|.N˗?1 z ?METEX}qDebA1omAc^HL q9TO_bahæ&:ns,9f1|eCZR{3QEQ彈?#W~S^?766Y}'?cf80q2+y gql͙=!&>AowL ?kȟa$/4 .gOV}:ϰk} 2wUT +ۍP|S:0<+.=?S|ܙ[:sqB`^g3\Fpf+3b8”˭XyxƋO5yİlxΗՋDPZ.°+21+VuX[+Z+9zTkl)o<*.?}nmT?{U :~hCڸ+:e+ڏ"lxY]{WyԷHHZ_sc)'|v.5}PxܐSl޽N矻X!niycSsboH:VsMU5wn?Qq\zeMG //zxȖ#TFP΁[ iKa?sWbeXp6軎M ԊmlGqY+myXgy7zʟ1c3±r3 +^@+ n{ϊ Eޢn}֠gE}@y*xoHEĊscŘMϳ%ߞ'|2C˫7vSLH{;v,aσ ZYbЇXE A⊏<>KXʷN?$ n͊uyV#G:5vcƞaG_w{b7ü:==$,h[Ty1\>W_9}31"X t YmW)&N~b]/3s ^xGf< oփSc"YNq&39oL-K~Vl`y<`g O훃+e܍?1%Fy!0g3 l͚pٚ3goY\\ժ{Y…nW_dkHgϋOf1Kvim |B0Q; WjM+xY1y~h;)ihS'>}S6}GG޲.t +Gv=)n*nzmgfEݓGFS|ѩ#S<9Q ~Q߬7Zl;lǡQo[[׍_s.4Vi>.9%6W5oh[ߖqG2n5m1'Q3:!{4oץl%uӿ&c_x-'_?Mt~\vXXv/꧷'MZ{o#FqoOD-džbU]gucKEfOKMuq)?Jh͉w7ZDcSRmŘ9iM[~O11e3kŊz;OLIXo3|o§IV5{TpkCc(͟Gn) V*'=&jƓ NV'" b k$Ih,M5(EVXAQx0mn8NX3o A;9iס߅{däVqw|xo46hg&$m;_: +ٜOsa[D|֌ٿ9`QU= `/r ?pP5G ğṪ*R!=8˚A2"jwVWk8yuzw5qfxs +I=A'l{ r { vw UϫX, +G {r ن!ql +=:z WÊBqbcc@s|| +ÊBäɽR}M%7%s wkM-Wr>vi#$ Qj:Mlmsn`տ[RtZcn!otQ F%4@K.5~浌1푩9 ;nHȼ1!nt֓-KJǤH͞j(?߹ΈGw>7dK&-nUbƍXEy߈,|kg,Q*zejXccF-8:u[ުᜌMqˢ Q2r7ߠymbU} Aꛌ(zC_ӭ g7ԝKhWgwT7~!3 s;F7ݣUƋۏ5K&ɘT4{\ f(u>:i>z^q}wqM>k~O6g7k wJvVs.W{Hhğ geʟ +5ɀU8;ȟA+E(yP+O^ao +K>B1d#Ca 3{+J,^ +ga%ӬYahbx3ӭ%z )z%q?J1G"΋Ȍ}))YvbѼyO895%)+s#Ya^?0 >cL&=h)_}{oG %H=~|!ϡYЄ?CKZpȤ/EB]]]VV\ȇ-RQȯ-++[|*1/)jQ}"daĴ3E ;CB0+xTi vP2^ViH}hW ^1Wu;~7%>ZI9ҐjvUr&9ole&eN\7·޴O7[y^<$ +/.^uƶ}-:i-wIL?SW(m8,s✟˺:Wv F'dFboWsULj9XJOH޲b V/Nݜ>Ґ?/L +j;Om16F3C'X'lHXzxMtմ?4wlrM 6}?q%EogLy:H͔{d&7lۍ[uIyZ]jeRwkR,Kz۶W3ߏXYDҦČ n}0Ǝܤd|0:5W<*LfxF&ދs)p hX,q?~gE<zcPb Ο1-gy“aᒈTXg]Y2Ɨ*$ŭ0{~Vf=O://ny)$nuu3[jjVcW91'DB \{gu0aa9lj=ּt).X5(wXqԔ$#>AAΟex?z!<#n?A hvcg8_}`w_) I ZkbLXY[CflQ4ޚ3+ 1&$7I + 8n7y3A> _LIujϙ)t|+pb(NöБU=椷StAL?eD6|>ct"ɫAڥKi R!tY?[#y\Ũ}U+m}-Z[+-okWު${ݠ VE[$I~IB U!&$3dKH ,Ͼvo۫Nu k!W⨜-ۄN?}<W|w;꺪:r~~6qAMk8X0:n/De+mΡ) z_Y^s[߾9njƸ1ى2_w +OomGa3]?4IPh);t2 gUL=Q>'òcukj,C %в!')5{'K;SmO^q9*uJY17sCC hF2;h3T[Zgpn%qeWa_|SA(\Br<:P,p/d,˒? !aJ?C1sARY kh'g13ߞua`Ʉ"y!P3^gA4}I{}Xʕ+A"s~/nmoO3I(QۉEnbOz;Wgi2A ?"ugXY?w\ +9 Uȟ#U}%h.7D ܝpW[$Oi9zGуSUol!O 2 h${7ॗ țE@M"E +-.K45 ۹{"t0"6Ks=i*&bBX2y +7Dz.6I"GŰA:gB̘1ۉ"eH|C)72[i" +m[,SQ'r0,)}Ʉ݄v"{ +ڥIV􅍶6 W_[s df=Jsq$/Ωfj.+bJާXoWJ֙[7Ro/ =m ĭߠ1{5&נ9k~ڥڷ6w +-¾6b\|؀Tl;^=kݰ{rlk謬R.~G;څ7t;"loJOvi"{{Zڶ ?+H2,MJb{'Z]GڏvUtmua̯4M +C!ߤ6lk9y몛]̛0 nsΕ4kKU;[x`s7(92b-My߷nl5mE5/y ꨀf~͜j]ijyWnӨW6}p}S͟<2"mY /R=*ST{ ėV>u¡{jʚvSY)6iW/74zde2FGѮej._P,dYϬx9Trg:T8^  5|̟/8:0T'šOIG*+xݚE x.pῼ ])u[A{]/AAtjL ̥OAcsG4Rz %x2Y+^H?y9q+g}^Z#[>FE04Ot3SgQ+&n' H@T+SDҌFxy +QJBOCړYEsĚg83#nmo߳w^`sA0oϛk#gqkg-[/AR)g4#4 <†9=:p[0Ӑ~ѕUSoW}܅9 +gǠaHpO{9E@/I +0e" +@b A/a/_i$ =|5(=T7`7mzu77V 6[Kav(N53z⍞8K9xcv2f-%CŻ1&W>"57r8~Y۹FjWnh.,ngAjʄ57s˳w|}ٿkSMZ~t%k>UеM0:\=+kz۱ak}>.4Tj=x򴫦9i찟nϫotҞ&5lV 6 -†u]JXi*QCR<8?]s-+FP(lRV}}̼xC+Rj?{DPU״hkU~6}0&c28D9>(e_ה4 5'e5m6GCTvgCcv{kǫN\Qa*d,>%֘jPEs)sZ;L~fr>gee˱ϟ)"^K`5@k@?Y9丄ZUπM7#U=ǜwda<8!mړu Xu:źq;1IIIR-4ܱs[J-̷dbѺbp`O=#Ƙ6Q>]~(oR"?zh*a2C󮲭N^沤R,@ @}8|̺Z R_ϕU$5ASVL54{QSY}"Y&9DxK̟#bl +nQk#EYo $EWC~eTK3f̈47\t2<'4 GvRzڐJS’X*gjΩq<Ҍ٣f$Ka.fxs8+lCR_]_hl?!>c6ًt{SGSWy~<>>^􆿽򴰿S` \rМ{vNuV66m?{ny۷'޻ͬzs6>on]oυsV&=_ˏ9%vH&}-]%o?q%3Iz .W} _itY +c65df_slm*\է/0DL/P0s/):Mc\Q/+pI8&YU/Aej=ٸojnm\ <-U*g[ip*uv^U/>u/<β߼7WF {=gܛ)?7߷o}=![2f7ybvwR-RsCEŭf9YrC?^*^6,,x<' tl䳢̟e,rыDd7Y8SW,4 E~;sV8'?Yٿ|DGN#G c L HKbb?CioX1AЈzO>% GiڇCD&4ϵ'~Qi}ЇhCfw%p??mrKi2AʪPaʔ;a9X9a/VΙ`S53z,4sF ȟ5)?RLKgz}Z}3/… {aja"v@QjASA@+?.B/ڄMw&h2e;Nvai *ޥd3 +SXTZީK90Oa.R.4:`c~ԜF[6=/-GYY.,;TWUŶC?Mxx$6/O4lvƿUnuZ,N5`cu%*%wTijZφ6;H]9@9PkܔhX?4m圡bmzQ +| gk|uqXUi[߼tGbq5i+So96|'gp'̞Ŏӝk;(?)}u>_i0:_٥]-7][}͋\U^ܵCU4'[e)Yg:tV+#קNo:fOI08z`e@erħfPsseYhh, ys)Z!M aAe-x#~GIr:z?kXQЋK?ӜA?6^=۔FNz̟C9.JH5kd[gi+y?MpB8sV +2zWGLd3g.Z}::v5q#ԑcDHhPGmIϨ4=6"\#j#ÿ`$v]CpK:QM5&Og,xBm-:{t+l~ ʟ>T%þ9ztkqxŋNb*.@U9;K ms0 zj0TL R 4?SKF HS  qKȇyD ^hFZOE-?Sۘ1c +Bި9&C\+ɼ@N&e)?{cc1c]Jޣ⭌p UZ\*XLVjM^-ό٣aLad%d%6'p +F!o!O>rN(oԏ>Faіfk.SͤnWP`=43~:\  ];~OאC|YEkhborJ&7)Lb3jLVI`C!r&y8nS>5?z|w5hnWQUCS0uه[v>x8+OlvTշTlؼ9KStP 9+;Olr9"/kf I_d ++^_qЬuYmK}ס _;}y`]Ҙ0k9TjC}F8\uAsʼnsVi c~\Mng PgW7:kUDXg%"Yg1]Z֚zfl%U\*9+ FS.!aP|Y|̟吣?eކ'x ,kB9.u" O~ggABWm駉b@EgWǩyrbb O=zO`pV "NJJ6O3ゖ1wٱsV,*FНHtڐdhF_`CKaȟA#Nȟ2iq̆dC|0sUD/fxϡعGP3nn%&%%_X>ybJ߇͑asRɂ#T ۷M4Dy.zقb$ aT/M=( (SP R %`Ĕ#CaoxsvLGPDAd滢`|"5Eghn٭2{T &w1>ڇ7~dX<V_[ ;|Z,L^K~WW~*7 5]~}CSWN_;L %{wm5f/j- e]Bfe^kZ}0s}ѐԕ*έ0y4:Ÿ}cCn}apWVݔ,bD YÌ뵆WYm(>$Tw +/9KukgƼak3OϽM0.p\#[Dg`GY=wX|oS'K?KGz(hcvAeğE,20Cwt6%#^؀MB[ H#  l?(ؠǶGn Ƹ8Q!\:DnyVhF9ttSBughʞK?.|GYʟYŸ)LRE9?K3sDk |_S#>AF .ϸh +cUY#ܩSqHh7h[bd(dbH RqVgLǠJo2C9ll&_0gRnaT5Waq;uljZT"&á8WúU +ޮoPҰ]O T={_zGkmsM8?VV,n{;?/;O Zၷ6~>woNPkivaqm:?kyYQ(kj{5.(=0ϋ +2_~N2lHmu5{;d7r,kKNkڅ?dvX1:U&:%:ZgRg9o#w`ڰ~YOIsaήRT\7z,QX**ʧ>[<"y5S4kjk(P:'v>[ǿoy+ot,V[XpJ7 6i #g9A@_#! 9|F? ,qbmLsDҠzQ.$D|'`熔?&+g6:Yxĝ'JsPA)R1,?JvX2֠ӡ:4 >B# ;51pТ|zmP޷1`hg/3lj)1`ti\|2+F$^ +]Sp>"y87 GRf,V@*9W0ijsY+;¶}ӱ-{;M~a暲kf,v>jv}&5 - B\m | g'yqڔgX-ܿI8u;-žVVaPzZ(CפMa C(k#;cm=BYaE˿jSr]6uɦ +c}M̯FvNuv9xo+I/Lۮ{ӤfkUl!m&Ֆ`*_:vU&6[{ڄMžvR +ۄ?$~iKMu kv6 + ]&;/H0YUWz5`g #cEJd?d,uęCr 1/%We?G1& *GU? \2̟UE\<`lEE|*^`j  +?㽆(k95-<!*?N~ jyP3k]Bʟ_d8+s7R[n/N8l+Z$lسwߌ/ixڐd8A{@)nLJ&-6ϛ na55E#G%%%MHKہӧE'҂>ԧ% #nB he +/ԟ2Nضj*YZiSmP4@"N?_$%O^ߨEoOׇ9ueM̟qY]>|NưY dgX8 r-\ZHmQ=JU17! +'QޘgYW_E[K[ w4gu:&5pV9pyI(kY픰4b.O9g=:`_x`S.cX[.f'?wz[Q8 {ZI;뛄?g0<}=3c']~SS8E<t ۻWȸ"1m].?U/~U\)kZ_~^/TU&bl1l^n+vw `nA(jrke*t딦BT6İLagXiƴupzaIѪmŽVagCM&8azkf~eYyRm}&iv]t +oi!zXp SN5oGmTm fxtfIdוpKU@90oM:UfWW,nE> ~ϱ XxNk4?AAFP` A*>tT/r)Z`z8YmԜ?3Ԃ`+w;~ŋǏ8Q jcnׅĚ_=p;o]\RKI̬?M{vDI4YP(`PyWbj/" gKg[oZ7TPY3>IvI.פF?%Kŕ:=BןܳwpkF3ِbg2TWR2 ͨ9Sʹ&ހ03hQ"Oؾ}Οu2o8&WsBhC VGʟYoDKKiqh1Ԧ-/!`Pᩫ~0~ -5~~/ԩ 3/v>{䭛UK3y^|h:5wMBC+xƫ޷l]>vxz_S9J=tjW +:so~b4DZzO嚤*ƎPO,e,g?}\U`])Y + +nE ŭ%x֝z"VE +H+M%$ߢ}ΥZ]nœAWAfHJV i⍅JM)XڰI.aΚW Gep*n3;d抉piЙI/.As֪tPjMo"0͚,aʲf,>RBNLvPі`(d؜>~:Mjmjnָ*ۘyv&ݩJT6L2m<'sf\5T>P1Vaާ N"/Vd1]r.%6t5N}uE/^ɧ?cE!t 3V2ȟa%(*HFQ/@gea @b(ÜQRn9XOK h{ǟqzr-?C'-~Gc- &c~zb9kj.b'(g-gRI(y Tyr +rKJ43SfB 6u3Fs1Sav܅Uٴ|<ת5mVB%gS(,nF ،V0x6ë28 RXKm.VC[ut{gri#1&-ajCڕ@/m׫5W˕*ӝCLWd{ssy}_ \ .L` % GzWAFtWή!C2|*[ *\*sp`, W,l_qPfPH,P8V¬)P +]m$-S| E͗bѩjU: /c)bb֔٣BS(Y`SD5 $$ yAaf,0Vޮ4zyp}.+@eNl|^ EߔCB(`\2ΟN(cFhzǟC{+7ޅ&(ͅMt#,>O\/%Rϊ3Ø~Q-Q _<"mbw8  [XreM@|cMY*iNJJ0Xp\{"^_\R!ֵuvTjю`\Kͷ'H>=I2 6Yyiؤg +#1wAXcM^寖V䡁ꟑ?u3M gT6:p0DX A4 +Zbw7h pν-7^N+L_|Y2>8,nJRKhCɹ4BP8?,6fn3צ`ט ƍjs!KީfEB+64E=Pavi(c3&'c)qH*M@ kUexZsTqv9 +Zl gx"RVG5HaB! +%^k[.v$Ol<'G}Mϭp_1T"l%hW +x + n죂ulUa6&%瀙M4KkthA[I&DDN f5]PsLLfTln|*å26_kyiW@GЅJѫ{M?6Z{ +dēMBh]Y8"(?)̟e,H*cae( gU?~//*Ck"`x} @ǃ=>keR2|MB3gv ,8/  \9d,g?"*Zi_Z Y @Y,v#ELXfp(-N56+-Js9Y8|$M. +IYJ$xbJcEĩXar+Y7;p+-*v+RNM(ة2"RBḀ [2MDAͶ|ǹk Fa ,]5I<":d'עE^;T ((X]+?KG/(f?k) Y9a;a_Y͵S_{}~~}}>[fxb,kZ O&(Dzc]?,^hu=Ӧ?À{Y&Úyz[?8U}M .@=YW)Ce+`PEdd*G᳿-$ޛ 397ctwٲe>gCE YR2 4uD2g +6CPgfq4"hljɒGQ tzJ]7W܏䑣(GXCF~Ϗŏ̟e8*gx /cKT&BA؂©brYћxTp%jOkt*Y'6d) u {څB_/ M]hr)DD4[ Ez%!JvG%Λ8fO8f%3WDI?aŽ.gH{xqfb%I.4C7ogq5S˒@wn,WfլOτ+9uę| iy7Vej;u%"93s?h $54(e,g?9ZX Pܰ>?,S V-KˎayYi0%M Z4 ,G>aw0m94jg(ԍTwϩeHKb2ZW+^֞;vLk_y{T>o`M K:ojs7x ϞL7nϪ37\7|c~h q\ Ą)׍ +jIհ 52>,|bITGnkV_3fjT3"hjɒGof yF $ψѸ!,IMG`8?Pyʔ;ayOqHsKY?Yۄ)K6 MaWA/ +V=bqdD?R?֍T3`AHwK2>E6ĸFhտf(N 0m \C`,ɵ!qƙx8G5U"OvXWqÍk~\ϡ7GtFο b#X_u+B˧B:ӲOq&U#F&+t jHY +80u!fnKg,N[44*ޡ4ۉ:X_x_me+@%NBs_ncӠ!Nz2̟e;itp/ῼVW%[!FIe,DžϔDIG Lqtx{.>ZrH3jVjL@*:Zp4͜k8#nJx|P:?kL>0T 1'wm,(c7ϛGax #:PGu +2Tq'4?7ՙw(jz~x\0\]  >w?UsXj*d`VAXpʔ;흑ZӂvPL > C7#G"d#'< z}[/B3̟*d|6KҲԬhkLp?ೄ?+:u#c5U"F^}JB@TZ,!kHf@ś-JۉlcљYTೇpn4!b5[`0,JYy]ښ˯jÆ8S!qf0"%q!=1pngTkC"yG$>q Yoř|$!AnccQmJQۢ[OB .D[N%7{,YZQ%#0̀tmö ?8m~K8PA/?d( _y0y$ɵ'$,"2qIEb9usy'K8=|cTWgi.L]H>*]bz;lӘa[{5\-n٥FʓZLYp kTQA-Jk9">e_C*_nc:q(~yOASNц=ZQP#%mᰈɘ*ަ0ۈQBQUSaq2`#!5?^o# +"b[a.Qe2A*0p5AWŹ ^HEj}*s/|'uq0-d +OTD wkHq.mom'\0{ 3YPHϨ?g!hByp +BrIɴ&rs,ZdҼL9Hϴ.@D|B8a/>YFt{YQoLN>.ԩS{ٯDjԨQ + agkD"\EmDZхYh>HSsv&Ϯn4jS[Udxq9gIj#66.J,шRjEv]Z%)Z.Y`[/Tr%+LWi08ޞXW |*ю+aSY|eXǙZMe)Tu+nQj֭d} +s $CUjQc,zJ}2 A[l_i{aP4D }"k,У2m<+ &%V4*]HUd\ɋEC̨}[Dk %Bf"PWq%9ش?K3 +nQr?T~d:pJ$r?K gLjPBRuGg?v!gu_r(Qdr\N! +9s`g5̟/,g T+3Vɉ w,GHqI'{+)nj(/?[/ -ADY8y!3񂮮>!8HjЁįG)`JvVc $󁊉%%nF蹁uNX')X[jt:j)oxډ'OԁZF$SCT82is& l"vw+0ij X cY5ؔJsXh%Ì97XwagM޵ etd|g82|~v.2C6`>;7 s{?Wx`P#:iR;<,-}s o+$t_ YG"-kw4]шGJ.- ZG`aJEV_\ԁ\˭+V@ëFBv=闍/݇k<211񷖔LXoNھmҔ)w6:yɒG{,#g6'+#ȖÚoPg.פǎ[FٻbhO>1Pf|V*|5i,r\g^i&Ə'=wW{ϰkH}_9\l'F&B).,wP? ?)lFR~??1hI4_ 揃;* >P11yu"% +M&,{-3R +WL1/\4>/4,\$R8/ORRt}he ̘1D>deeASN ou2پL_L}d~^W[kFVkqC˹nUb!j-K͗$D~X"{b2tuVή=13jS6:yDҠ%K jHshZ0PyIR,%yn %̑,q7 sG1f}(KQ8,~wذa;eeeȄŘ1c.˙ê) Uezx\x1KuqBSNXIzM']DȽLd4r ? + ׷O<15W)y/crI;vK_Ҭ& +{31 1JNE刓w+9T3mJJ_{E못?2BA9ǟӲ^*y +:Y2s,Ejzk ,amcϑ4i.!eK4F>?K Ǖ6%%ğeXm*. b rT]uXb\['hB94g$PT]+0 +aGf`zg,MIld-9ě迁n9jR+'M$зN~x nܓC"n *&" qs3C5藈#lʟa<(~޾mRIɴǎJJJySD"5_ < w!Gy5~FPYYed1HwWGѠ:i2D&ZIYy%\iטktVdJHe(M5AN nu_nYܯ0L LLť8/P$e!QK֣oJu׼ _U4Wd?Lp\[ѻoA?̟e,bHb]9Ry }oޱ0aݯ@,~B2>F_ȟw>W +1 ak=RS訮ny{Q qSS/- 0n)IGgAaYucX!Z|ZDВvzFdtM0LT f*ppxDJyFbZp3=CAt3A*rTW#mt2}$a﾿(`Q-Eϱ_%U8G +*E+IIItQ<9RHB?.-I.d뵹̟Q!ZMveXzTG:E$S^ Q/]%H|;rF"R/Vv@x;֮o*-˚/whs&{?ƥY'v?Y2>+u=pᰶ簮a5ձ=F'AC:F@ 'Wi..Q,Js? Z81qBK$ ct-s#㳈i˔P:\ 5娮n7fl7;iE _wxO7o\R2lgLϢF熨[g4xٻ`C(+"+s&,Y^ )|fYj 1+"lED[owG3dz:/YA/… aSNʺXWR XI q?FU7}QPigޣ2ɘ= +s/8ީVċ=6FY-ѫ[pN١ +@e.TJ[yV{y~'LD'y.̟/_Α?ÿa鬩 cijaG"aau8' 5C}3b%e|ņ4Q, ? +j!490rSO4/[DSg jl-~%."|P#|d~)sE ++[\R:~#=vԒ%VVM$.N1[Nԁ|Xʟq+DP`o\uáC3J70s[#,KZKe<`#N#f}rQM $GuuuPVF+fTUa''T &Lt諜Q&&sVw7igVfW݌šzգ2ەc[\6٦᝚AqsQn 4ܬh@vcwuψAP{.\JvX[kSu4u5%III7ʈ䑷2ILL/v`%Kf* @N (F-&ܓS~-\& ^Fe X-VQr ˟iQ{?A +Sn>k&,?(Dfd~UNN,q2Q C'SA0YJC.Q @C65iͅZZ?p?sNU[ S} b"{m?s$ z&̟e|yˋRB͢Ϣ(Эšo|. +ʫV F1G1{@_0EZhXuBwua_ t o'pᘟ~QP~gM+|+DHZh Z6ߐCJ)DL|6D4sUA#=MQѭ#< Z΂:Ąǥ5ܓpPd 8^5j*bi)SDK܍s&۷Mmt TT*Z\R +)3/K?}e("yn9ĄC)7o]B )̟/Q uill\5q#p +4gbfX8yb +aʟ)yxYqvm[oH @Sz}%%Ө6EM3F)wROiϰjzkj=A/.[A*č%R>.{PzujX=R|{<'ʡ{12 톼]?0|3Kar9l#i"-Q[lP.WşE쌕?s.Tr0Px]P(pDS ]pcNn/n|xEpK>Cs?.9̟/r!C*!t`6?H#o/pHyѢEaCd+WXF.ǕK%DzA ӌXP]JA4)+ \͜E p +$'>nBҬpj(G4Ck{;,deHjqDҠ!$ϔ{4 HKJJzbQN*׮Bl3c(?y񷖔LC,?ó2Xh|t0/[·?_8|'Sϡљ[xkكѣhXlUX +fj9TZ{}_Տ<4#ʝqp`f.s9+7Q'pw`"za~ԫSP* BHН~TUwCc#$C yv^ٯZ{WU?өޏw{)(lh:WAfU OG8\yߵ|^۷cOJQuKDJ)FAé4)3aJl V*[5mVix:Ă?k;<M(‰jtHO֠N?_<Լяee"r;75:鏻d$jA{eq{QYT xYg3>5k,5Q꬇=_?w?=^C~Ev7>nK&:"jW*Ȭv+WԢӃm흪Ndğ˅?^SILFğ&_r:9 +^,zk׮u9NVI15<jI\0q?WHI^TiB[fu׽@m]*,+v>pPV h>jitVG=7x*5n9l&y0ϟ{.|wUPw5xWծ;jA5YvU;}‰~zVQ6g|up7l"#\.ğ__]uHK:iMDS}D!\-HW4*$;#n3?פ'~"Y5L\]"[EN*jESݵٺt6],KWuS[茫1M'6in>cNaJ'g]o?8\~1߼ck4{ÿ|Fͣzj77a[nugGk_tEL?}dx=5VZ#KsK"NH,]VOZFȳ@pEGDYՔ7TϲJYlI ag +٣Ƒ@ +>"YfEPozlá{4t-񔚂7}EoD-zAg/P#vɥ3UTN´?ɏlhMܡlK+5NVϮoq]x燿]~뇮nȿpeN_~nzNn͚vgwup?N\|XIO&&Çv034M(8m5{oTo4lYG¿j,zq$<*ߵKVE[eHZic5C.P5up?uwܡߪzUS.YrZ6;.zwE:Wʘ@oO W\V*=T;o߽/.l3mjs^gpo봘 Y2PJD\?O%띃/cvG]D!to]%[V"ϙH+ۣX2K憗U?[Bй--]3c"'pƿL|՗߼)߲ۛ/C{x7|u[g_:e{A#VNc%GkjK< "nSguYm>b[yw31F⽣#a#CsCh Z:pP82#ңhGg[#ğQOF~ԏ}o\W\vW.;Ow#ueEr '_?o>|)?Khl<7/E^Q0^ /[Ve7_"{7wOH1#uzA#']bjǏ_YTg$gjuxgu"Iwϭt{-^o*I"sֹT'Z;l9wդ:,ɌO9h96;9793ycu#SsL:ܴ{ڵQoġBжoxnkgK!V:<o<>ZGFG?dI?2^ȶ%d7~5BPXTO8-E-gxo^e[>>巗7Oĩm0pj^xKS|Ş=W.S[}Ņ'(G?msoJan%7X^y*^G?X۟?򯵮etb͠>2x;?RIc^ػM^c6s\M.N"HKp&KuUt.J檒*k9N2>R?)GS,T.zMoD~f%7j#'{"XkvΊOb^y75鐠Ogk) q8ȿ1M*g! Af6V-{TOKGq#fl㥏Ė]:cz"a jĐup!&_/_})=†\u瞵p[*36h޽w۶ߵwS}o -h5`恑Z啗wHdz+owTyN[T`69jֲ9:ɢִ~Mƒ>:'u$&\.oߜ{rpmu.97tOu*I"խsu^xFaHs.&?IcpğGRhpB9ID35lmSwM"m\鱹ݸ-nSYdc,4c̺&KS?KTgOB3ذ ('r _?w%nhY6wX&ne_"? +ܹ7/V6{J7}Í7_r2),RKIany}EVW.+K#`];~W^!?UMwPs[v _#$kLL`}zV7Utҽd_$)xmKߌ IfhZ~pDk%5.qfEE{kK8{ to5I!ZeLtevV#+C>{TfۣWƱFz6CV/iJ4ao(?O7ğ\9r\c~ЋqI})(7h]8KS‰^W_E~ g^úڳO[앷-Kܠr\Wե>مz+E} 7QWkoR ^ctUv* +n:gGrܹjb۷bje]6rѬ~׼wS\1񧪇Gӛ#X|SM:Jf"pعWǟm8twW G]s\;h"'r +*nCոzCt@Xudm.styS$}":ei{-e}5DYٰ"}枵Pe7^C^_ѹU_QJ10 Ͽyێ==B9O"{u!}ӏ er9d}uR NQ^yyiKacNo5F֭袋EG--uG=[ A߲2^Q}׋9ǺOFý[}Uٿx"NExO,wGݑdpعOǟrtWY/l$}Յ(zWY-C{٪D%2x0;iꘑIw6s-̓+tV/ȽΖёt L'5B$c۬3we1޽W8F|C-,j8k]Ԅg.QmV_>U}jå[^7J$k[^ OSϽsʃxH:mҭ[>onR{{wT.-OU=)-"ԝR緪VVT.e˖uQ8/@Z]LgC6+z1sB ?04shomU̼c]-]5-;.$8.d2Ĉ?w9Ͻ5ɾDu\/G>'ϙKDN>9T6='}̷x#̮Ԩܡ{ܔ(wE'3Mŵ,J1ϫ!.̦׿yؓ>)˒;7ȭ95j-$nȆ_"/ʆ:,?ȮN1ܛoPgѓ!꣫dsU6«Ty$8jY\R%M[,ǒme+3B}'um6ĨΣ~BM: +){͊(G=8ֱms!_+G*fk%MWH~++ /JI*d?>SE}.3l8}zݡҁ}mzGaq+;v4=9yc]KWM6>#vLh'fjHrSU:+dwm25?`uK9UTvt<| 8ՉY +c{pB^v.qfg5<|>}S=/y'hڑ[<LZ/e+טd[t[E @T΍h oVWtnUA׆T ?م4_7uN[ؓ>p,C\vʯNіNYe簎d%wnPc&ٹ:#{eMt}u+ȋ:-+rtǾpMk/߲!k~;r +6KE)lb +M!=Zb~10?;;_8ٳ]K?u \$#OmᏳK{c<>+m}:Mn*dZgkxw]cf{23^GZ;"+#թBӥ-]ɎvOM*JwESdntTv.Dҙh:^'dIXS;vUfbl1mꋵ[ kRljU_IuW:xW=tMڳm/3'@)ct044tpaysN5Ci{S%pM7/v۶=VY3ݨj55[++/:"ۗ?oy]~+{< c`;7wx+)vdik<餏Ըe$ҪrIm%Am%"NtlY.=]68Seܽ{oaA"ЕeDU ( qjob:YCM*+{FB?^VG DPzaOow~d4ŷVvzݶ?}+|[#jҙʧZ7UR.VT';k,BNl,m픥7Fb)YՉl,df6>9'4bfxbڦL9I}MZMn>Uު\紜B&^5}WP_0yeV)$N8)뻆U9z;p`cG69\a.]6t,>=eHY+-UږY%UG$v>Zyxo3̛;WUZō~3]cO5){ezGgU<"cY!rmoS%{bQ*`r;/%/հK+v%kz.w rDn^L5c ?x<숬T9"H*Ie"i\UWTNLn rkdsVwRBh.[Ӽ>ĺgw4sPϞ_8_ޫy~(qu k6J͌?5kcXҲtUO^۞ٝix}ܥ0)m߾]dQ]v]P!CCCw>S#~/]'< +rTU[Vd5!n@ńհ%wn-jA=Y3ݨ$\ПB5WߐTX%mXE +?M6QKK<{›YG̖^xО=գu ICN:OPǺejyQVm)]wߛ' `KomhyxFk&[0[DSݑ֮Hk*If{d)w*]?%6ֵt׵T{bwU%cZwNㆿ]ۯ8Ҿs_>-5>fO­?'/[nkܮKߓsatL [lQyCO=.T*M_{ XG\xY2VslUzY GBģp^=G"ɣQk=DYO[dڛV*Z˷VS]rY=*u!5?wWjZz +K&:Z;RꚑΈj˗|#*.NvΈwh{}do$M\K-;4$˻7^?A>ԧ 7TgWgr3jsXEwU y߁흽6YphXc/b$saBLj?έ.\ӡ8"V+ &jBHTV(cɋ("Wwޥ^Dym/m%zb-x_]"+aNo&UԖ5s,]Զt6uW5gHK_UoFwVSx$0ijJ*JvQp:|73 phke8USV*'An5msq}E2r`|UtVjCB#0PVk"%EoNJXK-T|s'^33vU8|^tZthT/٣~\G/ⳉ"--;yw>o\xեng8Snh7OYܹ7;v5({_ɢR?^Y^:=+=YJ<Yx$Jv$:¸h{𹔥*6Ě3Dw$$su즇OJs^{d-`; ޶{``@~Ӟjyw忯'+϶Md}j& e~{%JEm]ՉdgU+%{d& h:Mg"LUrdË7ZXLg VyyNtWŻR5䦚d.-%;4kn/s}y?|؆f<KmY&c鞪D:)(#\5[XҙhjdtO$)6ER=H+XƒhsW]970`ote$M}g\g^ _);Ʒ߫N'Ǭxɚkh/ȟw$:bh#\H͑,+GrU\ua®dTWm:wV5kHs1 \#:L8S{_4{g6?YJF[u͝3ZGB,==d6Juƒ]ɮDW].]IdY!6Ezjێ]g] Spp{kf_ic:KtDݑd&$MĦxOu'ƒݱT{,Qꈨu*M檒Չ޺d_uKnvkxvǎzq#my`{p37?Ɵ&;ɮh"U7W7oĦh7R&bL!M$K4_rSM";3=cfSsXs :=;v0L;/ou8ѹ3l8vX7YOl89[SSKFHZlU'KȋÉ=ҽ+uC]^q?\ط۶oxֽWw"c_o=_vyM|pچj6n03ٍm3۪w5uŚ:;f$g5=z܊_kϿ=˹](7}oC?x쭏vӺ>_qοO_Еk\wrj?[;yu?<[nׁ[{w{~Ͻg^ۛ6xK~8㮭 vwڵϯ=v=-`CCC[[!]/ˮVZ%UK:foWDž>,XYt)PЊV4*bCVZ600ڼyd\vyv+Ewm6Y^o%SBE-=uL {Z?2aLۈ~R޿zթ/KKvR]C4-UEcyg46b5:/tCnѢEֿ_ٿWo8?-RtD:5MAVN3A +ϟ?]֒WY5{nEy1\o7I}! L*gS7[/S;,]6r:k9R79/$t jgV?OVϷrHMYwvZ!kG޲P}fğ'N# +?Ueylj?O`:"&}zkIOPm=AjW>iT|R'`.t jgk+H\eohhYv)]BvdT\[Dğ'Qϑ3؃l|nk <7thEL<2a%N\g6TiѢEx[Ml $U'NA`>)~N[y-]vu@HC}mҐp6?O#g'wBϓCsJiLLǟur -ά(+|>BĠUyJyFV~ǚk_wҭ9)!g[$9zmT:뼓F"k2?:,PDZA)Z3M5(YzQ D7s.@ϼ*ah*aRTS9GտS;4Ajs-P%k" LVךlxXG3ݺ~>x7p*z1 |8Z>-gZ]zYu%e CZ>$_ޅ̏4SԢ&yFy/BEzXewk e{)-*]]KEy]6NauC׻yFdOwH•%RakU¼jei}mi5v#ɳ8)VUu';)֊pizK ZZ>6L6?0x^t*JZ]bYyK09PFMv"3<^7\'+hh%hQmW5b.\3y^]v?QNa}e+Fz~mD=G`T$}Ic:#w$k+-ԏ)9B:om[s +(oΫ"oGp?uLO['8u̐៶چ0T]uoyw҃m +Zan؃SUŰGޯpyA]kikQ]o>>d]GS>-_$+ NO?mr`PI}^ݗ\֪f˦Ӥ ,0٧3l~7(\m`W`mǧe+r>mkuR&IߢUѫ-'0]AwXpNVЊE3|0!"6A:Sm \ʮg^ilԱ\$ڰ!<{ğ]dshp>͇1|ZKX%EU֢q[x#ЪsF+hQ>~ Nݗ ~u 91LXsQp>p$3Tb`yc~ܠǍ؜Or)+>~!3=7T*[Tcw~MU}D Uw~w0 @eTjşki*a^T}ϴfpR{=UͷRYgx +_{q^=JiEin2>yXGknp%t}grP^-eް Z7+-Ϥ^C$ƠBtuÕNhNVЊ0ǟuݪ׃Ctt^Æ5wm7l ϓuۢÖm>D0>AYzpyͲ'} TKVE^_3*(]kKS;xG?ӧaxs+=|?>0/:Lẹڳ9zoX]~?sw$$3x\gRZ+Wk^ m>qEyw!r&aVğ}n&e:o,Wk+O䭴 jAki*z?lmp9u(tSo9gVD`d?[:lr'<[/^)4 0f^\ߖ"1@y7h'gWa~ a=?K(/bxEU]5IV!6zMT_Su)A -A;YAC+Ì^#6ຉjy-LQz^eзV6;rd\Vt͑`g#d [qΈPЈMc'su-uk׏ugGJŐxwJb\B=\ğ'Q$S,h- T%Uz^kMWlesd z +AF-p;r"WğЊpiCğ]>@G<6z(r[𩫶BZ]zYVJfQM(ZWRV2 +0A %SЊkD(DFv1d?LQV+s^v=^B6C&swZQȶ:eYұ$M\CYMoQHy> +3wZ!FYq+5n!;u>r,窌5DN=k^RSI* y\!4PTTؐCX:oN?[Wv=gևAvnXm30LVN"zϏ~li~y \nP@Z/诂dUWm( +T]D멵_[ԭGf2O4)D *h%PgWΰ4RELe]*b^\g;!lVIU:4 J4;+Ǟ6z$3U!uu°v9yv} +hR?iE/};́i+D *P%hg-A;Y!B+A=#zEFl:]rs~I/miެ#Hяέ(s`,unc}$ROtkSgj>yzObXuQ#C0 B=8UI>#dkKzbm8#Cz V㋼҈Yˠn)?6XEg`ʴ"*.z=6I50\?6Jl~7(\zԺWǮ.2ծь_哽YZ'&^iۘW HLsAcPAACcb"bt}0DFlUE(K Ӑ׷πh3&,X"&yρo hE h`jhh<ZvmCCC;빘VZUbpppҥmmmm۶͛7/X_2q]+,)̂ x0e H ?w +RhP V* z:eVTډSϚyT7gLt}} +Rg+*-?6M+M,eݧWmwZ)TrqL؏,1ࠪOjqZ0E^2ƟUArkܫ@+V +cs@n!XvW?C\ǟ AZ) ϕF=;zv-Z$fkjks2Z)RJ# =;LpRUTѓ)ʮ+Z'wڭLhJLm*,ZH>g˨@ZCCK?VΚ޼Ț2,k׮U_um!o;D^ǟesU`Eڥ_굾:o鸾:#O:M.'FA}I qמfE9~z68Y,Qha&ۈh[MTקP:>>Z)X%O:=WğbQkw:M!L&Ojk=t@uֵ ๵~9[ ArA)up螝#9W >&Rzvz9ҳ)<Wٜk\X>+Qh.JcY}bȺ6)}3Z)Rp>}QCg]<+QAKg>͕Yu^ +vC;Ov[a8kH\n݉mWҐT{Cno;yY_7$lN)ߦ5qkכֻH}zݔ{vz]vo)rVNc%9}յgZكbWF?td[}_=IIp;= +M&\^ڪz[86SJ9quii^{seҬ;D|(#ޜk\*Hig/u##ovyy1ʥ)5Ic~u5R]d޳SGtJgS+ǻZE{5յGag9='sбW+H5T@}3Z)Rpv\üAy4b?іgz"֧Z1,~R{ ߿lچ^{%㬜O8i4.]+h\huݲ{vpίxzvsw5麉IڲQ1ߐ¢nsf:GvUDl'E9s V +l=)4^Dy[hksE0ԝ>5r5/F^~ڵR|Qlk8Cgݹ~I30OU5Md=;-:Zưgx*C9ʸ^guyR_Gag9uiB͓"O}@+V +g¾{bŭ kK\Vhk(|Q2uy&ƟUI_us30^ sH߳s,zWt4٩R1DϮh$م24;0rşuBOD߸6Y=߭_}3Z)RwV=38N&P99U?,*zvBeٵQtLZt~sPڢğItw?Tf ѳsNSggmIgSg?;Y.q#yҙ? +xr*d X=;)>B+*5N!gVD0U ב-aKIϕlid;n30.7%7J8w6ÞI-9'"Tzn fw֖1Jx *zERTIܧ>B+09, f6?؛CP+Cǻ*=00L?V_ה\]Wk>>=pm {vUSa3+M{vz'>i+裰Yzapg(@Alur.*RJ?['/4 ρC=TRCvhk`-@>4>Ɵ[|MLc5{{3?=;+:is ѳ}eG?&6QXzY]B:kXZ&E,}3Z)Rӓ+: SrͿ??C͇9gWmZ}Xs ٿʵYfyu.Gr\י 8]:$ΎkI +1}q -A?g|zFAѿ3u-C^Y}փlSpHlб.3<)AgRh`{G~`枳>~ZɳX?[S7iЁV痏؞A `҇Uxgig`<<ƭQV"?-Bj~%u6[@g +`\;5_^i뻢ڕխyS2ۗĹg} z.kz/Nlו1٩Wl>mEEGag=O ʵ +9C<'Z9s V +lrMhޖssG8YACq> :?GT>uR`+١mpr3-h?[prd1{^|/̼g\D+اdk]$"Uׯ>)> +K?}pm)9C.Ny.,J??hJ)Ro<y6'ףڇ47^#|l*yVRd ?2[`r,xu})O W#fxƑ/Z]Ϭ(ڶmDnc;=;g*9b[o\V@tKˬ(>T +Q:>ɺe]Ms>Z)ڳ3\h=;zvV +B+Jzv@P i֋-ZDJ`ضm_hѢ,X ],G~ϗx/]CC׫K:mk!gѕDU"zf;֢EL6\ti|*Z2^+y# +u;3v4o޼UVVœcَ^zv kKgX'e5Y,m65 +Y0ׂ 8$5Y4:sVBM~}}}m2ϡC=31QBϟ?00Pz\&ɱ?.jBlCCCEk\t(?d?"P(0WWQ&ѿ1?R}LrDLe ?AsvNyfvϥqR[RM!7|g΄ +744X6C!g^N`+zA?A[k4|!ʍ6ʘh 4"x堘Dggv~RwoF6Q8øa[yB+-Wn 6D%ߐf~ىpl;D%FWn(0mla \t3"(/_n O.iġ>h!ZבS,UbqϕQMa.[x?0F`f@ŴÅsX[:#|aşM2J>Ysj`3Eml#f lJ)\ˢe ޺Ztiаaɟ8d?;SJ|aOk`Sb9ҙ,6k3kQte?,jQ9q28gٳ 6g fZSx3ϲEv +ݛEyϕQLf588h;:00\ǟǬqMEV#*v.k,\g4\8q0h+UZ1+kEGzsQr]'(i϶!^C|ǟǬAmAB ? >V5 +pσ]3Z(a*w^cYVZP4`蚝D =B}p DzFN%>ϟor}}8WEZk_-׸VLvY$,4,-1x%Kؔ沍 99k,Zwӿ k؄ɱ x)%;GgUЗrx\j`S8E(1+{^c\ڶmsF9$6Vw`ڠ)J*v<-^?QMy>"2+K91.jɡm91\L!V;+h2лir!cqeğk`SJ9|gA[BÕƸ-;q̶^K ևm8{0ǫF6\϶mmmr0ƾ`KX-:y"5(|CmR=D?(&\}|浾sdh>CK?q)j%&LYe9ecƮ.3Hh &LsGac[ߍ}QZj\@əmQtwvEŰ@gdKQ4wGз>hV#wʘEd(*hkn>3p e eRT0Eohh0,Lf)\;8p#apo}!έ|yO+t40üMlW&Fv-MfwRTPWt(soȤkM(t.v^O4:7q'_(@*2QJ_[Ȯ|xՋkU9e]W.G~ g'k:Cz3+&ET>psx9Py,k"̵h"iS!DZE 8C&T +}3xՄe3|(ws!AݢsU.<5 +ӜakpPYNd 8ڵkcA3WkRT/q\%L|^١K;ѥ!7gEcYLj@Yr%5ף!l3BJ:ՠ:Pe^:9ljyFcV@ 0Q +endstream +endobj +929 0 obj +<< +/Type /XObject +/Subtype /Image +/Width 1920 +/Height 1758 +/BitsPerComponent 8 +/ColorSpace /DeviceGray +/Length 6579 +/Filter /FlateDecode +>> +stream +x #=8 u?B`$n +endstream +endobj +895 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [315.539 740.274 384.13 752.717] +/A << /S /GoTo /D (figure.caption.72) >> +>> +endobj +927 0 obj +<< +/D [925 0 R /XYZ 69.866 809.284 null] +>> +endobj +928 0 obj +<< +/D [925 0 R /XYZ 70.866 736.502 null] +>> +endobj +924 0 obj +<< +/Font << /F34 351 0 R /F65 373 0 R >> +/XObject << /Im9 896 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> +endobj +939 0 obj +<< +/Length 2295 +/Filter /FlateDecode +>> +stream +xڭXYoH~#D>xΛ8,``3f@-aʒ_?U]MJcyۀߏw_THΒD&H9˒$HrɔR]2&)5]}ኃQH^0x2-*ϙb5[_5"ZC*pGWT6_`iVż@뾱&iȆ♅ߠ2b;[W2'n> j +2B7؁赭ZGrrek0"9Ȇ?FZ&h$RwCa2}B?2MI)S[=<__}Uԥǧ[y@"#DGӍ= (*LE@0V͇T Ń_0a4~К CƏz R.HYܗ6RSLB*Ex9N{wjg>Ö>zt]O|Ibnk덩7%u.,D<\SCG75L-8L~IIO*H Y'VO=hG.%9dSƓ +&1<*x: $S<,vL38/<M3^OYӀ@4Zx8Kt&K ˡ.V0.=-X"(;ll&b) @ˢ?ҩ~5f Rq[;?f9Ȯ\!LZ8d*O@ӔT=u ~-Lc#ϴ3`n~磘0j'7nz5VSҍD&CLd)53> +endobj +930 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [361.346 565.25 368.268 579.177] +/A << /S /GoTo /D (Hfootnote.74) >> +>> +endobj +932 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.888 565.25 442.81 579.177] +/A << /S /GoTo /D (Hfootnote.75) >> +>> +endobj +934 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [202.82 447.323 216.944 457.088] +/A << /S /GoTo /D (cite.Eicker.2007) >> +>> +endobj +935 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [293.26 430.956 307.383 440.721] +/A << /S /GoTo /D (cite.Kazman.1996) >> +>> +endobj +936 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [110.252 414.365 124.375 424.354] +/A << /S /GoTo /D (cite.Kazman.01.01.2000) >> +>> +endobj +931 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [120.924 77.945 251.071 91.293] +/Subtype/Link/A<> +>> +endobj +933 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [120.924 66.59 263.103 79.938] +/Subtype/Link/A<> +>> +endobj +940 0 obj +<< +/D [938 0 R /XYZ 69.866 809.284 null] +>> +endobj +186 0 obj +<< +/D [938 0 R /XYZ 70.866 771.024 null] +>> +endobj +190 0 obj +<< +/D [938 0 R /XYZ 70.866 513.412 null] +>> +endobj +194 0 obj +<< +/D [938 0 R /XYZ 70.866 364.182 null] +>> +endobj +937 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +952 0 obj +<< +/Length 1740 +/Filter /FlateDecode +>> +stream +xڍXs6 _G.A}=z5^wzrDK\$*'R-c7%&"U.w|H**zQY2Zū" +(_yFyZo&Do,n>I<5*3qEzmY0A,on>Ufޒ{dbhr+/4ncDB.$ŭV4[*<hYntnfF2+eUAVj4J03:+sE +"Unr<:ԣ'6i!.ޏ;GՓY׳}SvhӀuc3c"LSŎ21xm-+cߵ=q$Ǖ֨q$QGG=R տT !R<P$ACmΆxֻ,)ȼ%7xlx#^[2]MHƞ$GCB r7?AT,FkW2*γnyM%\K2ZF‘ $w5(q[7aD<ä`tK% +uRZ >/G.8*XL/ª!%q0CH;K] Y;5dGR0h!_R4n ɓbgNSİ>)^"c!8.be yYZA(xc+ΗCu_}Ne&̧̍va)E&a|k|m#?[J(Eh*W[ߙ.AE.h| "&[Ov$>B8KYD~ +uҪaW6s\;Pfhf$S'=#$] 3$*N9; ^㊄`$/D;ˣghoS ~d<:p\{:P +#NmJtɪP̄w\%:M%7WK[`䁀J +1 +6i$YMG PP\*^5e{gy T"}3$g8<A3(@D$u/^"GePߥkNG8;G wj^ ՛~hH%勖yvӱ4~K FurbC*x̃q_F؝ٖf@y8ሲ)`E!zk p age{uXjX\!q!Dw[P5חlόKAL^ɡ[똧8}X!qxaʝ[CQb'P5y6vxr4/NyL+>09JB<z b8^GBѦ<74DH(@i Zu\c| r fK ݹ5abmY =%б"dǎ8}L Y:gi$s2([V;p^R)[YV1ᇣ~Fe~B]rbݲiEYu=,L/jgzjh%C +nf~};D8$SehW;mX0{MOT +eg ]/ߏ$ i=@Moh􆮐z֎9ʑ5VyA3Es@&܂)'MԀXH^=-?Y7}T:nvFGpӌ;d^@ՠ`JNWW߭ɨ +endstream +endobj +951 0 obj +<< +/Type /Page +/Contents 952 0 R +/Resources 950 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 903 0 R +/Annots [ 946 0 R 947 0 R ] +>> +endobj +946 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [127.478 630.115 229.673 642.558] +/A << /S /GoTo /D (subsection.81) >> +>> +endobj +947 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [472.286 499.176 525.711 511.62] +/A << /S /GoTo /D (table.caption.78) >> +>> +endobj +953 0 obj +<< +/D [951 0 R /XYZ 69.866 809.284 null] +>> +endobj +950 0 obj +<< +/Font << /F34 351 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +957 0 obj +<< +/Length 2538 +/Filter /FlateDecode +>> +stream +xڵZ[6~_#TyBi\kSg֩ZFh\<{hhQSzpxk G{E6|?~pC"V<`Zn~}<ƑY\BCC!c7s$c`-=a.b,B 3񱔵(eS "gR7рW -• C2z8ww/x΁9 H8/ݐԤЍ7I.GX]Dn?pƣ(XDzkaځ\_p?pu&E* + wD/Rx iG_(WI/Ƌ'!D@ϣ@\'q,t|,oAD =QoE}sTuV˭ר/obSj3qJg 7wvK@sj&&ܔjn @be0tg*ϯB3]dsre|%Zy 7r7hUj_*QXcAdoɥRZIjw3Ep`KaG+1 M V~wơXbڛ\F灦i}~+sΏN9?|!}*;"QƁ)MiUbP&MԣhDbM>S E5kʎlߔ$JI9.( ve)qC͋p +'qg!-.+~ ,0gx 9'ȬbǐrS ڣzw$aBH1ӂ iX)e)/UeV.E.VIs=6:~z"+HI߆;Y׹(rҥ`zj1mھ@q^ExWu*Y*0D-|e!!R_@^ qeq*`0"P*fWWM7'oM?%wPmfg0p11֠q`ưLU# @ץ؃k8(E_{]Y:TH1@)]h{6ivcv:#! ʤK#e|pC$ jvou{>,|l d֗X| (RcC=4#F4-97]wj$kAMg.dU35osRQiSUs7I VdW͠n!xA96%/ӶD﷞*O5G`~!C@3aVJB&TehTO1 qۀpPIouUPD4 :+} pH'mi:@?an +䶭 ?=0kT&&.f4.Nܮ<ދHRǽ"1zVJPvKŶ,hי +(Oov|DMV~_:+cxCHG/My)#!,iIkk}HI&P ǶGZՑuV!Z8HukGt+JfpB`@8AūC`B Ny@<_ +endstream +endobj +956 0 obj +<< +/Type /Page +/Contents 957 0 R +/Resources 955 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 903 0 R +/Annots [ 949 0 R ] +>> +endobj +949 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [433.832 750.58 447.956 760.346] +/A << /S /GoTo /D (cite.Eicker.2007) >> +>> +endobj +958 0 obj +<< +/D [956 0 R /XYZ 69.866 809.284 null] +>> +endobj +954 0 obj +<< +/D [956 0 R /XYZ 70.866 779.207 null] +>> +endobj +198 0 obj +<< +/D [956 0 R /XYZ 70.866 281.273 null] +>> +endobj +955 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +962 0 obj +<< +/Length 1465 +/Filter /FlateDecode +>> +stream +xڍWK6 W(,)ٛۤz9-1凲Nr2E >ܫ<ߛ<ڃU2 /,K/M8I=lL.QZvV%5Dm厨dW:/N=MіP(bKgBUavnYm [*t+3*XbUkf y8q/,SrT[;aw-mbGQd-m+V_ݣvcԖm{TUapoAl8XA-;l@F9Z?ujU+ 8¨8eJTaS_RODLFIhKʛE%>JP0Ŝc٠+X>T9!1m GI[4޷^FzWi^$,;g#9B ~ů…$iN!y ѐyHZ%@!QےqkqJaR4n"<( & UwЪY83+c&Q,t ab)E~I8E#wX%HX[˭G$Op& x2 +l Q]?jn/@ӷ +>k72תSN>r&j<`ox8|}`#Z*h߈70a<4oΩ, .o: <5jr9B =oUÕW.>ؕWyđ˳~֢h::LUz sB;ZQ5EkF$+{,ĶG@leǘ_{е(6F?dL;Rpn> +endobj +959 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [287.463 726.334 301.586 736.099] +/A << /S /GoTo /D (cite.Kazman.1996) >> +>> +endobj +963 0 obj +<< +/D [961 0 R /XYZ 69.866 809.284 null] +>> +endobj +202 0 obj +<< +/D [961 0 R /XYZ 70.866 688.567 null] +>> +endobj +206 0 obj +<< +/D [961 0 R /XYZ 70.866 583.143 null] +>> +endobj +960 0 obj +<< +/Font << /F34 351 0 R /F37 352 0 R /F65 373 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +969 0 obj +<< +/Length 2574 +/Filter /FlateDecode +>> +stream +xڍYK6ϯБWn;JjS3=d@0<$%8ѯnt")V@_h]4}tG8UY$ +$^=Vq(CQѨ1%x- H(dΊvDdC aJݎ:ӡfW3eX٫+Hñ:[7*5h"RMzIsuF}qܿ%7g\J?Z<CS}] +uDj$^gI%>8 +BJ])DI wK>731dla+'p谔- ~[gQ +>-l(E30,Yq!-g;3\_SY($U=l vIƙ HX( +!}~hLm= +q!E{Hф9\j +m{xd֘ζ4+/KqG|)c}0N^8W0'b$}8qu ʚ%u@ó?oC"Aܐ(E#w\m +1ʚ<P׌tzZ ^O{SJ>X`}u +pxӨu|RPIUecp.qwk0ĨrL!y(|4h%͔ SYc?3[R \1 ڎyW杔ぎ˵͒PlqI-|L$fG,^šZ2'l{&תZ9n 1X;:+'<J>ȴ0QbzPa_gcA| JS1 @Lnɹ_W_,$l,;Ta%±1E0 tY >YGo,[Et^w<<ү}?ae7FHktKQ7AH#=kz=2P/?a4π@ >У*G惮 +.tq/b޾gƃP) 6Uk37.܇k^헥N\r{&hd2~c+cbQQGei {G̹,(1!PPH*܎?{@R;PQ3KUS_uO3|FVg&<4'A!0 k\2Ĥc@N}ku1ۏ0?=]mfuI=4%n,"(tDWvm+a=u}u|<> +endobj +965 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/saam-steps.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 975 0 R +/BBox [0 0 218.904099 381.219086] +/Group 973 0 R +/Resources << +/ExtGState << +/a0 << +/CA 1 +/ca 1 +>> +>>/Font << /f-0-0 976 0 R>> +>> +/Length 1463 +/Filter /FlateDecode +>> +stream +xKo7 )t)0ޏc +=98cYo?HJrvϝ%%J87nEs1VuXf}U^@U]SUIŅriNj:)jC٬StbX<E3,ʻ]çAFL2(΅b*D;|/TktT~t{qFA /V#Tm@SxP{OrtIy骹$}tuc)M3 _J uOz(g3ڦë5`"i:Y^|͎<[ެuė˻m^^nή7~xlYWjKneU3xT:fl [Z-/_ͫ3쳋{mt1ӳ6  *:au:Dypږ(:-qX^*굯[WHˏflEcˌ$u$p\[fn]ں AgG\\|"DS}39xd]\'P]O[:wkiBL[f tѺiq`*ʆgEPāLYfrҮf!}uG^oa ]zWB\p.AZ 'k߭o=KYGuBɔ _jp +vX+&= :0> nE HbNz S5ɾvu`Si]z*FbɷF-AEs)JM&X7G G;X"ӼcB)t{6q2 &+o?B]mK7мě(~vOp +4 lk&#$FwXvOb n} kagkmxG7?M8Z ]ZLAmK7S;CPjj"l n"l)LQl+Pn`)ܨ?\#r{!ИSKP\zZm* i,o;ۑmM=6eoJ51˦Gm>v: u/prMǸ/- Z2؛(O'x%u) nOH{;dꁶSn& ]B ovff6_\ޞ؄,)Ѹ eXJ ~} h( ,;t̡]G`z#[E*L/wz5JZ-yiN;Ÿc`Uj;XgaU**l?ڋNO|m?#*d(C a3}]v7x +!o_w;< ߴuo۱=7׫mo} +endstream +endobj +975 0 obj +<< +/Creator (cairo 1.14.1 \(http://cairographics.org\)) +/Producer (cairo 1.14.1 \(http://cairographics.org\)) +>> +endobj +976 0 obj +<< +/Type /Font +/Subtype /TrueType +/BaseFont /HHKOJN+GillSansMT +/FirstChar 32 +/LastChar 122 +/FontDescriptor 977 0 R +/Encoding /WinAnsiEncoding +/Widths [ 277 0 0 0 0 0 0 0 0 0 0 0 0 0 219 0 0 500 500 500 500 500 0 0 0 0 0 0 0 0 0 0 0 666 562 0 0 500 0 740 0 0 0 0 0 0 0 0 0 0 0 458 0 708 0 0 0 0 0 0 0 0 0 0 0 426 500 437 509 479 0 426 500 219 0 479 219 770 500 551 0 0 395 384 333 500 437 719 0 0 416] +/ToUnicode 978 0 R +>> +endobj +977 0 obj +<< +/Type /FontDescriptor +/FontName /HHKOJN+GillSansMT +/FontFamily (Gill Sans MT) +/Flags 32 +/FontBBox [ -162 -282 1041 917] +/ItalicAngle 0 +/Ascent 929 +/Descent -230 +/CapHeight 917 +/StemV 80 +/StemH 80 +/FontFile2 979 0 R +>> +endobj +978 0 obj +<< +/Length 980 0 R +/Filter /FlateDecode +>> +stream +x]Rn0+|LHR^8dȁ7J`7;5MVɝa|eFġ~pmnlgay[VOZ}MRfoCENgy*sQCv/ڎ Լo<Ƕ?6,a[ 6ki=wU9a H q,""Q cAN#iפ#Gk {ԜASm%p2 cMX"˔=Mtwk5=mUw5-i8 54(S+%g(S>>]Vh1(!L3@?<ԕ_*P +endstream +endobj +979 0 obj +<< +/Length 981 0 R +/Filter /FlateDecode +/Length1 9540 +>> +stream +xx{tU9կ~I;M݄&!2!$ҒB BI@pQqqh&" @eF;w>̽{vW:go]#4hb{źw!7')Bg74Z'F!qWmmWk?|0B+kϟv-B}ڦ7Ba+!$k\i#/S^G׮_Q{KP%Knif"enoe?- +2B ] +P yc<0|C_A& \ "bH e0AEESsq.^ZcP5\EZ$(of~x5657Y-73;owΛ,-}4;7,EtE{b+`>Q&Z+on֒V5}wh:b"&6&TnTWZjmuu[r*FrǙROgB)>|T4R4bچ(6X>x{iC!;l{_YÕ'zW;w ϶[͵YvUϺlbŗm}=v(^\;[nbD壟2!dANT/k Q GSEc5xPbUl|Hߪ@l9Z#Ҁx?FE)7#`?}aOBVfNyLɚU鍵8>X~`>>}ױ6|Y c3rEW+mެp7љNRSiV+xD!)/IO43O=SX# ~& ެŭRxf:d e2xE/YNI^ d<-J3? >H0oўͧP{~8 ŰekS]Q-ϡr ح 4I.㇡EyuzUy̜˟,V|~9u=x,wmR.A6$-3, +` a zcHY.ԥ'z=z9Ĵķy_K}SŠ?;U,+)`U0G~ywo~` btWXY勏|4|k$ b`Y214)tOZp 054D35N PmC=yC+*lءeO]'+}klN{2MD9z +~Vť<oDNI .F?Ũ06ab L(͒Wr-\'}2hl-UbHY=;'`cF-.QpB&9f-֡͏]U]( +׵>k#z콊[v:iwm?Lb0r`' Mf$uOYj#R֚Y8yw!zVAOYт'K +i 굢}1X +A'(gw'W]Ng+h0՛ω<߱ݏ1ŭWA&`fnTZ `` KT5K^e 9#[¦:bp¢ lUH7vkJI@ qb-&;ɆKb?^b?\ۗ/^Gq^9gAYlٍ'Fכ}LqMlA@)X +`Xc-ԿșB F֭^L~eW|hmPUD:C}rHs 0 㐅# aYDf1h9N)|hy6:+7 Phw(RSqI+2^L\U~!f0>+W+ 9u!ꔧϗ,[U-9,eDQ;Pc*+LM޻ʄM,r 8Dz \j]neVeb.2(j{zs.#=1@y<=8ˍ>gny#3=kXqx]+_.oW=0sT*T}.b=2}QiMpL0FݮT'}zځZ< IäĢ0vqk9I|1Їr_~i4:Xfau& iϱ$XjA}NAuΘeT)#FA}`( *J"\k5 +_[r,^j`<SXQy&%=L +(`t⠙7?_o8QI:b;dJEN].D"7{ +Ff}o'xJV16b4Ǥ\RUa6@1V/!,@=;J3uڡx_(5l>MSyԯ3^4]3T +H>q+Ԕ=q$\zɯWk9k]ؤug7>'khHO==X=AON+3=*ؒ 4#  ?c0rl'I% 3B`3)'&N5Λq2Ӝ;l2JAj h̩D[/93(;3nF%Z3~(*SEtlfJ*o򖬎:^-O.EQfwJIF E-棸t6V +(AjIQ/JJ(5E(x—u/;م`Xɜ((?'RuʵQ>:La te ZXQd4S9PitGYpB(iw.,̩qFMDR`%^ |XIS~,oԯuG5A関)|'T_DTKy)irwT١SQI#l^Vww 89Q\Pyu"ܪdSaUĆ,XT9.[;יP-5h(tWhQ^A+g3TaU(%yEQ\->K+RoiMww]]];<떼G,n.Y*agtGUTi?TKJU9=ƪjXځiv@ʨA-r*iʉ*( ЃبVθ)9ɢC5gXFuPn2Qw:1$}5Xu 6ssxf97֨:-J6sIcAyN%$Uq2F>(u&|Q򌳰-%-.]}S -3ƶdI?y(.T +(n29<]'~\,+r&l [v?GvcJD=ǃ-WKjhbxcgQarԁ;Nor++mMUs~u@{),L}uxmB3[cBs4pFG}nrB^ "#1{ا8W Ϳ_SRORߣBxPh5.L*^\`G;a<\s2|H>ƹ5o]gqٲg 9|_*zΗtR:IZc$йH7(t=5pd+pu}cH[zk@Yz#r[{iOs5c=~)k[l6ۜ-M6F[mXmεk9~_jv7XV[ +-ΕRg7PP/N@]@@v6Ԯaʽ@;]=@ہ*ծNPہڀVԪ]u@j2 +k)P(p7<*!kt+DiV1hT+keV4:i8g?A13GpiGjMf^:ޠ4Z:ts%]Lڅf]eA5-@ ʋf hз(-ewW*hG1>04aݝ<0ֹә̫|+U-<^|M>9-$Yie~Qq˦|i&hjBnΒ +endstream +endobj +980 0 obj +378 +endobj +981 0 obj +6764 +endobj +973 0 obj +<< +/Type /Group +/S /Transparency +/I true +/CS /DeviceRGB +>> +endobj +964 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.281 731.716 360.872 744.159] +/A << /S /GoTo /D (composedpic.caption.83) >> +>> +endobj +970 0 obj +<< +/D [968 0 R /XYZ 69.866 809.284 null] +>> +endobj +210 0 obj +<< +/D [968 0 R /XYZ 70.866 771.024 null] +>> +endobj +971 0 obj +<< +/D [968 0 R /XYZ 70.866 728.985 null] +>> +endobj +972 0 obj +<< +/D [968 0 R /XYZ 70.866 717.03 null] +>> +endobj +967 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R /F65 373 0 R >> +/XObject << /Im10 965 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +988 0 obj +<< +/Length 1779 +/Filter /FlateDecode +>> +stream +xڝXKs6WHXIޔ͸y894` +crIЙw P$Ei!,}~AWy"=_^^<#K%& ػyEqBh٬Q}BSAaih_>l6u^b,HYN:^@7GQL;EpQkΆ.v>ϴh>7X; eS9ڕ2 vP#RhtҊ1ʢC<}_p=|ap̅yc=J~wGv|_yrBNݝRgiF-g)O߀Ep [sMbiu`Q?G)ӜԶhO^%zA4Ša_&E~ܩ$a S&j oГG|t$h{6] dx Q}& `y|$ :[KK10go +_ 0D:^P$,=Fg!:^mK}7(pӓ +}9I7 0#EޤȄU/~86&i4,eb_pŵ-o)Dh(gCLQ;1]Kkcq_a@(̤f}ǁBƖoQ<)QD0\, +endstream +endobj +987 0 obj +<< +/Type /Page +/Contents 988 0 R +/Resources 986 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 974 0 R +/Group 991 0 R +/Annots [ 966 0 R 984 0 R ] +>> +endobj +982 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/saam-flow.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 993 0 R +/BBox [11 8.01 689.25 262.24] +/Group 991 0 R +/Resources << +/ExtGState << +/GS7 994 0 R +/GS8 995 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/XObject << +/Image5 996 0 R +>>/Font << /F1 997 0 R/F2 998 0 R>> +>> +/Length 1252 +/Filter /FlateDecode +>> +stream +xXjG}ö` !AՊRJNuή"LuTuψ޼oOEI _~*Owj~ɽ%RǓ2NvX *aM*ߢ5k>?+S[1buRSI5/{ 8gDZ΄Gf(Xઆ +CY4}lg>RF*% T=ic k9{RȯaJ8"SAShe/QX`33 3_gk6ac^4b]B$/Nc'ɞǎ-0j7:Wqfky Pf^|II|\{rEtw"X4z[Co||9VyC]nM3)9pQ~9D +8Dvբ'*1T +AF%+(p,v>A7 y;rḀWÒ4;3 L I"#y (_4RH)30F/.LW[\ HI:?'D̺CLsԙHpّObvA)?15z())H0U,y)$+cWٽʱ\Y\,u+U_N1+8 g P [GiM=ݯ1%VMRkTd ^cLNiL""XI*v]b# dS]rowezV$9ҽ6èAQ0#̈N@xk}7o|013,sy>nFtg#Zm ROК(6@B{aCFcSdf a%bтk*FWpn/xe}MFv}q#( r~aC}c? +endstream +endobj +993 0 obj +<< +/Keywords () +/ModDate (D:20161203143128+01'00') +/Creator (Microsoft\256 Visio\256 2016) +/CreationDate (D:20161203143052+01'00') +/Producer (iText\256 5.2.0 \2512000-2012 1T3XT BVBA) +/Subject () +/Author (Tim) +/Title () +>> +endobj +994 0 obj +<< +/Type /ExtGState +/BM /Normal +/ca 1 +>> +endobj +995 0 obj +<< +/Type /ExtGState +/BM /Normal +/CA 1 +>> +endobj +996 0 obj +<< +/ColorSpace /DeviceRGB +/Subtype /Image +/Height 372 +/Filter /FlateDecode +/Type /XObject +/Width 941 +/SMask 999 0 R +/BitsPerComponent 8 +/Interpolate false +/Length 2221 +>> +stream +xnGQ]qJ6mR)Rs۲\t(8fffffn+t-48t1q\63333r1+K鸽뫙~v}6*x㺯3칷^߯F|#W'7美=VЮbx}ޯϏ3x^nǧufz:3333gɸ1Jqa[|=no+/ώxTڪ_?/o>Jc3`> + @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @  H$`d0A2  @ ?vx63333{ݍdm_|}]Jxhffff[A;׎r;no +odue~m:\̞|Ut_]xy;>ľ> +endobj +998 0 obj +<< +/Name /F2 +/Subtype /TrueType +/FirstChar 32 +/Type /Font +/BaseFont /BCDFEE+Calibri-Bold +/FontDescriptor 1002 0 R +/Encoding /WinAnsiEncoding +/LastChar 223 +/Widths 1003 0 R +>> +endobj +999 0 obj +<< +/ColorSpace /DeviceGray +/Subtype /Image +/Height 372 +/Filter /FlateDecode +/Type /XObject +/Width 941 +/Matte [ 0 0 0] +/BitsPerComponent 8 +/Interpolate false +/Length 1249 +>> +stream +xQn@@`Mc&ڪ/9+fO;`~:_ \tmֺۿͷlz> .}Zu8t<z,Ax^XaovXZ+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D" +bBX!B!V+D"~u} ~uؠa8X4`m]zߗw`: x7`xV٣: +endstream +endobj +1000 0 obj +<< +/CapHeight 765 +/StemV 56 +/FontFile2 1004 0 R +/XHeight 250 +/FontBBox [ -550 -207 1707 765] +/Descent -207 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 568 +/MaxWidth 2257 +/FontName /BCDEEE+Verdana-Bold +/ItalicAngle 0 +/Ascent 1005 +/FontWeight 700 +>> +endobj +1001 0 obj +[ 342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 776 0 0 0 0 0 811 0 546 0 0 0 0 0 0 0 0 0 710 0 0 0 0 0 0 0 0 0 0 0 0 0 668 699 588 699 664 0 699 712 342 0 671 342 1058 712 687 0 0 497 593 456 712 650 980 0 0 597] +endobj +1002 0 obj +<< +/CapHeight 750 +/StemV 53 +/FontFile2 1005 0 R +/XHeight 250 +/FontBBox [ -519 -250 1263 750] +/Descent -250 +/Type /FontDescriptor +/Flags 32 +/AvgWidth 536 +/MaxWidth 1781 +/FontName /BCDFEE+Calibri-Bold +/ItalicAngle 0 +/Ascent 750 +/FontWeight 700 +>> +endobj +1003 0 obj +[ 226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 473 0 0 0 0 0 0 0 0 0 0 0 0 0 494 0 0 537 503 316 0 0 246 0 0 246 0 537 0 0 0 355 0 347 537 0 745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 555] +endobj +1004 0 obj +<< +/Length1 61936 +/Filter /FlateDecode +/Length 32018 +>> +stream +x |TEOݥ;, ɂ iHM0 QAQNpd}0*08ut~roU:u +"d&5wܰ⡐/3tl-1> PupX!XZ+6=XѕY6>Q캦:4yMf~P}7 uLf-z2npe7Nk٭byn#fK _bz>=/y=7kN}+)Ms@szvݢ&qz֧wX7{JYX^Msˋ7͛TTH8ʎw ^dxY??pឞ G XWBR!QtE~V`F)ݨNau~APnc,/88*9 TN'П}>R$hcN +GH]6͇]*54sap_>_ Tb\͗BOwNV%=Q),4_G#>4Lb/m~2z˹%p~\ Wp5\ Wp5\ Wp5s?v%6? a^e3`j-l矄;f)U3| +!>j_X#_yy՗@:AAA@ RP ZtH=0i#Ҥ fdD!"" +m`CFA|!X# + N! D:% 7DHB&!dHF@ +2RiEzC:#3 "}̄,;R H?2r0@@yA0Y +d!"HPPp8 G70F"K`rFV8`,E88(C! +P +xG^Ya( +Y pOC‰09 &!kYazG6@r +LANiW0  +t 3/aFVx#܈sM$sarfhF·@n arŰȧ`),E. +W +d ȟA+"oȕ +Ja'V#ZZ­uy܎@ށ; arcFnM :[#{` r}pa+rm <(vvȇ xE>p'{?1c8q" +;S~ @>B D>|vn؋ )Sȿ~؏<ipy3 +g!#߁p"| ^߆+ +5x]~ ^Wx"߀7MxKK8/| ޅ >B~cOS(ϐ))/ uD~_#VxN#58 gss oW[ ;=? G +\dHHI 2],g* ⥂KN# vyO}ã0 -+!'EC %`qe㯻~d[8\{ _`e0ZhaѪMGV\Cd.סR/ߢ-!UGCW=jܜ~L_ߌtoZjJrRǝr:cclVKdd4uZ(U<2I03F\p: h+?dCq?K,RzL,"Nz*Ab mDƖ7pO6En38/ݝZMp&#:5Zm$CZ|M'>#= 2 w K"/vecw;TJ@]9;߶kwC (:c'ōTmt9|;8n*Z|̶Vq#0.aXcؒv8z&8[U^YꢬCp(ѾИhAۜQGY<پn۔>(UqbZ ↺!JՕQtEUp,ᔒڢ*WH%ec"{h/Ԇs0I{0_t;PVƪS>_QWJ/?MngyZ?ͩ Mumovmm#Nv;MΒZl#[g*hm$נ -,U$JbiwD8B)CEˉ_YeG9U +TPqqb2I<[j=`P ]yq>jiɡxZ[rZ7bA!үd,n&HlIPy03U;;W`S8 &odReu]4ҙrHmP,"u\xxn'cq81]&ٱ2ʎdJsSC)4wQOİLP:Tep#"C0\\.4bq,w֛Gzz zGx-No8;:vt86w96u$:6}t`uc{ww9`= ݰ^k5wg}Okqu8h1}>=r݌lYwl[Mo1R]߮]`ӛg'=O zB7Z:zZq|1 81=|YwkVcm[c ^F8ni3;V]hٹugp繝\`1!p-qeK斑VW`*mmijaMFfMsU.GLtc]Ȉ4Gz1kHI5&%<2qqX&N7DVR :tuxЙF&jU1ePc89x_2x` ~(HԾ!AMTY0[K'TvrG8=An-ڻ +'T!1);4J~]U7>PR^l +fӛWCf? 6zCِ/92DoW+w ?z;_z)"w?gO;jr4Qp'ǗzpXX{A>DQ&_mIVVRx6Y3Ʋ + +Ss1C%qb -HI$$ Ocn +5-H 43 ği/dI&p8oú@':vr7nØjM +ɭh5YDi>MTĊ>xeMGl (8F:C, E TуRUHo.NvbMZe=7EViT%H` J>.IB+q$瀃81/M2$*3% J&JGp +aj+_CP5_ *z8 +evkC+ˈ(tRƲ ~쉱$NJWs$z}Yu+KH s}8vt*܀[Ɨ^3l{ &uSĀ`gxAѿ?míp KeŌu4jA5@E1C԰JW%"UzjzjZW4DpjDET,OC/jD^<@Ɣǻ`ԡ[Wcޚ+]a4\MYc9tB?Q  E\ZFGjs|I"w l4M? شr:9y=Gs^7mUM姫K"u }9nM)Y@?GߢzzFcTzk'ʪJT݉j`}8-$)SDޚ3Y5^MTqn'M$wJRY-?m.Iem qrԇ@s^t'GsJZG۝}wҏ C<$eSy-$a7AM6` u}>osJkM=T zqA~6O/vtwD`!*{\w4h"cLJF!K< yڵ^- NcԚ8CĦs>O;@3@;VYm۵w5[\Mi9 }M!"oՙ +Ѱ"OM0zzjZXȪ"ϴ0ƹW7}w[0:JU7P21!55^/P +E R#NK㵉$crg1條?ceF̖?B0VG4I7h{t.^LF7 "E-pcpquzY1#H"ŕmrl.WxΩT7YZ*.5/w v3B=w1aMRe x1xGޙ)ޥ^]Mu-*.{ l'q~Tܜ~T7_{zeTithtfQB=ϓ޿⩲Μ8VKfNJOί^^?H|_:38L4Ugiqۯ=u^0^< er [FȄah>=&z?"O7Ό)q^jS|pxm1/9ٽk2$ͷ/ۗM)&%ETjJ '.o^\&9EqD)IwECPQ͹]lوuQ9i%+z) $^Jw'f'fi IJe5-v۠Y$QU3L/p8W MLO1)8·Ĩ, &M0UMG2e<&'^ώ ޛxG( )fy3EWJR>A)H_ozAC+JJHw&[ ɲbn0JSd/qLpt,s-{䷩!7PCn SnLQu( 3=`3i_*֦URpt^TWTyoh !Z϶]aqBCʝ7T̷<}ℳVff{:b=Y2lHvt$"3qX-VHgZ;3 NH;:pU17L&f0m/JxʅC)_:O5.WU3|h:wVy`Ƒʇ=[7"(u$UcފNݝ'Ɩ{] LyCt.r +qpcx5~f͏F 骙b6j>Xooot1;"L r^hxA:t6Q>>ݵq/RMzxD&K'=(eUcRORIH3W mI&:6R,}-]?wެTRw50 -@ۘ1[mDįz]$c֦hưY'vO#*S q>@I?5a Qf +.Tgzܸ~!Kq;-ØaC2azR#u8=wܱxanvP^z C9P ^*:ƛ}Q&=zhMN#PlhihnrĤ6F '8hƤm +w$ +7~0ج|`.Κ2gs֓G5NIJJdQY柩5 +BJtE!-m""F iH9mYL~IaYqw$UOrFNh|HO"U>GZo5Zoz쒢ԊЊj +DX;D 7`#vܚ<9 t +IOuE$> $$Rq:JNp9gU1Yh!J Pϻ3W&ĥ%vÚd+,%87 " 75ʼn³hE<[|S{#zVǛe;&gapddfKthj!w&^g(VLپ| bbA|e'bWzl +zR']&r Zm\)bͫ\j(^ovS6Qӳq yQvSb\a.v B;rK7G1nԁ)n4+>(=2 y-;֒O )Q._Dh5sYm 3d))/\1aX +>akSRí|tA_,jgC!U+5~9/_rtZG:xu/h叞g:v)c"b$qI d,JBf 9:KDFQi򳏥xFXr)8y9ߣEQȪE-@Zf7Ƴj.xB% y-&Aa +kւ[u3)T`0 j5b3XNiSNý;~G5|_o5˟C5_)9^˔}, O{nC 82`F`8KWK3D `(EY58!'{8f868#EDb@W<(n=USOs{ڂ~~83<2b%CuŤ?[c铁kR3UL$MlI8\I~㺄mڧxVOMF7Z\n\ȪD"EQm<ؔH@EP?BЬaaPF.ƍO |E@\=&fXjj .a.REQ=N| T0f3t=OAݡ5oFE))au,˪ dY(LR 1n 5Q@p`2]jQمҭy 1~r+Wz`9d=Q$**^o۷^{XA 3PZOh>>ʌt9mVY-EsH%2o'7"۞}{s|Nwͳ> +֮ӵ7G['̀QzRqBƠ.t‚)ƽ4\v}i>"c^NIDsޒ͕ޜHǟbl %+gLVp%( csqlw/'m5i +2R-my=li')v0,;(n6W-B "!@h+EV-$xQtV mٔ*Z-Nmʯb旣Ÿ{ϳ F=u8^v<;}.i?MH=SmUU5%uCQjeЫzlVaZM6,q<5D}E+1'O?-<^,.I?CQsT3wK$djfOCg:#;ri4/*HćɗpxNb.cSONثn3㿨f숫hSvL]4'ڕD<ҼʃgLme/k'|u|ޓ j*?#ˁ9{2Pţ5R;ZuwrI@{l{ +zْ^՝9afL?Z?9?{R54L>X|FkWWxɱ%NP:(]u{18u$K.\X \Gwv<M{yqGk4H<cQQsScZ}!?G(sr h"]9M̾D/=Hm ?]M^=wr J +8;CR|C)}/ǼtϟK/p'?/=nU}\[D(NTkb$I(5UїEYsnVFw)Rф~sR&6gd>sټе¥usS\ϓ!F*aٱ.RoV_Rn8޾6v|$STZ #E;y]B-6橋m;{F-WCU'6>tA.:GX˛QgEJA,/JNW]i*5n{$g,O`n\N|X*w "؜=:bV?֤?ño7Ļ۵uH岢A~wP_yLl.8 VkFD_v'z2i(S>Xte.vTץ*=GѦ'n\p{HEق|33nѡ}Y&363lIMW6'^xY-墅p.迏ZFn\n5}{¶]lg;Ԗwxrlձbw?1RWmG~|yD-zU@|A.6hH*pq3ssqw{pssu/h,g)c^/57feM9u,{؞Z,kJ +Ya)9d9Eo=Y&,#f$̯/1eqբg_8ק}s|Fg$IS kjW4g֗5VLϬT\/l_[Y12UX_VQ~vqUeV6Չkj*&yJfVWPn5 Nj qvY}ceM5eh|EmM_WY¿\]g^h*oW׭*_\U5MX믨j +Ϊri?vmM]5_f8鋪jN|+jV+Et.;0V+׈Պu5յe}eVn-MX诨\[U^)YUY]wڀV56]nݺ kNN)Q]Y_VJM4)*JR)5ȯ\lTyFIͤ{V⌭ߔ4m;_?6=QL@R9Vi@+8ׯ̦T2?PL衚ům} ]%kZ٫ gJkX+&{V=Z)7ѧG^{BlYμ쌞bO5$Wp~>qO@F"u2FerD:&Ĉ#_![i1yk(`ry(\|[OS'GXA+*ur^n84Z!ױ'11d[UʓuUW [쯖ќ5Z:[jΨ+dM+V/sQT}>#IQw +Qb>Hq.RL+&_JxW'_kh*O#4Z%#Wy,2AF˔LHҔGY#\)XG :[OAUuVUR8#-5Hb4'V+Ǩ=Zy[Z+κwQrMO"C93zjӵT@+ҮЮ֦QÒWީxwuH̗WQ>}M_,S9§)ي'W; $ꑧQ3ѫjeʈ.l+.;d_-Y/a{\'J&v^y]CR(_yu|vue}]\5QSOU(qEuĺE]P!ƨ>.d}P[;Z}R'Ӭ'3dɾ6bଜf(v0ks܉iONFqใΛ%;Ꜵ.~pAB{OĒ3fss}SEۉ~f8䅻|_k\ڲ8+/}N*UNih#7:#Ӭ!;esbnq(s@Q7|FF/w q9z%(1ё1c1iTF>(F6[n؝cC#?d|M̛u͓%SN4̚6zڱcCg.~ؓ 5N_L8Xheީ5mN{͢3oB,'\sJXK2Xb^ 1­ &*b3c3^6̍y{&N6qlhqb$⬋wYϚ?gۜmsneĸ+/unM,ߚ+bo-(ɛ; n:sQ?[`ACPE7yhmB-/AZVT] d] +Tv G Mh-Z~1Rerm[R$O~:ӡtC?OߡwhZsh͡5Vz98F9&CO!1:a3=~ž?K ^wioƻ4~[[bA zd##9~ Z3_Pc5PcZzZzZ"D!=oRS"Zk<߫DmQ"y}P+HE.FZ|aE)ȇRQJG(3ŏл(2C]3 `v0C;fh3 `vh9vDQh4Ƣqb4M@yh"%h + +4t.GWB4h簾}]yj4-@נh*F%h1ZCףЍh) -C .+*TnFQ5ZjP-[P=j@lkBk:t+h=@nc};7ftmb=E@ʏpf&z=gOO'6 4ڎEDϡ_ zD/_ WFQ7:>@#ԃ>FQԋO?Ч8##drl>m-BEȶ!"dP Af;lGa#vَ0g㯇az"!ʂ8[Dh +{1! 3=ACzӣ=,Ʊqi0&cyw9q")"`8Ǎ@Bϱ)h*Mװ^bT%:TNhB7ըA5-5ӽzC?΄/9Òۅ7=C?G2|GD"J$D!JD".@#х(]-BŨ-FKu(#2(#2(#2(#2(#2[-F1>e13x(>2|8Ga1|8Q<8t"xp"fv3~݌no7㷛fbA:U VmQ6F(~om"ĵv6Q|4F(>Ghst0Ast0A>Ghsr+z1ƶdcLw{X+?Qo3[ߋ{Q|/E(^ߋ{Q|/L {(^ߋ{Qx_}Q!]DtxzF}PEQ/:>A@JE?s"Jɵ VKɵ $jɵ [| oA-HɷZ-HՒoAs};`)9XJ`)9XJ`)9XJ֒`-9XK֒Ar0H 9$` Ar0H(s.ASTTi24]@h*B3,4c+7Uh.Ft .DP1*Atcn@7& 2VU +݌VjՠZTnA5&CMGbxݎ|'lfu)ob=Ec)ߏ~ }y ןCGq{P + AXr/pj'8f ~6Fۣ男_8iѳ9YԻ#~׽C`&3Aܿ npvQ m۬_A{8wW_R7sCAj a(CA +P0 a(CA +P0 } +YypQ8rȁ9pG;ȁ#8r(Gȁ09p Gݴ GpG8 +Qp(G8 +QBpȁ#8rȁ#8rȁ# +PB0!aaaaavC 90C 90C! +PB0 `(C 90Ca +P0!r`ȁ!r`ȁ!ꆡnꆡnꆡnꆡnjvj 90$0$aȁ ÐCr`ȁ8N7Y / /xqŁvx K7`ŁV8qā>p`Á 6p`#DuÄ<8 80tY"ޓa;Lv&dw7a;Lv0ٽ0ݞOM{''_3׎h ơx4塉hL4MEltt9Dl9DDWhG 5k!ZQ Zs}-%7e~=&;Y'2-;GqG3w;R^M:xp'p 'p'#p 'p 'p 'N ,` #wp &#U   ,,,,,~ 7߀~UZD"QET-jUZoA[oA[oA@?[oA[ o-пtAtp 'p 'p 'p 'p '8}ųV.1C.wo)ij{[nA! H-V΂r5 %LgAtK܂rgtnAAނz %R),O!\uJZ8ų\N8L~yky;lK{kޢYF}PEQ/:>A@6 -ТCK1ТC-ТC-:ТC-:C-ТC2h @εIwX!!'r!'r!'r!'r!'r!r!r!rt!Grt!Grt!Gb)b)rt!Grt!Grt!Grt!Grt!Gr!r!r!r!rt!GrA2Y9 g '9!Grt!Grt!G,t!+t!+t!Kb!Kl!KR*,t*tefۏХs AX6Ca\GCPVePCe5&>UԡLj(ӡL2t(SL2@e:CY6A]dPCe:PCYt(˄2@!)#u¶=~^c\ &;lf}u#!:>B=cE}u%W{(P*JC(ex22:K-(oЗ}=n\&Wɕjm߁679a㬷~}⮻ؼHZu9G\|]]]];#dN|OEF'YeI+J&dJ&dHQndFI^oOS>Oc>&c>&c>&c>&c>&c6&nӊ۴6M+nӊ۴6M+nӊ۴4&Nc4&Nc4&Nc4&Nc4&NS48MNS48MNc4&Nc4&Fmx3ƌ1mC+Њ;&̤;C+`C+`&Lqܡw0qwF洑9mCs{2hwh%ڒ`&Њ;YmÒ;;\/LZqqw0qw(L +pw0q,m.&~;dc;dc;6&n`m'#qpm\+o56 +?COoSzQPvjN۩u;nԺZSvjN۩u;n̗.h;sJ'B6ȦbCpHt(G䷷/$z3q>Y8K|ӹOQJ!چhmنfmh!نblȳ!φ<lȳ!φ<lȳ!φ<l!ʆ(l!ʆ(l!Ɔbl(zxLt `lVlR&[mwdEdMM)j6j6Q8NdMDvdM #dMvdg촓w6idMvڧ +߈?@fLϑ6i6i6i6i6i6i6i6i.毋b.毋^KE8*"':(odE1B2/BEȼGw "s+B Q.^Z;0Wyj/j/j/j/j<>-C|+a"x;ҳ^zKkxXųKZ̘x~qT{Qޥh'ޥŻ\q%W|qWAm3HuwG[ +w98g+e_!V۸*AuN'ΝĹSTɏdӻz/!9ĺXwNbI;u'$֝ĺXu'$֝ĺXwNbI;sZJQZj!Zȯ#w]b%{^bI;A ^Aw%㿗w2[Q zzs\C/ƟJP2!j9ZF@F3`ACPE7ydtgSR7eUJHMh-Zne֣ mB?Dp̃dCbĔa8-Fsv%$z7眙ٙ93aËE"VVVJJUbb|""E"bϋ/wIY2QvF:>tZXUQQ~Q~Q@dȚ Y!k2dMɐ5&CdȚ Y!k"L1L1L1L1L1L1L1L1L1K1K1K1K1K1K1K1Kqh `&0 ׎"Kqdw1,n*W7\P僡l2k !b e([}cYBSYT4MeASYT4MeASYTVW;BYjضiә0lL`0_$` aưocv;T_W86jju "/XU/k%+:PC/!KKF@Sk}@;By6@nKOynb=||`QX|i||m||`%hZK?hWY)Z:ZWFA[V:mC[eM>Sr*Cxx<<\@W?1 ex^kx^/σx^kx^kSWUx^kx^kx^6,h3 ̂6/Cex^֮BkuطuD|ExƣH~nAS4tO6؀y۔s[xs@ϑo+a &ީm2` <5<3όg3xxf<<3ev]lev]le{հ]lev]lev];w`5| >ȇ_tfSi Ĉ;vuJf^&oIu&'Ȭ.S@#Suh RD%$"UFBHH #!q$$đ8GB2 h3 ߍtQ#R_Oe@H-6b}+Q#Mψ39Zyb+yb+JyJyJh2:hM;];ewZw_ (e1}P{5A?mg }=w ÿhϱ0i$s   `&>u}9\`1-w螱-[me6w7DKv"!~E<p~+SB9c+Կ~ZAF)PסzkQ3^n}F*-Ϡ' x$:Q>h*7 t hQ4E,`mi!/X|2Q@*{)tqwO8iw?~ ]~g?ׁtl@s/W]- d}&U@XuC"^%!VIu5H+b~o<Ǧd\}yU^U=========HY  $y^"xp<Y,7ME|,.5`"XNQIֱzS?f>Da3 zΐ#f~ϭW?J' +9V,gozD}ۣM|{PghYB$QsP $W=|돠yD2Zo$~YW@Qm XF_7Vd>!kZvdX։ސv jl(#ZlX̖l%;ӭ86cX5F;{;N{,Y,yv e>>Wy%OI̛8q6Ȉ +T "s2gɚ![6TyNAIMɞvԎ!Wre41?A#?Q,|ȇ%_e(Bx +pQ 7fHJs(My4MM%MEvͥ]ͧ/K@y# Q"[H[B o8[J4..eUt2C&zHGl'='l7S> +"zAa/qɐ%KR9d&#Re2K$+vT&UcǤR v\l ԐHMwR+ɑJmv촼H^~KY|)ɷ v^~"?abN!&wm'U}y4Y>z|y%|-y< .=4h"?Ŀ?J8?KS9~be~>W5ϯh 9\MKy>ϧeȀr&;<~ 1JF/ڰ|?/0{_ĸ: hlz) ]Ϡ{?@b}Qwgf+gE=Y`HXZ +ӊbqf,mX!C(K: +nԉ ɐu&c2a]Hy]k7"Ud.T*1W ֝PFU*Aթ:sT$[^TjނK\ʃPW0~Ԙ3O FEn~,;zQ/>/?$O3/?@0D҆4ll`cll ?86&MI`lAB!`liM)4Mmm  6n.SdZ@ X8BERZ +Va*l`?3yVTIl6cƬ \,Y2º%GUolbkܹJQ0q|E\F$;N[=\CcWtVZdUX~5#k3w#2܏N(ω(NGC z,g,RJpl?(DY[MD<%H,JWQ(J#DaxQ2B3E@\%,ŋr(CD*ʳ$kc#[Q>e~ QVJTA~(mDYWvlrE$ʮte-e)Q('2T[*٢BQ.{{{_2P^#f%rYE)+Q_Di.ʊ"JKQZWZ(Weտ,2f, fS1_l ۉq!guv=`=^#?դz?d:OKm8Qwn@WIZSt~et]8ZM|l]]~ޯ+az~͚뮺moQ$8"bXO/LW[l3 +O?kcyx*?O3{?0̷_?UF|1Fϱ|)_W|_?#͘Eex5|.5&ԜZRr,  y2/La4fR W.eBi'}E Q +T%Jݡlz@jzLTIHd(JfReJjJuRp:KΒK+yIa(W+M0i4SbbiJZ+mHۥWR_:$H'T{tI*]nIwl遤KRT$9P ~^ZF+8%4\LyÙ63e-eTLy + _+7zToRE`?0AA@F.g>LM۽7@G3=/`,0F3@0htFu-aʛ#Fûn; xÀH&Ӂ@ZxX#.[퀶3p.+ p} .p_ Pf4Ad` +SVF60B> $vã &%?`iy LJmo'x{ǝ xG; >Y񮂏w|Yq].x)x/{ >Gq +>OqO &%`(  &>D0񡂉L|`#)(G &#}L_0 +&>N0OL|`LM0邉L|`-x`Qvy;Q++oCI:>a+bQ,L %7v`Ly1篹րd w7 L L 7``1͘|]No7[ʬ)ߑY=9[E/\[CH|ˋ55#9O~,?ɅrR~. <&_Uc^⼑`[Jcb>95<[*Ӯq.-B,%Z[^"B#^qr|%y& ~,~g_?y1Ÿ| DKaa}+у  7o"ߔ x{D-̓!sC^ȟ; C9h81: ȫG&_ϔwj6dWWk#_?<7K^o)/_/ʗҞLl\,_Z$HϹ7FܘpS^y%^[pK^WUy5^z܎7My3hLyYSGr/|, ȇ8{O>-y[Ѽq+^7 ݸ;{so>#x0ħ yނ7ܑy;ޖ;܉w.ܕ}}yx̧p[^5_EOݞOt+$Ԗb/ݭ74i} +خC9AS3Y6`1M AicJUUJ^3OYXww7"vVUR'KnݱcogUu:ETXv_\L5U ?k .ȷ–5?[4xBIk&)@o U%etE;̔FF^A!5U6S*e.ءlQL +Zӥf +TUðVP{Ҳ +r,G?O/F͚.BzwݻSvn.mwo@UO'My)oUPFnc0P~S)-jV?#bk?ut%;f'FwG巚7yaمMU#b_lt7cwƗ6Lzr\8{ccg7\/qՎ~u{k5󾴺6z.b#v5̆:_/Oz,}1vvi3gqqZ4(..IF?C&Ј*5Qgע}nͳ*g枚UpEm=^MemYM/PӼS4M:@EZC[3G\.>I-ooQbFŊˆ8D50VRVI : * xyStHYn+T)-| ~7FVAFfvϘk56>Gr֐շ{oUmezzeƗ +6&|$Ʋ͚;?<[ͩMNgb ƞ˜"zټF`j [8TWU}kIUMu+$A0vߘݦD 1CR*GU+[#JtT/|~(l̞Լٿ=}2_~/BUk#T oIgȨs3 ηglVwǶy[ZɕQW;WKpNZp%έy *_nV3W}s&֜aڅw;|zm_=߸.=@Tjrohd,@%*y ,J9oDE+TsF[:Ѻ3^3~61t1j[/ ȢyS{zǹu[CbaD8P*TaN8Tpѝ#C!tmnk_M}iFyA-\:1k*o =8d=[Z%Wu']ԻJf=.sw>7l1_ueuC _ݟy +ύCUy$Ӱ54L3.Vmd^S:5 +wVI;neOW]2L릣v, =L=;o>r|nJ91F}=ӢmS$oyO+ew6fO+K.?|Ns~\sgI_Ls n뛫>REqc{2\뚚6<B<;`uk qãƶE-ti>jRŎߑ +̑ +^b=}vDN/5)!NP1k?q8kT98!-۵Dpl'%+pO`X֍߬Q!Ϝc%'R{w}df-Os9Y}<?yUYr%2O4O)jw=124rX-UY.N9?.;(jKUANfq6}?o0'}/z]E}͑E+ %dŧX=Ԣaz97“3o%@ߵU+i`ѤCǖM83j5{ֱO ci!ZQhb4`HX*6!{R.QTfȾJR;vc|uyk=QuJCC$i4hcs?1kvjLǁФ?/T (kPԠWL\9-J 4>v Lv߀KP5XCwѽʄaN}NqrW ;k=n8c&՛zn&>9f>]q077Zk(Pz./f4Sl{yx$4VU>~[W~`;؝,7~eX*flF2}tUICQ$\eMΝp3NL /HDJ:us]9:[XUT).{#zj5+Wg 4wv'ܳP՗g7-lnWQ(bCoʡW`yVvɸ^bSFp'W%׃I2,[5Z},bH3j~j 6%p9mByDB)p')FaoaKY>X`;"F}rE!ͧNT?,xe 'O&z]/l4?(0͏)<%c32T,RxGq*8Ż܅!+l7{ضQI5n'E:Р1Hh_G@Wxy\"W\˯KШ a,3ߺ6( _)٧1}?Nڸ=+̩\_:6nWWi(W.e/yAQIc[>M*L2z>D3v $ /}gp +o纛t/#y{YAmU]SS/Dv/?-֭_<k%:CW7C;4VŴW0땕\>v5\eri|[]-QO檙?[l.E*"Stvj>;QvX\E3,.mo@y5QCv$,3dJ{b\3)mrt^9t<.7Pg}Od[`xQW1|q|sbc u5XS]aʷ`euoI]sQ>}F8;LJӷRzY#r.,pJ`gLܚy8Kh P$b BC~`6bE'n#b9*s+ULBE4q F-k$"D fv6,7Yx>Xyy,D\".H`IHO: +~3o_r)ਪ0\{А $ O 0 Xm2{CHptBWξ!j}}5 +MTX1 HcKWѴ|+bvf4ƍ-Ghn`UA@vFLmUi8܂txXŲdž[8Lp%a5`x?8z\ 5ȍ.M $x 3AəlUZn_;p\/Ց!@FJ"ZZ5^R%t]Y`_H355sVzbZ<@Q旪rQȚ8Xl)Ȇ_0Ri)lKd,Bpfi~9'yXMK8!rQ8f^c +Q7~~WHRo՗BCj'dPT(,P%V4*Nm^=㭷 tD6c} \| + 5!4+N/#{gq;R&#khE$9\;ke y /;;%U'5":u5iJG^ 6bYх\ǣ߰K^vs#jG‹]4h-xrplJ[s{l;}T7=~t9[ΒMpdJ!ɻkZ̯{q6}8a!VL![odc=x} j3}sy9NT۰9eW|U(!KR{^Z7.G J$?![> +endstream +endobj +1005 0 obj +<< +/Length1 339008 +/Filter /FlateDecode +/Length 146171 +>> +stream +x |SU}%i&ݒ6M&MMB[tJEZA Z}wT4EEeqGeƵ##w;i)3߿'9{.{S@$hi_yx3( gvVLf f(.8gWo ; w(MS + 칦9P끹vOi/qOi6{m}k',̊O;e/m.t[?`/_ +pa XS܅Wޱc_]c'byB41bg,\b|&:ߴY{yo(،c(:fq-XcqwoO)ŝ)n|m-]|E +K.\ǽAxQ>8'v>H.|qƋ;!߁K5)1MHЬ?4)rKD_-9p9aX'+`(Mb+4*<,@ *A$QvANx;dͪyۓph X~ uE?P[sDͯxM ?&b˿-?Zvu pO}Dz9?e7x"}O˫`O'\Cu^^r(DO;oKtȦf ?w'>[׮pfiᶣG̪nԬ}O9cT|&CPzT@{Rm4ҧ {P=<JKV~\>O"*QJTHo?ZoNGwJT y:]*~D%*QJTD%*QJTߗ{όJTD%*QJTD%*QaGD%*QJTD%*QJTD%*QJT~E#jbS— ۘt҃&A3|X'I `%Xܡvqx@ + !?f}@ bLd1,MσP}0 2¬=CY'kY +KcYyճȹ0/DZO ϖab8,,D8q1*?2CcWiFlF3̞5-Ӧ6MrDYi//7p91VըcTJ$ + rk]um-(y\ yI,aw- & >[*jqAh̯rvy[-[8aT %LnY;p}wXӃV _ϒޅݥ=ʵ܎tgr8Zg :<ΛsU/cG@R_pWcxX7 + Ёu'$90bn^1'4Ҟ8f@݌*ѕYUN:GHb99Y,E .t@"OGq4amb!LGTI$U1jPw8L! +sPB݉5KGu@o}(fJ" "%#쥲o(ׄ='>—d93§O#;F|Llq]![2⃐->=»wmʽE M ; &U+i/^$@x}<%%|B-B; }L(4!aW(iPR }{wCIwBIu oBMIx{I3OkTU+ /^$@#=BA nD}~P7ދzݨwN;PoG VެYhzPEjԫPDr 헢^bԱjᠰplM(_ 񥵂F6DBLDHh$L '4 uZB IH;vBFH%X )dNLH߈G=zu?8D[}{QYר Q?FCݗP_D}yPE}i?@} +!QnF݄z#}bpaQȄBl!ae>AGKh'fff# Z! :Krل,B&Cpd\A"m07P_G݉g?*+/c+>g?am kkV~au@rujQڊ8}VpZ N46 ڰ2]t4tw%&tMZuUN4ܵK ou[uYtXnNV4, ,߰, -+Y&T]v-cB2ִm^edqeI)ueēnXdɒ5KnYŚ%.6bJ/QNjX`1mBۅpH,yD_ 0;p<boA`@熎<@-07+0{ìLߌqfZ}-c@`@oj`چ)Ɂhk Lkhj`@Xf;giڴ=iͶ&,KS +k,6eMʥ)b,:$ۓ/M%yc"VNqkㄥ&7je$^{KXqJدbñX80ǰ x^4 ºX]׋U)zR=}Eu~}Ff]nnNE:OvWFk+uX- D` !lf:QS]ӽ`LqAvȀ3 q\Kc0a`ݺ?w:U7m-!qz[ukcp-Or:Ӏ.˻/_]hYх Ȯdr@X%;-Ӆm`f-Xw Bz9W{[ax?7Lmp.<8׭%Tӿ?dlbЋAwg?0r%̒%;6p@J-Fa}Bχx^8{T7l,˱ +NtX 5p6p!b /a\ep9\WUp5\up=7boHߌ?ȥ6!o;N e=܊?{qF B`l9`Ãr+# p>)۸e0t| +vixpe/K2J8dW5:o[.Wݗ?( z>E>DgهG>ʥ-ĺ`7}Lk^G>{|vc# 547c9!2oFp0~Gˑ١xoC ^R$DfP䲐\ɡVEaywX +#CѣCчGqxl?º}^ۇeoc3Hs~!PHy}q|7ߢe~h=8X~9 &0Ye)qOaja:g+#JC%R-q,%~if¬oXtV^J | +;cra6гp[`/lS=Y/ zUXj_XU4^+FiSy~ξBfJ7ɚ`T* 1Bi4l(M-cg;©ͅ +u11=M.v6Nre(QeU+'8_X2Sm ҖRaŔm§-c2굂BsSVZbFaF}^aSRU1&&Y1SRݼ-w?7uʓ1vMhk|bI:6gtL<eSuZ#, lt  {{2QOGs~AOiϚjTęDJ_QQQWd*6|t~qкW=8 &3<\!c 4̊NO&*O +:aB)^tākmZ>mڲ|H̩gtX3Făd;[o҈ +Q+x~fqY<`r*2b X*x a+V+\%(Hg6 :аM#'iToX6qT/ZInHP+xy|c=gpE[i(b§䕉$1!M)^<[RԱCqӒKS &]8wRAm-McT +ATڂ#~ob 9oXPdw9)tsOnU`t`Yf ٕbJѥ[%6//@/r!qŜ{=hzp߶I>P3YmA-IjC#l4)ڭјITkYwz`@mv+~QwAq+PVkTm2R/+0Uc߁y,Ayo3EIh +>m"(MO5'J}E[PҐFȋuM87m;|h\[g/r"Ȯk(*3W`vT-x9@)x,@3),O G gKUH{Ҳ~Y-)u<6KVOaGBļLKW;obt1bW\<PS͎4Z 8OݩR¯ԲNm/.qm2\J%ǓJ$%}⡹z=eĽOcԖ3/YgOIR?As.o:aO]>6>m@~2x[)W45ek+X5g[A#ܻ5/x*M)^S/Sm42~4eTKH51l)gfDˈ.Uh6'%C{Q-qI;=WSlëMtaEJ FbtjI|bdfi4=!LR^a^ Ғ[4Nco_öMSB$ԇ1+7.[|:[;7Դ)>ߤڴOvMwxbEj>j1Q=7 +5:UP+Q:EvtN dэ,piUуG\yr>)iEsE8ċ e6a)|XQ)1ţ +ctۤV-T[5³Z-6\~S4KN_Embx+;A!M$ip 9nROo}eҳoHmm͐ Bh33JVFӳ%%9r2qsS;mN1iw +:l]~`m#d0rǰM/?y͙=k֬9]w}NuCch`7~CxJK#/|>HUΐT\T6B<%m>ucMc M,6jMZ&nEW~6V`Tj&/o(˩IHuRk3KON',fӨ^s못vj|ܭp>92'IF9 +rܚ^fTV\^f_hl뮈q(QG?Ρwj'R cz~9&pQLN53Ew;DK]Z?} |u| @IQ!$ HuX @@RI6S'oc'Vʼna˒ƎM%ZJv:q&6h\u~EKn?3o7o.@񖫒(J /s W2\VTq\i+\w+Nɾ,3+[X%w:|~hj%׭6[rPe@ݭn9@s (6y@gA[P'k--x"&\kV-OTn}KL +1=W Kw`{Zh歩+5/-j ZJ%=-^¾!J4IRmp=/ d= b "GcOgo"%p ͮ}arC <ѬcttAK굣!ݟ?r# $3G$Eˮػ;9Mq6oQSS]J&aUzh373pWZTִpZ-!GPViMeNTk(bҽ3ƚNaλb"JP7#M?ۻOyԞH3;L`no +fS +EM`|śFHj vYii\r>-y{^ҍLd8s&*/hf~p޴ptvobAKDoAtC++8Ywzcw9T DJ_cFn/Z4EQH%WոMO)I}p1RvhW%!j{뷌÷ +BUQT]K(ާhTV(&=yv;q`_ot~fa 6W\}AG0#`m%n [,.YJXRC⾰?Y1;K5bFna9´&*rl2\ʚ[0BtǓ}{pTQGQ[$<ԊW\dw [==&l]ķ73ѭYNXw+z|]cЉ+GQd)|Zr]ö&CÇ;Ҥ¦V] Pmؿ l~rKFQ?]kL ȆqbgeE7|O@G&0R,@$ܿml;8دLs+ >.ы)J֧zupF |%IໃiJŨ1*1A%j#֧MjaO aڂ2N$S()9:g{\; +}VO^dl}ơ`QigX%#:_IHmmm2ýJo䝻nza!g7@ +X|CU;[k +|.-"[Ӷ$ƖAޫz|órR {] J],6+EZCE嬩Mtzt抮}w"bT.VZn{ߨ+)niͫ`?!~=STVnY$4eA\#h/0~/F3xZ\nK6p03s N`9~qoJ*)"tA'XI80:vak 9~hA-U@C#acVV쐿{? +&쟔:H]ާ-6KY;  RYuVg3|@[)ZΝyU|&uwKFXBHֲ Dq7s+*!񴨽7b/VΫx!`{oٕM" fKjyls[@L. ޏx=yq4f'шbϵ x -]m! x.)kV g.KA\U\e`Id*@1F(c/rKj<mvN +ķ3aS|ega}T{NTv0fv;L&G}4w,~w9|ڧ~??4 f;LHwxH7û'{廝n7Y,^meJ{|5YUi}W2NߩS$7L!r#'g$1Ebqe'd|ѣ'"v]^W>Wk[emxG/H?B{C{^ub~Ŷ Pf6on. ȟwo;iAQ~ժrҋJ0)TI,rGVwd;'"wlڛ}ں^_ +#4l'P KPpVoݗw^g+z_g nKpS뻴zG{m@k@߬{.ק}Zы̵sPI7J;EpNga4&{2D*nE\\lgW%۷{;Xcb]ovxBֵT'YK"MmUΉY XGT\;]dT%jP($rUJB,VߩV^]C1$V eT&X8'3\d~ᳯug5(AeF& ꇥU"[-f#Ʀjm#=veiWRi0Og}ϷWy+5uU¾ըu:s&`j4* Ƣdi_^d1Wl]hY +ՠvrNaiyMsO_T9oQjk[),5zw./$;LoWtTZJU +ff ++W:bxeJHeeOZ`jD.K"7=8ykQqjYZO8QZ'ܝK3/bc ;{ٛX 9 Ǭ֕t]VRPZM|a,gs6k]]YQ)JsuMV?an(mnl(Qmc3 u yiad_QJxգG6A*lrW1مiI"+IvCY'=i5GZb}}2,X4PnT4Wfe*Wɘ r\Ydv 21lxFY}Rk[~3Ba")ݨи}}M& l\)dJ7Z+o)lR5bϓϦ269hosJV^kz>")HrE +Q}ҜeC&XX^yӚ5HUs)gg:{[ +3IE} Bnn1͌;j3Z}Q{{MOI-*{a[\}{N<J:%"k]Қ֤Q26Y 0 ӽrTe٪f'6XբOJY`LU@ .Qs,{Uk%%L7zaTj4+?>j6ÊIՊjBO!Oߟ-xR|yBU>d%JZ|?'_O-y,/ |66;6ֽ!IPW>c,AGEًCFO$a XGtݯ~(-\Eɔ+*5||îaEkJ4RX*Z/Vμ&pg@d*}HE /:W9{YQ76+Nw8[+̌BDSki6.YP3R0>]/:C +&IXUfw+U[]*Wb2kQΘ\>!lYm̊omшh.>,A2CfAh'B ͢ZBbSgz%3 w<\ -ޭon+iɄvÙ31БR۞⮻7x*=;; n{}cv;oQ昙r U",?:q[ijokmq>{^sis:BWښ?[[lZVvpl_onkiamm^%k +DA O+cx`> ݐ0j_C6+ _5!NWUR29UaÎH~q{Ӎ_nU?j0oIVK$9㒋/76_e-",a m`Gnvv5BR+=9ebi +Xx}sR +:l%%MZG~_n\kPJEGX5YU55jD}}*ivI,:`g^dD*gַX"Tk E" bD5qIlmiYXaRhd_芊t j]5y~Ze)]gf6RsĄnXۿ}&%J"&t}u $Go,Iv9y:q#}HlB1)Äo$7"uKsLڟmM @_'ͩhg 2?nvt{Izvo kH/9 ~i9 ҳ\ oAZ^bI&iIHgR,yU Y$ϋ[R|^7ehQr |^8C|^>KȞj WyV*Z3b!#7=$3?Y$y2G"2-*>/K!_ehhW W2cپTrW#Q>,Z} $a + w|Lg8<ř)4Oqy3SiLg8<ř5R|ġԌr(Q +%PfP!BI$ +8r'>8͢9,M"ڋ!7%5F[xL$ǡ p> |H1I8K@V܌Z!>u"?P~C1NuO@tVI(b[3Cp.xM\"(ՑIrt+mSdj jϑa0:Q.NpFGH>1arDB]M ` Hi@h%DzoZP >!: +1üN2io +1"S`B:#EfN8hH'*3Pq &|#-D'ExExKB/'FIRơdJy R9 pI T sbnϐ83 c+A"5skQ;EQO³|k: y4ax =O" h{n2 qxЂZh1k<%Di$Dwoz6Gg5w/ZW)[k9;L'vɍ֍sd6fq!'+ QL$Өzs H2@I}!7k=v9 x\Y߬#2` r5~hyNQaF4A"Z[-Ċi>"zI+cwcC|(%R馈[,÷P2uSai׀F%4Oak%#-FmlSxܩ Ag|3rkfrm Յ XʮFd>8RS{5^EAOV4@ Oa2EB1Qer܅[ȋxqQ]CeAXu(jLHXssGBݺ!qz2ت!(͒xD?9Ot78X Po?(qHG6G^?pt1&Hq{J>-d?<hE~NNB9pTң 0<?x?,?GrF3.cPo#:SiG9eH{vz'FX PN+Oc 9?NbZ&Nx̰AӊZhQ0 e')e>'ȍ'j~4Il?u'z RG4z ^*3+:Nb#I@\:pXܥP*-ÑpÁI.ӑm\:"Sp8b GөhGG2h,ŢS(#'!K*:̈́棱R43ǥ2J@,U3yhx$vs 7 eR4 1vq:JB7_eI`_f:! \2k`i{,X\.: Mgh`A2h:ơ 7%iGȩ 49^MgOs `R*7/ BK*ƈFBBwg$ g"V)āi_yB),rgGە4/okϤB|(uB̚Y@=A<I ut=XJ%L&,--vnɜN&fSitf&ϤPz d, +΃?ss%Q;,.`Ly3ԨT>*x)#h&Nw)!3{pm|!0qa\.Fl4˓l :Ƨc 9qh=yՁÍ# lΤ)/ + NRxKX"^^Bpf!H`5qH,QM࿴:6HT4cfDIEvqS4Țg`:"qRd4 GCDjփԃy[ql7 `/5+ C)6Tb(Kf 'M D6 vq3)|x`1ƀXs)xq Jkn^ ,P(NLGC?‰i[Lh hMz"QDDjMXŻ^8?}c^):[Ada ]8Gg{\sdgύ?MNp nl|@`n雀g;Ƹod6nt vq&&q.0< @Y`?w`dFFanHğ&osqs1d7΍wۑ820<02 qAҕo?H?Nm<0Pk$ +Ю@/0v}C(p'xH'#Xёqxt٦.7 { '%L傡X9Yvk7ίJKO82Ջ;N*\^./nſ兒.0m^`P.1 +K%h^X{!S(\f.3.3o#Z>6{1PCUuH +)1u~ C[i:̽7[_!_:6l}/*"߼Pß1ddXTŔ&Q4$qf3SgKˢ=p{Zق6;|'M߻燎߯o7㕵|5Z}7|4}>|| |B]˗`_ mw7ǁo|~~^gZd_+m]7|Y|? +|_Oo߿?n+ky|ˁ{Ɓ=y5{hÈ>xHtO޾ѽK\N~&) Sv,%:_ +)Dh,e[&!MZESWī21LF;#_\LB"#<#r#Wݬ +)Rj+:#")tdU!:" n;Th̘kr1K Wh +$U~d{`2,$HVMxͿ<:H!a2Pdh%"X3J) j]9#229SJ RJWRl^!Lx喕2 +k ';±4B2e5|be{q嬎b a*fK(vwUu:twF@DD#`D@DDb a41" D0Q1 y F!:;}[o]zowwugko92On8kr#۵4RSJzMT`Q[Wn7RHs9'ܳL^ wiMX](< +'7W;v5,b)**J-{hcƬYCW.bp S}u[Z^K491<{Ź+LCS9\sGpnKnE-τ./ؼro96mE k\Hy2jr7q axaxQzz+͕&^ +9z5ZPWTX^&xtʕG[/F[:\5 Z/%BEV!(qh%XF4 C6CбVf?ccq(l7ߨ:guJȒ- + (5]vۍJp_C:%>ޠW"+Z3:Q ߳Uh>9ߕa^ e=HgY "둥)p5h5{-^l^j)qnJˆNh +`0R56r)6Fr9,U2>jTdV.2`ib|?\f\̽ aLhBX^FjsL+( {0^&_29&6|{eC"wLyed}AYwa4#̂rZ| Z'T}?FR×=mLePN: NbUrdh('=7Ef3`q'.(d)Y4yE^P^)װ668z$c[Z.ȄY[TyE6v(s5zs#.AE\1?}b^x"b]n;*#VC4>{OW )c# ~yU(Fvq#EBFiBR|>"W A܄ qwIy!St>F @ GX1kRdwsV;u#ѝKv;q&b zbb4b bĤ>=-_Fl bb2b ġ#"f!NGq)bn ]=y!F,'9x +<bz5D/_i! VGX~^ IF[}*b,bb7Ğ)i#F8 qzdĽ>44j|8q:<%1)W{wMd D @ E,XwfUĚш["EԻw#fO4A f!NG8qf.bĭG ^F,BB+ VAXb b3Vm$ִ{!"#FD5q +LĹ9 ӳq+b>bd97EPPD7@ B C@X /c oX&cqY/qΐ㣺T#?Z){eIYK,Dj2UW5dd)ca-EɬK!ZFDCVd5 {D=L<c{DjzK>2/+3~2cyK9d;JgD;1/-_@l/UÆAR +K6ͰV3dvEXlo/2~Uf嚧\E|WߥԺ5G\k<7'ޖU+VrU'rmr}$Y-g`L!2 +]G +vH߰D5R +7,Qwa\s)U!޸Slo_$l!H:&?A#i}ڂў4|KBZĀ,gsv]\ZVY5^:i)Pm6G[vpW5W=W3W[W+555kk/\n O'ɓ9 Vx[yYޅUmދfF1Xfl2!fedN1sVdYYUah.r2I3(SL2e2L*[ɯ_/_?ڿhle $ X) L@q,X=0:y`l`R`ze AՃ% Z) LPq.\=8:yplpRpze !CCw%$h|G)9]2NJiv^h{ʹʍWnIc|;sYkCkv^+SJqk:!20*.&mT.NljMSvcbEݭQKO󆎫TOPs^[KN_LEP#fӕ]Nfen] ] 1a.̇% k` C!""O&~$DWYulM}Ye{);HٱRvynUP٢ʖW6RنʶP6Nٞf(HeٯBc?ꍅ9xw)eM^޴7|i)tr-k.XP  @,e`8S6͕mleSTVm*TMVWJl[5ڪVⶵmvS6]Yuf+f{%v-.y\+ߙ.%PVvjnSs]qUs36\Yb(X5XjlʓŎWVʪ~nQGSʿW܀pVPbzdĩ)O7GYuƩǩ({J٫%Ҿ}| v(ⓕU9>8|]"esݠn !FEBklt):r vQc׳UbR|u-TR\(oeF<%CVT͑DuE)W#%6Iy$U?izTgMu^ާ;H,q̢^.}|snUTSUTIzk~鷣7o7WWVy)ski(;ũM3m _\*ӕwMW=}9o/䚵*2(w2Ci4~[k;rhHekw>CT8Dy!N0Tyܡ9v4<~W ppP҈X1#H#*)Wse^#TTfL%S͛L3Uλng9|?|BJc=bc3`TYSYVUVemcG/m8tC͒ռո%vJ.9?Ȏk kzK2k ^#٪*GVYeMWt5A>P9Ռ\矱KF}Tժܙugppgy%U'nw9f'?Z?pYvi]mvEe{/R|~f9{ ӂDx$;x/;ʑ/}x?џKq_y7t_[,Ϸ 75|v.MoGُv;~/KG}U/j+J'<);H;_Zx"]_z>Jϰ_oaf/PQ^#OpD!KЉLwd<+eOyb/rDk _+{J|-f1bX̞߈oX#=#eX.&bXɚŏYZfZ='֋(6f? g3k)ESd.$=e_g4{U"8/γ⢸ڈWVN=!WUn{T 33g0p +xhZYA'w;л]K~z z"BD@ *{ !w*j-&"E$G!\<&rq8EmGu!BB]1YLz +OibDb<)>A}1[̆c14O) bsxZX 3bX"%b 4KRxV|/fC\UyBNzۖb/M۶[}Il^eMzW3^2f&v˘Zh#NSVg8'A .Ⓒq"PMI;N~ܑt-u]w]vGK??=p e[k#z7߳.RdW!|adX3SXKa 8/3{ .bzRyz{=Gy m_i^:d@}<hS`ɞ!hxM C3BY/m]}<#ѦxFyOھɞE' ,$gh}"{{&(e&*e2*e&)e&+E(E*E)E+Ef(Ef*E>RVQ|D)RdRsHR x9ޞlTd*?TKWJJ""K\F)T)R;JeJ"˕"+"+""?*EV+E(E*E)E+E"p"yPJMJJ-J"?+E)E+Ev(Ev*Ev)Ev+EW)O)Sٯ)TPRV99ـlEEqWPTRVU)E)E+E.(E.)E.+E~U\Q])rM)r])RʍeP(%xR*r\WNc̺7Xoևe6`]6;~aGQvg'IvfgYVα.YdeE faϲg90:ƺbX/pd Rd&R`i, LMf!-e!zz "{ +ZEvVY72#P&F1%$,7w{6e hAZ9YVRǕ7H BPn-L+kJB%(h45 ,Mhe4?Kc(;;jOh`j  dY-es\6}VY[ְl[6Sfee_>cIsR|?Z-k}&Kow{rr59ll}'[I,{QtVo3w.<7qz]`Chʙ.Q0ރ1x&DȂ=?TȆi0fĤ0><r _J,a,%w=, KϱVa ~d=l 6Izala1{`/p@zCp~#pqN)8 g]p .ïp~;\P 74&ڒH[ї*}mh[ڎimO;x@;N3Bn H$ڃo4t?-Az#(=F$=ż4= zs<@/K2^ѫwz^tAQƘtbZY+֖cq=d6 c؇l +Ͼd_l mb~fvdll+`Y!;i[mvmSvi=^mV +AvXE;ՎiǵIvZ;ՊsyvQ]~ծhiWߵkuX[zox 7Ƽ oʟs9/Eފ_Wk5ovg ̇|GL.G=>q|gi|:g,?9 >B5_%˿e˗|%_y|5_u|=7M|3[|w<|?/A~#(?Ə$?O3,/y~Ư5~np>)/K2՛}˛Mfxjetcam 21Capcik4F1$c1Řjdӌ c1˘m1>69|Kc5+*G#Xg76'cn0!q8i5%q͸jn\3&Ĥ&35S7]!yN҃s2dYb>֓ކl, X˂uQ[0ngb8V[CSݫ{IG{ rG >oLwzw +O;v7K7T*@5h.3I2,YTŽy{G!n|F.c=Ɔ?{-P(/3%o]ύ=$n4Kl)}-_._ul;d? +°?,񷕄bX%`Vmrx+<+;nDc- ;ee1oc"˜|_Fe*a+:by!:7'˥lAi{K:ƒ3 +$oACI#@ DB,lM4 : ;tKGQ0GC:JoklfƂXa!*|̪;\0omN? / + ӯWIYFFr\H,rkk*y5)y5ϵu-rkkur!27N:n`% $Y~],wWs?LVq?BVkk5dYOֻ FFd nnF6[[-WܯܭݭVx򳻫+e?']^o7o2)xSIg'S2@.8{hCOۛ̃t5ʚDW|EFsK;I}'C۞Rmg#Ȭ`6Z^%'7߷l$YST.D6!,y4E[6krzy=BWW+*zUA^]Xk菒6 ;I>Ev=d/G +~RH9L~!GQr''IrJc._~guVn49 ?> p_/GZ |0}T r3Z"2p?[w EnA]TWwuUu>4AB@ 44A@&ڂ Yl ""D%' "I$|3a̢8sMp33w}=꫽?g^a:oȡSWE"[Th.U5D _\ZNpW6VjQ!*(+fY/抹*~J b eb5 +>L8KM Ej&^Ps7+FL N7aidr/^̩V3GV1GV)G^1Ye1㞱ϭ1.O2 +wK2FM^ 7nC +ͣZ=R Ԁ=fjh85a;5cj]*f!b;1jöԖS{5,9sYsK kfq.1t) +p621 故yIKPU̱&X;I]Ki!f 3-L[{et¬a=/}C+,'&93zQaSB˴9I@akx^3/ G c?d/%wBz< +"ϣlξVWR5P^X4s&%u ~r qMha`/-`f_6AOCa%e5c#=<^ǥ78Ep,S@9* ]Dk% i 2P-3܍^kF_DwLh], IE E"Kͮsp]p|&k!LEO-iw{XVҁ"!;Je`2aC!ء0Pv(vȆC +vH9C9CUHΙỦwA!yE(mE%xtD1UeX,U&]1qJ<'^1o.0>_?[aKZUʳ +Ţg_yu9{?SmP$ڢ!ڡ)ڣYt@=JtD=ZtB=WNJ.ljRԷ+أzӎ]GULS dj +M-d T @45G/ +ul~&l [F\7C.oM!q9Rqyh(qϭ%cD1cE+.ljѕ[E7.+8^xV=*rtч5:.׉\kxGfO ϔ|>BKo#VI#鑌H }?/셖VVV=z4XHhX3S wB>}4YBgp0 +YH8;0(8\nnn. +7 [[ۄۆۅۇ;;;;K]ånp$+Ȉw#?DFE=|d}LϑCoi +ڷqFrF_?Ge#+={dHM?JNrƹ +\wSp4}w[SWζߦ>q }=|w?ew ={h2{6{QsGV0gxvs'8nfaW B!qmKR1Z"`mk~JݭɌ1OCPZCZVw4Z,1|VBDsHgi+ת71Wen7B3 Į~UI 뛷[EHI^=T_*[{w{?$ۄyb|\U+0oE1ߩ)WUj# +Y>fu4X A jdé1H3{13L&_9Ҭx{=x{"$^)Sig3(۞iA}}'P{ڋT~^Mkm[Ri6g[vC9v#nbse79粛ٜsE6\vss.sbιbs.ݚv.۰v;.I,vG.;ڝڲ;]bsf؜g(6nvs7͹}-KҲ{F>V,^1eFvr.CX'q9אe5dJZ¥YŸ<ϭ\H}?1eV ,r3|b9[b8'.o,3R&k6ڽ {>+[;{rV'm\5i^Mo ^3mӷH#`F^Fnj3dl8q>㏁H~$0,0+,;\w2Qf̑s2We|)KXiWp Gp_ ^h57"74! B58, W7_Ȫ>kpԬez+yG:_%Sf@*btgH] u @{z@AiHHC =H# 4 4؃)RAii +)f@y" E@ y@YAYdyȃ@ K,ԃ<! ye@YAYdYdd%@VzU@VYA0=j kƃZ: <~ Oy@x'< IrA =S@9C0@{#@9A9 +9ci Oyڃrq g>9??{8>p]!7vWr0 QN1K#izb[h/t.W1QS8֘]D;^C )lJle (ŭhmOHLJy/ؗlc'GGO%qmIq4yֱ8]̬$!\zh$晅}ʽ 'e@oS)} ۳8ʲH<ֺ(NAK!TK+(fr}sGd[BC.b|ObXVkmuϊ-Z<īNGOTUy}e(<̯D[1ʃ_SE>5E3ӧh#f~!DC3D=H +QC3o+NPM-<{2od^;u{̮] ].PnM;g:t!aVc+uE9/j{پn= -C~+Sܱ2w&=YkL*{V m +}UVIj=+K)fe;VV0ZbՎ߱+;)s0sBc%A>؟Bh֐`-HNMSny&a\WWE t^Ч:B& <.^dxM +Pyr +=&d _JPvއݓNe@NGO۵XcFclE,^Q\mݼ~y-g7ʹnylU=h>ƞ,+.z'4=2VۓX LD5gbq;PSrս}.r;G1E15r n_6wQ-ו1TўF5N4{0غr{|vy8ȟ ;Li~w%_`SWiE8衮aj5SP25"u2_JPϳ)PK~N KxF\*;=*&< k#Ѽv@`Y,oCL|>{0eףrn(KQr%$E!2Y+Hxz%s$G27A)%U@)rPFPne4ʈ? /UH-ЇD +mi\e>F5/GU? +'gѳƨx%tF[f +Vsk\" +p?=aw 3||LK6xz$a1_i7M +%,="хIGD"OW(F)Q3(K?&BMR|I:ۦpydfئ=W#10cIkZƭEo䳥V7ϊ/ZX?Bz%(#>յ ˜ɓc8EE>=======}6\ /E}9+QCOщvGgDoΌΊ#:'z'}<ßF>]}ט1%Fi}R2#>"}N?kF*ћr*rMΔr<&3<)O<+gsy|Q$&_?(JS~2T@e +RlUR)UU=U_5PjBD5UTꦺVRUuꫮWTUjf;uKUjG-PzLQ;NKVϪzIL~>SS߫/ԗ+OiN]uVҽu}t]zT=MO3mz O"Eozޡw]z>q}F~Co~G#:UjNusSөv8yN]'ߩw8N#ifVcd:wHoF95SU)uVCTUiZ6hGu]}Kw K=VʹR߮}~6=z?54탾_: SHt9E+֦FRnr!w]r#}r|BOʃ)yHGQwGN~/򲼢H eIjijnS3,uzH-S +RR[6ڮQ'IuJVgYuNSԇ#>Qeu5覺.u RVnv;NK =Qߪ+$=YOw@?z^7zެ҇a}tN ;YNvl'HG9qNcWeC~9Y=Ȭ2k J!l"5r\' r$7-]|_~ ?ɏETV~&'?_/Wjƨj&[DuP?UZ6MjڢRauDUzCRozG}W??K]Sҵu|]O tnƺPգh=Fx=Aߩs';Np;-EatovGLNd?7:rGcnN" PGپv93u0<~i'^vź: i +8v:zכ]0qSw3˩@.\"+g3{3̡8GyokՆ_]o5ZO`o5QO8G¾j6Ukj\ތ[m g3\ozX3:s`<3RiiN''EmJ&e/TSEB*} 709EMDY_Mɉ6'm9dlQU]WB݄WU:da#EL +qƑKYԑyC蛱n.[R JZlOudGىzR=[2%#^' +<rmf;k-sfrm\rvSuK&G,AxuL]YA\MA7DF֣q9n^5nmQm6u&n3Qm VnkmM܎n'-qn7h^`ɣ=D' +(pO3=kz*'azZ'cz'gz'jhzƐu1dmnHPQs[ "h8ByE>+*=;֟-m2ygt1QjՖYue]JE2d,朮lAv`}Z^븵~?{Ѭ ن +ΌEZ^ 9auxhYsٟqLp Le1n#Ȱ N=e#9?a7,nplQJWn q[˭%FnEf[,Fm6bm/ƺ.b[ꖊ n-wo^Y:k'ɭY:)ôN:kZYun['۴μK,5Fb[uH9w0_8G9cVਭer<ߕ)l7m2elg䈻*bIs]bc7g : jwʽl?ӏd굔^=)Gzɑ^3i&aYU}lѬ#lc)gMƵ9>{ wa<:q1ޱ2#ny^ŜXWȞOȾ1W.<26<2I "cmfK¢|^n<̙7ˊöqrMMU9~st! +Ղ48nAuY&m)2)j94 +9MfG"7SsIS58mQtu@\5vR|> RآT[{Ėǖ G<&F/&17o.`J@932ܯ aݕ%y@ƹ*Ϯj1?dq6BVDث"a1g$_,jc^SzT>od6[MrGY[?(b:{> e:ЛgvG)cU^goeZ#KT__WG݂ +MMMy%e1mfKGR+1pМyy:; yyJԹ\Χg{||M}wTH+11_Oc ֌X5#X4&馘Xn,jjXX-ˋ峟O +b"$քĊbije5hcJtwʜ>KR2aUUY[榩mj:RXufYKI'T?;xETŊ+yF_Xo~KͫB| jgξKw'MVP<(>HүƉyބwa/y`V.l +Kpc5&N + +x9֕8L+l VA*jZ@C? l7}T5wveSDtUҫW("(J騈"&b/HY䙻RD}~Wv~L&7799IN=9aŒ74(];J (с AƲֆ&pܲ)e :w[h 09>qr6gWQUPg!kBЯ=19Ћs 3Go +2 `Z WG +`ڬgM + ?10Υ{:őQ2m1QƵ*k*FET1\|lDr8sɹDBG=4\$6r4iTի$uvOJwtPKʯ +pIB ?nSIRҺnm^wDI'Q9MwIu/݋~?UՃt +rZO>~(8ëABU7xOvpa]3XyULcE< tI=Vȃ.ii RC@Yn\tf7a&Y&kuڎإv3;kci rȚfh;7G@={Sü|نǐ2|v 1鈉弋G^;D[)NfIR|;T[#)NGlb~ٍ3Q1{s6*f/bECQ1_"|T~\9KQ1P#+*kxbE7*;F|lQ1?!&rL(ބCEMOyE}^gt Fxt~|t:ty-hQEA/ZzRЋ^"h5UIUڪ:W-UKjZPS:ScEuTAMT/՛CS4)ӞН&CwӾНt8t#;}Ӈ;5{,iM-| + Z- +E@ tķAG\ۡ#qEhg*CG\:⪨gMԳyYlzރz6E=-Qv]x_2WDyc9LqcKr\b$ΦW01 qfg?t+GGyL<+Gٳs0;xF@@7r`{!  fpzh oA$ڴ,Ma~PEnq|WK'OF}D=f.]'zOG>1}b0'RO 5Fj(%X5AMqjH)j +=#>8P*4COo=Zz  +ٍ q9k!rr߹bY#ae <[({(;dEUqX"%47>a7,hZ2O؆D9L-}Qо8h_},lomq5=ö(Zŵ Z-:yTi Uڂ*W0m7_qmfiY%U泤`W殞WwţwDs΍RPj?J@:RAP(Yf+22R,V"1'SOB8.CxmV/л4x/Y]c-pB)TNM^31޳lcv/: ,nt6l6˦YF7V(ヸ+ѨyOw]rO29ؐgl>#|Ψ>< aY "iMi6-+RPT =:3_QRpCYC-rMVOLѠ9ƈW("rp];v~42ڽ"i6k!WG)'Bku֚VĽ"%=ɥo-Pi +X-uWVmn/C. +Qn;snM-2E(w[(rckAr"a2E#ڃ}|88%G:Wxq{ΣVv^];;;\-(!J2U.*ʢ.jNQW4E7C$~b$_b+II1ELbxNs|@ %bxY,+jV -Y+'S\|!vKqP*tqRzoX*NYȲYxeɺDk{)a `'Pbey(.dvq8{yQo7rzyQ.oodo2PPyS)D +BEQ(*EqҢ(I(-JSH$D#ʉrW) *MDEQnD5* jTPCAEQ":NTTt].SqSK%EџJb CP*#RD +%b(*'ƈ1t/mQ(D]c16j%Z;)vR[KvbC>:+QG8.SgqB)qZ={ŸZ]NQ$;f}zsc.{;֌+KNJ~}y(>&#cTqbB1yb1Y1cʼZaT4p]v_8ضNov9]SḦvshw{ŏ߯*s|'~}?:Y>l?M\sO}rTݲ|z5>q1'gBO(˧P[pyS~RdX=--崆ޠM>FP/`忄M +^dkxUpV23ZA9͛4Me;H.sV `""2 +*%^N]_y;Z{l|Eʘ8ONNlFYITikZb-7gY4@kuimq>hK۷1䑠1mx K 8q=~^jo>;>lg싞O'<<<==U===M<-<<=<==)<|888 +| +8849,l\<|K/_\| +u 7onn6_൵>;;;wwwwGO}~Nq'}.}{6ߧ|;|vs,+ +\1C8!x2Mh>-iFo.O_ӏt$|=~ 0 x5?n~ppu w{3zOOO G|u} 88>%5lfg=Oz~Az~I/\J)Kb%}۵=Y$C=˞4-9y yy]w%w=r'WLr|A(r|I.\*Wȕr\-ȵr\/_7(ߒoMN~/7'y(GQD<%Ow?7%I"E x(k WtaN0k<vᵸy2Kx{[:F8+hJ[V3l %mrF^7*/*eTpZTPTQ?F +%*|8*kTHThTXTxT8=*|"*|2*|**|:jfxhư 0fVoλَp39^굲Uj׽s_fᠯzнCW4ֽ~^w?Og{=^uGQz̽w{=^O./{]iHo<+yyA^4މlQ1ʫb́ʮUcwʭ"PA%R  +I9**IW7G*[TQUX:*mex@R +"lH^Or|X Q('I9YNSeF~BR|JN39S>+l9GΕ|4^2/OKVڣcWl:X:ΥέOujvtHyu>c{otA]HE-"ߓ[忍M.?;콖GTO#AGzx]L%tI]Jet.[m]Wu%]YWU9M~\Xn[6ng;t}N2!sß&2jkZCߩ躺膺nMՏz~\?ԓ=UiN=tO{޺k=P҃=T)p> z0Sz'Y}_39ǓWVjZƦGݩ꨺jRMGUT5@ 4vEݯTWMuW=TOel&IcT5M=i5>KVs\5OWϫjzAjzI-UˌZ^U+Z֨jZ^S7ڨRoMjzGVo@}>R"ڮ>3FjBRWS_+u@TiZ}UߩGY_:tcN7uFU꼱Fқf~Wo}P?֟mS]wNޥw=zާW>/=l?n.&t#]ba9랢FVk%û͎kPTbTPS>,__ux ENמ|ةmNt+=4:f)dh+mR:mGDv:MX2ocΤz[k5l=m͵9Ӂa!n [ +p>ppy5Ͻg[}8 tte| !}bFN:yĽ5J Hčs$aΌW1 _Ǹqs2-սp^wK;#S)Ny67^F8ϴQ:<;1T ݓ'r NN3^KC?7~C?7~ȡr!~&,;m_w3q +~ߧ)Si&?Rqqqqq̷|H5k{Oub_./#=te0q=ΏdTTTqs2W˟rr1nܨLuH3=Δ6sZ{Z3jd^Q V֗g(8@ϔNg5Z4P* J6 # IC[Ҹ<&-8*ppp(pVT<,BSgp"<˺O.>lY\48hfш&&w=Ga#N]5^3ˑ-e$rkr$LfnW׆Jw1Y9o>p#p_OaҍÞ"8r< f2ʼ`f |[o}o3p`f \RVO&M%DGqLa=p$p085 84888 +e=ݻ)~RE"wyL΋"g$r}YpVJ8__w7x +{-[g0ehu32oCJBP $C:n  + BNjP0PyB7 + +ӟ>oKp^ ++:egGP|ߺP@3|L'$ +f~)Izhs>K7U& K FƑgpXր@&FAUf3;jtWOyF2Ivdw#T-Ȯi3MỸV˜TjfX~3-kZ(Yc['9|:߬a;[%"m1d^;̉vN}AK[sرyy9.BvavqKf_r)Kۥ9\.D9ϲYBg۳9<Şi@9s7zxqy s8ۋý8<;#9L&on;qU=0h>de/yYZJ\rm;VqY"`Zܔ{zn;0Y EZ'UB+['OB6nЎsX?y:'0gOB9D~ϫ=qwٜbl*?fwveDĀ#B) Š!5C"RjgEVRE\.p1  !ZK>{9;,cJN`hއh{pEe\0?bYHًsk-s\d"rfdl+N +==Ho˝%Z%Yɝ%Yɝ%Yɝ%Yɝ%Yɝ%Yɝ%Yɝ%Yɝ%aO:M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/M/Vt]~S)o8Xqo$N]~)?%7[t~.YrK[&N]~)o8_t.}߄wP#9663j.j.j.j.j.j̶~_%_%_%_%_%_%_%_%Kbl沶͜)F\rborY,6V19,v, v9]ZAPCEeѲG<2Ll+}|c>5T<>_kg0B&!&u'2-ϭiݬ]Un-:Xߊ;dxk<|X֬{v9K]g7"Xc[TJX=ku"Z[sݰ!Z.# lm*jF7̥fiU݉o˜CxYO&><}t;&_^Ley[čLbD6?oDkFf`;K{"I.Q# QMvq;rrYrX[}UkGoy3ֻ}ݧO+5f}ޠ_T,Yvvltu;9G8'9˝ ˝A&g+Ut-vmvrtv]p +";O$~u{B $NLL,Jv8h$ٓ\|)%>%'%/08e\JiJe┕)RN9RrBNj^jajqũ+SץnIݝz(>RZ|ZNZ^ZaZqڸҴʴi+֥mI۝v(>'ޓz= ;WFwp6ȎF練|OXnt4{MGE7o:vF+#"mR<jv![E{wJ.lR:;USarT~ri5Od+ˑ+pS,o_,"!2}|ۭ3yGSp'bz\ܪőw]k(,Fѭ!2G^B䫸TI5޾XyK"xT=aH凚=#θfu,EX3/Tg5jqX\=5,;ov)YdQī'\,fYkN? U*T3_ayz;:}T|qZݭ\ʹ)2OKx65o**ܣ"=;²HtTW<;9@( Py@I?\mLM+IJ*jV: V^VU4%uXŕ?:4` CDE'GgGFW|D{%\52j"ްז5 +lʨ3l;Z(SdcX\[fj᪕Ol3/WrS ev*MẌ+R#ƵPFG0bCD$2?_dё#3ʣՑDDgGQyd(* FgϏ/"Q%Wϝ9c_l&!lܐ9kQ3츨m^!gmf__6V~]d~=*?6*!2sDE7FʏoOt5V~bT~sdSSF'GK[?̨|?˹6kmQQQQ;=QQ>Q~QQ|IT~DT~tT~\T/OʗEˣ|ET~vT2*?7*??*lT~aTޚ]nr&ByzPRe{8`/-ܱH>r=ִw?H0UC¼D=1Nߟ}zО)mVǬIYodRtY[Jڳ~Uq5YuA|vnJ}5*'߮=)67ϱMr.L!ԺCC=:eVe-GH?yqyI;;w%<֥*m[vC %u}p҂U*m(\G+R^݅VUkLn{Jo52W4i>>CqoIpidM}rpL`0b8@AbcФA >A!#(.8:#MR6d~C2Jْ + ;7sÒA<;~(>qxȽzp+ >5SFM".ӖL{kz 1 ߌ3g<;cÌ3hCSֱ,oYIYgN9wҙ;f-Q>|cYٳ̺oz*OmRbŦG@N(4kvE̞={U7颧_}zӻ+*'UfN9s9:S.7vy'D ё)2?~5Yī)K="GJĠf)2<5YᙾWS82X49#c9@⧌RySi%L^JLYp ۶g6$.E^"N8\*'qYWeTʃԻ!1}%OB2]'GW焕yoWq/ޜ/ iժNp@F7+-J`mǺop$5xY4m!6Sw~}N+sȪ|QfCFx/g2)2.0W]NgR3ϕ%5{f^JxuEe\'O3W2'_QϩNr26͡/70g.fάϔ̑+pBXɂރ-5,/F+H˷v4`r򫭖j6;gOMokZ.6ڇ j˙Yf&ahtm 96KjmJ>!g+_NM?HўR$Wb\4KOW%[KϵRz%qeaWoX+*+={VbՔgW\t:䊨\MY릚5rMdjxRGM+8L,qXkS+y)9KZ*YOͳY)g&huLJΒ!H0a +Mk3U'%ާ?<1\ Y\b,{UWqxm{67 +CkdY"Vf}":;gIq9~nm~.b(O#ȇE6I(9lfШkale[Q6.Y_= +6^ds'pVwԕJ}ܜmDVJO9v|v\t}-NrYc;m Di['Y+YKM +$nC(z$&L(GYÝmnOC%́ ǰE?7_Sdi4(Pa<&h;DODmiyXhk{Nino~e/j "+&٬9jns~5;bnFRL'ay|7| (pl Ȉ&XLP>] +/Ûȍ]< -s=øa<DSGdȾ@vɳSKEEokKoHo{66VBoOO/}m+k7#7v~pNe?;I"iT@3$E鉪m<ՋߢجtiRH-jLtG˓4^jw,:@\mz +1H=cH{O]ګoycKͤl4 P2[yپadϝV#6وD]F ,mFq$xᡥ.Xb6^1>"zymeq׏g!zfg!zfg(}vvvvvv^TOi4c1^AFC05&D kB&D kB&D kB-HK6ҒbV rZV ZT#-UBF_E~_īx6F<ڈCx/b/#be#:s﫶jq?EFWҿ/o'=̓IyēI<ēI<ēI<ēI<ēIɁIk-6qex\)\[ux|( 0B8Y9Y9Y9Y9YU9YhIێ6zj‖k:@Gt[ ]ptP7 }. wC?^0Xai o +kXjxZX}F lߚ:Oam+v!m'T. v{av,=w}}vB`7a6 PLY1x!2 c5΁oUwwa5k`96C)Ϻhެm7@k. vpgr[#n۠+nlSf~l`p@,ā\xHDHdHTHYtȀLȂlr??Fhmѩ+n#fГk} Dd=J)LY1<s~ yXЖa  fV&o;+¯a =`6:X6o`|J,l?6P3m6E" DD'YDBv"g'ىxv"g'ىxv"g'ىx>G>-Ÿ`+d DRLpxDb!2!K$:g?% ++jt&\ڀhx{5فtv}Kkp|Hq#ou=Ikp2ݰ>Iym9xqKqxW8ɳ弞s؎\g)C#}oM4&A2@y!6 :ȁ+=›!:m\Dl-IqHbNp!! !R! <tȀLȂlr=3=3Fhmę[ :sޅy]"qC\>w@w("3vb`dc^n(M`*N7ueS0ם `>_DꆸWRk~ Rjxk`- ʝً0O95rӅLzH"78\˄,3rO$ѭR/0*Mp9 :+b( )>Ւ. =';}v} 2 V'\<x~᧰^2,r9W5X:o[6y"󄰡i>wÖ=@Ca֠ߍ|J՚՚]a+T(i0y6 l36 l36 l36 l36 l36 l36 l36==a !PCͯݠ _B5lGcY ؾ xUֻl_k}-*l*l*lrU4<?6?F*B*B*B*w~Zn'h?]EσhR&uG$nz7I}FXC:K:vuhWvuhWvuhWGi?-e2~ZOi?-e2~ZOi?-e2~ZOi?-e:jmڇ71xc 71xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xÇ7|xc 71xc 71x'b g9X'>?j|S5`___QQQQՌtd;':C饣uRf~!?3O'ܕ0<,B 6nb&6nb&6n⢛&.n⢛&.NpO, x-c1^-GOYحe2vknnnnnnnnnŬ!]?nYEDW, +rk_5iFZ)ۅ2R\XK?iFZ+X V2A be+X V2A be+X V2A be+X V2A be+v, 6{h=c"ك0ǰX%$K:b,@v{h= +`UXV*U +`UXV*U +`UXV*U +`UXV*U +0Gq\b{X%[UZ]^lr}ž*ž*}m?eO~n}տ Fq^tz>}p4ky̿Z n60 (L`*<L'a:̀2 0 ܳͿK{'9߰夾lc2L + ga^_h~DaeX?W͝طӭl`p@,ā\xHDHdHTHx!2  3ó,><ó,>q{x=~3}?H ?HARO#s<.p.% +U65 Pw u;HAFC"Y OP{wQ}-4n9L:G\:7-a'}RˇV>kR1en[K[ԆO!d>O!d>O!d>Oq+[yVǭQ}|(G>Q}|(G>Q}|('J$J$J$Ję~s3L?g9ϙ~s3L?g9ϙ~s3L?gj}{R}4ފDNvĿ^Osb} -T .RQf`=t-е@] t-$+!:INvҵtk'];INvҵtk'];INvҵtk'];TILTILTILTIL^{^{Cн=t{{Cн=t{{Cн=t{OU4~3:"B$c/˵aRDl 2?;^7]BotSrE^yq_k]ljLVf-pD!:*֣!?aWBW]=?gl ߂p#5Ѡ48%n-v?`faǢX8x.6 ڏ=_hM m^{ ~vt{0qL(4q>~exxm峇UɣYf[nj[OխTJ>jYdEJxe*X`;)[)[)`;)wR0K,Sp'wR0K,RD+SD2+SL2J*RH"*RH"*RjavR*K2ʔ*S[&VZ/CgRgzb=16E,L6̏7>&?!2pG7[D07R*İF\O WËr38[rh>uЧ*1~ ,8gt3tDՕ59}bmv+z'w ?"S}"i@$ ^Q4(z\{(E=GT1("Eàh(h(0 D "c=+qk@/D'F]d[VbCxoxNjB?=,9O.JAw~OtTU7Wycb :#M}\s>էJ~gk7Ot8v"9 +9V I ԸScI OTf:0n>n>#r=H݃r.G ߉4|&5*Li)Mhw9j~joymz>#?S +S9!m%~(8",kENd\rI帹qGb~G28W!U琪s!C2l>Ǐ2틴>SM^;g9뮬5gʿSSk}Y#j8YfO8-u]tte^ԏ#X.{< +m{Pr}({܏pԮbUXM6lr 1TVB6<+"'GUYOYw8cRzhTO]oXOt#  E=N E=c6NRU^R-R~:?{>? ?8?,S$+.[eN/o_ æw +h,-CʐѢd(,J&7nL=/:~4a|v?xհO`QXdX-jX2,?jζH.KuE /7޷k… ?gXu>'68^k/hsױ޿{3gįYexsT^ذkbA 6  +  A6!J؇uc7Ös bNU(]c' 7˺Ȭe2^cS+KZej?8(_7MT:ֆسzЪn=n=*_UϵZkޢݫEjQթ;OW:Ϋ7{ԛ=|zuCjvVpOKԂ%r[׆4^Ztlpׅ' +bX`p}aVU_[Y<<8cqD/9$dmNOɊD\.KbNk{[9qG\vLp-bjAX+>M%$KzpjޮWTRu3U7U.ʶml(W+ajE5"F#UmZʺJe]3TU *q%]R׫U*zp=eKzUoJ^E۠mSŶbTU*l + +jjMuڦ:mSNTU*uUiMUZ*RFT-iSYUv.qMuR]T.բ]Tv]ehfNmfUKhfNmjez^ƯezJd6پMd{%7vY.ey}pd\ ѹlPF}]F͖Qe+|^$ku1_ul󵏯xdĠ,"^,IyElQ>D(LʳEl|^L42ZѪOTWH>@YLD-b,w=`͋qmSg=pcb3Jm.+벲UU+{UvgW]ݽJ䎺Q;r7%wSr7]ݼ.J+:!W;aSoQuz)ZUՀUb\ҕh1pW\y-\}\}osvWpm;#Vɪ7rsjُTܭ*V5Q5X:->>"<]ޱk첒!+Ini+I[EZe@jV!+!yy7;xXO +iќvEs^4Es^4ʝYvgTbX%6v]ڽ]v]omw]S$gꛭ|;z@eJ}՚KGd=pmU>OuROJ <ٱR?g#O ߋҕ7ÿ'>:}gs-v-9JkLʽ(+SA^ ֳY:[3&J'~/p/(s4m}D{3֘ W&Ĝ 1gtfJ7SY繜rTo 7Xwi4Gz۬y|;s}mns}mTnrۨF6 +RۨF6QM~f3=zD N׳ oFqko ;=_rw x>Czxt[^}Wׇ[qo~4}d4z_4ҤqTαz[]޿{wRaTXQ_tG?/~ӊ  s}*o {]a+}7{]e/MtM{ioo.F5V=o:n 7`pO/)uW2Ǖ]ߧo +upSb%X}h*Jfd*JEUl5^49%sNɌS(ž@8Wŵոӵׂ3B{m[XW;N>Sp*$. O}usݞ.'<]J~6PQ q#P k^׿Gz=^O??y|㭎O9>}s<2!|T|y\/"\KE DŽ\.E=${ɸ?u!<#ψgD3{B:q/H4aL<0 2&1, p}!=BvȢ ^9Q߆tm-յ#18ɠC-D38x8|k: +Er\,9{jzE3TfC٘VT,ūh/؄6ht aBMX&G< xGXNQ'֨kԉ5BhO {D̡ sh|p΄s&3Q!FS ~\uN-K+,0?u w.ȷ:ѨFu4Ok~YUCPGBk+ +.묩Κ9nMGidjQr;>Jb*OF'Ӣ1!|1>_/ 1@/4q>MO Kꬨ.jj\mjWզߋ;3:-va~3aNs$:&61,]n} WlWǿ6]$;t[C팎k{܏&xafcbiHt1cZ$ vWɦ_>9>,TjRRYJ5Kf),T kȚ& kȚ& kȚ*XoI oț&I oț&I oț$Ur*9)D\o*|WʿUw=|?\V8tj:N5SMiR5MI4&UӤjTMiR9}7ݜwsnN9}7Uye߲[oY-e߲[Vg3UQ>zzQ^}(?UUOUէ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>cϘ3f>c\[s !uN։:QZ'JDi(uN։:QZ'JDi(uN։:QZ'JDi(%%KXc/^bDDDDDs/dkHcSRh],R1{ln6A7Pf_ L sb߮uq:ە:8W?<_-.咺\^KƷ]:ݲ߹|].˥t.R\JKr)].˥t.2IMyt$7IMyt$7IMyt$7IsC91㇘G(a9Ngllլ&uѤ.EhRMI]4&uѤ.E̲9l,3̲9l,3̲9l,3rb(&po ~93Oՙ̓tI'4=pO:8=eאqʵjC>\oaB|Wh7ׅBH{ް C QӡB,օ=bg/8d*+Uu|UƹW?ꐌܱ%쎿k㮾Еߊz\WO +WoihsOv=loZ;[{kίi^w{Q޽̻}bjtbKc}+3:16LvDۏ1?^T]a\~4\݋u锳eE:݇;u4iexUU`(]E1og0=;p'ݘ{p/CSy25jb8Zԡ#(4]'kPKjԒF-QKjԒFQ;jԎFQ;jԎ!\k.!kv܌[p+n혊iw.܍ƚxafc憍394.Ù\)!1'z)~ y(?x=>|hiCo6z8TL8R6I&'FZH$FZh^}d\:\p#n܌[`Mmfۄ6aMmfۄ6aMmfۄ6aMmfۄ6aMmf +khOD3VVc ~Xaz[ЁNlEK +ۑ G!~kGeG80悏9k`YSk=Sk=z9<'XfOk{46[_Y(~u»n6}8S>uí 389??} /">lO0~XƑQhnG5R^ԣGoJ\L|O|O|Oh <|afcb1Q<kL.BO`Q>!=s<. Sp3n c*܉p7܋p?0AzdX8:QaaPSl>6;A7a +nAt/>UշsoM IX@2߀̈:."* ( +(QtTD@A\&HD %ުۄZNWz뜪sKVT>gهC?П}>gهC?П}>gهC?П}>gهC?П}>gهC?П}m-P9Y Bg-Zz[C߂ޙ3zgr1ML"[/A\h 6:\t,pY +BS6lOЙ|L>t&:ɇCGʂ=% :It,>tmAԇP=Prelِ! gCΆC!}ȿ>_ׇC!}ȿ>_ׇC!B^-CF:s A !w7}țqI*2[1߂L2rG\/Iypu5{Md1 Iw9L̥ho)Y̧":;~] >^|OhB 9'yBGg([DMtn%Z"nNIv-up{)[ڛ!)|c!hŤcGlK̖Y-y8j΃$T@5E64CcUi-}cfTFuxY-ZYp*U.z \W˨Y(=gI8Bp\5HD'8SDIP7eZ}= ?G {n0eBτΞ =:z&tLп3{gB-ffbF\j v+7 <{%%Ԁ-{iE'Yj>S[j=7]߈oP+1n*@O7${:jGZ)Qs6z7z`ڊ15yԐ-nAB8F-KZȅYI! +Ӑ2 )ӐGbCy@QP1fgz=]vuej8J×@/\:r t%F<(7z.tiz4Rp3u/F/ARԷ JP\(E(%(VBf"/n6t䀎qSP,9#YGp{);@(іn8n]qD}|1=9>#Rڨe#Sj\LH28ED:Ov ׅ2XIp?z=\. J@QkPϚfWǫ39h|NB#Grd"u,B>hݣ6>/7-?7}VoGYRS :Z ގ#co?}> +TQ7P.^ J@O6hF$:5- +fbJ%P!\ʷ{=wE%#zIsoyj toInP]Z;}~(鄒m}/șڵ6 }>A|[充&h.~n GQr_Zz8Ƣ__B ~eyx6C |f<\%ڨ -HE(e/(؇$[=zlbRR4ͦXb.E2C{A!WFy/Rr2%-Mi(-Xqc-8SQ^5rQn|Q9GϷ<[*2)>0=ϤJI{fZ<rLZ/H{rS*9j;SJ"JFCaHVCkp3渗{-TiApuXI` M]s7e#!nfRMTSkIRL+VĤR:GBP.\C\7pM i#.#RA~JѹA~^,w@C̓ܺHUW(ȴ@o渟x]7'nJ +34/KGk4u i2NSiTJ +t$(7mױ~* I!{Ŵ^(ȵc9vS_S!y jQZ.ڧGPZ2bj'RRG?ѩ$ӏ5D^uu4[RXcڈ}ej@ߋRZ*[ +ll 4jm@zVl>WV +T,-R-E<+l!Z$٪[ T5CXhn#]Ck4 ]Skt͑.Zk⠩CǺBo$H*2=4OF3XjϺvz݁ȥw&+xxK?./3pk"jGй/RGMW rt +9z4WsE_JMsN,gX=ZYkZŮbW#vNncv;F;Ywq_:_C~;]֘eYS[~عo =_:+BGޑ]įWuzv9;ά#Ʈxwv5ͮkyOޗ!3Ɵe| {/~|?_+W<7_4og3{y)ϕ @p!B!Ǿ"-I"uD]R4M؏hrD ъY8[66"mmŹ,_A\ +E"U\".ae2]\-aAvNNWa@G+ƈS/>1MLt1'l7BX!+[IVK~;Y!5?h}fXY2k#l)>=ҐrPB(/-Wֆ~9P m +my͡!Kh; Cšݼ(7oJ:`[Q^j' B؉vT;]8vcw">>G4ϳ 7/q=~FtG#({~~QgNj {=Q߲,c\ O b^"b^-^k'{k[KoJ\#l$ޓX bH^$~?5JgN^' Q$*6N6Y)^y./G-KK>crgeUG|J$̒3r\dKp2;֝Y]N[u{ussssg΍V/o߬Ν΃?g5 ssw8ì'gg3vF[O;cWg[,'zޙL^pv8;bqXfKqVe'5>j\|\Z\dkB\Z\51^\}kR\z\59|}vkA[a>?ICִ֧`kzxH=kVxnx^^k +ovFZ#M##Cё7B#FfGGvrZ^ѽٽ'T>dKܾn?;kݧ$wtG v;Ɲ`rtߴۺsO iL2w;;ǝc_soev'wq]vcvnG {~̳<~܋Aڒ#rн#Rm{O(=YPV4uj'?PsK\=J}KZU/Wm~G +ʜ`JSjU5V+T9h۩Z<[zTڪvjcyTmn5>AūOpԼHP{* jԔ.Q;+Jp:xܟ%q5u-E[/>z*ᰔ (45چ.2v=j]i=Z>RmQ[i{l`\P]s^^VAwN+??puFr +ǩU-i'5h6'w=Oztyp3 "94OWQnƟP ;~nA޹yj jOuo ,ZҏݪhXcfV5įU% +'qwm{.`׮H=j[ԏz<1 y@/*sWU0j DAju+[j44'FcC\Uzmj9J\:,fi]afGKśyH*W/P 5ʺ ʴDNݯn djuN3?z\BӨ%̈́itsi>t3ue]Po7S_1>O(y$6LCx Mx)/g6Lõ6LAHm(nUNOOe葊^ %i=՞J_۳h֟h֟hV^GkDkD9ZuZZ|?f?Q֟TOt(&r\E1OkQ,(((TkQ E͎YguS˩nwͩgw;N#vip.p.dAszBC@Cz=u O"E؀#Qa7}yv_-%Zg+~2>[e|e|F-B-"-Zgh;+E#\D)܎qoI~, 4%U*\9,VV_A+w%~m-E)r1y(|5^:@ͨ |Ye}×k_5ܙ̡:'hmh. 9ĬĭMV>fk+Em.j`[%oSu|}# 7|_}}$/QD^./'K^H1eG\%")W##Z$ΌMɿbD1Z:S#yeم0~jSˌs?r!?dO޲j+1"c @9 3a Ar}#0#pbFʑ5JBČcA891#| ^#~r&IH%󞜂O2St9C@̔3A|%] ̥<)WHp\%נ:j(yh r3*[E%Vj*mqw]HY,qD ~ JȽ(܇Ke)J/Smy@@e yT8B5 ?J\ YMi4!h2`JИBȪj"?DvP_(G Jr7s7fw3nsEou"6wlw#Nw'»bJsKA}>-uS-sxT[#|˳<_aJ"^i\ϣzڈIPF4D Wiҽ5^zM awy{ M@77PDo|{5A@JH @(GqB@BN3 E=A_or%Bx5~`0ؗd/`_:R K3a,\։u߃؃'ެ7u 2:@n52 2:=y!AD~xa j"L DDgљԫoP/]t] Lw;n9" Oq %UQK%$ I ZG˄y1˄^^y#RjK6(gP, (cy;H]vF4i-.@޲7bBˤ/D$m01,{Bah 0'|1ݤAHnh4nB +\M~CA|SA +H' I 5I|F7 t[Ƶ$k 1bp-Z)w"Fdn)t"s~$AAÏGS1H##/7R-Ļ <5o6c7{ܽja$kH'( +e6"a^4#j{ oHF4F #j7`00U:rM&"$C-xjf}? 䆪ˇڡr3aMykUWd[d~::XWbE¯Y>_>ePxsqBsUNtr ++:kZh}*GZUP+צ͵5tשMk߿(Xk<]`~>#׻=ߩEjwMxZN^΃*ҟj)% j9%pS jY%ࡅ5Ta"oRp8RfMICG8=y]hpzhwT[(_*81^9YD:fG[m:5U}>8plesyFYPj!lF? wE|J*4>e|*rԅXSi}a疠>i[ZOº@6'@! vc0>Ux?b~/RMTZJfؙ +%XfG K07BʊV>UՀ!L f?WO1r="ae13Rէ0ȹ*ȹ`ܜ؎dltw.WY.}pOgq~Q_j@jn4f:7͹.򅠯~|FHlj5dNWC.2MkS DCf=-3tW5=P5A؄wcT5WnS_H3;jTG4q%hujePTZ2s| 蜤-Po7GGymUcجtpsjW@V`;~9 +n)5Ϗ%(./#*DI)m"v(S~ }V1 73S{&I uYځ ]ȼ{ePgm98>p$M\p5Ta#x&fCw;)ۡ\u\DsxيB~"դ?%pսYC^ +hB؛',Tqˑ4@.?F5{7;61it>ӗDZ;);qL݌M~ƦPcSi։J#ٽ^zXzaO86)ڦ6h)DkB4ci-oCټ-?hB_/M!Z;*ޓ5OkH<'IS(ʧ/|:NEs>/E|lŗT—崇+ipGDH.)c]h&1i9PD+e5-Dc$:$Eo/Xj[=,k5uҶz>B ZPR(ݫW[ah+=li+=lÞ +Jٿeh<5m-2{W[ae6[[aeR[aeeεe.eҖymO'rW &m&om&ϰ۫Yos|~x5Q[ݵ5[9Ἷc;p"Nt>Ir`'I9  ӄSOi9_~qg>\[j+:|ss1mږQc->N8w9wږoh:MmQOu$g3 w;#mQgi:=mQ-O->UӴ-çk[:|?׶t,mKֶtܸ|ÿVtBmE/VqRmVqi8VqDBȝ"S!.Vqĕt#pSxFi{8b#Fk{8b#&j{8b#pG$7K|ሙJ =D=Z?\^[yښؠوmFllmF#n4*GIBi 6B,8)Z$0 6ySsg'I1O0^ts S#> rc ȟß\n`pg_ +n`0&h H u @Tj%D!ꊺtFm~K +tnj'o/n#FgwRm%ۺKtS;1k1 HQ:kZKkt%[oZS5ŚJ@itFm@ +9~B( +բL@gc&DhEh5 /u_U{V}ӹtia_B-`@DU0@d ""K`AT@dAT: 2>FE! _;mo_NW:uZ#0>4>$8j s8q8OO4N'($OJ'dN(q~|Iq +m1__#Ok5Rk;;q=9oGq)׸d\B4 r! Rp۸0)Y$ ?DH&MX"WDZU*anDT|eQlQUT:5AkZP[Ԇ|QuE7 "F颱hLh"B3 u3E&5!%PhA~y.V9"y"E{2Dq=$ E!Dg}!za\E?U E뷋ahe(NcxdxBmT}C-SX3ۙbr =sh+B<1lJl&8bXLtQB*jyXXOdd=Mbf)ϣ b [Vh&^Du N ݐ#5[-H-Fd?C8/G>A?#TY|(>8Z +?.C'.>S )?C8 |'CΉ.eOOQs_J/|_UjAM6S!ueQ+_c_cpQk_/C2˗(eE+yLk&=,bkͦk.$<~8zBhzC+ŠK)+;k%U_mFqq\cAZk-ճY먁|T)ʰ~oYghm&kJ_^bmF6kJ_NjhlpAA_Qu ȼi֟?Au !0tGBQ|dJ?>cq?>OODT (s.U G5`% (lXX@b, ,v$J$DJ$ + +$JD)((5&jH##Q1h qưfYhR1);{0 )Ì)Ɣ.cʈ'QG=08"~z`pG=8Q:qԃBz`sԃ.+G=t@%-e3m hRJ?eŶV".)tUf^,;bÐX:`(v5~Sv({P*kƯv`ZI:Wk*#WW +78.C,bM +eH Aː&FߪQ:L=VeDH}A};hk3XD5aZc=TQDT}(8 ԓ\T© j_gQ!TA^Ɔ~^D^F^VTDME^FQcFҒdpR0bnΈ#Z*77j7777aL2onAYЭrH #L-HNkI7a ݋1toнCfy9rcer%-ʭߠ.-D<##`U `c_cc܎n}\a,ۑQQ(#kV`֎VEȆdKvdæ>ƣ>Ơ370 3uA#5#bXxk0|/+3l+ֈ5T2[edYe 6R;<]lG-)S܉/YVbdْex] o7!''KdYeKFy,;04H|ٖe6<Ɨm_0,c(Ȳ S_#eKF9,{22eLLDmMեv);0Ø=#ȶ 0D ;AbqXox+'vTWbp˨+G]8J!G]9J7QW9QW bp؞+G]19QW9QW,bxu+G]9J:G]18QW=QW bqԕnu+'QWu+G]扺bpu+G]18QW ҉rt+]9ʍuG]I+G])+]9J7Os>P,]jY߬Oy@ (ld6fc e7?̌l3lA͖f:yf7ۃA7B[7&t7g `_mГa0bSIA겟P=!4}zTz-Cn= !f🳞f!dB x/z[;|z|'4vOhbj7!4cߠݭwPzz|!dY[CR-Z_ :a@Oh~BS[Z(5N#հX_#/ (H58 +RGAQsj%aE- 1T H#Uj8FR0p H_FMBI8vR@$P2RGPqZ$8Ju8R T+P(#=PUxDR}xD ^P?,C4XXT1UxLcFqٞR:)Q\}7( NgH(=#}[֒,JH(RL'+r#E߳7;N}ɞ4=M}..els[[.dEg :O-L_d;9t7?2}>=z!ߩjb $߅Gߊe-1t,qL'2-a:L3t>t)eLK>mas3}FncL0+)E>юK(M(q$iF6d(`3μƸqOb_| ➯f8 ӵ\wSm6XN>tr/zװTJՖGF${Q-JxٓT]f5Aòp6zWAQL1c3L#?aytd:9t!˗_rR/cZ4ΒW0x\ǢU)ØI B5u w>{8ic lOmc"ǞcOةi/¼m/P{]JPcE{;e@-[ẵM8b'GBe癙o(L%*4+'9RG6' ]Ye*dЗ+?u4$ecImɧq.صs^xvuL/W^HBw ݻHu`G~H8 خ/ev uXO,~Y e/%"?w'Q:@+ Q<)sF+_WWgG.2NlO,5_V>`畉$_r~]&={o\5uU\'+QeG^T2e\b/?R)oCfG4m`%je$מS:NRK+8Oꈓj/ȧ h>1Swq;a0pbǹ9na!` 0X{J)ɞSoODB]S)OӀTn=NFgQоמ s93׾'xcq[dl$-a4Nc[]>ɶNKҾc_h9h?m?ɶN[fo_=vMvOb)lw_VDH$0ɳ;OvwԼ; u:6Muv.m } %ǵV'$wx2iH/ ^U) [T ѕi־us +;uI5{.Rv7B:T=Η1 +-:zV=j 8ѸIRwyUM)j*ߐS[&TZ+{: ;V%p1H d([8-T&Re(;zf+C7=QHʰ~$PJ%T. eG+(rj}A E$7i I/&ޅGJdY;d zO(_J>30-+U{NevJWruth9BmB-_~uVO/ Ce&`jS[jW&|lD"uz&g"^m虮Rv S);w.d:B-NFL + %E$TWu1YjNBYWrAJfJ.vQcAZAUO(QQb*۔-SX+茲Bٮ|J(;H>~0 +e0ky5+hV]CP2m5V\.J}h()6J&`~;J~BISH*/S}֢Wφ`g؍"p7|ζq*y8]p`M&ۃ-^)f$I? +,F1XH'Bz= ]8g3*s)t1*ͧ*+bX7J@=v}bً:*4+nʣ7e|d`]C(YMӽeij)gÇOzQÞ<$+f].'T` Z(+zsIkoϨϳj'tգqQ]SϡlvSkZG<$zh%j_݋ohu=j9jU-SP@}S*5/CSF )_;{{UNebjfu/E^Q'5JU7+ԧRTYZ13-R&Mݬ,Q +Ư`BucEoO]I-%_E5Թi?N`ES=VLo$v}+n[9zZg/? DUXᩳOه3f3O!e ;' :SRP:ڔwr*j\;#.Je^KՕ,GyVLs9N^)~DžXn} ɼRb\K kHOd{1>ywEeq}]⼲yKnbٖgcIoM_rp%N==-v;͚q'[հ^gZO+*a^Oc8/Ozzy Nar/Rr+O7Pv~OJ']ߓoR2׻beuq6@j{V6f@R?VV)[o+SE܏'gz|RÏe2ur?3Ӊ&j??C"ȻXm,pDm"tm:< ++NU甴GIjplp%P9N1?ԟ @G;No iHg$rF;wҽYy6ɞg|j)$9Hy2i%3bwNkRh:8,#mvb/ٿ˧-/VV| +I" <ҹK9ѥEFgEgyuGpn)#uH]'}x-۔v\QMM08r똇q9#~IFT٥ HHr ?.{ٳQxi'uHRf{˥ͤ-Xדus-{]K~kY6~SBBב !j|P;ۇ#!hA{'цm܆m܆6.AKZڇzd??Ux46ų)iӰNn66MrƧJ' Y٤`_`QSpLp !w .- ]\n8d}Pjfvh@h  +F)C'tпBa?=HVZjx@x o(䧆g>~EE//]F››~>t[x+=Ҏih%|>|—@i4$CNN[-h{=hktrpmB&&^N/RN?ovPz܉^u:8gJ':Ao:Md;d9/;Ry7 9,nێ|n>\vս66nhBjz\r{>tUjצ@fFLfҮ)Y:蛑7ADyP%GG#A##G#GA#7r2r"E>~JA.)Şe^Y511*B<7Q^#W6cx6Iaa͎ ŠkNRky|p+K uӝڽx=xr?DJk+ʨ| "¬>/֋w` ]@D^!5;?bW#tOd^_+yͿ {cǐ_\=4ejpyp9AW"* +?|5562'_\;#72;K ?/?c?PbMKK;ee. "<@zxkx+;υ!>|!s)|rTq\ѐyTs|| ';ڌ////////`TC Lg&4pwzwcN\p."ɹeG ^!D*%E\CtM$n2-7NNk#!n:\|6nۺmobtf܎nG%rB;vA仺]QFFp$1ܛܛB2}t ~n?c݁roFw0CݽapGn[H=ȿ&~w?o gϠ\`rC(G1PyVJ*Ϫ4PRC2Je c *1T*cT>,PiRC2Je {DSYO|NxI3jB)nF)Qc SIxFx5g 5c"&j~!exZq]>>E§_Q#:oX-:bNN@GzKK*:cYZQ}7F7  z[ݭGvS7F/\}9׃ϯki`OӠ{FdE\3vx|F`.;"'"'h$Q<G,,s)fZgT-:LmO3n1?MGpfʨo:&+ݒ,`Zme꣧{!fot/3]FVDwjϲh. ssȹ1 1ApsLy[=Ca>R0TϚ-R-R-2 [[d: l"`cA!\eK˩. .3Iu*Ll&l i:M:-$A5b5aeN6.ݥ0/ӧVC;IޡtV4} +E2T[L|@gئ` 95Tc&AS1w0w1w9ri9{|.V89"*gcrH;S{9a걷IZMZMW]8_=Y>>Ҹ;8 LJh(-Ϛb5@iҬiߨSR՝*/Dql0B鴗~y1h:vIRva!ڻE8TLGh.KIC>ej"+f]uՓ,~P\&Jǀeh310M({6M3sfr\)jgSfJ6w&sA%A0(%cFXP2JƊC@d@dfd +Q2P2E(bL JfɼZNܟ@m 3و۟QEJPќŜI,C/pgso<4)s*35N4V +h~^'Ũ;!t:@L dfPL>aS5haL9hy O2Ud +3O2L-&[4  ^B2vLXQmg IsA* lTv,կR=K=yZ!8Mp:3heTu2t2kӯggO@+΄;-IZloe)a pZRv }d_"sq+'q. +璟j]O= fq|-Oy\8_ZhPckasTkr}]S)}s>$ e\sAkb8!g8pfAPƕVΕqn}$Us$i7HXV$/a&ZIWi5۩ Cs8JCĂ|Bx +΅.e0v} !a(1uſ~ wW62ht~z;>m;FS$w +hSsss"c?+ɂIURRD>Ͼ|vMWv$媖-HHaB nHUUHu(,m&\b_Nrfc9PNtUXf<̐\3)XnM)&6O'yס  Եj6&};1@A'JIY )QN}H2tĀOSq( ug{\`=[6j/K^{3i)AC@ѥd +~=^o7͋\i> 1A$G=#w sGL1Q-8ϙZL!yfj%ϚVB˦b+LӏL2~c"5[1Ii4J>U=>>Me?~Բ`v>;8pfʼn3+Fˉme[+$牌]'~Me~4{?CP לIBٹ$_5OuOWOw=^yWSpN؀83SrndF,'&MD Q*ZGi.5||mI9mot"jaJ &̄+}Vy9/1p>9 S|5ߟՑӖoj6}V4]Bܯh )߄YEcOvi| ;wfn!\_~ od_H- xE*^15>Ki|`ohƟŝU3gy9RW€J |mk +F6*=&ذtS6!! @O!V=`zO⺧bKn%ػ}{7_{=a_e_%þƾ.>ʰ_ tQ\1\Tk>k93G>aä\eO>|jp}ӳϘ[2'e_{r' +ؼo$q2k +e쿼gc?5P otEu5PM; Zd&rK 5ASqM=:|NRq[:>ٞOʯi'ٹ/nzcځt>M-kLul[/лo*cMc|^I8N|N,k_RNf$?ie/xg׵%81McO1V>3646Ρ$iL8:1qq'qq>l|lcIZuju4i z-I'cIR$)NՓT}{+PPH*׉'x?J*[}x !I;1ޏwbI%cx?I*N&x?M:bї$d~$d'?mv=oI~@n9t{k#-zSЌNw6]Gݨe]h@ĺ_Dޗ#պREM +e>tCƑG$5:Fd\kiy4='Bzcjf=aE$wOX:p "q=1wOd*){"W~d1W~ъ`p Wj'ЊxׂLSQw-3ߑڬwOb{Iŵ{EK#-t4H=ѱ}Ћpt "qD:HG+b:9h9TrH{"-ijwO [,=1 wO=1 wLǝ<9b`qbh[:97Gk-!QaltՁ/E?CLK]#ύ\URtx 9U);})OYSYO9)&yHCi;z|` W,dA]F+3I=^SOCP)(=OGI$RPD*J"%У$֧Ow 2(*uo>K[,[8-ƘSCK#"& uyԽҊgE]g,y*_OC藈XNJ!oJPݿÄjRx?)OV9UEm˱k1,\{L\1HW܉+>ܐhd26)̜T2 &%ȥIic{2~?|wcO|v>z[tv.66)$d4z{'|539 h擖Ώ}hZݢ7O~4$<>,({5#h5|/JzݟG]GS6mL$aGƅuEDzݜП$,Eð}ۄ4' ޤ4!E YMH DƑ^;zn+IYiP$ Iץ[] r#|H-r\+;eIAyT^.ɫzyU.CG>!˧s|U!ߖ +QҔ,Q8@)V(syJR'W(B~2eRYt(QM١t){ar\9R(畋rM)S(^Gd{XOVR']EOSSԨ=nWDAM2djATC4 HUyz=TM%xt}&q|VK|]%܀@*% +d[|QFeE); +yR+]]W|VH"ɷط'CFGqV1 B*vd2S3F:D*ʥJFKn+k%R [Jjc:iENivK $ů3A AXJ^A}{\+rq9)ukTM:Ϋ$K<&}@ϊ%xWk r_MWWr^!)LT +}{ɣpFyJq!n7bW< œ)x^(^zxG/>^ʠRJyR!?#ex`m/Ԣ +ơi%aXuZc]CBSm!-TyI {,I|#?ecG,"ɿ3=H^ }Pԋu1۹Id':%%/R[1",[Vq.7mq;N['tn+|}}Y[𾎼5o9&]^HFHYA%A'!w$=kc{=[&fRrWk5ww&VGkw8z\'\pƬ:8suuuvv-urw͝fʽ].OM9Vwj]܊Gޚ׹C|V_^o-s .Ho_UW$oR\#E[ ֽg,Ѐ0n04Hּҍk"ym-BP'"-OX,,B +[RX/: faP`BW8  +5M8) =EʂZG9Rp w +pm;oCʽnKܑ+ve2. +GTG_$/S{?B-B +[N-T(gۅ."-Bʖ) 넍–CxN8;yApݔ+1^^h[jBH޺>n?:E|#A>Ñ_⇞-yQ !SBP$ʄ + ǭtI}׀Ʀ)YFY߶:*g?IRcqܐ.8!+9:ud QWu/u,r,w,_Uk8T/rumkZSDZɱձU;srmpV!Ǒlw~ X9GˎWT/^xvw7L6;3:wYӤA<N"w +R6߀|(q@ď:y8^®] t>C% kv;^Ph P P+*v5m;hcg@u'iYAK@C~Igta*Eang~GFf򁊀fA?P:0>q9$ P]c)r6@`M;@ہv5tH;D;Ot@e! @ thX;}%3M;f=:mi|z?A4hޣ#?g5P]QR~Pw.V\͹h%КwwmkڷC+zmڬ7h#;A.n`'8$s5mն:`Sl~be+mk;l7۶uҫێڎNN.ڮخ!ތҳz{=U{^X3o`ľ +HZeooowwww>}~>x~~uR4#9f9*NsUKaHG0qq8N(wF~a;# O7:9sı9pY,E%;CW8Wqvqsss˹yyyyyr;qHC89o:8k+~|6ςΟB/9_v)z\A ʯlMz=wkwS{C6>j`k^[ ͺhaPm J +'ERa9bjzMV.=~C@zUpBN epC-.J,pŹ +\Ŏ9_yjyE8ȵpkJ@zf6Wk8I)34>Cޝvhgynzx{*^7#^Vɧ\__T?̝W_Q_U_[ﬗDJ~n~?QN!õ޼#=;'OןˈWoޮW?#4|YL }777W:oη̷·&P`/mmRGp^::|}'ut$񝧣"_G}|7}w`K!![mk(ol(i(,oTXC {iyC[CiXBeЪ%mXa8 [:v +h߰a_AW]Cw1ކ>n\نKbmPu3 6<}NCT=Hwft|O?+UZ/} __j_ogWCMg  J@e&`@@iàNXh *@{`c?m-@wXRØN&0 +\6lBSfSܔXdSYMUMκ&gk +:6-jZ +iZݴp}ӦKMM4o:tt@SOӉ~m˝M MCզM5 I0j z_AK]=X(_!ňWT+U v777ww]Ú(qzOOQIR}8x<{WׂN~43jls7" :4;6W6)Rٍm4GTMyIsKsNv@uUy b'Nz7Fܧbnyk>66_j6_o-n @z e"̡| )١PE*TrB!xhQhihy-:6>:GB=йձ]] ݫp=a8-f\ \ׅBu aPG1: +/6,5.k; pWxge@pXQ%?|<|SrML<hCǯ}oMaD G2"ـl$/6RD +#%Hy5{F-]dI%ҪJ[dU[Y~2%9F"ȥPz[.yYzV.4,zh0GvcZ]X8 aabBBIYYЧl_홽0r%)D *FĀ 9Br H# Ҙ) HRED) EJiD@!,ňsb@͓3kf֬YfϐP4b*(z!NVZ`A^::4Lхu."l늂l3D! +N^-(('V$Og_>WUl)jkgh_p:ۺk'?S! +l#myb+xVh++Xm1_MM5_l)VJ BlKm5桶5ڼ%Zjfەlg;h;l5>5.ۚ`7ړT{u^LchkgsFs&{SUW[{sGgWFG#h&G;pd8rC#"?8J6VUG1I9:K+[;{'::.8.9:MuNGS889;j.yyxX{'68?w6jt}% .+)4JvҵXe|W/W衮1W*v\~pMtMqMwvUQZZZ.5vuڤ][KcTkptWݨQQ]\gĞW]]]WbtЭPN4IWw"=ʝNrv͍GFi붸K6mCIO+Fupω#1 rs%ھҽ½ڽnUf/8[;=;̢(νxx}}B-]n6y:bOw`Q'=}<=CߛMfzz9\OBS[uyyމ)λ...o$'?=4{4{)_/× J|6NUf+ڷd\ɗV66vN>]]]%/g~ywOayv_wh+g^X'j[IgLƿƿ~Dm]}&ayR)  c )H z2[K drL@y&f +k6GgWѠL&S]=бk#c`ICI լ%d:$":.!9537x x(x,x"ilBRsr$Ăjjf zfL!G'0|(pКPmh[nUhWh_`p>t2<j +KaC8j8)N {@pv8'6Uîp <1<%<=<;\5W M-{}z.|4|\qQ5hD$D##)HVdpdhdDdLpE"$0R#'LTDfPCQJdn:oF$6(~6ف-_|#+"#h}l=xdf!|[Hl"ȁ!"'&ž໊g=OivDjȅȥU +_vK2U~)YLtnnڰ[D-MSjnX[ԍ!cwJ/I/Hy{%&`)ݺݬQ<cq,K5,h7>esٛ h)t֖[Y1s|ab׬Ub'O`mm'MweSxW|._G%^B<ɟRf+s4e+>CY,ⳕeo*wR٨l-;|._Yy/R|(#|rR9Q ZZ\WZ;uGtQ^թQ^^~IO_:DʛGIQGc%UW%T=RS'KL:O !uNU_S_,FRZI?WdzBzZ=fR?QϫҳW%JFzMZoSZ&N'm?HOK/_k7w7k[6n=!9]^ן鿑 BWtO)l{2=ci9"DZK[tA&d1 e1Z,ɖTK%3'2Вm9kɵ,Ŗrѷc)zX[f[, ,-v:Ow87޿f\UaͼbdtƇᷘ-2&&Ƹ:Mқ"iI{?3HJrD:z>>t31ws k's$Yum6^n:,YKNaw=n9uCX-g.P֕FuorYQ faCI +"Hig^-py_'ݯ嫟}ζ}|2_b{7<3-ϲ婱׽Zʇ{Öz'|-OOeiAU +*2  +@&n|"|J>߆@Oa^cģg-[Y.IƉvVX"}ēĞ`S؝l:Y~!d2^Og{k6+{G<؟ӝO{; 3cz1[>O/OfOȾm¾exrYOq0MxgLdCgLfټ3x7=X&6\26[=]Fs1{X珳|$`& ,³V[R+ Bf+ +f~v+m|s]|7}}aW~aa#z'{ܐa` 2 Y,aa0b6d' a1)d n=-=~1zT&C$H&X)R%or|iii4ߴдTcZcZoh6vM'M M˦&d6$s9՜ne44gs̹1f9`hbnmy$]6/6/745*M-=o3572yEs(˖DK{Kx2,Y4\X*Fkv>V<amawړ`w;ړawS`aSa]a`aitXA 6 666l/ly +WX@X`~7,?`ٰaC[#lQy|8|gH>bRK =Hd/=E7#LKy/3dR,(t],ō'N?%cq],mBkO`%"B2ˀk2G +\ \~tzW\|Lb&ʰa3BA?x;12掂Wj] f +|M/a`OekҚtFaDfF 777 |@76z*pp=OށFA z)>iA? z,ӠOz7ǰ hv?A +Yς~p@/G?mW(%#P &kR D5 `=) +FM +|v \pt_ۂo!7#n=k9e#rPӭ§XA@hIFeD#2<"ɝ >$(# +FJGe_x)Qe2V[ EG!#lM5W3͖BXаm5B i V+*sAz(,k1ZNFAѠ xڀ^("ؕ"1DfXm%XTƚ"iCe ˑ4F!#Za2||'+!'ZOS-r>QhQĄCQĖʃt!N:hV)ͣ}y@#=E`nA@ h%0#&2g[/Wz,(M(7&) uO +܌RHuw@àj(FzH56Џ~[9Mm~JWgZ!xd-ږ'EB=j= +<PAְ#pZٍej BKB +mFD$HޠO"H'=~F 9?Q]tς(>:S ?c4@F탑rڇS RVvZR/F~x? ߡU^WM,ECPyP8DD4>j-zTM( KA4H Z|EO%fQfA?$Mgy4 +JWEl{uW.(F/ 42WK1` +F c'hߣj1zjK@6FP !d8qP]Hx{?Pv;ڹB+iwZ;t↖B[@Kk M}4׍O$cD& x&@tO @.],/ :!&Dv>LU{ͣ(ym툒>)~b "kFCF'<'IWP*bp^Cߋy{1>}/F{44NFQc2btMsv6g3޾y:[qDCڷ*vou D +z?&M +DGQW'yN"ji 꽢LA ǁWt)NfhU{h*[#4e&@(^mK(ɐP@(D + on0C-i)h>3jFk-oo"Ckm5P5'ЗgK{hD~lBAS~I(h׳ ԑdBS-2t.qňzPܨqK4j\^=BTJ̅\fs]ӗ7&|uQv̎Ght0`L@ĘA}ц4җPJ4A"iMG٣kHP^I/Bd:, MCLUcӕ ݉PJ`. ѣ&E/+mFbSh'_ux^xCbnnE"Oa]t +)E9 ErmX=;*ƒOo 5 C34h74Fi  _~xm%vk4ff<:KG1Iȏq֢mwfNZ]t/Ce`1ЌgFS)uEɟG;{y$Npq(Z4Yė2rjHuT5xkj$ԞI؃OCLD9=x9Fb Z@'_L(~1 +׹b&g_mj#r#J<̿]GВ#S H>b6ޏ zUo[ 3X}4I@];}a\ao-% N'E sQ({eB.* '/I!e|E(V?-!?{33uE]Vyvh47 Rpb;kr5ڨѱR:B{%Ql;4O{j&JemI;Y-Eq؝'&a; AO9ի2ނ#8i7 k7NM2 < 'GPJ]u m&#\}1 :[Gھ+d*4S רGzu-QNQ4PI3]'`'J)Ѯ4<$|W}WT&N(Eg}iB9p:;57k绱Ui  UV ^ +[ eH hmZ[ +޻ +r-TE bu iИ 93Q#`uoA2E~_Z2jTT< ֠ ц5ePYţ}YO!DKY@9y[ڠ цU9ՕXMx+ֵ@ef_^Mw}o5Z2ۣY+^چo8 9~=1Pt-KCpVR` qX"ZR"OH&MC| |@>ܔg}J3"j鋲i {|#'Q gB~J_ ϳ՟B4&6rBΛgW"d6&mRBx:B~_@tԉb9QͻQ)zDD@wQJ۵-& +DD-@OJ(b7ЮiXh@FVSh|gTl4i,h[r>v +)cD`%WӖ=˰Z]X]~{b(}b6@WU]yw}/"" `FIĐ=2)bd0FDDLH"2RʰQR4""RdS)EJiRH)""4޿{_5ouܝ}sgsxƥĈ32ނ硳Q<+9'=r0Ns-6;/r.HcuBT?3oK{&s;"~,/?[ޑA? R N86*ހn}׬>NJ$C <{?xv{_ϧD ƃ9mȜm~rwrNo4Ha;T%XJ:? }c!|0ipc@w@_ng>`TsCH e/2`1j귓Wᙼ/h/9|W<Vȋ/dc:G{;z>v/*+z43cGq<ʦ#j}od$3Qv +ME~ioo085+x*v#_ݶ%W(b"yK폝I;r!|- ~;9 +~H_'Y&(:TIDޗӍ;WiqvAk.7!!#"nj.ubX.f94'f3&2^G?6{gEOpN-< +߃? +6aM6oX,8}Yo +OBObL01d.B4A{@;:Nדg91-w G~ <q;m{ms>(bwvB7 }ZdrޅGz h.͵0އz{<!{x{x o1G#z-V}[!{y+e:shBQãJ=.v{"Jb0.4_pN#=FK>2[{ ^my nB~qN1fϖ+%!}n=5#/W#~b9 2C[M x4o(/E py.lY)k)Deglj3X~Lۄ'jšHj`0b/@`04 wS@}4<d>buoRĴ:8i1RO+:B#5[І휋Y[Y?;i@$ Z/#1z5߼OEkh{^Y0.+KӼÿ +݄Y$0jAjO0Zog )D{7b2i|9ş")Sǹ;9_Ь^Cl[ $!zwRy?LYg<4dfD?zFw yd,9X.askǚ)'}+Zz>{sȁ%1%5~,&!{P-7r. zzP^yWb +pc/p>9sF!lF;?DKt.>p[SZ!oh'⋪X,/RVJbe dO(=%fa`Bg9'6|*C)<7\ ~xWߏv>pX_Zdo%ech|% A' ވo+z%o:?W׈.ǎw..<'ZvJ}mOSN8Uh0G3О Ϧ# @"[5bg |}2BR_>w1iX;}""x/z(= GE)c ~Ӣ/V΅b. { 1 +Qiqq&Υs2K +'8LB!y2'Ġ zֱwt2r-\lF^,ޖ!;tGs.Mz'2-<0w9vL ˔P,,̟ڂ˽A>&i +\\\:+Hѣxy.sӘ#4J91_hd` vG>W{XFL])]k|pRXf3G~"˥~kyC\>ĹT|&'"hQ؎dŅD"fӁO9+|`9%Υa "yo"^Hz sJJ=y71d"ώ +<"ǘ||諸+MM/ ȧ"_<̹ 3y^>ɴ.~>w!9 +=QvDwDh;'N)bg)%h'=pIFwA [H fh\ jCoѓK_{Ak gX^ _D/<Kunp~gOC_8oW)ռƜ pfl*hգY2x#s72'x#8wss3-ޣ y4ʦN8s>L}g:9JK(Y/bKDY4> f Cy| /v@;+@W@~;C!<B罐) +"A<}O"1ތ!?аɳء; eo}+t¶ QV.6ZA7c 2lXHpg`N9o#{UЯȞ63= OC3Nފ[WWAß? 6u +^ D蝠wBQЏB4dN?tng*]*a*a.{}>AO +$@' ?ϋRA+1"}h~T7Ȝ@KN(|DFKK& ]nj1[+bԆ{~ȗR? a =)c MFLbHr\E<ˋGB#tber7'__D]P(?xlw{y9C]u%cf?g`PxewEb˘ݠ {={~qOG]Qr5m-AۖFB"͂,Ј$/77 AcKééXaSuBonj bƅP6jȬttWU'ѓ6񠱾HX_٨1| AF^== zAǂ? ڄsQGQq}4EON xFĚ+b͕?m6~*A*>ZеЃ1"zRDOJP)g < DX}4 k|?:@/@omm zʡC "| ~CBB̓uXסVU BB-󠱎Xǥ??q1.32l%D2t^ .a"t c#W߄7g%{qK_< dm|45T}J}G([-7DA(( o,KfzeNxŠo 0)Rv _myqIF$!v +v>FVue~1eA'D3G_x!z !zPdH_Y$Y4|{mN>%{S$T9vBY%CwaP%*TSSn) w^8! 4) }qJC6NiS) 98.ҐS) =^!Oht/NiS) qJC{4(jPpV +qVCjg5 Y Ł@0"JpVC)jg58Y 6jppV #/^qVÃ8ajSx3Px;POiS*qJ8y-a\+<*oA~_-<& <.&_"5݆ ShFe1QdL6|cXezJmNh2QFqθVMB 3‰-I,ߒQ?ېHv'[L#2쉭'I!AVŧ{@RAVs#,& 'zDV8G0tdal݄7(,bY2qYndഎ;N @ƻ7FF/5ƵRFtN#7,QQ6x+Eȧ8 Um"klUii6*V[zk3ҶXcOb͔s:ktsC6\FFc)OG EH%m%Sbdj|s2Fc FU[bL<#X2J+96MJۑv{(Gt89QRcԆ^q8OiRnSH&cJ&ih6NiTm)T6 bYږH8ib,GT'ՔO#45H %rs%圹OL\gn4 VsG=i7P={!?qo,i1lQf_b-< yjf;iN4+Xk5|z:Ý㒽wʝ +l™H,w4o Wrf85B3YBw;˝gngQu!s)xslV)us{ sw%s@wqNbt(w;ΝNr]YdlGܹ|w@LsZJ/yf͸nQd{Un]O֓8nLN#{x^L Mj1Gɓe`wpOI_enKQ2\n-B$WE-8>x^|x=`(^blH i4}GrmlQ H3KVŧħgvwѼow/pKJ+C.e[Qk'-f~|{|c3OНKNMBHiJ(JL 3f;bM|Z&kx&1;qhv>-QaOGfNHK{OHKTFsmY'Q>촂=jG."*~v8?8Yfr ԡYaO3'v]5Nƨm=IZom4i3i3/|EEEkl@u5p}}bMGt^_e(r-XھvX]ZT?Vo?,jWryk{ˢ:-ϚϋggLIuN';ʋ>?l/hk7F9-M>ˢxbgw,k%c wȏ'ȟYGmG63#ڑ8]ks\ypiv]Z\Zlo}ǽ\o1visirU._ns{?rir'z>2~9si =b]3قKkG>7 WfLΕwUq c :\EZ*Ba=Hh" 48Ah!#\$ +&"^]ZwBOkNQB&F|K@"L!LpMGX@XLX˯ &%l l"l!l'"!#$&#$!'\p"Мӽ{2kvM>SB>~>b*:\+ ;\ Sۯf}&ao]q%;їx=INXNX_v:׭jV=,?CiPաPGcu8u:YR)-R*N]֫mNQmzBmQVMֺQiݵ iVhVVwjc Z6Ei 2mZ[6h-vmGۧkǴyizCԳ\=(U}8]\*zҠO6?PZMחOJ(mt[KkmO!Y ."ȁ/DAA1$7iB1"v%or]=ۅG+9]B7{RL2[SO +  LJ' Sˆ7+<'02\wW oçy3 [*[ɒJ}0;ЌaOg.sCws}<>oik^;YzznMg+1f95Tz}fъ +7K|/ 3Ù(!6ŽNih ?.~Z + +?' ?-M 8cpKE= &feeߘFYlT[neoerH9_#eԪ !X1<yJ#DLA<yNFG !! 6G}P%@'0_%SI(18e2Yo2KW)KZeRW6eҨ4)frBiQ)VUVQsԼ}uUVXuZNQgwWgbuB]U7-DoWw{}Az잨zR=W/iҴtekZZh6\iVUhDZ6}Xh %reoF[ed=FA۪4j;^mvH;B-Nig e]?MO0Kz_k޷^/M=JUع?vD#_}>Y[OK>K%'y__r]Wuz;YߦۮMЛ;~T?zk\إ߿ # 3m_kœlW5 æc/f+&zÊӰqC]hx5tnIg5~p.iO-".%RKS ݵ$Mv֭M&:iL~=w`7!z=,"D;X.%:F**QB2 +`ʔettcX„N*ڨLQf5OY,V){ jŐCjՄC6+U6)[ۉ5dւ#CZ=CZ>rX9cI |ѹ%U sմ+˩j5MTnyX5X^=UUJ1Ս^P +B%ҤNT SIF]HXB!Օ:6iʬT[Cݭ%'zD="%jI_ \ Qp(&R EDϩ&tofI^g\eF/jcy =OٮGEJ^d DW[/Gc U}QMZOE/ ,枿ܕv/}jM^gH}+W5I?# <,zM. +ClCg { [ 3ͅ;6XMM`a>6Wa,ina9U*rwqXnawg+(.Z8pjֲ9:paD 7DEr{F̜9')MM"")R$'o"""RLS@J)G#"RDHH4""RĈ)"bDH)"R.RRH漵{h{>?|~kY{=}fZT5 j$ +m邌X̪jcG +>bu*SQ`aBJow9X[a} ]w`}b}a}6]`C{!aȁ}lG6'w Qzus1_ȍ7[[;"'{6ďOVy̙K]Wl_m-p;O%}=/:25#;/N鲺 mߵ6^kt|wƁ Ī^^IIP|:1Z3cݴ;1Gۭ3.y}M-UKfe)/3^Zu*HɓRfy;`KU%njY]YVŦ7ԩX\tݩk&=4-?v P1 ޮh ugXv0+ >bHŰzJ:b7OWԿE:OnL5zcޘ[ԭT8{Y].5`elsl[5;O[ccGbbǑ}[ߚ{5/"=)X + t`;ѯ"YQgc}Q_*d|l`8ɲO#-V^OV ?4ԷhqrmͲ6Z9[%å},ഴHVZڲ]sFQpE` Bw*,W~HS-P~܋cbcb]ź1ҽ{u +ȯtt!Z<nmuz_p؋_lsjsY:|ԓ7H=oŷ93J~7x_Q+M7mi[ݬO+]k6Ec|v1 71e٥Nini|0TX)kDS(N^[V~TmZcYQ>z?v-2;:-ݎ_Ng zM7i[ݬ2׵Ko"ݵGxqlq?8r ׅdž''g +s(TU M- ᝂ=\ Cs+KR>>)w2螖DK"eՑ!WGOGFFFEE## EY8DBZtGINE#-o Wd듂3D~5(͍ aI{DE{D{G OGEGkã1Di"|$:B.2_]]#FG7K޶h+-'8_+wGGOVS_^x E/vt+ Gп-S:. .ҺұJJI邱sK/TNt)kK7ptԱt'#/8_+@g{;nW\+,Iϕyew }JD^&HU )&).%WV/uC Igh,([,&eʚ-e;{I$ .q})[W[_^$*!--'D Ԑ_>\P+N)1|N<%/^| 6 +6 m,iO[*gV9rJ}R 1WO7% }Qx8J9tD.6V0OG&I:I'q},\?/X$X*мRn`-&I v `OJUi@V($}O F9f 3]H@Xd M+*V U4 \֊{E\qⰏ2At``dűg*Ӗx _T4ċ}]=E~ &H zk㵂1D)i9~n"[(XLRF,>t'zm\حi|`c+kI)׹uݚ/ ؤ(tn}QAOۣ&#u I[oCO,ȂUk#Mnlz BAzB_(.BNKyBAwy^ɾA/MV'%GJ: +~\trA!"mo/H}1R ktIuR ł +:I[[IŊ^XyI/UH^XrR|IR]ATT?I{B:5FʏL)i3՝c!b``oll +vz}Hx+. + (9vt4zx2=8=T0BP' >y]`RzzzsO/鱑rsVZ ymd%ܤM-JkZH-r|uLpRY<=ɼ|^ɓyN9E!s\ +3ә\JK)yY& wQq+#-_!/3C0[}_+;/ļV؃_QF/[~96q8X,c+,G,9/ɯʟOT+AK ]WvG%+ ^|n$z"便5SB⛞؝n/K=V!M]#Cz 5ozYӾZwzُd=P9.H[ms>Ϫlj05\VAATqTAg%N75qƇg5zίӶ9"wќQCorL+:y|_rC?f~rg/4mCr[D˖@#Tq*^2=4e#Ї4٥H?=RCKZJN/dk׼"a b$wESԙGZ5LyYe܍ZG/6Yd\Sj5 {h{.E A%Qr);>bz?d47k6{Yʻ_4v'S d:z_wkO3/Ai܄!9Ds/㩖y鬼] ̡3-;{ + e3JحhԹy2TkǘLFf{{;h m𽡹rm;8ẂNFAh[Αfi$sf ? <ZxZ4Ī N@~XV#qt˞_9|: sFU?u·V47!8<{.tT˾ôDy7ײYw)2XWh $:ѩ'^4jm"9ͨj yA*q&v[>d7x+gB{Yhu+XE7TAAk-ZxqRFz}CQ[V _;6 kvX-v^PoTغXHBʖhk;ܸ`m[C:)]FcA4/ü/sǾpq+nmiV:ډfBh5j?Vt_c(c4OQC=0ѥkoB96VH-d]uzlHߙΘtc9?t76v3=ڃeV"2Uz*o 2u$acf'"^Neާ2V!S?iH)Z#X$sZ"lSjOxUb[a !^齂aViW\T_֕w93Rt`t|갽T"6YQh }lf-B)]&О3ZڷIFFmu4ٕo9k0rFdS +t.2l~fXx3y^1)wl!}(#+ lHҌ|M,w+EY *sX 3y`YJ׳gR} &G!a}H~݃&aw&fG" a"nX&ʆ_D8 %a"h3L 3#~\ ļ0q.̌`YD0q+ĪT@d +D0q(ĞNoD01&r#WD0$(ď01#LD0 L$D0qL@k0Le0L,_0LmDX0QL<IP'ofa!8&nD:01z?$E?~,0LZbb&D 0;`"(~|ֹ)` q `bQG + FMD색xϿƟD0~<~|'?{aM g_Ƌo<<+|{ތ'^{?U7^덿z7_z#Em1}Uۼ3ƫ'o<{{7+X- 2Ol7Mw+|(|>?48~pi$Rkfk.c>J#&}"}{5~&te۞?nZ-M͟ XyY[v\KkѴ:K&RV,{_[LA?w]n.{~+/IFh5 F3Js8:G( iԼ~>۴ ^%i$K-6SQhV?6< +a]itw?>:dOhB·GpZ/qY]/) i+G) +i rtYkL憖yU{s~9'Yj҂/J3} TBs:yF!tɉA_׋yo$wQgqA ]F wtC2U*a0j`N{'lZJ{Zu=rj~ >͡T]Jߜ KԢ%H(Hn]Ș<$B zԬC,y+mfjO῭Cgבsk3 ->ܔmo <;yӿ /jnpjh|X-3tZN șs QyϡV߆ ̚1wy?.|TvN';/g +卽\4G{3B$By@yi~;'$: } /Y~egXG +ty7HjQ7$?.Ѣ$j7G3Vo1%_ $Y(mS8.Ӕ! r?F%@ ɽ_6_=Uw!y囅ׂ;PXk2Yf|a,lwr#={YHv` #cz+#3h1T }Gش־ sc:zXhr3y/a}ɝH/5.Hx謇 e-ټɷCB¬Y|Qbl }yfmV@yl-e)!|ے6Y<֧?K gf4frfR~mJ-֤ź~qY{b̳fwff} s\Xۼm3yd 93i +qx. +?O y ;`3_w? +?”2e̷H3fHX]sXy/ |sK` x" Z kᛣ~G.;@m6;x:R7oAuxl}r- +/@m3΁;`K]^ٟFbʲ]쌍t`_r>v6>%~$1hDF2`3Mv`]"yKٍYyS1թWٝ!gEx's/'rX[<6,]EIH$vT4CD5DMA'[f1Gc}ERݳz_BՋۯ!T}스^;٫^'êߦr?"Y(`7ОIo +eYlxlW3A~IwNPm$|έ5h-F_Lk;ѻ.ݼ5ڠgVfYW_#ѿZU]ӆB)5zR$P]﹪z,@hП{o׿sAYZܷ;hU=+YhWڋNwەR ,4g{BiV>? ~>gui3_ Tu_3 +3f 嗽Xlv{>\N )"3ug2Hx#?}X߉oh)ƹ2S>Z2.#!'w"WV-N}~uĶ|N10k@l>= +iA~ aՐ{^|$u~z/5lJTX +ꯃCm}Lӕ#Ӻ7?nw2_2:j弤ξɉŹ#ئr{Ob\^?ɽ-j܋Zd7Xo[''JbO.3ҟ\=,h!mx}YZ*U=*|'hA&!YjRs +IZ.r?r" /OA@I)j35}_^C໡)w1S*h:H{ʓAsvDm:a{&~#&6նz3o/ӧ3z6f4r WYQ>3 ut-<SWH%Y]5I֛d¼ozx{/o/X9Ҏ?N zgozϷӞһY .^կ]{oxYo+%8n7~qyo>q8q/H%.'ĩd%O$'/29O:ɩ?U,?_Ṿg᥾oM-s="7n&"SDksSE,I\9y(RY*OP\*or'$ʄO +'D}7$yNҵ\!ӺE/5R\JYJxs,K O Ig WM"oJH~@= ˵蛼6sK֭z{?1II;9|]={\}(+KI jDבtO&{ +?&uR_Q]Q覧4tgn~rE#rT'\W|鍂͂m"ߝ0}讑+էg:d +$t3nLt~=E7_]z.KJ.V-/Q3j]L\*38AM-2.*#cG|Hr@;-cvHtI968C +=˘CZNїbI z svT\+*2)e*Ӻћ'y ^&&KL &קfH:[(XވIM ¯4g +D~}5J^]ȴn(ׇ3JkdefDN0V0!3)353BdtIV{s=\e er*Z M[tlz/'_pH;ϜN''ee.^sNlAeHҚ_Ur=_5j``````e՚9y%ejsնV}UT:[uv;TTw Γ,c?Juytfʯ5}p ^w픷o-Q {9;F`qYr:~ݘ{_N/X-2{gU;~m; 7m=N{Jfm7"zgt к cwmQx6|qi/;tqz8}v8#1N3ՙ4:ejgq:ǜj (t +Ձ%r;Enwv`w;ʝNqgs݅n]ﶸ{=^ `qg_,X(dӯIb$4'G&M2IwBĈb !""gEDEDYȲYDDd,""`dEDȲy|U3Is^ﻖU]SuQ@*K%iT%-VHiS'>H&S4@4=x֤1`e]-D{WtEO.7&0ȩ{tUYzK0Q@[6EW6R[-'6DKAAN^õa},{B?5v r.RjZ^,9=΀wݢ}jx㾈IyO}A;זj+@; 9h)imVEp[wWzɿ)-x-1 +xaZrUaŒT¼3̵\#p=">^hWd0&b,/3887x._v =3/̅a. +33$>Ƴd?S1^R0IvǼK0 fu6Ǜ1{ìu25$!cn%123dߚײz42fw1K/%[Dv%r--YOݖY/P˽RZY<\\1oYcYnbyX^niyZ޶`-X;,,;-- Y9Vlo.6$>)> )&vo;0xGĆǗ0A6.~FC$~N|%tRV>~=+\Nwz#Cc!l6څl [da[NdIvgYްg9S .{n 7ƍJ`X̀b[-Vq: {ǝ\-;OSYwk8A*RU"42+v,T +H)Peh~h&XF +Rru[hX JCAB:Hf(.wJ)ȒHX7gW(?P.P.$*;m^HupQшY{{XGeRl0\|I,Ί gc'; | $0짂ۦL]#!h@أzƧWOMJJx}Fҷ{9ͅ> xi 8-)}vr.LOz1}>p"4R.NGt؛HEJ$ bR7":<;%N`,Sޠ+Kux +Wr>ҭ^\Kg{ K`:+bl4g`Wv,$].5@t@%;E6` Oig3V> h ^*C;iNp;]n)y F]5mGK0 ב5󰜴Ru^K>u,m,H/k"~’N7sCI% +y@xM;ZƦ]VcAnTx݁ qFR5l!ٝ ++fM`iד?s?)`l]/7xz!?~?g![O8hQ>->n:ozZW/WQ|0,Hծk,]e<Խ IԤ_?F(\2j|ތ}3,R7>{9BF^Ժ2e#pԩLu;iýnnnuweVHKvuwV-zuwDRTjeoA$( ^]z"R kH]5EJ^5R99GRI+:zz(SJru*i={NWQ@v5W-,,AC,¼)<吢2*vS^=S鋐{RCj{=H)GUCꁝjSc< j'ɿ ejh+=Vc8W r[}4Bj+?}WZ޿2^nyrj) =jMUJMY)gI3]'{d+AFT| )eO+{Ԡ s0eJ))3RfV1ݖ9~AK^䆈t-ɧSQK.OtҾ20y jEI-%CIӓ6:@F=x`}}xJ[y,٘I`}j&xG59O_=!\9V"};FfXxkBd_ĭ:2ǫ|~8?_¯Bt!_) 5^$*bX(g+M~K6)K(MI-҇Y'g'HZZ\<''WrkkQb" ~rbkPrtDs/% G4.8khN3cG4'{|'NG4'uz8ќf,7ȷ/9!;ќ{ޙoF r&9|kWfxhLJ O/QUfxFx'8:,Eixx:;,Bix +|юվ QoQҁ ;yD4G)x}.GAȎOnmrҪCXx!u~Zuln%VM'Óm_i_]W=Y*{һГW n/1ȓ%e 0S #]h!d{zؙAP.xSyԈf;'ɶ ? {,DF<"m#xֺ mm=e  +wmmg Z O{mmgmjg{V)wfkے؂!-Eix6%%xl ( 'mmdY ( Oz㷞p@i:Yk3=Ӻ +kĺ4BV7 {E-|_n طw½ i宷_:Uu9Lb;αb5Fl"v*EE E(bP.="vE)bC{(E(b="X%'P.]nXn/8[YWx /+{i[!2 8*[VZ`ς9@k/kupu(ZKSCYn-zoa#(5( 3Au5H53Ah 5Ik֠$Zܴyh LkPkbSߨTS<*V(|)cEѤao~u>*\h1 +_s ([lN4:B}`jͽG->|@1_!@mi%9$!!IݿNA>#9-d3DD1p;KTqƓ,^B4)S5"S/P. %Ced'l D czDHoB"xZW-!` Oo뫌мʚH&Kr4=eIoA;(3pǫp .B*k6Jt$.B*kUFx]eU֊pYQ(kQhUyq2@"V}$H]p'֊pFn߃pv/k6 !fC]T)8֊A $!t(%y J7H#n, aљ٢q?N*dB2,I' +}PCW3CN~d~Fsy)7HhfD@Ôk+YM,4_Q9"Y +OKxbbzoIS`f%wE۱ W '3$p(>Tx@ꄘ4:!NOBtVvr2MS,"q0A(-ƥ8هx v:y=4Gl %Y:E&NĚ Hw X%sD2"j:f<_ob DakqOKU-`L>.#LmBٗ9Z:ѰF`qRH4rn@xqO)!n_c:EHvF`&P0"0V`^~#b Vp d6Rd= q?!;b݄v~\*MSvMM?CHɲ-0bEX Ap 1D1Mb<ƨ!Ow(Z%ŧqJ~v,j!"".f,H?CK"=|R+=z,¿辘yBDN6M8q7N3UӞCan͸bqS sne/m"lHP:z}1 rݴ3A}!)qZasɾб|8+`!)>A%YGP3b&D_iԭud'~.rP&sR db Ř8MSJE2,~\"]5V+c 5<|'x&q:3J:}%?,ҩqNgHI\DEq,x- /!R6h.A<,th|2!mzaq'!sû]S$'N(+Yq>z?݉ >F&g}1z2 vΖaĀ4q%}Ve8l'z9G9"nwoBB3Ⳏ$lyoLTF+ '"8b͈7w gE^J뎩 +#iT -dL5jV/Pm &ss<\ J +XH8y"Q~Cuuo5YIrJc$#}I2ER%_O;:2M0 c|Lw#WN6XɓF4߉'NcKx'"G +9 #U@Ks,<]SQJD}.7w>xxx_'B~7=cƴNB6]4$1 IX{eglv8nq7Ҙe\`Oж?p u{s{Vz&e4=M-yu< )e= b~-݈-ºA9NO*^Ot>n܏ 4]x/߇L#C{~t6be5Y_г=@L=T,OJ'fcP+!biʵG\Q19ۅN>@kHY )% +$lzl ;HSh%_h =Em? +5%,·_"=.RR_!BsS4|#b=?Rfa8b艊q( 6CnB4pCm_um[oQnēAGOsg/3Qh1?8g38BO~+  %`K[.k>TR* 7jrwDK_` A$2Is8O'pFh֌ ۑ~;ɞ$1WFZ{I#=Hϸ6U`B2,IN:#͇ (FFҧ@6D :OԳT%{+y瑥t?8+A%CAї'4x[Q_ .$7I M=nԬ}`1(eǗ3o;+7o +ynlDL:~Ԙ`%Զ9 \G؂ſlyl㛣nmom+=RxחRSl5b?^_K}}Oϔyj\Fͫl['mxJV=oY?k{M +.m쟮䍵}V#*X?Y>.C_?htvձԥZ[3ĥ_۟m~8e_ej2rwz"eh(z:]繯V+?Rzg?={_9iW}q?xы\;h)h&wDCyoF.Hc`l[r(<\S}kͮ:1S=x~V.(>jJi`R&OJ/8S&~pT-݈H2ICL01%) +^  _iӾc@A3+c"E +LHGI{#v-{ݹ'?{em|կy̅WW;}S?\/ԣ8Շ|1cJQM:_75nY]?iu5Oy Á^o^.}zGA5U>WqWQI! =OfU1X3cزwƞ}ٲKcɒQR$M"YC*I*$Ke)[ѓ|{z=={ν~>sάͤNg؍cjg13,!u)s1Cم帢\L]_g-B8F7жy[u1arc(xX kRN􁈹e֛(BSHNs<$NЁ?Bc ;_<;MbR\l=:vő ыE?n$ʎr7I4C>Y7^Kzs08"MvF9T_zR5GV:ɫW^< Z᠕r!Y%p^Hwݵ@!-"tFo;ƗN:=Ҙ8a22k=O[?0<%-&iqu4<[uiHP=~Z9otwm$&>=AL0sǛ ͯG٧[Z$E+oz[ɬw&Xxs#+kA㺗-?|4}j;zMżR3r;5 foxO}.K!JE9dְNdUOV;Fs =|"]27Mawl6sszc7S2 1!  +7Z$lUL_ g9?2hՑ,p^L]R;*j-}eizEAx |&cPy%sxy&pۭ;;N-A=#;|;e>H}ekwvSVsvu"?(QqCDaB75&xlf GI}sL(_W(*a*Ą^bb?Oirƴ{.9ԗ"V56c$4CpΔxI*>uhUQk,>e"{ևte2( +Ry/^>v%T +ULpCa!xђ}y`Ek cɋVGJ+`2j/4VAI ⥌+{ E% A]?cזI[TTD/ eypK :Z@g9ѾЀ +P]~ v`9w !BuXO޽Ƅ}dbuzJ핞Olo6:zU ,5 79`"U~sXAXvnmOx+p>]!>jv~%3zoBRcrx %}EkMEWE>m3S .襦$7Ƌq+c4:1i\drR`ܕqwgsKdaKt'u1/zBÔLws6=CS\uizs7S$̭jk _C%D3^$ %#% βJ9冒b2R@X41lᕂ E-˦u6&W2! w/āSpA8O_oɲAnZʲu@gl'P.DVDZ#{皞=cSm-vY,;{'N`qʏ0Z>ԸхB7R( P +/$яu>z Tj kLלJƉCg'y!"xs{)SUU:3Eq4U]^JYYU~ZHh SJjQ6uد&ww.ĒluSrfq7^k$$Uų̔<]& Zt^hﰤyqZmbt"埈 +re2 +~ חHn/ =(쓢 G[Z#gn +ؿ=g +|W:P5Ғshw|T)YX=v=ܭJ>90IS)):*;[$1h)ЗX +rE8S!yE–g*z)H~0m.e+b C!k!Qۈ`v&U:ۘG7VTwqdxi [kAg]'ŮnYnbҁS$G`PbG d`"!耜O? P܊E Bv@yp:[Ld7%MNVck#/;MƗ|_D +2]=R#,w>g.0dU&91MjtIN9ddajH`F7sܸx%ggG.,-`Jb p:3;ߜ2g$rUAi&@uT[ydfMcbP+wd9+eN2tPRv;71' &U*-EF⼘(@Hâu=[][ ʙ>~࡜_5J}1-0G B\x|l-~xm6闞2).g ǹ&sh.T{eNaV[.EDd|2^Wc964l"^OXj[7|P)G,v6EۋP7c#ftڟ.ݻBIȱogabجיsm￷5>HR +duJcFߍòq#%f q!JA&C)ӟv 8p %KGKBpk m/ t't4yxBlS϶%z|?NB[?OJܼ 6s9@1jK$^JodU|w51kݮLRJVQ)ӧe*~ܗ,)|E Dakk'7CC +Bo=;7;1ɔV^N/r5TEw)zE(Q4czS[;kvra3x=i3—G4+5H ?[h_V0^StKʣX¾:vOʼnTSH0I0<0$7Xy4Okx`Fd_oǰmUtE® u۹zS(?-lń˝<.!,OأFy:+ Y}v>{:jdoB$nx;\Ku1쨡VLjJ|P'kO ol]w_vlq>a";U,r~@*hUehk6:$ Unqn^ڶ׽`N`,!xB['$=*&q&S"gK +endstream +endobj +991 0 obj +<< +/S /Transparency +/Type /Group +/CS /DeviceRGB +>> +endobj +966 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [359.468 698.981 427.939 711.425] +/A << /S /GoTo /D (figure.caption.86) >> +>> +endobj +984 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [497.224 482.018 511.347 491.784] +/A << /S /GoTo /D (cite.Kazman.1996) >> +>> +endobj +989 0 obj +<< +/D [987 0 R /XYZ 69.866 809.284 null] +>> +endobj +214 0 obj +<< +/D [987 0 R /XYZ 70.866 771.024 null] +>> +endobj +990 0 obj +<< +/D [987 0 R /XYZ 70.866 679.586 null] +>> +endobj +218 0 obj +<< +/D [987 0 R /XYZ 70.866 320.729 null] +>> +endobj +222 0 obj +<< +/D [987 0 R /XYZ 70.866 218.856 null] +>> +endobj +992 0 obj +<< +/D [987 0 R /XYZ 70.866 128.526 null] +>> +endobj +986 0 obj +<< +/Font << /F37 352 0 R /F34 351 0 R >> +/XObject << /Im11 982 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1010 0 obj +<< +/Length 1223 +/Filter /FlateDecode +>> +stream +xڍVo6 ~_Gu{k^ uN8Bm ~)IE)*y fwŧ"89˹z2yKY ,U 0CWuQBJꇶ텶9# mYK(Vvk?t"'mʶw懡+I~H$O-m7e$vޏq,e][g2P# pNM1H1J6XѳCV퐆Dhro,]Ќs'r˂rŧr?v}_g'αG4 +3O*?Ȓ_By}qQ;DqNcQ#0wzփwdIYNY:bpSB:9y5*k‰qE̩E$ VݗZґ t5_D̲FzH"rbQBÜȵR8㼴Ekމ/eQw!rQRGk9.:Ap +'TTCKD}WƯ#~'Tee~0'];Pe?"_;=/zor~C4.;ɇUf޵)ۺp֬Fd |#q4C젺U(hdJ;WuNn}NڃI p B}^r91}ږ`nC8HeӟƍrnW5\.P +gx#[҃jwO:dH~ۗl=$ ­nsN;*>x_!|2NC]a/@*$jI!oũb9{[MڲY(DdlDx +a }ˈ> +endobj +1006 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./pics/component-diagram.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1014 0 R +/BBox [7.01 8.01 562.74 485.74] +/Group 1013 0 R +/Resources << +/ExtGState << +/GS7 1015 0 R +/GS8 1016 0 R +>>/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] +/XObject << +/Image5 1017 0 R +>>/Font << /F1 1018 0 R>> +>> +/Length 89004 +/Filter /FlateDecode +>> +stream +x}M.m征] % ` ^:h8 &YOb v>("?ǟ_~\緟Ϸd̯*__K>о?_~&_/_GƵ+Uo~_]F۴7fO[QE3jb/OF0~jŪ޿~})2V~q^7nWk:Ǟ~~]k*ܿV׬tn/<]|~B5Ԁ[废/ ]Ց-w(-_uPa3lTPCC;Qu_ j`tEqR!/䙸tŃi [Il^ ݳQc!M]ЍŭeEC/:nhwlVZ|4G˓}$Z^/X=Խr&S>IzSަ#Ҧ{Oвrn-Fhq{D-"17XhxaE7:hRmt,C> +26hwb~<=F7.?vHP1m(U5d[ihŞ6ZF*˖v{\Qq 丰<&fTnYצ~wF)7 鮲HFÛY uݿZ0ٛ[/{ЌrObtx#Y=PACdzse".\2,oba*b ; +Z<СuYrWVLgWD]^59T2_#W2+ EUO/*Ԙ9{}cN fX#V{bj_>\]p*vX@[N*mC3XF`/\)-_k_7\;ڂ=VwW^bqp6{CoM \]\FɴY)KS715CpO % l8Y>C7r9A 1'-v|ɮÞ;De v\s> ,8^ + +i$(;' yJwk Vˤ<( 987.v[K~yAP.C 03Hmt)؆fezm-.C `Ґ՝X( {<@lݵ%W_ oVZ( +Pqɇu/H0ƕGH&w7Rl@lpx`AA(gbkbgihF]R4@l݅K#c ˞J=(O&LCaʺ&pݑq{|,vXCV^^sB6p!n|# roXu<hw4!O6ckb#>QA-*c(3+/FK+!Lsj?XAoE2C䁤|W]maF156{χ}.ͳutz>ф&%I 4vFN)Pr.U[TD)7`Tɂu2p&ˈUC+N\wX9q9͒p8 /FNGʹ@sA}d-߁[x1L'4$Dx׀ǎս a񖿉g'@,Blt $-4=fب.9֔0n$1M}I(]7q2R†Q2HM&ǨK{!n).|Ò\̭ya]?5:U-k%x+XN3,`BT3,5Fσ6s7.seeɣ5kEA/Es_.Aqt꫼ Ī $rWv۪#p"\F3lOq 1ч2"M j>}bf,`;`ۗW`SH&VTadQ>e}*`VM4Pj& N‚7jaR` v8i/)f#f$(;uqV^H8{ +"aRKԠb<{c]1_h_ $ +uv|aoR"zŜӐW;DNuEk8PilͬF',Be# +`B1Ĺ49{r>69u.quyr 5)jtN.bw]fƶ͊]Q%,}|⫝N'}Xu`Vd3# У.% 1a~.rlo{r|5nH3; !_ZV.a_5gOxkrfYFxtJp7{u ,)= byPPbeߴTeHBuAbm3iކ%l΁oEC͊TAy4Y| Bx3ء#)v(YLPg7T&8}}<ƨ sMEFkѸr%jR^VCG-U'QS!(券7! λV7Q70psZ6s;Lg:IE3 XEZ` rD7`g$*S=hQ`B}j#;iUBgLI}}1Lq[O R?l]qFK3yp- \4yIӇvukjZ&ΒP΃mD'e7D705zˊ'{-ryy0}Do$ MM.W6ri&Uq+..oUFm^urfrp"k[zBUM3PX2 ]5Tr (hFPC_ +st4\3GZ IC6ҐAř{#$daT5C~^ D7,7B1 TQdр*ATTNTN#Qha)>:GKmiOFOе0@8QX\ 6MJJ24nh%i1]ndܮDGGc?%Fs#uMKha@$@JZ_Mu4rthSG ń*@uryN[Yh~"eMN`D7F$0D{x 5tq|++W'fq׮,f7\yOeKx\ǦH"0c 11\ki6Äf ꜈u&luQP7n?\ .ѳLXF֚E`Gϱ*Wo42u@u%W׽z'6Tqg55u:y\6EX1B0n ÚfqC_Ӥ=%iIIT8ZgoMͳ:X19~qguulv"ސiaQn^|ƭ]|cx]i#|,o(l2_MMXO7_`q;8wW},5&\ezww nzA?gLӍO;-~>)}P>9'^J4VF"%3=4=ZeT͖LdT}Y2U%FɒdfKjdiT͖LlT}Y2U%S5d%S%Y2U%SiTɖLdLG݇%~p,7HL/K wmْy%S[dj͖L/KlԒ,Z'Kl,Z%SKd: +K&<(d3O2dK&zulԒ-ZL-ɒy [5Y2>-Hkdj}Y2ɒ5[2,Z%SkdtE7`[2fK֗%Skd(Y2,Z%S[diɼKld!Y2gK%S%[2ot,*/K&$ZlTɖL%S%Y2U%"-dK9{== +3&KӒyfIhdn>Rg^%sc&!MȖ̃%stq -F%6Amη L8nPk>.&7j؄9\J w?^٥{8,`PODr&qt+]u^xrU +3eUZEUOJu7 &u- wģ͋Ʌŵ:x +¾7 IFO}*sЯ +$~|#8#]Ԋtt3j+X\\E<}tŠuj6X13`K*>Gd35][?Id<^N!㧳>8 nRf`np5ˏa.L@ը&Yc8QG@#-26qZ%T `(bU"ylNnIi|t:3+R"Mt&[̳ DĹI? kz4^mZfj^oap1oyo<*[ghղ/Sm]lc xAsD5V|pIHQ׉t2oNة2E;wH[Z:U-"myl?26vNmgة*] ]'xp<+]W~dlXD\q"L1.t@sFef@<(҈(U FxgcL6ı+#l\A>H*pj=VDq<) +dqɋG[uR[XT^~g4d 1`sk-L7f9g! OaBڅn0|t8\ ,NZâc Ȇ"ľ8'[e^pD91p)ηüvFS# 5t 'X"gӋ^OyqM{lML\ۆ ;qmsJF4$}rt/^ZT"_bNb-lp ɽ20B's\ςr Au#N!u )?Uz~K$e4Mje0Y q/|[U`uW?8,b&k";wh7tmq =jCb?-r1V3#/` + B vca?^;bTR8*>|ĨQ ROhBsUL(URֆb b3yHHsN]N3("f$М|} +ō\ț0mphm5=lo@5.(X(66I!160> ~ؐnt<.mcx^T'B\ aoŊbk6 e-)DҴ1n;$݃ yR' +Z" +\+`y?KOwS7LŸa'>,uѐ]E]Zc: d͋ E@=m4'hH!^Twŀ?P,Ox] +ٚlWF5OT R>(]uL2僳LS"uLǭP;\T34HP,q \_?LFА&^%a%$ h}Nw ql B|L^#:pC(ixmi@!y ylz:< KABFP#mU;t^qoΖ) +c;mf`_}?-Lp h_oeuΒ"kxz8Cpd>i'Nq{:_ ҵ=v &4 h?).V@,R,'C.Lpw=r)ЈؑbCgzq $ T2go+>N3 jsb@fөcMPī,?n[-n9Z m$M?/jV([ Vª<#]0C Yj +`h<2 qc$gY"A4RI !ak=uyf-?X=k6)Yx]u}]?sEtFPNeb ·z&r%xS qяJ.W?.De'sftU8 SXW-&K  ڴgLՏ"e_6omHcFU{D/2]{XAhmMb(q ?l"Ol)0CnՁN6ԋQ߬2vI„IzXҟ:^z˭2/ܓcOf; GEϑ +nz̓!9LEi 2ʫ/BP^w͉Ndv\ I1 У&v7#YG|pؗ>sJ\>80\jL2_"~<|F8=ddy5:LW1:+ఢ20 FMzO]z; h$vpo:2 pudf -7y((C1Rsc0Iv:-Y?"6 ?Ql#fk$\Tz3'+rQcY0Ӆ(f"a(f"M\L:0b&+_S.uO`!KVCIwMRwDC1;z܏ұC1ږ άgzG53T3XSam GKG~T3@m/,G5ùbJs`ݠ6s{8ȝKTD]>dy|g6ѱ Dsc+s=_d$(H01jrz懏kAs%4DG,:7KtQG%2(ȪGnrriTK!•4wiXRy'Һå-e֗KKKvi!r.--/^٥Wviri1ˆK;+d\ZeDХ('H.-)\Z^.-Y٥d4Mti^٥Ғ]ZZKKӥc#j.-/.-KK%p]Z]?.-Ƨӥuv~T_.`gKK{vii.-/Җ]Z^.-m٥Yi}f&0Piy>B"RХ+J.-^.-KK:ǥ˥Wvi]Zz\ZZKKKvi:%f֗KKkvii.-m/rKK{vii.-OrZKANx~<0C`GpD!yn~'ⵈMr b8#N׵?Oۃ222ʏBR]eœp[xE`|EȈ;KI3_Wx=s r]i! I(`JK "p!c`D܋5ne1sUy\~bEXo FB \(h_U2/Uz!ڜ\CYp415GM:r!m| `z;9Gw-fkt<ç9P(s"ȒQKr'WgX¤ +ָ="!h_b O +iKgj[;AwL@ͬĨ&0hs5SyK &hAO-MS {l}Z+,N"<7' _ ?%5 ]jޞ-v9y+ХP$gǏp +OpǏp̐m0 90[^<׀r@Ua@DFo?l-rlnލFv +KUCJ0 xRLJ 0-&"3 v:gNR s C l fB$S"¤00L +JhOJ0v{f '@i,1<"ʵt*ċ+2>Lǘ~`kTpS'Px +yP$ Ÿ]1ʢe\˛'HG2ў`?GK)W])A]vp>`OڠѮaɗ̄)_D)^' {kza2 +,R<%aF _HJ@pnk&oYxˮ6 xp=?ǟ_~?)  +0_ЂMo4e{a򋣶G~L;#aȾ7;+0exвUtOȐSojyN$ ?FȒdx#>{x)w`xP/O4[lzr tyU*ەK|IYg,4>Eou4\S) OO~or֐.xr#,N`P,cT?B($;(˓74OQ OXy-G>qǣ9= BX" 6HO+8MGM_W +!BxZ!_@Ff0->"s^(W6]:A#" i!VS&_hq䛥2ǻ?O룃U?_#[L[3̴SL!7yrMgZľ'B7-4?LǕd \ +:DhFeK %>B,, ]~i@̀jb!s2+0. ̽X_ RŀK僆aZʍd92s_ch.lHV=6ʯ3 /fL RȠj^фՐ?H04DEqA8xzpE]Ną9]򒷨ɹGKfb1-#LCWnW/2软y")&h9`^'MA3,+KŽ{[v5v>2}/b]Smy%(rF09ʯ6‚ZŻ +늗֛/Y7GVaX88t +i' L#jKxC3@Fth#J+S6υj| OZn]NB*i<-N[=]Y=wZE9geUvR]!$)RoL-c\<@b*VgbgqfPǵ;J-U{1<]viW~ޙX]b4&r!,涡pH6`wK;OeA@irꎤ|:)Hy\*Did˚nt tJg +(k%X>h &BF<2θ2X#~Y>dn.J/*k z *9%h:V]=V9쉨f:K@dd)0j{<JI+UEj +TTsEd@-ȲZ:N>K1kȡx/,E =DJ6HԽk?kDiJ$:V9:%j9(F-L ².z/h}~h}Xe?Xn )7JbV] "e:,)= x/<;%$)Xž Q,!EzF|C+TIsu'(N|u<Yǃ..O^q-ϥz.\X90*u|:f /@yjYge5'JYg}jYg}ΚFFǷKYg6ԲԲe)e)e:s]+ee5Sw"LuV:ke}:,(U7ԓݸ:gйuuV:ke}:k֐ۚfT[:d0ײΚ,P:ԲI+eUKYgOYgs/x14@ΪΪj-LQQXkYg1Ƨ3j:Y˗vRYӫ|:*Q:|(`gu>)<$hj؍k4Ն@ SmH`n9xL]ZQyZjA. ^ +S=RLog; +U6L mY9WV=.MW;l+b BpC 0K1k;Q0۲hwLJً tW.4 UE{erGlzcyo?/۶cHp(K,,Z 0 )E:m{ J۪rQ}}>϶Kahh' hpqjپDۗp4|c#zLiށHmGX#WNi+Đb$ jKb}f-;팣yu239a4ԓ p%uKnw/n#1XX$ sc%`jIľ< 7;~D'Sɝ  z@ˑ-ٵ;֘rr51vK-tsrֺ'l=gLMi@7zpspA.(+urum~<4L4x2ͪ'Ӭz2>L4L'Ӭz2ͪ'4L*m|<6'y&9q{2mTO,f˓ɴQ=Oi&Փir{2M'zdZx2WO ɕ擵ۓOɴv{2UO *=|pNI¼Q DEDV=֪'0{g[+{Y!֋'ɴ^"Փiɴ^=֫'Ǔiz2WO桞<Ŋ'Ǔiz2WO'zdTOǓiR<&ՓidVOid~<6'Fdx2⨞LՓIȲx2mTO&EEYQ=qt)gd*+LۓiV4#<]ԁ_cc[ƊcY[I{Eʓ|$aJ-qJLŊ-ͣT";1S y=pyAe +}^1RAǿ~I" +inp;a.*Z5v}&8r:CXGK~Zev&z+}ţ΀z"O @Oxb=41 z>fה8ZJ} 7D7)yMOoTqx*@3ĦӃ84] #ݻN9ixu ʛO<ߤԴ:ex*uSx /Pd"Q2R C懭' efi6+9rc 67^p|. =|m/)@uF-K3r$;fK7c'Ж +|@Y0&/|{(7@y\Zm{}#iE`Q9C5@8VS, HX+*N/CیF/SG0RE cf$%sltlp'f쵢ƷƮߚZ' 5y=b|"}VJ|5p#d[N81|'>2ͿәbcSeec9cux +rqx QB&Au عآa25;Ճ-:͝H"O2Jp0&PI'=dnvqUK!ݐK<?vF( ~Hu\Ҵ=8u_ɠXi H'.㉗ȋg>8v$NY{LIEaC,yOZz3G ;Oޗ!"\!)UcR6s"8ZQ~7[4_Px c3n',OkBJ62%'a^"+F/;;2+24EPU GUg}YtD pVgT" 8AحyD +J*~k$W #_UY/XdTI ?VuqM!`5fWd2 {f\:5Kr(35j7`Wr5}?L`b{Z8v=Q_wYLHkB<=kPxLWeE#uW՟l[ Ƥecmр8#F븗iu7 QĞy6TbqqNj0b9(c%0΄'/e@$}>h/iu&գƀ%4(EÆ!Y"Dʼn p*K4fTq'ܡj#xV_H_v <#w>!6V6x1B/db@lD,aՑҤ o ID-g,do" +sA!O2ӆ)Qh!y7&?JF 9mq)^[-\LXh~gcX1sV~g9,Yٳ1C=@ $u4ve g٭.g]pKPWD^(laќclFm,tW'WAFtw_8g24b,`봐[Zj&Ct0/-Sׇ}2i>^b/ˡ dzc'qv$FH<tײt?ܯ^zV"r7N&'` A9x*gXHPHD_*V\!wTl g`'(YԅH#`L4ɶ "]e@08IqlVE2;vN t<5E~G[ +enٟjګVuWUyʪXe<%kG+V3a8ݥxRM +ko:PcB`{iKlPfףy͊>c=a@yca-(7Q LH{T{jȇ= 0PE{RsS57~knUsSWM57[sSzoM57ߚzjnUsS57f!b@RD~Q_F[4!8OK!"bQI +@~ִ &'컷=J$C G9TY1IAͨ+[8z" МV`X 3PN^=_Z$E v`w)d55 El< xd@dIeNhcG~,(i 2tRJ8SF?J-8IYgKᑂ=׵'8OvfT&3{uŶ X 񩍼O2Yҳ@Ŝ9_d}JL@~eD!vD:WL$U]Qzj"+^Z0dR%8AE|EgWFr>d?VcR6R*Q(boC}3vM#9{pCncHԝ>ԇYl1 ~I0‚Kz؜ʟ6Π,_Eԯ2?:pO~;p9ҁcg"4JqAYs 0[!sPv' #?Rv,$7(!YCD^ދa_LdaƘuxf] AEY+XfC *0#Γ38KVjyu +H r[!J' GÓjdxZa3Ү<\ڡs8|SyɨB.Z,:TtΌS$P6ag_++\O 8uN +⿆ fTEfW@?H{=@@µ-΀f6vԌ|YqgVYtx-Stfa蚰i#:!-{jH'e;F4!-OH˴L#eҲQCZ6jH 'tӮ ioH˴L?!-2!-OH˴LjH2!-B0feҲ^CZ/'E*`H'eO iSBZ|BZԐ=5uwBZ/qBZ|BZԐ=5e'eՐ3jHz iYאI i|BZ&5B !-OH˴LkHi֐V*BZ+{I뢑$|֗V ML\cQM#LWḂw qG,H;>϶Kw$VFp19?5O$d@Wk߃4gJ,Hd5m-V`qVg $VxzQcƳ]LՏ.GJ?1  ++3ƌB ʡ8,`ټe7X6`ټe,Wl`,Wl~e,`1IY~Tž:GzNy /xy:2cpi 0"iy|Ÿ9nfoyE2W'$ljD8FLɱG2"ź9ƍ:< +z wq?#7mՄunm,TUЅ +@JdS*rh`NbQ˔6>`E;%hWw=,X +yeL rfQ2B2ɒY¥k+3i;\Y k,d4dˑ+/LBF:lhT1Q}b#xa)zNE?` 3ldnr&&P ߩa<"@U< +hߟdg$64Q Yp2d3H_ey֝ C[cfl\ +KJĭJ~@^fz_|@jp ,@xpM;51Mُk0!yeG@?Ny!qIτL JPw#tCC9c+Z/܂;q)9 pJ#p,9> Ef=* Vf[΀1QnVzVW(_NYyٕ5"V4lNKVXlY +osiF,5+/ERF<ˈZx6uqMXmkRN<@sM xI=)h#gs'(:jPqLnb]."zށ.ǵ.Mx x:?N_:1xnE݊ Ębһ-./JG%/m:kaS3`C $I4I\TnPr!P<Y&Ltuۚ[cKs28_I xM +@>K + k0$G#=_e,sBV`hgF 'pU'G b8q GPqV6Ph.޿`Հ1J`0~ۯ[mxwVB&XԠ <k=L#4 [=s@ r<L!,R%Z¢` +>B,,a!TH*_xX;_+@d5c癰+w=1ܩuw >,~95q2kI/\SN݀e00C%G<6ንWGrƃX߿y8=TΛn|hK ؂5ÀYd‚w^|YSpXKZ¸/; 5<<@IP +nU$s[be=ޡ(jqIǿ~?/?k[GR=ЩsB_m?7:s %w;oJ;{i c=[NehOQ׋VJ=۸{=xR<^n(utҕwǀc/L8@LSwt٘BeҫҞr>bH^#gE"949^6-gc*2Ǽfy:b_Kqu?z} #Z8asto>˽'Eh5#ZXwFa:37lzv'& +Ɉ%q}R*/GSvakݫre]e*\ʉz9Id I?)vM~BjzwQ:EX{þQܑ?,~UZjHG8,<'z-[=/5I]@\ |˭U + h?); K_D⧣/ |a +7!,4}aKnzvwsW|έBr7z$d\ +.9{Dkaq^GHg1\yp|AbhƩB.r_O1ec{b K1c/3-: lY"\,$ sY#$ X@vҐXCL~{EfAˁ@6FKf?` d߆LKOUg6F&l8"` \Q{ ( %<\qf[= +7W{. 8&#dbH k>/39 t0čחb H6v60Mrqp®_"}a*~ʪ/66v]/!e5 +37,/૥k~H}x@-6Y@ Ӄ? S,hx;R|p%Jc'uPCIb5ŧ0#+1t T(XC)(]l#b-ukȀ| g>IqzB N%* Vyzt9&lr=mA%9V7!@mT IvRO'#fqNB|A-̨͐jr>VToOԽqP)̈[٣>S-ÑPJٙ43l\i< Th ChdY*R -6;_z"}-|u{;6>rOQHwLpz,P19| +{XF~#1? \޵߀xpnRM9q~R@_RH S3ϭ+▋*;`a}ꑰu`@p +Gy 揝"^r/"R-<]oML")Yi[G)zW.`py +<ݶxARi N?jڋ o8n-#/|e(7gNx.H. CZaU@BSclȆy| Y#0~ϛZ2: bZ!0 귩K+Bk-੐b7[1wۂ*o~v Nʲ#~U/>997=cWDn:fj'ʼnekΆyoj)}-'+X&\wHeD@rpOK 4b +bZfƏp $l6~y3B'#"B1.DŽmDB{Ӝ[}.*J]dᏌ[}#$mڋ'Gy &N4>/(vT717b ;0b%93 _'bR9:a_ռGNogL68zgș%r-gPy-,.XzY'|_pȠ-C==]--ߑ=@'WOܝ1c}> g7Gal㢲d2\Ȏ|k{1wkkÊ6r*\?L8old09~:Ye_0p tiMu5JaS!m绊a/_G{Qt::I+|\ñ#U0ܜ0j-:7zt4 j\-ge+,l;ƭY`ʬ,H;Q"1MiBE@q"H>~S6A2ȇRej3>tpתۿ)\ +*|t Lhl +<-8c 6ōfgcďbw%_Ǟ'Z)BmmI"&e2`jn>X`[ ! ~fO?+N"+'$9W}}B J{1$vQ]slۇXK$:@tMIĦdS! (#@,,·173;5}nݎc +-WG+"bx&@6R@PڰfDq&2Dǩ ;,;p9ze%}e4E5[G3s{b KTL#茁Cc(%Hpc@{*BNB(+,f= +G+;ICKePebvR;%jQ1{r4ȯѣ b㪺J>bDރsM%00F4Xckr}:y*D83b[\Ckq ET0ps + u@)K/!dahJy8/G?\BR-,Nsmi ̨8qy5.?QǃH!<:̚J'b ,g7c{}PeWqE`8T -PhT;)u9`nqcEDdj@f`´7f!+~Yh& KEQ&ݲlNˠV`UqoE2Oj,p%x 2.B-T-k0 ,O cG%y H>A5L9a* 5Oq(lB2i/ mꞯ볟2\.B3.OtnXk6 q[mJ& +b:58Aq j" csa {J;U?qqkRl,(x luP@VB4 GRBPNb6ы,>G8Eآs}H=>86ElgvPyQq>> z>bualNIaJ؛ {7? K/f`{ӈ>grv92FEwKWqǼ;Ν%]1";X^*14pH6hR#u$Ї@3@'#$Aoy"8=4V1Яlp;z}G CMx/H/)(ߔ* +yΥMa0 T +WԽt?vsPxA?l/xLP`"5zNL`a@u:^ oGȘt4ۖ8-%ҥŚ7&XWi,A1Վ(YWAafbj84c?}+Nx.%zWڙ]??DtXD^=&ea?C{9VҞq"¬5J@5u* ǣIJw%c{cS1u}L]S?1s}L]S1u}L]S1u}L]S1u}L\S_1u}Lq zc 1u,~}L]S1u}L]S1u}Lu}L]S1u}L]S<;c +ecSr}L >c>)>J1u}L1"y}L]S1u}L]S1u}L]SOd3O8-I#]tczIK7_/#ZoSbWr$!3QpHf۬|hp{gӦ#128ToI SZq7.E{d[mvmxkV$?sw{ +қi6- Q|=e;G̐=>Pd@#qSj0h9\.@֪ 1d V$"z5(] 2", +\Y){ΊO xȳxk|@:v[qmL72x7W-=Riw/"?F}ƶOLݸ8>WJ> /Nq3Կ|v&ɧ6t zG-cFx=f/bЙf[y5Ϲ'\ ǧF t³Yv<娃-ӻcʗ൦E㟂 +}̪x?$vU<|'..SƐp6^%{Ax7Mjo>D]n':(.ϙӴT??5;Y|Oe (=H|E3ks{Ο$ +K9s*ItCNRo3H|NH/i5oֱȂ5[s%aMMYQ#g GBgnl6N|BF{I1FzAٚf*OүarĜj߄'>jA{2>3FtT, 6>~^O{J-h|!?m Frʧuh}[3c@].P8,fcb/6Tca^gMSgh/yd;(~⻆HѦMZ yoeD)FVW2;ă:'ָ\>^z۱*/]Þk6TV{yf90zy/P %kFjRӇ*;/[PcyN',#&4bxW-}5/: ͳԬ:|-48!׭@ьnF})#n0z;&!# l͙~ ma ,ܽgdTs>rU|>~[ 摝b M2eW9CFQ>TazeN rjvIr8tf57__.Tox1mڑa)93%_X߽\/ =8}Op#˦:ָS% fxY$8dgAV nyf P񍒷:_Ald˭omS.^S4UnȃVNFXn z^OՑ"Pm釃CTk0In dݟl;NECZsPKfUX̄XӸ|&GL52- vwCbx +&hr]N%Pp kxFuqQ(^g.4XX>|]#\:3n޶1QsuComGvO8G0-FܗM(LOgz +]e뺶c^|-uOLUOSYW?aЛ:H0cp5:;A9 &\zc۞w3Yέj!0oB1Ċj#*Y +}eه lQQw @<~օ\Ke=} +ضS_ =;z/9 owrLK6cH`Y)WC; :{jkw kP&bt_ǚ89hugu5af&d]_9:z+*<5Y6=!:lP6O;G\Z".-_?E n1QhTt'b J_î;…kߠ`<7݉=}m{n r[@A58\ F\+ GS|t!@`.1tkG֠5PW=*|HBv,lC;iv\򋎿8TVRBǒ&wg<y& +@hEZNjo(T5?OlbҩrGWvKe (fIc%G}⥿~A<`/lmw"D['kZ~Prq?E@4/,* 4J؂TiQB9~ϊSw610%r C,a{CPf`U3-?ѻf-7:wp$Eej?Mb*4N{@*8<΀lŠ73Ab: +G$T5A˧oЈ$r˧˶;;ߙ|-jgI2'kEBH]RM7 +Z`M^읿I Vl7jUKfX^ 6Xёha,TI޸ӎ ۏI?kl!ۘ?-eͅX]v:F`sP/Kse08ƝNqۆTZazVKUx8ΪNPa!oZOT| 5'~VgR`&#T V3l4(辐z8O>٩cQ /hT):\|&y+pV6Zam"!UU)\~<>#d?iS|ʧzJPV݊O LTY]B )q@%D@"bJ&[𯐗o0\y2jq{ѸKվ ~C#l;c Mlfrdm/!MZ[Q)9v$t&t//wvGy hm2&{ edv BD)dْ|Q= /v@`RZ@{jp>Mg%M6y;d +(W}[P9M*g@lx mns?=+RwJG٤2v=9@@8 1krXFZf雉QMzvQV3>i[3.n;8YBУcEV]UNWUM||M8z!*iDΓ +@YVn9[(2(zΆ[iqȽBssQ3ld@a1 ~#mBߑC_A|4 lZgtA+j_vQdqfβRySCUcj3&mwMk&;n#_UI8];ό" 0Hd[KBsBD3ºseuW {vP  }R Ɨ4uV sӅn\OIEtxa< G?դϝ'.g)sXsᛝs+~>d1LP?_bs:\$3nM5 1;LfwF<-3$Kf+j"rp'{kZWFMřPWlK)Q%a[ЄJn߄W~hdo9)nQc̺4-H+v~#w jWAawXЇ*1`i]{+q/a/4j-Sh>280)N;s2 +?$}2..I41cXc ǍZIE(ar剪=ʏQU;\:QQv4B ~5zfQ W0''vt4QtSgŕl!>[Ҩv7jjOJ('v3@S$vo}9(t‚ T04P#,0yBՎ'/=x~.r P/6#fZu!TAU{$TUAՎXo +Uk8Q#qU; QjS|AQ" JaU{$U g2jjj}-U;Q# +VFՎ‹QnNT0P#F an=r@P}P6vjm}mT0^2PT#ƹli>QFejj}֖FՎGjjިZ6֨6v\㊒)HȨy;'voG· + ߈-mʷoaKF}$1 CevHCCm9o ̯?)H%|4[?~%|;>%l >??C·chKF}$|Ki!g3sHފSW}kQb$@6HGC·mKc CC·|N o [·~KF}$|-5r:0Q[7#})vJlBecU# ?VKǍZI?.LxaHٌ:lFo;/R +PKv669ijh1Hag_$63_G ٨/117o{Ԃ򱳝 wd]*AQu(o8m7oŨmmcM7+ieb@& ?Fa|UiqZ:荖Eà5A5?Աǃg11#arC`\k͛;6qm)< Ckd2 +56^(Zdݎ  5V3FkfΐNDLBv!~q7e6X|TC;%[|Hxf8g 1|)W +{,ItdzyíGXOKY[|'(+kxrd0ۤYp墽o;nR/ ZM#Ը/ Y=usN{6 'םjT*pzv]q0ik%OG@|c$Rk2$}֍ne^TX{6)!zH92u?vlE]9!қ8ֹPٯGۼ|LJ3v ^r]U=k+󳌱Ӄ ǩ`"cw<4Pb-*2*kQ/m -ȓjZ;e [/S=lQߚ-{.Q' [3$M ߂)ի$)S 4r52<k + +`yֲ[[ou>pddXVc9jd΄XW,1z%bQdS,1*ĒKV;ŒNdկX!z%!z%bɪ%ndS,Y#XrRjW,9e3j' oYdpňm 7o&,ln6nQgKdbgԆTg%>iRDo',gÆ٩ٙ?;M7ώώ S|X + +_z& <2$FtJd׺\d~6UE;{f4\I7ZAYЏ)'t$ddP% +# :{BL,ap=H{b6v8+w[ `/:>Sb=56iYBs5HNy@VÇ2STf\A<ɆgWV/!L 3OF{h#$ {%?;Pe!E~qpkB9{ 8yԞ>]#T +U|.4?sf%˃RSp |UbT?QI7(kG*3Tˏ -FŖMZ& Z~Nȓ47~DGUOjiKLӌ>`6>r'2"Z:^2γ}+*@!4|CҰF3\&:S(EQ;+"KP 31.ĈK &2㫚HCAgQ-.J +%sHZ%04(-t7K>6Ai3*\Su5[T +RP2/ ü5%+vh"WYk>cLF}ݥ~ӻK*(r4 }z6EY2tɥG/J`u_h + K,i \Gɣ%zȞ=z5OCWnŬ!Q4QDʔ͗4¨`a֚eRbl -TC-*Jj(vhB[R=<~ͪe鱁sYquT50t-O/AƓT>)^;3| +hD06Hrv'=}^|{h Ey, ++&?1Db6~OݷѺ/.)3k)6CK;*껎{0ceQbჸϬ ?F2ɣ%G#J{jV-0o/+ڔ!}͔pIA=ZrvzhΡ D$PO +4Hn?'ΆT!2ೄt۹kӓdx˘lܯn˗͐;OAKhl8l +si-`LN?4ιɓ.==!{.e{Ppxe,!n>M8J=8p}p_p OU(e(0[޹ qcޝq2Ƒ/]g{>)B5w|sKb:cBQQ$<<8݇JjNI**,06Op ڠ= 3xH2N4Ŭ9)}72SR+Jd|Tc C>Q)nEDY}\:y`[]t37i^U߹\OPrtFu)"EAOaK0se ehCym"[CVΚ =2)T0&q 甆;S|E5A8ͥGJ\̠˧5![BB9%PӶ* }x$\* *LcY?C]4>>T:eը]aU R/M'݌S/PӚP­5 t)Ӵii(Art>M3r}*ʎO/)s/y - ѵ+Wig3!iTu0tV +.`OSy&8s^/#Bq +65y[+AXj_ע+.Jɧ2tx+$k/z|>Vh8YMe2qVO Z3vGjCMb.eMh~< +uѬk[WmIJ4Z’kWsMՑ⬡2ӨumԷmfgȶJs¤zz`Ia}((Fů<7so7Q7 }o!ۻ7 }o7 }o7 }o7 #o7 }o7߾o~߾o~o^76ټoo~>M7o~o~eo~~߾ CCq7 }jom'n*Jn~o7767 }o~{7 7 }oЖ7Q7 }o7 c }o7 }o7 }os*L>{o7 }o7vo~߾᷿+߾o~>|o7 y]C8C`~|~3L<3fم#fľ85}D10 ُSv`lx.foٶ >l]];.n xg[\0 οê"kpˆ?Z"&sjO^ + QgR0Et$޿.,3B(0|TMC +HW Y W jOFHtp3;Uq~R!p^#9DTvYg)!OƻEPתЎ}¹|qlGSw%ǂ(7at͖ԙI.E>Jw%d^J3ej+LiqQ J#̀,%jHp xc$2a.7tSA*h`L`wBJ itIfzs>q ki`(>V* KZ~.5dk7;@R` +x{ذY᪐_1^Š~^ѲUkULdG9ǣBeߢ11F% s\lKS͐HD - J﹫DI$ =qmU:yIJwPIpRWӢSIgk#$oK%*kWY9^~"IMORcj$*dmIL t:|QSޖV/DA B`҄nPձ@\#??#XD ҟm3)GхpUKУ%Eڪ|7tvH3Nx~N"gTPg%9?nvՆ#MW?֒;(\*h?8ʝAvՖO σ""6Va^Az\zzTXNA@6D + 'J߇QS:u$'+~7p{а=@or$t|a_SC͝~?y势q?EVrH_';AIA琚W$k>i΃=q {!51I 8^NO2F[$/T\Ah q$DnopZeI r;$ UW~:E%sj.EYzerRexȎtm0.]/C%f#ߥ/%i7\kUҼ&ץYNvVx\k̏4mȤ3mA`i˫`5zc. @|ds(Ƹ^w4/%Kxeuv5dA +0jeR+@ >mI0-*- +H斢-CUa +kaj GiPzH5:晱DgtW0amoG(XCW $v;4ӭ,~r^ͧ":թ:e>}P{y;|Z8LǓc{1DG8GH+4yضWviTcua#r{m\,3S6e@y~ɀh "QcQպ)ТÒ+eo`!+\aݣ0jʇMҩfHߠ+R)z) p]7gc'H`=-4LRI4&QC5%@Bt6ƻ] +}WKR%K?3qr^buJWzjvA5+D=CH[1vjiRhk{Q6% +#{N +ʪgos*= n׼?  |aTrjIM8WV9HG` -㋀"x_G4<z؄d~Ud9H/!פ% R:ˡH 9F8t I9O:6F_@o;u1#f %EMr,G> ÂRdm>ZMF?7(P 6;ݤkK6,y .7P4N0V2O[4AU`\r6Jsfrܓ{"@di-됛\~5w6r񌵍'huY4FJMQǙ:Hw!}U]tT ?ډ6:% J/I2 `3YWJpһZoi$ +/BF;/ vrc+tz}q7N +@.$1gmaUANe%9O7KQOg-v[xVC#ϔcմ+d;_~LA38pի uL`^.M_cԩ鵐@TwJ]X?X^|:}o+yU4hec[xM(0 vRO@ 0oΏ@͇;S;j)&SnQt\?Y&f>Y]Xi9ZCYFen%FfI1vG.Kw]tR^;%KuA툨AP#g^T# SxzYy!s2 tonnfo{\Di[N\SʟE + zd'v{LZ'v \Yj瓡sBkt:Q O}Oւr(G^N9uNqK_Nn΋tBkwQi zv$6 +uZ R u:;Vls- Zx'NhBk:y |ւ* CkGeh"CkZ';`<-f ҳ#}WdUPWhU, l%y)Ck7a~#gZW'^`]ua3ŔCk7~EmyےX}Fւ0Ck:K_Whb +Lї|NWhUVZ+TZֺ +Z uZ'vᾆޒ[!;|ZdhmW&ZZ,3Vo}ڥˠZpTޡVNhsKZpޡrNhf6 H_HZ_K'ֹNh-Z2Oh'$}wh-2֏c +c XZZ#T +1 CkZ iZ vBkݡ E&G c2Z]: Z;gFuBk}zvBk};9Whi]zY^p|c:/+ ewre;YZNu|g{Yv|;V󌽬eyYNw=o+XD) +m~[.o+ߥc_m~[xmO+ߥcg7ⱗ/w|#sš̂1+߅_X.+ߥX>|a/+߱=Y{Vc]:VK/+l5k]V%|[)|/8V iX،rmy2| &.+ߥܷV~U.ʿ +ұe僩4 :aY+i{8o+_V+wc}Dyj9^m$j1Sv[8n G`V~Lc:VpMy|t0[إś7H