[Swift-commit] r4617 - SwiftApps/Montage/docs
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Tue Jun 14 20:47:50 CDT 2011
Author: jonmon
Date: 2011-06-14 20:47:31 -0500 (Tue, 14 Jun 2011)
New Revision: 4617
Added:
SwiftApps/Montage/docs/API.pdf
Modified:
SwiftApps/Montage/docs/API.html
SwiftApps/Montage/docs/API.txt
SwiftApps/Montage/docs/updateAPI.sh
Log:
added pdf version of the API. updates to the doc generation script and source.
Modified: SwiftApps/Montage/docs/API.html
===================================================================
--- SwiftApps/Montage/docs/API.html 2011-06-15 01:00:37 UTC (rev 4616)
+++ SwiftApps/Montage/docs/API.html 2011-06-15 01:47:31 UTC (rev 4617)
@@ -706,11 +706,11 @@
}
}
-asciidoc.install(2);
+asciidoc.install(3);
/*]]>*/
</script>
</head>
-<body class="article" style="max-width:1100px">
+<body class="article" style="max-width:750px">
<div id="header">
<h1>Swift Montage API</h1>
<div id="toc">
@@ -719,7 +719,8 @@
</div>
</div>
<div id="content">
-<div id="preamble">
+<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
@@ -740,50 +741,61 @@
</div>
</div>
<div class="sect1">
-<h2 id="X1">Swift Montage API</h2>
+<h2 id="_swift_montage_api">2. Swift Montage API</h2>
<div class="sectionbody">
<div class="sect2">
-<h3 id="_types">Types</h3>
+<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="title">Image</div>
<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="title">MosaicData</div>
<div class="content">
-<pre><tt>type MosaicData;</tt></pre>
+<pre><tt>type Header;</tt></pre>
</div></div>
-<div class="paragraph"><p>This is the MosaicData type. It is used to declare and map to the FITS header
+<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="title">Table</div>
<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="title">JPEG</div>
<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="title">Status</div>
<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="title">BackgroundStruct</div>
<div class="content">
<pre><tt>type BackgroundStruct
{
@@ -796,8 +808,10 @@
<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="title">DiffStruct</div>
<div class="content">
<pre><tt>type DiffStruct
{
@@ -812,8 +826,9 @@
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">App Procedures</h3>
+<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">
@@ -825,10 +840,11 @@
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="title">mAdd</div>
<div class="content">
-<pre><tt>app ( Image mos ) mAdd( Image imgs[], Table img_tbl, MosaicData hdr )</tt></pre>
+<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
@@ -836,8 +852,10 @@
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="title">mBackground</div>
<div class="content">
<pre><tt>app ( Image bg_img ) mBackground( Image img, float a, float b, float c )</tt></pre>
</div></div>
@@ -845,8 +863,10 @@
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="title">mBgModel</div>
<div class="content">
<pre><tt>app ( Table rect_tbl ) mBgModel( Table img_tbl, Table fits_tbl )</tt></pre>
</div></div>
@@ -855,8 +875,10 @@
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="title">mConcatFit</div>
<div class="content">
<pre><tt>app ( Table fits_tbl ) mConcatFit( Table status_tbl, Status stats[] )</tt></pre>
</div></div>
@@ -865,24 +887,30 @@
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="title">mDiff</div>
<div class="content">
-<pre><tt>app ( Image diff_img ) mDiff( Image proj_img_1, Image proj_img_2, MosaicData hdr )</tt></pre>
+<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="title">mDiffFit</div>
<div class="content">
-<pre><tt>app ( Image diff_img, Status stat ) mDiffFit( Image img_1, Image img_2, MosaicData hdr )</tt></pre>
+<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="title">mFitplane</div>
<div class="content">
<pre><tt>app ( Status stat ) mFitplane( Image diff_img )</tt></pre>
</div></div>
@@ -890,8 +918,10 @@
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="title">mImgtbl</div>
<div class="content">
<pre><tt>app ( Table img_tbl ) mImgtbl( Image imgs[] )</tt></pre>
</div></div>
@@ -899,25 +929,31 @@
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="title">mMakeHdr</div>
<div class="content">
-<pre><tt>app ( MosaicData hdr ) mMakeHdr( Table img_tbl )</tt></pre>
+<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="title">mJPEG</div>
<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="title">mOverlaps</div>
<div class="content">
<pre><tt>app ( Table diff_tbl ) mOverlaps( Table img_tbl )</tt></pre>
</div></div>
@@ -925,12 +961,14 @@
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="title">mProjectPP</div>
<div class="content">
-<pre><tt>app ( Image proj_img ) mProjectPP( Image raw_img, MosaicData hdr )</tt></pre>
+<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 mProjectPP function from the Montage
+<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">
@@ -938,18 +976,18 @@
<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>
+<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="title">mProject</div>
<div class="content">
-<pre><tt>app ( Image proj_img ) mProject( Image raw_img, MosaicData hdr )</tt></pre>
+<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 mProject function from the Montage
+<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">
@@ -957,20 +995,26 @@
<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>
+<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="title">mShrink</div>
<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="title">Backgound_list</div>
<div class="content">
<pre><tt>app ( Table back_tbl ) Background_list( Table imgs_tbl, Table rect_tbl )</tt></pre>
</div></div>
@@ -980,8 +1024,10 @@
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="title">create_status_table</div>
<div class="content">
<pre><tt>app ( Table stat_tbl ) create_status_table( Table diff_tbl )</tt></pre>
</div></div>
@@ -991,15 +1037,18 @@
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">Batch Wrappers</h3>
+<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="title">mBackgroundBatch</div>
<div class="content">
-<pre><tt>( Image rect_imgs[] ) mBackgroundBatch( string dest_dir, Image proj_imgs[], Table img_tbl, Table rect_tbl )</tt></pre>
+<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
@@ -1015,10 +1064,13 @@
<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="title">mDiffBatch</div>
<div class="content">
-<pre><tt>( Image diff_imgs[] ) mDiffBatch( string src_dir, string dest_dir, string files[], Table diff_tbl, MosaicData hdr )</tt></pre>
+<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
@@ -1043,11 +1095,14 @@
<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="title">mDiffFitBatch</div>
<div class="content">
-<pre><tt>( Image diff_imgs[], Table fits_tbl ) mDiffFitBatch( string src_dir, string dest_dir, string stat_dir,
- string files[], Table diff_tbl, MosaicData hdr )</tt></pre>
+<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
@@ -1074,10 +1129,12 @@
<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="title">mFitBatch</div>
<div class="content">
-<pre><tt>( Table fits_tbl ) mFitBatch( string stat_dir, Image diff_imgs[], Table diff_tbl )</tt></pre>
+<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
@@ -1092,10 +1149,12 @@
<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="title">mProjectBatch</div>
<div class="content">
-<pre><tt>( Image proj_imgs[] ) mProjectBatch( string dest_dir, Image raw_imgs[], MosaicData hdr )</tt></pre>
+<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
@@ -1105,20 +1164,21 @@
<div class="admonitionblock">
<table><tr>
<td class="icon">
-<img src="./images/icons/note.png" alt="Note" />
+<img src="./images/icons/warning.png" alt="Warning" />
</td>
-<td class="content">mProjectBatch calls the faster mProjectPP app procedure if the image allows
-it. If mProjectPP cannot be used then the app procedure mProject is called.</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-14 14:35:29 CDT
+Last updated 2011-06-14 20:39:02 CDT
</div>
</div>
</body>
Added: SwiftApps/Montage/docs/API.pdf
===================================================================
--- SwiftApps/Montage/docs/API.pdf (rev 0)
+++ SwiftApps/Montage/docs/API.pdf 2011-06-15 01:47:31 UTC (rev 4617)
@@ -0,0 +1,2578 @@
+%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 1788
+/Filter /FlateDecode
+>>
+stream
+xÚ½YKsÛ6¾ëWðHÍÔ|NOÉ4I¶i[ÉÐ$3¡H¤âº¿¾»X")º¢ØáA`±¯owqoãqïíìÕböâMȽ¥¼ÅÚ$b/á1S©ò+ïs¯Ûù¹ÿKU¶ÙFÓàåûëùÇÅ; ¼D
+ PHïJ!°#NüÔD¸möz1ûk&
+î /XçÅ©`Þr;ûð{+øöÎã,HïÞ¬Üz¡àLªú
w3û}Æ(| ôd©!²äEä8BÜ&ïÃàû¿}Õõºþ×\ÏEèß[ûâÞLXÅ]ÞTiàSúí¦ Ô鬫zôÉ©ºÂû:ÛítÝ°ùU¨þ·ýmU_òvtÂFºÎÚ¼ÜÐfëri)lêleʶ®Êj/³>n«&Ëîäp
+¢£°};æÛÎúr.Ûã·YÛõ'|Å0íÂèõïüÖí½>\ÌUè×YÙìªÚR»yhZ½¥¾#üæzqÃ:îb(1tTnmFÍ*k3`XUsF5s»¬ÎB4ju¾³za=0ÆH]c¸Þ¼¥^DÑÖºeûýHr0y5<-ÿG8»ìË»ö.³¢ÜeúÖ%õj½«u£ËV¯,±f`-ëãx~j!ù@ÅU§(øow
Þ©Æ$îÊ[Û#á^îÛ¼*iz[òpSE-H8~'Ì7 5Î¢Ó GÚÃAMÔ©ÖÀ\öpeùL°Õ¾^êf@E}Û ¼ùd»vw¢a
+01;ªv ±Æ.ì¸0s|T@ÑÆXàתÕ1rªWU{II %,x@;¾ÍË#Sèç¨\ÙÖxÍ
n(AÇÚ»c"°|÷[`÷äå²Ø¯Ð¹pM^Òìì@£÷sÃæwñ3Í¢ýr-[cdÜNæ´çf·¸¢°ç¬ç`=àø¾F¦(N!ãmFÖûriÝF»ºÚi:¥x ÜgÇiÆÙ aïÿO/a,Öðr2½8Ü»ÖÀÜß|£iÖ¦Ôn#ÅY¦.÷(¹'µ§°é4¶GÜØéæô0)¿tcÃoV»:v_&2' wѾ۳ÒË«Q03r¢`Ñ΢´ºèkûiÆûdóʧùa
+p¤´Ø@g±;=¢5ÈD}%àu¸
+QäyàQÂxd\ 硾`RxGzµöÖýe at mzöø0fZ{ ¸úRúä¶#ú®¼:å>¥2ýÌõÆ£Îp)'=¼"VÚ Î0öcB`æ»zchÿÇSQµ'ËÕ>@xJxÃ*'¾km©tõÎLÁù×íp9$È]d2´éZÌÖU¾´©7?À@Äb?ëeë(å@©ÿy¿Öµ-9û#Hã¯Ð
þ׬\8¡ô$ppOÞ5Ô¾õfVIÈÙ'µHñd Ñ¿Ô3{:¨UsAÝ·îù¨V±`ÏjB2Á Õ½ëQö¬@4I°ÆzÝ×[Xã¢jm-í×m¶.ëÂËõîzGRÖ=yêbj¨û©ûN´ ®èé (Sà]ÅOÀýË x9³§n»»Zét .Ìeíñ'ÅAòøX®¹÷ÂåZº@Ç:ma¡
+ýö5&>|(ì¸%ã4Þlë¦.ü8U8ü~5j|Qö¾\èfHj«Û4¬Û½2|®°WæòåÄ@:Q±w¬M¼ÞoÜ]ëwñ¤à1*ý»SjlèjDÍ¿¿rB7QèÉ0ôîýë·§ú#' §>"OÓ'>#úEË=#úp¨éèÜès°í$#S6)VòÏrD¬÷ÿHùFqÂ?^òOîwzÙØÒÐÉþ¾à§ß:Ú¬Ý7'"NH,¸'DöpqûþÒ¿q3{:âÀ[¸¾uÏOøòL £ç@_
+õ6Oà#Sìþä1}¿$6ÉÞü%ÓníÑ=¹¬
+ªúë'øiOwf÷Ì}*ß¡Ó¥tǬyuwöñ<:,/éÏû.
+Éÿ¶Ú·E~Yç^ùîs÷"x«Bær¿~EséÿýÎx~Ëß~ÿ£f©&
+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 15107
+/Length3 0
+/Length 15952
+/Filter /FlateDecode
+>>
+stream
+xÚ¶ctf]·&ûmÛNÅN*¾cÛ®$»bÛ¶+¶m'Ûùò¼o>=Î×ý§ûüØcì5qM\sͽÉUè
Mìv¶ÎôÌL< y#'e;y;n9ze àKÎGN.ê4t¶°³3tò 4& 1 1
ÀÌÍÍ
+Gµ³÷p´03wP©)kPÓÒÒý§äÇh¾<,Ìl_/®@k;{ óÄÿµ£
+p6L-¬ QE-iyI ¤¼@ht4´(ºY[ä,¶N at j©#Àúß±Å?¥91|a ;Nö@c/7 »1ÐþÀèhcáäôõ°p9Ú:õÀÙ`aklíbòO_rS»%dïh÷eaó¥ûS´srv2v´°w|EUøwÎæÎÿÄv²øRìL¿,Mì]þ)é_º//³¡
ÀèîüO,# ÀÄÂÉÞÚÐã+ö½£Å¿Òpq²°5ûÏè @3CGk ÓÌö?ÝùÏ:ÿKõööÖÿò¶ûÕÿÌÁÂÙ hmÊ ÇÌòÓØù+¶
-ã?³"mkj`fú·ÜÄÅþ?t®@Ç5ê¡þJÂÐÄÎÖÚ`4
c·sþ
+ ú¿cá¿äÿÿ[þo¡÷ÿÜÿÊÑÿrÿ_ïó
p±¶7´ùïÀ×1´|íàEcmèøÿó1´±°öø?yýWk
+à¿Óý?I;~µEØÖì&¦-$,Ü&ÎÆæ SCë¯ýK®fkt´¶°~qû¯¶èþNÕÜÂØÊöØÿÚü×
+¾èúWþÂÊ*Ò´ÿû/CůApVõ°ÿÊíTóÝÎäþ±sxÑ3spèY¸¿îßWBÜ,l>ÿÿbþÏówCgGwÎWÝLÌÿªþ<ÿyúñ_`ÄmíLþgC[¯iûÔÆ._$ÿk|UýçÍ=è4[Y´3æ
+¶LIOu®ÁÊÓéëaüi_\¯Zç_e×í¶Í]nðVý¡aç£ÕcáÔþ}_æ`¸Ó²;xïCJݺAÑÎI{ȨWúW#Òër^nBIý`g\IY¯è
+`²ÕæòÚÔ5ÏìÁÉ×øw]FJÈ·üÓ¿ Çý#CÝ×½ûx´Y1°ä¼X¾I§ÄÎwõÆ/®NÍU¨ jnx¯.Dd÷ÑÛhÌ©ç¬f {LBF1²n¡!ðÑ,ñtD£¢Sª2zµÒ9VÏêxR¬Ò¹£-à"%SHØ7?PÕ©¤úçÓµCâL¤Ô¸PR´Ô#ø§8ÙjqÉÅ"jüGÊw
+£ôÚ}aø»@*USþÔfþU¤ä· §b>t¿sàcÒ²¡ùù ý¢\Ê-¸Ë¼Ñ)R6aY1;¸ -ÒÝZí&{±GÎú*µaÓ@Ä)M~ë}¤×ÜÓÙ"Î8'h0uÔ× [´ãQ?¨%ÕuR"+-ãˤý÷iÞ¨z ¡N'âXw»/£M$9½;c7 ðpɹKá*¨<ân
4=PóMfô^ÑÉúD¦J¶ÀÛ®cZ÷.nc´¼ã'÷6±-ú
+¦îXî¶ÓjAAn¿ëíê¾]Aº×I¸ðìÒÓè¥5S¨k_j¿>å
+±k^`d5l\E ¦:!ЩÔ(Wêíê®jµù ¡4f#×äõ¦í®4!-×ðª+Ë«d·A± )Ñÿé^ë¤òàêdÎ|§È*¢hâ¾ÓDC¾>/Ðxª$Agµ 5QÆÖÎÚU3É_õ
h©>W Ï©|Û¿`³euÒ·u·ÀdÛö¸Y3赤
8S*0DaúÜïÍ·¨Äÿu"÷S÷¯å@ì0ôf·4{9D{^¾Zi.'EOF³Þö/·Ý 3Ùº¦ß&ìܲÙÉå¦t_ÐØ;klÁéÄy@ýÑÜcO¦º¶É·
+¦·è®0âRplEt°ÉCÝhoÃb_§{.Í*LÑÂÍ·bI¤"ÚØm
+ä²ûROGÕ8lÏIê
+Ë;öòJ5fNÞ¼«õ¶w¡7É¿é Ôx=N¬Ìkë§>urià`#¿,ñé¦qp#X§kØiÙR|W9S´{µ&ùðwøÙ¨¹¦µSP#C\ Iãê#´æ}d·Ç¿Ìç[æÊe¶º³(r}Cl!8Yznä)|ï
+ ;êg7ÖC² Ô9ê;J<î-]3gµøÌWY)£éáÒ±
++kó
+ñ\1ÒÁI¡Ýë¬êG/gªÕ8|_WçfòI%íy±ªú$¥0æô¡ç~¶§½9+B£°Äi÷§j¾zhÍt}N¯k`¼Î¥<}Ñ0äBä×Ö3ÂgËðxùEDöà_Ì>éä¨ü*ÝYÆIBnShIóÆe±q
+,jwá<¸pW²Øu£eíÇõBF½Ýá}±3qÈîêqB¦éVãèÌC}äþw
+6=:TÝê¢(*Èï4Ð7O<Ñ9±/øL4ùêëÈ#ëc@ÛÀºÕæÄ=}ÃåUõÜØf¢k*<D³ù¹ N][&lni
+Þdõ;»à¸¾ùÍ¥û3ıvüõh(ep1âèHû/çJa8Óªl?®ÅfYiýôû-¼hê°sfS&bÿÎ'íêBó#b,Þ úÚOqGáIîP·eö½âÆ
+ù[\I4*ã~{|?i5dÔàTÞ¤=ÐJ¦+oîÿ;s¬¢2T¢
ò´É/Q¨Suâ¸\iÞ(V&PMá2|ºj¹»ñD;×K0Á'àiæuúý¥HG¼Ö :½Ä-¯ 7ÃöØ.êðimfSa<¹uò¾áüú@ ÚõÔÍTjI9
¸T×6¾!ÉŪú÷YòA¡PþLÅEô§Ox(ªÖúÍEïżÌõoçÔhìýÄxªY5!ã#¡Øݹìt4µ_âÆ-¤¤SO>p¡+}yÍíüÖÄìiÉñ8 Ê¢¾£'UÃ8àÖOøB¶Â[¬zJ
+بV)~(¢ýÙ¿øfG;Ö§WUFü¸¯þéÓ%Ó "pI¨ÉOCä-VзmÕê3F6ËwIR ë¤5fè·HMDµÚr'ºà1ê9ÞläZ&IúöJWÍuÎÕtÁMõEt~Ö½=A¨ì)mëÒ¶¥,ë$¥Fþ$£(¤Ã¶ÎÏ(^¹?ðGÆbL^XÐËJ?wJ /Âcu474òÑôºìâ{8y¢íHÒÈÏýJÊlÿ@1_a\
YMH©¨´þrT¶ÌÜyÉõ=ÖÞQÃÌ .szQ
|_ã'ñ(x¨
qÝú¶+â»À¶NKðD«§åAÙt]åæ0m7þ]õÌ¿±\ï_.Ðþoìλ+ͯUênbI,I½²l^êFڦѺÁz{r¿!X{ØùH±|õ3Ý'Íð«´c|ü¤k©êäU+K}ub°7±<pÏà¬o׶º[½äx?PjC¨
+R1Bs%4
+ÈÓùjêÖf©å/ühjÛX¬Û»ýjÏ$!GgI/®è$KwËø¯1¸>W&ÞÂ.¥¯ü¾D¬?fÐFØ+*nÕêaôÔ`|§Ó)íÃàåHÔp/°c_yºÍ êÁa'8áìàµÀ÷.¼§§wQs`ªþúÖÅáVàÆeh[²Lî°ieÒMÚáiahy}uO^
ÿ¶ãÀ^U\I+̲@ô2%±Q£O+:ÊÌ2cx
+k-â:z|rZ´2z"Pò *oÉPÏtIGÖ ¨yÔÚôÑ%ÿãpãÂ5ÍÑD®Ðoÿ|]2ÍÝãHaT´'<ÕR£(%A ÓK4hD¡½IÈ1Gô=%i¨¼Ô æÐî'åØdÅÂa©Å$Rî7§8b«CiPDvÓ$H°§<jê 4åëÙ÷â%»[j
+f=mV'Ä©kþãë8c;NâÙÉ÷NBÙrFe¾Êïª
+þ
+®F4É;g0[8ÁD@Ø\°¼fÊÝ"ÆåL*m|M|èP+à?´0
+Ky9\½µÀðuÊ ?æñ;ÂÊ@QlBÉ÷Èp¨EfêN8="I~oaivë: ä5ßØ3°:U¸
v>S°Nªw2ühÆìÕù)é^i{8
+7¶AíüÎuþõFL2Ä*vLkw£ ®åù§6²yÖ¡ë¹ÇZDåÙk½´e+çG×÷ÞÔzúWD[VÞ*lJI÷Ýt?a[âØö54$E}tS æ'Dí.ÒþMhM´Nì.o.Î"ߧ_¦<YEű÷@4a)ßfÏP&PMx¸F§|âÿ@ó;üs#Â5¯0dUÛ"ÝY7[r0}Ëä¹*XûÅ-ÕÞñ¸ÿ6]} Õyß 7g$;âÄzô5}}.sDÕÚkùæ3Û.¬L1¥tªJG»¢YqÅߨn6Lì ÉWÌQ ²9é=ìûbÀ#Þ(2 4°×'ÌÿBYíÙBül°ºçg¹,6%% XÓ¹êY4Ñ{auAf$º4uÌ#!'lîôÕO |";AN!ÃJúïó|ŤåãøoóG
+)3®mµÒ+ñ=]@euüRÈîk?3~áf®ô3f^f¸ÂØÖ&åƶî¼Æ»³*àJ&i¼ÚlFm[y]õô<òªÁ`hÞÔÊ|äø'i
+ÂíôÓª#4àö î¶æh+UðÓ
+ôL¾û[®kÖ«SÌ٩˪VúBMÃÓWÔïéÝÛM¥·q±ò\jƦßÈÖÈ2øÖÈ#ݳEÁ.wÞ.ækK{a¸pÓTÞl¹Y|iÚ¡Yf¿æïÙ.ºõ=QÜWã*,°÷üü«8+:LÒDúòÂÖâÚ:tm½hm¨O¬%k®u -ÃÓÙÐÈpʲËß\°×à ¿¼µ¹ù5ßÊ#RëëIïûÝ+Oí:[¸h£³m4n)ª_áɽ'M#a:ó¡xî!»Ï
©~ôÈ[M"§,¹-?/©Ò+u!áËgüá£ÎqÈõò±x¢¾psÂihKÍ¿TõK*B¦S7D¦yÆ]|ó4ôÓG×Iqpç±ìuôäøAYeâ1(º³á2㳬ÁML(>DGb³âÆ·fö.Mú- Æh2øá)¯Ç¿õ@½móÖ72ÒÄ Ã[úí#l >eº°ZÆgU¸ÔGêÙ¤mÂÂàíÆ<yigZDTÖÈwÄuÞTúï!¢1Åj~¥ÄÜc*@çì? ¤9¦4ZäéæÅÏ!Ï>¿k»Eö[|î;V}&É(×=¹Ï³gÆ^wèeñá`aÉÝË
+>]ÛßÊê?CªcÌ{ø.Tµì,À"Ç®TY
+ÛÂíhÈUש¿OàåtëáÊô"n¬FAÁS;½S¼ýE@ï§ñ£âÑ7ZöÌܹ^ÔPÈð¸íÅ?%(Î7Ha6!ÿr-Dª bÆ_*ùÀN½(úà,ª°Ü"`G
+ø´m«ôå¶#ëÑF8ZùnÞÀ\¿VkvÛ.¶ðY»ºQË[]uTRz4Ë)yÞà'?vÒmÕfjÉD"èoòy·ÁûÓ+µuo|¾m]òõVÅ´N ´ê\ß~aCuW?þ"ô"»9;³Î²Ê¡Ó 7ßÒ`±ßzÜP
ÝUv·cƳfUüs~ÖØmü£85¿14y½£ßÒŶx3/7Úäác¦ùl¢%<$ {ªHÆ-rw/>e§ RfO"*¸0§ª¯]¯¦#;E¥wüæ&;òÞqGIGCIÿ"nr?ÔÜm(F&oÙÂ-¨z#,ÂÃD}/^.ÞfÔ%<¾fOþ:#èÑB?y<¤øö)Î#3Ç6*ÐT{ÇÞ~Ýí
o A½ª hòI$BÙÀ9ãþ »Ù¤P©LU¢]ÅÄÈ-ÛDNh.ÏåÕßrÔ)h¡¼E*ßyÔ74ìp«ë»UïÑe,>úYʳÛQ=×¼²=[QèÙH¢²ÁÂë
Üè
QÒ
+:YÂHç¦%q%e®"˪ơó!eZÔÿ)Y'
çÔ^WEY3üA2`Gç·ÂW-ª$¢%]WØ;±[ïí¯ ¨áe³!,§¹¾¾gxv*ï³AÎaZ¦ðb³-)./äs´VõÀã"Pø@6SËêGÁ¯æ8v,rGû:§D$³Y{;í=
+³¾èÊ&lCdÇqìÕ|êøi¸Äé
ßÉûXoãRî½ÊãumÌÆ]T¨Ò³í¥è¹×þtf:è÷³æ=9<ycÛaç"%ÏqëÅu>!³ZeEÂOw
+Nõ³ ¬ýä¸2jÊ8iÿ5.Ö1&XKMV>bv%_YÙ
+UØíÀy³Ey®èÚ9§
k LUÀNwlÀ#0
+cWBµXÒ|/[/Ð
+,vÞY× 9èSz,_<!§VçǦîQgqfÖØ:YÄV%Å£ºzé¶"»YZí|Ñ#IÁ?ÂRùáÑy)&:ÏÛ¼äÕçóÃüÙ_ýû$©ødXû¸+ÛäÝaxz©¼A¬>=ZÆ[A §¯Ü}@\È{NñÏ©\Ì3ÆèèL¥!Bc\%rIZ.nâùjÉE©årVJ? >BY|ÄZg|!~ÈßÛùòc[\¡Y_Ò;hÂÒRPb\Sx¤«Uú§7¼Xõü
«Õ¤[9âP1³|¬Z'Ù±úêóݼÃ\ôjÇ?±p¬ÃgõA$?|Já©é´À_³"Á(P$uÝÃE#q½øÜLQÉ|kܺDëWI2§=«Ý+^a
+µÇm¾í¢«pÙ$Ä ~¸¯®n1Zgßΰ«é7\©ÍõzϨÆTÿ¨g°£_dÅ!A:Xɸeãx9õúÃJAk-ØîÇßúÙ.AÚïd;xW¼i5+[gü÷3÷Uäݲ
+âJЮQï
+ÐÌÏ)tØá#ª]©S|ÉZßPêÎl
+äèøÁ®æ¼Ý@s¸àÅbèÈWwdEjÊït5qì
TPî{@ä¹a3÷]½cN&UÆY\Säõ æðÁ{²üÅazñ #ßBóMølÅÍh=gª"x¹Ôäá»ömpÝ Q× ÷èt¸¯É¿ÞZKR,b /w$Æ`Á
+¢ûU1^Ãá!¯%¿¹L¼fEØ¡ØúeÅ×Û\oØå(Z¨0Ö8fPPºÛ}q)Ä^7ø4PZoY$³¤þîÂg
+·¨)£é'ª©tÔ¹nç¿an^2UvѶ$¢ã%!þq3çf%zù=Ò1 à.OM¡ÎáåÖNï¹T:3"+RL_;¯Se×#¡#;y8àÕpñ&]çÔÝKca&Zá+3½ ÿÞ®§ö·ÎàÇkO3Òh¦`X}90ivpê×TÉSÖ<ãcÙ/ÆáÃ}v°òÖùùVË3ìL °ò®×$sHIýÑ»i©vÅõîvÃG%¸8þ@W^Ä\
+DþÁÝÆÄÊPdþ (d@#ã+¸WÕÐKc¼Æwi§)_YÅ·vçKÍV^˨a±«rçð#ñKè
+}bêë¤I¯µo!ÏcyuÍsO
MAëCªi]ÔªÜ
+à$i#O}LÀ~äa·g-תÓ1ÝqC{^CÉ¢¿f0
+Ò[bA<Òì5¤³%]Ð/Ø|qǦçB-fÝüõß°=ÿRªH*ñØ°POm´ÔèEz`¡ 'ÞHAT
¿0+¸;úcG%K}nIn¿¤Ã¹Sè8yÔÖxÜÝÆøªfctçÁh£«H£Ê7/¯cbÒSúl?1¹gûR9Ó
ô½0Q×Óܸ>°H9<õÙás£ÝøYë0> Væ8½x¦f1çðw ÁxkVµÔÒò[VÄF«°BÈCs»l¡ên R$fêV;Ä'TZ>´°ûl~ñ{¨e çñåÊ°Ñ·
+è°Ïm[«ÙÛá¤U6ÒÊg»¼ÞãÌ"Ìbs=lÊ K
èä~ïXm_+Pò
+XÍUG}¢P} 7åïzðÌë×ש
+ôàðÓlÏõCb̳ IÊ4¢ÙêiP¯ý0D¿ ád|d¹ÁIÉ~ô~m©?Î4kBH3&+À{Øâæ;§¥à94·DU»|ëZÈÈQºh6½pWõá[;IÇxaý;F*PÛ
+{Â(ÅòxÈãÑêZ-¯g@ªõvà%GÖñuW±æö¨Éq<®àüNKjá2J,Ä·«Bû%G{Ê`P'½VÁK¡]Tw`E½Þ(¬·&Ñ1Í=¤À\ ¸cðX5EäÖá¤K$6°Hüó:Ú3frÆ5k¬ÈÔ·×9Í'öEk»'Úbnb÷îÑöÃv×#_C%'ÀDß½q÷W±Ü·aÄòÉѼM<U7:¤^*l¤xÔâЫªÃOTÂó´V? ÍÓpí·ïPçGµ5ÓM|ùÔ´B¥½qÊD³Ùo-Qæ³ ´ÂÑRÓ
+)ÒÔæµgOò¿×°kjBÓ;owEÀ$m2Ü-ÿÍÇu¡²ï?ôxÝù/T#È!ßD
+ûllMf 5îT*ºfsʦu¡Eë°Éusú$Óà§{?Xë)â§ô½_Ϲ ÕêTF
+ÒWQl
+Hï¼¢^o\>p»TÕ®n
+<ÿ¼mY1Åþ°_,D#¢V hôEÚê¥.?pWÕÙx§AÎÒk»þø+?cBå«)O æcçËZy
VXt¹ÚK!I%$@ú«Y½ì<&Ƴ¶3<_×á°açü¾ Ðw×L'ÃÈLÇ·âÍÊdAâ»ïlß=±Yçl`íħä§_6~ß#Öik5àNço¤ùYóÂ
ϳ
+4Gµ>Çç)Û¼öØR`óîf·ÙutçÕD{ÆãWlä¡Sòær!ú®ÙÆÈ}|øÔù>"älϸ,Ü¿>L(ÙÑÓ÷þIÃ%´í)÷×½¿¶ÐÞ£¥ÁÈ
+©ØÚó©!·N2Ñ,Úz±B8%Ãþ:þ;b{JÁ½èÉk)xå¬+¨5»e:oýaïw5a±ÔYÔ¾í~äo. s£0QÃ& Ó
J0^÷JæúTrÉ|_¡)M^ádÌyó¬£Ë7¬$ÈJ$îjÄß6·Ý÷{ÓYÏäþ%áÚ8jÍ@AA]Ãê3æ5
2ðøÖãVÇ°^7´¹U¿¨Ó¥ ÏvÛùM
+s3-b#íCéCQa#Ê"ÁlÓ&,£¶1:O-5_o"ª2 H?§~ªGÝmãaO·½"x>òå».§·¿ÅëðùErtÖw]!UÛ¨¶où6][¥Ñ'%nOxøXtÁáVÝì"áób§ÔBHK[»ìõëH8mrÛ<Ñ»!xQ@.Vè*@ª+7>Ø/,¢âáì·TqÞM{IÚY4NÖüy èFëú ~´FÒ¼©a"ú^Ò[H§UßHØÉüb$xÆ#ñ¹râ¦íBó=«E_èaíð|ÓÜÍ\6>J
+NL
׸lÉÁݯ*vò/<;3ÚÙ®
î¢pzq¢;ã´DiNÎWLä â«oc¦¹ËÓ.G{Oh×âú}øV¶v
+Ç@¦ënMC âüáù¢÷T(
<®±}aö3äöäø
+>NTcRLØÙõDÛweÊqÉká'ÈöªãË`ϱlmF½µû,F¹éyYªÇÞ¾£A ûÚò/øDÂ>Ïù¶=2(kÈ6¾¡ï[¾
+»
úº4Óv|±©6¬1
êÐk¤Bë§Æu0enSÒkYê,æ\¾×¿£BúÖá;HÐn¹|¬ìX\¦Q»ýlÞ×WNÕ]ÕbgE)#=¼T¾[8l°rA_D-Áq+l:îtO»bkX"ãÌx Ì4UÃ
+yƹ]µÝd¯4 ÓYö¤0ï·k8ÉÕQõ÷"\í5w¢])øpoþ°%{áqA[ÜÛÍ{PtܯSòêãWNsÏGíé¡åÚ\úÚÊòþÑî_>ÇIûØD ÑÙ¨þNð¡ 0ÛØE)ðÜÕ
+è¯ò1Ôô6]~£êmfrªþþa÷ÙN3lráÐiYºOIN¦èîFV-ìÍK´ë:kSå´ù@Ö j¢ n¹9öCÊâ·d·ÑYã®6
ÒCE¡j|Ö+9¹aÆtþBu~ £Þ2ävÉr\1ʼS53¶0ÛáD-Ðð^dÕüàZ2p¡É¡³=àG+F÷,Ý6¿¿y³¼$!â9¯*DQGw©øX_ ÓýçwúM
©ÂßãÞBËø5°V&üBïÙèsh{g7G ³?=Ê«`¬Í"(y~Kî9t¶|0N¯çÞ\ªÅØ)q¹ÇcôÄH¼3fõáy÷á¼ÁðzN2Äè
+Mà×·xaYdÂV±°y0jëx;p!£ýÛóXÇ.+yÎïíϯ°u¾ñÆwmùUÓÀÀé'À:P¾C(ðë5/k8.qÏ!ÿ.¥¬ú$"*øEÑ÷V5¯óDûD-hÛRÑÿ³U¶;ÜçÌZ+CVÎ课A%Ë$ãѵn[L ap¤¦o^Cÿ@:ãd-5¾júHù"}ÎGÈ=£,f-Ua ãð}¸R3óúkEøý\éfØÐ">h'¦9*X(;Þåé® ts¾42l7fË7ÒYb9£Ø
¨ÞßÊ"YXë?g@«2jÄÂÌlØ[FÀ?ýܧëF7µf³<ä2Äë£TäÖ Î±båN7x³£° Ê©f)OºJP%¤áFþØòz¼·ò×Ðz$öeÃ+àî©
¤¹³ùB/RÉÐÈòÎ*!ä19)¹Ëmïßkõ})a=ç2t9¾¼¬ ßt4²8ÓqrʹàR
ÖhÌÐÌ8¦¸·eÇ´Îìôç3uʾ»æPJàI$â²tuo~0ùuÅ9´}I?<â«çAf¶©°Ãk)Éõqñ¦4
Üfâ踨¦
+n§3±"ìÉqhºé §O.Æ!ÔèbS½K×´
+µLɵúÁY;Qs eE±b6ãÔè§24UE:£û,Í~Ô°¡¡+6¿fªçÄ\£×-%°¢Áõo¹³¡½«ÕG¯ÜZ´ª5¿Bßzd%
²åØÎGú~ëÈ0&n·õð·eþBüQù£bMMB<é
+_»Øê»=¦èþjÎË4ϧGÓ«©spïÝ-àº3¾7/¬|fèëÂè1ã³(Kø}¾lbe¶æm at vü yôQÙÅ7÷F&¼z¨8ÙsÂ:wñ!¦q²Ù²êOô6w^z úEß,n°°Ù¯cÏ¢r¶ü6íZfRdA±Ñ1¢IÈ¢±¬sþç±(Æ^© ÎbÛî©ì©ÝV)µKFÎkÐÅVµp rÜh|?`×Ǻ
+®öye¨ã"Ê4 EÁbÛ><Á£%Eig®G â[ûVzÀÆ2ìSGý¨½ú.uéFû¹ÏÁ!L!h½50»Ñ¸äëÑÒã¹ý
+!õ¢äMâ ¸>¤S[4H²Â \ ¬ç;$4=a¯}JÉ«Å;õ¼RÁ"
+^rpõÝû\¿²Gàó¢B¢¦ü¸b¹dáq/Ì`±÷Ëõ| кY÷Fô¢qÜZG±SqqÔ9¯ô{àû±)ÒÚC¥º ¨r!("ù0ÇËrzfUécV©b1½dÔâÃz§G5kN¥ ñÖnÞôWüÓ\¦Lrº-EY^þi>y"ÉK[ï÷øÇ6)ueùCµiÊ:ðÎ6ÛáÛ«Å-.®.õºì^e!GÇ ¸µ®0Û4mDr%:*YGzÔGjÎñ×ßbm;MÝs
+x¯*,ÁVXX *Á`SÙAJ"C9B×2²p%ÇûAEÄ4hAíØêF½hò½ à2î òfUå
+o²Ðþó0uËDub¨¿Ç¯Ï}ÝIéBÿÜ^×
+5µæÁ\:t¡94ÇQÅM[ç^´Q¯õ;®ÇÃü]vIöÍs5þßajg/áHãÕKÒW+²þVÕhfÕʹ«.ÍO+«³Õü5v+´\¹«OsâW¥suF\baxlÓP`õ¯·7¸Ûñí¸./IÍ*wi5¨î-ú·mAä|Îa½ÿ0Ìô8óQ-/s±4:)ïOãÞ&-ÊîÆÉDë£wé4%=ܸ+àõÒáRßQ¨kåottÅ¡$¬o2âB¢¦ PjH;p´/øGPÀü}ïßW at e}m òèªÐ/Ûõ[êoöa|guc7ûꬮ£Ð«LØ ù«[ËZmdG'
+\ké(~½äâLRW+Æv<¾DÉÊhwéã÷~r|8XÏ[ürRDï9#kbzY¥ü=î$üJ@¿6'ë$Ñô¼]ýùùO#QÖPÅæE%Cè+ÅѶ a{¼
+O0i6×»Ç%¬ïc«jUì5Epnê± ³»¸ÚÑÚ7?¡ÊñÍ
+1â±QýríÝe[ÜAý|'u]Ò9H÷º<
+ºMÜ·ÑSuc£u«q´)G'qÀ9X¢oÄyÆgwÊkôÅ;M3zFÐÔ
+ßpkÀ®¸6Ûæt·ÜçáSg«¥õǹiJ>;/F{gMi4 s§xar¿rÌXÆ´&£á^ß ÉÂEÎ0ßmzfÕ;~öD¦.LRéõÇWâÚWïwLôqlØàe¼ÔNðÐ(»>}RS½y¿´K½ó»MµæŽ¼%µJÔ\GNÛ²?ÏKü®âû²ÌeB,¥p±göýn Ñ gÏëÂêiÓiì6ôå+»ÍØJ¬Á-îR5ü6êÝåТµGw8q¼p/ær
+Vù\Ô£³'Ô¡ò<7 ô±c>èeL¯©êwÍ 9Kïu6á̦ORó .à÷jºéûø&nøë¢[cÇ"ÛÙÙôrå±ë
+:óýc
6#8[+ IqtISA'6kÄôO|¾èl"íô+n>ÎaÓBñh]Wk{Ãñ <A3ÅYiÝ="K
XÍÚ
ò6gqCYë5ùVõ5'¤Q¹[=À0ôözZп4HmÇT/n áÐNÊ!?\èàö'Ø~ÐOzQ³ú:ÿJ*Ï,üSq;ËÏø©ðFfºÃN-jÆÊîëwRè±Ü®#¼ýð¹0Ë
+êïMaxIâó§æ»-U¢
+1"ó-ßB»qg³iï#¸8{`~æYVqm" Ϧ ¿â?eÍ6"Ûêv;{úæÚAѽåê2ºb¼\ò83
+UQÁ׿cC °^Å{§<-òõ7LÚ÷ñ·"îWûåLoÏè¿zºýìè(Ñé¹0¸ÜÄE*Û6E9;»H%¶û®½ëM0Ôø_ß+¶0ûªj2ïo©G+GËêSÑ)Iè3V䡹.¢aÊNØÅôúBkÍ¿¹áH,
sÉfbr^^ø£§$ÏÛ¡²0þtk ãCJTÛWéK´<<HOBBOwJÊZØ5Ì¢'.y|OlàH3'fFÛ^J'T!Q9馥§çÀo`BC`ÑQ6ú©X)sÛ¾"ÚÖJ\©*¸|È
+z¯Âø#,ßú2µx&Ï
ÚýÈÈnyAp÷I¦ÛJâ갪ؾcFo»b¾Ò»£ YsÝøãÏ
Ív\ÜËÎ4´ú³O¹äñ%¼ÜÍ Êòh Ô¶ÙßÝ6Jí§¿yÅÁ/ÞBùî;ÁÉ*àEø"ÂýO¤t#%ä4ÕÉÎýÞ_úÞ!ÍÁ]E
øXÉrúFVgÉ®FWÛ0þw»G·Õötæ¾#·îßl¸öiÑ}Y³ßs'êg¦úî6°¢Nïzñ? ¦º$6à®uÔ²?äáHâ<m©©eúðÈW+ËúìÉ~ÒX®w*Ì_y2aQeE¼â1=+4´þæÒÜë)ÕÈ5gÎÑîغ-//\é<í/&¬my8aÞäçY$Ä
+s® ´%ݬâ¨
Qª ã!&<í\×\-Þåiú`T¯Rb7í$£Ô½#Üi\ÌÒاº}MZäôË}ÑïØMÐÕÐâ!è=.r2VCùqyw8í(IïPÜK`Ý>}¼~ñB£è8tìuäÛÂV¾Ýr6¢óÝåªz°mfH³ùàc°w"±Åí,ÕJζÈV¦¢'îç öÊ&ýíBFº¶r¶r4ùYíV
+ûçºÔ¿Ä'
®\$PÑFý©Q6*å×^õgsàf!|Ñì/ý0é|ÇÑêCóÎHø^þ-oÖD¶Ù½S*6ìû;D{WÝCQfhаS7u
Ö¢öeúÀË
+ÖrF÷}Q¦Ð¸5W¨
+5ù¢ÈYJ;RDò%ÿVÊÙ{p´]ÅÄ¿'㫨Gøòôé°0N-ÜFïQî|³mk$ZÄHI¯Ù÷W|s>9µÊø;R56JÞ|ØMèæBZHíÜ_!TUcúpGçÎmb@^í%Ö³p"¸ç²w(Gr ³QÊóeGO÷ÍÔ3Ú`ª@`Zɹó´«NæË+C8°© ÀmWü&è+ðdl¡C¼æDX8âå
^¤
+:5ëí,·}(ßËøS¿Å¦ñJ"¡Æf¾XØù3ïKyææ×0Ø'1ëG¹ÚçU36ÑMJn0
+ÄÚMcB,ðÇ·>w9ûÓ3ª^ úîÐä?#Åüó¿ ]6OMø45ÓÁÐåÐpWI*Ô*¿(@1îþXÞ[·Û çT>ɹ/8ö<÷ÿ|u`KÌäWñ<µÈ«:ðaøô »ð+`WçKéiqÂ(¦_?~O¦kЫw°:\ª9¢¨ÔR
+ îW.eaêlÐÄqó\_8ÝwÙóiø£ö0jùc×R~nní' QÃÍZìÅz~Oo³á:h4ªM[;ÍM½öfG®á{d±~Ï5³K¨ÇÿcÊÌÓIEiù½w8wøãDõ3Sí'^×ÈøpçÁá áymC½Îy9 iÔ½pòUsÛ!¬6ZÇ®ç0F=ªË«EM$DÍúG.½u/-¤w¿6¾K^3hèÐ}Ã7Ôão|HfYEp©ç£|P[üLoûì×¼i.¡?¡EÀOHZný}ѶHÖ³f\ðȹåH8¥¨äÙê,(jëÝO£y®´möÙ7¸#rÃ~gJòµáÈ*k,dATKL/<º ¶Ë¯Óµgp5nÇsKµï1ÝcÌ´1åæßÜ
Qhtå1Eáãpi~¬\ùI-]²*çr¤EFªþ®AËê(«QЧM¦AÅ>§4NVÛE¨Ð¯?Æô=ã g¨g ºMëZ-Zª`%å"
Ò¬å#íZç½ìó5ØÑ:ÚL9´ig¾øÿÍ]ÒFÆ
+'MÓMÃBé!/r¨âx¼©úYbÁàëÔÇEÑ«ªü§°lÇÔ)!vm+[yÑÕmìëÏõ¶7êÆAâDL¯Ûåü'°Á~óú|bYI{1%\ÐTBèÞT5ºO·
+FÀyó(c·Îð:yÛøBb
+ý<mUEúWàM©c3c«aeTÉûÆ<¼ûÉ
+(¬Év^PÛ-8è)*X°©À,b*Ï
+ºå+Õm\S(ÓÛi¾G(!Üq·z
'_XT¸ðRé~¤u¦®í`ÆÓA
+L±
+Fì§mæÖ`ç§è¾xeæZqàÙ.,ý1 }¥PýÈ3cèØ·°¤?
+r)zd)·Òæ^æUÒ#6ì ¼ú#øhµÔήxJÏt
+äß·74¿yF-®e÷|£yäË r7úï6:¨õÔúeÓp½X
+~+^´ÞúSbàµ{²¥ýÜ°££eåQÐÚ¼9cÛëéòãxEÐh®Á!UÕÅûa8x)0ìBÏztÌòäKö©Eí\":«áÝ?»¼üÌ÷~]ªP·×:%)
+ðn?êÑSAÚ«{e¹ð/n¢C!íàïoÊ¥ù¸Õ bAÛ]}ý6`fªk*<\<^Å-ÏãÓ1i'ôÚ5ëÑbÉÑã
+u~M3CÒ÷"
+EôÈðj¸6xE¸ÎD¬SöK¾hÄQGb,X²OÄzªe¡dÃÌ7ã
1ö1hsk¤BAËI3ÃÚ+òJ"X ü^¿M--M¨ÆÆ˺|¹3V-Oûv"þáôéºxho÷ ¢bKq¿ZT]
º;ýMüë>%b»jÐbâãL¥H±£¢hµ¡Ã.¸!ØÃFýÞþÀýµ7ϼ¸BÚ_¬gb»zì'A|¬ëôûYBAl1æqì t,|Æ\÷ãe§4æ44©®º=\ iZ¿p*{nä5ÌwÅ» øø e²cPÚªd¤
+©½¶ONµt§:à %a`CZç|ª¾Å`(ÜDÐç<$ýø:.ÜDá
P¨ësÐ1Î;ếc²Gzê!]¼8ÐîVL_]yÇì2µHgéXÊ2|9r¡oá&ÑòâcfjºÊÍ¡Séíßà³óö«¤IO-÷¯ TK,h%PkÌ{åLýçZº\$Ó¹xAO">å~Û>µ¡K4 g¤³ÙU)Ø!L¨£&4Ð7?üöÏ)ìäl0ÖwðJêt¤õó;ç3{ífB§©©geÌüÑ
+òsn> Yb×d
+¶ï5;Z.å+Vw,½1à*rÀ¾-!K[+²¥mIø[mèGdʦ̼éÅí|2ýÖ½ÙkØIÊúðÀèb]3} ´1þÜ$!ñE¿¹ë÷ÖjBÄAÌåÂd¹MÄÑ1R1°Îã6s/®;m{P
+1Åyzܨ2ÓkÝæÁ'÷wº×qZ³ø__Ën²°QZY@×µOTDþhKoèw}ü:-êTÏQi6Mmå±Ä#úºÉà"wa{M$ú0irÖDµr
ѪeëI~<£JÑvN[Ù¨¥pñtÎåù/wôrê¹*Éøá¬I8©ÂYþ^ìä"SÿËöÙDuËÍ÷£¾Áa»Û)LÌî
:ù2ûàßè|5ÊÂÝúyúü®'i+
+3¶È2¿Å@Júú°ÈÔ©² {õ=!FV¥Ø*¢çícBõeº¡5$4´ÍWÍÑqcTBmµÉ0ºJ"Rî ËíŦVÑQ9ÏùÄ]¶&¨×PhaÎl+¬cÑX½q³
£ÁæÒ¦¥Óª/7Ød°ÈHøö?,s°Wk`@%9zNïî$íÓ¤*)è&Ñûó8\, ÷p?6åúE,b¯\N\p ,aeÖñ%°¿q<cõO©} 4LÀÁaëðâstm>v:1tûÂ)ô\*é">öu§]gÌâoÜÎᾪôÃG¾rñºÌ_; E$Q;}³ã¡7ù#Ý$.Èc[f#*¿!¹"a\xqJ>Ê7ÜõBpÑõ§8Jb»?Âú÷&#w`!ÐdSþö¶÷¬bí²ècL!½_áÐΨ¹Û©w»^ö/
çdJì¥R6Ñ©ÇÝ>ÎûvÇt|þ«øïÐú¦â¦w06ç(x^°á7ÍX]9÷2ÂÛ²-¤üpéà®?£M"8ñ¾]D«åU¡Fa=eüT
+¾ß×MïÐYä<"í!¯þ±
ÆhêÉæ3?P+wéñÎcê¬i,v.tk9k¤®¤UËÛAp©ÁËJ=
@zzQ4<òR§ðzrTìr)¥\Ðc*ð&¢Ìò9·+ÃH]½YSyä¦{ää+{»6"ÞûLïXÕy+¹ÇN7ÐY
+öhöõ W
+¹ [1¶)EN³õ3yRÑÌIÉBBZIä{Üzýqà;³&4#nÅpfº`¾òFiZÛ:ZuU~E>ó2abîyx`T/e«GÑQ{cß>Ìès¤3VÚ±5úlʱ_Çkño AèÚCdà&$Ôâ׫Ö?Þ!bæ\ÕÀ ©1û
+Xï&l8ªï*Ä+Osµ(×Þ¢ákFDC!W¡¸f{ãñ-a!®¨V¾0¢?3ð SY-¬ÐQ3@Ö{°h,e|PMµ«T8ÈÓµÞýKË~y!«p:{lËB6îý(<BÍgø18r¼U%~þÇ5GQ,¦fë7g4þsXÁÈÙã+ÿrl_d1ïnìç
kX¤µmÙE{)ÉåRîI$U»2NÒªoç£AGsSîB|ºD+(þ Rvj
+Vïÿ~ä
+endstream
+endobj
+332 0 obj <<
+/Type /FontDescriptor
+/FontName /PARFSI+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/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 40/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 /PARFSI+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:20110614204133-05'00')
+/ModDate (D:20110614204133-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
+0000012366 00000 n
+0000100075 00000 n
+0000000060 00000 n
+0000000086 00000 n
+0000012486 00000 n
+0000099966 00000 n
+0000000131 00000 n
+0000000166 00000 n
+0000012605 00000 n
+0000099857 00000 n
+0000000216 00000 n
+0000000240 00000 n
+0000012725 00000 n
+0000099783 00000 n
+0000000296 00000 n
+0000000320 00000 n
+0000012967 00000 n
+0000099696 00000 n
+0000000376 00000 n
+0000000401 00000 n
+0000013210 00000 n
+0000099609 00000 n
+0000000457 00000 n
+0000000481 00000 n
+0000013452 00000 n
+0000099522 00000 n
+0000000537 00000 n
+0000000560 00000 n
+0000013695 00000 n
+0000099435 00000 n
+0000000616 00000 n
+0000000641 00000 n
+0000016332 00000 n
+0000099348 00000 n
+0000000697 00000 n
+0000000732 00000 n
+0000016940 00000 n
+0000099274 00000 n
+0000000788 00000 n
+0000000817 00000 n
+0000017609 00000 n
+0000099148 00000 n
+0000000868 00000 n
+0000000901 00000 n
+0000017730 00000 n
+0000099074 00000 n
+0000000957 00000 n
+0000000980 00000 n
+0000017970 00000 n
+0000098987 00000 n
+0000001036 00000 n
+0000001066 00000 n
+0000020757 00000 n
+0000098900 00000 n
+0000001122 00000 n
+0000001149 00000 n
+0000021000 00000 n
+0000098813 00000 n
+0000001205 00000 n
+0000001234 00000 n
+0000021243 00000 n
+0000098726 00000 n
+0000001290 00000 n
+0000001314 00000 n
+0000021486 00000 n
+0000098639 00000 n
+0000001370 00000 n
+0000001397 00000 n
+0000021729 00000 n
+0000098552 00000 n
+0000001453 00000 n
+0000001481 00000 n
+0000021971 00000 n
+0000098465 00000 n
+0000001537 00000 n
+0000001563 00000 n
+0000022214 00000 n
+0000098378 00000 n
+0000001619 00000 n
+0000001646 00000 n
+0000025050 00000 n
+0000098291 00000 n
+0000001703 00000 n
+0000001727 00000 n
+0000025293 00000 n
+0000098204 00000 n
+0000001784 00000 n
+0000001812 00000 n
+0000025534 00000 n
+0000098117 00000 n
+0000001869 00000 n
+0000001896 00000 n
+0000025777 00000 n
+0000098030 00000 n
+0000001953 00000 n
+0000001982 00000 n
+0000026019 00000 n
+0000097941 00000 n
+0000002039 00000 n
+0000002066 00000 n
+0000026262 00000 n
+0000097850 00000 n
+0000002124 00000 n
+0000002161 00000 n
+0000030202 00000 n
+0000097772 00000 n
+0000002219 00000 n
+0000002264 00000 n
+0000030446 00000 n
+0000097657 00000 n
+0000002316 00000 n
+0000002350 00000 n
+0000030568 00000 n
+0000097578 00000 n
+0000002407 00000 n
+0000002443 00000 n
+0000030872 00000 n
+0000097485 00000 n
+0000002500 00000 n
+0000002530 00000 n
+0000031177 00000 n
+0000097392 00000 n
+0000002587 00000 n
+0000002620 00000 n
+0000033752 00000 n
+0000097299 00000 n
+0000002677 00000 n
+0000002706 00000 n
+0000033996 00000 n
+0000097220 00000 n
+0000002763 00000 n
+0000002796 00000 n
+0000003146 00000 n
+0000003388 00000 n
+0000002849 00000 n
+0000003265 00000 n
+0000096703 00000 n
+0000096358 00000 n
+0000003327 00000 n
+0000096187 00000 n
+0000096876 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
+0000096529 00000 n
+0000013938 00000 n
+0000012185 00000 n
+0000010316 00000 n
+0000012304 00000 n
+0000012425 00000 n
+0000012545 00000 n
+0000012664 00000 n
+0000012784 00000 n
+0000012845 00000 n
+0000012906 00000 n
+0000096016 00000 n
+0000013027 00000 n
+0000013088 00000 n
+0000013149 00000 n
+0000013270 00000 n
+0000013330 00000 n
+0000013391 00000 n
+0000013512 00000 n
+0000013573 00000 n
+0000013634 00000 n
+0000013755 00000 n
+0000013816 00000 n
+0000013877 00000 n
+0000018213 00000 n
+0000016151 00000 n
+0000014049 00000 n
+0000016270 00000 n
+0000016392 00000 n
+0000016453 00000 n
+0000016514 00000 n
+0000016575 00000 n
+0000016636 00000 n
+0000016696 00000 n
+0000016757 00000 n
+0000016818 00000 n
+0000016879 00000 n
+0000017000 00000 n
+0000017061 00000 n
+0000017122 00000 n
+0000017183 00000 n
+0000017244 00000 n
+0000017305 00000 n
+0000017366 00000 n
+0000017427 00000 n
+0000017487 00000 n
+0000017548 00000 n
+0000017669 00000 n
+0000017788 00000 n
+0000017849 00000 n
+0000017909 00000 n
+0000018030 00000 n
+0000018091 00000 n
+0000018152 00000 n
+0000022457 00000 n
+0000020576 00000 n
+0000018324 00000 n
+0000020695 00000 n
+0000020817 00000 n
+0000020878 00000 n
+0000020939 00000 n
+0000021060 00000 n
+0000021121 00000 n
+0000021182 00000 n
+0000021303 00000 n
+0000021364 00000 n
+0000021425 00000 n
+0000021546 00000 n
+0000021607 00000 n
+0000021668 00000 n
+0000021789 00000 n
+0000021850 00000 n
+0000021911 00000 n
+0000022031 00000 n
+0000022092 00000 n
+0000022153 00000 n
+0000022274 00000 n
+0000022335 00000 n
+0000022396 00000 n
+0000026506 00000 n
+0000024869 00000 n
+0000022568 00000 n
+0000024988 00000 n
+0000025110 00000 n
+0000025171 00000 n
+0000025232 00000 n
+0000025353 00000 n
+0000025413 00000 n
+0000025473 00000 n
+0000025594 00000 n
+0000025655 00000 n
+0000025716 00000 n
+0000025836 00000 n
+0000025897 00000 n
+0000025958 00000 n
+0000026079 00000 n
+0000026140 00000 n
+0000026201 00000 n
+0000026323 00000 n
+0000026384 00000 n
+0000026445 00000 n
+0000028997 00000 n
+0000031542 00000 n
+0000028878 00000 n
+0000026617 00000 n
+0000030140 00000 n
+0000030263 00000 n
+0000030324 00000 n
+0000030385 00000 n
+0000030507 00000 n
+0000030629 00000 n
+0000030690 00000 n
+0000030751 00000 n
+0000030811 00000 n
+0000030933 00000 n
+0000030994 00000 n
+0000031055 00000 n
+0000031116 00000 n
+0000031238 00000 n
+0000031299 00000 n
+0000031360 00000 n
+0000031421 00000 n
+0000031482 00000 n
+0000096993 00000 n
+0000029900 00000 n
+0000030035 00000 n
+0000030084 00000 n
+0000034239 00000 n
+0000033571 00000 n
+0000031681 00000 n
+0000033690 00000 n
+0000033813 00000 n
+0000033874 00000 n
+0000033935 00000 n
+0000034057 00000 n
+0000034117 00000 n
+0000034178 00000 n
+0000095655 00000 n
+0000034378 00000 n
+0000034741 00000 n
+0000035045 00000 n
+0000035368 00000 n
+0000035740 00000 n
+0000036215 00000 n
+0000050071 00000 n
+0000050475 00000 n
+0000061588 00000 n
+0000061965 00000 n
+0000069837 00000 n
+0000070221 00000 n
+0000078906 00000 n
+0000079180 00000 n
+0000095253 00000 n
+0000097078 00000 n
+0000097147 00000 n
+0000100146 00000 n
+0000100380 00000 n
+0000100563 00000 n
+0000100766 00000 n
+0000100960 00000 n
+0000101154 00000 n
+0000101353 00000 n
+0000101579 00000 n
+0000101804 00000 n
+0000102030 00000 n
+0000102250 00000 n
+0000102477 00000 n
+0000102711 00000 n
+0000102944 00000 n
+0000103178 00000 n
+0000103408 00000 n
+0000103634 00000 n
+0000103860 00000 n
+0000104070 00000 n
+0000104232 00000 n
+0000104428 00000 n
+0000104688 00000 n
+0000104953 00000 n
+0000105219 00000 n
+0000105480 00000 n
+0000105686 00000 n
+0000105804 00000 n
+0000105928 00000 n
+0000106044 00000 n
+0000106164 00000 n
+0000106257 00000 n
+0000106372 00000 n
+0000106410 00000 n
+0000106578 00000 n
+trailer
+<< /Size 369
+/Root 367 0 R
+/Info 368 0 R
+/ID [<57EE3A74C467C6A64C657804FD027B5E> <57EE3A74C467C6A64C657804FD027B5E>] >>
+startxref
+106898
+%%EOF
Modified: SwiftApps/Montage/docs/API.txt
===================================================================
--- SwiftApps/Montage/docs/API.txt 2011-06-15 01:00:37 UTC (rev 4616)
+++ SwiftApps/Montage/docs/API.txt 2011-06-15 01:47:31 UTC (rev 4617)
@@ -1,6 +1,12 @@
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.
@@ -13,7 +19,6 @@
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.
-[[X1]]
Swift Montage API
-----------------
@@ -23,21 +28,24 @@
These are all the Types that are declared for Swift. They are located in the
file Swift_Montage_types.swift.
-.Image
+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.
-.MosaicData
+Header
+^^^^^^
----
-type MosaicData;
+type Header;
----
-This is the MosaicData type. It is used to declare and map to the FITS header
+This is the Header type. It is used to declare and map to the FITS header
file.
-.Table
+Table
+^^^^^
----
type Table;
----
@@ -45,13 +53,15 @@
metadata is generated. These are tables that the Montage functions use to read
for the next stage of the workflow.
-.JPEG
+JPEG
+^^^^
----
type JPEG
----
This is the JPEG type. This is used to map to the jpeg version of the mosaic.
-.Status
+Status
+^^^^^^
----
type Status;
----
@@ -59,7 +69,8 @@
file are generated that have the information about the coefficients that will
be used to rectify the image.
-.BackgroundStruct
+BackgroundStruct
+^^^^^^^^^^^^^^^^
----
type BackgroundStruct
{
@@ -73,7 +84,8 @@
three coefficients to rectify this portion of the mosaic of all floating point
types.
-.DiffStruct
+DiffStruct
+^^^^^^^^^^
----
type DiffStruct
{
@@ -96,9 +108,10 @@
NOTE: Currently the options to the Montage functions are hard coded and the
user cannot choose which options to run.
-.mAdd
+mAdd
+^^^^
----
-app ( Image mos ) mAdd( Image imgs[], Table img_tbl, MosaicData hdr )
+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
@@ -107,7 +120,8 @@
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
+mBackground
+^^^^^^^^^^^
----
app ( Image bg_img ) mBackground( Image img, float a, float b, float c )
----
@@ -116,7 +130,8 @@
three coefficients. The procedure then output the background rectified image
after the coefficients have been applied.
-.mBgModel
+mBgModel
+^^^^^^^^
----
app ( Table rect_tbl ) mBgModel( Table img_tbl, Table fits_tbl )
----
@@ -126,7 +141,8 @@
fit them together. The procedure will then output a rectification table of the
coefficients that must be applied to the images.
-.mConcatFit
+mConcatFit
+^^^^^^^^^^
----
app ( Table fits_tbl ) mConcatFit( Table status_tbl, Status stats[] )
----
@@ -136,23 +152,26 @@
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
+mDiff
+^^^^^
----
-app ( Image diff_img ) mDiff( Image proj_img_1, Image proj_img_2, MosaicData hdr )
+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
+mDiffFit
+^^^^^^^^
----
-app ( Image diff_img, Status stat ) mDiffFit( Image img_1, Image img_2, MosaicData hdr )
+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
+mFitplane
+^^^^^^^^^
----
app ( Status stat ) mFitplane( Image diff_img )
----
@@ -161,7 +180,8 @@
the mDiff procedure. The procedure will then output a status file that
contains the information on how to fit these two images together.
-.mImgtbl
+mImgtbl
+^^^^^^^
----
app ( Table img_tbl ) mImgtbl( Image imgs[] )
----
@@ -170,16 +190,18 @@
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
+mMakeHdr
+^^^^^^^^
----
-app ( MosaicData hdr ) mMakeHdr( Table img_tbl )
+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
+mJPEG
+^^^^^
----
app ( JPEG mos_img_jpg ) mJPEG( Image mos_img )
----
@@ -187,7 +209,8 @@
procedure will take in as input as input a FITS image. The procedure will
then ouput the same image in jpeg format.
-.mOverlaps
+mOverlaps
+^^^^^^^^^
----
app ( Table diff_tbl ) mOverlaps( Table img_tbl )
----
@@ -196,10 +219,23 @@
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.
-.mProjectPP
+mProject
+^^^^^^^^
----
-app ( Image proj_img ) mProjectPP( Image raw_img, MosaicData hdr )
+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.
@@ -209,18 +245,9 @@
projections (e.g. TAN, SIN) or where they can be approximated with acceptable
error.
-.mProject
-----
-app ( Image proj_img ) mProject( Image raw_img, MosaicData 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.
-
-.mShrink
+mShrink
+^^^^^^^
----
app ( Image shrunk ) mShrink( Image original, int factor )
----
@@ -228,7 +255,8 @@
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
+Backgound_list
+^^^^^^^^^^^^^^
----
app ( Table back_tbl ) Background_list( Table imgs_tbl, Table rect_tbl )
----
@@ -239,7 +267,8 @@
format that can be read in by the Swift readData2 function into the
Background_struct declared type.
-.create_status_table
+create_status_table
+^^^^^^^^^^^^^^^^^^^
----
app ( Table stat_tbl ) create_status_table( Table diff_tbl )
----
@@ -255,9 +284,11 @@
and is where the parallelization is taking place. They are located in the file
Swift_Montage_Batch.swift
-.mBackgroundBatch
+mBackgroundBatch
+^^^^^^^^^^^^^^^^
----
-( Image rect_imgs[] ) mBackgroundBatch( string dest_dir, Image proj_imgs[], Table img_tbl, Table rect_tbl )
+( 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
@@ -268,9 +299,11 @@
NOTE: mBackgroundBatch calls the mBackground app procedure.
-.mDiffBatch
+mDiffBatch
+^^^^^^^^^^
----
-( Image diff_imgs[] ) mDiffBatch( string src_dir, string dest_dir, string files[], Table diff_tbl, MosaicData hdr )
+( 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
@@ -284,10 +317,12 @@
NOTE: mDiffBatch calls the mDiff app procedure.
-.mDiffFitBatch
+mDiffFitBatch
+^^^^^^^^^^^^^
----
-( Image diff_imgs[], Table fits_tbl ) mDiffFitBatch( string src_dir, string dest_dir, string stat_dir,
- string files[], Table diff_tbl, MosaicData hdr )
+( 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
@@ -303,9 +338,10 @@
NOTE: mDiffFitBatch calls the mDiffFit app procedure.
-.mFitBatch
+mFitBatch
+^^^^^^^^^
----
-( Table fits_tbl ) mFitBatch( string stat_dir, Image diff_imgs[], Table diff_tbl )
+( 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
@@ -315,9 +351,10 @@
NOTE: mFitBatch calls the mFitplane app procedure.
-.mProjectBatch
+mProjectBatch
+^^^^^^^^^^^^^
----
-( Image proj_imgs[] ) mProjectBatch( string dest_dir, Image raw_imgs[], MosaicData hdr )
+( 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
@@ -325,5 +362,5 @@
if it is possible to use the fast image projetion algorithm or to just use
standard projection.
-NOTE: mProjectBatch calls the faster mProjectPP app procedure if the image allows
-it. If mProjectPP cannot be used then the app procedure mProject is called.
+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-15 01:00:37 UTC (rev 4616)
+++ SwiftApps/Montage/docs/updateAPI.sh 2011-06-15 01:47:31 UTC (rev 4617)
@@ -1,2 +1,5 @@
#!/bin/bash
-asciidoc -a toc -a max-width=1100px -a icons API.txt
+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
More information about the Swift-commit
mailing list