OpenCores
URL https://opencores.org/ocsvn/phr/phr/trunk

Subversion Repositories phr

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 151 to Rev 152
    Reverse comparison

Rev 151 → Rev 152

/phr/trunk/doc/papers/template/bare_jrnl_compsoc.tex
0,0 → 1,844
 
%% bare_jrnl_compsoc.tex
%% V1.3
%% 2007/01/11
%% by Michael Shell
%% See:
%% http://www.michaelshell.org/
%% for current contact information.
%%
%% This is a skeleton file demonstrating the use of IEEEtran.cls
%% (requires IEEEtran.cls version 1.7 or later) with an IEEE Computer
%% Society journal paper.
%%
%% Support sites:
%% http://www.michaelshell.org/tex/ieeetran/
%% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
%% and
%% http://www.ieee.org/
 
%%*************************************************************************
%% Legal Notice:
%% This code is offered as-is without any warranty either expressed or
%% implied; without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE!
%% User assumes all risk.
%% In no event shall IEEE or any contributor to this code be liable for
%% any damages or losses, including, but not limited to, incidental,
%% consequential, or any other damages, resulting from the use or misuse
%% of any information contained here.
%%
%% All comments are the opinions of their respective authors and are not
%% necessarily endorsed by the IEEE.
%%
%% This work is distributed under the LaTeX Project Public License (LPPL)
%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
%% distributed and modified. A copy of the LPPL, version 1.3, is included
%% in the base LaTeX documentation of all distributions of LaTeX released
%% 2003/12/01 or later.
%% Retain all contribution notices and credits.
%% ** Modified files should be clearly indicated as such, including **
%% ** renaming them and changing author support contact information. **
%%
%% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,
%% bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex
%%*************************************************************************
 
% *** Authors should verify (and, if needed, correct) their LaTeX system ***
% *** with the testflow diagnostic prior to trusting their LaTeX platform ***
% *** with production work. IEEE's font choices can trigger bugs that do ***
% *** not appear when using other class files. ***
% The testflow support page is at:
% http://www.michaelshell.org/tex/testflow/
 
 
 
 
% Note that the a4paper option is mainly intended so that authors in
% countries using A4 can easily print to A4 and see how their papers will
% look in print - the typesetting of the document will not typically be
% affected with changes in paper size (but the bottom and side margins will).
% Use the testflow package mentioned above to verify correct handling of
% both paper sizes by the user's LaTeX system.
%
% Also note that the "draftcls" or "draftclsnofoot", not "draft", option
% should be used if it is desired that the figures are to be displayed in
% draft mode.
%
% The Computer Society usually requires 12pt for submissions.
%
\documentclass[12pt,journal,compsoc]{IEEEtran}
%
% If IEEEtran.cls has not been installed into the LaTeX system files,
% manually specify the path to it like:
% \documentclass[12pt,journal,compsoc]{../sty/IEEEtran}
 
 
 
 
 
% Some very useful LaTeX packages include:
% (uncomment the ones you want to load)
 
 
% *** MISC UTILITY PACKAGES ***
%
%\usepackage{ifpdf}
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
% compilation based on whether the output is pdf or dvi.
% usage:
% \ifpdf
% % pdf code
% \else
% % dvi code
% \fi
% The latest version of ifpdf.sty can be obtained from:
% http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
% \ifCLASSINFOpdf conditional that works the same way.
% When switching from latex to pdflatex and vice-versa, the compiler may
% have to be run twice to clear warning/error messages.
 
 
 
 
 
 
% *** CITATION PACKAGES ***
%
\ifCLASSOPTIONcompsoc
% IEEE Computer Society needs nocompress option
% requires cite.sty v4.0 or later (November 2003)
% \usepackage[nocompress]{cite}
\else
% normal IEEE
% \usepackage{cite}
\fi
% cite.sty was written by Donald Arseneau
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
% \cite{} output to follow that of IEEE. Loading the cite package will
% result in citation numbers being automatically sorted and properly
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
% \cite will automatically add leading space, if needed. Use cite.sty's
% noadjust option (cite.sty V3.8 and later) if you want to turn this off.
% cite.sty is already installed on most LaTeX systems. Be sure and use
% version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does
% not currently provide for hyperlinked citations.
% The latest version can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/cite/
% The documentation is contained in the cite.sty file itself.
%
% Note that some packages require special options to format as the Computer
% Society requires. In particular, Computer Society papers do not use
% compressed citation ranges as is done in typical IEEE papers
% (e.g., [1]-[4]). Instead, they list every citation separately in order
% (e.g., [1], [2], [3], [4]). To get the latter we need to load the cite
% package with the nocompress option which is supported by cite.sty v4.0
% and later. Note also the use of a CLASSOPTION conditional provided by
% IEEEtran.cls V1.7 and later.
 
 
 
 
 
% *** GRAPHICS RELATED PACKAGES ***
%
\ifCLASSINFOpdf
% \usepackage[pdftex]{graphicx}
% declare the path(s) where your graphic files are
% \graphicspath{{../pdf/}{../jpeg/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\else
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
% will default to the driver specified in the system graphics.cfg if no
% driver is specified.
% \usepackage[dvips]{graphicx}
% declare the path(s) where your graphic files are
% \graphicspath{{../eps/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
% \DeclareGraphicsExtensions{.eps}
\fi
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
% required if you want graphics, photos, etc. graphicx.sty is already
% installed on most LaTeX systems. The latest version and documentation can
% be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/required/graphics/
% Another good source of documentation is "Using Imported Graphics in
% LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or
% epslatex.pdf at: http://www.ctan.org/tex-archive/info/
%
% latex, and pdflatex in dvi mode, support graphics in encapsulated
% postscript (.eps) format. pdflatex in pdf mode supports graphics
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
% not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats
% which can result in "jaggedy"/blurry rendering of lines and letters as
% well as large increases in file sizes.
%
% You can find documentation about the pdfTeX application at:
% http://www.tug.org/applications/pdftex
 
 
 
 
 
% *** MATH PACKAGES ***
%
%\usepackage[cmex10]{amsmath}
% A popular package from the American Mathematical Society that provides
% many useful and powerful commands for dealing with mathematics. If using
% it, be sure to load this package with the cmex10 option to ensure that
% only type 1 fonts will utilized at all point sizes. Without this option,
% it is possible that some math symbols, particularly those within
% footnotes, will be rendered in bitmap form which will result in a
% document that can not be IEEE Xplore compliant!
%
% Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
% thus preventing page breaks from occurring within multiline equations. Use:
%\interdisplaylinepenalty=2500
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
% does. amsmath.sty is already installed on most LaTeX systems. The latest
% version and documentation can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/
 
 
 
 
 
% *** SPECIALIZED LIST PACKAGES ***
%
%\usepackage{algorithmic}
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
% This package provides an algorithmic environment fo describing algorithms.
% You can use the algorithmic environment in-text or within a figure
% environment to provide for a floating algorithm. Do NOT use the algorithm
% floating environment provided by algorithm.sty (by the same authors) or
% algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated
% algorithm float types and packages that provide these will not provide
% correct IEEE style captions. The latest version and documentation of
% algorithmic.sty can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/
% There is also a support site at:
% http://algorithms.berlios.de/index.html
% Also of interest may be the (relatively newer and more customizable)
% algorithmicx.sty package by Szasz Janos:
% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/
 
 
 
 
% *** ALIGNMENT PACKAGES ***
%
%\usepackage{array}
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
% the standard LaTeX2e array and tabular environments to provide better
% appearance and additional user controls. As the default LaTeX2e table
% generation code is lacking to the point of almost being broken with
% respect to the quality of the end results, all users are strongly
% advised to use an enhanced (at the very least that provided by array.sty)
% set of table tools. array.sty is already installed on most systems. The
% latest version and documentation can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/required/tools/
 
 
%\usepackage{mdwmath}
%\usepackage{mdwtab}
% Also highly recommended is Mark Wooding's extremely powerful MDW tools,
% especially mdwmath.sty and mdwtab.sty which are used to format equations
% and tables, respectively. The MDWtools set is already installed on most
% LaTeX systems. The lastest version and documentation is available at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/
 
 
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
% generate multiline equations as well as matrices, tables, etc., of high
% quality.
 
 
%\usepackage{eqparbox}
% Also of notable interest is Scott Pakin's eqparbox package for creating
% (automatically sized) equal width boxes - aka "natural width parboxes".
% Available at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/
 
 
 
 
 
% *** SUBFIGURE PACKAGES ***
%\ifCLASSOPTIONcompsoc
%\usepackage[tight,normalsize,sf,SF]{subfigure}
%\else
%\usepackage[tight,footnotesize]{subfigure}
%\fi
% subfigure.sty was written by Steven Douglas Cochran. This package makes it
% easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE
% work, it is a good idea to load it with the tight package option to reduce
% the amount of white space around the subfigures. Computer Society papers
% use a larger font and \sffamily font for their captions, hence the
% additional options needed under compsoc mode. subfigure.sty is already
% installed on most LaTeX systems. The latest version and documentation can
% be obtained at:
% http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/
% subfigure.sty has been superceeded by subfig.sty.
 
 
%\ifCLASSOPTIONcompsoc
% \usepackage[caption=false]{caption}
% \usepackage[font=normalsize,labelfont=sf,textfont=sf]{subfig}
%\else
% \usepackage[caption=false]{caption}
% \usepackage[font=footnotesize]{subfig}
%\fi
% subfig.sty, also written by Steven Douglas Cochran, is the modern
% replacement for subfigure.sty. However, subfig.sty requires and
% automatically loads Axel Sommerfeldt's caption.sty which will override
% IEEEtran.cls handling of captions and this will result in nonIEEE style
% figure/table captions. To prevent this problem, be sure and preload
% caption.sty with its "caption=false" package option. This is will preserve
% IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later
% (recommended due to many improvements over 1.2) of subfig.sty supports
% the caption=false option directly:
%\ifCLASSOPTIONcompsoc
% \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
%\else
% \usepackage[caption=false,font=footnotesize]{subfig}
%\fi
%
% The latest version and documentation can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/
% The latest version and documentation of caption.sty can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/caption/
 
 
 
 
% *** FLOAT PACKAGES ***
%
%\usepackage{fixltx2e}
% fixltx2e, the successor to the earlier fix2col.sty, was written by
% Frank Mittelbach and David Carlisle. This package corrects a few problems
% in the LaTeX2e kernel, the most notable of which is that in current
% LaTeX2e releases, the ordering of single and double column floats is not
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
% single column figure to be placed prior to an earlier double column
% figure. The latest version and documentation can be found at:
% http://www.ctan.org/tex-archive/macros/latex/base/
 
 
 
%\usepackage{stfloats}
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
% the ability to do double column floats at the bottom of the page as well
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
% LaTeX2e). It also provides a command:
%\fnbelowfloat
% to enable the placement of footnotes below bottom floats (the standard
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
% which rewrites many portions of the LaTeX2e float routines. It may not work
% with other packages that modify the LaTeX2e float routines. The latest
% version and documentation can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/
% Documentation is contained in the stfloats.sty comments as well as in the
% presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE
% does not allow \baselineskip to stretch. Authors submitting work to the
% IEEE should note that IEEE rarely uses double column equations and
% that authors should try to avoid such use. Do not be tempted to use the
% cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does
% not format its papers in such ways.
 
 
 
 
%\ifCLASSOPTIONcaptionsoff
% \usepackage[nomarkers]{endfloat}
% \let\MYoriglatexcaption\caption
% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
%\fi
% endfloat.sty was written by James Darrell McCauley and Jeff Goldberg.
% This package may be useful when used in conjunction with IEEEtran.cls'
% captionsoff option. Some IEEE journals/societies require that submissions
% have lists of figures/tables at the end of the paper and that
% figures/tables without any captions are placed on a page by themselves at
% the end of the document. If needed, the draftcls IEEEtran class option or
% \CLASSINPUTbaselinestretch interface can be used to increase the line
% spacing as well. Be sure and use the nomarkers option of endfloat to
% prevent endfloat from "marking" where the figures would have been placed
% in the text. The two hack lines of code above are a slight modification of
% that suggested by in the endfloat docs (section 8.3.1) to ensure that
% the full captions always appear in the list of figures/tables - even if
% the user used the short optional argument of \caption[]{}.
% IEEE papers do not typically make use of \caption[]'s optional argument,
% so this should not be an issue. A similar trick can be used to disable
% captions of packages such as subfig.sty that lack options to turn off
% the subcaptions:
% For subfig.sty:
% \let\MYorigsubfloat\subfloat
% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
% For subfigure.sty:
% \let\MYorigsubfigure\subfigure
% \renewcommand{\subfigure}[2][\relax]{\MYorigsubfigure[]{#2}}
% However, the above trick will not work if both optional arguments of
% the \subfloat/subfig command are used. Furthermore, there needs to be a
% description of each subfigure *somewhere* and endfloat does not add
% subfigure captions to its list of figures. Thus, the best approach is to
% avoid the use of subfigure captions (many IEEE journals avoid them anyway)
% and instead reference/explain all the subfigures within the main caption.
% The latest version of endfloat.sty and its documentation can obtained at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat/
%
% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
% later in the document, say, to conditionally put the References on a
% page by themselves.
 
 
 
 
% *** PDF, URL AND HYPERLINK PACKAGES ***
%
%\usepackage{url}
% url.sty was written by Donald Arseneau. It provides better support for
% handling and breaking URLs. url.sty is already installed on most LaTeX
% systems. The latest version can be obtained at:
% http://www.ctan.org/tex-archive/macros/latex/contrib/misc/
% Read the url.sty source comments for usage information. Basically,
% \url{my_url_here}.
 
 
 
 
 
% *** Do not adjust lengths that control margins, column widths, etc. ***
% *** Do not use packages that alter fonts (such as pslatex). ***
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
% (Unless specifically asked to do so by the journal or conference you plan
% to submit to, of course. )
 
 
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
 
 
\begin{document}
%
% paper title
% can use linebreaks \\ within to get better formatting as desired
\title{Bare Demo of IEEEtran.cls\\ for Computer Society Journals}
%
%
% author names and IEEE memberships
% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
% a structure at a ~ so this keeps an author's name from being broken across
% two lines.
% use \thanks{} to gain access to the first footnote area
% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
% was not built to handle multiple paragraphs
%
%
%\IEEEcompsocitemizethanks is a special \thanks that produces the bulleted
% lists the Computer Society journals use for "first footnote" author
% affiliations. Use \IEEEcompsocthanksitem which works much like \item
% for each affiliation group. When not in compsoc mode,
% \IEEEcompsocitemizethanks becomes like \thanks and
% \IEEEcompsocthanksitem becomes a line break with idention. This
% facilitates dual compilation, although admittedly the differences in the
% desired content of \author between the different types of papers makes a
% one-size-fits-all approach a daunting prospect. For instance, compsoc
% journal papers have the author affiliations above the "Manuscript
% received ..." text while in non-compsoc journals this is reversed. Sigh.
 
\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
John~Doe,~\IEEEmembership{Fellow,~OSA,}
and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
\IEEEcompsocitemizethanks{\IEEEcompsocthanksitem M. Shell is with the Department
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
GA, 30332.\protect\\
% note need leading \protect in front of \\ to get a newline within \thanks as
% \\ is fragile and will error, could use \hfil\break instead.
E-mail: see http://www.michaelshell.org/contact.html
\IEEEcompsocthanksitem J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space
\thanks{Manuscript received April 19, 2005; revised January 11, 2007.}}
 
% note the % following the last \IEEEmembership and also \thanks -
% these prevent an unwanted space from occurring between the last author name
% and the end of the author line. i.e., if you had this:
%
% \author{....lastname \thanks{...} \thanks{...} }
% ^------------^------------^----Do not want these spaces!
%
% a space would be appended to the last name and could cause every name on that
% line to be shifted left slightly. This is one of those "LaTeX things". For
% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
% "AB" then you have to do: "\textbf{A}\textbf{B}"
% \thanks is no different in this regard, so shield the last } of each \thanks
% that ends a line with a % and do not let a space in before the next \thanks.
% Spaces after \IEEEmembership other than the last one are OK (and needed) as
% you are supposed to have spaces between the names. For what it is worth,
% this is a minor point as most people would not even notice if the said evil
% space somehow managed to creep in.
 
 
 
% The paper headers
\markboth{Journal of \LaTeX\ Class Files,~Vol.~6, No.~1, January~2007}%
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Computer Society Journals}
% The only time the second header will appear is for the odd numbered pages
% after the title page when using the twoside option.
%
% *** Note that you probably will NOT want to include the author's ***
% *** name in the headers of peer review papers. ***
% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if
% you desire.
 
 
 
% The publisher's ID mark at the bottom of the page is less important with
% Computer Society journal papers as those publications place the marks
% outside of the main text columns and, therefore, unlike regular IEEE
% journals, the available text space is not reduced by their presence.
% If you want to put a publisher's ID mark on the page you can do it like
% this:
%\IEEEpubid{0000--0000/00\$00.00~\copyright~2007 IEEE}
% or like this to get the Computer Society new two part style.
%\IEEEpubid{\makebox[\columnwidth]{\hfill 0000--0000/00/\$00.00~\copyright~2007 IEEE}%
%\hspace{\columnsep}\makebox[\columnwidth]{Published by the IEEE Computer Society\hfill}}
% Remember, if you use this you must call \IEEEpubidadjcol in the second
% column for its text to clear the IEEEpubid mark (Computer Society jorunal
% papers don't need this extra clearance.)
 
 
 
% use for special paper notices
%\IEEEspecialpapernotice{(Invited Paper)}
 
 
 
% for Computer Society papers, we must declare the abstract and index terms
% PRIOR to the title within the \IEEEcompsoctitleabstractindextext IEEEtran
% command as these need to go into the title area created by \maketitle.
\IEEEcompsoctitleabstractindextext{%
\begin{abstract}
%\boldmath
The abstract goes here.
\end{abstract}
% IEEEtran.cls defaults to using nonbold math in the Abstract.
% This preserves the distinction between vectors and scalars. However,
% if the journal you are submitting to favors bold math in the abstract,
% then you can use LaTeX's standard command \boldmath at the very start
% of the abstract to achieve this. Many IEEE journals frown on math
% in the abstract anyway. In particular, the Computer Society does
% not want either math or citations to appear in the abstract.
 
% Note that keywords are not normally used for peerreview papers.
\begin{IEEEkeywords}
Computer Society, IEEEtran, journal, \LaTeX, paper, template.
\end{IEEEkeywords}}
 
 
% make the title area
\maketitle
 
 
% To allow for easy dual compilation without having to reenter the
% abstract/keywords data, the \IEEEcompsoctitleabstractindextext text will
% not be used in maketitle, but will appear (i.e., to be "transported")
% here as \IEEEdisplaynotcompsoctitleabstractindextext when compsoc mode
% is not selected <OR> if conference mode is selected - because compsoc
% conference papers position the abstract like regular (non-compsoc)
% papers do!
\IEEEdisplaynotcompsoctitleabstractindextext
% \IEEEdisplaynotcompsoctitleabstractindextext has no effect when using
% compsoc under a non-conference mode.
 
 
% For peer review papers, you can put extra information on the cover
% page as needed:
% \ifCLASSOPTIONpeerreview
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
% \fi
%
% For peerreview papers, this IEEEtran command inserts a page break and
% creates the second title. It will be ignored for other modes.
\IEEEpeerreviewmaketitle
 
 
 
\section{Introduction}
% Computer Society journal papers do something a tad strange with the very
% first section heading (almost always called "Introduction"). They place it
% ABOVE the main text! IEEEtran.cls currently does not do this for you.
% However, You can achieve this effect by making LaTeX jump through some
% hoops via something like:
%
%\ifCLASSOPTIONcompsoc
% \noindent\raisebox{2\baselineskip}[0pt][0pt]%
% {\parbox{\columnwidth}{\section{Introduction}\label{sec:introduction}%
% \global\everypar=\everypar}}%
% \vspace{-1\baselineskip}\vspace{-\parskip}\par
%\else
% \section{Introduction}\label{sec:introduction}\par
%\fi
%
% Admittedly, this is a hack and may well be fragile, but seems to do the
% trick for me. Note the need to keep any \label that may be used right
% after \section in the above as the hack puts \section within a raised box.
 
 
 
% The very first letter is a 2 line initial drop letter followed
% by the rest of the first word in caps (small caps for compsoc).
%
% form to use if the first word consists of a single letter:
% \IEEEPARstart{A}{demo} file is ....
%
% form to use if you need the single drop letter followed by
% normal text (unknown if ever used by IEEE):
% \IEEEPARstart{A}{}demo file is ....
%
% Some journals put the first two words in caps:
% \IEEEPARstart{T}{his demo} file is ....
%
% Here we have the typical use of a "T" for an initial drop letter
% and "HIS" in caps to complete the first word.
\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
for IEEE Computer Society journal papers produced under \LaTeX\ using
IEEEtran.cls version 1.7 and later.
% You must have at least 2 lines in the paragraph with the drop letter
% (should never be an issue)
I wish you the best of success.
 
\hfill mds
\hfill January 11, 2007
 
\subsection{Subsection Heading Here}
Subsection text here.
 
% needed in second column of first page if using \IEEEpubid
%\IEEEpubidadjcol
 
\subsubsection{Subsubsection Heading Here}
Subsubsection text here.
 
 
% An example of a floating figure using the graphicx package.
% Note that \label must occur AFTER (or within) \caption.
% For figures, \caption should occur after the \includegraphics.
% Note that IEEEtran v1.7 and later has special internal code that
% is designed to preserve the operation of \label within \caption
% even when the captionsoff option is in effect. However, because
% of issues like this, it may be the safest practice to put all your
% \label just after \caption rather than within \caption{}.
%
% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class
% option should be used if it is desired that the figures are to be
% displayed while in draft mode.
%
%\begin{figure}[!t]
%\centering
%\includegraphics[width=2.5in]{myfigure}
% where an .eps filename suffix will be assumed under latex,
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
% via \DeclareGraphicsExtensions.
%\caption{Simulation Results}
%\label{fig_sim}
%\end{figure}
 
% Note that IEEE typically puts floats only at the top, even when this
% results in a large percentage of a column being occupied by floats.
% However, the Computer Society has been known to put floats at the bottom.
 
 
% An example of a double column floating figure using two subfigures.
% (The subfig.sty package must be loaded for this to work.)
% The subfigure \label commands are set within each subfloat command, the
% \label for the overall figure must come after \caption.
% \hfil must be used as a separator to get equal spacing.
% The subfigure.sty package works much the same way, except \subfigure is
% used instead of \subfloat.
%
%\begin{figure*}[!t]
%\centerline{\subfloat[Case I]\includegraphics[width=2.5in]{subfigcase1}%
%\label{fig_first_case}}
%\hfil
%\subfloat[Case II]{\includegraphics[width=2.5in]{subfigcase2}%
%\label{fig_second_case}}}
%\caption{Simulation results}
%\label{fig_sim}
%\end{figure*}
%
% Note that often IEEE papers with subfigures do not employ subfigure
% captions (using the optional argument to \subfloat), but instead will
% reference/describe all of them (a), (b), etc., within the main caption.
 
 
% An example of a floating table. Note that, for IEEE style tables, the
% \caption command should come BEFORE the table. Table text will default to
% \footnotesize as IEEE normally uses this smaller font for tables.
% The \label must come after \caption as always.
%
%\begin{table}[!t]
%% increase table row spacing, adjust to taste
%\renewcommand{\arraystretch}{1.3}
% if using array.sty, it might be a good idea to tweak the value of
% \extrarowheight as needed to properly center the text within the cells
%\caption{An Example of a Table}
%\label{table_example}
%\centering
%% Some packages, such as MDW tools, offer better commands for making tables
%% than the plain LaTeX2e tabular which is used here.
%\begin{tabular}{|c||c|}
%\hline
%One & Two\\
%\hline
%Three & Four\\
%\hline
%\end{tabular}
%\end{table}
 
 
% Note that IEEE does not put floats in the very first column - or typically
% anywhere on the first page for that matter. Also, in-text middle ("here")
% positioning is not used. Most IEEE journals use top floats exclusively.
% However, Computer Society journals sometimes do use bottom floats - bear
% this in mind when choosing appropriate optional arguments for the
% figure/table environments.
% Note that, LaTeX2e, unlike IEEE journals, places footnotes above bottom
% floats. This can be corrected via the \fnbelowfloat command of the
% stfloats package.
 
 
 
\section{Conclusion}
The conclusion goes here.
 
 
 
 
 
% if have a single appendix:
%\appendix[Proof of the Zonklar Equations]
% or
%\appendix % for no appendix heading
% do not use \section anymore after \appendix, only \section*
% is possibly needed
 
% use appendices with more than one appendix
% then use \section to start each appendix
% you must declare a \section before using any
% \subsection or using \label (\appendices by itself
% starts a section numbered zero.)
%
 
 
\appendices
\section{Proof of the First Zonklar Equation}
Appendix one text goes here.
 
% you can choose not to have a title for an appendix
% if you want by leaving the argument blank
\section{}
Appendix two text goes here.
 
 
% use section* for acknowledgement
\ifCLASSOPTIONcompsoc
% The Computer Society usually uses the plural form
\section*{Acknowledgments}
\else
% regular IEEE prefers the singular form
\section*{Acknowledgment}
\fi
 
 
The authors would like to thank...
 
 
% Can use something like this to put references on a page
% by themselves when using endfloat and the captionsoff option.
\ifCLASSOPTIONcaptionsoff
\newpage
\fi
 
 
 
% trigger a \newpage just before the given reference
% number - used to balance the columns on the last page
% adjust value as needed - may need to be readjusted if
% the document is modified later
%\IEEEtriggeratref{8}
% The "triggered" command can be changed if desired:
%\IEEEtriggercmd{\enlargethispage{-5in}}
 
% references section
 
% can use a bibliography generated by BibTeX as a .bbl file
% BibTeX documentation can be easily obtained at:
% http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/
% The IEEEtran BibTeX style support page is at:
% http://www.michaelshell.org/tex/ieeetran/bibtex/
%\bibliographystyle{IEEEtran}
% argument is your BibTeX string definitions and bibliography database(s)
%\bibliography{IEEEabrv,../bib/paper}
%
% <OR> manually copy in the resultant .bbl file
% set second argument of \begin to the number of references
% (used to reserve space for the reference number labels box)
\begin{thebibliography}{1}
 
\bibitem{IEEEhowto:kopka}
H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
 
\end{thebibliography}
 
% biography section
%
% If you have an EPS/PDF photo (graphicx package needed) extra braces are
% needed around the contents of the optional argument to biography to prevent
% the LaTeX parser from getting confused when it sees the complicated
% \includegraphics command within an optional argument. (You could create
% your own custom macro containing the \includegraphics command to make things
% simpler here.)
%\begin{biography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell}
% or if you just want to reserve a space for a photo:
 
\begin{IEEEbiography}{Michael Shell}
Biography text here.
\end{IEEEbiography}
 
% if you will not have a photo at all:
\begin{IEEEbiographynophoto}{John Doe}
Biography text here.
\end{IEEEbiographynophoto}
 
% insert where needed to balance the two columns on the last page with
% biographies
%\newpage
 
\begin{IEEEbiographynophoto}{Jane Doe}
Biography text here.
\end{IEEEbiographynophoto}
 
% You can push biographies down or up by placing
% a \vfill before or after them. The appropriate
% use of \vfill depends on what kind of text is
% on the last page and whether or not the columns
% are being equalized.
 
%\vfill
 
% Can be used to pull up biographies so that the bottom of the last one
% is flush with the other column.
%\enlargethispage{-5in}
 
 
 
% that's all folks
\end{document}
 
 
phr/trunk/doc/papers/template/bare_jrnl_compsoc.tex Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Author Date Id Rev URL \ No newline at end of property Index: phr/trunk/doc/papers/template/VI-EIEC-Template.pdf =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: phr/trunk/doc/papers/template/VI-EIEC-Template.pdf =================================================================== --- phr/trunk/doc/papers/template/VI-EIEC-Template.pdf (nonexistent) +++ phr/trunk/doc/papers/template/VI-EIEC-Template.pdf (revision 152)
phr/trunk/doc/papers/template/VI-EIEC-Template.pdf Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: phr/trunk/doc/papers/template/bare_adv.tex =================================================================== --- phr/trunk/doc/papers/template/bare_adv.tex (nonexistent) +++ phr/trunk/doc/papers/template/bare_adv.tex (revision 152) @@ -0,0 +1,1100 @@ + +%% bare_adv.tex +%% V1.3 +%% 2007/01/11 +%% by Michael Shell +%% See: +%% http://www.michaelshell.org/ +%% for current contact information. +%% +%% This is a skeleton file demonstrating the advanced use of IEEEtran.cls +%% (requires IEEEtran.cls version 1.7 or later) with an IEEE Computer +%% Society journal paper. +%% +%% Support sites: +%% http://www.michaelshell.org/tex/ieeetran/ +%% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ +%% and +%% http://www.ieee.org/ + +%%************************************************************************* +%% Legal Notice: +%% This code is offered as-is without any warranty either expressed or +%% implied; without even the implied warranty of MERCHANTABILITY or +%% FITNESS FOR A PARTICULAR PURPOSE! +%% User assumes all risk. +%% In no event shall IEEE or any contributor to this code be liable for +%% any damages or losses, including, but not limited to, incidental, +%% consequential, or any other damages, resulting from the use or misuse +%% of any information contained here. +%% +%% All comments are the opinions of their respective authors and are not +%% necessarily endorsed by the IEEE. +%% +%% This work is distributed under the LaTeX Project Public License (LPPL) +%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used, +%% distributed and modified. A copy of the LPPL, version 1.3, is included +%% in the base LaTeX documentation of all distributions of LaTeX released +%% 2003/12/01 or later. +%% Retain all contribution notices and credits. +%% ** Modified files should be clearly indicated as such, including ** +%% ** renaming them and changing author support contact information. ** +%% +%% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex, +%% bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex +%%************************************************************************* + +% *** Authors should verify (and, if needed, correct) their LaTeX system *** +% *** with the testflow diagnostic prior to trusting their LaTeX platform *** +% *** with production work. IEEE's font choices can trigger bugs that do *** +% *** not appear when using other class files. *** +% The testflow support page is at: +% http://www.michaelshell.org/tex/testflow/ + + + +% IEEEtran V1.7 and later provides for these CLASSINPUT macros to allow the +% user to reprogram some IEEEtran.cls defaults if needed. These settings +% override the internal defaults of IEEEtran.cls regardless of which class +% options are used. Do not use these unless you have good reason to do so as +% they can result in nonIEEE compliant documents. User beware. ;) +% +%\newcommand{\CLASSINPUTbaselinestretch}{1.0} % baselinestretch +%\newcommand{\CLASSINPUTinnersidemargin}{1in} % inner side margin +%\newcommand{\CLASSINPUToutersidemargin}{1in} % outer side margin +%\newcommand{\CLASSINPUTtoptextmargin}{1in} % top text margin +%\newcommand{\CLASSINPUTbottomtextmargin}{1in}% bottom text margin + + + +% Note that the a4paper option is mainly intended so that authors in +% countries using A4 can easily print to A4 and see how their papers will +% look in print - the typesetting of the document will not typically be +% affected with changes in paper size (but the bottom and side margins will). +% Use the testflow package mentioned above to verify correct handling of +% both paper sizes by the user's LaTeX system. +% +% Also note that the "draftcls" or "draftclsnofoot", not "draft", option +% should be used if it is desired that the figures are to be displayed in +% draft mode. +% +\documentclass[12pt,journal,compsoc]{IEEEtran} +% The Computer Society requires 12pt. +% If IEEEtran.cls has not been installed into the LaTeX system files, +% manually specify the path to it like: +% \documentclass[10pt,journal,compsoc]{../sty/IEEEtran} + + +% For Computer Society journals, IEEEtran defaults to the use of +% Palatino/Palladio as is done in IEEE Computer Society journals. +% To go back to Times Roman, you can use this code: +%\renewcommand{\rmdefault}{ptm}\selectfont + + + + + +% Some very useful LaTeX packages include: +% (uncomment the ones you want to load) + + + +% *** MISC UTILITY PACKAGES *** +% +%\usepackage{ifpdf} +% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional +% compilation based on whether the output is pdf or dvi. +% usage: +% \ifpdf +% % pdf code +% \else +% % dvi code +% \fi +% The latest version of ifpdf.sty can be obtained from: +% http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/ +% Also, note that IEEEtran.cls V1.7 and later provides a builtin +% \ifCLASSINFOpdf conditional that works the same way. +% When switching from latex to pdflatex and vice-versa, the compiler may +% have to be run twice to clear warning/error messages. + + + + + + +% *** CITATION PACKAGES *** +% +\ifCLASSOPTIONcompsoc + % IEEE Computer Society needs nocompress option + % requires cite.sty v4.0 or later (November 2003) + % \usepackage[nocompress]{cite} +\else + % normal IEEE + % \usepackage{cite} +\fi +% cite.sty was written by Donald Arseneau +% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package +% \cite{} output to follow that of IEEE. Loading the cite package will +% result in citation numbers being automatically sorted and properly +% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using +% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's +% \cite will automatically add leading space, if needed. Use cite.sty's +% noadjust option (cite.sty V3.8 and later) if you want to turn this off. +% cite.sty is already installed on most LaTeX systems. Be sure and use +% version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does +% not currently provide for hyperlinked citations. +% The latest version can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/cite/ +% The documentation is contained in the cite.sty file itself. +% +% Note that some packages require special options to format as the Computer +% Society requires. In particular, Computer Society papers do not use +% compressed citation ranges as is done in typical IEEE papers +% (e.g., [1]-[4]). Instead, they list every citation separately in order +% (e.g., [1], [2], [3], [4]). To get the latter we need to load the cite +% package with the nocompress option which is supported by cite.sty v4.0 +% and later. Note also the use of a CLASSOPTION conditional provided by +% IEEEtran.cls V1.7 and later. + + + + + +% *** GRAPHICS RELATED PACKAGES *** +% +\ifCLASSINFOpdf + % \usepackage[pdftex]{graphicx} + % declare the path(s) where your graphic files are + % \graphicspath{{../pdf/}{../jpeg/}} + % and their extensions so you won't have to specify these with + % every instance of \includegraphics + % \DeclareGraphicsExtensions{.pdf,.jpeg,.png} +\else + % or other class option (dvipsone, dvipdf, if not using dvips). graphicx + % will default to the driver specified in the system graphics.cfg if no + % driver is specified. + % \usepackage[dvips]{graphicx} + % declare the path(s) where your graphic files are + % \graphicspath{{../eps/}} + % and their extensions so you won't have to specify these with + % every instance of \includegraphics + % \DeclareGraphicsExtensions{.eps} +\fi +% graphicx was written by David Carlisle and Sebastian Rahtz. It is +% required if you want graphics, photos, etc. graphicx.sty is already +% installed on most LaTeX systems. The latest version and documentation can +% be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/graphics/ +% Another good source of documentation is "Using Imported Graphics in +% LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or +% epslatex.pdf at: http://www.ctan.org/tex-archive/info/ +% +% latex, and pdflatex in dvi mode, support graphics in encapsulated +% postscript (.eps) format. pdflatex in pdf mode supports graphics +% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure +% that all non-photo figures use a vector format (.eps, .pdf, .mps) and +% not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats +% which can result in "jaggedy"/blurry rendering of lines and letters as +% well as large increases in file sizes. +% +% You can find documentation about the pdfTeX application at: +% http://www.tug.org/applications/pdftex + + + +%\usepackage{ps4pdf} +% dvi->ps workflow is required to use such packages as psfrag.sty and +% pstricks.sty. However, Rolf Niepraschk's ps4pdf.sty provides a way to +% apply psfrag/pstricks effects to .eps figures and then get the resultant +% figures in .pdf form. Thus, providing an easier way for migrating from +% .eps to .pdf figures. After ps4pdf.sty loads, if: +% 1. producing .dvi output: the output file will consist ONLY of the +% figures (or other constructs encased within \PSforPDF commands) +% 2. producing .pdf output: pdflatex will look in the filename-pics.pdf +% file, where filename is the basename of the tex document, for the +% graphics (or other constructs encased within \PSforPDF commands). +% NOTE: If you ever change your figures, you must remember to remake +% the filename-pics.pdf file. +% +% This way you can do a: +% +% latex filename +% dvips -Ppdf -o filename-pics.ps filename.dvi +% ps2pdf filename-pics.ps filename-pics.pdf +% +% to produce a filename-pics.pdf graphics container that contains +% .pdf versions of the graphics with psfrag, pstricks, etc. features. +% Note that you will not typically be able to view the figures in +% filename-pics.ps because of an offset. However, you will be able to +% view them in filename-pics.pdf. Also, note that when ps4pdf is in effect +% with .dvi output, you may get harmless over/under full box warnings - +% ignore them. +% Then, run pdflatex: +% +% pdflatex filename +% +% to use pdflatex to make PDF output, automatically using the figures in +% filename-pics.pdf. Alternatively, you could use dvips -i option to +% obtain separate .pdf files for each figure: +% +% dvips -Ppdf -i -E -o fig filename +% +% then convert each figure to pdf via a command such as epstopdf and then +% use pdflatex with these pdf figures and then to dispense with ps4pdf. +% +% Remember to rerun through latex/dvips/ps2pdf if you ever change your +% figures so that filename-pics.pdf gets updated. +% ps4pdf requires David Kastrup's preview-latex and a recent LaTeX system +% (circa 2001 or later). The ps4pdf package and documentation can be +% obtained at: http://www.ctan.org/tex-archive/macros/latex/contrib/ps4pdf/ +% The preview-latex package and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/preview/ +% +% provide a bogus \PSforPDF, even when not loading pd4pdf. This way we can +% stop loading ps4pdf.sty if we choose to make separate .pdf versions of +% each of our figures. +\providecommand{\PSforPDF}[1]{#1} +% Note that in order for ps4pdf to work, all commands related to psfrag, +% pstricks, etc. must be called within the PSforPDF command. This applies +% even when *loading* via \usepackage psfrag.sty, etc. + + +%\PSforPDF{\usepackage{psfrag}} +% psfrag.sty was written by Craig Barratt, Michael C. Grant, and +% David Carlisle. It allows you to substitute LaTeX commands for text in +% imported EPS graphic files. In this way, LaTeX symbols can be placed into +% graphics that have been generated by other applications. You must use +% latex->dvips->ps2pdf workflow (not direct pdf output from pdflatex) if +% you wish to use this capability because it works via some PostScript +% tricks. Alternatively, the graphics could be processed as separate files +% via psfrag and dvips, then converted to PDF for inclusion in the main file +% which uses pdflatex. ps4pdf.sty (above) provides a way of doing this all +% at once within the main file. +% Docs are in "The PSfrag System" by Michael C. Grant and David Carlisle. +% There is also some information about using psfrag in "Using Imported +% Graphics in LaTeX2e" by Keith Reckdahl which documents the graphicx +% package (see above). The psfrag package and documentation can be obtained +% at: http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/ +% +% Note that the current version of psfrag does not "turn itself off" when +% running under pdf output. This will result in a harmless warning +% about a non-PDF \special. However, to silence this, a bogus psfrag +% command can be provided instead of loading psfrag.sty when PDF output +% is being used. Thus, a more complex alternative conditional loading scheme +% can be employed instead of the straightforword way above: +% +%\ifCLASSINFOpdf +% if outputting PDF, do not use or load psfrag.sty as current versions +% output a non-PDF special that generates a harmless, but annoying warning. +% Instead, we provide a bogus \psfrag command that does nothing with +% its arguments. This is a tad tricky because \psfrag can have up to six +% arguments four of which are optional: \psfrag{}[][][][]{} +% Code based on that in psfrag.sty +%\makeatletter +%\def\psfrag{\@ifstar{\@BOGUSpsfraga}{\@BOGUSpsfraga}} +%\def\@BOGUSpsfraga{\begingroup +% \@makeother\"\@makeother\*\@makeother\!\@makeother\~% +% \@makeother\:\@makeother\\\@makeother\%\@makeother\#% +% \@makeother\ \@BOGUSpsfragb} +%\def\@BOGUSpsfragb#1{\endgroup +% \@ifnextchar [{\@BOGUSpsfragc}% +% {\@BOGUSpsfrag}} +%\def\@BOGUSpsfragc[#1]{\@ifnextchar [{\@BOGUSpsfragd}% +% {\@BOGUSpsfrag}} +%\def\@BOGUSpsfragd[#1]{\@ifnextchar [{\@BOGUSpsfrage}% +% {\@BOGUSpsfrag}} +%\def\@BOGUSpsfrage[#1]{\@ifnextchar [{\@BOGUSpsfragf}% +% {\@BOGUSpsfrag}} +%\def\@BOGUSpsfragf[#1]{\@BOGUSpsfrag} +%\def\@BOGUSpsfrag#1{\ignorespaces} +%\makeatother +%\else +% using dvi output, load psfrag, but funnel it through PSforPDF +% as required by ps4pdf.sty +%\PSforPDF{\usepackage{psfrag}} +%\fi + + + + + +% *** MATH PACKAGES *** +% +%\usepackage[cmex10]{amsmath} +% A popular package from the American Mathematical Society that provides +% many useful and powerful commands for dealing with mathematics. If using +% it, be sure to load this package with the cmex10 option to ensure that +% only type 1 fonts will utilized at all point sizes. Without this option, +% it is possible that some math symbols, particularly those within +% footnotes, will be rendered in bitmap form which will result in a +% document that can not be IEEE Xplore compliant! +% +% Also, note that the amsmath package sets \interdisplaylinepenalty to 10000 +% thus preventing page breaks from occurring within multiline equations. Use: +%\interdisplaylinepenalty=2500 +% after loading amsmath to restore such page breaks as IEEEtran.cls normally +% does. amsmath.sty is already installed on most LaTeX systems. The latest +% version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/ + + + + + +% *** SPECIALIZED LIST PACKAGES *** +%\usepackage{acronym} +% acronym.sty was written by Tobias Oetiker. This package provides tools for +% managing documents with large numbers of acronyms. (You don't *have* to +% use this package - unless you have a lot of acronyms, you may feel that +% such package management of them is bit of an overkill.) +% Do note that the acronym environment (which lists acronyms) will have a +% problem when used under IEEEtran.cls because acronym.sty relies on the +% description list environment - which IEEEtran.cls has customized for +% producing IEEE style lists. A workaround is to declared the longest +% label width via the IEEEtran.cls \IEEEiedlistdecl global control: +% +% \renewcommand{\IEEEiedlistdecl}{\IEEEsetlabelwidth{SONET}} +% \begin{acronym} +% +% \end{acronym} +% \renewcommand{\IEEEiedlistdecl}{\relax}% remember to reset \IEEEiedlistdecl +% +% instead of using the acronym environment's optional argument. +% The latest version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/acronym/ + + +%\usepackage{algorithmic} +% algorithmic.sty was written by Peter Williams and Rogerio Brito. +% This package provides an algorithmic environment fo describing algorithms. +% You can use the algorithmic environment in-text or within a figure +% environment to provide for a floating algorithm. Do NOT use the algorithm +% floating environment provided by algorithm.sty (by the same authors) or +% algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated +% algorithm float types and packages that provide these will not provide +% correct IEEE style captions. The latest version and documentation of +% algorithmic.sty can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/ +% There is also a support site at: +% http://algorithms.berlios.de/index.html +% Also of interest may be the (relatively newer and more customizable) +% algorithmicx.sty package by Szasz Janos: +% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/ + + + + +% *** ALIGNMENT PACKAGES *** +% +%\usepackage{array} +% Frank Mittelbach's and David Carlisle's array.sty patches and improves +% the standard LaTeX2e array and tabular environments to provide better +% appearance and additional user controls. As the default LaTeX2e table +% generation code is lacking to the point of almost being broken with +% respect to the quality of the end results, all users are strongly +% advised to use an enhanced (at the very least that provided by array.sty) +% set of table tools. array.sty is already installed on most systems. The +% latest version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/tools/ + + +%\usepackage{mdwmath} +%\usepackage{mdwtab} +% Also highly recommended is Mark Wooding's extremely powerful MDW tools, +% especially mdwmath.sty and mdwtab.sty which are used to format equations +% and tables, respectively. The MDWtools set is already installed on most +% LaTeX systems. The lastest version and documentation is available at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/ + + +% IEEEtran contains the IEEEeqnarray family of commands that can be used to +% generate multiline equations as well as matrices, tables, etc., of high +% quality. + + +%\usepackage{eqparbox} +% Also of notable interest is Scott Pakin's eqparbox package for creating +% (automatically sized) equal width boxes - aka "natural width parboxes". +% Available at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/ + + + + + +% *** SUBFIGURE PACKAGES *** +%\ifCLASSOPTIONcompsoc +%\usepackage[tight,normalsize,sf,SF]{subfigure} +%\else +%\usepackage[tight,footnotesize]{subfigure} +%\fi +% subfigure.sty was written by Steven Douglas Cochran. This package makes it +% easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE +% work, it is a good idea to load it with the tight package option to reduce +% the amount of white space around the subfigures. Computer Society papers +% use a larger font and \sffamily font for their captions, hence the +% additional options needed under compsoc mode. subfigure.sty is already +% installed on most LaTeX systems. The latest version and documentation can +% be obtained at: +% http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/ +% subfigure.sty has been superceeded by subfig.sty. + + +%\ifCLASSOPTIONcompsoc +% \usepackage[caption=false]{caption} +% \usepackage[font=normalsize,labelfont=sf,textfont=sf]{subfig} +%\else +% \usepackage[caption=false]{caption} +% \usepackage[font=footnotesize]{subfig} +%\fi +% subfig.sty, also written by Steven Douglas Cochran, is the modern +% replacement for subfigure.sty. However, subfig.sty requires and +% automatically loads Axel Sommerfeldt's caption.sty which will override +% IEEEtran.cls handling of captions and this will result in nonIEEE style +% figure/table captions. To prevent this problem, be sure and preload +% caption.sty with its "caption=false" package option. This is will preserve +% IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later +% (recommended due to many improvements over 1.2) of subfig.sty supports +% the caption=false option directly: +%\ifCLASSOPTIONcompsoc +% \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig} +%\else +% \usepackage[caption=false,font=footnotesize]{subfig} +%\fi +% +% The latest version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/ +% The latest version and documentation of caption.sty can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/caption/ + + + + +% *** FLOAT PACKAGES *** +% +%\usepackage{fixltx2e} +% fixltx2e, the successor to the earlier fix2col.sty, was written by +% Frank Mittelbach and David Carlisle. This package corrects a few problems +% in the LaTeX2e kernel, the most notable of which is that in current +% LaTeX2e releases, the ordering of single and double column floats is not +% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a +% single column figure to be placed prior to an earlier double column +% figure. The latest version and documentation can be found at: +% http://www.ctan.org/tex-archive/macros/latex/base/ + + +%\usepackage{stfloats} +% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e +% the ability to do double column floats at the bottom of the page as well +% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in +% LaTeX2e). It also provides a command: +%\fnbelowfloat +% to enable the placement of footnotes below bottom floats (the standard +% LaTeX2e kernel puts them above bottom floats). This is an invasive package +% which rewrites many portions of the LaTeX2e float routines. It may not work +% with other packages that modify the LaTeX2e float routines. The latest +% version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/ +% Documentation is contained in the stfloats.sty comments as well as in the +% presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE +% does not allow \baselineskip to stretch. Authors submitting work to the +% IEEE should note that IEEE rarely uses double column equations and +% that authors should try to avoid such use. Do not be tempted to use the +% cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does +% not format its papers in such ways. + + +%\ifCLASSOPTIONcaptionsoff +% \usepackage[nomarkers]{endfloat} +% \let\MYoriglatexcaption\caption +% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}} +%\fi +% endfloat.sty was written by James Darrell McCauley and Jeff Goldberg. +% This package may be useful when used in conjunction with IEEEtran.cls' +% captionsoff option. Some IEEE journals/societies require that submissions +% have lists of figures/tables at the end of the paper and that +% figures/tables without any captions are placed on a page by themselves at +% the end of the document. If needed, the draftcls IEEEtran class option or +% \CLASSINPUTbaselinestretch interface can be used to increase the line +% spacing as well. Be sure and use the nomarkers option of endfloat to +% prevent endfloat from "marking" where the figures would have been placed +% in the text. The two hack lines of code above are a slight modification of +% that suggested by in the endfloat docs (section 8.3.1) to ensure that +% the full captions always appear in the list of figures/tables - even if +% the user used the short optional argument of \caption[]{}. +% IEEE papers do not typically make use of \caption[]'s optional argument, +% so this should not be an issue. A similar trick can be used to disable +% captions of packages such as subfig.sty that lack options to turn off +% the subcaptions: +% For subfig.sty: +% \let\MYorigsubfloat\subfloat +% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}} +% For subfigure.sty: +% \let\MYorigsubfigure\subfigure +% \renewcommand{\subfigure}[2][\relax]{\MYorigsubfigure[]{#2}} +% However, the above trick will not work if both optional arguments of +% the \subfloat/subfig command are used. Furthermore, there needs to be a +% description of each subfigure *somewhere* and endfloat does not add +% subfigure captions to its list of figures. Thus, the best approach is to +% avoid the use of subfigure captions (many IEEE journals avoid them anyway) +% and instead reference/explain all the subfigures within the main caption. +% The latest version of endfloat.sty and its documentation can obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat/ +% +% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used +% later in the document, say, to conditionally put the References on a +% page by themselves. + + + + + +% *** PDF, URL AND HYPERLINK PACKAGES *** +% +%\usepackage{url} +% url.sty was written by Donald Arseneau. It provides better support for +% handling and breaking URLs. url.sty is already installed on most LaTeX +% systems. The latest version can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/misc/ +% Read the url.sty source comments for usage information. Basically, +% \url{my_url_here}. + + +% NOTE: PDF thumbnail features are not required in IEEE papers +% and their use requires extra complexity and work. +%\ifCLASSINFOpdf +% \usepackage[pdftex]{thumbpdf} +%\else +% \usepackage[dvips]{thumbpdf} +%\fi +% thumbpdf.sty and its companion Perl utility were written by Heiko Oberdiek. +% It allows the user a way to produce PDF documents that contain fancy +% thumbnail images of each of the pages (which tools like acrobat reader can +% utilize). This is possible even when using dvi->ps->pdf workflow if the +% correct thumbpdf driver options are used. thumbpdf.sty incorporates the +% file containing the PDF thumbnail information (filename.tpm is used with +% dvips, filename.tpt is used with pdftex, where filename is the base name of +% your tex document) into the final ps or pdf output document. An external +% utility, the thumbpdf *Perl script* is needed to make these .tpm or .tpt +% thumbnail files from a .ps or .pdf version of the document (which obviously +% does not yet contain pdf thumbnails). Thus, one does a: +% +% thumbpdf filename.pdf +% +% to make a filename.tpt, and: +% +% thumbpdf --mode dvips filename.ps +% +% to make a filename.tpm which will then be loaded into the document by +% thumbpdf.sty the NEXT time the document is compiled (by pdflatex or +% latex->dvips->ps2pdf). Users must be careful to regenerate the .tpt and/or +% .tpm files if the main document changes and then to recompile the +% document to incorporate the revised thumbnails to ensure that thumbnails +% match the actual pages. It is easy to forget to do this! +% +% Unix systems come with a Perl interpreter. However, MS Windows users +% will usually have to install a Perl interpreter so that the thumbpdf +% script can be run. The Ghostscript PS/PDF interpreter is also required. +% See the thumbpdf docs for details. The latest version and documentation +% can be obtained at. +% http://www.ctan.org/tex-archive/support/thumbpdf/ +% Be sure and use only version 3.8 (2005/07/06) or later of thumbpdf as +% earlier versions will not work properly with recent versions of pdfTeX +% (1.20a and later). + + +% NOTE: PDF hyperlink and bookmark features are not required in IEEE +% papers and their use requires extra complexity and work. +% *** IF USING HYPERREF BE SURE AND CHANGE THE EXAMPLE PDF *** +% *** TITLE/SUBJECT/AUTHOR/KEYWORDS INFO BELOW!! *** +\newcommand\MYhyperrefoptions{bookmarks=true,bookmarksnumbered=true, +pdfpagemode={UseOutlines},plainpages=false,pdfpagelabels=true, +colorlinks=true,linkcolor={black},citecolor={black},pagecolor={black}, +urlcolor={black}, +pdftitle={Bare Demo of IEEEtran.cls for Computer Society Journals},%.dvi->.ps->.pdf workflow if the respective packages/scripts are +% loaded/invoked with the correct driver options (dvips, etc.). +% As most IEEE papers use URLs sparingly (mainly in the references), this +% may not be as big an issue as with other publications. +% +% That said, recently Vilar Camara Neto introduced his breakurl.sty +% package which permits hyperref to easily break URLs even in dvi +% mode. Note that breakurl, unlike most other packages, must be loaded +% AFTER hyperref. The latest version of breakurl and its documentation can +% be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/breakurl/ +% breakurl.sty is not for use under pdflatex pdf mode. Versions 1.10 +% (September 23, 2005) and later are recommened to avoid bugs in earlier +% releases. +% +% The advanced features offer by hyperref.sty are not required for IEEE +% submission, so users should weigh these features against the added +% complexity of use. Users who wish to use hyperref *must* ensure that +% their hyperref version is 6.72u or later *and* IEEEtran.cls is version +% 1.6b or later. +% The package options above demonstrate how to enable PDF bookmarks +% (a type of table of contents viewable in Acrobat Reader) as well as +% PDF document information (title, subject, author and keywords) that is +% viewable in Acrobat reader's Document_Properties menu. PDF document +% information is also used extensively to automate the cataloging of PDF +% documents. The above set of options ensures that hyperlinks will not be +% colored in the text and thus will not be visible in the printed page, +% but will be active on "mouse over". USING COLORS OR OTHER HIGHLIGHTING +% OF HYPERLINKS CAN RESULT IN DOCUMENT REJECTION BY THE IEEE, especially if +% these appear on the "printed" page. IF IN DOUBT, ASK THE RELEVANT +% SUBMISSION EDITOR. You may need to add the option hypertexnames=false if +% you used duplicate equation numbers, etc., but this should not be needed +% in normal IEEE work. +% The latest version of hyperref and its documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/ + + + + + +% *** Do not adjust lengths that control margins, column widths, etc. *** +% *** Do not use packages that alter fonts (such as pslatex). *** +% There should be no need to do such things with IEEEtran.cls V1.6 and later. +% (Unless specifically asked to do so by the journal or conference you plan +% to submit to, of course. ) + + +% correct bad hyphenation here +\hyphenation{op-tical net-works semi-conduc-tor} + + +\begin{document} +% +% paper title +% can use linebreaks \\ within to get better formatting as desired +\title{Bare Advanced Demo of IEEEtran.cls\\ for Computer Society Journals} +% +% +% author names and IEEE memberships +% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break +% a structure at a ~ so this keeps an author's name from being broken across +% two lines. +% use \thanks{} to gain access to the first footnote area +% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks +% was not built to handle multiple paragraphs +% +% +%\IEEEcompsocitemizethanks is a special \thanks that produces the bulleted +% lists the Computer Society journals use for "first footnote" author +% affiliations. Use \IEEEcompsocthanksitem which works much like \item +% for each affiliation group. When not in compsoc mode, +% \IEEEcompsocitemizethanks becomes like \thanks and +% \IEEEcompsocthanksitem becomes a line break with idention. This +% facilitates dual compilation, although admittedly the differences in the +% desired content of \author between the different types of papers makes a +% one-size-fits-all approach a daunting prospect. For instance, compsoc +% journal papers have the author affiliations above the "Manuscript +% received ..." text while in non-compsoc journals this is reversed. Sigh. + +\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,} + John~Doe,~\IEEEmembership{Fellow,~OSA,} + and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space +\IEEEcompsocitemizethanks{\IEEEcompsocthanksitem M. Shell is with the Department +of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, +GA, 30332.\protect\\ +% note need leading \protect in front of \\ to get a newline within \thanks as +% \\ is fragile and will error, could use \hfil\break instead. +E-mail: see http://www.michaelshell.org/contact.html +\IEEEcompsocthanksitem J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space +\thanks{Manuscript received April 19, 2005; revised January 11, 2007.}} + +% note the % following the last \IEEEmembership and also \thanks - +% these prevent an unwanted space from occurring between the last author name +% and the end of the author line. i.e., if you had this: +% +% \author{....lastname \thanks{...} \thanks{...} } +% ^------------^------------^----Do not want these spaces! +% +% a space would be appended to the last name and could cause every name on that +% line to be shifted left slightly. This is one of those "LaTeX things". For +% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get +% "AB" then you have to do: "\textbf{A}\textbf{B}" +% \thanks is no different in this regard, so shield the last } of each \thanks +% that ends a line with a % and do not let a space in before the next \thanks. +% Spaces after \IEEEmembership other than the last one are OK (and needed) as +% you are supposed to have spaces between the names. For what it is worth, +% this is a minor point as most people would not even notice if the said evil +% space somehow managed to creep in. + + + +% The paper headers +\markboth{Journal of \LaTeX\ Class Files,~Vol.~6, No.~1, January~2007}% +{Shell \MakeLowercase{\textit{et al.}}: Bare Advanced Demo of IEEEtran.cls for Journals} +% The only time the second header will appear is for the odd numbered pages +% after the title page when using the twoside option. +% +% *** Note that you probably will NOT want to include the author's *** +% *** name in the headers of peer review papers. *** +% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if +% you desire. + + + +% The publisher's ID mark at the bottom of the page is less important with +% Computer Society journal papers as those publications place the marks +% outside of the main text columns and, therefore, unlike regular IEEE +% journals, the available text space is not reduced by their presence. +% If you want to put a publisher's ID mark on the page you can do it like +% this: +%\IEEEpubid{0000--0000/00\$00.00~\copyright~2007 IEEE} +% or like this to get the Computer Society new two part style. +%\IEEEpubid{\makebox[\columnwidth]{\hfill 0000--0000/00/\$00.00~\copyright~2007 IEEE}% +%\hspace{\columnsep}\makebox[\columnwidth]{Published by the IEEE Computer Society\hfill}} +% Remember, if you use this you must call \IEEEpubidadjcol in the second +% column for its text to clear the IEEEpubid mark (Computer Society jorunal +% papers don't need this extra clearance.) + + + +% use for special paper notices +%\IEEEspecialpapernotice{(Invited Paper)} + + + +% for Computer Society papers, we must declare the abstract and index terms +% PRIOR to the title within the \IEEEcompsoctitleabstractindextext IEEEtran +% command as these need to go into the title area created by \maketitle. +\IEEEcompsoctitleabstractindextext{% +\begin{abstract} +%\boldmath +The abstract goes here. +\end{abstract} +% IEEEtran.cls defaults to using nonbold math in the Abstract. +% This preserves the distinction between vectors and scalars. However, +% if the journal you are submitting to favors bold math in the abstract, +% then you can use LaTeX's standard command \boldmath at the very start +% of the abstract to achieve this. Many IEEE journals frown on math +% in the abstract anyway. In particular, the Computer Society does +% not want either math or citations to appear in the abstract. + +% Note that keywords are not normally used for peerreview papers. +\begin{IEEEkeywords} +Computer Society, IEEEtran, journal, \LaTeX, paper, template. +\end{IEEEkeywords}} + + +% make the title area +\maketitle + + +% To allow for easy dual compilation without having to reenter the +% abstract/keywords data, the \IEEEcompsoctitleabstractindextext text will +% not be used in maketitle, but will appear (i.e., to be "transported") +% here as \IEEEdisplaynotcompsoctitleabstractindextext when compsoc mode +% is not selected if conference mode is selected - because compsoc +% conference papers position the abstract like regular (non-compsoc) +% papers do! +\IEEEdisplaynotcompsoctitleabstractindextext +% \IEEEdisplaynotcompsoctitleabstractindextext has no effect when using +% compsoc under a non-conference mode. + + +% For peer review papers, you can put extra information on the cover +% page as needed: +% \ifCLASSOPTIONpeerreview +% \begin{center} \bfseries EDICS Category: 3-BBND \end{center} +% \fi +% +% For peerreview papers, this IEEEtran command inserts a page break and +% creates the second title. It will be ignored for other modes. +\IEEEpeerreviewmaketitle + + + +\section{Introduction} +% Computer Society journal papers do something a tad strange with the very +% first section heading (almost always called "Introduction"). They place it +% ABOVE the main text! IEEEtran.cls currently does not do this for you. +% However, You can achieve this effect by making LaTeX jump through some +% hoops via something like: +% +%\ifCLASSOPTIONcompsoc +% \noindent\raisebox{2\baselineskip}[0pt][0pt]% +% {\parbox{\columnwidth}{\section{Introduction}\label{sec:introduction}% +% \global\everypar=\everypar}}% +% \vspace{-1\baselineskip}\vspace{-\parskip}\par +%\else +% \section{Introduction}\label{sec:introduction}\par +%\fi +% +% Admittedly, this is a hack and may well be fragile, but seems to do the +% trick for me. Note the need to keep any \label that may be used right +% after \section in the above as the hack puts \section within a raised box. + + + +% The very first letter is a 2 line initial drop letter followed +% by the rest of the first word in caps (small caps for compsoc). +% +% form to use if the first word consists of a single letter: +% \IEEEPARstart{A}{demo} file is .... +% +% form to use if you need the single drop letter followed by +% normal text (unknown if ever used by IEEE): +% \IEEEPARstart{A}{}demo file is .... +% +% Some journals put the first two words in caps: +% \IEEEPARstart{T}{his demo} file is .... +% +% Here we have the typical use of a "T" for an initial drop letter +% and "HIS" in caps to complete the first word. +\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file'' +for IEEE Computer Society journal papers produced under \LaTeX\ using +IEEEtran.cls version 1.7 and later. +% You must have at least 2 lines in the paragraph with the drop letter +% (should never be an issue) +I wish you the best of success. + +\hfill mds + +\hfill January 11, 2007 + +\subsection{Subsection Heading Here} +Subsection text here. + +% needed in second column of first page if using \IEEEpubid +%\IEEEpubidadjcol + +\subsubsection{Subsubsection Heading Here} +Subsubsection text here. + + +% An example of a floating figure using the graphicx package. +% Note that \label must occur AFTER (or within) \caption. +% For figures, \caption should occur after the \includegraphics. +% Note that IEEEtran v1.7 and later has special internal code that +% is designed to preserve the operation of \label within \caption +% even when the captionsoff option is in effect. However, because +% of issues like this, it may be the safest practice to put all your +% \label just after \caption rather than within \caption{}. +% +% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class +% option should be used if it is desired that the figures are to be +% displayed while in draft mode. +% +%\begin{figure}[!t] +%\centering +%\includegraphics[width=2.5in]{myfigure} +% where an .eps filename suffix will be assumed under latex, +% and a .pdf suffix will be assumed for pdflatex; or what has been declared +% via \DeclareGraphicsExtensions. +%\caption{Simulation Results} +%\label{fig_sim} +%\end{figure} + +% Note that IEEE typically puts floats only at the top, even when this +% results in a large percentage of a column being occupied by floats. +% However, the Computer Society has been known to put floats at the bottom. + + +% An example of a double column floating figure using two subfigures. +% (The subfig.sty package must be loaded for this to work.) +% The subfigure \label commands are set within each subfloat command, the +% \label for the overall figure must come after \caption. +% \hfil must be used as a separator to get equal spacing. +% The subfigure.sty package works much the same way, except \subfigure is +% used instead of \subfloat. +% +%\begin{figure*}[!t] +%\centerline{\subfloat[Case I]\includegraphics[width=2.5in]{subfigcase1}% +%\label{fig_first_case}} +%\hfil +%\subfloat[Case II]{\includegraphics[width=2.5in]{subfigcase2}% +%\label{fig_second_case}}} +%\caption{Simulation results} +%\label{fig_sim} +%\end{figure*} +% +% Note that often IEEE papers with subfigures do not employ subfigure +% captions (using the optional argument to \subfloat), but instead will +% reference/describe all of them (a), (b), etc., within the main caption. + + +% An example of a floating table. Note that, for IEEE style tables, the +% \caption command should come BEFORE the table. Table text will default to +% \footnotesize as IEEE normally uses this smaller font for tables. +% The \label must come after \caption as always. +% +%\begin{table}[!t] +%% increase table row spacing, adjust to taste +%\renewcommand{\arraystretch}{1.3} +% if using array.sty, it might be a good idea to tweak the value of +% \extrarowheight as needed to properly center the text within the cells +%\caption{An Example of a Table} +%\label{table_example} +%\centering +%% Some packages, such as MDW tools, offer better commands for making tables +%% than the plain LaTeX2e tabular which is used here. +%\begin{tabular}{|c||c|} +%\hline +%One & Two\\ +%\hline +%Three & Four\\ +%\hline +%\end{tabular} +%\end{table} + + +% Note that IEEE does not put floats in the very first column - or typically +% anywhere on the first page for that matter. Also, in-text middle ("here") +% positioning is not used. Most IEEE journals use top floats exclusively. +% However, Computer Society journals sometimes do use bottom floats - bear +% this in mind when choosing appropriate optional arguments for the +% figure/table environments. +% Note that, LaTeX2e, unlike IEEE journals, places footnotes above bottom +% floats. This can be corrected via the \fnbelowfloat command of the +% stfloats package. + + + +\section{Conclusion} +The conclusion goes here. + + + + + +% if have a single appendix: +%\appendix[Proof of the Zonklar Equations] +% or +%\appendix % for no appendix heading +% do not use \section anymore after \appendix, only \section* +% is possibly needed + +% use appendices with more than one appendix +% then use \section to start each appendix +% you must declare a \section before using any +% \subsection or using \label (\appendices by itself +% starts a section numbered zero.) +% + + +\appendices +\section{Proof of the First Zonklar Equation} +Appendix one text goes here. + +% you can choose not to have a title for an appendix +% if you want by leaving the argument blank +\section{} +Appendix two text goes here. + + +% use section* for acknowledgement +\ifCLASSOPTIONcompsoc + % The Computer Society usually uses the plural form + \section*{Acknowledgments} +\else + % regular IEEE prefers the singular form + \section*{Acknowledgment} +\fi + + +The authors would like to thank... + + +% Can use something like this to put references on a page +% by themselves when using endfloat and the captionsoff option. +\ifCLASSOPTIONcaptionsoff + \newpage +\fi + + + +% trigger a \newpage just before the given reference +% number - used to balance the columns on the last page +% adjust value as needed - may need to be readjusted if +% the document is modified later +%\IEEEtriggeratref{8} +% The "triggered" command can be changed if desired: +%\IEEEtriggercmd{\enlargethispage{-5in}} + +% references section + +% can use a bibliography generated by BibTeX as a .bbl file +% BibTeX documentation can be easily obtained at: +% http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/ +% The IEEEtran BibTeX style support page is at: +% http://www.michaelshell.org/tex/ieeetran/bibtex/ +%\bibliographystyle{IEEEtran} +% argument is your BibTeX string definitions and bibliography database(s) +%\bibliography{IEEEabrv,../bib/paper} +% +% manually copy in the resultant .bbl file +% set second argument of \begin to the number of references +% (used to reserve space for the reference number labels box) +\begin{thebibliography}{1} + +\bibitem{IEEEhowto:kopka} +H.~Kopka and P.~W. Daly, \emph{A Guide to {\LaTeX}}, 3rd~ed.\hskip 1em plus + 0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999. + +\end{thebibliography} + +% biography section +% +% If you have an EPS/PDF photo (graphicx package needed) extra braces are +% needed around the contents of the optional argument to biography to prevent +% the LaTeX parser from getting confused when it sees the complicated +% \includegraphics command within an optional argument. (You could create +% your own custom macro containing the \includegraphics command to make things +% simpler here.) +%\begin{biography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell} +% or if you just want to reserve a space for a photo: + +\begin{IEEEbiography}{Michael Shell} +Biography text here. +\end{IEEEbiography} + +% if you will not have a photo at all: +\begin{IEEEbiographynophoto}{John Doe} +Biography text here. +\end{IEEEbiographynophoto} + +% insert where needed to balance the two columns on the last page with +% biographies +%\newpage + +\begin{IEEEbiographynophoto}{Jane Doe} +Biography text here. +\end{IEEEbiographynophoto} + +% You can push biographies down or up by placing +% a \vfill before or after them. The appropriate +% use of \vfill depends on what kind of text is +% on the last page and whether or not the columns +% are being equalized. + +%\vfill + +% Can be used to pull up biographies so that the bottom of the last one +% is flush with the other column. +%\enlargethispage{-5in} + + + +% that's all folks +\end{document} + +
phr/trunk/doc/papers/template/bare_adv.tex Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Author Date Id Rev URL \ No newline at end of property Index: phr/trunk/doc/papers/template/IEEEtran_HOWTO.pdf =================================================================== --- phr/trunk/doc/papers/template/IEEEtran_HOWTO.pdf (nonexistent) +++ phr/trunk/doc/papers/template/IEEEtran_HOWTO.pdf (revision 152) @@ -0,0 +1,8268 @@ +%PDF-1.6 +%âãÏÓ +543 0 obj +<> +endobj + +xref +543 322 +0000000016 00000 n +0000007636 00000 n +0000007813 00000 n +0000007857 00000 n +0000007986 00000 n +0000008022 00000 n +0000008457 00000 n +0000008596 00000 n +0000008735 00000 n +0000008905 00000 n +0000009074 00000 n +0000010241 00000 n +0000011352 00000 n +0000012528 00000 n +0000013739 00000 n +0000014888 00000 n +0000015017 00000 n +0000016198 00000 n +0000017296 00000 n +0000018139 00000 n +0000018287 00000 n +0000018448 00000 n +0000018613 00000 n +0000018778 00000 n +0000018939 00000 n +0000019098 00000 n +0000019273 00000 n +0000019459 00000 n +0000019601 00000 n +0000019768 00000 n +0000019948 00000 n +0000041404 00000 n +0000041994 00000 n +0000042698 00000 n +0000044579 00000 n +0000060548 00000 n +0000060926 00000 n +0000061367 00000 n +0000070547 00000 n +0000070803 00000 n +0000071108 00000 n +0000091431 00000 n +0000092025 00000 n +0000092468 00000 n +0000092703 00000 n +0000106878 00000 n +0000107227 00000 n +0000107650 00000 n +0000109535 00000 n +0000109781 00000 n +0000110036 00000 n +0000110225 00000 n +0000110502 00000 n +0000110752 00000 n +0000110889 00000 n +0000128314 00000 n +0000128572 00000 n +0000128642 00000 n +0000128813 00000 n +0000128840 00000 n +0000129135 00000 n +0000129416 00000 n +0000129598 00000 n +0000130938 00000 n +0000131178 00000 n +0000131441 00000 n +0000131513 00000 n +0000131587 00000 n +0000131697 00000 n +0000131758 00000 n +0000131808 00000 n +0000131895 00000 n +0000131926 00000 n +0000131971 00000 n +0000132058 00000 n +0000132088 00000 n +0000132133 00000 n +0000132257 00000 n +0000132291 00000 n +0000132365 00000 n +0000132410 00000 n +0000132520 00000 n +0000132607 00000 n +0000132664 00000 n +0000132708 00000 n +0000132795 00000 n +0000132839 00000 n +0000132883 00000 n +0000133006 00000 n +0000133058 00000 n +0000133132 00000 n +0000133176 00000 n +0000133250 00000 n +0000133337 00000 n +0000133410 00000 n +0000133454 00000 n +0000133541 00000 n +0000133594 00000 n +0000133638 00000 n +0000133725 00000 n +0000133776 00000 n +0000133819 00000 n +0000133942 00000 n +0000133995 00000 n +0000134069 00000 n +0000134112 00000 n +0000134186 00000 n +0000134309 00000 n +0000134346 00000 n +0000134407 00000 n +0000134450 00000 n +0000134573 00000 n +0000134616 00000 n +0000134690 00000 n +0000134733 00000 n +0000134807 00000 n +0000134930 00000 n +0000134958 00000 n +0000135068 00000 n +0000135111 00000 n +0000135221 00000 n +0000135344 00000 n +0000135385 00000 n +0000135446 00000 n +0000135489 00000 n +0000135576 00000 n +0000135619 00000 n +0000135662 00000 n +0000135749 00000 n +0000135783 00000 n +0000135826 00000 n +0000135949 00000 n +0000135982 00000 n +0000136043 00000 n +0000136086 00000 n +0000136173 00000 n +0000136204 00000 n +0000136247 00000 n +0000136370 00000 n +0000136416 00000 n +0000136490 00000 n +0000136533 00000 n +0000136607 00000 n +0000136730 00000 n +0000136767 00000 n +0000136841 00000 n +0000136884 00000 n +0000136958 00000 n +0000137082 00000 n +0000137156 00000 n +0000137230 00000 n +0000137272 00000 n +0000137346 00000 n +0000137382 00000 n +0000137428 00000 n +0000137515 00000 n +0000137550 00000 n +0000137596 00000 n +0000137683 00000 n +0000137719 00000 n +0000137765 00000 n +0000137852 00000 n +0000137892 00000 n +0000137938 00000 n +0000138025 00000 n +0000138070 00000 n +0000138116 00000 n +0000138203 00000 n +0000138244 00000 n +0000138290 00000 n +0000138413 00000 n +0000138458 00000 n +0000138519 00000 n +0000138565 00000 n +0000138688 00000 n +0000138720 00000 n +0000138781 00000 n +0000138826 00000 n +0000138913 00000 n +0000138993 00000 n +0000139038 00000 n +0000139101 00000 n +0000139149 00000 n +0000139198 00000 n +0000139247 00000 n +0000139296 00000 n +0000139341 00000 n +0000139387 00000 n +0000139433 00000 n +0000139520 00000 n +0000139556 00000 n +0000139602 00000 n +0000139640 00000 n +0000139686 00000 n +0000139723 00000 n +0000139769 00000 n +0000139856 00000 n +0000139902 00000 n +0000139948 00000 n +0000140035 00000 n +0000140080 00000 n +0000140126 00000 n +0000140249 00000 n +0000140290 00000 n +0000140364 00000 n +0000140410 00000 n +0000140484 00000 n +0000140521 00000 n +0000140570 00000 n +0000140657 00000 n +0000140715 00000 n +0000140764 00000 n +0000140851 00000 n +0000140906 00000 n +0000140955 00000 n +0000141005 00000 n +0000141054 00000 n +0000141110 00000 n +0000141156 00000 n +0000141192 00000 n +0000141238 00000 n +0000141286 00000 n +0000141332 00000 n +0000141373 00000 n +0000141434 00000 n +0000141480 00000 n +0000141603 00000 n +0000141647 00000 n +0000141708 00000 n +0000141754 00000 n +0000141841 00000 n +0000141871 00000 n +0000141917 00000 n +0000141951 00000 n +0000142000 00000 n +0000142048 00000 n +0000142097 00000 n +0000142145 00000 n +0000142206 00000 n +0000142252 00000 n +0000142283 00000 n +0000142332 00000 n +0000142367 00000 n +0000142413 00000 n +0000142500 00000 n +0000142536 00000 n +0000142582 00000 n +0000142616 00000 n +0000142662 00000 n +0000142694 00000 n +0000142740 00000 n +0000142772 00000 n +0000142818 00000 n +0000142905 00000 n +0000142943 00000 n +0000142989 00000 n +0000143076 00000 n +0000143117 00000 n +0000143163 00000 n +0000143206 00000 n +0000143252 00000 n +0000143289 00000 n +0000143335 00000 n +0000143422 00000 n +0000143471 00000 n +0000143517 00000 n +0000143560 00000 n +0000143606 00000 n +0000143653 00000 n +0000143727 00000 n +0000143774 00000 n +0000143848 00000 n +0000143935 00000 n +0000143989 00000 n +0000144036 00000 n +0000144123 00000 n +0000144176 00000 n +0000144223 00000 n +0000144310 00000 n +0000144346 00000 n +0000144393 00000 n +0000144480 00000 n +0000144537 00000 n +0000144584 00000 n +0000144671 00000 n +0000144718 00000 n +0000144765 00000 n +0000144852 00000 n +0000144905 00000 n +0000144952 00000 n +0000145039 00000 n +0000145084 00000 n +0000145131 00000 n +0000145218 00000 n +0000145257 00000 n +0000145304 00000 n +0000145391 00000 n +0000145453 00000 n +0000145500 00000 n +0000145587 00000 n +0000145629 00000 n +0000145676 00000 n +0000145763 00000 n +0000145810 00000 n +0000145857 00000 n +0000145944 00000 n +0000145987 00000 n +0000146034 00000 n +0000146079 00000 n +0000146129 00000 n +0000146216 00000 n +0000146247 00000 n +0000146297 00000 n +0000146330 00000 n +0000146380 00000 n +0000146434 00000 n +0000146481 00000 n +0000146517 00000 n +0000146567 00000 n +0000146600 00000 n +0000146642 00000 n +0000006736 00000 n +trailer +<<43154EB03D483044A32DD48B97897343>]>> +startxref +0 +%%EOF + +864 0 obj +<>stream +xÚb```f`Öe`c`qfb@!  Ç› + + GxXœ9ÜdN ;450ß9 ø‡]‡QÑ¡lð®mŒ:3´Tð?®`bœâpEÙ‡C•©¿ÁÍ@b‰8'“#‹iCë• ¦œÿ¼¾^wt{!*¡|5–‘•”WPRRVVUSuurvñðtp´³wsÑ®p YŽ†·I/oN`A@T¤¯ŸO|BpHrJtLlR\X¨xD`P@"BH¯¦–¶H9HeH©/H­OZiIeuqaQV~AvUyMmEfzFjNYnŠ¥`¥:ºzú ¥¥†‚4—€tW‚´Wƒ•£€°»ƒêPT×765 ùõ؃f +†ÈiØ] + H‘`ƒ‚Ê5¬à.)Bø¿ 0܈!¶Õ\L{Ñ⧹ì,aWŒ7ða®KEtŒ +Ê`iqµä¶âVpù!ÎÀÏp…Á„ç»_ƒÊO– +Ž!U·^GÅ&Éf†_L,”|3¼cr`yk=ÁíÁ*ç…v^LÇØ:å4ø&(_f”m\¸â®—$ËæJ–1þaîažb¿@6û€ “ Ë if†‹@ÛŸ0àh8 ïÐÄÐËY´‚#“ÿ¼ƒ=ÃaF…5¬¼]r¨mÐ`8ÇøùóÁ”:‡îçLUŒl~H'X°g¸ÊxÇþ“†£ÐI=‘&¦3 ‚øÈ3„v73²1~àÜÀþ@"‹Á™¡‡aO³ +;ûþXÊSFU¶ , C +ÄSÊeà bª3Iž'ô¼wñ2¹-³Ó¥[šp00Þ + )3ùñØ4~Šœ³ŠÏËn¦Æ¿o!fX7iq6¯› àê…5n­=—}qƒÁa/ÅÀ äsM°ƒ©b’càšÌ qãD€,mî +endstream +endobj +544 0 obj +<> +endobj +545 0 obj +<> +endobj +546 0 obj +<>/Encoding<>>>>> +endobj +547 0 obj +<> +endobj +548 0 obj +<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Type/Page>> +endobj +549 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +550 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +551 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +552 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +553 0 obj +<>stream +H‰œVËnÛFÝë+¸$k:wÞ³t\QàÄA,§ê,zl¥(•¤’øKú»½Ã!iId +£0 žy¹Ï3¢ÑÓìÝjF£U5ûí±š›hõ8ƒˆâDÂ+­Œ´TÄ(ÀµÍìÏøÃõí—O —ñùU2ç’Æ×—á{•|‹Vf‹•'œ‚XüÓ*B™ÔÈi8ÏÇGÇæXC¤VìÄœ^–0«˜Œï‚%Wç77^.¯7gMZ{EÂÈ$s –3wËŸ®»è'†×ú: Å€>èÝÄê—E– +t@0 vŠÞu @” +}—è*ÓÁ÷ÅÔ^)-‘Bè“8Á8ÄŒ ô(=˜É# +‚(C»{Þo îÏ`~³ +ßÛÚuë,‹ES¥eÔ×À€§/põÝ ¼¬,‘„ +*ü0Ûú'#À$'F^i]hæ#žà;P¬mc}gÜÅ5–ž•Àû1ÏÖ©+‚O7kWg§¡4Stœj",ŒèÜ滫èë·m*‘L3"´‰”¦D1jÃùûxYú:þ‘7î!|N Ó«î“‘ÿøOÖË‹ï6¶VJÚŠÍh µ#Œ‘áªeùà~%s³f1_Õ¦>qÓ 6  +«=?¦û§ÍÐY ìk¥š‘v ¯DÐêˆ×`‚„Q‘T€%®Í´xLÛ„IP€bvlÓj²ÛP¤Àw”˜BÖwÐt’(f^ÒÞu^î|V|è:7ëæ¹pÝZã6»"mÜÙm/½R`33Ùå¾yÞ¹Ú5M^>% c2‘mA˜Aµ8ªu‹²ãHr‰Ñ˜pÖÖV×BËdŽå„*(}YŽCcJûHaàý?"BåTm«+ðúǘWPœù½¹mñÅÁže‹ÃžOãt2ƒ¤ôÔÛ„†"G»¸ÿ1¶yì¼öGñþ +þyj}_½Çn2Ök•ÿT.sep_¬a”µBÓÂ{JY›ÐƒƒÙv³Û7˜ö@³/KŸ®‰÷vËQsU§¯èø)4ØÔ0 +V|`å¾¢cï +¾ÉìÉ­“}`°¤Á0ÜJñ!_i´¯9æôMÀ¸ŽÓòÁãäÇßÓ:ÏÜ£ÂTuƒ;|ŒÚ©ícØܾ*~âMaÜl[ñ"ÂðAÑ\³·„„ M@qù–˜0É¥Rœ†%¸U¤åÓ>}z½ý&h/ý¾…RqºoÖÛ*ଟÜUÛ‡}æ†Á£«ë|[¦E˜ù{ŸyóŽ„A…0­²õ«v( ¯¶ª† °¯x!r•'foɳ¿ŠçDÉVñp=/ßñkçÊ:÷¿"£=møã?óf¦6y™oZÛqàýÁÇmÕWDµKU—>_?D¼ÛW»mÝx[]~²Yçu@iÕäYÑ-÷“þ7ŽÿÖ® +ö†å´?>ûÚw¹_xÚçÝux÷(úW€öå‰ +endstream +endobj +554 0 obj +<>stream +H‰ŒVKÛ6¾ï¯ð­°fŧÄc¸@‹¢( +ì.I¦c¥²äêgGûƒ3ὶ↚7?΋^ÿþ°Z?ü²~à‹~|¡2fµÕ ¥4R«Åzÿðý¶Z­†.oâ¥ä:ú#~Y¬OŽ?ÿÊ…\fS™-ÖÛs Ë™1z÷½«eÖså +G'VN0¬/]Ϧ–© +˜ +8EZ2]Ý2å‰b*MÕ$ìßt§²ÎûžÈ¼Ù1´ôÝ´å¸wÍ@\5»±©þÑ[—cç¼Fù7œs+%Y" @ávy,’èKÕv±Ö»åªÁU!8`·<¤dWÁ‰Âš ˆÈå‡C]¹ Â[à÷K 8]×Wmƒq–s¼0u>¸ŽÈvKßSåo¢:_(±p¡Söÿêð&K™ÊË3{’l0§©ˆšv A¸¼7$I^×D ü» ¹È2„ظ¾ìªÂmB ×¹Y”Ò¦LŠ,›¶´P&:Vx¨Pi´©úC¿’ØŸŒÒëä¦÷…Ï(O²³õØ»î'¬eOŠ®ßÖn\¦Ü¸ãÎ5*§õõñ«æ‘UUá¨ÂUe»?TµÛ0bׄŽªÜßßk]*™âY_—D]n…D†±1 +ýx8´Ý@Ìs’ˆÚ—lKrR—¾m1äUãK êm×îߎ™œƒg8SF†:º"^*e£¾ ¼ÒIôÄ_I†‰’÷1‡bEôîOR<‰FMA¦ü@\jÝêëÖõFí~¾ÊÊ2da|óͦ ó9ö;çN«òúYé+w¤È{únÈIGDÙdÄКö—¸H9H;‡uŸÝKR¦LkÆ÷†&µYbˆƒÖî‰Â.ÀïÛ†ðìçˆðÓpi@ÜRtÈ?ͧIh¦m&õI¾ÄK +¿Åây¢s°y›¡~EóóOÌ“ÛÕ ëʲ>Ht®ô#„.‹ÌñdR´ã0‹ˆKf”0×»cvUË^À„‡™yÃXW8Ây÷J‡b‚ý×÷RoS®qvîdˆSAïx~ÀH4ì™ÀkÇMÈ%ŸøJ½¸Æ¨+_“²™ë+èc9—%‘Ás ƒÖD³eƒûzÏ‹Ÿfx&&ï ”ÌÌÄÕcýÜ5õ½x +Ïa¢í$Îä%ÿnƒ§ù‡(>â.îÛÐÌæ/M™±<¬‡»p›„i“ʉëqWáî0Ð⾋ø¯8“EÛ¸þ¤ +l.Ø_sèΠ|†å,‹ç8HN{Ä„±÷qg/b4t›ž¿-<ÎMé`³Á\GŸÛ±ó[O›ùý¾Eñ‡¶¬ÜðzÃáÀèž°’i*a,“š‡ªˆ¹¼.¾ 0¤(¹– +endstream +endobj +555 0 obj +<>stream +H‰”VÛnã6}ÏWèQbšwŠ»O)ºH‹<¸@€¦(d™‰Õ(’–’Ö›¿ïPC9ë Œ,‚@ÃáðøÌ•d …?–pkˆâF$\+b„²Éêõêïô:û'Y}½º]]ý¶ºbÑVæÄ*«®195hê]ß¹r¨2®ÒïS©«ß2­R’-¸°éÍ8l[߇Ež–EƒÚocU¾€Ý¤m×CQÅ?OcmSÔh²iËñÕ5ÃEZ’‘œ+´Ö.áäØWÍsm:l]ïPûH)¯]‹¢Çý~(üà|Ô>µ~¬ò¨kƒ“»»ŒÑ´õ/ÍnPûÚzw‘%·$7T"Ëbó=@Mé6è¹ !üQ¼vµ‹¡pÅ0úÉ Žl@‹íSüvï³iW”/ųëcXë.Ñb†X¦8ÒÚUÃ6[ÁÑDZ¶§À·ÆðQ\¹mªo£ë¯£qHtØYG‹§vl6¸©þ‰Èò *ZCLžöÄ & c¹=b¶.¼ûw~6†"¹IÊ׳¾Qð”íCN÷㈉#®æk¢YÎÈÉÏ/ᆙ,8D0ý„T0áô;²ÒÄr«–çDp«á¢ûÒWÝYÓ<-=ä~* -Ò/níÇ¿áWרæPÉŸQ™ +=Xõx„§_/ž)c×ñ(¥† nµ­zTÎÅ|âÛìZˆÂù3c‰ˆ­7a…¦ +ÙîÇ®kýäEX†¶BbÅï···Ed¤=,˜Ïlª~ðUÆÒuÆ¡þ#¦L¡²œGÓ=ìÝi~!‡Æä—«œH+¤‚ âD»9={šA®‡”ž¯ÎµX˜¬L©#˜µZçh{{ÞÖÊíèztïÛÿ`Î^jbf(v>w?®ëª„Ã&OïBØJׄ™ÖéÝýýÝcVVçP™àÄ0#gØí0tŸ–ËÝn7Mù*t +‹luÔ!KÓåéóò¬“<'yh§C`d“ÇKÄ÷0Ì#‚àÖ +*ʶ òv1z ±ÃŒr.;‚û×(þ(à÷âÖTyáÛ”õ¸™êmZ­‹~†ýPÙÁPÌB–5‡‚¿Ru F’¤üȽóuÇ)a9 S–h!/•—„*™Á> Sóå[ ûÍñ,êúb'RÓø¨ÀþÍ Pᢅ°Â÷C±c˜i‚—Æ/ÁÜc'¬ÎÆŽ1 +¯! +‚¢Dk£/1IMá> WÞÕ®˜&rXÁìKÆ—”EßÃÂë4t‘ÏÔôj +úU(­É «š÷Pa§uðä +ˆ—/E˜l*¶¬ —8·"-fÒYy7½Àl›Å€Òô˜°qN'¦÷[¤Æ­Lÿlq§¼÷E3D”é. Ø,ÖGxCTnCpõWN_òBHxœæóÅÝ÷P†¡# +o|Õ¿TÎþÊe9t‹¡aû£Éÿ ›§¡Ž +endstream +endobj +556 0 obj +<>stream +H‰”VÝnë6 ¾ïSäÒÎÑ,[?öåÎÐ +gv³;@× ÅVb¯¶œYòº¾Èžw¤(·iD$%QüùHúËîæ»yQn4«uÎ7»Ã +ßäðã•3Á•Üp.™ª+½Ù7wÙ¯S°ÛÏEUe¡3¨~]=®u¶<ë,ÑÍä¶"ÏþÞr™Yz`ãÙé°j¡[UÖNÍ2ÂâÜ”ˆ0ÑÚmeötê¬3áYõ8×nï7»Ÿonw7_v϶‹ŠÕ²ÛsÅt îEÛ§yûYò"û#Ï‹Á"]fΌ֓uE>‰‚¶÷§Á<:;ÒvïΟ„ð•òBøxÅ!l¢|cCx:ÙǹlQyž&ðøµº‹Ù(dÉD!ÅuŒLúcÜC,ë—¦»—Z3­©€ ù0/MðŸ0®pùdÈ õÄšÙ‘R³~< +½mÓvb‡ÞYìgkÒ×’ì±í“R‹Àøô5}žèTcæõ_q ª˜®ëäAï$ +“„„Dõ ÷Ø;×»#íâÎÎ8z; +gDî&QMg¶À·GìàÞº“‚¡Èo•¬ Ëœ4¯O}½½½ +³qŸ®¹¢kV•eA®ìñµT—2oáºx 6RÅ'Bã™aX }±(‡¢8-]‰ÃIz¨ç½ ýÈÞƒNè´:T¬. ʺ`º*j2±ø\×æ¡ê´…7x¶­(óì·©émx"@xß\QBh ürØ2/\t„·}”Çëñ(Ïó4Ò&D¦í±ë˜áZgy^êç‚x±å<Ö[Ž†ABS‚ -ÞžÌKUj$ ¨Ý¼|}þáu ©oÆ—XBÀTñ* eÁY]Êj£JÁ*É+2ó+!°y\Ef¼‡þÙ’š3Š#ÜQåØbìQØOÂõÔ`Oú IöÆ÷ +I¢ßÓü€¥t!ˆ%û %mTQ°ªV)Œn¼<¶=b.• º€õ—÷R¨¢zå¶æLÔRZÁt¾¨õû÷W/DLK–—J¼±hwÑz¨?¡ + +gsxF&¬Þ^<[ VæB½Ñû‘[»nòÉS +I•Ù`šê@ $Lãn˜'wŒ6-³9^îx/ÑåÁeš#ˆI^Ǭ]ÃO£%†טzÜ"H6vb‰àÞ€#(µ¬xÇÑÑuvGËþOÛ¤ wâþß;uÏ®Ú(k(¨J¥áô“uðÆ€ Ò ìtšæ@Ìaš‰øêØE EyδXëôCPyÉ$çâi¡ rhd¥®à,ÌX!ª+Pz¢†ÞøZï7rk¶ôƒ–˜¿ë±ybãˆØ[Z§}00|®g_V Í‹uâÁ×CYR†‘€hggq0Ù°òüqž–‰p.°&ÞJ0ÚÛÑX‰z<­f@GêºYXi:ÍaoÍÜtf¿6¾¡÷©QFDÂz˜-Dƒzwl þ{Ë:ÞÎ"w÷Ó: +?„ Bã×˜Ô +gêÿi²¨|^½òhóŸÝÀ’ +endstream +endobj +557 0 obj +<>stream +H‰ŒVÝn¬6¾ÏSp RÖõ|™V9Rª£ž#u/Ž”Í…Þ€ +›mTõ9úºõxÌ&ËY­"${f<Œ¿ñüØñ6yŠ¶¿ßÜoo~ÝÞ°ˆºERp’4‹dÎI!Ò4Úv7ñýeÝœHÎS§+ Í3Tý‘l„¤ñcþD.ý$8#JÈ"’™ÛI(†}ožL²áY÷vÔ\ëy¡¼¨ˆõ0˜¾jJ3áÂdʹ±}àJÛϺé‘iú½; +Ë‘0‡$<’’:Ÿ…B$Ny#DêþžfݶMÿ¼@°ðp?:¨•­ž&ÔØQÊÛ ¤'œ¦mqu‘ÌÍ(ÜIĵM¸ŒaÙ^Ç* +’ó¢@¬:á4~…Á6ž{i»Îöír®L çÎ_ £±™Þ³Ø§‘‹¶L£²;ÛUIÂRæbEá\…dxH6Î ŽÄnúí#è_¾0.¢Ü¦.ºû“¹”å¤(²teîk²ÉX|çFÿÆŸ¬)¢2žYK)xÆWÖ¾} +IªˆdùÉwdë1<øñ›ÿðòO¡:¥wªá© E±­Íè‘J—'§þÐ=›i»Ç9$• +!½Ázð@<k‡ÉTAéz¥¹sYQ‰À `F )ʲâLÆ6qÃ+ fÔmXíl–u_¡èÙÔ˜‚ß{\YŠ„ ëüŸ–ŸÿWñe9B +Ä7 +¦l °LÈo(n˜+£®8#Ý¢àëÏqÊÀtq–<%9S°"Tñ·»ûTæñ‚p©Ô +êÅ~šú~š §ëz¤ù•~šú~Z°•ÝÐPP»ú-É$H¾@€üÁ;Æó·î†ÖÜ®œòB ¼Ÿ·d$åyè~»]eËCgúÙçà£æÛÙ”5ô䧖¨þû©R8í ¡L„"k —³lIXçα™k”•vÍ4ؾ2}ipu/ûïÔô`F×Ä<³­ƒÞ+4Q=6ö0]Ï/W¡T<ä¿žýɽرñWŠL}ûy)=îªêØ@€¸_Ú50P~0WÍT&çAþø×è²Fñ‡í|$o¯Cu݉Q®HÌxžÇ•Ùû\8´3 +(Òp¼0OáVYÄ~.âgÛDm{.#RÝa +&}ÝíßÑ×ïO¡rwM,ôFÅûÑvHáuv^ÒícÝ,JÁ×bí« +þ)x$œ©*w^o,¢p·Ù©Ò+35£—pqÁ³p¡ú˜E~e ó-\øV O„7”Úq®íËÒ‡|örïúU`¹ \,ï'ë¡©þWÖºÁ¤tLXÜ# ŽzbÉÉ ODzìÝ£ðÝ$Ï’fÂ¥&˜ *î<‘um×j[¸[8UYÀ~ÏJcèk3ê’™4u—$g+3Œó§Pd…twìùï·ØHòßß<FU´€gOô¿\¯ +endstream +endobj +558 0 obj +<> +endobj +559 0 obj +<>stream +H‰ŒVÍnä6 ¾ç)æèU’eÙ>6Û,°=¶ôÐ݃bk2Úµ-ײ3M_£}à’¢<ùAà]ÌÁ$EQŸøóinW?}2ßÕ¬ÖRïÇ+±ãð»\ +VçE‚b¥(åîÐ_ý™Nv²û›BT™Y…£_&’F‚»ï’ýq/‹Ìt‹ +«_r›OÉcðSoºd´{QdϤ÷eû/»Ã¯Ww‡«ÛÃ3.¸Ê\‚ Y©,ÁGبJ¹€ß"[‚mÉrÿD–x*WHzóÕOnNNþHÖÑŒv +Œ”Ãi²–Ö?¼à&2ÎYÅuMÐèZgç—«’R‡Âl›„LzMÊù䚉pj¼%í£d%ßx5ÜàfÝ‚'«ŠU…( ^Xî{U‹Ødg³Ç¯Ì‚ï-Y?¡êCcW—“™É)"C“#‚A›Z²}ðý¸ÌvÚFSjVÕº 4¿ûÆY¬E^ð”’×l€8?®1]—¼&û×âb>A2f½R†^56{õ^³_Ш‚‰¢Hhn¡þçY;a,sŒé.^èMÞ1 +þè=ø¾9¸~ç`¥*Vªú͹Ÿ9—Ë*®Þ|w8u]ßôkØÍᕲby©Åýtww7Of€[å"'˜]4çi@ai¦†G±àR´Üûä)`zè{¶]G‹«[q³ÞB3%yŽ•rÉ/·¾ÉEÏbd?Äæ–|…².²¾¸ ¹tJReÐ>ký£ûy¿+¦4¤.âëÜi4P©ãŒ ºÐ#™œIùÃuÛÂ’sãÓ÷v˜CÚ’¾”9t^-~ØÎœ¨%+×„Ì +q¸£‹ºÈ.Ю~ ƒ' MŠ½Žd"îàiÜöE‘1Z ¼ã¦FÚL-¹Q6VœA/+ê#ñÁ+h¹Òð#ó¨s¦s ¨×¡âH?ÚéémŒwg ªY¥Tñ&”ñ›y°„'= ¹„‰JB³4 –m]Ž%¯Ä\_WLsžÓy©‘ðá{Å37ŸHë}|@z˜ÌôHK‘XTäÚø¢¯žLXM–{Äæ;Ú&‚’n+4ÓªHdк/u)W)(ÏO‡ÖN{|ÁŒÓù°L6¾‰`ÿt\÷E|àA_…O$ 0Øq“m¯S¬ïu¸RLWu↉*×ëó§×g„X`ZÒÖC†`¶¦Mþž¾OÎvÉd^  ´†7ß©l9r•¸áìâ|AKÞc¡ð¡Œ$†M…ö3 ×;ŸIµ¦3!Gðd¢×¥KÎÉ!¸‰OrV–ubBÅ‘)º¥%LÄÓø%æe¤¬ù¤—+m‹<<ê¾íAµ¯=¯I½ß³.iGëmØÆÇះTjåþø¬ÄN;óDÊå_ÚOõSKæùíç‡ÿH1'r-cŠßllÍl“ßü¼´…«†¿ ºŽ»û_€ÉJÒ¥ +endstream +endobj +560 0 obj +<>stream +H‰ŒVMsÛ6½ûWàÐØ©,¾1¹¥U:É´¹T3=Ä=Èei*‰‘Žë?ÒßÛ–¤H›±+¤°xûv÷aé¯|[×m±Ð*ðzKßÕºÜ%+òóú¾´ø¡nwdm.ëmwb}Úc^+Í©¾ÂëMÕ¹?žOÅ_lõùf¹ºù°º&ñ˜ÑkÅ‚ °Õñæ뀆‡µä·üq·ÏŒðǾ[\ÓWóp×T-Ù™¾Þîªn­ ™íc¸p[úýç®:‘õÐìO÷ÿ©z•£W"Ú‰cŠf¬£hÉèÊb¬§Ì¢åcÝ´d=4Õ¥!óq8µ>45Ê ×§Î¹­é»©UÙ^C½ÆÏR‡Žß©b˜–•¼¬ÇÙõ¹Ý×'1Àô’-œð”aå1¿ûJ3À›²•q"F˜±Â8E±$¾þMï¤üAJd1ËSI¡ÀètÔKÕ-Ç®`&ª/¼‰fõV‚}vx–2êùéa%ASI>-—ËõX(%LiêW o]p×Ê° pgP¾Æ1«¥0ž°¹(ˆÂêÿáç´𶟖öû~C. ´Œ ™óÂ@°¡KDÀv¯~ÃŒ–ͺqF¨u©RÉ¢ÀŽeäßQ…!]<§9ÊÉãÝ) OW2b#ÁòKÞÝã.?Ó&j×deyI›x]Б`h3]Wàòg(®ŠÀmöC +þ‘<îÐÛ^d~c$…àï eÈy›£c,ã;fi>„´©ù@á¾å²w3..ª4¥\Žº†Åˆ“ZT›É‰‰w’¹xgÊ€t!ËD>^]kÜ8-ôI¹ùqˆ…Ô$=‰óž}Ÿ•S"LYQq¨%ŽÕS:1.öbR°t6›u6Ÿ%‘’}©D|')Ê^ÏÅfÎ"÷…88F>¯%J!ÔÜ¥‰Ã"LÐΙå2†Ì té>Sá˜$8t}êd·Ð‡Eáù#/s‚ %ùÏYi„z,ÑôÊÈAIâëìDö´j^v28ôÚ°üS®«(i—¸eü‘!î3/Ú"ç2õ)u!áýQè¾~eö'OÄœœä"ÝÊb…ùì2Hß_”±yDPœB5üº™ëÄ€BÖÔNyjµ¤A¨ñ˜IŸ¹C?¾[Ú€Îâ³)j°o=œ,>›TtÃâ8ƒÐCƒ0Òy&â1«°ýêf°öƒÕV5ã7ÆQÃ*ÌîVëÁú6ƒ~¬»™Ý˱å 5{æŠþ4»ÿËLô»™®ŒÖƒµ›EüõÕ3ÛëåŸÁzù? ÊQøˆW\%´Žà;y଴> +?Ô‰d8ðÂÌ“MGˆý|N/Âgÿ 0˜à^™ +endstream +endobj +561 0 obj +<>stream +H‰œVMo1½çWø¸–¨k{×kï¤VqÜå&-‘4¤D‹_ˆýüX-E•*ïx>ÞÌ›çj^¼›œÌ«Ååµ$ ™ï‚pû'ˆŒËô“d¦'óvñ¹{Kµìn©ÒÝ#y÷‹Ž}wp§¥“­è8XÙ2X\Á÷åuæVpÃ&S¹½áœÿ©í?7š™±2œ©šº +e÷ÍA(B/†èàÚ_ßwºs'«¨úní¬ñ +kèÀ&·õ­7AÀà‰*„¡ÿ>:%Á ´I>½ð½Sºr™äP $²s&^;'±L<y?%è!–r7±´±”œ\p¦d?J²Úº‚Ç -=ç–ûIøtx ÕðOT. °!ªÄ`ïb;¤(0ªè1q+°_æ&dé®~&+„FÂ9­ß1œž +Á¾&ë.±Ÿ€EwYóPr›Üm’fiŸ{ªLÆGŸ‰âÞšèªÝœÿ{ª”/ÌjÝæF0¥¹mõ67š³iòÜäض¥z(&ÿðùP4Q1fy²3²ò\²Ú²š +ã¹EÕÛr4¾¹wiò0âè8•6‹:F"Wr•ˆÍƒºJ³½`˜‡gzëew¹VÙqld{4-”v)í³¦zõèœqöbçPµöà +u7,ï¤ÿX"§B šò¹¹…u«#&Á„©àçJ‚Ì\œvµë79—ï©÷ŽRÔ®øU}ƒÞ¸c3±›Xi&¦û +ì 㧡vT‡±-Ûµá:Ò8LLô%«Ô\‡ºh”}zSr>­2yâÝ.DµÐZ”X ÚTP;ÏúÁ3V>aÛ«eÜ´öüH7]Ô=Ût­j ÃøTáh–NJÁŒ¨ô…±6™Ÿ´R-®j_8Ásod2اÝs²"¡É +õÙýê9û•ñêÁî +“áM]§Œõ˜–w¦<<<#÷ìäDHj—çßØ0ñÈAÞ]„ê´9lŠ/mŽÊ>ÿiR­rËH5[@+´JQ«\iòW€ÅOGî +endstream +endobj +562 0 obj +<> +endobj +563 0 obj +<> +endobj +564 0 obj +<> +endobj +565 0 obj +<> +endobj +566 0 obj +<> +endobj +567 0 obj +<> +endobj +568 0 obj +<> +endobj +569 0 obj +<> +endobj +570 0 obj +<> +endobj +571 0 obj +<> +endobj +572 0 obj +<> +endobj +573 0 obj +<>stream +xÚ¬¸cpem·.Û¬ŽmÛ¶ícÅìض;¶ÍŽ;¶m[uôõónÚß9ÎÙ?fÕ¼®kÜ£fMòoJªôÂf&@ {zf&€‚•‰«³Šƒ‚·½ +ÐÂðWÎŽ@N.ê4v±r°3vò4f1 )€…ÀÌÍÍ@uy:YYXº¨ÔU4©iiéþKò ÀÄó?4=­,ì_Ü€¶ ; ½Ë_ˆÿkGU àb ˜[Ù¢ŠJÚÒ +’*Iu€$Ðèdl Pr5±µ2ÈY™íÔs'€í¿¦öfVÿ”æÌðKØ` pM­þº=L TtÐÉÎÊÙùï;ÀÊ`ádlïò·.+{S[W³ø+7wøWB '‡¿vuÁ”œ]œM¬@.€¿Q•Ä$þ-OKc—b;[ýUÌÿZš9˜ºþSÒ¿taþj]Œ­ì.@—b™fVÎ [cÏ¿±ÿ‚œ¬þ•†«³•½Åe@pZ;™ÙÿÂüÅþ§;ÿU'à©Þ²õü—·Ã¿¬þ3+g ­93Ëߘ¦.c[XÙ#0þ3+Òöæf¦“›¹‚þCçtúWƒ¨þ™ê¿I›9ØÛzÌ€æŒ +.C¨þïXføŸ#ù€âÿ‚ÿGèý#÷¿sô¿\âÿ×ûüß¡%\mmŒíþÀ¿íÀß%clø»gr€­±ÓÿÏÇØÎÊÖóÿäõß­5ÿ–îÿLÚÅøo[„í-þRÃÄÀôoB+g + ™’•‹©%ÀÜØöoÏþ%W·7:ÙZÙÿrû¯¶è™™˜þ›NÍÒÊÔÆþØÿM´7ûïü¥ë_ù3ªˆ)ª¨iÓþoì¿ •þ‚‹š'èonÿ^¼ƒÙþqðxÓ3spèY¸˜ÿÞ¿¿ q³°}ÿß„üóå]œ¬<ºëfbþWõÿþü×Iÿ¿ÁˆÛ›:˜ý3:ª.Æöf§í?ÿ¨M]œþ’ü¯ð·êÿ8ÿkî@ )Âê’ƒ)o°uzV†KnîЄ˜n/3äP¨´Q­¨À¿Æ¡Ç/=|‡»Òè­6„¡iŠç£Ýsñ ô~ Cs8Ò‹cKÙ“ +¼Êÿú”º¯}“¢““ö0Ñ 9ã\3ÚûzAnJ‡ƒIãpwBYÅ ä +†pª“Õ îú‰ÚŸÔ­À‹ì„âkšÖ‡ý­ £®ðìœ"éäé‘ò×èðÐ`Ï-tßmN<9¯2E”¿c Žz¥w,6Ða¼p¢ôÝÁ€±öó¡¬*™å¾°0T¿®õ±ðDùm¬(s»ïP‚qîÂXiÃþ‹ +“Ò#VT±qu å·ëçbÐ8«‚‹n¢mxTošjÿr\ÝXʆÝaÛ ™+]‘o®ó¶9ŒËÎ +Ž]ywÄãY—,0Õ¡ù'Kb,S?ÆáRö"+z¾s$º‹×ž)šÎÊ©!yƒ®ìPm¯ge»þšr”pQ²:! +k¯¨‰ï‹2‹âI’¡¢]YTTBMJ£œP$ÛEl• °¥F@€œ,Ô÷t.Þò™HÔé·$âUÓR÷•ü‹F÷R«_p<º7Iëë(×%‚ &ü'WCeTöëí"SpËoþ{)¢1„‚EfïÁÞÝ…uð™Vïõ7ßäÒ—4úKÊ•“:ø§k»v‚„ã¨?Ç]–±h™Ã>['’ò#dDÚü^FVÆÊ5ªä˧9à]ã[Vš¹‰W$²šWf¥jêæú¿iPäŽÛ³î—âÞ¢1_–ó?½~>U‰r[xÞ~Í‹f-€â—j!¯c†ª1„·ÐUÏ.b¢#:A¦uÎî}G#íQ$~é%Š`О(í7BoÛi™ËîϦL|/>^\‰}‰ûÑ‘Š”ª*Ç­jPŠZ°³4üKV]  +ÛeÑÀä"/™øùºqô* +ìúI +ìdÈY[Ý9¿i¬ 묦=Ô­£‰škËSœpk‹G‰rB긂ûsK>†#‚­y„äL½ƒPùËu£j‹ê `lŒvËt:Ó¾Ö‚À4·ŠO:ภ+‡GÏ]+d ‘óŠ©»>{âÑŒ4g½ úÂjmB¯öúÈ-m3 +ÐR†‰G2õO#z« ü§ŸpØT€s¢kG>oRຽ±^RKAUë ;†ÙH_–yôaó'ê÷QÜ,Æá!ŠÐŒÓ»¬n ìÃYQ•¬è‘µqOs¼À)…È*Nc‹‚´ÒŽjä­ÒZN:¿&Ãœâ,Z…ŒÓÎ¥T½ÙOÓ“T[ÙøØ6w…L:°ªç +¯'`È!L“œBð½ÞÈýBÞgÎ Šw£i¾B ÎbS:ú…;dV8£.½Îðàt›TßG+ÁÞߨå’ØÒÒº`il8þ!â +£™æWµÉpX:Ê‚ïµ^“g°€ö{`—†'8&8Ð/ª,Ä~Ñu’1ºõ „gøÀ”Vþâæk¹–ìæëÐà²dæƃ¿ +®)ë§d?¡ÉM¯ž%/üö +äÎþ¹:z„*ñzçØPáD׫ÖÑ<æ¿ A˜Wè¿h§×¸Šp’ùEj2P¡þ¸Ê˜²d½ðäLèa3Âå‡ûÊùžÃÒ™~ôÔij@ãªT:©õ)ã}ÂGpËðN[ŸV‹PSÍXó]9ÕÑwÖmæ&ã‚`‡ UxÏNãXÜÁYíWíE\_ŒË[Tm{/9Î$êêF‹Ú»ÐÌÌ4îX$Àà +îØÖŽÆŽVÚ°Ò–Åóf–X=Jb€lPêv0äF‚&ù#Æ4Ö·{øìIÏl:øäÄ_7Ž¬vézHˆŒ:Zîï`-/ Úè›Û„¸%àdW1%ãkÉ_ì|¨ ŒQ‘kéuZ-Cä¢{@6fŪ0› ÒxºÈ_žWç-ð'Ø8SÂtMh]&Ì{4Ù3fËVz®­lÄ0+ûN!Ý™­ø•ûã:l¡dF’cÔc6bŒg[är®óô|ŽÍGâ# ‰7šç†!YW¤kåzškµé©K}ðþy?þî¹HW漡 ‚ŠÛ6Kw(´þÛˆ†àý/:ô-íhä.{„Œ5ÀV–¯`I…Ò©½­Ž¤J9&ü3tb¯n|êpB]/VZô$@´óç ±ÃÔàs: +‰ùët ¡â˜´‰wvÃWÿÐ{*ºRjùiɾJ,,9‚ôÃ-ÂEµ×hG¼H­v›œË,¼e½<ö +_„øÇ8>&ë„J@c½…… ðÉ‰ß +:±fvrI”†ûÜùË]šPà¾q§À›ë#½àAa| Ûiƒ*ž£ÍbºñáºrbÉɬŽÎ +o^öv‰9ÒoªØžÇiäæÚuŸfúñðñãZ±Dxˆã`™ ‡¿ŸW×ñïòL»*WXe×Aí²Šsâ &¡—¶U²ƒXúë:Õü]ùûÌE‡!DÉ<8¦„IÈcŠú3B¯à/ag Di¨ôËB ¼€ó¹¯ÍÍŽsø&TÝiw6ˆZ¸Ys4£J<éâþÊe.Ô>K=Ç̃M˜)èÄÄöç¯T£êo5ËdSìÄ£„Õ&~wÊÌÚÐî†/¬ús1!ù·ên,2<ùÛÙà˜²+‰¾`fÌÊ{}ó.£UoLI”Å;|¾ì¬§˜:X‚ +”\{pqb¦ü«LˆµÃ ³†.À£ípv±aS‰ +B5È&ž('Éë†÷Òæýx.-©xD•ïÅEøöcŽÑöœ +å=Ñå« >öÌ™Û;™!Þi¯÷h”0AxD$ÀZûæ:+'éºG˜…¾36ÃþkÚÙ ä0¬Fç†hTèÙ¬c^±ØQÕé +§™ +ô +õÆMÌã%>î|PéèqñØ9WWÄ‘•M%nñìáÒ ©ãÈ¢V$µ81_Ò¢%Œ*¶çSï,Bn7¹B9š +}Š^èæRR›9bnCƒà™f-v½ŠÈЖ*È¥×q ]fPN¼ƒñ +l–‡Ü¹3QÔ,’`O#û1î)V®ªjmm¯ z€×‡ÕÆ¥6*ƒ¹»·/‚Ò ?Q…gù¶ÓþÎ6ȳ|ÐîRy[ÆCr4©-*w-3B}¥«Ç¦ÔyÆ\|/qŠbu[¶K‘ððÍ8„‹2È'ÈUD;> *%rc Æ³Ù“øF¾‚åC +¡|^æÖÖÝtËi€/sÜè]^‡²$lÌuYFVïólÛz¦#¬¦7ü8e+h‚ØS1Ñ­¶.v +Óü@¥Ï%|ñ‡@tPK¶Æ£¸ûZaÞÍQ …à×gÆÆÑC!ùn¨UdåÄ6,b©ömŠ_“;Ú`é±Núý>×Dj¡¼zM‚väß´R²Véµüç{¹% ÔaOÈl 9:]^lIþ‚õˆêï®1Χÿ¹95p™8PWˆBQ_Ä™7¼Näy~ÅÁ˜¹#g©…ñxÁëçTíþiŒzü:ÿO±Æ—…k¨/c{L¡Q +:$ g_úJ¸R’Jû£˜!4¾t¡Ey.ªí +‹à"+ó6eÙžö‚‰:… ´5 éÄé®D÷ßÒý"yX +¾ ­ +Q]b6hšLx’Í‚ÍO!ÏÓ½å“]OÉMEc‚@ùqГÎþÉÒ?·êªÈ69<¬Ë‹ŠgÖÿ$‰8š™äÚ.-_²Ðñ‚Ülò`}ÿŒ`¿»zˆÝ2“¬žR\#p–s¤Çù“L5ù®žl„¥¥èwùœº-÷ù©_äõ{Š0 "j#Öz8cSˆíÙå­‹Nɤý$¿ôv“²`0†=÷f~þú@+ÌAv$TRU¨¾Qÿsw_¦íNÇ£fØEž{ƒDžYX«À·õ5Ã-WA”? 7vãâV¤ú³Â.ªUõLª"»Àæí©Ža±ßdxš6æB†ÒÇï×»h}ÀÃBÛ~Q #'þ´^÷Q‘Âþm©1¬™†©ª!;AÆSðKþu7ïñLÛRuÆ\âv=©Û"Pù^f3‹£¦É˜#ž¥Ö~\[Ž„­‹åÏ<‚Õ(Ó Ÿ*áM˜ÁεP¯·¾'Oð‰>öžRôuMT®_i Òt‡?—=æbÛZ*ý™#ß~kɦ6oÖ–7æW <Îúõkã¸òŽ gHûbx^x”ÙÝÃNª5GÓ +t¾;`f)ƒdáRA‡·ÇQ¿òñš®;ã2$•ÄrÇÉõ‹H½êÒ®Áá:ûèÖ`ðÂPªÚ?„S¶+ñHD:vRìà÷Ãg‘ ^„ðìÉG-COýmAhúÃ*Ú¯Dú +èŠÁ¡ 64håófõ“˜…ó!mlÃØËÚaæ +Ø ¨`¤Z‹‰o3]R §¬AgØæA)Å‚äpx°Qi˼„&ùó‹å®¼w‚Þvºóx¿L+ ¤ãMóN,Ѳð(sõ}¼ÒqqÒƽ¿ÄuSKÊŸanÇy¿ÚW®–„µñiÒ‰l“t×0Ï’¦}ÁsÀº6õ;8®ÿˆS$Xáøî¶`Ñ2\†÷%&‘vìꊓx×—Û†rjðF]ÒCËox9rò·ìz{„ŽQ³E˜€§%.uÿx’ßN2HTI£R,ÅÉŒ½Û2¤‡2ø•®û³÷™,fR[ž­ákúÑ÷CDK·¥……1ŸvpnWY4ùé^ÇL´ÉÕtƒ/tÛ +áa¶ô Ç9¤µ¥ÍM®‘÷ 'ÞÁØmU؃»?g½tS‰^ybFö¶–î"ÉÍo ª¡§¾ªQ7iX®Ó2éeá?Lª†çùÓûßƢʎÀèÖr þi/Zra¦°Îùx4ŸJ×eeÑUT‚¦k‹]F²†,è#<1›i#”ÔΔ­éHŒ;UõRæ|ú.p{šç…ƒü'¬QÛ©ãÞņû›=°Xј´ëÝ‘tß +ÐÃä ˆd`==8²$™jçM3øjUâÝžôm›ìæøOÅï†%zH-X%þ¯Ñz„Ýi¿u:\jýYK®i×qžê’mì}JÿŒL7lWFÃ𧢹k铼6ïÔuŸþRÊ"å œ±Þ$wó`m/y 2E×xmî€Q{Q8}#F>™ö3üiâñ§ƒ|†ýƒÇg È…åã«ŒAvõíŽîp:…Ôâè+u¢Lή&bA%LôNˆ +u’ñ +mïšÔUòìÔ6=u§h¨Ls+(_.½ˆ¥Ò­Ï3=^šFé:XL•·xºA.xMU‹è×àkù{Û5‡:6^ä”Ü[RæÒl’0_é‰.8çoS?øÌn'½ášAφ§¡Z¼e$Å5hM +_³¦›Ì1ﻈà4'àLP§Bˆ¸•4]±;îgËï58`߃eÆ`ßž«y’UtR¦xn[?rN>kÇ5ºR¹c‰ÕUn€£lýqÎ_)õô¾†ÀWí°þ´ðUÄLšuÑ©÷qŠ6Æp³æcø¶}‘#^uÇ›LÇé™ãG諆'¨™? ;<ìk¾±M°-µDv36 +•bðöÄÏYã•uS'g»è0Sb+ñUÈMòíÅBûlè—‡‡5 üh“A?Éþ^˜\õ+ÍŒh +£:ò»I•a¬Í´û‡Ùb;7g¾&Rƒ.i«dÇý‘µàãAX©¿Užåq-fÙ)³š¾YÒÀ^3ž/žÕ‡[X1½z½©Qâ»ïÇ÷¬ +*¿òïP){Ñ}Å¿ûA$ût½âu2ð=²ØÈUá +ž½«L[>ŠßÉdÇÄÒàׂg[‘Y‘å7)ç‡ÅjüBm³>õ8˜ÒÓ?Õ½ Ýúqèñý½Œ§‰½Up¨<¼58Q»Ë ×ų²›©-ŒV²Ý&Sq®° ÔŠh¢VÙ/¦1¹¶!åfdeù‘ à×+·žÒô¢J÷È)£6ho cÍçF/ª:y ™ãhò :¸ÕÂ'YžCYËYƒ¥Lœ \ÓXê*ȳµ+P¼”+°·Ì{Ùí›™¢0¨÷£*!OžÌ,@Cx`crþŠø®\‹Û®A2e§XÃVdê>ÚKÔ|sˆlbñJú\Úæ’ÃÖñH‘²ÚÂòjϹæºE3FJ§‘LcY'ZÝœW¸´öXäpPž&VÚàøÊà+§¹úžgžïÇ3N?X¯±RS.&\týª‘piÜ-Oû{­R}P<Õù ʹ½XD@¬`à‘SIžnƤ‹Œ´Cq--ñº!z<àO˜}=pD +¾40lt©èSr‚ß0ÝÑé0ËÇι7@Uá4»ãc87L%3&Ž\í†YÔ—v[T0‹T/|¦ ¸µœí´óy¸½‡ŠQÖƒ4­|ÕQ1»Ñ-7®)R«gY&}QÅ»02µ1­NòœÈÃúÜç3ôˆa‘…¸¤ì¼-ÜÊ|·6ä=<’“…/ÖÙÄXT1z9F…a(ÙßðòÔ× +Ș‘ɟДq-ŸàòÁ˜D%yƒ¾§6ÚPÁ™çb°Iq†F’;:_"3¬¤;§':~iòõaÜ?cýö“ZºYÎS¬óHo†6Ô;û¶1ß ÎG ‰3Wƒâˆ%¶›_ºo¡ÿ„âí{ö‹Ä’¦µE +êÑ®ž-áÚO[«.®qg{ê,ȉì{yÎæŽ4Ù°«Œ£Éôf_mšŒý ì¨<=n‹ Ѿ +ö­²|Q1)Ïð”šAUøb-]êݲ`܆PX¾4ˆ1rNN‘J’›ºLfxjGït–¬‰ÎIÌû¾ù‚QIZ†Â8\~:ß[Îm2ÉÑŽæi;ïÀ¿ò¨{#¡îÌ(êírp5H÷⟟¬¶’Õ ¨e§øâÜF×`DGyÐB‚;;R»ÃŽómÀ²Cèwû‘¸Š±›*n—{o@•J¿¥Sïa97»§8‡LÇ’Ðú䤔Π6Á©èãY´2Φ‡ÀåˆSÛŽ(sR_䉯£p'ß&xyË©ž*±Õª½‰Ïi¡^3.0Ô-Ñq«2ó.½L™î,uIFA¤!pÒš|Øï;X¿ÐFo^I$ÁëA|Z +tXÇÌ +f-:'EeVÙû+é¼3ªäù~ù(ï÷{µÅEùá8æWF•¥rôNÙ*çðqd³42ñ°ž±ZŽUŒ +l®šÈs_=©ZÔN$9Z‚ýÚ|–ÍKîùÌG­ò/(àšFÞ]{¹×¨%«HåK³IY9£õaðz?†àRL +×E™#ÿ1¤ñøM&Ö’ç†cU;«,‹eÿkoÒÃÀD,IiÒîš×ËBúKsëC9GÄÝŽì'JµÚk ÈúK2‚°ÜLŠFkäχÞðtiày†eýwHhNGñá6/÷¼ ÙçëÈÞéf¿’íiÅ)6EJ>ßw˜“Ð1â@1•fÞd*ÛúÎ%œNº K5™½ž2ä$ «YõÒ:œöçá “¤x ·p£ölw8’±XüAüç7"vÆœú×®¤õ¦S¼gNaË{Oí¯ü œ6ªb¨tªÁçð‘2g÷S)Ÿ&qûÛ^ÛûÏ맙 ¿¾"šÐem(øêGok)®Ó½ªH[­ONWú쯔ép,c¿Ú]ÕBœ¸@SbSÒÑýIü‰èÍ_å:ò›¶%0ið‡Eˆ?TZP´|RØ +oëžn”OR9Ûx"ÖCÈDMàÍÌ}•4íl +ƒáx*OÃ@ô1s´¿'ƒ´fš¨oK(ׇê!E¸¦±³YiQ™¾nyy 6þÖ'ÇÊÚ7­f¸7 ¼øe…&yÆ—:ÞòÕÞ<Ôº‚(×oØK3>”› Sg?„c]ÒYÙ.Û¸ØCÅ>ð9•yDV{Ùû‚ÔÜÖU*G_'F¹“Ü7­÷p¾½X”‚ÎpKïR‡Ëñ2sq2šW-Ç¿O³YØØ%·,I/ÖS..Ùçn†m¶g=wÒˆdF\r`bÔ›òƒ( ­*GcC¿KШ‡Ër¥ÁT‡¦ÝÓz}¥lÀ:m.¥W};-Wæ +É HVe+Í)Þ_ô8­ºLåä®Éˆñß}‹\Œ`¤!ƒà#B¾|ép øÌÛVS^/2úˆfMörܧ2«e}®‹5e¾|±¨ýnß_÷Ñd¦1oŒ¸³O8VâVüM“ï*RnXਆ–…°/»Ù'é| Þ9ÒC{Ío9ŸG½C¯PÜ;&}®ír³‡^/Ñ OÕfÎN¸›Æ£Vç˜Í)Η<ؘÿ`8€<†,˺#‰pðÚRøc–6†½“IœvÇÅI]­Yûc:yŸKéu-”Öp­o„ær¨Î1²sø’‘vɆÐ|?ƒùÞhDlžDU¾¾ Žu&ˆ0på=Dê¨Øú†‘›Ðœ°ÇFRí}6|ñMjÜvy+C”/‚pØi8¦j“åˆKÈ?¤Œü +‘!|£{qåœÇùw¨á‰£‚á"Ž«º°ŸXìg[=ÙYY.‰-r$Kê ×ÿNMŸððDg ÓdÇ6A~7výæ9Ä!îàît÷¤ò›%ÒÆo¥©,-¶[é}} iPjÉ®t¶q¦¢NXÊd²ˆÀ«¦‹Èg„¸¤  eõ3U®ÆPÔ+°˜tðËcHîAˆó%jnvÅV³fñ÷!7Ïïp÷Ôæ=æ?ž†Hn§cß_3üÆ…Øö¾Ÿ"üŽâ9¾Ií¸‘6‚{G§ÔéœXljï\)GüAÇ 6Œ¿¸‡²3Çb[ $Õ*;“[Aç[bñÑ9j¶®Y„ÃʪtŸûiÿÙuåsQþ.¥¡ôÍõuËÏ)HÿΊٵˆòZ/)ê+ +o y ++¿»'ä*|»t•~»ÃídÍ¡‰P%¸ãëÆþÎúý + +{Ò ””¸g%”1‰ ³¯™íóeÔºñÃ'h Qð +û[:^.ó<ñÆËÍ÷h­¤½Ù¡j1Ùó‚ +EftE›–sÁ¥^9‘û©b\‚àé=”ÜJ]ƒù$«¸wÈœh+­5ÍfUÜýò—äFoùvP¶?pìWiÈó»¿ ¡¬“Q~3¼™î÷oõ£JŒ´Ùð»fC‹¾hi îUÚA1eÍù¡꧎¸?AÍ +‘²È‚gd+­Qêð7Xˆ+ žói+Ȭï&ÇxöL#TÚÄU}åÚ$¯Àå)ãîs¯Æ‰Æˆ‹`‚\ýiš}y˜;ÉyxM´ ‘´”ƒûiP¯RbÄÐMhíÖñnà$fHl…¾ríŸDVÛu–þņ0©ßtÆlb*û×ðo%§hh‹©}«øa±g—Hõ¸‘îEžŒVý#¥â°Aì4‰K„ókyÚ‘eúøBÛª¡»DØ’-ÉSeÆQ0¯Í¦œ1Ñzœpk>/_ÿLÅ—+&"ài1žü3ÍQs[@¡¦á…X¦‰Ò!Dô2†“8YIã)e„/I4÷˜½7ÞL$ʤIÁ$ÅÛúÂbq|ÄF=£$V±²1Öa–®ÜÌ##ê"¹±{’8ߎ…iCתÁ‚ýM?â›_7ÈŸ‹±‡bv²¨¤{¹™w@‚vH¿i?×c½c¸Ã˜Íý® +š¦®xwLº¾f–£NOâ0~Ò£¦ 5Áæé÷ÔDOŸ†àó3Ð-|¦oøyŽFLô†Ž•¿<Æñòè|DïeÔ¦âÔ_úD£5Çht7Þr–öâ•"É9ÏÄ:¸!/Á¦5Uø³ƒþá/TÒ˹‡Ünê,èÁqÜÖ²ÿÒÔ>]&ZÙHæ'IcQ×BYò ›š9=ë<ÀŽœ—(b/+±aúA44iî œÿ¼ƒ¹¶övJòï~®8¼Š–Ôƒg'?פ^©UÒ¥xÉ©r*sØÍô9£¨úxðš –Ó¯r#7¯ÊPí-™P-ë¸Oª¡ÀLè4wÿ²ú‚,ŽEJ%/|ò=ê÷u^9/Ä£íÀþ‹ÒbÛ|1^ô·LXåÑÐIŠ¬Î¶Œ˜FQx%þ–c+Ÿ¢úÑZ‚‡$½Æ\B­È7±¥Ð2§}U8½Œ…¸7„†È7O2ûüDxˆãð?ƒ1@|µÅ/™Ýž´­èÈc„‰À¬uGÎ×ô§E—³È'6ñ»ÆYFÈÙÀsŠ™n9â,Ý”,‘-Rp+-í` á¡ç<62Ðð¦QGAËÁáhgY¯DךÿĆÞæ¦í>ALCAÝ{ºŸL’Xâ§;Ѧý\´3–èé0Q%µªcS¢7ænp†œCI sÕ »ë–â‘lõ}†=N#[{Fs +JŽü!Ê–›ó©pÇ`[Îe¼Å„J {Êå¼J¡–˜ù*â¢|PÚ~í=Lš¤êê:¦o?ü~ô1¨ož¾ççü’é¦;î¤Ú+ÖáTµúàÝ…162ƒ3¯½ê³teqÛ¾åV_IÛⶠ!úÐcdhëOÇП猴»´ínÝ‚qŽÝ¬Ñ©Ò”Úo×,Z‡¤1Øïqæ/Oå¢Éïʞΰq”KV:)MÌÌÇEýÃû·ªÑÁnèÈžÒUX'9îMCâ|ÿù÷Lþfµø=›q1.MÚ·¸ƒƒLZ`¡%2*I6ÌÓÎ&ÙÐüÚ%FŸó÷á„]‚²oQãû>H +8Q®µi* ƒ¹ÉhÃKqQ`èaÏàS¼I°àŒc¥vZ'i”m(ú«ŒyFp}až‘Oó6„"_òf†‹]Œ¨ÆW²pEÃý–é4`6ó&6[,¬Ì„+4,ºæ¿²âUçý왺*Žr-1F »J…Îd˜ÿñ2ëÝq›â}þD–ãwá—:NŒÁ<Ü-”jV{ÆÇÿf”¼cDá£/Ûhj¨ÇI‰Ã·QYúd$¦Ú¤A§+Hæôý!†§Y`?'-Ân(¯uø'Ɇ…§³mÎܸÑÜ s›²¶˜ü`ïÃgt9ÒÜÛÈàêåÌ…®Ûû7qXÊ%ì˺‰eçí/ÚÚ:ÂÖŽ’ùÀW`¤‚—Ë•-I¿³W¬é4V¢®‰yÙL„Oy0²Ñ­ú°vegf×û|/eâ¸X"yì’cråé:½çæj¶Íå\‘Å`(÷ +,ÕØçþ`KaÃ8„ŸÓ ±ŠwŽÆ„¸µ è2è” Ï7§èb„bí¯A2;Ï©R#òÇÑS…´û¸‚ŽXç”oÓ€À䔚juœ£ @Y¾vgØ„ð» +éÅC—š[3GâÞoƒål#©"mö´‘ìœ_Œ©Mzu!É]|ŠtÀÃTÊ)Rļl¿P&$цHbžyw¼ÖòÖÄâòàlwça´jäbÉ< +5»ÅŒ{59?<7i¯†jSx¢.J´˜&´ŒÌñÑ´Žf´2¿[™C¢yð^ÎÏ(4û’qÆ2‘%iLÎòáX8ëÇš[bïöÜ¢„}/ÁÕÖTÈáˆ.ñó,ßL8”7þŽ¡”!@XîßÀ€•È)/TèÔc£ƒOò÷¶„V‘±#£Ê}œbhFø]Ip4;ÞCÝì¤Ï›ž׈¹º +•á@ÆÄ¥B(v .×>!ÍíEèW-:Wç#ýgííê,2:Éô >犮æ“Å^3òÀB6æ8ˆÅ;Å•µ¦œêGk·[xll3 +ÜJ* 1ToÌÇœŒ8~}N‘ÅS0”mã$®R7iæÌ<}–1›ª ³Þ#³÷4È(I‹ëÀe€©¾ûFFz8è:‚òÃÕP#þlü]ø«Ê»8@ \5J¢ +Åcƒªô²›-šßI8pÃ\ÏŸøÕpUuSPÌæ!LŠj‰zdû5ýM„1øÁPïaÌI‘¦3`ùj·ÉM í Ö2¹°ÁÄ/l¬ÆºCœ•úLÙO)*$×ÝÈ~Z½8"UrÍ"n«`WÁ¼3ß5Ÿk‘SèØrGU”¬ê`|œV¶k¹¢ª1G>ø™Ù’ Dœ‘ß±Úæ½g|ª¡ýbjÔ[hŸÜTlöònê·Óø‘}6âï‰X… rê:ô€Ã~¶¸Ò“Ãû°tèYA!ìïOQcÊ|œtœ‡¸É’ÊÁã.*\÷iF‹îºEáƒ|º…7“;„¿ÒlÍøïz瘰ƒa)©˜× —ŒWåÖ¯ÙÆnÉDòXú—HbûÊÅǘe]Œ4’(ˆdšÞ>GPtš3æ¥Ü([ÚÞ´DÑLTv+˜Ó¾rÒ2‡ï¢ˆW#U¬Y×d9•qŽQ$Å•×Ûû/„M¶9}7I7_‡½ øT6$÷TA…„ž3 FX{ÃNHæ‡ümÆÇ`ï3Ã(ä[w)GûùÓhu²¬ÞÓ€'%`ݪÃ(f;É9 +jɶìw™Aw¶TÝïmùü`ÅÁ"0cÝ÷ÿ;kpSÈ–Všjø.ýß…ƒ-Q÷l z Ý0„SÂå´™²ÔØU¥µ¯ô*aRPª„±»Ž/ö›ò!u]}÷›ÕAÞÄèâ „Ç«% õH«Ýý³¾ƒŸ5I®QjݱyJ¢;Ü#GÉË÷XyÈYIÚU3;¬*<¥—¾ñèè}«uù¾÷óë!€'ÅÁ]%#À9-N…7,\ª]ÑkÚ!ù +6:{N9¬³“±Ì×›ªeóS(.3Àò Ôo6íwWžañx‘5¯˜ÖŸl{ƒî75)V¤ÑH4N0c¹›Ö§‰ÕŸ8óuܶ­é Ï ‚”?ü!XˆØyFyÉlY’d±?ô$Œû¶ 42¨Çk|•²_ù¥±Î1§ëRç(ú¾§aTÓúÛ\šñ-m?5ó”xU&*t€>°mÀS¡-(*í1ii<™÷vaî}¢|Êô쮽ÛßÁ6\ Dg02¶PNh÷6¾TðO´Úk1²i擬 +­ýYOYÁ×Û«™ ÿÁ–fk~eë†_°[L¶ßΉ“äO±*xDŠ=yº¤/¡ö0sa”€.LEþ;мJKÝk6ºZ7àͨí`ÓªUŽ†^fJÍÙŽxÖóžîÛÜTGñ·/XâJUD„/%j}qŸ¯48kˆ…(6ø{|¨R8ƒc±#TÝ"¬Þ¥È¯Š¡O¯¤Çô¶¯Åm +¿=¨+¶*šzs»Ø,ŠÖoèü¬·ÜÄMêíÙWI·8k#ˆVN«[ÈjÞÀœ6:á7çWDq‚Ïê;‹)Ê +ñh +…Þƒ }x‰ÛÊö%s6ÚÛ³è\VýÀ­;J ­éÆ9¼ûŽt'ÔšÐòg‚ +Ë{÷Çšv†ƒM\ÑqZÌv¾.^"œ¢ó TÄ”¸td#ë‹\–£a]zÉU<Œ(5í^T˜q63àŒ ã wÔá[+Z”Õ½yLcLmˆuÕ/棤‘Â÷ LÔxâ™æútžDÎ;À»÷Æà‡ÜŽ"T¡«W–)BÅÒ­nõ);ùVKŽ¢.…*¼^·\ +†éR4Ûx[Sjc8åIÎÜô³i2‹hß#FúrúC †àÀ’fǤÀ2šwhŸsÉ@’íVa†[@4âÐrߤ`o„w~’([Dÿ½/%LyKÀK¯6ý"W™¦ì>°ª´ÉÜŠãºØñc“(gݳוѕ“ZhòzpÌî­íÄQéxÉ‹ê,ÅBùÆöÃ,<Îáð·”é4ÿÊ:j„E˶'C{:lŽB‡±•óÁ¿÷òÖ’…ÆÇ‹9¦*A,jÇQï=Ü•³¸d–-ƒžö +>R~¬wvøg>7¡Üú&§ì«ç¼¡¦XAéNbc­œ3ûve2¯lô«µo+äUÑA™ƒÞ±sFQc4ëç/£øÚs/¸Á=åH·å’þÙ6DIt?X–!²ÿE[g?ŠØÓÚªÒéaŽñ—…8£cÉý¯3…ž'â…âÙœ¼3îF¥x µîzº3WÁŸ{<~š¾áˆËžÓV~£ö¤?¤8 fI0NÚ™ìLB¶ðé‡l¿ ë‹Ê%»Þ£G’âr­úÁc7RÎò=!ÇQ#²½.Í½ï» +|QÈÈËÁ½iq¬œäíÓ›€¨sË(¤<æüãå»ãñ²Õ~›gÇÜ¡¼noÞLAÒKzˆiE$€ÝöJNôÚî_:†Ô‚~}ºd¸€C Ejx^ug´É=ÿºÅwá¬ðKÜN ZÊc?É/º*ô]_çAíC’ .Á/Ël8´rÀ²¨—G +¼ìEÙ¥ +ZÚÖÇÁïÞ¥ +«wš@«|ȪÓ{ÖØG‚ +šé‚rxÖå‹@±ZŸxc±ì5µž§Ïî×z*£ý‡p£üô,§4øôcîò³âÞ0ꖃʯ; ûÙ«N©+õl‡Œ±ª÷L½µ> åઠZ\DŽ„GŒU¢¿f_*‹ÀîDºRšm!kªŽñéükX+¼\{GÁ!¥‹¼ÊŽ,¯‹ø¡õÎÌ üèÜ–O©Î +h« +ÕyLèXîÎÍT …¹a$ÞÎDá‡â1{ì•‘Eò%wcF#Gê{WË|Ly½þµ¤DP"—ê5`õùÎ)á%@Û¸˜×¶Ê !³uVYýÝ_+™}|ŠþؽOÕ™v²à’uZËÒ³¨Œ¥3ôÇÚŒ$èç!*ÒÑ•‰Îo–Š†D{¤w¹;_ùç{ÜAæqŠÂ +š÷‰»[PÖxÞ·M"Þ•<\L,£‘åɉ$Ùá•âÚ“ÕÎôt4Ž¥ie0ìÜZ·§hHK¬²E™AÙ7·mÏ®M{q#È—ß™Ydô–_Ôlœé¥š³÷¤¼æ ÊΓwlÙ×ÜÁdq8T\h÷ðÁàC`L¦t溼ç¼OYgZpÿ0ÀA„«µR(3·v怇¾¨±%¿_Q è±L|ƒª¨È¶´#âÙÄædœÌE<­ +ÛÅk×,?‚¼c òà´bXéÍoåØÙ´2Pf‰Eã¬ä€Y¡dÿXa>(èÒ8Ų0z³“¥SŸ*0`â âÛŠÔf®ƒ +YZ8íô7®?~lû0Lú…Îc Üsóõ+k/_Œ½zBªR‰¸êäÙKðÁLP盡І9¥|~AvÌÍÊÉôyσÃU—ý€.r´2)„•’š1q‡íT”¤ªtøá‘XqGÊ<¢ÔÜø÷ÝŠÒ4!Fy¼¼«T‚â¹….1äµ×r}çF>H)»½W=D9*ñ'ÖÅÃÎ- +ý.é2˜ +¸¡µÝÖýI{Ÿ\tƲk§(~& ™œ =Ýêl¾ÚŸ/"{w”™â¾Ûpo÷ŽeÃ&µº*Cmˉ9&ß#‡cF’²?ÿà²F+Œ÷¤£ó"_ªJ>r%áØõ’4Ì#‚MsÎTÞÇÏY‰4ë_ܲ³1…GG~‰©Ab‡8:{$ËVÌTéEñŽÑ'6g5ÚeXîòʬœÔÌ'à>6Ÿkœû#ͯʘ¹Öñºì¸AíÏÒ« Eq +¥=ð´YÔ©:E™~ƒu3Ê‚–jN|¦Ð–^¼´·³cÊåÄ›q¸'ò=¸ö#Sz\Ä;»°4î†útì·|Wx„hwèücÞ\Jc‰ŠÛ +”ï¥m\wÖoŽ1”µY8^›y©Ø”nÒUHaË4¨±Á½ÌÏdу”nW#áüb)á +cG\Öë‹™3)ή y–Û´/a“V#f±ˆƒmq¢NÅüñD ¦è¦^Ž"Ñ/&'/ì"éî>£›G¦¿B8!"TpZ8 pXœÀžZ¥»ix¢ì»:TG`™¦´÷¥°ªìoË›Ú6Âfóü‚fîŒ\'0‚†¿p»;5³Š´2Á¥€aÄÁ-Õþ$áïyÀ¼d¡ ÅaÃ|[œàuO'æøä¨+[/1•€ÈzªñàkksbÓNæI.´‹&Õ.“ÝI£ÎPDÂMf±pž›ôã +•]t–qy‘[CJçotÖ‡Ï Ë]•ôþ$¯»ú«âð‚{J†Q.×äñª¼Ž1._"è–?‘:aG7Y-ÔÛ A–ý÷« +àœ ™¡ hF”ܾ sî¨ëiih¯*´§Å5°ª«ÒpPÂx"­#¡ùz‚íÕ!p5M„ ¾ ^^Ë^nÐlMþNŸ“î`ôÌõl7e0$Üd,—ÙUñÕ9FoyÌ>ÜŸ3óKWÏ£O’ÞV2x"T»’ξ,Eè´mM"ªú¹·ä¿S·Ž²Q¬¶>)xü”Ïb6GíáMªdÛj¾}Ï4dø¢µ\ºÎ]æøf 6þù*Þ„uÁ˜ªŠ4DiÀK·¶A9ê$Vüñ ÛÙ`A4Á,ö°B5îSy›Ð²ÞÖ%AÖÔ'üvÚWtO-¤Ø4YüІ>æÙ?´‰H ÙßmÇ?üö#ÇGrÄZ«ÞXµXã)™&—{‡S}y¶÷s+9 +T%‹ƒ4BÏ ‘K ‰%85ŽœÛjèšÚײ ‘{ãØÂwÍí§‡°z•’¾»<öŒ×¨X`É}ƒ¿‡™2àbåþ¬Pø¡æO¡–\k}ïÛi×í75G›þ&¦©ìú\º<¹ßÃfÕq;u1 +r×Û(Ây\kèƒee’ çs“DƒV1ÇŸ<ÿ Ç|õ4õ• +•ùOQÃ7ý/BÐ[w¸Ü ºAGÏÎ!ØWÅÉ¡‰tC%=b…ÝÅéF:P ³Î×ÆÝ5üÞ´¼<žÑ`s•¬ì&Á•üÙ\Lì®l\†F8/?œþ¸¯1°OêshÏ.é$wð«Hülš|L±—Ây|1²ïi¶œý&T‚ +{äÆ« +²d;2Bs4 + G&ä;úZíeï ¯šU¿Ù1ˆŠÃyØq›O>û" +~ ÕqdZW䕈Y‰dZ9'øUŠ¥Öd·ë( +´*•ÁÍ÷YJQ¡V§Yh;«}ÿ® qÞ›k"W£Xž´ßA«)é¯éÍ0ꈦ!a:±KŽ•°{n[Ô:«Cº‚Õñ«Ÿ‡ TÓteà«š|S“HYF§æt¨Xýjük³Å»¢i5dmϼ¦PJ©F¢Q§9^(Ã!øQ Äþ´”å¹0 šõ³§t>,‡Ê¸G9¯W3jg›ýÌaA£k@p´Á¹¸$¥4‡ÇB­«3Ñû,²òµ]¯[Æ¡)ÙEÿ™S¶wbE‚Ë(ÌígVŠý eÈíÉýë‘A¬Î’_N½Û.å@ïîOþ^»á584­ÔÐ'¿¨œ¡ŸO ™Ý“ö[hf­Jjl?An+h†¬{-"f”ÛCÙ·+áFºîíĨÂ2°ÇÁSáC´¡1I0Œ ]é' =ï(Èú +]‘ö'¾·$³Ê*¼Lé€u;ìŽÀ¦ò‰¶¼-x^vsYâ/¬ðD+º}û.yHê:ëG +¿F¾9®ãíùIs‰©j^ sîe +fŒ w +­ÐA?;DUÌ$U°b©lö¢y…öª¹ìÐ_ËŸ‡"$V ÝûÀÛžL]‹ÿñ¥';ýy§Ø;­ËW¹~»an”/IH|ê‚ìæñÖ½FJ“õñR¹h>Abìy2Ð6݇ª&°Æ¿žãî\G(•†î“n+fGÎvÇ·ÔƟмgy| ›¿|ñ4s´ý¹òˆ¶–Než†¨IätÞC§†ZIwæ— Î†µºQQ‘ø£ +â;yC3 ês$>!&“QmK½ùØ¥«ýÿÚ-«­(EÝ]#!%Ý]CƒÀPRÒ -Ý +C7ÒC7  tƒÒÝ tH§¤ Ò÷üÃ};ëìØo{­-ŸèýwH0l Ûô]ÄU¨@[´‚L~å ¾ÇŽÖÞî>‰Á{¥½Ø:k?}­Ê¨Š^ëÓ !­i~ºÿÄàój›ü¦I9&hÅ3ùáÒ[º:…öä«DGÚbå×o²æW‡Íf=HoЩ E!\ÐC^úèŠe®ËN?pEÂźnqñÄŽÂ涭Œ)ZJÍOÇq–£$Êž:«¨ª5½åfráÄFôáp£‚Rì»"’\~A±ërZ–zØ|ž*¥žÄNsæiXm‰2y­™þnœâµTG]jøFb¶ð‰ðbž‚èT{Ÿ[º Ê{;o^¦GëÜï)‹Ìü¹½Åž–~áÐ#⢣6/}ŠzÉ–;‘ΰIÕyÛ5ï-¡´QSò:ßÏ¡‡ìG}q˜­XeÓp~Ö|Á-ÖÕc®`ÉŽ?p¶\DVzVÌi²í¿,¬m@mrÍQÛQ¡8„\¨–8ŒžS¿³ŒBÏ&¢í³ó¼Û?´p3HLô©âÏUïI,%ÞGÔh­þåB–9Gú‰;…£‹Å|RwNµ¡àa0€m¶¨sd ¿—x¯“ fÝèý%GfÖ?T~mJû½N±æµ«™¶(²7¶ÐGP²4 ×Ρ‰¦„±#­êPñS¯kf*9Ý@·õËH®Ñ¦Á³LÍtðW¼`{kQåš¿–š‘É•dùxïêïL#e.U‹hÞóQS¶ô×6Y’ÉÊœD54„ÖWâ÷¶Ti\ñÍ—ì–÷“ªúœPL@»ÑJÈçZsýïð­2TXFÌl,G5oýçĽ˜¸?ŽÏK?‰p‚‘0«É1JOLMR³Æµän7ýþÕÕe3ª6 .º¥ƒ“—¹Z¾€ÏÒäîÿÍ=.naR®ô£_+(»ÅŽ¬eL?²ê›ÓD-™1gRJERÝ´y‹ï´µX¹ÉHØóºÊý| ´×DqÿÓ“Ì¥ï)øí:‰L´Vb¸[õaáæ@rýkáž¹¾6“ÐlK¾ÆÛ09[*ûâ¼Àg%¬4MC‡4À î¿_欛=ÉÔWK›´ào|q¯WÛ°†ç#\“Ÿ©zÞÔÏF/p„B×óîD»^7Õ“ðUöå3Ô®ÇOøxz<½Ì7u˜[ÁtKÝyýu÷Ø \*R£¸è˜N~³¢A“pø‰ðZ‡´µ:뵂ë[ÇîAØüóz½l^²µTtTä“¡Úwy´îúKB“oAd9çj%æêà®í~i‹£Çšpt±rà]fï†LÌÜ|,AFË´ú¢nR©{©šÂ¿z·Mbßø^óÎæïiõ´˜–ís¹ØÁþÛПçé$BÔlíŸ~WÊÏQá^X­§0Æ`fç8w—œú“•:Ëq:ªÉ”¯ô—½ª¹$ó~'E½«ôè– +[ m—õO“cåý#ËÖÞvE[ +Šf~õŒ ï•zæl]nc‚>ÓXÎÐ΄˜*ž}]÷ô‚d^\RkCÒ\Ѫo¤©ª;«Ø’Ÿ»Ä_=P\‰eWr1 +ô#8p¬Ëld‚›1ð¢c U—"wሃP/5éG%³l<0V×CC™RÝŽûäÍO”ÑlvŒÁlú'{¥.åI§ØÓgÌ©EðwnüI ÈÐnèc8èYÚ¢ÚÛ®hh:]-•ƒ-•)Fha½çwED6µMÇ(Tlß< –e¥û”ïú65ׂ»êJ:Œ­:Ç)’Ѿ`'«Ê˜Ûlì–ªTèüp(_аŠ³‰:Č̈́íº}S^Ú®ã6ÛϘ OD^G“]ç~€lÖ¼‰ŒÈønœŸô«ó醚HäWŠ +Éü»@*­MßšÚð'(J ûe¤ClŽ§7ù;U´¾}¥Q´œ„çYplëÛôÌ*U¬ŽGøèM8Å1?¤,K"¦ëZÁn©;å'y´ÑÜ"[XsÌÃkØ1#ôtöŠÙöEY6[f{†lEÌñ¸œÚq‰šXðýWbÐàŽV“*Y­Æ³¡º£Åsy0…QÂîÊR€ /] ÐïÇZ‚Q^ø)÷õ=yäÄÏÄÚªÛw¥‹õˆ 2á_O®¹3Ö1*4pƒ Ôú%‹ëM!»‘èµìŠˆ +‘gÏ í¤ã›½8îÚмù5bB®)¾Dmú–wÚ ‘S°!ÔÃxÝ)™îÍú6ö¸9Lr}¿Î1ßÃÜ1o‹.ÈýJê +’z«óGaOºîÏÅë …zòVy”5óe:ý¯÷”3ª:dZ÷ +=ÐóÉE^Ô!éq4FŒ§²ŒÍNz“ou£aøIV'¯7>ª¯Ñ²k?4êoˆåJØâPøu~Yø0žÉRž—8²ÕjBºmïHLx7§†©Ù"tsÍKqœQ£ÚíÏ+ðº<®Y8yóì6'èp€¥#¡CYÎÌL"”½1—O¶³%+Zfy*Ùª¯©8ààgÇüc<‘]QI´µYÃ{6.h<¦4÷uÃ`@I‡º‰çnNiB;áóÒÉoäž.1/õp]iò.WSºÂ÷FŸç¦žÂÄ*f ;OiÞ”SVBdé€ä¡þÑÐqØW31Øzf§(@÷íTÓú’¶ø’“>ócÿŠæçqr¶„ø±³^R\T‚Ed+›E5ÀûÓ›ËotC¼•…„ZÏæ{ÐÒá­lÓ°{)óqïŠ3;:‰©@šÓÀðƒ²»GöMï#LºÖfáy0"XåðHÒÞ `õji#F¿L—pw ißÃ2<ñÙÉ—h~@PÍ‹`S ò¨TçÛÒ„à¹kòÆQèîÄí ÐÎÊ¿”e‡ˆf‰Q˜Äúg¥¡™`£´c–ƃ§Ñv¾8«è™ Å‡^TLzÁÙÅ=?Ùü *w%€¥ÄŠ¶Ù}~Í"â:ÿY—¦¢0 ,t¢Ù9ìÍaªØÐ0qK.iI‡õfJ¸ 9“'Ë|‰0M¦›‰:‹‚Cx· ɯf"0DÊ´PIAiø:ªpJÃ@OÊÝ¡Å”; + ã°])ìÚßUXˆ“óˆ\uÿ®U}8È÷ëÛû7ðyºwmu… +þr-ˆ«âí?!u·{%¨ÍøCKJ«¯eæ?êÁc†…«ã“¾2ðëë¯IÑ©Ñ’²õíÍ2唉H  |*½Qºçöî L¾rFI ïÂáj±%›uƒrDÒ½…‰×9¿(Ù»øóÂà‚c½a3e%Â÷Ž­%Î{š—j‹?ü”9ô¤pݧ– +] rJ“x'1CLäåž?p§ó—ç[ç&.™ö‚º[†´|1F¹i¿ÍG~3¯„@³äÀÝ?ȹüe ù”¨–·,ÇO +BŽÎ>t[‰¦-ùß8Ù쮤wr ™Ì%Ð¥>°„žöè4S +#õ붺¸™ûßOÜÏP Ô7W¿3|R:ãÔSBßþkÈŸQ;¡ n° ¢¸<÷´Ê ôì¤ *?BMyÝCôŸ.§œ&‰­~ñÕžIמ@Û¢çBT÷=«ÃÜâ@ÌÀÅOŸÉàF>” û' —\Jv„þÒLÈžÔVjÍì¼lºb×ãË?Š L#”:ø9:î¥VúZ-ƤôSí©B~[©–TZ„VÌpýnÅšõKµsŸ²WFÏ ²Q¸\ü4õï<´ „Z˜ÔaPò×ÜÏ…gòýî¹œÇ +eÓWÂ3¹«GÉÂÕ´S\À¶›Kn +²ÖÛU©µþT;®O)ÑG#8~àÀNvʼt ±‹'R%.‹[cÈ€ùücüV…— Rß ÿjdÑß,G¸áP(]jÓÊ`3ë»Á/󶌓HMno8ݼ¼¬"ÎKà0S y{âñ‹ +œ@ÛFŒMÆߧê +ÅHIXØ„ÓíÜyŽFŒçÞEËb"&}// +"a»§Eü6­Ì™Z)r²-ºÞ9«Ð4l"ú›0$s®òÅæçU›¬e¿'{¡þ›=‘&i\8¤µK +((¯®Vgè­ Pó` +Ø–ÓÇ7Žk»?¥œàAÅ"U T’¶pÄ»çkxŸ‹PO"Ü#Âd¿ßÙÓ÷DÑEÃI¸fCQ<Ëó²â2ÿa5áΨJÖ®[Ö´Æ<͘Ù÷™ãšÖ_'?ší·Zº¯0ºoíÓTMeTtS§ fy¤{O–]‘G¤Šˆ­Ç®§šy'{6÷ÞxµêÎfºï{øN>ÌÞ7†Ä30Þ†'ÇΫ÷­¶10 ˜üÆpÌYTõË”Ù3†›z£RÊ—Ëà: οÅÛ©Ô¯ëhY}B4 ‰BÕײP1àKªË+’AsâŧÉÛ¥ÕW`¬ZU´“y‹“Ј4æ?ÊHíñ2H[gùƒ £dZT‚-÷÷¾Cwné×°PþÑq×÷¾µzñÂ~öî2×QøQûÿ‘¬/|“^š¯ ¨6x9÷@\í;}‘€4¿D »(áUÍu¡&Îó¶û zSîé{¦ŸÛŠc=vËöš$å'`?—5·´Œ$¦É¹x€)\ÜHñŸð~*#Öüä—OúNi¥A¼(¤h¾y:smr›L¢„»M=-´ÉH´†4Ú€tY’äzÕYã"{ëü’ +=¢\/Œ¨ù\]@'ãsª˜_<ÆB<Ñ“¡õÕûEÇLþÚ½Ã`¼Y¹×½3ÄŒ —ÒúWNÁ.²)j»à@u‘v#|9&ä°ó vFßú,Ö‡ ~ê6Î|³‡’ ’@H½[j…{÷‰ˆ«tƒ+2ˆ‘Ñ +F6êèE$˜x®>·¦ñÁPJ¾€È-ÀÑíkFª¹)‚•Ÿ¡ìåÐÒúO† LF·Ëʼ!Ó;l>äëÇ÷µðï©=Ê?î'TN²ÎDŠTãÈÃ&5…Š˜;(+yè=ŒŸUIH“*tå<â"µ…óXî‘Ó‚¾] ¢Hï¶jON«S3RH¨Ï4Œš— ‰»êß;9†]Fìühõ(³Bt8o ^v®›éV )uíE_y‘Þ]¹.rùl ^Ï~Üû$¾Ö©#GοIY 8“"ÇmÍé3éÈM&Ï~òw¼3mEKÔm oQáBÛ[ÓàÍé,4«tHg£ñí^&/<Œí3œ¼°Gλfn‚ÝK˜^|—/™l +eàÊ6!v§nöŽŽ½;ƒçRÕ¬#¹@"ù€ßqغF›Î qó›h^á7]åÝ"»Äxêyþµà°Å¯¢W4V“‚%§RÉŠ}–mY•þ¾Zܬh:ÁÌ.â‡g:Ç»cu–<FQŸF³È7k¶}'ÒBs¸‹~öLÁߧ'x ^OùB‹Í¦Ý‹STÄämÊê]nÝ­5PTòæ‘ls,QóÃÛ¨µ÷™a'ÙÄNp<·zê`”qlj»Ñè*ÅY±’m󚫲ÁH³Ò ñÅZ}ÀÊ8qSLrffEa´oCì5Ò½)ú×®i•Ž…³þ€bÉû0_•“}³0¨³]ƒŒ ?Èã›9éeI5ËFÊæÿ“þ‰•û6ð‘5è\µ¬ug¢LV‘ªP™þùMBŸÇž;ÍFÇÑjÉ[#úø÷9ÌmN£ç¿é|9PárÑf< ÝbuÎGŠ¢&^w¶òþ?ÁþŸà¿BðÉÑÚÂÝÓÅÉÂý3öÿ@¼ +endstream +endobj +574 0 obj +<> +endobj +575 0 obj +[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 500 833 0 333 333 333 500 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 0 564 0 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 0 333 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 444 0 500 1000 0 0 389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500] +endobj +576 0 obj +<> +endobj +577 0 obj +<>stream +xÚí·ct¥m³.ÛvfرtlÛNfl[[;éØfÇ6:¶móôû}{íµÇ:gÿ9{ý:ãÌ1æÏ]WÕUUwa<“‚DQ…^ÈÔÞ(noçBÏÌÀÄ·´5vuV¶·•·ç–¥Wš»J¹Ùþbìp"N@#K{;Q# @h +šXXÌÜÜÜp{O'Ks •š²5--ÝJþQ{þò×ÒÙÒÜ@ù÷Á +hcï` ´sùKñÿÚP¸Xf–6@€ˆ‚¢–”¼€JB^ + ´:ýMBÑÕØÆÒ ki´sRÌì6ÿ>LìíL-ÿIÍ™á/—3Ààì4±ükô0:üÑ€N¶–ÎΟ–Îs'#;—¿wàb°´3±q5ý'€¿r3ûäàdÿWÃö/ö—LÑÞÙÅÙÄÉÒÁð׫¢¨ø¿ãt±0rùÇ·³å_`oöWÓÔÞÄõŸ”þ…ý¥ù‹ºYÚ9\€.ÿø2L-lŒ<ÿúþKæàdù¯0\-íÌÿ3:€ÐÜÈÉÔèìü—æ/÷?·óŸyþ—ìl<ÿemÿ/­ÿƒ¥‹3ÐÆŒŽ™å¯O—¿¾Í-íàÿé);3{3ӿ妮ÿ¹þuATÿô õß ŒLííl<¦@38Fy{—¿.TÿïªÌðßWäÿ†ÿ·ø¿¥¼ÿgÅý¯5ú_†øÿtžÿ+µ¸«¼‘íßø÷žü]4Fv€¿» øgÙØ9þY8–&ÿ7S#[KÏÿñÕÖþ;êÿÁù_Ỳ3ÿ[!zfvö‹-Å-=€¦Š–.&3#›¿—÷/¹š)ÐÉÆÒø·Èÿºß¿FLLÿSµ°4±¶û§ìÿ†€v¦ÿ5‡¿uûWŒÊ’ª¢j’´ÿ›mû/eÅ¿]á¢êéüOrö¦ÿóð•°°½À›ž™ƒ@ÏÂÉôwÿŽ#7 ›ïÿƒÛ1ÿçYÎÈÅÉÒ ÃÄÀÄÄ øûûßÿ<éý1;{ÓúHÅÅÈÎôoëýOÁ?°‰«“ÓߊÿküÍü?Îÿ Ðh·²hoÂl•–™îR‹;4!ªÓ×à >âPÒ ZTPmß퟾Í]aø^ÂÐ8ÅóÙæùçÔác_šæ`¤Ëæ[w +ð2ŸÀ—Œº·uƒ²ƒ“ö ˆQ¿1ýL#ÚûjAv B›ƒIý`gBIY¿øŠpªƒÕ æê‰:€Ì­ ƒüÑÉÏ$µ>³¥­¶ðôŒ2éøéñÛÀèðÐ`÷ +dï>>mN,¯"eT€c¾€¶Z…w,ºœlSÅÔ|Æû*Q:[oZÉKÛU©~Æ6ÉÖòia¯Œì¾ œÌûì§\8,HÝe=Ge©wîãÙa[r1Üâτp—º;µ.›]ãí:Ñ-öoù +ÕV ›ÚuÂ9Ì…)S› ¶Ï­¸c$¦€·C »"ß2ýÚ½šßôýˆfµ×ÓÕ…Í IÁaëŸüâŠMž´Çú/g¶i–ÅÄ…Q);#L-¢–˜ÈµMi%ɳ00ÒaNÎeŠtlêW.ìHv¼¡üQù!gZoa +@³G¼Ý|Ä,•¯|¢>k=ÿŒ^ØBHèaÚÛàã‹ìHØsþr|b&0ò@ŸeÁ麋:…ãjpC‚a@Ý·¡/ ¨aëNôíŠäë>OqM.Ç9§nÀkðq¶‹ÞQGiÈl»ÓöÓ…üÓl¨ Ÿ9ˆßJ8•0;'#œÃ(Ú.QÞÛ3–NÌ Ú$(ÿ7bx6Oó0‹jY!è«ÈÙ‡cpY3néìT|‹·wTæ=ÿ^³ÔÞú¼窕¥žîdy µ³ÜsÉ•ª¤N!§n?RK„ˆ3_;m¯ԈΛtJºpÂ0 +Ruð(2>ù šAk¯­¡:ás‡WÉÆçO©š¢aa ÃÜM¡ ªÄ=d0W…9¶©†Á ˆë +¯}¤¸ÍAH­V6·`nWØ°zUå"xRú“¼ËšKÜ¥”/Nm"¢ëê ü±û÷êÈsM=¼ì€{Ç"ƒ+¢ê Áfœ4ï3¹6ÝoÃB¹‡ú’*œË¤{ +7Û]T¸sDÐihZǹ(‚K0Kâ\šå*®Ù÷›õ°Ÿ†]0•y÷VäÍÊûÃÝøæ–"“&R¨š¦MMÅêYZ3Ó4ÑT´žùL‘FV_š+ø&³í,6 +-‘Âc0ÁÇàXë‹ÁPëcŒÚ!!¸Â1½«^þÂèè¸}µQÖIý¦B¼:¶!ªC÷½+QE4eX†õÕí+¦Õ™³ßGD×!»ãŸvztJ +Ð$­W¨»Ö +GÈÓ :ÉÚe—^cýd†è&÷6+递^2±ý‰ÎÕÅ™®N‹»ó8QmÎö»Â#ƒŒ%h3‹?­øA/ÚqªlVMÞ˪áó ‡i>†Ì'ªßëJ#qyYLKF¶×Ï‘Ê®ÏËÒÏ7žË}LÕÚÊì'¯ø"ÿ¹Æ$~#‚ÈÔùAk%U@9Öu¢$×ÝÛ¾²”>v$gNž(¡áoþ¸Më6Lh[XuÎbùýúÝï³ÿË +&*Ž €aöí›2?Þ¢åý¾ÃúpŒ$*ö·Ô/™ÁÜSWkÜzDéŠoTI +XiD•¬†_iÃ3¨«xÛç‡E<^Ô»žà|Ò•ü8µ ¸úa¾g‘Ħc ˜q È\SàO‚£–ïËï†!ŶÁx›3l±×¥"3׺{ž1½¨?ª¶yp~ÔcݬF-ݳü)™G­ÒqX^*ÞJF"ûxvØ +‰^ë+dâ”AP1¹®ªýVºgÐ8:Ä<Ò,L›«•3G±²˜ •g'(¹2Q&WÃê+H(-Bg”£oˆT|Uã Ù! ÝïÃ`1çD"GÒ$ºÜ°‰ƒb)UæÕaG§uªbdžH´ÆÕü]Á¡ßù!ªš¶»NÛˆUŸ¡®¹Ð›œ—ŽÔ®™áâ±b}Óï­8‘ã>¦ê‚tªO¹$¦ˆ­NÎþ +=^£ Á+(+á=|¯1y¡ùœÓJ{5ßúP)VSS‡ÉXm\}i¥ìTYñìTÞd&ãümJ£p|ÑJRä垤Üm!ÉŠ²«¢°¹1Ùf[~'/OµCG¬E¥Á«a· +Èó:Ü8,´¤è¦zò{¨ÛYü® Nÿ-¡„É~À1äXŸOD²ÅŠŽY\à¹ñ¦¦,MµXJ¹X–¿ ‡ +Í»;Ê6’8"ÃïùâVðÛ鑧YíÂ$gUw=Û*qÿ‘d#†”~õ‘€ŒZæî7Ì5¹ îÍûb-ZªXªpÖ´A¤BDbš•¯éFl†PÝR‚_éœÂðÓ²­ù¨[÷VýÄþº¡°¬[ó…/õe*A(y—¶2Ü›IT¶Ìý:mÎ8“€×S]´\Qôsç >“áëöBb6y %0­w|Äàˆ{.ç6+x ç \,óé®ØØõ ç+€„§N¢Í±Ø,åã““K¡dgrª&ZÙ¨q¤×x9|¬As2ÊSJü9Ò%Ù2”ü!xÿ ßDÊŠŽÁŒjAÅL͇‰ýõUn¨Þ O+ˆ¯¼£ Â3Hú8™(QPyxY‘œµb$‚R!Ë +]<¢Òщ%¾Ú"ÏÄ@K/»?~³aÁv'+®pJÇWxbÜ‹¾Kg…ZiÎÔÄøy¾¶PßÁ Täjts™Yãí§:©Ö=mfŠÓ•±‚Q06g;ìÁ/GÌqtoWµ˜™‚km²Aøj¶”ã” +!É,«ÏU¹Å»¸fŽìæsض۵oó/8Ýn=æQy/YÐZPÅÔû¦}UƒG¬-«Ò_gþ÷ç#÷…â°L`oG¿““¹Á¼K%p>eÇ9J¾êéb q™Ra®< È|´Óï )ÝQ¸µ,{AtB¥ÿ´TÄ4M[$ÀÓ¢?[ÊY¾°ÆÛɵð8ªÕ³2ÉÜvMžw”\ŽÂÝ$ÀPx¦–¨š~í|RÙµQ;1¶€BçXõA.A(á1Ö;8îˆ4kxÔľw YÙ'SË!å±Ùx £²¯“1mµŽöV*–!cqÿ)FÃÁ~ûÓÊŒuG{nj&Î]}ìéž"?ð +BÓÒ Œ$?‰؈˜+9,>³Äº¯yzá0]âJåM ÷”1R‘S°É‚ï~WÕÂÀ[fÔ05²¹Ъ>Ñì¶y-‡ 9+€ªÑ-ˆ+)ÿ…z–àaD„ÄXþqÏÏ[ü!¯`‡!vnƒ´-ÀPÝ)cI±s€+þÙ,+5½½ø3[ ãÔùòÇãñ*-ë©ú´ë¦'$9«¦Åj´rw°59p;™Å§ÀyTOÌ_™öÄ#¬£!–³‘‰ý&YsÏܵ¾ó°5JHߢX#â~~Ó—.=3r³1pcó÷s—µè +$•{>`=®²‘”ÈËo¸Z”m5³hÑ…·ß]jéâ¾HT€ú0E_RhÖ¢ÂF3Ò”pÛꮧKÆ­Ù8¦tPË¡dR·æ8 +q‘7QcöYJhÂ]Ñ*ì0¥NýC²Ò¿¶QìÙ¶û8¹¹ÌR@ºÎ…rë›Ooî¦G¿6ÈM˜Å~P†øR›$[6?÷ˆe­•íó(ðlåÔbúD1µ)§\•ú‚{rÿe’8ñ‡7Ñj¯­ÿ~á +w»OJ¢U‰Qì:ƒÓ~¤—H㾄ÕÑ7ÏãYk[™[„ÉHÈ=nÒ2pñðŒl–&õ&²Ö}´ºðÜeãðDu%Ô¨Dgr+cG +E‰×»’8ä–ãO҈䵱5C+fë½°¬tv +br7NûóëS@û˼n:¿D{©sìa9nïPY Å +)¢Ïî$ ­êqIfï³U”/Œ¥§èîâŃ¼/tõÙ»]˜ uábÛÇòƒóÓ‘Ëp1w +˜ß ˜g)H*™Èèàl£¡õ™ÕÄð&•ÖÙÌÇ4–(ÚcidÓ•`ØüÎà G•®7­bò÷Kö2^¿oeÝÙ̬Ç(ß¼¯¨¹oz·8dä\*×¼öEª]«[ý˜]ÌL ú@Æ;󘇮\AàýpJãßyƒïÊ1ZvÌWä˜62 ¹Œ×-I5hÉtƒ&¢ço«yù +ﶜ›ixÔ{§9ºÔ‰:øn +|é ÌÆÒUŒkµæ5hq÷ñ´e¥øãéY‹¿…#ä¤ÆóJuOW>kþìQØoøˆó#*‘_Žø½¥¹Ú̪ b©ƒ¹TÂç­ª0i·‰ ¥ñú©$©¡iíG¦‹ÂºM§1N÷x§\)š '«Æç;O·e]°CŒ9Rv´›Ÿ¼ªiŠ§ Ý°±œÈ¿ë/ Þ£^õcs òÇÊ:Ë*bÇ‚ÚzÃ˧Ï3ÑÞj·ÿo~¯.­¶À\Ì׋n¬º‘Ï_³òüN–‘[pÑÊL>,§ƒÂ)}*¶¸Çbe/nùfóì6ËûãähϦ¼€6î2úï'ä–÷a%*u—/\pÝP‰8T½`xèL÷7ÂoÙ*?ŽÕ\.æ-ìT—p\KÅÓ¿¼Ç!á&«½#/Ö±» ¤±ÚË[»éÝ$…²¡Vø¥çüE•—9Ö “ö8W&fÈɳ$kz¢ +ÍíMìôþì¾€ñ ­²“ú=eæÃWîÄ“†âAi`ü\nð1zÇNkFÆURØátÑû¶A*ÔžˆÐ_™}Þ§Ž4m΢–ä 6!mù…"¸Á3ëšHÒ0êUöù^[";.ˆ9Ó#½UÉMŸq›KR_¶|êXE¶£¥OB"ãRGÞôÉÑ©ˆô³IK&¤÷¢Y1[TEJõô¹ú'84àI?ðŠÞéóYç‚´ám‡q¿m€jÈ"A.;'3¸veOêîk6ÑØjbú타‹aWu-ž0×Z·©Trq]©uRÂÇEò¡˜±1¦Ž±ÅµÏ©­+ìÎZ´‚Ú]Nñ¶ç²Xáx&ü²‚#Ìy|šÜŸê’ææû?c2ä]¹ß™w¼$!Ç„—­l~Ä¿¥étéÄ?}}§Ÿuxà÷îgeôªì©ÛÐ +åÇ +ø ä+s§oU%“jݳ#-7aª%YœåÀNµ¬0j¶šÈᜰâFùÞúmÂB`è,«rëOz>*¯_ÔSeŸ„1Vb õ¿«íµ=lT<$»ô߇ +¿éBJ¥ˆ:éxêMQÈŠ[‹º=P4 £ýÐrh¢ãò½zî×äv¦-žTL.NMUmÅÎ_m¬ð6Ï þN>¥Ô¸‹¶.sŠÿC)Kƒÿà +Zœ<Á3̨)R>m^®0„mQ}dÝè;¸¦1G+j¯}b6?Ú–ÍU3a$“ÊNA<]œ7P<ž±^¢ˆ|Aù4©,uWµah®zNï8Ûvkª¼‚3öú=Øñ¶üáÝ*Ööud¢«Œ¯o:K~¥x]õ¶âÖX$м®Ûd£ ÿxü¦&¹åuËÏ»=xÒ 1[$©/µÔCºr¦ùÓ¦\11Á'kbiFýBçøSÊ‚*F·³óƒébhû×¹Ÿ©$¾¨çðw“¢#ø“•Çt©Ò}Ó ‰ÈXpÿ:‡³a|ÖëZàÙ„3Aýµ}Phõ>¾—•S2¼XSBÔ’1¬Ø‹$êm"&ƒ¾’Ô5 ¢³[>y¤5”9áÙ}«]X +âÛ„õ&–ÕÔyt®I7ÙÐô¦®#’Ú§ÔÌÚÓÃ’0…kýb>½oUDå­ä”áÝ‹¸ÁÔF7MeÆ +¼°VMÅæ‘é(ÒÉä3$…ÜÈÏÄr¿f†´(D¾#”¿/Êa$Þc¶ÉÜð€áÍ}6Azoöw–^ùkB³ÚìçLiaÉì–†@:Hm¶VTÚ[ +»ª³{p ¬…„ïOÊýÄ0;‹‹¯ª¹ýòïšÌËÝ©¾ˆ+qêã)šƒÏä0Õtžn¬óhe)žÄ’Ýw*zoˆÕ›²ÖØƼ&Ìvþ±ßAé/3@žŸ/‡úþh©ÝgWÆl û.w^|èa>ðZ„‚a¢‡óÍõê‹tû ‡Œ‡ïFlüÈŒáG¼+¿;*ˆ^:ÉêW†©LæК¼ˆ)¢Á§še¶+x@HI™þ1Ý‚ ‹KïÅ!ëÓÙ›ÇÓƒ“{ÂÝœ/xÖí%Ýžáê~<ÓÎbÚñTúb1K„ÚßHžêgÆÙ']ú5²¿›Š53¯uJ맘gÔbYX;~ò§|¨x?KZ¬_Ä0âØæKŽ…ݨ\Ú +ùÇAµio8Ë7aZ¢]%X挻ÿ\ò}¾D‘Ù‚p³‘tÔ³ýH7s*fé– ß¤0d͸ªQ˜Ð<•ÒýN‚Èå^Dƒ'.W<…cçuÕÇ’O>ëØW–?ßuâÒäSõB=—S#_Á +F£¡,– +KG£ª Æü›í8ü· +Ç +1û~'Y7Õdµ“H Sõ“… nÛ—ð»btª",DâOÙ:—ì1\覄M;¾zãÃþ‡4 x¥5R⡬<7e¿›YxxÚÏ &Çóä%÷»mŸƒUˬó.Ç¥y=NÍ&åpùLEY‰ð†+ȶȧ^[¼vö- ŸˆÇDû “ag‘s½­U:`á Ò§ÅÉ`àƒ„Ö bŸ«2Dÿ’Ô+ß1ó1ËÂOˆ9³3‡Ì&ÇñÅ? +R”1Ûîצsìuæ͹u‡‚E=x±}ÞícéG!Æ3µ¿…=îaœA4$îq÷ú|oÜUC˜ÎÄ¡µÑöm±Óòœ‹.M\-|”…‡ãÝNŠWÝÃ[ÅÛøn)÷Q)ç¨C–V)E¡~4Úö?9* Š¸‚Tßà/Dð̲Òñ5ý¸Í¹·¦+0Q gÚ1FÏ=8u¨’öÿA?nc²i»ADÛãLPž¹¬‰X”(zVƒZsWµ2Z(^ Ve8.·«&„ç\¾cãDŽä°Cm°L&­Ç°ªüþ™öwI\˱˜Ðœú|Xæ":ò+•?Ï0ÉÕ‡G't·ú—CÔþÜÚ»ò›ÅpôNXU9s³D(ÌD¥_l<îö¾÷óÑ/ô?é÷¤ü/ƒ`]ö\¤HŠXØéò±ÀÖ$Š®ÃžNjWÈ·´ŒÇ,; +VM¦¬º_‡•Z²g“ ‰ufbóªò‹ÑÄwldôsœ}|ún: €!É9ú;è“n©Ç¤+ÏÜӌ¢°ž!œwÃo‹õÔjgVEW:Ú!þZÁÒÌ>ˆƒúðï®U|™dćú ßTY"ò:¶¸b +_c±µ›7TÍæLbH¾ài¼ô)ûº[Ф/p¦ÂŒ &ËiÐ]±ùc\Pdz`R ‚÷älM¡Æ:½šƒ$•Ô(Zxô&çn—áÁåˆõðºè{<™-ò»Du@îâ­<²ã§-øÖ‡ÑküOèw‚_ï¨ãŠ=4¹E1xjn±p¦Àzø€eÔšs´&B¿FÒ}´}}CZÏå~»y>-Â5oôHqÑ%$çêÊF»zÊÓ1}è´>tj#›Œ{zîøáézõHIYÀ÷GÐ`7·ø¸0¤`™ å'h•V¦åxëÖo`ŸZ`4ƒ2–!U +?ˆ½mthròð ++Cf®õ[[ý8øŒ`Ô/¬^ùuaT1sx‹Çhìp’âÀF€Q€'10 ~@±©¬jJ•96’¢ÐÓØ}_ªäm¤ʨùtDÕ@1¨Ôp¢iû¹GíÐl†9è!ý´Š%û!yYôËScZìÞ¡0-qE Xï&v`§ÙèØö1–oËÍZk?+QÂ; +=»¶õP‰ë õ œ$%÷Ù9L›Ü{–+-‹Ú®2Z:)æ!xOûGú¦~¡¨çIǸ‡?ÅH +‰ +!C=ÿUýè–¸žÄ<ÜAúgN3ãg´ÎI¤Y†ˆ»cff +ÎÔ4 h°Á:ïáÛqóž3 +[€é$àq€«CF“”È(µ4!Çæ¢fS± $œ}â–<Ö9;-ÁÂðpXD ¼aöiÙ6ÒKlÊÔ#†xxœ9H<­CÊbMAal'j×Ò›~r¹zâ¬Á °gB^ŸÇdEz:>)âRo0>žc›pÓ±›ÜÇYï~Ã:Kæ¹Ö¶½>Ãfº”Tíè%·™4g#¹ú©óqDnvÁ°Ï¥[Í¥ƒâ¹L8ùpÀÓp4;FN ±1’Œ¨£4O‘0Ÿ~ºŒ}7fÂÛ–¢0à+Ñ ºªÅÌìýs +/–©~–}A +&툺²Z6ÕLPý¨OÔçéŽaLÀW°ž¥BfrPš’M­q)–zÓ½T©¬:¥u,| öWʵ’l$JK– »åÏ{¡CMY¬áæ¾I§É¦ààRã°KÊ.\EÓF­aô”\»^ÓNX÷þåD?¤_£Ä³ý@Àt£^4o/Xí­¡L6m3‡ðRÜ~ˆì @¯˜È,AâáȱXx–®yó°ØwŒù&¨%– +¹á&ýîwiú¬ê4UX$J0!#¶%ÿÚ®þå­ýº÷Q¡ß!zãÀCs ÁÓ¯ùf®0,A5&€)¨žÄ?©'Cx¾i³ˆ(öR<ü&·`[ä}‰YœßÆíÃroÓaÁøÛã’-DZĪåL¥þsú[´Ž³ø@ÏãÑrk¨#C["¿ƒÎ"w⪽ØY‰ºÁjCx=¹ +ŽdJá. +Ê^ùˆ¤O†iö^çµU­Å*hýz/aXôÏgÌÖUš@9Œut#‰ïòêSêö¯î¯ŠèŒåûˆ*ûÙ‹¶¼HB^-aTÓù?.b×{e¿i'Å ¶¾æ">Rö2NI,%±æ?Ú'»í’^†ßUÓE¹JÎU¹õ$³˜7þxuêöýíâ4?ýB~ëÝdÿÛÿÅÃdWNZT’keU§ŠþOÜtµët[?-` +AGéA‹JÕG½ÄÇWÒ¯ð…ýLˆÜ«ÖzI½íÇ0aáE´*½viàŠÍBRª,³TµÐO¬‹@mEê;°ð¤©ûdÝeÍ"T9¤•=Éù\*KŠ†­Ÿ±®Ç¾B£B˜˜Véܺ£¼‰íÆ?¤93Òœ39ÀãOªJÿœaK?i4™ +‘_ô'K +ölñµÝL–"Eøh'(Û³nØyãå†Ì!â²èmöEò"™¨Kö îœ:#”ÇŒ_…¥J$XY:]…¡¤˾ÿT +,ñȧšqqð¶Úþ]« ú,33ªœ‡9‹LÇrÙWædšbülmî”OÑ£øÍë:æ²¼²É=oïÐaÒèÚŠÛóµO×èR&XP|‰5‰íô†ÕÆp1ƒ¢Kìñt܆$1÷„Vƒ{¨óJ/‚èêü·µ+°e·ý¼M™‰ŒÉì½ýÇ¥ì¬DkÀmDð6iJ܇vØDŸA —\¿ì\Dó~ËÆ\åÃe •²¿bkgbõ£ýT«éë­S¡Š£àËwhúDL·dj#î‘-½‰% ]DYǾ[knëïzåZ<ºé?hÔ#-qø\ž™F¯¯D‚-$Æí¤ÓüK·£Èý¯»fg;VÛª”E=U„½àßÄX‘˜nlÇÝI,†¦qi»Ÿd•¢Â?N)Âk÷ë÷úÍP®>Æú\í~öæˉêœó¶÷)àÏDAóz‚îõüÚõýÃÜø ýë CY¼_…kCÛ¡ûtOˆˆzrÖG°Š1%azáçÎ|H¸Í× +ѹð§†kÑUñW"³5}™LºÌE.<ê|=¿†;7Çû|7Ýg÷W 4¶¥'+õïG0-|bªètΕԊO^ >nÉ´j?˜ÉܘZÙ[‡D=»vØ€(I·c‚­ÁîËÏîÂm¤}§Îσyz +˯'¥»|a~ý%²®EãaÇK+$)ê«2ÕèFÅÚ‘ÆßG·äÑyÓ#ŒP±ž²Bõm¿ WÊ9Wõ6nM±¬—·þ ™Eîwdò;϶ËÂW=L…a LÍ bþÆÝ3%½Ú­.‚~­x’¨¿’¥˜¬e QOSªô=Øêé…6­[¢7Ê) •° U¦qBõe ÃÃòjò!»¢Ìa<¹u¼ò/¶+²®c2×r”Y!]°ZÒ]§Ç¹ÆVý ÒiÞÁˆ2V²U»¯V|-¾!‰ F²PC cŒ´Cí,[`œ¦ÜdœØKʲ!a˜@V÷“}sÔ´zm8ÿÔm8L\ÛÏy¼A7Íét ýÀ¢ȃɄJ¯¢Ôý¬aO5Øs@"ð§@SŸJ­8ðÈçç!ëË k\:Ún.ƒâ ^Oøõ»ùLxßàó©çVÁdÏxn²”ÈÐì}YòÇã€Ï.QŠGßÍùR#WÐD¬º<‚Ña1uKĵ4ÆMáú>*Dºàùì¶$0ц,s¯Lµ/ß$׊]/QÌÑÎ#Oƒ¢n!¹(hrþ¸Þt­­l ˆ‚Ó›7îFpO'8!¤¦Ô‹H z'eÍ»àµìf­{B+‰a^Y*jVè[†úèmS2èÖöî‚rÆŸûžÂl¡Q=]ó•F¼è}7¨@GE£,/sÙR‡Òu×š1 F®a;¿P‹±DŠ¡'gàŸSö¯ëHaMÁeõìñ!#`ouøÝV %AI O'~ò7-\êâên~ý&â!L øjåpkŽ'׬†ã²Ç)ÆCf7š˜ÂØ /y;ƒ_Χ‰ +*°ôÉô-Úm¢3ˆ¢Åîü6æßЫdË‚ƒ‘„Oþãõ³˜{8ÛÑÏx c›Ø`OŽÌ˜!ÂG¾ŠØ´¨”Úôû»ˆr@X‹9™e—ìHÔY£×}w-tì¢RmåUÜÙƒþ-k d¿æ|Ñ}¼»"ª¡ÉÔa…‰éî«‹ßIi‚Ñ‹vŒy7ureUVòЭu§LZ9r +ù²yÌúÈÁ·ß›cÓ£ßUÍÈq‹$P‚­«DevLÅÚèy^x|T£´OÕ å+|CI^ÕÌI- 2³S&$äaNƒ0&Å%´8ÔñF{%ëkÐ ·ÁÛ¦=ËÚÁ(QÆy3™¨{plBég.xþ„¨j¾âåBï|n–ö6?Dê©ž•ÀkÜÐBÄsx5àÞɉëƒ2Kj'èk‘[qÑ0Ü ¢£Ù¥Šƒ:Â<ƒœJaÞ#‡ißõRÆN‚Ÿ‰§•Þø9uO¾}*·ã{÷ÕŽšÌw'ìu6LCz%þÃ&ØZ®ý›x8'0ñ²í˜ÐV»tYì|ü Fiáë p#h6.u6•ßˆâ+@{>Úí¡å±u$B—žãë +{=¸ðÍÔ˜óÐI>÷¶4°:k€ÙDš™Riä½ì[ƒZžîXvlÀ{Æ‘UQØ<0‰\D4P@À cŸ’¥ÈÒíÅ„k +…CKãèÌ–äsþ3†ŽºýdÝcî4WúTÄ—Só¹RO z€"ýP:yÌ÷Põ*ÌÓ„0gÿ‰?§ù`쀯06«¬ŒtžG( mç¹ÐMêk­ÎäâhY‘ü]Þš”âŠMe*Ž¦*õ„ŒÒÙô# ˆhÎAC%”]…C¾¤ì›¡u:7O´ì5?-¤sqðùzýô"ÉMhã"ëÇ™Á†Û$€O>>ÛEú>+A<›,¾?B˜[òòÖHÞ‘£ó~2Hl,T8Ùcj Øᠷ¿³H½r‘{%»$Õ½ôª4;š/ªô¡H+=d®W·©îõ:pÏâ#². Y-T6¿Î¤ó£ŠÙŸtK¿v“Þ&÷ë-„2öŒšŒAŽš¯iø¶fÞ½. 8jù-+¸ªÜI]Ù/ÕÎʺ cS^6¤d {ï;Íp…WgÖ=^L&y{É"È7@ +¨Åa[Ûç:ÚÚ”åw˜Ù\k:P2“•nÄF€(zFïÂઃõ-_D‹ –|£_[É5â«P÷bxŽK¡|âL_³5ý{wýs»YrX<ô©¬Tq¿ZªMÎ,ížæQ8]„C +£j"—ô<ÙPH +gˆµUíÒj,(±3&›5¾'+ëÏé.qéý pâ ‰œ¿ú¦Õü!À†ï¨ ÝÒ!=ßæEÎk'›ãiÌ55€­‰›ø䮑å#·ú†Å¿¯¯î>ci·é3É#I^‹‰Z#JÆânCO'°Mt +ÈK ˜gŒi_~¹K·ÃÝ@Èò8Ó¿kŸ?Ø60HíÎ;ååá3špwÞ¢ŠÅ®Ü‚±å~À€»ÔΙ¥M—bÙ'$àκ¸´èßW1Ù6kª2…® §Xôjžû2ùö ”÷[×-J ÆÍ~Ö"öjí]šmîOò‰åmc÷³Ób”Ú™ÙÒíÖÅâ–ô‘³*8Þ¡ÿÚ€ò>¼9ÒC#ÍyV"Nå +ãíjF=‡*¬ùŒ›¼>ˆ3f×fK²XÏ ´]±T-9sfA@›×´´Æ5’”Jä}`"1-â5Ž,†Z ÛŸÌðn‡™n×Z*¥ÈŠçéŸ#CÝÄúìšêtEâ]hcæJC-Þ•ƒ¥= #¦ÐGþÔ<ῳńé[× :fLŒÀ‹«-,½iŸ—:³`œJ¡”q”•ù¯®_c§Ä`·Vl Õ!@ý©½TÅž5ÒS¦éâ(O*s~-W¼ŸåAðwQôâÈCñíègç ÙšH\ê_\ÑDóR*ÈJÖx™Ž”÷ mûÖ5e°òlŸ +·–ã´;ÚÁ¢ïߧræ˜ÛÚ“þÂâ:ÉeùÞÜ«J›´âqƒ_@ÐD¤Š‰¤H=¦Ð&­ PÝ£MÀÊ<õ.}œó»_ Q`aj +]åHÇÎ×@ |V½KŽãU‰!® }”ò[ð×{¸W›=ø.C†á·U˜œ + +Ì”ˆQ¼Ì_£rVÛÑ€“oº—z¡‘œ¢L»Î@N‰øÙxê@Ù¨)ÜM‹z>i&¢˜ãp +æXeýH]È-míkÞ¼¬­bŸ¾V3pèjA­ ó}¸^ŸåñšîÁ÷TÇsŽ-²>Ò`§­fÿ”Ü(`Z¬õËÄ6¯hmü0óY+Qƒñ¼Cißa\›¶GtlÎ8õѼ°½>úõp§ +® +{໤TP¿Æ;ÚÀ§¢ P\ÃÉcj†¡»åÍ^4`^<ùdÎÏÉUGÈãH\{¾¯ïwäFÓwÅÉT“ãà‹|ªG=Ÿ8ÿòšô¬#Ž.š½¦}(÷Âç‰sº¡Æµd€ýʤ¹œŽ{Œ_½ê?ÊÂsøk Z(WäJX¢j‰¤9æOQü~“Ê7/h ]Kû~Èý±¤ü6(¿ã +MuŒÂI»ŠˆªÇ\l¸®ü +ÒW =Ž7Øfb€H W¤÷QCÃe³Ÿ«û²"£‹G-MCu­ÕT:¢¤º:º› ÜOÜŠ(n!g8 ÆùªEɺeûûËL12‹i¡¾àš!€›¿¥ÃrCv DÇ´ÛIЇ˜ûÅk‚½ÔqÝÁź’¡sŸÛ¶0›ÒÖ´­b˜ò¦‚ëi:xÔô;ŽK9N瘋‰B‚=žüŽ4QUýµ%þúxÜÝÅ,w׌ÃFÇÜ‘ä>çƒÆS*Ë åÈ#9±F¼ð·1ÉRr®{åà¢ùÈVúcm ã&Ù‚ÖÛ{LÓþ2màj“MËk‡ÜüšÛöɆØéü³`Ý%F¥¾Dz¡”nð×\hg cêÎ%‰‚KöjÁ0+œ:,Z¨“¤”[©V˜Ž8þM1,m±âXÕkÞm‡ŠuÁ]´÷W·VgP*Myˆe2s^³69­Ö|ï¯ÂòTn‘®wšc¤@´º|Š5A¤Ê¯ {b% Z7ÛˆÁêcŽë‘iuXZD3Ëí¨‹ç§_f5 V`]Tgòð|žw6‘šå6ð×Ч‹¹ÚÂ⺳Lû˜†Èp +J#PÃ$dŠ» æR`îˆv”èù/…àç^¥ze\,h2÷ šˆÛ¢[æÇ÷`ØÚk «ÂÝ>•Œˆa*¼5é}”éÏ{“9ÎêÊ„=èÜÐÛö¨†¢ÆèžýÜj¨O[™Û‚@ðúã7¯zµ"{î‡Dk3N}fy'ÀÜwzTŒ{cQ­‡ŠÎ™Ì4²Ø°ï;vÈÂ:^Ø]j“l˜#9|¥'µšJ =”Xzg+«>ݧ¡4ð²td…+ +Z«;MyK´@}¬AKßìíd±tŽâ ¢-ÈÚG­øòþò‚Bnê÷—ÁnÀ_ša)¬}Â,‹ÓòãAÜò·pînÆŒé0¦'· ¸^I–[Iž9þ8šà(…ö„¤ éU'ÔCPú”…ôKîžQá`Þ~ãO É@˸9Òã&__WüíšËþf¨Âaj}Á(‹!‚¹™íÖÈ£½ÖJòî4“éÓSŽ½ +D· +4ܹøÖ[‹þ¦¹7…·ðÁdîÁ”Ê9ërM“˜üŸµÑÕ[é“É'­E~¡°¥(Ù@E(t·šh©UxÇqô<§wlO³«Y{ܽ®¾MýûÀWµmƃaàÈŠ@G‚p gÌQaS;Ýå%Û¢fî–“úªw•¶Zxtäî–+SéG<Úp[·?Åa„Ùn|‡ŠÁdµ·ÖY”ö¡÷êà•¡Û‰8äE—סáã“݆‚æœxJv*ÝAšC8{ˆcùgê:IÜ¢l,@¹Ar‹ìbÚðÚãÕ”%¢T>L¼ª{—dLoE2a¹˜ÙhBI +ÉBzŽ=u–Ž´íV¶êjk4[¦J‚£fR¤ÜŽc^…xùÚ2‡‚)Ëçêý$ÓÚé#Ș¯b+Ò¤“Wˆêr9–¤i4 +ò¥þ.XÒ>ý ðl¨áë|ãÔ-&×L3ß ˜êöP;îÙ~Ãìcê*Ò=æl—¤¢éT@¯kĤWYƒO'Î#Q FŠ§§é‘Ë‘Çê@«Ö¹»\Þ ¿écÚÑÇÿëO b/aM§Eqÿcø+ÑFka;Ûœ¢ö|Ø º¹ý=J”šé¾ê¥@Ia¸Uª»ž75ÉŠ_´0óÆÏ^G•o´,€`ý¼!ÖÔ¼‘÷ÃMSHåÍRJt\®¾@A®4 &Ðîº~ãõÊ?¢g:F1r´ÂÛî1n`ëcCˆ³—ï’/Mð2Žõ›ãtžaË@Ž”©k{HbFR°ç&kqEç$H±‰]x+ö&]@ÁQ·Ëú𥈾5wù¶åðð¯]LÄœ—ex§­³F…bZ3tÍùwPäIš¦oÐ^P¹×•MV'r%Ñ×­ôvöë5éþŽG¢¾6–ñxªrFÏEq¹»í¶·ÓÈAî +£ïJBÛÏ…GÌRÝ?>Ü|[[w¿óíí,ŽâΉör"ï•R<¡à*Ô©ÆîêîΆÞ;¥@_ PÎè}N¡éÿáÓJý²­ø¶Æƒ!Êà‘ý™/ô­6½ÓË«'©#èø k˜$m‹”ÏcÁ܉[BiK4b3’É) _‡²‰^ËÛþ+úU}Ý·Xô}þD¹n+´Vœõó¿ÙCôöXña:àšD¥Ò­3‰ÎrñÕµ½'Öx±2HU!^)  ¡¶£†Ýdü ÄtMÈŒ +¶œÕí(Q ?ý65î;k[•4…‹œCh]ÊÀN+«æÐJwÐÌëdìXÚQ„.3|âÈ)-Èu&ÆDß”ÉÂLÈÙ®x$-ܯ”-»G-Sn4©½AäHu–sÅ–$ ­…„ Ý{4â§ÎŸ¡„ º< }+­ô]” m6È#Ûq{‘NBÝ—xÆxõBÐÓ~põ¶ïâ‚S +7¿VîõÛŠ6üÓT±Z‹¤Aº«¨°H/´ÊWÅì› +)¥d6KùwŠY{ÁÉ /ÿøaß áù\§žŒùoÕ¤Uåab9ÌÊ?0ÿ¬QCÑ÷RÕ‰2c^à![9JÒê&ÿð{¶ò7Þ¯£(b^*ˉ„ì$§Y£(ÄI€rgS@·–Â'vNÖɼ°ïF?Ÿ>.Gi—Ü× ÜƒšÇ£Ïés *O'zïÌqÐ0Ì1´˜O ¼òÌx)÷ZÆÄß…µhS&µWUP„m +ø¨­ gì=7ãb!AÌ¡5•Ê_M求 P“‹CÕó=o0ôåÞ'YêS3BÆ/>ßWcè!ד‰MºuYËÜ–zÚvâ[♨u{¢ÙˆØw +›üƒ„²&ÂÎÙu;Øxò'hq¯Í'Çó4rE®W[5[Ë^7Æ®ZDt½ØàòÔDˆ ¦Ò)Ê@þ…è·:ýÁo#ΚèïXöí=òFxMŒlöTq%ð7JÀüBh¥ú©Ž áŸÝ™¾Æk¾Ì¾vÓ=å +K6/Ã7¿Æï8F ­¾<¦hèIö§ (²b–"¥¤{ý8ý„ºäŵy80¡1ó~xXöÜ +†¢žHcäZ4’ä%ï£âµ6„áf­I½MI—/rvÅÂT’èÊDCóiWótóuÑ;¼3Ëúœ Ì>hJ5np;ž©,$Â10Ó}I0,,rGmêö\ÊhR©Ùz\é‘Pf{§«ðé"^5ÓaêEÕçJÂ}zwhˆóyQ%dF¢C•»H +åá¹…`-Œm«á@KhP½:ÆàÐ1mhÐy\Ç•0T-ßÅT–A×"ñø +©GÌÍ,k9û'º·.#§ŠY‰è +]»¤?Ãü¢X+& Gáoɶ®£ÐÒÛ_ñоSó€Sg ­¸%—< + ÍúÆí5ø±±3¼<žŸÚyÁ5Yýt$䡘$fg ¼87¥Í?j®ÿ:bmy§‡ü9“•½­9)ÊÂ…W«,û±“澇>4èaHÓOH\QJ€ƒM+oíÆylºÅ™—½1­MqoUi­ÇëR +ZX +Ê°ä>dÊ ¸˜=˜Ö!lbÀåþ= mt“xƒz æ{aÈxRª,òõRÖPOž¬/›àÛÓcÔdU2â[°c1R* +áã­ù¤"r:àü™Ç.iQ…#Øfv¾Ô]ãìâbr¬†5®ÁU3Ùk¬òx-–¡Ÿ +RpEˆ‹…ƒ;£/8D›Ãöñf½BðÊÙЫC—¬ÅùAÁ€D%rv +üÕO-åHä5Ê­ +7–îïc©¸gŸàO€Õ¨“#<§˜¦Yfiþõ‰‡x‰ÉT<&A´lŠP‹ù8Ù¦EÀ¥+ßš€ìõ¥¿.·n\7'EG4 ÎÄÓ~òlY§V)u$[‚ò  +ØΤ~@²"¨F~%»“±PsÇ]/äye®\x¨‹S®ìëT;Tf­)OóÎ@Êk{ž,¤z%q«Íƒ¦yÁÊuLÖ‘Ñ&gK59•>*äg<ƒ |Ç÷ûB‹3BÙúêèËîbWi¦¶Œ=%ç0|ï#£m$àùîd(öÂì + +.ð؈?¬·ÕZÙMáOV»ëáQw»CZëG?ã—RÖå?´aOûˆB\ +k£Qe{?t.Û(ëÅc Ûn5Dóv!õåå%Ñù<ñÂ22•à1¿†ŽHèN’Óˆþô4\Y +O÷u7áV°4à&¿À'l¼ +·PíJ$0 >'ØQ·>t‰1!W¼ö Å¥om¯É3”ÿf§‰ØÊ4Ç#r?ÇûÕ…Dj3wˆŸ1Ì˼dzéÜ{ÏûcÜs<"ëϯ‹^i«\ñŠè‹‚ŲĨ > +endobj +579 0 obj +[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 0 250 0 250 278 0 500 500 500 500 0 0 0 0 500 333 0 0 0 0 0 0 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 0 611 500 556 722 611 833 611 0 0 0 0 0 0 0 0 500 500 444 500 444 278 500 500 278 0 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 889] +endobj +580 0 obj +<>stream +xÚíwuTÛí².EŠ·à®Å]‹»{CI @qw‡bŠ–¢-înZ¤H¡P 8‡R¤@9´ßÝ{ŸõÝsþ9gÿu×ÍZÉÊ;ÏÌ33ï3¿Y +£ž!¯‚=Üüóàäè@\í<‘pW¸„¯6Ø¢î„î1\VV%w0Ї)=À’S°=@  %$$pYJp„;ÄÑÉÀal`ÊÉÍÍó/Ëo€Ï?ûH$Ä`»ÿâ†Â®`˜Ç=Åÿ8Ð x8( ¤«g®®£ +àPÕ1¨‚a`÷û&ô<í @ Ã`N€ÜýëÁaöß­!ùî¹ ‰ƒ ÷a`oñâ Àî®$òþ;‚8ºa÷wà@` ¨§ýïîíð?!Üá÷®÷Ø=™é¹C€û¬zÊOþªÓà èñ;7rà÷žöpçï–þ`÷4÷¨C<ÀÞ¿sÙö$ +ô¹Ï}O†p‡ü)à 9þ«€;Øèn#‘÷4÷Ü¿oç_}þS÷@êó'þÇëŸ5@<`¨® Ð}NÇ}nG —ÿ÷¼¨ÃàA¿ìöžˆ`^`÷?Äñ{f8ï‹ÚÃaP€=Ø—_îqŸÀñ?S™ïß'ò¿Aâ‹Àÿyÿwâþ]£ÿôÿoŸç¿S?ñ„Bu€®÷ðמÜ/ p¿kZ€ßËÆÓð{ß@@ÿW$Ðõùïbÿîm +þ«hE8ÔþïØ_ü +0Ç{uxEøÿe† Ÿ@¼ÁözÀ½¿¸?vc˜=Ø +ïþs·÷AÃŒœ Øo%Dþ‚À0û¿7p¯ÙŸòù5ÌŸŸv·\›Ã=äPöî ða!m3goñ[»÷f(¿M)Á‹=Óx¿£­¯¢&›«£ú6¯o°èÆÛ»ã]p3{?b9G< eÖ%‘u5 Ôïî±=ß¹8gz7Ø}‚Ù»A×ô€UÊ ƒ€-.Ø-FθÒ/‘ÎÉósÚp½îsß^:•9›Ö¦ujªyꪛ.s5{|øéA¤°XÛ„q?)S؆õ2›OzÑ>]9ÍóCçó …µ¿<1Œ¼ÍRÞTôòUg‚<"-Ñ»9RIa¶€§ +Èʦí3K¿Vë3@äÌ>Œßˆ?½Ruøš„ä|Vº P@ !´O‰”r¼jþ¨ã-3 +ôÚkÍKõ¶ +g²¿@Vf6ɾûÕ?[ +F¢«pµž˜W÷”j¥z½'dãý¾¿ÍûÐÓ×yé¼µiú\s$:|YÉ ÃÕ㢉 +6 Lg…L¦0yã°DFô9¥Ü‰êxαªf@5¡¤ô…´¹í‰t=IÛˆM·lnLNe[×2fXMbÆj}2k O’€árÌçÒD8 2‡ë{D-Û +µõMuÄYFlž—Ôþ?à)×Q1l“ðÉh£µ ¦þmªb)#®RãÅp—¬±°…Vò=k¾ïáfý©‘È#X⪋͓ý »ÍÎØö³¡ä¹¬‰Fõ—(JÄ +ˆ€s­31þ–ØèÁµFN¯ —127¼ŠÁ/øgñß¹ÿÔ3‚Pj2¾S MIlÏÛw|²†xˆr?PΙ±õ{q—ÝòJ U3xqø5ÙÚ |w¦õ),6OœÎNV|HwöJöº”°}¢T­µ&QÒ©£fÐtX6µû¹8c€¥aš²m?¶*w™ôØ?«(;¥ïH`„óPNªýñ:ðè4„Ý{´{Œ/ènèäLNÖ›… rA`…\•¿+~†Æ%JI¯¢ÖWkÝh˜IIÀ‡¼ÑäB“ÆÊ}Ö Óo£*n•üJã¼<;ëÏ8ËŠØ•û£Oä0àŽœhûRúE9-¯vgÒ‹,SѤÅ@Ô)¯ƒÃ$ñƒn±Ü©q…`1w¬¿ê„'`™q?"ë‰åœ.D3JKÙázÎ["1û‡ª]ÊŒå6.¡J°n!‡êT”Ñ›¹5×m{ˆê Pû{‰;’×}¾]/Êë÷V‡Ûwk[NÊÎDî¦UÌ{Í»³³_3 (LΕk]•‚D%\,†m +Ö¹®¬écÇ–1߈ ò¼Qá–±/¡Ë’Gãê~§N2’Ó´Ø“UͿʯVçFéÄ°t½ÄÑS)x۬汳[ÛAaá˜7RMÜ + h¿Ñù€Þ¥ÂÍÁ ¯!¢cŸ©J‡ŸØr1©Ïa¥–gI8•jsË—+úT˜1 ÜÖ²ÔÒ8I•¨i½ëCýu|‚9”:KN– +JʛŸpÔš^K˜×ñÅù„í]Bâ>t}ÐUÚVz†®{å¯ÏÃÖdµYÉÊôFV$}äKMÅï7Éøð½%ãeíR8§à\ÜþwÍ›3:´¡]) 3¶—ŽÃ²¯[ˆP’m#~A݆õLúYÚŠ†Rr‰8¿Ž [HúÎ%‹>’uÛá•HQE`áE‰´W˜0o³ÎÐqÛ¬ôK>•$§ et¾òV°ežïÓì^O,åÆ=¶A³  +ç•A“±!40¿JÏG{D:¼”A·íyðö©âfBuÆþ—`Oø ^vgB;6á`>®‰éJÛ´¬æÛuIËËÚQ԰ᣠÉ a‹(‰!迲’×1Æ/¡ëÞýz:/´=, v ,XyRq É>"ÓþtÍþpN9!çùÃQªe{üd­"ˆÿÍälÿÔõ„¶ûË@RR‘>’z¼r@w]Ì,FØ@r&~A9dƒ^ã§]·ƒº-9êJ[ÜÜ2Cϧ»»]°ZB_ê\±O›89À¥åjvì$›½ÞFl"çãU¹8réZʶôèÒ©ñÌ^ZðêÅÜÙ¢f#1šõᔹÀ¥“µ-W²'4<ÛÌàƒJPbEûä]ÈŒJbRiþy•†Q¥mLèvÏqêR[ÒXîmØ°‹¼î‰GQòWL'€ +Ùÿbbo)e„J¤ßD½"=Ÿ÷pq™XÛ›kqRX…û`<ç'=š4ùÍcGÒè1‡úþ<M\íBžV8¤‘s}eÏzßåÖ”‚®”ôedF#tfŸw„›~áI6’ØÙç‚=¤Ñˆ¾i´¯?/¦YîqŽþU?n‡Vïd"t{Ì÷-ëáôƒ¢˜¹ˆ6ô¾•£œg7Þ1P)ØÔ @+ŠõujñÌ*ÁcÊHúx¿Ÿ¶Ðæà­t?Þœ”: <)ôv‰­4\®ØEÚ¾·Œ]Ü/V +)]ƒøST>ïœÓÌ®®ö“ø›HªY“w¨ï +#ÉÖ¶jç†p„E …×¥Ç'êÛ§¨Ñt_5­Úô³ÆYbë_b1¼énDú +ß~f‹d';Þó|Wq«Y¯YN­ìÖá¸À9ûiqTZ²S´:J\Çx£èc$%Œîî4=™ÛOˆDƒ©z9¥¡17x'Ý:=€7p^ûú+¸þt÷Á^ÖHýˆSv6µ6÷¿¬?7ó¾°¥xüƒä¬åÁf¦F²\º‘Åbr-Ц2:_­$ñ9¢O€8ÖL»3J_o/–¸ý°êÛ)mûMæ„C`>ÝP#!t£…éØØBxi¨•¥€˜rq]k†jNÞ½m¸E÷ìU¥Õ³Æ»'{:”šJ´¡1ÝVýmB ³r^£ÁŠ¨ZNn]ûj$«#ºI8D¸; «7ŸjSqèØÄ1[q0²Ø‹®Â7ºÚ-P¶‡ +?'þó½"Ùþïu½D +,\c/¨kKÿ}Àû$ß®H¡8õi·Nü‘)ïç 5 âu‚ÔŠ#=A¾Ì†‹sS6ÊÕ`Ûç̛㶚~žÀ`¹µ>‚èiLMÐ&VÊ_½4ן_< U±+ØQ]'¨Û;kIõÚˆQ½¸úö:b¢ŒçŠÒèãDhFUC^©ïÝüñ…/q„‹—°Q§-$ÈIFä©Dø,ª–GÄW4;ƒé¥ìQ"•÷ÔuµÝj2zƒ¡Ïk#Ïx³º–;ÙžáÞø¬¿é"C¹ÛXä)+AÿþÙæ463ûzÍ\?.]"ñ‡ññ¹íʉv‘_Å(k×á6¤°qçWª•4o¦óföÃ;'bRyBX=¶Ð&گȗKÆêÝá©‚,"_nö@v™¦!jMc G¼Ð:³ˆ×:n&æÔQºÊo*¼ýÂWôêŽß­±X¼©F1–œUZ$)KÞ}>œ?N0_2N¬9{¹Peåž6™åG/4&ì“´«)—™¿)…-¢:6 ZÚ)ŸSÒZÚŒÔ /mbl16F{Ú·iï›âæ¦þ@krNMÕ +Ñj¹àz¨ÑàI™Ed¿ÓØw”žÕ¸àÌã(Ä3À–Ýc'´L4®Mã˳ùCœâšÕXoÝŸ–º_ T´rRŸxMÅ*beÆ¿¡$År=xEÞ‚Fh„yløÎ|â3ññúû믪óm+“Y–êT¶üŽSq9;ûñ^€.mŒ_QÂØƈ\Kóu|ºDÜù0Õås¼™¯3ã9杻BÙt%k—½ŸI¬t¹eœ0Ÿ#&‰mÿY‹µ¼3ÍÍ®<çi¸nü1½f¯Vú@b±p¹Åqf0Q}Öü·r}ñˆìÜÍÚ€ÝððÓPšè¿wLB3Äj" â0§ÅÀí7¯uÌù‰*žW.ÒÓ½§53ööªì-WY +»G'“¤/cEV?Èíïb:°ó9Ý~ÚZ…ïà\o[æÌ}CÍ,|U:ÂqÔŸÖðȱîèþÇ÷âãÐÓ¤íµÒy8ÔÿL ·1ŒNñ¾ç ¦b +T.N6ö=#KRZw›ÇÑùG®Z—‹œÞ6mÜm@ü•èÜYsÉP\K´QÖ—½Ú¯2Ó]^ ôxqj«S5cÑjï®PǤO¿v˜èª©ºÚÛF¢É·urì× Kܘßëd·Ý¡šÖ+7›>\pÅ!7¦÷ûJs-KœµÃbú âöf„A?;õB+°*Cœ¤ÎPËŠWf±‘ÊàP›‰_¿F-x^¡ÕãÔ{Z+Öúiçì/…—V<ë®{UåÎÖIòÙ.>)øaúYø-`ç)ÑcÆïHµß’twAùÔ^çó-+Ÿôôâ¼9€ËÔ1P¥KÉ­Òâç„ór|ˆì›1ˆ®I +­•xqÂd‚Šîëùa+úfäs•šµ%Ë*¦,óé øŒ¬5€ìZ ˜fdð÷oˆ#ÖùæW¸Ì‹ªôø´fYå]\jÔ©¥ZhÜÆÎòçIuT–°“&)Ñà„ êã];9¯Î[7ý¤²*G>BYŽæ02½GüZ*³ +»‡Fi;ßò† +¶ûOf}ó÷LîlO¬KŸz¼d•fSŠâ^™Ã¸–|i«1V€¹˜îå®L¿†ªí)¼§ßþÏÅÏ…m4ëÙ|rz˜³9 ú¤ä8áKsõísš·Ð«¼Žiý¦³-'û‰tÅÁÞal‘ï$*[ò•†™Æ„¤¢›øG<Øí¡™QÈéNûúÇm3–ìó¬_¯ú7}]Ò>NŒ +©W¦ +Üôºzz‰g§è¶ ÷³„òÏK·uq õ§€$s\„%ÝxÑcƒŽÅFWõØ…6V„TÐT{VÏL_<¬àÓ´bãS·<Ÿó“°"ÃôžB:I|ã±oQ*jÿü6/ NmÅ‹0ÈŠÜ,IñÆ0¼n=ÊÈÓ½ì)>*foqö´Œ¨6"˜9‹™)ï<ÉŠuä|¦°=¤[…îm„hèÙ¹;üåÿâ³,fðuFxåÊj·?‰Æ—;~›ïdÎyw$ì€oQ—¿^¼ß4=p€« …ª»Ë/í˜Íþ´±§6a©TýÌÌ11a‡¹ãR`f”¬]©Án%RóQü‘h‰‰Ð)Á>%Ç%ø³¥æŠÚþÃÇOzDœAqÝs +¤ß½PxYÓ˜æÐô²ÄG#80¼Ùõ"ôöÚß6͈(îr˜‘T˜¢ 7W(™™&ÿIP**V}b¿í#̼³úŃ¥ýÓØ)µWëó"ÐŒî)έÂ5V£j!×/ºr^‰å_“LùS»ÊYÑ(…¢µi?6ÝüH“úÑutrÕýB€¶‰¶ñ6ýhÁíéK1ê‡9xùlø ŠM* œ17y„¼;Ûe¡H{M:k&ز‰Oe·ãóÁ&ŸìKÏégô[MÅ;›w=/P]-ê)"²Ç)¥¬CËÈÏÙyšúèm}²ä +nr({fÆY¬!  32„ÈkHÜÖ!›tf#Úù1· ¹;ÂŽÙ6"ñEi”È°-Oã¿”Œ)(cVuC’_,ðú•Œ3²hå§Å”&w•¤Üt*;dÌG£(Ë Îs‹·oÓiD²\lUá•oQïAÍE$]&bZš¡©\ÅÉ®˜ +û³çîs5ð7ÙØ){d@î•QŽ” +7_ ¯oHÄ^Š¾Fð%Ã6ÜCàŽÞBš“¸ÏÔµ¶SXʸY”ðÁZú6CïN\\¨ i^Áù¸|x¡a?$ëS9' G«hhøÁØvS*¼ ¦.N+iub‡- u}gwþ•£á +FÏ„øY¶ŸàT-èÈó¶±X”šáÛ¸R® =Öu‘µT]ø5Qof§"Ô¤©æ†ðêµ1$qæFK6ÊšX³”xÙã Å…¤u„PînÌ<¹åVºÓ•Éƒ.Yס0Oõ÷1¼¼å_¸µè‡ŽF”KŠ0™Î²Û™;€GRõ2Vö¯ŒråbOðÇ·Òa +2ýeV•÷îì>3uác‡²vD>ší#ßÛ^< '(a¦!ë\ºÕb¾Âá} ìÇäm™³ýx¡ÌQZ4Å1£›‘ƒî΂ŸU.ž_¦ QNªJùR+ûÓÜ÷C–Ò+oÐ#åÓFÿÌJÞY‡ç@Îöi%b¬ùøΟ\ÆúCFñ/ËtZuGPó–à.õFüèÍkߌ§ÕÍ»U\oGPC#Î&lã[Ê'ÃFz¾Î%fùšA ™ÝŸ®OÝßãÙ¹âZÕ^;  0¿ ÆÚ‚÷{ +¿Ã_ äö“ðÒÅ>*°ð_,|I[è3I¼ÓõV¡VÔOA™~¿4]ØEžÍ;ž{]V|pñÙÄŒŠjž_Áâ¶ùPöÝsbóú‚OÒ½î«âWñÕÁ™Øm[Ôo¿g½ëH G± .›IZh3¸Š ø +ŒÑì¹Î ÁXpfÁ¯ó}´Wž(©ñ&¦ñšï—-׳ƒŠ¶Àù§Ü-OeV›ÏÃ>ëKj,ûü⼘ÞLs*PÆ_ò,Qñ0 ÌÚ’œð‹Ô‰/€†y9?ÔZÞ¼1) +Sæü~Ý>Ÿæ7X–¨!K/Çôí±™Q!ô—-{ƒ^JiI:èãbЊ GóÏ­}‚OÖÄøP“ðÕ[ŒåãÔíj½ÝËšç_† »?›Ù¤EK˜Tê+êgî¡`&œyU%=::ûV9çÁ»CX\þ6½+Ò¹úCïÚ8Î/ÄIu¦‡'w»h[½ -\œ¼{ðe[ºÐõê¯Ø—úûäX +Ù#_V9Â<&ÙiÙ U=sÚÕ­¬+c›o|›K³Ënçm•’ÚQÞè‡_s̥ꈦ®¨¶ƒG-•ÚÛßÌ#v:ªjc[Ø30yØÛ2 ?Ašve¾HFàÀ§BÑH=ñÀ‹x<¯êx×ã.aǽµ0?Öí,#³&fÁ(F-Ñ'6HÞž(k7h‘V Ð5BíË dœÃ¥ 4¨ÛU(ñ^‡ý ´÷Òû+iš²ÂÊÞÑNpx£i{%؈IiŠ(§ÚS˜ÛéÀ+j’êJ)ŠoŠžgƒñ¡ÑBJžhñ‘Zÿ⋾š•®æf£šX¿Å +Ú©w¹ƒ*jXß#a'î\]§½©ÞUëÔµÓ5Ü‘¨¬_¿_äÄ„8Xɱ +ÓÆ$nöôáÂtå^p”´ÿÙôš…‚Œd‹¤¡B‡ckÕµ|·Ë”›¿¾Šˆ>lì°&Ü‚Sß¾zôŠç¡ñ-¤H`à´Ï”§ ·Ù¡nº{ìíÖ[.ðc’û)å]üm0¥_a`Tp‰è»¨Ñ¡xØYØÅå0J˜ÞÂhkpGï(½…ñûä‚aË-À¿â¥½Àâ'½ñbcgîM#µêèjÕO¥M.ꮷ锋ÁSOEÍÎ9îªñ zùN¸‡ ÚDŠ]5u»Ð%l·b)P™ØãvͱH3Kâ¥5X–ô'·*s]òiùˆ+œjUª6fy˜ç¯Hëä!nÉ»èÞž¤Ñ^×e}®ÝÎgÍ +ÏŠ\Û´^+e^vòã² ¿­Êñ,É÷ÅA«°¶¡ãçóo#Iò·û[‰²ª#û,Ž‡ +ìY¿]ý… ÚaE€% b„k‡ÌÑníÏ6Fu+%ÏòÅ%'‡ÑrE;µˆäˆ'³Ï^¹Í( Š\aä$Š¿¼²–ãîrKûñë—ã(Îh%÷›ÛùÇ’wòG2'2$ˆiÈ¿r$:¬@Ž9ž×K&˜JFBeé0BÈù>^]OU:Ïc…ßÖ…ŪvƬãغs¢âÒc”]Š^¦zä}™[þP,rkÈ:±¨²çÜ==&„FÕÕÒ×`f Å’w𿉜³%ï1f{ua` +³bþ´Ã‘RíûÂèPÍ‘q¾æû“¼oš7¤åÈ3𜓩-¶5Øã÷Y"’2µ‘þ†¨ä*¶Ù;þ‘5ÕšÌ)øÝŸs¿R'™›0•ÝC*>“´ÏgÒ±“Õu¬Ð +ËÒzýÄ°&tuÛØ@`co—øRP^A Šc©¢,Ô6‘±…ŠÈ›]úKÆÐ#:KŸ|–kÏ+‹ÙÚ]¤?”ºEjºBüû>Èr¤fNö¤ì¸Þ©Ÿ‚ùÒð;3¼ƒ…z ̪â]¿Êšdk˜+NÌG†òTÖöh¥‰<ÍÖW›([´æ +äi$¾Ç¶NÖÃ7Ͷ>¤t8U "ðC‚2/ _ai}šFa{±¬#U¯'º¥»Ì_8QÕ ´x¤DâTO½€[#§4‡_íçÌ ,»,t–飻†^ùW¦úIÚØ +š1 ¸>?{PßýŽºþbC/‘sË°š¹‡Å>k·Ê¥ñ&˜c¥}^cª!9ŽWn‹›õD¯s´›Tž‚ŸŒµiÚjpàÖËÏðB³ÑÇ~aþ4þ´túÈ,ŽPÃðÒƒ¸P“­2ýl®_ÏÎq§ûæý¹ð[_ºIAé9öÝoÍQX¤ +y7žÄuPŽÀõïo÷¸4ùmo¨TžŒzMt!žšÅ>&ÓÇËÑ98.¶KN¹/§kÎî3ÕˆÊÐøÞã[6gfæÖ̳Kë¦ê#ñ1ŒF ©m)¶Þ%ë…ÊvN »>ðF;ãö®,Ÿ|žá"82BÁG½×c³ˆ;·Û¸5õÈί/¦,Ÿ½ô´š9¥†Èõ÷Ž\á35VÎ'Œ¢êN½«¥”¸SàN(¿¢”¹=1Øyn:’˜ª y-9•sÇß³àiZ©UW¶:'B­ôàtzå×­2KEJeV:ZM|.‚æxÃÌê-ÚþáGˆæQĪÊO#æÊŸ‰Ïâíàž¤3h%½1ÙtE“€dΟ8BeòÄj(f*ôz¹ÿÀ—ÅGGÛ’ +…Û‹$…Ïïp)Àlf¼,n¾õÙ‡ÎÈB ïÕ¤Á÷ÕI—Æe‰Þ $Èx­ejavö8þH ]_ã©œÎÁ©£îúÃ8ÖL°°›‹£˜v©¶†ÝæK7Á¦ÓúÁ•0´«œ±c–éãàTÞC+1ÿ³bÿé.Î}ž-|MÝ&à,‹´øÚ§‹L®­nòO³,±ÉYë(Y#sš“Ú?<µcDéXûÞ×!ÆãÞ™!µZ^²×“Ý-[!>›á·µß2ç»Þu^&2믵DëV%¥ÈªÓnK)V—õ½°s Äç@ÉÎPUÇ%ëñÖ;²ðÌUÑO—œ!ž.«ªÔ¤ÈûÎ áÌÑ#‡Ê¤Z,þbïó×WÙñødÿËîÿ'ø‚Ý=à®@wÜÿÏÀ€” +endstream +endobj +581 0 obj +<> +endobj +582 0 obj +[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 0 0 0 0 0 0 389 0 0 0 0 0 0 0 0 0 0 611 0 0 0 0 0 0 0 0 0 0 0 0 500 500 444 500 444 0 0 0 278 278 0 278 778 556 500 500 0 389 389 278 556 0 667 500] +endobj +583 0 obj +<>stream +xÚ¬·ct¦ÝÖ&;©Ø¶mÛ¶m<±ÍŠS±mÛ¨ bÛ¶í¤ròîÝÝ_}úüéóý¸Ç¸×Ä5q͵ÖXdDŠ*tB¦öÆfâö:&zFnBy+;cWg9{€,²™…+á· +†ŒLÄÉÌÈÅÊ jäbÆM¨afJ(jfBÈÌLÈÄÅÅCF(bïàédeaéBH©¦¬AECCû_’L=ÿ§æÛÓÙÊ@Hþýãffkï`gpù†ø¿vT13#t±4#4·²5#QPÔ’’— ¤”W#”0˜9Ù*ºÛZ™ÊZ™˜œÍ¨Íímÿ½ 4±˜ZýSš3ý7–3¡¡³ƒ™‰Õ·›™‡‰™Ã?*ZB3';+gçïB+gB '#€Ëw\ì ­&¶®¦ÿ$ð-7·ÿWBNößvߺo0E{gg'+Â見¢âÿÎÓÅÒÈåŸØÎVßjB{óoKS{×Jú—îæ[ëbdp&t1ópù'–±¡©•³ƒ­‘çwìo0'«¥áêl°ø¯ h Ì,ŒœLmÍœ¿a¾±ÿéÎÕIø¿Uoäà`ëù/oûYý¯¬\œÍlÍéa˜˜¿cš¸|Ƕ°À0ü3(Rs{B&ÆËM]þ§ÎÍÌé_ +¢ügf¨¾“02µØzšš™Ã0ÈÛ»|‡$¤ü¿c™þ¿äÿŠÿ[þo¡÷ÿ¹ÿÉÑÿ¶‰ÿÿîçÿ„wµµ•7²û€0„ß'Œ=¡,á?gŒ­‘ÓÿËÜÈÎÊÖóÿàðŸ†fÿNòÿGÊÅè»B‹oBéÿ-´r·ò03U´r1±$47²ýîÔ¿äjS3'[+€Ù7£ÿj&!#ãèT-­Llÿ´žíß*3€é&ÿMÒ¿RgPVV”V¥ùÏ3õ_VŠßÜ»¨z:|'ö?J‘³7ý_‹0„…í=½é¾w 3 !ûw@N&&ßÿC´Á0ý×ZÎÈÅÉʃPç»dF¦þ?¾ÿZéýŒÀÄÞôŸYQq1˜~×ÿü£6qurúfõ_;þ»àÿ¹þ× ›™y˜™À¬.Ù›ð„X§e¦»ÔaäMˆêô÷2…:”6ªÔØÿöO ßáª4ü¨ +¥ošâþÛî¹xæðy M}8Ò‹nKñ;Åì*×—„ª¯i“¼“ƒæ0ˆA¿>ý\#ÚûzAvL›QýpwBIY¿äoª“Å êú™*€Ä­ •ôÉÁÏ$µ!­ ± ¹®ðìœ<ñäù‰âÏèðÐàï[𾚜8h270xò¨ÇmµJï*ˆôf8œÛŽë¿=Þúyd¤Ø¤‘v²oŠùk€Ù$ðôÞD9'ɶƒ*Mô›¹©(^¡Ä)®ÙܯuW21g ÞfÜÉàþ»ÒàéLÈü¡GÊ~çpï:»ê·>„Üùái¥®Ò÷Vˆ2Fºá×*‘6g2/ÝeaK³²ìp@\òŸ§ +c¾ÎÞY›ÚsYÓ\=§ºLLEú³–Ÿ§h§Íì…FM·¢“²CÁÍ7Úòã’$ÅçJž~WQný8¤ñåPOLQš:°Õi M¥j]­²óªÏI#=Åí?Ú-qC²ÅHý¸áÂI‘  ÏgýÔù:8ÎðØ §Užz†¹þA'†™™/4 ¸b Æ¨È'µ²Ó,dè$¯¸oyÖd©å.O!Š©-v|[E˜Ê +ç +ä‹CÖë|û£Û`£;Ë{™'öw·y׳yBõBµ€‰áíÊÀº÷‹i„u$PŠŒvµ"†¿š«5.ô'‰šéF^e>r:iÉö£Äçõäê¨hÛÝ;Z…ã’²ÄY¬"ãØ4Ðì^¤³¬Öâm¥$.;È" MѤú?b"§[k<X¢ŠÂPÖo·ÐÊ]¶1 tT^³Xôt-0‹/ÊŶxÝx£‹¸¤ÇAäµî9VÊ]¬" A8ä(àìG·×wÔÿâðiJRÃÆÈ©ƒæôïòˆ’XÑdôoú<[Ìm”Ñ4j„K@éVzÞru3ÑÖùìòs¼ÇYéL õÕevXÜ{Œ·S(µÝ_Í;;¡$1µcz$6'(çÖ· b=b¤uÚ‡.0t‡fq#©,i¥*á`U½øYõúÒæ— +âÒ¼fa½êåm£˜:½¾kÈÕtÞô¿$´“gÄ;ßBÓò7•s`QñGí·±L:dù€÷“ÁU“…9¼û&ø±”ÜË»ÊƬœ‘9NK͇MÞ ÿàèj)…ÍH8°=¿By2ŵèLÍÍ ÛQFGžß8î±xslœ>5Ë°¹KOóUƒÜêQ…m•Ejc©µFÃ-nMñª:—nj2/äœ`ægtúæ¹çb—”úê1‰HC=òøQ óU1hnP˜ñ%jv5¡·ÖìA8©åGý\öáÍIúx¸1GýPIa…ÀÚ/Ï +üjÉlNÁÃw8TG›8Ý·sÑ—´GÃÐ}ñÿ2; ¤h‘IìëO©hP ’ä>σd¿dìÑi¦”óú¡’Ið¾À ”Öî×æÉš½Ó +ä­ñ$HtvÝAAK!-4LÖÖsòqÇ¿é:0¿)ë‘¡1qð²ß×íž +pÜL½FîþM‹ÔY)ýX +}#N]öÆ +2~iOò.§Ï‡¡TÕ-t5ꨙƒžEŒS¬]ýÌøºbßËX ÿóÚER°‹!ó&0Á‰"ç9¢Üt+Çë +ë`å]Íå¤\%Ñâ q g +Æ6£&8b“œ¾ý+Q§Y ˆı_gp1eZÀÖ‹Õ¼UíM™‚Ú­º3 fÚ”4‰ÝlZÎ=:þÀù¦ÕóŒË°ªÁ +ššø7jQœƒ´˜êÁþ¯ÚÔÈRg-ƬQ¨–nPþµðþn—ÚoEM7FAÂ_ÛvÙdâÑø­E +kþ:Ž×Q$µPÁÀ¦HÍøxqÁ”)âÎ~ðÕZ)OiŒñ⪓¥Ý-àºÔ£upq›'+FuáO8¨Ã µWQÚþé~ÆämZŠ³­ œb9›À‹çòaŒ”ü‹c +³6Yz¹òÝlë?rotÇ‚ŠfâÃÞA5þåQ÷fR‹‚_Ÿ*•µ~«`²Å6ò¿D xù}ÐèSŽl°0“,"žA- ø–NËnªŸ„t‡ƒFé€\S.°Ýææh‹ë~øg”&R­ÇÀ‚²g€o¥´ý9» “íøÁum›>Èý‰0À€ Mbq½úìÜ +Ô®m¨ÌÓËE‹Víð<.ü4oöU¶†T¢²BF.ѽôÄúO„¥&ËnŸ,?†IP¸´xßuA½æI&NÏ҇嗡±Ç§0zÉrxܽtÅ:)Ó_ØKôÌ"»›§Sþ"Ú¾ïX¬ŒS¢m¾C˜lÒ„Â#~K}ûùÅà9̹®?B h‡Tògå:BÖ€ã‹Ù²ðH—cUãðB¹>zÜìêP:öž½FÛ¿'ÉòlBÐGÁh)™ÎÁPÄ h²½‹¢E~ÂÖôÃ,T”õ +`ÂÉj­ôûT°¯G¡þØ$ +eæêÐÉwÀXtˆ,…b/ÈɈ´zÚŽæ8YÿzÇæÌ`%y“"ñoRúÃßœ†f¼J²’À7våØLÝ4el…žÁö(v,ò& +'t$T‰%ëQÜ0CÔxî™b—Âãq@ÍsGécpai+M˜éïvX?P|s)þâ$½bÁx“r\òýUp?[ß&exó~%xÄŠ«ìØÜ.ÖǘœfݺN‰:‘ÇH`ì¡–vS·ªK÷7©*q.}=Ÿ —ïíÛò¢';ÇQÌZÀäøïÎûÆY¢¢¡{…\:®cn;¥ñ B¢±•<.4ÏŒ ì#Mf>îQÖ=_B«Ì²Â±[ ÓŠXr¬=:(&s,A¶±lÅifBÕzñ|ƒÁœ‚Õ§ÔÄ0ªô)þ€ùA°ù’ +°0ºÆ9v#Š°ë¬éá% ŽÔkͼ¼[ Ø7]‹[P&†°of¯i‘i9*½˜0§†Q¤£Ñ€bü&zÕ`P䩇"¯ðA{\8£¸mƒ-Üt¦ãçÿš®X¯¸e·ômWˆ»Î"Ÿ +™GáâÈ€¦ÌkÛå8b"øC$/à^ýAà OÃ^¹vôR9êêq|ßœ¥ìÀmwüqçTU~Mˆ¬²‹ÁñYè^=®©ð5è÷zmŸ°éEEvBëm⬟õjÈçŒÎ£_¢lƒŽ¦.•—æ›]àî2Ç£PŸ¢.ΉW¾¡¸“Ÿ8€&7QˆøªÔŽ—aô4»wo´«ŸdÌV’"GeœìØåÂØU&v?_Å2¼b’ér—Õ(ÃÏДŽRw œWgíTÿ@¦œ©–ꪧNCZÃÑÞËôUIÄo kZò©9›Ã¼ry éÂUÖYfoõíúðCt6?ÿµfh.íŽ4.¤h +±=—•*«¹Þä\£Ypû~h #ˆ™ÍК¬#°YÀCÛãGÑ·!}ÆhU¼§h9 +ŽîÔ6ZXè °_'åé‡gdJ{m«Tm|(º«ª÷aú¾¾PÌÏ#Q€im¢Çä„lâñŽÕùÉ{C9w87c_IÙòTY#7Õn¶g¯…ßî +†»CNÊø;V.MðƒfΤ¤:K +¾tÆW aáÚÕE$ ¤_ ¹¾5vÜ— çPðÊa+ î@ +„!ª‚n[iB·æ—ÕÌélž~Ú~<ôñ }HímGÜiu¤á‘cfªœ¯Ò‹ÀX™G$§ ¹×k%²»cC=‘5Ø(†öÊ0ëû·tŠ]õðŒ>"É7úc%º±-c;qåþu“CäÑÂy@ªˆÓsôž¾hä\Óœå-#¨jd²£Ñ±Ð+×}WVJ/À¾“Ì'ÕM¸â°Œ¸•+ýäBOÍ?3O:š¨Þº_tDÞr0Ì>òtºœ]O^%Ùq—™òvíP&÷¤¤ªo;ËW1úò¸ý•§.°„]%ª|…OÅo¥Š>dᬷ6ûýòlAÙÌlK¿ëv½»eJ¼‘$˜ä‘§®šþvVÆ[h‘À)ÄΫ3)3°F‰胸= ý½Ó‹(ƒœÿ²ÈªìÚ¬w¶·ÌI ûÑK¢·Ý¸¢j¨šw´¸‚/¬ÊÉÚ¡ÅíË {ÎJ©·ª—:ö}¶ˆ‹‹¶ ­ËD‰ŽH qºÅ0í¤vÀn•:3ø‰«¥´ã0 ++äìŒæ W?•y;`ÃCþ}|Ý¥Øâw÷!)[å|ý™}»ÖéµÎDꥂ¡ŸA­­—„vŸj'㜃$C+µä=µ©li['´•t´z +p»Ô|€B•µÿ!WÅ-3G´Oõ +ì…„þ~îþKW&Xª|¶gA*ɇøzàþ©­DMóU8ʆ\Û䡬ˆº”2p©õ £ÀªLš];Š`›½â Oúaª+>l£å´GÀˆ§±ÏJÏÿ‹»ƒçFORCe)`RXHà§P”¿¼WÙÙF­uô‚Ì:ëAѸâÒxøxPÈà)}>c©ë›Ó±.ø&g¦%À=åï¹ýÚâN+ŦëˆóÉëUè]ú.Öô +Ó´š,0;†²‘4m;«±ÒØMœû¦úճϮ­@.º³>Ï6ÜÊqO3“RC2»NfªxÅß8ØšÞÎý +³CTª~ÍÏ®IŽ‚Å-#½ò–³3,žà~‡.ùʪè*AmrŽÏfør·”eÄË +ˆÚ.`ùHîIïð7«‡¦äG™…†!7Ž@­¦€aØwÕÁ ?#xñî jâ`¤fé*Þ ÊFYk2UoÒ¹‰!߬åÿøå1õà¢÷Ÿ§”å¤äŸûu»ê ø:ZnýÍÖÚ-Wpír—„Ô9w"ÛɨWêÛ Õ0Ò2ôÃsêïS[BX'ìë<“W†06ÁÈ©äp‚ë…p»“`Ú1*_ÀÀÌKß¼§† “%3Êv±X5“1.> +hDÓ/4 \Çî%ý(9È–U—å>J fgˆ@ør•ƒä°Ø>lX>6Ì¥×yóþüEìµWûX=lv˜ÝOŒ˜´ŸfK;HƒÓÒG0Ñîj¶yæÿ"™¹¥² ¶é<ˆŠÀ©4§Wáÿ°Ó'ÆQ%ÓÀÕ³ðžÒi)e , n@‘ÈT{Ìá4Ååeá˼u™9b%ã•Ì¬ÃŒÒUUªÖÐQx:D +ÈŸeY]jßSw|­Zuí‰z‰}e×9Òè÷K7¿0b»JtºÔj†Á<; +v°k³Ͷ¸Éœ„·‚Y²Ì¢Ú¼PmÎS˜Å +3-O/Ö– s´§JoûÑ©Ú –×N +ßÖS©A Œ%²«´Y¼%¥öëx„'W¶‡âÊS­ÊHËm[ËÅw–û>|Y6¤›$PÀ˜Æ¼Ÿ…iÇ=–¹«- .Ë’uBX-Õ4Q«$9=2UçV´}d0 z)tèXTn=Eª;2`3?ïÒÓÒ¾¾Ø÷ãÆ„>úué§I¯{oßÀÒXLõZj¹º tGFâ mÊs¨!‹µWÝ^XÉRÝ9nÉg–G5'•€úÏrIN‹âýñHô8ÏÒüÇ5ü±÷ î…çƒ*÷yšê[R‰Á(îAàþ… +wƒúœ‘iôÄD¬æ‚‚Åg%÷GDî¼j¢ÂWÚsò¬"ÁZCÉO¸Ã—•kàÉpB“³'N2wç85@MªW¤8™¿„“JXð +k´N¤á¶ ׶ç»><²~SÁ‚Çbg¥^¢¥6WÛ\"³\6ƒž¤òíýéoLµÐ³ÂóøBþ˜°g skØ; MÉ2]X¦1‘5Ò²Áù;èÛæiL³8+->äS:_ãÃW.pKRfõ:—™Je¥À Å[ÆÖÂIÕÙÒÄÍaäEá +vªU@p“h +û°\OQCü,†£¹ûeÁñÅA¸k¾çàí¿WjBë_ðÃ%ÇõT–|›[NâúÛ1–©#‡3¨N=¹–&õ[¡©œG{~AÉè¿ `N{Z“ÐBÛÒ™Ìu«‚¼ŽmqóEºÚ’óF¯Jh'Ñ„¢IÎÁ’±E®V±ÕVØ*Á~INb-7Õï^Ó·—óû¥ärøÀaoä¢v¢cÁR‘•×™{ÆsãòU–ä:¼åªK]ƒÞCŒÂ0jœ½çtU»jÁQ®'áxUôßq±©À“~ì©ä ¡V(–î`¸àôÃø<™'M Í5K«tÿöB¿õu÷Ë€È|òºW&š<}3Ϊ!`¸}!óúëJ£ÆÀ+7Oï ¼ˆöÅÌüÂo2`Žu³þtpŸGZ*T3®hÕ>Å”—Bÿij©£Ú +pßR"ÂÊi +•dÅ]ÂëfÇ7dUt‰nŸY¤bº?ZÙ+«3ñÃÊÝ)¢ŒþÛX{<ýƒ”µ˜›ÓA·÷¼jP«:fÔŒüøíáäÈΨÎåü/D€å+I͸f–ú«—€• ã­zòœÝm‚OÄŠ/ËòI?_W©{•|¥ÚàóѶ„dcfÛ¼1UEò4?à؇a7p×– ¤*½!;ÉêE÷ýü¼¾½új®"+bWç@J*zž0©%Mè–›|Ê̽k&åš}(dµAÎóL쩯‡¹Ì±ûk®¶½‡p¦“Æþ ëqe¼äu†~.!jèâ>©ÞæÑŸ™#÷AÕä Ûs+’¸Á[ÒÇ»´©…w=tÔb‚s*-‡$ˆ'Ï÷€¸¥­á_§í~8Û_ì¸ÌZWƒóp‹×~j½ 3q¡;ç‹é@øƒ?aãÜg:@7Nœ^?Ø>6xú$Oo´±‡‘¹y¤,—ëHÑ® Ãm·­]×)’íÔJ)Öú¹mX¬Â‰†sÁ>÷›‹Ñ‚ùËNÒf,ÈÖR?ZbÉùU¨O…Q·Ö.ã¥]é~ª<ó—•“æ§r7ÇÇßø”5ÊÔ„’PߊÑîúñ½‚¯íí€í°¨"™¡ßä˜ wó=¬U0õå ù>³-Ÿ€©Úug÷«fâó?3NùØòI±áúy!‚çÛŠLÊÚ©÷$RŸž(.Üɹ4ámÎPRØÁ|ŠÍÅ܈:Gž{˜M¹âwâ¡ñvb>ûÖI´ØJ.9¯Ì$ˆ9$pÕcZ€!ðp/*Ôïf›ÂæèC’Ÿø‘¡ÌÝçR +:¥ª¸ tõÿläùk4ߢ+T¦ÙæÊz§±ò@žþ6kjúé‰%gîL‹UÖMQ+p$E™ó¢¯åùÂÎ+>kH%ÃÍÁñ¯®ˆh2[k)&•ºuý>†½+ŽÕí!Ÿ£„}C¶«›“ø$FHb–Ã,öôA¤RlÊ¢oö\¥o[ÇäsÁ'Ïa½Ò÷t²RñöÎÝY2~eþQÄÅë©›cøHL§p6 +ŽŸLÙ0¸\J€³ÀFüÙ}òe ÏÔÖá«ä 9²+’ÛA“àÜ‚P‰EZèp®ˆ³Ð +º +9ï f|E4>zxÑãsg ×,èô¥™r“–A¥ìÿpç!§ˆe[žc®BØZyâœQë,p,ºXèuÌJºN n–ò¿ÏœIFÙA-£êA=¾•°Ã%ëiv£Ñ"¿ÔÁñu*¢–æ¼î˜ÛÄ›ZÖ +&XGæèÍãI4®dKßèC{õ ôrwç€õ¤NBÁJíÆŒù+§…*eBœ‹¢€Ø­gï pË7?^‡é*=XQÉ!ä± +6"ˆN®ý‹®' +áØ ~¼i±jN‚všÄnß<ê¼D¸ÝDüýÒˆpƒ—…Iv \¬:²ŒS²‘+…–¹y%WÃùÉŽ~ù7„+ÖYªŸö&09«ý,æZ¨Ëokóú˜”°QÀH)z–Mœ!ìOÄ>¿òÅûí×;…·Øþj,6çì_t$0„K²%Œ°ÐX¿çÀ=†œ oÿ§cÂ}Þ2ñÁ%Êçgvö6ŒRóA‚Ü-Þ5 ‚üz!«ƒ*A±>CË•ÿw#¦â:Çi0UH)*åØxtÉ<ù[®í¡»Â0|÷mÝŠèm¨‚ëVuû§w+‚Ò`òÔ¶MeMl3ZN6!·quñ +±F,ñ‰^­ Ò +×P"{Ý'&‚»GZ¬×(ü.å‚@d6=LæØV6‡^<­ÓÃuÑøH0ÛnÒ¢¶½!äGPt‡×™vǨÐüà~F#¶ò¼8Öz2&2ÊPä÷GNñÎ;ºOõ:ìBV±(×.åÉ¥N)52N¹‡=M¨?ÏcŸ¡ÏãÜ ŒV`U-(^ÂÍyw,“%ˆ&hÜÒd5]d]reó¸¢â¥u~)óþ)ú4ÁŒtí¶8#}40U‘Ü–‰fyUb¦/ã?H,rSÂéÎàË=”®¾'ñPtÙ»!™&WuOR™›ì…` ÑPðqŠ—éɉ 9Jñ)rÎÿ¤GJMGؾ­õ&œºp©¡@!·Ìò{íg–›“öùCw¿8~;Aãì‚5ÑqCMmùWœ]•weQìyMwØ Ê„[¥…Æ +þ1âÊ®‡ÊF´s¦}—­íÈd¤æöééx +A”Mí%ÈnåÕÜV.^½ÂƒÌ}_ÏÏ*‰é±]]ÜRþwýc _¹ìôÏŸýk~7¨nÖL{ý_bp昙Âûdz¹Æ¬ÙËëFaÒ•$k%3Æ8—ç8Uù¡?ë…Äøø¸çH¯WknßeœÆiƒâŽûº´À–™É^ZI ¡ŽáïIyB*»ËîÑìÔGȉÿ´l@x¶úöÚŽš2…'iò<Åžaív#اCðqõΨž…B +fšB¿ßÜÔI¡FáQUy'¨ ¶Â…üXE¥G‘ %W1 ±ëâÍ› +ÐK/„@Ÿ–üÄ©[½oàaŠ6ÙÖ{j…±²ß3Qˆ†÷hB+ïqŒ÷{p•9¬Å׌F_,"וåG»?«ZµôÛj ÔøÆR½5+¨ h'Êî†Un>¡æŒ7²ö‘ݦå1w$Õ/#wôC:`:‰˶ÀiöíÊ;˜ÿ44Í Ä +IÑÅšI,™žåYâ§ã±µKSýB>Ét­OµD”×®>8`׶.‘¹Aùpäôrq[Ûûˆ‹GÕÕ~V‰9ÁÑCCý³¸µ¨ô"t9° ‹•»ÿŠ¬Ò4|ÎV +p•ÐGÞ¼‰dRHs|L½rò ëèQYØEØIJL=¥â)³9‹-ß"–ínŽYrÌ/OH7l¾©vleGD [QŠ [dO層uå¢ÁÆëäûUäI +ž,*^Èq¦²ó-Š ìýìJh²A{£ (攫¶&N-Ï0a¡sFA®ë®-6ãJ˜{AÁí%º›žïþ +e¼zäŽí­XÃÜæ¢ö•+ƒwß €’È®€ÚCÛƒ]'.½Ã6³éW#N3²Ë‹|–ÑzþZúv=øÔEŽo`56îï¼ø¨ca+iܙɡ Ù¯xµ!˜ùÒ¥\E [ ;n£÷Tih.‡œV=)Òv‰Ø×’lÛDNaÞ•÷Ê[aWVûvbLYñiÈHc{­Ý©?‡ý}€æ!uÎloÚhVÉ‚ ›Ôô€cˆÃÙ‘YðEð‚=KsøˆV]»ª•H]#λÀ="ªÛßæW_™ +pswÅv9—5Õ1ºN ÄàÏr¬-R²ý8ê¿-°ÞuÇäp<ГØ]ÝMbh›hva¬ +/|Qb¦<ɲô÷I+p×ûZrÄ6¾…ã¦ñ²Ï±À()<5©°zµI…c°è,4IÉ”vÛî@7\«}3êBZÕJÈ(-lalÆÔÂ.lsèm-–°äŒ‚’–˜»Ì‘O¤U5ùñ¿tbÃæ#~ÍŠ±Žð(­Ðú +ÊÃPüÆcy•±#ÇR ±È^N=\ +{Ûôõúpà£â*<˜¾pÔ}#Ú‹G¥‘:ÎO VLNÊ쾬jq† zö§2××BÞ!¢iÑÑ,ôÂYãJãZ ŠÅ…Zv¶ÓÍNº$Ö‘_Ïá¯ó±ü²a‡"Ãî"žF‚þc%’ÉR4·Ûxµn¹–(ÅŸøÍ‹á Äþú~ó+Î#7ô$ÍáºâWýÚ_ä`Dƒ®¾%–±ðð>³S_T÷=ðwð-ó@WfaÀýmëU„8bAó”ׂ>Ò$Où3a‘PDÀ7££KÛaé•‹WN?7ñ•ªE/eÄü>e.fd*®GíÀÙ%9»š$ñR1z'þé +uSEÿ£§‘±Á2ƒçȹöUÅñŒÏ›1"©Å•i”wÍò¨ie™ÉÉ×-…`­Ùíóâò,öøç6ÝÌ¿X¿.<ˆŒcAÂ.·«Šu´uBkýȦÞ6‡4 +–ß9š +,ùܽT_00Ú\ã½LŒ2眈3\@r-‹Dj8NÐÚ¯‘±Z{ Ư+ÿÚ*r}@ücÃ¨Ï ’~†œÄ”lÆLôSl( ¡ +iã‹ü’Ž=û¸p[]¤íÞw/¨¹‚*dLƒ©Jµ°½ýý{ð–Oi$i‘÷çlÿüàòõÇ‚;7èSu3c–$AßdŠ•Ù0}Ò¯$•Cf¢ÒR59÷±ù¯È‡—I +ʬ0)p’ëñÀÚ{ëËÉGçñ'γƒÝ8¹º‘cy´C°Þ8êÝ  ÓÛˆu…µT¦‘|ªg6‘ÄÐp¬¿AÕ²·5ÊU†€E¥ãhlÙ`|7³ïT&w¨2;O&)`.:CÆDûžÎ‹á/“;M»ºž@X¼¹êVz¢)”vÌá¥ß¦C—1q/à!9»/´Ó·ÆH²Rœ­5™Ä%BT¶Ü‘¿†·O£}m‰AììþîÄÓ^ÑÔwhU“¶“­±G5J«3Dd½­SúÎU˜sÑ[D2ÝK)ø&e ¡] ðú3W¶M‚o j?3#ÌcŽóâ·`/ŠñÑþ 1ÕU‡ííôiüõ&RïÉm÷>øB®€.¬N‹ŠE-½>ù(«2Ȇ êç×–K=‡5/À‰»IÝK‘(»ÝN}L<@¡Ÿ §ì«cØ«F3Àè)iŽŽj£²F‰ù(œÝ´N²ÞœQ7éÏn‹¹CNB™° Ä*$QãÚ¤¦« ’ë @t⢠´z¤è†´,FJΆ¬£pÜ“Àß[ç¾ä«¼LëÉÛ¡G3Š®ã猪±OÐêâXK#Mt€;ŒÆ9¢ÐÌí¤‘XU~hAÝÙ &Mk}öÝ‘^ +·+ÉïIH!Xµÿà˜ê(ùÝ*“Âc絪Ϣɢ=¹Ê"do*»eòĺëúw}£TµChFEy³³d´ÛÔ ±CŸ~t¶Â¼§¹¨O“IŠ½ô¢Ü¶]”E[ˆÇþµ¢%ã“`ývÁ"æ™Ö„PÀ3‰øÀàK(LºüÇÆ%ý–ʵü1,¶ÖpÉ ÷n8“ðºãXJÕ½èÉþŠÍtñYÎL_½`·Å§– u68fî~+«obijà^bä›Ä¨á 蟟'(Ð$DŠºuS§ïr’Ü„XNòƒ¸ +íS÷Ë“Â-p{À*\zÂU£ÞZ8 ¥('ÎöÄóûjŠ.0^BH9ÎA3d¯0™@·¦} +‹!jC\[xŒ}°zV%œ•z7NÃ7È4L#»üÕ8Ú +™Qαi¥V=Kò‡,ö±OTÎn~´ž­¤HÇÝ”Š> 5y2-Óà/ŒŽí1¬jñ–çªöþßéa'hC9 d[“©lˆ\l@|DÐ+Ìò±L¬ÃþioÏÆL$ñ7O#MÃD +g&Õ2Ý;[höĬ47»êÁX(p’ a’zr¹pÍ[°*ß;ç¢9UáìÀ*ÑŒ)©8Æ~Pÿìáõ’¯L7m •íÃM2±%˜ôBÆ*y#8Ê]Žt "—@Õóó‡ð˜erûz“tå +NÔª—²Ù!E +aÜ>>$’ÑöÝŠ¾@Ç +²6tÙö¶†r31ý&e‰N1̳IΗpJÄséKýpè0šÜ]ÈL90×ô´•‚ŽÌëL,í»ûµç˜þ ª÷å3Õ½l¶"¦Z «ªÑŠ²ñ–'‹…­½­K˜Á×ïa +Æk’’a‚린•ƒ(™ ½­wœH¬R»Ê•åR©ÇÎ^la^ôc³‘³HkÔoøÎ"av³gðûÍçd:‘]\‡82t¢5‚Ð_ä°„b¢.5Ï»†y~˜’ñ€K.çé˜Üòí*R1s/}°a¥°¡YzÜkª„„0ç›|Ôãt_‡¨L_g§uºÁA⩆,¬kpC5îê@!_y[û™‡²€+ïÖd˜ÏzúÒµ}“ÞêÖÏX+%àäX©’ƒHvuבS:à 0šº²dd-ó]ˆóÄJc~ +z+ºý¬@ÅqDŽ¿âƒ~Q±×iöÕ?é)(ü‹·[¹'[g•DÛŒúnôiã0X²ä6!ÝÜÎÉßcAßTzÙåÇÝ[+ìNÒ»‚%øæ’h¢F/‹ +ÆÊëéXû,‡éO앨$Å^ý5|Š¯ ‚~Y‡Ú@‚¯œNñ®—GðžTLpƒ¦©u¼Îè© ñeŒ9é?Ç^çqï§âÏEË +cBÑ4©I6ž›Š¢¾FSs¸ gýqQg€ßÞâI`ÿ +°·åqrÐNŒ›(D"}¼ŽN€# +-S°/‡½.Œëc0»¼WW*•Ð°Èn.ãë)²éoýTÈ‚œËX8ÚH”¥·KÞe—‹ð Ò³Li!BèÎ?'pG!‘í?k¹D^݉ +Í8—„t_/'¹Õ-¸;Ì_ M»÷þ¡7ôèâtyªÜÿ±‰G¢âçíë~lµAõ‹a”¼Õ3ñs( +aŒBÖ;]ñ^ÛNÈý ¿ÕÆfóçõKíbzy«Ü]’SV˜`c¶Iê[·â´×úšßÎŽM ^Ã{ß4ˆh ÝüÔôÏöÌFF™Gïo¹'ˆâVìBÅYÌ4‘°OáIvszÙ &­e}äÇ”f‚¶\/¶[~`ôMÝh35Ѩ\ìÙÈY+råš\÷ÖE˜m£ç¬¼•¹±ÝüIlú.V¤¨¬­`»iåhô.™sð!®ºÄp¡ ×ʪªÂZ<ß[j±@Ï ã= ƒ6ï{Em·(†Cd8wt,0Ñí| ÝŠ_]; +ðŸöÒ&–\Î +Ó!a3QkÒy[ênÿëAÄ¿.•4Ña$¤],O3?Cnñ\…è§ÎñŽ‡ÝL +ÎZc+[wšD“ëÛ åÇ·]ú‡/º.hH +ž3۰»˜« +'d§Ò…Ókè +ÜŒ~+ݟǘÝLjÂã„$/ËN1OHéýÀ¨E¿–¦¼%_‡\Î7a¦÷.Žs«;h)¾Š87iÿ§õ¦nÆ\ê,®SfžtÞѲæHÊaÈm©n~!’ºÍ…Jÿ¨=¥0ÇìÖÝ$íI§Q].DâøNþ†$O W—óÛг[㯠+p’ØIÖØ´½bÀ«¢?>]®º‘NŽ#ñjá1­=êäÓ÷‹c/9Ÿ¾ßBÞ (‚rÈZþ J\¤Dòü¢S[¿‹à‹‘™¨"ÆUÐvÉvø­è °c°U涇Ê={O1 •*¸ªH·—½µ«œÓÃ9åñgå&ì +ѵ=Anά,¦®ø + øÁþ&pÿƒò¬Ú£Éû"Z\ªBëëw®À{"çèÔ¹”ý€ƒ7ªžÍÛ3Á£¿ŒˆÅç~Ñ{ålÐÀ8˜¡²ÙC[î_ÆÔËí¾ß8ò]£@‰[lëZ ƒõÆëßØ5¨OÚ(Ø„Ç"Ì8Xà@åU²ÌÀ» §r +1v$bÈvZ ]z ˆ]c“¢Ÿ˜gÝ·"{ã7×_ú"³e¢ +vèÔWú];ÓŠþ1“¤!7ÝŠr·ÅM(y]ŒgOÓ1ήšÏ‘@[Çá}A‚9{Š0‡HA¶k_gnˆà7rÀóçE!ùAá(Hdó«‚Ìh®Ô€}JŸà 3çÊÞÀÄiß>[€¼æ€ ³m'ýqaî«×=ãÜZÜÜÍÐÁ{Ôsëúâ/[’U϶èü +›VÏ»ªŒú=Yï[†‰Ê'"Ç<‡gyQp¨*ª²B~Ë$!ÐlC—aŒsòx¿ ãøÉP߬|6üŠ‰1)êг©‚wÙ¬«—âù™ç‰Wõ··£ȼ7Žþ—wp®9èéôñå2ª%'XZã£ï/-Ìýr•Òü`¬q‘­qòAŒjmàJOÓ}1ƒDZjûª6)(Œì-É—õt½*|¢wB ;Á9áÐ>;ÈÚY^i œéN';6´HúÁÖH¯M§Â/[ _Ì4[ +t?÷ú()•==ÎÃ<º´}Ð"[&kõ¼ˆ}ö„®N"|Se\(q’°ùsôiàõÞQSèà½ELØ@&,º +Óx§F%uQMb1×K2É,^ËûsLW'˜¬ÏËUMÏ”BPËVûˆ:Ãk÷8•ÔÅ•ÓØóHà}“¼LÑ/צÈ~gŽexþHñÝÎàßó|X×÷ðÌÞŸ5^{EK<~[óÄj^¨’{ç}'ã%Ò¹nDŸWé‹d7ý%¹œ÷èƒçÇŒc‰ƒp„5suáÒ¼N^ ªr1¿½Šª’• }N$õö¦÷c’ÅQl¶EOk¨Æ´›[º+n ñ–„9ùpÉë¤øAA–€šócå–\ÒyXöãr;Ðkr†m{ËÜv–÷5A›L4M6ˆÙ§®ñNÕ&Y²òOÂÛ‚‹”òÝ ”‘Ç©ÉEVp„<†b:-a«_Àç¿ø¦¦B=m¾åÜ‹_rÍ_@UöÕzû“à`M<½~¦ô×-} Ô,ÈH»â³Zòª‚ÙŽ ‚†-ùodº“к‡wÄæ­§y#˜a˜Ý>Ü^g¥Ñ§H£Óφñ‹\¨CIÉš=ø·È€Pðs¨;c’Ô6Ñ%)èÖÄttmûÊÞO8ó6*¿º™”CÏ%4¤º^\„ÏMòuÅ­0†Ä:nÒQ¡ÃITâqÍ\Ù„áÔÞP¸Sû̆©ú‘Îa#âêÉ•{hÈU‹‘!HSyȽòÆ”`•÷bÅû«™ â·(²Xf +Ê Ü©¬Çˆ²‰BÖ2òê‡|WÙÙþW™Á7c hs÷BwÆ ¦§ÇÙ3ÂSë +m\6~åÀÝ¡OÌ•”sN*h~£ŽØaŽôs$„‡¶¯ùꯩ€›âøë +MàÜÄÄŒBÏ­ö7Òu€€ÑÖÔàNB6 +3TbØf Î\É‘ˆŽKÎ×C?‰·!Œ[V–ÝÄR™/Ü•á!I™´–µ«5—!Ç"º/Ít˜ZŒŸçЃ,S +”Ü‹ðç¼A,õÄiKÛ’óV"šøá(ý[Ú)‰~þ¼ªk›j¸_tÛP‘¹©üçÆÍÝs¾•aèûˆYÅUY + +/žÄCÚ¾£çñ½ä )¥\ѮŸ9S¸ûQ›â(â \Ë ¸r Æ3÷k©q:göÜKòuÖDZö?Nè"'FGL²†8¦ÒÚ^sÖq#öÆ,¥H¢âÊÄæmLw™c¶°?2€ûˆ]/ë¹ë³‰ÌúR„‘“žÆÂ<îžm@µ]Rý:E½—{Z_ö xä=€ª¢ò¸2*ùôPm´[k}h~Ó\àiY2°¦Ié7 =†^ö?Cbxv›—B½‡/iüÄ6ƒgfaãêúaMC,Ù1PweÝ@’[[gG9Å>tÀÂ<^t +¢C|ù×ã$Ùôécò3}ɪ›S¢h™Ýt¹d ϲòÙ^ñÃà/à´›×Å8´ˆ®™o¯À±˜b/¬ú)†Š='G74 ë!ä¼ÑITHN“#ûrº‡:…KV¯)˜ÇþFcádßwP‰ã4¹:9=š[P´kèêF®Ã‚‘[½ââí.@8O“i~l% öÖxYØDÄùì@mƒH’Ìòw1ð×9ü¹·2¸Ø—`gŸ=Oç§Ä2!Ô㱧ÈRXöÏÉ´íôÙŒ„É8¤¥¹=“µu +‘<ìGÖ„Ž >¸Úg_®Oo[sÀÈŠƒÒ‡Z™Ñ4¬ï¿±}­iG®G.×íJ~Óî/An>[î5â¥ò ="-øÕ¡›çi%Í + @Ú)‰¶Ã¯n%Ø™¾rÚd;Ä>ÎæÑ­“ÊhL'Ž½Ø°Íñe‰~öOj«ë`ªÃ^ùQ_ø¡‘ +cü8ì=­¿&–‹REÀhÞï:ˆ}€ã³dÀíFàí†ùS}©CÈÚÆ,ð4ÿ,ßä<¶ãëØš…jpï,ø|Ý<š0€HÝ—„ñ°í‰tþ?íÌw?à¬Ìˆ³NÈ:\VÎ^×Ù›¬È>\džq(tÈ +Ùg;#™Ù;{–=ÂeCÙóýïïï}>ÀÓÿàÑT_ë¤ ®Šæ×$¨/˜„ŠDüFë<“ç;·ô‘C ¶ÉEÐõ÷Î] &ö V,,·¥C*xš†ZÉ{úÔ—>ªi ªº±-ïÕÇëX·;,ðIP¦ +à¥Á +CvŠeŸhhyp’Ñ}…GöbçÒY¸"ä +OÀÁWjýSé펕¨“[ +IDa–¬ñ®[ômþpMµè•ü¯|÷g zBå+g¬Öoˆ›^¢?äíTöûÍ)¢¨;6*†:$ò ÇÌwµCE ¥ÒðX<¥4‚£$l¶Työƒ»3W¢.¬ÓL¯Þw)6”šxAŽ±;ºt².Ø­¢9ü!ùÜ$걫z÷C¡·=:œ¯£9mo[>¢ÿÁEô-ÃZ±éó6'OÑz^ƒŠŒx9¶$:aMi'ŒâŸ_Fƒ²ËÆ—x¹%—jÖf¾IÆ £kOèç.‘ §ïi[Oιð»¶ÿt9}cªM~70êõ­0ËbW:}‡H&EX³ëJWÏKz¢·$a-Dç/v¯OéÍ 0aË^ÙmwNŸ»~OA@ [݃Д“!õ™âM·›MåÐW?“ºÈYéVV8_‘‰Q/Dªe@\al¹ÕË?Û.ç’…¥=2UÖ6ðM¾¡kpƒãÏÖ‹ç–A§d]ârªÊˆ“::'“-ûf9ƒÍLO®â&ESئö +/Sÿ™:1ë5‹ç~¡ÐnSn¸ŸëˆyqÖü…óîh˜ö\AˆTíäµ²M„E‘pxýÀ¶.¬½œCê[>°íãÇ~¦ÂóUV¹KWôz K{ã6 +'‘5°úæ·JÀnáY +óûdÂÀB—¡HÅ7‚¡§ºÛ,D˜¤õ=zé¸@ÁBy~†¬šdò¼Ú11ïyÑ?m–6bÁ˜aÖ¬‚±zÏ©Ò‡]ßÿõ‰‘$ke›Cm/ +þ{¡JPÍ/{4¿ äð€HóHF/›%„Ä°‘ +`‚²‘+#aüÒ£ùkèR;ƒCÒ9·U{@¾$KhF]˪‹£enäGª¿g±Õª0ÆK +yYÎf8ð3ùÃÆÌWÜ ‚™*7Ýo))èFªñhªküKS:\'×à˜UœÆ°ÆÏ&nÇ£6‰nƦÉÎ>ÚhÏ}^l'kÇ‹†â!ïî%\t{¿}§Gn¨Øú9pkê¢òºþBÞW˜ifi:ß +/>"Ìý¼MM}g¬±°ÓÑL&hù6*ubî^ºg*¸ù€rõwÂUUR攑FCA¯?z-YLc¦ÒZ§ÿàArÕZ_‰¿µá3ì/£W.êÍ{²½–“Ï´—h|Ÿà´ª©ÓÝq`õ€Áz7à +ýoKï€Éʧë}"ý=¡… +9¾_×ÏxtŸ—‚_cq%B;ÄÉÀ¥(]Tûl%š¶Û^7?#}}z[gdî¬Z¯ý*(ªÛ UÉI›Sçšûüí¯×Xi€|™ +Î=ÿgTÜf-2ЦÂ:Ï|¢2}ù¬­ àšx8úe¤[6%¢ÔÁªÓA\—äºãÒtÓgFÛON$²RV3Õ²Á:ð£SL¹‹´$þɹ£•rìcÖ9ôcMSË5‹©ù~¦Î2CK¶WŒsùÆ&Œí<‚Öædø»¶´¿¼mŒ R&Þl|Åä—øêíkÙv¾ñ7?wƒ¶.†&.B¿Ý܃÷ùêÑÐNSdû+ºûŠÄdhÀë¨Õ>Z×÷¾ +ƒ×?îÞ¦,7çÉYÆk6§9&0¥~ª'‡J=þð].Yƒw§°­cAP¯al}K/U’±‡ôOMФf‰Å¤4ÇË-¾wdáß1÷p–¶†ª;O"ÍC´¥Þ§ùk†÷+µùðzŠ˜/¢fð^Q¶ +wc›/… Ö>ÂRÞˆeמ^|:¸!Y†eîïåég»Öœ%'–®•s9œvYÔ4úéQƒnlFiqåZírjýÕ0VÖP‡»I©Eþ5ø‘<¥®ç¸Ho‚þ4z¸z˜¹Ýöòò½Bã$UŠô¯ +e6ÿT…d… ŽåÌ3Û=†EuêLí¹ö +ÁNe0発Ûÿ@+µÌ¤+ñhp¯¡Ùöð*'}j•½:½NûÂ&åõîá +pr¶²w–Ì•åaJªf:T@u¼ÎŒO9ºè’@m’“††Òi’—º·/xý…ï%»:@oó/QÍþ³¨bñ/¸¾eûæ}9Yõ0fL`à +½&ÅÅx_ãÁ hÿO}²ÆŽà\¸®Æþ#®=À³2x ˆtŸöÅé¶P¬³(aÞyå½ +]Þ“üÀúö†æ)é´w”¡”M¢òLʶD¢“ƒ§iëŒ:Ò¼vä~ëZP•~ïé©Ê`©ígÞ ŠÈc÷÷ißÙ';¤a9†ÁÜ5ž{`Œ‘BJÿáuá¾w +©¯¿|)µËºµ¾Gy¡Û^x†ß¾û\pö@|\¿H„r +ÍodEú­wö`Úïk×ÈE—êÚê’\Në–ešDl¹¹kb=.²*[h4[׬ðÖñ#X,]qÜHR<+\›å8};/¯WeÌÞZŽº~Ç+Ÿ™Å”¼ŽÌ)æbwãPÈ)*ø[ˆ’.ê^ÿ,3-…ü„gOî NR‚ßxi¨1¹Ìù"NÐ<íA@¦‘~HÝW_<60L€ÊBŒmåDp5Ö[¦¢'ðû%³Ö5æôKÝë +.fÆ€9¶;&²`¡_.¡FA&}6BÊÇ3,&¿§„G1fœš¢:Á—–¤iC@­–Pj¹àï7ÊxE+ÇE +0KÓXqtÍŽžû0ÐÝm’ÜÉ)Jõl|ÇZq_‹VÑU„=cÖÅük0œ\ží1”縑Þ†)^¼õrã#£½q0_¬õ»+×Çk-ÔÊÈŠGŸÅî$ÊjéNl7qSx,ðoØ;¦}Û¸|$!rƒ]{ëk+–¯•úóêëߣDÙ‘¶ÙÁJં$¸~YiRåU¡0ÑôE›½fú=K¨×ö Ño[60eÏëòü(ŠÌ·t‰^fB¤lïlåa¿Ë´Ð¿æ°i +õêñ™{qí&»&'·Ùˆ<§blá;ïdv< XªÇD‹£­–B,M]Ðpé‰`1wâ^//’).ïò5®c>ªÂÖ¢’ô3ãèxÓ¸ÆЧ !ÈÙ}¶{#÷¶‘ã +Ë#O¯,ÁÄË8†2-Nĵwª +ù‰Ã’U¥aêê´ÈTìIŒaNÏalÊ:ËÅÔi}s…IômѱÁÓÿÅÿƒÿ‰ÀÞ÷òñpƒ{¹PüJæ$á +endstream +endobj +584 0 obj +<> +endobj +585 0 obj +[600 600 0 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 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600] +endobj +586 0 obj +<> +endobj +587 0 obj +<>stream +xÚítePÝ–&ÁÝåàîÁÝÝ%Ø.ww÷@ H ¸î®Á]‚[p¾ïv÷íºÓógºMÍ©:Uï^ò¬g­gíMM®ªÁ,fáh”vt3³³° ”Aöfn®êŽöÊŽüŠÌJ@ àÝÎHM-á4ƒ$MÁ@€Ð 4ppØùùù©ŽN^. +k0€NK]‡ž‘‘韖¿Bf^ÿîyÏtY9hÞ?ÜvŽNö@ð;Äÿu¢[– ; @BEUONY@'£¬:]Líªnfv s€"Èèà +¤X:ºìþq˜;:X€þjÍ•åKÌ` +pušƒÞÓ€žæ@§¿\L' ‹=ÈÕõýrX¹˜:€ßgv€ÌíÜ,þ"ðn·tü›“‹ã{„ý»ïLÕÑìjîrÞ«ªJJÿƒ'ØÚüWmWлàhùiáhîöWKûÞaÞ½`Sƒ+ ôÿUË °¹:Ù™z½×~srýMÃÍä`õOL •©‹…ÐÕõæû¯éü³OÀêÞÔÉÉÎëïlÇ¿£þƒì +´³dAdçx¯i~¯mr@dýkWä,ìlÿ°[¸9ý»Ïèò÷€èþÚúw¦Žv^  %"«²#ø½$€îÿNe–ÿ9‘ÿ$þøDÞÿž¸ÿªÑºÄÿÝûü¯ÐÒnvvʦöï ð7ðþȘ:Þ߀"ேÆÍþK1µÙyýŸ’þ5Zø¶âŽvÿê“›¾DÌÁê]6¶A®Ò O …*ln +°4µ{Ÿ×ßv-  ‹Èø®ëß#0³³±ý‹OÓdnëð—Üÿp,þ•þ»T“g•QÑP×`ü/׿Uß—¬éåôÎíßZQr´øÃ_0â⎞fv>3'ûûÝ{'ÄÏÃæ÷_”üˆýŸg%S° È`ðÞ7ûßÝÿÛÿŸ'£‘r0w´økm4À¦ï›ö†¿Üæn..ïÿ}ùß»þ÷óß;zÍ—~9š †ÚdfgkðòÆ$ +zºØ¡ÂœJê5‹ +«;2#7ùËMž«ÃX&^[¼æœ^våö†ºpíh;ÓgùÄ~”ôÝk4m¼Œ{Á¬Æ%(YÇ:±>çsŠ0úyPàù7¹‹Íâ@mµ¥›þ®9p«:„ÀJ`¨–.“Üi°ò@Â< ô©È¨“B¥µ2¹¾!Äü(Ñî7ù™UÎ&É%H¤Áô%ÞœÍVÊ +N£ÔíúC×d‰"æ84—xZR¬òbÊ“bj–¨BÈ †z'+s§{"Ä4îü"¤ÃÎ:þMšäØž°þ ¦âmÿg%??5Ò±Ï/r–•k”®º “1JÄÓ8±Ì ¥Ÿöf'”ˆ?Ò~%¢¢`Vg“_jèêˆfE ½™No]êKÀåË­¸p08ÖÅRá©Â^XÛìŸë_ÞrɆâRC¢‹t©éù=‘s»ÒjCÔ;W¹:rRRBwèˆÆlñŠIûv}+°kaßJNm?­7™þÖ£ŒÖ¦5਋ñmŽ(­ $ðúÞ×k +ÐÄ'ž…Ÿ^)ÓMÂÿ58nü½ôëÿ¼F*Û4þuÿ2a'㶻‘äµyLmòVîÓÚ‡Û£_hÜÈúüQmib^ŠDêηÜØ?ŠQˆ,Âè»4"e„¬_ë—ŽÜÜIŠDN.Å1`š~íÃYŠö¼AJ˜ÖeÍIæ y½û¬„ú:kmyªÆò2ä—Q‹Û)½r´º˜T U˜áï?EšQ¿lî°MñP,è„í‡ ° ÃÆË»4úiR&DTµÔ•|G²7 +ÞÒ2*o¦û8º‘Pâ{FBy¬ +þl£D=Ú +F4¹óRE¤÷\ó¹ÔwAbèõ°¬8ËUFqð FPŽ™ÇœRûÃ$rT–¨^ºxÝqbDõRŒ/5:¨ÒKuÔžX׶wQRœÿõÐ×ÅnMvA|z°š*â¦×ˆ~Äš#‘UrÍ•õ“ó;Z¼5 +õ6 +^ðK"ÿ`R¤ØQ iJ0¦öÉxyg\VðëZ‰ßùQNÑ£Ž­u CW<0o'›|C|2LEˆë2å$R¨ðóøt3F«Å^;{Ò\…Þ[ßJ,Õ1îl .ö2åx±¿™&Êò‚l´4åÄ^†j xÔ Ú¼¨EÆ?Toø*ºuu¡IÉͨ~_œjfí\_Ðá/ø²7vǸš‡sT"Uºš“CüîWD3’ö¶ÐÓÀc4ô“kιáD"D#ºÈº¼[•~÷ªW't£G]6ƒ'¢Égwê\êpD^1_|àöÎS¥`;VÀ<ÅĉoéÉ©çq»ö÷]Y¾´B$ùàj=éûvv ðͬíU`ˆÎÜ >V ÑË‹;ì¨r8%%gÍó©*§|Ù™½7†©V<$ô¯¼43o)“,’|ÂPaûÄ-nÄùäY±ºÞ´¹á +ÏõÛú­Ä|on;Ny4ª=œLÉÕäÐ)>—&îxïÚ¬å¸ÏÕ¶á1Ϫší€S‘ÄDïªpKrcªiÑþÒ?éc¬ÕüQ.ywyæš’YsˆÅõ1CswšîóÛB’Z°P¦w›éæŒíÐF6£F<¡I’‚p²qòXd$×Û¶`éRu5­×"¸BuemK&øiÁ•ÉyK[ž`5ØfŠu6ú +F­´‘¤2uôЇɈE1ž¸Ð¦!–õ˜-w‡â˜[¬·¼mP½´Ë˜¤ÐÐk ÌLPÅïç„6x‰Ä>FúhUd®uÂN|Gª•ÛyjõÔœ½p„³×T¦{ÎT:™Ô‡ÕÌÝ!j©ËúÅ8‰–Kî(ûuû·°N-7ÍC˜vè÷¯;9L•!qǾåÞ‘®¦Þ +w¹“_ÜÄ„Dä›Þ1E¨ù•ÜðæDgæà&cÉ×`†Rk ˜ô2x™ÐѺÜSöK‡ÈyC ©ØE^àQK`AQ|™Aç7øðšf:o9@AÉÁ’ý–æñ²hmX F’C+$ñÉ™SÂÒýñ0Û®wzëãÿT@3z;o~ë&üþ+nt@˜–IûûÔ  +ÍÏóøÕs¾¡ìùÔ< +hû$÷ŒÆz>9´ +ØÐ!ÅVmÄêo…R¨òÓ–ŠE8¸ÑqBÅòûXì†>åE(<@—›Õ=7lKŸÏYÄT‘˜Ô/숭Ù/œ‚ Ùeõ]‹G€#>%ð4Y²+w|@à«©öÓZµJû½ozþ(œ;* +¸Ö±Íœ»úv•¥ñ/4òu¡tôê£ù¢;R˜nÊMÏúf–ó4•ÙzC‡ïX¢„Á(Z*îÅð -5@IØÞ&ƒ+zP`žCŠˆ¥Ó‘S†A³ÉA†6õ>¦i'ü,nÿÁa\ä"YÅé2Xv¯Äë{¹{O™$ªº{Ñì´êIÕê°0ä_|]¶_šÏàùÍÈ]¼¯ª™™)2Vµ›B¦+E¹À$J6j$Î$>úÅ*º³Ëëºè»á©v\ßÈɪRô€:³£;âwÑ/I¢(#¡Ž’ÏR +'ôå®$g+¿#%Ø u<º*ÜÒÌ»(#€¢#÷Î,D'WÄhæ‰Þ +Ùò…ÚåmcØ¿ƒE¿qìÏצ~L"¾«&Á*ÀudV ¶É}`6þ`2Ø7à|‘:^Mâ]MWfóiòÚ:4¿Ò7È ÀÑ´Ø/t¸Ù57Ü”Š‚Êfr@¨Py|Ÿ¼ Ž\Ð. ’Gæl`Rá­#]ýT5W^æÐMoeëP8Ù~ûd¯D×þ > Ȫl×ÑÝ‹‹l:š/önG¦§ÝŸ»} " Ž‚à›’K- ×Ráòˆã¨®>c ˾È8íEAƒXWä¿hÓ†‹ö›!óÊ>dP[ ƒž^É¿‚^ ËLD†2è(uƒEÖ¯š~Ð/QdRI];~Tìè=T¤¨¢’««±ëÍMQ)ÿŽõRÊýÞ•¼½‘Í} +ªߊÕæ€Ý¸)Ä·t]׸c'²þúkw +ÏhL1#™ÝÝâ·ºFú‚¶ûÑJâó­7k8á·Yú¬¶äªu2oðc'$ìž%*ãû#oˆñ³²Ÿ ©BúnŸèjotø‡=ÃZÉêÇÛD†É?š?ìg3šïî{È¿È׌¢ê‡$Ÿàûgv,  +{Çñ)AîÙÁìK-©‹´Œ÷0ãeuDsêmu|ôh± +’;þšg¥¢Þ$K¤¿cäLqyàS{—:eué8µ¯6ÈÄ44¢ÍÆx‰àJ’£ÖK†Îà/dÛ~pH߆ýv¸ã®Î®ÕìŠÍ¨áCÖ—©‡ø"oÿiqªZ¼\tÛSbxã³ÙÚYöˆˆÈ¡ Þôü|’(þ ; ŽÚ~áBnYØЬù\b_l„ç´,;ñ°‰1h¡†¶žq_ 1f=7LBOê±ÌýúϪ¸OLÊ’\kši +6)& Ü>X¥%QsÁ!òsái¸5_Îð‹ÙE䡳ú,bp5ÓL£n¬…Õ%CzhöÚ&‡¶bµùý"íDmeÆá°äV»œòõ8¬ÀŠÏº š{#e­DÐ<AÄh5Þ·¦œ§ÜÈ”Ô[õÛõƒ7ËùùâI ïxÔßôºŸïIÞäÇÈÙ„¹ž"µßŠyB¦ÌÕÀŒôGa‚æ!ÐéÈ**F!(“Ïáb?: —Rˆ}Ì{Ž»î×àÔíU +ÿa±V¼ì@ —dPKö‚†^û~I×WúÍÖÇçÀYί9“¦-WÑ×ÁŸAº@ Y_슜/d-þü£`?àšÍ@N _•OͳÖKOIÄßÞ¼‹( ´\²¡£4‘ƾæ+ˆié6;ëÆ} ó2t³tÝOd0óÓ­b™ ëÖ*ô†Æﶭ;ºpu©™šÜÆó÷r 9:úL²Á÷}IaBËÞÖWôÑïЯԑpÜçýM½dí¡Åæ+»;¯³ [‹œç!t’yxþó„,¼"ô fÌúcÚžE +8¥+¾gû³À +ÍLâ²e7Æõ}!%ëøK#í“£õ$.Û9×R×ò0Lß `·n?~”¢zÖAtæ:8úVÉodM›ÊU,<ÿ\·;÷…?—·¸göbèé[SVïªÏ'HÜÏsª(øªrÜ17]ß©­pßväï;ŒS(i·¡ñ"hnÆ¿û; ¸S cVi£"ÙìÑ^Q˜9Ñì½ErVáÜ‹Ú9׉jQ`òC\MBh q1Z}zÎAWóA!Ç/0~ärÞšü8ËÅãî꼎‚ßñ€!ÎðóøuÊR¿YÀDCbÃ…y4Bæû£y`<Ÿq˜èaµÒ>:ÇžàòÛÏîä"Ü‹IÛÕlq½ÇOçÎ6·aê‚vàZ`« ¥ʾAq羺ÙFŽ»Å/pb¤=GéПÝ>|Ï^I„¬ ïÄË“_Žªv=!.»"öÏ[†s"$-·SG<ƒ´tÓ9(–§>þmOy9ó–}W@­)³u­t[b+Q›Y^‰%0ÄS´ B(öbËø׊ÞÏuèÉX˜·ìæZ}xÙ;7ªX©‘$Ö«\«¿Ç'/À§¶T§”þFӚȕ©-oÿZüº¿©É;1«Å^/P€‡ÓSÿtIÔs°½ý£ø;:HRë¹·‰Í9XhcØìF*§ûÞ@g¤V˨o§XyË-/=Qe3Z$† Y¤·h[¾êˆ`Iºè‡¢vmëm@÷‚Ëqäx¾ÿÔÄ©Ýšpnµ;Õ¹±xþÐGV8îhvÇX1Üqà^”Ü6ð‡‡n"¸Ò*òÏ—ÀØ.í‚›,\Ï(ǧ¢ìЛóL'­'ðkQïÕ¤É ‡ˆí¿—üÔ´¤Ëì±þ-l3pú6ç aÆžÊZ2n᩾†4S.ÿq@+›wó«Kí“°ZÛ&<ÓØMR)&·Tën€ÕqPUÜÎõ[5bœc÷ŸÆn´ +ÜÛ€Á,?áá^¤ú9´Æ>A¥^àhæ!wš‡vKM©—ûÊŠŽ‹ÓÀé†ÝÓo@—µðå5lždÿñiI¶vUxâÛФk¿ü=«[’FQj¹‹á8…‘­oèfbæ>uf˜À@h4"(9ªá`¸`øÞù`‡‡~^²TFÍGØD/1¦à¼^ Þá†ËË×ßOÝMÈÃX4ÇA©X +¯ç‡ ˜:,T +—ÌøÅgA¹'¤M9/‹â(\éù@<†¢09G¸5…ŒùêD—­O×óÈÃ*%ªì U½v}w—œzëe¤è×À h~+1³tÆÊ5&EÝŽD½¥³ªÎ§»¦èu]£ûÅ÷Ô= +åâXt½»?Ïû’ÉÝ9f~•ëð…"YŸµgx4ûuné4ª9é³Å·€ÚŒàïU x”aŸ¯lžšx–Áp‘4rŠõ^Ò슬óH¤íBôd*k9>o‹öôRW ‰"~‰x +Ò«Ér˜K¨Qx¥ŸMø”š•ûsÁÁ:(“”½F§¨Ã ·ËN>ÒÁ~ý(ß8ÕøݺaŽ¼ÔÙ&i[¹6Æd8b*ªvÐE²TGÂ/µ‰×ä%ÍjüdqüÚ È?µ¬USÊx¼²@Ó÷gc{OŒ˜àKR¦§ø`þÃb0â2„ÇDF…G}ô^§-ÑæþUøŒŸ+éNòƒ5n­‹Ð''àˆA¶›µö+(hôµ ®—;ê7¹X¶ÊªâMz ÂÆ/-˜«,ˆWo:í¬¨,§é$.[$N÷ýeÅãx™ŸcF×­?žÿFè´€û\&Ð}9ê„R6ê –5_ñ‘¹üÙv*,’6¡-§/Ü&f¬c+錽©C¯· ~*ó +>DöAûˆ¾ßÁôîigþUö$8³öZbÁcü,±é§ÊIß`ühN~¿½ÐRLOpN`ÑϸÙo''f[›µð¹Ç‹é±4’ýí‰c@ŽMº0ºê"žyà]œ»þj”ˆ{L!tÍ,ú +€ePIæJåÜŒ Ÿ;¿0ƨ‡î¶õX:båî„pbò¶GÙNš›êù)Wâò¬mµ/ª=å(•5†#bù-~çRÐßçäÇkr!H®¾! m÷ḥ½Ï÷£›¥¤m…öp {>¨±eX¤ƒ@éúÁüŒ«ÚRV¼Hî)‘m(O'8Ó +À`Ðê9K…qçåf~Îò›žùÒºµUc^AöÉ…s˺û÷s±ÊP¾I655“ÚUÖ³nv +W]ú%2sº•á÷Ûó›ÌnsQðñ õunË +Ÿ©|ÿeÖ)dr’ç™$±ö'÷V­å¤ûmBT$½OÌχ8ZòG%Ö‹Ý|ê3À§‰]} à +ÙŃ™éÜãXmüñ òš8õZ´8~9îé'xB!GtÀ»-s'ÑõÏ…ù¹S”¨«|öÁÄKª+^wö…à·^Çy\©œælÌoí³Îð:l<˜ÖˆW5whS2™#2ý£åˆJZÛJd \G(6Ïëöñ梼iÐñ°ÃíK ÞHŠŠê!ÔÆÀDÍuõ(ÐÊó?DÔOYIf£uÊ??ë²|Î~=¬Ò—Ö$×ígøÕ0ÎLæ¨É¹/WL1Þ]eCHîÜÛvZ¾QÜà«ÉyíjÜ\çaÎàTÛPŠ•ÝpÏaÝ}Ctz'V¤‚„ºkhÃŽgïRBäúc›‹jHiåÝØ-Jçîª1ý½&1œnè&´È‹>ÆÝøS¢ÐRW1ÞÜ>68¦y°+ºQãœjIB±lyW9í.*&‡%iAáPŠ¹ìA¡ZlÄãÅr ÄX퀄}lþ¹Â ã±OŠû%4séýk‹ú7Ùe`¨¬Äh$vòB½]ZLSÙÆd +–'*Ì·e7½!L?,ªÙMˆ­{eºlI)Ñî®O7;õJƒ‹Eë1ócÃÁxöMr³øÂß „Øêߘ+ñm–åHaŒ.¸ªOhD.æúVIŠ˜ïݳoàЩžâÉFèôjZ‡¹¬‡/Ê#vŠV¡$vŸÚ +H *ãžëtYºM,S¤›Xî Õ2{MœÐÍU…z$¨eŒÎzi±»¼VX°¼¼G +ÙJç†)œÁ ¿YL˜¼H0D ’N/Wóëð.M<Àœžø¯àijÐÿf¨@]ÄóÕQ¡¬ŸK‰¸!Á Ö®|™BíÕ •Ž®*X[1û¼zÇÀž”wËú”x-,âš}!wÑ>SÿAÌžG€VÈ7ž³%ôøÉÃÆ‹s+g9]?šò%=èh^`gJÄ0Ý%ö"#PØvtëÁ{"OVfúE6 Ý%ò`»ªî;Ý3Ùf ÷ì›nvCï’iñ8ð‚‹Ä¹âøn‚Žø¥ÛJnÒ5ü9W"«¤zÑIˆOÖ¢ZÚÆ ÿg«ƒ×Gö㛡,àý¼ Òü +Š[0lRÍ0­i;@,·´S¿¢]Âh¶lÓpÌXK¨bÃ?Òº á¬Bœ/ÍœÎ^úª,s±ÇnSÞg;¦ÜËLlñ=#ny +쵬âÖrªHÁCø£©OµÐ.‘]œX9¬…|‘ª¹¦Md˜žôôÖ.’:¤V^.1=m—@úúÏœE\ŸáÈ ¿"IèÎÄ/E.QS|ñ†=‘CÑ/Œ¶Ê‹?¹ú1ö“^i¦×€ùÈ}ÀÏ°…±²CÃ^uþãćûål*R›«üÉÍ'^‹qÊK çqöéjãÐÅoùË@ CvšÎ¨¬$‚0)~F®ú³ +'¶¼­Q/}@Cž÷càÈ`×t*ØÊ£DÞNQѺž¹õTÁ^Šîƒf.¿ðzºtÝ’—lœгÿ§‹¹)UŽD>Š!«™29îX¸¬3aÐaoþ¬“ãå”)3zfZ‘XKá?}Ž?ÙJþ ¯F·­Fƒ{¦PÝü²;X!íÍq_ëùútR»š`ü²wÑó2pµˆ›»MÝÈç¨@«+€#Áþp‰øp„:ñ(õúÊp^éu«o>Éìÿi£%´—b` vïö(¸(¼\}4ôñ>A +tNf{C@ÈèCX¨ç‘×ë=7G³(Šl±‡£zîÅY…“È…{\$“~ñè:64ÙZ°Š« %öVÙ]© ™yx´y”M +“öøNìÉØZ7pýJîÎ]J¶Žå›/fnsýüLã5y²q¹ÐC›òÛqÌP|deË` +sUv‹W‰îE-ðÎøÜ´ÃEÜ4ÛⳃÐÉG{Õ°ÅP°+##úZ`vLJP0©±¡jJÝ^UÆÏl ‚h³9ÉyKà³t,ø¾ëL* +½ep§\XŠ +ïça¾yûÝaLI,£ºI€þ/6«N †ç½G30”›Þ÷úP‘ɧ¡=LÕ+Æ UÓ¶òAB|E +Vªw¸Mô„y[à›_©—”´æN¹7T!µêŽöÍÆ­ck¾–ÞK‡1ì¨-ÃBÒ<KÄÂËm¨Q *±6†OÛAo49Ê'›ÜmŽŸ‘˜qœ"*Š°g‚dðÚé®påοñº :ÞW£,•r`ÃáHNL¹K7_Fÿ˜H€ÿXÔ´¯™]!åÙ„ßdá_¢.TSŒúç‘?ìt$.µ½¦@@öÒ‰ô‹â+ƒýŠ=§ +#ÝÕ§©M˜céþg9=êùv ðI±fÒâøJä>úVùªsa>Š7è·0€¥¯žÂöµœÛèç¾ó„]è¥û„Õè~rÔŒ¦=¥²Nû¯>Ò‚”fwâ üò™~=ßH¡|×ËÃN£[ÑÁ B+„Ñ69¨7öƒÄÍ)÷kŠ•->5þmÇ`•¦–ÂŒäêiu5•×´™a®ÐúÐróU%I¾Üåû¯,I¬aŸ·á-!^ñ¡&nHÊcaï‚BP5ÓšLâbàÉíJ¿s²÷ÁК9j43í¨@Eª‰6#~#úia„CXÅ- ¢Ùópf +îX¢<ÜÓZÆ/vö¿·)¿MTÀ;Ÿ o궤Š'W^á`˜‘iÌ+ò9ˆyBžB‚(@rNd¨@v°và*g‹´‘¨‡˜G“Hcˆ±L&Wj°î@;T7²Åjë´ äž¶›±Z×4@¶¤ø*ß•”»o¼$úÆĪžþ ^—,6UPqÒ#ŠO‚_>韚‹Hï‹ÈùF„\ ø`(/Åq§•‰´Ç‹›ë«…¼œ‚<ë´I)îj77q‘:õâ6?µDPꓶۼýÊ ØÕ²®¦[´.¹ML;ÿm¿;1îïç襥 Îãê‘C¼#j”F*ªœª.?Š +Ü ”<›¹àŸ»áéüÒj¸Ñ«UhV¼RNǤmdþSí¹Ì/fìÙ#9?T®V›²+Àÿ‹äWnâ +­©"Æ0…¯O«+:탱6 ê1…(‘ýò]¶Aæ¸Õ®Éb2Õ,öôÇ' ¸ gøíñ±X¤èú‹iôÇí­®Xa÷ÒÌÈË$ŠHOQy%õžºmß ,3ú“¿¼Ô +A'®·ºùI=²;PUoæ¿+(ÝœÎeR¸39÷ŸkyÖ`{ºc¼0Ça)l‚lε’(W‚ÙÌçl¹X4ð0­0xNλ´ï11˜ +öVQú„ÍÚkè•Ù"ú/KºÐOˆÂ;6{Uð6È‚}¯ñ¥:î««Bdoô~UÒí(,”ô¨%GE#µ^¯>+i%•Öü®;c +úWóÁ:­Cç3Q2íðmR_¹ CÅ?|'Ô)©5‘]ì +`õ­Å Z迪¡³í +º!¸6ÜóòL•ÑJè-!_¾zýƒ…5Ûù|á©Â¶Á(»s|‹tn +liŸý ×åfŽrh§`xSOBŽ9Š¬€,F`úìZLOëË“ŸØî|ØGÞ€Ÿ âI73PR”«WrZæ’äIåæ.¹ ÜÔÀ)Åq·3|³î÷/–÷Õ¼\›*+'ýÞØqɤÊ +a©"Wm”k¯'¨ٜz=w͹s–Ö š¹EÝ„ ᪀lw–·}$@SÌÜXPclÆîvÁ–Ì®ÜL’C8sµæàåA/|¨`°WMåAG?Cbˆ±zкA8;ÔŽºŒ(ÂèBÔæ œâ»CÐ+@(¶(oF“ Å›©ŸA ·g9egt} Ò /eC¨¾0y=l®³,::ûº_ûZ¾ŸÈ™H +ÕO„Rµº¶ 8¹ š +*²Ä˜# 뙬:8_lÄã¿v³l) Á«…A@¹fø¿…¨Eùüè˜Auh±òéÅãùe¤:7®Ây=²„Þ.]&/™%Ý«UæQèè½ +)UfÍß‘¬â´žë´ÉRŽ›±I¹ ’™£Óÿ½ÊºÀ§À±hµƒI‘( Ômº:ºÝ§—óŠÎI2ßÆZäÊ(S!ìùEñxªB³Æý@GôÿÌ•¶Þ“C›+ ö¿ëŒÙ.`›ážGb‡—ó£!¿÷˜V²Ôl=ûr8—±dßÆÛ +xYÒl…™Ì-JR>öi¼ÜŸ˜Q¦n/býbùÃZEg‹Ñ‰ö¤ös?Š–gfµq«ªÌF\u…–@FUâS§‡K¼—nj&Ÿ¾7>¥ ;=%?úBØ2!SŸ”~x%íZU'Á5Æõ¤¯R1Óוdú[Ñô±¸&2ÊzÛ +”jO‡:0²ÇölÌ©zcJbx´³âª¢ˆ( ÞÏQc¶/1o¦xÌìØÊ;ŸÁeê ¼IÕE?UE +z‚)0„[=J§\Ï‹s9ï«`¡Ì¼»+-|´G¹ýcåV‚Îõ^=³ÛQ; ‰Û1~v'š;Ó埯KÖ8ÉÞ;j*¥(žÐ%umš¯øù=EÜ[ ÷Khs y²á”'I +¦ëûU3· +µ¬¶Ž»ð+ø‡2‡[ž[ê`€g;?<˜2Õ-ÿßͱµp©d7s*s³Ç”Ų5M m³´+lº4Õ_ý꫶ù ”XOl0™5(8ÅD¤±ˆ9¬¤Š6¾nà©eºª<³]F;£Bi¼öK°›òx³º‘­˜ÒÖûVÉ£Ó.®EÓ)¥Âo°3–ÐÒ™lMAl™áxp3ÞÔ€`}HrëÝ¢Xx3J¦³ëfÞ`H‰B¶;\gÒßÌj“I1ÈhæSÕÙѨ~æµñ‰×\¿UÀÑIRØŠÄæ @AYÝ9f‹ÄÅÁÚtÒÃ4cv#+åëDªáÍ‹yIôÔ>’Gr‚ÀpL~7CÙ†;ŒL¥Ž Ò 6!~„m¥ß„¯Y:ÃÉ®ƒEoÛS€øeÎÊCúû›5¢U „Â×eˆ?½YÖWú²ÎŒÁñ{soöoqøjx’ñS­jZ(cÎê ?vÚn’zêáSEÊЪZZZÉ]Ò{£¼Ö”óŠE¼ø©Üà‚¿Á¤Nh˜xqFäÉ5ë*x³+ ¡Rœ¥þYb8 +ž'z°LŠ* ›†+`²K̤ Q4‹l±ÐG¡5JjúÝ-5=ÕaO]~S9¸n‘òÛnÉÈÅevÁ’æƉÇ&­;«goÜT}ÀJÝ»t8™ TãëÝücoÏÞažâŠ +Í9J…H£Cå;µèô•wWÉ âë +¾4!Þ´k‰æåÁãࡵqš@·|ÿ2¥Z¹Hî:‘È€–FnÛóÏ+-²‘i/,”˜ù®nr WðmùºÂ1ÎHù"Ö¼: 4®ŒEÙe +áÆ~@;gÎñ1«Ç¶ˆ$‘¥%7ãÒ4ªŒZB´Q{Ã4%_…‰Çë¥Eø“Û»¤E¨{iWè2 Ô»ƧiÖ7ÞÙûv£7Bbæá5öðµ(Ü%ÆW±ö‘‹Xì}—‰$¬þžõB3@­7[¡9ä}ÏJkàð«E·MÎËZáiévBqûø@ §àõJCL®n—Ñ0¥V™¦‹ñ|Þ9ÿF²ƒˆÄƃè²l*´¬_™»ií: s-Åk8Ÿ!‚|5– y·Mîéü @2²`èW!¤Ð|Áóîþ+²ý qtÌ(¶ßc—7cºàÏiÃûYy°bÐÏsRý¦}U­Ì¿vɯ «]ü”iš[uIH™ræ͆–òÒ:ÎiØîØE¯8Ï|ÜŠ×Õ»¦{çúXéÅ'njoxugBØüÓÔQm_E—?Ù.õºZñ™ˆOP<³ž/¥âTsn*jÒfšA0É +×í‘ ø²ü| =:.%âçwŽ +›çüæÓ9 +mRÅy‘Ñ™«'"¥Î.Èéá`²J¼ÏãÂ]‚/ÎÙ‹M¶PùRñ5ef7•¬'ÉôS-Ãýü™X¹ÛGò=ùZ,¢§Ïˆ;¯-8ñœTl06ú…­²N²$ Eœ.èaÏáP!{ +ˆ¸¼‰Ç•­C5†›¥Å5”Ö¾Æ,_ñqýMý)^ +gŠƒÎ§«“ øgô”r›f°ÏÉ#£ÇcD>œ_⌠+‘¼‘×¢Œc8¤ßLFb¡,V&Yø²¨¡<`† ê±/{\X^†½ú6€íˆé¯>:¨€šr4¾}ÙÆÈ„gSˆYá¾dª9k'ÜG·V˜ý¤×±Ù0¿‚ 7X³dÀb +åÉêí0!‰_‡ÕÂfÕEòÊ<]h²Ÿ*¯ÚËDüIËðáZçd vü&;ku_p¯~”hÙêJ’ÊU¤ÈzŠ—΂‹F¦ŠÔâL_w°ž4ô9'‚"rl˜Œ-ELˆ©·uðÁøK{h8$åŠÚ4³ùJø·¯b¡-ã"ß +å°XlÐTú‰ÆlÍC¤ÒCÎYâv6 —~Z'Zp„s¡¼ß>Ð_*Ý,Ɉï36”¸:ÁÀSL +# Ö9TÜ>™v5 Ôx>‘i<Ë[ýñÏ~†Ï;o»}p·DŸÍ Z]»·?7‹+?½^e½-U IOuB¼r²°ã"&¸øGòH»- ÞÀº&Æž8hàœjÁšFg¼rX;`> Zž±sAX«üœ¸Ù÷š¢@‡vƒ4?IN€Tæ\¥‡¼'€g³7‰p:ÚêwÊõXàýŠ«ƒÖzT‘ŽÄ/ÏÎ#òžÐ™ÊÇÂøìh“ +Sߦ»'C³b=\?"å 7¦üÑ€'ä\«ÕÅå÷¶™ÁPã‡äöŸ†ØègºÑ™»çrÆÉŽ–96T™Œ&pÑGM*/Ws¾3Œ+ƒ3¸<уŠb¼bã”L”) mõdç~®8G’=姭*îÀFpLJ¿UOµ\HéPavûwV—ÅÌÉÖõ.XU²Iàõ×S¢K¡Xr›ÍϺ¾i:êÛª¦EžQ`âÁ"f»nOHhVZà’^ 1m÷—"«ÁÙ—UÓ4Z™\›x¨»S~ƒ`1y4AG7Öõ¾;Áª?øÿ…ÞV´Ê.väínêL&:®ýK#]áÄ?W´BO¶‡ô@H¸•BÌbe„ð±ø ¹TÇþ´ü6 ×.“¯¢ÖzÚʪ.Ôí~–· øg¥TQ6ˆîßãÇ*ëÅËõ*QpxI°4@‚ê® µthUÎÙçžûÂvhÇŠõ\÷!K=>øÃ_–&Ö›_¤Ê6Þdø‘P9ÿ¸O†_^´ƒQ¢ã÷Ÿ_wŒ”Ù»“äbfÍdl™m +`·3N±— +Ð4O“®=çùJH¡c‚àågkÛ8°rö © ïž?.]U ßénd¸á§ô¦=‰¿~LÅØi*G%å­ÇŽPn¬Òû‰É»S¡‚¬ÚÑlhô7%ø1èm‘Ùñ2&‘C',¢ìÊ8=ÆŠkŠ¢Ìþ^} !³(ä•CZUábA[ +¤r ÜT¾ÇÔøÏÄÞY£v—²Ú‹ù;{«ÎogÛ†(/;ü#ÏVT-4•Ä­ôÍ_„­m ¼+!O 'Œ§•#W½§«‰ãwC¬+¼âŽKóš„Ò4'"Q¡× ÔæI“ƒ~Ó:¤u;}g¸*VÞòÏŠ‹%hÝß1ë¡zÙ¼ IZë`Ä„Ä蟢džg#<ؼ}¶\`†f¿È…};Ø‚áDsåC¿þðÉnj÷<9«Ê"‰—ß)\êxžú¢ÖWbù*hT^@jÒ{²å䊲˜kÉôä8|î7ܺnŸ VE¦Ç3XÑûo%ž*¿çIG£Ð\m×¼&Ym´§ª31û¼xÓë\£Žñ°Àú”¤åßy¼‡hE†úÓ3k”â“J«¹Œ/¥Í*õÑ»M˜÷¿}Î;º]"¯¬ ry?eyÕ…u–~³…J˜Òþ¸L ê»ö5ÅUoZrˆß»¨÷[F@ŽD™ªäÁŸEk¢mKäóESæeÄOã&mr©öò§Aý ŸŒüUÔS¾A[ôI³ÆÝý`Y[»™ÈrlÌé|TZK.•«úMrëþ8V1ñ=™ +à{‘zèËÔHþñÓ×Bù¢c?¦—Ï«céÊ­?$7.x¡"=ótÅ?i¸˜÷³‘î~¸´`þE‹GÐÚ‡qö>*Ûš­ëÁÉ;Uéå'‹1 +˜èÄh÷‰ˆZ:”Ùîý0™ mðï2¬DÒ¢âQjuß™–IM76ª;3¶»#VRh¶é½ˆŸæºw1á5Ãb _úüî&Y¦w5Á¶î¡CBÿC‹ó,ÖBÌý'/Ý‚p0k{Úª>¡Á1J„÷œY¤#C2ñª'ÿô²×Àí;3'B&GshàT¡âFë.âBJžøfæÍ·û 䜻!”­V’ëßçÎÆ7@¼W邸ðå&†Õ²¿”ihY»^?}^>mèÐbÓþO±Û—ˆz¡Ë¡äAxc•føsÏ1‡Zs r=h½ÆÁÖ» û‚’‰[à†OŽƒqñõøç»ÖK§Á”3|ñÂXćN·M9ŽNîý61Ïj…‚Euþ BXB<Ûv —ç§f’ÞLFz‰ˆš»q +ÌÈ +Š‚ßØ ztQ¾ç¢?›]­w˪µXîÈvD?£¸¿ÝQp7Ér§ém,Ä­û\PÂ:¿ºN|Ñu¸ +}Ï—q9#³jÚŽRß +Žæ.ñâ›ý5ò†Ñ„Õt0A—µ­žzý¢{MÖ]‚8Iàéf”ƭίۜ•Æò…}œ}®‹ðèf>Cÿ S„̱HÖ&ôèDq«lþŠšÇû¬CY'„¯ÉôRì6rŒÅtܲfP:§8ã×¥QÝR˜ÆÉêF¿Ä ÑÀ m‘w™&1ÉwŒ?éŠërak©â•·eþ,<vgpÈ»~jÌ´Âýh">"ïÙ-|±êéTË37v +#k»TÑWGãÜ᱈òE ‹Á"áËë<\N+^l‘§Àw~´;æsá·ê‹À)äýçcȱuzZÜÎá-‚“< ®øÆ5%BDÛ½Q!Õ'ªøL+1I@Éùp›P൸ñí$ÜAEIí¿ùCüÿÿO˜ÛM]ÀŽö¦.¶ˆÿ Þª +endstream +endobj +588 0 obj +<> +endobj +589 0 obj +[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 500 0 250 333 250 278 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 722 0 722 722 667 611 0 0 389 0 0 667 944 722 0 611 0 0 556 667 722 0 1000 722 0 0 0 0 0 0 0 0 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000] +endobj +590 0 obj +<>stream +xÚíU{XW-P@ƒ‹ˆYqõå™d‚ „‡^Ë3XËK·C2‰CÃ&‰$ ˆ¢yIA©O)  X£)PD”®"OTpWŠ€Ð"Ú ¬í·ôÏÝ¿öÛ™æÞs~çžïœû}C6ö °fóDaˆ‡“XCȸzÙˆB#‘É®8KPæK{±X`Kbš­=n$à*Š”ã¨`˜¹š«H¶€à(Æ€7,ÙƒD\XD\‘È)€-ŽjB 8ˆÁ÷"< + ‚åJ@"@1UeÈã‹€íâ6OùÚ‹àbÂ0#LšÂ"O„ 倇ðITqB8ùo˜Z*î! +}à•¼*¤?Àp*”ÿ‹ Šˆ”Jx‹xŽ-¥~†,zóFx¨4b)ê)…(— „°†6Sh6ŒE{ 2„ç‡J¸{Š‘…}ã-µB¤·`„ú Ç×ÍÏ×r±ÕÌF1Éy$h¿“ÖÐïk"#•…Fƒ"ñ¾ûÚµä,wŒ+⡘ÐLã8,'Ñ):ƒb!€b¥¤”Ú1\;ökkó_CÁYGKEÆ|íØb¼ÍÑþfÖ¶`Ñ6Ë.`x|¨=¸ïÌDKè«5;Jtž<ÌpRp+ìœ+ikf(þƒÕ k¸I•³Žq,›Ìêj“è¨Ö毱,™QPW”Û–žéfváÕ³PŽõX˦­¾´3Y‡§ +øliTËd»Æˆ•Ç÷?aJ‡ê-l5¾°¸ÿ'YEêôj?9õ³†ú+Y†^7ÌVõæK²_5Iêýoçdi„Qrßž=iÞæ{ß«ö¸ÿ¶Tñ‹ÚÊ¢fWvF +ûDµéð÷‡éßZ¶ÿ½ðÙÆÕãN!ƒž3»Ì¿)¿Éqþ¹R}ZXž&ÓlÝzáæøAîÑÞôMÝ?’7`)ç“OÝÿÜ_Žs^É"ž3Þ†ïõÏ~ó(¦pN¾gŬ_¦å5˜7š<ær1È»]YšiÚõ~lóLæëôbÖi:é/¦íÏhšêžîa+Õ¯Ãõ+æ¾ýÐwê#Ò1ùñšö¦»ó׌ס)–ÔO43¡;#ú'3wlÇ4-´fvëw½¯uîXn„…kü0¸rÈÎÍMjr}sÎ{L½õ7¢¼žéØÖ _²ë×¹ÕófÕAfô›S¸d¹§N­|e¢1}ëGeUMÈßô°oÚNÅã¦ÞqÝSíÖŸ|X'pÊÄ1Ymʆ\5³LažÙ‘½ +³š´&—==;ÜiøâÀ—ºíe:‚;jþå1ð¸VÉHQà|Æä§ùº­©Ï?oîÑ游´–tÏcºJßì”M«£Ð-ýõó±o6>ÐÈèyR5ñwã²Äî¡€ò»¬ë†' +ܧ +{žõÞÿ9l~8iù§üs†”±ãæ©iºº¬Ýáý)©Ø¾}/SËÓ,Ó‹«O€æ_¼ ÅW¢iiVv%.ÌáâàœJƒ•£_ë¨NS¼Äæóü÷æ i{_²øXa|ü©^)tÄ û6i×£ÓUv˜ž°½ ½Ù©É2Ôm%ï­³6=ÙdŽz}¬3<0TK¹~Ý™c•IqÏŽÁVø»áçÃ& +ïid㊋…±ñêu:wÊÒJm±-í*ý«ŽhÅŠä»ÅW»V™+>%\uHXž³jÝ·‘Œ`Þí™sÙeÞü¢0gÌßr²ÅÁˆtpäråÙš6·{ø~ý<}P50¹§¨âXÌó§_(ׂ,&7qŠhÿáCú¿Àÿ„ñ÷„q‰(Æ¿ ý +-‡¿â +endstream +endobj +591 0 obj +<> +endobj +592 0 obj +[295 0 0 0 0 0 0 0 0 0 0 0 1063 0 0 0 0 0 0 0 826 0 0 0 0 0 0 0 0 0 0 0 1063 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 885] +endobj +593 0 obj +<> +endobj +594 0 obj +[250 0 0 0 0 0 0 0 0 0 0 0 250 0 250 0 500 500 500 0 0 500 0 500 0 0 0 278 0 0 0 0 0 0 0 667 722 611 556 0 0 333 389 0 0 0 722 0 0 0 0 556 611 0 0 0 0 0 0 0 0 0 0 0 0 444 500 444 500 444 333 0 500 278 0 500 278 778 500 500 500 0 333 389 278 500 500 722 0 500] +endobj +595 0 obj +<> +endobj +596 0 obj +[667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 389 389 278] +endobj +597 0 obj +<>stream +xœì} @TUþÿ÷Ü3/ƒˆ ÌÀ â Ï0ax¦â( +˜&(æ …,­Ut³½ØVö²ìµ¹›Ã`…šÅænOK{[™Z™YùÚ6k×”ûûÜ3#Úowÿýò?°ÞÏñ|Î÷œó=ç|ÏãžsïÌe$FD}@ª,(}þŠ//ZCl@*Qì}ç]b›²€XÂzh=v~éyïùd+1Ëd¢ 'Ç”–ͱÏÔA߀ü„±e¥£ Ð5§én_šáŒl4ç±ýÈ¿°$lÙÕÑ×C}W#>ôÂwyéSs{¡èsDwLŸSUµ5®”è+Qæ¶é ¬•Ë÷ï%Úw‘ÁP[wéï¨9N¢m¡DÚ—VÕ×Qo +B}³QŸéÒÙ‹j¿ø¤ „èÐ}DRãŒê9W®ZðV6Q&ÒîOQSU½mþq¨[Ñ: ‘Óˆ?‚xòŒ9 +W:k¨e]DQ_Ïž7½*⥈ˉþÚ—ÈØgNÕ•ua‹": ÿ +ô­s«æÔôß™°‹¨c0¢QuóêädÚ{Æ*ùu jêf5OØFô.úá!e¬9QEÜ{O +?ï¨!F6¢‡?R¤„Þ{zô7œ¸ÉD†!Ð +ú +ê; +é"ýxCGŠ‰:süÐÌRRtMO’HÈDtÊ]‡vEü2é9ÒbÜVi!ÚÏòÕT+õbZI2p½V+q +Ñâë}Õ +óÜóæÎ#+%îÏÒÎê(bƒô‰l“‹˜,ËJ®î\Ö×× Ò“´ŽT¨èa0| Ð6¨P¡B… +*Tüÿ[)o ´ +?š}=ÇV*T¨$Éñ\»ÑD꾩B…Šÿ+tMzÆèÎ@›Ñ%°ÿ¬¢BÅ¿AVÏ€3gÅYÆÔËVÅ'Îh9gÖŒY{ ¤þnÉ@ArQ08Xp…€C)T>AFÁal¢pù8EîE&p$EÈ?RoꎢHpê +Žl¦(p ™Á±àcG1ྠŽœ@}å…âÁVÁ‰”N" ØFVùï”L‰à~”N!¸?øJ¥dðJÛ©?ØA©à4 Oéd$8Cp&¥ÉGéJ;i xe€S¦ü +¡sÀCÉ &x8 +ŸKCÀY4Tþ| +¤áàlÁ9”%K.ÎœGçói¤üW* lp!個È>Ÿrå#4JðhÊ¡p1‚Ç +vS‘|˜ÆÑùàñ4Z>D%àÃ4Æ@žHÅàRÁeä_@ãÀÒxù ]$¸œJÀ4<‰JÁƒÐd*O¡ À—žJÉßP%•ƒ«¨*ÁØVUde`ø• ¾±ÍEÓñ4N(÷Å­4-ÎK® G…GªTrÚOæD] ä4žÌé,^iÃJ^/.å(!¥ó_¸©OdáŒ,ëóÿÈ®ñå—ÚŠ'L*·6UúǶ¸ì'1_þðÎ<¿ä‰Ì/çq’_’â¸ÈÅ¢œÜ©¬DÊC=š~ø§‹ººMoÀª)ÌZä1UŽòqEpbâÏ,Ô&QJ‰àT1¿™ž,ÇOã#~ÿ‰y¡MkR¤â²IMMÁ?É+ÂÔÔTd³5U6UµÉÓlV“­iïÏû7ÕVžœÑ6yãqž¢›*Љ, «U¢¼»~B‹‹]_:©|ƒ‰Èz}Y¹WbR~e^EK2òÊ7X±çŠT©3U‰Y•3¬t¯dYq\D"W#D|z#‘f8™Æhz›äK3‰4 }#•ÉíÞZXètµ!t ¡7u€sƒ’áíëÜŒíûêO$0oŸ8‘CÞ¼<¿0t¸Ohµ§;wçã = /iHÃ(ÕWª5u óÈ ˆ3ÞAáŒ)©üx«©7Zã'ZÃ#®\ÿ•ÀKäá-Ô/Ñ<~”–ÂKP_çM?Giˆ¯k +sš ˜¬ððœVƒ™ˆ»àýí‘}”ê¿ô†Gˆr»½™ƒ}B«Éì,ÉíÍwžWùÛd# ÿ a—Æ#|‰¿BFaç#­á&g#Ú[õ5| +@ö£|19>Á—PœPûÐækçCoªÝ™ÌçW •z>Ÿ#œÍgyë&þ,uñ­A!Š}¼¦(çfþŸ…g ß ­hKøf>—2à•ž´µ͹¡¼ +ÝlðX`#£»øÛ^T„ö~Ï©ò¶ñe…ðI¾ÜeißÄjß+µ ½‡½†AJÐj s¶çñ‡‘ëáßbÄ¿­}ך2ÜI¹)ü&Ê„—0¨ŸCú’‰‚tÓtSsSsVR~Û›DÎAèdð]TÇ?¦fø!kPå"/Fpƒ’SøoøÕ Ó&ŒCê’Ö 0Ų«½½"…ÚÕ­¡aÎœÍü/Áø­Ñfç¼MüÑ•æVsœRà]oP(†î*ß\ àbe6óF¾\ŒÄ21žçeÎ+ +Ë­¡Î¥˜ý2Dço…ß^µ2ô¡Œ¦rå¦ÓÅKZÃÂá›ø$Qx´7le3…®£5Ê•$l>¿„M¼‹d<ç­¶ÀÀ ^VrǵÏrfnâãD‡Çy-6_²72FEÞ ßâÉo +ŽPš+Š¯!L$;ü×··öŽvZ°³D—)›7†9†ñ†‹aqg«©–x5w +³T ¿Þ¯ÁD:¡îÄD:iH çCѧ¡$ÃsLàP:/!ýÊ¿þø=ðZ‘Z /!=-T‚›á%Ô˜¸ 삯„o„_ +ß^OÛx:ÚI‡v&¸Þ¿^ƒ IƒiÈëÅ­t üEõRéW[JKÙRi)_ªYª]jZap +é—æt]¦Ð@…RAÃ*ƒê‚ƒxf+¨$ˆ›‚¬AR›ÜîÕg +Bàê¥Ëô‘ûk÷17ï5¬Y׬—¶å†²Ú +žÓ6fBÌ„˜Éuß–½;ûp6ßæÞí>ìæÛvíÞuxß–¾;ýp:w¹ã²œÃ¦²yl)»•i,,ƒå°ñL3•ÏãKù­\cá<kASRÒÂ3C\!%!Üb +‘šCV‡xBÚC¶‡h=ºvÝvÝݶDW©«Ó5êšu«u:‹>CŸ£wé4Gró¥1¨«Áx‰ÁÍB2‰œvðvoñJpˆ»À%B²3 Þ†º>‚^#¸^ÑSâ6p¦‡·a ÿiuàfxIúÐÕ7)3Ù•,™’­É%³#Él{òždÉ“Üž,µçfI;„•;`åaå”Ü!ÚÞz!ÁÛ`íBïè} ô>€ž"ý«´Jp\à!ÙÀ™Š$}ൠ+ Ï–îESÁÂï†ç”Ο'bECºì’VµöOs6¶I«¼)Ø$ù‚_ÐW­1±Î©¹áÒ*T¹ +U®B%JÌŸ£Äävéo¢{w¤/È´;wŽJÅ”{h¼DãÁ +)œ#¤uB'¼3îïRxug¹©B²€O–åÒ*¸{ …K‹‘ºØ"QŸ>¸ëaèÕ&môÎìei“Ö{SMZ}W r#%Ž±7²C‚Ÿü à;_$8Üb3þÃfü‹Íø¸Í˜,¡d$ü•àË\aÉÆýÉÆ—’k’'7±Ï) ‰®Ø$ãIÆO’ŒÏ&ŸL2Þždœœdœd›¤T•JV2Jñ +³K÷uE[Ç­ÆO­Æ×­ÆW¬Æ‡¬Æ +«1Ë +uö-M#»Oð]‚‡<;ØhlŒlÜ(agb{Ã)h“$±‹Éȃ½ölK”èu÷CÐ×ëÎEçuODëu/@éußnÉ +’ÂY îH,Rk1(a¨×¾ Ù!¾Ààµ_‚@뵟kic^» +ÁÞÚxǼµ ¾÷ÖFpT žc£Z<åZØ_½µ zö5¥*Õ²/)EZ‹°ÍëÎö³¾ÖÙzÊfýŒzÅ +ö¯Ʊ'¼öT{íÉók¼v ‚‡¼µ<à­½ÁýÞÚ½VySg+õÝC©¢ž»)E„õ^w²ç{ÝJ +u^w‚y^÷³¼Ùo ˜éÍÞ«½”µ0¬lVKvai•·ÖŽì©þŽL¡T‘=™†ˆšÏ÷º•!)R*É5²BG +X¾rcÇòX‹¨ÅåµgB-ÛkOA0Ò7rçyk†{S1Æl˜7õŒÜP”ùyŽ%à ¥"›×¾Joí ÞÚBqJIéoµe £"¼vEËäµ[-ϳª5S +[õŒåêý1»]èµsµ˜×òC*‚g,ÜÓ,߸Ûp[kù—ðÚg,»¡º+¢+IJӾ×òqm’å5;4\q–Wí-[RYÚR7YZÝ –æ©fYW+jx*ż–'RÛ$†Ò«kÇZî¶;,w¥´)6Üåë”6PÑ +û"Ëò”e–˱Ü7Xêíñ–ºÔK,—¥* +E[fÚ'Zf #—¢LMí¥–*ûí–Ê!ÂâKìoXJ‡ˆ>׊Σj'ZŠ`2r” X0ëÒ‰¢‡lRƈÒY~ë– †='áfð \õ›õKôÓôeú<œ7ýõýô‰ú}oC/ƒÉf5 Ac ʇF½Ûä=.‡òYYoI t…5B6I ++«ážDb‰Æ'’KÅ¥yžaŽâ6½<Ñ3ÜQìÑ—\\ÞÂØ-¬ØÓ>Š§Y=ß—ÚÚX0ž¿´¶<æéULÅeyf({¤ëñ SVÞÆd¥ÄŠ8åC +ÄXÚŠ›ã”°hÅÍÔgaŽ9§WvĹEÿ‚*ý\Xà8³Ãñ“X¼geqi¹çÉø +SäøŠbÏåƒ +Òlé²Â‚ +Ò,%¨(ßÀfH³ '*élFAÔF5Ê–fAÜJ5i2e+jHŸ|škArAKv¶Oiÿ'mÝÐÙÖðeÿ¢²eJeÕ¶ÆÍÿÙó•ìqJ[ó•¶æ+msmOÌcÅ%å-Ê«ÈŸì [¥`\-•q‰y}LuÙâÒ‘h^·QCì +qTxBmy#¼’•ž›ž«dá’V²Â”%ýYæ%#ã6²'üY&$GØò¨Á\8³ÿꆆËŒq}½o¬Í¾ŒG¡È‡B¤hBV|½Hõç7Ðå§àpøt©Þ‘_ÞâvšgÄá&¾U¹ïvTÔ“ÃákÐá ´‰^‹ý>âF?D×gÐ{î/ÜGݼ]Üáo‡ß#îðÛqw¿~îðx{ööì=ټݽݽº»¶ïÚ³‹·§oOߓ·ù-Pšª`°ð”»ÜQ¹’ì`¢·¢ßˆ68êJ—OŽb%UÀ—.Ê9P‹£³¬ã”Pï˼\ñ¥ÖŸZÀÚ[È¢+|_~‡ò"³ü)ü^øýcäãÚYdë¸LÞÃ#± 'û¼ýèÜ¿í§•ôM¡×q;XÈR9i˜™b°_ŸKÅ•hÒâÔLÅÍ`1•P¶ð/˜‘ÖÑ9ô5+¢e8sÇÓ}¸Ý‡ì\ú­fçË_Ñ2z‡Í¤µ(ýsQËFÉ»i•ÈÏ2å/FÐ]´Š…á Ë‚™MÞ…êé:ÚHï“L“èníjÔRBi®ü,M¦·Ø$v±Ü—FÓ\ZBwÓC´™ö²ëY»F+WÒšF ˜žE²T¾\~‚†kw=-ÿYÞN&è?„ZHM‘|ˆ\´_Ãä˜õH7—¦gh'3³!<ŸÂpW9cq5­ã©°qÝ€¾mdW±u¢Ut+mäQÔ?*5J2Ec¥Ûh‹Vƒý©/ŒšæÐLå¿”÷u<‚.£á4œMc“¨9£(AžËÃ^ä’'Ë÷h+´z“eQôv/3Fq¥6¨ã 4×ã:ü˜F±©µ£šÚq®˜Y?æÄj:¨]¨mÖ>©]¯}^û†îºWí½˜ÅÏè;œV6cñ5ý€µž‡«' +×O.¬…3l¶TÁ7S>‹¥:ì©Ø·ó0“0“õ¨e9Ý„ëéQœ!oÒfƒìó´WN4®óéh߀zŠéÌz==†Ýñ·¬)Õ”@vŒÓ1ƆK +hOÙgWbŸm‡M;ivYØ•ÆFàé÷BÔõƒr-£…¡T‚Û|’Ÿ¡sqRð­ô%ãtÍÃ5úÊUbm„Q<«ýœI”Ö1N.Íä›Yœ†aXUe8ÙG²ù°"ý8AQl< +é8µ­Å^V¢}çu_Ì^_­òž„žòÖKl‹NßÆ +®HÒj¶p +Ök¶0Š1è´[$þË¥ ò…dv˜¾?ïÄyãLßç>qå@6“™‘ÑÄúj踕·wiéG²jÚ•7%ÖÉ_0åÞ„]uÉfÉÓc¥Û)Aº­5>ˆQqÅFŒŽiNX %DGdžöK®Ë`z‘1ñÉ+dk‰•bÓÂC-¡Rh‹t½ cº˜øÛÌØ4Å}pÊÞ)½Îudt˜Ž3Öì›B9îûrÎÉdEE£ ˜-¥ÿ”!ƒ‡rö‰ê­×ë¸êlIJ›¦ï?8cò˜QSCú&åOšŸ?õ¶aÁÃýù÷%SGÝþQCÇ[S DN%1ù»Ï)õÁ(ƹŒRuP¬–ÅhÆ*í5íCëÑvâDCäb³ºo1JmÄ`®””½Ü¼™8³0 þý-Ë0}G9¢ÆreG2Û ]“¯Œfß.£Ùwì]mÚ©2x¢þ7eŽžj‡:6âÔï,cøe ôÃFÃieLÿ¶Ì‰Î2&:¼Ñä+£üŒ¡Ï­QÝsÏ«NuªS]ÜŽ3â¾U꺟c¡âSÕ©Nuªû…N|Ô3U³˜|½@xš$¿Ì(AÄY"åëÔ“å0›½ï—5”Êöûe-™¥^~YGiRž_Öã =YR¤c~9ˆ® +JòËÁÚ ƒžðË!´ ì¤~(Õ†×ùe£n½4×/‡Ñäð÷;ß÷_jrúeFᦿ,‘&b¨_æ44"Þ/k¨wDŠ_ÖRhÄ¿¬£>¥~YO³;ë1PdÄ:¿Dù½·øå`im”Î/‡Ð¹Ñ'õCiPô×~ÙÈ'EÌôËa4ÐK˜†Ã¶0ó,¿¬Az±µH6ßã—5d7/²é:󿬡ó!ë•y1å—1æW…¬ü­DhL„_ÖPšù¯BòϯOöͯOöͯOöͯOöͯOöͯOöͯOöͯOöͯOöͯOöͯOöͯOöͯOöͯOöͯ"+c3Ò/c¬b|c¢¼o3Ë/kÈãÃP¥/1÷ûeØó!‡)¯žÅlóËÊŒY'd“¨ç~¿¬ÔãÓTÆShX‘2åB*éUÿÇš2:-³R)rfÓå:õHS>›öµw —Ié~É)RsQb6‰(s)lh¥&¢¾zxå;“ªF3iŽH³Ò8„WyH«BýO û몑§¤- YH›‡Ñúå=³"µ6ÍD« +ÂÅ+âŠNƒ¿Ö Ðk+•ˆòVJí¹ÁãÑv­è¡b¡R®µÖ ÛgøkøO6eý‡žZ)OŒq54/µÔwZ=õeÂY)õÎD §^ŒB +8­f_½§j-AÒ;kvCsì/ÃÜÁçcŽy™îÉ:aoè•¢{rþþyÞ|+næF™·ÿiï; ¢H¶¿{¦¦š QQP[1éA  €ˆ(iu0§a¦‘INAW5®(æ]]˜uÍiÍëšÓš×¬k³âV‘¯ªzfºË¾óýÏû¿÷9öTWߺuÃïÞº]=3jÑøŒJvV˜0d$Öf¨Dr5Ñ-sÊÐYZ%ŸÉX|^!ïs¡ç%Á±¢$–åº9Ò—L¸pĶj4 +û|€i¶t=Ði8Ú0zø9 +c³×Ò –9‚…I2,£á~êSý’ˆõT_´—Ƥ¶W‰Kº‰ç—æ“›p¯Cï‰$¦y©MžQ›8ÉCí‰VU-…qçõT|>3ßm†Ž8ŸHѬJ“µõ„›á/çö"1©&ôzÂ)ã3_ð~ªÑØ:ü¬zÂG†z“ˆÿÄçŒ ‹j’EÔè¬b^œ•äÄÒ|¤JI¾ÓUÊwj]%Üòúj´”’ĵÂâ!^“ +~éÄÿ©Ä›•³\’ ”DËç?#±8æŸbч—«2ºqöÀhàíÏG•Ö„3J«cèï4ªÀGÑýsÏa cþ#Q?Gx›µ‘‘wñªºštÕì]Áë‡[Jb9,C¢ã³®9üï›ùñ1‰c5ÍäŠ3óûܼµx + $¾ÇfI«Ù:é_’¶ÂÊŸÏ 3­2‰¦³Êñú`Y8àÕ/õz’U'€ò¥üÑJà£y¢ÕÈ—¬I¸ÂM z™(YtUŒ®øšÚþhíò'£:R~¨2Àÿ0wì-’,UÞÈ^øå…ô¨ñ2’ùþjÀ­n$:Ó-¸àWg…)Ûb™ú=ù¼‘a²¾ŽàsÅÚ—ÐL>ˆ&Þ“[€kš¨¦©ÈlºJµHEû<×'‘\®'\ðj†¯J«UfîæssMS¹ZàqMä•›¢BM°Œ3šÔ´²zTÂQ:‘UFЩ ó§“ Ë½ô$bøÕ +G=®å ¦hä£g Œ2>Õ–µ(‘D†HV}­0ã”ÏJJò Ÿ!>å-€¹ÊˆepöN"±ÉTA¨ŽØ§¢Æäe3[DcŠt…%ÓÊ«ø^OææL‘§2ÕŒU+€¿ÇB{“…*V`sâ×Æ¿Ç _'~î¿Êæm¤6Iª¶ôéH–I&þâ㔣F‘ÈTo¥™V~mãm”V©¶2[•GQ©÷Ò,1‘D2eåê@cª£yÌ}y•ÿg1ÆkFÃãZc‘ŸÇ¥Â’ŸôŸYœÇœÜ’‘ä#æŒd$ºósÆ^ZR!Iž4W…ñH׊õÙÂx3šU–µEcZ +ôDS¥ u)ÄæL¨3­lX;=ñ¼±Jü`iqÄU]““-þÀzc»( Þø•LVJÉâ| +,#>×’«UדdtEcº³™|£Bcx[÷Ctr2Ce^»+òI"›j’•·Š¬R*ÓT£ê«ä +ŒuþNÉ\±hªäP9Á—±ŠÍœ¥äÎGS‰_h‰O2ªPÊMu¹Pð~õúWoB¯BܽÑÑ@2–Ë›TóÃo>êøü¨³Ü yYFþÏΘN^L¨RÉôV$§ôLoNÏéÒ8¹D¡âôL,—ÎôÖ¨¤êUŒD'•s*©.•Ñ$ýídŒŽKVè +œŽ“3 +5c@¤ }˜x©iÇHb˜¸¤$/Fª–3œRÏ¥§ 2/3§ j“2a¥<¨/§ÓcÖ¼X–q‰QÈt½&ÉàJˆ-!ï㉉c$±q’¨îQá¡’¨¸X&®;Û'‚ ì+±³µ³•¤(ôŒÁl`ÜFBju-§3d`ý,º!Ãi’uRmJ‘Y,dÔsLb“¡1â‘2MÑÔ¨–s:Âi®Òc&RF©qjD.MÖqœŠS¼˜hXŠ4c4‰©BFªƒUK—ê8†S f:F®Ðq2ƒ2ƒIÒiTriÐ\šdŽ¤#ÊŠqrd{"Ñh@¬‘˜5WY¡öz³PœÞËb +Ë`Ô–2iR¥Qš¨Dbëõœ¡òh/&A­äôz¢<Ñédr´Aƒ†êµœL‘¤}®9ƒ¬¨6(ÔÉd¬T.W`¼H•ŒŽàÎwëˆmÑ|†êB)*VMBèÒ5ºT½‡\²éÔ¤#ü• +} +žñâÍ­’f0H~ä*m6\……ªNDì•T¡œTÁŒ4rz2L£–q:µIInB¬OÑ•r„û4‚.ÆÀçêc:äINb‹÷¦³èˆÄB¤2C…±bR“ÔI_fKD¶ ¡Iä̌Тv¹I.‰ :ZãçÝ";â)²5BÇhQ,%%‹”ºÑJJ@ëè)DFüÏ– +¡–R”Æ‘ &´7C5#Ÿ€ä«ä½Ó䜦(Sµ­Ñ +¢¤|È1@¡V¨'WPÝ’ÐâIõ$Çx¥"YJõÕ¡7j(EY>Ó  *¾¦Î2CDŽXŒFs‘/¶#‰P.TwÁ*` %V‹­÷“±â%k¬ >ƒ·*õÖ¦=‚nfcÎtKš¡[UººŽ’€VÀxƒ L3Áwà°,…`3Øv¡Tõ 8N€_Áyð¸n»à!xŒ^¥ÐºÁh%°? ‡C9LJ¨…8 +ŽKáJ¸®ƒ›à¸Qî?ÃCð<Σ÷‹ð +¼‡÷a | +_Â?à{XF hHÛÐv0šnZÑŽt*Ý‘îL¥é$$±„|Óˈ˜òÀ\0,`ض‚ŸPRýÇÀ)p\WÀ +ð;¸J¬/¡ ô€=a,ì +ûÂp(L„IpTCLƒ™0.‡«àZ¸ɺ +î„»à>ø <OÀ_áYxþ¯Á[ð.|Ãç°¾…`9 +h+º]ŸnH7¡›"ÛúÒAô`z8-¯fáÖÀ +°À¼¹`ø,ù`9X¶€`7Ø„£à$8.€Ëà:¸ +îbð½^# »ÃøL€à(…T@ 0~ +—ÁB¸®‡›áVø¢Ü ÀÃð8< +. ÷Kð*¼ ïÀð|_Á7ðOø‰Ò4mK×An ZÓN´’ö§ƒéa´ŒNþï´° 550Àx/à:‚0L$ßœf€9`Xƒ¥`%X +Ö‚u`ض`/8ƒãà48.«à&¸€Gèõ ¼¯Àðü >½‚a +ÃaŒ„Q°Œƒ}`?8ˆ|§0¦B +ÔÃt8ŽƒÙð8N‚SàT8 +æÁ™p6œ ¿ƒóáp\ à +X„‘϶#;ì†ûáAxž„gà9x^†×i=¼‹áø¾†ïàGš¢E´5]›®G7 íiºÝ‚dÚ™nK·§]iwÚ“ö¦ÅtÚ¤;Ñ]èP:œBKiYi:ñª»É¯Ùà0LBþ†<<»’‹Àð#X_£¯Ÿ‚çà%ʵoÁ{ðا3 ]aì»Ãƒ‚±0 æÀñp"œ ¿…¹p:œgÁ9pü.€ áâÿ+œÔµ ¥¹É>­é6t;Ú…v£=h/š¥}‚†Bè®tØÿûH‚·ÿ?’þHQ6IUø{Ÿ›¨ÝÔaê u•ºG=£Þ¡ÞÆT ªåAùP¨ÒèFõ¤âQ-PÖÄ¿Ó-ñoK"ì½EÇñø·'? ãtz%„]èLt ¥Ç c8=ƒIUà€ø¶¡Ü(–êHuo‡w„ß„ÃGÂ!ƒpM8|M8L!P½AŤ5ÎÒʲ´²-­KëKk¼¥5ÁÔ²E•ÂmX†VZs Zulhüi1+ÞBTyÇß:·G–ŸAò@uŸPøD¢ã+üK†ÂR…Ž¯AOtüUBá«Â·¦Ê‰¯Òj“:Œ¢ ðpDu] +ªìÌU•©ªk†ËPÓë7Ëæ4ˤmÜ&ö˜øÖN`%ÌÏi–Šº’…¸[›¶æ¯!¤Øá´­;- rü…Q~o6žõ¨Ôã´´E–Õ™¼âÈSE +y⟟„àËTå'ªWçXäÊY¶ïX]ˆ +¼½œÙ—Ÿc¿›Íâm…õz6=›3ÀiÅý°FC®/cí,râÏ‹²Ù‹Å-Ùæ4HÙ6lÜ—Ó)ú(’ÕŒDgÔ˜X΀÷@ÄMØF˜ VÃ:f²ó-ö`Ýø Î#QíŽ7oTZ¼Ñчӥá=ƒÞAìËúðÔî±qLtThXTt”d/‰èæÁ¸È\ý™ªs°-šØú³~b–ü +lbÇú²bÖߧÞdøŸ¯@ö’Ê6 ;ˆìiÈîS„ÙÙÔy/æEÊO¯l§ô¦ÂZÛëÛõ»Úç²ñî±n›.¼±ä[Z2ã“Mí3×þtêá›ÉíŸÔöñ×ýëéGŒ:1²QÙáþo\×ô:OTæ™X¿¶Óñ‘s.¶îï}ñ¤=ßqçœÕ[bz–<ëÔúǾóǶZ¨œ¸¿gäw#¶¬ìxñ£çù-?t5H$—4¡NÈè#³Œ­_ozë“67tTÜí^­Q‹—--´Òµ¸3àùÉñw§Ì‰¾+}¾yù‡îÁñ¾µ–hû¾™î6®Ééû²} ++½×†¹.ßþñtuѹ!§l׳É;½y½Ë¼ƒ®ãg]/ß™ÖcåŒz÷öIß-ìsöY}—we‹âƯM8[V_&csDB6¤æ¡@(¬g©¬Iœ·ó`Yøïö‹þAŒ0ëãPÄ- Î7Ëgû™|&Íjý¥fØ@žÀGb~b‚·ÿ¥ï‡éMbix +&b:­ ÊŠÅíÙ¶x0hØâïµgs­«ã8GP—Bý¶Â€ÚŸ)ôxS!9º7“ÞÌÚÞ¨yþÔÁ»ÚÏoøxÂi×YtRå nZq\á‹õCÏz7=2óåÖÅ£g¶:]R~7öÅÇõsûïy>˜þÆÕá”vzü/OçíêzmoÛâ°„Ko&¼¢Nï$.u/D/lãvÝÑ1/§tÃó˜»ö…·ó.I9 í_¤»ðŽíwÅ[#c®L9ž3ú@¯Ý.‡²S>È麶{Pþû.OEï’„ +ÌäFïH¤díOÁO²Ž4{{°Cvö1·¹Æ + +š4ÃþÚI/ã«ç©‚‹†ï +¬Ž[=hU—Öâ% +½×´È™*rÔ]­Êkï5·—Û(z¼!xfžG¤˜„Ò²ìlöV¶+m2:„Vž0,k>gÛ˜6)52½¶ªSp7~cÔ³6È)Í¢  Øn¸Éˆ‚YìçZÃ'öL|!@¬Y7ÖÅÌX(hìôwÞfb.mEµY[ó`ÍÖÂuE" ¤÷! x–ÆɆ{8\ý£MÝÞ›k?Þ¼;yÂç§yÝí~m³·tL&Ãú8¤LµËgþ‹Ù;:5¢ÛÒÔòV³Æ7´=ôýý®ýÁ¶Åë××Qt¿Ó‰ç7s\‡tM(]ÑgÑÑŽAœµ^¿ÜçÜúµûŽÀÎåO~)¾ÚæìiÙ:›Âwï–…ÚŽ˜‡²@´ŠýÉgºÔÏÔÔÎ'×?òFöäV×êI@+vg]ù@h®ÑfçJåø­?cyÞI³z‰[°NZZ4­í°wŸæF/ÛþiÑR&dÌWKXš7Ü'õl˜<ãÙÚ´c’«¯/œè”·d|ÒæC©™‰Î—šw¾YW0«xÞÁ}žI ¤´›&Èc_í­ýÛýÜý¡mHÀ<"—ÀUO¢¾ »;¾î®ÊéÚœ1Ã=Ó£Kæo‘wZï$¶nc¿¤èáLw‡ÁßËì‡÷‡Ü’æþ½'½-|>GxØñü¾„ˆÍS²ö=‘̉]WV˜©2Ä®w89ÏÆ¥ÕoÆp…ÿ®^ +¬:÷-ôay’­õÊsÙ}û=ßÖihãìtÑÕ7{×eÍý´áÔ¸K…Ítƒ;ßýÂzYkv3=áØf&½á„[¦ ]Åf¯`³—bô DÙ Øìï²ê +:£}®Ð-vþj¬ý¦˜éå' +tÿ~ÿåÔ€q€}8·¸Öþi¥ß9ø=Ý!hs9½~éàá>K×:gNÎ;ô Õ«ýf{lÍ<šøüão';uXÔQ¢øÔFÕåØÉÕ7á˜âiÁKêiGìúÔ ÎA±ÿã™ð»õ2qG¯_Ýô¨»[Ͻ\AƒoÛÖ•-{+qzßêØ¥F¥½×ªÃ}¬Êrš¼»Ÿ¬´ûêÍž—½ìyxýȈm&7ŸëÚ,æbsኗY·Á–A¯7Þ8Úïu¤·dÛàÒ |Æ¥Öycw|wh¿Ç½Ì{«Òï¦åSgFtùù\Çoo‡6Xå7ÂqÄ5¿ß/8‰î­ŠØ!@ãd—¸Ýviîù‹’.ÝO9%¬Ô^k4i¶qIá¹|”Ž¡Ú`£©6Qk~Ü~êæêú.w]°jïƒÿˆ´À¢<€ÒB€y±÷‹QËŸ²Ù+ŵH‚Ñ +… }Ä +Ùúøĺ¡m?)yân@óÔcëàN«†V½9¹J£–›%³ý+ÉþJM\8¦¦3ÛŠW£Yå+r´î£Eƒ<¢ EYƒù<›ØálbM²ÉÒñú\®ÅÖñ[äx Ô{´Êß9¦ô\îý²õe‡„¾-Û¹_p]òd¬Ð¹æšOÿÆö_¹¼»iKnPäÖÀXµä€¸vêéS'â:®+¼|¥g».[È›w'ê•êrɼ›ð×+üô~*KV%éY×a{¯+³ç³#ò-çwÝض¦ö¢¸úNA«·LÊÝ0yCL\ËØú[;dݲ ’kºñÝÓsö»W6c‡»æt{5~ÁüW]³ÕŽ¾ä:cÅö¤#ƒ›/ëPç hÖåû;N> ÂòÞ>ؼ¶Gfª[D40M]ò½U/û—‚îe¨Û‘WãîÁ{Ym…°,Gà‚ìÑæKë+øïH1õhÓíg#ùŒH½Ù¼Ž¨±ÈÞuðOŽÛNux¶kñ€¯ßÞ?îuÐÎ×…mj`/ÕnaKõ!OΩÐJ… ;[—Ô0A¹²½})™Eô¿³ tÜÇEûz¤§¯Ë½ò é¡~[šíÙòÓ0aAĈÀïj¿Ð3fñÇ¥÷¾ +·»õ“·Û¯Û/ÑÇ»í»Ýl˜k_Y¿n}þÂ~ÕäìF݆ɿ‘,šãñíµþ=ën/¾ ÍKKûýJÛò6ãçNõ•Ì)p + +ÉÙýlŤ\§Ü^öFý9ÔGÔRò£1æ–ü!Ûùš<ªÛ‡ÂF>ÈŽx–J-Y¶ggýÍ}ï}¸¸Ô-ûrËØ¥ {ÛçiW.U:–K¾ÍÙÝkeÁƤ̢&…'èý‘Wn.7êì&ÚW®ïq}jûð²âgm& +ÚÛñl±øŸ+Coedîd×*&öü[Ÿã4É6ÖEÉì-ŸÌl¥VõÃÉ–‚oecámƒÿš¤³ŸëçãDz~~¾8ûu@ÉÏÝîàS6»àß­ˆÏ_…ø f5–Q«çï \åÐþµ{p­è.cÒ½ +Ol=›kw ÈðÛì­·ó{u0ôtDÜ‚ ×—Q'›E>K8`Ò€y—ðêÙ°ó·ÏÛÍÞüÔÿh{Ÿ3$Å/fÖÛUê¾·é}ðC­‰ÍK7æî(«Õ¼³¾ÝÚ~îÇ]—6š‘ÓèNú²®½ÁÔE´;[–ø¾)õ››ðÍ»«ì6æf?zëÀ0ú怯n­ÜÓ(rdÓ¶ÎçNh~hšqkÄ —i0Ãõã/}çu³žð퉣u»÷J8‘;/½ç¤â¢PúH¹]IJ?™îE¿-á¿ú±×K.†·sËø4÷Zëä6ǼÏøÞ}ð᫨‰;:Ÿi;ìÒ“Å@:©(¥ë‘wwÀƒ_!_Fåº"‹t&®j^Ç9#ñÅTX‘SRþŠy±Åû|þ¶uㆶ۴cRoW6»_we ›ù¬/æÃòÿ|ùyÑ‹ÚRΆ²]òƒó;M 4ÝÒÉtJ/•™¹óÒ¦*p¯·V§ÁÒ{ãpÁÑ‚"Å ]¨å$%ú9—5”|,¹þâFmûÌ? 7Ÿ.+ :ºóþÃ7àCŸk…ó‹òè¸<ΉtjµÇþÄÃä®6GÏ&œÛrÊqȆRQpƒûÍ ­ +ó–HHsœ7w¦âÅ€ÒSžk»n¿¶5!k?8èµÍåºmN#áw3{ ÙAO™ÕU©>týÝ‚çµö¶²ÍõÚú´ðôÈI)οo¾çðõŽHÁ +÷ƒýOlš¢VvÞã f‡ó&»òίêG^ÙÐónhöO84hîÞx}ßç\‡‚Gɱ¯{å¬)©{]ðç­áã’"‡œðО{…ޡέý)±EØûÙc–®±]|ƹ޺˜ÑígjÚíMùse—%Î.Ú5Iœ½PZt¢;\t/ýß’øª$ï*[´ùÙX{Ëšé"[HÉã•Ôä} ®]ycI_qV‹l"Wœ7B¨µ ‰ˆêI_9Áoµñ¶mkÅÖqýš°Ù“+Ñ×g²£òc³¢ÿñ—jñçr4¦ãÿÅ×k Úeµ©üy«*¸7T|Ú·Z"å¨Ñ{ó¿;8õ}ÃÛ©Nû²íö8°<¯ùŸ^ª‚.ç†4Žñ¨·¤ÝÄÃ…K—KeßgD<ŠŠÜ³»{ÜÎwžÓOOO}Ü¿ÿ–?7kscÿ–÷‘ñ;?½¯{á•‚·ºiÞ¾ØÙ£ö)+ã¬õ«\C<ýáŠL—l¼vº]«EßÏ8§Ipª|R[÷ä;¿/éUO’;ã[Ù˜«ÃÇ}¿Ï9ërlÀ]üEšÇö½£çÄ]Ôj~Û}çÝc~³n²ö©ÃÍðÚÝâzž¬s¤ÎòO—Û4ñãØS¶j±´s7ñŒ[^< +3¶/yÒ:ä^“Wž–ýd-Îêðþ¶ƒÃÓ‡¬à³û›—LžàØæלÌö¯æä£Ùa +'Òâa êò# ßü¿¡ù…-ÙªÀ:TÆv­Š‡#mË(®‹Ë1+ð‹ý}ÑÝQuh?ÞprZðFyqÇ¢6jŶ/à)wþ‡¶Š€'×mÈÌù9‹œ"~<µÆõJÁ˜†'Vy=\$0Æ¥iÊ 7ÝëË»ÈõO¹WÜqØ‹“r¯Ã³¶­9ÐNÛqIg‡SM/HYOÌH~–Ý¥ûÂØU­><»$«¸Ýb«Õï;>¹o›ÚoÞ¾^§N;°3²›×´­±#cvFHÚdŽö+Ny[-gF< ]>híŽ=Y=ôÙÓûÅoÏ¿ùæšÍ;wn¬[™ù†í¾ ’ìî[;´¤Åä¾úAGí"ÏL¾7yByÞɵv]—üúÆvÅYü䣧•ÏÒ¾(T~ì|ð«h ÿuÇ×G.áÎÑž~Ôœ|å»eÓŽÂo>QÔÿ?á8 +endstream +endobj +598 0 obj +<> +endobj +599 0 obj +<> +endobj +600 0 obj +<> +endobj +601 0 obj +[600 0 R] +endobj +602 0 obj +<>stream +xœ]MjÄ0 …÷>…–ÓÅà$tí …,úCÓÀ±•ÔÐÈFq¹}e7L¡ä÷>ñ,}é¯=ùúƒ0ÁäÉ1®ac‹0âìIÕ8oÓÑ•Û.&*-ð°¯ —ž¦ Úô»ˆkâN.Œx§ô+;dO3œ>/ƒôÃã7.H *Õuàp’AÏ&¾˜AìÜ;Ñ}ÚÏÂü9>öˆÐ”¾þ +cƒÃ5‹lhFÕVR´ORBrÿôƒ'ûe8»q7U}_ÜÇ{æò÷n¡ìÆ,yÊJÁÞÖCÌT>? äo- +endstream +endobj +603 0 obj +[250 0 0 0 0 0 0 0 0 0 0 0 250 0 250 0 500 500 500 0 0 500 0 500 0 0 0 278 0 0 0 0 0 0 0 667 722 611 556 0 0 333 389 0 0 889 722 0 0 0 0 556 611 0 0 0 0 0 0 0 0 0 0 0 0 444 500 444 500 444 333 500 500 278 0 500 278 778 500 500 500 0 333 389 278 500 500 722 0 500] +endobj +604 0 obj +<> +endobj +605 0 obj +[277.832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277.832 277.832 354.98 556.152 556.152 889.16 666.992 222.168 333.008 333.008 389.16 583.984 277.832 333.008 277.832 277.832 556.152 556.152 556.152 556.152 556.152 556.152 556.152 556.152 556.152 556.152 277.832 277.832 583.984 583.984 583.984 556.152 1015.14 666.992 666.992 722.168 722.168 666.992 610.84 777.832 722.168 277.832 500 666.992 556.152 833.008 722.168 777.832 666.992 777.832 722.168 666.992 610.84 722.168 666.992 943.848 666.992 666.992 610.84 277.832 277.832 277.832 469.238 556.152 222.168 556.152 556.152 500 556.152 556.152 277.832 556.152 556.152 222.168 222.168 500 222.168 833.008 556.152 556.152 556.152 556.152 333.008 500 277.832 556.152 500 722.168 500 500 500 333.984 259.766 333.984 583.984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333.008 556.152 556.152 166.992 556.152 556.152 556.152 556.152 190.918 333.008 556.152 333.008 333.008 500 500 0 556.152 556.152 556.152 277.832 0 537.109 350.098 222.168 333.008 333.008 556.152 1000 1000 0 610.84 0 333.008 333.008 333.008 333.008 552.246 333.008 333.008 333.008 0 333.008 333.008 0 333.008 333.008 333.008 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 0 370.117 0 0 0 0 556.152 777.832 1000 365.234 0 0 0 0 0 889.16 0 0 0 277.832 0 0 222.168 610.84 943.848 610.84] +endobj +606 0 obj +<> +endobj +607 0 obj +[250 0 0 0 0 0 0 0 333 333 0 0 250 0 250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 0 0 389 0 0 667 0 0 0 0 0 0 0 667 0 0 0 722 0 0 0 0 0 0 0 0 500 556 444 556 444 333 500 556 278 333 0 278 833 556 500 556 556 444 389 333 556 0 722 0 500] +endobj +608 0 obj +<> +endobj +609 0 obj +<> +endobj +610 0 obj +<> +endobj +611 0 obj +<> +endobj +612 0 obj +<> +endobj +613 0 obj +<> +endobj +614 0 obj +(Biographies) +endobj +615 0 obj +<> +endobj +616 0 obj +<> +endobj +617 0 obj +(References) +endobj +618 0 obj +<> +endobj +619 0 obj +<> +endobj +620 0 obj +(Acknowledgment) +endobj +621 0 obj +<> +endobj +622 0 obj +<> +endobj +623 0 obj +<> +endobj +624 0 obj +<> +endobj +625 0 obj +(Appendix F: The IEEEeqnarray Commands) +endobj +626 0 obj +<> +endobj +627 0 obj +<> +endobj +628 0 obj +(Appendix E: Known Issues) +endobj +629 0 obj +<> +endobj +630 0 obj +<> +endobj +631 0 obj +(Appendix D: Common User Mistakes) +endobj +632 0 obj +<> +endobj +633 0 obj +<> +endobj +634 0 obj +<> +endobj +635 0 obj +<> +endobj +636 0 obj +(Appendix C: Other Useful or Related External Packages) +endobj +637 0 obj +<> +endobj +638 0 obj +<> +endobj +639 0 obj +(Appendix B: PostScript/PDF Output) +endobj +640 0 obj +<> +endobj +641 0 obj +<> +endobj +642 0 obj +(Appendix A: Installing IEEEtran) +endobj +643 0 obj +<> +endobj +644 0 obj +<> +endobj +645 0 obj +(XIV Last Page Column Equalization) +endobj +646 0 obj +<> +endobj +647 0 obj +<> +endobj +648 0 obj +<> +endobj +649 0 obj +<> +endobj +650 0 obj +(XIII End Sections) +endobj +651 0 obj +<> +endobj +652 0 obj +<> +endobj +653 0 obj +<> +endobj +654 0 obj +(XII Theorems and Proofs) +endobj +655 0 obj +<> +endobj +656 0 obj +<> +endobj +657 0 obj +<> +endobj +658 0 obj +<> +endobj +659 0 obj +(XI Lists) +endobj +660 0 obj +<> +endobj +661 0 obj +<> +endobj +662 0 obj +<> +endobj +663 0 obj +<> +endobj +664 0 obj +(X Floating Structures) +endobj +665 0 obj +<> +endobj +666 0 obj +<> +endobj +667 0 obj +<> +endobj +668 0 obj +(IX Multi-line Equations) +endobj +669 0 obj +<> +endobj +670 0 obj +<> +endobj +671 0 obj +(VIII Equations) +endobj +672 0 obj +<> +endobj +673 0 obj +<> +endobj +674 0 obj +(VII Citations) +endobj +675 0 obj +<> +endobj +676 0 obj +<> +endobj +677 0 obj +<> +endobj +678 0 obj +(VI Sections) +endobj +679 0 obj +<> +endobj +680 0 obj +<> +endobj +681 0 obj +(V Abstract and Index Terms) +endobj +682 0 obj +<> +endobj +683 0 obj +<> +endobj +684 0 obj +<> +endobj +685 0 obj +<> +endobj +686 0 obj +(IV The Title Page) +endobj +687 0 obj +<> +endobj +688 0 obj +<> +endobj +689 0 obj +<> +endobj +690 0 obj +<> +endobj +691 0 obj +(III The CLASSINPUT, CLASSOPTION and CLASSINFO Controls) +endobj +692 0 obj +<> +endobj +693 0 obj +<> +endobj +694 0 obj +<> +endobj +695 0 obj +(II Class Options) +endobj +696 0 obj +<> +endobj +697 0 obj +<> +endobj +698 0 obj +(II-J nofonttune) +endobj +699 0 obj +<> +endobj +700 0 obj +<> +endobj +701 0 obj +(II-I captionsoff) +endobj +702 0 obj +<> +endobj +703 0 obj +<> +endobj +704 0 obj +(II-H romanappendices) +endobj +705 0 obj +<> +endobj +706 0 obj +<> +endobj +707 0 obj +(II-G onecolumn, twocolumn) +endobj +708 0 obj +<> +endobj +709 0 obj +<> +endobj +710 0 obj +(II-F oneside, twoside) +endobj +711 0 obj +<> +endobj +712 0 obj +<> +endobj +713 0 obj +(II-E letterpaper, a4paper) +endobj +714 0 obj +<> +endobj +715 0 obj +<> +endobj +716 0 obj +<> +endobj +717 0 obj +(II-D compsoc) +endobj +718 0 obj +<> +endobj +719 0 obj +<> +endobj +720 0 obj +<> +endobj +721 0 obj +(II-C conference, journal, technote, peerreview, peerreviewca) +endobj +722 0 obj +<> +endobj +723 0 obj +(II-B draft, draftcls, draftclsnofoot, final) +endobj +724 0 obj +<> +endobj +725 0 obj +(II-C1 Conference Mode Details) +endobj +726 0 obj +<> +endobj +727 0 obj +(II-D1 Compsoc Conference Mode) +endobj +728 0 obj +<> +endobj +729 0 obj +(II-A 9pt, 10pt, 11pt, 12pt) +endobj +730 0 obj +<> +endobj +731 0 obj +<> +endobj +732 0 obj +(III-C CLASSINFOs) +endobj +733 0 obj +<> +endobj +734 0 obj +(III-B CLASSOPTIONs) +endobj +735 0 obj +<> +endobj +736 0 obj +(III-A CLASSINPUTs) +endobj +737 0 obj +<> +endobj +738 0 obj +<> +endobj +739 0 obj +(IV-E Special Paper Notices) +endobj +740 0 obj +<> +endobj +741 0 obj +<> +endobj +742 0 obj +(IV-D Publication ID Marks) +endobj +743 0 obj +<> +endobj +744 0 obj +<> +endobj +745 0 obj +(IV-C Running Headings) +endobj +746 0 obj +<> +endobj +747 0 obj +<> +endobj +748 0 obj +<> +endobj +749 0 obj +(IV-B Author Names) +endobj +750 0 obj +<> +endobj +751 0 obj +<> +endobj +752 0 obj +(IV-B4 Names in Compsoc Conference Mode) +endobj +753 0 obj +<> +endobj +754 0 obj +<> +endobj +755 0 obj +(IV-B3 Names in Compsoc Journal Mode) +endobj +756 0 obj +<> +endobj +757 0 obj +(IV-B2 Names in Conference Mode) +endobj +758 0 obj +<> +endobj +759 0 obj +(IV-B1 Names in Journal/Technote Mode) +endobj +760 0 obj +<> +endobj +761 0 obj +(IV-A Paper Title) +endobj +762 0 obj +<> +endobj +763 0 obj +(VI-A Initial Drop Cap Letter) +endobj +764 0 obj +<> +endobj +765 0 obj +(IX-A Cases Structures) +endobj +766 0 obj +<> +endobj +767 0 obj +<> +endobj +768 0 obj +<> +endobj +769 0 obj +(X-D Double Column Floats) +endobj +770 0 obj +<> +endobj +771 0 obj +<> +endobj +772 0 obj +<> +endobj +773 0 obj +(X-C Tables) +endobj +774 0 obj +<> +endobj +775 0 obj +(X-B Algorithms) +endobj +776 0 obj +<> +endobj +777 0 obj +(X-C1 Footnotes Within Tables) +endobj +778 0 obj +<> +endobj +779 0 obj +(X-D1 Double Column Equations) +endobj +780 0 obj +<> +endobj +781 0 obj +<> +endobj +782 0 obj +(X-A Figures) +endobj +783 0 obj +<> +endobj +784 0 obj +(X-A1 Subfigures) +endobj +785 0 obj +<> +endobj +786 0 obj +<> +endobj +787 0 obj +(XI-C Description) +endobj +788 0 obj +<> +endobj +789 0 obj +(XI-B Enumerate) +endobj +790 0 obj +<> +endobj +791 0 obj +(XI-A Itemize) +endobj +792 0 obj +<> +endobj +793 0 obj +(XII-A Proofs) +endobj +794 0 obj +<> +endobj +795 0 obj +<> +endobj +796 0 obj +(XIII-D Biographies) +endobj +797 0 obj +<> +endobj +798 0 obj +<> +endobj +799 0 obj +(XIII-C Bibliographies) +endobj +800 0 obj +<> +endobj +801 0 obj +(XIII-B Acknowledgements) +endobj +802 0 obj +<> +endobj +803 0 obj +(XIII-A Appendices) +endobj +804 0 obj +<> +endobj +805 0 obj +<> +endobj +806 0 obj +(C-C The IEEEtrantools Package) +endobj +807 0 obj +<> +endobj +808 0 obj +(C-B The url.sty Package) +endobj +809 0 obj +<> +endobj +810 0 obj +(C-A The acronym.sty Package) +endobj +811 0 obj +<> +endobj +812 0 obj +<> +endobj +813 0 obj +<> +endobj +814 0 obj +<> +endobj +815 0 obj +(F-N More Practical Examples of Use) +endobj +816 0 obj +<> +endobj +817 0 obj +<> +endobj +818 0 obj +(F-M Useful Low Level TeX Commands) +endobj +819 0 obj +<> +endobj +820 0 obj +<> +endobj +821 0 obj +(F-L Row Commands) +endobj +822 0 obj +<> +endobj +823 0 obj +<> +endobj +824 0 obj +(F-K Predefined Column Types for Rules) +endobj +825 0 obj +<> +endobj +826 0 obj +<> +endobj +827 0 obj +(F-J Overriding Column Types) +endobj +828 0 obj +<> +endobj +829 0 obj +<> +endobj +830 0 obj +(F-I The IEEEeqnarray Strut System) +endobj +831 0 obj +<> +endobj +832 0 obj +<> +endobj +833 0 obj +(F-H Line Spacing in LaTeX) +endobj +834 0 obj +<> +endobj +835 0 obj +<> +endobj +836 0 obj +(F-G IEEEeqnarraybox) +endobj +837 0 obj +<> +endobj +838 0 obj +<> +endobj +839 0 obj +(F-F Extra Vertical Spacing and Page Breaks) +endobj +840 0 obj +<> +endobj +841 0 obj +<> +endobj +842 0 obj +(F-E Equation Numbering) +endobj +843 0 obj +<> +endobj +844 0 obj +<> +endobj +845 0 obj +(F-D A Simple Example of Use) +endobj +846 0 obj +<> +endobj +847 0 obj +<> +endobj +848 0 obj +(F-C Defining Glue Types) +endobj +849 0 obj +<> +endobj +850 0 obj +(F-B Defining Column Types) +endobj +851 0 obj +<> +endobj +852 0 obj +<> +endobj +853 0 obj +(F-N3 Tables) +endobj +854 0 obj +<> +endobj +855 0 obj +(F-N2 Matrices) +endobj +856 0 obj +<> +endobj +857 0 obj +(F-N1 IEEEeqnarray Cases Structures) +endobj +858 0 obj +<> +endobj +859 0 obj +(F-A IEEEeqnarray) +endobj +860 0 obj +<> +endobj +861 0 obj +(Michael Shell) +endobj +862 0 obj +<> +endobj +863 0 obj +(I Introduction) +endobj +1 0 obj +<> +endobj +2 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +3 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +4 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +5 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +6 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +7 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +8 0 obj +<>stream +xÚ•<Ûrã6²ïù +¿­\5â ’ÉÓdv²;©9“TììÙSI(‰¶˜¡H…¤â8_úÞIÙr•‰KMݾAê.„?u¥Agñ]Û µ*½Û¾ïž¡ïŸ_(Y; õêëÇ/þþÒæÎYbһǧóÁw?­ôý/ßÞ™0>ÀØøíw?þðéÞÄ«·ï×&Wß}ÃÏÍãFA–*Cã&Ah­¹S²ÚÒoG¸¿â8ŒîÖ¸GÆ„YcGl3Eï¥Ã¤<´ÿ‡¿ãÝÇ·\üæÃÇ÷o¸üïû¾õcÀ5+­Ÿ¾“% +ßÞÛpõöÓýö‡{¯þ;t&ˆø‹÷ÃòÆ>Ϩäú P¾MHï² £)O6AÃÂÀ²Ñ¬ÞÁÆa¸Ú6õSÑÞ›dUÔÛâ^…«7n!³É€Ë•ÉfýÚœÚ:¯à™ ƒ(Ž#”Ù÷Åö^Å«}Ýô‚‚šEÑ2jìý½¤ÇË}]ØæãVˆ×© RÁr¨4° +é>àÃû÷ïû6¯ï×:U«æé^Ç+˜oÇõŸÃPcËï8nÁm‡üצ•b³+fÐp,Rs8æ À«‡+G«v·–ïY+këéjÁœb@³mÚ¶èŽM½£‡6 ߇°F´>PV ™×;.à20`[Ðç–ôx‘Þü +8Çü­ìÓÚXÅÃaÁaÂZè&‰/e%°Ç¶Ù¶…TCóJµ¯ÜÓ•‡²ÊÛ9jæ\0c`áöMW¸bÞs)? x +ÊjUÖÜv€M‚±qä8^}@ê–œý×YÈìË{ò# î½ŠÑ£Ä +Õýp¿¶Â>ñ•\‹V«wT~¤ÿèÿw3HmõgZ©9õË’Ã6ˆlšÌ—þ÷L,2ÙêÔ•õ3ÝÊ¿áê¡é`A" §îh kݾ9U;†< +—º¢*¶½ ´/¸{ßÆ7Ǿlj”A6[=î .;-(ÈØ”H€!ÊŽŸ‡ÓvÏ¥ªüŒ+ý=•€¡áý7>"ØÜk˜|³¶ÖÑTǵœ¸6U±Þ6ÕéPsÓ¶!fgB“WógäNšÈ)/e¿çvú*”}…«J#Ÿ€æZߪÔùH=Þ2@o:ÛžÙ»ˆr¡ç ço˪ìsbz­a*=4'‰™_X,-|mÀ ¸žÏ¡FâOxÝáÙÀ}±ãš›ls깗ߤnŽÔèfE×´˜öÔãžBAØ"1š8’ÕÆRþÔÓä È¨¡°ØdV|!Xb*‰€-à¶aØ øÃwˆ +Pë)˜G“˜ FEüÝækDQšÝÂ*P~¬#ã«)±“áë÷8y'aI„ÃgË$d¥YÌPÎn˜Ò|˜kqÐ _ûíT¶W@6²X} Nsk#ü:˜E¢wÖþ¬L„Çs9à{9äŸ &2L£O0i*oñv@¦‘¦‚ÄZ=§W$G”ÖQ‡ÉnWâÇr +Y†Z‘«¨À„C}$ª°ÐæüΠ8Ì&£,Èó,K'³¹úý± ’,Õœ(}ú-›Bæ¢ΧBŠÄDÃÛñ[„ÌÞó“?9YåxŽm*\Ò?61Ã` ù˜  ¨w?kœºS^U¯Ü÷ë©ë}<(k'‚,NÔÀÈW÷ˆ!ÜvQ3ŸÛؼ‘÷º²*ê1bkù\7m±óÉ –¥Q¬e‚P·öØGÊBÀ凢X¼¹É[×T`íz©¡t©@Fyð?¡È²Š(œž¼39¼^pèlô$,VÞ”LoÙkƒ%Y›€k~‰w>CP+aÜiˆ%ÞÍtrbͳ6 êñHWÉxâ!$ìyC2ŽÐPz㈂M‹P/‚µ9äÌd±viÞãUQ $ÝØqø¥žÛõ*ïd4yîšÚ{_'z¢Ðr]#1Äý]!Í ‰à‡-¥oCfXj™ T¨µ_ú:¨õÌ'}φ#•þß°ájýµ^¢'M,ÖÑuôÔ-ô(9Tœ,ÐÅâìŠ>/«N$4¢+Ez.‹ùD*KÒ£Ëá¡BA 1H™;;AŠÖBÝç¤õAeFÔÐñóÐãEH’]¹©¤ãS;øˆzq܈å°4ã;ÆÀ© – ¾¨Ä4Å7·× ÿ®þ‡IJÿà•ùÒ{ìè,Љq‡Ö»)½ +ª(•rfºŽ«¹;8áu³0°êÓaçmH⟽×u›×=7m÷yýLªRÌšžn5^HÝ{åÊh6bmSìsäkú<¯™½§Ë]¤“ #?Ù9 õŠ©nªçœÅ§›:s õF×q +ŒåܼIѱ’Ìq’ÕÙ6¢½™õ\Ö7°”‡=)ëm[äŸØ.ý½{s_”Ïûžaq_f=Kúžk¥÷tñjà ÷iLj´ +ëÃд—dæ@åCÍýǼíËí íÒˆ] +ø2m36Mß7†gæ;!øT ¼SÀ‘BW´ªä:û +1{=”z†¡¹ã¬4üô#÷ÐAÒ—˜ìêÞ;Y¢N&ÚĶ«9'^1aJê +6óÜ çpë£k›Ýž`ØûÐ +F© Q\þC¨Q ßƒþ +WF+/uº–~GÉ–·òFW!^÷¾˜p©¨‡èa©Q´É«O õ|[Ò•sö-êîÔJ›cײæ)?;™à“UY;QPÊ{¹ˆ ²EƒKL2ë +&ŸB]fòê“_Åé˜ü¥—Ég8ÿU€N^?£r€V%)P`…66™,ëo .¹`aWv Ž½ò®$>{¿Á»lâäHW|f°×MOþ+jE +÷ +·Í ”ÀC‰ž +ÍÝëáPôm¹å*œ¤åÚG+âɉä­ÍT„½‘–"'CK;¾åRA´Ea +(1khCz—њȄÛËm‘o*ïTw¥s5òÙÆÇHÿRõâÜA…LÈw']$wŽí +ióð2e†)è+:¾A™¨+”é nQæ5œež¡ôS槨ígVb˜TOÄQ—^Ž…Ae‰ÀŽb݈¨9á“Œ‰–I(Ý«Õ‰«9Cô9Ë7üÔ;çÊïeÛÔd…^‚ëft|œÀUÒ ±p8U@CÎõ• +Ê;y°ŽÂŠËâî¡æÚkÓé”Ä\Ö‚Ö>:»[ä +ØX¹d?¤1ûv4(Îú’óÆ­'P^ßÍb°ÆC˜IJþ5ÜÐ +Üôfgz†›ög?±.2³¶!G\®2óê23P7˜ù*NÇÌç(½Ì<Ãɺ¤éÔÃÞp=8‰Œ5%¦ôîoÜ,´ŽÅRž¢\{h†Þk–΀–älÛœQ;@A²¾€h/ïŒûQ«bv +uegÔ­¹†sØ™3”þ™â|dº%*¶%é_VsćÛù˜ãfr>qû Ô~¶±&ZÀHhÇcRªÔq–º ; +=‚ÛÄ ê"ÃN™Ã= +R‹‹;“vÎî6nyšº-vîv‘E|®#¤sr‡¤ž“-HÚ–\¬ç:¯*ÄJÝP §PW(ÂAÝ¢ˆk8Š8C駈)ÎÇý°H¡~”ëm>8§‰‡\³x¡.¯M§plo,ÍteeèÖÂ\A8¬ËŸY&Y‚ÍøԸÜå˜RÓÍÓV Ñ ©ÙßÍ®_ê2ª_úT­Ã@'6™è6½saKÏ\›ÎëÏ}´ +Ò,SCÞƒ )IƒïßþÐõ`<{# P4Ã}ÌMÙ<·ùqÿê4Á:‰ÿûAÅ”¥A/ƒ(aÝ÷ +{À–xSŒå$æÞ¾é2²rÚ”»Û±ˆÿrÀ|÷붑Åxhf WyQ&‚%^Œ6c£ÙsûòøWXg#EØàt¼² +¬½0Ìn­ÇìÚz8°Ûëqï°gx/¬Ç1iã¬ÃâÞDÎ×wfÊF`è‡K7€ð_Ùƒ™ñgÑ_ô‡(ꢼìY…¹©™âð{_Üm‘µÆŠK[ü×`õ€¥#–:i£^žX¨7ž´j…ZÚêóWâ¿«¨ªÁ(¾‰ÀÀ2$ó”MJÙ–´eaš5_–àœîXÂá_Üõ0ì<ÛýO×Ô¢Ô¨x"!‡âXqPwz™![É.¡é§1úî O$ø– “층Ãs#Àu™w@¥…<¼%U§`Wxg»É;7ð:Þ9Çëçâ‘w"-Ù&½öòNÄ£»wõ~âŇ)7Ã)ÿÛâ¿ÿðß{»¡z{üWJ)[UX*ð_Žÿ6ø¯zÛ¡cñn½»áÝ?x«Ý‡ÎU „"Käƒ×ߣᦉÌ`I8¥Ì8ÖQ+…æéKîʹÞa>‡G§cº¤Ô3ERÊ)… ú±jð»ÿ«¨è«‹¾ô_4‹Â Q6›'ž[§ƒm')¢xÓ +¡”Ï•½äÚ¼a “ +¶ÁW\˦=U’§½¶6€“qÁ˜µ$¹ê›‰!Ëqˆ!E}ÅXq¢˜aò¶È¿âŽªx¼*Ÿk—ßNÉõ$ÕTù¦¨€†Ù¡Öo½¹£kaœqöh˜É­ÏYö¨3Ã"u–JjÀ:ÅTÒ//]ZHì°W“4MJ}žä[ã0L5Ð&æZü  3³\ÖnOjjWÏ'.;,MDR¤ÖY Ð4±@¡ÝY Ô5µ°ó˜¯ýÙçä-Œõê§ôɧÿ¾h÷ùQš»S{lK’J¯.½œRí)«Áf¥ŒýSUQ®k!owé°Ö<]ŽgéêT—¿¤<±~³T<5éÄlβ!"Ê]"i9WŸâ·IÅ)”òU²RôJ(£I³Ù]êš­kÆÆ{À°ÿâ=Ÿæ¶¸ÄO½Û—Lè´ðþ …s•V™.áô9¥@õCÏÏá‚”Ño‡Ïû +i’ÀÓ~Ø6=%Ï…rèsYÿí>ŽñÜŒÅÏ“e¾KÍ*»"5Ùâð×âöóD&ƒ +¢Z7Âñíç(ˆ´Å8h #e'·Ÿ£ €_'íÿáÙVtç¿ð§ìnc÷66Wûbºç)ék…^öL§gw>€t½¢#Ä,†Àdb4½|w‘AªÄñ߬ŠX‘}ˆž£ÓÍÍü>rÍàg׈#0,Ýš¸ÒFAƒ¼×ŽÇ¦í…Ù6 +_¡Q«¸…?‰ÛðÐIƒ¸t‰Ñt"˜d'Zt¨ý)ó°ãTYË¡»W€ómä‚¢°¹Ký?B«ðpð|„ÁkW‘ºõ +è—rét–ò:v\TF1C—ÒÍ ù¡ä˜ %ßY£&V@! ˆ8tÀy.´eLà3ý‘nÜ·¢ÂÖx3‘ó„¸×±#–‡«VÔ!Wf'7óÌŒ`¨A¼£fÝOt³ÂàíŽÓæPº|¶„NÛ²å.©’Ž†[qÎtù« ã¶¾¡ï(R„^ÊΛEG÷Á_ €ÐTbL²¦çTvܱ/pH,a’ÜØåUã ?Ö%GÜ ñÓöÆ\–¥D|‡JËÀÐåd…C6P*IÀÆFŠrù²|0.;’ÆÓÀGM ÌTäl’¼bn™â„Ù]!˘ÉÊ9ÉC/[(H»f{BIŒ .7Ö®äÒZÞeÐ.XgùZibr,m{ûðÞ,ˆìùÍß©&ø)É9á{Ý<‡ÈÝ}€‚“?PóØ!Ÿ­Ó'Ü7\†Àî!‚³ØÂÙ‘¸‘”@6@™sè°­ÎÛVÍ–{øö1Ç9&ñh‡ÓŸ‘‹šúÙ½-w*<Ë1¹aA?0| +åk²q$ºï€}‡ +'ßpÃ7¸$À³ìÅQ¶yGš6"¿m€÷.®~nS‚![Ø&ZùDôDÞçêèN6±´MÜÍo±$. +nÄPz:g¢W¯¾ýšåOÝM‚(6•˜ô'ÒÝcº»÷wÒ+NúŤBóutOOÀéz(ŽMׯá°áAÁAOäF +èè —ãîIJ¨ñÉn¶sÉR¹ÀbÈ©…|K(bùj Ky«è`IW߷ͦ*вŽ4Þh¡Œ+-÷°°yå._´ÜȘ à®ƒ eßc#^dòCÚ.gøÛÛþÌ•¸X»”ÞE½+ÿ8 *Ú(ˆu¨è^¹M/d© +Pë)˜Çæ>¿÷ë3¬ þüM| «ƒº‰5‰ëÖa•ø.â$Íù‚hu`¼‚?Uø€¹òδ>LŠ\Žì›ž_ É²¥Æ׿4Sø™Æ6¥Ž¢Ìi|©Kø넇‡kùXÁ ™mS ¿ï ögLdˆÎü•n¨aãÌ&.‡ò°O—ùƒjÃݱ©ˆ½trCdÞ?Ý‹ð¶É¾ìëb›³#ŦãOzœ)i‰ÎzΨ1‘\Ù"e š({ÃU‰ïâåþ‰„w±Xh>»!cÌ…4îrèŸÆkÏüí©3œÏå¯ÿ”(;»ÿü?„&N]h7N#qúˆ+ø,N—‘y".úÌø›á좈qÚ0»Hš†4ÛPOîáxt(t?÷ƒ¯±\ ÓÎN;ð;ÞGÓQˆG9­‹âAi^!¹B+¿&ÄÇÃ#¹ªÕ¸Vg Á× +ÝŽê(7„Û¾„]tG¨€êD‚èú¢VRõp} ÛvmŽn/lœüp’/ó”TkýYr1lfˆ×@Âiïÿ@Tç +endstream +endobj +9 0 obj +<>stream +xÚíveP\]¶6„à‚mÜÝ=¸»C 4Mt7Ð$hàwÜ݃Cp‡à$HÁI°KòÞ™¹5w~Ý™__}§êT½ÖÚÏzÖzÖÞuiµõ8e¬aV`EÁÉËÅ#0Ð5Ò::­!0uN]˜ð`Äbd”sTˆ‹ŒÀÖy0ÀÇàÅbÈÁàž.[;€åƒ•ã–ß!+Ï¿yvºBl¡¦‡w°# î†" þÏõÀ` °8‚rZÚ&*šJ%M€ +v:´Ý¬! €:†º‚Y60€ã_ µ†ü.Í•ëKƸÂÁ ÈÃ6° ÿíâÀÁ.NWׇoÄ`ë„"z€€ P£›õovØBpØC„ÓƒïLæŠp¹@àÀCVmyÅ¿x"쀈߹]!nÌæ!Òrû]Òß̃„@]°âw.+0Àâ +wz>ä~ƒ»@þÐps…@mÿÁ€à¶ºX;‚]]`°wçuþGõ@8ÜÑóÏnØŸ¨¿s€ \ÁŽ6\X¼|9Aˆ‡Ü¶(÷ïQQÚÀ¼<Ù­Ýàó¹ƒ]þ4ˆå÷Ì°>ZàŽžk° +·& ñÀòS™ë?'ò@âÿˆÀÿyÿ=qÿY£ÿqˆÿÝóüÏЊnŽŽš@'ðŸM€¿Ý1uÀïKú¿¢NGÏÿÏ‘Fà¿HþKð¡2PÛ9x¸xþ2B\!`kmd°:>ôéÝj +vq„@Ázþi%€“—‡çŸ|úvôwãÿr¡ÖÿÌýA¢?̹MÕÕU +õØÿ÷ú'NûA{„¾'üÚ—¢³þûâ7Š¬,ÌàÍÉ+$àäá8r|¼Q~Ÿ‘ñï?Ö@„ Ä`öP6ïŸâÿûýÇÊüŸ`  ˜õïiÑC¡ÖöwÃo7ÈÍÅåA×?gþ¡è¿­ÿŒ:ìa-ÎÁ@âAö)驈*ÒìþQy³ž.^”þ`xQ­~Až¬Ó/åíºh©åMe0WݘØ]³çì>üv[•mg°‹Ä‘¹3 |˜KéCÏÚ÷ä3S«0ûN ·EnêQ¤÷ÑŒúÚcS!ÃQ]‹Â4ª±V~Œ£KVz÷<"† 8ž/(¹&†¸ ‰°*ÿ€)~÷ò‚¹wh ¿¯óµ{›‚=+“QÜý1.S„¿s…´©A‰BY£aÓf§™°•¯âÒ­ª‚<8½þr~Ào $éÐ~Hm80=àŽw‹Ó¤µºSÜqô…D\ÒJÈQèð» ÃO ÑM$Ÿ©)ý º7‰öòX#»º°4¤rPF6=YÏ’âõ×ÛÓÝ+.Ü9pøsäÖû£‘¢¡™ïõ‰ (9¾BÐÄ«ôk9.»y0\„©ÓÓ@ƒð…¾€?Ò£ª;'º%}j¥Y©×äÀôw´¦ëŒWÄ@yŠ›´%yKÁ¦ƒ IH Â~b´äq&Íö"êš´ò+Ò:ý5ýE½óçÁšq8†%u¹ŸÃ"‡ìð÷„ŸÎZò[c¼×•ô9Ö%l~Oçv„£Yô²‘0ùÄÐ +v"Š UŸGqУ¹Ð/ÙCõ¿“°]_ýZ+2þ±Ž2/üÆËHaÕ|ñ¬<Á2z4“Iæ1DAÓ“– RšÍ;Jf÷ ø·-êc¢+ eß–fêªp?ÅÁú8¸>èújÉ‘öxU6ƒ¸$>åU(,Èò¥mp}ù~2ÅIæ‘P\¥žÅÑ.ròËk]"Z–ü»Á궨Q“  ¾÷3Dh9rõb;=L~˜·/;4ö“ôwãc2δþ•šy3å€:ž~ŸFHÂâ½,ÿ§[C¤V¶$@Ú›ÛÇÝ’ªÌ«‹>Œñ·ï/”ž|óbI-KizëY˜¯ÌdÌ—ª.^î¿1I÷n5NîQ£¿¼˜{N%óîÊÊ‚ßø†Ïº,¹’«û<}F(D–ØXà>Øä-AedyŠìUîVëT¿r{ÌYöæwC¹o¡D¡n„¤AiŸü´ÐõÙ[»²S®hšÉ)ÃúßuŠŒÉŠVSRâ¦9„(ém>îjÁ”zš ||‡´öˆÃŠ&d§ss]éÖ/<¬6”#ô2€:«íÃ8ƒKùÛ¯½´;c¥Iú¦(MGü…!ò‚Û‘ì/ÊÉÓå]c?®çw@stÊØK˜ªå?ƒ—óM·±´pBÒ½¾°ÛeÌâlÎkS·M‰Ðð|DÍZÉãÌ&FùD6B‚gÒµgyK°BÕ‹]øN+»1‘²n¶äW®`·¹õ§ p¾òÁŽCCZ +C•Ájo^‘xtUÕõ,v™®Bvº“CuŽ©Øé%,¢êÆðÏGÚø¦ý'â&µA5;qUiTÞ]×?´R¨¨y‡Ÿ«fp‹ãÁ¾û»þ( ô´‹y2>Ï6RCÿ&‚5¹Mtï$Hƒ´u…‹èmÉã],’ÍúçúEñU Š~Ä–WèpŠÕ2[?“hãÍ_½ÅnÖí·½q/Êp’¤6!¯azîë˜:Þpº60Q_­Jh˜^•f4a¾Í”wÔ9³jûðf¾¾@±S×ÞxI1pè„QåÎn' ÇE)‰›ASMªHÖ¿‘€JDBVï *|+}°‘ø½ŒŽYaŸõHÔÎgNtq40F——<¡ Ð +±¨‚Î|‹&Øç¥ån‚|±Âû|ל>^ÁítobŠMî.b²Æ†­ÞÞ¡Ûì©7b]”À©‚E)H”*¼SÃëȼ[€Œ<úQô§TÓ,µ´ˆ¨£ëàj¹Ez áaÏyŒžmØ®W›Pa©0¾ tùèIõm5 U²=- °×^ýY°lU|,>ê çœÞÛu +3î|=¼: Ô¥0Kž´{ |RwƒyÞ¤¬Ë·Áf" HOj{”“¡íCbLʆøØ°;Ò1¯•¨©$3íu*©Ó^S³L+Úµ“ÆuiHuZ©ŽeVZþ…SQ‰çóÂge]r´†µWÑpä—"Z{Ò|Apå"R)`¾%êÆ;†ª‰µ6vñwr[»×P½~Ö#K°¶??G>éÀÀñž>$A2潂ñIʺ/Ärué®(¿-žH&[FzÓ5{âT×؇ á…ó—çX,x„m¾ýT­@|n–WΗ,·+»­î¡*åWÄ,d¹Œ%6{ª•‡Òl:hã3ßwK»ò¤–¬ j·eRÈù>¹©— 2>2yfVÃ7<.Èøw0„8@ÙÝ(Ü"ÎÖ½×%¶*Úg“8ašx_^¼âäçÜȇ3¼è˜øUÅ5îc¯ãË^ì:b7éä¬tEKi¢« mûòŠÒ¦CàóZÚéb«îIì#¿¯Ž£ü/–ËKÒeËf“ÞîÙ¦ÔÂ=)Ìôwö#fk‹!Å+þ× nm“}¹–‚Ť²´«Rt]¥ÆTøGcù@‹uâ:8©ç£§ºÆœäðh†ïIÂO¡ÉÕY—Wdöv\ŠR8Íõøã²4œRkthó7çô +‚Í—8?—Y•¬ô¼‚V¹[ï ¦[ª¼T»D'¯û|&ÊVЫLȱéBu%ÌoË“ÍïMoR•¼ù:·Öy6 +õ(Fí§ œi9©rLÄ“¤FïK „"§S"EŸpnõ¤6²a¦6¦ÝSHKás–~MõÇž\ÆdÝW&?Å6æ•}ÐÊyòvrs—Cª÷Q[²îN_m§{=•3ÌIU +þ‰E‘ +‚HämøG”©º nˆJšö˜´Lãûwv_©Oo°Êé±5&õÅè ”nQ>ò45‚çÙwŽ¥7œ’NÆù-{†SÆêÞµÌêÞâ| œÏåÇ6 »Ø°ÙN^Á®ß÷3y±šF½UÙ©Fb‰Ûk=žˆÓÒVmbn}͹þé«å½BXú=<2e昔,zËžKv½‰|FZºjtG%0LÄc³¾G¾¨õÉI˜OÑ_íý )å ÃC6ÒÃ'vjïk¨H˜Á4KØݘ¥aN;«¥ýÂm¡ºu‘XK8]ø¢’TèsDNÜÆn<“tDùÃõ=`„­n‹Ä¢j{o!†÷zÓ1ºw½"ýv$ªi‰Æž·Ù´¢£]2š¾â%X@&*ÎÛ‰¸‹UÑXgÕöhw^a.PËúŠŸh¾±¤,~ +"uM³¶{²²Êi®òêC1‘qº¥áý•*Ê”zójìeœW¹…ì2·RY‰ ±Àc¡hç,1É‘¿¾¨JôfLgìK²4Ð…G‹%yxœJ +¿ P´ÿ¥o5åN–íSö›+‡Ëæ€tE(ŸŒÒS^W¸ãp¥gfmüL¯ÖÁ_"¿™UF‚õ{½4ÒøØ•SÝáäù#©¯skËŸŠte:ÐÌW>Ž`Á…ò\Üù,ç>æï&©AG'É…PÙ>Ýe…¼ÝÖ@-.‚¾¬UD¨W=k‡Y(c¦` †Rã^ÁÆìÇ»ÅÏþªA´‚G§ÅÒc©d‡ÑQjíGBmÛž +ŒGÛòN\¶å<‘òßäEÄ/ù‚Þ¼fµ4÷sÔÓÑ÷п8šUÚ“À=Œù¦ )ÉDò9è–_+輿äi†”쇼6)–·ÈØš 5•^@¾Jžm ­üü¤µK冱ñ:àý³4£q’ø .Þ'ƒdŸ·Së[¼×ó}kç²ÕìƼÌàh!½„‘²¾Ñ¨©{æÓÅÕE(ç« `lâ(*¯Ç¸-mÞ¤‚úM/¥}µÛGö×cQXF¥â Š€óûÀ¤`åÉ>ëȇû¸Û˜?ËhÞ¬K)XCÂðѯĻŠµú¾D2zx5”ÝClõ£‘JÏfDðÔÚáµÃ3K2x>Ùá~5ðEkW¸Úã$tŽå#KÃdÙx.´ŠA6º¡Šw7µ'¸Ä}7dtߥ‰ec7-sÂügî•Â’x`W®òzœ(„ª¡bÌ>8»}ᇂA¹DÓ‰fé8EîÄÚGMã—ü_²K §Gž[å<¥Þ}fƒ´t¶|×›¡6ëRTîòŒkËê W¥]_8G—ø"Û{Èܶ›£v¸êŽIé'çd­0E¦¿ÊdOp1XÄ£-¾àS»â‹A[o]×iqÈõëÃDtH¥—„œÏüHÊ`0ÈÍÍ7¿–=|òÄê -· +iÉŠ!ÏXå3cOÎßØ.ú•—êtç9òº'µNÙS½Ëîv6j|ÎlÜÈŽF¶>ZÓ°d-[OsÊEŸb›´§·Î£f›L\Ôó?‘tå‹ÚUä¿¡g6p»H#¾á]†~0}wÆo=¼±'œVe¬8ÖÔš=*K«fŒíêfH³ä^ƒßò;yôL«…°‹>i>/¯‡RbºlD„*“x~£×ØLo)VM¾žÐ2”ÂÛ’ºûôøuÞ +ÀÈ–Ú"p˜ ùäWúy´(šüúïA‹T|¸Å>ÞUJ鄵=2_ÇHl(RuSlQ¼§ëCúÛ•O¸"qN¡\‘aéÔžG¾ø€¯H¯³£Û© +?½È¸ß6qENýþ.Ë€Ñ秄Èwø. Á!nž@»YÃ@ø5²˜…aómìÙ{Lüê×4¤3­Œ¬ƒ”Cfý6‘GK_.?'àc¸kì +³@[õŽ+Åç‰/1'Ô_D4‡ÏÔæáRÌ +í©Â¯§ÚÂ@Â\QyÖ+ˆžðÜÑ¡Ó8/æOŸB{Àï&²Í½ØCiÌ^ž66.ª\æHy~âèGaÿ†ÈÞwýE)Ùbµp†²Ò&¾†ïeD^tžtˆ| äPž,ÍŠ}tÛ/äWZÖ\Nj™¤º$„P¦–jæ”8Ѳ’k“ýZ}|î6êõ„¦^ß&;£XjªäyÞ¼–Íþ'ž—>ˆ”DQ'q3bT=¸™Í,8®Õ’i°{ë+_uÎtàAô7Ö@~ Ì3¦ÖÑtðû}IùË‚•7^ +n¯ GLÚ{û—IQtž½iÊý<ÔtŽwTR|¢Ã«=ùúÅ»òöoñ4 AÏ#p·†„Ôaó!” ³ +%©ãÑ]‘g¯ŸÇüŠ_é3°“È7eEŸžmÅæ1û€%Í‹gª¿«h¬l<ÿmXÒj<ÄÅËÿ7•âÖòñ›†¡PYC¾~¢ ÇS‰éŸË§z˼Šk^ߣöY¦‰F»Ù}æ!%_òä"G“«ê3'Éûhïÿmô‰D>äùWRw àêÆTŽCðpyiÝ* «xü€…>pÕ*Æß"ÂÓTÖᶕ4¨CR‘÷r£øýõ±zZñlþT!ô()ãm¡[oËÞpè1®,“`Y­Ýë;«çƒl•À{ñh.¸bè7äjÞãG†˜—ÉK!¢ÀñãªÚv|ódý{6Ôf¨vDAêÓ\û©SO¥§õíÐo>ÁmT#ÏÍÍW{3X¾,$ë–ÝOS<‘5Ë6)_Ýa¼X3žl¾¬¥+#7‰ÿbr®ÓÖ×ä«%¶L¾µ‚^³YOwpâf”hXg£î‚!ï´=ƒ]ˆ¾b¥þh³ñ9οª¼qþžœÞþ)×rˆƶÒg²¡§j¡P‰·Ë;ŸÖÕÙ¡‹Z•±mPL:_ÈÇâ^Ë†Ï +O» ^JÌ· )Äåú6«·iüÉÜ„Q² ÉÕËò#M,Ðá^”z5sèÈhp~]Â#šQ©^ŸÖ+ A½e=KV›3197ýmõŒZ;Š4”ý¥&1H~.:ÚʘªŠ¾6eÇ +;Æ;Œo8çH"l\‘KÈ^…ÑÒ9Ìq@0›±+ë'(3PoZP˜’_ÜÒ@¡/4uOü§ÈÇ*`šjøîoÚ\Žjp+ÃYî‰>ßÞ¦W®Ð›¼àqë ]`Ò´eÔg:ŒŒ¨îÚ€I”ÒTå‰xŽ%“53¥Å~¯ï0"@c¥/\,œ_¸ýÄÎ}@crÔè´@ÐÙO[_ž@KÊGÌ}¢Ç¥ñB^,ªp²é6¼á›Â£K¡KûƒrA’.úÏÑB¹ ·QÙ2­ë±•Ã}D|Kègdm.yíy\éñ›u3&ŸwšÅ¸â§vËÏ}ˆX+lðÛü±ÎmuîR‡2à‰™\÷›¿xùËõ&åí[Øâ­m£kûpø›_®ÆsšF¾lÔ +k#cAõyl“\Øú€>!Ì”½=œ—#®äǤÒAÀÕ£ÛëÜÃñ{´Ý–(©шIÀKS†,¬±ñXs,‚ß•W›Ny5zaÌ{츊ìæ0IÉ?âF +` +eCá74²hšžµÊ·‘\·SqùÐ:ÏÆNœfù²¦Šî¢º®œ’Kÿ ×Ø{ÜH?*ÀÛ§¢^yÂ#›ãyô¿Ú‚ÊÈÊ“¦§Ñ¥¹ÛXœLš&ýdM‰ëf“ +(ÅÛ,]b¦µ/Tq¦\#'‚*9‹Ú )0Ή²·¾PȾLûàöRЉ‡« éI¯ åâG6q¯Ð'Ñ-ļ«YðPNskvšÐ€^•Z&d™*n½ië|ŠåÕ‡ÙÉjÛ¦,½„öEj#­WËãìZÁ˶¯øÉ”9åü¯V=å`ŸÝQ‚zðy5QÓÄ"Š8^^N{ã_XÛЃ5Tkr:7Y,† ãížeôX–ø +q¥êe™B@݈¾•%Üxƒ°/>è80,*iyFtÔ Õ@Ÿ[ÜI +¤þ2šp¡e;,I²xGµD3Þ.¯‰ÇÌH–æuñŸ»$í¡ámÌØ âƒñÖ%F]ø+ÎãLÆ¡bÁý¯ «_®Lš]ò¸pXt5Ö'Ð1¶+\Ü!8 Ë48Îuª»+à¦ÃÞ7)ù&¿ícÐkùÁ—HùJlá”Aiáx¦‚r«ù WãÇA›‡áØn¯5y £(±š9I©‰p¡T2®ÅôñvM£&óEųÃ(7—ûöç‹]»`±ôƒBw’è9~"Óõ=ß’VæDÏ5[ÅÔÊ43…ÞmÉuµƒ¼ çgë<³—¼ +~ŸDD íÕ¯æ«7ý%Æ»‡n‹Nëqd'LT\ë +y°m@O#†¿u›Äû+¨WZsË÷}¢bCçœQY¬8Ú{8–_îˆ×ιtÞ,¨Oƒà®bÜÊôþ­Íb úD»÷Èö¨_t’'tðÃdûw-Æβ¦x2ñþjY‡äÑa­¢Ä*Lf· ¼ÒÙ›^<“£0l\3ÏŠ ‘];ͽgçAu˜+P.Œo‚k±Î\IöJ¼í”Éìrn,"-£8åòwÓí}‹hlÃûÊ%¾jË… +¢æKª%¼؄âòÅÕ +ŽD¹$¸|A}zï)ÞsÜ3WøR¯,¿Rcñ¯nsè/}ä›åúm¯®}§¡0’]ú^ÃØEúkã;·–-!©¸Dâe·ªŽïLy[ RTGæâ×{ÀõÏ¥…$*%Ôj¹ô¾çžÄù¡ +mOe”>µ²È{p4È0Ó$fÌ;?#ŒÒÉ« +ãjgAoq¾ÏI9ˆò“Ô?ÈÅÃ>ü¢”¬ñÝHÜ.:0:§:šG„)`¼¾'ùLu“¤¦ÎlYP¢jqÆXX@¸N +³±ï1|ê`Â$¼†ú­ê.XË=R›´âOåúG 4ã”öaîí/2ú¿a,g~3„ËsŠß‹'xDÅ-µOWÌVޜĉø¥=gˆóŽ ƒÈ²©éí·¬ÃéôÏ +ã²ð:&[BÝ]{¸¦‘è$2xñ¿¯£ìç}'”©˜³×?ÁhMÍFJ/ÆW=WW$H¶V6 ¤9\'™#Ÿo ~¸€´Xšgó~OVò´¹Û:ùH¨ô ¬>4×Sd›£g^ur9Ch„rÎný#ªÇwmÙ›Æt –8¯V‰â[qy³%ÌÞ”B\gÀ/ ¦* Q[^4Br©›qûdmôNèøúrBIÑþ#Ù®7V©ÍZkdøɇ"õÕuú»Š»•zŽàCæ¡YÛY|aî'/(ߪL¿þ•ÃÅ4:)¤aª_«`OÉ +‚GMïθû©J›)+â£RˆI*¯Û‚¦¼'KçB&)fKÎUÏò¿;aÅuE«y^ +Üí>Iu „ü!¾ÁšÆMãÇUÔsïˆwË==ŒùÓ•ÔiƒmϨ¾vVß[Œ£ý$W®ùqƒÉ +ë!S°²”öF©êI³—XZ~ÎIÖðëÖ’Lª¾^*àÉ6h$®O]ø46I*Ú®©Ÿ}ÔÎ!W§*˾Æðlî² ¬3ÿG MO»eã¥àxd‰æž5 |ÖTŃ›Hcñœäɯµ‘Þèã²F+q<;¡ƒ›%æ¥õ§Š÷æóU%ØiÞpƘT‰Ð“³yv]ñ ÍRN蜥WW¿çªNçPU»M\±µZÑZCQµ‰„lß]mh¥÷ÖÝxW•ó¥û“8 t$¿•î0‹^t}_QqŸ:ï’€Vþ€û;äOi†c·:Qã€ÑŽa‚ Vt5;äwB¾Si¦~­š5²â®M&fÙaSl­Ä[À“Ù¿ PÒîÄ­1âX +ˆ41ïC,æ*Þì«•^,~×r3Ãø`lºh&Üí±¦žïçý–-<%b.ãTå¨÷[v|ÀBc~PÎ;¸i·0æMT{…µ–Ö…ÚÁ3æPä#éê³eùëË[³ÕU5Ék·ºî +ï;Þ_ÝvÛµ¢éÏzèè€ÌcWY~É9œíÏ`›ÊÅïÛ…Æ d Z{ìõs7fÖ®^ºZ‰÷ؽ£ßL‚¸ë©h3Ož|9S´ßÍêcîÀ+!šÔbìyU“Ý6ýSùE¤ÎA7Q´q.,iÅdàÝkV$¡ + ˜Kh6Ç$«OËÕôÁC©[úõËÙùœ »ã;)äÍæê« sAƒ½z:üëss·ý–GYÚ}†<ö$c~Í[ªú×ÉßÙO½]FôcÙÃïê’lKCóë¯Æ>êˆ_]h±ÎϽä +ílÔLGÊÉ|)ШÖòäÒsç˜ÛûeoxÌcÑxæáfÛö¦$ÿ±ÈåÏ» špZB ŸÖûtS‚šégí'„Ì.ÍiÍ4•»]ç"Uȯ;#&¯¼8 £PXŒwH ÎN½N 0Ó¯uµ +7™ð°/‡±ÛÆ6ñµV{½§«RÔn‡ $„"öú7׳¶õÛ”—Î;Ï>ªö#P¤s††Q’FkÛXJp#v$"¸‰TïŽðµ'›s£»ž¾ÏøBýÉ “ö-½¹õÞ»BZ<Ÿ}–Ïšo`Û€ž¸øXUù.3(ìq0 +¡íMã©íÜä—G·Ûv ]WP™o}@î”à5Ãq—´½io±wË°|†Va„ŒDàÜàAÊ +Cðü›Öÿøäº `N@¬ÿô>WQ +endstream +endobj +10 0 obj +<> +endobj +11 0 obj +[604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 611 0 0 0 0 291 0 0 291 0 582 546 0 0 0 0 326] +endobj +12 0 obj +<>stream +xÚíWiÂ¥ÑÊož],`Í–‰ßlÉéö­Í‰›˜þÌU>¾¼ÛÓØAí7ç&_ç¯@8õï;ˆK™9ö¶ð¼à=ß.‘<ƒtœ% +>bè¢itÿS‡û—1ôh¤knMKä¥05SMêqÀ~-‰; ­n“¤Ã"ÞmW«›ÒSëÈ o­þ÷³umMé›#es‹J×ÑD&e«uÏ#–žk³¢è7øšls¡Òø½††+ï‘púœãQ„ßF$j/l–šïª™4üÝåyÈÖ»JØŽ3;š—Ná¥6øÚ¶ˆex fº›V.â-ï)?%12œOêÔ«}Qj÷dOÓ±œ¤6S~A>ÃéŒùFmÜ +_jWv|ùêéà8/_óÖjÅæ¬leáQcéåMVxÿÁÅ>ëö­õIßÄaîS¸±8è9~EjªáªÔÒa‚Îá*·õÙ)äõÍÙÒèB:ÀÆ>-ö¸ÝYK£¦E1ß +9\kOxú9iíÈôŽÀ•‹Z¯Òîî02{Ø&R% +6¤d* c¾$öy|阒/ãS}ú¦#g«Ö+_¦ð«ÁÂ%“LäÇä=n.emQÇ÷ß›ðÁrfܹºšÝ qµhnÓU-}ˆaï%ß3÷°ÿw­G+ìúz'Õe‘k¥Õ2JF}u +Z“È“ë®Ô֥휞—®®Ø0I }åûb‰]­™úíÖë´Rái¸`Ìe²Nq»ó)“½cþDÛ»“Û¤%»ìFt\$M·*$zMƒ³©¢“iân¥ý¾2^¢øóÓÝ­Á‡ñäÚð £Oߤ¾½*cBÓp5§{ gW‚žˆÞã¼oöû2 Ÿ#ÞcXeXWìMë2+0æ~‘Aåo]ÿòy‡›ŸDØ%(ºÕÚ8’ûåÅåi×JªÉ2¾ÎûÈç=¨Åýn’ê·BôÊû‹JB†—¡£-.^ŽÕªr…4zØÝ-WoÆÐV.8fµ'<ÖŸ¸ÜÞ!&[zû’qfK_úC¦eÄ‘c¾á„‡üÛâdÄNÇI»Œè墛”Ü=óDH½¥å‘½Ò¯7ï'+[j­ç¯##Ù17ì`ˆ#® Ÿ˜4 …È8Åûs»<¤ã&½\bhþ>ùG"í)û{ÓMû3†³‰­a½ h\´WTç°s¡¤ßFþÚ Ÿ“¦Ç¯ÆJ½´®»¯úø¨M±¬ùÃÑ‘7V j•ý¯+îÑ)¾Q'OL´Ö.¾µyitÑð8©÷ØöI£ùçu GŽ_T=ð¤úàÈÿ©Ža­Ó~¦3‰ÓÝ×EÛÍ‘Ðã–mg‡q[1:Ÿ0â¹®®ç¢úËòí‡ìÂê#†®yãäG^§'-¿ôh~gõ%Ábóþ1Ï≗øÍi5 —ÑÄ_sÃ-œfrV™RÃÿn$¼‚±R—ݸR¶áÆ’ÝÃoµòmN6Ÿ[±H:Yü±µb}ÕÉT±o&³\>—Tä¢Ögý{KýU@ezJ§u:”»hd@5²Žœï?7Úº.Ó‚XßÏIoKËÓ;ÎòÞžw/wö5í#*›F¯Š*ä&àR¯Qýv•j\ }°Lˆ·WL”ËIS5·º`èßýq'Ê2îyØŠoý®c`–Ûö*ß[Ö£sA%ÎøHhB´mj¾wﳪçèí'éôª( »Ò¥#œ—³}ãA¥B¿Zva­þš‡jáú¢…5e|7”‚î&)’|'žÂöx)Ÿ–„U†]ˆ>ö[MãaÛD±µièycÝš% +&çNËnì!~ÆúmpüܨÍu[…†Obs"/VH²ïtŒ{V} +>ú¢p[†zÖLÛ†‰,c÷ü¸¬3xÃæú +¡A;žo«Ý +'T¥e©gñ§Üןƒ_ß‹wLìÜ#FÒU +š³ÓÏPÖ-©ØHÇØF Ä:0÷‘ï¤Jx¥¦^ù—ËΉ”A­j¯T5-9¹ÜçBPÛbô9C +ïÿË öÿÿ'Ï`Ñ‚ñŒ XdòþÇWqaÿh÷È +endstream +endobj +13 0 obj +<> +endobj +14 0 obj +[722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 500 0 556 0 0 0 222 0 0 222 0 0 0 0 0 0 0 278 0 500] +endobj +15 0 obj +<> +endobj +16 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +17 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +18 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +19 0 obj +<>stream +xÚ;Û’Û6²ïùŠy;œ*‹!@$“''ë¬'åc»2ãÚ­JòÀ‘8#®%R‡¤ìx]þ÷Ó7ð"Acï–ª¨F³‰K³Ñ74ÕU?ueò¸°…½Ê¬‹s§ò«õþ»äêîýý;%4+O´šSýt÷Ý÷¿(^¹¸ÈÒüêîá¼³»ÍïÑí˯^ýp½Jm½|sÚèܸ»Vyô†áw·/ùR€›/^Üýöü5·^]ÿy÷+gâ"W)§´‹Îí•Š•ÓŽF{>NóÒ±µ LFw‡tWiœ¹ÁÖŠn¼i^¤W3ü?y"?¿z~{Ë$™•‚ѺŸ"ò»w#׬ƒÞS•=ÍÚ‘*ÄÛüªˆ šñŒ·°è"q¼Š—ñõÊ&IÔ]µû²)‡ªÙÔ몟ø0õ!ÐJÙ81õ€lº²¹^™TG›êáZ%QyÜ +=c†ÿUÔ¯W*Ú_«è¾êêæ‘ïΆãöî°-ï«¡^—»Ý'bÓjTÁ¬¦QÿHlRÅñ3`ªRÑsúO¢Ÿ¤] +ëHTÌè›æÚ$чkDí{œ_Ådö= uÛ¶eÜc50â7d ãšãž§{öÌYœ\­ˆ¹†™{#Ì]—Ô{ß> À>|±,0‹YǬ¶2g«Ý8gÄ~¬w;ÆÖͶ¾¯O\1°©ûîü$>0ÒÏ+ÄfžÂdžÃ!²XžèÇc‡oÊfET6Æåý®êcÆÞñìâÿ<Ú´M%é¨ä&ð´©:éc[4‹dùš0\Õ}¸V6" )dI¦0°üª+™ˆo=_S{’ … +ndý¡R³ùÚ…ÞAšÅ:ÉœÊÒ}¦IœðÞ§.…‘¡N +îÎÜwó\‰KÄt­m\hc–ËöoV;æ#ý7ì”jƒ-¢¶cô¿Úc×”»þ7ûãzËP‰Ï›nPA)-®Ú¬Àxº(ºD¿Š4¢ó‹ûízå4¨Ä•SÑk‚o=F«èg‚ïèzC×7 JZ!ö¨²,_ +Ö"yâ˜-f3™ÀÛÐ$°4K…zÒ9Zèï] õª‹ØêÂ?ô"Ü­Í­§xE+á§u*äˆÖãôs3£¹ + +msXP>Ê h®»·/P;Á;³©?A]õǺ«¸1ßoÐÄýÆ U9˜ +—-E†w!*©BXÁŽ_WR‰¹ßì@Ô?ã۬|ôO¢f ¶UÝ êÕKÔÃxŸJfu²o©Ð[L¢²i×Ç}Õ 1ãoILñ†_%ãiÆHÇ7פv/Ý”ëm]á„X%lø.nÕå,XÈxtë¢mµ; dyb€ùµÜÓšüßõÏ`®*ìð‘j#*°f0Ø£ÿÞî6 üQ‡?þÏ5 ¤à¬"mË!î‡OA5V®ß“Ùø]%þpjëAMY6ßd±q 3SîM ñjNÍÕ$ÐÞâd^_ûJ¦ô{¶­{_uýŸŸa;XÅ—㊲8ÏQB/¯Û–£Ez"”Š@¼³-{Z¸×1xlŽý±Ü1%¨±}9 dÜð¦l”€>ÄH Ô¨¼–¡qÓ`ƒç*vÓ•ÃzWö}Ó>´­ŠÞ,¦Z·»ã¾‘æÌž-ößÇ +-lš#†ÇJQ5ƒ‘ÿð$cðàW÷]U¾—§pÿ-•3±*ÜÜR5ÕGêã¢Y±“NQÜû¿ŽýÀcºl™,[jŠ^¶hdÚf´;|±}µ +²%yî²aŽ”çóè¾¾ßÕícW¶×¸—œE{‡=óvGšu»»¿ ¾\Þíà +ÐnÏ2ØX¨Ô6Œ\·à'â”È1$Ô‡ºdBœBˆ¥63ptf,ú¨Æ ¾#TÚ)jú +ZŠ¶Íà%¥ l\îðr3â0šˆÖxÁ¡#Ô*Ñ zÙ¶öû‚>ŸhÂŒ–n¶>Ö((·òN´…¢ÈÁÚ+ãŠ8+²"ŒT«9ÙuÍ,îYwä~ÞܬžŸ\Ø6÷•‘=ÕWG>ë΋sп^)ãb§  ?›C_QI‹¯»½†cSýçñ‹.àqPH$`Ø*whF†ÙïWcâðô̺ˆk» +£zP¯ãh2Çã˜{±P»zŒKl6êT¦Þ0½gÄà|s8Â~[“ Œî7Þ¼ÛJà6ÐüI1öJ6î/Áž»Ü,°¢Nñ™ÌFè.0D{ú°…=)š.ó†2s*+ï7&<Õ¶ïå±}Kª Ã®*û²ž…ö~Õªu-œ‡É¿E``Æb#‹¼Ê¦²š˜›´r¤™ Ýð¾4Â%F‡è5 +QP(@¹m + +o`‡Q¨Ú…¦*¡CÙWƒs‚Ys0DÏñÁ)»ûm{Ü]bH\’Ò(Ø&ÁªP#¶Aæ 57b†mÛWŒú¸\Ù æØ“"§Ô¸ÄtTûká||_?6(u¦€‰wŒÝ·"d¼–÷À‘ø9aôÌôÊ-¯,0¸ì˜÷´Ó¯t +Þ7ìÕ•6±s©DÀ¯Ì¯¸Ë)óðßA%À ½})A(Â0qR¸B¦Ž_Ñõ9]ogWö5]ßÒõ]﮵‰Ð‘ótofÏÞÍú|#=‡¢0jѦ>y>‹6þZÐJAìj³T-eëÛWö‹Ÿ/'åqêR=]ãŒî$èòq‘¢ØéB,3MâÄisA§¹FñG§›4oš£˜wUÅ·@Û•mW“zbR"í!DÞÇ Ö¨ç‚úäž 6v{¤¬áA¡ü“ž†ÿ8”¤‘Üð±ª<áV(Èçd7ÌNЬ*…0°`uSP‘ŒÓY¤Ñd¡µºÒÖÄ`9U8)(D«9•D³´æY_l}Uv:(æóô˜Br! HE®²å˜”½yýöÝey +VchÏëæp)2`]‹ÚÿC½©„žñ¤SÊOBÞòÿúد‚ÁD»¯ÿMöÒÇ + NY%Ä·ûÍ$°÷(ò$(íºz#aŒ‰úv_Ïɾ"úŠ¢¡~rK¹3>3ÔûjÊpûI%bæ0¾å¦Ú õãEÙQ$î+²3£zBv<Õ×dç©1GÙ92,;ó1IvÞ¼½»yó#’6ó¶¦x@’#ÚãÀ‚„ +$º?ílrZ +òÆÃR#.ºD3‡zWú@)‹îKÒxÏÇN0ð!|ü3½2zžu>Œ@yÄm‰)`3~Å÷¬vH^v"T›‹¯ZåÀZ4O¾ê9ÕåW=R}åU?9¦ÕçC_õbLQ¿¼A…àÆmœá¸ñEcƒ_4ÝŸ^4ßrÔ»BqÑIA…’¦r0bjÍnq +÷6³¨ +î--ßÃŒäyNÌ6n`ÄîØL;¼â#€ºkΞ…‚" +Uk½<{x.ñÐ\³~ã¹õ$wÀµ¤œäâ™…²FººYê‡pZ³åccðéyÜ.ÿZôʸ<³¢üƒ"Q‘—¤È/ø–à[‚o~Mð[‚ß|GpMpCpCpEpGp?£ÙÌw÷„)g”‹Þ‚N2„Ú¦ÈO¸fŒçšwzµ/9-ŠA*¶½Ë5vrnþŒAãN'@¢©»¯´¡œÍBdµy¬‚ V ÀT.2;ÂÙdÆÙdÆÙdÆÙdÆÙD8ÛÒõH×aÆ»Ž®g“3Î&3Î&3Î&aήÆÙ/ÏژésÂa„Xe¸lÁa¼AnÁDàPïQŠh/³ +v™ÂDàœmtv¡‰it®ƒÌ’Ë +^_È.Ü¢cüÑÄ0Ì€é1æ»_†öHö^:F^«ˆSĨ0Ÿ¬”¨¥¦˜›¼ÆÞžâpq6÷Â|P:Îu¡–âCÒ½B¹!á +ÍȽCa‰îñÒŽk¸ÉLp&Î]q²÷÷Cõ׳z¬ƒKu:ÖÚÚ“¥&£$$þEpßà¹2<®ÖÞÄŒ{óÀÿëöØõÕ3é3°'Ö:Ml\Ö]A´iœ~òÈa¤]MÄ«âš3ESb+lj^î+þï+rÇ2Îè"†“Êtåd`ñ*TŸ¡œ3G…™ÍÌi!Çl‚±5 Mt\ÈaðØ=ÐXåf…ð6ʯføòD(;ÃîûZ&{)·oÕüĸÝlüpÛôT\zl.K &š‹Ñž= Žò=æpÀ¡=|{‡à¤X¬¡©Ë(ó’=¨Ù\‡î‰Ð‹wÊÃ>C3Ȉ?œÇ5¦±QE¶Ô|h\µÉ|ÊJ¨¸ÉYàåb¿’Üi¸K‡ãÆ¡f:ïïõŒÊå"¿.±œðxÃø«Äò‹f/± a¦‡(°‡' pD×Ïcýy"õ;ŠpðØc·>rÑó©X)ÿMUA$sãì°í¸Á¹ÏrØÑŸG¾=žÄõ #4iÄà)n˜jxw™XIÁ›+ýÊæÊes¥§›+½´¹Š“Í…ó˜²ÐX[2r +NþÃqǸqÁxçBñGšÄVŸœÿ8ÔÛm8]2v(ëGå/%Þ%'óq$ nŸ lþÔ~¤Ús2ñ}µI`ýéIfêVÜèæ¥8KSÐ8K¹±—s(³Ô8K! Ï2ź +¿É¥œàŒeyœäEzâ 2dŠv\šçJô¾m»©üa(¹”)ÍÐý£ç + ·QT%ó"®c»Ä¦¡Ì‰ÆÃÕíO{Îâè\ö¢Æ »’ý Vþ:ÆœãÏûÿâ6ªmIZ¯p9OÅa:˜$N8´gzËÆK踆óÙc`²](oirr3ÁÐà†;+Iƒ=B¯nÏÔ^FyfD²vBªM…¹Å¦b<+K@wÕn³5ì¯Õå¨hW  5;Œ‡]µ …›Úy1O™Ïêm@â­ñ‡›øž­7ë8&©¸¤-—z´|ÒÑ17½ÆË‘Ä&OÎ|Ë™VN£qýßSâGдñè ©Ûƒ?Òûž]\ß”xhfAP`?J¬YCñ±›Î·¨ + +ïÌN{•ó,Jàõq_1VÏ +)+i †â^¸ÑÚsƒàt5V£é-¦U"V)«S,M3= U*JæG½Q-*܃‡·ŒâM¾;VýÅ +¬yÚø\7 –yF„íÉ8mtÈv•L•õ›ÏXˈq:—õßœù9öEìÌ<ùäí/_Ù…ˆÙ©Íç¯y¤ôaàg‰WˆjkéúaÔI ã¦ÁÐ.ÏÖ-g«%f8Uæ,zÕ†´²!Ëk"r=_Óõq†‚&¢“ìiëqðQ_Šá]6ŸD?ÂÅ%œ1e'—Þ:‡UðÚðH»ž|ø¯ÔA +Êý!phûZÊ‹Ý̇iZ ÿÎëì Ö{U冶ŒÕä!p/7©˜‚^,6O8“ +hÑÖ…>ÅxÆ +<[Æ,jÈ{Þ–Í#ûÞ"°ØS˜ç%E7v­§õ˜ñÐ’B{“DIƺeÒ€<Åɪ‚ëž0%Á]éZ>'Œ9Ü'\H kbë²ü<«¸ÅüCE‰• +ÔUyÜrr"œpȬúš3˜á)ËÜkÔ>0þŸÏØO2‹bnŽjì<ª1gQKoY¬³Ä,ÏËꟵ?»ýÕok2ÑNÇ«ðn#Nl·ºñJ +ä燋î(ü8K2óîÃœü)÷a¤ó¼…(qhwUó8lÉÀÅõÕáËgšê%wáô©1Îÿòy5=ø´çðÊч}?£ –Zä0°¬²_‡% ‡8?O'õƒÙñ\NL™”Ü^„R&Èk~nRŠþÁ ¬›gS‰„#‡q1Q¸TÜe_S=RÂy¦\R•Äëõg¨—0ŸØqkL³M +ÑíÃIïŸñ_Ix‚€š“v o“nºl*ÿ±­H!ú:žPŠ4|jORàzv¸ g‡ Z®7„yMð[‚ß|Gðý¨¸4%¼ùpAã9ŒR£úÂk57P8¨8£«…ž1k‚·áÛl&¸ÒEŠf¥qGeJ~BÊÆZú…å"ðRÓMý¯íßÀ&œúÍcU˜¹ÇÔ춪·—4¥Qcª˜ŠŽµ?XÄA¹D³D¨¿+±äIìTzR§Ï±Á!oì +ž9‰1 ô…±G?¡¤?®+ÆT OÖòÏßÛ1çg†k¢ƒ~k Ÿ$ú¬uÑߘ‰rŠi-'ÚðÅÐÈg=}$QµÖGwXiˆyxÄ fÇÿ€Ó¾t~±¬¸“Fvy­/ó`vð3Í»žópóçÖ 0oÖü—?-’d£Mì"LjíuÛ ]»ë¥…oØ&f¬©´”äX í¥Áøt:O˜&WT:°½S“+Ž) ËÅGw„/ +Âv?€¥Fó#wžpü8(TÀ~8Œe¢0KÜÈþ¼Zìç+vññ&,þü´†>ɳT¢Ç7úv]WC]I'RŒ‹ú„§}Å¿qÅ¢âÛóŠÿ…Òô9,do7ÇõøÀº=Ô¼[ŠÀ‡²É`©Â*.[J ø;)„JÁ°§ÀU9†d4U„ pI“cþœÊ 2»ÙLÑS:N0£•¯ÜåXltMu/ +1‰™6 ?ÍOõ}ÍËSÇú½&¨“Á¬)K%æ´»8DæÒ€ sÒk +U¦¿ñH$¨jc­Ýü­ÖÁkü@L»ó:x™æTÁ‡Å )ø­¡Í•e§&Q¤DʹxtGœÅ ÙT‹Ãvaƒ~šôã·Ç^ò,8XÃq–«/ÅcE)íŽk_úÅ"‰÷û‹Î¨ÂOyð­|›3:'Êé¦75—I%ˆ¿bQgžèðéPAöU£K’™"á6™/> ì¡ÚõÒ³H‰:*üo‡z¨¿îsD‘¦ì>¦Æ㧩T¥Ë:D$á·w–ŸsÂÓHêÕåšLUÌo±@¾ +ë³>>Hh/ »¤ù”Q¨:ÅÞ!š¬>~bþtÄØ"v¼ò\Å©Îløs}O´šQŽ{Ï:ãïFV?š9>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Type/Page>> +endobj +21 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +22 0 obj +<>stream +H‰œWÛnãÈ}÷Wè-`wúÂnvçÍ;±³ lc­YL°ÚZ¤,Æ©%©™ìW$@~7U]M™¢eB ‹Õ·êªS7>y:ûavÆ'³úì¯×Bª‰a.Qv2[ž‰ ‡¿˜Ä–9íô$цY#`lsöKOÌÞŸ]Íp}7UÁ'Ô`êû»?ÝN•Ž.?L/”æÑÝ5½?ô÷ ãcæ,lÐ?ž+ÉᦖqÇ´éåëµGDç†ié’@³c²ÇÜ1#­„¹šI'š{ut®PŒ‹d¨“Ot­w.ˆ¼¾ùpõpNôÏÓ®þÑ— ÜÛ»Àñ~jxtyûg_þ45:ú' +HΓחvÌiú—59)Å$‘ n Év=:ªêéEìLÔ®r"²j±Ûäeû—©ÖQƒ¼$ÚVEÙÒpSü&VÛ¶¨Êæ| €Ò8͘¸/€”–) +<”`>Ÿ^½óO@‚HÀˆH?ôžwžïé™Þôø·žÞ5I‡RÒ" ¤=QaVºÁʵ¡E”åsÎe™gøÉ£4°SzmÒE]ÑH»J[bæ¨ê/Û´ÌÂäv?%'F J¯‹Eº&þ6­Û·ïO.™sF‘dÕV%qØ +ˆ&_ç‹ÖK_ù€ü}*u”®waÞ<ÊÙ;§Þ‚w„ ·Ç~Ëù”ù‚pìˆ¬Æ Æc!HÖmºÍqU–€ú, %Ñ«Õ`_%í±¤=–b%íQÔ=ï<ÿÞÓ3ÿ¼éño=½õÏtOÇ`=¤ëS€#•`êõ¥?ë5Ýô1Ü8¥¡eLy‰cÜjÀKˆÚ“NôÜr] u‰ÔRHÝ u‹Ô5RwHÖ;Pœ1iyxp‚ŠŒbVÅb°¾¼QI‡Õ˜Ûè3b¤ªŸÙìh ÙǾ~Ìé³¢Uwyùó¾Â„)ÅrÔct(Ķْ5- 0oñœ>åø¡¢_„ø•ØèhÈ)@zH€9q‹%½ïÿ~MÃs·»–˜óhYW›°k¶<ÒŠ¼n'db˜qÖ€„òt)Ž´"GjËOow´‘0ÅÀNl! YeGZiÓ<jíÓ|:ªâD2eåK­|Ý¿ó%úÆ‚Éwå^H»%-^RæÞ£@Ãc 2Ž¦„M† Ò[sâ¦ÊòѤ+è9`¯ïKŠ]œˆ…c6ùó¶ðŒ±QšŠ(ˆoz/²<ŒQ~b—OíjžŽ 8ŽÄBÿ\Œ#ƒÄÈ 12H +áqƒ[| š12ȨÄbêUx œ!¸©‰C¼v ÐǽObdRÑH¡GøH÷£xCš\à£ÜÏó£Ï8궧è\Ä"²@Qªl¼ÏV*í«†ãM¥rÁ\ MÒá¾óùc +‰ë´çâ$e¢ô‚CeaÛuDœ¡†•Ó Ö(—˜×ÔúHÈ÷K(äÏ‘Ô¾ì9©RLÆà#‡‡Z}ëåŒ]Y´_麣"ZÅœU!iŸ®($h`°¯cmg8$Ñpø>Ñp]׸á¾ÿ‡á„`"Ñj°®ÇFo4ʨ¾ XriClÙ•YWáx}ŸrEç˜àB +vêÝ°Í[ÐÞ)Þb‚)èp+öFtõÑ +ZTH2¤øë‚ÊV£Ét¾ª­s"ÓŽÊJ =›BAè‹IüôZCsæ]iy°ÒWñHìk‰Ñd¯ ôë8 iË÷Œ2¨3è¢êa6#5Q8¬VÎ 6íùÊ6…òôs‘µ')ÛsF¾ò˜çYC:ξ)ͨZ”f¬GkHnèsžVíI(‘ +N„,}¸ÍÞG½qÚó}ÏØPi¦¾zG2+ 3m|sâ¿{s¡Û“Î6* U@™¶ûŽÅ@Ÿ²Í´"J5:¹TmS×bÈ·|Yâg9{bçćŠ¡(-åfHð6Ÿuƒ½`Œ!Û^bîPà-–±Â4¸ç4_ÝÐh³ªvëŒØâHìUœE¨gúÖtD á ‘&Dr* t¿Å9z +!±” ý ”o¡VÁî(úyš¸% g¯ññºb:|8q¸ÙPkÉÃ*óM€ËLlןv4dW© ïGÏà)°ø9Y h^\ì›ÝŸ"‡ä’ ã’Ã¥XsÉè^Ž º5|™›I®T2YlN),¥†bGw%±o@e,ÀÏj7’>;Á»íƲj±×ké Üà·]ñ]Nj[´ë@BøM÷ `µy6ŠDH½~!³5ä}± + Œ¡Âk!Ú¥uF쓺$ªŒA*½D'ê;º$¡$K¬RÉŽvIB%` ´ 2pN— +vI"†l©ÅðÆŸèZ‹j³9µƒ*LY!Íç›ô9'{œ’Xb(7¼&#ÿ7_Vu0A»*šQ#Ê„qè hî.±â¾Ã÷2~žaPS>ÈMwí +ó,Ò›]Ó•å‹5`(ì iâûÕmŽ!ýËhå$…†þÕ…Ê£zü´”¡×ì +} =b‘@€{Æv›§õaOº“ôaaÊŽx©cÐ\™ž‹Ú#6èdVBŠTJ1ŒBÃy?µ(GWéͦP±X÷å4¨ŠŒí‰AŘíE<`ûrVï‚EPÖ‹Mðk]Îí¿ŽyéÚ°Q„3ægšÒÎÿ +×9]Šÿ˜P»^ÿ©›íãñþo¯$ (§G:êc¾·í…“:RÅ cHm›>ýL"ï¥\cáXyÛÖëÂUo7.ª-õ¬„–y¦K œ%p˟̵ÀKz˜„Ò€ì}Ć~’¡\KTÃѾ…‹ê)-Ž`Áÿ[‘jX€r´ÃÊîrzCî;Zt*hKj ÊGIt8[êL¶¶ÚsÆ}µ!á7ö`+ߧƒNëÓ ¿Ñh_oìÔÝQIJÝ&}…Ρûœ,(äÈ#Ùot”¸ôHÿ¿’úõ±©òòûÏW™ ìšn»C{B5:Jƒ8ýÍ#jÁL'Ùäô·|P÷x(!–¼§@†O7zɃRŸ†l.^%BÃüBO€LU°­&rþû'›½¬³ko  +½­ +ʺ¾o™lë½À¢×t_Z/9ÃI/´Y«¾+Ú©/]TÃ0™|§)ldÒÞ4pGºGñÔAGÔŽ>5}â}!ê} +ú¬‰·–Yú”ôùF‚OýÀ°ôÚO‰Ý™Æ5](T£ÏžÖSq°òÛÒ#Úaë‚x¢NºÙaƒÕ0lüÁ†i˜ºž16Œ•¢DˆAg¬¯X`bxþ&óhR”>Ø_? +Š:Ø ´»±¢ã5zþÙûÙŠ©Õ°˜1ÝXñ!}ôùBŸ÷Ã2Èüq?øƒü7ú|¢‚)%A·Hèñë¾ôt7; ì øé+E¡L÷@Û^»½ýåÝ»w{»_٦݇/¿[ûí½-Ëúáúɾ~7¿e,BÄÉÉKù¦$kpÜ‘Š*¸§EÙE‘'œKD9#®éCH–TdIé|]eÄUtUÉ“ì0éßÃpÃ3%º7ß=÷«€»JItD¢k^ubDDI¢þ2=ÚU êΥǠò‹È§R©ʉáêrPNð­y’"Æ r`¸S.$‘àds;k}Xð@Œš> +qïϸùÙ´Öë ØÔ‡ñ*÷’ƒe¥óûAÇþ™…‹aI™bÖZ…F+ßijÂç\KéÐ$§¶Ã»‚¿ëÉ‚÷þ5œkIr-ošŒ"ꤢ¤ðsõoHôƒ7ÞiâžÎ²Ìøë`ÞB2¸–æ<鯗`•ºñÖÇò{º¶Lfþ¬MP8c!z…ÂUÖwáׯ‹Jfâ( SÉÄ\P³•¡‘ˆôñêiY„#Põú¾ÉVCíÖB8쪿\Ïà8ÔçÐÔ›ãÚzæn¾ +—…iêëBÑ¡‘ ä¤´­ |É ï¼Ë;æ@lkàé–‡¬Ñ F%íkfÓ}™Â­¯DÐ_ܱЃvÇ6œ×)U@úYö2ó£A1rÉxõí-Ô¯îÛEïŸ  „Ö“-NfODo\2~"ÙÄþã6ŠdÓv<ÚÖuG ÷L¢àOžûƒ½™¿uB„ö•bãaa]£½™Aüöô1­MG—0*LÚ#“¨!!z ºÄÿŠÂh¬Ëç‹z£°%u=èÇÕÍw—çÆa¬]sq¾ïï‹Þ5A,ÄOtzÉ»j‡ÆDéd‹¨y˶Ås1±±mqWQLI£\LwhÈ©c ÁþXvÅ¡|&°âˆpª¬CÞäwM~Ø]PøÒ"‹%i†MTˆ4ïQ/{Ã,$ŽÏ'ìˆ +ä•EY2uÞä1‡îmPÏœº•ü×ZºI·("¹‰QM^}Z7h!£XûƵ-Z£håhÕ®Ä`0qÈãŸkjì,}ùjÍ•Ž˜ÅºV7«²vc7žÙXšww,s@YT–E«Ææc¥Ÿ*©âPDYŸ÷ƒEÞ-L(³(™.ÆoYÅŠÃÈDzºÝ.ò!’HÅÄŠ ¶¾Xç¡ ~m‰Š()ajÌS_€&ò‰u´EȪü╬› +µ–D’û‘¾w¶cÒG™}©Ca¼³ø‡»‘ ê”k|“4hùÝê5³‹ÎÿûiÅþP7]îê&»öºn»îÊGr~†Üïš¹$ÑÔå¼n°¦ÈÒ¬ïzɽgH!WT@/•f¸(Rüx×Û[Žó¥P#”G[„¬Ê?Z¯_UWÎ0ÚS…—¹ºÑ2ŒrõÑIß–hit‰Ìô¢W¬^hÖæQJ­|Ú·U{l(„ê¡ +@S•ïí÷g(͉yAÉ’äÝ»üïVÕðËÜÑçÃ`½åYû¢ª}–™SH§i(Ôµ¢ä{$è`oóöñ*6.M +˜î©PY–;G‚×Aã! Æ”!EÊásÎ?4gé°òÂcÅ•°êfÕ¦R¬”¬ÞB`ÛÔ{¢2:²sNBì•í¬­xàaTËóvÅzÇHDllYì‹gµˆ5ÊJúâ4 t'&‹ÑeÁÂÖ ¥H¦8T:ÈÙÜÇ=ŒÚRì(|d)G9ÎÐõ¢¬‹nBKOünYº¡zj*orR¤µM_íIUç`?u¯ýì{IšöXyC{¦i_:ÓŒ303ëŠY$l™eÑS¸¤ºðâ|‘…€Ö³,ŠÇ +,zM¢êÀŽ—²“+ gõZQÕ˜¿¿ŽB'>%‚éÀq2ýéè^ vxj2ɾq,ý2H‰XY^TZ7ý¦[Ýÿ3ºÉ…W™osSooüË oëOÏÜ•©ã¸fAg×» +­^YÉsØ!.st:KR¾@ ‚v¢ÇK ƒ1È9iœN¶(æ¡#þÄœWÙ( ¨I«r€^ +SŸÚ:HœcŠè4•Œ2ï¿CÛ®ÞÿÉ’¡òATC†‹Ûgb%ÒaI}Ö€øÖÎ[yÚE¤ìS/1A½HÜcð®ê¿¦²Ô2‡ªÚ5“ô¼äÒsê©L¢OKä™Ù:ךŠÝCÑúá©Á:OTèuéæ³_åàþQI·“?zÁaë»Sç+žK6*¸ǥÝváÔ‰Ò‹ÙË•Iшfè#"oIéà øˆ;PS”J—‚Lª‚ëj‹ +¯Xžb„dÜÞ,Ê/èwáûñä¼Ï;¿‘‡gî ¶Ÿã"OÎ_Þ$@ÏF!€ ‚}ÝX¦àÑÔ•ÂÐÿ!@þŽŠ/‰ŠªŸB×â+ñâ§|à…EÇ̼lç¡•Ò4}ö¯: $2¥ò±D„ï:_ÓHù–j …bYä]QWT0iÚ{ÒÜ™Å-.Zž«´uuÍl¾QÅ|æNPÔÙ Øpí‘J×¾fÒiI)Oå›G³%5ˆ +¬Ù一YTŒHÃ$KÒÿ2^m»Û@ôWü(kI”öiƒ4Û¦mҢξåE‘[XZ$y/öß{†¤âØŽ-LRäp.œ™s„W¬5(8ç1=p!ó±8Ö”N YA?ŠÌ­Èᔳ´<sZž›Ø&L õ[Õ55A˜È­ú÷ªvÐí"˜B‘ÃÐ}ooΛÀr`â8uÛonœŸLS~½¿Ì1“Ëyz Šjü%¡9 f±šôÞSæê Šâoâ"e)š©½è=g 8àåÕ+€ÝhLË‘…"÷íwÝt«ªpbnë~¨†í ÷µ} TÚ˜fõsZ8²9—ÒGüj0@pÅ'fï*ɤó9 › +8‹²á+Úͦ¨ÌG'eÓS€>iýUAà9ÒËíD¼X1ÆäëK¨Ï—xž§tÍOÄ÷þåf3†aQmZôÌó +ðL›¨Óuîá;ZA¥)ñHè5f[p4ùÜü˜tWà +÷/rÑÒ«x®´Yú8|Y\MË€â2ÎŽ]¾&s?ävÆöºÔ„Å)‹xšÅ»c„Êi’$É|ÎÓBH¢QèçâÇN\–‰ûuQžwæcïø²OðN ÔÀâý£GïíäÍè2‰åþqË zÝ]A¥‘fŽªwPµûîÚ!lš=Œ»ýòY§ª\pdª•1¾Gn‡ÍZ†ånXzÒî÷ +/ÄÌulùžï&–èáW¥ÿlÙ¥>‘@Û)"ú–žâT_-ýh<˳=¨?â…r–@ˆ:ˆ1¼K9‹³H¨±ÊÄÇGßéè©2cò}Æ ·+o%å€Ì‰JãAòÑ~ÔoÛ¶éFL1x²3i€+ŠÎ»²4EßëWî·n†£Vs䯊Mfs™á Æ‚g³rC†@_z£“ExtdìÎ%"&âYŠg;ÚrÞ…< +þ +Eürü*<Ї«P¤Á=4I1Wyð1_˜…s®‚ßhgJaçI@|Í͇‹[åAÆ€©$Ê­ö¡L‚Ÿ!A³ßŸÂÔ4!ȨÝý!LÙÛÝ-†à/¡ Ó8¨hgòØq;ËP©`mwÚOx%Êì—RÇŠèÂx¼FÙÃB9ì ' ªÅ1NCk{ÐÉußìíÖ`ÌþºÁ‹Ÿ ÿ‘ÈE> +endobj +24 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +25 0 obj +<>stream +xÚÝ<]sã6’ïù~¸«“«,†ø™{Y_âÙÌÜ|äbçv«.÷@I”Ř"µ$5Žwjþûõ@P¦¼®Ô>]¹Jl4šøh4ݦÕEê"Ê‚<Îã‹4N‚,QÙÅzÿMxquþF ÍÒ-}ªÿ¸ûæÛ7J›‹$ÈS“]ÜmŸ7v·ùŸÅí7ïßw¹4q¸øñÓ¥‰áÂݥʟþåöF? +ðöæææîçë\zù¿w︻(È3e°;¥“ ÒY|¡•è„z» Çqé ŽC¾Gw‡t&ó,Š8ÉUÜH…ÉrsááÿÊùþýõí-“¤q ôR}ŒÈonî×âZ7*}™µŽjž·yÓˆ·1ðVku‘¤ó0áY¼Ý¨ò|1ìÊ®d°` [ì[‹vEc¡®´tÇa×v½šÍ·mçÚâ†òRÅ‹ßFWB:´-M)C[*‹kÏcµ)™OCËÏ_ÃP ë®í{©Þ Ý¡¸/¯<ö‚£Ñâ³Ê®)AoÛn_ ßò92°Î™ºHò%À'dÏv_t_ÔWXÎXÇ‹Û}Ù1x[í}Û`ϸ­Yôº’_Ðö…wžìüOê$œ4_ ‹"f‡7ÈÍÀ8Gn‘›†¼.Ó€Ÿ-þìå +ã5Nl6øó`€Iœ!ߥƵ}/8Ãí”®ƒ'~‡–aí^ÜÏéø›Ä¹ñû,at<40Ì$ijaà¦Þ´ +ƒwO]Y×ó¼¾~áô,kO†ffY»QÜÚ1ôÚq•7/6þŠu3nÝ¢ÓuSnÝFæMÑZÕ¼8­4†ðz9Ã’õÐUë¢>áò÷íþpPʉçÍ}Õ”eW5÷8Išèó–þ|¹Ô8 ƒ½k»F!2(ßç“R…Ì,z„ü©„é9D8ƒí$Fæ´eøNð'®qâ[Ònâš;¦>Ÿºâ>¯]O5V2é©ð(_5ƒp8Ãcôrê8œe ö;¨êû~òû§r]÷p¬wA¹9žÛ9û²ÊŽØƧ:÷Ztîë´fìÄ6ö΃NtpŒ+;±•®Ü‘¡ñ‡Äö¡G÷ZãôqåÔ¹E’‚ʾ@Êç\ŽÝ3òMûûC·ÒmUÖÁür{ý‚Ìú˱Cµþ'8¿{Vê}°n÷ÿ—øå¸uã,\+[wœ–Žû/ǵ($.Ù›rÿdW¡ +ý¦+šuÕ¯[©ø¾¨+0všªà2¼œfKmrõÂÝ•uyصM)ëôk‡YÂC1"ŽãåRi¥¥—7Åï>i–Íž_WE¼WÄwy¿Ä%E««HN­¯¢VÄEK¬hO«¬H‹+ZgE ­¢NwÁ%Á[‚÷ô[xµÜõÂp_é÷Ž0O®5ÛNm§)Mƒ#³@ÑÚCu@ð10F?›pQ¡zÔøcP_êÅÏ¢Tõâ :X³>]‹R•¥Ì(JÑÖ{±tÚúŠ‰Þ;mßs'×N©ß»jõNÇkT*Òë8’­k®s§Ê¨òÕ"g•Ï3–3X‚1® §ÎHœÊ•§)Ëö®*0Òmàÿeà¾åâÍ8³­+:4Ösýµ§#]'<˜'œ¨Å}Ù”9ˆ/ø±mÛaÉSR: œcS¨ié4ZôOûU‹m¥ Ü8¢þÐ6л\V‘'„ˆæ¸_¡)Ȫa\5ôŒ(:t–ïû²®û¥w† +€ýÔa‡žšŽ¤xÖUó ê fà +›Ý:2î + «¤‡]®‡ê¬òÏèÚ¶ˆAï®®Š¡Âs€+Þü„QLFçØ¢¡@xà<ïûÏ&û侪ë¡šþP¬qho»vÏЪ$â[«rx,ˆñüh’4Í“S1áEtµ“QwVu»~˜ŸØižiiðß.ã˜vNžÀxÖy±X(‹õNÐÔýPt´¦9).D54óG.ÜwíñÀ`»å',_ÙË.’ž' N¢kÂÄ‘Œ¡ã6ª Ss"'e‚8 +SŒ„8:‘DA¤“KèH%^ˆ$ +²¶´‡ÿ+ƒ·BÕ}ÃA€Ýb†0óq€×„J¥‘›ÚŠB`^7¼ö!±‡xbtF:. ñ,°ó̼yº¨…Â4‹Ù"å“/†“ï#oƒ{¯á'ù}»æÂ;\«öØ5è âC»)¿›U2 p&–²˜|jJ~áØT; +¼- 0ÏÄ£V)¼`Œ™Î„¤@FÁ®ªƒÛv]•ÃWýÆãMA»õ˹LºÃnötnÛZý"ZìŽK.–sªe_ CI+b˜;ð,äY +å¾ú»­­«ž–õ)($¡‘å6Ôdž¬Y힪À$.¾†Yý¬ø¦8q™¥¥õÄÆQ_£Jd»‡yêô„Çoq|&Ń@V +{XØ+Q_ ]!T‡®Eaü\mHRƒÁƒ^®+’ Àa°Š!ÔgjIçAlr=ŒÒÖMUçüÌU(“GÒÎÕ\_1hƒ4=Q€2YY·óœò ‚A¸&á½v5Uccz•D÷J’²-œg£u&iÏãäuÑ:Ÿz.Z«ÂÙh§&dœ8w !§ ˜„ +þ/}ÀŸ +ÖÖ¯â×п¦`ÁâWmB¬»umغ˜ ®FªÄ÷}4SýŸ½x +%h 'ì?` 5nŸœ½BãK×ÀÊ;é=v½Ozºra»(™˜a9ŠPl6@²s.nÏ,~pu¥DÃlÝËá“XÍj CYáÎ(²wpñ›7îµzNz”Þëý“‹ò€e›a]ÊâMÉÓØøã}ç¢}Ž­ûaÆÛiË+¬¶»f_¢‘ÖïªÃ—÷նĪ7e]·D…_ÿõøLkÏeÙæ@pÿÌCªà}ðóÑÆ1…­,0ˆ?{ȹýüwwÁ̵­ w¶ª*ìºlÊ5¬#í|@óI#K7’:Ÿ„vðÖcÕ»/²‘r Àü¥É2~=s/’™ÎÌôZ„N¶§aRåÅîë_K0D#B=—ûÖocÌ4¤‡Ó¸ ã ÇÐM¸/……ír$žÉ˜38åÔèiÊ\Õ°Xði´ûÈ1r„ ¦/Qe3<ÎgBâbªÓt¨º°oŠC9»À­I]€$½AÑŠ¶æ\»´ùÝsÞÀøs•]¤aˆÒiþw„zé“ÏD͈?yžŒÍúÞÜ$-ÊðÅøJr>ÆäÃ~Ý;—Yst‰Tøzœmåc¶ +Àÿåh G;ŽÂHdSYŒÍ˱Žb+D†Ž.œS9’B²$ ãZ×K/÷£cxë¿Aí‚dtåáÅ?N¤¼œ°næ³$ÏO[;N³—žü¨–ÆŸŠ]>ÓîÚ¹à•‘aÌËfE|p?8º÷Ó0Ú‡[;bqm§™Z’‹Eèß¹8“›7|)IŽªÁÏ•Ä‚k~|l?—¸¹«›ã Àûªy8ëƒó—N#þH«äóðÍFž{Gª!ÖË[ÅPQsRíô0bG=l$¬¤97¶±œÛÁö¼Ô²¬¹¸z5^}\1òŒ®Î²¼Lß‘ýP<”ïÛDz[}9¯‘á¥Ö6xÇ®µ²¬k\†jkQh f¨E))'`/ÍYªûCÛ +gQÄa6|Ž* +KîXŒeÿÕ”¾o÷Bk±Bp&8s˜œ&áÁHƒëBêàÌí{ÁÊk&¶_¬ŽÃxxì7œHó³ù5'¼xxfŸŒ<ñÄuƃõj"`ÎŽb«¦ç7ˆ‹?OÍÜ)66ΙpŠžd¯ý¶në¹Âù›¦¡mŽÐs4vë‘ VÀѪ¡°Ë—€bã"õ¬É¯Lèñêo4g.Ú”ÛÆ.Þ¦9cÑë£OQ ò8;‰”Ëî2švWÀ H·éƸ +®7zzP˜OtŒ FºÒ×e:fç2Í«3a ]I×Vó.FÀT\u¿Æû¤09M6¥åØ€y–ìuÄY¨âœRÄ0߃YÁ3i%ù¼Ü“­,Ç/^ÝŲÖæp¬åÎe©uè8;¹î=øN”³ >›Ì>“о_í6O¦GÑÉø’qÏó€±yJ0@ ašÍ©Öcéêü`mÕØDµñƒÓç+ùžQ˜f‰~n—êuYÏ'LÀ7-?WRæ)žÊ(Á„~²Ô9ØÉÂ6¿× +Ωpèl0eoËV‘#|Î¥ÒA¬Ãäõ'v +öŽJý[ßT=b.Uöž<‡ÖÍ©ŒL|ªØ¸Û17¦ƒ *©¯”í0ÐB#½»Åà2Ÿ|ÆFh$3#U³fQðCƒ|÷³Ð»=G,û€ˆ¯ãñ|ç¢EBñy?M…—6çÎ_¾M‹‡Ã °«¯ñ~ŸD’‘–YÉ@@Ì2ɇç?o©.66ó¶a‚MWl¥™™Ìÿ’0Ly ôt[ƒE:ŸCCdÄÌÐ\ˆ)Ê¡K査FÀ|ÓЪ’•í´ƒÍÈùÁ©$€§ãÜš‡)+»Ð?F@ý„¡‰gŽïóqÎèëæ=BÖ Å G².ùŽEîˆDU žH­0ÏÕì&b>e“Ä°B@lÃ]qè¹P—½@ž5†EºÛ÷yzºm\&²r;aïTþÕ?~宅 +àÛ£üÛlDnÿzÑnc©ˆÒT<ðlôÀS—Ëhq´Ç•CØß­HÔ·Œ§¸_jãE€Ú9-ü¯³‹}{l†ilÃFÕBgW"ᜥí-òÖ|)Â!=J„ãÖ¥uC?a®ûHXüØ‚ +*_¾ ¤0M\SQ’XW+Jbä 6sÅ<ñ-ý`l¬8iÉ6b_”d‚ØE„§¢¥äD{ÅÈ»cØ2`¾Xš¥ù+ƒ >ù¹û&¼stþ1$® Mˆùñ\o™-Þü„•æzÓ=2 +Ël“Xfs$ê]ô‘ýA¬ç*™dt• ¦8@‰Ì ±û&)R‘ +½Ž÷…ˆ”®M=„¨QhHø=Ó‚ÇŠ;Kz÷9—hÌìfÚ&ɘ”Ÿ/6íÚ†êÏñÑ8ç8’ð$æŒ5ãýdžGÃQð(j>^?ˆPnä`˜F‡ÕÌCØû¬K¾#@ÜL,n6'•Âß¹/ÎÛç-¼|"ç©xŸ”ºTP*l¤+FHæ‚|E”’…ç´ ~ Ë"¯´ü¼¿D]ÔÕ?z;oÞQªO,ÓŠbç2#Îþ÷„1 Î.sÑ¿‘GHÄ+ŽŽØ€¼ß¦HXOµáä# +ù?>* ’DÇsÿ¸&½¦Oy¯öÿ$)E +endstream +endobj +26 0 obj +<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Type/Page>> +endobj +27 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +28 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +29 0 obj +<>stream +H‰¤]sÛ6ò=¿B/7GÍؾ’}:'uæ’INâ´½©ú‘°ÅZ$U~Øñeò+Ú|»XP–e…ÑÝÇâb±X,ö{ùìúÙ‹Ëg|vÙ>{þJH53,KT:»¼z&fþÄL§,‹³x–Ć¥FÀ^õì×ÈÌ›]¾yv~‰çGR$™P{¤oÞ}|1Wqtöv~ªb½{Eß·»<èzͲì^ψ”!Ó”q©51={zö€èÜ°XfÉž@—‡d׬m^>F¦—ÏÕŽ™añ`f.HÈÌ &DÈ›«ÑrH÷àcx¼!¬«»¡9ღdTši‘êµ’á +„®ÀÕÊ•×+‹¨¹ +ã¡ç²íåÆ^´]£ŠIÏ÷áÊŽx¸?Ø&6M ŸÌ7FJ¦ +‘XÖ$Þ5Æ’L’¨ª%Á©—Ï㚶ÂKîÊcÌâ¶÷;Â.¢¡^».¬(e!Ðl§À}Ùô}SMŠ'8‹y¯²í\¤Ñ5¤°†R{YXÁk—d|Ø£Ìé·Ú¶,Š¿¼§¯¯F¯/~üxÙ-æŒNûb`Ë5™ˆ@‰ÒÅYÊb¨£$] +¹†÷¢5Â,@µ®Ö=!Ëš¾C]¸c€–·Ë惸>Ìë}míuk7«É‰S¨ëY’ŽyÕ‡:ÁŸ¼ü£Nüú¿‚ïÔä;[¿ë\ÞÔ!óf=TÁuÉAÅAä S²%š-Cô–ÀK-—×5€eWÿÍ‹Ñ'2ô[0Æ=íµÃÒû!ÂkW_÷«Ž‹¨°è l;: iª ̆gù²<%£‘̤IˆÞ•³hÜ‹÷Š’©I +1¤FèK*͈…0ªûŽÐ µ#j´¤Zžì‰°Ÿò'…9K” ¡||5O5S)´uÏ[2‹ñ9¡FÅYŸ®FÈzÝÌ%äz_¯ÆgJØXÞolל„þ,îk[AW„<¦Þ R–$Iˆ÷J\[A^)(<Ç4Ž>JIÿ/ZU._ٺ쪓° 5Ú±jy:{OÀÓÄñH‡ž1y¨HãýÎÙã€Ûæu@.|ÊA¬¥Ï•óÊ£ÝM +ö.†[>Ä£c¼Æ$`²LìɼfòAй¥Æ„Lñ?ô€ +‡tµÇéÁ÷µðtŒs„°·óØW&øÀOSUòmrœzv‘B„ŒB û¯Ð‚Ôàì` –©4‘¡Ú¾˜q-©N éIÇ.ã§y’Eà‡F«§­› <þ˜Ï‹ù©‘L?…‡ß{ø ’„Œ^z àU¢‹ ¿ýýQ¦€¬ŸdÉþ•¯7ãÌ%÷Î^x¾÷2œ{ø—£‘@¿ªÄ·Ëc$‘R±$…ÎéñÙs/Ã{/ÃA‰Omz +þÏ}útg‹ƒ‹”ðZ£˜Òq¢|fÙA‹šû¸ÔSöÚÕ®Ã1.vª`±žšB˜S°óíð;>ÖiÆ`ÆÒÅ\,ª/—L˜Xî{ó": Ë,§½qOªÈ×4sO–Aãõ˜F‚椱Xe;ÃÕCo‹D¾ ìf +ãIAð] e¡¦ýþ “oKO^§2¦aŒ#Ù Á®·eÛÔ¤ CÓ—d ÕÌ9}ieùÕ¿tÐy~¥ý2•š´ˆtÕ!ÿ +Î6뢲=t*À1úÙÑwÓ6ß«à‚16É’fL²uWdÙõ8Õ7é©ênšm㺬Ÿ1Ìлºv[)ãqª (»¾¬©©òˆ‡á+Æαá†kn†> + 0Ä4ï›ö€ø&U™è¯X^%Pï”]’ï’¡µŒ:è1lKðŒ)Ý Á;Ã'¬ +wå+´äa|E‚ïÐQÇ `ÝÔ§h4ZyÓMG(‚I&IžÑËeªÂôÀh+Fˆ +Ô‚î{B»Õ¶ûÅŠŒ~o†±Žð8qàwèÂ^à)1c¨˜RoÇ)ôG¥ÍV`È5Á¼€|ˆmn 6î}'8`áTL"j› +pu#’×W“2jnš†Ð ]dœEã·p]Ùºâ„V¿˜i¿Pƒ©÷ˆ$+Œ`:2óøÂP=ªà)¦ +dÇÇLò¦ª¼S¢`6â&‹º‹Å” +d½ˆ +y + ŠŒuð$v= –?®íÂVÝôn¤öCÊî¹—Mµ¼ñpõ¡ÉK×ßšû +öçÓ͹‚êÎaÄÇ]×Q¿—° hü  ¦¥o^öÓE8è} +Ïm6Îï†1µÅw^{@4ªçb¦xÌDœ†ø{CQê°·C†Õ)_‘~¶u9Tx¨† ½¹N…2¾.ÇJæÀÌ!.D)nø¶³i‹î¿®c2SØ6:A0ùÁ÷¶«2JÍmPÕ2hªp9d??,!%Äôÿ_%6cf´ùX1!ݸû;|íd”*4gÊmc *vKo„j(M{ƒ©—ÀdU¢[š küb*sH~þþ‡ÉJ) +‡¶ Îv+åa‰¿6|«\J +ZŒ“l¯\*5ËÞzV º¢Èuá]0·$ðÌ‚Ð;žôàCžðªm*‚(€rB¸ûÙ9ï䀛ú¤‚fŸËW–k[ß`øÃå•-×bLâ÷Pÿ(s ‚Y¤ÑµÏ>4ÀÄc| DéŠ?Ê6|›m¦¤)3: ®9¡mðz +F¬Ã<ýŠª4O(déA–Úƒ Ó·ZíݽêûÍwÏŸßÝÝÍÿÃ{µí¸Ñ_ÉË"`†&ûÂKÞŒ ,’`myÐ EµVÜH¤@R;žþ +ï頻&EJ2ÍI€B³ºú¢êîªS§b» +Šþ$ÙECœ{Ü–{zs,ÞÜ3û®2Øw÷H>¬ÔÑMÅš$á³Ó¿½Wò>i°“Ä\³©=£Ìy‘j(JFhpŽ!]Ðq+J/$3A¬˜IEìó4{[îÈÇ©D*@³ü2 + úrnz-HF©å‹/öÔÖå{ݳ"é¬WÂðsw¿Ó;¡‚@îPW»SF[ý#k‰…¦s¶ï\ãªÂ †CÕ§–©8šó©(N£¤§C*“3ÐSÉq*™¤t9uÈ”Ö}æUòô%¾{p2£¨ç£×ûž³‹'öåˆ@êV„ßÀ¨ëé/ðÜ퉲ʮ}ôóýcgg«’ŸÜ“ßÔÕŠúûgbdµÈ $µ0ŒËOåi‘õNÚùÔé/dB²ÉÌc^ú¡Q¥‹ÞÆÁ4÷mçLÔ™íi.$ªTf$e–ó}V´†D.¢gü¼H³nÉ%&àî„©“-ÖëcþoÇw°X4ð$"Ow¡w'JJÑn‰qîk"þ¤ë™Ô¹$žó°,£{”4­ ’μ]–G‡=Úx/3$öwNRN^¯“D˜<)z&™1ßc0oÀ˜$’¯ÛQ¢™±+M‚(³vŒ‚TxPá*„@å'¼‰ßϧ›õàÏ?Ì™ë@gHöÜï1Ëœ­ ŒJ=zý0ªJ…;ù‚#ب³ìÄX”ªjLŠg +Ñp½,Ñ +7 +ã×–—õ(3ÿ—àò¯aJBúÍ"àË’@¶‹3¤á Gòàëpµ#î–åj['ºí™ØH¬~Oå‹ÞG» 6õz’[n]+š¼’ä7w¸8¡äkº±á5²6€ÅNw`€àcøi»å¶ä¶åöÄíÛœÛn+nkn;n‹‘æ8ZÛŽôÅh~9’œjÜè_6£µ2§ÞîSÍßb ÇŽSï"8¥">þ¤"¢O»A²Éw‘ÏØ0H02ݯoµd—ÅžDµz.Q~Ý8<¢ûÝë÷äGª¯|¿Ý¬•)CN㡲Zôôñ-%wŒÞ>å·Où½¥M¼\p[s{äöÄm;Ò<¿c¹äVä·ŽÛœÛ +ÏlGsšÑh1Ò—<³by;ÚçÓhÎT³àelh+{uÏ{G´.Š„â[ÕÕÓ¼ëP›Ú+¯âlÅ$ß ñ—þ±Þ’”„¨PèeÎhá¨RŹõK¿‘³/Öhb Z{‰Dˆ”*áȨ»ãTjŸ?¡UÔã*¸Š é¾Š )þ‹UÛ’@ +87kY>aRÕßÓè„:5«m½~Dü(¤Ré™S¤çyyˆ-kÙv#۩ǶÓê‘í4mŸ51$j¡'œ‹ÙpU0·†?—$øF$\ùáð"ª¯;¸SÝtnûg™Ü=DLÜIÜ÷ O”©›’"{Îäé@éÄc†Ô8OZ[Þ §z‘^å(öY_ËwãçmÝ ™Œ‹ºfUW—å2^žR|2XÅTš!¨¦?š?Oª•*h)ÒPHsŒ30¦0\0p2áØg€YuÅ ‡Ùí ãÑnØ°örÆ›a6ÃÀÕÚj;¬û4ŒŒ»K@FÇàYQ|uöv_ŸÛùËJ¢@«¤'¹/§ÞÏt¢äM>ÿ*øýÑýõÜv2á†Bë-ÖÑYvõ¯,Q Qfâ›]|$²ÅœE%Š»ÀFÀåk‹À•æoÌf¦\+îur®iÜo¥{~ÝQ¨®´ ¸ÓíÊ€á-ÁÔ=jâ­ +ÀI9°Yä +ÿ'•Z”RÑÞ,>n +¹SƒÇ³W4ÝG«Ñ*0OjßsûwÖÿå;ûßa& +ûƒþÉFq`Uì£øÃ¥º›÷ÓŒ´e#º½Ë SZªê +!5×{ºÏ.Pœ[¦Á¤ûéÖ¼ØÓó±àTF楈‰yoEÊ&¡½:ÚÇ{¯†÷²Œ\72ø«úk¾;שN“«}ÿ5ï–¡1‘¯˜¤@h÷%q ®ò[™/"l± +à ñÕvëµOR‹\UPbÂèjEµ‚Aݦ3•Þþÿyó~™ì¿2!E¶QúÎÀ„WYaã0ÌÌ^ÄÍ;šL@r_%Q`,y6•Ö&æjõz}Ê›ü—&?í…*’‡¶6¾Ú…Èê÷•|%Ô”ÖL’‚2{ûx=ë|ܸ†ÈÁì©Ó0ˆãÈ£ “Feyæ£/,‰zeÿ­è«VçÓÉù5EÞ/ù¼©V¸&?uÔ½ž>kZ wc ×!åÑ>Hi«·M¾) ‘û¿# ‡šÊªgú;êŠu<0Ù©qí‰Nx©ÁÌ@呂‹m6 ?gÛè…Lh. Ÿ:ô("Ö†vlmèÑ•Ê;" ¡-çvjÒÍÚeLd¶gl+ÄÍú¡Npƒ[Ü?`Ÿ4 ’Rœ¤žÏ|Ü/Jí©=5éõêWFƒ à ŒQFLwN3²£=oì¤þäß|+³ØIè\±¯êεÒýÞ%ª0Hˆ¦õžÎÌUQEî¿>`HüÅUôÂÌå2í(ôÙIBàX·~i=o +¡zœzLØç*ôNAqnðÄÅž$K$—[çN¢¸<<Ô•k;)WÝ>÷;ÑQᶋ Ú¢Ò˲ㆇž=ÎP^DÚ'â…©(¯g§‹¹fÓi,„_DsW I!í‹|˶=ËÑÓ¾:‚{\ó&K“èìêï);wE}®€'ŸçÏœš µi4¸2ÂßàËgóeÑà# ²<Ý©ôQ-‡‚0*ùÐ;5.?n7eòü¿Œed}ܽ%R‚áVeW2ÅÃÆmŒ]Õ'éý˜{á'†ÖW±Sm Jìhž” Wë0T +U;ÊD±e ÞÉ7—ϯõ¹©È*šwÊOý4ÎSý4ì7 c¿"“ºÈOe—|¯¦p’˜jÚò?n¾rÓ +„U…vœ—èŠÌêy_R,’ˆ„\¸jÛJ¯®œ‡R$ +õ`%ü€$l§hV Ýç~Çï«Š­ž¥Ã˜oB‡ÉŠÊK èrQ}Ý6ü„ÐàB~¥_k-ó ñ›PÃÈf<©õÿP‰²ë'ö7k0¨™ŽBIÏD›ëæ©ÌgE€´[ÇáL=æøö$‚ð·ˆøqÏoÉíèbw¿~’_¸ñÛæEqnòŽ²êœ‰ +l ±àqª©·ç‚/Ð&Hׂ'¶?5ԯﺆ ½×  Hs†šfú‡ë5mø·?·]ÞtŸ¿ÌŒÓYæÿ2H!Ê™. +ˆhdòè&"i}y„! +'âÈ)&ó{?¤¸¤»3£½<^&ÍÜ™üB +j¢}SSIƒ±./«Vz>ÐBøÖZ~F“e¦1²u2y‰G+pB“fvêÑ ãÇ ›5‹5éßÄ9VoPüYjÊÒ/~ˆ¡²ÛÿåÖÇX„:ð¸ +ÿ ¼j{›†ð_é7b©‹b'±¾ML$Þ>¬JÛ@ MSÕ­`BüŠMâïòܽ–ºíKrw¶Ïgû^žCöÒîŸNöñ×O(¼§÷D…&Oµ ú^dQu­p˜f#”ï» ÉÚ ÷}¾XQ/”|Ô–ÅçåE7‰‚¸ùòø‹€ÐN”Ó†µœ6~3ðŸ P#áü³üy_"v5Ì^†²NÊ ¤¡h +~Ö¯7©ÐOi¤ûuÀ$G-ÕumÃ-n}ó%¸‹tM·ZH‡‘oÛ]Ñ¿OzÑ9À‹®6#Ë~úº^.ÒMûã^¸¼ö©¡ûo={ŠYtmcíó4ËÎëLZäex™dÉó½/U?·íºíÚèâ L} Š¬IÞ«\'§Š"y‘¾æï+|uòîApE#Ès§üzA›Òð×-$ò¤k¦­ˆ(@Evß×*€¨u­v&óÍ¡‚ÿ<“N³Ršë‘êŦ­ß6‹ã®FGYèР핸:» à:&%OÂ¥'ý¦&&…:vEjË©ô¹óé–cñ¨1è ›…R5^7“o–-÷R…1  +£ÙP‘øÍ%9#KGÉÕ¹¾ÊÀyyq-Ý +÷«Uï£&te,”rÁÝ1Œ¶±ÌÊ]ÛØñTŽv +Å{RæBkÚ¥#%R) ü µwÓà¦}’¦4‘y¤¡îèf5Z4ÄÒß0GʹB‡àåÌ௰á—Ö_ ÷}Ö.…"ÜÇK‚‹‹lÝ’²ýï¼!ô0e1j3ýÚL¸ÆÙbßiˆ N“ +÷L€rËn" WA<”ÑÝM‡óœL[JAèwƒ> + bGÆ5ÊÀ1éaÈI‰&ä°î©¹€£vÍdÝ{ çàÉ\™'óY´¿”[D’ˆ:ëQÿŽ·Hb¶ +¯uºöí²m¶Ž“¸šnªMáÕ­R,\•œëü"ù»~(DÃ1JÄ2ü·›½-˜5A)ˆþÓþ¨m6K‰H1‚^ËxfºÃhâÃIQ"¶MLw¸¼p¶Ÿ¤n‡IâºcÒÒgA•iYç“Žv )¡çm‰YTûÛáz3S Š:O++*úK¥mòF™ÅAçÉ[å¨x`àTK¥þ^áŠ+„á@h—œÑÌ^å†ù2Á +—Âo”ŽÂ-–j<^áP*¡J¤^!˜.•®“ŽÇÇÊÊÊ…²¹Ì*›íÏZ²mUPíÍl”.dÌœ(ç’Ïä! a'l(†XB(nãx±qb¯e0­ ÆVóBÑ+c¼;|©o&õƒ[ï• +LZi6G^ ¨„éðaÐDhÁ;é’ØR¾T²›åñ<`e|·áŒ}‰A +endstream +endobj +30 0 obj +<> +endobj +31 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +32 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +33 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +34 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +35 0 obj +<>stream +xÚÅ»½Ôél7ƒ#Õ]quÝôy çA +qm™Ü̾¿TJÍ MÇÆ›¤\!Ê5¹­á€íöŽ‡ñ“Ï€­m×^*7{_/qsô9M g™Ç6BÄÛ*gí–Ñn²Tð‰½Ëº¯n×^`JðŠ{n/UIXÁŽùî=n"|è²LbÏãfµäq"k€ê"S&qy6åC§¬^`ç`æF@ý9Œ¥jÊTxõ1È×¾ùúõ«@a¸Ï8©…ié1þëåÂû»O¸äç@Ó“]î?ôëÞŸž"6ñ3&»«c<ï±H +›³Ð\T +?xäTXîˆÁ .%}M}©8‰8º8uW[zñ·õºníÖÃa½¦Lá0©=<̺þE Üôì· -5{«Þ…‰ÿúŽKPsëWró÷5¾TãÍÌA€…Â;G!‡Ý@ÐÜMâ{­ó4yZBs£-Ì ‚a×ÜÙ,Ôq×=ß›¤às~m™‰°z‚Í«z±’*¢,ÂÔ‡]'ä¼¹»  åy-„÷I7ßÿþ1&l³4±y¦žÇ…§ÐgØðeuŒ« £;¦¼ñ]N8йwdÒ¤´Y ºjÝ#H3Ô¯ZÄ·žÛ¤ÈØT̆;ø¦Qa«aîµ={‰½‹L%Zç“gÜ~¶À?õå<Ÿ +Xóøç-þ¹Á¾Ö’@ð4¤âðBs ¹RóL!è;¬}Â?üƒÂçpô fëñJ#üÂÍ¢¯L‚jûLjTl|/X"½DNìź|ÌÎjQ3*±¶ªz®lÚ·U«FPa™ ¢E]Ѩ $ñï|³@=ÜgêVᢰ&,o¥‡¤ +Ñ>4HM~¹®è‘Bô«ƒ¡º?±-˜€Ç} 6§ °.‘¥`yï߉µR¤ÌXP¥â&kZúÝW+.ø$sMd(j`Ø×6ÂùÓ¦\ºß¡Õ_¦Ÿÿúé—Ï¢WÿõSýùÛƒyöÛòÍòpSª¶%3-‘¶@„µ_/ƒR§&Ÿ”E⬂Ö:ÉòL˦ °˜j?ÈÍ‚úR&J'žå’,¶J¯u†7ý‹ÀM‰ÕæU"©Âí¹8|N§K“ÜjÜH$Uò¶DÏüM…*‚Àú2=Ý7nQ¸âÜY6Ÿtd=òuY(ÒÈdµl “ äÛìÛZÕ +UÙ…¶°½¢PQwÔ5Ÿ‚EÜQ§Ó‰ÈKU°À¦«ƒš¤ª8¿xzjíðB4 Ñ•)ë+ß‘>©Ô£26É™…K|»®@Ï_ÅH6³‰ÎGFx„°^¦n€¿WèôRšL&ìlZnOùPªe€9H9vX€þSŠÓ¥Uä„[?¬|Ã5’7qEl’ÁU¦ã2äOþª³…< 4iÔO¾8Tʶ»Ûàê¹gÙrÉþ¨ [²ƒ@Ž>p©í4´’Š¸¤–ÜBË!lëê2OgdŽDö±÷ýd嬃{ \@õz¬€]·´4x=ì +¸¥ÖˆE¨×Ò·±Ò|ïÙr¬_ŒšfŒ—+ ¬¸|¦“d|†“(’ØIÂ<µ +Ô³”,{不nöŽä´@ŒÌùÆôy¼÷Ñ„2 ‡ñ½qcÑ®w›†ë ´oÈUe2 ‘AÀ{ßÕí®à@ü]U7a´•oW¬þǬ}-+ù˜°Ää:Ñ\IågÓ^É\Ü‘G·îxt‹¾°ðq{Ç%“ +ÎͶÀðÀñ‹`ràüºŠ=õÜÜõ;V5ñÅ‘v½ô ö$ã‹ÔH ê–™)жk·¾‹ë”· ùüLkg + +j¿I¸ŠJ/–Èdˆ+ÕnXµ]¸Kìé|¿…ýÖâòað–Kßô»ÎGmZÒ“ÊØ/Ž•ÉÑ(Ä?¥©¸ë–kl¯Cå@sæ®@Gø1\õ°J¸ÿkïª.jâ/ên±ÛôC…J?¹Jà²){.·m'D%[di¤hî×6={c€N<“"5&ç¢Ù 50Ö£\ò¶EËÊæáiôÜÀ—ï“oü"ðø)#Q™KtiÔ…Ë«ru#Ð|u'“‘f2ÿ㉀}ø¨XgW +@O­z+ FØù8‚S Z ÷ƒø›d?N +³ob†™FŽABÖG¾#«ëå¥IG“,"T™˜" N…yÔÞ=ÕwÅˉuÇvÝuÔ<µ…|5#30÷œù?²" +vcÏ +춼dþϾ[U[â~y`Œèñ讀"•ySMJö“0S(7¶»uÕq¯ e¶–KàÙg¼ÖË9­å`%R7'ÔŠMò283_OŒÐ_AÕÕhäæ8~=UðMѵ‡ãøµM¬ÎÐyT6‰_[üª¼˜ô‘) /±˜ýY'LliÙBü—Ø>ÐJÛxö¸[¾LÀ&ßÛãMÕuÕCÔw èåy\×]xP;R&¾bmÃO‚ øqÔ‰haÓÖfÏÙ¯vA÷gwi'Ë„PË^+b/P7,Ú +óS÷¯“±4®¸ÈrçÏ#Ð|ã%Ç“áNãv—ImàÜg— +@O-kà  O–eö¯¬X*ðúCƒªlð¹´SÎêžÓTÇ.1ó»(&^2ºDнßFÍ8 š"˲7vZñ>ƒ²‚]‚ß›l:Oœ+t4VåÀ¬áhµË•Ä7 k+–‘jØ©à(™šTÃYHáCÔñ±S¬Öc=déYßE±%i +bç~Ç»ýÇ錜ʙ{ŠÐ&`g)-ÀÑž'µ³+ïi퉕Gb›®<*UnÄDSåÀ‘1E×1uÄVëÁƒM}SÚ&Î5>© ØYL8ܯ9©³+ï1õÄÊ#¦¦+ׂ†ABž½àé$êó#šê{qo0‘Ú{kè|ɳ'Ùì,ÖîÝžÇÚÙ•÷X{båkÓ•Gú¢l!ŒÜCKÍ6˜)B¸É&T–*+TØ®^.½LrŠ¦n–l2ÕËhæÈ.ˆ•…_¯{}p§Ú”äkHLfKIóð%åäìB§ +£CDlC_ÐÌÉŠ…v¿Û¢àê¸%ž[w¡›ÍâèFÅV6jªýPý8<ïÉ|×{M +‡Å0W¢©áø¨ˆaw=‹åœmzæ¢6wͷʾK¸úb +Dædb“s>V`OLW +‰U1ë4x¬SLšj†ªf;ÛàÜZùõön·æÆЂT +Á÷^Ò‡R$¢¹’9°G_ì¸ûi­;ÖŒÁÐÍþ¨OòàÉ­CS8pxj»÷êDVGl[„âÜäbhAY’ "ÿ'­óŽ²Aî/aén¹æì'ãŒ* +è#k;g†à‹¿>œ÷Þ7󨿓ã02W2N(_¯(öºvƒ”ô†øäî¹çÆ®Û0n€þN Û;âˆ`Raph·'›­[Jõ ³§KÙ1‘ÄLDµç¡¸Ž-Ä°Ï´ì³m€âÈÀN`?˜ˆ"ö<²¥…cä–êCÔ8Ot™–Ç®<ál6›²ƒ¤:1Ù­D÷|EØ»ÿÞQÊЈEÙ¿ ´»"GÆÈ•íª^·}»]]½aóL¬QjJ‘X‘Ë›áº<™ÈµÃ{_ Ó#=‹XtAé‚nñçs³$°¬z.É¡¦G÷I„8ê%$Iïj±ØuRÅ@5ÔÔŒ“ ÑÙ±ðÛƒáØÞ¶5ó +lÜ\ìòuRèÎÀ|žëëë¡«š½9w’w|‹Fâq)3‡qˆ6ÊÕñ‚’ =/œlPÄ.ŸÔY¦ÏJ {vNÍ«^T ÔŠ=X§OøïGèù<âÁÇ,ÀÕ¿xù–º;–î9½LìåìKèà§S 8ó&Åý^¢Â +"w(ïÚvÀT“^’ÌR=úœ$=@—x2Q7«×òda\5„énëaSm¹Õ²‚ð$Œ cE¿ÂˆŒÈ—˜²ÈŸë(Â)ú‡~ð›À[i*Ê-¦AÆ+T&¤Ã @V&HB¬Mbsú¹M³X(Bƒ¦VSéXçÙÄë-<¤dSb³ñ Ð6ªŽ²\¯øÃÑ7M­Tú…‚P¨,ÐÈ÷‚ð$ q¡®%§^Œ÷¡2â²]ìXÃVÈ2"ÇGÏ5¾9¬§}Øzn).ˆfQaª^RŸ—a¸ã +…h#Wü#<Î?Ø®kT%O²{•Óò{ǧ°ª3Ào9c·óOÌ€[öŸu¤µ"Pï®´w\NtPü‚´Ú+­5çk%ATTgç̘Zqsh¥X´“®ßDó{ 0eåìsüw˜;¢ãîÄ«15•›"K,jSG ü£gÉ‘ô[Šþi6oijŒyÕ”cŠrÌi([QÔ±d={¾©À¼àÀ>ÉáUÈÇ%î7Dÿø[)úb-Æü[åÞ=~ïªB­<Š¬å;·Ô€=@ê×NX±ï85 û;Ð6ûIýüqw&]!aÛMM&è«-BvϽûø ½Ø‚ˆ\ÖO~X•ªDg¹ºÐ†ò?âî“j>‹8N§#ž®š%E +òü‰UêéU§ 1¶æŸßØÀ‡Ê2 [•Àµ9Jãìƒe„ü™Æã‚e8R­Y6`=òû9øýÍì ËhñbkYs€Ý“”Ðð,°ó¦c~¦¾F#ÙÛñjêz‡¸æ_¹´$qAe/%&&ìÃ¥‹¤lCÙ‡jUÒYo( ˆuæ“”`ñxøG2]P1°‚Ñë%À1öU`Û˜Ùÿ÷JÑÔbHò£Ò-‰KàKÞ'(“†µÇÚ[Ó$Ï챨Er*ŠX’ Ðr.‡sûÄ‹=£ÃšÒ!Ú +öÇíÙ ãŽPÿM Ú„7õBön·áf¼ù€UêüÄSIí:ñ4f‰6€8•¥I–©üO£@ͧ`y¦ãÐïɪe‚±|jUzzÕãéäLJXɼ5]j+ˆv(…nôÀw +ú9ï4€eÇÞ”žï:’ 0p×î:î;ä4(Ô$}Xy¹$ „ \„xÉÍq™;r0b¥–@žHÆ*–A¥“†_Ô½4PÎ`,8ê÷›e! +¢Õz²$ýn³– £¼;­‰ QÙs¹ThJ¬f|8Ä$bËŽliêžGoc׆Xã.¤Í +ùE²8ꄽr1uȸô8züužF‰ïéE’Çÿ'’² +z{‘G¹¶ê©,0¹§i±³Ë˃0³:](K²ÂèiùßcÂ\û߬¥YËü +k™ßp-ûâÐý†çÊNׂ'“ƒ%KœÜ$ÖŠC&¶ ÅŠCVAu:UžŒI,Oî÷öD£X#ðÛӳʸ.€æ¨˜*x<ÙÙLêñ 8»ôø¯ +/=Eó§Ìàíç.1¶,Ïã²øµqvq—¨s¸œ q©ÏâòìÒ“¡ápéC\–øÓ é4A÷Ƴpñ«¡R6q“{ sˆœœñhÎâñܺ#ÖR¤¤Òýÿbñ4ù/‚ųIÇS,Ú³X<·®²Išk¿ÔHò²Œ&YŒ@étôŸ„ñƒ‘ +endstream +endobj +36 0 obj +<> +endobj +37 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +38 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +39 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +40 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +41 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +42 0 obj +<>stream +xÚÕ¬|îü-àÁ™Åo|å/±Ñì¬áÙ ‘[q)¯6¹RÔF’ød™‰Á=¡ç:O±ÝåZMÜ$Êá CóŸÈéˆßIƒO\?=ûîq±Âùò´"ï¼…ŠHdKÜ>S:\ãpËæÙëgÿ3Œ(`¸=ËOEÏ ‹‹á‰ùPË°ºešçÀ«6 U‹ ^œK”„aœPÀ&–DÏëêŸåáëJ ˆ¶V]Lü¸5C>µH©`¡ä|•º”Ù¢Z÷÷GKµ"Ilë—†|r©€ø<ËÍ|©_l×ÉÑ*]ž¸ $ÃW†|j•J€ä6éÁ¶Û•käH»¸½TvÑ´‡KVV%iîò3.yòÉ%Û VŠuºäç?ÛÝæˆXU®A•åg]¨v‰KEv±ägÏÂî 4ÛeqôÀ| P¹I±ö‘Ár•5æãRy"]f?~ §€ñ½ŽúÈ@ɧ>~œœ_ìg6I•OØ'à °Eše‰VŽŒŽn[l6§åþdijÉý£UbGÕkNL.å|™’õ»P¤£ñ9CÌÓI&@3ÀnV6@”ÛÓZå|ˆµÊ"ÀäŸh•e:ÇÃ÷R›«ÓZå|«µÊãD¥H]›ªªzØÞ4›î´.9ÛB'ºä˜®ò™U ëKÝÁB‹KxU·¸9­LηÒÿ!âÀ ÎÄ)'ÇÉDH:uèJznËuµßž–!“Ï&CŽyB†Œ«T/Aò’ çCÃ(AŽÐ— #P~üú´ü8ßGùñ8=É\€CïfuSÕEû@þr³+Û¢oÚGdÉÙ=‘%Çô5—%@èéO]êq@ô‡ó@ŸˆéPø¨YðØCç{Éÿ1”‚¨”;%†ÒDf€ÿ¤³äðÕ¦hÑ;¼{Ä z6Qt´Ð¹(’y’éLÍ—j?^É,&²ÄÛ}€4:&Fit„‰¸4š"åÑg§åÑùV9棂 tpŠ•é2ÛrSôUS›–Jg[úD*“Ú¡T2ÊéùÒOÈ¥Ì +}Hjs¹”ë‘Kç{Íÿ¹d1þmõ ò2¼X×(}uy)íâîÒ.€ˆ0Êò¬—DJO8`“éÎ&±Ž^Aª™Är›ž¿Â÷Bˆ˜D²‰³> +ñÿÂI;²F¡v„¬¸P›! „Ú/N µó­rjS¥Ì³D¥éÁ2·U·â\̾+eg[ðD”-ø@”Á›¹ì`ÁÅå¾Úùzva´Lc€ ÄãIC|™¦ó¤ažä>E7& +SàQ%TƼiEUÓFö»j´ÔËçÏ9ëÔõ›à$UßÞW«{.^J±(:ªìÚf½_ù€0Ôn1m4ìÚ2Ж[ùhÞ,/§ÐÞ)€êÊ~SÖwýý;¬m[<¬šMWîÞ¿Ÿ¡Ü¾÷I1Ë¡!äMyWÕïÊŸjÿH ꯟ¼{ÿù»÷Ÿüü7@Ì ¦¹ÿùùoê ®êæ nê). nêýö¦l±Œÿ#+øä“O‹Ù£7Q`€ß½ÿð0ö»÷ŸþKàŸ¾÷~áÁ3'Ð[ÖëG‘ûÄÖÙ]ÿ~ò#i£¶ë55d¶¼ªê©Re‹¦FU©òEß6û»{j½mö-•ºû•ê[êšmIí»¦ëª› +?L„þÀcö÷%-"›,A)æ³Éü59Éa…Cb¾8Â%"“O=ŸNͪC<,•IAª+L\Jà –}›Êc!5‹U³ß¬©xÃMæC¶eÝ—‘”h¨LPÎ@Ôr +9¶0ZöD>ñgæ³b¢Ù<9+CÅg‘"Sð“­Ôãp8ë×õæ@üFe& DKG¿¸ÙŒº¶-W=¥àÑ33¹Ìæxf2¹\%`¨ r±mºžšH¦bi·oÂÊ.!—55SŽY|3TÍ*QF¦³,sfÀÞ™´ÿù——Ö.:z~[ô÷aÒuyEÝ®XUõ/ÜäIêæË.€3ê5gçÄWWEM¤œPÕ÷ÕMÕ— ~ó@¿e½Ú4Îâ«€´-•ÞVý=èætš•¤ôM[¬KU¦½*“»äŠ‰¸dÜ?Ðjʾx÷yT€JË5ˆ”Œ{ 2…›áU¶ášñ·Û·þÅýªˆV]¸j^™RºÜîúB˜JèƒmoÚup ÞMfŸ|clX§W$±×Qà÷g.Ÿ¼J–.^ö4 R§ÿÝ/Ꞻû†šá­Ê¶ƒö5·ßü Ë.º2ÑZP½éÒjé_ŠJë†~ë¦Ç‚XÜ—@VÁÁ®·>«î‹ˆÄ®ÜP/Ò76þž„l9ú/-žØ¹©Ú‰ìÚ²ÊB”hÑ[šPN™Q˜lø'ø$›ñ +‚Âv›"Œ‹üÁÅÀ AŒ–ð0¼„ê–éÀ8S(ü¦ˆÄ‡á5‘ÒR`‚²-±”{r"îçžúpAتçR.Jä–»äÒ‰Qvý qE‰Üãæc;Úmز­êõUè  ¡ÚŽçèúr7Ç/­ÒcÓS:_ÐÊ(Cî{üTÐáW uÐÍ1²#ZcÌ@ J|¢¶cîL®b8FÿgÙ6óù€Fš©£s¤NùPþD»ƒ$Rh3'(2[ÎzMëb[QÖ}qWR“'ËœM3 o`ŸöU‹ÚPlú!#ObÀ®¥ÒÈX{‹ 3Œ£¨¬ÌX&,ƒÕªK<=à€L0K©Ð`ãó´÷ìR ¦ +ú äªzO£ Ǩ¼#âíÀˆ{Œ’\'5w°çô +.´N³ á 7å฀%U­ +vorfò5S£Ó#RÑNc¨ :Í;µ]P÷•×#¤çJì©©à +Þà:zêØî;.ÝðpD±ÍAJl®á“©jöu!NêôᾤL®Æ‡ŽÂRÙ$sFD"æ :Ïð£<Â<}[2¡Ý“84TÝû}°PÁ9éê@#÷1–ù!°“ü$°!Øèè '«ð—5us‡ò[ÃV û84ÃŽÞž8róàùÆ”CC[ÝÝ÷Tìª57z±1…Úmü†¸`•aiÝx‰`ÀÂH WÔN†øªÜõ'÷\fÀ‚Û¦QX 02~ž¬El$ç²ûÈâÆ>ïÂ%ÔzÍhÁö"*%Ãð0¡E’ÍŽ +ôÂPØ”·=u1Vúv +]ŒŒSV „TÊ‚À¿T[rü;=ÊbKª}’Ì‹]ÐÇáˆAߊŒÖ+îA$ì{ê +N%vøX´M­úãÄZS2Ì¿C2@-§`›m2œOšÒ«¸ãYÁ_Ëó©Y*>ëDkÛ,ɨíÎs\ bØ +P ƒªºå˜— ìMv`{á†êAD‡¿¬Ñ¸7Ô9wøK„‡P Lsó!ú¶Zý=¡Æ7qÝÝíwÁè*oëEê~‹}ßlÁÊYaU:ê a ´^K´!“ÄL7 D;3z÷é‡Ì`Ôª þ3¸§™:ˆíëº,½A¢EÎ  lYF±qà2lßÜZRÙ)4PÆ +¦+6xÑ-»ü‡Û}l×úô©O+(hç%è¼; +¤øLÖ>d®¦1ÊVÚ4GÞZH5åy¢RaOÅM€þ›$¾A¨<½ÈM’ !g§z/!ex I%™d.õ¡bŒx¤£å8 Ú\…>¶CÑ#í=ùa3ºI²Cg÷Ðõ>L«ÙØ‚6$ªâÉaïídñ³\W·!žëfÉäœ.‰]¹â7ZºDàÑ‘“ÉúÈû¾!âR̈n¿-¹Â›­ôBNÜyèð´¤BÜ C¸ +¡oïƒB»·¼g]±åÇ3ñõÈ4Çø W¤h<ÒÎÊÙò¸ KɆƒ«-ÚõÞ]ª 5ÿÖë2¤YGÓ8ïCQï>”Ô|ºBmT7í–ĶʲEÐŽuâßîÅ4pxŒŒùŽ‹ÜDs+ž¹9b6‘ülËOTpþÝx˜·Å:E#{õˆªš«$†ßËÀï]Õ7›ò$·•8§¢1e§:…HÊ<4Ÿ­…Åü48à¤à=ª¸bÖ +¤œ¶Ù…S "DÊWpkŒ&““6ræ& 4ê[wm¯·¥ÊNxG¼ªôh<µiXlfDY:̾JÍŽ*^zø²cjMAuzÓJ$da„m‡œ‘tý箢ZL&Ò‰YHffå:çÁݘžcF˜%Rt +>»ÏÐ@Q+§—RqàAy虈ŇPÅÄ|PP›n#ÿ5â\áµ"¡Ž4ÍCU ¾³gå•òƇô­äô-úäu_Ÿ­ƒ§Šgê¤=ôÏÄÅàs“[{8HlžXWX¨|gûšã¾_Gâï9s©A8vqŸ›I +lM! k±•W'SóКSA´l›¤#‰Ûn¼¯kݸ߂.%Å·0T ƒ‹Ûío4ŃjÚÌl%\íÄ Y†P—À‹å®l°QÓüþƒâN‚è»n»².‹}Häb¿_ rU£ÿî=¬|'ÓèÉîžéAyzˆ˜ ¬ÅS–œPržtýøœ³ô "§uRÕá!֛ʂJ>V‡2凡û&n——· Îk>”s^œ7÷¡a]ù›£ª§žÑfAÞB_†m +a²½…ÎZ&v²YÍ[kæ„å„p¸q‰Õšýc„¯A ¤.PÀÏ‘‘l’æÃUûùÞÂøÃáÀö³  H4Ðcøñîk ­b2F% µ?Ê‚–ôY4©•‚?8\é¿XAp‚Ðú‘WÃ[«|/”J5+ƒ”Gß1‘« ›#åÒÅ?»À@Ë)TDE +]!ÜýæÃ㓨ÈìST™F5Œæ€Ñs‡ç[å)9ß ­:KÓØ ‘ö–ʹÅGö CU§Ûà +?µ ´œBØ„Ù`Ã&Ü<¾ N>nÂã³kär§¬…'Y«!0 øÁ [Šd^V”ØICj×¥'36€ð\–ÇéŒ1˜}Çûs&n°mbã<•:0ãIeã‡Í†ˬb‚~Ñ"Éñ“s);¦w¬ëíq{˜Å–‚~ð Î†›Fq‹µp +Ëœ9@˜SMàÅ#o7MðsH5°x‘¦(4¦À˜u6œÃ@´#¼3û„‡YšÙáøù¯Ñü_\_šÜÂDN>6¢¿‹áшDfûE¿D’âå±À04ì7þ{&ßúaé«&ÔN-ßø¿Ï}Ëëx²Z°ïðàªÄ Ó òë=ÐcÛQ–ÅÇÖ ®íÑ)âäΘHš?h ²#äfJn[Ý7|ÒÊ'…¸µØ¥¿k+ G yιíÂ=•:C–¼Êì‚/@íC‹¡lX`‡Îz³ñÌ„_õ…?‰GÁ˜èÁ$% :œÃa‰¼K,ýØì[XUG5°E O<†æ-ÅcˆŽ}°™€è¤(ùÒÔ!ØÐÜÆ ×MÑû(‡âˆ† +qlð<ɹ¾IÏŽÊšÏ `¡Ãb°Z±¡º¥‡#Ç›°›¼,(ŸôÍ6f'…åaü=ÊnÛûÌ2Ö^7«ªôÑv¨Œ¸ÝÎX×P{OØL/–«a†+ªŸ;‚*Ü s‹+Qž\ü^@K þOƒóøºïãû&o€Õû]ÖmӢÄ-~»#Ó/¤qõ ‡¾i8©e'»ˆ5oKKjÙ‰S>jãË>þ{ÒoqdSè`ˆ”aáL©‰ê–Ú§keƒT +?ì€aZÁdç^Z¼ K“UàÉñ„ãÚ9vÍ€qÂ9|3ý¡Z¯7![/'A0„9ŸœA+Ð)ÀÐ úãYÿròùe¾ëAçX¦)]!ùLíWODåÃÃÜM?Á4ù~YŠvwŠŸK²N~„i¢ kð"Åî +Ÿï3Êk–:ø'ñƒ`Qo=IÓ cÜ`I’Õÿ"À+æ°áÔmž²¤÷m›}O©«œO2ÔmÓô€ÇP-nÜÖÎt$3ÃÞ¸#åê™Lûc²“aõÍeFa(‡Xæ!qõ½Cf9ÓÓU`ÔFY´T¾)7|þÔÑ0 +|<¬'S~ô"€£?Û= ¦N˜ H±™ ¢HåÔÌ !=´iÁ„@mŒÝָη·›¦àˆG€™§HcÛˆžÌ ðÁ¤Ù2‹û0™ßŠ’’Sðûºº«z:ó)ã›ý÷J«ªû%e-º~*—ÄÄY‡ÊwÒýÀ»K“p¯]Élúº\yCìÀxÖxÎÝu¡5^ãÎâ§á¨å,f< +ç™dùÛ£y3•Xç²'æ +POÎ Û$R îÙ¼·!Žš‚ƒßeÁ‘Ÿ¨¹=Š”O°mlSh/ÁZ:ð¨s ˆÅY/. +(’»5|õ)ùìpˆÚ5Ÿ(«é—L&(Œ‘}¬E¥¡ÄOâ‰Ü}˜8t§Ä¡ùPqˆ Ò¯K:.A +C^+“xçÑÀ5uà*»Ô>øfèåò­êÞmx‚È*?xámçw¯«í~Ã^tú¦ìö›¾;u—iS€´Âµÿ­«NÞ9ÃKQ“Ùc—›"1Ÿ(Ym\ê†ï’¥¬qƒ™ÞQuGacx‚Urë?ª" ÉcG U z[åÿ.½=¿ØU"2=>¼ +9bpÜ Þ¡<8Ÿ0PÄÑE"•žÑcí)))ª%Å*%ë{2J3r·|DTÓ±›šÚ÷ä™QcT¥aˆX7’W¬ûø«*Ï.nùƒã±¸‘Ir9œc;ðÀpåpMÓàÁAˆÙÌÏ«S ›¯=_ü4Cúè3ªù ÎpŽo&>>h4&!w!ÛŒIÌ +Û5 `ÌŸQü*E¡^Íç||;›ÏXñ|ÄãÐá8,ÅcÞërµ)ZJˆjí¥E¸,@Çwcø© ­œ§èÊ«¿Ï4ZÈ“ìnL429%ü½Ö<ÉÄ¡­ü'ŠÇÍø y;¸ +‡»&LŒÕŠ¡‡KºXá ePÚ»²õÞR'ÇNfô‚D0€arO¥ G²,˜¦7!N@7z ÷†»)W<ž¦’†i§,´6ž_šŸê¯^׫2ÖÉ0¾ÂC/ +šœ¯ë½`-¼ –ý _¸Ýcˆ K”Tk’_qOnPØ=šq†?Ä{ß"Ó§àšMŒÇŽZüL©TÌð‹Ûb€1¡–â­°á;ÞÊõ«¨ñ@B5VýÕI·ßã¨X#;Ò†ÖŸ©åèðQ|w"¥ +ð  æP¹æi0‰{zžb±4¿x…ëÈM›pšC¦tç*âÉ Ÿýž}dáÿõ¡‰· +endstream +endobj +43 0 obj +<> +endobj +44 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +45 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +46 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +47 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +48 0 obj +<>stream +xÚÕ[[ÛF–~ϯèÝ—a/Z4‹UÅK?8‰=ñ¬71Ò= cl‰’¸¦H +Iù’ ÿ}Ï­J¤Dµ=Ù À V]«Š§N}çR‡ê*‚?ue²0·¹½Jmf‰Ê®–»/¢« +ôýù %4 G´S}u÷Å“*ÖWI˜§:»º[Ÿv·ºn¿}þêÕ—× m£àÛﯵ +þΕ»k•ßsù¯·Ï¥ñ[)¼|þüùÝϾãÚ«ë7wáéL˜gJãt*NBgöJ…*‰šíÙ‘ð¸®8´6‚åèîîJ‡Qžì°I®¨ã¹tè,×W£öðB¾~õìö–IR*³GÔŸcãÏï<×l£k•>ÎZO5ÏÛ<ÌiÅë+ ¼cu•ÂKçQÂoñr¸^Ä© +ª£ º¶ÙÔ¹µ+—ínW6«rÅÝöŠÃ°m;yê¡äÆõµŠ‚bWÕUÑqËûjغGKzë…¬h¡ìµi›®Øo«% §“<Ø˷Ŧäʪ]` C1TmÃM÷*{%´'Þ—uÍ%×òß×± +Jš«?”Ë· š?r3󮬊mý§kk|•$ +ÊkeƒKæt¢Ø˜˜0͵–Mûk_5~òånßvq +jîp ÷VØR]« áâ«ãÀGS* +µB‘I²4Êâxq˜&IŠ"çéœ,fi¦¯q¨ò$É¢ 3£ò«Q;È¢YŒe|5^¬'0!Œorcˆü?gâH˜†©ŽÓ«Ù½Êß„ü†wn·cËʲtºß]Y¬Jmr=üíÊ]Å’¦M&’†í(8Tø1Žõª+Öòî¡l¸µíøqoÓ®Ûv@š&jÚanóý3BjÒ6Ø÷ë®ØHÙ™F™à>ŽÞpó®Úl.ußréAž§íòªJÑ!äæ×<ìŒ]¯UÔu‹†Ä{²*ä¼êÄ’ØJSË¿¨K6-÷Â,­h(è)þeI¬³v\ïŠ[» {Yʨ â³Úl4מß`Ù‚iÄ@URCø+œ`m‚%P¹5—fABé l\•|J¤—PÂJ$P"q(Ák_•²/eÝö’ÛM<6 8ñU¡NÈ +1ãÕs=Š’?ðxáʦ•M_¡ÔÈq¡®þ°Gó+†¤À·%ü誅ìãî¡­e8 +‡¤zÇ…PG¹Šé’DÌ*9~ñq!lOAÐøhGpóñ…:œÝ¡Æ`ÚŸö!„ÏÉä¶ +¤8‰pö[.Ê[‡\óÆrìÏ3–WmÙs©+ÿy¨º’+tÖ°g È6×3³†Õ»jO¶¤Säæo/¹B¯nÌDác;$ã]êzv/ ½Ê=—½‘¡²_­ç…-‹<²°´Á‚SmC«t> +ÜÆ\ðpÉ/Â߾ݕ\"nfVøœ%Áº,–Œ™n;µ— ^Íæ@8ŒµË +">*ˆX³„Â/è\ÔY«ðÌ(ŒÀ?×q|eÀ=Nb›Ì…Žj1&›‰(Œ†ËQN«ÉÎgï ÈOÍ*Tó³ŽLQPbJ§ê8™ù$¶/Í@4H2ôgB¯þÍÐKìïÙá€"ƒ·aÁøÃIûõ‘Q½‘ºïÚeÙ÷bå°0ÏN,Ôf#ºO+”žªãây JÃoEn3=F`¢ô5$6P*øguØíä9˜¶ƒÕò.7\éMã{f·"Â(ÎÓ?ÊVÆu¬[gdgb™çøK€&KجƒÒ¶ˆs¬‡2X0Þ{ž ^løŠ‹-Ö[!¤,T?*ÐJN¶®*4‡Åy§ÝcÃ{Î[á +T™¬C¡UJ¶!ø<~©Ý™ÃP¤ˆ?ÓpIÄŽ”TIvÐkºÉ13‰Í§müĉ +… +Ø'©É¦ø¡­HÁûÿ®‚ÓSôËí[oJáÍzoÁÞ°ÅÊ}¬ÞI×â^¿«V„ÍÐWðyYÅG¦BFc㶬÷szqZ05ÐŽggAIXr + îNHA±ZU¸¿d>Býгñ$ +{¡vŸœ±žÀ‘JÚD‡Ÿ·Rð÷’$›F×þ]ÃQ¦Ñ5ìwã·ÖÀ“Ï Y„ÿŸØš¹[Ë~ïØZ–®IƱµÍ¡Z¹ZŒ‘\uR“à›Nmð Ü |¥Fmêô>–Ø6,vûZÐ ò¾”6>®Ô‰à¡ç~:ºÒÍËÖö +VC!¨õ©È=]ùS±z凹·L²02Æm6ꇺ ç¶ea2CmzƒØø€bëLýàöð êåZ§AÙ9;XIQæ¦;>‚§ÊR| áÚ(c¶½« +.pä +¤.±–í ¨z“*3Ý–[8qÞ E߀ ^S *_·ËmW4Þ°‹ÑjöKcå{Ço¸‹¶sDµûXK?BÈlœÎ,žq'ìTë< nÈÍù´ã/h—$"QHCø +íd·åΆŽÃ~ű4lßõ’>f)ds€ ˆ05¼sÈ +ߊ +<2K|¿Ùç ñ’µø$TêËz½yÄlCÌš£^ÆHÅpÃ…CSWoQ%„ÁsBAØ$«AØ–¬eç›J ¬Šf•ØDz øqد|ÑKÛ—ÖŒ¸øËJ•¢‰pè8Ž¬q²’K¼z,c!@Èñj¤è„XœªÕå(N`µ9Ê»Öt{Æ­€àÒj°:N¤”×DéÂþI¬o†ó8\ß.Y» &–e=× +þ©‹/ù6´çPï òIU{ÝUk7J#ccW*å ¢›Êv–Âë)€fàñh† +âÕXkçÙ#e;6ñcø*hŽ…Üõw”tœçÂe¤~u$ˆaôªYÝp/=²Óë7ìñ +ŸÈZ¦ªÛBºG[CBGÝn" Ÿµ”Ë/O}!£Aqf +¬(Fi:q…Îov…x1¦fTC +‘ßìz2‚|¥Mµ¦Ñï_ß½üþ;'|Rlb``§^„V,B?`Äï¦AÆ׸7ýúæöÅ›_€ë +¹ð«“ùّʺ/ÏgÒ—grƒs}ö,ëjNá6ö;†9cèÊ1L,ºË',—uòpÛK].){©÷{ +b±èÚC³’ÑÜ°#ÁxäþHl?T#•h"<…±pñuìˆÐH‰ÄÅ|Ù„¿‚±±râ.ú ñêâM0)¾*à†O”\¢„=†¦¨„²äÑUɗчz`jP Âz +yŽÂÞ3”-nÖC]‡¦¼œS0Œ´5¶ä¬j¶S¡Fæȃ?^T¦ÀuX†'!0‰Py4³— +Œ)Úo‡d¤™ ÊbÏÝusq¸å#c`dù +¡_0â8Žì–‘œs݆~¢Æž2?ë^´¢È猵–à Èᄳµï*Ðþ3G 6`3g¹9WÊÁ¨Œeë"Lå`*c?¥FÄ€”£ú×0j9<÷so~‘*CFNEžœ!HGpÀ(`d{,øo‰ÿÞúêFHLpt(|(3 +óñßS_¥T¤ÁÎPû‰*ü÷³ŸòÆ÷݃ŸˆÚÜDút¢Þ÷ÞøÎ/òtwe+pÅ"eÏ*ù`œ…]M9ñÁølStÚãc Û¯C“%9:yJ4ÒI(DÑ祀–±µ¨ )-¡a_ÜDQ~;¾hF0³R­ïÑè2Êݵ±Á¡“s ËA`N©±éDlÀ‰ßtÅnçOŽ ÎޜزÞ~¶b?³^b¿8k†ýŸa¤(€³œçž?0D,Ⱥ')‰/œ?”êxš£Ô¯²ýÕÕgiró/ŸÇÇ2š…Oç,€ßªþÁÇÏbžêo×J©ãD®j,º‚ˆ£È>‰’'qæî–µÜ +å$FìÉÀåæT%CÜÃô\û”÷.†ú˜S³ @p^Œ6àÎ^Aùåaí”5]!IxŠr[Ëm•;[Ü-•\&À¿¶ÇÅÍvâƉ\7e)Þ—S$G­wâŠdÙø!úb7Qmg +GG ”¹Ê®’˜Yó ‘êŘü1¡÷tŸT;*B^¤¿§æXúŽ½åj +ÔO½†9Ñ¥‡{ÀOëƒúG?ªŒ×?úQýƒ#Kôûœ%ÃSp†òÃ@g÷Œèsù÷ãï‘­tèÏ?Êœ¦Çü‰àß{ðì^3ñEþ^ÄãϽ;¹êÏ„aqr‹ +œ¸‘Ÿ`öl y|xOIsµsñrJ‚—؃9cè> Ì6Ç4;Ψå8vNÃÙÝU{âÑêOý,@¯Èp€ø«rYPðÐà…::(*¨öµ4 àÓËZ5ŠO‚ÉCQcBŽ©üU¹q·òÔü¾Z‰9?ë]ã#•„QÒÚ ¨jN¢îÆus îBGª>ìТŽI•žèdˆv=”2 +üŒ—…(ì2…<[WíÁg=ò\Ó H®•| Vum#wH’mt šG“I2µNCƒÖŠ `Íü¯§ZŒÉ撩φ£Ðÿâ,ÇÑZ*Öç£ó:ªOÎ{6‡Î­º¬®L–‡‰Rö3ÕÕ˜ü1uåéÜ©(7Uó ÇDh·p£4¨ÁšÉEøÿKnMÒ ¬ÊQû¯÷ÿ1¼aÁM`%&Ÿ_Ë(ŠqG7‹¸f×0ÿÓ2¸5Òa×ÜãèG|³ßä¡VPW†¼Ç_û¶^Fƒw ^bÙ!¦õ#W²&R2(éʯdƒÿ:?èÿmŽ-?Ö‹º°Á{?èJ‰ÏÕÖÓ8´UãÛ²èKu ”át—5nÏOëªë‡Ÿø×KÄÛuU_èò uŒ´ž‘¤n¬g¤ñŒ´¬Ò<#Ói<7Oö©ò;¼M(Û¶òû›²ÿK¿m÷XpS–FÄOñ_ŒUŒ^v*@naÓ÷=çŠp>¾dW9ߗ˶Y ë/ñ^ŒÕ_n«æ+“*L"„| #õŸÞß¾Ú]ô”šÕø„ZðÝ"¾üô Óé pu†§õ\µÛXO/-ÞÓJ§,cà}¬ØÙ_õŸµ$‡~Ö‰ÁŒ¶àæ¸kExkÃ]Jßô&À3ä,? +U”¹¡ª¦Jt) çGÍLn’PeÊLç^ƒ#2Ì +^6&Ž:ä¿ã; Ì©â;1¬ä.ò¡°ðà‚Z…i„!®É=C±Ù cdgâoY #fçÓQ]iBaªÍ±¥_þÀr-n8ÿðØR*N£ª±¿âenJéJÕàW< +7°ßEW+ØÊ7?.­>Éå",ºä¿ª$ +m®ÒßÄü'³¢¦InOÆ«\Ò]¦¾›|ÈtAb&Ö¸`'^ë€5Š±\`×#WŸ˜Ûöt¹e\\øã«'ÿÛ:àWÏ­«–éÜÇ. 7éD$J8‹-®0oD'ÓûÍËÂÁyú½!& +ù`0$ƒ‚òðûù,ü\6Æ+Øh•7ü*äœgõ¦íàTîúùŒ&(kâˆ}‚ãE—t°—ï˜rŽ-œ]¹/…¢x¤<°ùÌÿ#Ú–%d䧧ßuøµ‚FI}BEêÒ&RNí ¾–¤£à8ÂB@!ŠTR°À0DMî3ªÁhQé>ää½.%b% ®«b×ÿ‰? £ /öýÐnÊ®’o\¾‚7iý$’¹·«–.\b'7¯'“ÞÇæ vÇ¿·?ÿ¨êÆš +þ‚•¦ÅU0¾ûá?ðøØzL^„Ê}leD„p¾‡ÖÖ_y*ég?Ç-ûjù;‘ä¥*ùªê"§Ð²<ôC»«~–ˆ)b¢”»ì˜9>N©£ñæeP.tšIºe`®‚½Põ XŒî€ ½ºÃRRè±NêÌqEOÊWÓ3³rÜ$•(~ƒº^ÚÖ])%bI*E`Ãûm1LLêžÏ37` ùDóß?»9?ÉnÆ剩Óó²pk8T§%E‰×$ÂÏå³Óè“[a Ýúø¹eœ»Ïš´\¦Ç¹KhÕè&Ñ—sר·è÷).›YøÔª×1p,u& XVçž|+¡¯xÎCšfvÆúÁ€&A!Yqt*î>Ã7l$¤9ÒbªüNNx‰¸ñ—o9æHÏHÙTØfâ‹$(Œ¸Ã’q¦!œ¿®Ø'±d?HùëmWÁaÜ;#ìEô­ÿŒö4Qò3,@NCßÚtÂì'ìgu=Àci£SƒM#K’Ú)ÚIhúY¬~•Š˜äÒ;­ä“Hh']@Æ°¥›hJ*ºöhîR§À]"Ÿ5 öœ“[6x W.ß#Î#ú" ç%𗇆‚ßà> +endobj +50 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +51 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +52 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +53 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +54 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +55 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +56 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +57 0 obj +<>stream +xÚÕ<ÛvÜFrïú +n²Ã¬F_lNh[ZË‘åEÇΑur0ƒxf@ËŒ×ÿžº5.ÃRŽµ›Íú¬¦»ºÐ·ª®[WS¥ðŸ:³yR¸ÂeÎ'¹WùÙÕîIzvmz¢g–S¬/Ÿ|ô\isæ“"3ùÙåõýÎ.×o*={ùù™I3h4zDèç_~ýÕ«sã/Ï—Æ¥‹/ŸóïKÄæŽmRäÊPÇY’zoÎT¢¼öÔÁň7N@'Î¥öl9Á»äÑ“´È68_(jx& +&/°ãþ-Ïã“—¯_sñù‹—Ï^?åò¿Ÿ[˜ëË„k^ ¯¾€Àçç>]\¼ú±/¾:÷nñÜ Ó4ß<»ö×y˜žQÙÃDpÊ&i¦5,"Š Rh×E˜‰MM6Źיr6·€­ÊŒI¬ËÕŒ¤@ª,U¸£ÊQæðxS ³¸øøå3^Ô‹´—K“&ÞZØfàï­Ð Àéâõ”\&óÜ9L"sFXâÅùÒëÅôïŸé_` +¯˜PÇóÒ°ey!_>‹uîíóÐ÷·Ôßõ‡#AÑ:>,Æy†¸Œ +aŸúL0.¨«»ZYdiãÏ2XyŠ;›þÓ7oÓ³5Ðèó'ibMßA%MTQè³ÝW$)Ð6¶O^?ù· !C—ËiŸLH“ΙQ”:ËR“@Pœóóºíú{³ÌàP¨ 1ÓĪTž%O)…YJQ©Ä;ÍRÃXþ­ý,Uæ’,&\Nç[m›‘[=[í«ê§þ4I ÃT)ÿ›I’ž-y½¶¾È¯SòZxřϋÄz¥Yî&éIÊúÜ3Xó÷HÙéÜbk…æ:_¬Ž,6ìvè¼Ë;A +ÖÊzOkÉ進‚ü¬€E¡Jµ¤w +$IÁZòP ä$HV½(WÛªÎø©”`·Wˆ€½<ÏSùz(e[qaSî×ÛjÍ•z/­üÓÕ»z[¶XÉ×ç +zè6u³ÊÍ«s.=WÞÕýföñuu®ÝâËüaJ +VåX=ì›'ÄÊa]_#úuÕVû«ªEùü\¹EÓr¥ÂÊOåîv[‰þì7òõU³®Ž)káHg¹>ó)h:gTtw9Ayá&\5ÐD°pß)cWÕM½ÿ™VóË›ßõoiÍ©(83 ÁÒªwWÍn[þ3ʶ-ﺾ­ú«Í/?™}9pUÞö°ï?£ö@5Yã&pùïW.i +':Ù–«j˳üÏŠ¿:9^µï«¶ÞßœXÉ°à°Ç/?_ýå/W§ºÚlë}u¢muÝÁ(È’8yV3TüGþ¹ƒÂ¡øÿ‡|hdyÓQ@*D»4﵆ +h6âaÙîãÓš¢©QVÐmÕ¶=,Wg|užŽ§÷žøBãmAø<Ñiá£2gÀZNѱ9Îå~wdr½¸?l¢åÑaëña»ÃaÞƒWM_ñ.ô›²gØ‹gÏž1ìv[^U²["N°(fSɪœKŒq^,²Uu +Æd‹*F¥Ö h2]Ìe—HÇc²¸r‹oÐ9ˆdƒŽ°¸XíéǺmö;8eO1ýb]±œ{Rëêÿ‘çÚ­†-0¹]\7Mrµ"<€˜Å»M}µáÆ€ôŽöyÖßÝÖWåv{ÇÕCWuŒrMâ1d¥‘Ñ¿ÙT¸â,‡ïPhP‘—„…’im`5ø›(߃D<\õÃÇ0êS®Ô¬»ù,˜&‡î Е}rÓ4kÔëªämõþª­Ê®èF +?¢*·‡Š±ška Ðá\£}Î#pªðб0rÒðÍlïÊUƒþÿAæg÷°¯û;,Zš+‚¾ÓÚ4·¸Ë=ÜBÝr Í› +ÂýÐÞ6¤z;n(¥«r0àbÛ5O¹( š›ëº—YÁÀeV÷X§†µöÈ•¥ ž¢ú.u)â7h+ /¶í‘ã‚Vz.·Í¨w¦ô­Jdd« +*¬áØõ´Ñ~`çuµm:´m†xN +J»<˜]•Ü$O¹zRÔjp<ø¦» +ö.*òÒrŠ‘x÷:c×öÞ {4¸ÊŒ)XzÜñ®l¤ Ç +ØÁÃ7nλ¦Œ­Ý®ÙÓAƒÚ6K×ÁP̲À0X~7ÈED¨ºn®(X¬ V"l¸d4î×{è·?ì˾‚!½[ ñ©e§ÀHíÁœ*Û5ƒ_Æ>Jƒ;Q¨ìL%™ËìqdhÜ!“8‹Ô›àqdÈ&VÃÉŸ +,{?‰ Ù$· /'ðoÏ— +C8Ò¿šj“xŸSÿ¶°Üÿ?Äæ¡ÀëÐi~6Á›IQ\é±%Ò)Ÿƒeª³9í6%n·µ$­[ì»UÕ2äÁº +l3ä7©3h¢£ðÕQ#ß +;´Þ¶ +”w7‘?`É@Õ]ù=ës;µt rÁ?¢^¡Ôì+AcãJ@+Òl¨Ò’KøcÍ"òŒ^I—uTõ´™wÈÞ‹n“‹$³‹Uƒ:Kbk˜c[Ã2W` ©g†œŽŽ +žÂó¶Üãü¿¨{A+ÐB¿?GSŒ¡4>-qdX-W?)ÛmÝm«.Ï‹²ý\y£ýÛ$FˆgÌ•¨[Á2alu¶¸e_µ×‡-·!ÓËTðt‘Kˆì+Ò¾©;ndfÀÂt¯cøžçÙû;gÍŒÐØñ‹Õ·ðXØ­ßápðqÒõÒ8nñÁLExœ·e۳Π‰¿_”í÷\ú°"ðjØnBøôÜ`#U.g+mo”{{Zé\`”°Ê½ünáЃ +ª‰‰&O¹ +¨¾ +xMbÈ÷¬¤­úaO»j~ŠEx™€Iúb°ÝÁšºÂ!V‚ñÆ¥UÅM¢ÒK d}¸ª8ĉf¦…‡åzUœií“ uMÔ´XË)ZäNgì΀ê2žSÜÕƒ§ëU°â£N š õ$8êŽJü ßÔ71h@ÿŽèôpýîÚ`SH¸éu%†ËÅ-´ëú§ûÑBX¦Ê@ß+›dÞeq¿7`-§h1¿÷^w$rîš'Êá®=<ª`=:ªkÈšb>ê`½†ÞºêËzË.ß±½,4ì8†À¨Iµ/XñSˆT_ +jAÜQvn¿ÁÃ9ØnÆücÔ +REbðV)•}QÇîÁŸºƒ3Bê[V•Dú€ÿ T+h.í×u[]õdR@-˜©XfE +v_8•ÃÙÒð."é³;€Ç¼좞$šŽ-Ž$H:÷ÌÓ,ñ.ûñ4ÖO@š†Þ$.uº«|è +|¿×5‘⪺*ä¬2`ïï†&Ú,£ñÇeM +šåšIŠ";²Aë=:`xÐ|ºø’¬/Ö%ée¯@í4}ƒ‹¥ðËÂ-]t·[ŠÀ¬ö½D‡R¡˜2١ꀑÉJiÏØnv¿Õâ„^©‡È¾z(š,H´/Œ@ڎŶ¹Of=ë¬.±€‡"| Ki›°sê@’©£h”Ðh~óòí «lŒ"A[ÝwÕöZÊ⬫+`6ÌØŠwI&öÝõQÿ}ð‘ïÇ $n|¼™Ú%iæòÈföråöøf²Ê^â펣HÊTiïż5)Ø2· )`€5ZdÊf3þ2g§!ê06O2˜'X!J‘6>©¹ë` +‘¡‚6 +™ßaCKCCq&† +VÑPN˜›I ÷B˜',¹oã:9Cð»\ù=x:úæÐ'¾ŒR¾:~Š§=øû"‹ÿ¿zQgYdf}üêïjGä®^V`! ¤êç0ŸSaxpfª®ü±Bœjÿã,j?›½ 倷 ÷Á[¼ Ò j1`œ;°ÀÄ.ufóÑ(º—FØœTw’£žÝØÏ/O“LÑcA8ùøôÊrĉ\’u +AåUðà Ê#ƒy°NŠb: a´]¹®BD‰}ÎY H4prŠX`Ie`Ä&¨ð *E U^<ÈB9Ìʼn)Õï—@cÁÂò˜òXSÇcÈéáÉ ñiâSgg~y2»%¨¯ÏNg±€äÐY²®^dzXr]áý¯Òf±|CeNËyEÿþéD¢ŒN½Ò`"C ‡èR]Me°ü:šçc &Ǩ(‚61ÁJrgÌ€¤l¬+Ô¯©›êïè¾¦Ö +f)NëKšâWaØl–wß +FÄœÞgŸ2Ùâøã߆Oó‰ü°˜Ÿ¢(`¨RÏROÇ&†A‘8æ4Xeá&ÉF¯h‚ŸF§nSnóG¦öÙ·ãÙ†©5™>›ˆ¬òøt‚U84S˜ôŧå±ì +I‰2p–ãéCŸËi§|¦f‹³i–ÐØpbmnÙHÀÕ¥´ÐùŸG·Ž…×.ºýÇû¨RÎ< x§údÉÂéÈÔý‘¢»é‹<ã½ø »9íTvszxLfPQÂëÂ=rŠ&ÝŒçñ³ÉQšS \sg­ æу›ƒÊÈÊc½hèD‡£4,L`²Ã‰6vÆ­0wclËÙOr;Í`NÑ\[çæL\ÿê‰ÏFkϤBÃÔâ Õã42 ·>N$ÿÖšýúµÎfd@r¡¸›Ò ûÛÏ+~>3ЖY–ÿöó)>(ú˜ùe<Ì_¡”òÆWÊž0FDïó$C·6.³½OtVФ»È¨‚urV<(¤BMº¢M³i¹êÀµ¸Â¬ +(¼#¡ÚÓÉ +É Š £E,þ ú +óX§c‹!øw±^)r—¥ù<7ù‹Ãg,ºÿÀ‚üÛ¨yÖ`á‚ÄKîojØ{‹ßäþ1RNÐ$%há¬M]&å㤌#eÀ£˜_b„᦭ª¨ÄëÏžü¿ÄÏia†€Ôw©Á~ýˆ:£~b†œm•Ÿ/Õ"ZµH$y[®ërßÝ' +ºÍ™Å®I2%ºIk9E‹DWá(ÃB\~²5És¶:8‡É*-×cVŽïQÁÍ»ãùÛX(‹oØÀ ,ÔGÃmÅ@Àõ%Ìýé(^l6eÏV¡œkþ?úYEJz`[sp,Ä)0õ5›·Ñ´)íS +5 ƒáp“°bÕô¶éj>øX£P4S¾‡qQtx}tURRØÌ,v³ ›ZÛÙe +ãѾÁ/ÝU"Z)#G7ØÄÁn½¥tün#Œ15úzÒÀ`J‚á[XüżXr…ŽzßõUyŒÖ ÞF°VMß7»9’4b”ꆮ¢ö_‡®_ÚQL4¾ b$”㯠kÐ.Æ"Gw¹\òÏ®Þ×·@ÃòÕ¾áò¸X q6¢t–‚«žz_UëjÍá¿¥Eãí³™^Ù#Pî¢>‰ý™L.6L™ÎÌø&›žl”0l,g!$±¨‚VQÃvÖÜ€úMCü¬òpõMxtÊ„ïPKEƒßCøæÓf_n× ¼h»j_• +FHÙo@¾b€1äah=‰SBåÎÞr)Übqˆ³@En µ–<8½¸AÛ²—N† èTÎÙ.ËÉ)ZLNÞëŽSMïE H j—=2nÀzt\Z¼÷Ù¸HXI[Ê9›œJ|Õ<^ĺœ) ¿t ¿“¬tÆ­¥aènN4 +0³T3‰ÓÊ̹ +ñú^»á³ðjsy¶ö©¼ø´9 ™ôŸ4ÛÃN­žo ~#€Ayq8_žx,—¦þý2§òS™Sæý2§FÆ¿Ÿo .üà¬\×±æ—yð}–³7{ÿt"¥*ÕFMßðá=^l¬_È™c7è´ÿÍP‘Ä ïÇ{z¬P ~)¬ŒÌoVHK;Ðüt‰… œ¨LâKÝ-%$¨"ƒ°+b ÌßÁÚ%V ^Þ–«š.©ϭūоޑL ‘È(µBÚ¾™š*¤k›ðØ }ÓpÛ;¾XÂg"ô9 +(é$küb‰Wp”´ÆVÎ7Ø/èvK. MÁÉnéb[ïê¾óÂJúˆ +ÖàEÙìUüm¸þä æ I@OÐäzs_mÃj‰°Üu6•- +©eÐJ1þÃ;bçùÂ9z¹hðÐÝär‘ߨLDE¸M¼w~1æ‹/¬&ð_Þünõö= [JJÃy½«·[.Ñq!$'åQâE ÖÊn´l#¡2»+ïÁz¬Öt[®!#+BH(á! °ZZ§§ëݦ9l«Yõ%)'(‹è;>b .Öl|¿®oàÔœ«…øloßi£ëî÷ ìzao´F +L²"k$(aôW~]Pœ²ÕDæ=Ϥyï3Yüª3é?“E¢u–MÏdsèÙ§Nh¡R“¢RqèÒñJ—«59ÅÐÌOõ¸N1–§§Ø€Q“ºâä!ÎR>¤YÈ6ÀpH39¤Y:R@üó–ŸI \ÜŸ,HlØ@¨Ã@1›íú +¤éÉE7sØŽ˜I,®eŒáv‡ÓE5zœ€2ZGo‚wù÷ÉpƤ!?×h<daš ¨ô4ÓÁñL÷´@ö4ï7éìÔ¤íßPsYùé)ß]^å˜TÒwaíLrƒ‰‡.äv¹#,GÂsÌK‡†w*é˜û<¦vŠ02”vͺ¾¾ctqú³ñÔ¦”!ûQÓÆØ:Â¥5&îŽkè[PNÕJ‚ÚÊLv©¶ ß®Êm¹'›Ð FÛSù³P¹xBnéÒ˜*‘”L +ArѲN +©ü¼ŠýùàeCU‡AiHIǯؘËäÌ•`b¬Ox*3¾‰fø€û‘é4„MéµS®Ù;ÆÂH(¬Éû?(M%Vw%¾VÅ·D„F½(2P¨“ì‡^µM7t7ðObž"V¯IØj'iþá•úð*BÏ^èa“Œ›FÒcSÙ Ê¡ÝÞõá9 bÂpB¥±!TÍ“t„Rôž¦:NÜY7c.Åiãy’<åâ¢4‹Â¿òÿå + +N×™©d™y)S‡­‘5Do¤~¦Ò°¥‘]’í¤ð^*Ç{![‡j8Ðë&ªÚU-Ï¥©œX’°Å8VE¹ù˜÷ºŸ=o³`ïä¡Ûmˆž¥ñ¬@¯§ œ”g)`|E—꽚jñŸ|‚ðÃñü¶á‡AO{‰$Múc¼ûy°agðçÊÞ¶5="[/†ÔÆÁCÏ‹§ä\6{Xe䶒¨Ëiá¤×«í\Á#o(…{O„ÿƒ È7=ñùÅ´«;L$|G6eul¡›9øX‘X®˜AeßW»[ywfÁÚÍT~DèC +J|Ñê–ká88¥CC¯ŸÊáŒ`y25¾Ø`ìê‡CEJk´”ÓïEQ~O£ü.“è¶ðç‹S2ðOÄÚki¸ã_t(è‹XáUÀÇWAÑ×\“WAÀaë ®±uƒàM˳ýâ+Vlü|çnxÎ’ËÔ¶ýOZ¾­ãœTËm[•ëèüi¥É‰Ç…HÌõïÄLj²}–%¹ñþ‰|wBä»À÷8ê£Tð!uþ6á6¹EK‹A¸¦“M«¦97çŽÀËe&Ë0<¡ÂJw¸·¡Bøš©iÍvM‘>…Yh`\IÏ;BŠÏäíÖèì´è=åˆÌ¸ž†N±E®¼ +ÊÝJ"¯ÞÙÁ÷\vv£«‹ÂS…áÒðÐàÁBæTá]5y‘%_qSš»Û»8rZÃÛàé‚ F <`½<¯÷ia{ +Ÿí&«vãÖÑËþNÞÿ¯ªð§Pý²1+þ%È¢ÃfÐ'l"…¹P(cÿJ>â_Á(2¹‰Ä QH-Ãëo‡ Pþøn;ѬA“ Êe†£‡/M‚-A³šô™”1×鵿|§¯æškQy6xÉD(ùÛºv +”ø@ÓÄ[@x{X­‚—ÝÝòÃ=ÜÞ1¢:œÀ`×ÇnÎ; ü*d1È{-ù]ßs•4ôÂJ +¬±èëkF—+r;zXÙqÁÁ÷8‘­<0†ŽþÝ€á/ÎþNÕÿõ‚Å +endstream +endobj +58 0 obj +<> +endobj +59 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +60 0 obj +<>stream +xÚµ;kã8rßçW8Ø·cE$E=ö“½ÙÛ=Lî›rÁîâ Ût[·¶ä•äééÌO½(Q¶Ü;È!h E‹¯ªb±ªXV‹þÔ"É£Âv‘Ù4ÊS•/¶§WñâÚ~ÿJ ÎÚ#­C¬xõ¯ß*miTd&_<ìo{Øý°|ÿÝÛwï¾^­—ßýieìò¿¹ò°RùòO\þ¯÷oø¾ûöíßßü‘kïV?=ü§K¢"W§S:Û…ŠTªSší͈8®KGÖÆ°üïñ&Š‹<Á›ŠÞJƒÉ ³àá…|óîÍû÷Œ’©(5*a»R}õöa ›Max£²—ikUřְˆ_#¾É¯ˆ¯ETÐŽ€ÖÂfŒ^d@•"Ny›™y€˜GIª´¬úßVkåK ­—_ñ'›ÔŠI +¶9©üš¡:HMGRÓ¡´šôÕfÚ:JO‡ÒÓ¡Ì-ñ­Še“‘³Ä÷Xëmì‘h·Ã!õ~ŒmœÂ¿XÿâìkfökÖr˜Åy¤ušÑäÏs¬A¦¬M&„J'µ|ÊžxZÕSÖNRÓ‘Ôt(OY«§­Ó¡ôt(=ÊÄwXkFr¼ÀZÄ +Ðî³ÖL©‹¬Í^f틳«8²¹¥S¥YQ Ö/¯~ø)^ìû¯âÈ ¹ž Gª(ôâôjè$ã«÷¯þsÓDIžá:ª—UEš[Ð\êÞ–=^jM¤sÍzzÛ/§º‹@Ï™lùpp­Û7­{ÍõªÇo¾¬:®Ÿ›®«6GÇ5@䮹0—þc›¦ì¥sß: +V;¦”—»ªby©w®Ý_ŽG¨êxùaÓ|ä׶MÛqyã‚ýÁ1nëNeUWõ£ÀÝJÙåÇžkW=úéä¬ÞOå3 äjY7=6Ž¿î—Kyä"¬›¾eÍߪæá]+/§/7{?`{òtÕßeÔcU; õ h'iº<· +Ðò„• ˆS3´Ùn/-«šÛpà v 5á(WP ép.€Ÿªþ0·Š‘q<2Êž‘t4Öº@Ê—=·íþ2 ¡p(WÈ=\“ Å嶯¶HìÞ^6L2híÎå97Ã\~wÙVk:þòÜ6Ö˲m@hÚ¹m_á^±rpåÆì^s¹‰\×K×o#Þ CÌ£uÝåˆÂ›XETÇo £XeM¬^>­T ëA”.Ûær>ºWˆâT:—mùØ–çC77©ÐðÊÖqáGЩg˜‡¢¡`ÂÕ}Ûœ¸äJ¤Ú+ +Œveí2â–‡U@.o›¶Rq¥?TH,¡j»9&°¨§²†Cq|æZÿäÊŸ¥H …òüèe +{þ"{¥yã “«¯:‰ÐÍé/‚8Lß^¶ý¥õ3Õ;¿¨Ê8œK–YÕJiìÇŸms: +C«Ÿ‘yîZé' t³\/¬‰£%Ô¾·ZX×!6ka¶14(ÐÂɹ2É&™ ô³„LWS$¬¨C-Is¨Eÿ´6çþóhÿŽú4N¤-˜xÅY^ GªÜýíÒõ$OpþðXÑvnçv|,°Ž"[‰ fáÁ½§!öD\ÿ¾ÞVëYãêž„(µKhjs©Z/ÀŧCEö™NBÙÃT3|Þ°Ê®ÃQËóÙ•x;c]Õcw*œªÝî8«%ŽBL’µaó à-û0—# +®òà¥özìLƒRU‡tš£ »E¨nAlN`pp©ª·-hAǵRÚ›Zp?‚åÍêêà^ ê¨¹&;·…-ÉN¹èõKM’«Qr=TŬGWU{N¥X‘.Ë•ÌŒH¼§„½Æx øî§70_1!jÐPMç +ÛþJi"G"îóí¥E={ýËÌçx²a¬zýnb3JÀAçÙ±<9FŠì‰5žÇ#éš™ž/Emê-ùBP÷Ni’Š@!kJ,Ö‚ÃøSçxù~l”ûVŒcâƧ@géô„×`'4GØ7 ÍÑϼ¾dA—Vû‰`¬·à+ÊðnÔ“³cÏÐ@ªÎa „üO¬rKÀÀ’ì‹›gþ¢ýš&Ëörtþlô +ŠõØó×{„p帲î<°ìï©B™Ã¢h·aJ;’)-&\J`2§þ†£ î -\=”ód]Vpä¾îÙUyµÛ‘$Ò-éÉ+ qqÙ@ðŠŠd¹"ˆÏ”B­ÔsgVPðVMYg“VÅ­Qgb€¤þC°ÈŒã)a+†”¸£,`WÑÁaðt /Í0 +c®­,ÞݱîGvŒíàìwÏàÆ~ÅŠ—È·Îb‰†ß®¯l$Ÿ6cq—"z~sã(5EàhÅWvö¬O{0žF¬™ „á&( +qØÏmºaFëê$Šmêýz¢w8:Û^¡ËFÚÄj4©„"Ówå;÷·\A*h è)LJmÙ(6irí0âÅ­UÀ¯D£æº ¹‰#6°KN–œžZrZÝúÉJ¢NÃQLŠ‚üu+¡/¬³ç3g°¿´Ò0jZ ØlGaƒ÷·sç +‰d|l- C©qÊ.Œñ®BÆ0[˜qi(ãÐ2ZØè¾Ðñ‹™‰ĺ^Yß'‡AZ +$ è2 +Ê3°R^ãž›ê¦ÿLHg† ++Tüe,„"Ö«zB<Œí¸k|sNä5·ÜòNfãûò|%/*áu‡a:h¿²î Ç´k¯Oî$Qú$NèU¿%½4Ä#‰Ø#¨êåÛñ®ŒUâ5U]“ÞËXW¶3šþÜ€WN·…+™Â/1ú¯|í\ÄMl£¢°é"±Q’êãáîzDžy”4È‘ÌèëWI¯ 2~£¯3¼-Û + +ºé~²ÉyÌü»Æ_°öÀ±9(±çŸÝºmÞgôẆª¼ÿjÀÁ*jín &z¡ŠEJÉ*ɯ‘J°×!úÌÛÁH,çj÷$4ûôÿƒ„r¿ÔÛzþ]· c*ˆF@ÏÉqÀ¬9ƒ{~b]+vÕ¤y×l/¨@"†ÿQŒVç_a^†aætÂÕn + b!PÙ¦à‚ù÷ïD…QlûWbš:¼ÃÁY +Ñ +…]ŽVíZ¥y”ãKý͵æ5¼“ …ƒ“Ífƒhkµ_X8ê¯Âø¨¼­\Îç¦sÒÁ+=5™2¾wóùpææ+©‰®>^=®u¡ÑˆWÊ×w%ÝÚ,Ê]|¡¤‡è/Iú€ç%}ã«úSð6‘‚MÓâ‹Ë>ÿðOýOÌÅV’@/ÿú­ÿ²Z§x©×=3¦Ä$6–žr(?H‰ãtü¸O¸îãàd£ÒñQCNû¾oÆY¥°½€ +^Ë +FÎÑìĹè΄`QÌêƒOôÒX/î“îóç™1üš\µ¢¹EJÃ_::Xç´¨X_ƒXw§Ý¹®"ß+tMOú›¥ ÚðÑýaüD€±‹0˜\”)‹ýž¶°G¿ j?»»ÏÓÒ^îv¾»ß˜aÍd=5™sØ®8xë^ [ J'³‡æíàšìÏ{!þ¡„ç“ý|›ê€xëXnÜ°ê¿î6Ç¿~ü‘`f~,¾âO†ãkŤMahGÝ‚L2 ²·XÙ-h:¼¦áʹm·¡" +÷þ“ñë«Å¤Ê Ž`AÝöGÚ¹z÷«ôý¿páyŽ Ï.$“­¦.ä·”‹oAú– É-Vz Êo©‡}ÛžüÒ)ò)∠r6ÿìºÿ'?žÅQ¹O”þçû +Š”XâôTœbúòG¢ulFͬ䀹=*ÏÙ½Û4cÅkÓ”ßÌ[’Ž…4RBª(¢ÄoGpØd^af^¹tW‹º›L“ݱþ)‘\š yf†Ýõau”Æ:ÿ¢Ñç³tÀÀ19Z"¡QNÃwNBòsûP_‚ÛMÕ¾ è%ÏHÃ(+ƒžŸË~òmÈ—¤Fpó9.3}ÀžË#ªØ·ƒ5¾²],vKÄ5æ!нFÓ#¹äÌŸ…>Ð +öÍ–! <ûÆ£UéÌdüÈc¾ð‘Ç|ñ#Oqõȃ ‘\ݵ6:Šs]{ÈèèeE©½PØ8zݵFÜ +=>âø·D;}ƒT~Ø +ÚIB±À§fl©ƒÔ>-â:#!ß•”mi82b<ôa‰y°ñ<@œºë]¹{͵ž#Ž£œP=cþ2ÖA£üÌ”ÖÏ’3‚‚BhŠÕX¢XÇá÷Ø”;ßF^V"¯ì3ÙX +#¢ŠD|Ô©Z»IîV˜ åq%Pñš'Ú7þ´ú©7ÏâÊZåÆä·®ìÜzÒHçCùFõßdØ£:‹çVd&ºP½ +LÉ{¶pÞóœ—ol”ä…ÏœÛ`ì~e²å,qt©"óarÙ +78òy’ÜGÌ=3ø׸ Ž'ÇÈ—ɹÜAž–ÇT´lšŠæ³¼óT„A’§‘_…Fs +ŽïÙLhý¥¤XŸézßW©‰L |ÿ27>DÉðæܱsë(©kÎ +zòÖHèjî«/ùyo8ê{Ï} ‚Öïéž3‰‚î\ßÜÚ_zÎÒz#ãm½¼qÞ°rõÔ£[ †ž.ßNd‘‰êá‚fz=‡½®}xÒ³äŠî¯]MÒoXŠ¢hî$ +ak²U¬ˆ{YÿŒ†™Ïé +²R$l:¦q_®Òçsc.§œ(F×´…«'~‡‡¿¤ÿ˜O7ýqà(p:âTû°à§zù=¸ ¹a‰îý,§©;~µ¾pÜ€¤Ñ"9¡tÏ1ÉA¬zK4 b +?¨É$³:ˇ„€Iº¿dæÃ=—¦ÚÎýÖjøÙf¶þ/évO« +endstream +endobj +61 0 obj +<> +endobj +62 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +63 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +64 0 obj +<>stream +xÚÍ<]sÛF’ïþzØ«¥ªD,æð=9‰½qÊçÜÅJ6[I ²p! ãx}þï×=Ý È¡$'yØR•Ð˜ÏÆLOÅEâBYiJsáŒÍ ++Š‹ÕöI~ñêþþDp›eh´Œ[}výäo/„T6+*.®oO»^ÿ°òò§ë¯.Tî RK¿úúÛo^_*³xöêr©L¾øú=_akXge!”Øe¹µêBdÂJëx6µ›™1¹¾XFí®iö,/ ƒÆ–ÂW<ç +U”8ðXþ=áñù«goÞøâå«ço®þîR®¯2z³\úúk.\ðÕ¥ÍÏ^‹­Ÿ}siÍâŸT!óÜáÄOž_ëk, §„»ÆVé](³Òr´ –ÍÕpW_ +³x¹4F,Ö-=wí@À¾k±ú×f]S¶@.}ÝQQEm]ízo[®Zµ»¡k7›f÷vêŽË›Ã’ @ÇHžêªm=Ô  µ\´·øäÙ° «ûÃf¨v½nš~È|qè U·m»úŠ:m«Ÿý|XûvÓÞT›ù”´«»j÷¶†ùT®CËOœ!|G„¢ðù»uÝmÞãDDo@Á°¾Öj\jQä™.Œe¢þQ((O¤9íŠ6¾k6šˆ>Ø#¾”FË¡ùlÍ~ÌMÞÞõ¾Ô9@Èoäoûz5ÔëÍ{,-ü‡amÅ`Ó Ÿ Ê†»Ò*Ðla¿÷¸¯X}SßU—2‡Ío;ª‡UHl^‹ëX +ö{»­vk\´B¸Õ@åëz_ïÖTÚ®¨ ?¬î¨¨êÓ‹)áós-æ/‡v¨S«©d&]QrÓŒ†}Ñìª +¬œ¶«°¢:³®”s’xu†uä¹FàŒSÇ&š83:/‘ŒíˆÃèLKàPK@L qÎjTþý_/Y¤×ÀÁÅ#èI­Ø2´„ØÃÙõdl +&_S.6õí@EÛª»Åâ-ÖxJŸšþ¬QÕ@Æý™Ò:ÑK`C¢(Äœ6h'€žoë®Þ­øuß6x–d*hnÛìü©„÷»öRšÅ»ÐŒ»2>5}¬o†¦ÝÕëyvõ¦éWD¿&~KØçá3óqEò£ÉyE¢¦Û*T…yz̺µ‚Å°y™ÉRʘsŸŠQn¼Œ["ñèrá‰@ªÌ@,VY.e9CuSoÞ5ëáŽI""ˆ%Ðz©‘m&œ%áû¯c„…P™ +­@˜Vƹ?Q…(baI/ºúâvÂ|쵌»ê +B›L—@”c+Äáãÿ aà´X+?‰Ðë$ +›9íô‰'8äEæ” ŠL›ÂKÓ_žüðS~±\¾z’g +U†wˆ Ldû9(1¡`óäÍ“ÿGDzü-ì×Ù¡¨_C1żZŽØ­X\Œ2¢•¡¼è¹%Ë'­úÆQØ«¥' ¶>x…™±¦â~x¿©SëO.œY88õ5Û©pha›abÒkRÕèǬÎæÁÀèjÔ†{šu YÝ¢ã™æ¯¸ +5fߤ«Ö~¿Ù*‡/0™1VÎ×óASL?ÒÓ¿ÓƒµÖ°Ö-=ñ+ðéý" \q´õ3«}$¾’¶] ¶{¹óaï©è¤Aç´HKa2•£;-^ ༸„Vã Åœ'²ŠðeSïÞ"—-”W]SÝlꫤ)@Ê¡N8m2"à9ñ“Ôr‚Úœ;'¸ÓÍ‹ ƒOúT„еÐów€¦ÊÒ9\*>ãý¾^5·ïéÅŸ¯ùA¹}Oï릫WÆ;Ó‹@·x²ªþˆê¬¦áÓ íÊÇÙaqë% ¸Ñt¯-ŠûU¡±«! [iXŸT¡¸× ÈÕ¢4FàT*TVÀ ü4 B§û1 ƒK]¡V„ 2–ÜèA Ê»p6+ +h«À1æÏ5oMV88RlhP”‹Gš·ÜkwKè¦à glluμuh“•ŸˆDèõ ¡ë4ǧæ-IUâ:äYvù¿—uËÈõ9`ÞÀ‹Ï·:s¤þxPï1na5 + ¦!ÿ ã¶øÛø³ÁÈgm[X(Ñè3–¹þ³L[™çA8!ËûJît?UJà ñÐÑ`÷”ÊÙOÄ!ôz +TâœKcÊ¢©•Æ¨òÓ̯"Ë1ú‚æW^'°W‰Œ‰ÔNi,‰=,fs Áæí®íjª¯P‰ÆÂ¥T¬øÖ(Mð®©f `à ê#ØoÓêê‘Þ=) . +r Öh‹ÅË]?ÔÕúŠª GëF¡E儲ÙA=ß ÇÕæÐGÈì„žúkS±Fÿ%wä: B¢|U÷'‚ÜÀ¡é +ê˜à¥N‡Â¸Ñ2n•ˆ„ æã‘>0r4­uÐ /ïŸ64zhZ²„C8›7˜¢T¼µº‹K/~¹àØÙ±V‡¯¼ÔGJ]S¯qÛÖõj“Tê +P’ 9F |Øæ?ƒ¯G£æl细–ß¹= ï‰R<°'Q«ûö$4ÃIå½{rß´ÓžÜ?í¸'ñ´¸'`|‡-1¹˜¶Ää’¶K«àÄ‘E4f ,»Õìv?™;'¦J‘I¢Uv8 IÓv3zå‹B´E€Ž$…82C#kíôÒG64c$Y<Í4C½mþ•Œ©iŒ/f4ãatJÆ$Xïà3º*¤5ו#ñ]¢L_Ç#K›¹h\°ÒW]³„ +y¿æÌׄ΄”Ý*@–j +ú!4h§¦Ð^‹´"/ç~äKÄتí*²GàL™EvtÊØ¥ˆÏ¸Çqë„Ð×e–ç ùÆfa).—vÑá?ôr,v Y´ íb…e-BÛñ_5¶[ã¿ø/ ôëž#4ýk°¬ÛoƲ¡a¬¨Ç }“Gƒsûzì4Œ¸½ã!y _qw‚:DÞ.nÆ|w÷ ʈ†ÃÖ¬…¾¬7›öãÇ= T‚ã§-mº†4ôÃ÷I’PÙ20Vvߣ÷°‰QËý]Û +Á݈ßFÅííÓ´ÛHÁöæe„,îS ˜0¹Ì,*éG>ÿóÝùxkP` +eÝœ1Pè´˜;xÙ« Ç…39'] Ê›žž@Pk.¹¹&í,³ßI£Å-ì÷¸óz8ëó +)Á¯ÕìÖ¤û6kjNÜ[g½S°Þ™Vå#½Sqë”À`ÿÔØ,lÚMý¶Ù}`Aÿñ‡@tsÂú ¿­€tÿòñ§G°Í\zæwË)C‹¡ØÀÁüð+*#§>–ÑöaÙ¸}XNdjYæz¸:ø ÖþïÁÛaP_Ý2õšSVJÄÇy_§Ú´`°6ÝÕ·”5´knr˜ðÍû­ãê@zÑÀ©(SÅýnZomá̇·$Afh¬0¶RwÛ¯¶÷S¹Ó¹_•¥fÿïM]á ÊJtY3ÄniË +öY[InÕ¸*ì‘•„,a~êêçï¹I—܆ӔVÑwYN¦C€ÃÁ:ìpkö¡x‚U¼õ_ +p2. @5rF¨?˜¤¥@Dpå2¯'J"µÔ™ÌØ\%^'Nlø°Á8¤z×:nÔ~h»ó&rÅÁƃ‚Õîgê‚q7´‚bŸ¸ O P¤û}]¡ÜÇC¶£' rÂNfôúò–žÕ¬–^Öõy.w°Ó|dýhmKÀ¦õ¹—¾è˜ß©Ü€edìæÙû“¢Æ¶Ë©qÂ~Sø™NÉyV+b‰ê +µ]xÖlšÏõr°©q´ +zÿa‰¤L¸Ð¡'æ¡VódúÞ-=÷]ÅO‡3‘O·F8ŽÚ"tSS†¬päahÇEÐ|Üy†1÷óM½ +¦ÎÌ(—y&´ÐãFœñ”„V˸YÊ,?¿áåw@–ùbùÙ‰qn´ÎLY>4}hõàô`þÀÑvóéï8Ë`)•Ëœ+ÌœëôíÖŸ$ɨÝTL®eé©+ΊÀÛ7+t3dôþlÓ·WÔ˜X'5§9ª¿å™¥Ynì#ÓEÝåD´ Ö˜“Œêž²róEj|Cá´"³rÁÈèˆx¸¦ç~SùØ7ÂU‰á8³—ÏA*8ø:–²”s‡†O:ÁR–’U/07¤X8Eû°æ«Ô‘›Ç•c‰ÏÙÏs +Bž²™¾æé)‡‚Í,a-hñå<Š[/ãæ läRc»3J™W™·ïWÛõâ§5ù>¦5±Q'-2eÊ"Êö‘…ŽýÍÞšý‚Šp »ëÃç‹C~wÆìjÄ{*!íXÍtž#­˜6`¦ñöWÁ‰'•`É»»M7¼2ÝÕÁËRïCÌø/°Ã“ÄUpZ£· ”Ôsã ¦Ü|B;B¶}•T”â„e„v@¨¯ öú¾à‚û'ç±àP s¶,EçOâüEßï-zþ:€ü­€4ªºf¡æŒ‚6‚ð +wZ“Ô„.dû=Ï81nünQï¼H“%¹=ðÉxò¦\¥¼hnüÚaobÑ(DÓ¥âÔ„OÀ$´XY€½@kMo¼… >,#¾²¡gÏá)A2¸Ðü>¡)?K1{ÎÁ£Z×ÛpÈ[zNç™yEõ)ò„L£¹Å]ô‰‰C|Ê7‡&L.ax™¹„GÀóŠ °0½«ùâùÉÿ¿ùÿ_ûÿoüÿg˜$_M[= ‘B¡«*øá¡Ø]ß±øÆïqÍp€_¡ +k¹Ñ‹¤^‚Ö0Þ(y•šÐf¦0ᬼôCýÝÿÿÒÏzíá\š&ujñ/}ž !€š¦Êp¤¯œì¹êóq2ÿqðÿk_þj„ !±ø癈¬ËT~äÛ#cöÁÝÁì¬ä.X´Fœþô]x܉rŒ½I/L®Ü|ahâEºŽJ¾Hî€À¬½@<ÏR¹Ì–"ìÑ7Ñ€ô1oèc^žÿPÆA±s|žžCh%f‹÷_Ñÿo“@ÌŒò`™Ý% Ë£P +aü9 +ÈÑk¾Œ¨è5ajá,H SNÁ*Púb%w‹î¶ayK%Ä{Ї½£ây”æŠÖ>ùÕ}ç6íæÙt)…ÁCNë ¦@Žå¢,礖"£´Ñ8‰¾áMM Ï Vå¹s Eú¼â +G7úÕ‰\žù… +‹É%rN£/£ƒ<¶ÔùT”øWdnä¿®¦]þcä°æ²ÖžÊE&LÂ&‚p,ŒÆtm*›D§rcVT¡dhsÌbë3B°õÈ$¥““6 Ì‹‰ZB:&·˜»æÎP‹Í„*GÂ#»XÎ(Æ{SðsôY¿@Ø{oá9ªÍ¦8w£SùRç,DºÎ³ôâ¿­H°täMÄÒ¥õN(ç8ì¢,Í}|v>VQLú#Îp¦+T’âZ†CŽÄü^‡›ˆ[ÄYïÑçl7u=p¾M~}YŒy3§ÃÇõe³*-ÎZ¾ôï¼Pú‘–oÜü>Ëwlňz>¤Vÿc²ô³{"¹À¤)8^ +G rd’$ï“ä +ú<‡µþ7TÐÑm8f`°‘ﶈr¼¶ƒ—?&Ý»;î]pÁOYL£{=¡úÆ +;ý‚wÞ‡Ë×GTîÝþžÓlB¬MB +¦—zžW’ÜI82s…éÍ\êfJ¥_¿FïˆR$K±ŒóTØÁ¢t°  +%kfT ˃Wì—÷méï^?Wf õŸº|R,qéÕkê5ÆjŽ²Q”ÐK«£ã²ƒ›î3ø+Ný좔A¯ë°fF4GšP|lÀ2a/½ÜÔûš~5!Žd„ÛXjLÇÀ>Q:†ã€–ÝOÓ-9_Zú$»¿^o«áîÓÖÒ)–ª•x_xÚjS +>¶„Õ1až_¿RÞQÈK%² ÛR[ÀÇ+FÛÄwZ¢Âï^Ó8zBvÞóØ£vqEUcöÃÑúúƒ§~ߨ٭ð*WÝ#óÜ5õÙÉ_èh‡ãVeM —v£Ma.ºQ%FϪ˜Rh ±e>È;1Z*`g†¥1’?VL1Íq¼d wô>B‹WÌ]´ãe2ƒ¿£ÑSЮâH9vêû·c¶1&¦¤fÂd˜u1׊``¢Å)¾I©ñ­Â³dª µ +¨p}§:¾õdzOØŽ4Y‘+uö¨ íþÌ쀫„§3¢Tà7>!è¯PJezJSà³ÛUTκÔÐpòB €ˆ¿hU2+ù~„/5#ìãFÆNߤ?qY¿‹Ј8®ô&:ªä¾Þ„ŒG|ñiHܬßý•ç +—ƒ‹EׂþR.P2øÈ;JÉ +X:ù¸Käù›ÃvÇ£Nâ«¢tF¨¼óW]}>6UcЩ: -FÑWio÷¸jòë0,oªÕÏœ¿V³þ¡MHi×xñ{–8Iu +C³Ÿž2ÆÚFxC;ÅÙV¥©ªè²º +vî krjfñ` +gòú]¡’èb½ß“dú&þ\GY'¬ üºWKÈ{toà_“7~ šk³ß4Þ‹RZ:Ù¥;wÄaj„*Ï_ë%æó}Ú¥"^ +vÇ°]W÷ûv·fÂfßfÈ‚J7dVCUt",e_Êä»@ñ”ü= +¾¡|F+›µnÔ:N]³pL¶žh¡ˆlßMüW֙מæ»ÖÿöÀ¿`‡%7ïOr5CZ¥Í¬•&•Öb„Îr'QBDµÿÕŠ(y +endstream +endobj +65 0 obj +<>stream +xÚíveP\ݶ-Ü‚CиKC,¸w‚6Ð@#ÝHãÁ%¸w .!ÁÝÁ݃;y$ß=çÜúÞùuïùõêíª]µ×œs9æs­Ú 4ªâæ0S° +çrr¿(CìL”`PE ˜­9àÑȇÉÀ éÁ!0¨~Л¤ÀfPPP“ ³ww„XZÁÌZê:,llìÿ²ü˜ºÿÃó¸Ó b 0>~¸€maöv`(üâ¼Q À­À ˆ- ©¢ª'¯, `–UÖÈ‚¡`G-@ÕÙÔbP„˜¡N`€Ì`û×`ƒšC~—æÄùˆ%îœìÁfÇm`73°ýo;Àìhqrzü@œ–Ž (ü±p5³u6ÿMàÑnûCÈÞöa÷è{S…9ÁÌ!öpÀcVU)™¿x­@ðß¹ nÌâ1Òfæü»¤?¾G˜G/:à`7øï\¦`€9ÄÉÞäþ˜ûÌÞò‡†³jù/ìG°%ÈÑÜìäôóˆý»;ÿªðߪÙÛÛºÿÙ +ûõO¸ØÖ‚Èó˜Ó þ˜ÛÅäú=(òP Èý—ÝÜÙþ>°ãŸ1ÿž–G sÔÖ`¶ÀäR†ÁS˜ÿg*sþçDþHüø?"ïÿNÜ¿kôßñÿö<ÿZÆÙÖVd÷8]0€ÇPü¾cþ¯XÄÖýßDÿ=PüÃ"=¶Ajù(7'÷_Fˆ“ Ä +l® +›Y,@¶=úcׂšƒm!Pð£–Úàrsÿͧi1³þn:ß_.0ÔüïÌåùÛKJ馒ÛßoÓ?QªªÃ5Ýí‰ýWJ0ó.~cHHÀÜž/x<ü€—@€?Ðûßdûü×Z w„¸ôKæþ)ü¿Þ­ ÿ# +5ƒ™ÿž +8jþ8Xÿ4üv›9;:>êùç¬?üõŸƒÝÀf˜ß§afBï¬SÒRáU¤Y½ÃRúíÀ'½AöEµšù¹~°6ß”ÐeÁ2“»Ê κ¯¯>»OíÚ߯+°nô·“Ø2µ%s(½éX:rñ›øÙ6¸ŒŠpR÷t"=&—ß¾äÖÞXVS7*¼C¥úÚÄëˆ~tÉâGç’ëGDaëc–\󞸯 *ow1~ûò‚©{ ¯·§í¥c‚-ó=ƒ 2c„ŸC&…Ø[­2Ï0֩̓ö$¯÷¸-ÛzåÎH^·C…Êz]½IO¶U¨4°ú`j½4Îû6Žñcí~äÝqM«þuŒ-4'åM÷D²ñGÎ +»Æ”s¼xÛ"nÙ)$ØÓU½Qò.aQÙQˆpÌ®­‹(áå¢ < ¹¡`à;„–€£0åûôí{-f["%Ñ»qS5¼ã +z<÷ÖŽTÁIœXÅ„|éÄU^ð©àhË]üÔqÊ⯅ãÖ@FŠ N÷‡ÂfY-מ‹wÒÍQç’êþ:¬›µB&>­›W¦“}êëÂ#mãº}.ú„º† ðáe]âE÷aÆî"€‰ge!r2Þ!@3û¬Êª¬!ß8¦43P«ò¥¥ðü¦0ÓäÏ•À‡¹j`õ!ïgWœÏ@Ÿz¿äS{‰n¡=£=_ÔÑÎÆñú™Ká%|†?b±?ŠXëïvÓ–qE<9¡›^Ò™M3ζ÷š®¸¬Qþ-2dßIòpûÐßÐÇ»–‘$Ê.5üöÖ='Xz&Ã*_+©FÌB8å\y Ÿ¾´tE-Ù¸ªîòÚô'94&›„x-IQÜë㨻‹Ú®á’è22-¿¾fž÷áñ2º *Ý¿-¸;fu’¡J´0£‹§Ÿê“â…JQçcÚ ¾×ë˜wF )5ãyƒ¤,MÓ§5ñF¬XôqE]E\ºÂú@\@ÌéñôÕ=êIͳ¯‚*X#m/^^¦tÐúö¬p!˜{ËœëøõÄ»}Ù~­*pÇ +aûñœw(Ñ…Ne„0Õu˜CèÌ*>Kð~¦þ>d%x»"ãü̃rŸ‰÷>€=š÷9™ñu\ß÷zr<n9Œ%uQq]Ð…õ/eCÛBO³ —ÏN–ئ OŒ|*åEÏCÞiïõÐNºÇu[jj XtY?ë>Jèfx×Ìf h¦FS–b¥©-°!Ó3ãk^¼1g?t5Ê<—eЕNÆ~[µÔ?˜ bT¼Í6—ÑÊÚ¨’öˆÍý˜å÷ž…¤S‰‚iãâc™DaN"¸7ßE'Xĉ‡¥ÌÜ¿¿z7ç½aæþzÐö +yO§ô‚'±Ægµ"§“¨B}q¨ÞsLDéE§NoV¶ñÐvW5ìOïáñÛq²èGŸ,¯ÀKE ²9¶¨µ5|7眑x椩‰©}×C`Áµˆ»DŽñŒõ+>`&»¥"ZU¿O^¨~J¦QzÜW¯4¾Ñh;a‘ãç£EY8«£à1Ó¡üs­¤¸O<ž–€Vt°iïP]˜±˸—YëHÀ‡![‘X–—\ ßïK,5\¡z¡]¨(Ñ3/h®gægZL´>h´õ +S¶Tp›¼ÆRv¼œVy¦ï4Ât°e*ùP$Dï;)K9÷¬ :óÊì !½LÝyÔ¼Ê>“YàÂsh»³tJ-©&ïþìýB’‡ÍøÛ]ãêqKIq;ÀºÌþ^¸éW™[jéXÐ#~º+[¾C{dü‚ÐúRÏåhô‡†®±‡3H«€˜lS4}Î0µ»ô]/Åäّ뉛Xëz6ï«Ñ‰0OòÀŠŒ ½=êضTô-|#£ ÿ‰L´e ®x–Dg]ÌÛèªx±Vxî ²4 rv‹†R‡Eˆ³Ëþàk(xv”·ÇÇ<¥³Yß•A² ñ‚'‡À>“ß‘Ìrìi}åî¬ÓÚ|I–– âmí < +¿qK§Ý­×VóåªxñËdûIJAD»¸‹ÎájAƒ° +‚öº' "ãÛÐü—¬?FÁ§.5B!Ó¥ZÌ€ä Y ®…fÊÖëšèÊKÜ‚6¥#ïêâÔI¯à>~ÕÏþüþw’vçåøÃmÄuçÈl‡³ÍXJK +}5c|' +õ'¾(Õr<ǯ²^\¿ºäåïjžoL©Çå“”“èa€îà>NûægŸ‹ ½ÔÓ·®UÝ4?Å_l¦±,KõÖ ZKR‡¸ð•ÓºZÑ'Û¸?Õ«y2FÞL¢0;Aÿ̼7{ –<™çˆøu::&º¼âDAøJhIÐ# b`²©~£é¦šÚŽIG«Ú®‰mL“SÏsßjÅi³¿ë85A]_0É6&Xë6íêâ§* ”~$ o›jé´ewеÏwKÛ‰T™a (ó$ÝÔÆ[?² •(å…¾•›bØ ¡Ö³Mî5ÀÜVû5¢¿¡¾T$­–r’>,ÕȘÍažÞ5Y³Cã/0î+›×‰Æ!OHS/ÛÊtqE}î#5ϱ@£ +§#¾XFj"ÃME}¯hÄŒsƒn¸¨£+Œ1¼YWCw]‰h÷$ŒíZbIÚ7ÞéBX¨J1ˆ·¦_ãóâç¢6&ZyˆáìF´{mT¹`?¿ìó€ÔeGþšz¾’w‹·šæZø²þá“E¸ÙX`™ÎËc#Tˆ~kéxц梈­–Ũ–˜ª~AÛpò…ƒ×ìà†ú > ÊG=õ q´Òá®Êø…Ï·×–&ŽÐ£)‘å(žÐ¹nÖÄ„}ЊgÉǵe;“ìœ14ÜXÑ J²nyxã_îƒÚ 5w' +áMp(…¯-Ëu× ›ŽP(Wv;i­¡ß*A>mCâó…úrÆôÖ4š® æë´F¡yžþ²yâIŽ!¢/fI+HèsdáyâßCp TãÑŒ²v3ä7¶òìÝÅ·ú¬ò¡q_!âÕ6UˆjêÊHÌò +iõö]NÝžÔ™ îÓQØdi¦«!ÑV(ÚÚOD›‰µ¶¹Ž Dø®ëÇÓHÄŸGàZk7œeè#IJk}ÏâdBlÀíü”—Þ´¶e˜ØØ9MG«h=åð}6µ4?3ú¨`U9¿VÍC¸ßuÕöŠwSà8£=Vh§©ó&~3}ÃxHò9”H—RëÉ(áeðØñ¯…b¬ÅgÅÂJüÝ*…û.î¶à¹øEoÄ\lO}ÓõOÍדýåç(ñ+d™r˜ÖÁÌÎcyèQˆ_ê‚Œ©ëJÀ—e^?Š¬rýhÂÆ­¨D#S°;³°°uÍwÑ´^ŒÔ÷†Í¯eœúR¶Ó®ŠÄ“2=9 »Z,„4º‹É +FÒ¿@±øõS«*d ßiI~;)´þ²—VõšŽg1O‘ÓHÐáýóû6%Xv”cد¯—/5ö2?Üø¢9p늲>åQqÔtʬ©%ÈB"–ÀµHî=^}ªö^)Ó½o“y_;Z×w¨``ÒÙêÍÈ¥ÒÇÖÁ²üÂúó»hQs…ê|æ³ÏðÛt +äyÕÊO*1!ç­i*o›(;c8 RqÄiuöMÙuTiP±ô» —À'D‰ç{ÒØzX‰j¯Rzn¶¯|¼• +ùh¼ð«wÛìÏL6F} +[”§ÑŸG¸F`V–tÝ—fˆòVÞT{ѶðØ6Ú©‡h‘ ;‹lP«¸;ˆ¹½ýêSý©›RYi8x¢—kg’ãøvoØ úò£L_cÔbáDþ‡ÀP»T# ! è]qÈòCì”J"zRXÆñ"HÁé ]Tu<º;’.ûŒ–ѵ­Ïö°¤x4$¦Ï<‡tz¹–ˆ¥Íå%‚·ìãø +R +U«Äuœ5,êžAyH¤ºò*ÉÇcÜGdå_©CZ™á¨ù¢hyA¼Â»θ¸;ス‡Ý-( +Ö™yh1Ю±E‰ csY*±·XÞÜìöâãÏ`a†™Z(Ú(WÒi áµÛŒÛCÏ´¹‰êÉI¡ªëu¥Hý]ga+Ña°© U& +côZQ5Ÿà"Í·í¢Ô®‚èR_èÞû¸‹yž·çfû¯!¶d"¦!¬¹¦qúÓvkÎ÷„ˆ’ LùVënÞ·iƒ·Ÿ5×eùÍï4Yù'4µŒ#ÅĬœä¤/2­oöSi|kOcºˆvÙàúîì™ü7éÆN„6Ë6ØÔŦR]\ˆpŒ'Y9dý0MÆógVÞ'²¸“¬WK™…ìJûcY¹QßÒÖV|†:°ü"¯’$\Zwï}ˆÍºÕmvˆc%íqyà˜!ÉÝΚì½P–!úåÆu +¯¼óG2(Íœí ¨–ÄtÒõ…½ÿ™bö>¿,¾7SCÝm¿b¥rU==s1|ØŸàZZÜÚýNÈø³–Y‰¢I‚àlyŒxûRü®¨æ$Õ>Þ@•àS×ytÙ}”7zJãÉõªªŸÖlcÜ9qh^àgâ›âú Ð}ÊFŽÛL2©1RªÚFxT½Bôá‚­T’‹Gg18ëyÐÑ4Ñ—5@i‚½"Î’Á£”éµjì +¿"­@§é÷wæÑ)Câ•7O8oBá0ŒVœ¾›é÷ºb+‚r“œ‚&ðá/Êx68*ô@‹];ý÷çÙNj±þ%ö“’6æXhž¯F4• 9ý°q…¿Žü®TU5;G]Ñg6_ÛÃ5€ã3ò^ôIòΡ…Š¡õeé£ųå•Ð%À¢;‘®Lœž‹*:AáÛpÐÿVͳ¶ à^ÛÆ:÷ÇUrˆÁD§æ-eøe¼ÆîrsN›Á»¶ Ñ§†r˜{þçºÏßKt,|kgT/çùôÞøIÝAñôá3|W&à›Ç>ÝÑ,©…%Mç² ‹€>N=þRú"2â-}XIŠWÅu³*63¥i|0¡BY«”X†$Oq >î& +êÇ¥Ÿj˜ZnšDs#7´÷V6Éá–‹Ê]áïž-°–*PI±w»íI8»N¼a=Äï»ê ‹²Ï4©Ž¹ÇùÙYrã…X‹Å€:AÏn.^æÍê4òä ®Ä7£ˤf·²Wú¦ä¦þXGÓ¦¥õa¶uÛ¯‹²óq¤º¨µ² +ó ºÊ'ˆVmñ–/ª/çm·¾˜ ó¤¾[ª4öÑé;)ÚçÓN4˜ +÷RWÜ¢ìiE½L#¬O|°¨HÏ*Ú¢"øIŽp>à–]‚}p¬S¸2ixFßj÷mï;qëj…¬ý†ýÚö¾¹Å|c¸Làj‰¾ÌpX«f²ö}‹ûKé…LÍšê®Î†duGm=öãŒt…r±^Ÿ|— +±SŠøxÙWße×ç­n«eäa4JhGÖ“ÚèÍ&/¶àxEVñvMø¦ÇÖMOÉì“VÚ¾–¯t3¾]çó vfòj`¡ BýÃÃ3´Uº8ÜI»? ÐÖÛÖ,Q†!5àm4S8Ì ]’×ÁAJ$ˆžVzøÊÕòL2Oû5DÙ–ôâ¼rUè“ +¦ßÛ,EõáYš»±ä¹Süu³&[¹].üN%ÿúòtô ™;²$m”nlWççYÿ>:BÖ{nn'xøIåw´’Θò•³R»ïå»^ù ƒBÜ&zP©Ùµ‡<¤6¶§-*¢‹n®"IyãÓ>}6Ùüõðp„¥žžîEã*‡ßQ„TúñR4ßÖÔþŒ;Aáª[w/Å®â†Áa¦’>WoÜ~î™ã—š³Š»gÑ_¹µë+îh‡Ù2æ +Ýq3@„%7y¦âìáî~øØ.÷N:Uà4Š'~9‚F=:o_u²¼ +Ëâ–ƒù“S†KóãÝ=S~¿öÊÔrZ)°2{b½zÐK^Cu*·tJÙÈ×.uQ­‰B‘h 1–a»³çV@ ™¦¨‚@Ä5ë½@#AÍ-õ4üÚÄ·÷‹ ?È,+è,×%rϧ(–Y{е>‡¾¾ö-Qìàá¾û±«ûŠ]ï¼*aâ{éÉŽÿK65eɲ½Ù'ƒGœ»UõzIÅfFZ( Yé$¡ŒKŒ·Ø¤²:ªjqy'SèƒaQσÕÜbjš‰Š0wµÉË?u÷ ?Ñ:&¨À%…¦&6«?ÓµÄÎSwÂË}-¬½^è\¿!¦~„Ê®¡3$kY>ÙUÀ'¶š­{péóŠ’åcðh‡. +]W÷p¢}EÅAÆ%LÓÁàY‘¶ |7Ã]ïÐ3ø$5Œ£0™à•ô0³*Ôÿ2*\‘O„juã[¡ \˜Å›],¸ÚÑ«v â勱fl›ëSkÄ$DM„FÌô&²•âÔÆç. ˜„Û!s\³©‘T +À°glÞ +LeX‹çK·Tw›ª>dnêëý¤ÃK™©1àçÀi‘9»*ãv$ŽÑ½ì TõñW ã_©~ð¤nëE6Œ^…ðäûÝ¢tiÏŸäRÑ»0°Ô•1yŽÖG´¿}¾ÊoD®ºHþ…*?TDÐótHo•¯f?÷e×Ò5bi¸îç–ôK_²6˜úÕsÜF÷‹™QUéîf‘l2›%ß%wL¾†?«W¢¿qc…KcÍvðçÖª<ßwœshÍOòØ掸t=)•ÔµQS´rj߶JæÐo°~B2®FLKŠ'†ý"…·6ß—wøQ jÅ6ÔKUÙï=¢ëUžÚ0’ùªâ¶qîZÜ{þ¾æ¶ï¼–¾åãlû!#ö„eê®Ðàó йà¡6t’²ÄöS*¿4.=Y!í½WïHÎd²SØw2}3ÿyuÒäø3Ÿ½ÑrÚÆbë ›âÌ\‹ì…€4Û[J\9‡<þ\a’r½†b aOŽsGÐùZ6{d¨?Cµìüíç;Žøg¡$w6îBô†÷Í®*câÙüH ¿„…ø ŸJÐзø¥n° 9 eƒÈÝm× ŸmùËŸe vÓÎDø€9(g +HÔ‘ŸoÔjîe´LO뀓×=©6ùš;/PmÊ.\3²¶,bQ +ÛŸ‘É¿'10›hr¿l#œ”ÿ$n¹®j-M]8z<ü¦"[êöË¡ÂëbÝê=›¬žDÝD6ÉkA<ƃ­œz‰k4µFì=;ë½zÔoã,–4 +/oßê #÷`zàÄžÅöS~Ÿ ³$tP!¥¢ÁBÉÍñ|u,4S*C;­_6Ù;¬xß5ß-{éJêYEË1r„C§JÞ¸QË=N×ý–%µ?°Áênž×±œÚ(Ìyüð‡ÿ"&»òÇ%Œ¥º£óL»€ûvß‚´iÿÐìÈZÌÆ þ‡$µäÑ~Ý*i U˜ +X¢B•=eI,o5ff %ÞÕ%[ï]R¶†F¸oåNÝF†•U£·qW€=´ºØè™gKëÛ—u!Ñxñ½2dÛ £·›=¨;´uo²¶Ñ†›äè›$×wã¿¥´˜cjò6¡^ç&,Užf0H}J­¦dè †g«DBð8‹r^ö¼þÅ^üœ4:=Ð"—4ØœOîÄ9¡$(heÚ%t¢Õ)Ͷý¼ÏýÚãÁ œÍ<ý€ÞGGÜ,áÕ‘Ÿ?ñÏk¯‰€°'SlÅkÑY^eQo-þ$Àetð†~ð:IRn±­s)ÛO¶Ñ̤Š”,[—ÔŠêp[Jòptf)Is1ÝúÁHõ]˜†çYD%4‰Ù2‹•Ä¼;ù8–V÷.¸êq€'S½š,UÞ ßX€_„7?nG9´Ê{åIs“GIáW´.ÒæÕpTöä¾SÚŸIEHg²Ùq¼bÚtbÔÚ+̶@$süþŒ‘‹¡0H¬ýª K p«§Åäöz“½¥Î¡EÝ·P`Š÷öR§Lˆ›?ô†Þ$Ü|œøQ­ÀüU™¿·52íÛ{œ£¯òè4ž2ËóMãÞ.¤E¼2=C? IC>ÎG"9#*@ãàÛá’[{?)JÑ}_v…]ì·ê-I‘"ýX&\\z&#ReŽÅË‹¶°é°3ÔëÑÐ)Sïã8ªeÇünø`€ÿºð‚½{ˆý*õÍ·0l:¹•Ö¼Cµç…OCÎIܵÇÅóŽ3̸ÿ—æÿøÀÌ r„Ãì@Ž6˜ÿø{g +endstream +endobj +66 0 obj +<> +endobj +67 0 obj +[600 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 0 0 0 600 600 600 600 600 600 0 600 600 0 0 600 600 600 600 600 0 600 600 600 0 600] +endobj +68 0 obj +<> +endobj +69 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +70 0 obj +<>stream +xÚ;koÜ8’ßçWøC×lHJµ÷)»ã™ä›=l|ØÜf‚…Ü-»u£n’:oàÿ~õ"õ°ºí, ¸ÉbñU,Ö“Rg1ü©³ÄEyš§gYj#g•;[ï~ˆÏî íç”à\z¤Ë1ÖŸ®ø÷Ÿ”6g6Ê3ãήoŸv½ù¼úøîêÇ?ž_š4^½û˹IWãÊõ¹r«¿pù>^ ðÞ_]]]ÿõí/\ûpþåú?yº$Ê28Ò6J´KÏT¤¬¶4ÛÛqX—ŽÒ4†åð®ïÌDqîlHm®¨áJŒËÍÙþ‰òço?~d”LEÖ( $ÂveúÃÕu [jax£²Ó´ +XËÄÍ£œ–<".ì:-oãa[­·çp@٪ߖ\8teË¥u±Ç‚]uïa­¼=×éê¶\÷¾ž«tU +õLz³Y›™-‘<‘þªL‚‡S7e]í7å¾h>,÷2t»T +Vžjê}Ûà:T¾Ú”å})åºVPw¯·e[rqW¬›Ý®à55K"eƺm5ž¹±,2@ûÀQ¤ºeò +íF6YœOé¿/±j€¾á_×ÛbWn"Ñ_[oJ>²CÝ3`%\ÇœiŒÄ€ÊrêÌÆ°o´)ŒçJY/Çج7€†4Æj¬7Ú!~KÜU_*Ç+Åž +ýqœì†ý4ô‹£,ý¾ŽÐÓRÇé„æ…~_ÄߵЯ²¿ïíVM§›³ÞV¥IƼO\˜œï}bË1ƒú©ì¤mr¥§ÚsÃû«¹’zb½ãkA#ÊÏ òëP±0;øqIpT]w •h4s:ìjzƒ&wÎå`Tåv¦í÷Í3šôí¡\¢…JMä3yØK `XgÙTJ Ú=ÀÚ MO}ÛÔ þ5Nã`âXVL#ÔO±+4˜3bòjWö=›dÕÃKÄbs†îçTâŽ.>\ +X—ŠhÙ60šŠ)ò ©(Ð6]4Ö.!k¡oÑÓôСov ö×b6ׇ”R·(,ReùèPêò¶ßí“÷¹õ•«È92zGû‘Ü¢³du¸'ã#3b|h}C ·•±¸Â:0ð¢€Ö`³&öûlCg#`Ï K§‘VÀ+£ýÂ^Ý$‘Jó™aY?T›~QјøΦ2Ö®WY”(cgÖ]y¿4$ÈT°>½–AÑ'àR€o¸ÜõÍ=—À í¸„§~éϹBê›Ø â¼¢ƒŸb\òì¢8,¸µÞ ‚Z0AP~X88®97FJ¹äÕ eáœs嶃³.ÅRF.¢Ø\È.œ‹b›é)ýßÌP£H2., øIg©{&}nà +Šc£ &DÍUð˜ÈP!qíˆmsàL5[ô-‹4·@„“ËdzéD“D&X ¥4n-É,óƒÂº9´]ÉP%ð(lÑb™¼Š3¸-Q6ˆB¶{Óþ¶$Ø-‰,S´o¾VºÌ0uÁ +»²Øw²Â†[þ¢Í"Ý>N6¡éÙI).™na +£%3‹ëT­*ôʸ̃ÿ#CäT°„7Ž‹7Íïdp³ßå}´¶Xq-JIËéëTåFÄ·N…ÎHÛ¹}¬ÙŠ&È¡c’Ê÷|ÖñØëEfUi”©S*™¿ñÐôü扖Q™ªl¶¹º£tQžp¶OH’zÇ©>[ú"Ñó,`àhÃí^‘¼ Ä½H\—5ÓØÛ@6Jãxæò!¾²`õåé@ýDe!¾«ìŒàØX‡òKâ«>ΫB8Úð.P¿õºì:y´`y\ú…LŽ©ëk‰ÆŠ¯¦°.Êã¯UÛìw ž%Þ:Š»íBŽ­r~²)ŠDt -[^)0W±þ­¸äj12W7KŠi=—˜D«k™R\dqä2¶:°À›ÀÒ|wù Ab"ÙAE}¹$-!7"|îïëŠÅ**!?,gÀ}-PíÉÌð‡¥,…¿&u`(4™™§3F&J“ØaÖ"àq:#žµ`¼‚ + +g;Jg$‘JžàŸx!l…AAT{ž,*í­•K¬@¾™Üͼ¯¶ì‹jOç¡É÷^¸-‰»ŠëòÓ‰ miðxÜè ö;ïô•v¨/^6·l°æhÌw;•çnv/NÉSv“à& +Š;êç’ŠÒ•=I QßþþôåHJȳ %ªnêb{ +ïá™Á +˜õŽŒWî7aÑdzN:IS‰ÂóAIów–CX­ºÙi×Íþ®ì$Ó!q7Bœ³ÞûEÃ%ƃ‰Lœ0•ÿ$Ë{³hRô§íð2œ™-`dV»û¦•Ü49éÌŠâÆÊþ“=Å +©1«oÃuoïä|c©ˆ®/†*·G¾Dn–t ÜrD§8ðà_ô›µÓÈȳÞù²VR÷,()S0<Âo°¨kÙ’~´ƒµ:7IC<Ù¦«­G*±¤Bzr—éÍ-ët¬KÐ.%¥}®V[®‘M7nìCbŸEÍÏé6½’‹<ü@‘À)ÎeºqÜkÑŽ€ ô'<¨,¦G!ÇEÇ:N ˆ¼Î?(ÂTð‰ß®£Ä +tõa±=—šý(Ï—¥=”Ï…¡†®&ugiš€0rjñõWÀº£-¼þz>=:ó23ÜKmà^žžÙc½8³±‘FÐdæÂçDïENLu/:¸ÄŠ €æ£0^¥ä"y@ÎuÿqœŠ‰†“ÐùKT¡¤¢ÇýèÓT<9ó@ÅfTÏŒTÔ +uº,ñ~Ñ{–Œµ™ #”}ŸŽ$ìL¼í¦]p }s=β­8:bª"«Â +øLµãØ蘌ãKCÂÐX>KLˆå|â”á®ÆèÓ¿pÊ#´“§ìñprsú”OÎ<œò³™§ËpÊã™_²8m”ê4ЕL-o£I–uôa”Nã!K”ù©‹gQì¦o‹–H¢„ÊïÅî¾^0 +¼C“$ +¤Ä«ÝŸ1ú)÷'àMÝŸp4Ç EŠð¤ô*è$ÒËþûIàQ”æ_2¸Ø7ý=\ð˜†}¾Âoù³ø-?žÎŒ-x-?—{˜EžJ$(„‹ß€›.¸*%’‘©œ¤á…À}È”Šµgo³ 6±»0 +‹§‰®M-hŒ½QbHçÓ¤2¶»qyæó9”œ‡~Û´K×&šzt[.qîûè+ë0P0ÿ¢`WôÛS¯®ò$JÒÄ÷º=bÓÀT&åC.°iž=`X$©]In™¿]R™|ê“R¦¾ôt…#)˜ån»èÖe‹)H߶ÍN†Ûó[yé²(;%Éžñ›1<ìÉœ-˜ÔD¶‹ + w+òa ­ñyÃC éWõ}½hEnªânßt=Y" P¡Ù”\b!›pÛ²¾¿=Ô\á—S_ôu”aÁJÁ|p‰@ühÊqxaÞÃØTÝ}]<΢mÙ…ïšy¨?,iN‰4|Cã’X½R¤ÑO™;Ïsâ¾|à=#†D¢à‰y] ‹{Œò +@[»›áX^°OŽ]|oÞ°=5ýÛô~ÞÈ}$yðæéØhÛæ<iÑÛW‘viŽz Še…ŸçPè†ÿȨôáea '(<7¼y4Ñ$¡~¢ å¿Ž ÿEåøò7Y½¥Ê/ôÿÇŵ¥pÙƒÚþï¥Ém› ™´¦YýÜ?É|‹ÝSŒÕiâ€æ!¤ &Ì®ã7Öò ÏŒ^•áís…¡»5¦$åYßZêâ»þ^5;zRãëݶ©ë¢­Êîx.œ'Óøœ,uÕ’ÅÂÂÚk~(a8Ü®ýƒG,´ÇÑÝDÀòK‘,Ã×IòR$yåK‘äÕ/EÜì¥.„CØÝV¾UÓšÂöìÉÑw4³'!’qGëèàá‹EþBj]1T/E:$âªÑôýTU ¨G=ª3Oc* Ÿô¦k$\zf®oBñÔŽº¥Yd\x7Æ›ùGÿx?2ƒGȼGí‘ŸÌ£Ô&j6^%êãÙ€4»7~Ÿ>¿8`µÿǺ9ÐËÚ…á’,r:öñÁ/Ï>W“/ËàâY«Ó¥¸B +æxœi ¾Zÿ +§ê¨ +endstream +endobj +71 0 obj +<> +endobj +72 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +73 0 obj +<>stream +xÚ­;Ûr㶒ïóz[ù”ÅC’yó$žÝIÍ&“Œ³•ÝÉTŠ’h‹g$R!©L¼.ÿûv£$(Cíž-W™@£Ñ¸õ˜Åð'f*‹rëYªM”‘ÍV»WñìÚþõ•`œ…CZøX¯ï^ýýHäÌDy*³ÙÝýKbwës¡®>Ý}?“q +RE„~ÿã/?ÿp%õüæÝÕBêxþãú¾Cl"¬¢<ÒN£Ø9‘0‰±nF¼qI¤u¬f ïŽFâ<ÓØ M.lÃ-7È,GÂüWšÇ·ïn>| â›·ïn?\Sù?®Ìõ]D5ÃÐ~d€`À÷W&žßüð bßü|eôü?©!‰ã~u{7ì¯60=)Òó‡0`…O!r»dïØØ6»ªU³Ûõúj¡D>ÿ²)Û’÷O›à£°k*`+…;£®o«þ÷þq_Ž›=Žó‘*SŒ\uD»ß”XÈ懮l ´Ú4]Y´Z—u_ýÇ ´â,„Ô‘y%]ëÄ’»o s" +ÑÃÍæЖס™›,‚­G3¯úmxê°3B$ÞÔ'CmÊb]ÕXIZôvx°²5•p–Ã"„fåE+1Áxœ;VÅ"¼ëÔͪþ}ÕêžöéxÀqLï¯ Â4@³ï«¦.¶­‹ÜÜ3}<ú0ñDE2G)÷Ïá ž‘óú°[Ú#…ò—j»¥Ò’[×U·ß¸3Ê$€Ðo¨ +Þ&xäpìx:¦åS™dnp,ö뢷åœGh[veOE; ¼aÙ­QëyDÿÞtÜçííííttnûb_¶¸¥JâacAÍ»òò®ÝUe×Õ´åŽi1Ä3¶­m›æÐS314 ½ãE¹ñ¼i?ƒQ1lVC_8ѧh +îBFI£lÂéHõЊíö‘*uÓó˜ûrE¢¹ŽòoÍU¢ç_Jüÿç•Ðs4Ú5sŒˆA] nOg–䚶ñJÌ;ª² AiÝàWÙ½ +¬.Ï£,õ¥rÊÄ)¡a]Žºî·$‘Üì·‹I$G‹Ô•+šÐ 2ŒÎÜ~92ip¢&2˜fÂ=Ýa¬/•STBvTfÅBDaÆÃLçxmÇý÷EÛa„”Å8 +1b€©xæ}0?7÷½Š4ž('¬Ú‰Àw]â jh îé»Bƒ…%ã“6ÄÒŸUqlÚ”ÉÄÌÄ \„–¾e{éf0òÂÇ&§îC + +Þ3pš=!Õ²|¨ê§‘¥Æ.RF*U§ +Û„>ð…‰wÜÏCsp”«ò¯¾-&Ö&@ÏéêO,<° +P +ÉláÚ"wˆ_ábËz\j»(bõZjˆù©‰´ÈäèÁeÎ.œp!’<ŠÁlžÜ™c"3r¢R²b*õ­BÉŠa‰Ä +KÔCxÆÇîmžDYfò©X’E +s>í1ÏËöÊbò›Þ ÖC_D& sXù«Øí·åõÄê¤ó•ÔzZVÀÑ€¡R/©¡oè»n†¾(·AIÿ¶n Þ\œ4;‰³„HòNÉ›Ž³H§Ir™¼ùØgäm@s,X—_xOü}~ºãBè¸ã)Ý7Û-Ö 랺,׶|¤/x +uLÛÔ;0£Œ¹­>ãÆÜ•êÈpí/ÚûÌF hSÅãöàãmUw}YÕ‹÷ͺÙvŸ?£ ªøáSh_†Ãö6çC³+ûjWâ:3Aê7cí õuÙUm±Ü–fK +|¥ÐnS¸be·.;òþ¦üæKL’§ ‘ +,=ò<ó¥Æ6Þm¬û %keYr¿HÃ~[uë1dùH‡Žœ¥œ,^È ÜÂäjrúà ÁÕÞQ ,`À˜§I¤’t°Ñî<É"‹R­³ ™ÃÃ>Ç- %!} +šÌTö¿Ñ×Ù×M“‹„Àød$HL‚Ò²]zú*±@X5]J~Öš€óÛ“ÊKÍ ¸¯‰ÖáÕLÃ^0S#¦ób]Oæƒù‡” +;2¤Õ«®·° ~F–©©e°Á8`ñ `…\®Ž*$tPØ·Ö›úËúÐk‚YŦÜ¡àù†±öbH#F +jG‚’ï¶Aµªéû[¬ã2zˆ®©šD "¢I°Œγcå +ð‚IV÷¨¥‘îê°íݨBr»ßƒkR­Ps%ÆÐÈ6´`×Üh<îšZi™V;@5`üÜ슥l‹m‡EkËrUX__gMæ +TÆC +‡ÆÈ Kît¨+ò"ªÜ]’l¨ ”Êõch¹=ìnjšÙÙÛý†2Ï‹ãeš{ÛýÀIª +;9(ëu88¾ZhÅA +LðæJA1 ÀÕÈi¶æ;vºÏ«ƒsƒ¨7Ûý¦ ¸‹KìÏ7°ùÃ6£æEÁXuÞÙ®±1?”@°ŠêaÓƒ2'ר]Sƒ7O¬ÞDšK¯±؆²_E¼’$õV‚Ìn¤°ÃDÐ>Z­â¯kCƒ¬;ˆOû¢î ÚT„›Š5kîRåò@©/]©Þ¸=g¥•M="Ôp&ÑŒ +›Çó÷fÃzšû #‘%¼o-öBgš´Ê¢«Pä°¼)êõç«3eU­´`è)„ [î‘èiÿàÈ#ûæ”™…M…‰ÆéefÖÇ>cf´©6LûùÂPj +““ðjJì+ÞìÕ<À†?E·Ñw¨CðàãnÙl îÒþ ™FI!¬H³H&RÑÅ3 +fýxú´åì~ܪ¡ÓÂïÈ ¶V¨‘ø¾°²J&YzÐV}µ"MM­¬Æ‚²õ,'±PÖÜ20‡“®Ž2‡œ ÈÒ¹ÝBÜ ´Ý=ÁÈÿ¦ +Q†Â°];“ØeÉ P9»ƒ5p-Ë®+×!¥„‰p×bçZûŠÔ È}_Oú§Ûï‚~E‰dõ9ý×ÍròH¶°Ú6V-`Õº¼·š §5`Ô`…$Ë"¾…Ð*Ro_À ®ÏÂï`„NHçÊ#~>‘åçaÁf5û²¦˜!4ñÜD»ØŒFfp +¼úø)ž­aþß¿Š#‘çÉì .&ŠóÜÌv¯ ð/:žTß¾úð꧜%¯õ$!ê!.r‡)!Å ¥¡øOÒY0¡…í(ÿÙõ-Ü~-„JÀ§ Io¬"`<Ð +€§tšûâ §‚‡räg D +-áŸÕzð7ºˆ†Î“ü¥0ÿ!Ía9ÆÅãÆ„0^‹D&MŽ”7€e¦P.HEZ§ŽÜ·ÍnpêíxÍá¤WjÃiã¸_“+Û5G˜ù?šħ[h`ˆ¼þ»ÍA (ÔMcÝM¨€i½/¹£¦ððLQMð5â?§]GûÚõ,%Ô… +m(Cº·«`“F< AR}™ +÷Ϙp‡åæÜ–*³‚}òñütÄ>çͱÂ3ò_*ozK7*Ù¼;ì÷MÛw Ç\cœû¹F„¶W"›?Э!È—M…æŒHqÖª Ç¥ÛPõ8ª"LÔ£ïivZ;™öR{.ÕGÒL7/mµ^—õÉBžåêÂ\ƈ|.•ÁX§\¬¼STß;`…Nõþ©ßì¾Ù=>:ž;Ä‘QžCÀ¯t¤Ìùl倻‘ZSWe +òäúûWô«ço_üG>·#CMî L>\ý+JæAøPAº<ʇ-0!2•Œq‹ªhþ­%xgÿ¿µÿ´pèC(ZÏ”Vn_8è(Ö2ŸD +7cä}>jzÞ…ý##ð¬}ãàâ§à\¥RÉ©ƒ„Ì ßKËáÆ<± Ž®·7Z*âÂ5ñpœ÷UÇ*; +«8}3J®MêL$÷+VNÚlvâžóÌ·a’ë›— L•‹lfLŽ¢d¾Â²Œ½ðÑ'qa©LF²Ç5²rPø¯¦þ¼…•ÛÊí‡w¤ûtZKf¹¤H‡ï•Æh½; ~ +]”âUU~)?€öPbxrMÔOxâÄ'å3×°à‰ki’cFCòüA'xÊt¿–b\­Ò©}_W&ͱØÔ]´”K³Ð¾/wûž*È"ˆ1^UO%Eæ‘4©ºx*,/ϱo(`ê¡nZw‰%2Š,É>¹Ncî­S1çì n£ÜJmÍ +¢ì T* —„ßeI`vÛ¢·—þG/ç.œ“w2ªÅ(£XƒŠösG +”T€‚±Ñš¹i‹ÍéõWÂfCÄÛÖ…â9:§„ `aH•bÅ]dØŠM:Áw’nU‰°a,6üwÙ6`pÓ¦fZë¦ä>ôÉ÷xïØ´Û]Y’Ïp3ìº~Î[)lj-½Mn[`ÅnGSÓë pRõÈSäþá×»êJØCS |·å=ã/·Eý™Šh–‚ª(õ¡óc`5ä'Ì…{\„ ì¹#EùºÚF‘DêtJM5qüôm?m­vs5ƒ-{¯•øQ%AiÒ<‹ÉœGNÖΣÉ­ @s~ß833ú3ˆ¼^Wcp ½XQ£±µMK +ÛbYn»ð-%õÜ%3¹FRøOÚÝ„4Œ0t͉c¾´¡_ÊEDå¦#¨»V|qÌ*Ž’<›8¡.yÉ-SrÚA>çù©“ö%‘™>+xi_ô%ö%3"ñíËà¾âàT®«rÖúÚìé ëË"$¾ä=Š—N)ÅâÁøث椛>›¼Šžôžìا—¯aˆ©¤™šš;²-̼'Z Ê8õﱺjè²Éú+53/’ (ËÇӷ嘳°Q2ÄÝžêQ°²-ÁÙo;ŠŸýËÒXŒ—Þ¼Äü5úWÄÄX%:ó…/ÂêÃ"$Dt‹M—»þu|š†²7ÃoÝXHϦÖ+ØY1Ä{bèS´L×Êdʮԭ¸ûf°ª^ÅŠÝëX²¶â›ŒwÓö2Zü>øû6|ì¡&=äTVÌ’QÐŽ¬®æ-îœÿjd(4'=Ü…úðØšžQøÔ/_ñá[÷˜Šîl‡Ô,V\jË61ßMq•8>ã–ë;œÖÜ%¹ßyɘö¹îIf´¯ðót^²‰¥QÃl¢Ÿ?Ôátî­½¡vÇNЊIÐó«ô(}r´õd»+v<åÑs-„Ø7*ðÒÏ”Át'ŽMã*°æVŠâº“æöÀ›I.tˆ|ô C”D±È“‘¬Ó’àÚÌÑ¿Á£Ä%* +þ­†— óÝð¯ðÖøï ÿ9B=¶möß;pO‹Qý@×z>"¤ k$„ÚˆJ«S4"vŽí0ærÀ_ +#½˜›åÍ´´™\|[‡ïù‚¼‘s6$§v x/Ö: + 69&‰¨q|U«J¸‰!·`Ac,,ÇäÑ1'ãó +ò©\Jýø통\ûªöD +°âä ½ð>÷¾P@¤¡Õð„7߆s'ƒ +Gb¸Î +>þïø3Á»²$ŽUôfðµKç®PAlgã:ðÑÃׯ&w‰ÎÍ$.侬'ÖTð^ujï)èÑE´=ìO— °jËÅi͆Y$·ÃÃ]Ç ÏÊÄQ–ýÿáY™,àY¿Dº"O/ÍÝúèç¯/´zki×#s>è¿ÑJ£öaæÁŸìÉ +Ñ<½dY ¹Œ£ß€{‚Ðãén«º|ê›Õóý"õѾ~¯U]|¢—eçê˜|5ì6˜dÈ[Ø_}5ôm`íÄ›6úÅ þ<ÐLèÅ&ù'*1ûj~ì¯3á6‡3N"RyzœÑàèØ·¡Üàéßdi(œs¦.ÍBØg“PŒ6ÜçÿÌ·-ŸÜ9<Ÿøa“ßÃ"ËöÏëÝ#Àï«mùüâœo«…SItèÇÓZ¨(Æ_®Ä~ëÿ²è\ +endstream +endobj +74 0 obj +<> +endobj +75 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +76 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +77 0 obj +<>stream +xÚ½ƒÿÀSØU«÷Õ½ÌnݯöÛº›ª©éeŠwýÀm?Ô4ÔµJU’Ò¾(X³ãáš0·ô`Bh2OD*ʲ$¤ï75 «Ë|1î—ÛfºT‹©éîD4†ŸÞe‹±ß+éù)ui2Õ—Ê-~ƒ¶bŒŸÒT·‚1õ cœ©ºªåYÏæ&½«†©©Ç+ q©0¾Ž|§¡ïîÛG¼S‹¡^õ[˜Öº^s÷´©&ߪ¹ÝOUcçºøç7Ô~ì†â’å²å–Ð…V¯Ó"Q©ÖÇë_â¼³l±­º}Õ¶° Xõ»†Ö í¦C¢šÌÉ:tØ!ã®<4Ó¦é¸WÐ¨Ö +r„ìAêßÎ2ûúŒ2HÓ D;w¹9ÕR™ÄÙ4GÕðŽ ¦mUö”`38,KÍbÙ,Û¦¿ªÝæÒ!²T/€OmºøµÀ…2³!öØóµ±ë'LÒ±®wÀ$Ü BÄã“¢†žÿˆE¯M¡dÃF¾!¢zq_wõPMµ@7Òx2kVøb|ˆV‹Ȭv‹_ñU¼_2ÆÑvˆ0ôãØ,›¶™Y™öw|]mªîž¦…ÀÕj? $´x c +uÃ"{TÌöÆe˜{þ·äòövñ²é/Uº¸pR0}ÀØyu €…Å_ÊŠš + BÚÉ(µø;h ¦#Ü T¯ZS +5ƒWC +t\3t?ò”§©b£v}^[,OèŸr 6ÍjÃÍq¿ÛõÃD;š-Pë#´ß‰LÐ]5 ¡½gyŠH /‘Iͦ[µ0}ÔÐómªø²ÛôSÿÙ©µ³$¬@«§“ܨ¹­{êOîõ ™-žq3½fË$M CâdRÆë/–øÓu‹{l5øÓáÏ„½ÂÖÍüÇñ„‡rÄ +ØQak‡?üyDØØúQÆËä­nöšþ´ø³ÇŽµLç™q„Ñccü!tÐS@þ„©ã•]!lÃ/"J“Ô_B"f° ã†JðGã{22­ÈñŠš0qêxÖV‡Ž +‘Çp[’L²üŒ—?ªÑ¥¹|¨± ÛÙÂþ~½9¦ä&¼¨æÇXç Ís²¼ÛÔmûíioâ…‚`&³õ@ñ~@!ö’úøGL³ €åI‘çŽüºGåj•÷Ò”öªy¨>Ö7PÔ𺪪Äe7¡¤h°1Ô¿ì›5 +Ú3â]ì_ÑÅjíGšFûO›Fð°Ñ?ëÛwC¿åÖ=!Öžp·ê»»ýHjîÈÃcøÜŠõ(pðž±…•hUy¤G"Ú ~‚¼ËAÝrS«Vî¿‹©Ø +Œø×i3íçàY¼hÉ@OÍaëÀ!ß抱+¾D÷K9ð“µÎ?Ι)Î93æÜŽ•';†ÙV«¡ç&ºe²r_˜úÏÏÌÉ¿ê÷-PÕ™”\B¼®kôFºZÀÈÄx½CÓ]­ÐK Ÿa¨mt¹7`ê6ä‚ h*a=‡VŒŠ3|µŸ6dèR±`cÂ7¯îС/Åú`f=Óôd‹BÞ{š²c† +àplaV +7 +Ç!è‘Ñš6ê›"¬s Ê ¼ïk†p@äÈ€X—ñlÒ +hlëqäè +n~ÒÚ|óúº Ÿß0è¹mˆµ#tùêæÛxβm§ÙRk)¾ÀºwmõHâG®8-¯ðŒ{p>B;ħ.ψ–x­ø2UknôH¦Ê€ñ‘ËAãÃ6ýÞ?±ì÷7Oô)M8!êk͵8û[Ö¦Ö}¼ºb +&l-k»—CÿYµv¡XŒ£Œ;2&1j¿ýÞˆvnûþ½¨ùjô +»ßßoDáó%2W4*²bWªe[ÏõD¸9eüe_׿×kÞ}‹r†³Ò" + 8d—Xñ‚ ¼bÜå¥ ˜ÞtãTWòL#À%»{èã'(ð§±"êh+„•ø5䛞A^hÏ8 Æ‚–à ÑGy sì˜ *I—€æ_YÄ)d›[J/™ÒrÒëßgžÈ üáZãÃËj¬Û¦«Ç÷Í.ê@€EK´Ëœ÷#X{?#DÑ»~¨O|÷§¼B²Ù‰üŽµ÷ñEj)'1X%’Zyz^~ÿíÒ‘÷g +¹½ï0”[¾å`"g(&•h¿çÈ1 +A‡X…s^²Ê);ýz½x¿Šc•S2«2IUá•Á7±]llj½ø’¼‰*æ‚)ëë9ŸÇÌeŒ·4Ã×4àwÔ~C¿_Gõ’Gù¹ÜÄÏW8oþ CV+!Åkú}E¿ÿK/G¿Ú`“ÁoÏ¿ÿZ+SØ,?Îw²’Ñ…æ0o¥òÐú—}Õ6¿“Æ(¤¶îî§@IgÌ{W õÛÎ÷v‡Þˆ +cFi+²ÐâZ¢G‘Õ,zU[uĬZÔ+y²ëÆŠCźk«d衾;ꇨ‡þÄÒèPtÓ@o(U€ +’S]Z ¬nî!2Ï:{†JñÉqb¯D%QôöŠÃLwÚ^ÙËr_?É=ÙÑkxÀ)÷ û‡7\ëqW¯™Úµ-ª¦Šk49é³jUmkÊui´fÕú‘#~çð>ážW_ Ž +bØ!™0h±uN²¡öõl ß7 ‹á0>µŸ`2':Å +€a2âUX ÆMÇ+‚ɸ+unã«-„´ˆiÙãÇf}‡ëDñ9NºQ'%™—êÈYé× +ÉÙâ]±ØÔÍýF†&ý—ÔûÙ¸÷±Z; YMê’²tÙ…u`úô³kÀ½> GN  +ë7®89&{;5Ûš|! +n +€3”`@€dñ¶©](-;LV¬¸¼ÅÀé¡®»çŠY'õC¬ž‹MøNâh‘—¥”Ù+¾€˜€«¶õ}â] F+™’ÈÆKèQf­¼¡Ké¥pN:C²×‡Ç¹ÔÝ\9½b0e6虶eH\L£ÏÓX%O”-rÖçï,æ;„« {Ä­x¡_A—–öÿáäFyzræ@z®Ã¾K¸õN–Ó“¸06ÓžR±W¢Œ&,Š§–•3(½á0²ÌT &“P‰,r([ F¶ä¼ƒµ`ÓÊðC±ÿNQ>Â}¸7÷X$#,3wRpÁ÷Û%…‡)<ÕT <+¤ †•U'±púý=VÖaèq + 2­³à†Â€¨(ˆ»Nêa¼ŽŽ‘¸êÍ8îçusqàEžèÐ¥*.2›&,ÏóÊG¯gØ‘t™Á©æF‡AÏÒC¥ÏTÎÊ4$Éy#­õµ39N@/ŠF„ض”®´FL += ÞÇ{n2»ß‘ß#qÆÐQN¸ÅnªÎʆúÙíÔœãÆ«d«W{>&ÐuÍ};QUÖGY0¬SéŒà ³Â6äl©ÅWœå™eβ+îÙ†+MhÒDÖXó +‰?¬„¸Ç†ÑÂᢕ'缄MVÛul-.¾rúXb>;ËÜéé¼øH?ÇÞ/Âß0ñQOÌ%Æ+ö1|Ïc<1"l”–þÕ#ébŒ`áh„‘»82˜­xo +!#‡q”*´6’‘´@Z +¿ +‚þÑyGÁ )€»m3;¸Eº§›ÂÍ«ÍÏýÎtä«D­ÉˆÇð£IfdÑÇ×ÀGªtÅIq&MÍ~Ü@àÃÏb¥ùG£~¾â¦?PjÖ˜Œ½ï¸n]H釂¤L®˜mä#éȳ~MÕ!úÃ*֤顗ulI¤ŽÍ/Zž/ßI"Ë—H$øæÜñ0ôƼCeEK•wêƒrÏAßÎRŠÌ‰ÐbfDŽ=°£ŸñlDáòuf}ù ›G{‰€mEEzJлg”)âJ\`9PÅG ÔãAžb”iä|§ +wrTzÕ‚ÃL!¦ +)‘÷]HìVïå+gS y–Ù£{4K;hð ë¶á’£ÑŽ·@ÓªšAý +>Ù¥.±•öPŽG¤;†Í‰Ùf+ãJŸÁ´gåÄ5­Ò+KWHU« õìC®û}Ž¹<ÒJ ¢sŠ@ ^Žû¸‹r,sRy¨S–ÇYé¢J:{'²æý~ 8ᅢ¸¹ߥb^†›fmz{5;~¨|,,ç‰Æp!8^a +lV| Å9D¬:Ф \qÖz"!Eä Äò%7ÃÉ\§9lŽü&gD6·xÞ ,ÚÛA4‚ÎIc|HfÍ—%è¼W5<Âqª‡åŽYYZòŒ¤¾¹îÁ륛0í3  )HMÁ‡¦&µXVÝŽÜ$¹JQ6Fðé¸}ÏÔ/¡ONØh×çÊ|~œ‚dLXµ +—7sÏbû½ÆS:óy~ + e±ˆ!ɨ<<žêÄ«(gLñ-¤@Bbì”w}?@Öè_ ?CH*‰[=£‘O¡UKlÑY_nîE°ŸO×&«vä¾»xªVÒ˜`{+ ›Mž²¤ŒX ¸º„A˜_DЖŠN™œóT&·ò$m ¡‡+Cc3€ÖÎgÔ\ ñ~.Yhzå +[P½gáSùáYÚ¦A ÷tÒy>gÜ¿RÂTEBŽ÷óÙ5Ë…`'»+„= +ºÖ&îÂÓ7óÄg5}Þ·ãK|õ> ᳂‚z4Å÷ÍîZï¦?·&>‰‰=ԣƎ•àx©Û1¸®å:Ê•¾¶-ÃnçŠb#F˜öì·ä]ýûKfÈ:à§øÜ©ÿƒœùšoXVýùîTÏ|DE&áö«;FCª':aq>ŸÛE>hJ©ÇÁuÜÒ"²”èV׫÷âÓüåÜ/G é»=ªôõ¿2 +¾VÌà„óX}`¹±ÀqlñÒEß„Rdpé! zQ‰.±!`™©òÔcŸ—ܲ2d²¾¡b×7T溡ö×ÔþÛ¬6öCÔï/W¤e(²óBPœž ‹–&“B9@}T™4óúœ:ªÒ1â—Ñ06MŠ"Ô:¹@zsô™…†è%W.dõð}ßÒ;^<[ø3‰ÒºäÂ_æ8)óEC|jµœíÒx’§•è“Œ ‡Ì4´˜×°íK1ÂügPœ),²w2º˜³¥¿ðM +~Fß_-GªŽÃ-š€+þrlÆýÔ#éx¹­§UÂUK¼cwçðUœ Ú›†b#`Z:>Þ­¯ãÞ5::ìC´:T«‰Hƒ4KMá-)6¼ë!nºx¿| +*[Œ8o¹ úö¸Øù]×ü•;zH| ÐÉ¡YáAŒ»º^ÇÔv‘‡•žYþÒÞý5Z󶘀 ú&-3%Få)ý-†ÖZ%N…sM¸²+žë›w|ýC¢¦[0åÙaE ’†&0Š2Ûyqš£öC÷©,>+xñR_†ŽÒ!Ã#Ò^Òþ²þzŽÖ%yš›¨z Ò=GLLN)xªdroP¯NýèO¯&±™³g¸ÀdŠi† +¢*l2%Š' Aøó0¤Ct]¢€öÿ +Þ" +>ŠdÒs1Êä340ƒá?¥ÄòbªO bf3>–Š™y¶ÔG#OËkyžÙ åPóåyôÜ€u=G‹|Ý<®H²B>HRé“×6Émaþäµ+þÚ™éIÎKØ“€‡¯}sH‹`a"T‘*õº™¨8Ž]•§Õ~Â3õ|ê2õilœŒãè’Ïï~Åc0Ó- +›'†è"3âº"tÝøByâïx1øELÎufƧ̱åmBì<ÓãcÊ{˜ð͈ñÇ÷¡ñùíeiôá¸Á¬'eRMZßg°ƒ…È”¬x©u´ª³ñCÜozvhÜ™¯h2`üÜýË>£Á³¸A=8ëOŽ8\Ï4¬B²æœ¤sÑ‘nëp8‘&¸oqøO†æt|¢m}}°¥zÎ'È°WBQ;Ó…t ô„ÌÂwÍÿ´ý _]YÕ;ù²\òQ6”b°µíÙé9³s úðÔ¨þW}ŒS +[‡³âO?°f4žwÍuRdÚW}ÀÙñ‰V|Tž(ñ0T3?ë å…'Ίˆˆÿ…‰qÙÉ.3[ì2Ãñ``ÂMØG~XÑkŠ°?w0o6£ » pàoâÑ# +Ž +y½)Çå¡÷|°¤ÒÅJ·Y,Ì>R¬–࣯é k+‡é:u{—ð +¯ +ˆûº½ |­N¯ „Ohc‹Çç6¬wÄ£óœÌÈ‚ eÙ<·>›~ØòûÂ#éâí;_¾–ÿ +œVÄRç¸Äj<¿¤¢\¢ñßj(“Óâ*-³– +¦99‡³Þÿ$Ì +endstream +endobj +78 0 obj +<> +endobj +79 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +80 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +81 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +82 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +83 0 obj +<>stream +xÚÅ\[Ü6–~ϯðÛT]²HŠº,tb{&‰cîö"‹$ê»Kq•T‘Tqzûß÷Ü(©Ô,Ûƒd2h DR$Ežó‹Z=‰áO=Iò¨°…}’Ù4ÊS•?Ù쿈ŸÜCÝß¾PÒfí­ç­¾¼ùâé ¥Í“4*2“?¹¹{ÜÙMõÃJ¥?Ý|óÄÄT ="õ›×ïÞ¾º0vuõòbml¼zý‚¯/±5wœDE® uœEqšš'*R©N©ƒ«©Ý4Y'OÖ³v7æ3Ï€9wÒ3g … NWÑf×siä¼Ù  À­ãk¹Ù¸¾wßñÉY¨+©þ°uò2,÷ƒ<ÖÉéÐ6Ò™Ö‹ýß•ì2IsØ2¼ô<¿2hsišà+§q'©×-ÿ}±VÀgôëè÷7øMV{*ßÑï_é÷é¢eB-=}G¿e M`Õ‹<Š•V2…ªÆãÓv(ú/ù>fŸ©(ÉaceöƒûMVE‘5ÅbYöw +¯ã(56‘NH`Y9ý‰Õ«®m&MS£[bó– º¿\X»’.˜w”£$ÉÎJÐ|)Aáɺé83% +¶ˆ;Ýð«©ÌF…Nò‡˜ ·ºÄƒmâÕVD +®+¹b×nÊ´æc¼¿“ÛÎ9nƒ‚ ´è +TJœÂN«¾¿£ƒË›&-²BZãá½ä‘>lëÍVöKeQªãå~•Èí±¸6åžN +ÔÚù9Ò<Õ2MmÍ/˜š-"•å~fZ'Ü7Êä¡ +lXìÏ õN‡õ[äz6Æ%wŽz +¯ó—䵈5€]œ®EYýZ÷%IEÒù­`f&‚¤|_Þ»^4oÜK+îG>Yp8|ÃØ!¹PР]t>T•ÔÝa[ª¥!-¨ˆ”*"£tòÁ±ôŒ0UNÄÃ1œAY uN8‡ß@¯Ê¦z +|Ï"ÆèòbAŽ‡û®¬\u^õ~=Ì1ð‰Û´û=` ÒE„TËá³Z’™ÌI›Î•ƒPK¾ôÇÛIæŽL6“Ü æ¦«I{e«AN‘*g§ì‡¼€Š*E¸3¨@Ƴ<¯Ér`¥#£U:—2|†žBù)°ü¢aê_ÔILá"#À8aŒ„ÿ Ÿ¡ÜÚÅFtÀ}+t˜Ë`ÿ·f“Á<6»²GÞ* ²ÓDñÀ ˆÛ¼n˜Êˆôì‹(°È²Ìü»^¤¼ˆhÒK/Œa2J¥!°Ÿf'ˆpÊ®m߯®PZ÷\þ@66i³ŒExš‘rÚÎÝ`Ùúj)h½/ß³±Ã9©¹£ñ÷ÌJvU¹›‘i¤Øº˜`æà²Ñât¶5Øê +6ßÓàxù8™ì3Y‚×.1`lO–›(2ä„òwq0Ä‘E +ù™ÌF6Áˆvl,ö9–ü0u»?ìj^L¤üZ—b?Ö!ѽ9¸Ž ̹Èr¸fÀ:…Ñs‡ÂcïŽ4^Ï[³_ÄE•±šûÆf"5¶e¿ +±3îxG81£.ÄÉ#oÉwõ·¼z6‹b‹þ™Ï_=¹Ò#›#Øõ±9» é¬|ÞJÌZl%|3‚ÜMÍøi‚Z^?cI¥O·Ú3ƒ7˽ùûSBJ믆Î^¶ä“±t\éŒ!^|a Çf#ø"âVjG{›œtX»)ÇÏæ2ž±C€ØážKhÂE†FÝ1é“n›Ršz1T;ô‚ åqÿqà–>ÒCô…e€ãµ!isèZló+[¤y&+ …CIn…<#CáîHcÀ¡g¸’šš93ùcMÊï-¼ô’ŽÛżˆùC>±Œ‘wÝë&_ƒg +Y?” Í#é‘Ò(€;?KÇdçtLòy'0ј"8A½žƒˆ,¹$¦vèÁ +oà„(úÕ0–_Qùý~M¿ßçæp{Èñ%O"ƒó”.°Å›Ð`²&óÀü5rM£ßñM +Ç4ˤùõ';üŠ:|Kò+ð ;×6Šë;Š@›Ãï3úEW8ÈסQ +˜mÊúµ|'ƒL+úîü;­UfSNjf‚ë]èm86ÇvÞ_èf‡œ}5xd»PfjìŸÃuÝ>$šNýëÆ«=y×±„6^K¾Œž{¼(”iSiÄÔÔÍƶ{Ïw·nS¢Ó—n¼Í¸FwmC²Öºío릱¦R?†"S§ç½Ô½oZ|‡ +“i±ZÌ<¹ÊòÌÃ{¿nqÆû AýaæÀ'CäivÃñÐÿ¨uæúƒÛÔ Õ¸fضý¨™Kq@˜y˜G³o]í­Ra¹*A[°Ñ÷uX=Öß2ë`i[JáÖ‘;Jh\šbµÙvmSo„†¨4# +è‘|6¯xÛm{À¸\ÿºï­U"朚Ë$Uå«û 褩ÿQzp®o£»t³q‡© b +›ÆWû3³ø¤çûß½õ¢Üld’´8EY79¼B 8“}_÷ÇÈøtЊZm%zVÒÆkåÀ6‚Ær1..q–±b<)ºZð +Ÿ{mÏØšZG™þó‚8I&>%¨­ZÝ»ÆuÄ —܈%Ô ;òæ"#¦@6–ì¶Ä†U]Þ7m/ÛXPÃÅÒpE~G°×ëAp±™ˆ$gBuú bòFÿ1„¼:¼IH/G·¼ÎO œUx¼ÑÝE6es¿{®(pŒ½8®Ù´Ç®¼w•7ÁAõ& ÍCç¾Ô]zÝ‘[€$­÷ž$ +ïýpê÷Û“öP€%î›V•É²¢´jxÌPD€›¡¾ƒ£n³Œ9 c$Ðî?´è½¬±Û)”ÜW/3è9õ +_˜lå‚k‡zytw³€„Y Y ¦ög±xvŽÅ“ßï˜A‘taŠhÙ4 +Ûx+÷ kvx¥AÄ+ Z,0ä`…‹yÑqõì·<°‘÷çtè¤i•ÁùØ €.…R7SdW¡Ûž%zMglÀ놇ƒóT:×HDuŒ•Ž9I>¢",×{†d|ÇÝcÉío]U±àK2¶á©}³9Jã +à̃tY»3 +c4–AW{ÍتMT6©‡y`”RŒè<²qÇÂvùÊ»¨`š4?}¡×áY£}°†ñþßÇY á63€ÏóÑTøÔ˱9ľ 2›˜¡“%b3GÂã‘øÙ½ +¤ãâ•{Iý]]ÀÖÜÌôÙájM:=4Çln½9öýÌ.z>3Í`·tcòk…ã7y’gãv‚UÕ±—kЀü¯¨óoå…ò·Ù]‡äãZi¤ ŠÍŒ±«ˆÃ:7ž«Ë¨‡}Ô“BÆbŽ5(qÞ—()îY„âÒÞC3„qÌmRÌ·Õk7H”iŒü¦£ú€- þÉÐØöc~âÅü° +8$Þ¿;î¸< +¨…‹Hü1"Ê’|„ŽP:¡IΨص҂‚ÕpÍŒ¾@ú;«¼™æ÷a/ìèÖ±BDйEg!©‚9À/·µØ~qæñ1G9‡„Ä‘Î +³Y1ÁqzO +ä½k$TÊ®cy.0ò”ŠEI$ŽEZísNv€:ÅïI9.NøäêppMUÿ¶t€jUDJƒÅ¶’ê`jÙØf=5 +$–-»âÉx(u:}t<ßæã-ºò‘÷h9¦pU6 +Œùhì±íã±çÇÓà–d€IN²è¾\žÎc·û}§ÒF±N•›IÇ'Ö'@` £Æ%¥ÀÀÍ»·/I-§Ðõ¾¬wL-«ªåvÉw˜`$ER¬XðdF¯a×í-Àvt˜ (½ôê®k÷X’ì$‘M<=Hx†ÜŠiW]”ÇQˆà~…°AÏ¡´iú'y‘>è¦P_š€ K~â03§xqæHî™ÂZ±ÛIu3¸Ý®¾§#Uœ9‡U·`¿d&ËŽ7Y­0²u¼X«ÕÍI¡ + ÄcÇ1. ¼j)Ò<ú æ¥gna˜¤-`¶zCÞ‹ßÅ‘@Id—±›Æq ƒ=ÜI-¹¥¸•0¹‡xEûÃ’ˆ‚SÞI‚á­K&#s‰<û‰QLÑ pn*GNºÄdœ +f¼Ù’`•€W#xwj”ÍR=YÜؘÒü|ïìá—NÛ$®0À¤?ƒ…Ì/ù…UqÁ{ °ÌÜÂꨫǜí¬Bî—<ÇmÚ’'Êûc?p‰rখ•Åšý¨Lû»Êä¶ñ“Æðì£ä 8c&÷Í°Ó[VÂ?«vsDUö¡¾ó4Š³Ìƒ´(ŒzlŠŒ¢€Àùµ”«ÌÆ$›¡mwý"a¯ÉÈv é~åù +Ǧþ…½_hòîÁ–¨z®™ùŠ)·‹‡G•}V°þ¼Z2ò’Ôç7$‰ 7¤Ñ)C„yÇ÷$á‘@-Á€b³f¦Gêècƪ™ƒ/±3Ÿ®º‰‹Ez_Ë W—˜'bU>ËKV„sÑ=*/¼­s¹n(ÇÔh… »›mSƒX¤Ü?¤tîÐvC/Ïœ&×.Ž3X1ÉIb.‘bEé`Ãw³_¦¼ +œF¦݆ÿš#èÆP9¾‰oþ]¨Ã"2vt©|}E6J ߆lÿÓ@¬‰¥˜ˆ4WOßÁ šqN!ÌöpüÄC,!7`;Æ…f®}è®–OJð»ŠÝ”a“8¹W+1ºýq³=¯´|†¬ÎgÈr©¥ˆ©0 ;1õõ®òM}]¦æY$Š5>¸p•BUç~9Ö„ððn ǹF¨ðLQ^ +–H´¯÷n+e+®J­àýf×ö˧|ØJ´Ÿbiq$N<¦`û—ï%'Ž½ )Š ¾â§ 4 ÒHòD|ƒ):((ùn”0)ú>;tœìävë6ïƒâ‰ÒïòBÞ1Ï'QÄYÞ4ÔÐÕ +ı§%Ÿã_ —¾|e„-Ä—˜‹P°£½½„¤" ,:±gy‹¹ëÉ4a2ŽAç³<†¯Â¥éEðîgÄÂM˜´2:|‘ ºÄ{†ø}˜J)ë@¥ +T©’'¶¥tÁqV$Um<žÅ>³H7¾ßþLV‡máÕ:‚”ä÷Nj#ã]Yáë1šÊf qËß<%ùѱØ×ÿp}P‡!üY¦‰åyÆZàK·ó‘!“‹+Œ +xkÏÍ*iÛrŸŒ–êÚ¡jnRß@§P˜¼œF +k¾ I•¹(›%:|æm‡ýì…ÞìhÉðà$À…·Ž ÚŽ¾Éãˆ5QçŒühýe?¨±$Ñ^›Hì]§+ÝÀ“µ·CµÄät6~ñ è N_<È'bZr9´gJ +ËI'lö;ìDú©´GJYÉ3œv.Í8×€aV†Äì­äÓ8M1ËÈç}Ãc¹)NÏí[·ÇÐAÀ¡`,X‰i:C½´¹gB¹Ò¾©˜Î–ÃnxZýgdH“/°È *ñ^—òÆúx„8 à “O³Ì20Ý6g1°|!Çš'V§d"…kç:\IÒù=ú}žúll±I8Ó)µ«ˆ^I‰¸BKÆÑ£Züt9ä€ã"i”ÆÖŽ!ZrçX`›AäÞ‰+ J˜?ŽWa÷üäàVDÆÅ->æõŸ³yð‹ŸDÊÉ)c…¿ŠLVx¸æÝ’d”ç +*Sz9}ôÑz1~¬¦OáìJ?êÑuÂY«Ø5-À8 +_))"GkÒ‡~á¦9Òù”µÒ:RF'Ól])©á|g™Ã`¨2 â@3óÓdkWç…mv*l¯vƒ|âl|>4*wWwSYê6Ã!«8×£‹hÌ OQ^ßnÔSXuê_QCYSÕ”KaéK´†LAë#3HDÇ`1ñ™4$» ø‰Ôþ00ÕwCÐk'4BÕÛeô[Äüc?ßén°ÍËËD6\ã£8¤'(”CxŠü•—>´=lÃ~öùðç*ÈiϬŽX÷ ow%Ï'fĺ­+«ñqò +øJBº0KL˜ŸP$e-!†ÝqO]jî%ÌZaFñ#ö°zÌVû­Óó­Ó™Oý^½,>8W1?@œ¤ ðN2h’%æÂ|RÁ\P‰˜‹‰ä¥¢ý‘\7ì±—æîÂ36Œ9ñ3úðØ2H‘Ds#©è&g–D “/¿“ͪòµ—+NóÞµûu'òÇÉäûâ¤_LW¼gpkêv’ë7É·BkZ¹:'5ƒPÊJÂ\Bí@ì³F‡ëŽŽ¦_Ž£×/ÉìÑ¢O«Õ‡¶ïë[ÚÝL²j°à?ÁÇ&‚¥ „©ÒŸG +9òzëe¨O¿¿–Óñè;)qY¤´=óT|«õ¼Yèx<êŽ@×úÙ£q­øðããúVŸ÷Qw'A×¥ÄY+ÌÜÊòS™ó®ç +Gçr=ì1¼Rñí}W¶õ†"&ÙÊ#tªâ–ÊnK‡LEð˜Gz¿û_$üîÔ0úl2â?38µ'lRKUź`²wؤȷëøà¡àsž7€8ú£w½CÍ<ïñT<s-Ñ+|´“¾È^åŠUwa;°wþg%Z_²éû¦í›`Xá™8=¹N>åÛ—roúä÷³ò¾'Jœ6ñédÝ`̈®½eÞõܤ36[4Ó!ã¼{΄cì?éíÝpJ›6Äÿw›y_íŒóƒòÇçq(sN¾˜0¯e¶€÷,œW16ZÏZNù£ÎX¸\=4‡SÄÅÇõ>5hžàWs§ƒòú(=ÇRÝ°ç®n¿J>ÇÅÂøÿ,u®ìñ?L°ãYGþë„Ó9ôæÚç&Š9(^„ùxuÛr>u!ð +¿@ãš)nw±ÕS2g.¦˜Gõ3<Ôû¾Ù¡z"¢åkA² Õ6´ˆVa‡œ³ÚÿÛR"] +endstream +endobj +84 0 obj +<> +endobj +85 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +86 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +87 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +88 0 obj +<>stream +xÚ½\Ý“ÛÆ‘÷_±/©ãVia 3ò¦8R¬Ä²|ÙMâ”íœÝE  ZÞ¤ü¿_ÿº{@ÂʺªÜ•ª3=ß3ýÝM™«”þ™«¼L*W¹«Âù¤ô¦¼Úì>K¯¨íŸís;ÝÌ{ýîî³Ï_›Ì^ù¤*lyuwÿádwÛïV·_¾úê«ß^ßX—®¾|wmÝêoR¹»6åê”ÿrûJ_jáÍ«W¯îþüòk©}uýÃÝe¹<©Jc±œÉ|’g¥»2‰ñ™çÕ^ž:žö•%Î¥´ýY¿;ô»²IZ•9œ¯ 7¼Ò[VöjÿV6òÅW/oo¥Kao§+B»)ýìÕÝtmÎÓôÖ¿Û©×òåVIÅ[ž].ºJ½£®oòÔ¬Úf†RÞ4ý¦ÕZº +ã&цñ±¥T÷A +»z| ô§ÙÔmû$#¶aØôÍ:l¿OÑþû-Ÿ9¥«2´ +—ñêëfÜՇ뛬*VÔ9•²Ê¯,ð¦Ûu³oöÒÐí± Z†zw mJ¥ÙK3íF÷]¿Ó÷94?_· +íÀû:ÛŽàï›6HQŽJÍm=ŽØ €Çá(Ê#^—»vÒs­CÝ\‡?…Åwyߌx8º´ÇnìGJ~¡uØÔt8i¤4½´á™Â~¤aÚ*›z¿ïFé¶Ö‘¡j_xƒ y¨cá/ð — ¡çAÙ½ +¸Æ]øB'ðØuí°tXy+ëŠÕúI¾|³(ÔÇñï‡r|zîÈ힎v¨×­vžñ÷8Žãˆ…••”3*ÌŒMœ©*¥ú-] ¥ûØŒrsúÏ*â;¹¿òÎ%†ˆ{‘üc§›y¯Özš¬L +eIÆ\.iÓ4I‰ƒ|tÉØiyÉŽÏm’ei.4Bµ~õÓâfÄõfÄÓ\¯¾¹•Æüæ÷¯…‡:¬ÇD*½6ÆÌÇÓØÏ©»´ +!K¡ŸéÑðm Ä +[¢.›e«¾둱*ŒG(Ðdûæû4ͤÅ0yÐ+Këq¿%â#IôÐ1®¶ +8áß–0·Û/aÝp܉y“1 ÆwâOÍ¿dCq>|‰ðº/€Mý„’Ú¿Ï2ûúá!lŸ®½[%×E +X.­¯13u]؈P8ØKéXhJ©Çz»°ßâË\¹ +50õ£À|µœßlï_- i“™Ä)„ná +{)ÍOxIH¼B{ê'Ò<'mÀ[¢©$ËŸIó<)sBøüÛ¸;ùÖ²EÞ6I;æ ìˆ÷…^å õÓ'¸16'Ê©²ó§¸{óúõu™®‘£ÂâÒt¥ 7å+ç/½F/’U˜ÜFàB"ƒTÃPªò»·ß0Ù¨dõ–W[F*rl^ñÚœXü±ï‰Åã‘>îëÍ&Fe€aQ‡ž‚Eý£;öûº…LEÃm·Ó¾Üe!HŽÜZfò%ŠnëU©ð\º^K-‰‰ž¤07‹È¸â»v¤¥lâ/3vê=>ât§Ï ãf3ˆÒ6Ý+*˜„x’š\B¢xfÓži ó©eö/ÓpA#Eù9€© zM±E•¸Ïç¸Ï‚.‹Å'€aG‚q;͵ª›ÙJ'Æv\AÄ¡ɲ¶•Â¶Û‰°™¾üiÙß.‘Š±e’–™Qiõ’å!°)«&H4©+aó£€E)P,×ÑçœïiÃ}T42•¹a‰ÙÚ{/°mC,¸FÆsêüÍ~ÐÞ|Ã~8²NÊS±šš©²¸ðºsáƒ+k¹-Zȵ˜H³Ð$E¯Áò +€Þ«Wõ[÷ZÐ +œ.Ý_N²€ùò¶¬6¦•Ì…‚>cØB-%í¥€Oˆš,ˆífÒ ½.`ÚŽŸMÊlÓr“Sî죮ýã‘pizd¹éxeN“Àû¶a{º‚ERkŸHï%j"=H¨Ýª†Eß>üƒÞ‰¯UÍFd:ØH"°¿áýê<U‘϶P®d£:Hâ~Qíœk‘–0®®¥ÎÄØ[–ë%£íÐwÛã&HEÔ=)+âÎaSob‘»EÝw8‡<öK£:ts!A +:´>ta°ì[¬¼ û³±@ð4{ ‰c.QPvÃ|L­ÙoÚãV ¸O`mÅœµådôtí–åS‘Í)õæG¨fË̆ôļtåÌÆÚ³±™l@ÈEa4ŽFælˆÏŽCŠøô¨6)nQnfàâÐ TΓηš™]d“ýYú±"Ò’S½Ú¸Kj•œ÷™+:wz‡DÞÉE¡HŠNè…EøQwáh­ùžâ…´‡ÃpÿBD`/`öc}M{Ž'¯»À”ºõеa “”“ÂNoNjO¡î‡Op¯Á¶‰…ˆÁN¯Å¶§¥§g%¹;„žÍSjÙ68íOÍ6H½íâ°«…ø–Q¥(H²UÞŒ²«›X“•Uˆ÷_׸KE•’FZ*ô"Z«YÓÆÇ'7E ÃÄA™Áy¯q£Çóhp1wÌiGï›-xŠ—š‡ªÄbT“‘E|·=îöŒ+T{¹Ý5-+øì!.߇úGaZPôöò{’ßJ¥jw;÷\,©Ð×oò²P’î¤. +<^[e§Ò Ê’*T?´‚Ðè7„¾éŽƒ4X¹Y4Æž¤Í¨ϧ´­¨b­çóC:Ç÷JXó˜HõKí‹¿‚ûýu]Wçd-ÖåÑÔÏ£©¿¤’²YåÀWÌ&øJubÕŸ3?É*'»¡ +ð†˜ŒDt=îöP«ºg*œˆ(^[DÿãâKìB_bìñHÖÚîIj ­hAbQÒƒÐa[+³ÈPeÍ(’>qÜo"ÆbáAZjùüÄÜ6ËŽ¡(g¬ÔÀ—¸ HC_N0EsÙ/Âê‘|㻽k°' ¬/Å+áøq|Á^ ¥§a•‚™ÔÐüK¹X£j:aû'3­·õ^VŽ(ZTâÆÌ ,Ÿ¿0OžaeR¬|ék–T°•áHBñöQAO#“YèÊþâsIÒwû“,·é²Péé&‘éTƒ jÀDµ•mEú +™ö?j/íý>´m"Å7£Œl´iĈ2S?}£¤ýWœíDµ*V~wºš‚ÌóÔàj|–x“‘cSO3ïxºÃ"ñÞdÚof˜˶ĺËìCÃ|W7û0>µº·ï²ê‡EL¸ñUâJã-4—yæåìav“©‚iG]/ˆµÍ±ù±½éîoàE `ÿmMŠk¿Œ'Y†A}ÿw@Æ€ÌRCî.b‚“¬¦Ø¦¢>öÝ‘tÂAÍêL˜en ¡7pœ “K¬ðluNž".}ñ´“¶™¢‹â{zæ¬(qi™1Ú½@Öáž-u?Ê\较Žj»Öl"µÛ°¨•¾$#f¿m~¾ôUVôhdÀ_™*MŒ_vUÆ>7³N žÊË©&×ÑÙzeRYó+ëiŸ_YϤYBx{¾àIýëá"L‰[&‚ï.±UJØ‘™$·©»trÈ­#‰Tô +¼€ü7#ÂAùk.ÿžÿ¾á¿ß.ºÊ@!itV Í?LŠâÒÝð§g7²ä;8Á£ò׋¤Q">7±‰…YmBDÉ-ç–çûË쀷‹o²,)‹ÜR ¬Cî¯ÞˆjºÚ%Ä7 ÖUIZTÅD¯,˜<†v¢+ï@ØŸC§%°˜ç¾o ,B](ã˜A> 7Q†À•Ò<³çDÀ¤è £lÈ“eu"FÏ‘' +Ì Þ.ÌŸØuÛɃºxèPFùl æ –3D¬ÍnÇòïüf•HƒĄ̈owUGÀµøǣÈN€/6¸@òç×Zš…k-³)°„âŒ7@ÄçG Ú]„U9©à€±nRšçö‹$ £ÄÛzÚDÊ/åekM|zqV•ªN‰v„¯ŠN ¢»"Üö$ÈÀ\ždE)ô{cs2ª5£tæHÝîºaŒåóàr®8Î#û>Œ}£"ÚúZ´KC»ùcØ熮{Å‘ôl×ÓùÔ·-¥sÎòç^¿ã¹nÝÖcPaµt¡ð1Ôð‹ ãË¥R|*Žp<ƒsyÙb–p.s!¿§BâËê -/»¦IEsåK’’yî?Ö• bÂÑ +áÌ)1bÂe¢Ø™Ø1Y’š*;O á']! žî`ŽqÉÃ{M¦1`J»éO=õ?^ýâDoÐæ<ûÓ¦þíCèp5N +aZ»ür1¹cQ>¹Î¦‰Úiƒë©¡ÕÓ8¬ªkqghIJ‚ä´Ü¤$»ü®½ûúÕÝ/¿, !ö´ÍþßÌîŸvç$0—, Lž™Œ´Äå©N]ú°ïج©ïÏýåßÒ«­þå7t¬4…kEFê™”eB àÅ#‹¯CPCáÕiSغƶûAlt‡Øpßp‰¾ž Í#ŠVY€âD }*+ Q©ðyzaV°DpðžÄu^]Šk—ª ù@„a.;—`õLU_È •×jïD&þBbŠ²®òxl—FÙñiBÄ^8fš1àJaJJ8"' ˆðiÎÇk}Špꇾ¢B?3”1æ€{”4Çî!°óxAK€(rvŠÂ7¤©k +ðýq·0”ФoeÕ' + n“¬Heâ‰txs/Žƒ&•\îàò€ât©ÄQ\Z®Ä… ˆF–J‰*"Î €N7 +øì=¤™®÷4ǂʨb!O­†œs\ãOêñKíÅ £]¥µIj%Vi&—]ßl·ËÈ9öƒö˳.\‘ì±ßM潤œò_e°úrcX }'Öûz +Hµ,Fø2Žˆí´Ê€'úCÈSÈÝ|ó…¸2ˆGd>Ï9É RÎ$vL;R•fðoŸ‰É’å2sp(,_qºFïênZ°tIQASû´¬L#´˜f]1˜å8Öºb³ßÔ7§H¯1©¿ŒHn€•ÌËQyßF¢ØhÒ`žÄUpŠn¯4l‘ãI 6;ˆÐð?w;Öm}6~°gxF—ÇÌ*è5,ú½æQRèò¶Û†~¯}=QâÔ9ú";6#u×èCãegd0§™-ô¶ÝåmWW3ø·'í½ôîž&êìÕo/èI¦Å0’p{÷1qaÓŒ›U¥öFʼn@Çr‚äÿ`dlÔôÈju߇ðBÚžÂ(°áx,gòg’BÞ6ŠÇ¤S`ÇŸˆS0:"NÁ#gý39HÐ,/Î(çv'!ggo¾á²)mAà?±žÜ7‹ÑžéÕœlè!VƒÎn|œ€‚[€itŸ`Í>¢:øœ_¥¶Hùb¥´˜¤d‹ÄY[IŽRþ+9J…æ(å ®ÐO¼ù"Þü • Dd% •Sc™þF +ÓiCóð8JG&áŽõ~§At‰Í³ò"~Óü‹Í­–}Éìx$Sø#Aà¨$çñI“'AIɽ*bvQUj²ƒÕôß8Ç‚`ŠiHð=i”ž‡crB +«2(£—%DEÈ`éZ‘¼7ä@«ÑOåÂý&‘Òm÷B +ϸØùÀîÜÈcZ†°ÑˆVŽ»gç¨öÕœƒ­Œ¤Cn˜+æQë"æeÖ$©#«å“P¯|õ>5=nÎÚÜRÁù‰Ãzå°ÅüY¸}+ŒÙkÈ^K£”„>1¬Ñ¶z3kò”~¶€"9ó¾å¾åEÄ·¼ˆ.¥\±ŒzÍâãyq.x©¾œœXy²Œœÿ¿JN¬. çÒ{–§HˤäDáóO8OÐI&*¾ãcLJà³}·“Ò߉ÇrÊÙßÕ‡A|÷1Ž¨å£T‚"‡ŸÐ"ìEÏD‚ˆd6t]›ÊÞ¯Éb¾•Ñ…ŠŒô)ù&õ3‚¡–Á¤Ggù оî{eAýr8KrBÊé2yt€„ír8®§Ô Doå³B2QIë)S®`­é—ê‘S'îY:ƦÛoH#ùTMóõ$Ï£:sNÚj·Ý¦ £¦z€^€Ù ™gò.¥­VÜlª¬â©¢>Xú¤¬\u™T +Þ¤3~œ#Å-pV“I5ܘª- +ÕòQÉŒQ|0¥?K©4„I‡F@ ïü–“íÖa|/Y0¥_U‡1º·1)R:v÷xDrt„J)fß +ÒG3‚Žž¬î‹7žI‹,b4•.e²±@´·dhHIe!•ß;õ>ˆS”ýýqvå‚ÏìBúÌ^¯Èfˆ@•yÞ.­ ¬’àgØ- F÷¶köNõŒy8‘S«;W®Ÿ;Ç.^Ô›a8†Dʯ=lnÄÃ^Drµ¨ûiïǽ/ñ”§Cüm’Íü,fÎI~FÚqÝ˯\Lü÷dϪŠ=©)YÔ +y˜Væ•T3$l­wÍ°œÕ¢©*bçÌ·E “Æ)ÙH f#¢HÈ¢øµ(ŸùÏFù^kN±M|~Š)d'Qô¡ëÞ•.²„/uùÅäˆ$­|uÊ€OøìïÂäPÛ ã¦$Žõß=D$ñ%—ÿ<ý5É-I«%³²19ã‹å 5¹úŽg};ûû2®¬×j¢ß³¨Ïñã‰ëoñЧßÍÎD}ã.Þ©ëlµbâøõö§z¿‰¾t˜‚0p†¥ +WÎ49á4ñòä´­<±Þfç8õ×kŸ®š~Ô亨BTXTcœK²‚nð“´˜â9-æa¾`CÍC úQU·ƒ2JI,Øá´ä¢´.±./g>ÊðO¨ª §Ë…ýR?-boJg™"À/–VïIS3÷‡öýòdñ°)MHùå›/kœ›Í7Öë#˜ÒnÓ#ù)n.*O•¯Öµh¯•“Ü*¦¼@^™”65Ÿü$Uß`iϤg¦Ä7ìßÀæù%oƒØ˜+‹“kØúgÌ猪øYÏªwF³Fy3k÷^­`½ +±Õû'MV‹v˜×_ëh×¥WÍóĘÂΞõù›É +m(bï”#D3äÆ^8ŒöÈ×Ñðôó†öé·²¤/«åJñç²ê*")8©ÌŸÍÚÆ g©ËºH½è“ßô¢ŽÇ_ÉUÏùjSN»²Üôó” p£Š}Û +¬œQ‘ó¦¸Ä– +âûeœOÅõkc"¼®yÚý¢œîúã“k]Nêì&ëV€1—]»ˆ`ÔõMz7pÞ"W¾3ù/ÎLÁK8hIOú.ó?¼NT‘<¦B’íùö÷×6å_ÀÊ¿iåâwÆÅA¡f¦˜kê% +Ò_ätrÀÉO¿”y:¥!"Ü[P3¦ÌÙvý‘NÎkgæC«ä¤ü:„fÚ¡“ óý  +‰°’$«êˆã¾ùç1H™r§4?ÛÎÂÏ¡T”«òˆ9Èm È|…÷Ój ç®úC°}‘üÃK‚.ïš6&Úx·ìô¡³ÀéùËÕá±! îÇ ™zÀP8_ +Ùj\K§T‹©œ_ãJAÑÍý3®‰”4ïÿßdzîÏÐ'wçüCz¨õž;Í}ô“$#b&7t•A²!UÀå~ò¼ÝîhŠKï»ÎÚ§ÓϳϸsíÈ›ObÎçbë…þÂ}ÊÐMÅ'/¿Ž?ø'¡i9ý§š~e_'~ÐÒwE·M§Œê¦¤ ­ò m…óî…µIzetˆ8ø©ˆAé=§1 J +õqìvõÄ%}¨wªIž i·f¤oÈÌl†Ý ¦Øì'¿lÈõj¢ÑôùsúS2únõË^uCês^}" +Åÿ€F¿ÔÙkùïñ\n ©æÞgn)·ÄÁ6)2¨Ñ³Öÿ©íÕ +endstream +endobj +89 0 obj +<> +endobj +90 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +91 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +92 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +93 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +94 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +95 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +96 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +97 0 obj +<>stream +xÚÕ=k䶑ß÷W̤粭ˆoÉÆá°¶×É{kÇ»vÄÁ¡§[3£lwk,©½ÞþïWÅ"%JMuÏf5w 0M•¨b‘ÅzQT‘]¤ðÇ.d–ä*WFé$Ó,»X7pïwO˜«³ô•–a­ÏÞ<ùí—Œ‹ äFdo®‘½ÙüeÁ²Ë¿¾ùêB¤n +úÕ×ß}ûêR¨Å³——K¡ÒÅ×_ÒïK¬Mˆe’gLXÄ&Iµ,ašk‹àY_¯'€'J¥òbÔ{C­'iž)¼¡tÎìçî†ÈrDÜÁÿDt|þòÙë×TüòÅË篟RùûK ´¾LèJ;諯€9ÀW—:]<{õÖ~öí¥V‹?Ó +ž¦~òüM7¾Jy‚™ÓLèjŹ'¹írÀÃf{ÕÞ—ÀGµxñüùóâÇýª®Wï¢×—,]¬våö=Õ¨®éw]ív«ý¦¡«U]PõÒT—L-~.¯¶i±¯7·v@Sd(NíVPC›ÅÖÔÙbµÝUMK°Ã¾¼äjñ"+êfµ¥*uq·]­‹]±oªx]Õþé-A¨;© TìetF–¤ +%F9ž:ý¨‰DÉÔà éêÑÔ‘‰äæO¸d*˜:2É$0!€ÿÉ—\ +àR~$h^õÃ)DJ]‚-îêjsX—û‚ï۶ܖû‚î?VmYíÝSð<ÁWÛòf_lzUýú¦­ëöP8Š\/šÃúKÀKÙ­Úº\ûû9ÞnWÀX´“~[byëì7¿µn•j…â‰Åw·à%ГïÊæÖÝ­è÷àëXÑÅÂH!ÂS¡èbêÐâÌpקX¬·¤JÆbõaÔµTÿJ4Õ7ŽJ|õ>&–^P <Â{•$B +² +e]‘X ZÔJÖÊB!ð ìC_0©ŠÚÛUëløz}¸Ã1zïl¹% +Ð\Y»òºÚvû„.^¸'-ÀW’> Ù;«ïœ‰[³ÚEÅŠ ¶Jt="†[pPö¹ +ìv7F‘,ƒtµŸâ+œ„‡–.Þ•í-•ZÛ::¡)ðk³):%b€‹Ùâæ`]M‡§Ú»é›±„k“U$Z´ANUaÇÑ&¯Úª~ïìçÞ™M²äPp*1|Æk÷OÆ’ dn2øÕíŸù8ûH)3š‡Ku!”NÀ¡Î£îUWkV‹¸WÇèlóâ¨YPxFœkÕU:Ûè™›ˆØmXQ±¹­[7*¨­ðw +zìú°¥ ëüc¹‡¿ G\˜IIžÓ/p[“/°·S¼ÊEε'ÀDLCw¥& +§“Û†rrsº¡W~UoÙŽh,±<ÔAa+q K+pÞW5•I²”Ê:µ©¼HaaJ¤[[Ib:ûËC¶ƒiZ†kZ»bweÍ?ˬi°7H|tvkaV?3·L‚…hèª'E?ÈÆÔâžK[bjiKOÄÞº‹½‘ÌUÝø^Øåçé s3R)À›jg¶¸¶šöÝHŒÅ4szŸà-­ôá•5 §U l0B‡6XãrYÜjD-\(ì¬<ܳžfd +ô„[g0t4iÊt.ûxáBæ"ô%ñr@RçL–Š¥ Ï8;v§†ÖG¿sÓÕò½Â&Zß4Å®ÝýÆû\:ÑFªñbG sdÙ=dØ¢)`’ ñî$ÜNi(z†H_ÄŸlWWÍÛòŽ.n¶‡ªÊw­žÎ”›ÅLƒ€‰˜XBÊKH +ý[ +aCûþE,“@g±.Ñ.ÙÅ%{ósG›¯ØP‘VÜàˆ1Á|Øg6tëÊ›Ø4ÉgÃ)±-Ú–sÅÀÆkßv‚+ŽZ 0ŽXÍ– +X$—RÅboºïê·Jy?5Œ\IÆ ¦¨‹ÛCËa¿Ö ×3d’§*þ^ÂWZ†µ"–ç™Ã¿·™Ë„P:'Ûô•Îµy„Ìy¶×ÎUTÒf-âÅÛ’¤ŠV-)e'¥«‰¼p˜¾qMR=;¤J8ëg‚3Hn2q×´AcåzÕ’+"q&Y0±ܽƒ{àî°G¯Ö±ÆnU¿õÈõ\·à2ÊýI®™\÷àí幊/"ùJË°V„GÈ°é#¦ƒ%SÜœiÒW:×ä2ÇtTÄß5>8†—ÄY¯;æ(¿’ñzÀ¸¼r1þþ€6ݯEsžªb•.xÞ½:ànQa¸HIo~xæ}„‡ºˆ nšdŽÅ9àðþVó ÝAÝÊœfƒ +ûêÄÒP·("˜ë9–†Í"Ä.ÃbÁ;KR@¯ûWAp§uhŠ• +b Dë –pMí +Ô~ïÐÔEÌXZg’ç~¦WŒŠK)XØQ´™+²ïðëŒMá*Ð",9XrË.ö©÷¡Ã²-Vq÷¡²ël"ë­!”ƒáù!Æ9wë¡PáïEíB™ˆ}³¼)Þíãž1 «¦9Ð ÝÜö]QìÝÅjývÙVKü%ˆoË!?%’)ÜÌH{Ÿ9æµ\“Û…“Õ9dûÂylÃfñL4] +ݧ!œœ/´]{\‡­ÉýrFÉÞÇQˆõ”à\Ãml_Híå¡]Ç6tËJ¡©ƒKOi£_„“ê잯 °®MA±‡{>Fƒí…tÎ76åMÙâXB$kÇRÒXÚ¥ú¡ÕYkßýR3Ûr0o‡{¹á×ËÜÑ&¾þc{i´ódI[Õ¿t^A»Å"¸á\„#ÕVÞ•{®lé—T{FMLF;Ÿaøh)=q»P‘;VZP3vhð¾g%Vðã#­×ïÄB +µŽl£ {}ÌsFÓ4ç~šæNÔ…¨í¼ûÜûIt*†ö*6¤.Àyª«éF,´¬ŽqÁ~cÆò… ]å愱§v•Â2´ÿWîšT­o• +ºI3lº¢ïˆûõ¾TûVEªhu9Åtthh1iC7 Íkº·-w¥Ã`׶äœB$âô7Þ" +z;zuäBM¯¾÷Gj~jõ*£/tî^ÆG,?8÷‰4¸,[*ÌéÅpQ­â9¸(B@)c7!X +gy"Ñ5éê‘WqϳÏ^>' OþéÅR323X_~¯„ Òÿa:-bg ¿æAþþóÅ+`u!;–¿íþ3€H±øs«§Yä†ùî›Xsóðna¥6¿Ê_¾°?¯:‡Û‘ödš€xÚ?µ§puü››¯-ª—ùw¶üß®§äÜ€khüÒÞ›8r®»Wᶨ¾±È‰æ×Gó|0™gòÂ@Dœ«Ô¾ ùñÉ_þš^l`ª|õ$…I–©‹wp‘&,ÏùÅî i’¦ÀÙ>yýäJ”9ÄE+jq\ô\ +¸\Ñ?1DµìÈ[êü²œ™àMMòÆ&3ÐsS_gn +æEòJ|rÔk2ÂsbýHJ=ʳ”u!ÆRú…Ý)q[D•B%ižËùˆåðËî5øeÀŸTíµ”ø“Šûñ  &Ÿ‘=ãY:3Ü‘÷昖„¥ÙŒ¤r:+Í!qÏÎ"‘@WB=0š8"Iqa(ýXDYj2ŸÑ?3•´g9ÄÒ`?ÏMƒPÌ 1\ +1ñ +]†+Ý ½2ð„ Gl;­‘t³iä#G6;MŒ–zDbqÝú} +´bWÊsÑû Jù4o¤Deb8èøO“Úx6ÖôÚø4gTš%L3>&ÐFL­ \í2T̳Qýh$Ò€K›…K¼i è*eèåÆ´Dèf“È#‡^{&ù˜B\‰¨ýŠâi¡œ‹äÊÓì‘_2f£Îÿ4-•³±§—ÊÓÜnn•)ì–H‘;qm&et¶><Õwȳ2ªA{±ŒÞA×Ó2 ›MFHEÖu#Ë›Û{™Í¹~ =ÍœÞl†=ÿ~R@gãM/ §Y#ñÍ¡1#Ölªƒ}Û9-Ÿ“â9[xbÏ +;+Jâwevx_N gl6ÙÓ7MmžC°Ò7ògiSnéKU½i¦…u¦<ˆ¬žäToLƒ‘ø~ZTçâT/©'%µJ`D²yCz^h§ê\y4B+qeMè³R+A¥BõK´q± +ÐÍ&·G$W–›!‰Ç÷ƒ¤w®~<ˆøžæYojù”ßÙXÖ ðiŽÉdƒ+>"°ªË¿ãn±û×Ùh~4r +tJE/¹NÊ©€’N+~;-§ºÙäôˆÄ‘åI†$Ž}ßÒ¹:ñ Bzša½†£ñûI!_½žf—4 +è‚QšÖØÙè4‹ûäÙù%ž&&Ëh= ™ØÝl{Dâh‰ý«œ +Iì]âîcýIùœ‹æ‘ÏÓüéå3ìüÏ“ò9{zù<ÍÅ!^I™XìîÚ÷“B8‘FSÉί¥¸KÃm¦l§…0@7›‘8ZÕÍ°/jHâл=/ˆsÑý ‚xšG½ †ð§IAœE½ žæ¾o‘†é#9œ\Òë$r6j‹Dª\%âü®ÊAUAŽ&2À6—<xôÚ¦®8±geq.’gEÆd¢™QsHõü³p0u0U—Rƒ](ý‡jÝn&•P1MQ嫪->é¿ø ¿kKL*ü¶×±OßdÂ2ÙFA2¨ñæ#pøÝ¿›ÇÝ=ptÉb#£4D¶ÿuùx(~§Ý÷ þãì­Ó|­[»*º”:ÿ¥ý^ðëÆÁJ]ƒù&Ž7ŸáŽT#¹2I¹Ö±œ©ý(BK9±¿S$Yªï»¿S%ÆX}€Ëfz'z_ø¶½«Ùßù}÷µ*PÎÿùíüo½“ÅÄ8Ú"ý›KžÛ1c®w0Z9p +/,àëé&¡?BwÙ¿R•Z¶ý.Ö40<í$)ìÑób&àq€™Qæ™è¦UÐÀ‚ ñ»VHN£¬¤H¸ÉÅ}”3Óà} •ý¸ž¼%8]‰à©œÚ ªÀÏ!¿PhRAªOïZ5&a†,Äú‘”z”g)ÍHšúGüȶÜOHO¸Íé.sƒÂOI3Ì„ÕÿãÈ‘`è?€ã<[‡¬'1‹OÏ (Mvž…’‹„áŽï{±PÒbïŒôÏÒiÀ5É@íNspàÕƒ-Pœe3RŠòþ¦ø‡ê¼ÌþkíkÅJε¯õ_h[«ÉÁÅ̲öµ>Ì4xÕ +~ +º)щD xBŒ‚§›PÙ²Yv„<ôÛ:å+2ž(ü|{@Þiš:U +{_\\Ï&óË\ +*s‘hüBˆjüg ‡À• +WAG]&ƒ¯Qì¦mÁLCõ¦àä”࿱4M‰i0×”è-@„¼ jRÌäCò@ËcŠ ›¨³`wÓ–`.‚HM™ÔgU@š'y*UÓFU@€m.pDàP$3°F ×úþßÅ{®axù>Íð^ÀÃýí¤€ÏÆð^ÂcÆD|Àñ$½·ˆÏFòc‘q‰ ×îaæeÊOZùdJÆCl3Éø1QÐÇ?^Æó‘ñÙ†ádü Ã; èMÉø| ïdfWšv²º+÷°xRXg£þÑ«f‰ÉÔYYÕ ÅŒK6þÚ#›KTÇäMHjHÿ(I© !¨'YÕËi8ËI9‹U½˜ŽÉmk‚V2’wRç¢p~QÉÈô°ÛÁ ¥·‹0ÞðD.$ëÝœñ&´L瘶{[÷lëöBÄu›\v¸q®Çº¸.ê¢?öÈï•èÎqèwÃ_WûÖb‚æí1º2¶v}à `Câ`¸u4×#ßw;A™Ϻúñ°òÛFÂí70 rÎü;üOãm¥©o‹?(½&¤×ÙO‚âÅ’4ç&š ´«µ «E’öè0ùw³¦9ÜÝUu[l\"G:úLPMí3:ÒÑ‘œô9ê£N 0&CCQ$þÇô‘œ‹èÁ,á&õœýM ðÃôçœašd‹‘vŸº“Y†–á7´¹¥¿wÉÐ)%üš>ë$1WþR.M[²ÇU1B)˺<¸pœ –˜+˜ZЙIX‰¹®v˜/³±GsI„kJ> ÷}E,SÊU,cr9™OWÉ0[ñ8±ûL´O*«òAzH:à"sq|ª¯µ «E± +Ðiü(ƒ:ÈøñNqt„ÓsÍúZ±f³cCÅ/xÆ-2—öÔ;öe«¦ô¯x:­Ïø«pš‘ ›´úôadyî<’W…Oð©úL¬S©¯Gy²ûê¦ýÔ˜5.»à zÌ ÏŸ;¶á¾ö2¬ º¡ñõâgÐ\C_â‡M©DËnŸ#ÔúŸr;o +O|Ë;ùýeúà*¯Âm¾þëiTêPUM; ó“šnæ/ñÃL!(Иõ”›“ûQ訊„rÛjëÒ3œ¡'ÆZé¼ÛZž’A:»;OB{à=ž +gAVý¨¼;zt‰û~y– R§%¦NF€W÷xø£;¢Á6Ó´ÕepQí­ºÅÒ5U¥tÞphì1§5Ñ í6Tü¹ ’ï]ç.½s~œ©¦3Úÿñ3.Ÿt>>ä @_ó´Ï +=qž Õ‹Á£XÙ4ιså‚ZÙ¬ÀxA‡¾:Å‘¥v°~Q×PTêxG¨›„s1 º¹8Dõš¯µ «ÅÔ©¯ˆéøЭ2qܬ‰g›uµâÍÎŒž4&@ç³ñÇÜUð-Ò1¡œáæóьʴ,à•3d2<¹W)çÄ Ü1OI·!lhŠÚ7 ý¡D‘ ë|.¡Á=²8rƒ¿îÔ·àhGžûÔصUFC­>öuÝ6Öu]è@Ö!¸W‚«±¬÷gbK? Bùn@Ä`@ðàºkë +â +?²¹—'»ˆHÖ—(£WbÐÕîn[<4n ôq&r}OãV7ž¤ —\|=oÜ.—Úny·_ؽãô¯À?"l¥þ«Ý?E—ïñߦ«ŒÁÚb¥ +ÿmñß?vƒ¥_Ü¥v­ªÅ­{æRWÿWxÓµîÀ_a©q—ö!{÷Pˆ€cÓá_!xב·ww•Gi'Pš¤R»4h]ºleOø¾.·'ŽuìŒáQ;SÀ À«Q¼–øÁ¸ç†Â¬ÓÇ$xÓë|Õ›!¿ëPº#‡mÝíኀþ¥Ñ¬Û”«]eOÍ xÈ6;–Þï®ìÙf"Óä°(ÝÁ¡X"«Œ"pü]Ñ´ÌÛí¯Q¥7Ô¬eëí7“Ÿîdøé;µÐ‚ŸÆt•b‹s BsLKiÀg6©|æñò%¸˜d/\œsA¸tÎJEéú`ã<“šŽËÕ>ôƒ:eëÚ¾jJ›þ¯Ýé¯Ò)'ÁE µ‰ÙëïVWå¶l]Pcólj-1‹<“ƒ w¸¡(é»Õ€ëà"4嶣3qïþìAC¦?EÎMƒhvïunÏ}ž44çÕùó¡2:iT¹càOzÂôþ¯êbõÖŸÆ1ê´û^v0r1D‚°nžHÜÐÁ㓉kºN`çuÂÒ<ú­˜*RÃ9­øû»ÿ  *7 +endstream +endobj +98 0 obj +<> +endobj +99 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +100 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +101 0 obj +<>stream +xÚ­;]s䶑ïþzˆ“QEÃ$Á_åaco²¾ÛJR¶»Êv]qf( +³r–äH«›ÓOG­vËåµ4 + Ñht7zÔEÿ©‹$ +]è‹L§Ažªüb½û"¼¸…¶¿}¡gi–.Ö_®¿øÓ_U_¤A‘ÅùÅõÍSb×›Ÿß¿yýöíW—ËX‡‹7ÿ¸ŒõâG®\_ª|ñ.ÿðýk¾‘·¯_¿¾þîÕß¹ööò×ëÿæá’ ÈUŒÃ©( +’(×*Pi”Òh¯&Äi^Q uÓwð®ï"Â"O°A§…¢†×ÒçE|áÀâ‰|ýöÕ÷ß3J¦‚4V)°ÛUÐ/^_[¶éÈÇ*{ž·ËÏÜ"(hÊsaÕE˜ò2ÖU;V=OmÜV\è«a_­Çú2Ò‹»K¥Æþ°½Tïëq[·'}×UÓ\¬‚ÛàJØ™8Qad*‚¹+SÒÍäÿ'ÆO¨Y%y.z¤;½( +Tœf‚õ裳ĭNcÜÂ(HtêCÝÞ +:´Ò4!ŠE Ã´Š¿¨8ÙÞÔpi¨µ`ŽÝåRgñbݵcß5Ric)Z”M}Ûî€ãÜPâr€Å÷׉‡X8 °%("Ë, +ÂLÏ…ƒ$q¼èpgx{ú¾ÞTM˜6¯»æ°k¹ì Œ8 &Lp¹zXòDaUõÀ«šIhæÀ¼oÊ5òn‡2dêEÝþ†Q[UóÀM»®—6j\oËUSù8®@vá$&',÷ó\±Š"AÅÅàP]+#u=Vݸe.ªÎa‘¥s>À3Xd”g‹î¿)2«Èˆ?\j˜´Ôa;yCày)ÂÎ:›E®Ë–éWÓAky"«Š[ÏՆ˫j¼¯—çAVà©w—œß +L¡n%iB øà÷¦ëו€¶ÕŽÑÊ}ÙÒ±ÝHáöêv-6#ÿEñD÷þR…(ÒÀ¥,ĶÄ'8×$+YBê¹zß–}_¢¬dz±ï«ME„+Fá+%IàÁ®Õ—j§°çj±a8.ŒͱšÏ¢£µLRõäø ¾«Kß.gÈœÕDÏo2há,4êè~[µÎþÊàûnj< +Tû%Ôá\zÓ 22œ7]¥Ê‹}°+AÎIá… «HdÍäDùq·6U9àN&Å¢íF)Ûrä_pi7$ Q¢Rç‚K‚<«ÆÿÄýîk’¦Ê…iG¨zhaÊë-É5TW=È8Jít¥Ðjó$ˆ¢"9Q~¬k@*{¼ýo¨Õá)ÆïºÛí@z‡€«ß +ØŒƒ:‚… €mB·¹âÊpXo…ºÄ=ðH‘(Ùl6 †à$¨…?2—+®a?Øá®1§°´-/£Ð^µ„Ùñw%õ}Ïò +‚ºñ«³wñ`a»¡jxˆA.è¿b­“ÛŸfö¡Üí›êêÔIb0…r°Ht–PT¸†ÈScO—.6Û#p¤2h •kX4s²\Õ°©n@ wûÇ#¶~Zu~^ÿz ]·ÇGÃ:¬±¥²ªnëöèÒ‚ŽG"µžwJ¨Óñ¦î‡»âÿCZóø{,—Í~[šOÏßóxcù¥§Ûªvód&>Õ›šI²åkÔ!Ž”UyšÚ‹=JALöCÛrG +Š¨—a•¤‚ ‡:E‘}Iç3•ËE0x÷G®9§ðDðq +:YïAû‰ºÅéú îÁFÞ".ßokFHõÀ_¶8i®šMìΗ +5;w¯&S¤jê¶ +|Óù;ë­,4KÌœ˜uy,¸b¨e™iPB¦™öLÔ$'{ l¾ýÖwîØêN4Õˆ†t.P™ë‘¶¤KR¾x°’U»nºîº‰çÔR¶ “MéK•$E—Zæa QŠ”¨‚(²ëG ÷5JÖºëŽîW€’̪*†Ð +àK7{wh6Œ°2͸pi´”ƒ_WöÝÜù¢Üü»\“¦Äšs»g,³(±W܈õ–`êÙn&8IvÀõWÍÐ]1 ^+fsÍ»_´³‘ŒÈF`uïdád¼BüN;„5³C„aî,(÷7"Ñ}®ðöÆò9èeÄEäØptøî³m3Vâ±òh +Py?Rnà¡2³´'8S÷“Ô3§¥ZRpo·ÿP»™ÖÑÙ4‘9x.k-غÇsŒ5I»Š&,£8°Ìw#¢’ • ÍåN)¾¬ AܹÓM‹5‡µ“M[ˆÁŸO-Ž‡„Õ^ì•T/îñƒˆg’mݾ2DJéVŒ,–}‡¿¯ZͯSã°˜N(”ë¿·õÌ*DP)ßj·ÑpVtÍ£V¿âš1b +1b +Vaal§bÁw—ÍJ +æ9k'J⹉„”¶ •+8¸;äbûª)ÛwÜ0T°¿åhzȸhŠ â–†÷ä2+\e²ê;QIæ±rT_5å‡3Fz˜[{^¤ +é %jÂÂqN_À ðžú +lRd?Ö¥{î +HôtóaY ŠZÔ>‚Xx™2øļFÐMßíLÁbÓ³YÃVî 0,ù£9ºíÞáÁë´¾áï +[´§›YAnÝ‹6¼,7áš@4RN¿ŽóyÈÇš¼ht/Ÿíš¤y2BâS>‘¡rs‚3wWbm Dƒ9³´Î—+ +&†Œ¢s ¦;îïWç¬ï(K0˜ã—Yß.¶µ¾Ÿ†Z-NëËËe†ìQÊ®{ý¼mÞ<wÚ„†ñ¡©¤ +åÇ—“\³±½~kÒý IÉ·Ï1à.ÊññsfúõKfê’÷þ´¿û„}dE|ÆêÃøòAÔmA²ŸÁ·qêõÛ>¼ˆð3Œ¹«ú±^— +×úC3ïýHÓøwØ‘I€Ó5nÉCED„äÖtw÷R¢–aÇg„í7Ÿß¿^¾jšÖð®Þcaã¢;¬šŠ¸^íû‰þëóæÙy†øäyÚ½ùÒCíx¹,hÖ—K0H±rƒj¬6S[v&üé|ÀµÁ¸™ŠÑ>”,øg‹UÓ·”¾B€ª~z¹¥V µÜR›fB¤,½³ï]ê×a‰H¯ìZ*;Ã6`•J{—w^|pª<‰gœ|VJ–žrî·]_ÿ¸ZŸyò·æ 4U¹©úv{’‰mUßnÇ'ÓòÐß~†Ò{ãüÜ´ãÉ,žðÆ3Ä$¬w“üŸûöã‡ò¹UÇ÷M9ù2_ä\ä'0å'4ÄFp-µ8ÔAQèô"ÑA’FÏjw9!{^mc4³8š?ÛràKk‰zh>ëæ0ÔPC8Ú«–ölæ+,Éûg:O,ÑQ¬ cÙSŒ+¤‡°‡tÕ'²7ê0‹%ñ¤QöäÅ4‘wQG¼e÷ä`+ADmqq¦£äv¯Ê¡6G‡u˜ÿ[÷Óô&¯hë8 +Ò°H_(Ü.ºW¼£ Tp“Z<#’`ï ù‹EKI)šË)jºM½øK¯Ý?¤9ÓÅ{‹WâŸz[}À?ûKf¬ÞŽÕJ S?àÏÿà¶Øaig ᥌;Mg"ô-‚_Ïçf¦¥çÓ’¹MÓ2Ä5úéBÒ| LÒÙÛ«s ‡u_ïå„þzì¿n^t8ùÖá”8T +\J°ŽIšÔ8>Y:tò1f·¬“ƒkOÙ0œ& g+¨;F +¡»™r%€@‡ÏT6ó/°Žï,ƒ“cà CòÑZÉë œžõaà·È(²¯‡¯0⾩?< H‚É–âE’ƒ=Xä…?éÓ`-]4_bâr©]þÏÓ@(Xʹ*>2®Áúè¸q–g®æã’NŒ"'Wk|ãã‹êÃw øÁ2­k›yÆüƤ˜ëÖž(û¾Û$}S30'î£BF¾}~à7Q²©hûþÓŸd ‘( zSúÖ “§#²»&»×¥hU±7xí¤Ù«HrwºƒœP´Â<Œðw=PíŠMʉshÄèµ)vQ>?•± +À^aµ÷5(` +NÞ7bœ²k•É Î’…‰ÀŸn»]R$è‘?eE»*™"¿Z‘[…õ[;†±!ÅÄ¡‚›¿&™RrÎÝ`}IÆ/¼)\ôç !‹wÞ…Å…CÀ‡‰† +Gy6½(#æÿÖŽ÷ædñ`öqnP½ôŠ@§‰qððÞ÷ÐQI'Ö <“Ä›â4+i±ÈðVN;…ÉÉÇ5Ìô¹͆³8W¹Éß›gxá(ª˜‰5ó8àö°[±¥Ð!“„=ä…ž>G§NRJÍ +ÛXШŚô=7™¤(šw6Ä“n°ÚèÄ‚¡ô4|”ƒõ%úø‹oæŽHb…=Á´@J™¡ŽàÔ ä„ žä¯AÛÜ­ñ™R8¹ËT +}»„ñh:*#é›®ýrdœÛJ +c×qa}+P|jÀ0ÌŒÌèê +¦;ØQÆÎg`boêpÎ\‹8O4Ÿil°Ï©¹Ù#Dröh<25óMÍÃ%ŸKIY1±19²ÄѧæŒQv¿¼cCÕ÷PÔŽ@øùÇüê<Š“'‡pO)‚< +#¿èK^;‰>K7Ç4½IZqø‹',™‡cœ&6he5kDÂ0ðGŒ< ›v”,¬[.:šû»ØPzߣËÕû6Ššž„m~Ù÷`®6U{;™rìÓ~uVGi¤¨b^¦Æ]ôçÔ¸Å{^GîÇÇ3 ˆþNJ=#l„A/1Š¯[*;õ@~§Ù,€Šçz›«.&]Œé>QLƒ¨HÌ›¾¸²¼m%gþ—KÒcÙ³uÅ-Öís&Â9YRœH¬‡xF&bÆ‹±Æ@Âœ^€³qbêÄhb0P³b´´á¼ KŸ|šP qaÔ½’‰*×[w_¨þü”„ü¬“Ûµo¥yëL™Ÿ‰‰%Qé"ó˜è±Î&#F²®ñÅ +ŒfÓ¼ƒ»ƒ!“ ¹Ø¼Êa¡z°Þcf~rkÉŸažÉã£a£Üè§ l ŽÏ¸o:qä¼éPÛ«–[f ¬»C?T×HÜ`b#6š +‚Yf¾¨*Zè‘}0²Â‡ÀÛ¾;ì.“ƒAŒ÷æÆUhòÏä°l8n Ò¯ö¦ï—»c’véK)M¦n"…¼?ž…xÞPLÐj.’jû9aÐÎÿúåñø]óGú÷äÙÚä‚Í•¦‘öEÕ´Bš®l§õ?[Lj+ +endstream +endobj +102 0 obj +<> +endobj +103 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +104 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +105 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +106 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +107 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +108 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +109 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +110 0 obj +<>stream +xÚÅ\ë“㶑ÿî¿bü!>ÍeÅÓ\݇³NìÚØ©ì:É%N¥8g†‰$ŽIÊë‰Ëÿûõ | ’vs®»ry -l4ºÝhŒ¾QðŸ¾qyRøÂßd>MòTç7›ýGêæÚ~ý‘šu ZO©~ùö£ÿøL{“&Efó›·÷§½ÝþeeÔí_ß~qcUÖCXûÅW_ÿþË[ëW/_ß®­W«¯>ãçk¤æŽ]RäÚRÇY¢ÒÔÞèD§&¥^ŽtãLâ½r7ë Ý[=QEî±Á§…¦†WÒ`ó;êÿÄóøôõË7o¸øÙç¯_½yÁå?Ü:˜ëë„ßR©ýò+©ÐRñÅmªV/¿ü©_þþ6õ«ÿæ£T†ôêíÀ_ŸÂô¬Î./Â@[…ü¦H +úäÉ*` °¾êW0A¯`2<7õþiWqùÕ÷åøÒÜóóë®<ö-¥µNXáð#üÖjUÝj¿ +aE}€g^¬ÞT›¾nËïÖië¤ôM¦Ubœ~ö@´žP +²7Îì¤3œÚç:3+’4Séå1ѵ1sŸxçÌlÌMy௿ \@†ì«C_m™Ç®><waCÀr¥©ÃþÖÚ¦‰Ï¬±Ö°ˆÞPßhë>õêUõí¡lÛò9¶0™Mœq©ì®ïêrùáÎÂ.ÉõMš›Ä¹ÔO?ütà ñzJÍ € ÃF΀ÑQÈÂt慎úðÃtÒ?þÐ~ºû‘öœºYÓ73¿þüÉ}òýßôí:ñü9?¾ÿ›Y¼ÛÅ»[¼ûÅ{˜vhÇý]Õâ;þ?›£|òÉϱå嬻ŸEH‘®:lç_[ø™ÎA·hþÝËîvm@ºÇæÖøÕ;’€«ßÞæjUÞíªqÅ=œ„¥6ñNãâˆÖª˜¸.;£-ò‡“1¡Õ¡^3]Ó©ÄfÊÎÆìQcàwcŒýþqÌŽM³;î…%ýó“Õ·–üºÁÔâ^·}Ù?Ò:­ 8­ò°uX™ï›­ô2íû] +?¢Rµꟹش[Z$½úFy…3‹mQmakÆÈFû!ºø  +2_„͈ß]jFæPÁªV¤¢ÞV ß4/xØZñ—iç ?ϵ±¥ÈV‡Fžó$[õRó´+7‡ï̆ïÌVeÛá7òÛc¹ãbW?.¾”Ÿç"lQ§ë’¶½átî„AðÅΚB¤kc“ùÀðOâV)Ͱ誧²-ûjì“ +aù©\ívKü~g-ðBß|Ï5ˆnžÎ%ŠzD Y£ÞµZ‡¾±V†GkGﻣп«w;.•OOUÙre +†jPVÿ¬Ú¥%¡9 öô«² ¨¾lèë´,žÚª«zËɆ‡æ˜K ûYœ£Þù-ûÅh1m1ºjÓpc¶jYÓ!öIDŽ +¨gõ\V 90_0½µ;ªÓ @sICÝLê 9“¯¶MÕ…©OánP@H2ùCÓGw(Ì$ 2bÞÐòC¯Ý샟EŸµÍfslcƒiå9I¾«î›öÖ‹bƒš"±. +£nšýį“Ú8 (|b­vs–Ù>Ëó¡sw£WÛjWïkÖ7š1«;”Úc/­ +®™°µOÓU\¸ ÏsÁì ârû"Æó<Éu¡…Ld€*ðiVÌ7Ùo›N8ÿ: +ó3†"ÔžùÌ.݉(:#‹0ÒM¤Íž“¶""må؃ Ž_LG[X€q¯«Ý– xK@áØ¡–ÇÒ}Ûìù£Á&*Ÿ/P^ÿˆ¼¢Ç—軺i¥t·ëÐVûAöw ©¥$¥Ü¡ôn>èà(}‚MˆéVÄ­y¦/)WÀ¬ÈUé%MlšÛ`í&8ë $%êÞ˜ÌÁif|Ĥ ¿˜ï+ðÞtaÁZ;ïÙ+q>]}~«WSðL•÷·ôð¾Þ=3µì(¡Â*~âº|Ì¿"ãŒuµÐÔH±Ì`&Ä #MÛ—(2&OÙ*Ã3¬ +®cÅÙ vMB}ØìŽ[ZO¬Bq«É¼ÃKs`ÊŒ43uMÆ + ¥9F=m\¶ÚÕðS"ðJ ¥”wvËÃA©±ŠËÝqóÈ¥QaáÛñ°«ºŽŽãÃ×XaâÌ€¯ŸKÛz(<Ô“%㪉³û‚kŽ‡ñ¹ŸÉžÌƒ¬,¸"âVÐçà³î:D .ErSI +C=]?ÙèL-OÒÝ[þ]-]6æÂàÈè0(®Ïû™M5o»ú +¶ÊxÁ­$þð¤ß5GÒyڑËÕô)H&Ÿ‚Å{~ +R°ÂïŽ_à#·±uê™É=ƒ#Æò ½º¾*·ç!ÒËØ èæqþ;ú< ÏÀâ†gEâ4Á3~ôüun„x°7ö¿8ç^;ƺ÷t¯§ÔÜëì’{ýû…wÍŽçŸÿßëŸÆ·Îç¾µgϼد$´õ +<—xI-WÃX¯ëà‚Ç}ðü&&îC¼›H‡7œÈ÷‰ï¤P´Y6zLV¥«Çu¡ÊHdáÖ®'×ÞPN_Üfäe»Ø$²ÐŽ+f³{f]R V›i‹ù o¼M˜YPõß/ ˆ ÎÆ»Ç Ùc‰4"êpq_±®—)hi…¼ìù)ÎÎÍÚ€E¾2)O“³Ç‚Ϫ$«¥à¦Ð â,|n+Ç]ŸpÍ[6±Ù´I~3CkÓAêÖP½EŸ:¢àdp1ü9ĘsÆz¬~Ûz»­Bû³@‰˜‚ìtL•ßOé…äá>–•3þ!¿£ÈË%VéÐ[܇~T®²ÅˆÏUÇË +fæ‰*§ +…Üd8e8Ë•|4TìJô°,ùBACS¢Ð>˜Ü$¶Ð&Ö¨ÖS²ÈQǤ» +ØÒîdXhv™¿6l Š ;_¿¼HŒÝ2Ð +L +þ ú"/–;÷²r±‰KÓ°Œå®CèkB1ö6¶„Ž­^•QüŸ%‡ç /‚–>Ÿ5üƪ$Íß×ðO©/þì¼%±ëvå]µûaÿ|_·]Oœ8üxÉ7[¬%È„ž#ûÿ9î1è²ã2³c—à^|î¸rìä7wÒ )óm4x^a‘ÚkѬ,dgB[À×<ÉÁ¨ÅP®Š$̤(æñD)AqüÐÛµ¦/&ÌïÑYaݳgÉ_$“„M}è_Ht»^nË!–Hœ]† Û꜊ê%bWL!† g_“/N§œNóe¥éw#è},¿ Af¦^bî*òw”0ú ر tÔ;ùkÊ þšÒ0Ä–ëØ°C!tª·øÒoU'­$Y“ÆqÅ<¹'XGç%Sh霳Ýñ o ÎTð-3½º¯ÊþØÒâA=ŠDß’™a˜ì¥ ùÖØX÷ò›p`3m…iSA‰a¢s„§¡}¾êrz"áJÔcïHfð8$€!^ÜTÊËù6lËÃ)g•ž‰ñhS$Y6LržøZ‚I ”(ÀŽÏDj`ÂYž§½Ëì@í 7§‘A禦?7~±“ØɱÅHÇK>3úìÑ1Q­§dc>éfg¬µ?=<ÎåÔµaU|Øé…fPŽcwÃqºõf…âØÒ®€´=\ÂÅoŽTM®v4Â{Âéyd¿„×4# Ÿ§a—³ŽÂ˜æËrYµ=GBïÊÍ?¸DæÙ`|倄õ‚Õ/wL1•†›uh$ ¾zz©Y}zlA1öƒKu¢q°ˆ»Ÿx2†ÏAà ©® âšcJ<·‘/«ñÝ™?€l)d,_8ÐRü-á2ÇMAb9 ¾.ñ…@~äõr~΄h7bž±Rš^ÙlX™p„F3 çhR©4€’Ê]]vÕŶðÔ·ñØ Î'ƨ" ‰´MRD¹c—Ça$÷ +Ay貦Œ€K@‹QH“Å#]¶X‰ÙÖ©N,Šã$NËY£‰JÄŒDäll\Š& +uø LÍ̳)@ˆf/?|‚R’Ç7ÔópÅ·Rjû«[ãä—¾ivÃ= ´U0bd؇ˆ™Ä¶ä9 7Lø ¶Ã]HšEfâ$l_ƒ¶óÊNTæEqb¹û#ƒð§ùÐv˦'ãñX»­;@ŒÏ!ˆf°o"%¸q¶ K4·6Ûº‹MN«&;œõ¨(Ó¿oÂà¨1¢tìlÜ&L‚…¿ç:„yÉG° +X\x4°Cð¸0n<,~sfÍ<ÍKB$ÇÌ:‚¥ðÜ”¬[N"Q&Ñ©K?Üy³¸–‚)&›G°¯÷2Rbá u ÆÜÆ,³1U/"Ù Ä%Çÿ$Ú«¬dþnW•&/ÄA,ÐÔ^$¸•*À€z¼sŒK'é ÐýîRü0Kt1‹´]Úiüp8(]¶Ðbàø.å» þ,TL|_ÇÇ&X»kȤ94ÃÍñáQ~= +5½kë^úÎü꺩uêóÐ ñqÁ éÇ'´{îAÒS +¦gŒ[ ZOÉbÙ§Cw9l3L†#•”ž k@§›ìÚ°*>ìdµÀ3Í‹ÔÝá°Ÿ!+aʆ,&³„r=@ˆW‚u˜rÀÓy|c<À[¹lìb‹lX‰[<©ÈÇñ.˜sXøÁ£XJ6,;FOj5(í"󧾰别wÁ{µÃ©#XKØÒ®°§§xzʲä3Á²X…öŽ=~z•ã¨3›´ðÊ~¨šÂØœI'Î)ƒ®¬870›IèI~*¼)–§… äÒáXÆh=æ ÕHæòó]½%Oͤ á ÛáÃw0±t¡“Ó}6Õ'(«`°Ì),š*´½b^„z=%g¹ÖzŠæ‚èØ)TÀ7pq–¥˜Y ::´ÃéÑ?¹p.pÑK«uãW°ÿ& —Žó À9pž ¿à:Û‚>çÆÕ®¯Y2©iPžØÈ"€õwBÞíê‡Gô@¨¶{¬ïû*zöNÇþi +»êžRFa\jàç.òIÈì'q*÷U¨å¿ôÒ³—_ü½9¶àXÉ隈¾_ì¾mø˜sßð8Ÿ¬‘œu«®îùónùü^²äüœZ‹û#møÕã]ó=·3»)ßÈÚáhæ4+ÏèA{ð9Xúyh+ø¼Ó Øà È•#Ú;y¿?¶œY‰/ÃŒà‡ÈQ¢Aü—Ak[ +2Ñyâ÷}‹ã”!óö|o_oJ™Ì›á|Ÿ µÄÔ~GɼhúPí/9/¬üGwñ@pUª³ë’*qyf~ºIØ<5ÿ2ú7 ÎEOœrTþ}’ƒ†å^/-˜¿àÀ«˜ù$EdžÊ€îl:þ4ëkÚ=×É1#ëÃc}ÇÛHžÀóâú»–V†Ê”U“ép¶¤–ÙX%Š¨JùÕ»j=â+»¹çÕ<…à <'8´"c²¥&"ÖÍD ä1_=1ñì¼pCq…yO30%E f` »|1¤€c‘*ƒ‘œÄ.‡AÖ²ü¤Iý_üSÿרrG'Á3Wî_sÈÄc/}Håìkö¶±šS›°þÌÝ—)€ä7ü{o‹,™f=%ŠÀEWñ‹'.WI¦`'\2P]”Ž­žË1~â˾ãôäAˆ+áÞq‰2Eqb0lðpDf¦Æij.]ÊAÅÿ£¬KœêöÔXI྆“zlá­‹¥°u‘.$vaýhЇ´›/”Æplõ1Ù$ç.U6¤Àbq_n¥t§ 9A–UñêtXáü˜7CNf^#£9V +9§X?Ü£Pàɦ$sY’ý¯Ê9ìðÌx}MÎ'då<Ðá¨ö²œ_y”ó+#r>ó›l†óØ7­ë +¿¢D=ÒmvÍ°nXÏôxÈžã±Ìi’„ö£æ—Þ.+Œ"»ì—'d¹èphw™ËG¹|eäËÓ‘9 ìŠZvE-CéÜÎò¦F—µö ¦ÿ…4â;ÃÀì‘ß E9Q‘zž÷4¬½aîŠÄ8ŸŸfLŸóþ=fycy-b͇»ê¦+7”ØÌæïT†”üógþ6Ï@´žPE’Ý,8.…³ÑÎl1Ix¯t·Zîϯ÷8ïV¡%ðµÚWÃ5â|:Z4¶;^.)x> +endobj +112 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +113 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +114 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +115 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +116 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +117 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +118 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +119 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +120 0 obj +<>stream +xÚÕ<Ûrì6rïþ +åa+£DC7ôÖVêlê8vÊÙ­ÊQÊNÙ~ f( +ãR&9>>»åO7ºA‚Œ$ç-ÒA —FßÑ ¸Éá_Üh—•¦47Ö™+„»Ù>Ëož íß> ³ +@ÛêÏ÷Ÿ}þ¥ê¦ÈJ«ÜÍýãeg÷ûï7¾zÿÍ7_Ün•É7_ýõV™Í·ôr+Üæ¯Tþ¯ï¹ò+.|ýþýûûÿ|÷zûæöÇû§átV:¡p8!‹LKgnD& +YøÑÞÍ€ó¼dfLÓàîîFeyé46˜¢¾á=7(Wª›¨þ;šÈ¿~óîñ"+”(EØ.Ö~öþ~B›) {%ì˸5¹ÎD^7[YöŒLCf¥„‚…5—yQ,v~è×õxà&0œšù!7³+l&e^ÞÄ^ €Ã*sc…Æa­ÊDéŠå°?¥qëŸÛªï«Oݯûzwœ7hž¶"ËÒŒËf d‡š +OÇî¡:Ry×µcß3¿ [!M¦L S*ÓÚ”¼».ß|¼ù¦»Ýj¡7Ãùá±ëO¾™MÕ×TýÜw·ðþK³¯÷_ðÄ iö0¿¶¤Sj=¥ÉŒ3áWÍî@Ó•€ ˆ…õú½«ÕZl`‚XÈ7硦šÍxhZªµ ²Àa‘Q¿_?Òp»êx¬y +¿4Uj0Sf…+T¼6Wd&Ïír[Å© !æaW<Ÿïlv羯ۑ^â>oÅfB¦¯dRécs»Öô¦{Lñš3…6A[¤F+Ì–nbš”¸‚yçagwoèƒf–”.ÂdE1iÓ‡Tg6s¢ h±A 'Û‘^>¢– âH¸Fü‹Li–ÂÅsþ‘Ù™4O¹ùucÝMÐJÈêÇæ©õú^úúˆjKeÁÑÅ®Ž4¯ï¼…Ö´õoP_ÉÝhø û½ŠÇ*4 þL5`ý¼>þ1)ÀufÊ·ëjÿ;XHÝÿq-ã„3` +‚s`(•tiÊ嘠¶1XÂÙŒºÂqì× {1l)3‹¦×ËèİKÒ+ p8œ»»J‚WôÐ`Í,öà¶0dªÀø0'ðAsÉ%1îëGT:ÕùÈÔÒ¤­p\œ/±È‚ßXí«ìc€ºPü)Q^€ÈMB/-M0]…uiidÕfx®wÍy.Ñ«Á +',P—P”sðbÖ›Ç"Ïx/?üo¡8–Ù´MûôEjb ÅsP7B­ü1°ÊMÖ,àó‚rG/4&P˜ÀJn èÈ#oz)LŒÎŠYi½$MJ=K“–;õè‡ç¹Ý×ýãùx >1ôª­½$ +ˆ&Ì÷¿ñµ¿ +~WÝ÷”](õõ¢7£ÜE=mÙ¥­æ#Ž¯JHÐ$ÊL‚t)!±÷†£2·&ˆxƒqK”à-Q9o‰ÁpQl¸@ÍP ÜQC3TÑV㹯œ¥Ö£ |ÇC`ü%A*( +¼ùCrŠÕ…Ì¡ØÞ¹^[WD>ÁÌòVÔÏ禯÷È”YÒD%d.ÔÖÛ½Nç¦8.¬ñàXå`a¨N\šæí“TòðŸžYu—ЧÖ+ÍËÔÏ÷5–Zï1r¸3íæ—àhyÍ“N-¨€¢² ~­–¶¢°Yo+M¼G±ú¯2Ô3ù曦eÄx®v ?î¢ñ.²Ç<§I b»pì¼K + +vVáp3\Æ; ~Ö•Ya£`¼\Šò&ªÿ.©ÎHyDÚV ¯aÉ ü³a0JnöÍ°;ƒ_6`yt'nArÅŽ„IÖ´Xªö¿ …Vµ;Ši)Ø'ØHäþ%í8Îc%gbç€l»aB'¼LÞ¾xÜÎF¢Ú,vjä†ì¾S~7wü;6.)t ÏÓ6ÅÏ]?VÞâ*%¹C%Øžµ÷KššLPj# A9VÍq ZRî*>‡‰,qÉ9Š#à=Ãa†wI9—íã“3Ü=ï°–¸q2+Á¬·ÞÝDõßýã­1›¦s¼EK†'<á'\Ÿº¾§pNÖ‡+ôRtþ¥ëOÞmctJ1¹^ˆM)é¤ë‡ú¹ê+ÖÄú‡OTM»…€§îìÝ7¨|ŠÜ½ö>±;d«!s!UœNWbéèœ*§#Q0M÷§æùº(ˆÃÎ0··ŽOoêjF>TíSMebu½y1(ì* ˆj=éíËüˆià·LÕ‚n+”ˆ¢@H¢¬«¤÷\ù鉴PKg[ˆWÉŒ…v:&ð¿ðvª¯ ++*,(_àŠPš—^ß ãæùØø}#÷áSò$ô·] §Å’}•T;˜üv’ë^±ùqÁÛji4Ö@e¼*E¦vb^¦k£WîÌ›p§Ëã7h¯PYãúÇ-D {(L” ešeßTÇ:}˜¦3)‹ø,¨õøP…ã™O‹òÕ +^œ: ÍiUÌhÌÉ\ד¹®ƒ¹®64UÆ8…W6à5ðzs¬F:“@9ùFºW~šaÌáÔK¦!Õ$·Ia°ºt¿‡3T¯YŽ6àLÁ±$ÔP:T¯Ú¼ü1&œ¨hæô“1 É +ˆp·BüW›ˆVÖ£è¸#5„Ænˆ+QÑ·TŒI²& ´èɃ<ÕÞìÄ +8vC¨…­kÓRÅeyÌgŒ¶`ûÖ¥Þ;6§f¼ræ¢Ea¢¡AP˜b4Pöë‰yEx”ü9XxïVàþŒ’;Jñ…S™šEßDé“¢¶Èýl°Ä&§ÃÕ`>x†çpû¥%w^¯èšÒdR,Îm_äB ˜W¨#+G.'ÀN™ËÀÝ)×;UíBÐô¡?Öu»ÊXœ¶øÙdÁ>›gZÉòF pÏA¼&ƒ}jƒ¥bŒswEf¥$D¸ËamVæúÕa*=ìe‡@Å’³!{ð:ÑáñÛ0Ö'*JúŸ>÷g†ØÀän: Ïâ:O/~…‡¿5¸î†»ÈÀ]QáÇCG¤maR§”7QlÞ=£dh~½8žä“D¡@9ûr’X” íuW8¿/·_^¤'HÄ`áK#˜WF\wE»ÁïPJ†¨q÷·Þü2’ qåŠaSäŠùwÈcWQ++ªkƒ{…ul/]å¨`ýoMIAS"mûXvœ–Ô…œ‚›!@@¦Îò°&âÕóQŽÆY68à0‚û;P5»,)r(ê­WÈ!š6Ç€„µ$ê@ØJPn¥Îò\éè ‡ çsØŒ cÑGtP@ÀõM¤i…çâ}7Nì^nöéê¹ó ak±#Æ”Zåùk3øX3µR$ +^ˆ¥¡kß/Àv-5° ˜ÏIGì.a:š[CÏûš&J*€—ŸÏÍè;bKˆj½|‚g3^þ„Œô‰Þ"—|F+šÚJå¦F*c×.ùŒUÐCÒÛÛ3\ˆÆ-„÷ÕK¥©‘Î*̹œê¿£‰ I9P‘ÝfÍ<¬Á“ íym^ºã +ÿìÔ´]8ÓPàúÆ,ð·o†±iw(¹²ÔªyY[ ¶l®"]ýZ +N±w|s +¿€o³Ýq¸Kå€k-ŒIØG+‹sñ UL\·°»¢t aå‹vW”âF¬™œHB-LþoußÛæ1Ød  ØTœ~œÃyƒOõH…±ë¨ÀD¨=VøÉÀ$S>ßëÐõ! ƒM 5ž»vhšc3~ +]r]ß×»1î +Ï}îâ)‘:i6]ȹa‹b +EÆÛC5C½ëZ¶ŸÎ5‡ùär¾!$ÝŽÙ5§%˜Þ2iÍIT¦ +(d…+ËvxW ^@Ôã~òŠ¢R¨ðp‘FÛvÀè´J#á +s-tf­Õ—VÂb‰¹7l‰€'¨tâq”ú=u§òÌH2ƒDy1*æšaDïåQÔkéΗ݅ÔÀƤß~ú1‚% +–(†°bmäaÝcÙ»ÿ}pþAŸYÌ=Y¦2²W²ää%ãVß<Ÿ71Äý{¦ON y$õD [÷d³LFpt‘Sºó;šgÃñêïªçº+$T+ò+餟>¿rRR +6EœÌZ _8Ú¾˜Í±Ãø7‰õô¼\'ãuýÕ4ïánÅÃÝñH.Lt,ÑŒMulþV¡f`øê'ÜË€bï\^dÝ‚¾ò© ZíU.fèm žÈ»›øx‚[‹ò?åÏãBâ©´¹€ÓÉ ÑŸ¡´E,)ñKz“•ˆNÃV:#ƒ‘¸tÞ(§Òcß’±Šv‡ÁˆàGa®F]>y5äS*X}`Ÿ@¦ŸÏñÖ™ä90êì)»[8%ó(ŽB%χÁ®’Snç¾Kæ·â]Ÿ2À|ÍÚ£f[±oØ I|€z´%ߎ!ÔèÃ.ÿò!ã'}Z®sŒÀKÐ"ËK^Ç×|X~TÓ¬Bq/*Öâ`oyôDl)Íh¤À"ðøg×× Ú<º1 ‡Ûàõ"4Õ>©€½Ý©‘Ú8OÝ•ëƒh€ëϾ«ºþÅŸm…g]Èÿg2ôæqïÌÜ<2õ8¾fã {‡PñT·uï‘ PdÇž~¬K´ÊvÝÂ45Oô%š9W§ÌC¨›ªÉå€BÈâðåšS…VDºJÏЀD’ÐŽb;ÜS_»ë»ƒž¹¾À;Öx¼S‘¨K§Šá’§ÃÀáƒ÷RÀ}°›ÿÃ4q:e*XJ.ô%ºã0…¯lÖÒ‹×JÐFöQýLµóæá[µ¯>ƒdKoˆGµÇ@>ƒ¥‰3šò·î:ªºcÿâ+YÞÄþÞ]¨g€”ù¹ÞŽaGvqw+”OÃôé°å‰Ïë±.ˆy,{<ôU=ÕÜŽL:\Üà4&3x3F+‡©%é°þµÁ +pîN‹Ì:¡_»8úò°*=l­Ô`´HÁ>ÊôªñZ®daØŸ>ôæÐì÷5WvÁrÇO¿oXè12O¿ñŒVðq>}fA‚~.öšqÐ×ý’´V†í‚2¥¶bç1@)¤Tûf>~²|þeÙÌÄ&¯K¡¢¢Ç2±Ú–ÜÐF'×Å%ÉÃÇÌ©«ôÏ|‡:ÀEƒaþUŒ8qÑ1×õuŠ=&7ˆ-9x˜k +º£ª«8iÓ̘ÌM@4Ãäƒõ.¾¹@ö@Ú9Ÿ”CÅ$Ÿ{=)Ç`ˆä|Òî#6ãʹ»Èmfå¹öšñ¢äôëkŽ´gÒª·:v1øKŽÝ—òž ¥° +É;GÀYé¦Ì˜™°..0¹¬(e0Û»~INw³ž_º +5Ý`úþ +=½é–W:§>Ï3§íÒuœN5¤žÎ$Þz¡‹HŽ/"•Ó!0ÖùC)íóðñ•¢¾ÆRj7Å |WáZ¸o¹OçYÍWò$fp.¯"8ºFO>‘ÊÁ7Ž$¹ U°ägîÂ%YÏ(`ÐÁšÖh8¢½¾¶Ó­HŸx¢ñ(1Û° ¤ƒ…€'K‡‹‹†U!¸îI&‘¥ÄØ]ñF&‰Á_b’ îe&É3³üö÷ß¾÷®mÕ?Õ?¾!4ÁÛQØ*V„1»N›$-.%]ò¦ºêøH¥©‹E8Ãc<ŽÛ’&Ò” väí𯒒Ï|eÎùÊeЛGj™º™¢X»žŽ +©ÙŸS¶›œsÜòËä6> Vd†ãsß°¸ïÉÊ”ÊÜÆƈà-ð.}Ô ÊWf¾Ž¯ŠkY7ÚòâbPÉ#Ø2¶UðuêÚúÓ·¦§"i}®LjÔ}×úSf,Ú9¹Ö:·¤×°Âˆ¹]e1xÐɸ‡—YIrRôžA}Fqn¯…s¦Ëú¿ãB?íáÌ:ÉD—ÁèóV¿yh•|‰“÷àåÔœšÝO” +( +ë«É,_IWÂ[ +J¬Ò•Â÷-@‘¨õ•µcf,\t9•Sꧫ•ècÖ¸¤½äf[ Ëœ‘?ÙJì†ÒI?²¤€`ü`ŽŸ6ÿ¦B¨üwTÕ{o{e…Tì«Ù]…ÿbNe=rªñ÷p‹Ýf¤-ä6^)€–ÿ `Êü:€DæZÿ•ª7 +endstream +endobj +121 0 obj +<> +endobj +122 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +123 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +124 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +125 0 obj +<>stream +xÚ­1Ö*yƒß”±Õ»¡+»öñ¾ªï·ÎM’çÖÈ3‡²+wÕPu¼tK×¹ +KgžjoaFHcŒ]•]W>![$ýðÄ}‡r󶼫Fx½;„Ž²»Tùêî¸ZöáñJúúà[½åÞzWXß„|éåZe~u’%JÈë­0™Ou$Ç7¯_¿®þÜÓziÇúú¯j‘´J`/}à˜ýv‘à>±Îf#z?Ÿ@xØ8·ª˜¾L~†K”·VF&Ñ…®ê[l1³ „™…úî91ÇôØDç&¬µÚËS¸—á)4e¿È'YšØÌçaEmsÜÉ¢YRÙD¾Q9<¨]>}]™C‡ÃBM܀ɛèÕmÛq£ä 0åPoŽM)à®ÅöÈ7¿¥.‹ŸËÙL³c™.ð´:`£…VÇM™¯ç;’1ÔÚ·7nä™òo«ÍPma]Šxs‘¯apy¨–qyo©5©Ö€NÈÕE+Q©Æõ¹zäõ›+0/¨-Ÿª±`hc&ºý*|‚óô˜ÓI–êp0&re2¼Î“ X@ð~_«=ÅÕ¶: ÷‹#Á ©Ô~ÎH›fi ðp&‚¨û}‰Ëá às +äìÔzÖú¢bŒÏW‡®Ý7nš÷È¡$r% úf`Ëuw@ä:@@ï+d•‡KåVÄfÐ_rçoZPnDz–]’}A×€EæÁ뾪¶ÀsZûѸ{îkQÌmQ‹)VuXx•Ù3¢ìï7í»%r.ÉTQD¡²µaòÄ°p&Gì¡îÚ=‰}Ò +@)Ò#üâp^¢.”c¦ ÐXqp'èáshhoðÅàm·Ü…Ò¡í–ˆX¡JÂC +ˆitÁíR$úŠrÔ¡u#“†ÌzŸåFº“»I =…‡–H››(WÌI. Ó5ŠêA_œÌ˜m[õ,†Ö¹X AôŒ¨mÚuy·o{¶|8v‡¶'^‡;¤%½2´ÛnKlk ÖÓê«Šõ-_ÿaì'¾‰2›ž¾ù7ÈHQQ<Ž_Ÿ|·©ˆÒN©¬N<‚úvÖÉdÁ=½šô¤Ñ^\â|´ +óÔͶá¡îë›F´Y@™°sÅÓÁÏâ6€} Z0kp›b$›‚NkÊ +¾ÂkäqlÖ’5“%V©ü3ÏæøDµš‘–OÃ3*¨Äçn> š…±c ÆÀ~èZQŠƒ(±]-Ö±Z£ˆÚLãJØV«R25Gìù/:–N =ëýÝÒÒõàÕêœ\ +,åldêã"Úùf(ai½´ïËAXß\;?¥) ¤£QØ Óá• +Cšz_õWÜ®¹" +¯‚¾ybà¶êëçå["%\ûûã°åó#sœ‘â3›iqSöÍÿ¶>,ÂkpUØÉDKµ{É:vP´ÍVýc} g  Þ²ˆ +Š 1É„+ˆ‹J³ €=x°s²Éaº ù®ÉŲhø5 +¿'î5NžÜôÕŸÇj¿©®ø6ž!«è á ¼äKÓÒ`sYÜ5íMÙ A<|5·ñúªãw +|Ì5‘ÿ8g«²MŠBš©6B^²ÔÀI‹C†½½\g«oðç5°)þdüSáÏŸÛc«ÄŸN~ß>áO?Cì8Æ[ê¨öWï=þ¤K°åñ',‚¦ÁCÄÓì⬠+Ânâm/£9ì äÙJzÝêmì8àÏ„…©3žÚ ì45ñU +¶ºpHÎíÊfÌý~Ågºª)ßý¸a„}54Õþn¸??:Þ§‡áÃß&Ï™3ϽôŒýÈ3M½«‡Ïyðßí}~ºÓ©û];Ž¶"­A£”!¤M€æçßÈòdÄ–¯‡nlXŒ+£Xt'ûé0±‹Þ,ÀÊ!â/H6¨òÕMW²… +ÆÓm×îZ‘T@`½W–4}eÏ×ãž-¯½ô$*²8¡ûËjSâŸsó@hÜv$m¾Û³-’K\ \šð hÔd¬±FZzqöZw5*gÔØírFâçy¢Tá_Š@ìÚ홇I2›¹¨Ä£‰ÄqŸe39¼ ~hVÎ5;¿,$EàσðÚƃfùì|‹,[ãÒtõýCÕuõ–·#–aÀöõ¥·«§CÕ/ªò`?UŠŒ7ó_©`´!CŸ™[]qG»¯¸‹L`ìZòË¡BØ;Ðä .v#xc}/°­öKv-¯ëæI”GCJqFÁÑ,i­åOÔ(#ä|ÿ€µÄ<»c6LÛ¼_ò·Uê:‰™gÜý¨ý’× +¾ vY°µ>¼ÿ¨ûýÿl¨Þ +|X4 5 Þé D=ÇÑå>g3i¢M S?1úoiª;<æËá5ð¿mžÛÙa¤'ɬÁø_6UÓ$ܼ&ÁCÀÉa…—è0EÃËk£¦z"–ÈPùU³œ§`Ç»Atƒt\ôŒ‰ŸÀ5xt–¼"›8£ˆ O*öŸaõƒXqâï¯CHÑ$N©Ùp0ÀÂáãHˆÈ\OÞ …ŠmîØÉ ëH~ìœàŠQÑÛ݇-QD¿ïÚãÝý’®v–uÓ¥NWë$è©YÊUb6'$Ñ}æèV°'aš@žœë’(·LJr‹[ý¡ÚÔH_rÛøi†² +ŽQ<=uÝ×Ý–›ó K|> .¯¡"ݘÎgWž‚cpËsd6ΰٙ æ7´îK¤d´ÀqÀ–¸‘{P·MË‘µÌ7`y@\+ - ¨°¦Nú®Ñö€6E2PüÓªpÒ *кkA§¥ÁµÜÀ)êB§Œ_ +R¹_"ؘÅ#ì¬8Qé’¶B0E °ÅKƒ… +Ÿb¹ö¡ìÐù¥Î¸n|BDë¢ñ5VGL©rwh ìš:Åñ|¼:À’«ßÍ5–ÊQÐz +j"K xЋ)Àˆµ£-¤ŸG‘«õ—óyuj°u‹—çX›÷ùp$åb`­,Š³,_ŒícV„IÒ~”N\¤Þ%©ÉÏÙq-8篅2Ï”FHŠ^Ñ™b,ÞÏ­9 ­hëCæŲN¨@CÄâwGùŒ]q:¼©÷2€ôÁù¿â&Ÿeìëý¡ +<|JÙQrUáAcO·#;+MJ–6³ Röˆ%wñYeb“U&¶ÂµowäÚ<† Ïì\ŒR¯9üá|ÃàŽB¨¾n÷ 8£1ÁnÊSs.Îm.õáý»²{á‘ɪÞ/š,*M¼‹î@2?†* +0–¬Ã$Ç‹–dÄ]ŸÎˆ´¤0.ŸæçêªR’Ü…x^P‡$u¡$h/éCShÙzDdÆ’çGä/T ÎCP•Ü%WKt^Œ*¶}ÂéyÉ¢0¦³­ëîèulà:lHÞP@ŠÂ|ŒÅ §4aª ÿŸ2$ó­¡ãÀFº)ƒ~ŽYmk=F[¨m +—%™R¼mÚ<Ÿ,_•}tZÁZšvbã»z£/2o“<ÏÙ +üoqÿÙ]¿£å 3ÊYGnù¨Cã‡cóçÐaö›ƒ(?ŽSoÿÓ’Lª‡nº}’:îä¢Dñfüu1ô¸È÷mWÿ…öY;Žc% ·%VC¦R9\1tt*/ 1µà{J7.] Ïs»½×”3…”Î^IìÀCW•C„ö ¢aÑÆõB´^pyb{æà#¿ óïÉiF_ µ«WÍpOf6Ýqd[åè\n¾#%Ec{+ì«€.hû§Vñ²•Ö9°¥Éég‚?ˆÐS‰ÂKN5và¯^^™ÊÒ$ÍÒ0ñÃÃy£/{¶¸¸ŒÈQÆÛYHw S7>_Ý€L[íú†d›ó~¶hÄaMBF(ù9]aBKAD·uA¸ð!²R„F«Çz# åE• +…A%þu–lhDoê糚Oh†3œ¶.FÜTà6¶ÆÁl³Y6«l›«}$„ËÙW_rù ^ÚÍÏÑKgÅçIî£Ð ,2+*a)kΰû¸½’»Æc‘Ïݶ9,(’sô4i¢|`ŸþT&Ä!GEeØ +o¦ìfAc†c½S’"ädÄ€^§#Ÿ×Cz"u±p'‹üˆP’„påb”wÕ¬¤n¾©Ìv%Þ ÚL•Fžæ`LêÎa5™‰‰«L§°W/ dê1($Ï /!"ŒI—pÇ7)«å‰CÛS-… Ù.ªRØÝtYIe' ‹±®Rv*¼$Lç¸ Çʸ4ÿlYDsíeÒ³,¦]äÿK£ÞÅæØ…1ÁB“ó…2¡@4…æИƒBÊÈQ`­îø8‰­È–í±ý¡¼ î8+är)-B±Ÿ“ú(蹫öàn Ò?>™óò>X8i¬"Ã*5r48;Ð-b;Ù<Â&ˆ‘¦¤˜ +R÷C¹ßHo½èÀ½ëJðÀceÎÔX²#šù—tªóQ­ß¢ÆÙ÷xièçBùú3†FÁf´ñ†)>›>#l5Φ¨$wó\D:5IÎÀPŸ½8!8µí j–#…LY9é,É =/ý}{l¶X +R°{éìÙ/€±•µþcQæSö|šÓ=}*õ<±´øW~ÊÅßµËE‹œUŸ XÛÄJ=?æëê°U>´_3?LªæÏm”Â/¹`ØÑë?œÝ©,Q§ ι¼98ˆ~´¿ÿ´ñdÏbI7¥ø§f¢œ6b}#Î7Látà {³ôu`áÀÇR`y;ÿŠp´¢eÜ ¿"„åhx¿5x¿VÀ¯¥#·*¿ÁáEÉG]¼¨SPD– ëÝq‹$4 PjE’XÚº¹¦:i¡nžU%B®CîuêH,—jÕh&P0‡;H#” 5MÞpœa‰ábÎèOb+Íæ%£þãy"ö±@k—©UIÅözŒ¾PÖÃëoéø? \þŠ&³¦Ñþ8Å„Šh2X—-^þžÆÁƧ9 +x.÷"93§Ç_Ó(*Ü5ÊÌ1èoZ’¾Ç´3É~I…  +šSa‘ÀA -_oÚa¬m@±O%bX–+€º®¥ïlü³"/v-|ˆ8ûSµ¶Q%ÜúÛš[b?¾üŸ~Ö#Y¥œÍ¶Û')FÉC•Kˆ30(Fïð6|«òñWq‹ß¾±»¸ðI€6>¡|! +™ÛD>&­oÃwr‡zŒ¾}¸¾Vq(ÃÝB(Ïfv^¹püÀ»Oöv¡‘®ÏæØ“S†TS…¹.‘¢ö^xë¼ Õ£IßîO‘åѺ%ZÙ†"Húr_Ž]€>~!±³Aíµÿ$%3‘.‹•–kÞü%¿\¼ðFRm?´!»&”úhòlL-ŠÙ€ï>±óƒS(~4K¸aïi‹ðN¸±7åK””X0â^cæäÐ!P21Üsú|ï$“KHôQÀ¨’׺pœ]8Î iØ a=Ú8öL:4 ­GX1 ë°–E²¡~ªe°úCySŒr°Œ:’´‰õøÕ‰T粜Ɋåk +uM +„X×{ülFOþc@îakGð_ø¹'åÓ·Lj®«ž «3‰kÀõí>~Ú•A´Ç‰ˆ}Ÿ[{nj;™ú?.[-ª0S¥ÆÑÒiQ̹ÏE¯–[kü¤"ËžòÊý☘ºÞ-Y‰£%š$3Ù¼òÜ÷>Uƒq~ÿÈ˨²fa.—&Êxý)=òYâ”Q‘24~ôüñF" +çf]k…a3ü¯ +³æ>à3þµ‰÷Ñο‘2|°Ë¼x³Yp{}(µ×’ºÒ1ÛŠX§ +<¬[bcTûÀïš tï~T‰&/zÓ©N“Õмô­)ìtnu^à³^«å3üï +# À9*-²%,‡<í5nâ¨÷[ÕÁb +endstream +endobj +126 0 obj +<> +endobj +127 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +128 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +129 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +130 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +131 0 obj +<>stream +xÚÍ\Ýã6’Ï_Ñ÷pY÷íX+~J ‡ìbrÉanìt6’ mu[YòJòt:ƒù߯>HY²iwg‘‡Ã`Zd±DRd±êWEÒâ&…âFç‰3ÎÜdÆ&¹ùÍz÷Izóeÿý‰ð<ËÀ´œrýõî“¿|)¤º±‰ËT~sw^ÙÝæ‡ÅÛ¯^¿yóÙíR™tñÕ7·Ê,¾ãÌÝ­ÈßpúÛ·¯=ñ+Ÿøúõë×wÿøâïœ{sûÓÝÿps:q¹PØœ6Ñ277"VZjí‹#ã±_21&…îOøîïF%©Ë5ë¼ö*wêfBÿž;ò·7_¼}Ë,™H¬†Ë¥Bê'¯ïÆa3ªW"»>¶#W|p]â¨Ë“Á…¯v©åÏø¶©Ë¾¿]j•/Úa[vU_r¶i‡róŠÓP‰u»»‹]ÑlüK›²_wÕªÜpjðœ»C?Ðw¦0<š6’Z¬úþ€Ü8EÏOªïo…Y”Ýç~LSÙA-”–±YÎT¯€Õ­4þe_ÒµHz¼µf‘P7ü@P_”0~ótÑ i¾Øwíæ°Æ~¤ŽêZ¿/ÖeǤP! Ûbð䲮ʞ©mÃ4þ|螯ê‡r÷Šéã“ÉÖ +¤-76Ϙ71ëóõä™—Snžr …©˜NùȆý£PGù¯¦èºâ©/áÓðroìä}g«…öº-«‡íàùfíÈ<±N¾ŸâuÁRгlÊu«H8èg®BEǵxã¥0 ðÒJHÁ‹©c±º£1Wz"4):Ô‡]ÙEÁ”–ë +yhÒ€e/úÏ£t{Rfj˜HÖ+.¬Ô—¼ÇÖŠúPú +îã³k­¦q3.±é¨KÒDœæ¦ívE½*zRêØrdœ­É¦ìßUûØh+Ðrœ¶Çª®¡Ö.V%? XÍ»r“`.ãI@r_®[\«˜n÷CÕ6EÍ,óÁòªç®…¦f=»ÇSF…åO +C.·ÕzËÜ'$®J¦”¨~%e°> ¬k$¬ï*Ô5´þÉjG¤>x  ìnlI(¬ð¯Aâ(j95¤ôü¬üsÓ6þÅÇjØƧQ'R‚Oã+•„ÐÏ£çœV_ýVÆfQ‚.,«$Ö´Iru¹aR±šEjÀ6fv* ž-Ÿ²åI®eàË­Ë‚ØŽZ¤j†²ë{Zu&¬D ‚Pv›'iª²ù(lJœ˜¦Âyìa}I›.úŸ0çYj0…¡¢õÁ—y#4TëÂóÔ¬„Ù¾¾gšï¥§-Æ$§?€Úiz,]Ê,%‰Ö¡ñ¬:2²HE«@ úV,‡. +UóÀTX +;NyéGÿš1L`×U›2f{ ^*ƒ¾‚ˆOû²ŸÛב„ºêÊ™iýì’ 3¨c2“¿Ì„M¹¯˜°‘í²|ÂhE-HAÆòQFÿ3&ÿ3–%:uîÄŒDã|D$G¤³m»ê·¶ +?‘Ý¡.ÏÏ+¦€<]ž#‰XZÙM¸¯ÍQ`‹ÍöôÎi +@\…‘GÖŸòw +‚ÓÈ[°Ú]_›%*“z>¾~éhX&Þ˜ }¾t¨¼Ål› gJ&T8øªIÑó«Eû©E5àhnñ1[™;†„‹H鸠 q4ª˜c)`5é¾òÊ?½Ò=SM#Ú¼:ã#òÀly8•X“‹‰ágû±ÚŒfn67¹ND®Õ T` «rÜM4|–ä™Ën·/Z%›ö°×Å¿¹B´ÉÁÂÊ—- ó•õ¸bËc³ª¯®¡“̺ìß\!Ï#rtuÐÔDªR*äi®®6)¡&Saµ‰éjS**L'L±£¥\˜$}6IG–S“6mãM"äÓA÷c6®jZAdéÝ·uÍ,„ ¥[¬žøY4äsÆ÷Hº¹' MðjÄ^)8®Æù«Ç¢¬Gº'"¢ÙÌ—"R¼ÛmgNd/8 # +÷ûÖ¢IR-äà+ðá‰kÑ/Eç™*1×[ô¸u&ü¼\ÁlY¢Í$áf¤xèâ´œáÑ¢4-|íëÓ×ÆQŽ âL +2»ØTýP4$e™eOjLœh½,àËl6Ô˜µL%xÆ©œ 5ëœîÀƒ52ÌzY—ÐϨ›•&*·âÈ.±Jóh­¨ûv¦ÿF܈ĵœ²èâ§êejnÊ}EÏl×ÝE¼&>£úÿV×)è_ªLY8ðNI¼»wˆ œw3‘Þ»’IÄQ<1™ýÕu‰®ó—ø7ÕL¼± è¤ÈJðA®"°Fæ’a +3–ÊèÉäjk.GÍûÏ[!ÄÄ)V:Æ +ú¼ Kz5•û}YtL¬À)b¼>Áz#³×âøÉ”ñ6dÃL¨À¹†¸†õ±ƒ„ŒFÄ;v™%Òæì]ü/|·IÓÅ·}yð ñMûè4[ïË:Ä )¶ÆOd°@d"œÍ&q` +~/¸Õzˆ‡xFLÂrWG.ÐÎÖq·¾¨‡m{x@Ç/óY™¹à5æ¤fñ¬[ÇåuyŒÖÌÁ ë¹q{-µˆžôz¤Ïo£0X5AK >”MÙ\=yCzÀZåæ’pï'°!³›©ÅaÏÊZ³· ”7±Ø{¦6}#_œÄè'*41:Eœxä»ó£¥Uþ+íéWº› ýûWÜ‘¾Ý•Ü5Šùd´XvL)Hûé—…~°°m¹l[Ö{¢òpäY’:òC¦Qð‡¦íÊh$†>)›^T¢ûmÑ íîÃÇØ׃w,¥ öèè^ +ƬÁ' +3¬÷U_Ñò¢Uû+'ØwÁ ²d`µ´ ñ†Ïgt ˜æ°¨)2‰ +¨1„|9Û}$UCω587e3`L³«[ –m`f¶¿&Îá¸÷eÍâÛ_ÖwZúHŽ– +#9’OÖ.P؆ýaH˜ê)1öüdcŠœøÊËlÿÖÏÍ5ÛŸ7€lF˜wÃQŒ»<СIƒï¯ +ƒ• 9cí?áŸlÄãìÊ¡àu—»Z?qÊ£ lœ…?ñ'9 +IžB?+ÃqmxÒ\kyŒ¦#‘„$þ®D6Lvnê'±±ø _OÑpžd±Û×eÖ×mûÑ9¬PX„ôI +ìÝÀd@0í€{[=g¹\ËWí€SIiÞìp¸lNp”„•¡d +ê)SˆTtnäZNÙ"{tçÕá·ýó¬Õ̂بçZ +\϶zV‡‰iî‚Q/KŒ9êuø†e)ñ¨&„ÌÄJcîÐs(ÓéK+KȬ°–¢Ð¨¬bŒKR!B4!Øú°A/fÆÌ—÷Šô\´ôªèÅz8,Aš5¬²[À…ª’VŽB‰º cÅ£sƒäàÒÄ$–Ü"öV1#™púïÐ+NmGÜ3奭&J!€ê9yVãäûè%øˆXO{ÒÈù¢œo£æèÁ2äÀR¯¢Ýdß#Ï9Ö…‰-íwäì°C¾?ìË7‡÷ž†¨ìªþsñÎ’c¸1ôX8?íVmp†g@qW=ABÊ´Žf¦—ü”šàez¢ùL?ìùÇ«r]¼B…%,) + ‚ŸHáx®Ês• ©Z”„'Ï]ðcäC¾`9¨ÍÓn\Øgo‚R4<}¼Ì€Nö"oÂ|Åà \§ðf†ò×a2ùm§šrš!íy–åòfBþø1ÑEÀ겓ˆù‰gb¬ +cŠðÇ‚wBøÈèL#BDÁ@¤”ÿ‚åŽ{gD…3ÁŽ!Hl,ôÀÞä û¹€þdƒÖŽZÀüC90aW ]EÐLS¬µðt\Sƒ‚Áôª+ÖïPŒÊÁ×È22g•šÄ9pwµI´½±y—GæˆEPø™’óÃ"¬Wò z”¢QÃÔ\w %èLsD¤%480^ +VA +Oíë"1î9Ø!Oƒ­8Óž>Tg÷ñȄ߆¸ f½ÝïÛ¾"¢.³m–h¥uÙ]Z:wÝ«þœWù´Ê®.öñêt +ß7î?ÁSѬ}]<õ!—‚ãô\c²ZJÍeëÔQ6–ù- +HýVv-3¨O#Œ/Œ£þéÖ˜EtÐÁ e‰”©‰èø¢êKp?¤ûáãðç'ús)¤$²[òlFUªA­¶|5¬N y'‚HdQ}×W1Ÿ$š +<ëíåR8Üû iÎñäÙ åØæçB˜EÐQ÷}9Ló'¡¶wÿÅ©$^8©¨ÌxVu]ÓƒƒªNåv7ó®¦xÃþtè—‰„|~0øš›'΀†-;þÿ.¹²ø*}<l¼âL€'•ç½V™ÆCß2M¬‰{Qè;»úÖ—Bßù,ôÍýðÒ¢©J0P×°OäÍ;ÅS+ÏÈ¡_H°Ý:Ô> ؾ]¸qVýÍö“q«M¹““¨ÅfSÇE³üTl2&;áô7äU€3ñж&‘qÒ~;„øI`(yϧo}¤%êUÐÄ‘ bƒs– ©eÂÊçqlúº¹ ~ŒÁ“‹-LØV› +;Ev²•³±Dãù`Eˆ0µnè¸ÜW”‚ c•H {&1{NÆ|ãó[¨œv‰‡Ð¨ Á#$Ñ·mÛn /‹Æ%@cP0_ƒJ#×SÒóHÒq+/p{Á×&ÄÜ oiëw €<<^õÏxyR‡­-) S¾HìãæÏÎÌ_ÓuõÐ\Øz±`zçÑGî 0±òcm#=¾¯|)…8—^ñ¦*Òløø'êi±àãỪkçItžžUÃ>ŽU40º¸d4ËþÐ@Jû ¼÷ŠDBmi@ø¨Éð{é(sìÌØÐÖÃ÷¯È?z&= ÔG±œ–xšS«‚¹)û547ò…‰[•UóaDþø¡û[ý1|͹׬?‹O?ÿ4 A秲ï«æ°[•Òðÿì-~–ðÖêÏâw¾Gä¥Y VÀ`±ÁÅlÀZTH{ð¥fñ³~C'gËg1˜µ@…ÄY˜rk×w,ç +ð:ÁñüÙc–¸ÖcŽ¬fñËØÆ¿ý +FR?ã…>EÚç>EÍéÅŸ1%§ +™×Ó?å78(óá9Žá^¼²ÙÌç5¶4Ó€°õ|[”YÅì;hmøR‰Uzfm³évt¢3äJ´Ó\«G.Ó9,Úí‘ésÞ)ÏÎîxi”qy£´Ï0û—i9劸—g•Ñ`îUE@XÑûe×ï—·>A-ècp”Ò‰±þ´Ã‹FP¾lc³†ît€‡«ójl®N8Í2)¥\ˆØh5éø¥9@¦å”ëÂÌ*ç`u}®6~œƒë­š€[’ã¹Üù¶ò‘×IåÍ—úcæk«F¹ñžŠŸ/yqͤÐo¡Å3kfÂumͶq¾Ö×çëjãÇùºÞº’xÈÃ$É3<ÀÍÇg*s5ÙEƒŠ¨’™D¤©;Ç*QW=™»«;pæʃY5Ù•Ž2&ņ×ÞãþSüŠ‘3ùšB€ëPäáÙ©3æ¯u€ágÁnt:²“ÉFœ/=ƒ%OÑ=e…GÆýéžòîPƒoÑÖQGZ€œ_þ*î´ëd–Ÿ;íÓfÚ]½òä`ÁëÆø }7?¯>½þê1ð2§•¦æ(ø¯ä¶â¶vWò«»†ýTq~°íî)ø ivœ¸t¼Øjk_,kN7¾Öì ”5–ϨœÞ_í±w<•þ$ˆÓãN„óg¯4 èJŸÜ·ú©È=„,]/îý«¸ŽÇì?Ê]‰˜"ÔQ Wcìò…ßiÝN $óžæ($9Le³ÉÑ&$œ2÷üä‰Á{’€û íÌÄìmK"â9Æò?‘Â!W"cËí­a¡ýé[SQå¢õäxâ…¦Y¸;—ñ9e™ Æ'€c;à$LðÁm²ŽI;l Û#$>XÍàZf†.øsH-6ÑÓQ@¿Q£Õ Ø_ŒGV|ÙìJ:páÆ«•šã¬¿ð®ïY«9Ï™âý%~«Q‚Ó™Ž‡™³¢üõwx6e¹¡Ó%*%‘wþÒ1^N÷è©÷M"8Ñ:´ibïxµvÏzà}Õz.šxg¸.¦b£Ò¯xíËC‡¾÷ÔÈ«øy4Ã×É_ª À'›…##Vf)•L2—ÉóË1Õ xãhÊŠÃÐî +Š¡¬h¼dâ—$yùAb²üèBŠßeç+&øXµ¿&œúÊŸ¡=Z·`BxÔ·~ÒÓ††€”­´¸Ñ_vU½ ã§Óñ¢Fø¥„3ÉQªÆà'Yi¨—¾ÌŸ§¿AZ>FsÖ1ÉÂ8M"2±y‘6Pýa+œ›¡mìÚG¸Ë\5'7£O¶0¬ä“¦Xt<†9º{c/žµ` ó|\Žs³vÃ=Ë<Žxé´˜‚å-Oã58ë¹·4÷$õ”÷w[òpv-ÖAÜþHy9³òxÙ†FÎ+*„)úä”pm2MØáßyHº™eG(³4Žµ6>ûCG)Ž$!å±+öœâ §{æÂéÆ|üÀÒÙDåimq #ꨫ o†Y9ß4Œ†oÏ +J=¾ +¸–S¶ÈÏÌ«„—ªœ›ƒœófÁ‰ÊÔ3ÍBey. ¹Q¹_Ó;î^Z1Ï…´˜MŸ…"Çñ$ðlS:ùÀÒûñ%±rq¼ÊWrñeÕòô¿HÁçaù§\$[jLð¥°p>) ·8Ý•u1ðÁHŽ”Ãóx|2eÑWþ–Àé…Øâ7Ò•Å;º¯íz}è˜\tí«öòñQðy]:;˜}m-šÄZ–ã +Å'^©!~*Ú×á<|í™”„©A° ZqÙ LË ×(šÊ2¯žp{V)> +endobj +133 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +134 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +135 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +136 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +137 0 obj +<>stream +xÚÅ[ësãÆ‘ÿî¿BWåìAW"ŒyðÅ6Ž|·®Í:•]_åj½@á.f%+úßÓ AJιr¥çÕóžéþu÷@\Dð'.t¦&5±±abEr‘o¾ˆ.n¡ì¿¾Žfá‰cª?¼ûâ«ï„T6Lc•\¼»9nìÝê} õå‡wß_¨(†Be EÌýþ‡ÿòæR™àåëË…2QðÃw¾FjnX‡i"5‡‘µêB„ÂJK +¼ÜÓí Cc"}±ѽãÞÃ(M › +*¸v*I±á!ÿ¯<Žo_¿|û–£ß½z}ýöŠãÿs©a¬¯CNY—ûæ—!\Æ÷—6 +^¾ù©_þåÒšà¹@FQŒqýnX_caxJÄç7a šß…4LiÊ£]°0°l4«¦®î/2µÁç²_»µƒÝZk5U¡RQâöç'¡ô«ëëëâSµmv¿_í}G± “$]e‘g»®àN¶Ù-Åâ`ÙÙÇŽs󬮛žãMžïZÚ‚…:”2Âí0t#©=gYêYôë‚#ËæŽ#Û¶Yíòb…)èä~nFBÄabŒ81%lkfV‰ +£8ö•BîîÕ +‡uQ¬ŠÕ[F*L•”~Ü|~xêZKž:FU°*º²Í–eUö÷\kÁEKGU}Ñℨê=n²z—U•«SÔ@RÖ·s“¦«‡“Å‘ðf¦iT§‰tÓÄckeд³ë˜„Q$ãÑ2ÖÍÙ¶­†{'Ó¶‹>]4ë9tÛŠ[¹ÜìKfF’&pOá‚GâöB·p…'«Uåm=7BÁ½·~“ó¶î»Ð“&#Ò…§]ÈŽ“6Tå + EÁŸ`ÉT|»ÿÜ^ +dy_æYÅY×wÙf[§h~þØsÃr±…0¡I£”.’>èraÁ°÷%“‹ +96(;.éšMq)MðykŽ9yÃáõÅ*ä¥:-Ü7T‹êþ +çT´ÈÊ`ÿŒI™äÇx& –—2 +veµÂãIE˪Éñâc<ÃýÅHÞ´®BŽl{OÐÒzìO1ߥ]½*Ú®o¸r k÷‡XŒc\‘{Îú )öÃt8_ŒáJ`Xd]é«ôÍÐȾÙI÷¼ +ÓuUF7—" +²MYQZ7°ýTðó®ë9–-›‹Ž—ÏU ¹ÃÆ]Ùï²¾lê¹îÛ Æ…ík¼È/(Ö`(‚u†KέKdЛb³ô5}ø&] ½Ã‚´<™œÎ&Ò%„È®.?íf÷cY¸^˦=8ÑÀ©p(÷œZ•78÷àh®œøIJ<ÆݤÏ8ܦ­V­9«À.'ìsY9òºµ´ttUlšºëÛáøÞöˆF%l£?EFðMߺã(M +¾Í:ì£oqUÛ]Þï˜%t_Ï]qâYjéyب> ‹*sÚ°„À‚eá䤪{1É[Ò,û¬¬IÂüvÝ ñ`AV#Hú?ˆB?=fŽˆ,€4`Àˆ:Qþì(ňR†±ý¬ïfš2¡MUê\ ɤÜ(í'ðk`¼°Qh°i‘v‡ê§HÉ™±Ä¡ŽAjÛP§ŠÙùÝÎÍ”ˆÁw3HÇI·&‘Rg&–„WÈ­|$ÍñÜüØ™&š[h…6öÓ‹¢ÙéÅ:ñ£žŸˆôý|ÞÄ2ŽƒßÏŒY<ìltne]EÂ^8\+3 nªÅ˜lÜ7Ç °Ÿ®êAï*ŠÂòÙÎ=ÑS}{`­SÐ/"Xa‚©ë2_TæÑ ÷’ùàÚñ¢¼Y_XÃ5Šcà:š øX/sÄ‹15Î5è[q$&÷dž,‹Û²~(>± zô,ß³ +GÕ}UÔ·ýú×®ªVEUnJ£ÝäÇãC´íç*ÿýîïß`•ª¸é1|Ø÷yÀ}ßcQ[TÙ݇÷ù‡‡êß»¹ï®^ĵÀ¿¼ã+ÞŸ8}‰IüŸÔf¶´˜«þ{_ñw'fØôh´4Øòv݇g*M–õð,¡œXkyošÕÀEt<0Bà#(a'%U"( n‹y¥GÂÑvÄéa«Y,3™3™DuªØ°ØÃÎp‡éìbbYÜ€Ó&00$2À@oÀw«§Oâ[Io t7 ³)ƒ€­R*ø¥h¾Š4€¹Y™4´xíGÈÿàzé'B2ŸEÛÀuc“Ú½š¢5À·šÃfëzX×[G@]Ö0—ŽÓ¼-ù\®@³æÊ7\m(«áiÄM]¹¬üº¹î§ËV5Ì*L¬AÌhC¡Ð¬\·¡ƒUez.ö;­£(lµl ›v… ÑĆ $fm%yp“9i ßï?¨ÁI¼Wƒy"~ªÌ ›–@î1ŒÐ_”ðŠ…> e@ÛeßÕbL6cž5—†IÄãdq<é5Q ïšø‰^=Õ|¯#Ü›%%ˆ" +À$q‰ï»RÆi*JÁn7x|0ö½Î×i!¿[£vD瀷¡Õ„,¿x\Rïøz<£Ü¡1CÇ u÷MhñȺÝ9€kˆPÂ…ƒ§‰¡R+ÊAl‡ÅÙGª•³’´(dïP°oSíÜ,k¯’B!±BÊX»HŽ°9ìИ‚IàQÉ삉ÌÕ^•]¾ëºb5§[±e) +ÞÂévê×ø ¤*à«?ä–jÞ"ç‰cª™pÔmÂ_/Nà8\v¶Ûê©~›,ZÑ +KËÞ…‡Û¦ó×Ù²þŒá®›A(Xd¬ç” +Ç2Ò8”6R‡úQ@4ÑÞRE}'vopàd·#±Œ4Þ‹³ª_7»[WJKàÚeñ ÓƒlV$A/ä¤S5?ºë•6dr’³ŵoK²}(gl ÕÓ…]ãlÅßaŸl?˜h²Ws`v0@=Â1(!â'µ–ä_¥µœþ„NŒÇ§ ÿãÎÇk!$àæX·4qhdšük¹NÉ5‡J®>Vr¥€ +©yR_Lþµú¢:wl´Œp­aoЊ|êØÕbLvâØL›ŽÍòì±9×ûþØœïÜë]RÔƒëÄ +ão¨%J4‹é(Ok‰cê9-1E@cözæ +°ÛrÉ… n1VâO?˜÷ +c×ã2JÚàÓ@—áBGüqI4ܘ÷c¾¯nè m¸Aå’®¡Û¡`íú÷5 +ì†Jæ­†êÕ0ò +P¬JilÔõv`>L„µÑl7¨Vc¥’tßí õì"^M’•“¿”³Géˆ0ÎSQ8M…]kZCÂM8Qz’W˜s±ë!v?TÃÆ?;L.1VÉ +Æ–q»oWƒú ‡°$¿©J5Ÿˆÿ " +:I/FùﱉÖ0†B.°˜”3CÃ~ÍÐ/%Ãdåä,\ÚØ7¯ä _UÖE÷±Ü~8e©ØdÝúaÖì€-¬ý{…ÉŸ›þÃ>¶×›_¼8Ñ6¨p‡'#AÛYË O(NäÅ(û=+ +7Õn²êxB W…*õ°çÍ~n÷E¨Ý!öçY2žc˜x‰Ê¾ÖåjUÔß@¼*8Þz#;&HE€pבr1Ä>”‘uSùœµ«‰›ãÚ&ǃ&oÈÊ•²à´så˜ÐRð α€c#rªZTy¨ðUÍ¡SgµMy1²ÛÞEÇ®Y·‰F³ì›¶Ùp6yfÙbÓS¾¢ÁN"t7ôŸ \/LШ)°ґ8%zÂdœëÏ!gnÈ©Ä +rHüP£q8”VQ¸þ02µ:J+gÐĈØ&&ê‰Ea†QÒÃZ5XxüÁ?RΦH‘½‰›’ΊQÿ†H9£hWÎ<®ï¹(Æe‰ØË#̘¡i0ÛÝC$(¸dÿs»ò”r¥U˘’pFÈYïNˆ‹>CÙ¤Rd(g”3ô+÷¨3joSÀ\ǾUBæ?8Éç;S‰—ºÊI;¥JN‰/6ð¸÷Ic+­3oð«&r¥ó«&v¶»'Zc…epcÏú×Ç®mÝ Á½“ýOšNN¸ÎÇd7Ì^ÿXvÛ*»ÇIËTÀîpML¹{Ùøìƒ_¾ ¢X3è}½SÏázÓ‡&ª_å8—Žó©Î­Ò¹ P*z¯Žueàš21Ïðy3qCŒttÜR +“‰Ñ½ +¸=bÎà–<òÁÌ©peb–DŒIÊ£1 ѥa,Ü›¦;ziD¨…QȤóO =ÕbL6gs?jÎkývNéžVžï}x€ùDï#Õ!¿ 9§ÑzBÊîÈ èDŒ+ø´+{ÁJ,þúØr\?E_wɤò ™â¨cò«À0™îùÎãW¬¤|³wÔ’JKwÒÌz§•–VÎê V‰±Þùøž<ÆWùWðwõèÝ€1*¨j2ñ"zÍú‡¹ßû€·Ÿè}€¨ÊÞIœ{öy3ÿVf'4¬è_*~&“ŸÒÝàY(>;•ž<›{b gVE^=>ðÛÈÙ):FBÈÚ»þ¾*¸~—·å¶w¿”}ª‘IO‡­öÅ]Üjù˯hn°¢ömÑçëÇŠ“µ;ä +™æ='‡ã˜ÁíH°&ù6×ÿ¡a÷ñÜXFï`13¸ç5ññÁ™ÿéVhž<>Èmÿ8§’ýîÄú<­Ì½|jïŸÐÞ´B+¥x¦ö6wä?x;,~+nFãðÊÞÕÜ ÅWò O}¥O­Áo«Â}øÍô·ñw`iä¾KY펩ÿ$ +3V} EöÉ4òö«Yu*Ž@þ +âæx3Ü,<ÙôYmõ,wŽQ ýŒRô©]FN•ö°é£Ø4€Ù~·õUV…keôùNwæí€ÂLBÞHô€ÎÈ +(æy« Æۂ휂!•-So²'þ½¥¯°;ñ¤püýŽÂÏvÈ’7;ÖŒf¶­š²w°ÔCj kêÄ°uÊ‘ÃbáFÞîöŸŽböƒ6Š´Ã¯Ö¢ñWkÖ¿ ‚_o¢"c²MÌÖ=ÿ´±WmÂ2gð'jïd9F·BµÒ• >ÙOÄɪ£}†HAVhöì$hïE¾¦/ÕèA9”"vÇp¬J6ûb›~Ï5‹Úy4 —4áÀý¬V̸:ç½€±ÖjdkÐþ[WmݧÀ¼>4 +˜OVíð€c!¿jì¹°Ûm· +Yl¨~Ö3ÍððÚw4Y:¯o)P¹c†ÞÃ&¿"©{VË›ƒi+ÇF©t³«ú’í"e“„HN}˜+ÔGòØì +*T:UÎN-~n+‡¶©_­Oö±NGO‘ÀÑ—Éø^cÿŽ­F/ +6ÿ­ÿ*–¯%ë­ÎÕ¨'r=Þ»Ý"4tÏÛŽ¢Åˆjƪð‰©- ßõG±éfÏð£âÍGc ¨Æ»~MŸhbTTº ¯ùC¡ý^WÚ}r"Ü÷ X“-Zè‘Se74‡ƒ\´Ù,N»O7 î +g®ÉÜ£b.欚Âå±o²¼C–p_vyá­@µ#ÁMvÕÊK¸Ý^¦vLÔ83=â଑ l<Âlpe9Ÿów¯ûäEo–“`XeÞ2_ŸÔE ^ÀO™wáÉssÆK¼¨ ÅŽ"Кg¿EÀÏÖ"ü#—þ-ÖÓ +endstream +endobj +138 0 obj +<>stream +xÚíRkßYk}xÿÏó¼Ïûüžwiªzn7ÀSà@ІXXC¬%à@ â¬!cÒÔt@@‹CŽ$h `-,Œg0P´}–8œ%Æ¥ 8ÀLB£³Ý‘€g€L‚‰ 2DdØ“i ‹càét€¸°# ‚¡ R QX,@¡‘Y@ H¥A(ôB"7(̾Á6ó;"¡¢P€ÎbL]@’Ct@ƒPhXt(Êò߈õ£¹3›N÷ 1ìE=ý%1htÎ?y˜Ád³@ À~”ú€ß¢@ +Íø‘uc‘è42¢ÒAó +¢…:Ó"@Š'E‚HôPp!Ê!DÅ-F@{ìñ›ot‘ò$Ñ ÖóOÓíâŒýkuƒÐ"?Œ¨\¬H(z¿¯öþp”D†)4ˆ +áL‚8(ŒÈʇ"± +¢€!Ê‹6„`–h ª$‚ÔÂuš˜h.ˆÀ è7À@ÃøçŒÃhVø_<+šƒð_F:f#‹Àß{°·‡#" +ŒM°€‘È kŒ1,LqÑÿ¦$³„X‹™¨ÎïsMT>F€dÔÀc˜lutÿ™ªØ¢ƒNy]W–ê‰ÛSù)åõ=·ŽéO§ç·l Ѿá;[œ±zåØÒ1•ðßCj£¼ÚßñBRÎö} ËàÖ(ú~È p^2Õ„1odnUõN½Å‰o{4ÜZtj×¥¦¬Éæ7¹ž:Ž;Æ¥†TÅîú…UÜÍ(µË¨Û`léÓeÄ·˜ìÕ±¥YÜ +NþÝ“òNñ„°wú5µ¾ªóš¦{‡sg®ÝúU³zŒ å’U²fd0o´%ý½Œ¿ïɯ£þ*|5åðS…lú\ù8ÓxQõÁU®að×^…4nqAŸ÷„nÒ™è|s)õ¤KÕŠiRz_/æžÌè/t‹ù?ïÖV¿Ò_g¬?ÇWT–SwìÉêÇ…•«õšÛy»âÚ;u‹ÚNï{Ó÷˜4El¹¿-»¿«©œíí•‹Œ|Á¾–0Á‡j­©:f©„±ÜÇK2tÚMÿü{FФ*þX‰h50˜\~=õd~ÚL=¦ž³Õ)¸‹C‰=ž{®·Ê/ß¹3O9¸åmÌ1ºvá;ùHË`è)yÇ—ôÐ_Ôï6ÞÜYðª®z†ïå’õ$ƒeüŽ^á’“/;Ƀ©/;ŒÂb/»î櫉÷ÌYEå®Tü9ÞóXwºuÙùëKý§=ÈTú@r±C<™-ìv¨ÚùŽfGë®W +!í!W0”âáxý­D#}íÙD|óñÏÚs2 ¥‡Õ:­Uðõ;Å×K¯Ö‰Qði)ï¾¢A’É8À1w=ì=5f£§tÂçn´ª™nsŒÛ—{ +Î0^~£~³Å3jíÚT4&|÷¼pÎXÎ÷ Ÿ$äö¤Ø5 7î[¯«&PKR(HHÖC?˦¤¢†,­¥+‹wE»‰ÍS϶ôk¹G²kÊWÎ +ã²ÌÜŸ3»¼ß ±Ÿv)Aïbß)ãѺ—IžKÖM>n.Ÿ@ªí~KzÖþ¦q"§F©‰åÚ®& 1òzFëHÃk yŒÚ¨û’…>f +º›gkG,“˜çTkœ>GÑ(n1­8Íü/Ó†±BxÈuÚtðv]zâ`Ep-X1’ ž«{õÂú"qvær†.cÆ&À¯Ûù½æ…IJS1¸\‹jÀø7q›\¡õõź +é%ô Âr7–±Šo&”¦¼GÔSŸeÇöEÌåඎhÅsß2þŠ0ñ讪D [ÁÕî¸Rùü¥¦#¦öu•|U ;dÓ¶ÎB=alÃc£lM½$W7 žKH­ÈXñáì‰Bý%œWòÌÊ›Œ›ŠT}°ÿ±œ4#tIXIf)\”LÏ ¾:bW§mŽõ<²;WII‹up¨3o9Tß8¡TtØ䧆ÎUay'}O7}2X¯rÍF¬ .ö(9»U¯û}B¹ÎùÕ ï²Cí{?Tü +æ'¾L68Y¼—éêŒíÝ°.B°ÅMß¹ð‹²©ðòG—ƒÆ̾KŸme½®½Ø&_,¸šVØñúáÔ3ó%qÒnÖí}ß­“àºÞ©~¸g–0ú\êžwʇ¯ò$ðùZeìc6–rkÚiòk‰™_ ~‘,¦›Ë”êÝýÁÂÞ–¾jÙ!Ûúý÷oóš®ù[õ]ê©äOŽBƒ“êcvñ·Ã'+—Ìõ­œVjÇŸ|tuM)¿—<ÔdMhtø$jqV*@yoÛ*wÖ +Þ#L,ÏÙûSy0!M²eW…YJ¶Ji<©[&Ç^ÊÏi»40nÎ^µ×/ytvÊ[¦ï´lä¯õ› jts^îA§ÖÚ¾ÈÞ¶GZ5çÑÆ;mKD~.kt`ôœ·LëÚòó˜ÿðAýßà€LI f¨?­_ +endstream +endobj +139 0 obj +<> +endobj +140 0 obj +[681 681 681 681 681] +endobj +141 0 obj +<> +endobj +142 0 obj +<>stream +xÚí’mTWÇ!"Úˆ€/ ¸°pÁ@H"@Ž/á%@C ¬B’I25ÉÀd‚‰µb´"(A|©-F³©Õb±V)PA) +Å-A +ê‚ +»ÖÓSú±ûiOg¾Üçyþ÷ó¿CqŠü¸4 +æ¡*ÜAc„€0 šˆ%N¦PÂ0ÂTáp`®FèL@g‡0! BÂÐt†Èä8ðó™®Æ1¤—ÃJÂC )€#0®£®B¦w¨A¬†±LXB#3@‚ˆqËÙ)Z%EAÐë¶D“þf” cj +xÏ`úR‚ª: ¥dÿX”8 +&XþX³Íy…"RNÛOõ‡1¤Dº_¨2]ƒÃ SÍ–®‡_³ ` ¢QΞFãsU2 ü4zÀë>¢æ!ZX"Dp±H!…žéÃ*Él"¾ÿP~„ )œúúbgfBQቺtÐÏÔŒßj"" Ñ‚÷è4:A‰÷Í*eÖY*1*AT2Àdà ™NX1Y,ňJk¬%€ýi*'¶"˜l E1òô­2€¿Z©åÓmò?#4Õf­ ~La»2 ±èÙ¿Ó‰5«ð™…ÈâM-Eˆø`X ‹É]÷Q1g÷ûŦ=•Û# m笿ßû*C\qúì»G_Ôd®ÌëÙÉòž™·<êå Sµ¹adw}GõÛ·¸|´ªÃ‘2s/‘dÌ5nê14~ŸJy÷QÞüï`§}‡-‚ßÚ·lG¿?I  §úî“…g?äe.Šè”+òLýÔÖdq.ßs§äçDïµG¾l\;uàÁ’êñöú¿Jk®O=š8ÔSñŠ]ÜÛ¼[g>ôÐÁ£gçû‡’õòMÑ]ÏåèÞÑ¢—Y&ù’ýî Oð¸Éξ.¨wÍÎn·\ÊrŒYA9¾‚ì +ì>´ä•ÙwÞ ªéh?t¤Ò¸f‰_¥¡.©f\Ø[{ŠÓ]›<´Ë;eÙƒ‘quKÇ‹K.Ù¢KÔŒÄãcÅ7áv^H.8~Âäð°ëŠÇɉÝýŸî1[NºG=¥E%MJ[D¸äInÌÇe~ö9½õœ‡ÿ”FÆxšTùML £}<¿N°ôvº•ƒq‹WÎÀü´þ{u¥sÞg®ã_ +©¯ÙÅ¿²,ŸMiÙŶ¹>Õʃ]W§l.‚ûàí1¢Ç>Û¡¹qMÿ”cš|Ò +nžß£ˆó•é‹:EZš:3ºƒ…œAcÞ¨àcóAsau¯ÛÒæ¶Ô‚&uï«^|#<ú +ó{…ìSÑD +r/ûâͧs^YQ§¾óTÍÛeóž‘ëzÁ™Ñâö~Û4È*ý¬>ß7Ï=Âç´¸SîνÁè;ˆeãíÛçž¡l°î«÷q^“òÎmO»O=çM*¿µÛ×®=ô²TÕ1ÿš•e›w\ÃpJŒÒÄÙ\à›êàøh}àâ—^·‚Œ¹½Fµ·ZG6—çÕ„un~n£ÉpG¾Uä<#ÙDž_ýÑj§·~Õ×/¶ÎFÍw¡Eµq¡öÕz¿…™;¾Ý$uMvlž{?î?‰[©Â†cŽ!ýŤ£n&FXM…c™§GÁ0TVžÎ*u3![-Äê"â%ß·”Ô»>kÞ~•ïU}còøƒZŸjý—nåÏõ¹ˆ°Ôó*fÏûlu+G'¼lϳìÓDÏ–ZE‡&ïIÿq‚ê¸T‘Y³vìê‡ö}Q +bÏܧ4ý2eùve~tᦿ;ëï.Þ€Ú>u ÓMÞ,èÓÚúÉE##kªÄïÌY<4œcüæ®äͲÇ­/þôbNdYÁÚ€cˆ:’]¦h[ZØÔnÇ8®»uÇ šã”¡<Í?ÙF¡÷ý$Z¸1­Ö£ý‘¸$oìÖeûK çYÇs&®÷I•çGSiÑþ­Õ=Þa«Í× +/î¿Õ:’ÕduaãÛ½ß +ŒÐEì—ƒÛ3‹+ÿF pÁ— +’}~Ý´Ü5ÛVú³¥Ý‰þõÆ¡®Š_.$”òÜŽä™Û]eÏÙ+íNÙ–²ÊŸ¤hqŠ— +œ–[Ê“ÛTN~‘¹¢17šzL›{1gSóç'7¯«° +Ô×`g8æÖ3*ÿèkÏz’R´·4älÕcúŸ|Èü_ˆ0„ᨶÿ ÇhE +endstream +endobj +143 0 obj +<> +endobj +144 0 obj +[736] +endobj +145 0 obj +<> +endobj +146 0 obj +<> +endobj +147 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +148 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +149 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +150 0 obj +<>/C[1 0 0]/H/I/Border[0 0 0]/Type/Annot>> +endobj +151 0 obj +<>/ProcSet[/PDF/Text]>> +endobj +152 0 obj +<>stream +xÚíɳ²Ðîäìâ°³³ùw“7_½zýú³Ó©¶bòÕ·§ÚNþ™³Sé&ßrúOo^ù¯|âëW¯^ýñå7œ{}úÃÙïx8“•NjNª<3ÊÙ™É\å4ÚËàn^*³VÀô¸3„;Ñ™(Á +›—’*^ù +íJ}’”ÿOä·¯_¾yà …Ìr-s@Ö+‹¥/^E´Ùº×²¸·VšLJÁ$F¤P™)Ê 3#t‘Ât&­ÌŒ.¡³BëÌX'”*#Bê,¢pá)¥ž¼üüµ'ÁŸ¿¦…Nm‘Içò“)7Ï +~“âY9õšgÒªÒ#:É%t9ÍRÜ*¤5¤ÿH¿k¿›•F|Kå;øâ‘C¼¦_ž=ùo˜xa %oBfl¤"sÊý|96’Éœ*‡øõø +÷[J󾦿ßR9²ja}æ˱QÉt.}—¯Çµ™Ê]@ô¤œ_ÌûÜ%µÊ´æ¤*H ôO/¾ûAœÌ1~÷Bdº„½ñ2"“%0Åò…ƒ Ø<‹o^ügìQœL¡ËR>¹#¥²<·ÈÑä+wÈ­tè“¡Å^‡4-ñä~`@˜÷4/]VÈÜÛ°wAVvì(á™þå)ðÓ»Si'õ¦º¬y—|Q/ªOKQ&}L0fÛ»PÔþ{!Í-4'8#Í2à!ìû²qä?„«ÇuêÓ¹ d9ÞðTáðì6-AØ}}‹'3Ãh?)38Ë©È B"3˜Îœ¼™0¥§%Küƒ=ž•º,qÙ¹uÌ6Ëfu@uWdBæî$ú‰Ë ]>¸œN sü¥Ë©® +£C™;ùlÂèé=Mãä1  E‚—"Å‹±Y‘C:/ ?áÏDy|â ï[ëßQ¼%s»Ò€T,UŒI1“)m‰ôY€H;ƒé[à†öt*'Åq~.¤¥üþÀbKDpž?ÿbe‹UQK2¶HN=‚ÇÙ'°§`}ÿˆì“Ìí^öɨM©ž£ +1jŽ³Ïs!-eŸÙç¹k5.6göɇKiØ îá!Sf…ú’‡’¹ÝËC¸çB«ÓãH‹<ô\HKyèÅFzîÅ–Ä!ÉÑm®ÈÙ<†)¹«2'UAÐÿvüà†hñ8õóÿÆŠHÏm¶¼C·CâkN•`hç6‘qz·ÖCO@éÐ ,sÊ?Â-šeÓ×sVæ·]uÞ,šþfQìÚŠë•?²i·Ã—XÆ«£›¡p êt#.ocDµy=[ŒÑ «±y™ÔâÒÌfŠNô5Võ÷ÂÊÓ©x¿ìTÃùøÙ莥}·ÛÎN``ÜÛ 5Õݺž5ÄŠ”ï¯Ú®æ$JxNÑò}ƒž‘ƒ©–¿¤éè‚OrЀººw6‚®ß/P‘Ë¥WÁUNJ"ˆ¸YÄ͸.ÎïÀ‚*ðV$“QôV6/æÔ41 +»ÃYòMÜКS§“ôþaԃÂ)¦ +«‡Ã2‹w;ÕÜc‡ñe¬C⢠+Ú<²: F°´´{B~ªõgÆ•£8 $+ÌÈÞ{Å`§ 0/ø>1£ýUt€Šr¶¾lV·=Ròî»éÛvŒŽ`3Øèõ&¬E ®>©¾Z£*ûMÝ¿o7oY‡ä› V9½ZYñçËíj†ðœÃÍ‹ß×m5¿;2À¢:¯<Ͽαßc€ÐÕäÿ Ú;¹Ä? +ì¿ Ž5¹Å?xGIW¥Éþ)Âá4'›ø‡²7±gT±ÁÒà;L}‡ÂÐG:·Øyþ@爣IÀT±õÙ|²Œ£Îãdy@{dÀCÜü´ +êë–”œj>¿UëþîVÀŸn¯?Ý|úgüóþ]ßa B¨}OóóÅf MûÌM¬¤ü1ü·ß–”&8"oõÝ-Láå;¹æîãûzLŽ6Íä"’y©E +°Cr‘LÐÒóÆÿhü³ŽØ¿C`"²Vü©*lRAý}”ÎdÇ–½Ÿ“e€»£ Êã‚,/ûãf;ÄЦíÝíÕÝíݯŽl›”:‘Gˆ7èÏ(5ô€¾WÍbÁ[uy>¯þzK‡ëy{}»lVww$¾g /"Õ–u–™ŸÊþà—éî´ E—±Ñu +ÿ.’ò +᫸;ûÈËØGÙàî±ä"JÙ‡ÄBÅ‚="14ØÁD uŒ@æiWeOáÌ„M)2a Ìå”%ÿãûXB +nªZ™]S«ó{÷¶Ü–¡»L),¶Ú,ª51W__÷Ýv]oØt»¥î” HK<ìÁ¦2nçû<1YáÐû‹ïöÄ b6[@>þŽž v„ÆÎËçÂ2ž‹È¡Äl³È«$ ˆW‹È¡·QÜÝímËų8V3l],ûët!}œùõ~‹ ëX»‰³Ü$ôÒèÊÖž\Å>¹äIR~}ÓÈÑ7í…Úlú¼DËsïÔEø6% ȤcÚ‚²24¦¢£ROZfŸÏëYÅ&”F£ +­bJ‘ZLÉ«Ê—Åœ!}mtåa†]y˜Šý´ü­W»iógè¢BÓPœB T¶ŒsäˆËÓ÷AeWusyåÓ4,|Ù¨§’ÕlSWä,Ãìù +«±ñgív½ «L{cLMÖm³ê;.cŸ*”mZ´ß5s\ñ'Ø\ÿ8¿j¾iÉv´h;q[2<}·Wõ˜¸ ¹ËöëÂfE‰2Ôa!´5Ð4…‰îŒYºngžPWýNƒ%!3™8A]f4ðkcß0ÒÎJXÏÊm{_Rª'ƒ3Wí¦ù¹]õÕ‚ÁP’y8òâaY»f¿-Ú™)Àî ·kæäØS©õømüí +MTÌÍ[âD¬?•(ã0‰‘Sëí9Ù”` Ç‹€G7¾Iµ©GW›!rç/<úM…Ù‚|×ä» ÚèÍÆLðKXWoaMå!Ö‹jV3ÄU»˜óPÅÙÕè<ÒÑÊ<­$§}ëŠÅ9H!‘Ž^zü•$ëñóÓ–\ĘdSó†3$ à{Yûž°}J\ö¹'.&ÉçÂ-û0_ñ'šý^W(“T®tÚÿ`þÑ^Æîoê3TÛechbï7^ +5óùÂû+Üa㎫"~:®«Â××W}H]²Û ÊIÄpÕE»á²~œb)rŒ)9œâDLÃlÍpg OýñŽKö +®&ãü_N˜4ýU»íC÷ÞÉ·G­”!Ehà}"Ñ +i¤ñGT.ê‹ž‹:’œXFN;¢éCÉ`‰Pã—(-³S»]̹bƇÈá…®=±*ËAØÞ÷žE!µ»h· #U™c—ª0©\ܦËA¼Ø/TzÓð÷«-y³ðò´Z,âÝo¸N°F·rtlÒý©¿®ÐýúÚVtƒÛIvlÕFeE¡äت•-2aÊ°fW–÷9c< +òÒ»óGÃ×%Fl?.|ÝH +ʳ- _7èã…z |ýëpš)'Í@ùùÃ!ß߆ ò\Òßìýytþj,>CƒB.v·ØÏ +c}\"y¸s僓r½syAá¼Ýž/|¹w õÍ ý4X‹~šC×DBFà³D?̨G&M¨±_"Øu†ïQ|<‹r‡ƒYîäCƒ4h +¦ÜCÔ7-,Ücå*¼ç:àM±·Í ƒ¤·B€ +ãv^3\—É\Ä`çÄ^<Ÿ6C¶õ±áÆí] +Ä'åääuˆ®¦8¨®þ„‹½ÛX†‹(L’ó–+«Þ;¯v±˜ÞÀwÞtèkžû^.ºñWJƒôƒøÞMxÀW +㊻ú¼½} +‚Žº¢K¡Û&Æ`˜®¯+Ÿ :Ô¬šÆ9…h\¼‡,£ñZÞì‰2S.}Á]¯È!Y7>T +ô fý04 Roê9>iŽ$+Æ=f*ø&žfÌr¼'§1Þ‹A;N„ _ßÒ#Ĩüo[WÍå§ØéŸJÝõv³æÈHÈÇcƒj…,ƒÉ³#±èp”+íRÅ•9 g4_qÇuƒá49éã P ö¢,#›¤ÔDgoò~ä5ñé]ç9»B‡ÞZ¸p[àôäÇm×7x»Ì·k\K×.È,™Õ¸ÿ©¬ +%æGÛ ³áîkªìá +زY…;0Í÷‡¦d¾¬®w5ÝöÜG×s>½x’>XÎqét}ˆ­(´cf}õ‘[¯®ZÖ{¿H“Q²9wô:HLà <8Á2Š—!A»*ºÞSÈ-”"Û…éî«Zí:¹nòWÐ0sëâý§u)r2.¡PZ$€-($àš‹ñÊã.}¶šåB§îïÖ0«¾]Žñ +h¨e‘'Gc@ͯóÍçtÛo]|„o:-EīйÛC`pÂÉr@{¬"ªR¢åo¸i£ûКÛÎë5ÝA¾T7Žbä_O-E¶Pï|¶èœ/õ°( gÀâŠKcà…A8pÁ/ìå踂”ðÖMœ-4ZÕG"Hê¤Ï©»°Óåºä¨:ƒ.väɸâ,TT†ávo¹x•¼î+¼Sc–:Èχ©Ù½.À _›ÉÏõ†RxdÏ)® +ß5ã,öY©Bƒ³F_Y”Y±vç +êO{>>ðË: OR‹ª ÄüE=‹ ^›“Ÿ¸bÈ (Õ'¥Â2ŒÒ<,ð[Á¶^á%rÆ @5ŒÐjI,UÕçŠU01 Ú¦êkßqÐ^=•À6+~bw‰Í¸È‡hÀ‘‡WÛÃ*é®›}3¯;jÿ¾AùÅÑ2Ð2v¢)øœ®šCñ«ïz±Þ‰†0`lÿ4··ÕeÍ13'ñÙŸuıåýÆo©R=3 “µ´‚2¼e…"ðt‹Ð-ßÓyƒõ|l—QÉë¸Ø«¨¥Úô=o« »v7ËóvÑ +8H!¬Ù’>©öüG`‚k ÐÒ‚R’ÏêzôdßÜG›€E5¥É̸ôËí5Œbú$2•úm9Y²\Ë…U %°î-?…kkbr¹­;ÄÿÎ¥ÕÊWãdO³=GaƒeuÃeç£*@˪—ÊMÂQ +1¯SbÅP +c%«\Ëj(–2f2.>úÌÅ + Ý[k—Á–ÌÇÌ.@MS°Sù°;~ærðÎÅ*™å¹zhÜõà¸pÄ(ñ`ÜTÔù¸Xüé³÷vÅï¯]ìœíñI7ýfaïyÖÎ÷ów^z®÷oŸÁh‘ãKhw¢Aéµ2×÷KDèi +>òÆûoä®ÛG=†1üæm×5$¨1\õ#¬úvY_V +ÁtÇ^[¤o^ZløÏ7/ÏôæEÒ›—wŸÎ>¥wˆš÷!ß÷Å{Ç…qLjâ(Ø–(Øî‹š?gþÁý]½†ßéuÿÃý¡é†â·AÑÿ5A¹æJFµÁHƒ´0²ˆ¼e(Z‘du¬óÌä7iSÜéHÐã‹ÑäDöôÅ”ê=¼Á—Y–*4wHãÜáŸÿ‰µËXöûaÅ4vzw°˜¯ñÏ«áŸÇðÍï`~%ô/d³§S< ãÒ“5Ë/ß<‘ü:%¿A `pg{ï‘.€¢Îoh<Ñ‘MA½0È*N +u “²7q2}œÌvC'JßóáÙÞ,ÀÑîü,ø€T ”/¶^g”Šø#-Q1øJ›9‘:UÑpì—4Þ—Šhá ËjµÝ9•P™T»ð?/CizŒÀߊ?ì(A]Î×WËvK¡À…·– +3ˆõï!jÝñwj?¹»0óµÂ›:Fa{ü¿§†~FŒŒ?@^Y£Ð–bÛò‚MUIz霓DãŽÓïwá¡E®(bÔ<ü³S&¹Õ¥â›9 þf—|áø.¼~\ì~¶Í¬þö‚ËgívÃ>þ‚Œ"o|ËLÕ¹‡ð¦ê@ß Šþö›ö¾k:É¿ç¡F‚µ„µ­NÂ3÷Ý…×h²D!¿iɧhM°<Ì$ýуðø¤Y½åJrjÙ¡÷Ûz';}ù'0~¯j»M”mè«Nú¬V¾”Ò˜¨@WHf  +§ýÿôÌîg‚íÚÕ©3€œ‡Of"¾ï ‘F»)ôë*Ϥ(G­ÿËÞzxÿú¿”Œ1u +endstream +endobj +153 0 obj +<> +endobj +154 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +155 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +156 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +157 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +158 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +159 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +160 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +161 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +162 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +163 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +164 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +165 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +166 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +167 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +168 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +169 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +170 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +171 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +172 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +173 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +174 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +175 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +176 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +177 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +178 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +179 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +180 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +181 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +182 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +183 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +184 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +185 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +186 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +187 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +188 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +189 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +190 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +191 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +192 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +193 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +194 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +195 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +196 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +197 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +198 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +199 0 obj +<>/C[0 1 1]/H/I/Border[0 0 0]/Type/Annot>> +endobj +200 0 obj +<>/Font<>/ProcSet[/PDF/Text]>> +endobj +201 0 obj +<>stream +xÚÕ][“Û¶’~ϯ˜Ú—£©²8Ä•džÖñØN_rlŸ=ÙŠOír$Έ5”¨TÿûíF$8¢@¹rÆU[®±pi¢qùÐh4š »ˆá»i”©L]$JG©féÅjû]|qy/¿c–f鈖>Õ¿»zÁ¸¸ÐQ–ˆôâãíqa׿-¸¾ü×ÇW"N S((S_½ûÇû·—B-ž¾¾\ +/Þ½ ß×HMË(K™0'Q¬µ¸`Ó\›žtCx¤T,/–ÝGâÅYª0C錙Œç6C¤ܧÿJõxöúé‡|ñÓëçžPø¿.%ÔõuD1mSß¾³ Ì&¼ºÔñâéÛ õÓ÷—Z-þ›2x'Èø»çûþUª'X„žjz²(3MöFCÇ@·™VÝämQ•»¢¥jÔ·ôÛm + +4õ%W‹Ï6ûsYUÚÕô[Õ»»¢¡ð}¦øýWÕŠ´û|U¬#Ó©¶.KÆ¢4‘’Æ8ш †ZK¬,K#+fQñ‰ ¹¹Eæýàí +‘sKZî.—<åÔžŠE µi +Jl꺣ЪÀ–`~ÙRJNÑÕ¦È÷O(éæ’Ç‹ƒ}¢¸Åž¸-V]‰?.™ZOL»–0Be™iY¦75ù|ÉâEnºÙŽe‹»¢ëÊÝEl/3ê1 +¶åÝ®µÙ5ýâøPè°§ßÏe·©±b£RvE±î¹a½bW!Bp¾^—]Yïr;†«º:lw-MÊ£8å€".#†ü`2Á,Mb†ýDBp7_Ÿ].5_ü ÿ³Å[~‡Ýµø§ ¿6ÿ?7¹×&üÒüÿ¦Oçæ)FÓñáÈ.“,’Ê Ƙ¹™kFV%‹ü½ÐPØtv}¨ÖÕÐe÷˜` ±#Íï&ßÝSðu~hr +þø¥­j3äðà³¼Û\ªÅÊz–7ëzGclª•Œ‡8ß?ˆ@$ŠEÞçˆÏmmâÂŒ=¦›ÂÀOÏŸ?§Ð-Ößæ• +‘oŠjO‰}ñía¿¯›njPïZ$‹m~op…ánƒ Ö"µÝÒÜSú¾nÛò¦*"ŠšŽDªûÍòªXß”gX›gšê8bìÁÛ-™4m”Ðj«’Á|ÀqÉ´'We”JP^ú¯TÀÝ¡9´TF{Xm(1oé÷A»¦Ü§M[ìŠüð„²^4ÅšB?äMWÁô²sRêˆeš+}ã”þ£D˜€ð…ñ­Ê¶*žPôãe +MÚáè}¡”×åÁæ½h;Z.Þ”]WT7ùjcó~)‹ŽB`?æ;Š¼«Û®9lŸL +Ûûº2],`Àÿ‰«A¹»¯HŠEŸó&Çþ%¬Z½¶²C,>MA¡rgØ»Ž&¶0˜Àßu±œ9]€yS×V„``Uo÷UùRBµø}—7Mnº kÄÚ¶¬¾Ž¼}t qb¢V®?äíæ¬H2#yñ7¯ÚšBwMÞ·‡ŠbMý¥è +ûuUe¦–yÔôB0ì2Õïf¡ðƒŠ@o{Ô[óÊݪ:´¥á1^Ëfr­’<’\¦ÞbõŸåí¶Ë›»)©¦ :±–Úv á%Ke$t"Çkä‹rgTÀ Ning8††iŠÀb[Þm:ÊØÕ6°!Ì›A§”›Âˆ* wÁQ®)Pv§e•+bW +„HŠ Û…J0·X¢Ì‚%ÒŒˆb+ZLaÖ5¹-o] +,À´hÚ藺ô²ha–,Þ @©ƒ0áCYÙ¹XSÂyUlK“›.^áØbêuù'Œ³}Æâ ƒo?‰D®6}q6¦W `)¬êˆàü7ÄD~Ì!@­q: |ÇäaÄ0Öv¤SA°ò‹–’¨(MS©ëmA¡µ™¥wM19ÍPA(-~]ßZ,‰´\Öù÷Óë<“Âi`´†¿ðÖó÷Gkø3/åÃCeÖiŸRðn(|ª^•ª¦x”Ié†Uüýë!S +ëŒHt˜©#šcª“ˆ³43ý«uw£>¨Å+èfHb³šŠ² >†>7mÙá +Œ±ßÞíP¹û—>½L¤]BÊ*‡iùýÃq!£„±™õTsM:.Û´éºý÷WWŸ?Æ •EQD5áüêa…Dƒf–ÎÔD^¬pŸe…fxì1$¡£gÆÞ‘™±ç§ÇÞ+.0öa¦ýØûLßÀ°I¬ ±U&,}<`Ö€Œ< U?%WUKY°KºqaKñp™ó¸èë'@d§°ÎL6Ö-}ªPcÙ(VÔÞ¢#aif~Þ¬6ž »Ú櫦n¯ªÜR]­ê]×”7W®Ž0Å“8R©æáÖpÎ"XQ“3A%‚°ùŸ•#3 §AåU˜éÐÏÓOœ'ø‡:zÆ|<éŒ{xÂÌaÕļ +¬ +{ÂfzÂÜ3dKª" 5 ¶ÍÍµí¨°C¤Y@Ã#–rÖæðÚ–«M^T­™Y`v…i8¨=iÉ8v³2›6˜€òé” &`c,äp™Ž< +¯¸pÂL{àøLDMt›ŸÑzVïïsŒÚ¦ÿrÉ[D”úÏK€„}à:wª¥URUS‘ëÌj/庠§ŒF%½žRðTB&©$M.`ìÓ±!Á/´f¥S4¾Y*g“c±Q:£D%bd“KP¼½ô_§ôØbê,±5~Bµ•°«7ÕEShJ*í¬±;«6böóÝîË,H™HÄ)·H±6‘õº„ýÇÒìÈŠ–vKNõ´¦<RD¦"¦â$ :Ÿ*ºžÌ€N]iº¦t#¦¯æ/žš_¶xoÑP1 %š‚Ðv\&aƒÖV 5òj(ý×ïm¥©Î×õÊìž)ñ—æRLöyƒãšwfˆ¾´]±ƒi˜29 ÉùnMÅÄi³Ž – EDå`Bƒ§YÀ±,“§—à¸%Ù à<ªà™œ> +¸Ópa¦=à|¦qƒMS¹xWtÖÌ× Yà ¥þhs1ã×t•Mÿɦÿøe—›$kgÁ´ç6ïÃjCÝ{WÙ»þj[È›ü‹Y~í–Ë F·K2Mûc  QÃünpl‚%h>õú°"T%™2bs¼ã +o>ˆ8J7çB%§M²~ s¾áèܬP’13+21-K]ú¯ ·¶ü8óG™ 9ÂofüÓ²䥺ðÈ"jŸ§`ô|V¨,e‚‡5ZŸ*%Gö—4Úrw[_UfXu×X Ûæ`½ì–”ax– +s<,Mç&§#3“39=9½â“3ÌtèQé{œ4q¶xa¦^ÙÜÀž/@bêk²H3h²3³Ç :WЋ±:¸Ä õô¶Ñ·=Ì!ÁW`Îد¹œÁœGê!G69 ³(_E‡û«Õ]I€»)wdmýoºm56膘‰p…$A£»Wa° ‰T³9°92¶ô4ؼâ` 3í»Ògjñ$OY ¢»Ø[ÙDç7%Ü\/Àôè…jjyu…{Æöʪ#qÉÔÛTu»Ú·WöïnëfÛFˆÇ£†É,‚UƉÁ: Ä4ÒX #ÃÓø³d_¬°B³Š‰#3pÌNÃÑ+.Ç0ÓŽ>Óf7Å­Úq_îlÜÂT™ +ó`Š™Fìañºªw·d”Á $Æ›yqÖfÞÕ‘gš$iP”ùT÷dgÂN˜0Á¼Wñ`k8à_˜¿säOa Vò”Æàèz2²0Ç'‘å—wY3\ûŽö¹¾B‰Ã>Ýþ¾Y=Ën`RŒ‹"M/ëj}c&ìSˆCØ(àò‹Ñw«Îâc¤¼B Ø­?L­ó.jAL‹¿–*#ÙÑsd¨†1ìÃx’F*MNXhÕÒ'›”}‹ûw Ó‰BéÔ3ZcÑÇ zìØ%’Hf)`Cgll§E] +5‡)~ž8ä:Ž´Rs µT„ÙÓÇ"^iÈYöˆõXâLÂú ¸.‹{õ¶R}z¸s¦qˆ‘iVâòv¿¾5à3éž]<ÛűˆóÅ b8˜ÉŒô¨Bmud#kÛmÇbP§QÊôLk8Ë¢MçJ‚r’sQŽŒ uú´Å//€©0×¾£}®hb’)ȶâ¶À[ ‚ÌåöP;MK‰Æ~o³—LÓEÛå7eULAÆúИC ß]"x:Š¬6y“¯@M*Û®\õ¥KÁ5 ?‹uÝ´%JE<Ж _|.òûQ/‘b1Õ}cBQ­‹Æ™]“"§Œ]L& RiçZ@j-–ô592Q™ú¶8PJEq´X9¿WŽßŠ÷Å&¿AˉuR|G“† ¥TæYUUlO»+ûxöĹÚiö{› „€†j!›s]¬¢ÞhÊNÚ°8SQÊŸ²G‚²##(Ÿ>ã r æÚCÙçzm¡ìU"‚©/ !wP1FAŠÇÇ$áO>¦£½ˆ)ÿ|ùk:‘U¨­Žìqä#vÀ±l„€)·„Ú.ñ`â,Ù{©(ÅJP=êôÙ_Þi@Ípu<âj‘£wȯ•EŽV¹Ãä|ÛnónCàÁO™Ù@÷t pEÎ8 nÂ#<)Õ„(ü`wÔ8¸ CÆ#&±þ¥.”²bô:¡GR Ù£i„âFØ¿ʦX_A?©ØãÇš!Œ6Ó°¡aI JN˜˜ˆÎgª†¦á›[É{2BëéC#¿¼ZÃ\{´ú\Ñov#¹qêë}mŽÝ¬àŠ‚or2\XÏšÄbÚd]_Š½1µ«kÜ>cp€6Rù~69‚ärj}Ÿ‚iª"˜eÜ ^Ìå´ +Á-}ª‰Ž9*ìqdåvýÙtʱ¼ÌP_—:Ü.AÑÌÔ¹T‚Ü|fèȧO‘üò síès½6vé/Àö¯VŒò'”ë{LÄšjÄb•·EK2Ó};Ûi¾fƒÂ¤Ä·Xxö©Bmudª²]M,À*ÊR9Ó'€6%ϳѠ§ã*”##@>ùðË *̵ïdŸ+Yÿ´õ ¯Ÿ@Õ+[ëlá­ÎH3–fH`±¥a£bm =À’ÀtXm¦‘À¸Q›ÃÅ IF;–-Yf|¡¬–(Ì&~Ýk"Dƒ”˜Ú„VóÛCUE°O'(˜›— +0{˜Ç•9CˆÑ•šÃ˜²$bÙ) ²%ZzTSªÀÃÂg:´Ý)«Ÿql ‡™YÏ›qqôy›™ŽŒ&ÄéÓ¿¼À„sí'„Ï%lÆ“þ + õ¶8í%,FÈrnÀŽ‡0Ü Úäìaàïš|¿)Wíß(N/híÖXþÄQMskNk© +Ý¢Œ»¹ôrÌ)Žyâbt„ÔK¶8éŒËµâY¿ñi_\C´ô¨N¸âŽ +›«ÕI¡÷c©ÅxÒŽ{½Õuîä¡6SP8( +<ÙÉ3m–éì<]!e‘àÉœªà¨ǧu¼ÒNÃ8ÌÒ¡Øgù³±«Åûbu¿Î7•‰Ž ™ÉÈÇcÿhm éJã U¬)Ãõ®ÍÛQê¤ß%l]Òÿç~äç‰.,±[Ñ}-ÉøaÍ. 89â„]àAf'œ*ÑÒ£šZö×AŠ½·ã;ö«ÅÃy‘+Ïñh;“â¼Ùƒï›frN/rTä úèÊ+íôì ³t³ÇgùÌx¯k|/¯Éñµ<{cS]îË&ß¹cÜaj•ѨÏêÕƼÔgR=ËFŸîý-¦v Ã¬öpƒûµ»CcO0w@’üUäe‘`@žà«añ ­¬§Zúd“È{Xœ‡¼îp÷¨«oÚº*ºüHzŠ ߪŸ•yÝvüZsñÜNg ”q6múP1(iYØås§Æû™Ì³§#pŠÓàôK €sŽ±爱÷ÒR*b‡F<ÿKó]=!“Ä\—Z„†—xIFD ¾§8GQª—à 'Vèžjé“[ëèÉ„`»âXð¡OŸˆY¸=Ð ÕÌÖËÖ–;éƒ4@Ë’²dYCy!`…¹ö=íqí_YR±v¯þWe¾m)…®Çˆ³cÂMÙÕ6ìmÒ0úêà0ˆÐQQÝÕðÐf[®ì±$öÒpBüUmm^ð‹¶((@—'ൠ+®0<ƒP½ eº·óŽ +A•’xÉV*b‰šÖVzª¥O6¥üçAv¨atS€j]·Ñºp:£•N<Ø©•»µuQžrø0VRpà%5l©²SJ†¥Zúd“¢þaqö‚£W¥Ï±¬K!`Íf*×SÍUo®®£w$'$ª +¸‡Ðvb°›˜l¬1Hªsõ#ÍÓˆ'ZÍÊ GG‚B…WbHRÌ0îE…Ïõ#.åâÕ'!Ù®nmÔÓÆ1:VŒ0…N!£¯—’8À ï(QŽ\ÐL_±$1Ôdb6·$ydÁÖ;ºÇY’<ÉxlÒP +t’²p›Ð¦‘Äòìe‰Å‘b^åqt„7À›Wbo3Œ‡÷¿À“|—TEïF ›`–&ºv4Ö– +\’·FQ1Πab™Tš»Üäq¬ƒh‹Y$’DÌIJ,()Ý·wÁ˜>‘™´2u¡2ÒÓA¯"g‚V¥¢·m„@ÛÓh“Ó õK €vŽ±툱Ù<¢OÎpî­ãÄ•F]ɹaŒvŽ1žÂ4¾Ûu¨£ã5b´Œ}Ë>ño²\(Ôd’tÎrá“…,=Ý7<W +MÍ|¦-èæÊù¹bRAƒcé,â!. + Î+1„¸Æ=â|Æ×ÖUÛ·äÆÂwð1ŽÜ£eyäŽû¢?ùª®¦}ÂÅ×û„U:RRÍí}²`»Ý#¹=ÚœØ#‚Z§cngxmj"ÎTþ”L"•dleŽŽP–Pæ•BÙ ã¾·}Æx¨ $ïoâUÚß³#f’Ç…äÞ*˜üƒy¬H4Ùé¹ñ(u7ü¤Ì§ôNA"Æ‹ôøŽÃŒˆõÃs8yá¥ÿJ”›Y‚ÕñÏÉ$ÿ*h‹4ÒŒ'sÐöÈ‚íèù& ›òæÔ)š‚í¬F­"Ø4.A?ÉÙ²”g@®Å,Ê] Pî•Bù ã¾ã}Æà +.š +7¸àÕªöµÈ7wCô¿‘½›Ñnò*ß­ìBŽ ž³‘¿uѯÁaƒesøóÈÂÝ`ééÔ¡)öM¹ë&Dk±`lg°çŽÅ¹ûjX£„‰y•ÑÑèç\~‰!ÐÍ0î{Ûgl<Û„šðlƒDß³MȇHöÆ3¢ŒÅ¡Ý»µ›ðï<Ãy¶f98·AªqnÃß“ÎmÂœ¹=(]iϹ +)è2ÄÄsnCºa9 +;·!IïÜ&Fïzÿ%ÍVf"JÒ8Ñl}²fÛÓ}[ÿ6¥ðzP)ÃͱnüL‰,S‰wéȹÉÑÓÑäÊù%&Çc79FŒ'{÷zß؆YÞ™=ü@ª®°™t!É\—ùÝ®¦WÏ0ÞìM‘ãÀ1ë+D±LT”ÊtÎìä“ÛïèYwÐô‰°Jx¸yæD8•çbOƒ¢‡ÃÍaÏÑögn~‰!ìÍ0îûÞgìnBÂûÁý›”¢T6:"ïDÙ« +G‚®¼ÞRŽgMRl|½ÅWé Á+A=à…¯(=.î‘ìC7ƒ +b@÷š¹å”eQ"ÎÖ=gnÐ6ºçTÎá‚7zh›aÜw¸Ï÷ñ +¶$žåH +›,4¯+9‚˜ÛdaàÐØÝ;F¼¤ø*x….õà¾ëô¸¸oibÐÃxA@ø¢Óñ;³¸ +_Ì9àj|ÕiàØ&x!¨‡«ÆCO{Œß[¸–PˆŒÖP“9,¢&ÛZƽ{ÆB3È  lê5¯þ5Åä¬ÍMÆ"%´ß.ÚS-}²©þ8*îqg¿PÂ"áݹã^&§¥vÚXždQÊ9›¹²4ÁÕ7;së#c¼t<™µ*õt„ÍÀ_b›3Œ{lúŒÑEU%Þ +XìîmÄ_T!ú¶ÆÞþà –•|øVbù³½È,N#fîË=ÇÛ²ðebrνe +Û)Uîžj®7Ž‹›@¦=ÉðÃ,‚€µ-ïÝÅf'¯ +M&“< _Mª$š H¼ãŠîý¹øÝÌS- •„¼ßûgmÂÕ‹-¿¸®¿ûûw?¤Do§H*ßëQÄ£)*£óò öìà +ÝML¯’±5éŸBuÿ#@Í›¿¥‰Ý èlѫ›¿xYh»qd‹¢çðï EÞDLÔ~ØÄ–<¾oùbñË&2/7 +á}! ¥í¹Ù ¼|¢XuyŸ›â»;€[A—b`Bn¾HOÜ6õöÔ¾[CþËÂp™c‚Xü´ƒíKwèl>^ÅÉñŽ‹bµÙÕU}ç®.E‚§]Â;·±ÉM>ƒÝ£ù“¹èTPÈ´—§ ï”;÷ýøãL½Q ³,èw“·ôäÃL¬'.õl=šÆ\«›/‡,ë=½op±1Êw·l?—H‹5eìŠÎûJNl\ÞÚ/íÔRÔÎkˆš¦ðë‚®]Û?òB·œD”ýci€†¸P¬Üu¤tíóa“µq}JÇÍPöï¨Hé5£}BI›òn3ÁFÀ|‚Š' (º^Òêîh…y¡ *GW® +¢[øÅ«'6ZRSt6«-·S]eo{Aÿ‹Ìõ~ê N¾²×øš/ç`I<Ú-t¨y?\ÙO–`"½Bf¿íe¾%„ÙC_L¡‚zÇ~8ËNy¿†×n+£•沎²¥$úà +†è­JÈrßÅÁDºÀƽr™bÅÛŽB(5vîã,q„§h#Ϊ-݆ƒ7_›¯×d¶0|]Ô;ñ€äÉ÷Ò$bš}«·°«*oÛ–OÆà=6©dßà,&Ké,fô®íÔ¾Že;ô.-ˆ*4cW®Õ¡iÌÓø¶Ó6‡Yî«yîóB7u·9yÓ‘Ö|ÒqJ1X¤óý;/÷ÿÏ'ÁÏ +endstream +endobj +202 0 obj +<> +endobj +203 0 obj +<>stream +ÿØÿîAdobedÿÛC + +  + +$, !$4.763.22:ASF:=N>22HbINVX]^]8EfmeZlS[]YÿÀ Ü"ÿÄ + ÿĵ}!1AQa"q2‘¡#B±ÁRÑð$3br‚ +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖ×ØÙÚáâãäåæçèéêñòóôõö÷øùúÿÚ?çON´ ûQœPi¬3@©ž+F);Òâ“”ARãzcSFVœI S1Á¤<Ó{RŽ +?u7w ¥ß×¥&ìSóžÄÑŽ½èÇ4aH{ +vÚ£$ +’3Å8óÛ4Ò9£°¤&téKïNÆi>oJcy¦ š4„ýi§Û­!£·4u/ëéNÈ'zf›KBjF(§Ö“‚1KÚŠSž¸ëJ§ +)ýh sL"¶ ¦Í*pòjsÐàcÒ“ÏÀ!V›ö‡«°àš@;SÆE.NsÎizÓ‡^µŸrzÄÔ@ñRÃþ°ÕÓè‘ÊÖºÚÐmca€5Ÿ}¡oRbü«˜º°šÖB$ŒíõÅU{VS¹2WÐv©­Ã.jšiþC†éÚ³^BÀç>Õ]ºóÍMepm®Š¾×BiÛÐò>µ ^¸¨ŒfšPîÍ.Þô¸Í)øª§õ¥\S»Ðx¦t9§©Bó‰ª3V-м¸Õhß!É®‘&@,3SFT“‚ +YFÔKm ë‡@G½RY¹$)SíLÿ„jÓ¨$­Q“»“çfª\ø9±û©GãY÷Þ¸‚ݤRÈÍ:í$¢'+"ŸzÛå¤#™Ú ƒëL ƒÍóNs[òÆ$}«kv32(éݺV”E /TÞ§XAäNeWã¾h䘮9‡ÍZÖé¶ÝGµ<ŠLQŠ1IG5âŠ1A˜£mR¾…ˆqÁ¨b´‘ÐH®’€µ»fû€ÅkD9«µ‰ ’bŠŸHŒ»<š×a¶”0Ç4õ硧dŽ´×õvÇPhøê=*ëëS,€y SÖµ vžûJûUˆŸ™ˆÅBæ¨Mn³†,+Ó5Æ´9äãøŽ) +4ŒÒÍ7¡£4u§TæéN¤ïKŒò)àqNP:ÔWÉl¢HÆGñ +–Îo´ “ÍjÚ’ŠÒYÊ/⻥`Êt#5‡­LqxAY†•FiÊyéC9íU<ù%$B»WûÍý=" –ÎXõ&×Óø§.1Òž4¹§}kœ¢•@´¹ãŠB #Ü>V9½=œ*’z +NNãÔÓƒsK“é@<ô¦ÊÄ€½ÍH¼`{S‹óÖ±1…¨‰äÒZŸß·Ò¬Ž¦€ §ã‘ŽG45½áÔÛjïêƧ¾˜Am$‡°®\½Ùfþ>sïZIÀ§´¬#ØÊNkNœÆ„Ÿº•D’ıêNiÀÑš3Í8\Ôlw·°§s‘JZBÆ‚pE5Hf,z?Ì©»Ç§ëY„üµ[94ëOõ¬jÐÏ4»x¥Æ) +LŸêÏ5Óèé³MO~k+IJ•"ïšçR-ÉèzƒïVà“zséÒ#1 ˜ ëD.LMîvþU àS»Rt¥úRÒHøM +0)TóKž)¤óÅC,¹p£­8«´SÖ2ÝNLª¬Rß%Võ55Ÿ2¥YæëRHN;Ó=*ÊÝ×[jVEÉê2ý²îàvýß©Ä1D€ÆâUéÑ…HÓyx‘N¤¶bñ‚{óSæ—<â–Š3Q§Ì䞪N”‚‚qQ¼›TŸJ«éœj¿…63RîÔà °²v +‹±«Gç?JµN(¦úU˜ºî+«¹;løã ý+Šµ'í*sÉj‘€Y˜&Ž¢³gb!pàV­°ýÒj–”ô¢Žôɉ~”±}ÁN=)¹4Òyª÷'š,x…jY‡Bi¨ÄžI©”ÿÙ +endstream +endobj +204 0 obj +<> +endobj +205 0 obj +<>/ProcSet[/PDF/ImageB]/ExtGState<>>>/Type/XObject/BBox[0.0 0.0 73.0 91.0]/PTEX.FileName(./shell.pdf)/FormType 1>>stream +xœ+T0Ð3T0A(œËUÈ¥d®^ÌU¨`n–S°40P0Ô3762´€Ó@•úA +.ù\`QÇm +endstream +endobj +206 0 obj +<>/ProcSet[/PDF]>> +endobj +207 0 obj +<>stream +xÚ+ä2T0B™œË¥ï™k¨à’ÏÈJG† +endstream +endobj +208 0 obj +<>stream +xÚíRk8TkN)é\Q/’SffMÉ1‡RÒ8MI»&{̬aÕÌš±fF3äj³‡(¢ô¥R’S:›$ ]QŠ¤ã mBlvíE»¯ï³~û×¾¾õþYÏ}ßïóÜ×ý¼†z sŽÀv bsˆY':c+D‘L04tÂ`– kXbØ +@––pøˆ +È4+ +ÙŠJ#'P†!þb`ìd2&¢>Œ!l +è,qÌÇ{°Y<À°X,#xÝ/XcA0‡H€ ÀAØbàû#(4æÈå +í+Ì‘¿QA0&ÂMcܤ À-r(O80—@rà³`ÜÉßajbsg çÆâµOé/<‹ðd*|¡D c€.àÀ:QºþjŽs "ë"fñ¶êσ9´’H^AýJ "gD +s<1;pY<<ŽÃ(g¢<¾q#¤õ>ô5.>fîuœô`!¨x“Lòwõx +}¯ñ”0D +¶‘‰d2„ ñóí9aØZ”-à ¨? P- ÃX2þ‚ðŠ +B € X +`)î˜DDbü +À£ \F[+ø*¡ã$<1"ÄüƒÉì9Â(Á÷€È€äǾ”•€ÄæIüþ¡añxNcà_³rtHCÌ)–ÀÜÒ÷A€F£†þ—-Á0?G<ño5Á·ÃR˜Mhn°­÷ïvâ@Ç"«2ìåñŸ +–7÷„ß™q’óÎñ‡³7>µ5ªÍ5õJ0Õצ5gª´*-Ôµ¾}´¤¯(ühµ-»ç~ËF +‘³Ü¨žk§æ×Ï|E`rƒêëÍ<ß8”?~×±[“3:Û=¶l›´[7Z?Ê°÷6#C: [òäžPEãat×Á´=2]ÇÊÖºŠýÕ¤øˆu7t7êÜy¹"`DûŽ™[ò|rÛŠÉWÞiÕì|µùòE(êË;ísaC¬]' +è®é<_bûi³ÆÁP¢ëµc[?¤—T¨5–,€æ­~Üì?|JÕ­všœB— &Äu‘4^¿_YÛX·.ýeÒ ­Ô=žÌBÂAw–óçiË_·ÅT +)ªúÉ +4£Þ#.S2fŠÎk¶éwI{Úßœl#BÅኋ_bCÅ9‹—NJZͱ©RÒK¯­Ü~5S;¨&òôÚù¿ î}_ªdZáÉýàwD‰¥’#/š9´Ï‹V®"=èk­Ëα3ëRR\8iKxžYåL«Zñ°Ú9Øð™‹ü¨öú –Éq-ÕC¥úÛÑålo:5§´tÔkÅäƇr«8ó}”Á´ß:Þê.GÛ9F;¢T%Æ^íž©oó›kĬ3©A–ÃBzó¦Í«ÊšÄ+k6ëFöŒš_H*‘ +Q¬ýKXIüÃD«†Qºõ 3Ì'¥Ò“R:½FÊ:}Ù‡M»m´l½‘ÃJ×ò÷ýú^!fÓóŒR*7ægfžñe¶êlQ‰öý™7êÑáÈP$¬Øø1µ©T±àW“ýÁÙ©-̬†›½ÓÊD@yd1kCòScû ®Éaq̶ [ýo.·º¶ó´R”;âµg§~½¿å©övÛ{z”?üh¿eiÆÄ'Œ[í©Ns-´ÖÕ•¹ÖÜ?¥€Ï^ÎÜ|¡,¹YÎøÈõ9Õæ«ÿœu›~}v°¬àÀjÎUEvü£cƇË÷òæÜYn3d²í~²^ó̆jfÊ¿¼¼€y>αj…ùYìØLßàÎNÝB£.¯š )Ì_Ü_ìl¶öÜ ok˜a5|žmŠsS-ä*ÚV]Ö’KW3ã×{÷_ôNÙk2úCОætõ£#Õ¿ç—d׳žG¸Ç}èX|>&ªÕ«wñ­«1 /ÙoîÈT¹ZWÔ.e*:Lw\["Ë[›E‡G:K¦_ °åƒ%®]š}oa÷”h¾ˆÒU}¤*2'EÍgKRhüê¾üã1wl²ã£ÖŸbn…§¾¿5¯S>×-œ& ^õœ½ÐZçúÝúœ{šÏû>¹€9MŸ£ŠÚžIrRmŸ[Ò\PËð.…—¥—n7[“¥c“ Z š†UyZýGæ›7¨$å.ßõcâÔì>?,ŠîZë®ú¶ø±ê¹´©·õæ›\„™ñÅžÓÃ:šv3Cs:Ïùö¯£:]- Yg¤½-w}–³T¥©z?Eب®Ô{|’;\zRG2ÿõ³S³5©"ôS<÷÷ËJ‘ oì}—ãhóÆÀ¬úè>Íè©y'nô®²sÔÉhh\¶¨QYÉ\r¢ªäÁ¨åKf£BÇ^I|7Müi™¦JÄÒAõ{¹=~O"õ¤š¹GÈÿãGøƒD6fabŸ…í"üšFj +endstream +endobj +209 0 obj +<> +endobj +210 0 obj +[585] +endobj +211 0 obj +<> +endobj +212 0 obj +<> +endobj +213 0 obj +<> +endobj +214 0 obj +<> +endobj +215 0 obj +<> +endobj +216 0 obj +[778 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 778] +endobj +217 0 obj +<> +endobj +218 0 obj +<>stream +xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö +Ž4W0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22´25âRUpÎ/¨,ÊLÏ(QÐpÖ)2WpÌM-ÊLNÌSðM,ÉHÍš‘œ˜£œŸœ™ZR©§à˜“£ÒQ¬”ZœZT–š¢Çeh¨’™\¢”šž™Ç¥rg^Z¾‚9D8¥´&U–ZT t”‚Бš +@'¦äçåT*¤¤¦qéûåíJº„ŽB7Ü­4'Ç/1d<(0¤s3s*¡ +òs JKR‹|óSR‹òЕ†§BÜ曚’Yš‹.ëY’˜“™ì˜—ž“ª kh¢g`l +‘È,vˬHM È,IÎPHKÌ)N‹§æ¥ ;z`‡è{:zFúzhCb,˜™WRYª`€P æ"øÀ0*ʬPˆ6Ð300*B+Í.×¼äü”̼t#S3…Ä¢¢ÄJ. QF¦¦ +Õ† +™y)© +©@ëëåå—µ(C¦V!-¿ˆ ©ÀĤŸ ØÔ8¦?œœò+ªuÊt-M + LÌ-ŒjQ&—¥æ•€S +04`ü´L`¦¦V¤&sݼ–ŸlÝ’5}[ÛÊ:×ÅV±êsþ<±öåMö;êfg¦Ô›Î TL/Yòjᣭ}‡Å³/Jx%[O.Ú"Ùë×÷e‘ðš­] –ELh0ݯw#X¼²¹kï?mõWž‡ ÃfÌi}$mµ¿èñ¬Ne›_”ëOðÌKyáµxß÷{׸…´‚&i)I™ß\Á~—QL¼òîóKžrûSWöÌ´ñ|oQT†¤g¿×ÿg»—mTn;þY{qÀ5½EW7ù=:tˆßù¬õ_ÞÚÑ™ºÕêûŽkò½¿óSêÝ×÷¸¹™¿ÙñÄù™à>.Ç…?Ṉ>˜mªcâ¼:?-nMÏ¥¹oþD< Ouò™8GÝ®~‘þj½©RÛ;/ª'EïÙÎlÇðZOh㉧Ÿ×Ê»,— _«sÔvbõ_Nå0Fш¶wfßÍ«Zô~ΦãõCæ%Ì*”?|Hð™_¿šmÂÒºùÚî=¸§w­Onëz¥zË6DØ­ºìÒý†é—Zän¥•Keýú#cÇl]•ß‡f™hmÝ/¸¥ÒF}Á•åçìצw9žô:âw†Ø²+¼N³wøn÷›²s»†·ïB‰V +ûUÝ—Únü6t]£vÔÓà‡Ì¾Tƒtk®í˼Þ‰½©Õ/º´-yñµé×®.3\²DqÙ•Ó©ï¾ì3¼t·û£Í ™Î‰'>²¾s^±øj“þqÕS3—òVyŠ> +endobj +220 0 obj +[250 0 0 0 0 0 0 0 0 0 0 0 250 0 250 0 500 500 500 0 0 500 0 500 0 0 278 278 0 0 0 0 0 722 0 667 722 611 556 0 0 333 389 0 0 889 722 722 556 0 667 556 611 0 0 0 0 0 0 0 0 0 0 0 0 444 500 444 500 444 333 500 500 278 0 500 278 778 500 500 500 0 333 389 278 500 500 722 0 500] +endobj +221 0 obj +<> +endobj +222 0 obj +<> +endobj +223 0 obj +<> +endobj +224 0 obj +<> +endobj +225 0 obj +<> +endobj +226 0 obj +[339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 546] +endobj +227 0 obj +<>stream +xÚíR{8Sž­IT€… +@ ›…ÿI;;TN,(TÅL2 Ш¤ƒÿAãˆ1 BD³·HÔì+²… ÄÁuËPŽMLPvM\Y¤Cѽru¼Ð0÷tÌí†Ø ¹6„Ñ'6z÷±ÚvOhÙÝXÝ øÌü¬ç[+‰\j¿A +#¢5܃ûP·UG_ç¡ñ’3º{J›´¥i??q¨{ù‚ÚÕ/™Œ÷…4¨Ÿu‘“i…Ï“ÔʺdSc‘ÁQwú»µr¸&O³p¾Ò+.™ÐŽá¾c¿~x¶-B»‹ÛíÎ_ð©Û ©·3¸G'—~DÊRí +¡÷éQNÉL¬Ož…«Ýú~ÛؘE¨@l¯^ª4 +Z¹–¿/Öv«CË´À5å&êÙ3áU’N­­Iü(U¥vØÞ1}߶íö郞Û7ø(&¡ÂžúçÅ»–# rµ7%n¬ÈÍÁÙFŒtŽžï]VÒÛÓ[ZR5UÜ>GuDZ|Ÿn3zYRmh!š.ù4øa²åÕ®hCCJHõüèqºÊE(}ìmõXh¶jªÕåÁ3!MòÈåNf¥r©mFØæïù::sl]ƒNxøÞ|ÝÐoÖ£‰Èâã‹“Ó•¤m¯ÎÔ½ìØf‰¯·ˆ?¤q=[ l²x$¬(Wéfxþ:ïÁ{U›Ù—èZ¯_×á{VÔU²Ÿµµ¬½—æ=ìýt±Ïûñ5Áѽ†ìw©Ì¾ +æ¡žŒöw?1Íò¦Ö‘ažXäþf:šGœ8?ê¤ù@CRîÕþ‘µTß;lNYÆóý+ÃçÑ})oœR‹x¤» +v‹f+¯øÅS2šãÒ»BEççî[‡u¯o¬kc¿ÿ@Ú¢ÙyÄÓ|ùŸpÍJÍРדáŸ&È9סjŒ§‰çÓœ…§Ì•Ižô¸ô'ÒÔ\7;ýÂŒôäIÐÂ쪓¦©ê+—¶X¾u‘ƸãÆÙZ²å£à­÷MF»FYMrGŸ•lác~—|¼d>)ü)/Û÷§óìRMŽýt‘ž2*ùëbi~^gñ¢~«ENÛë¡Í&9Ó½q¶›Ø†dÔ|ªïÈöy2Nó^鉻Ú'] ´6ëᳶÑ;¶É%ôDJrBvüÖò#/Æç¯%áÀ’以Ê…ýùµŠÕ9O•“_ÜŠÓ¶Y9÷¡dOg˾‘eûžgtÆí¿È-­ˆô+ÝZÙ6•{?Ü@æ«»ÂÓ»xi0c™»za¼IWS˜z¨Dvº hÌ-=íUqO¸n~»Ñ¶Š÷©JÄFß?ZµÃ_Ñ¢$ÇU)]vt-3]°pGm¯½ÑZiÌ£ Ó#-­æš§Ü +¼´c±cѪæyNšFÚÕIrë +‡ÍÇ>zo´Â™>­m /¨a…Xd¾@øK{õ»Þ;¸ú vyÀ­jmHO÷ëY÷l©Y…ï.—³­îÙÍ7®=ãý®±Ä¿D¹6éì2¶¢`ç¥ä9†}}Ûº&ÿ4Ì2º2‚˜)JéºÕÝ¿Òa#k.P£ˆöŽ3Y¼ë›Ïq_z~zu +T‰§ñŽ_=˜T£3årx!Õájæ’ʳýÔïFÒ¨¨Á`±<)à8O\¹ò±JœƒXbâá.,‰U·‰ Çœ£]=³tUÛÖƲ ìûgÑ¿ô'ÖXÜ1Ðظhp¨„¦U ìø‘|:òõéBʹ.x´Ü™r%6OqcÆ…¦¾5û¬Mˆ m&½œ558©r=¢=*è÷܈Cµ™G'†®Ï_˜|yÓ +õ÷(Š9´¥Öè×tѵsQ; t~ªØ«ÉjR¬¦‡uN´H}¤þ¸²³ +‰–»fÉsÕÏ'ÄiøÕOÚá1ý8¹V£Ëž×å=½ª’” ˆPLü&­ý GÍ2†®Ô ¡žJúh-VªÏö§n˜ëèµápØr»ml~Þdœv—Vßœ³·âPÒ~Ò…ÇïÝnËú[s@VáqŠÔEhè[¾ÊœTU6‚Ý4‘q86Ôq‹Ÿd1HÿåƒûGàÿB€Ãƒ@L„òA,÷/ð'ÿ +endstream +endobj +228 0 obj +<> +endobj +229 0 obj +[750 0 0 0 0 0 792 792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 472 472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 450 450 450 450] +endobj +230 0 obj +<> +endobj +231 0 obj +<>stream +xÚíRy<”û&BñđLòZS¶™1c™Ê>iì"³¼Ã0 3cß²dD¤,•H’l‘“Š!m²E–H!-„²e»Ž¸£nçœÛùóÞ¿îç¾ï?ïó|Ÿßó}Þï÷§¢`ç¨iB¤ãA :¥ ׂ£3¬ƒׂATTÌ ŽE¦ÓÌq, +À + à€I 7€€p]´Ž‡¨ftÿPÙÛ‡¨™íÝé&TA&àhÇò©\Ž8Ò dª˜P(€Ãæ &à2AFHÔ‚Àá‘L`xЛLƒhoæ±¢‘è€Þ7šèÿ½2˜ÜP€7ä^€‘H§QB"H‚hÛй½@n’ÿF¨Í-)uÓž;£¿UqT2%ô_u:Õ?2,2h?J]ÀoÑ° ‘Hý±jÅÂQÈš7`ß(2Ó‚íÈ,‚@ÂQ˜àW¤ ÁÛ×ÚÎX'7sõ¯ÛüZ²Ã‘i,§Pÿ?L7µ_1üOÌ +ƒ¸Ã´`08WÈ}¿û¡†F É4îu@é8 +áÞ .Báp€L#‚!ÂÍ«­E£³¸GîH"Ù\&RÐôMöahÓià´YÁÖQp.öa€Q m=ñ'¡Ã%ÈAQ m&÷¾c]®ÈÝû&ó÷Ñ™šÒCÂ5z€&‚ÛG =,òß„„@¤±¾ÞJî¾c™».  Ïé„ýñ¾ço%”Da~íº¾u¯©wmšÍÍ{=ḳ¼”«­Öû†«]WK³%EǶŽÉ¯A™Iõö31iúÖÇ‚¼Æ²Ãî@]ç³±¡ïý—ã¦Äênõ.|DñÚv·•d-|”;ûx*ßNÍÜi\ð•O“{PMÓ¥x]=W‹lŠ3ûdµªŽ‚ƒø…€’D${(X<ãÿPg\”/[è¶úË9z}àöÕ_…®¤¯{,Þn­Ë[£<˜›¨@Ì#§¼Ö#ßZeV•m8˜¦ˆ¤ö~a¾M÷˜ê-÷¿—†Ù +•}bY1lr¶ýe2éÙåÿöðsà€IÊÆroýÍ%¹ŠˆÄX}ÓØ/ÏÅ÷}˜^&Zºø®ÊÈï)Œ•.i퇑"¿ ©N˜WR›¯ˆŸ‘9øN"ÇxO@Õõ¦U'¢ö¬†• îõ„ç'£ÑFŒäËkÛxâÕ“¼ã¯+~á9Ίâ5õóIË”|¶ñDœý‡ëœ|ó¬èútábj>"¹%~—Ë“mÝ÷×bx««Ä¿ <´Ó}ZŒÊkÝvo)áAÝžéULß/ËÁÃc¢x_Û¸ÇyhGeItˆ®6,5¥ýĈը^GK™ÐÝ·çbßø†aOÿ|)s~§  ¦²dpê³¼Ù‰j¡íySZ÷³nr cNä=Þ‹dcŽß¼Ú]ñÈP¯RÖÏRµTl;*E19Gïø²ªÔ«³%*wX!Dh;×]­¡R÷DY^§Úª¢|â…^±ß:ý÷–ÝçÑ@µhvV²L +òAîZzA{ Ï)wéÛï°ˆ+Ë{ñ}ç5EVãËDJ ÷㧠+BÝ+(ëç í®Îe&² +æ½½Jbv{dŠþlk¨rä¬|ELx¨l?áPï]ߣ ÑBÖ9ÝN±ÐÒ +Rì‚}4]àEiÔÀ½)!Ùó nÈHÀõ`¹å!E +¿¹ÜÔÙÎÚbúãg¥¦ I+ÁR=O ³ƒv#ãMs›BèC5½-ïPã…»ù÷uݽrôæ +^ wâ&Öè逎¥JðÝË}†ª„ÒjÏÊAꂦ"ÃïÕ„G ñÎXGh¼‹’Ûê*¹÷_)IŸšóâЮ,¸+ÙU³úy½0}åY{¬c›Æçtiãqý³[•åÝ\:SžLjïùŸî•Õk¯lì4z +7½ãqÞ§Îû°|ëðŠ€»rבì5¥oIÀôA© t¢|½#oB‚ì®ð±äßývh‘ÞÊómÄÑÂС‡Ÿ²Ã¶KX²û˜Z'â¤ndâ?¨ ý¦m&šÞ‰:Ûž `K:ò¹óŠQÚ¦í“###íÀ5v,\úFƹB%H‡AsW¿wÍ ñ§,z\ʃÀÿ„HAç®C²Å%´ ›¿ˆJáïk2wtHhˆGILÆʹ—­N„û'Þ|š›½3±TWO¾†Û-¾5bôH6¼,MMÅ Rg½ÙÝgOÚÔ \uä9  i#TsU‚`ïûÒsz’ ¾>³dûì¤|žiñ°Ó3cQ ËI¨(^¯ôbŽrSAŒéqu/23øQçLËKGüä±–üŒâI‘ËÑúRÝ®Ëa¢——‡z܉ІÃ;Š]M©"žÑÓóËg³"²ù°øwÕÒIs‹­Éù¤°¸ãú!Õѹ];¶éÂÑVýH§ÎF®ÇÝê9ê—R°«EËÎýQJ*š¤äÈA;ËðÅ(•Ûjþ‚he—§¥[1,nÅEøÿ曧ä üë¼ ­˜04YO±Ä_Ë|ž«GÉòz ¡z^›iÚqý°›øëü-êr ûìö%ÿL' +á0§†q¬qcm!¯F¿Ed©.ýa?%º‘óEK ÅäLk÷©¹3©ÊZÃæ7Œƒ°’¼¯•Ý—éZ² â9š»5Ø«‹Yg²úx?©vj•´òÈhŒ1~}/dz^%~ñ•z6yײLZÅ8¿Zïþ‡4>NâHTxæìxýÊtûôâ-—_s’bêÞ‹c6ÄÞ³“'Š…{óÕC%Å.ç/ÈÚΰ“£”|Ì*pôíÓ©»&›vù¢LΧ‚·‡ml†Ñ§5á= +¯“’KHf”•œuäâm›Oj=Ð5埫§*K럴eÖ™x}Áp’¢šDý¤¼0FA"Öõ¼$Š‰†|ñ*IãÂøÆ8†ÝšUn^9{FAb@èMP){´ˆQ°Í/Ëj¶µ¯,«‚ï% =ƒm¾ó¸J'¥¸Ÿùe…lòZºH­9'ëàèÏ*o ×”.B¡ÀxmôÓ•uÕè´\5õ*ÊSF5`sÅÓºT¿þ'ö8R ¿Þ¢Gܺíª9ϳmêÊRU¦ŠÝÂ'æ6Ò·ÉX/NÒFQëI-e¶ÍãfŸ" +O{V9ò~ÐÊß3èñ¾ßæ~QåŽü«î¥šr?ÎHö©~ºšHœÊO}Þ"ÙÈ~fR„t5c¥_§÷~Ì€_ß™–àŽËW^i2òuOgº›o€ +?¾—YxPBÉ£çôQÕÆ«ðEùÜs¹H{äñuûJ™̶úÚÃw™BJzE}Bjœy÷cž´"”nkÛ¼ÃÈllH†aÊ0´Uf½¬»¸9 ý¬’/i-€X«=Ì8À|9®º1Š}¯LåoYH|P½5Gº¡MªAþöåÑKÛy\θø|*6·—é³FWY­2qÈ¿óž¼ÅóeºòÈRõ9>·™áXÃa±¨Ž9Œ6ì?| ÿ7øŸ0 P@ƒE§â~1i» +endstream +endobj +232 0 obj +<> +endobj +233 0 obj +[569 569 569 569 569 569 569 0 0 0 0 0 0 877] +endobj +234 0 obj +<> +endobj +235 0 obj +<> +endobj +236 0 obj +<> +endobj +237 0 obj +[778 0 0 0 0 500 500 500 500 500 500 500 500 500 500 0 0 0 778] +endobj +238 0 obj +<> +endobj +239 0 obj +<>stream +xÚíSy<”mÛ¶'Bv²tÛÊ3cŸ±ï Y³ +2fÃ,Œ!"Êš5©ìe ÙÊ’ìe•ì“Ǿ”Ù[ðN=ïóô}Ïûç÷ýõý¾ûúç:Žó8ÏóøçuK‰YÙÊë¡hcž$Q€À S ÞÁ`))"AÂð†@ PUà\ PTÀj0%˜Š‹`@ð !b¼¼I€´ÌO‘ ‡C1H°@¼Ñ8j +$ Ø4)DÐÃb›Ÿ€ +:M B£X …A’´ÏúéÉïIÔþ¤Q~…‚ÐĪ)@ú—M€jEÀcCÚ“tž@톦zùß°õÏâÆXìyîgù_“ú8‡Á†ü[AÀù’ÐDÀ‚€Bñÿ”: ÿ4gFaqÿŒš’X Rï…Eòe°òŸ<&ÀŒFYaHHoÀ +@ÿâÑxÔ?Pç÷ËÈÞØÑÒÂAîß«ý´B`ð$»?4þ­þ…!¿1uHDL0+€Áªzþº¹þ£™I@að^€¢Š*€ !,ÔGDE*@(ÀàQè`Lu RÀHÔ€:™+€'Èòs¯Eä&!~²¿%e„ö À`©[þ‹SQ@~ÔýP¿)(Bp¸ß‰ª`„Eü& (‹ðþͨ ½¿‘š2ý©SÕÖ¿5fû7‚RK;ÿFjèw[(Õ›Ç߈ú(Ðo—E* þ/Ú$äüÏéë‚Cå•yEêÁÊꀚ +øÊ"‰D4žô믠îý/쉡>4:d¡ŒÑ>ObËŠúËe„³J£ûÚcgi(,Ojp +ÞÚ¡E78c8}0ÇÓ?›UPž*Ó‚OôÂÈ¡¶ ˜1N2LA¶í‘5䲋Ý˼îNÜÝø”“ó~ +rkï%¶§‚Ú™/AÔ +?'0”Žìo†ûF¼ž¦°f¢$ÒY\óZÌï í?N¥ö~[1!(Å/ù]²·¹(‚¾°eAó,至´~Ë{μfäøž¤8Þƒž³…1 «Ùçg4'´Ä²µ›Í,V™çÞÉ@çIJŽ +˜F^I?ë`zaG¨¼€ Y&„Õ2)¤EWw:?ÅiãŸÅÍW[GrùV÷+j݆ø5Ü‘²qÿº/µ!™Ì°åúýûäîa¢àÓ5d¨ÀC:9õ i¹e™>° ãàu²˜ÂûÖ’žÎÙIVÝÄnÜ™°¦= À:|•gäÁu Š"Ëì+.#ÿŒ…³\m#9ÍÅ(˜êô¯9S¸þéùÓÄE7cø¤{«Ý¨ÜËÊúŽ"CîÊ8Wr£±q‘d#3alNŸ_L›[Xƒ÷¸žË¼àBy6œºâÝÆ¥òí«HLõîÀ…·éÈ +ŸKUE¢„|SVìdCÕWéÛÍ*ÝCúÕ+ëÈ=|§3PvaòÖ¾efe±¸/УwÊ¡Õëúü°¶-½ÆžyÄTà‘´YĶ¬L·ÔÅW•_HÇS­¾º+tZŸvâ‰øù‡_Cƒ[-/ªh¸x h—ÚÜ/½±öeTY$þ" Œufl*ègt9=ü0zgÌ$•Ó¨±NÁ(Ïšè™Æ@ç¢ÚîsJh9VÒ~*ø¨cvO×Z^‘ÓÓ.Œu’K ù&…j*ÄUòH¡xæ_ê#¼¤)d î.Ó-<¹É/1Ö˜$U²_W”n +ŸÓ}¬*F2ß+„ámO™>ÁÊÒÐM0ìm¦ Ìo¯Ý<«VŸŸ‚Òù£ÀÊy§à›ÖÔ»oW¹_}Nx=Þ¢dáiq·½ãÎï˜hö¤Gk|‹<'óâ %±‰mE‘6ZD'OF.-U`hΖrW£J$âÒpP®ÚMìô˜â>½ַܾ6¢€•XúÌþ,ÅR´Só©“iâMw¬{x +Ùe2¦Gò–æ_2æõ¶7Õîð Í´Bk8Ä‹Í®_R-8 +Ý‚Õ1û6Ÿ˜Ö©ô=ß›+øm!²¢;檧¥Ø—>ðGïYb®Xá¥]Áº\“ïD®ut0÷ef¶?"ªŸ6eõ:xÆsß8J//³”Í+o‚Á{¼6GOÞÌõ¢a +òLsH«iºV‡¥Xû<è¿#⧜îsøÅŽ`Öwx±>Þ`uõ•bT4ñ›[â1´¿ÑmÕÁIžUÉê&gé‰7­·óaÓt +íµÅÓó¼twîÒ…~ƒÕ©˜íD3$û+Ú>Jú&­©~9ô{ŽKMwÓ ùô·±}¨ÐÔ¯¸\͸v?ã¦æùä­îý‰Aú/¶4ù&‰ôâ@ jß@€âçšNõ‹÷Kk±B¨™•…æë¹ú™fLobû†÷FT½QŸ–­¨×Û2‚ŸA]-WÛ:|Žr5·¤¼µç7Ú·Çšµ¶Ù:5—ÝžaO*ž8&IÉO“5z}e5{‘>ì\¦â±fÕb½s$I–éÃ5 ±ö M– +”¹ˆÐf«äYÝÜú(—UË€,ø}lhmx¤ ÍøænäˆðÎrX”JªtqmÎI]…iÎ¥æ:’o¦"”+˜n–{Ÿ×ÕJ»ïÌê¡í8N—¬ûÃAêŒÏFš¿êQLÄjˆÏ~»6Éühnc À+~+¶ß{´ÉàëªÌ¹"|ÚâUÌ9Ñ,£âLwn«w|"ÌwÐ|9ý²7nþ½Sà4Ý<ûîVxX +‘(ÿ*¹¿*Ôû´À¿–D×p±Wût{æbR•Ä’DÆ|n€Â+ž˜éºq-ÏG'¶¹Ûþ¨¥ØƶðLÛ_ÄàEΞ­”Fˆ ½MeY꽸{ÕÞC^Â{CÅ!Z¥(|*éÈ– ŽáP›Ñ½ûÞº")_Œ.Ù®O?yBlKÅ\]M•-ñZϬR}u]ÚxÝ +oZ9OŽPŠµž\n+„¿ÀFË”t#|”‚wßÊÜT t`ë™X/ò¸Õ2(ŽL™|$æÞÁ[!!|æ)õCŽ_òú†„™ÂÈ@YOM6ëíʶ9Ûg¥Žã6s„w½ó‹á&”ÇÝ<7H{Ï2µ(ŸP™(ö€pÛ^ù@#½3ýôËi/…‹w3³èëuJƒhUoãƒ'?´Œ’•G5Ç—yøä%,_º8+Ô7Ñ€tÚW.¸4»¿'SʯJ¼ (vn.ÈW§«iâ`¨¦ÂÊ}u-dï™#å@'Ž9îPH›Ó<1þZ,\ÁÁÿ}- ñ½p=ÅéefðD…vØ~±ûñþNæçG SÆ4n6/×H»§Ín¾TìIWÌ5ÁàÔ*à‰ÝÃî³O %½âÎ*™‚Šfì’Çokг’Óg¸"IØ\%ÉôˆÚðÖ“Ü$ŸÙQGùÛÚKüWâ!.Wú€’t?{þSGßMÏçUÏrÞµj°<¶*°oÎhºcy¹ÒX`9eïš¡êåäÍ´ÝØrÖÄy[fnÄRü…Wúÿ‰Irîë †C}ñ"%Ë këÎIwÃ÷s•SÑÁŸ­¥}UùKÂp4M*ÆìÝ2d†7Ç»óN7*¥ñ1™®- +tãÔš]ÓÅ‚_ ¤ìKrpª6‡L]’üPñæÝußGMxSþÍ=‰'šš•9Ý­b6½bܘĤÍ+î²ÉÌ^7!+BÜço¥¹2þú¹K´.âP-“¡ŒYŸ>ÃT´ÈeµWL˜ +óÜ’àte®ø9º# rŬq¤“ßâב[t.Ê<»C ñ`íºÔx%3v%ZQ¾«÷Û–.˜ÒDݸìB¸¥87Ƽ+;Y÷@Ã%´“’9!;;¨®”Ò +‚ ă’c § @M‹Švún9Ö‚¢Ý”/Ï,\yJ¾ m }?Ï·Ã÷uiÈœ%’ªžìÿÆ0CÚèF` ÿÕuV +-‡é£V°-@ÆNÍ5^Èùiimb7QØ-£y_r9d%X:p >3à†î½²«ëÇM” Øí(ºCξäþy¶¾^h”ËêèÇÊ´ÝW þ ›·ÙJÕâ²á;{A‹~ã‚9¬Oùù1µvhH,Û}€&vuzY•Y·œê9ÓLÈcªùCÃÚôG¤ŽÛÿRWÌŠïcÖ Í~äXÒAÊ15 ö5×S%Ã{¥q½ýi®÷™tïõ?x x¼¦ûH‹â©Lãàü%Ý(—ÉÖ²XC‚öʉMúx㌌µ¹kEÍÜ­8vðr\DÞ¹ºþ‰èAÝ@×òâÈ ÷×q…žìø³&ÌUª«ü¼“ÒÑÑÏ_Ñ°íIJÝé4iFEMcL”UñF³QÅ~Ï5Î>[Ç}à«>.á`·7+(ô¸µÕ?I‹1b80Õv/¦Çšý¾WUöQ† eþÚ@ßÐØÒ!÷¨”-Ïg½ò +ë'Ÿ–2]DÅÔDâÊ?Šì%/ˆ(Á^«ç|ÕÛT …,J® uÞüÄë~&ýmÉEI5>·™®E>þæPn9ÃWçÊÎ{! ‡­Þ2Ð'u¼¹›û16.JSðC´uTMcáqÛ,Oo\ßD‹cZhÖ¦Ev„ƪŠV¤]ÃÒ©$JH¥ÕvHý£m†ÓKÉ°eá%±Ò›‰+žqœ33± ºu»ÞÁxû»v7ÑÞ„UŽâ2Ñgþtòƒ›‚HÿÞ8¼HÇæžY ²™öÎî»ìÞ£mOòBï]NEG8½¸¦$ÀOÒÑôðIn)˜õ oÌù>RAþv³Íܬë+›wÌoøVG«gü÷îÕâ«I¸îÏ`>·cy‘/Û½¾ùrM0fu"ûôõî²8 ÇÇÙœtµøHÏâµJÂͶ\C‚`kwyÄG>¹6oï‰oßµ7Y1=/_+à™D»‘à–;ÙqmÞ î©ìõƒ[jèÒ*,Ôöl${BhâBÃLK²’Œ39Œ\ß™ åÏHi1V¸¸·t”~"UŒn[òíצ†¬Ø¼µÜ`ƒÈƒK"µ*ÕÊ*ÕSðœì‰²¨Œ§}i5§E¿xŒfKï +šJÒ½{$Móšé§ŸñÎÝw¥Û‰¸¶XµŒ\`‘ö{ªgz]g›]{î<Í(§óø!c£¹äµäxÂ…Pá~ZÛ¤†>eUÍ[Õöq7ÊØ/勲îG¨‹.†x¦'²ÙË×Þ¹·G[„H>‡âÊ«K+…È[ºí‘¡ÁÙúi²á¼²æâ"äi>æ·@TüõذЧfÝ.XHZh$yßËD +£cJãKªŠ„<4Ë[à.6褵mGH6äÊ$ii­snÀ0ÎÄHÛ’wî”ë€31gôëîj^s°¯™ †3¹«¿ÈÔ[øàÎ|X#;'ßp½›Ï¹ã¥Ùòè«õ„ÄM6n«òÙ +ñ«\÷N¶ZÄãœM²ñ)ì¶mt|jyveá¤ø¬^‹ó9¡rÿ€ÔGþæ{7g„aÏ—î|q R<¤•)´q³MY&•-`nhqpUn¯·u;:nYrÂK²®B©œ8íÀ¬ÔÖÞç÷â?œ™6trãù"ž—Ôy‹‹)¬~ + Ù±Êï\vFó\çõ Ç[‚º=Àp%î²ù/|›òý\áIå¡œ['¸i¯9Ô]r¬J"†[RÖªyý­ctâ'Ú"/kxìd +Xqvê%ó™hK.ŵKC¯p”ŽoáØXméŽìx2#sEÂaõÖlµ¡ÁÂ&Ì,ù$æÅÀˆ·V z¾kZÅ”g”ÝlâúÏ‹àÄ/²ª틦[æu_=ÐTumùk?ªxu˜B%¯Ÿ¾‹¬¯µqܯ\×ï>Ys¦îþbU›7Öl¤E!Lós„ï‘ü)¾Ã6N[õÇó©Á’u' Ýè +šf<þZ-vï+3+øø±üÿX4‚H"àD_–7ð› +endstream +endobj +240 0 obj +[566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 278 778 500 0 0 0 750 0 0 0 0 0 0 0 440 0 0 0 0 0 0 0 791 0 613 0 0 0 0 0 0 683 0 0 0 0 0 0 529 429 0 520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 572 490] +endobj +241 0 obj +<>stream +xÚí“i<”}ÇŠQZHYÊ5Ê4e± +‰Æ>BR‰¤L3—™ÑlfÆ2ˆBcIBdR¡„d©( Y’ˆŠDÉ–,#êÎ2d-ÏPÝÝõ¼|žWÏç¹®7×ùÏùýŸsÎ¥ µß§†ÆÓŽ4*K +¡Ž0LmÍšB]S¢¬lʱ,j†eB_ X{‘¤€D ‘Ú(ˆ2`J£³$‘ÀM·-$éh +È á°TÀË"‚KöÑp$ÅVÐd2à°PÁ@&ÈðñêÀ“p,àH Q! –0Tw ÷ýïEÿ‰¼AS` +€/¸Ü<âiT2Àƒî +;šà2P`å¿áêOq /2ÙKY_ìÓ¿q,…DfÿÈ Qè^,ØÒð ƒúgêAð»9[Oò¢üI1,,™„CS dÐü~DbZ|A¼=‰…#îX2\<©ø?M:·hAcê´³_åÇL¡=–DeígÓÿ–]È^Œ¿bA$_ÀESÐ_„ Qðþürýã2s*Ž†'Q RGÀ2X6D°=‚HðG$*ô@_c +u*%(M9¸Ó…‰"uc ,$ƒî¬c$a/-$ AÇ2@ê1ùhý ‹ãý +¡P€Ó‹BY\Z<‰I'cÙC„¦ö÷ËŽƒ¬¢ÿ`:³Ÿ²¿ ùÃ%‘E¢ãi>‹žþµþÀß÷î×þ÷¢ÿQ¬óüUúïC51¡ùú« ÔÔúº‚.këhzzÈ¿e⼂ְÿÁnüŒÝI‚MA_yûš†Ûê‘XÈÉ +4Ok¼)º]È„p?Æ® âÕC‰ÖX!rFÝnÏí]ùN3ÙIR’«ããD:B=ÂÄŠTÚGi¥^kgÒÄRÏ;Zé|SüøÐçÏÏçý,oD“Zm’Âd*sHi»®\ùá³Ý»ë.á0¢ø–Ö–ûF#v¹Aæ‰7r™Íæ]²îiEÊ +§“0ñZÉ /³9 +qάhîÏv[ä`É-Š|¸¶Þ`zôì ‚Ìšv +W£ÌÀí¦²×›§™¼P‰³¹›T +aî¶/+ëóý¯{£}›zz?ÏuVç +Mh®ùZ~ï¯5?ïµÏ–+®QwG¦9°Eö-ñ{ïbÒže0¼·¤®JrNòB½ÈF¾ãúmA=¾±{Ë%–•ÌušËªöu¯¥âÃzQ.„ñ>AÚx¸d;;V¢ªà¯þ-æ„{>üCpésëÎn ×®2ž‚ —Ë笈¹´¼¤Â¶úR•­ÙÛíž ï6ê=¥bW±ü\r\J…¨ZHchíŽM…j¿Ô«½ÛQ/œ¾­c%Aº˜+[}{ §É㉣¼€[˜ƒo8àßáYíÞ•÷óÑUPiå¤6”f +Çq®È†Û^=#TôzGÚ¤Úè’/ðèî»í¹aÐ>å‘—~O˜a÷Œgó!á]¦g1 +o:u®Š}:Ú4xÀU¤y +‹µÒI9aë»B+¯ +Môý¼ku‘ûd„•C8Ê#Å–{‡|_cD•’ü:ÀÄ©­{4Tç#ºÑ–(CJÙå ´fÞxžh´2!¸ +–É©v®m€¡÷ááÖOǨŸˆIéKÞî«•ØÖ#ÚtˆñA| !4yhèC Ò~_ yßýËÓÙ+9ÞG Vô´¤ª +«¤n~³X³µþ|&ÿD +<¾°ö5›°ë¯ ,^3,í•¡]*gÃÒWs¹¡æv²&ŽÉš|÷du•ë¨¼v±2VÄ /Ä Ê*º^æ‹¿õ“W,’=½áÒ·;K7Sªšç-— +áGk,ªV(yàOBŠd zégž(š»9%‡êî,¿‘?f÷±mÿérút^£ÚÛÙ‡aÑÂÜÂem<Êü\û¹ê­8–˜RWoþá±ê/a&éÒã}b¢SjwZP¨V•ÆÎwÕ±"Ë„wÑô¹`ÂäSK»¶½ðÕ{zSÅ55äÏ·äJ¯ð!3#RÓ}ú·à*駳×MË(]¼Ç9íUÓ~<\VXaS³äÁ›q³=Ùrχb#>§Aœ¡¯X;]»X{Méæò†R܃CoâêJ"N«O÷° Ü$5c¤ Åu;` cv†Ë˜xbÁÌ »²ó¬y&cÆÁÊ~Põ³Áî0ûÊ˽‘Ï«Å  +“ÖÀ0—ùÑ‘BôKæéÙ×ìÃeóE +'d’Á=KÛ + ­žá¤ÒåNµ˜·6­‹? º=oÅZ¶v%mS?3sµâÀØ¥ FUâ’±je0ëP׉ü’Û‹\v™=uèý)[Ïík[×N?8_BPð‹ö•x¿5šÑ&…ÃHZ(Q—fv÷ïॠƒ¦Á¨Géðû–Ç”¶Xêh–h§…-¾vrîòv1‚„ê…s²I׿¨»væ~Ó…¯íXùÎшÖɵ&3‡ö¿ õmU~ƒvŸ,ߤâ'ÙÔŸµÄõ6îF`ý{Ôéú3Ï£o—K•¶Ñ!ZØØå¹€\Ì°ÓDàò"^€Jÿ!…#ûM^OôûôÆ'ðñ“!˜òóê6ª•‰“qý7²X‡ÜÐ/^Ý6ÚÿÙC󅹋ÙPÙà€þÀúàý0Îc+ã”+¡7›ü—Ù~q_>ÔQ ;μ0›•:æ4j…¬J€¡‚Ct8¡ƒ½lÙG²/ÃuPœ¨hÊÔ[Æ†Ä +äC³>×uY¼Ø› ˆ‡BåZÄ›á¹r©›JRâv× óÓê7­ø@K|°¢~*’g "yq¾7íÙ•hÈ^·YxÚ6/²úpsz + +Q6 áÍÍÓð»ºîSÆuO‡R¨°‘q¿»Cœñ™ó:{õˆÊ9E/­ƒo©%œ·bϯ6IeÏŸ´hå^ ä.;Òayò|Uк×kS—Âj2 ´æ‰àªÃxºì Öï?™ä60{ò]mÚð”{ׂ“{‡ÊdÞa¸@­ÀÞôŽÛ ¨m>Ó±ÚÁišY=dIÏl¯Ðí:ñH×ïðû#ìi }Ê´ÊIæá%›A4^EcL^IÍÌØ-MÖ}4è +F])+2Ù‡Qmî–8ûì¡ÿ U*çT=\ó?| ÿøŸÀ‘A,ƒE£`Ç!ÿO®2  +endstream +endobj +242 0 obj +<> +endobj +243 0 obj +<> +endobj +244 0 obj +<> +endobj +245 0 obj +<>stream +xÚíRy<”mÛ¶Ç]<·}±‘="dOÌÜ™1›5‘‰É–R*[‘]d'Zì{Ù*{TB¼S}Ïó¼ßóþù}}¿ï¾ïßõ»Žã<®ó<îó¼$Eml 0ž )M8®¬¨|0²‚)CeE(Ô")i„=H Ú؃ž”µµUSГº¡~'ÔÕN¨«@$# 6‡ôö!2F²?Eš€ˆCÂ=Ѐ•Áô£æ€{ [  ‚ +€ý<` Ä‘@„"DY@ áÀôF¢!J?-™£½0€æoAÄþ"8<Õ ó˦,@5‰À QAô‚(ÅP«T/ÿ¶þ™Ü”ˆBõðû™þg£þ#ìá‡Dý—ã‡%@`…A€8ô?¥àooV IôûgÔœàB +ÐÞ(€þ¦xSd ˆ°Aà>€— +þâA4âŸ&¨ûeA鬕Ñi˜‘üï™þŠÙx Ñ» ì_YŠaå¿1µ;8d ॶW™*¤¾îÜþQË +Ç ho@E]ðÀá<‚ ÔÛCEê@ˆ2€D#À@ ¤VRDcÔ#µ'—/ òs jª€EÄÿdZ€R0ˆÃüMhJ4øV‡J„€¿ãêÊTìƒÿM¡(yaˆ¸¿ j/$éßj€žúƒau*I úoFPú=Ÿ¿M@ ü7#Ô ?‘z~2ÿ9CCL`Èqª?êBí ª +hkh_þoJ8‡Ñ„_œ:È?±’:v áÑ! \‡ì›VUfrïU1£­¡÷³„³Ož¿m`I¤EtŸñ—›ªpÜy˜ÉþÀ¸ °'„¿^zî¥éZ„BúàþéâBfpãçL« y¬Ø·È%Žºª­euZë7S=E)Nùm9ëíKy62Æv‹‡&Diš]HO›³ÈšŽ¦™(ûèkRª¢0Îtÿ"ŠZôdgJÃdd˜o4sµüø¦žÈ½sùNò¾ë7¾›\ðzUØ{9^Ø¢þra~4'GùAkgé©,ÀÛ,0Ž1úÍ#sy¢Js‚MÜ_¯ó÷™P¬Hk +5õŽ¢?$5ܦ +æÜUåÝ}ò-FîCדîaÝþμÿ HÝÖ¾[&ùŠÄLøZ(G2!ïÆyWYgFÑÃ5¾âüÎm™Y¯xƒ•Ù·²í + bXý”ƒâ©L7ƒËxr–sÇ×Pv/ÌÚ“•£µ]×æc.n¥°å™V?NI8þÔÆ;Ãø ÅÒWg›·q0.«½7Vvt¡M’Ü“\øÔ)؃ǶUwÃ"æ"RÉ}ê^Bæ|úy¹¹(¶û(èÉ…¦Bö³&ìüL$ÒBÝS¹L‰GõzeÝ!Á:û…Ö+Ú½»~v.õ­¹Ž¤!=ÌI±G +¬3K¬9dùÐTMœ(%³ê·_•ÁiÄë&™º5JoÂM›…Œ:p½J:¢ +g†ioøç=°ÌLY¡I¾¿ :lÍ9ÍJ‡ôå{´Õ%>\éš©óL¼æç¦]ˆ *w¡?îUµ*Óä6‹3ÝÌØÛÈñ¯ߺeSû){£&´©£7Õ<¾79VŸ³ + ^þ(^à4íÀ 9Í„—Yœýþâ²¥‚œ`DkÂ6SÏ·ú‰f.î%œ²¹wBkÅG”ÍAy‚­]²Ð§ü;FŸ­}{>9ÉÑ“Ô‡”×uí6¬ qû°UnûŒsW36)åTMHs'L]°ð+jSn¶ã}Z,Ü|í£7|¬°[‡//Aº¶sÅÂ/=ØbÞ°–˜Z«¡ðò:Øê4?fÞ+`iË6}I³Ä˜ß"ã®Fèô¿p!>Ê}בݶò‚eÎzÃe÷½>ŸS?'/œu5ÙGÚ¾¾þºÅA•·ôüuäÅëYZ’7&¯º……LŒ‰Û÷mH«Ÿ(²§Y”—C|þS0ü84ÚQ°g$y–ý¾‡É€õñvö¢W߆Ñ7)‰2Öä$þcMˆºezZ}•3峌º«ƒÀKvº· +Q·ž4ˆÝüv#ÀÙjL˹Ø°–³Ø?رÐL^¬#©@^ê9qÝÁG´ì–M·V ‡Û©óèJJ•/í¿2îÊŸÊ­ñ‚ï÷» ÊŽ.v, +¦ôǸŸHgåF YÐâ GY7rõS?¸å…A`¶GRtÑG½ö3~,ÔïtΠ€gЛp•4ãDÆBÁ2­·ÞŽ‰!xèuEstìÅòo°e‡ñ0Ï2[9/Iín;Í­’±ÏÞĪ¦xï@®°\ñ +%NŒqa÷ù 4\«17rÄB”z¹ÊGq 7¼4c’ǘ]íbF^gøÌ—30;ÎÊú¥ÓdýÐbz©Ý‹9]·]¡Ûàâ„5+ ,¥Ð´O’}¯ìªtŒž`JNB>Éu¤iuCƪD&×±eÙ0ÈD«‚´ë¢»DöË rãÚ’ä~rÌÂkI͹›ÝÔA±ÅÚIÇAVÇXn£9M +Õ1QdË(~áb‡c@¡„¿]¿¿«ÿ-¯K'Þ:X;ï°jt½ÂÝi°á®¦&ÈR6¢@rlˆYY²€¸½³/k¯:_÷ +;ŽNr¿Ð¸åRÖ|3±ò&|.‚ymµ<Ѧ%®¸ïsÏjBO; myx# ’ér›ÒÎ$~èݼf0YW¹¬ëÍ!ÀC¢uéÜÀZ*n +LZªóÒÚXÝÎp¶µWé³n~âÌuï£j¤^ŽáúÉÁì§ÖX«pRIÁZ½L·v_£aÅÌÈPÞH˜½štèˆåÛ¾ŒîÅ~{"ýçB/Q¢ÿ°ÞÖ´yÆÀÚ)µ¸ðÃæ¬*·HNU'­–Ô…`Ô´P™ÄWL¼BiÕ.nÒ›2VµèØoñís–rÜŒQ#Ïä<®ÍÕdFÉdDv¾wþD²â¦))Âsœz·* ²Mc9;q´Gë€w*6q(ÌWH‹CþÒ(O$Š˜+jbùLϦÈyŽ6—á‘ï2Œp•u 9¥¼8ï4Ùóňÿë&Ng2Še*¡úZý†Úåõ„Bˆ«)ý8w-!´^ås[ÕGlsWq«ôak{¾f9‹Ÿ³Iã+Ê•\šuVÎÊ”¦eOƒ ?ºZg@>~>®Õ4™3›„í1ÂM_¶à‚ûßyɈ,8SÒl +çS+RVÿ÷ãoÕ‘hF‡`.ò‘…̸‹À +ýçqxc’_ŸmZô§”žw4áN#ð§ñÙÅÁgÖ9tê9‡<•N¶ï0ZîöZÀÄK-D•UØ ŸÏs1“ƒ°°0E“Ö!~AtÖVÔQM‘e†÷Áólò©mó-Ã’wå³ ¬úÌd²y+.Ží!3oŠb~i¸OK–Ζ é’&®Œþ˜MÿVû˳¬ÓAŒÙð"îïÚUlOvº‘ñj¦QëžøCbë-˵”ñA©“6^Ÿçù:S˜€ÕýßI–Ý“.=½Órá–ðøÜçäç‹tPiºˆ–÷×”#ŸÑ¼«ŠÓÀví=NHº¶BÛrz¬¾ÝÌÂÊ/oø«»Xú\U=LøÊú—¬º£¨²dņ^-»†9F˜­ù‡Wêb©#›RS;r­O¹;VÓ;kÝ£k /g_’Ò>ÔÙºÓ?æâù8,Cl&áõ²t>”ˆÚ#¤Bj¼!wgÖ½/î°/”WõIÊ¿™õeÁûú.öIôH=$ͬàèMæÁ&ß½ëè4#K\ì:ÍTŸBÿ•î–ööè7ÝEÉV3Ī1Y…•!Øf¬“(íòþ\XÏÎpx0 ÍBÝñuw¥ö ²ÅÁôˆôãLÊÙt­§‹àáÀ­ßƒ1)™tMÏk rëU£­(mQ7àËV<ƒÏêó¼' ôݬ–½‹äU×·ÎîKÑ9|µ²¾Ä5óR±îbrÛý#veQoµžž×=ƒv/H+érˆ²ŽYQåäµw KÛmô‰ ¹ãß™æoæÍ ª£ï̘WlU6ÃõNæH¿+?5gs-kü¾u¹¼Š/ŠëÔwþ²È$x˜]ScR&Z*Y4avþœ'e‰:aš*ÌØ¡qžžsÎÓtçs楨֤¨eýRÕJz×AcïažMóÐÿáùÿÿ'ÀQ Ž€ñóÀ]‚ü hžÔ» +endstream +endobj +246 0 obj +<> +endobj +247 0 obj +<> +endobj +248 0 obj +<> +endobj +249 0 obj +<> +endobj +250 0 obj +[596 0 0 0 0 0 0 0 0 620 0 0 0 610 0 0 0 0 0 0 0 0 491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 295 0 826 531 0 0 0 0 0 0 0 0 0 0 0 0 0 896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 564 455 0 0 0 0 0 0 0 0 0 0 940 0 0 0 0 0 0 0 0 0 0 598] +endobj +251 0 obj +<>stream +xÚíRy<”ý»¦(Æ’µPôØw³0vÂØÍØ·TÞÆ̃aÆQö=¢2‘µlETö-‘¢·¢‘²üÎÔ{Þ÷=çýýyÎ_çsžçŸïuÝ×÷º¯Ï}e%íTñ/ÐœB¦©ÂÕຠ+ƒ±Ò˜G "+‹¢‚XB6ÅÒ@]®££ X„:ÓÒEªë"5 ²ŠF%øøÒ”âO‘`L©– `°4_ÄôÀa‰€Giaj€1‘8þ¼8‚A 5Ä«AàpOÀÑ/Ї@†@F²"{S­?h|pÀŸ¥Ä (üŠ©0Câ)db€½!P[ +³ÈÌò¿ëŸææÁD¢-–ôÓþç þ­Œ%ˆaÿ) ‚i ÀPð •üO©øG6 ˆ'“þYµ¢a‰œ1Ù‡ªp +5˜Æ¥lÚººšDØOªØØ÷7siæ"°±¬_GE¼Îñé9Õö.̘Œ×² +¿q0 –3½zÕ²õ㹯m«àÛ<ݳ¦…°òÚçÙ}S\ø¤æbjM +å´v›ˆt_‘¤øß/bkÚpl]Òì0årñ[YZwnŠh.u +ïç[lã³P×MNÖ4¾1õífp¯hªÉšG=KÝ=mSbv”Œ ø1Õr§q-ðÑ1¢åÔœ„¥*ô²+笾åèyÎç 9G*u#•Ï‰ Æóxn³3­L¢ŸT¦ÙÜ9áÓì£CÕg«bßz{JYåaw"šßÎíV|«>Ï@ù‰(º6&°0ײ¨»çAµ3],I»RþšñTñ"ñøbN˾ßp™iß2ù*¥Í§oGÁÛL*P†Ÿ›Sšlè1GÚSïÖ»dp¦€?¾6^ÀÎtjìn3æíùÐ=áÊ_ÀFàK)&M·HA­IÖ$J•;›û‡FÈÈ(Ëâïaz Z~™D¡¬±‘uÌ«‰.øþÚW¥ìMûRƶi©ñ~ íšâÌ'¶Ó}=’ëÛìGô“²^Šµ‚tûl%Æ…¦Ã°b‰4d€ÃžKýìÚy·³I_²jqÞïw¾^7’Ã~rQ‰½Þ÷[„üoë¹ìB°üŽ`‰‚òÅP#ÕD±Z¡Ôn>›õÉá +ã]Aè˜þÖ«Á¦crŸ«i•ë‘~Ëúö + ש½¸AE×µÏÀÍÕCN,c©ú”#¸VµqrèãBº `lGÓ©¯\ÏÄÂtd²¾Ë™>™ÜòÞ³¤ÝÄå ŠÀ†ÖV`)ÕƒíØÈòÒŽúw)E+|zÖÐçs÷ Ÿ>×E`ÿÉìCqôŠ*.­‰/B¯„ŸCĽ÷Žn‰õ•€†Åƒ`ÛÛ)£«û¸g–7ËNÎôá¿m|ô +ôî5XUÉþV“™_öÐj°ðñïmÃÔÒ´Ç[n_…*ø2–í괤唃µ6cF µö=†ÕÞ7š-Š1—³=Òj¦vL‹œ·þ×Côý”>A3Ùt{lªE=—¸bÞ +ô»±7·!‹å³Ív3%ï.áá·ã>ù—¬±CúõêâŸnFOJË+Û)™á+6«ß–€žMŸãÉ)X]'}~9­€”~ÆuKú›|3c‘…¿°Ðsâä!2·´PÖQ­ÐBqÖ!þ&äIÁÊ!d$¥ÛrÒ)ï¿ðŒpvj­V0„W‘&\=UCÞ%|UéwG•^þÚvÀIüË«Ñ÷íá¼ÎÑ3–Çê<‚´~ìfëóŸˆSR?|'£¢±d±ßÁÒ=ãǸû¹‚*s†rsÖÏ*Š=jÔ¯t¦¢¢ +'îi*B&ÔI„ô«w„¤}î |t×z¤ÑPw:—nvtΣ½q|í-î8КÌÊ?„>m;7‡9‹¸kTõ'([oôè–áèµSZ¤0üù7£‡Ù¹{ï^÷¼¥ŸÀ))?W¸‡w¼Â•>;½}ù‰ò­k’2ŸÒjN·j·ÕpfIûShÃM:Ù}3Í¢,¡åþpCaî× Ø@½ïú!Äp•ŽKæ**øœÙRØpÑöÐSƒèê•ýnÐAyÔN\DÒ©>š­‰bÀ8e±çG`I!ç“s&F¢³>»>K;ë¦æA%sP(Ýý:RQ_Ùªä÷ÂcÝÔÕŸàê ÖNýÆÿ™„ƒÖü•N…òzñØ·èï9?<{ylFè_ï¢tä²òÀªçÓ•¡/¬ôŠðiŠØ㬘ãO͆<+_Û§üIæ¢Æ|ªéá ‹8T–©L~i‰ );#ÇÕ¶Þö¨'°ÝÓd}Ž.Ø°Å'Äa)&¯šU¼1É=É[[8¢êô†q÷q ‹ä"Q þ6WyxµùJ®¿ß:ØžPÇB–O郫YÈ ÒdÙÌýñ0‡¸;½. +ðsꓼ‹ñnö’õMJxóýJ¼VU1rmÙr1züîêâä×iXé•XÒUe”ïM—Éò¯¿”×Ø;V$<›l1 íÑÃ°Ì g¶±Ø“¹Îuçü…}.άÀÞ‹Š7< *bÅ¿÷¬=?øÚÛî Vv¢îlņx¡¤¢é±Ÿ¸Ñ™žýb‘4¾\éCÏS4+Ç”yúØást ë’EÛˆÞ˜.«çÜwÞ+/°rïRÊFjY£?ȸwŒ…b'RX {êmš·Lf¨b|ž³ê¸Áõ4“M§MM&Žï]¢o}U¡×‹=Í9㥞ã!¨œ?u^áãÒöU£è]¥ùDÑçfbDoôw«¤D}¿gEÕK8JŸâo.”¡’›0‚‘Žsjî´ +DFo´˜Rõ'ËÅíƒn{‡DÆÈ­ Új^ˆóp5ï²ò•¶œe.mY‰Z¢¶CaÓ°.‰ÍÀbâÓ’«‘õy! ¶ÔÚe}BÆþbEï¨ô°,PýÍu¢[ +ªçù¢Ø½ô ’&$·[þ‚µÛw§Üž5׉Êü¼k±Èû;©;ξÉÓØ»’áãlp>ƒ ÂXyz°´µ<÷l¤á§}ËéŸ@ÊH¢Ô’hÎ-"·çéWÂYŠ)a½_†<–¶†Î:[·Á@õÏMFuM½´Îæ¼õãkk„ÜÜ'®L¾‹ŸàE1]šñÁ­`Ù¾Öœ‘B ùy\<07©‡Îy%è´\EŒ°Í—5]¿_ºa:½~ûàF)KL¥üuEÃA}ÜÕgÜü–‡ÃYXÜ^õÚ¥1õÎÂ7|NÞrœÜºI3K5(³–o-|åy½OH}ª;Ž8ßœ´?Ea6s%‘çýÍ®›9–j·¥öåh¯ß ׸{ÐzÒÛŽ™çG"ò_…(NÉs÷ÀÏÂ#›ÖK'WBôò÷Ri»üó—Þ•d]·þZ°E»,$šŠ}«œä(ýÜIrôQÐÖòKÎOâvK‹D¤¥h[=ΞB¹AÄô¤™ôdÝ;éÜ¡ 2~*RHŠ)Ø/ª‹>ïùÙãÒ°¬a?Ûèñà踧Rôb©µ–ÒóÖ{G+´&1ï +Ö¼–¶åÔÔñ ‡f¡8Ç¥ˆÉ‡¸|ãÆT/Þ|Lý†Ûü½I ©†ºL¹…#Å…'v‡IKIuq‘Ob/¶¹&ÖYsµôÌUÉ2å¥Ûá4a›d*¯ÙyâïJvb%¶"&–Z妚ØMYG¥Uµšá2[ƒ_߬¯—F©¸¾é¿mŠ¯—U9ƒ—¬¶¼F-ï/ö#w´oÞ Ð.2IQ‰ + +ñ8ÓýpUrçÃ{цûhÄf¦tÁ1C[k–ïÑ:õrzì Ì&M§]s%-Ùn¯º@§{åç]ÓdPï:k<:®¦ŠW%Œ7;'¥z´÷Ïðܹßê¼Øustésìd«Ù$ãlLŒNäà®ïG¬X2îšRMˆâ•[ƒ±“Aδ~_íÚSŸÞ%*S#dCo¸8}=‘Çÿ¬†C\Ý©@¤ç¨$Oœ³[šñ “mÀH{r©˜µeŸlŸ?啽"9¼S¼›’ÙUªù®YJÊV¦qmëlmMÆWÔךOwžðn0TýαðRÙıGö?ü ÿoðÂG±T…„¥úCþèÊõu +endstream +endobj +252 0 obj +<> +endobj +253 0 obj +[767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 413 413 0 826 0 0 0 0 531 531 531 531 531 531 531 531 531 531 0 0 0 826 0 0 0 0 0 767 0 0 693 0 796 0 0 0 0 973 0 0 0 0 0 0 0 0 0 0 796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 295 0 0 0 0 0 0 0 0 590] +endobj +254 0 obj +<>stream +xÚíRy<”ëw,‡ÆQ(kè•&&ËÌ`h×2–(ŽA*k¯™wx™Í,'%*• +‘ríDJ›R'J¤èX*YFe‹.eÅAÎÐísîíüyï_÷sßçŸçûû}Ÿïïû~Ÿ©íîihKaAŽL×k„%DWWg3@´Å`H$‘ +\˜É°¹Àâñf€ ›s΄€3F "“ɆƒC¸€µB2lé&ƒ Àä†@t‘¤žL2 q#[ +ðX9Á< ÄŽ€(F, Àd.à zÅ’3ƒÊÌ¿–)<Ö·VÄæˆLz«6Q€È$…É EˆŠ@»1EÓ ‘—ÿ†­ïÅy4šH_‘_ ê/mÓ"ÿI`ÒY<.Ä\™ˆÍøžºúêÍ¢À<ú÷]g.HƒÉ¶Œ`bM0¦_ë0ÇæCw˜K¨ ­Ö!å{'¢øV} m]]ì÷ºê½ØÕž;3¸^‘,ÀüI^ÅØ?±("6Ì|1F VD­o;ÿïf90ÈL +ÌŒqfÈfƒ‘ŒHʇb˜AøÄF1˜\Ñ@Ì!€Êd#VnÕ  94²R^­`18 +ÿ Ähú*üëOÚÙ1ùEoÇÐ'jlŠÌq˜CÿÆ#óØlˆÁ]}F¢¤¾a*, +‚øÑÕÁ$[ćž«8rIàPð¼T +ÅÑ8_ßô áÖy £‘ Å6ög^ÖG……Pø²|úØÎ24…ŠëS«°ª?è‰N*ÔËm@å]𔞠øˆ7ä<©]GÏJêÚ4Ⱥ£?ñJg¶7âÔµ]ï±æùjcÇ%/uv,M ¢›ûºd3(:ïÒþ9•»Ò ïáÞ3¿:1 ˜]E +*~f×éR«ín +{#w"ÇU¢£dÒ×éZÚ„Þ¥Çàë7uQ³î?hª½7cT,)Yä* +RhïŸáD'ÓM +Þ“ŸöÚ‹'Ü]TÊZ›Ñ†<ý˜ŸÒ=ij'#MÌI;Ú±`XWc-­Â?1/É!I_ÛÑúz8µÝo* Ñá›j×ÂðvÚû¤,+ÜÐЮß:]_)o_ÙzøBað§^°S€Š*šTÝf­8/ãóqVb‡|8ÛæÀ¥íÝ£ÒËU™&î뮜ŽÎ§šÞoQÔ]û|`ß» Õƒ9ræ‘fMÎýš*tfÐÄxÝaeÉÒŒ¹ç¥^w +c†”쨤#~§ìÝ^Gž(H">½+S=YÒ«@˜UÕõ\aá­5U¦6"å˜?YÊ‹Hàd½­;áÓ3?Ü)ÙFÒ¬.ÌV¦{Y.e7sU¤üÇE“úŽ6£tï- +h ²ëÞÃsgòœ_¶¹Ú˜°œý/¥©³= sgíš“÷ +mUP9Ñ:Æ_®Ï»1„U¿'hgÖ~Ô}iá[xÛbw継‹Å• u>îÆÆòCR9ÂpÝ–ÏV¾ÖÕ9É—Ëø÷Slî§!GŠcÒ>ȾF¾ÈË>ÊDéÅ}h³[%T +º°3ËnWƒ”kYöEÈ_UZò}$kGÚÎÔEöÚ°ã\Úo¼rËdz’³ŒÏH+±NÝ>.ñâ¤ßÀl䆤Å‚&Áé9ù»5¹ÙR3é§F +L¤E<=?¤…W?ÌŸ¾ržô¬rƒ%u!~¾nL·—u$Õ£cc{¿’Œô¹»Qˆ^³ªáúcòd©„÷Ù¨~Ë{íÚn_¨Õžðp˜ï©ªô_N@ä×ä½OƒÙé—½bëO!;Iò×4'ýs†Zûdí2mZBŒ"Ÿ˜4:N»÷z-<Þ|?>•×Œ^®×óÇ-Y¾ÏËø´ã“ÖÍ‘râä¡[á¥ú»î0gwÉÛã2°”Ïç4öf~¢•v +;y;°/ÏgOS@b…T•*7‡HðrA¤ˆ…§Hz-+Éûú¨Ö“Y¼i-QT¥™û{ 4ý§aí+.¤Ë›²¼Åyø$…ÉØØãîÝÐÙ4mîÜ=ô¹F®É:lÈ9SKA^iwô„šÁ–,ûŠÃNíVêˆ3V©ºþ€bm4¡S¼é®0ôپĈá'»”$]–·wÜTÿ*äítÑÑV·’È +:R[öh&ràÈú4 ÷¸_¦0õÐäAÙ+–Ô€vmßp§³|/jÂü½Ê>3R‚ÐþÆf'ÒðR‹“V©óÉ4ÝJíÆÌ›c+¶_Ò•­¬³&Wëfdž^Ù™ÖjBkgù¼Ð¯mcS °/TVîÇe%â«Ÿ/š5¨ŸÙZ8‘–µP@Ðí¬MÿtêÁ=‰Ÿz;|ÚNˆ_X¿•ÃQÐÒEËîÿÃJêë„dG5„ÛL–æ‡6¥ëî7õÉ;Lì-fÒKn~?÷Ød±±Ñ‘¼ÞÒàm¿µT÷Ës‰ûITK­¥S–ÙI‚ð8wò†ž‰wJE¦ü{Lûž„߇ÚÊ8¿4­½*hàRÉ–u»2ë=¼å`Ð/æè!>7T~}ÇÈEEÌJÉ{̹IÜ |ÛF_ª[_¡ÄT¯’löqºbXóºë0ÿá‡ø¿Àÿ„™l.“²ÃwóWˆ +endstream +endobj +255 0 obj +[639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 446 0 0 0 1094] +endobj +256 0 obj +<> +endobj +257 0 obj +<>stream +xÚíVWT“붤zß4 ½B/*é„’@½(½w¤ H“Ž  ½w¥J—& H‘^Qàd»ÏÑsöy¼÷鎛¼dÎ5¿¹fÖ·þ1~}ˆ +Ò +¦ŒD À °4PQSO 88Q0(ŽD(AÑ0i XJ + „¸Û……€`qi)iQŒ¨ˆtñFÁíìÑ@nEž?E@ˆ3 ·†"€šP´=Ìãa +uê#­á0´7qrêýy +¨sƒ¡<`6  ´[£V0;8 øg5„-(ñmãîò¯’ å† äÆ„äb"Ú NÞ@˜-@P ‰éÃ$ùßõwsew''-¨óŸö˜ýWê wòþgéì⎆¡€šH +ñw©!ì¯hš0¸»óß«jh¨Ü‚°s‚…þ¢ànÊp/˜mm´…:¹Á~ò0„ÍßC`Æö3‚ D_ÛP_ƒïçmþ,é@á´·Ë/Ó?µ?1ø7ÆÌ÷š„„À!æû¯_fkua´#0ë &„¢PPof/0H è Â60/ Ì “W„@¢1G€˜‘øm‘(ÀŸ—  +j;Ãì Ò?Q ãEÁN0[ôoüOö¯ëüE‹`h'w·ß„$PІBþ&¤€‚HìÃØ£=×Å0Æh{ìßÂ@A[¤;ê7ib ÷ø7…(PÐ +3Ÿ_X ƒa0ÄoF(û¤b@Aüß‚ˆcÃ\Ý1Ë÷‹ÁH! LPåßJõ7Â(5!IÌ6ú…ÀBøÛ ÆhÝÂÿÞ¤—¯€ˆ8P@3°¦§„˜ÿ­ÝQ˜±£>~˜Mû¶…cöó‚Y>L#­eBÒêÂJáòb)ØÕ'hÕtL´Ï&b9½Ópå]zmtQžIIò÷3³ç·¨?Ýaåý@ׄô©«Ï–Ÿ3}ŒŽ25½×]XÏ‚¿6×Mžìˆai/ +–¦<*ìÍ>èû’§Ã­d°¿Àr£ÓÄ£¶óYˆ¸„‘r¦ÓƒðÐל",zd鮥¢á‹žd)I8‹£Áá +|ó‡ÈwŠ‹‚Üä+Ó“­ñ»&4YSâfˆ‘©ûig'{htŒ*Ÿ(sLAܳƦ•Y‚òc"uœ éˆIÙ¬d¨ø½¶¤©w+ô~µÙ  …ÉÐÁS&WÐ4‘J÷¾}TÝÙÆ#²» +0!ùÞ.ê·Ðº9ó0Õ‡¦Žrž´Ç"¿ "R~q‰c[~ËÏèz¯«AÊ\ÏÓ ðcf>ª†VL¦ÛT©pPÃxØžÞ2•zM'%Ê|›jQ„t˜›£g –´–w"—Á¡ˆbyÙ”l/Èîʲ7§Qóª5(t>Y7z;Ï2fè%`¦ &,ÈÀ®é=:ZÄR”!vÉèðo]µ»ÞÕ…·ŒÉª¾>0ª´šµ‹±rî/8Ö£æÏhJ•ûfõž©¡zB—@»ÖÕk<›SA%›Ý¤ïíuSë¦: %÷å÷øµpE<€SýoøvÓ5.*Å÷³èhÜ1ß5ˆºuš.Ç8êbVÞã3Ùõ¹¸U›ž³[o!ŸËEâíþ8î¡ôÕƒ/Øn§AÁÔáÉ +C<Ž±+ £:—†ƒ$7Mædn$í¦Kä$ƒzµn5†ü(,÷åµrJç+Utl'0âûà>wy.¤2hQ¬z„«]™é£8¹­àýG+DÛ¦t´ìVñ³n»’L{CÇå DÇÙõòÈÝQÜΓÿQ­öƒX §/’6¸îeá\ÏiŽ¿‹p™ + œâ“báVë($ §˜E2âµñÉjrÙȇ¢Öþ8è£Â}ØÍ¡?BϬÞú:fƶ¾½•#> +æpHaÂg.u&&º]!Üz,Æ>{›‹ÖÈŒ Kkÿ—9)ëùì>D‹9õ@ +çZ2È¿ +¥æQ]þš…r,ڜƹ.²e»AêNp]cñõMŸŠzø-@Ý'“ÑUŠ¾¯ÈpÉ-ÎKky—MbéÕ|ƒ…›Òœs +Á¡)ü½æ¹°\Ä9f'ôM£Î×ù»/‡×AáQ©ÞÄ SW¤TòC§¶B›IÝåsX1ØôñÚûŽ÷}3êëETžèKŸo°\…NX‘˜Êí~Û#5–HË˸G°ª¬“ðq%,wÈÍýÕ©B*C4Ñ1ãgÎ5t¸­Ê.v D½÷ñÅ™ÔÊöý&ËZU‡pè§'1á´¡xw8†9b;9f®sWÞô½²eÕ{þW³4!µytÔ¼KÛæ“®}! +¾D†Œ~›pÇþÎx[9Z³<©Ù5¸7GwC=ÀTa°‹ýìhl‡ÒH”ȧ—-ðÉÆô:¥@ Þ­W;:gïãúUC±ø‹PK= A=ÔP‚ù·¶ÈìúÍöÎþW—ÕO†9‚—¤ôƒÁ +MN»ô©Öج:Ö¶1õöç7×) +¸³&¸àUB¤\[/%‹™©“–í{à÷œ­÷s‰ï,¼øf'#R•i3v„kÕüG3Kû¦Ä ’àÌ´©•å¯Lv¶Œ£Ëaà@oƒ0--ªÄuXö´þM×â]ƒ]*:OÊŽ°«ÃiÍÓt72ˆ§Ô +#¥''Q'Km¤ ‡uÍß*›H»Ï2[°Šš"IÔk/\EÊZñM»¤ú•}Í1ËûÈp€Œ¶í[dj´ƒ&c‘9ß êá5C³œóÓÏJiøq$à Åô'P͉MÀùÇ=·&í§Ì öö¦ù £ÖYe'4|­´6ªd”e3Ì=ÞO¿tˆª·Y”óß5£–œ«?_êè•ô÷t˜¢ü´}#O#Á€\ › +ÿ0M8Š <_r6¿úüHåQœjQ¬yâ_uÑm쾕ò&]þøU®tS”[GË^5è£OB)”aÍ^)aàVaPÛ =ÔÅÀ=ƒô‹ÄÚ‘ÇýžÀíÐ¥BûBçþ-bâM¤¸9uj+ö~ªqĉGãŒP[ªj{ßxø]qY™Ç/góL˜(¹wÍàèqÆ?*ˆæìÎHw|ñ&g‰tÅE¼ÈÕ65󉔼š'F~’×p‡ë‹€wÖ©ŸñÇ + ¡±+x´„ùáã +­:„û0º×ZI ðð±ë4|ào|ÒIgŶ?|Ñ~·|¤îm¿¯‰,`€§´9•çÞ Øp¥—gÛ¾(L…M~€¢ß–`Þ¯x=?;à²ÿcM{”*à×ôÙY^9w~‡ªl`×ç¢øáÚ}ÒݱèÚ†=K¶œè&{uŠºþ«ôü=rV_H™ÔIW3MŒ­EBL §Ø=¶æã‹WüÜ[‹Ÿú1…͉Jn˜³í`©¯®åkŒôPoM™ù>ƒPJ ù,/ø=Lé#<~-.>A/ÜÌn ¯ ,PQ¢¡Ãwø¡t|f'Çfmw{CãUõ3ˆ\9j°sV­—¾ö!å¡wæòsÆU‡ÓtðA +g.èµÎ 4ÖeŠÆÝ0Ýçã‡à\õ‘æûŒìv(­ÚõѬk¢ +µV3?•q’éoœØW*ø}d;Ø:‰¶E¦Ý*¸Bqt +¨3 D¶¤Süœ«÷arU +˧O÷2¿Åªí#CHÊÈ2·ì¬ÓS»‹ñŠL>?¢cûäËz¦k¦à´·oøg¿÷"ê+ +Þ7¾»âð¹5bµÊá û{eÝ– s»å~MñŽ­‚ì]Õâm$ò’ÆIœcÞ?Såh¹/òžš±,jL9g^Z+5žtÞ@5lµ< +[ñÏ/u®Ø +‡Fè^Z„÷Y0>߇Ðl6賨![ÄÝÂè#l^Lë=~þÞMwz}ÿü^mûï´é‹ˆz±$¿)«’™éŠQomd´í`’ÅÇ2û/:|;õ²ú¥+±ñ¯%zžæÅ + +÷ç$Y•“uã8à^s.3yªS¤×ÛöVk_‹ìÂÙ"4ðÒvÀT€£Îá†9Ž¦„=6Þ„¹25–t᪼KÉ`Ðá¤ìõˆôh*rí=ìmO‚˜w× ð¹6;ÕLÚ|‰(A”_­ÚR¸÷ ª +_½¶àYýÎñåÝ/½7é, K#Éå[Éç5¾B7ãÆs,tlN¦(>|™÷” ºïÿGÝùFI '®m™Îh솞ëµñ¤1]õÕÜÍŒD¶‘#rZÝ]·—^ x, YÔÉ{­e¾òѧ|ôÏEê~džnRvÉÍqÆ O—wð>šJ#4, [ô¼˜Ûe-)ä"±¶W…Çßm RöM#¸Ó!|Ù˜BxM$ÈÂ6²¶¹…“÷šµ|+‹ŒçÃË(ZWÓâãÊô0§[aF:º¥îèàEâÅ¥C1T꣯ȩaîšb7döžsúâ×ÁT÷b»ÃÑn™ìZÓõÃl”~bÙMŸQ³}!¬úq†SÂiÿpž€Z|»aE•çXDwÑã¼èûåL[?4S )gígê´«0–5pøÙ¶úC†66·7ùñΉ|ÇŸ +åì?®Æ“cÓŒëžË¥M> +é{쎭b:QidÙ«-óù«Ò@䲟e-žëž½B†½:~vãvã +¿ +ܪ¹×+ùçdó¤ã9Aƒw+Fé*ós/QS³‹¾INž®8;)HêL}5ï` `‘©%_à]i‹CtìÖ-­ÀZ4ìGÆušæ&*)J•f(]1ân-µ³Æö<ˆ„[÷¼¥kk3YÊΛü]¯wXÕÍùÎ䇟Ó[aÞãÆmñܳ±wåßßzZ’ºÒ¢2#JOsžæuÅøÕ˜rÖ‡S’Y'ʸR—›çâ‘©ä§Gl$îèo1AÉÙyFL‚DE°ï,+s]枌Îúw=çN™ï4Þ»Úí—b £HŠ +dÉ,&—HÏi´ñœß]Øwîv{2¬ír‘TYò0"oèbÈ&´-±¡Ô5Àz®ü,Wúc[Õ¸0ñÓîÝR›­!Ã1ñošéýdÚÅÝ>‚ü +ì/q´Ò#ÞV¾=Ân,¨d6—«¿m©«ÖÉèuà+#ž"å×ëÇ*HüLÕsg_<+)?Ú‘Îñì*Ùº›ª…ö¦†/ìÌ®×"‡H{k‹ÿ­â[½|jrzêbnâæ·oàw^̼q(Ä­ûOñîNÐǃ¥ño–5¯H¦…›—YT²’ËÈ$,‰WOÉ?÷ØXå骒±C+õ³¢nß¼Ô±²n y¶q06*SDmæ­¿À.Z|ªÛ ¯9-^ÅScÙ ·~Çù$â@¦¥¶E5Áf¹u_WPßcúè©Ù5,`x0*6ØëôMdÊæ¹”yÒKn /ËÔ3%‚Ž:ß»3™‚Eœè(­´L$WŸøÑ÷ÈÒz’׽˵ëb¿öÞàÇ@°1§|Ô4×rჷtÚÖ/vÓûú{®ÞA¾fgàÕ¬ÁèÉåè9é?ˆL0eëã¾ç"iZçóUäB*[QC‚,<™ø?î׳9ŒCgA.—ë†ÄŸ/Û7ù¡äœ¼ÍlíhY/=ñÅøÐîâh°w%rCë]É·ÇüÅm¯Pîâq=Øæ<ÏËÕxö±”º¥¨®k|ç])‚±‡Q#x9œGÛ¤¨Ù#VŽ +Ç;<ã‡Âe_œ-ØG5he_¿/XJþ0X½ë·oãÃíÇÆxÛϼä –ãNKi¤žƒGãA†€iOve;-ì3/°¸Ìiwº'öËŽRlªj\H§+^Imùr_håÎH5´ȹ‚„0keáPG¸†ò±YšH¯eú” +¸tL›×áô«ÉuïÍÖDU_Yç.:±½ŒU¼RbWqL!÷fl ˜ˆ0‰kZ®ú~ÿoðÂÀÚ E¡‘ÎP”#àd1 +endstream +endobj +258 0 obj +<> +endobj +259 0 obj +<> +endobj +260 0 obj +[963 0 0 0 0 0 0 0 0 0 0 0 0 0 639] +endobj +261 0 obj +<>stream +xÚíRkPW•Öúˆ´@-FaÔ‹ƒÒ<6OÁÊFQL ˆºìÞ„ÕÍ.l6˜ ­Ô Z«BEÚZ:Ô‚vê tl‹ÚèÀÈ´ˆÊÔj«Â`Q´Ý„:NñgýÕéÞ?ûsî¹gÏÝ°T½(§³aM±"DŒDV¿P±”¦a Ê4‡²0 + ‘‘ˆ±š¢Ru” ‰’+xa@CçÚ”ÂpÍ4H +bÌ!0”Z”ÍfÎCI §1²v1ˆ!I óì°´@&âb‚œÀX +MÅ“x%RF¨aÜšûœÊ‡Œ… ¹Ó§)ÒphäIæÒÜYKò*B +5O°’ä\Ôì±÷”ôš Òþ·€6çZYÈ-C†*5ÀÁlZˆVóP6‘EI‹¡L$"D!–Ê•ƒaI lO%X,QÒ½8¤ð¡Q¸ö¼A$Ú”$mZ|Äà­z¹T” Ø4{.Òb˜¹ŽÂ2¥b©á„Üzþ–5ä¬x +£q‚2™RP†Aí<)g%S*A +‡6m\`‰˜¢Yn àšq#Íð<—*3AY-Ô + ¡s!•Íµ +Y/üòÇÅÆÒ¶‘ˆ"3"—Eõ •ã:ÌÊ0b½×ÐóÙHp­Bhƒ¯½Æf¾¿¼ü›õ ã÷ÿTû†dtÿÙ/n·<‘ÑX¸“Àzeåü[Õ½÷úáÍMüîñIØÌÇ2_O([²¤wßØÏ;?ù4cëåqñe=ß^äÜñæ³awbS^zÅ®âëÁQÇ™®7†¾ÛÞºú¬o%~+vÑþc®´y{º®lú” u{ÍÈŸq|{ÇÍÖàÑE•™ºÎ†eYÕ†e[bß\´Ò_qÔ7òçÒØå‚´è^]¥h›+ìp ».góÖøSIÒã”9»Ë¿æZy/ï>7~òƒùUKuA)³5§&Gçÿž)sŒÉˆvžÙTàŸ!\øú¶Ïž8«ÜÙ³øèò‘´:aÁ­¼ˆ›õòâ›UþK¶Èsû×6>«|¯çê°‚’=¢mó­®&éG'×Ý»ºŒæÂd™~ËvgÝKkâ÷yuë@z}ä2¿“]Õ¿ŽkqZ +–0ùSßrž~ºÀO~A;3µ®¿¡ùÕ•¾£AÇ–ú­i‡yÂÂ/×ï¯è"Ôá];†—È ³jn\¼¯ú®<ýÁýê +wÖ™¤ƒ§®1 Çë'ÙTe7Ü>>ëJæ™{x£ÁébmÇÄ€àäy]š«ñ‡jô=Ç ˜ó£Ç­ºô§ÊýÛ…¦gw‡8yqKí/®þ¸Æ’hS¾Ë9Rñ¤ôê´Õ +ÉâÙ-{¯íi¸àâe÷ùÿ¢ëÇë‘ô!6Da¾8õ+îœô² Cz†½3ySöSÿŠã’߇k7ο$$ÌAÍú&Cs›±Ü—µÁ÷²CÞç*6Æ3wZ5âƒ{eSZû儶P}áaøª'oWóåÊ{É›9T-c¿¥RèŠÐk·?>ªÂÍ +×í¬¹ŸhNNóA•s9¥k{DïÝGkª÷S—j3w<2þˇ÷¿ÁÂ#!Ê°´eVðþŽŒ«s +endstream +endobj +262 0 obj +<> +endobj +263 0 obj +<> +endobj +264 0 obj +<> +endobj +265 0 obj +<>stream +xÚíUy8”ýN1TÉ+‰™1ö53ˆ²›Œ2ͼfÞafÈ’%KdÉZdIÖ¾DIQY¢’Èe”"[(bJÙ&qF¯ï;?Ïùë\ç}ÿyŸû¹÷s_Ïó\ïO^ÖÖAŘD;šÑ ¦ +J¥ `­ì5”*./¥ƒ&™™˜ .€ÒÑAƾî€@iê¢ut‘jpyKó “Ý=˜€"Vi•¤SA:™H€+Ó¤r5ˆ +à@#’Af€*`L¡ö«'€=Èé~ IŽB$2‘ œÝɱêÇr£Z?a’¯÷Ÿ)?Îàš¹&•®E +¢$Ð +Ž°¦qk\'ÿ +S¿‹›ùR(Öêª<·Gÿ–%PÉ”€æiTo_&H¬h$ýN=þ´f’ȾÔß³L…L4†Ü) €ü ‘fddKf=7…þÀAˆô» nÛ~X@`MmŒ±8åÓü‘²%!&.Àû—è*÷GŒú+æö†Nöœ‘ªH$ŠKä¾~¹üVÊ"ÒHdˆ»šN'À¹{Á4€ @†H ?úsý"T!“{à¶$p£Ñá«ÃT× ¶Šþt +ÅHÁ<ùW^ + ÜÈ~#¨×ì¯X@ülì/D @@ä¿ij¢¸_îÜW‘oCóRáî·Š·< +¥ƒ´4ÁÿB$úÒé Äü±•Üü»‘¹ãAïí¡õ"=Ó«Î\ +1-è,íáÁ¸ßI²¾Õð¢N0âU2¥øéAŸ=o+Žr®enÙ8“9¹$ň­=e×nÆ>í“”ÁZósË ¼'ut&Ó*`Ô{ç|Ä䦚ªî¯5xlž¿m½šæXø8çSÓdž­¢ n|}ŸìšÎ~·dEjj5ˤŠŽªP@ËÚ gø\Qî?)œ–ÂÛÿ,"Ä3šÿ®ò›Ï´Z_NÿåÔeü×Ï÷9oÍfiº@¬—=TŠ!.Þ\Y]&¾à\Ö½ê%NY6¨]¥”ud§4MïÊ¥°žIžº¢Þ×Õš,¹²x³ëYHÇ;|ýæ'§v^Þ®nëÿ<Á°u·ýá²­MýªX´4ã}V­Ïx}Lî‰Ô#¶SK¿VÊ'µ‘@MKïdsì| ÊdKçÎëjÚ A <$Gh¶sØÆVÔn±ýã|~Èæ3ÞFäËRapo»~àD‚˜O°Ü–íS–0g¿Ö££OÔ®¦|¶4©ž™ÐP‚F^õXœ89$½âê·Ljþã‘qîæ~âN#Žqëu×lƒt¯ÔÛë3ûNYb¬[Ôæï¿:g7'Õ6þ,Ó¤õFä•ÍÔ ~}öQ¹ +¸2s +³1ÿÈ’·î³äðmEéEsaU|ïØie õÉEžaÔ*ë7Í«éÏ÷0SUï¨{f<öÁ¡U?¬„xpI±$5Þûàë„Æ. +»¶eåÝ‘÷ãfM×N^½Ñ ”}³­E~Ž+‡J}]< ÇbØ×Kn†ËkÚW¤²«ê.st• +63bª<ÜŽäÙvd¿»`6Ù„V–¿Î«ÞÖ£íev,eȳÅïÍ[ó+³}‡à¨'<Û7q.ÞIïÀeáMå:9ý^Ÿ£KÉŠ*Ÿzwä¿éŒä×á-îõ`]×ërì”øª²u³TC‘x“6ëí·ÑËÿ¶¹\£Ã/"Qñ2ÀO:!$grø¤ƒ+eX·{DóØöI¸d\­^îÀÙœÁ4 ½ô×M{yå53%3¡ë ¯®¤ØÂ¥·®Kâyúe¡2üRì‡gLösFálÖ%#Ií$¥@¹®#™œ.w ÔE%¼•dˆ—Þ +$ +XÎîüÌQ)½¯TŽÝ=~}>»Ýž‡Ú-±—b4×¹ËKÒçûJ7ɤ¿±ÒÕMÿøí –Í:?Ët—gÒÕÝÚgÁÇÊ!’[Žn=ÿÒ1¡íëE¦}å R |CÃ:ëçü*አ+»–ÿºOÒâÓ³^%_iJøä©/·uL2³©OkžWïè;XÐ>ðGrD%ûðÝŠ‹åØšÁ¡­ÍFQœqU&þ[ÌÒ–ž­hAÖ1#•±½îçÕ´NÃÒ³‡£2˜œ‡‹°Ô‡–k2E¼ø¼Â3Z¼×-º:ò‘âh5mËsé.9Õ›p×ÍLeEN¹¬Á+dî®™ü‡×ºò¬s ê°}©®;ât +Ï»GxÏéÓÂóíبðfÔ²Nΰ¬àíì0"¶Þû•}$Óz·Gq"³âû‹Kù›“…ä¿:‡Gª 5‰àCú¶øì±AññÌF×TœŹ—fí~ŸªúÝt4&·P*wšÂæåõ |;‡Âh'2`i¯)¢ÀÝ·e9ïÉÙ%zòùE–8Ëeóv­Á‡òÌ15"ü†Û"ŠÆ¢Š+lî)ÃÈ#*×j¯KHQÝïjÞ|¡`Þlne<-£we«¨O+¿k›³Qçuë½ÛÃ8ÏJ*J2âNO"‘(ÜPbnøÁ›[ìÁ*' +`Ô¼¶Nã\^¼Ã¶!±¨Í6·} 7´ˆ…jG&Ô¡nYÝP«âÀ–ë3ÂCX{sRœ­ùÃ¥ƒ˜#=ã>Qñ`F’ž†{ùþ¢pÐ Ñèï×.¾°¨”Åœ »P)TGYX†Ìß|å òm5qð&8÷ö?Ö°xY’œÂÙ¹ñËýÝ+ÛñÒ™€¿miwt.MåºÖuʼ:Ç×ÞLÚ¥Óß·¶M`ÇÅ.s«=¯Ïa<i§wKK¯<™­´¨t{Ÿ¢ÝçÒ8 +{!sW»€Ó§¥›ðÅ}ÛœBÍ_½9+ÅŠ"ÇÙY7Îôttùãn-žÖ|%édÛÓž+Í3 ñ0Û‡ vE8OTÊÔ¡÷V€FÛÐX«?“|á@}ŸÌ“ÊY‰™Š¬±ÌuœtùøöËÅßð¨ÐˆÊKŽéLyÕ¾w“³áh*°M´K¨m +vºf˜¹aíöngìR0î\sÝþˆW­t|ò¨h]ðÝiÏû±©iv­\¿»‚óeå·-íÁ + +«Õ/x`.!=«¯ˆv#ǔՈN#§‹s{öÙyËdÏîÒe–M+˜b¿hZ“tá±(ŒÉr×)—¦ +r<>OßëÞõãÔèc–[“ØÍ®fh“¹î/NåJÉÚò”^£r†«[íðQ$/÷^{È,ígDç –:÷§$(R½bîölvÉéJ„i EtlþN·aNìÙ°X\†Ô{9+¡uŸÍ?ÏÅRígŠÄt +¥ëá)É/ ñbJ*É6Kº ¹7ÌF‰3ìc§%e›/0wm’k/ʹ8do¶ä”?®MüŠýÌ×O—×bÑÃkNRÓŽ‹ëfXºù]ÌXœ~ 9±QQtŒVðZ¿æp=,o¨×þQƒl»L6¤}ÿ ¢S%=ž„ï¦í~q âG ýGÈzwÏQyŒEÖ²êë‘÷íïMò°-šÇŽ4e"fÎC)_оß;ÍëØ+ŽºT~Ü Í1GÞ}q†"e£ÞuRë +ÊBM»ð+Soó ÿÃþÿ "$Й4*îÿýòãì +endstream +endobj +266 0 obj +<> +endobj +267 0 obj +<> +endobj +268 0 obj +<> +endobj +269 0 obj +<> +endobj +270 0 obj +<> +endobj +271 0 obj +[611 611 611 0 0 611 611 0 611 611 0 0 0 935] +endobj +272 0 obj +<> +endobj +273 0 obj +<> +endobj +274 0 obj +[600 0 600 0 600 600 600 600 600 600 600 0 600 600 600 600 600 600 0 600 600 600 600 0 600 600 600] +endobj +275 0 obj +<>stream +xÚíteT\²-àîíàî.!¸»; +4Ðm'Xî,@€ Á]‚»»»»; ’GòÝ™¹ë{óëÞùõÖ뵺WŸÚU»d×94¯U5XÄ,Ì@ÒöPVvA€2ØÎÌÅYÉÁ^‘Edå¢bf <<(44 +v°—BA‚@dàäp Ð$= `+k(€^K]‡‰‰ù_–ß.3 Ï‘Î`+{íóW­ƒ£ÈúLñ?ÔPkÀl H¨¨êÉ)Ëèe”µ2 {h PuynÅ 6Ù;ƒ–€í_€¹ƒ½øwkάÏ\bÎ ÀÙd~¹›ƒCÌGÄììüüvXA€öÐç@`{s[‹ß<Û-þäqxö°{ÆžÉTœ¡Îæ°#ðœUURú¯:¡Ö@èïÜÎàgà`ùìiá`îò»¥?Ø3Í3 +‚íP;ôw.3Àììh ôxÎýLæÿ)ÃÅloõ¯ +˜ba rv~¦yæþ=õ øoÝm=þD;üñúg +`¨3ÈÖ’…ƒó9§9ô9·Ø…í÷²ÈÙ[:8Øÿ²[¸8þsAþ ˆþ÷Î0<´p°·õX€,QØ” Ï)ôÿ3•Yÿs"ÿ$þü‘÷'îß5úo—ø{ŸÿN-íbk« ´{^€¿Àó+ãPü~glÀï·ÆÉô…íÀ¶ÿ&ðïŽ: ¿Šý/¾¿ÃrPàóPÄì­ž…aáàdeÿË v–»ƒ,TÁPsk€%ÐöyfìZö ˆ-Øô¬íŸ±>±³ÿ +Ó´›¿³ÿ-Ï_ÈÞâïå?Ëõ§x6eu)E]¦÷ÂþñT}Þ¨¦‡#ð_it”,þyøÍ#.îàðbáå°prñøø¸üïÿMÆ?4ÿ:+¡°;À€•ðüûï¿NF£‘²7w°ø½9P ½Åó²ýÓð6w@ž5þsÿŸ›þÇùÏÚƒ@î s”ùs¡@›ä´h9afϤAG\ÏGÇü*ͯÙ~¥­¾É!kE¦eY«GŸ<¦·ä·ûÚléZ?N²HßS1´gc/Ó6ò1m°磧êDxN)®¾Ôçe×Þ^RS7Î{@ iä‚ Þ2øQ¹fûáQß8bø˜'UFã7aUÃà”çÒÆïÝÞÐuõ÷öt·žÃ·o‘0eD#Ó¹¾D§ +÷sÊ Õ×*ò +eÚ„­Ø¦ˆjËäâXžHÿH $öOž*ü¢f§¥yÁëÓ”áýY./±Y})Ïø:Ý¿1Hì2¬Ì³kƒæ‹© +ÞY­-ßÓÛí‘oJRß‘DyàÞ'ýRÙX ¼N¯½~L{´*„v7n†ÅmJ~‹÷»'$QPsáÛýÄmàæK3:ß ±ž¦ëFìßÓïµî ¬·^¡»ê8è"ßuØYÑñ(FÊ@ +µÍoÀ +lqŒØõmôE¡zÊ’HzÈKhz}iº Õ>Z«xYZáGåFŒºˆÓø o“rn&ø…0u_ªaÅS’úmã·tE–5E‹ÏBH^XØɲÄÌ­Eg· þ@~†«ª¢~\¬b¨æcå˵¨g]ÏÔW>„V´zp‰2&o‹§ø&Wé¼¾aزlù~h×ý(nüRÉnEƒSìry—ù-aªDÒÄíξ–Ê‹Cæœñ7etA±í»‹]¨à)„ÍËìj³Ù døËNdÜQÞct:Š›Uïaw†Ò8Òo‡Õ‘Ú¼1sD¢ÃèéT¦ÏsánÍ;¶@eÒ¤T&‡ø¶ƒé$ Þ¹šs«*d,Ñ£õ«1¬yk+ò~Ï›‚Û©Ž"b˜ìâ´É”oÛÞÃÍ=íÕɇnsì-؃u•ö:X¯r|¼æ ŸûŠ&½W¬Mêß’•×Ú.c9ÀúØC6“oVtãÂõ +\´c‚Hôza„K>»˜ÆÜM_–§2Ó*ÏÅ Λ™C +ÌÏŒ¿¶ž4ç+¨÷¢æco Ÿ¤À#¾ppUû¨;¥¾ËÁ§œ›T®¼*%0ÅPª§è’Nãp!;ÄL(­ØÄæ' +ûhó,F1ußí¦Šx]z›—K={ª¬Lûò¾rgÊ(¸Ì£Wó‚jÒC3àöT»þdp~Ö¦b%³FfF§[`$%í²€^øÚª‰ÿ¸O}­Äyþ"ìŸ}ù±@¡VnAÇÆkŽÞ4½÷®;y‚–Ò· Ý½=&ûÂÆüóe£¤èÃÜt}QY¦„N·16±U¤’°É4å“©ZÅîz$1ãmë ììÛáëùZñQ2¬¼l +#Žsª*ð­Ã?뛺rCÉØô‹÷ø9I”&ü–ð{N܇veÁ¼…_ÃÁ²Z©ƒ™)7^ ²OŸà$ ‹)\Í—¹5‘¾Í’¾SÍÐv T$ÏorHØL¶¥€¡‘Ä|¾b¥‰%ËÁáw o­ÙJz&'¹ˆMú#PðYŠ2ý©aDÅ쟘'î ¦|„=†«K\Sù”H€]L½­^špŸ¼?èÞJ ôå%&°â Òö@-v&FDÑ}¨ºÓ™w›²ç¾€[ùH,]è’QQŽq`Íq^JzßK½ãBü|Ö,êm¨Qs!|I Ô¯æÅ»X Xž]Ÿ-e[½.ëËñ]s#wjqß("}­Txj3¥Y¶2÷P|Nqþ­»—ìéj¹Ë1óÜPãQ·…‘ÀO^.©äig +3ðŽ²5 T uor9;…ìÖÚ¹™L‡ ݆Û?žÿn¦¥³VØ8%¥íw~:.MFj4áZ0q‘ð¹)þF…»aÿanË`áQ€OwˆDJÕ¨«k¸˜iR<Û”†ërÐÙ“3Z(r…žwÐ5–]×oË72’wÒg^õ_×è>ù[£êÒíì•~–‚Z€P|ÉÃÔwWÛ¥Ë*½9›=wPsRkñhÓKÜs#cïžÉÈòÏ¡§|ØŠŽ¶”|Ò¡>´V½nÆ_c®¼Ú®…½VÇ&Û(¬¿UžvIBúªEDË^WVOú›~o«51 +y)õ‘Êÿ%SjÂøbö`+@Ýïi’Ñë“™¸›¾u±èèØEbÊù¹ÄÈT«Ëèul^Q°DßÀÞƒôþßs‚ÎÝóª…f¬àxŸ‡kËí'unˆNdÜMÁ•n1ͤ¨ƒ…©€b,9{öÁ¯–nVñ’¬¢iä‘K‘)¶XÚ&´äÎܵxÊ wzAŽýû3ïÄ›˜R0A‚"Žc~„ºzõÌNiU¸\ŒmdžZÍnYþ´²“2¯âˆ}H’þÄçÝPRËÆ·¢c•Â 픯ã÷ó-<º5æÒ[cP«¸ÁLÖþ,VA%±õꊒzWôÑr7Aö\ÓÚúõ¦*YüvK%ÓrJw½7¾æùþ}gਔöa,u‚Þ|ï¦-wóàš­mðJÔ-|hÀ—òBÂñ³uÚÊ*!#ÞŽ×-¡Ø-öïö1ªö_«A\xÊvYÞ— OéÐü¨X1É®‹ÒV`’ Ÿá%Ú¢|™¢<$'®ºâÐÉžJªA¥õÑf`Š,ÿb%ŠÞkB²¸‡°M £Ô¡y߸”˜yÊZ@³ÙÈxRÜv‰áb×ÉY+Hž.°‚YŒ±d䞤XuKq{]_šMÁý ÉÚnMNZ/ÙünO¬‡ O#;™û)¯§§ÈmÀZ`oú”"š“#ŠÈF{YsKC g€,¹P£ñ(‚²ÂP~2#7á艿d\C +“'c/wmüh ¾»ïÀéEþIŠpñÏ0€4Åá†~gÂñn›¿Î„È„IÄùñMh˜Þб5¼. +c…¸n X~u_HV€[„kÀ+wi·Ó£þÙdg¬fü'õ¯¯Ñ£8§É'j’¥ŸãF¹=‰'á1¨|¸6Äà%zVýP®œm¦ä‡f4-åE>¡[è +Ò~›v-–†ÒÖ ð݆3;D\dªUÏñ²A§ë…“qyos¾’inѬ Tû®‡ +®°iö‹¶£m{ÍèŒ$PžNï-FQÄíýÃs¾•k|‘b§ ÿ;µx\ þtæ‚d)x™%r½q6ÁËõ#æÇW,·Ò?T +*DÜËQ%>pÜUm-¨F5Z+0˜Clr‘üoÇKé²µ:®¹HNl"F`>VVán Wßû`¹µ4’ɳ€¦Uuý~²h†R|F}å¦&3Ó0Ö5°­sl)$Již­Q[íÖ!oÆŠ‹å²-ôÓLÖµ5­Š”ÐÂ@Ç¥|eâ`>l¡O[ö½f—UŽ¤V¦B,ç¾o?ܯ m< QGµ7…ú>±:"NÙRƒç¬.¯Æ²!È’NQa3 ë¯âMhÕá²4^$s¶ª¨o›yUMsßàö¬0¶hÆ}Í¡IckRÇaõ€¦O&·Ir^¦'1E+=ª ’”'Ú–—/O‹à±qG1Í9Ëœ¬HFâg|””Þûå–0¡…ýïß +©0+R“€PävsÔ±²ßʽ$BtU*ïˆ?”±Aïì$ÒÙ:,¡˜ŽL¨‹®•i§©¤€+·Ô‘ú7Úº‡pÐÐÆû"„ ¶€8'Îóý Ñ…ëÚ¹°9Ï‚Šáž¡¾j)îR†ë4¾_O8È +Mñ|ë¶óÖ!;5ˆïÞ_£Wî}çèCpÄ~秸—Ñ—•[™FÇͤ©$*ÑÓõµÁ +Ú7¤y•ËÖ‹ï‰ê>¬Û(yBóíJ½Ùø3Ã_èæ—Ëí®)doü\í.^KTÍáÛÒZj-S7´l»£Î|£¿ÂýH¬‚X_n +‡à¼¶GåDèlÇ–øI3ÔÚ~õPÎ܇D>ù•Þ*x3!ÀŸ„›u.z?"DÖî„\ì<Þ;YÄçÕÙhvpi@>*´#'¬aw>\P„mäµ›Áª çŽ@vFÏÓ„±k”~Ä4I›¬ãkÜ8’ùØO{ònXŠváÜ¥u¹Òë‰úézG}ŠÊºªlmpyŸýÍÈ5vèqa„x¯qó?™PÛnÜ—+rO£˜®Îa +ž'Mîˆâ$¾°Š×a@›mQóDZC~¢… +•¹Ÿ‘L¦]ŠFd_“ˆÙr¯È":©±¾w ê +£Õå-‚Œ3Ž4†v¦!3 圤vôJ6Ð(ŒèŒD–ÛÞõb¡1F˜HÉKv †SZ@Ù$å‹Sü»pü”£Ørpø«'ü¥¸’¡>í­eD«A-žÎE[¦­¯ÔKOŠR5^ÈÉ…ÓX¿ÎŒÜPk-áeÜC^Ùþ~kE_³Çu™DMÜclѺ}ò=Y;ŒZê@ÁµÖ,œöæóÅ"éÍŸµSª­Ô² øñ¦PÈçQ‡åtb'Ô•iôâöæ„Ø s­‚rà=·› ØZ°7€#òÁÆhlœ&tÔñ„’ˆä›¸[YC«ÁY™Nål˜Ø˜¿WK6^¢f«7iÓTÙopCZÕ“C‘Ôu£ÿöУkŒ¤L!&µi§jŒ©Aq*¹Ùÿ…=ˆTÀµmí¨4ÿ) C‡ùpSÅÓ-“¡·ã‚„ +çJõÞï.`ôkÆ/岊2d6š€³Ü€¶EäcZrÚ]²™‡¡€Ôðø¼SÃ&¥X(Á–:1x7Y„Äøt¥ƒÓ:ת+«iø,²½rÕEÁIÐAö5ºíSÿÔ¢!7¥”üPÆ8ˆgŽ]ƹjeC3 Ò xLŽu¨6ÆUýQn¬‚¿É°8µþ3ñjÀòzf~Õ÷̬·˜ˆ6‘*«YlÉœ… $õìš³ÒÇÅ(õŸƒñ<áÞa6ûóx~ŸÞj1у>+*-e‘Œn<ÉIÄXðgt±Ê0¨¶:/a½æð_©#Ë +\ +}jYošŒ©÷â[í7¦£¸`=¡Œð^fž<°B†¬™^›ãÚÛvr² 7­ÇH_ +if‰ÌL„ùc‚ó_²ãt(ˆÛŠÓŽB5EjæÆgù¤h.FLÒú‘9â7ZÞ…äàÉ¥{€;×_D Ð!wåBu®Îä ŽEÏÄ—.L‰•* +Hƒ‹´°&ûȈõÑ^¸D[ˆDq'åL0~µõÀp¸xêÞÁÜK/V——ÓD]°\Âzû ½Ù‚®ÞR1Ä÷RÝ0)^¯Ø‡§’V?I#uúTèÃa}UÓ>.œį+3¢ÕÜ¢ï`zýQ:ºAÐû\ *TŠÿÆë}²¬áz¿‰¹ÆôNŽaaæw(7ÒD37ƒŸ¦ù)ó:“ ˆú¬ìS ÁsǪ¥{Œû}$æ]кi¿T¹É2`Ë;þaÆ–!4‘¨rli±TÁ:çn_#涇‚6¶Y`üG¯ÁàNa»è÷˜]éÛ±ûÖWœv~wvÁÐ2¯ÑJL,N„K«üN·éþ2 {'_Oj‹#x÷­^ŠÆšuf(̈*t¦Ü4)v¸bz8Ï<¹Ý±B~èà­‘}P`Dëo¿Ì ¨±êG2Þठ+mA«çâO udˆ'&21 ;ČǂTPõö´g™¹¼îÝîˆ2UÆÛÞÁðÍÂ/ÉÏGb53´cˆCg¹nÞi;Ïhs‹ùÍðb}¹¹8{Yžœ }¿:<9ýf+=¤kÌl‘Úni¡f]o$ã&yBݽÕM Ó7ËÇóA^ÃH|õºþW©ÆéyEѤ•í/©²n€kYéà‘+¹È@"fxxµ·-ð€½Oêei +Vî÷w + ŸØ’t`,:)ÔB‡ÁG:Ì$f¸ðyëÚïj±Ë>s˜$ĉZî<ÑÍóS½»|aðŸ~íò°`sTiºÿ¬[ôò@Æ©»2ê Ê…†|>aÀ¤ê¾‚Á†ÐçŽRrõ= Ó’Ï÷ÏØÆè›9 Õdå;^Y iÄ眛¤„yÁæ{¯p^Ñ4â3'œödgþA®»¢vxwäš î1…÷q¼L¨Ã)`ëá®$¥±Ñt(ðn™‡(`£î“'ô‚”YTÒì³4ŽTÃã^9Aó¯T×K¢"¢¢Å_Λ½Xv›(¨vU>šAR¯¤,)üÞ°KGBÆÆ—Ê v‹F¹ÄÜ•Nv7úi¦‡eŠÂ‡ +ê/Ue܈M¹ á‹lýÁ„f‘_ª³˜c‡+RÞÒܱ7JÔÙÀS¤×÷5/òêô½dÁ€¹J “9î–¥÷¥ìœPæLRQztNjÁ&D+¢ûfh²†Ž=™Èηfñã°ÜPØÕ„½5Vßô¶®]#ÉØw ßZ «Pvþ—E[Aâg–¥pˆñ,–míÑE +ºse«[@BgçÛ­s™|idOj_DVQ[ +é÷ùТ0 Víõ¿ßŒ&ö`tsõ07ªG4vaŸ4#†¦¹$ Vbun—Å(‚ôg +#O$sS5PU œ.¢[ŒMê‡äÅöWDÉ X“W¹p9]ü*LÑ_fuF pMì]áa5u¯6ó”bÞÄ(¶}©Ñ:QÔÙÆùBP‡8äQ{Ȉ/|-Ø`èI^µå­.„gŵSQL¤ÀöÕS£%¬\äØN6°Þàñ./%Oñþì¡`¢;°45Àò<Ú›)kŒªÝv ~áÑ(;{úfjdaúCš²XÍ>Ýí½-H8Ëõ[Ž¢ûš­"»‘ +eWãÀƹ"Ì>_t¨¸ÍÙ[œ ¸˜Kß“sÞa ¾{ÄÈ?»#‚›¶.…^’»Ÿ°€HùQ®"£&\Ü>ÄçÒÝR‘ÑÌŠAHŸeò—àbÙü@Ý81õ’•SƒÕ£SŸò2ß>„›ü`¬?¢ +"hÇ@¥29àÊ &>f훓.üÝ1 +§†õ”bqÆý¤‹!"*ôÍM«#™ea…)\ò)¾Ò¡g¨d +ÈJî._(úëõTc/_¸"mtDýŠœ~4°™¾~—År¬Vñ'¹ÎTŸÖ³š:šLD¨¨üp T—ž Z#@|èèÌ»Ðÿس9qþ!Í»2<+ ¢¡«ûµ ú+ …CÚ?«8 Ô•P>šÁ({ôæ!Rר­ÅÃRjÐRª&ê3ªŽe†s†«@SH·Ž³N 7ÿ9:wb5ø3á†Ù¹‚£€sJ½{cuUPÍ”JجR–¡½ÑéìhBÇɼ¹É¯J^Íò`W혩Žö[!KA=´&)MòZ©í² AÉW D]Ä-¤…VïK±‚á¨]?Q˱æ¯wàŒ'¸ „U…‡>©]J¶ÜÕðPÿì7ØàJt„¾š¿Ù>¨‘Ñ‘c‘ä㲞O.$ÙÌê”\{ÌQ’ ˆ¦:mÕÀ'ßtÍ=œWô´¶§ÊÓ݇(Lém-&¼t ùØú>ó©Å„)¸ÞHó~F"槅Ij_ÿ8{ +‹h-ìÏÍ8ùÓ£ï7è8XÓó£–òRQ6X$< ЮËsuå©ùn9J,DKÚr‡÷PüÒBª¦Ç¦ÓFBL? +¤77dšƒs ’¡çëëÅÞ~GŸ#`77 ½QØ›(J†°x7§¡<úšÞfhêËxS?bPT„‘Ci xmMÌXÞÍôAÕIzyÅwN@,eAgÒ»~Ê{ò,©0‰YµŠhÐñÕ—N»zÍ%LëX0ì$¹ÿ:Mèç®·…ŠoLüÄ·,çÞÊFšì§ +Çñ +WÞ%'ØO±3À×Svw¢Êg_L¸ÐHaU¢ã€¾=–,7}eÌãŠòÒåL~@ÃÅE5lå’` +‹Ä'uxÕV›¦1T8£'‰°oˆgé“>.{¼žÄìiµÈùúXû§¢l¤ò¦¬£îm""—Ó«²•\ osiµfZØ@d±qîm‰æ—ÃC3&VÒÜÑ©_#fz%øÓ8Ò=ˆYí¹r¡ãDaWÁŸrœÕY*ßd©ŸcYÑäš3 +³{R‚f¨HÚçâñ|Þ^v›Êi)Köš)&Yð?Wnøšª½!v£sžãùa6Ÿ=–*.}¬¶( +|t²(=íö¤fÛDmŽ(¾ÅÑ Ï[ø˜™5³‰îk Oz±—\áû²tê“Jå.—;žÏ +g¥Æü©=KTI™44—üD„WׇQ“ý«OHVûrƒb~Ïدµ>ƒÄ‹M¥Þc µAÝOÛíd£õ;)†ü—î4zÖÛ +Þ ëÝ°•‚×îŽÖѽ3î¸ÝYµÕÁ ¥ëò¤UÓô9¾DïNà…j š¨kó'©ðzœ`ãËT7§×?5‡õaßÓd£’P%&æžE·Ty7g-z|„#…Å,mÍe_è8]ô‡îSŠ8Ql1Ù;HxˆÔ#,£¡ü˜þ”y§Žþ^¯¥…P„+bW;©•Âûm3á÷ÒšøΗV ï&­DNŸÚ•lC o|³û Ãú®ìNföØ–m…ÄIÆ«i%¦ +ÄñM‡=R¹Y_Ûù[ø›gB6¿D×Þ•@Q¢ + +†Ê ÷Òyï»Ï ÅÞ6ØJµ}É2Wæÿð¦Õx¥Mûá¨ùÁi~öT´¨^‚~½"G¢þ:0‚íP|n\Ôž€[)Ù7¨„û°ã–dJ÷;cgQÏJ7²|ÔÆ"8SÖ£Åk`èp)Æ3wVR JIŸb׵Ĝ²Ïþ¿ü ü‚ÿ'ÌmA@ÔÁy‡òJï^ +endstream +endobj +276 0 obj +<> +endobj +277 0 obj +<> +endobj +278 0 obj +<> +endobj +279 0 obj +<> +endobj +280 0 obj +<> +endobj +281 0 obj +<> +endobj +282 0 obj +<> +endobj +283 0 obj +<<>> +endobj +284 0 obj +<> +endobj +285 0 obj +<> +endobj +286 0 obj +<> +endobj +287 0 obj +<> +endobj +288 0 obj +<> +endobj +289 0 obj +<> +endobj +290 0 obj +<> +endobj +291 0 obj +<> +endobj +292 0 obj +<> +endobj +293 0 obj +<>/Height 106>>stream +xœí|yTSgúÿe‹!d…„š&€HD ‹,CuD©—Áë†í âA¿z\¦ê¨ÕÊTq‰ÅÊX±”q,F(ÈbÂB0!K lá÷Ç{~9 +·vætž?8×ëÍ}ïsßç}ŸÏó<ŸçZŒC<±ü½à÷‘ÿ©ýGëWOq¹Üììl‚ž?þÙgŸýòË/®®®J¥ÒÙÙ¹··—J¥*•J­VË`0ªªª¢¢¢*++÷îÝ[UU¥Õjýýýoß¾­T*) +Ad2¹´´´¼¼ü·Öl‚:ÑÑÑ/´x_[ ÃaâÁ²¼7µÿ»ä7ZÛ0 ¿ßòùüwù¹Õ¾}û¦~5 Ãû÷ïÏÏÏÿóŸÿüÒC8;;ƒ .]ºÄçó'þ¯D"¡Ñhà‚sçÎýðÃccc'Nœmmmaw0 +téÒ%++«œœƒÁ@ ¾û¦¦ÀÀ@‰DÂçóÛÛÛýýý#µ +ƒR©´µµ½uëF;räˆD" üî»ï¸\.Fsvvær¹ƒ!--íùó磣£4Ãáܽ{÷éÓ§£££ÎÎÎõõõX,–H$Fð×ÙÙùìÙ³îîî‹-jnnÖét4ËåVTTØÙÙÁ0\XXèêê*‘H¢££a†a¸½½½³³3;;»´´”Ãá$%%½‘Úÿk›Ãá„èèè÷¸Sþ¨ý!ÄŒß~¿²~ýz£ÑØÛÛÔßßÿøñc,‹B¡RRRZ[[óóóÛ;wîâÅ‹=:mÚ4<âĉúT¿Ûl¿äÞcoÿ?#ÿðÂårïܹÓÖÖæããs÷îÝÍ›7?~ÜÏÏoúôé¯BÈ'¿él›µdpòFþ[È4ðüƒª=é––••uóæM__ßêêê}ûö566¶¶¶"‘H4ÝÜܬÕj×®]{ãƾ¾> +…"—Ë}}}5 +‰D‰D666:nöìÙB¡ÐÓÓS&“µ··GDDØÙÙA$ +õzý½{÷À@[·nE¡P<O¥R)Š7>~ü¸»»;99ùË/¿}ú駟޾}{tt4**J, Ö3ƒðôô„ H¯×wuu©Õj4íããƒ@ JKKKKK%ÉW_}LÑÙÙ9>>þÀQ(”¸¸8‰D¢×ëe2™µµ5 +…š?þ7 ƒILL}ºvíÚÜÜÜ‘‘ +5{öìÛ·oC„F£“““srrX,“ÉÌËËS«Õl6[(&''_¾|ypp0---''§©©ÉÞÞ,[·nMåÕ˜luâ[~w$kÞåççÏž=[©TÖ××j4±XŒÃá.\¸ðúñ&CÝ9+àóùÛ·oohh‹Å Ãßß_§Ó±Ù쬬¬+VäææªT*$¦×ë}||ø|¾X,Þ¸qãD#—ÉdL&S¡Pèõú ´µµuuuÙØØ„††ööönÙ²ÅÌ3O"½½½“ý×o)Ïž=/=éükäÉ“'“]6©ßŽˆˆ°µµˆˆP(½½½ƒƒƒ‰‰‰ããã555`Û¶mW¯^5-‡ÃãñZ­öÞ½{K–,™1cÆÁƒ§OŸÎd2ù|¾ +@ ‘H€*4m2ò… b0PEa0%%% mmmt:½¬¬ ì —/_ÆãñÀ)`0N‡ÇãY,V^^^JJJuuµT*õöö†a¸««‹Íf àkºººRSS§º¶/^¼¨V«!²´´œ5kÖçŸîááñzcž¸Õ3¦9ÑÈ'†™®èõz@Àb±º»»;;;SSSsrrüüü +…µµ5È744„……566zyyÍ™3çÌ™3Ë—/:22 +AN§{üøqll¬N§ÓëõMMM‚ÍfOu'ooo7é9¼õ¾äÇšúV÷{ÆÛ\.7//O.—»¹¹ÙÙÙµ¶¶zyy¡ÑèÂÂÂM›6ñù|…B¡P(6nÜ(—Ëõz½……ÅÓ§O7lØ°xñâwú?4Íð¡“-o©vff¦ŸŸß… ììì¼¼¼ÊÊÊ·µµU*•fÑ”ü‡Îö‡3˜D"áp8\.7##C¡Pttt †ét:¾qãFpp°T*uwwW(‚L&S(”GuuuÅÆÆ644ÄÅÅ=|øpݺuû÷ï7€H#‰4mÚ´“'ONÅŒW¯^ýÝwßq84­R©?~(—Ë•J%‹ÅÚ¾}û[¨m~¶wìØjzoqÓ_’¿¥w0+“&•> B.—;00ZQQÁb±ôz}?™L¶³³C£ÑçÏŸ÷ôôd2™ŠH¤îîîÁãñX,–\.Ç`0$©±±Q¯×Óh4,{úôi0‡Ã9qℇ‡Ç¶mÛòóó“’’`ÎÊÊòöö&“É=kBBÂéÓ§;::bcc!ºyó&ÈC±ÙìÇ'&&*ŠÖÖV@ ø|>‘HÄb±d2٬ߞœ¾$SǪ÷îÝ{ÍM€H¥Ò)Þíf21Ÿf©¯ÜÜ\‚,X€Ñ(ŠL&ÃápÛ¶m«­­­¨¨@"‘ ×£V«322öìÙc4ccc]\\är9ŸÏÇb±¥¤¤\¾|ùÙ³gnnnƒƒƒW¯^åóù§N’J¥l6ƒÁ”••ùùù‰D¢±±1__ßââb"‘h0âããsssÙl¶X,V*• C¯×3 ‚€õ‘H$•J…ÅbçÍ›Çãñ¤R©Á`X²dIKKË'Ÿ|2¥¤Fëèè(--e³ÙL&óÒ¥K666Ë—/OOO§Óé$iÁ‚­­­™™™ F£Ñ0™L¥Ri0"##%‰Ñh\²dI]]]gg§§§çØؘR©ôööÞ½{÷rrrˆDâÈÈK*•zzzöõõ=zôhãÆYYY ,¨¨¨X¹rå‘#G†‡‡­­­a‰D±±±b±811†a.—ëã㓘˜xäÈ +…2<<ÜÝÝÝÞÞ>22b4§T-5kB/Y‘É8_úß—.{ Ó}SsÍÈÈxÍ_}òÉÄ|¼}çÎ2™,‘HºººFGGzzzd2ÙéÓ§W¯^ŽÃáZZZ”J%A‘‘‘Éår +…ÂãñœŒFc`` Ø«¿ù曵k×r¹\‰Dâää”–––••uýúõ_Ÿ“&f¸+åååmmmãããvvvz½þ¯ýkAAÁÂ… ›ššººº¦M›&“ÉÃÃÃDQQ‘¯¯ïµk×@ˆÊb±¬­­çÌ™óí·ß +…¶¶¶ +6\¹r@hµZ‰ôðáÀ€€±±1 T*Ož<ÙÚÚÚÙÙyóæM*•š››ÛÖÖ6<<¼mÛ¶îîn…BD"ÏŸ??::šŸŸO¥R¯\¹råÊ•òòò;wΚ5ëþýûíííÞÞÞo¤öTQÚŽ;>üF·† ÈDPšLÿF«ÕÊårwwwFƒÃáÊÊÊ©½½ÝÍÍM«Õâñx‚@tðF£yúôihhè›Bóñö¡C‡ XÿøÇ?^ +¶ß—³çr¹:ÎÍÍ@ ôôôh4&“É ƒ§§g]]]XXØ£GâââÚÛÛi4ZSS“V«íééÝ·o‡Ãñññyôè +…ºtéÒŽ;´Zm@@@?ƒÉËË;|øð$_~yM2ÃôOpð¦³=)JÛºukww·¿¿EE…££#¨È……… ‚ðððªª*‹…F£y<ƒÁÀ`0·oß^³fÈ¢J¥R +E§Ó{zzDwww__ƒÁP©T]]]ׯ_çóù‡‚a8,,¬©©ÉÆÆ&%%…Çã‰ÅbNgccÃpHHˆP(\³fMvvv@@ØP*++Á¯jjjHd||üµk×6lØpüøñððp*•ÚÜÜ, +ÂÂÂ’““_})f +½géÒ¥ ~L&S«Õêõúÿû¿ÿ‹ÅK—.½yófll¬\.VVV ƒÍfët:4ÝÒÒ@Ç3t:½¢¢ÂÚÚZ(vvv*•J±X ÈÇ0 ÷ôôDDDàÄb1 à †Éd®X±B¡P`±Ø¬¬¬”””ÊÊÊ´´´¢¢",»qãÆÎÎΙ3gêõúŸ~úiÆ +ßÿ}dd$•JÍËËÓét +eÕªUb±¸¬¬ìUÿãŒüÝ Sa…˜1r‡SZZ + +k"‘(22²®®ŽÁ`´´´´¶¶2™LÿÞÞÞ–––ºº:kkk½^Ïd2 ƒƒƒ«««7nÜXTTzáÂ…¿ÿýïe3µZ +²…uuu%%%\.·¶¶`h@€Á`†‡‡§OŸn²Õ€€€;;»9sæäççK$’éÓ§Ö:€tŸ.Y²¤¦¦¦«« ¤ÊµZ­»»{eeåîÝ»_ÝÒÌ9@µk7þüÊÊJ, ìF + +ݹs§³³“B¡ +…2:: +ð‹‹KTT”B¡Àáp|>†a‰´~ýúk×®¹¸¸ôööªÕjNŠáF£ŒUVVæîî–“ÉMII H&“744888€šfGGGNNNttô'Ÿ|B$ÁšÒétñññD"ÑÛÛ»¨¨ÈÇǧ¯¯O§Ó‘Éd‹ÕØØÊŒfäí0ã«0Ðx½úÛw˜^ƒ:'"å©d¾i1ÖÖÖd2¹­­M­VƒÒ •>þøcSi’Åbét:±Xœžž¾víZooo@àîîÞØØH¥Ry<“Éôññijjrpp°³³ëïï5ííÛ·s¹Üüüü®®®èèh<ßÜÜ,“Éž={æîîN¡PÐh4Ab±à¹èèhŠD¢ÞÞ^'''¡PH$Z°`N§ƒ ˆÇã-X° ¡¡A¯×«TªÛ·o¿1›a2ùpé³­ï]̇".\pssƒaøùóçûöí“Ëåx<¾²²°Ø% Nÿøãù|~?(»577GGGŽŽŽ®_¿>;;›J¥Â0¬P(-ZTXXêÍÍÍÀ¥ÿ¾¡ˆ#‡axppP¡P°X,€+:::ÆÇÇF£•• ÃÅÅŵµµ0 {yy]»vM§Ó±X¬ƒîÚµëÒ¥K»wïvuuE "‘¨­­Åb‰ÅbSNê½÷P¼©¼±‘¿ÇĽD"),,ôóó»|ùrxx¸J¥¬•‘‘¡Phii9cÆŒââb:þv™Ì׈ùP„ËåVVV²ÙlµZÝÕÕåëëËd29Ž••UzzzVVV||üDß¾|ùr&“¹k×®ôôtP9…»‰;bii©Z­&‰R©”B¡L4rÓN!‘H@pâÁëc¸·ó,D$ 6ÆÈÈH___±Xœ••xF‰$>>žÏç«Tªèèèúúz[[Û†††cÇŽAäíí]YY™œœ AP]]¯¯ojjêµk×HdFF†««+•Jíîîž8Ђ 8gÌ>á;.3³m6¬™ØÚcöü[‹)a\TT´gÏžááalNMM©µââb''§äää¼¼d0óçÏ·µµ}c#ŸhE½½½S¡M¼ìÉ“'/Ýç½s ^²ü©Œbœ‚FÆ®®.‹5gÎœœœƒ±gÏž­[·ºººƒt'Èò±Ùl÷›ššBrrrmmmII ؇ž>}ºoß>†Ïœ9C$×­[Çãñ\\\Ö­[ÇçóKJJŠŠŠÈdrdddnn.ØŸp8œ··÷½{÷¼¼¼ †‹‹ ‡Ã™>}:@X´hQVVˆj]\\ètúÀÀ0o‚NŸ>ýöÜ>Ÿ¿ÿ~ƒñüùsƒÁ Ñh>ÿüs¥R©Óéššš4MFFÇãr¹?þøãÅ‹M´+"‘xþüù%K–€ yÑ¢E~~~ÙÙÙ0 »»»'%%™²œ111;wîœ8èk’¯'zÍ·CS§ ›ýÿ<Å"¶Y&åï"æÁivv6àÇ¡Ñh½^ooo! +›ššz{{q8œ§§§@ pttÕ‚æÍ›wêÔ)"‘ˆB¡.++›;wnWW‹¥Óé&c!‰J¥òÁƒ}•»öêyÓ$¿;Fšt¶Í2&ƒho~K$’††4ÝÝÝýí·ß®[·nÎœ9ccc«V­-Ÿ###}}}+W®äóù­­­ÿú׿vîÜÉb±H$Ò[ã(ó³}çÎ9sæuê”@ `³ÙZ­V¥R™†[½zõÄX +PÁÉdr___kkkzzúÅ‹!R©T=== „žžnkk›œœœ™™~ÿþýôôt—pìØ1,›””T[[ ’_f3§oNÍæZšŽ'’;^Oô˜ú#½µ˜™mÐÃ0•J¥Óéÿüç?Õ +4;Í;733Ç`P¤———P(ôññÙ½{wNNq‚ + wíÚ•••APvv6ÿôÓO¡ÿŸ«4EN™™™CCC±±±€X\UUµlÙ2Piollõc…B¡Õjaž?~[[0ŠîînÐõ%“É,,,6oÞ¼{÷¨âââ9sæ¬ZµÊL—Ì«oâÉ“'III‡þᇶlÙrýúu³óðÒŒX6ŹzöìÙÔguê±ÊDÊÅk.M(ò˜m±Xœ’’²cǃ¡T*SSSÛÛÛ!Å}2™Œ@ 0LOOOcc#‰D"‘k×®mnnþþûïíííAŸˆ@6oÞãââ>‘1YUäwVûÈ‘#ÁÁÁ0 ŒŒØÚÚ677»ºº‚øiÑ¢E×®]Ãb±"‘ ˆ£ÑXQQ‘ T*ÁŒ3fÎœYXX +Cãããh44͘í¼2¯6ÈÚûûûc0˜ÆÆF<oaaAPwww}}½££cXX•Jý駟<==srrfÍš§Ñhúûû]„éÓ§‹Åâ¡¡¡ÖÖV@ùú믿üòK†††yóæ½Z»†¦ìüß±ëÛ|R©  €D"YZZB¨nnn ?ˆÇã‰D¢… Ö××Ïœ9sÉ’%}}}¿üò ‰D‚aX¥RJ¥RðAÐ +F§ÓsssÕj5‰DÒét›6mjjjZºt)ŸÏ7•þ@ÚD¥RžD"¡P¨ÊÊÊeË–iµÚ·FÇÇǃ\%¸ð¾X,–é>t:½¡¡DJ¯¹™xûÖ­[ååå½½½r¹|Ú´iX,öÉ“'F£‘ÃáüíosrrB"‘ŽŽŽL&³ººÇ + +š¡³³3nmmõóó#¦»»{õêÕ£££–––$‰ÉdJ$’Ë—/ÿéOª««ûì³Ïêëë{{{>|ˆD"--- +…Á`xöì@ —ÅbÕÔÔ P¨šššÕ«W …B +ÕÓÓ)‹ÛÛÛ1ŒµµuGGGLLLeeå_|ñj¼m~¶÷îÝõüùóÂÂBooï”””ææfÀ*©®®&“É/^¼€ ˆF£ + + +A¤T*GGGY,–P(¤Ñh(ŠJ¥zxxØÚÚöôô¸»»óù|À-:yò䯚"( ½ +ßš»ñ+jËd2<ÿR»ÈÙ³g—-[F£Ñ`˜Q£ÑtvvR©T0«8ÎôC‡ +¸ENvvvúùùi4àÿA‹Ì™3g††††††FFFV¬XÁçóµZ-…Bh4‰DªÕêÔÔÔÜÜÜ+VÏœ|QQNokk ÌÍÍutt´²²JII dpp022²³³ó +vr.—+ +ûûûýýýE"QPPPuu5 +…ª««ƒ hçÎUUU0 [YYYXXh4‚”JeGGǪU«<<<:::¬¬¬°Xì… öîÝ{õêU‚|}}½½½;;;---5B¡X¿~½Ù¹5½èW¢ß¨*øúÝÎŒÚ7nܤùúúzOOÏÒÒR +•˜˜XWWG$ÕjµX, + +mllŒ‹‹«ªª"“Éáááb±888øÅ‹ ïº¡¡ÁÑѱ££Ã××·®®n```xx8<<œÃá$&&&$$H$’C‡¢‘Hd0B¡äY,ØKKKu:ƒa0?vrr2ÁÇ—^„N§ëïïwrr O `±Øúúz³)D3àÔÁÁahh|qô`www.Z´ÇÆ>úˆJ¥ºººººº€÷Êf³ðxü¼yó4L&[µjUyyù§Ÿ~J BCCM¯áÂ…íííà@€l6@ÐëõR©”Çã + 0™Lð +£ÑúZY,Nïëëo¤¦¦†H$FEEݾ}ä[·¼¬¬ÌÛÛ»ªªJ­V»»»;88Lu¶%Éýû÷óB.—k4šuëÖiµÚÞÞÞÖÖÖÑÑQ1444<<ìèè¨×ë§M›AB¡€ ÈÎÎN$M›6ÍÞÞ^$ùúúR©ÔÒÒRGGÇ•+WNfu¿*StÑStþ“•ٳgãp¸ÎÎNWW׉éÇýüüd2™»»;8#“ÉÚÛÛq8Xê}}}¹»»ƒÜÓh4¾”i +…B&“ +Euu5‰\±bA¹¹¹€Ij2{‚Äb±½½}pp°Ñhìïï~~~¾¾¾d2Y­Vgff‚^uuuzzú”ü6A3fÌزe •J}öìYQQQgggCCƒ@ 0 ===€”S__O$ËÊÊ>ŽB¡KJJFFF>ûì3…B¡R©6mÚôRvñMÁæ»IÌliÀÁxyyutt455y{{———{yy9::ö÷÷ûúú–——c±Øüü| +¥Õjìíííìì + + + ƒ‡‡™L“iÓ¦999¡P(¥R9kÖ,'''£Ñ(‰ìííß>{ölpp0`gšš}Á›ÍÞ¶m[PPH­ŽŽ._¾\(òù|GGG`4A™B¡€Ò + £µ´´€ì:è¡ÊÈȘÒl_¾|yxx´ù¨Õj0]OŸ>‰‰yòä +… + + +jiiéèèùÞ½{ÎÎÎà€LxRR`=+ +:yâÄ ©TŠÃá"""ôzýßþö·É漑w'î¼Æ̨ýàÁƒÁÁA‘HD§Óa¶±±éïï'%%%qqq€E&“›››cbbø|>™Lîïﯫ«suu˜5kVUU‘H”H$þþþÁÁÁ8Δioooïëë àr¹999žžž="‰>>>R©‰Dö÷÷Ïœ9S¥R­\¹2%%eåÊ•°pÁ&“É@ï›……Åøø8 + +G]<ú²&CifŒ|æÌ™W®\INN†aX¯×"•+W® +ögÀ˜?>ØÃét:ÀgÁÃ㯯/11Ñô²MÙéžžž ‡Ã™/ðÅKK˦¦¦ÎÎÎàà`ðA +†ïÞ½–””tìØ16›íââ’››Ãp^^‹¥P(àƒ0ÖÖÖD"1::Ú,V1?Û@¶lÙ2sæL<oii©ÕjÁ:‰‰‰Ñjµååå@+777¡PÈd2A‹Ðƒ¬­­AC +…:wîÜš5k@ G$1LMMÍàààøøøÀÀÀTz>\ñdÒPäêÕ«D"qppÐÑÑ@øùùÕÖÖ‚‚3‹}ñâ…­­mww7™L† Ô߀˜¾ü +|{__‹µ´´ +pæX,|É|\ˆB¡H¥Rð-`/Z­6..îñ(Ì«­ÑhL–ÜÓÓcee@¨)À €™†††ñññ™3g‚Éy/´èw¹ÃTä·È¥}óÍ7h4Ú`0”––S(”ŽŽ''§€€€Ù³g×ÕÕõöö‚m¢°°ÐÃÃãÌ™3ú‘~ýƒL|òßL~µùƒ~ðjÿ‘äªöÿa­j +endstream +endobj +294 0 obj +<>/Height 106>>stream +xœí\mT“W¶>Æ$@J ¤$ ‘"á#Š”ÁA:¢¥-ŽXŦcq†ŽåZµè*+­ZF\Mi–ˆŒA +&Šˆ„@B$Iä#¸?Î*‹+‘/mç®;wÿ +oÂû¾çœ}ödzŸ}VLOOƒÿø ¶¶öÂ… ‰Dò駟~ðÁ§OŸÖjµ @=z”Á`üâãžžWg>755½è+øçsW¦§§ïß¿?ÿýgKggçâü’bbµ¡DEEùúúBC:>>¾råJ2™ÜÛÛëëëûäÉ;;;¡P$‹ÃÃÃåryeeåÎ;u:‹år¹t:ýÉ“'z½žÉd’H¤ÇWUU¹¹¹ž>>£££"‘pùòå´´´Ï>ûìý÷ߧÑh4­°°pdd¤··×ÊÊÊÎÎnÍš5p~¯^½Š@  +‹MOO?qâÄÔÔThhhkk+•Jãóù6l033«««£P(EEE4Ïç;99ùùùUVVzyy566úúúBK9[^4q¯Ìo?7¯Ðó=we1«·ÔE^ž˜XmÇãñ Ckk+‡£R©uuu‘‘‘\.·¯¯oõêÕûöí+**ÂápMMM‘‘‘h4Z«ÕÊd²ØØXFsûöm777,ûäÉ??¿êêêÀÀ@€¿¿ÿÌÞ­­­ybNNŽ@ €[ÃÁÁ¡½½Åb577‹Åâ””>Ÿ_VVöàÁƒœœœM›6>}zÕªUB¡H$¦¤¤p8{{û   Fóøñc©T¨««“Ëå>>>QQQ/eÒæ. XÊâÌcÿrrrüýýóóóI$×ét]]]D"ñÎ;7nlhhرc‡¿¿?ŸÏ¯­­ + + +uppÈÍÍõ÷÷tuuíÛ·n¹\~àÀ,ûÃ?„††Þºu+==}QÆ[N­V£P(80wãÆëµsçΊŠ +­VK$år¹N§[³fMRR‹ÅŠŒŒìëësssƒ,%%…ÍfÛÚÚ®[·®³³Z‡úúúÛ·o/j²—2Å‹_ÓÁ©X,Æ`0*•êóÏ?§P(£££çñãÇ...8‡Ãúùùét:‘HD¡P6mÚäééYTTdiiI£ÑFFFD"‘»»ûØØØýû÷i4šN§+--%‰:ÎÎÎÎÚÚzöãx<žŸŸ_^^Þ\›4[Òâ‚i%Ÿ;m˶4&uû¹»A—I$U*U``à;wÐh4ôÃ{öì™?4Xž˜VòôôôÜÜÜ‹/BU·°°Ø¸q#ƒ©ªªêïïÇãñ(ŠL&WUU…††º¹¹UUU!‘ÈØØØììl “5|xxxdd‹ÅR©T±XXZZêáá¡Õj¿ÿþûy^kÆŽüB†Ý„%×h4h4:77wóæÍ0ü + +ܺukxxÇ ˜™™Q©T½^/‹‘Hdxx8›ÍF£Ñ(J©T666¾ûî»gÏžõóóKHH(..F"‘555Ç/++S©T³ŸX\\ÌãñÜÜÜ +źuënݺ5>>>::üôéÓÛ·o‰D4 +cžŒŒŒ—örüöü+0ûÛW»VfxxxÕªU/+Ó~›Ãá899Á( +PQQáääÔÓÓ“Àçó‰DâƒBBBÍÍÍÐÓètºH$¢ÓéÐyB]SScii9<†Ä---o¿ý6‡Ãñöö6 pRa¤×ë/_¾œmff&‹e2‰D277øðá‰'òòò¢££a¬žÀápFFFüýýãããM®ÃÜ w‘ÛdIÊ„’ãp8¹\¾bÅ +£Ñ¸~ýúööv˜¸ +ƒÁ P(PñÒÓÓ###-,,Ž9âââ¢Õj©TªF£a0,ÛÐÐ000àëë Ž°¿¿?%%¥®®têÔ)[[[‹URR’ ‰Z[[¯]»¶¨ÄsîÌÍõ½ð¯Êbåçç···Ëd2 ''§úúú¼¼>^,kµÚ‰D<oii988m“Éüè£îß¿?Ïkuuu½‹ý"1¡ä\.—H$VWW´Z-Nwuuåóùíííiii/^tvvöññ¹s烡ÓégÏž + ó÷÷çp8ccc«W¯ðù|¥R‚@ ”JeyyùØؘ››ŸÏn®MZò¾¾>­V ¥ŒŒ h àÄéõúèèè'Ož‰D0<<ŒB¡¸\îöíÛÕjuggg``àÄÄĵk×"##cbbL“Û\0pþëÓ?Cˆóü`öÏæùÁ?þ8ÿ^ ÒhBÉóóóår9Ìu³²²233óòòBCCïÞ½‹B¡T*UYY™¥¥eFFL÷ÀÏN;999???##£¸¸‡ÃÕ×׉D¥R½sçν{÷ Æ4;+..Öh4™™™ + + +—.]Z·nLæ±XìÀÀ@}}½¿¿ww÷øø8|“]»va0˜ììl0::zôèÑ'N Ñèüpæ…SRRþmÅ Ìpîòóó‹ŠŠ˜L&ŸÏÇápííí ÆÛÛÛÚÚúÆÁ`0P©Ô¹™‰I`A1í·ËÊÊ4MZZÚþð‡sçÎñù|˜l‰D*•ÚÜÜ<99‰F£#""är9ŒÛΟ?¿cLjxÀÿ*//—J¥,ëÌ™3}}}---Ççóùb±xþTäEòªŒ¹iœÜh4fee;wîÔ©Sææ涶¶^^^Â`0$&&òx<­VK¡P„B! ‰P¿ÿþû;vœ;w®¸¸¸½½ýÌ™3'Nœpvv®©©¡Ó逈ˆhÛf?®¸¸¸¦¦ƒÁTVV&$$ttt¨TªÄÄĺººgÏžµ´´¼ûî»EoooÇápQQQB¡p``ÀËË ‹ÅAbbâ©S§rssÙlöÎ;9ÎÓ§O322–¯äK‚c—*3õ],«V«ÝÝÝ›šš&''׬Yc4¥R©««+@­Vc0¥R)•J?Îf³i4Z[[›B¡xóÍ7µZ­‹‹ ‰DñññYYYPû *>}&•ããã +ÅÌÌŒH$–––âñø±±1‹%‘H*++¡Á8}útTT”@ @ îmjj’J¥‰‰‰555®®®z½žH$B0++ ƒÁ`±X“J¾xxc.PÁ`0fʽ`¡ÝnBÉårùÈȈB¡HKK«¨¨P*•£££ŸÉdvvvæääTVVƒƒƒÁ(**²µµ%“É:®¬¬ ‡Ã‰ÅâØØXXåÈÏÏÏÌÌ<}ú4Défäرc|>?33“Ïç744àp8èD¢££J¥ÎTCC‰„‡‡WTTlØ°B¡?|ø0++ ‡Ã988XYYõ÷÷ŽŽzyyµ¶¶Âúäóƒœß¿-è‡ÿòÜ»-èðg‹i¿ÍãñV®\I¥R«ªª°X¬Ñh$‘HIIIyyyz½~Æ +...ÅÅÅG…û‰D¶¡¡š+S‡ãêê:55åääÄår333ËËËA}}ýìÕÆb±ÁÁÁ°Öuþüyó/¨®Ë“¥åÛó\\6š[\\¬V« + ­­mÍš5 +…ÂÌ̬££ƒB¡ ˆîîn ³{÷n.—«P(‡Ã9tè‰#‰0ΗJ¥p xyyݹs'44T§Óݽ{÷_ÿú×¢† +ƒ jccÓÞÞ®×ë ‚X,žœœ¡ÓéD"±¡¡a¦¡R©T*ÕèèèØؘ““,ÖvuuÙØØÈåòÖÖÖÍ›7‹ÅâææfGGÇäää‚‚‚“6Œ±`Eu³üÂaóx<odee‘Éäéé鸸¸íÛ·/ïñóÇ»ÿ>—ËDEEýãÿ@"‘d2¹§§'::–Êmll ÇŽŽŽ¾wï„SÊÊÊÖ¬YsàÀÆÆF†‡‡WWWÏÝ•999&W{“fÒxü²˜4fž—ç,^t“²Ž;sýúu©TÚÓÓcooomm=>>îìììââ’““S\\œŸŸ¯R©Ðh´N§+,,ÌÎÎîèèX±bÅúõëÁðððÑ£G³³³¡·‡¡•B¡€{gÿþý3Q +“É|ï½÷Ξ={éÒ%'''€D"‰½zõ*“É„ø @pww߶mÛwß}÷ìÙ³ˆˆˆ’’’§OŸZYY¥¥¥;vlõêÕF£‘N§ÛØØ…B¹\~øðá‚‚hŸÝ MšI²×«€KKK!JññǯZµJ¡P„„„´··Óh´ªª*??¿þþþ„„„'N †¡¡¡Õ«WGEEA€ÑÉÉÉÍÍm6‘ÀÁÁaåÊ•)))<¯¯¯O*•’ÉääääÅBˆl6…B©ÕêƒVWW8p ++kll,$$D¡Pôôôœ9s\oݺ•””ð÷÷ÏËËóöö–H$žžžîîî?ýôä“ÔÕÕÁdàááÑÝݳk×®ÙS¹ ¯ZçnYBLnòµLæ’‹D?y<^^^dUªÕêèèh©TÚÝÝ +1œçPªòòòÙ¤Ÿ®®®©©)­V É@o½õƒ#‘Hfffaaa]]]:N©T¦¦¦ÎEWæ6ôd™™™ÙÙÙAAAz½¾¹¹922²££#>>žÏç·¶¶:::à‚s¹\ýC•ƒ3CNð3 çÔ©SÉÉɉääÉ“B¡ðã?öððP©T±±±l6ÛÃÃ@ ÔÖÖ®Y³¦¥¥%11pýúugggxýÝwß}øðaRRÒ'Ÿ|‚Åb‘Hä¶mÛ8NZZ,¿MLL ÑèÉÉI@SSÓì¸hQÃþãÿ(‰`éÏÏÏO,[[[+ +eÁÏ|>?--í¯ý«•••§§§R©ìêê277‹‹»yó& +…‚›P«ÕÂâ®B¡433[°¾ý"Lâ•È+æ®,fÎŒG(644TTT:tˆÇãMLLtww¿öÚkñññ×®]òóó{üøq{{ûÉ“'¿øâ "‘hooþüy›­[·Býª¨¨˜žžÞºu+Œ”e2™ +‹ +¨¯¯?xðàÒòí#GŽÈår___XÓ ‰0lnnnllܱc‡P(ljjúÓŸþTWW'²²²fësAA„fBŽýû÷ggg“Éd•JUXXøò +?,ÃÑ,sµ£ ¾Ç»xñ"‹íïïß·oß/¾Hæöïÿ{£Ñ#~€µµ5@hmm + „50¥R9³uÑhôÖ­[ +ÅÝ»wῇ‡‡ÿðÃ~~~ Æ`0@ÅÁÁÁ"‘hyXÚ«’ˆÕ–––8ŽN§GGG¿óÎ; +…brrÒßß¿¬¬,((H­V§¥¥©Õj¹ÅB¡Ðh4†‡‡ONNÖÔÔ„„„À ÙÌÌlhh¨££ƒÅb ¥Rùë ïE²(%_0P›¹•‘¥‰DÂçóI$džùûû)•Ê°°°›7oúûûÿôÓO¾¾¾ÎÎÎÙÙÙKÙ¼2߰èTª»»ûÀÀ€L&£R©|>ßßß_,'''C’ÍÐÐÐŽ;ŠŠŠP(Tdd$4Ë°^SQQA£Ñ<==õz}RRÒ×_-•JQ(ƒ™]ÓŸ= +…'f/“{.sØGŽihh˜ššb2™‰dÏž=B¡033333“H$²X¬o¾ùfttT­Vïܹf×:.88øÂ… G-..¶²²êîîvvv‰D™™™ùùù³Ù »wïF"‘¡££C­VŸ9s&%%%))©¢¢bݺu‘‘‘÷ïß¿{÷n```kkkRRRAA‰´··'‰ÖÖÖ555111‰$###''¦«wîÜ¡Óéîîî + + +7nŒ_°gËlÓ=×sÌ#ó”„…Bassóèè(ÇOKK +…gÏžµ¶¶žœœ$L&333ÓÕÕ566¶¬¬L.—ÇÄÄlܸñìÙ³ÝÝÝÇŽãp8pÖ"""à^ð÷÷_¹råæÍ›³³³W®\¹XâŒ8p »»{åÊ•¶¶¶{öì)((ˆ-))A"‘ÓÓÓqqq*•ª¨¨(22rË–-'Nœðóó«­­¥R©8n```xxøÙ³gÏž=S©TЀCó÷þûœÜ2æwîg“ò +¢´y"³ùÏãñ®\¹õ¶§§gëÖ­x<¾¨¨@"‘Þxã +.—‹B¡€Ïç“Éä7^¿~ÝÖÖ0Sx‚½T*U*•FXi¸sç +…b±XK[í÷Þ{‡Ãµ¶¶Â@?((H*•>}úfH$Òh4Bæ1“Éìëë‹Å¾¾¾æææÐEët:X£Çáp%%% ¦§§góæÍUUU/š¾EβɯÀϪ±d,mFÞzë-ssóÑÑQðs® ¤fppðàÁƒÁ{ ¢¢¢`ÕÒ`0À‚€+W®lÛ¶Ïçoß¾=--mæþ3èJUUÕ—_~™’’²iÓ¦gÏžÁl‡ÉdŠD"4ýÁ|óÍ7©©©6³¶¶f2™ÓÓÓçÏŸwqq!‰Ð +'Z©T’H¤ÉÉI"‘¸uëÖO¡÷E/ +¯^½ÚÒÒ2::êää´qãF +…R^^ž””ôÅ_Èd2GGG¬®B¦rpp0ä¥c0Èo€~!,,ÌÃÃC,ݺu½½½vvv*• +²íTž­–¯œ¸¸Ø^‘‘ËåÑÑÑ×®]Óëõ{÷î•Ëå!zöìÙÚµk +ÅíÛ·-,,p8œ§§g]]¤¦êõz€X,Žˆˆ(--‰D¡¡¡$i|||rrR£ÑÐh4H$ß~ûm]]J¥ + iii™A)žsZ¹¹¹¹¹¹T*Õ`0ùfÝñññl6[*•Òh´äääââ⦦¦¬¬,‡SXX644tüøñ¿ýío†D">|xûöíå¤"¹ÝÖÖ`nnnffCFƒÁ`¨Tª¹¹y{{{¿½½=X´%…ÂôôtWŒŒŒ|ýõ×ùË_½½½!´yóf¸Ï +Ó'O°X,ìN1±±±uuu­­­x<þ7ÞhkkÃãñUUU®®®AAA?V*• gÎœ),,œ ã.jØR©tddd||ƒÁ455]¸pa6ŸºººzÛ¶mp¡` +2©¯\¹È`0x<Þ“'O *èèèÈf³a!üœÿiÉ_ 0¿,YÉ—êºç¯>œ^¿~}÷îÝh4ÚÂÂB£Ñ@ºÇ?üàëë;22íyyy9´2hÒ;feeennîîînffvãÆsçÎ]¼x100þ`É~RMnܸQ[[+ +aCPMM¯¯¯V«e0ƒA&“¥¦¦Âüv7@ß.‰Èd2…B¹sçκuë>üðC.—[SSsïÞ½·ß~Ûßßy‘Ï+ NçË· †V«Õétâرcð< +Ȥ…©ïáÇ% L›>|Çã±X,N'“É( +–þ‡‡‡:ÜÞÞN§Óáq°ô·k×.6›+HäæÍ›9Î ‹€ÅbåååÁãlØl6|±ééé   ¡P¸ÿþ’’’ÀÀÀÁÁAXœnnnaaaóù‹Å¢ Ó 6iÌf=-æóÜ?ïÝ»·àC§MqHOâZP0i‘‘‘µµµP3á2b0½^?::joo/•J·lÙRSSÓÞÞ¾gÏس {©T*@˜˜˜ „¾¾>‰T]]‘‘ñÝwß™„¸~5y)tå%©°æÆ4íĉo¼ñFMMM\\\__$úvwwþBç+-÷ôôØÙÙéõú´´´K—.…††zxx|ùå—©©©§OŸ†¤jµšÉdÂz€Á` wtt ö÷÷Ã`.33s6óúë¯Ã2À܉øuT`¾a …ªª*NÇårcbb Ãàààää¤\. ‰DJ¥2**ª¦¦fppÉd>zô(44”Çã…††zyymß¾}1Þ.??ÿìÙ³!33³  @§ÓÁXö™˜››OOOÿå/ÉÍÍ…'ýc³ÙĨ¬¬ Þºu+›Íž˜˜Àb±ßÁd29Ž¥¥¥X,vqqIJJ:sæ 8|ø0ǃýž‹±ø6‹Œ^”Û½²>°9räˆ@ °³³Óh4°Ó&Ø0svv¶¶¶æñxŽŽŽX,vË–-{öì1ùº/ÊCžË·I$REEEbbâ… \\\úûûi4š³³3$®‰D<.@©TªÕjsssKKK•JYصµµGýæ›o`¹B¯×“H$OOOƒ±ä^‘y¼è«’yšCç^ü5üö/-</??‡ÃÁ~w,[YYd0 D¬&&&nݺE"‘à9=eeeQQQ>lkkËÌÌ\vÞ¾ØÃ…öíÛÇáp¤R)³È®ðĺ˗/¿õÖ[$‰L&Ct‰J¥Òh4Øæ +í-Ûàð–AÐzn¿$˜i‚ ßspp˜šš²²²ŠŒŒ ÆÆƼ¼¼ F[[@°±±¡ÑhL&3##£¿¿¿±±ñ³Ï>ëïï7 ðh¨Ë—/£P(:Îçói4‰Dú裖AJÃáp³mÄK¸¦•|ü Ù=»‹DZ$ɹsçvíÚuýúõööö©©©©©)½^ïííÅb‡††ZZZâââ Bl÷]¶üo<ÞõWˆÕL'žÅÅÅsIM¿ÌDiÑÑÑð$Z®X±¢··wrrÒÓÓ³¹¹r´÷îÝ[RR299ÙÛÛ›””ÔÝÝÝÕÕE¥RÑhtpp0—ËÝ°aÃÄÄ„P(d0ÓÓÓ&Ù ¦‡Ÿ­Óé~ó›ß¨Tªþþþàà`±XÌ`0ÊÊÊìí턵µuWWW__Ÿ‹‹‹¥¥å믿nccIãÿüç?ƒƒƒ‡††ž={fmmÝÖÖæááÑÚÚêìì¼víÚÒÒRðÎ;ï@À˜L&[ZZ:88<Ÿœœ ù·3%·Ï?ÿ|Ïž=(ŠD"Í6h)F#‘H$‘Huuul²aƾ¾¾±±12™ ‹°&hBÉKKKmmm•J¥µµuoo¯Z­€'ÈhµZ¡P8>>®ÓéÆÇÇI$„V}|| íúµZíîî®Õj{{{×­[§×ëûúú +Åôô4‹ÅZdáÌK^Fÿ¡éawuuõôô”””¬_¿^¡P¬X±Â`0888>/Height 106>>stream +xœí\mTSWÖ>@ˆ’H"‰”ðU‚D„‘–â„t°E‘ÛÁ¦j©]XµÚN–Ó*ZÚ–ŽÆ*-ΰ¬ E±2Z +M!!F p!  „÷ÇYÃrI@T¬ó¾óî¬psoî=÷ì³?žýìc3== +þûÄöY?À³‘ÿö“ f*,,,**B¡PG}ÿý÷L&s`` §§F“ÉdÀÈÈÈÀÀ€——×ÀÀ +…¢Ñhqqq:nrrÒÇÇçÍ7ßü­‡2‡‚˜˜˜ÚÌcÒ!‰Où©žÌ7ìÿÃò¿~mŸ<ðíWÍþ)À\SeeØ ¤¤ÄÃÃ#***??_,ûí·o½õVhh¨§§gYYYooopp°B¡ “É£££‰‰‰û÷ïOHH(//Çb± + + +áááíííZ­V§ÓíÚµ+;;{Ù²e§Õj7nÜøþûï ¡PXSSãææ6==íííÝÐÐàããƒÁ`L&“H$b2™p „……±X¬¬¬,‰D²··Ÿššêïï÷ññill ÷õõ­®®¦ÑhF£0:::11A¥RGGG9Îl%Ó³dhhhzzú§Ÿ~‚Ÿáßû?X½dæó\§ÍÈO?ý4ûzÕBÎY |˜Ífëõz C$årùÞ½{…Baqqqhhh¿V«½}ûöì[/ÔuwwÃÕ²ˆB$ +‡kmmˆÅb¹\Îáp + á Ë–-‰D›6mÂáp€ÑÑÑááa,ëççÇçó]]]µZ-•JíêêÉÎΞ˜˜pqqquu…¯R ̾µõµüÖ[oa0˜ÉÉI +åîîÞÝÝ}úô駴)•J‘H”˜˜¸Àóg6«áç<ÇÁƒS‰D´À'[ ‚ìììàà྾>Ÿ²²²¾¾¾çž{…Bùûûc±XFÓÒÒB§ÓÝÜÜ~þùç¡P˜œœ\QQññÇß¼yó믿vtt †ŽÐÕÕU"‘@‡wâĉêêj‡GðÛkÖ¬Y½zµV«5ÉÉɽ½½]]])))999ƒ‡Ã%$$‰ÄÄÄÄÌÌL,‹Á`®\¹òÒK/(•Êööv&“H&“ÛÛÛ7mÚôÞ{ïyyyéõzƒqäÈ‘HtýúuµZ=<<Œ ‹ÅruuššR(þþþ€’’Ÿ   ‹ÅÒÑÑacc3::*—Ë©TjUUƒÁ`0kÖ¬ùî»ïÖ­[§R© FMMM___LLLkk+‘HLHH°¢J ±{÷Þ…ÛÒ¼À¯ýõ×_x‹éÇ5ïÖƒÓââbAŒF#Ç+((ÉdúÓŸ„B¡@ 8räHVV‘HT«Õ×®];zô¨J¥Ú½{wCCÃêÕ«¡!=uêTYY‡ÃAD h4š¡¡! sõêÕ£G \¼xQ dffr¹\­V+‹Y,–X,f0ÞÞÞpžéïï§R©F£‘Édâp¸úúz;;»ÔÔÔýû÷3™L Ãår + +0ŒB¡X±b…‹Å*))Y»vmkk«Z­®¬¬\P”&Î;×ÑÑ055ÚØØh2™àÍBCCz½>!!¡¨¨èìÙ³8îÓO?õòò:räÈÖ­[—,Yb2™¶nݪÓéôz½R©ôóó«­­Å`0Ÿ}öÙ¡C‡,KRR\rsÅ^óËìHîþ¯À¿ã³¹b5+Þç /W*•t:}öq@ T*‹‹‹¡7Ž‰‰ÉÊÊ"×®]{Úy¾tE$effR©TµZÍápúúú`œÐÕÕµmÛ6ƒÁ P(X,–Á`ÉdjµšL&#Âáp„B!ƒY·nR©trrÐéôÊÊJ///g±Xº»» ¾8pÎv[[™L.--íééY¶l‡Ãùúë¯GFFFGG%Éôôtll¬T*5™L111cccÿüç?¿øâ‹ãǯ_¿ÈZ­Öd2Ñh4øliiiЀK$øgѺ’ߺukéÒ¥€ööv[[[ƒÁ… ‚ ###‹Åh4ŽŒŒÐétGGG¡P¨×ë¹\®››[ff&›Í6d2ùÒ¥K4-==½  @§Ó8Nqq1‹Åb³Ùs9Õ¹džìâQÕp‚Ó™[vww{zz‚û–+˜w ‚ºº:8“ÉÉÉð@Í’X,NMMÍÉÉqqqÄÇÇ 4-•JÓÓÓsrrX,VSS“‹‹K\\œP(4X,¶¯¯Ïb±‰Dÿ‰‰‰¢¢¢üüü…š4¡PxóæM‰¨­­µ··×jµ~øáéÓ§¡j‘Éd“É”žžž™™ `0cccAAAƒ¡¯¯O¡PìÞ½;//oùòå^^^ƒÁh4jµZ€J¥ºuë–@ ÈÉÉÁãñ®®®0~ùå—x˜¹ìÂýOû¨ZÀ~{.g{¿+žœ=v†4ÛÃ?m±bÒàlÙÑjµIII¹¹¹$Éh4fdd=ztëÖ­+W®Ddpp044´©©irrrxxØÎÎÎh4~úé§{÷îݳgÏñãÇwïÞ]QQa0Èd²Ñhd³ÙB¡Ð`0|ÿý÷‚@ô§ªªª³³ÓÍÍíù矿|ù2“ÉÌÏÏwuu½sçF#‘Hååå)))8®¥¥j‡£££§§§Á`hnnÆãñÃÃÃ&“é¹çž£R©ÁÁÁóO¶u%ß³gÏéÓ§ù|>‚ <O(öõõ)•J +…âïï___O¡PT*U[[[`` D#|||úûûét:‡Ãihhèèèhll\µjNïëëÃb±ååå›7o¾zõê¡C‡„B!DW”J¥­­mSS‘HœššZ¹r%À*€ÕÝÝ=<<ìáá¡R©lmmñx|ww÷ªU«ÊËËCBBlmm===»»»étúCÍÛCLÚC-äü'Ìe{gl‚ ß|ó +™LvqqQ(‰‰‰¥¥¥D"ÑÛÛûÚµkÿú׿–.]zîܹ––?ÿ`.Ögû£>z饗š››F#‡Ã™ššjii9sæÌbÝuFàÈõz}oo/…BñððqrrªªªŠŒŒ„¯fddD­V,b 3_”çJ©T‹D¢‡.˜G‘HtêÔ)ƒA¡P***´Zmrr2NçóùË—/×h4xƒ81Ìó¨‹Å·ðx¼“'O†……F©Tš€ ˆÉdôõõ>n47oÞüâä“+ÒìPü*Êýç,P{gŸv­fþ3"Ö•+š››W®\ÙÚÚš””T^^Îd2F£ƒƒCgg' +…Šˆˆ@Ã[SSƒF£I$™LF¡P­­­111%%%<Ù£££¹\Îf³9o÷Æo P(WW׎ŽN—žž~ìØ1Àåroݺ•œœ\TT`³Ù +…êí /¼`0Ølvii)4{r¹<))‰@ Ëd2*•Z[[ûÕW_]¾|™Á`,¨ö„23!¿AFõØ·°®¼÷Þ{»ví:~üø'Ÿ|Ñ’›7o2 Xgêêê + + +Õëõ:nÍš5+W®¼qãÆ®]»²²²~ÿûß×××ÃúŽ¯¯ï… X,ƒÁ€±Xl0X,Ö‘#G”Jå?þXQQB¡¼¼¼úúú4Íßÿþ÷wÞyÂ/ +…B«Õ †öööàààÎÎÎ3gÎìرƒF£µ¶¶R©T‰D‚å®ââ⌌ ÅÂŒp䜱X7i!!!×®]KNN +…ééé555‹E£Ñ 2™L, CE[[Û©©©‚‚‚ää䯾ú* €ÉdFEEݨÍ6-3‘“R©,((àñx™™™~KKK;sæ ÌOsrr¢££ûúúGGGÙl¶T*ýóŸÿœžžž——G$ÉdrMMN§³··‡&633“D"1ŒÁÁA©T*•Je2Ù#Di•¹‚¾ÿrÓBžáYzE"ÑñãÇ===E" 99Y$éõúèèè™Ð²¥¥ÅÇÇ'88xddäÒ¥KùË_`Š^UU•‘‘QXX¨Ñh"## +ÃÞ½{óòòfS?Nœ8aå-Ìo0~ FrÔú­úÅ…<Ïl÷9ûœ9 ½ï¾û.‡C£ÑÏ?ÿ¼R©ÌËË[ÜÙF$//¯³³³½½c6›«ªªâãã‹‹‹ýýýi4šD"ñðð°··‡ì@}}}¿»»»ÅbY±b…B¡Ø±cGAA‹Å„h—\.'‘H»víÊÌÌ|d¦ÒCQË'@Àçó™LæÍ›7>|úôi‹Å2>>¾iÓ¦’’"‘899É`0 +…&¼ÉÉÉ!??ÿ7ÞÈÎÎ&jµz6_a~¾X8S)11ñË/¿ôððÉd›7o&“ÉÕÕÕz½>44T&“éõúÔÔÔ*SJJJff&„“!ÿÆÞÞ^©T2 ­V›žžáë¾ùMÔãÆÖ•‚ï0©())a³Ù555$ bÚ:AƒÁd2ù|¾½½½§§§\.ŠŠ +…/¿ü²ƒƒC^^—Ë•H$†ËåB_ýÅ_$&&677 †‹/Bäô»ï¾³±±Áb±;vì.**Z³fF£ Óét + + +iii2™lãÆW¯^õññyrPíI-ù“x,Anݺ•ŸŸ?==íììÌáp°Xì… bccµZ­«««J¥šžžf±XCCC¶¶¶d2ùâÅ‹^^^~~~¶¶¶O2ø9g[«Õ’H$N ÈIIIƒ¡¼¼æ}T*ufá …ÂåË—›Íæ‘‘4ý /Éä’’ƒÁ-‰äææ¦Ñhìììà%CCCDD¥RMMM‰D½^ïáás@ssóÔÔÄj „þ½\¡{¢a.`5šË,„î°è(ÂCï2X N:i«:ÎÍÍ-""‚H$¥¦¦fggCÛ.—ËÕjudd$‡Ã9uêÔÚµk—/_~åÊ©T +s&“É„ ›Í†Ì†œœ +ãdÈx9þ¼@ ¨¬¬¼qãFddäøøøÄÄDZZÚõë×q8\{{;,'#W\\ŒÁ`îܹcccñAÌf³»»»Ùl¦ÓéjµúƧOŸ†%›®®.÷å—_¾úꫳmž^ZLLŒ««+ƒÁ Óé555"‘ˆÁ`¶´´ RWWÇd2Oœ8áèèXZZ +P(W®\„‡‡óù|³Ùl6›Éd²B¡X²dIpp0ƒ¤¦¦òùü%K–@ ª+‹¥ÓéÐægee•——766ÂW†F£{zzòòòâããµZ-L{/]º0›ÍáááÐ)‘H–-[”““ãèèx÷î]€ÅbùùçŸùå—'ÅÒ!xè· Æž"ù2iØl¶Z­Þ¶mÛ^yå•ôôôììlN·jÕ*›¸¸¸ÌÌL‹gffæððð©S§ 1àðáÃYYY ƒËå>|FC¢ «« Rv Ö– +!þ®®.«„E”9‡ +iÑ°ý…B¡Àj;‹•Éd(ŠÇã•––úúúvtt…B‰ €˜ÆÖ­[I$RBBBnn®ƒƒCtt´P(LMM=w³³R©4›Í•••Vè1ëÕ(ÖýöÞøòÐ⦖‡R(‹%<<Ü`0ŒFã¶mÛöíÛ{ùòe4””$‹1ÌÚµk!ad¦2%•J###e2™Lþõ×__}õU±X|?­!$$d6ÏzCTMMB¡HMM…ô‚™q.î€gj`÷îÝ#‰Z­‚mJ¥277—Çãݽ{wùòå, æ*)))µµµd2f”ðGÌfs|||OO4f“““6668N(ÚØØ8;;Þ®ä?´3hú5²4ϵVfû7@PVVÛ.¼½½g˜7eeeL&“N§÷öönß¾=++ ‚d<¯¡¡²_âââ qéííe³ÙÀårëëëCBBnݺËXuz@æ›m@ŸŸ¿gÏžºº:¥R î£Ít4ÀÃÃÃ*++!™ÌÅÅ’Ðh4‘H„ðöö¾|ùò÷ßÿ$o +j4{O’,Ž’?ÞÀbPddä7ÂÃÃÃÃÃsrrÈdrOO¯¯o[[›¿¿?ä™Â´÷çŸ~饗z{{g|dTT‡ƒ“P( +…ÐÅÄÅÅA¾žX,ÎÈÈXP1h~9tèÐ-,3†ý[‹ÅÛÛÛ`0P(”…tzvtt P(£Ñ¨T*M&¤~­ZµJ©Tnß¾ýäÉ“îîîgÏžžž>~ü8‡£Ñh"‘r¡JÇÇÇóù|WYY™››;99Éçó¡ÙÓétVÝá³7iOÃ)>TæœíÐ:ÞÙÙ¹víZ''§ââb{{{Ÿ‰‰‰ööv£ÑÈårÅbqtttYYdç‘ÉdƒÁÀårëêê`d&¶oßÞÖÖ6C¬†š™œœ¬T*ïW¢öövXÜ»wïÑ£GÅb1‰D"‰-ûÒ`v ‰T° kýýý°$*‰Ú"“}øða C§ÓµZ-FCd||Ü`0@ª©ÙlvvvŒŒÀ0£··×d2ñùü +6@ΉX,ö÷÷g2™aaaaaayyy ïÕÚÚÊãñΞ=‹F£M&ScccXXØèè(‹Å‚½\ï½÷´ÕSSS!!!9994ÍÍÍ + ¯<¯µµÆAAAýýýéé逊Š +©TJ£ÑÚ"³@yJ•€ß¦À`½{àرc¿ûÝﺻ»mll¸\î 1--íõ×__¬{Ãà””$“Ét:]lll}}ýØØ‹Å’H$ýë_¥R)…B)--…ün€Ñh\ºté;3““³sçÎóçÏÃd +QJJJaaa{{{EEÅ‚†ý[ÊBìÙÓ°yó9°û}•““¬¶`ïìŒõb³Ù}}}°Èf³ÛÚÚ|}}E"‘MFFŒm÷íÛ' +Éd²^¯ïééáóù0J«ªªÂb±ÁÁÁëÖ­+**Òétaaa­­­ fË–-ß|ó +äôôô@2ˆ££ãjjj‚Ñh‹Å°ý­©©é‹/¾ÉdçÏŸ_½z5LZðx|bbâc62Ï# ï¯}ZòÒÒR???µZ===L&“«ªªÜÝÝU*U```llìG}´|ùò7ÂKúûû'''wïÞýí·ßBJ$èétº¦¦&OOÏññq•Juâĉ“'O.]º477÷™‡†Ë …BQ©TÈ_ß¿¿——×Ò¥K!0–——Çáp***ðx¼ÅbQ«Õ©©©¹¹¹¯¾újUU•Ñh„Fž@ ¤¥¥9rÄÁÁ!##ƒÏçÏ$,\± ë/ðÏ7ì;wêõú©©)ÓÆÄÄÄsçÎ-]º´³³z`89¹¹¹‚DFF*•Ê¨™‚øúú2™ÌììlXåÑh4°üÛ¤Á72™œ••Åf³ï¯=äåå™Íf‡Çã±³³sssûüóÏú..‡EA„ø1­®®®Ù³ÒêŒÌ7Û÷›4‰D V¯^}íÚµˆˆˆòòòuëÖýôÓOÞÞÞ £µµ544öJÔÖÖz{{S(”ˆˆˆ™nòžžž·ß~;77·««kíÚµûÛßaÒWækdFRÞFGG-Kvv¶L&ƒßr¹\x¦N§liiÑét0A£Ñ“““p …B¡R©t:Ýùóç!e âÇÏPÍ’?aõÀåJ¥²©©‰J¥^¿~ö>,Y²ÇCbX@@€B¡øÇ?þñØ·›GbÒ°XìØؘZ­Æápp;[[[WWW@PPТlCòLäÙÇä'Ož÷óó«««Ã`0K—.§R©:®½½Á`h4š±±1€»»»——׋/¾øå—_*•Ê'NˆD""‘(‰är9ä1ãp8N•šššƒ>Z¸2;Jóööxzz¢ÔèèhTT ×`Mmmí[o½òÌÌÌÜÜ\È0tvv†”ÂcÇŽmÛ¶ÍÉÉé‘öšºÿ/Êë~È°aP ›Ô\\\ärùÀÀ‹…EèQgÂÒºº:FÆUUUööö°p¥ÕjQ(Ôý$ËÊÊJØ:¼k×®²²2˜$Èd²\.ÿÃþàãã“ŸŸŸššš••ÕÛÛK  ƒ-==ýþ—þ@¤TTT4Cb¦P(mmmqqqœ>Õ4Òï/ƒc0‰*Šýû÷WUUÁv"‘[ïáž5pTÅÅÅ/¼ð‚J¥Úµk×É“'ñxüÆÇÆÆ Ë~™oØï¾ûîíÛ·Ÿ{î9~ Ø(S\\L¡PX, +…:|øð¢Œö„X­Ì,Ö4<ËÄA~øá‡~pvv–Éd¯½öì’»téÒÎ;-KDDì€&Ñ|3—<û|ûÌ™3o¿ývcc#l>ØÚÚFDD;vÌÉÉÉÏÏozzA'''///™L&‰^ýõ'ìβŽ®¸¸¸äçç{xxÀM1 H¦×ë™L&‰DZÜ +ÿ4 ‹…N§WWWS©T½^Àb±¶¶¶NNN*• +ð¤Ä•g®ä*•J"‘DEE-¼jQdNtåÝwßíêê‚;yzz:::Þ¼yóƒ>˜©øLOOÇÆƇ……áp8 +…RXXèçç×ÔÔäçç—––ö@¥²';:: ƒ——×Þ½{áŒÕÔÔèõúÊÊÊ%÷ôô”H$ +…N§Cä ®®níÚµ° výúõ‰$22²ªªj!Í»VåéÎöC_óòò<<<œœœf”ûé VÏtL;;;«ÕjgggØË O~™é\ý5Üú°ŸDÎ{x¶„{ëÀí·`§GZZšV«miiÙ°aƒR©„+s¦ÁW*•"‘¡iXˆtwwOHH¸páBHH›Í†ý 266öý÷ßC½ÝØØ ‡ mppðöíÛ°]²¢¢âƒ>(**Ú¹sçgŸ}ÔÕÕ599©P(Nœ8ÁóuëÖÕÖÖ®X±¢¿¿ßÍÍF£A +­¯¯÷óó³œÚ}øá‡jmm=wîÜÁƒ/\¸°råʈˆˆ©©)N×ØØ888Ù“]]]z½&ž‹å—_~!“ÉwîÜEŸÎÎÎîînŸÛ·oûûûæ6 +…2442>>n2™ÆÇÇÛÚÚ8““ãääŠÁ` 阅²råJ,{óæMµZ½jÕª–––íÛ·WTTlØ°!&&Òz—-[¶eË–ÖÖÖ[·n»¹¹988ìܹÓÊt/yºèºvíÚô“m@1×NQñk‹Ù·’‚)Î;w‚‚‚ÜÝÝ!< +»Ã»ººîÝ»çëëËf³á.°Ä »ž`\¹víÚû,ÖEFFZ,¸ŸÜ8ìÊ•+5553ý¡PÉ!⟜œœŸŸo6›ÿøÇ?æååÑh´ÉÉI +…š••·ÒÑëõd2¹··×`0„„„0™ÌâââÀÀÀúúz__ßÑÑQGGG«ûÚXÇÒH$‡[µj‹ÅÂãñ)))¹¹¹°E*•:99Á¤;väääðx<¸‰ly¥R©ÙÙÙ°+ùÞ½{IIIÞÞÞf³‹ÅJ$˜· AîÞ½Ëf³ÓÓÓ£££-Khh¨Åbí_0gܲeKyy9—Ë¥R©X,¶_¾|911ÑÍÍ-,,lllŒD"ݼyóöíÛjµzõêÕR©”Íf;::BšÉã(ùB6¤œùüØ@òbÉì=5­Šu%///ÇápX,Z쎎///h“ýüüœœœ`6xÂÝ+'''ñx< ±±…B¹¸¸@ÔeÓ¦M}ô‘½½= ×ø|~hh(L§f¸+»víš½ÅÎS”…¼«Mç÷ÖŸ¡"Ü/Ïž»òLäýFÝ'ÿ?ìÿ&ù/öÿ½”­ +endstream +endobj +296 0 obj +<>/Height 106>>stream +xœí|yTS×Úþ&$ŒIH˜„IÂ$cR™”€U±@‹Š—e…v•ŠµµT‹µýh-jõª·V©ö^©/Þr­8¤u  +T‚DN „A¦B$H„ù÷Çþ‹ŸFŠhë]_ïû‡ ““³Ï>ûÝïð¼Ï»¦§§ÁŸO0/ú^ŒüwÚ&Á>þ‹ÅÚ²eËÿ(.—›ŸŸO£Ñššš\]]q8œT*Åb± Æßß_,+ +///,ÛÚÚºfÍš+W®üýï—J¥GŽÙ¼y3€Ãá(ŠééiƒaffVUUµ}ûö•+W>2Ñÿ“†¢(™LžýÇoÊÿ…i/@þ»·ÿÙ¸q#…BÁãñ"‘(333//ÏÞÞ^.—/[¶ A;v:thjj*77÷øñãX,6--íÀT*U&“ÅÅÅ­^½šÅbùúúž={–N§ÓéôÐÐÐüü|øÜrl6{tt´ººZ.—ŽŽ&%%=|øN§_½zÕÙÙY«Õöôô,Z´¨­­Íßß¿¶¶ÖÕÕÕÁÁÁÍÍí‡~øðÃØlöÐÐPii©‡‡F[³fÍÞ½{étºR©´°°ðóó{ÜTXm6› +P(]]]"‘EÑüüü¨¨(//¯¤¤¤]»v ‚W_}•ÍfÇÇÇ®_¿ŽÅb©TjNNNXX˜“Éœ˜˜Ø»woJJJGG‡X,ö÷÷„w®¨¨X¹r%‚ o¿ýö·ß~[PP@"‘ +NR(jµ‡ÃMLLìܹÓÚÚ`aa¡V«MLLlllZ[['''ËÊÊ~üñÇ7n`±X,K¡PD"‹Å277çñx–––===žžžVuÚô÷÷ü|™ÿOæsåÜ×Àoç¾æ×_ã[&Ëåòx<Tïüü|33³îîn++«-[¶Ì(öùóçñx|kk+N±µµõööf0\.÷Ö­[ëׯ‡vµ¸¸822’ÏçïÞ½ûý÷ߧP( +¥²²òêÕ«\.÷À–––ç)öåó§³ä=Š¢€ÁÁAwwwxÁã—Íßµü1bÀ¤q¹Üœœäää¼¼<##£Ï?ÿüÁƒååå8®¯¯ï§Ÿ~âp8åååaaa<ÏÌÌ,,,L*•Ö××###//¯ôôôO?ý”L&§¤¤äçç/_¾ÜÓÓóøñ㉉‰MMMIII £®®A ckk‹Çãóòò¢££cbbÈdòÍ›7«««³³³Ï;—““SQQQVV†ÇãÙl6‹ÅªªªÚ¼ysqqñÐЃÁàp8‹-êîîÞ¼y³X,666>yò¤\.º}ûöãs4þâ‹/ù¨®®îæÍ›[¶láóù +…Çs¹ÜÅ‹c±X½^ojj*‹¯_¿¾mÛ¶k×® +“ÉäÖÖÖÁÁAE“’’ÚÛÛµZí矾k×.…BáííÝÐÐÞÕÕ…Ãá‹Å ãòåË>>>±±±óšöÓŠX,~D‹fkÄì÷b±X§Óáñx æ#ˆ‰T__ïêêÚßß,•J'''mll¦¦¦0Œ»»»D"K¥Ò˜˜˜GnŽ¢¨X,¶±±ïhíÚµ?³“† Š¢^^^wïÞXZZ®_¿¾råÊÈÈHFÓÙÙtíÚ5;;;€¯¯ïÉ“'[·n…w0¨Z?„Ó`0˜©©©µk×nܸqÆ +AAA?þø#…B™˜˜3Œ´´4‰D²ÿþ7ÞxƒÁ…˜˜˜²²2ððáÃéééÄÄDAÉÎÎÞ³gOrrrooïッ«]VVÖÒÒÒÑÑ!—Ë'''{{{ÛÛÛÝÝݵZí’%K***>øà###ÐÙÙI"‘H$’Z­&“É...ÑÑч1(×®]W¯^=xð ÇÛ¸q#™Löôô|\/Äb1T‡h¢jkk ƒÁ¨¨¨˜œœ$‘H‰äîî. +ÝÜܤR©››Û“ö¶KîîîŽÃá$ɱcÇ †«««ÏæÍ›ŒŒ˜L¦ŸŸŸ‹‹ËèèhKK‹··wUU•µµ5‡ ¡Ñhz½ÞÜÜ|žÓvppèï˜˜˜P(fff(Šž8q‚B¡>|8,,ì»ï¾óòòjll<}ú4@ +…t:½¡¡A¡PŒŒŒèõz@€¢èøøøÀÀ@EE…³³sUU•¯¯ommm[[[NNÎ믿þøÐVAŠŠ +OOO++«   ©T:00àîî>55¥Ñh&''‰D"™LFîj2™¼€hEÑÝ»w¿ôÒKb±˜J¥®ZµJ­Vfî w)™LÆ`0nnnƒƒƒVVVd2Y"‘¨Õj­V o¥ÑhH$ÒÀÀ|6¸Úà ›Ë°I+++3hŸ»ÔÕÕ‰D¨™€9ôùÊŸf0`ÉÙl¶D"Ë—/¯¨¨Ëå¡¡¡:N­V»ººR(”òòò×_½¥¥ÅÒÒ’H$ÄÆÆ*•J±EDDÚÚÚ4B¡HOO¯®®†ûV¯×[ZZBcW•Åb;v¬²²’Ãá\¼x‘N§óx<:ŽÇãu:ÝÈȈL&£ÓéL&³¸¸¸¥¥àíí-˜LæÇZ­&á  +…¹¹ùÎ;8““ó°´Ç}øŒ¡ær¹ÅÅŽ½½K—.miiyðà“ÉäóùqqqÇÆÆÆÏϯ½½B¡466®X±B«Õ666ö÷÷[XXDEE‰D"Èb±°Xì’%KÊÊʦ¦¦H$Rbbbee% ¥¥åÞ½{?•i³X¬ÂÂBˆ¨0™L@kk+ Îrrr¸\.‚ ‘‘‘\.722rzzÚ××A///­V+‰<<<´Z­^¯×étñññEEEill ‹Å«W¯NOO^¯uÙž%÷ôôÄápl6‡ÃUWW¯X±‚H$ @̈B¡utt¬[·n||üþýû--- +‡Ã„¨¨¨’’333<_RRòÖ[oA‡„ ˆ@ ‰±X ŸïÓO?Õh4ü1—Ë­®®¥R©ëׯÏÏϧP(CCC€ææf¸¶¶¶Ð!«T*¸žgϞݿ?@`2™<ïÎ;SSS>>>ÍÍÍk×®åp8ÇŽ{|Ž WòGâA0 üÈ: rèÐ!µZ166¤wÞy‡ÍfgggŸ?žF£q8*•tóæM•J€™üÞ‡ÉdR(”’’’@Q4‘H´hÑ" ‹”””yím‹uîÜ9—ŒŒ ˆ¥ääääååÁhÌÆÆ&--­¸¸X$õöö.[¶¬¡¡¾{½^¿iÓ¦‚‚ooïÈÈÈ¢¢¢   {÷îáp8:N¡P v—®¬¬Ìà«a±X ƒÁ`üæ{çr¹ÏgŽ·üÛÓf³Ùããã +œœ\XXhoo¿mnnNOO‡;.2‚ ÿø|hÒ†††,--ýýýE"ÑåË—ß|óM2™ìááÑÑÑ‘••uôèQæââ2³\.—Á`9r¤ººšÍfçåå KII™­)ëׯ7ðvæ€é btOú|2sŸ_ýuæïß¼ù“žê©†~‘á +—Ë=uêÔ™3gRSSýüü"##>ìçç'“É<<_«ÕŽŒŒtuueeeµ¶¶ZYYÅÄÄ”””¸¹¹uttÀ¨ill¬³³ÓÔÔfÄl6ÛÖÖV«ÕB¯QRRbjj:==ýÃ?<>´peÆÌÇ‹<£477çääß¿ßËË EÑŽŽ{{û&“922¢ÕjaÞ××÷õ×_:tæó&&&¿üòKxx¸¥¥¥B¡ø÷¿ÿýá‡òùü®®.™Læââ²iÓ&<Ïãñ ú¹'š´>ú¨££#>>þþýûz½ÞÃÃC©TFGGÏÎ@h4ÚÄÄ„›››§§gWWWcc£J¥"“ÉQQQ0„‚žïðáÃÑÑÑ7nÜxûí·ÛÚÚš››gJày +³B¦¹#¨cÉ%‰»»;,ùøø¨Õêððp‡cL<O ´Z-@P©T0år¹®®®2™,‰""" èt:&“©P(PU©T‹/Ž•H$ååå:.11q&ÕûiÃØš5köíÛÂçóaeëË/¿d±X½½½t:ÝÁÁâ;0?…µQ755…Ãá222vïÞÕÝÝ‘‘qüøq€¢(wqqqvv¶³³[@*2³€Óð„µ5¨J†ëÛ<ÏØØØÊÊÊÛÛûöíÛd2ÙÏÏ////>>¾««‹@ ¨Õj'''‡ƒÁ``ú•ššZPP099™””tàÀäääóçϧ¥¥]¹rÅÛÛ.`yyyww·V«íîî†ø,Ç#·nÝÂ`0ï¼óNIIÉÔÔ”B¡ °„„ ˆ\.ÏÊÊzðàAhh(—Ë511illœœœ„•ÉŒŒŒS§NŒŒ0 Àáp FMM‘‘…BÉÈȘ×ÞžM³ + »Ïg+>R yä'ð¿‚ìܹ3>>¾¦¦&00°³³³§§'&&¦²²ÒÞÞ&^æææ:ŽD"%''Ãò@©T._¾¼ºº:""‚Çã¹¹¹ÁŠ]DD„X,îîî^¼xñðððÄÄÄ|§Íb±………ííí/¿ü²^¯ß±cÇÜó\˜Ì¡®óÌê&/28…‰Djjjºyófww·¥¥¥­­-‹]¿~}II‰F£qss311‰Dqqq<o&9qâ„““„ñ]\\&''áWUUUÎÎÎp§äää< T2\‘Éd@$ ‚„„„¦¦&À† + +ÅŽ;žã +œ?¾¿¿ÿ³Ï>+++³¶¶ÎÊÊ:uêTGG×h4ÉÉÉ—.]šœœŒ‡¤´Ó§O÷õõyzz:88‰Ä-[¶0Œ7ß|“B¡ (Z__ÿÚk¯•——OMMPe2™3¾m¶^íºº:>Ÿÿî»ïJ$¡P(‘H/_¾¼k×.@BBByy9,»=¯ùÏ_f‡sX™§öÛËÁÁÁðeee‘Ÿã¦óŸ@II ¬ +÷ööÊd2¨– +ÅÑÑñ7ÞÈÌÌ\¹r¥••Uhhhqq±V«˜˜HHHàóù·nÝ +_¹råÉ“'wíÚ5có5^¯···W©T[·n-))‰Ÿo¾}ûöíç’,@ž”EÌ'c™›¦3[^p¾}àÀ½^ÿꫯ677·¶¶Bš !!á“O>ñõõ… waaá¦M›<<<ªªªÜÜÜœœœôzýºuëØl6™LìÞ½»°°°®®N.—„ÉÉIooïØØØy™4(ñññ°¶ŒÅbu:™™ŒÆt:…BikkspphiiY±bEyyyVVÖ¡C‡œœœp8\GGGnnîÎ;ãââ.^¼hbbâèèCE@ ™± iiiÇÿî»ï’““)ÊéÓ§E"‘©©)OMM…haeeeyyy```ccã÷ß¿}ûvNW[[Ûßßodd”}âĉû÷ïôÑG‘‘‘ÃÃÃN§WVVœÕf³Ùl6›Á` + +Éd²ÑÑQGGÇ   ¾¾>…B!ÂÂÂúúú>øàƒ£Gb±Øááa???++«¶¶6 *•jnn~éÒ%ƒQVV–Àáph4“ÉÌËËËÌÌܶmôÏKž6™Y ’ …§úÉãO† ÈÑ£G +Ebb"€Ãá(•J‡ÌÌLÈW€K­ÕjA@@ƒÁ(((€*íëë[XXˆÇãaq?==½¨¨EÑÍ›7_ºtI¡PP©Ôººº²²²yÅäl6ûÊ•+*•ÊÔÔ´««kÉ’%ÞÞÞ÷îÝóôôôòò*,,LOOÇb±yyy % +aÒ S|AÆÆÆÈdòŒ¾°X,€N§_ºtiíÚµýýýû÷ïGQtfÎgÏžˆˆpppÐh4žžžçÎ355µµµåp8™™™¥¥¥õõõ+W®$“ÉÍÍÍQQQ¡¡¡T*5**ŠÇã1ŒÑÑÑ‘‘ggçýë_‰‰‰èY]]mxækaÄÈœ-íííÏòó¹eKZ8¨ákXR”Éd EEEfffCCCVYY™““Ãb±´Z­———££#$ÇŸ(•J2™lbbÂãñfTÔÙÙÙËË«¥¥ÅÆÆÆÄĤ¨¨H(Â^èèè÷ßÿ©ö˳‹a“–——788¸uëV‹åáá±jÕ*ƒ‘›› C¥Réææ¦×ë]\\>|ØÒÒrîÜ9¸…'.=‹üN¬Íy™´ß•1zøðaggçÙ|rH5b±X|>?22R*•š™™éõúƒ¾ûî»D"Q.—"R\\ìààP__?S‡E(E³²²x<^ccã{ï½÷~{ãÆÐúùùéõz‘H°··ïíí + „ŒCét:ŸÏ·µµ•J¥‘‘‘ŽŽŽ°yîܹ™­¬¬¡R©žžž&&&¥¥¥ëׯ';wîüùçŸ?úè#‘Häçç‡Çã™Læûï¿ÿí·ßVTTÔÔÔX[[?~œN§{{{ûùùUTT@*Ç‹Å3DšGÅ [ƒ>öï7Ïf‡ç^ÿõó/›ŽÒrss—.]:<<ÜÔÔD¡P`àÝ××ËãñRSS !WÂÎή¯¯/33óàÁƒiii¡¡¡§Nzùå—½½½ÛÛÛkjj–.]:44ÔÞÞ>44$“ɤR髯¾š––3°ˆˆOOÏ-[¶¬ZµÊÖÖvbb‹Å‰D///Àùóç“’’vìرiÓ¦±±1@€Ãáðx|ØÂÂB(NOOÇÅʼnD"777GGǬ¬¬¿¦Gb³Ù0o¯¯¯_½zµP(¤ÑhJ¥jxyyùää$ƒ‰U«ÕR©”H$êt:[[ÛÅ‹ê›^¯§Óé:¾,ALLL•J¥X,vqq1XÖ‘èÊ#\§9À@ƒ­ÏâÉŸ¥ý‚ È_|±xñb@oo¯±±±F£žBH>>>ÃÃö¶¶áááUUU²Àãñ‹‹Kzz:‹Å255MJJâóùÕÕÕË–-[¹r%Ü>*•*;;û?kµ¹\nAAƹ</..N*•<<< &‹ÇÇÇÓÓÓoܸ¡R© läàà022òàÁ®C°mþC/dÚ,«©©iÏž=ÇŽÓét‹-Âb±°ý V«) +“Éœ›4fP毺Ϩä/xoÏn322’J¥?þøcbb"tÝ$©³³ÓÏχÃ)ŠË—/ŒŒ|ùå—|>ãÆ¥¥¥“ÑÑÑìììùýlçëëËãñ(ʆ +`ÏÞÍ›7!çrha!žN§Ã~϶¶6˜¥utt@¢^¯Ðh´žžžññq›ææfÈBDQ´¶¶vv§](–‰D {fž­¾¾> `v)>¾fÍš‚‚ggg>Ÿ¿}ûö .,^¼X«Õöõõ%%%ÕÕÕ)Š°°°ù”¨ Gi$‘H0¯€-㥥¥...6l8s挥¥%‡ËÎΞ u:Ì15P(¤P(‹-Òét½½½Û¶m{çwðx¼™™™££ãðððððð¹sç¸\®R©´´´$‘H7nÜ°³³³¶¶®®®ÎÈÈèééÁ`02™ÌÒÒÒÊÊJ«Õnܸ¶ŽÀY¡(z÷îÝ€€¨‰d```þ`îWûw-/CÓnlltww¶··‡Í~4 +¶¼DDDÈd2“ââ⯾úª¸¸˜H$NLL¸»»ÃF× +záÂXAøøxåôõõ577_½zõÍ7ß 011ijj‚!:ŸÏDFF>|øÐÒÒƒÁô÷÷Ãs +²²²òóó7lØPRR{v.\ “É¥¥¥x<¾··wjjjÍš5wîÜM÷FFFr¹\©T^»v- ÀÉÉI&“)Š_~ù%&&òiŸs¸‚¢èÔÔÔÄÄ„µµµ««kww7D›W¯^ÝÐГ“³ÿ~èfÍÍÍ×­[Ù,]]]ééééY__offöÖ[oÍ4BgöHß!Š¢D"‘@ ´¶¶&&&Þ½{W¥R-]º´¤¤Ä‚Á`$$$¸»»Cíýç?ÿ¹sçÎo¾ùÆÑÑ1--mÁ†2—’Ïñ:Ÿ×@QT*•†„„Ì4fÂ6/±XÜÙÙ Ï  “ÉÌ‚þÙ›µ^¼ß¶²²R©T ˆmžE^dLàp8IªÓéw`° gÍš5ÖÖÖ(Š^ºt)00H$BÛ‘””´àq_ð´I$’‰‰ ¶mBÊ•JíííU*•‹-’H$ÖÖÖ/^ŒŠŠòññillôðð€'+•••¹ººŠÅâ899ùúúÎß°öÛvvv.\Ðh4L&S"‘ŒK¥Ò]»v=_² +däéõz™LÖÒÒbkkK&“kjjrss“’’,--“““SRRày0’ƒæM(‰DF }FO,͵·ŸoYçqár¹µµµF­V¿òÊ+÷ïß_²d‰±±q}}½V« +ïî³ƒ +« &::úìÙ³3⠖߈ÉgÀ€ÖÖÖ ‰‚0×jµB¡°¨¨èi‡Ÿ±äØw + ´°·¸¸˜@ DGGWVVFEE èw·ä¿k¬öŸeÉ!A VÕq8\UUà½÷ÞƒgŒÃ¢µµ•F£Áv&NG¥R§§§ËÊÊÌÍͧ¦¦àõ°ÄÏÏïIV÷7-ù+¯¼kmmM¥R÷ïßïíí-—Ë×­[÷ŒVÆp÷ì‘õôô”H$0´ +…ÎÎÎÁÁÁõõõÑÑÑ(Š566BHö]#²víZ¨±‰ÄÅÅÅßßæ¬ ƒ’šš +9Ê555ÆÆÆ ƒÁÀ +On¹}û¶N§ƒL¸={ö@sóìÚg¸ôÇår]\\ +…B¡`2™ø§T*U*UtttOOO@@ÀÅ‹ái‹/†áT?‘H„É6ÇËÊÊÂ`0l6»µµu×®]Ÿ|òÉ‘#GöìÙãææ–‘‘áåå•——÷Ë/¿¸¹¹EFFÖÖÖ¦¤¤ðù|//¯ÑÑQµZ HCCÃéÓ§ûûûANNNAAÁè訋‹KBBÂÙ³g×­[×ÙÙ WèY§=·Ì¿q6·Ú`¨‹ HSSS@@ÀÉ“'aF¥RÕjudd¤±±ñ7ß|ãééÜÓÓ300àïï?55 Ú‚¤¦¦ +…B333‡§ +] ãä\.W*•* +ƒ¡Ñhlll  ?´³³ƒY$tDEEõôôàp8¹\®Óébbbæ¤K$„ÃÓ$0 l#‰Ìá©««ƒ;ëy9Ô§öÛÏѶs¹\N7>>ngg'‘HH$RHHˆ»»ûÉ“'áöµœœÀ?ü&—Ë牟Ì-/0noowvvÜ»wïÚµkééé°¨|÷îÝÄÄD>ŸO¡P0Ìs™êlyÁGR ( +Uwð{ĆËú:Ö0ŒMRRÇ+--¥P(W¯^}^cs¹ÜóçÏëõú?þ˜Íf×××C6ÇÀn}F“‘‘qàÀÄÄĺº:ÈËd²ÜÜÜ}ûöÁ“.ÆÇǯ^½ú׿þöB’‡üÇUEæßû4½ç“x.ì)!çÖtétúýû÷!±=—””aùëׯ‡……µ¶¶˜LfQQ‘±±1Ô …BÁ`víÚ]“Éüù矉D¢V«‰‰†Ow LERSSsssmmm³²² ÓßÇÇ6£BŽ'LHšššÂÂÂJKKÅbñ’%KBCC=êãã#—ËU*Uff&‹Å‚ÄÕÙG@nØ°¡²²Û l “ü=^·ái#Âf³«ªªRRRnß¾Ç`0fãá_ýuEE‹Åòöö†´ž„„„üüüÖÖÖÐÐPooï—_~ùoû›«««L&[µj•§§çéÓ§á)`(Š&&&®_¿Þ þ€j~çþíÙ=Õ³åyÑz,†£´C‡988ÀóI$Ò_þò—ãÇ3™LxòéÑ£G'''¶¶¶NNN:vYŸ={öiWI,³Ù쉉 ;;;x >/Height 106>>stream +xœí|yX“W¾ÿ! dg‘¼°¤aßCÙX‹…تXE[œb­½Œ:ö>ÚJ;.XG«·ô:¨åV ·•A\¨Ã°–-Âì ûÇy~<ŽM;sŸßÜï<ðò¾ç}Ï9ßó]>ßÏ9&+++à_OPÿìøçÈÿuû_ILŸ¼TXXxëÖ-SSÓÓ§OüñÇŸééé‘‘333A +…bzzšÁ`LOO›šš:;;WVVÆÅÅI¥RNçæævðàÁtWÖ„„„Ç.š<ŤÉd22™ü+Õ?GžÖíÿe͵-“Éþ‘ßñ–5gû½÷Þ³µµíêêÄÆÆ–––¦¦¦fffb0˜C‡effº¹¹Q(‡cmm}èСÒÒÒþþþ¹¹9"‘¸aÆþþ~777,‹ÃẺºBCCù|~JJJFF‹Åßÿ=—ËÍÈÈèîî^¿~=™Lussëïïg³Ùׯ_¿téR^^ÞÌÌŒ¿¿?‚ ¥¥¥D"àìì,‘H”J¥J¥"“ÉÎÎÎCCCB¡000ÐÌÌŒËåR©Tww÷ÚÚÚ¢¢¢'—ªnwwwñÅ\.·»»;--íóÏ?÷óó311A¤®®.555==Aääd>Ÿ¿¸¸hffÒét£££^^^ cbbbnn±oß¾Ç^Äår -,,<<<êëëãââ._¾¼~ýzSSS2™¼uëÖ'1^ ¶®e›žsm?º^¸Ùû˜RÝnmmˆD¢¨¨¨±±±ÎÎ΂‚vàÀ²²²ƒVTTÐh44ÝÒÒÂårñxüñãÇëëë÷ìÙÓÜÜ,“ÉÌÌÌär9‰Dš˜˜((( P(_ýõùóç<866F¥Rýýýe2YMMJ¥^\\$‘H óóóû÷ïïîî–ËåëׯG£Ñýýý2™,44´½½}ÇŽB¡‡ÃI$,«ÑhX,@"‘x<‹Å_YY ÏÉÉY^^>uê”Q݆–ËåGGG…Báää¯WWW¯¬¬øùù +ûûû …B¥RéèèH&“e2Yww···7œ¨ÇtL&“Éd²‘‘ø,‰D‚m¶··÷ööR©Ô#GŽœ?¾½½}óæÍõõõR©”ÅbŒŒP©T±Xüí·ßÚÛÛ‡……ñx<:îèèprrúøãÃÂÂ4¿¿HHHee¥V«Å`0z½ÿÝwß}úé§Fu;''F{yyUUU-,,lÙ²ettT£Ñ`±X''§ªª*½^¿sçÎúúz//¯‘‘‘ìììÑÑÑ]»vùúúB‘Ëåõõõ4M(úûû÷ööët:µZ +Àáp\.÷OúÓê#¨áíííA©Tüýý½ +ÊêÍðþááa€^¯·²²d0D"Q¡P GFF>Ùíu'NœxìÒØØØ;wÈdrcc#àÂ… 111ÇÌÌlvvÖÏϯ½½}bb¢©©ÉÄÄD¡P|öÙg%%%>>>===/¿üòÈȈV«¥R© + + +ccch4ºªªjvvöæÍ›þþþEEE!!!¾¾¾2™,''…B;::æææ¢Ñh™Lfnnþõ×_Òh4''§–––#GŽXXXH¥Ò’’ggç{÷îWWW›››{yy™››S( +…bggG"‘èt:‰D277_Õ)£f»½½½¢¢bee…B¡`±X‘HT[[»k×.•Jeoo_^^®×ëgff^~ùe'''FãààððáÃÎÎΩ©)±X<;;»mÛ¶……???©TŠÇãÛÛÛƒ‚‚¤Rioo/›ÍÖh4ÁÁÁt:}u®:::üüüàJytiTWWûúúÂë2™ŒN§‹D""‘¸ªd2ùùŒŸ˜\.—744 rùò対újhhèÕW_‹År¹‹Å¢P([[[;;»~øA.—³X,‘H„Åbß~ûm‘H411F£5Íüü|ss³^¯ŸŸŸß´iÓè訥¥%‹Åš½víš¹¹9Nomm-((@¡P ãĉ,‹Ïç³ÙìÖÖÖ–––½{÷r86›ÝÓÓcii‰Åbñx>ŸO£ÑæççgffH$RjjêáÇÿò—¿;vlýúõL&…B566zxxˆÅbÿÒÒÒ¤¤$½^tòäIø‘L&“Ïç/,,BBBø|~ZZÚêЬŠ%çr¹ +…B.—¯[·®¸¸ØÁÁ¡  ÀÁÁÁÅÅellL.—'''WWW/--&%%‰D"SSSNçääU÷îݻЮÈåò¨¨¨ÁÁA‰Dâåå566¶¼¼ìààpîܹï¿ÿ€ÃáÄbñä䤙™Y@@€@ °··G¡PÞÞÞІ›ššâñx@ÿ{ï½755UZZúÑGUVVêõúK—.>…B …ÂŒŒ ‰Äf³ÝÝÝ‹ŠŠÎž={çά¬¬›7oþðÃ+++/^ÌÉÉù駟fggËÊʲ³³I$Ò;ï¼C¥RW +ÍÓº-—Ë9Îôôt^^ÞîÝ»¯\¹B t:‰DR©TÅÅÅ@( œ:uÊÖÖV(®¬¬(ŠÉÉÉŠŠŠ¡PÈãñrssE"Ñøø¸V«½qã†V«½~ýº££ã±cÇôz½»»»P(”H$Z­¶´´ÔÒÒÒÖÖV¡P0 4=55Å`0êëë±X¬T*E£Ñb±˜N§;99q¹ÜÙÙY…B¥P(ÜÜÜnݺeff677WSS3??F£ÇÇÇìììžì¶%çr¹¦¦¦Ð¯[·ŽB¡½òÊ+sss¡¯¯oçΗ.]:þ|rròÂÂBBB‚ 0ŒëîîFdõMB¡pݺur¹|5¤•Édð—Õ7®†_kiæcaøÛ°÷ÉŸÙ nÃH?quttt888ŒŒŒ899A3þÜÑ”ÖÖÖ#GŽÐh4___‡³iÓ¦ááaAp8Ì“OŸ>ÝÞÞÐÖÖ$ +a +M$Ñh4N‡cŸ››K&“MMMi4ZWWWjjj^^`hh(==ýIKn8&qÈöíÛ¿ÿþ{;;;''§ŒŒŒðððÍ›7ŒŒèt:€Z­¦P(ׯ_wqqyã7ž{•µ Ò/òÌOÌÉÉ©¤¤D­V—••EEEµ´´8;;ÿüóÏt:‹Åþ×ý‡355œœüñÇãããD"Y·nÝ;w&&&ˆD"‹ššª¯¯···Çb±œñððDFFž:uÊÕÕõý÷ßçr¹W¯^utt¬ªªruu¥Ñh‡ÊÉÉ)..ŽŽŽ‰DjµšÁ`ÌÌ̬N2ÀÍÍ +Nrttôwß}G¥RSRR>ûì3ˆs$%%»ºº ¨Õj‹õá‡>9RLš““ÓÈÈÈ[o½µgÏžüü|++«ðððìììmÛ¶ÙØØ P¨mÛ¶™››¿ûî»ÝÝÝööö?ÿü3ƒÁ SSS‘‘‘Ç‹Å fË–-жYZZZXXÄÅÅ‘Éd ³cljóí·Þz«³³ÓÛÛ[&“ B"‘BBB¢££_ýõ–– +…âêê:99ùÒK/) +•J5<<Ü××G$©T*`aaajjŠJ¥>xð‡ÃÙÚÚÂpxttô•W^þåQ1 äwîÜ^^^^YYÙ°aƒ©©é¦M›D"Ñ¡C‡RRR<<pà@__—Ë„„„p¹\‹533ãêêZWW'“ɬ­­ÍÍÍmllBBBnݺE£ÑΟ?/ +OŸ>ý駟 + + +---•——'''‹D¢W^y¥¦¦†L&ß¾}{ãÆ,ëÅ–P_@éï)ñ¿VYÖ¬o”J¥››Œ¿øâ‹“'OÎÍÍét:6›——G¥RI$Ì%«««###'''ûûû¥Ré®]»&'') +€ËåZXXŒŽŽÆÅÅñx¼´´´üü|•JUZZ +_·mÛ6&“ÙÓÓcnn>??ïéé‰Çã…BaXXØ7ìíí ÆæÍ›?üðÃÇçæ榥¥eddÄÆÆVVV¦¤¤Üºu+>>¾¾¾^,»¸¸<êaùòå'ÇÝ@Å“L& A\]]áwÇÆÆîÛ·oÛ¶m:Fã°Ãr¹œ@ ðù|&“YWW·²²‚F£CCCËËËu:ÝÀÀ`Æ +0tÇãñ'§R©›7o†-ïÙ³‡Éd–””;;;kµZ@ ‹;::8Ž··wkk+‡Ã©¨¨`±X‘‘‘ï¾û®½½½££cFF@ÈÊÊÂápz½~ûöí¯½öZ^^ž‰‰‰J¥2336Xº}ñõmãŠ1w>s™…ÂÕ$×ø5µ¦’à Ôjµ[¶l©««[ZZ’Ëå+++éééПŸŸ¯V«=úùçŸÃðúçææf ÊápÒÒÒÔjuMMMKKË\\\?ÿüó¢¢"A>ú裪ªª×_=;;›Á``ã‡ÉdnÞ¼¹¢¢ÂÎÎnbb" €ËånÚ´i5FÔ××k4N755…Åbù|þ™3g>øàƒÑÑÑ‹/þ²(íé£þÓC˜“x{{£P(ˆþùà½{÷p8ÜjécyyùI Å †ËÊÊÄb1“É„¡/ŸÏ§P(666uuux<ÞÎή¼¼|ïÞ½ÅÅÅ‘‘‘D"qppP $$$ÔÕÕÍÏÏÇÄÄÉ䬬,Alllt:]OOφ +Ö­[·uëÖœœA rÚÚÚj<ÀüÅ€I“Éd 99¹¡¡A§Ó577;::ªÕj4­V«]\\jjj.\¸Àáp¨TêljD"ƒÁ°°°èt:OO϶¶¶¬¬¬ÔÔT;;;>Ÿ???obbB${{{srrRSSµZ-|—‘“óÂå—™4c@Yƒ×W5ÿÑ%30X$³³³Óh4KKK«¤Œäääk×®‰Åb6›M$+++ ‡›››Û¼ysYY +…ô÷÷³X¬ºººM›6õõõyzzªÕjF3>>]AP ¬|éÒ%GGÇÁÁA[[[+++GGÇ›7oþþ÷¿·°°àñx@¯×OMMÁöññQ«Õ8®¢¢¢¶¶ƒ†††RSSy<ÇÀø–¡Rètº­[·úøø…B.—ÛÒÒÂf³áB#ßÜܬR©<==)JuuõÜÜ\xxø?þxàÀ:n¬%º5~ÔU)”[[[¹\>00 +hjjruuíêꊉ‰™™™µW #—Ëccc u:¥¥åûï¿Ïãñ¤R©D"111A£Ñ)))™™™z½þÈ‘#gÎœINN +… %%Ũns¹\‡Åb«ªª6nÜÈãññ÷÷‡•74­P(òòòp8œ‡‡‡««+‘H,..f2™‰¤¿¿Àd2q8\SS“££ãÌÌŒ§§'$–ÀºÔÌÌLVVÖ‹¥æÀÖÖžÝí'Ûzò"x Fkkë… \\\$ ™Lnhh@£ÑÁÂÂÂ××·´´t÷îÝa&‹!© !!á³Ï>³´´D¤¿¿?**ŠÇãåääœ={vnn.""PYY)‹Q(”……Eddä®]»žT4QZvvvkk«­­-ŒÌÇÆÆh4…BáóùR©ÔÉÉI­V3™L‡“˜˜X\\¼nÝ:8ÏSSSIII°Ü‰ ˆR©ìèèP*•4N§«T*SSÓ®®®™™??¿/¿üR&“I¥Rh««««>>>!!!ùùùb±X«ÕVVVÂŒ§¦¦ + ­¬¬ZZZüüüÔjujjêþçŽãñxˆ«êt:FC¥RSSSOœ8`T1(;;ŽñÀÀ@dd$TlH Q©T(**255µµµ”J¥ééé¹¹¹³³³::žššÊd2U*Urrò­[·ÆÆÆþøÇ?òx¼íÛ·çå幸¸¸¸¸@m|¦ª¯¥\O>øX|þ”f±’så™o…HYYYrrroo/Fãp84-99¹¤¤¤¹¹™Á`üîw¿»råJ```SSÓØØØôô4•JMKK;wµµ££ãâââôô´³³3@ @‚V|||VVV@@€‰‰É§Ÿ~jù’Ëå^»vM«Õ¦§§Ëd²£G²Ùl˜]òù|µZ +ýGtt4L 4 +…êêêZXX Ñhaaa°ž^]]Íd2ñxAt:]wwwUUÕþýûoÞ¼ùÎ;ïˆD¢âââ¸ÈåryxxxMMÍìì,†°ùÄÄDBB‚\.W(ååå7nÜ8þüŽ;Èd²X,V*•ÇŽûꫯ`ÅnnŽÃáÀ>ïÝ»ÐØØX\\ŒÇã±XìââbAA›Í–ËåIII%%%–––ÿöoÿkU<O§ÓÙÙÙ ‚¤¤¤ÌÌLƒ#n¸*beeuûöm‘H“““ó駟öööb±Ø¢¢¢ÞÞÞ„„*•º´´äëëÛÙÙ©ÓéÐht[[¤999ýôÓO{üÍo~#‹aœ,—ËwìØA"‘Ž? ±Ï­ÌçÎ;zôès<¸f·E"`tt´¶¶öÁƒÃÃà L&³¥¥eãÆýýý‚ P¨ÚÚZçââÒßßÇã•Jehh¨¿¿ÿÅ‹;:: Ï :::22€­–îÂ( +"ífff!::º¤¤ÄÓÓsyy…BÕÕÕa0‰D.b±ØÜÜ|çÎfff555666ýýýZ­¢«0X†!ZNN,wïÝ»×(%‰Dýë_q8\GGÇáÇ +…F£‹ÅD"±­­mvv–oÕjµ¯¯¯R© ™ššš---=vìØ… `‘q||¼¥¥ ---R©t``âsø)¶¶¶‰D¯×£Ñè®®.×ÖÖ£ôüü|7772™ÜÔÔ´}ûö“'O*•J÷æ›oúøøTTTH$’öövhnÀÖÖ¶­­ +’'‡††ÚÛÛídž ³³3""bµÐép!;íÑ×cÈårKKK“ħ× &§O—'ëGào)»k=h`¶nnníííT*•@ äryvvöG}tëÖ-‰$•JÕjµZ­&‘HËËËÃÃÃ999 A84"‘hiiéòåËIIIãããöööh¡@¿ +—½R©tqqL&³¹¹ÙÝÝ}•‹ñ¨õB£Ñd2ÙÝÝÇ766’Éd©TêããÛT©TÝÝÝG=uêTTT”D"9zô¨QQ,ôâp¸²²²ŒŒ …B‰D---iiir¹Ü××·»»»¡¡á?þã?þð‡?¼óÎ;###–––ùË_ÂÃÃwïÞýî»ïîܹsïÞ½éééaaa‚OOOoݺµ©© ²Ûÿÿl$ðjðÃœÓêêjýÞää¤T*Ý´iÓüüüÊÊÊÄÄÄöíÛ§OŸ>vìÔØU,þ²:ºíííþþþ°T¸¼¼¬V« ¤ûÐét.—{âĉààà‘‘‘ééi‹A•ÌÌLooo˜™899­¦L&seeåË/¿|¾azF·ïÝ»WPPðúë¯wuu™››c0˜ééiÿÉÉI§V«WVV’““»»»Ôjµ¿¿AAA`` Z­vrrúùçŸCBBÇ¿|ùrvv6 +…Òh4¿ÿýï[[[ †H$‚dEø:X©®®vpp€UµZ=<<ìçç×ÙÙ\WW:33ÓÝÝ áÊØØX€X,†?íì즦¦Ôj5ÔvA ;ÍÙÙ9..ÎX˜áÌ™3X,ÖÍÍ + T*ƒƒƒßÿý£GÖ×׎Ž.,,\¸pá¿ÿû¿ÃÃí¬¬`m€£ü?V£†T›Ç6b<*Ƥ%Æ€ÖÏÃJY¢ðÏÕ:öcö¯\ÈT +‹Å{÷î=yòäúõë!±§§çСC°”… Httt~~~zz:tò«ÐÌðxüæÍ›[[[ ¹ÁÖÖÖÇÇçÉ=ž,9ìÛ“]zl\ÿÎ>Ãa–B Ξ=&‰•J¥^¯W«ÕfffÐ;´¶¶2™Ìk×®©TªÈÈHóR©T‰D" +aÍB¡ô÷÷Óh4h_p8\oo/ƒÁ0è/ +g`Ô?;;»yóf˜„-..K¥Ò¥¥%6›-‹­­­µZ­X,†qÛÀÀ@@@@MMÍo~óŠŠ +•JùÎL&³¶¶666–Ïç#òh¾ýwÊÓüZ«À°ßV«ÕZ­ÖÇÇG X[[¿úê«MMMPÙJKK1 T*©T +puu™™HUU•F£ÁápB¡nalpŸ™™™êêjWWב‘Õr¹ÜsçÎyzz®[·®··×ÁÁA¥R…B"‘8<g2™¶¶¶á믿†u²7BàããƒÇãà†kFccccöÂ*žÏa]àÚvpp éêê‹Åpézzzòù|  w7ÁM#HÑe.— 5X ¯¨¨xûí·¹\®R©\ZZzë­·òòòàX\¿~Ý(˜áܹsÃÃÃ===d29)) Ö½ªX,NIIùè£ÞxãÅÅÅŽŽŽ7 + +9;;Cp#66–ËåNMM±X,"‘X]]½¼¼ÙÓÓÄáp PuóæÍÌ(¼Ó°%ÿ/6þ¥±‘Ó*¸ Ùv*•ª¬¬,&&Æ$ÓÓÓÉÉÉçÎ Y\\ +…ëׯˆˆ¨ªªb0úÎÌÌT«Õ‚ ’››ëííÝÝÝM&“u:ô£‰‰‰™™™Æ2Œ³³³aÁ ƒÁô÷÷§¤¤hµZµZ}ñâÅŠŠŠêêjwòx<;;;Xp¦R©¥¥¥¡¡¡CCC^^^µµµ*•j÷îÝ|>ll,::zyyyõ"…B1B|ú@?Ÿ6ipëM{{»V«¥ÓéÁÁÁ*•ŠÏçß½{v522’Ï绹¹I¥Òêêê·Þz ÂÉPSâãã/^¼8??ïææVSSÃ`0œ˜˜P©T f``€B¡À|[©T +>‹Åúæ›o˜L¦Z­‹ÅR©ôàÁƒÙÙÙGÍÌÌd³Ù}}}>D£Ñ6l°µµ…‰Ám^Ï”ç1iF¢¢Fú§×^{-((¨ººšB¡èõzOOO‹•›››œœ\XX8>>w'JKKoß¾íááÛÕÕµ´´TUUµgÏAâââ + !¢R©ÔjuUUUTT”››[BB‚QJ·­Ëd2WWWHS²²²Â`0°××××ÞÞN&“a|ž˜˜øÍ7ßXXX¸»»ûøø@öÜ¿sçÜ€ +7DíÙ³‡ÇãÜ_lŒ|˜H$ÚØØ„¶¶¶¤¤$T///bbb$‰µµ5›·oß.•J1 ½ò#ò¢ú ~íÃ…ÖâøÃ+pß•J… +…B"‘šššfggÇommmhhˆ‰‰‘ÉdŸ|òÉ ü°5MÚ¥K—®^½ª×ë“’’ººº|||®\¹²¼¼Œ Hbbâc{3^ì²ÿµËà)³ýt¦ +…JLLÄãñpËôÌÌÌÜÜÜž={:;; ‚¥¥å¾}ûúûû¯_¿nmm +«™X,¶¯¯oll ‡Ãݾ}¾(** +f8ŽÅb¥§§;;;Ã5›Í.--=pàÀ±cÇfff»ººX,ÖÕ«W÷íÛ—••7>Âû‚øøølݺ5777""±â¥=“ãõðáC#ï4¦ñÇ~7Øš1¯X}Ö˜› ++y^^Þ–-[¸\îÐÐ 3Ã1V—ºvíZ{{û‡~¸Ê­‹ÅÁƒÎ|ëÖ­ccc, Ø«þü»ï¾ãr¹YYY0¯, ¦ôL&óï9MÉùÕÏK{f6þOÃeý“'Oº¸¸LLLhµZ…B Í¥¥¥C‡]»v +ÏÝ /--e³Ù½½½ååå_}õôö‹‹‹ps)“É„¡…‹‹KEE×étT*õÛo¿•ÉdW®\)**"‰_|ñ,z`RéïïßÙÙÙßß¿qãÆÕ½uðÏöööäääo¾ùA*•*—Ë5 +ä)¶¶Þ»wÏ¢¡¡ÁÛÛ{xxFïÚµëÞ½{sssëׯŸŸŸ×ét +…bß¾}555ææææææEž3ßÄL0~²Zð̲kkkkEEEyy9Fsuu……ÎÚÚÚ>ø€Ïç×ÕÕÑh´±±1<Ïçóa<Ÿ!ÄS§NåååõööÆÄÄÔÖÖ~òÉ'™™™>Œ‹‹ËÈÈH$/½ôÒwß}g,S)##ƒÉdÆÅÅeggÓét++«òòrSSÓÈÈÈ€€€cÇŽÑéô7ªTªû÷ïŸ>}º°°g`nn®ÓéàVxª‡[YYÑh4SSS ž|TWWØc+¬½±ÊÈâæ£ÙøZ­îvvv¶B¡hll‰D4-55µ¬¬¬¬¬ìµ×^ƒ™¶……‡£P(x<¾»»ûìÙ³B¡°´´T&“áp8 ³mÛ¶ýû÷?ýC!ì±-%ééé«ç ~ðÁ¥¥¥B¡J¥zzzB`‹ÉdvuuÅÆÆBª$/))IHH°±±»ö!󶤤`°ô·¦ß~Lîß¿oÌm¹ô¢@ï½Ög†Ÿ#³Ù_D¸†0`hhÈ××W¥Rõôô( +kkk±Xœ””ÔÜÜ ‘¸‘ +‚d0:ðÏUÚ¹Z­¦R© ¸{ÀàÇÿ3ó%“É<ott« V«!C¯×#RYYieeÅápƒÁØÛÛc0WPPPZZêãã300°iÓ&¸¬†††œœœšššbcc===¯^½ŠB¡Œ-ýA:ÞÔÔT[[›H$"“É +…bÿþý¹¹¹x<‡ÃA\å…ì5} |núê/cÖÉc+ÄÈunL³ܲeËþýûoß¾ýBÚ4RÖôÛøÃ`íÑ3ÙZ[[GFFÖ­[3*XIMM5Z#-³@ P*•?ýôÓ£…Þ÷ß¾èå—_¶µµµ´´´±±Ááp===ÁÁÁååå8.<<|ii©®®àååeoo7JX[[Ã]ð-µçâⲸ¸ØÐÐ`mmíéé‰ HAA>zôèó[ò•¿äµR%#ÅÈg‡††~iËFj¢áµ +—Ó… `•Ðßß¿ÿþÅÅÅüü|6› +‹Åîîî<§V«ÓÓÓKJJ***¨TêÂÂBLLLuuuZZÜ΀(:“ɺ}û6—Ëår¹VVVð˜ÜŒŒŒÄÄDx“¹¹¹ŸŸÜ‚boo¿eËÿ…¸½¨¸¸~h4šB¡ÐétØNff&™L~ã7ž*®YñFóŸyçsTN_ìÍOÊÿÔý¯$ÿ×í%ùíöÿ*q½ +endstream +endobj +298 0 obj +<>/Height 106>>stream +xœí|yX“Wöÿ…F²@ ‹‘@ØBA!TªA-ƒ…Xh± µ:¥Ë ¬ŽKÓE­V©Öq)­€–"š60…T `@0a  ¶ÄH¼„°Âïû~>QëóÌÌùÃó&ï}Ï{Ï=÷œÏùœk266þûÄôu?Àë‘ÿ©ýß$f?’J¥®®®ü£¸\îåË—©TªX,vrr277okk333355õöö–J¥ +…ÂÝÝÝÌÌL"‘DEEݼyóôéÓmmmÇÿøãG¡PŒ Ñèòòò;w†††>5É€KC„@ <ùÇ3å?AíÈÿÖö¿%55µ¬¬,""âìÙ³666ÞÞÞ>\¿~}^^‚ žžž¥¥¥;wîÌË˳··÷ððHKKùì³Ï{öì±²²"‘Hfff###ÑÑÑ"‘hÎœ9ÎÎÎÙÙÙffföööMMM*•ª¨¨A‡³téÒ¦¦&NWTT|ôèÑË—/ûùùݺuËÑÑñÎ;+W® xåj»ººæçççççÌÍÍq8Üè訵µµB¡®¨¨Xºté¥K— +…"•J‰DbGG‡¥¥%‘H4:ÄdbDm¸‹ŒŽŽj4'''{{{—ŸŸ?::úá‡þöÛo€øøøÜÜ\‰¤P(H$’P(¤Óé|>?!!!99ÙÔÔÔ`0$$$¤¥¥Íž=[«ÕZ[[S©ÔÎÎN —ËGFF233áXYY¿èÚÚZƒÁ Ñhp8\kkkHHÈ˃IÕ~AÆ‚ àU<ñK#j§¦¦æää899Éår:ŽÃá8“É,..&...8îôéÓ/86‚ §Nb0YYY:àââ2<<º{÷îuëÖ­\¹òàÁƒƒÁÃÃÏ燅…ñx¼œœœ;w>éY,VUUŸÏwttìèèg³Ùt:](êtºììì‰oõÕW_M| …BÂçóýýýœœ–,Y¢R© †MDD„‰‰Éƒzzz •ªÕj§P(Ο?ßÔÔdkk›™™inn^__ëÖ­ææf‘H´`Á‚§Fyøð!—Ë…„¯¯¯@ 8sæ̼yóòóó­­­óóó +ƒZ­¶´´ô÷÷7 ‰„B¡\¹rÅÇǧ¹¹Y*•®X±ðèÑ#[[[V^^þç?ÿ™Ï焹sç-Z46661èœÊÈ.¤½½ÝÚÚzttÔÕÕA¾¾><O êêêz{{W¯^ÝÚÚ +קT*íë볶¶XYYõööÊår4=M—cԛŸ +™_0‚~Q—ËåñxÆÖÖvppP­V$$nÈMMMcccL&óÊ•+K—.åñx$iÞ¼ycccnnnæææl6{íÚµÅÅÅfffjµ:00P¯×s8:ŽÅbµZ-‹ŠŠúòË/q8œ™™YdddLL̳ÕNMM•ÉdB¡ÐÁÁÁÝÝÃáP©ÔE‹ݾ};)))//ïîÝ»...T*U"‘ P(<ÿðáC&“™ŸŸÇãW­Z`³Ù8ŽB¡ÔÕÕ¡Ñh +…±³utt<¹oƒïpOís¯.V{Ž}{²ôq…ç}D.—›››«T*GGGßzë­={ö?~<++K"‘„‡‡òó󃃃ûûû=z­R©úúúª««ñx|@@€N§ëééY¹råÑ£G/^ŒÃáòòò.\ØÚÚÊb±Ù»wï±cǦ»]¿~=<<¼¶¶vllláÂ…0øùùø|>‚ jµú“O>ÉÍ͵··‡>ÉÔÔtéÒ¥ãfvçÎñb±X¸™?kRR’@ ¸sçÎàà ““SYY•J5553g—Ë]¶lÙÝ»w}||à÷çÌ™ãààpöìY‰äèèøõ×_?sJ¦ã‚ ………|ðACCÃÇÕjµ¯¯¯X,îêêrtttqqiiiY°`^¯‹Åp{wrrrwwÜ»wÏÉÉ ±oß¾õë×;;;_»vH$J¥Òèèh±XlffvòäÉ<îÌ”4"c“KOOOOOÏW~ÞÒÒòÌ/OqÛ?F&ÝÀìííÑh´V«íîîÞ¶m›Í‰F Æœ9s`´ŒÇãìíí Fãr¹z½^©TjµZ__ßÎÎN ãé陑‘A¥R‰Dâ3£´W-FŠAR©”J¥* + ‰tàÀ‘H¤R©æÍ›WUU522ràÀ…BQ__ÿ¯ý‹ÅbŒŒÄÄÄ$$$Ðh´;wîH$’¶¶6 cii™ ‰bbbòòòÂÂÂ>þøcSSÓ‚‚ƒËÓ‘¬¬,蟖/_~üøñ;w?~|õêÕ©©©3×{jc˜ÚÈáÕ§¬úÉŸýùk·ð±ÉŒVvÄb1ƒA‚J¥‚ØM``àºuëvíÚuçÎ///,{áÂ…õë×Ãb=8N£ÑTWW“H$‚ J¥’Á`”––¾ñÆ +…b]Y¾|ylll~~¾¯¯¯V«5110ê|óÍ7›ššÚÛÛQ(„kÈdr^^^BB‰' Œ£R©ètúxÈ(ººº"##‡††>>@ B°éСCFïÉår¡/LIIQ«Õ[¶l¹}ûö8ê€Á`:;;e2™R©@×+[X,‡Ãõ÷÷COinnnccƒÇãÝÝÝmmm¿ÿþûÎÎΤ¤¤’’[[ÛˆˆˆWHÙ™Á2ƒx€J¥&%%ýõ¯E£ÑR©tݺu0±W*•vvvx<þÖ­[ ­­­‡D"íÞ½›Åb×ûúú ävõêÕÚÚÚM›6Ý¿¾¬Ï?ÿü9Œ|×®]---ááá¿ýö›¥¥¥ ¿¿ƒÁTVVŽŽŽÚÙÙÍš5+22277ÂÆ<ï½÷ÞS(X,"Ê„xËÎ;³³³GFFÎ;7W<×[›æ;ζòܳýäj™Î›b­r¹ÜS§N:tVse2Ù–-[p8Üõë×µZ­——×Ê•+[[[5 +¬Àž;wƒÁØØØÌ›7F£Éd2FSWW-|xxØÓÓ3''‡J¥Êd²ˆˆ‰tëÖ­þóŸÓšm@pâÄ ‰äææÖÕÕe0>úè£üü|6›˜˜˜’’rïÞ=ssóøøxh¥ñññR©”ËåêtºÑÑQ''§ÐÐÐÔÔÔY³fYZZnÞ¼yÇŽb±ø‹/¾`³Ù æäÉ“à“O>Y¹regg§V«xóÍ7srr0 +…Âb±*•jÓ¦M›6mz®¹1:ÏP{ß¾}ÀÊÊÊÑѱ¤¤ÄÑÑA+W®<³°:C§>L±3ƒWÀŠxýXjjê©S§ø|>‡Ãáp8ÖÖÖŽŽŽ®®®ÅÅʼn‰‰ééé}}}ÑÑÑgÏžµ³³C¡PñññiiiZ­vpp‡Ãyzzâp8ÿôôt±XVZZºvíÚÂÂÂsçÎM×ȹ\nlllkk«L&S(þþþ + + +ÖÖÖ}}}‹/~é,1(ãsµWZô4²o#2<<Ü××÷Ë/¿XYY!ÒÙÙ9222þüààà††WW×ÜÜÜ%K–¼`â©ŠçŠ+êëë…B!ÔV«ÕΞ={Ù²eðË|>ßÅÅ…D"AHËÆƆH$°Ùl*•*—Ë¡ 9r„B¡ŒŒŒÀ +4„&îÛFÔ + +…ó¹cÇŽîîn +ðóóÇzÁÁÁ/¢0A,,,œ===333ÝÜÜ,ëÈ‘#?|øðaUUôs€öööŠŠŠ?þøÛo¿‰D ž••ejjjeeuõêÕãÇÃ<œB¡TWW›šg—7r"‘h0rrr`éFH­­­Ë–-{Eþ”<3ØœËe +~‹q—V]]M¡Pz{{ +Cmm­µµµ““S{{;,ʾ¨NÿX ‘H\.…Bétºêêj, €€¤B¡°´´üõ×_ËËË<˜’’Âb±` P©Taaat:@ œ9sæÝwß…”r˜œ—••]½zuâÐFŒ<++‹Ïç3™Ì¯¾ú +‡Ã477S©T‘H”9d°„ ´I +¥P(`1¨¹¹yÕªU---prÂÃÃy< + +…z*ŠÌÌLXÜmllÒjµ `ii `0®®®7nÜ°²²Š‰‰Q©T·oßÆb±GŽYºt©¥¥¥^¯_¸p!U~þùgÀúõëÇu™Xù?™ vy-ÐÏø ¨šú^ä —`™²¦¦¦¬¬lÉ’%t:ýÚµk8N"‘|õÕWÙÙÙjµæãhQ¿V« +(,,ŒŽŽ>|ø°µµ5¬uOŸ>mccC 0Lcc㯿þú¼‹â%Šqt…Íf#á+‘Hdgg'—ËCBBt:‰D’J¥ÕÕÕ–Ú{zzòóó“““!M @$øá +…B£ÑÆÆÆàre³ÙëÖ­ +… +…â©Ø,/!J3`NáiÇÿ sxŸË—/Ã÷B$?~lbb²}ûö¸¸¸÷Þ{ÏÕÕõ‡~Àb±‡~‰›È¤$€ŸŸd BÂí•+W’’’`ÚÛÛ»dÉ’þþ~' +ÍÌÌlmmûûûkjj`1×êêêìíí;::æÌ™ƒÁ`x<^bbb^^ÞÅ‹'{¦§Âµ—¥ê“b¼{ 55uóæÍvvv8êöü#%%…N§ÛÛÛgff¢P¨ððð€€€¦¦&KKK‰ÄáplllLLL¢¢¢<(—Ë°X,Ç£ÑhsçÎåp8±±±ÙÙÙãÃÁ˜üСC·oß611 ÏË˳³³ƒX¤×××ÖÈÈÈööv‰¤Ñhà– +CŒeË–ýþûƒ°Â¡Õjããã €Ów’S—Ä^‘8Q¶¶¶b±ø£>:þüâÅ‹‡‡‡ù|þš5k`ë@zzºL&Óëõ¶¶¶ŽŽŽB¡066 nnn:ò2ñxüÉ“'ÇA%È•-((ðððˆŽŽNKK{üø±¯¯oKKËððð¡C‡vïÞ}âĉ .ŒŽŽ&$$\¾|™N§C†arr2‹ÅúûßÿnbbÉ&‰‰‰pûÀãñÛ¶müAío“a,`rXæUÈ£LÚ+ˆŽŽ>þüÚµke2™H$‚Appp}}= +…Ú²eKzz:‰D’H$puwwC~T^^žŸŸŸ‰‰ \ÏFèáá!‰<<<àT<5¬×CÜ›J¥Òéô´´4__ßñ¨...®°°ÐÌÌ Ç/_¾Ò ÚÚÚª««“’’ॱ±±… VVV’ÉdïýòË/<˜¨¶‘%44433“J¥>|xxxX&“Á°¤··—L&?xð@©Tš™™UVVâp8‡B¡ÂÂÂ!iúæÍ›öööžžžAAAééé,K£Ñlܸ±ººzÇŽ===[¶lùâ‹/À¿g^¯×‹D"&“I¡P ]²´´ôÚµkqqq<@ ( +"‘Óa•JµgÏ.— Û«æÍ›¤×ë!7P­VP(T¿^¯/--Ý´i“T*52Ý/èl¦ïäfìò^pPãFžœœ !x:~ïÞ½±±±   îîn>ŸïààÍf³‡††` ®®îIÂ~VVÖ¬Y³‚‚‚&_wÿ7PVV–»»û7|}}-,,¤RéܹsÇÆÆÞÿýýû÷'%%I¥RHÍ733ëïï'“É0ñhµÚÄÄD¥R)îß¿³·5kÖTWWŒŒXXXÄÄÄtvv®[·nâÐF|) ÚÔ¤¯¼ó712ÛàñãÇb±øêÕ«qqq £¬¬,++ëöíÛb±X§ÓY[[ÃÖK¹\Þ××7{öìM›6ݺuK.—ÏŸ?ddRýüüšššX,–““ÓO?ý4q Ï>û,**êâŋʪR©FGG•J%äq~÷Ýw---ðšššBMM““SMM +$$$ܼyrW¬XQXX#¨ðdžÜøl755Ñh´ü±®®®­­íÃ?Œˆˆèïï—Ëå™™™ñññ###!!!%%%âkkk£P(ðßââbkkkggçîîîçm½|ÞròŒíb*PiüŽ°»K­VÃÞ¨ÕóŽ4Q`ùE¯×¯^½zxx8##vUH$ÈéA¡P(*66699yóæÍÐ)‘H`Åâ›o¾a±X8N©TúûûK$sss4M¥R!°súôéçÃÒ^¯ã0ŸÏŸ5kV]]N¯¯¯‡ÀÂÂ2FÚÛÛ½½½%‰››[ss³^¯÷ööÀZ䯇‡‡âñx&“yÿþ}6›}âĉ˗/·µµmÚ´ióæÍ‚œ?>;;û7Þ¨©©qssƒ»€V«Õh4b±800ðîÝ»o¿ývddäsi5µaµ]¥R1™L…BÑßß{™!óƒÁ ÑhGGG©T*“É …îܹ]]][¶láóùMMM$ â03 ‰nnnOf&|ù”TWWÃ?àëíímmm}¹pí¤jO!3«ÑMVær¹7nÜ055uwwojj²··¯¯¯×h4h4¦Yfff–––îîîÎÎΩ©©{÷î…]X$éÞ½{ÞÞÞ𸄔””ØØØÛ·oo +YYYñÅb§Ûì!DÈ’Ý°aÃÍ›7ao:L*<˜””´cÇØÔ(..¦ÑhUUUÛ¶m‰Dd2¹¤¤¤§§‡J¥öööªÕj77777·K—.áp8GGG*• +Ãò¼ß—"ÆüäÉ“D"Q§Ó‘Éd¥R‰ÇãQ(”R©lmm…‡TÈd2ñ“Éäööö÷ßb ú™pLìÙlöÊ•+ +…X,Þ½{·F£¹xñ¢——‰D‚r}}ý;ï¼³ÿ~ˆÀ¸ººÂ’U CuuõŠ+JJJärùûï¿ßÞÞÞÖÖ͇nݺuºùöS;ý¦Žç.—›ŸŸßÚÚêàà V«aL®×ëbbb.^¼¸páÂÎÎÎÁÁAHV°°°8zôè·ß~[XX¸}ûöþþþááa©T +)ëÞ + +ª««£R©§NšbègpW$ɸq.X°vÐÛÛÛÏž=;22œ111ÉÉÉ +…ÂÍÍ-66A´´4hüD"ñOúS}}}pppYYÙ“­­F_ñ=T€É‚âéÏÇt]Ú4i*SŒúÇ *Óã19äЄ„„À”ƒÇãQ©ÔÜÜÜ£GVUU¥§§Ÿ8q"%%eÙ²ex<þÒ¥KsæÌ1Z &“ÉA&“AÄÓÊÊÊÜÜò[òòòþpeÿ¿AW‘H$¡¡¡åååBôóó +…¹¹¹·oßž;w.‚ :®¾¾þÆ8îí·ßÌÈÈðôô$$$ âëëkoo?88hiiYRRb0âââ ÃÐÐТE‹¦ÿˆûöíÛ°a‚ ÇŽÛµk×Ö­[wíÚõÁ?~|Æj¿ÂàôUÐT_–LŠ®ŒwâŽ3]ÃÃÃ322L&³²²’@ (•Ê±XÜÐп“páÂ…žžžÈÈÈ{÷îáñx??¿ÆÆƺººY³fiµZØïêîî>^v>vìX]]`ddÆ­õõõÇŽ –H$ÌA$11Âɤ©©ÉÎζÔÂ% Ðjµ4 +••¥×ëX,Ö´(;×®];|ø0ƒÁ€Îy‹†ÌÐo¿ý¦Áæææ!..N(BúãŠ+ ŒNœ8±xñbƒqäÈؘÏx€]jµÚhÇé&¯ù$Ž§jÆ®®®2™ ÖLaatöìÙÉÉÉiiiÖÖÖ‰‚4ÍÞÞúH;;»šššäää .r8"‘H¡PD"‘F£Y³fÍš5k&¦ŸÆ«"ãT°U«VÁA,+H$Nojj¢P(*•ª¿¿ßÖÖ¶³³“D"ùúúÂUàëë ûn'R-àY`ÒŽa‡Q^^ž•••R©$“ÉQQQ?ÿü³¥¥%…B‰¯ªª:xð`ZZÚõë×ûûûýýýa@XµjdäÜ»w¯ªªÊÜÜÖa_ŽL&+))ñ÷÷¾ãf¦–sgöA155íîî&ãšÌ `1Î]¸’··7,ÄCö8<ÍfkµÚwß}W¥R577r¹Ü±±±€€µZmff†Åb“’’6lØ@§Ó1 |PX-ùý÷ßaÊåïïO žä¥EGG + +¼¼¼Î;÷Î;ï@ +…‹‹‹——,ƒÀûtwwËåò§ŽU‚´.ggçóçÏ?~|Ïž=ð¼/£,Dã´­‡*•ÊêêêË—/WVV* +@WWWCCCddä»ï¾ëããSZZŠÇã?~?44òÒÂÂÂA£Ñ®®®ééé¿ÿþû§Ÿ~*—Ëy<žJ¥úüóÏ[ZZΞ=«V«‡‡‡wïÞ- +†††,,,***ãââΞ={àÀ‡sóæÍððð;wî¬]»FøÆO{®bÂt®<õÇd?Ÿì>?é5fãûöáÇ-Z$‰¼¼¼ +tH‡Á`…B*• +ký€ôôt2™ ±§Í›7Ö0<<Üßßß7Ät?~¼lÙ22™,“ÉàáB0@ Óéb±x`` ¨¨Fc¡££žßÒÐÐÀáp–––õõõðÁ`0ÐÝBÜ +F744ÄÇÇÃízãƧOŸ^ºtiEEÅîÝ»§UÖ/((ðôô,(( a2™k×®ý駟™Læ×_ÝÜÜ<õ$L6É“ÉŒ§ñEZ +_ç¾ +c•J`aaÏ€ÍQ/^\¹r%‰DÊÏÏ + +‰D2™ŒÁ`àp8N'“É ,`³Ù‹- +†n Æs>>>½½½•••±±±þþþgÛÈ1qðiúúú¶oßÞÝÝ­ÓéjkkëëësrrêêêZ[[õz}JJJ]]R©¼qãÆØؘZ­.///,,„Ä + <“m388XQQ¡P(=z¤T*gÍš… ÈãÇÛÚÚ¶oßÞÖÖÆ`0ärySS“¹¹9„¥ÌÍÍI$RQQ‘³³s@@€J¥Z¶lYee¥P($“ÉÃÃÃðü_™LæííãÆ   çÞ·«««ÛÛÛ`ÝËÛÛÛÕÕµµµÕ`0À³ãÔjõœ9sðx¼••¬´µµ-X°àÅS맚RR©j3³3ž”×I£çr¹R©´··‹ÅþüóÏû÷ï‡'ÅvttDDD8pौbTŒ{ò²²²¨¨¨´´4H£G¡PF¿hÑ¢†††°°°—B£ŸB^5c$J#QQQƒn...¶¶¶ÎÎÎb±X­VÃÌîeÑèù|>¬·¨Õj±XüÁXYYÕÔÔ…ÂèèèîîîWD_|r€T*¿¿\.‡ØÊʪ££ú‹×îÊ’ü—Ôý?µÿ›ä¿Tíÿëx›w +endstream +endobj +299 0 obj +<>/Height 106>>stream +xœí|{TSWöÿ@’@®B ˆ„%<åQ5€"-b±ÒR*tJ Ž­Ãj¥Õ.mËtê;c«BU”¡be©TÍòE ´šŠFžj"o ÑðHÒH¸ˆà÷ÇY?KµÓYß™ýÜÜ{ÏÙ÷ìsÎÞŸýÙgÉää$øï«?ºŒüOíÿ&Á̼$.]º„Á`¾øâ‹?þÀápúúúº»»mll( +`pp°¯¯ÏËË«¯¯ƒÁxzzVTTlØ°A«ÕšÍf6›½mÛ¶·*³HAAÁÌÎ,™cICQAß¹WŒÌ¥öÿaùßÜþÿRPPP\\Ìçó5 +‚ 666­­­t:]"‘$%%I$ +…"“ÉÆÇÇ{{{Ùl6™L®¬¬tttÄb±‚ðx¼ââb +…b0ÜÝÝõz½ƒƒÇ+))‰‹‹‰D F¡PܼysŽn}ùå—}}}qqqp¢ñx<AŠŠŠüýýá=ÝÝÝaÙ²eË–-;wîœX,þMjCáp82™ ‡ÃÙØØÈåòÁÁA+++‰äíím0ººº F\\œZ­°X¬mÛ¶;vŒL&?xð ++K(òx¼šš©TÊb±êêêâãã•J%ƒ P©Tswë“O>DGGO¿ž˜˜ÿËåL&sêúG}4Á|æö üW(FGG[üiæ#O\yâ×7º»»CMvïÞ]VV¦V«£¢¢”JeIII}}ý‡~(‰X,–Z­¦P(nnnl6»¸¸8##C X[[«Õj<Ÿšš*‹'''ׯ_/‰ø|~vv¶ŸŸß±cÇæ¥64r'''‡ŽŽŽ°°0•J…¢(@èêê²±±AEQhÞmmm>>>b±˜Çã‰D2>>ŽÃᬬ¬úûû±X,“Éljj¢R©(Šòx¼æææÉÉÉ‘‘‘‹/ +…Âòòò®®.:ŽÇã¥R©B¡ˆ‹‹+--àñxØhttôãÇ¢££e2YHHHOOÏððð¥K—Ö¯__SSããã£Ñhœœœ***BCCûúú´Z­ƒƒƒN§»|ù²…ýhÒ’ô÷÷[¼nñÎùß<ÿG=z4óâõë×/\¸099¹{÷î™·Y|d6±0·Åb±@ °±±!“Éqqq‡noo‡?Ƹ¸¸ÆÆƾ¾>A^xá¹\n4‡†††‡‡SSS…B¡\.·¶¶F$!!቙ eêÛ …ÂÂÂBÀÐЇ[½z5‹…+ŸL&CQƒÁ¬\¹òôéÓÉÉÉW¯^EÄÁÁA†††7r¹\‘H_H"‘¸\î‰'âââÊÊÊ233ßxã™MÏeäP¶lÙb2™vìØQTT¤T*‡†† ‹Åjii±¶¶¦Ñh^^^•••½½½‰%H$’ÉdŠ\¼x144”Ïç¿÷Þ{¥¥¥§N’H$F£@¡P¾ÿþû'Z„s®UÓÿž£÷®;sß3_wemAÎÜÌ›¯\¹B£Ñþö·¿ùûû‹Åb‰”žž.‰4 +“ɤR©b±xddÄÙÙ¹¯¯ÏÎÎîþýû\.wÆ +"‘‚ R©T¡PlØ°‡ÃÕ××Ëd2>ŸßÞÞN ¦Öÿ¹Ô‹ÅG5›Íƒƒƒï¿ÿ~vv6…B‰ŠŠ +…ÖÖÖ»víÚ»w/…B‘J¥ +…Ãá„„„dgggeeåææšÍæ]»v•••uwwûí·999­­­X,V­Vgee•••µ··#2}ßžçW›>òO}ä©7XþùçO\ªªªºvíÚÈȈJ¥?vìXii©B¡À`0*•ÊÚÚ:66ÖÞÞ¾¡¡F£ÆêêêÔÔÔ“'Oþío«©©±µµEQÔÏϯªªª¡¡ÁÙÙ¹§§gÏž=(Š–””899õ÷÷¿ñÆAAA°¹¥K—>üðÃÏ?ÿ¼ªª +ÇïܹóçŸÆãñiiir¹üøñãMMM………ß~û-•JMKK«¯¯¿{÷î?þØÕÕuõêÕƒº¸¸=z4;;»¦¦æÂ… 8î³Ï>C$--J¥Îœ)¿‹OŽ¢(˜¶tÍG^|ñEggg…BÁçóe2‹ÅºvíÚªU«¤R©³³óÀÀÀóÏ??·O2ÝkxjëÔ +…ùùùIII€~ø!22’@ ”––òù|¸,áñx³Ù¼iÓ&À‰'‚»»{KKË‹/¾wi©Tš•••ŸŸÿðáCÿñññ¨¨¨¶¶¶îîn­VûòË/gffÎý!žèý³ +-¨=‡G5Gg>2dzÓÛÜÜÜ5kÖœ={¶¯¯EQ£Ñ˜••õå—_®^½Z"‘‹µiÓ¦¢¢¢{÷î1ŒôôôÂÂBƒÁ€ÅbM&“••Õ™3gúE,¨-ÊÊÊ”JeFFÆË/¿¼ ×-BöìÙ“˜˜xõêU‡Ã)**BÄl6³X¬ÑÑQ¨|TTÔíÛ·]\\nÞ¼éíííææö믿b0{{{ #‹ËËËç¯ü3Ì¿•¹'í‚zkÙKS(x<¾¤¤äêÕ«Ï?ÿ<.3III=Z±b…Á`0›ÍÏÄŠŠŠž0òäääk×®1 8°, ¶^RR’’’òðáCA4Éd2 F£Aèüëtºû÷ï3™LŸk×®q8³ÙüÝwßÍlÔòhŸ={–L&#âääÔÙÙùàÁ__ßÀÀÀ²²²ÖÖÖÕ«W_½zõõ×_ Ü¿tt4Çëêê"‰ÀÙÙ™J¥"’““ÓÙÙY^^¾eËÀõë×åry@@ÀöíÛ§Ú²8J‹Ø $–ÕFQ´ººZ¯×?÷Üs§OŸFQ444týúõW®\±··wttlhhpqq!“ÉÎÎÎ2™ÌÁÁA£Ñ$$$tvv‰Äññq¸U¢(jee500@$çXê"##aô>44äëëûÔuþÙ«-‹œœÎœ9ãïï411¡×ëD"q``ÀÁÁÁÊʪ±±ÑÝÝÚ‚‡‡Ggg'N‡Êü±¨#ü¦O糎6`ppÐÃÃãwêleÏž=2™,00Ð××·¼¼<66–Éd–——ß¼y“B¡DDD‹D"µZ}÷îÝ””6›}èÐ!F«V«“’’Nœ8áîîÞÐÐ@¡Pbcc•J%t+Z[[M&SHHÈgŸ}6³i Î)Àd2UWW;::^ºtéÂ… z½žL&×ÕÕ]ºt‰B¡üþûï·´´¸»»·µµUTTÐh´žžž7Z[[ÙÚÚnØ°îصµµ®®®^^^:îí·ß.,,¤Óé>\»víäädRRRQQÑ|S±X|ûöm&“iooïåå5ÝÈ +…ƒƒÃÔDýí2Ÿ8ñ ùí« e#¿yófdd䂺² +…¹¹¹×®] okkëííMJJ*//×ëõaaaÐ] «­­Õh4÷ïß + +ŽojjâóùÕ)•Ê¨¨¨Ÿ~ú‰J¥zxxÆ„„„šš™L¶cÇŽ™ŸÕò¾ýÅ_ܸqC&“%$$ìÛ·H$fdd@ ··wÉ’%«V­ +…iiiÅÅÅ4Íl6s¹\¨@BBÂT€5‡ B jkk6mÚT__ïèèX]]­Õj—-[vóæM‡ãééyèÐ!+++ARRR$ ïìì”Éd555x<>66¶££ƒL&[YYQ(”±±±•+WJ¥Ò¢¢"ooï‡Z6¥ùãO³`ó¹m2õªgøN(³âä7nŒˆˆÐét£££}}}‡ÎÉÉikkS(¶¶¶qqqx<¾©©ÉÛÛ;55Õ××7(((==](¢(}üøñ7ß|³  ÀÆÆ‚^<¯··†n&“éòåËB¡P àp¸¡¡¡ÞÞ^E³²²öìÙÃçó;::PÅãñF£Ñl6óÍ77nÜ`±X‰„Ïç———K¥R¥@`hll4›Í0\hµÚÝ»w[ð…~ø'.^¿~}Ž¡˜Ï(]¿~}q}˜ùòùø–ãm$ÙÙÙ¹»»wuu +’Éd›ÀÀ@‘Häìì¼dÉ:><<Œ H}}=ƒÁ€Kè‰'V¬XÑÐШ©©‰‰‰1 F¥RiµÚÍ›7«T*öÊ+¯ (zôèQ¥RéêêªR©lllBBBD"Q\\\ppðùóç½½½O:õñÇ †_~ùÅÉÉ &ž‚‚‚ –6::Z]]ýÒK/ †¦¦¦ØØXc²X,P]] +¸|ùòL[¶ú“Ëå0îóóó{ôèQ@@€££#@hhh¸xñ¢N§‹ˆˆ˜œœäñx Ã××wttÔd2Y[[ëõz`0bbb¨TêèèhBB€ÉdÊåòÌÌL‰ôóÏ?c0˜[·nÁÕÑ`00™Ì€€Ø\SS›Í–H$ð»K$ggg‘Hd2™ÜÝÝ%‰››ŸÏ +…?üð“É|þùçÛÛÛ +ƒN§ãp8&“ BŽp¿¤Í4føïô‹¿Åê&§YûÜOÍç3ûö„Xf3ÀÄ"‡ÃÙ°aCNNŽÑh¤Óé©TªÑh:::RSS?úè#www.—;66†Åbq8ÇËÎÎæóùmmmÖÖÖ\.&I‹‹‹ +ÃÎ;!À +³\ßÿ=Lp¹ÜÆÆF‡ÀÀÀõë×»ººÚÛÛÈdrGGG@@€Z­†ûV?™Löööniia³Ù“““666µµµ6›=::J&“á¿ +…ËåÞ¸qÃÕÕ5%%eæ’öEQE»»»í½ÌˆÅâP(”¾¾>½^ØÑÑ€i0ÀÙ³gaÌÌb±0ŒÑhlkk[µjU}}=|ÊÓÓS&“™L&‡ÓÒÒòøñcFC&“íííÇÆÆP¥P(éééóR[(îÝ»wãÆÍÍÍ(ŠNNNâp8ƒÁ022‚ÅbÃÃÃa¤ ³QQQ×®][½zu}}ýÖ­[¯_¿îëë«×ëÏŸ?Ïf³q8œZ­†ðÌïlß¾]  ò¯ýë©ß ü;!Ä+W®äæ溸¸LLL¬]»¶¡¡A¯× ??¿{÷î½ð ?V(æµ×^‹‹‹{*`8ÛOpËprrzî¹çJJJ¨T*—Ë…ÑÕØØXYY™L–Ëå½½½qqquuuZ­pòäÉ´´4‰ôî»ïÞ¿?88Î,*•Z\\ŒÇã#""Ö®]›‘‘£Ñhlä RãYÉlÐí3„\,û䃂AAA¢¢¢„„„»wï.[¶ÌÃÃC$½ùæ›:ŽÇã-´mŠp¹Ü’’’ÐÐP×ÖÖ†Çãe2Yzzznn®ÉdŠ—ËåÕÕÕ¾¾¾‰‰‰ÙÙÙSƒðàÁÀD•ŸÏ/,,lll|å•WFGGQmhh€‹Üb!Þvss›˜˜€“ÙÙÙ™Ë厓H$GGGƒX²d‰›Ívss³µµ¥P(0§³ ‘Ëå +…@$Ùlö­[·°X,Àh4¶··oݺuxxØÊÊÊl6777{zzªTª–––ÌÌÌï¾ûfü [@§ÓÝ»wÏÓÓ³¼¼œF£i4šááa"‘èàà`ooÿoJýv™2ó§Åɬ¡ÈñãÇe2‰D + )//Ÿœœ¤P(>„>Yzzú‘#GÞ~ûíÜÜܬ¬¬ììl¦P(x<^XXØñãÇCBBœœœFFFH$RhhèOzZ\.÷å—_†FŽ H@@…Binnƒ1 &U_zé% +…råÊ“Éäïï/—Ëaj.~MMMË—/‡Û@­VÚV«ÍÈÈ8þ<ŒUæo„Baxx8€Åbåääðx<£Ñèìì,‘HvíÚuçΣÑ#‘HAÄÏÏD"­Y³A’’{{{wäÈ'•J{zz˜L¦R©¬¨¨H$<Û +(++[³f\.Ÿ˜˜Àb±‡~"§;75aJžHÏã?%+,­œ-O?¦¿ê?ŠÇia´áv&•Já£ÑèââòöÛo¿÷Þ{GŽÉË˳³³c0:ÎÛÛ["‘DEEMa,S¹«¦¦¦çŸþìÙ³€ÌµZmmmÃá¤RéÍ›7!Ãá<زe‹££cYY‡#‰< ‘Hf³ybbÂÝÝ]$988¬Y³f»Æò HP¦›ÀüÇV.—766‰D:®R©üýýaúH$AJÐØؘ““ÜD§‚Üß"–GŽ'Àd2ÙÙÙ%%%©T*@àóù•••+V¬pvv¦P(gÎœqvvöôôÔh4^^^0Ðh4R©”Íf{yyݽ{—J¥ ™L–™™ ÷êC‡¡(ÚÜܬÑh‚‚‚t:]EE…¿¿YYÙ–-[:;;GFF †ÑhDQôüùóûöíëêêÊÏÏçr¹ åΔYa†'ŒœJ¥vttÐh4$!booß××·dÉ…BÁårÃÃËŠŠ¸\î¦M›ÁØØ›ÍNLL„#3… +?‘µèìì„M 0 8Ô0…411I ÐÕÕ5XrñjÿÛD(J¥Òáááàààüü|??¿ÖÖÖ˜˜˜¶¶6µZ=00@§Óá~sš>>>®¹uëVDDä\ÖÔÔ@°ÙÚÚz*@¢R©¦ÄçóCBBf®ÿYî +$è.nê.h³øƒG»°°p||BB©©©¥¥¥áÞ½{‘‘‘ÐÁLMMݵkWJJÊÕ«W¿ù曌Œ ˆ½fddœ>}º¿¿ŸF£Mç=LO6 (þÖ[oÍtNÿ`½Á`X¹r%N÷ôô”H$2™L"‘DFFF©TŠ¢haaaTT”‡‡‡,kùòå4­³³S¯×ûúúBÚ±P(œ˜˜ðöövtttuumkkc2™¡¡¡eeeM`‘£]PPPWWçîîÎçóÅb±••ä¥:99A&ñüKd晚}êôȳ1òÅuZ,ÿãÿ€(ÝÐЇÃ)•JŸÊÊʉ‰ ¸ÿàvëÖ-‹ÕÝÝÍ`0†††T*@`0µµµÉÉÉJ¥’@ 466öôô„‡‡„ºº:`K›5Ù²eËtÏ>&&¦®®nݺuUUUÃÃÃÛ·oÏËËãóù"‘ˆÍfëõz‹e2™:::BBBΞ=O¥R!c¸¶¶ÖßßÿÖ­[XüÕW_˜L¦ÙlÒëõ +ÅÇÇ'<<EÑ   ÁÁÁîîn2™Ìf³ãããa—ËÍÍÍŽŽV©T½½½ £««+++ëƒ>ؼysiiiXXØää$ƒ1 ?žõ“ϻΓ¡=wZcî—<éN1ÆgágÀš$³ì®jµZ‰¤V«Ož<¹vó|úE$5 |>ÿÀ===T*ÕßßtttrrrÇŽ±±±AAAWöôôtwwÿþûïãââ ƒ^¯¯¯¯çñx÷ïß'“É–ëêꪭ­¥P(]]]ŽŽŽååå3›þÚ·-B 3/Â?,.%ó!@B±Œ¥ …¤¤¤ÎÎN¥R¹zõjNŽããã¿=‚" +ïß¿o0Z[[¡qñù|èŠ]¾|™Á`L­XZ­‹ÅJ$È6‰Df³ùóÏ??~üxXX˜D"Q«ÕÒhll„I…¡¡!ggçÍ›7Ï×K“ËåVVV +…†Dƒƒƒ cbbâ +ÏDm¹\þ駟Bebbâ/!44:˜‡šNs¦ *5˜•»âáá$>|Èãñ0áL£ÑžÉ˜Ï]:õû‰µaˆëààÐÜÜŒ ÈíÛ·U*•££cDD„———X,¶µµuww‡%\ +…‚H$„£GZ$;Î!{öì©­­e³Ù½½½ÉÉÉeeef³yddÄd21™Ìøøxˆþß½{×Ïϯ¦¦æÈ‘#}ôÑ'Ÿ|‹½òóóétzSSœ#YYY………x<îšµµµYYY3÷m €ñíÛ·étúÄÄ„D"AQtéÒ¥x<~ùòå°¬Àãñ^|ñE///ñ# ¹K®®®óÇ›„Bá©S§‚‚‚zzz¬­­''']]]i4šV«MMMmii±³³ëèèHJJª¬¬´µµ]²dÉÒ¥K!#«¨¨Â5nnnÍÍÍ°R‚–UUUVVV7nÜxíµ×0Œ‡‡Ç|c˜©@Ã&X,Ç?É=O™Íæ§ÏäÙfõóÅr¢·¤¤ÄÎÎnhh(22²¢¢B­V'''?óJtÈ]!“ÉÍÍÍÛ·o¿|ùrZZÚþýûmmmaé›Í^¶lÙºuë + + +z{{!ž‘———•••œœüî»ï¶µµñx¼×^{ÍÑÑ‘N§§¤¤œ?Þh4Bò1dE/˜»òÌ)Bs¿|6†Ì¤ÓéZ­V©TÚÙÙ………ݽ{7<<’Õ`yçΑ‘‘ñññ‘‘‹§!üîØÜe…¹9-óËu`:æ±222ÊÊÊ ÙsttT§ÓiµZOOÏ +6º¹¹ÙØØ´µµ +¯^½rH( +‹Åâp8MMMçÒ¥K0–b³Ù:ÎÏÏoŠ +$€UöÝÝÝ-‚¯jkk›œœT(111"‘h>µ‚óËjçååa±X­V»}ûv˜£¸uë‚ F£ƒÁ¼óÎ;b±øÔ©SgÛ¶m0sd0ˆD⫯¾ +IµµµX,ÖÕÕvšD")•J¡PÈf³SRR²³³¡íÍLž.‚UÿlÔ^´L7¿ù׿óÎ;½½½ããã>>>2™ldddݺu[·nÍÉÉ™¢ø‘H¤ññqx@RRÒýû÷ñx|ii)‹‹Å0nÅãñ•••Ÿ|òIaa¡ƒƒ™Lž©dùÜ•ŠŠ +‡mÛ¶íܹ‹Åzxxô÷÷ÛÛÛ+Šäää’’’ˆˆƒÁ /^ôôô„‡«…Â)ÂaRRLÍFGG߸qãÁƒl6[¥Rq¹\ óÞ{ï‰Åb‘H$•J!î95¡JKK[[[i4š»»;Ô@ ØØØô÷÷ÃÚ‚ØØØÂÂB³Ùìíí=88˜˜˜xöìYÖÐÐøÝíííõz½ÅÙ2–¶k×®œ={ö×_]¶lYzz:äMÂèÀÀÔ-33óÌ™3Z­–F£ŒŒ$%%åååMAóþûïoÛ¶-++ A‰d4!/÷ÇœÞâÌ™‰=ÃbÇyùܾçSWãÙ°!Â2,›‘‘QXX¨V«!±žS¦Ù»wozzúŸþô'@––& +{{{INN>wîÄgvìØqîÜ9&“ ¡e‘HäâââããÃápfR`!ÞÞ³gOee¥µµ5Œ=çV °téÒ¹ÙY3…W ýúõëþþþg +ý–ºººG + + +ÙÚÚèõzFÓÞÞÎ`0?~ÜÒÒÂáp233Ï;g2™jµzÅŠÅÅÅ---“““ ƒB¡hµZFÃçóço£(ú{×¾ÍlQ,£(:}dêM­`ÕúSråʘ‚àñx­¨tîܹ¸oݹsÇÛÛ@§Óõzý/¿ü²yóæ’’’   0ê& +á¾=00°råJ‘H”œœ,‹¡aÃ<‡ûë_ÿ +˼ áÁ6l€g¼ÀâÝÍ›7C_cllÌÓÓóÁƒÙÙÙGíèè°*Í¥¶\.G¤ªªÊÏÏoêãA •H$N­™ƒƒƒ:ÎÉÉ ~Z[[‰D¤oÎ](÷ľ½ÐM{nmcù#Óð¤Èãsuuõôô‹Åðà{{{A =æÖ­[ +åÁƒD"²ðþùÏÂprÓ¦MÇŽëïïW«ÕÙÙÙ°oß>OOO‡‘°8Ú³F`±±±?noo‡t<‹ëñàqUMMM‰ÄÝÝ=:::''ç¹çžƒd-vãÆôôt@aaáòåËÙl64àŠŠ +‹‰D E£Ñ`üÌb±àN"‘bccKKK׬YÏ´··wssûꫯöíÛG¡Pø|>ƒÁðöö†(Š¢,+??||@$]\\Z[[¹\®E +"˜Í9-))innþúë¯!wgº/ +sèÖÖÖÃÃÃ[·nÍËËó÷÷g0þþþHHH(..†ç.)Š¬¬,ØuXû266ö믿B/`îcâ¦dAÇŠ@™ÔólöíEÄ@¬XíK—.õôôàp8;;;;;»W_}U&“M¯Üàp8ûöí + +…°æTÝ]pppnn.$ŸQ(ˆ~r¹\NŸŸ¯Õj) +…B9tèÐl}Ú¿ÿîÝ»?^]]½wï^@ÐÜÜ ÿ¸sçÎ×_=ý +<\N h4š9ÞùtµŸ©ü°dc :Gc*ƒù‡[„eb~~¾R©¤R©vvvGŽùâ‹/` %%E*•ªÕêÈÈH@ ×ë!ÛVhܼyóƒ>øî»ïT*‚ ð +111L&–¡‰Åâ±±1A,ãME<èåå5::* +/\¸°PÝÄb1<ògæªf™©ÔÙÙ¹sçN“ÉôꫯþùÏÆãñÃÃÃ~~~{öìa³Ùõõõ©TÊ`0˜L¦F£ÉÌÌ„õÈ~øáÒ¥KQ¥R©©©©VVV===ùùùaaa(ŠîÞ½›ÍfϧÓ‚dgg¿õÖ[Û¶m[„ηiÓ¦ùF`3å©kãôeöYðï:Ú–½EEE?V©TJ¥2>>‡ÃUUU¥¥¥åå幸¸X[[à +ÓßßßÉÉI­VÃä îá)m0)ë—Qe³Ù + + +ÙÙÙpý›çöe¶mÏ‚‘£(Ú×קR©öîÝK§ÓE"ÑíÛ·ƒ‚‚ˆDbEE…BùË_þ244dggýí»wïÒétoo︸¸ÄÄÄ’’’ôôôúúz__ßàà຺ºŒŒ 6›=<<üÊ+¯”””dffR(”é+ål²ÿ~¡PX__ÿÙgŸ-èôV(pü,?¸ T}n,~&¾?] eéwMªÍ”Ùò–WòœœœÐÐÐ¥K—–––r¹\¥R OQ…45˜=}ú4¬Ó@JI~~¾ÉdÂb±žžžjµÚÕÕuÉ’%Ùg³ÙR©ž2Q^^îãã3Ÿ•\ ÀTa²i¡ü ±X|æÌ™¸¸¸ÅTëCÚÙ¢Ó.Ó?üoy|ÑZl÷?ˆ õï”ÿÒƒºÿ§ö“ü—ªýÿ_`‰ÿ +endstream +endobj +300 0 obj +<>/Height 106>>stream +xœí\yTS׺ßd€ p$ B "È”I +b)ðª`§¶Z:P­¶]ÚÒÖZjõֻʭ¸„Õ´Hëbá +XÊ$ƒY8xBHÂa†!„ÈøþØëfq% Ôzï}·ïûëääì}η÷·¿ñ··ÁÌÌ øóáßýÿú¶ÿLDš{K$………ýë?¾:33“Ãá´¶¶:::’Éd©TJ"‘‚»»;†a8Ž»¸¸H$E·lÙréÒ¥ï¿ÿ^*•~ûí·o¼ñ@(â8>33ãççG¡Pªªª80—ƒÿ•¦R©™}ñTúo`ûw!_%%%ÆÇÇÃÂÂþ]«c©´´Ù‰Dyyy¾¾¾€²²2+++ƒQ[[Ëáp(Šòx¼ööv T*]\\Ž?þÔ>“““«ªª¸\n__ßîÝ»sssW¬X±oß¾~ø¡±±Q¥Rq¹\Àððp|||jj*@ Óéaaa999¾¾¾(ŠNMMÅÅÅaF üüü¾þúë'Nœ>}ÚÚÚ:))‰Íf?Û,‰D¢sçαÙ즦& ‹ÎÎΕ+Wöõõq8œÉÉÉþþ~•J¥V«wïÞýàÁƒ+Väää B¡P´Zmpp°D"éêê222züø±««k{{ûàà૯¾zõêÕC‡‰D"[[ÛîîîðððŪ´âââÉÉɹ÷Õj5•JÕûó‰¿hpqqqrrš}G¥RæSHzuÕbnÎ×­þµ=99 GhÇŽï¾û®··7l)‰D"@ÿôÓOÅbqyy¹‹‹ËÚµk;::`“èèèï¾û.+++&&ÆÇǶÂ0ŒF£YYY¡(ºsçN±Xìää$‰êêê8NCCN'‘H"‘ÈÁÁÇqÇííí?~ìîî^ZZêììlhhˆaØÄÄ„¯¯ïþýûsss“’’¾ýöÛÕ«Wgddà8HIIÉÌÌp8œ––ww÷òòòwÞygûöíO0¨¶?ÿüs6wü:;;œœT*ÕØؘ]gg§V«EþÃqÜÈÈÈÀÀ6„) + +…biiéææ?v®R©d2™——×Â3¹Àì-•ô³ +=•JUVVVQQ±}ûv???ðyò÷÷g2™†!Âf³Ñ99b±Ã0+++…B±gÏ0Ëÿ)))a2™l6ÞkAááa‹ehhÈ`0*•jpp°¼¼üÙ[ÛPÓ ( +#6›Íçóõõõ +…bttÔÚÚÚÁÁA­V›˜˜˜™™ÙØØÔ××›˜˜Ü½{×ÄÄ„ÍfŽŽŽjµZoooµZíííÝÓÓS\\<::¯Õj7mÚôœXZ é_Ûƒaff¶fÍ ÃtEFFz{{MMMÕj54] F`` ©©)•J…ŒŽŽÚØبÕjøÀÎ;{zzž#7‹&ýl;;;C±ÌÏÏ'‰¯¿þ:\Njµ:==ÝÒÒr÷îÝL&“J¥"å\­Vi4www•Jµ|ùr##£îînKKK@XX†a*•J$íÝ»W$0 ËÏÏ_·nÝ­[·ÚÚÚ¦¦¦$ —Ëåóù?þø££££³³ó'Ÿ|ò<ØžWÈ{zzh4ZSS“‘‘‘]ss3ŸÏ×h4---$i¶k4ooïúúúåË—777cæââ¢T*MLLà§WWWôôôtvvZ[[³ÙìÿP!755µ±±éííýË_þurr²µµEQt×®]àB>==­r*•ºråÊ€€€ÞÞ^&“966æìì X¶lÀÖÖÖÀÀÀÆÆ0ÛŒ¿õÖ[(ŠNOOóùü––;;» +6 +›™™µµµñù|SSÓ¢¢¢€€€_|±®®Çq¹\Þ××URRbbbB"‘RSS¿ù曡¡¡„„„Ó§Oûùù•––^¾|y®æÿ Ežj¢žf-&{ÖPäYH$¥¥¥ñx¼ÞÞ^((Šr8‰Dbbb‚ Èôô´L&ÓjµPw$$$äææÞ¿?88xrrÒÕÕ5##cÓ¦MMMMjµ:""bjj +EÑþþ~…Báëë«V« +ÅÁƒÿ{âíÙB¯1 óóó‹ÅÐÅX˜ôgWRSSßxã +ÇÛÛÛ1 ‹½}û6‡Ãñôô¼víÚøø¸——×ÀÀŠ¢†††SSS€+Vðùüôôt¥RI&“‰Db||üåË—ãââæ‹FE"Qii)Š¢|>¿´´T«Õ’É䤤¤´´4¥RI NžùD ¬[·N ,v¶u#зÆtÿ.&6Xx™‰D¢ôôtx½zõê;wî¬Y³æþýûfff...€’’€««kmmmTT”P(0™ÌÉÉIŸžž[[Û¢¢"*•ªV«ÕjµŸŸ____pp°P(är¹666åååyyyz¾aæÿ=|øpöÏGéýköýùHÏl‹ÅbèNLLÉdµZ­T*­¬¬LMMá<‡„„vww¿ñÆõõõ­­­ª%A³´fÏv@@@EEŒ¢srrÙüYH?Û*Æúúz—ÁÁA€V« + + +­©©‰‰‰‘J¥SSS–––æææ8†Á°ä_ðÝÏHÄÇ?qëÎ;---d2™B¡‰ÄêêêU«Vz{{­­­étºL&ƒù³ææf"‘833ƒaXnn. Ú0 ûþûï166Æq\ ttt444´´´”ËåË–-£ÓéööösÝ•±±1·~ýú%ñÆ0 Q]]­T*™LfÿÛo¿½uëÖ%uµTÒ‰Åb"‘Èb±¤Réàà ……‹ÅÈd2ÙîÊÐÐL ?‘ñÿO¦ÿ«ç3’M~îܹŽŽE#""ŠŠŠ( +‡Ã©­­åñx°Ô022RWWwðàÁ´´4ƒ±iÓ¦_ýU©TúùùUUU©Õj777WW×{÷î1Œ+Väçç{xxÀõéççgmmÍd2P†X¿JËÌÌ + +­««Û¶m[]]Dw†„„ÀJ"VèÂŒ©©)¹\¾|ùr™LÆ`06nÜ•BDDDYYYdd$̽üòË]]]£££LX\\<{àÅï_þŽàO?šÇñÛ·oã8£| +…‚ ÈÕ«W7lØP[[;99©T*Žã|>zzÚÚÚZ&“™™™úøø‚ÔÔÔÇÛÙÙùûûççç¯]»vff†J¥R(Ý»Þzë-ª¬¬LJJúë_ÿêììŒaXBBBYY™‡‡‡ÎJÖÖÖ2™LµZ˜˜˜žžN&“q‡~(‰DR«Õ +%444???$$¤¸¸øСCs…\Ûaaa~~~:©®ÍÜàn„†aGŽÑu¨÷(ä +…ÂÕÕÕÏÏO xzzÖÕÕ;w.++ËÇÇç—_~qrr:sæ̉'ÒÒÒjkk)))………¹\N&“I$‚ —.] + + +•Ë奥¥ÆÆÆðã;::ÌÌÌô +‚~!ß¿vvöÝ»w+**H$ÒªU«rssa¡|tt4"""55•Á`à8¾uëV{{ûÆÆFE¥RiXXŽãJ¥rõêÕ7nÌÎÎvssƒ‹%--ÍÃÃÃÌÌŒL&WUUåååÍ7ds¿g‘ £ÅyýI%‡sìر;v´¶¶úúúj4ƒÑ××çãã“››‘ô|>ÿÂ… +W®455ÅqüСC0rËå½½½iii7n¼r劻»{VVäv||<::â!Z$%%%-- +A¥R'‹ëëëW¯^ +UŸÏÏËËËÌÌŒ‰‰4 +âR + P555åñxYYYb±€–-[V]] +sx•••zÓlÏ+súì¾í ãgw™õ̶nƒÏÍ›7Y,Vww÷ÄÄ„¥¥%Ôá(Š®_¿ÞÀÀ¤< R©ååå,K"‘À¬¾¾ÞÑÑEQséÒ¥øøxˆ÷Öjµ—/_‰Dl6ûÔ©Sííí¥RN£Ñª««AQ”Á`ÀÏž={>ûì3 +…âééyñâÅ¡¡!;;;ˆ+¨Õjkkk??¿;wî ²Ùl‡ÅζÎ/rÒ~ß ˆÅâ÷ߟÉd*•J¨‡y<^ww·‘‘‘‡‡Ç•+WöîÝ›žžÎb±"""Ο? ˆ³³3„,AxôR©Tª«««……´í<€»;w®Y³fQi±X¼€*zçwD"ÑÀÀ€««kQQt˜vìØ‘žž>55522sŒ»wï†U8XÊ Ä0ldd$::Z¥R%$$üîñZ€fó¡¡¡ù +5z*ž8Ž_¿~H$r8œÜÜÜÑÑÑ®®.FƒãøòåË1 kjj200044|ø𡧧§V«…»„ÔjµÍíÛ·­­­»ººÌÌ̶lÙ"‘HØl¶B¡000P($©¸¸ØÂÂbjjŠÍfë@é:466¶°°˜÷9½žúP¨EÆsoBÀf<;Í‹Bäóù6l¸zõ*‚ ­­­(ŠBGŠÇãAW,**ª¢¢B.—»¸¸ÀJ€ŒŒŒ€€…BÁãñúûûe2FƒqÈÐЋÅÒjµ7\\\ ñä"‘¨­­N§??ù¤gmCt£@ pvv¾uëÖáÇKKKkkk ‚¥¥¥··÷ðð°±±1ô™x<Ìû E]\\¬¬¬ìììjkkíìì"""„B¡X,¶··‰‰9}ú4Ž×ì\ÚóÈä,™mðÏ~è’0οƒ]»vAÇEÑÐÐв²²‡²X,(pŒÈdrWWWxxøõë× †««kss3™LÞ¶mÛ/¿üŸ•+WÒh4©TjkkÛÓÓ322¢V« Æ×_½(4ùsçàþ:XˆÂ0ÌÆƦ­­ +æ·GFFwó’þÀ³µµõƒ>|íµ×`ÞÏÙÙ¹¨¨èäÉ“†999•——GDDTTT(•J*•zâÄ SSÓÀÀ@41??A‡îÛ·/''‡Ãá´µµAÝÖØاî÷šš"4­««ëÊ•+...2™ÌØØX©TÖÕÕ‘Éd€‡‡PŒŒlܸ1??¶t, KôÜA ¯ÛÎÎNXñª¯¯÷ööjnn†¶°¾¾n—„ûi Zêìì„ +aÙÔÛÛûÎ;‹têh^–™™©T*½¼¼4ÍÀÀ†aT*•Ïç;88”••™˜˜ (zàÀ˜£ƒ{JGFFÑjµ +…âÈ‘#ÉÉÉIIIçÎÀŠ<¬ÁÜsqq1¥vvvvvvúøø Þ»wÏÑÑÑßß¿¢¢b||Þœ˜˜°µµe2™gÎœ ^ýñûÙstàS3„OÐ"53,Ù‰Åb¸éšF£ùûû;::–””À=TžžžT*•ÍfÃb±XP(žËÖV¾T©T0=811A  + +¥Ritt´P(ÚꌌŒÁÁÁ¤¤$@ÐÔÔôí·ßBŸlÿþý'Ož„ü–-[’’’h4ZbbâÑ£G#""œœœ.]ºýÄðððáááÞÞ^€D")..‰D/^$...°ôíëë[WW7000>>ÞÞÞ½N>ŸÆpíøø8 ¼½½5Íôôtxxxee%Žã>>>P<¿øâ ¥RYXXØÞÞþý÷ßÏuNõ ùàààåË—]]]qonnV(ÐQ­¯¯oii9vìXZZŠ¢4-222++ËÍÍÍÁÁ!??ffÆËËëÆ...ãããMMMfëÖ­ +%77×ÚÚº¦¦æí·ß.//‹‹<|øN§———GEEÝ¿¿  EQ6›]PPðå—_jµZ­V»|ùòuëÖùùù•••MLL oÞ¼¹¡¡ÁÜÜÜÔÔÔÈÈhppÂ7nÜøã?4ÍåË—_yå•––''§?ò$ŽE†+óµš{I +L/œdáWÌ&ý)D•JU]]ýî»ïÂîñ344lllܽ{wNNNxxøÍ›7§¦¦KKKa…Âw¬¬¬ R3(((??_&“Á”0Üs£Ë"þüóÏ°¬ïàà€aØ\l‡Ã¯¨¨Ð9v°ÜÓÓ#‹ù|~kkkbbâO?ýdddÄårííía¥EѦ¦¦cÇŽµ´´,ª¬¿ø1›ÛD÷¼îtAÎ;÷DæLWúƒŠC ÌŽá(Š*•J¸ñBv( +„»†„„´··‹D¢#GŽ”——ÛØØ\¼xžÍÒÞÞÏ~())AdÛ¶m'Ožüøã•9MNN.//‡IÿÈÈȯ¾úÊÀÀ`ùòå»ví*,,¬©©Y±bEss³P(ܱcGPPŒI®]»æä䤋Æfcbbù駟>|ø÷¿ÿý‹/¾€?çÙ|c-‰tõ)½¨…¥®ýšüúõëýýýR©¦G>>555!!!¢âüýýoß¾mff–ðᇠ†§§§T*mkk888ìÛ·oîÚÖ(ààà`TTÔáÇy<ž¥¥%ŽãÝÝÝd2n·¶¶¶600 ÌÉÉÀr +…¢P(œ% €F£åææ?WøçCê,InŸXG Ëÿ|=ëòÜÜÜÓ§O÷ööúøøÀPžÊ°²²ˆÅâ·Þz &Œ! +ËÕÕU(Bð%¦©Tª­­mII‰F£9pà@rr²©©)Äôà8^\\,‹=êèèØÚÚ +[±X, ÃV¬XQ^^nnn\QQA)ÐEݾ}{hhè‰' + !F«µµ599ùĉ<¯££ÃÇÇâïÛÛÛy<Þ¡C‡– µž@Ìé®ÞªõDëïïwwwïíí……1¸X*•2ŒŸþyÓ¦M§®®ŽÇãÕÖÖ&&&ŠD¢––‹µoß>Aûûûu§5ååå­Y³&%%%::½¦E •œœ,‹ÍÍÍ™LfYY“ÉT©TÖÖÖ‚Ô××½÷Þ{Ë—/¿~ýzxx8Œ ,ŠH$”J%ܹÈçó årùÄÄøà@ ¯¯¶…Bavv¶¿¿?‚ t:}ll ~„£XXXXXX ñwæææ‰ú*NNN÷îÝ{ùå—+++íìì¼¼¼¾øâ‹Í›7“É䶶6X”ãr¹2™lïÞ½ð]³˜Oe€h¬'pr¿;ǨÄ¢¨V«ÅqÜÚÚ‚Ú¦§§]]]1 ³°°€ Àãv + + +˜L&Nïëë£R©Z­–ËåR(”¡¡¡€€€ÁÁA¸-N5ø¢<áÑ#°`ÒÑÑ¡P(˜LæêÕ«aœïàà —Ë Fnn.‡ÃqqqihhðòòºpႯ¯¯»»;TxŒLMMõõõ¥Ñh‹µÛ*•êüùóÛ¶m¶°°€g>BPRSS“Éœžž&ð” ä2£ëÄÜÜü‰Sçtþ£¢¢žàFZp?éôôôãÇ¡ +?räH~~þä䤗——L&P(¸"4ÍÚµkËËË×®]ÛÛÛ w±”——/Á]ùàƒ:::âââúúú + +U*Õ¡C‡îß¿¯P(¨T*´Æcccr¹œËåÂZ0 ‹ŠŠjjjrpp°°°¨¬¬\¶l—Ë]½zuCC™L†+̃³`ƒ¥Èó"ŸÔÃ6Låwttôôôô÷÷ÔD"SG¥R + úûû1 S(aaannnƒƒƒNNNÃÃÃL&söœCšžžFD§Á? 9‡ÃvX­Vë=Òíy~!‡" +53ü\¸DaåU‡Œ‡[Ûÿ•à‹?Šþ¤ÛÖÿ¤‡ðÿ?Û&ú“²ý¿”äÉ +endstream +endobj +301 0 obj +<>/Height 106>>stream +xœí|{TSWÚ÷H äz$€n%DP @@%Xð­Šòâ­Õ¥ïT-ë…µ3u¦¬wÙ¶£Vf:ZËÔ΢U¤ÊX\"—&r3Bˆ8¹É%!áûc¯ácI@´µó­¯ï󋜜œsöÞÏyn¿ß³WÌÎ΂ŸŸ8ý»àß#ÿ;쟓¸,ÿܹs“““v»ÝÉÉ©¥¥ejjÊl6#âååèèèÈÏÏÏÏÏÏÍÍ-**òòò²ÛíF£Y,.—;==]TT”022J¥‘‘‘ÃÃÃáááííív»ýÛo¿Å0¬¸¸xÍš5ÏõÄ?Š8p`AAA“““nnn€-[¶ˆD¢ÙÙY³Ùœ——§P(‚ƒƒ{{{>\]]­×ëI$’››[VV–Ùl6™L + + +r¹üÁƒ®®®t:½««Ëh4feeÅÅÅ©Õj@XX†aaaaAöíÛ7gÞ~Jy†’?¥“ðã‹Eo|>?%%eþ¹\ž““Š¢heeeNNŽZ­^»vm]]Z­†7ZµjUQQÑ×_]]] +=‹B¡ðôôÄãñ\.—Ïçwtt„‡‡'''?~üEÑ/¿ü2##£ºº:&&&555???//ï©û:6ŸÏÏËË d±Xááá………AAAAAA×®][·nÑhô÷÷·X,Z­6""â¿þë¿~ÜÖáœ.=Ñó]ÏÒîfNu`o¿ývXX˜H$R*•ááá <<œÉd‰D2™|éÒ¥ýû÷ß¹s'99ð´´´†††‡¦¥¥ WWW›Í†Ãᜣ££I$ÒÍ›7#""ÜÜܤR©¿¿ooo^^†aB¡°¡¡!%%¥¥¥ÅÍÍmóæÍB¡088xdd$::º  €ÉdªTª¼¼¼ÒÒR‹Å2;;›’’ÒÝÝÝÔÔäëë›™™YQQ#A„B¡ÍfÛ°aƒÅbÁ0Ìn·OMMupþG(ÏuÓ—!V»°°°§§'==½²²²»»ÛÕÕ577W ˜ÍæÕ«W···6›-—ËÛÛÛQýôÓOßzë-www£Ñ¨Óéèt:‚ ™™™Ð~òÉ't:D"eggÄÆÆêõúóçÏcvûöíÛ·o{xxH$™L¶wïÞ;wîìÚµëêÕ«¯¿þzddäÈÈÈúõë©Têk8OŸ>ýÔ!¡PXRR2::êää422b±XÁ¶mÛôzý•+W6lØpÿþ}vÿþýS§NUTT”””˜Íæ_ýêWÍÍÍï¼óŽZ­yüø±Åb±Ùl!!!...F£ñáÇ6›M©T8p```à¿ø@`0€˜˜˜œœœ³Ù¼yóæ„„‡c2™îß¿O ÆÆÆ +Å7ß|#œœœ †~ýõ×...ÃÃÃ÷îÝëì쬬¬´Ùl€7nܸq# àƒ>€îfá°›4 Ã`ôæy(Ïœõ¥=Ð|ïÍç󧧧gggýüüJJJ<<>^QQÁårëêê<<<=zôý÷ßoÙ²ÅÕÕ5""âÎ;ðÍ/..Þ±cÇÝ»w]]]œœ<==‡‡‡Íf3‘H¼{÷njjªZ­^¹råîÝ»i4…BAd``€Ëåvtt444¸¸¸P©Ôææf‹Årÿþ}E=zäìì|õêÕÎÎÎùJ>99ù·¿ýM¯×ß»w¯¾¾Þ××·®®nxx˜J¥~ðÁ...—.]ª¨¨ˆ'Ï^m(K» +° ‡ux±ß.¦ÿƒA¥R­]»V.—{xxÀµU©TãããJ¥’Çãµ··s8œ7nÌ)9ÌÀ(ŠJ¥¢R©4 +þ`0ÚÛÛ¡j<õR,:l>ŸÏçó»»»y<^[[[ll,Tò +…âîîrïÞ=ƒÁàêêÊãñ?~<11‘pèÐ!‡Ó´˜`&—Ë‚’y¦‹[Âÿ@<>>þÁÔÖÖþ‹¼˜,ªäo¿ý¶B¡ÈÉÉyçwØlöììì›o¾YRR2>>N <=====¡Æ–••H$’Ó§OߺukddäÈ‘#—/_dggët:EÙlvbbâÇëëëÍfs]]ø—†ÿô¹§ãpehh¨««+00F£=|øpß¾}§NÚ²e NŽŽnnn6F£qÅŠ(Š †ÑÑÑ€€€ÁÁÁøøx“ɉDd2™B¡ôööfdd´´´iëõú‘‘‘šš ÃN:511qðàA@ •J333¿ùæ›ññq&“™™™YVVvôèÑÜÜÜ×^{M ÌÌ̼ñÆ€¶¶¶8}ûöí +…°‰ ÈÐЛ›†a^^^‚Àœga*ò|Á)”%ÌÅÂÏ¥_‡å¼,wïÞux¦Ã ø™âؤ=|øVÈ÷ïßÿ—¿üE¡P°Ùl˜{®^½:<<¼««Ëb±Œ “Éäì윛›û駟¢(êéé P*•V«õرcçÏŸONNnnnŽ—Éd8®±±133óþçø|>Œyñx|}}=Ìj§¦¦233‹ŠŠ`&ãëëëää¤R©öíÛ×ÖÖ699¹bÅ +•JµcÇŽÜÜÜYÉoݺõúë¯ß¼y3))éÚµkD"qzz: Àl6Ûl¶ÑÑQ½^¿ÿ~€Édb0B¡H$¶··»»»ÃþàÁƒUUUÃÃÃF£‡Ã¥¥¥ÍÞ½½½%%%s³ì@ /„[Ô¤:uêã?vø _,J](¯¼òJRRÒàààúõë-‹P(´Z­l6»««+))ÉÃã²²’ÍfÛívNHKK+--µZ­\.wvv6==ýòåˉäÕW_EQT&“ÆÆÆ4MnnîÂiu\'ÿÍo~³~ýú½{÷úûûâ,‹Åjll„… À\Q‰J¥ +…BµZ‘‘! ,‰˜LæÌÌ Ìûç§F£qjjª¼¼–öïß/—Ë·nÝÚ××çäääêê +@ÄÉÉ Ã°øøxx;†ÃáL&SEE…Õj=}úôéÓ§W¬X!‰fffÖ¬Y¨©©9yòdQQ‘R©d±X(ŠšÍfÇ“ý\–à)³˜(Š»ì·[,|XúI“E\ºèèèÞÞ^6› +-\ss3§Óé¸yó¦ÙlÖjµÐUÈåò¬¬¬ŠŠ +2™Œ¢èàà`XXØÈÈÄwàš[,–ÞÞ^˜“”—— …³gÏ¢( +§²²2##£©© Ã06›ÍápZ[[™Lfeeå+¯¼d±Xúúúx<žÉd‚`CEEƒÁˆŽŽ&“Éÿûß#""\\\Ìfsfffii©¯¯¯ŸŸß‰'.¶cK^RR"•J÷íÛw÷î]*•«P(2™,!!áîÝ»°h6›ïÝ»G¡PbccQ½rå +‚ (Š&%%ݹsÇf³ýêW¿zçw’““e2›Í‰ŒŒ„øæþýûŸ7,]Âøç,¹¾H*²ô· K…K\¤²²rÆ +2™lbbB.—ôF£q8œÏ?ÿ@ ž7Ô_Žܾ}»»»ÛßßÇÓh4‘H¤R©<YZZ +0 ±±±‰D£Ñlß¾]¥RÑh4ø{yy‘H$FûÛßþÅb±\]]+++CBBX,–T*?~|á°(9‚ ÓÓÓ¹¹¹­­­---ƒAÏ>û âø½^ïä䔞ž_N2™ €9†H$ruu +'“É:îûï¿OKK„æŠH$šL&A`€ ÈÖ­[axãÖ€€H_0 :_c??? Ãœy<^GGDæ¿Æ'Nœ ÑhPû‚ƒƒív;‚ ..‹ò°–KâXÜ{Šå³ØÀÀP.—OLLÔÕÕmܸ±¥¥%%%å§)­96iÅÅÅñññ‹E£Ñèt:JŽŽŽfggÑét³Ùœ-,Khh(t¹õõõ0NliiOKK«©©ñóó3™L‡ÎÏÏg2™¾¤P(çÏŸ7 555CCCGŽ9wî\TT”F£e¦öövÌÒi4ZdddUUÕêÕ«¬Iq ………‰Åb.—ÛÐÐprr‚,<°nÝ:¸,eeeÇŽãóùˆÛßß+Ò,«¦¦& –Ù½¼¼`HïçççëëËf³ûúú +Å¡C‡fgg=<< ƒX,Þ´i“J¥êééill$“ÉÕÕÕƒÁËË«¿¿æÞÞÞÅÅÅÓÓÓOž<ñññùÃ~n|Ûaì V3ì ñZHÙ +…o¼ñÆÍ›7!¨ì•+WÂÃÃI$‚ ƒA¯×CFRddä7鎃ÓââbEM&“¯¯oVVVAA¤ì©Õj»Ý¾cÇww÷ââb:~ìرüü|6› +]ÑÌÌŒF£ÉÈȸsç¤5œN?tèзß~[[[k2™¾øâ‹ŒŒŒ;w:;;çää\½zõúõëB¡ð÷¿ÿýÊ•+?û쳌ŒŒäääžžArss/\¸À`0Ð`\`½æûï¿_XÁYìägž¶LYúFããã ËUóËòË/f9.!òù|ƒÁ€aØåË—£££CCC;;;§¦¦PmjjÚµk׎;àÉóßöxóOž< ©¶$éàÁƒŸ|òɪU«¤RéÉ“'ËÊÊ.^¼ØÐÐPXXèëëK"‘p8\www~~~kkkmm-‚í6›íÝwß-**Â0lff†Åbmß¾ý7¿ùͱcÇŠŠŠVN/SRR>þøcOOω‰ ‹ÅÒÖÖöÞ{ïétºööv2™œ››+‰âããùË_nØ°aÿþý|>ÿí·ßNNNæóù{÷îåóùÛ¶mÛ¶m[rr²P(ܽ{7yò ׯ_ßÒÒrúôéÖÖVN‡Çã©®®ÆápV«5//¯®®ŽN§ß¸qEÑU«V?Ö*%Illlbbbyy9Œaóòò`$«R©¸\.›Íþî»ïìv»Ùl&‘HáááH- ‘ÿþïÿ†ô­V+‰^yå•5kÖH$‘H´{÷nXzjŒË­®,=ÍO1Ìa5wî[>ŸÏåráñùAŸÏ‡ì‡ÓÓÓ[PBBBD"Ñþç–——3Œžžžµk×zzzzyyA"É[o½u›Ãáh4±X MÚ¦M›ÊÊÊI$RDD^kjj>ð¢QZFFFVVÖG}d4£££;;;gffÖ­[çîîÞÓÓ#‰p8Lw½¼¼¼½½Éd²H$:räH~~~FF„/Ö­[¡ÖË—/[­VkÀÞš9|{™êýcaOPçÛNNN,+--íƒ>(++‹Åjµú«¯¾úå/I"‘¦¦¦X,hjj‚i dáuwwGGGC jëÖ­III...yîââ‚Ãá( +,•óùü‚‚'“Éàû¢V«!Àf³ñx<œ_­V»fÍšÞÞ^˜Õ766¦¥¥Éd2ooo©T:55e0X,Öèèèš5kär¹D"9~üøÐÐT*½xñ¢ƒéx^×:ßa¾ðo^gîjóýðÂ~,q°Ú|>ÿÔ©Sï¾û®D" + +ýðÃ7oÞüøñcèÂÃà +ÅÌÌ̶mÛz{{[[[7oÞ U·¸¸˜J¥&%%‰D"H;ruuU©T°T>33³{÷îù 4Œ‚³³³KJJH$„é|}}7lØ0;;ëââòàÁƒÍ›7WVV®[·ŽÃá|ñÅ(ŠªTª¸¸¸¯¾úêĉCCCë¼víÚüLjD¢©©©¼¼¼ÂÂB‰Äf³“““ŸÃ¤=zÔÇÇÇÝÝ]&“õöö¢(Š¢¨H$ÊËËãóùr¹Ün·Ã—üüüªª*À£GœœœNž< 9*sú9::š““séÒ%ø.ètººº:ëK¥RE‡††&&&Ìf3‡suuEQ´««ëÔ©S_}õ•ÝnŸžž¦P(kÖ¬Dñ‰‰ …BRYY xõÕWõz}[[¬IÅÄÄ ŠD"À‹“8ž©cóOXŒm¥¿¿9·[¾zÏ]Ðák²˜8Vr>ŸèîîöõõÅ0ŒÁ`|ø°©©)111**ê¯ý«Z­Þ½{·Õje±XüãaÓ$7™L>>>---øòË/y<ÞØØXww7€Íf3™ÌÅØL/½mý©2ãr÷e²|år9üçÔÁqQéÔ©SIIICCC‚LLLº¸¸´¶¶B¦ï† +¾üò˘˜©TºaÆÆÆÆ-[¶À +‰£TØ "HÓàp8J¥’Éd¾fˆoÿÛd¡q¿~ýzddä7ß|ó”Sy–ßYôœ9VÍÿ Í1P~¦{38ηU*‰Dª¨¨¸yófbb"@*•²X¬ììlØ +f2™fffæJK/&r¹¼³³ÓjµŠD"ÖÜÜ 0›ÍYYY/{ÿÇ« +;4þ ¡¡Éd¶··3™Ì ‘úË&ËcÀììlMMÍãÇ©TjYYÙõë×F£··÷_þòE[[[­V+l”êééùî»ï¬V+dd–••A6ôÔÔ”Õj@®‡Ñhlnnv8›aa;ÇKÇኇ‡Ç•+WÖ®]Ëápìv»ÑhÐh4DAD +`2™ ömÛnܸûŽ::: ½ +.à\7}CCƒ¯¯¯‡‡ÇÂa¿þúë...ÞÞÞ}å5M^^ÄU1 3™™™0ΤL@£ÕjaÌ Ï‡‘uoo/䮦¥¥-7hmmMMM­ªª’H$111<ïË/¿ŒíëëÃãñ»‘H$iiisý(pˈ'OžH¥R؆¿Ì]#–YYš”·Lq¼Ú + + +AAAîîî°pµívûàà Fܸq#†a°U +4 +ðdÈ3sXåóù¥¥¥ÞÞÞwîÜÔ„¬¬¬žž­V{ðàÁK—.APVT’’’~ýë_Ÿ9sÑ’cÇŽ 2™ÜÔÔ”““SPPàææ– +!ª#GŽ@V|yyùrS‘ºººŸ`¿>Ÿ©†{öì +…CCC+V¬À0L¯×;v¬¯¯O$MOOS©T›Í™­B¡ÐÕÕ‚m à¦6:nË–-ÝÝÝL&­úúúl6[uuµƒ{ÿûB†åÊùóBzñS'/Æ?vÌTªªªòöö†z©©©•••t:=,,L*•Z­V¸+›Íîíí + \½zõýû÷áþ:mmmp71‹ÕÒÒ‚Çã“’’ L1WN‡æ +òÉïß¿Û ‘Édd2ÙÛÛ[.—ÃÆEFGG¡SðõõU*• cccpIa~Š¢è®]»`j$‘HÌf3ìÅ™™™áp8\.÷9ŠJo¿ý6,\s8<ïééÙÚÚ:44dµZ³³³%‰V«… 0‚ )))|>_$q8ˆà^K…BÁçó}|| iî©žµ1ÏbôE0/·ŸÃUžªÃ/!Ïœ>“4 ÿY"Óš{h>Ÿá‰äîî.•J?^VV»>…B!N_µjÕðð0tf:. EÑÆÆÆßýîw§N‚#„5œ‘‘µZ +h}}=ǃ»{VW•þð‡?x{{k4š¤¤$¸_Â\ +´¦¦ÆÅÅ%55Õh4J¥R ÃvíÚ%—ËgggaÉŽÉdB=‹Å‚ŠÝÙÙ4::zðàÁââbA¾øâ x»ˆˆˆ––:~áÂØÝÞÚÚj·Û333›››Q‹Å~~~}}}û÷ïÿöÛoãââà + C$ùúúÂ*,,¬ººšN§{zzŠÅb8fؾ³Ü +HþøÇ?:;;æææž;w.22R&“³Ù ;7V­Zuï޽͛7Cè ¶6ÁºŠJ¥JMME¤±±Ñ××·££czz:''§««kjjJ¥RÁ^‘…Z0ŸÓ3§½taaaVVÖS °ì8÷GÈÀæ?ÙôÒ…OÃçó/]º´nÝ:“É´}ûö÷ßA‹Å’™™Y\\Ìf³•Jeffæ‡~xôèQ@›/†‡‡!NÜÝÝ + êåååCCC€ˆˆ¡Pk‰d29##ãÆÇŽ[VgPaaán|ñâE‹Å’˜˜¨V«322JJJ`À˜žžžŸŸ ˆÍf…B±k×®‚‚:ŽÃá4͹s犊Š +dõêÕ2™,++ëóÏ?wvv†¨õÔÔ ))éêÕ«v»Ýn·[­Ö®®.///«òùüýû÷×ÖÖÆÆÆ677?~üÂ… + + +žžž,+116“BFrxx¸J¥’Ëåk×®miiquu•ÉdŽ×ê™>ÓáÿKyyÀs½±CBÇ2¯°(ù¶ýóŸÿLNNFQ´¬¬L«Õž={öòåË&“ ‡Ã%&&©ݸq£“““Éd‚͈€œœœ§v;Š‹‹ãñx •ÖÉ + +à+ÐßßèС¶¶6èÕZ[[Ùl¶Ñhôññ±Z­*•ÊjµBÀ D"QHHŠ¢õõõ€M›6µ··gee]¼x¢BþóŸ—EÙYzòæ.†o<…i<×F+sˆÊóþä©Ç{&¨â8ùɪ+………†‰Ä®®®¬¬,ØŠÃáÂÃÃ5 +ìß´iÔ>ØLÔ×××ßß¿oß>ƒÁ Ñhðx|{{{BB‚L&ƒíiiiPe˜Læ&Ž-ygg§J¥"‰Ú;—xÖ××K$:>22âîîîêêJ£ÑŒFãž={þþ÷¿£(J£ÑZZZ ™L~æ.}PÉ¡ˆD"›ÍüãÿX¿~½P(„]ŒR©t|||Ó¦M+V¬˜œœÔëõ™™™………v»žO§Ó¡Mõõõ¥R©b±¢®¸þÏþó9À k×®I¥Ò;vÜ»wO§Ó‘H¤ŒŒŒÆÆF ÓÉtwwooog±X°‰Á`F‘Hd4ÝÜÜ\]]÷ìÙÓÞÞŽÃá¤R©O\\\uuõ±cÇ®_¿Û§îèpw‹¥'nNnܸñ\ª·è°år9†aåP*•0߆ßÂîa÷Eÿêè€O÷È€m6›³³ó«†Ðè‹Å°6255åææ¶cÇŽï¾ûÖ[d2™N§‹ŠŒŒ„8‰H$òññ ®®®æp8]]]‰‰‰&“Él6k4Ø‚ûÆo”””DFFNOO;TrÇm gÚa2—“Ï/-©@äÑ£GX·!zòä ´,(Š +‚øøxN³7¸%×ðð0Š¢J¥rvvV­V>|Øl6GEE •J +÷)ùì³Ïx<LŸž¯ÙqÛ¶mp0.—«Ñh¦§§{{{·nݪP(8Îàà •JU(===7n<{öìž={à>‡F£‘Á`Èd²˜˜˜lÙ²å믿öññûZhµÚ™™ÀÞ½{áòÌ—€‡žZ’¥ÃÒçèñ”ËåF£Q­VkµZ"‘øàÁƒØØ؉‰ .—Û××g·Ûûûûa iff&))©©©)44t|||çΘªT**ÎùLØ’766æìì ÛYànÿøÇ?`®J¥R™L&,HÃÇ]lOµ.Ž‡ + ûUwvv†õ3€^¯§Ñhð4½^o³ÙਔJ¥¿¿ÿOYèþò3ƒ~¦›ðÿï°Nò3öÿŒR¹ó +endstream +endobj +302 0 obj +<>/Height 106>>stream +xœí|{TSWöÿ!ˆ‘@"á¡!©¼¬á!êVëƒR¡U;ر KV\Rm¥e¬Nµ2í –J[V J)8¥ +T"“ò˜<B0BLÂ+ &<~œ5ü\0‚ÓöûïþÃu¹Þœsö=ûìÇgï}­fggÁ¡~ëü6ôlÿ7‘Íü[eeeD"166ö×_ +Ç+,,d0«V­B£Ñ +…ÂÆÆ…B­Y³F.—«T*ooo™L¶cÇŽŠŠŠ?þX¡P|øá‡p¹\•J5;;Ëf³1LCCÑ#Gæóbõ¿@¥iµZ"‘øèÅéÛK 3BþTtâÄ N711Ád2ƒƒƒÿsGãщÇ_ÎhKaûìÙ³ß|óÍêÕ«ýüü~ùå,»qãÆ’’’»wïªÕê7nxyyÆ3gÎ,að×_‡Ã‰Åb ãêê:880<<ìãã399)•J™LfÿÞ½{£££Ïž={þüùºº:WW×­[·^ºtéÓO?µd–ß»ËåòòòòºººŽŽŽ .ܾ}{Íš5F£±­­-44ôÀ–ŸçGiél …B­V ¯5 +™L†×l6{ ë€$—ËårùBÿ+“É ÆÜŸz½‹Å>ö N§ÓéOœhY»œœœ’’âêêzëÖ­îîî´´´¡¡¡g~¼y<^YY™½½}ddäÀÀ€\.ÍÊʲµµe±X“ÉTQQ‘ššjáìKg»¸¸øþýûƒavv¶¯¯oݺu““““““‡¢ÑhKs‘ÝÖëõ€ÆÆÆM›6=v‹ÅŠÅâàà``ñnƒÙeÐÈÈHNNÎììì_ÿú×û÷ïÃëgBHKKû׿þ5w'222''çúõë=üøñ§éΩP( +…<ÏÍÍM.—Ã빿Òëõõõõ}}}ÞŒŽŽ–ÉdfæñxO5þïK“Ï 9Ô‘jJ ÉB!ÿ}…"pÑýýýáááR©4<<|pppppÐÎÎN.—Óét4M"‘är9Öjµz½^«Õ²ÙìòòrhÉþ§:§r¹<777&&æÖ­[L&S­V'''ãñx@ŒŽŽÂ'i4ÚÒŒ60˶P(ìëë3™L¥¥¥ C­VñÅËãå)H.—óx¼lÚ´illÌÕÕ•H$ +‚sçÎ:uêÁƒÃÃÇÉd.Ù;¿Ã݆(‘H†††¼½½i4š\.Ÿ“^‰D‚ÇãQ(Ô’m$¤Ù~õÕWµZ­³³sJJ +ŸÏ7Z­‹Å +…B +•––ÖÐЧÕjóóóÑh´««+“ɤÑh­­­|>ŸB¡<ÿüó¾¾¾™™™………çΣP( +%88>ÿÍ7ß,gÝË$‹v{iGhÉïW óèJEEEOOƒÁØ¿ÿûï¿ïââ²råJ2™ÜÞÞ®V«÷íÛ÷óÏ?ÇÇÇ_¼xqýúõíííD"q÷îÝÕÕÕccc‹%‰®^½ú«³c)=ƒ³ +wuÉ{{èС±±1*•ªÕj[ZZrss + +‚ƒƒ¡sâãã~éÒ¥“'OŠÅbAêëëÓÒÒz{{«««ãâↇ‡Ùlö‡~xúôéË—/;99‘Éä[·n¹¹¹yzzÆÅÅÍwÔÍì¶P(äñxIII½½½ýýýSSS½½½4-00°©©‰D"=†´An—À3Ç‹Å---[¶láóù€ˆˆˆüü|¨Düýý‡††´Z-‡Ãioo?yòdUU•Á`زeKSSSKKKcc#™LFD*•ÆÆÆ®\¹²¨¨(44”Ëå‰Ä˜˜½^?;;kÖk4oÀ:::œœœ###"‘ÈÝÝÝÁÁA¥R¹¹¹ÜÝÝM&‹•J¥ŽŽŽ6l¨­­E£Ñ~~~eee‰‰‰l6{ ¯`þžÌ— …d +òfù«7®h4*•ZWW÷àÁƒ¨¨¨/¾ø" ÀÖÖ6$$äûï¿ ;pà@tt´ÏÝ»w7lØpõêÕ={öÈåò?üá@„BáéÓ§­­­‰D¢B¡(,,LMMÍÏÏ T©TNNNðÕs¹Ü°°0[[ÛÖÖV“É„Ãá>øàƒÏ?ÿ‡Ã!‚Ãáêêêàòd2™J¥¢P(T*ÕÖÖ–Ãáäææfgg[ŠœÖÖÖ®[·N¡P¨T*|‘½½½àß¾`tt´··7**jNŠà3Ë´¨–Ó£;ÿ´šÅ¼ß¹s‡F£•••9;;Cf8 ‘HnÞ¼¹sçN>ŸO£Ñ¢¢¢–³n—››ëë뛘˜Èçó5 +¼¨¯¯?yòäÙ³g]]]µZ­»»;‘Hd³Ù­­­'///###//ÏÝÝ}ll Ç'&&ÖÔÔ8;; ‚ôôôªª*‡Ã‘Éd_~ùå½{÷æOm}êÔ©Çn©T* +åää$‹F#‡ÛµkW{{; +…¢Óé+V¬€ ;::.‡m¹\ÎçóI$’D"ðññqww¿~ýúöíÛ­­­½¼¼ÆÇÇ_zé¥ÑÑÑÛ·o‹D"£Ñhee¥P(x<žÑh\ùoâñxd2ùÞ½{ƒƒƒíííÎÎΕ••Æd2ùùùY[[Ï?wæw»¨¨(..N§ÓµµµÙÙÙ)•J:îëë‹B¡ðx¼R©twwW*•)))Ëa{qZÈ.ÎÝŸ»3_¼ç~eVS‚…Tš£££H$rss{ýõ×u:×jµPÁÿ]_€Çãåççc0FóüóÏïÚµëÆÝÝÝ$iÓ¦MUUU*• +Ç“Éd>ŸÏápT*ÕÈÈÈÚµkq8\ww7ô”===ïß¿ôèÑŠŠŠ©©)­V»cÇ>ŸÇãGFFó97/äÍÍͳ³³[¶l©­­ +ptt|Èf³•Je__‡Ã©ªªJJJÂb±÷îÝS*•çÏŸ¼ÿþûo¿ýöñãÇñx¼N§Ã`0T*U£Ñ b0<(‰D"Nß¾}û3Ì¥š7`‡þä“O`TtïÞ½S§N•––âp¸¾¾¾.—›€ ˆF£ñööFD(²ÙìëׯS©T‹e2™Ðhtkk+6™L C¥R1™Ì®®®¨¨¨+W®Ðh´_{ŸOÿ!*-µ{÷n{{ûÀÀ@&“ÙÖÖÆãñX,ƒyùå—9Âb±p8œ¯¯/—Ëe2™ÁÕÕ577—Á`P(”ÊÊJ‹=“Ë—/ + +¡Ñhøøø¿ýíoõõõó'5ÃvAA ¿¿¿¾¾~ffÆ××W*•:88=z´  @.—ûûûÃéy<ÞÀÀ< ãããF£1%%¥ªª +â[/¼ð…Béêê’Éd»víª¨¨HJJ‰Dõõõáúõë ½(;¿äÿOó_÷BNî³ßí9€å‰{í6,q‚Ž'@©TÂœDUUÕàà`FFƱcÇØl¶««+ ®®.!! ´Z­Z­ÎÎÎ6™L………x<þĉEEEMMMƒƒƒ7n„‰AKÓÒÒR(*põd2yÏž=yyyðHóù|,»ÿþ’’£Ñèëë+‰Ðh4‹ + ÄápX,¶ºº:((H£ÑÐétww÷k×®=|øD"]¼xñÂ… €÷Þ{O(ž;wnhhˆD"ATŒB¡ôôô`0ƒÁàââB&“õz}ww7DD"…BIMMÍÊÊ:qâDkk«ÑhT(T*U.—¯_¿^$yzzNMM…‡‡WVVŠÅâ—^z)""Â"¶ËÊÊþò—¿„††Bì088ØÐÐpøðáüüü+V;vŒÇãÙÚÚ¶··º»»SRRêêê222.]º´víZˆoðÁÃÃÃB¡P,ÇÄÄäçç'&&j4½^oeee¾~¶´ˆ—¾˜?Šc,ÓW1k«…BáßÿþwOOO.—»jÕªENû3'ó*­²²’Åb +vtt8;;oÞ¼ytt”B¡p¹\4é½^Ú®®®€€©T +U(…BA„N§wvvþøã™™™7nÜ€¶-ymm-œîÍ7ß$“É( +ŽÜÕÕ`±X|>?,,ŒÍfÃ`C$½þúë‡OLLÜ»w¯ÉdšžžŽˆˆ¨««‹ŒŒlnn6™LQ¦R©R©´¯¯/>>>00011ñ1͸+D"±¿¿_¯×'$$Ðéôêêꉉ‰ááá®®.˜”ÐëõßÿýáÇ+++;;; +ÃöíÛûûû±X¬V«U©TVVV...7nÜÀb±«W¯†Õc:.<<¦YŒFãÜt}ôÑâ;3·è‚‚‚'N°Ùì³gÏ>š`[B!æR4¹Ùðø©l5´+0T^^þÇ?þQ.—›L¦›7o¦¤¤ÃTÁåË—ÇÇÇq8\ll,N‡èZjjêéÓ§ãââ®]»vöìY³eggS(”ÈÈHˆm +…Âýû÷Ëåòþþ~‡c‘JËÊÊ‚:)--M,ÃR0‰D"•J, ‹Åj4"‘qóæͺº:GGÇììl±X|çΗ^z †®±±±ƒáÂ… 555Ð8yò¤Z­V*•fíÊ"/wñ'á…åïýÉ»m9Êeö·Ð÷0 ž…ÂãÇŸ>>€øøøÜÜ\¸øŒŒŒ3gÎH${{{"‘(•JŸ"ˆŠŠb³Ù<`0•••$)22R$µ¶¶Âœ‹H$òõõ%“ɸŽ-++‹ýÓŸþôæ›ovuu‰Dggg[[[¡Pèêê:99éää400 Õjç4ùÒh ±mv&°èùÉÊÊ:sæ ǃ)«'#\¨,D"‘N§{î¹ç Ï×ÓÓ£V«CCC£¢¢ + X,ÖÇÇG¥R·´´P(”ôôt½^Ïçóa®ÓÖÖvzzz``€Á`ŒŒŒØÚÚ¦¦¦>|¸££cþÔf XAAÁW_}µ}ûv€Z­–J¥CCC»wï†E•••J¥222R(ÎÌÌØÛÛ{xx9rä“O>™ýðÃÉd‚ÁvCC‰D‚¸/‹õð𨮮NOO‹ÅÐꌎŽnÞ¼ùÚµkk×®¥Ñh"‘¨¼¼¼¯¯/!!D"Õ××××ׇ……Á„̽{÷¬¬¬Èd2‡ÃÁb±z½>//A•+W²Ù춶6‹ÕÓÓãää¤×ë FVVV||¼yeô´Eªó駟~Zè¿FFFÌÞ|ôþ‰'à °°vþO̲L2®>|ø믿ÎÉɱ¶¶Æ`0«W¯†5Ô€ÀÀ@>ŸŸÐÝÝ + tár¹°¦'44´ºº:**ÊÉÉ©¾¾F°üÇãýùÏV©T‚¼÷Þ{Ðn×ÖÖB¿0##cÛ¶mó“¸|>¿³³ÓÖÖvvv611±¡¡A¡P0 £Ñ5T*Õh4 +‚üüü3gÎØØØ0 ÑÑQXmm©&ïìì„®Õ;w‚ƒƒY,tK hhh€l + +………!ÒÙÙ‰ HRRÒÝ»wúé§Í›7c0˜™™…B‘””ôÖ[o999íر£±±Q*•ÆÅÅ ³ÑÿB´˼8=µÝ~&Ç„'ƒÁÀ`0?üð@ðððÐëõ©©©¥¥¥###P)ØÙÙA“ž––VPPðâ‹/NLL èìì„òH&“‡‡‡GGG ‚OMMMxx8 .^¼8ýæUZII ‹ŒŒ$ýýý‚(•J[[[ƒÁ””Û + ÉÈÈÈÍÍ + khh€%==:Œ+++HNNÎÏÏOJJ‚µk +åêÕ«Z­vttT.—{xxP©T<?66Æ`0Š‹‹ÇÇÇ©TªB¡hnnŽ‰‰Q©TЙÅãñ7oÞ$Ï=÷œ^¯G¦( +‚ ~ª«« „50-ùæã튊ŠÐÐÐŽŽ¥RiooY955…Åb?ûì³³gÏÂC¥R©²³³333a¼=‘H$•J¥×ëY,‚ ÍÍÍ)))x<þûï¿g0ÍÍÍ666Ë´Û‹Ó%Ô"»=ß,ä¢Zr"-5(++óöö®®®f0R©4,, ʪµµ5‚ ‘‘‘ÁÁÁs?;;ßoww···wyyù–-[|||®\¹’ŸŸÅb¡ýCäöíÛd2ù³Ï>³HÈ¡A_ˆòhµÚªª*‡óõ×_¿òÊ+¥¥¥ +E,þùçW†0lÒ‰D€U«Va0³þYrrrÿ{ァ×ëáÒsss/_¾ìéé •epppYY™F£¡Ñh555III¹¹¹SSSëׯW©TD"188¸®®®¥¥eçÎR©T&“q8œ¬¬¬ÈÈH@ðþûï—••½û¹¹– +¹…›öDZr.X†Æ¶pRó*Ïç÷÷÷‡……Áª,QYYéââb0vìØQRR’žž^TT“k×®½sç ±±1::º««ËÊÊ +nx|||NNζmÛÚÚÚôz}zzzmm-,džÈiDDDii)ŒØ³³³a7ì_†é•J544X¿~ýØØXww÷+¯¼200pûöm<¤R©ÚÛÛGFFÌFØÙÙ ''' c¶9̼Ýnkkëëë›Ãk†‡‡8Nss3‹]µjU\\\uuµP(<þ|NNÎÌÌ t0RSSsss`‰XMMMuu5•J=xð @ hiiqss$ÅÅÅfê!=Šd,_- +E*8xìO ãñx2™L$999ÉårAŽ;ö˜ƒi¶ñññLOO‰DÀNMM…„„ÀÑD"‘J¥Š‹‹»}ûvjjª\.W*• ))‰Ëåš +<ÍyVV–P($žžžwîÜñôôÔjµ...???¡Phee¥×ë³³³«ªª( +Üؼ¼<˜?ètº}ûöÑéôù^Œ“üüüÞ{ï=—ËÕëõ:.$$AââbƒÁ@£Ñ&'']]]«ªª^xá{{{@ÐÕÕµråÊèèhxÒÒÒ NÞÐÐ@¡P"""P(ÔÎ;‹ŠŠ‘‘‘ÐEe±XfcAóéììì7ÞxãÆIIIŸÄÄD.—ÛÑѱ•JE \\\Ôj5“Éܼy3|ÝÝ݉‰‰2™¬§§ç­·Þz´åY¹zOUd¼ÐÔfضDPŸX@eI ¦_vìØÑÐÐÐÕÕeggAåØØX677[[[CÁ`ôôôìÞ½ûÅ_\|XKhÁ³ýÚk¯Áæ˜ÀÀÀÖÖV™Læææ600àåå¥T*÷îÝ[^^®Óé †F£Ñjµt:Ýd2=xð ::Z(ŽEGGCek4{zzÐh´]ddä?þèââ2‡ø=zT,ûúú j4š9”†N§—••”J%‘H„~ˆJ¥b0EEE Z{{ûˆCP(”ááa[[[@OOO@@€y¬r Áêàû÷ïøڒß>?J===–OºÈ\æ›&æl¬ë ›‹`™‘HlllùØóª:x½¸ò3x^¾|F«T*X¼ÙØØ +›7a½’H$B$!!a.sÂd2…BáîÃᬭ­ +Ú5k¸\® +“ɬ©©Áãñåååpº‡¾ýöÛ6660A¡P™(Ømš““ó(>Îçó+++wíÚõꫯ²X,ƒ!—Ëa¾Y,ët:>Ÿ?===66æååe^¯," +ÒBB¸/t!Ù[ü ,Å?6ˆ…gÓ|àYRR’ÐØØøÆoðù|™LF¥R[ZZŽ;Æçó[[[µZ­¯¯¯ƒƒÃøø¸³³3@˜ NÁ¿«¦§§áw¾Ö¬Y#’““+**lll¼¼¼êëëoݺÅãñòòòˆD"“Éìîîرc‡ƒƒ,;‚nŸ«««H$‚XªV«MJJ***zùå—ÛÚÚlmm;::“““¿ûî;:®ÕjaˆÆb±ºººFFF®\¹b‘O^PP  +2™ìwÞܺu ‡Ãµµµ +S(G&“‰DbGG‡µµõèèhcc£µµµF£IJJ‚í)jµúù矇¥|ÐÔÔ«Vüñüj!óýÛ0¿·nÝ:×ÚÚ +«ÍîÞ½«T*CBB¤R)kÄbñwß}—™™900PYY ›.¡ +õöö...vtt„x;Dó[[[#""ÕÕÕ·nÝ + +ÙØØøúúÂÔ§¿¿HHH]]^¯‡þßÀÀ€½½=NOHHÉd>4 0÷÷÷ß¹sgii©Á`ˆ‰‰ijj¢P("‘æ@ét:™Lnjj2¿™–(€%Ð3Ï×Í +8§·æ*–/cÁrÅÙÞ³gNoooŸ˜˜8räH^^€B¡h4š´´´üüüggç/¿üòÀi|ðàZ­V©T°.cjjÊÇÇçÓO?ƒMa{:¬Î*//‡g0>>îàà8…BÅbÑhôôô´Á`pvv ùÇ?þ±råJ +…‚Á`"‘(22.AˆçC¨|ÿþý_}õ•••¶9}Œ–\‹øèO,IYþšŸ°0“JJJH$´ÛfbbÂÅÅÒ +…B¥RMMMíÙ³gbb¢¢¢býúõx<þ1DM­VK$’ààà~øîðÖ­[ûûû[[[½¼¼>úè#WUU5W”kqˆD¢J¥š“¯ÈÈH(JsMÊ]]]°ÎÐÖÖÖ‰)•JµZÍf³ +…B‰‡žÜöíÛ¡Çji]šP(\±bÅêÕ«ENýüü`iRff&Ìø[[[¯X±vtËd2˜îÆáp + + +aaaeee§OŸ†-Ù°4ÝÛÛ{÷îÝТÌmooo/@X¼ýÙʲêÉ—æ*<ús(Yvvv“““øÖ––˜˜˜E€ŠåÓoÿq¡½{÷B-Èf³íííKJJ0̦M›FGG'&&$‰»»»——ÌC5((¨¶¶ÖßßVÿÂö•Je4Éd²J¥zíµ×ª««gffÆÆÆ̦õÍwý!B£Ñz{{ak+lj•H$/¾øbUUUDD„D"YþG +£_ó»fØ®­­íêêšœœ„q%,#Šˆˆ cccÐ…Ü°aƒB¡pww‡µ„¹aÛú–-[Š‹‹Ÿ{î9,+¶nÝZ[[kmmmooomm +°±±Ù¿?¬þ š ö(à[8¬ìONN®©©1 îîîˆ%Z*­[·1#N3::Êd2!ŸpD<¿aÆeö²¡Ñh‰D211±mÛ6™LF&“aI±µµuttô;w¼¼¼ôz}~~¾ÉdB¡Pçܹsqqqpmö¥ñùüTVV~ñÅûöíkjj‚Åí ÍûÛŸí§%ËûW!ó­­<¯¾¾ÞÍÍÍÞÞ>!!á»ï¾£ÑhãããÓÓÓx<^*•nÞ¼ù“O>ŸçðóóÀ”ÅSMÏãñx<¬õAd|||ÕªU°Ðqrrrhh6Ñh´K—.ÍÌÌP(‹ÕØØøÊ+¯ðùüÁÁA&“ í%´êt:](†‡‡wvvúùùÁÀ~þÔ îö£~•\.G¡P:~ð …BØ’ÓÖÖæéé©Óé`ƒ»å<ÿ¶ô?OÈŸ ý¾¾|ù«Ñÿ±ýßDÿ¥lÿ?8uˆI +endstream +endobj +303 0 obj +<>/Height 106>>stream +xœí|yXÓWÖÿ% ‹$!‘%„°K`‚”M b tqŠ¢G|l•GÆNíhG_kSÇv´2U¦J‹•i]˜}:55Õ`0øûû«Õjë?f³™B¡¨Õj€Z­Öh4 +ÅÁÁ¡¨¨èøñãàÂ… iii +…‚@ àñxøO\\Ü•+Wà“‰‰ ‰D²oß¾™ ïèÑ£k×®}¾½ý@‚žÖP/»Ú°_hooÁ` +NW«Õíííl6.rhhhgg§Ùlvrr2†F£Á¯ðx¼ƒƒCIIÉêÕ«Ξ=›}ÿþ}…B±qãÆ+W®¨TªB¡ðööyyyŸ~úé™3gf2<±XìííýŠWû¿ªŸjµÿÃ…|*²-ä<ïß<Ž×GO<ü®öoôÜþ/Û/MPmþŸ *M |öÙgZ­‡Ã±X¬7ž8qB,˜Læõë×wìØa2™z{{›šš¼½½ †½½½^¯ +…l6»ªªjñâÅ2™ ƒÁÌš5 ‡ÃyzzD"Ñ¢E‹ª««Ïœ9­(©TêîîîããƒÃáØlvqqñàà Édrsssuu + +¢ÓéEEE£££»wïæp8Ÿ‰‰‰•+Wb±X<C¥R+**¤Ré¡C‡JJJ-ZTRR²}ûö§ÏmÛš|tt”ÍfFÇçó)J`` Z­vvv&‰?þø#FkmmŽŽ + +¥P( + + +NNNK–,!‘Hl6»±±A//¯¾¾>¹\Îf³…B!‹ÅÒëõ§OŸ†¿‚ ˆOSSSffæµk×>üðCA(ŠN§C¡P< C¡Pûöí{óÍ7 +CQQщ'WËOŒÜú$**Êæ ÿŸ&_?]½zuš¿ +ÙXí¢¢"@ÅãñÐhtNNNqq±ŸŸŸÏ·X,‡Ç㵶¶fggR(<…B:N&“oݺ•——' +ÛÛÛÑht¿³³3àäÉ“ÞÞÞF£±²²2$$äÂ… ‚ˆD¢ðððšš(ÿëׯâñx{öìQ«ÕAAA‹E$éõúÐÐP¸†/O6T‰D2÷ïßW«Õžžž_~ùåÈÈHTT™Löõõåñx fpp‹Åzxx„úúz¡P˜žžn±XX,VDDĹsç„B¡Z­NJJòôôœ5k‡Ãqrr’Ëå4-""Âd2ÁòññÑh4( +‹Å¾óÎ;ðáæÍ›¿ûî;€Á`Z­…BÅÇÇ?mu¼0½vtvbUòÿKlxBÎãñŠ‹‹•J% +…úë_ÿ +µ:NGÄ`0FFFÖ®][ZZ +Ubb¢N§Ããñ¥¥¥‘‘‘,‹Ïçc0˜‰‰ ‹Õßß_[[°råÊúúúÆÆƶ¶¶ºº:WTT´`Á‚ºººÜÜÜcÇŽ;880 ™Lö÷¿ÿýý÷ßg0 + + +™™™%%%nnn, ƒÁxzzVWWåæælß¾½  @¯×ãp8Ø–F£UTT$&&¦¦¦¾ì…¥ÀÚÇã%''óx<ëôèÑ£‡2™LµZ››»ÿþ„„„[·nmÙ²åôéÓñññ555Û·oßµk´±e2™»»ûøø8™Lf³ÙÛ±±±ÔÔTèS¨Õj‹÷´>·Á6Çãr¹]]][¶l‘H$(ª»»›L&{{{wwwß¹sŸŸèСÐÐP¥Ri6›I$R__ߣGl6û£>Úºu«R©d³Ù]]]J¥òÂ… [·n‰‰a0|>ŸÇãÕÕÕ$ÉsíXAArròó6|‚l¹^¯×jµ‹úèpæ:::P(ÔüùóÝÝÝwíÚuýúõÉÉɸ¸8.—RQQÃáŒFãþýû¿üòËeË–ùøøFçááñöÛo¿ûî»wïÞåóùÃÃÃPêàj³X¬ÊÊÊøøøÈÈH>Ÿ_VV¶dÉ2™\]]­×ëûì3‹Å‚ÇãsrrvíÚµråÊææfN·`Á‚'0À©F?óy.BïÝ»÷éînÞ¼éàà R©0Ì?þñ:¾hÑ"ooï³gÏâp¸¼¼¼ãÇ»ººÚÙÙ‘É䶶¶¶¶¶;wêõz<óæÍ¡¡¡U«VíÙ³‡@ ô÷÷ãñøÑÑѱ±±¥K—VWWÇÅÅݺu+;;Asç΄»wïöôôܸqcll¬··wddÄÓÓóÛo¿½{÷n[[[DD„Í¡;99½Ï`æB>é}Þ€‹,—Ë Booï¼yójkk †ÅbA¡P...2™l*¶_†žáegg×××744ÄÆÆ +…ÂØØX¸Á6lØ Èd2¯¨¨ÈÎήªªŠŒŒlllÔétnnnr¹<77P__ßÙÙ {Öëõééé:®««ëÌ™3PY‰D".º»»'&&–/_ÞÛÛËår=<<ˆD"äÿÎ;³fÍ‚ÈlDDDwwwPPPeeåêÕ«ŸWÚ_¨4†›¦‰H$ª­­5›ÍÝÝÝ 8ÎÛÛ›J¥’H$™Læçç§Ñh‹>SÂFFFüüüž—m{[ F"‘xñâÅþþ~‹ÅróæÍ~øA"‘¼¼¼lvôÄNsrrzæÞ«­­mii©ªª + \°`ÁÐÐÐÐГÉ$“ɵµµ}}}|>ŸÅbuvvŽ×ÕÕuwwS©Ô–––±±±ÒÒRÿàLµÚ‰ž7(Êßß.´^¡Q +u§N§˜œœHOO7™L·oßþùçŸ7nÜh2™¨Tª··wyy¹³³3™L–J¥‘‘‘¿üòË{ï½'•Jéîˆ]»víL~Ú¶MÎçó¥R©X, + +¥Ñhx<¾±±Q.—;88¤§§ +‰D +àóùpÇ–••1™Ìøøø;wîH¥R,K"‘ÔjuTT”L& ‹ˆˆàr¹Ë–-Û±c‡@ P*•pÇzzzb0<¯Ñh2335Ùl–ËåqqqwïÞ½wïÞ'Ÿ|222¢R©úúú’’’´ZmBB™3gììì–.]zàÀäää°°°?þñëׯ÷óó«©©ILLœj‘l¬¶Õ´˜ªÍ+†Ü¸qÃ××@"‘àv‰D™Læãã£ÕjGFFæÍ›‡ üi­VK$¡B[µ¹¹nû–––yóæi4¨žƒm·ÿ~*• +ˆŠŠêëëÃáp*• +väèèa¦ÁÁÁ¸¸¸®®.//¯ÉÉI{{û––– ܺu+!!ÐÕÕ%E§ÓI¥ÒðððÛ·oáñøÁÁÁ«W¯BMÎãñbccQ(TxxxwwwkkëâÅ‹{{{{{{³³³KJJ›››·mÛ¦Ñh†††®_¿N£ÑüýýÝÜÜÌfó l½ghòÞÞ^ÿgöb]ÿç’Èv~~þ¦M›¢££«««ýüüÆÇÇ•JeHHˆF£‰‰‰9uê”F£qqq‰ˆˆ ‰‹¥¢¢bÍš5ûÛßbccCBBðx|oooGGÇæÍ›5 +´vˆDbGGÇüùó§Bclç®”••) +èôyxx( +"‘ø»ßý®   ==]©TBÂL¥RŽŽŽŽŽ + +­X±¢¯¯ÏÅÅE§ÓY,–ÆÆFwwwOOO@ðÞ{ïÍž=;<<¼¹¹š1...€ÖÖV¨†H$’H$JLLœfÌÓ±]TTtúôi ˜ÍfN÷ñÇK$’²²²àààäääÝ»wûùùÁŸ„`“Ð1£££‰Äd2ÅÆÆ644`±XOOO¹\¾|ùò¾¾¾ÑÑQ£ÑøÃ?@Îårùðððèè(•J…»Ê­¿¿ÿÈȈF£ ‡{…LJ +ä400Íf¿ÿþûIII‚‰DȳR©‹Å‰äèÑ£A °X,­V«V«©T*D¹:;;#""üüüFFF’““Ñh´››[FF†Åb¡R©< “Écccçòòr011a6›á ôÓO?õöö* +‘HÏÞiŽ¢£W€œ>ß™f;|ÿý÷=zã7._¾üÖ[oŒŒP©Ôþ󟉉‰x<þUãOís›ÃáP("‘¸jÕ*‡ ÄÀy<žL&óôô „„„ª««¥R)‡ÃijjÔÔÔèõúÈÈÈøøx±X uFc2™eeeIII•••0<€ Èýû÷y<Þþð¹\~ïÞ½ÑÑÑÀÀ@ w +Œ=H$h–Àáeddž={võêÕ‚\¹r%::ðóÏ?Óh´¸¸¸“'O®\¹’@ œ;wnÓ¦M6&Ýf¬dxxØú×æWO|kóÍgÒððpuuuOOÏêÕ«!ÒðÕW_Á'Û·o¿{÷î ô9CšÒߎˆˆ€ÖFÓëõ¥R +#???{{{<_WW‡ ô~·ÃÑh´65›Í +…ÂÕÕuþüùÍÍÍpüøq‘H°X,WW×ÞÞ^ÐjµëÖ­{Mâ +ɆJCBÖt:]¥RÁóV*•æä䤤¤ÀSÑh4 +…BÓÑjµh4zlllïÞ½&“ÉÁÁ!44Æ=1 îééùóŸÿ,“ɺ»»d2FH$‘HD¡P›6m Ñèððpð +ã>6éea†é­Q0–jõvÊË˺»» +Cxx¸‹‹Ë‘#GØl¶B¡Àãñ0*ö:hJ•†Åb<<<`P¾¼¼<==](Â8Ë + + +ðx|zzú•+Wäryzzzdd$—ËmiiqssËÎΆr»|ùò©æeMž——'‘H^“¨Û@WH$Ò–-[š››áÇ +6\»víí·ßÖëõ·oß±··×jµvvv]]] .tvv–J¥‹ÅÕÕõÈ‘#6l  +…))) + + +_~ù¥R©¼råJuuõ·ß~ûÍ7ßܼysùòåNNN .Ôëõ—/_ÎÍÍÕh4|>_©T2Œ7ß|³¦¦¦µµuttAÚÚZ¥R)‘H$IQQ‰Drrr:yò¤»»ûðððÙ³g,X þçþ*‘Ï?ÿ<::Z©TþéO²-2Ï«§WÚÏ Ù?¡ÿ¡ÞÞ´i“U“CÝþZ£ÿ6„ܪÉïÝ»?33³¸¸xåÊ•b±X,çæær¹\µZ••¬Ï ¡nÏÈÈ(..¶&®¤¦¦ß¿?&&F«ÕÒh´}ûö!"“Éàéš‘‘aõ‰D¢Ùl~­šüß—ŽgKíííÿÂ@år9•JE¡PÓ#¯„lci………L&S&“Q(WWWŒ³Â¸7<SRRt:›ÍÞ¶mÛ‘#G + + +333ÏŸ?رcÇÑ£Gïß¿ÏápŠŠŠBBBØl6L lÞ¼:žEEEYYYp Æ矾~ýz‰têÔ)<ïïï/‰Ö­[ñ–ææfˆ†‡‡×××ONN&$$X,–ç=ðl¨4‰D"‹W¬X¡Ñhºººd2™D"Áãño¼ñÆÕ«W5F£Y³fL&»~ý:‘HlhhX´hQDDD___ZZÚþýûa`ˆÏç#’’’ÒßßO¥R‡‡‡›››=zÔÙÙÙÔÔyëééa0mmmf³ùÎ;ÁÁÁccc“““‚H$’¦¦&‰D2kÖ,¹\Ž ŸÏ‡IL_}õ•V«%sæÌÑëõR©ôîÝ» + + +íííVwmz²-ä3qBf¬›ª7§×ëÏŸ?ßÝÝýèÑ£ÜÜÜèèh‘Hdoo¯T*ÝÜÜP(@ ííí‹ÅÎÎŽN§ûùùùûûÃÀ;Ƥûúú¨Tª««ëL 0ÛlCÀ˜Éd` •J>|èíí­T*óòò8›ÍV©TAAAuuu°ÂÁÁÁÇÇpêÔ)ooo‹ÕÞÞ"‹=<<†††ÂÂÂnݺuýúuA¾ýö[ˆ‰Dˆ+effBM hmme0---¾¾¾Z­öÅ‚O“½-‘Hªªª˜L¦ƒƒƒÉdb0'NœHHH¯¨¨0™LvvvkÖ¬áp8z½^¥R©Õ궶6‡sðàAƒÑÜÜ,‰“’’ìììT*”O+äy€@  Û»wïáÇ5““ÓŠ+´Z-‚ ýýý5558.**ŠË妤¤@Pu||ܪáMdëq7{†oÓ3‡m5Mkkë[o½%‰|||jkkì?¤Óé¬è·µ•Á`˜5k¶Æ‚@°H$vww?Ê`›m.— s9“’’BBB:::®]»¶uëV.—ëëëÛÙÙéííM ¢¢¢*++Íf³Éd +€ ‘Hôðð0™LAAAЪ­©©1›ÍçܹssçÎ]»v-‚ uuuo„‡‡„†††††.^¼xú|Iz5ç6 +˜ô̬¢ÙîììèèèøýïF£µZ­^¯ÏÉÉyùQMC¶UÚ±cÇa^Ú;wêêêîÝ»7gÎœÀÀÀÇ!Á¬¬¬²²2˜ÿ’H¤‰‰ ‘‘ÁçóU*UFFFII‰^¯OMM…RsðàÁââbXÚc5Wd2ÙÈÈÔÃ...¯;kÏv†qXX˜P(Ôëõ'++K.—Ïž=Û`0Èd²M›6AöØlvee¥Ùl–H$gƒáêêzéÒ%‡süøq ×óÁƒ®®®MMM«V­jjj‚Ó@ä/ù‹V«e±X€òòòüüüâââ>ø67 Ë–-ܼys``€D"A™Ífs8ø²ÙlF£Ñ0qO¯×çççÃY>|øð‰'¤Rivv¶ +œÆ^1g@*•Ú|þbÀÓ3é‰n‡ÿEÓ·zF‚ çÏŸÜ…€3 +ߤÓéx2‰éÐÑjµJ¥’F£áp8…B¡V«ÝÜÜbbbjjj‚ƒƒ¿þúkwêÔ)­V;44 ‘H©©©7oÞ ÐëõiiiÐæ-,,„0LëÌÏχòñ'6Lt +…01Úb±”––>Í£ +PI ˜L¦üü|GGÇÒÒRè(•Ê•+Wâñx‡“žžN"‘òóó + ''G(ººº®[·N©T*•J¹\e;==½±±Q,ãp8€¿¿¿^¯‡©Œp7õôô¤§§ÇÅÅ¡Ñ說*€T*…ß’ÉdxÁ(k7ŸÏ'“É4­££cÓ¦M°þ€ÏçÓh4„|÷Ýw€ááaÛÅ]/,QðëF˜F®f"uÓüÐs + n±žžžé[ÙöÀ¶mÛöÑG•••áñxë™,—Ë}|| ÜÂxuii)Ä.N:õàÁ(Šwww…B‘œœ,‹a-G|||IIIJJÊÀÀÀÄÄDWW×7ÁÁƒi4šJ¥‚É©©©þþþ0Þ:oÞ<…BF£M&SLL Fƒ9‡:yò¤B¡Ø½{÷îÝ»a*3FÓétžžžµµµyyy_ý5…Bqww···g³ÙÏ¡Òž˜ïÇÕœË<=Ù6ߟªÏÇi*Eh“zzz ŠþÂjrJ+-,,¬½½=//O­V—••1 AœÓÒÒ`jf[[Ä·6oÞ £ï¼óÎùóçY,–H$Š‰Dr¹ü‰¨ â-p—Âb":®Õj¡ÊÉÉ9vìØèèèÇ UIyy9l…Çãe2“É´Ví•™™ù駟Bèè蘓“O²'N³ùí44½HÃæOƒžÙ§õ…™˜¶ãÛÕÕÕ!""&P½ñÆuuuñññ0ú Ó¢¢¢ÊÊÊ¡uUPP`0òòòÊËËïß¿ïç盎Ž* +ww÷°°°¡¡!TI¥R˜Í’Åb + + +%''³X¬sçÎQ(è½wtt@7fûöí*•jrròìÙ³€àààµk×~öÙg +E"‘À| ½{÷;v,&&ææÍ›F£1''çÂ… 7n|Z¥ÙŽo«T*‰téÒ%>Ÿ]WW‡Åbkjj …BÁb±ƒ¡¾¾žN§ …Bð¯ëMø|>Ä$p8œP(‹Åd2yÖ¬YcccB¡ÐÏÏ “É 0@$''¦àÒh4ww÷?üÉdnÞ¼Ùh4b±Øªª*:Îáp¨Tjyyy`` •J¥P(»víÒétQQQX,6666??ݺu8Î×××ÉÉi||¼¯¯Ï†„O%äÏEÓ숧-Ç—ù¡6Ÿ‰™`[È/\¸ðñÇëtºññq777 P(‚ƒƒaêÌÀÀ@xx8¬Jc2™z½>$$¤½½].—3™ÌÐÐв²²ììl¨¨¡öÖjµ^^^0b``àÇ|¼DfbbB&“Ai +…з&“É6UñËÒËÏîäÌbÝ6ŸO/)¯É{™´¹ÚÐJ;räȱcÇ°X,›Íæóù0ÛÄÃÃA“Éd2™ðx<À÷xøð¡R©¤Óé$ÔëõvvvVïŠ)•J¬‰´M>|ž·Öh9àq'ÖY¦¤¤ÀcIIÉøø8„%¡¢±Z“€±±±‰‰ ooo{{{h ̨DV®477øᇀÊÊJggg¡P¨R©à€¼¼¼bccOŸ>­×ëwîÜ çˆËå*•Ê°°0³§¦¦R(”ÈÈH©#‘HCCC]]]€¨¨¨ÉÉIèAk¤»»[¡Pdggøt'V¯^½nÝ:8¤—,zš^M±ã ÔJüºUS;R(”XÑã;0ÃV7Þ»wÏÝÝ=%%¥  €Åbáñø'NìÛ·ï‹/¾X²d‰½½ýƒæÍ›×ÝÝÝÙÙ¹{÷n'âââx<^\\œuµ§   ""‚Çã577»ººšÍæyóæµ´´ðù|å‹‹C¡PÍÍ͇FFF.^¼¸xñâyóæ=×<ÚÆÉá&Äápr¹<66¶°°0==½®®ŽN§ëõúîînNý[½^___?888þüÂÂÂ5kÖ¨Tªîîn___ww÷O>ùöiÝ]pK?~AXXØõë×ÛÚÚnݺ•••ÕÔÔ-êëëaê4‹­¨¨pvvÆ`0wîÜ‹Å &!!A¡PP©TµZÝÑÑÑÑÑ1gΉDk±XžYUóÜÈéTÛìqNžW€oܸ³ýüü¬ á°F‚aŸ$ &ôõõ½óÎ;00 þ•yŽÃá!ºòÌДlÿñ„(‡õ>¡PØÕÕ•””TTT<44äêê ³9”J%t‰ Jˆˆ€(:ÜÉh4úéø¶H$ºxñ¢›Í;w.ÌB‡ühµZ˜j "Èd2‰Dz%qï—­{®ào +‚Ë—//Y²¤²²rÙ²egÏžÍÊÊ’Éd0Ï&{yyáñx>ŸÿÁ477/_¾<;;ûý÷ß'‘Híííiii555 + + +˜)ÓS©4Óƒ +Ðk…™ +J¥^R`4áþ‡ÔЇ¥ééé/^Œ‰‰jmmMLL¬¬¬ xûí·{{{a±àÌ™3QQQÀl6Ä^6›Çãú駥K—nܸQ£Ñàp¸®®®åË—ïÙ³gÍš5W¯^-**Z¸paGGGCCÄ U*Œ™Ïœ¦3W8ÎÄćÃápAAA~~~Çg2™0{ìèÑ£^^^"‘H­­­z½ÞÑÑ1""Âzïƒ!“Éׯ_Ìž=…BÁ,y˜| EA¾¾>¾g0 +…bÑ¢E7nÜð÷÷‡YÖ +@kk+Œ{YµÖ––çŠM'ä¯ÊH˜¾Ÿ¢¢¢¢¢"xé +¬Iç7úøø”——Ï™3FÓh4`”––fffÞ¾};&&æÞ½{###3·Þ§,‘±ËBhZ©Ð&444Ìš5 Íår!$ôÅ_˜L&"‘¸iÓ¦®®®S§N1™LëÕ0Ö«:°XìÙ³g_LY¼’Å°Äaggg6›+++étzOOO@@ÀÅ‹ýýýËË˃ƒƒu:]CC™LŽ–H$íííR©ÔÉÉ)<<|bb‹Å^ºtÉÞÞžJ¥úúúž?žH$ŽŒŒP(”¹sç:99%&&Ú, |f¹à+1ïl×=ÑûsÙ’3I/¿ö•¶+ƒ¸\®Éd¢Óé]]] 0ò€û*%%Åš|\VV +ï3*))·f¸»»‡††êõz¥R©ÓélÖSܸqcæ£är¹õõõëׯ¿råŠ5ƒë¥.Î}.7õ™Ðâä+ +ñA(þu +!ßµkWCCÃãž3‡Óét0ý¸7 ë·Oœ8qäÈ‘/¾ø";;[$Q(”Çï…€éè +åÚµkï¾û.<år¹uµ­þvEE…P(„HËàààÎ;oݺ¡ø;w›µüýý1Œ‹‹ ¡Z­†hOnn.ŸÏ‡°ÌÁƒFãüùóïÝ»‡Åbsssg!FEE„ÐÐP +•Ïç &“©ÑhM&™L&“É*•jhh($$„Ëå‹D"¥RY^^ž––vþüùñññÐÐP©T +ãG0æÍ3 €@ غu«@ ظq#,¸ˆíïï7™L...0S¹££ƒD"xzzÆÅÅ¥§§µ¶¶¦§§“ÉdGGÇU«V¡Ñ覦¦ŠŠ + +…²gÏž;v(•Ê´´4‰d6›m'XÌ\0¦¢Ÿ=³“Ç?¾Ì¾˜&h5M·Ó¹"ðê2</‰ ¨R© Ã7ß|søðaÀ»ï¾{ôèÑŽŽ777‹Å“ Š‹‹“’’~üñGoo襤¤ŒŒŒ•+WR©T''§ááá-[¶äç秤¤|ôÑG°¨“ËåšÍfh)dee=ŽÕWUU­X±¢ªªjáÂ…ùùùjµúôéÓB‡Ÿð:/u&&&666Bë­¡¡áiîþ­— ½@Ûׄðü÷ÂÏßý—íßýFÙþß)åæ +endstream +endobj +304 0 obj +<>/Height 106>>stream +xœí|{TSWÚþ†$4 äÈ%@äšÁ A(ÕFf°²ÊBÅV+V«L»`°ÖŽô¢-.±2UYB¥¦¬(Ö´Œ¹iB䚀Ãý@®üý±Ãâ“€€:ýÖ7óþÁ"ÉÉÎÙg¿û½<ïón£gÏžÿ<1þ½oà÷‘ÿNû?I°³ßâóù€ÈÈÈûÍ‘H”‘‘Ád2q8\[[‹566vwwW(jµšÁ``±X¹\¾uëÖ¼¼¼ï¾û®­­íÌ™3ûöí…BµZýìÙ36›Çã+**>ùä“ÐÐÐç~Èèÿ€ICQ”L&Ïüç…òaÚKÿîí‰H$úøããããétzFFFDDD^^^LL dz³³›œœŒMII‰‹‹;}ú4…B‰ˆˆ (ZPPàéé)‰âããóòò8ÐÐÐpùòåžžžööö;w–••Ý¼yS$UWWûúúòx¼€€€ŠŠŠ°°°ÎÎ涶Ï?ÿü«¯¾¦P(~~~eee±±±<ÏÕÕU£ÑDEEÝ»wïñãLJ†or¹\€X,æp8 +…B¯× <{ö¬¸¸xö1_ýõso)Š²²²ææf‰Dbmm­V«·oßž‘‘±cÇŽâââàà` SSS£ÕjÇÇÇÝÝÝ»»»µZí²eËø|¾¥¥¥J¥¢ÓéCCC<8|øð‰',--‡††°XìÞ½{¯^½ºråJE#"" +EFF†N§‹ˆˆèëëùùçŸ?üðC<ßØØH¥R?~üøñcÆf³ÅbñƒØlvnnnTTTssóãÇMMMÅb1NGQ´¾¾~ß¾} C&“9::Òéôççýl–ô÷÷Ï~si2s¨þþ~¥R9ÏàÏ]<ýrþûYÚÝPr…BqäÈ‘õë××××÷öör8"‘( +ÃÂÂJJJììì +…B¬[·®¬¬lçÎ'Ožtvv¶²²"‘HwîܹuëÖƒär9“ɤÓéÉÉÉL&óÁƒ###ÖÖÖ|>_"‘$''÷öö²Ùl½^ßÝÝ=222::jgg§Ñhà抈ˆ‰DÃÃûwïÎÈÈÀ`0¾¾¾Û¶mûæ›oäry\\\NNƒ¡Ñh&&&åååŸ}öYJJŠ‡‡Ç³gÏ?~ìêêêêêºÿþ¯ö´Ü¾}{ Ï^6s¹^•L¼Ø[š-ŒÆÇÇ1  »»A™LæããX¾|ùöíÛ«««Ð!m —Ë…OEQ[[[¨,‚ÄÄÄdddÈår___NwñâŽ{÷B“–ŸŸO är9¼¦¡¡!$$D*•r8œòòòM›6¦¦¦>|¸fÍ©T“––æèè(•JwîÜ©R©Axx8‚ ‚( +//¯’’’˜˜±XL"‘"##g‡+˜N§Ójµ(Š:t(88X«Õöööþñlkk 611ÉÊÊòõõ-((ÈÈÈDDD\¹r…J¥vvvêt:2™¬R©d2ÙG}‘‘‘±aÆëׯëtºÉÉÉýû÷ÁB¤¸¸˜Éd&&&úûû»¸¸TUU´C---ÆÆÆpm°XlMMÍøø8‚ ÖÖÖ%%%jµúСC2™ljjÊÖÖ–N§?}ú4**J(ŽŽŽÖÔÔÌžóœJž””´@•›ÿ¹D©TüÊ<[cQï¿ðN (yzzúððpIIÉêÕ«]\\T*ÍÌ̼pá‚T*ÅápÁÓÓ“H$Bc–““³nݺ––[[[¥R966†Á`¢¢¢RRRÂÂÂà°õõõ"‘(•Jÿþ÷¿‹D¢´´4V\\ìââB \\\ _¬««#‰‡>~üøÔÔ€Åb8p`×®]Vo‘bxoüñÇçÏŸOKKƒïøùùµ¶¶644P(wwwÜxeeex<žD"uttàp8.—+Èdr`` @ ðððèëëC„H$úúú&''[[[{yyegg[XXÀ(EQÀéW(‹ˆÉè/ð»(Š +… +6´´´ 755mÞ¼Y¡PXXXx{{ÿôÓOX,ÖÙÙFL&ß½{÷­·ÞºsçζmÛ‘HDQÔðž[ ¯vjjª§§§Z­¶²²jkkc±X3•zŽÝ»wçååEEE}þùççÏŸOII133[³fM}}=ƒ¹råÊB ½½D"ÁwZ[[½½½ƒƒƒð¥““S]]ÝúõëÉdrkkëÀÀ€……ÀÉÉ©µµÕÜÜ,^_–˜½BåLOOOOOçp8###æææmmm$ EQSSSfnn^XX¨×ëÑjµ,«¾¾àîî®Ó醆†4Z­æp8ããã&&&öööƒƒƒ¡  ÀÜÜ|ddäúõë³tÑÓ–H$÷îÝóðð`0æææ +…B"‘ÉdKH$’ŠŠŠžžžåË—‡„„hµÚ7¾ü£YøþZà•‹˜¶H$‚ÿèt:€•••F£Ðh4‚@g‹Åbp8‰D***"^^^sm<‘HtãÆ +èoÅbñ¦M›4Mee¥µµ5N—ËåSSSëÖ­ +…,khh¨»»;66öÔ©SSSS,kíÚµ0“±¶¶¾yóæg±èi ‚Ë—/[ZZÊd²sçÎ; ««+::zöÜ………N§ëëëûÃþ0\5ÏB=÷ÑËo1Ó–H$l6{ö¥×®]£R©Ó/ù|þsËå\àhÓ’žž~îܹóçÏŸ:uÊÄÄdõêÕ ãòåË0Wïïï÷öö†‰B¡˜V +h_êêê˜Lfuu5‚ z½>***55•Ëå + +‰ÄÜÜܤ¤¤…biÓú<„††.ð²¹>‚Á?ƒ!‘Hžžž………x<>&&&%%ÅÔÔtjj +ª´ÏÐР©©‰ÃáÄÇǧ§§óù|èÒ¸\®J¥âp8ùùùõõõd2ùäÉ“ ‘H]]][¶lÙ¾}û‚òíù¥¨¨H©T¾ÿþû7oÞüí·ßÄbñÅ‹;ÈL™Hí¾L’g]™_œœœž={F"‘H$’“““L&ãp8KÛf"‘(!!¡¼¼<55µ§§ç·ß~ËÎÎÆ`0¸yó&ÌInݺuñâÅeË–åææ;vÌÇÇ'""âÉ“'·nÝjmm½pá‚……ÅÕ«Wããã ƱcÇÄb1‡»zõêäääÞ½{íííg¯¶aœ>nddÔÖÖÖÛÛ Cw___ +…ƒ9___˜Ÿ9rD.—BCC¡øöÛoÁ¿ìó;ï¼cðFQýþûï¦Fÿ_ €*ÿ’ד?÷-‘H4mä$É… T*•©©©N§³±±¡Óéµµµñññ©©©8nÿþýZ­àááA§ÓËËË›šš,--a®5×cš_ ;°¬¬¬±±±ŽŽ•J¾|ùòÚÚÚ={ö@¥…JcÃæææcÇŽAå‡p„–Éd2Š¢‚DDDܼysïÞ½(ŠÒéôãÇ3 ©TjÇ]È\¸{_Ü´_rÄÅ~W tvvJ$’ææf‹%—ËÛÛÛ±X,‚ eeežžžUUU`Ù²e~~~0nS©TnnngÚ‚Éäööv‡ÓÕÕ¥P(Š¢‰‰‰³¨½žž.‘H ô¥×ë :70’bbbø|¾F£¡Ñh•JµgÏžO?ýôÌ™3Ï-µ@ °¶¶^»v­H$Òh4L&“H$ܽ{W$ñx¼°°0©TÚÛÛË`0ž>} +;­V+•J×­['•J<èààÀb±´Z­V«èéééíííêê‹ÅfffÐ.ØÙÙMLLÀYhµÚ‘‘‘+V – L›N§ŒŒ¸ººÞ¾};<<ÜÉÉ)==}hhæ@%%%jµšÍf×ÕÕ±X,ooo‡Åb=xðÀÍÍíñãÇ(ŠŽõôôÉäîîn<_^^nnn³EhÒ¤0ÿS xNfǼ3íÈsò%ŸÖÏy†XòW`*200‘™™iaa1>>Ð××'‘H(Jppðàà T*mhhHNNNOO§Óéuuu®®®OŸ>… ÀèèèÄÄ„¿¿ee%‹ÅêëëkkkÓjµÐì]¼xqö›TÊÈÈèíí]»v­X,NLL‹ÅR©ÔÃÖ{jkkñx¼ÁA("‘(==ÝÍÍ­¶¶–Ëå1™ÌåË—wvvvttÐét2™ ]·‹‹KIIɦM›$ €L&ÃäwxxX¯×kµZ“( +ŠH¥R&“‰Åb'&&BBBf'¿s®ö»ï¾ëèèÊèèhBB‚P($‰r¹\¡Pœ¨`‹Z«…ÿ/#‹›¶B¡ Óé§OŸ666ŽŒŒÌÍÍuuuÍÍÍõ÷÷‹‹ƒ3›Í–ÉdUUU‘‘‘uuuË–-› '‰Db±V³=<<:::&&&&&&`ÖéââRXX¸víZ‹%‹a +lúb++«ììlèe/^¼èëë;íqèt:›ÍžŸ3»ˆi·¶¶òù|©T +211Ùµk×å˗᧫V­ÚµkWzz: ))éèÑ£€ýû÷4*///³íW“H$3[çÒÏ?ü°¿¿?$$¤¬¬låÊ•ÓÙ2Š¢ÐR¶¶¶nܸ±¼¼z‡GݸqAÀÀ@ccã}ûöeeeÑéô²²²€€€¦¦&WW×úúú²²2‹ennîíí]ZZjaaA§Ó6oÞœ——‡ ÈìÍ|Ó–H$ðAª««CBBàKXjžç¹tvv.–a¢h{{»ƒƒC[[ÛÀÀ€“““¹¹ùL·?88ÍŠ¢¾O£Ñf^hkk£ÑhðFC"‘Èdò<Š`Ào +Ejj*•J½téÒ?ü`aaÕo¼QUU5»({»«« Þhss³»»ûýû÷]\\BCC‹ŠŠ¦Ù/eee666ЀϬo¹Íü»y1ºÌ«5Íäääü¥¼%Ë̽º4{þRÈ)¬ŠØÚÚvtt`±ØÑÑQA¤R),2Ã|ˆH$jµZ‘HD£Ñ¨Tª±±q`` ŸÏ766öòò‚ X??¿£Gâñx333"‘èçç×ÒÒÒÝÝíéé9f˜FN?~ìïïÿïAN—î·nHçZ:®ÀÀ»­­mùòå +…Éd°¢ñD"±¤¤‡ÃÅÆÆ&''›™™q¹\øŒÞÿýœœœi”–Åb)•J<?¥Nõ^ŸŸ““£T*ýýýQussëêêêîîxzz²X¬³gÏ:99¡(J"‘¨TêL€ëéêêÚÔÔD  | ÷­•••±±ñÐЉDB€~/™sµáÍ¿[–œ3Â/ŠD¢””Hzz÷ÝwÇÇÇ‹ŠŠz{{===MMMýýýÅb±Z­V«ÕH$`iQ.—±XÌb±B||ü¢îÄðjÃò +hMLLJKK}}}mll>|¸uëÖWÂœùÀ¬Í2Ïz%ùùœ« +[Œþö·¿ççç¯]»öæÍ›J¥’L&oÚ´éÎ;þþþB¡0..Ž@ |öÙgaaaÍC ðx<“ÉäóùöööFFF;wîœI£,--½qã¼ûi“öðáð°0™LfФ]ºtixxØÎÎÎÄÄD§ÓQ([[[•J& +!f¬Óéš››íìì¸\®P(tppøòË/1íé:x=äHE% 4¿FKN‡hÔÙ³gÏž=; +°X¬ªªª¤¤$X0šyŸ‹ýõù,9 '¤R鯿þºÄÉ-Læ‰ÿ^äôû÷ͬxVUU½ùæ›R©ttt4 àþýûL&³¿¿‹Å™ššæçç+•JˆŸÖ××[YYY[[oܸ2øa{Qaa¡———ËMKK[ ñÏþó_|ñÍ7ß8;;K$’5kÖ@ì^©Têt:ìÞ½»  6 + ¢V«år9Ç«­­Õétµµµ +E­V'&&òx<ÈÔëõT*«õt .û’“óùö¶D"©®®.++spp¨««;xð`mm-‹ÅÒëõ +…¢««ËÈȇÃQ©T:ÞÙÙ)X,–N§yòäÉ[o½åáá·ÉñãÇ¿üòË;v…B*•ºbÅ +___@rr2‘H5X“ƒ”ÅÈÈHXrNLLtvv†„.A†‡‡!æÊÚÚZص#“É Lo~ÔBÈN‹åûOtûöí={öÄÆÆμø¹¾œ×$/0iMMMííí]]]‹¥Ëü/—ÿ& +b T*•J¥>gÒ¨TjuuµV«mllÄ`0°ˆíêê:<<ììì<>>šœœ<>>þÆoÔ××Ã`~A©Hzzzyy¹ƒƒƒZ­&“ÉõõõÐû_¹r%,,ìúõë–––¦¦¦çÏŸI×k`B¡011EQXEܲe LÂkjj¼½½###óó󛛛׬YÓÑÑÁf³srrbccE"‘\.ß¾};¼UØ|åàà011Ád2Y,Vaaáä䤵µõ¶mÛ dÊ/Ü™‘¯¶»í%Ûg_0Ýy4—@W ¨D¡Ph4ÚàààµkלœœByy¹———D"!•••Ÿþù­[·Øl¶V«íêêÚ³gÏÏ?ÿlmmmggçää”™™Éb±|||¾ýöÛ±±1‡3000<<¼oß>‘H„ÃáÞyçåççoÙ²ÅÞÞ¾©©©ººÚÛÛ’ 1 11ñìÙ³### +2Ø#""²²² C¬««ëàÁƒ0Íd±X---6›­R©D"щ'à Í·ß|óMX²³¶¶njj²³³CQôƒ>˜¨`Ð +}iII‰““¤, +ÂÈz€Bˆ~M·v´µµÍ 0Á‹¢±W«˜6Š¢p_Á—d2Y¡PÏ.A`/Ž^¯°X¬üüüÄÄÄîînØ:¢V«!çZ£Ñ¬_¿žÏçÿå/‰D'okkƒ¦ÇÓÓ:j@ii)FkhhHHH˜† ² 0ŒÍÌÌœœœÌþ%pæ°çåEQ8&ø×…*­Ñh¨TªMNNŽ½½}GGGffæ¥K—lmm]\\®^½J¥Rq8œL&ûꫯ®_¿>66Ï©xôèÑñãÇŸ>}:>>ÞØظ}ûv,{çÎÈB‡:5¨7lɧ{‡FëèèÐjµîîî°ÍÏÙÙy:ðŒ^^^°š€‰Tjj*dgž8q"==½»»›@ ÄÅʼnÅb8È »;^kgœa†±››[ii)™Löòò*((˜ššÚ¹s§H$R(l6AªªªàààÆÆF‘H´{÷îüü|{{{ÈQŒÍÈÈpuu­¨¨ðôôøùù Û ±±±»»›ÅbÁαXliiyûöm##£ððp‘HyëÖ-HÓf2™ÏÊÌÌ|í{¼" f/¼ †+ÅÅÅjµ†+»ví +…ÆÍÍÍ××W*•¶µµH¥R¸Ûñx¼››짬¬¬ôóóóóóƒø7ß|S"‘ÀS”JåÊ•+³³³4mèWöìÙsàÀˆ“øûû{xxäæ掎ŽnÞ¼yxx¸¨¨‹ÅvvvR(”Çúé§L&³¢¢¢¸¸X$Ñét‰D3“ÞÞÞÉÉIEííí·lÙ;f Óš'yš‹L¼pÍŸå ˜4Esssóóói4ÚÐÐ¥¥åªU«rss‡‡‡Y,V^^^wwwTTTCCƒ……ÅÄÄ„R©|úô)ƒyã7.\¸PQQÃáà1¹¹¹°ÜÈÈ($$„L&öÙg4M¡Pܸqãرcööö ã“O>áóù%%%ýýý  +e×®]Z­öÂ… ===Ç/..îèè¸víÚ/¿ü2::µÿ~©Túã?êõzH»}û6‰DÚ»wï;wH$ÒRZd d ogYH0÷o8Îà91|$Å… MMMù|þ† +ººº E¦«« º +…"ðxüÓ§OÙl6„ïfž‹ríÚ5"‘èîîÞÞÞ~üøqE9 ó9www˜oÒÒÒÌÌÌvïÞ­ÓéBttôÑ£G™L&ôYYYx<žF£I$’€€2™\UUuðàAWQQ!“ÉÈd2@€' ¼÷Þ{AAAp‹ ˆÁÝ´è ìú‰DÑ…ŽŽŽGq¹\cccXA$88øüùó[·n-))™ššÂãñá¡Ù··ÄO>Ÿ/‰vìØÑÓÓ“——é"555îîîÍÍÍýýý”H$þþþ/߶: ûu“Õæ\íC‡©ÕjHÞ_±b‡ƒõ‘‘'''[[[>Ÿ¿råJØÔ*‹ +žÊ¢R©ÆÇÇaµ–ã¯\¹Âb±¦‹A3óí·ß~&ØD"ñáÇAAA¿üòËÛo¿ÝÞÞÞÞÞ¾}ûv¡Pã…žžžÚÚZ sùòå   711¡ÑhV¯^ÝÞÞÞÔÔdaa±gÏž×HÙyáúÀš½à†±4°àðóu‡S¯iüùNÇ#‰•••ðp2Q$HljŠŠ*((`2™•••«W¯ÿ:8Väûúú***8Nmm-‡ƒå‹   µZ}÷îÝ ‹/¿ü2•fZ xd\\œP(ìïïß¼ysAA^¯×ét¾¾¾+V¬hii‰ŒŒœy%$.MŸ7}*Û7ß|SXX˜““c06p^šD"a0EEER©4**J&“ùúúÚÛÛ+•ÊÄÄD8窪ª©©)X»´µµíîîæp8‚P©Tsss8熆†uëÖÁÄÛÚÚZ(*•Êèèh777xÊAEÙl¶¹¹9<ÖÍfËår"‘hbb288¨×ëq8\bbbCCCYY›ÍNOO·µµýàƒàáU999r¹ÜÙÙ9##ƒÅbíß¿ÿ£>b±X™™™`Nžñë0III¯ãPÀW(†ÛßÚÚÚ°1A•J5<< )ßl6["‘@ÖFƒÑ",›ÐéôÈÈÈÒÒRµZ +ñƶ¶6x +ì­èõz›‹/Bô +vLS­8<’jÕªU°v1pA®\¹éA|>ò{ B>ÝOPYYéîîîé陕•åêê +ÕçðáóMš% + +•Éd111(=<<ŒÃáPݽ{7@øÇ?þA¥R9N@@‹ŒŒ422‹Å^^^ÃÃÃ<oÆ +}}}z½>44Ï™™™CCC“““4ÍØØ’û W²¿¿Õ •J¥R)ìZ¹råèèèää$‹Åjnn.))©««ãp8YYYùùùMMM‹ÅAAAõõõz½¾±±133ÓÑÑ\.×ÆÆ&Ólé×®ä3e±Ü€îèÛ_Í%†Ë°7 VLsrr`¯qbbât4öàÁƒ¯¿þº©©éÑ£Gd2yšjë;ðà4ÃC+«««³³³;–——ývjjª³³3ì$T‚€¹››ìâOHH8w¥åðð0Fƒô@044ë¾ÎÎΰ«ŠL&§§§C§Çüî»ï +!¾°Pºd™k1g®Þ G˜çåüOËïÏfø]ä?ô îÿNû?IþC§ýÿ³ÒT\ +endstream +endobj +305 0 obj +<>/Height 106>>stream +xœí|yT“×Öþ!$ID‚B€¤„IÆ 2¢ÕB¬u(—j[uÉj«MçÚáºê€µÞÊ-·8´¬ªeÙ¢\®zÍm ¥aŠ”AL@fÌ !$)¾?ÎúòciÀXQïúõÛ¸Âkò¾ï>gŸ}ö~ö³ÃÜÜøó âI¿À“‘ÿSûÏ$È{/•••]¹r‰D9rä¯ý+ ""B­Vß¹sÇÉɉH$ÆÆÆÔju`` Z­F"‘ +¥¦¦&##C£ÑÌÌÌ¿öÚk[[RVV†Çãׯ_×u‡E\šV«ÅãñøÅžŒ,¦öÿDzdk[«Õ.Õ­ƒØ^Ûl6F›L¦˜˜˜††‹ÅãñD"Ñ>úè£}ûöuttˆD¢mÛ¶566*•JÿÛ·o§¥¥ñx<ÀéÓ§ù|þÇÌd2F£P(¤ÓéÞÞÞ&“‰ÃáÐét,{øða­VËáp’’’úûûÇÇÇûúú6nÜ(‹ÝÝÝ£¢¢.]º¤P(ÚÚÚvïÞÇãF£N§“J¥©©©###ÇŽÛµkWCCÿøãVmÀÌÌ “É,..cccF£q``ðÎ;ïüç?ÿùä“OD"QTT—ËÅ`0k×®-))a2™4Çã)•Ê¢¢"·jÕ*'ÜÝÝétzAAA||<‘H”H$ +>ÈÑÑñòåËH$²¼¼üùçŸïèèhjjòññ HOO€_ãóùÁßߺ›[·nEEE½ùæ›QQQ›7onkk{ Á}׶=^í¾ßöïw´Zí/¿üÒÙÙéââÒÕÕC£Ñzzzûöí{¤ÞÔ†Úb±xïÞ½±±±|>?%%E¥R#‘H4žž^[[‹Åboܸ±uëV‰DÒÔÔ”’’"‘HH¤———H$òõõœœtvv&“ɃáÆaaa&“)66EEEÅäädCCÔ\&“ét:??¿ùCó¨w¥ôäó§ý^€WþK6Ek›Ëåæååëõz¥RI$‘Häøøø¶mÛš››§¦¦ +…\.÷õõMNNþý÷ß¿ùæ›cÇŽéõz'''›ÍÎÉÉ)))±X,›6mêííÅb±ÝÝÝz½^§Ó¥¥¥}øá‡]Ùÿ'6Ô‹Å‹%00°¡¡!--mllŒÏçãñø‹/¢P¨Ý»wóx< +•›››““C$÷ìÙ“’’2==-“É”J%‹ÅjmmÍÏÏß¾};‘H¼~ýºP(ÌÉÉáñxqqq... ¦··.x™Læêêzùòe,ª×ëýüüt:]jjê#UÛ¶‘/‰).dçó¯H¥R€›››L&sww‡ŸÇÆƬ>ü‰m#‡ÛoGGÇÎ;¯\¹¢Ñh"""222x<^ee%Æb±x<~``àêÕ«GŽ +…(jçÎаß~ûm¸L´Z­ÙlŽˆˆ‰DÙÙÙ§NrttÔh4)))‡æóù'Nœ˜œœäçç?~üÃ?ܺukJJJGGGbb¢Á`èîîîïï?qâÇ«¯¯ÿôÓO‹ŠŠðx¼^¯§ÓéJ¥ò³Ï>û3dc¶‹ŠŠ®^½š——wâÄ WW×ÌÌL§V«cbbJJJRRRànl0¦¦¦233Ùl6N7›Í·oß6 |ðAnnn^^Ç»|ù²§§§uŒ~øá‡sçÎ ‚ÉÉI.—kÏûq¹Ü{‰%¹Eettt¡6ÿ\äâ•ØNÅb±B¡ŠŠjnnŽ‹‹3 p’»»»7nÜXWWwôèѼ¼<&“YUU…D" FZZÚ¡C‡nß¾M¡PètºJ¥R(AAAZ­6,,Ì`0Àð6???##ÃÛÛû‘L£}òÀû¶5åxxŸ'‹ÛÛÛaðsûömNçää466väÈ‘ØØ؇¼ùâbCí²²28Õ€êêê;vŒi4‡ÀÀ@wàÀ>Ÿwã7n¬Y³†Çãa0˜ÔÔT‡6¼UnnîÙ³g·mÛöÕW_øúú¦¤¤|ÿý÷ cûöíT*õ‘궈ØVûÌ™3éé逑‘‘ÎÎN&“Éårø|>‘HÌÊÊâñx‰„Åb}ñÅNNN8î“O>a±X~~~ŽŽŽk×®­¨¨¸zõêBO¿“}ýõ×………Ç7›ÍÁÁÁ +…‚N§`ó /455555Cÿ*‰”Je|||SS +…"®®®z½ÞÕÕƒÁ GEEµ´´À¤¥©©ÉÆ<'øí·ß…ƒ±Ê½¾pttôQ8H³Íçóú駄„„Ó§OgddÌÎÎ:;;S©Ôžžž7¶µµ™L¦‘‘‘ÈÈH“É”‘‘Çãù|¾V«}P£àÜÜ\$ÙÓÓÃápH$ÀËË  R©Ö¯_Ïf³###[ZZÌf3•J5™™™\.W«ÕêõzèîîF T*566vjjª««ëÕW_Ý»w/\n¹¹¹vaióÕ^»v­ÉdrwwwqqŒíííuppH$‘‘‘ãããaaa[¶l›0—ËýòË/Hó%‘»öv{BÌûçÛð.0xÖëõwww©T +cIÿ?ìÒa8(H$RtttUU‡srrêëëc2™€ëׯÃÚñàÁƒw]‚1£^¯óÍ7 +CWWWgg'¨«« lkkëêêêííuvvV("‘Èl6www‹ÅâõÌZ­öçŸ ù駟ðxüîÝ»•J%ƒ™››“J¥0·ÑétIIIëÖ­»zõ*g´Z-ƒÁ@"‘YYY½½½$©¿¿¿¨¨èôéÓ Æ`0 + + …B³ÙŒÁ`V®\y×£ÖÈ ÆÓO? +üÑ…‹çê‹ŒøBÀŽm,ÍNY±b¬ü1áóù'Ož”H$žžžkÖ¬)--ÍÊÊ‚A¡R©”H$ùùùPøÞ ­¦E¬l¡Ÿ<”Ú&“éضUbccÏŸ?oýóqåÒÆÆÆ"##2Jý÷¿ÿM&“Åb±T*åp8D"‹Å‰D£Ñ0™L^^^¾¾¾r¹¼»»;..ŽÃárssÅbqMMF£‰‹‹³Æ…vÊ}fÇÃE=ÿúÂ===d2ÐÐÐàáá1==-‰þö·¿q¹Üââb:¾|ùrK¥Ò}ûö ‚×_½¹¹ùÖ­[4M«ÕNOO¿úê««W¯¾páÂæÍ›ab›˜˜?œ;wîÞ‰±œ–——{yyAt:;;›Çã©T*™L†Çã·mÛ6??kiiñõõ5™L™™™åååÃÃÃ{öì9~üxBBBPP‡ÃÉÎΆQ'—H$/½ô@©Tþýï‡{" ¢b|.—k6›i4Z^^‘HŒŽŽV«Õ¦¸¸Ød2…††îÙ³çÒ¥K!!! + + +^^^\.whhˆJ¥–——oØ°A£Ñ\ºt‰ÉdB›Œ‰‰A£Ñ¯¾újkk«››‰´Â PçM›6mݺuçΧ¨tŸŠ'xôõ½} O´±¶‹ŠŠ¨T*ÇKII)//!,,,%%"dããã‘‘‘ýýý°„ ×ë³³³ËÊʆ‡‡Y,Vqq1@ppp ”””Éd +…b4CBBär9‡khh°æg|î¹ç Cuuµ¯¯oIIIzzzlllYY™——WJJÊ_|1;;Ëb±`ö‚Ãáêêêèt:›ÍŽˆˆHNN.))À6…BñòòR©Tõõõëׯ߿¿ÍA|€bÐCÎÃB¨Ø±cÇ6lØðù矇‡‡OOOwww“Éd2™¼lÙ²‘‘>Ÿïîî®V«wîÜI¥R¿ýöÛ°°0€J¥ÊÌÌÌËËc±X………ï¿ÿ~AA“ÉT«Õ­­­ 8ŽÃáøûû¿òÊ+v¥"EEE%%%")) ‰4 +‡ÃÅÄÄÆÒÒÒÓ§O/•)Ú3šK$.8Û›6mb0•••‘‘‘sss~~~ÍÍÍ4M"‘ÌÎΚÍf2™<<<¬Õj5ÍÖ­[+++Ÿ}öÙàà`.—‹D"Õj5``` ??¿©©i||\"‘øûû«T*­ÅÄÄÌ×äƒ>àóù¹¹¹åååJ¥òèÑ£{± K³Ó·Ù¹ +ø|þ|¨¬   99¹L&[¾|ySS…B¡R©0£†n…Åb={Öh4®\¹200pppðwÞùè£ žC¥R + +ÂÃÃ=<<8“ɬ­­]¹reVVֽȜ +µ¹\î¡C‡|}}]]]ûúúˆD¢Åb×jµ###½^@ †‡‡) +‹}þùç««« +ƒ@ HOO¯¨¨X¿~ýèè¨J¥’Ëå©©©R©tïÞ½|>âêï½÷£?æ2ON¬×ú‚íp…ËåBˆc``@­VÓét"‘èèèßxùòå¿ýö›ƒƒÃÉ“'Ï;‡Ãá:yèWcbb†††°Xl```KK €J¥zzzŽŒŒLOO«Õê .Ì(4ò¤¤$777‡C –-[922kÉÞÞÞ·oß~ï½÷¤R©Á`P*• ã‡~ Óér¹<""¢£££¾¾ÞÍÍm$€ÄÒæËíÛ·áˆu=ž’À½`ÞÛl{r¸NŒF£ÑhÌÈÈðõõííííîî&‹Åb±ÄÆÆ———òx¼çŸú-“Éôûï¿GDD@¿pss+++³X,û÷ïïèèèîî6™LÞÞÞçÏŸçr¹­­­J¥²µµÕÙÙÙßß¿££#**êÌ™3÷1ñ‡{ÆæŒèÍ›7¿á]_r±íÒ`•Ç`0 &“YVVvóæÍ_|Q LOOCê ™L¦R©ííí‰FÓh4•JÚÓÓƒÁ`æææ°XluuuRRR__‹˜˜8qâıcÇÆÇÇ/\¸pS)22r```dd$ €ÍfïÚµ«¢¢‚D"ݼyS :th``@*•šÍæÌÌ̶¶6,ÛÚÚ ‹]]]׬Yc?zkCíS§NýüóÏaaa2™ æ·ÁâååK­gÏžU*•ÂÍÍmÅŠͯ®®Þµk›Í†PÉwß}Ý»Á`àñxVÐîÞ +…âüùó²388ˆD" ­[·ÐhtZZZ@@ÀÀÀÌF­®V«…e2w£Ñk©ó_ÞÎMa)¹+KÍg*­\¹òñp” Ø6òS§NÁZ|JJ +Ç3›Í/¿üò–-[–üñV¦RTT¼òx¾?)çtAP)===**J&“!‘È©©©ááᘘ˜;wîˆÅb–™™YTT„D"gff6lØS¥„„.—›077'ˆD"ÆÌfsoo/$eH$’ÄÄD“ÉtàÀÇ©ç]b›»röìY'‹'''CCC}||&'' ƒillŒˆˆ +…iiiuuu8Ž@ ìÝ»W¥R +šÍæ°°0‹Åb2™nܸ‘–––››û¯ý …BiµÚÙÙÙ¹¹9+º2>>îââ"‰ SÉÅÅ%00°¼¼|zzúÝwß}Dj?I#‡ ´üýý•JePP^¯×ëõ!!!...®¸o;&çóùwîÜ ÕÕÕmØ°¡©©ÉÃÃ#11qffÆʆ?âåË—wuu1ŒÆÆÆ€€“ɤT*!ÌVXX8?Q‡‰ç|‚ÀÝÝ]§Ó¹ºº.^xx¹`¬Ó鬟ÇÆÆ<<‘Éd“““F£qÕªU~~~ß}÷]ZZšR©T*•{öìiooW*•¥R‰ÇãaçP(d0---ÃÃð C 0 …B¡R©`Öd2ÍÎÎfeeÙ…œÂ^‘ÉÉɧžzê×_%^^^r¹ÜZ‸wWWW||üÈȈL&£ÑhH$²´´ôÙgŸ…©‰Dêëë£P( !!áæÍ›ÞÞÞããã‰DR__ïˆßiµÚù´[ûË÷ªìÝ·íéŒXè ý—Ë…ä<ßÔÔñ}˜Z±X¬+W®dggŸ8qÇ ‰¤×ë·mÛvíÚµeË–1™ÌÒÒR&p8œF£!°DgÍš»»»GGG/_¾lWéÏç:thvv–D"a±Øºººììl‡ƒB¡V¬X16WRRò駟B[EEERR’Édjoo>t褗æg ½½½aœpøðaû‡ÕN˜Ñ~4Ò6¨TSSãêêúÚk¯ååå™Íæñññýû÷—••9::z{{ýõ׋?ØgŠ\.·  €Á`¸¸¸”——;88À}Á`0LOOgff^»v­²²rÆ +"‘†÷ÓÓÓ|>ŸÉdþöÛojßÜÜüæ›o +…B+¼ùÏþ3888##ƒÍf+Šýû÷gffÞ_m{äal~¾Ú<ïúõë ÆÝÝ}ÕªUáááx<><<\¥Rutt8;;3 ¥R955ÕØؘ‘‘qúôéÕ«W···{zznܸñå—_¾ëÎ÷åX,¨öªU«^{í56›½lÙ²5kÖ@À]©Tb±X988ˆF£ƒ‚‚Z[[! “F£i4''§¬¬,@€‘i||¼Édzæ™gšššêêêæææbcc÷ìÙ3ÿÍ%ÙV{q±º\`w\i³‡b>–ÖÓÓ§ÓéD?NW(8®§§ÇŸ:uŠN§þùçµµµH$²¿¿ßÝÝ=::º¶¶æ0...p!…°°°žžžôôt™Lf“fbÛ¥}ûí·«W¯–Ëå\.÷ðáÃ/^ S +0D"‘F£Á†=//¯þþ~FÜÜÜ ù + + + +d2Y(®[·ZJ[[›B¡ P(CCCîîî/^„X___CCƒŸŸÜ«$ @˜››¼råJ\\ܦM›ˆD¢ƒƒÜ>wìØÁf³_~ùåŸ~úiÇŽ°) Ç‹Åb<ïÓÖÖæïïëÖ-›Ý6¶]äŠÀ›2™LØуÇã'&&ž~úi,{äȘ‡utt˜Íæ-[¶h4š§Ÿ~Z.—`lQ×ÞÞ^NÇzrh/b±ØÃÃC*•¦¦¦ÖÖÖB€iþÖ +ÙÃ:.::êèìì ÿcvþ¨\š=¿Õjµ×¯_—Ëå>>> --ÍÝݽªªjÕªUsss:N ÐétˆH¥R,[[[›ššÚÙÙ¹eË–‘‘GGG©TJ&“ –lÏ;ØNEø|¾J¥‚{líÝ»woqqñèè¨Édb2™nnn±±±¹¹¹[·n……˜˜˜·Þz«°°ðwÞÙ³g &&†Ïç×ÔÔ¬[·ÎÍÍÍf‡‡‡+ ++` 0™L +…B«Õ ·ªªJ¡PÉd£ÑèììüÌ3Ïܹs'<<¼®®N*•’H¤––4-‘H0Lmm- +…’J¥Ð \¾|Ùþ#l#§0‘ÊÎÎ>zô(lFjjjŠg³Ù¾¾¾°ÇŒŒôôôìÚµ‹ËåÂ&%4=99©T*!©™H$*•J:.—Ëcccÿýw½^ïääd5rk'4Ø­;66622âáápss³ÚÈ­[· ¥Õj©T**úûû‘HdTT”½6h3AYòLÈzÃGMÄ·Sl§"çΛ˜˜€ìfX˜œœ„(ª££cvv64éË—/ÏÎÎzyyñx¼øøx>Ÿ'ÇÃÃrðx|zz: 3»»»1Ì+¯¼²eË–ùXÚàà ƒÁ@ ÐuÁ)%“ÉN[ñøñãöôË/Þìh±X<<<H$’µÐóˆÀ&ÛØÅ‹ƒ‚‚ +ƒÁøõ×_ãããe2…BQ($©££#88¸³³@"‘W¯^ýü…BY‰¥¥¥D"±££czz:88X  P(,‹Åb“““o y bÓS©Tooo€H$B¡Pnnnnnn™™™7oÞ„cääääçç755•œœ¬P(Š‹‹ãããa×s]]Ý×_ÛÖÖ¶qãF‰TPP Û9ÜÜÜZZZ`Þ-55–a§óÚµk-‹B¡ +…pÂ;;;ƒƒƒ[[[=<<^ýu˜®zzz¶··ûúú§V«»»»!ÍÈl6S(”©©©‰‰ ‹õ`ç®Ø#KH|œ·²}HANNŽ···Œ„êêê.\¸°äË vgLOOöïßÏãñ AÑzð‡R©LJJJMM…¬-:ò¨®®®©©yã7ètzZZÚ믿þì³Ï’H$.— É3)!kï¿ë”˜o‰Äžž$I£Ñž{W¯¶µµ}õÕWAAA°œù@+V¬ŽŒŒ¬«« + +‚­Yqqq@àèèèêê +èîî†4P +õHŒüáe‘4îA©Ÿög„ORmˆ¥‰Åb¡PI$=ZXXxþüù®®®œœœ+W®@zŸžžæñx ÷4EÛኧ§gKK ìP¦ÓéwAK.ÿŽûÏö£{­VÛÞÞY\\œššÚØØ8558;;›œœüý÷ßÓh´ááá5kÖX,HÇ©­­U«Õ(*22òÎ;îîîR©Òúíô^Ûb±@ÌÎ΃I`l y9óÿ…(üÄnݺS·m>\Pí÷ß_"‘@‹Á` ‰"‘Âi!!!\.×ÙÙyóæÍgÎœñ÷÷ïééÙ¾}»Ùl®¬¬„‘yBBB}}=‰DJNN®©©±²0Q(NŸO£"²`UD«Õº¸¸˜Íæ;w²Ùl€Ñh´X,ï¿ÿþÉ“''''  ®®Rpa“¢J¥¢R©"‘hhh(''çàÁƒË–-sssC£Ñ°ÛÊ9…0Ãìì,<ËÊ3Óét +…Ï燆†"ˆ™™,«R©0 ÌÃûûûš››ƒƒƒB$y{{c0;³—?bä˜ îÙ] ÛlttÔÁÁÇ[yf0¯vww‡Y÷ìì,°R-‹!ؤÕjÇÇÇ-Kjjªï¶ ç‚$iiigÎœ ®¬¬LHH‰D®®®_~ù%„ÃÂÂT*ÕŽ;`›GEE^»vmPP„ +ZZZÊËËåryff¦F£õ½‰‰‰ÈÈÈýû÷ÃÙMMM=vì‹Å’J¥ÉÉÉ—.]ruu5™LkÖ¬¹«ÿl©d1#G¡P<ÏÕÕÕÕÕõ…^((( Óég±X555b±ØËË멧žòöö.++óöö6îîîd2ù—_~ùõ×_9"“ɦ¦¦èt:<ŒC¡P8p¬p¶Íf³££#­$CØjøøÔž/óá>€uwµó<Žÿ’ó²î•´º4³Ùl4cbb‹‹‹ß}÷Ý¢¢"X S(!!!l6;00pÆ +b±¸¹¹ÙÓÓÓ××÷³Ï>+**Òjµúãëë«Ñh*++ÓÓÓñx|KK‹Í²³Uþò—¿8;;óÍ7eee555t:ÒÀÐhôºuë„B!Äê +ƒZ­†(ÅÅ‹íWû¡öíùÑÕíÄÚÛt¼/¾ø")) ‡Ã577[,È0Z±búˆB¡øøøTUU¡ÑhX”349K.¶ÏK{ñÅår9ÙlvLLŒN§ËÌÌ<þ¼ÏÔÔ?~ü¸^¯wrrâñxðX$ Ùeee>>>o¼ñ†^¯‹‹ 3›ÍZ­–N§3 ‡£Ñh¬ƒç®DGG›ÍfxÄddX,–ÐÐP¥R ;ubcc[[[aÕ=))©´´”L&{zzB(úæÍ›F£ñàÁƒ¥¥¥CCC+V¬Ááp/½ôÒ$žwù0ð¿&½H +Õ&±z‘äqþ1|p \]]_yåHÖ‡ÇÄ`±XG§Óáñ1ÖCG$ÉÌÌŒR©d2™MMMÉÉÉCCCmÞÝÝÃá6nÜ8==]RRbï$\.·¼¼rbúûûÃÃÃð()ë1m‘žž~ýúõC‡]»v +–uatÁáp *@§Óïܹãçç'RRR ·f¡Ã…þ˜(**Šµ]¶aä01JLL¬««c0ƒÏçc±Ø¹¹¹•+W¢Ñh¹\N"‘¼¼¼DPPPQQ‘§§'¨ÕêÞÞÞ:>00@§Ó]\\Ö­[wöìÙˆˆ.— ·e*• +Ëú"‘híÚµ}}}UUU999×®]£R©Rpa“eGG‹Å‚uXxÇÎ;óóó “ɉD °Î΃_žLƒðÇÿ\«Ø6ò·Þz+"""$$¤££#""c +‹[,«££C ìÞ½»±±Q ãñx>Ÿo±X¶oßÎb±ì|öü|FàSSSããã³³³d2¹§§‡ÉdòùüÀÀ@XH€'nÊårooo¹\ŽD"õz}XX˜T*]¾|ùæÍ›üñG2™ÜÕÕ•˜˜(•Jêxx°Ù^òFv˜oCåa +hdd„J¥Z‹$:nll @„‡‡d2¤Ža±XkmP«ÕZóv€µ–¸Ð«>yñ‰ÈŸôþÿSûÏ$RµÿE€¿ +endstream +endobj +306 0 obj +<>/Height 106>>stream +xœí\{TSWÖ?BnB®¼Œ”€Xž+ TÄb,VZŠ…ZXâXªC—mqÍ°ZíØ©v¤¶Ç¦L‹-Ãq4"DMÀð ÑŸàÀÏ?ÿüìÙ³kÖ¬Ñjµb±øÍ7ß¼páBzzz__‚ Z­¶½½D"EEE‰ÅbæîîÎçó ‚µµõäädDDĵkׂ‚‚FFF˜LfOO½½½X,Ðh´Çg[.—¼¼¼~Ò¡.0ìežI¶Ü…ÌȹsçN:õÍ7ß”––¶´´øøøtvv²X,ƒÁ R©h4Úèè(@*•²Ù쎎ǧ¦¦Ö¯_o0 ‚ ÖÖÖK—.Õét\.÷Å_´±±(ŠB;bv5™_Û\.·¯¯EÑÄÄÄ3gΉÄþþþýû÷ËårF“žžþÞ{ï8q"??``A±Xœ™™yîÜ9///ooo¡P˜“““——×ÝÝíááa´FD"‘D"‘Éäo¿ýV.—ÿùϦÑhd2¹¦¦'Ÿ|òÉÙ³g>|hoo H@@€^¯‹Å999ýýýNNN +ÅÛÛÀãñh4š³³3N ÉÍÍurrÊÎÎf0ó}3Ã>wîÜ… 233Ïœ9Ãf³¹\njjªN§»ví“ÉŒŒŒL&S¯×WUUÅÅÅ +÷÷÷ „††666šL¦‰$•Jq·²²*,,|õÕW===ýüü +ƒÁÐjµÿûߟ¤#ÐÃY¢5ð§P1K•ü)nmÉ=%Éôô´‡‡‡Édúæ›o¼¼¼nܸñ»ßý®µµÕÆƦ¹¹™Åb)•Ê—_~ùÎ;PíÜÜÜŒFcWWצM›„Bá’%KÜÜÜ&&&,¨Í›´œœOOO&“ÙÑÑ¡Óé:TPPÐÞÞžpíÚµ¸¸¸žž芠*ŽŽŽJ¥ÒþþþW^y…Ç㥤¤p¹\"‘ˆãø’%K–/_¾bÅŠééi ÃÆÇÇF#‘H,//(•J‰D8ót‡ááá¡¡!ƒ¡R©¨T*<ˆ¢hMM +NGQT.—‡††VWW{xx + +¨TêÐÐPpp°…Ã6®h4‹¥V«Y,–@ àp8`Û¶m~~~ÎÎα±±­­­$)))I,ÛÙÙ‘Éd€^¯ + +rppˆD¢¬¬¬<ÿüót:½»»;**êÌ™3‚Œ»»»ÛØØÀgyxxxxxÌzµš¥_ÑÑÑð4¨111r®Ì§äs{AGýø%ó¬ ø'hÒ0 KKKknnîééìëëûôÓO¡Ug±X·oß~á… Cvvö®]»üýý“’’>øà +…²víZ£ÑXSSsôèÑYaefffQQQVVV^^^VV–EŸÏ?vìØÐÐPjj*†ab±ØÝÝ=((ˆÇã±Ùl±X]^^Îf³mllØlvqqñ /¼í àã?vvv [¶l™N§3 ñññR©”ËåÆÇÇ×ÕÕ±X,ØæççOLLLLL899±X,>‹µlÙ2‘H499©Ó颣£ûúúâââ ­~÷Ýw?øàƒ˜˜˜ÎÎNè/Àf³aêÊçó †ÑhLNN6³æ§Ÿ,ƒƒƒ3ÿ>IîÞ½;÷’¹¿+?ò>ƒƒƒó_efmóùüÜÜ\ +…~ÿþý¤¤¤'N„„„Ü»wÏÏÏF£ñx<€¯¯¯««k]]ÝÁƒ{{{aÂ`0._¾üÙgŸååå±X,™L–œœ|þüyE¡›×ëõׯ_‡jåëë{îܹììl8QW¯^½}ûvii©H$ +…ŽŽŽ8Ž§¤¤*++===innÎÌÌ„ÁoAAAppð;w¦¦¦\\\FFFlmmß~ûíÚÚÚK—.åääX¤ä¥¥¥3!JZZZww·ÉdR«ÕÉÉÉyyyÉÉÉB¡p&‰ŽŽ¾sçNooÇ0ÌÍÍM(„±±±èèhN'“ÉØl¶P(LKK›'JŸGïç:v³®~ãòK "‘(//ïÁƒ cÆ +.\ Ñh†9::îܹ“ÏçCýŠˆˆ˜Q¥[·neff–••A%ÊÊÊ*((P©TöööNNN0·ËÈÈøôÓO¡b–””?~|î‡&9rdîÛ|ýõ×îîîMMMuuuF£±¢¢ÂÑѱ¢¢¢¿¿ßÊÊjzzº¡¡¡´´ÔÖÖ¶¢¢bxxX ´´´ÔÕÕiµÚU«VY8춶¶ï¿ÿÞÁÁÁÙÙY*•¾þúë]]]ÁÁÁ¡««K¯×‰D£ÑèêêºbÅ +Fceeåïï?99922‚ã¸R©LMM•ËåVVVo½õVqq1›Í†Ú¡C‡***œƒƒƒç&9ægÞH­Vûûûß»wJ¥R(”¶¶6ÿ–––uëÖ`PÏŸššrttÿ‰+,ö/(¿¤’ã8þÒK/ÑéôÄÄD¥RÉãñPU(/¾ø"`ÕªU2™Ìd2EFFòx<''§}ûö;v,<<üÖ­[)))r¹¼¢¢âóÏ??vì¼çôôôêÕ«—.]:i°Ùì¹Jþ«ÀÉQ=þ|zzzdd$•J•J¥W¯^mhhØ»wïÀÀ‘H¬ªªòôôÜ·o_nn.Š¢÷îÝc2™ + + +^^^IIIŽŽŽ¡¼¼üСCãããÝÝÝ€åË—/[¶ÌìÍ̶H$rtt4™Lååå®®®îîîfùòå8ŽÇÆÆBH`þXí©eþÜkV8Ï™ Šy%ojjb0•J¥ÓéÈdòðððôôô’%K`2ðL0ŸÏollDäöíÛ(‰X,‚ b±ØÍÍmdddVL&‹OŸ>ýÕW_µµµ9::¢(:00Ó +…’””$òóó F__Ÿ¥Á)„´ZmPP‡Ã)((X±b‘HÜ»woii)Š¢†Íf;v,%%…ÏçïÝ»÷ÝwßMMM-..NMM½s犢®®®d2ùþýû®®®&“)&&&//ÏÇǧ««kåÊ•4-$$d±ü&¿‹0i?Kš… +À(Íf777ïر>¢££ctt4))©  Ã0¦Óéôz=›Í&“É:®½½]«Õ¦§§×ÖÖNNNR(@CCCBBL`,(//ŸûnfLZiié®]»¶mÛvâĉ;vðùüW_}577·¨¨hýúõfÁ} 'ž6srllluuuXXXdd$@èèèðöö¾qãÆ’%Kz{{6l ‰77·ðððÖÖV¡PH&“=z —Ë===322´Z-àäÉ“z½EQÁÁA"‘˜’’ò¤õøÄÙ~ýõ×i4Žã666r¹Üh4†„„¬X±B(ÆÇÇk4.—[PP3>‹Å(Š¨¨(FC&“…Badd¤P(´µµ5ÓÓÓ±±±Ã0‡ó¸’ã8ŽãøOœ>I +*Åà[–ÜÖ71 £Óé ………0¢¬¨¨¸|ù²D"©¨¨X²d‰¯¯ïÍ›7322CBB8””TRRÒßß¿`^^Ô"‘èëë+“É[¶l©¬¬„0ÎÂÞ©¶Â †ãÇ[2ŒÅÊ¥K—JJJà°ÃÃÃ333Ÿù#~ìlÿòSÀ’ŠùÒŽãÞÞÞ………0ltttlii‘Édo¾ù&üïÄÄ„L&+(((,,4™LÆd2%$$,öñ\.700ðüùó±±±CCCR©ÔÚÚzóæÍeeeÁÁÁR©´§§çÍ7ßìïï—Édt:ýþýûnnnƒazzZ­VÇÇÇ+•J˜êÊåòààà¡¡!:¾`4ef¶¡Ñétþþþ¾T*•€   øßGGGˆr:88¨Õj +…2 \PpV*•Ë–-CEQ•JÅ`0füEWWWPPt{8ŽwuuÅÄÄÔÔÔDGG+•JˆXÊårS‰Dx“•è‰OˆlÑh4øÃÅÅE­V;::BøÃ0Xs ëëëƒÅ + ÃRRR /ýöÛoû ~NyʵýL–%Žã‡¡P(Z­V¯×{zz®]»ÖÎÎN (•J*•ª×ë9ÎÀÀÀ­[·’““¹\îš5kh4Ú¿þõ¯uëÖÉd²ÄÄÄ .DFFJ$OOOˆd¡( +AËÓ§O[”o‹D">ŸŸœœ¬T*5MgggbbbKK •J5™LwïÞ¥Ñhþþþ"‘(88X«Õƾ¾>&“ùðáCƒÁðÇ?þ1--ÍÃã®®nýúõ‰ÄÎÎnn(Šãøùóç!â{ûöm ÃX,VQQQZZÚÅ‹œœˆDb\\ÜÉ“'=z´mÛ6‰DaŒŽŽAêêê †B¡ÈÉÉáóùƒ¡³³“L&wwwÛÛÛûøø b6ñ\f€‹M¥RYYYQ(“ÉdeeåààpïÞ=¸ ½¼¼`ê‚¢hSS…BŠÐÒÒâïï—.\ŸóLûðððbMÃѸ_Òñùü3gθ¸¸¸ºº Ç¥Rirròµk×pÏÉÉùÓŸþ¤T*ããã+**Þyç@Àår×®];22Òßߟ˜˜XRRâèè8::J§Óõz=Ä®\¹èììôööÞ¶mÛ"Z111‚ÉdkkkÇa&àîîÈÏÏwppðõõÕjµþþþ8Žß»wïرc2™L(j4šÀÀÀÁÁÁ´´´¢¢"™LA&“ÝÝÝ;::fÊú³lÞ‚S÷l¼y:—ËEÄÍÍM*•"266väÈ‘‚‚‚úúz77·={ö777kkkggç•+WæååEGGONN†„„tvvj4@ V«mmm9Ε+WJKK—/_n0vìØ! +Á20‡SUUµfͽ^ÙŸD"%$$H$³fåGqW,?óñdsæ% ̉>>>>ÓÓÓçÀB¡p& §Óé + + +ÇÏÏï‹/¾€h„Okk«¯¯okkëöíÛy<‡Ãikk§Ñh©©©‡âp8<ÅbEDDÌ-™/ë‹Åb¥¤¤”••ÙÚÚ®^½Z§Ómß¾ýÓO?]¾|yWW<2>>îììlÖ`.øiÀcéÍÏ«þÂ&M*•ªÕjÇíííáœÃR¹Á``³Ù- +…žžžƒ¡§§G£ÑÀ©+--5þþþ_|ñÅS<Ú¼ß6“3™Ìîînˆ(r8‘Hdmm +hmm]¶lÙÚµkÁèèèóÏ?çÎAüüüV®\)ÜÝÝ­­­«ªª¶oßæÀ²ãááqèСÆÆƘœÃu^\\L¥Rñ÷÷—Ëå½½½ÐÐêt:*•ºgÏžööv˜/Bðœœ@Ë#yyy–†+óÄäT*VÔjõÔÔøO”>44D¥Rƒƒƒ•J%ü­T* ‚¿¿ÿ?üàïï?22B§Ó¡[®É ©óüuæKÏÇ!D‰¤R©2224M__ßÅ‹cccîß¿¢(ŸÏ + +a0 ó{ ÃØl6dÍðxV¯^ýå—_>þ >ŸñâÅ¡¡¡-[¶°ÙìÜÜ\©Têëë Q4 +…²téÒmÛ¶øúúnÚ´ÉÍÍíø‹Åª¬¬\¿~½H$úÍo~³ÚÚZ©Tš™™™““ÃápFGGqOJJúì³ÏêêêÌ|KÊÅ|ØÞÞîêêŠãxmmíºuë`foo?55•Íáp0 [·n—Ë•Éd“““‘HÔØØxùò嘘¨™3eHU(~~~, ‚'B¡033333sÆhÁ·Ýºuk]]ݲeË’““›››g]»gÏ‹8§¥R9+ +|¶ÕãÝ;v쀔õøøø . l¬Õj]]]a±–L&_¹rerròÃ?„š8C} Óéžžž£££02_¹r%‚ ÎÎÎb±Ã0__ß¿þõ¯s_À¼’Ÿ|X]]½eË>Ÿo4ßÿýüü|˜„éõúÐÐÐÞÞÞH‰!‘HT*5==Ý"K~îÜ9>Ÿüøñ'N¼÷Þ{»wï†>ù“O>ùío +ø;wš››½¼¼¨Tjooo}}ýÖ­[! ¸¸øäÉ“:ÝûÁƒe2ÙŒžšš²µµ5[£™û]æ±&›¹\¾¸Ú¢"§ÁÁÁëׯÏC|RÀ4+º‚¿¯_¿mqdõ,å‰~;88Z¯ØØØ?þxíÚµ·oßö÷÷—H$ÕÕÕ;vìHIIÑh4W¯^ÍÏÏÏËË£Ñh“““}}}=¢Óépæ333y<ƒÁHKKû裂‚‚ÜÝÝõz½R©ÌÊÊZÄäzôð+Vlܸ±¶¶ö¹çž;uêÔ3îäרäów}?1ÏTzœÍ ‹;;;'&&ÒÓÓÊÊÊ^zé¥gH¬>|ø°Á`‹Å(ŠÂ¾žööö7Â-RRR¤R)Ü(¡¥¥…L&'&&~üñÇ›6m‚pŠ››ìî…€×£GpGÖpPÎCY˜Í0ƒrÀ`p±•§Ÿa¶áÒ_QQ‘Z­†ßF£vfeeuwwÃ.AXäp8Z­öüùóaaa÷îÝ‹‹‹óññyã7žîÑ¿¢µýsÆæ×6lš(..nhhÀ0lÏž=-×h4ÙÙÙÏêÙ`~œ…heeuóæM:^]]ÝÓÓãçççáá!‘Hüüüž•MY iÂ÷r¹œ@ ¨TêSP +Ÿ$8Ž …²²2›•+WNOOGEE=xð```EÑ¥K—b† HWW—££cXXØÍ›7õz½ŸŸ_QQ‘““Stt´ÑhliiIKKûä“O’““¯_¿¾fÍš{œÍÇäW®\quuLLL0 ¿ýíoK–,éÁùóçÏ;‡¢¨N§spp€dE¸õ†L&›œœÜ¼y3ŸÏ›šš"“Éccc°v.ùúúŽŒŒÀ"pW©TSSSz½Aù]3¬0 +…ù`èåáá1“¨ÎL<28!b±àÜXÚ¿=+‰D^^^?¦ò c!fdd Ãì +‚ó +%**ª¥¥vêôz=ÄçÙlö™3glmm{zzöïßËï555, 2¸BCCE"‘V«µ´EæðáðL½ÿþ³gωÄ-[¶H$6›]TTŸôÊ+¯H$’‘‘‘©©)‰)l6[«ÕvvvÂéÍÍÍ…>ÎÎÎëÖ­³³³ëêê’J¥2™ŒJ¥VWW[òÉ, þÌÞgž“͘´ÐÐЮ®®Ý»w9räÈ‘#(Š~øá‡"a4]\\­­­ +…"•J_{íµòòòÐÐPÛÑ£Gÿñôõõ‰D"¸ +I}}}OOÏ /¼™™944$“É É8tèNŒŒœ©C>ŸÏ‡Œ +&“)‹ÉdrFFÆL-¡®®Îd2½üòË°îmkk;::deeuãÆ +AâââP…íf[dáÀžÎÁÌ.>Ÿˆ…U2™ ÁÆÍ›7·´´ (êéé {N`£ŸÏ÷òò2 L&“Ëå¸û‹Åb±X/^œœœ”Ëåééé%%%áááMMMûöí“J¥VVV</++ëå—_^xØ3û®”••¦¦¦"""z{{===5M}}}ll¬••UCCÃÚµkB¡N§·´´ìß¿¿¹¹ùwÞáñx§Nâp82™¬³³sçΉdË–-cccÐÔ±X, ]óëêÌL,6 _Ü–‹=a¦uÌì™p¶ÛÚÚ†‡‡!ÝÞÞ> `¦î +iCjµÒà:::H$’D"9zôhee¥T*urrìرãáÇ–ì#öD‚¬K×ÕÕc¶dÉ’&“ qœÂÂÂàà`&“ÙÔÔ´qãÆ´´´S§NA›'“ɼ½½!¥°½½}Û¶m(ŠªÕj6›pá¸IÁ‚/7Kf­—™ã³Z2íæa†7nLMM ‚   ­[·h4š;vH$’öövA^ýõööv…BA£ÑFFFJKK¬HÚÙÙµ¶¶*•Ê¾¾¾Ý»w¿úê«(Šzzz677³ÙlÈXì˜gÇìØ¡ç–TŒfÊWsXxá‚fyb¯HwwwFF†a@ÑÐÐ055÷ÊÉÉ™µ +àö...Åb‰Åb‡³`z$‰jkkrssmmm5ÍÒ¥Ka=tõêÕF£ñ÷¿ÿ½¥³·H™Ï¤)•J“É4?H¾à¾;– \™?Q×ã,y¢Isrrb0555<€ñ¹V«uww‰D‚|÷Ýw>>>$i×®]mmm/^„3ogg—••åââ¢T*-l {î¹çüüüPµµµœœT(‚DGG‡„„œ={vè»»»Óét™LÆb±7mÚtåʸClb‚ûÄÅÅyyyÁ?Ñh´™9,奉D"@¥RaErjjjVúYC +g¾©© °àFmà?L ¤¤¤ ×ÔÔìÙ³‡Ëå>zôn"ˆãxll¬H$ruuMLLüî»ïbcc¿þúk½^O ÜÜÜ AÁår­¬¬0 ó÷÷_µjÕÍ›7g¾‘¥l†›7oR(”àà`¡P¨Õj<Y°dSYYæíí +C¨[·nq8ض÷¹S«Õ[·nÉÉÉÀ`0øùùÁ +r<==ÿò—¿<>þC—Ç?~üq*ÏÌGŠÆòE‡+f£YgZ†Á]Œ`°aXffæÕ«W + +¼ðÇË|;_ž9sF¯×ŽŽîÚµK(Òh´Û·o'''Cê0“Étww‡-ƶ¶¶ããã0ž^±bÜzé×)‹ÃÒž-¦‰ã8ÇÓétÁÇÇG¯×“Éd¨±mmm;w¨°¶¶îìì¼víÚ+¯¼²fÍ ;W”…»þæâä®®®·oßÞ´iSggçîÝ»«««©Tª@ HOO—ËåÜ€%ËÊÊÊÀÀ@¸ãÚwß}·ÿþLJýÏþ³¿¿ßÙÙÙÁÁA¡P¸ººÞ½{÷µ×^»víZmmíàà`XXØ|`eeU__¯T*ét:—Ëݾ}»½½ýÿÓàäåQ©T*• +ÛjÃÃæêááã8lóU«Õvvv^^^ð¹œNHèP*•\¹råŒË€m»°ƒáñ +áCÿWvýý‚ò«Ø\èç—ÿö“ü—û«0Q +endstream +endobj +307 0 obj +<>/Height 106>>stream +xœí|yTS×Úþ6$!@BˆŒ!`H$”0„¥ˆJ–¥…X­ZšŠV]8—Ör«^‡›¶ÚfY­Z±–j½båºÀk¹¢r”žk%jd0 B$ BH0#Âàï½.Ë#íð[_¿÷/HNÎÙûìw¿Ãó>ïžôôéSðçÔ=€?FþoÚ&A?ÿQQQQqq1þòË/wíÚ`±X:®½½‹Å’Éd€ÉdÒét¡¡¡:FÓh´_~ù%--M¯× + +1™Ì +6üÞSq$EEE€ôôô1ŸOǤ ‰ôÛŽë’ñ¦ý¿X~¿½m0~·g½Tìm‰DòÝwßùûûÛívFC&“ûúú|}}µZ-™Lf±Xü1“É S©T;vìÈÉÉ¡P(÷îÝ#“ÉYYY¹¹¹~~~ýýýsçÎmii¡P(*•*<<Üjµöõõ…††^¾|ùÖ­[ðqIIIl6»¥¥ÅÅÅÅÛÛÛl6oÛ¶mëÖ­ÁÁÁQQQ±±±yyyp …B‚Àèíí-•JÑhtTT@*•2ŒÚÚZ—•••’’2fŽ”üäÉ“gÎœ¡R©8®¡¡aÙ²eÏŽrŒŒî¸˜²‚œ8qÂÍÍmhhˆÁ`nݺµ{÷îÜÜ\<?44ïîî^XX˜‘‘qóæÍþþ~.— .•JµZ-ƒÁ + +…sîîî&‰óçÏ7™L¥¥¥€àààÕ«W??mðô7–Ç;sͨ¼æ=Ç|õóÏ?;¼Ì’CÙ¹s§X,NJJ"¥¥¥x<žD"=yò‡Ã½óÎ;»ví:vìX^^ž§§ç¨>‹D"@jjjkk+™Lnii ¶Ûímmm ƒ@ H¥R@```OOÏÙ³g +… ¬¬¬©© >×jµòùüÎÎΦ¦&‰D"‘ªªª¼½½===±X,‰D’ËåAAAPËÌf3ŸÏ?uêTvvvNNƒÁˆˆˆ Óé'Ož$‘Ht:½¶¶ÖÁR¿‚%wR™á°~èüMÆ\9ÎP¬6‚  ""Âf³}ÿý÷GŽp8™L&‹ +›ÍNKK+((èíí°Ù슊 +'vîܹcÇŽ;wîh4½^Ïb±ÚÛÛ©T*“ɼsçNGGdž +Ž?~ýúuAD"Q]]‹‹Ëàà ƒÁ`0‘‘‘2™ Ú-·víÚœœœœ,‘Hüýý;;;}}}±X,‡ÃÙ³gϺuëìv{qqñ¦M›ÊËË +…@ ÈÏÏïîîP«Õ/^|~æ˜Õj¥ÑhX,Öb±¼ù曡¿¿¿¾¾Þ`0 P(///¡PèïïƒÁ`²³³kjjƒÉÍÍMKK“Ëå:Îb± ’ÉäáááÔÔÔ¢¢"N —Ë) +|–N§óðð`±X +ƒÁ¸¸¸ÔÔÔÐh4•J•‘‘ÑÕÕ¥R©ƒÁ‰Df³Y©Tö÷÷Ûív­V[TT„F£U*•Édš9s¦R©4›Í$)77711‘D"áp8‰TYYé@1îøýû÷;´¯or&*NZÄç?|‘1ƒâØõ÷÷WVV¦¦¦J$ +…‚ “É4›ÍZ­–Ãá¬Y³fëÖ­v»ÉdJ¥R ƒÇãñx|vvö¡C‡Ö®]+“ÉbccE"@°X,'''ÇjµÂÝ.D"‡Ãœ8q>tÆŒ­­­ + + +L&ÓßßÿÖ­[«V­ª¨¨ÈÌÌ +…ÙÙÙV«õÈ‘#<ÏÃã»»;00°¼¼|îܹ:ŽÉd644$$$`0˜ðððï¾û®££€ HiiéóJî`Ú;wîlkk¨ÕêyóæASo6›››› +ƒ‹‹‹ŸŸŸÙl^»víG}tìرüü|»ÝŽB¡žu¿åå剄ÇãÅÆÆ +…B<B¡bbb‚X,¾xñ"‚ 2™L£Ñàñøúúz*•*“É233›šš´ZíãÇu:Ç‹Å`ïÞ½£vD*•ž={¶­­-&&æÙ‘·¶¶†„„8Pi'•üEŠ4¾kÇý:¯öÏ^9¾¢¾Ž8XmA`<ØÔÔD¡PBCCáßV«U.—÷ôôÌ›7oÒ¤I ãîÝ»Z­–J¥>|ø. €Åb±Ùì·ß~û¥oÜ`0?~üÂ… d2955ÕËË+--Íd2µµµ=|øÅbyyy‘ÉäÍ›7;µ†N‹ƒi?ïý^ê q8/uuu^^^³Ùìééi4½¼¼ŒFcLLÌo‘ÿþIOÇáŠÕjÅãñçÏŸ‡FB­V‡‡‡“Éä;vüŠÏ†»‰Á`\¿~}Ïž=0PýòË/ —Ë­®®¶Z­Ó¦M`±ØÞÞ^>Ÿ/ +ÝÜÜf̘D§Ósrr†‡‡·nÝ*“É®_¿ííí}æÌ™£Gž8qbÚ´iõõõ›6mr*3²”””ßfüûy–””TSS³nݺŠŠ +Fó¼1÷õõmhh˜={vxxø¹sç`¨ïéééããÓÙÙI"‘Ôj5ƒÁàóùžöÿVyaÈår¡®¨¨ˆˆˆ˜6mZuuõÊ•+ÏŸ?o±X ‘@7‹ÃáÂÃÃ-Kww÷àà ›››Z­öóósuu½ÿþÞ½{srrx<žJ¥2 ,X³f +‚ ‚¤§§>|8 &al6;33sýúõx<Þf³a±Ø%K–…ÂŒŒŒÆÆF©T*òòò¨T*‚ 05ôóó£Óé7oÞär¹b±øôéÓ¥¥¥7oÞ¼{÷îœZmAòóóÕjõ¤I“ŒFcBB‚§§§D" xòä @0ƒ!++«¤¤‡ÃõõõÁX +@&“5MFF‚ ...žžž$éÚµkŸþ¹T*….ÐÇÇG£ÑܸqcÌsU*N~C¿Å^Þp<íÑÉÃ]íäMŸ¿òùáŽñs‚( +“É$‹ÃÂÂ4M`` D"9|øðè6¶Z­………šÕKÅÁ´!NÎçó!–pàÀiÓ¦!µtéÒâââøøøÈÈH˜zyy?~üÕž=®¸»»/Z´(00†+jµº··W©TΘ1Ãh4Z­ÖI“&¥¥¥9r„D"q8œÆÆÆ´´4˜Z…„„8p`ùòå0«‹‹‹{Åi;9â_׶?®ß¾}{Îœ9&“idd„D"©T*ooo£ÑH¥R+++¹\®Éd"‰£c¨««£R©Àimw0m‰D‚ ŸÏ¯««C¡P7nÜhjjÒh4°Z­.—›ŸŸŸ˜˜¨R©ìv;…Béèèjmm]³fM]]—Ë=wî\oooZZšZ­þꫯ>ú裖––É“'ŒŒ„„„ŒÉ"~gqlÉÍfó¥K—ˆD"F#“É'$$äáǵµµ}}}L&ƒÁttt0Œ'OžÜ¸q#>>¾¿¿¿ºººªªÊËËËÛÛ[¥R566^¾|yÎœ9,«ªªÊd2™Íæèè膆†˜˜AΟ?B¡BCCKKK9ŽV«½wïÞœ9szzz¢¢¢ÈdriiéÚµk÷ìÙ3oÞ<¸ÿ¾»»{zzºH$*++Ããñ|>_,£Ñh +…ÒÜÜÌ`0´Z-ïïï÷õõåp8NYrƒÁ}üøqN÷äÉ“Í›7·¶¶‰Ä{÷î…„„ôööÒét“É0F£1::úÞ½{0„ŽŽŽ†úO"‘ â‘H¤ÖÖV¨«€Q½%‘H0J[»víáÇ]\\ Äf³9ΡC‡/^l±XêëëM&“Z­>zôèÞ½{‰D¢Z­æñx:îÖ­[ûöíûòË/çÌ™S__ßÝÝý"lûÈ‹²¿ÑLó7JýžâëßÄùDÕ±’†ß¡ôwòäÉ#GŽ„„„”——öÙgv»]©Túûûk4šÃ‡¿ûî» –YkjjŽ= + &«W¯†MYY@.—ÃR tþ%%%žžž:"Š@yà5eT ~þùgç+ +OŸ>½{÷î8—9®y{{ŒŒTWWk46›½bÅ +«ÕJ $ÉÛo¿m0œôãŒKJJh4šÁ`˜7ož››™LÖëõ?f³Ù§Nâr¹=êééÉÊÊZ¾|¹¯¯oss3•Je³ÙÐÊ’Éd‹Å“F£•””ÀTbÛϯ¶À8..Îh4’H¤?üðÊ•+‰d×®]!!!0úe³Ù:þšs†"‰:D£Ñ‚ƒƒkjj._¾¬×ë}:33Æpååå111ååå[¶l +…Ö'MšD&“ + +h4„29ŽP($‘HÃÃÃÏBˆä0-;ckàöÿÇQÚ^Qp&>ÿÍyfÏž}þüùg±d©TÊf³ÃÂÂN:Åçóÿõ¯½óÎ;555ÏÂÀ³fÍJHHÈÏÏŒŒ|ðàÑh„¾Íl63™Lïòùüœœ‡&ÍÁÞ>yò¤««ë’%KRSS ƒ‚‚†‡‡ †^¯Çáp ûöíƒ`KSS“——׺uëòóó +…‡‡ÇðððæÍ›‹ŠŠzzzc’ +ooï””‘HD&“ÓÒÒ¬Vkdd¤F£ÁߺuërrrH$’Õj‹Ål6{Þ¼yƒ!44t``Àßßßf³i4€O\\\nn.Ç»xñ"Üê—/_vqqqssƒv§¢¢¢´´t´ü2F+¹P( V«ÕÓ§OŽŽ‰D­­­^^^l6[«ÕÆÅÅ•——gee}öÙg wïÞ%“É:.**ª´´T lÛ¶mÑ¢E%%%‹-Òjµr¹‹Åâñx¸årssŸUrƒÁ ‘Hâââ^”rN(u¦äîXÉ/¾HÆÜÁ!´Š ˆJ¥*,,äñx†Á`”——ªÆè;:tèPRR’Ýn·Ûí=Ú²e‹H$‚u ›Í†Á`ááá°– ‹ÊD"±¤¤„Éd¦¦¦:Ëf(,,d2™===ÅÅÅÏr(Ö¬YÓØØèîîÞÐРV«i4‡óññ‰///÷òòzøð!“Éd2™EEE)))r¹|Íš5J¥²¼¼|``ƒÁÀÒâ‡~øj.ðWIþìí¸¸¸+W®<~ü8###???;;ê’’’+Vèt:@DD„«««Édrwwïééáñxð¥À`ÛjµÂb-œooïûï¿/—Ë­V+™L®¬¬Œ‹‹ƒ1y`` 0V®\ éƒV9R©‡Ã­\¹2''‡L&3 ¥Ri³Ù222ÊÊÊüýý +Eÿ–-[ ­º4™LÆãñêêêöîÝû¼aÿ#!ÄK—.I¥Òššš7ÞxfÑÝÝÝ·oßöòòòõõb³Ù=‚É–Åbijjúâ‹/:488¸iÓ&¡PÈd2CCCaÅ&99î—ŠŠŠ€€€Õ«W—••ÕÔÔìÙ³gJŽÇã¹\nmmmOO4oo¿ý6…B>£­­Íb±½^?þüêêê®®.ŸÀÀÀ€€€ÚÚZ—¥K—a“öì/þlB6ïE„œ666b±XOOÏ¥K—nÛ¶-""Fûùù=}ú4---??ßjµ¦¦¦"âêêJ£Ñ4MCCÃŒ3¨Tjww÷Õ«Wi4ZFFÆéÓ§#""úúú CPP¿¿ÿÅ‹#""~üñÇç‡ä¸*’——ƒP©TŠÇã•JeVVVqq1¬]k4šººº™3gÂ8++ ª€Á`hnn + + +òõõ]¹rå矞˜˜ˆB¡êëëW¬X³%‹Ý¿?‰DjiiéêêÂápƒÇ£ÑèÎÎÎæææÉ“'Ûl¶7Þx#??ŸN§»¸¸¨Õj½^¿qãF'‰.\¸îîîžššš››Ëf³!é +‚0”6ˆc%¿yó¦R©LHHˆˆˆ€¯yõêÕyyyÃÃÃ]]]###)))uuuï¿ÿ~nn®@ 8qâD__ßÖ­[E"‘V«íééÑét4mÙ²eΔ>Á¸1éøê6fVNÚùW1icF3Qd{T9yò$N·Ûíååå,‹N§÷ööÊd2:žžžqb›Í5†¥AAA–D!§Zø²²2.—`±Xr¹œÅb•””ÔÕÕM`Ú©©©ÑÑÑmmmh4z``¾Q‰Dí*‡Ã)((hkkãóùS§N-++“J¥ÐòeddH$’ÎÎNl…B +…222ãÊŒŒ Œ¿(ye™?w“ÿòË/S¦L¡R©ƒ¡ºº:  ±±žž¾mÛ¶øøx@pp°Ífƒ _{{»@ ÈÉÉñõõ-,,„jÈÍÍ7o^CCƒÁ€^çÓO?õòòÂápAàng0—/_†[‡Ãa0˜   žž›Í¶råJ¡PH§Ó!ù2>`•sß¾}>>>...€ÈŸ^¯wssƒÌ®ššš––‡äË—+9‚ 0ZvÒÁŒS⇠2zÁ¥K—ÊËËJ¥’J¥N›6M*•Z,«ÕÊápÐh4$zÁ”ëêêKKKy<„PÍf3dØ^¸paÙ²eµµµ£¦¯¯oÁ)ä8‡ÃM›6 +º€’’’øøx´´´ .FƒÑÒÒ¢V«™L¦B¡`2™ééé0°Ójµ›œœ\RR‰ÅbámÏ;÷kqGÿvþn¿ùr¢53ðßTD"‘„††j4š„„háèt:›«ªªžUé™3gÖÕÕÙl6@R2™ ‹ýüü +ŬY³”J¥Á`ؼy³\.·X,(Êáj»ìÙ³gÌG*•jÉ’%gÎœùᇪ««¿ùæ»ÝþùçŸûùùeff2 ¸uƒ‚‚Îœ9£×ë÷îÝ{ùòe•Jåêêš••Å`0233¯\¹RUUU\\\[[;<<¼nݺ¢¢¢ÆÆÆáááÌÌL»Ý§R©ÎŸ?sUµZ-‘H¦Nš––V__¯×ëß{コºº§OŸ‰ÄŸþù믿‰D3fÌððð¸yóf|||{{{iiéâÅ‹+**†††"##ÝÜÜ'OžlµZýüü>|¸qãF77·1st\úËËË£ÑhÐa0˜¥K—yxxÀÐepp‡Ã;vìÙ´Öd2à {ýÔõו—´È€ÿÎçõ3ðçâ|>_©TÊåò¸¸8oooh™ ï‰D/^ܹs'@©TîÞ½;''Òè«««aª»{÷nA$‰««+L–£¢¢˜Læ©S§‚‚‚¯_¿îÔ´!`L$ËÊÊ(Ê”)S>>T*Õn·C",,,<<¼££ãÂ… GÍËËÛ¶mÛÞ½{cbbà}|>ÿÂ… h4ÚßßÿÑ£Gz½~ AkÔ†¿å~QåÙWüÒÇ«]__¯T*a…ùßÿþ÷ôéÓ- —Ë…µÈû÷ïãp8ÖÒÒÒÔÔTSSóñÇ«Õj™Lf±X®_¿îááqçθ>z½þÛo¿Ý²eKUULHá»ÍÀF«ÓóçÏŸ9sf^^žF£Elø³²²h4ÌÍfóð𰇇GCCCtttOO‹Åjii)++ƒ¨nbbbGGì0T(§OŸvP§¤ìL%yB,„—^ÜÒÒâüÝœyÊ‹ž8 n¡ˆˆH£ôðð0³gÏ„„„äææfdd L[]]­×ëa/[ZZÚ‰'0ŒF£ÉÊÊ‚¾400°«« 6’Éäo¾ùF"‘lݺ555µ³³óþýû~~~ááá4Ín·§¤¤Ü¿¿¡¡V¼ 7J¥RA€…L&C"¦@ “ɧOŸž€§xÑ;ƒ<çÛ +ŸýüÙN"‡—=ßjô"²ÂK—î”îé‹:ƒ:::êëëßxã +±XüäÉXFˆ‹‹c±Xþþþ*•J¡P¤¦¦BB8tì£=‹‹-jllÔh4‹%22Òn·ãñx©TJ âãã³³³]“ßL^è·?ùä“–––¬¬,ˆ"A­¶¶vÉ’%“ÉT[[ ?½^Ó]@ÐÜÜ<22ÒÐÐàåå¥T*]\\„Báúõëýüü`¿'Dÿø|þš5kœåÎ;%‰4«###ƒaÇŽ¯ÿ¼byÀ™áwÇbyy¹Á`àp8áÑ£G%ˆÇã ŸÏß¿tttzzzNN`xx˜@ ¸ººvvvÆÆÆZ­ÖšššƒŠD"'—ˇ‡‡U*ŸÏ·X,Z­R +Î;7þÈ9}ú4,uêT +¥T*a +¹ÿþwß}wxx˜H$B¥ƒ¸%‰DªªªÄÆÆ­V 5.22R¡Pàp8þ@’Àèý´^8í7¦¤¤Àº—@ X¶lYoo/‰DB¡P‹Åh4¢ÑhÈ`Z¶lL›!A»wïr¹\HPÐétvûöí7ß|³²²’@ ðx¼€€@~~><€¡  €D"}úé§ëׯ·ÙlgϞݶm[rr2¿|ù2—Ëmll|ôèѦM›Nž~ü¸¹¹yœ‹Ç¸ñç+l)vÞ;nm•H$D"188øæÍ›ÁÁÁƒáâÅ‹‹Å +eéÒ¥ùùù°•†h°y@&“á©«W¯†Gõ + +yzzBÿ7¦WAŠŠ +__ßÒÒRx0A[[[hhhGGÇ“'O¢££aG<ƒ†b°Ü±mÛ¶ÐÐPØ…£@“ÉÔÕÕ•™™ÙÚÚ +)ÕS¦L‘Ëåb±¸¨¨èù-æ0˜Íæ®®.µZ ++¬ÙÙÙ+W®Ä`0IIIOŸ>…Ž÷§Ÿ~2›ÍaÑ¢E°³0gÎœ¶¶6«Õêææ&“Éz{{Q(Ô‚ –.]šœœìââ²gÏžwÞy:mƒÁpïÞ½úúúððp»Ý®P(ŒF#™L–Éd‰‰‰$|üø1…B±Z­±±±ð™L–žžn2™cbbnÞ¼ùàÁƒèèhÈ$ÿ駟ˆDâÇ¡e¥P(x<Þ©Td|=|‘f¾š¼Z&ã|Æò"ªõÉ]]z½6r)ŠÑ”ÆÏϤ֬YsçΉ£"‘h2™,‹Z­Æb±éééûö틉‰ @,­±±1..®³³s`` ººúoûÛÄŽ’úŶݳ2†uÀ8 Ò¨ìܹsxx˜B¡¸»»c±ØS§N½õÖ[0>~ddD©T A, !g€X,®¯¯Ÿe0KóçÏ'‰¿üò‹F£=3gÎœûÌÙàT"‘(•ÊØØXHÿmnn†xàÀÀÀÂ… ¡}jiiÇžžžÙ³gCüX&“ùøø444ìÙ³6lFFFvvvvttøúúöôô@fã÷ßßÚÚŠ ˆÍf£Ñh?þøãœ9sh4Ú§Ÿ~š™™ÙØØÂb± +…ÝnŸ;wnbb¢Á`€gŒžƒ9-°"‘ØÖÖõ ‰>/Height 106>>stream +xœí|yX“WÚþBIŒ Y%)²È.b1\Š´t¡S*ÊÐ:ZÛ‘ZêØÖ¥ŒÚ¡UDiÑRµa¤x +”Eš€„-bÀ ‹àïs}\þ4bÀ.ß÷Í÷üшw9ç=Ïy–û¹Ÿ³èáÇà?OLþèü1òÓþOÔ“?q¹\6›Í`0~ÿÑ ’““Ãd2ÛÛÛ—.]jff&•JQ(”‰‰‰»»»D"‘ËåÎÎÎ(J,ÇÄÄ|ýõ×R©ôرcï¼ó ¸¸X.—?|øÍfc0˜ººº]»vEDD<ö¢Eÿ LšZ­&þã™ò¿aÚ ßvo«Õêßôù {AÔÔÔàà`2™\__ogg'“ÉBBB4ÍÀÀ—J¥ÖÖÖjµÚÔÔ”@ ŒŽŽêõz,K&“q8\ii©­­-•JÅáp:®®®ŽJ¥ ¬]»V ôõõ¡P¨M›6íÞ½["‘477OMMÕÔÔ˜››ët:“ŽŽŽ¤¤$‘HTUUÕÓÓÃd2÷ïßÏf³ÝiPòììì––‰D²lÙ2AFGG===Åbñ† +ÔjuGGGMM +N·¶¶&‘HÁÁÁ999*•ŠÁ`t:›ÍÎÍ͵°°X½zuqqq|||ee%“ÉD¡PZ­V"‘(Šêêjƒ’H$ZSã·ëóNûi‚ ˆZ­ŽïP‰ˆˆxÚ]7n\½zõÍ›7×­[×ÓÓsçÎÌÌÌÛ·oŸ={6::º££ƒÁ`\¿~}Ó¦Mh4ztt”Ïçûûûóx<G ètú'Ÿ|òç?ÿÙËË+22òÈ‘#¦¦¦ +¥¶¶vË–-[·n}Ò+Pr>Ÿÿ駟2™L±XlnnŽB¡˜Læž={x<ž••‚ gÎœqww§P(IIIï¿ÿ¾\.‡Ë^]]½ÿ~‡Ãá4MQQ…BÙ½{wIIINNF“J¥aaa‚h4šÒÒRè®´Zí;wàCCC+W®T«ÕW®\9~üxzz:‘HŒˆˆ@£ÑK–,Q(uuuöööžžž‚LOO›˜˜°XìîÝ»<833ãââ²víÚòòr///{{{A’’’ŸäCãäþýû///7ò ¿›Ìµ¼¼ü‡~0x%Gä½÷Þ»xñâ©S§¨Tj__ßÚµk¯^½ªV«½½½W®\yãÆ +­V›–––’’B¡PÌÌÌR©tÏž=‰‰‰ï½÷ÞÉ“'³²²Ðh´^¯g0ÕÕÕD„@ 455Éåò›7o"RRR266vçÎ2™œ’’òå—_FFFÖÔÔ¨T**•êååU__O \\\nܸ±zõj±Xìëë{ÿþýŠŠŠÕ«Wc±ØŠŠŠeË–MNNº»»kµZ@ÀápêëëûûûnܸqóæÍ'7—áiŸ9sfrr‡Ã +ÆÆÆ"bnn¾bÅŠ¦¦¦ÁÁA6›-•J4­¥¥%$$¤¾¾~çÎ%%% +…âÞ½{d2Y¡PÄÄÄœ={vÙ²e{÷îMOOwwwohh†÷^ºtéÑ0¾š@ ðùüY»m¤·¼òi20í…ÏÙ;ŸÏ?~ü8™L¸rå +•J]µjUSSS¿³³óä䤗—“É,..611‰-))HHH¸zõêðð0“ɬ­­Åb±&&&ÉÉÉ¥¥¥*• +Ž„L&‹D¢—^zÉX“ÆåróóóÉd2“Éœœœœžžîììܽ{7Œ–b±˜ÅbAÏTVV¦×ëAQQ‘§§gBBBII‰F£´¶¶þõ¯-..Ž‰‰Áb±¡¡¡½K©TêõzÀãñFFFúúúâââÚÛÛ¡Å###%%%®®®P•ÚÛÛ±X¬X,Žåóù€ÆÆF‰D_[[;==­P(ÊËË?üðÃ'çhØõôô$%%mß¾Ëåúúúööö""‰àçÀáp`vMlmmÇÆÆBCCB¡HHHøç?ÿ9<<üÎ;ïœ?‡Ã…„„³X,WW×ÒÒÒ¹uÁ ÖÌý㯓§¦¦~ñÅÆ_©Tb±X…BsH$Ð>vuuq8œ³gÏ¢ÑhKKK"‘èááÑÒÒ"‹Ñh4Fc0ƒƒƒ“““111›œœœøøøžžž¼¼<:ÞÜÜìãã£Ñhòòò¶nݪÑh¾þúk;;»E‹Áb0OOÏÌÌÌW_}õ»ï¾„‡‡s¹ÜÖÖÖ€€€þþþÜÜ\½^¿cÇŽââbƒ_ßÀj÷Ýw‰ÎÊÄÄäÖ­[ðcÃh$##ljD +…‚Çã+++ãââJKK¡ÖëõÇÉÉijjŠËåÆÇÇõÕWVVV,«»»ÛÑÑQ$¥¤¤ðx¼àààGáQ-x¦ÖÌ}1J÷\‰ç›*;;›ÍfÏB¨Õêüüü»wï:995559::ÎÌÌ°X¬«W¯NOOïرãÒ¥KVVVX,V©T®ZµŠÇãi4‹¥Õj;;;“’’‚‚‚±öÛ7oÞ¼y󦇇‡H$Z¾|ù;wÞ~ûí .P(”°°0PRRÒÛÛûÑG>|xÙ²e0ß*((øüóÏKJJœœœºººd2ÌÏV­Z¥T*—.]ºjÕªƒ._¾|||O–bxµüÄ9nœ#¨øýÅ€IËÎΆ¡ŸÏ'‚°Ùl±Xüæ›ot:]eeå’%K^z饆†@€Á`ÜÝÝ™L¦@ ‘H}}}½½½ÎÎÎ frr²¶¶vÓ¦MkÖ¬)//ïêê‹Åû÷ïÿðÃù|~UUUBBBjjª‰‰ ƒÁhllÄáp}}}L&³­­ÍÊÊÊÚÚZ§Ó‘H¤ññqFsþüù矶á|›ËåÚØØLLL?>>>??ßÑÑñÁƒz½ÞÁÁÕstt”L&ét:*•:66erŠ ȬŽŽŽÎÊÊJNN.))‘Ëå4M$ +  P(‡¤¤$§T*GGG·lÙRPP088H$=úÖ[oQ©ÔéééÄÄÄŒŒ ¸Â0¯©©yf”žnä ~¾yé‚is¹\¡PX]]}îܹsçÎA< †Ph4Z*•BSloo?666::ªÓé‚‚‚ +ÅŠ+:::  055Å`0½½½&&&333vvv£££L&“Çãa±Xwúôi>Ÿÿå—_’Éd{{{@KK‹‹‹‹««+´, ‚l6;;;›H$2™L¥ÜÝ݉D"tlµµµt:}Ë–-\.×ÔÔtñâÅ2™ÌÜܼ¹¹Ù`â9Ì0›¯? +c˜•³gÏþòË/Æ\i¤üŠÏ1ø(ë™™Éb±°Xluuõ›o¾ùÖ[o©<óA¸\®J¥Š/((ÐétCCC)))YYYD"ÑÇÇgbb‚H$º¸¸deeݽ{¦=,«¤¤$--M ˆÅb©Têáá!‘H>úè£âââÆÆF"‘Èb±FGG ‚ͶmیʷjµšÏç?i ~]Q«Õ©©©³FÈÞÞ^©TZ[[«TªéééžžSSS‡ÓØØÈf³þùçÑÑQ??? +åììÜÛÛkaaQSSñŸ¨¨¨ÂÂB +…¢T*ƒ‚‚®]»“——·xñâK—.;mÀŽ; †‰‰ISS††”H$J¥RÆb±nݺÁóYÃŽF£E"‘§§'„333ƒƒƒKKK) +N—Ëå¾¾¾AAA‚ìÛ·ÏÈOþËY@ww~OOϲeËŒ¹Ë ¶äyyyccc‰Æ*“““</>>¾££ƒL& ‚U«V1 ¡Phbb299éçç'‰ºººœÕjµD"ÁãñèöñxüÈÈHww·^¯×étçÏŸGd$Q*•jµzß¾}Ÿ~úéÌÌ @«ÕÚÙÙ%'':thùòå"‘ÈÞÞ~`` °°°¸¸øòåË,K,›ššzzzX,VjjjZZÚýû÷ÃÂÂ*++­­­“’’žL +þÈŸÏÏÍÍ}ðà³³³D"™™™!‘H<ÏÏÏÏçãñx*•ZUUµaÃ7==ýæ›ož>}úã?®­­•Ëå(ŠF£Éd²ÉÉI¹\¬T*ÝÜÜÚÛÛ÷ïß_·n]eeåéÓ§…333a„L&÷÷÷GGGóù|‰D¡PD"ŸÏwppxt˵´´ØÛÛÇÄÄÔÕÕÁ¼õÖ­[ëÖ­‹Å(ÊÒÒríÚµR©T¥RÁªˆñÎÖÈhßÈÖ@LèèèHII&&&d2™B¡œF£illLKK;vì‚ D"1**ŠÇã…„„444¤§§S©TooïÎÎΈˆ˜Ã‰Åâo¿ý®X[[\íÙðËßßAmÛ¶9::æää|ðÁ¹¹¹(ŠD"uuu +ÂÀ!,, â|ÃÃÃiii‡‚Æÿþý™™™ F©T&''ÿãÿ@£Ñd2Ùàj/¤<ðk9Õ…É£èÿ¼®T §"|>_&“iµÚ””¡Pˆ ˆ““Óôô4“É .))T*ÄápÞÞÞ0z311a2™YYYÑÑÑ–––µµµT*U£ÑŒëtºO>ùD"‘Ìš«ààࢢ"—ØØX¸t¨…ˆIQQ‘Z­¾páÂo¼±bÅ +™Lö¨:œ8qâôéÓ½½½)))d2911ñСCiiióc3,,C6~»>fÉ!,‹Åb]\\4M[[ÛÈÈ‘H„æJ,ëõzWW×ÁÁA±XL$ajjjjmmÝÚÚú´ªA1¼ÚùùùpÛÚÚôzýŸþô§›7oööö.]ºFÔuuu~~~ + + +z½ÞÚÚZ¡Pøøø(•Êññq™L–œœ|ùòåW^yåôéÓK–,Q©Tx<ƒÁœ‘HÔh4!!!333jµ:))iÁ,2Ã{A +…"—Ëãââ:äâââìì,“Éìíí%‰F£ñññ‰‰‰ÉÍ͵±± +…fff?üðÃsÏîÿ“ôôô¦¦&øo‹hkk# +…‡ÃÁ +¸dÉ’ÞÞ^‹e°Ð5‡üÏXí_] “8:::FGG׬Y#‘HD"ä«üêt!(/¼ð_³f +‰Dúæ›oÂÃÃÇÆÆfffär9‡“Ëå~~~CCC###Q2ë¨Y,Ö¢E‹Äb1‰D‚>¯»»ÛÞÞVB­­­E"•J}W»§§gxxØÚÚZ«ÕNMMƒñhµý·_%8ÿ•œ>ó!V»«« ²-*++ÝÝݱXl[[›………——×¹sç.^¼«!!!]]]"‘’ÌŒñ“C<~ü8 +…‚ºsçNdd¤N§Èd2ÀÖ­[ëêê ’÷Áœ>}ÇCAär9dp@„ÍfGEE¥§§CÐÎ`ff˜ÍpãÆ +˜Håçç°X,,ñUVVº¹¹566:888;;à –D8NPPм6‚ ¥¥¥?ÿüs@@,°Édh‡¼¼¼ + + +,,,d2YLLŒF£Ñjµ°²åîî®P(ðx|{{;ÌX‡‡‡ÇÆÆ`ê +‡çÒÚÚjàÝϯr³%‘?\^æÐö?28…L% +¥P(ˆDâáÇO:ëx<þÖ­[‡Çã±X¬©©)333™L&‰6oÞÜÑÑ166Æf³‹ŠŠp8œ^¯g±Xmmm‘‘‘°~Êår!ïûI“¶ðî‰D²}ûö„‡‡;vìرcéééNNNózHXXNŸššJLLÜ»w¯¿¿?L{ !ðvíÚµÊÊÊ®®®¦¦¦½{÷~ÿý÷r¹\$A<×ÚÚZ¯×»»»ÿûßÿÞ¹sgGG‡@  Ó釚™™áñx†ƒËßGý&PKÓÕÙÿ-,,œýeVæ¸þQ™Ÿ’#ÒØØxùòå5kÖP©Ôºº:¡P¸lÙ²ññqHôööZYY¹¸¸tvv~óÍ7s?íÊ•+¯½öÚ“¤Ìß\¼wïÞ}[{n1ƯþÖ˜ôSW;44”Ífß»wÉdB-…BñõõÍÌÌôòòzøð!‰DR*•‹-²°°Ÿ•J¥J¥233355MLLÌÍÍ +…¯½öš\.‡…A ãëë;›½899yyy¢¢¢úûûu:Z­&‘Hb±888X.—„B!üëõë׳²²f‹ +D"ÑÞÞ>:::33sdd$00°¨¨ÈÍÍmjj*...;;{bbÂX¿Íår¯\¹288ŒÃáÖœÞ}÷݃zzz’Édˆ«Éd¡PH `™:??Òßaoii©P(¨Tjuuµ‡‡GQQ‘¥¥¥¹¹ù… áñxÐnUVV†……544LNN®]»ÖøŠúyŸ_TTÄb±lmmÛÛÛI$R[[ÛÎ;á«íì쬭­Ñh4‰Djmm}å•W¤Réwß}———Ç`0D"щ'¸\nKK‹A%Ÿßj,÷Îk=ŸÓ¶=Í Î÷u†Wö5ŽÞ¼yÓÆÆfýúõ*•*???>>¾¨¨($$ÄÛÛûÈ‘#g*“ɤR©P(|ñÅ ,ž>}ÚÛÛò{ÌÌÌ`oÉÀÀÀÝ»wkjj`óI__tÔ°ÿ$,,¬¨¨hÅŠñR__GåããÓÓÓƒÇãu:]gg§B¡ðôô°··www¥RG"‘êêê ÆÈÈÈÌÌ ›Í6ʤI$NÇãñÊËËãââfffªªª:::üüüx<ž»»ûíÛ·³²²y<‡ü°   ooo¥R ç\[[K$¯_¿nffÖÒÒ<`ddÚNØ,“É0Œ@ HLL„ŠÍ`0´Zmqq±]ddäàà`KKKxxx]]ÝØؘ™™Ù_|1<<ŒÃᆇ‡üñGoooÛâš››÷íÛ755544tçÎöìiJþÅ_Ì¡`Ï*=–ºïó­ÀÖp +l||Ò΀)jµúïÿ»­­mssóôô4€ÅbÕ××›™™A‰F£ŽŽ¾ñÆp/¨Õjssó„„HSµ±ÙÌœL&Cü«¿¿ßÖÖÉ­O†qö6ìíííššzá…ÜÜÜèt:lX ÑhˆûÌV^„B!ƒd5á ›'''g-¹@ ‰°åÑÇÇç³Ï>ãóù¿üò‹­­­T*Ý»woAAÁ’%KZ[[Ož<™™™©Õj»ººâââlllòòòH$’ƒƒÃøø¸©©©Z­îîî†hùúõëúé'@rròÓ>®_Ÿ©ó’§Oååå ¶áÆl«ùŠáfGHŽ177'‘Hr¹ÜÇÇg6ë ‘Hýýý,K.—ÛØØ´··WWW£Ñèµk×^»v­±±±¦¦æĉ§Nª¨¨xñÅE"N×jµß~û­‹‹ ‹‚üh@jjªZ­†@°-P«Õ&&&9rd|||Íš5VVVMMMAAASSSZmkk»ÿ>‡J§T*===aÒ¦×ë)Ê£ ÖyÐèaH€ÅbW¬XhhhxñÅkjj†‡‡7lØðý÷ßþ¸ß Š ‡bii `2™ +…öx ¬X±B$ÁÄ°¸¸ØÉÉ æ¤OŽfÁu¥ùÊ›&àŸY …vèQÚÁìÜ`€Ë©"‘àçç7 ª P(Xý ÏÊʪ¨¨xã7¦§§aéíí dìÝ»7##ÃÑÑvƒGEEñùü;wî@€ýÙÓž +Wd2øàoû›ÍØ؃155ݳgϵk×á +Çkjj²³³kjjŠ/..æp8555°ÆÌápîÝ»×ØØÏçóÅb1ŒŽ¼½½;æëë[UUuþüùíÛ·ûûûWTTÐét +eccC¡PÖ®];ëfa&á1Óõ4Ks‰GmÒÙ³gŸß>Í#ùpÃ~;++ dzÙìåË—`ÔUPPkýL&3''G©T–––644„††Â¢'ôj@×ÚÚ*“ÉNœ8±k×.½^ÿöÛoK$’–– +õÉ'Ÿ@Í̤¥§§Ã$9;;[£Ñ,]ºÔÂÂb×®]éééõõõ>>>...·oßNII9{ö,tÖÖÖîØÞÞ.‘H²³³;fffF§Ó÷ìÙó¤ß6=xðà“»FK$A¤R©ŸŸ_kk«»»»­­í½{÷D"¤ã1™L¸QüñǾ¾>777xÚÓÒ¥K/\¸€F£!´D£Ñ´Zm__Ÿ\.g2™)))‚|üñÇ>µ³³£Ñh]]] MMM|>É’%Ë–-Û°aÃ7JJJLLLÊÊÊjjjÊË˵Zm{{ûöíÛù|¾\._´h‘‡‡ÇíÛ·W¬Xáîî>11ñÓO?¹¸¸ÀÎNçêêj”’/@Ÿ'b}fes^‰·1ãyjÿö£GR@s’œœ Keee +ezz: ‡ÃåææúûûkµZØã-x<‡Ã‘Ëår¹ÜÓÓ“H$VVVÚØØ„‡‡ÃF1ÿÏ>û AØ+¤° +¶ZÁà’f1Ì¢E‹ÜÜÜöìÙ³nÝ:, £+W®ØÙÙÙÙÙ ‚GyÖiii³[H¸5ÊoïÙ³gÑ¢Er¹|rrzx0AmmíÔÔ‘H433 +--U«ÕéonnÞ××gcc344têÔ©Ï?ÿ|Íš5•••7n:ŽN§[ZZâñøââb{{{™LVSSóäæšû4Gìxò®yU0?¿ýLÅÜgõ¸™“'Ofdd@ª ‹ÅB¡P ÆÊÊ +¾ŒÅb …B8bWW׶¶¶žžž´´´M›6ÿÉÍÍuww ‰£££]]]¯¿þºJ¥‚Hƽ{÷e2‡[¹r¥X,†ý”“““~777÷òò*..^¾|¹••UCCF899 + Àƒ|òçíøµœpww÷s>ðQþ̇üÁõí+W®´··Óh´ØØغº:733Éãñ"##GGG¥RéÑ£G¹\î£v«±±±¾¾Þ××·««+((ˆÏçäææjµZ˜GÀ---±X¬±©ˆ‘"‘HŽ=J&“«««£¢¢°ËȾ68íšššüqûöír¹ÜÒÒAŸÚÚZ ckkëììŒ ‰DR«Õz½ÞÑÑ‘F£Õ××Cð`ÁÝO6<çibbbxx8111;;ÛÜÜ‹Åöõõ½óÎ;°ï¬³³“L&[YYݾ}ÛÜÜ<44T¯×··· °X¬ÎÎÎÈÈÈŠŠ +{{{BÈåòù²Ÿ”çï_ÿãÆ°õtppÐÃà  +étzEE…›››^¯OJJºtéR{{»­­-ƒÁ€ +qÛ¶mkll¼wïÌ®ß}÷Ý;wÒét‰D{áÂ…èèèææfF + +5Jɹ\®½½=lŠŽˆˆ¨¯¯U(/¼ð>/Height 106>>stream +xœí|{XSg¶þæ6÷ + —H‚ AˆbK@‹¶H‹›¢´§zj[†±åÔ¶R‡©µÅ¶Ž`©G©òŒb)-(S bäš ×‚B€røýñ=‡ãH@´vúœßœõÙÙùöþö^ßZë}×ZŸÅÂÂôï'–¿÷ +ü>òÓþw륇JKKËÊʬ­­?ÿüó?þ‚ +…"—ˇ††lll hjjJ.—Èårkkkÿººº;v( +“ÉxðàÁõTÌIii©R©\z3+˜4¥R Ãðo|c¿¬4íÿåÿÖöKAAƒÁÀãñÕÕÕk×®ÍÊÊ***šU«ÕçÎÛ»wïÿøG4M£Ñ8‰Dšžž–J¥ÍÍÍùøø@4== +ÃpRRR^^Þèèè3Ï666<<ÿæÍ› + + +µµµŸ|ò‰L&ëèèxï½÷$‰@ Ðëõ·oßÎÉÉ•H$GŽ ¨µµU«Õj4š¾¾>*•:44deeE¥R!–\$:uêúõëׯ_çñxl6»¢¢â·žöj£´ÇØVcÛ”JeWW—¥¥¥···D")// + +R({÷îý駟°Xl~~¾§§çÇ\__oeeåàà V«÷ïß_SSãàààíííääÄãñüüüø|þž={Äb±B¡Ðjµ ‚ .—ûÖ[o­Ö’3Œœœ†M&“µµ5‡ƒ Ȭ[&t:ý»ï¾ëììLOO?þ< +…²²²|ã7€Çjiiééé –Ëå‰$11‚ þþþ .€ù¯#‰¬¬¬œœœÄbqhh(ô€sZ|L + + +~~~¾¾¾0 èèè¸øˆ§¦¦&&&¦§§CBB ‰DËÙE3Ó.--=qâ„““SVVVUUƒéììtwwQ©T‡C£ÑÊËË###mll`–J¥`JÕÕÕG†@”ššArssƒƒƒgffˆD¢ÑhüÛßþ.—ššÐÔÔßØ؈B¡¼½½?üð‚ðö¢££™L¦»»ûôô4p" C©TFGGwttDGG—––Â0L§Ó³³³Ñh4sssÕÕÕqqqt:=>>þáy/¬(“““«üj陹uëÖ +?¼ÿþƒGúøÈ;y1ï· †\.÷ôô„ (%%¥¤¤„F£A$ +ûúú°X,•JÕh4ÀܺuËÉɉL&OLL…BWWW‚ìííY,ˆž}öÙüñ™gž +…×®]c0ÙÙÙYYY………8N­Vãp8:ž——§R©Ö­[7>>®T*ëëë÷îÝ{îܹÆÆÆ‚‚‚ÙÙY<¯R©(ÊÖ­[ùå—¦¦¦ÐÐОžž¬¬¬’’’™™ ‰D‚ÈsçΙÑóG>³ùqŸýäääêg៵ãA¹ÿþSyífü6ƒÁ¨ªªâñxŽŽŽÀP …B‰Äd2E"‘­­m``àøø¸T*}þùçy<‡ +…Ï>ûlooïøø8 Ãccc¾¾¾2™ŒF£uvvúûû[[[s¹\OOO‰DR__Ïf³ÏŸ?Á`,,,Ö®]{÷îÝ;w +¥RÙÔÔ¤T*óóóp8œ^¯ ›˜˜ ‚ ¦¦¦´´´–––¡¡¡7r8“É´uëV‹µnݺ‘‘‘ÞÞ^¡PøÓO?-}Ûæggg' Ãûöíãr¹ï¼óŽH$Òëõ...ÓÓÓF£ñ­·ÞrttÜ·oŸ‡‡ÇØؘF£™œœœŸŸ§Ñh¶¶¶‰‰‰¹¹¹h4úܹs›7o‹Å‚ܾ}ÛÖÖöÂ… ÞÞÞ€¢áš———N§³±±Q*•ÿøÇ?nݺeii™••õõ×_ÛÚÚšL&‚fffÆÆÆÂÃÙL&AG-++Óét>>>­­­&“I.—3™L£Ñ0333===11av‚O¨äfåÖ­[“ÿ-‹Z–——?ÖP«—¾]nq™÷ÛyyyX,س›7oªTªäääââbÿ¾¾>2™<00 T* +…BQ«ÕsssæðáÃEEEþþþ‚455ÍÏÏ;99…††2™LƒÁAPPP££cEEņ +ðd2™555x<‚ ]»vŒŒlÛ¶-+++##£´´”Ëå~ñÅL&@×’’’wÞy'??ßÝÝýÈ‘#ÇŽ›™™Q(©©©0 ÿýï.99Y*•ŽŽŽ*•J@••µÔ™Qr­V277g4OŸ>M$Oœ8QTT¤T*e2YFFƒqwwOII±´´Ä`0öööo¾ù¦H$ò÷÷Çb±$I*•F777‹uàÀµZíçç×ÔÔÄápŽ;644â½^Çã_ýu…BqãÆ +‹õõ×_c±ØO>ù$>>ÞÓÓóoû[gg§V«P‚ ÁÁÁ„„„Ë—/OMMéõzvåÊ‚0Ldd$‰DÊÍÍåóù³³³^^^H$þ*%_ª-@Á&''oݺuéÒ%³¿ZaÀU_¥€Ÿ?¤ÕËi>J«««C£ÑIIIéééï½÷Þ7ß|“ŸŸŸžžž——7==ýî»ïr8‚jjjâââlll°XlMMMtt4g³ÙB¡0--­³³Ç ìÞ½»µµ•Á`¬_¿¾°°Á`\ºtI*•‰DB£Ñz{{­¬¬ +ÖjµÀŒ£P("‘(‹e2 Û6mâñxÀ˜ +‚”””êêjA‚ *• +0S«"•V)@K!zyäOdW–Ž¶J´óÈ“y?füvff& Ã!!!,kçÎéééT*µ§§'::ÚÙÙytt´­­- @¯×bcc£Õj!Òétƒáµ×^ËÏÏ·²²rqqéîîþæ›ojkk¿ÿþûmÛ¶I¥R___©TzéÒ%p¹W_}ÕÛÛäŽ9ÒÖÖöõ×__¹råøñよD"WWWkkkwww +ÃpWW—µµõ®]»~øá ¥R™˜˜Èd2AÜæææþᇞ:uêäÉ“vvvfa¬Õ§Ÿ~úÐ!`A(R[[;??¿aÆ +6ôööˆÅb2™,P(”¿¿¿««+ŸÏW*•k×®5 ‰$99ùìÙ³d2yjj*))iddD¯×777=z´··W­V‡……uuuíÙ³‡Á`œ={vttÔËËK«Õ¦¤¤œ={vrr2>>þÆÁh4ZYYÑh4™L& +e2™Z­^³fͺu늋‹¶nÝúóÏ?»¸¸ÎÓÓ“Á``±Øéééééi‡œœœÌXµ'0«³ÑåC>ve0³8Â#1Y1‹gÅÌÚ^$•´Z-F‹ŽŽ.++Ç÷ööö÷÷ÇÄÄ°X,N733S^^þd\ƒÁ8þü믿Bƒ°°0G¥R'&&Äb±§§gWW—N§[³f››“Éôòò²²²"‰¡¡¡ÅÅŧNÊÎÎNLLìèèH$‚„€€€ºº:†íììÌ&ä̬mpRrrrPP‚ eee~~~B¡P§Óq8WW×ððp™L&“ÉŽÿý÷éïïwppرc—ËíëëKII),,c’H$>Ÿ/‰ØlöÛo¿-— xüááa¥Ri4GFFjkk°µµµ··G$##ãâÅ‹$irrR ˜ššš———˜˜800033“••uæ̙͛7çååwK§ÓÍ<ò•Uei¤ùò<–³]W-½èbDð^É=øÕ#]·y¿ŸŸO£Ñ$‰•••R©æ aA„B!‚ $ ‚ ­V+“ɼ¼¼ÒÓÓ + +Z[[!Âãñû÷ï/**’J¥...¯¾újEE…\.ß²e‹¥¥eee%@8sæ ›Í.((ÚØÛÛ;55522b¾ŽŽ:þòË/?Á +ZYÌÇäõõõõõõëÖ­ »}û6‹ +®¬¬”€ÑhXF£ÕÖÖÊår‚T*ÕÞ½{½½½…… [ ;::vïÞm0 Csssvvvvv6•J=}úôÒ»yÐߊD"ðÿo‘$0®<O +RB‹?—úŒåxظ¸¸M›6)•J:þ׿þu~~>!!¡··÷îÝ»EEEÇŽÃb±B¡0((H.—S(”´´´ÌÌLµZ +ˆw†322þë¿þ륗^òóó+++óòò’H$ 'ãááA¡P–.o3~»´´ô«¯¾ºsçNWW×ÌÌÌÙ³gÏœ9ÓÙÙ9<<<77ˆƒÁpìر»wïZ[[ñÅ—.]rppÈÈÈøþûï]\\ÊËË¿üòK<ÿꫯÂ0|äÈww÷’’’ãÇ_¾|Ù`0äææ‚…óæ›o&&&ŽMMM™L&N÷ì³ÏZYY) +±X\[[åììÌãñlll¶lÙÂ`0Äb1ƒ©¨¨ððð¸víZqq18Ù`0444:t¨¦¦fÏž=­­­X,öþýû[¶lYúœ®2}‚Ì‘Y”(NÜh÷qïÁ|pªT*ÛÛÛwïÞýÓO?¡Ñ謬¬ììlîÓh´ŠŠ + +…b2™RRRZ[[9òÿñÓÓÓ$ ~YYYyyy±±±~~~‹Üs^^A±±±W¯^urr¤R^^ž\.?pਖYXXxå•W¶mÛ†Çãõz½Z­Þ¸qãæÍ›³³³SRR*++Éd2‚ ‡J¥%g2™‰‰‰"‘$€AÊq×®]ÃÃÃX,Ø£Uá툈µZ + õöíÛçææΟ?Ÿ‘‘!‹i4Ú /¼‘‘¡Óé®^½zÿþ}6›mggwêÔ)ƒÁ°!æˆÁ`¥§§ñÅZ­@q@*€÷c2™¢¢¢Nž“ÉŒˆˆ “Éžžž‰„D"™!É¡Ç NW–¥>võç?(À½ÿzj…Ìg=PZZÊb±ár¹­­­iiiL&¤ï8PTT$ +ýýýq8‘H¼{÷®B¡¦>11100ðÚµkz½hL&óõõ5 }}}Z­655µººº¼¼œH$*•J +Åáp>úè…^ðóó+** +¾{÷. §$ AÞÞÞö§¤¤\¼xÑÙÙ‚ “‚axjjêÔ©S.\P«ÕR©‹Åzxx<Mý,g +é·Önõ8ä±®þ9rä‘ç,,EÊÊʨTjMM +xÞ¾¾¾AAAŸ|ò‰ù•ð¤Âf³ß{ï½—^z‰Éd¢Ñè´´4P¢×ëI$’F£éêê:xðà÷ß?11A¥R©Tjcc£‡‡Fãr¹===&“iß¾}ùùù  Hг³³111gÏž=}úôÒEgFÉét:N߶m›§§'ß°aÃÍ›7ÛÚÚ@pªF£‘H$™LRSwîÜqrrÊÍÍ]Äaaaa/¾øâƒ8,???11ñîÝ»¦ºº,xKKK +…b0²²²`^»v­N§,—Ë-))f…D"]ºt)$$D(R(”ï¾ûnÍš5]¾|966¶··†aPB˜ššZQQÅbY,È7=vÆó!Šº¹üv•:¼Â…Vypå;\¥˜Ïo߸qÇK¥R''§W^y¥ººz||<55µ¥¥E.—ûûûÁ0l0]±»»»^¯g0»víÒh4Z­vñ«ÙÙY"‘Èb±ìììBCC›››FãÏ?ÿ òÛ4 +D‘*•*''';;ä¥I$…BÉÏÏG¡P333ööö‰äå—_Ž‰‰IOO÷öö.**£Éd‹ÅŸ}öYvv6˜Hzzú_ÿú×ÚÚÚ¥moÿùÏ~ùå—»ºº”Jepp°››ˆ®“’’„Bá‘#GNž<)“Éb0\\\¢££ÙlöÄÄ„‰DÚ¼yó7ß|£Ñh^{í5•JÅd28P__’’²šõÿ[w¯ Zf5|•º÷à™‹™Ð…6Ô·nÝÚ³gϽ{÷:|ëÖ­—_~ù‡~øÃþ±ÿþ÷ߤJŸº˜Wò¿ÿýïx<þÀ_|ñÅüü|VVÖñãÇ!‰DÂb±€0{÷î­¬¬$‘HÎÎÎûÜ_|ñEçÊd2°d2™ +(;ºÿ>°‚‡¾zõªÑhœ››Û²eËÔÔTee%ˆ,--/^¼xùòe‡¢`AÞ~ûmP9tæÌ™§™ ò´örŠ¬VÑU. +3 È‹/¾hggTYYI¥R&ª©©)..ÎÎÎnttT«ÕJ¥R*•ÚÙÙ944´mÛ6&“iccãææÔÔÔ´gÏP:< +‰Dêé陜œŒ‹‹ûä“O FEEERRRaa¡L&ƒ (,,,00°´´4,,,::zpp‚ ‡“œœ ÈÆãÇŒ]QQQXXxäÈ‘ÈÈHÀdffS©Ô +ÕÙÙ™°cÇŽUámƒ±wï^­VÔÒÒ‚B¡ôz=Þ¸q#dz²²*--ÑjµíííIII¡Ñèàà`©TêêêŠB¡‚‚‚ ruumlllkkÖjµ$i``@¯×»ººr¹\p-©TÊd2år9 ɉ‰<D"…‡‡ƒ\*‡Ã‘ËåÉÉÉUUU}ôÑG÷ïß +…X,Çøá‡kÖ¬ÀÇLJÃáÌÏÏc0¹\ŽF£#""ÂÂÂt:ù·º²5ZîãRY9ù²JYù¢Œ[W/æ¡È¡C‡ètúÎ;?®V«1ÌäääÁƒåryCC¨ËÔh4 g||œH$ + +<³R©´²²JB¡pnnn||ÜÝÝÝÊÊ +Ÿ©Tª­[·~øᇠ㧟~R©T€|ëðððúõëûûûûúúrrr¾üòK;;;‚bbbêêê +Errr[[ÛÀÀ à +…ÉdR©Ôááa°¸°XlKK (Áïìììïï!ãCbƤeff +…B__ß;v0 `Tººº¨T*‹˜˜ûãÿxüøñññqWW×}ûöuvv¶´´€ò=Q444«»k×®ââb ü$içΧOŸžžž.//_ƪ˜y +õ(<(‹U»àã*ëJeôOlŸWÉ,¾íääd6›Ýß߯×ë©T*¨9ËÏÏlh>Ñh4|>$÷RSSACÃÄĨ@œ—`iiÙÐРÕj©TªN§[®dǼ’s¹Ü††AÈd²F£Áb±Z­V¯×c±X"‘Èd2ççç·oßÎd27mÚ411¡R©{{{y< Ã%%% e +ˆANœ8ñí·ßfggc0,{íÚ5†% +…ï³µµ5**ŠÃá=z”Éd¦§§Ÿqâ™LŽg³Ùííí‚hµZ777µZ +*ðx¼ÍíÛ·kNOœ8199™˜˜ˆB¡®\¹deeõú믎Ž^¼xqëÖ­rKs ЈT¤Õ”ÿšE,«—×Ë¡§+æI¥ŠŠŠ˜˜Oa±X¾¾¾\.7!!T®B1<Ï`0¬¬¬@zãÆO?ýôƒ>ÈÉÉ)--U«ÕÁd2-v!888ôõõ>°ßK–åÒœ»»»I$™Lvtt,..ŽŠŠúË_þ²Ü@‹˜Á¬ç3O_þ~ò¿£‘933³«« ‹Åâp8©T£T*¿úê«'pÙi¿úê«}}}IIIL&3::ú¹çž«ªªÁŸÏŠŠBäÎ;'­_¿žÅbmÛ¶-**ª¤¤„L&‡‡‡ðÁøƆ†âââòòò´Zí¦M›lll„B¡ù^†•¬êm¯è€eKŸ ì믿Öjµ®®®jµZ,V3T*FGEE]½zÕÆÆF*•f"11‘D"­r)™çÒΟ?¯P(‚‚‚vïÞ +Œ8àèèH$ 8jÅy<h^† H$ñx¼wÞy‡ÉdîرC$UTTôòá ]]]½úg=m>Ã|êïã?þöÛo‹‹‹gffH$À4,ËÕÕõí·ß‰D›7o.--ššz÷Ýw«ªªfggóóóŸÊ +- +›Í>wî\rr²··w}}}LLLoo¯‡‡Çèè(‡ƒaxvvV.—¯[·N$=v5Óãz¼ .Ü»woáŸOpäéÊ¢ß^Z£¶X¸VWW·ð¨¾ ³²ìÚY‘ÐÐPAúúú:;;sssÿô§?yyy%$$DÁçóI$RTTT__‹Å +W«Õvvv###¨¬¬T(‰$%%Ä Îh~~>%%åwtiæ÷f€ ÈÕÕU"‘ˆÅb{{ûçž{n÷îÝ—/_æóù © pX,–ÃáÄÄÄ´´´ðx¼ùùy‚4¿¿¿Ý§Ÿ~ºnݺo¾ù&33P CU.—/Î933³¿¿_¡P„˜˜пßÚÚ3::rýúuŸÎÎNWWW™L–››{üøqp-*•ZWW—ššZRRB BCC+++sss¯^½ +J\<==ƒ‚‚Ìl³²š=ôÏêeõ`h¹sWÓ“¼+|»¬%Ðl„ÃáÐh´@ ˆŠŠ³··Çb±‰D¯×ÏÍÍßÐÐЉ‰ ° +ع¦ ýA«Õîß¿ÿòåË‚\»vM$]¾|999yhhèÞ½{h4šÍf§¥¥UWW³ÙìÜÜÜ›7o¢P¨†††„„„±±12™|ýúõ7Êd2>Ÿ?(VT«Õ[¶l©®®¥| } Ð éééfªm÷9ýYŠ.j^œœœ88xõêÕ¤¤$ÐþAЦM›®\¹òúë¯_¼xÑÛÛt +ƒ}W¼½½'&&‚ƒƒ©Têc9¥RY\\ÜÔÔôüóÏÿøãnnnÑÑÑ666óóóÑÑÑà½ÅÆÆj4Ðg)‹íééIOO/** + a³Ù®®®¾¾¾ +…‚ 77·†††°°°¸¸¸¥¶sÙšSè·ÌuYl‹ŽŽvssS(†á¹¹¹3gÎìß¿ƒÁ ®Õj;;;!Z¿~½‡‡‡\.ooo››»ôõõ) + +…Âçót:³³3NÇ`0«öjD$}ùå— Á/!!‚ ùùù_‰å¡ö‰Ür¡ñï‰ÀÀnÉÉÉZ­†a Æ©©©………ÖÖÖ Ù‚Çã‹‹‹¯^½ZWW÷ù矋ÅâM›6>ÀÖF±±±,+%%h>¨NƒaØ,X^6öH‰ŒŒôôôl.‹½qãFTTAmmmfé+³òÜsÏ]¸pL&ÛÙÙ­Y³&""¢½½½¦¦ƒÁlܸ±²²AÀ¨s8œÂÂÂmÛ¶½ð ¾¾¾wïÞµµµÕétÓÓÓöööd2ŒÖÐБ‘qþüù€€€µk×òx<³ÉçY|ù²²×x¬ +p2—Ë}ðãrã/«äï¿ÿ¾^¯W*•‚€m…p8Ü·ß~ JØq8œƒƒØðJ$êLOOÏ™™Pgœžž^QQÚÐÐ@¥RårùÖ­[óóóÃÃÃU*Õ¥K— Æ;wæææ¨Tj^^^`` A`ðééi4’’Âår«««÷ìÙ3<|8...22r×®] Ö2#«TÈUÊjHõ'j©,—“zäEÍϺº:£ÑÜßß^YYéââ¢9¥¤¤H¥Ò¦¦&†ÓÓÓAí{ï½·ÿ~‚€ÒÒh4PšË`0&&&d23±Xlsssyy9ƒÁ¸=%%…Á`ܺu‹L&'''â®üü|†ÝÝÝét:“Éüì³Ï^|ñŃÁ ÓéÜÜÜîÝ»USSãëëûÜsωD°_ll¬««k[[[qq±ÙŒ§ù˜¼¸¸X©Tºººnܸ±¡¡‹Å,""¢¥¥E"‘H$<ïëëËf³i4Fc0­­­›6m¢Óéµµµ /ÓÙÙ¹sçNkkëëׯƒb€ÁÁÁððð§B3ðx¼°°0è17¾ZÖý }ƒ‘ŸŸvwÉd‹ÕàIIIÀ5‚¨K*•Z[[{xxˆÅb>ŸÿÚk¯ÕÔÔÐét6› +AÐäää¶mÛ†‡‡_@xxøÐÐÐììlFFƪÞvAAAKK AÃÃÃF£”…²pÐŒ 40¶|ðxØO6m.— ø°µk× +…B'''N§R©œœœH$njj +wwwA¶··ïÙ³‚ òòr “ÉôÆo ×ÖÖfggß¼y@n;;;“É´BgУûÀVÞ zª@í© ¸fÞü´ÁV\ÿ%¯®®¾sçVééé0 …ÂEµºxñb`` ƒƒ‚  XÐõýýýÔR€êi@jƒ0 h¾ f¡ÈJk»¹¹9))éÎ;ŽŽŽ!!!fhhhaa¡¯¯¯§§G.—{yy;wî—_~ + +âñx¶¶¶L(‡kkk3™L!!! ðàr¹T*•@ äæænØ°aÿþý ;ƒÁxzzþãÿØ´i“X,¶´´œ››Û¡566ZYY­Y³ìÖºÞ +EOO¨fñöö€ ¨´´ÔÝÝ]¡PH¤ÐÐPFÓÐаvíÚÖÖÖúúúU_‚]v‡ãóùh4ÚÍÍËåR(”¤¤$>ŸJu:B¡ “É*•ŠÅbedd¨T*>ŸÇã{zzŒF£F£¡ÑhßÿýgŸ}vúôi°ïŽÁ`°°°8zôè*5â‘J÷]˜f¦]__ÏårÉdrPPPnnîºuë^xáµZÍçóëêê(Š½½=ƒÈA£Ñ´··Ëd²7úøø\¾|ÙÃÃÃÇÇG Ü»wojjÊÅÅ´9Bv)½,~~~àù&&&¡Ñh•JµfÍš´´´ÂÂBƒÁ`cc˜I‰äååAP?›Íþꫯ@ª°°d ZZZ,,,ôzýáÇÁ {AôÕW_­jÚ Ñ@¥Ráp8‰D‚Á`ˆD"¸ÑÅžj‰Dº¸!!A‹;‚½ +Yz²Ú°• ×:ø¿#¿ýÔåßt£îÿ›ö¿“ü›Nûÿ°—u* +endstream +endobj +310 0 obj +<>/Height 106>>stream +xœí|}XSçùÿC/æ… + á-@‰ˆ^@Š2-`µucLqµ—tµŒii§³Ý¨ßº²u®Ú²Nf¥W½®Bí¨¨l!UbÁè±á-á5pBHhN '€„—ß÷µ\ü$ ÚvÝõÝ÷þƒëäðœóœû<÷s¿|îû>.sssè¿Hß÷|?ôlÿ7yᩲ²2&“™’’òï¹\^\\Ìçó;::‚‚‚ÜÜÜt:™L&‘Hk×®Å0Ìh4†……‘ÉdF³k×®òòò÷ß_§Ó½óÎ;/¼ðBH*•ƹ¹9‘HäééY__øðá…¼¸ü/Pi8Ž3™Ìù¥ÿ +l?9òÿL:vì˜ÅbŒŒœ=vìØ7¹›¶årù¡C‡þò—¿\ºt‰Á`èt:£ÑHDbb"—ˉ‰)++Ã0,""bçÎÅÅÅìèè8þü† +ZZZ§§§»»»ù|þÆ‹‹‹Éd²P(œššÒét|>¿¢¢ÂÇǧªªÊéíÙ³!ÄårF#—˵Ùlt:Ãáxxx`633C¡P4 +‰D²Z­Z­6$$¤±±1!!¡¡¡ÁËËë—¿ü¥H$z(ÛN„\.—ËårµZ——§P(êêê¼½½#"":;;5··wLL F +…Ÿ|òÉŠ+¦§§-‹§§'Žãl6{Íš5t:Á` :^[[›››{á‚ öîÝ{ñâÅ +6 + +:t(44t‰'[þF} úF{ûñžL"‘ˆD"Çš\¹r…F£!„‚€ƒ%Èd2q8œe&â™gžqú/'B®T*Oœ81;;ëïïO£ÑnÞ¼™™™yçÎ}ûöÉd²°°°Ï>ûlÍš5¡ +6èõz‚ B]]]ééé¡’’@0==­Óéœïéé¡R©Z­–Íf TWWúé§0F;wîÜž={h4X¹\n2™ †Õj%ÂÇÇÇñôï¼óŽÙlniiÉÊÊr˜¥ƒîÛ·o``€F£uuu=ûì³ Gr¹|±7ò«ýÀÚâ8Žz`µž’ËåN}ììlx‰p€š˜˜°X,sss÷ïßwss €óUUU?üá óNNNÎÍÍY­Öððp8ÙÙÙY\\ì”ç*­©©éúõë<¯µµ588xhh(55U¡Pxzzæääœ>¾­­ÍËË+>>¾««K©TÂRËd²Ÿþô§ÕÕÕ™™™W¯^ + 4™L]]]>>>eee!>ŸÿÞ{ïÁt{öìÁq<##Ãé{Q*•R©tË–-R©tãÆ¡£Gâ8®T*Æ0ìêÕ««W¯ž™™!‘H|>ß)ÏÎÙÆ0¬§§'44”J¥^»vmݺuIIICCCYYYeee"‘¨®®nffæg?ûYiiéÐÐFëééâóùÕÕÕ÷îÝÓh4+V¬hllLJJØ¿¿F£‹ÅJ¥Ò`0$&&:¦kiiyâ‰'®\¹ÒÛÛ;ÿ1‚ÐjµmmmT*õ«¯¾B™L¦’’„Ðàà cäàà ‹‹ •Jmkkèé鉊ŠR©T¾¾¾‹ííïß]9}útTTA½½½QQQŽóAØl68¦R© ÌªªªâããB&“É1” FƒK¨T*œokkûíoëtRç>yQQÑèèhrr²^¯7›Í¡Í›7oØ°A¡PF///„PWWW\\œH$*//7™Lîîîb±X¡PìÝ»W&“¥¦¦ †ööö—^zéµ×^ËÌÌlmmݽ{wIIÉúõëBÊd2*m>I$’ÑÑÑ-[¶´¶¶>ñÄÁÁÁ8ŽûúúÂ`Ç?úè#Ç8€ºzõ*‰Dzúé§ÛÛÛ×­[·Ø»vÂ6“É4™LùË_JKKÉd2“ÉÄq¼¹¹yjjŠF£íÙ³çòå˃ÁÍÍÍn·=óÌ3###SSS!77·êêj@0::ÚØ؈úðÃ_|ñEƒÁæýêÕ«Û¶m»yó¦cº–––ëׯGEE9䶮®®««ËÏÏollL$UWW“ÉdµZÍápúúú®^½ÚÝÝýƒü@£Ñxyy544p8NWWW×××700àââ"—Ë¿!Ç0 LÂ2 +õB¿ÄU äÀ?a2™l6‡Ãáp8&“É!·UUUÏ>û,ú—F@ÿ²ä0ø ¹D"ùŒ•J¥|>ôSPPн{÷8ŽÑhüÑ~ô׿þ•ÇãÅÆÆæåå=p‡˜\úM9¶hTT”››A÷ïßß°aƒJ¥2™L›6mª¯¯ß±cGuuõ®]»4 +BÖ`þŽP*•®®®*•*99yttttt”D"=š¿øâ‹Žã£G.vå¾}û–`fùÔÒÒ2::ºzõj“ÉäëëÛß߯V«ƒƒƒ1 suuåp8---T*U­VS(”¾¾¾‰‰‰¦¦&‰„jjjš˜˜èîîæñx,K­VONN¶··oß¾½¥¥ÅÛÛû¼4 W_}U«Õæææ¾üòËþóŸ‹‹‹ÿú׿¾õÖ[!Ðh4“ɤÓéÄbñõë×…B¡§§gZZÚõë×ÛÛÛ“’’¸\nwwwbbbqq1‡ÃÙ±cÇÑ£GY,‡Ã±X,AÔÔÔ8æ{âÊápìv{ddäªU«àç3Ï"‡f~˜Æá99Åôœ +ù'Ÿ|rîܹíÛ·²X,„Pdd¤ÍfkkkÓétIII`åÊ•ƒ!::Úl6›Íf777&“ééé¢T*W®\I¥Rçï¸ÁÁÁÅ̶%Iuuµ———§§gWW—OdddOOaiiiY "77·  €ËåîÞ½»¯¯O*•2™L­VûÔSO¥¤¤Éäšš‡S]]’’ríÚµàà`*•zûöí/¿ürþëP«Õ 𳯯!d±X¢££1 c2™£££ ctt!Ä`0ôz}`` B¨½½ÝßߟÁ` „`Ìw‚œÎ_8FóÄa±ü»Ã†›œ‡"åååÓÓÓ„ÝHØýû÷…B!N·Z­SSSjµzýúõàWêt:¡PXRRæââ"‹oܸÁãñB çÏŸOOO—J¥qqq]]]—/_~¤=v옇‡BhjjŠÉd~CäôáB?<<¼eË–Å<žùäXðù‹¼ô‚¿úê«===aaaàÁI«ÕÊårÛÛÛÝÜÜL&Stt´Ífãóùr¹üÙgŸ½xñ"›ÍŽˆˆ@õ÷÷ÇÆÆöôôp8½^?99éããC&“µZíb/÷û·ô +·Ã#åFþƒØþwÒVV¤¤¤äoû›H$òññ!¢¾¾žÍf°råÊü㯼òŠÑht€d...111iiipÆd2eee=t"ç*ÍÇÇÇ`0tww¯^½º¤¤$""âÊ•+±±±4í¥—^ZNÚáñh||üСC¡–––˜˜G¤QUUµuëÖ˜˜ãŸŸŸ¯V«W¬X1ÿË™È ÛóîÛ·Çñwß}}÷ÖÈjµ"„4ÍfÃ0ìÖ­[|>¿··×a,B6›­©© !Ä`0( +Aà„#„"##᥇ž©©© Õ§¦¦´Z­›››¯¯odd$—Ë-,,LLLÔjµ8Ž|—ŸŸ_PP˜˜É ®®.Gæ ??¿¸¸¸££#66òï~÷»…“B +nlhhhhh(AF£ñ믿vŒ©FÿBa;„††Ãp‡‡Ò#¨´G…– å¸ºàÞ .‰Þ{ï=¡Ph±XÌfóÑ£Gá¤\.Éb±¼¼¼À½p.))É)~¾œ§^{íµcÇŽA˜­Õj…B!—Ë…$^AAA`` ‹Åäóù•••III +…Òeee333999EEE{÷îíêêúúë¯gffŒF£Ñh +…‹YÔÖÖV„ÉdÌÜd2544 Øív(tÈÎή­­µX,\.—L&S(”ÖÖÖÁÁÁŽŽŽ‰‰ ›Íf2™–ö‘Àq@Yww÷øøøƒ&&&655 ‚†††U«Vmß¾}||Üh4 +&“ rh4CCC +ƒÙlæóù¥¥¥“““¡¡¡:ÎÏϯ··×h4Òh´¼¼<£Ñ¸èÓH!‡ãââ‚ÊÈÈ‹Åqqqp>;;!äââ’––Âáp"##)ŠH$ŠŠŠ¢R©ßHÈ—HÇGGGƒƒƒ—s÷…·ZzƒÈår0J¥Çñººº   ooorØeósFJ¥²²²2++ëÆàωD¢Çr…B155UUU•””D£Ñ:;;™LfKK˶mÛ®_¿ÛÑÑÙL©T +9Í¡¡¡½{÷ÅÅÅÕ×ק§§—””¤¦¦¾ýöÛŽ›/½·1 Cõöö•˜˜X]]m±Xh4dæbbbêëë_ýõ•+WîÞ½û«¯¾š---mkkóðð´ç¡<£ÇöÒªÕOí;w Âù˜¹ÑhT«Õ;þjÜh4’H$À¤B½½½$éç?ÿùC'ržß–Ëå™™™}}}ƒ¡±±±»»Ûf³ýÏÿü‹‹‹Õj¥Óé‘‘‘gÏžU¡P$&&²X¬ÚÚÚ€€€;w¢G'æSHHˆ'Y½råÊŠ+Tq˜§b¬T*‡†† CöPr¾Ú†‘H$½^¿~ýz‡ëÖ­„„Nçíí=;; ÊcvvÀ†onnŽŽŽ~ †jjjÎ;Çf³Y,Öºuë¾úê«+Vèõz×××Çf³=<<T +… +…ÂßßßÏÏB¡„††ööö†‡‡?ùä“öR©\µjÕììlIIÉ;wŒFão¼A"‘€CÇ¿;ÿ¨¯¯/88¸¯¯ollŒF£1™LµZ +ˆÊìììØؘÕj]¿~=Dû¶<’|9_íææf€æ/5ì˜cùšüQI"‘ˆÅb//¯þþþ   þþ~‹ÅòÌ3Ï\¹r!èêꊲX,_|ñÅÿøÇÇ›å{(Ùy(õõõ*ÆÒq  -B¨¹¹6ÚC!úÅÈ Ûeee•••=%“ÉÓÓÓ÷îÝÛ¶mÛ;w¾þúk*•J£Ñh2ШmmmÃÏððð–––Èd2€µy<ÞÍ›7ƒƒƒÉd²^¯Ÿ“ÿûɹO3==­V«õz}ddäää¤H$º~ýº««+‹Å‚¬P(._¾\WWG£Ñº»»Ùl¶§§gRRRxxx\\ÜÈÈHPP¤¤RiLLŒÉdÂ0, 99™B¡@,ñ=Ò7M-ößÅê’æ_¥T*õ«_!„¸\îôô´Ùlþ裊ŠŠ”Je~~~aaáþýûËËËß~ûíÛ·oߺu뫯¾JJJêîîNOOwuumjjòññÙ½{·Z­žžž'Nœððð€4Fnnn]]]ccc~~þ²*ŒOž<ÙßßßÒÒòòË/WVVjµZˆ%Áb[­VFÅ‘B¡ðÎ;±±±F£ñË/¿Ü²e —ËmllÌÌÌ|ýõ×_yå•ùP¤X,6›Í³³³‡ýKi?ðR–ðŽçgÝE_8 ._"sâ® ¶··ûúúÖÖÖªTªÀÀ@…Báááñ /TVVNNNòx¼úúúÄÄD£Ñ4;;ëííàââÒØØÈçó/]º½mÛ6 +…rëÖ­Û·o§§§744ìڵ˱J†á8~êÔ)>ŸùàäääÎÎÎÆÆF–””3<<Ìd2ø|¾ƒI(•2ÙÙÙ †™L¦ööv‹µiÓ¦Ï?ÿü©§ž’J¥pÉÀ BÍ}cqz~þÏÞÞ^§Çß9}†ÅÈy(RYY‰ãøÖ­[=<<Îœ9ãçç733³fÍXOOÏŽŽŽÝ»w«T*(GúàƒÜÜÜ233ëëëÝÝÝU*ÕÞ½{+++{{{ß{ï½3gÎÀf!“ɾ¾¾ï¾û.Ä<\.W&“A¥.“ÉBP“ŸŸèСèèh«Õ +ë/•JY,Ö¾}û†††$É‹/¾(“ÉØl6BH$ ‚ ²²²`:@ݳ³³­{`9fÆ<ª‡ñJ¥²°°Ð`0@n //ïÂ… ï¼óNII —Ë[¹r%N'‘H===L&“Çã544LNNÀ822b6›÷îÝ;33ã8¯P(àÝåææ.‹m¹\þ‡?üÁÝÝN§K$¨hlll´X,o¾ùfYYÙÔÔÔôôôøøx\\œÑhÄq<++ çøÃæÍ›oß¾““S^^ž]\\|äÈ‘k×®ñù|¥RyÿþýC‡îܹséÀxþ«\¨º{Ñp~1;â çÅ— Çq±XüôÓOr¹\À(¡&^¯×çææ~þùç~~~üñóÏ?_SSC£ÑŠ‹‹ýýýB'44ÔÇÇçƒ>Ä0L¥R?£Ñh.]ºÔÚÚúþûïËåòÂÂB&“ ˆ§F£Ù±c‡\.7 v»Ýßß¿­­ÍÛÛ{ïÞ½ƒA œ={vvv–ËåNÞØØH§Ó¡.''§   ..N§Ó9ìˆR©¤Ñh©©©ßr‹Ì7tNåryIIÉÊ•+ÝÜܺººôz}ZZš@ (//?xðà»ï¾Ë`0 èééÉÈÈH$CCCû÷ïw‹ÅÒëõ¾¾¾/¿üò_|A¡Pp?~ü¸T*SòäÉe± +Å—¡ÄÄÄÛ·oóùüŒŒŒ‚‚‰”šš"têÔ©ääd›Íf³ÙRSS+++ÛÛÛ™Læ‘#GNœ8Á`0X,VSSS~~þ©S§6lØpç΋•}òäI//¯K—.=öûZHËÏ49/¾$Ân·«Tªœœð1CBB´Z­L&C¥¤¤@m5†aCCCžžžR©ÔÏÏO«ÕfggŸ?j¥ +A•••O?ýtxxøøøx}}}ee¥Ýn‡² Ã0 ›¯,rrr +À !.—;22Âb±ŒFcEEÅÎ;cbb^{í5____WW¹4Mfffaa!A"‘hhhÈ©J[Ôn/´ÆZ­ö‘,¤Ã8/süböß1ïòé¡~óüvYY™¯¯/Al6›Ãá|ñÅ×®];pàAd2Ê\ù|~cc£X,^±bELLLAA“Éœ™™tE¥R­^½º­­-<<<<<\"‘€W·}ûv äR)@W2™¬¦¦†Ëåz{{GEE +¯Zµ +ùÏ>û¬££ãÍ7ßk¤R© ìËÌÌüì³ÏBBB\]]1 ›¿àv»ýòåË¿þõ¯¹\®J¥Âq\(¾ñÆ e~¹*miƒ±Ä€%.—ËåáááaaawïÞE…††â8~çά¬¬[·níÞ½ûÚµkà Ã6€ñòåË7nlhhHNNNKKƒ ¼­V›——WXX811±uëÖˆˆ(÷{8Ûr¹üÔ©S»v킲 p¤ ï¢à¾™™™2™ŒÁ`„„„˜L&&“éîÓé%%%YYY%%%'Þ»wofffhhÇqȓܸq£¹¹y±w4?8ZNÑß#‘óx›Éd*ŠŸüä'ÍÍÍããã3336›M,‡……‘H¤ÖÖÖÄÄD³ÙìêꚀaX[[›Z­Fµ··Óh4«ÕêããÃår›››A333íí펖§´±úvyFßJ5ã–¯9¥o}=—&çBù=½^/‰ 6½¯¯ÏÛÛ0£Ë—/+†a­­­4­©©éÖ­[\.7::ÚËËkllìŸÿü§Ïàà`rrruuõÐÐÐ믿þmöV/fK–cZ¾-rÜÜé,555ßúŒ‹ +¹#­o0 +ÅÜÜ´6íÙ³G¡P˜L¦:n4OŸ>-‘H kÑÜÜÌçóÛÛÛ×®] ýˆ*•*??ÿĉ€xïß¿ÿÂ… B¡011VïàÁƒÐgÖÙÙé°C/¼ð‚Ñh¼qãÆÖ­[À©­­µÛínnnl6›ÉdŽŽBòØÑ@¸|rn·KKK¹\.8ÆŽÇý裬V«¯¯ïªU«B•Åb¥¤¤°Ù쪪ª–––ÿøÇýýýÏ p¨ŠŠŠ°°°—^z©  !”žžþ /,mðÐ7ÖÆö´Xé,$hš Dÿ?¾…ãøÙ³g/]ºÄårÏœ9ÓÜÜl06mÚtòäI___HŒ$$$@½6 Kt:!$•J=<<ÂÃÓ’’ZZZ***ø|¾¿¿?XÍGfº´Z­Ñh áóùt:B¡”••ÅÅÅMMMj533Ãårßxã_ÿúד““ +…F£ùúúB–?99Ù`0ðxûöm(Ð4ºÄ ¿Ñk?BèÉ'ŸÄq\§ÓyyyAÍ-Bhvv!…õ!ƒ!£££‘‘‘Ë‘çt´Q(”#GŽ¼ûî»T*ê—1 [·nÝßÿþ÷'Ÿ|òöíÛÛ·oïìì„R&“½_QQQ$É××Ü©îîîõë×k4š¸¸8©Tš˜˜ø÷¿ÿª¾/züŽ^§УlH¥Ryæ̃Á€Š—ËåR©ô­·ÞÒjµùùù &BeeeP”=;; jR @PàÐ6›mxx833³¢¢Çñ¼¼<€“ ,_hùm‘ èîî¦Óé€B¡P(”ÒÒR‹ ªõîÝ»Pšb4§¦¦x<^ffæ¥K—‚HII)++ãr¹™™™¦±±Ñd2Ø´yó掎ŽééiGÉN||¼T*íììtwwÿÅ/~Áårívû—_~™’’òùçŸS(›ÍVZZ*‹e2YDDıcÇNœ8Å0€4 +…ÂŒŒ …B¡T*õz}zzzSST¿C]þBú6kNç—£ÅK_–ø×ãUH<Œ¹(`ÜÞÞ¾uëV(y–J¥MOO{yyY­Öœ={–ÅbA€‰DMMM³³³áááccc»wï–H$ñññz½žÉd Б€¨ + + +ÕÔÔ@ÍBˆÏçC°¥V« +ƒ««+Ô_Ž”J¥$I,ët:ˆˆ¹\®Éd‚VS»ÝNB(..îêÕ«kÖ¬ÉÏÏ?{öìOúÓå‚JgÎœIJJtî¢Óé>|á»ݎò÷÷§R©éééF£Q§Ómß¾ô6‰DºqãFDD„——ÔVVV  ÃÒÒÒ4 +†awîÜqºËÉœ-fD?>¿²qéÅ|!w<âÂ8q‰‡~àPaW\\ìØü9999K$’cÇŽI$‚ pÏÍÍ­¨¨`³Ùýýýf³9??_¡P€n.**r¤¨ïß¿™©ððð”””…É ‡ÔœB4/‹ÁüÆÄÄ|ðÁPO’˜˜XPP`±XN:õþûï···¨=ø›!ƒÁPWWOÄ“O>i0\\\®_¿*Ín·Ëd2(eFq8•JVÐn·WVVºººNOO‡„„°Ùl¹\®×ëCBBÄb1T[BŽr5¿úÕ¯nܸÝf³911PÍ…Ü-pB¢¶z``àÈÈȺuëvíÚõÊ+¯8pÃ0…B±bÅŠÌÌÌ?þ˜ËåÂÒñx<ð¨rrr + ÇÇÇ?n0~ÿûß?÷Üs«V­’ÉdÀöwí„.FK ù¾®è1zþ­é7^½zõÈ‘#éééµµµó£—ÿøÇSSSyyy%%%PÙj2™h4Z@@€B¡pÅ™™™¡?üpçÎuuuÛ¶m“J¥ËÍoƒ—& +¥RéÜÜÜêÕ« ‚°Z­B¡ —7nœ:uª¸¸4'ôãÂC ’|ðÁÈÈÈáÇ +Eww7„4555 ݕ矾¢¢B( +‚ .äåå=z4''Êw)ÊÜÜœ‹‹ËÚµk§§§aöÉÉI«Õ +¥"0{^^^ee¥ÙlÆqœ §èÀ#«´GêÄ_âÂï—œÛmÈ'MMMÍ¥R)À†T*õرcuuut:ýæÍ›$ œ¤Û·o?÷Üs­­­Ž7 +^Ô´åææ–••yxxìß¿¿¸¸øÓO?…2R£ÑØÔÔäááÁãñT*UTTÔÙ³g¿k¶ÅÉÍfs@@d•e2™X,¾{÷îÌÌLxxxhhhmmmxx8™L†&U>ŸßÐÐ0?&q„hL&󩧞jkk³ÛíPå±bÅ +H°<@ÿ6 +·haõ·Ò’åø  û çÇÛ===ðᘴ´´“'O®Y³ÆÍÍÍl6GGGÓéôÎÎN³Ù|ÿþýÉÉI6› +Å3û÷ïohh(//þùç©Tjdddiiéúõë ‚P©T©©©€“+ +èDùÍo~säÈ‘7ß|óüùóããã‡þì³Ï233¥RéÈÈä%ÒÒÒöòòª««;vìØÑ£GÏŸ?âĉèèh€ÙB\.×`0Œ3™ÌÞÞÞÚÚZÇ/^¼ëßÛÛëïïC§Ó¡a›D"©Õê;v@§+|¹ÍÛÛ\#¥RÉd2ÚÑÑÑà5á8®×ëív;AµµµN›z yhh¨B¡¨¨¨xꩧ0 ûúë¯7oÞ èø$ϼ°°pýúõõõõnnn,kjj*""Âßß_£ÑÐh4F399‰ã¸¿¿ÿìì,´3B}Ó矎ã8Žã¡¡¡†EGGÿûÔÞðbUU•ãïœ38u™0å‘ß)»r¾ÚƒÁd29,ó† +ª««ýüü åC«ÕÂàéééùHcBB‚L&säåŽ?þÖ[omÚ´ ¾ˆãããÓÕÕ¥šš Ã$ ŽãEEEŒæææ"„!fþýï¿ÿþÎÎÎùyÿ²²2G~_"‘@ Ö… 6nÜØÚÚÊ`0 g†þÕ‹õ8Õ Ž&%ø¹Ì"žåxi«W¯¦Ñh¿ýío᳃>ä¡×ëFc\\|ƒRKÇ/..žžžæñxPy[WW700@|•.D…‡‡?Ûo»»»+•Êµk×Þ¼yÓÛÛ¾A±~ýz@ól6Û¦M› +|C,÷ôôDGGËd²Ã‡ƒ#|8R"‘Øív6›ÖØظ¸ýoØáNR†544èt:»Ý>00ñüóÏß½{7// $¨ƒ8‰F£íææf4U*ÕÝ»w + +\]]i4ÚÀÀ@KK ô]/Fß›ÝZ"N^(6K×D-°WUUõôô:tœooo€b¢¢¢.^¼400àëë;22òÄOtvvÎÍÍ¥¤¤ô÷÷ß½{—F£ÅÇÇŽŽBÞæ¹çž«©©ÑétP —ššj±X¼¼¼&íÖ'“Éði U…žžžPÁ@§Ó333?ùä“­[·Êd²;vÈd²½{÷ž={6''çìÙ³©©©2™lóæÍ€lBÍ 8gµµµB¡ðOú“£ÿ,BÈÕÕ•Çãét:‹Åí(ðÅ ØÞÞÞÞð“ÉdB1=Øs‹ÅâííÍãñà3/ÑÑÑð_¸|áâ9ñÉ¡Œ>Bh``Çq(²°vddä“O> +//·Ûí£££P:™ššZ^^>22#•J§¦¦‚‚‚´Z-„‡!:®ÕjÉdòðð0ÌÕÜܬV«ó›ß̧"¶°;ÅÑ‹3¼ãsKwê8ÿî +Zð}´¸¹LZ Ã0ì­·Þzã7®^½*L&$ý###[[[õzýèè(|ƒJ©Tòù|ƒA£ÑÆÇÇÇÆÆ6nÜxëÖ­‘‘pÑ‚ƒƒïÞ½›‘‘ÑÚÚêêêj6›ûûû:´¬ÕV*•GŽ9uêTAAã £´´4==½»»Çqp+**¶lÙ‚R©Tñññ t?À¢¼úê«çÏŸY°Ûí§OŸ¾pá‚···F£ùôÓOq¿té’Ífƒ,:›Í¾ÿ~ZZšR© c2™<˜Á`€Ðz{{[,:B‘‘‘ð…ØÃ0Šø@þ®Áãwý¡‡-ûrpoÇI$’Åbáñxô½˜oHÿ¥Ÿ¤ø/ýÿÿ±ýßDÿ¥lÿ?Ð’Ú +endstream +endobj +311 0 obj +<>/Height 106>>stream +xœí\{TSWºß„¼…‘`B†P1”À´Òê”ÃŒvJ¯öq½ÜöÚ®¶j/Ó‹3u­ÌLñÁHg9U +C•â(˜J #ò0!B ’!„C@$Ü?ö*‹%ñÑά;óýÁÒääì³Ïþö÷ø}¿o{-..‚=Aý£à#ÿžö¿’ W~T]]}ùòe4ýá‡9rk2™FFF|||¨T*Àb±˜L¦ˆˆ“É„F£ÃÃÛ››³³³'&&Ølö+¯¼òCOÅ“TWW#²òa¼V1i‚ÉäïùÁþ1²Ú´ÿË¿÷öw"‘HŠŠŠˆD"…BÁápr¹<<<œJ¥~öÙg‡Åb™L¦þþ~×ÕÕåv»·lÙâëëk6›»ºº˜L&F34ý‡?üáå—_~â‰'þë¿þkå@B¡°ªª +…BåææÖ××F*•l0úûûsrr._¾|êÔ©_ýêW111Z­–J¥NOO +ŸÏã7$Iuuõ­[·AGGÇîÝ»•Jåìì,…B‘H$N§óêÕ«+‡~%÷¸ÕŸ~úi<F£CCC9{öìÊ_Y,ƒáqÚwîܹ~ýzhhè† +˜L¦X,–J¥EEE×®]³ÙlR©422’J¥J¥R‡Ã²°°Àáp†††(ŠZ­ + +ݼysFFƳÏ>[XXøÁ|ðÁÇONN–H$»wﮨ¨(((ÈÍͽ{ìÅ^åÛÉÉÉ{]¹úWJ婧ž + Y\\,..îììLOO¿øâ‹ï½÷ŸÏ¯¯¯—J¥›6mÚ½{wQQÑ믿^RRB"‘4ÍæÍ›ÇÇÇccc¥RiZZšT*˜˜ÈÌÌlmm-((‹ÅJ¥ò‹/¾ +…/^\¿~=ƒQ(‚àp8“Étìر?ÿùσ!<<|nnÎh4fgg?õÔSùË_ÔjµÃá(..îèè8wîÜÖ­[»»»333ívûàà ‹Ïç×ÕÕJŽ `ínìA¯÷xøóåÿXºçãò©V[( +…±±1‡ÃÁb±ÄbqRR’Óé4t:]¡PètºìììØØØ¿þõ¯&“‰Íf#RXX(‹ñx<‡ëèè P(z½þç?ÿùÙ³gø|~QQƒÁÈÏϯ¯¯ÿä“Oà@¹¹¹Ð‚ +‚’’’˜˜˜¶¶¶={ö477ïß¿_,Óh4½^ÏçóÅb1@.—”””Éä]»vÉår¡PxôèQ¨;{öì)**²Z­8ŽËå¾ñÆ+ß”÷|p×G*•ª©©iqqÎÓÏÏoݺuPÏm6›ÏÏ~ö³ÆÆF­V»aÆŸ¤¤¤ÞÞÞžž»Ý¾wïÞººº;vÆ”””ÚÚÚ={ö|ûí·r¹<66600prr²»»›B¡š››[[[çççÑh4‡ÃinnöóóëïïOMM5 x<¾Çêêj£Ñ(—Ëy<žÕjU(x<>99Ùáp\½z5//ovvV,/,,ÌÎÎöôôP©TNwøðáÏ?ÿœÅb1™Ì»×v299©V«W·1QV¿íää$¼`ò;YùÛå®~7Ï~»««ëÛo¿}òÉ'm6[llìÍ›7M&Óää$@`±X×®]C£Ñd2¹°°°¬¬ ‡Ã±Ùl2™|ùòe£Ñ˜””ÔÞÞN¡PfffÒÒÒzzzRRR8ŽR© ’˜˜Èçóмåä䔕•:t¨¸¸˜ÅbvìØ¡T*].×üü|VVÖÀÀÀôô´J¥šŸŸ/,,¬¯¯ïëë{òÉ' Fii)ÇŸŸ§Ó鉄Ëå"²wïÞŒŒŒ»æè!JS©TR©ÔårÆ¡Ph4ýýýÓÓÓ÷ïß/—ËŸyæ™èèèððð·ß~€Åb¯\¹ÒÖÖÆb±œN'“ÉܲeËââ¢^¯g±X·nÝÚ¹sgDDÄØØXNNÎèèhTTæñx€¾¾¾ýû÷¿÷Þ{¥¥¥l6›@ ÔÕÕáp8‡sóæM:ø—¿üepp088833S ˆÅâîîîÍ›7K¥ÒŠŠ +>Ÿ¿¸¸H 0Ìž={¼½½ãââL&“'‹ö8üöJuºzõê£ßvå(kÑá5n@¬ººº¾¾‰h4:88X«ÕF>Ÿ?66Æãñ***¡âa0˜   «ÕŠF£ýýýq8œD"Ááp,Ë`0x{{{{{k4šÝ»wÌf³¯««‰DB¡°¤¤„Ëå^¹reÛ¶mðÎT*•J¥Úíö={ö…Booo>Ÿÿõ×_4ýÜsÏÍÏÏÃ'lkkãóùÓÓÓv»=77÷7¿ùÍŽ;nÞ¼ÉãñÚÚÚ + Ïœ9ó§?ýéý6”»<'xXO¾º×]ã‹ëö¼ÚÇŽ{â‰'²³³Ož<¹nÝ:&“ÙÓÓóÖ[o>}ú¿ø“É|ÿý÷322H$Ò‹/¾øóŸÿ|||>±ËåÚ·oŸR©¬ªªŠŽŽ6 ¿ûÝï>ùä·Ûír¹¢¢¢ðx< µµµ¦¦F( ³Ùìt:0ž‹ÅPeNž<ùˆ3\ë´ËÊÊ$ ""âúõë0⃩‹ýõ¯½úË^¹ÿ„pŃÁ w‚ôôôÄÅÅ]¿~}xx8$$dóæÍ•••±±±‰dzzzppðý÷ß÷òòÒëõ4mqqQ¯×·´´„††¾öÚkÕÕÕ‘‘‘€†††¸¸¸ÐÐP½^¿cÇ™L–––výúõ°°0è/VÊ=S‘§Ÿ~ÚårÍÎÎòù|èo ‚T*}çw¾ùæ +…¢R©|}}wíÚ5¿¥¥%<<Ün·{yy‰D"*•©V«ƒ‚‚ Cjjê7²²²Äb±Ífãr¹|>ŸÇãF2™ÜÙÙiµZ§¦¦H$’Åb5`aa¡µµ5>>~``ƒÁŒŽŽ&$$ô÷÷ÆÞÞ^ÀØØ‹ +V«Õ†ÉdºÝnƒ HZZÚ*oÜÃj …Â×^{í7Þhllt»Ýv»‡Ãáp¸üü|±X sx¥Ýn_XXxá…ôz=w»Ý·nÝ + P©ÔÖÖV??¿±±±çž{®ººšL&c0˜¨¨¨ØØØË—/ñÅ•J…B¡zzz ]ظq#€L&/™À–––ÔÔÔîînƒß‹V«]\\$‘HG£Ñ‰D•JÅd2- Àcb¿¦i/É£§SK÷ñx‰DrâÄ §Ó عs'Ô—úúúììl¹\ž’’³H@kkk__ßúõë333Íf3¼a[[[AAÁ•+Wv»Ýår½ùæ›ååå4mãÆb±Øh4òx¼¬¬¬•QÚ=Wûüã™3gètºH$ŠŒŒ„Ü*—/_^îäææŽÉåò¬¬,•J¥×ëãã㇆†Ünw^^^yyùþýûËËË¡%—H$^^^v»]$­òFû+¾ÿ´—ß<ˆ#½¯[¾ë[¡Pxþüy·Û‡ ˆR©t»Ý)))ׯ_?xð`CCt(8În·çåå‰Åb.—»eË–úúz“Ég4¥RiAAÁÍ›7F#Œ ˜L¦Ýnçñxðç¹¹¹+WÛsyàÊ•+‚Øív@ÐÚÚZXXXTT”šš +hmmµÛíh4Z—½{÷VUUq¹\³ÙÜÝݽqãF…Bøå—_ÞuÛ•oîá¹¹9 “É6oÞÌçóËËËa +ïÈÌÌd2™õõõ˜ÿãp8@]]]aa¡Ñh„q!…BÙµkW}}}OOÏøø¸ÙlÎËËS©TžáÂdϲ2+\ýâû~»òï}oußgð ä‰äâÅ‹ÉÉÉeeeÿû¿ÿ á1 +•ššZ__¯T*ÓÓÓûúú¼¼¼8 ‰ Chh(‰Dª¬¬üÉO~¢Ñh³³³, F“H¤Û·oöîÝ{×@B¡°´´Zû^xa``@¡PœŸåÊooï¥àPVVvòäÉ .|úé§KóÉÌÌ„úE§Óoß¾-¶lÙRUU… È“O>ÙßßËz¥¥¥@$ñx<©TzðàÁ3gθ\.)Ëåòºº:ó^c\qßHàûCÔ¿@Ò3ºÚÞÞÞÐÐP±XŒÅbÇÇÇ“’’„B!ŸÏ‡Õ•J¥R©¢££)Š¿¿¿Á`P«ÕÙÂårëêêØl¶Õj Ñh˜`+•J‹Õ××÷å—_ +…B˜¨TWWC'(--…˸´0ÉÉÉ…B‘ŸŸ_RRÂf³Fã믿.‹N§Óé”J¥\.×d2¥¦¦VWW»\®TTT:theUij’wuuÕÖÖîÞ½{hh(""‚JR©N`)J_ª3Ùív£Ñ˜““ƒy@ÐÓÓÓßß/êêê¨Tj^^Þ¹sçüüü¶mÛµnIÉï%«'BËMú*(å½,ÿãá®h4š‡0oФ9 3>>H§Ó!C¢  àüùósss§Nzìq›çÕ...NJJÒjµh4š@ øúúfgg?~<77·¹¹9//¯ªª +Àáp¦¦¦¾ýö[ƒÁd2Íf³R© + +š™™ÉÏÏ?uêTBBBBBÂgŸ}¶o߾˗/çåå]¸p-ˆ®€ïLZCCÃïÿûèèh½^ÿÍ7ß”••UVV¹\¾‡ÕÕ‚‚‚¢¢¢¨¨¨´´´ÊÊJ˜)R©Ôòòòüüü/¿ü* ‡ƒFnM0CYY™P(„*•:99i0`xTWW‡B¡ +Ãììì¦M›Äb1Ôᆆ2™ìãããt:ÇÆÆ +Ell¬Á`HKKƒz®ÓéBBB0LNNŽ\.?zôèãZº‡@~8äÔ#ÌPRRiÀòUMJJŒ‰‰¹råʉ'Š‹‹÷ìÙ£×ëoÞ¼Éd2ƒƒƒÅb1,€¿úê«ååå‹åý÷߇.L&§¤¤¼ôÒK«<ê=•|nnîÃ?,..ÆápBýøã—\ëüü|MMÍ›o¾I¡PŽ9rþüy½^/ +/\¸ðÚk¯;v¬²²ÒßßA +6,YA‡#—Ëq8ÜçŸþèo +jïÃ,†G·¶öB±Çìí?ÿG‰g†FãÔÔTBBÜ«\.wzzÚjµBÇ‹ÇãµZíÎ;a:199™˜˜ØÞÞ-–Ëåb2™½½½ïêê²Z­o½õÖÇñâ‹/.w§ô}°{ñœo+•J:N¥R—Èa€àààÆÆƬ¬¬¡¡! ãp8BCCÇÆÆø|>¬Ú·¶¶âp¸ÔÔÔ '×®]ëè舋‹[·nÁ`¨­­ŠŠšššb2™‰¤¥¥e×®]¯¿þ:Doúúúž}öÙææf“ÉôÒK/;w¦ô§OŸ~¼Óþ~9§ †~»2Ø@äûÐÏJþÚk¯=z´¼¼œL&oØ°att”N§Ëår† ÈÌÌ $nÛ¶ +R`aèòåË\.Fu&“ivvvÛ¶m + + +YYYF£Q¯×ÏÌÌÉäáááÖÖV8Ü«¯¾:>>¾’ Q^^®V«£££t:]VV–ÙlÖét,«©©é¹çž#‰ + + +0qúûßÿ[6›qÕ•Ê=Ë»wï†Esø¡\.‡qÈðð0‹ + \¿~}@@€X,>xð`UUDšÌf3‡óòòjmmMIIÙµkׇ~¸}ûvh¨TªËå¢Ñhr¹Ü#t¹¬\yÔðȵšöÛ=äÊAÓ§O_ºtiëÖ­GŽ‘Éd âgÇ a0ýýý¿üå/Íf3øí"‘H0ýîèèHLL¬««óõõ=tèÐ=Ì=30˜i°ÙlAÆÇǃ‚‚ˆDâÄÄDxx¸^¯÷öö¶ÙliiiD"±¦¦&66633óøñãÛ¶m›™™‰ŠŠª¨¨€¥…‚‚‚‹/šÍf‡ƒÇã[[[³²²***îJEzzz,KLL Lû###€ôôôžžXë€ûz!ØD$u:@xàŒ`ŽneÒ»FÔþŸSVÛÛZ­Öf³Ùívu‹Åb½^ùT*•Åb)•J£Ñ¸gÏžêê길8…Ba·ÛÐ"(•Jhìv;¤¿NLL`0f2™>ÿüs‰Dò駟êõz@rr²P(¬¨¨øíokµZ].‹MLLŸÿòË/Ã+m6›@ 8}útll,‹år¹l6{Ë–-v»]­VÛl¶k×®Áö‘H4::Êf³a“ÍÂÂAµZ““C£Ñ ˜ñÎ;ŒÀZ¿X,ƒáÈ‘#v»]£ÑìܹS©TBÌÃáp@C‹B¡Îž=ûâ‹/*•J§ÓÂårq8@€öhMJ¾9Z½ì´–ÐõAå^Õ¬ºÛê»Ïƒß.++knnf±X +¨««ãóùr¹¦n·;44‡Ãµ··‰D/// UÈ?yòdVV–Éd²Z­¹¹¹0÷\ÞïpôèQÇÆÆ;vŒF£…††ºÝn@ÐÖÖ611­7$.Ÿ?Þn·ÀÞŠ%r× +Å·ß~{âĉÂÂÂðððýû÷Ÿ={vvvfPaœ{æÛ‡ƒH$ÂL0$$ò€\.·¾¾þ£>‚L:ÖÜÜ sF¨™.— R­a¶Ø××¼ôâRSS!qs-²Ük>Œ³¦i?„,O$–òÁûŠP(lhh€l‰¨¨(³Ùœšš +á^@P[[ëp8†††:ôñÇïÛ·O£ÑH¥R:ÞÖÖýÒK/ †ªª*Ø»3>>n±XÂÂÂ`NÁçó×Jâ(..†TKˆuòù|¡Pèãã€ôìÆÆÆ;wb±X¥RI$ÇÆÆžxâ‰ôôôzY‚ÔÖÖNMMÅÄÄ”••Ùl¶}ûö•––B8}ïÞ½(ª··w)à + +‚n[[•JE£Ñ‚@J Þ^yå•òòrˆvÂxŽJ¥îß¿ßÃ2<„ÉYÅ„|¯¿]Š=L¸§’ÿò—¿¤R©jµþ×n·Óh´Ý»w—””ÈôV«Õ . ST˜¢P©T‡Ã±DÄÅb±&“ Z >ŸñpØ"nBXN&“íرÃét¶¶¶@qË .„……ÅÇÇ;NXH¹xñ"ÌpÅb±F£!‘Hv»ò̯]»F£Ñæææ:´V±¦¦¦¸¸¸   33RÞd2Yxxø‰'‘ +»Ü>ÁÝ!£Ñ¹ø<ïüùó111N§Óf³A& ¤r¹ÜK—.>|X¡Ptvv®[·.<<œF£I$’èèèîîîàà`§ÓÙ××f·Û “Éäñxߣ’?vYRéåº}_ùÃóÉ0Èidd¤ÉdR«Õ¿ÿýï + +6nÜèíí½ÿþúúú»¶ä7öõõ¡P(ooï»»PªÕų%g2™—.]"‰ÿ$mØËeírñ0m•JuâÄ …Bñæ›oÂpjj*==]&“}ñÅÑÑÑ Ç#ÒÑÑÁ`úúúòóóñx¼Ýn§ÓéfppúH²=|øprr2tTËßãåÛA¯×óx¼ÞÞÞÔÔÔ‡àŒ,‰çFfØûE $‰Ñh”Éd2™Ìf³™L¦™™€ÍfƒÕŸ„„FSRRÒÒÒ" +nܸÅb9ÎèèèÈÈH]]ÝÕ«Wñx|||ü_|ñꫯJ$’¥jæ’ ô÷÷Ûl¶¾¾>­Vk±X†‡‡!§e``````vv644ƒÁtwwëõú¯¾úêw¿ûD"‰D°è¿v¹'±z-2>>3M&“éï￸¸h±X‚‚‚V«5$$äƳ³³ +F£8@§ÓáB‘Éäwß}÷Ýwßôôô`±Ø˜˜@xûí·—Ã  +%;;›L&3 ƒ!‰âãã»»»ß~ûí¯¾úŠD"=(ÌèYÉ?ýôÓÁÁÁC‡ +nØ°A¡P¤§§Ûl¶?ÿùÏ[·nu8\.waa¡¶¶6C%¿sç| r¹Üår………õ÷÷ÇÆƆ„„x{{C챿¿?%%…Çãý¨øJy˜Õ^·n€Édúøøðùüæææ’’’ôôt³Ù¼}ûvèE Æ­[·0ŒÅbÉÍÍ­¨¨ˆ‰‰¯˜L&WVV¾û>|‚ +0ê ¸té$®Ûl¶¹¹¹ÌÌÌööömÛ¶áp8«ÕÚÖÖ¯‡ð¨ÍfS«ÕƒaÇŽr¹H$iïÞ½o½õÖ‰'Îœ9óŸÿùŸk +Wª««) +‡1ÐJ‘H$:®Õj—¨id22{–—×áõf³ÙÛÛ²6gµ‡ÿ€Ýúá믿޴iSPP¿¿?‰Dêèèàñx°¯ AåÄ¥R¹~ýzF³uëÖõë׎ŽÂ!ìv;t{r¹œËå666NMM9@MMÍÊ•ó0íëׯWUU©Tª>ú~r—%ŸMLL$“É¥¥¥Ï<óLQQÑ–-[¢¢¢™™™2™,,,, @£Ñ\¹r…J¥¾ýöÛ¥¥¥111 ‘Àµ+¹Ç°oå¾{Õ˜îÃ'ÿžVŠP(¬®®lݺµ¦¦&[d2y|||©."""==}||v4r¹Üëׯ§¤¤Àv)€€,ÀdÚ—èvttü0áÊ*=TßS{ÕjáÊK/½ +î®Éä÷ß?..žÒh4qqq½½½þþþ"‘ˆÁ`ÌÏÏóx¼‘‘™L¦R©ØlvAAÁò`*RXXxìØ1___Ø% íYGG™L>uêÔÉ“'wïÞÝØ؈Á`¤RiHHˆÁ` ÑhÙÙÙeeeÞÞÞt:6PJ¥Òýû÷—––†……™L¦œœœ¶¶¶®®.‡xh[GD*•Z­ÖìììÞÞ^//¯Û·oûùùÙl¶7nP(”‰‰ @$ûúú~üã÷÷÷Ÿ>}…BA½2›Íóóó333>>>ÿûßggg-Ë~ô£¨¨¨ßþö·.—ËÇÇ>‡J¥‚]é‚x{{ïÛ·obb~¢ÓéRSSOž>¾§§‡H$º\.›Í–žžîñ¹!Ì T*óòòŽ:úÐûü>{›D"áp8‹Å²iÓ&ƒÁpéÒ%‡ “É:ÚyضÖØØÑ\—Ëe0bbbFFFH$ÒÄÄDWW—¿¿ÿ]{ÊÖ­[a{g±XÈ×_ +T†††œN§Ãá0GxØ•J‘Ëåiii0ÏÍ0™L›7onkk‰Dk¢ÑƒïRƒÓ¡¡!°Z­3336›Á`¸Ýn"‘ØÞÞ~ûöí}ûöõôôèt:???˜?lܸ±³³óöíÛÉÉÉMMM:ŽÉd¾ñÆÑÑÑ0Jƒcݺuë®ÑKj ÅsId•(mãÆ###ÙÙÙ +…âÒ¥K;wîôòòŠˆˆ˜ŸŸŸE£Ñ.—kqq±³³s×®]ñññЫ[,è·2[à"twwCtu)J;{öìÂÂÂÇ Kÿûöíc³ÙÇŽƒÝM‡‚2,ÌÍÍÁ ½½D"ùùù¡ÑhN)ȉ¤¦¦&::ÚápÀž;›Í¶V:ÞR”–ŸŸY¡PlݺÕf³]ºt) …BQ(”ŒŒŒææ樨¨ÎÎÎôôtp_%‡†üüüºººçŸþ ôâÀ=LAëׯk4‡ÓØظeË—ËE °XlKKË3Ï<(..ÎÌÌ ™ŸŸ‡§ +Åårµ´´lß¾}óæÍ€B¡ˆD"TØαDЇ~›J¥¢P( +¥Óéø|¾Z­v»Ý7nܶmÛRcÝòÚëc¡ z˜¶L&ûôÓOïܹ³wï^f·Û­Vkffæ7ß|ÓÞÞi0`z`³ÙFGGûúú¨Tê… h4šÃáؾ};Ôy‘H”žž^YY‰ NÇ`0[¶lÎJÓ}ßÅ÷Hëy8ñ®øúúúúúæää`0˜ÊÊJ6›­Ñh™LÖjµYYYÁÁÁ0œ0 N§sïÞ½:¶^ö¥Û·oÃ~*N—’’5 Ñhááá~~~$ A“'Oqâ‰Dºrå +ƒÙ°aÃêÓö¼ÚÍÍÍIwçÎööö矾³³³±±qÓ¦M‰‰‰ÃÃÃ/¼ðBSSÓÈÈÈúõë)Ê7ß|#¤Réôôt||üÕ«Wß{ï½Ï>û,''6–à_"‘û–º짃±ø΃ÂHaÉR”ë¾êà9kiiùàƒòòò¼¼¼P(NG£Ñ0Å5©©©ÉÉÉp<™L“­ôôtFcµZçççÉd2ÜÕ‹¶ÁJ0Üäð¡—Zd¢¢¢šššž}öYFãv»—ŸhQ]]Íáp¦§§ +—ËÅãñ ‡>tèìTknnv:t:ý׿þõ¹s熆†`½aå1qž£´ááá™™ +…÷·¿ý-((ˆJ¥nß¾ýèÑ£ÿñÿ199ÿ©í÷Ý®÷"k=ÜÝÀ*íopYt:lÏYþíãšðêÅ ÞÞÞÈÈH//¯®®®¬¬,µZíçç—œœ ¿]:ž¸äëëÛÛÛËb±à'uuuÀf³577óRîÚóÁa'Nœ¨®®æñxð¥hµÚèèh…Bqæ̳Ù|óæM +åp8zzzD"ÑÄÄŒÞNŸ>Çã+++“’’JKKïܹsöìYxZÄÕº»»§¦¦ ÃÅ‹·oß·¨Ýn‡,G,ÛÙÙuóæÍ +…B¯×›ÍægŸ}Öd2uvv2Œ±±±_üâ]]]o:þ<4@ï¼óŽ\.ß°aƒT*õ÷÷W(h4ÚËË+!!aM-2eee€þþ~:’””tºrךC…H$‚eý‘¶§Â"´-wãÑF¹ +YõAoå!&OLL,++“Édùùùøô0̼ KÓétjµšF£B;¤Ñh ¡¡‹Åòù|­V OÔaaaÉdÊd2‡³¼ûÀðõÁô£ªª*666**J«ÕöõõàÑ{N§S,»Ýîçž{ŽÍfòÉ'YYY7nÜøÕ¯~uùòåþþþmÛ¶Aê7F +…*©T*«Õ +)…ÞÞÞ``³Ùóóóf~~>!!áæÍ›yyyV«rÅúúú<øå—_ªÕj4Íçó!½¼··’¬šššFGGããã;;;_~ùåÎÎNÜ•Ux¦KŸCµ2ty P×ô¿úê+ƒQQQµšH$"Uf‚@úãR‚=tWZ­|‡FÁÃU¦¦¦–ƒ`Y¯HSSSrròÍ›7sssCBBD"ÌC©TêóÏ?¿–i<¨Ü3ßV©Tÿó?ÿ‡¿–¦ÓéV?ÌæQ䱟M²\î™o£Ñh·T "‘H°ôG§Óag!‚  æQr㻺õE"<âOúÓÔÔÔò!„BabbbSSSJJJMMÍÿøÇG)w‚GÄÉeà¥!w±„{zzóóóÞÞÞÐø¯ddÿ |òÿ7ò/zP÷¿§ý¯$ÿ¢Óþ?Ž}5W +endstream +endobj +312 0 obj +<>/Height 106>>stream +xœí|{P“WúÿጘBw0á&×DC´b,V”¥J-´(­Ë€´ÚѺLWm¤ºµ[FÄZF\…UE³p5ƒHAnÁ„0ÜÂ’1 á÷Ç™Íðƒ€ñÒv¿ßý>AÞ÷¼çöœçúyŽÉÌÌ øï#Óß{¿ýß´ÿ›È|þOžžž111¿ýhØlvaa!™LîèèpuuE¡P"‘ÈÜÜÜÔÔÔÏÏO H$‰dnnÎçó·mÛvëÖ­³gÏŠD¢~øaïÞ½‹%‘Hfff¨T*®««ËÌÌœ?“ÿ" +A7ûWÒÿ†i¿½ÕÙFä]ã7&g›Íf+•JF£V«9ÎÀÀ@@@@DD„X,þá‡Èd²››ÛÐÐPXX˜D"Q«Õ§Nzƒ¾Ùlvii©N§óòò’J¥ðŸ={–Åb=|ø°®®.,,ÌÃÃÃÕÕõÚµk°‰R©¤ÑhË—/”J¥:n×®]EEE‚DEE…„„”––¶´´ ÑhƒÁb±ñññ sº~5“ OOÏù¿™vEEEUU‘Hôòò"¦¦¦µµµh4zhhè“O>¡ÑhsºžC aþ˜çЂÓþꫯ„Bazzzaa¡••@JHH`0?þøã™3g +…ÅbeggÿôÓO'Nœ(++ëîîNKK+,,$‰­­­ÖÖÖh4A"‘_ZZŠ @ÈËË{ËU{2V¤½ÙÞ.Ô + +øhëÖ­X,V"‘„‡‡·µµeeeUTT ŽŽ>îèè833ó駟r8œææf333{{{¹\N¡PjkkÓÓÓ †R©¤R©ÃÃÃéééóÍ’œËå²ÙìÄÄÄÞÞÞþþ~×ÝÝ=11ñç?ÿÙÄĤ½½‹ÅBéÊçó“’’¨TêLAGGÇ{÷îµ··{yyáp¸‘‘ ™Lvüøq&“I¥Rïß¿?22øÞ{ïutt…B‰D‚F£ + +†‡‡4M(‰Ä›7oîر#''G¡PdddäææúûûìÚÀn—––Þ¹s'**ÊÔÔÔÌÌ ž«¾¾¾Ë—/§¤¤˜™™JJJ"##gffd2ƒñôô|úôiTT”@ €Séèè¸víÚ¾}ûˆD¢³³sCCCBBÂÓ§OœœŒ_)6›m¤¥<[d,.Œ L›Íf³X¬õë×£P("‘8==Íf³GGG=ŠÃá‰Dnnn8N  '0ûïææf+++xAD,»¸¸ôõõ¹»»[[[Ãq¹Üœœ333Ÿ»wïFFFúøøP©T±XüÝwßÑét¥RÙÝÝÅbõ’E"‘(•J@bb"‡ÃY¿~ýƒ Ötuu¥§§·¶¶Z[[½½½ëêêÒÓÓÒÛ\.×ÖÖV§Ó¶´´H$’Ï?ÿÜÁÁA§ÓÁi»¸¸¼WÏ__‡ƒÅbáäp8|>ŸB¡<}úT«Õ&&&ææænÚ´éý÷߯¬¬T(=ZµjÕ“'O´Zí¶mÛª««¡õ"•Jƒ‚‚ºººÂÃÃOž?55AÇ744H$PWWçííÀápB¡AKKK,[]]•••››ëååÕ××çêêJ$,kqInX¤õöö†„„0 "‘8::¸nݺüü|•JE$88˜ÅbA·«««¹¹ÙÜÜÜÒÒƒÁ888H$‰D<44”””tüøqkkë©©©ÑÑÑÝ»ws¹ÜeË–mÙ²e!Aõ*6Ñ7|e+ + A…BÁ`0ÂÃÃÕjµ¹¹yWW—Ë +—J¥@¡POOO>ŸßÓÓC mll´Zmyy¹T*…rhhh¨¹¹™F£Éåò+V´µµ…„„ŒC­3Û&'zh6i&À&ú†¯lõ†L>[U€ÿß]äP½½÷ò®ÈpP©³³ƒÁjjjbcc{zz¾ýöÛmÛ¶õööÊd2…Báéééâ⨮®Ž‹‹ëïïg2™qqqX,öÒ¥KÛ¶mƒÇ288¸¶¶ÖÞÞÞËËëÙ³g¾¾¾G¡PüóŸÿDd||ÜÚÚ*9Ø{qq1ƒa±X………2™ PQQ833ùôéÓªªªÙæ“B¡Édt:ýîÝ»2™Ì×××ÝÝ].—÷ööÆÅÅ-4í×ØíÙ{5g· +’þ€órss3 88Xÿýñññžž;;;¸4666½Î‡Êeݺu"‘ÈÆÆF$¹¸¸´··¶nÝÚÛÛëîî¾s6N +ú1{öìñ÷÷G$!!¡°°P(ÚØØ[XX´¶¶fgg?~\.—{{{#bfffeeE¥R™L&…BÁb±Ož<‰ŽŽæp8*• +PVV&rssÍÍÍ·lÙRXX(‘HöîÝËãñ$‰J¥Òh4(ÊÞÞ¾««ËÛÛ[*•NOOC …B988ˆÅâÚÚZ©Têåå[9;;ŽŽvtt‰Ä””µƒQ’œÍfgddüéOºxñ"‘HLJJú駟^¾|icc“œœ|éÒ¥©©)+++kkk­VK&“'&&ÊËËOœ8Ád2«««£¢¢***‚ƒƒ1ŒP(Ø¿?T&&&ëÖ­377ÿöÛo篸1‡)­?)¯üÈ›ˆ´Å¹ÝÃþÎf³Ùl6‚ r¹àââB"‘>žÅbÁét:”jHIIqww/))Q*•÷ïßÿÕ·ta20mÇápÒÒÒ˜Lfuuµ···F£éìì„*W ŒŽŽ¢Ñh­VkiiI¥RÇÆÆh4Ú‘#Gø|> ôåçç;99™šš¬­­×¬YÓÔÔôý÷ß;994MDD›Í¦R©wîÜqvv>{ö,‘H$‰###K—.¤¦¦ž={V¡P888XYYÁáøø8”¸_ýõÕ«W•J%‹‹{íü¬ñŒ1Ÿ9ÇÆÆ„Báì§cÿ&cš¿’ž?n°íÛÃA%hœîÝ»wxx˜Édfee™››‘HÔÑѱzõjµZÁårccc7nd³ÙPWÌÌÌRSS SSS9B£Ñ’’’Î;·mÛ6FÓÚÚzâÄ ØÝéÓ§>|H&“I$RccãË—/I$ÒÔÔÔÒ¥Kãã㧧§ïܹsíÚµ>úH,Ï~jaaakkvæÌ™Ùá´ØØØŠŠ +‘HÄ`0‰‰‰F§¥¥¥ÆÎÎÎÏÏobbÂÁÁPZZ„Ãá +EGGGlllmmíæÍ›…Bacc£Z­¶±±±±±±²²šžžnmmuss³²²žššŠŽŽV(J¥R$YXXˆD¢ÚÚZ6›ÍçóY,tàx<ÞÎ;ËË˯¯¯……ǃ_<P©T===Ë–-ƒëQTT„ÅbÕjµ……Åôô´N§›žžŽ•J¥MMM/^¼¨©©1–Ég3ªž{b³9|ÿ- ~m!eñÚÁp¢ZcJ¥ÒÃÃÁ´··ÛÚÚªÕjh„ùúúòx¼ãÇŸ={6((¨··AØØX‡ãííÝÝÝ +€^Ü<SÂÝÝÝQQQ¦¡¡¡¬¬ŒÍf3ŒÙ›\.·²²"‘HÝÝÝ...¾¾¾çÏŸ ‘H$ŽŽŽ±±±«V­"“ÉPp¶¶¶ + + + LNNFFF¦¤¤¼†Â7f™_¹ÀÆ/ö"4¾¹¾w#…ùdØ&g2™b±˜H$¾ÿþûyyyt:Ãá‰D˜Ùݽ{wII‰ÝÒ¥Kñx<ƒ xüøqsssPP‹uvvf³ÙÃÃÃ8F[YYMNN*•J˜©rqq‹ÅÿûßÙlöÐÐ<¨zk·£££­­ÍÁÁÁßßÿWB-èa0ˆT(((8~ü¸V«µ²²ª­­¥P(8ÎÏÏæ:Ðh4ƒ¹uë:Ø5557oÞ¼|ù²››ÛÀÀ‘H$‘H‹…F£%Éúõë!Ú@?%èÀé§íéé¹fÍA~=+õ­âäó³Ss·óÍoõ‡?üA¡PøúúnÙ²¥´´4!!áÇtuu!‰©©©0QPPàìì<88J£Ñ~üñÇüüüsçÎŒŒ$''çææ*•J +ÑÙÙéééÙßߟ’’blœüÖ­[ +E¡P@“ÇãeggçææBáý +‡Ããñ”J%…BðxŸL&S(”?üðL¼*k³x¤yñ-YüË¿sê/''G*•†‡‡[XX8;;K¥RxÊT*U@@FËÈȸzõjqq1Ç ‰DçÏŸoiiihhèììtrrâr¹[¶l™œœ„ÿ¢Ñh“‹Å8Î`²mÁiïÚµK¥RÙÛÛ·´´¬]»–ÏçoØ°ÁßßÿСCgÎœ)//¯¬¬ôòò(ŠíÛ·{zzBŒ®Z­ž˜˜>Ÿ?88XXXøkÇLàVÏÁë,Ôékì6L5¼“!B—/_^¶lÙÔÔÔ±cÇÞá—_I†ÏE ;P«AÈΕ+WòòòÞÙpäÈ“™™[[[—šš:99ÙÕÕUQQ‰F£¹\îöíÛ}}}‘^›6múùçŸÝÜÜFFF¢££ FlllccãçŸn¬Þîîî†1 +£<|ø@ øúúvtt JKKË«W¯~üñÇ‹YPPãééÙ××'—Ë«ªª0 “É>>|>¦º»»Ñh4Þ¹sg]]‚ jµZ¥RÁô›>IX__èСÿÐZƒöüã•{þÊw Òï¼Û¹¹¹ÐÞ&“É­­­J¥òÆ¿¾Å°$·³³ûùçŸGGGcbb Þ>qâÄÕ«W1Ìààààà ToóóXÿSh±Ý~eNÓømùÏÁ(AZ0¨´oß>¥R™˜˜800ÐØØ‘ÞSSSx<~ñ¨}|||VVÀÛÛæ@a¼ +"²#""`Öäååedddgg»¸¸,Y²äÑ£G›7o®­­mjjÚ¿UUÕöíÛÓÒÒÞù´ +[iEEEÐ|ò䉭­­F£È‚‚‚ÊÊJWW×ÄÄÄ¢¢"­V=222>>N –-[öôéÓ—/_ŽŽŽB¸Ìôôôðð°··7@¨©©±´´„ðÚÚZƒÑãa„ï~ÚóþmlͶz¼æ ¹\î;wx<žL&Û¶mÛlS|ÿþýMMM!!!ùùùéé饥¥“““555Ge±XkÖ¬ÉÏχZ08‘žžþøñc‘H4::êääô駟¥ÀŽ9RWWG£Ñjµ&@½½½% ÜÃþþ~Fãéé©T*¿ùæ›ï¿ÿ^.—K$²÷òòR(*• +ÇK$ˆ’†æ½½ýððð•+W_A#•Óë¢åœ¶ñݼ%q¹Üƒº¸¸@ûÏÚÚšËå>Ÿþ +‰ñöö àñx???}¯¥K—55åååÕÔÔqy: T*mmm÷ìÙ£T*úé':Îãñ°X,™L¦Ñh¿KÑ0¤EZLLL__‘HÜ°aïóx<›‰‰ FC¡Px<ÞÚµkÅbq{{»½½}ooïòåËU*<:¦Óé&&&”JåÈÈ‚ J¥r×®]A©T~üñÇ°lY&“Q©Tkkk}8iýúõpÛ±XlyyyrròÓ§Oõ¥R ƒÓ?†ŽFãñxYYYH$COqllÌX{z·ÖxïÞ½ûúõëÓÓÓÏŸ?ÿÇ?þ&¨[[[U*ÕöíÛKJJ\\\´Z­¹¹9@R(”‹/feeáp¸;wîÜ»woÓ¦Mz…ŠF£Ö”––fggïرãäÉ“X,vçÎ/^\ºt)‹œœÌÌ̼zõêÍ›7÷ìÙ£V«:÷ØlvSSÇssskii + +…iooo‰RTT466611±aÆÀÀ@‰DÒÜÜÜØØH§Óá–:88@ ª§§gff†B¡ôôôŒ-Y²$((H(öõõeeeýZ˜ñšc Ö,766FEEuwwÓét>Ÿgèììtvv–H$‹§V«§¦¦bcc\]]íììŽ=ú&Go~î÷ÆQQQ_|ñÅ›¥Žß˜ô9Ï¡w˜øýýíÛ·o»¸¸üùÏö÷÷‰DZ­V«ÕB-hmm +í*•ZQQ%ßêÕ«‹‹‹mllÒÓÓ + +–,Ybii M­V»¸¸@ã +Àçó}||Ο??¿ÓCˆîî£údAAAKK ƒÁ ‘H½½½ñø|þ‡~Øßß/“ÉzzzlllðxüÚµk¯_¿¾råÊoo着ª”””žž˜ÄŸ`~]ûçC ¯˜¶žæWåúàñññ'Ož„††ÂÒ+SSSkkkýÆÇÇe2™N§ƒ5îî¦:†V +öõí·ßVVVþãÿøî»ï`^¹°°0>>¾°°P©T:::BGH£ÑØÛÛ§¥¥]¸pall,33óÊ•+R©ƒÁÄÅÅAà2ƒÁàr¹J¥"$ªªª ô÷º§âmNÔ"'öm>>ÿ¨¿Ób˜É›ššîܹsìØ1ˆ†™ŠŠŠ>ú¨¿¿_©Tö÷÷›ššFFFÞ»woÇŽׯ_?uê”ÞB†fƒÁ°µµµ²²²°°àr¹nnnNNNqqq³;ýꫯêêêÂÃÃy<ž‡‡GRRRSSÓ½{÷ðxü{ï½Çf³><»‚ÅÝݽººúÊ•+`B<ç×xŽ“‡„„\»vÃá`0"‘Ëèt:“É„ðOOO333h·±X¬Ã‡çææNOOC¸Ã¿þõ¯íÛ·¯Y³F¥RÁ~}}ý|pùòeA¢££çt* +íìì"""LLL^¼x‘››‹F£O:¥¿7 ¸¸¸»»ÛÔÔ´»»‡ÃAØÞ½{÷ìÙc¯!!!%%%0ÓbFcøX-Î sØòµ€X‹ Oߌ™ +j8ƒHØW~Ê0/###//ÃáÔÔÔüðÃúÔ‘‘Xª ý>ˆ¤Ÿ]GºfÍšÁÁÁªª*;;»•+W›Ot:]YYYrr²P(´°°`2™+W®>>°J^.—#ÍG2™ÜÐЀF£×¬Y/ +1*飯ªòññyþüùž={vîÜI¡P¾ùæ›ØØX€J¥rrr‚‘ýêêj+++{{û˜˜˜’’‹…Ãᢢ¢0ŒR©„xµÖÖV4}ëÖ­%K–`±X&“yéÒ¥9¦…Báp8…B-Y²ÄÕÕõðáÃ,ËÝݽ¥¥ÅÊÊ + “É,,,|}}%‰——×óçÏÓÒÒ×d_ýµáoÀl‹Ð+eõÓlÖ}{Àµa&‡Ü[QQñÉ'Ÿ@_7&&æÒ¥K¡¡¡P»fffš››CqÕlNNŽN§óðððóóƒ¬Å`0 Ž…2‰Éd&%%Aä)N'“É÷rss×­[­4Ì‚ÒÈÓÓS*•ŠÅbˆBíééÁápð"<oaaQWW§R©°ËÍÍÍ‚F£UTTÀ³Àd2aåZ©^+óZ4‡½)‘[d oI†ýmAvìØ|pðàA˜‘jll$‰t:‹Å^¼xƒÁ P(A Ûâf???‡Ã +ÏËËK"‘̾ÂÚÚº¤¤ÄÏÏÏXdz´´4??_«ÕNLLøûû‹Åâ””ggçÓ§O;88xxx´¶¶îرC"‘ÔÖÖ ß›pëÖ-ÜÖk@€Åbõ ¡PX,ë#ÈJûöíƒWÉ\ºtI¿ÛsBÿs`g¯¤E˜Ô¨«¤ÀÂ¥ÊƼ¯'cý« +p=fòüü| +5:: +w;==î$¼³µµ5===''Ç‹Å~þùç.\øøãoÞ¼™œœÌ`0²³³‹ŠŠ”J%¬²ö÷÷§ÓéظqãÖ­[ + +p8œ>7>[o÷ôô¬^½Z¡PÀê”ýû÷·µµÁ £££gÛ´Z­D"¡P(«V­,))Q«Õ)))ªFóÅ_uƘGoYæ³xsã?nd°Íúýci¸\neeeww7‰D‚W MMMÅÄÄ̆£y{{¹¸¸ÀâøééiâÙµk—1ø¾ÙdxÚ¥¥¥l6Ú¥¥¥kÖ¬Y¶l™L&swwöìÙÌÌLdd$¼†¤¯¯/))éöíÛ¶¶¶gÙÕÕµvíÚŽŽŽÍ›7·µµ’H¤;wî8p@§Óutt@ +?›^«Ôâ• +_{ÚL&ÞÐÔÔ4==ÅbÛÚÚÖ¬YÓÓÓ£R©&'']]]a‰ØÐЉDœ˜˜055×étðÊ +…"“ÉLMMÇÆÆðx¼T*mkk“ËåÉÉÉîîîååå7n¤R©l6ûæÍ›ÃÃÃr¹\.—c0wwwØcGG‡\.W*•ûöí;}úôýû÷333 +ÅÌÌÌ’%Kúúú¨Tjee%‘H„hf@}}}LLLYYÙªU«Äb±¿¿¿Áži?|ø°½½]«Õlll™žž¶³³C¡P=Õh4›7oîïïwqqA£Ñ/_¾\±bEOOÏðððÄÄD|||SS•Jµ²²‚÷ÅXYYé­ ííí}ï½÷ô=B¼¦­­­L&ƒ£„òީµµ¹ººº¹¹‰D"èŠÂ7a s||Ba<Ò|°ê‚Óœ?~bbB‚‚›ššÂO@„)ìö-‹u:"ø·2FWݽ{×ÑÑ–—ÀÚÔ‘‘µZíëë+—Ë_¼x±qãFÀ½{÷är9ôž={–––VRRâèè ïš7ý444kkkFcnnÎáp>ùäN7$fÜ¡¡¡555õõõÝÝÝ=òññ¹zõjyy¹……ƒ)//wrrzôèÑòåËoß¾íáá‘——wñâÅ+W®`0‰ôäÉ™LvëÖ­ÆÆF[[Û¼¼¼ÀÀÀ®®®»wï«T*µZÝÞÞŽÇãASSÓäääÒ¥K£££Ÿ}š@ ܾ}{ãÆ]]]¾¾¾ííí®®®J¥rÏž=}}}jµšÁ`‰D©T:11ÖjµÛ·o Ý~X±U*‹ÅzøóÃ" +nÉácB¡phhhbbÂf³effž:ujttô÷¿ÿ}AAFóôô\µjUUUÕÛo¿ŸŸÏårÛÚÚž}öY©TÊf³Ífs__ŸÉd¢R©~ø¡“ÆhÞaïÚµËÛÛ›ÍfWTT¸»»S(OOOµZÃáØl6ŸÏ?{öìèè¨Åbáóù4-<<üoû›T*5 k×®­­­ýÅ/~áéé‰ ÈòåËá +äççq8œñññ¼¼Ÿsüøñ²²26›}åʕÇñùü¶¶6£Ñ¸gÏó2û“Éèèèèè¨ÃŸîÝ»7ßOßcÿ×þçszq¼Úååå[·n¥Óév{¦ÑhŒF#ƒÁ€ö¬««kvv‡Ã¥§§WUUùøø(•Ê””“É„Çã%‰ÉdÚ¶m[ii©‡‡‡——×ôô4ÔÒ¾¾>‘HD£ÑΟ?/ +[ZZ$‰«««ÉdZ¹r¥V«•J¥gfffåÊ•?üðƒÑhd³ÙjµÚÍÍmbbB«Õ&''wttxxxøùùƉ‰‰ÀÀ@•JE§ÓµZ­V«øøø„C‡Íg€æµäÞÞÞP]\\ðxü­[·Ö¯_/‰’““étztt4‚ wîÜijjrssc2™ fÙ²e'Nœ P(ÃÃÃùùùß}÷Ý|7*ÜrcccJ¥266ÖÛÛêäêÕ«çSNE_y啇¿,l·œ‰²œ +WžÌr,Ü!EËËË###-Koo/Fc2™###f³yݺuOÙÖÂâ`ØàâÅ‹³³³Û·o¯©©Û†ÍfËårE ‹‹‹aïûúúòòòšššŒFcGGÇçŸ~üøq6›œœ\VVF  +Ell¬R©$“ÉV«uhhhÏž=r¹\(ŠÅb8lÐØØH¥Ri4Š¢8nzzZ©T†††îÙ³çgöÂ>ùGE«««u:]ZZÚ‰'X,VBBÂÕ«W—-[f±X ƒL&KLLœžžîîîNIIa2™àù矯¯¯çp8!%%åÉšv Û*•ŠÏçŸ8qâÔ©Sñññµµµ¿ýío‹‹‹ƒ‚‚/^\WW·sçÎÒÒÒƒÖÖÖC}£Ñh*•ê—¿ü%F«®®Þ¾}ûáÇssskkk}||`¸611111áééI&“?ýôSƒÁ¸{÷n¿§§§P($‘H®®®F£±¿¿?%%¥¾¾¾´´´µµ•Á`ŒeggRSSÝÝݧ§§ŸxƬ6‚ (Š8p ++«µµ5))i®ÃÔjµx<þÀ¿ûÝïV¬XÑÖÖáííÝÝݽcÇŽ<ÿüó‚ìÙ³G$EGGŸ9sfÙ²ewïÞݲeËôô44„üã(Šöôô0 ¨5(ŠŽ‰ÄÆÆÆ^x¡»»[¯×Û=ü(6isíÐÃûß¡ÙtÆÞþkÅñjŸ;wîСCôûGO¿Q-((P(éééŸ|òÉää$•J]¼x±N§ƒ>œËåZ,¸àåååÉÉÉ€äädhk7lØpòäIƒÑÞÞ^RRrîÜ9§T*Ùl6-***,,|Ø9ÐmÇãñöíÛ§V«óóóATT‹5›Í¹¹¹W®\1™L + + +™™™×¯_÷õõÅb± ÆjµšÍfƒÅbaÏ:;;;vì¸qãFvvöÜ =66–L&«Tªääd±X<11$‰^z饠  S§NÑh´ÂÂB•JÕÚÚú駟†‡‡S(”èèh¹\ÞÒÒ‚Ãá¶oß^RRâêêdµZb±ø¹çžƒûñâÅ‹±±±óN¹“±¡3¿ÚcFgd¾×ÂïoݺõÈ7œ>}º¾¾Þù犃M. +ËÊÊ  +Óh4[¶l)**ÊÉɉDaÑ¢E‰„Åba±X¡PbµZá÷€ëׯ»»»kµÚ¢¢¢S§N + x{{S(77·ŒŒŒ¢.E…B!Š¢×®]ˆ +Ðjµ8Îb±p8œ¿ýío)))R©tdd$>>žH$Þ¸qcrrrrr’B¡äää>>ÝÝÝ$‰D"Ù²Ùl,k®/ +…ÀßßÐØØH§Óׯ_/•J›šš †Á`!+W®¼uë–››[RR’P( Ããñ0¶-,,<|øpxx¸R©äóù]]]d2ùÆ4-''G,#òæ›o:UTBÄÇÇgffæܹs7oÞÔjµ‡Â`0ppÍf3ƒÉÊÊrB-OæŸ&:p¼Ú0´¿.õâÅ‹&((È`0H$&“ùMÚE(q¹\©T +€…ÇÍ›7_¼x‘D"™L&³ÙÌãñ8Î_|Á`0&&&p8œÕj¥Ñh°#‘H`W7mÚôñdzÙì™™³Ùœ““sýúuƒ‘——÷ðÔü+ëä(Š¾óÎ;ƒƒƒ6›M¥RÁx¡®®.""B­V{yyéõúõëןՒÉd¡PÈãñœ¶@ ¨©©ñ÷÷Z½z5‚ ÃÃÃPW¹\®ÑhÔh4°R{ìرäææšL&ooo‡¨¨¨ÈÉÉ©­­‰‰œ>}:++ –\är9“ÉLMM‹Å- +xœÄ~®j<®š¸>|ø¯´Z­D"!‘HjµEÑuëÖ555%$$˜L¦©©©;w¥-]ºÔf³õôô&''Õjµ»»{CCÃíÛ·—-[Æ`0êëë=<55µfÍ‘H”““súôé]»vÁ²QDDÄ™3gÞy窪*E½¼¼ÆÇÇá>Çãñï¿ÿþ¯ýk*•㼓'O† + + +”JåÌÌLzzzcc£ŸŸŸN§›Ý´i“T*mhh ‰gjjJ«ÕŽŒŒP©Ô¤¤$5ãñøU«V …B¨¨¨ÖÖV777«Õ +±1F£Óé.^¼ø´~zû~~âÂ|‚ LJår¹ÕÕÕ\.·½½}ÿþýpR,K\\œ››ÄL +‹ˆˆÐét¾¾¾b±8??_$544¼õÖ[*•ª¼¼œÏçK$’ééé±±1,›––öüóÏCWúˆa—––ÂÁ ¢×ë +ÃK/½sƒ¢¢"Hâddd¨T*¹\ÈÏÏ?yò¤Åb9þ|jjê±cÇD"‘R©Ü¾}»Ý4BèïСC6l¨­­ýöÛo¢êÍ\Ï?ß;[òòòrµZ²|ùr‰DB&“Fc@@@ccã¯~õ«ÞÞ^‹ÅÒÙÙ9;;›™™©×ëaäÔÖÖF¡Pl6D¶^¯ˆˆ‰DçöíÛEEE"‘hëÖ­b±˜Ïç#RRR‚Ãá<ïÎ;|>¿½½ýûï¿ÿóŸÿ, | +³ÙlEEEöRüÑ£Gu:]VV–T*]¹r¥X,.,,üä“O`A&“Y,VCCCCCƒƒ¹™Oé,\Ø“êRå§7E —bž@;°šššW_}µ¾¾:mVQQqðàAè«M&FËÍÍ}÷ÝwW¬X7sEE…Ùl†Ïûùùi4>ŸÏf³kkkJ¥rÉ’%T*ƒÁ˜L&X ,))ån.—[SSóÁÔÖÖ"ræÌ™ÿùŸÿa³Ùt:½££EÑöööòòò’’’ÙÙÙ„„„¿þõ¯>>>V«5//O  +Ì=³³³=ºnÝ:‡S\\¼wïÞ‡½ƒàT¥RUVVÞ¼y3 @.—÷õõ½øâ‹SSS +…B¯×Ûl¶èèèÁÁÁüã111]]]J¥²»»;00ÐÛÛû»ï¾Û¸qã /¼ÐÙÙ¨T*/^¼Èãñ¤Ri|||ww·L&8|ø°J¥êééár¹D"ñ¥—^ª¬¬LOOGQ´¶¶vbb‚Çã)Š+W®8p@­VÏÎÎfddTWW›L¦W^yexxØf³]¸p‹ÅR(6›}éÒ¥_|ñìÙ³2™ìÚµk+V¬p Þ o­‡ CöÍÿÄL­V;Ô ç_ûÈÚÓ#pÇ–\(Óh´ŽŽ&“™ŸŸÿÚk¯8q¢¬¬ŒÁ`ô÷÷k4¸Kÿþ÷¿;v̾禦Pµ»ú;wîp¹\H/ c0˜¥K—ªÕj@€ Èþýû333·lÙ"—Ëëêê^}õÕ—_~yÛ¶m………o¼ñFHHHNNNMMN§ËË˳ãS®®®_ýõ»ï¾ Cc‹Åâëë{ëÖ­¸¸¸ºº:ƒÁf³á檬¬|¿ýÓ‘òùðLJ‡ ß}÷ÝŽ;ÊËËccc{{{U*t„x<¾ºº‚¡¾¾¾¦°°ðÚµkJ¥Òb±ìÝ»·¬¬ÌN ‘HÁÁÁýýýD"ñþýûß|óÍÃMÏkÒ°XìÍ›7CCC +Eaa!ôØ £§§‡L&3™L–”” (ôñÇC"Jee%ì‡R©d0«W¯¶q8\tt4àwÞq8óÍò%$'›O§½½½d2yvvÖh4îÝ»·¦¦†F£™L&½^Ÿ‘‘qîܹ +6oØ°áÈ‘#o½õ–P(œ˜˜øüóÏr¹Üd2±X,¨)&“ÉÇLJÅb™L&&“ ‘p“É@ºÙääd‘H(,,,--]½zõÎ;SRRp8œ»»»»»ûÁƒß~ûm£ÑˆÃáòòòQ©TË–-ƒZ]]]KKËÁƒ!k'99¹¤¤$??ß®N•œWçå§æ®>A-ÑÁj##Êþþþþþ~ÈñkhhxõÕWe2™N§CQÔl6ûùù………)•J›Íæáá‘——WRR’˜˜(•J·oß^VV¦Õj)ÊÈÈÈÞ½{ÂB¡ðÛo¿5 ÐÛ›ÍæäädHeèîîf0SSS...===###X`=×ù1ƒLÚÉ“'[[[í4%ˆEÎ¥)Áä!888""¢ºº:''§ººzrr’ÇãMMMŽŽöôô$%%™Íææææÿþïÿnjj’J¥|>ò‰ÎŸ?*--ý裎=*4ͺuëFGG•JåÔÔF¦™™™B¡L&gggà …Mk¾ñÆqqq +…"??¿©©ÉÅÅ…J¥ž9s†Ç㌌|÷Ýw†çŒ{œë½ ß›+v‡ŸA@£[ò¹™F»zõjFF†P( ×h4›7oîëë{ýõ×ä+³ÙÜÙÙ ‰aaaCCCüã©l°!‡ƒ¢(¤¦íرcxxøÂ… ²Þ¸qãóÏ?ÿå—_jµZ›Í6==Íb±ÌfóÎ;‹‹‹Õjõ«¯¾záÂH Û¼ysyyy~~þÙ³gÍf3‡ËÊÊêèèX³f³TÛ'«9IÄ}xØ£££^^^QQQ0¢~ï½÷’’’¸\n]]•J=þü‰' l433sïÞ=6›­T*ƒ‚‚4Õjíïïߺu«P(tuu%d2¹¡¡Á`hµÚ¥K—B¶ˆSÃþwÇšú‡o ÿ­ã|ò€jjj&''­V+däP©TX + ‰D›6mb±XOç$£Ñh³Ù Y³ªªjrrrxxæRð'ûÞÎÎÎ>uêdݺuËjµfffJ$’ôôt¡Ph4ífòѲ°I€ŽìïÝ»÷õ×_?ðåÿC2ï&HKK[¼x1D•'''ÑÑÑR©.— É-0À’Ëå™™™}}}mmm»wï‰D‚ðx¼¶¶¶‘‘‘Í›7wtt´µµÅÆƦ¥¥•””\¼xEÑ“'O~ûí·4í“O>imme2™}}}t:½©©É~D"-Y²¤´´4222""âË/¿ô÷÷‹‹«®®NLL¼s率‡4ÀÓÓÓd2Ù™Zò“èö“ñOÖ7™L666+­2™ŒD"F°dÉDÑ!êD$ᇱ±1ø†™™‹å¤Ep¬Ûsk555‰$,,ìþýû;vìøðÉD"…B €ßËåòàà`Hnèéé©—Ëõôô„HxggçêÕ«½¼¼ÆÆÆ`e.!!aëÖ­;q?¢Fsèk¬ö¥K—”Je]]]BB‚Z­ïééñ÷÷‡ì¾ææ戈›Í111‹*¡ÉdŠ…îÖÕÕeeeÉår ×ëãââ F³ãÛûÛù6ÔãÊÂJþèMîp:|õ|-ÍW¯‡¢P…Ô¥RYWW·qãÆêêêåË—c±X©TºwïÞ×^{Çã¹»»Ã´.µÙlær¹È:ˆŒŒÆápï¾ûî™3g„Bá /¼ðÖ[o9;l;<O&“!R/•JÍf3‡ÃÀJEEL•ºººÖ¬YS]]Íf³¹\®B¡H$>>>d2¢ÅòéaM&!!A.—WUUµ¶¶.<ÝO1ø¿7Â#Î î@·Éd27vîÜù§?ý)77W*•nÚ´é›o¾a0f³Y«Õr8œééi³Ù ]1—˽{÷®\.ÏÏÏ¿|ù²Ùl}饗úûûe2—ËÕjµ›6múè£à°I$ì–ó~ûÂ… l6ÛÍÍ­¶¶6!!r†ÜÝÝ{{{ñx¼‹‹ TÃððð¾¾>‰´bÅ +Aæs´qêÏù_Ÿ@æúm<©2sý6øçz¶¶¶BŠ¤Á!âçç7::ºdÉ’±±1&“‰¢(Š¢ †H$>Æj …ŠŠ +XÜ0›Í‹-úûßÿŽÁ` + kjjrssKKKáù¹$èôôô‘‘.—{á˜B–—— + _{íµ¯¾ú*??2€{zz>ýôS•J-h¥R© Òf³ùÆëׯ‡ä;ŸÏtuuAF‘Ñh„'©à0V³Ùl(ŠÚl¶_üâx<~ãÆÒÁ×¹e†‡¿\X~ô@Ýy2±3½uÌB„‹¹hÑ¢gžyÆÍÍ +.frròÐЋÅ"åååt:‹»ºº†‡‡a¸­­ +2CCC¿ýöÛôôô©©)hjkk322†††׬YC¥RðT¢Éd ¾yó&DHíÇHm6[LLLttôÙ³g}}}ÃÂÂ$ ¤¤Ri___||¼B¡0 ‹-Ú½{wqq14½°8=ŸítlÉûûûGGGOÊÎή©©ñð𨯯·c€Ð¶p8œŸŸßððð7ß|SYYù»ßýn÷îÝGŽ™ t—””xzzNLLŒeffÆÆÆε7Àã›øü“Çä‹J¥‚ÉùN8#‚ÏÌÌwvvFDD¨T*Xl‰DjµãÏ=÷œ¿¿¿H$‚uòO>ùäW¿úÕ?þñX®„(åðð0…BÎVl`–ælpZPP ×ëa|÷Ûßþ¶«««¬¬Ìh4r8Ëå4 +²˜ÃÂÂ.^¼¸ÿ~ˆÈ”——™ÍæÍ›7_¸pžëuqqÙ¶m¤l!b³Ù¶oßž››‹¢èâÅ‹/]º"‹ap +É”R©Ôb±øùù1 ƒ©Œ³ÙŒ HhhhEE…ŸŸßÐÐR©üÍo~S^^Îb±ŒF£J¥¢P(^^^‚À“}˜c躷X,ÞÞÞ¬G›˜˜Ÿ1™L†L&×ÖÖž8qâ£>JII‡TW­Z… ÌrrrŠŠŠ‚‚‚ + år¹ÝæÇÅÅÙDýDÁéÂòØÐßÊó¸y8¤ì¬Zµ +Ù6î/((ˆ…ÄÕÙÙY,{ïÞ½ÔÔÔ³gÏ8p€D"áp¸•+WÂR¹X,>sæ T°Þ½{wݺuJ¥EÑÜÜ\g3°ššx`ÃÏÏÏb±@ÌúÌëׯ‡††&$$TVV†‡‡·´´lÞ¼¹¤¤†ÐÇ'“É4íСC[¶l»šB¡0Œ°°0:õ…ÇãAèÏç_¿~‚Äb±VKNŸ>ýöÛoº¹¹577>|¸¥¥%11Q Ðét˜ŸÉd²{÷î½óÎ;pÌJ¥ÒÝÝ@£Ñ¬Vk\\\kk+, +9…ýÞ‹“èüS¶õÄ'ƒ¯¶P(d0îîî7oÞܽ{7<}ž——;@ ‹'G¡PlݺÕÛÛóY³fÍ¥K—âããq8\EEEff¦R©ìêêZ¾|¹^¯ + +•J¥çÏŸGQô‹/¾ ÓésOÁ M«Õ²ÙlAîß¿˜””466†Ãájkkgff0›Í*•êÂ… 111... +…‚ËåÚTøùù¹ºº~úé§NÁúB¡ðÔ©Sð\ÓÞ½{?þøc +…âêê +‘'±Xœžžþý÷ßïÞ½â4íòåË÷îÝ{à=8Rg4®I{àóÂvîá—?v¾ý³Ý)Ät`é<Þ’àîîþÅ_|öÙg¯¿þzppp[[¼Åã™gžIMM­¨¨xÿý÷¡ÄÄÄH$’´´4{R<44Ä`0âââœ2ipÌûöíÓét‰‰‰...(Šòù|‘H4==¯×ë[[[8w{sss\\ܳÏ>ÛÛÛû€ç3›Ír¹Çƒ—tÀœšÞÁÁAX´‰DqqqÑqpZUU¥ÓéÈd²Ífsqqáp8J¥†¢8n||<55ÞS?>>.“ÉÜÜÜÒÒÒ$ N‡ŒLÀ`0àñTH†J¥žžž>>>ƒ¡¢¢6ç0{Dí±äÇ¡ì,¬‡•ìOŠR]]]hh¨=µ„ØCPP¯¯o__DBCCC{zzà‘‡Ãá`é>œ˜˜(“É ,Z´ÈÓÓ3--íÒ¥KånoowjØð’üüü#GŽ‰DŸ-[¶@î³Åb©ªªŠ÷ðð + +’J¥0 ƒa<Â$•Jq8\`` ‡C„ÃáFƒÁššJ$«ªªàM1×®]³›žž®¯¯çñx°®séÌÌÌÏ?ÿœÍf»¸¸¸¸¸‰D±XŒÅbCBB<<<ôz}NNÎo¼qìر²²2.—UÕÞÞþÙgŸíÚµëÈ‘#¥¥¥^^^ááá.o[Ø¿ÍÇ›søÍNø±˜w$ë=}dá8éééqssËÊʪ¬¬@¾›ýÊX3+((€´ ðððsçÎÁ³Y"‘ˆN§×ÖÖBxîܹÜÜÜ›7o®Zµªµµ544Þµ„ ÈW_}… ‚ 0˜k~ÝÝÝe2Y^^ä´€ÃÃþ¾¾x<òøÅb±›››ó7H=b“›Íf‹µð1á¹…Kxxí‘å7ð8iÆOzýÁë?¥Ÿ‡”&“¹ÿ~•J¥P(`—>üðçìØ2ï° + +ÄbqJJ +ÌC + Ïž=ëæææïïßÓÓÓÞÞž››[WW— +mÉ䤤¤ÞÞÞ””H‹“ËåÏ<óLJJ +‹Å*))qwwß¹sgYYYOOÏòåËRJ~6q\K{ûí·gffìÖxóæÍ¡PðQ(”õëׇ……]¹rE§Óµµµ¸\îÕ«WW­Z]YY¹{÷nXc"‹eÛ¶m---€Éd’ÉäáááÇ·™L&‘HüÍo~‰Çã¿úê«ÜÜ\¸$‰‰‰ + + +þþþ°r*•Jçcv.4lgd +£‹ÇÝù ãÛð2Xýž™™‘ÉdL&“D"ÙQnxÚO[?²iÇÆ||Üþ¤³½>øà§nè™wµ…B¡N§3›Íf³yíÚµ—/_NHHhoo7™LÙÙÙgÎœYºté7222ÆÆÆÔj5“ÉìîîMMMmnn7YYYp¡z{{“’’d2Š¢>>>F£-À?Qn"‘¸uëÖ/¿ü²««kÙ²eÉÉÉ---±±±mmmQQQx<þòåËQQQT*U(fdd0 @*‘HvìØqáÂ…®®.Fsúôé“'O>÷Üsááá0vZ¿~ýÃÐ¥c݆@"‘¼¼¼fffÆÇÇ—.]ÚÜÜœ’’¢T*‡††˜LæÑ£G §§§ÿú׿b±ØÔÔTf6›QïêêòóóÃ`00¢‹Å‹%>>^¥RïÛ· ‹oݺµvíÚ÷ß?==}Ñ¢E(Šêõz<ãÆåË—Ã=§×ë]]]cbbà +pÏϽâØ(ŠÂ +O$áŒ;{ êÒ¥K‚ÐétƒÁÀb±¨T*·¿>C$d2¹»»’F`“ðPØ¡±±1ƒÁÒ`ÿìZ +õÿöíÛ°F$i4F ÓéV«µ³³“D"ݼy3%%…N§·¶¶4Mbb¢X,îîî ™ï@ôÂâ8ß>þ|@@ÄtŸò&‚…AêêêK—.ýùÏ®¯¯‡ÈÈHXöòòêé鉈ˆÐjµ †@ àp¸ÑÑQA¢¢¢îÝ»·lÙ²ÚÚÚÐÐа°0N799éâââÌõÉóêöÑ£Gûûû) +‹Åª®®¼òÊ+ƒƒÁDFFþðÃsoµ3 îîîx<~ttÔ××j ‡Ã±±ááჃƒpµ+**~ýë_³X,A¾þúë‚‚„ì{²§§'&&^¢ÍAPP,×ÀMoZ€Á`à1Œ3ëä`ØUUU°‹A«Õ†††vww[,–gŸ}¶¯¯F£Ý¾}›Á`LOOÏÌÌ(Š‰‰‰}ûö]½z•J¥ŽUTT„„„?~ü½÷Þ[²d ¼ozzÚb±¤¤¤Ü¼yóþýûX,öå—_¶§Ÿf³™L&K$’ÀÀ@…B‘––vëÖ-OOÏ„„@cc£N§#‰!!!£££J¥’J¥Z,–ØØX‰ÔÔÔÕÞÞŽÅbŸ}öY‹ÅQÔï¿ÿþõ×_wª–&“Éššš†††ÂÂÂ4 +N7›Íýýý½½½F£1*** ÀÅÅ€ÃẺº^~ùe…B!“Éfffbbbൔz½žN§ÏÌÌŒŽŽR(³Ùüâ‹/Âꃷ Á“¸ííí æÎ;V«ò>¡öòù|Hz!“É ©iƒÁf³¹ººB_ +effšŒ¹& +Ì£¤ó2Œí)&&¦µµê9úÏ[Ýàž„o„]Ã~@] + +‚à™Ùl†ûs¾VìV^ö€Æï§3+ÿ¾ ãŸTþM/êþ©å‡ýŸ$ÿ¡Ãþ?–¼F­ +endstream +endobj +314 0 obj +<>/Height 106>>stream +xœí\kTSWÚÞ $r$"H(AH”K …Òt@mmutza°^:RËW/E­K-TK¥T¬¬ŽXVFTÆ@ňL@@n`Hb œ„¾{ +‹%µí·¾™÷ëpröýÝïû<ÏÞsÆÇÇÁža~ï +ü>ößfÿ'™õÔGD"qíÚµ¿}mx<^aa!•Jmmm]°`‹•H$ÖÖÖ fñâÅb±X¡PøúúZ[[‹D¢äääÒÒÒ“'OJ$’cÇŽýå/p¹\…B1>>Îd2íììjjj¶oß÷\Asþ¸4AˆDâä?^jÿš= ûïÚþ· ‚˜L&OOO'ÂÃÃE"‘ÍØؘÏÇ=šŸŸïÞ½?ÿùÏ!!!ååå +…@¥R›ššÉÊÊ:|ø° +ÏÌÌÌÍÍíîîþúë¯÷íÛ‡¢(‰Dºpá,îOú“N§ HLLÌÏÏåñx}}}$ ~3==ýôéÓ{÷îåñxb±X§ÓegggeeYYY ÆÍ›7“’’ž={öôéSXááá]»vq¹\//¯M›6MùVû÷ïîÑÕ«W>|øþûï777÷÷÷Ï™3' ÀÉÉ©¿¿Ù²euuu+V¬8wîœÑhœ?>‰D*--ݶm›­­í“'Obbb ÃØØŸÏwvv¦Óé&“©¬¬ì£>Òëõ555jµÚÝÝ;<<|öìÙÖÖÖeË–ùøøuuuI¥R6›M"‘0LZZZ]]‡‡GYY™P(tvvîèè‰DK—.õóó[½zuEE…Á`HLLlii™7o‚ ƒƒƒ:N§Ó577ËåòU«VÍ;÷ù±7gýýýfŸÏººº,ÿàÎ;§¯Àõëקùùôÿlf\Çãóù(Š* +N·`Á‚9sæ<~ü855µ¸¸8%%¥¢¢B«Õ†„„ØÚÚ +‚ÑÑÑÔÔÔ²²2,+•Jù|>‡ÃQ©Ôžžžððð’’ +…‚Åbýýýñx¼P(¼páÇËÏÏwvvîíí…NøÒ¥K³X¨³1Kúö}ÿÄ Lî׉ç–wöïnfF[ ÔÖÖªTªÏ?ÿü7êûßÜÌïÛ‚üôÓO + + +>d³ÙR©tddÄÃÃchhÈÕÕU ¼ñÆ­­­F£ÑÓÓÓ`0øøø”••1 ‰D¥R÷ìÙC"‘üüüH$’P(ôððpppèììôóó#“ÉÅÅÅgÏž‹ÅSƒ§—Æb±ØÇÇç×jö4µyiÁ“_žþ‡‚|ýõ×ï½÷Þ‘#GP5 C"‘Ÿ={æááÑÕÕµfÍš«W¯†‡‡#ríÚµÄÄĶ¶6°gÏžY´˜m6‡ÃŽŽŽX,–Ëå„›m___sssttô¹sç6oÞ¬P(H$ÒíÛ·322Nœ8!—Ë™L¦¿¿[[[hhhmm-…BAQT¥R!‚¢(‹ÅÂãñZ­öÛo¿}n`a™ð†††àà`A†ŸÓ›™p…H$^¹råÔ©Sõõõ…BÃáüüüt:D"a0B¡ðý÷ß ¼xñb@@€§§g~~þêÕ«e2YUUÕâÅ‹U*Š¢ÆÆƦ½½===½¤¤‹Å’H¤¢¢¢ XYYMÔ>&&†ÅbÁ†±X¬‰MD¡P¸¸¸ŒŽŽb±X777­VkmmmooÃá<<<à;+V¬(..&‘HóçÏ—H$±±±|>ßh4R(¸Ä¦ö/˜fm¿´S_ôŽåùÜ)…B!‰Dª««#“É›6mÊËË#‘Hß~ûíÎ;‡‡‡½¼¼ ƒJ¥zûí·‹‹‹ýýý›ššnÞ¼‰Á``·ŽŽŽ._¾ÜÎÎ.""‚ÇãÉåò¸¸¸ÀÀÀýû÷S©Ô +6X”ÁÚ(•J­VëååÕÜÜŒÇã †N§CQ4""¢  `Ïž=ÙÙÙ,K(FGG766šL&2™<44ôkl/êÍ —1ù…'Ož,\¸pš¯½ú lF£ŸŸV]]íæææîî.‰àÌ„ëB&“y{{S©T<_WWgeeõìÙ³¨¨¨ääähµZÇ`0ࢠÓéo¾ùæ¾}ûðx]UU5ƒfïܹ³»»°dÉ''§ŽŽEW¬XñÁü’Nù5ì¹±µ¤ßÏ|›Çãåææ2Œ»wï¾÷Þ{mmmöööpp(JPPÐíÛ·íííõz}ttôƒ”Jett´““ÓíÛ·ýüüîîîUUU8ÎÆÆæ^©©©‡ + «­­MKK»yó¦Y—f&Ç×jµÛ¶mÓh4ÃÃ×/_æp8CCC666EEEwîÜyúôiyy¹ÝñãÇëêêh4ZII‰Z­¶<œ@äñãÇNNNMMMt:ýÇܳgÏõë×=zd0˜L&‘H¬ªªŠ‰‰yôè‘B¡pss“J¥×¯_߸qc?@ðöö–Ëåõõõnnn...ÃÃÃz½¾¾¾~óæÍS3°—Œö­[·‚F£!^^^Z­ÖÑÑÑd2a0˜‰Ù¥Ñh^í¾j¶&GA° —ÂI/ªÒï<Éù|~wwwww÷þýûëëëu:]mmmlllccãÐÐÐÆE"‘N§«««Ûµk×'Ÿ|âé陑‘ÁçóE"‡£P(7n܈ŽŽöóóS(£££­­­ÞÞÞ÷ïßwwwçw>ýôÓÖÖÖ©E› W8NYY™Ýàà Ñhô÷÷¯¬¬\½zõ½{÷Þzë-&“™››+•J/]º”™™©Õj¡§ +…ccc0Q%‰ÕÕÕ111µµµD"‘J¥²X¬ÚÚZ‰DÒÞÞN£Ñ|}}!Ð 0»wïæñxJ¥rxx844”ËålÚ´©¼¼|||âãããGˆˆ0"‘H¡PÌŸ?ŸF£µ··«ÕjGGGEù|>‡‹‹‹«¬¬twwçñx–îÛõõõ\.722rÙ²eŸ~úippððð0@Ø°aC^^ÞØØØ»ï¾[ZZjmm +ëÍ`0ª««Ïž=ËårsrrØl6Š¢l6ûÆþþþJ¥î4B¡ÐËË«½½}úÔú¥Þxjä?õ'Ó,º_q’OÎ=Ì&0‚J&“‰F£ÕÔÔ8p 77ÞÜÜÌ`0X,VQQQSSÓúõ럟ÿäÉ€¢(›Í®««ëíí…øûû ‚9sæ (š••UXX!D³ŽjreÌ»åÑ‹ÌJ³°¢ÓxG·ÿþÈÈȸ¸8>Ÿ?88ØÛÛ«V«wíÚ•›› 7p˜B2 <_SSzáÂkk묬¬   cÇŽ}òÉ'[¶lqqqñòò’H$jµ:55ÕÇÇ'//A¶víÚ©£m&\áñxååå6l¸råŠP(Ôh4+W®$“ÉçÎ;uêTmmíwß}—””„Çã +…bppP.—GGGwvv‰ÄÎÎα±1A.\¸@&“©TjNNà¹H$R(¹\^XX#v@RRRaa¡ŸŸŸH$rss³²² + S(óæÍS«Õ8n÷îÝB¡°¢¢"77‡ÃíÛ·O­Vgdd@pÖÎÎN&“µµµÁ +444˜ŒŽvff&Ì¢ðx¼N§ãóù©©©L&³ªªJ§Ó …BHzðx¼… ÂIîçç' +·nÝ +‰è‰ÔíÉ“'®®®B¡ǯX±¢­­­ººº¦¦æ¥3e›<¥g‘çÏ`’O"¦™À–,˜o×ÖÖ~ôÑG +…B$-Z´ˆF£Mä> + +íëëS*•6l())éïï_´h‡Óh4€ÄÄÄÜÜ\E±X,“ÉìëëCdùòår¹<))if€1T3899 + + +¥¤¤TVV"+æÏŸÏçóÙl6•J…üСCÐWÍ›7¯ººÚÛÛNûÀÀ@‰Äåraº‚ÇãÕju|||uuõ¥K— z9 uëÖeddTVVVVV®\¹‡Ã Ø}ÍÍÍX,–F£Á†ÁÊ8::J¥ÒÐÐP*•š››Ëf³oß¾ +˜;wnhh¨N§‰D€Ð/5³Éí+‰g1cgQ´ù ¬  @§Ó‘Éd"‘hmm­P(„B!‹ÅR*•2™,&&F(ªÕj[[[ècëêê ÊƒJ¥>xð`ýúõ7oÞëíí + ‘J¥cccñññß}÷݇~ØÚÚ:66–——7y´ÓÒÒ>l2™ÒÓÓKKK]]]GGG{{{ÃÃÃ;;;E"ÑÞ½{adúñÇŸ:uª¨¨EÑÔÔÔÒÒR;;»ääd¹\ÎápÜÜÜêëëÉd2œn,k©ˆ»»»R©4 ÃÃà +…"==ý矖ÉdX,ÎU‰Äáp`zµõë×çççc±X…B±yóæ7n@Òn*?üðƒ··wLLÌáÇ͢ö¿„´pä-äÓTh2ó¢w^ôÍ?þñÉÉÉUUUx<žH$ +‹1 ­V»{÷"Yñôôt‘H$•JCBBd2YeeåÛo¿ +uR2™L¯×‰ÄÆÆÆàp¸òòrN'•J/\¸`ÑÚ>zôèÈÈHmm-FÃb±ííí8Îh4~ûí·«W¯f±X,«°°ðÙ³gŸ}öYvv6Ô´@@ÿüùó»wïÞ¸q£%ÍGŽY°`J¥ + + +âr¹îîîÿûß'=0߃õìììLHHËå?ŠÕét---AAAz½^,ëõz­Vkoo€Á`ÆÇÇͤ±Su“5*Ï=‘äE?yå6})–‹g̸4±X|þüyHš~úé§"d᧟~"‘Hð5°téÒ;wþÏÿüϵk×"""Ξ=»lÙ²’’’”””ññqHYöôôH$PWWÂår™LæÆAnnnWW———WJJŠH$ + 9|ø0t/^\³fMHHD…=<< ànÍš5eee*•ŠH$nݺµ°°°»»›@ „††Â\ÃáÈår˜,\¸ÉdZäÒ +àr¹D"ÑÇǧ®®ŽB¡0ŒK—.yyyáp¸ÎÎÎ… Ž999³Ùì¸;99Á Ìd2%‰———@ °µµ + ÿ¦2ø ‡Ã‘Éd^^^]]]X,022˜““3‹˜ßr3Óì[·nÁ@‹Åb±ØææfGGÇññq­V944ÔÓÓãïïßÞÞþôéÓåË—?{ölÉ’%m¥R©fñ ijü«RH/2óž\ XYYÁœf‚ƒC700prrzôèѼyóFGG!®@$gQû t%+++11ñÌ™34-**ª££ÃÝÝÃáH¤­[·æççCÀÄ××EQ>~`` ??áÂ…, ²Ó†J¥666FFFþë_ÿjii1 IIIáþýû ƒÏçoݺ588Àçóa¬2gγåÎlm;::‰Ä §ýJȳöJ8 iÞÿ=ùmA233!DñäÉ“ˆˆ:©(6›]^^ÞÑÑ€ñÿ„jgxxØÎ΂ÍÍÍðô \êZ­òJpE( +•JµiÓ&KA¥úúú+W®ìß¿?;;›ÍfŸ;wî믿ÎËË;qâDAA¿¿¿X,Æãñ< ‰jµšN§Ã + %‹ +…"%%¦Ád=—Ë…ü¡D"©®®†·»»»L&Û³gÏîÝ»Y,–D"Y±bŸÏïééa³Ùµµµ(ŠÞ¿°råʈˆˆ˜˜XOËwÊ©ff´ + +x<ž^¯_¾|¹@ ˆŠŠêîîîé鉎Ž +…°Usæ̹wïÞk¯½ÖÓÓ3wî\©TJ£ÑæÌ™óôéSˆ~¨Tª¬¬¬ÌÌL*•*•Jß{ï½›7oBÊaîܹ3­ëì`iK› +^µO K¿D¬8ao½õW(ááá×®]KKK‹Å}}}8N¯×?zô(;;æØÙÙÙáááƒN~DÃÃÃaŽÜÛÛ›ššZSS#P¥P(‚ܺuË¢fOV!R©Ô–––Å‹ß½{R©4((ÈÝÝD"Éår''§ÎÎN“ÉÄ`0&ro'''WW× ¡¤£££Á`€,­­­ŸŸßL}þŒìEäá„™YÛ‚@2ˆD"ADE£Ñ>~üx÷îݹ¹¹D"&É JÄH$ÒåË—©TªJ¥Z¾|¹­­­Z­`±Ø›7oR©Ô;v|ñÅ===ð_‹/æñx€ììlggç%K–”••‘Édƒ‹†`qq1‹ÅjkkƒÛ + ¿°X,Ô«ðx<[[Ûááကˆð‰Åb¨(C„ÃáÀ³8›7ožJ]NçÉ-„fÇòx¼ãÇ[[[GGGÓh4ˆûëõú´´´üü|‰DB"‘ †8<<¼½½@£ÑÆÇÇïÝ»Éd2‹ŠŠˆDbWW×Áƒ?þøcwww6›ÝÖÖ¦×ëW¬XQYYùý÷ß[3<§T‚Ñ/‘H„\@ ÆíÛ· Bvvö/w3Ï­ÿéu =7«]©í/ Œy<^vv6€Åbíر#33Ó××n¶F£Ñh4º¹¹eggs¹\È7£(š˜˜(‹e2ÔÃFEEÉd2xÞmùòå•••ñññJ¥288Ød2}ÿý÷›7oþEÁéT›]Ê5ùç8‡Ãõôô@"¥¦¦†D"¡(záÂ…•+Wêõú¸¸¸ŽŽA:;;/^”ÉdÐQ{{{ÇÞÞÞIIIÃ…"—öööãÇ;88˜¯ál ßÜ&cIð<Ù&¿6s™Å¡~ç½çÏŸ÷÷÷ÿæ›od2 ((H 0 '‰¨T*ƒÁÈËË#“Émmm +åã?ær¹ + + +îîî +…b²L†‰€•+W?~Ç[[['%%M=‹n~ßf2™G…[…Biii1'NœØ·oƒÁ¸sçNXX˜Á` R©fUš%WAAÁÚµkgzB{z³t´§b±Lángd]µj•N§ëì쬯¯‡ZgeeÕÐаcÇAš››­­­cccúé'OOÏG‘H¤ôôôÂÂB(_ƒ1? """"òòò èO§Ó™EWÌà Smê/¹| AµZ½fÍšœœ<O¡Pìíímllx<^tt´§§'‰Dª¨¨HHH0öööýýýjµ²<|>ŸD"AÒª­­M§Ówtt@ÞJ,{zzš-z:~»££Ã`0lÚ´ ÐÔÔÄçó322rssÃÃÃ%IXXXKKKlllmm턼ÒÚo¿ýv__ßè訇‡”×>xð $$„@ @ýýs¡²…[·Ù1¯†ß†j™LF&“U*¤WrssSRR†††ÎŸ??oÞûŒ@ zôèè訋‹ ¤áQ‹Qûîîîôôô«W¯zzzvvv655¹»»ÃÑniiüî»ïàAi"‘èììŒ È¶mÛöïßïíímeeegg‡¢èæ͛Ϝ92þüÚÚÚ½{÷fggÃzôè‘Ñh¬©©©®®öôô„ƒÏÇÑétKOTTT ’•••““C&“µZ-Dj¬¬¬ÜÜÜÖ¬YSZZúá‡Á~ÄÇÇ÷õõ`XR‹UZZêáá!•JÓÓÓ‹ŠŠ°Xlww·««ëõë×Á´.c2Œ Ÿ¼BÏòëf`ÏUý¹¿y<Ç[»ví7ß|a} +…Uõ]]]€šš:Îd2a~†¢¨D"1™LPåF§Óñx|HHHQQQÿàà Ì­Zµj6Í.((€ÚwxCÁ† +.^¼8{‰Dˆi%$$ Þ½{7!!¡¢¢bÙ²eË—//// “H¤ªªª¤¤$¥R‰ÃáÚÛÛõz}dd$Ç?çÒ&ú¼lH§¾3»œÌÌÚf2™—.]‚G{Ö¬YSUUÕÝÝ’’RRRâààÐÛÛ‹Á`¶oßáhww÷µk×vvvvuu + ÀœB¡¨Õê°°°¦¦&•J¡§§'Äž§örNNΩS§.^¼ù=xO‹Å‚Z̼¼<,»gÏžÉ7=ݾ}ûË/¿¬¯¯‡ %¦¥¥555áñxÈ–gggc0˜™ßžÚÁ3ê×—"Õ°®Ÿ}öFëíí…"átíëëËÎÎ.//¯ªªúÃþ•—>>>÷îÝ{ýõ×{zz uíÚµ_}õÕ¢E‹”Je@@@FF†…uÓhN·oß^XX8räÈ‘#G UïZtÿÄ=B)))|>ŸJ¥Âù¬×ëái˜x ‚Å‹à ™Åb•••YYY¡(:5¿aä?K—fÉ`þ_¶FiF£ÑÚÚº»»›Íf …Bx‰TpppEEÅ[o½%“É„B!›ÍTWW·´´,Z´ +étzMM +¼eE(J$’E‹yzz:;;×ÔÔ„‡‡s¹\³ÔÔofæÑ•±±1F÷‰   •+WêtºÑÑQ½^oeee2™ MaooßÐЇ Èo¼xåÊ•Ÿššš–––°°0€‹‹‹··wyyytttxx8¼¤ ‹{{{oݺ…1sçεµµèõú]»výJsêåùöŒÌÿ÷ +ùÚYÛ '9™LV(ðè`ttbIП­Y³ÂLð'ããã€üío³$`˜\\NNÎŽ;ÌFÄööö‡ÁÁAwww‹cuƒÁpèСH$±X ¯°Øºu+ŸÏ‡bí½{÷ž>}zݺuiN_ +ÐOÆßÍ>·ð›/² à9¸ÿ~v²½9¸w%!!ÐÞÞ>>>O@dee‰ÄôR©TÏž=£ÓéÉÉɸ?T°îر’Š†ÃáÀË\׬YsèС +6úúúž;[ÓÚÚJ"‘¬­­ÝÜÜòòò¼½½á?|>ŸÁ`@UuFF‡ÃrìÉå;vÌ€ñ”Ëå0–„7ßøûû—••ÂLcÑ¢E÷ïß÷ññAQôñãÇ0AQtÑ¢E:ŽÉd¶µµy{{±Ùì’’ƒÑÐÐѹ\~õêU³Ý=#ösÖlÁlöíÙ‰`ÍþJ \»vM$mÙ²¥¯¯O¥RAÅ_ÿú×üãQQQׯ_‰‰‘ÉdÉÉÉ=’Ëå ƒÁèt:___™LwY6›]XX¸lÙ²(ŠíÛ··´´Àƒ¨ëÖ­³t´á¬Óét€¦¦&,kee¥V«#""ž»ÏˆL&çää>/Height 106>>stream +xœí\yTÓWöl1@ˆ¬‘„@$,k ¥ Tbq©”QÚÑQŽÂ03bÁV[Æ­´Ö©V[«qJ­ˆ‡ +•6 6‚DALX‚KˆYBȈÂïw†ãO£±Ó93sÿðÃw{ïÝw—ÏýÜg633þûÄü×þ€_Gþ7ìÿ&±|ú§âââ’’KKË?üpïÞ½ÿÞÞ^ +E f``ÀËËk``ÀÒÒÒÓÓ³ªª*11qppP¯×Óh´íÛ·ÿ«‡bL8…B‰‹‹{âw³ç˜4µZÇãáûuäyÃþ–ÿííJqq±X,®©©±°°ˆïèèxøð!…BikkÃápëׯÿꫯ\\\¢¢¢úûûÅbqnnîÁƒ +ƒ››ƒ©®®þä“OvïÞíèèèââ222‚ ȦM›ŠŠŠ}}}ÛÛÛoܸÑØØÈãñòòòrss + +Ÿ_ZZjÔFðx¼âââ‡nÚ´‰Íf‡……ýío3º8jµðC3_34¿½mÊÓçüÄ—ø®#JåwÞ!uuuË—/¿té’¿¿? +…joo§Óé*• +º1•JÅd2/]ºÄd2Åb±……Åàà`xx¸\.'‰ð233³ééisss€D"Y½zuuuµV«­¨¨€/âp8Ç?yò$TÝ‘‘OOÏÌÌL>ŸO ©®®Ðét™LÄ`0nÞ¼¢T*5@ `±XaaaÅÅÅ2™L­Vgddx{{÷ööúøø¬X±b¡ì…W`öÆÇŸÀãñbcc|¸víZ‘HhkkÃãñÁÁÁT*•Ïç«Õj‡/¿ürÏž=2™,00ÐÞÞÞÌÌL¥RŒŒ¬\¹’Çã½÷Þ{b±xhh¨ªª*''‹Å2Œ¹‡- +/\¸Ááp>øà{{ûîînssó€€@ww·½½½½½ý_|‘””dfföí·ßþæ7¿!‰2™Ì`0Ðh´§g÷&há"—Ëᣞ~à{ûÇ„Æ̇Ã!2<<ìáá144äàà`0š››=<<d2¹§§‡L&}ͬÀQÁ…BáÑ£G'''*• +n"KKKhÛ'''p8ܺuërrr’’’Äb1FkooŸšš¢Ñh + + +QQQX,¶¢¢"((…B + + +y{{s¹Üþþþ¥K—ž?Þ¤a———»¸¸´´´ŒŒŒüþ÷¿¿víšÁ`@ƒÁøûû#ÒÚÚJ"‘Y¹re[[›J¥R©T$ÉÆÆàââ‚ÅbAffæéÓ§—-[† ˆJ¥Ú±cGee¥L&£R©‡zþZ=¾ìßÿýÚµkM¿ÌeYM²äO<âYz8_7ÃãñŽ9`2™'Nœðóóëéé¡R©L&“Ïç÷÷÷ŽŽ + + +µµµ½ýöÛl6ÛÉɉ@ $%%ñùüâââ]»v …¦¦¦ììì‚‚ÀæÍ›‹ŠŠâââø|>‡KNN~zÓ±ä<ïôéÓƒƒƒ¹¹¹ùùù)))|>ƒÁtuueggóÍ7*•jzzzjjŠB¡ ²}ûöÌÌLwww +…ÒÓÓsêÔ©#GŽ ÑhFÃ`0¸\. ((¨¥¥%22òÒ¥Kk×®>tè——×Úµk¡5¦ÓéX,ÖÁÁP__ßßß_WW·råʸ¸¸K—.iµÚàà`˜ ………iµZ€H$Z³fMYY™»»{aa!‡Ã!*•J,£P(@€Ãá0ŒÑ0ÕoÕ|þb¾°UŸgéÎK±yÆW»¼¼\$1™Ìþþþ¸¸8‡óÞ{ï8q"++K(^¼xÑÉÉÉÑÑF'&&*•Êºº:•J•’’RQQ188£B‰¤P( F{Â::ÄãñØl¶¿¿WWWggg\\…B¹}û¶R©ôó󤧧ïÙ³gtt”L&766Z[[ÿáµµµt:@ D"•J­©©±³³svvvqq‹ÅžžžÐúRRRžVr#©ˆZ­V©Thllìèèàñx{öìa±XùùùwîÜY½zuDDÄàà`jjjAAÁÔÔÀÓÓ³  ÀÖÖv×®]yyy±±±žžžÁÕÕµ¢¢ÂÝ݇ÃÁMÑÕÕÅçóá»à Ž ȵk×êêêÒÒÒ(JKKKqq±‹‹Ë¶mÛCBB¹xñ" +…‚þ\,777¯_¿^,¿ÿþûmmmÉÉÉeeeh4zzz:((ÈÁÁÁÚÚÚèjWr£Ñ…éòWòY+J&“Q(‹íèèÀ`07oÞôöö¦R©÷îÝ ¯¯¯LMM¡Ñh2™<44¤ÑhÞ{ï½ÊÊÊêêê‘‘‘5kÖTWW;99¡P¨ÞÞÞÔÔÔêêjA ãñx.\ ‘H555o¼ñFffæ¯9l +…R^^nnnž’’B"‘à†††V­ZE Ðhtÿøø8@ ‰pa¥R)¼744ôÎ;ƒN§×ÔÔhµÚ‘‘:Ž ˆ@ Ðét8nllŒÇãÅÅÅ-$ž[ˆ¼`6kfçÔçÇ/xÚo—••Ý¿?**ŠB¡Ü»w/==ý矉ŠŠb³Ù, `ooïÞ=,‹Ãᣣ£•J¥››ÛÓ‘¶ébdØ<ïã?ŽŠŠêêêÒëõƒƒƒ¯½öÚÝ»w©Tª¿¿?‡Ã‰‡ž³¿¿ÚghK£¢¢©¨¨ðñññôôLJJúì³ÏFGGi4šZ­–Éd <Ï××W¡PܼyNDOO€L&k4;;;ø£¹¹yww·T*õöööððèîîöððP(666 +~çḂ©QÚ/䮡Â`0ÞÞÞR©´½½ý­·Þ*,,$‘Hh4šÅb‰D¢ØØØ‹/BÍòòòŠÍÎÎ^µjUEEFc2™( +ð±±1WWW‘HdeeeooÆårMEW`Ì855…Ç㻺º|}}©T*‘H,++ëëëóôôlÚ´é£>JMMår¹)))íííL&³µµ‹Å’H¤®®.ø)îîî}}}R©A­VkeeUZZ:礀ÿ¿¤Fg*Â|gÜ8¨Ô×קÓéd2ÄÉà‚lÞ¼ùöíÛP‡)Š««+—Ëe±X\.—D"9::>zô¨¿¿óæÍIII¦¼biGGG çååYZZ’H¤ÔÔÔŠŠ +¡P˜››ûñÇS©Ô¸¸¸’’’S§N½ûî»0V9s振¯/ƒIIIÉÏÏ + +jlltuuÝ·o_FF‚ 4M£Ñüîw¿›Ìð´¼,Àè94q‘ç|ìóo1âÀLÌÍÍÅbq{{;‘H´µµ%‰wîÜ¡R© Æt°A­V¶´´øùùuvvJ¥R:N ø|>•J]³f +ôIII¡þþþФíß¿_¯×¿úê«ÕÕÕ0j˜™™‰ºÍèè(‡ïììär¹/f°°°ÿDº»»cbb )6l€•œF£)•JA ’»¹¹éõúÉÉɘ˜™L†Ãá/^|ûöm½^ôÓO?>|øäÉ“666z½žN§ + +)•J¥Rù—¿ü%&&æ­·Þlܸ±¨¨èàÁƒyyykÖ¬Ù²e‹©Ã†bGG‡——„ab\TT200ÐÕÕÅ`0fff +ÅŽ;Øl6 33sçÎ{÷î…¯Ÿ¯<'“7±1ñE/³6ßëy<^~~þ¶mÛvîܹeË Ãçóu:••ÕÇ¡ÝJLLÌËËÛ´i“F£©¬¬Äãñ[·ne³Ù:ŽÁ`‚ŒŒ ±XŒ ˆǃ9Œ“““§§gdddNNNccãÓ¯¶8pàÀ?AˆktttÏž=îîî###µµµR©tÑ¢EÝÝÝW¯^ÔÖÖ¶µµ•––ZXX”–– +…B,[PP ×ëkjj`!åùÖËååååX,V§Óyzz*•J#™››oØ°áÚµkyyyû÷ï +…666VVVx<¾¾¾þ·¿ý­D" ‹Å€"‘§L*•R©ÔêêêŸþÙÓÓÓÞÞþé/™ÇÞ†¿uww+ +, “ÉÍÍÍ333€žž×ÒÒ=¯•çp8 c!ñæ¼ä׬xB“†Á`Ðhô²e˺ºº²²²Ž=ª×ëI$@àr¹PÕ™LfmmíÍ›7óòòÊËË BuuµV«ÍÎÎæóùL&óÈ‘#qqq·nÝÚ¼ysIIɶmÛ`iK3ŽœÎÆzîîîCCC)))l6{zzšH$öööfee9sfÇŽo)//P«ÕÐ?Ï«TªcÇŽåææZXXdeeååå…‡‡C øüùós΋QcS·Ì6Fý6Ÿ˜˜P(VVV‚DGG744 ƒ¿¿¿@ €£Ý·oßòåËËËË™LæÞ½{Ož<™““Ãçó +ÃØؘ““ÓÀÀ‹ÅÊÎΦÓé"‘(??ßÙÙÙÁÁ¡¾¾nXø¶@óòòŠ‹‹“““áKE"Ñ©S§^ýõ5kÖ\¸p!55U¥Rñù|‰D²cǵZÍãñÚÛÛ5 +•Jݾ};›Í^µjUUUÕ©S§Ö¯_œ˜˜hÒj›­< ô›¯%g³Ù8®³³3''G&“iµZ‰Dhll„`˜@ pss#‘H2™,22Î…J¥ÊÍÍݳg¯¯/tÚ'NœÀjܱcÇöï߯T*W­ZõÆo˜dÒà–ƒÅ=ŒU*ƒÑét‚Àº\HHÈÝ»wÑh´P(|å•W`‘P¡PÀoíïïÇãñpƒìÞ½ûý÷߇© •J}è_ &ûb:?–LXÃÔgS&“{àÀ‰Àåri4ÌÑëõaaa{ö¬““Ìlííí ÆÒÒ²µµuãÆ\.W«ÕFDD\»vÍ×××`0À*_LLLKK‹Z­ŽŽŽ +…³[B´]]]–––}}}"‘ÇGGGk4šºººeË–) +WW×H¤ÉÉIhÞ¨Tj[[›……Ŭ¹¡Ñh £  &sfffr¹œD"©Õjˆ^=!ó‹Ò`jÕÓÓtóæM3332™<22booo0 À þ«õööBu…œF£¢P(ï4¹\ͬQk2û×ùÊœvnîpâAO¤b +Æ(J&“…††Z[[_¿~/**J"‘ @/ “ɘL¦T*Åb±T*µ³³ÓÙÙùøñãB¡ðĉ}}}^^^*•*--­¶¶æ­===Z­ApêÔ©—Žä½ÑhêÇãñ †Ñ”pöz.—ÕÑÑ1>>~óæM¸³þþ÷¿ŒŒtwwOLL¼öÚkÅÅÅF«Õ®Y³æeíÆW»¤¤„N§s¹\é>>>ÐDÄßß_,£Ñh€Á`/^,‘H¼¼¼`rÊÊÊ’’’€>‰@ P©Ô;wîèt:&“ ËúÐù) +7‹677¦¦¦ O277b0/À5âÀZ[[% ¬ø899 +?x𠯯Édvvvæææ^¼xqttÔÏϯ¯¯o÷îÝ“““÷ïßðôôþþþz½’•P(œÙààà{÷îýéOº|ùòòåË'&&ÔjµP(„U”³gÏ.\¸““³oß¾‰‰ ©T*‘HÆÇÇu:Ýõë×a‘ÀÒÒò¥ŒÜT˜Á”™6jžs£P(¬­­ + + +úá‡X,ÖØؘP(\ºtéwß}÷Ö[oµµµ¡P(Xœ033‹íîî^`=Ê3MšR©ÌÈÈ`³ÙŽŽŽd2¹¡¡Á`0dff–””ô÷÷gdd”””À‚6G¡PÐü\¹r%**ÊÁÁ¤¿þõ¯{öì™Õÿ¼¼>^¡Pܾ}ûµ×^Óëõ0#´··Çb± +…bjjjrrR,÷ôôlܸQ ÉdÐÚÚzùòåO>ùÄè¤ÉóóóµZí£G/^Üßßi¡X,V"‘xxxøøø˜››kµZ,«R©fé;0m›6m:}úôôôtnn.›Í>wî—Ë=wîÜŠ+FFFÜÝÝ%Irr2ƒÁ¸zõjKKËÊ•+ïÞ½ÛÓÓ“””TUUõÇ?þqöcìììš››aœÑ ¹\îàààááÑØØw¾Á`ÀãñFmgcccPPIÃóɥ滞¸·¶¶¶££ãþýû÷îÝ;~üxoo/‹…¥R__ß_o1®äjµúÊ•++V¬Ðjµ]]]ÕÕÕ111Z­Vð&''?îáá‘-—ËÛÛÛásRSS÷ìÙãêêªP(˜L¦V«miiÙ¼yó³€Ôîîn€Ýlª{ëÖ­èèèžž{{û‘‘£kõ‹ {Vâ0^zýäåÊ<ª"Fcr(pYÁldn0Èd2‘H©¯¯ + +Õëõãããnnn +…¦ÜXýxð÷/ë0YhL®Õj‰D"ÎÂld®ÑhFGGnÞ¼9™Ã²ISSÓŠ+À¯Jq™#&_·nÝíÛ· +ÅÀÀÄk233!|“••Åáp|||¼½½«««­¬¬Z[[sssOœ8A§Ó™L&dî;vlbbÂÑÑÑÚÚZ¯×CbŸÏ7š=KŽ9211Å`0Ïáž/ßÿýùóç322Œ\¿ÀÄõñ4ûY)÷ÂSñø^£o7Þ+RVVÐÚÚÚÓÓãããÓÛÛ“0@ðxÑ›N§‹ÅbHM£Óé|>r+ +…^¯‡Õ9ˆ}úé§ß5'Õö‰Õ¾zõê|ôèŸsÍ‹ŠŠîܹ“ššºÐú¶‰òoÂK{NIð™{¦M,ËÎή°°æO=‰ÅbE"Äë¶mÛë555ï¿ÿþlöS466Îj +`0mmm°<0[è=sæÌ¿h&ž3l¡PøxƒS]]]FF†q î¹òR°ô_H~M¦’éräÈ‘¢¢¢O?ýÇÿðÃK–, +…sêÈ÷ßåÊ•ÝÞþ7‘ùím£7ÿbßöëˆÆápÆÇÇ£££ ‡‡‡lll +E___rrrUUÕØؤ@ §££ÃÚÚzÑ¢EÃÃÖ––?ýôÓ¼¾¶6Ádþرc¡¡¡0ë†u•J… ˆH$JHH€ Ø.yôèQH†€qQ~~þÌÌÌîÝ»÷ïßïîî¾mÛ¶ƒ£)÷«ý‹.5ǃ!H$‚tÜÄÄÄ'NDFFFFF~þùç:.44‚í•••6l¨¨¨Ø½{·L&kll¼{÷.‹ÅR(=ruu˜˜°²²êììD¡P¦€PÇ<†½qãFè¢`[)‰D‹ÅVVV³•t™L¦R© ?ƒÁÀ=333kkk¥RÙ×׈ˆˆàñx[¶l),,0™Ìššš'''£…È9åùy¦£Z&ímðX +Éáp’““_¬Ð7kQŒoݺu÷îÝðððžž‹%“É&&&œœœ©Tª³³3FƒSŒÁ` [={ölHHHSSS||üÐÐ$IÍKŒ‡+0[€ÿÍÌÌüè£ úÛ××Ç`0ZZZ,--wîÜùÍ7ß@ПL&ÃZÌôôôÖ­[Åb1„œÊÊÊà¤Óé 22òÎ;°| gaéÒ¥ÉÉÉ(ª¾¾ÞÞÞ^©TÂú,YÓét:i + + +"‘¨¿¿ÿòåËëÖ­ 0 +…²ÿ~,;»ÿ<øî»ï¦§§dee™ÚÈ, +GGGu:ݹsçžåæÅ$7ñ–9Ÿö²ªÎÆ•ü¥ðCæ3,--óòòf»U}}}+**`†‹F£ÓÓÓa ÛÞÞîèè¸|ùrFóã?zzzÆÄÄøùù!ÒÙÙ ›ÇÇÇa"##²BjkkM6૯¾‚kt:}rrR.—¯\¹’J¥BMS©TÖÖÖëÖ­ +…jµÚÇÇG.—·´´‰D??¿¸¸¸üü|ˆIÀØ×ôèÑYb5ÜÛ\.×ÜÜÜÅÅE*•feeñx<±X¼k×®‚‚‚ÈÈÈææf''§Å‹÷ööb0˜ššƒÁ°iÓ¦ªª* £V«u:]ZZl‹Å«V­‚„9¥R ]£MóÆ•¼¨¨hrr266–H$B€öcÃ’jYY< «« Çc0˜/¾øâÍ7ߌˆˆ€íœØR¿R(Êd2ˆ¨ÃÏýî»ïžx¯P(œÅIè8_¤âù¬;M!~Îëã„Baee%•J={ö¬ŸŸ_GGÇôô4¬"À¶ÅM›6µµµ‰D"GGG<ïíí +-¥@ €t$799ÙÞÞ›rÐhtjj*Ì£t:½ªªjÿþýóà¥M<‰D"ǃÅ-2™ ·ŸŸ_LLŒR©,++ Äb±L&óÇìïï‡üܹs………çÏŸß¼y3—ËõööÆ`0L&~QËÀãñ&š£Eòç‹I©ˆÑÆ„ùòzŸ¾’[a>‹Åêèèžž¶°° ‘HwïÞ½|ùò‡~ØÕÕä­[·r8œˆˆ4]QQA$!G±ººšN§—••-_¾œÁ`Àc8Nž<Éápà]&uôB+%—Ë 333'''/^¼ˆÃႃƒa³GPPP\\Ü•+W°Xìõëד““y<ž\.÷õõ +€ä‹¶¶6 +…Âçó·lÙm,xl·¯]»6)) ÇC +Z²d —Ë +öòò@ÈÙÅÅ¥©©)""B¥Rmܸñ³Ï>“Ëåd2¹²²ò•W^yûí·?ÐétnnnƒÁðÝwßÑétkkëÊÊJÈ12ºFVû믿®¨¨›™™ÙµkWyy¹^¯÷óó+,,„žžž°sÝÆÆÆÂÂB«Õ¦¥¥9sfbb‚@ ­VÛÛÛ›‘‘Q[[ÛÒÒ’””ÄãñlmmQ(”\.Ÿšš +†=§F<­ÀF5¾–eÞGRcO+üóŒàŸ[—Ãᄆ†ÎöõãñxAããã¥R)ommusssssc±X°Ê +‹ƒƒƒŽŽŽ:.&&F.—§¥¥q8sss'''X{ +>qâ„^¯ÏÉÉ1Õ¤•””hµZ??? +%‹Õj5‹Åššš + ƒ=õ( +ª+Fóòò‚ *4€æææÁÁÁ­[·–””$$$………Á3ÒÓÓ>l0RRR2™ltttll¬©©izzÚêááaooïW_}uß¾} <Àb±^^^wîÜéèè˜5ò<Ç+•Ê +6ØÚÚòx<©TúüãôéÓõõõÎÎÎÍg”úb¼ÐËçókjj222ÊÊÊ`âÃá¨TjOOÏàà ³³³Z­vqqÙ°aÃÞ½{—Ë=~ü8‹ÅBD*•²X¬7nøøøô÷÷ÃS&h4Ú¥K—Ççjjjž¥e`þörÎGÍ=lï|Vôûxö÷|†œ_hmmm»ººœMMMžžžÐ óx¼ÆÆÆ°°0Hb­­­uppÀáp°‹[*•:99©Õêääd¡PØÒÒ²hÑ¢GA¬¹¹ùäädbbbrròÜÞ=‰j²££#,€­\¹²¢¢Æ *• +†kUUUT*µµµuÙ²e555 °Ú><< { +Y,¤Zêëë³³³Ùl¶§§çgŸ}öĘâ¢_ ÿ1* *ë/P ¡ß† +¸Q7oÞ É„CCCjµ:44T©TÆÆÆž>}zÛ¶m³¤¸ÝrssËËËÇÆÆ Ã¶²²R«ÕŠD"ooox~N§;v옩Äj˜lÃBÜç—/_...†Æ‰B¡”””À³]à5l6;33³   ¥¥ÒÙgßׯ__RR¢×ë---Õjuzzú·ß~;==]ZZ*—Ë¿þú뎎Ž™™™mÛ¶•——Ïö#’••õðáÃÂÂBX6´±±‰ŽŽÖëõ7nܘåÕ0ŒºººÏ?ÿüi3Îf³!5óÍ7ß4UÉÙlvVV—ËŒŒŒär¹°gv±úùùÁ“h8Ë 0J¥ÑhÉÉÉ0¢nmmMOO¿té´í111õõõð ;;;XÊž½ÒÄ +Stð™Jž2W/°ýžÿ<¾åÊ•+"‘höPƒG­\¹R(†‡‡‹D"WWWxFNNNvv6ÏÌÌäñxÉÉÉ0¶e2™°_E"‘|òÉ'H…fˆÏçûûû›ºÚ¼ +ÉG³ê311áêêZXXÈb±îß¿Åb!¬)‰ ³êü…  Û ‹ÅÂÞ˜½C[íããsèÐ!ØãYQQÅb¡“kiiY¶lä:¨M;àñ¿Â…yÁÕæñxG + ©««³³³KOO¿~ý:&‰UUU°HKK“J¥“““jµº½½†¥‰‰‰ + + +Ю„úúz"‘˜••Q1‰D211‘––VPPðDÿö¿˜ëòâ8ùÓÊ<ßMµZÝÜܬV«»»»ƒ‚‚ôz}{{û®]»ššš$IBBÂåË—­¬¬bcc5Í7‚‚‚ oÄ-ã«ýç?ÿùÛo¿=zô(<Š žX˜››{øða>|x!/†"—ËáaQÍÍÍåù-°« ‡ÃÙÙÙi4xñÈÈÈôô´ƒƒÃ,¡ë…e~«ýS3žo …Âññq''§žž<i«V­*-- + T(þ ¨"‘H/p(ˆP(¼~ýz|||nnîÄĉDòõõµ²²ˆœz{{'&&ÂZ×±cÇÐhtffæ‘#GRSSgý3l©‡ÎÇa()‘HRSS–_Œ«—,Y‚ HBBÂÄÄIJeËÜÝݽ½½—.]jffF >/Height 106>>stream +xœí\{P“gÖ¸…IÈËM$ ˆ’r‡4VÝV‹­2k×Ö¡íZµ«ÛòvmµKU¼¤bK[Y--Z, "rQÂM.Ñ@H Üâ›ßÏlÆшíö›o÷üÁ„äMžË9ÏyÎåwŽÕüü<øÏ#ëß{¿ýwÙÿIdûä[AÌÌÌÿl¸\nqq1Fëééñõõµ³³“H$¶¶¶ÖÖÖ¡¡¡b±X.—S©T[[[‘H´nݺòòò£GJ$’C‡½óÎ;€ÊÊJ¹\>??Ïd2±Xlssó‡~Èf³ÈêÿJCQAG_<“þ?,{ôß³ý/âr¹ùùù ƒÁ( +•JµgϱXÌår»»»×­[W]]€Åbù|~LLŒ@ ‘HÀÁÁa×®]%%%Z­ÖÃÃc|||ùòå<D"Ñh´ŠŠŠŒŒ ©TÊf³;V]]ÍçóËˡ††V®\) Feeåþýû%Éðð°££#›Í–Édx<¾ººú“O>áñx,+??@&“étzeeezzz}}½V«uwwŠŠ £ÑXRRò¤ä›á6Š¢d2¹»»»¹¹9((È`0 (Z\\Ìf³mmm[ZZBBBîÞ½{õêÕ·ß~{```÷îÝ$‰Åbùúú–——;::<==åryzzºÁ``±XþóŸy<ÞÌÌÌáÇI$œÊòåË BKK‹Á`pww·³³ûúë¯ù|~___XX‚ çÏŸÇãñ---ÎÎÎ@PUU•••åêê*ÁŽ;h4šB¡ÈÎÎvqq:N£ÑØÛÛ/_¾ÜÉÉÉ<»çŸ‡‡ƒg5==½ªªjÓ¦MûöíƒO2 ©TŠÅb•J¥§§§½½=‚ aaaT**F#ÂÂÂ0ÌØØ‚ ~~~Z­€ Haa¡»»;‡»{÷®««kff&ÇÓjµr¹Üh4 †ÔÔÔ«W¯Ƽ¼¼ãÇËd2NçóùÙÙÙ¥¥¥¹¹¹ ‰éééùùùÞÞÞsssr¹>>«W¯>räHHHÈÐЯ¯/‰D’ËåSSSµZÍ`0 +…Á`ÑëõÖÖÖ«V­ª¨¨HOO¿uë–R©ÔétÛ·o/** +ÎÌÌü­lrÈœçå Š¢•••×¯_ïèèX¹rezzºH$šžžvww¿uë“ÉLHHHLL|æ/?¯`š¿Àd2™^¯ºÿþ›o¾yùòåÙÙY[[[­VˆÇã…B!‹Õh4cccÙÙÙjµzttT&“íÝ»—Éd>×âMõÅ“¯ z!n›öø·ž¥‰¸\.—Ë…Bkæ6¶˜Ì\`vîÜ900››û—¿ü嫯¾*..>qâÄÛo¿¦×맦¦ÜÝÝ[[[£¢¢ôzý«¯¾ +¿XZZŠÃáðx¼Ñh‹Å{öì)//'‘Hð–rpp˜Åb±ß|óÍ"ÖÌf³áj¹\î¢× ^ül›øüÌÓµè{Z`l6²: À$Y 3œÏç?~|Ó¦M©4‡ÓÛÛ 5§““ÓêÕ«{{{ù|¾Ï¦M› PPPàé鉢¨V«ÍÍÍ-))qww_ºtéØØØÔÔT___^^^UUÕÐÐÐ{ï½WUUý³ééi6›]]]}ñâÅç]¿I¼Íþk–ž¦kÍx`‚‚ÞÞ^*•Ê`0Ξ=K&“÷ìÙ300°³³+..Þ¶m›££#´Æ§¦¦d2YZZÚÔÔTgggff&‹Åb³Ù===ÅÅÅ_~ù%‰DÚµkWTTT@@€J¥zÞ›hïÞ½{÷îEQôäÉ“–èNAÌŠ˜EBþ4ù|A{Eѽ{÷ªÕj???‰DðóóÃ`0ÀÑÑÑÉÉ ƒÁˆÅbƒÁƒÁ`X,ÖîÝ»ýýýóòòöíÛÇ`0Îœ9³mj^ÈoܸA ôzýÀÀ€§§'Nwttìèè899ÅÆÆ–——3 FÃb±x<^CCCBB‚T*™™¡ÑhAAA—.]òõõíììtssƒrIIÉè訧§§T*­««³|wLf/xDb_dÓmöïßÿä0Z­¶ºº:33S§ÓÉd²W^yE¡PÈd27;;ëàà`0†††ººº\\\äryCCCFFÆôô´³³óÈȈÍÝ»wE"‘Mjj*ƒ¹páÂÛo¿}åʽ^ ÈÆQýùçŸ BkkkWW—½½ýüüü¡C‡æççoݺ588 ppp€spp0½~ôýEÐ"5ù‹ìô£—|H¥R±Xì7ÜÝÝçççÓÓÓßzë-ˇ˜Î!Š¢7oÞLLL”H$D"žg€ŸŸ`¥Rþ"k6¿l³ô¤qû¨8,Nåvff&Ô[D"‘H$ÆEûí–Ð y`eee'Nœ(//G¤¬¬¬¼¼<:::,, ÞL_|ñÅ3ÁÄm•J%•J½½½­­­¡r~®ûâ%DW&.—»gÏ>Ÿ=^³>ŸÏ_€W\.·««+11EѶ¶6˜Q»råÊÁƒ¡{wàÀÓ±eË–‚‚‚ØØØîîî7bbbnß¾M£ÑÆÇÇq8Ü–-[x<^oo¯Íäädll¬ÏùóççææX,ÖG}ô䎼(·vïÞ]^^Îår-䶅·7 gjöw~ÏÈ)—Ëåñx"‘ —Ësss:yž••UYY™‘‘!“É`æ@­Vþùç + + +7oÞlmm5rŒ'‘H‰Ä`0H$’ÐÐPÀòåËŸDf˜ *•••UTT`±Ø©©)__ß;wî¬Y³ är¹ƒƒƒ¯¯¯X,öôôœŸŸß°aÃßþö·~øáÌ™3ÍÍÍ?ÿüósé6¥:%%pòäÉÚÚZU]]]QQÇã''''''ÓÓÓÏž=‹ÇãÇÇÇ÷îÝ[TT"‰îܹãçç'—Ë?øàƒææf.—£P(^{í5>Ÿ¯V«Y,֓㾨¿ +^vßl¦å™?ïLÌ'ƒ¸\nVVÖàà L&KHHP(  +å%^-P)¸¹¹ÁHŒ4Þ¸qcíÚµb±xxx‹Å’ÉäAšššÆÇÇgffÞÿýãÇ»ºº{{{gff ÃÐ%@£Ñøúúâp¸ÔÔTKÓb±ØÚÚZ*•†……©T*¥R©R©üüüqµ,¼ìüüüôôô{÷îét:*•êççW__?33ó~555X,6**êúõ룣£¶¶¶;vì¸pá@P«Õð/ <<\£Ñ466†‡‡³X,2™|üøñØØØmÛ¶={Ù|>F ƒV«œœtwwwrrR*•NNNvvv###VVV€ÔÔÔŽŽ@¡PÕÕÕ4 +ÞO‹Šß:ëf"óqò±±±ÉÉÉÀÀÀŽŽŽÆÆÆ?üá“““wîÜùÓŸþ444s·}}}>tqqÑét|>?%%¥¿¿Ÿ@ ˆÅb£Ñ8::ÚÑÑÑÑÑáããsçÎF€ +GŽ“ËåAAA}}}IIIèÃLOOùúúòx<£Ñ¸uëVKËÎÎ>{ölddäØØ“ÉìëëƒÎ?@‰D "‘ˆF£UUU­\¹ÒR! +…uuu*•ŠJ¥.[¶ìÆÉÉÉ2™ÌÙÙŠ +‰DJJJb2™OšÐPÞL&´³³3Š¢ÖÖÖƒƒƒ+V¬@„Ëå2™ÌGYúX°AÁÁA(;OºCà%iP3Ë®¯¯ŸŸŸ‰DÍÍÍ)))ÞÞÞÐê‰Dr¹ÜÓÓóÉ£²8âóùüqxxøÔÔÔ’%K +ERR‚ §NšœœÄáp0ªSQQáèè¸dÉ’±±1A‚^½µµõ'Ÿ|’ŸŸŸ]QQaggçááA¥R&DÁ7öíÛ÷$·Í„ +…Ñhô÷÷ïè訬¬¬¬¬Œ‹‹³³³stt\ºt©L&ëèèèïïïëëkmmmnnîìì\„Wt÷îÝééé%K–ôööfffÖÔÔ + +uvvfee´ZmHHHuuõäääöíÛ ÂØؘN§[ºtiiiéìììÊ•+ýõ×ððð›7o’H¤¹¹¹¡¡¡U«VI¥ÒøøøòòòµkתTª°°°'M óš\(BA}Ô¤Óé©TJ&“¡«]ÀÜÜÜKOýý¦êͼ&wuu››«©© …Âððp¥RI&“_¢?/°àà`½^¯Õj'&&<<< vÃ`0àñx¥R¹zõê;v¼¬Mô n···ðx¼„¯¼tìܹ‡ÃÁe«Tªøøø¦¦&F"‘JJJ^{í5­V‹Ãá ‘D"ݾ}{`` ==ýêÕ«!!!)))‡&‰‚dddp8{{{ooo½^¯×ëÏ;gѲadï—_~Ù¿¿)Ñ +)&“ÙÔÔ$—Ë FKK q8™L–””„Ãá iÁf³¿þúëÔÔT‘HtïÞ½¼¼¼ƒº¸¸Éd//¯ÆÆÆE¤þAO=)‹†v™°kO¢Ê{a@àsøý÷ß·¶¶>xðàiøF ÉüÙþì³ÏÂÃÛšš˜L&—Ëýâ‹/N:åêêêää400€¢èúõë+**V®\y÷î]2™ÜÓÓ311Ãd2'''+++7lØ044¤T*étºX,ˆ‰‰1 —.]ÊÊÊ¢ÑhÂP-((0!Äb1‚ |>ÿ™_çóù>>>O>ijK¥R?úè#:îêêš••õ÷¿ÿ=44´½½}Ó¦MsÇçó>|¨Ñhzzz¤RiTTÔÌÌ ›Í.++»páBPPÐÄÄÄìì,‡ûå—_–/_><< Ã)))eee–C0ùâ‹/àóPh«ªª  oab2™ëÖ­3¯ƒ¨Ç^˜h``àElÑôè±úM„ü§Ÿ~ª®®†Aâ’’kkkWW×/¿ü²½½]( †úúúŒŒ ˆª---ݶmÛ©S§ŒFcvvvgg'„|»¹¹ÙÛÛ;::FFF2™ÌÏ>ûÌÞÞžL&“H$¨Òø|þáÇõz=`ãƉ‰‰¥¥¥&?trr277÷Ê•+ÅÅÅŠ†…dfÙeee7oÞ$“É—/_Þ¹sç…  :‹F£ðx|}}=Fkkk V(¡¡¡“““ÉÉÉÆnž+Zð(ý{œ°gDW˜Ä‹§GPíèè Óéõõõ÷ïß÷ôô\¶lÙùóçýýýµZ­V«…F¡•••|R ¬[·®··wÉ’%P.ýzMM +@ؾ}ûÂC? µvíÚ•+W*Š®®.ƒ166¦V«F£N§3a¿±X, 88x||<55J2‰D‹Å8...®²²R«Õ2™Ìñññ¸¸¸ÑÑѺº:‰äççC¿¿þúëûï¿Åbÿú׿ö÷÷‰D*•uùòåÑÑQƒÁÀ`0fggÝÜÜ„B¡H$rpp°··¿råÊŠ+ÚÛÛmmm'''çææ°Xl[[tõ<øÌÿm#§ Kä6‚ sss£££ÐçéííMIIùñÇ­¬¬®_¿ŽÇãÏœ9ÓÙÙéââ£EMMMÓÓÓÑÑÑ + + + +%88¸¶¶ÖÉɉÉdÂʃ P(ÕÕÕOcûSËßîܹY^^.—ËÉdòììì믿>88}º‹/º¸¸`ÞÀår—.] +oïÜÜÜòòrˆ€i`Àèèh[[Ûo¼¡ÓéLVšV« œètº¹¹9ggg‰¤Ñh>üðÃÔÔÔââbGGGgg禦¦¸¸8{{{ƒÁ0::ŠÃáûûû™LfZZÚ­[·"##>ž••uõêÕåË—kµZ¸#‰ÍÍÍB¡Aè6eeeáp¸üü|''§¶¶6X"Çã¿ýöÛ¯¾ú +A˜JOO7¥‡srr`Œ FWº»»q8œ^¯§P(ׯ_W(K–,!“ÉÃÃÃÐÕÕE£Ñt:Ý7bbb–-[ÖÙÙ)•J=<<:;;CBBV¬Xa!oÌ£]]]SSSåry\\b ›ššŽ=Êd2·nÝJ"‘fffàñæñx *^ƒÁf³§¦¦®_¿ž““S\\üùçŸ#‚Çãñx<ÔÕ: +ˆíê겶¶öôô4>œžž¾sç@HMMÕét0<˜”””””deeemmíááaeeuôèQ"‘èää466–˜˜H¡Pêëëëëëëêê8ÎÂË~ª&·äZ~ õù¼!>E¯\¹2>>®Óé›››ñx|hh¨——WUUUxxø½{÷jjjˆDbll¬@ ˜ŸŸðððHJJâñx +Æ’(ŠX,^¶l™««+¬›[xè§jòÒÒÒÔÔT˜F‚WBDDDaa!îdee‰D"FcJÊ2Œ‰‰‰“'OZ¸æH­V{yyÉåòM›6ݺu‹L&ÇÆÆš ©©)—øøxooï÷Þ{ª!·]³fÍ %ƒApøEèBE¡~–H$PiA€\ TÚ~~~PÛ«T*…Baccãçç÷‚ìïœè/V°hzªqj q¹\‡súôi¨“O:õþûï÷÷÷HëŸvì‹Å‚I¼ŒŒŒ™Þ´‡Ã1eâ0i>>ŸßÚÚêííÝÕÕÕÞÞž’’2>>Î`0ŒFãØØXOOϵk×`F(R(™LÿÕW_%%%©ÕjhÃÐéôÁÁÁááa>ŸÏ`0¬¬¬ÒÒÒ8NVVV]]ÙÐÊb–ýØ RPPpúôi>Ÿo9·kkka +Ñ¥K—¶¶¶µµµ,ËÖÖ6>>žvð¯K¡££Fù»ºº¼½½aŠóQ¯-B¡P&“AƒéÅÃè_.™¸¢hYYÙàà H$ +_³f«««É¢þMÉ|˜á±@G[[ÛÜÜœ©ˆ”ÅbÁzñªªªÚÚÚÝ»w?ïÿ-a ^RÚäaÕwDDÄËÊ(ZB 8„B¡µµu]]]ÿÇ?ýôS+++™LçÏŸ ¡P(uuuÐúî»ï’’’‘HllllkkûôÓO¿ûî;ww÷‡&%%A—cppH$&%%Yˆ9Ed~~Þ„9Å`0OST/ºì3gÎ0 kkëááa‹ÕÖÖæáááì짵(\| +èêꊇâÑ©P(ÚÛÛñx¼««kSSÓš5kÄb1<Ã(Š677C°ÊæÍ›¡B–H$‰‰‰2™,66bNaZ +ü súR€$æO“$«T*¨$/]ºû/—^øòyÉ|˜AÞÞ^‘H´~ýz¥R `®—B¡:t(88¸µµõêÕ«ùùùT*U(Êår666¿»†Àí#“É?þø#ŒXèt:'''ƒÁ““c*ˆzýõ×8pøðaXR ­7Ø/( ààÁƒ + + +Û·o‡u“|Þ××—““³|ùò‚‚{{û»w†êõú‡BϬ»»»²²Ò""—Ë‹Å111—.]Âápl6û§Ÿ~Z·nݯ¿þºeË–ÇŠ $···kµÚÐÐPXnmmm +{,lŒ¢èðð°J¥Z»víKaÚÂ(÷œH3Ë®««ãóùööö°•BPPìÐ066æåå¥Óé|||G*•ÆÄÄlß¾½¶¶6  ¾¾~Ë–-×®]£P(¯¼ò +N¯««›žž†X·ÞzëäÉ“jµzÏž=\.·ºº://ïÿø‹Å‚5‘333¾¾¾Û¶mƒÉÖ#GŽ¬X±B"‘0ŒsçÎQ©T++«wß}7??ŸL&ß¿ÿرcÐŒ«­­}÷ÝwaFUUUHHÈÄĉD²´Æ“Ïç_¹r…Á`\½zu~~>33³··×ÝÝ}nnnbb‡Ãõôôh4(±ããã“““ÑÑѧOŸ¦R©öööB¡píÚµÃÃñ±±Ð7T*•¾¾¾utÇ°5rÌ&žËÿ3ãŠH¥R*•:77§T*1 Š¢?üðÃáÇ5 + $a±ØŠŠŠŽŽŽÝ»wOLLlØ°áÛo¿%GÍÉɱ.:n0ÒÒÒàTé5„ÚBØ)ÄÜ&''‹Åb­V»~ýú#GŽ¸¹¹¹»»§¥¥}óÍ7nnn666r¹|ëÖ­………X,ö믿þãÿèããC&“õz}{{{dd¤@ Ðjµ°[ üÍ­[·ZŠBDQ«འ+o£'ωP(4666*•ŠL& + +­X±EQ ³%|>¿°°P&“Q©T¹\¾råʈˆˆªª*700˜˜ØÔÔäîî®R©†‡‡M¥Ãaaa‰„L&«T*GGGQœ>}:226 +Á`0ááá>>>7nÜ8qâ„E*Í„]9wî\KK‹\.ÿŸÿùÓ½;.ýv +52y&˜öÉþ–ˆý"‘J/Åa0aNÅb1”,¹\pss‹ŽŽ\¿~Ncûöí/^ó(™wE͹±³³CD§Óùûû744|òÉ'ß|ó +™LFÄÚÚZ£ÑˆD"Ø$ àüùónnn‘‘‘¹¹¹EEE¹¹¹ð§‚ƒƒûúúp8ÜŽ;ŠŠŠL؇ø¦¦¦{÷îA{tt4g±X………nnno½õVUUU¿V«…)4EÛÛÛwíÚUTTD"‘`‰(‚ ƒÁÓÓPZZº}ûv™L‹ÉŸ½ìßΗ•6ß&îƒ>8vìX[[Û¹s碣£©TêªU«Nž—Ë-**Òjµnnn‰ÄËËËÁÁ%¡PãŠ$©¹¹ƒÁfgg7oÞl4y<ìÄ€üüü¢¢"•JåååeggñeeeµµµO®Ñ¼•ë4¥Ré† +¸\.LV‰D&`"ƒ¦†_›7o†m8°X¬««+üµ¾¾¾ôôt@°uëVØÑA*•,/[íPlfé©üš%mxa™„]v*++Õjupp0‡tvvR(///€B¡puu…jâðáÃ𘢲¶¶ß²e ä6ÇÓëõ F©T>|¸ªªjbbbË–-Oë e>=rAäݹsç ˆ#44´²²¶ØÐh4€îîî¿ÿýïG,‡„„ÄÅÅݾ}[&“Á¦<oݺuGŽIKKkjjruuóóó³³³‹ˆˆÀĨÑhd±Xeee Æßß0==­Ó麺ºÒÓÓQåóù &22R(r8؃Î`0œ:u*** +–ÿGDDܾ}ûÈ‘#G£ÑP©Ô®®.³õ1àišbÑÒÓÓ1ÌÅ‹%ÉÎ;Ïœ9Ãáp®]»œœ\TTÄb±êêê{zzÞxã +XéÑ××7::Êd2Ïž=›àââòàÁ@mmmJJÊØØ›Í.//7kE>>ÞÞÞ(ŠÆÅÅÕÔÔøúú*•Ê´´4X4ó駟ÆÅÅ%$$ܺuËÛÛ[©T"B&“aÁVww÷¦M›Äb±T*…×xXXXmmíµk×¼¼¼(ÊÒ¥Kq8,Û455½þúëmmm*•ŠF£õöö‰D­V‹¢(ƒÁ˜šš"‰8®¡¡N§/[¶¬§§çÞ½{T*µ¦¦fß¾}–z`666gÏž%‰ëÖ­ +…°(ØÛÛÛÄquu…IYX0åh ï) +!Â$<<\(üüüàÃЙ +…ýýýB¡000Zx +eddÄÇǧ¹¹™N§Ãz­VÛÕÕÚÖÖ†ÇãçççḠ†ÏçF¹\N  xšfE¡P ždªùÈ) «« ‚ P†‡Öç'SœÜÚÚÚÔ_âOàîÀmÀ(õ£*ðS˜‡ÕVpýÑù7Ðh£îÿ.û?‰þC—ý¿b@ +endstream +endobj +317 0 obj +<>/Height 106>>stream +xœí|{T“WÖ÷!„!W„" %‚ˆ $ˆT tªÒq°ô¢­­¶‹eŪ•v1mmi§­:¥«b[[[©­—RKEÁK#`D@$á1„@„„Ü ßgM>^ +¨Ó÷ûfö¬'<ÉyÎ>gŸ}ýíÇejj +üçâÏžÀŸCÿeû?‰÷þ«¤¤ä·ß~C"‘~øáÛo¿ +`±XCCC½½½(ŠB¡ ÃÐÐPHHÈÐЉ\¸paUUUzzúðððää$“Éܺuë¿›gtäÈ"‘¸aÆ»þïr•¦ÓéˆDâcžØŸC÷cûÿcr"äs¢çŸ^¡P,Y²$;;ûÊ•+|ðÁ#™ÖLJII + +½téÒñãÇf´Ùîö¶mÛ„Ýn7çêÕ«X,–J¥²Ù쎎ŽÀÀÀªª*‡# +cbb"‘••õÓO?½öÚk©©©ó›ßSO=500°bÅŠ‘‘‘„„€ÙlþöÛoÿö·¿I$•JUTTŸ8'ú¯Ïš +EIIÉý¿³gÏžyÍçÿRssóðð0¼6›Í f¦o"‘Èäää9 +þP»ÍçóÜÝÝÑh4‡Ójµf³Y¥RíÝ»wÞcN¼¤¤$;;011á8&yyy€çŸÞñ͹¢ù³———––VSS788ØÕÕE§Ó1Ìàà ™L^·nÝü†uЧŸ~Š@ t:`pp0,,ÌqkddÄÛÛÛñQ£Ñìß¿NƒÏŸmN' +B¡H$¦¦¦¶¶¶ªÕj‹Å²eË–‡7ø¿ÿþ»cí¦_Cš¾Ã÷Þ} ͇mÇÙîïï@===ûûû‰D"trÞ}÷ݹ{ñù|"‘( +ét:üe;<<PZZºk×®#GŽ`0&“9W!w}ÿý÷ç:!°bÅŠ¶¶¶¸¸8‹Å299ÙØظnÝ:‹Åâãã#—ËÓÓÓá\†äry@@@jj*N—Ëå[·nÅ`0</ `llL«Õ&&&&&&’H$N7×ÇÍ?éëë3›Í£££d2Ùl6FGG +Å< é½d6›ÌÀñår9†×t:Þ=”&/++<ýôÓŽðÚá´< >}ÚÇÇ^‹Åb‹å¸e6›!«þþþ…BñÊ+¯Ìiðyîö‘#GöïßF£¥Ré|°|ùr>Ÿ¯SRRIãîîN$år9`áÂ…ÐX ‰ÄuëÖ †„„„ÔÔÔÔÔT‰4×Áç©Ò¾ùæ›é&ä^zxwåêÕ«J¥Òd21ŒøÞ~mµZ7Kš§ …B‰DrçÎE‹F±Xœ˜˜Èãñæ1ÔŸBó?ÛB¡ž½ººº'Ÿ|Ò`0?Ê©=Nú59räNŸw`7ÛPäqdZø|~AAÁòåËQ(”X,NKK+++ãp8555ï¼óÎÑ£GÕj5Ø¿ÿ&''i4…Bhjj:sæ ‘Hܶm›Ñhär¹­­­‰„ËåšÍ掎ŽÜÜ\©TŠ@ ºººž|òÉ{WÇÉn9r¤¯¯ïöíÛqqqx<¾½½]­Vãp8£Ñ¸eË–‚‚.—[WWH£ÑÚÚÚH$^¿~ý•+W®_¿ž••ÕÚÚ\\\œ›› Àb±åååµµµ¥¥¥B¡ð½÷Þ3›ÍghhH©T:¾vóæÍ°°0,k2™°XlmmmNNNQQQZZZ{{{eee`` ´a999ÅÅÅõõõ$‰H$R(8ùÚÚZÇß»aÿ+„ü÷ßçñxÓ'7Ká‚Ê<ÄÐyæô£>JIIÁ`0X,V$yxxH$’ääd©Têáá‘™™ùÛo¿LMM5558p`ß¾} +E.—GFF^½zuË–-‡ÃŒŒ,[¶ìêÕ«D"qáÂ…"‘ˆÇãݸqæ[„B¡N§+((ˆD"ø¬-[¶|úé§ñññŸŸÏçóÇÇLJ††|}}Ÿ{î¹p8(5*•ŠÇã•––Bé»qãF@@@LLLss3ƒ‘J¥pœ»È¹Ÿ8q‚ËåÂYÂIß¹s'!!axx¸««‹B¡ÀIôõõ¹ººªÕjF¥R¥R©Ùl yå•WvíÚãããS[[»gÏžŸ~ú‰B¡¤¤¤|øá‡l6»©©©²²r®[ôéa…ü^1»K>ï#®B¡p×®]iii*•J$½øâ‹J¥R­VrssZ­¦P(õõõëׯïïïÇb±ª™LæååÅd2ëëëU*ÕêÕ«e2Yrrrcc£L&ËÍÍ¥Ñhß}÷Ý3ÏÿèÑ£6›Íd2-X°€L&c±Ø†† +…F£ccc¡, ÆÝ»wN§?ûì³R©T.—£P¨ÞÞ^___‡Ãùâ‹/&&&ƒÁHMMMIIk”J¥ååå ãwÞùꫯ8Nuu5›Í6›Í¥¥¥f³944Ôé£gÜí7ß|³»»;''§©©I­V§§§¹¹¹%$$ Ñè¾¾>.—{ðàÁ—_~Y,‹Å✜œÂÂB*•šššZ\\Ìáp8ÎéÓ§»wï>tèPww·››`ïÞ½MMMÑÑÑ󶺳§™dmnBþh­7ŸÏÿùçŸÇÆÆ&&&†‡‡óóóËËËe2‹µÙl±±±Z­…B777/Y²Äl6“Éd@àéé¹~ýúªªªÌÌÌË—/‡††ªÕj‰Dâååe³Ù²³³ËÊÊ<<<,KTTTLLÌl…|ûöí6làr¹ðõõœœär¹µµµ×®]Û±cGEE…^¯ß´i“Ùl.//7ŽHS,óx<‰D266F"‘üýýoÞ¼¨T*‡††222"‘èäÉ“€±±±-[¶äååq¹\¨r9ŽH$ÊÍÍ}÷ÝwÜÜÜôz}ff&‘H,**jkk + +Z·n]EEEPPÐððphh¨››[dd$…BF¾¬¬L©Tr8™L6}bÿƒ¦fM###³ÿò\Gøã?îýòÃ?q&r"äÐnhÃ^yåQ]]=::êëë{ùòå^xÁ`0 »¸¸$%% ‚îîî„„«Õ*•J£¢¢„V«˜˜ +…„Æ ê§ööö˜˜‹Å²sçN¡P(X,N/,,”Éd!!!SSS/½ôRaaaDD +…‚©‹šš*•:99 ]†¬¬¬ï¾ûŽÇ㥤¤ìÛ·ï7ÞhjjÂ`0gÏž]¶l™L&deei4š'NäççÏÊ9-)))++Óétf³9;;{Æ +­­­gÏžµX,blllñâÅÂh4R(‹ÅJ¥999%%%†ÃáÄÇÇŸ>}:..z Û·o¿páBMMãD8­–Ýe_Éõ‘9§ó˜¢N§{óÍ7M&ÓâÅ‹9Naa!“Éd³Ùååå +eÉ’%µµµÆl6‡……õõõùùùÑéth½X,–N§suuݲeKQQ‘ŸŸÀÝÝý駟...Þ´i4ïNwÛ¹sÊçó¡ù…ŽäÑ£G³²² + sss‰Dâ×_íïïÐÑÑÑÖÖÆårétz__`bbbddD*•Òh4¥RI¡Pp8 &&Æf³NŸ>½nݺ‘‘‘>ø@.—K$’¨¨¨ñññÓ§O»¸¸lØ°¡°°ÐjµR(Xx(//ÏÏÏ +…»wïÎÍÍMMM½uëÖÎ; +Etttqqñ§Ÿ~ºtéÒU«Vååå-Z´èã?~ã7 + 9NSSÓL+îd·ù|~EE…H$Ú°aC}}ýš5kN:uüøñõë×™ÜUÚýÇuzwº³1¥* +adÆd2U*̨ùúúÞ¾}ûµ×^›žcé·ƒž9sfÍš5¿þú«X,öóóÓjµ>>>0…™³-[¶ðùü¨¨(µZ}óæM‹µqãÆ{ ƒ3†"_~ùeAA“É4kÖ¬9vì…BY¹r%Ô·íí퀘˜±±1¡P¸|ùrµZ-‹ùå—ûó —)>>^¯×«Tª¤¤¤ëׯ'%%õ÷÷kµÚŠŠŠÌÌL@€Á`ÐhtGGGvvvooogg§V«Õét .¤P(R©tñâÅ!!!Z­v||<;;ûèÑ£§¢¢Ân·³ÙlµZ-—Ëïe{ÆÝ~õÕW?ûì³¥K—Òh4"‘xðàA>Ÿß××WSSƒÇãýýý===oß¾M"‘¼¼¼bbb„Báðð°Á`ضmLb{yy‰D¢ÉÉÉ÷ß¿¨¨H§ÓAE-‰V®\ù00ŇwZç#äðÖ,OÚý“J‡Z¸p!‰lnnŽ…¶B"ôz½R©ôòò"‘H>>><O¥RI$"‘ØÓÓc2™Ìf3…B‰‹‹›˜˜pD>G,“H¤•+Wž8q‚B¡ìÞ½ûÞØÓ¹sZVV699 sãcccùùùûöí³ÛíT*ÕËË æ´7oÞ|êÔ©eË–Aýì³Ï~õÕWX,Š®X,f2™Z­Ö`0X­VNÕÕÕÅÇÇ×ÕÕ‘Éä/¿üR§Ó‘ÉdƒÁpãÆ +$yûöm777“ÉÔÑÑ-ö’%Kd2™J¥òððP(åååË—/‡‹Å.^¼Ø××wdd„Åb©ÕꎎŽåË—C‘&“ɇ>pàÀöíÛÿüx{úPwVZZú¨Ÿ +9r¡P¸oß>WW׃><ã>Äçó‹ŠŠ ¶Ðd2)•J³Ù<55åããó§6›ÍÃã´´ôQ>ûß¹ÆNéŽ×½‰—‡'ç»Íçó³²² +E__ßää$4ý,«¡¡Ö™aÒ399™ÃḸ¸…B C$[[[÷íÛ'‰V­Z3d7oÞtuu….zVV–@ @"‘›6múú믟þù’’ +µxñâ«W¯òx<­V+•J'&&˜LfZZÚ½³uâ R©‰äÚµk...“““T*uíÚµt:}ãÆ0„x$ óùüwß}7??pãÆ + +…ròäɺº:"‘]WW×ÔÔD§Ó¡_É`0ÆÆÆ`!ÉÇÇÇl6Ûíö‘HaÀ©©©ííí¡­­Íé9ßíêêêeË–UUUéõúU«V}øá‡yyyl6[¯×WWW£Ñh//¯þþþ={öÀªP(”Ëå&“‰L&«TªÀÀÀøøøÖÖÖ‰‰‰¶¶66›}öìÙ~øa&þgi‡:÷ù­B¡Àãñ³Í“ …ÂcÇŽ-_¾ÜÛÛûòåË £··Fs¹\•J500ðòË/·´´DEE9 ‘aeeeT*ÕÕÕÕ`0ðx¼æææ   8fOO›Í¾ëA|>úž°ºðõ×_‰ÄŒŒŒÓ§O3 X †ÇŠÍf—””LLLøøø Ñè®®®õë×ÃpII ™Lìíí +wqqñòòâr¹ÅÅÅf³9''gVñ¶P(°¢¢Â0 P(...f³Y*•æççïÙ³Ç3™Ì +6L— o¾ùÆ)Ü øR§Ó544xxx + +MMM•––ªTªªª*//¯±±±àà`<ÿÎ;ï444 ooï³gÏ666Z,–áááîîn½^ßÒÒbµZ\ÆÆƱ±1½^ïX OOOð/°n]]ÝÐÐÅbY°`AWW×ÀÀ…BY¹råÍ›7ÓÒÒþùÏúøøˆD"½^Ïd2aôÚÒÒ2::š••U__?88˜‘‘i4KJJˆD¢^¯ïïïOJJª©©ùÖïöùóç?TVVöÞ{ï + X­Ö±±1˜ôöòòZ¶lY}}=@P(‹/¶Z­‹%&&&""¢§§žçéÇ^Cºw‰çTÌ”H`½ùÁlÃì +—Ë¥R©£££›7oF"‘v»=44T¯×#,ûã?®X±¢¯¯…BÙl6‹…B¡†‡‡;::vìØÑÓÓƒÇヂ‚òòòÂÃÃ#""d2‡ƒY4ǃ`9Åb™L¦[·nÁ`‰DZ­V‰„Á`¬V«D"ÉÈȸ|ùrddäÔÔ´RÍÍÍ$I£ÑlÞ¼ùêÕ«}}}pX•Jåçç' +I$ŒUž{î¹Ù¦e2™Ýn‡)Á””©TªÕjy<Þ¯¿þJ§ÓÑhtMM +‹Åâp8Ÿ|òÉêÕ«½½½›šš`¡oppÐÅÅÅd2MNNR(¨uF#•J5 ªÀóçÏò>F‹ŒŒÄ`0µµµJ¥ƒÁ¸¹¹Áü>¦R©ÅÅÅÏ<óÌÍ›75 +‘H„ÕbFc·Û·nÝêè!˜9/}÷Ýwû÷ïW©TwîÜA"‘D"Q¡P\ºt‰ÇãFwww­V" +ccc¡ÂÏÌÌ„§šJ¹\ÞÛÛ»`Á(i---smçx¬4c¼ÝÚÚ +˜˜˜puuÅáp·nÝJJJ2 +…"99ž%ƒÁ€Çãç?Ôétåå剉‰V«U.—OLLøúú + +Á•zL¥çvûçŸÆ`0åå優 @DFF677CɇÙ/*•zñâÅåË—Óh´††@xx¸J¥zî¹çfùx¸|J¥‡Ã)Š¨¨((Yv»º@ÿ¾ÒŸC¥êëëÓÓÓËÊÊ|}}I$’‹‹‹D"Ù¶mÛ¥K—h4Z{{û²eËÌf³Éd‚éq +…‚D"-‹ÝnG"‘QQQ÷ö—êtºžžqþüùôôô¶¶¶%K–ÜëÌ=rn·¡f +…þþþééév»…B-X°Àd2Ñh4 ƒB¡ †R©ôððÐëõ·   »Ýn³ÙH$RHHÌ1Z,–?þøÀ«««ÇÆÆ}}}===ÇÆÆ CEEÅÈȈ»»»B¡¸}ûöåË—]]]/\¸ÃôôôñññÊÊJ*•zòäIƒÁ°k×.›Ívýúu•JÕÕÕe2™Ôju@@ÀœØvŽ9uuuuuu¥Óé­­­h4ºººZ$ÁÞ'ì\Æb± +eñâÅh4ÚÇÇÇGDDàñx€Á`xꩧ¦ÙÚÚêããd2™Fõúõë2™ìÅ_<{ö,‹e2™z½ÞÛÛ»¿¿ÿ™gž©­­}ï½÷¢¢¢ ˜>>>žÍf“H$註Ý.—ËM³cuuõ_|áççW[[›ŸŸÐÞÞnµZ×®]ûã?¢Ñè%K–ܺuËÕÕ•L&{yy‚ 暊*ÍÇÇçÎ;£££B¡ðâÅ‹ÁÁÁ999%ßÒÒ²qãÆcÇŽ%''CçßáÒ„¾¾>g·Ûi4Úµk×’““Ïž=»víÚâââµkמ ©©éÆ«V­‚EF«ÕzîÜ9OOÏM›6Í;ëÙèõz—©©©ààà[·nÁ~/ø‡@ •¸PÈÙl¶î_4“ó;͈'7›Í°¯`0 {éÂ… óâônª¨¨8sæ …B9tèPss³^¯àñø–––æææäääÖÖV€Åb!Ûw9sbu:=FèÐ!h„„æ@R*•X,ö/ùËåË—étúõë×õz}bbbQQDžY,–©©)»ÝŽÃáš››“’’T*•J¥šî– …B__ß7FGGŸ:uJ ¼ýöÛV«õâÅ‹¿þúëš5k>ú裌Œ Øûq©g®Ý0Nɹƒ›,Þzë-oooFC¥RwìØQ__o³Ùètº··÷Ò¥KÍf³›››B¡ððððõõ%~~~ÁÁÁAAAýýýQQQ&“)$$„N§EDD,[¶ÌalˆDâÕ«Wøá‡ÖÖÖÌÌLƒáââÒÓÓWWW·pᤤ¤®®.“Éäêê¿råʇç8M!êt:è?»¹¹]¹rE*•ŠÅbFsøðáØØXOOÏââbèºÝºuë—_~ ‰¾¾>x¡n¯¨¨@3.‹O:ÕÒÒ"—Ë +Euuõï¿ÿîxƒñôôtqqéííÅápãããJ¥ò駟 + +íêêzöÙg/^¼ØÐР×ëM&´dOÐä:îÚµkIII===ê‘H„®8ô.[ZZ‚ƒƒáÇëׯ¯X±&^  +‡z æ1t:]ooorr2ŸÏ·Z­‘‘‘v»ýСCííí+V¬P©TÏ>ûlUUÕøø8™L6™LþþþjµÚl6Ãò˜^¯íµ×ZZZŒF#¶Z­0£êçç‡Á`‚H$"“ÉB¡°££cL.—Ã8„F£Aƒáââظq£P(D"‘áÔ©SH$’J¥¾þúë_}õÕ믿>¿U¿+ªÓéär¹£Çs?ÿü3•J…ñOKK ‹uuu…1ü Œˆ`þð5IçîÊÐПŸßåË—ûûûašF‡††¶··c0F³hÑ¢ àp¸y«Sh{Z[[Íf³¿¿SS´Û íExxøÍ›7£££ûúúÜÜܦ'*æMN49‹ÅãñZ­öõ×_onnö÷÷×h4O<ñ@Ðh4˜*|È~7ƒÁðùçŸWVVâñø;vŒ«ÕjƒÁ0::j³Ùnܸû)KKKáKÜÝÝÃÃÃI¬â„mØ_óA€ÈÈH¸™ðï}Xkb ÇS(ooo<@ 0Œ——…B9þ<Æôõõ%$$ †+V<®B'l9r¤ªª +‰D H$ˆ÷Þºuk{{{GGGDD¬K³X¬¢¢" +…røðá^xºVçÎûñÇ •J%|›DUU,\edd\¸paÿþýðnuuõLsR©T‹-b³Ù‹úÛ¾¾¾ÍÍÍ +…bž¿SzPÛ™à;Üy‡&×ëõ‹å«¯¾‚®µD"ILLôóóƒØ…°°°ššXóõõÅãñ + + +ãããD"Ñb±0™L@ÐÒÒ’——G `˜ ×ë322Š‹‹Ùl6L]<˜mØõ'–/_ÞÙÙi³Ùòóó§·ðœ;w.//6~ýõ׋/ ãïö]H•û ¯f‰t>‰ÿSiK$ƒñ•¶SšÍÀf³a‹©@ °þªÕjåryXX˜P(´X,à €-°¼\__?66{³L&\ò+W®‰D‡{< +ÅáÇ/\¸àçç÷ÁTWWs8£Ñ½ˆoýþûïÝÜÜX,Öü¢z§äÄ9•Ëå^^^° [\\¼sçÎeË–yzzfee9s…BQ©Ôºº:—-‰Š‹‹.\¨T*ñx¼Õj‚˜+Vp¹\µZíëë 0™LH$rË–-?ÿü3‹Åâóùx<ž@  P(OOO“ÉùìééÁb±­­­—.]Òh4¿ýöÛ_ÿúפ¤$6›œœü¨@%¬{`öXî霞žwæÌ™††‰DòöÛoŒŒÀ„1 +…Â`0½½½$éÕW_}$“tsbSSÓ•+WV­ZóØÉÉÉ,ÛÓÓ³yófØû¡°,ëûᅦ ¹\®Ñh˜L&„rMNNÊåò‹/æååÉd²¨¨¨ððð .@ŽZ­6™L£££ÉÉÉ‹-LNN®Y³Æ,Y²dzÙô1² +(//¿sçNtttGGì†HNNvqqÉÎÎÞ·o +…úí·ß¸\îÚµk8ÐÝÝÝÖÖ¶k×®£G¢P((ù\.·¤¤drr2((H­V¿ñÆf³911qçÎ~ø!| +‘H„¯ÌÙ¾};Üv‡_ô˜Òãz\ýÛÿËߣèd·årùþýû÷ìÙsèÐ!‹Å"—ËãããÍÿCCCÔ­Óéòóó=ŠÁ` z + + +h4šÕjݸqcYY¬"EGGCl9jrNí¿Íf›˜˜Ðét +Åf³………q¹\>Ÿ —»wïÖét{÷îÍÈÈ€ÓÀb±þþþ^^^ƒƒƒýýý...0uM¡P´Z-N +…R©ÔÍÍ +vÏ8Q:ò5uO€søHfÓ‡×÷iG˜ 9éÜK«ªªšœœÄ`0ÝÝÝ111SSS°CÓLLL4›Íñññ  +w ‹Å^½zné7ß|ŽD"###!26cwtt0ŒÏ?ÿ¾’vÁwÇtttètº¬¬,>ŸO&“aËlÿ¼víZllllllQQ‘»»;X¿~=ŸÏ×h4°»Ól6çææ~ûí·ÉÉÉõõõ©©©0ÿû÷¿ÿýÞãæ$—&—Ë»»»i4šT*MKK;{ö,“Éäñx &%%åôéÓZ­ÖËËkõêÕüñÇ;w´ZíÒ¥Ka6ÊÕÕõܹsÞÞÞ0 +¶hÑ¢ÖÖÖîînØnêãã,‹7nÜH$±Xlooomm-„iðx<›Í&“Éüüüjjj233GFFATT”^¯‡oÍjkk‹ŽŽ ¾}ûvFF…BñññQ*•]]]aaa­­­K–,Yµj•¿¿mmmTT”ã}Ìn·C`!\]€Ãá ÂÞ…‹íU;]»v +® ÂwI½^o³ÙˆDât|磢?_Èÿú} ÿÙþO¢ÿP¶ÿGq$ß +endstream +endobj +318 0 obj +<>/Height 106>>stream +xœí|yXÓg¶ÿKd!d²-,!†M@@E:m‡j]PêRm½·Në\;vfž¡ímkçÎÜÞ^mÇíÒéTç­b©Z…È*²„`Ø d!$aIòû㽓Ëêrg~už™9øÄäû=ß÷¼ŸsÎçœóz¹Ýnð÷'ˆg}ÏFþ¡öß“x/«´´tãÆaaa?üÝ…Â/¿ü2""b`` $$ÄÇÇG©Tz{{#ˆ˜˜¹\>>>îíí-“É~üãWTT|þùçJ¥ò“O>9pà ²²r||Üív'&&¢ÑèÖÖÖ·ÞzkãÆ]ÈëoÒŒF#‰DZúâ±ò· öÿAþ±·ÿ$B¡ðƒ>ööö¶Z­yyyUUUééé÷ïß?tèЩS§BCCÓÒÒnܸÁãñ*++KJJ¾üòËþþþˆˆˆâââË—/³ÙìÖÖÖ¨¨(2™rùòå¼¼¼æææM›6½ñÆK/¤Ñh&''‡‡‡ó›ß8pàÝwß•J¥.—ËÏÏÇã}þùçt:N§Óh´ÖÖÖ¸¸8wòäÉÝ»w.]º/•J÷íÛvúôi@||<‹Å*//§Óéz½ÞËËkß¾}Ë-ÿ{üÈ‘#£££%%%¥¥¥8.**ŠD"õôôèõú‰‰‰C‡½÷Þ{.—+--ÍËË‹N§Ëår‹ÅÂçóÃÃâ¾¾žÍf_¸p!%%E&“ÍÌÌøûû3 “Éôå—_­h4KKK¹\îìì¬R©ÌÈÈøî»ïV­Z…Ãá222mmm‹‹‹¾¾¾Z­võêÕÞÞÞN§Ón·Óh4›Í611@¥Rõz½Ûív¹\0222::zéÒ¥åÚýß÷¶\.,ÚFÀò‡ + +…R©Ôf³Ýºukÿþý6›ÍÏÏO¡P@}víÚõÑGÑét“ÉÄ`0, ‹ššr¹\Û¶mkmmmkk{ùå—år9‡Ãa2™b±‹Å:Žðððªª* c2™0ÌÛo¿ýD«]^^~ãÆÌÌL¹\îëëÛÓÓ$•J:tþüù¸¸8¥R9>>ž˜˜˜——wìØ1@II‰P(v:;wî((H©T †¨¨(‹Å200““ooll¬··7;;û)˜çžàr=´nž¥ +…ËôɉGär9@@ooo\\\oo/‹ÅR«ÕqqqF£@¸\.‰¤T*Ùl6@­V³X,³Ù<55E¡P\.x^„ïdµKKK/^¼ˆÃáAcccbb¢T*U«ÕùùùwîÜikk{*•+õõõB¡066–Ëå*ŠÂ¿ìï/—gé·áÞF H$‰Dº\®ÙÙÙ¶¶6:þî»ï^¼x‘Çãa±ØóçÏoÙ²…Åb©T*…BÅb·mÛ´¹¹ÂûñãÇ-KRR’N§ûÙÏ~öÛßþvvvÖd2mܸ133ó)üÏ>ºxñ¢ÙlþÑ~Äb±nß¾Ç㇆†Ç#‰‹E$áñx§Ó‰B¡4 +‡ÃŽÅb¯\¹òÓŸþ´££cqqñ£>Àç÷ÂrµWðÛ•òòr…BQ]]6??ïp8RSSÛÛÛýýýÅbqDDNÿÉO~òXœ‹ÅÉ»ººüýý‹Å¢R©CCC«V­:uê”ÃáyçwT*Õ•+WÒÒÒ¸\®ÝnÐjµT*•N§[,–çŸþÖ­[‘‘‘ C"‘àñxh f³™Çã-¿ô_Åj—––’ÉäÔÔÔžž'—ËY,V?‰DÚ¸qãÝ»w)))SSSsssV«•Á`àp8•J%•J‡‡‡_xá…ÁÁÁÙÙY*•:99™]__H¡PØlöS 9 W ëFƒD"½½½CCCÐ9EDDèõz©TZPP`6›ïÝ»ªÑhRSS'''¥R)´=›Í R©³³³V«µ¾¾~éåêëëÔj5'f³Ùd2‰DD[­V¹\žm6›&“ @°X,ˆùK??33“Ëå +…Ãá,×î{‘üСCååå.—kûöí¥¥¥‘‘‘(j|||óæͧOŸ~å•Wâââæççggg_zé¥ëׯôz½L&{ñűXì… (J^^ÞÅ‹÷îÝÛÒÒb@@ÀÕ«W—^‘F£A¿Ãá"##GGGÉd²ŸŸŸÏ¿yó¦Éd*..îííµÙl:îÍ7ß4›ÍJ¥R­V{yy)ŠµkׄºººÀÀ@Àââb@@@˜››{‰çC>|ŸíÒ¥K‡C§Óñùü¡¡!•JƒF£¯_¿¾nÝ:$¹mÛ6è·jµ:33~Q¡P˜L&<@ 00PTTäp8|||HäèèhZZZAAÁ±cÇ¢¢¢¶nÝzâÄ ÿK—.yØÿøÇ‚‚‚¹¹¹ññq©TJ$Fãääd^^žF£LMMU©T³³³ÆårY,‹ÅRTTtëÖ-@||¼J¥êéé¡R©‘‘‘‰D*•.,,´µµq¹Ü#–ǯö£ãêGwù×—~k©›ŸŸW©T999qqq---x<Þd2)ŠððpœÕÖÖ +½^ÇãívûÈÈHDDÄââ"‰T«Õjµº¨¨Èjµvww‡„„@ÄIMM} +V^^ÞÒÒ"“ɲ²²fffâããoß¾(—Ë'&&|||6oÞ|ùòe‹Ï;wÖÕÕGEEñx<‰D200àííÁ`üýýwîÜ)“É:;; ­­ÍÇLJÅbýû¿ÿ;t`¡¥¥åàÁƒƒƒƒ2™Ìår½ôÒKáááÃÃÃ!!!yyy2™L&“%%%åååÕ×××ÖÖ¦¤¤$$$Ðh´¹¹9—ËÅ`0ÚÚÚ‚ƒƒù|þwß}‡@ º»»³³³—ë¸2¤ +ÎÌÌ ‰oÂÏÏÉdšL¦ÎÎÎ;wŠD"ƒÁ——×ØبÑhÖ¬Y# +Y,ž™™)((¸víÚ–-[¾þúë‚‚­V«ÑhÂÂÂôzýââ¢Z­f2™eeežÕö¬†B¡@3æóù‰„Íf?”( +¸{—I‰Àçó¡qy¬Éjµ²X¬?+J{èJ6ò§úëµk×&&&,KjjêÜÜ\ee%‹¥P(ûöí+--ŒŽŽæççgffVVVþÿBòÒÒR§Óy÷î]ƒÁ°uëVµZíëë{ïÞ=*•º}ûö'NDEE‰Åb@ ªªª"""Z[[?þøã²²²………ÔÔÔêêj6::J$­V«@  Óé"‘Àd2?î¹âgŸ}F£ÑÄbqTTŒÌ­V«ÙlNHH(..^fšÍæ¿’#ÿõ_ÿõ¡·ärù7ß|ƒF£Ñh´N§{î¹ç>ÿüó³gÏÖÔÔˆÅb*•ŠD"¡Â‡C"‘2™Ìññq­Vëïï911ñÚk¯I$·ÛíëëËf³ïܹsðàA£Ñ¨P(vìØ! +ËËË{zzîß¿¿qãÆÞÞ^ÿ……:Þßß/‰ètzWW×ââ¢R©ÿþýûþþþN§ÓápÄÇÇ»Ýî¾¾> +…âååE¡PæççÇÆÆìv;…B±ÙlçzHVöÛ0߆‘ @²Z­|>¿³³s~~>,,ŒF£Áwvv6oÞ aF;N›Í&¬V+N¯¬¬ ܶm›X,†\Ùlv¹\õõõb±¸±±Ñßß_.—‰D¥R¹°°088ÓÑÑÑ××Çápš››ýüüººº +™LõòòÂápqqqH$rlllhh(55U&“‰D"*•ŠÅb÷ïßöìYƒÁàr¹T*ÕRP|üj¯¸8`%ø–‡lÇÔžÃh4¿B¬Æãñ¸{›šš˜L&ÜÒD"r2Ïf6æI¹´ŠŠŠÔÔÔéééžž«ÕJ¥R_~ùå'NTWWÇÄÄ™Læt:‘H$Ä9‹õÓŸþ´¼¼<11±µµÕb±,..ÊåòÿüÏÿüàƒ\.“ÉÄápmmm÷îÝ{芧N‚ùöÖ­[ ÂíÛ· †F£±Z­ÁÁÁ6jmm¥ÓéŸÍfóèèèªU«fffüüül6Û;wÞ|óÍêêj‡ºº’ -66öå—_þì³Ïúúú“““³³³ÿã?þ£¸¸xll ‰DŽŒŒìÚµ«±±Ñh4 +‚€€F³oß¾’’’ÅÅE»Ýn±Xzzz0ÌÎ;Oœ8±nÝ:¥R ضm[[[[ss³H$Z¿~½P(::zpppÿþý$)333<<Üd2………Éåòââb +¥Óé222 sy2F£­V냜N§F£ñó󛜜¼{÷î¶mÛ""" køÅ/~ÙEÀÓùC~|?Œ/7槢Ê%ÉÌÌÌÒØ àr¹äryPPä[àŸ`ìåɽ].—V«…,:àœáCò½~; Àétúøø:nµZ'''ÕjuVVäÏGGGCCC}}}% Nßµk×ùóç÷ìÙsùòeµZý³ŸýìÔ©SéééSSS­­­`ttôСC¿þõ¯™Læââ"Ì·a˜uëÖ­¢¢"©T*‰Š‹‹¿ýö[XñkjjŠŽŽÆb±R©4''Çd2¹Ýn½^ïçç‡ÃáL&Œä:.""Âl6[­V­VËår§¦¦fggÓÒÒ–“™ŠÒ–?¶ÇbØceéÏz í믿NKK»yó¦ÝnÇb±T*Õjµ †ÚúúúŠD¢€€>Ÿ?==ír¹ÂÃÃGGGõz=™Lž››3 :ŽÇã ƒ133øÉO~ò¤vãÆ +˜µ §×ëa&&&æÏÑüïç_Ãâ 9¼½½###ëëë;::"###"" •ÉårXiþÑ~4<<¬T*a0<<ƒÁxyyƘ˜ +…Âåru:$væççÑhô“ƒ~0 +…:n|||xxâ_hh(¾sçN@@@bbâêÕ«›››³³³ýýýoܸ±k×®©©©{÷îeffNOOõs8}}}111t:Ý××W&“iµZ +…’°iӦ嚯€ä?˜H¤ÔÔÔ˜˜˜‰‰ 2™l6›8 +íÌÌŒT*õ÷÷ß´iÓüü¼D"!‰N§‡Ã¹Ýn‰D‚@ (ŠR©D"‘÷ïß ìïïw¹\\.W©TÆÇÇÓéô§ËÀ+¥¥¥*•jjjÊd2ÑétNçv»ÁÑ£GŸö§þ"HîÉ!‘n±Xp8Ü÷Ufž½‘ÏÌÌèõúµk×öôô Ñh2™L¡PétúŽ;>û쳜œœ;wî‰Ä—_~¹··×l6Ã@½»»{bbÂl6çææÖÔÔ,íÚ(--e2™íííOWú{ï½÷²²²nݺE§ÓÇ+//OIIéìì´ÛíaÇŽ*•ª««+>>¾¡¡Ò@6lÉdR©”ÇãÁ@­¯¯Ïl6C¨¹¹9$$„@ …Â#GŽ<œ*Š×_VùÂÃÃãD"Ë媨¨ˆŽŽv:N§ÓjµÚl6çëë;66|÷îÝ£Gvtt$%%ÕÔÔ|øá‡ÎÀVÞÛååå,ëܹs¯¾ú* |||fgg{zzrss±X,™Lîèè°Ûíf³¹¶¶¦ø«V­Òéth4Ún· + +1 íùúúˆzll¬©©ÉÛÛ[©Tæää477ß¿¿±±ñÞ½{ÑÑÑ·Ûm±Xfgg}||jjjT*Õ /¼ÐÚÚJ (JMMÍÚµkçççÝnwQQÑøø¸ÙlžžžNKKƒùF£¿|ùòeNwóæMooo6›½|o¯¬vzz:‡Ãq»Ý\.W$ýêW¿B£Ñþþþ0ŠhmmMHH€+ŸŸ?>>Îår+++Q(ƒiÙÈȈV«u¹\¡¯¯ïðáÃÉÉɉ‰‰D"ÑiV«àp8h4Zpp°T*¥P(T*•F£ÍÏÏÇÄÄLMM©T*2™ìíí +û[š››a Š@ ¦§§Åb1™LNHH P(/¾øâÚµkY,VXXØ÷§+«ýoÿöo¾¾¾6›M£Ñ¼õÖ[}ô‘^¯ðàÁââ"‰DB¡PmmmMMMñHIIÄãñsssl6ÇCž|nnŽL&ôÑG###F£qddÄÇLJÍfWTT(ŠÄÄD¸ÚµµµD"111Ñf³=xð °°°´´tvvvhhèùçŸ?yò¤ŸŸß«¯¾úÍ7ßàñx +…rûömooïÀÀ@‡ÃÁårÇš5kÒÒÒ ƒ———J¥²ÙlD"ñ«¯¾êëëOŠä Ð +…ËåòÀ¦R©äóù +…bjj +‰Dàv‚âá:–²ŸJ¥âöŠ<¹‡ñüÉÖ?tW6…qlb_s8س"˜? +É?üðCE"‘¨³³tt:ÝËËK«ÕºÝn///&“900@£ÑŠ‹‹¿ï§-Ÿ~ú©·nÝZVVF£Ñrss‡‡‡—""àêÕ«©©©ó þµµµ°çvóæÍííí«V­‚”»V«LHHXP¯läGŽA"‘ÝÝÝ8îîÝ»r¹üùçŸu»Ý°@m·ÛÛÚÚ6mÚTQQ822òÜsϽÿþûG%‰eee^^^÷ïßg±XÍÍÍgÏž››³Ùl'Nœðññ9wî\GGGzzºçr.\hmmõòòšŸŸïîî6 &55•Á` ‘È^xD"‰DH<ÇÅÅÁ˜Äív§¦¦‰D6›M¥RÉdrhhhVV +…âr¹ &(((---66v¹‚2òÏ>ûl|||Íš54í׿þõúõë÷îÝ{ãÆ®®. +…òÆoxÚJ0à,µpOø +«6>Ÿý6 ··wÓ¦MÍÍÍx<‹Å$‰N§ûÕ¯~uæÌ™ßüæ7 + + +UUUFÃ`0 + + +Z[[a}saaA*•.µ‘ÊÊʸ¸¸†††Ý»wÃ8çéüöÐÐR© + +²Z­IIIÃÃÃ8îìÙ³£‹Å¿üå/{{{ƒƒƒÍfó¹sçöîÝëv»e2Yrr2,àp8襓’’úûû###u:‰Œåñxž +, +›ššÖ®]Ëd2ÛÚÚ6oÞüÐ÷ažUïC>›D"-mkƒ¼ÝŠ<ñ­ö‡~Ã`0ÆÇÇ{{{ÝnwhhhGGGLL •Jåp8%%% gÎœáp8‰.>D&9ž"Â¥+﹜X,¦P(ðÃb±øÏÌmŸDîˆÅâððpTC¡P„„„@6~fÅ +Ó_¿¬Ü uæÌ™ˆˆˆ{÷î­]»öÞ½{ +…bõêÕééé·oßþùϾoß>>Ÿ¿{÷†ááa¬™Ô××ÏÎÎFEEÁòêÕ«W!•[TTtäÈ:…Åb+++><55•˜˜øÃ*û?ò(#ÿý÷·lÙB fff 6àp¸îîn»Ýîr¹ ›Íæóùeee|>–,Îœ9377¸iÓ¦°°°k×®ÁìN§çääÀbøªU«”Jå/~ñ‹XÕ¥ò(#ÿøã³²²ªªªvìØÇãëêꃃƒ;;;¡ž555d2Y£Ñ÷÷÷gee±Ùl¥RY\\¼` âÁyèŸíîx”ß¾ví‘H„èªÓé ƒ@ øæ›oärùÐÐ…BVŸŸóæÍÍ›7_½zµ««ë­·ÞÚ¹sg[[[FFÆïÿ{¡PÓr' +¡’Ëåñññ?´®KäQF~îܹõëן?þðáÃ0d0€––.—;66Ó€àà`½^o±X˜L¦Õj}÷ÝwÁÿö=…«ý(#ïîîv¹\žú0ü/‘H,õL&“iff†Åbg­Ì“ËÊjòÉ'«W¯†4Nçr¹^^^»ví***2™L§NR©T“““Z­666Öd2µ··GFF®[·®¡¡Ájµ¦§§744„…… + LOO‡„„p¹ÜÆÆF˜ºoݺõ/X3~ZYÙÁ : +USS³°°àããC¡PêêêD"QAAŒ(Åb±V«…¦N£Ñ„B!~ðàABB‚ÍfëîîÌÍÍiµZ»Ý>77‡@ >ùä4ÍãñŸ¡ÎàÑF~åÊ™L†Åb™L¦Z­f0Z­–Éd*•J +E£ÑŠŠŠ`ÜâIý<Ê455ùûû#ç ×”J%ïîî&‰ëÖ­ûA\YV^mhä}}}###0›Ç`0LJm!õõõ ãúõëÃÃï¾ú*‡Ã9{ö,‡ÃÁ`0žn«ÖÖÖîînÈì-¥ÙÆÇÇ`=’Ç yRRRUUÕ¶mÛ`ú>66–œœ|áÂ…õë×ãñø¦¦¦ÉÉɤ¤$‰DVWWÇf³Ñh´··÷ÄÄ„T*µX,AAAÉÉɃN§Ãþkð¬Áïé‡Ã‘H$ˆÞž&0Ã|ÃjµÂˆmiÒç±óg»¥=²ò°ãƒV¯^­Ñhæçç +EUUf±XIII°³··—F£…‡‡77÷·¿ýíÏþs³Ù|ñâÅ©©©¨¨(*•úl÷ö +«í‰4º»»Íf3‰d2™7nÜ@"‘F£Ñßß?))I©TNOOûøøp¹\‡S^^ŽÅbCBB–Ž'’Éd‰DÝ@p»Ý†Ëåâp¸{÷îýîw¿{úþ·<ÊÈwíÚµsçÎÛ·o¯Zµjrr2&&†L&ÿîw¿[¿~ýêÕ«—Ž¡-ß°^óÐvðŒ6<Ãô ¬“Ã"§ÓÙÕÕE"‘d2™¯¯/‹Å²Ûíµµµd2™J¥ªÕꀀ…BñÕW_Q(”ÊÊJ§ÓY^^Îáp¤R©D"ñ÷÷¯®®¶Û탃ƒ ¦§§¶©ètº¿º˜Ücä0&/--}çwàø¤ÅbINN®¬¬\»v­^¯¦P(ƒÏç÷öö†††644DGG{Üjµb±Ø°°0‘H„ÅbaæoÉá;žÉÍ¿ßgä'OžD"‘°¼þÅ_ &“Y^^ÞÞÞŽÅbE"hhh€ƒ‰‰‰|ð,}ÀÍ•+W¢££[ZZ ì+ +™LÖÚÚzçθètú3| +AòºººÜÜÜk×®ÏÏÏÃVà«W¯ÆÄÄLOOûúúâñx8€8111;;›ššj±X*++•Jåúõëãâân·»¾¾~ݺuÝÝÝýýý©©©üëRÛ#û÷ïçñx.— öJÆÄĸ\.§ÓyíÚµÜÜ܉‰‰±±1H³üþ÷¿÷ïßå•W¾øâ‹×^{mllÌl6GDD.sèêêú«‹É…BacccVV–Ãá  f×®]³³³þþþ---ß~û­¿¿¿ÉdÊÎξ{÷îwß}·víÚ'NœŸÉdÚíö¥KMM +LÆ`0l6;((¨££ãí·ß~& +Cy’755Á&+±X¬T*ßyçæææøøøêêêØØX,{ãÆ +6X­V‰D²}ûöŠŠŠÜÜ\™L622B£ÑœN'Dµááa«ÕúÒK/ŽŽjµZ,{äÈ‘g¡ìÿÈ£ÜÑ®<ÁüïòƒPàtÔ©WTTØ´i‡Ã-,,œNçìì¬ÓéÄb±·oß +…øà FqqñÝ»wµZ-‘H„C°ûIWWW'öîÝ[XX877·~ýzXÃéîîþôÓOŸ¨Î2H$xDOmmmrròôô´\.Çãñ™™™b±¸  ÀÏϯ±±N@àp8FC¡PΟ?ïëëëããƒÃá'&&ˆD¢B¡Ø³gOtttlll||<‘Hd±X°ºráÂØÊ5::j6›çææ‚Ëåòöö...&‘H°ºZ[[;>>Îçó“’’°Xl||¼Åb@"‘ˆD¢œœœ™™*•šŸŸ¯Ñh²²²ìv; 77‚îC:®p^šX,>räˆX,Öétÿõ_ÿ•žžþ駟Âù=¹\ÞÖÖÖßßÿÝwßFFgÂÚÚÚ°XìðððÛo¿í±íôôt¥R™’’’œœÜ××÷Å_”––ƪª*Ï(‰ôõõÕh4¯¿þº¯¯o~~>‰Äáp>>>¥R911{w^}õUñàÁ‹ÅR^^’––ÖßßO¡PÂÂÂúûûu:]tt4œƒ¼}û¶Ûí¦P(pg¹¬àÀ7nÜh4%É®]»¾ø⋬¬¬ÆÆÆíÛ·§§§Ÿ?~ûöív»]§ÓmØ° ÓéæææúúúØl6¬¾óÎ;çÏŸW«Õ¹¹¹mmm°±Žg>xð€Á`LNNÂkùøø8§ÓÙÞÞþõ×_wvvVWWÇÇÇ;N‘H¬¬¬4qqq§OŸÞ°aC`` Íf“H$&“ ‡Ã9Ž   xp–Édƒƒƒ™™™z½žF£I$@°t¢ûQj{üöÈÈHUU•Z­†nV$Á©Q‡366ƒP«Õ:77÷üóÏ‹D"·Û-‰HäÿøÇ”””[·nMOOÇÇÇ#‘È€€€îîn‡+G°ÇÌfóûï¿o³ÙrssÃÃÿúê+ˆ8áôéÓZ­ÖétÂTÏjµZ,–?þ‰D¶··ûøøÀƒ`G:‡Ã™žž–J¥v»=22‡Ã}_oõc«=݃f³Ùb±ôÞÞ^‰ôóó +…Ðt°Õ°®®. @tuu±Ùì8sçÎ2™Ì`0¤RéŠ5‰ -11ñèÑ£‰‰‰{÷î}ï½÷H$R~~þìììµk×P(ÔæÍ›­VëÕ«W + +0ÌÂÂBEEEDDD___gggEE‡Ã)++3 B( †‘‘‘­[·2™Ì¦¦&±XŒB¡ànØl6___ +tÙlvRR’¯¯/.»H$‚ÝlF¯×ÃÆÝÁÁÁžž$ §DØl¶F£‰mii!¾¾¾J¥rdd¤µµÆÔÉ + öãb0˜¶¶6ƒÁ{÷î]ƒ]B]]<œN¡P„……MLLÀÀ3&&@À!ÂÂÂ5kÖ P(:N$‹ŠŠH$R\\œÛíf0@À-WWW§P(fggKJJV¯^-‘HG@@@TTTdd$@¸wïF + +R©TkÖ¬Q*•4ÇãÁsÜn÷ÀÀ@vvöøø¸···Íf‹½~ý:,ÈÃw + —w?ÊÈoÞ¼¹iÓ¦ééé°°0//¯±±1.—;99966s/Ø4ëÖ->Ÿïçç722²zõj“É[a‘H¤V«‹ÅN§Z~II‰R©üçþç™™™ÄÄD‰„D"###)Ê©S§X,‰D¡Pn·"9ÀápØl6‰4==m4###‡‡‡OŸ>`µZSRR`Qz„™™™úúz‹Å211›Át:ÝŠó‡ŠÉßx㢢¢ÖÖÖÐÐÐÎÎ΃Â@nnnYYYVVVEEÅáÇá¢Éd²¼¼¼ëׯ'%%AƒÄb±ÝÝÝ°>$$‡Ãáñø………ÂÂBÏ­üò—¿Äb±ð!þøÇ?°Z­~~~(jÛ¶m +…b``àþýû fõêÕ\.&p°i"(ä<`ñþ ;J}.àcºðçêë\±ú³œx +çD"¥ϼZz„K³³³FONNÌÍÍ> +endobj +320 0 obj +<> +endobj +321 0 obj +<> +endobj +322 0 obj +<> +endobj +323 0 obj +<> +endobj +324 0 obj +<> +endobj +325 0 obj +<> +endobj +326 0 obj +<> +endobj +327 0 obj +<> +endobj +328 0 obj +<> +endobj +329 0 obj +<> +endobj +330 0 obj +<> +endobj +331 0 obj +<> +endobj +332 0 obj +<> +endobj +333 0 obj +<> +endobj +334 0 obj +<> +endobj +335 0 obj +<> +endobj +336 0 obj +<> +endobj +337 0 obj +<> +endobj +338 0 obj +<> +endobj +339 0 obj +<> +endobj +340 0 obj +<> +endobj +341 0 obj +<> +endobj +342 0 obj +<> +endobj +343 0 obj +<> +endobj +344 0 obj +<> +endobj +345 0 obj +<> +endobj +346 0 obj +<> +endobj +347 0 obj +<> +endobj +348 0 obj +<> +endobj +349 0 obj +<> +endobj +350 0 obj +<> +endobj +351 0 obj +<> +endobj +352 0 obj +<> +endobj +353 0 obj +<> +endobj +354 0 obj +<> +endobj +355 0 obj +<> +endobj +356 0 obj +<> +endobj +357 0 obj +<> +endobj +358 0 obj +<> +endobj +359 0 obj +<> +endobj +360 0 obj +<> +endobj +361 0 obj +<> +endobj +362 0 obj +<> +endobj +363 0 obj +<> +endobj +364 0 obj +<> +endobj +365 0 obj +<> +endobj +366 0 obj +<> +endobj +367 0 obj +<> +endobj +368 0 obj +<> +endobj +369 0 obj +<> +endobj +370 0 obj +<> +endobj +371 0 obj +<> +endobj +372 0 obj +<> +endobj +373 0 obj +<> +endobj +374 0 obj +<> +endobj +375 0 obj +<> +endobj +376 0 obj +<> +endobj +377 0 obj +<> +endobj +378 0 obj +<> +endobj +379 0 obj +<> +endobj +380 0 obj +<> +endobj +381 0 obj +<> +endobj +382 0 obj +<> +endobj +383 0 obj +<> +endobj +384 0 obj +<> +endobj +385 0 obj +<> +endobj +386 0 obj +<> +endobj +387 0 obj +<> +endobj +388 0 obj +<> +endobj +389 0 obj +<> +endobj +390 0 obj +<> +endobj +391 0 obj +<> +endobj +392 0 obj +<> +endobj +393 0 obj +<> +endobj +394 0 obj +<> +endobj +395 0 obj +<> +endobj +396 0 obj +<> +endobj +397 0 obj +<> +endobj +398 0 obj +<> +endobj +399 0 obj +<> +endobj +400 0 obj +<> +endobj +401 0 obj +<> +endobj +402 0 obj +<> +endobj +403 0 obj +<> +endobj +404 0 obj +<> +endobj +405 0 obj +<> +endobj +406 0 obj +<> +endobj +407 0 obj +<> +endobj +408 0 obj +<> +endobj +409 0 obj +<> +endobj +410 0 obj +<> +endobj +411 0 obj +<> +endobj +412 0 obj +<> +endobj +413 0 obj +<> +endobj +414 0 obj +<> +endobj +415 0 obj +<> +endobj +416 0 obj +<> +endobj +417 0 obj +<> +endobj +418 0 obj +<> +endobj +419 0 obj +<> +endobj +420 0 obj +<> +endobj +421 0 obj +<> +endobj +422 0 obj +<> +endobj +423 0 obj +<> +endobj +424 0 obj +<> +endobj +425 0 obj +<> +endobj +426 0 obj +<> +endobj +427 0 obj +<> +endobj +428 0 obj +<> +endobj +429 0 obj +<> +endobj +430 0 obj +<> +endobj +431 0 obj +<> +endobj +432 0 obj +<> +endobj +433 0 obj +<> +endobj +434 0 obj +<> +endobj +435 0 obj +<> +endobj +436 0 obj +<> +endobj +437 0 obj +<> +endobj +438 0 obj +<> +endobj +439 0 obj +<> +endobj +440 0 obj +<> +endobj +441 0 obj +<> +endobj +442 0 obj +<> +endobj +443 0 obj +<> +endobj +444 0 obj +<> +endobj +445 0 obj +<> +endobj +446 0 obj +<> +endobj +447 0 obj +<> +endobj +448 0 obj +<> +endobj +449 0 obj +<> +endobj +450 0 obj +<> +endobj +451 0 obj +<> +endobj +452 0 obj +<> +endobj +453 0 obj +<> +endobj +454 0 obj +<> +endobj +455 0 obj +<> +endobj +456 0 obj +<> +endobj +457 0 obj +<> +endobj +458 0 obj +<> +endobj +459 0 obj +<> +endobj +460 0 obj +<> +endobj +461 0 obj +<> +endobj +462 0 obj +<> +endobj +463 0 obj +<> +endobj +464 0 obj +<> +endobj +465 0 obj +<> +endobj +466 0 obj +<> +endobj +467 0 obj +<> +endobj +468 0 obj +<> +endobj +469 0 obj +<> +endobj +470 0 obj +<> +endobj +471 0 obj +<> +endobj +472 0 obj +<> +endobj +473 0 obj +<> +endobj +474 0 obj +<> +endobj +475 0 obj +<> +endobj +476 0 obj +<> +endobj +477 0 obj +<> +endobj +478 0 obj +<> +endobj +479 0 obj +<> +endobj +480 0 obj +<> +endobj +481 0 obj +<> +endobj +482 0 obj +<> +endobj +483 0 obj +<> +endobj +484 0 obj +<> +endobj +485 0 obj +<> +endobj +486 0 obj +<> +endobj +487 0 obj +<> +endobj +488 0 obj +<> +endobj +489 0 obj +<> +endobj +490 0 obj +<> +endobj +491 0 obj +<> +endobj +492 0 obj +<> +endobj +493 0 obj +<> +endobj +494 0 obj +<> +endobj +495 0 obj +<> +endobj +496 0 obj +<> +endobj +497 0 obj +<> +endobj +498 0 obj +<> +endobj +499 0 obj +<> +endobj +500 0 obj +<> +endobj +501 0 obj +<> +endobj +502 0 obj +<> +endobj +503 0 obj +<> +endobj +504 0 obj +<> +endobj +505 0 obj +<> +endobj +506 0 obj +<> +endobj +507 0 obj +<> +endobj +508 0 obj +<> +endobj +509 0 obj +<> +endobj +510 0 obj +<> +endobj +511 0 obj +<> +endobj +512 0 obj +<> +endobj +513 0 obj +<> +endobj +514 0 obj +<> +endobj +515 0 obj +<> +endobj +516 0 obj +<> +endobj +517 0 obj +<> +endobj +518 0 obj +<> +endobj +519 0 obj +<> +endobj +520 0 obj +<> +endobj +521 0 obj +<> +endobj +522 0 obj +<> +endobj +523 0 obj +<> +endobj +524 0 obj +<> +endobj +525 0 obj +<> +endobj +526 0 obj +<> +endobj +527 0 obj +<> +endobj +528 0 obj +<> +endobj +529 0 obj +<> +endobj +530 0 obj +<> +endobj +531 0 obj +<> +endobj +532 0 obj +<> +endobj +533 0 obj +<> +endobj +534 0 obj +<> +endobj +535 0 obj +<> +endobj +536 0 obj +<> +endobj +537 0 obj +<> +endobj +538 0 obj +<> +endobj +539 0 obj +<> +endobj +540 0 obj +<> +endobj +541 0 obj +<>stream + + + + + 2007-01-11T04:07:26-05:00 + LaTeX with hyperref package + 2012-11-29T12:57-05:00 + 2012-11-29T12:57-05:00 + + + application/pdf + + + Typesetting + + + + + Michael D. Shell + + + + + How to Use the IEEEtran LaTeX Class + + + + + Class, IEEE, IEEEtran, LaTeX, Typesetting, TeX + pdfeTeX-1.303 + + + This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2C 7.5.5) kpathsea version 3.5.5 + + + uuid:060d6d94-8e75-45f1-abc1-778260554d6e + uuid:d303f23e-8a6b-42b1-92f5-5965c1219e0e + + + + + + + + + + + + + + + + + + + + + + + + + +endstream +endobj +542 0 obj +<> +endobj +xref +0 543 +0000000000 65535 f +0000146676 00000 n +0000146856 00000 n +0000146993 00000 n +0000147135 00000 n +0000147277 00000 n +0000147413 00000 n +0000147550 00000 n +0000147700 00000 n +0000153949 00000 n +0000163539 00000 n +0000163745 00000 n +0000163853 00000 n +0000167350 00000 n +0000167555 00000 n +0000167683 00000 n +0000167850 00000 n +0000167990 00000 n +0000168129 00000 n +0000168229 00000 n +0000174021 00000 n +0000174277 00000 n +0000174415 00000 n +0000181044 00000 n +0000181189 00000 n +0000181277 00000 n +0000187388 00000 n +0000187651 00000 n +0000187839 00000 n +0000188027 00000 n +0000194473 00000 n +0000194647 00000 n +0000194789 00000 n +0000194928 00000 n +0000195061 00000 n +0000195205 00000 n +0000200922 00000 n +0000201103 00000 n +0000201242 00000 n +0000201381 00000 n +0000201519 00000 n +0000201659 00000 n +0000201871 00000 n +0000208851 00000 n +0000209025 00000 n +0000209163 00000 n +0000209302 00000 n +0000209441 00000 n +0000209541 00000 n +0000215239 00000 n +0000215434 00000 n +0000215569 00000 n +0000215703 00000 n +0000215842 00000 n +0000215981 00000 n +0000216114 00000 n +0000216249 00000 n +0000216427 00000 n +0000222863 00000 n +0000223008 00000 n +0000223119 00000 n +0000228050 00000 n +0000228210 00000 n +0000228353 00000 n +0000228478 00000 n +0000234916 00000 n +0000243979 00000 n +0000244215 00000 n +0000244373 00000 n +0000244518 00000 n +0000244619 00000 n +0000249707 00000 n +0000249852 00000 n +0000249953 00000 n +0000255148 00000 n +0000255308 00000 n +0000255446 00000 n +0000255534 00000 n +0000261581 00000 n +0000261755 00000 n +0000261893 00000 n +0000262032 00000 n +0000262171 00000 n +0000262272 00000 n +0000268578 00000 n +0000268745 00000 n +0000268883 00000 n +0000269021 00000 n +0000269122 00000 n +0000275382 00000 n +0000275577 00000 n +0000275717 00000 n +0000275853 00000 n +0000275989 00000 n +0000276125 00000 n +0000276264 00000 n +0000276404 00000 n +0000276580 00000 n +0000283963 00000 n +0000284125 00000 n +0000284265 00000 n +0000284402 00000 n +0000289361 00000 n +0000289565 00000 n +0000289702 00000 n +0000289839 00000 n +0000289980 00000 n +0000290121 00000 n +0000290262 00000 n +0000290400 00000 n +0000290502 00000 n +0000296633 00000 n +0000296845 00000 n +0000296985 00000 n +0000297126 00000 n +0000297268 00000 n +0000297409 00000 n +0000297550 00000 n +0000297691 00000 n +0000297831 00000 n +0000297946 00000 n +0000304442 00000 n +0000304614 00000 n +0000304754 00000 n +0000304895 00000 n +0000304997 00000 n +0000310752 00000 n +0000310932 00000 n +0000311067 00000 n +0000311204 00000 n +0000311343 00000 n +0000311479 00000 n +0000317516 00000 n +0000317696 00000 n +0000317837 00000 n +0000317978 00000 n +0000318118 00000 n +0000318275 00000 n +0000323788 00000 n +0000326169 00000 n +0000326373 00000 n +0000326412 00000 n +0000326509 00000 n +0000328308 00000 n +0000328498 00000 n +0000328521 00000 n +0000328600 00000 n +0000328788 00000 n +0000328925 00000 n +0000329064 00000 n +0000329205 00000 n +0000329342 00000 n +0000329532 00000 n +0000336095 00000 n +0000336619 00000 n +0000336780 00000 n +0000336983 00000 n +0000337165 00000 n +0000337346 00000 n +0000337531 00000 n +0000337713 00000 n +0000337914 00000 n +0000338116 00000 n +0000338319 00000 n +0000338522 00000 n +0000338725 00000 n +0000338928 00000 n +0000339127 00000 n +0000339336 00000 n +0000339545 00000 n +0000339748 00000 n +0000339946 00000 n +0000340148 00000 n +0000340351 00000 n +0000340555 00000 n +0000340741 00000 n +0000340942 00000 n +0000341143 00000 n +0000341342 00000 n +0000341554 00000 n +0000341767 00000 n +0000341968 00000 n +0000342148 00000 n +0000342328 00000 n +0000342533 00000 n +0000342738 00000 n +0000342944 00000 n +0000343145 00000 n +0000343346 00000 n +0000343544 00000 n +0000343747 00000 n +0000343957 00000 n +0000344159 00000 n +0000344360 00000 n +0000344572 00000 n +0000344774 00000 n +0000344973 00000 n +0000345180 00000 n +0000345389 00000 n +0000345551 00000 n +0000345714 00000 n +0000345853 00000 n +0000353071 00000 n +0000353230 00000 n +0000357849 00000 n +0000357920 00000 n +0000358262 00000 n +0000358322 00000 n +0000358522 00000 n +0000360599 00000 n +0000360831 00000 n +0000360854 00000 n +0000360934 00000 n +0000361083 00000 n +0000361242 00000 n +0000361399 00000 n +0000361547 00000 n +0000361830 00000 n +0000361994 00000 n +0000363227 00000 n +0000363420 00000 n +0000363711 00000 n +0000363878 00000 n +0000364028 00000 n +0000364176 00000 n +0000364325 00000 n +0000364543 00000 n +0000364696 00000 n +0000366810 00000 n +0000367003 00000 n +0000367243 00000 n +0000367537 00000 n +0000370449 00000 n +0000370723 00000 n +0000370786 00000 n +0000370912 00000 n +0000371059 00000 n +0000371209 00000 n +0000371290 00000 n +0000371452 00000 n +0000376076 00000 n +0000376347 00000 n +0000379417 00000 n +0000379757 00000 n +0000379872 00000 n +0000380115 00000 n +0000384125 00000 n +0000384367 00000 n +0000384621 00000 n +0000384770 00000 n +0000385006 00000 n +0000385267 00000 n +0000389382 00000 n +0000389474 00000 n +0000389753 00000 n +0000391973 00000 n +0000392097 00000 n +0000392212 00000 n +0000397471 00000 n +0000397752 00000 n +0000397954 00000 n +0000398007 00000 n +0000399358 00000 n +0000399506 00000 n +0000399653 00000 n +0000399847 00000 n +0000402817 00000 n +0000402971 00000 n +0000403118 00000 n +0000403451 00000 n +0000403600 00000 n +0000403818 00000 n +0000403881 00000 n +0000404038 00000 n +0000404201 00000 n +0000404318 00000 n +0000412734 00000 n +0000412982 00000 n +0000413129 00000 n +0000413277 00000 n +0000414470 00000 n +0000414562 00000 n +0000414640 00000 n +0000414748 00000 n +0000414770 00000 n +0000414819 00000 n +0000414868 00000 n +0000414917 00000 n +0000414963 00000 n +0000415016 00000 n +0000415062 00000 n +0000415115 00000 n +0000415161 00000 n +0000415214 00000 n +0000424865 00000 n +0000434604 00000 n +0000443854 00000 n +0000453410 00000 n +0000464489 00000 n +0000474236 00000 n +0000483540 00000 n +0000493532 00000 n +0000503987 00000 n +0000513415 00000 n +0000523143 00000 n +0000532988 00000 n +0000541801 00000 n +0000551088 00000 n +0000561298 00000 n +0000571219 00000 n +0000581923 00000 n +0000592011 00000 n +0000602246 00000 n +0000611880 00000 n +0000622222 00000 n +0000632089 00000 n +0000641606 00000 n +0000651223 00000 n +0000661266 00000 n +0000672522 00000 n +0000672558 00000 n +0000676808 00000 n +0000676866 00000 n +0000676923 00000 n +0000676980 00000 n +0000677038 00000 n +0000677096 00000 n +0000677154 00000 n +0000677212 00000 n +0000677270 00000 n +0000677327 00000 n +0000677385 00000 n +0000677443 00000 n +0000677501 00000 n +0000677559 00000 n +0000677617 00000 n +0000677675 00000 n +0000677733 00000 n +0000677791 00000 n +0000677849 00000 n +0000677907 00000 n +0000677963 00000 n +0000678021 00000 n +0000678078 00000 n +0000678135 00000 n +0000678192 00000 n +0000678249 00000 n +0000678306 00000 n +0000678362 00000 n +0000678419 00000 n +0000678476 00000 n +0000678534 00000 n +0000678592 00000 n +0000678649 00000 n +0000678707 00000 n +0000678765 00000 n +0000678822 00000 n +0000678880 00000 n +0000678938 00000 n +0000678995 00000 n +0000679053 00000 n +0000679111 00000 n +0000679169 00000 n +0000679227 00000 n +0000679284 00000 n +0000679342 00000 n +0000679400 00000 n +0000679458 00000 n +0000679516 00000 n +0000679574 00000 n +0000679632 00000 n +0000679690 00000 n +0000679748 00000 n +0000679806 00000 n +0000679864 00000 n +0000679922 00000 n +0000679980 00000 n +0000680038 00000 n +0000680096 00000 n +0000680154 00000 n +0000680212 00000 n +0000680270 00000 n +0000680328 00000 n +0000680386 00000 n +0000680444 00000 n +0000680502 00000 n +0000680559 00000 n +0000680617 00000 n +0000680675 00000 n +0000680733 00000 n +0000680791 00000 n +0000680848 00000 n +0000680906 00000 n +0000680964 00000 n +0000681020 00000 n +0000681077 00000 n +0000681134 00000 n +0000681191 00000 n +0000681248 00000 n +0000681305 00000 n +0000681362 00000 n +0000681419 00000 n +0000681476 00000 n +0000681533 00000 n +0000681590 00000 n +0000681647 00000 n +0000681705 00000 n +0000681762 00000 n +0000681819 00000 n +0000681876 00000 n +0000681933 00000 n +0000681990 00000 n +0000682047 00000 n +0000682105 00000 n +0000682162 00000 n +0000682219 00000 n +0000682276 00000 n +0000682333 00000 n +0000682390 00000 n +0000682447 00000 n +0000682504 00000 n +0000682561 00000 n +0000682618 00000 n +0000682675 00000 n +0000682731 00000 n +0000682789 00000 n +0000682847 00000 n +0000682905 00000 n +0000682963 00000 n +0000683021 00000 n +0000683079 00000 n +0000683137 00000 n +0000683194 00000 n +0000683251 00000 n +0000683308 00000 n +0000683365 00000 n +0000683422 00000 n +0000683479 00000 n +0000683536 00000 n +0000683593 00000 n +0000683651 00000 n +0000683708 00000 n +0000683765 00000 n +0000683822 00000 n +0000683879 00000 n +0000683936 00000 n +0000683993 00000 n +0000684051 00000 n +0000684106 00000 n +0000684163 00000 n +0000684220 00000 n +0000684277 00000 n +0000684334 00000 n +0000684391 00000 n +0000684448 00000 n +0000684505 00000 n +0000684562 00000 n +0000684619 00000 n +0000684676 00000 n +0000684733 00000 n +0000684790 00000 n +0000684847 00000 n +0000684904 00000 n +0000684961 00000 n +0000685018 00000 n +0000685075 00000 n +0000685132 00000 n +0000685189 00000 n +0000685245 00000 n +0000685302 00000 n +0000685359 00000 n +0000685415 00000 n +0000685473 00000 n +0000685531 00000 n +0000685589 00000 n +0000685647 00000 n +0000685703 00000 n +0000685761 00000 n +0000685819 00000 n +0000685877 00000 n +0000685933 00000 n +0000685991 00000 n +0000686049 00000 n +0000686107 00000 n +0000686165 00000 n +0000686221 00000 n +0000686278 00000 n +0000686335 00000 n +0000686392 00000 n +0000686449 00000 n +0000686506 00000 n +0000686563 00000 n +0000686620 00000 n +0000686677 00000 n +0000686734 00000 n +0000686791 00000 n +0000686848 00000 n +0000686905 00000 n +0000686962 00000 n +0000687020 00000 n +0000687077 00000 n +0000687134 00000 n +0000687191 00000 n +0000687249 00000 n +0000687306 00000 n +0000687363 00000 n +0000687420 00000 n +0000687476 00000 n +0000687533 00000 n +0000687589 00000 n +0000687646 00000 n +0000687702 00000 n +0000687759 00000 n +0000687816 00000 n +0000687873 00000 n +0000687930 00000 n +0000687987 00000 n +0000688043 00000 n +0000688101 00000 n +0000688159 00000 n +0000688217 00000 n +0000688274 00000 n +0000688331 00000 n +0000688388 00000 n +0000688445 00000 n +0000688502 00000 n +0000688559 00000 n +0000688616 00000 n +0000688671 00000 n +0000688728 00000 n +0000688785 00000 n +0000688843 00000 n +0000688901 00000 n +0000688958 00000 n +0000689015 00000 n +0000689072 00000 n +0000689160 00000 n +0000689264 00000 n +0000689368 00000 n +0000689472 00000 n +0000689581 00000 n +0000689659 00000 n +0000693895 00000 n +trailer +<> +startxref +116 +%%EOF
phr/trunk/doc/papers/template/IEEEtran_HOWTO.pdf Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Index: phr/trunk/doc/papers/template/changelog.txt =================================================================== --- phr/trunk/doc/papers/template/changelog.txt (nonexistent) +++ phr/trunk/doc/papers/template/changelog.txt (revision 152) @@ -0,0 +1,762 @@ + + + Changelog history of the IEEEtran LaTeX class. + + + v1.8 -- 2012/11/21 + by Harald Hanche-Olsen and Anders Christensen (IEEE Computational Intelligence Society) + +******* +11/2012 v1.8 changes: + +1335c1335 +< \itemindent 0em% +--- +> \itemindent 0.3em% +1386c1386 +< \itemindent 0em% +--- +> \itemindent .3em% +1436c1436 +< \itemindent 0em% +--- +> \itemindent .3em% +1524c1524 +< \def\unnumberedfootnote{\gdef\@thefnmark{}\@footnotetext} +--- +> \def\unnumberedfootnote{\gdef\@thefnmark{\quad}\@footnotetext} +1526c1526 +< \skip\@mpfootins = \skip\footins +--- +> \skip\@mpfootins 0.3\baselineskip +1531a1532 +> %\long\def\@makefnmark{\scriptsize\normalfont\@thefnmark} +1541c1542 +< \def\footnoterule{\vskip-2pt \hrule height 0.4pt depth \z@ \vskip1.6pt\relax} +--- +> \def\footnoterule{\vskip-2pt \hrule height 0.6pt depth \z@ \vskip1.6pt\relax} +1652c1653 +< \def\figurename{Figure} +--- +> \def\figurename{Fig.} +1740c1741 +< \setlength\abovecaptionskip{0.25\baselineskip} +--- +> \setlength\abovecaptionskip{0.65\baselineskip} +1799c1800 +< \footnotesize{\centering\normalfont\footnotesize#1.\quad\scshape #2\par}% +--- +> \footnotesize{\centering\normalfont\footnotesize#1.\qquad\scshape #2\par}% +1812c1813 +< \ifCLASSOPTIONconference \hbox to\hsize{\normalfont\footnotesize\hfil\box\@tempboxa\hfil}% +--- +> \ifCLASSOPTIONconference \hbox to\hsize{\normalfont\footnotesize\box\@tempboxa\hfil}% +1856c1857 +< \def\table{\def\@floatboxreset{\reset@font\footnotesize\@setminipage}% +--- +> \def\table{\def\@floatboxreset{\reset@font\scriptsize\@setminipage}% +1861c1862 +< \@namedef{table*}{\def\@floatboxreset{\reset@font\footnotesize\@setminipage}\@dblfloat{table}} +--- +> \@namedef{table*}{\def\@floatboxreset{\reset@font\scriptsize\@setminipage}\@dblfloat{table}} +3747c3748 +< \def\endIEEEkeywords{\relax\ifCLASSOPTIONtechnote\vspace{1.34ex}\else\vspace{1.67ex}\fi +--- +> \def\endIEEEkeywords{\relax\ifCLASSOPTIONtechnote\vspace{1.34ex}\else\vspace{0.5ex}\fi +3826,3827c3827,3829 +< +< \def\@seccntformat#1{\csname the#1dis\endcsname\hskip 1em\relax} +--- +> \def\@seccntformat#1{\hb@xt@ 1.4em{\csname the#1dis\endcsname\hss\relax}} +> \def\@seccntformatinl#1{\hb@xt@ 1.1em{\csname the#1dis\endcsname\hss\relax}} +> \def\@seccntformatch#1{\csname the#1dis\endcsname\hskip 1em\relax} +3843c3845,3853 +< \protected@edef\@svsec{\@seccntformat{#1}\relax}% +--- +> \ifnum #2=1 +> \protected@edef\@svsec{\@seccntformatch{#1}\relax}% +> \else +> \ifnum #2>2 +> \protected@edef\@svsec{\@seccntformatinl{#1}\relax}% +> \else +> \protected@edef\@svsec{\@seccntformat{#1}\relax}% +> \fi +> \fi + + + + + + +***************************************** + +2007/03/05 + by Michael Shell (MDS) + http://www.michaelshell.org/ + +******* + 3/2007 V1.7a (MDS) changes: + + 1) Corrected problem of unwanted two column peer review title page format. + Thanks to Virgilio Rodriguez for reporting this bug. + + 2) "depreciated" -> "deprecated". Thanks to Virgilio Rodriguez for + suggesting this change. + +******* + 1/2007 V1.7 (MDS) changes: + + 1) New class option compsoc to support the IEEE Computer Society format. + + 2) New class option captionsoff disables the display of figure/table + captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff + Walker for suggesting these changes. + + 3) Fixed compatibility issues with subfig.sty and caption.sty. Thanks to + Steven Douglas Cochran and Axel Sommerfeldt for suggesting this change. + + 4) New \CLASSINPUT, \CLASSOPTION and \CLASSINFO interface allows for more + user control and conditional compilation. + + 5) \ifcenterfigcaptions (\centerfigcaptionstrue, \centerfigcaptionsfalse), + \CMPARstart and \overrideIEEEmargins have been removed and no are + longer supported. The effect of \overrideIEEEmargins can be mimicked + via the more general \CLASSINPUT interface: + % US letter paper: + \newcommand{\CLASSINPUTinnersidemargin}{0.775in} + \newcommand{\CLASSINPUToutersidemargin}{0.585in} + % A4 paper: + \newcommand{\CLASSINPUTinnersidemargin}{17mm} + \newcommand{\CLASSINPUToutersidemargin}{11.647mm} + + 6) Several commands and environments have been deprecated in favor of + replacements with IEEE prefixes to better avoid potential future name + clashes with other packages. Legacy code retained to allow the use of + the obsolete forms (for now), but with a warning message to the console + during compilation: + \IEEEauthorblockA, \IEEEauthorblockN, \IEEEauthorrefmark, + \IEEEbiography, \IEEEbiographynophoto, \IEEEkeywords, \IEEEPARstart, + \IEEEproof, \IEEEpubid, \IEEEpubidadjcol, \IEEEQED, \IEEEQEDclosed, + \IEEEQEDopen, \IEEEspecialpapernotice. IEEEtran.cls now redefines + \proof in way to avoid problems with the amsthm.sty package. + For IED lists: + \IEEEiedlabeljustifyc, \IEEEiedlabeljustifyl, \IEEEiedlabeljustifyr, + \IEEEnocalcleftmargin, \IEEElabelindent, \IEEEsetlabelwidth, + \IEEEusemathlabelsep + + 7) These commands/lengths now require the IEEE prefix and do not have + legacy support: \IEEEnormaljot. + For IED lists: \ifIEEEnocalcleftmargin, \ifIEEEnolabelindentfactor, + \IEEEiedlistdecl, \IEEElabelindentfactor + + 8) \normalsizebaselineskip skip replaced by + \CLASSINFOnormalsizebaselineskip (nonrubber dimen) length. + Also, new \CLASSINFOnormalsizeunitybaselineskip (nonrubber dimen) + provided. + + 9) Now defaults to using Alpha numbering rather than Roman for appendices + numbering. This is because Alpha numbering is more common and avoids + problems with theorem numbering. \ifuseRomanappendices + (\useRomanappendicestrue, \useRomanappendicesfalse) is no longer + supported. Instead, use the new class option romanappendices if Roman + appendices numbering is desired. Thanks to Leonid Mirkin for reporting + the problem with theorems in appendices and suggesting changes. + +10) Improved paper size setting code for pdflatex. + +11) Better handling of theorem numbering when using the section counter + within the appendix(cies). Thanks to Leonid Mirkin for suggesting + this change. + +12) Fixed bug that caused equations at the end of theorems to be too + close to the line below them. + +13) Provided hook to conference mode console notice and changed notice to + better support conferences that use A4 paper. Thanks to Volker Kuhlmann + for suggesting this change. + +14) \IEEEauthorrefmark made robust to allow it to be used in \thanks + without a leading \protect + +15) Improved \textunderscore to provide a much better fake _ when used with + OT1 encoding. Under OT1, detect use of pcr or cmtt \ttfamily and use + available true _ glyph for those two typewriter fonts. + +16) Revised internal \@sect command to be more robust for users who employ + modified section heading formats. Thanks to Zarko F. Cucej for + suggesting this change. + +17) Improved \thesubsubsection definition to prevent breaks at the hyphen. + Thanks to Moritz Borgmann for suggesting this change. Thanks to + Dan Luecking and Heiko Oberdiek for explaining some of the various + alternatives and techniques to fix it. + +18) No longer provide \NAT@parse hack to get cite.sty to play (somewhat) + with hyperref.sty as this is already included in cite.sty version + 4.0 (2003-05-27) and later. + +19) At the beginning of document, set the default style of url.sty to be + the same as the current text font - as is done in IEEE journals. + +20) Corrected excessive line spacing in journal table captions. Thanks to + Moritz Borgmann for suggesting this change. + +21) Corrected \thesubsubsection to use the "I-A1" format IEEE uses rather + than "I-A.1" as was done before. Ditto for \theparagraph. Thanks to + Moritz Borgmann for suggesting this change. + +22) Enclose papersize specials within \AtBeginDvi in case someone wants + to make a format with IEEEtran. Thanks to Moritz Borgmann for + suggesting this change. + +23) Eliminated the small space after abstract and keywords dash as IEEE + now does. Thanks to Moritz Borgmann for suggesting this change. + +24) IEEEkeywords is no longer locked out in conference mode + +25) Increase defaults of \binoppenalty and \relpenalty to discourage + breaks within equations. Thanks to Moritz Borgmann for suggesting + this change. + +26) Support optional argument for IEEEproof. Thanks to Ingo Steinwart for + suggesting this change. Also, start a new \par with \IEEEproof. + +27) Add support for an optional argument to \bstctlcite. + +28) Changed \topfraction and \dbltopfraction from 1.0 to 0.9. Thanks to + Donald Arseneau for suggesting this change. + + +******* + 09/2005 V1.6c (MDS) changes: + + 1) Changed endfigure/endfloat definitions so as not to cause problems with + preview-LaTeX and other packages. Thanks to Stephan Heuel and David + Kastrup for reporting this problem. + + + +******* + 11/2002 V1.6b (MDS) changes: + + 1) Fixed problem with figure captions when using hyperref. Thanks to + Leandro Barajas and Michael Bassetti for reporting this bug. + + 2) Provide a fake nabib command \NAT@parse so that hyperref will not + interfere with the operation of cite.sty. However, as a result citation + numbers will not be hyperlinked. Also, natbib will not be able to work + with IEEEtran. However, this is perhaps the best solution until + cite.sty and hyperref.sty are able to co-exist with each other. + It easy enough to override the fake command via: + \makeatletter + \let\NAT@parse\undefined + \makeatother + + 3) Revised font selection method so as not to have problems when used + with setspace.sty. Thanks to Zhang Yan for reporting this bug. + + 4) Added \special to feed papersize to dvips. Thanks to Moritz Borgmann + for suggesting this feature. + + 5) In addition to the IEEE IED lists, the original IED style list + environments (as is done in article.cls) are now provided as + LaTeXitemize, LaTeXenumerate, and LaTeXdescription. Also, users can + now redefine \makelabel within IEEE IED list controls. There may be + some use for this in specialized applications. Thanks to Eli Barzilay + for suggesting this feature. + + 6) \table* now defaults to \footnotesize text like \table. + + 7) The draft modes now no longer force a pagebreak after the title. + Thanks to Christian Peel for suggesting this change. + + 8) New draftclsnofoot mode is like draftcls, but does not display the + date and the word "DRAFT" at the foot of the page. Thanks to + Christian Peel for suggesting this feature. + + 9) New peerreview and peerreviewca modes with \IEEEpeerreviewmaketitle + command allows for a "cover" titlepage for anonymous peer review. + Except for the cover titlepage, peerreview is much like journal mode. + peerreviewca is like peerreview, but allows the author names to be + entered and formatted as under conference mode so that author + affiliations and contact information can be easily seen on the cover + page. Thanks to Eric Benedict for suggesting this feature. + + + +******* + 7/2002 V1.6 (MDS) changes: + + 1) Added conference mode via conference option. Defaults to the + traditional journal mode. e.g., \documentclass[conference]{IEEEtran} + + 2) Added support for A4 paper via new a4paper option. Pdflatex's paper + size lengths are now automatically set to the proper paper size being + used. + + 3) Revised margins again. Page text is now horizontally centered. + Conference mode increases the top and bottom margins with the bottom + margin being slightly larger. For A4 paper, the top margin and text + typesetting will not change from those of US letter paper, but the side + margins will be smaller and the bottom margin will be larger than that + of US letter. All per IEEE specs. + + 4) Fixed footnote line spacing anomaly in draft mode. + Thanks to Alberto Rodriguez for reporting this bug. + + Also, slightly revised footnote and \thanks note spacing. + Set \interfootnotelinepenalty=10000 to prevent LaTeX + from breaking footnotes across multiple pages or columns. + + 5) Fixed bug that caused overwritten photo areas and sometimes anomalous + spacing when a new paragraph was started within a biography. Also, + the presence of \par's, new lines or spaces at the beginning of + abstract, keywords, biography, or biographynophoto will no longer + affect the first word spacing. + Thanks to Eric Durant for reporting this bug. + + The biography environment now does a better job in preventing + a biography photo area from being broken across pages or columns. + + 6) Fixed whitespace between \cite entries bug. i.e., + both \cite{einstein24, knuth84} and \cite{einstein24,knuth84} + are now valid. \cite is now a robust command as it should be. + IEEEtran now no longer defines the old non-standard \shortcite or + \citename. + + The base IEEEtran.cls does not sort citation numbers or produce ranges + for three or more consecutive numbers. However, V1.6 of IEEEtran.cls + now pre-defines the following format control macros to facilitate easy + use with Donald Arseneau's cite.sty package (tested with cite.sty V3.9): + + \def\citepunct{], [} + \def\citedash{]--[} + + cite.sty is standard on most LaTeX sytems and can be obtained from + www.ctan.org. Thanks to Donald Arseneau for creating cite.sty, + providing the required format arguments to produce the IEEE style + and designing a cite interface capable of handling the IEEE citation + style. + + Note: Historically, IEEE has wanted authors to "hardcode" symbolics. + (i.e., replace all \cite{} with fixed [x]). However, it now seems that + most electronic manuscript submissions to IEEE are in .pdf format, and + as such, do not require the LaTeX document reference numbers to be hard + coded. If an author is required to submit actual LaTeX files, I do + recommend that the bibliography file (.bbl) be copied into the .tex + document and the \bibliographystyle{} and \bibliography{} commands be + commented out so that the .tex file does not depend on (potentially + lengthy and/or confidential) external bibliography database files + + 7) Adjusted some spacing parameters. The spacing above and below equations + has been revised (to a typical IEEE value). \jot now has a decent value. + The title text is now exactly 24pt. (On a related note, \fontsubfuzz has + been increased to 0.9pt to prevent annoying font substitution warnings + when using the Computer Modern fonts that use the 24.88pt size.) + In V1.6, \small is now 8.5pt in 9pt docs because \footnotesize is 8pt. + For 9pt docs, you should probably go ahead and use \footnotesize when + you need text a little smaller than \normalsize. + The interword spacing has been adjusted to be extremely close to that + which IEEE uses. You can use a new class option, nofonttune, if you need + to disable the adjusting of the interword spacing. This adjustment and + an increase to \hyphenpenalty have greatly reduced the amount of + hyphenation in a typical paper. + The baselineskip for the normalsize fonts has been tweaked to reduce + underfull vboxes on journal paper columns with only paragraphs. + Conference mode does the same thing but by also tweaking the \textheight + slightly off 9.25in (IEEE spec) to ensure an integer number of lines per + page. Draft (also draftcls) mode has also been revised to reduce + underfull vbox warnings. However, draft mode can still produce underfull + vboxes (a direct result of the increase in line spacing and margins) if: + A non-normalsize font occupies an entire column (abstract and index + terms take up a whole column by themselves); or the beginning of a + section occurs near the end of a column and cannot be squeezed into the + bottom, etc. This is normal as draft mode's liberal spacings cannot + guarantee perfect formatting. + + 8) New biographynophoto environment for biographies without photos. + Usage: + + \begin{biographynophoto}{author name} + biography text here + \end{biographynophoto} + + 9) Fixed bug that produced multiple table of contents entries for papers + with more than one biography. Also, biography now works better with + hyperref. + +10) New \sublargesize font size command provides for 11pt text in a 10pt + document. (Needed for things like author names.) For documents not + using 10pt normal size text, \sublargesize is currently identical + to \large. + +11) New \IEEEmembership command to provide correct font to indicate IEEE + membership for journal papers. + +12) Fixed author name line overflow problem when in journal mode. This + problem had been introduced in V1.5 in my rush to get \and to work for + conferences. \and is unneeded (and invalid) in journal mode. For + conference mode, \and will work as expected and features an optional + spacing argument. i.e., \and[\hspace{5ex}] + \and will default (recommended) to using \hfill which will result in + equal spacing between author blocks. + +13) New \authorblockN, \authorblockA and \authorrefmark commands to + facilitate easy formatting of author names, affiliations and cross + reference symbols, respectively, when in conference mode. These + three commands are to be used only for conference papers. + In conference mode, \author text is placed within a modified tabular + environment (somewhat like article.cls). So, within \author in + conference mode, you should not try to enclose multiple \\ within an + environment or command (other than the argument braces of + \authorblockX{}). For example: + + \author{\authorblockN{{John Doe \\ Jane Doe}}} % WRONG! + + will generate an error. + + Note that font size/attribute changes will now persists across \\ + within \author. (But, not across author blocks nor across \and.) + However, with the new commands, there should be no need to alter any + font attributes within \author. All text sizing and spacing within + \author{} and the author block commands is per IEEE specs for both + conference and journal modes. (In conference mode, the author names + are only very slightly larger than the affiliations which are in normal + size.) For specialized applications you can alter the justification of + author lines by placing \hfill at the beginning or at the end of a line. + The interline spacing within \author is determined by the font + attributes that are in effect at the end of each line within author. + +14) Because the titles and author name blocks use different font + sizes/styles from the main text, it was possible that two column papers + with titles that span both columns (standard journal and conference + papers, but not technotes) with certain numbers of lines for the title + and authors' name/affiliations can cause underfull vbox problems + (paragraphs with large spacings between them) in the second column of + the main text on the title page - if there were no new sections, + equations or figures in this column (they would provide some needed + rubber spacing). The use of things like special paper notices and + publisher ID marks also affected this issue. The problem could not + happen in the first column because the first column has a rubber length + around the heading of the first section. Furthermore, problems seldom + occurred on pages after the first as the margins had been chosen not to + cause it with the popular font sizes. Rubber lengths after the author + names would not fix this problem. + Auto-calculating a "good" spacing after the title is a tad difficult + to do in LaTeX. However, I am pleased to report that V1.6 has this new + capability - "dynamically determined title spacing". IEEEtran will now + measure the height of all the title and author text in \maketitle + and then calculate a rigid (non-rubber) spacer to follow that meets + IEEE specs and also produces a \textheight on the title page that + ensures an integer number of normalsized lines on the rest of the page. + Single column papers, and two column papers with the title entirely in + column one (technotes) do not need dynamic rigid spacing and therefore + use standard rubber spacers. + + Note: This problem can still crop up if you use floats that span both + columns (i.e., figure*). It has been a decade+ long limitation with + LaTeX that the stretchable portion of \dbltextfloatsep is ignored. + If you get a problem with underful vbox warnings and paragraphs that + "are pulled apart" on page with a float that spans both columns, tweak + the space between the figure and the main text a little: + + \vskip 5pt + \end{figure*} + + If you can't find a value that fixes both columns, you are going to + have to put a rubber spacer somewhere in one or both of the columns. +15) Because of change #14 above, those of you using \pubid will, as of V1.6, + have to place it *before* \maketitle in order for it have the intended + affect. The dynamic spacer algorithm must see if you are using \pubid + when \maketitle is called. \pubidadjcol works as before except that it + now has additional logic to prevent it from doing anything if \pubid + was never called. + +16) In some unusual, non-standard circumstances, an author may desire to + alter the spacing after the title area or put some unusual text above + the main text. For instance, to stop a bad break when a new section + occurs right at the start of the second page. This is difficult to do + when the title spans both columns of two column text since LaTeX treats + such title text as a type of float. A new command, + \IEEEaftertitletext{}, gives access to the end of that produced by + \maketitle. The types of things that can go into \IEEEaftertitletext + are the same as those into \twocolumn[] - no \par, but \\ are OK. There + is no restriction on the range of spacings that can be used. e.g., + \IEEEaftertitletext{\vspace{-100pt}} will push the main text well into + the title and \IEEEaftertitletext{\vspace{100pt}} will push it far down + the page. You will have complete control. If used, place + \IEEEaftertitletext{} before \maketitle like \title and \author. + IEEEtran's dynamic title spacing intentionally does not take into + consideration the contents of \IEEEaftertitletext{} when determining + the spacer after the title area (otherwise it would try to second + guess you), so the user will have manually adjust the height of the + contents in \IEEEaftertitletext{} if the problem discussed in #14 above + should develop. A safe bet is to keep the height of contents of + \IEEEaftertitletext{} to integer multiples of \baselineskip, e.g., + \IEEEaftertitletext{\vspace{-1\baselineskip}} + + Because it can result in an IEEE nonstandard format, the use of + \IEEEaftertitletext{} is discouraged. Possible uses include (1) the use + of IEEEtran for non-IEEE work with different title spacing requirements, + or (2) as an emergency manual override if a problem should develop in + IEEEtran's automatic spacing algorithm. + +17) completely rewritten \PARstart to: + a. no longer have problems when the user begins an environment + within the paragraph that uses \PARstart. + b. auto-detect and use the current font family + c. revise handling of the space at the end of the first word so that + interword glue will now work as normal. + d. produce correctly aligned edges for the (two) indented lines. + + Because the current font family is now auto-detected, there is no + longer any need for \CMPARstart - it is now the same as \PARstart. + +18) There is now a new "open box" Q.E.D. symbol (\QEDopen) as well as the + original default (\QED) closed one (\QEDclosed). Some journals use + the open form. To make \proof use the open form, just do: + \renewcommand{\QED}{\QEDopen} + +19) Additional \typeout{} notices added to warn the user when unusual + settings/commands are detected or as reminders to avoid common errors + when in conference mode. + +20) IEEEtran now provides \abovecaptionskip and \belowcaptionskip skip + registers because article class provides them and some packages + may error if they are missing. However, IEEEtran only uses + \abovecaptionskip for actual caption spacing. + +21) Fixed bug that prevented users from redefining the section headings + to use arabic digits. Thanks to Richardt H. Wilkinson for reporting + this bug. + +22) Code cleaned up to be more efficient with the use of TeX registers; + removed some old LaTeX 2.09 code; revised option processing to + LaTeX2e standard; eliminated unwanted "phantom" spaces in some + environments. + +23) Added new \IEEEeqnarray, \IEEEeqnarraybox, \IEEEeqnarrayboxm and + \IEEEeqnarrayboxt environments to provide superior alternatives to the + standard LaTeX \eqnarray, \array and \tabular. Additional new support + commands include \IEEEeqnarraydecl, \IEEEeqnarrayboxdecl, + \IEEEeqnarraymathstyle, \IEEEeqnarraytextstyle, \yesnumber. + \IEEEnonumber, \IEEEyesnumber, \IEEEyessubnumber, \IEEEeqnarraynumspace, + \IEEEeqnarraymulticol, \IEEEeqnarrayomit, \IEEEeqnarraydefcol, + \IEEEeqnarraydefcolsep, \IEEEeqnarrayseprow, \IEEEeqnarrayseprowcut, + \IEEEeqnarrayrulerow, \IEEEeqnarraydblrulerowcut, + \IEEEeqnarraystrutmode, \IEEEeqnarraystrutsize, + \IEEEeqnarraystrutsizeadd, \IEEEvisiblestrutstrue, + \IEEEvisiblestrutsfalse and \IEEEstrut. + These are documented in the user's guide. + +24) V1.6 changed back to using () around theorem names (which are also now + in italics) as this is what IEEE is using now. Thanks to Christian Peel + for reporting this. Also, when section numbers are used as the first + part of theorem numbers, display them in arabic, not Roman. + +25) New \IEEEtriggeratref{X} command allows a page break to be triggered + just before the given reference number "X". This is most useful when + balancing the columns on the last page and a \newpage between references + is desired. \IEEEtriggercmd{X} allows a different command to be executed + at trigger. + + + +******* + 7/2001 V1.5 (MDS) changes: + + + 1) Fixed \and within \author bug: (! Misplaced \crcr. \endtabular ->\crcr) + Thanks to Rainer Dorsch for discovering and reporting that \and + did not work. + + 2) Fixed the biography environment so that if a biography's text is shorter + than the area allocated for the photo, a collision with the next + biography does not occur. You can now put real graphics (using the + graphicx package) into the biography photo box with a new optional + argument of the biography command! For example: + + \begin{biography}[{\includegraphics[width=1in,height=1.25in,clip, + keepaspectratio]{./tux.eps}}]{Linux Penguin} + + will use the specified graphic as the author's photo. The photo area is + exactly 1in wide by 1.25in high - as is done in IEEE Transactions. Try + to keep the same 4:5 aspect ratio if scanning/cropping your photos. + Note the need for the extra set of enclosing braces around the + \includegraphics. Without it, The LaTeX parser may get confused when it + sees the \includegraphics's brackets within the biography's optional + argument. Due to the length of the \includegraphics command, you may + wish to define your own shorthand form of it. I have not done so with + IEEEtran to prevent dependence on the graphicx package. If you do not + use the optional argument, or leave it empty, a standard frame box + with the words "Place Photo Here" will be used. If you want the space + to remain completely empty, you can do: + + \begin{biography}[\mbox{}]{The Invisible Man} + + The interface to biography's optional argument is into a + 1in X 1.25in minipage in which the argument text is centered both + horizontally and vertically: + + \begin{minipage}[b][1.25in][c]{1in}% + \centering + #1% + \end{minipage} + + Within the biography environment, \unitlength is set to 1in. + With this in mind, you can even design your own custom frameboxes. + For instance: + + \begin{biography}[\framebox(1,1.25){\parbox[][\height + ][c]{0.9in}{\centering PLACE\\ PHOTO\\ + HERE}}]{Author Name} + + will yield the same type of result as the default photo box. + + Thanks to Herbert Voss for discovering the collision bug, suggesting + the ability to handle graphics and providing some prototype code. + + + +******* + 3/2001 V1.4 (MDS) changes: + + + 1) New "draftcls" and "final" options have been added. + Thanks to Dragan Cvetkovic for suggesting an option like draftcls. + + 2) Documentation changes to reflect the fact that this IEEEtran.cls + is no longer beta test. + + 3) Slightly revised caption sizes. Figure and table captions are now + in \footnotesize, not \small as before. + + 4) Allow user to control figure caption justification. IEEEtran.cls + normally defaults to left justified as is done in Transactions. + However, for conferences, you may wish to issue the command: + \centerfigcaptionstrue + in the preamble. Short (less than one line long) figure captions + will then be centered. Multi-line figure captions will always be + properly left justified. V1.6: This is already done for you when + using the conference mode. + + + +******* + 1/2001 V1.3 + Michael Shell (MDS) made extensive changes and additions: + + + BUGS FIXED (and many others too numerous to mention!): + 1) Fixed improper alignment with itemized, enumerated and + description lists. Added new controls to these three + environments so that it is easy to get the alignment IEEE + uses. Furthermore, the itemize, enumerate and description lists + no longer force a new paragraph to begin at the end the list + (\par). (Sometimes lists are used within paragraphs.) + + 2) JVH's fixes now allow things like $\mathbf{N}(0,P(0))$ + to work properly without needing the extra braces: + ${\mathbf{N}}(0,P(0))$. There is no longer any dependence + on the "rawfonts" and "oldlfont" packages. Thanks Juergen! + + 3) Fixed underfull hbox errors and incorrect reference number + alignment when the number of references in the bibliography + exceeded 9 entries (which is almost every paper!). + + 4) Removed dependence on the LaTeX sizexx.clo files. + Now, 9pt documents should work correctly even on systems that + lack a size9.clo file. This is most often used in conjunction + with the option "technote" for "correspondence" papers like those + in IEEE Transactions on Information Theory. For virtually all + other papers, 10pt is used and so it is the default. + Some improper font sizes have been corrected. \footnotesize is + now 8pt in 9pt docs, so footnotes in technotes should be the + correct size now. + + 5) Added \interlinepenalty within the bibliography section to discourage + LaTeX from breaking within a reference. IEEE almost never breaks within + a reference and when they do it is usually in technotes + (correspondence papers). You may get an underfull vbox warning in the + bibliography indicating that the spacing just before the "REFERENCES" + section is larger than normal, but the final result will be more like + what IEEE will publish. See the comments in the BIBLIOGRAPHY section + around line 2034 below if you want to change this behavior. + + 6) No longer "blows up" when you use \paragraph and have a table + of contents. + + 7) Theorem environment changed, (but for V1.6, back to the old way, sigh). + + 8) Figure captions adjusted: IEEE left (not center) justifies + figure captions (for journals) and does not indent figure caption text. + + 9) Adjusted some spacings in the table of contents(TOC))/list-of-figures/ + list-of-tables so that section/table numbers will not so easily + collide with the titles. Section VIII was usually the worst offender. + Still doesn't right justify the section numbers, but neither does + article.cls (This must be why LaTeX likes the x.y.z section numbering + scheme unlike I, II, III, etc. of IEEE. ) + It may be "normal" as it is (left justified). sigh. + +10) Now uses "index terms" now as a heading instead of "keywords". + Furthermore, the "index terms" and "abstract" headings are in bold + italic. This is how IEEE does things. + +11) \thebibliography and \biography now put entries into + the table of contents for you. + +******* + + + + + + + ******* + 9/2000 (JVH) changes: (now designated as V1.2) + + made some corrections to get closer to LaTeX2e + 20000906 Juergen v.Hagen + vonhagen@ihefiji.etec.uni-karlsruhe.de + + Permission to redistribute granted as of December 2000. + ******* + + + + + + ******* + + 1996 (JWD) LaTeX2e version: (now designated as V1.1) + + In the most recent TeXhax digest, there was a request for a copy of + IEEEtrans.sty modified to work with LaTeX2e. I have a version I + modified to make it IEEEtrans.cls, which I have sent to the person + making the request and am now sending to you to consider posting to + the archives. + -- + Jon Dixon + dixonj@colorado.edu + http://spot.colorado.edu/~dixonj/ + +******* + + + + + +******* + + 30-August-1993 original LaTeX 2.09 version (IEEEtran.sty), + (now designated as V1.0): + + by Gerry Murray and Silvano Balemi + Automatic Control Lab, ETH Zurich, Switzerland + balemi@aut.ee.ethz.ch + +******* + + +
phr/trunk/doc/papers/template/changelog.txt Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Author Date Id Rev URL \ No newline at end of property Index: phr/trunk/doc/papers/template/IEEEtran.cls =================================================================== --- phr/trunk/doc/papers/template/IEEEtran.cls (nonexistent) +++ phr/trunk/doc/papers/template/IEEEtran.cls (revision 152) @@ -0,0 +1,4733 @@ +%% +%% IEEEtran.cls 2011/11/03 version V1.8 based on +%% IEEEtran.cls 2007/03/05 version V1.7a +%% The changes in V1.8 are made with a single goal in mind: +%% to change the look of the output using the [conference] option +%% and the default font size (10pt) to match the Word template more closely. +%% These changes may well have undesired side effects when other options +%% are in force! +%% +%% +%% This is the official IEEE LaTeX class for authors of the Institute of +%% Electrical and Electronics Engineers (IEEE) Transactions journals and +%% conferences. +%% +%% Support sites: +%% http://www.michaelshell.org/tex/ieeetran/ +%% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ +%% and +%% http://www.ieee.org/ +%% +%% Based on the original 1993 IEEEtran.cls, but with many bug fixes +%% and enhancements (from both JVH and MDS) over the 1996/7 version. +%% +%% +%% Contributors: +%% Gerry Murray (1993), Silvano Balemi (1993), +%% Jon Dixon (1996), Peter N"uchter (1996), +%% Juergen von Hagen (2000), and Michael Shell (2001-2007) +%% +%% +%% Copyright (c) 1993-2000 by Gerry Murray, Silvano Balemi, +%% Jon Dixon, Peter N"uchter, +%% Juergen von Hagen +%% and +%% Copyright (c) 2001-2007 by Michael Shell +%% +%% Current maintainer (V1.3 to V1.7): Michael Shell +%% See: +%% http://www.michaelshell.org/ +%% for current contact information. +%% +%% Special thanks to Peter Wilson (CUA) and Donald Arseneau +%% for allowing the inclusion of the \@ifmtarg command +%% from their ifmtarg LaTeX package. +%% +%%************************************************************************* +%% Legal Notice: +%% This code is offered as-is without any warranty either expressed or +%% implied; without even the implied warranty of MERCHANTABILITY or +%% FITNESS FOR A PARTICULAR PURPOSE! +%% User assumes all risk. +%% In no event shall IEEE or any contributor to this code be liable for +%% any damages or losses, including, but not limited to, incidental, +%% consequential, or any other damages, resulting from the use or misuse +%% of any information contained here. +%% +%% All comments are the opinions of their respective authors and are not +%% necessarily endorsed by the IEEE. +%% +%% This work is distributed under the LaTeX Project Public License (LPPL) +%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used, +%% distributed and modified. A copy of the LPPL, version 1.3, is included +%% in the base LaTeX documentation of all distributions of LaTeX released +%% 2003/12/01 or later. +%% Retain all contribution notices and credits. +%% ** Modified files should be clearly indicated as such, including ** +%% ** renaming them and changing author support contact information. ** +%% +%% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex, +%% bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex +%% +%% Major changes to the user interface should be indicated by an +%% increase in the version numbers. If a version is a beta, it will +%% be indicated with a BETA suffix, i.e., 1.4 BETA. +%% Small changes can be indicated by appending letters to the version +%% such as "IEEEtran_v14a.cls". +%% In all cases, \Providesclass, any \typeout messages to the user, +%% \IEEEtransversionmajor and \IEEEtransversionminor must reflect the +%% correct version information. +%% The changes should also be documented via source comments. +%%************************************************************************* +%% +% +% Available class options +% e.g., \documentclass[10pt,conference]{IEEEtran} +% +% *** choose only one from each category *** +% +% 9pt, 10pt, 11pt, 12pt +% Sets normal font size. The default is 10pt. +% +% conference, journal, technote, peerreview, peerreviewca +% determines format mode - conference papers, journal papers, +% correspondence papers (technotes), or peer review papers. The user +% should also select 9pt when using technote. peerreview is like +% journal mode, but provides for a single-column "cover" title page for +% anonymous peer review. The paper title (without the author names) is +% repeated at the top of the page after the cover page. For peer review +% papers, the \IEEEpeerreviewmaketitle command must be executed (will +% automatically be ignored for non-peerreview modes) at the place the +% cover page is to end, usually just after the abstract (keywords are +% not normally used with peer review papers). peerreviewca is like +% peerreview, but allows the author names to be entered and formatted +% as with conference mode so that author affiliation and contact +% information can be easily seen on the cover page. +% The default is journal. +% +% draft, draftcls, draftclsnofoot, final +% determines if paper is formatted as a widely spaced draft (for +% handwritten editor comments) or as a properly typeset final version. +% draftcls restricts draft mode to the class file while all other LaTeX +% packages (i.e., \usepackage{graphicx}) will behave as final - allows +% for a draft paper with visible figures, etc. draftclsnofoot is like +% draftcls, but does not display the date and the word "DRAFT" at the foot +% of the pages. If using one of the draft modes, the user will probably +% also want to select onecolumn. +% The default is final. +% +% letterpaper, a4paper +% determines paper size: 8.5in X 11in or 210mm X 297mm. CHANGING THE PAPER +% SIZE WILL NOT ALTER THE TYPESETTING OF THE DOCUMENT - ONLY THE MARGINS +% WILL BE AFFECTED. In particular, documents using the a4paper option will +% have reduced side margins (A4 is narrower than US letter) and a longer +% bottom margin (A4 is longer than US letter). For both cases, the top +% margins will be the same and the text will be horizontally centered. +% For final submission to IEEE, authors should use US letter (8.5 X 11in) +% paper. Note that authors should ensure that all post-processing +% (ps, pdf, etc.) uses the same paper specificiation as the .tex document. +% Problems here are by far the number one reason for incorrect margins. +% IEEEtran will automatically set the default paper size under pdflatex +% (without requiring a change to pdftex.cfg), so this issue is more +% important to dvips users. Fix config.ps, config.pdf, or ~/.dvipsrc for +% dvips, or use the dvips -t papersize option instead as needed. See the +% testflow documentation +% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/testflow +% for more details on dvips paper size configuration. +% The default is letterpaper. +% +% oneside, twoside +% determines if layout follows single sided or two sided (duplex) +% printing. The only notable change is with the headings at the top of +% the pages. +% The default is oneside. +% +% onecolumn, twocolumn +% determines if text is organized into one or two columns per page. One +% column mode is usually used only with draft papers. +% The default is twocolumn. +% +% compsoc +% Use the format of the IEEE Computer Society. +% +% romanappendices +% Use the "Appendix I" convention when numbering appendices. IEEEtran.cls +% now defaults to Alpha "Appendix A" convention - the opposite of what +% v1.6b and earlier did. +% +% captionsoff +% disables the display of the figure/table captions. Some IEEE journals +% request that captions be removed and figures/tables be put on pages +% of their own at the end of an initial paper submission. The endfloat +% package can be used with this class option to achieve this format. +% +% nofonttune +% turns off tuning of the font interword spacing. Maybe useful to those +% not using the standard Times fonts or for those who have already "tuned" +% their fonts. +% The default is to enable IEEEtran to tune font parameters. +% +% +%---------- +% Available CLASSINPUTs provided (all are macros unless otherwise noted): +% \CLASSINPUTbaselinestretch +% \CLASSINPUTinnersidemargin +% \CLASSINPUToutersidemargin +% \CLASSINPUTtoptextmargin +% \CLASSINPUTbottomtextmargin +% +% Available CLASSINFOs provided: +% \ifCLASSINFOpdf (TeX if conditional) +% \CLASSINFOpaperwidth (macro) +% \CLASSINFOpaperheight (macro) +% \CLASSINFOnormalsizebaselineskip (length) +% \CLASSINFOnormalsizeunitybaselineskip (length) +% +% Available CLASSOPTIONs provided: +% all class option flags (TeX if conditionals) unless otherwise noted, +% e.g., \ifCLASSOPTIONcaptionsoff +% point size options provided as a single macro: +% \CLASSOPTIONpt +% which will be defined as 9, 10, 11, or 12 depending on the document's +% normalsize point size. +% also, class option peerreviewca implies the use of class option peerreview +% and classoption draft implies the use of class option draftcls + + + + + +\ProvidesClass{IEEEtran}[2012/11/21 V1.8c by Harald Hanche-Olsen and Anders Christensen] +\typeout{-- Based on V1.7a by Michael Shell} +\typeout{-- See the "IEEEtran_HOWTO" manual for usage information.} +\typeout{-- http://www.michaelshell.org/tex/ieeetran/} +\NeedsTeXFormat{LaTeX2e} + +% IEEEtran.cls version numbers, provided as of V1.3 +% These values serve as a way a .tex file can +% determine if the new features are provided. +% The version number of this IEEEtrans.cls can be obtained from +% these values. i.e., V1.4 +% KEEP THESE AS INTEGERS! i.e., NO {4a} or anything like that- +% (no need to enumerate "a" minor changes here) +\def\IEEEtransversionmajor{1} +\def\IEEEtransversionminor{7} + +% These do nothing, but provide them like in article.cls +\newif\if@restonecol +\newif\if@titlepage + + +% class option conditionals +\newif\ifCLASSOPTIONonecolumn \CLASSOPTIONonecolumnfalse +\newif\ifCLASSOPTIONtwocolumn \CLASSOPTIONtwocolumntrue + +\newif\ifCLASSOPTIONoneside \CLASSOPTIONonesidetrue +\newif\ifCLASSOPTIONtwoside \CLASSOPTIONtwosidefalse + +\newif\ifCLASSOPTIONfinal \CLASSOPTIONfinaltrue +\newif\ifCLASSOPTIONdraft \CLASSOPTIONdraftfalse +\newif\ifCLASSOPTIONdraftcls \CLASSOPTIONdraftclsfalse +\newif\ifCLASSOPTIONdraftclsnofoot \CLASSOPTIONdraftclsnofootfalse + +\newif\ifCLASSOPTIONpeerreview \CLASSOPTIONpeerreviewfalse +\newif\ifCLASSOPTIONpeerreviewca \CLASSOPTIONpeerreviewcafalse + +\newif\ifCLASSOPTIONjournal \CLASSOPTIONjournaltrue +\newif\ifCLASSOPTIONconference \CLASSOPTIONconferencefalse +\newif\ifCLASSOPTIONtechnote \CLASSOPTIONtechnotefalse + +\newif\ifCLASSOPTIONnofonttune \CLASSOPTIONnofonttunefalse + +\newif\ifCLASSOPTIONcaptionsoff \CLASSOPTIONcaptionsofffalse + +\newif\ifCLASSOPTIONcompsoc \CLASSOPTIONcompsocfalse + +\newif\ifCLASSOPTIONromanappendices \CLASSOPTIONromanappendicesfalse + + +% class info conditionals + +% indicates if pdf (via pdflatex) output +\newif\ifCLASSINFOpdf \CLASSINFOpdffalse + + +% V1.6b internal flag to show if using a4paper +\newif\if@IEEEusingAfourpaper \@IEEEusingAfourpaperfalse + + + +% IEEEtran class scratch pad registers +% dimen +\newdimen\@IEEEtrantmpdimenA +\newdimen\@IEEEtrantmpdimenB +% count +\newcount\@IEEEtrantmpcountA +\newcount\@IEEEtrantmpcountB +% token list +\newtoks\@IEEEtrantmptoksA + +% we use \CLASSOPTIONpt so that we can ID the point size (even for 9pt docs) +% as well as LaTeX's \@ptsize to retain some compatability with some +% external packages +\def\@ptsize{0} +% LaTeX does not support 9pt, so we set \@ptsize to 0 - same as that of 10pt +\DeclareOption{9pt}{\def\CLASSOPTIONpt{9}\def\@ptsize{0}} +\DeclareOption{10pt}{\def\CLASSOPTIONpt{10}\def\@ptsize{0}} +\DeclareOption{11pt}{\def\CLASSOPTIONpt{11}\def\@ptsize{1}} +\DeclareOption{12pt}{\def\CLASSOPTIONpt{12}\def\@ptsize{2}} + + + +\DeclareOption{letterpaper}{\setlength{\paperheight}{11in}% + \setlength{\paperwidth}{8.5in}% + \@IEEEusingAfourpaperfalse + \def\CLASSOPTIONpaper{letter}% + \def\CLASSINFOpaperwidth{8.5in}% + \def\CLASSINFOpaperheight{11in}} + + +\DeclareOption{a4paper}{\setlength{\paperheight}{297mm}% + \setlength{\paperwidth}{210mm}% + \@IEEEusingAfourpapertrue + \def\CLASSOPTIONpaper{a4}% + \def\CLASSINFOpaperwidth{210mm}% + \def\CLASSINFOpaperheight{297mm}} + +\DeclareOption{oneside}{\@twosidefalse\@mparswitchfalse + \CLASSOPTIONonesidetrue\CLASSOPTIONtwosidefalse} +\DeclareOption{twoside}{\@twosidetrue\@mparswitchtrue + \CLASSOPTIONtwosidetrue\CLASSOPTIONonesidefalse} + +\DeclareOption{onecolumn}{\CLASSOPTIONonecolumntrue\CLASSOPTIONtwocolumnfalse} +\DeclareOption{twocolumn}{\CLASSOPTIONtwocolumntrue\CLASSOPTIONonecolumnfalse} + +% If the user selects draft, then this class AND any packages +% will go into draft mode. +\DeclareOption{draft}{\CLASSOPTIONdrafttrue\CLASSOPTIONdraftclstrue + \CLASSOPTIONdraftclsnofootfalse} +% draftcls is for a draft mode which will not affect any packages +% used by the document. +\DeclareOption{draftcls}{\CLASSOPTIONdraftfalse\CLASSOPTIONdraftclstrue + \CLASSOPTIONdraftclsnofootfalse} +% draftclsnofoot is like draftcls, but without the footer. +\DeclareOption{draftclsnofoot}{\CLASSOPTIONdraftfalse\CLASSOPTIONdraftclstrue + \CLASSOPTIONdraftclsnofoottrue} +\DeclareOption{final}{\CLASSOPTIONdraftfalse\CLASSOPTIONdraftclsfalse + \CLASSOPTIONdraftclsnofootfalse} + +\DeclareOption{journal}{\CLASSOPTIONpeerreviewfalse\CLASSOPTIONpeerreviewcafalse + \CLASSOPTIONjournaltrue\CLASSOPTIONconferencefalse\CLASSOPTIONtechnotefalse} + +\DeclareOption{conference}{\CLASSOPTIONpeerreviewfalse\CLASSOPTIONpeerreviewcafalse + \CLASSOPTIONjournalfalse\CLASSOPTIONconferencetrue\CLASSOPTIONtechnotefalse} + +\DeclareOption{technote}{\CLASSOPTIONpeerreviewfalse\CLASSOPTIONpeerreviewcafalse + \CLASSOPTIONjournalfalse\CLASSOPTIONconferencefalse\CLASSOPTIONtechnotetrue} + +\DeclareOption{peerreview}{\CLASSOPTIONpeerreviewtrue\CLASSOPTIONpeerreviewcafalse + \CLASSOPTIONjournalfalse\CLASSOPTIONconferencefalse\CLASSOPTIONtechnotefalse} + +\DeclareOption{peerreviewca}{\CLASSOPTIONpeerreviewtrue\CLASSOPTIONpeerreviewcatrue + \CLASSOPTIONjournalfalse\CLASSOPTIONconferencefalse\CLASSOPTIONtechnotefalse} + +\DeclareOption{nofonttune}{\CLASSOPTIONnofonttunetrue} + +\DeclareOption{captionsoff}{\CLASSOPTIONcaptionsofftrue} + +\DeclareOption{compsoc}{\CLASSOPTIONcompsoctrue} + +\DeclareOption{romanappendices}{\CLASSOPTIONromanappendicestrue} + + +% default to US letter paper, 10pt, twocolumn, one sided, final, journal +\ExecuteOptions{letterpaper,10pt,twocolumn,oneside,final,journal} +% overrride these defaults per user requests +\ProcessOptions + + + +% Computer Society conditional execution command +\long\def\@IEEEcompsoconly#1{\relax\ifCLASSOPTIONcompsoc\relax#1\relax\fi\relax} +% inverse +\long\def\@IEEEnotcompsoconly#1{\relax\ifCLASSOPTIONcompsoc\else\relax#1\relax\fi\relax} +% compsoc conference +\long\def\@IEEEcompsocconfonly#1{\relax\ifCLASSOPTIONcompsoc\ifCLASSOPTIONconference\relax#1\relax\fi\fi\relax} +% compsoc not conference +\long\def\@IEEEcompsocnotconfonly#1{\relax\ifCLASSOPTIONcompsoc\ifCLASSOPTIONconference\else\relax#1\relax\fi\fi\relax} + + +% IEEE uses Times Roman font, so we'll default to Times. +% These three commands make up the entire times.sty package. +\renewcommand{\sfdefault}{phv} +\renewcommand{\rmdefault}{ptm} +\renewcommand{\ttdefault}{pcr} + +\@IEEEcompsoconly{\typeout{-- Using IEEE Computer Society mode.}} + +% V1.7 compsoc nonconference papers, use Palatino/Palladio as the main text font, +% not Times Roman. +\@IEEEcompsocnotconfonly{\renewcommand{\rmdefault}{ppl}} + +% enable Times/Palatino main text font +\normalfont\selectfont + + + + + +% V1.7 conference notice message hook +\def\@IEEEconsolenoticeconference{\typeout{}% +\typeout{** Conference Paper **}% +\typeout{Before submitting the final camera ready copy, remember to:}% +\typeout{}% +\typeout{ 1. Manually equalize the lengths of two columns on the last page}% +\typeout{ of your paper;}% +\typeout{}% +\typeout{ 2. Ensure that any PostScript and/or PDF output post-processing}% +\typeout{ uses only Type 1 fonts and that every step in the generation}% +\typeout{ process uses the appropriate paper size.}% +\typeout{}} + + +% we can send console reminder messages to the user here +\AtEndDocument{\ifCLASSOPTIONconference\@IEEEconsolenoticeconference\fi} + + +% warn about the use of single column other than for draft mode +\ifCLASSOPTIONtwocolumn\else% + \ifCLASSOPTIONdraftcls\else% + \typeout{** ATTENTION: Single column mode is not typically used with IEEE publications.}% + \fi% +\fi + + +% V1.7 improved paper size setting code. +% Set pdfpage and dvips paper sizes. Conditional tests are similar to that +% of ifpdf.sty. Retain within {} to ensure tested macros are never altered, +% even if only effect is to set them to \relax. +% if \pdfoutput is undefined or equal to relax, output a dvips special +{\@ifundefined{pdfoutput}{\AtBeginDvi{\special{papersize=\CLASSINFOpaperwidth,\CLASSINFOpaperheight}}}{% +% pdfoutput is defined and not equal to \relax +% check for pdfpageheight existence just in case someone sets pdfoutput +% under non-pdflatex. If exists, set them regardless of value of \pdfoutput. +\@ifundefined{pdfpageheight}{\relax}{\global\pdfpagewidth\paperwidth +\global\pdfpageheight\paperheight}% +% if using \pdfoutput=0 under pdflatex, send dvips papersize special +\ifcase\pdfoutput +\AtBeginDvi{\special{papersize=\CLASSINFOpaperwidth,\CLASSINFOpaperheight}}% +\else +% we are using pdf output, set CLASSINFOpdf flag +\global\CLASSINFOpdftrue +\fi}} + +% let the user know the selected papersize +\typeout{-- Using \CLASSINFOpaperwidth\space x \CLASSINFOpaperheight\space +(\CLASSOPTIONpaper)\space paper.} + +\ifCLASSINFOpdf +\typeout{-- Using PDF output.} +\else +\typeout{-- Using DVI output.} +\fi + + +% The idea hinted here is for LaTeX to generate markleft{} and markright{} +% automatically for you after you enter \author{}, \journal{}, +% \journaldate{}, journalvol{}, \journalnum{}, etc. +% However, there may be some backward compatibility issues here as +% well as some special applications for IEEEtran.cls and special issues +% that may require the flexible \markleft{}, \markright{} and/or \markboth{}. +% We'll leave this as an open future suggestion. +%\newcommand{\journal}[1]{\def\@journal{#1}} +%\def\@journal{} + + + +% pointsize values +% used with ifx to determine the document's normal size +\def\@IEEEptsizenine{9} +\def\@IEEEptsizeten{10} +\def\@IEEEptsizeeleven{11} +\def\@IEEEptsizetwelve{12} + + + +% FONT DEFINITIONS (No sizexx.clo file needed) +% V1.6 revised font sizes, displayskip values and +% revised normalsize baselineskip to reduce underfull vbox problems +% on the 58pc = 696pt = 9.5in text height we want +% normalsize #lines/column baselineskip (aka leading) +% 9pt 63 11.0476pt (truncated down) +% 10pt 58 12pt (exact) +% 11pt 52 13.3846pt (truncated down) +% 12pt 50 13.92pt (exact) +% + +% we need to store the nominal baselineskip for the given font size +% in case baselinestretch ever changes. +% this is a dimen, so it will not hold stretch or shrink +\newdimen\@IEEEnormalsizeunitybaselineskip +\@IEEEnormalsizeunitybaselineskip\baselineskip + +\ifx\CLASSOPTIONpt\@IEEEptsizenine +\typeout{-- This is a 9 point document.} +\def\normalsize{\@setfontsize{\normalsize}{9}{11.0476pt}}% +\setlength{\@IEEEnormalsizeunitybaselineskip}{11.0476pt}% +\normalsize +\abovedisplayskip 1.5ex plus3pt minus1pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus3pt% +\belowdisplayshortskip 1.5ex plus3pt minus1pt +\def\small{\@setfontsize{\small}{8.5}{10pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{8}{9pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{7}{8pt}} +\def\tiny{\@setfontsize{\tiny}{5}{6pt}} +% sublargesize is the same as large - 10pt +\def\sublargesize{\@setfontsize{\sublargesize}{10}{12pt}} +\def\large{\@setfontsize{\large}{10}{12pt}} +\def\Large{\@setfontsize{\Large}{12}{14pt}} +\def\LARGE{\@setfontsize{\LARGE}{14}{17pt}} +\def\huge{\@setfontsize{\huge}{17}{20pt}} +\def\Huge{\@setfontsize{\Huge}{20}{24pt}} +\fi + + +% Check if we have selected 10 points +\ifx\CLASSOPTIONpt\@IEEEptsizeten +\typeout{-- This is a 10 point document.} +\def\normalsize{\@setfontsize{\normalsize}{10}{11}}% +\setlength{\@IEEEnormalsizeunitybaselineskip}{11pt}% +\normalsize +\abovedisplayskip 1.5ex plus4pt minus2pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus4pt% +\belowdisplayshortskip 1.5ex plus4pt minus2pt +\def\small{\@setfontsize{\small}{9}{10pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{8}{9pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{7}{8pt}} +\def\tiny{\@setfontsize{\tiny}{5}{6pt}} +% sublargesize is a tad smaller than large - 11pt +\def\sublargesize{\@setfontsize{\sublargesize}{11}{13.4pt}} +\def\large{\@setfontsize{\large}{12}{14pt}} +\def\Large{\@setfontsize{\Large}{14}{17pt}} +\def\LARGE{\@setfontsize{\LARGE}{17}{20pt}} +\def\huge{\@setfontsize{\huge}{20}{24pt}} +\def\Huge{\@setfontsize{\Huge}{24}{28pt}} +\fi + + +% Check if we have selected 11 points +\ifx\CLASSOPTIONpt\@IEEEptsizeeleven +\typeout{-- This is an 11 point document.} +\def\normalsize{\@setfontsize{\normalsize}{11}{13.3846pt}}% +\setlength{\@IEEEnormalsizeunitybaselineskip}{13.3846pt}% +\normalsize +\abovedisplayskip 1.5ex plus5pt minus3pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus5pt% +\belowdisplayshortskip 1.5ex plus5pt minus3pt +\def\small{\@setfontsize{\small}{10}{12pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{9}{10.5pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{8}{9pt}} +\def\tiny{\@setfontsize{\tiny}{6}{7pt}} +% sublargesize is the same as large - 12pt +\def\sublargesize{\@setfontsize{\sublargesize}{12}{14pt}} +\def\large{\@setfontsize{\large}{12}{14pt}} +\def\Large{\@setfontsize{\Large}{14}{17pt}} +\def\LARGE{\@setfontsize{\LARGE}{17}{20pt}} +\def\huge{\@setfontsize{\huge}{20}{24pt}} +\def\Huge{\@setfontsize{\Huge}{24}{28pt}} +\fi + + +% Check if we have selected 12 points +\ifx\CLASSOPTIONpt\@IEEEptsizetwelve +\typeout{-- This is a 12 point document.} +\def\normalsize{\@setfontsize{\normalsize}{12}{13.92pt}}% +\setlength{\@IEEEnormalsizeunitybaselineskip}{13.92pt}% +\normalsize +\abovedisplayskip 1.5ex plus6pt minus4pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus6pt% +\belowdisplayshortskip 1.5ex plus6pt minus4pt +\def\small{\@setfontsize{\small}{10}{12pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{9}{10.5pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{8}{9pt}} +\def\tiny{\@setfontsize{\tiny}{6}{7pt}} +% sublargesize is the same as large - 14pt +\def\sublargesize{\@setfontsize{\sublargesize}{14}{17pt}} +\def\large{\@setfontsize{\large}{14}{17pt}} +\def\Large{\@setfontsize{\Large}{17}{20pt}} +\def\LARGE{\@setfontsize{\LARGE}{20}{24pt}} +\def\huge{\@setfontsize{\huge}{22}{26pt}} +\def\Huge{\@setfontsize{\Huge}{24}{28pt}} +\fi + + +% V1.6 The Computer Modern Fonts will issue a substitution warning for +% 24pt titles (24.88pt is used instead) increase the substitution +% tolerance to turn off this warning +\def\fontsubfuzz{.9pt} +% However, the default (and correct) Times font will scale exactly as needed. + + +% warn the user in case they forget to use the 9pt option with +% technote +\ifCLASSOPTIONtechnote% + \ifx\CLASSOPTIONpt\@IEEEptsizenine\else% + \typeout{** ATTENTION: Technotes are normally 9pt documents.}% + \fi% +\fi + + +% V1.7 +% Improved \textunderscore to provide a much better fake _ when used with +% OT1 encoding. Under OT1, detect use of pcr or cmtt \ttfamily and use +% available true _ glyph for those two typewriter fonts. +\def\@IEEEstringptm{ptm} % Times Roman family +\def\@IEEEstringppl{ppl} % Palatino Roman family +\def\@IEEEstringphv{phv} % Helvetica Sans Serif family +\def\@IEEEstringpcr{pcr} % Courier typewriter family +\def\@IEEEstringcmtt{cmtt} % Computer Modern typewriter family +\DeclareTextCommandDefault{\textunderscore}{\leavevmode +\ifx\f@family\@IEEEstringpcr\string_\else +\ifx\f@family\@IEEEstringcmtt\string_\else +\ifx\f@family\@IEEEstringptm\kern 0em\vbox{\hrule\@width 0.5em\@height 0.5pt\kern -0.3ex}\else +\ifx\f@family\@IEEEstringppl\kern 0em\vbox{\hrule\@width 0.5em\@height 0.5pt\kern -0.3ex}\else +\ifx\f@family\@IEEEstringphv\kern -0.03em\vbox{\hrule\@width 0.62em\@height 0.52pt\kern -0.33ex}\kern -0.03em\else +\kern 0.09em\vbox{\hrule\@width 0.6em\@height 0.44pt\kern -0.63pt\kern -0.42ex}\kern 0.09em\fi\fi\fi\fi\fi\relax} + + + + +% set the default \baselinestretch +\def\baselinestretch{1} +\ifCLASSOPTIONdraftcls + \def\baselinestretch{1.5}% default baselinestretch for draft modes +\fi + + +% process CLASSINPUT baselinestretch +\ifx\CLASSINPUTbaselinestretch\@IEEEundefined +\else + \edef\baselinestretch{\CLASSINPUTbaselinestretch} % user CLASSINPUT override + \typeout{** ATTENTION: Overriding \string\baselinestretch\space to + \baselinestretch\space via \string\CLASSINPUT.} +\fi + +\normalsize % make \baselinestretch take affect + + + + +% store the normalsize baselineskip +\newdimen\CLASSINFOnormalsizebaselineskip +\CLASSINFOnormalsizebaselineskip=\baselineskip\relax +% and the normalsize unity (baselinestretch=1) baselineskip +% we could save a register by giving the user access to +% \@IEEEnormalsizeunitybaselineskip. However, let's protect +% its read only internal status +\newdimen\CLASSINFOnormalsizeunitybaselineskip +\CLASSINFOnormalsizeunitybaselineskip=\@IEEEnormalsizeunitybaselineskip\relax +% store the nominal value of jot +\newdimen\IEEEnormaljot +\IEEEnormaljot=0.25\baselineskip\relax + +% set \jot +\jot=\IEEEnormaljot\relax + + + + +% V1.6, we are now going to fine tune the interword spacing +% The default interword glue for Times under TeX appears to use a +% nominal interword spacing of 25% (relative to the font size, i.e., 1em) +% a maximum of 40% and a minimum of 19%. +% For example, 10pt text uses an interword glue of: +% +% 2.5pt plus 1.49998pt minus 0.59998pt +% +% However, IEEE allows for a more generous range which reduces the need +% for hyphenation, especially for two column text. Furthermore, IEEE +% tends to use a little bit more nominal space between the words. +% IEEE's interword spacing percentages appear to be: +% 35% nominal +% 23% minimum +% 50% maximum +% (They may even be using a tad more for the largest fonts such as 24pt.) +% +% for bold text, IEEE increases the spacing a little more: +% 37.5% nominal +% 23% minimum +% 55% maximum + +% here are the interword spacing ratios we'll use +% for medium (normal weight) +\def\@IEEEinterspaceratioM{0.35} +\def\@IEEEinterspaceMINratioM{0.23} +\def\@IEEEinterspaceMAXratioM{0.50} + +% for bold +\def\@IEEEinterspaceratioB{0.375} +\def\@IEEEinterspaceMINratioB{0.23} +\def\@IEEEinterspaceMAXratioB{0.55} + + +% command to revise the interword spacing for the current font under TeX: +% \fontdimen2 = nominal interword space +% \fontdimen3 = interword stretch +% \fontdimen4 = interword shrink +% since all changes to the \fontdimen are global, we can enclose these commands +% in braces to confine any font attribute or length changes +\def\@@@IEEEsetfontdimens#1#2#3{{% +\setlength{\@IEEEtrantmpdimenB}{\f@size pt}% grab the font size in pt, could use 1em instead. +\setlength{\@IEEEtrantmpdimenA}{#1\@IEEEtrantmpdimenB}% +\fontdimen2\font=\@IEEEtrantmpdimenA\relax +\addtolength{\@IEEEtrantmpdimenA}{-#2\@IEEEtrantmpdimenB}% +\fontdimen3\font=-\@IEEEtrantmpdimenA\relax +\setlength{\@IEEEtrantmpdimenA}{#1\@IEEEtrantmpdimenB}% +\addtolength{\@IEEEtrantmpdimenA}{-#3\@IEEEtrantmpdimenB}% +\fontdimen4\font=\@IEEEtrantmpdimenA\relax}} + +% revise the interword spacing for each font weight +\def\@@IEEEsetfontdimens{{% +\mdseries +\@@@IEEEsetfontdimens{\@IEEEinterspaceratioM}{\@IEEEinterspaceMAXratioM}{\@IEEEinterspaceMINratioM}% +\bfseries +\@@@IEEEsetfontdimens{\@IEEEinterspaceratioB}{\@IEEEinterspaceMAXratioB}{\@IEEEinterspaceMINratioB}% +}} + +% revise the interword spacing for each font shape +% \slshape is not often used for IEEE work and is not altered here. The \scshape caps are +% already a tad too large in the free LaTeX fonts (as compared to what IEEE uses) so we +% won't alter these either. +\def\@IEEEsetfontdimens{{% +\normalfont +\@@IEEEsetfontdimens +\normalfont\itshape +\@@IEEEsetfontdimens +}} + +% command to revise the interword spacing for each font size (and shape +% and weight). Only the \rmfamily is done here as \ttfamily uses a +% fixed spacing and \sffamily is not used as the main text of IEEE papers. +\def\@IEEEtunefonts{{\selectfont\rmfamily +\tiny\@IEEEsetfontdimens +\scriptsize\@IEEEsetfontdimens +\footnotesize\@IEEEsetfontdimens +\small\@IEEEsetfontdimens +\normalsize\@IEEEsetfontdimens +\sublargesize\@IEEEsetfontdimens +\large\@IEEEsetfontdimens +\LARGE\@IEEEsetfontdimens +\huge\@IEEEsetfontdimens +\Huge\@IEEEsetfontdimens}} + +% if the nofonttune class option is not given, revise the interword spacing +% now - in case IEEEtran makes any default length measurements, and make +% sure all the default fonts are loaded +\ifCLASSOPTIONnofonttune\else +\@IEEEtunefonts +\fi + +% and again at the start of the document in case the user loaded different fonts +\AtBeginDocument{\ifCLASSOPTIONnofonttune\else\@IEEEtunefonts\fi} + + + +% V1.6 +% LaTeX is a little to quick to use hyphenations +% So, we increase the penalty for their use and raise +% the badness level that triggers an underfull hbox +% warning. The author may still have to tweak things, +% but the appearance will be much better "right out +% of the box" than that under V1.5 and prior. +% TeX default is 50 +\hyphenpenalty=750 +% If we didn't adjust the interword spacing, 2200 might be better. +% The TeX default is 1000 +\hbadness=1350 +% IEEE does not use extra spacing after punctuation +\frenchspacing + +% V1.7 increase this a tad to discourage equation breaks +\binoppenalty=1000 % default 700 +\relpenalty=800 % default 500 + + +% margin note stuff +\marginparsep 10pt +\marginparwidth 20pt +\marginparpush 25pt + + +% if things get too close, go ahead and let them touch +\lineskip 0pt +\normallineskip 0pt +\lineskiplimit 0pt +\normallineskiplimit 0pt + +% The distance from the lower edge of the text body to the +% footline +\footskip 0.4in + +% normally zero, should be relative to font height. +% put in a little rubber to help stop some bad breaks (underfull vboxes) +\parskip 0ex plus 0.2ex minus 0.1ex +\ifCLASSOPTIONconference +\parskip 6pt plus 2pt minus 1pt +\fi + +\parindent 1.0em +\ifCLASSOPTIONconference +\parindent 14.45pt +\fi + +\topmargin -49.0pt +\headheight 12pt +\headsep 0.25in + +% use the normal font baselineskip +% so that \topskip is unaffected by changes in \baselinestretch +\topskip=\@IEEEnormalsizeunitybaselineskip +\textheight 58pc % 9.63in, 696pt +% Tweak textheight to a perfect integer number of lines/page. +% The normal baselineskip for each document point size is used +% to determine these values. +\ifx\CLASSOPTIONpt\@IEEEptsizenine\textheight=63\@IEEEnormalsizeunitybaselineskip\fi % 63 lines/page +\ifx\CLASSOPTIONpt\@IEEEptsizeten\textheight=58\@IEEEnormalsizeunitybaselineskip\fi % 58 lines/page +\ifx\CLASSOPTIONpt\@IEEEptsizeeleven\textheight=52\@IEEEnormalsizeunitybaselineskip\fi % 52 lines/page +\ifx\CLASSOPTIONpt\@IEEEptsizetwelve\textheight=50\@IEEEnormalsizeunitybaselineskip\fi % 50 lines/page + + +\columnsep 1.5pc +\textwidth 184.2mm + + +% the default side margins are equal +\if@IEEEusingAfourpaper +\oddsidemargin 14.32mm +\evensidemargin 14.32mm +\else +\oddsidemargin 0.680in +\evensidemargin 0.680in +\fi +% compensate for LaTeX's 1in offset +\addtolength{\oddsidemargin}{-1in} +\addtolength{\evensidemargin}{-1in} + + + +% adjust margins for conference mode +\ifCLASSOPTIONconference + \topmargin -0.25in + % we retain the reserved, but unused space for headers + \addtolength{\topmargin}{-\headheight} + \addtolength{\topmargin}{-\headsep} + \textheight 9.25in % The standard for conferences (668.4975pt) + % Tweak textheight to a perfect integer number of lines/page. + \ifx\CLASSOPTIONpt\@IEEEptsizenine\textheight=61\@IEEEnormalsizeunitybaselineskip\fi % 61 lines/page + \ifx\CLASSOPTIONpt\@IEEEptsizeten\textheight=62\@IEEEnormalsizeunitybaselineskip\fi % 62 lines/page + \ifx\CLASSOPTIONpt\@IEEEptsizeeleven\textheight=50\@IEEEnormalsizeunitybaselineskip\fi % 50 lines/page + \ifx\CLASSOPTIONpt\@IEEEptsizetwelve\textheight=48\@IEEEnormalsizeunitybaselineskip\fi % 48 lines/page +\fi + + +% compsoc conference +\ifCLASSOPTIONcompsoc +\ifCLASSOPTIONconference + % compsoc conference use a larger value for columnsep + \columnsep 0.375in + % compsoc conferences want 1in top margin, 1.125in bottom margin + \topmargin 0in + \addtolength{\topmargin}{-6pt}% we tweak this a tad to better comply with top of line stuff + % we retain the reserved, but unused space for headers + \addtolength{\topmargin}{-\headheight} + \addtolength{\topmargin}{-\headsep} + \textheight 8.875in % (641.39625pt) + % Tweak textheight to a perfect integer number of lines/page. + \ifx\CLASSOPTIONpt\@IEEEptsizenine\textheight=58\@IEEEnormalsizeunitybaselineskip\fi % 58 lines/page + \ifx\CLASSOPTIONpt\@IEEEptsizeten\textheight=53\@IEEEnormalsizeunitybaselineskip\fi % 53 lines/page + \ifx\CLASSOPTIONpt\@IEEEptsizeeleven\textheight=48\@IEEEnormalsizeunitybaselineskip\fi % 48 lines/page + \ifx\CLASSOPTIONpt\@IEEEptsizetwelve\textheight=46\@IEEEnormalsizeunitybaselineskip\fi % 46 lines/page + \textwidth 6.5in + % the default side margins are equal + \if@IEEEusingAfourpaper + \oddsidemargin 22.45mm + \evensidemargin 22.45mm + \else + \oddsidemargin 1in + \evensidemargin 1in + \fi + % compensate for LaTeX's 1in offset + \addtolength{\oddsidemargin}{-1in} + \addtolength{\evensidemargin}{-1in} +\fi\fi + + + +% draft mode settings override that of all other modes +% provides a nice 1in margin all around the paper and extra +% space between the lines for editor's comments +\ifCLASSOPTIONdraftcls + % want 1in from top of paper to text + \setlength{\topmargin}{-\headsep}% + \addtolength{\topmargin}{-\headheight}% + % we want 1in side margins regardless of paper type + \oddsidemargin 0in + \evensidemargin 0in + % set the text width + \setlength{\textwidth}{\paperwidth}% + \addtolength{\textwidth}{-2.0in}% + \setlength{\textheight}{\paperheight}% + \addtolength{\textheight}{-2.0in}% + % digitize textheight to be an integer number of lines. + % this may cause the bottom margin to be off a tad + \addtolength{\textheight}{-1\topskip}% + \divide\textheight by \baselineskip% + \multiply\textheight by \baselineskip% + \addtolength{\textheight}{\topskip}% +\fi + + + +% process CLASSINPUT inner/outer margin +% if inner margin defined, but outer margin not, set outer to inner. +\ifx\CLASSINPUTinnersidemargin\@IEEEundefined +\else + \ifx\CLASSINPUToutersidemargin\@IEEEundefined + \edef\CLASSINPUToutersidemargin{\CLASSINPUTinnersidemargin} + \fi +\fi + +\ifx\CLASSINPUToutersidemargin\@IEEEundefined +\else + % if outer margin defined, but inner margin not, set inner to outer. + \ifx\CLASSINPUTinnersidemargin\@IEEEundefined + \edef\CLASSINPUTinnersidemargin{\CLASSINPUToutersidemargin} + \fi + \setlength{\oddsidemargin}{\CLASSINPUTinnersidemargin} + \ifCLASSOPTIONtwoside + \setlength{\evensidemargin}{\CLASSINPUToutersidemargin} + \else + \setlength{\evensidemargin}{\CLASSINPUTinnersidemargin} + \fi + \addtolength{\oddsidemargin}{-1in} + \addtolength{\evensidemargin}{-1in} + \setlength{\textwidth}{\paperwidth} + \addtolength{\textwidth}{-\CLASSINPUTinnersidemargin} + \addtolength{\textwidth}{-\CLASSINPUToutersidemargin} + \typeout{** ATTENTION: Overriding inner side margin to \CLASSINPUTinnersidemargin\space and + outer side margin to \CLASSINPUToutersidemargin\space via \string\CLASSINPUT.} +\fi + + + +% process CLASSINPUT top/bottom text margin +% if toptext margin defined, but bottomtext margin not, set bottomtext to toptext margin +\ifx\CLASSINPUTtoptextmargin\@IEEEundefined +\else + \ifx\CLASSINPUTbottomtextmargin\@IEEEundefined + \edef\CLASSINPUTbottomtextmargin{\CLASSINPUTtoptextmargin} + \fi +\fi + +\ifx\CLASSINPUTbottomtextmargin\@IEEEundefined +\else + % if bottomtext margin defined, but toptext margin not, set toptext to bottomtext margin + \ifx\CLASSINPUTtoptextmargin\@IEEEundefined + \edef\CLASSINPUTtoptextmargin{\CLASSINPUTbottomtextmargin} + \fi + \setlength{\topmargin}{\CLASSINPUTtoptextmargin} + \addtolength{\topmargin}{-1in} + \addtolength{\topmargin}{-\headheight} + \addtolength{\topmargin}{-\headsep} + \setlength{\textheight}{\paperheight} + \addtolength{\textheight}{-\CLASSINPUTtoptextmargin} + \addtolength{\textheight}{-\CLASSINPUTbottomtextmargin} + % in the default format we use the normal baselineskip as topskip + % we only need 0.7 of this to clear typical top text and we need + % an extra 0.3 spacing at the bottom for descenders. This will + % correct for both. + \addtolength{\topmargin}{-0.3\@IEEEnormalsizeunitybaselineskip} + \typeout{** ATTENTION: Overriding top text margin to \CLASSINPUTtoptextmargin\space and + bottom text margin to \CLASSINPUTbottomtextmargin\space via \string\CLASSINPUT.} +\fi + + + + + + + +% LIST SPACING CONTROLS + +% Controls the amount of EXTRA spacing +% above and below \trivlist +% Both \list and IED lists override this. +% However, \trivlist will use this as will most +% things built from \trivlist like the \center +% environment. +\topsep 0.5\baselineskip + +% Controls the additional spacing around lists preceded +% or followed by blank lines. IEEE does not increase +% spacing before or after paragraphs so it is set to zero. +% \z@ is the same as zero, but faster. +\partopsep \z@ + +% Controls the spacing between paragraphs in lists. +% IEEE does not increase spacing before or after paragraphs +% so this is also zero. +% With IEEEtran.cls, global changes to +% this value DO affect lists (but not IED lists). +\parsep \z@ + +% Controls the extra spacing between list items. +% IEEE does not put extra spacing between items. +% With IEEEtran.cls, global changes to this value DO affect +% lists (but not IED lists). +\itemsep \z@ + +% \itemindent is the amount to indent the FIRST line of a list +% item. It is auto set to zero within the \list environment. To alter +% it, you have to do so when you call the \list. +% However, IEEE uses this for the theorem environment +% There is an alternative value for this near \leftmargini below +\itemindent -1em + +% \leftmargin, the spacing from the left margin of the main text to +% the left of the main body of a list item is set by \list. +% Hence this statement does nothing for lists. +% But, quote and verse do use it for indention. +\leftmargin 2em + +% we retain this stuff from the older IEEEtran.cls so that \list +% will work the same way as before. However, itemize, enumerate and +% description (IED) could care less about what these are as they +% all are overridden. +\leftmargini 2em +%\itemindent 2em % Alternative values: sometimes used. +%\leftmargini 0em +\leftmarginii 1em +\leftmarginiii 1.5em +\leftmarginiv 1.5em +\leftmarginv 1.0em +\leftmarginvi 1.0em +\labelsep 0.5em +\labelwidth \z@ + + +% The old IEEEtran.cls behavior of \list is retained. +% However, the new V1.3 IED list environments override all the +% @list stuff (\@listX is called within \list for the +% appropriate level just before the user's list_decl is called). +% \topsep is now 2pt as IEEE puts a little extra space around +% lists - used by those non-IED macros that depend on \list. +% Note that \parsep and \itemsep are not redefined as in +% the sizexx.clo \@listX (which article.cls uses) so global changes +% of these values DO affect \list +% +\def\@listi{\leftmargin\leftmargini \topsep 2pt plus 1pt minus 1pt} +\let\@listI\@listi +\def\@listii{\leftmargin\leftmarginii\labelwidth\leftmarginii% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listiii{\leftmargin\leftmarginiii\labelwidth\leftmarginiii% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listiv{\leftmargin\leftmarginiv\labelwidth\leftmarginiv% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listv{\leftmargin\leftmarginv\labelwidth\leftmarginv% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listvi{\leftmargin\leftmarginvi\labelwidth\leftmarginvi% + \advance\labelwidth-\labelsep \topsep 2pt} + + +% IEEE uses 5) not 5. +\def\labelenumi{\theenumi)} \def\theenumi{\arabic{enumi}} + +% IEEE uses a) not (a) +\def\labelenumii{\theenumii)} \def\theenumii{\alph{enumii}} + +% IEEE uses iii) not iii. +\def\labelenumiii{\theenumiii)} \def\theenumiii{\roman{enumiii}} + +% IEEE uses A) not A. +\def\labelenumiv{\theenumiv)} \def\theenumiv{\Alph{enumiv}} + +% exactly the same as in article.cls +\def\p@enumii{\theenumi} +\def\p@enumiii{\theenumi(\theenumii)} +\def\p@enumiv{\p@enumiii\theenumiii} + +% itemized list label styles +\def\labelitemi{$\bullet$} +\def\labelitemii{$\circ$} +\def\labelitemiii{\vrule height 0.8ex depth -0.2ex width 0.6ex} +\def\labelitemiv{$\ast$} + + + +% **** V1.3 ENHANCEMENTS **** +% Itemize, Enumerate and Description (IED) List Controls +% *************************** +% +% +% IEEE seems to use at least two different values by +% which ITEMIZED list labels are indented to the right +% For The Journal of Lightwave Technology (JLT) and The Journal +% on Selected Areas in Communications (JSAC), they tend to use +% an indention equal to \parindent. For Transactions on Communications +% they tend to indent ITEMIZED lists a little more--- 1.3\parindent. +% We'll provide both values here for you so that you can choose +% which one you like in your document using a command such as: +% setlength{\IEEEilabelindent}{\IEEEilabelindentB} +\newdimen\IEEEilabelindentA +\IEEEilabelindentA \parindent + +\newdimen\IEEEilabelindentB +\IEEEilabelindentB 1.3\parindent +% However, we'll default to using \parindent +% which makes more sense to me +\newdimen\IEEEilabelindent +\IEEEilabelindent \IEEEilabelindentA + + +% This controls the default amount the enumerated list labels +% are indented to the right. +% Normally, this is the same as the paragraph indention +\newdimen\IEEEelabelindent +\IEEEelabelindent \parindent + +% This controls the default amount the description list labels +% are indented to the right. +% Normally, this is the same as the paragraph indention +\newdimen\IEEEdlabelindent +\IEEEdlabelindent \parindent + +% This is the value actually used within the IED lists. +% The IED environments automatically set its value to +% one of the three values above, so global changes do +% not have any effect +\newdimen\IEEElabelindent +\IEEElabelindent \parindent + +% The actual amount labels will be indented is +% \IEEElabelindent multiplied by the factor below +% corresponding to the level of nesting depth +% This provides a means by which the user can +% alter the effective \IEEElabelindent for deeper +% levels +% There may not be such a thing as correct "standard IEEE" +% values. What IEEE actually does may depend on the specific +% circumstances. +% The first list level almost always has full indention. +% The second levels I've seen have only 75% of the normal indentation +% Three level or greater nestings are very rare. I am guessing +% that they don't use any indentation. +\def\IEEElabelindentfactori{1.0} % almost always one +\def\IEEElabelindentfactorii{0.75} % 0.0 or 1.0 may be used in some cases +\def\IEEElabelindentfactoriii{0.0} % 0.75? 0.5? 0.0? +\def\IEEElabelindentfactoriv{0.0} +\def\IEEElabelindentfactorv{0.0} +\def\IEEElabelindentfactorvi{0.0} + +% value actually used within IED lists, it is auto +% set to one of the 6 values above +% global changes here have no effect +\def\IEEElabelindentfactor{1.0} + +% This controls the default spacing between the end of the IED +% list labels and the list text, when normal text is used for +% the labels. +\newdimen\IEEEiednormlabelsep +\IEEEiednormlabelsep \parindent + +% This controls the default spacing between the end of the IED +% list labels and the list text, when math symbols are used for +% the labels (nomenclature lists). IEEE usually increases the +% spacing in these cases +\newdimen\IEEEiedmathlabelsep +\IEEEiedmathlabelsep 1.2em + +% This controls the extra vertical separation put above and +% below each IED list. IEEE usually puts a little extra spacing +% around each list. However, this spacing is barely noticeable. +\newskip\IEEEiedtopsep +\IEEEiedtopsep 2pt plus 1pt minus 1pt + + +% This command is executed within each IED list environment +% at the beginning of the list. You can use this to set the +% parameters for some/all your IED list(s) without disturbing +% global parameters that affect things other than lists. +% i.e., renewcommand{\IEEEiedlistdecl}{\setlength{\labelsep}{5em}} +% will alter the \labelsep for the next list(s) until +% \IEEEiedlistdecl is redefined. +\def\IEEEiedlistdecl{\relax} + +% This command provides an easy way to set \leftmargin based +% on the \labelwidth, \labelsep and the argument \IEEElabelindent +% Usage: \IEEEcalcleftmargin{width-to-indent-the-label} +% output is in the \leftmargin variable, i.e., effectively: +% \leftmargin = argument + \labelwidth + \labelsep +% Note controlled spacing here, shield end of lines with % +\def\IEEEcalcleftmargin#1{\setlength{\leftmargin}{#1}% +\addtolength{\leftmargin}{\labelwidth}% +\addtolength{\leftmargin}{\labelsep}} + +% This command provides an easy way to set \labelwidth to the +% width of the given text. It is the same as +% \settowidth{\labelwidth}{label-text} +% and useful as a shorter alternative. +% Typically used to set \labelwidth to be the width +% of the longest label in the list +\def\IEEEsetlabelwidth#1{\settowidth{\labelwidth}{#1}} + +% When this command is executed, IED lists will use the +% IEEEiedmathlabelsep label separation rather than the normal +% spacing. To have an effect, this command must be executed via +% the \IEEEiedlistdecl or within the option of the IED list +% environments. +\def\IEEEusemathlabelsep{\setlength{\labelsep}{\IEEEiedmathlabelsep}} + +% A flag which controls whether the IED lists automatically +% calculate \leftmargin from \IEEElabelindent, \labelwidth and \labelsep +% Useful if you want to specify your own \leftmargin +% This flag must be set (\IEEEnocalcleftmargintrue or \IEEEnocalcleftmarginfalse) +% via the \IEEEiedlistdecl or within the option of the IED list +% environments to have an effect. +\newif\ifIEEEnocalcleftmargin +\IEEEnocalcleftmarginfalse + +% A flag which controls whether \IEEElabelindent is multiplied by +% the \IEEElabelindentfactor for each list level. +% This flag must be set via the \IEEEiedlistdecl or within the option +% of the IED list environments to have an effect. +\newif\ifIEEEnolabelindentfactor +\IEEEnolabelindentfactorfalse + + +% internal variable to indicate type of IED label +% justification +% 0 - left; 1 - center; 2 - right +\def\@IEEEiedjustify{0} + + +% commands to allow the user to control IED +% label justifications. Use these commands within +% the IED environment option or in the \IEEEiedlistdecl +% Note that changing the normal list justifications +% is nonstandard and IEEE may not like it if you do so! +% I include these commands as they may be helpful to +% those who are using these enhanced list controls for +% other non-IEEE related LaTeX work. +% itemize and enumerate automatically default to right +% justification, description defaults to left. +\def\IEEEiedlabeljustifyl{\def\@IEEEiedjustify{0}}%left +\def\IEEEiedlabeljustifyc{\def\@IEEEiedjustify{1}}%center +\def\IEEEiedlabeljustifyr{\def\@IEEEiedjustify{2}}%right + + + + +% commands to save to and restore from the list parameter copies +% this allows us to set all the list parameters within +% the list_decl and prevent \list (and its \@list) +% from overriding any of our parameters +% V1.6 use \edefs instead of dimen's to conserve dimen registers +% Note controlled spacing here, shield end of lines with % +\def\@IEEEsavelistparams{\edef\@IEEEiedtopsep{\the\topsep}% +\edef\@IEEEiedlabelwidth{\the\labelwidth}% +\edef\@IEEEiedlabelsep{\the\labelsep}% +\edef\@IEEEiedleftmargin{\the\leftmargin}% +\edef\@IEEEiedpartopsep{\the\partopsep}% +\edef\@IEEEiedparsep{\the\parsep}% +\edef\@IEEEieditemsep{\the\itemsep}% +\edef\@IEEEiedrightmargin{\the\rightmargin}% +\edef\@IEEEiedlistparindent{\the\listparindent}% +\edef\@IEEEieditemindent{\the\itemindent}} + +% Note controlled spacing here +\def\@IEEErestorelistparams{\topsep\@IEEEiedtopsep\relax% +\labelwidth\@IEEEiedlabelwidth\relax% +\labelsep\@IEEEiedlabelsep\relax% +\leftmargin\@IEEEiedleftmargin\relax% +\partopsep\@IEEEiedpartopsep\relax% +\parsep\@IEEEiedparsep\relax% +\itemsep\@IEEEieditemsep\relax% +\rightmargin\@IEEEiedrightmargin\relax% +\listparindent\@IEEEiedlistparindent\relax% +\itemindent\@IEEEieditemindent\relax} + + +% v1.6b provide original LaTeX IED list environments +% note that latex.ltx defines \itemize and \enumerate, but not \description +% which must be created by the base classes +% save original LaTeX itemize and enumerate +\let\LaTeXitemize\itemize +\let\endLaTeXitemize\enditemize +\let\LaTeXenumerate\enumerate +\let\endLaTeXenumerate\endenumerate + +% provide original LaTeX description environment from article.cls +\newenvironment{LaTeXdescription} + {\list{}{\labelwidth\z@ \itemindent-\leftmargin + \let\makelabel\descriptionlabel}} + {\endlist} +\newcommand*\descriptionlabel[1]{\hspace\labelsep + \normalfont\bfseries #1} + + +% override LaTeX's default IED lists +\def\itemize{\@IEEEitemize} +\def\enditemize{\@endIEEEitemize} +\def\enumerate{\@IEEEenumerate} +\def\endenumerate{\@endIEEEenumerate} +\def\description{\@IEEEdescription} +\def\enddescription{\@endIEEEdescription} + +% provide the user with aliases - may help those using packages that +% override itemize, enumerate, or description +\def\IEEEitemize{\@IEEEitemize} +\def\endIEEEitemize{\@endIEEEitemize} +\def\IEEEenumerate{\@IEEEenumerate} +\def\endIEEEenumerate{\@endIEEEenumerate} +\def\IEEEdescription{\@IEEEdescription} +\def\endIEEEdescription{\@endIEEEdescription} + + +% V1.6 we want to keep the IEEEtran IED list definitions as our own internal +% commands so they are protected against redefinition +\def\@IEEEitemize{\@ifnextchar[{\@@IEEEitemize}{\@@IEEEitemize[\relax]}} +\def\@IEEEenumerate{\@ifnextchar[{\@@IEEEenumerate}{\@@IEEEenumerate[\relax]}} +\def\@IEEEdescription{\@ifnextchar[{\@@IEEEdescription}{\@@IEEEdescription[\relax]}} +\def\@endIEEEitemize{\endlist} +\def\@endIEEEenumerate{\endlist} +\def\@endIEEEdescription{\endlist} + + +% DO NOT ALLOW BLANK LINES TO BE IN THESE IED ENVIRONMENTS +% AS THIS WILL FORCE NEW PARAGRAPHS AFTER THE IED LISTS +% IEEEtran itemized list MDS 1/2001 +% Note controlled spacing here, shield end of lines with % +\def\@@IEEEitemize[#1]{% + \ifnum\@itemdepth>3\relax\@toodeep\else% + \ifnum\@listdepth>5\relax\@toodeep\else% + \advance\@itemdepth\@ne% + \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% + % get the labelindentfactor for this level + \advance\@listdepth\@ne% we need to know what the level WILL be + \edef\IEEElabelindentfactor{\csname IEEElabelindentfactor\romannumeral\the\@listdepth\endcsname}% + \advance\@listdepth-\@ne% undo our increment + \def\@IEEEiedjustify{2}% right justified labels are default + % set other defaults + \IEEEnocalcleftmarginfalse% + \IEEEnolabelindentfactorfalse% + \topsep\IEEEiedtopsep% + \IEEElabelindent\IEEEilabelindent% + \labelsep\IEEEiednormlabelsep% + \partopsep 0ex% + \parsep 0ex% + \itemsep \parskip% + \rightmargin 0em% + \listparindent 0em% + \itemindent 0em% + % calculate the label width + % the user can override this later if + % they specified a \labelwidth + \settowidth{\labelwidth}{\csname labelitem\romannumeral\the\@itemdepth\endcsname}% + \@IEEEsavelistparams% save our list parameters + \list{\csname\@itemitem\endcsname}{% + \@IEEErestorelistparams% override any list{} changes + % to our globals + \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel + \IEEEiedlistdecl% let user alter parameters + #1\relax% + % If the user has requested not to use the + % labelindent factor, don't revise \labelindent + \ifIEEEnolabelindentfactor\relax% + \else\IEEElabelindent=\IEEElabelindentfactor\labelindent% + \fi% + % Unless the user has requested otherwise, + % calculate our left margin based + % on \IEEElabelindent, \labelwidth and + % \labelsep + \ifIEEEnocalcleftmargin\relax% + \else\IEEEcalcleftmargin{\IEEElabelindent}% + \fi}\fi\fi}% + + +% DO NOT ALLOW BLANK LINES TO BE IN THESE IED ENVIRONMENTS +% AS THIS WILL FORCE NEW PARAGRAPHS AFTER THE IED LISTS +% IEEEtran enumerate list MDS 1/2001 +% Note controlled spacing here, shield end of lines with % +\def\@@IEEEenumerate[#1]{% + \ifnum\@enumdepth>3\relax\@toodeep\else% + \ifnum\@listdepth>5\relax\@toodeep\else% + \advance\@enumdepth\@ne% + \edef\@enumctr{enum\romannumeral\the\@enumdepth}% + % get the labelindentfactor for this level + \advance\@listdepth\@ne% we need to know what the level WILL be + \edef\IEEElabelindentfactor{\csname IEEElabelindentfactor\romannumeral\the\@listdepth\endcsname}% + \advance\@listdepth-\@ne% undo our increment + \def\@IEEEiedjustify{2}% right justified labels are default + % set other defaults + \IEEEnocalcleftmarginfalse% + \IEEEnolabelindentfactorfalse% + \topsep\IEEEiedtopsep% + \IEEElabelindent\IEEEelabelindent% + \labelsep\IEEEiednormlabelsep% + \partopsep 0ex% + \parsep 0ex% + \itemsep 0ex% + \rightmargin 0em% + \listparindent 0em% + \itemindent 0em% + % calculate the label width + % We'll set it to the width suitable for all labels using + % normalfont 1) to 9) + % The user can override this later + \settowidth{\labelwidth}{9)}% + \@IEEEsavelistparams% save our list parameters + \list{\csname label\@enumctr\endcsname}{\usecounter{\@enumctr}% + \@IEEErestorelistparams% override any list{} changes + % to our globals + \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel + \IEEEiedlistdecl% let user alter parameters + #1\relax% + % If the user has requested not to use the + % IEEElabelindent factor, don't revise \IEEElabelindent + \ifIEEEnolabelindentfactor\relax% + \else\IEEElabelindent=\IEEElabelindentfactor\IEEElabelindent% + \fi% + % Unless the user has requested otherwise, + % calculate our left margin based + % on \IEEElabelindent, \labelwidth and + % \labelsep + \ifIEEEnocalcleftmargin\relax% + \else\IEEEcalcleftmargin{\IEEElabelindent}% + \fi}\fi\fi}% + + +% DO NOT ALLOW BLANK LINES TO BE IN THESE IED ENVIRONMENTS +% AS THIS WILL FORCE NEW PARAGRAPHS AFTER THE IED LISTS +% IEEEtran description list MDS 1/2001 +% Note controlled spacing here, shield end of lines with % +\def\@@IEEEdescription[#1]{% + \ifnum\@listdepth>5\relax\@toodeep\else% + % get the labelindentfactor for this level + \advance\@listdepth\@ne% we need to know what the level WILL be + \edef\IEEElabelindentfactor{\csname IEEElabelindentfactor\romannumeral\the\@listdepth\endcsname}% + \advance\@listdepth-\@ne% undo our increment + \def\@IEEEiedjustify{0}% left justified labels are default + % set other defaults + \IEEEnocalcleftmarginfalse% + \IEEEnolabelindentfactorfalse% + \topsep\IEEEiedtopsep% + \IEEElabelindent\IEEEdlabelindent% + % assume normal labelsep + \labelsep\IEEEiednormlabelsep% + \partopsep 0ex% + \parsep 0ex% + \itemsep 0ex% + \rightmargin 0em% + \listparindent 0em% + \itemindent 0em% + % Bogus label width in case the user forgets + % to set it. + % TIP: If you want to see what a variable's width is you + % can use the TeX command \showthe\width-variable to + % display it on the screen during compilation + % (This might be helpful to know when you need to find out + % which label is the widest) + \settowidth{\labelwidth}{Hello}% + \@IEEEsavelistparams% save our list parameters + \list{}{\@IEEErestorelistparams% override any list{} changes + % to our globals + \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel + \IEEEiedlistdecl% let user alter parameters + #1\relax% + % If the user has requested not to use the + % labelindent factor, don't revise \IEEElabelindent + \ifIEEEnolabelindentfactor\relax% + \else\IEEElabelindent=\IEEElabelindentfactor\IEEElabelindent% + \fi% + % Unless the user has requested otherwise, + % calculate our left margin based + % on \IEEElabelindent, \labelwidth and + % \labelsep + \ifIEEEnocalcleftmargin\relax% + \else\IEEEcalcleftmargin{\IEEElabelindent}\relax% + \fi}\fi} + +% v1.6b we use one makelabel that does justification as needed. +\def\@IEEEiedmakelabel#1{\relax\if\@IEEEiedjustify 0\relax +\makebox[\labelwidth][l]{\normalfont #1}\else +\if\@IEEEiedjustify 1\relax +\makebox[\labelwidth][c]{\normalfont #1}\else +\makebox[\labelwidth][r]{\normalfont #1}\fi\fi} + + +% VERSE and QUOTE +% V1.7 define environments with newenvironment +\newenvironment{verse}{\let\\=\@centercr + \list{}{\itemsep\z@ \itemindent -1.5em \listparindent \itemindent + \rightmargin\leftmargin\advance\leftmargin 1.5em}\item\relax} + {\endlist} +\newenvironment{quotation}{\list{}{\listparindent 1.5em \itemindent\listparindent + \rightmargin\leftmargin \parsep 0pt plus 1pt}\item\relax} + {\endlist} +\newenvironment{quote}{\list{}{\rightmargin\leftmargin}\item\relax} + {\endlist} + + +% \titlepage +% provided only for backward compatibility. \maketitle is the correct +% way to create the title page. +\newif\if@restonecol +\def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn + \else \newpage \fi \thispagestyle{empty}\c@page\z@} +\def\endtitlepage{\if@restonecol\twocolumn \else \newpage \fi} + +% standard values from article.cls +\arraycolsep 5pt +\arrayrulewidth .4pt +\doublerulesep 2pt + +\tabcolsep 6pt +\tabbingsep 0.5em + + +%% FOOTNOTES +% +%\skip\footins 10pt plus 4pt minus 2pt +% V1.6 respond to changes in font size +% space added above the footnotes (if present) +\skip\footins 0.9\baselineskip plus 0.4\baselineskip minus 0.2\baselineskip + +% V1.6, we need to make \footnotesep responsive to changes +% in \baselineskip or strange spacings will result when in +% draft mode. Here is a little LaTeX secret - \footnotesep +% determines the height of an invisible strut that is placed +% *above* the baseline of footnotes after the first. Since +% LaTeX considers the space for characters to be 0.7/baselineskip +% above the baseline and 0.3/baselineskip below it, we need to +% use 0.7/baselineskip as a \footnotesep to maintain equal spacing +% between all the lines of the footnotes. IEEE often uses a tad +% more, so use 0.8\baselineskip. This slightly larger value also helps +% the text to clear the footnote marks. Note that \thanks in IEEEtran +% uses its own value of \footnotesep which is set in \maketitle. +{\footnotesize +\global\footnotesep 0.8\baselineskip} + +\def\unnumberedfootnote{\gdef\@thefnmark{\quad}\@footnotetext} + +\skip\@mpfootins 0.3\baselineskip +\fboxsep = 3pt +\fboxrule = .4pt +% V1.6 use 1em, then use LaTeX2e's \@makefnmark +% Note that IEEE normally *left* aligns the footnote marks, so we don't need +% box resizing tricks here. +%\long\def\@makefnmark{\scriptsize\normalfont\@thefnmark} +\long\def\@makefntext#1{\parindent 1em\indent\hbox{\@makefnmark}#1}% V1.6 use 1em +\long\def\@maketablefntext#1{\raggedleft\leavevmode\hbox{\@makefnmark}#1} +% V1.7 compsoc does not use superscipts for footnote marks +\ifCLASSOPTIONcompsoc +\def\@IEEEcompsocmakefnmark{\hbox{\normalfont\@thefnmark.\ }} +\long\def\@makefntext#1{\parindent 1em\indent\hbox{\@IEEEcompsocmakefnmark}#1} +\fi + +% IEEE does not use footnote rules. Or do they? +\def\footnoterule{\vskip-2pt \hrule height 0.6pt depth \z@ \vskip1.6pt\relax} +\toks@\expandafter{\@setminipage\let\footnoterule\relax\footnotesep\z@} +\edef\@setminipage{\the\toks@} + +% V1.7 for compsoc, IEEE uses a footnote rule only for \thanks. We devise a "one-shot" +% system to implement this. +\newif\if@IEEEenableoneshotfootnoterule +\@IEEEenableoneshotfootnoterulefalse +\ifCLASSOPTIONcompsoc +\def\footnoterule{\relax\if@IEEEenableoneshotfootnoterule +\kern-5pt +\hbox to \columnwidth{\hfill\vrule width 0.5\columnwidth height 0.4pt\hfill} +\kern4.6pt +\global\@IEEEenableoneshotfootnoterulefalse +\else +\relax +\fi} +\fi + +% V1.6 do not allow LaTeX to break a footnote across multiple pages +\interfootnotelinepenalty=10000 + +% V1.6 discourage breaks within equations +% Note that amsmath normally sets this to 10000, +% but LaTeX2e normally uses 100. +\interdisplaylinepenalty=2500 + +% default allows section depth up to /paragraph +\setcounter{secnumdepth}{4} + +% technotes do not allow /paragraph +\ifCLASSOPTIONtechnote + \setcounter{secnumdepth}{3} +\fi +% neither do compsoc conferences +\@IEEEcompsocconfonly{\setcounter{secnumdepth}{3}} + + +\newcounter{section} +\newcounter{subsection}[section] +\newcounter{subsubsection}[subsection] +\newcounter{paragraph}[subsubsection] + +% used only by IEEEtran's IEEEeqnarray as other packages may +% have their own, different, implementations +\newcounter{IEEEsubequation}[equation] + +% as shown when called by user from \ref, \label and in table of contents +\def\theequation{\arabic{equation}} % 1 +\def\theIEEEsubequation{\theequation\alph{IEEEsubequation}} % 1a (used only by IEEEtran's IEEEeqnarray) +\ifCLASSOPTIONcompsoc +% compsoc is all arabic +\def\thesection{\arabic{section}} +\def\thesubsection{\thesection.\arabic{subsection}} +\def\thesubsubsection{\thesubsection.\arabic{subsubsection}} +\def\theparagraph{\thesubsubsection.\arabic{paragraph}} +\else +\def\thesection{\Roman{section}} % I +% V1.7, \mbox prevents breaks around - +\def\thesubsection{\mbox{\thesection-\Alph{subsection}}} % I-A +% V1.7 use I-A1 format used by IEEE rather than I-A.1 +\def\thesubsubsection{\thesubsection\arabic{subsubsection}} % I-A1 +\def\theparagraph{\thesubsubsection\alph{paragraph}} % I-A1a +\fi + +% From Heiko Oberdiek. Because of the \mbox in \thesubsection, we need to +% tell hyperref to disable the \mbox command when making PDF bookmarks. +% This done already with hyperref.sty version 6.74o and later, but +% it will not hurt to do it here again for users of older versions. +\@ifundefined{pdfstringdefPreHook}{\let\pdfstringdefPreHook\@empty}{}% +\g@addto@macro\pdfstringdefPreHook{\let\mbox\relax} + + +% Main text forms (how shown in main text headings) +% V1.6, using \thesection in \thesectiondis allows changes +% in the former to automatically appear in the latter +\ifCLASSOPTIONcompsoc + \ifCLASSOPTIONconference% compsoc conference + \def\thesectiondis{\thesection.} + \def\thesubsectiondis{\thesectiondis\arabic{subsection}.} + \def\thesubsubsectiondis{\thesubsectiondis\arabic{subsubsection}.} + \def\theparagraphdis{\thesubsubsectiondis\arabic{paragraph}.} + \else% compsoc not conferencs + \def\thesectiondis{\thesection} + \def\thesubsectiondis{\thesectiondis.\arabic{subsection}} + \def\thesubsubsectiondis{\thesubsectiondis.\arabic{subsubsection}} + \def\theparagraphdis{\thesubsubsectiondis.\arabic{paragraph}} + \fi +\else% not compsoc + \def\thesectiondis{\thesection.} % I. + \def\thesubsectiondis{\Alph{subsection}.} % B. + \def\thesubsubsectiondis{\arabic{subsubsection})} % 3) + \def\theparagraphdis{\alph{paragraph})} % d) +\fi + +% just like LaTeX2e's \@eqnnum +\def\theequationdis{{\normalfont \normalcolor (\theequation)}}% (1) +% IEEEsubequation used only by IEEEtran's IEEEeqnarray +\def\theIEEEsubequationdis{{\normalfont \normalcolor (\theIEEEsubequation)}}% (1a) +% redirect LaTeX2e's equation number display and all that depend on +% it, through IEEEtran's \theequationdis +\def\@eqnnum{\theequationdis} + + + +% V1.7 provide string macros as article.cls does +\def\contentsname{Contents} +\def\listfigurename{List of Figures} +\def\listtablename{List of Tables} +\def\refname{References} +\def\indexname{Index} +\def\figurename{Fig.} +\def\tablename{TABLE} +\@IEEEcompsocconfonly{\def\figurename{Figure}\def\tablename{Table}} +\def\partname{Part} +\def\appendixname{Appendix} +\def\abstractname{Abstract} +% IEEE specific names +\def\IEEEkeywordsname{Keywords} +\def\IEEEproofname{Proof} + + +% LIST OF FIGURES AND TABLES AND TABLE OF CONTENTS +% +\def\@pnumwidth{1.55em} +\def\@tocrmarg{2.55em} +\def\@dotsep{4.5} +\setcounter{tocdepth}{3} + +% adjusted some spacings here so that section numbers will not easily +% collide with the section titles. +% VIII; VIII-A; and VIII-A.1 are usually the worst offenders. +% MDS 1/2001 +\def\tableofcontents{\section*{\contentsname}\@starttoc{toc}} +\def\l@section#1#2{\addpenalty{\@secpenalty}\addvspace{1.0em plus 1pt}% + \@tempdima 2.75em \begingroup \parindent \z@ \rightskip \@pnumwidth% + \parfillskip-\@pnumwidth {\bfseries\leavevmode #1}\hfil\hbox to\@pnumwidth{\hss #2}\par% + \endgroup} +% argument format #1:level, #2:labelindent,#3:labelsep +\def\l@subsection{\@dottedtocline{2}{2.75em}{3.75em}} +\def\l@subsubsection{\@dottedtocline{3}{6.5em}{4.5em}} +% must provide \l@ defs for ALL sublevels EVEN if tocdepth +% is such as they will not appear in the table of contents +% these defs are how TOC knows what level these things are! +\def\l@paragraph{\@dottedtocline{4}{6.5em}{5.5em}} +\def\l@subparagraph{\@dottedtocline{5}{6.5em}{6.5em}} +\def\listoffigures{\section*{\listfigurename}\@starttoc{lof}} +\def\l@figure{\@dottedtocline{1}{0em}{2.75em}} +\def\listoftables{\section*{\listtablename}\@starttoc{lot}} +\let\l@table\l@figure + + +%% Definitions for floats +%% +%% Normal Floats +\floatsep 1\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip +\textfloatsep 1.7\baselineskip plus 0.2\baselineskip minus 0.4\baselineskip +\@fptop 0pt plus 1fil +\@fpsep 0.75\baselineskip plus 2fil +\@fpbot 0pt plus 1fil +\def\topfraction{0.9} +\def\bottomfraction{0.4} +\def\floatpagefraction{0.8} +% V1.7, let top floats approach 90% of page +\def\textfraction{0.1} + +%% Double Column Floats +\dblfloatsep 1\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip + +\dbltextfloatsep 1.7\baselineskip plus 0.2\baselineskip minus 0.4\baselineskip +% Note that it would be nice if the rubber here actually worked in LaTeX2e. +% There is a long standing limitation in LaTeX, first discovered (to the best +% of my knowledge) by Alan Jeffrey in 1992. LaTeX ignores the stretchable +% portion of \dbltextfloatsep, and as a result, double column figures can and +% do result in an non-integer number of lines in the main text columns with +% underfull vbox errors as a consequence. A post to comp.text.tex +% by Donald Arseneau confirms that this had not yet been fixed in 1998. +% IEEEtran V1.6 will fix this problem for you in the titles, but it doesn't +% protect you from other double floats. Happy vspace'ing. + +\@dblfptop 0pt plus 1fil +\@dblfpsep 0.75\baselineskip plus 2fil +\@dblfpbot 0pt plus 1fil +\def\dbltopfraction{0.8} +\def\dblfloatpagefraction{0.8} +\setcounter{dbltopnumber}{4} + +\intextsep 1\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip +\setcounter{topnumber}{2} +\setcounter{bottomnumber}{2} +\setcounter{totalnumber}{4} + + + +% article class provides these, we should too. +\newlength\abovecaptionskip +\newlength\belowcaptionskip +% but only \abovecaptionskip is used above figure captions and *below* table +% captions +\setlength\abovecaptionskip{0.65\baselineskip} +\setlength\belowcaptionskip{0.75\baselineskip} +% V1.6 create hooks in case the caption spacing ever needs to be +% overridden by a user +\def\@IEEEfigurecaptionsepspace{\vskip\abovecaptionskip\relax}% +\def\@IEEEtablecaptionsepspace{\vskip\belowcaptionskip\relax}% + + +% 1.6b revise caption system so that \@makecaption uses two arguments +% as with LaTeX2e. Otherwise, there will be problems when using hyperref. +\def\@IEEEtablestring{table} + +\ifCLASSOPTIONcompsoc +% V1.7 compsoc \@makecaption +\ifCLASSOPTIONconference% compsoc conference +\long\def\@makecaption#1#2{% +% test if is a for a figure or table +\ifx\@captype\@IEEEtablestring% +% if a table, do table caption +\normalsize\begin{center}{\normalfont\sffamily\normalsize {#1.}~ #2}\end{center}% +\@IEEEtablecaptionsepspace +% if not a table, format it as a figure +\else +\@IEEEfigurecaptionsepspace +\setbox\@tempboxa\hbox{\normalfont\sffamily\normalsize {#1.}~ #2}% +\ifdim \wd\@tempboxa >\hsize% +% if caption is longer than a line, let it wrap around +\setbox\@tempboxa\hbox{\normalfont\sffamily\normalsize {#1.}~ }% +\parbox[t]{\hsize}{\normalfont\sffamily\normalsize \noindent\unhbox\@tempboxa#2}% +% if caption is shorter than a line, center +\else% +\hbox to\hsize{\normalfont\sffamily\normalsize\hfil\box\@tempboxa\hfil}% +\fi\fi} +\else% nonconference compsoc +\long\def\@makecaption#1#2{% +% test if is a for a figure or table +\ifx\@captype\@IEEEtablestring% +% if a table, do table caption +\normalsize\begin{center}{\normalfont\sffamily\normalsize #1}\\{\normalfont\sffamily\normalsize #2}\end{center}% +\@IEEEtablecaptionsepspace +% if not a table, format it as a figure +\else +\@IEEEfigurecaptionsepspace +\setbox\@tempboxa\hbox{\normalfont\sffamily\normalsize {#1.}~ #2}% +\ifdim \wd\@tempboxa >\hsize% +% if caption is longer than a line, let it wrap around +\setbox\@tempboxa\hbox{\normalfont\sffamily\normalsize {#1.}~ }% +\parbox[t]{\hsize}{\normalfont\sffamily\normalsize \noindent\unhbox\@tempboxa#2}% +% if caption is shorter than a line, left justify +\else% +\hbox to\hsize{\normalfont\sffamily\normalsize\box\@tempboxa\hfil}% +\fi\fi} +\fi + +\else% traditional noncompsoc \@makecaption +\long\def\@makecaption#1#2{% +% test if is a for a figure or table +\ifx\@captype\@IEEEtablestring% +% if a table, do table caption +\footnotesize{\centering\normalfont\footnotesize#1.\qquad\scshape #2\par}% +\@IEEEtablecaptionsepspace +% if not a table, format it as a figure +\else +\@IEEEfigurecaptionsepspace +% 3/2001 use footnotesize, not small; use two nonbreaking spaces, not one +\setbox\@tempboxa\hbox{\normalfont\footnotesize {#1.}~~ #2}% +\ifdim \wd\@tempboxa >\hsize% +% if caption is longer than a line, let it wrap around +\setbox\@tempboxa\hbox{\normalfont\footnotesize {#1.}~~ }% +\parbox[t]{\hsize}{\normalfont\footnotesize\noindent\unhbox\@tempboxa#2}% +% if caption is shorter than a line, center if conference, left justify otherwise +\else% +\ifCLASSOPTIONconference \hbox to\hsize{\normalfont\footnotesize\box\@tempboxa\hfil}% +\else \hbox to\hsize{\normalfont\footnotesize\box\@tempboxa\hfil}% +\fi\fi\fi} +\fi + + + +% V1.7 disable captions class option, do so in a way that retains operation of \label +% within \caption +\ifCLASSOPTIONcaptionsoff +\long\def\@makecaption#1#2{\vspace*{2em}\footnotesize\begin{center}{\footnotesize #1}\end{center}% +\let\@IEEEtemporiglabeldefsave\label +\let\@IEEEtemplabelargsave\relax +\def\label##1{\gdef\@IEEEtemplabelargsave{##1}}% +\setbox\@tempboxa\hbox{#2}% +\let\label\@IEEEtemporiglabeldefsave +\ifx\@IEEEtemplabelargsave\relax\else\label{\@IEEEtemplabelargsave}\fi} +\fi + + +% V1.7 define end environments with \def not \let so as to work OK with +% preview-latex +\newcounter{figure} +\def\thefigure{\@arabic\c@figure} +\def\fps@figure{tbp} +\def\ftype@figure{1} +\def\ext@figure{lof} +\def\fnum@figure{\figurename~\thefigure} +\def\figure{\@float{figure}} +\def\endfigure{\end@float} +\@namedef{figure*}{\@dblfloat{figure}} +\@namedef{endfigure*}{\end@dblfloat} +\newcounter{table} +\ifCLASSOPTIONcompsoc +\def\thetable{\arabic{table}} +\else +\def\thetable{\@Roman\c@table} +\fi +\def\fps@table{tbp} +\def\ftype@table{2} +\def\ext@table{lot} +\def\fnum@table{\tablename~\thetable} +% V1.6 IEEE uses 8pt text for tables +% to default to footnotesize, we hack into LaTeX2e's \@floatboxreset and pray +\def\table{\def\@floatboxreset{\reset@font\scriptsize\@setminipage}% + \let\@makefntext\@maketablefntext + \@float{table}} +\def\endtable{\end@float} +% v1.6b double column tables need to default to footnotesize as well. +\@namedef{table*}{\def\@floatboxreset{\reset@font\scriptsize\@setminipage}\@dblfloat{table}} +\@namedef{endtable*}{\end@dblfloat} + + + + +%% +%% START OF IEEEeqnarry DEFINITIONS +%% +%% Inspired by the concepts, examples, and previous works of LaTeX +%% coders and developers such as Donald Arseneau, Fred Bartlett, +%% David Carlisle, Tony Liu, Frank Mittelbach, Piet van Oostrum, +%% Roland Winkler and Mark Wooding. +%% I don't make the claim that my work here is even near their calibre. ;) + + +% hook to allow easy changeover to IEEEtran.cls/tools.sty error reporting +\def\@IEEEclspkgerror{\ClassError{IEEEtran}} + +\newif\if@IEEEeqnarraystarform% flag to indicate if the environment was called as the star form +\@IEEEeqnarraystarformfalse + +\newif\if@advanceIEEEeqncolcnt% tracks if the environment should advance the col counter +% allows a way to make an \IEEEeqnarraybox that can be used within an \IEEEeqnarray +% used by IEEEeqnarraymulticol so that it can work properly in both +\@advanceIEEEeqncolcnttrue + +\newcount\@IEEEeqnnumcols % tracks how many IEEEeqnarray cols are defined +\newcount\@IEEEeqncolcnt % tracks how many IEEEeqnarray cols the user actually used + + +% The default math style used by the columns +\def\IEEEeqnarraymathstyle{\displaystyle} +% The default text style used by the columns +% default to using the current font +\def\IEEEeqnarraytextstyle{\relax} + +% like the iedlistdecl but for \IEEEeqnarray +\def\IEEEeqnarraydecl{\relax} +\def\IEEEeqnarrayboxdecl{\relax} + +% \yesnumber is the opposite of \nonumber +% a novel concept with the same def as the equationarray package +% However, we give IEEE versions too since some LaTeX packages such as +% the MDWtools mathenv.sty redefine \nonumber to something else. +\providecommand{\yesnumber}{\global\@eqnswtrue} +\def\IEEEyesnumber{\global\@eqnswtrue} +\def\IEEEnonumber{\global\@eqnswfalse} + + +\def\IEEEyessubnumber{\global\@IEEEissubequationtrue\global\@eqnswtrue% +\if@IEEEeqnarrayISinner% only do something inside an IEEEeqnarray +\if@IEEElastlinewassubequation\addtocounter{equation}{-1}\else\setcounter{IEEEsubequation}{1}\fi% +\def\@currentlabel{\p@IEEEsubequation\theIEEEsubequation}\fi} + +% flag to indicate that an equation is a sub equation +\newif\if@IEEEissubequation% +\@IEEEissubequationfalse + +% allows users to "push away" equations that get too close to the equation numbers +\def\IEEEeqnarraynumspace{\hphantom{\if@IEEEissubequation\theIEEEsubequationdis\else\theequationdis\fi}} + +% provides a way to span multiple columns within IEEEeqnarray environments +% will consider \if@advanceIEEEeqncolcnt before globally advancing the +% column counter - so as to work within \IEEEeqnarraybox +% usage: \IEEEeqnarraymulticol{number cols. to span}{col type}{cell text} +\long\def\IEEEeqnarraymulticol#1#2#3{\multispan{#1}% +% check if column is defined +\relax\expandafter\ifx\csname @IEEEeqnarraycolDEF#2\endcsname\@IEEEeqnarraycolisdefined% +\csname @IEEEeqnarraycolPRE#2\endcsname#3\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST#2\endcsname% +\else% if not, error and use default type +\@IEEEclspkgerror{Invalid column type "#2" in \string\IEEEeqnarraymulticol.\MessageBreak +Using a default centering column instead}% +{You must define IEEEeqnarray column types before use.}% +\csname @IEEEeqnarraycolPRE@IEEEdefault\endcsname#3\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST@IEEEdefault\endcsname% +\fi% +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by #1\relax\fi} + +% like \omit, but maintains track of the column counter for \IEEEeqnarray +\def\IEEEeqnarrayomit{\omit\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by 1\relax\fi} + + +% provides a way to define a letter referenced column type +% usage: \IEEEeqnarraydefcol{col. type letter/name}{pre insertion text}{post insertion text} +\def\IEEEeqnarraydefcol#1#2#3{\expandafter\def\csname @IEEEeqnarraycolPRE#1\endcsname{#2}% +\expandafter\def\csname @IEEEeqnarraycolPOST#1\endcsname{#3}% +\expandafter\def\csname @IEEEeqnarraycolDEF#1\endcsname{1}} + + +% provides a way to define a numerically referenced inter-column glue types +% usage: \IEEEeqnarraydefcolsep{col. glue number}{glue definition} +\def\IEEEeqnarraydefcolsep#1#2{\expandafter\def\csname @IEEEeqnarraycolSEP\romannumeral #1\endcsname{#2}% +\expandafter\def\csname @IEEEeqnarraycolSEPDEF\romannumeral #1\endcsname{1}} + + +\def\@IEEEeqnarraycolisdefined{1}% just a macro for 1, used for checking undefined column types + + +% expands and appends the given argument to the \@IEEEtrantmptoksA token list +% used to build up the \halign preamble +\def\@IEEEappendtoksA#1{\edef\@@IEEEappendtoksA{\@IEEEtrantmptoksA={\the\@IEEEtrantmptoksA #1}}% +\@@IEEEappendtoksA} + +% also appends to \@IEEEtrantmptoksA, but does not expand the argument +% uses \toks8 as a scratchpad register +\def\@IEEEappendNOEXPANDtoksA#1{\toks8={#1}% +\edef\@@IEEEappendNOEXPANDtoksA{\@IEEEtrantmptoksA={\the\@IEEEtrantmptoksA\the\toks8}}% +\@@IEEEappendNOEXPANDtoksA} + +% define some common column types for the user +% math +\IEEEeqnarraydefcol{l}{$\IEEEeqnarraymathstyle}{$\hfil} +\IEEEeqnarraydefcol{c}{\hfil$\IEEEeqnarraymathstyle}{$\hfil} +\IEEEeqnarraydefcol{r}{\hfil$\IEEEeqnarraymathstyle}{$} +\IEEEeqnarraydefcol{L}{$\IEEEeqnarraymathstyle{}}{{}$\hfil} +\IEEEeqnarraydefcol{C}{\hfil$\IEEEeqnarraymathstyle{}}{{}$\hfil} +\IEEEeqnarraydefcol{R}{\hfil$\IEEEeqnarraymathstyle{}}{{}$} +% text +\IEEEeqnarraydefcol{s}{\IEEEeqnarraytextstyle}{\hfil} +\IEEEeqnarraydefcol{t}{\hfil\IEEEeqnarraytextstyle}{\hfil} +\IEEEeqnarraydefcol{u}{\hfil\IEEEeqnarraytextstyle}{} + +% vertical rules +\IEEEeqnarraydefcol{v}{}{\vrule width\arrayrulewidth} +\IEEEeqnarraydefcol{vv}{\vrule width\arrayrulewidth\hfil}{\hfil\vrule width\arrayrulewidth} +\IEEEeqnarraydefcol{V}{}{\vrule width\arrayrulewidth\hskip\doublerulesep\vrule width\arrayrulewidth} +\IEEEeqnarraydefcol{VV}{\vrule width\arrayrulewidth\hskip\doublerulesep\vrule width\arrayrulewidth\hfil}% +{\hfil\vrule width\arrayrulewidth\hskip\doublerulesep\vrule width\arrayrulewidth} + +% horizontal rules +\IEEEeqnarraydefcol{h}{}{\leaders\hrule height\arrayrulewidth\hfil} +\IEEEeqnarraydefcol{H}{}{\leaders\vbox{\hrule width\arrayrulewidth\vskip\doublerulesep\hrule width\arrayrulewidth}\hfil} + +% plain +\IEEEeqnarraydefcol{x}{}{} +\IEEEeqnarraydefcol{X}{$}{$} + +% the default column type to use in the event a column type is not defined +\IEEEeqnarraydefcol{@IEEEdefault}{\hfil$\IEEEeqnarraymathstyle}{$\hfil} + + +% a zero tabskip (used for "-" col types) +\def\@IEEEeqnarraycolSEPzero{0pt plus 0pt minus 0pt} +% a centering tabskip (used for "+" col types) +\def\@IEEEeqnarraycolSEPcenter{1000pt plus 0pt minus 1000pt} + +% top level default tabskip glues for the start, end, and inter-column +% may be reset within environments not always at the top level, e.g., \IEEEeqnarraybox +\edef\@IEEEeqnarraycolSEPdefaultstart{\@IEEEeqnarraycolSEPcenter}% default start glue +\edef\@IEEEeqnarraycolSEPdefaultend{\@IEEEeqnarraycolSEPcenter}% default end glue +\edef\@IEEEeqnarraycolSEPdefaultmid{\@IEEEeqnarraycolSEPzero}% default inter-column glue + + + +% creates a vertical rule that extends from the bottom to the top a a cell +% Provided in case other packages redefine \vline some other way. +% usage: \IEEEeqnarrayvrule[rule thickness] +% If no argument is provided, \arrayrulewidth will be used for the rule thickness. +\newcommand\IEEEeqnarrayvrule[1][\arrayrulewidth]{\vrule\@width#1\relax} + +% creates a blank separator row +% usage: \IEEEeqnarrayseprow[separation length][font size commands] +% default is \IEEEeqnarrayseprow[0.25\normalbaselineskip][\relax] +% blank arguments inherit the default values +% uses \skip5 as a scratch register - calls \@IEEEeqnarraystrutsize which uses more scratch registers +\def\IEEEeqnarrayseprow{\relax\@ifnextchar[{\@IEEEeqnarrayseprow}{\@IEEEeqnarrayseprow[0.25\normalbaselineskip]}} +\def\@IEEEeqnarrayseprow[#1]{\relax\@ifnextchar[{\@@IEEEeqnarrayseprow[#1]}{\@@IEEEeqnarrayseprow[#1][\relax]}} +\def\@@IEEEeqnarrayseprow[#1][#2]{\def\@IEEEeqnarrayseprowARGONE{#1}% +\ifx\@IEEEeqnarrayseprowARGONE\@empty% +% get the skip value, based on the font commands +% use skip5 because \IEEEeqnarraystrutsize uses \skip0, \skip2, \skip3 +% assign within a bogus box to confine the font changes +{\setbox0=\hbox{#2\relax\global\skip5=0.25\normalbaselineskip}}% +\else% +{\setbox0=\hbox{#2\relax\global\skip5=#1}}% +\fi% +\@IEEEeqnarrayhoptolastcolumn\IEEEeqnarraystrutsize{\skip5}{0pt}[\relax]\relax} + +% creates a blank separator row, but omits all the column templates +% usage: \IEEEeqnarrayseprowcut[separation length][font size commands] +% default is \IEEEeqnarrayseprowcut[0.25\normalbaselineskip][\relax] +% blank arguments inherit the default values +% uses \skip5 as a scratch register - calls \@IEEEeqnarraystrutsize which uses more scratch registers +\def\IEEEeqnarrayseprowcut{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarrayseprowcut}{\@IEEEeqnarrayseprowcut[0.25\normalbaselineskip]}} +\def\@IEEEeqnarrayseprowcut[#1]{\relax\@ifnextchar[{\@@IEEEeqnarrayseprowcut[#1]}{\@@IEEEeqnarrayseprowcut[#1][\relax]}} +\def\@@IEEEeqnarrayseprowcut[#1][#2]{\def\@IEEEeqnarrayseprowARGONE{#1}% +\ifx\@IEEEeqnarrayseprowARGONE\@empty% +% get the skip value, based on the font commands +% use skip5 because \IEEEeqnarraystrutsize uses \skip0, \skip2, \skip3 +% assign within a bogus box to confine the font changes +{\setbox0=\hbox{#2\relax\global\skip5=0.25\normalbaselineskip}}% +\else% +{\setbox0=\hbox{#2\relax\global\skip5=#1}}% +\fi% +\IEEEeqnarraystrutsize{\skip5}{0pt}[\relax]\relax} + + + +% draws a single rule across all the columns optional +% argument determines the rule width, \arrayrulewidth is the default +% updates column counter as needed and turns off struts +% usage: \IEEEeqnarrayrulerow[rule line thickness] +\def\IEEEeqnarrayrulerow{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarrayrulerow}{\@IEEEeqnarrayrulerow[\arrayrulewidth]}} +\def\@IEEEeqnarrayrulerow[#1]{\leaders\hrule height#1\hfil\relax% put in our rule +% turn off any struts +\IEEEeqnarraystrutsize{0pt}{0pt}[\relax]\relax} + + +% draws a double rule by using a single rule row, a separator row, and then +% another single rule row +% first optional argument determines the rule thicknesses, \arrayrulewidth is the default +% second optional argument determines the rule spacing, \doublerulesep is the default +% usage: \IEEEeqnarraydblrulerow[rule line thickness][rule spacing] +\def\IEEEeqnarraydblrulerow{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarraydblrulerow}{\@IEEEeqnarraydblrulerow[\arrayrulewidth]}} +\def\@IEEEeqnarraydblrulerow[#1]{\relax\@ifnextchar[{\@@IEEEeqnarraydblrulerow[#1]}% +{\@@IEEEeqnarraydblrulerow[#1][\doublerulesep]}} +\def\@@IEEEeqnarraydblrulerow[#1][#2]{\def\@IEEEeqnarraydblrulerowARG{#1}% +% we allow the user to say \IEEEeqnarraydblrulerow[][] +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]\relax% +\fi% +\def\@IEEEeqnarraydblrulerowARG{#2}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\\\IEEEeqnarrayseprow[\doublerulesep][\relax]% +\else% +\\\IEEEeqnarrayseprow[#2][\relax]% +\fi% +\\\multispan{\@IEEEeqnnumcols}% +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\def\@IEEEeqnarraydblrulerowARG{#1}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]% +\fi% +} + +% draws a double rule by using a single rule row, a separator (cutting) row, and then +% another single rule row +% first optional argument determines the rule thicknesses, \arrayrulewidth is the default +% second optional argument determines the rule spacing, \doublerulesep is the default +% usage: \IEEEeqnarraydblrulerow[rule line thickness][rule spacing] +\def\IEEEeqnarraydblrulerowcut{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarraydblrulerowcut}{\@IEEEeqnarraydblrulerowcut[\arrayrulewidth]}} +\def\@IEEEeqnarraydblrulerowcut[#1]{\relax\@ifnextchar[{\@@IEEEeqnarraydblrulerowcut[#1]}% +{\@@IEEEeqnarraydblrulerowcut[#1][\doublerulesep]}} +\def\@@IEEEeqnarraydblrulerowcut[#1][#2]{\def\@IEEEeqnarraydblrulerowARG{#1}% +% we allow the user to say \IEEEeqnarraydblrulerow[][] +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]% +\fi% +\def\@IEEEeqnarraydblrulerowARG{#2}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\\\IEEEeqnarrayseprowcut[\doublerulesep][\relax]% +\else% +\\\IEEEeqnarrayseprowcut[#2][\relax]% +\fi% +\\\multispan{\@IEEEeqnnumcols}% +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\def\@IEEEeqnarraydblrulerowARG{#1}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]% +\fi% +} + + + +% inserts a full row's worth of &'s +% relies on \@IEEEeqnnumcols to provide the correct number of columns +% uses \@IEEEtrantmptoksA, \count0 as scratch registers +\def\@IEEEeqnarrayhoptolastcolumn{\@IEEEtrantmptoksA={}\count0=1\relax% +\loop% add cols if the user did not use them all +\ifnum\count0<\@IEEEeqnnumcols\relax% +\@IEEEappendtoksA{&}% +\advance\count0 by 1\relax% update the col count +\repeat% +\the\@IEEEtrantmptoksA%execute the &'s +} + + + +\newif\if@IEEEeqnarrayISinner % flag to indicate if we are within the lines +\@IEEEeqnarrayISinnerfalse % of an IEEEeqnarray - after the IEEEeqnarraydecl + +\edef\@IEEEeqnarrayTHEstrutheight{0pt} % height and depth of IEEEeqnarray struts +\edef\@IEEEeqnarrayTHEstrutdepth{0pt} + +\edef\@IEEEeqnarrayTHEmasterstrutheight{0pt} % default height and depth of +\edef\@IEEEeqnarrayTHEmasterstrutdepth{0pt} % struts within an IEEEeqnarray + +\edef\@IEEEeqnarrayTHEmasterstrutHSAVE{0pt} % saved master strut height +\edef\@IEEEeqnarrayTHEmasterstrutDSAVE{0pt} % and depth + +\newif\if@IEEEeqnarrayusemasterstrut % flag to indicate that the master strut value +\@IEEEeqnarrayusemasterstruttrue % is to be used + + + +% saves the strut height and depth of the master strut +\def\@IEEEeqnarraymasterstrutsave{\relax% +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +% remove stretchability +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% save values +\edef\@IEEEeqnarrayTHEmasterstrutHSAVE{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutDSAVE{\the\dimen2}} + +% restores the strut height and depth of the master strut +\def\@IEEEeqnarraymasterstrutrestore{\relax% +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutHSAVE\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutDSAVE\relax% +% remove stretchability +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% restore values +\edef\@IEEEeqnarrayTHEmasterstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutdepth{\the\dimen2}} + + +% globally restores the strut height and depth to the +% master values and sets the master strut flag to true +\def\@IEEEeqnarraystrutreset{\relax% +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +% remove stretchability +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% restore values +\xdef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\xdef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\global\@IEEEeqnarrayusemasterstruttrue} + + +% if the master strut is not to be used, make the current +% values of \@IEEEeqnarrayTHEstrutheight, \@IEEEeqnarrayTHEstrutdepth +% and the use master strut flag, global +% this allows user strut commands issued in the last column to be carried +% into the isolation/strut column +\def\@IEEEeqnarrayglobalizestrutstatus{\relax% +\if@IEEEeqnarrayusemasterstrut\else% +\xdef\@IEEEeqnarrayTHEstrutheight{\@IEEEeqnarrayTHEstrutheight}% +\xdef\@IEEEeqnarrayTHEstrutdepth{\@IEEEeqnarrayTHEstrutdepth}% +\global\@IEEEeqnarrayusemasterstrutfalse% +\fi} + + + +% usage: \IEEEeqnarraystrutsize{height}{depth}[font size commands] +% If called outside the lines of an IEEEeqnarray, sets the height +% and depth of both the master and local struts. If called inside +% an IEEEeqnarray line, sets the height and depth of the local strut +% only and sets the flag to indicate the use of the local strut +% values. If the height or depth is left blank, 0.7\normalbaselineskip +% and 0.3\normalbaselineskip will be used, respectively. +% The optional argument can be used to evaluate the lengths under +% a different font size and styles. If none is specified, the current +% font is used. +% uses scratch registers \skip0, \skip2, \skip3, \dimen0, \dimen2 +\def\IEEEeqnarraystrutsize#1#2{\relax\@ifnextchar[{\@IEEEeqnarraystrutsize{#1}{#2}}{\@IEEEeqnarraystrutsize{#1}{#2}[\relax]}} +\def\@IEEEeqnarraystrutsize#1#2[#3]{\def\@IEEEeqnarraystrutsizeARG{#1}% +\ifx\@IEEEeqnarraystrutsizeARG\@empty% +{\setbox0=\hbox{#3\relax\global\skip3=0.7\normalbaselineskip}}% +\skip0=\skip3\relax% +\else% arg one present +{\setbox0=\hbox{#3\relax\global\skip3=#1\relax}}% +\skip0=\skip3\relax% +\fi% if null arg +\def\@IEEEeqnarraystrutsizeARG{#2}% +\ifx\@IEEEeqnarraystrutsizeARG\@empty% +{\setbox0=\hbox{#3\relax\global\skip3=0.3\normalbaselineskip}}% +\skip2=\skip3\relax% +\else% arg two present +{\setbox0=\hbox{#3\relax\global\skip3=#2\relax}}% +\skip2=\skip3\relax% +\fi% if null arg +% remove stretchability, just to be safe +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% dimen0 = height, dimen2 = depth +\if@IEEEeqnarrayISinner% inner does not touch master strut size +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstrutfalse% do not use master +\else% outer, have to set master strut too +\edef\@IEEEeqnarrayTHEmasterstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutdepth{\the\dimen2}% +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstruttrue% use master strut +\fi} + + +% usage: \IEEEeqnarraystrutsizeadd{added height}{added depth}[font size commands] +% If called outside the lines of an IEEEeqnarray, adds the given height +% and depth to both the master and local struts. +% If called inside an IEEEeqnarray line, adds the given height and depth +% to the local strut only and sets the flag to indicate the use +% of the local strut values. +% In both cases, if a height or depth is left blank, 0pt is used instead. +% The optional argument can be used to evaluate the lengths under +% a different font size and styles. If none is specified, the current +% font is used. +% uses scratch registers \skip0, \skip2, \skip3, \dimen0, \dimen2 +\def\IEEEeqnarraystrutsizeadd#1#2{\relax\@ifnextchar[{\@IEEEeqnarraystrutsizeadd{#1}{#2}}{\@IEEEeqnarraystrutsizeadd{#1}{#2}[\relax]}} +\def\@IEEEeqnarraystrutsizeadd#1#2[#3]{\def\@IEEEeqnarraystrutsizearg{#1}% +\ifx\@IEEEeqnarraystrutsizearg\@empty% +\skip0=0pt\relax% +\else% arg one present +{\setbox0=\hbox{#3\relax\global\skip3=#1}}% +\skip0=\skip3\relax% +\fi% if null arg +\def\@IEEEeqnarraystrutsizearg{#2}% +\ifx\@IEEEeqnarraystrutsizearg\@empty% +\skip2=0pt\relax% +\else% arg two present +{\setbox0=\hbox{#3\relax\global\skip3=#2}}% +\skip2=\skip3\relax% +\fi% if null arg +% remove stretchability, just to be safe +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% dimen0 = height, dimen2 = depth +\if@IEEEeqnarrayISinner% inner does not touch master strut size +% get local strut size +\expandafter\skip0=\@IEEEeqnarrayTHEstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEstrutdepth\relax% +% add it to the user supplied values +\advance\dimen0 by \skip0\relax% +\advance\dimen2 by \skip2\relax% +% update the local strut size +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstrutfalse% do not use master +\else% outer, have to set master strut too +% get master strut size +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +% add it to the user supplied values +\advance\dimen0 by \skip0\relax% +\advance\dimen2 by \skip2\relax% +% update the local and master strut sizes +\edef\@IEEEeqnarrayTHEmasterstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutdepth{\the\dimen2}% +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstruttrue% use master strut +\fi} + + +% allow user a way to see the struts +\newif\ifIEEEvisiblestruts +\IEEEvisiblestrutsfalse + +% inserts an invisible strut using the master or local strut values +% uses scratch registers \skip0, \skip2, \dimen0, \dimen2 +\def\@IEEEeqnarrayinsertstrut{\relax% +\if@IEEEeqnarrayusemasterstrut +% get master strut size +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +\else% +% get local strut size +\expandafter\skip0=\@IEEEeqnarrayTHEstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEstrutdepth\relax% +\fi% +% remove stretchability, probably not needed +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% dimen0 = height, dimen2 = depth +% allow user to see struts if desired +\ifIEEEvisiblestruts% +\vrule width0.2pt height\dimen0 depth\dimen2\relax% +\else% +\vrule width0pt height\dimen0 depth\dimen2\relax\fi} + + +% creates an invisible strut, useable even outside \IEEEeqnarray +% if \IEEEvisiblestrutstrue, the strut will be visible and 0.2pt wide. +% usage: \IEEEstrut[height][depth][font size commands] +% default is \IEEEstrut[0.7\normalbaselineskip][0.3\normalbaselineskip][\relax] +% blank arguments inherit the default values +% uses \dimen0, \dimen2, \skip0, \skip2 +\def\IEEEstrut{\relax\@ifnextchar[{\@IEEEstrut}{\@IEEEstrut[0.7\normalbaselineskip]}} +\def\@IEEEstrut[#1]{\relax\@ifnextchar[{\@@IEEEstrut[#1]}{\@@IEEEstrut[#1][0.3\normalbaselineskip]}} +\def\@@IEEEstrut[#1][#2]{\relax\@ifnextchar[{\@@@IEEEstrut[#1][#2]}{\@@@IEEEstrut[#1][#2][\relax]}} +\def\@@@IEEEstrut[#1][#2][#3]{\mbox{#3\relax% +\def\@IEEEstrutARG{#1}% +\ifx\@IEEEstrutARG\@empty% +\skip0=0.7\normalbaselineskip\relax% +\else% +\skip0=#1\relax% +\fi% +\def\@IEEEstrutARG{#2}% +\ifx\@IEEEstrutARG\@empty% +\skip2=0.3\normalbaselineskip\relax% +\else% +\skip2=#2\relax% +\fi% +% remove stretchability, probably not needed +\dimen0\skip0\relax% +\dimen2\skip2\relax% +\ifIEEEvisiblestruts% +\vrule width0.2pt height\dimen0 depth\dimen2\relax% +\else% +\vrule width0.0pt height\dimen0 depth\dimen2\relax\fi}} + + +% enables strut mode by setting a default strut size and then zeroing the +% \baselineskip, \lineskip, \lineskiplimit and \jot +\def\IEEEeqnarraystrutmode{\IEEEeqnarraystrutsize{0.7\normalbaselineskip}{0.3\normalbaselineskip}[\relax]% +\baselineskip=0pt\lineskip=0pt\lineskiplimit=0pt\jot=0pt} + + + +\def\IEEEeqnarray{\@IEEEeqnarraystarformfalse\@IEEEeqnarray} +\def\endIEEEeqnarray{\end@IEEEeqnarray} + +\@namedef{IEEEeqnarray*}{\@IEEEeqnarraystarformtrue\@IEEEeqnarray} +\@namedef{endIEEEeqnarray*}{\end@IEEEeqnarray} + + +% \IEEEeqnarray is an enhanced \eqnarray. +% The star form defaults to not putting equation numbers at the end of each row. +% usage: \IEEEeqnarray[decl]{cols} +\def\@IEEEeqnarray{\relax\@ifnextchar[{\@@IEEEeqnarray}{\@@IEEEeqnarray[\relax]}} +\def\@@IEEEeqnarray[#1]#2{% + % default to showing the equation number or not based on whether or not + % the star form was involked + \if@IEEEeqnarraystarform\global\@eqnswfalse + \else% not the star form + \global\@eqnswtrue + \fi% if star form + \@IEEEissubequationfalse% default to no subequations + \@IEEElastlinewassubequationfalse% assume last line is not a sub equation + \@IEEEeqnarrayISinnerfalse% not yet within the lines of the halign + \@IEEEeqnarraystrutsize{0pt}{0pt}[\relax]% turn off struts by default + \@IEEEeqnarrayusemasterstruttrue% use master strut till user asks otherwise + \IEEEvisiblestrutsfalse% diagnostic mode defaults to off + % no extra space unless the user specifically requests it + \lineskip=0pt\relax + \lineskiplimit=0pt\relax + \baselineskip=\normalbaselineskip\relax% + \jot=\IEEEnormaljot\relax% + \mathsurround\z@\relax% no extra spacing around math + \@advanceIEEEeqncolcnttrue% advance the col counter for each col the user uses, + % used in \IEEEeqnarraymulticol and in the preamble build + \stepcounter{equation}% advance equation counter before first line + \setcounter{IEEEsubequation}{0}% no subequation yet + \def\@currentlabel{\p@equation\theequation}% redefine the ref label + \IEEEeqnarraydecl\relax% allow a way for the user to make global overrides + #1\relax% allow user to override defaults + \let\\\@IEEEeqnarraycr% replace newline with one that can put in eqn. numbers + \global\@IEEEeqncolcnt\z@% col. count = 0 for first line + \@IEEEbuildpreamble #2\end\relax% build the preamble and put it into \@IEEEtrantmptoksA + % put in the column for the equation number + \ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi% col separator for those after the first + \toks0={##}% + % advance the \@IEEEeqncolcnt for the isolation col, this helps with error checking + \@IEEEappendtoksA{\global\advance\@IEEEeqncolcnt by 1\relax}% + % add the isolation column + \@IEEEappendtoksA{\tabskip\z@skip\bgroup\the\toks0\egroup}% + % advance the \@IEEEeqncolcnt for the equation number col, this helps with error checking + \@IEEEappendtoksA{&\global\advance\@IEEEeqncolcnt by 1\relax}% + % add the equation number col to the preamble + \@IEEEappendtoksA{\tabskip\z@skip\hb@xt@\z@\bgroup\hss\the\toks0\egroup}% + % note \@IEEEeqnnumcols does not count the equation col or isolation col + % set the starting tabskip glue as determined by the preamble build + \tabskip=\@IEEEBPstartglue\relax + % begin the display alignment + \@IEEEeqnarrayISinnertrue% commands are now within the lines + $$\everycr{}\halign to\displaywidth\bgroup + % "exspand" the preamble + \span\the\@IEEEtrantmptoksA\cr} + +% enter isolation/strut column (or the next column if the user did not use +% every column), record the strut status, complete the columns, do the strut if needed, +% restore counters to correct values and exit +\def\end@IEEEeqnarray{\@IEEEeqnarrayglobalizestrutstatus&\@@IEEEeqnarraycr\egroup% +\if@IEEElastlinewassubequation\global\advance\c@IEEEsubequation\m@ne\fi% +\global\advance\c@equation\m@ne% +$$\@ignoretrue} + +% need a way to remember if last line is a subequation +\newif\if@IEEElastlinewassubequation% +\@IEEElastlinewassubequationfalse + +% IEEEeqnarray uses a modifed \\ instead of the plain \cr to +% end rows. This allows for things like \\*[vskip amount] +% This "cr" macros are modified versions those for LaTeX2e's eqnarray +% the {\ifnum0=`} braces must be kept away from the last column to avoid +% altering spacing of its math, so we use & to advance to the next column +% as there is an isolation/strut column after the user's columns +\def\@IEEEeqnarraycr{\@IEEEeqnarrayglobalizestrutstatus&% save strut status and advance to next column + {\ifnum0=`}\fi + \@ifstar{% + \global\@eqpen\@M\@IEEEeqnarrayYCR + }{% + \global\@eqpen\interdisplaylinepenalty \@IEEEeqnarrayYCR + }% +} + +\def\@IEEEeqnarrayYCR{\@testopt\@IEEEeqnarrayXCR\z@skip} + +\def\@IEEEeqnarrayXCR[#1]{% + \ifnum0=`{\fi}% + \@@IEEEeqnarraycr + \noalign{\penalty\@eqpen\vskip\jot\vskip #1\relax}}% + +\def\@@IEEEeqnarraycr{\@IEEEtrantmptoksA={}% clear token register + \advance\@IEEEeqncolcnt by -1\relax% adjust col count because of the isolation column + \ifnum\@IEEEeqncolcnt>\@IEEEeqnnumcols\relax + \@IEEEclspkgerror{Too many columns within the IEEEeqnarray\MessageBreak + environment}% + {Use fewer \string &'s or put more columns in the IEEEeqnarry column\MessageBreak + specifications.}\relax% + \else + \loop% add cols if the user did not use them all + \ifnum\@IEEEeqncolcnt<\@IEEEeqnnumcols\relax + \@IEEEappendtoksA{&}% + \advance\@IEEEeqncolcnt by 1\relax% update the col count + \repeat + % this number of &'s will take us the the isolation column + \fi + % execute the &'s + \the\@IEEEtrantmptoksA% + % handle the strut/isolation column + \@IEEEeqnarrayinsertstrut% do the strut if needed + \@IEEEeqnarraystrutreset% reset the strut system for next line or IEEEeqnarray + &% and enter the equation number column + % is this line needs an equation number, display it and advance the + % (sub)equation counters, record what type this line was + \if@eqnsw% + \if@IEEEissubequation\theIEEEsubequationdis\addtocounter{equation}{1}\stepcounter{IEEEsubequation}% + \global\@IEEElastlinewassubequationtrue% + \else% display a standard equation number, initialize the IEEEsubequation counter + \theequationdis\stepcounter{equation}\setcounter{IEEEsubequation}{0}% + \global\@IEEElastlinewassubequationfalse\fi% + \fi% + % reset the eqnsw flag to indicate default preference of the display of equation numbers + \if@IEEEeqnarraystarform\global\@eqnswfalse\else\global\@eqnswtrue\fi + \global\@IEEEissubequationfalse% reset the subequation flag + % reset the number of columns the user actually used + \global\@IEEEeqncolcnt\z@\relax + % the real end of the line + \cr} + + + + + +% \IEEEeqnarraybox is like \IEEEeqnarray except the box form puts everything +% inside a vtop, vbox, or vcenter box depending on the letter in the second +% optional argument (t,b,c). Vbox is the default. Unlike \IEEEeqnarray, +% equation numbers are not displayed and \IEEEeqnarraybox can be nested. +% \IEEEeqnarrayboxm is for math mode (like \array) and does not put the vbox +% within an hbox. +% \IEEEeqnarrayboxt is for text mode (like \tabular) and puts the vbox within +% a \hbox{$ $} construct. +% \IEEEeqnarraybox will auto detect whether to use \IEEEeqnarrayboxm or +% \IEEEeqnarrayboxt depending on the math mode. +% The third optional argument specifies the width this box is to be set to - +% natural width is the default. +% The * forms do not add \jot line spacing +% usage: \IEEEeqnarraybox[decl][pos][width]{cols} +\def\IEEEeqnarrayboxm{\@IEEEeqnarraystarformfalse\@IEEEeqnarrayboxHBOXSWfalse\@IEEEeqnarraybox} +\def\endIEEEeqnarrayboxm{\end@IEEEeqnarraybox} +\@namedef{IEEEeqnarrayboxm*}{\@IEEEeqnarraystarformtrue\@IEEEeqnarrayboxHBOXSWfalse\@IEEEeqnarraybox} +\@namedef{endIEEEeqnarrayboxm*}{\end@IEEEeqnarraybox} + +\def\IEEEeqnarrayboxt{\@IEEEeqnarraystarformfalse\@IEEEeqnarrayboxHBOXSWtrue\@IEEEeqnarraybox} +\def\endIEEEeqnarrayboxt{\end@IEEEeqnarraybox} +\@namedef{IEEEeqnarrayboxt*}{\@IEEEeqnarraystarformtrue\@IEEEeqnarrayboxHBOXSWtrue\@IEEEeqnarraybox} +\@namedef{endIEEEeqnarrayboxt*}{\end@IEEEeqnarraybox} + +\def\IEEEeqnarraybox{\@IEEEeqnarraystarformfalse\ifmmode\@IEEEeqnarrayboxHBOXSWfalse\else\@IEEEeqnarrayboxHBOXSWtrue\fi% +\@IEEEeqnarraybox} +\def\endIEEEeqnarraybox{\end@IEEEeqnarraybox} + +\@namedef{IEEEeqnarraybox*}{\@IEEEeqnarraystarformtrue\ifmmode\@IEEEeqnarrayboxHBOXSWfalse\else\@IEEEeqnarrayboxHBOXSWtrue\fi% +\@IEEEeqnarraybox} +\@namedef{endIEEEeqnarraybox*}{\end@IEEEeqnarraybox} + +% flag to indicate if the \IEEEeqnarraybox needs to put things into an hbox{$ $} +% for \vcenter in non-math mode +\newif\if@IEEEeqnarrayboxHBOXSW% +\@IEEEeqnarrayboxHBOXSWfalse + +\def\@IEEEeqnarraybox{\relax\@ifnextchar[{\@@IEEEeqnarraybox}{\@@IEEEeqnarraybox[\relax]}} +\def\@@IEEEeqnarraybox[#1]{\relax\@ifnextchar[{\@@@IEEEeqnarraybox[#1]}{\@@@IEEEeqnarraybox[#1][b]}} +\def\@@@IEEEeqnarraybox[#1][#2]{\relax\@ifnextchar[{\@@@@IEEEeqnarraybox[#1][#2]}{\@@@@IEEEeqnarraybox[#1][#2][\relax]}} + +% #1 = decl; #2 = t,b,c; #3 = width, #4 = col specs +\def\@@@@IEEEeqnarraybox[#1][#2][#3]#4{\@IEEEeqnarrayISinnerfalse % not yet within the lines of the halign + \@IEEEeqnarraymasterstrutsave% save current master strut values + \@IEEEeqnarraystrutsize{0pt}{0pt}[\relax]% turn off struts by default + \@IEEEeqnarrayusemasterstruttrue% use master strut till user asks otherwise + \IEEEvisiblestrutsfalse% diagnostic mode defaults to off + % no extra space unless the user specifically requests it + \lineskip=0pt\relax% + \lineskiplimit=0pt\relax% + \baselineskip=\normalbaselineskip\relax% + \jot=\IEEEnormaljot\relax% + \mathsurround\z@\relax% no extra spacing around math + % the default end glues are zero for an \IEEEeqnarraybox + \edef\@IEEEeqnarraycolSEPdefaultstart{\@IEEEeqnarraycolSEPzero}% default start glue + \edef\@IEEEeqnarraycolSEPdefaultend{\@IEEEeqnarraycolSEPzero}% default end glue + \edef\@IEEEeqnarraycolSEPdefaultmid{\@IEEEeqnarraycolSEPzero}% default inter-column glue + \@advanceIEEEeqncolcntfalse% do not advance the col counter for each col the user uses, + % used in \IEEEeqnarraymulticol and in the preamble build + \IEEEeqnarrayboxdecl\relax% allow a way for the user to make global overrides + #1\relax% allow user to override defaults + \let\\\@IEEEeqnarrayboxcr% replace newline with one that allows optional spacing + \@IEEEbuildpreamble #4\end\relax% build the preamble and put it into \@IEEEtrantmptoksA + % add an isolation column to the preamble to stop \\'s {} from getting into the last col + \ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi% col separator for those after the first + \toks0={##}% + % add the isolation column to the preamble + \@IEEEappendtoksA{\tabskip\z@skip\bgroup\the\toks0\egroup}% + % set the starting tabskip glue as determined by the preamble build + \tabskip=\@IEEEBPstartglue\relax + % begin the alignment + \everycr{}% + % use only the very first token to determine the positioning + % this stops some problems when the user uses more than one letter, + % but is probably not worth the effort + % \noindent is used as a delimiter + \def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% + \@IEEEgrabfirstoken#2\relax\relax\noindent + % \@IEEEgrabbedfirstoken has the first token, the rest are discarded + % if we need to put things into and hbox and go into math mode, do so now + \if@IEEEeqnarrayboxHBOXSW \leavevmode \hbox \bgroup $\fi% + % use the appropriate vbox type + \if\@IEEEgrabbedfirstoken t\relax\vtop\else\if\@IEEEgrabbedfirstoken c\relax% + \vcenter\else\vbox\fi\fi\bgroup% + \@IEEEeqnarrayISinnertrue% commands are now within the lines + \ifx#3\relax\halign\else\halign to #3\relax\fi% + \bgroup + % "exspand" the preamble + \span\the\@IEEEtrantmptoksA\cr} + +% carry strut status and enter the isolation/strut column, +% exit from math mode if needed, and exit +\def\end@IEEEeqnarraybox{\@IEEEeqnarrayglobalizestrutstatus% carry strut status +&% enter isolation/strut column +\@IEEEeqnarrayinsertstrut% do strut if needed +\@IEEEeqnarraymasterstrutrestore% restore the previous master strut values +% reset the strut system for next IEEEeqnarray +% (sets local strut values back to previous master strut values) +\@IEEEeqnarraystrutreset% +% ensure last line, exit from halign, close vbox +\crcr\egroup\egroup% +% exit from math mode and close hbox if needed +\if@IEEEeqnarrayboxHBOXSW $\egroup\fi} + + + +% IEEEeqnarraybox uses a modifed \\ instead of the plain \cr to +% end rows. This allows for things like \\[vskip amount] +% This "cr" macros are modified versions those for LaTeX2e's eqnarray +% For IEEEeqnarraybox, \\* is the same as \\ +% the {\ifnum0=`} braces must be kept away from the last column to avoid +% altering spacing of its math, so we use & to advance to the isolation/strut column +% carry strut status into isolation/strut column +\def\@IEEEeqnarrayboxcr{\@IEEEeqnarrayglobalizestrutstatus% carry strut status +&% enter isolation/strut column +\@IEEEeqnarrayinsertstrut% do strut if needed +% reset the strut system for next line or IEEEeqnarray +\@IEEEeqnarraystrutreset% +{\ifnum0=`}\fi% +\@ifstar{\@IEEEeqnarrayboxYCR}{\@IEEEeqnarrayboxYCR}} + +% test and setup the optional argument to \\[] +\def\@IEEEeqnarrayboxYCR{\@testopt\@IEEEeqnarrayboxXCR\z@skip} + +% IEEEeqnarraybox does not automatically increase line spacing by \jot +\def\@IEEEeqnarrayboxXCR[#1]{\ifnum0=`{\fi}% +\cr\noalign{\if@IEEEeqnarraystarform\else\vskip\jot\fi\vskip#1\relax}} + + + +% starts the halign preamble build +\def\@IEEEbuildpreamble{\@IEEEtrantmptoksA={}% clear token register +\let\@IEEEBPcurtype=u%current column type is not yet known +\let\@IEEEBPprevtype=s%the previous column type was the start +\let\@IEEEBPnexttype=u%next column type is not yet known +% ensure these are valid +\def\@IEEEBPcurglue={0pt plus 0pt minus 0pt}% +\def\@IEEEBPcurcolname{@IEEEdefault}% name of current column definition +% currently acquired numerically referenced glue +% use a name that is easier to remember +\let\@IEEEBPcurnum=\@IEEEtrantmpcountA% +\@IEEEBPcurnum=0% +% tracks number of columns in the preamble +\@IEEEeqnnumcols=0% +% record the default end glues +\edef\@IEEEBPstartglue{\@IEEEeqnarraycolSEPdefaultstart}% +\edef\@IEEEBPendglue{\@IEEEeqnarraycolSEPdefaultend}% +% now parse the user's column specifications +\@@IEEEbuildpreamble} + + +% parses and builds the halign preamble +\def\@@IEEEbuildpreamble#1#2{\let\@@nextIEEEbuildpreamble=\@@IEEEbuildpreamble% +% use only the very first token to check the end +% \noindent is used as a delimiter as \end can be present here +\def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% +\@IEEEgrabfirstoken#1\relax\relax\noindent +\ifx\@IEEEgrabbedfirstoken\end\let\@@nextIEEEbuildpreamble=\@@IEEEfinishpreamble\else% +% identify current and next token type +\@IEEEgetcoltype{#1}{\@IEEEBPcurtype}{1}% current, error on invalid +\@IEEEgetcoltype{#2}{\@IEEEBPnexttype}{0}% next, no error on invalid next +% if curtype is a glue, get the glue def +\if\@IEEEBPcurtype g\@IEEEgetcurglue{#1}{\@IEEEBPcurglue}\fi% +% if curtype is a column, get the column def and set the current column name +\if\@IEEEBPcurtype c\@IEEEgetcurcol{#1}\fi% +% if curtype is a numeral, acquire the user defined glue +\if\@IEEEBPcurtype n\@IEEEprocessNcol{#1}\fi% +% process the acquired glue +\if\@IEEEBPcurtype g\@IEEEprocessGcol\fi% +% process the acquired col +\if\@IEEEBPcurtype c\@IEEEprocessCcol\fi% +% ready prevtype for next col spec. +\let\@IEEEBPprevtype=\@IEEEBPcurtype% +% be sure and put back the future token(s) as a group +\fi\@@nextIEEEbuildpreamble{#2}} + + +% executed just after preamble build is completed +% warn about zero cols, and if prevtype type = u, put in end tabskip glue +\def\@@IEEEfinishpreamble#1{\ifnum\@IEEEeqnnumcols<1\relax +\@IEEEclspkgerror{No column specifiers declared for IEEEeqnarray}% +{At least one column type must be declared for each IEEEeqnarray.}% +\fi%num cols less than 1 +%if last type undefined, set default end tabskip glue +\if\@IEEEBPprevtype u\@IEEEappendtoksA{\tabskip=\@IEEEBPendglue}\fi} + + +% Identify and return the column specifier's type code +\def\@IEEEgetcoltype#1#2#3{% +% use only the very first token to determine the type +% \noindent is used as a delimiter as \end can be present here +\def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% +\@IEEEgrabfirstoken#1\relax\relax\noindent +% \@IEEEgrabfirstoken has the first token, the rest are discarded +% n = number +% g = glue (any other char in catagory 12) +% c = letter +% e = \end +% u = undefined +% third argument: 0 = no error message, 1 = error on invalid char +\let#2=u\relax% assume invalid until know otherwise +\ifx\@IEEEgrabbedfirstoken\end\let#2=e\else +\ifcat\@IEEEgrabbedfirstoken\relax\else% screen out control sequences +\if0\@IEEEgrabbedfirstoken\let#2=n\else +\if1\@IEEEgrabbedfirstoken\let#2=n\else +\if2\@IEEEgrabbedfirstoken\let#2=n\else +\if3\@IEEEgrabbedfirstoken\let#2=n\else +\if4\@IEEEgrabbedfirstoken\let#2=n\else +\if5\@IEEEgrabbedfirstoken\let#2=n\else +\if6\@IEEEgrabbedfirstoken\let#2=n\else +\if7\@IEEEgrabbedfirstoken\let#2=n\else +\if8\@IEEEgrabbedfirstoken\let#2=n\else +\if9\@IEEEgrabbedfirstoken\let#2=n\else +\ifcat,\@IEEEgrabbedfirstoken\let#2=g\relax +\else\ifcat a\@IEEEgrabbedfirstoken\let#2=c\relax\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi +\if#2u\relax +\if0\noexpand#3\relax\else\@IEEEclspkgerror{Invalid character in column specifications}% +{Only letters, numerals and certain other symbols are allowed \MessageBreak +as IEEEeqnarray column specifiers.}\fi\fi} + + +% identify the current letter referenced column +% if invalid, use a default column +\def\@IEEEgetcurcol#1{\expandafter\ifx\csname @IEEEeqnarraycolDEF#1\endcsname\@IEEEeqnarraycolisdefined% +\def\@IEEEBPcurcolname{#1}\else% invalid column name +\@IEEEclspkgerror{Invalid column type "#1" in column specifications.\MessageBreak +Using a default centering column instead}% +{You must define IEEEeqnarray column types before use.}% +\def\@IEEEBPcurcolname{@IEEEdefault}\fi} + + +% identify and return the predefined (punctuation) glue value +\def\@IEEEgetcurglue#1#2{% +% ! = \! (neg small) -0.16667em (-3/18 em) +% , = \, (small) 0.16667em ( 3/18 em) +% : = \: (med) 0.22222em ( 4/18 em) +% ; = \; (large) 0.27778em ( 5/18 em) +% ' = \quad 1em +% " = \qquad 2em +% . = 0.5\arraycolsep +% / = \arraycolsep +% ? = 2\arraycolsep +% * = 1fil +% + = \@IEEEeqnarraycolSEPcenter +% - = \@IEEEeqnarraycolSEPzero +% Note that all em values are referenced to the math font (textfont2) fontdimen6 +% value for 1em. +% +% use only the very first token to determine the type +% this prevents errant tokens from getting in the main text +% \noindent is used as a delimiter here +\def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% +\@IEEEgrabfirstoken#1\relax\relax\noindent +% get the math font 1em value +% LaTeX2e's NFSS2 does not preload the fonts, but \IEEEeqnarray needs +% to gain access to the math (\textfont2) font's spacing parameters. +% So we create a bogus box here that uses the math font to ensure +% that \textfont2 is loaded and ready. If this is not done, +% the \textfont2 stuff here may not work. +% Thanks to Bernd Raichle for his 1997 post on this topic. +{\setbox0=\hbox{$\displaystyle\relax$}}% +% fontdimen6 has the width of 1em (a quad). +\@IEEEtrantmpdimenA=\fontdimen6\textfont2\relax% +% identify the glue value based on the first token +% we discard anything after the first +\if!\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=-0.16667\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if,\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.16667\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if:\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.22222\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if;\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.27778\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if'\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=1\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if"\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=2\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if.\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.5\arraycolsep\edef#2{\the\@IEEEtrantmpdimenA}\else +\if/\@IEEEgrabbedfirstoken\edef#2{\the\arraycolsep}\else +\if?\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=2\arraycolsep\edef#2{\the\@IEEEtrantmpdimenA}\else +\if *\@IEEEgrabbedfirstoken\edef#2{0pt plus 1fil minus 0pt}\else +\if+\@IEEEgrabbedfirstoken\edef#2{\@IEEEeqnarraycolSEPcenter}\else +\if-\@IEEEgrabbedfirstoken\edef#2{\@IEEEeqnarraycolSEPzero}\else +\edef#2{\@IEEEeqnarraycolSEPzero}% +\@IEEEclspkgerror{Invalid predefined inter-column glue type "#1" in\MessageBreak +column specifications. Using a default value of\MessageBreak +0pt instead}% +{Only !,:;'"./?*+ and - are valid predefined glue types in the\MessageBreak +IEEEeqnarray column specifications.}\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} + + + +% process a numerical digit from the column specification +% and look up the corresponding user defined glue value +% can transform current type from n to g or a as the user defined glue is acquired +\def\@IEEEprocessNcol#1{\if\@IEEEBPprevtype g% +\@IEEEclspkgerror{Back-to-back inter-column glue specifiers in column\MessageBreak +specifications. Ignoring consecutive glue specifiers\MessageBreak +after the first}% +{You cannot have two or more glue types next to each other\MessageBreak +in the IEEEeqnarray column specifications.}% +\let\@IEEEBPcurtype=a% abort this glue, future digits will be discarded +\@IEEEBPcurnum=0\relax% +\else% if we previously aborted a glue +\if\@IEEEBPprevtype a\@IEEEBPcurnum=0\let\@IEEEBPcurtype=a%maintain digit abortion +\else%acquire this number +% save the previous type before the numerical digits started +\if\@IEEEBPprevtype n\else\let\@IEEEBPprevsavedtype=\@IEEEBPprevtype\fi% +\multiply\@IEEEBPcurnum by 10\relax% +\advance\@IEEEBPcurnum by #1\relax% add in number, \relax is needed to stop TeX's number scan +\if\@IEEEBPnexttype n\else%close acquisition +\expandafter\ifx\csname @IEEEeqnarraycolSEPDEF\expandafter\romannumeral\number\@IEEEBPcurnum\endcsname\@IEEEeqnarraycolisdefined% +\edef\@IEEEBPcurglue{\csname @IEEEeqnarraycolSEP\expandafter\romannumeral\number\@IEEEBPcurnum\endcsname}% +\else%user glue not defined +\@IEEEclspkgerror{Invalid user defined inter-column glue type "\number\@IEEEBPcurnum" in\MessageBreak +column specifications. Using a default value of\MessageBreak +0pt instead}% +{You must define all IEEEeqnarray numerical inter-column glue types via\MessageBreak +\string\IEEEeqnarraydefcolsep \space before they are used in column specifications.}% +\edef\@IEEEBPcurglue{\@IEEEeqnarraycolSEPzero}% +\fi% glue defined or not +\let\@IEEEBPcurtype=g% change the type to reflect the acquired glue +\let\@IEEEBPprevtype=\@IEEEBPprevsavedtype% restore the prev type before this number glue +\@IEEEBPcurnum=0\relax%ready for next acquisition +\fi%close acquisition, get glue +\fi%discard or acquire number +\fi%prevtype glue or not +} + + +% process an acquired glue +% add any acquired column/glue pair to the preamble +\def\@IEEEprocessGcol{\if\@IEEEBPprevtype a\let\@IEEEBPcurtype=a%maintain previous glue abortions +\else +% if this is the start glue, save it, but do nothing else +% as this is not used in the preamble, but before +\if\@IEEEBPprevtype s\edef\@IEEEBPstartglue{\@IEEEBPcurglue}% +\else%not the start glue +\if\@IEEEBPprevtype g%ignore if back to back glues +\@IEEEclspkgerror{Back-to-back inter-column glue specifiers in column\MessageBreak +specifications. Ignoring consecutive glue specifiers\MessageBreak +after the first}% +{You cannot have two or more glue types next to each other\MessageBreak +in the IEEEeqnarray column specifications.}% +\let\@IEEEBPcurtype=a% abort this glue +\else% not a back to back glue +\if\@IEEEBPprevtype c\relax% if the previoustype was a col, add column/glue pair to preamble +\ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi +\toks0={##}% +% make preamble advance col counter if this environment needs this +\if@advanceIEEEeqncolcnt\@IEEEappendtoksA{\global\advance\@IEEEeqncolcnt by 1\relax}\fi +% insert the column defintion into the preamble, being careful not to expand +% the column definition +\@IEEEappendtoksA{\tabskip=\@IEEEBPcurglue}% +\@IEEEappendNOEXPANDtoksA{\begingroup\csname @IEEEeqnarraycolPRE}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname}% +\@IEEEappendtoksA{\the\toks0}% +\@IEEEappendNOEXPANDtoksA{\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\endgroup}% +\advance\@IEEEeqnnumcols by 1\relax%one more column in the preamble +\else% error: non-start glue with no pending column +\@IEEEclspkgerror{Inter-column glue specifier without a prior column\MessageBreak +type in the column specifications. Ignoring this glue\MessageBreak +specifier}% +{Except for the first and last positions, glue can be placed only\MessageBreak +between column types.}% +\let\@IEEEBPcurtype=a% abort this glue +\fi% previous was a column +\fi% back-to-back glues +\fi% is start column glue +\fi% prev type not a +} + + +% process an acquired letter referenced column and, if necessary, add it to the preamble +\def\@IEEEprocessCcol{\if\@IEEEBPnexttype g\else +\if\@IEEEBPnexttype n\else +% we have a column followed by something other than a glue (or numeral glue) +% so we must add this column to the preamble now +\ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi%col separator for those after the first +\if\@IEEEBPnexttype e\@IEEEappendtoksA{\tabskip=\@IEEEBPendglue\relax}\else%put in end glue +\@IEEEappendtoksA{\tabskip=\@IEEEeqnarraycolSEPdefaultmid\relax}\fi% or default mid glue +\toks0={##}% +% make preamble advance col counter if this environment needs this +\if@advanceIEEEeqncolcnt\@IEEEappendtoksA{\global\advance\@IEEEeqncolcnt by 1\relax}\fi +% insert the column definition into the preamble, being careful not to expand +% the column definition +\@IEEEappendNOEXPANDtoksA{\begingroup\csname @IEEEeqnarraycolPRE}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname}% +\@IEEEappendtoksA{\the\toks0}% +\@IEEEappendNOEXPANDtoksA{\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\endgroup}% +\advance\@IEEEeqnnumcols by 1\relax%one more column in the preamble +\fi%next type not numeral +\fi%next type not glue +} + + +%% +%% END OF IEEEeqnarry DEFINITIONS +%% + + + + +% set up the running headings, this complex because of all the different +% modes IEEEtran supports +\if@twoside + \ifCLASSOPTIONtechnote + \def\ps@headings{% + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage} + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}} + \ifCLASSOPTIONdraftcls + \ifCLASSOPTIONdraftclsnofoot + \def\@oddfoot{}\def\@evenfoot{}% + \else + \def\@oddfoot{\scriptsize\@date\hfil DRAFT} + \def\@evenfoot{\scriptsize DRAFT\hfil\@date} + \fi + \else + \def\@oddfoot{}\def\@evenfoot{} + \fi} + \else % not a technote + \def\ps@headings{% + \ifCLASSOPTIONconference + \def\@oddhead{} + \def\@evenhead{} + \else + \def\@oddhead{\hbox{}\scriptsize\rightmark \hfil \thepage} + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}} + \fi + \ifCLASSOPTIONdraftcls + \def\@oddhead{\hbox{}\scriptsize\rightmark \hfil \thepage} + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}} + \ifCLASSOPTIONdraftclsnofoot + \def\@oddfoot{}\def\@evenfoot{}% + \else + \def\@oddfoot{\scriptsize\@date\hfil DRAFT} + \def\@evenfoot{\scriptsize DRAFT\hfil\@date} + \fi + \else + \def\@oddfoot{}\def\@evenfoot{}% + \fi} + \fi +\else % single side +\def\ps@headings{% + \ifCLASSOPTIONconference + \def\@oddhead{} + \def\@evenhead{} + \else + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage} + \def\@evenhead{} + \fi + \ifCLASSOPTIONdraftcls + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage} + \def\@evenhead{} + \ifCLASSOPTIONdraftclsnofoot + \def\@oddfoot{} + \else + \def\@oddfoot{\scriptsize \@date \hfil DRAFT} + \fi + \else + \def\@oddfoot{} + \fi + \def\@evenfoot{}} +\fi + + +% title page style +\def\ps@IEEEtitlepagestyle{\def\@oddfoot{}\def\@evenfoot{}% +\ifCLASSOPTIONconference + \def\@oddhead{}% + \def\@evenhead{}% +\else + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage}% + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}}% +\fi +\ifCLASSOPTIONdraftcls + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage}% + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}}% + \ifCLASSOPTIONdraftclsnofoot\else + \def\@oddfoot{\scriptsize \@date\hfil DRAFT}% + \def\@evenfoot{\scriptsize DRAFT\hfil \@date}% + \fi +\else + % all non-draft mode footers + \if@IEEEusingpubid + % for title pages that are using a pubid + % do not repeat pubid if using peer review option + \ifCLASSOPTIONpeerreview + \else + \footskip 0pt% + \ifCLASSOPTIONcompsoc + \def\@oddfoot{\hss\normalfont\scriptsize\raisebox{-1.5\@IEEEnormalsizeunitybaselineskip}[0ex][0ex]{\@IEEEpubid}\hss}% + \def\@evenfoot{\hss\normalfont\scriptsize\raisebox{-1.5\@IEEEnormalsizeunitybaselineskip}[0ex][0ex]{\@IEEEpubid}\hss}% + \else + \def\@oddfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@IEEEpubid}\hss}% + \def\@evenfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@IEEEpubid}\hss}% + \fi + \fi + \fi +\fi} + + +% peer review cover page style +\def\ps@IEEEpeerreviewcoverpagestyle{% +\def\@oddhead{}\def\@evenhead{}% +\def\@oddfoot{}\def\@evenfoot{}% +\ifCLASSOPTIONdraftcls + \ifCLASSOPTIONdraftclsnofoot\else + \def\@oddfoot{\scriptsize \@date\hfil DRAFT}% + \def\@evenfoot{\scriptsize DRAFT\hfil \@date}% + \fi +\else + % non-draft mode footers + \if@IEEEusingpubid + \footskip 0pt% + \ifCLASSOPTIONcompsoc + \def\@oddfoot{\hss\normalfont\scriptsize\raisebox{-1.5\@IEEEnormalsizeunitybaselineskip}[0ex][0ex]{\@IEEEpubid}\hss}% + \def\@evenfoot{\hss\normalfont\scriptsize\raisebox{-1.5\@IEEEnormalsizeunitybaselineskip}[0ex][0ex]{\@IEEEpubid}\hss}% + \else + \def\@oddfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@IEEEpubid}\hss}% + \def\@evenfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@IEEEpubid}\hss}% + \fi + \fi +\fi} + + +% start with empty headings +\def\rightmark{}\def\leftmark{} + + +%% Defines the command for putting the header. \footernote{TEXT} is the same +%% as \markboth{TEXT}{TEXT}. +%% Note that all the text is forced into uppercase, if you have some text +%% that needs to be in lower case, for instance et. al., then either manually +%% set \leftmark and \rightmark or use \MakeLowercase{et. al.} within the +%% arguments to \markboth. +\def\markboth#1#2{\def\leftmark{\@IEEEcompsoconly{\sffamily}\MakeUppercase{#1}}% +\def\rightmark{\@IEEEcompsoconly{\sffamily}\MakeUppercase{#2}}} +\def\footernote#1{\markboth{#1}{#1}} + +\def\today{\ifcase\month\or + January\or February\or March\or April\or May\or June\or + July\or August\or September\or October\or November\or December\fi + \space\number\day, \number\year} + + + + +%% CITATION AND BIBLIOGRAPHY COMMANDS +%% +%% V1.6 no longer supports the older, nonstandard \shortcite and \citename setup stuff +% +% +% Modify Latex2e \@citex to separate citations with "], [" +\def\@citex[#1]#2{% + \let\@citea\@empty + \@cite{\@for\@citeb:=#2\do + {\@citea\def\@citea{], [}% + \edef\@citeb{\expandafter\@firstofone\@citeb\@empty}% + \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi + \@ifundefined{b@\@citeb}{\mbox{\reset@font\bfseries ?}% + \G@refundefinedtrue + \@latex@warning + {Citation `\@citeb' on page \thepage \space undefined}}% + {\hbox{\csname b@\@citeb\endcsname}}}}{#1}} + +% V1.6 we create hooks for the optional use of Donald Arseneau's +% cite.sty package. cite.sty is "smart" and will notice that the +% following format controls are already defined and will not +% redefine them. The result will be the proper sorting of the +% citation numbers and auto detection of 3 or more entry "ranges" - +% all in IEEE style: [1], [2], [5]--[7], [12] +% This also allows for an optional note, i.e., \cite[mynote]{..}. +% If the \cite with note has more than one reference, the note will +% be applied to the last of the listed references. It is generally +% desired that if a note is given, only one reference is listed in +% that \cite. +% Thanks to Mr. Arseneau for providing the required format arguments +% to produce the IEEE style. +\def\citepunct{], [} +\def\citedash{]--[} + +% V1.7 default to using same font for urls made by url.sty +\AtBeginDocument{\csname url@samestyle\endcsname} + +% V1.6 class files should always provide these +\def\newblock{\hskip .11em\@plus.33em\@minus.07em} +\let\@openbib@code\@empty + + +% Provide support for the control entries of IEEEtran.bst V1.00 and later. +% V1.7 optional argument allows for a different aux file to be specified in +% order to handle multiple bibliographies. For example, with multibib.sty: +% \newcites{sec}{Secondary Literature} +% \bstctlcite[@auxoutsec]{BSTcontrolhak} +\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}} +\def\@bstctlcite[#1]#2{\@bsphack + \@for\@citeb:=#2\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}% + \@esphack} + +% V1.6 provide a way for a user to execute a command just before +% a given reference number - used to insert a \newpage to balance +% the columns on the last page +\edef\@IEEEtriggerrefnum{0} % the default of zero means that + % the command is not executed +\def\@IEEEtriggercmd{\newpage} + +% allow the user to alter the triggered command +\long\def\IEEEtriggercmd#1{\long\def\@IEEEtriggercmd{#1}} + +% allow user a way to specify the reference number just before the +% command is executed +\def\IEEEtriggeratref#1{\@IEEEtrantmpcountA=#1% +\edef\@IEEEtriggerrefnum{\the\@IEEEtrantmpcountA}}% + +% trigger command at the given reference +\def\@IEEEbibitemprefix{\@IEEEtrantmpcountA=\@IEEEtriggerrefnum\relax% +\advance\@IEEEtrantmpcountA by -1\relax% +\ifnum\c@enumiv=\@IEEEtrantmpcountA\relax\@IEEEtriggercmd\relax\fi} + + +\def\@biblabel#1{[#1]} + +% compsoc journals left align the reference numbers +\@IEEEcompsocnotconfonly{\def\@biblabel#1{[#1]\hfill}} + +% controls bib item spacing +\def\IEEEbibitemsep{2.5pt plus .5pt} + +\@IEEEcompsocconfonly{\def\IEEEbibitemsep{1\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip}} + + +\def\thebibliography#1{\section*{\refname}% + \addcontentsline{toc}{section}{\refname}% + % V1.6 add some rubber space here and provide a command trigger + \footnotesize\@IEEEcompsocconfonly{\small}\vskip 0.3\baselineskip plus 0.1\baselineskip minus 0.1\baselineskip% + \list{\@biblabel{\@arabic\c@enumiv}}% + {\settowidth\labelwidth{\@biblabel{#1}}% + \leftmargin\labelwidth + \labelsep 1em + \advance\leftmargin\labelsep\relax + \itemsep \IEEEbibitemsep\relax + \usecounter{enumiv}% + \let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}}% + \let\@IEEElatexbibitem\bibitem% + \def\bibitem{\@IEEEbibitemprefix\@IEEElatexbibitem}% +\def\newblock{\hskip .11em plus .33em minus .07em}% +% originally: +% \sloppy\clubpenalty4000\widowpenalty4000% +% by adding the \interlinepenalty here, we make it more +% difficult, but not impossible, for LaTeX to break within a reference. +% IEEE almost never breaks a reference (but they do it more often with +% technotes). You may get an underfull vbox warning around the bibliography, +% but the final result will be much more like what IEEE will publish. +% MDS 11/2000 +\ifCLASSOPTIONtechnote\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty100% +\else\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty500\fi% + \sfcode`\.=1000\relax} +\let\endthebibliography=\endlist + + + + +% TITLE PAGE COMMANDS +% +% +% \IEEEmembership is used to produce the sublargesize italic font used to indicate author +% IEEE membership. compsoc uses a large size sans slant font +\def\IEEEmembership#1{{\@IEEEnotcompsoconly{\sublargesize}\normalfont\@IEEEcompsoconly{\sffamily}\textit{#1}}} + + +% \IEEEauthorrefmark{} produces a footnote type symbol to indicate author affiliation. +% When given an argument of 1 to 9, \IEEEauthorrefmark{} follows the standard LaTeX footnote +% symbol sequence convention. However, for arguments 10 and above, \IEEEauthorrefmark{} +% reverts to using lower case roman numerals, so it cannot overflow. Do note that you +% cannot use \footnotemark[] in place of \IEEEauthorrefmark{} within \author as the footnote +% symbols will have been turned off to prevent \thanks from creating footnote marks. +% \IEEEauthorrefmark{} produces a symbol that appears to LaTeX as having zero vertical +% height - this allows for a more compact line packing, but the user must ensure that +% the interline spacing is large enough to prevent \IEEEauthorrefmark{} from colliding +% with the text above. +% V1.7 make this a robust command +\DeclareRobustCommand*{\IEEEauthorrefmark}[1]{\raisebox{0pt}[0pt][0pt]{\textsuperscript{\footnotesize\ensuremath{\ifcase#1\or *\or \dagger\or \ddagger\or% + \mathsection\or \mathparagraph\or \|\or **\or \dagger\dagger% + \or \ddagger\ddagger \else\textsuperscript{\expandafter\romannumeral#1}\fi}}}} + + +% FONT CONTROLS AND SPACINGS FOR CONFERENCE MODE AUTHOR NAME AND AFFILIATION BLOCKS +% +% The default font styles for the author name and affiliation blocks (confmode) +\def\@IEEEauthorblockNstyle{\normalfont\@IEEEcompsocnotconfonly{\sffamily}\sublargesize\@IEEEcompsocconfonly{\large}} +\def\@IEEEauthorblockAstyle{\normalfont\@IEEEcompsocnotconfonly{\sffamily}\@IEEEcompsocconfonly{\itshape}\normalsize\@IEEEcompsocconfonly{\large}} +% The default if the user does not use an author block +\def\@IEEEauthordefaulttextstyle{\normalfont\@IEEEcompsocnotconfonly{\sffamily}\sublargesize} + +% spacing from title (or special paper notice) to author name blocks (confmode) +% can be negative +\def\@IEEEauthorblockconfadjspace{-0.25em} +% compsoc conferences need more space here +\@IEEEcompsocconfonly{\def\@IEEEauthorblockconfadjspace{0.75\@IEEEnormalsizeunitybaselineskip}} +\ifCLASSOPTIONconference\def\@IEEEauthorblockconfadjspace{20pt}\fi + +% spacing between name and affiliation blocks (confmode) +% This can be negative. +% IEEE doesn't want any added spacing here, but I will leave these +% controls in place in case they ever change their mind. +% Personally, I like 0.75ex. +%\def\@IEEEauthorblockNtopspace{0.75ex} +%\def\@IEEEauthorblockAtopspace{0.75ex} +\def\@IEEEauthorblockNtopspace{0.0ex} +\def\@IEEEauthorblockAtopspace{0.0ex} +% baseline spacing within name and affiliation blocks (confmode) +% must be positive, spacings below certain values will make +% the position of line of text sensitive to the contents of the +% line above it i.e., whether or not the prior line has descenders, +% subscripts, etc. For this reason it is a good idea to keep +% these above 2.6ex +\def\@IEEEauthorblockNinterlinespace{2.6ex} +\def\@IEEEauthorblockAinterlinespace{2.75ex} + +% This tracks the required strut size. +% See the \@IEEEauthorhalign command for the actual default value used. +\def\@IEEEauthorblockXinterlinespace{2.7ex} + +% variables to retain font size and style across groups +% values given here have no effect as they will be overwritten later +\gdef\@IEEESAVESTATEfontsize{10} +\gdef\@IEEESAVESTATEfontbaselineskip{12} +\gdef\@IEEESAVESTATEfontencoding{OT1} +\gdef\@IEEESAVESTATEfontfamily{ptm} +\gdef\@IEEESAVESTATEfontseries{m} +\gdef\@IEEESAVESTATEfontshape{n} + +% saves the current font attributes +\def\@IEEEcurfontSAVE{\global\let\@IEEESAVESTATEfontsize\f@size% +\global\let\@IEEESAVESTATEfontbaselineskip\f@baselineskip% +\global\let\@IEEESAVESTATEfontencoding\f@encoding% +\global\let\@IEEESAVESTATEfontfamily\f@family% +\global\let\@IEEESAVESTATEfontseries\f@series% +\global\let\@IEEESAVESTATEfontshape\f@shape} + +% restores the saved font attributes +\def\@IEEEcurfontRESTORE{\fontsize{\@IEEESAVESTATEfontsize}{\@IEEESAVESTATEfontbaselineskip}% +\fontencoding{\@IEEESAVESTATEfontencoding}% +\fontfamily{\@IEEESAVESTATEfontfamily}% +\fontseries{\@IEEESAVESTATEfontseries}% +\fontshape{\@IEEESAVESTATEfontshape}% +\selectfont} + + +% variable to indicate if the current block is the first block in the column +\newif\if@IEEEprevauthorblockincol \@IEEEprevauthorblockincolfalse + + +% the command places a strut with height and depth = \@IEEEauthorblockXinterlinespace +% we use this technique to have complete manual control over the spacing of the lines +% within the halign environment. +% We set the below baseline portion at 30%, the above +% baseline portion at 70% of the total length. +% Responds to changes in the document's \baselinestretch +\def\@IEEEauthorstrutrule{\@IEEEtrantmpdimenA\@IEEEauthorblockXinterlinespace% +\@IEEEtrantmpdimenA=\baselinestretch\@IEEEtrantmpdimenA% +\rule[-0.3\@IEEEtrantmpdimenA]{0pt}{\@IEEEtrantmpdimenA}} + + +% blocks to hold the authors' names and affilations. +% Makes formatting easy for conferences +% +% use real definitions in conference mode +% name block +\def\IEEEauthorblockN#1{\relax\@IEEEauthorblockNstyle% set the default text style +\gdef\@IEEEauthorblockXinterlinespace{0pt}% disable strut for spacer row +% the \expandafter hides the \cr in conditional tex, see the array.sty docs +% for details, probably not needed here as the \cr is in a macro +% do a spacer row if needed +\if@IEEEprevauthorblockincol\expandafter\@IEEEauthorblockNtopspaceline\fi +\global\@IEEEprevauthorblockincoltrue% we now have a block in this column +%restore the correct strut value +\gdef\@IEEEauthorblockXinterlinespace{\@IEEEauthorblockNinterlinespace}% +% input the author names +#1% +% end the row if the user did not already +\crcr} +% spacer row for names +\def\@IEEEauthorblockNtopspaceline{\cr\noalign{\vskip\@IEEEauthorblockNtopspace}} +% +% affiliation block +\def\IEEEauthorblockA#1{\relax\@IEEEauthorblockAstyle% set the default text style +\gdef\@IEEEauthorblockXinterlinespace{0pt}%disable strut for spacer row +% the \expandafter hides the \cr in conditional tex, see the array.sty docs +% for details, probably not needed here as the \cr is in a macro +% do a spacer row if needed +\if@IEEEprevauthorblockincol\expandafter\@IEEEauthorblockAtopspaceline\fi +\global\@IEEEprevauthorblockincoltrue% we now have a block in this column +%restore the correct strut value +\gdef\@IEEEauthorblockXinterlinespace{\@IEEEauthorblockAinterlinespace}% +% input the author affiliations +#1% +% end the row if the user did not already +\crcr} +% spacer row for affiliations +\def\@IEEEauthorblockAtopspaceline{\cr\noalign{\vskip\@IEEEauthorblockAtopspace}} + + +% allow papers to compile even if author blocks are used in modes other +% than conference or peerreviewca. For such cases, we provide dummy blocks. +\ifCLASSOPTIONconference +\else + \ifCLASSOPTIONpeerreviewca\else + % not conference or peerreviewca mode + \def\IEEEauthorblockN#1{#1}% + \def\IEEEauthorblockA#1{#1}% + \fi +\fi + + + +% we provide our own halign so as not to have to depend on tabular +\def\@IEEEauthorhalign{\@IEEEauthordefaulttextstyle% default text style + \lineskip=0pt\relax% disable line spacing + \lineskiplimit=0pt\relax% + \baselineskip=0pt\relax% + \@IEEEcurfontSAVE% save the current font + \mathsurround\z@\relax% no extra spacing around math + \let\\\@IEEEauthorhaligncr% replace newline with halign friendly one + \tabskip=0pt\relax% no column spacing + \everycr{}% ensure no problems here + \@IEEEprevauthorblockincolfalse% no author blocks yet + \def\@IEEEauthorblockXinterlinespace{2.7ex}% default interline space + \vtop\bgroup%vtop box + \halign\bgroup&\relax\hfil\@IEEEcurfontRESTORE\relax ##\relax + \hfil\@IEEEcurfontSAVE\@IEEEauthorstrutrule\cr} + +% ensure last line, exit from halign, close vbox +\def\end@IEEEauthorhalign{\crcr\egroup\egroup} + +% handle bogus star form +\def\@IEEEauthorhaligncr{{\ifnum0=`}\fi\@ifstar{\@@IEEEauthorhaligncr}{\@@IEEEauthorhaligncr}} + +% test and setup the optional argument to \\[] +\def\@@IEEEauthorhaligncr{\@testopt\@@@IEEEauthorhaligncr\z@skip} + +% end the line and do the optional spacer +\def\@@@IEEEauthorhaligncr[#1]{\ifnum0=`{\fi}\cr\noalign{\vskip#1\relax}} + + + +% flag to prevent multiple \and warning messages +\newif\if@IEEEWARNand +\@IEEEWARNandtrue + +% if in conference or peerreviewca modes, we support the use of \and as \author is a +% tabular environment, otherwise we warn the user that \and is invalid +% outside of conference or peerreviewca modes. +\def\and{\relax} % provide a bogus \and that we will then override + +\renewcommand{\and}[1][\relax]{\if@IEEEWARNand\typeout{** WARNING: \noexpand\and is valid only + when in conference or peerreviewca}\typeout{modes (line \the\inputlineno).}\fi\global\@IEEEWARNandfalse} + +\ifCLASSOPTIONconference% +\renewcommand{\and}[1][\hfill]{\end{@IEEEauthorhalign}#1\begin{@IEEEauthorhalign}}% +\fi +\ifCLASSOPTIONpeerreviewca +\renewcommand{\and}[1][\hfill]{\end{@IEEEauthorhalign}#1\begin{@IEEEauthorhalign}}% +\fi + + +% page clearing command +% based on LaTeX2e's \cleardoublepage, but allows different page styles +% for the inserted blank pages +\def\@IEEEcleardoublepage#1{\clearpage\if@twoside\ifodd\c@page\else +\hbox{}\thispagestyle{#1}\newpage\if@twocolumn\hbox{}\thispagestyle{#1}\newpage\fi\fi\fi} + + +% user command to invoke the title page +\def\maketitle{\par% + \begingroup% + \normalfont% + \def\thefootnote{}% the \thanks{} mark type is empty + \def\footnotemark{}% and kill space from \thanks within author + \let\@makefnmark\relax% V1.7, must *really* kill footnotemark to remove all \textsuperscript spacing as well. + \footnotesize% equal spacing between thanks lines + \footnotesep 0.7\baselineskip%see global setting of \footnotesep for more info + % V1.7 disable \thanks note indention for compsoc + \@IEEEcompsoconly{\long\def\@makefntext##1{\parindent 1em\noindent\hbox{\@makefnmark}##1}}% + \normalsize% + \ifCLASSOPTIONpeerreview + \newpage\global\@topnum\z@ \@maketitle\@IEEEstatictitlevskip\@IEEEaftertitletext% + \thispagestyle{IEEEpeerreviewcoverpagestyle}\@thanks% + \else + \if@twocolumn% + \ifCLASSOPTIONtechnote% + \newpage\global\@topnum\z@ \@maketitle\@IEEEstatictitlevskip\@IEEEaftertitletext% + \else + \twocolumn[\@maketitle\@IEEEstatictitlevskip\@IEEEaftertitletext]% + \fi + \else + \newpage\global\@topnum\z@ \@maketitle\@IEEEstatictitlevskip\@IEEEaftertitletext% + \fi + \thispagestyle{IEEEtitlepagestyle}\@thanks% + \fi + % pullup page for pubid if used. + \if@IEEEusingpubid + \enlargethispage{-\@IEEEpubidpullup}% + \fi + \endgroup + \setcounter{footnote}{0}\let\maketitle\relax\let\@maketitle\relax + \gdef\@thanks{}% + % v1.6b do not clear these as we will need the title again for peer review papers + % \gdef\@author{}\gdef\@title{}% + \let\thanks\relax} + + + +% V1.7 parbox to format \@IEEEcompsoctitleabstractindextext +\long\def\@IEEEcompsoctitleabstractindextextbox#1{\parbox{0.915\textwidth}{#1}} + +% formats the Title, authors names, affiliations and special paper notice +% THIS IS A CONTROLLED SPACING COMMAND! Do not allow blank lines or unintentional +% spaces to enter the definition - use % at the end of each line +\def\@maketitle{\newpage +\begingroup\centering +\ifCLASSOPTIONtechnote% technotes + {\bfseries\large\@IEEEcompsoconly{\sffamily}\@title\par}\vskip 1.3em{\lineskip .5em\@IEEEcompsoconly{\sffamily}\@author + \@IEEEspecialpapernotice\par{\@IEEEcompsoconly{\vskip 1.5em\relax + \@IEEEcompsoctitleabstractindextextbox{\@IEEEcompsoctitleabstractindextext}\par + \hfill\@IEEEcompsocdiamondline\hfill\hbox{}\par}}}\relax +\else% not a technote + \vskip0.2em{\Huge\@IEEEcompsoconly{\sffamily}\@IEEEcompsocconfonly{\normalfont\normalsize\vskip 2\@IEEEnormalsizeunitybaselineskip + \bfseries\Large}\@title\par}\vskip1.0em\par% + % V1.6 handle \author differently if in conference mode + \ifCLASSOPTIONconference% + {\@IEEEspecialpapernotice\mbox{}\vskip\@IEEEauthorblockconfadjspace% + \mbox{}\hfill\begin{@IEEEauthorhalign}\@author\end{@IEEEauthorhalign}\hfill\mbox{}\par}\relax + \else% peerreviewca, peerreview or journal + \ifCLASSOPTIONpeerreviewca + % peerreviewca handles author names just like conference mode + {\@IEEEcompsoconly{\sffamily}\@IEEEspecialpapernotice\mbox{}\vskip\@IEEEauthorblockconfadjspace% + \mbox{}\hfill\begin{@IEEEauthorhalign}\@author\end{@IEEEauthorhalign}\hfill\mbox{}\par + {\@IEEEcompsoconly{\vskip 1.5em\relax + \@IEEEcompsoctitleabstractindextextbox{\@IEEEcompsoctitleabstractindextext}\par\hfill + \@IEEEcompsocdiamondline\hfill\hbox{}\par}}}\relax + \else% journal or peerreview + {\lineskip.5em\@IEEEcompsoconly{\sffamily}\sublargesize\@author\@IEEEspecialpapernotice\par + {\@IEEEcompsoconly{\vskip 1.5em\relax + \@IEEEcompsoctitleabstractindextextbox{\@IEEEcompsoctitleabstractindextext}\par\hfill + \@IEEEcompsocdiamondline\hfill\hbox{}\par}}}\relax + \fi + \fi +\fi\par\endgroup} + + + +% V1.7 Computer Society "diamond line" which follows index terms for nonconference papers +\def\@IEEEcompsocdiamondline{\vrule depth 0pt height 0.5pt width 4cm\hspace{7.5pt}% +\raisebox{-3.5pt}{\fontfamily{pzd}\fontencoding{U}\fontseries{m}\fontshape{n}\fontsize{11}{12}\selectfont\char70}% +\hspace{7.5pt}\vrule depth 0pt height 0.5pt width 4cm\relax} + +% V1.7 standard LateX2e \thanks, but with \itshape under compsoc. Also make it a \long\def +% We also need to trigger the one-shot footnote rule +\def\@IEEEtriggeroneshotfootnoterule{\global\@IEEEenableoneshotfootnoteruletrue} + + +\long\def\thanks#1{\footnotemark + \protected@xdef\@thanks{\@thanks + \protect\footnotetext[\the\c@footnote]{\@IEEEcompsoconly{\itshape + \protect\@IEEEtriggeroneshotfootnoterule\relax}\ignorespaces#1}}} +\let\@thanks\@empty + +% V1.7 allow \author to contain \par's. This is needed to allow \thanks to contain \par. +\long\def\author#1{\gdef\@author{#1}} + + +% in addition to setting up IEEEitemize, we need to remove a baselineskip space above and +% below it because \list's \pars introduce blank lines because of the footnote struts. +\def\@IEEEsetupcompsocitemizelist{\def\labelitemi{$\bullet$}% +\setlength{\IEEElabelindent}{0pt}\setlength{\parskip}{0pt}% +\setlength{\partopsep}{0pt}\setlength{\topsep}{0.5\baselineskip}\vspace{-1\baselineskip}\relax} + + +% flag for fake non-compsoc \IEEEcompsocthanksitem - prevents line break on very first item +\newif\if@IEEEbreakcompsocthanksitem \@IEEEbreakcompsocthanksitemfalse + +\ifCLASSOPTIONcompsoc +% V1.7 compsoc bullet item \thanks +% also, we need to redefine this to destroy the argument in \@IEEEdynamictitlevspace +\long\def\IEEEcompsocitemizethanks#1{\relax\@IEEEbreakcompsocthanksitemfalse\footnotemark + \protected@xdef\@thanks{\@thanks + \protect\footnotetext[\the\c@footnote]{\itshape\protect\@IEEEtriggeroneshotfootnoterule + {\let\IEEEiedlistdecl\relax\protect\begin{IEEEitemize}[\protect\@IEEEsetupcompsocitemizelist]\ignorespaces#1\relax + \protect\end{IEEEitemize}}\protect\vspace{-1\baselineskip}}}} +\DeclareRobustCommand*{\IEEEcompsocthanksitem}{\item} +\else +% non-compsoc, allow for dual compilation via rerouting to normal \thanks +\long\def\IEEEcompsocitemizethanks#1{\thanks{#1}} +% redirect to "pseudo-par" \hfil\break\indent after swallowing [] from \IEEEcompsocthanksitem[] +\DeclareRobustCommand{\IEEEcompsocthanksitem}{\@ifnextchar [{\@IEEEthanksswallowoptionalarg}% +{\@IEEEthanksswallowoptionalarg[\relax]}} +% be sure and break only after first item, be sure and ignore spaces after optional argument +\def\@IEEEthanksswallowoptionalarg[#1]{\relax\if@IEEEbreakcompsocthanksitem\hfil\break +\indent\fi\@IEEEbreakcompsocthanksitemtrue\ignorespaces} +\fi + + +% V1.6b define the \IEEEpeerreviewmaketitle as needed +\ifCLASSOPTIONpeerreview +\def\IEEEpeerreviewmaketitle{\@IEEEcleardoublepage{empty}% +\ifCLASSOPTIONtwocolumn +\twocolumn[\@IEEEpeerreviewmaketitle\@IEEEdynamictitlevspace] +\else +\newpage\@IEEEpeerreviewmaketitle\@IEEEstatictitlevskip +\fi +\thispagestyle{IEEEtitlepagestyle}} +\else +% \IEEEpeerreviewmaketitle does nothing if peer review option has not been selected +\def\IEEEpeerreviewmaketitle{\relax} +\fi + +% peerreview formats the repeated title like the title in journal papers. +\def\@IEEEpeerreviewmaketitle{\begin{center}\@IEEEcompsoconly{\sffamily}% +\normalfont\normalsize\vskip0.2em{\Huge\@title\par}\vskip1.0em\par +\end{center}} + + + +% V1.6 +% this is a static rubber spacer between the title/authors and the main text +% used for single column text, or when the title appears in the first column +% of two column text (technotes). +\def\@IEEEstatictitlevskip{{\normalfont\normalsize +% adjust spacing to next text +% v1.6b handle peer review papers +\ifCLASSOPTIONpeerreview +% for peer review papers, the same value is used for both title pages +% regardless of the other paper modes + \vskip 1\baselineskip plus 0.375\baselineskip minus 0.1875\baselineskip +\else + \ifCLASSOPTIONconference% conference + \vskip 0.6\baselineskip + \else% + \ifCLASSOPTIONtechnote% technote + \vskip 1\baselineskip plus 0.375\baselineskip minus 0.1875\baselineskip% + \else% journal uses more space + \vskip 2.5\baselineskip plus 0.75\baselineskip minus 0.375\baselineskip% + \fi + \fi +\fi}} + + +% V1.6 +% This is a dynamically determined rigid spacer between the title/authors +% and the main text. This is used only for single column titles over two +% column text (most common) +% This is bit tricky because we have to ensure that the textheight of the +% main text is an integer multiple of \baselineskip +% otherwise underfull vbox problems may develop in the second column of the +% text on the titlepage +% The possible use of \IEEEpubid must also be taken into account. +\def\@IEEEdynamictitlevspace{{% + % we run within a group so that all the macros can be forgotten when we are done + \long\def\thanks##1{\relax}%don't allow \thanks to run when we evaluate the vbox height + \long\def\IEEEcompsocitemizethanks##1{\relax}%don't allow \IEEEcompsocitemizethanks to run when we evaluate the vbox height + \normalfont\normalsize% we declare more descriptive variable names + \let\@IEEEmaintextheight=\@IEEEtrantmpdimenA%height of the main text columns + \let\@IEEEINTmaintextheight=\@IEEEtrantmpdimenB%height of the main text columns with integer # lines + % set the nominal and minimum values for the title spacer + % the dynamic algorithm will not allow the spacer size to + % become less than \@IEEEMINtitlevspace - instead it will be + % lengthened + % default to journal values + \def\@IEEENORMtitlevspace{2.5\baselineskip}% + \def\@IEEEMINtitlevspace{2\baselineskip}% + % conferences and technotes need tighter spacing + \ifCLASSOPTIONconference%conference + \def\@IEEENORMtitlevspace{1\baselineskip}% + \def\@IEEEMINtitlevspace{0.75\baselineskip}% + \fi + \ifCLASSOPTIONtechnote%technote + \def\@IEEENORMtitlevspace{1\baselineskip}% + \def\@IEEEMINtitlevspace{0.75\baselineskip}% + \fi% + % get the height that the title will take up + \ifCLASSOPTIONpeerreview + \settoheight{\@IEEEmaintextheight}{\vbox{\hsize\textwidth \@IEEEpeerreviewmaketitle}}% + \else + \settoheight{\@IEEEmaintextheight}{\vbox{\hsize\textwidth \@maketitle}}% + \fi + \@IEEEmaintextheight=-\@IEEEmaintextheight% title takes away from maintext, so reverse sign + % add the height of the page textheight + \advance\@IEEEmaintextheight by \textheight% + % correct for title pages using pubid + \ifCLASSOPTIONpeerreview\else + % peerreview papers use the pubid on the cover page only. + % And the cover page uses a static spacer. + \if@IEEEusingpubid\advance\@IEEEmaintextheight by -\@IEEEpubidpullup\fi + \fi% + % subtract off the nominal value of the title bottom spacer + \advance\@IEEEmaintextheight by -\@IEEENORMtitlevspace% + % \topskip takes away some too + \advance\@IEEEmaintextheight by -\topskip% + % calculate the column height of the main text for lines + % now we calculate the main text height as if holding + % an integer number of \normalsize lines after the first + % and discard any excess fractional remainder + % we subtracted the first line, because the first line + % is placed \topskip into the maintext, not \baselineskip like the + % rest of the lines. + \@IEEEINTmaintextheight=\@IEEEmaintextheight% + \divide\@IEEEINTmaintextheight by \baselineskip% + \multiply\@IEEEINTmaintextheight by \baselineskip% + % now we calculate how much the title spacer height will + % have to be reduced from nominal (\@IEEEREDUCEmaintextheight is always + % a positive value) so that the maintext area will contain an integer + % number of normal size lines + % we change variable names here (to avoid confusion) as we no longer + % need \@IEEEINTmaintextheight and can reuse its dimen register + \let\@IEEEREDUCEmaintextheight=\@IEEEINTmaintextheight% + \advance\@IEEEREDUCEmaintextheight by -\@IEEEmaintextheight% + \advance\@IEEEREDUCEmaintextheight by \baselineskip% + % this is the calculated height of the spacer + % we change variable names here (to avoid confusion) as we no longer + % need \@IEEEmaintextheight and can reuse its dimen register + \let\@IEEECOMPENSATElen=\@IEEEmaintextheight% + \@IEEECOMPENSATElen=\@IEEENORMtitlevspace% set the nominal value + % we go with the reduced length if it is smaller than an increase + \ifdim\@IEEEREDUCEmaintextheight < 0.5\baselineskip\relax% + \advance\@IEEECOMPENSATElen by -\@IEEEREDUCEmaintextheight% + % if the resulting spacer is too small back out and go with an increase instead + \ifdim\@IEEECOMPENSATElen<\@IEEEMINtitlevspace\relax% + \advance\@IEEECOMPENSATElen by \baselineskip% + \fi% + \else% + % go with an increase because it is closer to the nominal than a decrease + \advance\@IEEECOMPENSATElen by -\@IEEEREDUCEmaintextheight% + \advance\@IEEECOMPENSATElen by \baselineskip% + \fi% + % set the calculated rigid spacer + \vspace{\@IEEECOMPENSATElen}}} + + + +% V1.6 +% we allow the user access to the last part of the title area +% useful in emergencies such as when a different spacing is needed +% This text is NOT compensated for in the dynamic sizer. +\let\@IEEEaftertitletext=\relax +\long\def\IEEEaftertitletext#1{\def\@IEEEaftertitletext{#1}} + +% V1.7 provide a way for users to enter abstract and keywords +% into the onecolumn title are. This text is compensated for +% in the dynamic sizer. +\let\@IEEEcompsoctitleabstractindextext=\relax +\long\def\IEEEcompsoctitleabstractindextext#1{\def\@IEEEcompsoctitleabstractindextext{#1}} +% V1.7 provide a way for users to get the \@IEEEcompsoctitleabstractindextext if +% not in compsoc journal mode - this way abstract and keywords can be placed +% in their conventional position if not in compsoc mode. +\def\IEEEdisplaynotcompsoctitleabstractindextext{% +\ifCLASSOPTIONcompsoc% display if compsoc conf +\ifCLASSOPTIONconference\@IEEEcompsoctitleabstractindextext\fi +\else% or if not compsoc +\@IEEEcompsoctitleabstractindextext\fi} + + +% command to allow alteration of baselinestretch, but only if the current +% baselineskip is unity. Used to tweak the compsoc abstract and keywords line spacing. +\def\@IEEEtweakunitybaselinestretch#1{{\def\baselinestretch{1}\selectfont +\global\@tempskipa\baselineskip}\ifnum\@tempskipa=\baselineskip% +\def\baselinestretch{#1}\selectfont\fi\relax} + + +% abstract and keywords are in \small, except +% for 9pt docs in which they are in \footnotesize +% Because 9pt docs use an 8pt footnotesize, \small +% becomes a rather awkward 8.5pt +\def\@IEEEabskeysecsize{\small} +\ifx\CLASSOPTIONpt\@IEEEptsizenine + \def\@IEEEabskeysecsize{\footnotesize} +\fi + +% compsoc journals use \footnotesize, compsoc conferences use normalsize +\@IEEEcompsoconly{\def\@IEEEabskeysecsize{\footnotesize}} +\@IEEEcompsocconfonly{\def\@IEEEabskeysecsize{\normalsize}} + + + + +% V1.6 have abstract and keywords strip leading spaces, pars and newlines +% so that spacing is more tightly controlled. +\def\abstract{\normalfont + \if@twocolumn + \par\@IEEEabskeysecsize\bfseries\leavevmode\kern-1pt\textit{\abstractname}---\relax + \else + \begin{center}\vspace{-1.78ex}\@IEEEabskeysecsize\textbf{\abstractname}\end{center}\quotation\@IEEEabskeysecsize + \fi\@IEEEgobbleleadPARNLSP} +% V1.6 IEEE wants only 1 pica from end of abstract to introduction heading when in +% conference mode (the heading already has this much above it) +\def\endabstract{\relax\ifCLASSOPTIONconference\vspace{0ex}\else\vspace{1.34ex}\fi\par\if@twocolumn\else\endquotation\fi + \normalfont\normalsize} + +\def\IEEEkeywords{\normalfont + \if@twocolumn + \@IEEEabskeysecsize\bfseries\leavevmode\kern-1pt\textit{\IEEEkeywordsname}---\relax + \else + \begin{center}\@IEEEabskeysecsize\textbf{\IEEEkeywordsname}\end{center}\quotation\@IEEEabskeysecsize + \fi\itshape\@IEEEgobbleleadPARNLSP} +\def\endIEEEkeywords{\relax\ifCLASSOPTIONtechnote\vspace{1.34ex}\else\vspace{0.5ex}\fi + \par\if@twocolumn\else\endquotation\fi% + \normalfont\normalsize} + +% V1.7 compsoc keywords index terms +\ifCLASSOPTIONcompsoc + \ifCLASSOPTIONconference% compsoc conference +\def\abstract{\normalfont + \begin{center}\@IEEEabskeysecsize\textbf{\large\abstractname}\end{center}\vskip 0.5\baselineskip plus 0.1\baselineskip minus 0.1\baselineskip + \if@twocolumn\else\quotation\fi\itshape\@IEEEabskeysecsize% + \par\@IEEEgobbleleadPARNLSP} +\def\IEEEkeywords{\normalfont\vskip 1.5\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip + \begin{center}\@IEEEabskeysecsize\textbf{\large\IEEEkeywordsname}\end{center}\vskip 0.5\baselineskip plus 0.1\baselineskip minus 0.1\baselineskip + \if@twocolumn\else\quotation\fi\itshape\@IEEEabskeysecsize% + \par\@IEEEgobbleleadPARNLSP} + \else% compsoc not conference +\def\abstract{\normalfont\@IEEEtweakunitybaselinestretch{1.15}\sffamily + \if@twocolumn + \@IEEEabskeysecsize\noindent\textbf{\abstractname}---\relax + \else + \begin{center}\vspace{-1.78ex}\@IEEEabskeysecsize\textbf{\abstractname}\end{center}\quotation\@IEEEabskeysecsize% + \fi\@IEEEgobbleleadPARNLSP} +\def\IEEEkeywords{\normalfont\@IEEEtweakunitybaselinestretch{1.15}\sffamily + \if@twocolumn + \@IEEEabskeysecsize\vskip 0.5\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip\noindent + \textbf{\IEEEkeywordsname}---\relax + \else + \begin{center}\@IEEEabskeysecsize\textbf{\IEEEkeywordsname}\end{center}\quotation\@IEEEabskeysecsize% + \fi\@IEEEgobbleleadPARNLSP} + \fi +\fi + + + +% gobbles all leading \, \\ and \par, upon finding first token that +% is not a \ , \\ or a \par, it ceases and returns that token +% +% used to strip leading \, \\ and \par from the input +% so that such things in the beginning of an environment will not +% affect the formatting of the text +\long\def\@IEEEgobbleleadPARNLSP#1{\let\@IEEEswallowthistoken=0% +\let\@IEEEgobbleleadPARNLSPtoken#1% +\let\@IEEEgobbleleadPARtoken=\par% +\let\@IEEEgobbleleadNLtoken=\\% +\let\@IEEEgobbleleadSPtoken=\ % +\def\@IEEEgobbleleadSPMACRO{\ }% +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadPARtoken% +\let\@IEEEswallowthistoken=1% +\fi% +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadNLtoken% +\let\@IEEEswallowthistoken=1% +\fi% +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadSPtoken% +\let\@IEEEswallowthistoken=1% +\fi% +% a control space will come in as a macro +% when it is the last one on a line +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadSPMACRO% +\let\@IEEEswallowthistoken=1% +\fi% +% if we have to swallow this token, do so and taste the next one +% else spit it out and stop gobbling +\ifx\@IEEEswallowthistoken 1\let\@IEEEnextgobbleleadPARNLSP=\@IEEEgobbleleadPARNLSP\else% +\let\@IEEEnextgobbleleadPARNLSP=#1\fi% +\@IEEEnextgobbleleadPARNLSP}% + + + + +% TITLING OF SECTIONS +\def\@IEEEsectpunct{:\ \,} % Punctuation after run-in section heading (headings which are + % part of the paragraphs), need little bit more than a single space + % spacing from section number to title +% compsoc conferences use regular period/space punctuation +\ifCLASSOPTIONcompsoc +\ifCLASSOPTIONconference +\def\@IEEEsectpunct{.\ } +\fi\fi + +\def\@seccntformat#1{\hb@xt@ 1.4em{\csname the#1dis\endcsname\hss\relax}} +\def\@seccntformatinl#1{\hb@xt@ 1.1em{\csname the#1dis\endcsname\hss\relax}} +\def\@seccntformatch#1{\csname the#1dis\endcsname\hskip 1em\relax} + +\ifCLASSOPTIONcompsoc +% compsoc journals need extra spacing +\ifCLASSOPTIONconference\else +\def\@seccntformat#1{\csname the#1dis\endcsname\hskip 1em\relax} +\fi\fi + +%v1.7 put {} after #6 to allow for some types of user font control +%and use \@@par rather than \par +\def\@sect#1#2#3#4#5#6[#7]#8{% + \ifnum #2>\c@secnumdepth + \let\@svsec\@empty + \else + \refstepcounter{#1}% + % load section label and spacer into \@svsec + \ifnum #2=1 + \protected@edef\@svsec{\@seccntformatch{#1}\relax}% + \else + \ifnum #2>2 + \protected@edef\@svsec{\@seccntformatinl{#1}\relax}% + \else + \protected@edef\@svsec{\@seccntformat{#1}\relax}% + \fi + \fi + \fi% + \@tempskipa #5\relax + \ifdim \@tempskipa>\z@% tempskipa determines whether is treated as a high + \begingroup #6{\relax% or low level heading + \noindent % subsections are NOT indented + % print top level headings. \@svsec is label, #8 is heading title + % IEEE does not block indent the section title text, it flows like normal + {\hskip #3\relax\@svsec}{\interlinepenalty \@M #8\@@par}}% + \endgroup + \addcontentsline{toc}{#1}{\ifnum #2>\c@secnumdepth\relax\else + \protect\numberline{\csname the#1\endcsname}\fi#7}% + \else % printout low level headings + % svsechd seems to swallow the trailing space, protect it with \mbox{} + % got rid of sectionmark stuff + \def\@svsechd{#6{\hskip #3\relax\@svsec #8\@IEEEsectpunct\mbox{}}% + \addcontentsline{toc}{#1}{\ifnum #2>\c@secnumdepth\relax\else + \protect\numberline{\csname the#1\endcsname}\fi#7}}% + \fi%skip down + \@xsect{#5}} + + +% section* handler +%v1.7 put {} after #4 to allow for some types of user font control +%and use \@@par rather than \par +\def\@ssect#1#2#3#4#5{\@tempskipa #3\relax + \ifdim \@tempskipa>\z@ + %\begingroup #4\@hangfrom{\hskip #1}{\interlinepenalty \@M #5\par}\endgroup + % IEEE does not block indent the section title text, it flows like normal + \begingroup \noindent #4{\relax{\hskip #1}{\interlinepenalty \@M #5\@@par}}\endgroup + % svsechd swallows the trailing space, protect it with \mbox{} + \else \def\@svsechd{#4{\hskip #1\relax #5\@IEEEsectpunct\mbox{}}}\fi + \@xsect{#3}} + + +%% SECTION heading spacing and font +%% +% arguments are: #1 - sectiontype name +% (for \@sect) #2 - section level +% #3 - section heading indent +% #4 - top separation (absolute value used, neg indicates not to indent main text) +% If negative, make stretch parts negative too! +% #5 - (absolute value used) positive: bottom separation after heading, +% negative: amount to indent main text after heading +% Both #4 and #5 negative means to indent main text and use negative top separation +% #6 - font control +% You've got to have \normalfont\normalsize in the font specs below to prevent +% trouble when you do something like: +% \section{Note}{\ttfamily TT-TEXT} is known to ... +% IEEE sometimes REALLY stretches the area before a section +% heading by up to about 0.5in. However, it may not be a good +% idea to let LaTeX have quite this much rubber. +\ifCLASSOPTIONconference% +% IEEE wants section heading spacing to decrease for conference mode +\def\section{\@startsection{section}{1}{\z@}{1.5ex plus 1.5ex minus 0.5ex}% +{1sp}{\normalfont\normalsize\centering\scshape}}% +\def\subsection{\@startsection{subsection}{2}{\z@}{1.5ex plus 1.5ex minus 0.5ex}% +{1sp}{\normalfont\normalsize\itshape}}% +\else % for journals +\def\section{\@startsection{section}{1}{\z@}{3.0ex plus 1.5ex minus 1.5ex}% V1.6 3.0ex from 3.5ex +{0.7ex plus 1ex minus 0ex}{\normalfont\normalsize\centering\scshape}}% +\def\subsection{\@startsection{subsection}{2}{\z@}{3.5ex plus 1.5ex minus 1.5ex}% +{0.7ex plus .5ex minus 0ex}{\normalfont\normalsize\itshape}}% +\fi + +% for both journals and conferences +% decided to put in a little rubber above the section, might help somebody +\def\subsubsection{\@startsection{subsubsection}{3}{\parindent}{0ex plus 0.1ex minus 0.1ex}% +{0ex}{\normalfont\normalsize\itshape}}% +\def\paragraph{\@startsection{paragraph}{4}{2\parindent}{0ex plus 0.1ex minus 0.1ex}% +{0ex}{\normalfont\normalsize\itshape}}% + + +% compsoc +\ifCLASSOPTIONcompsoc +\ifCLASSOPTIONconference +% compsoc conference +\def\section{\@startsection{section}{1}{\z@}{1\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip}% +{1\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip}{\normalfont\large\bfseries}}% +\def\subsection{\@startsection{subsection}{2}{\z@}{1\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip}% +{1\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip}{\normalfont\sublargesize\bfseries}}% +\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{1\baselineskip plus 0.25\baselineskip minus 0.25\baselineskip}% +{0ex}{\normalfont\normalsize\bfseries}}% +\def\paragraph{\@startsection{paragraph}{4}{2\parindent}{0ex plus 0.1ex minus 0.1ex}% +{0ex}{\normalfont\normalsize}}% +\else% compsoc journals +% use negative top separation as compsoc journals do not indent paragraphs after section titles +\def\section{\@startsection{section}{1}{\z@}{-3ex plus -2ex minus -1.5ex}% +{0.7ex plus 1ex minus 0ex}{\normalfont\large\sffamily\bfseries\scshape}}% +% Note that subsection and smaller may not be correct for the Computer Society, +% I have to look up an example. +\def\subsection{\@startsection{subsection}{2}{\z@}{-3.5ex plus -1.5ex minus -1.5ex}% +{0.7ex plus .5ex minus 0ex}{\normalfont\normalsize\sffamily\bfseries}}% +\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-2.5ex plus -1ex minus -1ex}% +{0.5ex plus 0.5ex minus 0ex}{\normalfont\normalsize\sffamily\itshape}}% +\def\paragraph{\@startsection{paragraph}{4}{2\parindent}{-0ex plus -0.1ex minus -0.1ex}% +{0ex}{\normalfont\normalsize}}% +\fi\fi + + + + +%% ENVIRONMENTS +% "box" symbols at end of proofs +\def\IEEEQEDclosed{\mbox{\rule[0pt]{1.3ex}{1.3ex}}} % for a filled box +% V1.6 some journals use an open box instead that will just fit around a closed one +\def\IEEEQEDopen{{\setlength{\fboxsep}{0pt}\setlength{\fboxrule}{0.2pt}\fbox{\rule[0pt]{0pt}{1.3ex}\rule[0pt]{1.3ex}{0pt}}}} +\ifCLASSOPTIONcompsoc +\def\IEEEQED{\IEEEQEDopen} % default to open for compsoc +\else +\def\IEEEQED{\IEEEQEDclosed} % otherwise default to closed +\fi + +% v1.7 name change to avoid namespace collision with amsthm. Also add support +% for an optional argument. +\def\IEEEproof{\@ifnextchar[{\@IEEEproof}{\@IEEEproof[\IEEEproofname]}} +\def\@IEEEproof[#1]{\par\noindent\hspace{2em}{\itshape #1: }} +\def\endIEEEproof{\hspace*{\fill}~\IEEEQED\par} + + +%\itemindent is set to \z@ by list, so define new temporary variable +\newdimen\@IEEEtmpitemindent +\def\@begintheorem#1#2{\@IEEEtmpitemindent\itemindent\topsep 0pt\rmfamily\trivlist% + \item[\hskip \labelsep{\indent\itshape #1\ #2:}]\itemindent\@IEEEtmpitemindent} +\def\@opargbegintheorem#1#2#3{\@IEEEtmpitemindent\itemindent\topsep 0pt\rmfamily \trivlist% +% V1.6 IEEE is back to using () around theorem names which are also in italics +% Thanks to Christian Peel for reporting this. + \item[\hskip\labelsep{\indent\itshape #1\ #2\ (#3):}]\itemindent\@IEEEtmpitemindent} +% V1.7 remove bogus \unskip that caused equations in theorems to collide with +% lines below. +\def\@endtheorem{\endtrivlist} + +% V1.6 +% display command for the section the theorem is in - so that \thesection +% is not used as this will be in Roman numerals when we want arabic. +% LaTeX2e uses \def\@thmcounter#1{\noexpand\arabic{#1}} for the theorem number +% (second part) display and \def\@thmcountersep{.} as a separator. +% V1.7 intercept calls to the section counter and reroute to \@IEEEthmcounterinsection +% to allow \appendix(ices} to override as needed. +% +% special handler for sections, allows appendix(ices) to override +\gdef\@IEEEthmcounterinsection#1{\arabic{#1}} +% string macro +\edef\@IEEEstringsection{section} + +% redefine the #1#2[#3] form of newtheorem to use a hook to \@IEEEthmcounterinsection +% if section in_counter is used +\def\@xnthm#1#2[#3]{% + \expandafter\@ifdefinable\csname #1\endcsname + {\@definecounter{#1}\@newctr{#1}[#3]% + \edef\@IEEEstringtmp{#3} + \ifx\@IEEEstringtmp\@IEEEstringsection + \expandafter\xdef\csname the#1\endcsname{% + \noexpand\@IEEEthmcounterinsection{#3}\@thmcountersep + \@thmcounter{#1}}% + \else + \expandafter\xdef\csname the#1\endcsname{% + \expandafter\noexpand\csname the#3\endcsname \@thmcountersep + \@thmcounter{#1}}% + \fi + \global\@namedef{#1}{\@thm{#1}{#2}}% + \global\@namedef{end#1}{\@endtheorem}}} + + + +%% SET UP THE DEFAULT PAGESTYLE +\ps@headings +\pagenumbering{arabic} + +% normally the page counter starts at 1 +\setcounter{page}{1} +% however, for peerreview the cover sheet is page 0 or page -1 +% (for duplex printing) +\ifCLASSOPTIONpeerreview + \if@twoside + \setcounter{page}{-1} + \else + \setcounter{page}{0} + \fi +\fi + +% standard book class behavior - let bottom line float up and down as +% needed when single sided +\ifCLASSOPTIONtwoside\else\raggedbottom\fi +% if two column - turn on twocolumn, allow word spacings to stretch more and +% enforce a rigid position for the last lines +\ifCLASSOPTIONtwocolumn +% the peer review option delays invoking twocolumn + \ifCLASSOPTIONpeerreview\else + \twocolumn + \fi +\sloppy +\flushbottom +\fi + + + + +% \APPENDIX and \APPENDICES definitions + +% This is the \@ifmtarg command from the LaTeX ifmtarg package +% by Peter Wilson (CUA) and Donald Arseneau +% \@ifmtarg is used to determine if an argument to a command +% is present or not. +% For instance: +% \@ifmtarg{#1}{\typeout{empty}}{\typeout{has something}} +% \@ifmtarg is used with our redefined \section command if +% \appendices is invoked. +% The command \section will behave slightly differently depending +% on whether the user specifies a title: +% \section{My appendix title} +% or not: +% \section{} +% This way, we can eliminate the blank lines where the title +% would be, and the unneeded : after Appendix in the table of +% contents +\begingroup +\catcode`\Q=3 +\long\gdef\@ifmtarg#1{\@xifmtarg#1QQ\@secondoftwo\@firstoftwo\@nil} +\long\gdef\@xifmtarg#1#2Q#3#4#5\@nil{#4} +\endgroup +% end of \@ifmtarg defs + + +% V1.7 +% command that allows the one time saving of the original definition +% of section to \@IEEEappendixsavesection for \appendix or \appendices +% we don't save \section here as it may be redefined later by other +% packages (hyperref.sty, etc.) +\def\@IEEEsaveoriginalsectiononce{\let\@IEEEappendixsavesection\section +\let\@IEEEsaveoriginalsectiononce\relax} + +% neat trick to grab and process the argument from \section{argument} +% we process differently if the user invoked \section{} with no +% argument (title) +% note we reroute the call to the old \section* +\def\@IEEEprocessthesectionargument#1{% +\@ifmtarg{#1}{% +\@IEEEappendixsavesection*{\appendixname~\thesectiondis}% +\addcontentsline{toc}{section}{\appendixname~\thesection}}{% +\@IEEEappendixsavesection*{\appendixname~\thesectiondis \\* #1}% +\addcontentsline{toc}{section}{\appendixname~\thesection: #1}}} + +% we use this if the user calls \section{} after +% \appendix-- which has no meaning. So, we ignore the +% command and its argument. Then, warn the user. +\def\@IEEEdestroythesectionargument#1{\typeout{** WARNING: Ignoring useless +\protect\section\space in Appendix (line \the\inputlineno).}} + + +% remember \thesection forms will be displayed in \ref calls +% and in the Table of Contents. +% The \sectiondis form is used in the actual heading itself + +% appendix command for one single appendix +% normally has no heading. However, if you want a +% heading, you can do so via the optional argument: +% \appendix[Optional Heading] +\def\appendix{\relax} +\renewcommand{\appendix}[1][]{\@IEEEsaveoriginalsectiononce\par + % v1.6 keep hyperref's identifiers unique + \gdef\theHsection{Appendix.A}% + % v1.6 adjust hyperref's string name for the section + \xdef\Hy@chapapp{appendix}% + \setcounter{section}{0}% + \setcounter{subsection}{0}% + \setcounter{subsubsection}{0}% + \setcounter{paragraph}{0}% + \gdef\thesection{A}% + \gdef\thesectiondis{}% + \gdef\thesubsection{\Alph{subsection}}% + \gdef\@IEEEthmcounterinsection##1{A} + \refstepcounter{section}% update the \ref counter + \@ifmtarg{#1}{\@IEEEappendixsavesection*{\appendixname}% + \addcontentsline{toc}{section}{\appendixname}}{% + \@IEEEappendixsavesection*{\appendixname~\\* #1}% + \addcontentsline{toc}{section}{\appendixname: #1}}% + % redefine \section command for appendix + % leave \section* as is + \def\section{\@ifstar{\@IEEEappendixsavesection*}{% + \@IEEEdestroythesectionargument}}% throw out the argument + % of the normal form +} + + + +% appendices command for multiple appendices +% user then calls \section with an argument (possibly empty) to +% declare the individual appendices +\def\appendices{\@IEEEsaveoriginalsectiononce\par + % v1.6 keep hyperref's identifiers unique + \gdef\theHsection{Appendix.\Alph{section}}% + % v1.6 adjust hyperref's string name for the section + \xdef\Hy@chapapp{appendix}% + \setcounter{section}{-1}% we want \refstepcounter to use section 0 + \setcounter{subsection}{0}% + \setcounter{subsubsection}{0}% + \setcounter{paragraph}{0}% + \ifCLASSOPTIONromanappendices% + \gdef\thesection{\Roman{section}}% + \gdef\thesectiondis{\Roman{section}}% + \@IEEEcompsocconfonly{\gdef\thesectiondis{\Roman{section}.}}% + \gdef\@IEEEthmcounterinsection##1{A\arabic{##1}} + \else% + \gdef\thesection{\Alph{section}}% + \gdef\thesectiondis{\Alph{section}}% + \@IEEEcompsocconfonly{\gdef\thesectiondis{\Alph{section}.}}% + \gdef\@IEEEthmcounterinsection##1{\Alph{##1}} + \fi% + \refstepcounter{section}% update the \ref counter + \setcounter{section}{0}% NEXT \section will be the FIRST appendix + % redefine \section command for appendices + % leave \section* as is + \def\section{\@ifstar{\@IEEEappendixsavesection*}{% process the *-form + \refstepcounter{section}% or is a new section so, + \@IEEEprocessthesectionargument}}% process the argument + % of the normal form +} + + + +% \IEEEPARstart +% Definition for the big two line drop cap letter at the beginning of the +% first paragraph of journal papers. The first argument is the first letter +% of the first word, the second argument is the remaining letters of the +% first word which will be rendered in upper case. +% In V1.6 this has been completely rewritten to: +% +% 1. no longer have problems when the user begins an environment +% within the paragraph that uses \IEEEPARstart. +% 2. auto-detect and use the current font family +% 3. revise handling of the space at the end of the first word so that +% interword glue will now work as normal. +% 4. produce correctly aligned edges for the (two) indented lines. +% +% We generalize things via control macros - playing with these is fun too. +% +% V1.7 added more control macros to make it easy for IEEEtrantools.sty users +% to change the font style. +% +% the number of lines that are indented to clear it +% may need to increase if using decenders +\def\@IEEEPARstartDROPLINES{2} +% minimum number of lines left on a page to allow a \@IEEEPARstart +% Does not take into consideration rubber shrink, so it tends to +% be overly cautious +\def\@IEEEPARstartMINPAGELINES{2} +% V1.7 the height of the drop cap is adjusted to match the height of this text +% in the current font (when \IEEEPARstart is called). +\def\@IEEEPARstartHEIGHTTEXT{T} +% the depth the letter is lowered below the baseline +% the height (and size) of the letter is determined by the sum +% of this value and the height of the \@IEEEPARstartHEIGHTTEXT in the current +% font. It is a good idea to set this value in terms of the baselineskip +% so that it can respond to changes therein. +\def\@IEEEPARstartDROPDEPTH{1.1\baselineskip} +% V1.7 the font the drop cap will be rendered in, +% can take zero or one argument. +\def\@IEEEPARstartFONTSTYLE{\bfseries} +% V1.7 any additional, non-font related commands needed to modify +% the drop cap letter, can take zero or one argument. +\def\@IEEEPARstartCAPSTYLE{\MakeUppercase} +% V1.7 the font that will be used to render the rest of the word, +% can take zero or one argument. +\def\@IEEEPARstartWORDFONTSTYLE{\relax} +% V1.7 any additional, non-font related commands needed to modify +% the rest of the word, can take zero or one argument. +\def\@IEEEPARstartWORDCAPSTYLE{\MakeUppercase} +% This is the horizontal separation distance from the drop letter to the main text. +% Lengths that depend on the font (e.g., ex, em, etc.) will be referenced +% to the font that is active when \IEEEPARstart is called. +\def\@IEEEPARstartSEP{0.15em} +% V1.7 horizontal offset applied to the left of the drop cap. +\def\@IEEEPARstartHOFFSET{0em} +% V1.7 Italic correction command applied at the end of the drop cap. +\def\@IEEEPARstartITLCORRECT{\/} + +% V1.7 compoc uses nonbold drop cap and small caps word style +\ifCLASSOPTIONcompsoc +\def\@IEEEPARstartFONTSTYLE{\mdseries} +\def\@IEEEPARstartWORDFONTSTYLE{\scshape} +\def\@IEEEPARstartWORDCAPSTYLE{\relax} +\fi + +% definition of \IEEEPARstart +% THIS IS A CONTROLLED SPACING AREA, DO NOT ALLOW SPACES WITHIN THESE LINES +% +% The token \@IEEEPARstartfont will be globally defined after the first use +% of \IEEEPARstart and will be a font command which creates the big letter +% The first argument is the first letter of the first word and the second +% argument is the rest of the first word(s). +\def\IEEEPARstart#1#2{\par{% +% if this page does not have enough space, break it and lets start +% on a new one +\@IEEEtranneedspace{\@IEEEPARstartMINPAGELINES\baselineskip}{\relax}% +% V1.7 move this up here in case user uses \textbf for \@IEEEPARstartFONTSTYLE +% which uses command \leavevmode which causes an unwanted \indent to be issued +\noindent +% calculate the desired height of the big letter +% it extends from the top of \@IEEEPARstartHEIGHTTEXT in the current font +% down to \@IEEEPARstartDROPDEPTH below the current baseline +\settoheight{\@IEEEtrantmpdimenA}{\@IEEEPARstartHEIGHTTEXT}% +\addtolength{\@IEEEtrantmpdimenA}{\@IEEEPARstartDROPDEPTH}% +% extract the name of the current font in bold +% and place it in \@IEEEPARstartFONTNAME +\def\@IEEEPARstartGETFIRSTWORD##1 ##2\relax{##1}% +{\@IEEEPARstartFONTSTYLE{\selectfont\edef\@IEEEPARstartFONTNAMESPACE{\fontname\font\space}% +\xdef\@IEEEPARstartFONTNAME{\expandafter\@IEEEPARstartGETFIRSTWORD\@IEEEPARstartFONTNAMESPACE\relax}}}% +% define a font based on this name with a point size equal to the desired +% height of the drop letter +\font\@IEEEPARstartsubfont\@IEEEPARstartFONTNAME\space at \@IEEEtrantmpdimenA\relax% +% save this value as a counter (integer) value (sp points) +\@IEEEtrantmpcountA=\@IEEEtrantmpdimenA% +% now get the height of the actual letter produced by this font size +\settoheight{\@IEEEtrantmpdimenB}{\@IEEEPARstartsubfont\@IEEEPARstartCAPSTYLE{#1}}% +% If something bogus happens like the first argument is empty or the +% current font is strange, do not allow a zero height. +\ifdim\@IEEEtrantmpdimenB=0pt\relax% +\typeout{** WARNING: IEEEPARstart drop letter has zero height! (line \the\inputlineno)}% +\typeout{ Forcing the drop letter font size to 10pt.}% +\@IEEEtrantmpdimenB=10pt% +\fi% +% and store it as a counter +\@IEEEtrantmpcountB=\@IEEEtrantmpdimenB% +% Since a font size doesn't exactly correspond to the height of the capital +% letters in that font, the actual height of the letter, \@IEEEtrantmpcountB, +% will be less than that desired, \@IEEEtrantmpcountA +% we need to raise the font size, \@IEEEtrantmpdimenA +% by \@IEEEtrantmpcountA / \@IEEEtrantmpcountB +% But, TeX doesn't have floating point division, so we have to use integer +% division. Hence the use of the counters. +% We need to reduce the denominator so that the loss of the remainder will +% have minimal affect on the accuracy of the result +\divide\@IEEEtrantmpcountB by 200% +\divide\@IEEEtrantmpcountA by \@IEEEtrantmpcountB% +% Then reequalize things when we use TeX's ability to multiply by +% floating point values +\@IEEEtrantmpdimenB=0.005\@IEEEtrantmpdimenA% +\multiply\@IEEEtrantmpdimenB by \@IEEEtrantmpcountA% +% \@IEEEPARstartfont is globaly set to the calculated font of the big letter +% We need to carry this out of the local calculation area to to create the +% big letter. +\global\font\@IEEEPARstartfont\@IEEEPARstartFONTNAME\space at \@IEEEtrantmpdimenB% +% Now set \@IEEEtrantmpdimenA to the width of the big letter +% We need to carry this out of the local calculation area to set the +% hanging indent +\settowidth{\global\@IEEEtrantmpdimenA}{\@IEEEPARstartfont +\@IEEEPARstartCAPSTYLE{#1\@IEEEPARstartITLCORRECT}}}% +% end of the isolated calculation environment +% add in the extra clearance we want +\advance\@IEEEtrantmpdimenA by \@IEEEPARstartSEP\relax% +% add in the optional offset +\advance\@IEEEtrantmpdimenA by \@IEEEPARstartHOFFSET\relax% +% V1.7 don't allow negative offsets to produce negative hanging indents +\@IEEEtrantmpdimenB\@IEEEtrantmpdimenA +\ifnum\@IEEEtrantmpdimenB < 0 \@IEEEtrantmpdimenB 0pt\fi +% \@IEEEtrantmpdimenA has the width of the big letter plus the +% separation space and \@IEEEPARstartfont is the font we need to use +% Now, we make the letter and issue the hanging indent command +% The letter is placed in a box of zero width and height so that other +% text won't be displaced by it. +\hangindent\@IEEEtrantmpdimenB\hangafter=-\@IEEEPARstartDROPLINES% +\makebox[0pt][l]{\hspace{-\@IEEEtrantmpdimenA}% +\raisebox{-\@IEEEPARstartDROPDEPTH}[0pt][0pt]{\hspace{\@IEEEPARstartHOFFSET}% +\@IEEEPARstartfont\@IEEEPARstartCAPSTYLE{#1\@IEEEPARstartITLCORRECT}% +\hspace{\@IEEEPARstartSEP}}}% +{\@IEEEPARstartWORDFONTSTYLE{\@IEEEPARstartWORDCAPSTYLE{\selectfont#2}}}} + + + + + + +% determines if the space remaining on a given page is equal to or greater +% than the specified space of argument one +% if not, execute argument two (only if the remaining space is greater than zero) +% and issue a \newpage +% +% example: \@IEEEtranneedspace{2in}{\vfill} +% +% Does not take into consideration rubber shrinkage, so it tends to +% be overly cautious +% Based on an example posted by Donald Arseneau +% Note this macro uses \@IEEEtrantmpdimenB internally for calculations, +% so DO NOT PASS \@IEEEtrantmpdimenB to this routine +% if you need a dimen register, import with \@IEEEtrantmpdimenA instead +\def\@IEEEtranneedspace#1#2{\penalty-100\begingroup%shield temp variable +\@IEEEtrantmpdimenB\pagegoal\advance\@IEEEtrantmpdimenB-\pagetotal% space left +\ifdim #1>\@IEEEtrantmpdimenB\relax% not enough space left +\ifdim\@IEEEtrantmpdimenB>\z@\relax #2\fi% +\newpage% +\fi\endgroup} + + + +% IEEEbiography ENVIRONMENT +% Allows user to enter biography leaving place for picture (adapts to font size) +% As of V1.5, a new optional argument allows you to have a real graphic! +% V1.5 and later also fixes the "colliding biographies" which could happen when a +% biography's text was shorter than the space for the photo. +% MDS 7/2001 +% V1.6 prevent multiple biographies from making multiple TOC entries +\newif\if@IEEEbiographyTOCentrynotmade +\global\@IEEEbiographyTOCentrynotmadetrue + +% biography counter so hyperref can jump directly to the biographies +% and not just the previous section +\newcounter{IEEEbiography} +\setcounter{IEEEbiography}{0} + +% photo area size +\def\@IEEEBIOphotowidth{1.0in} % width of the biography photo area +\def\@IEEEBIOphotodepth{1.25in} % depth (height) of the biography photo area +% area cleared for photo +\def\@IEEEBIOhangwidth{1.14in} % width cleared for the biography photo area +\def\@IEEEBIOhangdepth{1.25in} % depth cleared for the biography photo area + % actual depth will be a multiple of + % \baselineskip, rounded up +\def\@IEEEBIOskipN{4\baselineskip}% nominal value of the vskip above the biography + +\newenvironment{IEEEbiography}[2][]{\normalfont\@IEEEcompsoconly{\sffamily}\footnotesize% +\unitlength 1in\parskip=0pt\par\parindent 1em\interlinepenalty500% +% we need enough space to support the hanging indent +% the nominal value of the spacer +% and one extra line for good measure +\@IEEEtrantmpdimenA=\@IEEEBIOhangdepth% +\advance\@IEEEtrantmpdimenA by \@IEEEBIOskipN% +\advance\@IEEEtrantmpdimenA by 1\baselineskip% +% if this page does not have enough space, break it and lets start +% with a new one +\@IEEEtranneedspace{\@IEEEtrantmpdimenA}{\relax}% +% nominal spacer can strech, not shrink use 1fil so user can out stretch with \vfill +\vskip \@IEEEBIOskipN plus 1fil minus 0\baselineskip% +% the default box for where the photo goes +\def\@IEEEtempbiographybox{{\setlength{\fboxsep}{0pt}\framebox{% +\begin{minipage}[b][\@IEEEBIOphotodepth][c]{\@IEEEBIOphotowidth}\centering PLACE\\ PHOTO\\ HERE \end{minipage}}}}% +% +% detect if the optional argument was supplied, this requires the +% \@ifmtarg command as defined in the appendix section above +% and if so, override the default box with what they want +\@ifmtarg{#1}{\relax}{\def\@IEEEtempbiographybox{\mbox{\begin{minipage}[b][\@IEEEBIOphotodepth][c]{\@IEEEBIOphotowidth}% +\centering% +#1% +\end{minipage}}}}% end if optional argument supplied +% Make an entry into the table of contents only if we have not done so before +\if@IEEEbiographyTOCentrynotmade% +% link labels to the biography counter so hyperref will jump +% to the biography, not the previous section +\setcounter{IEEEbiography}{-1}% +\refstepcounter{IEEEbiography}% +\addcontentsline{toc}{section}{Biographies}% +\global\@IEEEbiographyTOCentrynotmadefalse% +\fi% +% one more biography +\refstepcounter{IEEEbiography}% +% Make an entry for this name into the table of contents +\addcontentsline{toc}{subsection}{#2}% +% V1.6 properly handle if a new paragraph should occur while the +% hanging indent is still active. Do this by redefining \par so +% that it will not start a new paragraph. (But it will appear to the +% user as if it did.) Also, strip any leading pars, newlines, or spaces. +\let\@IEEEBIOORGparCMD=\par% save the original \par command +\edef\par{\hfil\break\indent}% the new \par will not be a "real" \par +\settoheight{\@IEEEtrantmpdimenA}{\@IEEEtempbiographybox}% get height of biography box +\@IEEEtrantmpdimenB=\@IEEEBIOhangdepth% +\@IEEEtrantmpcountA=\@IEEEtrantmpdimenB% countA has the hang depth +\divide\@IEEEtrantmpcountA by \baselineskip% calculates lines needed to produce the hang depth +\advance\@IEEEtrantmpcountA by 1% ensure we overestimate +% set the hanging indent +\hangindent\@IEEEBIOhangwidth% +\hangafter-\@IEEEtrantmpcountA% +% reference the top of the photo area to the top of a capital T +\settoheight{\@IEEEtrantmpdimenB}{\mbox{T}}% +% set the photo box, give it zero width and height so as not to disturb anything +\noindent\makebox[0pt][l]{\hspace{-\@IEEEBIOhangwidth}\raisebox{\@IEEEtrantmpdimenB}[0pt][0pt]{% +\raisebox{-\@IEEEBIOphotodepth}[0pt][0pt]{\@IEEEtempbiographybox}}}% +% now place the author name and begin the bio text +\noindent\textbf{#2\ }\@IEEEgobbleleadPARNLSP}{\relax\let\par=\@IEEEBIOORGparCMD\par% +% 7/2001 V1.5 detect when the biography text is shorter than the photo area +% and pad the unused area - preventing a collision from the next biography entry +% MDS +\ifnum \prevgraf <\@IEEEtrantmpcountA\relax% detect when the biography text is shorter than the photo + \advance\@IEEEtrantmpcountA by -\prevgraf% calculate how many lines we need to pad + \advance\@IEEEtrantmpcountA by -1\relax% we compensate for the fact that we indented an extra line + \@IEEEtrantmpdimenA=\baselineskip% calculate the length of the padding + \multiply\@IEEEtrantmpdimenA by \@IEEEtrantmpcountA% + \noindent\rule{0pt}{\@IEEEtrantmpdimenA}% insert an invisible support strut +\fi% +\par\normalfont} + + + +% V1.6 +% added biography without a photo environment +\newenvironment{IEEEbiographynophoto}[1]{% +% Make an entry into the table of contents only if we have not done so before +\if@IEEEbiographyTOCentrynotmade% +% link labels to the biography counter so hyperref will jump +% to the biography, not the previous section +\setcounter{IEEEbiography}{-1}% +\refstepcounter{IEEEbiography}% +\addcontentsline{toc}{section}{Biographies}% +\global\@IEEEbiographyTOCentrynotmadefalse% +\fi% +% one more biography +\refstepcounter{IEEEbiography}% +% Make an entry for this name into the table of contents +\addcontentsline{toc}{subsection}{#1}% +\normalfont\@IEEEcompsoconly{\sffamily}\footnotesize\interlinepenalty500% +\vskip 4\baselineskip plus 1fil minus 0\baselineskip% +\parskip=0pt\par% +\noindent\textbf{#1\ }\@IEEEgobbleleadPARNLSP}{\relax\par\normalfont} + + +% provide the user with some old font commands +% got this from article.cls +\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} +\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} +\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} +\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} +\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} +\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} +\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} +\DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} +\DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} + + +% SPECIAL PAPER NOTICE COMMANDS +% +% holds the special notice text +\def\@IEEEspecialpapernotice{\relax} + +% for special papers, like invited papers, the user can do: +% \IEEEspecialpapernotice{(Invited Paper)} before \maketitle +\def\IEEEspecialpapernotice#1{\ifCLASSOPTIONconference% +\def\@IEEEspecialpapernotice{{\Large#1\vspace*{1em}}}% +\else% +\def\@IEEEspecialpapernotice{{\\*[1.5ex]\sublargesize\textit{#1}}\vspace*{-2ex}}% +\fi} + + + + +% PUBLISHER ID COMMANDS +% to insert a publisher's ID footer +% V1.6 \IEEEpubid has been changed so that the change in page size and style +% occurs in \maketitle. \IEEEpubid must now be issued prior to \maketitle +% use \IEEEpubidadjcol as before - in the second column of the title page +% These changes allow \maketitle to take the reduced page height into +% consideration when dynamically setting the space between the author +% names and the maintext. +% +% the amount the main text is pulled up to make room for the +% publisher's ID footer +% IEEE uses about 1.3\baselineskip for journals, +% dynamic title spacing will clean up the fraction +\def\@IEEEpubidpullup{1.3\baselineskip} +\ifCLASSOPTIONtechnote +% for technotes it must be an integer of baselineskip as there can be no +% dynamic title spacing for two column mode technotes (the title is in the +% in first column) and we should maintain an integer number of lines in the +% second column +% There are some examples (such as older issues of "Transactions on +% Information Theory") in which IEEE really pulls the text off the ID for +% technotes - about 0.55in (or 4\baselineskip). We'll use 2\baselineskip +% and call it even. +\def\@IEEEpubidpullup{2\baselineskip} +\fi + +% V1.7 compsoc does not use a pullup +\ifCLASSOPTIONcompsoc +\def\@IEEEpubidpullup{0pt} +\fi + +% holds the ID text +\def\@IEEEpubid{\relax} + +% flag so \maketitle can tell if \IEEEpubid was called +\newif\if@IEEEusingpubid +\global\@IEEEusingpubidfalse +% issue this command in the page to have the ID at the bottom +% V1.6 use before \maketitle +\def\IEEEpubid#1{\def\@IEEEpubid{#1}\global\@IEEEusingpubidtrue} + + +% command which will pull up (shorten) the column it is executed in +% to make room for the publisher ID. Place in the second column of +% the title page when using \IEEEpubid +% Is smart enough not to do anything when in single column text or +% if the user hasn't called \IEEEpubid +% currently needed in for the second column of a page with the +% publisher ID. If not needed in future releases, please provide this +% command and define it as \relax for backward compatibility +% v1.6b do not allow command to operate if the peer review option has been +% selected because \IEEEpubidadjcol will not be on the cover page. +% V1.7 do nothing if compsoc +\def\IEEEpubidadjcol{\ifCLASSOPTIONcompsoc\else\ifCLASSOPTIONpeerreview\else +\if@twocolumn\if@IEEEusingpubid\enlargethispage{-\@IEEEpubidpullup}\fi\fi\fi\fi} + +% Special thanks to Peter Wilson, Daniel Luecking, and the other +% gurus at comp.text.tex, for helping me to understand how best to +% implement the IEEEpubid command in LaTeX. + + + +%% Lockout some commands under various conditions + +% general purpose bit bucket +\newsavebox{\@IEEEtranrubishbin} + +% flags to prevent multiple warning messages +\newif\if@IEEEWARNthanks +\newif\if@IEEEWARNIEEEPARstart +\newif\if@IEEEWARNIEEEbiography +\newif\if@IEEEWARNIEEEbiographynophoto +\newif\if@IEEEWARNIEEEpubid +\newif\if@IEEEWARNIEEEpubidadjcol +\newif\if@IEEEWARNIEEEmembership +\newif\if@IEEEWARNIEEEaftertitletext +\@IEEEWARNthankstrue +\@IEEEWARNIEEEPARstarttrue +\@IEEEWARNIEEEbiographytrue +\@IEEEWARNIEEEbiographynophototrue +\@IEEEWARNIEEEpubidtrue +\@IEEEWARNIEEEpubidadjcoltrue +\@IEEEWARNIEEEmembershiptrue +\@IEEEWARNIEEEaftertitletexttrue + + +%% Lockout some commands when in various modes, but allow them to be restored if needed +%% +% save commands which might be locked out +% so that the user can later restore them if needed +\let\@IEEESAVECMDthanks\thanks +\let\@IEEESAVECMDIEEEPARstart\IEEEPARstart +\let\@IEEESAVECMDIEEEbiography\IEEEbiography +\let\@IEEESAVECMDendIEEEbiography\endIEEEbiography +\let\@IEEESAVECMDIEEEbiographynophoto\IEEEbiographynophoto +\let\@IEEESAVECMDendIEEEbiographynophoto\endIEEEbiographynophoto +\let\@IEEESAVECMDIEEEpubid\IEEEpubid +\let\@IEEESAVECMDIEEEpubidadjcol\IEEEpubidadjcol +\let\@IEEESAVECMDIEEEmembership\IEEEmembership +\let\@IEEESAVECMDIEEEaftertitletext\IEEEaftertitletext + + +% disable \IEEEPARstart when in draft mode +% This may have originally been done because the pre-V1.6 drop letter +% algorithm had problems with a non-unity baselinestretch +% At any rate, it seems too formal to have a drop letter in a draft +% paper. +\ifCLASSOPTIONdraftcls +\def\IEEEPARstart#1#2{#1#2\if@IEEEWARNIEEEPARstart\typeout{** ATTENTION: \noexpand\IEEEPARstart + is disabled in draft mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEPARstartfalse} +\fi +% and for technotes +\ifCLASSOPTIONtechnote +\def\IEEEPARstart#1#2{#1#2\if@IEEEWARNIEEEPARstart\typeout{** WARNING: \noexpand\IEEEPARstart + is locked out for technotes (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEPARstartfalse} +\fi + + +% lockout unneeded commands when in conference mode +\ifCLASSOPTIONconference +% when locked out, \thanks, \IEEEbiography, \IEEEbiographynophoto, \IEEEpubid, +% \IEEEmembership and \IEEEaftertitletext will all swallow their given text. +% \IEEEPARstart will output a normal character instead +% warn the user about these commands only once to prevent the console screen +% from filling up with redundant messages +\def\thanks#1{\if@IEEEWARNthanks\typeout{** WARNING: \noexpand\thanks + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNthanksfalse} +\def\IEEEPARstart#1#2{#1#2\if@IEEEWARNIEEEPARstart\typeout{** WARNING: \noexpand\IEEEPARstart + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEPARstartfalse} + + +% LaTeX treats environments and commands with optional arguments differently. +% the actual ("internal") command is stored as \\commandname +% (accessed via \csname\string\commandname\endcsname ) +% the "external" command \commandname is a macro with code to determine +% whether or not the optional argument is presented and to provide the +% default if it is absent. So, in order to save and restore such a command +% we would have to save and restore \\commandname as well. But, if LaTeX +% ever changes the way it names the internal names, the trick would break. +% Instead let us just define a new environment so that the internal +% name can be left undisturbed. +\newenvironment{@IEEEbogusbiography}[2][]{\if@IEEEWARNIEEEbiography\typeout{** WARNING: \noexpand\IEEEbiography + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEbiographyfalse% +\setbox\@IEEEtranrubishbin\vbox\bgroup}{\egroup\relax} +% and make biography point to our bogus biography +\let\IEEEbiography=\@IEEEbogusbiography +\let\endIEEEbiography=\end@IEEEbogusbiography + +\renewenvironment{IEEEbiographynophoto}[1]{\if@IEEEWARNIEEEbiographynophoto\typeout{** WARNING: \noexpand\IEEEbiographynophoto + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEbiographynophotofalse% +\setbox\@IEEEtranrubishbin\vbox\bgroup}{\egroup\relax} + +\def\IEEEpubid#1{\if@IEEEWARNIEEEpubid\typeout{** WARNING: \noexpand\IEEEpubid + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEpubidfalse} +\def\IEEEpubidadjcol{\if@IEEEWARNIEEEpubidadjcol\typeout{** WARNING: \noexpand\IEEEpubidadjcol + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEpubidadjcolfalse} +\def\IEEEmembership#1{\if@IEEEWARNIEEEmembership\typeout{** WARNING: \noexpand\IEEEmembership + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEmembershipfalse} +\def\IEEEaftertitletext#1{\if@IEEEWARNIEEEaftertitletext\typeout{** WARNING: \noexpand\IEEEaftertitletext + is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEaftertitletextfalse} +\fi + + +% provide a way to restore the commands that are locked out +\def\IEEEoverridecommandlockouts{% +\typeout{** ATTENTION: Overriding command lockouts (line \the\inputlineno).}% +\let\thanks\@IEEESAVECMDthanks% +\let\IEEEPARstart\@IEEESAVECMDIEEEPARstart% +\let\IEEEbiography\@IEEESAVECMDIEEEbiography% +\let\endIEEEbiography\@IEEESAVECMDendIEEEbiography% +\let\IEEEbiographynophoto\@IEEESAVECMDIEEEbiographynophoto% +\let\endIEEEbiographynophoto\@IEEESAVECMDendIEEEbiographynophoto% +\let\IEEEpubid\@IEEESAVECMDIEEEpubid% +\let\IEEEpubidadjcol\@IEEESAVECMDIEEEpubidadjcol% +\let\IEEEmembership\@IEEESAVECMDIEEEmembership% +\let\IEEEaftertitletext\@IEEESAVECMDIEEEaftertitletext} + + + +% need a backslash character for typeout output +{\catcode`\|=0 \catcode`\\=12 +|xdef|@IEEEbackslash{\}} + + +% hook to allow easy disabling of all legacy warnings +\def\@IEEElegacywarn#1#2{\typeout{** ATTENTION: \@IEEEbackslash #1 is deprecated (line \the\inputlineno). +Use \@IEEEbackslash #2 instead.}} + + +% provide for legacy commands +\def\authorblockA{\@IEEElegacywarn{authorblockA}{IEEEauthorblockA}\IEEEauthorblockA} +\def\authorblockN{\@IEEElegacywarn{authorblockN}{IEEEauthorblockN}\IEEEauthorblockN} +\def\authorrefmark{\@IEEElegacywarn{authorrefmark}{IEEEauthorrefmark}\IEEEauthorrefmark} +\def\PARstart{\@IEEElegacywarn{PARstart}{IEEEPARstart}\IEEEPARstart} +\def\pubid{\@IEEElegacywarn{pubid}{IEEEpubid}\IEEEpubid} +\def\pubidadjcol{\@IEEElegacywarn{pubidadjcol}{IEEEpubidadjcol}\IEEEpubidadjcol} +\def\QED{\@IEEElegacywarn{QED}{IEEEQED}\IEEEQED} +\def\QEDclosed{\@IEEElegacywarn{QEDclosed}{IEEEQEDclosed}\IEEEQEDclosed} +\def\QEDopen{\@IEEElegacywarn{QEDopen}{IEEEQEDopen}\IEEEQEDopen} +\def\specialpapernotice{\@IEEElegacywarn{specialpapernotice}{IEEEspecialpapernotice}\IEEEspecialpapernotice} + + + +% provide for legacy environments +\def\biography{\@IEEElegacywarn{biography}{IEEEbiography}\IEEEbiography} +\def\biographynophoto{\@IEEElegacywarn{biographynophoto}{IEEEbiographynophoto}\IEEEbiographynophoto} +\def\keywords{\@IEEElegacywarn{keywords}{IEEEkeywords}\IEEEkeywords} +\def\endbiography{\endIEEEbiography} +\def\endbiographynophoto{\endIEEEbiographynophoto} +\def\endkeywords{\endIEEEkeywords} + + +% provide for legacy IED commands/lengths when possible +\let\labelindent\IEEElabelindent +\def\calcleftmargin{\@IEEElegacywarn{calcleftmargin}{IEEEcalcleftmargin}\IEEEcalcleftmargin} +\def\setlabelwidth{\@IEEElegacywarn{setlabelwidth}{IEEEsetlabelwidth}\IEEEsetlabelwidth} +\def\usemathlabelsep{\@IEEElegacywarn{usemathlabelsep}{IEEEusemathlabelsep}\IEEEusemathlabelsep} +\def\iedlabeljustifyc{\@IEEElegacywarn{iedlabeljustifyc}{IEEEiedlabeljustifyc}\IEEEiedlabeljustifyc} +\def\iedlabeljustifyl{\@IEEElegacywarn{iedlabeljustifyl}{IEEEiedlabeljustifyl}\IEEEiedlabeljustifyl} +\def\iedlabeljustifyr{\@IEEElegacywarn{iedlabeljustifyr}{IEEEiedlabeljustifyr}\IEEEiedlabeljustifyr} + + + +% let \proof use the IEEEtran version even after amsthm is loaded +% \proof is now deprecated in favor of \IEEEproof +\AtBeginDocument{\def\proof{\@IEEElegacywarn{proof}{IEEEproof}\IEEEproof}\def\endproof{\endIEEEproof}} + +% V1.7 \overrideIEEEmargins is no longer supported. +\def\overrideIEEEmargins{% +\typeout{** WARNING: \string\overrideIEEEmargins \space no longer supported (line \the\inputlineno).}% +\typeout{** Use the \string\CLASSINPUTinnersidemargin, \string\CLASSINPUToutersidemargin \space controls instead.}} + + +\endinput + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%% End of IEEEtran.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%% +% That's all folks! +
phr/trunk/doc/papers/template/IEEEtran.cls Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Index: phr/trunk/doc/papers/template/README =================================================================== --- phr/trunk/doc/papers/template/README (nonexistent) +++ phr/trunk/doc/papers/template/README (revision 152) @@ -0,0 +1,135 @@ + +November 21, 2012 + +IEEEtran.cls version 1.8 revises format specifications so that the final +layout more closely matches the layout of the Microsoft Word templates. + +Additionally, the IEEEtran_HOWTO.pdf now includes the notice to not use +symbols, special characters, or math in the paper title and abstract. + + +******* + + +March 5, 2007 + + +IEEEtran is the official LaTeX class for authors of the Institute of +Electrical and Electronics Engineers (IEEE) transactions journals and +conferences. The latest version of the IEEEtran package can be found +at CTAN: + +http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ + +as well as within IEEE's site: + +http://www.ieee.org/ + +For latest news, helpful tips, answers to frequently asked questions, +beta releases and other support, visit the IEEEtran home page at my +website: http://www.michaelshell.org/tex/ieeetran/ + + +Version 1.7a is a bug fix release that corrects the two column peer +review title page problem. This problem was not present in the 1.6 series. + + +V1.7 is a significant update over the 1.6 series with many important +changes. For a full list, please read the file changelog.txt. The most +notable changes include: + + 1. New class option compsoc to support the IEEE Computer Society format. + + 2. Several commands and environments have been deprecated in favor of + replacements with IEEE prefixes to better avoid potential future name + clashes with other packages. Legacy code retained to allow the use of + the obsolete forms (for now), but with a warning message to the console + during compilation: + \IEEEauthorblockA, \IEEEauthorblockN, \IEEEauthorrefmark, + \IEEEbiography, \IEEEbiographynophoto, \IEEEkeywords, \IEEEPARstart, + \IEEEproof, \IEEEpubid, \IEEEpubidadjcol, \IEEEQED, \IEEEQEDclosed, + \IEEEQEDopen, \IEEEspecialpapernotice. IEEEtran.cls now redefines + \proof in way to avoid problems with the amsthm.sty package. + For IED lists: + \IEEEiedlabeljustifyc, \IEEEiedlabeljustifyl, \IEEEiedlabeljustifyr, + \IEEEnocalcleftmargin, \IEEElabelindent, \IEEEsetlabelwidth, + \IEEEusemathlabelsep + These commands/lengths now require the IEEE prefix and do not have + legacy support: \IEEEnormaljot. + For IED lists: \ifIEEEnocalcleftmargin, \ifIEEEnolabelindentfactor, + \IEEEiedlistdecl, \IEEElabelindentfactor + + 3. New \CLASSINPUT, \CLASSOPTION and \CLASSINFO interface allows for more + user control and conditional compilation. + + 4. Several bug fixes and improved compatibility with other packages. + + +A note to those who create classes derived from IEEEtran.cls: Consider the +use of patch code, either in an example .tex file or as a .sty file, +rather than creating a new class. The IEEEtran.cls CLASSINPUT interface +allows IEEEtran.cls to be fully programmable with respect to document +margins, so there is no need for new class files just for altered margins. +In this way, authors can benefit from updates to IEEEtran.cls and the need +to maintain derivative classes and backport later IEEEtran.cls revisions +thereto is avoided. As always, developers who create classes derived from +IEEEtran.cls should use a different name for the derived class, so that it +cannot be confused with the official/base version here, as well as provide +authors with technical support for the derived class. It is generally a bad +idea to produce a new class that is not going to be maintained. + + +Best wishes for all your publication endeavors, + +Michael Shell +http://www.michaelshell.org/ + + +********************************** Files ********************************** + +README - This file. + +IEEEtran.cls - The IEEEtran LaTeX class file. + +changelog.txt - The revision history. + +IEEEtran_HOWTO.pdf - The IEEEtran LaTeX class user manual. + +bare_conf.tex - A bare bones starter file for conference papers. + +bare_jrnl.tex - A bare bones starter file for journal papers. + +bare_jrnl_compsoc.tex - A bare bones starter file for Computer Society + journal papers. + +bare_adv.tex - A bare bones starter file showing advanced + techniques such as conditional compilation, + hyperlinks, PDF thumbnails, etc. The illustrated + format is for a Computer Society journal paper. + +*************************************************************************** +Legal Notice: +This code is offered as-is without any warranty either expressed or +implied; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE! +User assumes all risk. +In no event shall IEEE or any contributor to this code be liable for +any damages or losses, including, but not limited to, incidental, +consequential, or any other damages, resulting from the use or misuse +of any information contained here. + +All comments are the opinions of their respective authors and are not +necessarily endorsed by the IEEE. + +This work is distributed under the LaTeX Project Public License (LPPL) +( http://www.latex-project.org/ ) version 1.3, and may be freely used, +distributed and modified. A copy of the LPPL, version 1.3, is included +in the base LaTeX documentation of all distributions of LaTeX released +2003/12/01 or later. +Retain all contribution notices and credits. +** Modified files should be clearly indicated as such, including ** +** renaming them and changing author support contact information. ** + +File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex, + bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex +*************************************************************************** Index: phr/trunk/doc/papers/template/bare_conf.tex =================================================================== --- phr/trunk/doc/papers/template/bare_conf.tex (nonexistent) +++ phr/trunk/doc/papers/template/bare_conf.tex (revision 152) @@ -0,0 +1,601 @@ + +%% bare_conf.tex +%% V1.3 +%% 2007/01/11 +%% by Michael Shell +%% See: +%% http://www.michaelshell.org/ +%% for current contact information. +%% +%% This is a skeleton file demonstrating the use of IEEEtran.cls +%% (requires IEEEtran.cls version 1.7 or later) with an IEEE conference paper. +%% +%% Support sites: +%% http://www.michaelshell.org/tex/ieeetran/ +%% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ +%% and +%% http://www.ieee.org/ + +%%************************************************************************* +%% Legal Notice: +%% This code is offered as-is without any warranty either expressed or +%% implied; without even the implied warranty of MERCHANTABILITY or +%% FITNESS FOR A PARTICULAR PURPOSE! +%% User assumes all risk. +%% In no event shall IEEE or any contributor to this code be liable for +%% any damages or losses, including, but not limited to, incidental, +%% consequential, or any other damages, resulting from the use or misuse +%% of any information contained here. +%% +%% All comments are the opinions of their respective authors and are not +%% necessarily endorsed by the IEEE. +%% +%% This work is distributed under the LaTeX Project Public License (LPPL) +%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used, +%% distributed and modified. A copy of the LPPL, version 1.3, is included +%% in the base LaTeX documentation of all distributions of LaTeX released +%% 2003/12/01 or later. +%% Retain all contribution notices and credits. +%% ** Modified files should be clearly indicated as such, including ** +%% ** renaming them and changing author support contact information. ** +%% +%% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex, +%% bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex +%%************************************************************************* + +% *** Authors should verify (and, if needed, correct) their LaTeX system *** +% *** with the testflow diagnostic prior to trusting their LaTeX platform *** +% *** with production work. IEEE's font choices can trigger bugs that do *** +% *** not appear when using other class files. *** +% The testflow support page is at: +% http://www.michaelshell.org/tex/testflow/ + + + +% Note that the a4paper option is mainly intended so that authors in +% countries using A4 can easily print to A4 and see how their papers will +% look in print - the typesetting of the document will not typically be +% affected with changes in paper size (but the bottom and side margins will). +% Use the testflow package mentioned above to verify correct handling of +% both paper sizes by the user's LaTeX system. +% +% Also note that the "draftcls" or "draftclsnofoot", not "draft", option +% should be used if it is desired that the figures are to be displayed in +% draft mode. +% +\documentclass[conference]{IEEEtran} +% Add the compsoc option for Computer Society conferences. +% +% If IEEEtran.cls has not been installed into the LaTeX system files, +% manually specify the path to it like: +% \documentclass[conference]{../sty/IEEEtran} + + + + + +% Some very useful LaTeX packages include: +% (uncomment the ones you want to load) + + +% *** MISC UTILITY PACKAGES *** +% +%\usepackage{ifpdf} +% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional +% compilation based on whether the output is pdf or dvi. +% usage: +% \ifpdf +% % pdf code +% \else +% % dvi code +% \fi +% The latest version of ifpdf.sty can be obtained from: +% http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/ +% Also, note that IEEEtran.cls V1.7 and later provides a builtin +% \ifCLASSINFOpdf conditional that works the same way. +% When switching from latex to pdflatex and vice-versa, the compiler may +% have to be run twice to clear warning/error messages. + + + + + + +% *** CITATION PACKAGES *** +% +%\usepackage{cite} +% cite.sty was written by Donald Arseneau +% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package +% \cite{} output to follow that of IEEE. Loading the cite package will +% result in citation numbers being automatically sorted and properly +% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using +% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's +% \cite will automatically add leading space, if needed. Use cite.sty's +% noadjust option (cite.sty V3.8 and later) if you want to turn this off. +% cite.sty is already installed on most LaTeX systems. Be sure and use +% version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does +% not currently provide for hyperlinked citations. +% The latest version can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/cite/ +% The documentation is contained in the cite.sty file itself. + + + + + + +% *** GRAPHICS RELATED PACKAGES *** +% +\ifCLASSINFOpdf + % \usepackage[pdftex]{graphicx} + % declare the path(s) where your graphic files are + % \graphicspath{{../pdf/}{../jpeg/}} + % and their extensions so you won't have to specify these with + % every instance of \includegraphics + % \DeclareGraphicsExtensions{.pdf,.jpeg,.png} +\else + % or other class option (dvipsone, dvipdf, if not using dvips). graphicx + % will default to the driver specified in the system graphics.cfg if no + % driver is specified. + % \usepackage[dvips]{graphicx} + % declare the path(s) where your graphic files are + % \graphicspath{{../eps/}} + % and their extensions so you won't have to specify these with + % every instance of \includegraphics + % \DeclareGraphicsExtensions{.eps} +\fi +% graphicx was written by David Carlisle and Sebastian Rahtz. It is +% required if you want graphics, photos, etc. graphicx.sty is already +% installed on most LaTeX systems. The latest version and documentation can +% be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/graphics/ +% Another good source of documentation is "Using Imported Graphics in +% LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or +% epslatex.pdf at: http://www.ctan.org/tex-archive/info/ +% +% latex, and pdflatex in dvi mode, support graphics in encapsulated +% postscript (.eps) format. pdflatex in pdf mode supports graphics +% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure +% that all non-photo figures use a vector format (.eps, .pdf, .mps) and +% not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats +% which can result in "jaggedy"/blurry rendering of lines and letters as +% well as large increases in file sizes. +% +% You can find documentation about the pdfTeX application at: +% http://www.tug.org/applications/pdftex + + + + + +% *** MATH PACKAGES *** +% +%\usepackage[cmex10]{amsmath} +% A popular package from the American Mathematical Society that provides +% many useful and powerful commands for dealing with mathematics. If using +% it, be sure to load this package with the cmex10 option to ensure that +% only type 1 fonts will utilized at all point sizes. Without this option, +% it is possible that some math symbols, particularly those within +% footnotes, will be rendered in bitmap form which will result in a +% document that can not be IEEE Xplore compliant! +% +% Also, note that the amsmath package sets \interdisplaylinepenalty to 10000 +% thus preventing page breaks from occurring within multiline equations. Use: +%\interdisplaylinepenalty=2500 +% after loading amsmath to restore such page breaks as IEEEtran.cls normally +% does. amsmath.sty is already installed on most LaTeX systems. The latest +% version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/ + + + + + +% *** SPECIALIZED LIST PACKAGES *** +% +%\usepackage{algorithmic} +% algorithmic.sty was written by Peter Williams and Rogerio Brito. +% This package provides an algorithmic environment fo describing algorithms. +% You can use the algorithmic environment in-text or within a figure +% environment to provide for a floating algorithm. Do NOT use the algorithm +% floating environment provided by algorithm.sty (by the same authors) or +% algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated +% algorithm float types and packages that provide these will not provide +% correct IEEE style captions. The latest version and documentation of +% algorithmic.sty can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/ +% There is also a support site at: +% http://algorithms.berlios.de/index.html +% Also of interest may be the (relatively newer and more customizable) +% algorithmicx.sty package by Szasz Janos: +% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/ + + + + +% *** ALIGNMENT PACKAGES *** +% +%\usepackage{array} +% Frank Mittelbach's and David Carlisle's array.sty patches and improves +% the standard LaTeX2e array and tabular environments to provide better +% appearance and additional user controls. As the default LaTeX2e table +% generation code is lacking to the point of almost being broken with +% respect to the quality of the end results, all users are strongly +% advised to use an enhanced (at the very least that provided by array.sty) +% set of table tools. array.sty is already installed on most systems. The +% latest version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/tools/ + + +%\usepackage{mdwmath} +%\usepackage{mdwtab} +% Also highly recommended is Mark Wooding's extremely powerful MDW tools, +% especially mdwmath.sty and mdwtab.sty which are used to format equations +% and tables, respectively. The MDWtools set is already installed on most +% LaTeX systems. The lastest version and documentation is available at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/ + + +% IEEEtran contains the IEEEeqnarray family of commands that can be used to +% generate multiline equations as well as matrices, tables, etc., of high +% quality. + + +%\usepackage{eqparbox} +% Also of notable interest is Scott Pakin's eqparbox package for creating +% (automatically sized) equal width boxes - aka "natural width parboxes". +% Available at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/ + + + + + +% *** SUBFIGURE PACKAGES *** +%\usepackage[tight,footnotesize]{subfigure} +% subfigure.sty was written by Steven Douglas Cochran. This package makes it +% easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE +% work, it is a good idea to load it with the tight package option to reduce +% the amount of white space around the subfigures. subfigure.sty is already +% installed on most LaTeX systems. The latest version and documentation can +% be obtained at: +% http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/ +% subfigure.sty has been superceeded by subfig.sty. + + + +%\usepackage[caption=false]{caption} +%\usepackage[font=footnotesize]{subfig} +% subfig.sty, also written by Steven Douglas Cochran, is the modern +% replacement for subfigure.sty. However, subfig.sty requires and +% automatically loads Axel Sommerfeldt's caption.sty which will override +% IEEEtran.cls handling of captions and this will result in nonIEEE style +% figure/table captions. To prevent this problem, be sure and preload +% caption.sty with its "caption=false" package option. This is will preserve +% IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later +% (recommended due to many improvements over 1.2) of subfig.sty supports +% the caption=false option directly: +%\usepackage[caption=false,font=footnotesize]{subfig} +% +% The latest version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/ +% The latest version and documentation of caption.sty can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/caption/ + + + + +% *** FLOAT PACKAGES *** +% +%\usepackage{fixltx2e} +% fixltx2e, the successor to the earlier fix2col.sty, was written by +% Frank Mittelbach and David Carlisle. This package corrects a few problems +% in the LaTeX2e kernel, the most notable of which is that in current +% LaTeX2e releases, the ordering of single and double column floats is not +% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a +% single column figure to be placed prior to an earlier double column +% figure. The latest version and documentation can be found at: +% http://www.ctan.org/tex-archive/macros/latex/base/ + + + +%\usepackage{stfloats} +% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e +% the ability to do double column floats at the bottom of the page as well +% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in +% LaTeX2e). It also provides a command: +%\fnbelowfloat +% to enable the placement of footnotes below bottom floats (the standard +% LaTeX2e kernel puts them above bottom floats). This is an invasive package +% which rewrites many portions of the LaTeX2e float routines. It may not work +% with other packages that modify the LaTeX2e float routines. The latest +% version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/ +% Documentation is contained in the stfloats.sty comments as well as in the +% presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE +% does not allow \baselineskip to stretch. Authors submitting work to the +% IEEE should note that IEEE rarely uses double column equations and +% that authors should try to avoid such use. Do not be tempted to use the +% cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does +% not format its papers in such ways. + + + + + +% *** PDF, URL AND HYPERLINK PACKAGES *** +% +%\usepackage{url} +% url.sty was written by Donald Arseneau. It provides better support for +% handling and breaking URLs. url.sty is already installed on most LaTeX +% systems. The latest version can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/misc/ +% Read the url.sty source comments for usage information. Basically, +% \url{my_url_here}. + + + + + +% *** Do not adjust lengths that control margins, column widths, etc. *** +% *** Do not use packages that alter fonts (such as pslatex). *** +% There should be no need to do such things with IEEEtran.cls V1.6 and later. +% (Unless specifically asked to do so by the journal or conference you plan +% to submit to, of course. ) + + +% correct bad hyphenation here +\hyphenation{op-tical net-works semi-conduc-tor} + + +\begin{document} +% +% paper title +% can use linebreaks \\ within to get better formatting as desired +\title{Bare Demo of IEEEtran.cls for Conferences} + + +% author names and affiliations +% use a multiple column layout for up to three different +% affiliations +\author{\IEEEauthorblockN{Michael Shell} +\IEEEauthorblockA{School of Electrical and\\Computer Engineering\\ +Georgia Institute of Technology\\ +Atlanta, Georgia 30332--0250\\ +Email: http://www.michaelshell.org/contact.html} +\and +\IEEEauthorblockN{Homer Simpson} +\IEEEauthorblockA{Twentieth Century Fox\\ +Springfield, USA\\ +Email: homer@thesimpsons.com} +\and +\IEEEauthorblockN{James Kirk\\ and Montgomery Scott} +\IEEEauthorblockA{Starfleet Academy\\ +San Francisco, California 96678-2391\\ +Telephone: (800) 555--1212\\ +Fax: (888) 555--1212}} + +% conference papers do not typically use \thanks and this command +% is locked out in conference mode. If really needed, such as for +% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts +% after \documentclass + +% for over three affiliations, or if they all won't fit within the width +% of the page, use this alternative format: +% +%\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1}, +%Homer Simpson\IEEEauthorrefmark{2}, +%James Kirk\IEEEauthorrefmark{3}, +%Montgomery Scott\IEEEauthorrefmark{3} and +%Eldon Tyrell\IEEEauthorrefmark{4}} +%\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\ +%Georgia Institute of Technology, +%Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html} +%\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\ +%Email: homer@thesimpsons.com} +%\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\ +%Telephone: (800) 555--1212, Fax: (888) 555--1212} +%\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}} + + + + +% use for special paper notices +%\IEEEspecialpapernotice{(Invited Paper)} + + + + +% make the title area +\maketitle + + +\begin{abstract} +%\boldmath +The abstract goes here. +\end{abstract} +% IEEEtran.cls defaults to using nonbold math in the Abstract. +% This preserves the distinction between vectors and scalars. However, +% if the conference you are submitting to favors bold math in the abstract, +% then you can use LaTeX's standard command \boldmath at the very start +% of the abstract to achieve this. Many IEEE journals/conferences frown on +% math in the abstract anyway. + +% no keywords + + + + +% For peer review papers, you can put extra information on the cover +% page as needed: +% \ifCLASSOPTIONpeerreview +% \begin{center} \bfseries EDICS Category: 3-BBND \end{center} +% \fi +% +% For peerreview papers, this IEEEtran command inserts a page break and +% creates the second title. It will be ignored for other modes. +\IEEEpeerreviewmaketitle + + + +\section{Introduction} +% no \IEEEPARstart +This demo file is intended to serve as a ``starter file'' +for IEEE conference papers produced under \LaTeX\ using +IEEEtran.cls version 1.7 and later. +% You must have at least 2 lines in the paragraph with the drop letter +% (should never be an issue) +I wish you the best of success. + +\hfill mds + +\hfill January 11, 2007 + +\subsection{Subsection Heading Here} +Subsection text here. + + +\subsubsection{Subsubsection Heading Here} +Subsubsection text here. + + +% An example of a floating figure using the graphicx package. +% Note that \label must occur AFTER (or within) \caption. +% For figures, \caption should occur after the \includegraphics. +% Note that IEEEtran v1.7 and later has special internal code that +% is designed to preserve the operation of \label within \caption +% even when the captionsoff option is in effect. However, because +% of issues like this, it may be the safest practice to put all your +% \label just after \caption rather than within \caption{}. +% +% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class +% option should be used if it is desired that the figures are to be +% displayed while in draft mode. +% +%\begin{figure}[!t] +%\centering +%\includegraphics[width=2.5in]{myfigure} +% where an .eps filename suffix will be assumed under latex, +% and a .pdf suffix will be assumed for pdflatex; or what has been declared +% via \DeclareGraphicsExtensions. +%\caption{Simulation Results} +%\label{fig_sim} +%\end{figure} + +% Note that IEEE typically puts floats only at the top, even when this +% results in a large percentage of a column being occupied by floats. + + +% An example of a double column floating figure using two subfigures. +% (The subfig.sty package must be loaded for this to work.) +% The subfigure \label commands are set within each subfloat command, the +% \label for the overall figure must come after \caption. +% \hfil must be used as a separator to get equal spacing. +% The subfigure.sty package works much the same way, except \subfigure is +% used instead of \subfloat. +% +%\begin{figure*}[!t] +%\centerline{\subfloat[Case I]\includegraphics[width=2.5in]{subfigcase1}% +%\label{fig_first_case}} +%\hfil +%\subfloat[Case II]{\includegraphics[width=2.5in]{subfigcase2}% +%\label{fig_second_case}}} +%\caption{Simulation results} +%\label{fig_sim} +%\end{figure*} +% +% Note that often IEEE papers with subfigures do not employ subfigure +% captions (using the optional argument to \subfloat), but instead will +% reference/describe all of them (a), (b), etc., within the main caption. + + +% An example of a floating table. Note that, for IEEE style tables, the +% \caption command should come BEFORE the table. Table text will default to +% \footnotesize as IEEE normally uses this smaller font for tables. +% The \label must come after \caption as always. +% +%\begin{table}[!t] +%% increase table row spacing, adjust to taste +%\renewcommand{\arraystretch}{1.3} +% if using array.sty, it might be a good idea to tweak the value of +% \extrarowheight as needed to properly center the text within the cells +%\caption{An Example of a Table} +%\label{table_example} +%\centering +%% Some packages, such as MDW tools, offer better commands for making tables +%% than the plain LaTeX2e tabular which is used here. +%\begin{tabular}{|c||c|} +%\hline +%One & Two\\ +%\hline +%Three & Four\\ +%\hline +%\end{tabular} +%\end{table} + + +% Note that IEEE does not put floats in the very first column - or typically +% anywhere on the first page for that matter. Also, in-text middle ("here") +% positioning is not used. Most IEEE journals/conferences use top floats +% exclusively. Note that, LaTeX2e, unlike IEEE journals/conferences, places +% footnotes above bottom floats. This can be corrected via the \fnbelowfloat +% command of the stfloats package. + + + +\section{Conclusion} +The conclusion goes here. + + + + +% conference papers do not normally have an appendix + + +% use section* for acknowledgement +\section*{Acknowledgment} + + +The authors would like to thank... + + + + + +% trigger a \newpage just before the given reference +% number - used to balance the columns on the last page +% adjust value as needed - may need to be readjusted if +% the document is modified later +%\IEEEtriggeratref{8} +% The "triggered" command can be changed if desired: +%\IEEEtriggercmd{\enlargethispage{-5in}} + +% references section + +% can use a bibliography generated by BibTeX as a .bbl file +% BibTeX documentation can be easily obtained at: +% http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/ +% The IEEEtran BibTeX style support page is at: +% http://www.michaelshell.org/tex/ieeetran/bibtex/ +%\bibliographystyle{IEEEtran} +% argument is your BibTeX string definitions and bibliography database(s) +%\bibliography{IEEEabrv,../bib/paper} +% +% manually copy in the resultant .bbl file +% set second argument of \begin to the number of references +% (used to reserve space for the reference number labels box) +\begin{thebibliography}{1} + +\bibitem{IEEEhowto:kopka} +H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus + 0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999. + +\end{thebibliography} + + + + +% that's all folks +\end{document} + +
phr/trunk/doc/papers/template/bare_conf.tex Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Author Date Id Rev URL \ No newline at end of property Index: phr/trunk/doc/papers/template/bare_jrnl.tex =================================================================== --- phr/trunk/doc/papers/template/bare_jrnl.tex (nonexistent) +++ phr/trunk/doc/papers/template/bare_jrnl.tex (revision 152) @@ -0,0 +1,745 @@ + +%% bare_jrnl.tex +%% V1.3 +%% 2007/01/11 +%% by Michael Shell +%% see http://www.michaelshell.org/ +%% for current contact information. +%% +%% This is a skeleton file demonstrating the use of IEEEtran.cls +%% (requires IEEEtran.cls version 1.7 or later) with an IEEE journal paper. +%% +%% Support sites: +%% http://www.michaelshell.org/tex/ieeetran/ +%% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ +%% and +%% http://www.ieee.org/ + + + +% *** Authors should verify (and, if needed, correct) their LaTeX system *** +% *** with the testflow diagnostic prior to trusting their LaTeX platform *** +% *** with production work. IEEE's font choices can trigger bugs that do *** +% *** not appear when using other class files. *** +% The testflow support page is at: +% http://www.michaelshell.org/tex/testflow/ + + +%%************************************************************************* +%% Legal Notice: +%% This code is offered as-is without any warranty either expressed or +%% implied; without even the implied warranty of MERCHANTABILITY or +%% FITNESS FOR A PARTICULAR PURPOSE! +%% User assumes all risk. +%% In no event shall IEEE or any contributor to this code be liable for +%% any damages or losses, including, but not limited to, incidental, +%% consequential, or any other damages, resulting from the use or misuse +%% of any information contained here. +%% +%% All comments are the opinions of their respective authors and are not +%% necessarily endorsed by the IEEE. +%% +%% This work is distributed under the LaTeX Project Public License (LPPL) +%% ( http://www.latex-project.org/ ) version 1.3, and may be freely used, +%% distributed and modified. A copy of the LPPL, version 1.3, is included +%% in the base LaTeX documentation of all distributions of LaTeX released +%% 2003/12/01 or later. +%% Retain all contribution notices and credits. +%% ** Modified files should be clearly indicated as such, including ** +%% ** renaming them and changing author support contact information. ** +%% +%% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex, +%% bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex +%%************************************************************************* + +% Note that the a4paper option is mainly intended so that authors in +% countries using A4 can easily print to A4 and see how their papers will +% look in print - the typesetting of the document will not typically be +% affected with changes in paper size (but the bottom and side margins will). +% Use the testflow package mentioned above to verify correct handling of +% both paper sizes by the user's LaTeX system. +% +% Also note that the "draftcls" or "draftclsnofoot", not "draft", option +% should be used if it is desired that the figures are to be displayed in +% draft mode. +% +\documentclass[journal]{IEEEtran} +% +% If IEEEtran.cls has not been installed into the LaTeX system files, +% manually specify the path to it like: +% \documentclass[journal]{../sty/IEEEtran} + + + + + +% Some very useful LaTeX packages include: +% (uncomment the ones you want to load) + + +% *** MISC UTILITY PACKAGES *** +% +%\usepackage{ifpdf} +% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional +% compilation based on whether the output is pdf or dvi. +% usage: +% \ifpdf +% % pdf code +% \else +% % dvi code +% \fi +% The latest version of ifpdf.sty can be obtained from: +% http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/ +% Also, note that IEEEtran.cls V1.7 and later provides a builtin +% \ifCLASSINFOpdf conditional that works the same way. +% When switching from latex to pdflatex and vice-versa, the compiler may +% have to be run twice to clear warning/error messages. + + + + + + +% *** CITATION PACKAGES *** +% +%\usepackage{cite} +% cite.sty was written by Donald Arseneau +% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package +% \cite{} output to follow that of IEEE. Loading the cite package will +% result in citation numbers being automatically sorted and properly +% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using +% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's +% \cite will automatically add leading space, if needed. Use cite.sty's +% noadjust option (cite.sty V3.8 and later) if you want to turn this off. +% cite.sty is already installed on most LaTeX systems. Be sure and use +% version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does +% not currently provide for hyperlinked citations. +% The latest version can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/cite/ +% The documentation is contained in the cite.sty file itself. + + + + + + +% *** GRAPHICS RELATED PACKAGES *** +% +\ifCLASSINFOpdf + % \usepackage[pdftex]{graphicx} + % declare the path(s) where your graphic files are + % \graphicspath{{../pdf/}{../jpeg/}} + % and their extensions so you won't have to specify these with + % every instance of \includegraphics + % \DeclareGraphicsExtensions{.pdf,.jpeg,.png} +\else + % or other class option (dvipsone, dvipdf, if not using dvips). graphicx + % will default to the driver specified in the system graphics.cfg if no + % driver is specified. + % \usepackage[dvips]{graphicx} + % declare the path(s) where your graphic files are + % \graphicspath{{../eps/}} + % and their extensions so you won't have to specify these with + % every instance of \includegraphics + % \DeclareGraphicsExtensions{.eps} +\fi +% graphicx was written by David Carlisle and Sebastian Rahtz. It is +% required if you want graphics, photos, etc. graphicx.sty is already +% installed on most LaTeX systems. The latest version and documentation can +% be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/graphics/ +% Another good source of documentation is "Using Imported Graphics in +% LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or +% epslatex.pdf at: http://www.ctan.org/tex-archive/info/ +% +% latex, and pdflatex in dvi mode, support graphics in encapsulated +% postscript (.eps) format. pdflatex in pdf mode supports graphics +% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure +% that all non-photo figures use a vector format (.eps, .pdf, .mps) and +% not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats +% which can result in "jaggedy"/blurry rendering of lines and letters as +% well as large increases in file sizes. +% +% You can find documentation about the pdfTeX application at: +% http://www.tug.org/applications/pdftex + + + + + +% *** MATH PACKAGES *** +% +%\usepackage[cmex10]{amsmath} +% A popular package from the American Mathematical Society that provides +% many useful and powerful commands for dealing with mathematics. If using +% it, be sure to load this package with the cmex10 option to ensure that +% only type 1 fonts will utilized at all point sizes. Without this option, +% it is possible that some math symbols, particularly those within +% footnotes, will be rendered in bitmap form which will result in a +% document that can not be IEEE Xplore compliant! +% +% Also, note that the amsmath package sets \interdisplaylinepenalty to 10000 +% thus preventing page breaks from occurring within multiline equations. Use: +%\interdisplaylinepenalty=2500 +% after loading amsmath to restore such page breaks as IEEEtran.cls normally +% does. amsmath.sty is already installed on most LaTeX systems. The latest +% version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/ + + + + + +% *** SPECIALIZED LIST PACKAGES *** +% +%\usepackage{algorithmic} +% algorithmic.sty was written by Peter Williams and Rogerio Brito. +% This package provides an algorithmic environment fo describing algorithms. +% You can use the algorithmic environment in-text or within a figure +% environment to provide for a floating algorithm. Do NOT use the algorithm +% floating environment provided by algorithm.sty (by the same authors) or +% algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated +% algorithm float types and packages that provide these will not provide +% correct IEEE style captions. The latest version and documentation of +% algorithmic.sty can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/ +% There is also a support site at: +% http://algorithms.berlios.de/index.html +% Also of interest may be the (relatively newer and more customizable) +% algorithmicx.sty package by Szasz Janos: +% http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/ + + + + +% *** ALIGNMENT PACKAGES *** +% +%\usepackage{array} +% Frank Mittelbach's and David Carlisle's array.sty patches and improves +% the standard LaTeX2e array and tabular environments to provide better +% appearance and additional user controls. As the default LaTeX2e table +% generation code is lacking to the point of almost being broken with +% respect to the quality of the end results, all users are strongly +% advised to use an enhanced (at the very least that provided by array.sty) +% set of table tools. array.sty is already installed on most systems. The +% latest version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/required/tools/ + + +%\usepackage{mdwmath} +%\usepackage{mdwtab} +% Also highly recommended is Mark Wooding's extremely powerful MDW tools, +% especially mdwmath.sty and mdwtab.sty which are used to format equations +% and tables, respectively. The MDWtools set is already installed on most +% LaTeX systems. The lastest version and documentation is available at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/ + + +% IEEEtran contains the IEEEeqnarray family of commands that can be used to +% generate multiline equations as well as matrices, tables, etc., of high +% quality. + + +%\usepackage{eqparbox} +% Also of notable interest is Scott Pakin's eqparbox package for creating +% (automatically sized) equal width boxes - aka "natural width parboxes". +% Available at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/ + + + + + +% *** SUBFIGURE PACKAGES *** +%\usepackage[tight,footnotesize]{subfigure} +% subfigure.sty was written by Steven Douglas Cochran. This package makes it +% easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE +% work, it is a good idea to load it with the tight package option to reduce +% the amount of white space around the subfigures. subfigure.sty is already +% installed on most LaTeX systems. The latest version and documentation can +% be obtained at: +% http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/ +% subfigure.sty has been superceeded by subfig.sty. + + + +%\usepackage[caption=false]{caption} +%\usepackage[font=footnotesize]{subfig} +% subfig.sty, also written by Steven Douglas Cochran, is the modern +% replacement for subfigure.sty. However, subfig.sty requires and +% automatically loads Axel Sommerfeldt's caption.sty which will override +% IEEEtran.cls handling of captions and this will result in nonIEEE style +% figure/table captions. To prevent this problem, be sure and preload +% caption.sty with its "caption=false" package option. This is will preserve +% IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later +% (recommended due to many improvements over 1.2) of subfig.sty supports +% the caption=false option directly: +%\usepackage[caption=false,font=footnotesize]{subfig} +% +% The latest version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/ +% The latest version and documentation of caption.sty can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/caption/ + + + + +% *** FLOAT PACKAGES *** +% +%\usepackage{fixltx2e} +% fixltx2e, the successor to the earlier fix2col.sty, was written by +% Frank Mittelbach and David Carlisle. This package corrects a few problems +% in the LaTeX2e kernel, the most notable of which is that in current +% LaTeX2e releases, the ordering of single and double column floats is not +% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a +% single column figure to be placed prior to an earlier double column +% figure. The latest version and documentation can be found at: +% http://www.ctan.org/tex-archive/macros/latex/base/ + + + +%\usepackage{stfloats} +% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e +% the ability to do double column floats at the bottom of the page as well +% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in +% LaTeX2e). It also provides a command: +%\fnbelowfloat +% to enable the placement of footnotes below bottom floats (the standard +% LaTeX2e kernel puts them above bottom floats). This is an invasive package +% which rewrites many portions of the LaTeX2e float routines. It may not work +% with other packages that modify the LaTeX2e float routines. The latest +% version and documentation can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/ +% Documentation is contained in the stfloats.sty comments as well as in the +% presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE +% does not allow \baselineskip to stretch. Authors submitting work to the +% IEEE should note that IEEE rarely uses double column equations and +% that authors should try to avoid such use. Do not be tempted to use the +% cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does +% not format its papers in such ways. + + +%\ifCLASSOPTIONcaptionsoff +% \usepackage[nomarkers]{endfloat} +% \let\MYoriglatexcaption\caption +% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}} +%\fi +% endfloat.sty was written by James Darrell McCauley and Jeff Goldberg. +% This package may be useful when used in conjunction with IEEEtran.cls' +% captionsoff option. Some IEEE journals/societies require that submissions +% have lists of figures/tables at the end of the paper and that +% figures/tables without any captions are placed on a page by themselves at +% the end of the document. If needed, the draftcls IEEEtran class option or +% \CLASSINPUTbaselinestretch interface can be used to increase the line +% spacing as well. Be sure and use the nomarkers option of endfloat to +% prevent endfloat from "marking" where the figures would have been placed +% in the text. The two hack lines of code above are a slight modification of +% that suggested by in the endfloat docs (section 8.3.1) to ensure that +% the full captions always appear in the list of figures/tables - even if +% the user used the short optional argument of \caption[]{}. +% IEEE papers do not typically make use of \caption[]'s optional argument, +% so this should not be an issue. A similar trick can be used to disable +% captions of packages such as subfig.sty that lack options to turn off +% the subcaptions: +% For subfig.sty: +% \let\MYorigsubfloat\subfloat +% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}} +% For subfigure.sty: +% \let\MYorigsubfigure\subfigure +% \renewcommand{\subfigure}[2][\relax]{\MYorigsubfigure[]{#2}} +% However, the above trick will not work if both optional arguments of +% the \subfloat/subfig command are used. Furthermore, there needs to be a +% description of each subfigure *somewhere* and endfloat does not add +% subfigure captions to its list of figures. Thus, the best approach is to +% avoid the use of subfigure captions (many IEEE journals avoid them anyway) +% and instead reference/explain all the subfigures within the main caption. +% The latest version of endfloat.sty and its documentation can obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat/ +% +% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used +% later in the document, say, to conditionally put the References on a +% page by themselves. + + + + + +% *** PDF, URL AND HYPERLINK PACKAGES *** +% +%\usepackage{url} +% url.sty was written by Donald Arseneau. It provides better support for +% handling and breaking URLs. url.sty is already installed on most LaTeX +% systems. The latest version can be obtained at: +% http://www.ctan.org/tex-archive/macros/latex/contrib/misc/ +% Read the url.sty source comments for usage information. Basically, +% \url{my_url_here}. + + + + + +% *** Do not adjust lengths that control margins, column widths, etc. *** +% *** Do not use packages that alter fonts (such as pslatex). *** +% There should be no need to do such things with IEEEtran.cls V1.6 and later. +% (Unless specifically asked to do so by the journal or conference you plan +% to submit to, of course. ) + + +% correct bad hyphenation here +\hyphenation{op-tical net-works semi-conduc-tor} + + +\begin{document} +% +% paper title +% can use linebreaks \\ within to get better formatting as desired +\title{Bare Demo of IEEEtran.cls for Journals} +% +% +% author names and IEEE memberships +% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break +% a structure at a ~ so this keeps an author's name from being broken across +% two lines. +% use \thanks{} to gain access to the first footnote area +% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks +% was not built to handle multiple paragraphs +% + +\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,} + John~Doe,~\IEEEmembership{Fellow,~OSA,} + and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space +\thanks{M. Shell is with the Department +of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, +GA, 30332 USA e-mail: (see http://www.michaelshell.org/contact.html).}% <-this % stops a space +\thanks{J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space +\thanks{Manuscript received April 19, 2005; revised January 11, 2007.}} + +% note the % following the last \IEEEmembership and also \thanks - +% these prevent an unwanted space from occurring between the last author name +% and the end of the author line. i.e., if you had this: +% +% \author{....lastname \thanks{...} \thanks{...} } +% ^------------^------------^----Do not want these spaces! +% +% a space would be appended to the last name and could cause every name on that +% line to be shifted left slightly. This is one of those "LaTeX things". For +% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get +% "AB" then you have to do: "\textbf{A}\textbf{B}" +% \thanks is no different in this regard, so shield the last } of each \thanks +% that ends a line with a % and do not let a space in before the next \thanks. +% Spaces after \IEEEmembership other than the last one are OK (and needed) as +% you are supposed to have spaces between the names. For what it is worth, +% this is a minor point as most people would not even notice if the said evil +% space somehow managed to creep in. + + + +% The paper headers +\markboth{Journal of \LaTeX\ Class Files,~Vol.~6, No.~1, January~2007}% +{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Journals} +% The only time the second header will appear is for the odd numbered pages +% after the title page when using the twoside option. +% +% *** Note that you probably will NOT want to include the author's *** +% *** name in the headers of peer review papers. *** +% You can use \ifCLASSOPTIONpeerreview for conditional compilation here if +% you desire. + + + + +% If you want to put a publisher's ID mark on the page you can do it like +% this: +%\IEEEpubid{0000--0000/00\$00.00~\copyright~2007 IEEE} +% Remember, if you use this you must call \IEEEpubidadjcol in the second +% column for its text to clear the IEEEpubid mark. + + + +% use for special paper notices +%\IEEEspecialpapernotice{(Invited Paper)} + + + + +% make the title area +\maketitle + + +\begin{abstract} +%\boldmath +The abstract goes here. +\end{abstract} +% IEEEtran.cls defaults to using nonbold math in the Abstract. +% This preserves the distinction between vectors and scalars. However, +% if the journal you are submitting to favors bold math in the abstract, +% then you can use LaTeX's standard command \boldmath at the very start +% of the abstract to achieve this. Many IEEE journals frown on math +% in the abstract anyway. + +% Note that keywords are not normally used for peerreview papers. +\begin{IEEEkeywords} +IEEEtran, journal, \LaTeX, paper, template. +\end{IEEEkeywords} + + + + + + +% For peer review papers, you can put extra information on the cover +% page as needed: +% \ifCLASSOPTIONpeerreview +% \begin{center} \bfseries EDICS Category: 3-BBND \end{center} +% \fi +% +% For peerreview papers, this IEEEtran command inserts a page break and +% creates the second title. It will be ignored for other modes. +\IEEEpeerreviewmaketitle + + + +\section{Introduction} +% The very first letter is a 2 line initial drop letter followed +% by the rest of the first word in caps. +% +% form to use if the first word consists of a single letter: +% \IEEEPARstart{A}{demo} file is .... +% +% form to use if you need the single drop letter followed by +% normal text (unknown if ever used by IEEE): +% \IEEEPARstart{A}{}demo file is .... +% +% Some journals put the first two words in caps: +% \IEEEPARstart{T}{his demo} file is .... +% +% Here we have the typical use of a "T" for an initial drop letter +% and "HIS" in caps to complete the first word. +\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file'' +for IEEE journal papers produced under \LaTeX\ using +IEEEtran.cls version 1.7 and later. +% You must have at least 2 lines in the paragraph with the drop letter +% (should never be an issue) +I wish you the best of success. + +\hfill mds + +\hfill January 11, 2007 + +\subsection{Subsection Heading Here} +Subsection text here. + +% needed in second column of first page if using \IEEEpubid +%\IEEEpubidadjcol + +\subsubsection{Subsubsection Heading Here} +Subsubsection text here. + + +% An example of a floating figure using the graphicx package. +% Note that \label must occur AFTER (or within) \caption. +% For figures, \caption should occur after the \includegraphics. +% Note that IEEEtran v1.7 and later has special internal code that +% is designed to preserve the operation of \label within \caption +% even when the captionsoff option is in effect. However, because +% of issues like this, it may be the safest practice to put all your +% \label just after \caption rather than within \caption{}. +% +% Reminder: the "draftcls" or "draftclsnofoot", not "draft", class +% option should be used if it is desired that the figures are to be +% displayed while in draft mode. +% +%\begin{figure}[!t] +%\centering +%\includegraphics[width=2.5in]{myfigure} +% where an .eps filename suffix will be assumed under latex, +% and a .pdf suffix will be assumed for pdflatex; or what has been declared +% via \DeclareGraphicsExtensions. +%\caption{Simulation Results} +%\label{fig_sim} +%\end{figure} + +% Note that IEEE typically puts floats only at the top, even when this +% results in a large percentage of a column being occupied by floats. + + +% An example of a double column floating figure using two subfigures. +% (The subfig.sty package must be loaded for this to work.) +% The subfigure \label commands are set within each subfloat command, the +% \label for the overall figure must come after \caption. +% \hfil must be used as a separator to get equal spacing. +% The subfigure.sty package works much the same way, except \subfigure is +% used instead of \subfloat. +% +%\begin{figure*}[!t] +%\centerline{\subfloat[Case I]\includegraphics[width=2.5in]{subfigcase1}% +%\label{fig_first_case}} +%\hfil +%\subfloat[Case II]{\includegraphics[width=2.5in]{subfigcase2}% +%\label{fig_second_case}}} +%\caption{Simulation results} +%\label{fig_sim} +%\end{figure*} +% +% Note that often IEEE papers with subfigures do not employ subfigure +% captions (using the optional argument to \subfloat), but instead will +% reference/describe all of them (a), (b), etc., within the main caption. + + +% An example of a floating table. Note that, for IEEE style tables, the +% \caption command should come BEFORE the table. Table text will default to +% \footnotesize as IEEE normally uses this smaller font for tables. +% The \label must come after \caption as always. +% +%\begin{table}[!t] +%% increase table row spacing, adjust to taste +%\renewcommand{\arraystretch}{1.3} +% if using array.sty, it might be a good idea to tweak the value of +% \extrarowheight as needed to properly center the text within the cells +%\caption{An Example of a Table} +%\label{table_example} +%\centering +%% Some packages, such as MDW tools, offer better commands for making tables +%% than the plain LaTeX2e tabular which is used here. +%\begin{tabular}{|c||c|} +%\hline +%One & Two\\ +%\hline +%Three & Four\\ +%\hline +%\end{tabular} +%\end{table} + + +% Note that IEEE does not put floats in the very first column - or typically +% anywhere on the first page for that matter. Also, in-text middle ("here") +% positioning is not used. Most IEEE journals use top floats exclusively. +% Note that, LaTeX2e, unlike IEEE journals, places footnotes above bottom +% floats. This can be corrected via the \fnbelowfloat command of the +% stfloats package. + + + +\section{Conclusion} +The conclusion goes here. + + + + + +% if have a single appendix: +%\appendix[Proof of the Zonklar Equations] +% or +%\appendix % for no appendix heading +% do not use \section anymore after \appendix, only \section* +% is possibly needed + +% use appendices with more than one appendix +% then use \section to start each appendix +% you must declare a \section before using any +% \subsection or using \label (\appendices by itself +% starts a section numbered zero.) +% + + +\appendices +\section{Proof of the First Zonklar Equation} +Appendix one text goes here. + +% you can choose not to have a title for an appendix +% if you want by leaving the argument blank +\section{} +Appendix two text goes here. + + +% use section* for acknowledgement +\section*{Acknowledgment} + + +The authors would like to thank... + + +% Can use something like this to put references on a page +% by themselves when using endfloat and the captionsoff option. +\ifCLASSOPTIONcaptionsoff + \newpage +\fi + + + +% trigger a \newpage just before the given reference +% number - used to balance the columns on the last page +% adjust value as needed - may need to be readjusted if +% the document is modified later +%\IEEEtriggeratref{8} +% The "triggered" command can be changed if desired: +%\IEEEtriggercmd{\enlargethispage{-5in}} + +% references section + +% can use a bibliography generated by BibTeX as a .bbl file +% BibTeX documentation can be easily obtained at: +% http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/ +% The IEEEtran BibTeX style support page is at: +% http://www.michaelshell.org/tex/ieeetran/bibtex/ +%\bibliographystyle{IEEEtran} +% argument is your BibTeX string definitions and bibliography database(s) +%\bibliography{IEEEabrv,../bib/paper} +% +% manually copy in the resultant .bbl file +% set second argument of \begin to the number of references +% (used to reserve space for the reference number labels box) +\begin{thebibliography}{1} + +\bibitem{IEEEhowto:kopka} +H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus + 0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999. + +\end{thebibliography} + +% biography section +% +% If you have an EPS/PDF photo (graphicx package needed) extra braces are +% needed around the contents of the optional argument to biography to prevent +% the LaTeX parser from getting confused when it sees the complicated +% \includegraphics command within an optional argument. (You could create +% your own custom macro containing the \includegraphics command to make things +% simpler here.) +%\begin{biography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{mshell}}]{Michael Shell} +% or if you just want to reserve a space for a photo: + +\begin{IEEEbiography}{Michael Shell} +Biography text here. +\end{IEEEbiography} + +% if you will not have a photo at all: +\begin{IEEEbiographynophoto}{John Doe} +Biography text here. +\end{IEEEbiographynophoto} + +% insert where needed to balance the two columns on the last page with +% biographies +%\newpage + +\begin{IEEEbiographynophoto}{Jane Doe} +Biography text here. +\end{IEEEbiographynophoto} + +% You can push biographies down or up by placing +% a \vfill before or after them. The appropriate +% use of \vfill depends on what kind of text is +% on the last page and whether or not the columns +% are being equalized. + +%\vfill + +% Can be used to pull up biographies so that the bottom of the last one +% is flush with the other column. +%\enlargethispage{-5in} + + + +% that's all folks +\end{document} + +
phr/trunk/doc/papers/template/bare_jrnl.tex Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Author Date Id Rev URL \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.