[Swift-commit] r4634 - SwiftApps/Montage/docs
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Mon Jun 20 09:56:51 CDT 2011
Author: jonmon
Date: 2011-06-20 09:56:13 -0500 (Mon, 20 Jun 2011)
New Revision: 4634
Added:
SwiftApps/Montage/docs/SwiftMontageAPI.html
SwiftApps/Montage/docs/SwiftMontageAPI.pdf
SwiftApps/Montage/docs/SwiftMontageAPI.txt
Removed:
SwiftApps/Montage/docs/API.html
SwiftApps/Montage/docs/API.pdf
SwiftApps/Montage/docs/API.txt
Modified:
SwiftApps/Montage/docs/updateAPI.sh
Log:
o renamed API.* to SwiftMontageAPI.*
o Minor edits
Deleted: SwiftApps/Montage/docs/API.html
===================================================================
--- SwiftApps/Montage/docs/API.html 2011-06-20 14:44:45 UTC (rev 4633)
+++ SwiftApps/Montage/docs/API.html 2011-06-20 14:56:13 UTC (rev 4634)
@@ -1,1185 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<head>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.5" />
-<title>Swift Montage API</title>
-<style type="text/css">
-/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
-
-/* Default font. */
-body {
- font-family: Georgia,serif;
-}
-
-/* Title font. */
-h1, h2, h3, h4, h5, h6,
-div.title, caption.title,
-thead, p.table.header,
-#toctitle,
-#author, #revnumber, #revdate, #revremark,
-#footer {
- font-family: Arial,Helvetica,sans-serif;
-}
-
-body {
- margin: 1em 5% 1em 5%;
-}
-
-a {
- color: blue;
- text-decoration: underline;
-}
-a:visited {
- color: fuchsia;
-}
-
-em {
- font-style: italic;
- color: navy;
-}
-
-strong {
- font-weight: bold;
- color: #083194;
-}
-
-h1, h2, h3, h4, h5, h6 {
- color: #527bbd;
- margin-top: 1.2em;
- margin-bottom: 0.5em;
- line-height: 1.3;
-}
-
-h1, h2, h3 {
- border-bottom: 2px solid silver;
-}
-h2 {
- padding-top: 0.5em;
-}
-h3 {
- float: left;
-}
-h3 + * {
- clear: left;
-}
-h5 {
- font-size: 1.0em;
-}
-
-div.sectionbody {
- margin-left: 0;
-}
-
-hr {
- border: 1px solid silver;
-}
-
-p {
- margin-top: 0.5em;
- margin-bottom: 0.5em;
-}
-
-ul, ol, li > p {
- margin-top: 0;
-}
-ul > li { color: #aaa; }
-ul > li > * { color: black; }
-
-pre {
- padding: 0;
- margin: 0;
-}
-
-#author {
- color: #527bbd;
- font-weight: bold;
- font-size: 1.1em;
-}
-#email {
-}
-#revnumber, #revdate, #revremark {
-}
-
-#footer {
- font-size: small;
- border-top: 2px solid silver;
- padding-top: 0.5em;
- margin-top: 4.0em;
-}
-#footer-text {
- float: left;
- padding-bottom: 0.5em;
-}
-#footer-badges {
- float: right;
- padding-bottom: 0.5em;
-}
-
-#preamble {
- margin-top: 1.5em;
- margin-bottom: 1.5em;
-}
-div.imageblock, div.exampleblock, div.verseblock,
-div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
-div.admonitionblock {
- margin-top: 1.0em;
- margin-bottom: 1.5em;
-}
-div.admonitionblock {
- margin-top: 2.0em;
- margin-bottom: 2.0em;
- margin-right: 10%;
- color: #606060;
-}
-
-div.content { /* Block element content. */
- padding: 0;
-}
-
-/* Block element titles. */
-div.title, caption.title {
- color: #527bbd;
- font-weight: bold;
- text-align: left;
- margin-top: 1.0em;
- margin-bottom: 0.5em;
-}
-div.title + * {
- margin-top: 0;
-}
-
-td div.title:first-child {
- margin-top: 0.0em;
-}
-div.content div.title:first-child {
- margin-top: 0.0em;
-}
-div.content + div.title {
- margin-top: 0.0em;
-}
-
-div.sidebarblock > div.content {
- background: #ffffee;
- border: 1px solid #dddddd;
- border-left: 4px solid #f0f0f0;
- padding: 0.5em;
-}
-
-div.listingblock > div.content {
- border: 1px solid #dddddd;
- border-left: 5px solid #f0f0f0;
- background: #f8f8f8;
- padding: 0.5em;
-}
-
-div.quoteblock, div.verseblock {
- padding-left: 1.0em;
- margin-left: 1.0em;
- margin-right: 10%;
- border-left: 5px solid #f0f0f0;
- color: #777777;
-}
-
-div.quoteblock > div.attribution {
- padding-top: 0.5em;
- text-align: right;
-}
-
-div.verseblock > pre.content {
- font-family: inherit;
- font-size: inherit;
-}
-div.verseblock > div.attribution {
- padding-top: 0.75em;
- text-align: left;
-}
-/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
-div.verseblock + div.attribution {
- text-align: left;
-}
-
-div.admonitionblock .icon {
- vertical-align: top;
- font-size: 1.1em;
- font-weight: bold;
- text-decoration: underline;
- color: #527bbd;
- padding-right: 0.5em;
-}
-div.admonitionblock td.content {
- padding-left: 0.5em;
- border-left: 3px solid #dddddd;
-}
-
-div.exampleblock > div.content {
- border-left: 3px solid #dddddd;
- padding-left: 0.5em;
-}
-
-div.imageblock div.content { padding-left: 0; }
-span.image img { border-style: none; }
-a.image:visited { color: white; }
-
-dl {
- margin-top: 0.8em;
- margin-bottom: 0.8em;
-}
-dt {
- margin-top: 0.5em;
- margin-bottom: 0;
- font-style: normal;
- color: navy;
-}
-dd > *:first-child {
- margin-top: 0.1em;
-}
-
-ul, ol {
- list-style-position: outside;
-}
-ol.arabic {
- list-style-type: decimal;
-}
-ol.loweralpha {
- list-style-type: lower-alpha;
-}
-ol.upperalpha {
- list-style-type: upper-alpha;
-}
-ol.lowerroman {
- list-style-type: lower-roman;
-}
-ol.upperroman {
- list-style-type: upper-roman;
-}
-
-div.compact ul, div.compact ol,
-div.compact p, div.compact p,
-div.compact div, div.compact div {
- margin-top: 0.1em;
- margin-bottom: 0.1em;
-}
-
-tfoot {
- font-weight: bold;
-}
-td > div.verse {
- white-space: pre;
-}
-
-div.hdlist {
- margin-top: 0.8em;
- margin-bottom: 0.8em;
-}
-div.hdlist tr {
- padding-bottom: 15px;
-}
-dt.hdlist1.strong, td.hdlist1.strong {
- font-weight: bold;
-}
-td.hdlist1 {
- vertical-align: top;
- font-style: normal;
- padding-right: 0.8em;
- color: navy;
-}
-td.hdlist2 {
- vertical-align: top;
-}
-div.hdlist.compact tr {
- margin: 0;
- padding-bottom: 0;
-}
-
-.comment {
- background: yellow;
-}
-
-.footnote, .footnoteref {
- font-size: 0.8em;
-}
-
-span.footnote, span.footnoteref {
- vertical-align: super;
-}
-
-#footnotes {
- margin: 20px 0 20px 0;
- padding: 7px 0 0 0;
-}
-
-#footnotes div.footnote {
- margin: 0 0 5px 0;
-}
-
-#footnotes hr {
- border: none;
- border-top: 1px solid silver;
- height: 1px;
- text-align: left;
- margin-left: 0;
- width: 20%;
- min-width: 100px;
-}
-
-div.colist td {
- padding-right: 0.5em;
- padding-bottom: 0.3em;
- vertical-align: top;
-}
-div.colist td img {
- margin-top: 0.3em;
-}
-
- at media print {
- #footer-badges { display: none; }
-}
-
-#toc {
- margin-bottom: 2.5em;
-}
-
-#toctitle {
- color: #527bbd;
- font-size: 1.1em;
- font-weight: bold;
- margin-top: 1.0em;
- margin-bottom: 0.1em;
-}
-
-div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
- margin-top: 0;
- margin-bottom: 0;
-}
-div.toclevel2 {
- margin-left: 2em;
- font-size: 0.9em;
-}
-div.toclevel3 {
- margin-left: 4em;
- font-size: 0.9em;
-}
-div.toclevel4 {
- margin-left: 6em;
- font-size: 0.9em;
-}
-
-span.aqua { color: aqua; }
-span.black { color: black; }
-span.blue { color: blue; }
-span.fuchsia { color: fuchsia; }
-span.gray { color: gray; }
-span.green { color: green; }
-span.lime { color: lime; }
-span.maroon { color: maroon; }
-span.navy { color: navy; }
-span.olive { color: olive; }
-span.purple { color: purple; }
-span.red { color: red; }
-span.silver { color: silver; }
-span.teal { color: teal; }
-span.white { color: white; }
-span.yellow { color: yellow; }
-
-span.aqua-background { background: aqua; }
-span.black-background { background: black; }
-span.blue-background { background: blue; }
-span.fuchsia-background { background: fuchsia; }
-span.gray-background { background: gray; }
-span.green-background { background: green; }
-span.lime-background { background: lime; }
-span.maroon-background { background: maroon; }
-span.navy-background { background: navy; }
-span.olive-background { background: olive; }
-span.purple-background { background: purple; }
-span.red-background { background: red; }
-span.silver-background { background: silver; }
-span.teal-background { background: teal; }
-span.white-background { background: white; }
-span.yellow-background { background: yellow; }
-
-span.big { font-size: 2em; }
-span.small { font-size: 0.6em; }
-
-span.underline { text-decoration: underline; }
-span.overline { text-decoration: overline; }
-span.line-through { text-decoration: line-through; }
-
-
-/*
- * xhtml11 specific
- *
- * */
-
-tt {
- font-family: monospace;
- font-size: inherit;
- color: navy;
-}
-
-div.tableblock {
- margin-top: 1.0em;
- margin-bottom: 1.5em;
-}
-div.tableblock > table {
- border: 3px solid #527bbd;
-}
-thead, p.table.header {
- font-weight: bold;
- color: #527bbd;
-}
-p.table {
- margin-top: 0;
-}
-/* Because the table frame attribute is overriden by CSS in most browsers. */
-div.tableblock > table[frame="void"] {
- border-style: none;
-}
-div.tableblock > table[frame="hsides"] {
- border-left-style: none;
- border-right-style: none;
-}
-div.tableblock > table[frame="vsides"] {
- border-top-style: none;
- border-bottom-style: none;
-}
-
-
-/*
- * html5 specific
- *
- * */
-
-.monospaced {
- font-family: monospace;
- font-size: inherit;
- color: navy;
-}
-
-table.tableblock {
- margin-top: 1.0em;
- margin-bottom: 1.5em;
-}
-thead, p.tableblock.header {
- font-weight: bold;
- color: #527bbd;
-}
-p.tableblock {
- margin-top: 0;
-}
-table.tableblock {
- border-width: 3px;
- border-spacing: 0px;
- border-style: solid;
- border-color: #527bbd;
- border-collapse: collapse;
-}
-th.tableblock, td.tableblock {
- border-width: 1px;
- padding: 4px;
- border-style: solid;
- border-color: #527bbd;
-}
-
-table.tableblock.frame-topbot {
- border-left-style: hidden;
- border-right-style: hidden;
-}
-table.tableblock.frame-sides {
- border-top-style: hidden;
- border-bottom-style: hidden;
-}
-table.tableblock.frame-none {
- border-style: hidden;
-}
-
-th.tableblock.halign-left, td.tableblock.halign-left {
- text-align: left;
-}
-th.tableblock.halign-center, td.tableblock.halign-center {
- text-align: center;
-}
-th.tableblock.halign-right, td.tableblock.halign-right {
- text-align: right;
-}
-
-th.tableblock.valign-top, td.tableblock.valign-top {
- vertical-align: top;
-}
-th.tableblock.valign-middle, td.tableblock.valign-middle {
- vertical-align: middle;
-}
-th.tableblock.valign-bottom, td.tableblock.valign-bottom {
- vertical-align: bottom;
-}
-</style>
-<script type="text/javascript">
-/*<![CDATA[*/
-var asciidoc = { // Namespace.
-
-/////////////////////////////////////////////////////////////////////
-// Table Of Contents generator
-/////////////////////////////////////////////////////////////////////
-
-/* Author: Mihai Bazon, September 2002
- * http://students.infoiasi.ro/~mishoo
- *
- * Table Of Content generator
- * Version: 0.4
- *
- * Feel free to use this script under the terms of the GNU General Public
- * License, as long as you do not remove or alter this notice.
- */
-
- /* modified by Troy D. Hanson, September 2006. License: GPL */
- /* modified by Stuart Rackham, 2006, 2009. License: GPL */
-
-// toclevels = 1..4.
-toc: function (toclevels) {
-
- function getText(el) {
- var text = "";
- for (var i = el.firstChild; i != null; i = i.nextSibling) {
- if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
- text += i.data;
- else if (i.firstChild != null)
- text += getText(i);
- }
- return text;
- }
-
- function TocEntry(el, text, toclevel) {
- this.element = el;
- this.text = text;
- this.toclevel = toclevel;
- }
-
- function tocEntries(el, toclevels) {
- var result = new Array;
- var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
- // Function that scans the DOM tree for header elements (the DOM2
- // nodeIterator API would be a better technique but not supported by all
- // browsers).
- var iterate = function (el) {
- for (var i = el.firstChild; i != null; i = i.nextSibling) {
- if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
- var mo = re.exec(i.tagName);
- if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
- result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
- }
- iterate(i);
- }
- }
- }
- iterate(el);
- return result;
- }
-
- var toc = document.getElementById("toc");
- if (!toc) {
- return;
- }
-
- // Delete existing TOC entries in case we're reloading the TOC.
- var tocEntriesToRemove = [];
- var i;
- for (i = 0; i < toc.childNodes.length; i++) {
- var entry = toc.childNodes[i];
- if (entry.nodeName == 'DIV'
- && entry.getAttribute("class")
- && entry.getAttribute("class").match(/^toclevel/))
- tocEntriesToRemove.push(entry);
- }
- for (i = 0; i < tocEntriesToRemove.length; i++) {
- toc.removeChild(tocEntriesToRemove[i]);
- }
-
- // Rebuild TOC entries.
- var entries = tocEntries(document.getElementById("content"), toclevels);
- for (var i = 0; i < entries.length; ++i) {
- var entry = entries[i];
- if (entry.element.id == "")
- entry.element.id = "_toc_" + i;
- var a = document.createElement("a");
- a.href = "#" + entry.element.id;
- a.appendChild(document.createTextNode(entry.text));
- var div = document.createElement("div");
- div.appendChild(a);
- div.className = "toclevel" + entry.toclevel;
- toc.appendChild(div);
- }
- if (entries.length == 0)
- toc.parentNode.removeChild(toc);
-},
-
-
-/////////////////////////////////////////////////////////////////////
-// Footnotes generator
-/////////////////////////////////////////////////////////////////////
-
-/* Based on footnote generation code from:
- * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
- */
-
-footnotes: function () {
- // Delete existing footnote entries in case we're reloading the footnodes.
- var i;
- var noteholder = document.getElementById("footnotes");
- if (!noteholder) {
- return;
- }
- var entriesToRemove = [];
- for (i = 0; i < noteholder.childNodes.length; i++) {
- var entry = noteholder.childNodes[i];
- if (entry.nodeName == 'DIV' && entry.getAttribute("class") == "footnote")
- entriesToRemove.push(entry);
- }
- for (i = 0; i < entriesToRemove.length; i++) {
- noteholder.removeChild(entriesToRemove[i]);
- }
-
- // Rebuild footnote entries.
- var cont = document.getElementById("content");
- var spans = cont.getElementsByTagName("span");
- var refs = {};
- var n = 0;
- for (i=0; i<spans.length; i++) {
- if (spans[i].className == "footnote") {
- n++;
- var note = spans[i].getAttribute("data-note");
- if (!note) {
- // Use [\s\S] in place of . so multi-line matches work.
- // Because JavaScript has no s (dotall) regex flag.
- note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
- spans[i].innerHTML =
- "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
- "' title='View footnote' class='footnote'>" + n + "</a>]";
- spans[i].setAttribute("data-note", note);
- }
- noteholder.innerHTML +=
- "<div class='footnote' id='_footnote_" + n + "'>" +
- "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
- n + "</a>. " + note + "</div>";
- var id =spans[i].getAttribute("id");
- if (id != null) refs["#"+id] = n;
- }
- }
- if (n == 0)
- noteholder.parentNode.removeChild(noteholder);
- else {
- // Process footnoterefs.
- for (i=0; i<spans.length; i++) {
- if (spans[i].className == "footnoteref") {
- var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
- href = href.match(/#.*/)[0]; // Because IE return full URL.
- n = refs[href];
- spans[i].innerHTML =
- "[<a href='#_footnote_" + n +
- "' title='View footnote' class='footnote'>" + n + "</a>]";
- }
- }
- }
-},
-
-install: function(toclevels) {
- var timerId;
-
- function reinstall() {
- asciidoc.footnotes();
- if (toclevels) {
- asciidoc.toc(toclevels);
- }
- }
-
- function reinstallAndRemoveTimer() {
- clearInterval(timerId);
- reinstall();
- }
-
- timerId = setInterval(reinstall, 500);
- if (document.addEventListener)
- document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
- else
- window.onload = reinstallAndRemoveTimer;
-}
-
-}
-asciidoc.install(3);
-/*]]>*/
-</script>
-</head>
-<body class="article" style="max-width:750px">
-<div id="header">
-<h1>Swift Montage API</h1>
-<div id="toc">
- <div id="toctitle">Table of Contents</div>
- <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
-</div>
-</div>
-<div id="content">
-<div class="sect1">
-<h2 id="_overview">1. Overview</h2>
-<div class="sectionbody">
-<div class="paragraph"><p>This is the API for the Swift Montage wrappers. Montage is a toolkit for
-generating science grade astronomical mosaics. The image file format for
-Montage is Flexible Image Transport System or FITS.</p></div>
-<div class="paragraph"><p>Swift is a dataflow parallel scripting language. The language allows the user
-to parallelize a workflow that has been represented as a swiftscript. Swift
-implements the site execution model to allow for efficient use of available
-resources for the user’s application.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">Both the Montage binaries as well as the Swift binaries must be included
-in your PATH environment variable for the wrappers to function properly.</td>
-</tr></table>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_swift_montage_api">2. Swift Montage API</h2>
-<div class="sectionbody">
-<div class="sect2">
-<h3 id="_types">2.1. Types</h3>
-<div class="paragraph"><p>These are all the Types that are declared for Swift. They are located in the
-file Swift_Montage_types.swift.</p></div>
-<div class="sect3">
-<h4 id="_image">2.1.1. Image</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>type Image;</tt></pre>
-</div></div>
-<div class="paragraph"><p>This is the Image type. It is used to declare the raw images, projected
-images, difference images, rectified images, and the mosaic.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_header">2.1.2. Header</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>type Header;</tt></pre>
-</div></div>
-<div class="paragraph"><p>This is the Header type. It is used to declare and map to the FITS header
-file.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_table">2.1.3. Table</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>type Table;</tt></pre>
-</div></div>
-<div class="paragraph"><p>This is the Table type. During the execution of the workflow several files of
-metadata is generated. These are tables that the Montage functions use to read
-for the next stage of the workflow.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_jpeg">2.1.4. JPEG</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>type JPEG</tt></pre>
-</div></div>
-<div class="paragraph"><p>This is the JPEG type. This is used to map to the jpeg version of the mosaic.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_status">2.1.5. Status</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>type Status;</tt></pre>
-</div></div>
-<div class="paragraph"><p>This is the status type. During the difference stage of the workflow status
-file are generated that have the information about the coefficients that will
-be used to rectify the image.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_backgroundstruct">2.1.6. BackgroundStruct</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>type BackgroundStruct
-{
- string fname;
- float a;
- float b;
- float c;
-};</tt></pre>
-</div></div>
-<div class="paragraph"><p>This is a struct type. The entries are a string for the name of the image and
-three coefficients to rectify this portion of the mosaic of all floating point
-types.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_diffstruct">2.1.7. DiffStruct</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>type DiffStruct
-{
- int cntr1;
- int cntr2;
- Image plus;
- Image minus;
- Image diff;
-};</tt></pre>
-</div></div>
-<div class="paragraph"><p>This is a struct type. The entries are two control integers that make this
-entry unique, the two images that overlapped which are name plus and minus,
-and the name of the difference image that they produced.</p></div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_app_procedures">2.2. App Procedures</h3>
-<div class="paragraph"><p>These are all the app procedures for Swift Montage. They are located in the
-file Swift_Montage_Apps.swift</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">Currently the options to the Montage functions are hard coded and the
-user cannot choose which options to run.</td>
-</tr></table>
-</div>
-<div class="sect3">
-<h4 id="_madd">2.2.1. mAdd</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Image mos ) mAdd( Image imgs[], Table img_tbl, Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mAdd fucntion from the Montage toolkit. This
-procedure takes
-in a list of images to be added together, the img_tbl for these images, and
-the FITS header file for the mosaic being created. The procedure then outputs
-a single FITS file that represents the mosaic. All the images that will be
-part of this mosaic must reside in the same directory.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mbackground">2.2.2. mBackground</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Image bg_img ) mBackground( Image img, float a, float b, float c )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mBackground function from the Montage
-toolkit. This procedure takes in a single image along with the
-three coefficients. The procedure then output the background rectified image
-after the coefficients have been applied.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mbgmodel">2.2.3. mBgModel</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Table rect_tbl ) mBgModel( Table img_tbl, Table fits_tbl )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mBgModel function from the Montage
-toolkit. This procedure takes in an image table that represents the list of images that
-will be added into a mosaic and a table of the information that is required to
-fit them together. The procedure will then output a rectification table of the
-coefficients that must be applied to the images.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mconcatfit">2.2.4. mConcatFit</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Table fits_tbl ) mConcatFit( Table status_tbl, Status stats[] )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mConcatFit function from the Montage
-toolkit. This procedure takes in a table representing the status files that were generated
-from either mFitplane or mDiffFit and a list of these status files as
-input. The procedure will then output a table of all the status files
-together. The status files must all reside in the same directory.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mdiff">2.2.5. mDiff</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Image diff_img ) mDiff( Image proj_img_1, Image proj_img_2, Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mDiff function from the Montage toolkit. This
-procedure takes in two images and the FITS header file for the mosaic. The procedure will then output a
-difference image representing the information of where the two images overlap.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mdifffit">2.2.6. mDiffFit</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Image diff_img, Status stat ) mDiffFit( Image img_1, Image img_2, Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mDiffFit function from the Montage
-toolkit. The mDiffFit function in Montage is the combination of the mDiff and
-mFitplane functions.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mfitplane">2.2.7. mFitplane</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Status stat ) mFitplane( Image diff_img )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mFitplane function from the Montage
-toolkit. This procedure takes in as input the difference image that was the output from
-the mDiff procedure. The procedure will then output a status file that
-contains the information on how to fit these two images together.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mimgtbl">2.2.8. mImgtbl</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Table img_tbl ) mImgtbl( Image imgs[] )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mImgtbl function from the Montage
-toolkit. This procedure takes in as input a list of images to create a table
-from. The output is an image table that represents these images. All the
-images that will be part of this table must reside in the same directory.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mmakehdr">2.2.9. mMakeHdr</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Header hdr ) mMakeHdr( Table img_tbl )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mMakeHdr function from the Montage
-toolkit. This procedure will take in as input an image table representing the
-images that will be combined into a single mosaic. The procedure will then output the
-FITS header file for the mosaic.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mjpeg">2.2.10. mJPEG</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( JPEG mos_img_jpg ) mJPEG( Image mos_img )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mJPEG function from the Montage toolkit. This
-procedure will take in as input as input a FITS image. The procedure will
-then ouput the same image in jpeg format.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_moverlaps">2.2.11. mOverlaps</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Table diff_tbl ) mOverlaps( Table img_tbl )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mOverlaps function from the Montage
-toolkit. This procedure takes in as input an image table of the images that
-will be combined into a single mosaic. The procedure will then output a table
-of all the images that overlap with each other in the mosaic.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_mproject">2.2.12. mProject</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Image proj_img ) mProject( Image raw_img, Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mProject function from the Montage
-toolkit. This procedure takes in as input a FITS image file and the FITS header file
-that for the mosaic. The output is the projected image.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">The mProject app procedure is for general projection. There are some cases in
-which the faster mProjectPP procedure should be used.</td>
-</tr></table>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_mprojectpp">2.2.13. mProjectPP</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Image proj_img ) mProjectPP( Image raw_img, Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mProjectPP function from the Montage
-toolkit. This procedure takes in as input a FITS image file and the FITS header file
-that for the mosaic. The output is the projected image.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">The mProjectPP app procedure is a "special case" version of mProject
-and can be used only where the input and output images have tangent-plane
-projections (e.g. TAN, SIN) or where they can be approximated with acceptable
-error.</td>
-</tr></table>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_mshrink">2.2.14. mShrink</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Image shrunk ) mShrink( Image original, int factor )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the mShrink function in the Montage toolkit. This
-procedure takes in as input a single image and an re-sizing factor represented
-as an integer. The procedure will then output the re-sized image.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_backgound_list">2.2.15. Backgound_list</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Table back_tbl ) Background_list( Table imgs_tbl, Table rect_tbl )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the Background_list python script that is included in
-the scripts directory for the Swift Montage wrappers. This procedure takes in as input an image table of the
-images that are being combined into a single mosaic and the table of
-coefficients to rectify the mosaic. The procedure will then output a file in a
-format that can be read in by the Swift readData2 function into the
-Background_struct declared type.</p></div>
-</div>
-<div class="sect3">
-<h4 id="_create_status_table">2.2.16. create_status_table</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>app ( Table stat_tbl ) create_status_table( Table diff_tbl )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This app procedure will call the create_status_table python script that is
-included in the scripts directory for the Swift Montage wrappers. This
-procedure takes in as input the difference table that has been generated by
-the mOverlaps procedure. The procedure will the output a table that can be
-used as input to the mConcatFit app procedure.</p></div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_batch_wrappers">2.3. Batch Wrappers</h3>
-<div class="paragraph"><p>These are the Batch scripts. These scripts do most of the file mapping
-and is where the parallelization is taking place. They are located in the file
-Swift_Montage_Batch.swift</p></div>
-<div class="sect3">
-<h4 id="_mbackgroundbatch">2.3.1. mBackgroundBatch</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>( Image rect_imgs[] ) mBackgroundBatch( string dest, Image imgs[], Table img_tbl,
- Table rect_tbl )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This batch swift script takes in as input a destination directory for the
-rectified images, a list of images that will be combined into a
-mosaic, an image table representing the images for the mosaic, and a table of
-the coefficients that must be applied to each image. The script will then
-output a list of the images after the coefficients have been applied. The
-application of the coefficients to each image is done in parallel.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">mBackgroundBatch calls the mBackground app procedure.</td>
-</tr></table>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_mdiffbatch">2.3.2. mDiffBatch</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>( Image diff_imgs[] ) mDiffBatch( string src, string dest, string filenames[],
- Table diff_tbl, Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This batch script takes in as input a source directory of where the images to calculate
-overlaps are located, a destination directory of where to store these
-difference images, a list of the file names for the images that will be
-combined into the mosaic, a difference table that contains which images overlap with
-each other, and the FITS header file for the mosaic. This script will then
-output the difference images. The calculation each difference image are
-done in parallel.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/warning.png" alt="Warning" />
-</td>
-<td class="content">The images that are in the source directory must be projected images.</td>
-</tr></table>
-</div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">mDiffBatch calls the mDiff app procedure.</td>
-</tr></table>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_mdifffitbatch">2.3.3. mDiffFitBatch</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>( Image diff_imgs[], Table fits_tbl ) mDiffFitBatch( string src, string dest, string stat,
- string filenames[],
- Table diff_tbl, Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This batch script takes in as input a source directory of where the images to
-calculate overlaps are located, a destination directory of where to store
-these difference images, a status directory of where to store the status files
-for each image, a list of the file names for the images that will be
-combined into the mosaic, a difference table that contains which images overlap
-with each other and the FITS header file for the mosaic. This script will then
-output a list of difference images and a table of information on how to fit
-the images together. The calculation of each difference image and the fitting
-table is done in parallel.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/warning.png" alt="Warning" />
-</td>
-<td class="content">The images that are in the source directory must be projected images.</td>
-</tr></table>
-</div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">mDiffFitBatch calls the mDiffFit app procedure.</td>
-</tr></table>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_mfitbatch">2.3.4. mFitBatch</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>( Table fits_tbl ) mFitBatch( string stat, Image diff_imgs[], Table diff_tbl )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This batch script takes in as input a directory for which the status files
-will be put in, the list of difference images that has
-been generated and the table that contains which images overlap with each
-other. The script then generates a table containing describing how to fit the
-two overalpping images together.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
-</td>
-<td class="content">mFitBatch calls the mFitplane app procedure.</td>
-</tr></table>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_mprojectbatch">2.3.5. mProjectBatch</h4>
-<div class="listingblock">
-<div class="content">
-<pre><tt>( Image proj_imgs[] ) mProjectBatch( string dest, Image raw_imgs[], Header hdr )</tt></pre>
-</div></div>
-<div class="paragraph"><p>This batch script takes in as input the destination directory for the
-projected images, a list of raw image files and the FITS header file
-and projects each image. When projecting each image the function will decide
-if it is possible to use the fast image projetion algorithm or to just use
-standard projection.</p></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/warning.png" alt="Warning" />
-</td>
-<td class="content">mProjectBatch currently only calls the general mProject app
-procedure. It does not check to see if the faster projection mProjectPP can be used.</td>
-</tr></table>
-</div>
-</div>
-</div>
-</div>
-</div>
-</div>
-<div id="footnotes"><hr /></div>
-<div id="footer">
-<div id="footer-text">
-Last updated 2011-06-16 13:37:23 CDT
-</div>
-</div>
-</body>
-</html>
Deleted: SwiftApps/Montage/docs/API.pdf
===================================================================
--- SwiftApps/Montage/docs/API.pdf 2011-06-20 14:44:45 UTC (rev 4633)
+++ SwiftApps/Montage/docs/API.pdf 2011-06-20 14:56:13 UTC (rev 4634)
@@ -1,2575 +0,0 @@
-%PDF-1.4
-%ÐÔÅØ
-1 0 obj
-<< /S /GoTo /D (section.1) >>
-endobj
-4 0 obj
-(Overview)
-endobj
-5 0 obj
-<< /S /GoTo /D (section.2) >>
-endobj
-8 0 obj
-(Swift Montage API)
-endobj
-9 0 obj
-<< /S /GoTo /D (subsection.2.1) >>
-endobj
-12 0 obj
-(Types)
-endobj
-13 0 obj
-<< /S /GoTo /D (subsubsection.2.1.1) >>
-endobj
-16 0 obj
-(Image)
-endobj
-17 0 obj
-<< /S /GoTo /D (subsubsection.2.1.2) >>
-endobj
-20 0 obj
-(Header)
-endobj
-21 0 obj
-<< /S /GoTo /D (subsubsection.2.1.3) >>
-endobj
-24 0 obj
-(Table)
-endobj
-25 0 obj
-<< /S /GoTo /D (subsubsection.2.1.4) >>
-endobj
-28 0 obj
-(JPEG)
-endobj
-29 0 obj
-<< /S /GoTo /D (subsubsection.2.1.5) >>
-endobj
-32 0 obj
-(Status)
-endobj
-33 0 obj
-<< /S /GoTo /D (subsubsection.2.1.6) >>
-endobj
-36 0 obj
-(BackgroundStruct)
-endobj
-37 0 obj
-<< /S /GoTo /D (subsubsection.2.1.7) >>
-endobj
-40 0 obj
-(DiffStruct)
-endobj
-41 0 obj
-<< /S /GoTo /D (subsection.2.2) >>
-endobj
-44 0 obj
-(App Procedures)
-endobj
-45 0 obj
-<< /S /GoTo /D (subsubsection.2.2.1) >>
-endobj
-48 0 obj
-(mAdd)
-endobj
-49 0 obj
-<< /S /GoTo /D (subsubsection.2.2.2) >>
-endobj
-52 0 obj
-(mBackground)
-endobj
-53 0 obj
-<< /S /GoTo /D (subsubsection.2.2.3) >>
-endobj
-56 0 obj
-(mBgModel)
-endobj
-57 0 obj
-<< /S /GoTo /D (subsubsection.2.2.4) >>
-endobj
-60 0 obj
-(mConcatFit)
-endobj
-61 0 obj
-<< /S /GoTo /D (subsubsection.2.2.5) >>
-endobj
-64 0 obj
-(mDiff)
-endobj
-65 0 obj
-<< /S /GoTo /D (subsubsection.2.2.6) >>
-endobj
-68 0 obj
-(mDiffFit)
-endobj
-69 0 obj
-<< /S /GoTo /D (subsubsection.2.2.7) >>
-endobj
-72 0 obj
-(mFitplane)
-endobj
-73 0 obj
-<< /S /GoTo /D (subsubsection.2.2.8) >>
-endobj
-76 0 obj
-(mImgtbl)
-endobj
-77 0 obj
-<< /S /GoTo /D (subsubsection.2.2.9) >>
-endobj
-80 0 obj
-(mMakeHdr)
-endobj
-81 0 obj
-<< /S /GoTo /D (subsubsection.2.2.10) >>
-endobj
-84 0 obj
-(mJPEG)
-endobj
-85 0 obj
-<< /S /GoTo /D (subsubsection.2.2.11) >>
-endobj
-88 0 obj
-(mOverlaps)
-endobj
-89 0 obj
-<< /S /GoTo /D (subsubsection.2.2.12) >>
-endobj
-92 0 obj
-(mProject)
-endobj
-93 0 obj
-<< /S /GoTo /D (subsubsection.2.2.13) >>
-endobj
-96 0 obj
-(mProjectPP)
-endobj
-97 0 obj
-<< /S /GoTo /D (subsubsection.2.2.14) >>
-endobj
-100 0 obj
-(mShrink)
-endobj
-101 0 obj
-<< /S /GoTo /D (subsubsection.2.2.15) >>
-endobj
-104 0 obj
-(Backgound\137list)
-endobj
-105 0 obj
-<< /S /GoTo /D (subsubsection.2.2.16) >>
-endobj
-108 0 obj
-(create\137status\137table)
-endobj
-109 0 obj
-<< /S /GoTo /D (subsection.2.3) >>
-endobj
-112 0 obj
-(Batch Wrappers)
-endobj
-113 0 obj
-<< /S /GoTo /D (subsubsection.2.3.1) >>
-endobj
-116 0 obj
-(mBackgroundBatch)
-endobj
-117 0 obj
-<< /S /GoTo /D (subsubsection.2.3.2) >>
-endobj
-120 0 obj
-(mDiffBatch)
-endobj
-121 0 obj
-<< /S /GoTo /D (subsubsection.2.3.3) >>
-endobj
-124 0 obj
-(mDiffFitBatch)
-endobj
-125 0 obj
-<< /S /GoTo /D (subsubsection.2.3.4) >>
-endobj
-128 0 obj
-(mFitBatch)
-endobj
-129 0 obj
-<< /S /GoTo /D (subsubsection.2.3.5) >>
-endobj
-132 0 obj
-(mProjectBatch)
-endobj
-133 0 obj
-<< /S /GoTo /D [134 0 R /FitH ] >>
-endobj
-136 0 obj <<
-/Length 216
-/Filter /FlateDecode
->>
-stream
-xÚMK1ïùïq÷°ãL>&ÉQA¥Ain¥bÛ¥`-
Bÿ~³¦E/^2IfxÞy#Ïæ¡»§ÀÈÕ*ÊjI#GrÙ¡l°ìýîÜ6p÷rü<¯Çm{Ü¿ÎúUW Uº às"ñAr
-±Íc1'#5!JZbR¶x?屩½9*¯É0Y§õþ
y3|[þgm2(dië"xö¢ÿîSóé
»±ê¹m¿7±?~óð¼KÿѸº+Ui
-endstream
-endobj
-134 0 obj <<
-/Type /Page
-/Contents 136 0 R
-/Resources 135 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 142 0 R
->> endobj
-137 0 obj <<
-/D [134 0 R /XYZ -16.307 900.716 null]
->> endobj
-140 0 obj <<
-/D [134 0 R /XYZ 56.693 759.068 null]
->> endobj
-135 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-178 0 obj <<
-/Length 903
-/Filter /FlateDecode
->>
-stream
-xÚíKo@ïü=Âí¾Ù=&iRT·¶ÔCEÄ`ÆØ.ÆúïËcÁPU±¢½ÃÌÀÇììÌ,ÌçÖñÄúrÆPP "ÀdÂy*
-&¸±ÇÏÑ,u\Â}½Z¦þ<,.ÛÉU& 4À8Ûãbç¥(Ê´N'ÖogÀ(2ÂP ¦±us@ýwdJçâÈp ¡"û¾ cë»
^XO &PaÌsíP& Ç¢T~.ÓMaB©;k#~ç"¼½KD'cÇÅ!ûÛ&ùçS>ka¥!#Iv±¨:©[p«]âA©´DëøÏ~µºZ))ÎÑxPQMÀâ35G"ûÏ:ܼTvãJ*lèd¶£O»aJõĄ̊roÇGra<©ÉìI&ö2ζh°Aܶ¨åÐh¬¡dcVÓ5@j Åíß/Z¾*a:L´L£½7
zªÃ¡ºX¹¦:NýtÛQqÎMd¤·
-ÍõØ>ÎÕvÓd;M
-G
-°·F æi`_£C¸=ëÆÅ<ã½$ê¾È\j®Dç¬Gëu#Õ4¶I;{åA¶Ç»SSR§¦ñQ´3S88:3w´)Rf8ö ίWA¸h
-g|Oô UάS?=Z"N<±÷BddÆÕä¶EQ
-î0=T4Ñvø¨ÊðÏ*
-3ë
¿lpcæ@`Ê
-æe<Oï[S LÆ9°Hª*¢×þcÑè¿Zm3Á
-ÈÞ»&Fëå »Ú)67F½ÂkùnÉÂ_·¨x&Yé?I¢IÕ¯°]ÒÌf{Ír¿6K_²Lý`.É4ÆñC-?Û<ö#K^-ªëyqýnm:ºÄ0ì!<QÂ&¡wbéÈ]ÚµÜK0lн53þºft©nFûéô¡lGÿLüõ:LZ3U&ͪé>î^m at wÍè]Û²¤ÝÐB¸ñË÷§ÚÀH³~Þ)i<¯ï(iG+¤¦Âðë ¿]pÜ5ÿÅ|ÔòMÏa±n9ëÌ¿Û0ß]¹ízÁ!:äýÊ¿Û³
-endstream
-endobj
-177 0 obj <<
-/Type /Page
-/Contents 178 0 R
-/Resources 176 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 142 0 R
-/Annots [ 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 174 0 R 175 0 R ]
->> endobj
-143 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [55.697 706.356 113.38 715.332]
-/A << /S /GoTo /D (section.1) >>
->> endobj
-144 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [55.697 676.558 154.535 687.437]
-/A << /S /GoTo /D (section.2) >>
->> endobj
-145 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.641 658.49 119.099 669.394]
-/A << /S /GoTo /D (subsection.2.1) >>
->> endobj
-146 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 640.558 152.324 651.461]
-/A << /S /GoTo /D (subsubsection.2.1.1) >>
->> endobj
-147 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 624.682 156.19 633.529]
-/A << /S /GoTo /D (subsubsection.2.1.2) >>
->> endobj
-148 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 606.749 149.315 615.596]
-/A << /S /GoTo /D (subsubsection.2.1.3) >>
->> endobj
-149 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 588.817 150.122 597.663]
-/A << /S /GoTo /D (subsubsection.2.1.4) >>
->> endobj
-150 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 570.884 151.786 579.73]
-/A << /S /GoTo /D (subsubsection.2.1.5) >>
->> endobj
-151 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 550.894 199.925 561.798]
-/A << /S /GoTo /D (subsubsection.2.1.6) >>
->> endobj
-152 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 535.018 167.576 543.865]
-/A << /S /GoTo /D (subsubsection.2.1.7) >>
->> endobj
-153 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.641 515.028 159.457 525.932]
-/A << /S /GoTo /D (subsection.2.2) >>
->> endobj
-154 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 499.153 152.334 507.999]
-/A << /S /GoTo /D (subsubsection.2.2.1) >>
->> endobj
-155 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 479.163 183.876 490.067]
-/A << /S /GoTo /D (subsubsection.2.2.2) >>
->> endobj
-156 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 461.23 172.817 472.134]
-/A << /S /GoTo /D (subsubsection.2.2.3) >>
->> endobj
-157 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 445.355 174.481 454.201]
-/A << /S /GoTo /D (subsubsection.2.2.4) >>
->> endobj
-158 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 427.422 151.527 436.268]
-/A << /S /GoTo /D (subsubsection.2.2.5) >>
->> endobj
-159 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 409.489 162.605 418.336]
-/A << /S /GoTo /D (subsubsection.2.2.6) >>
->> endobj
-160 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 389.499 167.836 400.403]
-/A << /S /GoTo /D (subsubsection.2.2.7) >>
->> endobj
-161 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 371.566 161.748 382.47]
-/A << /S /GoTo /D (subsubsection.2.2.8) >>
->> endobj
-162 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 355.571 173.255 364.537]
-/A << /S /GoTo /D (subsubsection.2.2.9) >>
->> endobj
-163 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 337.758 157.873 346.605]
-/A << /S /GoTo /D (subsubsection.2.2.10) >>
->> endobj
-164 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 317.768 170.994 328.672]
-/A << /S /GoTo /D (subsubsection.2.2.11) >>
->> endobj
-165 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 299.835 163.402 310.739]
-/A << /S /GoTo /D (subsubsection.2.2.12) >>
->> endobj
-166 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 281.903 174.481 292.806]
-/A << /S /GoTo /D (subsubsection.2.2.13) >>
->> endobj
-167 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 266.027 161.749 274.874]
-/A << /S /GoTo /D (subsubsection.2.2.14) >>
->> endobj
-168 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 246.037 189.972 256.941]
-/A << /S /GoTo /D (subsubsection.2.2.15) >>
->> endobj
-169 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 229.081 203.232 239.008]
-/A << /S /GoTo /D (subsubsection.2.2.16) >>
->> endobj
-170 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.641 210.172 160.005 221.075]
-/A << /S /GoTo /D (subsection.2.3) >>
->> endobj
-171 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 192.239 207.118 203.143]
-/A << /S /GoTo /D (subsubsection.2.3.1) >>
->> endobj
-172 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 176.363 174.769 185.21]
-/A << /S /GoTo /D (subsubsection.2.3.2) >>
->> endobj
-173 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 158.431 185.848 167.277]
-/A << /S /GoTo /D (subsubsection.2.3.3) >>
->> endobj
-174 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 140.498 169.499 149.344]
-/A << /S /GoTo /D (subsubsection.2.3.4) >>
->> endobj
-175 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [93.555 120.508 186.645 131.412]
-/A << /S /GoTo /D (subsubsection.2.3.5) >>
->> endobj
-179 0 obj <<
-/D [177 0 R /XYZ -11.232 900.716 null]
->> endobj
-176 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F57 180 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-183 0 obj <<
-/Length 1794
-/Filter /FlateDecode
->>
-stream
-xÚ½YÝsÛ6÷_¡·ÉwK%ÝÚ[?Ò»mÙâ·®×SlÚQ+K$7Ëþú)K²ÙuóC ø ͽǽ·³WÙ7÷Rª@yµ§¦b/á1©ô+ï}¯ÛùEqÿªl³¦ÁË«ËùÇÅ{` ¼(Â8$¡w!K£XX'þj.½^Ìþ {ÂS°_
-¦xà-·³¹·oï=ÎÂ4ñîåÖgTÐ/¼ëÙï3nÂG
-<°TErÌCÅ"¡D([ä}¸sÿ·¯ºC×ÿë¹ü;{À¾¸w$,Ïâ6oàTièSùí¦ Ô鬫zôÉ©ºÁ]ívºnØü"eÿÛFöª/y;Úa£K]gm^nèC³Ìu¹´6u¶²eM[WeµÍYA·UåK·ó$
£ãaûvÌ·õÿä<(l¶ßfm×ð#<´o
-£×¿ó·öòÀr1_ge³«jËíú¾iõúñËÅ5ë¤Y"ÅÐQ¹U´5«¬Í@`YÍ4ªÛeuVº Q³¬óÕ¬ÜìA0FêZÃõæ-÷¢ v·Öíô£É«ánù?z ÙÝ\àɾ¥ko3{ÛÌr¿Ñº¤^wµntÙêeÖ¬e}·ÊoP-t>s¤S|Ì·»BoUCc:¨É[MSd1üÑË}W%Mo«Q°©N4$W@kEAwliè¾Vk»z ð2Ëèà¤Õ¾^êfÄÔJª²G 2- à×() ܵȣ"F!4ÂÄ8ðÈ^à Ä»ÀãÍ!ô9V!Åc_«VODÉ®^UííüBòN%
Ï\ø;¾ÉËcSäç¨
-¤Ílk|HºYâkmì ùïG`×äå²Ø¯Ð½&/iö-Æ ÑÕ\Àð¥ù]¼£9ðP4bÁek,Ëɦvßì)
-»Ïz. ØïjBáT2þd½/Ö!a´««¦]{`À}ö0Ñ8Az`£ìýÿ &ÖðÁdqÈq¹¿1GÓ¬MªÝBÚ³8J]ö²OjwaÓl1WÜ¿ßéæ²@IÁtcpV»:vd&6'¡wñ¾[³ÒË«Q0'fäFÁ:÷£EhuÑ×;÷aöÉfO-ÊÃÚàÒ`ÅAÔéìA.êÄ×!6£ÈIóÐU¸2®óPa°@xGzµöÖý"eÀmzöáQÌ´vb,ú\þä¶#þ®À:f>/ÅÒ ýÂõÆ£Îp)'=¼
-Ø Î0öcF`fÅ]Å1´¿ÿÓ±ÖB¨?ÃÚk îxRÂñu&O|×Úb#é*(%¯üËvHYre «TÔµ1¬3ª}i=ro~ÄÔcý¬ã§þçUnýZ׶è®WË!^# ;ý¯Y¹IBEéQàà½ï4T¿õfIÄ$Ù'µCâÉ@=â¨ÏöxPË8%§ºoÝÓQ-cÁB<ªeÉ\T÷.H]Ú³¢I5¦ÐËvHoaDÕ Û[Ú¯Ûl7$ë6Âëõn{[RÖ=yòbj¨û©û´@]êé ¤ »#þçð|a ÜwwµÒñ \Û7â/HÉsà/Àrͽþ$ä,×Ò:Öi;´däÿ¼¯1ñáSÁ`ÅÄ=§ñz; ºòã<TáðûÕ0¨ñYFÚKs¡!«n3|Ònß~ôÊȺÂ^Ë;¨;*ÖðN´÷Á»kâÎ0Ô<F¥bJR
-]Í©¹ú÷)'t£"ÿÔ0N¡÷W¯ßë$J.ú4f<M,úø}Îöèá¦OÔ©Ñç`ÛIA¦l,R¬ä#äXî)ÿòÍ!Æ ÿ!ýÃÿxrÿ¼3ÐÛÐÈÆL¦ð÷mw4ýÖÑfí¾9q"À;|BÄ ¨a·ï¸!ÿ3w¶°Ç#N,¸å©ë[÷ô/ Ïzô¥Poót ¾Xb÷L4tÓwðKbìͱ:Ð>¸ç#Õbû ݧ|ä§5ÝÝ3ô©|NÒ°æÕ
->ÜÚÇrÄóh³¼¤¿cì»($ÿjß&ý²½Ð?xå»ËÝà~,
-Ëýú~QÌ
-P¦þù9ã*ý?þþU%©Å
-endstream
-endobj
-182 0 obj <<
-/Type /Page
-/Contents 183 0 R
-/Resources 181 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 142 0 R
->> endobj
-184 0 obj <<
-/D [182 0 R /XYZ -16.307 900.716 null]
->> endobj
-2 0 obj <<
-/D [182 0 R /XYZ 56.693 759.068 null]
->> endobj
-185 0 obj <<
-/D [182 0 R /XYZ 56.693 731.272 null]
->> endobj
-6 0 obj <<
-/D [182 0 R /XYZ 56.693 596.031 null]
->> endobj
-186 0 obj <<
-/D [182 0 R /XYZ 56.693 556.98 null]
->> endobj
-10 0 obj <<
-/D [182 0 R /XYZ 56.693 556.98 null]
->> endobj
-187 0 obj <<
-/D [182 0 R /XYZ 56.693 529.727 null]
->> endobj
-14 0 obj <<
-/D [182 0 R /XYZ 56.693 500.03 null]
->> endobj
-188 0 obj <<
-/D [182 0 R /XYZ 56.693 474.337 null]
->> endobj
-189 0 obj <<
-/D [182 0 R /XYZ 56.693 468.461 null]
->> endobj
-190 0 obj <<
-/D [182 0 R /XYZ 56.693 471.351 null]
->> endobj
-18 0 obj <<
-/D [182 0 R /XYZ 56.693 417.347 null]
->> endobj
-192 0 obj <<
-/D [182 0 R /XYZ 56.693 391.654 null]
->> endobj
-193 0 obj <<
-/D [182 0 R /XYZ 56.693 385.778 null]
->> endobj
-194 0 obj <<
-/D [182 0 R /XYZ 56.693 388.667 null]
->> endobj
-22 0 obj <<
-/D [182 0 R /XYZ 56.693 334.664 null]
->> endobj
-195 0 obj <<
-/D [182 0 R /XYZ 56.693 308.97 null]
->> endobj
-196 0 obj <<
-/D [182 0 R /XYZ 56.693 303.095 null]
->> endobj
-197 0 obj <<
-/D [182 0 R /XYZ 56.693 305.984 null]
->> endobj
-26 0 obj <<
-/D [182 0 R /XYZ 56.693 240.025 null]
->> endobj
-198 0 obj <<
-/D [182 0 R /XYZ 56.693 214.332 null]
->> endobj
-199 0 obj <<
-/D [182 0 R /XYZ 56.693 208.456 null]
->> endobj
-200 0 obj <<
-/D [182 0 R /XYZ 56.693 211.345 null]
->> endobj
-30 0 obj <<
-/D [182 0 R /XYZ 56.693 157.342 null]
->> endobj
-201 0 obj <<
-/D [182 0 R /XYZ 56.693 131.648 null]
->> endobj
-202 0 obj <<
-/D [182 0 R /XYZ 56.693 125.773 null]
->> endobj
-203 0 obj <<
-/D [182 0 R /XYZ 56.693 128.662 null]
->> endobj
-181 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-206 0 obj <<
-/Length 2021
-/Filter /FlateDecode
->>
-stream
-xÚ½Z[³6~?¿G{&Q%¡LÒ{:ÓNÚ·4Ám&6¸{æL§ÿ½«
-ØNÀ
-y±
.ß®öÚ] lüüðÝãÃ7?qÄ(Të@P$daÂ8³àÝâíS±n/)Çߪ²M6¹yxõæõòý㯠@ D¨ X^bÎ
-
2Z|cþöðããÃßÔÀ ¸@äÉ iîÞ½ÇAm¿±8
-tÏ}À F4PÞoþxÀv*¸7%ÚÑÈa³,¬Bi5ܸàÝK1^|¤K7µú«eö¶ik:ÃTõ÷ó`!2¤H5UÍ@°¢8:Ö]{`×k/ñ)AS'À ÕÛßZ©ï¬=FBK Æ_ at Y
-XoSøÓÒcC/ëÒK9ÂalèmyÝK à[ºê!ÍWºJ7ÌFôÙèèã{Òá«ìmãpdlÿïÈ7EÄ1B6éø~¦óWvÄJl48Dcͦr3n-¯Ëd6µÅ·cé"I>}|O:¼OÁYë×»*iDZÜÍ(&b>&úøLx+;
-ÊÄên&Ô$¹>¾'ÞÊN`B¦Of"½ ÎQQàlLôñ=ðUö¦<F4²1ìã"c ôjÝÍþâÈFÛ¢ÅóÁ¨jé²
-ÕÐòec躼¯»1µ=VQ·«Ú¢¸¡Úê¶j=h*ö&uQeæëÜ6§U¾^R¾øc ßV¦½ÎÓ¶X?»qnJªnª4ÕÑb_5I¡W=Øé®E%»)Ü^$37x>TEiÓ.e£õÞAà!xÎnäÕìæb½Ïp °BÎÐp-x¾7{ï÷fû+;>¡á!© ÍáÑ©ü8fñ|Dôñ=ðUö¶ÙÁ4ÓrNLæ³]ßÓvÞÊ8£JëÔ~6.LýÜ*p!ÎwB2À÷äÂ[Ù \I|ôn.DXÎw<2À÷äÂ[Ù \PB»·¿ÖqÉ(2»cs7X Bæ;oà{ráì.p¦ÉØåýl°#Âç;nàû±á¯ìx6X!ÆÂÉld÷ÜMFdBÙÈèã{á«ìÍÐEúÄìéSù5²Ká÷)ýµÙ¥&»B'ðxÊ.¡ì²Kmv uçìR©mmû´$xQ´>ÕÎÂ/É¢ló%áM^[í6±"öÉG5ÒÁl6J̳©<ÅßÇü
ºý"67ìK&9½À®ÐÔO^ïÃ!ÏLï§mnM5nzicó`n}I5uÖËíÎõbPiôÂy¨ËQOMð©y×yÚ:Vë~I{Z?[ê*;¦yv%
UW<.
-!Ù¤.¥WSØW¹F|cnè ÷Xç½ì® ¤ÜìiÁäUÔ°Þ;OSL4¼QÚAëgsÖ
ËûPµÂYaçIdìª4iskå¢ÈSÇ
-»¼üÁ~6¨ÑÂú; ùï½#ÆYJ¢ËûÓ°sªö×Ýýéå}©Ã»í÷ªÍ¯\öÎ4¾?Ö°0Úݳ!ÈÌ
-ÕA4¶¶´/áa},ÓNgcD(l:3¥´Êr[4k·ulòÚvKʲjmy[Uíñ´
×Ù¼=·4 ñX¢Ë{jgP¢8dçÏÞOé·ø¹ºü÷¯2µmd#wg;t¾ó*%âd¾ïç;ý~C#lâ«ö*dùslëo5S¢Ñª¹!|Z,¨l8}QÍýæ"L~÷þŧñÕn<þvµø_ò$½bmVÚ¶
-%C²¯$Q)\:c¤X¿Ñ³_3õO
vÐg¹ªôÚÐUëcZÚsn¨_×Õ~Ðõ¼«ÚªÚ},ZðóÙ
-¡}£RÕ<î¦5:Q\¤EºÅJ2å®´·Õ&-ë%ÃóPw<OÙiéèãà¡ÐÚ@AwPí0ãn þ9ÿéõã[SÚå¤Ë'> 5{% Ë«Ü÷C1s%è«bU¨îZÌ ¦TÛÃQßQÀCbþ@Ûå×`ÄçxÎèØKnxb´µÎ«héÄHÍ®)(\Ôí0¦,®[>6'"ËoMÍ)DÍ
-u/SA¤-øbÒÉørùØÈ@&Äèw%DbÄÄ|w%|?_ë¯ìx_K$Èõ¯ámW°wÜépÏßÍíw'úD¯[¾ôj>èÔÓ!!þ*7é ĹìuÖ¾cz»åBuãPgOXoÅéefëÍ»#ÎÞ\Õ¼yÈIG
-¬çÍ¡µ°èy´¾IW¹#5]e>oz¬§¢Ýv}wYÅËËúNÞOßO ÖÇ9^u
-¤½ØGòöó)G²nóz0þêÇP¿M1'8Î#:EÊ]1<¹öU4Ãø¢ÿZú
-endstream
-endobj
-205 0 obj <<
-/Type /Page
-/Contents 206 0 R
-/Resources 204 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 142 0 R
->> endobj
-207 0 obj <<
-/D [205 0 R /XYZ -11.232 900.716 null]
->> endobj
-34 0 obj <<
-/D [205 0 R /XYZ 56.693 759.068 null]
->> endobj
-208 0 obj <<
-/D [205 0 R /XYZ 56.693 739.087 null]
->> endobj
-209 0 obj <<
-/D [205 0 R /XYZ 56.693 733.109 null]
->> endobj
-210 0 obj <<
-/D [205 0 R /XYZ 56.693 735.998 null]
->> endobj
-211 0 obj <<
-/D [205 0 R /XYZ 56.693 725.039 null]
->> endobj
-212 0 obj <<
-/D [205 0 R /XYZ 56.693 714.08 null]
->> endobj
-213 0 obj <<
-/D [205 0 R /XYZ 56.693 703.121 null]
->> endobj
-214 0 obj <<
-/D [205 0 R /XYZ 56.693 692.163 null]
->> endobj
-215 0 obj <<
-/D [205 0 R /XYZ 56.693 681.204 null]
->> endobj
-216 0 obj <<
-/D [205 0 R /XYZ 56.693 670.245 null]
->> endobj
-38 0 obj <<
-/D [205 0 R /XYZ 56.693 604.038 null]
->> endobj
-217 0 obj <<
-/D [205 0 R /XYZ 56.693 578.243 null]
->> endobj
-218 0 obj <<
-/D [205 0 R /XYZ 56.693 572.266 null]
->> endobj
-219 0 obj <<
-/D [205 0 R /XYZ 56.693 575.155 null]
->> endobj
-220 0 obj <<
-/D [205 0 R /XYZ 56.693 564.196 null]
->> endobj
-221 0 obj <<
-/D [205 0 R /XYZ 56.693 553.237 null]
->> endobj
-222 0 obj <<
-/D [205 0 R /XYZ 56.693 542.278 null]
->> endobj
-223 0 obj <<
-/D [205 0 R /XYZ 56.693 531.319 null]
->> endobj
-224 0 obj <<
-/D [205 0 R /XYZ 56.693 520.36 null]
->> endobj
-225 0 obj <<
-/D [205 0 R /XYZ 56.693 509.402 null]
->> endobj
-226 0 obj <<
-/D [205 0 R /XYZ 56.693 498.443 null]
->> endobj
-42 0 obj <<
-/D [205 0 R /XYZ 56.693 432.236 null]
->> endobj
-227 0 obj <<
-/D [205 0 R /XYZ 56.693 403.851 null]
->> endobj
-46 0 obj <<
-/D [205 0 R /XYZ 56.693 322.8 null]
->> endobj
-228 0 obj <<
-/D [205 0 R /XYZ 56.693 294.848 null]
->> endobj
-229 0 obj <<
-/D [205 0 R /XYZ 56.693 288.87 null]
->> endobj
-230 0 obj <<
-/D [205 0 R /XYZ 56.693 291.759 null]
->> endobj
-50 0 obj <<
-/D [205 0 R /XYZ 56.693 213.598 null]
->> endobj
-231 0 obj <<
-/D [205 0 R /XYZ 56.693 187.803 null]
->> endobj
-232 0 obj <<
-/D [205 0 R /XYZ 56.693 181.825 null]
->> endobj
-233 0 obj <<
-/D [205 0 R /XYZ 56.693 184.714 null]
->> endobj
-204 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-236 0 obj <<
-/Length 2171
-/Filter /FlateDecode
->>
-stream
-xÚÍZKsã6¾ûWð(U<H8&»;ɤjªn©)Z¢dîH¤CÑëÊ¿Oh %ÓÒîE@wãÁþð¡I]Bo~XÝ|÷.£"Jr¬¶äDæIAs"HVäÓâãS½í·<£mÓ»ÊV¾ÿåýòóêgPÀH¡¤h(Òä1¢²ÌªÐ#/ßÙ?©»Ýü{uóÇ
-7hÂL örŤ<Yn>}¦ÉýPª"y2-IÆ(áBBy|¼ùõâPh4$xät§0*Cp"®_òéQJvÚMµ·aú¹þûqä± 9M\R{à±gLÎÒU¨¤«mèb¤mZúºr¬b¦[ÏÕÓëwÓ{
P$«7pÖ(ìv-ü멨]Ï4\OSÍs»åÃÃx5%,æï4£(ëÅ«òn_E]mÚUëþK·Æû{Cñ¾ò½ßÖÅú°ðpñ73°ûãËsðò[à â@ØñÖL¾öa$sÛ2RC«ûú¸¼ia6)<tíºÚ<v>Õû½-K[R~É÷Ë[¶À6~)Mmûجûºm°Öµ[êï±¹FÚ¶û¯uO0e©÷GÝè˯KFz[£öÿëà Ð,Z,{½ 0!6úb°ëª®:VMÔñ7·ñ\.öõ±·¢vk%F±oVöVj'EËî°g¹ÙT+ª¾E¡ÚcY¯m¹l6Ñ3ôVK¬ÉÀºÙ¶Ý¡´s;P£K]õÇcÝ9ËÎîïòÞ+;Xaßî*¨uË,[hVü^@¦^Wq°Pî-µýÃ#b`iÿt4¨µåµóX÷Àáé.[¯ÄÖmµ]òÌx»®q5L5XºÃ>°K÷µ®nØ4ÚÅ"Ñ»8Â>³ ål½töþÙ60wuâ+,'ÉËä°,¿ðôϾùÎ|§$MÓëßiAÿYàí¬Aß±/ûÇã+Ðï£éxºãXÿ§ÏËsñO²0Y\ÿ2¥ä<Ä?!þéBý~ÿt N.¥©Ð§»Zè:|!>!²ÀÈútµFí¥{¶`nvÝHo·4I¹¾û
-+zS¶xªyíª¦êÊÞ]¨â TÕNLù Sð°/Êönø_µ ñ[;C ±ø§öW÷Ù:`¶ø¬åÑö©@!=´@øáôéØ´©é ³ Ü*´ï^F÷0
P{+`õV/vÀÎ[Õ¬7Û±õò¥M±·íþ\JöÐèM£,ÜöÄw7BË_c§¾þyÀ7ßÙÓ/v)% |ïÍÙù¤p¿]ñ8Õ+oØTç`ÞþÁ«ÿíßv&æ½Æ?ÓÆOU¹pûM7Qê×PÙ55U9)%WÈ(yLå¸gð %,7G[
-¸$wªuøöÔZ< fiî=)npI¨Ö¨½ÒÒ
ÈûÌ@4fEVß½_}B{»Äç».çmB«
-jO¥²à Û
-G3±_c8°ÒÒÒþmpÊ ²5jrÇÇÀ<fú;cù¾ê°wÙÍÏĸ=KÖx¹dÙâ¿ú§êöåùlL>G§s±$Ë.H)ËI¦ØÅi¤"ÍwötDJ9%E®þçôÖgà½ç1»ÿ¤KYJ$×@:¡$¡YsÇÌqÇ4fnçç©;¿gcn=¦=fC=¦!{ä©ã/«µ<"ÒÙëÄйu{¸«òvêöt¸ÝûæJ/@oCd¼©é!TGg_ÕåÓà൶a(HÎ/HXÏI./GXFúçÁÃ|gO!¼?s Ëw¼«.½OcT/oi<¿Êi_PfOûâiƧ}沺§}êNû,ºö©?í3:´Nû4<í§
-<9ö)öµ¿ØÚ\!
f Íè@ýÜòé
-Åæ|l®¦ bc¢
-R% Ä®\ÈQ2Uà¼à×UQþVKù¤ÈKöDþ¶IQOH¬w%6\ë)±×!3º2C¸oµïOq>Æ¥,21è{z5dj¦nËÎbÞvý6wêW>J/g ëra¤"ÌwötDHB¸T×ËÝLp*&µ¿ôyþ-2*\y¢ø5SÑ©X2<Ë8tIº¤C-³qG3l¤ÁÉað[X-Ä)÷~|c>L§H¼W×Þúº¡Zdÿ0E!ñ¼½¤ zñqÝUeN6_ãR
-8õQîÜ®à}@Ý%¦zÚÈ 1¡\4þAQWù¸1ö½øþ>zìN¬ÐÆm+whù¡ìztuë:8G¯LcbF.ËÐ@M£Áòkõ£/¾8Ldqü±ÁY©Ë}À6Ò?æ;{:0`"i!gbÁ^><ѺêÇkçã6ð5pQJ#f@¹c":<pÌ»#¸0l´dó($°K@xH¤Oü¬¼F3åÑÕ-KТEÒÇÎC¸£¼@ê£õB,_á¹ð@éÚË×íçeÂ~ Å;> hØ"â
-"ÈD ?¡&Ía4¸Äzeغ"òBèO¸
§¾sN)¡R½æ3ç¿ £²I
-endstream
-endobj
-235 0 obj <<
-/Type /Page
-/Contents 236 0 R
-/Resources 234 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 142 0 R
->> endobj
-237 0 obj <<
-/D [235 0 R /XYZ -16.307 900.716 null]
->> endobj
-54 0 obj <<
-/D [235 0 R /XYZ 56.693 759.068 null]
->> endobj
-238 0 obj <<
-/D [235 0 R /XYZ 56.693 739.087 null]
->> endobj
-239 0 obj <<
-/D [235 0 R /XYZ 56.693 734.297 null]
->> endobj
-240 0 obj <<
-/D [235 0 R /XYZ 56.693 737.186 null]
->> endobj
-58 0 obj <<
-/D [235 0 R /XYZ 56.693 661.911 null]
->> endobj
-241 0 obj <<
-/D [235 0 R /XYZ 56.693 637.304 null]
->> endobj
-242 0 obj <<
-/D [235 0 R /XYZ 56.693 632.514 null]
->> endobj
-243 0 obj <<
-/D [235 0 R /XYZ 56.693 635.403 null]
->> endobj
-62 0 obj <<
-/D [235 0 R /XYZ 56.693 560.129 null]
->> endobj
-244 0 obj <<
-/D [235 0 R /XYZ 56.693 535.521 null]
->> endobj
-245 0 obj <<
-/D [235 0 R /XYZ 56.693 530.731 null]
->> endobj
-246 0 obj <<
-/D [235 0 R /XYZ 56.693 533.621 null]
->> endobj
-66 0 obj <<
-/D [235 0 R /XYZ 56.693 458.346 null]
->> endobj
-247 0 obj <<
-/D [235 0 R /XYZ 56.693 433.739 null]
->> endobj
-248 0 obj <<
-/D [235 0 R /XYZ 56.693 428.949 null]
->> endobj
-249 0 obj <<
-/D [235 0 R /XYZ 56.693 431.838 null]
->> endobj
-70 0 obj <<
-/D [235 0 R /XYZ 56.693 368.518 null]
->> endobj
-250 0 obj <<
-/D [235 0 R /XYZ 56.693 343.911 null]
->> endobj
-251 0 obj <<
-/D [235 0 R /XYZ 56.693 339.121 null]
->> endobj
-252 0 obj <<
-/D [235 0 R /XYZ 56.693 342.01 null]
->> endobj
-74 0 obj <<
-/D [235 0 R /XYZ 56.693 266.736 null]
->> endobj
-253 0 obj <<
-/D [235 0 R /XYZ 56.693 242.128 null]
->> endobj
-254 0 obj <<
-/D [235 0 R /XYZ 56.693 237.339 null]
->> endobj
-255 0 obj <<
-/D [235 0 R /XYZ 56.693 240.228 null]
->> endobj
-78 0 obj <<
-/D [235 0 R /XYZ 56.693 164.953 null]
->> endobj
-256 0 obj <<
-/D [235 0 R /XYZ 56.693 140.346 null]
->> endobj
-257 0 obj <<
-/D [235 0 R /XYZ 56.693 135.556 null]
->> endobj
-258 0 obj <<
-/D [235 0 R /XYZ 56.693 138.445 null]
->> endobj
-234 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-261 0 obj <<
-/Length 2220
-/Filter /FlateDecode
->>
-stream
-xÚåZK㸾÷¯ödÛ\>$J:î"» NÚ·Éb@˲iYr$y;_")µzÚXä¤â«ªH¿¯Hïn~YÜüô[D¤Ë`±$'2`±
->Íîu7¿åý®:µÉ±ðóÝûùï (B+ÐÁ-c$"TÂ8ý©Ýüº¸ù÷
-7hÀH öâIyín>ýN´}( Ó$x4=wAÄ(áB\÷7ÿ¸¡v*t0%îyät)aT¢Cp(?ÜÀàÓ-£Îvî~}-0ݨ?ïFþ
-Ó0|e¢ýÕõ³0à$MÒ Éµïà@Ûtís¦Î *fº÷¥úí¢õ»Å=ůK§ßÁY£°Ù(üÓîfJq7C7¹$4µ»©öûñVJØÉÑÈmñX¯íqÜê=°=wuû¹Øm>Ùo^0žnj÷Ì8þºïwú÷v_wïõf)Iø%=ùô1Æm!e22mÑjXIÌfaßÔY¾:4nÒÙcQØ)'uÛ\]#®UÖu
£ÖM½õõ@jëº|(:2¿"ò¼Ozãé¬SsFg¶¾¨¬Ó+ïv|V½ðóÛûŽÞ
-XDIÆ
Þkí è_l-Ê¡½#TϧB©>XÔMÎZµ³ÑjE;àË>³h¶ÁÒºnv
-VÀ£%z²iôüûySª}{b¸ÉP!ÙõT
-NBʯ #ý!èåÎ RDð½@jYO«b½þÜ-ËoÏa\¡gø¨þU_iø
-0TBpHÔXôc¡ñÆ Þ¢GÜc(Ô!d@,±F»Ì¦ÍÃRè`±ÔsÄR]{ÄÒ÷Þ<sÂ!¨m5 ¤}îËfºÊvfÛÍìÁÓ¦õ:$©u
-3HëL4ö«kí
-´´ý²z·,ª|
=ª«±^á§-ªMi»Ãª"ù
\ZZzhaÎfeïM
R}èp^GÕ8cÖy¯Êò¤iÔz§Û5µ E·EÏUf¥Ô6C.èÃMîLàÓ4p×Ì9ØûgÝ¿(¼"Dà7=øî,0Ò\îìé,Á FðKià,~-_^OS_¤»Æ©+%Òzðpöã×
-ü5W+øqda»j.äÇFo§G4!<#©å9ÌP%õð
-f¤Ãém¡)y£K6[OÝ£&¤}¶]ðFZ¨Ó÷eDb]
Mj¤Þ
-ʧ¹FU«x:°µF¶lWÕõùöÐ;Ìü{ÆÐhÝìqóäQðáw=2"aKY·Ï"¼{0MHewÏòü^Åé1a+ó±îòK¡ÑúácîÇlÖ" ÇÉÃw=°*
-öÙä,3¬*±Õ®Ä äNrB[cÏT[½ðÙã¶0D ¢MpÚTmg¶Ôóøî®·ê»ÚnëC¹¥Ím¾"Ï/ÀÜbp³1¯^|
ý8ô8[¼ÊÙ0½ÓpH¤à0ÝÕ[Ä)q|5æ鿹/wötæú¢UF6ævõÌÝ"D$É[p·b%lx>LÒÎ.ýí4¸ó¡cbÐýE[B¼Ãa:8&+ MÃÔB³½LKÔã!
->ycGÝÐëÓðº
`$LãïBÝ¥'ç3·Á e(üý¢½nÇÏí>Ï
-CÙPÒü̹>˶OPaNÄ!«Æljû-!Í«vdU>¡ôh3 ;ç¸ _Þ.ÈY]½=rODÒViD_Î;UA&ÒÝîKUåýuMDì8sáJ6&5 g9=?ü;Ü¿ÿhàÃ0ÁIzçc¼ºþOîêÆ^¸Ö¾©uòðãJÇó¿nϲ|ß©¥ÖQÚ1yCجC¾ð$Ô×t
-2æ_!ÓéÈý¶)ª1Câ_ñ!sI~½þËÒË==
-áFßð¡Ý6g'!~L])©bSTª<3)ªî4ýkuõ¥)ç$B¼E
-ÂáøAùðú #ö Þ¦ Ùº xCÛ?Sðòèc2¨íû³á}ÐÄóbdÜÏ><ÊövÜM
-kúÛaݺëÍ!³èÕ4ùm[üÚ¬ÂcÍ®rï¼Vq)j]òâîn;|Àl%Zù'Ãîù!ºõ¼äëàhËQ&M}¨VË¢=õR
1¨Âëá:,º®ô_ë;{:®3·{\ªìáÛß!Â6Í(¼®÷JØNxúÂa¡üñ;<D2!HÈå[ <c)²ÔGyÁí9´àa."&i Q^Kí%*Ð ùÔm5Þër5žs#Ý¢ÊÊÃJCÜ`ÛwUèå®'´nÎxÞöpZt¤2õÞÖÀdá£eìÖNPîs.ß ê˵¨l%lu> ªms/
ºÑ®µWºjðkÎÑ¥ã«'Õ¯Æ
-¬p¼¦e<âÚæju´:±Î¿£!KùZô:+ÕZl7á«¿X?agLÈçê(Ùt¿ÐÛFQÈ-³³Ùt»Â*wײYîcþ÷ÅéPv9aéªeî|T+l*\ËSo0H&þÕ£ÇþEu[²÷þDÝs³ÏÂ^ô·]sÈ,K¯ò¬½t·Oû7Oý2¤Êô[þMù?ûkà_
-endstream
-endobj
-260 0 obj <<
-/Type /Page
-/Contents 261 0 R
-/Resources 259 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 142 0 R
->> endobj
-262 0 obj <<
-/D [260 0 R /XYZ -11.232 900.716 null]
->> endobj
-82 0 obj <<
-/D [260 0 R /XYZ 56.693 759.068 null]
->> endobj
-263 0 obj <<
-/D [260 0 R /XYZ 56.693 739.087 null]
->> endobj
-264 0 obj <<
-/D [260 0 R /XYZ 56.693 734.166 null]
->> endobj
-265 0 obj <<
-/D [260 0 R /XYZ 56.693 737.055 null]
->> endobj
-86 0 obj <<
-/D [260 0 R /XYZ 56.693 673.418 null]
->> endobj
-266 0 obj <<
-/D [260 0 R /XYZ 56.693 648.68 null]
->> endobj
-267 0 obj <<
-/D [260 0 R /XYZ 56.693 643.76 null]
->> endobj
-268 0 obj <<
-/D [260 0 R /XYZ 56.693 646.649 null]
->> endobj
-90 0 obj <<
-/D [260 0 R /XYZ 56.693 573.114 null]
->> endobj
-269 0 obj <<
-/D [260 0 R /XYZ 56.693 546.319 null]
->> endobj
-270 0 obj <<
-/D [260 0 R /XYZ 56.693 541.398 null]
->> endobj
-271 0 obj <<
-/D [260 0 R /XYZ 56.693 544.287 null]
->> endobj
-94 0 obj <<
-/D [260 0 R /XYZ 56.693 422.55 null]
->> endobj
-272 0 obj <<
-/D [260 0 R /XYZ 56.693 395.655 null]
->> endobj
-273 0 obj <<
-/D [260 0 R /XYZ 56.693 390.734 null]
->> endobj
-274 0 obj <<
-/D [260 0 R /XYZ 56.693 393.624 null]
->> endobj
-98 0 obj <<
-/D [260 0 R /XYZ 56.693 269.994 null]
->> endobj
-275 0 obj <<
-/D [260 0 R /XYZ 56.693 243.099 null]
->> endobj
-276 0 obj <<
-/D [260 0 R /XYZ 56.693 238.179 null]
->> endobj
-277 0 obj <<
-/D [260 0 R /XYZ 56.693 241.068 null]
->> endobj
-102 0 obj <<
-/D [260 0 R /XYZ 56.693 177.431 null]
->> endobj
-278 0 obj <<
-/D [260 0 R /XYZ 56.693 152.693 null]
->> endobj
-279 0 obj <<
-/D [260 0 R /XYZ 56.693 147.772 null]
->> endobj
-280 0 obj <<
-/D [260 0 R /XYZ 56.693 150.662 null]
->> endobj
-259 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-284 0 obj <<
-/Length 2180
-/Filter /FlateDecode
->>
-stream
-xÚíZKsã8¾çWèhW%l>D:nÏlÏöTí³]5®"Ó±vlÉ#Éêýõ¤,ËvÇì>LíI4 Ðè9¢ÑOwïgwï>H¥$MxÍQÂI¢"M©fóèóäÓK±h§\ÒÉ_«²Í
-þøÓ?>N¿Ì~,Ò VA¬A£ÆH*%ª0CéÉ;ü$vÚÝgw¿ß10F, I`=2Påë»Ï_h4ÞÏ%qª£'¹$£Æ«èÓÝ?ï¨ß
-ÝÛïYtÇ)a4A8á¡abôùQJ'ym²Ö<6mÖnÇ6{2:Y
-Yqûùi°A#%8QÌnÀ%KgqÄIªÓ¨6Ñ¢oñ²ãÔCý%yX 3+=V¿?¥}ýá´ÏY¡¯+!)O¯`¬SX?G8øwoJѽqß½\*Rto¶Ù}k¥zúP¯eOÁÕ'Mð¢6@Û§Õ
Ø·:²Á²°«Z;/×}=¼&
-®Õø>z_ûOwh*¢c-Æ>Ò¹ÉdSW¹okôbµBFáHNÚ¥g;mTb/÷×vY(Øäu±iÃì¬E©°vQæ«íÜÌ=µ¬äÎÚämUEÞ¢ª÷¤îYZxVÁp&{/çK
-6uC¦pöþÞÛ¾ýÙf¿Ùϵ¶ÙoÖýÞl[/¹ôS $¦,3µ)óN;ËüeÐòd×ûlJSÃÎ=ãë@÷úïÿ291õ*Û
-î¶rtÃ}·Bñn
ªmë6cÇçy:±Ìóò¬ÄÁgmç:;Á¯?7¯,³þ¡*ó¬ýP¥\àÁ ·þerY7%SÆ°/!NDÈ8âhºyµ¹õÜsã/èo{xÏ®ý»JyLD"õ0'0ÏX CÍK¤ùÈð+ÌÚ1p¼BâºjZ¤Tü¢N`ýJ)_yýk°´(s¤º»¥©Í`ö&«ánUñ߬-ðÊí&@£6 mVYnvÖÚÓøêשFͪÊ1Ñ«WvVÃØ]»GãÝÆ]Ågî õ%#Zu®$ì¨3×ï³|Êéä·çÚ~ªm9ßù÷¼VJI CÝAÈ8&!þqb´±'ñ!½0^^Oµ×þ~=ÕÚwÿ±X?7ÃþùËôLt`ãb(ÄÏòrhдµ½MçaÓ´Ãî¯vÇOâþjÈô6a¯ß7x¤%DÆͮþþ×a´±g j®à©ÓKg3Íùqñ?jJATÉ÷¦$qj
-Æ'O@cÌ ¢%÷Q°êrÖýFÔeIH±W(}ö³ôL´|f¤bÙ
M`kY¥S6±·¯¹ß\Í«¢ñKÙ¤í=.*·=¼Z?%¨?WqB¤¥,6ÈüÞþ°In%vHLåFÙbZ·Ì¥éMhpÈxÇÕý5´Á Ý_À¡¾Ú¼2ÒÚãÊX¹ ÁümãGO~Uaüa³&Ã7÷à8¬ÝÐÄá.Ò]Í t«0£Jäwx¨ÐYàöâÈêÆJ/ZS#Ùóõñ=À2³Q7J"ZwzpÎp÷ä<@±Îo/väTtv§lÝu
-µçUiöáY@dð¬àwïIH Áýá¾Æpûí!ÑkÅ©&~öÐa;(èdÁÝþVµæH/k°Ïº³¾r·egCÁõ±ÈðU¬î;à8rØÖrFvÑÎ_m »òðãöÇb±¸Å
-Å úv(V$°4½YÚè¶G{Å$¡nb]Ãh$
-scüÚÔù
ðõÆèøõbeÊlmNcä×/à¼ÝW?ò&5õü* ÍQ»e®/Ư'Z¥¯9ý/&C¶>k弯\²ïO{}XÁ8¶Ã ¢}DlY.×DÄøÛC!lÝÙÉÕ¶Î
-û=SÁ<a]+IUÔÁ$ø¾óí*k½leSê^ÒYR{
-¾eda¦h
-ÝÇçû&õÿ+3êÎ@ê$H¾ÝÔaËÕ² æ9K çñ!Uݸqt½,`â»áÈ¢©Ú v'D; L;J= ¦zÿqTeØD§kÈj¸c¸ÐCõ´ë¥§1,W¶YQ6HY.ÑÙäë¼lÑzQ4 XOc:¹GPÕ é ñáãìxAµ;Å4´æûsp» $~çi÷ç·5³ïþ±È `ÙõfáâÌdfÄ=t}RoTÞù5 7W0ì8<<ͱ¿Û§H)ïánèXa'¼û¸fÑèÛi|ð*z:á- VñXûªþ$Y]ú¼|è'][ÑyÔã´?`Ë.x¿{Ìî^®{mëû6b ª4Þ@¬þ
-¢f¾·è7ëÎ4áo*Â÷@% T¯Q\1/+®v`ñt9eeÞV at 1ø²4¹jÅ9í
-(qºúP´ÖPI¢Dr»Ñ(¥núÇ!ÇÑƬ¡Õ&ñ÷¡®×ÿ^móöÿCèçÿË´oÿ·Ç[ÿÄ
-¢¾Ù5ÛW?î6õúLÄh®¢TFýëÿ+fÍ·kí«çѦ^à `Jþ³Jíßï¯W.8=¦EÒ·üëâÿ Ec£S
-endstream
-endobj
-283 0 obj <<
-/Type /Page
-/Contents 284 0 R
-/Resources 282 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 303 0 R
->> endobj
-281 0 obj <<
-/Type /XObject
-/Subtype /Form
-/FormType 1
-/PTEX.FileName (/usr/local/share/dblatex/latex/contrib/db2latex/graphics/warning.pdf)
-/PTEX.PageNumber 1
-/PTEX.InfoDict 304 0 R
-/BBox [0 0 29 29]
-/Resources <<
-/ProcSet [ /PDF ]
-/ExtGState <<
-/R8 305 0 R
-/R7 306 0 R
->>>>
-/Length 566
-/Filter /FlateDecode
->>
-stream
-x]TIT1ÝçY³0±9b¡$@¢{Xp}ó¢[µ(Ù<¿Á©ß}÷QóûñÚ>~þãOãÑÿ6¥t
-îÛ>Ô¹j²ÈÏÎé4'÷W5«3åì/%H´K*ììJ,ë.ÓHܯÓ&>È=o¼&) d$+ú]KÒÒïÃ7Ô£] :(mmçÔ¤àë'§»<(_çOU'æK2÷Ô»¾X½óáÑ~¶op/˽ˮ_§Hº]&¤úì°ñ2Ô%dâw^Ä%bTØXE!xÒ²8jÄ$Ì4÷³3 xÄÁ7×"Ý89¼ 2mÐïÌF6µ,a;¦,áw½8]50&¦ê})¦ÿ0HcÝ3p ha<å $u3Ø«óT¢Ïú©õîn aE<ÝRô7~ê$Î|:®kcíDJñ»Ì*Ú«ç謡ÆbÞVßsÊúÊU9ºcÈfÄUÂ)æÐÙÃ)Yì®aÆTlé¡mw@c!Ì\B¡Ã¶6ëËUî§ àÉðirx.åç7Ú®ºgøu0;6-cÃàåb¦ä¹EB+4v#\îäì¬ìg'û3uD-Zï\ȧ-V×c=}ÕÞ`%Ûêõ2dSíÀ5=o*Ê{ücÍÒÝG»³IíïÓ{´ïÚöi×ö
-endstream
-endobj
-304 0 obj
-<<
-/Producer (GPL Ghostscript SVN PRE-RELEASE 8.61)
-/CreationDate (D:20100125210014Z)
-/ModDate (D:20100125210014Z)
->>
-endobj
-305 0 obj
-<<
-/Type /ExtGState
-/op true
->>
-endobj
-306 0 obj
-<<
-/Type /ExtGState
-/OPM 1
-/SA true
->>
-endobj
-285 0 obj <<
-/D [283 0 R /XYZ -16.307 900.716 null]
->> endobj
-106 0 obj <<
-/D [283 0 R /XYZ 56.693 759.068 null]
->> endobj
-286 0 obj <<
-/D [283 0 R /XYZ 56.693 739.087 null]
->> endobj
-287 0 obj <<
-/D [283 0 R /XYZ 56.693 733.109 null]
->> endobj
-288 0 obj <<
-/D [283 0 R /XYZ 56.693 735.998 null]
->> endobj
-110 0 obj <<
-/D [283 0 R /XYZ 56.693 657.837 null]
->> endobj
-289 0 obj <<
-/D [283 0 R /XYZ 56.693 629.451 null]
->> endobj
-114 0 obj <<
-/D [283 0 R /XYZ 56.693 587.653 null]
->> endobj
-290 0 obj <<
-/D [283 0 R /XYZ 56.693 561.858 null]
->> endobj
-291 0 obj <<
-/D [283 0 R /XYZ 56.693 555.881 null]
->> endobj
-292 0 obj <<
-/D [283 0 R /XYZ 56.693 558.77 null]
->> endobj
-293 0 obj <<
-/D [283 0 R /XYZ 56.693 547.811 null]
->> endobj
-118 0 obj <<
-/D [283 0 R /XYZ 56.693 406.486 null]
->> endobj
-294 0 obj <<
-/D [283 0 R /XYZ 56.693 378.534 null]
->> endobj
-295 0 obj <<
-/D [283 0 R /XYZ 56.693 372.556 null]
->> endobj
-296 0 obj <<
-/D [283 0 R /XYZ 56.693 375.445 null]
->> endobj
-297 0 obj <<
-/D [283 0 R /XYZ 56.693 364.487 null]
->> endobj
-122 0 obj <<
-/D [283 0 R /XYZ 56.693 150.064 null]
->> endobj
-298 0 obj <<
-/D [283 0 R /XYZ 56.693 122.112 null]
->> endobj
-299 0 obj <<
-/D [283 0 R /XYZ 56.693 116.134 null]
->> endobj
-300 0 obj <<
-/D [283 0 R /XYZ 56.693 119.023 null]
->> endobj
-301 0 obj <<
-/D [283 0 R /XYZ 56.693 108.064 null]
->> endobj
-302 0 obj <<
-/D [283 0 R /XYZ 56.693 97.105 null]
->> endobj
-282 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
-/XObject << /Im1 281 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-309 0 obj <<
-/Length 1809
-/Filter /FlateDecode
->>
-stream
-xÚ½YÝÛ6Ï_áÇè¹²eÉöã®ÛØp[ôáZí\Ü:vf;úß)Çv.×ÜGNE©áÜ9Âùmöf9{ýN 'vcíkg¹v´ïêÐDèÊX:Ë̹8ënqå+1ÿ£®ºä.§Î/7×ÏË÷ Às"P %*"ÐÎç¹±R¤BÃ0¿¦Fã´Ù¯ËÙ?3Üç(íj°Æ«
ï¤ÛÙígád0öÞnGÎÁHnå ×èÒù0ûk&x)âì¬î v=¡É¡å¦hÁéÍWInlÓ¦ØáJ¥wÉ·
'æ9KµIßßíY2áÉõ¾Is¢³¢ÉÓ®n¾S·^S{ØäMÎê7,Zl!¬´«©M2ÝIDzõÂSóñ_ÞÉ
5u
-¢Ù+ì)òF̳¼í*麺±@ÒJ_[D_°maemòɬX/|5_x2VnÈÀ¸A³nßÚ9}P°{±ÍSMðË;ëº!"O0½'cGÊ¢íÆv{ͤmÞ$U²XQÇi6qÄLXû¡(KâX.·«¢Ê3â]$+RómÝ&E:tWÝß.YùÔ^²¨ØæÅÙ
-d=í64lwß® <±àV!Á^#çÝõòQ<ɬÇÒ!³C+uÁj¤í vìB?UUï;:l0Òi×ÔN#ÂýÙ:®HØGs¨¢¨Àå-ûÂQѵ·©ÑÐ:æÈBç;DoÞÈÝå&JÍ1 pµ,=î
µ`v4R'«³ê¤Å
-mà¸c>¯§±GY]YÝ%MRyéëyz¯®kÜ@¤Gjz]ËÁu
-W·Aß^×S
-p):F
-ÿÌ¡2ÒÙiÌx}½õ·5è;j¼bWôøçÉðÈì+àqj?.bSa¼N_´É@yg츽">HѽÃbFÿB m/CØ
-bþx[|pö-ëY±ä®©¿hz¸N^QT^:Ï{LZ¦Ù>Õ Ïn=FåiìYA¥\üYwù1çmßëõ»¢{Ã5NMÙN"lÅ8»]Â4ÏöæBí
-/|JØN×Ê C>¬Â§Uø®tÑárn¯`Cù×;`C0
-
°>%ÝP»¾vlJpùÊÓ®ïØb§Éõ0#m÷sO
-xÊ
\Y¤ØCéçêçØõ[`w
¡.íÆ~ü|gM
-cA))ô çoÄOB Î þ5wt[9\jHåÒ\µãôèºèÚ/ݪn CÞöýyO¿ÀǶkøªû±¼¦^=¬þÚ¼Limý¥ØÞµS·_½XÆùÇÎ/?çÀ]úàwP¿U¤öí·Ô²MÈ|«à><ÈNú¾OH&42âÀ%p|Gðx=ðæx£0A]`¯X´7STgcaµH¿AÈàoà@\ëA«q ᤽rRó»¼ÊÄ<Ø5h ²CgÃ3j@gèÙ¥Ù{ô)tFYÎ@ñ7
-Ð]1ºÃ>QäÐÄe6øÉÞñ1®>ï@íªÇwcÒî;
KÊÝ®Ww¹^0+_/2r}ý(¸pT ]TùÓ°B ÏMè©Å
-+'A|Ä
-ê~¬pÓ,|H¢ÂÇb ¯¥îÿ4Ì Vû±úia¢ÿyáÙÎÅRÄüK1Ã#Lü8ó`..7M¿y~2xÀ2ÔÏMrxvøJÙdÍ3qTp
þ?p+£`\ãÔÇg8¨qêq3ä§ægx¬qÚ²ð&uE=.u\ôÎ~¿ÊAиtjs(LR
-Åë÷À~p¡C*ȧªÇÐ¥µé3<}úU° ØITH[w¾1õÍ?RAê(MÏ%ô¼ì]&9Äz_¥/èqd³<-2)ÖÜvܶl©nÛJ70Ã<ìÀÝ·'60âØãê¹VRÞÕ
-`-Ãf¾R-B 6¨ÌÇ@%
-Wlêêr`àÇÂõÂà%#+7*zÑÑ@çù¯#WácJFn\Àïö
- ß®üNݺ²TVBV-Ä°
-©Çà%+ ;à
²:gµUͬt§%¾±¹Ú6g³fWýX/¤ÙfTî
-à¾íe¼¹±0¬¶`[eç!/}WEOAX'¨!® àcUúiÒ²
-endstream
-endobj
-308 0 obj <<
-/Type /Page
-/Contents 309 0 R
-/Resources 307 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 303 0 R
->> endobj
-310 0 obj <<
-/D [308 0 R /XYZ -11.232 900.716 null]
->> endobj
-126 0 obj <<
-/D [308 0 R /XYZ 56.693 560.885 null]
->> endobj
-311 0 obj <<
-/D [308 0 R /XYZ 56.693 532.933 null]
->> endobj
-312 0 obj <<
-/D [308 0 R /XYZ 56.693 526.955 null]
->> endobj
-313 0 obj <<
-/D [308 0 R /XYZ 56.693 529.844 null]
->> endobj
-130 0 obj <<
-/D [308 0 R /XYZ 56.693 400.582 null]
->> endobj
-314 0 obj <<
-/D [308 0 R /XYZ 56.693 372.63 null]
->> endobj
-315 0 obj <<
-/D [308 0 R /XYZ 56.693 366.652 null]
->> endobj
-316 0 obj <<
-/D [308 0 R /XYZ 56.693 369.541 null]
->> endobj
-307 0 obj <<
-/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
-/XObject << /Im1 281 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-318 0 obj
-[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600]
-endobj
-319 0 obj
-[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]
-endobj
-320 0 obj
-[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]
-endobj
-321 0 obj
-[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]
-endobj
-322 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]
-endobj
-323 0 obj <<
-/Length1 1612
-/Length2 12917
-/Length3 0
-/Length 13735
-/Filter /FlateDecode
->>
-stream
-xÚyeTÜ-îîNãî$¸»÷nÜi<¸
-ÁÝ[pw'»;ÁÝßwgæκoÞy÷G¯Õ§ªÎ®]µëÔêµBUEèhvt ³p°² íÍÜ\YÔAnw#
-Èlíè i
- ´A@$ÈÀÉ ààççG¢H8:y¹X[ZôZêÚLLÌÿ´ü0óúOÏûMWkK íûw£=Èüñ¿¾¨ÀV
µ ¡¢ª+§, QÖÈ@.¦v U73;ks¢µ9ÈÁÄ °ptØýã 0wt ZÿU+ë;+Ààê2·~¿ò49ýåb8\ì]]ß¿¬].¦à÷ÖævnÀ¿¼Û-ÿ&ääâøaÿî{Sut»»X;ïYU%¥ÿÁle
-þ+·«õ»àhñ t4wû«¤¿}ï0ï^°©µ+ òÿË Z»:Ùz½ç~sr±þ«µå?0\@¦.@;«ë;Ì;ö_ÝùgÿV½©×ß·ÿú/Ö`W+ç{Nsð{nKk$¶¿EÎÁÂÀÁþ;ÐÍé?}î ¿Dÿ×Ì0¼0::Øy $6eGð{J ýÿNeÖÈÿÿ-ÿ[äýÿ÷_5úoøÿ÷=ÿ+´´²©ýû ücÁ Þ7#@ð×±3uù¿ÂMíí¼þÿ¨
-úÉÿØô½bï°³²ÿÃhí*mí ªZÍ ¦vïúÛ®å ¹ØY;Þý» vöñiZYÛ:üÕz¸@À%ÿ.ÒßÔÙ4õµ4´þu§þ¥ú®=XÓËéØ¢äü¯Ã_ââ ÷ÈÂÉõÀûÃ÷Èö7Ç?ÏJ¦`kOþ{ÉìþÿFÊÁÜø׬hMïãõ_¿Üæn..ïªþýâßþÏóßyÌçÍClR3ÒÀ5ø9?%õ{»9 Cë4óª»üS#6øËM«CYë'^[¼f^väw»ñìèºA§y$¾T=ù«´mvØQÓµ£}Îf×aôxÙ?ínþTS7*z#hãrA8»c rÏÀ¡¾uBó3O©ÃmǨÀª)8:¦ývpwK×?248ÐuÛ³CÌH#hïtDö2q¹®3
}tÿà±)¨QÍzØí;&?ÓkðúßhC@ö[Í?»\ªÇ9ò=/|Nºa¢·ýb`|vXHÃðÑTçc¸nËÐd)Ä»²+ìY²ãŽíÐ Ñ=÷
w+ª_´o÷¢RÖ\à[k]¶÷d5tz báU)§Øå¢Ë2é>d7¯ã¶ä§ÌõÏ]Ùñ3l
-ñ÷$+L7Ìa* Ïy> ÜÁy"fCè^ÉU´Ô$ÛÔä·ö¶&ÿFKc2ñàx^¿)ê£lcµ1aî¬ßâLKQ6ë[ø¹TNT¹G*æÈ]-:°¢ûºÊùP{^â ªeL÷s5
-ðc¢ùÌx(ßÉX×é·1qų½1΢XÒÍ~éc£Þ¢aÉ¡¼¾ãöO ¨#eÂò££¯VÄ~96j at nÔT·æò}ãn:g6}dÙ~žÈÄôVD
-{u¼Qdr"ºÊYÐþ*
ý~æjc2D×=É6ÂjbN»~5&ÒÞ3ÅÈL¶a
-X*lY÷ؼ*¤¤â¹õþ³]¢µo°¿xî8x¢ÏýÙ8üè÷B[·2àvÈßßlúóA, ïA¹ÚDþ°þciïn5Á]é@7 K'Íáû.$/éüÌbÙì¥Â½:lªIìçWpYWÜM«l\eo<ÏéòÞr[ùXǬ}
¡¶¹æ¥g:kÝyý4ù9¶yÊj(дà´Úò ñç>Ï'Mó3þsEñ¥ýö3ê6zIÎ:b6Î,?³cI¾{ä'nÁ°ãÑã¹ôTáØ
Á,Ƕ=qu%#c&ik
-õÝ´ÐVß%TMÍ@:ĺ$£wù÷'r©=Ø ß4Ö¥/îú)£ë7U¦HTº`EóùÜeÃÒýß`ÈΦ.-à;Ü ~65L*ÓsOê
-O¤~l8t_^fÁ.~ãêh *FÜ÷þ¾»ï(±Ï¾8=©ÜÊ::qå³sÔt¯Zr [µ+ 8ÚÝu?Û8âúýi(fQfc»èn2kÞwq
=*¦pÖ× 9»NЩL¦È[)Lº_ä$es ê¢2wáw1 !êo/ÉpÆ
-ѼæG£¤Ð$ä}à}pÙoJ²({
®ÀîÝÀqUæuºiîAºj
{RI'=
éoy*ókä¤R;-ò~æ,räß5gMsÊ)_'5Ìæ`]9öOÂ1(ÌÊï1îdîÃ]DÂTòZËôkÝ3ùV|Ö"ÛuZò°4VOteÛ×C6ljúD]Ñ#$ÞÈýü#D¶/ÅPs^W¢F
;£2l²µ'°Üõç4ßW)!ÃòZGW¾SíÞ¹låÒt&¶
-¦fB7Ô59m-¡³/x"1{HR^bÉ£((óÅ
-t¦Å
-®×!Øòì_ÁGnb%®ÁÍÒL!zu¢¯+çna®ûd°^'V¦,Dð
Z×±JQ7B73s({¿ëcGX!Ârħt?0Ð3Ìö4YçÇÏlQ USþRÌç."÷!ãñq×Cö¿
-Ã@f?ÞòàÒ
-}E[.yPhM©Ûlê^ö+LsÖ®B/¥{»ÿÀ"¿eb×dÚV¯ÿu£ä¸¦<rRT5"aùíí ÉEí7] x2ðh¸B_ "4j¯_6Í\djç%^È4$Pï᤬7bý33ïy¦0
-ä²ä$KÜÀo_NG6½Rn¡E<äA:¬Üâ^QÕæï0ç%¤Ê6`çëbö7E"ÚĹá&`ùQéb¶wIV3#¥¥Ií
à,'Ç;9Î3
-H8®¨lÅhPíS§¢âúYd¼{öZgq¤OÒçeºò 6¤ÛÀAd$íäÈÁJ?¯ÇOrBTÛ^"Y4ýf):2§´Î
-ªzæÂ¥}!}
-ÅG4%Õ]òyÕõ·Oî: .å(k,ó GR+öïÇ2áBãñµJëÃÇ~ð÷V©»2ÓUý®
-Ïö9;Ú:¥.í!BÖÂ9^Ó©¥¯b©^Wݪá.Q'OÔt®uëµÕ1âÃ?òG½ÂÒ-pÒjùRY8£ò.ʱqÈ6PF8xÍ3,>´ý
Ì·-&ëLbÇÛóH[dt éÊÕGjÔ·Óös!¶z5Üu_ ùº"æX±`DØè£DðY²Ð«V~ðØïOþ¼u¼È«5fê¡øEÞ!Õ%æÑÖcTí^#Vt¢Y
-ìf¹k ¦[â8aÅvǽ>þÂ|!wÛòlý¦ÅóÃÄ7!誧&Å7XjJÁjPOa{ pp¾°¤jÝrâñ½êf&ÿ]°SùzmHÁÏÓ.G¹À<£LÚY¹ªæv¾p¼ÓøH´:Îî³Fèjã'³¤5O[%Cm#ówæØû>¬c(övÌ|!ó2æáF¥Sù_ºéoØ
-C´öfXê×Bù(× wÔº;ç-ÊÉ¿Æ Â!øÍؼuKY¨øl¼×æM öÄ¢øåÆ×P%n¨£çGçÁStß¿ò=&ÆÍú±ZÈZ&r¾l5Ñz!äð ó¯¯9£qÀºÀ}ÍeÓ\ÔP¹Ó!$7+çû@#¼7iqºF¸g §µí.áy¨NÇæÌX1zoriìOu×Y,A(¡D±6EÞ}cÙÙÍQ:OÒRÌ"ƼlpͲº³>ùCn uÅÖAêv½]ÐåÏüÛ5«lµ6&¤rë~;J{RóQÀ*
-åwÖ!/d%dÅ¢k9Ρa4ñl¹r®Êê¢âÄép2FñÝïÍH5Ô7-¹ê|ù¸´6ýªTç[´ÛÑÜìj|Ëo¹ö&(iGw,ew=ñ]ÌüYßscªy>A¥ª®`$ÖÑ
-!RðiÅÕðngâæQiÖ¿ø¸±slK3ül»mÛyµág0Iõ`ä_ÐË+úÂP¦7îbÌ®#âèb½pUÆÂüÔJr¹½
-AS!Øùi3º£ÃIz=UtÿSL'õèëØ,êkÍÕ}vJÙùÇÎjW«ÆbÅ?Üûk»AÞð)$.ÁX×T#·39ΩÔgÇ¥JüGEm{ðî§ÃoôÜëÓë\ÃÛVm¶ à :¿
-íÛ¥L/ì_G°Ç·CS+ÃÅÌ)I:J>ÅèI9-$ôYì<W-
-¥.«|"îCn*Ó¾CtVJ&öeÄðäç£ùY9Z{ô)KdùåT¤íæÛ~BÕ ´qäÃñ*\ò_>mÆdWÆ˵#ãD®?33:ië!¿È©RÅÚ@@DÒãvÁåx!QdY~Ôð6$tìáìø-0ôôÔõ;¯ÍEì±åHE ±o[Qúî¦ÈµÈf¸ÔíÒ¤éåø¨ÕT¡JɯyêK`qBÏXK<C3mJm¬ýF6Ò8ÄêaJÿ
-¤¶þ=(æ©]½>(ªÕé+í#`éz/åh ר³
õJÔSÁÎ3æK!²úÙ£Êó(}GØ =¡ÀÊÂm^ouɬüPÍé È/©|¤>lO©À«lªð£yÔ6%²GÜUGÍ@àz±$ÝýzÑ`PP|10pw@Ì,ò´ÏÆÜТKë \$ :ø[Æm ]Ïÿã-þ<{'xúÒü éGLÖ²8ÐF°zùy¬F(ò
-k)ºå¥£÷CÜ
ý$p|éiçh
- at -èdq¿C¤¸d`ûæ§/)S0
SEg¼ë9F´s=¤°1Ôê®y§g÷=çÎÁwOm
-§rívÚ´?)6*ÓYFãk\EòÐÿÉ£Àb>ÂǺãª}Ï)ô//L"åáh,,©¶Zù$ßäìx9¥°
-ò\kúW8§L¨Í0m·³"büëPôA1ûR¾í ~ÞtdHe3yºRÇïµíÓîÑÏêfñã¨åüÛß´×ìeYÉcmÀb³
-=þx6±o<BñÉgH*±eßñ¾Y
--£®¾BV#$Âånëö;ÈmãépÐÂU)p,gÎKÚþÚàK¶{2!:ÜRt º¹_Û¹ð-±6|çxTíùý~UÏÂIts£ôþÎ^9eÝý63~Kñ¶¬:OÀ
j
-¼ÊYøyDÔñ¦Æ±Ãßàd>ÍÜz42/Âì±d$ºNa¶cdN qà½_ùýÄ°PRÖ
½À~0³ï8ïFN¸=0DÓ-g]zÆ
·èïÕÆ*HÏ"wô\ê¾5e8rwçjëÎÙalío%ÄcÂ2)7¢wZ8h$-ÐLÊBhk²¤?MuÏVÅÙ
ò02Åvó5?Êu¢´æqĤtÓî~ähZ¡ÍS¼Oìà_©zjå
-!
ûÂk8U#Wg?
-Þi£5F27Rý,#Ñ &>÷¨
-ØZ/ ÙA½x¡ÒG8Ð30S:êÚÞ×6Q@*LFc¶ýÈyhøNÃõìÃ!aUKÚqÈE-¹ö×icCÓû_}¬ÖÂǵFåI})f·Ë6
-ò#æFÌ¿ÀÈ NÞg:º·j{º4 ¨ZèNâgðÇÉ'µµBA¥¡"öÕ~a<×µ@¼_!
-ÉO°'ù¢Ltu^x9÷¡vÚ÷ϸ®{Êc%¼àÍ~ú²1!Ì^5}¥.ÝñWÑû;²î§ì
¤þu»`rîåkð¹U«»jZí³eÂ
-î°Í«ëAßíµMWǾÁîï³T`«_7â²ì§E8ûf-1ÄüWUú0 ûE¨é67a»mËp)'ïnæÙ:àý×päú*ËLñ5AÈq#b|Jfw°æMªwm7ðñ
«ÕfÿÎÅsöÛü¯Q/ÇdãÛûSÖÜQ°ÛµYü|ø9"8/ó7¢8/÷sDÕ KÅbQî51ÙQ C¡éè5`QaòKΡ0³ð. )JãbIÊß0öN4B
\]¤DªÖèt®
-ihceC#6èç>?>J3ÕÆóB0ËGTù*:Êç
R6OÓïçr=Ééäק¨dê!Uk µÍÇ)«sñAV*9V¤(yÑÆ ²S¤é»|éãUÆø©Óµ½ÅÂs½×ÃâWçùÉ$@ۥ仴YµÎ}úË
-1RËK4KëI"P¦±kµ#nDM~-}è3ÿÃͼbܸT¹FPoÒa<²f[söÁugð"³¬CÝ%/afÓ=ü%M:äçV¶^8izOø53ÜÃÇÓÐgócu¼¢Â-pJ
¤ôoÒÚ·ÁÏÀd¶ZÀ÷AãÅ+XäæèÇÜaºO-õ¯ù̬zY=)ÚXXÂt£ÇJ=°?æÖWįéhuuô¥äJ0Xy³gºÝkËIÜ¿@Ï|)¦p¨]Ò£Tç JÅ#]Îĺ³8ìpÔ]±(ca¼cvÆrÛÃìØ5!Ⱦé'jÒ í©ð9c㣳l²å+¹@µòdkêlQ6¡ò,/;îÊ]UDxR_
-N¡GÍöç%~üé|¬ÿ4ÆÔÎQâBWVe8¾ áxÖ÷9]V1ö
-"Ãrau»´¥Ès¶Meât~¦u¦\(Jl²£dÖ WÝò[¼t<ÑÒ>rV*ìÌæÐý¨Yt%['}·T0ã[DÓײ<s>LåW´PÕ±yÓ¢óÏ
-ÄWîd;%:¨¢«¤>Õ±KÈT¥ïéiW@"3ï_ö(Âɸ*S8CÈ_ôsvRüÄòáÙ
ͬæÂ-oÃÐü6ñ=XÐÅÆã(µO÷£ 3Ll
ùÔø6ªrTʹkúÌDÌkÂnP#TÔÞ*$þv¢ãZ¯¯]þy¼âÀYje¡`b>';ph
:¶_¾1BÓ?'»·¯8nÍ" ¦ÝÖñltö¬g*2Õëíx7ëE5¾Ú±TðX»U×ûZåÍWlÛÌ2º¬ëÜhG°êeÐ~qÀ$¼½þ#ô }Ïè~ùKÛûÐh´°þ±âÓÔôs>Äò
-Çikûwwm~%ü)%ç;Qߣo'ª;ÝQ׬ë«Ñ ":å©ä\
-©<ûÎh$^GElásî,Mýø³Fÿ¸)~TÑæµÃåU®R
æ)ا9åÆÊkkÚËú &î/9&JÅM%cþxEÝÞW0°¿à~ÿä°-TOÍRÊtzÆøձݵÇë®e)(Ô-4N'¾Öïa©ëÊ»¦Àçp?:¯-`éK!òîP ÍãÍ+¯ý𲯳G¾L`Ù\åý¤¥ôd¤¦¬h8n"þ³ªyÔ¬ ònËÚ¹úlð÷Ä®*ë1£õ=K_Îå¤ôTYê¶áüþ=ÏKëÑ)ã?gwùAª«ã8bKÑÂH ¬¸t¢+OGmf)uuåéÖøÍômAÈá¯;è^Éþ¶K"¡5.Òtío £·ÿºGv=GpF¼)¥_¸DªüÇ>m)¾6/aûÊ.ôÖÄ>î`Wh9V¼ù±±NǪy9tü¤!ÐÊE9ì{¼ËF±±ºß÷è¨nëX8 èÙÃöûÃzgÑ]+¶g¦$üiù¢D»û@µTKjjì*õ¤Å÷"M3Kóæö%¯->ì×4'ætæ!»wì(ÛÞ
-0HmøÝÇ奰ÈÀÒlj±ÑåÔé ¼£mnå×¼}ZF¦Þ¿þHcàU"#¹à<>¶ Åx2~@f³ð£oÀ§¬j«DY§Â@?i°ØòûTSÖ!¡ðà7LQý`7ÓÁÅøQJ+ãqJ×:):tsjοBÅ^"21E¿ªñÅrsY#{%÷EȬßd¦,C/ $ÃÚ4
-éÃzqÏ@'®çM¨ÝiÅ·$P#ú©ö+;Ü3ÊåðÄ.E`§[6ç!uô¨¸'3Ní¾°(Ùr[×Q©k©|÷¯Èãûzø|[ÍÁª FS ¯¿(Äî©CͤêÏóÜÄwãÊÙ_𱦰±úÆ>:%/°ÒÝëÕ³l(½{¥Ø'½R>M!è<%Æ.ô0£óÇÓMU×øOMwÁhñà7§,BY5ñÚÝMÆuãä¡AV1Ã?0¿*!n,Qú`30YóÂA·UÊÁHÍi,£;§ü9ì©Ô3ö"B/w«ìSÂGÑZy~PåÐæ'*»IedHÕbÙ[-Xx»5&ÏcVoh¨¸0y:BêÀê³çÝØÌJ¨»uЩ
-ºÅ,ÿi,6ËMRÚlX¥o»Mà¼*îé]÷4%kb6Åf´9Äæ+°
-ÖлõK*>Ì·O,SÝ2|¡â¿ÔÁ$KfϬºBgä1Ú=è-b.÷̾!mYðG¤VK4àY?¥çÁëüÊ1x"þAßHf ¶àôY7ÑåÕØ!U[¬0Á¯<ùaü£ÚíØ;µ7:Ê°è
-E IÚÕÜ>Ú¤ÖpVÐÏKãÆ!
-ïgY=#T¶eÔf¡@[ºû;¶ºZ÷åv>òxÕZéOï¨O
-$û'nc¾ô«øëÃss R´~5æC̹F{£HN¼h&Y
¼åÌ"Iå-NEÕ4ÕZyer¢¾q¾Û«nøtZ2;]Ý¥ÏçÇÚz#êx
plõL¼ô_¬¤ÖP¤¢¦Á_±²â¼{@Ð ¢DÙðOÃÏÔÞ}ÜdðSÁø³Ä>O;ðS¯ôÀ-2Ñï)ÆpOMéÑKƶ;ÍÒ¨»3·À§"ÇTûuÄX1×?Ö¼þ¹
-;¼UìBP)¿6g&»vIÎ=}>iK÷b^!`£øí¯ð¢ÐÐîæë|öVBýÃðlY 7
CWWɤç+_-ºpÖ¿¤ ðÆ
-ÿ%°Þ¦=²!¹{aL£È¹ó¡_ÀNÉz<£Ê½[~@5w÷&»×d}ÿ)º×ìÌZ!ruÀ5!Jj¦$öùèѺþSàà"ɾpàºBRÇb¡0ðÇÞ'e",°Ð±îí-[GKe~[örûÏ51f§ÕÿbfúÖk^üÙ(rûÊoXOÛ)ßFä#÷ô
GWé<Ôä7ª 2¬êhÔW~ÛÞô(|/Ov_AH¡n?M~ñ/«¿ ìÞHSøÁ¤Ñ=®½BvË*ú$©KU¾k
-ã¬,Â,%zAÙb
Æ*a4è°/ùªH]ãÌj«Mhß~¶^Fuùç ç¶3ÝÍËz
âøÔÅ
Ä\-ø9ð8ZHÛ½ThM~TØêè*Óiè\5;Û+¤#g²>¨ýþãà6ø}:¡ù4ÔPÞ'[uàÒC¿RmûU^yµçÀØÞ«6ÓAÍ|*î=Ùª»Sjï°Ü5)VöAu¿Å4y
-ìæÛ$ÙLºK§¿FHñÌ á_cÅ?QÐpÞý ´AèÑ#¾qÁÌÅÇ¿
-ñ'qME2³~%÷&|;Q1XÆC]ªña#[L·/l}~#»¨Û¬MëiÎúUغ"rVçS¤êp
CFwÏ.á(^[/ÞÃ5
-É jké
-ý-NJå5~Ygå8ªú¨â97óõ=ãÊñí#F¡ò¡·I=6gÛEO5èGÓ¤N¿/èÒgFÓÊ"¬YX¢`<³ìùdÃÆf±êð1ÖÙFé½`Pïoo¬Ò»sT%â¹hýÀ
¬â¸"+¤¢¤£6å<M#'eP¦¦æ7ØÌ}Wá{í
-%!o_¶9x'àÕ.0lR I°nÝó&vÈ ß~õ:Æ¥F V¾ôppè
-Ô5(
5ÊzS±ÝÔ{Éxýâ¿SÁQùÈjNðá; ¦³ß¡ÄVØÖ¼x,Xð¹ÅGͨ~ak±
-S=´C)zÍ
-Û÷ýg³ÌÕóR|Æc®vZRjQhKúã1êlv`b¥ñW$ú6O©4q<>þeÒª]úkÝ×1¸:ÜåVzÖ¦~þâ4£ÄÉÃ|J¢V°÷»9RdU~&ùæâ§M9§¡0ÒÐ$¤ M_É1 ø</?D{hÐáP¦wôÿ@·\GЩW¸ØtCÑQJmÒ2,¿=h|£û¸^÷I¿ÈÀmºô ÏDl©rVÇ8¨¥«Ú^Üxjõ
-os0ùVì+®g£,ôæèÛ-LÇT{OÑ¢Coµ¥UcK`pEãkìuÊïY|ò¯ý(éÙrÃ:rÅÂÈ0?4´gA)÷¹íþ Õº£Ý£R}wgs&TGÉ'ò¾&¼ã¸Ká¹QW.J1zòvè ÎTiyÍñká±Edû=»_"!bq¢¥ËeÙgð×±9lÄýI½;&·l\Z£¶ö«oµ±BϤ,v¿òFE+[Þw[I©÷ÄênêƬZü
¾%ê.O:±CÕ12cF$µO͸`? GuÁý úVz\ÉÔp¶K¥ï¤W?~tÚÏ éG÷¹Ü4ð^+¨p«SgIU*Bó=ý·x,`Ê^¶ÒÎ;LwÖÇ àÙ,GÒý
9¼6~'6íÜýÚx(¸ñ)[b¼&²éé§Î£kyþ$ô5CÀÛÐLÆ1FgáìÁXùUÍ]À¶C¬¸2¸nü3²Ú7ZiÖp?ƪÆRŦIJ\8³ò
ær?²'¶AÞ\=Åà9b}E¬Eájõ÷HV FL±'ÓЬ0mÿ9ú- øIN¢½÷»ÎJqºvÚ0MBJ03àö~d;JhRá@^áTv\ç}ŽûÛ {L}Ué8m^÷º+Z`%oÅåñ)4EÔ3ûí¹½¾_Kü×®EÐ4ìÇä?wÔµ½ XpñøÞEnJx#Hà4-z8 M.Bæ½~
-Y Z»5A¸_NJp±Ô<äJì®4s|¹û×)ö³`´¨)
Í÷¼fuvçtr£eÕQ!²@ÔÙä6>§ðþD×i¤Ú½)iÊ©KE»J¬g.E;-kðXTPøÍòצ»ÀãÂÝ6%NvÞlûeNl^dc:3ÚÚGÄYÈZ|:ü%À·4#pCû0~ñ¾V¦7Ç'QDíå}1ßuû2à½r"3Ô7¥3â©¡Ól#n÷È·{QU®Î·2³óè®Ð?²ã?hÁ
-Ù àÞðìÝw#úZ4%Ù¬ZG?ÏuaÖèÝõÀ£d³2ÒR¨jã:.ÏBcEÆ/ºËËø¦°D&êFûóâóü¡x%CçÊZ` k÷¶®6 4°þFe¤50ݲ÷µWÒwûÁåGÏÝÕÛ«`DZ8àÚÜâÄßxÓÉ+øÛ ÷æõ4û¬LTòÂÎ\ÌV¿[ùðr2ÈÄ6J³Ú±Fokeû»á<EÞL*ß©8ØÂ'«oõÞÂeéaw*ÅiÌ
-ðì¾KZ:£·rH!0WÚ_K=ʸs
-÷Q÷#TjRz§ ª<U<%[~.¬jdÆ6¬H\>@»äÌå, 7Ö»×þl{_ªK7÷|çÍãöòÈ#FÛè'+úvÿ¬7à¹Snnð¾¹T^îOÔ¥b`1ûoêìÕÒAæöÎJã¸É\üâÒ³êäÊjA³?<?êVHj åç(ò¤[vÃzõ¥Â)¢yØ@ï~´@&oRÓeøÙ/v?| Wb¤¾6di
-+
-c(ïÙ+ççñ5|@<Öа÷9È07¿ö¾ ÖÏ%_ìöÑ>ÈRÏB1ÝwOÏ:ûÖ^²¹ÁrmÊÞ´ÃCûc¾w»(Õ¿]+Î+ ÔÝpkÈÝ^u¡áS#äôà35Ô
g]{Ue:ixå+k·îB&VÐÌ
-¬VF[ì«IR?¸Ô%ÃÎTõOf«'iæ®XÎàó)÷¦ÓLGîüA¬6ùF"g6úâ3³½CûòËw¢û&¥"Xm*sÄ;Íwp\ñÓÒ
^"eþ,^³W§xhù/8_¹æt·ïññÆ«ßeÎUPþü´bõfôý¿÷ö>ßõgï´4E%n½ 9òmTNcBÕ̱-c IĤ#][B¯¸ÓkÕã
èÉÙ°âg±ÒÕê©y;1äÈ0ÞïB©ï^v"ôR&÷i¯<4P
R6Ògí7:Âm½mÿLQk,ÙF¤ôWþ¦]ÀÃiN5º¶%Ö _bh¬±Î2ÕUö@DüYB}£b|Ewk¼Oðcì´7êt¥ÌøÍÙé}{ߦkÌm,>ͦzéý}þD*7¥¼{¥öÎ8ÇÝ!Õü|îGßqæÞUÉ-b.dÔ(ºµõ/°uû#ß¾p&¡ó Î-K[¹@Z¸xýUÿÔúûtIÓÝyËóeì&é¬'UÉ
-#ç±¹ ÑË9.à8ÙX¹sh®LeL#Qõî&q[UÂ}e3ð'PóÝú®¢.©òK²hv¥
Ü
ß |Z"òy&D¹wGÿ_°Ò}e]±y'×àz¡
^cQf´fP+)jiõÏdoþ£<`N*"¾.²bþ4á+rµ1 i[ÉvÎýÇGÈ_[È:îZ5f$§®MLµ¬¶â?%,¯cWé¢ì%ÄÊ8¤¿µb«iìµÔÙ^Ö9{Èb°]vºÆ@ ×.î11ÇëWÁ$M¾2nMòYRÜ}Uµ¹ìo]Õ\¿9ýØÆ!ühê¼?ËIïo <úå+q÷·
Z>B¦Àö
\èO{ S©yWdnÊ·èqò/ðí,ùW¿¬UýûÚòEpïOz2FÊô®ý¥!ñùAëTÈ¿
ÁÆ
Ë¢§æÄí8¿¾ßÞlÔ]b/`!·TÝsÈNº©¤ãÕÖf£ÔÜÓ¨êfݺµ~5ÊöôZÝÐ`ê@>z?Ø]å²b¾
-p¿D3²û|³Vttüf³Î 'ú3¨¶Ö«ÁdH}¯OwÉL þ ðL
w°@L½OiD¾ºã*4ºk¥aùãsr¿®¯Y¢x-Ñn®ánȨÖbGõ9ºÃ²x¶?c¹×d@çSɦ~JÔrÈ:æf¡%MIHÖAqyê~lÛÇtEö\$HäN_îèeÆïf¶@ªÌ¨Ý.¶.áf#a²Ð,Ízê{k¬~ªlýÈ(³üBú=g\üÆnWXöõ²u
ÆË3äï¾ÞæMËi<Üün&¾ªUê¨=W`ÈV]<zÔ·ocÑÍ{2-ªùê¸HÀa~«ô"ÎrÄ%LF°Öû*S䤡dzå×MÜLVÆÕg²Ë
-§åvKÇó#,ÍD§YÈHºaE¦¦oþ.´¬¸ptèiEbªwzñKýn}Q{¡ÉRhqÁaµÂ{n5íÙëË|ÃÂÓÂB4®z0ÙßÆbÝÇ+æ|UÀÚõÜßö_KQØ9+'©_§)¦Ñµ¶øÜnaÛÕ4MPBymå?C~ L³ªæ·Ù¡;/l^êyõäe¾`QïÌ¿@I[ÐSh³£"}9f ¼Íwã!ÏÕgTZJ#®¥8ðµ=À»Zç!áMãM¿`!Álhmë
GíPs©»Z÷ÌÕB2Dî³gbq>é
-Km5dfB1/:Èy®d}U^mÛÏ£ô~~?8Uâøú6'º6éµëܱ44LÐdéÎ0i§ÜòÉM¼y±%³ËÉÔÛ9CåÖÃa¼lmúU$Óhwþ6ßÿ]zLçFex<ñGnräX¿@¸ð`éYÝ6Ü{ÒhÁvsuX[ykGCuäÔªE©ÂyI2áBÊ9jß_UÕѽ,C,Còq¿ù?R\a7r³¦ûí¡N~}Øö3f&ÉQ#÷©nîÔú_÷Å`/\³ëd³*7N/1FÒ+êzI륰¥ãÕ©|.~-Õåi?àW\?y5\ì,$R]S)´÷±!ÅÃø£oDzÊÇ£ùzdM&dZì$+ØGx"¼'ê>vIdê½S(ÍðÙ©mx²âæcAwÍ¢¤ÛMu»pÓ¸"wÉNÆ{1«ÜáNÔò-m]b-mÔDÒnl ~÷ê=%áìk;±îMmñ»Ó*6.R¦*zÑ×+È¿Ð+ÿ¢i¤Fg2-Û5Dз÷ß«÷-<Ì(n"ø}X$K6zÅìÃÔûTüJ^A'ÎuçXÚS¿µój|Hr¬ö0\¸dèH²d,À[æü<==¶#¨²
Wú´çqÖ1/ú2Å!unÊ:âÊ7©QY¾ ë`½>zN_¿:
-J´_yµ-Ü¢EC¾E7ïÊ¡T Éòº¿Þ£ÆÜùäídq¢ûËhW~ç'>>X¯_üQ?§Ù{2ä²@{`=Úá0b Ó¥ÞÔ(+çØÓ±JÅÀÂÀÄ,õ,©§
-é9gQ«Z:eIGtëð>Øã[sðÆĹ0i¥3íú|³ôÖ´öïÉ#ïõ6 /´c.ºKÄä8¿
-§v8º¡½ùWÎ7QpuQ?Ä8è_æP³e¬ª>µëVu7w©(mÉcOÏ9±8Ïþ:ø4ä@£ÝÄ[%ÂuÈ¢6`i
-]µ#eæOÞd¯ÉÖ:yPêBCë_biÐT¹ùSþXL¶Ïº¼ÉN¢ Õì&´Î'Hæ·Ôä@ ¿ï¢¬¢"ÀéCãÔ¢Ðþl5ò×|ôÐPcE çeÑȵðµhÄiØÐwMö¶ÖÇÓOO=¼úSNÑå5Í[[ïJ·ÄqÁ-¡¥ ÔâBÞõ¿Ñzó2êX«Á³ò£4Î3àIð&Ö ¡k¢P0ÂÖÆÂËuIçôymij.vSñÊþ^ÕW,lýb5RpÙ¢|Þcç½51ñh«ëÅ?î8Õ ûha
¢
-Cøqpê<g*NYîÉO~Ök"ÙWÊu÷ê.g×AöCº^'£/iYD¾.}ä7ƼÊ^H$æ*¶dÊ®m V¤#dz,f
Ê«^G¹Z^vD÷iêÄgü¶ÏàO"í|V[¡L+óY=}=í]Î?l:z}øH±RÂõÕQ§íËAU¢SD[¿ý½´Ï
-ËÌÓËðeø®«+gQõûW¼4Ìüñ¬LDL:ÀHKL£ÇãG¶èÔ,ÅuüGD^Ù§ ¼üñhN]½*>åÍ
-·i<eNÓ*s]_ñ)'_ù±ÏØH]öüÊÃSßêGn¤Êz)]ó¯9Vº³ÒS̨bv%f=~K"ÇZ5|ÉÂ/£?Õo9°ÞG~~ò¾ÿ&Øç2Ú@û$7ùúà%çرܡ¼Ö*]öØù°ÐÍàR7Af7hoö=ͤ<ÞoËId\õE? Fè+§Ø
-éwµ77Ñ'ZOZÙ=¼¼C%q@p(^µÒ0C:¾óùËÏo>Ç/7ßò?XTu÷YûÜ£ê½ÅïV|¯ø¯Âå}±çÿµG=ÁÈ#£JÂLy{R=
°¥¶6WíVÙÍÑ
-mn ÌnµÆ0;<F'âè¶ .tD?ÍÔákE/(ÿà¦i±ï~¡eÑ÷Ý dºÆƤ±_¸Ñíö⢰»Í1 BÖÔPÓáÓªOûî6¬É×(~Pµ{ÚÉÇêJ¢+q
Ñ&ªðÅÖ{>8;ï;®ts¦ÜÆCníÔM]v
-õÄeÂiáut«'΢'Iº¼wÈTTáDhÊd²Il¼kúòÿW %-
-endstream
-endobj
-324 0 obj <<
-/Type /FontDescriptor
-/FontName /TZLUSU+NimbusMonL-Regu
-/Flags 4
-/FontBBox [-12 -237 650 811]
-/Ascent 625
-/CapHeight 557
-/Descent -147
-/ItalicAngle 0
-/StemV 41
-/XHeight 426
-/CharSet (/A/B/C/D/E/F/G/H/I/J/M/O/P/S/T/a/b/braceleft/braceright/bracketleft/bracketright/c/comma/d/e/f/g/h/i/j/k/l/m/n/o/one/p/parenleft/parenright/r/s/semicolon/t/two/u/underscore/v/w/y)
-/FontFile 323 0 R
->> endobj
-325 0 obj <<
-/Length1 1608
-/Length2 10163
-/Length3 0
-/Length 10992
-/Filter /FlateDecode
->>
-stream
-xÚveTÝ5îwk»C°à\CéÆ;ÁÝ Ü;$¸»ÜÝÝ?Þ÷ÎÌu¿ù5sôZÏ©ª³kWíª³REEÌbX8XÙ J [gGuc°8ÄÆðfäA¡¡p ; `Ic' @h89üüü(4 ÈÂÒ @¯©¦ÅÀÄÄüOË_! ·ÿô¼ÝtY´o.@-ìôñ¿¾¨, s
- ¡¬¢#§$ QÒÈ Á@c³
-È 2 sÀæ)lú«4GÖ7,1G1ÀÑh
-z»t5ÚýåbØlAoß #ÀÂÁìôÖ' 6µq6ûÀÝò7!;È[íï
-Lâèähê ²s¼eUþO'Kc§¿r;ÞÜ ù[¤ÄÔù¯þö½Á¼yA`GÐÕé¯\&@ÈÑÎÆØí-÷èoÎ °Å?0Æf6 at GÇ77쿺óÏ:ÿzc;;·¿oCþú/ 'G 9+
-ç[NS§·Ü 0
-Û_"6 8Øÿa7s¶ûOÐáïÑÿ53o$Í `7Ð
M âô@ÿ¿Sõß'ò¿AâÀÿyÿoâþ«Fÿmÿ¯ûü¯ÐÒÎ66JƶoððöÂ8 ½1ÿ_¬±-ÈÆíþ×@-à?þO rNÆom[¼IÁÎÊþ#ÈQä
-4S9ZÌmÞzô·]lt°oZþÝF Ï¿ø4,A¦Öà¿ÎËÿ·6ûWæoòüÍMBMì³´4Ó¿¾¦G©¼©î¤áf÷Fì?êPý×á/qq+À
ÀÂÅÎ÷¶lì\ ~n~¯ÿ!ßß@ÿ<+;9\zoE³sü]úüþy2ø)°)Äì¯9Qw2½Öþr:;8¼)ú÷¶¿üç¿t¢,ÌBLR¾§:UdõKêu¶sÀöÙÖhäåøþüöI Yã/ýòTÄZ;*ðÒä6s`÷¼%ϸÝßoC÷; xMêEÅеLÛÂÇ´íÏfXz¨áq:°
-§ËËþy{}XUÍ°à l´
ËéôÁÊ%ÇúÆî·iru4^+f-veîÁ!müÞí
-]÷@_oÏïsø-¦ÌhdAcïÄÊ'·/W5¦Ï_Y~
-dÄPvö#°ÞWP£¶SÃmY¤sÖÿñØ%Þç%«2pÅ©l`® lê×U'*Íã~,2akõç£L»M©µ0¶ýVKC Ó-y+jfµ2káéò:ÉMàmÕÍÊEµ÷Jêl¡©ýSè©ÙC?ûôÎöE1ób 5.Ê!albvm6©23Ȧªz-êl]ÅÖ6î'õÒ>wj )ëêæVi-"åQïD`L0ÇôªÍV-#K}övq$\ú1iÆÁ[Ð9æ}0´ùÞk}:prÍÀhDÙ§P
A#r[vîÔ÷,° MÄQ²;EoJH ÀIáR^prÂHé^ÉÚÌ&Ú
-osoÂLÌ\äÁc;
-4ýV´åo ]ÔAëÇ|©ö°¤
-¨9ïjñ[^(¾ÔU à[ÊôÚlYoqᨲª>þ Ôʯ6ÔϺKª,Ãé¡,ÑÔ
-ßBí£úcг{öÞ¼²åý°
-³=hV¨àý¨#RÚÑß%·@*Î&M,9*Ú0 GÀ m±õs_Ú
IA¥óë¦÷¯G[?k¡xÈMØØ_ÆÙÎôU¬çi=ù@'øëùAGBëoØGf`üfëõJʧd9¼wlAR_H&ó9Àx>Ñа!Ä¿g;8îIUÁOm¤nÄe¡û/WE¥yG ¬ýúÃ=<.ö¡[<`´uûôÓáíÒñ`0hnRåø½h§,±m¡TÄ$X½ûçHbÔæc
ͤs-mË Zø¡&*©ö?EO\Ö çeHýhoË¢+b&ï¬=CûiV![¡ºÖr>¾·ú¢rùå)¨sô»qls,)E¨FBRKE#Xy¹ý"NÇ(¼½mªÌX_ÜÖÎA24Ñ¡m.iR¶ª¼Ù°#Ì£À[ý4<^©$QÍÏ»x;»fg_ha[(Àkóòã1ýÈÈÒ¡*Õ3v
UTçUóUüt¶Á7iü ô8rÀ??Î}IJU©´1$X
-Pß[å
-ZÌÚ4EÓjëöYØ
-E?¡ßA!_-Dïï/rC¢H±BÖ]± üäg[6»y?Mô*§S`Ä,;Íò¨! ´&ë÷Z£ÒlÚÂh¥1"òsjÎuIÁÂ^çX»
-<$&±&|xĤÊêÿå| Zf¼2¹¾bÒx´!º8±¾éÖµ_2Æס§åí
ö®HÌòÖÚ±À'?¦Hm³Ê+Ãcy¡üMF6Íù¨Æp|¥ÚðÅÿTÉaòâð§;ÔQûzñûÙî³Bð©Ï37ÏJKéÃ<À]Gºm _3I£n ¼Ôºó¼hÎíþsÊ
õêÆåðXùÜ¥YѨ½2
ÿÜWÞÐçO}ÕÂö:zdó?êY¬Û%_P'R¤¢« Ãê*Ì>ì>þO÷Ì\¤×EFU#iϧÁïÊ㡬±£wÔ´_Î6NÛíÀu
-spPæ(ôT
*©&§_%½ä/úðJäï¿À}6×öÏçϪ(UCÌødX*'QÂ,°¦s§ónJñî¸õ>íñÑÙ¼Æíu*aɵBÜñï_çe,.Íîa¨P`Nî¥B£HSÂeÁéKÂPE{¿ÃóÎûîÂ[ yëi0m.ö°íáëb&Å#©Ïú×]YÙ
-¥j¨¬±§îj¼þìÇ<hûånßéªQÙ7 !¦HFjJ&°SÛâkÎÚ±|àÛ2UêûRi6÷¹Êû)ú+m
-ªôFØH
¼cTWnpQæù|pØLOµ
-åp;UpáÓ*˾«é¤[+
³r'Eð£iÅõNh9ªVÏaLD¿~&}¾l¬ì±ú]R£#ò¾Ó\<¹b×Ø?<²'6ÙDU[æ9üÜÑ
-µ=5Gz#Íï¼.L÷pd G#iÑÝãØûHÈ×'|×qS®ÂÔ§[£.¦×v¹
- Ö¯éüÍB´»ª@¯eÞ.²¼Ç[SÅÉÛ`h¶2ÈRbkÇ¥/Qc/ÞGk,ã,Ü´FKlk3X0ZBÔ»Øo>íÞ n{xØDÄ®»y5ÄF¸õ<BPç@/SKê{Ú3÷µ¨Ã²S±?5ØHñ äàæY¡6s¤¿ÊDÿÂ>Z+³;ôÎ&ûÂ\}Y´{52Ù*Ñø6'¯$ÇËy«}õùÜÅ}Ôç¥2÷+ÁF+Ñ4Ä&8¡ö§|£p-ÆÉ(¶rßâ´ö©ë
¹CÞº;¦4¼yµÆôÃβA{uN;
ëË2úkýÆëàø?].âwyÏ`¾çº2·c!Þs5VbÙ
-á ï1Ë«îú?óxWËsh§¢wì)ëEÒêKwtZ¾µÑ²)
-y)ã<F)¿:j¯_U0JÓ}<ø¶ü.õX&7úu£(}Øb¢Ût²=Þ(s^øg¦[fh(0_p64®9ÖK/öé)½|Ã
--àáõ0ÆÀQC1Â×vZöÞÚÙÕàkzcèAEàmºçW©já«Æ];ÂyM¤¢¾àúÁäþ48õôQòæi<C6~WË¥*¬2=`_Yë´ñá
"K»°ÏEѶ¾ð -hfduª»£5ß±-Æ_þX¡?¹/¢kù4]3Õ_CZð~=HÜ¥Ü|ð÷¤ÎÛEÔùÊßñ_¥*°¹0(â|A{¡
-mu3ÈèI{.ûû¯YlqÆû~é2å×$ñÈï]øF 0zsÿफbfXîfîoËæ_k·U²1ßØVk#[1½L$¹qG¦l¹¿ïÜGióPí"³Ú²x8«¾s/îpG}¾N«ø<Xè_SùÑðÛ¿>óâx¶ç0_Ùß/²*ü»z]iEþcñ×ÞB©Ùë÷ÒEsõ.TʹA]=3ACw 6=EX· ÄiXW½?|hÊÍva%Ì,ÇßsL¤ÃÓ»n
-ÁÙÐ&,6ßùß¹b·
-cñ&3¡°ÜçJù AÅFRýbì1zðæ â`ÐUË^td=´i[Ãg¾#r8¼@-þ, ÍÃ~gØv_Ê/"ÁÈ!×ÐR8ð ôQ$
9³=~îÛ\Y2õVWãÁ»ÖÑÀw2¨ 1+õÄ:,ª¿y
#\øÐ8Ñì¥Ûí?ͬÒÙ¸ýyS¢Q¹eEF"ÙmõÚ¬NEÑ.V3búeJB
-É¿I±Ýì£î.lâ^=ëH©©¸³ÀÁ»J5ÅE¹¬y¡¢®£Ë~^IÄGwꥷÓÙV(,Õv.b] ùÆȯ类gî¶%@ñ·ëª:ï]£Õ~Ú¦Jì´y¤µo`Á£C"Ó|ÎSS]³øzM±¯ÙÏÿ;g[»xÎfÃÃ&Çä8¼ õí¹¨gͨª`KþÈüL¹þ;è$QYqMÓ£L/(eº«
H³|TH÷Pár¹êÅ·K[²äÁ%qûAu8cj×ßV`eg·#î0+e¬¬Ë"&X´DT^ÏÐ(T
-egÇâÚvªø*eÏä4J[ò-ÍåTLâ80f¾|.Å¢åZ
-|ü*Qwû1cµØ ~Ï7~Îz}ÈæÒþ£ÛÃPs%ÛNédië·W EÅéAE(gíW>2aÙÀºwØ=O[êlî}kUǧÉúLèÇS3;ÁÐ
-{ðòMRXØ2Ñ®£¹}w6¶Üñ«
^âjm1'Ñ4«âµLWS#¹Öd¿å:F`ýqiÚîÀ\êYå#ÏQd43éÝÓTõøÁÇl¼áÄòÑgp¾¦èó!]~ßY`°_&eAøÇ4õû.Î?6½¿ÑÜkµX÷:ÛwbyÂͽQ;¥úô5z$Ci£äÔÚL¨P²ºJÛh:0VÊ3ÄüWç{h ÞcæöûàëÁÇäO«¤ÖÔÇI§'æ3íE_j/ÇnùL:®julÅ`êvfèÍìéè¡DÙåD&ÊÌÆ¥vêRÓäaÚy0øÊ-o
-Å 34Q²Rg}l2ßM g~Ä9ËÿÀ ˹o© þþqfÃÅóã/£òSv¯{ØÑÙh÷wÏÚPÌî|⿨³ãy!{¬¯X^(ƽæSj©kì²w°4ÖÞßeTÕعNÐå+÷¬³Ñi>Î5úûÑZ(}ìð)EnÁ[ Ã>JÐ*m'ÊaJ@ÔÒN?æ!mÿýmMS
=}6ùTô~ÅQ"Õò±Jø·ñ#/nC
-¿ÿ¼zhÊÃqwZ®.¶Æâñý AvFÌJ?.¹|DP`nÜ»qߣ³}òñ\$k7×b4B*¼YSYÂùùÉ"ÙÕ,îz
-#<J¥Sç"éxÖ~<¾iA;"õدô59áYjv-8hÆãæ¼[³TÎ)LèqÇ=»ôiÛòÒö _HîµSàä#) ¹b[Í-ßÓ«<ÏCQÎIt9Aa>®ú9wh¥P¢<¸jfÏÐÆK¨
-ÓÜ<ØåÙ
-Qö(Y%jtè%ÞÜb·aÑkKÃfåK=,\êÛöcÕCdó|!F¬Õ%£vÐñú8»âÑú0ôþíØïÇP*Ûèrwu#Õ¦+&sqÙ4àÓa¦JÚ?å~x ꡺·`¹íæ/
-as7%-Å^hå|Xñ&eV»#!2ðn
-Ãc·[MÂ}=0;Sw
-{©
mNÍ°ÑM%ôÞ:ÊzÊÁù¼zLÒ|[}2t5áûá2ÖÎs·]¥5Tðü©!ûsÔxÁ¯ÌÖ
-xß°÷MZö×ÙxÐsN ÎÞJqAU,dâÞÕëu¥Öõ,C#k/âÔ :3ÚYúcGÕÊ-ÙBñµr)q$¸·¥´PühãÒÞ§@ê¾ycÙ7öòÄ0ôºÈ+(6¸s>wÕ§äô:9
Äl¦õw2Zcøå*7´F##ùú6âDÊ~e$£Ç£îc^vÈd×ÍP<] á+ÃÃiu
-ö.Èq È.ðð[\ð{Fý3g°Ôí¯J+ÑJÙ˧<rL»`m¢k¶æþÞ~Ñü@ÚÆ}½`ÏÞ¦Ô©<ë{gÕP¥_ô{C¤1ÏPkʤËòAܬÎLÎòúéå|gu°XrXcäQaÆi 5Ä[Ç{TASÛx¡ÅÒAkt{óYÑ\ìZJ)aïË1Ót]&µ1J´S
-uaTè>g¯k3shà¼×ÔÏ̺ðÁÃÏà/¿×©üHlu·û»P8߯âx,Ù@QßzºåLºÊÆ`[~ 9RÉj[J"ÃeÈÑêe6/ ݤuv¥ÆqÖ~DiJÀVîá.Ñh4éðìò$»×y
-Æ5<Y13á®ô_a]õ:vú2~a½«x!"¸Ù+·~ @ýHz©]À|rÊ¿÷0£tÖòÅ6f©ëüUÎÚs[Ñ¢I¡P*^ZÕeÿdú²h9»>ß r¼9C¬Í^ÄU¶gluì.,á*ú¼~®àQÏçôc¯÷«RF?·Jï\¬LïéLx¹tÑcYb>þJÛ`:éÛÆÐ":×V_[f3¨æ â«GÀËôd¿ðk0§ê[½³Ïçt|ÂÀXûVÝ\MGz)ß ¬($lÕüQ,_êÒ/ýä3ü¢CÒeõ;¥$ÜfnNÒ*/Õ¯Ãzq-9 'ªDOøB$ÍT¾x/1?ï{0Æ#êp۵²¾×ë$N!mÕsÃ0*$î¼Wõ²ï, 0wYgÖMS)Î<4&«¥wHHâ=kínxfÌ5UûNUp«AöÛräyú2ô¢´tÕ¤-I'OÆõ3®V
-þÖé÷¨ÈÓénÿÅS.ü§ÛBG%ñõzÈ_@®iâx'fü^ ±:øiåkòp±îÕæîÝPì)nOôÃßx¦HõÒZTÜ`v©>#·=Áfð~P%ÿeç½ãò[xý½A
-)½Oqë¯fǾ¼;zlJÚÌj»Çûf'[9ÍSÑÝÞHx=ÞÚwBAÃüÄ~S=ã!Ù'ÛãÀ%A«ÁwÑlâ¶f³~Ù
-½îTÚaÈúâ0®p<
-xLk í6¯¿&O=jPGåÎçûõ)P,ª"ÂÝ2¼Ôá×o"Ò%¸405ÉÎbYÉF©e£Uߍ¥ïN!úÅ]:®âí>O8°ÈØ+<¦åmýÄ\¿.î·d68¸ë-̶A5Q«[~H=Ú=^½®lþ-þ$È<Y©Ç@hÔ}q®}xÜÀ*ì¿£cRà~¦
+Þ4´Ý¿¨ªäé$÷ãI[F|BÊ|÷ÇW gÕBA-w§ýãÌ˪ÇÆÒº$ª~VmÇCƽãs1]åÖWÛú8ߢâ¢sje
BúÇ
-ÔäpOû⯫ԱLÄ)Ù2WÏ$îÃ×é÷$ÖS!É5=õï°®Yèµn¾Á
-PϹpò_Ò®ò¿Ào°ÙJ{t*cÑɶÔpz[ØÏ'᤾ÃÎxè?ÇÀiéÆ$±X ñóHÝ
S¡ð?ÖP7³c rfÔ]Z-¢áê×+]Ä+ÂOúwüÂ_íG:^ضäÂÝXoÇ»7úæ 2Ñøð×=4e»ÃþßuæüòÇ6¯mè¾büVþUOø"´çÝkç§í@ö=þqgâ¼Rl×ƨ¢-kßúB¸NߣG¿ß»È¯ZÍX¶++î\QùôFª
-£°¤ªºó´Jfl)ÇËÈëC£Sê5k@C)yçõÙÄL©Ú+ù1ÛSÜÜ¡
TOÆÆ®Æfßþ«á½^i§¬zÊé%æéWW·úÁ3ÛðÑö6µ¤¬µT'· ªråy¯BKK¼(ÎÕ£eÞwf%)à1vÙ}°»@Y×ILèIû§_[<oyZ¤«4²¼EQ½ç·?0¼¥í0åñkù¯È¶û°åÑ=ñ¤ñÑm¯HøÞóâ[míÁG
-Ây
äá×è+Ù%j¥¦ !ìIK/Î=páõÞ:øKGÙíýsð±?ÕäÏT%væt0¯ñ!ánP2fü:6_1ÔDBlsØÅsäã²Àf£öÃlCÚD@¸q ê.sÖ´F]íò5õPL©²^00÷óO¥Ë±ïF]¸ñmN<8VØêOªÃöX!ïZNÍxKr{ô72ê
-&.
-®»é V¹oñê#FZ«q.ì¦'¼Ó¿Ë[t ©Ý¡|yò&åt±b·!Èî»WZüuª $xñqð9Û&Ó+tCêõèp`£ÜJ)eà«~ÂÉÛ&ÒVÆPY·|zQ]Ã_ÌÅ^GÅÓÁdµÎ
-ΧèÄ5öëí+Ù®4¾yß©A` =£K¬Ó*+1äÍn úç=r0>1+¼ØÑHÄhqºÍÜþöËN_`BêÎ`Þ5sǨ ë5!£Æà"m2ÙüK¦N~Ys¥#ZBMw~[S0RÓîÒëU&VÕ3íz$lÕßã7~ØkDÖ+yº©çÝ¥0QÌ(Fª²`y»ø³4åàOgxä@»áVýçæsÁ¥8ßf·DÓeUy½kª l¤Ýgû[gZÝ÷r¢'òPDïϸï_*ÖuéPEN:yÍé½V½×»eÉãZ²(nXIÕóf
-ÕÕg~Ñïd[P4Û+½qmQÚ^.nëuKÃZáfaÚ}Ö·j¥6mª
Ìæ´Ì¶©«FÉëÉS]ݬ&oðt«¶hgál*Ö=ìãk=8S~dÁqt¾)còØæË(NjØÙ´,0H2Iù}+wX¡Â©«HÏk<1ò_+ùZ¹æý>o<$*黵Æà¤fèÝ#¼¶¯ð@/Á:Ú~|tCªú5ùì}Vªñ+à
iG°²cCËZ¡|?Éû^uÁÖãrÿ6²'N ÷Q³h¶%èçCò Ýß}BU{7êr,×W;ÿåkÉiy(ga"'L³9;bO±HÇV7ÿHä]À¯5jî(}µîéÊú"Õ3äKÂbñ»Ãþ>D¾è
-I ¢é»þ®Sñõ8Q[F5#áK6Ü?Æj £Ö©á-z6æÖ1Êf"¥«:cµ}m~êÌÚ C:~"À¥×;䤵
-XlÓcrÖXxâǪ.6ÒK°ùpdck3·æÿ,ð^Z{2¨Vçû4µÑÊ[qâ$¬\1+8¯
-ÖZl\cUY Íd%k*y`¤9^bp$Xê¹x0~PÉâ'Kò¾.vß(«Gãå
-ÇþÞ»mÝjݹ\'æªÑ%)êOĹ®(w0ðã׿õÈVF
E´ÛØÒu.WÅPºYJV°¯æä²$r?òÆT_Çf
vIQ$*ÕÈíÙ èÇú
-ºüÑréÞªGví¦ð!6=R6ËÖ¯ Ë*ñNuçRÅh.
-uº"ÆÞíCÃrµ¸JÙkLP½ ¬¿SÓÕFN¥µ]0µFB¢
-eí§$¾»¥=/»Æîd
-+ ÕÉFGåÔUVL
DÁ>V¢ªÝ[W+lK>F
-ÏV²²hÚ9=@01CóûjÜPG-µL¹º©qô7¡xÍĺ>¬_Ϩ´ïóºkGØxß6ÜuæH²¾úYûK/q ŵ*-:éZ¼=MîO Ò3#¥î4rüÔ¿sø¬Fbº(¨ÈY TÊüýëù/ÕøÞãý
-Õ\¬0é]uĵþ>ÍR¡ñ-ªMoÞH
-Ýäv¦¡N¡!² ·ÏFù7oÒþ´U®ÕÂØÁǺ
-ª\[[i¬uȪ×L©}q÷=7dámßÌl³u=ø6Æ5>íWÚö8ZÎûÕu'¾?«éÜF£ÔXðݧþAæ åúúÕn''½ðB±,;/|Þ;KLÛäÌñD 0¦ï½íÞpÌñ4W$
-vN2ÁsÝûl)á-]½R¦2)í¸ý%%Hú"fÆÑSZò§4cK~[$aUØÔB-ýV?´|h-GõÑ©a©¿^ë§1þç"líª+º`Íó®FkÿFÊ0²5mÿQÀàËÏ4úDQ¢rãÖ¬@GRõÜø
-½ö¨±ñ!%ÕÕÈŤ)óêuÄ¡ÎoÊlöµ:Uúü( ¬ÏÞcðeI|nA¯"ÙµØÙgoOÄ·HbÔxK57ì£[7kÎûáE'ÿ£ÙúVÈe·Oe<^[ÄÂrÛë(Ú¦ÙîAlv¶T3ãkÜIm±=ÉCÌÙ*?±$S§Ø÷m[ɯßN¼®òw'5D¤aíýë*ºR.«`"¡Z Dðýü"õ 9.ÔN
-ösëv°7+\Ú§d}£y/r´ÏG;
ô×î_hÊt»èÜEñû%©å¼©;±Õµ=FM,úÁDd7¾"ÖÌæQ%³2hôP
-¡uC¦jMß}©rô£Âð£ÓÙÏOË×Z¡{>õU1=1÷âõ!ðMµß5(ÄÒrxÒL4à²+
«C«pix^u:²«Í4&ä`ïÇ¿æv³À`6FAHqâÕK~§ïɦ·ÈÙ¨cH\¬1QÝÇcö1nXóvt°¹1táâö ÝýÊÂüÞ4
üÃpäôºIh;¼u_aØ$GÐ+¤ûÆû?Ý©UañÚg>ûµpµh6{
?}$SZôAÞ±VÚN¢É~ÂÄ:ðd",y©¼ÛÿèöÚã§ì`xRïy§>(××êk²ãüZ6°%>QâQ|YÍ0ÒW{dÚ!9hí@ú¯Mi²E'¤w·Ü¾¦ÖÜyÃC]©Úo1¨Y äµdßr*ùUAà©Àƨñ[\Ô«õÅ
ÛSë\Ôsk9ýÌÏÙz<^ ÉÓLçËB²õj_øuHWJXS¿_ÇMÎ&°!Ó½qõ!öAó÷è|Ì»èo¶tþX¡v¸±áÏãï·
ýþÎß+~Õ"|,ÂMVãi*©H±@Ze³OÇDgmÒðWØ{¹v§Í_b;Ãr#g1ÚAc(Â,È:yö½,²JØçç/nå4öx>×þLhÇ8ú<·-q=·o{
-Ч%8â÷"ÿróbÔ«
-+·ÿÛÀ,S¿SIÜCiÌÓ<ôͶvëAuä,'
-#5íBÄÙ¤åÒ?}d'Q¯ªcß`6~Fi0Ö¯kf¹EX¨õ_²d{àû[ÚÍGÎìW6_Út´B
-¹8 È×t5_èLOÍNUÊåG°íí
MkØs
-¹cY}©a<ç¤în£KMP]#VðT®vÖ|à
-Ð
ÙõSÝ૸/F<³â;xVâ«Ó§ ù¶ôÈWí~{Ã
-»
-?è#d êÜ°|mj?uï=ÀoÄèêx×CnUvcùê3ù*=ÜÛBÿTQ,~vmÎ0,'·øL"úpѧQôEÖ"x¦
-rÏtã¼7d±uÀ4uÃ1¿B
-ô!ÝÔù¬û)¡¸&5j»þ]}hcÔ泶AG¹Oò×ÒÎT±%&GÂÑOtÒcbB[§e!-q3.ƹ£øÂóøU¢rqéØØßÖòu6/ý½Ëû»;ãa[ûñÅï4Ò×ÆdgÈIã#)}X±¦7å¿ÔyÈ/ã)~n²²Ðè (΢sIÙ£è)Ýî«é&bC³ì¾DO1`ïÐÑM
-¶ÇïI!$mÌzÕÅæòÅS±EÆk]ºaGÀ5TegeƼC
-\Y[8m_»Ûx>+ä=4_3
-éÞCzoÁuËÝ;Í"ÅV°ìÖ¶¶ÒÐ-
nÎüÔõ!ÜTMe3ÆPÈ98tH°O+¦ê0Î r»±ÿ$¯&kÜïÜyý+MàA×ñ
W®8 ¯aÆö²p%|ú.7a
Ycºæ"ïWÈçÜõ
-®,[m]ý¢£G®W)ø'ø󫺧ÓpX"éÎ+ãîhÅjB·ÕÚ`KjÐSÌ0]û³ïú³²-еH¨(~ ß@ lçL´K²gé¤I÷Ö
-WÓæÎ6|Ñm|Á\yí]/9ÏÛõø7U7)©è/¿åÔ÷~#3vhTÁò@ßl(U*w;û¬XèKiøSô9iG}q^»åûSúVjæW"
-[ìSj at 3Vyî>µM1T7ÄuUáïä¼I£/4èÒ9åvÈä~C3Z_宿¼ê(OE¶¡||¹ù=fA%<þÍ
-)lÖ?ÃfuÌÈK°3Õã\`°t:¾@tÊ!:pE -)u¶÷{>ûK}n®ÍWjÉQèÁ^¸àä4RÍ·Ú(Á¹ß-9e,¯ð¯ë0ºÎñ
-Í
ïB¼æËSRÄéz
-»6ånªsÕÚÙyîïYø¿î(åYt h<TõþÐl)ä5Ù ¸Cñ.ݬím÷üɤ?Mºè-o1¢¤¾ BËL¼o ³
-ų"ë×3Àx à]³§Ä§ÎV|Z½ýÌäïdAðå¶fÿFqk
-endstream
-endobj
-326 0 obj <<
-/Type /FontDescriptor
-/FontName /CRAVFF+NimbusSanL-Bold
-/Flags 4
-/FontBBox [-173 -307 1003 949]
-/Ascent 722
-/CapHeight 722
-/Descent -217
-/ItalicAngle 0
-/StemV 141
-/XHeight 532
-/CharSet (/A/B/C/D/E/F/G/H/I/J/M/N/O/P/S/T/W/a/b/c/d/e/eight/f/five/four/g/h/i/j/k/l/m/n/nine/o/one/p/period/r/s/seven/six/t/three/two/u/underscore/v/w/y/zero)
-/FontFile 325 0 R
->> endobj
-327 0 obj <<
-/Length1 1166
-/Length2 6977
-/Length3 0
-/Length 7752
-/Filter /FlateDecode
->>
-stream
-xÚuWe\UÛ¾¥AZJ
-HwtJI7(±½aSÒÝÝ%t·H4RFº)ézxÎ;÷¼{î}¿õaÍ9ÆýcÌ1?,Z
-mi+¨P
-qæàáä¨ì-\´Í!ªZ@À#(`ÉÀ rÿ~$da at sg"gîüÈëغ ÔÌa ^n ·(·°¨ Ïãï¯@(L ÙC= @g <RrPK{ ÄYÛÅÁZi .0K (Àú±³ÿ¬
-
:¸Ã@6¶Î f]-}66ö¿
û_@è² ®@0Ôáw¥Ç@öØ´ÕïX
-ksy+óïq̶Î΢\\ÖæÀGÓÉtæbylTb%µÿÀ ó·fr Ðòq(w®êöuxþl
-Xý1.äè|)÷¿Áæß
-Ð ÀÍË-ÂÍ :ï,m¹~Ôqw þAòüÍ!VÞPµ9Ø è
-²>¾0=Ì] gÐÛóÿÿ¾ÃäáX,@Çcø;û#´þs¯fî½ssrsó ¸?ÿZ>¨vÿ;\ÝÜà2RÑVÔbûçìÿ>¦äàâpð
-<:å1£ ß?3þK¿tøÕ0ýoܧ| ±DþçQÇ¿Fr½ `þÃÆ,ϯuYÌ[Ç[ûÑ5/ÿj©ãÿ«±þYCÁþCæ?å <êáPüVlûps{Øý¿|ðÏ@}àîÿò¼t6,¥!6àÉrR ½Zi-mÿ´Ë_*[ýqP'Ðïàààù§c²|:9=ÅbõòK¨bÐv~t¥9Ìê_ÀoÚÒ{çzüö¯½5è±A ðÐsµ²« j¹¬¦pãØåëÔ=p¡áÇ#®s"u©¾-¦àÿx&%§1d+Qa¬G!-äöVD¦0 I)|³ö
º(öó·cînòø(ÒÔ»²î}J´¥ç²#Ú!Pb_ªK£íÇWhÔ¥yåO^íÀYDH®~¾Rûh¢M
-´ÉqÛ¦b)·7_1)a5ì_·¼÷ÈàøN
(b:×YP¶´ó^Û¶ªHµ!v°ÈaÚ>åƺ_`ÂF#M§ZÂÆ%%óPµ³Ä ÈÎíigÀå¼ùaQéF±ìQCOꢮ¸²¶pÙ4Ì;4Ó:µ>µ1
-úJÔÒÔs¡·¶4a:´å*ÛÕ¦²º>PmB IéLp6ìy½Ô~Ý.¨ÛÌo'"ÿâ°î
-!È·".+f/j{LûÐìÄ]£ô¼Çs|ý¶\Pªß²ÌüñAIqF¯+S
ÏwÈpШER»[g»ðlk_¶
-3ù×waBÎ)»t1þ<0¼0¸Ò*
-b´b£¡\Ƨ~háÖÂË S3é[
Gç#/ä()îN¯E^Þk/ÕûêN/Ù ür¢Â±sÔò+Iù·ï+$º|Á¥úI±a=X~â¬á_%«3UÎ\ ªøÞ(ÿò(²HWVGÖcªN¸ûÞæR{a/êÀ¾Ý£í*dµ9ǨéD§²-K2ª½®Ã@[K N'ÿüì8nÄÌ~®
-\Ütw#3üÊPir»ðº¢ow^UØÛÒß0Â×Â%~móH»tÈÊØUµÙé~<ñ4¦5I
-c£%¸q6rd×~®^Fv÷¨sóù`§yþÜ(¾ÉZº´s¯¾X%Ðââ?i§ÅÙøLûðåÍf,¨|¥Øý`
V °.õ"ä mqzz^=¾ÁRvÁZñ<¶Éáp|m ¶C_O4\ìy«xW »í¨eøqaa`a5YÝ0ýëù1ås¯¤ÞRÚ'k'Fm#NUr1Ä¢ñ1öé«îÿâ|zm«ÆäÿzD¡âûhVQ⤦ãÐè{
-lÙ¸á â.æ%&iÑÝ
-!Ë} õsó¡Åü+ô±Sê=¬gÖ'.ÆÍ(ww¹
ôðaæj¾KºõCѹîr §ö¸zº$¯M©¼kB²£ä[íÚ±öbkJv#KYWÍ ²%<3/Êi5ß®í&Le$p 0õÂö½Ð²¿U-ð3PF$N }©@çå9(øä±±HßPBÕE5g»æÍH8cDQ áÁ7éÒSiBµÁ[Í¢ ª{rcwó^<åü¢¹8Û0£Âêß"ø³×/¬ Ïs)gó.0ôýE²Ùeâú|y´ÚÈm¿q[ßôçë;-ÑJ¥ÉÃj®
-VÎûbØwÏüüøJñ.ʨ¥»õjÔ±êGIï
-K1z{'ëÄs¼;p;Ø¢ïïT 8êÀ§«Q¼
-²øµÏÛ|_êÄÅår7ëÉ#?ÔZ\*¤Q캬òVwaOüÙg àãgÆ yò±µeDÙY|KÌ#0ù¡YpðÕMx~6f=<72¹ài*Üüá*gÔTîjj(#ϤÎí=áâË$7Zb"l¨XÉR
dÒy·U\h¸ìáÍ
-:¾UÆád¼-µ{á¸dNcÝ ¡- at oú#8°ùjÑWè.gíIB¬v©Ññ|9#MëÚ{ÊxÙÆ(Ê4w ²å´LÉ鯹¶:¯¤]ù.þ±vTÜ$V'óc¶Ñ5ÒúÙúé v¹ØÝOqßnÅf}+vêÓe"âjì©æ!_HíðÌUi½ÿ¡wÉàÆ5(tr¾ J¡|©üܧK÷«g¼¤
-¾ïÊ{íC×tzÈSæ®ú¾á3â2èÛ»>M6ÈMý3þöm¿5±ZÚy]öH¥_Þvî|¡À>:! |J²¥þá=ÏÂA=y£ú¸;¸k.íëcÒ2ªÕ:~mËì«~Q5kÅÜ)Âô!xMy®÷EeG'ç#ÊêE×HÔøF³ÉgÖË¿|3ÈUñE¶ÍxÒ
6kx jS4$6¥W[<2á¶_à÷*ôsmíH2ï
-?<¹ÿ)P,F-lýáÔmáM!fK©Ðp çs8ªj²$fK¡ñ5:µIÁ¾ëÜùòîàGNå\zcØÒÏDZÇÙzO9®<b&
- ßH£ËßLfe2SÈev%¸OúFQM at ayÆ=(jð;§¥ôü¢WwIì9}
-©X%=K-|Rô<]å¸ð<«Þû8 at SÙz{T$XIòûûQ°Å¥ñÌvÐ;äÑË5¤àDeMåÒQD?X¯¿>Imv¤óõçWÃX6MhÕ¥)Ç<(¦¢ ¯
bG¹¥h¡ª"rÞë.XzñIèT$vT~äÌef/özãCݵÌnE6-ïå4~ú0þ²¼³"zN\_x0iõzf$¦¨]Ê'4âCyéwÀRñ,p.ÜãêàkÏMÒ'¼§ÙBmãOKµT4EQkËE«Âß±=é-Sj £Ñ÷ý!ùiÖ¤qíS%A5®>òi×Ö{§+üµ7ÄTN±%ò²¼ª3SRþ²m2
-暏
Ü6å~W~®¥ó¤ï4Ñ(sSè>ã¿KõþbAeðü=|O%þHK> ==AMyh!µzócÎíÝg¥¨¢£ºx¾2 º'4ãÉóJýô[>QIwõäd¼)¼
/ÝÇÝO××ñ!{)Mò#ú
-ª%¯òÌÓý9±'²1뼯Õkö³ÏÑJãÍ<6îjèl|o»u2ZФïØ>¬
-µ62suµ
-yX¦Ñ£á¾çú"Ín¨ùêÓv®G(¦@ù ñBUùÙéè!Ó³!.¾XåÁÁàî[Cuä°2:>WSµUä9jzAsâOîZuÈö9éðñN÷
-KhÃÓòT®Ú
-äu º
-j½KÒ¶&Ö>n!UúgE2êñÏ
-TKw6È.ºPØ `,Ë90ÎÂþæ´ÖOÄõUwzÍü=ý:õvdÚ8ýkþ"áîm¥2mµ/¥
-r'áùe½«LãÙwÝO,aþC/»_Ê}Dlfydã4å½*À_::,mâY¹]ï^a
¿Çû0 Gæ]ºE³ìôv:É-6;xIº/zvûvG±O0f·7Ä\ô «dhS-8ý^íwYûPõÐâØ)t×ñ.¾L® KÊoñ +ÑxľÐß%<$#q§DÃ( ۯب½>Ï@ózy%¦fØíåâ±Z{Å%õ2TøЪVe¶°%ÌÕ9
-(ºÈÍsT°ÄB0m÷k×wEû¨Ùãm-
-Qð"z[ï2RñjÄ·V²´
o¤¯`´í1&ômBKÎη7¥np®ÌNÑ0ß"ä£ï¨±wÇjÈøH
-©ÄÒÜÍg×Z¬yãTÀHmM¿× ÈË.ªÝ£ÜÁÄqÓÍ°¬Iñÿ6ê¡lý®ÕV ¯)ÓA ßN%02Ò{cßï±ùÝ`èk52½ë¤ÎVé|WâÆÓY¹Õ¶~ÇøW
-ôÈB¼¾Ý¿/óêêÆ2fdP;
-ÔÒMÒ¼ùá+¸ÓSÚ FußE
-Æ×.ÜÙÚV#÷q=/þàä<£ºëÇkKÁÇnn±N?m«WKÛWï*=$òø³B7kYcvÔùn;#îÆâö+ÖbÒ£°sð82:ª'výóS²YZ¬x^Ý}ÇM(
¬Ø/ùñH s¢ûqÈS¶Ê4JgÎBv=(7³¶²>ÂÅ3ÒÅã4ös]T«¬ïnª)/ ¥õ#|{¾eä[pk5¯|FCÝ}T)'ϯeVÈ->4¦ G2¤©t£Q²6O;(¥¼rwhR!¨[À2å¥ñ<ÿN]*ÐÈg¾lud¹¿d`=ØÓw[_aX´ ÅérÞºL|¯kDMñ\õnu½zÓ.é´ñaòs{ayBi? 3᪠Þ<;HsòVi?¹ícojco_ßÈ6v'÷òxÛÇ9[V
í4Þf^ÿ(µÞMLSqÚ2ãÔ©r
ÍhÏTç*ÙÓ²I<.·,Þ9êÚî·d» vµuºéU)'§9ßQ?bÝyI}ú¨X?ðÑ¡#åÀ±ÜEb¥Qr°V,Ô³©À¿`MÞtqÌ&e5¹¸?]T9û¹Ç)¢ µ:©ãªYÕú;6Ó2L¨k&{3©ìr/ÿ®/1¼ÍB7EA
-éôk7Í@ýóVA3N%
-$Ô²çí#%/ÝL©Î7é³ötoôR~®My`i?÷ýaë5ð÷,²±Áéêûaðç-@î¦O,äÍå ßéùVxæì^¿¤CRGX+½ü D)1Þä© dÊQé¬Y{:rõV2ÕT OT¿Ðjêî§÷#)8Ĩ§{7á
-üéƲØ"#üÇõZ ¯AëÖ>J¸$¶ô
"ãQeÓûûËòù¡Wøç,wJ¾9íÕòH·p%Îk>¦2¬ªÅ¹¨Mð²:6ÂlS1ÁW§f¤¬
-y|B"Û÷R;3¯¾¢éÉ®aTÏF¸ÒY[Ðm¥
¾Q¿C-5pKþ¶ÖÉÛôyßéTÔX®+¯ºZb_a¼ËUë\.}!Úo]/:.ß5
½&1tÜoq`Ö0ÂväÒ8«¶ð6$·@Þ`Sñ R×·:lXfâ;oð§ÈuÓã.p-Ê|ÚÉñóÅmqtSk4+YáÕ:/BÚÇæÍÔ=Ì¿¼¦4Ô\=h#Àhà@0²Í<ãá
-?ó{êüë×Ó:Û¢B^÷#¦^ñbß'MëeÍW©=À
¾=nµ ÛU½9'ÕX2úÄ>Gúµø/ø¿~ñ=Ù\R[Ñ.ï¹HwÌxU¢2ÐU0¦JhIÿL´Á½±¹VMm.Û-:v§{ÀÆî+ØçûÓNêºÔl½.S¤Þùô³Oõ1ùüÇèýex¢
-ùw"iÞÖO¸TÙÓ>ä¬ãNFrR!>³|!!Ë¥}²",SßU=n1~µJVâûùØàYðøÁs¤5tþçókçõPQ«ÓS>qo1åYêµðcâíCøO]CÈVV kã¯;ýç79xz¯î(P*gº?¥`j¸ãï`.ßêØ}Ó#$ýyg¥àß0Òlå~b at VsePYÖ.ìQ6<ÂÅÔÁüIO7ÿDýMt}ùjf%bBëuMxÒaNuþmUlxOõuB^å:ÌÈØçµc)ëÚ7L»ÉÈ]*§NV¬30µFCk¹Å·r
n/))[ÓÉýhk¯q`Ñp>fóuíÂç3}Èh
-
¬Â3o$p*êÇSñ)êÕϺg#aõ)Hýêa¶^YG7vP]Èh>ÞmúÐ;²Í*un2IFG¹e!&HUÐÖ¼ëí\ÆG\ÒE`ÕÕy½D'O®.Ñã?cèN÷eÿÚÈ^µ«i1£òtzà#'!±3{që¥òÖ)ç9½2BþÒ
iñ+ô§Â×ábøÂG2a³¦¸F32hraiOy½<)aÛÌñLehZ Eð7ÍE÷&«O]1u:eLMºHÍýZ-¥:Ç~æ"Ný¹ ܵ·¿]qf}¦É¸XjY ø¼Pd·?õAVb]òÈxâE§@ØC¾àÎú4ø.±¦ª*eKaTaRhw«Ãèën
-?3ÅÅSÎìס]EJuxFÝAò§TÓÙ?¿rO}äx¶
?÷Àa(AiyÖî÷ÉyÈóbÓ¨)Tç^·T1"yÄ«Ù _åÖi$ÓwÛß~4A¾ÓzúôS©~μéMBoÿ1
-?÷!Êz;
-+Ü
-Ç}nÚÃÝ㫸~¢ïG\çCÑÆÿüoµJ ¯\ÂÌ&Jî®°Ïâ`onÜ7ÀÄ~9'x¤×¿bÍq¨Md¼Wd~Û6.¯¬8~O7<=1ªáãRæ¹ïÎM]6³ÿÖñ(EQ18Æ;ÀÚLGéØ!ÎáÕ3ÞíüDTF=cÒɹ5§Åe>µUªþT¡á[ îOêâ·èÆ kL¥é13
-Möm
-º]ZYm¹Élõ··¥Ât{Ý\tÑÓÏä^Dsj4 Í\´Öõeió¼çiA£&ÆXÚHö¤Z²)Î<K/pCa at U×A©)Þã#GD@¯+9@B¼H¶oÏ=Y:f9Ù®äµ6dY«OØL-õY«¤À~¦Á[úͤÈû6[ëV[Q>±n
-ûÞIÊÐ~w3³lbKÛ1¦ÈöâÿAÊÖ$fQ7p^Ød¼ùàG6u(¢Rغ]
-OÍàóó,·ÅDQ 32eb¤ï,°~ø²¨ñ?L`;ò,ºëø 2>v×Qÿ^
-Îä.zþê30]½«íhݱ\?KéG
§${Ý÷q'»¡Oï´VjU¼b·?¬aá1Æ¢þªtt×ò1©AòÁ`lBô_ã÷Êe2,Î*tn×ØE&?8ëòëö>1xßqãØwv-ͳÅLsUØÕFêVáTk7ÞX³GmÜq">iª>Ó[Ù|b»l=²¤,rqq¦h8±¯gâ7yÞRü÷4Y¶ÂòHÕÎRU:6ÇRÃ>ÙÜÕw|>¡JaÊÃÐíF Ô³+ÿ%^8úbô²ZTwx¦ªÀpJOnQß^èîýZÕ]AÞæö/ÕOÚ#Ö»wÐÆ<¸_¬åuº¯«{áÔt-2ÓäΫ).Y}ú¯Ji¾Ù«i¹<~tÙµÉ &~Ù£È8/ªò¥Z¤-¶=åk©¬ÓQ¾ê½30¢¨ÒúÊüYåà¬ifm¥P~Pb#£Os)ÜÕ͸º°xôþƦóuÀp|£¸c¾dPéæÅ5:ÆÊK±ÀuêzIbAe»O'ø½ïsÏõb+òõRЬ~b
%q
-±áÌ%< /K@ÆØ è7øQìélA4ä4x»ìÊuñ÷'£=OTáMÌÙÕt6¾'»î1kêÏ
-~dô'RÏBÃÒ¬I_U¬Ý]äÕW¥{VHEòEQH±jS;º°È6`ÎDÛ´v%]0ÏrfÑ <ÌxçÀ tLÎcþÊÖC/5`&æï);5*⾡)é9] ]ï+8v¶u Yá¸%ýB¹mÜ¡öj=w"Z6DO9±$_Ú¨5«@ÒzFºó2§"vÃz$%4ùòí}¨u¥ ü] 5N2ýwaf%wظ¸o¦¥A9¯`¡?¯úݤ®ÓÛ§Ö ²p¼É'ïv;>ÌÖ:o
'<õÂGêú¬ÚmêßDgMâ³×pecëØÕ&¥ÜÈiÉNÞú)[äÛp/Aø»$îàÂìÜ
-É*jF¦èé#°äÎ{ò1)&½xË¼í ª2ò-¥÷û#ÁFEàÍúåÆ$ù;×Õ½Ozo'Ó¬¾[G¥±ýëÚ\ÔuhÞ}Dô¬Ù»
-bQiÓÇñã½É´7&·ÕlºËJq7ÕÒâ¯Ø ¸;;ë_ïVs;ðÑÓF¿í'ȲêcÑ9Òáí¥º9×åP%@ÀÍD²µ$DìË2ðKõ´Á.9óLIC¿¡gê`SÜ«{8MRÚìÎ;IùrÞÝVwÑE.ÞêºDw)f{ýü,aÏ g¦å£×xÌ¥gÉËNwÖ§9°3þZo0)<d»Ì¶r_(³üÕq§øû&hù\ÃRÆð&Ê<íy%çeÎ8^@wÃR²tNù® ³Ý=ëÿDX6ß õÌOråÙ±ÐJ£®pe,¸ø#Ý×S¦ûÜ3Y)áº{5S®!Ã5/
-e6#?Üíµ}"{ð^ÍnëÇÌÂN#=j`û±û*2¨n"+ѯªã¡¯\>³Î¾àðñ¨cY`5¦°Ñí{r̽Ógyêlî©)Ú=ëzñÁ<&²Gâ)GÇìTÑuÐû.1ÚvN¬5hóC NíÔ)~lë\©ðnxCpL¨5z
®ÎMj«VDë,½åC¸
-©¹k&JÂÞ
-Ï;~ú?Ü %Ì
-endstream
-endobj
-328 0 obj <<
-/Type /FontDescriptor
-/FontName /ZMBSGR+NimbusSanL-Regu
-/Flags 4
-/FontBBox [-174 -285 1001 953]
-/Ascent 712
-/CapHeight 712
-/Descent -213
-/ItalicAngle 0
-/StemV 85
-/XHeight 523
-/CharSet (/A/B/C/D/F/H/I/M/N/P/S/T/a/b/c/comma/d/e/f/five/four/g/h/hyphen/i/j/k/l/m/n/o/one/p/parenleft/parenright/period/quotedbl/r/s/six/slash/t/three/two/u/v/w/x/y)
-/FontFile 327 0 R
->> endobj
-329 0 obj <<
-/Length1 1626
-/Length2 7736
-/Length3 0
-/Length 8565
-/Filter /FlateDecode
->>
-stream
-xÚTeXí¦ST:ÜtwtwÄÞÀ¦ö½é.i)éîn¤ )Q¤;¤;Aýæ3×73fÎ÷ºÞgŽîµîõ<tTÚl@Hâgãbç¨,\`Z5
-*<Úù°èè¤Aæp0ÄQÆè %À%$$E@=ÁÖ6p £®>ë¿,¿C ÿð<fÂÀÖ úÇW=ê r?BüµA Ü°Û Òêjò Fy5]<ÈälnÐp±°[TÀ G `qØÿu XBàßÁر$a s
-²?¦Ü-AÐß.V äì Áÿ`ÀÚÙÜþ88 v´´wþ&ðh·ü!u<F8<úÁ4 08ÌÒ
«jÈÈýÅncÿ]~t V@¥Ëïþøa½ps°# ¹Ãײ `ÔÞÜã±ö#Ôüìhý/¬ gµ¹3Ð=Â<bÿοúüîÍ¡P{?Ù?Qÿä Ã@öVìX\Ü5-áµÁX¿wEÑÑ
-àâüËtþÃç
-rþ3 Æß;ÃôHÂq´÷ AVXjøcI ãÿMeöÈÿÿ-ÿ[äýÿûwþË%þÿÞç¿C˹ØÛ«;<.À_oàñ1w<¾3 ÀïÆÅá¿¥;í=þ·¤¿Gëþb+±þݧ7¤£õ£,ìÁ09°;¨[Ú ¬ÌíçõÇ®ë9ÛAºþ)óo>°¥ãoøþr§ÿ(Õò2jòê,ÿÃãú'Pãq à:ÐGnÿÙ*øÏÃo));À_ÀÆÃËõx÷ ñsúü%ÿ qýë¬jw»ûæäúÓý~ÿ:ü
-FÖÑü½6ÚpsGàã¦ýÓðÛméâìü(ðËÿØõ?ÎvrYbÍMC,EmSÒSá5ÄÙ£2F½Ý\È!Ðâz<ÿ*H_JتP¹Ù]u{øð¯©=èý¦ó÷¡n"{®$ÐQ.¹
-SOî} Ë÷@ÓbÔ}ý(¯ão*+(¯ù9õ¾¯jjÝ¡Q·ñ8c_3ùÓ¸æùÐ^AúZ&×Ŷ?o@À«ÉßÛ§Oع¾bøøip ¿ëµgóKV&9±oâÕ{¸óE½å/Ô[W(î'èk¥9iö8àÖ4U«Ê%f¿t>Jöµ©êª«sÕD½@()«"M꯵òN(M?NQ ÔǦQ¢ÞêÆv_G£~ÚºÂàäã¨AU⩨if·îÆßE`{R¢ìÎûÉS/ñsA@
/ÚÝ+´ï ]Da©·B(i³'CÏ,Ðæ
-ÊD1N_FË6´Í¸1ø
¦d «äÍ{2,Y¦ çà¡I\ÄÅ3}2xW¹j!L<TxE·-ÌV5±3oéE<&Hý¾dpa]Á¶ô öâa&}äü[áÿäIʹß\rþ£(àhBG
¬ø Fx ¦NÊMhBzû²×ÀôùÉ)9É)»ßØ{åëá?UyÕÁÓx9Û:.béäýêðÅN_Ô1(2"¶ìØÛE$½ùý$è.*lü]ð;0º2ÂuÙÉ
-¾ËűH|Õð+ðb.ŦØO<|1QðhúX$k;y%!f/×S|cfüÕI7ñíöª'h]0 Ûk³zÙëØ5újîãÎÏ+
_¯ß]Ä}ðÎ^±ÇöY-ç)è¯Kß=´ayó˪k\1ìVtQ©ùátéMìz¸òײÒûÅd0Õ¼Eýs77!ý^â ÂV÷gqY³}!æ±LfI%<nñ¶/ÄÄk¯çÉh%»¤´ç9vaYÐb¿NªKi!7<WÚþ«ÉÇ¥@C
²#{£Û:äéû^.S¢ OÙù¸¨^2'òC²
-\i¼ø;»ôU7ú¬ÿ;jgä.ÞehŹÆfí¶jwùq(UakëFBÖúXmTÀÑÓ,ÿ:w飯:ôÐrÝdÎÿËIÄ®LY«þaü&®Ë¯Ù~ê;_ÈR)`kmTê0FÆGJ£ÜbcÄèvÒy"«·#ëbF¶©¼B&ôN9bL
-þàÓ gz'ÒBÇ_0ª¡Mbh±ê« 1q¥kO
96ºvdÔ^o$ÍÉ&µ'ù,Ê>}Î^Ûß
-Aá·ÊÂ˯~hf¢ç¿£%ÞcdïY¬µâH/L³¤u7õí\º¼Q¸
-Ù2ø3,DË¥df®òÎd¦Ómí3ºÊÅ°êuwKile¤TI¥y´¹²ëÉoL¾M¢çd²oc¶ÿúÙI¡ë çiFÁöÓCÁª2§Ü×6t|Ö
-îüso;úzaóïwLPÞľÌoiÕ$TwR]7-§:ú"Io×ÕW\Oe´@Ñ«E¥ö^=l#f½[®Ì{Z>wIO¿áå}s5yè®v¿9
-^î[ü§l¿b/DíóN«"e¼ãoB´øx#g>Ý Á~ÚcÉÖE r/6Z®=_íÇyNä
-¼¦Næ ØâÏÄ?5p[3øÝ97Î]óyM`ËÊ4¿Þ:s±
-¬[ÅÛ±Iö«h|µ¼êTvg<Ug<KM±k@.,+tjÝ+P/õÜ£ÎVrìKä÷và*&_RWºþd¤ÝMî·aw(çùy£æÍ°ËdàÈÏvÙÍr<] 3â²+ùáNBë$[»&4ÿ;£2¹dH
-F¯·ÏM>g@òð¡Ì =Þ[îBÝ!'s÷Iëü@>3¯
Xê
-*ÆåX¾~cÃVBîëE£áá·Dð,usËRlºµL;vØrzØ ~+´òJ£ºq»{UZ{_|_Éæªýf¼?ðn«bõÄèî]°8 æÒµi®²ëñRvnÓ5÷ʵØU.+bûÚIøó¸Í!ÏHÕ}ù¯Ðúu笶ÅsTNÇÝZßä,Ñ7B£vÊô Iô$üBéH³UPþ5j?Cá<ÉIL6ïÁNø;Ê#f3ùTVéfS;þ´aØùãAn«¨ï&Ó3ðÈúMѲ¸_Gaõ§a ob"ÜÒ$¨z
-"Üî[3¯ïÂFÈÖÎÒóÝ\Ó"Ò³&7Îâù(Å iºæ@ÿ:Åù$´êÓ!CÏcÎÒí¬å5ëz»¹pA@
EOêg30/l AíkÿðDϺÍ+o£1Þίîùg}ÆÇÆgûÕ"cÊþß>Êj/ÅàÿðrðS5Gb
-W~²Ua
òBïjÛ\çàH:j-\ah¤&ÌÚâ¢mZEûCäÁFmRHùXedËæÄmM'»çlµG&,ôû/á¤ð>j¶4ÐÚÝE(V|l.ÄÊ(x\ÕØ'#¢qYÁ³¹[/;JóäDæ8:±[æÄföÓöoh* ú·½ÛQ]}ýµ
-|0§<q!Ì eâ§,£y?å ê0©qèÿè°t*Èy ¾#®H÷j2?«o\Vþv-q¬êòµL PC²«G5!^µ¼PR×Éá EqÁW`úÜq>n¡ã£÷ã¥l¿ KxÀ¼YpBXÇZ7îàVx=¬W .;ß±# Ø=ØAyyÑÉ;±Â+üÒöËÏ6è0§wÌÊwzDÎìôí>OU,¹3¡ §¢ÙÑGrâßEU%wq£Ó&nÓnñIÎI
-Ao(ºb,?[þº?&À_ñº& -½@<TÁeyG7Á¤Ü+âÆP3äºi';`.é¬>ì5¹ÅùÊ%*±ßtfÈÊ-¢P0÷¢s|!klìF<±-<ñh\kA`*J[ƪÚ>:¿¡+¶nö0+Åç_ýcnÿT½W2w+ãǯæçOÔø>NT8ðK¿à«'1ø;«fuiÂìeñªNäÞâuèîúFHWÊ*Ë\A`Úì&Rhk»ãP)~2ð2Zó®Q|E[ì¹Ì-ÛÚƦ¾=[]#:Ã?¨0#
-"{dSqá±ãHå«ñ°¯GÑ*âý ¡íz+íx.'6Ù3%¶£Õ¡]?çù´Záöå[óðáèÞãÍ"ô¾}%{´J~fVr±Æ/1¯bqúɺ2!"À¤MwS½ø×*>Kôh0¦§FÇô3eϹÕfû7¨y&»i#?£Ë 7 ¶;øHËëQk
-ÿöïtÛÕ桵6< d½m¤®m#8ÄĽ®NÔðýE<KþÂy¯o4¥¶Wû3sDòð®1?Mï8ÃJØÑ´ìR
-¼æ+WýCURyd°È{÷«Â;À·UsQLù»Ögø6á:YoÚ¬sè"Z¢Ü>idw§9Ó0cpxvúÛa÷Ô®BÁìûÌ¢Ý4ºÇ3)¯"ç%4{
-ÔE2Ø;µ|ÈÔ@q6ÉÈ@Äئr at A)0
-ܳHÀkÛ[òUVTòfÀ°_¯;lÚúZÈuÜ©ªM¹ïKxns<5GåQÀlí77äg£Z+x\ÙB©?Iâ^Ê}ràÌo¢
-ÿ$6>¬¥b6Ö.ýD>Spaò
-r [ÙT
-!]´Ìq°4´÷{¸zlkÛCWoø> :%W¥¸º`˧ĥ¿A-Í0.»¨Útèåâz'uuꪲU)?Iþ$äj JWÈèÑÈnk°s?¢®+ê|(n¾nÄÆkÍúóN²Ä¾7åLïIt)QÑj¥ªë+)è(íô*}4°ðÁ¤Üãβpk<æªÝ>¥
Y¾#?¦EsÓ'Ý
Ùo>kßØ¡ÚòB@·-¯íâ0E"ZO×G&øzÓ.[ÇW#¶ß+ÅÝûÜYãû°V¬¥ÁÓI9B2ÀFm,2CÊ§ê £eqh³Ôð²ZEæF1 ?ÍÌÊ.~3:;* <1-2X[÷õÇuÿ©1Å)ÛµG.±H¶ÛÏMýR³?÷³n&û»»ß'#àÝ ùÄÝú>ýä¼Bñ.å°oMÊ«§(0ÃÅ,öÇÔyM«Â<,ÎÎE»fà^ôZ4ë®21w@ýç sÒäÊ@£o¤RÝÂýp80*(T¸|È+0 $Ù6+fb~ÆÑ&õ
e¦XBvDúsQ1JdÑxLù»íK®¾B¤û¨ëçjmûØ8Ö¶··Ùe\ûR®Óa|Êý§ãxbC%t° ÎbNïÖL¸õU¤KJ&<F0+Ë|B-Q2s+H4öèsõ
-Úì-ÇÏým
L¡;¢8%nþ`±ÓPröÏqñ÷Sú\Æôh¬¿Gº93O$¥¬0jô½ÕÔSÿF#ÊKÖ®DïîëP>ð_
-8Ò1ê¬Ì·êrQj2òõjá«a|ES!öR6TiúHDâ*[ëÐYà:^kFüÙõáLc¹Ë¨|èÄÏ·=êi-ßQÞ¶Z)bÒ2êèÁV'u%Ëñʯ°êL,
-'=®Kf[çvÜúOuDVqçÑÝóó(¾O¯?gòçA×/Ó¢S\L|*±nÕcgýö²ÓΧ;XØ2- Ìû&óÚ<Ë9'̵qeg¾VJ²ÐÕ¦¨mtw
-ë&ÜÝ^¹ÒUÖßñÂûúvþèðY]íz&iV΢p4~ØG39=Ü1KbÂ$åÆ\@;M8²Ï¿8Uoü¢eg³mÿeîïpDþ_®^=î¼Ó\¨¯z×$ùF¤(¥è^ûü8>~´Do9ñ:¦À|³»ù@ÑmdÝ.Ì#R724u´AÆ!÷¥Â°ÆeBIò"[Èí²÷XO©NÇúNNp±P[MèTJE®káÒèg/Ç´eóBzÅO±9Cö §¤Å þa)Åöb`¦¨qÒeç¼FÙßyÜÏ&& \îÆÍ>2]¸}xt<#¦CdZ¯Ë}Ùzà¶â^TݵI Ï`$m«Þ%^Ãæú¾zGXßT)ÙÎÒ¶-ï}^Vì1Q¦³¾NSúyÇ>ÿ Õû1Í.OExØWsÿ+±a[L!;"©tÑû@c7çZªAº.Ê¢9hÕ7毢
-´«¼ëÊ&¸võg¨|¥¿nò¤ C×úªR\Y Ðj:HñÆùkxDaÞ
-wõ0ó9G¿ahüzL,¸º°6f}U/¯µJýÄS©k&L¸C°W<oÂÂÿÅáþ¢sß<Q&j×";Hä"ÃÜïÏ]¸ií.' bÓU$m<4¤´Fðá°l/¨ [F¼³ÕÓì¥Hð[×&qt[îííõÒ¼ââH_C%ùÑ]jêáC:dAîëÅR
-thÐDÈ0¹édú`§Õ7ô[oÞ±*42ÑmÌ+}ÊL\IûؼèùJG5ÿâs+¾þìfö¯ï17röN0êpjqSyTiuîx©´Îú¥ j{º>zi³¨`
öà
#/ôÊQrÀMÑÂ÷Åçã?IæèÓ,ºÍ«YéÈh úX¶ýQ¤*
Þº"i
-!¶äèz9Ì=¾ZI§ÂóxÇ&êaÍõO¶2ç<对Ë?¶ó˫ٯĶâqHG$$ß^H¤ð{ë+L{c4q|?æí%Rè+£Qy
ÙìkaýÍÆÉ<¦UØÒ)3È·1¾5ê-÷˳¥d|Xaf+ÓÍ=«ÔqéL#ßÙpöc[É-Òí
-mj½Uñw¨ÜÏv|õh±Öì·4¤º¨búaoæ9ÔíIÝXÓäMzOwº
µLå|~À">ø¢|J¿¾´Ý¯NêÎÜP¸Ý$¯`57åA.ËA$ zæº*ÑÁÆ1|ßÃÍäç}Ã]Â{NüíÕ#Ó5ÉYxÅElï¹3ôö!ñâªqIkI:*;¦f5Hõ0P:ºìÔn«0ÃÕÃÇ/$ì¬Sú8äÛÞ#Ê!WÌDä5fÕáÐÝÔüG]ÅË]Ä#Ø.o
-,V&O²#D»ÞqÙ>'IùRÔ5;eÅrd;Cì}yöºÜGÖã9iú:[ø{ìÉ7¾µ²KB¶õLåeßËáÚ®»/
-DUúÈIRÚ)B
-~ÝãÂïit³7HNÉ-÷C9j_Q¡Î<=jxóx¾ !Ià
-Ôý0]ïÀ+fö6´ç-÷Ó{á±3¤øD7ÌFíÉ÷÷Y§©Ô»1wU®Ä²$}½±cÓo6[cõH×{Y¥k °~2öX¥.ÌúÛzâû/i½ÉÞ%ÔLXîK1)
ZÃmiq¾÷öH@È",¢¢¥R«}b²Xñv-þzséZÄÆ}ÔXÏWJà:¨fmALp~öÜ<â^GXjy²°[!$ÐÉíUY&dzND
-ÆPOù®²qm°><°öó%\45¯To¤«y£köí{èôöOûqoíÝu52¦àá'Nsa{úN£)9µÐuôc°8þ³$ÿg¾Û_å÷
-»^h/!fÞµs¦èÁ£^X%´A+ÒP
j×ÏØXSå±é#øAHÇÖbäãb< ãÆè,̪å
?_Ên1ñ¡ú¤²ÏG¸jÝâʪ¼íÝtÍ]l·ØB2d`ÅÆÞ³òè´åësú¿¼~±ÇÃÄUXµ=¿0Á[b&U9mTq°^ctE;IÏå³1]KE2ZÍÒèÉZrGa.·fäó]¨Á6[·¯$Æ°WÏ ¼VÝÇ{æ¨F@¹OAàvâM }WGÛ½¸
-¸ÝÖ(u&§Ûô×ÛÃËDÆA¼zÁiXðÐZ`wX ICÎî.ò,Dyå£â¡¬*©o¤ Z?²À)uET¯+Oá>ÅpÏ ÅW£¼7[ZnZ'ûdî
-+¤Ú÷`O,Î3OF|²î~UáÜEnb
-Áâ%ößéµ6!YÐåûDÇÇ¿>ó̯£¤§=ÊOq5WKÑè>'ûdðÇg¼>áed0IÚ[/¡åoVêÃEÅy@/¾{9eZY.uvGÖzd8Ú@ñèÆ°?ÊÞYÆ%
-®¢5ÀJ
-qJ®Ã?Ò°õ
- îõÂò³3ýí´ÖÖvº-Û<:ÖÐ )åÕ>¡ec_StÜöÑ®'ÆMx¿ù#u[CÝÜíg¸ö÷ß[2yHó@ëy rN4ì¶Û¯¸÷FYû9Xeºè¶ÔûGìÒ#Ýiëe6ÅM¿Û¼>¼^ÄNN6Ã[O$"´²0pnÈÞìÅ@ªèGüµÑÇ|(,xvé8Pælv
-|ÁÒ
-'ï0F:Ê«ª
IOÜÜÄÑíZÔÌð¹Q@þÓ<Ð7YÐqº¦O?÷^ïÎ`H'¤2UeeK\WÖ&"ªÈÍ®HMÞ12Êa3&®3ïß?hæ>:G5v+¼ì$}ñ, Ô4yÛBqmR»ý ñFL׶ñ`÷Ó{³*¾ÛÝT~U«ìÓ4
ß±3s¢ß9~±¼û¹|~å9¯»éÛ»éatsÓ´.Bu@Ø#pÓLàWvÍòanð2Ù¡§´Jô!6ÎTl²qÝöïóÍO;ß¿Ôiü¨Û®~s¶§_®SÓµåôì}àWý/þ Tã]Á»¤UW^Wt~Ê=½$¤ýfIz~ 5Qki,GÊÖ©Ep]ºÑ¦Ö#ö«cÃò^B°ÕŽMå{P¨ôùMÑ'ÏÓ-¾2>,\¢Ä·ðÍÜ+xré'©C·ÍñS?&Ê$䦬¨UXÅ¢|:
-V?uÐ.
®6Ð
-ÐajÚ!!8øÛQ1âuýö.,ÚïÖODFðc7_®áD_Ø~
-Î*8¥"gò>',säo
-ïhw|¨àd`L=3ºávYÿißDd{Iß~ ά4ÖT+Dá²&ãt1kÔL£ÂÔ;%N¿tê´ð°¥åd F2V°Qºiw|r[d q¹,_öº©T½-=Zù
þÞUë>KÈ×k3¡(IO)SÚE6´<äÙM¨ÈbVeaÈn)ß<yOÓm
-ôaiçeZxò³´î«¨ÕûJT´ìà-Âñ¢¹$ózwÃtÐ!NCæ2ÓTÐ6)±ê«|ÆDyä=ötA®"|ê_
-¼(sïMÚifÞ¹x9tÆ7:KfL¯±«Öß빡ÄGà1¿o"ÆJ"àÓEyÌÎqÞÞ8/KÕÊeÊä¾+;^L#;Ï,ÕߺóE"+u,fL¢):à´ìHú8ú¥cÿßiüöµ&Úª¢Ø¾àeåVKÞCÃgÖ.ÂÍÃð¤7+ÓS¦`¦ìýyþ×ý´uGèiWß±S/J],G0Õ{õ^ee´,ø¡uä^Ò`q6o <q-à{»1 ÑÞ¡Í-PÓIp£wçÏoþá$û¾&jã º¡~¡k½ÙDëÈ×(¬vC.´³OÜ|CïIÑX{&»våý@ù@úò¼ãgì^y9
³
- OíÆ 3ñctïôCÐÔ¾B¢ëg#8töX=¹éÚ×ÜÎðsÉó¼Ð¬ý/giú*«
-·Õßîâk}4ñ9Y8ø´tfòØ@TÂo3¾_»¼jG>ßß)¡$b63E× ãÏÄ)ËG½Û^ܾuÌþèlNöì5Æ««CëÅÐ{±aê¯Xü¤]{Í`ÍV."ÍñvÚ)²³omÊ'«l°ý½É×}
-ÌTÚ·¨u©;5ßÜ!
-l©ô¥N¨û*¶¸×z#ßQ;ÖråX1N:õ²E19 ¤Åª´¥+eg^fèMµ/Q
-rÊâ/¿,ÙÊcÞ®ªÚÓÇÍUWtïj[<éCÜÄO
-dìY/&ëY²÷FiB¦È¾EyôâLÛæ3WiJúæI»ZáÿçE5
-endstream
-endobj
-330 0 obj <<
-/Type /FontDescriptor
-/FontName /DIXNGO+NimbusRomNo9L-Medi
-/Flags 4
-/FontBBox [-168 -341 1000 960]
-/Ascent 690
-/CapHeight 690
-/Descent -209
-/ItalicAngle 0
-/StemV 140
-/XHeight 461
-/CharSet (/A/I/M/O/P/S/a/e/f/g/i/n/o/one/r/t/two/v/w)
-/FontFile 329 0 R
->> endobj
-331 0 obj <<
-/Length1 1630
-/Length2 15197
-/Length3 0
-/Length 16037
-/Filter /FlateDecode
->>
-stream
-xÚµct¥í¶&Û©X+¶mÛ¶³bÛ6+¶mWP±SAŶ|õîݧOóuÿé>?ÖÏÔ5qÍ{.rb%Uza3 ½+=3@ÁÊÎÄÍEÅÁNÁ[^háø«g#'u»Z9Ø»y @3ÐÀÂ`æææ#:8z9[YXº¨ÔU4©iiéþSóÀÄë?,#]¬,ì?ܶv@{׿ÿת@ ÀÕ0·²D´¥$T
-ê I =ÐÙØ äfbke
-³2Ú» ©æÎ Û S{3«Zsaø%ì0¸8Mþ=Mÿè @g;+¿ß +
³±½ë߸: ¬ìMmÝÌþ)à¯ÞÜá_9:;üõ°ûkû¦äàâêbêlåè
-øUILâßuºZ»þÛÅê¯à`þ×ÓÌÁÔíþeûó×êjleïpzºþË0³rq´5öúû/£³Õ¿Êps±²·øÏ
-è Î@cg3[ Ë_¿ØÿLç?ûü/Ý;:Úzý+Úá_^ÿ³+W 93Ëߦ®s[XÙÃ1þ³+Òöæ f¦ëÍÜÿÃætþרþÙê¿E9ØÛzÌæp
-®S¨þïXføï#ù¿âÿÿ[èý#÷¿rô¿<âÿ×÷ü_¡%Ülmíþ.À¿oàï1¶ü½3 9À?ÆÖØùÿclgeëõú¯ÞÀû v5þ;a{¿Ô010ý[iå"aå 4S²r5µÛþÙ¿ôêöf at g[+{à_nÿ5V =3Ó±©YZÚØÿCû¿M@{³ÿÚÁ_ºþU?£ª´¤$íÿæÀþËQéï"¸ªy9þít#ï`ö?
`DD<>ôÌ\ z.æ¿ïïoAÜ,l~ÿÿbþOYÞØÕÙÊ û·o&æuÿ?~ÿ)éÿq{S³VGÕÕØÞìï¶ýOÅ?fS7gç¿$ÿë üíú?äí=è 4
[]r0å
-µÎÈÎtmÀÊÓèc s,oV+)
-¬sè
-ÈÜá®6z¯chæùìðZ<sü8¡9ëô¥ìM^âûR÷¡nRüä¤=f4(GÌ<×õ¹^ÛÐá`Ò8ÜTV1({"þÉêsýDHê^øìÑÉß4½)£¥¡øì"ùäérh|td¸÷²ÿ 6/×Ë?õ8ÅÕËÈù¾ÙôòÕÓ¥f1§M³5YÝÃïmÉì!~9óÐâKtIhÉ$AÖã*">¥$Ièèo5Æ®%éóµ&ìîx+ø£%ÉÒöOT
-*!©¡
lðD3)
-&.Lemþßl¸äâH1B
-ãU)»B¥q?]ýaø{@jÕ2sÏèGøÀéã<¢ïø´ÃiÎc¡_U*Ùâ÷øpÁÒ6[0Eª¦¬kæFV!¡3Zã»Që=d¯öÉY_q"P¥6íZxb¥óÉï|ïR
-Úzu»{2ÄÙç~´ÈíÂx5hKõ\TÈÂ
-Ä+ø³¥ê -Ô·´ÐéÆèíTãåt¤e÷Fsì¥ðd¯Ù0÷(ÜÕÓ~!{FÛ ÍÇ7 É>2Z0ÙÊÔiÁ6xêÄ`ë7=FÛ%¬ìȽOm@¾i¥T{lt8ÆP;îÃúº»g/~/ȯŠÝï&\üuëkõIÅÒ-ÕslÎtÜøí³öݲÄÄfÌ´@3
-]mJ [¹U¯Ò3ßÝSÍfëQ.GyÂ(G®Ë+ëKÛ[+iFZ5 ÕT*+VËnb^aæÙè¢òèîâøù¡HUD ðû^EùNø²Dó¹2Õ
-ÔLÛ04oOY
-̬@aÍ¢½þò1I¾ öEìàÍÕÅÐÞÓ
-m7VØë6aÝB ßVàB¹Ä
ékw¡¿PÜ^ t\A?ïT.Lï¯ýPì(âv¯2%\gA¡Zi>«/Ã@F³Þ~ÛáÔlC+`v~ÅâôzKz dSìµA¶älê2¨ùxþ©/WCÇé=>¨'¸[I3lúÓX/ÞĸÜßåA«D´të½\©öûrÕC¥·³ZC"
-¶÷4uõvIûTur-:3'oÑΡ×WÉóìV)Pj¼>Væõ3¿&¹,p°ñ(k|ºÜÖvZvÛäÿUcNÀoÚýF³bø{ü|ÔëBóÆßPã£\ I¯úcô¶d§ÇsæËCÁí%K*{½¹+ ¹Q¶p<ò¾ÈëQÝÕÈ;ëvÕiê<Ný=¥÷¶
«×zRFî¬IÂíÌXåÄ®¦
-Äëex¡éÈ´PòÞMÖp{ýæ+BÝìZ"¾?À§{+í´Ë~PÁhât¸®9U99{ôeí¹ÇlÞÐ$r3eÆó¹
¯Z+ç@¤[Ñç$sÀG_6%¹{jæó®ýðhï6ö^}Ó¢3r9 ]²S\g§7çÅ8MHÑk-ÉsÙºÂ#6©)Eí)\óC6ü}ÃdCgøiu£Ñ`¯Kø câB\"¶·~if»Ã4>wüÈÐ-yèÃaÍU¯¾,J5Vúö'¢à{ðë æ_3`y<hc¨kÑ´VѲoÒc¼ ²¦Qø½è
-Ñba~SÏËHàÕ gF·&ͯA#lw׿¸Òé`"ø»±3:J\ø7¤×KåH56ý19VZä Ð!ëG&칩ïç©{zÐü§K÷þÀ3Ü_ð$÷¨;2>IÏ¥üíî$µaä^ò§Fz3A*[´ºRit¡rÕm=Q
ßgOT3TG+´Q·8ð%JuëN½Wj-[Ūê)¼2ÆÎÖ,b÷6içû FÑsøÜc-|Îä_ËtÅ ³+<ª úsìOâ×g·'Ó:¦jNÁo ÝÏ<H¥U2+õìZRݼ êÏx¯ÕkK.ÉTÝDÃü²À¢joÜ^¥ú_-Áܤ»fÆc¤$QÍqÀ¬}ßÏÏf at gY7m÷"]$ýýì±:PÔö³ÐvPÌqÌÀø¥"jÔêÿ+å´.hzÐþ¥½ôZÊVzÕLI;ÕWÀ*ÅEt°:÷xoq¼k{&ñ°Á¿÷-Ð*{¦bTÄ.5íyô¼Ýú®³^cÖÄ®{eê>5X
-dÔ¸ÁòÛÝÒ¢F¹S=pÊ_6òAm³TCGå?mM®õt¡?ZËèlûûBPÙ3:7¤í;*Y6Hj+ºMI¡Ù»¾ øêã/ý2ø¾lôÁ^QÖÞc(2 ¾N»2E×-ÓBÜÔz.A7èqHtîãä
-Cß'®¥Q+JÍýùb¹Ê¸!
-³QSkû ;ê¬6c#¸÷-xj¼§
Ì¡®ryUþù¶°ÎO*ãUò(8U3㾶'â¿È¹[PNKðLk íCùã¦Î/ÒiÆn\^í¿µÜà_.Øñüûî+MÔðS}/±$¤AU>/õ!#í#Ó¯¦
-ýÅ}¹(bÖ>v>RS,Ã\@ï©Süí?ézfyÝêðò@Iìíw¸pÖ÷{½í~r<}Æ#ªáLB Íò¬¾F¤¦
-Efõ+?ºu«úÖëÑÎÞ"æú GxÉãñEê«û7åûü·\¿?f¾ÂnoüþD¬ú³èãAì5!5wêÍ0%0þ3¡ÙÇK¡ð
-D$ê¸W!Øßßxz, ÁmaÓCpvñ: `û.>-³Ê,³{¨905F¢Ðz8\³Jܲ¸¬Rì+ÓȶLò̲ps at zòIr¼oþ<×á¿ï:±WçÆÒ!3£,½CÿÙl0¤ýÅÌ:
Sàrk+â>qrzV¶úëD:¹âQMÁ¡é¬EP5ö!µãÇWNþÑ
-Æj³\ aÀÁåê7ÉD6O¯cÅ_¢}à1¬>üêeÉ2¶Xʤ!ã?9ó~d¤VWÁ9QNL×¼âù!ü!¬´º@*Ds
#¶Y5á@d·3Oå{=|Î)¢¦ÉR¹û(oWv¸£Ö4ÓG°8äìë6î´)Á8
ΤXôzÜÀصréÏ?'ß?`+ø%$¬pðK5dä<:AºÑx¦è2ÁbñgakU,Æú©p3µ²õ-YAòq(H½ÿÈÊ$2ãõhíÎj:Ãß%\fNü&à+ï; dJ¡_DC=6WoÊå IÒ\¾s¥Í£çl×rsßÈæRVà.ÑýBÁ:ÑÍ ß
-<KØo:PÖû£méå,ÜÚ µ^èõNJ1Â*vBk^ôF7\Û{°1²mΩç¥ÇVDõÅk½²}»@¿G>ÌÚÀðѶï`]%éA¨Þ×2ÑÒl{"Û¦¦¤¨^ÀÑèô(èé§tà ôÃ%´.9ìnïn®"SNò3¯3Þ,Ã)¢âØû Z0ïs(AS¨f¼6\ã'¿ýÎK ùôå<p-kYÕHw7,§Ìß$yeî
JÖ£¸¥~v= uÐ~g×îpÅ7ê/Ï9µýõ½É¾
-;®f
-íµrûïYK¦Qù»NW»¦Mi5Фi.RìÉ_ÌY
²9õ#R~)è ïV\Êë8ÐÃÇCàBÖx±Ø§°(ª!$Ãù¢K.eM ÅÆæt{Mñ]\[4Ä£¯'ÍðâH.?{cfÊOS̱>ÿíºP3mý4nùD!eÁµc¶^ùG<a_P[´¾÷6DÁ_:«U(ýÂA£Uø
-¶½E¹¹£7¯ùáªø#Á4Yo1£¾£2ýMíì2öªÅhtÁÜÊrüä'õ7ÇÙMWDÐÝ!ç7º[ØãíLÁ/Ð
^´B÷¼73·5íì;Å;§çg®¸ôö½»G-·å÷I±ÝêBjÆq¦täi[%än|[dñÇÞ͹²P·{_7KÏ©õåýH\8¯*o_F¶Â<¾,<¨Æ6«^CoTýz\ÅEö¾(ÙÚs¥9Ñ1lüð¤¯Ï(líî£7¶ÁæØÆ¡P²øÀ9Ï·)Ð29<ÝMÍ<âÉEGC1\úë;Û¨1ü.TaFozy|>õ| Ó²Íî6ô5ÐÄå¸!mk$sö¾,Íä
-êLfÎ(#Bñ*ÜUcv¿+sÃøñap»&oYr{~>R¤7êR&ãׯ¤AáãîqÈêí«$¢hKÂhkÃ?TSk*B¦[s]]ÕwD¦Æ=|YˬogOîÓâà®ùßÒ
-FdUK& tév/Ú
«DL/òF¶0¡ø¼Â-Ê[ßÛØ{´4oé·UCZãÉàwO
;ýýó<oìXvx ¦Lß95¿îk¶äKð©¸ÑÕD62¾àT¬Áe>Qϧîî$·)H»"Ð"¢²¶@~ nðv¡Ò?úM(Õó+&§d¸VRºç®øám ñ"Ï·¯Æ EÉü=;}(²hI
ÏìX]T¹\f¿ø¸È½x^¼sö{#ôWÄÇB
y$÷®ûp8þð±ìÙ§«h
×'Xöñ]©i;XÅN¤þQc(îKüDG®»ÉL?+?CÐk«2¹µù
-ùÔíá(Êü0ôm+̪²oöÞýªBÇc?é9íSi¡E
-ôr{)Rý(LH3þrÙ($È'væUÙ9«¨âJ)à˾³ÖÛh¢OáxUÞ²
¹y½Ñâö§ØâWãÚf#o}ÝQj5Jåñ§äeK þ0úi¯M§¹C,` MDø;äý&oOfÇþäBÛ:»8äÛªy%QeÝ¥¡ãâ¦Úa(
--ü%EÄU~[~nu%ô7h\8n£Âbk£¥!Ûr+BQôvvwÙ½®Yï5q}×â í»¤'0qj²@Sh7òfçåß;âq̼Üèi³Â'LíùDËxH@öL;äpî~2|ÊnAUåܾTpaN!T~-gvZߤ-väý®,³N¡%Ü´!¨m¹»
-Q\Þ*}Âðm¸f,£C^.ÞUfÔe<¾6«ñ/þ°¥ZÝñoñ_Bú*¼+^R| ×óØÜMBåtÕ§þw}c±ûýèM¤
-2(7u->(;8WÜÁÈ?² [ª±Ê´kØ1
UÁÈmÕ
°°RκÕ1íwHÕÛñ2OcRâÆÆ]M2wC Ú åqaü {]õóm+I+Ðs5¥Þ$ª,¼nXÈ>½`IÓ\lnZw"Yæ:b¹¼Æ:?R¦%C´XÉ&)<îÄè¦ú8ʱOÉd"º¾zQemé¦Òþ©½fß@E%M;tÍa9}ã3¿Mró*0Å×»mØxIq!ÏãõºÇd7ÒG"ôÙFÖ â~uçaô{Ú·ye"ÆÓï3¾3ÀHÛ«|ÂNDvç~íØç®0ãeNünÞ§fx·jß5fϸ»|S6ø²RÅð¾¥`ïýÏæsa]4iÑi#;N»Çl5,EÎÛ¯îɹõªÓ("¼¿átY¿~àýü$9©
-úmzðøÝ9!T[]V>fn%_EÅUØãÀy«]e¾ìÆ5§k8RMÀAobØ#8cWB XÑö Û,Ð
-,wÛÝФ9P{ª^:%§ÖàǦîÓ`qeÖܾ|]ÄV#ŧºzJèµ!»]^ë~5 IÁ¿ÂÒýáÑy-'º,ÚzäÕTàÀªO?M-?Ýã"Ö9éÉ7ûpY®n&kÎ1ÆV(¨vþ6,.dÏ=¯ôçR-æ`rüF
-¦ZÁ£9)Á»,K-x at qCÂÈügÙM¹ýzVÊ0>FÙ|ÄVwr!i4Ð×õúcG\±ÍPÒ7dÊÚRPbRKxʬ§C:Ì^¬~aÂÝfÚË£ñ¨Y=Q¯æ\ÿçëÝ
¼ËRôÏn`céDßÚ1Iqôâó³@¡©d`ÌQv/7Í8ÆMoåºÊîÌàÛ¶ÚQ-l*2nô¬ox¥AvÔ^w]øöãJîÂUÓt§øÑþºzzåèÝ8ïÀJ®épv7}¿s~7>zÊ8kóÅÖdULZW1NvYRo<®t4í}óm\ìdòCþ$áJ2¯±qsgòN¿p{ô\
CÞ«Ú$®ý4ãúÅqe$¯ÍüA=®ÖÃù¯D3M{
-
-¥é®DìèpÞ×$¸^,|mWV¤¡ú^Os ÇQHå¡´dT¦<÷ÀÝ7!9ètZuÅ=CÁ bá¿Ôl¬//P¦0QlÆ_b/ÞfAë=[ÄC(¤&ÞsLé«!è{¼ÙD }øF{DùîòÞQa }½Ô,1P?¤ºÌñ
-7yÓ*æ6õãboÔlgt³i_U d¥jb9ÎØàCQfFééðIÄ¥øý¦Å¯
ÒvÈ"'u|¾7Ö®®n|¦®ÚÕä.ºSüVQ
]¹uÍTÛCÛrö
-/mqÐÃèq6}¼kÀ]½0N=VÀÊÝw|aBV¦½~Ù¤Æn at BGv
-óxÈ«é.ãKºÁ©·ÅÂL´ÊWe&{E.ÿSOý¼Î@ÿ¯
-éW®`§Xs50und*êwÅsÞ»¦ãSUãØÑéî ;XuÇÂBõ
L~.PXeÏgÌ5¼¢þøüһÏêfo§å³L\^ '/f>¢øÂè·ÃæÔêh8dñ`P²@ ñ
-ܧn_èµµ^S^ÚeWÊ_Véý§ëµV¯õ0ÔØjèñkèMC'bê¤iu´ðÖ £¢¦¶ùçÒ!£jY=ÔjÜàF$AYãÏLÀ!3ä1m÷º³ ½IcG^í#ÉCÕáí²sEémH±iiöÒ¹èWl¾ÄóÅnÆK!ïv^þf4lïô(åÔ
-¯MÌVkÍ~¤GhâÍD5è¤ ²áûãAÓ"¢<YèKkrÇ=üc]þëÝRoÄéãnü¬ÖäÞNÆ/Tu;{/®;\%XTÞ¢]3óð¾ÊÇ©é}û×ÚÙ($ùÂ=oKÓæà2aæè̯ͦ§DÈÚwÉa±*×à¥uy§óáüUÓí9µRkk´¼ýVÈRÈ#Kû|¡úä^ R+$fê[VgTF>í.ôÈWlY!ñ¨« ×É
-ÊÈ_5ïÐ_;övæîÆR×ØHk_vñúkNj*rË0-
-°)§¬
-K* Óf|¿ëøëÚ×Àj©>E2y¨dø6bÞ$¼½m¶h>Jmú}>Ë÷Þ8"Ƽ¤ÌÑÍ×ÈzÛ!ò¦2ñå^&)'Óïÿ*ÛÖxmÓfLS÷²Ç-vÍÈÀs
-ik«wCëYÌ)OP¾j3¿òTóã_?ÍÆxe= hÆí=eby:b,ðêp¯W00"ÐÅBk~-µe|ÛSj
¹»&úá<
-WòB~¯-I
-µx'îßS£óZ óÛhD7»QÑGñ§¨Þðªó·f3¢Èþç4tÏðZKà®ÑSÝobôTÖ="±áâ°âÀmXÈY{Ö¼qp²2sÿ~/æ,¿ï¯ÚãØ5<ÉÔVóS{÷toö/ö¿0p½R(ð5UÌ-P¿µî]ñ*
-Àû·ûs30S>;[vgâÆ7QEZùÔuJx5¦¢{¯§ûv>©¯'káë*ô¡^¡*ïOR¶ Z$çÈ¢=µÇYÎ9ÐJÇKÍ(fHS;[Y6^<+¤¯c74D0gwßïË©:d8
Û[O£ádò)aÏ%<ÆüWj1dcï¢F*vö'¡fs÷ª5=sU3zТMØ¡äÎzÁYð3ý_ú¶eJ¸ÕYF7ón躵q#ôu[Ò»Ão¨WצnukÛ#Ã/awí«f²Ø¥èdPÔ ÍØ3û]ÌeðGîº&;ß,Èù_ô:îúç
-ÃfTþZ
-â`®0þ¬µÐKË®×úis$©HP£úÀ5*AÉ.¼+`0£õZvuXäÝs!\csw=AÊ·jÓïåÙä¼±Yçí`ÄÓ3
-Á³¯ÏZå÷õf[å:¸³ù;ÇGhÂ^yãðyÖ¨¶
-ø<U[7Â^Ûl¾½ì6ã{Î|°zè/xÑJ<tʾ<
-RáDòZÜ'W)úT¤ÞÌ1áûÀáVø1BÉ®¾ðÇH.¡o¹sÏ>þÆRG¯&¡Et¤r[ïçr8Â&ÉxÛyÆáÇT*zyÄNöÑÓ·s$ðÚ9wP[vëlÞæ£~yua?±Ì9ÔE!ä+ýwo·äù_0qcf óÅZ0^ÏZææLrÉb¡ßZ¼Âi<§
-yÇ^×ïy©µHܳÔévJw½]1û3y/9ä][Ñ:8êm±[SZ9 at AA=ãúYæuÅ*¯èÓ¤ñçÈ~ô ùµ¸³å)ïöáW[ÚÄ&:GÒGn¢Â&e#»ùæ?°(ú0L
-ØÅè¼µÕý}¨ª y^M«öG}½>ôJàÅÈ×zLÞ¾VÛ¬cWiÒyòzBjöqhÅJv_=Û¹ñ§JÏxøVXOt¡Ñ6½ì"ÑÝAbgÔBHËÛ{ìÍH8r;<ñ{áxq5 at .Vè:@¦;/>XQùXþ{&8o£$íj'kñt«mó?z+D2iÑï°HC+/ém¤³Å:4Ò1$v²Ô ÉX|.ÅçDÆ°¬=ÈP¾õø+¬]4½ÜÓã4¡ ÁHèLx]¹©ëÎÂypÜmÉf±rÿ
ÒÝFè:Wº£DNk¶´bUÁ*¾æN¶Pû"jôäVq®ô»à÷ú¬õ82=Üøh[×OïWçRa(äIÛ°ð/ØÓ#*øDRdiu2aW÷SÿUßFûH>÷<!öjÎ,À¾ÙÆf[9ÏSYjóË>²L¯c ZC/g£
-öõ(EøÒï[
Î }2(ÈN¾Qùóö¿L
ÝA|Å][è8¿Ú5Ä7Cu´R¡Qã:3w*´/÷MWÎp®<>ÀQ!¡uùü4FÈ]ù¦ì\^¥Ó »ófÞk0PMÕ[×î`C% ?¶\½W:f´zETF-Ásø]øã¤Û3ë[Ë2dÎ#a®¹2nø34ÎÝR¨¨ý{ùî7
å@´ÃÏ ÓB]µ@µ~KÚÕ4ÓbËÇmÙ+¯Úòþ.höÂò!Ý7?¿Äj>jo/m÷¶ÊçÏÑÕó´O?Äcºb[5>>õ 8Eû¦ÑUÓ5>þÖÈk4¸^1Øva&zùÇÜÂ̯4cfWN±ÖtÑdJ)NdÕñ¾¼D{îsVu.[d- fàÖ±úÒTVéÚ^½&{:pVÊ5¥jIyoääÆ]ÏÐÅï!ÔÅÁÎ+;Èå(ºLõÌØÂ,êûS0>BïÂû!u#ëiÀÅLFÝ?ô;0zçèv¨Ðùµ-Ûd$ /,yÕÕ Êºz+Å'Jÿ 0=¿
ÉÓo)þ.MôeXaÄoXâµ1ãúÈÿ6ß¾xñp°ìSYcý|lA)
-Xö, ³çqy»ôöåR+ÇÎÈM,< %Fâµh>ç=õÃ/é;Í)£76EÞØâ
-Gæ Û|(Q_ÜÀÛ
-;¬
-ø54½³uâ¶
-Y4rùà8vù[ß8)´g; ÎÎ0ÖôB§ZÜ mEÓy{9½²î¨äKEkÒWͲÉ};(Zо½f(¬C¶7ÜçÂV;GVÎäÜШeñøF¯3!Î04VË·¨eh8qº_-{¼z>ç3üQ3Ѫ4X
qì!ËÆÀ\¹yãؽ&úa¾r+rt ´]@Ë,ïúlÏÎ@ºX¶³}ÖÌi,%ÀÑAìFÔhc,¬ý_0¬]7î AaaA6f-#}é×s«Ù°U~HõY
-ªFrçç\
-1Ër¯C<ËÌÙQZÒåÒ°\$]K%¨AÒÄp«pby½Þ_5º ½LÙòÆ%¸wf%iéX}ªØT1:~¨²û©G¤*9ngJNJî évéÞe«Qq
1fàZõM¯(/$F'e&ñHN¥\ÊGØ|*÷®ê$¥¶ÆþÒk¶IÅÏJ<Õ¹dQ\°é= ¦¸©¼v 5ìÙ+©~dîÑd
-;ºb
Üo&HëEÈc6ñ~êwÉÝL.V¬#9 MïX]@óôìÁÍ4úØïþåÚF&´FÃмݸyЪ²ïbvÔßÏdh($ë˼RtY;°ä¶ PÃFD¬ÚEÍÖϹǷmXK`ÅÝqçCÿóWùõÉ£@«Ö~ñ.|Ø'+)×Ò¦àÄv9>®+òÓÙÇß
ø9®úFÅx1¶»q³7ôx,
-ÎÐj+ʵ,¦G7hhròìß+áº7}°,m|gèÁè³à³ªÊN¿\ÉW1³qÈZ÷5"; $hûõ¤âæ_À{+O^=Zæ=e[¸ôPË8ÝìY7¿ÃÇ]a¬q50*¬juâÝÅQVͶ[Ü©AËìS,(öøkh²l"u>ðò;©Of²kë`BhçÕ±#µÇ¥NÅ/¦±obk'Ú8HH´H~#°ë=%xe¨cª´"!EÁF:?¼ÊÁã%Eigo~¹ Å·lUØgÎ~qû1,Í= 3ó_#£ £Ðvûë`¿Æ7Oo~uÌ·Ôi´"oÁðOÁ%ð!ÙÛeAáeÝä¼8=!¡éùKûsP*Þ¬(>À¨¯
ÆiðéTBëï?æT¼_~#*¦h¹x(L*UK¡8ùÃYø¾Þ,mÛônE¯ZÈmu1&H]sñ*å?NHÖk5Ì@UJAÉÇ8^WÚ5rëêÌïùC´+Êé%s¤7º½êYjÍ?¡´÷f¦|~Àÿ±bÏ©sãCÎVl¤¨**¾'-&O!yíìOzêÒPQ8Rá lÔ]QÝà4A
À<C]¿¦Ê+çg]Qþö^¡BÙ·l7ê
-9¢×rJcòí®®Wî
:Súuj"¼j²qN xÆRJ"]ÍJCzËX-/
-..ß³æDÙô8¦øãî(#ùÅt^[5+G%·9~®^HÑ¥wÜoïý½RÔJ
VìÊOC'ÀÌñJ!.¿üyÁ°ÅB¥
VÖ`§$;vÒ«H!eê ËÔ¡\Y||[-dóY¦úr*:)þÂZÞ[*˲
-
-î+ãOôïWà4qyH³Á"qÖ8uçXß*ª]ÎÍ,àà)ý%ïocÜò0L²T%ÝßÜTÔðU_ì' <t¢2â^%µ«oEðù}íͬȫýVÛ=81m§;çÜuó®J»ÎÛMòg§5ßÏD¡ªwùàR gåôMDLQoø)Æ%RÏ(åó-¹¦i¦ê¤¥PÐÊe|1ò4Q -s89*±Y´Y=Ð`2I«®ñرÀâi8ô¬=ê!½¬H¦©°^Jìôü5°5ÈI½[£Ë+ñUÄo)ªûÑáQ8µÂ®j5å'\,ï\ßß±¦|1eï\è c
©Zdu²QµöüÝÍä6Ù"ßI2<Îä.i£tçGâ%´y¾éS®/ÿ¤ÂzØ ³ñdR©úË®K£ÕWZÉ1õ[2®´çÙþV\ÝSf´¡Ì`ïæ#¹¶ j¸úâÖA¨-kÃS&U¶K|àn»:DàâuôöN¤
-HXlÙöǦ=íóGÀ#>,ÏypÏèOÔ§F²åÙkmsL#
-ÓA{¿.IyÀSpÁ·¨5ÙîBµW_±YöIÀQ¶]ËöüsY)ÇéÑw9Ù#7æ1mvf(
-ón
-ðUh^B<5@uúvìxI5,üw»L¦J¼M¨#NdYûSà¡N²8¶Ïû½M%©Úif¨Æ&ìÈ;5E×nÿá¶E#-¡Zõæ HïÇ#^ówÞR*Å=;Lúj¾/»ùA~håKÁÓ±'bE s'Ùù06í7Xz!ï¶Vº®8ñçèj©y¿0ÇÝ+Yq«: C¿j¦\¤?îDèØç`]¶C½ýåÜ'l^àÝ])Ì yì[×½}r¤hרã:ë·9ðT#Êó 5:+?ß°Kà'01.Ê«ÑêtøXnüg
¬Éàô[ÊaI¾ûa`åÕeEDôw&÷/xÖÞ! DGOø_ÃëO¢×NµXÕ¬ø²ÀJ³òðb@Ú_çNSYÛò{¢0ÇDqbiü|A¹Z£³?Þå
f[c¤H%uçD²¥! ¿
ÌÚýõS`©³tßù/,®Óäô®ï@ÞêÁg-¨½èAY c_ÞÝNs1£.½%\¤ZM^SNG,)ÇöÈh¾®
-\²ÌwÍ5"ÐXÐÓ@uUfj±ø$Dx\7ôóé I°¢B=;ãà·c ?¤÷G¿Ï:Áz\J«÷ò:x
-*OY¡¾]¯K8©Mfàsìzíê£
Oâ_ò,ÛóXôÏñQ
-æH¤-_bÒú¾ä hÍâÓRö
-ÞΤT9RÜd¶¾a.ÜêÃÙØÓUv?½òϧ|ÁBåN#lxªPe®töÄc¯j¹L51Þø×m4ª7Ô ¾¥åÕ¾Cª@Fê¯ *æôíÄAöçf¯¤ô®¶'#çðò<¯µ1`¤£öøð´}µEK8,10(»Ì¼ñé@ô*£tC7C°
-ÃýxFt%ºx©Ü<cÄã7XmP¥ýþHÅmäK§GîójHé7ÑeôغÇáÁÒÎ[·¸C8Ît®5fíË5²ùbÛvÀÕ^zv4¼ÝÜÒÑo)£M¼×)Ð=wPÁ+õøÇÂbÊTwÊ. ÃQO«m_ß
[Nñ'¬a)Ä|X~ïuBÕHÂ;Éî"á~û¶Y[ ÚÐf}ãäí2tå.1i´xè?ê$òPÃ
mHp¥²hyQ»¨Ci_ìnüå3»È1ÿ}=æpÑM6Xad&f[=UÊë
ÿëÄdlÌ(Èn^|!ÐQD@p¾^=zëÐgipÓu!óYê!ßç¡cwÌ·L"à2}Õ+6¨Bg»vïY=j:¥´ªÚMLæãÿѼº<ûþ ¢íN#®N [Lðò-þ§é>È'×'ldaCÌX-=eÁ2ÿùZµ8*/lò}©CùÃü¬| æ56S¼q§¾´pU}¶oCû,'=Í ÈøúmÚ4l÷ä¥^±åQÓNQ¼¡áPPF®Ó÷-5úóî6·(=I¢YþUë(%éD@ ÃEr°z·¡çCjæ¾RC>ÒÄ6ܸ)ÒçD÷ÍÉÐáÌ'ñ4Ýz'v9û»rn6¯¢A[qÃó
-ï6gîS9ÆbèÆz×ÀJü¼¢ÃÉ_óÓ!wY Ũù³ëP:Ïæ¬ûKqÔ!úiújСÚÜêwùÕ&$-õÓ¬úÎ2 ³zGD½½&¦¨¸²røÊwT<Çb¿±*B×¼hðºM~ÙݼYÀ·×f½íÚù¸, L-¥sêýjRÔæ\!aÉ2¬s³¶
-aУ@d± à ¯qr%!×xÂÁ!Þda-lj
-Í~Æ]OÚ|£>K?¿½ç,Qjßàu
¾ÚWXªÕQô@©ì=øé¾¹Ê~àNSÁ£îࢮTqü~`î2g½ÚhËÿ®í£Zíæ.TçÏm£C¶'Å«øKØXµnuâ~#Vï½N´Nñ&n¡SgÆ4h²üÝO8Éç§ÉÓѬàch\:WìN
-LQZ))Üg~½l0eÕSͺ|rÿ«¶èw⺿
?dÖëD³#aOÄOË׳[°Éêû.÷X
-Lþs#[Èó6J-x²Ã¤]d×@ø¡o÷¶ª£HÓô`j£¢ÔSÉá )¶DuSÙµD°HzåbìTq³¡æÙ;²}ȹ{ý6H,þ3wd3(>Ý-ÞË%fßv,EÃ
-zq
-7¿õF?v}%à`¤[(nÍØ3'RzbßåF`Sµ^4 Çí\ª4¢Pèüø$&(¦\qºíÁ;
Tò¿%àc%l0_EYÕÚ¸wúÜÜÕ¨Br'&l14\#·GUNeç?HÈ"~¥Dú2¨ä}ûT4
-¯#ÌÝíµÈ~E|6t3 ÛG§Ê~óMN ü¡ôücq¶ Û<»+ø+S¼`½ì8é=¢×ánfÝ/ ¯V>¸zP¤ ùI¢kàÓШÒÐUÔçಸ l\0¸fFt~±Pü©Ppug{Îî`y±æ8S¯JÞ¾¬Õ³fÓ#ñS2J,½Æ¨¼m¹élDsà[P÷.)´"'6Óßt³©zì¡ÊKoÓaÈËm®jª|ÊaAø£Ì
-(ÜzB1f%VY¿ÒýãøâÿðÈÓmë§#Éá¥Ë°¶¼¹Óí»Øß*¶µ"ôr<¾Çüfxï" Ý
ßöæíбSl|o9Ñ&Æ»^ïìãâ¬Qòÿu´û1qÉPS
«(ø½æ[»çl.PO¼aåcSjËN;.wÜÏ]Ï}©Q Ó¡nê`}O6( xc©ÉÉ,Ý¿1)_ã²áÜÌ¡2Û½pfmÑêó#î·0K¤Ñèöb+) h¯Å.ÄÊi¦w±¼H%,ÈDäèT´gÒ&`x÷S
-"f^ÁF!r¨( ÞÀÍÃbC0>vúJ¥ÍÞQ(¸Twå?^'ËHBW¡ÁMZtTÒuv¡OÅð©ß,Ñ#ª»@Íèå«ß`ȳԦܥx{réÂn
t_4f+,bÓy#+éóòÈ
-*huâmÍ=
;à.£$UøL[´è[°¡ dõB0hò¦)mÔTâÊ¡bMË|ÀÿÖýUÍ*vXÇ^pÛri \¨æïp
-ÙîË àxÖ¿Ø?Ð<VÍÏ×5C<«
-è;AIM\h(ä(½ýÓi)wù& {¿Ì¼ìdÙÀNî
¦|XþQ9ëË®¿RnÃÚßGT¢ø|a´flÜëÆøª-I¬îaç¸m¼-.üKïêlePbCí<4Î5¶r|´6]æÙpÜãWJ°x=üËp\Äàí=k®Ø4î>&0Õ-'^4Ââ²Ú&¥µæMݪSWÉÿoxf¥8ÅFÒ Y´Où[«qÜ5,wìúZÆ"!ø´á5(lÈû?bÛñ`©ÊÉC3åx×(aso;ßî
-Áé7oíÔ}hgÂz¤ËLìQ?í
-Ù»ôÝÝ·Þã¬
Ë#D~W),¾W:?r®úÃ}Ñ$='L[½`à ëà94ãÛhßfà^ÀøèâЮ«#xZ®uîÁAÞöïàrº÷¢½y|ÜÄC¡ë§G]§9GBÈhhï²óɺJ at XÎô¦±
-§¬V9"ÕÅt×N!¥}NV+¢ÅNÃ6]Ä+fud©,gG4súmI&<{®
-C ø9N¸u¼^ 7mO÷3¶O!4Jtn§5ÑËjÛîËÁ^G4D7^Òõ\¢~[®½¨`é)ÅTBÝíÏøÒÒ¿&^¤eM5È¥.ñKCwíÍqòn¡ mq
-ÇNï¹Ã_JÞÁ¯ÝÂDõìü*bÌëdNtUÃ[l7 B8%Mv{MTïoØ4Úú·7ðq§×{&âÊ¥½Ì9Ke`~Õä³dyß¼²Mný1uaÿaðLuB8ͪTýþýú,ØüW©ÚpWËÉ@È#ÅSq¦½|^J<èO¾ñVxF?þmºÊ³Y
ÿô±¶>àâÒ<×Ø%_g3ü¼©Êô&ý#=múeTQ%ë`i?9øø14νÖòëkªÎè©ãyéq þ³÷Òü4½|9*°t¯"ßòáÔë±]|ÛÐîa}¤$z6Å:ËÒçK"<ÏüGTmlFüyræ[À6¯õ=fÂá4Ѩ¿¿ì{%6dý Îθz¡«Ò\³4BØ"°¯´ÑMϧubK¡P½[B¬Ø
-*0«ÿ!_qf2qþ~
-¶©ã?
NØ¿º\Yc%J{fHb!]P§å÷/ýãO¥ì¨öI{}ñõôWµó2\x8Rs¯KÕþ¦
°ñ<¶ÐÏ?liy9ÜÄ&
-}WÞ]S(Ðù¨©ÑÁpaµÅ§5º¾ÏëÃa®Ìöjoª¿×HïÈÅËô°(þÉ_üÓE²³[JsOµ<
-*°zEírpñ;ØùP«&d¸¤mãl
-æÞIúþEJÊaJÊÕ£4ÑO2n·ñ3rý1×5ÒÚ%_ÌRÚyì¡ÏµusX¡!3nSìé,e;0XÙíÐÂØÊÛEdÉ\¾¡g9zYýÈ@gø:×Áþï4<|8ìÓu´<³õèC¹Î4BîI¹¼&Qäl¦ªd¬©Ûõæd|ùYEàð>õ·á -bF«I
-y¢w&±Eò´òú£¹åÃ<ÍÞ¯ÅÓ`(ýÅYZ:;Á¦ñïÒûÞK4èA6ó|ü@`ĽäHRÆÛñZZ9õH«2ô~º¿cÐ¥±SÈma;üØbÓÕÉ[«µ®z®Ô5×[×ÏÊ5§`vøRé%w2BIOSñ4M62˦Õ>ÙvÕa* =SÚ#V¼?g²ðþcNÒPÆO
PKn'!¡|ç>5ÚìØè'¿äüþ¼ë¾It Ü'xó3õ·ûk|6¬¾%h>Ô¡o¥6Ó±º"ãýз÷]oH9SqoÞùè³SqÑ{Iï<Xm]UtDãZRæ¹ Dám¸+EØ^4k*«ß`å·¶¢°éø
-Ê{Ýܶ~±Ï0^Ö=nY2.Q?wܱ7XjXFg´ä!ºz¯ÓJ¥FâèUh˾ÑöíÞúQeÈQÝw;îÆ3Ñ;(ꨬZ,¿º¥'§È4 @güFð¨)øbé£Ëåµ5EcX^¬g"²dU/Y#i Í"æ^méùÈe7ê¶g*´ipÏé%ì¿äâÊlë8Þ}Mqú§:ü{Ïkò®&Q&jQfhp:x×æ@rÐÁYÁ*%9ÞѲæá}ÎʺÓE¼|¦5kyÿ|VwD þO@ÿa!q¡Ö
-ÞôDAæusì¡wKMßR=:²\]Aÿ¹9ßM
-lô.&ÙvÄrÈÓí£@Ú[@XäòüU¿ðîj]#Þ³+¹;¿}$ÅÂ)6:®¨[Ù¤GàaÄy@Ýqô/e1¿Lòôá
-´<Qø vûle±ü®Ó²hdiïwoPõý`8Ç£;ôN1áÅ|3+í
-È}gÿFw²¹KZô&¯©¾3ߤz:2~Qâ}dö3¶jU9©fZ,iMD²=Ï1h<±[¸ ÀÿÉË7
-endstream
-endobj
-332 0 obj <<
-/Type /FontDescriptor
-/FontName /SIGNJG+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/M/O/P/S/T/W/a/b/c/comma/d/e/eight/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/period/q/quoteright/r/s/seven/six/t/three/two/u/underscore/v/w/x/y/z/zero)
-/FontFile 331 0 R
->> endobj
-317 0 obj <<
-/Type /Encoding
-/Differences [2/fi/fl 34/quotedbl 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine 59/semicolon 65/A/B/C/D/E/F/G/H/I/J 77/M/N/O/P 83/S/T 87/W 91/bracketleft 93/bracketright 95/underscore 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/braceleft 125/braceright]
->> endobj
-191 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /TZLUSU+NimbusMonL-Regu
-/FontDescriptor 324 0 R
-/FirstChar 40
-/LastChar 125
-/Widths 318 0 R
-/Encoding 317 0 R
->> endobj
-141 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /CRAVFF+NimbusSanL-Bold
-/FontDescriptor 326 0 R
-/FirstChar 46
-/LastChar 121
-/Widths 320 0 R
-/Encoding 317 0 R
->> endobj
-139 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /ZMBSGR+NimbusSanL-Regu
-/FontDescriptor 328 0 R
-/FirstChar 34
-/LastChar 121
-/Widths 321 0 R
-/Encoding 317 0 R
->> endobj
-180 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /DIXNGO+NimbusRomNo9L-Medi
-/FontDescriptor 330 0 R
-/FirstChar 49
-/LastChar 119
-/Widths 319 0 R
-/Encoding 317 0 R
->> endobj
-138 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /SIGNJG+NimbusRomNo9L-Regu
-/FontDescriptor 332 0 R
-/FirstChar 2
-/LastChar 122
-/Widths 322 0 R
-/Encoding 317 0 R
->> endobj
-142 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 333 0 R
-/Kids [134 0 R 177 0 R 182 0 R 205 0 R 235 0 R 260 0 R]
->> endobj
-303 0 obj <<
-/Type /Pages
-/Count 2
-/Parent 333 0 R
-/Kids [283 0 R 308 0 R]
->> endobj
-333 0 obj <<
-/Type /Pages
-/Count 8
-/Kids [142 0 R 303 0 R]
->> endobj
-334 0 obj <<
-/Type /Outlines
-/First 3 0 R
-/Last 7 0 R
-/Count 2
->> endobj
-131 0 obj <<
-/Title 132 0 R
-/A 129 0 R
-/Parent 111 0 R
-/Prev 127 0 R
->> endobj
-127 0 obj <<
-/Title 128 0 R
-/A 125 0 R
-/Parent 111 0 R
-/Prev 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 127 0 R
->> 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 7 0 R
-/Prev 43 0 R
-/First 115 0 R
-/Last 131 0 R
-/Count -5
->> endobj
-107 0 obj <<
-/Title 108 0 R
-/A 105 0 R
-/Parent 43 0 R
-/Prev 103 0 R
->> endobj
-103 0 obj <<
-/Title 104 0 R
-/A 101 0 R
-/Parent 43 0 R
-/Prev 99 0 R
-/Next 107 0 R
->> endobj
-99 0 obj <<
-/Title 100 0 R
-/A 97 0 R
-/Parent 43 0 R
-/Prev 95 0 R
-/Next 103 0 R
->> endobj
-95 0 obj <<
-/Title 96 0 R
-/A 93 0 R
-/Parent 43 0 R
-/Prev 91 0 R
-/Next 99 0 R
->> endobj
-91 0 obj <<
-/Title 92 0 R
-/A 89 0 R
-/Parent 43 0 R
-/Prev 87 0 R
-/Next 95 0 R
->> endobj
-87 0 obj <<
-/Title 88 0 R
-/A 85 0 R
-/Parent 43 0 R
-/Prev 83 0 R
-/Next 91 0 R
->> endobj
-83 0 obj <<
-/Title 84 0 R
-/A 81 0 R
-/Parent 43 0 R
-/Prev 79 0 R
-/Next 87 0 R
->> endobj
-79 0 obj <<
-/Title 80 0 R
-/A 77 0 R
-/Parent 43 0 R
-/Prev 75 0 R
-/Next 83 0 R
->> endobj
-75 0 obj <<
-/Title 76 0 R
-/A 73 0 R
-/Parent 43 0 R
-/Prev 71 0 R
-/Next 79 0 R
->> endobj
-71 0 obj <<
-/Title 72 0 R
-/A 69 0 R
-/Parent 43 0 R
-/Prev 67 0 R
-/Next 75 0 R
->> endobj
-67 0 obj <<
-/Title 68 0 R
-/A 65 0 R
-/Parent 43 0 R
-/Prev 63 0 R
-/Next 71 0 R
->> endobj
-63 0 obj <<
-/Title 64 0 R
-/A 61 0 R
-/Parent 43 0 R
-/Prev 59 0 R
-/Next 67 0 R
->> endobj
-59 0 obj <<
-/Title 60 0 R
-/A 57 0 R
-/Parent 43 0 R
-/Prev 55 0 R
-/Next 63 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 7 0 R
-/Prev 11 0 R
-/Next 111 0 R
-/First 47 0 R
-/Last 107 0 R
-/Count -16
->> endobj
-39 0 obj <<
-/Title 40 0 R
-/A 37 0 R
-/Parent 11 0 R
-/Prev 35 0 R
->> endobj
-35 0 obj <<
-/Title 36 0 R
-/A 33 0 R
-/Parent 11 0 R
-/Prev 31 0 R
-/Next 39 0 R
->> endobj
-31 0 obj <<
-/Title 32 0 R
-/A 29 0 R
-/Parent 11 0 R
-/Prev 27 0 R
-/Next 35 0 R
->> endobj
-27 0 obj <<
-/Title 28 0 R
-/A 25 0 R
-/Parent 11 0 R
-/Prev 23 0 R
-/Next 31 0 R
->> endobj
-23 0 obj <<
-/Title 24 0 R
-/A 21 0 R
-/Parent 11 0 R
-/Prev 19 0 R
-/Next 27 0 R
->> endobj
-19 0 obj <<
-/Title 20 0 R
-/A 17 0 R
-/Parent 11 0 R
-/Prev 15 0 R
-/Next 23 0 R
->> endobj
-15 0 obj <<
-/Title 16 0 R
-/A 13 0 R
-/Parent 11 0 R
-/Next 19 0 R
->> endobj
-11 0 obj <<
-/Title 12 0 R
-/A 9 0 R
-/Parent 7 0 R
-/Next 43 0 R
-/First 15 0 R
-/Last 39 0 R
-/Count -7
->> endobj
-7 0 obj <<
-/Title 8 0 R
-/A 5 0 R
-/Parent 334 0 R
-/Prev 3 0 R
-/First 11 0 R
-/Last 111 0 R
-/Count -3
->> endobj
-3 0 obj <<
-/Title 4 0 R
-/A 1 0 R
-/Parent 334 0 R
-/Next 7 0 R
->> endobj
-335 0 obj <<
-/Names [(Doc-Start) 140 0 R (_app_procedures) 227 0 R (_backgound_list) 278 0 R (_backgroundstruct) 208 0 R (_batch_wrappers) 289 0 R (_create_status_table) 286 0 R]
-/Limits [(Doc-Start) (_create_status_table)]
->> endobj
-336 0 obj <<
-/Names [(_diffstruct) 217 0 R (_header) 192 0 R (_image) 188 0 R (_jpeg) 198 0 R (_madd) 228 0 R (_mbackground) 231 0 R]
-/Limits [(_diffstruct) (_mbackground)]
->> endobj
-337 0 obj <<
-/Names [(_mbackgroundbatch) 290 0 R (_mbgmodel) 238 0 R (_mconcatfit) 241 0 R (_mdiff) 244 0 R (_mdiffbatch) 294 0 R (_mdifffit) 247 0 R]
-/Limits [(_mbackgroundbatch) (_mdifffit)]
->> endobj
-338 0 obj <<
-/Names [(_mdifffitbatch) 298 0 R (_mfitbatch) 311 0 R (_mfitplane) 250 0 R (_mimgtbl) 253 0 R (_mjpeg) 263 0 R (_mmakehdr) 256 0 R]
-/Limits [(_mdifffitbatch) (_mmakehdr)]
->> endobj
-339 0 obj <<
-/Names [(_moverlaps) 266 0 R (_mproject) 269 0 R (_mprojectbatch) 314 0 R (_mprojectpp) 272 0 R (_mshrink) 275 0 R (_overview) 185 0 R]
-/Limits [(_moverlaps) (_overview)]
->> endobj
-340 0 obj <<
-/Names [(_status) 201 0 R (_swift_montage_api) 186 0 R (_table) 195 0 R (_types) 187 0 R (lstlisting.-1) 189 0 R (lstlisting.-10) 239 0 R]
-/Limits [(_status) (lstlisting.-10)]
->> endobj
-341 0 obj <<
-/Names [(lstlisting.-11) 242 0 R (lstlisting.-12) 245 0 R (lstlisting.-13) 248 0 R (lstlisting.-14) 251 0 R (lstlisting.-15) 254 0 R (lstlisting.-16) 257 0 R]
-/Limits [(lstlisting.-11) (lstlisting.-16)]
->> endobj
-342 0 obj <<
-/Names [(lstlisting.-17) 264 0 R (lstlisting.-18) 267 0 R (lstlisting.-19) 270 0 R (lstlisting.-2) 193 0 R (lstlisting.-20) 273 0 R (lstlisting.-21) 276 0 R]
-/Limits [(lstlisting.-17) (lstlisting.-21)]
->> endobj
-343 0 obj <<
-/Names [(lstlisting.-22) 279 0 R (lstlisting.-23) 287 0 R (lstlisting.-24) 291 0 R (lstlisting.-25) 295 0 R (lstlisting.-26) 299 0 R (lstlisting.-27) 312 0 R]
-/Limits [(lstlisting.-22) (lstlisting.-27)]
->> endobj
-344 0 obj <<
-/Names [(lstlisting.-28) 315 0 R (lstlisting.-3) 196 0 R (lstlisting.-4) 199 0 R (lstlisting.-5) 202 0 R (lstlisting.-6) 209 0 R (lstlisting.-7) 218 0 R]
-/Limits [(lstlisting.-28) (lstlisting.-7)]
->> endobj
-345 0 obj <<
-/Names [(lstlisting.-8) 229 0 R (lstlisting.-9) 232 0 R (lstnumber.-1.1) 190 0 R (lstnumber.-10.1) 240 0 R (lstnumber.-11.1) 243 0 R (lstnumber.-12.1) 246 0 R]
-/Limits [(lstlisting.-8) (lstnumber.-12.1)]
->> endobj
-346 0 obj <<
-/Names [(lstnumber.-13.1) 249 0 R (lstnumber.-14.1) 252 0 R (lstnumber.-15.1) 255 0 R (lstnumber.-16.1) 258 0 R (lstnumber.-17.1) 265 0 R (lstnumber.-18.1) 268 0 R]
-/Limits [(lstnumber.-13.1) (lstnumber.-18.1)]
->> endobj
-347 0 obj <<
-/Names [(lstnumber.-19.1) 271 0 R (lstnumber.-2.1) 194 0 R (lstnumber.-20.1) 274 0 R (lstnumber.-21.1) 277 0 R (lstnumber.-22.1) 280 0 R (lstnumber.-23.1) 288 0 R]
-/Limits [(lstnumber.-19.1) (lstnumber.-23.1)]
->> endobj
-348 0 obj <<
-/Names [(lstnumber.-24.1) 292 0 R (lstnumber.-24.2) 293 0 R (lstnumber.-25.1) 296 0 R (lstnumber.-25.2) 297 0 R (lstnumber.-26.1) 300 0 R (lstnumber.-26.2) 301 0 R]
-/Limits [(lstnumber.-24.1) (lstnumber.-26.2)]
->> endobj
-349 0 obj <<
-/Names [(lstnumber.-26.3) 302 0 R (lstnumber.-27.1) 313 0 R (lstnumber.-28.1) 316 0 R (lstnumber.-3.1) 197 0 R (lstnumber.-4.1) 200 0 R (lstnumber.-5.1) 203 0 R]
-/Limits [(lstnumber.-26.3) (lstnumber.-5.1)]
->> endobj
-350 0 obj <<
-/Names [(lstnumber.-6.1) 210 0 R (lstnumber.-6.2) 211 0 R (lstnumber.-6.3) 212 0 R (lstnumber.-6.4) 213 0 R (lstnumber.-6.5) 214 0 R (lstnumber.-6.6) 215 0 R]
-/Limits [(lstnumber.-6.1) (lstnumber.-6.6)]
->> endobj
-351 0 obj <<
-/Names [(lstnumber.-6.7) 216 0 R (lstnumber.-7.1) 219 0 R (lstnumber.-7.2) 220 0 R (lstnumber.-7.3) 221 0 R (lstnumber.-7.4) 222 0 R (lstnumber.-7.5) 223 0 R]
-/Limits [(lstnumber.-6.7) (lstnumber.-7.5)]
->> endobj
-352 0 obj <<
-/Names [(lstnumber.-7.6) 224 0 R (lstnumber.-7.7) 225 0 R (lstnumber.-7.8) 226 0 R (lstnumber.-8.1) 230 0 R (lstnumber.-9.1) 233 0 R (page.1) 184 0 R]
-/Limits [(lstnumber.-7.6) (page.1)]
->> endobj
-353 0 obj <<
-/Names [(page.2) 207 0 R (page.3) 237 0 R (page.4) 262 0 R (page.5) 285 0 R (page.6) 310 0 R (page.i) 137 0 R]
-/Limits [(page.2) (page.i)]
->> endobj
-354 0 obj <<
-/Names [(page.ii) 179 0 R (section.1) 2 0 R (section.2) 6 0 R (subsection.2.1) 10 0 R (subsection.2.2) 42 0 R (subsection.2.3) 110 0 R]
-/Limits [(page.ii) (subsection.2.3)]
->> endobj
-355 0 obj <<
-/Names [(subsubsection.2.1.1) 14 0 R (subsubsection.2.1.2) 18 0 R (subsubsection.2.1.3) 22 0 R (subsubsection.2.1.4) 26 0 R (subsubsection.2.1.5) 30 0 R (subsubsection.2.1.6) 34 0 R]
-/Limits [(subsubsection.2.1.1) (subsubsection.2.1.6)]
->> endobj
-356 0 obj <<
-/Names [(subsubsection.2.1.7) 38 0 R (subsubsection.2.2.1) 46 0 R (subsubsection.2.2.10) 82 0 R (subsubsection.2.2.11) 86 0 R (subsubsection.2.2.12) 90 0 R (subsubsection.2.2.13) 94 0 R]
-/Limits [(subsubsection.2.1.7) (subsubsection.2.2.13)]
->> endobj
-357 0 obj <<
-/Names [(subsubsection.2.2.14) 98 0 R (subsubsection.2.2.15) 102 0 R (subsubsection.2.2.16) 106 0 R (subsubsection.2.2.2) 50 0 R (subsubsection.2.2.3) 54 0 R (subsubsection.2.2.4) 58 0 R]
-/Limits [(subsubsection.2.2.14) (subsubsection.2.2.4)]
->> endobj
-358 0 obj <<
-/Names [(subsubsection.2.2.5) 62 0 R (subsubsection.2.2.6) 66 0 R (subsubsection.2.2.7) 70 0 R (subsubsection.2.2.8) 74 0 R (subsubsection.2.2.9) 78 0 R (subsubsection.2.3.1) 114 0 R]
-/Limits [(subsubsection.2.2.5) (subsubsection.2.3.1)]
->> endobj
-359 0 obj <<
-/Names [(subsubsection.2.3.2) 118 0 R (subsubsection.2.3.3) 122 0 R (subsubsection.2.3.4) 126 0 R (subsubsection.2.3.5) 130 0 R]
-/Limits [(subsubsection.2.3.2) (subsubsection.2.3.5)]
->> endobj
-360 0 obj <<
-/Kids [335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R]
-/Limits [(Doc-Start) (lstlisting.-10)]
->> endobj
-361 0 obj <<
-/Kids [341 0 R 342 0 R 343 0 R 344 0 R 345 0 R 346 0 R]
-/Limits [(lstlisting.-11) (lstnumber.-18.1)]
->> endobj
-362 0 obj <<
-/Kids [347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R]
-/Limits [(lstnumber.-19.1) (page.1)]
->> endobj
-363 0 obj <<
-/Kids [353 0 R 354 0 R 355 0 R 356 0 R 357 0 R 358 0 R]
-/Limits [(page.2) (subsubsection.2.3.1)]
->> endobj
-364 0 obj <<
-/Kids [359 0 R]
-/Limits [(subsubsection.2.3.2) (subsubsection.2.3.5)]
->> endobj
-365 0 obj <<
-/Kids [360 0 R 361 0 R 362 0 R 363 0 R 364 0 R]
-/Limits [(Doc-Start) (subsubsection.2.3.5)]
->> endobj
-366 0 obj <<
-/Dests 365 0 R
->> endobj
-367 0 obj <<
-/Type /Catalog
-/Pages 333 0 R
-/Outlines 334 0 R
-/Names 366 0 R
-/PageMode/UseOutlines/PageLabels<</Nums[0<</S/r>>2<</S/D>>]>>
-/OpenAction 133 0 R
->> endobj
-368 0 obj <<
-/Author()/Title(Swift Montage API)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfTeX-1.40.10)/Keywords()
-/CreationDate (D:20110616211653-05'00')
-/ModDate (D:20110616211653-05'00')
-/Trapped /False
-/PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009) kpathsea version 5.0.0)
->> endobj
-xref
-0 369
-0000000000 65535 f
-0000000015 00000 n
-0000012372 00000 n
-0000100188 00000 n
-0000000060 00000 n
-0000000086 00000 n
-0000012492 00000 n
-0000100079 00000 n
-0000000131 00000 n
-0000000166 00000 n
-0000012611 00000 n
-0000099970 00000 n
-0000000216 00000 n
-0000000240 00000 n
-0000012731 00000 n
-0000099896 00000 n
-0000000296 00000 n
-0000000320 00000 n
-0000012973 00000 n
-0000099809 00000 n
-0000000376 00000 n
-0000000401 00000 n
-0000013216 00000 n
-0000099722 00000 n
-0000000457 00000 n
-0000000481 00000 n
-0000013458 00000 n
-0000099635 00000 n
-0000000537 00000 n
-0000000560 00000 n
-0000013701 00000 n
-0000099548 00000 n
-0000000616 00000 n
-0000000641 00000 n
-0000016338 00000 n
-0000099461 00000 n
-0000000697 00000 n
-0000000732 00000 n
-0000016946 00000 n
-0000099387 00000 n
-0000000788 00000 n
-0000000817 00000 n
-0000017615 00000 n
-0000099261 00000 n
-0000000868 00000 n
-0000000901 00000 n
-0000017736 00000 n
-0000099187 00000 n
-0000000957 00000 n
-0000000980 00000 n
-0000017976 00000 n
-0000099100 00000 n
-0000001036 00000 n
-0000001066 00000 n
-0000020763 00000 n
-0000099013 00000 n
-0000001122 00000 n
-0000001149 00000 n
-0000021006 00000 n
-0000098926 00000 n
-0000001205 00000 n
-0000001234 00000 n
-0000021249 00000 n
-0000098839 00000 n
-0000001290 00000 n
-0000001314 00000 n
-0000021492 00000 n
-0000098752 00000 n
-0000001370 00000 n
-0000001397 00000 n
-0000021735 00000 n
-0000098665 00000 n
-0000001453 00000 n
-0000001481 00000 n
-0000021977 00000 n
-0000098578 00000 n
-0000001537 00000 n
-0000001563 00000 n
-0000022220 00000 n
-0000098491 00000 n
-0000001619 00000 n
-0000001646 00000 n
-0000025056 00000 n
-0000098404 00000 n
-0000001703 00000 n
-0000001727 00000 n
-0000025299 00000 n
-0000098317 00000 n
-0000001784 00000 n
-0000001812 00000 n
-0000025540 00000 n
-0000098230 00000 n
-0000001869 00000 n
-0000001896 00000 n
-0000025783 00000 n
-0000098143 00000 n
-0000001953 00000 n
-0000001982 00000 n
-0000026025 00000 n
-0000098054 00000 n
-0000002039 00000 n
-0000002066 00000 n
-0000026268 00000 n
-0000097963 00000 n
-0000002124 00000 n
-0000002161 00000 n
-0000030208 00000 n
-0000097885 00000 n
-0000002219 00000 n
-0000002264 00000 n
-0000030452 00000 n
-0000097770 00000 n
-0000002316 00000 n
-0000002350 00000 n
-0000030574 00000 n
-0000097691 00000 n
-0000002407 00000 n
-0000002443 00000 n
-0000030878 00000 n
-0000097598 00000 n
-0000002500 00000 n
-0000002530 00000 n
-0000031183 00000 n
-0000097505 00000 n
-0000002587 00000 n
-0000002620 00000 n
-0000033758 00000 n
-0000097412 00000 n
-0000002677 00000 n
-0000002706 00000 n
-0000034002 00000 n
-0000097333 00000 n
-0000002763 00000 n
-0000002796 00000 n
-0000003146 00000 n
-0000003388 00000 n
-0000002849 00000 n
-0000003265 00000 n
-0000096816 00000 n
-0000096471 00000 n
-0000003327 00000 n
-0000096300 00000 n
-0000096989 00000 n
-0000004865 00000 n
-0000005015 00000 n
-0000005166 00000 n
-0000005321 00000 n
-0000005482 00000 n
-0000005642 00000 n
-0000005803 00000 n
-0000005964 00000 n
-0000006124 00000 n
-0000006285 00000 n
-0000006446 00000 n
-0000006602 00000 n
-0000006763 00000 n
-0000006924 00000 n
-0000007084 00000 n
-0000007245 00000 n
-0000007406 00000 n
-0000007567 00000 n
-0000007728 00000 n
-0000007888 00000 n
-0000008049 00000 n
-0000008211 00000 n
-0000008373 00000 n
-0000008535 00000 n
-0000008697 00000 n
-0000008859 00000 n
-0000009021 00000 n
-0000009183 00000 n
-0000009339 00000 n
-0000009500 00000 n
-0000009660 00000 n
-0000009821 00000 n
-0000009982 00000 n
-0000010205 00000 n
-0000004470 00000 n
-0000003486 00000 n
-0000010143 00000 n
-0000096642 00000 n
-0000013944 00000 n
-0000012191 00000 n
-0000010316 00000 n
-0000012310 00000 n
-0000012431 00000 n
-0000012551 00000 n
-0000012670 00000 n
-0000012790 00000 n
-0000012851 00000 n
-0000012912 00000 n
-0000096129 00000 n
-0000013033 00000 n
-0000013094 00000 n
-0000013155 00000 n
-0000013276 00000 n
-0000013336 00000 n
-0000013397 00000 n
-0000013518 00000 n
-0000013579 00000 n
-0000013640 00000 n
-0000013761 00000 n
-0000013822 00000 n
-0000013883 00000 n
-0000018219 00000 n
-0000016157 00000 n
-0000014055 00000 n
-0000016276 00000 n
-0000016398 00000 n
-0000016459 00000 n
-0000016520 00000 n
-0000016581 00000 n
-0000016642 00000 n
-0000016702 00000 n
-0000016763 00000 n
-0000016824 00000 n
-0000016885 00000 n
-0000017006 00000 n
-0000017067 00000 n
-0000017128 00000 n
-0000017189 00000 n
-0000017250 00000 n
-0000017311 00000 n
-0000017372 00000 n
-0000017433 00000 n
-0000017493 00000 n
-0000017554 00000 n
-0000017675 00000 n
-0000017794 00000 n
-0000017855 00000 n
-0000017915 00000 n
-0000018036 00000 n
-0000018097 00000 n
-0000018158 00000 n
-0000022463 00000 n
-0000020582 00000 n
-0000018330 00000 n
-0000020701 00000 n
-0000020823 00000 n
-0000020884 00000 n
-0000020945 00000 n
-0000021066 00000 n
-0000021127 00000 n
-0000021188 00000 n
-0000021309 00000 n
-0000021370 00000 n
-0000021431 00000 n
-0000021552 00000 n
-0000021613 00000 n
-0000021674 00000 n
-0000021795 00000 n
-0000021856 00000 n
-0000021917 00000 n
-0000022037 00000 n
-0000022098 00000 n
-0000022159 00000 n
-0000022280 00000 n
-0000022341 00000 n
-0000022402 00000 n
-0000026512 00000 n
-0000024875 00000 n
-0000022574 00000 n
-0000024994 00000 n
-0000025116 00000 n
-0000025177 00000 n
-0000025238 00000 n
-0000025359 00000 n
-0000025419 00000 n
-0000025479 00000 n
-0000025600 00000 n
-0000025661 00000 n
-0000025722 00000 n
-0000025842 00000 n
-0000025903 00000 n
-0000025964 00000 n
-0000026085 00000 n
-0000026146 00000 n
-0000026207 00000 n
-0000026329 00000 n
-0000026390 00000 n
-0000026451 00000 n
-0000029003 00000 n
-0000031548 00000 n
-0000028884 00000 n
-0000026623 00000 n
-0000030146 00000 n
-0000030269 00000 n
-0000030330 00000 n
-0000030391 00000 n
-0000030513 00000 n
-0000030635 00000 n
-0000030696 00000 n
-0000030757 00000 n
-0000030817 00000 n
-0000030939 00000 n
-0000031000 00000 n
-0000031061 00000 n
-0000031122 00000 n
-0000031244 00000 n
-0000031305 00000 n
-0000031366 00000 n
-0000031427 00000 n
-0000031488 00000 n
-0000097106 00000 n
-0000029906 00000 n
-0000030041 00000 n
-0000030090 00000 n
-0000034245 00000 n
-0000033577 00000 n
-0000031687 00000 n
-0000033696 00000 n
-0000033819 00000 n
-0000033880 00000 n
-0000033941 00000 n
-0000034063 00000 n
-0000034123 00000 n
-0000034184 00000 n
-0000095757 00000 n
-0000034384 00000 n
-0000034747 00000 n
-0000035051 00000 n
-0000035374 00000 n
-0000035746 00000 n
-0000036221 00000 n
-0000050077 00000 n
-0000050481 00000 n
-0000061594 00000 n
-0000061971 00000 n
-0000069843 00000 n
-0000070227 00000 n
-0000078912 00000 n
-0000079186 00000 n
-0000095344 00000 n
-0000097191 00000 n
-0000097260 00000 n
-0000100259 00000 n
-0000100493 00000 n
-0000100676 00000 n
-0000100879 00000 n
-0000101073 00000 n
-0000101267 00000 n
-0000101466 00000 n
-0000101692 00000 n
-0000101917 00000 n
-0000102143 00000 n
-0000102363 00000 n
-0000102590 00000 n
-0000102824 00000 n
-0000103057 00000 n
-0000103291 00000 n
-0000103521 00000 n
-0000103747 00000 n
-0000103973 00000 n
-0000104183 00000 n
-0000104345 00000 n
-0000104541 00000 n
-0000104801 00000 n
-0000105066 00000 n
-0000105332 00000 n
-0000105593 00000 n
-0000105799 00000 n
-0000105917 00000 n
-0000106041 00000 n
-0000106157 00000 n
-0000106277 00000 n
-0000106370 00000 n
-0000106485 00000 n
-0000106523 00000 n
-0000106691 00000 n
-trailer
-<< /Size 369
-/Root 367 0 R
-/Info 368 0 R
-/ID [<68998779D743C6E5BAFD2838B06BD2FA> <68998779D743C6E5BAFD2838B06BD2FA>] >>
-startxref
-107011
-%%EOF
Deleted: SwiftApps/Montage/docs/API.txt
===================================================================
--- SwiftApps/Montage/docs/API.txt 2011-06-20 14:44:45 UTC (rev 4633)
+++ SwiftApps/Montage/docs/API.txt 2011-06-20 14:56:13 UTC (rev 4634)
@@ -1,366 +0,0 @@
-Swift Montage API
-=================
-:toc:
-:icons:
-:numbered:
-
-Overview
---------
-
-This is the API for the Swift Montage wrappers. Montage is a toolkit for
-generating science grade astronomical mosaics. The image file format for
-Montage is Flexible Image Transport System or FITS.
-
-Swift is a dataflow parallel scripting language. The language allows the user
-to parallelize a workflow that has been represented as a swiftscript. Swift
-implements the site execution model to allow for efficient use of available
-resources for the user's application.
-
-NOTE: Both the Montage binaries as well as the Swift binaries must be included
-in your PATH environment variable for the wrappers to function properly.
-
-
-Swift Montage API
------------------
-
-Types
-~~~~~
-These are all the Types that are declared for Swift. They are located in the
-file Swift_Montage_types.swift.
-
-Image
-^^^^^
-----
-type Image;
-----
-This is the Image type. It is used to declare the raw images, projected
-images, difference images, rectified images, and the mosaic.
-
-Header
-^^^^^^
-----
-type Header;
-----
-This is the Header type. It is used to declare and map to the FITS header
-file.
-
-Table
-^^^^^
-----
-type Table;
-----
-This is the Table type. During the execution of the workflow several files of
-metadata is generated. These are tables that the Montage functions use to read
-for the next stage of the workflow.
-
-JPEG
-^^^^
-----
-type JPEG
-----
-This is the JPEG type. This is used to map to the jpeg version of the mosaic.
-
-Status
-^^^^^^
-----
-type Status;
-----
-This is the status type. During the difference stage of the workflow status
-file are generated that have the information about the coefficients that will
-be used to rectify the image.
-
-BackgroundStruct
-^^^^^^^^^^^^^^^^
-----
-type BackgroundStruct
-{
- string fname;
- float a;
- float b;
- float c;
-};
-----
-This is a struct type. The entries are a string for the name of the image and
-three coefficients to rectify this portion of the mosaic of all floating point
-types.
-
-DiffStruct
-^^^^^^^^^^
-----
-type DiffStruct
-{
- int cntr1;
- int cntr2;
- Image plus;
- Image minus;
- Image diff;
-};
-----
-This is a struct type. The entries are two control integers that make this
-entry unique, the two images that overlapped which are name plus and minus,
-and the name of the difference image that they produced.
-
-App Procedures
-~~~~~~~~~~~~~~
-These are all the app procedures for Swift Montage. They are located in the
-file Swift_Montage_Apps.swift
-
-NOTE: Currently the options to the Montage functions are hard coded and the
-user cannot choose which options to run.
-
-mAdd
-^^^^
-----
-app ( Image mos ) mAdd( Image imgs[], Table img_tbl, Header hdr )
-----
-This app procedure will call the mAdd fucntion from the Montage toolkit. This
-procedure takes
-in a list of images to be added together, the img_tbl for these images, and
-the FITS header file for the mosaic being created. The procedure then outputs
-a single FITS file that represents the mosaic. All the images that will be
-part of this mosaic must reside in the same directory.
-
-mBackground
-^^^^^^^^^^^
-----
-app ( Image bg_img ) mBackground( Image img, float a, float b, float c )
-----
-This app procedure will call the mBackground function from the Montage
-toolkit. This procedure takes in a single image along with the
-three coefficients. The procedure then output the background rectified image
-after the coefficients have been applied.
-
-mBgModel
-^^^^^^^^
-----
-app ( Table rect_tbl ) mBgModel( Table img_tbl, Table fits_tbl )
-----
-This app procedure will call the mBgModel function from the Montage
-toolkit. This procedure takes in an image table that represents the list of images that
-will be added into a mosaic and a table of the information that is required to
-fit them together. The procedure will then output a rectification table of the
-coefficients that must be applied to the images.
-
-mConcatFit
-^^^^^^^^^^
-----
-app ( Table fits_tbl ) mConcatFit( Table status_tbl, Status stats[] )
-----
-This app procedure will call the mConcatFit function from the Montage
-toolkit. This procedure takes in a table representing the status files that were generated
-from either mFitplane or mDiffFit and a list of these status files as
-input. The procedure will then output a table of all the status files
-together. The status files must all reside in the same directory.
-
-mDiff
-^^^^^
-----
-app ( Image diff_img ) mDiff( Image proj_img_1, Image proj_img_2, Header hdr )
-----
-This app procedure will call the mDiff function from the Montage toolkit. This
-procedure takes in two images and the FITS header file for the mosaic. The procedure will then output a
-difference image representing the information of where the two images overlap.
-
-mDiffFit
-^^^^^^^^
-----
-app ( Image diff_img, Status stat ) mDiffFit( Image img_1, Image img_2, Header hdr )
-----
-This app procedure will call the mDiffFit function from the Montage
-toolkit. The mDiffFit function in Montage is the combination of the mDiff and
-mFitplane functions.
-
-mFitplane
-^^^^^^^^^
-----
-app ( Status stat ) mFitplane( Image diff_img )
-----
-This app procedure will call the mFitplane function from the Montage
-toolkit. This procedure takes in as input the difference image that was the output from
-the mDiff procedure. The procedure will then output a status file that
-contains the information on how to fit these two images together.
-
-mImgtbl
-^^^^^^^
-----
-app ( Table img_tbl ) mImgtbl( Image imgs[] )
-----
-This app procedure will call the mImgtbl function from the Montage
-toolkit. This procedure takes in as input a list of images to create a table
-from. The output is an image table that represents these images. All the
-images that will be part of this table must reside in the same directory.
-
-mMakeHdr
-^^^^^^^^
-----
-app ( Header hdr ) mMakeHdr( Table img_tbl )
-----
-This app procedure will call the mMakeHdr function from the Montage
-toolkit. This procedure will take in as input an image table representing the
-images that will be combined into a single mosaic. The procedure will then output the
-FITS header file for the mosaic.
-
-mJPEG
-^^^^^
-----
-app ( JPEG mos_img_jpg ) mJPEG( Image mos_img )
-----
-This app procedure will call the mJPEG function from the Montage toolkit. This
-procedure will take in as input as input a FITS image. The procedure will
-then ouput the same image in jpeg format.
-
-mOverlaps
-^^^^^^^^^
-----
-app ( Table diff_tbl ) mOverlaps( Table img_tbl )
-----
-This app procedure will call the mOverlaps function from the Montage
-toolkit. This procedure takes in as input an image table of the images that
-will be combined into a single mosaic. The procedure will then output a table
-of all the images that overlap with each other in the mosaic.
-
-mProject
-^^^^^^^^
-----
-app ( Image proj_img ) mProject( Image raw_img, Header hdr )
-----
-This app procedure will call the mProject function from the Montage
-toolkit. This procedure takes in as input a FITS image file and the FITS header file
-that for the mosaic. The output is the projected image.
-
-NOTE: The mProject app procedure is for general projection. There are some cases in
-which the faster mProjectPP procedure should be used.
-
-mProjectPP
-^^^^^^^^^^
-----
-app ( Image proj_img ) mProjectPP( Image raw_img, Header hdr )
-----
-This app procedure will call the mProjectPP function from the Montage
-toolkit. This procedure takes in as input a FITS image file and the FITS header file
-that for the mosaic. The output is the projected image.
-
-NOTE: The mProjectPP app procedure is a "special case" version of mProject
-and can be used only where the input and output images have tangent-plane
-projections (e.g. TAN, SIN) or where they can be approximated with acceptable
-error.
-
-
-mShrink
-^^^^^^^
-----
-app ( Image shrunk ) mShrink( Image original, int factor )
-----
-This app procedure will call the mShrink function in the Montage toolkit. This
-procedure takes in as input a single image and an re-sizing factor represented
-as an integer. The procedure will then output the re-sized image.
-
-Backgound_list
-^^^^^^^^^^^^^^
-----
-app ( Table back_tbl ) Background_list( Table imgs_tbl, Table rect_tbl )
-----
-This app procedure will call the Background_list python script that is included in
-the scripts directory for the Swift Montage wrappers. This procedure takes in as input an image table of the
-images that are being combined into a single mosaic and the table of
-coefficients to rectify the mosaic. The procedure will then output a file in a
-format that can be read in by the Swift readData2 function into the
-Background_struct declared type.
-
-create_status_table
-^^^^^^^^^^^^^^^^^^^
-----
-app ( Table stat_tbl ) create_status_table( Table diff_tbl )
-----
-This app procedure will call the create_status_table python script that is
-included in the scripts directory for the Swift Montage wrappers. This
-procedure takes in as input the difference table that has been generated by
-the mOverlaps procedure. The procedure will the output a table that can be
-used as input to the mConcatFit app procedure.
-
-Batch Wrappers
-~~~~~~~~~~~~~~
-These are the Batch scripts. These scripts do most of the file mapping
-and is where the parallelization is taking place. They are located in the file
-Swift_Montage_Batch.swift
-
-mBackgroundBatch
-^^^^^^^^^^^^^^^^
-----
-( Image rect_imgs[] ) mBackgroundBatch( string dest, Image imgs[], Table img_tbl,
- Table rect_tbl )
-----
-This batch swift script takes in as input a destination directory for the
-rectified images, a list of images that will be combined into a
-mosaic, an image table representing the images for the mosaic, and a table of
-the coefficients that must be applied to each image. The script will then
-output a list of the images after the coefficients have been applied. The
-application of the coefficients to each image is done in parallel.
-
-NOTE: mBackgroundBatch calls the mBackground app procedure.
-
-mDiffBatch
-^^^^^^^^^^
-----
-( Image diff_imgs[] ) mDiffBatch( string src, string dest, string filenames[],
- Table diff_tbl, Header hdr )
-----
-This batch script takes in as input a source directory of where the images to calculate
-overlaps are located, a destination directory of where to store these
-difference images, a list of the file names for the images that will be
-combined into the mosaic, a difference table that contains which images overlap with
-each other, and the FITS header file for the mosaic. This script will then
-output the difference images. The calculation each difference image are
-done in parallel.
-
-WARNING: The images that are in the source directory must be projected images.
-
-NOTE: mDiffBatch calls the mDiff app procedure.
-
-mDiffFitBatch
-^^^^^^^^^^^^^
-----
-( Image diff_imgs[], Table fits_tbl ) mDiffFitBatch( string src, string dest, string stat,
- string filenames[],
- Table diff_tbl, Header hdr )
-----
-This batch script takes in as input a source directory of where the images to
-calculate overlaps are located, a destination directory of where to store
-these difference images, a status directory of where to store the status files
-for each image, a list of the file names for the images that will be
-combined into the mosaic, a difference table that contains which images overlap
-with each other and the FITS header file for the mosaic. This script will then
-output a list of difference images and a table of information on how to fit
-the images together. The calculation of each difference image and the fitting
-table is done in parallel.
-
-WARNING: The images that are in the source directory must be projected images.
-
-NOTE: mDiffFitBatch calls the mDiffFit app procedure.
-
-mFitBatch
-^^^^^^^^^
-----
-( Table fits_tbl ) mFitBatch( string stat, Image diff_imgs[], Table diff_tbl )
-----
-This batch script takes in as input a directory for which the status files
-will be put in, the list of difference images that has
-been generated and the table that contains which images overlap with each
-other. The script then generates a table containing describing how to fit the
-two overalpping images together.
-
-NOTE: mFitBatch calls the mFitplane app procedure.
-
-mProjectBatch
-^^^^^^^^^^^^^
-----
-( Image proj_imgs[] ) mProjectBatch( string dest, Image raw_imgs[], Header hdr )
-----
-This batch script takes in as input the destination directory for the
-projected images, a list of raw image files and the FITS header file
-and projects each image. When projecting each image the function will decide
-if it is possible to use the fast image projetion algorithm or to just use
-standard projection.
-
-WARNING: mProjectBatch currently only calls the general mProject app
-procedure. It does not check to see if the faster projection mProjectPP can be used.
Copied: SwiftApps/Montage/docs/SwiftMontageAPI.html (from rev 4633, SwiftApps/Montage/docs/API.html)
===================================================================
--- SwiftApps/Montage/docs/SwiftMontageAPI.html (rev 0)
+++ SwiftApps/Montage/docs/SwiftMontageAPI.html 2011-06-20 14:56:13 UTC (rev 4634)
@@ -0,0 +1,1185 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+<meta name="generator" content="AsciiDoc 8.6.5" />
+<title>SwiftMontage API</title>
+<style type="text/css">
+/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
+
+/* Default font. */
+body {
+ font-family: Georgia,serif;
+}
+
+/* Title font. */
+h1, h2, h3, h4, h5, h6,
+div.title, caption.title,
+thead, p.table.header,
+#toctitle,
+#author, #revnumber, #revdate, #revremark,
+#footer {
+ font-family: Arial,Helvetica,sans-serif;
+}
+
+body {
+ margin: 1em 5% 1em 5%;
+}
+
+a {
+ color: blue;
+ text-decoration: underline;
+}
+a:visited {
+ color: fuchsia;
+}
+
+em {
+ font-style: italic;
+ color: navy;
+}
+
+strong {
+ font-weight: bold;
+ color: #083194;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #527bbd;
+ margin-top: 1.2em;
+ margin-bottom: 0.5em;
+ line-height: 1.3;
+}
+
+h1, h2, h3 {
+ border-bottom: 2px solid silver;
+}
+h2 {
+ padding-top: 0.5em;
+}
+h3 {
+ float: left;
+}
+h3 + * {
+ clear: left;
+}
+h5 {
+ font-size: 1.0em;
+}
+
+div.sectionbody {
+ margin-left: 0;
+}
+
+hr {
+ border: 1px solid silver;
+}
+
+p {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+ul, ol, li > p {
+ margin-top: 0;
+}
+ul > li { color: #aaa; }
+ul > li > * { color: black; }
+
+pre {
+ padding: 0;
+ margin: 0;
+}
+
+#author {
+ color: #527bbd;
+ font-weight: bold;
+ font-size: 1.1em;
+}
+#email {
+}
+#revnumber, #revdate, #revremark {
+}
+
+#footer {
+ font-size: small;
+ border-top: 2px solid silver;
+ padding-top: 0.5em;
+ margin-top: 4.0em;
+}
+#footer-text {
+ float: left;
+ padding-bottom: 0.5em;
+}
+#footer-badges {
+ float: right;
+ padding-bottom: 0.5em;
+}
+
+#preamble {
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
+}
+div.imageblock, div.exampleblock, div.verseblock,
+div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
+div.admonitionblock {
+ margin-top: 1.0em;
+ margin-bottom: 1.5em;
+}
+div.admonitionblock {
+ margin-top: 2.0em;
+ margin-bottom: 2.0em;
+ margin-right: 10%;
+ color: #606060;
+}
+
+div.content { /* Block element content. */
+ padding: 0;
+}
+
+/* Block element titles. */
+div.title, caption.title {
+ color: #527bbd;
+ font-weight: bold;
+ text-align: left;
+ margin-top: 1.0em;
+ margin-bottom: 0.5em;
+}
+div.title + * {
+ margin-top: 0;
+}
+
+td div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content div.title:first-child {
+ margin-top: 0.0em;
+}
+div.content + div.title {
+ margin-top: 0.0em;
+}
+
+div.sidebarblock > div.content {
+ background: #ffffee;
+ border: 1px solid #dddddd;
+ border-left: 4px solid #f0f0f0;
+ padding: 0.5em;
+}
+
+div.listingblock > div.content {
+ border: 1px solid #dddddd;
+ border-left: 5px solid #f0f0f0;
+ background: #f8f8f8;
+ padding: 0.5em;
+}
+
+div.quoteblock, div.verseblock {
+ padding-left: 1.0em;
+ margin-left: 1.0em;
+ margin-right: 10%;
+ border-left: 5px solid #f0f0f0;
+ color: #777777;
+}
+
+div.quoteblock > div.attribution {
+ padding-top: 0.5em;
+ text-align: right;
+}
+
+div.verseblock > pre.content {
+ font-family: inherit;
+ font-size: inherit;
+}
+div.verseblock > div.attribution {
+ padding-top: 0.75em;
+ text-align: left;
+}
+/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
+div.verseblock + div.attribution {
+ text-align: left;
+}
+
+div.admonitionblock .icon {
+ vertical-align: top;
+ font-size: 1.1em;
+ font-weight: bold;
+ text-decoration: underline;
+ color: #527bbd;
+ padding-right: 0.5em;
+}
+div.admonitionblock td.content {
+ padding-left: 0.5em;
+ border-left: 3px solid #dddddd;
+}
+
+div.exampleblock > div.content {
+ border-left: 3px solid #dddddd;
+ padding-left: 0.5em;
+}
+
+div.imageblock div.content { padding-left: 0; }
+span.image img { border-style: none; }
+a.image:visited { color: white; }
+
+dl {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+dt {
+ margin-top: 0.5em;
+ margin-bottom: 0;
+ font-style: normal;
+ color: navy;
+}
+dd > *:first-child {
+ margin-top: 0.1em;
+}
+
+ul, ol {
+ list-style-position: outside;
+}
+ol.arabic {
+ list-style-type: decimal;
+}
+ol.loweralpha {
+ list-style-type: lower-alpha;
+}
+ol.upperalpha {
+ list-style-type: upper-alpha;
+}
+ol.lowerroman {
+ list-style-type: lower-roman;
+}
+ol.upperroman {
+ list-style-type: upper-roman;
+}
+
+div.compact ul, div.compact ol,
+div.compact p, div.compact p,
+div.compact div, div.compact div {
+ margin-top: 0.1em;
+ margin-bottom: 0.1em;
+}
+
+tfoot {
+ font-weight: bold;
+}
+td > div.verse {
+ white-space: pre;
+}
+
+div.hdlist {
+ margin-top: 0.8em;
+ margin-bottom: 0.8em;
+}
+div.hdlist tr {
+ padding-bottom: 15px;
+}
+dt.hdlist1.strong, td.hdlist1.strong {
+ font-weight: bold;
+}
+td.hdlist1 {
+ vertical-align: top;
+ font-style: normal;
+ padding-right: 0.8em;
+ color: navy;
+}
+td.hdlist2 {
+ vertical-align: top;
+}
+div.hdlist.compact tr {
+ margin: 0;
+ padding-bottom: 0;
+}
+
+.comment {
+ background: yellow;
+}
+
+.footnote, .footnoteref {
+ font-size: 0.8em;
+}
+
+span.footnote, span.footnoteref {
+ vertical-align: super;
+}
+
+#footnotes {
+ margin: 20px 0 20px 0;
+ padding: 7px 0 0 0;
+}
+
+#footnotes div.footnote {
+ margin: 0 0 5px 0;
+}
+
+#footnotes hr {
+ border: none;
+ border-top: 1px solid silver;
+ height: 1px;
+ text-align: left;
+ margin-left: 0;
+ width: 20%;
+ min-width: 100px;
+}
+
+div.colist td {
+ padding-right: 0.5em;
+ padding-bottom: 0.3em;
+ vertical-align: top;
+}
+div.colist td img {
+ margin-top: 0.3em;
+}
+
+ at media print {
+ #footer-badges { display: none; }
+}
+
+#toc {
+ margin-bottom: 2.5em;
+}
+
+#toctitle {
+ color: #527bbd;
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 1.0em;
+ margin-bottom: 0.1em;
+}
+
+div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+div.toclevel2 {
+ margin-left: 2em;
+ font-size: 0.9em;
+}
+div.toclevel3 {
+ margin-left: 4em;
+ font-size: 0.9em;
+}
+div.toclevel4 {
+ margin-left: 6em;
+ font-size: 0.9em;
+}
+
+span.aqua { color: aqua; }
+span.black { color: black; }
+span.blue { color: blue; }
+span.fuchsia { color: fuchsia; }
+span.gray { color: gray; }
+span.green { color: green; }
+span.lime { color: lime; }
+span.maroon { color: maroon; }
+span.navy { color: navy; }
+span.olive { color: olive; }
+span.purple { color: purple; }
+span.red { color: red; }
+span.silver { color: silver; }
+span.teal { color: teal; }
+span.white { color: white; }
+span.yellow { color: yellow; }
+
+span.aqua-background { background: aqua; }
+span.black-background { background: black; }
+span.blue-background { background: blue; }
+span.fuchsia-background { background: fuchsia; }
+span.gray-background { background: gray; }
+span.green-background { background: green; }
+span.lime-background { background: lime; }
+span.maroon-background { background: maroon; }
+span.navy-background { background: navy; }
+span.olive-background { background: olive; }
+span.purple-background { background: purple; }
+span.red-background { background: red; }
+span.silver-background { background: silver; }
+span.teal-background { background: teal; }
+span.white-background { background: white; }
+span.yellow-background { background: yellow; }
+
+span.big { font-size: 2em; }
+span.small { font-size: 0.6em; }
+
+span.underline { text-decoration: underline; }
+span.overline { text-decoration: overline; }
+span.line-through { text-decoration: line-through; }
+
+
+/*
+ * xhtml11 specific
+ *
+ * */
+
+tt {
+ font-family: monospace;
+ font-size: inherit;
+ color: navy;
+}
+
+div.tableblock {
+ margin-top: 1.0em;
+ margin-bottom: 1.5em;
+}
+div.tableblock > table {
+ border: 3px solid #527bbd;
+}
+thead, p.table.header {
+ font-weight: bold;
+ color: #527bbd;
+}
+p.table {
+ margin-top: 0;
+}
+/* Because the table frame attribute is overriden by CSS in most browsers. */
+div.tableblock > table[frame="void"] {
+ border-style: none;
+}
+div.tableblock > table[frame="hsides"] {
+ border-left-style: none;
+ border-right-style: none;
+}
+div.tableblock > table[frame="vsides"] {
+ border-top-style: none;
+ border-bottom-style: none;
+}
+
+
+/*
+ * html5 specific
+ *
+ * */
+
+.monospaced {
+ font-family: monospace;
+ font-size: inherit;
+ color: navy;
+}
+
+table.tableblock {
+ margin-top: 1.0em;
+ margin-bottom: 1.5em;
+}
+thead, p.tableblock.header {
+ font-weight: bold;
+ color: #527bbd;
+}
+p.tableblock {
+ margin-top: 0;
+}
+table.tableblock {
+ border-width: 3px;
+ border-spacing: 0px;
+ border-style: solid;
+ border-color: #527bbd;
+ border-collapse: collapse;
+}
+th.tableblock, td.tableblock {
+ border-width: 1px;
+ padding: 4px;
+ border-style: solid;
+ border-color: #527bbd;
+}
+
+table.tableblock.frame-topbot {
+ border-left-style: hidden;
+ border-right-style: hidden;
+}
+table.tableblock.frame-sides {
+ border-top-style: hidden;
+ border-bottom-style: hidden;
+}
+table.tableblock.frame-none {
+ border-style: hidden;
+}
+
+th.tableblock.halign-left, td.tableblock.halign-left {
+ text-align: left;
+}
+th.tableblock.halign-center, td.tableblock.halign-center {
+ text-align: center;
+}
+th.tableblock.halign-right, td.tableblock.halign-right {
+ text-align: right;
+}
+
+th.tableblock.valign-top, td.tableblock.valign-top {
+ vertical-align: top;
+}
+th.tableblock.valign-middle, td.tableblock.valign-middle {
+ vertical-align: middle;
+}
+th.tableblock.valign-bottom, td.tableblock.valign-bottom {
+ vertical-align: bottom;
+}
+</style>
+<script type="text/javascript">
+/*<![CDATA[*/
+var asciidoc = { // Namespace.
+
+/////////////////////////////////////////////////////////////////////
+// Table Of Contents generator
+/////////////////////////////////////////////////////////////////////
+
+/* Author: Mihai Bazon, September 2002
+ * http://students.infoiasi.ro/~mishoo
+ *
+ * Table Of Content generator
+ * Version: 0.4
+ *
+ * Feel free to use this script under the terms of the GNU General Public
+ * License, as long as you do not remove or alter this notice.
+ */
+
+ /* modified by Troy D. Hanson, September 2006. License: GPL */
+ /* modified by Stuart Rackham, 2006, 2009. License: GPL */
+
+// toclevels = 1..4.
+toc: function (toclevels) {
+
+ function getText(el) {
+ var text = "";
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
+ text += i.data;
+ else if (i.firstChild != null)
+ text += getText(i);
+ }
+ return text;
+ }
+
+ function TocEntry(el, text, toclevel) {
+ this.element = el;
+ this.text = text;
+ this.toclevel = toclevel;
+ }
+
+ function tocEntries(el, toclevels) {
+ var result = new Array;
+ var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
+ // Function that scans the DOM tree for header elements (the DOM2
+ // nodeIterator API would be a better technique but not supported by all
+ // browsers).
+ var iterate = function (el) {
+ for (var i = el.firstChild; i != null; i = i.nextSibling) {
+ if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
+ var mo = re.exec(i.tagName);
+ if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
+ result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
+ }
+ iterate(i);
+ }
+ }
+ }
+ iterate(el);
+ return result;
+ }
+
+ var toc = document.getElementById("toc");
+ if (!toc) {
+ return;
+ }
+
+ // Delete existing TOC entries in case we're reloading the TOC.
+ var tocEntriesToRemove = [];
+ var i;
+ for (i = 0; i < toc.childNodes.length; i++) {
+ var entry = toc.childNodes[i];
+ if (entry.nodeName == 'DIV'
+ && entry.getAttribute("class")
+ && entry.getAttribute("class").match(/^toclevel/))
+ tocEntriesToRemove.push(entry);
+ }
+ for (i = 0; i < tocEntriesToRemove.length; i++) {
+ toc.removeChild(tocEntriesToRemove[i]);
+ }
+
+ // Rebuild TOC entries.
+ var entries = tocEntries(document.getElementById("content"), toclevels);
+ for (var i = 0; i < entries.length; ++i) {
+ var entry = entries[i];
+ if (entry.element.id == "")
+ entry.element.id = "_toc_" + i;
+ var a = document.createElement("a");
+ a.href = "#" + entry.element.id;
+ a.appendChild(document.createTextNode(entry.text));
+ var div = document.createElement("div");
+ div.appendChild(a);
+ div.className = "toclevel" + entry.toclevel;
+ toc.appendChild(div);
+ }
+ if (entries.length == 0)
+ toc.parentNode.removeChild(toc);
+},
+
+
+/////////////////////////////////////////////////////////////////////
+// Footnotes generator
+/////////////////////////////////////////////////////////////////////
+
+/* Based on footnote generation code from:
+ * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
+ */
+
+footnotes: function () {
+ // Delete existing footnote entries in case we're reloading the footnodes.
+ var i;
+ var noteholder = document.getElementById("footnotes");
+ if (!noteholder) {
+ return;
+ }
+ var entriesToRemove = [];
+ for (i = 0; i < noteholder.childNodes.length; i++) {
+ var entry = noteholder.childNodes[i];
+ if (entry.nodeName == 'DIV' && entry.getAttribute("class") == "footnote")
+ entriesToRemove.push(entry);
+ }
+ for (i = 0; i < entriesToRemove.length; i++) {
+ noteholder.removeChild(entriesToRemove[i]);
+ }
+
+ // Rebuild footnote entries.
+ var cont = document.getElementById("content");
+ var spans = cont.getElementsByTagName("span");
+ var refs = {};
+ var n = 0;
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnote") {
+ n++;
+ var note = spans[i].getAttribute("data-note");
+ if (!note) {
+ // Use [\s\S] in place of . so multi-line matches work.
+ // Because JavaScript has no s (dotall) regex flag.
+ note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
+ spans[i].innerHTML =
+ "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ spans[i].setAttribute("data-note", note);
+ }
+ noteholder.innerHTML +=
+ "<div class='footnote' id='_footnote_" + n + "'>" +
+ "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
+ n + "</a>. " + note + "</div>";
+ var id =spans[i].getAttribute("id");
+ if (id != null) refs["#"+id] = n;
+ }
+ }
+ if (n == 0)
+ noteholder.parentNode.removeChild(noteholder);
+ else {
+ // Process footnoterefs.
+ for (i=0; i<spans.length; i++) {
+ if (spans[i].className == "footnoteref") {
+ var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
+ href = href.match(/#.*/)[0]; // Because IE return full URL.
+ n = refs[href];
+ spans[i].innerHTML =
+ "[<a href='#_footnote_" + n +
+ "' title='View footnote' class='footnote'>" + n + "</a>]";
+ }
+ }
+ }
+},
+
+install: function(toclevels) {
+ var timerId;
+
+ function reinstall() {
+ asciidoc.footnotes();
+ if (toclevels) {
+ asciidoc.toc(toclevels);
+ }
+ }
+
+ function reinstallAndRemoveTimer() {
+ clearInterval(timerId);
+ reinstall();
+ }
+
+ timerId = setInterval(reinstall, 500);
+ if (document.addEventListener)
+ document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
+ else
+ window.onload = reinstallAndRemoveTimer;
+}
+
+}
+asciidoc.install(3);
+/*]]>*/
+</script>
+</head>
+<body class="article" style="max-width:750px">
+<div id="header">
+<h1>SwiftMontage API</h1>
+<div id="toc">
+ <div id="toctitle">Table of Contents</div>
+ <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
+</div>
+</div>
+<div id="content">
+<div class="sect1">
+<h2 id="_overview">1. Overview</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>This is the API for the SwiftMontage wrappers. Montage is a toolkit for
+generating science grade astronomical mosaics. The image file format for
+Montage is Flexible Image Transport System or FITS.</p></div>
+<div class="paragraph"><p>Swift is a dataflow parallel scripting language. The language allows the user
+to parallelize a workflow that has been represented as a swiftscript. Swift
+implements the site execution model to allow for efficient use of available
+resources for the user’s application.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">Both the Montage binaries as well as the Swift binaries must be included
+in your PATH environment variable for the wrappers to function properly.</td>
+</tr></table>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_swiftmontage_api">2. SwiftMontage API</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_types">2.1. Types</h3>
+<div class="paragraph"><p>These are all the Types that are declared for Swift. They are located in the
+file Swift_Montage_types.swift.</p></div>
+<div class="sect3">
+<h4 id="_image">2.1.1. Image</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>type Image;</tt></pre>
+</div></div>
+<div class="paragraph"><p>This is the Image type. It is used to declare the raw images, projected
+images, difference images, rectified images, and the mosaic.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_header">2.1.2. Header</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>type Header;</tt></pre>
+</div></div>
+<div class="paragraph"><p>This is the Header type. It is used to declare and map to the FITS header
+file.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_table">2.1.3. Table</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>type Table;</tt></pre>
+</div></div>
+<div class="paragraph"><p>This is the Table type. During the execution of the workflow several files of
+metadata is generated. These are tables that the Montage functions use to read
+for the next stage of the workflow.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_jpeg">2.1.4. JPEG</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>type JPEG</tt></pre>
+</div></div>
+<div class="paragraph"><p>This is the JPEG type. This is used to map to the jpeg version of the mosaic.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_status">2.1.5. Status</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>type Status;</tt></pre>
+</div></div>
+<div class="paragraph"><p>This is the status type. During the difference stage of the workflow status
+file are generated that have the information about the coefficients that will
+be used to rectify the image.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_backgroundstruct">2.1.6. BackgroundStruct</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>type BackgroundStruct
+{
+ string fname;
+ float a;
+ float b;
+ float c;
+};</tt></pre>
+</div></div>
+<div class="paragraph"><p>This is a struct type. The entries are a string for the name of the image and
+three coefficients to rectify this portion of the mosaic of all floating point
+types.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_diffstruct">2.1.7. DiffStruct</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>type DiffStruct
+{
+ int cntr1;
+ int cntr2;
+ Image plus;
+ Image minus;
+ Image diff;
+};</tt></pre>
+</div></div>
+<div class="paragraph"><p>This is a struct type. The entries are two control integers that make this
+entry unique, the two images that overlapped which are name plus and minus,
+and the name of the difference image that they produced.</p></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_app_procedures">2.2. App Procedures</h3>
+<div class="paragraph"><p>These are all the app procedures for SwiftMontage. They are located in the
+file Swift_Montage_Apps.swift</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">Currently the options to the Montage functions are hard coded and the
+user cannot choose which options to run.</td>
+</tr></table>
+</div>
+<div class="sect3">
+<h4 id="_madd">2.2.1. mAdd</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Image mos ) mAdd( Image imgs[], Table img_tbl, Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mAdd fucntion from the Montage toolkit. This
+procedure takes
+in a list of images to be added together, the img_tbl for these images, and
+the FITS header file for the mosaic being created. The procedure then outputs
+a single FITS file that represents the mosaic. All the images that will be
+part of this mosaic must reside in the same directory.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mbackground">2.2.2. mBackground</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Image bg_img ) mBackground( Image img, float a, float b, float c )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mBackground function from the Montage
+toolkit. This procedure takes in a single image along with the
+three coefficients. The procedure then output the background rectified image
+after the coefficients have been applied.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mbgmodel">2.2.3. mBgModel</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Table rect_tbl ) mBgModel( Table img_tbl, Table fits_tbl )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mBgModel function from the Montage
+toolkit. This procedure takes in an image table that represents the list of images that
+will be added into a mosaic and a table of the information that is required to
+fit them together. The procedure will then output a rectification table of the
+coefficients that must be applied to the images.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mconcatfit">2.2.4. mConcatFit</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Table fits_tbl ) mConcatFit( Table status_tbl, Status stats[] )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mConcatFit function from the Montage
+toolkit. This procedure takes in a table representing the status files that were generated
+from either mFitplane or mDiffFit and a list of these status files as
+input. The procedure will then output a table of all the status files
+together. The status files must all reside in the same directory.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mdiff">2.2.5. mDiff</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Image diff_img ) mDiff( Image proj_img_1, Image proj_img_2, Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mDiff function from the Montage toolkit. This
+procedure takes in two images and the FITS header file for the mosaic. The procedure will then output a
+difference image representing the information of where the two images overlap.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mdifffit">2.2.6. mDiffFit</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Image diff_img, Status stat ) mDiffFit( Image img_1, Image img_2, Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mDiffFit function from the Montage
+toolkit. The mDiffFit function in Montage is the combination of the mDiff and
+mFitplane functions.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mfitplane">2.2.7. mFitplane</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Status stat ) mFitplane( Image diff_img )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mFitplane function from the Montage
+toolkit. This procedure takes in as input the difference image that was the output from
+the mDiff procedure. The procedure will then output a status file that
+contains the information on how to fit these two images together.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mimgtbl">2.2.8. mImgtbl</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Table img_tbl ) mImgtbl( Image imgs[] )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mImgtbl function from the Montage
+toolkit. This procedure takes in as input a list of images to create a table
+from. The output is an image table that represents these images. All the
+images that will be part of this table must reside in the same directory.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mmakehdr">2.2.9. mMakeHdr</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Header hdr ) mMakeHdr( Table img_tbl )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mMakeHdr function from the Montage
+toolkit. This procedure will take in as input an image table representing the
+images that will be combined into a single mosaic. The procedure will then output the
+FITS header file for the mosaic.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mjpeg">2.2.10. mJPEG</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( JPEG mos_img_jpg ) mJPEG( Image mos_img )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mJPEG function from the Montage toolkit. This
+procedure will take in as input as input a FITS image. The procedure will
+then ouput the same image in jpeg format.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_moverlaps">2.2.11. mOverlaps</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Table diff_tbl ) mOverlaps( Table img_tbl )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mOverlaps function from the Montage
+toolkit. This procedure takes in as input an image table of the images that
+will be combined into a single mosaic. The procedure will then output a table
+of all the images that overlap with each other in the mosaic.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_mproject">2.2.12. mProject</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Image proj_img ) mProject( Image raw_img, Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mProject function from the Montage
+toolkit. This procedure takes in as input a FITS image file and the FITS header file
+that for the mosaic. The output is the projected image.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">The mProject app procedure is for general projection. There are some cases in
+which the faster mProjectPP procedure should be used.</td>
+</tr></table>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_mprojectpp">2.2.13. mProjectPP</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Image proj_img ) mProjectPP( Image raw_img, Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mProjectPP function from the Montage
+toolkit. This procedure takes in as input a FITS image file and the FITS header file
+that for the mosaic. The output is the projected image.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">The mProjectPP app procedure is a "special case" version of mProject
+and can be used only where the input and output images have tangent-plane
+projections (e.g. TAN, SIN) or where they can be approximated with acceptable
+error.</td>
+</tr></table>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_mshrink">2.2.14. mShrink</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Image shrunk ) mShrink( Image original, int factor )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the mShrink function in the Montage toolkit. This
+procedure takes in as input a single image and an re-sizing factor represented
+as an integer. The procedure will then output the re-sized image.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_backgound_list">2.2.15. Backgound_list</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Table back_tbl ) Background_list( Table imgs_tbl, Table rect_tbl )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the Background_list python script that is included in
+the scripts directory for the SwiftMontage wrappers. This procedure takes in as input an image table of the
+images that are being combined into a single mosaic and the table of
+coefficients to rectify the mosaic. The procedure will then output a file in a
+format that can be read in by the Swift readData2 function into the
+Background_struct declared type.</p></div>
+</div>
+<div class="sect3">
+<h4 id="_create_status_table">2.2.16. create_status_table</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>app ( Table stat_tbl ) create_status_table( Table diff_tbl )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This app procedure will call the create_status_table python script that is
+included in the scripts directory for the SwiftMontage wrappers. This
+procedure takes in as input the difference table that has been generated by
+the mOverlaps procedure. The procedure will the output a table that can be
+used as input to the mConcatFit app procedure.</p></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_batch_wrappers">2.3. Batch Wrappers</h3>
+<div class="paragraph"><p>These are the Batch scripts. These scripts do most of the file mapping
+and is where the parallelization is taking place. They are located in the file
+Swift_Montage_Batch.swift</p></div>
+<div class="sect3">
+<h4 id="_mbackgroundbatch">2.3.1. mBackgroundBatch</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>( Image rect_imgs[] ) mBackgroundBatch( string dest, Image imgs[], Table img_tbl,
+ Table rect_tbl )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This batch swift script takes in as input a destination directory for the
+rectified images, a list of images that will be combined into a
+mosaic, an image table representing the images for the mosaic, and a table of
+the coefficients that must be applied to each image. The script will then
+output a list of the images after the coefficients have been applied. The
+application of the coefficients to each image is done in parallel.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">mBackgroundBatch calls the mBackground app procedure.</td>
+</tr></table>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_mdiffbatch">2.3.2. mDiffBatch</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>( Image diff_imgs[] ) mDiffBatch( string src, string dest, string filenames[],
+ Table diff_tbl, Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This batch script takes in as input a source directory of where the images to calculate
+overlaps are located, a destination directory of where to store these
+difference images, a list of the file names for the images that will be
+combined into the mosaic, a difference table that contains which images overlap with
+each other, and the FITS header file for the mosaic. This script will then
+output the difference images. The calculation each difference image are
+done in parallel.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/warning.png" alt="Warning" />
+</td>
+<td class="content">The images that are in the source directory must be projected images.</td>
+</tr></table>
+</div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">mDiffBatch calls the mDiff app procedure.</td>
+</tr></table>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_mdifffitbatch">2.3.3. mDiffFitBatch</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>( Image diff_imgs[], Table fits_tbl ) mDiffFitBatch( string src, string dest, string stat,
+ string filenames[],
+ Table diff_tbl, Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This batch script takes in as input a source directory of where the images to
+calculate overlaps are located, a destination directory of where to store
+these difference images, a status directory of where to store the status files
+for each image, a list of the file names for the images that will be
+combined into the mosaic, a difference table that contains which images overlap
+with each other and the FITS header file for the mosaic. This script will then
+output a list of difference images and a table of information on how to fit
+the images together. The calculation of each difference image and the fitting
+table is done in parallel.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/warning.png" alt="Warning" />
+</td>
+<td class="content">The images that are in the source directory must be projected images.</td>
+</tr></table>
+</div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">mDiffFitBatch calls the mDiffFit app procedure.</td>
+</tr></table>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_mfitbatch">2.3.4. mFitBatch</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>( Table fits_tbl ) mFitBatch( string stat, Image diff_imgs[], Table diff_tbl )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This batch script takes in as input a directory for which the status files
+will be put in, the list of difference images that has
+been generated and the table that contains which images overlap with each
+other. The script then generates a table containing describing how to fit the
+two overalpping images together.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/note.png" alt="Note" />
+</td>
+<td class="content">mFitBatch calls the mFitplane app procedure.</td>
+</tr></table>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_mprojectbatch">2.3.5. mProjectBatch</h4>
+<div class="listingblock">
+<div class="content">
+<pre><tt>( Image proj_imgs[] ) mProjectBatch( string dest, Image raw_imgs[], Header hdr )</tt></pre>
+</div></div>
+<div class="paragraph"><p>This batch script takes in as input the destination directory for the
+projected images, a list of raw image files and the FITS header file
+and projects each image. When projecting each image the function will decide
+if it is possible to use the fast image projetion algorithm or to just use
+standard projection.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/warning.png" alt="Warning" />
+</td>
+<td class="content">mProjectBatch currently only calls the general mProject app
+procedure. It does not check to see if the faster projection mProjectPP can be used.</td>
+</tr></table>
+</div>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footnotes"><hr /></div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2011-06-20 09:52:56 CDT
+</div>
+</div>
+</body>
+</html>
Copied: SwiftApps/Montage/docs/SwiftMontageAPI.pdf (from rev 4633, SwiftApps/Montage/docs/API.pdf)
===================================================================
--- SwiftApps/Montage/docs/SwiftMontageAPI.pdf (rev 0)
+++ SwiftApps/Montage/docs/SwiftMontageAPI.pdf 2011-06-20 14:56:13 UTC (rev 4634)
@@ -0,0 +1,2596 @@
+%PDF-1.4
+%ÐÔÅØ
+1 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+4 0 obj
+(Overview)
+endobj
+5 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+8 0 obj
+(SwiftMontage API)
+endobj
+9 0 obj
+<< /S /GoTo /D (subsection.2.1) >>
+endobj
+12 0 obj
+(Types)
+endobj
+13 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1) >>
+endobj
+16 0 obj
+(Image)
+endobj
+17 0 obj
+<< /S /GoTo /D (subsubsection.2.1.2) >>
+endobj
+20 0 obj
+(Header)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsubsection.2.1.3) >>
+endobj
+24 0 obj
+(Table)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsubsection.2.1.4) >>
+endobj
+28 0 obj
+(JPEG)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsubsection.2.1.5) >>
+endobj
+32 0 obj
+(Status)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsubsection.2.1.6) >>
+endobj
+36 0 obj
+(BackgroundStruct)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsubsection.2.1.7) >>
+endobj
+40 0 obj
+(DiffStruct)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsection.2.2) >>
+endobj
+44 0 obj
+(App Procedures)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1) >>
+endobj
+48 0 obj
+(mAdd)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsubsection.2.2.2) >>
+endobj
+52 0 obj
+(mBackground)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsubsection.2.2.3) >>
+endobj
+56 0 obj
+(mBgModel)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsubsection.2.2.4) >>
+endobj
+60 0 obj
+(mConcatFit)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsubsection.2.2.5) >>
+endobj
+64 0 obj
+(mDiff)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsubsection.2.2.6) >>
+endobj
+68 0 obj
+(mDiffFit)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsubsection.2.2.7) >>
+endobj
+72 0 obj
+(mFitplane)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsubsection.2.2.8) >>
+endobj
+76 0 obj
+(mImgtbl)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsubsection.2.2.9) >>
+endobj
+80 0 obj
+(mMakeHdr)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsubsection.2.2.10) >>
+endobj
+84 0 obj
+(mJPEG)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsubsection.2.2.11) >>
+endobj
+88 0 obj
+(mOverlaps)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsubsection.2.2.12) >>
+endobj
+92 0 obj
+(mProject)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsubsection.2.2.13) >>
+endobj
+96 0 obj
+(mProjectPP)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsubsection.2.2.14) >>
+endobj
+100 0 obj
+(mShrink)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsubsection.2.2.15) >>
+endobj
+104 0 obj
+(Backgound\137list)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsubsection.2.2.16) >>
+endobj
+108 0 obj
+(create\137status\137table)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsection.2.3) >>
+endobj
+112 0 obj
+(Batch Wrappers)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsubsection.2.3.1) >>
+endobj
+116 0 obj
+(mBackgroundBatch)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsubsection.2.3.2) >>
+endobj
+120 0 obj
+(mDiffBatch)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsubsection.2.3.3) >>
+endobj
+124 0 obj
+(mDiffFitBatch)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsubsection.2.3.4) >>
+endobj
+128 0 obj
+(mFitBatch)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsubsection.2.3.5) >>
+endobj
+132 0 obj
+(mProjectBatch)
+endobj
+133 0 obj
+<< /S /GoTo /D [134 0 R /FitH ] >>
+endobj
+136 0 obj <<
+/Length 210
+/Filter /FlateDecode
+>>
+stream
+xÚOkAÅïó)Þq÷°1?cmQ(XxP+à×wVíEìÅKH^Þû1z0>Ìk1£÷ÀÈÕ*ÊjI#GrÙ¡¬1of§íæø¹ÿ=.ûﶳé¸]I
+Rª¤>'/èD(poCóVÌÁHµdÖß1)[¬vf¾`¬ën¦ú§ËåA¬Ó:ÿ`f¾ßbß÷+
$
+Yec#áÙSþ¤nú¶«u éè_G >wéügÎS
+endstream
+endobj
+134 0 obj <<
+/Type /Page
+/Contents 136 0 R
+/Resources 135 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 142 0 R
+>> endobj
+137 0 obj <<
+/D [134 0 R /XYZ -16.307 900.716 null]
+>> endobj
+140 0 obj <<
+/D [134 0 R /XYZ 56.693 759.068 null]
+>> endobj
+135 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+178 0 obj <<
+/Length 901
+/Filter /FlateDecode
+>>
+stream
+xÚíKo£0ïü
+á×oìcÛíSª6»´ªªh )Ûd iµÿ~y=4ª*h} Á3C>Æã1ÌçÖñÄúvÆPP "ÀdÂy*
+&¸±ÇÏÑ,½^-S:.áÈ>]:·«l(2*h>)qvÆÅ*ÎËÁQ_iN¬¿Ît"PdÂ=
¡@Lcëæ ûí
+ ÈÏÅ1àABEö}ÆÖO½° L ÂçÚ+¡L@E©ü$3:\¦ÂRw2×Fü:ÏEx{·KD±ãbýãÉÁÈüó)
+µ°ÒÀ$»YT
+êVÜêBxP*m Ñ:^ý߬¨Óe
+As(TT%°¸¹LÍÄÈþ·7/ݸ
+:ÕèËR}±¥3!ê' <ÛñÈÜ9&Ojò{½ó§!#l÷-j94$ëEèÙlÕôgA
+Ða¥h1Gû÷¯Jd-Óh¯F§çM¡!êp¨îV®©S?ݶVTsYéBs=ö§ódµ]ã4ÙNÓ¦åQì½yØ÷hænϺq1ϸ`/º/2+Ñ9ëÑz]æÈ£d5
+mÒÎ^9åfí1áîÔÔ©i|íÌÔÎ!NǤÎLã] mʦ½HkóëU.
bÆ?"= bsÆ'«åÔOÏ¢ÖÏ`ì%ƽY%qµ¸mQ¦;LM´>ª2<³JCããzá/[\Æ9²yÏÓûÖ"q,ªèµÿX´ø/VÛLp²÷®ãz9È®vʧÍMQ/`ðÄg¾õÛa²ð×í
+*IVúOh£dõ'là¥4«Ù^³Ü¯ÍÒ,G#S?¢K2qüDËǯ¶ýáDêz^\¿[Dn'1{Oð¦Iè§áݦØ:rvm÷tïÍ¿]ÇCªÑÇ~:}(ÛÑ¿½ÖJI³kºÏ»wÐ]3z׶,i7´nüòã©¡60Ò¬wâbJÏë;JÚÑ
+é¤)¥0üzÂowÍæ׸ÏZ¾é9Lq3Ö-gùw;"áDz+]¯V2P¼YùA
+endstream
+endobj
+177 0 obj <<
+/Type /Page
+/Contents 178 0 R
+/Resources 176 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 142 0 R
+/Annots [ 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 174 0 R 175 0 R ]
+>> endobj
+143 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.697 706.356 113.38 715.332]
+/A << /S /GoTo /D (section.1) >>
+>> endobj
+144 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [55.697 676.558 152.045 687.437]
+/A << /S /GoTo /D (section.2) >>
+>> endobj
+145 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.641 658.49 119.099 669.394]
+/A << /S /GoTo /D (subsection.2.1) >>
+>> endobj
+146 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 640.558 152.324 651.461]
+/A << /S /GoTo /D (subsubsection.2.1.1) >>
+>> endobj
+147 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 624.682 156.19 633.529]
+/A << /S /GoTo /D (subsubsection.2.1.2) >>
+>> endobj
+148 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 606.749 149.315 615.596]
+/A << /S /GoTo /D (subsubsection.2.1.3) >>
+>> endobj
+149 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 588.817 150.122 597.663]
+/A << /S /GoTo /D (subsubsection.2.1.4) >>
+>> endobj
+150 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 570.884 151.786 579.73]
+/A << /S /GoTo /D (subsubsection.2.1.5) >>
+>> endobj
+151 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 550.894 199.925 561.798]
+/A << /S /GoTo /D (subsubsection.2.1.6) >>
+>> endobj
+152 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 535.018 167.576 543.865]
+/A << /S /GoTo /D (subsubsection.2.1.7) >>
+>> endobj
+153 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.641 515.028 159.457 525.932]
+/A << /S /GoTo /D (subsection.2.2) >>
+>> endobj
+154 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 499.153 152.334 507.999]
+/A << /S /GoTo /D (subsubsection.2.2.1) >>
+>> endobj
+155 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 479.163 183.876 490.067]
+/A << /S /GoTo /D (subsubsection.2.2.2) >>
+>> endobj
+156 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 461.23 172.817 472.134]
+/A << /S /GoTo /D (subsubsection.2.2.3) >>
+>> endobj
+157 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 445.355 174.481 454.201]
+/A << /S /GoTo /D (subsubsection.2.2.4) >>
+>> endobj
+158 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 427.422 151.527 436.268]
+/A << /S /GoTo /D (subsubsection.2.2.5) >>
+>> endobj
+159 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 409.489 162.605 418.336]
+/A << /S /GoTo /D (subsubsection.2.2.6) >>
+>> endobj
+160 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 389.499 167.836 400.403]
+/A << /S /GoTo /D (subsubsection.2.2.7) >>
+>> endobj
+161 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 371.566 161.748 382.47]
+/A << /S /GoTo /D (subsubsection.2.2.8) >>
+>> endobj
+162 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 355.571 173.255 364.537]
+/A << /S /GoTo /D (subsubsection.2.2.9) >>
+>> endobj
+163 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 337.758 157.873 346.605]
+/A << /S /GoTo /D (subsubsection.2.2.10) >>
+>> endobj
+164 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 317.768 170.994 328.672]
+/A << /S /GoTo /D (subsubsection.2.2.11) >>
+>> endobj
+165 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 299.835 163.402 310.739]
+/A << /S /GoTo /D (subsubsection.2.2.12) >>
+>> endobj
+166 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 281.903 174.481 292.806]
+/A << /S /GoTo /D (subsubsection.2.2.13) >>
+>> endobj
+167 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 266.027 161.749 274.874]
+/A << /S /GoTo /D (subsubsection.2.2.14) >>
+>> endobj
+168 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 246.037 189.972 256.941]
+/A << /S /GoTo /D (subsubsection.2.2.15) >>
+>> endobj
+169 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 229.081 203.232 239.008]
+/A << /S /GoTo /D (subsubsection.2.2.16) >>
+>> endobj
+170 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.641 210.172 160.005 221.075]
+/A << /S /GoTo /D (subsection.2.3) >>
+>> endobj
+171 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 192.239 207.118 203.143]
+/A << /S /GoTo /D (subsubsection.2.3.1) >>
+>> endobj
+172 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 176.363 174.769 185.21]
+/A << /S /GoTo /D (subsubsection.2.3.2) >>
+>> endobj
+173 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 158.431 185.848 167.277]
+/A << /S /GoTo /D (subsubsection.2.3.3) >>
+>> endobj
+174 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 140.498 169.499 149.344]
+/A << /S /GoTo /D (subsubsection.2.3.4) >>
+>> endobj
+175 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [93.555 120.508 186.645 131.412]
+/A << /S /GoTo /D (subsubsection.2.3.5) >>
+>> endobj
+179 0 obj <<
+/D [177 0 R /XYZ -11.232 900.716 null]
+>> endobj
+176 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F57 180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+183 0 obj <<
+/Length 1791
+/Filter /FlateDecode
+>>
+stream
+xÚ½YÝsÛ6÷_¡·ÉwKR%ÝÚ[?Ò»mÙâ·®×SlÚQ+K$7Ëþú)K²ÙuóC ø ͽǽ·³WÙ7÷R*©¼ÅÚS©ØKxÌ4ð+ï}¯Û_ª²Í6z~!#º\¼Vá%Àªd
+àMBïBF1àÿ5
+Ùf¯³¿fàð"Ŭ§).½åvöá#÷Vðí½ÇY&Þ¡ÜzàL
+ú
w=û}Æí&ø`3Ò¥BD¨* å4B÷áBpÎýß¾êz]ÿk®ç"òïìûgý°$&9Û¼_<ñ©ýöVÓ鬫:öS<:LütWg»®6¿À|s+dVJU_ò$u²7ºÔuÖæåÆÍ2×åÒ®·©³5m]Õ6_fÍl«&ËnåèÆmö-o;»ÿɹ,lßfmקÎÀKPylßæDÿÎoïåAäbD~Í®ª´ëû¦Õ[ê;Áo.׬Ó.fI zÎ 4<¤õ ͨYem
+Õ\¢9ÍÜ.«³¢ÐeïèÜpXdåfÁqÈ42Ç1·Ò$ÚÕZG¶oÐ$ÀLÃÕòô@³»¹À}k×Þfv+·~£uI½ZïjÝè²Õ++¬XËz7.!ßà±ÐþÌvî àc¾Ýz¢ÓÀDMÞj"á^îÛ¼*iz[Ìá »IêÎä
+(a³è1è-1ÁÑ×jm¹ç Y^dä @;öõR7#¡VSeûy*@¨ ¿FM٠߮ı0
+¡à%Æ!'è
?,±9.ÄR¤16øµjõD|áêUÕÞ"S
Ï\ø;¾ÉË£Räçº!Ú̶ÆtQ¡µa&uÖÆîXoyß8ËËb¿B÷B¼¤Ù{´FWsÃæwñæÀCÑ9±4²MíºÙ
+Rvõ< `4¾«Q)
+
SaÈø¤õ¾\ZÑ®®vV)îA ÷ÙÃãlAN°÷ÿ§(LJkx9Z!w¸1YFú6v,´gqºÈ8©Ï¦×b®¸¿ÓÍ#I+dR.kéÆÞ¬vt#ì¼LTN¬@;ï"}dzÒË«Q0{eä@Á.÷#΢:Fô²ÁÊýc}²9åSú°xphÁÅ2êÎìS,Ô7!C*lF1#
+XÌC/T ãÊ8ÎCUÁ¤=ð$õjíû
É@Úôìâ hí$X õ¹òÉaGò]QuÌ
+}Y¥2ýÊõÆ£Îj)'=¤
+±*m4 gÅù± 0³â®ÖÚßÿéXkG!C¼aíÉ"µP·½ í
+jKi+@é
+Hì¸Ú çàLvWþe;$ü¸²DO*êZÌÖÕ»ÄÒ1©Æ\?ëeë$å ©ÿy¿Ö5#~Y"5ºÐÿ«&Tîð îé ûNCÝ[iæ X AöÉ@Ä!¥x2Päêó=ÔAÃ%§ºoÝÓQÄ
|T$sPÝ»uiÏn& ÖB/Û!½
5U<lsli¿n³Ý¬[/RÔ»í-IY÷Tä#P;@Å'LÅw¤E¸ãRO@îAüd É?ç+{< á¦Ë¸«àÂÜÕ¾2IX&Ï?å{+°/6³\K·èX§-ìÐB0
+"ÿç}Ï<®ô9&nÈ8ÛÝÔeç¡
+߯F at mdìu¹ÐÍPÔV·>fU·¯>zeô]akÛî¨Û*ÖðNµÁÛ»eâÎ0Ô<F¥bJ:ºPséïSNüSÃP8Þ_½~{¬?rp(yºè#Òñ4}²è3^ô9_Ù¢>Q§Fm'²±H±#âàpOùo61Nøé¦üÇûçÞF6¶4ôX2
¿o+¸£éW6k÷Íîð ' =\ܾ?âòÏDÜÙÊ8!°àNE\ߺ§'|y&ê9ÐB½ÍÓøbE`mVÆöcú~Il½ù; VÚ÷\ä²Zl²ûôÏûÄÓÙ=sAÊwèt)Ý)k^ÝàÃ}&G<ËKú#ƾBò¿©öíh"Ñ/«ÑÛüW¾»Ü½ÞèÇ¢¹Ü¯ïGÅÜðeêß¾3®Òoù³ï_gó¦2
+endstream
+endobj
+182 0 obj <<
+/Type /Page
+/Contents 183 0 R
+/Resources 181 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 142 0 R
+>> endobj
+184 0 obj <<
+/D [182 0 R /XYZ -16.307 900.716 null]
+>> endobj
+2 0 obj <<
+/D [182 0 R /XYZ 56.693 759.068 null]
+>> endobj
+185 0 obj <<
+/D [182 0 R /XYZ 56.693 731.272 null]
+>> endobj
+6 0 obj <<
+/D [182 0 R /XYZ 56.693 596.031 null]
+>> endobj
+186 0 obj <<
+/D [182 0 R /XYZ 56.693 556.98 null]
+>> endobj
+10 0 obj <<
+/D [182 0 R /XYZ 56.693 556.98 null]
+>> endobj
+187 0 obj <<
+/D [182 0 R /XYZ 56.693 529.727 null]
+>> endobj
+14 0 obj <<
+/D [182 0 R /XYZ 56.693 500.03 null]
+>> endobj
+188 0 obj <<
+/D [182 0 R /XYZ 56.693 474.337 null]
+>> endobj
+189 0 obj <<
+/D [182 0 R /XYZ 56.693 468.461 null]
+>> endobj
+190 0 obj <<
+/D [182 0 R /XYZ 56.693 471.351 null]
+>> endobj
+18 0 obj <<
+/D [182 0 R /XYZ 56.693 417.347 null]
+>> endobj
+192 0 obj <<
+/D [182 0 R /XYZ 56.693 391.654 null]
+>> endobj
+193 0 obj <<
+/D [182 0 R /XYZ 56.693 385.778 null]
+>> endobj
+194 0 obj <<
+/D [182 0 R /XYZ 56.693 388.667 null]
+>> endobj
+22 0 obj <<
+/D [182 0 R /XYZ 56.693 334.664 null]
+>> endobj
+195 0 obj <<
+/D [182 0 R /XYZ 56.693 308.97 null]
+>> endobj
+196 0 obj <<
+/D [182 0 R /XYZ 56.693 303.095 null]
+>> endobj
+197 0 obj <<
+/D [182 0 R /XYZ 56.693 305.984 null]
+>> endobj
+26 0 obj <<
+/D [182 0 R /XYZ 56.693 240.025 null]
+>> endobj
+198 0 obj <<
+/D [182 0 R /XYZ 56.693 214.332 null]
+>> endobj
+199 0 obj <<
+/D [182 0 R /XYZ 56.693 208.456 null]
+>> endobj
+200 0 obj <<
+/D [182 0 R /XYZ 56.693 211.345 null]
+>> endobj
+30 0 obj <<
+/D [182 0 R /XYZ 56.693 157.342 null]
+>> endobj
+201 0 obj <<
+/D [182 0 R /XYZ 56.693 131.648 null]
+>> endobj
+202 0 obj <<
+/D [182 0 R /XYZ 56.693 125.773 null]
+>> endobj
+203 0 obj <<
+/D [182 0 R /XYZ 56.693 128.662 null]
+>> endobj
+181 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+206 0 obj <<
+/Length 2021
+/Filter /FlateDecode
+>>
+stream
+xÚ½Z]³6}¿¿G{&Q$¡>%m¦3í¤Í}K2w0` pïÜéô¿w
$°òbt´Ú#´»ØÛxØ{s÷êþîÅk½
+ï~í ô,úÞ}â}X¼ÌÖÍeÑDtùr¼xùîíòÓýïÐxt¾êÊè0ï9!(ä\w¦ÐCúO¨nw¿Þß}¹# öÇ0 zñîîÃ'ì%P÷»ï±m¹ó8Áúʹ÷þî¯;l&{¡,6ÁÂ(` V
+ÛÏûð`¯¢xIñâó¦Rå¡HÞ7Õ!ntcj¯þÞfà#'}$QPbN¢y
AèU©·îjÜ»,=ǧINí ¨Ö®øÆJ}|kí1#t±
+iøm«§zC¬ée]z)GØ5½ÍÓ>í±{|M7P=¤ù¢RéÙH}6:úøt¸*{Ýø!hÛÿ;òMaÍfº¾éܱe õ$ö¡D[³nª¬Ø[Ëë"Ú¥MmñÓX: ÏGGßgeÇÓ!BpÂxÁu^FÍ86¢
DÌÇDß ge'0DÁ@SXÝÌ$ó1ÑÇwdÂYÙ LHÐñÉLÄ73Á9
+!
+>¾#®Ê^õ³&ýo¼ñ|qè^²»UÂ_Hà~Õñ³p¡ÿØÛÇZZmY
jhùÜÇ!´Oµ,-À륶Oe¤§ÎÊ#¶uë²2(¶këÛºr=¨Êv:uQEb+«ÔTÇeº^R¾ø13PÁߺ¾Jã&[?Ù~vJû²j²²ÐâÁÁbWÖQÖ®z°[/%jBå¹.À¸>¼Hznð¼/³¢ÑEe£õÞAà>xÊnäÅìæl½Ïp °BÎÐp5x¾7{ïöf»+;>¡á!© ÍáÑ©ü8dá|DôñpUöºÙÁÔÓrîNHæ³]ßÑvÎÊ8£JãÔ~6.LýÜ*p ìÏwB2ÀwäÂYÙ \ðIxôf.DXÎw<2ÀwäÂYÙ \P|³·¿mãQdìóC}3X Bæ;oà;rá¬ì.p¦ÉØeÅíl°#Âç;nà»±á®ìx6X ÆüÉl$÷ÜLF CÙÈèã;áªìÕÐúÄ쵧2òGdÂïcúk²K!uv)D Âã1»²Í.6Ù%ÈNÙ¥êSió¸$xQê¸6enàdQ4éðÅ&ÌÍ62Cì¢Ïª§
ÙZmÔ0OZx(²/ôºý"&7ì(trz]ªAÿQ?iGû}èÖÛ,Þê&jÝôÒXÇäÁÜøj¶Y/7;׳Pë
SW£«à%S)ò:Ò"62V·í¢æÔ´~2*TerÓäB
+«®$x(lëC²ImK/¦°/÷{}øNßÐî¡JksÙ]5 H¸ÙãIk£¨f½}§µðZiÝ>ë³(toBÕÚ"zm¦{DÏË8jRc߬¤ò´ù`@`5ªh°÷éÿÞ[(8by¾¤(8¿9õ;7§jg
+àÙÞßZ,x͸}Íþ,ôÂ5ïà4ãçCK¢É45zP(÷êp¤6ÒrP{ºNõ¡;µ¡°ªDâ2IMQ¯Ú.Ö¡N+Ó,*²1åmYÖ¦Åã^dýÞ\ÓÆCÎo¨m|B¿y3ícÖ±ØeÈÅ
¿{¨
+#¹/Ó ©¤óÜP)'ó÷|7¯é®ìø`dR^µ¸TÁÊG̱_ g¦Ä¡e}eòõ1`A%Ãé»jí6gòOϾòñøÍ*ñ~K£öQ#lêë¶ýök(âýðÂÂ&2&<
+ñh=y4-ÌZç±v
+N@Ô®V´>Ä
9áùº*w¦§]\IË2ÿ5àæ%c7&hª5Dëªú1ÏêFÚD5°áQ;V(·pá½)7)hY-^¨hÚyÊK§}Ю
+ ÚjDÓM»|ý_¿½¯K[½ÚòÑ¥@uÁ\´åUªú¡W©ÚKbÂTw-¦Q
+]*ÍþÐÞNÀC¤ÿj@ËÓKF0âS¤V¥{qÌuG7<ÑÚ çåYtd¤fÖV6üªfMfuwS>ÔGê,I¯Mõ18M2u#SB-øbÒåȵÈrwþí×È@Äè·$DbÄÄ|·$|7_ë®ìx_K$È®õámWØ;nt¸§¯Íæö»}¢Ëw-ßz5tìèÆMÿ;tÂâ\öO9|ãÆEß1Ül¹PaÜ8ÈÌ븶ÆfYºÚxón7WÒ£7÷9éèÒSõ¼9Ôf=ÒÆ7µ"{X æúö¡ÇzÌí`×·×ôP<¿¦ïäàýÄýbvèU×@÷û(ðcÞ~:ßÖMZ
+ú_ül äÛHù}vc=¢U¨Ì³áqÈ¥ï¡FX·|ý?tO
+endstream
+endobj
+205 0 obj <<
+/Type /Page
+/Contents 206 0 R
+/Resources 204 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 142 0 R
+>> endobj
+207 0 obj <<
+/D [205 0 R /XYZ -11.232 900.716 null]
+>> endobj
+34 0 obj <<
+/D [205 0 R /XYZ 56.693 759.068 null]
+>> endobj
+208 0 obj <<
+/D [205 0 R /XYZ 56.693 739.087 null]
+>> endobj
+209 0 obj <<
+/D [205 0 R /XYZ 56.693 733.109 null]
+>> endobj
+210 0 obj <<
+/D [205 0 R /XYZ 56.693 735.998 null]
+>> endobj
+211 0 obj <<
+/D [205 0 R /XYZ 56.693 725.039 null]
+>> endobj
+212 0 obj <<
+/D [205 0 R /XYZ 56.693 714.08 null]
+>> endobj
+213 0 obj <<
+/D [205 0 R /XYZ 56.693 703.121 null]
+>> endobj
+214 0 obj <<
+/D [205 0 R /XYZ 56.693 692.163 null]
+>> endobj
+215 0 obj <<
+/D [205 0 R /XYZ 56.693 681.204 null]
+>> endobj
+216 0 obj <<
+/D [205 0 R /XYZ 56.693 670.245 null]
+>> endobj
+38 0 obj <<
+/D [205 0 R /XYZ 56.693 604.038 null]
+>> endobj
+217 0 obj <<
+/D [205 0 R /XYZ 56.693 578.243 null]
+>> endobj
+218 0 obj <<
+/D [205 0 R /XYZ 56.693 572.266 null]
+>> endobj
+219 0 obj <<
+/D [205 0 R /XYZ 56.693 575.155 null]
+>> endobj
+220 0 obj <<
+/D [205 0 R /XYZ 56.693 564.196 null]
+>> endobj
+221 0 obj <<
+/D [205 0 R /XYZ 56.693 553.237 null]
+>> endobj
+222 0 obj <<
+/D [205 0 R /XYZ 56.693 542.278 null]
+>> endobj
+223 0 obj <<
+/D [205 0 R /XYZ 56.693 531.319 null]
+>> endobj
+224 0 obj <<
+/D [205 0 R /XYZ 56.693 520.36 null]
+>> endobj
+225 0 obj <<
+/D [205 0 R /XYZ 56.693 509.402 null]
+>> endobj
+226 0 obj <<
+/D [205 0 R /XYZ 56.693 498.443 null]
+>> endobj
+42 0 obj <<
+/D [205 0 R /XYZ 56.693 432.236 null]
+>> endobj
+227 0 obj <<
+/D [205 0 R /XYZ 56.693 403.851 null]
+>> endobj
+46 0 obj <<
+/D [205 0 R /XYZ 56.693 322.8 null]
+>> endobj
+228 0 obj <<
+/D [205 0 R /XYZ 56.693 294.848 null]
+>> endobj
+229 0 obj <<
+/D [205 0 R /XYZ 56.693 288.87 null]
+>> endobj
+230 0 obj <<
+/D [205 0 R /XYZ 56.693 291.759 null]
+>> endobj
+50 0 obj <<
+/D [205 0 R /XYZ 56.693 213.598 null]
+>> endobj
+231 0 obj <<
+/D [205 0 R /XYZ 56.693 187.803 null]
+>> endobj
+232 0 obj <<
+/D [205 0 R /XYZ 56.693 181.825 null]
+>> endobj
+233 0 obj <<
+/D [205 0 R /XYZ 56.693 184.714 null]
+>> endobj
+204 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+236 0 obj <<
+/Length 2169
+/Filter /FlateDecode
+>>
+stream
+xÚÍZKsã6¾ûWð(U<H8&»;ɤjªn©)Z¢dîH¤CÑëÊ¿Oh %ÓÒîE@wãÁþð¡I]Bo~XÝ|÷.£"Jr¬¶äDæIAs"HVäÓâãS½í?´M_îªå-Ïèâû_Þ/?¯~®,) «ºkZ@ß"Mn#*Ëlg=òbñýºÛÍ¿W7Ü0p&,É$`)WHÊõáæÓglàÙÏ %©*'Óòd.$÷ÉÇ_o(FáGNwª£Ò:Ä '¸áú%n¥tqøa÷¡ÝT{û ë¿GÓ4É
¸kyÆ$á,M8Q
Jº*Ù.FÚ¦¥ßà K(gÀ*fºõ\ý8-±~7½§XuI¢¸zgÂnØÂo¸ÚõLÃõä0Õ<·ëY><WSÂbþN3ò±^l±*ïöUÔõÙ¦]µî¿ôwûg±¿7ï+ßûm]¬» ÿx3Ûº?¾</¿5b
+oÍäkÆ0·M(#)Å8´º¯Ë[fÃÂC×®«ÍcWÙêS½ßÛÒº´%µèlq¿¼elãÒԶͺ¯Ûk]{°¥þû i¤m»ÿZ÷d SzÔؾüºdtQ¡·5j/ñ¿>
+Íâ¡Å²× b£/»®zèªcÕôGsëÏåb_{+j·Vbûfeo¥vR´ì{Mµ±¢ºé[ZÁ¡=õÚËf=CoµÄ¼©mÛJ;±5ºÔU<Ö³ììþN)ï½²öí®Z·Ì²fÅïı`êu%èÞØRûØ?<ö¶\Ú?
+jmyí<Ö=pxºËÖ+±
u[m<3Þ®k\
+Ó DÍÇ#î°ìÒ}m«¶#v±Hô.°Æ,(a9`/½¶
+ä]Ýø
+KÁ còrÀ'9#,Ë/|#ýóo¾³§ä)IÓôzÀwZÐøF;ëBÐwìËþñø
+ôûh:nä8Öÿéóò\ü¬ L×À¿L)"9ñgºE?å£Ã?]ÂSKiêôé®ú¢_¡O,p%ò >]Q{éb-X«Ý`w"ÒÛMRn¢ï¾Â
+Þ-*cd»ª©º²7Aª8((UµS>À<ì˦²½['þWmBüÖÎH,þéýCÄÕ}¶Î->ëgy´}êPHÏ-¾àa8}z$væfj:&Àl·Ê mÁ»ÑÀ=L!ÔÞ
+X½Õ°ó`5ëöfl½<`iSkìm»?¡ý%ôãúeÓè·=ñÝÍ@¥ârÀÁáXäéÅo¤ðÍwötàË]JÉgß{sv>)Üo`W|NõJà6Õ9wðêÿGû÷
y¯±ÁÏ´ñSUn &dä~ÓÍdú5Ev
+DMUN
+¡"FÉ2JS9î%<@F %Ë
+¡àÃV.É j¾ýÀ%µ¨Y{ObJ«\ª5jï´´E!ò>3YÕwïW§äÞ.1à¹Äà®ËùbÛ¢ÐjåÚS©,8èv¡£ÂÑLì×Ø&¬´´´2ìf!Çñ± ð"¦~¢ÁÎX¾¯:lã]vó31nÏ5^.Y¶ø¯þ©º}ùp.ÏãÑé\,åɲË!RÊr)v1DéHó=RNI«ÿ9"½5Çx¯âygÌÀ
áîÿéRIÅ5N(IhÇÜ1sÜ1[æ¹cæ¹cêÎïÙ$d©gÙÐ%`iÈyêøÅËj-teö:1tnÝîꦼº=n÷¾¹ÒÐÛoêBzUçÑÙWuù48xí§m!
+óÁsËËþyð0ßÙÓáAïÏ\Âr¥àïªEïÓÕË[§$ϯrÚT§ãÓ>£xÚ§ñi¹ì.áiºÓ>⮧}êOûíÓ>
+Oûi¡OF§}§}í/¶6WH¡h3:P?wà
`¦|ºB±
9«)¨Ø¨T 1¦+2AL8¯%8Æu'e¿ÕR>)²Á½Ç¿mRÔë]
+×zJëfìuȦ®Ìî[íûSqé'Gú^
+©Û²ó ¡÷]§ÍúÕO¢ÒË!çèºaéó= .Õõr7Ó_ fcí/}
+×_(~
+DàTçßdt*OÅ2]Ò.éAËlÜÃipr
G<ÃÖÃ!VKqʽßÓ)ïÕµ·¾nc¨Ù?LQH<ïÄG/iÞD|\wUÙ£¥Í׸Äd};·«!xkPw©62HL(Ã%¿gAÔU>%n}ï&¾¿;¡Ó+´qÛÊZ~(»]ݺÎÑÀ+Æå24PÓhð¡üZýähæ/Yk,`pVcêr°ôÏÃùÎHZÈXð¦ÏA´§®úñÚ¹@À8
+|
+`T§£ÒPîæ Gf 3àî.Ì0'Ù<
+Épä ìéSç+¯ÑLytuË´¨Aôq¤sÁî(#/úèB}ÁWø`.üPºÃ¦ö2Æ$àuGûy°_ bqåÎ O+#¶øÈrÀOè£Is
+.±¡¥G at Y'6¦®ü
úná©ïSJ¨T¯ùÌù/ù±4
+endstream
+endobj
+235 0 obj <<
+/Type /Page
+/Contents 236 0 R
+/Resources 234 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 142 0 R
+>> endobj
+237 0 obj <<
+/D [235 0 R /XYZ -16.307 900.716 null]
+>> endobj
+54 0 obj <<
+/D [235 0 R /XYZ 56.693 759.068 null]
+>> endobj
+238 0 obj <<
+/D [235 0 R /XYZ 56.693 739.087 null]
+>> endobj
+239 0 obj <<
+/D [235 0 R /XYZ 56.693 734.297 null]
+>> endobj
+240 0 obj <<
+/D [235 0 R /XYZ 56.693 737.186 null]
+>> endobj
+58 0 obj <<
+/D [235 0 R /XYZ 56.693 661.911 null]
+>> endobj
+241 0 obj <<
+/D [235 0 R /XYZ 56.693 637.304 null]
+>> endobj
+242 0 obj <<
+/D [235 0 R /XYZ 56.693 632.514 null]
+>> endobj
+243 0 obj <<
+/D [235 0 R /XYZ 56.693 635.403 null]
+>> endobj
+62 0 obj <<
+/D [235 0 R /XYZ 56.693 560.129 null]
+>> endobj
+244 0 obj <<
+/D [235 0 R /XYZ 56.693 535.521 null]
+>> endobj
+245 0 obj <<
+/D [235 0 R /XYZ 56.693 530.731 null]
+>> endobj
+246 0 obj <<
+/D [235 0 R /XYZ 56.693 533.621 null]
+>> endobj
+66 0 obj <<
+/D [235 0 R /XYZ 56.693 458.346 null]
+>> endobj
+247 0 obj <<
+/D [235 0 R /XYZ 56.693 433.739 null]
+>> endobj
+248 0 obj <<
+/D [235 0 R /XYZ 56.693 428.949 null]
+>> endobj
+249 0 obj <<
+/D [235 0 R /XYZ 56.693 431.838 null]
+>> endobj
+70 0 obj <<
+/D [235 0 R /XYZ 56.693 368.518 null]
+>> endobj
+250 0 obj <<
+/D [235 0 R /XYZ 56.693 343.911 null]
+>> endobj
+251 0 obj <<
+/D [235 0 R /XYZ 56.693 339.121 null]
+>> endobj
+252 0 obj <<
+/D [235 0 R /XYZ 56.693 342.01 null]
+>> endobj
+74 0 obj <<
+/D [235 0 R /XYZ 56.693 266.736 null]
+>> endobj
+253 0 obj <<
+/D [235 0 R /XYZ 56.693 242.128 null]
+>> endobj
+254 0 obj <<
+/D [235 0 R /XYZ 56.693 237.339 null]
+>> endobj
+255 0 obj <<
+/D [235 0 R /XYZ 56.693 240.228 null]
+>> endobj
+78 0 obj <<
+/D [235 0 R /XYZ 56.693 164.953 null]
+>> endobj
+256 0 obj <<
+/D [235 0 R /XYZ 56.693 140.346 null]
+>> endobj
+257 0 obj <<
+/D [235 0 R /XYZ 56.693 135.556 null]
+>> endobj
+258 0 obj <<
+/D [235 0 R /XYZ 56.693 138.445 null]
+>> endobj
+234 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+261 0 obj <<
+/Length 2217
+/Filter /FlateDecode
+>>
+stream
+xÚåZK㸾÷¯ödÛ\>$J:î"» NÚ·Éb@˲iYr$y;_")µzÚXä$>«dùûªHÓ`ÐàÝÍ/~hTr,ÖäDÆABc"R,VÁ§Ùýc±îþVWÚäó[ÑÙÏwïç¿/>ÀT$0U
+=5L`n·4pr3âdö~¤vóëâæß7 "I$hSF$åA¶»ùô;
+VÐ÷! $LàÑÜ£ å2¸¿ùÇ
+µ ÅpÏ"';L £
+âCÅØá&n¥t¶ûp÷ë;ìèNýy7²WA,à+m¯n$
'iM¬}Ò¦[+à$4u
+P0Ó£/o7e(ßmî)|Y¤<ýÆÍ&ÀÂ?íi¦O3ôOKBS{j¿¥üÜåÚÇ£~Ñ;rW·ÝæóýæUìëªvÏtá¯[ø~§oçøuó^wi_âÑ?H]ÜRF(³ð²ØĦ)ì:ËWÆÀM:{,Ê;2åJÝ6Çî®)®UÖu
³ÖM½õ@Zëº|(:2¿"ò¬(Ozåé¬SsFg¶½¨¬Ñ«ï|Ö£ðóÛûŽ>
+ØDIëÆ
>km È_l-Ê¡½!T¯§ÂR}°¨[$µjgKFª-Ú _öùE³
+ÖÖu³S°¾ß (ñÐM£çßÿÈRíÛÝMÉ® RpR~5É¿A/7öt"ï
ºPËòDxZëõçnY~#|ýê=ÃFð¯øºOóàÄo¡Cº Æ¢W[0í=âC¡
+!`5*Øm6} ¥þ#êÖ#¦¼·æAm¯%ms_G4ÓMV±03Ùf6Ĭ×0 IiP0´ÌDc¿ê°Õî v\VïE¯pdQu5¶+ü´Eµ)íP`XUd°¾KÐÐê/5Ì٬쩰T:\×Q4®Å¨uÖ«²<iµ>©ãqMmÈcÑmàsÙR
+b!ôáw&
+ði¸kæô}ɳîÄ_M^"°|wÉ¿.7öt üR8#J
_Ë×ÃÔià®ñ|êJt£',ýøuÍÕ
+~\'iØ®9&â1¡ÑÄéM£ÇHj9F#TI=ü¥épFzGhjÃèÖÓãð#Ãh!G i§c|ê´Å}X7áÇDäF£©Oòi®QÕjN -º)[ v¨êúxûèFþ=ch´nGSö¸ùÊòÉÈùð;ð0
+Í%
+èۿgÞ=K&$º»gy~¯âdIð0ÄùXwùÄ¥Ðhÿp1÷}j6jÃãâá»ØÇlò
+¶öKØkw|ɸ@r'A¹B[´ægªÍ\@øìq[¢¢
+pêTmgÔ³øî®×êÚnëC¹ò¥m¾"Ï/ÀÜfps0¯^|
ý8ô8[¼ÊÙ°¼ÓpH¤`0ÝÕ[Ä)q|5æÉ¿¹/7ötæú¢UF6ævõÌÝ"D$É[p·b%l¦iG¹K».?tL
!ô¥ä°¿hKèq¦ä0ñL h:LSÍö2-9RwI|,óƺ' קá?=uÁHÆß
ºK OÎgn
+êèQPðϪfõº??´û<+eCMsðXücÎu.Û¢?AÉ=EV9>3Õ[ZEWí̪|ÂÒ£ Ø9ÃùÂôqAÌêÚmÊ=áI[¥mE:ïTHw»/U÷×6±7àÌ
+ÙÐ$-æäüüñGpÿþ£SÁ 'éñêÆ?¹«{-âB
+Øû¦ÖqÊÀrô+=óÝeù¾SK-£´sò¦°Y3|9áI¡ÿ®ádÌ¿B§ÃûmST'b*À)¾âCç$üz#ù
!{zÂ%¾áB»mÎ-ÎB|ºRR7Ŧ¨TyfRTÝiò×*ëêKCÎIxCúAùðú #&{ÐnC(Ù xC;?Sñâc"híÇ£-á}Ðijb¤Ü><ÊvÜ]
+[úÛaÝ»ëÕ!³èÕ4ùm[ü¦Ú¨Â¤±æTM½É÷MÞ«¸Aµ.xqw·>àA´|Ëa÷üÍÍúJ\rÂup4忨LÏæ>T«ÏeÑz)̪ðz¸Î$!®ë#ùáúåÆëL¤°AâíÞ*{øö÷Að°M3r¯ë½¶¾ðghh ~üLrù(ÏD,õQ^Q^<LÒUÄ$Ƴ¢På*tÿø8QÆɧn«!_×Û¬)ö¶s4]rª*++fXiÀÉvìªÐ;^7OX5iJµ£ÿ~zlk`¥¾è·A»
+ vû£«Æ*¥úºAe]T¶Ë²
+N6ï
ºUgG¦ikûÜ3¡î´{Aí½§nZæì³&];>y¢RýäiÌÀGjºùí®VGàì9Ú2Яu¶¤Óé¬ Jk±ßh¯ÞöbýínócR%Òn¸ë][Z3j-é~
M.×et¾ÿøâd(;ϤWºi;Õ
+»
+×óÔ+ÆãSéÑsÿ¢:Å-Ó{ÿM¢îÙ§`ÏïÛ®9d¢WyVÂYº«§ý§þKRBeú-¥ü%qÞ¶
+endstream
+endobj
+260 0 obj <<
+/Type /Page
+/Contents 261 0 R
+/Resources 259 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 142 0 R
+>> endobj
+262 0 obj <<
+/D [260 0 R /XYZ -11.232 900.716 null]
+>> endobj
+82 0 obj <<
+/D [260 0 R /XYZ 56.693 759.068 null]
+>> endobj
+263 0 obj <<
+/D [260 0 R /XYZ 56.693 739.087 null]
+>> endobj
+264 0 obj <<
+/D [260 0 R /XYZ 56.693 734.166 null]
+>> endobj
+265 0 obj <<
+/D [260 0 R /XYZ 56.693 737.055 null]
+>> endobj
+86 0 obj <<
+/D [260 0 R /XYZ 56.693 673.418 null]
+>> endobj
+266 0 obj <<
+/D [260 0 R /XYZ 56.693 648.68 null]
+>> endobj
+267 0 obj <<
+/D [260 0 R /XYZ 56.693 643.76 null]
+>> endobj
+268 0 obj <<
+/D [260 0 R /XYZ 56.693 646.649 null]
+>> endobj
+90 0 obj <<
+/D [260 0 R /XYZ 56.693 573.114 null]
+>> endobj
+269 0 obj <<
+/D [260 0 R /XYZ 56.693 546.319 null]
+>> endobj
+270 0 obj <<
+/D [260 0 R /XYZ 56.693 541.398 null]
+>> endobj
+271 0 obj <<
+/D [260 0 R /XYZ 56.693 544.287 null]
+>> endobj
+94 0 obj <<
+/D [260 0 R /XYZ 56.693 422.55 null]
+>> endobj
+272 0 obj <<
+/D [260 0 R /XYZ 56.693 395.655 null]
+>> endobj
+273 0 obj <<
+/D [260 0 R /XYZ 56.693 390.734 null]
+>> endobj
+274 0 obj <<
+/D [260 0 R /XYZ 56.693 393.624 null]
+>> endobj
+98 0 obj <<
+/D [260 0 R /XYZ 56.693 269.994 null]
+>> endobj
+275 0 obj <<
+/D [260 0 R /XYZ 56.693 243.099 null]
+>> endobj
+276 0 obj <<
+/D [260 0 R /XYZ 56.693 238.179 null]
+>> endobj
+277 0 obj <<
+/D [260 0 R /XYZ 56.693 241.068 null]
+>> endobj
+102 0 obj <<
+/D [260 0 R /XYZ 56.693 177.431 null]
+>> endobj
+278 0 obj <<
+/D [260 0 R /XYZ 56.693 152.693 null]
+>> endobj
+279 0 obj <<
+/D [260 0 R /XYZ 56.693 147.772 null]
+>> endobj
+280 0 obj <<
+/D [260 0 R /XYZ 56.693 150.662 null]
+>> endobj
+259 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+284 0 obj <<
+/Length 2176
+/Filter /FlateDecode
+>>
+stream
+xÚíKâ8ïõ+|*µ%·g¶g{"öÙDÌ¡§£ÂeDá°ÛlEï¯ßR2Æ@¡{B¤¤TJ©Ç 4zhôÓÝûÙÝ»F)ID³Ep¨HSED*¢Ù<ú<ùôR,Ú¿Ve=étò§|~ý]Y¤¡k"l×XC_GTJì,¡ÒwøØnwÝý~ÇÀ ±H&$TÊHBy¯ï>¡Ñê~(S½¸ëH2J¸H ¼>ÝýóúIнÉðEAwF4NÚ:F¥t×&kÍcÓfí¶yl³§)£Á¶0%ÛÜ~ü4 Æ(f'`Å%³8â$ÕiThÑ·xOÙqé¡~Î<m=V¿_¥}ýaµÏ¡¯+!)O¯`¬SX?GXøwoJѽqß½\*Rto¶Ù}k¥zùP¯o1Ë«OàÚ
+òØ>Nľ=ÐÁ.¸ªµób±xÝÚ×·7ÓDÁ±±¿×þåã¤è¡CgË¢Ë#eεP M]åf¾
+Ê_Õ
+Ky%:i¾òØj»=Ü_ÛeUb&¯Muí2ó%N2_mçfî¥ehgú½ó¢6y[Õ_ñ뢪÷.TX}X½;󥩺!ÓXu¿B'ýÛ¯möñµÖ*ûuß7ÛÖ·\ú.°¦\N¦6eÞ©qí2ßc´<ãõ>ÒÔ°s_ñu {ý÷ÿLzmwS9:á¾CáyñÁP¨¶-g¾ÎûÒ5Ë|]XxòUÛÆ9ÍvkðÓ/ëW
+YÿPyÖ~(ÂPnËIÚHÿ¹÷®5%S·a^BðÖ£Íû¬Íçø*þþ¶×øwµ*@)Hd8¦±æ*0ÏXú (Ô¼Dß°ò¾
^»
+ì0¯P¸®%Õ?Q'TýJ)_yýk°´(±"+ç(u§/KSAïMVé4«â¿Y[¸ÃÖë ;µl³Êr³³Ö®ÆW?N}t׬ªw#zuàÊÎjéÜ£?qnHceÎÜÁõ%#Zu®$ì¨3×ï³|Êéä·çÚ~TÛr¾óïyw« =ÝdÉÅÍØa ;6ö$)Èæ×ÙkA¿þÈÚÿ±X?7çüóé\`÷ì¡°CAÓÖö4G¦i#Ü_m9¯ÄýÕôA0×Ï\ÒvÆÍþþÇa´±g 4WpÕi
+%DÃ5/Íùqû<dJATÉ÷LISȸñÉ> ± ¾NàÐûÔUº@uߺ¬%ö¨¥ý¬¼¶Þ¢ÓìH
+$¶º°c-«tÊ&öô5÷ð« yU4~(ûh»®=̱@Ènz%yµ~*JPä]-Jä"
¤¥,dE~o¿ØG
n$,v$¦ÀòM
+ Q¶ø¬ÛÊ¥éuh°L¼«Õý1´`îà褯6¯CZ»\y#7¡2!¿m|éÉ÷YÆ&k2¼sÃÚm¹&K¸HwÑÐW¡FXßñ*H3¡³¬ÀÍcU·4¶õ¢55}½>>Gh°Ì,q ucK¤u§çèWÁp/ÎuÆ|{°#«ÐÙغ˵çUiöñ,Ð \+ø¹w%$ÀDp>c8¯1þAbHôCqªï!1t
+º,¸ò·ÛߪÖÉb
+æ¹£;{è{¯³#wp6Xô®õÀ
+& °wÀqä0%¬å$좿
+Z)wá áÇöÇb±¸b
âI}; #,Moölô{¶G{bEÃP7 X*I±açÜ_:¿_oLǨ_+Sfks_?l6çív_ýÈ0ÖÔsøU ÍQ;À2×óë$ékNÿÉæðZ5Är^¤cá+ì{бà b/+Xc[Üí±ro½@"Æï
0ug;WÛ:7XîgKó8ºT)«¨Ã$ü!\Ê7ß®²Ö·ìºtÔ^OYÌ¡û|¾oR|üïGÎ@ª;©'H5Ð'|º
+¤Ã«.Ìs83 çCªº!pâPèrYP÷#ESµkØí vJ= S½ÃìÑE&ÑéÚy°Q
+çrC]vYô+Û¬(¿,· ¢³Ä×ù¶Eëzд
+ÁÄzÓÉ=B9FÐÄ'ØåäÃÇÙ'-ñ:i·PöIù^.à2 at b÷£CÜûY at v?4È úPïAÿØJLäÁ°ìr³ppf¡eØ̸÷èú¤¨¹ók 7W0Ì8C
+®æØ¡àïö*RJâ}¸+ºªÐÍÞ}\³èÇ
+ôí4>x=xÔJb¡"KÂbÕÿb7IVþ]>úIVG:ïö¤z·
-¼×¡ºð~w)ÝÝvcºìµìÝ!¨Òx1ø745ó½A¿p¦ S8>T ºwøÁÓ¨ø²àj§Ã)ÛæmO&W
+ G°] %NPöÒ1IHnC1¥ÔÍÀq 96ödŨ&4¿ou½ü÷¢h·ÿ¡¿9ÿ¦}ûoý!D3}³c¶¯~Ü)mêñÑ\E©"úÛÿ;GÌ-o<ÚW?Î#£M½À#:`Jþ³Jíï÷×SxEÒ·üiñÐ
+ ñ
+endstream
+endobj
+283 0 obj <<
+/Type /Page
+/Contents 284 0 R
+/Resources 282 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 303 0 R
+>> endobj
+281 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (/usr/local/share/dblatex/latex/contrib/db2latex/graphics/warning.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 304 0 R
+/BBox [0 0 29 29]
+/Resources <<
+/ProcSet [ /PDF ]
+/ExtGState <<
+/R8 305 0 R
+/R7 306 0 R
+>>>>
+/Length 566
+/Filter /FlateDecode
+>>
+stream
+x]TIT1ÝçY³0±9b¡$@¢{Xp}ó¢[µ(Ù<¿Á©ß}÷QóûñÚ>~þãOãÑÿ6¥t
+îÛ>Ô¹j²ÈÏÎé4'÷W5«3åì/%H´K*ììJ,ë.ÓHܯÓ&>È=o¼&) d$+ú]KÒÒïÃ7Ô£] :(mmçÔ¤àë'§»<(_çOU'æK2÷Ô»¾X½óáÑ~¶op/˽ˮ_§Hº]&¤úì°ñ2Ô%dâw^Ä%bTØXE!xÒ²8jÄ$Ì4÷³3 xÄÁ7×"Ý89¼ 2mÐïÌF6µ,a;¦,áw½8]50&¦ê})¦ÿ0HcÝ3p ha<å $u3Ø«óT¢Ïú©õîn aE<ÝRô7~ê$Î|:®kcíDJñ»Ì*Ú«ç謡ÆbÞVßsÊúÊU9ºcÈfÄUÂ)æÐÙÃ)Yì®aÆTlé¡mw@c!Ì\B¡Ã¶6ëËUî§ àÉðirx.åç7Ú®ºgøu0;6-cÃàåb¦ä¹EB+4v#\îäì¬ìg'û3uD-Zï\ȧ-V×c=}ÕÞ`%Ûêõ2dSíÀ5=o*Ê{ücÍÒÝG»³IíïÓ{´ïÚöi×ö
+endstream
+endobj
+304 0 obj
+<<
+/Producer (GPL Ghostscript SVN PRE-RELEASE 8.61)
+/CreationDate (D:20100125210014Z)
+/ModDate (D:20100125210014Z)
+>>
+endobj
+305 0 obj
+<<
+/Type /ExtGState
+/op true
+>>
+endobj
+306 0 obj
+<<
+/Type /ExtGState
+/OPM 1
+/SA true
+>>
+endobj
+285 0 obj <<
+/D [283 0 R /XYZ -16.307 900.716 null]
+>> endobj
+106 0 obj <<
+/D [283 0 R /XYZ 56.693 759.068 null]
+>> endobj
+286 0 obj <<
+/D [283 0 R /XYZ 56.693 739.087 null]
+>> endobj
+287 0 obj <<
+/D [283 0 R /XYZ 56.693 733.109 null]
+>> endobj
+288 0 obj <<
+/D [283 0 R /XYZ 56.693 735.998 null]
+>> endobj
+110 0 obj <<
+/D [283 0 R /XYZ 56.693 657.837 null]
+>> endobj
+289 0 obj <<
+/D [283 0 R /XYZ 56.693 629.451 null]
+>> endobj
+114 0 obj <<
+/D [283 0 R /XYZ 56.693 587.653 null]
+>> endobj
+290 0 obj <<
+/D [283 0 R /XYZ 56.693 561.858 null]
+>> endobj
+291 0 obj <<
+/D [283 0 R /XYZ 56.693 555.881 null]
+>> endobj
+292 0 obj <<
+/D [283 0 R /XYZ 56.693 558.77 null]
+>> endobj
+293 0 obj <<
+/D [283 0 R /XYZ 56.693 547.811 null]
+>> endobj
+118 0 obj <<
+/D [283 0 R /XYZ 56.693 406.486 null]
+>> endobj
+294 0 obj <<
+/D [283 0 R /XYZ 56.693 378.534 null]
+>> endobj
+295 0 obj <<
+/D [283 0 R /XYZ 56.693 372.556 null]
+>> endobj
+296 0 obj <<
+/D [283 0 R /XYZ 56.693 375.445 null]
+>> endobj
+297 0 obj <<
+/D [283 0 R /XYZ 56.693 364.487 null]
+>> endobj
+122 0 obj <<
+/D [283 0 R /XYZ 56.693 150.064 null]
+>> endobj
+298 0 obj <<
+/D [283 0 R /XYZ 56.693 122.112 null]
+>> endobj
+299 0 obj <<
+/D [283 0 R /XYZ 56.693 116.134 null]
+>> endobj
+300 0 obj <<
+/D [283 0 R /XYZ 56.693 119.023 null]
+>> endobj
+301 0 obj <<
+/D [283 0 R /XYZ 56.693 108.064 null]
+>> endobj
+302 0 obj <<
+/D [283 0 R /XYZ 56.693 97.105 null]
+>> endobj
+282 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
+/XObject << /Im1 281 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+309 0 obj <<
+/Length 1806
+/Filter /FlateDecode
+>>
+stream
+xÚ½YKÛ8¾çWø W¶,Ù>nÑíîØÅì6@Ó¢PüHÜ:vj;ôß(Çv&ÓÌk1À¢("õøÌ0gí0çÙåìõ;ÁØ¥/eîHß¡±Ðå1w©s;ÿp(òêÔ:[\ùÍ»¹^|^¾©ÁTÉqjÁÜ(p®<Ï
0%Ì£ùkÓH6û}9û>óÀæx®Kaì¹ùN²Ý~fN
+cïæqä´äÖs}..³fÁÎ.Æêb×cÒ8´Ü-8ýùJuÉÆmÒ»i6ïÔ·
ÇæIiUßßíIRÑäzß$¡Ó¢É®n~nö°ÉÔoH´ØB<IiW6Qe²/UG²õÂóÿð_ÖjGª!
+ehú
+{ÂxÃæiÖvE¥º¢®¦.Aì!P£ô ÜÖA$Ñl[cY¬%2-ò
/æ9W ñÌJÀ
+h7ÌlÕí[;§
+v/¶yªéc~Q'¯Cd
+óØ{2v¤,Únl·×l´ÂB¤RÛqfg´²4¼É%õvUTYj¸EeIÄ|[·ªHî;ãÛ©UMí%x ü8lQ=Ù@ÖÓncuàîÚàb'ܪR$Èkä¼»^~0Ô&S©£XjQ2dösÌJ]°I{Ý»ÐÆfUª÷9l0®Ë¤Sæ¦F
û³u\9 aÍ¡¢·æÌÜÊ\{
+LGYhqá±6t?öæµÜ:Óáb«eiåìq/¬í´fG#u²:«ÞfqCÛÚ¸ÖħÕâ4ò(+Ë!³;Õ¨²ÌJW_ÏÓ{ut]Ká"pdÄÝ8Óë®k¸ºÝúöºjK91jø>cnBH=d§ãõõÖsÞÖ ï¨ñT^
+tÇÀ<Oç`_ Rûq@
+ãuú¢Mn7xÆÛ+¢¹q¸²CÄè_ íe[ÍÞ}KzV$¹kê¯ ¥#£n£WÔÕÎói¶Ou³FQy{R%@PH×]vOÌ)AÛ·E¿+º7ôXC àÔí$ÂV2±Ûõ!L²t¹7l".óÂÇít:DàÃ*|³
+ßån0:\ÎílH6ßÒÚplLC!l&Op7dà®/]ÜE¾ð¤ë{ö¢Øi2'¦u¤ínî©O¸+kÀ(öPú©ú)6cýØ]ba¨Kº±?ÝYÂÃzó6â'&eÿµ¹u.%¤r©¯Úñ
+zF4/ºöK·*§[ÇÀw¿¡mÆÓ/ð±íºê~í$¯©
W÷«¿Ö/ÓEÚáaË¿Ûu;5qûùÕ³ÅYùe}à<ø²añSÜ¥ß*~Eáð[
Kß~«pÉ{ÐìÁ·
+áÃlÕ÷5|BR!®·À·øx¯ÞÀ<o6PØ+íÍÂÙY-ÜâoÒø8'ÆzЪP4c£Ú»ðØ*CÈY8_gUÖ(ýDbW£!$u$:kVÔ :CÏ.ÈÞ O¡3Êè}s à Ý¡;èe¸LfÔäÓéÚáóÔ®z|w1&í¸SH`¸8Uîv½ºóÈõRdYaø,x!àëËÁ
ìJUeÃ
+<7¡'+p¬ñ+»±ÂM³ð!y
+8¼>¸ÿb¬öcñba¢ÿiáÉÎÅ\ ÄüK1ÃLü8ó`..7M¿y^<`êåÀC£ÃÅEF6ióDÜÀf&ÿÜÀ¹çò(×8å±Æjr\ã©Æ)©Æk¶ì¼I]QK!}3߯|P%ô*Úâ
+J©Ìâõ{ ?¨ÐÁ?äªÇÐ¥µé3<}úU ÈITp[w¾6õÍ?ÔQÚ<зò¼wÆ) ò}P¼ G.M³¤HI¦È©í¨mÉRݶ
)ÝÀý°wßØÀ<*űÚÕs-U®ë°Ìà@3Æ_M-B02(ôÇ@ªªM6uu90ðcæzað=kÉh ó|ÉÈËÂð!%#GF7.àÀwûoWþ0ݺ²TVBV-êap
+^®8ìkJëÔV5±M øFæjÓ¶Õ»rèG¾àzro8Ø wm/ëäÍ
aÕ¸´Û*=±|î»"zÂ:A
+s)>ôW¥ù9
+endstream
+endobj
+308 0 obj <<
+/Type /Page
+/Contents 309 0 R
+/Resources 307 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 303 0 R
+>> endobj
+310 0 obj <<
+/D [308 0 R /XYZ -11.232 900.716 null]
+>> endobj
+126 0 obj <<
+/D [308 0 R /XYZ 56.693 560.885 null]
+>> endobj
+311 0 obj <<
+/D [308 0 R /XYZ 56.693 532.933 null]
+>> endobj
+312 0 obj <<
+/D [308 0 R /XYZ 56.693 526.955 null]
+>> endobj
+313 0 obj <<
+/D [308 0 R /XYZ 56.693 529.844 null]
+>> endobj
+130 0 obj <<
+/D [308 0 R /XYZ 56.693 400.582 null]
+>> endobj
+314 0 obj <<
+/D [308 0 R /XYZ 56.693 372.63 null]
+>> endobj
+315 0 obj <<
+/D [308 0 R /XYZ 56.693 366.652 null]
+>> endobj
+316 0 obj <<
+/D [308 0 R /XYZ 56.693 369.541 null]
+>> endobj
+307 0 obj <<
+/Font << /F50 138 0 R /F51 139 0 R /F52 141 0 R /F90 191 0 R >>
+/XObject << /Im1 281 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+318 0 obj
+[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600]
+endobj
+319 0 obj
+[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]
+endobj
+320 0 obj
+[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]
+endobj
+321 0 obj
+[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]
+endobj
+322 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]
+endobj
+323 0 obj <<
+/Length1 1612
+/Length2 12917
+/Length3 0
+/Length 13735
+/Filter /FlateDecode
+>>
+stream
+xÚyeTÜ-îîNãî$¸»÷nÜi<¸
+ÁÝ[pw'»;ÁÝßwgæκoÞy÷G¯Õ§ªÎ®]µëÔêµBUEèhvt ³p°² íÍÜ\YÔAnw#
+Èlíè i
+ ´A@$ÈÀÉ ààççG¢H8:y¹X[ZôZêÚLLÌÿ´ü0óúOÏûMWkK íûw£=Èüñ¿¾¨ÀV
µ ¡¢ª+§, QÖÈ@.¦v U73;ks¢µ9ÈÁÄ °ptØýã 0wt ZÿU+ë;+Ààê2·~¿ò49ýåb8\ì]]ß¿¬].¦à÷ÖævnÀ¿¼Û-ÿ&ääâøaÿî{Sut»»X;ïYU%¥ÿÁle
+þ+·«õ»àhñ t4wû«¤¿}ï0ï^°©µ+ òÿË Z»:Ùz½ç~sr±þ«µå?0\@¦.@;«ë;Ì;ö_ÝùgÿV½©×ß·ÿú/Ö`W+ç{Nsð{nKk$¶¿EÎÁÂÀÁþ;ÐÍé?}î ¿Dÿ×Ì0¼0::Øy $6eGð{J ýÿNeÖÈÿÿ-ÿ[äýÿ÷_5úoøÿ÷=ÿ+´´²©ýû ücÁ Þ7#@ð×±3uù¿ÂMíí¼þÿ¨
+úÉÿØô½bï°³²ÿÃhí*mí ªZÍ ¦vïúÛ®å ¹ØY;Þý» vöñiZYÛ:üÕz¸@À%ÿ.ÒßÔÙ4õµ4´þu§þ¥ú®=XÓËéØ¢äü¯Ã_ââ ÷ÈÂÉõÀûÃ÷Èö7Ç?ÏJ¦`kOþ{ÉìþÿFÊÁÜø׬hMïãõ_¿Üæn..ïªþýâßþÏóßyÌçÍClR3ÒÀ5ø9?%õ{»9 Cë4óª»üS#6øËM«CYë'^[¼f^väw»ñìèºA§y$¾T=ù«´mvØQÓµ£}Îf×aôxÙ?ínþTS7*z#hãrA8»c rÏÀ¡¾uBó3O©ÃmǨÀª)8:¦ývpwK×?248ÐuÛ³CÌH#hïtDö2q¹®3
}tÿà±)¨QÍzØí;&?ÓkðúßhC@ö[Í?»\ªÇ9ò=/|Nºa¢·ýb`|vXHÃðÑTçc¸nËÐd)Ä»²+ìY²ãŽíÐ Ñ=÷
w+ª_´o÷¢RÖ\à[k]¶÷d5tz báU)§Øå¢Ë2é>d7¯ã¶ä§ÌõÏ]Ùñ3l
+ñ÷$+L7Ìa* Ïy> ÜÁy"fCè^ÉU´Ô$ÛÔä·ö¶&ÿFKc2ñàx^¿)ê£lcµ1aî¬ßâLKQ6ë[ø¹TNT¹G*æÈ]-:°¢ûºÊùP{^â ªeL÷s5
+ðc¢ùÌx(ßÉX×é·1qų½1΢XÒÍ~éc£Þ¢aÉ¡¼¾ãöO ¨#eÂò££¯VÄ~96j at nÔT·æò}ãn:g6}dÙ~žÈÄôVD
+{u¼Qdr"ºÊYÐþ*
ý~æjc2D×=É6ÂjbN»~5&ÒÞ3ÅÈL¶a
+X*lY÷ؼ*¤¤â¹õþ³]¢µo°¿xî8x¢ÏýÙ8üè÷B[·2àvÈßßlúóA, ïA¹ÚDþ°þciïn5Á]é@7 K'Íáû.$/éüÌbÙì¥Â½:lªIìçWpYWÜM«l\eo<ÏéòÞr[ùXǬ}
¡¶¹æ¥g:kÝyý4ù9¶yÊj(дà´Úò ñç>Ï'Mó3þsEñ¥ýö3ê6zIÎ:b6Î,?³cI¾{ä'nÁ°ãÑã¹ôTáØ
Á,Ƕ=qu%#c&ik
+õÝ´ÐVß%TMÍ@:ĺ$£wù÷'r©=Ø ß4Ö¥/îú)£ë7U¦HTº`EóùÜeÃÒýß`ÈΦ.-à;Ü ~65L*ÓsOê
+O¤~l8t_^fÁ.~ãêh *FÜ÷þ¾»ï(±Ï¾8=©ÜÊ::qå³sÔt¯Zr [µ+ 8ÚÝu?Û8âúýi(fQfc»èn2kÞwq
=*¦pÖ× 9»NЩL¦È[)Lº_ä$es ê¢2wáw1 !êo/ÉpÆ
+ѼæG£¤Ð$ä}à}pÙoJ²({
®ÀîÝÀqUæuºiîAºj
{RI'=
éoy*ókä¤R;-ò~æ,räß5gMsÊ)_'5Ìæ`]9öOÂ1(ÌÊï1îdîÃ]DÂTòZËôkÝ3ùV|Ö"ÛuZò°4VOteÛ×C6ljúD]Ñ#$ÞÈýü#D¶/ÅPs^W¢F
;£2l²µ'°Üõç4ßW)!ÃòZGW¾SíÞ¹låÒt&¶
+¦fB7Ô59m-¡³/x"1{HR^bÉ£((óÅ
+t¦Å
+®×!Øòì_ÁGnb%®ÁÍÒL!zu¢¯+çna®ûd°^'V¦,Dð
Z×±JQ7B73s({¿ëcGX!Ârħt?0Ð3Ìö4YçÇÏlQ USþRÌç."÷!ãñq×Cö¿
+Ã@f?ÞòàÒ
+}E[.yPhM©Ûlê^ö+LsÖ®B/¥{»ÿÀ"¿eb×dÚV¯ÿu£ä¸¦<rRT5"aùíí ÉEí7] x2ðh¸B_ "4j¯_6Í\djç%^È4$Pï᤬7bý33ïy¦0
+ä²ä$KÜÀo_NG6½Rn¡E<äA:¬Üâ^QÕæï0ç%¤Ê6`çëbö7E"ÚĹá&`ùQéb¶wIV3#¥¥Ií
à,'Ç;9Î3
+H8®¨lÅhPíS§¢âúYd¼{öZgq¤OÒçeºò 6¤ÛÀAd$íäÈÁJ?¯ÇOrBTÛ^"Y4ýf):2§´Î
+ªzæÂ¥}!}
+ÅG4%Õ]òyÕõ·Oî: .å(k,ó GR+öïÇ2áBãñµJëÃÇ~ð÷V©»2ÓUý®
+Ïö9;Ú:¥.í!BÖÂ9^Ó©¥¯b©^Wݪá.Q'OÔt®uëµÕ1âÃ?òG½ÂÒ-pÒjùRY8£ò.ʱqÈ6PF8xÍ3,>´ý
Ì·-&ëLbÇÛóH[dt éÊÕGjÔ·Óös!¶z5Üu_ ùº"æX±`DØè£DðY²Ð«V~ðØïOþ¼u¼È«5fê¡øEÞ!Õ%æÑÖcTí^#Vt¢Y
+ìf¹k ¦[â8aÅvǽ>þÂ|!wÛòlý¦ÅóÃÄ7!誧&Å7XjJÁjPOa{ pp¾°¤jÝrâñ½êf&ÿ]°SùzmHÁÏÓ.G¹À<£LÚY¹ªæv¾p¼ÓøH´:Îî³Fèjã'³¤5O[%Cm#ówæØû>¬c(övÌ|!ó2æáF¥Sù_ºéoØ
+C´öfXê×Bù(× wÔº;ç-ÊÉ¿Æ Â!øÍؼuKY¨øl¼×æM öÄ¢øåÆ×P%n¨£çGçÁStß¿ò=&ÆÍú±ZÈZ&r¾l5Ñz!äð ó¯¯9£qÀºÀ}ÍeÓ\ÔP¹Ó!$7+çû@#¼7iqºF¸g §µí.áy¨NÇæÌX1zoriìOu×Y,A(¡D±6EÞ}cÙÙÍQ:OÒRÌ"ƼlpͲº³>ùCn uÅÖAêv½]ÐåÏüÛ5«lµ6&¤rë~;J{RóQÀ*
+åwÖ!/d%dÅ¢k9Ρa4ñl¹r®Êê¢âÄép2FñÝïÍH5Ô7-¹ê|ù¸´6ýªTç[´ÛÑÜìj|Ëo¹ö&(iGw,ew=ñ]ÌüYßscªy>A¥ª®`$ÖÑ
+!RðiÅÕðngâæQiÖ¿ø¸±slK3ül»mÛyµág0Iõ`ä_ÐË+úÂP¦7îbÌ®#âèb½pUÆÂüÔJr¹½
+AS!Øùi3º£ÃIz=UtÿSL'õèëØ,êkÍÕ}vJÙùÇÎjW«ÆbÅ?Üûk»AÞð)$.ÁX×T#·39ΩÔgÇ¥JüGEm{ðî§ÃoôÜëÓë\ÃÛVm¶ à :¿
+íÛ¥L/ì_G°Ç·CS+ÃÅÌ)I:J>ÅèI9-$ôYì<W-
+¥.«|"îCn*Ó¾CtVJ&öeÄðäç£ùY9Z{ô)KdùåT¤íæÛ~BÕ ´qäÃñ*\ò_>mÆdWÆ˵#ãD®?33:ië!¿È©RÅÚ@@DÒãvÁåx!QdY~Ôð6$tìáìø-0ôôÔõ;¯ÍEì±åHE ±o[Qúî¦ÈµÈf¸ÔíÒ¤éåø¨ÕT¡JɯyêK`qBÏXK<C3mJm¬ýF6Ò8ÄêaJÿ
+¤¶þ=(æ©]½>(ªÕé+í#`éz/åh ר³
õJÔSÁÎ3æK!²úÙ£Êó(}GØ =¡ÀÊÂm^ouɬüPÍé È/©|¤>lO©À«lªð£yÔ6%²GÜUGÍ@àz±$ÝýzÑ`PP|10pw@Ì,ò´ÏÆÜТKë \$ :ø[Æm ]Ïÿã-þ<{'xúÒü éGLÖ²8ÐF°zùy¬F(ò
+k)ºå¥£÷CÜ
ý$p|éiçh
+ at -èdq¿C¤¸d`ûæ§/)S0
SEg¼ë9F´s=¤°1Ôê®y§g÷=çÎÁwOm
+§rívÚ´?)6*ÓYFãk\EòÐÿÉ£Àb>ÂǺãª}Ï)ô//L"åáh,,©¶Zù$ßäìx9¥°
+ò\kúW8§L¨Í0m·³"büëPôA1ûR¾í ~ÞtdHe3yºRÇïµíÓîÑÏêfñã¨åüÛß´×ìeYÉcmÀb³
+=þx6±o<BñÉgH*±eßñ¾Y
+-£®¾BV#$Âånëö;ÈmãépÐÂU)p,gÎKÚþÚàK¶{2!:ÜRt º¹_Û¹ð-±6|çxTíùý~UÏÂIts£ôþÎ^9eÝý63~Kñ¶¬:OÀ
j
+¼ÊYøyDÔñ¦Æ±Ãßàd>ÍÜz42/Âì±d$ºNa¶cdN qà½_ùýÄ°PRÖ
½À~0³ï8ïFN¸=0DÓ-g]zÆ
·èïÕÆ*HÏ"wô\ê¾5e8rwçjëÎÙalío%ÄcÂ2)7¢wZ8h$-ÐLÊBhk²¤?MuÏVÅÙ
ò02Åvó5?Êu¢´æqĤtÓî~ähZ¡ÍS¼Oìà_©zjå
+!
ûÂk8U#Wg?
+Þi£5F27Rý,#Ñ &>÷¨
+ØZ/ ÙA½x¡ÒG8Ð30S:êÚÞ×6Q@*LFc¶ýÈyhøNÃõìÃ!aUKÚqÈE-¹ö×icCÓû_}¬ÖÂǵFåI})f·Ë6
+ò#æFÌ¿ÀÈ NÞg:º·j{º4 ¨ZèNâgðÇÉ'µµBA¥¡"öÕ~a<×µ@¼_!
+ÉO°'ù¢Ltu^x9÷¡vÚ÷ϸ®{Êc%¼àÍ~ú²1!Ì^5}¥.ÝñWÑû;²î§ì
¤þu»`rîåkð¹U«»jZí³eÂ
+î°Í«ëAßíµMWǾÁîï³T`«_7â²ì§E8ûf-1ÄüWUú0 ûE¨é67a»mËp)'ïnæÙ:àý×päú*ËLñ5AÈq#b|Jfw°æMªwm7ðñ
«ÕfÿÎÅsöÛü¯Q/ÇdãÛûSÖÜQ°ÛµYü|ø9"8/ó7¢8/÷sDÕ KÅbQî51ÙQ C¡éè5`QaòKΡ0³ð. )JãbIÊß0öN4B
\]¤DªÖèt®
+ihceC#6èç>?>J3ÕÆóB0ËGTù*:Êç
R6OÓïçr=Ééäק¨dê!Uk µÍÇ)«sñAV*9V¤(yÑÆ ²S¤é»|éãUÆø©Óµ½ÅÂs½×ÃâWçùÉ$@ۥ仴YµÎ}úË
+1RËK4KëI"P¦±kµ#nDM~-}è3ÿÃͼbܸT¹FPoÒa<²f[söÁugð"³¬CÝ%/afÓ=ü%M:äçV¶^8izOø53ÜÃÇÓÐgócu¼¢Â-pJ
¤ôoÒÚ·ÁÏÀd¶ZÀ÷AãÅ+XäæèÇÜaºO-õ¯ù̬zY=)ÚXXÂt£ÇJ=°?æÖWįéhuuô¥äJ0Xy³gºÝkËIÜ¿@Ï|)¦p¨]Ò£Tç JÅ#]Îĺ³8ìpÔ]±(ca¼cvÆrÛÃìØ5!Ⱦé'jÒ í©ð9c㣳l²å+¹@µòdkêlQ6¡ò,/;îÊ]UDxR_
+N¡GÍöç%~üé|¬ÿ4ÆÔÎQâBWVe8¾ áxÖ÷9]V1ö
+"Ãrau»´¥Ès¶Meât~¦u¦\(Jl²£dÖ WÝò[¼t<ÑÒ>rV*ìÌæÐý¨Yt%['}·T0ã[DÓײ<s>LåW´PÕ±yÓ¢óÏ
+ÄWîd;%:¨¢«¤>Õ±KÈT¥ïéiW@"3ï_ö(Âɸ*S8CÈ_ôsvRüÄòáÙ
ͬæÂ-oÃÐü6ñ=XÐÅÆã(µO÷£ 3Ll
ùÔø6ªrTʹkúÌDÌkÂnP#TÔÞ*$þv¢ãZ¯¯]þy¼âÀYje¡`b>';ph
:¶_¾1BÓ?'»·¯8nÍ" ¦ÝÖñltö¬g*2Õëíx7ëE5¾Ú±TðX»U×ûZåÍWlÛÌ2º¬ëÜhG°êeÐ~qÀ$¼½þ#ô }Ïè~ùKÛûÐh´°þ±âÓÔôs>Äò
+Çikûwwm~%ü)%ç;Qߣo'ª;ÝQ׬ë«Ñ ":å©ä\
+©<ûÎh$^GElásî,Mýø³Fÿ¸)~TÑæµÃåU®R
æ)ا9åÆÊkkÚËú &î/9&JÅM%cþxEÝÞW0°¿à~ÿä°-TOÍRÊtzÆøձݵÇë®e)(Ô-4N'¾Öïa©ëÊ»¦Àçp?:¯-`éK!òîP ÍãÍ+¯ý𲯳G¾L`Ù\åý¤¥ôd¤¦¬h8n"þ³ªyÔ¬ ònËÚ¹úlð÷Ä®*ë1£õ=K_Îå¤ôTYê¶áüþ=ÏKëÑ)ã?gwùAª«ã8bKÑÂH ¬¸t¢+OGmf)uuåéÖøÍômAÈá¯;è^Éþ¶K"¡5.Òtío £·ÿºGv=GpF¼)¥_¸DªüÇ>m)¾6/aûÊ.ôÖÄ>î`Wh9V¼ù±±NǪy9tü¤!ÐÊE9ì{¼ËF±±ºß÷è¨nëX8 èÙÃöûÃzgÑ]+¶g¦$üiù¢D»û@µTKjjì*õ¤Å÷"M3Kóæö%¯->ì×4'ætæ!»wì(ÛÞ
+0HmøÝÇ奰ÈÀÒlj±ÑåÔé ¼£mnå×¼}ZF¦Þ¿þHcàU"#¹à<>¶ Åx2~@f³ð£oÀ§¬j«DY§Â@?i°ØòûTSÖ!¡ðà7LQý`7ÓÁÅøQJ+ãqJ×:):tsjοBÅ^"21E¿ªñÅrsY#{%÷EȬßd¦,C/ $ÃÚ4
+éÃzqÏ@'®çM¨ÝiÅ·$P#ú©ö+;Ü3ÊåðÄ.E`§[6ç!uô¨¸'3Ní¾°(Ùr[×Q©k©|÷¯Èãûzø|[ÍÁª FS ¯¿(Äî©CͤêÏóÜÄwãÊÙ_𱦰±úÆ>:%/°ÒÝëÕ³l(½{¥Ø'½R>M!è<%Æ.ô0£óÇÓMU×øOMwÁhñà7§,BY5ñÚÝMÆuãä¡AV1Ã?0¿*!n,Qú`30YóÂA·UÊÁHÍi,£;§ü9ì©Ô3ö"B/w«ìSÂGÑZy~PåÐæ'*»IedHÕbÙ[-Xx»5&ÏcVoh¨¸0y:BêÀê³çÝØÌJ¨»uЩ
+ºÅ,ÿi,6ËMRÚlX¥o»Mà¼*îé]÷4%kb6Åf´9Äæ+°
+ÖлõK*>Ì·O,SÝ2|¡â¿ÔÁ$KfϬºBgä1Ú=è-b.÷̾!mYðG¤VK4àY?¥çÁëüÊ1x"þAßHf ¶àôY7ÑåÕØ!U[¬0Á¯<ùaü£ÚíØ;µ7:Ê°è
+E IÚÕÜ>Ú¤ÖpVÐÏKãÆ!
+ïgY=#T¶eÔf¡@[ºû;¶ºZ÷åv>òxÕZéOï¨O
+$û'nc¾ô«øëÃss R´~5æC̹F{£HN¼h&Y
¼åÌ"Iå-NEÕ4ÕZyer¢¾q¾Û«nøtZ2;]Ý¥ÏçÇÚz#êx
plõL¼ô_¬¤ÖP¤¢¦Á_±²â¼{@Ð ¢DÙðOÃÏÔÞ}ÜdðSÁø³Ä>O;ðS¯ôÀ-2Ñï)ÆpOMéÑKƶ;ÍÒ¨»3·À§"ÇTûuÄX1×?Ö¼þ¹
+;¼UìBP)¿6g&»vIÎ=}>iK÷b^!`£øí¯ð¢ÐÐîæë|öVBýÃðlY 7
CWWɤç+_-ºpÖ¿¤ ðÆ
+ÿ%°Þ¦=²!¹{aL£È¹ó¡_ÀNÉz<£Ê½[~@5w÷&»×d}ÿ)º×ìÌZ!ruÀ5!Jj¦$öùèѺþSàà"ɾpàºBRÇb¡0ðÇÞ'e",°Ð±îí-[GKe~[örûÏ51f§ÕÿbfúÖk^üÙ(rûÊoXOÛ)ßFä#÷ô
GWé<Ôä7ª 2¬êhÔW~ÛÞô(|/Ov_AH¡n?M~ñ/«¿ ìÞHSøÁ¤Ñ=®½BvË*ú$©KU¾k
+ã¬,Â,%zAÙb
Æ*a4è°/ùªH]ãÌj«Mhß~¶^Fuùç ç¶3ÝÍËz
âøÔÅ
Ä\-ø9ð8ZHÛ½ThM~TØêè*Óiè\5;Û+¤#g²>¨ýþãà6ø}:¡ù4ÔPÞ'[uàÒC¿RmûU^yµçÀØÞ«6ÓAÍ|*î=Ùª»Sjï°Ü5)VöAu¿Å4y
+ìæÛ$ÙLºK§¿FHñÌ á_cÅ?QÐpÞý ´AèÑ#¾qÁÌÅÇ¿
+ñ'qME2³~%÷&|;Q1XÆC]ªña#[L·/l}~#»¨Û¬MëiÎúUغ"rVçS¤êp
CFwÏ.á(^[/ÞÃ5
+É jké
+ý-NJå5~Ygå8ªú¨â97óõ=ãÊñí#F¡ò¡·I=6gÛEO5èGÓ¤N¿/èÒgFÓÊ"¬YX¢`<³ìùdÃÆf±êð1ÖÙFé½`Pïoo¬Ò»sT%â¹hýÀ
¬â¸"+¤¢¤£6å<M#'eP¦¦æ7ØÌ}Wá{í
+%!o_¶9x'àÕ.0lR I°nÝó&vÈ ß~õ:Æ¥F V¾ôppè
+Ô5(
5ÊzS±ÝÔ{Éxýâ¿SÁQùÈjNðá; ¦³ß¡ÄVØÖ¼x,Xð¹ÅGͨ~ak±
+S=´C)zÍ
+Û÷ýg³ÌÕóR|Æc®vZRjQhKúã1êlv`b¥ñW$ú6O©4q<>þeÒª]úkÝ×1¸:ÜåVzÖ¦~þâ4£ÄÉÃ|J¢V°÷»9RdU~&ùæâ§M9§¡0ÒÐ$¤ M_É1 ø</?D{hÐáP¦wôÿ@·\GЩW¸ØtCÑQJmÒ2,¿=h|£û¸^÷I¿ÈÀmºô ÏDl©rVÇ8¨¥«Ú^Üxjõ
+os0ùVì+®g£,ôæèÛ-LÇT{OÑ¢Coµ¥UcK`pEãkìuÊïY|ò¯ý(éÙrÃ:rÅÂÈ0?4´gA)÷¹íþ Õº£Ý£R}wgs&TGÉ'ò¾&¼ã¸Ká¹QW.J1zòvè ÎTiyÍñká±Edû=»_"!bq¢¥ËeÙgð×±9lÄýI½;&·l\Z£¶ö«oµ±BϤ,v¿òFE+[Þw[I©÷ÄênêƬZü
¾%ê.O:±CÕ12cF$µO͸`? GuÁý úVz\ÉÔp¶K¥ï¤W?~tÚÏ éG÷¹Ü4ð^+¨p«SgIU*Bó=ý·x,`Ê^¶ÒÎ;LwÖÇ àÙ,GÒý
9¼6~'6íÜýÚx(¸ñ)[b¼&²éé§Î£kyþ$ô5CÀÛÐLÆ1FgáìÁXùUÍ]À¶C¬¸2¸nü3²Ú7ZiÖp?ƪÆRŦIJ\8³ò
ær?²'¶AÞ\=Åà9b}E¬Eájõ÷HV FL±'ÓЬ0mÿ9ú- øIN¢½÷»ÎJqºvÚ0MBJ03àö~d;JhRá@^áTv\ç}ŽûÛ {L}Ué8m^÷º+Z`%oÅåñ)4EÔ3ûí¹½¾_Kü×®EÐ4ìÇä?wÔµ½ XpñøÞEnJx#Hà4-z8 M.Bæ½~
+Y Z»5A¸_NJp±Ô<äJì®4s|¹û×)ö³`´¨)
Í÷¼fuvçtr£eÕQ!²@ÔÙä6>§ðþD×i¤Ú½)iÊ©KE»J¬g.E;-kðXTPøÍòצ»ÀãÂÝ6%NvÞlûeNl^dc:3ÚÚGÄYÈZ|:ü%À·4#pCû0~ñ¾V¦7Ç'QDíå}1ßuû2à½r"3Ô7¥3â©¡Ól#n÷È·{QU®Î·2³óè®Ð?²ã?hÁ
+Ù àÞðìÝw#úZ4%Ù¬ZG?ÏuaÖèÝõÀ£d³2ÒR¨jã:.ÏBcEÆ/ºËËø¦°D&êFûóâóü¡x%CçÊZ` k÷¶®6 4°þFe¤50ݲ÷µWÒwûÁåGÏÝÕÛ«`DZ8àÚÜâÄßxÓÉ+øÛ ÷æõ4û¬LTòÂÎ\ÌV¿[ùðr2ÈÄ6J³Ú±Fokeû»á<EÞL*ß©8ØÂ'«oõÞÂeéaw*ÅiÌ
+ðì¾KZ:£·rH!0WÚ_K=ʸs
+÷Q÷#TjRz§ ª<U<%[~.¬jdÆ6¬H\>@»äÌå, 7Ö»×þl{_ªK7÷|çÍãöòÈ#FÛè'+úvÿ¬7à¹Snnð¾¹T^îOÔ¥b`1ûoêìÕÒAæöÎJã¸É\üâÒ³êäÊjA³?<?êVHj åç(ò¤[vÃzõ¥Â)¢yØ@ï~´@&oRÓeøÙ/v?| Wb¤¾6di
++
+c(ïÙ+ççñ5|@<Öа÷9È07¿ö¾ ÖÏ%_ìöÑ>ÈRÏB1ÝwOÏ:ûÖ^²¹ÁrmÊÞ´ÃCûc¾w»(Õ¿]+Î+ ÔÝpkÈÝ^u¡áS#äôà35Ô
g]{Ue:ixå+k·îB&VÐÌ
+¬VF[ì«IR?¸Ô%ÃÎTõOf«'iæ®XÎàó)÷¦ÓLGîüA¬6ùF"g6úâ3³½CûòËw¢û&¥"Xm*sÄ;Íwp\ñÓÒ
^"eþ,^³W§xhù/8_¹æt·ïññÆ«ßeÎUPþü´bõfôý¿÷ö>ßõgï´4E%n½ 9òmTNcBÕ̱-c IĤ#][B¯¸ÓkÕã
èÉÙ°âg±ÒÕê©y;1äÈ0ÞïB©ï^v"ôR&÷i¯<4P
R6Ògí7:Âm½mÿLQk,ÙF¤ôWþ¦]ÀÃiN5º¶%Ö _bh¬±Î2ÕUö@DüYB}£b|Ewk¼Oðcì´7êt¥ÌøÍÙé}{ߦkÌm,>ͦzéý}þD*7¥¼{¥öÎ8ÇÝ!Õü|îGßqæÞUÉ-b.dÔ(ºµõ/°uû#ß¾p&¡ó Î-K[¹@Z¸xýUÿÔúûtIÓÝyËóeì&é¬'UÉ
+#ç±¹ ÑË9.à8ÙX¹sh®LeL#Qõî&q[UÂ}e3ð'PóÝú®¢.©òK²hv¥
Ü
ß |Z"òy&D¹wGÿ_°Ò}e]±y'×àz¡
^cQf´fP+)jiõÏdoþ£<`N*"¾.²bþ4á+rµ1 i[ÉvÎýÇGÈ_[È:îZ5f$§®MLµ¬¶â?%,¯cWé¢ì%ÄÊ8¤¿µb«iìµÔÙ^Ö9{Èb°]vºÆ@ ×.î11ÇëWÁ$M¾2nMòYRÜ}Uµ¹ìo]Õ\¿9ýØÆ!ühê¼?ËIïo <úå+q÷·
Z>B¦Àö
\èO{ S©yWdnÊ·èqò/ðí,ùW¿¬UýûÚòEpïOz2FÊô®ý¥!ñùAëTÈ¿
ÁÆ
Ë¢§æÄí8¿¾ßÞlÔ]b/`!·TÝsÈNº©¤ãÕÖf£ÔÜÓ¨êfݺµ~5ÊöôZÝÐ`ê@>z?Ø]å²b¾
+p¿D3²û|³Vttüf³Î 'ú3¨¶Ö«ÁdH}¯OwÉL þ ðL
w°@L½OiD¾ºã*4ºk¥aùãsr¿®¯Y¢x-Ñn®ánȨÖbGõ9ºÃ²x¶?c¹×d@çSɦ~JÔrÈ:æf¡%MIHÖAqyê~lÛÇtEö\$HäN_îèeÆïf¶@ªÌ¨Ý.¶.áf#a²Ð,Ízê{k¬~ªlýÈ(³üBú=g\üÆnWXöõ²u
ÆË3äï¾ÞæMËi<Üün&¾ªUê¨=W`ÈV]<zÔ·ocÑÍ{2-ªùê¸HÀa~«ô"ÎrÄ%LF°Öû*S䤡dzå×MÜLVÆÕg²Ë
+§åvKÇó#,ÍD§YÈHºaE¦¦oþ.´¬¸ptèiEbªwzñKýn}Q{¡ÉRhqÁaµÂ{n5íÙëË|ÃÂÓÂB4®z0ÙßÆbÝÇ+æ|UÀÚõÜßö_KQØ9+'©_§)¦Ñµ¶øÜnaÛÕ4MPBymå?C~ L³ªæ·Ù¡;/l^êyõäe¾`QïÌ¿@I[ÐSh³£"}9f ¼Íwã!ÏÕgTZJ#®¥8ðµ=À»Zç!áMãM¿`!Álhmë
GíPs©»Z÷ÌÕB2Dî³gbq>é
+Km5dfB1/:Èy®d}U^mÛÏ£ô~~?8Uâøú6'º6éµëܱ44LÐdéÎ0i§ÜòÉM¼y±%³ËÉÔÛ9CåÖÃa¼lmúU$Óhwþ6ßÿ]zLçFex<ñGnräX¿@¸ð`éYÝ6Ü{ÒhÁvsuX[ykGCuäÔªE©ÂyI2áBÊ9jß_UÕѽ,C,Còq¿ù?R\a7r³¦ûí¡N~}Øö3f&ÉQ#÷©nîÔú_÷Å`/\³ëd³*7N/1FÒ+êzI륰¥ãÕ©|.~-Õåi?àW\?y5\ì,$R]S)´÷±!ÅÃø£oDzÊÇ£ùzdM&dZì$+ØGx"¼'ê>vIdê½S(ÍðÙ©mx²âæcAwÍ¢¤ÛMu»pÓ¸"wÉNÆ{1«ÜáNÔò-m]b-mÔDÒnl ~÷ê=%áìk;±îMmñ»Ó*6.R¦*zÑ×+È¿Ð+ÿ¢i¤Fg2-Û5Dз÷ß«÷-<Ì(n"ø}X$K6zÅìÃÔûTüJ^A'ÎuçXÚS¿µój|Hr¬ö0\¸dèH²d,À[æü<==¶#¨²
Wú´çqÖ1/ú2Å!unÊ:âÊ7©QY¾ ë`½>zN_¿:
+J´_yµ-Ü¢EC¾E7ïÊ¡T Éòº¿Þ£ÆÜùäídq¢ûËhW~ç'>>X¯_üQ?§Ù{2ä²@{`=Úá0b Ó¥ÞÔ(+çØÓ±JÅÀÂÀÄ,õ,©§
+é9gQ«Z:eIGtëð>Øã[sðÆĹ0i¥3íú|³ôÖ´öïÉ#ïõ6 /´c.ºKÄä8¿
+§v8º¡½ùWÎ7QpuQ?Ä8è_æP³e¬ª>µëVu7w©(mÉcOÏ9±8Ïþ:ø4ä@£ÝÄ[%ÂuÈ¢6`i
+]µ#eæOÞd¯ÉÖ:yPêBCë_biÐT¹ùSþXL¶Ïº¼ÉN¢ Õì&´Î'Hæ·Ôä@ ¿ï¢¬¢"ÀéCãÔ¢Ðþl5ò×|ôÐPcE çeÑȵðµhÄiØÐwMö¶ÖÇÓOO=¼úSNÑå5Í[[ïJ·ÄqÁ-¡¥ ÔâBÞõ¿Ñzó2êX«Á³ò£4Î3àIð&Ö ¡k¢P0ÂÖÆÂËuIçôymij.vSñÊþ^ÕW,lýb5RpÙ¢|Þcç½51ñh«ëÅ?î8Õ ûha
¢
+Cøqpê<g*NYîÉO~Ök"ÙWÊu÷ê.g×AöCº^'£/iYD¾.}ä7ƼÊ^H$æ*¶dÊ®m V¤#dz,f
Ê«^G¹Z^vD÷iêÄgü¶ÏàO"í|V[¡L+óY=}=í]Î?l:z}øH±RÂõÕQ§íËAU¢SD[¿ý½´Ï
+ËÌÓËðeø®«+gQõûW¼4Ìüñ¬LDL:ÀHKL£ÇãG¶èÔ,ÅuüGD^Ù§ ¼üñhN]½*>åÍ
+·i<eNÓ*s]_ñ)'_ù±ÏØH]öüÊÃSßêGn¤Êz)]ó¯9Vº³ÒS̨bv%f=~K"ÇZ5|ÉÂ/£?Õo9°ÞG~~ò¾ÿ&Øç2Ú@û$7ùúà%çرܡ¼Ö*]öØù°ÐÍàR7Af7hoö=ͤ<ÞoËId\õE? Fè+§Ø
+éwµ77Ñ'ZOZÙ=¼¼C%q@p(^µÒ0C:¾óùËÏo>Ç/7ßò?XTu÷YûÜ£ê½ÅïV|¯ø¯Âå}±çÿµG=ÁÈ#£JÂLy{R=
°¥¶6WíVÙÍÑ
+mn ÌnµÆ0;<F'âè¶ .tD?ÍÔákE/(ÿà¦i±ï~¡eÑ÷Ý dºÆƤ±_¸Ñíö⢰»Í1 BÖÔPÓáÓªOûî6¬É×(~Pµ{ÚÉÇêJ¢+q
Ñ&ªðÅÖ{>8;ï;®ts¦ÜÆCníÔM]v
+õÄeÂiáut«'΢'Iº¼wÈTTáDhÊd²Il¼kúòÿW %-
+endstream
+endobj
+324 0 obj <<
+/Type /FontDescriptor
+/FontName /TZLUSU+NimbusMonL-Regu
+/Flags 4
+/FontBBox [-12 -237 650 811]
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/ItalicAngle 0
+/StemV 41
+/XHeight 426
+/CharSet (/A/B/C/D/E/F/G/H/I/J/M/O/P/S/T/a/b/braceleft/braceright/bracketleft/bracketright/c/comma/d/e/f/g/h/i/j/k/l/m/n/o/one/p/parenleft/parenright/r/s/semicolon/t/two/u/underscore/v/w/y)
+/FontFile 323 0 R
+>> endobj
+325 0 obj <<
+/Length1 1608
+/Length2 10163
+/Length3 0
+/Length 10992
+/Filter /FlateDecode
+>>
+stream
+xÚveTÝ5îwk»C°à\CéÆ;ÁÝ Ü;$¸»ÜÝÝ?Þ÷ÎÌu¿ù5sôZÏ©ª³kWíª³REEÌbX8XÙ J [gGuc°8ÄÆðfäA¡¡p ; `Ic' @h89üüü(4 ÈÂÒ @¯©¦ÅÀÄÄüOË_! ·ÿô¼ÝtY´o.@-ìôñ¿¾¨, s
+ ¡¬¢#§$ QÒÈ Á@c³
+È 2 sÀæ)lú«4GÖ7,1G1ÀÑh
+z»t5ÚýåbØlAoß #ÀÂÁìôÖ' 6µq6ûÀÝò7!;È[íï
+Lâèähê ²s¼eUþO'Kc§¿r;ÞÜ ù[¤ÄÔù¯þö½Á¼yA`GÐÕé¯\&@ÈÑÎÆØí-÷èoÎ °Å?0Æf6 at GÇ77쿺óÏ:ÿzc;;·¿oCþú/ 'G 9+
+ç[NS§·Ü 0
+Û_"6 8Øÿa7s¶ûOÐáïÑÿ53o$Í `7Ð
M âô@ÿ¿Sõß'ò¿AâÀÿyÿoâþ«Fÿmÿ¯ûü¯ÐÒÎ66JƶoððöÂ8 ½1ÿ_¬±-ÈÆíþ×@-à?þO rNÆom[¼IÁÎÊþ#ÈQä
+4S9ZÌmÞzô·]lt°oZþÝF Ï¿ø4,A¦Öà¿ÎËÿ·6ûWæoòüÍMBMì³´4Ó¿¾¦G©¼©î¤áf÷Fì?êPý×á/qq+À
ÀÂÅÎ÷¶lì\ ~n~¯ÿ!ßß@ÿ<+;9\zoE³sü]úüþy2ø)°)Äì¯9Qw2½Öþr:;8¼)ú÷¶¿üç¿t¢,ÌBLR¾§:UdõKêu¶sÀöÙÖhäåøþüöI Yã/ýòTÄZ;*ðÒä6s`÷¼%ϸÝßoC÷; xMêEÅеLÛÂÇ´íÏfXz¨áq:°
+§ËËþy{}XUÍ°à l´
ËéôÁÊ%ÇúÆî·iru4^+f-veîÁ!müÞí
+]÷@_oÏïsø-¦ÌhdAcïÄÊ'·/W5¦Ï_Y~
+dÄPvö#°ÞWP£¶SÃmY¤sÖÿñØ%Þç%«2pÅ©l`® lê×U'*Íã~,2akõç£L»M©µ0¶ýVKC Ó-y+jfµ2káéò:ÉMàmÕÍÊEµ÷Jêl¡©ýSè©ÙC?ûôÎöE1ób 5.Ê!albvm6©23Ȧªz-êl]ÅÖ6î'õÒ>wj )ëêæVi-"åQïD`L0ÇôªÍV-#K}övq$\ú1iÆÁ[Ð9æ}0´ùÞk}:prÍÀhDÙ§P
A#r[vîÔ÷,° MÄQ²;EoJH ÀIáR^prÂHé^ÉÚÌ&Ú
+osoÂLÌ\äÁc;
+4ýV´åo ]ÔAëÇ|©ö°¤
+¨9ïjñ[^(¾ÔU à[ÊôÚlYoqᨲª>þ Ôʯ6ÔϺKª,Ãé¡,ÑÔ
+ßBí£úcг{öÞ¼²åý°
+³=hV¨àý¨#RÚÑß%·@*Î&M,9*Ú0 GÀ m±õs_Ú
IA¥óë¦÷¯G[?k¡xÈMØØ_ÆÙÎôU¬çi=ù@'øëùAGBëoØGf`üfëõJʧd9¼wlAR_H&ó9Àx>Ñа!Ä¿g;8îIUÁOm¤nÄe¡û/WE¥yG ¬ýúÃ=<.ö¡[<`´uûôÓáíÒñ`0hnRåø½h§,±m¡TÄ$X½ûçHbÔæc
ͤs-mË Zø¡&*©ö?EO\Ö çeHýhoË¢+b&ï¬=CûiV![¡ºÖr>¾·ú¢rùå)¨sô»qls,)E¨FBRKE#Xy¹ý"NÇ(¼½mªÌX_ÜÖÎA24Ñ¡m.iR¶ª¼Ù°#Ì£À[ý4<^©$QÍÏ»x;»fg_ha[(Àkóòã1ýÈÈÒ¡*Õ3v
UTçUóUüt¶Á7iü ô8rÀ??Î}IJU©´1$X
+Pß[å
+ZÌÚ4EÓjëöYØ
+E?¡ßA!_-Dïï/rC¢H±BÖ]± üäg[6»y?Mô*§S`Ä,;Íò¨! ´&ë÷Z£ÒlÚÂh¥1"òsjÎuIÁÂ^çX»
+<$&±&|xĤÊêÿå| Zf¼2¹¾bÒx´!º8±¾éÖµ_2Æס§åí
ö®HÌòÖÚ±À'?¦Hm³Ê+Ãcy¡üMF6Íù¨Æp|¥ÚðÅÿTÉaòâð§;ÔQûzñûÙî³Bð©Ï37ÏJKéÃ<À]Gºm _3I£n ¼Ôºó¼hÎíþsÊ
õêÆåðXùÜ¥YѨ½2
ÿÜWÞÐçO}ÕÂö:zdó?êY¬Û%_P'R¤¢« Ãê*Ì>ì>þO÷Ì\¤×EFU#iϧÁïÊ㡬±£wÔ´_Î6NÛíÀu
+spPæ(ôT
*©&§_%½ä/úðJäï¿À}6×öÏçϪ(UCÌødX*'QÂ,°¦s§ónJñî¸õ>íñÑÙ¼Æíu*aɵBÜñï_çe,.Íîa¨P`Nî¥B£HSÂeÁéKÂPE{¿ÃóÎûîÂ[ yëi0m.ö°íáëb&Å#©Ïú×]YÙ
+¥j¨¬±§îj¼þìÇ<hûånßéªQÙ7 !¦HFjJ&°SÛâkÎÚ±|àÛ2UêûRi6÷¹Êû)ú+m
+ªôFØH
¼cTWnpQæù|pØLOµ
+åp;UpáÓ*˾«é¤[+
³r'Eð£iÅõNh9ªVÏaLD¿~&}¾l¬ì±ú]R£#ò¾Ó\<¹b×Ø?<²'6ÙDU[æ9üÜÑ
+µ=5Gz#Íï¼.L÷pd G#iÑÝãØûHÈ×'|×qS®ÂÔ§[£.¦×v¹
+ Ö¯éüÍB´»ª@¯eÞ.²¼Ç[SÅÉÛ`h¶2ÈRbkÇ¥/Qc/ÞGk,ã,Ü´FKlk3X0ZBÔ»Øo>íÞ n{xØDÄ®»y5ÄF¸õ<BPç@/SKê{Ú3÷µ¨Ã²S±?5ØHñ äàæY¡6s¤¿ÊDÿÂ>Z+³;ôÎ&ûÂ\}Y´{52Ù*Ñø6'¯$ÇËy«}õùÜÅ}Ôç¥2÷+ÁF+Ñ4Ä&8¡ö§|£p-ÆÉ(¶rßâ´ö©ë
¹CÞº;¦4¼yµÆôÃβA{uN;
ëË2úkýÆëàø?].âwyÏ`¾çº2·c!Þs5VbÙ
+á ï1Ë«îú?óxWËsh§¢wì)ëEÒêKwtZ¾µÑ²)
+y)ã<F)¿:j¯_U0JÓ}<ø¶ü.õX&7úu£(}Øb¢Ût²=Þ(s^øg¦[fh(0_p64®9ÖK/öé)½|Ã
+-àáõ0ÆÀQC1Â×vZöÞÚÙÕàkzcèAEàmºçW©já«Æ];ÂyM¤¢¾àúÁäþ48õôQòæi<C6~WË¥*¬2=`_Yë´ñá
"K»°ÏEѶ¾ð -hfduª»£5ß±-Æ_þX¡?¹/¢kù4]3Õ_CZð~=HÜ¥Ü|ð÷¤ÎÛEÔùÊßñ_¥*°¹0(â|A{¡
+mu3ÈèI{.ûû¯YlqÆû~é2å×$ñÈï]øF 0zsÿफbfXîfîoËæ_k·U²1ßØVk#[1½L$¹qG¦l¹¿ïÜGióPí"³Ú²x8«¾s/îpG}¾N«ø<Xè_SùÑðÛ¿>óâx¶ç0_Ùß/²*ü»z]iEþcñ×ÞB©Ùë÷ÒEsõ.TʹA]=3ACw 6=EX· ÄiXW½?|hÊÍva%Ì,ÇßsL¤ÃÓ»n
+ÁÙÐ&,6ßùß¹b·
+cñ&3¡°ÜçJù AÅFRýbì1zðæ â`ÐUË^td=´i[Ãg¾#r8¼@-þ, ÍÃ~gØv_Ê/"ÁÈ!×ÐR8ð ôQ$
9³=~îÛ\Y2õVWãÁ»ÖÑÀw2¨ 1+õÄ:,ª¿y
#\øÐ8Ñì¥Ûí?ͬÒÙ¸ýyS¢Q¹eEF"ÙmõÚ¬NEÑ.V3búeJB
+É¿I±Ýì£î.lâ^=ëH©©¸³ÀÁ»J5ÅE¹¬y¡¢®£Ë~^IÄGwꥷÓÙV(,Õv.b] ùÆȯ类gî¶%@ñ·ëª:ï]£Õ~Ú¦Jì´y¤µo`Á£C"Ó|ÎSS]³øzM±¯ÙÏÿ;g[»xÎfÃÃ&Çä8¼ õí¹¨gͨª`KþÈüL¹þ;è$QYqMÓ£L/(eº«
H³|TH÷Pár¹êÅ·K[²äÁ%qûAu8cj×ßV`eg·#î0+e¬¬Ë"&X´DT^ÏÐ(T
+egÇâÚvªø*eÏä4J[ò-ÍåTLâ80f¾|.Å¢åZ
+|ü*Qwû1cµØ ~Ï7~Îz}ÈæÒþ£ÛÃPs%ÛNédië·W EÅéAE(gíW>2aÙÀºwØ=O[êlî}kUǧÉúLèÇS3;ÁÐ
+{ðòMRXØ2Ñ®£¹}w6¶Üñ«
^âjm1'Ñ4«âµLWS#¹Öd¿å:F`ýqiÚîÀ\êYå#ÏQd43éÝÓTõøÁÇl¼áÄòÑgp¾¦èó!]~ßY`°_&eAøÇ4õû.Î?6½¿ÑÜkµX÷:ÛwbyÂͽQ;¥úô5z$Ci£äÔÚL¨P²ºJÛh:0VÊ3ÄüWç{h ÞcæöûàëÁÇäO«¤ÖÔÇI§'æ3íE_j/ÇnùL:®julÅ`êvfèÍìéè¡DÙåD&ÊÌÆ¥vêRÓäaÚy0øÊ-o
+Å 34Q²Rg}l2ßM g~Ä9ËÿÀ ˹o© þþqfÃÅóã/£òSv¯{ØÑÙh÷wÏÚPÌî|⿨³ãy!{¬¯X^(ƽæSj©kì²w°4ÖÞßeTÕعNÐå+÷¬³Ñi>Î5úûÑZ(}ìð)EnÁ[ Ã>JÐ*m'ÊaJ@ÔÒN?æ!mÿýmMS
=}6ùTô~ÅQ"Õò±Jø·ñ#/nC
+¿ÿ¼zhÊÃqwZ®.¶Æâñý AvFÌJ?.¹|DP`nÜ»qߣ³}òñ\$k7×b4B*¼YSYÂùùÉ"ÙÕ,îz
+#<J¥Sç"éxÖ~<¾iA;"õدô59áYjv-8hÆãæ¼[³TÎ)LèqÇ=»ôiÛòÒö _HîµSàä#) ¹b[Í-ßÓ«<ÏCQÎIt9Aa>®ú9wh¥P¢<¸jfÏÐÆK¨
+ÓÜ<ØåÙ
+Qö(Y%jtè%ÞÜb·aÑkKÃfåK=,\êÛöcÕCdó|!F¬Õ%£vÐñú8»âÑú0ôþíØïÇP*Ûèrwu#Õ¦+&sqÙ4àÓa¦JÚ?å~x ꡺·`¹íæ/
+as7%-Å^hå|Xñ&eV»#!2ðn
+Ãc·[MÂ}=0;Sw
+{©
mNÍ°ÑM%ôÞ:ÊzÊÁù¼zLÒ|[}2t5áûá2ÖÎs·]¥5Tðü©!ûsÔxÁ¯ÌÖ
+xß°÷MZö×ÙxÐsN ÎÞJqAU,dâÞÕëu¥Öõ,C#k/âÔ :3ÚYúcGÕÊ-ÙBñµr)q$¸·¥´PühãÒÞ§@ê¾ycÙ7öòÄ0ôºÈ+(6¸s>wÕ§äô:9
Äl¦õw2Zcøå*7´F##ùú6âDÊ~e$£Ç£îc^vÈd×ÍP<] á+ÃÃiu
+ö.Èq È.ðð[\ð{Fý3g°Ôí¯J+ÑJÙ˧<rL»`m¢k¶æþÞ~Ñü@ÚÆ}½`ÏÞ¦Ô©<ë{gÕP¥_ô{C¤1ÏPkʤËòAܬÎLÎòúéå|gu°XrXcäQaÆi 5Ä[Ç{TASÛx¡ÅÒAkt{óYÑ\ìZJ)aïË1Ót]&µ1J´S
+uaTè>g¯k3shà¼×ÔÏ̺ðÁÃÏà/¿×©üHlu·û»P8߯âx,Ù@QßzºåLºÊÆ`[~ 9RÉj[J"ÃeÈÑêe6/ ݤuv¥ÆqÖ~DiJÀVîá.Ñh4éðìò$»×y
+Æ5<Y13á®ô_a]õ:vú2~a½«x!"¸Ù+·~ @ýHz©]À|rÊ¿÷0£tÖòÅ6f©ëüUÎÚs[Ñ¢I¡P*^ZÕeÿdú²h9»>ß r¼9C¬Í^ÄU¶gluì.,á*ú¼~®àQÏçôc¯÷«RF?·Jï\¬LïéLx¹tÑcYb>þJÛ`:éÛÆÐ":×V_[f3¨æ â«GÀËôd¿ðk0§ê[½³Ïçt|ÂÀXûVÝ\MGz)ß ¬($lÕüQ,_êÒ/ýä3ü¢CÒeõ;¥$ÜfnNÒ*/Õ¯Ãzq-9 'ªDOøB$ÍT¾x/1?ï{0Æ#êp۵²¾×ë$N!mÕsÃ0*$î¼Wõ²ï, 0wYgÖMS)Î<4&«¥wHHâ=kínxfÌ5UûNUp«AöÛräyú2ô¢´tÕ¤-I'OÆõ3®V
+þÖé÷¨ÈÓénÿÅS.ü§ÛBG%ñõzÈ_@®iâx'fü^ ±:øiåkòp±îÕæîÝPì)nOôÃßx¦HõÒZTÜ`v©>#·=Áfð~P%ÿeç½ãò[xý½A
+)½Oqë¯fǾ¼;zlJÚÌj»Çûf'[9ÍSÑÝÞHx=ÞÚwBAÃüÄ~S=ã!Ù'ÛãÀ%A«ÁwÑlâ¶f³~Ù
+½îTÚaÈúâ0®p<
+xLk í6¯¿&O=jPGåÎçûõ)P,ª"ÂÝ2¼Ôá×o"Ò%¸405ÉÎbYÉF©e£Uߍ¥ïN!úÅ]:®âí>O8°ÈØ+<¦åmýÄ\¿.î·d68¸ë-̶A5Q«[~H=Ú=^½®lþ-þ$È<Y©Ç@hÔ}q®}xÜÀ*ì¿£cRà~¦
+Þ4´Ý¿¨ªäé$÷ãI[F|BÊ|÷ÇW gÕBA-w§ýãÌ˪ÇÆÒº$ª~VmÇCƽãs1]åÖWÛú8ߢâ¢sje
BúÇ
+ÔäpOû⯫ԱLÄ)Ù2WÏ$îÃ×é÷$ÖS!É5=õï°®Yèµn¾Á
+PϹpò_Ò®ò¿Ào°ÙJ{t*cÑɶÔpz[ØÏ'᤾ÃÎxè?ÇÀiéÆ$±X ñóHÝ
S¡ð?ÖP7³c rfÔ]Z-¢áê×+]Ä+ÂOúwüÂ_íG:^ضäÂÝXoÇ»7úæ 2Ñøð×=4e»ÃþßuæüòÇ6¯mè¾büVþUOø"´çÝkç§í@ö=þqgâ¼Rl×ƨ¢-kßúB¸NߣG¿ß»È¯ZÍX¶++î\QùôFª
+£°¤ªºó´Jfl)ÇËÈëC£Sê5k@C)yçõÙÄL©Ú+ù1ÛSÜÜ¡
TOÆÆ®Æfßþ«á½^i§¬zÊé%æéWW·úÁ3ÛðÑö6µ¤¬µT'· ªråy¯BKK¼(ÎÕ£eÞwf%)à1vÙ}°»@Y×ILèIû§_[<oyZ¤«4²¼EQ½ç·?0¼¥í0åñkù¯È¶û°åÑ=ñ¤ñÑm¯HøÞóâ[míÁG
+Ây
äá×è+Ù%j¥¦ !ìIK/Î=páõÞ:øKGÙíýsð±?ÕäÏT%væt0¯ñ!ánP2fü:6_1ÔDBlsØÅsäã²Àf£öÃlCÚD@¸q ê.sÖ´F]íò5õPL©²^00÷óO¥Ë±ïF]¸ñmN<8VØêOªÃöX!ïZNÍxKr{ô72ê
+&.
+®»é V¹oñê#FZ«q.ì¦'¼Ó¿Ë[t ©Ý¡|yò&åt±b·!Èî»WZüuª $xñqð9Û&Ó+tCêõèp`£ÜJ)eà«~ÂÉÛ&ÒVÆPY·|zQ]Ã_ÌÅ^GÅÓÁdµÎ
+ΧèÄ5öëí+Ù®4¾yß©A` =£K¬Ó*+1äÍn úç=r0>1+¼ØÑHÄhqºÍÜþöËN_`BêÎ`Þ5sǨ ë5!£Æà"m2ÙüK¦N~Ys¥#ZBMw~[S0RÓîÒëU&VÕ3íz$lÕßã7~ØkDÖ+yº©çÝ¥0QÌ(Fª²`y»ø³4åàOgxä@»áVýçæsÁ¥8ßf·DÓeUy½kª l¤Ýgû[gZÝ÷r¢'òPDïϸï_*ÖuéPEN:yÍé½V½×»eÉãZ²(nXIÕóf
+ÕÕg~Ñïd[P4Û+½qmQÚ^.nëuKÃZáfaÚ}Ö·j¥6mª
Ìæ´Ì¶©«FÉëÉS]ݬ&oðt«¶hgál*Ö=ìãk=8S~dÁqt¾)còØæË(NjØÙ´,0H2Iù}+wX¡Â©«HÏk<1ò_+ùZ¹æý>o<$*黵Æà¤fèÝ#¼¶¯ð@/Á:Ú~|tCªú5ùì}Vªñ+à
iG°²cCËZ¡|?Éû^uÁÖãrÿ6²'N ÷Q³h¶%èçCò Ýß}BU{7êr,×W;ÿåkÉiy(ga"'L³9;bO±HÇV7ÿHä]À¯5jî(}µîéÊú"Õ3äKÂbñ»Ãþ>D¾è
+I ¢é»þ®Sñõ8Q[F5#áK6Ü?Æj £Ö©á-z6æÖ1Êf"¥«:cµ}m~êÌÚ C:~"À¥×;䤵
+XlÓcrÖXxâǪ.6ÒK°ùpdck3·æÿ,ð^Z{2¨Vçû4µÑÊ[qâ$¬\1+8¯
+ÖZl\cUY Íd%k*y`¤9^bp$Xê¹x0~PÉâ'Kò¾.vß(«Gãå
+ÇþÞ»mÝjݹ\'æªÑ%)êOĹ®(w0ðã׿õÈVF
E´ÛØÒu.WÅPºYJV°¯æä²$r?òÆT_Çf
vIQ$*ÕÈíÙ èÇú
+ºüÑréÞªGví¦ð!6=R6ËÖ¯ Ë*ñNuçRÅh.
+uº"ÆÞíCÃrµ¸JÙkLP½ ¬¿SÓÕFN¥µ]0µFB¢
+eí§$¾»¥=/»Æîd
++ ÕÉFGåÔUVL
DÁ>V¢ªÝ[W+lK>F
+ÏV²²hÚ9=@01CóûjÜPG-µL¹º©qô7¡xÍĺ>¬_Ϩ´ïóºkGØxß6ÜuæH²¾úYûK/q ŵ*-:éZ¼=MîO Ò3#¥î4rüÔ¿sø¬Fbº(¨ÈY TÊüýëù/ÕøÞãý
+Õ\¬0é]uĵþ>ÍR¡ñ-ªMoÞH
+Ýäv¦¡N¡!² ·ÏFù7oÒþ´U®ÕÂØÁǺ
+ª\[[i¬uȪ×L©}q÷=7dámßÌl³u=ø6Æ5>íWÚö8ZÎûÕu'¾?«éÜF£ÔXðݧþAæ åúúÕn''½ðB±,;/|Þ;KLÛäÌñD 0¦ï½íÞpÌñ4W$
+vN2ÁsÝûl)á-]½R¦2)í¸ý%%Hú"fÆÑSZò§4cK~[$aUØÔB-ýV?´|h-GõÑ©a©¿^ë§1þç"líª+º`Íó®FkÿFÊ0²5mÿQÀàËÏ4úDQ¢rãÖ¬@GRõÜø
+½ö¨±ñ!%ÕÕÈŤ)óêuÄ¡ÎoÊlöµ:Uúü( ¬ÏÞcðeI|nA¯"ÙµØÙgoOÄ·HbÔxK57ì£[7kÎûáE'ÿ£ÙúVÈe·Oe<^[ÄÂrÛë(Ú¦ÙîAlv¶T3ãkÜIm±=ÉCÌÙ*?±$S§Ø÷m[ɯßN¼®òw'5D¤aíýë*ºR.«`"¡Z Dðýü"õ 9.ÔN
+ösëv°7+\Ú§d}£y/r´ÏG;
ô×î_hÊt»èÜEñû%©å¼©;±Õµ=FM,úÁDd7¾"ÖÌæQ%³2hôP
+¡uC¦jMß}©rô£Âð£ÓÙÏOË×Z¡{>õU1=1÷âõ!ðMµß5(ÄÒrxÒL4à²+
«C«pix^u:²«Í4&ä`ïÇ¿æv³À`6FAHqâÕK~§ïɦ·ÈÙ¨cH\¬1QÝÇcö1nXóvt°¹1táâö ÝýÊÂüÞ4
üÃpäôºIh;¼u_aØ$GÐ+¤ûÆû?Ý©UañÚg>ûµpµh6{
?}$SZôAÞ±VÚN¢É~ÂÄ:ðd",y©¼ÛÿèöÚã§ì`xRïy§>(××êk²ãüZ6°%>QâQ|YÍ0ÒW{dÚ!9hí@ú¯Mi²E'¤w·Ü¾¦ÖÜyÃC]©Úo1¨Y äµdßr*ùUAà©Àƨñ[\Ô«õÅ
ÛSë\Ôsk9ýÌÏÙz<^ ÉÓLçËB²õj_øuHWJXS¿_ÇMÎ&°!Ó½qõ!öAó÷è|Ì»èo¶tþX¡v¸±áÏãï·
ýþÎß+~Õ"|,ÂMVãi*©H±@Ze³OÇDgmÒðWØ{¹v§Í_b;Ãr#g1ÚAc(Â,È:yö½,²JØçç/nå4öx>×þLhÇ8ú<·-q=·o{
+Ч%8â÷"ÿróbÔ«
++·ÿÛÀ,S¿SIÜCiÌÓ<ôͶvëAuä,'
+#5íBÄÙ¤åÒ?}d'Q¯ªcß`6~Fi0Ö¯kf¹EX¨õ_²d{àû[ÚÍGÎìW6_Út´B
+¹8 È×t5_èLOÍNUÊåG°íí
MkØs
+¹cY}©a<ç¤în£KMP]#VðT®vÖ|à
+Ð
ÙõSÝ૸/F<³â;xVâ«Ó§ ù¶ôÈWí~{Ã
+»
+?è#d êÜ°|mj?uï=ÀoÄèêx×CnUvcùê3ù*=ÜÛBÿTQ,~vmÎ0,'·øL"úpѧQôEÖ"x¦
+rÏtã¼7d±uÀ4uÃ1¿B
+ô!ÝÔù¬û)¡¸&5j»þ]}hcÔ泶AG¹Oò×ÒÎT±%&GÂÑOtÒcbB[§e!-q3.ƹ£øÂóøU¢rqéØØßÖòu6/ý½Ëû»;ãa[ûñÅï4Ò×ÆdgÈIã#)}X±¦7å¿ÔyÈ/ã)~n²²Ðè (΢sIÙ£è)Ýî«é&bC³ì¾DO1`ïÐÑM
+¶ÇïI!$mÌzÕÅæòÅS±EÆk]ºaGÀ5TegeƼC
+\Y[8m_»Ûx>+ä=4_3
+éÞCzoÁuËÝ;Í"ÅV°ìÖ¶¶ÒÐ-
nÎüÔõ!ÜTMe3ÆPÈ98tH°O+¦ê0Î r»±ÿ$¯&kÜïÜyý+MàA×ñ
W®8 ¯aÆö²p%|ú.7a
Ycºæ"ïWÈçÜõ
+®,[m]ý¢£G®W)ø'ø󫺧ÓpX"éÎ+ãîhÅjB·ÕÚ`KjÐSÌ0]û³ïú³²-еH¨(~ ß@ lçL´K²gé¤I÷Ö
+WÓæÎ6|Ñm|Á\yí]/9ÏÛõø7U7)©è/¿åÔ÷~#3vhTÁò@ßl(U*w;û¬XèKiøSô9iG}q^»åûSúVjæW"
+[ìSj at 3Vyî>µM1T7ÄuUáïä¼I£/4èÒ9åvÈä~C3Z_宿¼ê(OE¶¡||¹ù=fA%<þÍ
+)lÖ?ÃfuÌÈK°3Õã\`°t:¾@tÊ!:pE -)u¶÷{>ûK}n®ÍWjÉQèÁ^¸àä4RÍ·Ú(Á¹ß-9e,¯ð¯ë0ºÎñ
+Í
ïB¼æËSRÄéz
+»6ånªsÕÚÙyîïYø¿î(åYt h<TõþÐl)ä5Ù ¸Cñ.ݬím÷üɤ?Mºè-o1¢¤¾ BËL¼o ³
+ų"ë×3Àx à]³§Ä§ÎV|Z½ýÌäïdAðå¶fÿFqk
+endstream
+endobj
+326 0 obj <<
+/Type /FontDescriptor
+/FontName /CRAVFF+NimbusSanL-Bold
+/Flags 4
+/FontBBox [-173 -307 1003 949]
+/Ascent 722
+/CapHeight 722
+/Descent -217
+/ItalicAngle 0
+/StemV 141
+/XHeight 532
+/CharSet (/A/B/C/D/E/F/G/H/I/J/M/N/O/P/S/T/W/a/b/c/d/e/eight/f/five/four/g/h/i/j/k/l/m/n/nine/o/one/p/period/r/s/seven/six/t/three/two/u/underscore/v/w/y/zero)
+/FontFile 325 0 R
+>> endobj
+327 0 obj <<
+/Length1 1166
+/Length2 6977
+/Length3 0
+/Length 7752
+/Filter /FlateDecode
+>>
+stream
+xÚuWe\UÛ¾¥AZJ
+HwtJI7(±½aSÒÝÝ%t·H4RFº)ézxÎ;÷¼{î}¿õaÍ9ÆýcÌ1?,Z
+mi+¨P
+qæàáä¨ì-\´Í!ªZ@À#(`ÉÀ rÿ~$da at sg"gîüÈëغ ÔÌa ^n ·(·°¨ Ïãï¯@(L ÙC= @g <RrPK{ ÄYÛÅÁZi .0K (Àú±³ÿ¬
+
:¸Ã@6¶Î f]-}66ö¿
û_@è² ®@0Ôáw¥Ç@öØ´ÕïX
+ksy+óïq̶Î΢\\ÖæÀGÓÉtæbylTb%µÿÀ ó·fr Ðòq(w®êöuxþl
+Xý1.äè|)÷¿Áæß
+Ð ÀÍË-ÂÍ :ï,m¹~Ôqw þAòüÍ!VÞPµ9Ø è
+²>¾0=Ì] gÐÛóÿÿ¾ÃäáX,@Çcø;û#´þs¯fî½ssrsó ¸?ÿZ>¨vÿ;\ÝÜà2RÑVÔbûçìÿ>¦äàâpð
+<:å1£ ß?3þK¿tøÕ0ýoܧ| ±DþçQÇ¿Fr½ `þÃÆ,ϯuYÌ[Ç[ûÑ5/ÿj©ãÿ«±þYCÁþCæ?å <êáPüVlûps{Øý¿|ðÏ@}àîÿò¼t6,¥!6àÉrR ½Zi-mÿ´Ë_*[ýqP'Ðïàààù§c²|:9=ÅbõòK¨bÐv~t¥9Ìê_ÀoÚÒ{çzüö¯½5è±A ðÐsµ²« j¹¬¦pãØåëÔ=p¡áÇ#®s"u©¾-¦àÿx&%§1d+Qa¬G!-äöVD¦0 I)|³ö
º(öó·cînòø(ÒÔ»²î}J´¥ç²#Ú!Pb_ªK£íÇWhÔ¥yåO^íÀYDH®~¾Rûh¢M
+´ÉqÛ¦b)·7_1)a5ì_·¼÷ÈàøN
(b:×YP¶´ó^Û¶ªHµ!v°ÈaÚ>åƺ_`ÂF#M§ZÂÆ%%óPµ³Ä ÈÎíigÀå¼ùaQéF±ìQCOꢮ¸²¶pÙ4Ì;4Ó:µ>µ1
+úJÔÒÔs¡·¶4a:´å*ÛÕ¦²º>PmB IéLp6ìy½Ô~Ý.¨ÛÌo'"ÿâ°î
+!È·".+f/j{LûÐìÄ]£ô¼Çs|ý¶\Pªß²ÌüñAIqF¯+S
ÏwÈpШER»[g»ðlk_¶
+3ù×waBÎ)»t1þ<0¼0¸Ò*
+b´b£¡\Ƨ~háÖÂË S3é[
Gç#/ä()îN¯E^Þk/ÕûêN/Ù ür¢Â±sÔò+Iù·ï+$º|Á¥úI±a=X~â¬á_%«3UÎ\ ªøÞ(ÿò(²HWVGÖcªN¸ûÞæR{a/êÀ¾Ý£í*dµ9ǨéD§²-K2ª½®Ã@[K N'ÿüì8nÄÌ~®
+\Ütw#3üÊPir»ðº¢ow^UØÛÒß0Â×Â%~móH»tÈÊØUµÙé~<ñ4¦5I
+c£%¸q6rd×~®^Fv÷¨sóù`§yþÜ(¾ÉZº´s¯¾X%Ðââ?i§ÅÙøLûðåÍf,¨|¥Øý`
V °.õ"ä mqzz^=¾ÁRvÁZñ<¶Éáp|m ¶C_O4\ìy«xW »í¨eøqaa`a5YÝ0ýëù1ås¯¤ÞRÚ'k'Fm#NUr1Ä¢ñ1öé«îÿâ|zm«ÆäÿzD¡âûhVQ⤦ãÐè{
+lÙ¸á â.æ%&iÑÝ
+!Ë} õsó¡Åü+ô±Sê=¬gÖ'.ÆÍ(ww¹
ôðaæj¾KºõCѹîr §ö¸zº$¯M©¼kB²£ä[íÚ±öbkJv#KYWÍ ²%<3/Êi5ß®í&Le$p 0õÂö½Ð²¿U-ð3PF$N }©@çå9(øä±±HßPBÕE5g»æÍH8cDQ áÁ7éÒSiBµÁ[Í¢ ª{rcwó^<åü¢¹8Û0£Âêß"ø³×/¬ Ïs)gó.0ôýE²Ùeâú|y´ÚÈm¿q[ßôçë;-ÑJ¥ÉÃj®
+VÎûbØwÏüüøJñ.ʨ¥»õjÔ±êGIï
+K1z{'ëÄs¼;p;Ø¢ïïT 8êÀ§«Q¼
+²øµÏÛ|_êÄÅår7ëÉ#?ÔZ\*¤Q캬òVwaOüÙg àãgÆ yò±µeDÙY|KÌ#0ù¡YpðÕMx~6f=<72¹ài*Üüá*gÔTîjj(#ϤÎí=áâË$7Zb"l¨XÉR
dÒy·U\h¸ìáÍ
+:¾UÆád¼-µ{á¸dNcÝ ¡- at oú#8°ùjÑWè.gíIB¬v©Ññ|9#MëÚ{ÊxÙÆ(Ê4w ²å´LÉ鯹¶:¯¤]ù.þ±vTÜ$V'óc¶Ñ5ÒúÙúé v¹ØÝOqßnÅf}+vêÓe"âjì©æ!_HíðÌUi½ÿ¡wÉàÆ5(tr¾ J¡|©üܧK÷«g¼¤
+¾ïÊ{íC×tzÈSæ®ú¾á3â2èÛ»>M6ÈMý3þöm¿5±ZÚy]öH¥_Þvî|¡À>:! |J²¥þá=ÏÂA=y£ú¸;¸k.íëcÒ2ªÕ:~mËì«~Q5kÅÜ)Âô!xMy®÷EeG'ç#ÊêE×HÔøF³ÉgÖË¿|3ÈUñE¶ÍxÒ
6kx jS4$6¥W[<2á¶_à÷*ôsmíH2ï
+?<¹ÿ)P,F-lýáÔmáM!fK©Ðp çs8ªj²$fK¡ñ5:µIÁ¾ëÜùòîàGNå\zcØÒÏDZÇÙzO9®<b&
+ ßH£ËßLfe2SÈev%¸OúFQM at ayÆ=(jð;§¥ôü¢WwIì9}
+©X%=K-|Rô<]å¸ð<«Þû8 at SÙz{T$XIòûûQ°Å¥ñÌvÐ;äÑË5¤àDeMåÒQD?X¯¿>Imv¤óõçWÃX6MhÕ¥)Ç<(¦¢ ¯
bG¹¥h¡ª"rÞë.XzñIèT$vT~äÌef/özãCݵÌnE6-ïå4~ú0þ²¼³"zN\_x0iõzf$¦¨]Ê'4âCyéwÀRñ,p.ÜãêàkÏMÒ'¼§ÙBmãOKµT4EQkËE«Âß±=é-Sj £Ñ÷ý!ùiÖ¤qíS%A5®>òi×Ö{§+üµ7ÄTN±%ò²¼ª3SRþ²m2
+暏
Ü6å~W~®¥ó¤ï4Ñ(sSè>ã¿KõþbAeðü=|O%þHK> ==AMyh!µzócÎíÝg¥¨¢£ºx¾2 º'4ãÉóJýô[>QIwõäd¼)¼
/ÝÇÝO××ñ!{)Mò#ú
+ª%¯òÌÓý9±'²1뼯Õkö³ÏÑJãÍ<6îjèl|o»u2ZФïØ>¬
+µ62suµ
+yX¦Ñ£á¾çú"Ín¨ùêÓv®G(¦@ù ñBUùÙéè!Ó³!.¾XåÁÁàî[Cuä°2:>WSµUä9jzAsâOîZuÈö9éðñN÷
+KhÃÓòT®Ú
+äu º
+j½KÒ¶&Ö>n!UúgE2êñÏ
+TKw6È.ºPØ `,Ë90ÎÂþæ´ÖOÄõUwzÍü=ý:õvdÚ8ýkþ"áîm¥2mµ/¥
+r'áùe½«LãÙwÝO,aþC/»_Ê}Dlfydã4å½*À_::,mâY¹]ï^a
¿Çû0 Gæ]ºE³ìôv:É-6;xIº/zvûvG±O0f·7Ä\ô «dhS-8ý^íwYûPõÐâØ)t×ñ.¾L® KÊoñ +ÑxľÐß%<$#q§DÃ( ۯب½>Ï@ózy%¦fØíåâ±Z{Å%õ2TøЪVe¶°%ÌÕ9
+(ºÈÍsT°ÄB0m÷k×wEû¨Ùãm-
+Qð"z[ï2RñjÄ·V²´
o¤¯`´í1&ômBKÎη7¥np®ÌNÑ0ß"ä£ï¨±wÇjÈøH
+©ÄÒÜÍg×Z¬yãTÀHmM¿× ÈË.ªÝ£ÜÁÄqÓÍ°¬Iñÿ6ê¡lý®ÕV ¯)ÓA ßN%02Ò{cßï±ùÝ`èk52½ë¤ÎVé|WâÆÓY¹Õ¶~ÇøW
+ôÈB¼¾Ý¿/óêêÆ2fdP;
+ÔÒMÒ¼ùá+¸ÓSÚ FußE
+Æ×.ÜÙÚV#÷q=/þàä<£ºëÇkKÁÇnn±N?m«WKÛWï*=$òø³B7kYcvÔùn;#îÆâö+ÖbÒ£°sð82:ª'výóS²YZ¬x^Ý}ÇM(
¬Ø/ùñH s¢ûqÈS¶Ê4JgÎBv=(7³¶²>ÂÅ3ÒÅã4ös]T«¬ïnª)/ ¥õ#|{¾eä[pk5¯|FCÝ}T)'ϯeVÈ->4¦ G2¤©t£Q²6O;(¥¼rwhR!¨[À2å¥ñ<ÿN]*ÐÈg¾lud¹¿d`=ØÓw[_aX´ ÅérÞºL|¯kDMñ\õnu½zÓ.é´ñaòs{ayBi? 3᪠Þ<;HsòVi?¹ícojco_ßÈ6v'÷òxÛÇ9[V
í4Þf^ÿ(µÞMLSqÚ2ãÔ©r
ÍhÏTç*ÙÓ²I<.·,Þ9êÚî·d» vµuºéU)'§9ßQ?bÝyI}ú¨X?ðÑ¡#åÀ±ÜEb¥Qr°V,Ô³©À¿`MÞtqÌ&e5¹¸?]T9û¹Ç)¢ µ:©ãªYÕú;6Ó2L¨k&{3©ìr/ÿ®/1¼ÍB7EA
+éôk7Í@ýóVA3N%
+$Ô²çí#%/ÝL©Î7é³ötoôR~®My`i?÷ýaë5ð÷,²±Áéêûaðç-@î¦O,äÍå ßéùVxæì^¿¤CRGX+½ü D)1Þä© dÊQé¬Y{:rõV2ÕT OT¿Ðjêî§÷#)8Ĩ§{7á
+üéƲØ"#üÇõZ ¯AëÖ>J¸$¶ô
"ãQeÓûûËòù¡Wøç,wJ¾9íÕòH·p%Îk>¦2¬ªÅ¹¨Mð²:6ÂlS1ÁW§f¤¬
+y|B"Û÷R;3¯¾¢éÉ®aTÏF¸ÒY[Ðm¥
¾Q¿C-5pKþ¶ÖÉÛôyßéTÔX®+¯ºZb_a¼ËUë\.}!Úo]/:.ß5
½&1tÜoq`Ö0ÂväÒ8«¶ð6$·@Þ`Sñ R×·:lXfâ;oð§ÈuÓã.p-Ê|ÚÉñóÅmqtSk4+YáÕ:/BÚÇæÍÔ=Ì¿¼¦4Ô\=h#Àhà@0²Í<ãá
+?ó{êüë×Ó:Û¢B^÷#¦^ñbß'MëeÍW©=À
¾=nµ ÛU½9'ÕX2úÄ>Gúµø/ø¿~ñ=Ù\R[Ñ.ï¹HwÌxU¢2ÐU0¦JhIÿL´Á½±¹VMm.Û-:v§{ÀÆî+ØçûÓNêºÔl½.S¤Þùô³Oõ1ùüÇèýex¢
+ùw"iÞÖO¸TÙÓ>ä¬ãNFrR!>³|!!Ë¥}²",SßU=n1~µJVâûùØàYðøÁs¤5tþçókçõPQ«ÓS>qo1åYêµðcâíCøO]CÈVV kã¯;ýç79xz¯î(P*gº?¥`j¸ãï`.ßêØ}Ó#$ýyg¥àß0Òlå~b at VsePYÖ.ìQ6<ÂÅÔÁüIO7ÿDýMt}ùjf%bBëuMxÒaNuþmUlxOõuB^å:ÌÈØçµc)ëÚ7L»ÉÈ]*§NV¬30µFCk¹Å·r
n/))[ÓÉýhk¯q`Ñp>fóuíÂç3}Èh
+
¬Â3o$p*êÇSñ)êÕϺg#aõ)Hýêa¶^YG7vP]Èh>ÞmúÐ;²Í*un2IFG¹e!&HUÐÖ¼ëí\ÆG\ÒE`ÕÕy½D'O®.Ñã?cèN÷eÿÚÈ^µ«i1£òtzà#'!±3{që¥òÖ)ç9½2BþÒ
iñ+ô§Â×ábøÂG2a³¦¸F32hraiOy½<)aÛÌñLehZ Eð7ÍE÷&«O]1u:eLMºHÍýZ-¥:Ç~æ"Ný¹ ܵ·¿]qf}¦É¸XjY ø¼Pd·?õAVb]òÈxâE§@ØC¾àÎú4ø.±¦ª*eKaTaRhw«Ãèën
+?3ÅÅSÎìס]EJuxFÝAò§TÓÙ?¿rO}äx¶
?÷Àa(AiyÖî÷ÉyÈóbÓ¨)Tç^·T1"yÄ«Ù _åÖi$ÓwÛß~4A¾ÓzúôS©~μéMBoÿ1
+?÷!Êz;
++Ü
+Ç}nÚÃÝ㫸~¢ïG\çCÑÆÿüoµJ ¯\ÂÌ&Jî®°Ïâ`onÜ7ÀÄ~9'x¤×¿bÍq¨Md¼Wd~Û6.¯¬8~O7<=1ªáãRæ¹ïÎM]6³ÿÖñ(EQ18Æ;ÀÚLGéØ!ÎáÕ3ÞíüDTF=cÒɹ5§Åe>µUªþT¡á[ îOêâ·èÆ kL¥é13
+Möm
+º]ZYm¹Élõ··¥Ât{Ý\tÑÓÏä^Dsj4 Í\´Öõeió¼çiA£&ÆXÚHö¤Z²)Î<K/pCa at U×A©)Þã#GD@¯+9@B¼H¶oÏ=Y:f9Ù®äµ6dY«OØL-õY«¤À~¦Á[úͤÈû6[ëV[Q>±n
+ûÞIÊÐ~w3³lbKÛ1¦ÈöâÿAÊÖ$fQ7p^Ød¼ùàG6u(¢Rغ]
+OÍàóó,·ÅDQ 32eb¤ï,°~ø²¨ñ?L`;ò,ºëø 2>v×Qÿ^
+Îä.zþê30]½«íhݱ\?KéG
§${Ý÷q'»¡Oï´VjU¼b·?¬aá1Æ¢þªtt×ò1©AòÁ`lBô_ã÷Êe2,Î*tn×ØE&?8ëòëö>1xßqãØwv-ͳÅLsUØÕFêVáTk7ÞX³GmÜq">iª>Ó[Ù|b»l=²¤,rqq¦h8±¯gâ7yÞRü÷4Y¶ÂòHÕÎRU:6ÇRÃ>ÙÜÕw|>¡JaÊÃÐíF Ô³+ÿ%^8úbô²ZTwx¦ªÀpJOnQß^èîýZÕ]AÞæö/ÕOÚ#Ö»wÐÆ<¸_¬åuº¯«{áÔt-2ÓäΫ).Y}ú¯Ji¾Ù«i¹<~tÙµÉ &~Ù£È8/ªò¥Z¤-¶=åk©¬ÓQ¾ê½30¢¨ÒúÊüYåà¬ifm¥P~Pb#£Os)ÜÕ͸º°xôþƦóuÀp|£¸c¾dPéæÅ5:ÆÊK±ÀuêzIbAe»O'ø½ïsÏõb+òõRЬ~b
%q
+±áÌ%< /K@ÆØ è7øQìélA4ä4x»ìÊuñ÷'£=OTáMÌÙÕt6¾'»î1kêÏ
+~dô'RÏBÃÒ¬I_U¬Ý]äÕW¥{VHEòEQH±jS;º°È6`ÎDÛ´v%]0ÏrfÑ <ÌxçÀ tLÎcþÊÖC/5`&æï);5*⾡)é9] ]ï+8v¶u Yá¸%ýB¹mÜ¡öj=w"Z6DO9±$_Ú¨5«@ÒzFºó2§"vÃz$%4ùòí}¨u¥ ü] 5N2ýwaf%wظ¸o¦¥A9¯`¡?¯úݤ®ÓÛ§Ö ²p¼É'ïv;>ÌÖ:o
'<õÂGêú¬ÚmêßDgMâ³×pecëØÕ&¥ÜÈiÉNÞú)[äÛp/Aø»$îàÂìÜ
+É*jF¦èé#°äÎ{ò1)&½xË¼í ª2ò-¥÷û#ÁFEàÍúåÆ$ù;×Õ½Ozo'Ó¬¾[G¥±ýëÚ\ÔuhÞ}Dô¬Ù»
+bQiÓÇñã½É´7&·ÕlºËJq7ÕÒâ¯Ø ¸;;ë_ïVs;ðÑÓF¿í'ȲêcÑ9Òáí¥º9×åP%@ÀÍD²µ$DìË2ðKõ´Á.9óLIC¿¡gê`SÜ«{8MRÚìÎ;IùrÞÝVwÑE.ÞêºDw)f{ýü,aÏ g¦å£×xÌ¥gÉËNwÖ§9°3þZo0)<d»Ì¶r_(³üÕq§øû&hù\ÃRÆð&Ê<íy%çeÎ8^@wÃR²tNù® ³Ý=ëÿDX6ß õÌOråÙ±ÐJ£®pe,¸ø#Ý×S¦ûÜ3Y)áº{5S®!Ã5/
+e6#?Üíµ}"{ð^ÍnëÇÌÂN#=j`û±û*2¨n"+ѯªã¡¯\>³Î¾àðñ¨cY`5¦°Ñí{r̽Ógyêlî©)Ú=ëzñÁ<&²Gâ)GÇìTÑuÐû.1ÚvN¬5hóC NíÔ)~lë\©ðnxCpL¨5z
®ÎMj«VDë,½åC¸
+©¹k&JÂÞ
+Ï;~ú?Ü %Ì
+endstream
+endobj
+328 0 obj <<
+/Type /FontDescriptor
+/FontName /ZMBSGR+NimbusSanL-Regu
+/Flags 4
+/FontBBox [-174 -285 1001 953]
+/Ascent 712
+/CapHeight 712
+/Descent -213
+/ItalicAngle 0
+/StemV 85
+/XHeight 523
+/CharSet (/A/B/C/D/F/H/I/M/N/P/S/T/a/b/c/comma/d/e/f/five/four/g/h/hyphen/i/j/k/l/m/n/o/one/p/parenleft/parenright/period/quotedbl/r/s/six/slash/t/three/two/u/v/w/x/y)
+/FontFile 327 0 R
+>> endobj
+329 0 obj <<
+/Length1 1626
+/Length2 7736
+/Length3 0
+/Length 8565
+/Filter /FlateDecode
+>>
+stream
+xÚTeXí¦ST:ÜtwtwÄÞÀ¦ö½é.i)éîn¤ )Q¤;¤;Aýæ3×73fÎ÷ºÞgŽîµîõ<tTÚl@Hâgãbç¨,\`Z5
+*<Úù°èè¤Aæp0ÄQÆè %À%$$E@=ÁÖ6p £®>ë¿,¿C ÿð<fÂÀÖ úÇW=ê r?BüµA Ü°Û Òêjò Fy5]<ÈälnÐp±°[TÀ G `qØÿu XBàßÁر$a s
+²?¦Ü-AÐß.V äì Áÿ`ÀÚÙÜþ88 v´´wþ&ðh·ü!u<F8<úÁ4 08ÌÒ
«jÈÈýÅncÿ]~t V@¥Ëïþøa½ps°# ¹Ãײ `ÔÞÜã±ö#Ôüìhý/¬ gµ¹3Ð=Â<bÿοúüîÍ¡P{?Ù?Qÿä Ã@öVìX\Ü5-áµÁX¿wEÑÑ
+àâüËtþÃç
+rþ3 Æß;ÃôHÂq´÷ AVXjøcI ãÿMeöÈÿÿ-ÿ[äýÿûwþË%þÿÞç¿C˹ØÛ«;<.À_oàñ1w<¾3 ÀïÆÅá¿¥;í=þ·¤¿Gëþb+±þݧ7¤£õ£,ìÁ09°;¨[Ú ¬ÌíçõÇ®ë9ÛAºþ)óo>°¥ãoøþr§ÿ(Õò2jòê,ÿÃãú'Pãq à:ÐGnÿÙ*øÏÃo));À_ÀÆÃËõx÷ ñsúü%ÿ qýë¬jw»ûæäúÓý~ÿ:ü
+FÖÑü½6ÚpsGàã¦ýÓðÛméâìü(ðËÿØõ?ÎvrYbÍMC,EmSÒSá5ÄÙ£2F½Ý\È!Ðâz<ÿ*H_JتP¹Ù]u{øð¯©=èý¦ó÷¡n"{®$ÐQ.¹
+SOî} Ë÷@ÓbÔ}ý(¯ão*+(¯ù9õ¾¯jjÝ¡Q·ñ8c_3ùÓ¸æùÐ^AúZ&×Ŷ?o@À«ÉßÛ§Oع¾bøøip ¿ëµgóKV&9±oâÕ{¸óE½å/Ô[W(î'èk¥9iö8àÖ4U«Ê%f¿t>Jöµ©êª«sÕD½@()«"M꯵òN(M?NQ ÔǦQ¢ÞêÆv_G£~ÚºÂàäã¨AU⩨if·îÆßE`{R¢ìÎûÉS/ñsA@
/ÚÝ+´ï ]Da©·B(i³'CÏ,Ðæ
+ÊD1N_FË6´Í¸1ø
¦d «äÍ{2,Y¦ çà¡I\ÄÅ3}2xW¹j!L<TxE·-ÌV5±3oéE<&Hý¾dpa]Á¶ô öâa&}äü[áÿäIʹß\rþ£(àhBG
¬ø Fx ¦NÊMhBzû²×ÀôùÉ)9É)»ßØ{åëá?UyÕÁÓx9Û:.béäýêðÅN_Ô1(2"¶ìØÛE$½ùý$è.*lü]ð;0º2ÂuÙÉ
+¾ËűH|Õð+ðb.ŦØO<|1QðhúX$k;y%!f/×S|cfüÕI7ñíöª'h]0 Ûk³zÙëØ5újîãÎÏ+
_¯ß]Ä}ðÎ^±ÇöY-ç)è¯Kß=´ayó˪k\1ìVtQ©ùátéMìz¸òײÒûÅd0Õ¼Eýs77!ý^â ÂV÷gqY³}!æ±LfI%<nñ¶/ÄÄk¯çÉh%»¤´ç9vaYÐb¿NªKi!7<WÚþ«ÉÇ¥@C
²#{£Û:äéû^.S¢ OÙù¸¨^2'òC²
+\i¼ø;»ôU7ú¬ÿ;jgä.ÞehŹÆfí¶jwùq(UakëFBÖúXmTÀÑÓ,ÿ:w飯:ôÐrÝdÎÿËIÄ®LY«þaü&®Ë¯Ù~ê;_ÈR)`kmTê0FÆGJ£ÜbcÄèvÒy"«·#ëbF¶©¼B&ôN9bL
+þàÓ gz'ÒBÇ_0ª¡Mbh±ê« 1q¥kO
96ºvdÔ^o$ÍÉ&µ'ù,Ê>}Î^Ûß
+Aá·ÊÂ˯~hf¢ç¿£%ÞcdïY¬µâH/L³¤u7õí\º¼Q¸
+Ù2ø3,DË¥df®òÎd¦Ómí3ºÊÅ°êuwKile¤TI¥y´¹²ëÉoL¾M¢çd²oc¶ÿúÙI¡ë çiFÁöÓCÁª2§Ü×6t|Ö
+îüso;úzaóïwLPÞľÌoiÕ$TwR]7-§:ú"Io×ÕW\Oe´@Ñ«E¥ö^=l#f½[®Ì{Z>wIO¿áå}s5yè®v¿9
+^î[ü§l¿b/DíóN«"e¼ãoB´øx#g>Ý Á~ÚcÉÖE r/6Z®=_íÇyNä
+¼¦Næ ØâÏÄ?5p[3øÝ97Î]óyM`ËÊ4¿Þ:s±
+¬[ÅÛ±Iö«h|µ¼êTvg<Ug<KM±k@.,+tjÝ+P/õÜ£ÎVrìKä÷và*&_RWºþd¤ÝMî·aw(çùy£æÍ°ËdàÈÏvÙÍr<] 3â²+ùáNBë$[»&4ÿ;£2¹dH
+F¯·ÏM>g@òð¡Ì =Þ[îBÝ!'s÷Iëü@>3¯
Xê
+*ÆåX¾~cÃVBîëE£áá·Dð,usËRlºµL;vØrzØ ~+´òJ£ºq»{UZ{_|_Éæªýf¼?ðn«bõÄèî]°8 æÒµi®²ëñRvnÓ5÷ʵØU.+bûÚIøó¸Í!ÏHÕ}ù¯Ðúu笶ÅsTNÇÝZßä,Ñ7B£vÊô Iô$üBéH³UPþ5j?Cá<ÉIL6ïÁNø;Ê#f3ùTVéfS;þ´aØùãAn«¨ï&Ó3ðÈúMѲ¸_Gaõ§a ob"ÜÒ$¨z
+"Üî[3¯ïÂFÈÖÎÒóÝ\Ó"Ò³&7Îâù(Å iºæ@ÿ:Åù$´êÓ!CÏcÎÒí¬å5ëz»¹pA@
EOêg30/l AíkÿðDϺÍ+o£1Þίîùg}ÆÇÆgûÕ"cÊþß>Êj/ÅàÿðrðS5Gb
+W~²Ua
òBïjÛ\çàH:j-\ah¤&ÌÚâ¢mZEûCäÁFmRHùXedËæÄmM'»çlµG&,ôû/á¤ð>j¶4ÐÚÝE(V|l.ÄÊ(x\ÕØ'#¢qYÁ³¹[/;JóäDæ8:±[æÄföÓöoh* ú·½ÛQ]}ýµ
+|0§<q!Ì eâ§,£y?å ê0©qèÿè°t*Èy ¾#®H÷j2?«o\Vþv-q¬êòµL PC²«G5!^µ¼PR×Éá EqÁW`úÜq>n¡ã£÷ã¥l¿ KxÀ¼YpBXÇZ7îàVx=¬W .;ß±# Ø=ØAyyÑÉ;±Â+üÒöËÏ6è0§wÌÊwzDÎìôí>OU,¹3¡ §¢ÙÑGrâßEU%wq£Ó&nÓnñIÎI
+Ao(ºb,?[þº?&À_ñº& -½@<TÁeyG7Á¤Ü+âÆP3äºi';`.é¬>ì5¹ÅùÊ%*±ßtfÈÊ-¢P0÷¢s|!klìF<±-<ñh\kA`*J[ƪÚ>:¿¡+¶nö0+Åç_ýcnÿT½W2w+ãǯæçOÔø>NT8ðK¿à«'1ø;«fuiÂìeñªNäÞâuèîúFHWÊ*Ë\A`Úì&Rhk»ãP)~2ð2Zó®Q|E[ì¹Ì-ÛÚƦ¾=[]#:Ã?¨0#
+"{dSqá±ãHå«ñ°¯GÑ*âý ¡íz+íx.'6Ù3%¶£Õ¡]?çù´Záöå[óðáèÞãÍ"ô¾}%{´J~fVr±Æ/1¯bqúɺ2!"À¤MwS½ø×*>Kôh0¦§FÇô3eϹÕfû7¨y&»i#?£Ë 7 ¶;øHËëQk
+ÿöïtÛÕ桵6< d½m¤®m#8ÄĽ®NÔðýE<KþÂy¯o4¥¶Wû3sDòð®1?Mï8ÃJØÑ´ìR
+¼æ+WýCURyd°È{÷«Â;À·UsQLù»Ögø6á:YoÚ¬sè"Z¢Ü>idw§9Ó0cpxvúÛa÷Ô®BÁìûÌ¢Ý4ºÇ3)¯"ç%4{
+ÔE2Ø;µ|ÈÔ@q6ÉÈ@Äئr at A)0
+ܳHÀkÛ[òUVTòfÀ°_¯;lÚúZÈuÜ©ªM¹ïKxns<5GåQÀlí77äg£Z+x\ÙB©?Iâ^Ê}ràÌo¢
+ÿ$6>¬¥b6Ö.ýD>Spaò
+r [ÙT
+!]´Ìq°4´÷{¸zlkÛCWoø> :%W¥¸º`˧ĥ¿A-Í0.»¨Útèåâz'uuꪲU)?Iþ$äj JWÈèÑÈnk°s?¢®+ê|(n¾nÄÆkÍúóN²Ä¾7åLïIt)QÑj¥ªë+)è(íô*}4°ðÁ¤Üãβpk<æªÝ>¥
Y¾#?¦EsÓ'Ý
Ùo>kßØ¡ÚòB@·-¯íâ0E"ZO×G&øzÓ.[ÇW#¶ß+ÅÝûÜYãû°V¬¥ÁÓI9B2ÀFm,2CÊ§ê £eqh³Ôð²ZEæF1 ?ÍÌÊ.~3:;* <1-2X[÷õÇuÿ©1Å)ÛµG.±H¶ÛÏMýR³?÷³n&û»»ß'#àÝ ùÄÝú>ýä¼Bñ.å°oMÊ«§(0ÃÅ,öÇÔyM«Â<,ÎÎE»fà^ôZ4ë®21w@ýç sÒäÊ@£o¤RÝÂýp80*(T¸|È+0 $Ù6+fb~ÆÑ&õ
e¦XBvDúsQ1JdÑxLù»íK®¾B¤û¨ëçjmûØ8Ö¶··Ùe\ûR®Óa|Êý§ãxbC%t° ÎbNïÖL¸õU¤KJ&<F0+Ë|B-Q2s+H4öèsõ
+Úì-ÇÏým
L¡;¢8%nþ`±ÓPröÏqñ÷Sú\Æôh¬¿Gº93O$¥¬0jô½ÕÔSÿF#ÊKÖ®DïîëP>ð_
+8Ò1ê¬Ì·êrQj2òõjá«a|ES!öR6TiúHDâ*[ëÐYà:^kFüÙõáLc¹Ë¨|èÄÏ·=êi-ßQÞ¶Z)bÒ2êèÁV'u%Ëñʯ°êL,
+'=®Kf[çvÜúOuDVqçÑÝóó(¾O¯?gòçA×/Ó¢S\L|*±nÕcgýö²ÓΧ;XØ2- Ìû&óÚ<Ë9'̵qeg¾VJ²ÐÕ¦¨mtw
+ë&ÜÝ^¹ÒUÖßñÂûúvþèðY]íz&iV΢p4~ØG39=Ü1KbÂ$åÆ\@;M8²Ï¿8Uoü¢eg³mÿeîïpDþ_®^=î¼Ó\¨¯z×$ùF¤(¥è^ûü8>~´Do9ñ:¦À|³»ù@ÑmdÝ.Ì#R724u´AÆ!÷¥Â°ÆeBIò"[Èí²÷XO©NÇúNNp±P[MèTJE®káÒèg/Ç´eóBzÅO±9Cö §¤Å þa)Åöb`¦¨qÒeç¼FÙßyÜÏ&& \îÆÍ>2]¸}xt<#¦CdZ¯Ë}Ùzà¶â^TݵI Ï`$m«Þ%^Ãæú¾zGXßT)ÙÎÒ¶-ï}^Vì1Q¦³¾NSúyÇ>ÿ Õû1Í.OExØWsÿ+±a[L!;"©tÑû@c7çZªAº.Ê¢9hÕ7毢
+´«¼ëÊ&¸võg¨|¥¿nò¤ C×úªR\Y Ðj:HñÆùkxDaÞ
+wõ0ó9G¿ahüzL,¸º°6f}U/¯µJýÄS©k&L¸C°W<oÂÂÿÅáþ¢sß<Q&j×";Hä"ÃÜïÏ]¸ií.' bÓU$m<4¤´Fðá°l/¨ [F¼³ÕÓì¥Hð[×&qt[îííõÒ¼ââH_C%ùÑ]jêáC:dAîëÅR
+thÐDÈ0¹édú`§Õ7ô[oÞ±*42ÑmÌ+}ÊL\IûؼèùJG5ÿâs+¾þìfö¯ï17röN0êpjqSyTiuîx©´Îú¥ j{º>zi³¨`
öà
#/ôÊQrÀMÑÂ÷Åçã?IæèÓ,ºÍ«YéÈh úX¶ýQ¤*
Þº"i
+!¶äèz9Ì=¾ZI§ÂóxÇ&êaÍõO¶2ç<对Ë?¶ó˫ٯĶâqHG$$ß^H¤ð{ë+L{c4q|?æí%Rè+£Qy
ÙìkaýÍÆÉ<¦UØÒ)3È·1¾5ê-÷˳¥d|Xaf+ÓÍ=«ÔqéL#ßÙpöc[É-Òí
+mj½Uñw¨ÜÏv|õh±Öì·4¤º¨búaoæ9ÔíIÝXÓäMzOwº
µLå|~À">ø¢|J¿¾´Ý¯NêÎÜP¸Ý$¯`57åA.ËA$ zæº*ÑÁÆ1|ßÃÍäç}Ã]Â{NüíÕ#Ó5ÉYxÅElï¹3ôö!ñâªqIkI:*;¦f5Hõ0P:ºìÔn«0ÃÕÃÇ/$ì¬Sú8äÛÞ#Ê!WÌDä5fÕáÐÝÔüG]ÅË]Ä#Ø.o
+,V&O²#D»ÞqÙ>'IùRÔ5;eÅrd;Cì}yöºÜGÖã9iú:[ø{ìÉ7¾µ²KB¶õLåeßËáÚ®»/
+DUúÈIRÚ)B
+~ÝãÂïit³7HNÉ-÷C9j_Q¡Î<=jxóx¾ !Ià
+Ôý0]ïÀ+fö6´ç-÷Ó{á±3¤øD7ÌFíÉ÷÷Y§©Ô»1wU®Ä²$}½±cÓo6[cõH×{Y¥k °~2öX¥.ÌúÛzâû/i½ÉÞ%ÔLXîK1)
ZÃmiq¾÷öH@È",¢¢¥R«}b²Xñv-þzséZÄÆ}ÔXÏWJà:¨fmALp~öÜ<â^GXjy²°[!$ÐÉíUY&dzND
+ÆPOù®²qm°><°öó%\45¯To¤«y£köí{èôöOûqoíÝu52¦àá'Nsa{úN£)9µÐuôc°8þ³$ÿg¾Û_å÷
+»^h/!fÞµs¦èÁ£^X%´A+ÒP
j×ÏØXSå±é#øAHÇÖbäãb< ãÆè,̪å
?_Ên1ñ¡ú¤²ÏG¸jÝâʪ¼íÝtÍ]l·ØB2d`ÅÆÞ³òè´åësú¿¼~±ÇÃÄUXµ=¿0Á[b&U9mTq°^ctE;IÏå³1]KE2ZÍÒèÉZrGa.·fäó]¨Á6[·¯$Æ°WÏ ¼VÝÇ{æ¨F@¹OAàvâM }WGÛ½¸
+¸ÝÖ(u&§Ûô×ÛÃËDÆA¼zÁiXðÐZ`wX ICÎî.ò,Dyå£â¡¬*©o¤ Z?²À)uET¯+Oá>ÅpÏ ÅW£¼7[ZnZ'ûdî
++¤Ú÷`O,Î3OF|²î~UáÜEnb
+Áâ%ößéµ6!YÐåûDÇÇ¿>ó̯£¤§=ÊOq5WKÑè>'ûdðÇg¼>áed0IÚ[/¡åoVêÃEÅy@/¾{9eZY.uvGÖzd8Ú@ñèÆ°?ÊÞYÆ%
+®¢5ÀJ
+qJ®Ã?Ò°õ
+ îõÂò³3ýí´ÖÖvº-Û<:ÖÐ )åÕ>¡ec_StÜöÑ®'ÆMx¿ù#u[CÝÜíg¸ö÷ß[2yHó@ëy rN4ì¶Û¯¸÷FYû9Xeºè¶ÔûGìÒ#Ýiëe6ÅM¿Û¼>¼^ÄNN6Ã[O$"´²0pnÈÞìÅ@ªèGüµÑÇ|(,xvé8Pælv
+|ÁÒ
+'ï0F:Ê«ª
IOÜÜÄÑíZÔÌð¹Q@þÓ<Ð7YÐqº¦O?÷^ïÎ`H'¤2UeeK\WÖ&"ªÈÍ®HMÞ12Êa3&®3ïß?hæ>:G5v+¼ì$}ñ, Ô4yÛBqmR»ý ñFL׶ñ`÷Ó{³*¾ÛÝT~U«ìÓ4
ß±3s¢ß9~±¼û¹|~å9¯»éÛ»éatsÓ´.Bu@Ø#pÓLàWvÍòanð2Ù¡§´Jô!6ÎTl²qÝöïóÍO;ß¿Ôiü¨Û®~s¶§_®SÓµåôì}àWý/þ Tã]Á»¤UW^Wt~Ê=½$¤ýfIz~ 5Qki,GÊÖ©Ep]ºÑ¦Ö#ö«cÃò^B°ÕŽMå{P¨ôùMÑ'ÏÓ-¾2>,\¢Ä·ðÍÜ+xré'©C·ÍñS?&Ê$䦬¨UXÅ¢|:
+V?uÐ.
®6Ð
+ÐajÚ!!8øÛQ1âuýö.,ÚïÖODFðc7_®áD_Ø~
+Î*8¥"gò>',säo
+ïhw|¨àd`L=3ºávYÿißDd{Iß~ ά4ÖT+Dá²&ãt1kÔL£ÂÔ;%N¿tê´ð°¥åd F2V°Qºiw|r[d q¹,_öº©T½-=Zù
þÞUë>KÈ×k3¡(IO)SÚE6´<äÙM¨ÈbVeaÈn)ß<yOÓm
+ôaiçeZxò³´î«¨ÕûJT´ìà-Âñ¢¹$ózwÃtÐ!NCæ2ÓTÐ6)±ê«|ÆDyä=ötA®"|ê_
+¼(sïMÚifÞ¹x9tÆ7:KfL¯±«Öß빡ÄGà1¿o"ÆJ"àÓEyÌÎqÞÞ8/KÕÊeÊä¾+;^L#;Ï,ÕߺóE"+u,fL¢):à´ìHú8ú¥cÿßiüöµ&Úª¢Ø¾àeåVKÞCÃgÖ.ÂÍÃð¤7+ÓS¦`¦ìýyþ×ý´uGèiWß±S/J],G0Õ{õ^ee´,ø¡uä^Ò`q6o <q-à{»1 ÑÞ¡Í-PÓIp£wçÏoþá$û¾&jã º¡~¡k½ÙDëÈ×(¬vC.´³OÜ|CïIÑX{&»våý@ù@úò¼ãgì^y9
³
+ OíÆ 3ñctïôCÐÔ¾B¢ëg#8töX=¹éÚ×ÜÎðsÉó¼Ð¬ý/giú*«
+·Õßîâk}4ñ9Y8ø´tfòØ@TÂo3¾_»¼jG>ßß)¡$b63E× ãÏÄ)ËG½Û^ܾuÌþèlNöì5Æ««CëÅÐ{±aê¯Xü¤]{Í`ÍV."ÍñvÚ)²³omÊ'«l°ý½É×}
+ÌTÚ·¨u©;5ßÜ!
+l©ô¥N¨û*¶¸×z#ßQ;ÖråX1N:õ²E19 ¤Åª´¥+eg^fèMµ/Q
+rÊâ/¿,ÙÊcÞ®ªÚÓÇÍUWtïj[<éCÜÄO
+dìY/&ëY²÷FiB¦È¾EyôâLÛæ3WiJúæI»ZáÿçE5
+endstream
+endobj
+330 0 obj <<
+/Type /FontDescriptor
+/FontName /DIXNGO+NimbusRomNo9L-Medi
+/Flags 4
+/FontBBox [-168 -341 1000 960]
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/CharSet (/A/I/M/O/P/S/a/e/f/g/i/n/o/one/r/t/two/v/w)
+/FontFile 329 0 R
+>> endobj
+331 0 obj <<
+/Length1 1630
+/Length2 15197
+/Length3 0
+/Length 16037
+/Filter /FlateDecode
+>>
+stream
+xÚµct¥í¶&Û©X+¶mÛ¶³bÛ6+¶mWP±SAŶ|õîݧOóuÿé>?ÖÏÔ5qÍ{.rb%Uza3 ½+=3@ÁÊÎÄÍEÅÁNÁ[^háø«g#'u»Z9Ø»y @3ÐÀÂ`æææ#:8z9[YXº¨ÔU4©iiéþSóÀÄë?,#]¬,ì?ܶv@{׿ÿת@ ÀÕ0·²D´¥$T
+ê I =ÐÙØ äfbke
+³2Ú» ©æÎ Û S{3«Zsaø%ì0¸8Mþ=Mÿè @g;+¿ß +
³±½ë߸: ¬ìMmÝÌþ)à¯ÞÜá_9:;üõ°ûkû¦äàâêbêlåè
+øUILâßuºZ»þÛÅê¯à`þ×ÓÌÁÔíþeûó×êjleïpzºþË0³rq´5öúû/£³Õ¿Êps±²·øÏ
+è Î@cg3[ Ë_¿ØÿLç?ûü/Ý;:Úzý+Úá_^ÿ³+W 93Ëߦ®s[XÙÃ1þ³+Òöæ f¦ëÍÜÿÃætþרþÙê¿E9ØÛzÌæp
+®S¨þïXføï#ù¿âÿÿ[èý#÷¿rô¿<âÿ×÷ü_¡%Ülmíþ.À¿oàï1¶ü½3 9À?ÆÖØùÿclgeëõú¯ÞÀû v5þ;a{¿Ô010ý[iå"aå 4S²r5µÛþÙ¿ôêöf at g[+{à_nÿ5V =3Ó±©YZÚØÿCû¿M@{³ÿÚÁ_ºþU?£ª´¤$íÿæÀþËQéï"¸ªy9þít#ï`ö?
`DD<>ôÌ\ z.æ¿ïïoAÜ,l~ÿÿbþOYÞØÕÙÊ û·o&æuÿ?~ÿ)éÿq{S³VGÕÕØÞìï¶ýOÅ?fS7gç¿$ÿë üíú?äí=è 4
[]r0å
+µÎÈÎtmÀÊÓèc s,oV+)
+¬sè
+ÈÜá®6z¯chæùìðZ<sü8¡9ëô¥ìM^âûR÷¡nRüä¤=f4(GÌ<×õ¹^ÛÐá`Ò8ÜTV1({"þÉêsýDHê^øìÑÉß4½)£¥¡øì"ùäérh|td¸÷²ÿ 6/×Ë?õ8ÅÕËÈù¾ÙôòÕÓ¥f1§M³5YÝÃïmÉì!~9óÐâKtIhÉ$AÖã*">¥$Ièèo5Æ®%éóµ&ìîx+ø£%ÉÒöOT
+*!©¡
lðD3)
+&.Lemþßl¸äâH1B
+ãU)»B¥q?]ýaø{@jÕ2sÏèGøÀéã<¢ïø´ÃiÎc¡_U*Ùâ÷øpÁÒ6[0Eª¦¬kæFV!¡3Zã»Që=d¯öÉY_q"P¥6íZxb¥óÉï|ïR
+Úzu»{2ÄÙç~´ÈíÂx5hKõ\TÈÂ
+Ä+ø³¥ê -Ô·´ÐéÆèíTãåt¤e÷Fsì¥ðd¯Ù0÷(ÜÕÓ~!{FÛ ÍÇ7 É>2Z0ÙÊÔiÁ6xêÄ`ë7=FÛ%¬ìȽOm@¾i¥T{lt8ÆP;îÃúº»g/~/ȯŠÝï&\üuëkõIÅÒ-ÕslÎtÜøí³öݲÄÄfÌ´@3
+]mJ [¹U¯Ò3ßÝSÍfëQ.GyÂ(G®Ë+ëKÛ[+iFZ5 ÕT*+VËnb^aæÙè¢òèîâøù¡HUD ðû^EùNø²Dó¹2Õ
+ÔLÛ04oOY
+̬@aÍ¢½þò1I¾ öEìàÍÕÅÐÞÓ
+m7VØë6aÝB ßVàB¹Ä
ékw¡¿PÜ^ t\A?ïT.Lï¯ýPì(âv¯2%\gA¡Zi>«/Ã@F³Þ~ÛáÔlC+`v~ÅâôzKz dSìµA¶älê2¨ùxþ©/WCÇé=>¨'¸[I3lúÓX/ÞĸÜßåA«D´të½\©öûrÕC¥·³ZC"
+¶÷4uõvIûTur-:3'oÑΡ×WÉóìV)Pj¼>Væõ3¿&¹,p°ñ(k|ºÜÖvZvÛäÿUcNÀoÚýF³bø{ü|ÔëBóÆßPã£\ I¯úcô¶d§ÇsæËCÁí%K*{½¹+ ¹Q¶p<ò¾ÈëQÝÕÈ;ëvÕiê<Ný=¥÷¶
«×zRFî¬IÂíÌXåÄ®¦
+Äëex¡éÈ´PòÞMÖp{ýæ+BÝìZ"¾?À§{+í´Ë~PÁhât¸®9U99{ôeí¹ÇlÞÐ$r3eÆó¹
¯Z+ç@¤[Ñç$sÀG_6%¹{jæó®ýðhï6ö^}Ó¢3r9 ]²S\g§7çÅ8MHÑk-ÉsÙºÂ#6©)Eí)\óC6ü}ÃdCgøiu£Ñ`¯Kø câB\"¶·~if»Ã4>wüÈÐ-yèÃaÍU¯¾,J5Vúö'¢à{ðë æ_3`y<hc¨kÑ´VѲoÒc¼ ²¦Qø½è
+Ñba~SÏËHàÕ gF·&ͯA#lw׿¸Òé`"ø»±3:J\ø7¤×KåH56ý19VZä Ð!ëG&칩ïç©{zÐü§K÷þÀ3Ü_ð$÷¨;2>IÏ¥üíî$µaä^ò§Fz3A*[´ºRit¡rÕm=Q
ßgOT3TG+´Q·8ð%JuëN½Wj-[Ūê)¼2ÆÎÖ,b÷6içû FÑsøÜc-|Îä_ËtÅ ³+<ª úsìOâ×g·'Ó:¦jNÁo ÝÏ<H¥U2+õìZRݼ êÏx¯ÕkK.ÉTÝDÃü²À¢joÜ^¥ú_-Áܤ»fÆc¤$QÍqÀ¬}ßÏÏf at gY7m÷"]$ýýì±:PÔö³ÐvPÌqÌÀø¥"jÔêÿ+å´.hzÐþ¥½ôZÊVzÕLI;ÕWÀ*ÅEt°:÷xoq¼k{&ñ°Á¿÷-Ð*{¦bTÄ.5íyô¼Ýú®³^cÖÄ®{eê>5X
+dÔ¸ÁòÛÝÒ¢F¹S=pÊ_6òAm³TCGå?mM®õt¡?ZËèlûûBPÙ3:7¤í;*Y6Hj+ºMI¡Ù»¾ øêã/ý2ø¾lôÁ^QÖÞc(2 ¾N»2E×-ÓBÜÔz.A7èqHtîãä
+Cß'®¥Q+JÍýùb¹Ê¸!
+³QSkû ;ê¬6c#¸÷-xj¼§
Ì¡®ryUþù¶°ÎO*ãUò(8U3㾶'â¿È¹[PNKðLk íCùã¦Î/ÒiÆn\^í¿µÜà_.Øñüûî+MÔðS}/±$¤AU>/õ!#í#Ó¯¦
+ýÅ}¹(bÖ>v>RS,Ã\@ï©Süí?ézfyÝêðò@Iìíw¸pÖ÷{½í~r<}Æ#ªáLB Íò¬¾F¤¦
+Efõ+?ºu«úÖëÑÎÞ"æú GxÉãñEê«û7åûü·\¿?f¾ÂnoüþD¬ú³èãAì5!5wêÍ0%0þ3¡ÙÇK¡ð
+D$ê¸W!Øßßxz, ÁmaÓCpvñ: `û.>-³Ê,³{¨905F¢Ðz8\³Jܲ¸¬Rì+ÓȶLò̲ps at zòIr¼oþ<×á¿ï:±WçÆÒ!3£,½CÿÙl0¤ýÅÌ:
Sàrk+â>qrzV¶úëD:¹âQMÁ¡é¬EP5ö!µãÇWNþÑ
+Æj³\ aÀÁåê7ÉD6O¯cÅ_¢}à1¬>üêeÉ2¶Xʤ!ã?9ó~d¤VWÁ9QNL×¼âù!ü!¬´º@*Ds
#¶Y5á@d·3Oå{=|Î)¢¦ÉR¹û(oWv¸£Ö4ÓG°8äìë6î´)Á8
ΤXôzÜÀصréÏ?'ß?`+ø%$¬pðK5dä<:AºÑx¦è2ÁbñgakU,Æú©p3µ²õ-YAòq(H½ÿÈÊ$2ãõhíÎj:Ãß%\fNü&à+ï; dJ¡_DC=6WoÊå IÒ\¾s¥Í£çl×rsßÈæRVà.ÑýBÁ:ÑÍ ß
+<KØo:PÖû£méå,ÜÚ µ^èõNJ1Â*vBk^ôF7\Û{°1²mΩç¥ÇVDõÅk½²}»@¿G>ÌÚÀðѶï`]%éA¨Þ×2ÑÒl{"Û¦¦¤¨^ÀÑèô(èé§tà ôÃ%´.9ìnïn®"SNò3¯3Þ,Ã)¢âØû Z0ïs(AS¨f¼6\ã'¿ýÎK ùôå<p-kYÕHw7,§Ìß$yeî
JÖ£¸¥~v= uÐ~g×îpÅ7ê/Ï9µýõ½É¾
+;®f
+íµrûïYK¦Qù»NW»¦Mi5Фi.RìÉ_ÌY
²9õ#R~)è ïV\Êë8ÐÃÇCàBÖx±Ø§°(ª!$Ãù¢K.eM ÅÆæt{Mñ]\[4Ä£¯'ÍðâH.?{cfÊOS̱>ÿíºP3mý4nùD!eÁµc¶^ùG<a_P[´¾÷6DÁ_:«U(ýÂA£Uø
+¶½E¹¹£7¯ùáªø#Á4Yo1£¾£2ýMíì2öªÅhtÁÜÊrüä'õ7ÇÙMWDÐÝ!ç7º[ØãíLÁ/Ð
^´B÷¼73·5íì;Å;§çg®¸ôö½»G-·å÷I±ÝêBjÆq¦täi[%än|[dñÇÞ͹²P·{_7KÏ©õåýH\8¯*o_F¶Â<¾,<¨Æ6«^CoTýz\ÅEö¾(ÙÚs¥9Ñ1lüð¤¯Ï(líî£7¶ÁæØÆ¡P²øÀ9Ï·)Ð29<ÝMÍ<âÉEGC1\úë;Û¨1ü.TaFozy|>õ| Ó²Íî6ô5ÐÄå¸!mk$sö¾,Íä
+êLfÎ(#Bñ*ÜUcv¿+sÃøñap»&oYr{~>R¤7êR&ãׯ¤AáãîqÈêí«$¢hKÂhkÃ?TSk*B¦[s]]ÕwD¦Æ=|YˬogOîÓâà®ùßÒ
+FdUK& tév/Ú
«DL/òF¶0¡ø¼Â-Ê[ßÛØ{´4oé·UCZãÉàwO
;ýýó<oìXvx ¦Lß95¿îk¶äKð©¸ÑÕD62¾àT¬Áe>Qϧîî$·)H»"Ð"¢²¶@~ nðv¡Ò?úM(Õó+&§d¸VRºç®øám ñ"Ï·¯Æ EÉü=;}(²hI
ÏìX]T¹\f¿ø¸È½x^¼sö{#ôWÄÇB
y$÷®ûp8þð±ìÙ§«h
×'Xöñ]©i;XÅN¤þQc(îKüDG®»ÉL?+?CÐk«2¹µù
+ùÔíá(Êü0ôm+̪²oöÞýªBÇc?é9íSi¡E
+ôr{)Rý(LH3þrÙ($È'væUÙ9«¨âJ)à˾³ÖÛh¢OáxUÞ²
¹y½Ñâö§ØâWãÚf#o}ÝQj5Jåñ§äeK þ0úi¯M§¹C,` MDø;äý&oOfÇþäBÛ:»8äÛªy%QeÝ¥¡ãâ¦Úa(
+-ü%EÄU~[~nu%ô7h\8n£Âbk£¥!Ûr+BQôvvwÙ½®Yï5q}×â í»¤'0qj²@Sh7òfçåß;âq̼Üèi³Â'LíùDËxH@öL;äpî~2|ÊnAUåܾTpaN!T~-gvZߤ-väý®,³N¡%Ü´!¨m¹»
+Q\Þ*}Âðm¸f,£C^.ÞUfÔe<¾6«ñ/þ°¥ZÝñoñ_Bú*¼+^R| ×óØÜMBåtÕ§þw}c±ûýèM¤
+2(7u->(;8WÜÁÈ?² [ª±Ê´kØ1
UÁÈmÕ
°°RκÕ1íwHÕÛñ2OcRâÆÆ]M2wC Ú åqaü {]õóm+I+Ðs5¥Þ$ª,¼nXÈ>½`IÓ\lnZw"Yæ:b¹¼Æ:?R¦%C´XÉ&)<îÄè¦ú8ʱOÉd"º¾zQemé¦Òþ©½fß@E%M;tÍa9}ã3¿Mró*0Å×»mØxIq!ÏãõºÇd7ÒG"ôÙFÖ â~uçaô{Ú·ye"ÆÓï3¾3ÀHÛ«|ÂNDvç~íØç®0ãeNünÞ§fx·jß5fϸ»|S6ø²RÅð¾¥`ïýÏæsa]4iÑi#;N»Çl5,EÎÛ¯îɹõªÓ("¼¿átY¿~àýü$9©
+úmzðøÝ9!T[]V>fn%_EÅUØãÀy«]e¾ìÆ5§k8RMÀAobØ#8cWB XÑö Û,Ð
+,wÛÝФ9P{ª^:%§ÖàǦîÓ`qeÖܾ|]ÄV#ŧºzJèµ!»]^ë~5 IÁ¿ÂÒýáÑy-'º,ÚzäÕTàÀªO?M-?Ýã"Ö9éÉ7ûpY®n&kÎ1ÆV(¨vþ6,.dÏ=¯ôçR-æ`rüF
+¦ZÁ£9)Á»,K-x at qCÂÈügÙM¹ýzVÊ0>FÙ|ÄVwr!i4Ð×õúcG\±ÍPÒ7dÊÚRPbRKxʬ§C:Ì^¬~aÂÝfÚË£ñ¨Y=Q¯æ\ÿçëÝ
¼ËRôÏn`céDßÚ1Iqôâó³@¡©d`ÌQv/7Í8ÆMoåºÊîÌàÛ¶ÚQ-l*2nô¬ox¥AvÔ^w]øöãJîÂUÓt§øÑþºzzåèÝ8ïÀJ®épv7}¿s~7>zÊ8kóÅÖdULZW1NvYRo<®t4í}óm\ìdòCþ$áJ2¯±qsgòN¿p{ô\
CÞ«Ú$®ý4ãúÅqe$¯ÍüA=®ÖÃù¯D3M{
+
+¥é®DìèpÞ×$¸^,|mWV¤¡ú^Os ÇQHå¡´dT¦<÷ÀÝ7!9ètZuÅ=CÁ bá¿Ôl¬//P¦0QlÆ_b/ÞfAë=[ÄC(¤&ÞsLé«!è{¼ÙD }øF{DùîòÞQa }½Ô,1P?¤ºÌñ
+7yÓ*æ6õãboÔlgt³i_U d¥jb9ÎØàCQfFééðIÄ¥øý¦Å¯
ÒvÈ"'u|¾7Ö®®n|¦®ÚÕä.ºSüVQ
]¹uÍTÛCÛrö
+/mqÐÃèq6}¼kÀ]½0N=VÀÊÝw|aBV¦½~Ù¤Æn at BGv
+óxÈ«é.ãKºÁ©·ÅÂL´ÊWe&{E.ÿSOý¼Î@ÿ¯
+éW®`§Xs50und*êwÅsÞ»¦ãSUãØÑéî ;XuÇÂBõ
L~.PXeÏgÌ5¼¢þøüһÏêfo§å³L\^ '/f>¢øÂè·ÃæÔêh8dñ`P²@ ñ
+ܧn_èµµ^S^ÚeWÊ_Véý§ëµV¯õ0ÔØjèñkèMC'bê¤iu´ðÖ £¢¦¶ùçÒ!£jY=ÔjÜàF$AYãÏLÀ!3ä1m÷º³ ½IcG^í#ÉCÕáí²sEémH±iiöÒ¹èWl¾ÄóÅnÆK!ïv^þf4lïô(åÔ
+¯MÌVkÍ~¤GhâÍD5è¤ ²áûãAÓ"¢<YèKkrÇ=üc]þëÝRoÄéãnü¬ÖäÞNÆ/Tu;{/®;\%XTÞ¢]3óð¾ÊÇ©é}û×ÚÙ($ùÂ=oKÓæà2aæè̯ͦ§DÈÚwÉa±*×à¥uy§óáüUÓí9µRkk´¼ýVÈRÈ#Kû|¡úä^ R+$fê[VgTF>í.ôÈWlY!ñ¨« ×É
+ÊÈ_5ïÐ_;övæîÆR×ØHk_vñúkNj*rË0-
+°)§¬
+K* Óf|¿ëøëÚ×Àj©>E2y¨dø6bÞ$¼½m¶h>Jmú}>Ë÷Þ8"Ƽ¤ÌÑÍ×ÈzÛ!ò¦2ñå^&)'Óïÿ*ÛÖxmÓfLS÷²Ç-vÍÈÀs
+ik«wCëYÌ)OP¾j3¿òTóã_?ÍÆxe= hÆí=eby:b,ðêp¯W00"ÐÅBk~-µe|ÛSj
¹»&úá<
+WòB~¯-I
+µx'îßS£óZ óÛhD7»QÑGñ§¨Þðªó·f3¢Èþç4tÏðZKà®ÑSÝobôTÖ="±áâ°âÀmXÈY{Ö¼qp²2sÿ~/æ,¿ï¯ÚãØ5<ÉÔVóS{÷toö/ö¿0p½R(ð5UÌ-P¿µî]ñ*
+Àû·ûs30S>;[vgâÆ7QEZùÔuJx5¦¢{¯§ûv>©¯'káë*ô¡^¡*ïOR¶ Z$çÈ¢=µÇYÎ9ÐJÇKÍ(fHS;[Y6^<+¤¯c74D0gwßïË©:d8
Û[O£ádò)aÏ%<ÆüWj1dcï¢F*vö'¡fs÷ª5=sU3zТMØ¡äÎzÁYð3ý_ú¶eJ¸ÕYF7ón躵q#ôu[Ò»Ão¨WצnukÛ#Ã/awí«f²Ø¥èdPÔ ÍØ3û]ÌeðGîº&;ß,Èù_ô:îúç
+ÃfTþZ
+â`®0þ¬µÐKË®×úis$©HP£úÀ5*AÉ.¼+`0£õZvuXäÝs!\csw=AÊ·jÓïåÙä¼±Yçí`ÄÓ3
+Á³¯ÏZå÷õf[å:¸³ù;ÇGhÂ^yãðyÖ¨¶
+ø<U[7Â^Ûl¾½ì6ã{Î|°zè/xÑJ<tʾ<
+RáDòZÜ'W)úT¤ÞÌ1áûÀáVø1BÉ®¾ðÇH.¡o¹sÏ>þÆRG¯&¡Et¤r[ïçr8Â&ÉxÛyÆáÇT*zyÄNöÑÓ·s$ðÚ9wP[vëlÞæ£~yua?±Ì9ÔE!ä+ýwo·äù_0qcf óÅZ0^ÏZææLrÉb¡ßZ¼Âi<§
+yÇ^×ïy©µHܳÔévJw½]1û3y/9ä][Ñ:8êm±[SZ9 at AA=ãúYæuÅ*¯èÓ¤ñçÈ~ô ùµ¸³å)ïöáW[ÚÄ&:GÒGn¢Â&e#»ùæ?°(ú0L
+ØÅè¼µÕý}¨ª y^M«öG}½>ôJàÅÈ×zLÞ¾VÛ¬cWiÒyòzBjöqhÅJv_=Û¹ñ§JÏxøVXOt¡Ñ6½ì"ÑÝAbgÔBHËÛ{ìÍH8r;<ñ{áxq5 at .Vè:@¦;/>XQùXþ{&8o£$íj'kñt«mó?z+D2iÑï°HC+/ém¤³Å:4Ò1$v²Ô ÉX|.ÅçDÆ°¬=ÈP¾õø+¬]4½ÜÓã4¡ ÁHèLx]¹©ëÎÂypÜmÉf±rÿ
ÒÝFè:Wº£DNk¶´bUÁ*¾æN¶Pû"jôäVq®ô»à÷ú¬õ82=Üøh[×OïWçRa(äIÛ°ð/ØÓ#*øDRdiu2aW÷SÿUßFûH>÷<!öjÎ,À¾ÙÆf[9ÏSYjóË>²L¯c ZC/g£
+öõ(EøÒï[
Î }2(ÈN¾Qùóö¿L
ÝA|Å][è8¿Ú5Ä7Cu´R¡Qã:3w*´/÷MWÎp®<>ÀQ!¡uùü4FÈ]ù¦ì\^¥Ó »ófÞk0PMÕ[×î`C% ?¶\½W:f´zETF-Ásø]øã¤Û3ë[Ë2dÎ#a®¹2nø34ÎÝR¨¨ý{ùî7
å@´ÃÏ ÓB]µ@µ~KÚÕ4ÓbËÇmÙ+¯Úòþ.höÂò!Ý7?¿Äj>jo/m÷¶ÊçÏÑÕó´O?Äcºb[5>>õ 8Eû¦ÑUÓ5>þÖÈk4¸^1Øva&zùÇÜÂ̯4cfWN±ÖtÑdJ)NdÕñ¾¼D{îsVu.[d- fàÖ±úÒTVéÚ^½&{:pVÊ5¥jIyoääÆ]ÏÐÅï!ÔÅÁÎ+;Èå(ºLõÌØÂ,êûS0>BïÂû!u#ëiÀÅLFÝ?ô;0zçèv¨Ðùµ-Ûd$ /,yÕÕ Êºz+Å'Jÿ 0=¿
ÉÓo)þ.MôeXaÄoXâµ1ãúÈÿ6ß¾xñp°ìSYcý|lA)
+Xö, ³çqy»ôöåR+ÇÎÈM,< %Fâµh>ç=õÃ/é;Í)£76EÞØâ
+Gæ Û|(Q_ÜÀÛ
+;¬
+ø54½³uâ¶
+Y4rùà8vù[ß8)´g; ÎÎ0ÖôB§ZÜ mEÓy{9½²î¨äKEkÒWͲÉ};(Zо½f(¬C¶7ÜçÂV;GVÎäÜШeñøF¯3!Î04VË·¨eh8qº_-{¼z>ç3üQ3Ѫ4X
qì!ËÆÀ\¹yãؽ&úa¾r+rt ´]@Ë,ïúlÏÎ@ºX¶³}ÖÌi,%ÀÑAìFÔhc,¬ý_0¬]7î AaaA6f-#}é×s«Ù°U~HõY
+ªFrçç\
+1Ër¯C<ËÌÙQZÒåÒ°\$]K%¨AÒÄp«pby½Þ_5º ½LÙòÆ%¸wf%iéX}ªØT1:~¨²û©G¤*9ngJNJî évéÞe«Qq
1fàZõM¯(/$F'e&ñHN¥\ÊGØ|*÷®ê$¥¶ÆþÒk¶IÅÏJ<Õ¹dQ\°é= ¦¸©¼v 5ìÙ+©~dîÑd
+;ºb
Üo&HëEÈc6ñ~êwÉÝL.V¬#9 MïX]@óôìÁÍ4úØïþåÚF&´FÃмݸyЪ²ïbvÔßÏdh($ë˼RtY;°ä¶ PÃFD¬ÚEÍÖϹǷmXK`ÅÝqçCÿóWùõÉ£@«Ö~ñ.|Ø'+)×Ò¦àÄv9>®+òÓÙÇß
ø9®úFÅx1¶»q³7ôx,
+ÎÐj+ʵ,¦G7hhròìß+áº7}°,m|gèÁè³à³ªÊN¿\ÉW1³qÈZ÷5"; $hûõ¤âæ_À{+O^=Zæ=e[¸ôPË8ÝìY7¿ÃÇ]a¬q50*¬juâÝÅQVͶ[Ü©AËìS,(öøkh²l"u>ðò;©Of²kë`BhçÕ±#µÇ¥NÅ/¦±obk'Ú8HH´H~#°ë=%xe¨cª´"!EÁF:?¼ÊÁã%Eigo~¹ Å·lUØgÎ~qû1,Í= 3ó_#£ £Ðvûë`¿Æ7Oo~uÌ·Ôi´"oÁðOÁ%ð!ÙÛeAáeÝä¼8=!¡éùKûsP*Þ¬(>À¨¯
ÆiðéTBëï?æT¼_~#*¦h¹x(L*UK¡8ùÃYø¾Þ,mÛônE¯ZÈmu1&H]sñ*å?NHÖk5Ì@UJAÉÇ8^WÚ5rëêÌïùC´+Êé%s¤7º½êYjÍ?¡´÷f¦|~Àÿ±bÏ©sãCÎVl¤¨**¾'-&O!yíìOzêÒPQ8Rá lÔ]QÝà4A
À<C]¿¦Ê+çg]Qþö^¡BÙ·l7ê
+9¢×rJcòí®®Wî
:Súuj"¼j²qN xÆRJ"]ÍJCzËX-/
+..ß³æDÙô8¦øãî(#ùÅt^[5+G%·9~®^HÑ¥wÜoïý½RÔJ
VìÊOC'ÀÌñJ!.¿üyÁ°ÅB¥
VÖ`§$;vÒ«H!eê ËÔ¡\Y||[-dóY¦úr*:)þÂZÞ[*˲
+
+î+ãOôïWà4qyH³Á"qÖ8uçXß*ª]ÎÍ,àà)ý%ïocÜò0L²T%ÝßÜTÔðU_ì' <t¢2â^%µ«oEðù}íͬȫýVÛ=81m§;çÜuó®J»ÎÛMòg§5ßÏD¡ªwùàR gåôMDLQoø)Æ%RÏ(åó-¹¦i¦ê¤¥PÐÊe|1ò4Q -s89*±Y´Y=Ð`2I«®ñرÀâi8ô¬=ê!½¬H¦©°^Jìôü5°5ÈI½[£Ë+ñUÄo)ªûÑáQ8µÂ®j5å'\,ï\ßß±¦|1eï\è c
©Zdu²QµöüÝÍä6Ù"ßI2<Îä.i£tçGâ%´y¾éS®/ÿ¤ÂzØ ³ñdR©úË®K£ÕWZÉ1õ[2®´çÙþV\ÝSf´¡Ì`ïæ#¹¶ j¸úâÖA¨-kÃS&U¶K|àn»:DàâuôöN¤
+HXlÙöǦ=íóGÀ#>,ÏypÏèOÔ§F²åÙkmsL#
+ÓA{¿.IyÀSpÁ·¨5ÙîBµW_±YöIÀQ¶]ËöüsY)ÇéÑw9Ù#7æ1mvf(
+ón
+ðUh^B<5@uúvìxI5,üw»L¦J¼M¨#NdYûSà¡N²8¶Ïû½M%©Úif¨Æ&ìÈ;5E×nÿá¶E#-¡Zõæ HïÇ#^ówÞR*Å=;Lúj¾/»ùA~håKÁÓ±'bE s'Ùù06í7Xz!ï¶Vº®8ñçèj©y¿0ÇÝ+Yq«: C¿j¦\¤?îDèØç`]¶C½ýåÜ'l^àÝ])Ì yì[×½}r¤hרã:ë·9ðT#Êó 5:+?ß°Kà'01.Ê«ÑêtøXnüg
¬Éàô[ÊaI¾ûa`åÕeEDôw&÷/xÖÞ! DGOø_ÃëO¢×NµXÕ¬ø²ÀJ³òðb@Ú_çNSYÛò{¢0ÇDqbiü|A¹Z£³?Þå
f[c¤H%uçD²¥! ¿
ÌÚýõS`©³tßù/,®Óäô®ï@ÞêÁg-¨½èAY c_ÞÝNs1£.½%\¤ZM^SNG,)ÇöÈh¾®
+\²ÌwÍ5"ÐXÐÓ@uUfj±ø$Dx\7ôóé I°¢B=;ãà·c ?¤÷G¿Ï:Áz\J«÷ò:x
+*OY¡¾]¯K8©Mfàsìzíê£
Oâ_ò,ÛóXôÏñQ
+æH¤-_bÒú¾ä hÍâÓRö
+ÞΤT9RÜd¶¾a.ÜêÃÙØÓUv?½òϧ|ÁBåN#lxªPe®töÄc¯j¹L51Þø×m4ª7Ô ¾¥åÕ¾Cª@Fê¯ *æôíÄAöçf¯¤ô®¶'#çðò<¯µ1`¤£öøð´}µEK8,10(»Ì¼ñé@ô*£tC7C°
+ÃýxFt%ºx©Ü<cÄã7XmP¥ýþHÅmäK§GîójHé7ÑeôغÇáÁÒÎ[·¸C8Ît®5fíË5²ùbÛvÀÕ^zv4¼ÝÜÒÑo)£M¼×)Ð=wPÁ+õøÇÂbÊTwÊ. ÃQO«m_ß
[Nñ'¬a)Ä|X~ïuBÕHÂ;Éî"á~û¶Y[ ÚÐf}ãäí2tå.1i´xè?ê$òPÃ
mHp¥²hyQ»¨Ci_ìnüå3»È1ÿ}=æpÑM6Xad&f[=UÊë
ÿëÄdlÌ(Èn^|!ÐQD@p¾^=zëÐgipÓu!óYê!ßç¡cwÌ·L"à2}Õ+6¨Bg»vïY=j:¥´ªÚMLæãÿѼº<ûþ ¢íN#®N [Lðò-þ§é>È'×'ldaCÌX-=eÁ2ÿùZµ8*/lò}©CùÃü¬| æ56S¼q§¾´pU}¶oCû,'=Í ÈøúmÚ4l÷ä¥^±åQÓNQ¼¡áPPF®Ó÷-5úóî6·(=I¢YþUë(%éD@ ÃEr°z·¡çCjæ¾RC>ÒÄ6ܸ)ÒçD÷ÍÉÐáÌ'ñ4Ýz'v9û»rn6¯¢A[qÃó
+ï6gîS9ÆbèÆz×ÀJü¼¢ÃÉ_óÓ!wY Ũù³ëP:Ïæ¬ûKqÔ!úiújСÚÜêwùÕ&$-õÓ¬úÎ2 ³zGD½½&¦¨¸²røÊwT<Çb¿±*B×¼hðºM~ÙݼYÀ·×f½íÚù¸, L-¥sêýjRÔæ\!aÉ2¬s³¶
+aУ@d± à ¯qr%!×xÂÁ!Þda-lj
+Í~Æ]OÚ|£>K?¿½ç,Qjßàu
¾ÚWXªÕQô@©ì=øé¾¹Ê~àNSÁ£îࢮTqü~`î2g½ÚhËÿ®í£Zíæ.TçÏm£C¶'Å«øKØXµnuâ~#Vï½N´Nñ&n¡SgÆ4h²üÝO8Éç§ÉÓѬàch\:WìN
+LQZ))Üg~½l0eÕSͺ|rÿ«¶èw⺿
?dÖëD³#aOÄOË׳[°Éêû.÷X
+Lþs#[Èó6J-x²Ã¤]d×@ø¡o÷¶ª£HÓô`j£¢ÔSÉá )¶DuSÙµD°HzåbìTq³¡æÙ;²}ȹ{ý6H,þ3wd3(>Ý-ÞË%fßv,EÃ
+zq
+7¿õF?v}%à`¤[(nÍØ3'RzbßåF`Sµ^4 Çí\ª4¢Pèüø$&(¦\qºíÁ;
Tò¿%àc%l0_EYÕÚ¸wúÜÜÕ¨Br'&l14\#·GUNeç?HÈ"~¥Dú2¨ä}ûT4
+¯#ÌÝíµÈ~E|6t3 ÛG§Ê~óMN ü¡ôücq¶ Û<»+ø+S¼`½ì8é=¢×ánfÝ/ ¯V>¸zP¤ ùI¢kàÓШÒÐUÔçಸ l\0¸fFt~±Pü©Ppug{Îî`y±æ8S¯JÞ¾¬Õ³fÓ#ñS2J,½Æ¨¼m¹élDsà[P÷.)´"'6Óßt³©zì¡ÊKoÓaÈËm®jª|ÊaAø£Ì
+(ÜzB1f%VY¿ÒýãøâÿðÈÓmë§#Éá¥Ë°¶¼¹Óí»Øß*¶µ"ôr<¾Çüfxï" Ý
ßöæíбSl|o9Ñ&Æ»^ïìãâ¬Qòÿu´û1qÉPS
«(ø½æ[»çl.PO¼aåcSjËN;.wÜÏ]Ï}©Q Ó¡nê`}O6( xc©ÉÉ,Ý¿1)_ã²áÜÌ¡2Û½pfmÑêó#î·0K¤Ñèöb+) h¯Å.ÄÊi¦w±¼H%,ÈDäèT´gÒ&`x÷S
+"f^ÁF!r¨( ÞÀÍÃbC0>vúJ¥ÍÞQ(¸Twå?^'ËHBW¡ÁMZtTÒuv¡OÅð©ß,Ñ#ª»@Íèå«ß`ȳԦܥx{réÂn
t_4f+,bÓy#+éóòÈ
+*huâmÍ=
;à.£$UøL[´è[°¡ dõB0hò¦)mÔTâÊ¡bMË|ÀÿÖýUÍ*vXÇ^pÛri \¨æïp
+ÙîË àxÖ¿Ø?Ð<VÍÏ×5C<«
+è;AIM\h(ä(½ýÓi)wù& {¿Ì¼ìdÙÀNî
¦|XþQ9ëË®¿RnÃÚßGT¢ø|a´flÜëÆøª-I¬îaç¸m¼-.üKïêlePbCí<4Î5¶r|´6]æÙpÜãWJ°x=üËp\Äàí=k®Ø4î>&0Õ-'^4Ââ²Ú&¥µæMݪSWÉÿoxf¥8ÅFÒ Y´Où[«qÜ5,wìúZÆ"!ø´á5(lÈû?bÛñ`©ÊÉC3åx×(aso;ßî
+Áé7oíÔ}hgÂz¤ËLìQ?í
+Ù»ôÝÝ·Þã¬
Ë#D~W),¾W:?r®úÃ}Ñ$='L[½`à ëà94ãÛhßfà^ÀøèâЮ«#xZ®uîÁAÞöïàrº÷¢½y|ÜÄC¡ë§G]§9GBÈhhï²óɺJ at XÎô¦±
+§¬V9"ÕÅt×N!¥}NV+¢ÅNÃ6]Ä+fud©,gG4súmI&<{®
+C ø9N¸u¼^ 7mO÷3¶O!4Jtn§5ÑËjÛîËÁ^G4D7^Òõ\¢~[®½¨`é)ÅTBÝíÏøÒÒ¿&^¤eM5È¥.ñKCwíÍqòn¡ mq
+ÇNï¹Ã_JÞÁ¯ÝÂDõìü*bÌëdNtUÃ[l7 B8%Mv{MTïoØ4Úú·7ðq§×{&âÊ¥½Ì9Ke`~Õä³dyß¼²Mný1uaÿaðLuB8ͪTýþýú,ØüW©ÚpWËÉ@È#ÅSq¦½|^J<èO¾ñVxF?þmºÊ³Y
ÿô±¶>àâÒ<×Ø%_g3ü¼©Êô&ý#=múeTQ%ë`i?9øø14νÖòëkªÎè©ãyéq þ³÷Òü4½|9*°t¯"ßòáÔë±]|ÛÐîa}¤$z6Å:ËÒçK"<ÏüGTmlFüyræ[À6¯õ=fÂá4Ѩ¿¿ì{%6dý Îθz¡«Ò\³4BØ"°¯´ÑMϧubK¡P½[B¬Ø
+*0«ÿ!_qf2qþ~
+¶©ã?
NØ¿º\Yc%J{fHb!]P§å÷/ýãO¥ì¨öI{}ñõôWµó2\x8Rs¯KÕþ¦
°ñ<¶ÐÏ?liy9ÜÄ&
+}WÞ]S(Ðù¨©ÑÁpaµÅ§5º¾ÏëÃa®Ìöjoª¿×HïÈÅËô°(þÉ_üÓE²³[JsOµ<
+*°zEírpñ;ØùP«&d¸¤mãl
+æÞIúþEJÊaJÊÕ£4ÑO2n·ñ3rý1×5ÒÚ%_ÌRÚyì¡ÏµusX¡!3nSìé,e;0XÙíÐÂØÊÛEdÉ\¾¡g9zYýÈ@gø:×Áþï4<|8ìÓu´<³õèC¹Î4BîI¹¼&Qäl¦ªd¬©Ûõæd|ùYEàð>õ·á -bF«I
+y¢w&±Eò´òú£¹åÃ<ÍÞ¯ÅÓ`(ýÅYZ:;Á¦ñïÒûÞK4èA6ó|ü@`ĽäHRÆÛñZZ9õH«2ô~º¿cÐ¥±SÈma;üØbÓÕÉ[«µ®z®Ô5×[×ÏÊ5§`vøRé%w2BIOSñ4M62˦Õ>ÙvÕa* =SÚ#V¼?g²ðþcNÒPÆO
PKn'!¡|ç>5ÚìØè'¿äüþ¼ë¾It Ü'xó3õ·ûk|6¬¾%h>Ô¡o¥6Ó±º"ãýз÷]oH9SqoÞùè³SqÑ{Iï<Xm]UtDãZRæ¹ Dám¸+EØ^4k*«ß`å·¶¢°éø
+Ê{Ýܶ~±Ï0^Ö=nY2.Q?wܱ7XjXFg´ä!ºz¯ÓJ¥FâèUh˾ÑöíÞúQeÈQÝw;îÆ3Ñ;(ꨬZ,¿º¥'§È4 @güFð¨)øbé£Ëåµ5EcX^¬g"²dU/Y#i Í"æ^méùÈe7ê¶g*´ipÏé%ì¿äâÊlë8Þ}Mqú§:ü{Ïkò®&Q&jQfhp:x×æ@rÐÁYÁ*%9ÞѲæá}ÎʺÓE¼|¦5kyÿ|VwD þO@ÿa!q¡Ö
+ÞôDAæusì¡wKMßR=:²\]Aÿ¹9ßM
+lô.&ÙvÄrÈÓí£@Ú[@XäòüU¿ðîj]#Þ³+¹;¿}$ÅÂ)6:®¨[Ù¤GàaÄy@Ýqô/e1¿Lòôá
+´<Qø vûle±ü®Ó²hdiïwoPõý`8Ç£;ôN1áÅ|3+í
+È}gÿFw²¹KZô&¯©¾3ߤz:2~Qâ}dö3¶jU9©fZ,iMD²=Ï1h<±[¸ ÀÿÉË7
+endstream
+endobj
+332 0 obj <<
+/Type /FontDescriptor
+/FontName /SIGNJG+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/M/O/P/S/T/W/a/b/c/comma/d/e/eight/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/period/q/quoteright/r/s/seven/six/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 331 0 R
+>> endobj
+317 0 obj <<
+/Type /Encoding
+/Differences [2/fi/fl 34/quotedbl 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine 59/semicolon 65/A/B/C/D/E/F/G/H/I/J 77/M/N/O/P 83/S/T 87/W 91/bracketleft 93/bracketright 95/underscore 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/braceleft 125/braceright]
+>> endobj
+191 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /TZLUSU+NimbusMonL-Regu
+/FontDescriptor 324 0 R
+/FirstChar 40
+/LastChar 125
+/Widths 318 0 R
+/Encoding 317 0 R
+>> endobj
+141 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /CRAVFF+NimbusSanL-Bold
+/FontDescriptor 326 0 R
+/FirstChar 46
+/LastChar 121
+/Widths 320 0 R
+/Encoding 317 0 R
+>> endobj
+139 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /ZMBSGR+NimbusSanL-Regu
+/FontDescriptor 328 0 R
+/FirstChar 34
+/LastChar 121
+/Widths 321 0 R
+/Encoding 317 0 R
+>> endobj
+180 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DIXNGO+NimbusRomNo9L-Medi
+/FontDescriptor 330 0 R
+/FirstChar 49
+/LastChar 119
+/Widths 319 0 R
+/Encoding 317 0 R
+>> endobj
+138 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /SIGNJG+NimbusRomNo9L-Regu
+/FontDescriptor 332 0 R
+/FirstChar 2
+/LastChar 122
+/Widths 322 0 R
+/Encoding 317 0 R
+>> endobj
+142 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 333 0 R
+/Kids [134 0 R 177 0 R 182 0 R 205 0 R 235 0 R 260 0 R]
+>> endobj
+303 0 obj <<
+/Type /Pages
+/Count 2
+/Parent 333 0 R
+/Kids [283 0 R 308 0 R]
+>> endobj
+333 0 obj <<
+/Type /Pages
+/Count 8
+/Kids [142 0 R 303 0 R]
+>> endobj
+334 0 obj <<
+/Type /Outlines
+/First 3 0 R
+/Last 7 0 R
+/Count 2
+>> endobj
+131 0 obj <<
+/Title 132 0 R
+/A 129 0 R
+/Parent 111 0 R
+/Prev 127 0 R
+>> endobj
+127 0 obj <<
+/Title 128 0 R
+/A 125 0 R
+/Parent 111 0 R
+/Prev 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 127 0 R
+>> 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 7 0 R
+/Prev 43 0 R
+/First 115 0 R
+/Last 131 0 R
+/Count -5
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 43 0 R
+/Prev 103 0 R
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 43 0 R
+/Prev 99 0 R
+/Next 107 0 R
+>> endobj
+99 0 obj <<
+/Title 100 0 R
+/A 97 0 R
+/Parent 43 0 R
+/Prev 95 0 R
+/Next 103 0 R
+>> endobj
+95 0 obj <<
+/Title 96 0 R
+/A 93 0 R
+/Parent 43 0 R
+/Prev 91 0 R
+/Next 99 0 R
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 43 0 R
+/Prev 87 0 R
+/Next 95 0 R
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 43 0 R
+/Prev 83 0 R
+/Next 91 0 R
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 43 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 43 0 R
+/Prev 75 0 R
+/Next 83 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 43 0 R
+/Prev 71 0 R
+/Next 79 0 R
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 43 0 R
+/Prev 67 0 R
+/Next 75 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 43 0 R
+/Prev 63 0 R
+/Next 71 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 43 0 R
+/Prev 59 0 R
+/Next 67 0 R
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 43 0 R
+/Prev 55 0 R
+/Next 63 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 7 0 R
+/Prev 11 0 R
+/Next 111 0 R
+/First 47 0 R
+/Last 107 0 R
+/Count -16
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 11 0 R
+/Prev 35 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 11 0 R
+/Prev 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 11 0 R
+/Prev 27 0 R
+/Next 35 0 R
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 11 0 R
+/Prev 23 0 R
+/Next 31 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 11 0 R
+/Prev 19 0 R
+/Next 27 0 R
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 11 0 R
+/Prev 15 0 R
+/Next 23 0 R
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 11 0 R
+/Next 19 0 R
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 7 0 R
+/Next 43 0 R
+/First 15 0 R
+/Last 39 0 R
+/Count -7
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 334 0 R
+/Prev 3 0 R
+/First 11 0 R
+/Last 111 0 R
+/Count -3
+>> endobj
+3 0 obj <<
+/Title 4 0 R
+/A 1 0 R
+/Parent 334 0 R
+/Next 7 0 R
+>> endobj
+335 0 obj <<
+/Names [(Doc-Start) 140 0 R (_app_procedures) 227 0 R (_backgound_list) 278 0 R (_backgroundstruct) 208 0 R (_batch_wrappers) 289 0 R (_create_status_table) 286 0 R]
+/Limits [(Doc-Start) (_create_status_table)]
+>> endobj
+336 0 obj <<
+/Names [(_diffstruct) 217 0 R (_header) 192 0 R (_image) 188 0 R (_jpeg) 198 0 R (_madd) 228 0 R (_mbackground) 231 0 R]
+/Limits [(_diffstruct) (_mbackground)]
+>> endobj
+337 0 obj <<
+/Names [(_mbackgroundbatch) 290 0 R (_mbgmodel) 238 0 R (_mconcatfit) 241 0 R (_mdiff) 244 0 R (_mdiffbatch) 294 0 R (_mdifffit) 247 0 R]
+/Limits [(_mbackgroundbatch) (_mdifffit)]
+>> endobj
+338 0 obj <<
+/Names [(_mdifffitbatch) 298 0 R (_mfitbatch) 311 0 R (_mfitplane) 250 0 R (_mimgtbl) 253 0 R (_mjpeg) 263 0 R (_mmakehdr) 256 0 R]
+/Limits [(_mdifffitbatch) (_mmakehdr)]
+>> endobj
+339 0 obj <<
+/Names [(_moverlaps) 266 0 R (_mproject) 269 0 R (_mprojectbatch) 314 0 R (_mprojectpp) 272 0 R (_mshrink) 275 0 R (_overview) 185 0 R]
+/Limits [(_moverlaps) (_overview)]
+>> endobj
+340 0 obj <<
+/Names [(_status) 201 0 R (_swiftmontage_api) 186 0 R (_table) 195 0 R (_types) 187 0 R (lstlisting.-1) 189 0 R (lstlisting.-10) 239 0 R]
+/Limits [(_status) (lstlisting.-10)]
+>> endobj
+341 0 obj <<
+/Names [(lstlisting.-11) 242 0 R (lstlisting.-12) 245 0 R (lstlisting.-13) 248 0 R (lstlisting.-14) 251 0 R (lstlisting.-15) 254 0 R (lstlisting.-16) 257 0 R]
+/Limits [(lstlisting.-11) (lstlisting.-16)]
+>> endobj
+342 0 obj <<
+/Names [(lstlisting.-17) 264 0 R (lstlisting.-18) 267 0 R (lstlisting.-19) 270 0 R (lstlisting.-2) 193 0 R (lstlisting.-20) 273 0 R (lstlisting.-21) 276 0 R]
+/Limits [(lstlisting.-17) (lstlisting.-21)]
+>> endobj
+343 0 obj <<
+/Names [(lstlisting.-22) 279 0 R (lstlisting.-23) 287 0 R (lstlisting.-24) 291 0 R (lstlisting.-25) 295 0 R (lstlisting.-26) 299 0 R (lstlisting.-27) 312 0 R]
+/Limits [(lstlisting.-22) (lstlisting.-27)]
+>> endobj
+344 0 obj <<
+/Names [(lstlisting.-28) 315 0 R (lstlisting.-3) 196 0 R (lstlisting.-4) 199 0 R (lstlisting.-5) 202 0 R (lstlisting.-6) 209 0 R (lstlisting.-7) 218 0 R]
+/Limits [(lstlisting.-28) (lstlisting.-7)]
+>> endobj
+345 0 obj <<
+/Names [(lstlisting.-8) 229 0 R (lstlisting.-9) 232 0 R (lstnumber.-1.1) 190 0 R (lstnumber.-10.1) 240 0 R (lstnumber.-11.1) 243 0 R (lstnumber.-12.1) 246 0 R]
+/Limits [(lstlisting.-8) (lstnumber.-12.1)]
+>> endobj
+346 0 obj <<
+/Names [(lstnumber.-13.1) 249 0 R (lstnumber.-14.1) 252 0 R (lstnumber.-15.1) 255 0 R (lstnumber.-16.1) 258 0 R (lstnumber.-17.1) 265 0 R (lstnumber.-18.1) 268 0 R]
+/Limits [(lstnumber.-13.1) (lstnumber.-18.1)]
+>> endobj
+347 0 obj <<
+/Names [(lstnumber.-19.1) 271 0 R (lstnumber.-2.1) 194 0 R (lstnumber.-20.1) 274 0 R (lstnumber.-21.1) 277 0 R (lstnumber.-22.1) 280 0 R (lstnumber.-23.1) 288 0 R]
+/Limits [(lstnumber.-19.1) (lstnumber.-23.1)]
+>> endobj
+348 0 obj <<
+/Names [(lstnumber.-24.1) 292 0 R (lstnumber.-24.2) 293 0 R (lstnumber.-25.1) 296 0 R (lstnumber.-25.2) 297 0 R (lstnumber.-26.1) 300 0 R (lstnumber.-26.2) 301 0 R]
+/Limits [(lstnumber.-24.1) (lstnumber.-26.2)]
+>> endobj
+349 0 obj <<
+/Names [(lstnumber.-26.3) 302 0 R (lstnumber.-27.1) 313 0 R (lstnumber.-28.1) 316 0 R (lstnumber.-3.1) 197 0 R (lstnumber.-4.1) 200 0 R (lstnumber.-5.1) 203 0 R]
+/Limits [(lstnumber.-26.3) (lstnumber.-5.1)]
+>> endobj
+350 0 obj <<
+/Names [(lstnumber.-6.1) 210 0 R (lstnumber.-6.2) 211 0 R (lstnumber.-6.3) 212 0 R (lstnumber.-6.4) 213 0 R (lstnumber.-6.5) 214 0 R (lstnumber.-6.6) 215 0 R]
+/Limits [(lstnumber.-6.1) (lstnumber.-6.6)]
+>> endobj
+351 0 obj <<
+/Names [(lstnumber.-6.7) 216 0 R (lstnumber.-7.1) 219 0 R (lstnumber.-7.2) 220 0 R (lstnumber.-7.3) 221 0 R (lstnumber.-7.4) 222 0 R (lstnumber.-7.5) 223 0 R]
+/Limits [(lstnumber.-6.7) (lstnumber.-7.5)]
+>> endobj
+352 0 obj <<
+/Names [(lstnumber.-7.6) 224 0 R (lstnumber.-7.7) 225 0 R (lstnumber.-7.8) 226 0 R (lstnumber.-8.1) 230 0 R (lstnumber.-9.1) 233 0 R (page.1) 184 0 R]
+/Limits [(lstnumber.-7.6) (page.1)]
+>> endobj
+353 0 obj <<
+/Names [(page.2) 207 0 R (page.3) 237 0 R (page.4) 262 0 R (page.5) 285 0 R (page.6) 310 0 R (page.i) 137 0 R]
+/Limits [(page.2) (page.i)]
+>> endobj
+354 0 obj <<
+/Names [(page.ii) 179 0 R (section.1) 2 0 R (section.2) 6 0 R (subsection.2.1) 10 0 R (subsection.2.2) 42 0 R (subsection.2.3) 110 0 R]
+/Limits [(page.ii) (subsection.2.3)]
+>> endobj
+355 0 obj <<
+/Names [(subsubsection.2.1.1) 14 0 R (subsubsection.2.1.2) 18 0 R (subsubsection.2.1.3) 22 0 R (subsubsection.2.1.4) 26 0 R (subsubsection.2.1.5) 30 0 R (subsubsection.2.1.6) 34 0 R]
+/Limits [(subsubsection.2.1.1) (subsubsection.2.1.6)]
+>> endobj
+356 0 obj <<
+/Names [(subsubsection.2.1.7) 38 0 R (subsubsection.2.2.1) 46 0 R (subsubsection.2.2.10) 82 0 R (subsubsection.2.2.11) 86 0 R (subsubsection.2.2.12) 90 0 R (subsubsection.2.2.13) 94 0 R]
+/Limits [(subsubsection.2.1.7) (subsubsection.2.2.13)]
+>> endobj
+357 0 obj <<
+/Names [(subsubsection.2.2.14) 98 0 R (subsubsection.2.2.15) 102 0 R (subsubsection.2.2.16) 106 0 R (subsubsection.2.2.2) 50 0 R (subsubsection.2.2.3) 54 0 R (subsubsection.2.2.4) 58 0 R]
+/Limits [(subsubsection.2.2.14) (subsubsection.2.2.4)]
+>> endobj
+358 0 obj <<
+/Names [(subsubsection.2.2.5) 62 0 R (subsubsection.2.2.6) 66 0 R (subsubsection.2.2.7) 70 0 R (subsubsection.2.2.8) 74 0 R (subsubsection.2.2.9) 78 0 R (subsubsection.2.3.1) 114 0 R]
+/Limits [(subsubsection.2.2.5) (subsubsection.2.3.1)]
+>> endobj
+359 0 obj <<
+/Names [(subsubsection.2.3.2) 118 0 R (subsubsection.2.3.3) 122 0 R (subsubsection.2.3.4) 126 0 R (subsubsection.2.3.5) 130 0 R]
+/Limits [(subsubsection.2.3.2) (subsubsection.2.3.5)]
+>> endobj
+360 0 obj <<
+/Kids [335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R]
+/Limits [(Doc-Start) (lstlisting.-10)]
+>> endobj
+361 0 obj <<
+/Kids [341 0 R 342 0 R 343 0 R 344 0 R 345 0 R 346 0 R]
+/Limits [(lstlisting.-11) (lstnumber.-18.1)]
+>> endobj
+362 0 obj <<
+/Kids [347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R]
+/Limits [(lstnumber.-19.1) (page.1)]
+>> endobj
+363 0 obj <<
+/Kids [353 0 R 354 0 R 355 0 R 356 0 R 357 0 R 358 0 R]
+/Limits [(page.2) (subsubsection.2.3.1)]
+>> endobj
+364 0 obj <<
+/Kids [359 0 R]
+/Limits [(subsubsection.2.3.2) (subsubsection.2.3.5)]
+>> endobj
+365 0 obj <<
+/Kids [360 0 R 361 0 R 362 0 R 363 0 R 364 0 R]
+/Limits [(Doc-Start) (subsubsection.2.3.5)]
+>> endobj
+366 0 obj <<
+/Dests 365 0 R
+>> endobj
+367 0 obj <<
+/Type /Catalog
+/Pages 333 0 R
+/Outlines 334 0 R
+/Names 366 0 R
+/PageMode/UseOutlines/PageLabels<</Nums[0<</S/r>>2<</S/D>>]>>
+/OpenAction 133 0 R
+>> endobj
+368 0 obj <<
+/Author()/Title(SwiftMontage API)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfTeX-1.40.10)/Keywords()
+/CreationDate (D:20110620095433-05'00')
+/ModDate (D:20110620095433-05'00')
+/Trapped /False
+/PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009) kpathsea version 5.0.0)
+>> endobj
+xref
+0 369
+0000000000 65535 f
+0000000015 00000 n
+0000012360 00000 n
+0000100164 00000 n
+0000000060 00000 n
+0000000086 00000 n
+0000012480 00000 n
+0000100055 00000 n
+0000000131 00000 n
+0000000165 00000 n
+0000012599 00000 n
+0000099946 00000 n
+0000000215 00000 n
+0000000239 00000 n
+0000012719 00000 n
+0000099872 00000 n
+0000000295 00000 n
+0000000319 00000 n
+0000012961 00000 n
+0000099785 00000 n
+0000000375 00000 n
+0000000400 00000 n
+0000013204 00000 n
+0000099698 00000 n
+0000000456 00000 n
+0000000480 00000 n
+0000013446 00000 n
+0000099611 00000 n
+0000000536 00000 n
+0000000559 00000 n
+0000013689 00000 n
+0000099524 00000 n
+0000000615 00000 n
+0000000640 00000 n
+0000016326 00000 n
+0000099437 00000 n
+0000000696 00000 n
+0000000731 00000 n
+0000016934 00000 n
+0000099363 00000 n
+0000000787 00000 n
+0000000816 00000 n
+0000017603 00000 n
+0000099237 00000 n
+0000000867 00000 n
+0000000900 00000 n
+0000017724 00000 n
+0000099163 00000 n
+0000000956 00000 n
+0000000979 00000 n
+0000017964 00000 n
+0000099076 00000 n
+0000001035 00000 n
+0000001065 00000 n
+0000020749 00000 n
+0000098989 00000 n
+0000001121 00000 n
+0000001148 00000 n
+0000020992 00000 n
+0000098902 00000 n
+0000001204 00000 n
+0000001233 00000 n
+0000021235 00000 n
+0000098815 00000 n
+0000001289 00000 n
+0000001313 00000 n
+0000021478 00000 n
+0000098728 00000 n
+0000001369 00000 n
+0000001396 00000 n
+0000021721 00000 n
+0000098641 00000 n
+0000001452 00000 n
+0000001480 00000 n
+0000021963 00000 n
+0000098554 00000 n
+0000001536 00000 n
+0000001562 00000 n
+0000022206 00000 n
+0000098467 00000 n
+0000001618 00000 n
+0000001645 00000 n
+0000025039 00000 n
+0000098380 00000 n
+0000001702 00000 n
+0000001726 00000 n
+0000025282 00000 n
+0000098293 00000 n
+0000001783 00000 n
+0000001811 00000 n
+0000025523 00000 n
+0000098206 00000 n
+0000001868 00000 n
+0000001895 00000 n
+0000025766 00000 n
+0000098119 00000 n
+0000001952 00000 n
+0000001981 00000 n
+0000026008 00000 n
+0000098030 00000 n
+0000002038 00000 n
+0000002065 00000 n
+0000026251 00000 n
+0000097939 00000 n
+0000002123 00000 n
+0000002160 00000 n
+0000030187 00000 n
+0000097861 00000 n
+0000002218 00000 n
+0000002263 00000 n
+0000030431 00000 n
+0000097746 00000 n
+0000002315 00000 n
+0000002349 00000 n
+0000030553 00000 n
+0000097667 00000 n
+0000002406 00000 n
+0000002442 00000 n
+0000030857 00000 n
+0000097574 00000 n
+0000002499 00000 n
+0000002529 00000 n
+0000031162 00000 n
+0000097481 00000 n
+0000002586 00000 n
+0000002619 00000 n
+0000033734 00000 n
+0000097388 00000 n
+0000002676 00000 n
+0000002705 00000 n
+0000033978 00000 n
+0000097309 00000 n
+0000002762 00000 n
+0000002795 00000 n
+0000003139 00000 n
+0000003381 00000 n
+0000002848 00000 n
+0000003258 00000 n
+0000096792 00000 n
+0000096447 00000 n
+0000003320 00000 n
+0000096276 00000 n
+0000096965 00000 n
+0000004856 00000 n
+0000005006 00000 n
+0000005157 00000 n
+0000005312 00000 n
+0000005473 00000 n
+0000005633 00000 n
+0000005794 00000 n
+0000005955 00000 n
+0000006115 00000 n
+0000006276 00000 n
+0000006437 00000 n
+0000006593 00000 n
+0000006754 00000 n
+0000006915 00000 n
+0000007075 00000 n
+0000007236 00000 n
+0000007397 00000 n
+0000007558 00000 n
+0000007719 00000 n
+0000007879 00000 n
+0000008040 00000 n
+0000008202 00000 n
+0000008364 00000 n
+0000008526 00000 n
+0000008688 00000 n
+0000008850 00000 n
+0000009012 00000 n
+0000009174 00000 n
+0000009330 00000 n
+0000009491 00000 n
+0000009651 00000 n
+0000009812 00000 n
+0000009973 00000 n
+0000010196 00000 n
+0000004461 00000 n
+0000003479 00000 n
+0000010134 00000 n
+0000096618 00000 n
+0000013932 00000 n
+0000012179 00000 n
+0000010307 00000 n
+0000012298 00000 n
+0000012419 00000 n
+0000012539 00000 n
+0000012658 00000 n
+0000012778 00000 n
+0000012839 00000 n
+0000012900 00000 n
+0000096105 00000 n
+0000013021 00000 n
+0000013082 00000 n
+0000013143 00000 n
+0000013264 00000 n
+0000013324 00000 n
+0000013385 00000 n
+0000013506 00000 n
+0000013567 00000 n
+0000013628 00000 n
+0000013749 00000 n
+0000013810 00000 n
+0000013871 00000 n
+0000018207 00000 n
+0000016145 00000 n
+0000014043 00000 n
+0000016264 00000 n
+0000016386 00000 n
+0000016447 00000 n
+0000016508 00000 n
+0000016569 00000 n
+0000016630 00000 n
+0000016690 00000 n
+0000016751 00000 n
+0000016812 00000 n
+0000016873 00000 n
+0000016994 00000 n
+0000017055 00000 n
+0000017116 00000 n
+0000017177 00000 n
+0000017238 00000 n
+0000017299 00000 n
+0000017360 00000 n
+0000017421 00000 n
+0000017481 00000 n
+0000017542 00000 n
+0000017663 00000 n
+0000017782 00000 n
+0000017843 00000 n
+0000017903 00000 n
+0000018024 00000 n
+0000018085 00000 n
+0000018146 00000 n
+0000022449 00000 n
+0000020568 00000 n
+0000018318 00000 n
+0000020687 00000 n
+0000020809 00000 n
+0000020870 00000 n
+0000020931 00000 n
+0000021052 00000 n
+0000021113 00000 n
+0000021174 00000 n
+0000021295 00000 n
+0000021356 00000 n
+0000021417 00000 n
+0000021538 00000 n
+0000021599 00000 n
+0000021660 00000 n
+0000021781 00000 n
+0000021842 00000 n
+0000021903 00000 n
+0000022023 00000 n
+0000022084 00000 n
+0000022145 00000 n
+0000022266 00000 n
+0000022327 00000 n
+0000022388 00000 n
+0000026495 00000 n
+0000024858 00000 n
+0000022560 00000 n
+0000024977 00000 n
+0000025099 00000 n
+0000025160 00000 n
+0000025221 00000 n
+0000025342 00000 n
+0000025402 00000 n
+0000025462 00000 n
+0000025583 00000 n
+0000025644 00000 n
+0000025705 00000 n
+0000025825 00000 n
+0000025886 00000 n
+0000025947 00000 n
+0000026068 00000 n
+0000026129 00000 n
+0000026190 00000 n
+0000026312 00000 n
+0000026373 00000 n
+0000026434 00000 n
+0000028982 00000 n
+0000031527 00000 n
+0000028863 00000 n
+0000026606 00000 n
+0000030125 00000 n
+0000030248 00000 n
+0000030309 00000 n
+0000030370 00000 n
+0000030492 00000 n
+0000030614 00000 n
+0000030675 00000 n
+0000030736 00000 n
+0000030796 00000 n
+0000030918 00000 n
+0000030979 00000 n
+0000031040 00000 n
+0000031101 00000 n
+0000031223 00000 n
+0000031284 00000 n
+0000031345 00000 n
+0000031406 00000 n
+0000031467 00000 n
+0000097082 00000 n
+0000029885 00000 n
+0000030020 00000 n
+0000030069 00000 n
+0000034221 00000 n
+0000033553 00000 n
+0000031666 00000 n
+0000033672 00000 n
+0000033795 00000 n
+0000033856 00000 n
+0000033917 00000 n
+0000034039 00000 n
+0000034099 00000 n
+0000034160 00000 n
+0000095733 00000 n
+0000034360 00000 n
+0000034723 00000 n
+0000035027 00000 n
+0000035350 00000 n
+0000035722 00000 n
+0000036197 00000 n
+0000050053 00000 n
+0000050457 00000 n
+0000061570 00000 n
+0000061947 00000 n
+0000069819 00000 n
+0000070203 00000 n
+0000078888 00000 n
+0000079162 00000 n
+0000095320 00000 n
+0000097167 00000 n
+0000097236 00000 n
+0000100235 00000 n
+0000100469 00000 n
+0000100652 00000 n
+0000100855 00000 n
+0000101049 00000 n
+0000101243 00000 n
+0000101441 00000 n
+0000101667 00000 n
+0000101892 00000 n
+0000102118 00000 n
+0000102338 00000 n
+0000102565 00000 n
+0000102799 00000 n
+0000103032 00000 n
+0000103266 00000 n
+0000103496 00000 n
+0000103722 00000 n
+0000103948 00000 n
+0000104158 00000 n
+0000104320 00000 n
+0000104516 00000 n
+0000104776 00000 n
+0000105041 00000 n
+0000105307 00000 n
+0000105568 00000 n
+0000105774 00000 n
+0000105892 00000 n
+0000106016 00000 n
+0000106132 00000 n
+0000106252 00000 n
+0000106345 00000 n
+0000106460 00000 n
+0000106498 00000 n
+0000106666 00000 n
+trailer
+<< /Size 369
+/Root 367 0 R
+/Info 368 0 R
+/ID [<1CB1ABA80FC8BDD482BDD5F3C66391C3> <1CB1ABA80FC8BDD482BDD5F3C66391C3>] >>
+startxref
+106985
+%%EOF
Copied: SwiftApps/Montage/docs/SwiftMontageAPI.txt (from rev 4633, SwiftApps/Montage/docs/API.txt)
===================================================================
--- SwiftApps/Montage/docs/SwiftMontageAPI.txt (rev 0)
+++ SwiftApps/Montage/docs/SwiftMontageAPI.txt 2011-06-20 14:56:13 UTC (rev 4634)
@@ -0,0 +1,366 @@
+SwiftMontage API
+=================
+:toc:
+:icons:
+:numbered:
+
+Overview
+--------
+
+This is the API for the SwiftMontage wrappers. Montage is a toolkit for
+generating science grade astronomical mosaics. The image file format for
+Montage is Flexible Image Transport System or FITS.
+
+Swift is a dataflow parallel scripting language. The language allows the user
+to parallelize a workflow that has been represented as a swiftscript. Swift
+implements the site execution model to allow for efficient use of available
+resources for the user's application.
+
+NOTE: Both the Montage binaries as well as the Swift binaries must be included
+in your PATH environment variable for the wrappers to function properly.
+
+
+SwiftMontage API
+-----------------
+
+Types
+~~~~~
+These are all the Types that are declared for Swift. They are located in the
+file Swift_Montage_types.swift.
+
+Image
+^^^^^
+----
+type Image;
+----
+This is the Image type. It is used to declare the raw images, projected
+images, difference images, rectified images, and the mosaic.
+
+Header
+^^^^^^
+----
+type Header;
+----
+This is the Header type. It is used to declare and map to the FITS header
+file.
+
+Table
+^^^^^
+----
+type Table;
+----
+This is the Table type. During the execution of the workflow several files of
+metadata is generated. These are tables that the Montage functions use to read
+for the next stage of the workflow.
+
+JPEG
+^^^^
+----
+type JPEG
+----
+This is the JPEG type. This is used to map to the jpeg version of the mosaic.
+
+Status
+^^^^^^
+----
+type Status;
+----
+This is the status type. During the difference stage of the workflow status
+file are generated that have the information about the coefficients that will
+be used to rectify the image.
+
+BackgroundStruct
+^^^^^^^^^^^^^^^^
+----
+type BackgroundStruct
+{
+ string fname;
+ float a;
+ float b;
+ float c;
+};
+----
+This is a struct type. The entries are a string for the name of the image and
+three coefficients to rectify this portion of the mosaic of all floating point
+types.
+
+DiffStruct
+^^^^^^^^^^
+----
+type DiffStruct
+{
+ int cntr1;
+ int cntr2;
+ Image plus;
+ Image minus;
+ Image diff;
+};
+----
+This is a struct type. The entries are two control integers that make this
+entry unique, the two images that overlapped which are name plus and minus,
+and the name of the difference image that they produced.
+
+App Procedures
+~~~~~~~~~~~~~~
+These are all the app procedures for SwiftMontage. They are located in the
+file Swift_Montage_Apps.swift
+
+NOTE: Currently the options to the Montage functions are hard coded and the
+user cannot choose which options to run.
+
+mAdd
+^^^^
+----
+app ( Image mos ) mAdd( Image imgs[], Table img_tbl, Header hdr )
+----
+This app procedure will call the mAdd fucntion from the Montage toolkit. This
+procedure takes
+in a list of images to be added together, the img_tbl for these images, and
+the FITS header file for the mosaic being created. The procedure then outputs
+a single FITS file that represents the mosaic. All the images that will be
+part of this mosaic must reside in the same directory.
+
+mBackground
+^^^^^^^^^^^
+----
+app ( Image bg_img ) mBackground( Image img, float a, float b, float c )
+----
+This app procedure will call the mBackground function from the Montage
+toolkit. This procedure takes in a single image along with the
+three coefficients. The procedure then output the background rectified image
+after the coefficients have been applied.
+
+mBgModel
+^^^^^^^^
+----
+app ( Table rect_tbl ) mBgModel( Table img_tbl, Table fits_tbl )
+----
+This app procedure will call the mBgModel function from the Montage
+toolkit. This procedure takes in an image table that represents the list of images that
+will be added into a mosaic and a table of the information that is required to
+fit them together. The procedure will then output a rectification table of the
+coefficients that must be applied to the images.
+
+mConcatFit
+^^^^^^^^^^
+----
+app ( Table fits_tbl ) mConcatFit( Table status_tbl, Status stats[] )
+----
+This app procedure will call the mConcatFit function from the Montage
+toolkit. This procedure takes in a table representing the status files that were generated
+from either mFitplane or mDiffFit and a list of these status files as
+input. The procedure will then output a table of all the status files
+together. The status files must all reside in the same directory.
+
+mDiff
+^^^^^
+----
+app ( Image diff_img ) mDiff( Image proj_img_1, Image proj_img_2, Header hdr )
+----
+This app procedure will call the mDiff function from the Montage toolkit. This
+procedure takes in two images and the FITS header file for the mosaic. The procedure will then output a
+difference image representing the information of where the two images overlap.
+
+mDiffFit
+^^^^^^^^
+----
+app ( Image diff_img, Status stat ) mDiffFit( Image img_1, Image img_2, Header hdr )
+----
+This app procedure will call the mDiffFit function from the Montage
+toolkit. The mDiffFit function in Montage is the combination of the mDiff and
+mFitplane functions.
+
+mFitplane
+^^^^^^^^^
+----
+app ( Status stat ) mFitplane( Image diff_img )
+----
+This app procedure will call the mFitplane function from the Montage
+toolkit. This procedure takes in as input the difference image that was the output from
+the mDiff procedure. The procedure will then output a status file that
+contains the information on how to fit these two images together.
+
+mImgtbl
+^^^^^^^
+----
+app ( Table img_tbl ) mImgtbl( Image imgs[] )
+----
+This app procedure will call the mImgtbl function from the Montage
+toolkit. This procedure takes in as input a list of images to create a table
+from. The output is an image table that represents these images. All the
+images that will be part of this table must reside in the same directory.
+
+mMakeHdr
+^^^^^^^^
+----
+app ( Header hdr ) mMakeHdr( Table img_tbl )
+----
+This app procedure will call the mMakeHdr function from the Montage
+toolkit. This procedure will take in as input an image table representing the
+images that will be combined into a single mosaic. The procedure will then output the
+FITS header file for the mosaic.
+
+mJPEG
+^^^^^
+----
+app ( JPEG mos_img_jpg ) mJPEG( Image mos_img )
+----
+This app procedure will call the mJPEG function from the Montage toolkit. This
+procedure will take in as input as input a FITS image. The procedure will
+then ouput the same image in jpeg format.
+
+mOverlaps
+^^^^^^^^^
+----
+app ( Table diff_tbl ) mOverlaps( Table img_tbl )
+----
+This app procedure will call the mOverlaps function from the Montage
+toolkit. This procedure takes in as input an image table of the images that
+will be combined into a single mosaic. The procedure will then output a table
+of all the images that overlap with each other in the mosaic.
+
+mProject
+^^^^^^^^
+----
+app ( Image proj_img ) mProject( Image raw_img, Header hdr )
+----
+This app procedure will call the mProject function from the Montage
+toolkit. This procedure takes in as input a FITS image file and the FITS header file
+that for the mosaic. The output is the projected image.
+
+NOTE: The mProject app procedure is for general projection. There are some cases in
+which the faster mProjectPP procedure should be used.
+
+mProjectPP
+^^^^^^^^^^
+----
+app ( Image proj_img ) mProjectPP( Image raw_img, Header hdr )
+----
+This app procedure will call the mProjectPP function from the Montage
+toolkit. This procedure takes in as input a FITS image file and the FITS header file
+that for the mosaic. The output is the projected image.
+
+NOTE: The mProjectPP app procedure is a "special case" version of mProject
+and can be used only where the input and output images have tangent-plane
+projections (e.g. TAN, SIN) or where they can be approximated with acceptable
+error.
+
+
+mShrink
+^^^^^^^
+----
+app ( Image shrunk ) mShrink( Image original, int factor )
+----
+This app procedure will call the mShrink function in the Montage toolkit. This
+procedure takes in as input a single image and an re-sizing factor represented
+as an integer. The procedure will then output the re-sized image.
+
+Backgound_list
+^^^^^^^^^^^^^^
+----
+app ( Table back_tbl ) Background_list( Table imgs_tbl, Table rect_tbl )
+----
+This app procedure will call the Background_list python script that is included in
+the scripts directory for the SwiftMontage wrappers. This procedure takes in as input an image table of the
+images that are being combined into a single mosaic and the table of
+coefficients to rectify the mosaic. The procedure will then output a file in a
+format that can be read in by the Swift readData2 function into the
+Background_struct declared type.
+
+create_status_table
+^^^^^^^^^^^^^^^^^^^
+----
+app ( Table stat_tbl ) create_status_table( Table diff_tbl )
+----
+This app procedure will call the create_status_table python script that is
+included in the scripts directory for the SwiftMontage wrappers. This
+procedure takes in as input the difference table that has been generated by
+the mOverlaps procedure. The procedure will the output a table that can be
+used as input to the mConcatFit app procedure.
+
+Batch Wrappers
+~~~~~~~~~~~~~~
+These are the Batch scripts. These scripts do most of the file mapping
+and is where the parallelization is taking place. They are located in the file
+Swift_Montage_Batch.swift
+
+mBackgroundBatch
+^^^^^^^^^^^^^^^^
+----
+( Image rect_imgs[] ) mBackgroundBatch( string dest, Image imgs[], Table img_tbl,
+ Table rect_tbl )
+----
+This batch swift script takes in as input a destination directory for the
+rectified images, a list of images that will be combined into a
+mosaic, an image table representing the images for the mosaic, and a table of
+the coefficients that must be applied to each image. The script will then
+output a list of the images after the coefficients have been applied. The
+application of the coefficients to each image is done in parallel.
+
+NOTE: mBackgroundBatch calls the mBackground app procedure.
+
+mDiffBatch
+^^^^^^^^^^
+----
+( Image diff_imgs[] ) mDiffBatch( string src, string dest, string filenames[],
+ Table diff_tbl, Header hdr )
+----
+This batch script takes in as input a source directory of where the images to calculate
+overlaps are located, a destination directory of where to store these
+difference images, a list of the file names for the images that will be
+combined into the mosaic, a difference table that contains which images overlap with
+each other, and the FITS header file for the mosaic. This script will then
+output the difference images. The calculation each difference image are
+done in parallel.
+
+WARNING: The images that are in the source directory must be projected images.
+
+NOTE: mDiffBatch calls the mDiff app procedure.
+
+mDiffFitBatch
+^^^^^^^^^^^^^
+----
+( Image diff_imgs[], Table fits_tbl ) mDiffFitBatch( string src, string dest, string stat,
+ string filenames[],
+ Table diff_tbl, Header hdr )
+----
+This batch script takes in as input a source directory of where the images to
+calculate overlaps are located, a destination directory of where to store
+these difference images, a status directory of where to store the status files
+for each image, a list of the file names for the images that will be
+combined into the mosaic, a difference table that contains which images overlap
+with each other and the FITS header file for the mosaic. This script will then
+output a list of difference images and a table of information on how to fit
+the images together. The calculation of each difference image and the fitting
+table is done in parallel.
+
+WARNING: The images that are in the source directory must be projected images.
+
+NOTE: mDiffFitBatch calls the mDiffFit app procedure.
+
+mFitBatch
+^^^^^^^^^
+----
+( Table fits_tbl ) mFitBatch( string stat, Image diff_imgs[], Table diff_tbl )
+----
+This batch script takes in as input a directory for which the status files
+will be put in, the list of difference images that has
+been generated and the table that contains which images overlap with each
+other. The script then generates a table containing describing how to fit the
+two overalpping images together.
+
+NOTE: mFitBatch calls the mFitplane app procedure.
+
+mProjectBatch
+^^^^^^^^^^^^^
+----
+( Image proj_imgs[] ) mProjectBatch( string dest, Image raw_imgs[], Header hdr )
+----
+This batch script takes in as input the destination directory for the
+projected images, a list of raw image files and the FITS header file
+and projects each image. When projecting each image the function will decide
+if it is possible to use the fast image projetion algorithm or to just use
+standard projection.
+
+WARNING: mProjectBatch currently only calls the general mProject app
+procedure. It does not check to see if the faster projection mProjectPP can be used.
Modified: SwiftApps/Montage/docs/updateAPI.sh
===================================================================
--- SwiftApps/Montage/docs/updateAPI.sh 2011-06-20 14:44:45 UTC (rev 4633)
+++ SwiftApps/Montage/docs/updateAPI.sh 2011-06-20 14:56:13 UTC (rev 4634)
@@ -1,5 +1,5 @@
#!/bin/bash
-echo "Generating Swift_Montage API html file"
-asciidoc -a toc -a toclevels=3 -a numbered -a max-width=750px -a icons API.txt
-echo "Generating Swift_Montage API pdf file"
-a2x --format=pdf --icons --no-xmllint --dblatex-opts "-P doc.publisher.show=0 -P latex.output.revhistory=0" API.txt
+echo "Generating SwiftMontageAPI html file"
+asciidoc -a toc -a toclevels=3 -a numbered -a max-width=750px -a icons SwiftMontageAPI.txt
+echo "Generating SwiftMontageAPI pdf file"
+a2x --format=pdf --icons --no-xmllint --dblatex-opts "-P doc.publisher.show=0 -P latex.output.revhistory=0" SwiftMontageAPI.txt
More information about the Swift-commit
mailing list