summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ametsoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-05 18:46:06 +0000
committerKarl Berry <karl@freefriends.org>2008-09-05 18:46:06 +0000
commit53b978a99a82b83e1643db2362d70d9eba83e19d (patch)
tree11ed9e1292e6a6081a2defcfa15640c65c74d82c /Master/texmf-dist/doc/latex/ametsoc
parentb0dcc8e69a391e4ff375f15a908fc97068a4ba4f (diff)
ametsoc 3.0 (3sep08)
git-svn-id: svn://tug.org/texlive/trunk@10433 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ametsoc')
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/README5
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/amspaper.pdfbin107551 -> 146098 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/amspaper.tex359
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/amspaper2col.pdfbin0 -> 142085 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/blank_template.pdfbin0 -> 85801 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/blank_template.tex149
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps2005
7 files changed, 1771 insertions, 747 deletions
diff --git a/Master/texmf-dist/doc/latex/ametsoc/README b/Master/texmf-dist/doc/latex/ametsoc/README
index 7b91a2363bd..aa50ca453be 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/README
+++ b/Master/texmf-dist/doc/latex/ametsoc/README
@@ -1,7 +1,8 @@
-This package (Version 2.02) contains all the files necessary to write an article using
+This package (Version 3.0) contains all the files necessary to write an article using
LaTeX for the American Meteorological Society journals. The article and
bibliography style files are provided along with two PDFs describing the
use of the files and a blank template for authors to use in writing their
-article.
+article. The packae also includes a separate style file used to format a two-column,
+journal page layout draft for the author's own personal use.
License: LaTeX Project Public License \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf b/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf
index 7ecac578d45..8bde07d8790 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf
+++ b/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex b/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
index fdca32e1bc4..26dfcb5a437 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
+++ b/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
@@ -1,97 +1,163 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% amspaper.tex -- LaTeX2e-based template for submissions to American
+% Meteorological Society Journals, including
%
-% AMS template fie with AMS style descripition
+% JAS -- Journal of the Atmospheric Sciences
+% JAMC -- Journal of Applied Meteorology and Climatology
+% JPO -- Journal of Physical Oceanography
+% MWR -- Monthly Weather Review
+% JTECH -- Journal of Atmospheric and Oceanic Technology
+% WAF -- Weather and Forecasting
+% JCLI -- Journal of Climate
+% JHM -- Journal of Hydrometeorology
+% JAM -- Journal of Applied Meteorology
%
-% Developed by Brian Papa - American Meteorological Society
+% Template developed by B. Papa and S. Cooley, AMS.
+% Email questions to latex@ametsoc.org.
%
-% amspaper.tex version 2.01
-% 8/31/07 corrected placement of doublespace command
+% August 12, 2008 (SRC)
+% - Clarified/added header notes, comments throughout
+% - Improved title page
+% - Edited text of document for clarity
+% - Altered list styles to adhere to AMS style, added comments
+% - Removed incorrect commands (i.e., \catcode) (corrects umlaut bug)
+% - Moved non-template commands to ametsoc.sty
%
-\documentclass[12pt]{article}
+% August, 2008 - B. Papa
+% - Updated to handle two column journal page output
+% - Updated text with new/modified instructions
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% %
+% USE THIS TEMPLATE, AMETSOC.STY, AND AMETSOC.BST %
+% OR YOUR TEX FILES WILL NOT BE USED %
+% %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% PREAMBLE
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% The following two commands will generate a PDF that follows all the requirements for submission
+% and peer review. Uncomment these commands to generate this output (and comment out the two lines below.)
+%
+% DOUBLE SPACE VERSION FOR SUBMISSION TO THE AMS
+\documentclass[12pt]{article}
\usepackage{ametsoc}
-
-\setcounter{secnumdepth}{5}
-
-\catcode`\"=\active \let"=\"
-\let\3=\ss
-
+%
+% The following two commands will generate a single space, double column paper that closely
+% matches an AMS journal page. Uncomment these commands to generate this output (and comment
+% out the two lines above. FOR AUTHOR USE ONLY. PAPERS SUBMITTED IN THIS FORMAT WILL BE RETURNED
+% TO THE AUTHOR for submission with the correct formatting.
+%
+% TWO COLUMN JOURNAL PAGE LAYOUT FOR AUTHOR USE ONLY
+%%%\documentclass[10pt]{article}
+%%%\usepackage{ametsoc2col}
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ABSTRACT
+%
+% Enter your Abstract here
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newcommand{\myabstract}{Enter the text of your abstract here. This is a sample American Meteorological Society (AMS) \LaTeX\ template. This document provides authors with both a \LaTeX\ template and basic AMS formatting guidelines to be used when writing a paper. Authors should refer to the file amspaper.tex to review the actual \LaTeX\ code used to create this document. The amspaper.tex (or blank\_template.tex) file can then be modified by authors for their own manuscript. The abstract should be no longer than 250 words in length. The abstract should not contain any mathematical expressions, should include no
+footnotes or citations, and should not contain first-person sentence structure.}
+%
\begin{document}
-
-\title{\bf{A Sample American Meteorological Society \LaTeX\ Document}}
-% First author name and corresponding author information (typically
-% the first author).
-\author{{\sc{Brian Papa} \thanks{\textit{Corresponding author address:}
- Brian Papa, American Meteorological Society, 45 Beacon St., Boston,
- MA 01464. \newline{E-mail: latex@ametsoc.org}}}\\
-% First author affiliation
-\sc{American Meteorological Society, Boston, Massachusetts}
%
-% Use the \and command to add multiple authors with different
-% affiliations
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% TITLE
%
-% Second author name and affiliation
-\and
-\centerline{\sc{Author2Firstname Author2Lastname}}\\
-\centerline{\sc{Affiliation, City, State/Province, Country}}
+% Enter your TITLE here
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\title{\textbf{\large{A Sample American Meteorological Society \LaTeX\ Document}}}
%
-% Second author name and affiliation
-\and
-\centerline{\sc{Author3Firstname Author3Lastname}}\\
-\centerline{\sc{Affiliation, City, State/Province, Country}}
+% Author names, with corresponding author information.
+% [Update and move the \thanks{...} block as appropriate.]
+%
+\author{\textsc{Brian Papa}
+ \thanks{\textit{Corresponding author address:}
+ Brian Papa, American Meteorological Society,
+ 45 Beacon St., Boston, MA 01464.
+ \newline{E-mail: latex@ametsoc.org}}\quad\textsc{and Sarah Cooley}\\
+\textit{\footnotesize{American Meteorological Society, Boston, Massachusetts}}
+\and
+\centerline{\textsc{Extra Author}}\\% Add additional authors, different insitution
+\centerline{\textit{\footnotesize{Affiliation, City, State/Province, Country}}}
}
+%
+% The following block of code will handle the formatting of the title page depnding on whether
+% we are formatting a double column (dc) author draft or a single column paper for submission.
+% AUTHORS SHOULD SKIP OVER THIS... There is nothing to do in this section of code.
+\ifthenelse{\boolean{dc}}
+{
+\twocolumn[
+\begin{@twocolumnfalse}
\amstitle
-% Start Abstract
+% Start Abstract (Enter your Abstract above. Do not enter any text here)
+\begin{center}
+\begin{minipage}{13.0cm}
\begin{abstract}
-This is a sample American Meteorological Society (AMS) \LaTeX\ template. This
-document provides authors with both a \LaTeX\ template and basic AMS
-formatting guidelines to be used when writing a paper. Authors should
-refer to the file amspaper.tex to review the actual \LaTeX\ code used to
-create this document. The amspaper.tex (or blank\_template.tex) file
-can then be modified by authors for their own manuscript.
-
-The abstract should be no longer than 250 words in length. The abstract
-should not contain any mathematical expressions, should include no
-footnotes or citations, and should not contain first-person sentence
-structure.
+ \myabstract
+ \newline
+ \begin{center}
+ \rule{38mm}{0.2mm}
+ \end{center}
\end{abstract}
-
-% Start main body of the paper
+\end{minipage}
+\end{center}
+\end{@twocolumnfalse}
+]
+}
+{
+\amstitle
+\begin{abstract}
+\myabstract
+\end{abstract}
+\newpage
+}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% MAIN BODY OF PAPER
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
\section{Introduction}
This document will provide authors with the basic American
-Meteorological Society (AMS) formatting guidelines. This is done using
-\LaTeX\, which will also provide authors with an initial \LaTeX\ template
-to use when submitting a manuscript to the AMS. The following
+Meteorological Society (AMS) formatting guidelines. This document was created using
+\LaTeX\, and demonstrates how to use the \LaTeX\ template
+when submitting a manuscript to the AMS. The following
sections will outline the guidelines and formatting for text, math,
-figures, and tables all through the use of \LaTeX\/. A more thorough review
+figures, and tables while using \LaTeX\/. A more thorough review
of all manuscript requirements can be found in the AMS Authors' Guide
-(available online at \url{www.ametsoc.org/PUBS/Authorsguide/pdf_vs/authguide.pdf}).
+(available online at \url{www.ametsoc.org/PUBS/Authorsguide/html_vs/index.html}).
-An attempt to compile amspaper.tex should be made before using the template. These files are not guaranteed to work. The files have been tested on a Mandriva 10.2 Limited Edition Linux
-distribution (available online at \url{http://www.mandriva.com/en/download}) using \TeX\ Live 2007 (available online at \url{http://www.tug.org/texlive/}) and the now obsolete tetex-3.0-8, and on Windows XP using ProTeXt (available online at \url{http://www.tug.org/protext/}), which is based on MiKTex. Other distributions of Linux/Unix and Windows using other distributions of \LaTeX\ may be acceptable. Feedback and questions should be sent to latex@ametsoc.org.
+An attempt to compile amspaper.tex should be made before using the template. The files have been tested on a Mandriva 10.2 Limited Edition Linux
+distribution (available online at \url{http://www.mandriva.com}) using \TeX\ Live 2007 (available online at \url{http://www.tug.org/texlive/}) and the now obsolete tetex-3.0-8, and on Windows XP using ProTeXt (available online at \url{http://www.tug.org/protext}), which is based on MiKTex. Other distributions of\\ Linux/Unix, Windows, and \LaTeX\ may be acceptable. Feedback and questions should be sent to latex@ametsoc.org.
-Authors may also use the blank\_template.tex file as a simple empty template to begin their paper. A valuable source of \LaTeX\ information is the \textit{Tex Frequently Asked
+Authors may use the empty template blank\_template.tex to begin their paper. A valuable source of \LaTeX\ information are the \textit{Tex Frequently Asked
Questions} available at numerous Web sites (available online at
-\url{http://faq.tug.org}).
+\url{faq.tug.org}).
+
\section{Formatting text and sections}
The text should be divided into sections, each with
-a separate heading and numbered consecutively (unless it is a single
-secondary or tertiary section). The
-primary, secondary, tertiary, and quaternary headings should be formatted on a separate
+a separate heading and consecutive numbering. Note, however, that single
+secondary, tertiary, and quaternary sections remain unnumbered. Each section heading should be placed on a separate
line using the appropriate \LaTeX\ commands. For more detailed information on different sections and
their formatting see the Authors' Guide.
-\subsection*{Secondary headings}
-Secondary headings labeled with letters are formatted using the $\backslash$subsection command. Sections without labels can be formatted by placing an asterisk
-at the end of the appropriate subsection, subsubsection, or paragraph command
-(as in this case).
-\subsubsection*{Tertiary headings}
-Tertiary headings are formatted using the $\backslash$subsubsection command.
-\paragraph*{Quaternary headings}
-Quaternary headings are formatted using the $\backslash$paragraph command.
+
+\subsection*{Secondary headings} %Use \subsection{} for multiple, and \subsection*{} for single.
+Secondary headings labeled with letters are formatted using the $\backslash$subsection$*$ or $\backslash$subsection command for single (as in this case) or multiple secondary sections, respectively.
+
+\subsubsection*{Tertiary headings} %Use \subsubsection{} for multiple, and \subsubsection*{} for single.
+Tertiary headings are formatted using the $\backslash$subsubsection$*$ or $\backslash$subsubsection command.
+
+\paragraph*{Quaternary headings} %Use \paragraph{} for multiple, and \paragraph*{} for single.
+Quaternary headings are formatted using the $\backslash$paragraph$*$ or $\backslash$paragraph command.
\section{Citations}
Citations to standard references in text should consist of the name of the author and the
-year of publication, for example, \cite{Becker+Schmitz2003} or \citep{Becker+Schmitz2003} using the appropriate $\backslash$cite\ or $\backslash$citep commands, respectively. A variety of citation formats can be made with the natbib package. Refer to
+year of publication, for example, \cite{Becker+Schmitz2003} or \citep{Becker+Schmitz2003} using the appropriate $\backslash$cite\ or $\backslash$citep commands, respectively. A variety of citation formats can be used with the natbib package. Refer to
documentation on the natbib package for more information on the basic citation
commands. References should be entered in the references.bib file located in the bibliography subdirectory. For a thorough discussion of how to enter references into the references.bib database file following AMS style please refer to the AMS\_references.pdf document included in this package.
@@ -99,13 +165,14 @@ commands. References should be entered in the references.bib file located in the
The following sections will outline the basic formatting rules
for mathematical symbols and units. In addition, a review of the amspaper.tex file
will show how this is done with the use of \LaTeX\ commands. The AMS template provides the American Mathematical Society math, font, symbol, and boldface packages for use in math mode.
+
\subsection{Mathematical symbols}
Symbols must be of the same font style both in text discussion and in displayed
equations or terms (and figures should be prepared to match). Scalar
single character symbols are set italic, Greek, or script. Examples
-are $u$, $L$ [note that Greek upsilon $\upsilon$ is used for
+are $u$, $L$ [note that $\upsilon$ (Greek upsilon) is used instead of
\textit{v} (italic ``vee'') to avoid confusion with
-Greek nu $\nu$ often used for viscosity; this is handled automatically
+ $\nu$ (Greek nu) often used for viscosity; this is handled automatically
when in \LaTeX\ math mode], $w$, $x$, $y$, $z$, $f$, $g$, $r$, indices such as $i$ or $j$, and constants such as $C_D$, $k$,
or $K$. Multiple character scalar variables, abbreviations, nondimensional numbers, and acronyms for
variables are set regular nonitalic: $\mathrm{LWC}$, $\mathrm{Re}$, $\mathrm{Ro}$, $\mathrm{BT}$, $\mathrm{abs}$, $\mathrm{obs}$, $\mathrm{max}$, $\mathrm{min}$, $\mathrm{Re}$/$\mathrm{Im}$ (real/imaginary), etc.
@@ -116,10 +183,12 @@ matrix notation use nonitalic boldface Arial (or Sans Serif) font as in
$\bm{\mathsf{A}}$, $\bm{\mathsf{B}}$, or $\bm{\mathsf{M}}$. All mathematical operator abbreviations/acronyms are set lowercase regular
Roman font, except $O$ (on the order of): $\sin$, $\cos$, $\tan$, $\tanh$, $\mathrm{cov}$, $\Pr$ (for probability; note same as
Prandtl number), $\mathrm{const}$ (for constant), $\mathrm{c.c.}$ (complex conjugate).
+
\subsection{Units}
Units are always set on a single line with a space separating the denominator, which is set with a
superscript $-1$, $-2$, and so on, rather than using a slash for ``per.'' Examples are g kg$^{-1}$ , m$^2$ s$^{-1}$ , W m$^{-2}$ , g
m$^{-3}$ , and m s$^{-1}$ (note that ms$^{-1}$ is the unit for ``per millisecond'').
+
\subsection{Equations}
Brief equations or terms set inline in text must be set as a
single line expression because page proofs are not double spaced, for
@@ -130,66 +199,107 @@ such as
\begin{displaymath}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\end{displaymath}
-Otherwise, numbered equations can be entered using the appropriate
+Otherwise, numbered display equations can be entered using the appropriate
$\backslash$equation command, such as
\begin{equation}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\end{equation}
-This provides a numbered display equation.
+
+Lists of equations are punctuated as written English, and commas, semicolons, and periods are placed where appropriate. Conjunctions such as ``and,'' ``while,'' ``when,'' or ``for'' are also typically placed before the final element in a mathematical phrase, as befits the intended mathematical meaning.
\section{Figures and tables}
+
\subsection{Figures}
Detailed information about figures can be found both in the Authors'
Guide and through links on the AMS Author Upload Web page (available
online at \url{http://www.ametsoc.org/au_upload/index.cfm}). The insertion
-of a sample figure (Fig. \ref{f1}) and caption is shown below. Standard figure sizes are 19 (one column), 27, 30, 33, 36, and 39 (two columns) picas. Authors should attempt to size their figures appropriately. At this time our press can accept only eps and TIFF figures. Because pdfTeX does not support the use of either of these figure types authors should not attempt to build their PDF file using this driver. The dvips driver does support the use of eps files, but not TIFF files. Therefore, authors should use eps figure files when using this template.
+of a sample figure (Fig. \ref{f1})
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% FIGURES
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{figure}[t]
+ \noindent\includegraphics[width=19pc,angle=0]{./figures/figure01.eps}\\
+ \caption{Enter the caption for your figure here. Repeat as
+ necessary for each of your figures. Create a figures directory and
+ place all figures in that directory. Figure from Houghton et al. (2001).}\label{f1}
+\end{figure}
+and caption is shown above. Standard figure sizes are
+19 (one column), 27, 30, 33 (two columns), 36, and 39 picas. Authors should attempt to size their figures appropriately. At this time our press can accept only eps and TIFF figures. Because pdfTeX does not support the use of either of these figure types authors should not attempt to build their PDF file using this driver. The dvips driver does support the use of eps files, but not TIFF files. Therefore, authors should use eps figure files when using this template.
+
\subsection{Tables}
Each table must be numbered, provided with a caption, and mentioned specifically in
the text. Each table should be in double-spaced format on a separate page, with an
explanatory caption typed above the table on the same page. All tables should be attached at
the end of the manuscript, following the figure legends. See section
11 of the Authors' Guide for more information on the proper
-preparation of tables. See below for the formatting of a sample
+preparation of tables. See above for the formatting of a sample
table (Table \ref{t1}).
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% TABLES
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{table}[t]
+\caption{This is a sample table caption and table layout. Enter as many tables as
+ necessary at the end of your manuscript. Table from Lorenz (1963).}\label{t1}
+\begin{center}
+\begin{tabular}{ccccrrcrc}
+\hline\hline
+$N$ & $X$ & $Y$ & $Z$\\
+\hline
+ 0000 & 0000 & 0010 & 0000 \\
+ 0005 & 0004 & 0012 & 0000 \\
+ 0010 & 0009 & 0020 & 0000 \\
+ 0015 & 0016 & 0036 & 0002 \\
+ 0020 & 0030 & 0066 & 0007 \\
+ 0025 & 0054 & 0115 & 0024 \\
+\hline
+\end{tabular}
+\end{center}
+\end{table}
+%
-%Start acknowledments
-\begin{acknowledgment}
-Keep acknowledgments (note spelling, no ``e'' between the ``g'' and ``m'') as brief as possible. In general, acknowledge only direct help
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ACKNOWLEDGMENTS
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{acknowledgment}
+ Keep acknowledgments (note correct spelling: no ``e'' between the ``g'' and ``m'') as brief as possible. In general, acknowledge only direct help
in writing or research. Financial support (e.g., grant numbers) for the work done, or for an
author, or for the laboratory where the work was performed is best acknowledged here rather
than as footnotes to the title or to an author's name. Contribution numbers (if the work has
been published by the author's institution or organization) should be included on the title
page, not in the acknowledgments.
\end{acknowledgment}
-\clearpage
-%Start appendix section(s)
-%
-% Use appendix command in place of {appendix}[A], {appendix}[B], etc. if only one
-% appendix is needed.
-\begin{appendix}[A]
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% APPENDICES
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\ifthenelse{\boolean{dc}}
+{}
+{\clearpage}
+\begin{appendix}[A]% Use \begin{appendix} and not \begin{appendix}[A] for only one appendix.
\section*{\begin{center}Appendix Title Is Entered Here\end{center}}
\subsection*{Appendix section}
The AMS template allows authors to format an unlimited number of appendixes.
-To format a single appendix use the $\backslash$appendix command with no additional argument. Otherwise, add the appropriate one letter argument to the $\backslash$appendix command (e.g. $\backslash$appendix[A], $\backslash$appendix[B], $\backslash$appendix[C], etc.) corresponding to the appropriate appendix. The title of the appendix can formatted using the $\backslash$section* command as shown above (which also provides code for centering). The $\backslash$subsection, $\backslash$subsubection, and $\backslash$paragraph commands are used to create sections within the appendix. Equations are automatically numbered appropriately for each appendix. Here is an example of the first equation in appendix A, automatically labeled (\ref{eq:1}),
+To format a single appendix, use the $\backslash$appendix command with no additional argument. Otherwise, add the appropriate one-letter argument to the $\backslash$appendix command (e.g. $\backslash$appendix[A], $\backslash$appendix[B], $\backslash$appendix[C], etc.) corresponding to the appropriate appendix. The title of the appendix can formatted using the $\backslash$section* command as shown above (which also provides code for centering). The $\backslash$subsection, $\backslash$subsubection, and $\backslash$paragraph commands are used to create sections within the appendix. Equations are automatically numbered appropriately for each appendix. Here is an example of the first equation in appendix A, automatically labeled (\ref{eq:1}),
\begin{equation} \label{eq:1}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\end{equation}
\end{appendix}
-\clearpage
+\ifthenelse{\boolean{dc}}
+{}
+{\clearpage}
\begin{appendix}[B]
\section*{\begin{center}File structure of the AMS \LaTeX\ Package\end{center}}
\subsection*{AMS \LaTeX\ files}
You will be provided with a tarred, zipped \LaTeX\ package containing
-nine files: amspaper.tex, blank\_template.tex, ametsoc.sty, amspaper.pdf, figure01.eps,
+eleven files: amspaper.tex, blank\_template.tex, ametsoc.sty, ametsoc2col.sty, amspaper.pdf, amspaper2col.pdf, figure01.eps,
AMS\_references.pdf, ametsoc.bst, database.bib, and references.bib. Two subdirectories will be created
when you untar the package: figures and bibliography. The figures
directory will contain the sample figure file figure01.eps. This
directory should be used to store all your figure files. The
bibliography directory will contain the sample bibliography files
database.bib and references.bib. You should alter references.bib with your own
-bibliography information. Refer to the AMS\_references.pdf file included in this package for information on how to properly populate the references.bib file. The files ametsoc.sty and ametsoc.bst are the two style files. The file amspaper.tex contains the \LaTeX\ code for this sample file. The resulting PDF is amspaper.pdf. The file blank\_template.tex provides
+bibliography information. Refer to the AMS\_references.pdf file included in this package for information on how to properly populate the references.bib file. The files ametsoc.sty and ametsoc2col.sty are the two style files. The file ametsoc.sty generates a PDF that follows all AMS guidelines for submission and peer review. The file ametsoc2col.sty can be used to generate a PDF that closely follows the layout of an AMS journal page, including single spacing and two columns. This journal style PDF is only for the author's personal use, and any papers submitted in this style will not be accepted. Always use the ametsoc.sty when generating a PDF for submission to the AMS. The file ametsoc.bst is the bibliography style file. The file amspaper.tex contains the \LaTeX\ code for this sample file. The resulting PDF can be seen in either amspaper.pdf or amspaper2col.pdf, depending on the which style file is used. The file blank\_template.tex provides
a basic blank template with some section headings for authors to more
easily enter their manuscript into.
@@ -197,73 +307,58 @@ Questions and feedback concerning the use of the AMS \LaTeX\ files should
be directed to latex@ametsoc.org.
\end{appendix}
-\clearpage
+\ifthenelse{\boolean{dc}}
+{}
+{\clearpage}
\begin{appendix}[C]
\section*{\begin{center}How to Compile the \LaTeX\ Files and Create a PDF\end{center}}
\subsection{Compilation}
There are a variety of different methods and programs that will create a final PDF from your \LaTeX\ document. Here, the basic commands for one method of creating a final PDF are presented. You can compile your \LaTeX\ files and build the dvi file with the
-following commands on a Linux-/Unix-based system.
-\begin{itemize}
-\item{latex filename.tex (e.g., latex amspaper.tex)}
-\item{bibtex filename (e.g., bibtex amspaper). Note that the .tex
- extension is not included in the filename}
-\item{latex filename.tex (e.g., latex amspaper.tex)}
-\item{latex filename.tex (e.g., latex amspaper.tex). This command is
- repeated twice to clean up any reference dependencies.}
-\end{itemize}
+following commands on a Linux-/Unix-based system:
+%
+%Use "enumeration" lists for numbered lists, which must use lower case roman numerals.
+\begin{enumerate}
+\item latex filename.tex (e.g., latex amspaper.tex)
+\item bibtex filename (e.g., bibtex amspaper). Note that the .tex
+ extension is not included in the filename
+\item latex filename.tex (e.g., latex amspaper.tex)
+\item latex filename.tex (e.g., latex amspaper.tex). This command is
+ repeated twice to clean up any reference dependencies.
+\end{enumerate}
This will create a dvi file (e.g., amspaper.dvi). You can view the dvi
file using a dvi file viewer, such as xdvi, kdvi, or some similar
program. Your PDF will be created from the dvi file, so do not delete
this file.
+
\subsection{Creating the PDF}
The final PDF can be created from the dvi file using the following
-commands on a Linux-/Unix-based system.
-\begin{itemize}
-\item{dvips filename.dvi -o filename.ps (e.g., dvips amspaper.dvi -o
- amspaper.ps). This converts the dvi file to a postscript file that
- will be converted to the final PDF.}
-\item{ps2pdf14 filename.ps (e.g., ps2pdf14 amspaper.ps). This creates
+two commands on a Linux-/Unix-based system:
+\begin{itemize} % Use "itemize" lists for unnumbered lists, but bullets are not used.
+\item[]{dvips filename.dvi -o filename.ps (e.g., dvips amspaper.dvi -o
+ amspaper.ps), which converts the dvi file to a postscript file that
+ will be converted to the final PDF; and}
+\item[]{ps2pdf14 filename.ps (e.g., ps2pdf14 amspaper.ps), which creates
the final PDF file (amspaper.pdf). The ``14'' at the end of the ps2pdf14 command will
generate a PDF compatible with Acrobat Reader, version 5 and later.
It may be replaced with ps2pdf13 or ps2pdf, which will generate PDFs
compatible with Acrobat Reader, version 4 or 3 and later,
respectively.}
\end{itemize}
+\subsection{Other software}
+There is a variety of software that can be used to edit .tex files and build a PDF. The AMS does not support \LaTeX\/-related WYSIWYG software, such as Scientific Workplace, or WYSIWYM software, such as LyX. \TeX\ Live (available online at \url{http://www.tug.org/texlive/}) is recommended for users needing an up-to-date \LaTeX\ distribution with software that includes an editor and the ability to automatically generate a PDF.
\end{appendix}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% REFERENCES
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Create a bibliography directory and place your .bib file there.
-\clearpage
-\bibliographystyle{./ametsoc}
+\ifthenelse{\boolean{dc}}
+{}
+{\clearpage}
+\bibliographystyle{ametsoc}
\bibliography{./bibliography/references}
-\clearpage
-\begin{figure}
- \noindent\includegraphics[width=19pc,angle=0]{./figures/figure01.eps}\\
- \caption{Enter the caption for your figure here. Repeat as
- necessary for each of your figures. Create a figures directory and
- place all figures in that directory.}\label{f1}
-\end{figure}
-
-\clearpage
-\begin{table}[h]
-\caption{This is a sample table caption and table layout. Enter as many tables as
- necessary at the end of your manuscript.}\label{t1}
-\begin{center}
-\begin{tabular}{ccccrrcrc}
-$\Theta$ & $a$ & $\Lambda$ & Perturbation type &
-$\tau$ & $\alpha$ & $\lambda_\parallel$
-& $n_\parallel$ & $n_\phi$
-\\ \hline\hline
- 89.5 & 1.20 & 6 & SV & 5 & 0 & 0.398 & 144 & 2304 \\
- 89.5 & 1.20 & 6 & SV & 5 & 90 & 3.981 & 2304 & 2304 \\
- 89.5 & 1.20 & 6 & NM & -- & 0 & 0.501 & 288 & 2304 \\
- 89.5 & 1.20 & 6 & NM & -- & 90 & 7.943 & 4608 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 5 & 0 & 0.631 & 288 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 5 & 90 & 3.162 & 1152 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 30 & 0 & 7.943 & 4608 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 30 & 90 & 5.012 & 2304 & 2304
-\end{tabular}
-\end{center}
-\end{table}
-
\end{document}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% END OF TEMPLATE
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/ametsoc/amspaper2col.pdf b/Master/texmf-dist/doc/latex/ametsoc/amspaper2col.pdf
new file mode 100644
index 00000000000..76eee9f920c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/amspaper2col.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ametsoc/blank_template.pdf b/Master/texmf-dist/doc/latex/ametsoc/blank_template.pdf
new file mode 100644
index 00000000000..178ec51f9c8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/blank_template.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex b/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex
index ce7d5e63e80..f7e1c3d0e5b 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex
+++ b/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex
@@ -1,37 +1,84 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% PREAMBLE
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% The following two commands will generate a PDF that follows all the requirements for submission
+% and peer review. Uncomment these commands to generate this output (and comment out the two lines below.)
+%
+% DOUBLE SPACE VERSION FOR SUBMISSION TO THE AMS
\documentclass[12pt]{article}
-
\usepackage{ametsoc}
-
-\setcounter{secnumdepth}{5}
-
-\catcode`\"=\active \let"=\"
-\let\3=\ss
-
+%
+% The following two commands will generate a single space, double column paper that closely
+% matches an AMS journal page. Uncomment these commands to generate this output (and comment
+% out the two lines above. FOR AUTHOR USE ONLY. PAPERS SUBMITTED IN THIS FORMAT WILL BE RETURNED
+% TO THE AUTHOR for submission with the correct formatting.
+%
+% TWO COLUMN JOURNAL PAGE LAYOUT FOR AUTHOR USE ONLY
+%%%%\documentclass[10pt]{article}
+%%%%\usepackage{ametsoc2col}
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ABSTRACT
+%
+% Enter your Abstract here
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newcommand{\myabstract}{Enter abstract here.}
+%
\begin{document}
-
-\title{\bf A Sample American Meteorological Society \LaTeX\ Document}
-% First author name and corresponding author information (typically
-% the first author).
-\author{{\sc{Brian Papa} \thanks{\textit{Corresponding author address:}
- Brian Papa, American Meteorological Society, 45 Beacon St., Boston,
- MA 01464. \newline{E-mail: latex@ametsoc.org}}}\\
-% First author affiliation
-\sc{American Meteorological Society, Boston, Massachusetts}
%
-% Use the \and command to add multiple authors with different
-% affiliations
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% TITLE
+%
+% Enter your TITLE here
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\title{\textbf{\large{A Sample American Meteorological Society \LaTeX\ Document}}}
+%
+% Author names, with corresponding author information.
+% [Update and move the \thanks{...} block as appropriate.]
%
-% Second author name and affiliation
-\and
-\centerline{\sc{Author2Firstname Author2Lastname}}\\
-\centerline{\sc{Affiliation, City, State/Province, Country}}
+\author{\textsc{Brian Papa}
+ \thanks{\textit{Corresponding author address:}
+ Brian Papa, American Meteorological Society,
+ 45 Beacon St., Boston, MA 01464.
+ \newline{E-mail: latex@ametsoc.org}}\quad\textsc{and Sarah Cooley}\\
+\textit{\footnotesize{American Meteorological Society, Boston, Massachusetts}}
+\and
+\centerline{\textsc{Extra Author}}\\% Add additional authors, different insitution
+\centerline{\textit{\footnotesize{Affiliation, City, State/Province, Country}}}
}
+%
+% Formatting done here...Authors should skip over this. See above for abstract.
+\ifthenelse{\boolean{dc}}
+{
+\twocolumn[
+\begin{@twocolumnfalse}
\amstitle
+% Start Abstract (Enter your Abstract above. Do not enter any text here)
+\begin{center}
+\begin{minipage}{13.0cm}
\begin{abstract}
-Start abstract here.
+ \myabstract
+ \newline
+ \begin{center}
+ \rule{38mm}{0.2mm}
+ \end{center}
\end{abstract}
-
+\end{minipage}
+\end{center}
+\end{@twocolumnfalse}
+]
+}
+{
+\amstitle
+\begin{abstract}
+\myabstract
+\end{abstract}
+}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% MAIN BODY OF PAPER
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{First primary heading}
\section{Second primary heading}
@@ -61,9 +108,11 @@ Start abstract here.
\begin{acknowledgment}
Start acknowledgments here.
\end{acknowledgment}
-\clearpage
% Use appendix}[A], {appendix}[B], etc. etc. in place of appendix if you have multiple appendixes.
+\ifthenelse{\boolean{dc}}
+{}
+{\clearpage}
\begin{appendix}
\section*{\begin{center}Appendix Title Is Entered Here (Primary heading)\end{center}}
\subsection{First appendix secondary heading}
@@ -81,39 +130,41 @@ Start acknowledgments here.
\end{appendix}
% Create a bibliography directory and place your .bib file there.
-\clearpage
+\ifthenelse{\boolean{dc}}
+{}
+{\clearpage}
\bibliographystyle{./ametsoc}
\bibliography{./bibliography/references}
-\clearpage
-\begin{figure}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% FIGURES
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{figure}[t]
\noindent\includegraphics[width=19pc,angle=0]{./figures/figure01.eps}\\
\caption{Enter the caption for your figure here. Repeat as
necessary for each of your figures. Create a figures directory and
- place all figures in that directory.}\label{f1}
+ place all figures in that directory. Figure from Houghton et al. (2001).}\label{f1}
\end{figure}
-
-\clearpage
-\begin{table}[h]
-\caption{Enter the caption for your table here. Repeat as
- necessary for each of your tables.}\label{t1}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% TABLES
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{table}[t]
+\caption{This is a sample table caption and table layout. Enter as many tables as
+ necessary at the end of your manuscript. Table from Lorenz (1963).}\label{t1}
\begin{center}
\begin{tabular}{ccccrrcrc}
-$\Theta$ & $a$ & $\Lambda$ & Perturbation type &
-$\tau$ & $\alpha$ & $\lambda_\parallel$
-& $n_\parallel$ & $n_\phi$
-\\\hline
- 89.5 & 1.20 & 6 & SV & 5 & 0 & 0.398 & 144 & 2304 \\
- 89.5 & 1.20 & 6 & SV & 5 & 90 & 3.981 & 2304 & 2304 \\
- 89.5 & 1.20 & 6 & NM & -- & 0 & 0.501 & 288 & 2304 \\
- 89.5 & 1.20 & 6 & NM & -- & 90 & 7.943 & 4608 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 5 & 0 & 0.631 & 288 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 5 & 90 & 3.162 & 1152 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 30 & 0 & 7.943 & 4608 & 2304 \\
- 89.5 & 0.87 & 6 & SV & 30 & 90 & 5.012 & 2304 & 2304
+\hline\hline
+$N$ & $X$ & $Y$ & $Z$\\
+\hline
+ 0000 & 0000 & 0010 & 0000 \\
+ 0005 & 0004 & 0012 & 0000 \\
+ 0010 & 0009 & 0020 & 0000 \\
+ 0015 & 0016 & 0036 & 0002 \\
+ 0020 & 0030 & 0066 & 0007 \\
+ 0025 & 0054 & 0115 & 0024 \\
+\hline
\end{tabular}
\end{center}
\end{table}
-
-\end{document}
-
+%
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps b/Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps
index c632fba94b3..aa6ed312c24 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps
+++ b/Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps
@@ -1,568 +1,1445 @@
%!PS-Adobe-3.0 EPSF-3.0
-%%BoundingBox: 88 307 302 527
-%%HiResBoundingBox: 88.900000 307.300000 301.600000 526.200000
-%...................................
-%%Creator: GNU Ghostscript 550 (epswrite)
-%%CreationDate: 2005/03/17 14:52:18
-%%DocumentData: Clean7Bit
-%%LanguageLevel: 2
+%%Creator: Adobe Photoshop Version 6.0.1
+%%Title: fig1.eps
+%%CreationDate: Fri Aug 22 2008 13:33:51
+%%BoundingBox: 0 0 750 506
+%%HiResBoundingBox: 0 0 750 506
+%%SuppressDotGainCompensation
%%EndComments
%%BeginProlog
-% This copyright applies to everything between here and the %%EndProlog:
-% Copyright (C) 1998 Aladdin Enterprises, Menlo Park, CA. All rights reserved.
-%%BeginResource: procset GS_pswrite_ProcSet
-/GS_pswrite_ProcSet 40 dict dup begin
-/!{bind def}bind def/#{load def}!
-/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
-/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
-/w/setlinewidth #/J/setlinecap #
-/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
-/m/moveto #/l/lineto #/c/rcurveto #/h{p closepath}!/H{P closepath}!
-/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
-/re{4 -2 roll m exch dup lx exch ly neg lx h}!
-/^{3 index neg 3 index neg}!
-/P{count 0 gt{count -2 roll moveto p}if}!
-/p{count 2 idiv{count -2 roll rlineto}repeat}!
-/f{P fill}!/f*{P eofill}!/S{P stroke}!/q/gsave #/Q/grestore #/rf{re fill}!
-/Y{initclip P clip newpath}!/Y*{initclip P eoclip newpath}!/rY{re Y}!
-/|{exch string readstring pop exch 4 1 roll 3 packedarray cvx exch 1 index def exec}!
-/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
-/@/currentfile #/${+ @ |}!
-/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
-/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
-/Ic{exch Ix false 3 colorimage}!
-/F{<</Columns 4 2 roll/Rows exch/K -1/BlackIs1 true >>/CCITTFaxDecode filter}!
-/X{/ASCII85Decode filter}!/@X{@ X}!/+F{2 index 2 index F}!/@F{@ +F}!/@C{@X +F}!
-/$X{+ @X |}!/-F{4 index 4 index F}!/$F{+ @ -F |}!/$C{+ @X -F |}!
-end def
-%%EndResource
%%EndProlog
-%%Page: 1 1
-%%BeginPageSetup
-/pagesave save def GS_pswrite_ProcSet begin
-0.1 0.1 scale
-%%EndPageSetup
-255 G
-889 3073 2127 0 0 2189 ^ Y
-306.72 2871.28 3531.43 2549.25 rf
-2.88594 w
-1 J
-1 j
-K
-2964.67 3253.67 0 1784.47 S
-0.96198 w
-2964.67 3253.67 -13.47 0 S
-2964.67 3381.13 -13.47 0 S
-2964.67 3508.59 -13.47 0 S
-2964.67 3636.05 -13.47 0 S
-2964.67 3763.52 -13.47 0 S
-2964.67 3890.98 -13.47 0 S
-2964.67 4018.44 -13.47 0 S
-2964.67 4145.9 -13.47 0 S
-2964.67 4273.36 -13.47 0 S
-2964.67 4400.83 -13.47 0 S
-2964.67 4528.29 -13.47 0 S
-2964.67 4655.75 -13.47 0 S
-2964.67 4783.21 -13.47 0 S
-2964.67 4910.68 -13.47 0 S
-2964.67 5038.14 -13.47 0 S
-2.88594 w
-2964.67 3253.67 -26.94 0 S
-2964.67 3508.59 -26.94 0 S
-2964.67 3763.52 -26.94 0 S
-2964.67 4018.44 -26.94 0 S
-2964.67 4273.36 -26.94 0 S
-2964.67 4528.29 -26.94 0 S
-2964.67 4783.21 -26.94 0 S
-2964.67 5038.14 -26.94 0 S
-1180.2 3253.67 0 1784.47 S
-0.96198 w
-1180.2 3253.67 13.47 0 S
-1180.2 3381.13 13.47 0 S
-1180.2 3508.59 13.47 0 S
-1180.2 3636.05 13.47 0 S
-1180.2 3763.52 13.47 0 S
-1180.2 3890.98 13.47 0 S
-1180.2 4018.44 13.47 0 S
-1180.2 4145.9 13.47 0 S
-1180.2 4273.36 13.47 0 S
-1180.2 4400.83 13.47 0 S
-1180.2 4528.29 13.47 0 S
-1180.2 4655.75 13.47 0 S
-1180.2 4783.21 13.47 0 S
-1180.2 4910.68 13.47 0 S
-1180.2 5038.14 13.47 0 S
-2.88594 w
-1180.2 3253.67 26.94 0 S
-1180.2 3508.59 26.94 0 S
-1180.2 3763.52 26.94 0 S
-1180.2 4018.44 26.94 0 S
-1180.2 4273.36 26.94 0 S
-1180.2 4528.29 26.94 0 S
-1180.2 4783.21 26.94 0 S
-1180.2 5038.14 26.94 0 S
-996.46 3253.67 30.3 0 S
-1049.85 3273.87 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-1049.85 3273.87 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
-1053.22 3238.76 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1091.7 3242.12 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
-1122 3267.13 1.44 -1.92 -1.44 -1.44 -1.92 1.44 0 1.92 1.92 3.37 1.44 1.44 5.29 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.44 -3.37 -3.37 -1.92 -5.29 0 -4.81 P
-1135.47 3273.87 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
-1120.07 3242.12 1.92 1.44 3.37 0 8.18 -3.37 5.29 0 3.37 1.92 1.44 1.44 P
-1125.36 3243.57 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
-1130.17 3528.79 -4.81 -1.92 -3.37 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-1130.17 3528.79 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
-1133.54 3493.68 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1049.85 3783.72 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-1049.85 3783.72 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
-1053.22 3748.6 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1091.7 3751.97 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
-1122 3776.98 1.44 -1.92 -1.44 -1.44 -1.92 1.44 0 1.92 1.92 3.37 1.44 1.44 5.29 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.44 -3.37 -3.37 -1.92 -5.29 0 -4.81 P
-1135.47 3783.72 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
-1120.07 3751.97 1.92 1.44 3.37 0 8.18 -3.37 5.29 0 3.37 1.92 1.44 1.44 P
-1125.36 3753.41 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
-1049.85 4038.64 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-1049.85 4038.64 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
-1053.22 4003.53 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1091.7 4006.9 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
-1135.47 4035.27 0 -31.75 P
-1136.91 4038.64 0 -35.11 P
-1136.91 4038.64 -18.28 -25.01 26.94 0 P
-1130.17 4003.53 12.02 0 S
-1049.85 4293.57 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-1049.85 4293.57 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
-1053.22 4258.45 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1091.7 4261.82 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
-1140.28 4288.28 -1.44 -1.44 1.44 -1.92 1.92 1.92 0 1.44 -1.92 3.37 -3.37 1.92 -4.81 0 -5.29 -1.92 -3.37 -3.37 -1.44 -3.37 -1.92 -6.73 0 -9.62 1.92 -5.29 3.37 -3.37 4.81 -1.44 3.37 0 5.29 1.44 3.37 3.37 1.44 5.29 0 1.44 -1.44 4.81 -3.37 3.37 -5.29 1.92 -1.44 0 -5.29 -1.92 -3.37 -3.37 -1.44 -4.81 P
-1132.1 4293.57 -3.37 -1.92 -3.37 -3.37 -1.92 -3.37 -1.44 -6.73 0 -9.62 1.44 -5.29 3.37 -3.37 3.37 -1.44 P
-1133.54 4258.45 3.37 1.44 3.37 3.37 1.92 5.29 0 1.44 -1.92 4.81 -3.37 3.37 -3.37 1.92 S
-1049.85 4548.49 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-1049.85 4548.49 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
-1053.22 4513.38 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1091.7 4516.75 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
-1128.73 4548.49 -5.29 -1.92 -1.44 -3.37 0 -4.81 1.44 -3.37 5.29 -1.92 6.73 0 4.81 1.92 1.92 3.37 0 4.81 -1.92 3.37 -4.81 1.92 -6.73 0 P
-1128.73 4548.49 -3.37 -1.92 -1.92 -3.37 0 -4.81 1.92 -3.37 3.37 -1.92 P
-1135.47 4533.1 3.37 1.92 1.44 3.37 0 4.81 -1.44 3.37 -3.37 1.92 P
-1128.73 4533.1 -5.29 -1.44 -1.44 -1.92 -1.92 -2.89 0 -6.73 1.92 -3.37 1.44 -1.92 5.29 -1.44 6.73 0 4.81 1.44 1.92 1.92 1.44 3.37 0 6.73 -1.44 2.89 -1.92 1.92 -4.81 1.44 P
-1128.73 4533.1 -3.37 -1.44 -1.92 -1.92 -1.44 -2.89 0 -6.73 1.44 -3.37 1.92 -1.92 3.37 -1.44 P
-1135.47 4513.38 3.37 1.44 1.44 1.92 1.92 3.37 0 6.73 -1.92 2.89 -1.44 1.92 -3.37 1.44 S
-1125.36 4796.68 3.37 1.44 4.81 5.29 0 -35.11 P
-1132.1 4801.49 0 -33.19 P
-1125.36 4768.3 14.91 0 S
-1045.04 5051.61 3.37 1.44 4.81 5.29 0 -35.11 P
-1051.77 5056.42 0 -33.19 P
-1045.04 5023.23 14.91 0 S
-1091.7 5026.59 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
-1122 5051.61 1.44 -1.92 -1.44 -1.44 -1.92 1.44 0 1.92 1.92 3.37 1.44 1.44 5.29 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.44 -3.37 -3.37 -1.92 -5.29 0 -4.81 P
-1135.47 5058.34 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
-1120.07 5026.59 1.92 1.44 3.37 0 8.18 -3.37 5.29 0 3.37 1.92 1.44 1.44 P
-1125.36 5028.04 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
-1180.2 5038.14 1784.47 0 S
-0.96198 w
-1180.2 5038.14 0 -13.47 S
-1328.82 5038.14 0 -13.47 S
-1477.45 5038.14 0 -13.47 S
-1626.08 5038.14 0 -13.47 S
-1775.18 5038.14 0 -13.47 S
-1923.81 5038.14 0 -13.47 S
-2072.43 5038.14 0 -13.47 S
-2221.06 5038.14 0 -13.47 S
-2369.69 5038.14 0 -13.47 S
-2518.79 5038.14 0 -13.47 S
-2667.42 5038.14 0 -13.47 S
-2816.04 5038.14 0 -13.47 S
-2964.67 5038.14 0 -13.47 S
-2.88594 w
-1180.2 5038.14 0 -26.94 S
-1477.45 5038.14 0 -26.94 S
-1775.18 5038.14 0 -26.94 S
-2072.43 5038.14 0 -26.94 S
-2369.69 5038.14 0 -26.94 S
-2667.42 5038.14 0 -26.94 S
-2964.67 5038.14 0 -26.94 S
-1180.2 3253.67 1784.47 0 S
-0.96198 w
-1180.2 3253.67 0 13.47 S
-1328.82 3253.67 0 13.47 S
-1477.45 3253.67 0 13.47 S
-1626.08 3253.67 0 13.47 S
-1775.18 3253.67 0 13.47 S
-1923.81 3253.67 0 13.47 S
-2072.43 3253.67 0 13.47 S
-2221.06 3253.67 0 13.47 S
-2369.69 3253.67 0 13.47 S
-2518.79 3253.67 0 13.47 S
-2667.42 3253.67 0 13.47 S
-2816.04 3253.67 0 13.47 S
-2964.67 3253.67 0 13.47 S
-2.88594 w
-1180.2 3253.67 0 26.94 S
-1477.45 3253.67 0 26.94 S
-1775.18 3253.67 0 26.94 S
-2072.43 3253.67 0 26.94 S
-2369.69 3253.67 0 26.94 S
-2667.42 3253.67 0 26.94 S
-2964.67 3253.67 0 26.94 S
-1178.75 3225.77 -5.29 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.66 3.37 -4.81 5.29 -1.44 2.89 0 5.29 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -2.89 0 P
-1178.75 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.92 -8.66 0 -4.81 1.92 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
-1181.64 3190.66 3.37 1.44 1.92 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1451 3219.03 3.37 1.44 4.81 5.29 0 -35.11 P
-1457.73 3223.84 0 -33.19 P
-1451 3190.66 14.91 0 S
-1496.21 3225.77 -5.29 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.66 3.37 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
-1496.21 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.92 -8.66 0 -4.81 1.92 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
-1499.57 3190.66 3.37 1.44 1.44 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.44 1.44 -3.37 1.92 S
-1744.88 3219.03 1.92 -1.92 -1.92 -1.44 -1.44 1.44 0 1.92 1.44 3.37 1.92 1.44 4.81 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.92 -3.37 -3.37 -1.44 -4.81 0 -4.81 P
-1758.35 3225.77 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
-1743.44 3193.54 1.44 1.92 3.37 0 8.18 -3.37 5.29 0 3.37 1.44 1.44 1.92 P
-1748.25 3195.47 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
-1793.46 3225.77 -5.29 -1.92 -2.89 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 2.89 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.92 8.66 0 4.81 -1.92 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
-1793.46 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
-1796.83 3190.66 3.37 1.44 1.44 1.44 1.92 3.37 1.44 8.66 0 4.81 -1.44 8.66 -1.92 3.37 -1.44 1.44 -3.37 1.92 S
-2042.13 3219.03 1.92 -1.92 -1.92 -1.44 -1.44 1.44 0 1.92 1.44 3.37 1.92 1.44 4.81 1.92 6.73 0 5.29 -1.92 1.44 -3.37 0 -4.81 -1.44 -3.37 -5.29 -1.92 -4.81 0 P
-2055.6 3225.77 3.37 -1.92 1.92 -3.37 0 -4.81 -1.92 -3.37 -3.37 -1.92 P
-2055.6 3210.38 3.37 -1.44 3.37 -3.37 1.92 -3.37 0 -5.29 -1.92 -3.37 -1.44 -1.44 -5.29 -1.44 -6.73 0 -4.81 1.44 -1.92 1.44 -1.44 3.37 0 1.92 1.44 1.44 1.92 -1.44 -1.92 -1.92 P
-2060.89 3207.01 1.44 -4.81 0 -5.29 -1.44 -3.37 -1.92 -1.44 -3.37 -1.44 S
-2090.71 3225.77 -4.81 -1.92 -3.37 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 3.37 -4.81 4.81 -1.44 3.37 0 5.29 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-2090.71 3225.77 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.92 -3.37 1.44 -1.44 3.37 -1.44 P
-2094.08 3190.66 3.37 1.44 1.92 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-2353.33 3222.4 0 -31.75 P
-2354.78 3225.77 0 -35.11 P
-2354.78 3225.77 -18.28 -25.49 26.45 0 P
-2348.04 3190.66 11.54 0 S
-2388.44 3225.77 -5.29 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.66 3.37 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
-2388.44 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.92 -8.66 0 -4.81 1.92 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
-2391.81 3190.66 3.37 1.44 1.44 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.44 1.44 -3.37 1.92 S
-2639.04 3225.77 -3.37 -16.83 P
-2635.67 3208.93 3.37 3.37 4.81 1.44 4.81 0 5.29 -1.44 3.37 -3.37 1.44 -5.29 0 -3.37 -1.44 -4.81 -3.37 -3.37 -5.29 -1.44 -4.81 0 -4.81 1.44 -1.92 1.44 -1.44 3.37 0 1.92 1.44 1.44 1.92 -1.44 -1.92 -1.92 P
-2648.66 3213.74 3.37 -1.44 3.37 -3.37 1.92 -5.29 0 -3.37 -1.92 -4.81 -3.37 -3.37 -3.37 -1.44 P
-2639.04 3225.77 16.35 0 P
-2639.04 3223.84 8.18 0 8.18 1.92 S
-2685.7 3225.77 -5.29 -1.92 -2.89 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 2.89 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.92 8.66 0 4.81 -1.92 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
-2685.7 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
-2689.06 3190.66 3.37 1.44 1.44 1.44 1.92 3.37 1.44 8.66 0 4.81 -1.44 8.66 -1.92 3.37 -1.44 1.44 -3.37 1.92 S
-2953.13 3220.48 -1.92 -1.44 1.92 -1.92 1.44 1.92 0 1.44 -1.44 3.37 -3.37 1.92 -5.29 0 -4.81 -1.92 -3.37 -3.37 -1.92 -3.37 -1.44 -6.73 0 -10.1 1.44 -4.81 3.37 -3.37 5.29 -1.44 3.37 0 4.81 1.44 3.37 3.37 1.92 4.81 0 1.92 -1.92 4.81 -3.37 3.37 -4.81 1.92 -1.92 0 -4.81 -1.92 -3.37 -3.37 -1.92 -4.81 P
-2944.47 3225.77 -3.37 -1.92 -3.37 -3.37 -1.44 -3.37 -1.92 -6.73 0 -10.1 1.92 -4.81 3.37 -3.37 3.37 -1.44 P
-2946.39 3190.66 3.37 1.44 3.37 3.37 1.44 4.81 0 1.92 -1.44 4.81 -3.37 3.37 -3.37 1.92 S
-2982.95 3225.77 -4.81 -1.92 -3.37 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 3.37 -4.81 4.81 -1.44 3.37 0 5.29 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
-2982.95 3225.77 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.92 -3.37 1.44 -1.44 3.37 -1.44 P
-2986.31 3190.66 3.37 1.44 1.92 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
-1791.54 3147.85 0 -46.66 P
-1793.46 3147.85 0 -46.66 P
-1784.8 3147.85 26.45 0 6.73 -1.92 2.4 -2.4 2.41 -4.33 0 -6.73 -2.41 -4.81 -2.4 -1.92 -6.73 -2.41 -17.8 0 P
-1811.26 3147.85 4.81 -1.92 1.92 -2.4 2.4 -4.33 0 -6.73 -2.4 -4.81 -1.92 -1.92 -4.81 -2.41 P
-1784.8 3101.19 15.39 0 S
-1844.93 3118.99 26.94 0 0 4.33 -2.41 4.33 -2.41 2.41 -4.33 2.41 -6.73 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.81 4.81 P
-1869.46 3118.99 0 6.73 -2.41 4.33 P
-1855.99 3132.46 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 S
-1903.13 3132.46 0 -31.26 P
-1905.05 3132.46 0 -31.26 P
-1905.05 3118.99 2.41 6.73 4.33 4.33 4.33 2.41 6.73 0 2.41 -2.41 0 -2.41 -2.41 -1.92 -1.92 1.92 1.92 2.41 P
-1896.39 3132.46 8.66 0 P
-1896.39 3101.19 15.39 0 S
-1965.17 3147.85 -1.92 -1.92 1.92 -2.4 2.4 2.4 -2.4 1.92 P
-1965.17 3132.46 0 -31.26 P
-1967.58 3132.46 0 -31.26 P
-1958.44 3132.46 9.14 0 P
-1958.44 3101.19 15.87 0 S
-2016.64 3132.46 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.81 4.81 1.92 6.73 0 4.33 -1.92 6.73 -4.81 4.33 -6.73 2.41 -4.33 0 P
-2016.64 3132.46 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
-2020.97 3101.19 4.81 1.92 4.33 4.81 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.33 -4.81 2.41 S
-2083.5 3147.85 0 -46.66 P
-2085.9 3147.85 0 -46.66 P
-2083.5 3125.72 -4.33 4.33 -4.33 2.41 -4.81 0 -6.73 -2.41 -4.33 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.33 -4.81 6.73 -1.92 4.81 0 4.33 1.92 4.33 4.81 P
-2070.03 3132.46 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
-2076.76 3147.85 9.14 0 P
-2083.5 3101.19 9.14 0 S
-2119.09 3156.99 0 -71.67 P
-2121.5 3156.99 0 -71.67 P
-2119.09 3156.99 15.87 0 P
-2119.09 3085.32 15.87 0 S
-2190.76 3147.85 0 -46.66 P
-2192.68 3147.85 0 -46.66 P
-2190.76 3125.72 -4.33 4.33 -4.81 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 4.81 1.92 4.33 4.81 P
-2177.29 3132.46 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 P
-2184.02 3147.85 8.66 0 P
-2190.76 3101.19 8.66 0 S
-2223.95 3127.65 0 -1.92 -1.92 0 ^ 1.92 2.41 4.81 2.41 8.66 0 4.33 -2.41 2.41 -2.41 2.41 -4.33 0 -15.39 1.92 -4.81 2.41 -1.92 P
-2244.15 3127.65 0 -19.72 2.41 -4.81 4.33 -1.92 2.41 0 P
-2244.15 3123.32 -2.41 -1.92 -12.99 -2.41 -6.73 -2.41 -2.41 -4.33 0 -4.33 2.41 -4.81 6.73 -1.92 6.73 0 4.33 1.92 4.33 4.81 P
-2228.76 3118.99 -4.81 -2.41 -1.92 -4.33 0 -4.33 1.92 -4.81 4.81 -1.92 S
-2273.01 3132.46 13.47 -31.26 P
-2275.41 3132.46 11.06 -26.94 P
-2299.94 3132.46 -13.47 -31.26 -4.33 -9.14 -4.33 -4.33 -4.81 -2.41 -1.92 0 -2.41 2.41 2.41 2.41 1.92 -2.41 P
-2268.68 3132.46 13.47 0 P
-2290.8 3132.46 13.47 0 S
-2344.67 3156.99 0 -71.67 P
-2346.6 3156.99 0 -71.67 P
-2331.21 3156.99 15.39 0 P
-2331.21 3085.32 15.39 0 S
-900.26 3784.68 47.14 0 P
-900.26 3786.6 47.14 0 P
-900.26 3777.95 0 26.45 2.41 6.73 2.41 2.41 4.33 2.4 4.33 0 4.81 -2.4 1.92 -2.41 2.41 -6.73 0 -17.8 P
-900.26 3804.4 2.41 4.81 2.41 1.92 4.33 2.41 4.33 0 4.81 -2.41 1.92 -1.92 2.41 -4.81 P
-947.4 3777.95 0 15.39 P
-922.87 3798.15 1.92 4.33 2.41 1.92 15.87 6.73 1.92 2.41 0 2.4 -1.92 1.92 P
-924.79 3802.48 4.81 1.92 15.39 4.81 2.41 1.92 0 4.81 -4.33 1.92 -2.4 0 S
-929.6 3838.07 0 26.94 -4.81 0 -4.33 -2.41 -1.92 -2.4 -2.41 -4.33 0 -6.73 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.81 P
-929.6 3862.6 -6.73 0 -4.33 -2.4 P
-916.13 3849.13 2.41 -4.33 4.33 -4.33 6.73 -2.41 4.33 0 6.73 2.41 4.33 4.33 2.41 4.33 S
-920.46 3915.99 -4.33 2.41 8.66 0 -4.33 -2.41 -1.92 -1.92 -2.41 -4.81 0 -8.66 2.41 -4.33 1.92 -2.41 4.33 0 2.41 2.41 2.41 4.33 4.33 11.06 2.41 4.33 1.92 2.41 P
-922.87 3893.86 1.92 2.41 2.41 4.33 4.33 11.06 2.41 4.33 2.41 2.41 6.73 0 1.92 -2.41 2.41 -4.33 0 -8.66 -2.41 -4.81 -1.92 -1.92 -4.81 -2.41 9.14 0 -4.33 2.41 S
-916.13 3945.33 46.66 0 P
-916.13 3947.25 46.66 0 P
-922.87 3947.25 -4.33 4.81 -2.41 4.33 0 4.33 2.41 6.73 4.33 4.33 6.73 2.41 4.33 0 6.73 -2.41 4.33 -4.33 2.41 -6.73 0 -4.33 -2.41 -4.33 -4.33 -4.81 P
-916.13 3960.72 2.41 4.33 4.33 4.81 6.73 1.92 4.33 0 6.73 -1.92 4.33 -4.81 2.41 -4.33 P
-916.13 3938.6 0 8.66 P
-962.79 3938.6 0 15.39 S
-916.13 4009.78 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.81 -6.73 1.92 -4.33 0 -6.73 -1.92 -4.33 -4.81 -2.41 -6.73 0 -4.33 P
-916.13 4009.78 2.41 -4.33 4.33 -4.33 6.73 -2.41 4.33 0 6.73 2.41 4.33 4.33 2.41 4.33 P
-947.4 4014.11 -2.41 4.81 -4.33 4.33 -6.73 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -4.81 S
-916.13 4052.11 31.26 0 P
-916.13 4054.51 31.26 0 P
-922.87 4054.51 -4.33 4.33 -2.41 6.73 0 4.33 2.41 6.73 4.33 2.41 24.53 0 P
-916.13 4069.91 2.41 4.81 4.33 1.92 24.53 0 P
-916.13 4045.38 0 9.14 P
-947.4 4045.38 0 15.87 P
-947.4 4069.91 0 15.87 S
-920.46 4130.51 -4.33 1.92 8.66 0 -4.33 -1.92 -1.92 -2.4 -2.41 -4.33 0 -9.14 2.41 -4.33 1.92 -2.41 4.33 0 2.41 2.41 2.41 4.33 4.33 11.06 2.41 4.81 1.92 1.92 P
-922.87 4107.9 1.92 2.41 2.41 4.33 4.33 11.06 2.41 4.81 2.41 1.92 6.73 0 1.92 -1.92 2.41 -4.81 0 -8.66 -2.41 -4.81 -1.92 -1.92 -4.81 -2.41 9.14 0 -4.33 2.41 S
-929.6 4159.37 0 26.45 -4.81 0 -4.33 -1.92 -1.92 -2.4 -2.41 -4.33 0 -6.73 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.33 P
-929.6 4183.9 -6.73 0 -4.33 -2.4 P
-916.13 4170.43 2.41 -4.33 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 2.41 4.33 S
-916.13 4270.96 31.26 0 P
-916.13 4272.88 31.26 0 P
-929.6 4272.88 -6.73 2.41 -4.33 4.33 -2.41 4.81 0 6.25 2.41 2.41 1.92 0 2.41 -2.41 -2.41 -1.92 -1.92 1.92 P
-916.13 4264.23 0 8.66 P
-947.4 4264.23 0 15.39 S
-920.46 4324.35 2.41 0 0 -2.41 ^ -1.92 2.41 -2.41 4.33 0 9.14 2.41 4.33 1.92 2.4 4.33 1.92 15.87 0 4.33 2.41 2.41 2.4 P
-920.46 4344.55 20.2 0 4.33 1.92 2.41 4.81 0 1.92 P
-924.79 4344.55 2.41 -2.4 2.41 -13.47 1.92 -6.73 4.81 -1.92 4.33 0 4.33 1.92 2.41 6.73 0 6.73 -2.41 4.33 -4.33 4.81 P
-929.6 4328.68 1.92 -4.33 4.81 -2.41 4.33 0 4.33 2.41 2.41 4.33 S
-900.26 4382.55 38 0 6.73 1.92 2.41 4.33 0 4.81 -2.41 4.33 -4.33 2.41 P
-900.26 4384.47 38 0 6.73 2.41 2.41 1.92 P
-916.13 4375.82 0 17.8 S
-900.26 4440.27 2.41 -1.92 2.41 1.92 -2.41 2.41 -2.41 -2.41 P
-916.13 4440.27 31.26 0 P
-916.13 4442.67 31.26 0 P
-916.13 4433.53 0 9.14 P
-947.4 4433.53 0 15.87 S
-916.13 4491.73 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.33 -6.73 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 P
-916.13 4491.73 2.41 -4.33 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 2.41 4.33 P
-947.4 4496.06 -2.41 4.33 -4.33 4.81 -6.73 1.92 -4.33 0 -6.73 -1.92 -4.33 -4.81 -2.41 -4.33 S
-1387.5 5106.92 -1.92 -2.41 1.92 -1.92 2.41 1.92 0 2.41 -4.33 4.33 -4.81 2.41 -6.73 0 -6.25 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 6.25 -1.92 4.81 0 6.73 1.92 4.33 4.81 P
-1374.04 5113.65 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 S
-1416.84 5113.65 0 -24.53 1.92 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.81 4.81 P
-1418.77 5113.65 0 -24.53 2.4 -4.81 4.33 -1.92 P
-1441.38 5113.65 0 -31.26 P
-1443.3 5113.65 0 -31.26 P
-1410.11 5113.65 8.66 0 P
-1434.64 5113.65 8.66 0 P
-1441.38 5082.39 8.66 0 S
-1478.89 5129.05 0 -38 2.4 -6.73 4.33 -1.92 4.81 0 4.33 1.92 2.41 4.81 P
-1481.3 5129.05 0 -38 2.41 -6.73 1.92 -1.92 P
-1472.64 5113.65 17.8 0 S
-1537.09 5113.65 -2.41 -2.41 2.41 -2.41 ^ ^ P
-1537.09 5086.72 -2.41 -2.4 2.41 -1.92 2.41 1.92 -2.41 2.4 S
-1586.15 5129.05 -6.73 -1.92 -2.41 -4.81 0 -6.73 2.41 -4.33 6.73 -2.41 9.14 0 6.25 2.41 2.41 4.33 0 6.73 -2.41 4.81 -6.25 1.92 -9.14 0 P
-1586.15 5129.05 -4.33 -1.92 -2.4 -4.81 0 -6.73 2.4 -4.33 4.33 -2.41 P
-1595.29 5108.84 4.33 2.41 1.92 4.33 0 6.73 -1.92 4.81 -4.33 1.92 P
-1586.15 5108.84 -6.73 -1.92 -2.41 -2.41 -1.92 -4.33 0 -9.14 1.92 -4.33 2.41 -2.4 6.73 -1.92 9.14 0 6.25 1.92 2.41 2.4 2.4 4.33 0 9.14 -2.4 4.33 -2.41 2.41 -6.25 1.92 P
-1586.15 5108.84 -4.33 -1.92 -2.4 -2.41 -2.41 -4.33 0 -9.14 2.41 -4.33 2.4 -2.4 4.33 -1.92 P
-1595.29 5082.39 4.33 1.92 1.92 2.4 2.41 4.33 0 9.14 -2.41 4.33 -1.92 2.41 -4.33 1.92 S
-1655.42 5129.05 0 -46.66 P
-1657.34 5129.05 0 -46.66 P
-1655.42 5106.92 -4.33 4.33 -4.81 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 4.81 1.92 4.33 4.81 P
-1641.95 5113.65 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 P
-1648.68 5129.05 8.66 0 P
-1655.42 5082.39 8.66 0 S
-1677.54 5102.59 40.4 0 S
-1737.67 5120.39 2.41 -2.41 -2.41 -2.41 -1.92 2.41 0 2.41 1.92 4.33 2.41 2.41 6.73 1.92 8.66 0 6.73 -1.92 2.41 -2.41 2.4 -4.33 0 -4.81 -2.4 -4.33 -6.73 -4.33 -11.06 -4.33 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -6.73 P
-1755.46 5129.05 4.81 -1.92 1.92 -2.41 2.41 -4.33 0 -4.81 -2.41 -4.33 -6.73 -4.33 -8.66 -4.33 P
-1735.74 5086.72 1.92 2.41 4.81 0 11.06 -4.81 6.73 0 4.33 2.4 2.4 2.41 P
-1742.47 5089.12 11.06 -6.73 8.66 0 2.41 1.92 2.4 4.81 0 4.33 S
-1802.6 5129.05 -6.73 -1.92 -4.33 -6.73 -2.41 -11.54 0 -6.25 2.41 -11.54 4.33 -6.73 6.73 -1.92 4.33 0 6.73 1.92 4.33 6.73 2.4 11.54 0 6.25 -2.4 11.54 -4.33 6.73 -6.73 1.92 -4.33 0 P
-1802.6 5129.05 -4.33 -1.92 -2.41 -2.41 -2.4 -4.33 -1.92 -11.54 0 -6.25 1.92 -11.54 2.4 -4.33 2.41 -2.4 4.33 -1.92 P
-1806.93 5082.39 4.33 1.92 2.4 2.4 2.41 4.33 1.92 11.54 0 6.25 -1.92 11.54 -2.41 4.33 -2.4 2.41 -4.33 1.92 S
-1869.46 5129.05 0 -46.66 P
-1871.86 5129.05 0 -46.66 P
-1869.46 5106.92 -4.33 4.33 -4.81 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 4.81 1.92 4.33 4.81 P
-1855.99 5113.65 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
-1862.72 5129.05 9.14 0 P
-1869.46 5082.39 9.14 0 S
-1914.19 5084.31 -2.41 -1.92 -2.41 1.92 2.41 2.4 2.41 -2.4 0 -4.33 -2.41 -4.33 -2.41 -2.41 S
-1971.91 5127.12 -1.92 -2.41 1.92 -2.41 2.4 2.41 0 2.41 -2.4 1.92 -4.33 0 -4.33 -1.92 -2.4 -4.81 0 -39.92 P
-1967.58 5129.05 -2.4 -1.92 -1.92 -4.81 0 -39.92 P
-1954.11 5113.65 17.8 0 P
-1954.11 5082.39 15.87 0 S
-2019.04 5129.05 -2.41 -1.92 2.41 -2.41 1.92 2.41 -1.92 1.92 P
-2019.04 5113.65 0 -31.26 P
-2020.97 5113.65 0 -31.26 P
-2012.31 5113.65 8.66 0 P
-2012.31 5082.39 15.39 0 S
-2072.43 5129.05 0 -46.66 P
-2074.84 5129.05 0 -46.66 P
-2065.7 5129.05 9.14 0 P
-2065.7 5082.39 15.87 0 S
-2121.5 5129.05 0 -38 2.4 -6.73 4.33 -1.92 4.33 0 4.33 1.92 2.41 4.81 P
-2123.9 5129.05 0 -38 1.92 -6.73 2.41 -1.92 P
-2114.76 5113.65 17.8 0 S
-2166.23 5100.19 26.45 0 0 4.33 -1.92 4.33 -2.41 2.41 -4.33 2.41 -6.73 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 P
-2190.76 5100.19 0 6.73 -2.41 4.33 P
-2177.29 5113.65 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 S
-2223.95 5113.65 0 -31.26 P
-2226.35 5113.65 0 -31.26 P
-2226.35 5100.19 2.41 6.73 4.33 4.33 4.33 2.41 6.73 0 2.41 -2.41 0 -2.41 -2.41 -1.92 -2.41 1.92 2.41 2.41 P
-2217.21 5113.65 9.14 0 P
-2217.21 5082.39 15.87 0 S
-2286.47 5129.05 0 -46.66 P
-2288.88 5129.05 0 -46.66 P
-2279.74 5129.05 9.14 0 P
-2279.74 5082.39 15.87 0 S
-2326.88 5100.19 26.45 0 0 4.33 -1.92 4.33 -2.41 2.41 -4.33 2.41 -6.73 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 P
-2351.41 5100.19 0 6.73 -2.41 4.33 P
-2337.94 5113.65 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 S
-2380.27 5113.65 0 -31.26 P
-2382.67 5113.65 0 -31.26 P
-2382.67 5106.92 4.33 4.33 6.73 2.41 4.33 0 6.73 -2.41 2.41 -4.33 0 -24.53 P
-2398.06 5113.65 4.33 -2.41 2.41 -4.33 0 -24.53 P
-2373.53 5113.65 9.14 0 P
-2373.53 5082.39 15.87 0 P
-2398.06 5082.39 15.87 0 S
-2444.72 5113.65 -4.33 -2.41 -1.92 -2.41 -2.4 -4.33 0 -4.33 2.4 -4.33 1.92 -2.41 4.33 -2.41 4.81 0 4.33 2.41 2.4 2.41 1.92 4.33 0 4.33 -1.92 4.33 -2.4 2.41 -4.33 2.41 -4.81 0 P
-2440.39 5111.25 -1.92 -4.33 0 -9.14 1.92 -4.33 P
-2453.86 5093.45 2.4 4.33 0 9.14 -2.4 4.33 P
-2456.26 5108.84 1.92 2.41 4.81 2.41 0 -2.41 -4.81 0 P
-2438.47 5095.86 -2.4 -2.41 -2.41 -4.33 0 -2.41 2.41 -4.33 6.73 -2.41 11.06 0 6.73 -1.92 2.4 -2.41 P
-2433.66 5086.72 2.41 -2.4 6.73 -1.92 11.06 0 6.73 -2.41 2.4 -4.33 0 -2.41 -2.4 -4.33 -6.73 -2.4 -13.47 0 -6.73 2.4 -1.92 4.33 0 2.41 1.92 4.33 6.73 2.41 S
-2496.19 5129.05 0 -38 2.4 -6.73 4.33 -1.92 4.33 0 4.81 1.92 1.92 4.81 P
-2498.59 5129.05 0 -38 1.92 -6.73 2.4 -1.92 P
-2489.45 5113.65 17.8 0 S
-2540.92 5129.05 0 -46.66 P
-2543.32 5129.05 0 -46.66 P
-2543.32 5106.92 4.33 4.33 6.73 2.41 4.33 0 6.73 -2.41 2.41 -4.33 0 -24.53 P
-2558.71 5113.65 4.33 -2.41 2.41 -4.33 0 -24.53 P
-2534.18 5129.05 9.14 0 P
-2534.18 5082.39 15.39 0 P
-2558.71 5082.39 15.39 0 S
-2607.78 5113.65 -2.41 -2.41 2.41 -2.41 ^ ^ P
-2607.78 5086.72 -2.41 -2.4 2.41 -1.92 2.41 1.92 -2.41 2.4 S
-2650.1 5129.05 -4.33 -22.13 P
-2645.77 5106.92 4.33 4.33 6.73 2.41 6.73 0 6.73 -2.41 4.33 -4.33 2.4 -6.73 0 -4.33 -2.4 -6.73 -4.33 -4.81 -6.73 -1.92 -6.73 0 -6.73 1.92 -2.41 2.4 -1.92 4.33 0 2.41 1.92 2.41 2.41 -2.41 -2.41 -2.41 P
-2663.57 5113.65 4.33 -2.41 4.33 -4.33 2.41 -6.73 0 -4.33 -2.41 -6.73 -4.33 -4.81 -4.33 -1.92 P
-2650.1 5129.05 22.13 0 P
-2650.1 5127.12 11.06 0 11.06 1.92 S
-2705.9 5120.39 4.33 1.92 6.73 6.73 0 -46.66 P
-2715.04 5127.12 0 -44.73 P
-2705.9 5082.39 20.2 0 S
-2779.49 5129.05 0 -46.66 P
-2781.89 5129.05 0 -46.66 P
-2779.49 5106.92 -4.33 4.33 -4.33 2.41 -4.81 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.81 0 4.33 1.92 4.33 4.81 P
-2766.02 5113.65 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
-2772.76 5129.05 9.14 0 P
-2779.49 5082.39 9.14 0 S
-1324.98 5243.04 0 -58.68 P
-1327.86 5243.04 0 -58.68 P
-1316.8 5243.04 19.72 0 P
-1316.8 5184.36 41.85 0 0 16.83 -2.89 -16.83 S
-1392.31 5218.03 0 -2.89 -2.89 0 ^ 2.89 2.41 5.29 2.89 11.06 0 5.77 -2.89 2.89 -2.41 2.89 -5.77 0 -19.72 2.41 -5.29 2.89 -2.89 P
-1417.33 5218.03 0 -25.49 2.89 -5.29 5.29 -2.89 2.89 0 P
-1417.33 5212.26 -2.89 -2.89 -16.83 -2.89 -8.18 -2.41 -2.89 -5.77 0 -5.77 2.89 -5.29 8.18 -2.89 8.66 0 5.29 2.89 5.77 5.29 P
-1397.61 5206.49 -5.29 -2.41 -2.89 -5.77 0 -5.77 2.89 -5.29 5.29 -2.89 S
-1453.4 5223.32 0 -38.96 P
-1456.29 5223.32 0 -38.96 P
-1456.29 5215.14 5.29 5.29 8.66 2.89 5.29 0 8.66 -2.89 2.89 -5.29 0 -30.78 P
-1475.53 5223.32 5.77 -2.89 2.89 -5.29 0 -30.78 P
-1445.22 5223.32 11.06 0 P
-1445.22 5184.36 19.24 0 P
-1475.53 5184.36 19.72 0 S
-1551.04 5215.14 -2.89 -2.89 2.89 -2.89 2.89 2.89 0 2.89 -5.77 5.29 -5.29 2.89 -8.66 0 -8.18 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
-1534.21 5223.32 -5.29 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 5.29 -2.89 S
-1617.9 5223.32 -30.78 -38.96 P
-1620.78 5223.32 -30.78 -38.96 P
-1590 5223.32 -2.89 -11.06 0 11.06 33.67 0 P
-1587.12 5184.36 33.67 0 0 11.06 -2.89 -11.06 S
-1667.92 5223.32 -8.18 -2.89 -5.77 -5.29 -2.41 -8.66 0 -5.29 2.41 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.77 5.29 -8.18 2.89 -5.77 0 P
-1667.92 5223.32 -5.29 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 5.29 -2.89 P
-1673.69 5184.36 5.77 2.89 5.29 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.29 5.29 -5.77 2.89 S
-1751.61 5218.03 2.89 5.29 0 -11.06 -2.89 5.77 -2.41 2.41 -5.77 2.89 -11.06 0 -5.77 -2.89 -2.89 -2.41 0 -5.77 2.89 -2.89 5.77 -2.89 13.95 -5.29 5.29 -2.89 2.89 -2.89 P
-1723.72 5215.14 2.89 -2.89 5.77 -2.89 13.95 -5.29 5.29 -2.89 2.89 -2.89 0 -8.18 -2.89 -2.89 -5.29 -2.89 -11.06 0 -5.77 2.89 -2.89 2.89 -2.89 5.29 0 -11.06 2.89 5.77 S
-1849.25 5223.32 11.06 -38.96 P
-1852.14 5223.32 8.18 -30.78 P
-1871.86 5223.32 -11.54 -38.96 P
-1871.86 5223.32 11.06 -38.96 P
-1874.27 5223.32 8.66 -30.78 P
-1893.99 5223.32 -11.06 -38.96 P
-1841.08 5223.32 19.24 0 P
-1885.81 5223.32 16.35 0 S
-1921.88 5206.49 33.67 0 0 5.77 -2.89 5.77 -2.89 2.41 -5.77 2.89 -8.18 0 -8.18 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
-1952.67 5206.49 0 8.66 -2.89 5.29 P
-1935.83 5223.32 -5.77 -2.89 -5.29 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.29 -5.29 5.77 -2.89 S
-2005.58 5243.04 -2.89 -2.89 2.89 -2.89 ^ ^ P
-2005.58 5223.32 0 -38.96 P
-2008.46 5223.32 0 -38.96 P
-1996.92 5223.32 11.54 0 P
-1996.92 5184.36 19.72 0 S
-2069.55 5223.32 -5.29 -2.89 -2.89 -2.41 -2.89 -5.77 0 -5.77 2.89 -5.29 2.89 -2.89 5.29 -2.89 5.77 0 5.29 2.89 2.89 2.89 2.89 5.29 0 5.77 -2.89 5.77 -2.89 2.41 -5.29 2.89 -5.77 0 P
-2064.26 5220.43 -2.89 -5.29 0 -11.06 2.89 -5.77 P
-2080.61 5198.31 2.89 5.77 0 11.06 -2.89 5.29 P
-2083.5 5218.03 2.89 2.41 5.77 2.89 0 -2.89 -5.77 0 P
-2061.37 5201.19 -2.89 -2.89 -2.89 -5.77 0 -2.41 2.89 -5.77 8.18 -2.89 13.95 0 8.66 -2.89 2.89 -2.41 P
-2055.6 5190.13 2.89 -2.89 8.18 -2.89 13.95 0 8.66 -2.89 2.89 -5.29 0 -2.89 -2.89 -5.77 -8.66 -2.89 -16.35 0 -8.66 2.89 -2.89 5.77 0 2.89 2.89 5.29 8.66 2.89 S
-2122.46 5243.04 0 -58.68 P
-2125.34 5243.04 0 -58.68 P
-2125.34 5215.14 5.77 5.29 8.18 2.89 5.77 0 8.18 -2.89 2.89 -5.29 0 -30.78 P
-2145.06 5223.32 5.29 -2.89 2.89 -5.29 0 -30.78 P
-2114.28 5243.04 11.06 0 P
-2114.28 5184.36 19.72 0 P
-2145.06 5184.36 19.24 0 S
-2200.86 5243.04 0 -47.62 2.41 -8.18 5.77 -2.89 5.77 0 5.29 2.89 2.89 5.29 P
-2203.26 5243.04 0 -47.62 2.89 -8.18 2.89 -2.89 P
-2192.2 5223.32 22.61 0 S
-2348.52 5240.15 -2.89 -2.89 2.89 -2.89 2.89 2.89 0 2.89 -2.89 2.89 -5.77 0 -5.29 -2.89 -2.89 -5.77 0 -50.02 P
-2342.75 5243.04 -2.89 -2.89 -2.41 -5.77 0 -50.02 P
-2326.4 5223.32 22.13 0 P
-2326.4 5184.36 19.24 0 S
-2390.37 5223.32 0 -30.78 2.89 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
-2393.25 5223.32 0 -30.78 2.4 -5.29 5.77 -2.89 P
-2421.15 5223.32 0 -38.96 P
-2423.56 5223.32 0 -38.96 P
-2381.71 5223.32 11.54 0 P
-2412.49 5223.32 11.06 0 P
-2421.15 5184.36 11.06 0 S
-2457.23 5223.32 0 -38.96 P
-2460.11 5223.32 0 -38.96 P
-2460.11 5215.14 5.29 5.29 8.66 2.89 5.29 0 8.66 -2.89 2.89 -5.29 0 -30.78 P
-2479.35 5223.32 5.77 -2.89 2.89 -5.29 0 -30.78 P
-2449.05 5223.32 11.06 0 P
-2449.05 5184.36 19.24 0 P
-2479.35 5184.36 19.72 0 S
-2554.87 5215.14 -2.89 -2.89 2.89 -2.89 2.89 2.89 0 2.89 -5.77 5.29 -5.77 2.89 -8.18 0 -8.18 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
-2538.03 5223.32 -5.77 -2.89 -5.29 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.29 -5.29 5.77 -2.89 S
-2602 5243.04 0 -47.62 2.89 -8.18 5.77 -2.89 5.29 0 5.77 2.89 2.89 5.29 P
-2604.89 5243.04 0 -47.62 2.89 -8.18 2.89 -2.89 P
-2593.83 5223.32 22.13 0 S
-2674.63 5243.04 -2.89 -2.89 2.89 -2.89 2.89 2.89 -2.89 2.89 P
-2674.63 5223.32 0 -38.96 P
-2677.52 5223.32 0 -38.96 P
-2666.46 5223.32 11.06 0 P
-2666.46 5184.36 19.24 0 S
-2738.61 5223.32 -8.18 -2.89 -5.77 -5.29 -2.41 -8.66 0 -5.29 2.41 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.77 5.29 -8.18 2.89 -5.77 0 P
-2738.61 5223.32 -5.29 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 5.29 -2.89 P
-2744.38 5184.36 5.77 2.89 5.29 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.29 5.29 -5.77 2.89 S
-2791.99 5223.32 0 -38.96 P
-2794.4 5223.32 0 -38.96 P
-2794.4 5215.14 5.77 5.29 8.18 2.89 5.77 0 8.18 -2.89 2.89 -5.29 0 -30.78 P
-2814.12 5223.32 5.77 -2.89 2.41 -5.29 0 -30.78 P
-2783.34 5223.32 11.06 0 P
-2783.34 5184.36 19.72 0 P
-2814.12 5184.36 19.72 0 S
-1210.02 3519.17 29.82 -10.58 29.34 0 29.82 0.48 29.82 -2.4 29.82 -0.48 29.82 96.68 29.82 545.92 29.34 453.09 29.82 165.94 29.82 34.63 29.82 -0.48 29.82 -20.2 29.82 -47.14 29.34 -74.07 29.82 -94.27 29.82 -105.34 29.82 -108.7 29.82 -105.34 29.82 -98.6 29.34 -88.98 29.82 -79.84 29.82 -69.74 29.82 -61.09 29.82 -52.43 29.82 -45.21 29.34 -38.96 29.82 -33.19 29.82 -28.38 29.82 -24.05 29.82 -20.68 29.82 -17.8 29.82 -14.91 29.34 -12.51 29.82 -11.06 29.82 -9.14 29.82 -8.18 29.82 -6.73 29.34 -5.29 29.82 -5.29 29.82 -3.85 29.82 -3.37 29.82 -2.89 29.82 -2.89 29.82 -1.92 29.34 -1.92 29.82 -0.96 29.82 -1.44 29.82 -0.96 29.82 -0.48 29.34 -0.96 29.82 -0.48 29.82 0 29.82 -0.48 29.82 0 29.82 0 29.82 0 29.34 0 29.82 0 29.82 0.48 S
-0.96198 w
-1180.2 3508.59 1784.47 0 S
-1418.29 3253.67 0 1784.47 S
-1775.18 3253.67 0 1784.47 S
-end showpage pagesave restore
-%%PageTrailer
-%%Trailer
-%%Pages: 1
+%%BeginSetup
+%%EndSetup
+%ImageData: 750 506 8 3 1 750 1 "beginimage"
+%BeginPhotoshop: 634
+% 3842494D03ED000000000010004800000001000100480000000100013842494D
+% 040D0000000000040000001E3842494D04190000000000040000001E3842494D
+% 03F3000000000009000000000000000001003842494D040A0000000000010000
+% 3842494D271000000000000A000100000000000000023842494D03F500000000
+% 0048002F66660001006C66660006000000000001002F6666000100A1999A0006
+% 000000000001003200000001005A00000006000000000001003500000001002D
+% 000000060000000000013842494D03F80000000000700000FFFFFFFFFFFFFFFF
+% FFFFFFFFFFFFFFFFFFFFFFFFFFFF03E800000000FFFFFFFFFFFFFFFFFFFFFFFF
+% FFFFFFFFFFFFFFFFFFFF03E800000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+% FFFFFFFFFFFF03E800000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+% FFFF03E800003842494D04080000000000100000000100000240000002400000
+% 00003842494D041E000000000004000000003842494D041A0000000000670000
+% 00060000000000000000000001FA000002EE0000000300660069006700000001
+% 00000000000000000000000000000000000000010000000000000000000002EE
+% 000001FA00000000000000000000000000000000000000000000000000000000
+% 0000000000003842494D041100000000000101003842494D0414000000000004
+% 000000013842494D042100000000005500000001010000000F00410064006F00
+% 620065002000500068006F0074006F00730068006F0070000000130041006400
+% 6F00620065002000500068006F0074006F00730068006F007000200036002E00
+% 3000000001003842494D03FD0000000000070000000000000000
+%EndPhotoshop
+gsave % EPS gsave
+/hascolor
+/deviceinfo where
+{pop deviceinfo /Colors known
+{deviceinfo /Colors get exec 1 gt}
+{false} ifelse}
+{/statusdict where
+{pop statusdict /processcolors known
+{statusdict /processcolors get exec 1 gt}
+{false} ifelse}
+{false} ifelse}
+ifelse
+def
+40 dict begin
+/_image systemdict /image get def
+/_setgray systemdict /setgray get def
+/_currentgray systemdict /currentgray get def
+/_settransfer systemdict /settransfer get def
+/_currenttransfer systemdict /currenttransfer get def
+/blank 0 _currenttransfer exec
+1 _currenttransfer exec eq def
+/negative blank
+{0 _currenttransfer exec 0.5 lt}
+{0 _currenttransfer exec 1 _currenttransfer exec gt}
+ifelse def
+/inverted? negative def
+/level2 systemdict /languagelevel known
+{languagelevel 2 ge} {false} ifelse def
+/level3 systemdict /languagelevel known
+{languagelevel 3 ge} {false} ifelse def
+/foureq {4 index eq 8 1 roll
+4 index eq 8 1 roll
+4 index eq 8 1 roll
+4 index eq 8 1 roll
+pop pop pop pop and and and} def
+hascolor {/band 0 def} {/band 5 def} ifelse
+/setcmykcolor where {pop
+1 0 0 0 setcmykcolor _currentgray 1 exch sub
+0 1 0 0 setcmykcolor _currentgray 1 exch sub
+0 0 1 0 setcmykcolor _currentgray 1 exch sub
+0 0 0 1 setcmykcolor _currentgray 1 exch sub
+4 {4 copy} repeat
+1 0 0 0 foureq {/band 1 store} if
+0 1 0 0 foureq {/band 2 store} if
+0 0 1 0 foureq {/band 3 store} if
+0 0 0 1 foureq {/band 4 store} if
+0 0 0 0 foureq {/band 6 store} if} if
+blank {/band 6 store} if
+gsave % Image Header gsave
+/rows 506 def
+/cols 750 def
+750 506 scale
+level2 {
+band 0 eq {
+/DeviceRGB
+} {/DeviceGray} ifelse
+setcolorspace currentdict /PhotoshopDuotoneColorSpace undef currentdict /PhotoshopDuotoneAltColorSpace undef } if
+/picstr1 750 string def
+/picstr2 750 string def
+/picstr3 750 string def
+/picstr4 750 string def
+/_rowpadstr 750 string def
+/rawreaddata {currentfile exch readstring pop} def
+/padreaddata { _topPad 0 gt { /_topPad _topPad 1 sub def pop _rowpadstr }
+ { _subImageRows 0 gt { /_subImageRows _subImageRows 1 sub def
+ dup _leftPad _picsubstr rawreaddata putinterval }
+ { pop _rowpadstr } ifelse } ifelse } def
+/image2 level2 {/image load def} {{begin
+Width Height BitsPerComponent ImageMatrix
+Decode length 2 eq
+{/DataSource load image} if
+Decode length 6 eq
+{DataSource 0 get DataSource 1 get DataSource 2 get
+true 3 colorimage} if
+Decode length 8 eq
+{DataSource 0 get DataSource 1 get
+DataSource 2 get DataSource 3 get
+true 4 colorimage} if
+end} def} ifelse
+/_image2 level2 {/_image load def} {{begin
+Width Height BitsPerComponent ImageMatrix
+/DataSource load _image end} def} ifelse
+/beginimage {
+band 0 eq band 4 eq or band 5 eq or
+{image2}
+{negative {{pop 0}} {{pop 1}} ifelse
+_settransfer _image2} ifelse
+} def
+/readdata /rawreaddata load bind def
+12 dict begin
+/ImageType 1 def
+/Width cols def
+/Height rows def
+/ImageMatrix [cols 0 0 rows neg 0 rows] def
+/BitsPerComponent 8 def
+band 0 eq
+{/Decode [0 1 0 1 0 1] def
+/MultipleDataSources true def
+/DataSource [
+{picstr1 readdata}
+{picstr2 readdata}
+{picstr3 readdata picstr4 readdata pop}
+] def}
+{/Decode [0 1] def
+/DataSource {
+picstr1 readdata pop
+picstr2 readdata pop
+picstr3 readdata pop
+picstr4 readdata
+} def}
+ifelse
+currentdict end
+%%BeginBinary: 1518012
+beginimage ] ("  "!" ! %"!+ && '! %("  #%%" $!!! ,#$)"%%"&%# !##&!!#  +"% - $!#%"# #$! %#$%$!  )!$%#$"!"#'&yX#   $!! # % !! uT       !    "
+  rY!%  !!"! &#"! %' #!" vY%%%##""""""""""""""""""%%%%%%%%&&#$(!## #"""""""""""""""""!"####"!/'%(! )( (%!,#""""""""""""""""%%%%%%%%)()(%, &$) #*#""""""""""""""""""""""""!4&#)&&)& &&"+(""""""""""""""""""""""""!$$"$!$&(#"""""""""""""""""""""""" &(0)$#"*&0"""""""""""""""""""""""""+*'&$ %########""""""""""""""""$#"'$" !$%#%#""""""""""""""""""""""""#!$%$ */'#%%%%%%%%""""""""""""""""&&/ &0 ! %)!)""""""""########""""""""!##"$,)"""""""""""""""""""""""""&*"'' &*)**-&""""""""""""""""""""""""#!%"#$'*& '$%%%%%%%%%""""""""""""""""(#')"#)&!"#+#""""""""""""""""""""""""#########}T   ' !  $! ! $ %&,!!#    "$ (!  "('&#" ! !"''(!!  (%"" !""%! #" !!#yQ %"""#*!!&   &$#   %%&
+%"   #  ! vU  "   )!"#""&#"#"& !& ' . # #  %"!!!!#%  "*# $ *('$#!" ! !"$)! ) *##   !)& $!! $#$$'  " !$$ !"!## % zU%"  "   !
+ 
+%    
+ #   
+*(    )    "
+ !- '!  (    +#  & 
+
+      !P
+
+ 
+
+
+ 
+
+   
+  
+
+    
+    %#   %  
+   ( 
+
+ "
+
+
+  
+$
+
+&
+
+
+      
+
+  
+
+ 
+ 
+
+
+
+ !
+    
+  
+  !        
+
+ 
+  &$   
+ 
+&    
+ )
+  #   
+ %   ' 
+ 
+"    
+ 
+ |R$>ppoommkkmmmmmmmmmmmmmmmmppppppppusvwK*lqronoolmmmmmmmmmmmmmmmmlmmnnmmlurt{b`rlorntnmmmmmmmmmmmmmmmmppppppppzxozr(Dqnphqlommmmmmmmmmmmmmmmmmmmmmmmv{qtv33uprmoqlmmmmmmmmmmmmmmmmmmmmmmmmorojjG&tqjjqnmmmmmmmmmmmmmmmmmmmmmmmmmpnnut]\untspnmmmmmmmmmmmmmmmmmmmmmmmmmgomsp Fhhjpommmmmmmmmmmmmmmmmmmmmmmmmtrlmlq:6knrkoummmmmmmmmmmmmmmmmmmmmmmmrnnijpNetrqqlppppppppmmmmmmmmmmmmmmmmsqimn}eYmonotmmmmmmmmmmmmmmmmmmmmmmmmkgjpnhn(InnolfmmmmmmmmmmmmmmmmmmmmmmmmpmjptlvB3mpqrlmmmmmmmmmmmmmmmmmmmmmmmmnnmplqpMnrsszppppppppmmmmmmmmmmmmmmmmqmqrnqqf#ewryvmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm3!~N8jjkkllmmlllllllllllllllljjjjjjjjompqE$kpqnmnnkllllllllllllllllkllmmllkolnu\Zlfilhnhlllllllllllllllljjjjjjjjtritl"Cpmogpknllllllllllllllllllllllllpuknp--ojlgikfllllllllllllllllllllllllnqniiF%spiipmllllllllllllllllllllllllljhhonW
+VohnmjhlllllllllllllllllllllllllfnlroEggionlllllllllllllllllllllllllnlfgfk4
+0ehleiollllllllllllllllllllllllqmmhioM _nlkkfjjjjjjjjllllllllllllllllmkcghw_Sgihinlllllllllllllllllllllllljfiomgm' Hmmnkelllllllllllllllllllllllljgdjnfp<
+-gjklfllllllllllllllllllllllllmmlokpoLhlmmtjjjjjjjjllllllllllllllllkgklhkk`_qlspllllllllllllllllllllllllllllllll.zM8jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjompqE$inolkllijjjjjjjjjjjjjjjjijjkkjjiolnu\Zlfilhnhjjjjjjjjjjjjjjjjjjjjjjjjtritl"Ankmeniljjjjjjjjjjjjjjjjjjjjjjjjpuknp--ojlgikfjjjjjjjjjjjjjjjjjjjjjjjjlolggD#qnggnkjjjjjjjjjjjjjjjjjjjjjjjjjjhhonW
+Vohnmjhjjjjjjjjjjjjjjjjjjjjjjjjjdljpm Ceegmljjjjjjjjjjjjjjjjjjjjjjjjjnlfgfk4
+0ehleiojjjjjjjjjjjjjjjjjjjjjjjjokkfgmK _nlkkfjjjjjjjjjjjjjjjjjjjjjjjjmkcghw_Sgihinjjjjjjjjjjjjjjjjjjjjjjjjhdgmkek% Fkklicjjjjjjjjjjjjjjjjjjjjjjjjjgdjnfp<
+-gjklfjjjjjjjjjjjjjjjjjjjjjjjjkkjminmJhlmmtjjjjjjjjjjjjjjjjjjjjjjjjkgklhkk`_qlspjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj*wO :llllllllllllllllllllllllllllllllqorsG&kpqnmnnkllllllllllllllllkllmmllkqnpw^\nhknjpjllllllllllllllllllllllllvtkvn$Cpmogpknllllllllllllllllllllllllrwmpr//qlnikmhllllllllllllllllllllllllnqniiF%spiipmlllllllllllllllllllllllllljjqpY XqjpoljlllllllllllllllllllllllllfnlroEggionlllllllllllllllllllllllllpnhihm6 2gjngkqllllllllllllllllllllllllqmmhioM apnmmhllllllllllllllllllllllllomeijyaUikjkplllllllllllllllllllllllljfiomgm' Hmmnkellllllllllllllllllllllllliflphr> /ilmnhllllllllllllllllllllllllmmlokpoLjnoovllllllllllllllllllllllllmimnjmmbasnurllllllllllllllllllllllllllllllll/{R`=% >gv$R3-N"}I;0e#%o@,+J!{N Z9!:cr#Q/)M}yE7,d" !k<('EwM
+Z8 9bq!O.(K|xD6+b j;'&A tO \:";ds#Q0*M~zF8-d" "l=)(FxO
+n@ ! ] P
+ 2?
+g M0)W{Mj>  [ N
+ 2 ?
+e K.'RwN k?  \
+O
+ 2 ?
+f L/(N tN k?  \
+O
+ 2 ?
+f L/(SxNk4 XaH7 mn%,@ tS!U~L g2V_H7 k l#*@ r QPzMh3W`H7 lm$+@ sR L wMh3W`H7 lm$+@ sR Q{Md'7>&9+<0 l$$m<5/@+$o'!s#65N-{%+^%-;53.OM`%5<$7):.j""k<3-@+$m%q#43N-y#)\#+931,J
+}Ma&6=%8*;/k##l<4.@+$n& r#54N-z$*]$,:42-F zMa&6=%8*;/k##l<4.@+$n& r#54N-z$*]$,:42-K ~We
+9!$SS _ 9 H zR _9!L|T a
+9!L|WeA'""SS _A#H zR _ A$L|T aA$L|We:  SS _: H zR _ :
+L|T a:
+L|We>(0SS _>$,H zR _>%-L|T a>%-L|We
+
+8SS _ 8
+H zR _8 L|T a
+
+8 L|We3-eH:>SS _4.eD6:H zR _/)eE7;L|T a3-eE7;L|WeSS _H zR _L|T aL|WeSS _H zR _L|T aL|WeSS _H zR _L|T aL|WeSS _H zR _L|T aL|Weћ\SYjƛ铣y\JPy~ߒSS _͗XOUfŚ铣wZHNw~ߒH zR _̖WNTeØ铣x[IOx|ߒL|T aΘYPVgŚ铣x[IOx~ߒL|Weʱt '|d2&X"  T;  7 dSS _ɰn
+!vc
+
+!va
+
+*V~5=&K=,,-=Ut=.YH2VJOFOH߆D%*MnRu~t].
+*V~5=&K=,,-=Ut=.YH2VJOFOH߆D%*MnTwv_0b2jtkjrxfFo-PMMMMMMMME"U}bG$
+! ,
+
+q _(**C ?@</b
+"1
+.
+"SS _E
+
+
+m ^')*A
+=@</a !1
+.
+"H zR _D
+
+ l
+\% '*B >@</_/,
+"L|T aF/!!hc )
+
+ n ^')*B >@</a !1
+.
+"L|WeQ0Xp?0'n
+;~,
+,k
+F?m(&} A6r' ;6 Z
+F?o*(C8t' ;6 \rE
+NB| N3|+2J
+x4X  G:'-I
+@
+8\
+.aw6/Oz2 NA{M2 {*2I w4W
+ F9&,H
+.aw6/Oz2 NA{M2 {*2I w4W
+ F9&,H
+Pu 9 NM * a e
+A3
+#A7tx7-h9
+`]}K|^=#(
+Gz/*SS _o Ot
+8 ML
+A3 "@
+Gz/*H zR _mMr6
+KJ
+A?3 >
+8 ML
+A3 "@
+Gz/*L|WenE%# < nᐈ5U
+3|tT.6#! 4Y3 dôc"%q O?c 
+hM$( ENSS _mD~$";
+m4U 2{sS~-5"~ǿ! 4Y3
+c³b!$p
+N>
+C LL|T amD~$";
+m4U 2{sS~-5"~ǿ! 4Y3
+c³b!$p
+N>
+Cm$..
+6;t{5*1?1D-4'2L@[3" 3 bnY6SS _VC|fDS 7F
+){ C`
+2 a
+A^
+_
+){ C`
+2 a
+o.=xs9\7 7^T
+$gh5 KL|T ab
+o.=xs9\7 7^T
+ Dq WWY[WTQ"[0B- =܈ kG:}q\\eaYVcjPWbdWXi~[^W`Y_繳Y. LkL+ Oӫ|J
+CpVVXZVSP!
+Ãi '
+)
+hD
+IhI( LѩzH
+CpVVXZVSP!
+Ãi '
+)
+,
+ .9yXSvͭͫzÍ~S _ଅG46|g
+
+
+CB5
+OG( ,
+
+
+CB5
+OG( ,
+9/ [We*<<<<<<<<;;;;;;;;<<<<<<<<;;;;;;;;99׃8 o1y}>48:
+9/ [S _z$,,,,,,,,++++++++,,,,,,,,++++++++33ւ7n0x|=
+ g d )ZT̪$(
+9/ [R _HWWԀ5l.v
+9/ [T a*<<<<<<<<;;;;;;;;<<<<<<<<;;;;;;;;99ւ7n0x|=
+ g d )ZT̪$(
+2B
+R'*<) {|)GS _a'444444444444444444444444444444444#1
+`o
+R'*<) {|)GT am3????????????????????????????????B11
+`p
+ !Un}B_"G C 7, y@ :w &? Sm
+ "Sׅ~󎔕!T
+
+
+%M6Wt"25* eWet.>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>E5 6sKutpfhiYvHhtSB,,c򺣢X
+"r5_1S6
+ pV7WeWYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYOKW1\i;3
+oP1S _PNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGCV0[g
+;^fg' XƵd c}Ni/uh ;ۻ|'9a3 {
+oR3T aWSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSOKV0[h
+ zh
+ h  25'
+
+d-)IKE"04(H+L1 nS?cq 8?5TU
+S _ +m vNASKqT1
+
+R _)k wO?Q
+/
+
+;GdPj=:
+N ()4HR _ 9EbNk>:
+dr P *+6
+JT a
+;GdPk>:
+&3]%QE6We;  
+Mq=5
+
+n
+
+\AAWeĊuzӻų츅ylĉpuSȈO/# $#$.Lw D#{;6|$ [; =S _Étyѹų뷄xkÈotH zȈO/# $#$.Ls D#y94z~"Y; <R _}r}wҺų鵂vimrL|ȈO/# $#$.Lw F
+%{;6|$ [=>T aÉtyҺų뷄xkÈotL|ɂ9  8K,w/ A u;$T hTȁ8
+3|F'v.
+@ t;$PbIy|3 /xB #t,> r9"ObM{ȁ8 4}G(v.
+@ t;$QdM{q* (44-(332."-mD+i2C;$YgQp) '33,'//.* )i?&h1B ~;$UaFyl%#//(#,,+'
+ &f; " f/@ |9"T aJ{p) '33,'00/+*j@'h1B ~;$VcJ{ On͠mI"}A&e4@<$ZcP~
+[I x5 C‚>
+B A'KaQy]*I@!|D(n0 DC)M cQy 48ER 2 q6FlA0S jU 28EM- p5EkA0OdJy
+38EI)
+n3Ci? .N dN{
+38EN. p5EkA0PfN{ݲi%
+C/g,O;8VZIݲd  B.f+N;8RT>{ݲ`@,d)L9 6QTB}ݲe ! B.f+N;8SVB} NN$. H6 >WEeeddaa``\w뺈oiyƙpfrݿӪҺlYaaaaaaaa>z MM#-G6 >S
+?__``aabb\w뺈oiyƙpfrݿӪҺlYaaaaaaaa3}v
+ KK!+E4
+<R
+?________\w뺈oiyƙpfrݿӪҺlYaaaaaaaa7 { MM#-G6 >T Aaaaaaaaa\w뺈oiyƙpfrݿӪҺlYaaaaaaaa7 } T)B0D)vK*
+2(v L60Z! $Q[bB < !K$t} S( A/C( uF 
+1
+
+ 
+/
+ m} S( A/C( uG#
+1
+
+TL " Ҿ:\iniJD,ilgea_TK,
+'?;CCBA@@??b/ImgYN-$'"p=#U?CD40)}7&,$!x!11"!O) SG ѽ
+ t// M'Q~D  ϻ
+  q!11"!O) SH ѽ
+5Z;//;EF<3ITaka`e\YhXTm`U_\Vc[RiK
+O&
+!H 4M 8gghhiijjovm5
+ 4Y;//;EF<3ITaj`_d[XgWSm`U_\Vc[RhJ N&
+o GS ,"f ,;.
+: ai &qp\^`bba]\0 xV-v Z!
+!H 4N :iiiiiiiiovm5
+ 4Y;//;EF<3ITaj`_d[XgWSm`U_\Vc[RhJ N&
+o GS ,"f ,;.K^
+
+ **; 7:&=wCq1 !KqB &94- 1 I[b=&
+yUZ;PE%
+
+
+
+/~GY
+ 
+
+47
+}qA &94- 1 I[b=&
+yV\;PE%
+
+
+
+L
+"O 4I9WVj=/A&i6әB g
+e
+L
+"O 4I9WWl=/A&i6әB g
+' .F:) sPU[,r?wTo{2
+
+
+' -E 9'
+m
+'
++C 7( m
+
+
+' -E 9( oMTZ+q>vS
+oA{4&0:
++z%<
+3sr=y#m
+UL ":m?6 )o-[,:p>Z@Y 4O
+*p +Y+8n<X׾>
+txD+MO`u
+3st ?{#m
+UL ":m?6 *p-[-:p>Z@Y 4O
+A 
+X[̖ @*
+  9p%3<86/?-A -"" %,C
+ #SUZq=;$%# cP o6!+, J5D3
+wh?W󴝜
+,!!$+C
+ #SW\s?;#$"
+bP o5~ *+ J5ҫp[9)  :z~2
+ U񲛘
+!QT
+J5Ϳv]H7'""#%),028w4
+wi @ W󴝜
+,!!$+C
+ #SV[r>;#$"
+bP o5~ *+ J5l\UUKLOQTWY[={^#VWeM8fdI[EmLX (} FGw4<܏S"o
+Iy) ,"$&$!"(.|=? <#B&$&.2";w ,f
+C6FI 4B:$גY*
+NeX6
+)UT< p|K'"?cԭvU+@۶q[8. && $#  >{l/ R _]*;pd?PU%?m&IcV4
+NeX6
+nPo
+2Rk(yG3g)J''" 2@:>!)2!4
+5<w}>) % +
+_d&G$$
+ߙ-
+a"n@J!/)8NG .tS _C*#ql
+k=F]C.%*!%]E `!m
+
+k=}D[A,#(#[C
+^k
+7<-Q
+M
+bh
+x0T aWkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkcaEPi N
+kH?
+&D=>
+y\R
+ BWK |j-lR _PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?7$
+BElysv\PZdlsxtyptvkkV%A5& iB: A:>wZ
+yj-lT aeiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiif^ &
+y\R
+#j7u>USnMS _o6jDMG
+$k8u>U۪_B" ((+)$)(& $-JcH zlKR _Q::::::::::::::::::::::::::::::::?E
+f3u>Uї}Y<,&%#&'*.11.,"'%!*;TuL|nMT aQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa]c6jDMG
+#j7u>UjZTQORSUY\\YWW\`^WQPQFMV_nL|WesIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIecS9 XrOX TD Kp
+ %dq Ofb=<$l 1Si\&S;'>8`e#
+
+ /TfH zR _ΠzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzP 6 UrO UQD Kn
+ "aq Ofb=<$l 1Si\&S;'>8`e#
+$K(]D?HUGK=IAAAAAAAA@a#)k=LXFUC/uKF<4;GHAecsD \LtUHz@zNH) oצ]O. 40*&$&&)! $ObL|T a-Go
+$K(]D?HYKOAMEEEEEEEEBc%+m=LXFUC/uOJ@8?KLEigsD \LtWJ|B|PJ) o㽠r`RNPSUfb]YWY]`ZWRLJOYbrL|澰We
+"\jfP w
+YgcM w
+)zT
+  
+HR _̠zw缃chpu΍jy婎]:! :8481,#" %QfL|M  JT a΢|y龅ejpuЏl{˰eQLOS][[__ZVUURMFEKWatL|0=ZmZ[ZYZ[[YWWeS0=ZmZ[ZYZ[[YWS _ءz; !## $&% /BsH z.;XkXYXWXYYWUR _˦M1#)+&!1/,.(# %$4GdL|0=ZmZ[ZYZ[[YWT a⾟vZIJNU\^YTVTUWTOPUNVdwL|9%WeֹS9%S _t@#  "!I^H z7 #R _k?"!+&"#,./,#BWL|9%T a᱖mPGKRV`[UVZ\[X\UQQU_uL|0PWeпS0PS _˒g2! ###&$+DlH z.NR _«W3"!&+))&&"&.,,',.8QwL|0PT aҮbQHMTY[[[[UY^\WRSUXqL|1WeS1S _Քu2 $%*(&'"6QH z/R _ѽuE'+()&$ !#&%#&)=X|L|1T aشqSDFR^[\[YWXZ]XVTWdL|7WeξS7S _Αg4$
+ '!+-+&(KnH zkhR _ڒl8&$-'%''"$$)5RuL|mjT aaGJTWRd^\^^YTRRRUayL|%WeS%S _u3#& '& #/`wH z#R _Оp8!/2' !)*$!!.:kL|%T a従fJESbe\UX`_YSOMOZfL|%WeqkjlζӘjgk{ϱ{都S%S _oihj̲іheiyϱ{都N-')+#2]H z#R _pjikͯҗifjzϱ{都靄P/'.! ,.'$%3B`L|%T apjikͳҗifjzϱ{都{ZKMXacVNU_aYQPQXg~L|'>aVWWXXXXWWWe/  !s A-
+
+-P 8]
+Lc
+
+ +N
+
+Lc
+'ZrH z%<_TWWXXXXWWR _.
+,O
+Lc
+ ,O
+Lc
+!&
+ @j" %Ls!0?PAFJJEO:3%,8-
+ WzH z    gNc@
+>h
+#Jq
+ @j" %Ls!0?PAFJJEO:3%,9-
+@Z\M.
+
+=
+Ha
+@Z\M.
+
+=
+.T " B[jηŸ9ǶS,RMa-΂
+vCſ˹ūZ?
+@Y
+vCſ˹ūZ?
+  1. *JϸS0Ma *|$f>BC.)
+0~- *JvC !&!""=H z.Nc (z"d
+0~- *JܡsTHGQ]b^YVVY\ZQPkL|:QgiW tC} 0@(e>I
+V2ll?
+-iH z7Ncf
+)4
+Nq*
+$!ip"28bDF.'d@ -Y 2_o
++W 0]p
+$!ip"28bDF.'d@ -Y 2_p
+H٭pyc %:֛ >f )QIFCCPH624# X$  3ZP_  qUh#`
+S
+;Ma
+ٔe1 0!)-'#1XH z9Nc
+   U!  0WM\
+
+qUe  ]
+Ҕe<+9*$+/($<cL|
+;Nc
+qUg" _
+䴅eTJFdULT`d_[MO_L|rKQgo-\n
+O< Qfhx =v '3 d;5i$'l 
+"6)$-+1/130,2<y^)
+1%x}"
+f\Sq
+c:4h#&k !5(#,*0.02/+1;x]( 1$
+$0a82c!
+1"
+c:4h#&k !5(#,*0.02/+1;x]( 1$
+{c 1_
+aTew8=8r2-%-23(
+)xlq2[(xD .{L?%' 4WC$640;65%j )r@ "% a$/B#_5.- 2 NݼTN+  
+
+aP _s444q1,$,12'
+-a
+
+!$`#
+1 NR1  $" 9]I
+L)  
+aO _r353m -( (-.#
+
+$&/& g;# :x
+0
+aQ at57
+5q1,$,12'
+-HLEEHHGH@TOVQJKEbJQJRPZz
+!$`#
+1 Nˣ|[BI\]WYYWSPQT^Me
+QVa:%
+lh ;^+ )y
+QX
+cѼƾ暁<'pt .%' !)<ak p6 ]g1G-Ui[]^eaOM^XYVWiRhN_V_WVތY
+o@$/%)'
+F!.3< `4UI]1@ Z
+
+F!.3< `6W I]1@ Z
+
+
+
+ 
+fJ * > +|H+
+G c$S
+ 
+t...u V8ot(
+fJ$=
+*{G
+T6m r&dH& ;(yE
+`! S
+fJ& =
+*{G
+N C `ɇ,K7N+d] -ߢG'C[ zު!)pK)ہ # "~D_TQQM4}M+DKKYѢ
+yݩ (oJ(ڀ " !}D_Y
+*"")+&&STQQM)wL+DKJX
+yݩ (oJ(ڀ " !}D_SFO_bZX_e`WRXTQQM-y؋aV?QRcP"%gpooooppqnnoopqqqoooooooopppppppp_][(Ldi ;PZ={#IaN$3
+#!: 6r+ 
+cD  V[?Re6 = R3!_qZn^ !^1aS
+5q+ 
+
+
+ ~<
+Q2
+
+
+`A  
+
+|:O0
+5q+ 
+ bC
+
+
+ ~<
+Q2
+nV
+ +U" " #zJ )A#ٰ@9gE&m.Y*-
+nV
+ ! }M uI (;
+nV
+ zT!
+ !#zK*@"د?8gE&l-X)-
+nV
+ $ ~: !  # (9O"8E
+$ 8K2F;MP0lM#
+2mm B<
+Sr2 3nm B<
+8JxA
+ZP Uq1 
+2mm B<
+gܾűȲ.! ! 7bR y
+bM }NC&JY i̓`(!' ")#(*kK
+zPE(L[ kܨ{TGO[g_Z\[UQSP~0
+%]hԾսP/#YbҺV9'!!2F~- $Xb͵fI'&+4'( (DD {/ $Z
+d̆iNM]f`WTVVNJfI2$XfP1"T `G"%") ._F|/#S `㹋L$!$'# '1+)FwDy1#U bҭuMQSWZVSYcTRbI}>,RfǵS~=*N`y- #"" gIy; +M`ާm/'!%'#'gGv=+Obŋ[IQ\YXZ^ZPNRLzVdaLWeڴSUccNS _sL"(MH zSa`KR _sL"+PL|UcbMT aݚsQMX\ZYWZVNRwL| 3WeS
+3S _F %$(AuH z1R _ңP!&)# $;oL|
+3T aw>QKO[`ZW[OPfL|}%{? OWeιS|$z;KS _|*$
+ !$(qH zz v:JR _z3.' #*#*.mL||$z<LT a̖^FQeaYVXXQQUL|4
+/atA bscimacbWeS3 .`o<]n^dh\^]S _`   !+H z1*\{l9 Zk[aeY[ZR _܇`/%#&)EL|3 .`p=^o_ei]_^T aZPX\ZWZ[YPLhL|h1' #/WeSg0&
+  * S _p?
+  &  R _p?-##"0`L|g0&
+  + T aؙhVPNUWTW`QJWL|p We|}o}׶ԛSo
+  S _z{m{Ӳԛ`%
+  R _{|n|Գԛ߷c($#&+) #*VL|o
+  T a{|n|ԳԛҌQELWV[`\SSZ|L|¹WeF
+&o -1' *%',*$*79&-+-'(
+Q
+-!
+ Z~&
+ Z~&
+ Z~&
+ Z~&
+H'"SS _,|,r KDQ#C G&!q<  %''KyH zؾR _
+(p IB R$A}E$ÀK&(')"11)%M{L|T a,},r KDR$C G&!؝iQS\^V[ffUQtL|E,$'OWegX)h>%]63.ESF-%'OS _f
+
+YH zA(
+9  9o[ͤ`3
+#+%-#4BL|> "
+'5 j
+(6 k
+-$%MH z$A8 /R _s
+`S9Web5\h#Lw)nh3 2ܺS5
+`S9S _a5 Zg !Kv(
+[e  
+/l,#!)"! EL|5
+`S9T aa4 [g "Kv(
+]o8 ?1T<
+]n7>0K"(
+fI y:
+]l
+]n7>0wYQW]YVYUKOM{8"-QgcxiI
+7@μT8"+Maşbwe E 6
+|Y9d
+^NcJ'((((((((&&&&&&&&((((((((((((((((EeHI cӺ% rX~:4;98<;;(';;??0/^^79@2064<H*&@81/;p].041$&;>܇;233327+<</..-66Sk>,277>=)E%!&#.6>|97$(2;ٕ;9/0-/73}}*<"32'$"95@>/8-0@wG*&==8D9O??*##-9B=886996/{J>.0,-83J:-(/;8;,`P9.88;:=[96!!""3=ܰQ>27=809dH-;<=?),<@8..11+Adm.+<@@=;LC=+ !%=>J:59=4(6Oi?/6106;44,*C><?,GN{g
+$["! $! #o.nc=#
+"; %'% ZN$#Mb   
+&.
+
+7x, Gg)
+z--++KU)/+34!*%./eh#-#4,'6$(""4#1(&++0333Lk!2/!&! -}-+(//+8h'2" 6#.%%$"#`E2 20=o)(-11X7(".(/+1B'5#2"(/-1*%&!JQ,/#+!)#2'"*b]$)%.,/0)/$0!,.)/-*7^""%-2"/(*&FO| YY
+&.
+
+F=&v" # 3N
+
+DV" 
+  s #0J |# 8K zS$-KNQD"))(00%%,h1LL.
+R7'$0D%53+1 #QT,/$%/'!![].2(/3"33!;[!), ~4 +%HO|U&/MPUH&#--,44))0j3NN0
+lP GQg6*)"@rBh
+lP GMa5
+{06
+N/
+lP GNc5
+xmL # VJ N`s&Jݜ? #%WH zvkJ ! TJ Ob52'<ѐH)#-%%(/(^L|
+xmL # VJ ObL]ROsoPKZ`XSVVO|L|\x'/^~RfٷS&.]~N`' '
+AӒ6 3bH zYu $,[~ObL0%28ґ;.".1sL|&.]~OblRXe=tgEFQlUNWSVL|7 -( a< pRfS6 ,'`; pN`#5Η3
+$gH z4
+*% ^9
+pOb#5%)қG$/&%)hL|6 ,'`; pObN`MZ^ݮjGNbd[JTSWL|
+(aObu$('%+ŔF%##*'fL|]X` z@WmN*dU> *aObRa`JPݲuEU\\SPVZWxL|- Oї?{1$n R %A"URfֺS- Oї?z0#
+V:& ?V)?
+H C
+&UOjQ''9Ҏ< $+(oO h$aF [<( AX+A J"E (UOjفWZP[hLRYYYY`VSO Q,:B\ktbA1# D>UbD T $=5 XV eîϰ׼PM(6>Xgp^=- @=
+Q
+!:2 XS
+bݚ_,sF'15"% aLN)7?Yhq_>. 
+A=
+b껆SrSKclYQ\KPLe& %Nd~ rS&?- aWgֿNa"  !J~c}
+  
+ G|a{
+ dj 
+u'0 uNSK
+s%. uM SI
+
+ as'  ]#
+LL +&&&''(((19
+*R!!!!!! . i( ehHnt  #8N7^ E }մ""$##"##"{ Rt B. "aY
+*N*e$ ahHnt  #8N3
+Z E }a'?W' %1.L w Pr @,
+ _Y
+*K)d#`fFlt  #8N4 [ E }g0HݫY)%4(+(W x RtB. "aY
+*O+f%
+bhHnt  #8N4 [ E }>[sƄTXc]Q[XHFl x#.\"| h <
+5: @N& -re;YBJ
+
+
+ y"-[ { g; 4: @K  )ne;YBJ
+1L )S#
+J ۬ݶR\:L#1u}|U UfZfJ y
+@50K
+(R
+ UdXdH!z A6 .I}& P
+(R
+88)
+89*
+&wWhm +=dmG
+]4 6
+/. 4xO.RG
+&wSbl *<clF [2 5 .-
+3v
+&wR bj (:ajD\3 3,+1w
+&wTdl *<clF \3 5 .-
+3w
+B¾{3(3E7
+E
+*e$
+B¾{3(4E7
+E
+bi  
+-
+
+bi  
+.
+Am."()De|?K 8A1M 6ϼRT`jYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYgaʣq9 @l-!'(Cd{=J7@0
+5N]k$*2+#:K}Ub𵉃ʣq9 @l-!'(Cd{>J7@0L
+5ixˉFMZb`XSTZK}Yg߷}&i D,
+? 5)?F6RUad|%
+34Nփ)%%0$9gL|ObR\\\[[ZZZZZZZZZZZZZZZZZZZZZZZZZZZfQ᨝^IoI84 56PUCS^U^^RWL|,#0TRf?v>6'#s$za(\{ξ޿S,#0TN`V$###""!!""""""""################?v>6&"
+4GD<9 ضS%'|i"~AN`a%(+1qIlR4= 3F
+z) ~K/*,z\%# -!%&!uL|Z
+m
+eS
+sSE)LN`L,%"
+!#hH zC'LObM
+;T1XS9Q- >kR# "-sL&
+;}ӺS?]%o
+;S1XS9P,=jQ"!,rK% :|2+&
+gM#* 
+LH z=[%o
+;I{R _Т< jߕE.')'0$ QG xT a޽jNBjSWY\eVOEvL|WePS _ɇ`O5!"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ = uẏfVQO[mT aWTMP[^VQTF|9 $$UWeJ5  $US _<-(
+¿A|2 $UR _ׅ:3 "-(".zwqp10+) 
+!$UT a]I_Y[_ZIUC|9 
+ &qWeӹG5 
+  &qS _垸Q!%% fǿ?|2
+ &qR _垷S!#,,%$bպldJB1- 
+  &qT asITaXZZLK~û@|! Oyq7 aWe޺F Jt|l7 aS _4,xp*Gм>{  Fp{{xh7 aR _,)uz'*$ ,!J53/+# "#&&$$''*+,,"!'&**--"!  3
+pKu}m7 aT aQLՌNQ`WR^SHj̽?{%V]RfR$V]N`+&3cԕ **!">øG{ "~V]Ob94%9i') "&8ҹrgC?)&
+
+ 2358=?EFNOVY^bdfK})X#
+RfRh
+N``&&j&$&/¿G{h
+Obj%01!v2 3%%#<泪vmE?"
+ObFZe]MTReaYX_NgK}c
+QRfR_
+QN` 'TN$0 ƶG{\
+QOb./(0]Z$*1)$ zԳqa4-$
+  &"-)21//!! 
+ 03BGUY__K}`
+QOb`a_VU}PVfQGbVRȸK})Q*RfȽR$Q*N`6u0( (5 fƻG{ Q*Ob| !"4q/',C]nKD
+&vѿG{*Obn**U0&. ,|XH ');=<<23#$ %38BHs}K} *ObӞXXxSRZV\ZFS²K}""WeݬS"S _K"&&%[ĶH z R _]) '>%f鷨eW!  "$$! 
+
+(),.3567#"
+BR _A17)(hU)) ;8!
+
+  O b&33é۵Ʈ̦w$+, $' N~Ʀɬ޵¥Ϭ껡۵纡ܨų̧൰߯ˣ𿥠̞紮ᨶC x1  L ^807)Fþ-)!$5=0-!%!$$M5#8A,/c4D6 #SHDLi<<##̥0)%"(/M>"#030$%    !&&8!-9\t껐67&%غ/&+%>>AA6+/+&ssY.+
+
+&/9XmG..%')-FZԧFJ,(>8#*,#%8&.,ve"'  Dci;=659EȦ,020')IEHB1'E?-1dE2)2iZ,4 &.5RnB=JN/;DNãVZ'$",(ɽ,&0+<@L@*.iuMC&:s5  P caYjRPmȱ㷴ǯùbTYZ^bYRn³Ю辯«̭״羳Ǯڹʰ岬°ԯṴѰ踲ıӯְ깳䮹C xbJ8,!&38TU iD{cK9-"'49TQ d)+!魨|1!"# FpǗ۩౧ě򱯧ǣޣ㠡̞쬠򽚟㧡գȗ埙ܚ@ x޹^F4("/4TN`6#(*NTȅ)(."14
+ 0(
+ !&)A6%#qU Mx[!**-"!%-ߪ#!% ("|2' Y`.!(
+ $Eo"&!̗ +-"/)-(50zXD
+iI
+ebOJaLƷ쯪_PUZVRRPd󮨨ͤ嵢޶󹫬Τ˨ன姨ӧ鱩Ȣ鬦է񶪱ʤ묦ޥ@ xXVİ޽< TQ֎(Xӭá𦥤ʢ4.!&+ A੼۰䥖̥ЫꤢΦ򭸜էЮ򷵣ܫ󨧸ӭꫜ8}Q M,WͮE.* *)61*.*)T4JDPJ5-"'=7H% .*6Ud ))++Ú%5+ #ٽC5*.%#"!#(()!((+,#JvP$&,-t&%2E.0$,
+;j>
+'& 
+Ɖ   *#pQ;7>MۈC5|S,#50IyȦ𩥮󰚲YRQV]\X\d뫪ɖɻ竤ʚʝ䪨㛠Р쫣쥞Ӟ¤6-0"(Q"$'))& M #Ǻͳ赵vH() ۫֩ʿ嶪ǬЭ𺾸Ȩ㳳ä稭̩鳮ͨ괱Щ𶫭Ψ󱮹÷!~J  {n*$
+,α&*:AɊ(%$ hﷷ㺫qW%# IM8Ct彽
+*;Yͬ1&A⹯𬱷5zb 2L&7`Ý
+d"PNa4*d1(}T8")/")*l̀g
+0%ϸIz
+>;">Nao(!%OU=aM) (("-@5B,
+.5DB!
+!&zƭ\ *2 .~ŲH z 5Q
+Na)$)}Ål#!p+!.%$/pe&
+!13*&
+(@*PcDVXVTطyHacYXQRgŶK|$$%l$SgQ!k #Oa| Sçׄ))0!e¸F zi !Naz(+^Ę33
+&RfʮSs
+&N`赥o!!5 c˳H z  q$Obݼ䵂*A{-#7"&$jځe  .+#
+&Ob鹫IOcYTYFIȰL|N%N.RfSI!N.N`J%.%9ǽH zEL,Ob∣Q-6$"*$&JC9"%
+E[L|
+{OObz迭݅G[QTl^FUL|
+@]RfγS<]N`$?ֱ1 "?ʵH z9[Ob'!@3''%rK!##$1Jy2$16.% eL|=]ObYSb߶kA\\RY\Bh̹L|)O-RfβS%K-N`f&
+&eЪi#-/)rǾH z}"H+Obq$5kd
+ +.  %6L|&L-ObR`GcֳIK\_acJJL|'R+
+Pǡ;"#DǰH z
+l{9 ^Ob?H$%*=7/}+/,' 25 &#" ]tL|!n}; `ObT]YZSfڍMQ_ZW\L^޾L|%$ &FcnaE.eQgܮޱQ}  !A^i\@)eMae?*# ~ͲM {  =ZeX<%eNc^()?3z1, "*$.Q3) $&& 1@|N|! "B_j]A*eNcuOP]Q\PX]VQ[YGϲN|H <QgҹP~D  <Maf!!漞I7( .>ĴL|A
+  <Ncp'(-.!xk 5Pg,1"&/H{d7<HE
+(^Qg٬ĺN~W! (^MaR'C׷o%"2]ѹJ|T (^NcU* 5ص@@G.'(6 %hq  PaK}X" (^NcUUZKuܲ`YRW`kUG׿K}ǦQgߪȸHGD?50*)(*&!
+(̰þG|ģNcp ú뫮d#&# "<pT
+*2E}Ncm渮\J]`WZYMǶӿE}Qgª~dVE? 
+(1i7?))0# 9
+&,;>SYhfjm~SN`<콐*(% (nұĺH zOb'48ң(/
+
+))\^rySucSuY7w~ODN``#$$)֬5
+! iսH zsaQsW5u|MEOba$!!+u3/%'q?3%b-
+ 
+   +:CS/
+
+
+ 
+O%.
+iF(
+S
+iF(
+S
+9oP7%/=Rf;y*
+ 0;S%mN 8nO6$-=N`Bҕ\%*2ڳĵH z%mL 6lM4".=Ob
+
+
+Nu:*&*.8/$`x
+rn>!*9:fjWe꤉@,
+C PB'^S _F<Ϡ)).!v弮H z2
+6Yr<)%&{x
+98 ,RL|4}0)
+CPB'^T a^]FXͦ_L\]X]NK彲ןL|9+O:AmB&%RX >( [WeηϻզK4
+;% [R _C,@&TM]3,5#)P+!,7L|5 'N9
+  
+M@%gQcĽ?)
+Y8= F9 J="fP b'.#(+(
+
+ 
+xQ
+1!r g: rNJe5%Et 2)> * PF/*.8
+tA0Ԃ2 3#t i < rP!LߊZL_kI\WRZOM같š=x( AE@-#/ $lCQ" R)-1100001116̦
+#'++****++16ڈ&D'/$'Ơ຿ű.&))))))))(v
+!i @N L
+#'++****++16}==5
+=C%#[I)#qW\R$ kG
+S 5,3
+9N 󳜖:
+& 1oï̲Ϲ }f54+-4/U
+3*4 :M ''*N{|7$ ?0! ^C/*; ;1
+S 5,4 :O \TPbSZXYǴɡ|{ }2~y-])J&o RE}a 
+ &Vo.K.*cȧN |
+ 'U nhLMSR]]ZVTZ֨~N |`Ry@9 ,hit1
+Nu< 9 ,hit1
+M[
+
+M[
+M[
+TRfۓt
+TN`R23`" +WοͿH zh
+
+
+ RObQ1<50 8&!*ؕ>,+8+ '+)%+'
+TObc\U`Kb^L`Rh[LSxԶ}L|XZYV]bdee`Zbbbcdb^[RfdD
+
+
+  TOb<%-$!2=7 $&*2# F* L|c
+VObSPXaRQjlUY[S[ZTpʒ~L|4F<BB;@=HEACFE>9yRfxE
+
+!+
+|R _ڎ@$2
+|WeٺY;
+  
+
+
+
+
+
+
+ 
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+U`)We2
+
+
+
+
+
+
+
+ 
+
+
+
+ 
+
+ 
+/)B!.
+{n^MFDB>ADD=8CDCC@=:8?@ACCDCC=FIB>@@;;8@D<<@=>8>A;<A=9:;:8678?CED::4.(,015664/.8.@5=<;4>8<.-.A>?C;8440:?66;?<7>A:5946.-(;872A7799;;==968?71//.375:>?::9<2;0420,:4?/9;9<=;254-.8?77=>76>=626.00425=51:9999;;;;?:87146416<:=AD?108-@6>=@5?<9-4.;;3:@4'31;80:86<<BA93612-2.<8;4=>?:;98=<BBGJ<9,&03:98=A:9<4634.38/9B=:@:@B:@E9.976>?82:B:@=54802+92;FG1B8866<<EE>>74+44/,961?@:=1540;>?>B8<D6450*t:
+U`)T aRO}@PmZB[Vcׯyw˺ykddbadiiebabccb_]\fgjlnoooiorkgiidhfkohhnkokkmghmiefgfcabcjmqpjjiccfghghfdhhkcnchgf_lfoeiiljknjgffblofdhljbinghkgicb]oiifpiiiiiiiihfkpkgdddijhjmlieej`nchffblfmaikikkjdgjc`jmffjidbjmfgkjkdfgiojcjiiiiiijjmjfeadigehjihlkfihjclbgfi^khkbkfjjdirf\hfpjbihfjgmmegiffbgaoikflghhiihhgiimokhf`cfjihllfehdffggkh_gphfieijfksg_iihnogcfmflmegkjlalcimm^khhhhhhiimmhf_gidcmifklehjlhegjhgkahphflh3y0($XL(AWeR%!
+
+
+ 
+
+
+
+
+
+
+
+
+$XL(AR _c3(21!5, _OC
+#VWe-&
+
+ 
+
+
+ 
+
+
+1^NQ]. 
+#VS _w& 4&"Q $);tȜڭŹ̷ţΑƸǎĴƨ͐ɺɏͲǶėèȍÑǰμę˻ʱ®ДŚȽżƨ̻A {5 ,K.ZF
+#VR _h*9F"^-/B*,ef`ؾqFBOD?IAHŰQCBDCCDDE>?<?<>?@FB@A>979679<?BDE;:9888:;?>=>ADFHC99@F?=?G96>9>A?KOQORd]B<?=>;<<?xzxyY8NF==B@>\~w|3;954777Gs{O/?F7?E7Dcw:=G6><8>G}ow|T99==BBGGrwrz\?Q?5;BE?]{x}9BC>5C5:@r{|zR4AE4@C7=Xy}{DBL7?72KHrym}CDD@@>>==rk<=F<?FD>Y}|9@;56=5<Avv|U6:>4=699P~vt9=F4>A@:=vq{{[;<:;>=HGp}i>F6?75J;J~t|FBD>;7D=?fx{c@AG9>7<4HrHGN8?<;GFxw~U??::==CC^||q88;@54B5CuvK791;7E?Fm8v70O3ZF
+#VT aUdMsUQP[iQNaRc}Ȣhbob]e]aźdcbbaabbc^_adgilmrnlmjecebcehknpqgfedddefhgfgilnprkbgkd`bj_ekknqoehljn}bbdjkjjiku\qpjil`^x]dljilbberRfmekj`b_enhnjgirgjjmmmmiizbpoghmgby\enkgp_b`rThlfnmd_z`hohnjgfceiinnlliiabqjkpgay`gmhjo_d]xYdgelfh^u_engnnnehnhikkmlhgemmtigochfbkfjgic]^flhlgkYmdkpfkkjgfqhhmmkkhhqcckohgi]hr^idlilfbA {:"
+NtĠeX- @
+ 
+It5
+
+|8z
+|!eSRf@&
+ 
+
+PH
+
+Փ
+*S
+
+ '7/0 &-^s> DB%( 5f
+
+$Rf¾娔  
+)CQnv·ÿӾͿôǽźǻúǿֿȽ÷ŹڼѾŷ÷˼ƾ̾´ī¾ӽ̿øɶƵS0 hc
+$N`v"U_(3#)%6\άH z.
+f a"Ob}1,Nv
+$ObԏEaZCu=WbK^WSk|jcvZVsvgfc^gnjle`polmlkgeddlkhb]\_bgluL|:xR /Rf"
+
+
+R@ɻIK82#228MUOB8.B>9178:@C@6433024?C?GXdvL|9
+
+ 
+$#'8bǰɵH zc
+
+
+ (y8
+5i.cWe
+ )z9 0e*bS _(%#9%!%,^H z$u3,b'`R _%"#: -, %G_hN8:89778:BB:9233675A=UlL|
+ (y8
+1f+bT a\YVeNj]NYXTXJc~jcefggghjhhgffgjmgea]czL|f9  $
+fWeڱ4# 
+%oSf :  eS _3/ %&:)%(""SȂ~H zd 4cR _82,-4##!<<X=39X0EC;6227:@DFF<642<WL|f9 !eT aTUmSVUVteVTY\\\i}ϛUzRrpnkddfheinnida_^yL|M
+8S _$,&9C -%+Ĭũ껈H zI
+ 
+
+  OMo 
+  PI jkfTYéM
+|!
+
+
+ KFfoUX-,&%#$=w]{wEF?=02/3:4=>IF^oI y&  OJ kF҈OYX[ZOPszwhhfdbdhloifgcal}N }$$:9()***'%#TV
+21&'(((%#!MMc6$ v7.;8$%
+#" %e@
+
+"xI]VT]YaIV`_\SVz|~xmdchicirpbPax1qV (+`
+y.nO $]+)!!e;#36+
+&a-'6?*%RS;09S v0pS $({C[d\TI^FVdYLMd~iiddkpkmmjc[u " z6V*@׮
+S` 
+
+h,z,  , Hz۹O xa\Gd-&)w>$4 , GyqiYW?D64ALwK u_\K iXQ^lIO_UaZRs~slljfkgealP y Wem
+
+   UT aԈdUP`}H[KZlZRvnkehp`eL|  !aWeХ{_
+."++ _çõH z   
+aR _ϚE0;-!8y*#G4=
+Iٽ&$0*S[yL| 
+  aT aˇ\R]`Th_CgYb^GSb`tnbiL|梹We
+-c $!-H z᝴R _w03;(!52'Ț%$?*;458vgfC@*+L|㟶T azV^ZSURUnFaQbWXMkytsnl\]L|We 
+
+
+ bRf艷!
+ bN`f@8!'n¾H zQ
+ 
+`Obp~hB? ',wgVP}L|S 
+ bObiqRMUeO[Vwqf[L|
+
+Rfʳp
+N`Ӝ=-%[ #"!# &H z
+Ob٦l\T\Q˙JMh`Y[Kh{kbpL|He@ =Rfҵڌ
+j\]M`ǹL24##-"(/lnbUz~|}0zv lZ
+ Woʽ~iSF62,+,,($0,)*+,)%5776542/11258;<<679;==<;5667789::8757899<:89<=;9;;<<<<<<=:778752<<<<<<<<<<<<<<<<<<<<<<<<::::::::<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<+x $M`i^1#&%')IahcϿvuqzy~~~-y"ObVSZ`_WXnzu̿nZM@<87::73<8568962CEFEDCA>==>ADGHHBCEGIIHG?@ABBCDEEC@>@AAAHFDEGHFDFFFFFFFFGDAABA?<FFFFFFFFEEEEEEEEEEEEEEEECCCCCCCCEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE-y^t jRf⳾J8A׺sWQF88764334EB??ABA@@??AEFCA:;>BCB@@HHGFDBBBABBA=952?>=<;;99<973247:1.,.240-----,,,,-++/6::8000000000000000000000000........000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005}_r
+Zu!kM`V'[P1#!,NgUVѽyn}~~}}|}|y|xnplo}1z^siObբsrscNRa]MXzqdŬdMB99875445FC@@BCBADCCEHIFD>?BFGFDDKKKJHFFFEFFEA=96CBA@??==@=:646:=30.06852444444443115;??=66666655666666666666666644444444666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666661zb$ <]e^]J !GKB:CC:;RfҶVY vYG@ED@B6::=@ABDIMEDBAAACDFC@<999:A<763/03'*-./14634568<BF?>@BEHJJJMPQQPPQWUVZ`dcb^^]]\\\\edfltz{{?~b$ =^fZYFCG>6??67N`ܧ}D( _k +3$+»r;;4('*,7;/25679=A98655578<962//0183/.+'(+ #$%'+-*+,-04:>7668;>??@CGHKJKLPNOSZ^`___``````baciqwxx~~~~~~~~~~~~~~~~||||||||~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~9z`" 8X`YXE BF=5>>56M`j@.mg$"*#3\_jcúqyrxw|}twz{{}~{|{|}|}qpij|z{;{b$ <]e[ZGDH?7@@78Ob仓lPBӒNT[OfWScuxohΪJE>98:<?C=@CDEGKOGFDCCCEFJGD@===>D?;:7347*-0113796778;?EICBCEGJKKKNPQQPPQWUVZaefeddddddddihjpx~;{h
+'RfԐ
+{f
+   
+M`|;%%/*2&."9KcJ`aq\}~M}v %ObʚrZRXbScGRdX\P\nlSEF<'5<47MMAF=EIFEHGA:5127:74@JV_gsM}?fuRTXjNQVWeɺc<MN&*B@?>??><996/**18NayS;atQSWiMMRS __( $1"&/ #=SH"#=A9765665300-&!!(/GZsH z8]rOQUgKLQR _%
+*a
+0')")YF#)GF45641.--/01C_|H z&_
+:R _s1K ?60< /a^pzzstoL| +a
+.pc5S _2+   ph_X/('.2++-2//6NsH zJ&( '\xH &),nb4 R _L*J+*E53?7vourkrL|N +* )^zJ (+
+.pd6T ajHnPC^XVRZh`MFA:;BC<9;;87>UzL|#G}3QB&ij@Weڹ%087JK>;JT~SB|2PA%hi?S _I(""AGvZ%00/./2/0:zH z𫤨~ >z0N ?#fg =R _dѠ, =A<.41CIx\pmyL| C|2PA%hi?T aqPZ^aS_\Z`\@0;?>@A<9@JL|ܙD 7z  /*((yihvWe09=:8>FLcSܙA
+6y *)''xhgu
+#&!6mmuqL|ܙA
+6y  +)''xhgu
+%3"#}+TJ* N;5TWeзwnJ1%FRSB
+%0
+%)
+%0 |*QG& M:4TT aūV9cVNbWW^MhmdF--5@LL|=*n$$r q$^=F !}%-_Wev#5PaS=*nop
+yjn
+
+We俨
+yP%+;hp T aɭcUX_X[aY[^EYnWG/4kL|J6Bo 8,PF.y3qSgն6$H{SI5An
+7+OE-u2 qOaڜ3%#"76C1GzH zG3?l5)MA
+(v0 qNaY6"(21.-$"&%JIfTL|I5An
+7+OE-v2 qPcޣoXU[^]ZYWUYX_^C1RL|=z
+} .e2Y83*mkSgH2}S<
+%aNaE60 !07PUL|2T 'l3 HE 'aPćQd^]^YSU\LQL|1)( %2u\0R=) YSgXcS0$'$0t[/ Q<( YOaG!T_H z. %"1rW* O: & YNaG%&!0(ITL|0%'$1t[/ Q<( YPceXYWSU[YQT_L|6
+H
+(V;F5RD* WSgɴS5 G 'T
+D!F-bOa~_>>' $# QH z WoخK g
+#6I! TsP!' ߶&%|r|2
+
+ 
+"
+
+T##+(9C  ur}3     3H S~ rO & RUUU^[lMCn"! yeeipcbdc`a$Wkm>!|/jFR"""!!!! 2ٳ$!!!!!!!!!yaael_^`_\] Seg= {.
+wQPc]V]]Dv$!!!!!!!!v]4n L
+&I*3R!"$!#{\3m K %H&2Q k%$"+. !wZ1k
+I#F% 0O¯c.1/-4+t\3m K %H'2Q ґKXVadVTVM!xܘV(%:Ni{ RKݾ@ܘU'$9Mhw QJɔA"$
+q;|ܘS
+QJبpQOV^OYdID<}L% 2K[7j
+)d&+ $yՓ&:R jѾWL% 0I[7i (`%* #xϏ"6P hϙ9$(  gR L% 1J[7g&_# (
+!vώ!
+iۼC' &(,,2,#oN |L% 1J[7i (a%* #xѐ#7Q
+i۩oSSY_c_eQHS ) 
+  #uV.A!3g]
+IU(S kʾY) 
+
+
+!uV.=
+  "uV.<
+ {) 
+  "uV.>0cY ~HQ%R jƯbUQ\e`TLLKrU %`X.!X
+ S]ճlRXY[[YUSSpN
+}(s~#z>4[ߡa;@gp-]S$q| z>4[ߡa;@gKf@ #%
+
+[E#!/"3#"YL| ~UdgEO]YNjZFNwL|@ YY7O"uS<UU3Y ^}$& " UH z=VV4Pfݚl-/02+&#&-OzL|=VV4U fﺌXZ^`^YX[I[oL|; /bhS7+Mcp!
+ UH z8 ,V jښf-%(OL|8 ,T
+e躆[DUVSOSZVLqL|=0h!]߭˿ҷS9,F
+/.TH z:-Waґ_(-($5+OL|:-R ]ۭ{THS`eT[lYDqL|2 %S%_еS. !L I^*' \H z/
+"TLf* -/,*&VL|/
+"OP}SFR_a^M]REvL|I ;>:d߻SE7S
+4!!"bH zF8L
+4!'$/1'*+4-^L|F8LBHNYccYST[T|L|v h:BbSr dT (:0 !pH zs eI$5+%#5:tL|s eK9e[UVWUW\L|%
+6+W7ݮS%
+6+ND
+'<H z#4+S('#$9L|%
+6+Q=YVXTOdL|u5ĭ|.'\Z 7Su5ĭ|.'\I G%'NH zs
+^L|VeL|MfS[ bH zJ
+ bL|c0*(.(332331*'iRfSb/)'-''''(*(&#gN`H z`-'%+%+++,-+'$hM`L|b/)'-'+++,-+'$hObL|P!  SRfSO  
+  QN`H zM 
+RM`L|O  
+
+RObL|#9<=:BA?@A@:7RfS"
+N`H z+M`L|-
+ObL|0RfS/N`H z- M`L|/ObL|URfST
+-S _H z.+R _L|0
+-T aL|1 WeS0 S _H z. R _L|0 T aL|:XdP9
+  ZS ^L|k
+vL)zk}R-%$C1,"|j}N(  ?1' xh{K$<1# uj}O)!!@1( y}@UN?#}|
+,L `B wu
+xPbo1AL jK|
+ 
+ pRhR  
+ 
+$R(R _L|J(W-T aL|, "<WeS~+ !;S _H z|)
+ 9R _L|~+ !;T aL|d" 3z! WeS`
+2y S _H z]0w R _L|a
+2y T aL|!  ,cWeS(bS _H z%`R _L| )bT aL|LWeSGS _H zC!R _L|HT aL|,W WeS'R~ S _H z #Nz R _L|(S T aL|l ":
+WeSg
+ 5| S _H zc
+NS _H z꾁;
+R _L|…? OT aL|k+g+WeSg'
+c'S _H zd$`$R _L|h( d(T aL|ןM$xWeS֞L #
+ !HS _H zэD'ER _L|эD' "IT aL|mI' ֗WJDM_ޘbEAShރLHGKwWeSeA  ֗WJDM_ޘbEAShރLHGKwS _H zb>  ֗WJDM_ޘbEAShރLHGKwR _L|gC! ֗WJDM_ޘbEAShރLHGKwT aL|Y&T;
+-WeSޚQP;
+-S _H zۘOO;
+-R _L|S Q;
+-T aL|ѓ@
+W WYhF WeSѓ@
+V^9$*j S _H zݾ T\7
+V^9$*kT aL|rw ALE~ qWeSqv~ @ KD}mS _H zm
+> I B{lR _L|qv~ @ KD}nT aL|1#'&#i[ 2'(&WeS0"&%"hZ 1&$%S _H z. $# fX /$##R _L|0"&%"hZ 1&%%T aL|,4S!43{+e_Wet{~vS+ 3R 32z*d[
+$P R _G$ L|4' & RT aG$ L|5u6: "jWe:"S4t5
+rS _ A( H zVs
+;VpR _ A( L|Vu =X
+rT a A( L|
+S#A'W\g @(Q{!R "@& UX
+ aE%F u P >$VW a ? Jw R "@&VY cC%JwT%=( [Wj<(R
+S $<' YSd>%G| Q ":% ZRd
+; K~ S $<' ZTf=%K~ m U&:) [Vf{݅~{|u 9}}|~y{{vv}P mT%9( YR`{݅~{|u:}}|~z{wvv}E mR #7&
+ZQ`{݅~{|u<}|~|{ xvv}I mT%9(
+ZSb{݅~{|u :}}|~z{xvv}I %
+WV#A(YXa
+'PM = 1a`
+W U"@' WT[
+
+ | %
+W S >% XS [
+W U"@' XU]
+"9!" b`I)"8qn2*B qH%-+P
+z)*P "T#]U d $;#$"dbG+$: sp4/D sJ'/-P
+zi@/soS j:+
+ch==u n7-KV6*!Wi? .rmO
+d
+6'_
+d<9
+q j3 %J{ R
+2&Lyi= ,pnN d 3$\ a :6 ng 0"F xO/# P{i? .rnP f 7(` e<: r
+k4 'J
+| S 3'P{nn*EONЀ;ڤ'4%U[ŁJڦ'= fa׊:ٳ0/G)q#\ȣ83)Enj)DKH| 7֠#տ0!Q WĀI֢#9~b]։6ԫ('F !zm XпǢ4ʼ/%:ynk' BJHy 4ӝ Ҽ-NT|Dӟ ο6yԽ_Zʿф3Ѩ% $ԽB xj
+Uͼ1ǹ, ">{nk)DLJ} 8ס$1"R XĀIף$:~c^։7խ*)F#|n YǢ5˽0&>{i
+   $     #%    !
+  
+   ! 
+      ' zi
+# #  & ! !' zHCP --UQ P!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!GBO ,,TQ J!E @M
+* *RO
+ L!GBO ,,TQ L!UN ,L-"ERyT
+ P-CK+  .8C#"#
+
+
+
+
+ .s'
+ WI " JC "4/D
+ vw;  >OI 
+ En
+
+ -r&
+ WI
+!
+ uv:
+
+1
+st8
+
+ -r&
+ WI
+!
+ uv:
+
+Fy`)|aKwq($ %4M3 ':P&}W'
+/'
+P{f'CsU ]F* @!Jv[!
+? HtY
+ " 2K1$7M #zU %
+Dr6,%
+? !MJ)3w-* o
+t$#,T%
+"O
+qU6 %!l(!r)9+Xt(0!!k);0&2/ #-HWc !MI(2v,)n s#"
+"N
+"N
+?m {#t_y }~]v c_Wh"|E+<42U(O!<$3
+JF\ [i|
+ Ygz
+`\T
+JF\ [i|
+o PF%('%%7B P!4<- RC)- 3'#-2.2f
+'z *z#1 M{l c)B!Y<.% R] o PE$'&$$6AO 3;, RC), 2&",1-1e &y(x~!/
+Kyj
+~a'@W:,#  P[
+PC"%$""4?M 1 9* RA '*
+
+N>(~~-H,;u Fz`K .SWDf%<>//m 
+hK$A2 /Gp%9W> {#?
+z">
+,Dm"6T;x <
+z">ՎvS123'&X>䗴'?c
+T9䗴(@c
+:c
+Ī$-/~ys H KՎuR..2&" U:䗴'?c
+Ī&/1{uMM`raw-E7# a%< Ivjm $Y,v-BB'"E~np &e~suA#[_q`v )@6" ]!7 Jvjn
+%S&u, AB&"Ez in %d}rq<"Z]o^t &<4 Z3Dvhi U(s* ?B$ C w eo #b{p n8 X_q`v *A6" ^"8 Ivjm $U(u, AB&"E{ jo %d}rr="Z'A. 'VJs-6Dr&P/]XcW!
+ d
+&P+5f&@- #QIo)1Es'J)\XbW!
+} MG  l&-@n"L+ZX`U
+$$DMo M
+i5
+8 rS_t+(~2| B!hlW% s 242!
+xyFd^ ##@Ln Kg36
+p
+O]r($y,wD#fjW# q / 03" y uD b\!!= Jl }M
+i5
+8 r T_t,)}1{D#hlW% s
+353" ywFd^ ##ALn w<8<k#Ujy-* wD+Zq\2 ~
+s >--)s2Q
+s:(+' o.V`DWvzt959
+s;),( p/T`EWvz}+:9j%Vk|.,u!E&Z wl Jb' |y ?/0+l)w\~W+4cNTr{|*98i! Qj{ *'v"? Y vl Ia' |y;*.)h)
+tl G_% zw8 &/*i)
+$a  PQk~t
+)98qThw+(| &C `zp = &FVw
+7 23 -d8)Z^ #`  LPj}t'76o Pf u ($|w!E ^ xp ;
+$DTu4 .4 .e8(Y\!^  INh {t
+)98qUhw,){ %E`zp = &FVw 8 34 .e8*[^ #`  MPj}F !;;|[f ~/-o}L# hvf" Qz#`p6 >8 5g.`6s] $'QTkF  ::{Ve
+}+(o~F  guf" Pz#`p 296 3c.\5r\#&MSjF 8 8y
+Rc{($m yH  e sf" Nx!^n /57
+4d.[3pZ!$J QhF  ::{We
+},)o}H  guf" Pz#`p3 :7
+4d.]5r\#&NSj< %4: 0Q9)%l51[v #L(uaZUx   _P| u.g&C89v
+; $39 ~/P8($k40Z v #F"t`ZTw   ^O{ t-f%B78u 7"17 |-N6&
+
+\M y
+r+d# @56s; $39 ~/P8($k40Z v #H$t`ZTw   ^O{ t-f%B78u 'Hf0O,.`%1I8v #bz 7/0u%;  o}X'(6tA _&Ge/N+-_$0H 7v #\ y 6.0r"7 n| W&'5s@ ^"
+Bc- L)+ [ +F 5t !\ w
+4,.m~6 lz U$% 3q  >
+\ &Ge/N+-_$0H 7v #^y 6.0r"8 n| W&'5s@ ^ U{c J0!:+[\'6(v # eR <+CD "P 
+g{ T"ħ:#
+}_6>) Tzb
+I/ 9*Z[&5'v #dQ;+CC
+ !L fz S!ħ9" | ^5=( Ox`G -7% VV$3%t !bO9)A?Kd x } Q¥7 z \3;& Tzb
+I/ 9*Z[&5'v # dQ;+CC
+ !M fz S!ħ9" | ^5=( (X#w(1v aM -&(v # l-/[% h9 I$4,.t %!Q5(Q1z3TQG'W"v'0u`L ,
+$2#+"Tg 3:PI / XW #q-7
+T}_u \
+@ Et !/NjoVj"#E CY"0!) Te 18NG
+- VU
+%u/9 Vaz\B Gv #1PlqXn &(GE[
+$2#+"Tg 3:PI / XW ;lz(F0D)'/!LMz=v #{ I 0#-$5%# 0a nw~_ >>}"fcK/E%: ky
+mRFunG
+-T~!#< >2*"bXݫv #6(ja, , F Y[w8.vv QE oTHwpI /V0(   c!1cl!4Z ?xS F92\lL_6"
+   &v # :mX) $uCjQ" x"!   v! 
+$%,je:5`Y4 %.$
+  z"
+M)$va,){4wU"B/'  
+#tBjQ" x!    u
+
+&$
+
+#"
+#tBjQ" x!    u
+ %$
+
+1 
+r  YB
+"g
+
+1 
+r  YB
+ 
+
+
+ g
+
+
+
+
+
+
+
+  W  CR
+
+1 
+r  YB
+
+1 
+r撟غgkЏphrNJosqȕzfsǏqrombq~lfܭkgznl۪ybr撟غgkЏphrNJosqȕzfsǏqrombq~lfܭkgznl۪ybr撟غgkЏphrNJosqȕzfsǏqrombq~lfܭkgznl۪ybr撟غgkЏphrNJosqȕzfsǏqrombq~lfܭkgznl۪ybr0q# ;1p":, n 80p":# $ 
+
+
+
+-[ !\h &$
+
+-[ !\hJX:sK]^f.*b&Dn_ZYV)g!
+IW9rJ\]e-
+G U7p HZ[c+
+IW9rJ\]e-
+#?$V1 ~K#_ 0t"> #U0
+}J"^ /t  < !S.{H
+}J"^ /t 72#E3,}**b+ 61"D
+pmO:l ZJ
+<
+pmO:l Z$Rq!E6Xi |#Qp
+?V )&v'=봤aC=T +(xå)?cE
+?V(U0 !ٖ_0<3
+ !Hl 'T/
+
+'T/
+
+ </z+@bM-#4<0;/1M06@5'N: ;.y&<aK+!2:.9-/K.4>3%L8
+
+9,w"9_M-#4<0;/1M06@5'N: ;.y'=aN* G6r65dN)F
+.aN)F
+C$y@dMS A"w=bOU
+C$yAdPr r7 FfPqq6BeNoo4?cPqq6CeP GMb5N_'1eP FL
+M* v#!Q%
+%%EndBinary
+grestore end % Image Trailer grestore
+grestore % EPS grestore