%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Scientific Word Wrap/Unwrap Version 2.5 % % % % If you are separating the files in this message by hand, you will % % need to identify the file type and place it in the appropriate % % directory. The possible types are: Document, DocAssoc, Other, % % Macro, Style, Graphic, PastedPict, and PlotPict. Extract files % % tagged as Document, DocAssoc, or Other into your TeX source file % % directory. Macro files go into your TeX macros directory. Style % % files are used by Scientific Word and do not need to be extracted. % % Graphic, PastedPict, and PlotPict files should be placed in a % % graphics directory. % % % % Graphic files need to be converted from the text format (this is % % done for e-mail compatability) to the original 8-bit binary format. % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Files included: % % % % "/document/Winkle.tex", Document, 10085, 10/1/1997, 18:41:00, "" % % "/document/graph.wmf", ImportPict, 20828, 10/1/1997, 18:24:50, "" % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%% Start /document/Winkle.tex %%%%%%%%%%%%%%%%%%%%% %% This document created by Scientific Notebook (R) Version 3.0 \documentclass[12pt,thmsa]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{sw20jart} %TCIDATA{TCIstyle=article/art4.lat,jart,sw20jart} %TCIDATA{} %TCIDATA{Created=Mon Aug 19 14:52:24 1996} %TCIDATA{LastRevised=Wed Oct 01 11:41:01 1997} %TCIDATA{Language=American English} %TCIDATA{CSTFile=Lab Report.cst} %TCIDATA{PageSetup=72,72,72,72,0} %TCIDATA{AllPages= %F=36,\PARA{038

\hfill \thepage} %} \input{tcilatex} \begin{document} \subsection{ \[ \text{Special Plane Curves} \] } \section{\protect\vspace{1pt}Ellipse} \subsubsection{\protect\vspace{1pt} \[ \text{by Matthew Winkle} \] } \subsubsection{ \[ \text{October1,1997} \] } \vspace{1pt} \vspace{1pt} \qquad The ellipse is most practically envisioned with the help of two pegs and a string of some length. \ Peg1 and peg2 are placed some distance apart onto an immovable surface. \ Tie an end of the sring to peg1 and the other end of the string to peg2. \ Take the pencil inside the loop of string and hold the lead against the surface. \ By holding the string as taught as possible at all times, move the pencil from one side of the line created by peg1 and peg2 around to the other side of that line. \ Then continue around the opposite side to the original starting position. \ This will create the locus of points of the ellipse characterized as the curve with the property that the sum of the distances from two given pegs, or foci, to any point on the curve is constant. \qquad An ellipse can also be described as the curve cut by a plane non-perpendicular and non-parallel to the base of a cone. \ This description of the ellipse as a section of a cone is the name of the category of curves for which the ellipse belongs, the conic section. \ Some other curves which belong to this categorty are the hyperbola, parabola and a circle can also be constructed by a cone cut by a plane. \ In fact, the parabola and circle can also be though of an ellipse with eccentricites of 1 and 0, respectively. \qquad Eccentricity is simply the value of the distance from the center of the ellipse to one focus divided by the distance of the vertex. \ The lower the value of the eccentricity, the more circular the ellipse. \ As the value approaches one, the ellipse becomes more and more elongated. \ When the value of the eccentricity reaches zero, the foci effectively lie exactly on the center of the ellipse, this gives a single focus to curve distance which is the radius of the ellipse-circle. \ When the value of the center to focus distance is equal to the distance of the vertex, then one focus lies on the locus of points, degrading the ellipse in the line segment known as the parabola. \ When the eccentricity is greater than one a hyperbola is described with one focus outside of the curve. \qquad The Cartesian equation for the ellipse can be found by letting the ellipse lie on the x-axis. \ The foci 'r1' and 'r2' lie on the points (-c,0) and (c,0) respectively and the value of the vertex is 'a'. \qquad $\sqrt{(x+c)^{2}+y^{2}}+\sqrt{(x-c)^{2}+y^{2}}=2a$ \vspace{1pt} Bring the second term to the right side and square both sides: \qquad $(x+c)^{2}+y^{2}=4a^{2}-4a\sqrt{(x-c)^{2}+y^{2}}+(x-c)^{2}+y^{2}$ \vspace{1pt} Now solve for the square root term and simplify: \qquad $\sqrt{(x-c)^{2}+y^{2}}=\frac{-1}{4a}% (x^{2}+2xc+c^{2}+c^{2}+y^{2}-4a^{2}-x^{2}+2xc-c^{2}-y^{2})$ \qquad \qquad \qquad \qquad \qquad $=\frac{-1}{4a}(4xc-4a^{2})=a-\frac{c}{a}% x $ \vspace{1pt} Square one final time and clear the remaining square root: \qquad $x^{2}-2xc+c^{2}+y^{2}=a^{2}-2cx+\frac{c^{2}}{a^{2}}x^{2}$ \vspace{1pt} Grouping the 'x' terms then gives: \qquad $x^{2}\frac{a^{2}-c^{2}}{a^{2}}+y^{2}=a^{2}-c^{2}$ \vspace{1pt} which can be written in the simple form: \qquad $\frac{x^{2}}{a^{2}}+\frac{y^{2}}{a^{2}-c^{2}}=1$ \vspace{1pt} Define a new constant: \qquad $let\qquad b^{2}=a^{2}-c^{2}$ \vspace{1pt} The equation can be made into the well known equation of an ellipse: \vspace{1pt}\qquad $\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1$ \vspace{1pt} \qquad The ellipse can also be solved parametrically by describing the motion of a particle at time 't' over the position (x,y). \vspace{1pt} \qquad $let\qquad x=a\ast \cos (t),\qquad y=b\ast \sin (t),\qquad t=2\ast \pi $ \vspace{1pt} First eliminate 't' between the two equations: \qquad $\cos (t)=\frac{x}{a},\qquad \sin (t)=\frac{y}{b}$ \vspace{1pt} By using the trigonometric identity $\cos ^{2}(t)+\sin ^{2}(t)=1$, we can apply this to $\frac{x}{a}$ and $\frac{y}{b}$. \qquad $(\frac{x}{a})^{2}+(\frac{y}{b})^{2}=1$ \vspace{1pt} \qquad To find the initial point of movement, substitute 0 in for t.\qquad \qquad $x=a\ast \cos (0)=a,\qquad y=b\ast \sin (0)=0,$ \vspace{1pt} so the motion starts at (a,0). \ This is the point on the x-axis distance 'a' in the positive direction which is the value of the vertex. \ When 't' reaches 2*$\pi ,$ it will have traversed the locus of the ellipse exctly one and will reach the original starting position (a,0). \vspace{1pt} \FRAME{dtbpF}{378.0625pt}{327.3125pt}{0pt}{}{}{Figure }{\special{language "Scientific Word";type "GRAPHIC";display "USEDEF";valid_file "T";width 378.0625pt;height 327.3125pt;depth 0pt;original-width 63.25pt;original-height 63.25pt;cropleft "0";croptop "1";cropright "1";cropbottom "0";tempfilename 'graph.wmf';tempfile-properties "XNPR";}} \qquad The conic sections were first discovered by Menaechmus in Anchient Greece 375 B. C. \ The ellipse was named by Appollonius about a hundred years later. \ He was the first to define the ellipse, parabola and hyperbola in terms of cross sections of one circular cone. \ It wasn't until the Renaissance that the ellipse resurfaced. \qquad In the early 17th century, Johannes Kepler found that the planets of our solar system move in elliptical orbits, with the sun at one focus. \ Most of the planets' orbits in our solar system have a very low eccentricity, meaning they are almost circular. \ Only Pluto and Mercury have eccentricities greater than 0.1. \qquad However, comets have very large eccentricities. \ They often approach 1, which makes them very elongated. \ Edmund Halley knew knew this when he calculated the orbit of a comet in 1682. \ He successfully predicted the reoccurrence of the comet 76 years later in 1758. \ Predicions like these reinforced elliptical orbits as one of the fundamental concepts of physical astronomy. \qquad Another real-life application of the ellipse stems from the properties of the foci. \ When a ray is emanated from one focus, it will invariably reflect upon the other focus. \ An elliptical mirror will perfectly image an object located at one focus onto the other focus. \ This property is important in reducing weight and complexity of specialized projection systems. \ Elliptical mirrors can be used to collect the output of a bulb and direct it through the film gate of a projector while simultaneously redirecting the light through the projection lens. \ The property is also used in the Gregorian telescope where an elliptical mirror is used in conjunction with a parabolic mirror to reduce aberrations. \ For small objects, the quality of the image is nearly perfect. \qquad The property of light wave refection also applies similarly to sound waves. \ Here the slightest whisper at one focus is heard without difficulty from the other focus and with little degredation of sound quality. \ This effect was used practically in the Statuary Hall of the U. S. Capitol building. \ A century ago when the room was the Congressional Hall, one legislator was often found ''napping'' at his desk. \ He would sit intently with his ear to his desk. \ He was often considered a lazy person for this, but he was also infamous for enacting counter-legislation to oppose new bills, sometimes even before the bills were first proposed. \ It was found later that he had inadvertently discovered the sound reflecting properties of elliptical figures. \ The old Congressional Hall was modeled after a design called a whisper gallery. \ This is an elliptical figure for the purposed of asthetics and acouistic projection. \ To this legislator's good fortune, his desk was situated at one focus while a group of rival legislators often held ''secret'' discussions at the other focus. \ The napping man was actually evesdropping and could hear every whisper clearly from the other side of the room. \qquad The shape of the ellipse also has mechanical applications. \ Elliptical gears are used when varying speeds are required for certain machines. \ The gears are attached at one focus to an unfixed shaft. \ The shaft spins at a constant rate so angular momentum remains the same, however, the changing radius from the center point effectively changed the speed of the ellipse at a given contact point. \ When the radius is longest, centered about the shaft, the faster the elliptical gear turns the contact gear. \ When the radius is smaller the contact gear will spin more slowly. \qquad This varied speed property of the ellipse is used in the carival ride called ''The Zipper.'' \ The Zipper consists of many ellipse shaped cages freely attached at one focus to a larged ellipse with a high eccentricity that turns about its center. \ The passengers may flip themselves at will inside the smaller caged ellipses. \ The elliptical shape creates different accelerations throughout the flip which feels different from the constant centrifugal force created by a cirlce attached at its center. \ In the opinion of many riders, this adds much to the experience of the ride. \end{document} %%%%%%%%%%%%%%%%%%%%%%% End /document/Winkle.tex %%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%% Start /document/graph.wmf %%%%%%%%%%%%%%%%%%%%%% WwlqZB@@@@@@@@@@@@@{I@@@@@@@@H@@I@@@CLJJ@@`A@XAD@@@@@XAD@@`IF|@@b@rUMYtPA@@ @@@@@A@PI|A@@@@`@@@@@@@B@@pYD@@@gq@@@A@@@@`G@@@@@@@@@@@@@@@c@@@@iA@@@@@@@@@ @@@@@xx@@@hjB@@@RQMYD@@D@@\FC@@DV@@@@A@@@@O@@@@`E@@@@V@@@@`L@@@`e@@@pt@@@@^ B@@@tD@AA@U@pD@AA`P@@B@FAPZ@\F@uA`\@TF@@@@@@\pAQ@@@@p@@@@P@@@@@KA@@@@D@@@@L @@@@E@@@@@B@@@P@@@@@A@@@@@A@@@@@@@@@@@@@@@TT@@@||@@@@@@@@@@@@@@PQA@@psC@@HA @@@@C@@@@A@@@@lD@@@@P@@@@p@@@@T@@@@@H@@@@A@@@@D@@@@@D@@@@@@@@@@@@@@@PQA@@ps C@@@@@@@@@@@@@@EE@@@OO@@`G@@@@X@@@@@@@@@Pz@EE@@@OO@@PL@@@@pE@@@D@@@@@@C `E@@@@@@@H@@@@@@B@@@BH@@@@@@B@`@@H@@@H`@@Lp@C@p\CL@fjL|@|~pC@h`RJ@@BH`@|O@ @@@@C@@O@@@@@Cp@|O@@|@|C@@~K@Bpo@|{o@@@P@AD@@@pc@@@@_B@@@|J@@@p o@@@@OC@@@|M@@@p{@D@@C@@O|O@@|q@@pKC@@|O@@|t@@pWC@@o}O@@|w@@pcC@@_~ O@@|z@@poC@@OO@@|}@@p{CP@O@O|@|qoCpKM@|s@|tBpWJ@o}g@|wO BpcG@_~[@|z_ApoD@OO@|}o@p{A@C@x@@poC@@M@@|s@@pB@@J@ @|g@@pOB@@G@@|[@@p_A@@D@@|O@@po@@@A@@|C@@`@@@@oC@@@|M@@@ps@@@ @B@@@|J@@@pg@@@@OB@@@@C@@@@C@@@@A@@@@PC@@@@B@@@@KA@@@@D@@@@L@@@@E@@@@@B@@@ P@@@@@A@@@@@A@@@@@@@@@@@@@@@TT@@@||@@@@@@@@@@@@@@PQA@@psC@@xA@@@@F@@@@@@@@@ d~OPQA@@psC@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@|KPI@@@@L@@@@H@@@@pI@@@@ X@@@@L@@@@@@@@@@B@@@@@PI@@@@L@@@@L@@@@pJ@@@@X@@@@@@@@@@@@@@@pH@@@PZ@@@P I@@@@L@@@@H@@@@@J@@@@L@@@@H@@@@PI@@@@L@@@@L@@@@@J@@@@L@@@@L@@@@PI@@@@L@@@@` @@@@xI@@@@X@@@@L@@@@@@@@@@B@@@@@PI@@@@L@@@@L@@@@`U@@@@l@@@@`D@@@pG@@@@y G@@@PW@@@@A@@@@HA@]A`D@_@P~A|A@yG@]ATB@@@@C@@@@@@@@@bB@@@@C@@@@C@@@@XB@@@@G @@@@C@@@@@@@@@P@@@@@@@@@@|KPI@@@@L@@@@L@@@@PI@@@@L@@@@@@@@@xU@@@@p@@@@`D @@@pG@@@@yG@@@PW@@@PA@@@@HA@]A`D@_@P~A|A@yG@]A`D@tEPI@@@@L@@@@X@@@@HJ@@@@L@ @@@L@@@@pF@@@@P@@@@`D@@@@]A@@@f@@@@pA@@@p@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@ @@@C@@@@XC@@@@D@@@@yG@@@PW@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@L@@@@pF@@@@P@@@@`D@ @@pG@@@@f@@@@pA@@@p@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@C@@@@XC@@@@D@@@@yG@ @@|A@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@L@@@@pF@@@@P@@@@`D@@@@]A@@@f@@@@pA@@@p@@@ @@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@C@@@@XC@@@@D@@@@HA@@@|A@@@PI@@@@L@@@@X@@@ @HJ@@@@L@@@@L@@@@pF@@@@P@@@@d_@@@@]A@@@f@@@@pA@@@p@@@@@@@@@@D@@@@@@@@@@@@@@ BTB@@@@C@@@@C@@@@XC@@@@D@@@@yG@@@|A@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@L@@@@pF@@@ @P@@@@`D@@@@]A@@@f@@@@pA@@@p@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@C@@@@XC@@@ @D@@@@yG@@@PW@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@L@@@@pF@@@@P@@@@`D@@@@]A@@@f@@@@ pA@@@p@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@C@@@@XC@@@@D@@@@HA@@@|A@@@PI@@@@ L@@@@X@@@@HJ@@@@L@@@@L@@@@pF@@@@P@@@@`D@@@@]A@@@f@@@@pA@@@p@@@@@@@@@@D@@@@@ @@@@@@@@@BTB@@@@C@@@@C@@@@XC@@@@D@@@@HA@@@@W@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@L @@@@pF@@@@P@@@@`D@@@pG@@@@f@@@@pA@@@p@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@C @@@@XC@@@@D@@@@HA@@@LB@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@L@@@@@F@@@@L@@@@@@@@HPF @@@@L@@@@|KpF@@@@P@@@@DD@@@PaA@@@RA@@@pT@@@p@@@@@sC@@@@@@@@@@@@@@@@Y @@@@@@@@@@@@@b`D@eA@[@XG@eA@]@dF@cAPX@@@@Jh`BJh`BJh`BJh`BJh`BJh`BJh`BJh`BJh `BJh`BJh`BJh`BJh`BJh`B@@@@@h`BJh`BJt{EtLlyWPsp]`AMCkDFtLl_XPspgcAMCgSFtL\XY PspLfAMCW[FtL\xYPspMhAMCgcFtLLXZPspHjAMCkFtLL{ZPsp[lAMCswFtLLj[PspPoAMCoF tLLI\PspIqAMCWGGtLlh\PspIsAMCOOGtLlJ]PspWuAMCC@@tL|z]PspbxAMCCgGtLlg^PspI{A MCsqGtL|Q_Psp]~AMCk~GtL\E`PspcABMC{HHtL|w`PspJDBMCcUHtLL@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@P@ADP@ADP@ADP@tL\I@@@@L@@@@L@@@@@U@@@@XA@@@DD@@@@^A@@@KA@@@\X@@ @P@@@@@@@ptAA@@SGTP@@@@xE@@@H@@@@@S@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@m@@M @P@@@@pA@@@@[@@@@@A@@@`_@@@@tE@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@ @L@@@@H@@@@`M@@@@P@@@@xG@@@@\A@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@ `_@@@@_@@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@ xG@@@pH@@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@p]@@@@EF@@@PE@@@@V@@@@ wA@@@`W@@@P`@@@@GF@@@D@@@@@@@L]P@@ptA]G@@@@^A@@@B@@@@pD@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@E@@@PK@LC@D@@@@\@@@@pF@@@@P@@@@PK@@@@]A@@@f@@@@pA@@@`@@@@@@@@@@D @@@@@@@@@@@@@@BTB@@@@C@@@@B@@@@XC@@@@D@@@@tB@@@@W@@@PI@@@@L@@@@X@@@@HJ@@@@L @@@@H@@@@pF@@@@P@@@@PK@@@pG@@@@f@@@@pA@@@`@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C @@@@B@@@@XC@@@@D@@@@tB@@@LB@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@H@@@@pF@@@@P@@@@tJ @@@PaA@@@TA@@@`E@@@Pk@@@@xE@@@\K@@@paA@@@A@@@@@@@SGD@@L]PmB@@@`W@@@`@@@@@LA @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PA@@@tB@r@@A@@@@G@@@@lA@@@@D@@@@jC@@@PW@@@`I@ @@@\@@@@H@@@@@@@@@@A@@@@@@@@@@@@@`@e@@@@p@@@@`@@@@@v@@@@@A@@@`z@@@@pE@@@TB@ @@@C@@@@F@@@@bB@@@@C@@@@B@@@@lA@@@@D@@@@jC@@@|A@@@`I@@@@\@@@@H@@@@@@@@@@A@@ @@@@@@@@@@@`@e@@@@p@@@@`@@@@@v@@@@@A@@@`z@@@@c@@@@TB@@@@C@@@@F@@@@bB@@@@C@@ @@B@@@@lA@@@@D@@@@cC@@@TX@@@@U@@@@XA@@@LN@@@@^A@@@mC@@@\X@@@P@@@@@@@ptAA@@S Gtx@@@@xE@@@H@@@@@S@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@m@PL@P@@@@pA@@@@[@@@ @@A@@@@HA@@@tE@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@ @P@@@@@R@@@@\A@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@@HA@@@_@@@@XB@@@ @G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@@R@@@pH@@@@e@@@@ p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@PGA@@@EF@@@PE@@@@U@@@@]D@@@`W@@@pHA@@@ GF@@@D@@@@@@@L]P@@ptAuQ@@@@^A@@@A@@@@pD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@@@ L@PspG@@@@lA@@@@D@@@@WE@@@PW@@@`I@@@@\@@@@H@@@@@@@@@@A@@@@@@@@@@@@@`@e@@@@p @@@@`@@@@@v@@@@@A@@@pUA@@@pE@@@TB@@@@C@@@@F@@@@bB@@@@C@@@@B@@@@lA@@@@D@@@@W E@@@|A@@@`I@@@@\@@@@H@@@@@@@@@@A@@@@@@@@@@@@@`@e@@@@p@@@@`@@@@@v@@@@@A@@@pU A@@@c@@@@TB@@@@C@@@@F@@@@bB@@@@C@@@@B@@@@lA@@@@D@@@@TE@@@TX@@@@U@@@@TA@@@PU @@@@^A@@@ZE@@@\X@@@P@@@@@@@ptAA@@SGDUA@@@xE@@@D@@@@@S@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@T@@@@q@@MC_@@@@pF@@@@P@@@@tX@@@@]A@@@f@@@@pA@@@`@@@@@@@@@@D@@@@@@@ @@@@@@@BTB@@@@C@@@@B@@@@XC@@@@D@@@@MF@@@@W@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@H@@ @@pF@@@@P@@@@tX@@@pG@@@@f@@@@pA@@@`@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@B@@ @@XC@@@@D@@@@MF@@@LB@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@H@@@@pF@@@@P@@@@hX@@@PaA@ @@TA@@@PE@@@`bA@@@xE@@@@Y@@@paA@@@A@@@@@@@SGD@@L]PJF@@@`W@@@P@@@@@LA@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@PA@@@HC@tL|A@@@@[@@@@@A@@@ppA@@@tE@@@XB@@@@G@@@@B@@@ @@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@L\@@@@\A@@@e@@@@p@@@@`A@@@ `h@@@@p@@@@`@@@@@[@@@@@A@@@ppA@@@_@@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@H PI@@@@L@@@@H@@@@`M@@@@P@@@@L\@@@pH@@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@ @A@@@@pA@@@EF@@@PE@@@@U@@@@@G@@@`W@@@`qA@@@GF@@@D@@@@@@@L]P@@ptAA\@@@@^A@@@ A@@@@pD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@@pL@PspG@@@@lA@@@@D@@@@yG@@@PW@@@` I@@@@\@@@@H@@@@@@@@@@A@@@@@@@@@@@@@`@e@@@@p@@@@`@@@@@v@@@@@A@@@P~A@@@pE@@@T B@@@@C@@@@F@@@@bB@@@@C@@@@B@@@@lA@@@@D@@@@yG@@@|A@@@`I@@@@\@@@@H@@@@@@@@@@A @@@@@@@@@@@@@`@e@@@@p@@@@`@@@@@v@@@@@A@@@P~A@@@c@@@@TB@@@@C@@@@F@@@@bB@@@@C @@@@B@@@@lA@@@@D@@@@vG@@@TX@@@@U@@@@TA@@@X_@@@@^A@@@|G@@@\X@@@P@@@@@@@ptAA@ @SGd}A@@@xE@@@D@@@@@S@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@t@PMC_@@@@pF@@@@P@ @@@`D@@@@[A@@@f@@@@pA@@@`@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@B@@@@XC@@@@D@ @@@MA@@@pV@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@H@@@@pF@@@@P@@@@d_@@@@[A@@@f@@@@pA@ @@`@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@B@@@@XC@@@@D@@@@tG@@@pV@@@PI@@@@L@@ @@X@@@@HJ@@@@L@@@@H@@@@pF@@@@P@@@@dC@@@P\A@@@e@@@@p@@@@p@@@@@TA@@@`E@@@PN@@ @@dE@@@LD@@@p\A@@@A@@@@@@@SGD@@L]Py@@@@PV@@@`@@@@@LA@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@PA@@@tB@s@@A@@@@G@@@@lA@@@@D@@@@HA@@@XS@@@`I@@@@\@@@@H@@@@@@@@@@A@@@ @@@@@@@@@@`@e@@@@p@@@@`@@@@@v@@@@@A@@@PS@@@@vD@@@TB@@@@C@@@@F@@@@bB@@@@C@@@ @B@@@@lA@@@@D@@@@yG@@@XS@@@`I@@@@\@@@@H@@@@@@@@@@A@@@@@@@@@@@@@`@e@@@@p@@@@ `@@@@@v@@@@@A@@@@}A@@@vD@@@TB@@@@C@@@@F@@@@bB@@@@C@@@@B@@@@lA@@@@D@@@@y@@@@ lS@@@@U@@@@XA@@@dC@@@`KA@@@CA@@@tS@@@P@@@@@@@ptAA@@SGTN@@@@nD@@@H@@@@@S@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@m@`L@P@@@@pA@@@@[@@@@@A@@@@R@@@@@D@@@XB@@@@ G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@tD@@@@@A@@@e@@@@p @@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@P~A@@@@D@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@ @@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@P_@@@@@A@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@ @@@@[@@@@@A@@@PN@@@@ED@@@PE@@@@V@@@@y@@@@`O@@@pP@@@@GD@@@D@@@@@@@L]P@@ptAeC @@@@~@@@@B@@@@pD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@@@PK@DC@D@@@@\@@@@pF@@@@P@ @@@`D@@@`r@@@@f@@@@pA@@@`@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@B@@@@XC@@@@D@ @@@MA@@@hL@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@H@@@@pF@@@@P@@@@d_@@@`r@@@@f@@@@pA@ @@`@@@@@@@@@@D@@@@@@@@@@@@@@BTB@@@@C@@@@B@@@@XC@@@@D@@@@tG@@@hL@@@PI@@@@L@@ @@X@@@@HJ@@@@L@@@@H@@@@pF@@@@P@@@@tC@@@ps@@@@TA@@@PE@@@PO@@@@BC@@@LD@@@Pt@@ @@A@@@@@@@SGD@@L]P}@@@@HL@@@P@@@@@LA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PA@@@@C@u L|A@@@@[@@@@@A@@@@R@@@@SB@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@ @H@@@@`M@@@@P@@@@tD@@@pd@@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@P~A@@ @SB@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@P_@@@ pd@@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@PO@@@@XB@@@PE@@@@U@@@@}@@@@ lH@@@pP@@@@ZB@@@D@@@@@@@L]P@@ptAuC@@@pb@@@@A@@@@pD@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@E@@@PL@PGHG@@@@lA@@@@D@@@@HA@@@tE@@@`I@@@@\@@@@H@@@@@@@@@@A@@@@@@@@@@ @@@`@e@@@@p@@@@`@@@@@v@@@@@A@@@PS@@@@]A@@@TB@@@@C@@@@F@@@@bB@@@@C@@@@B@@@@l A@@@@D@@@@yG@@@tE@@@`I@@@@\@@@@H@@@@@@@@@@A@@@@@@@@@@@@@`@e@@@@p@@@@`@@@@@v @@@@@A@@@@}A@@@]A@@@TB@@@@C@@@@F@@@@bB@@@@C@@@@B@@@@lA@@@@D@@@@}@@@@HF@@@@U @@@@TA@@@tC@@@PU@@@@CA@@@PF@@@P@@@@@@@ptAA@@SGTO@@@@UA@@@D@@@@@S@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@T@@@@r@p\n\@@@@pF@@@@P@@@@`D@@@pI@@@@f@@@@pA@@@`@@@@@@@ @@@D@@@@@@@@@@@@@@BTB@@@@C@@@@B@@@@XC@@@@D@@@@MA@@@\B@@@PI@@@@L@@@@X@@@@HJ@ @@@L@@@@H@@@@pF@@@@P@@@@d_@@@pI@@@@f@@@@pA@@@`@@@@@@@@@@D@@@@@@@@@@@@@@BTB@ @@@C@@@@B@@@@XC@@@@D@@@@tG@@@\B@@@PI@@@@L@@@@X@@@@HJ@@@@L@@@@H@@@@pF@@@@P@@ @@tC@@@@K@@@@TA@@@PE@@@PO@@@@_@@@@LD@@@`K@@@@A@@@@@@@SGD@@L]P}@@@@|A@@@P@@@ @@LA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PA@@@LC@hUvA@@@@[@@@@@A@@@@R@@@@tE@@@XB@@ @@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@d_@@@@]A@@@e@@@ @p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@@R@@@@_@@@@XB@@@@G@@@@B@@@@@@@@@P@@@@ @@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@d_@@@pG@@@@e@@@@p@@@@`A@@@`h@@@@p@@@@ `@@@@@[@@@@@A@@@@R@@@@tE@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@ H@@@@`M@@@@P@@@@`D@@@pG@@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@[@@@@@A@@@P~A@@@ tE@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@@HPI@@@@L@@@@H@@@@`M@@@@P@@@@d_@@@p G@@@@e@@@@p@@@@`A@@@`h@@@@p@@@@`@@@@@KA@@@@D@@@@L@@@@E@@@@@B@@@P@@@@@A@@@@@ A@@@@@@@@@@@@@@@TT@@@||@@@@@@@@@@@@@@PQA@@psC@@xA@@@@F@@@@HA@@@|A@@@`~A@@@u E@@@XB@@@@G@@@@B@@@@@@@@@P@@@@@@@@@@@@@KPI@@@@L@@@@H@@@@pU@@@@@v@@@`D@@@PW @@@@yG@@@XS@@@PVC@@@yG`r@d_@ICP~A`L@yGpq@d_@FC@~ATL@xG@q@`_@CC@~AHL@xGPp@`_ @@C@~A|K@wG`o@\_@}Bp}ApK@wGpn@X_@zB`}AdK@vG@n@T_@wBP}AXK@uGPm@P_@tB@}ALK@sG `l@L_@qBp|A@K@rGpk@H_@nBP|AtJ@pG@k@@_@kBp{AhJ@nGPj@x^@hBP{A\J@mG`i@p^@eBpzA PJ@jGph@d^@bBPzADJ@hG@h@\^@_B`yAxI@eGPg@T^@\B@yAlI@cG`f@H^@YBPxA`I@`Gpe@|]@ VB`wATI@]G@e@p]@TBpvALI@ZG`d@d]@QB@vA@I@WG@d@X]@OBPuAxH@TGPc@L]@MB`tApH@QGp b@@]@JBpsAdH@NGPb@t\@HB@sA`H@KGpa@h\@FBPrAXH@HGPa@\\@EB`qAPH@EG@a@P\@CBppAH H@BGP`@D\@AB@pA@H@F@`@x[@APoA|G@|F`_@l[@~A`nAtG@yFP_@`[@}ApmApG@vF@_@T[@{ A@mAlG@sF`^@H[@zAPlAdG@pFP^@|Z@xA`kA`G@mFp]@pZ@wApjA\G@jF`]@dZ@vA@jATG@gFP] @XZ@tAPiAPG@dF@]@LZ@sA`hALG@`F`\@|Y@rA`gAHG@]FP\@pY@qApfA@G@ZF@\@dY@pA@fA|F @VFp[@TY@oA@eAxF@SF`[@HY@mAPdAtF@PFP[@xX@lAPcApF@LF@[@lX@kA`bAlF@HFpZ@\X@jA `aAhF@EF`Z@PX@iA``AdF@AFPZ@@X@iAp_A`F@~E@Z@pW@hAp^A\F@zEpY@dW@gAp]A\F@vE`Y@ TW@fA@]AXF@rEPY@DW@eA@\ATF@oEPY@tV@dA@[APF@kE@Y@dV@dA@ZAPF@gEpX@XV@cA@YALF@ cEpX@HV@bA@XAHF@_E`X@xU@bAPWAHF@[EPX@hU@aAPVADF@WEPX@XU@aAPUADF@SE@X@HU@`AP TA@F@OE@X@xT@`APSA@F@KE@X@hT@_APRA|E@GEpW@XT@_APQA|E@CEpW@HT@_APPA|E@DpW@x S@^APOAxE@{D`W@hS@^APNAxE@wD`W@XS@^APMAxE@sD`W@HS@^A@LAxE@oD`W@xR@^A@KAxE@k D`W@hR@^A@yH@@@fXpC@x[DWudQCE@@@@@@@D@@@@@@@@@@B@@@@pYD@@@@@@@@\FC@@`R@]ApI AtE@fDPW@PR@]ApHAtE@bDPW@@R@]ApGAtE@]DPW@pQ@]ApFAtE@YDPW@`Q@]ApEAxE@UD`W@PQ @^ApDAxE@QD`W@@Q@^ApCAxE@MD`W@pP@^A`BAxE@ID`W@`P@^A`AAxE@ED`W@PP@^A`@AxE@AD pW@@P@_A`@|E@}CpW@pO@_A`~@|E@yCpW@`O@_A`}@|E@uC@X@PO@`A`|@@F@qC@X@@O@`A`{@ @F@mCPX@pN@aA`z@DF@iCPX@`N@aA`y@DF@eC`X@PN@bA`x@HF@aC`X@@N@bApw@LF@]CpX@pM@ cApv@LF@YCpX@`M@dApu@PF@VC@Y@PM@dApt@TF@RCPY@DM@eAps@TF@NC`Y@tL@fA@s@XF@JC` Y@dL@gA@r@\F@GCpY@TL@hA@q@`F@CC@Z@HL@hA@p@dF@BPZ@xK@iAPo@hF@|B`Z@hK@jAPn@l F@xBpZ@\K@kA`m@pF@tB@[@LK@lA`l@tF@qBP[@@K@mApk@xF@mB`[@pJ@nApj@|F@jBp[@dJ@o A@j@@G@gB@\@TJ@qA@i@DG@cBP\@HJ@rAPh@HG@`Bp\@|I@sA`g@LG@]B@]@pI@tApf@TG@YBP] @`I@vApe@XG@VB`]@TI@wA@e@\G@SB@^@HI@xAPd@dG@PBP^@|H@yA`c@hG@MB`^@pH@{Apb@lG @JB@_@dH@|A@b@tG@GBP_@XH@~APa@xG@DBp_@LH@@B``@@H@ABP`@@H@ABp_@HH@~A``@tG@CB @_@LH@{A@a@hG@EBP^@TH@xA`a@\G@FB`]@\H@uA@b@PG@IBp\@dH@rA`b@DG@JB@\@lH@oA@c@ xF@LBP[@tH@lA`c@lF@OB`Z@@I@iA@d@`F@QBpY@HI@fApd@TF@TB@Y@PI@cAPe@HF@VBPX@\I@ `A@f@|E@YB`W@hI@]Apf@pE@\B@W@tI@[A`g@hE@_BPV@@J@XAPh@\E@bB`U@LJ@VA@i@TE@eB@ U@XJ@TApi@LE@hB`T@dJ@RA`j@DE@kB@T@pJ@PAPk@|D@nBpS@|J@NA@l@xD@qBPS@HK@MApl@t D@tB@S@TK@LA`m@pD@wBpR@`K@KAPn@hD@zB`R@lK@JA@o@hD@}BPR@xK@IApo@dD@@CPR@DL@I A`p@dD@CCPR@PL@IAPq@`D@FC@R@\L@HA@r@`D@IC@R@hL@HApr@`D@LC@R@tL@IA`s@dD@OCPR @@M@IAPt@dD@RCPR@LM@IA@u@hD@UC`R@XM@JApu@hD@XCpR@dM@KA`v@lD@[C@S@pM@LAPw@pD @^CPS@|M@MA@x@xD@aC`S@HN@OApx@|D@dC@T@TN@PA`y@DE@gCPT@`N@RAPz@HE@jCpT@lN@TA @{@PE@mCPU@xN@VAp{@\E@pCpU@DO@XA`|@dE@sC`V@PO@[AP}@pE@vCPW@\O@^A@~@xE@yCpW@ hO@`Ap~@DF@|C`X@tO@cA`@PF@CPY@@P@fA@@A\F@AD@Z@HP@iAp@AhF@DDpZ@PP@lAPAAtF@ FD`[@\P@oApAA@G@HDP\@dP@rAPBALG@JD@]@hP@uApBAXG@LDp]@tP@xAPCAdG@ND`^@|P@{Ap CApG@PDP_@@Q@~APDA|G@QD@`@HQ@AB`DAHH@SDp`@PQ@DB@EATH@UD`a@TQ@GB`EA`H@VDPb@\ Q@JBpEAlH@XD@c@`Q@MBPFAxH@YDpc@hQ@PB`FADI@ZD`d@lQ@SBpFAPI@\DPe@pQ@VBPGA\I@] D@f@tQ@YB`GAlI@^D@g@|Q@]BpGAxI@`Dpg@@R@`B@HADJ@aD`h@DR@cB`HAPJ@bDPi@HR@gBpH A`J@cDPj@PR@jB@IAlJ@dD@k@TR@mBPIA|J@eD@l@XR@qB`IAHK@fDpl@\R@tBpIAXK@gDpm@`R @xB@JAdK@hD`n@dR@|BPJAtK@iD`o@hR@B`JA@L@jD`p@lR@CCpJAPL@kDPq@lR@GC@KA`L@lD Pr@pR@JCPKApL@mDPs@tR@NCPKA|L@nDPt@xR@RC`KALM@nD@u@|R@VCpKA\M@oD@v@|R@YC@LA lM@pD@w@@S@]C@LA|M@pD@x@DS@aCPLAHN@qD@y@DS@eCPLAXN@rD@z@HS@iC`LAhN@rD@{@HS@ mC`LAxN@sD@|@LS@qCpLAHO@sD@}@LS@uCpLAXO@tD@~@PS@yC@MAhO@tD@@PS@}C@MAxO@tD@ @APS@AD@MAHP@uD@AATS@EDPMAXP@uD@BATS@IDPMAhP@uD@CATS@MDPMA|P@uD@DATS@QDPMAL Q@uD@EATS@UDPMA\Q@uD@FAXS@YD`MAlQ@vD@GAXS@]D`MA|Q@vD@HAXS@bD`MALR@vD@IAXS@f D`MA\R@vD@JAXS@jDPMAlR@uD@KATS@nDPMA|R@uD@LATS@rDPMALS@uDPMATS@vDPMA\S@uDPN ATS@zDPMAlS@uDPOATS@~DPMA|S@tDPPAPS@BE@MALT@tDPQAPS@FE@MA\T@tDPRAPS@JE@MAlT @sDPSALS@NEpLA|T@sDPTALS@REpLALU@sDPUAHS@VE`LA\U@rDPVAHS@ZE`LAlU@rDPWADS@^E PLA|U@qD@XADS@bEPLALV@pD@YA@S@fE@LA\V@pD@ZA|R@iEpKAlV@oD@[A|R@mEpKA|V@nD@\A xR@qE`KAHW@nD@]AtR@uEPKAXW@mDp]ApR@yE@KAhW@lDp^ApR@|EpJAxW@kDp_AlR@@F`JADX@ jD``AhR@DF`JATX@iD`aAdR@GFPJA`X@hD`bA`R@KF@JApX@gDPcA\R@NFpIA@Y@fDPdAXR@RF` IALY@eD@eATR@UF@IAXY@dD@fAPR@YFpHAhY@cDpfALR@\F`HAtY@bD`gADR@_FPHA@Z@aD`hA@ R@cF@HAPZ@_DPiA|Q@fFpGA\Z@^D@jAxQ@iFPGAhZ@]DpjApQ@lF@GAtZ@\D`kAlQ@oFpFA@[@Z DPlAhQ@rFPFAL[@YD@mA`Q@uF@FAX[@WDpmA\Q@xF`EAd[@VD`nAXQ@{FPEAp[@UDPoAPQ@~F@E A|[@SD@pALQ@AG`DAH\@RDppADQ@DG@DAT\@OD`qA|P@GG`CA`\@NDPrAtP@JG@CAl\@LD@sAlP @MGpBAx\@JDpsAdP@PGPBAD]@HD`tA\P@SG`AAP]@FDPuATP@VG@AA\]@CD@vAHP@YG`@Ah]@AD pvA@P@\Gp@t]@~C`wAxO@_GP@@^@|CPxAlO@bG`~@L^@yC@yA`O@eGp}@X^@vC`yATO@gG@}@ `^@sCPzAHO@jGP|@h^@pCpzA|N@lG`{@t^@mC`{ApN@nGpz@|^@jCp{AdN@pG@z@@_@gCP|AXN@ rGPy@H_@dCp|ALN@sG`x@L_@aC@}A@N@tGpw@T_@^CP}AtM@vG@w@X_@[C`}AhM@vGPv@\_@XCp }A\M@wG`u@\_@UC@~APM@xGpt@`_@RC@~ADM@xG@t@`_@OCP~AxL@yGPs@d_@LCP~AlL@yG`r@T B@@@@C@@@@F@@@@bB@@@@C@@@@B@@@@lD@@@@P@@@@p@@@@T@@@@@H@@@@A@@@@D@@@@@D@@@@@ @@@@@@@@@@PQA@@psC@@@@@@@@@@@@@@EE@@@OO@@`G@@@@X@@@@@@@@@Pz@EE@@@OO@@pF @@@@P@@@@lJ@@@PE@@@@e@@@@p@@@@p@@@@@TA@@@`T@@@pj@@@@H@@@@LY@@@pE@@@@A@@@@@@ @SGD@@L]PkB@@@`@@@@`J@@@@LA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@`B@@@TF@lA@[@dF@pA p\@TF@z@@H@@B@xAPO@DF@j@pX@|F@sA@J@PG@i@pN@@B@yAPO@HF@j@p\@dF@nA@J@PG@i@pN@ @B@aAPO@PC@{@@H@HF@}@`L@\@@@@p@@@@@C@@@@L@@@@pA@@@@G@@@@\@@@@@A@@@@D@@@@P@@ @@pA@@@@H@@@@\@@@@PA@@@@G@@@@\@@@@pA@@@@D@@@@P@@@@@A@@@@D@@@@P@@@@pA@@@@H@@ @@\@@@@PA@@@@G@@@@L@@@@pA@@@@D@@@@P@@@@@A@@@@D@@@@P@@@@pA@@@@H@@@@\@@@@@A@@ @@D@@@@\@@@@@B@@@@G@@@@lD@@@@P@@@@p@@@@T@@@@@H@@@@A@@@@D@@@@@D@@@@@@@@@@@@@ @@PQA@@psC@@@@@@@@@@@@@@EE@@@OO@@`G@@@@X@@@@@@@@@Pz@EE@@@OO@@pF@@@@P@@@ @xP@@@`eA@@@e@@@@p@@@@p@@@@@TA@@@@G@@@`CA@@@IF@@@@S@@@@fA@@@A@@@@@@@SGD@@L] PND@@@dX@@@`A@@@@LA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@XA@@@`G@m@PX@`G@iAp\@\@@@@ @A@@@@G@@@@\@@@@p@@@@@G@@@@lD@@@@P@@@@p@@@@T@@@@@H@@@@A@@@@D@@@@@D@@@@@@@@@ @@@@@@PQA@@psC@@@@@@@@@@@@@@EE@@@OO@@`G@@@@X@@@@@@@@@Pz@EE@@@OO@@pF@@@@ P@@@@HC@@@Pw@@@@RA@@@pT@@@`@@@@@sC@@@@@aC@@@@@@@@@Y@@@@@@@@@@@@@b`D@eA@ [@XG@eA@]@dF@cAPX@@@@peDQr@CKmDC@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@kC@@@d O@@@@@@@@@K@PA@@@@@@PPUMEHCUf[tIWXlE@@@@@@@@@@G@`D@PTZsAG[aeGJGuDUk@SNzLCLi @BQaIw]iyV@@@@@@@@@@L@@Y@@QlQWPUMEHCUf[tIWXlABQaeG[i]FZtABUiuVYA@@@@@@@@@p@ @dA@SQGYAUuT`LTYnQg\aqFHSA@@nQVXrQFHTeV[eM@@@@@@@@@@C@@K@PeVIY\O@@@@@D C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@P@ADP@AD P@ADP@@d]I@@@@L@@@@H@@@@@U@@@@pA@@@TB@@@Pw@@@@GA@@@lN@@@P@@@@@@@ptAA@@SGTI@ @@@]C@@@X@@@@@S@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@V@@@@yAPK@DF@xAPZ@LG@G@@@@P@@ @@pA@@@@G@@@@L@@@@pA@@@@e@@@@p@@@@p@@@@@h@@@@p@@@@`@@@@@KA@@@@D@@@@L@@@@E@@ @@@B@@@P@@@@@A@@@@@A@@@@@@@@@@@@@@@TT@@@||@@@@@@@@@@@@@@PQA@@psC@@xA@@@@F@@ @@@@@@@d~OPQA@@psC@@lD@@@@P@@@@p@@@@T@@@@@H@@@@A@@@@D@@@@@D@@@@@@@@@@@@@ @@PQA@@psC@@@@@@@@@@@@@@EE@@@OO@@`G@@@@X@@@@@@@@@Pz@EE@@@OO@@pR@@@@@A@@ @@C@@@PA@@@@`@@@@D@@@@P@@@@@P@@@@@@@@@@@@@@@@EE@@@OO@@@@@@@@@@@@@@TT@@@||@@ @^@@@@`A@@@@@@@@@@@@@@@TT@@@||@@@N@@@@PW@@@@V@@@@P@@@@@@@@@@`@@@@@@H@@@H`@@ @@@@H@@B@`@@@`@B@p@CL@@sMp@XjrpCp{CO@`BJi@@H`@Bp@@@@@|O@@|@@@@@|O@Cp@ @pCpO@@|{o@|K@BpoB@@@ADP@@@@OB@@@|I@@@pk@@@@B@@@|L@@@pw@@@@oCP@@|O@ @|p@@pGC@@o|O@@|s@@pSC@@_}O@@|v@@p_C@@O~O@@|y@@pkC@@~O@@||@@pwC@ @oO@A|@|pCpGN@o|w@|sOCpSK@_}k@|v_Bp_H@O~_@|yoApkE@~S@| |@pwB@oG@|O@`C@@N@@|w@@pOC@@K@@|k@@p_B@@H@@|_@@poA@@ E@@|S@@p@@@B@@|G@@pO@@@~C@@@|N@@@pw@@@@OC@@@|K@@@pk@@@@_B@@@|H@@@@] A@@@D@@@@LP@H@PA@@@@KH@@@@@@E@@@@p`@_F@JBP@@@@@KA@@@G@@@@XAApsCPQA@@@@@A@@@ @BDP@@P@@@@@KA@@@G@@@@XAApsCPQA@@@@@A@@@@lD@@@\@@@@`ED@OO@EE@@@@@uB@@@\O@@L @V@@@@@@@`@@@@@@H@@@H`@@@@@@H@@B@`@@@`@B@p@CL@@sMp@XjrpCp{CO@`BJi@@H`@Bp@ @@@@|O@@|@@@@@|O@Cp@@pCpO@@|{o@|K@BpoB@@@ADP@@@@OB@@@|I@@@pk@@@@ B@@@|L@@@pw@@@@oCP@@|O@@|p@@pGC@@o|O@@|s@@pSC@@_}O@@|v@@p_C@@O~O@@|y @@pkC@@~O@@||@@pwC@@oO@A|@|pCpGN@o|w@|sOCpSK@_}k@|v_Bp_ H@O~_@|yoApkE@~S@||@pwB@oG@|O@`C@@N@@|w@@pOC@@K@@|k@ @p_B@@H@@|_@@poA@@E@@|S@@p@@@B@@|G@@pO@@@~C@@@|N@@@pw@@@@OC@@ @|K@@@pk@@@@_B@@@|H@@@@A@@@@tH@@@L@@@@PM@P@@@@@KA@@@G@@@@XAApsCPQA@@@@@A@@@ @lD@@@\@@@@`ED@OO@EE@@@@@H@@@@ho@@@P@@@@@BP@@@@PKAD@@G@@@@po@@@po@@@ @A@@@@mD`@@\@@@@pFDTZ@qH@@@@@@D@@@@tR@A@@A@@@@pGP@@P@@@@PKAH@@D@@@@@_@B@@B@ @@@zKPA@@@@@@pO@D@@@@tR@A@pA@@@@|K@@@|K@@@P@@@@PKAH@@L@@@@Pr@D@@R@PW@ HApG@d_@_@P~APW@G@@@@po@@@pO@@@@A@@@@mDp@@P@@@@@|AH@@H@@@@ho@@@P@@@@@ BP@@@@PKAH@@D@@@@tR@C@`C@@@@eLPA@`D@tE@R@|A@yGpG@d_@tE@R@PW@H@@@@ho@@@@@@@ @@@P@@@@PKAP@@D@@@@@_@B@PA@@@@TH@]A`D@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAH@@E @@@@La@tEP~AP@@@@PKAP@@D@@@@@_@B@PA@@@@THpG@`D@H@@@@ho@@@P@@@@@@@@@BP@@@@PK AH@@E@@@@La@_@P~AP@@@@PKAP@@D@@@@@_@B@PA@@@@TH@]A`D@H@@@@ho@@@P@@@@@@@@@BP@ @@@PKAH@@E@@@@La@_@@R@P@@@@PKAP@@D@@@@@_@B@PA@@@@TH@]Ad_@H@@@@ho@@@P@@@@@@@ @@BP@@@@PKAH@@E@@@@La@_@P~AP@@@@PKAP@@D@@@@@_@B@PA@@@@TH@]A`D@H@@@@ho@@@P@@ @@@@@@@BP@@@@PKAH@@E@@@@La@tEP~AP@@@@PKAP@@D@@@@@_@B@PA@@@@TH@]A`D@H@@@@ho@ @@P@@@@@@@@@BP@@@@PKAH@@E@@@@La@_@@R@P@@@@PKAP@@D@@@@@_@B@PA@@@@TH@]A`D@H@@ @@ho@@@P@@@@@@@@@BP@@@@PKAH@@E@@@@La@pE@R@P@@@@PKAP@@D@@@@@_@B@PA@@@@THpG@` D@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAH@@E@@@@La@c@@R@P@@@@PKAP@@D@@@@@_@B@PA@@@@I H@@@@`@E@@@@D`@BT@@@@@EBTX@AA@G@@@@{KPC@@@@@@@@@@Y@@@@@@@@@@HBReqf]eQWZ cEF@|sO|sO|sO|sO|sO|sO|sO@P@@@@PKAH@@J@@@@HcBxEPP@H@@@@PKtP@@G@PA@@@ @TH@]AxG@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@@La@pE`_@P@@@@PKAP@@D@@@@@_@E@ PA@@@@THpG@xG@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@@La@c@`_@P@@@@PKAP@@D@@@@ @_@E@PA@@@@THPaA\G@J@@@@HcBxEp]@H@@@@PKsP@@G@PA@@@@TH@]APK@H@@@@ho@@@P@@@@@ @@@@BP@@@@PKAT@@E@@@@La@pE@m@P@@@@PKAP@@D@@@@@_@E@PA@@@@THpG@PK@H@@@@ho@@@P @@@@@@@@@BP@@@@PKAT@@E@@@@La@c@@m@P@@@@PKAP@@D@@@@@_@E@PA@@@@THPaAtJ@J@@@@H cBxEPk@H@@@@PKrP@@G@PA@@@@TH@]AhN@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@@La@p E`z@P@@@@PKAP@@D@@@@@_@E@PA@@@@THpG@hN@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@ @La@c@`z@P@@@@PKAP@@D@@@@@_@E@PA@@@@THPaALN@J@@@@HcBxEpx@H@@@@PKqP@@G@PA@@@ @TH@]A@R@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@@La@pE@HAP@@@@PKAP@@D@@@@@_@E@ PA@@@@THpG@@R@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@@La@c@@HAP@@@@PKAP@@D@@@@ @_@E@PA@@@@THPaAtQ@I@@@@HcBxEPGAD@@@@@L@\@@E@@@@Pa@tEpUA`@@@@`~B@@@A@@@@@@@ @H@A@@@@mDPA@T@@@@pDB@W@WE@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@_@pUA`@@@@`~B@@@A@@ @@@@@@H@A@@@@mDPA@T@@@@pDBLB@WE@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@EF@UAd@@@@`LJ` W@TEP@@@@@q@pA@T@@@@@EBPW@MF@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SH@\AtX@D @@@@tR@D@@A@@@@pGPA@T@@@@@EB|A@MF@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SHpH @tX@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBTX@JFPB@@@@rh@^AhX@A@@@@HC@G@PA@@@@TH@]AL\ @H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@@La@pEppAP@@@@PKAP@@D@@@@@_@E@PA@@@@TH pG@L\@H@@@@ho@@@P@@@@@@@@@BP@@@@PKAT@@E@@@@La@c@ppAP@@@@PKAP@@D@@@@@_@E@PA@ @@@THPaA@\@I@@@@HcBxE@pAD@@@@pL@\@@E@@@@Pa@tEP~A`@@@@`~B@@@A@@@@@@@@H@A@@@@ mDPA@T@@@@pDB@W@yG@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@_@P~A`@@@@`~B@@@A@@@@@@@@H@ A@@@@mDPA@T@@@@pDBLB@yG@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@EF`}Ad@@@@`LJ`W@vGP@@@ @@t@pA@T@@@@@EBpV@HA@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SH@[AtD@D@@@@tR@D @@A@@@@pGPA@T@@@@@EBpV@yG@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SH@[AP_@D@@@ @tR@D@@A@@@@pGPA@T@@@@@EBDW@y@@A@@@@mD`@@h@@@@`LJPV@y@`@@@@@mLCA@\@@E@@@@Pa @vD@R@`@@@@`~B@@@A@@@@@@@@H@A@@@@mDPA@T@@@@pDBXS@MA@A@@@@mD@A@P@@@@@|AT@@E@ @@@Pa@vDP~A`@@@@`~B@@@A@@@@@@@@H@A@@@@mDPA@T@@@@pDBXS@tG@A@@@@mD@A@P@@@@@|A T@@E@@@@Pa@{DPN@h@@@@`LJxR@y@`@@@@@mHCA@\@@E@@@@Pa@@D@R@`@@@@`~B@@@A@@@@@@@ @H@A@@@@mDPA@T@@@@pDB@P@MA@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@@DP~A`@@@@`~B@@@A@@ @@@@@@H@A@@@@mDPA@T@@@@pDB@P@tG@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@EDPN@h@@@@`LJ` O@y@`@@@@@mDCA@\@@E@@@@Pa@JC@R@`@@@@`~B@@@A@@@@@@@@H@A@@@@mDPA@T@@@@pDBhL@M A@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@JCP~A`@@@@`~B@@@A@@@@@@@@H@A@@@@mDPA@T@@@@pD BhL@tG@A@@@@mD@A@P@@@@@|AT@@E@@@@Pa@OCPO@d@@@@`LJHL@}@P@@@@@p@pA@T@@@@@EBLI @HA@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SHpd@tD@D@@@@tR@D@@A@@@@pGPA@T@@@@ @EBLI@yG@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SHpd@P_@D@@@@tR@D@@A@@@@pGPA@ T@@@@@EB`I@}@PB@@@@rhpb@tC@A@@@@DC@G@PA@@@@THPW@`D@H@@@@ho@@@P@@@@@@@@@BP@@ @@PKAT@@E@@@@La@]APS@P@@@@PKAP@@D@@@@@_@E@PA@@@@THPW@d_@H@@@@ho@@@P@@@@@@@@ @BP@@@@PKAT@@E@@@@La@]A@}AP@@@@PKAP@@D@@@@@_@E@PA@@@@TH`X@tC@I@@@@HcBUAPO@D @@@@`L@\@@E@@@@Pa@g@@R@`@@@@`~B@@@A@@@@@@@@H@A@@@@mDPA@T@@@@pDB\B@MA@A@@@@m D@A@P@@@@@|AT@@E@@@@Pa@g@P~A`@@@@`~B@@@A@@@@@@@@H@A@@@@mDPA@T@@@@pDB\B@tG@A @@@@mD@A@P@@@@@|AT@@E@@@@Pa@l@PO@d@@@@`LJ|A@}@P@@@@@s@pA@T@@@@@EBPW@HA@B@@@ @zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SH@]Ad_@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|A@HA @B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SHpG@d_@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB PW@HA@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SHpG@`D@D@@@@tR@D@@A@@@@pGPA@T@@ @@@EBPW@yG@B@@@@zK@@@D@@@@@@@@`@D@@@@tR@E@PA@@@@SHpG@d_@D@@@@tR@D@@A@@@@pGP A@P@@@@@KA@@@G@@@@XAApsCPQA@@@@@A@@@@lD@@@\@@@@`EDTW@zGpG@`D@H@@@@ho@@@P@@@ @@@@pBP@@@@PKAT@@vZ@@@Tr@YMP~AhL@yGPr@d_@HCP~A\L@yG`q@`_@EC@~APL@xGpp@`_@B C@~ADL@xG@p@`_@Bp}AxK@wGPo@\_@|Bp}AlK@vG`n@X_@yB`}A`K@uGpm@T_@vBP}ATK@tG@m @P_@sBp|AHK@sGPl@L_@pB`|A|J@rG`k@D_@mB@|ApJ@pGpj@|^@jB`{AdJ@nG@j@t^@gBP{AXJ @lGPi@l^@dB`zALJ@iG`h@d^@aB@zA@J@gGpg@X^@^BPyAtI@eG@g@P^@[BpxAhI@bGPf@D^@XB @xA\I@_G`e@x]@UBPwAPI@\G@e@l]@SB`vAHI@YGPd@`]@PBpuA@I@VGpc@T]@NB@uAtH@SGPc@ H]@LBPtAlH@PG`b@|\@IB`sAdH@MG@b@p\@HBprA\H@JG`a@d\@FB@rATH@GGPa@X\@DBPqAPH@ DGp`@L\@BB`pADH@AGP`@@\@@BpoA@H@~Fp_@t[@A@oAxG@{F`_@h[@}APnAtG@xFP_@\[@|A` mApG@uFp^@P[@{AplAhG@rF`^@D[@yA@lAdG@oF@^@xZ@xAPkA\G@lFp]@lZ@wA`jAXG@iF`]@` Z@uApiATG@fF@]@TZ@tA@iAPG@cFp\@HZ@sA@hAHG@_F`\@xY@rAPgADG@\FP\@lY@pA`fA@G@Y F@\@`Y@oA`eA|F@UFp[@PY@nApdAxF@RFP[@DY@mA@dAtF@NF@[@tX@lA@cApF@KFpZ@hX@kA@b AlF@GF`Z@XX@jAPaAhF@DFPZ@HX@iAP`AdF@@FPZ@|W@hA`_A`F@|E@Z@lW@gA`^A\F@yEpY@\W @gA`]AXF@uE`Y@PW@fA`\ATF@qEPY@@W@eAp[ATF@mE@Y@pV@dApZAPF@iE@Y@`V@dApYALF@fE pX@PV@cApXALF@bE`X@@V@bApWAHF@^E`X@tU@bApVADF@ZEPX@dU@aApUADF@VEPX@TU@aApTA @F@RE@X@DU@`ApSA@F@NE@X@tT@`ApRA@F@JEpW@dT@_ApQA|E@FEpW@TT@_ApPA|E@BEpW@DT@ _ApOA|E@~D`W@tS@^ApNAxE@zD`W@dS@^ApMAxE@vD`W@TS@^ApLAxE@rD`W@@S@^ApKAxE@nD` W@pR@^ApJAxE@jD`W@`R@]ApIAtE@fDPW@PR@]ApHAtE@bDPW@@R@]ApGAtE@]DPW@pQ@]ApFAt E@YDPW@`Q@]ApEAxE@UD`W@PQ@^ApDAxE@QD`W@@Q@^ApCAxE@MD`W@pP@^A`BAxE@ID`W@`P@^ A`AAxE@ED`W@PP@^A`@AxE@ADpW@@P@_A`@|E@}CpW@pO@_A`~@|E@yCpW@`O@_A`}@|E@uC@X @PO@`A`|@@F@qC@X@@O@`A`{@@F@mCPX@pN@aA`z@DF@iCPX@`N@aA`y@DF@eC`X@PN@bA`x@HF @aC`X@@N@bApw@LF@]CpX@pM@cApv@LF@YCpX@`M@dApu@PF@VC@Y@PM@dApt@TF@RCPY@DM@eA ps@TF@NC`Y@tL@fA@s@XF@JC`Y@dL@gA@r@\F@GCpY@TL@hA@q@`F@CC@Z@HL@hA@p@dF@BPZ@ xK@iAPo@hF@|B`Z@hK@jAPn@lF@xBpZ@\K@kA`m@pF@tB@[@LK@lA`l@tF@qBP[@@K@mApk@xF@ mB`[@pJ@nApj@|F@jBp[@dJ@oA@j@@G@gB@\@TJ@qA@i@DG@cBP\@HJ@rAPh@HG@`Bp\@|I@sA` g@LG@]B@]@pI@tApf@TG@YBP]@`I@vApe@XG@VB`]@TI@wA@e@\G@SB@^@HI@xAPd@dG@PBP^@| H@yA`c@hG@MB`^@pH@{Apb@lG@JB@_@dH@|A@b@tG@GBP_@XH@~APa@xG@DBp_@LH@@B``@@H@A BP`@@H@ABp_@HH@~A``@tG@CB@_@LH@{A@a@hG@EBP^@TH@xA`a@\G@FB`]@\H@uA@b@PG@IBp\ @dH@rA`b@DG@JB@\@lH@oA@c@xF@LBP[@tH@lA`c@lF@OB`Z@@I@iA@d@`F@QBpY@HI@fApd@TF @TB@Y@PI@cAPe@HF@VBPX@\I@`A@f@|E@YB`W@hI@]Apf@pE@\B@W@tI@[A`g@hE@_BPV@@J@XA Ph@\E@bB`U@LJ@VA@i@TE@eB@U@XJ@TApi@LE@hB`T@dJ@RA`j@DE@kB@T@pJ@PAPk@|D@nBpS@ |J@NA@l@xD@qBPS@HK@MApl@tD@tB@S@TK@LA`m@pD@wBpR@`K@KAPn@hD@zB`R@lK@JA@o@hD@ }BPR@xK@IApo@dD@@CPR@DL@IA`p@dD@CCPR@PL@IAPq@`D@FC@R@\L@HA@r@`D@IC@R@hL@HAp r@`D@LC@R@tL@IA`s@dD@OCPR@@M@IAPt@dD@RCPR@LM@IA@u@hD@UC`R@XM@JApu@hD@XCpR@d M@KA`v@lD@[C@S@pM@LAPw@pD@^CPS@|M@MA@x@xD@aC`S@HN@OApx@|D@dC@T@TN@PA`y@DE@g CPT@`N@RAPz@HE@jCpT@lN@TA@{@PE@mCPU@xN@VAp{@\E@pCpU@DO@XA`|@dE@sC`V@PO@[AP} @pE@vCPW@\O@^A@~@xE@yCpW@hO@`Ap~@DF@|C`X@tO@cA`@PF@CPY@@P@fA@@A\F@AD@Z@HP @iAp@AhF@DDpZ@PP@lAPAAtF@FD`[@\P@oApAA@G@HDP\@dP@rAPBALG@JD@]@hP@uApBAXG@LD p]@tP@xAPCAdG@ND`^@|P@{ApCApG@PDP_@@Q@~APDA|G@QD@`@HQ@AB`DAHH@SDp`@PQ@DB@EA TH@UD`a@TQ@GB`EA`H@VDPb@\Q@JBpEAlH@XD@c@`Q@MBPFAxH@YDpc@hQ@PB`FADI@ZD`d@lQ@ SBpFAPI@\DPe@pQ@VBPGA\I@]D@f@tQ@YB`GAlI@^D@g@|Q@]BpGAxI@`Dpg@@R@`B@HADJ@aD` h@DR@cB`HAPJ@bDPi@HR@gBpHA`J@cDPj@PR@jB@IAlJ@dD@k@TR@mBPIA|J@eD@l@XR@qB`IAH K@fDpl@\R@tBpIAXK@gDpm@`R@xB@JAdK@hD`n@dR@|BPJAtK@iD`o@hR@B`JA@L@jD`p@lR@C CpJAPL@kDPq@lR@GC@KA`L@lDPr@pR@JCPKApL@mDPs@tR@NCPKA|L@nDPt@xR@RC`KALM@nD@u @|R@VCpKA\M@oD@v@|R@YC@LAlM@pD@w@@S@]C@LA|M@pD@x@DS@aCPLAHN@qD@y@DS@eCPLAXN @rD@z@HS@iC`LAhN@rD@{@HS@mC`LAxN@sD@|@LS@qCpLAHO@sD@}@LS@uCpLAXO@tD@~@PS@yC @MAhO@tD@@PS@}C@MAxO@tD@@APS@AD@MAHP@uD@AATS@EDPMAXP@uD@BATS@IDPMAhP@uD@CA TS@MDPMA|P@uD@DATS@QDPMALQ@uD@EATS@UDPMA\Q@uD@FAXS@YD`MAlQ@vD@GAXS@]D`MA|Q@ vD@HAXS@bD`MALR@vD@IAXS@fD`MA\R@vD@JAXS@jDPMAlR@uD@KATS@nDPMA|R@uD@LATS@rDP MALS@uDPMATS@vDPMA\S@uDPNATS@zDPMAlS@uDPOATS@~DPMA|S@tDPPAPS@BE@MALT@tDPQAP S@FE@MA\T@tDPRAPS@JE@MAlT@sDPSALS@NEpLA|T@sDPTALS@REpLALU@sDPUAHS@VE`LA\U@r DPVAHS@ZE`LAlU@rDPWADS@^EPLA|U@qD@XADS@bEPLALV@pD@YA@S@fE@LA\V@pD@ZA|R@iEpK AlV@oD@[A|R@mEpKA|V@nD@\AxR@qE`KAHW@nD@]AtR@uEPKAXW@mDp]ApR@yE@KAhW@lDp^ApR @|EpJAxW@kDp_AlR@@F`JADX@jD``AhR@DF`JATX@iD`aAdR@GFPJA`X@hD`bA`R@KF@JApX@gD PcA\R@NFpIA@Y@fDPdAXR@RF`IALY@eD@eATR@UF@IAXY@dD@fAPR@YFpHAhY@cDpfALR@\F`HA tY@bD`gADR@_FPHA@Z@aD`hA@R@cF@HAPZ@_DPiA|Q@fFpGA\Z@^D@jAxQ@iFPGAhZ@]DpjApQ@ lF@GAtZ@\D`kAlQ@oFpFA@[@ZDPlAhQ@rFPFAL[@YD@mA`Q@uF@FAX[@WDpmA\Q@xF`EAd[@VD` nAXQ@{FPEAp[@UDPoAPQ@~F@EA|[@SD@pALQ@AG`DAH\@RDppADQ@DG@DAT\@OD`qA|P@GG`CA` \@NDPrAtP@JG@CAl\@LD@sAlP@MGpBAx\@JDpsAdP@PGPBAD]@HD`tA\P@SG`AAP]@FDPuATP@V G@AA\]@CD@vAHP@YG`@Ah]@ADpvA@P@\Gp@t]@~C`wAxO@_GP@@^@|CPxAlO@bG`~@L^@yC@y A`O@eGp}@X^@vC`yATO@gG@}@`^@sCPzAHO@jGP|@h^@pCpzA|N@lG`{@t^@mC`{ApN@nGpz@|^ @jCp{AdN@pG@z@@_@gCP|AXN@rGPy@H_@dCp|ALN@sG`x@L_@aC@}A@N@tGpw@T_@^CP}AtM@vG @w@X_@[C`}AhM@vGPv@\_@XCp}A\M@wG`u@\_@UC@~APM@xGpt@`_@RC@~ADM@xG@t@`_@OCP~A xL@yGPs@d_@LCP~AlL@yG`r@P@@@@PKAP@@D@@@@@_@E@@A@@@@lD@@@\@@@@`ED@OO@EE@@@@@ D@@@@pR@@@pA@@@@VP@||@TT@@@@@T@@@@@EBTA@kB@A@@@@mD`@@XD@@@`LJ`@@kB`J@@@@eqF [iAw\eiCH``WOairXoMGJterN`dWObir\iyFJterN`DVOtlCHbucLG@p@@L@@C@pA@\@@G@@A@P @@D@pA@`@@G@PA@\@@G@pA@P@@D@@A@P@@D@pA@`@@G@PA@\@@C@pA@P@@D@@A@P@@D@pA@`@@G @@A@P@@G@@B@\@@D@@@@pR@@@pA@@@@VP@||@TT@@@@@P@@@@@KA@@@G@@@@XAApsCPQA@@@@PA @@@@TH`eAxP@D@@@@tR@B@@D@@@@rhPbAxP@F@@@@`WKaaWZs]@@D@pA@\@@C@pA@P@@@@@KA@@ @G@@@@XAApsCPQA@@@@@A@@@@lD@@@\@@@@`ED@OO@EE@@@@@E@@@@Pa@]C`L@pA@@@p~Bt@@@@ @aC@@@PF@@@@@@@@@@b`TYlYWYtevXaApO|sO@@@@@@@@@@@@@@@@@@pz@dO@D@@@@tR@E@@D@ @@@rhPw@TB@F@@@@dWKaaWZs]@@D@pA@\@@C@pA@P@@@@PKAH@@D@@@@@_@E@@A@@@@lD@@@\@@ @@`ED@OO@EE@@@@@D@@@@pR@@@pA@@@@VP@||@TT@@@@@P@@@@@KA@@@G@@@@XAApsCPQA@@@@@ A@@@@lD@@@\@@@@`ED@OO@EE@@@@@D@@@@pR@@@pA@@@@VP@||@TT@@@@@P@@@@@KA@@@G@@@@X AApsCPQA@@@@p@@@@@@@@ %%%%%%%%%%%%%%%%%%%%%%% End /document/graph.wmf %%%%%%%%%%%%%%%%%%%%%%%