[rkward-cvs] SF.net SVN: rkward:[3572] branches/jss_dec_10/FINAL_JSS_TEX

sjar at users.sourceforge.net sjar at users.sourceforge.net
Wed May 18 17:08:11 UTC 2011


Revision: 3572
          http://rkward.svn.sourceforge.net/rkward/?rev=3572&view=rev
Author:   sjar
Date:     2011-05-18 17:08:10 +0000 (Wed, 18 May 2011)

Log Message:
-----------
+ started a new folder for improved JSS paper

Added Paths:
-----------
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/GUI_elements.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.pdf
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_paper.pdf
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_paper.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/conclusion_summary_acknowledgments.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_plugin.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/installing_starting_RKWard.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/jss.bst
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/jss.cls
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/jss.dbj
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/jss.drv
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/jss.dtx
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/jss.ins
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/jsslogo.jpg
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex

Added: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/GUI_elements.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/GUI_elements.tex	                        (rev 0)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/GUI_elements.tex	2011-05-18 17:08:10 UTC (rev 3572)
@@ -0,0 +1,561 @@
+\section{Main elements of the user interface}
+\label{sec:user_interface}
+This section gives an overview of the main user interface elements and features of \pkg{RKWard}.
+For a use case oriented example of an \pkg{RKWard} session, see Section~\ref{sec:using_RKWard}.
+
+The default layout\footnote{
+ Many aspects of the \pkg{RKWard} GUI can be customized by the user. For simplicity we will
+ describe the default appearance of \pkg{RKWard}, only.
+} of the main application window is divided into five
+parts, as depicted in Figure~\ref{fig:main_window}. The top of the window is occupied by menu bar and toolbar 
+(Figure~\ref{fig:main_window}A). The content of both bars is partially context
+sensitive, e.\,g., the ``Edit'' menu will offer
+one set of actions when the current document window is a data editor,
+and another set of actions for a \proglang{R} script
+editor window. To ease orientation, all top level menus remain
+persistent, even if no actions are available for that menu in the
+current context. The menu bar of the main window is also the central
+access point to most data import, manipulation, analysis, and
+visualization features (see Section~\ref{sec:analyzing_data}) for which \pkg{RKWard} provides a GUI
+interface.
+
+\begin{figure}[h!]
+ \centering
+ \includegraphics[width=15.450cm]{./figures/main_window.png}
+ \caption{Default \pkg{RKWard} main window after start up. 
+A) Menu bar and toolbar, B) tool panel showing workspace browser, C) document view area, showing
+a help page, D) tool panel showing embedded \proglang{R} console, and E) status bar.
+Panels B and D can be resized or collapsed. The red border around B indicates that the workspace browser is the active interface element.}
+ \label{fig:main_window}
+\end{figure}
+
+A status bar is shown at the bottom of the window (Figure~\ref{fig:main_window}E). It displays (from
+right to left) the status of the \proglang{R} engine (busy or idle), the
+current working directory, and a multi purpose region for additional
+information on some menu items and other GUI elements, visible when
+hovering the mouse pointer over them.
+
+The central area is divided into a document view area
+(Figure~\ref{fig:main_window}C) and two panel subwindows
+(Figure~\ref{fig:main_window}B and D). The panels can be resized or moved to
+another edge of the central area independently. All panels can be
+toggled by mouse or keyboard shortcuts. When a panel is closed, the
+document view area (see below) is automatically re-sized to take up the
+free space.
+
+The left panel (Figure~\ref{fig:main_window}B) contains a file browser (see Section~\ref{sec:further_tool_windows}) and a
+workspace browser (see Section~\ref{sec:workspace_browser_object_viewer}) by default. The
+bottom panel (Figure~\ref{fig:main_window}D) contains the tool windows, namely, Command
+log (Section~\ref{sec:further_tool_windows}), Pending Jobs (Section~\ref{sec:further_tool_windows}), \proglang{R} Console
+(Section~\ref{sec:using_R_console}), and Help Search (Section~\ref{sec:help_system}).
+
+The remainder of the central area (Figure~\ref{fig:main_window}C) is a single row tabbed document
+interface (TDI) for different documents. Early uses of TDIs date back to 1988 and are
+widely applied nowadays \citep{Hopkins2005, MDN2010,
+KimLutteroth2010}. Currently, the supported types of
+documents are object summaries (Section~\ref{sec:workspace_browser_object_viewer}), 
+script editors (Section~\ref{sec:code_editor}), spreadsheet-like data editors 
+(Section~\ref{sec:spreadsheet}), results output (Section~\ref{sec:results_output}), 
+help pages (Section~\ref{sec:help_system}), and also
+\proglang{R} on-screen graphics devices (Section~\ref{sec:technical_graphics}). 
+The order of tabs can be conveniently re-arranged
+using drag \& drop.
+
+All document windows and tool views can be detached from and re-attached to the main
+window as independent windows, managed by the window manager. This feature allows to 
+conveniently work with multiple documents
+at the same time, e.\,g., scripts or data editors. On{}-screen
+graphics device windows are created detached by default, but can 
+be attached to the document view area of the main window.
+
+Windows can be shown (or toggled) using a mouse device with point \&
+click, as well as using a series of keyboard shortcuts (defined by
+default) for switching between the different tool and document windows.
+Key bindings can be configured from the GUI via ``Settings$\rightarrow$Configure Shortcuts''. 
+However, for technical reasons only the shortcuts of currently active components 
+will be listed. Thus, for example, to
+configure data editor shortcuts, one has to open a data editor first and
+then to select ``Settings$\rightarrow$Configure Shortcuts''. Since \pkg{RKWard} relies on the 
+\pkg{RKWard} editor component,
+shortcuts for the script editor (Section~\ref{sec:code_editor}) are managed separately via 
+``Settings$\rightarrow$Configure Editor$\rightarrow$Shortcuts''. On most systems, it is also
+possible to configure shortcuts by right-clicking on the respective
+menu item.
+
+The choice of available actions on the toolbar can be
+configured via ``Settings$\rightarrow$Configure Toolbars''. Further, it is possible to add and remove sets
+of data manipulation and analysis features from the GUI, using
+``Settings$\rightarrow$Configure RKWard$\rightarrow$Plugins''.
+
+\subsection{Workspace browser and object viewer}
+\label{sec:workspace_browser_object_viewer}
+
+The workspace browser (Figure~\ref{fig:main_window}B) allows to view
+and manipulate \proglang{R} objects, similar
+to a regular file-system browser. This includes both, user objects
+(data, functions, environments) in \code{.GlobalEnv} and non-user objects in other environments in the
+\proglang{R} search path (typically,
+\proglang{R} package environments). Objects are shown
+in a hierarchical tree structure. For instance, an object of class
+\code{list} can be expanded to show all contained objects 
+by clicking on the $+$ symbol left of the object name.
+The basic type of each object is indicated by specific icons\footnote{The workspace browser 
+indicates the types ``Number'', ``Factor'', ``String'', and ``Logical'' for the \code{data.frame} 
+``my.data'' (Figure~\ref{fig:main_window}B).}. 
+Further information on each object can be seen by hovering the mouse
+pointer over the respective icon. A tooltip window will appear,
+including information such as dimensionality or function arguments,
+depending on the type of object. Further, objects inside \code{.GlobalEnv} can be
+removed, renamed, and edited from the context menu.
+
+Several actions are available from a context menu (after right-clicking
+on the object names), depending on the type of object. These allow to search the
+\proglang{R} help for information on that object, to
+open a window with detailed information on the object, to delete, rename or copy the object to a new symbol name, or to
+copy it to \code{.GlobalEnv}. Further, the context menu allows to open
+supported types of objects for editing (see Section~\ref{sec:spreadsheet}; currently, only
+\code{data.frame}s can be edited, and only while they exist in \code{.GlobalEnv}). 
+Selecting ``View'' from the 
+context menu opens a new window in the
+document area, containing basic information on the object as well as 
+tabs which show the output of
+\code{print()} and \code{summary()} calls.
+
+Literally hundreds or even thousands of objects are present in a typical
+\proglang{R} session. This can be overwhelming at
+first, therefore, the workspace browser has options to show only a certain
+subset of objects, e.\,g., only functions or only data objects, including
+or excluding hidden objects (object names starting with a 
+``.''), or showing only the contents of \code{.GlobalEnv} as
+opposed to all environments in the search path.
+
+An object list similar to the workspace browser (but showing only 
+\code{.GlobalEnv} by default) is also used in several places for the
+selection of objects to work with, e.\,g., in an analysis plugin (see Section~\ref{sec:analyzing_data}).
+
+
+\subsection{Code editor}
+\label{sec:code_editor}
+
+\pkg{RKWard} comes with an advanced
+\proglang{R} script editor, based on the
+\pkg{KDE} advanced text editor component (\pkg{Kate}; \url{http://kate-editor.org/}). Features of this
+editor include syntax highlighting (both on screen and in printouts; for
+\proglang{R} and many other script types), code
+folding, block-wise indentation adjustments or commenting, automatic
+brackets, search and replace with plain text or regular expressions,
+and many more. The editor automatically saves snapshots of the
+currently edited files at configurable intervals.
+
+For interaction with \proglang{R}, the editor has
+predefined shortcuts (and toolbar icons) for submitting the current line, the current 
+selection, predefined blocks, or the entire document to the
+\proglang{R} engine for evaluation. It also 
+offers object name completion and function argument hinting 
+(Figure~\ref{fig:code_hinting}A and B) based on the objects present in
+the \proglang{R} workspace\footnote{The object name
+completion and function argument hinting features in \pkg{RKWard} predate the
+inclusion of similar features into the core
+\proglang{R} distribution. For this reason, they are
+technically based on different mechanisms.}. A further feature specific
+to the \proglang{R} language is the
+``Paste Special'' action, which allows to
+paste the clipboard content (e.\,g., from a separate spreadsheet
+application) as a single string, vector, or matrix, suitable
+for inclusion in an \proglang{R} script, optionally
+transforming it in advance (Figure~\ref{fig:special_paste}).
+
+\begin{figure}[t!]
+ \centering
+ \includegraphics[width=15.5cm]{./figures/code_hinting.png}
+ \caption{Code hinting features of the script editor. The script editor is able to hint A) \proglang{R} object names
+and B) function arguments.}
+ \label{fig:code_hinting}
+\end{figure}
+
+\begin{figure}[t!]
+ \centering
+ \includegraphics[width=9.0cm]{./figures/special_paste.png}
+ \caption{Paste special dialog. This tool allows to paste data (e.\,g., tabular, text) from the clipboard, directly to an 
+ \proglang{R} script and therefore accelerates the work process with data from different sources 
+ like spreadsheet applications.
+}
+ \label{fig:special_paste}
+\end{figure}
+
+Script editor windows can be created by opening an existing
+\proglang{R} script file from the file browser, the
+``File'' menu, or by creating a new empty script. It can
+also be invoked from \proglang{R}, e.\,g., using the
+\code{file.edit()}, \code{file.show()}, or \code{fix()}
+commands.
+
+\subsection[Using the R console]{Using the \proglang{R} console}
+\label{sec:using_R_console}
+For users with knowledge of \proglang{R}, \pkg{RKWard} provides direct access to the
+embedded \proglang{R} engine in the
+\proglang{R} console tool window. It is important to understand that technically this is an
+emulation of \proglang{R} running in a console
+session, not a real \proglang{R} session. This leads to a few subtle
+differences, e.\,g., with respect to the command history feature in
+\proglang{R}.
+
+However, for most purposes \pkg{RKWard}'s \proglang{R} console can be used exactly
+like \proglang{R} running in a terminal. Adding to that, it provides many of the
+features which are also available in the code editor (see Section~\ref{sec:code_editor}).
+Most prominently, it supports syntax highlighting, code
+folding, function argument hinting, object name completion, and pasting
+vector or matrix data directly from the clipboard.
+
+By default, any code that is submitted to the
+\proglang{R} engine from the code editor or from help
+pages, is sent through the \proglang{R} console.
+However, it can be configured to be the submitted in the background,
+instead.
+For further technical details, see Section~\ref{sec:technical}.
+
+\subsection{Spreadsheet-like data editor}
+\label{sec:spreadsheet}
+
+Historically, one of the earliest
+features of \pkg{RKWard} is a built-in spreadsheet-like data editor.
+Currently, editing \proglang{R} objects of type
+\code{data.frame} is possible. In contrast to the \code{data.frame} editing shipped
+with the \proglang{R} core distribution, this editor
+gives the illusion of ``in-place'' editing of data. New \code{data.frame}s can
+be created and opened from the GUI, and existing objects can be opened
+for editing from the workspace browser. For opening objects from
+\proglang{R} code, the function \code{rk.edit()} can be used.
+Figure~\ref{fig:data_editors} shows multiple \code{data.frame}s open for editing.
+
+\begin{figure}[b!]
+ \centering
+ \includegraphics[width=15.5cm]{./figures/data_editors.png}
+ \caption{\pkg{RKWard} with several \code{data.frame}s in use at the same time. A) 
+  One \code{data.frame} is opened for editing in the main window. Two further \code{data.frame}s
+  are opened in the background in tabs. 
+  B) Another \code{data.frame} is opened as detached window. 
+  C) \proglang{R}'s standard data editing features (e.\,g., \code{fix()}, \code{edit()}) 
+  are also usable within an \pkg{RKWard} session. In this example \code{fix(DNase)} 
+  was invoked from the console (arrow).}
+ \label{fig:data_editors}
+\end{figure}
+
+Metadata on each column of a \code{data.frame} (i.\,e., name of the column, data
+type, and potentially data labels) is shown in the upper portion of
+the data editor, and can be manipulated there, while the data itself is
+shown in the lower portion. The upper portion can be hidden using a
+slider, to save space for the display and editing of actual data.
+Similarly, an editable column showing the row names of the \code{data.frame}
+can be shown or hidden separately from the data.
+
+For columns of type \code{factor}, factor levels can be edited by double-clicking on the
+``Levels'' row of the meta information. Levels can also be assigned to other types of
+variables, but only for consecutive integer values. These levels will
+be displayed instead of the underlying value, if applicable. Each
+column can also be assigned an arbitrary descriptive
+``Label'', which is stored in
+\proglang{R} as an attribute of the column.
+
+Contrary to many other editors, the data editor in \pkg{RKWard} does not
+automatically convert data types of columns. For instance, if a
+non-numeric string is entered into a cell of a numeric column, the data
+type of the column remains numeric, and the entered value is
+highlighted in red. Internally, the invalid cell is set to \code{NA}.
+The entered value is stored separately, in an attribute of the column.
+The rationale for this approach is that it offers protection against
+accidental, and probably undetected, conversion of data types. The
+user can manually convert the storage mode of a column by simply
+selecting a different data type in the ``Type'' row of the meta information.
+
+The data editor supports insertion and deletion of rows or columns at 
+arbitrary positions. Rows (columns) can also be added at the bottom 
+(right) by simply entering data into the trailing row (column) shown in
+gray. Copy \& paste is supported, where the area affected by paste
+operations can optionally be constrained to the selected region, or to
+the dimensions of the table. The data editor can also be set to read-only
+mode to examine data objects.
+
+In the context of data editing, it is noteworthy that
+\pkg{RKWard} supports working with multiple objects simultaneously, rather than
+limiting actions to a single active \code{data.frame}, as with e.\,g., \pkg{Rcmdr} or
+\pkg{DeduceR}. Given this non-modal interface design, multiple data editor
+windows can be opened at once (Figure~\ref{fig:data_editors}).
+
+\subsection{Handling, manipulating, and analyzing data}
+\label{sec:analyzing_data}
+
+Dealing with data -- i.\,e., importing, transforming, filtering, analyzing, and visualizing  --
+is the core strength of \proglang{R}, and one central goal of
+\pkg{RKWard} is to make the most of this functionality available to a broader
+audience by providing it in the form of easy to use GUI dialogs. Since
+the data handling functionality itself is provided by
+\proglang{R} and its numerous add-on packages, this
+can basically be accomplished by defining GUI dialogs, generating
+\proglang{R} code according to the settings made in
+the GUI, and having the generated code evaluated by the
+\proglang{R} engine. 
+This general pattern, implemented as plugins, is the
+basic recipe for most of the functionality provided by \pkg{RKWard}
+(see Section~\ref{sec:technical_plugins} for details). For
+the purpose of this article we will look at the standard
+elements of data handling functions by an example of importing comma-separated values (CSV)
+data\footnote {
+  Note that on purpose, \pkg{RKWard} does not have its
+  own file format for data import and export, but rather uses
+  \proglang{R} workspaces as default data format. Additionally, it is possible
+  to import data from several sources as described in this section. Of course, further formats can
+  also be imported using copy \& paste (see Sections~\ref{sec:code_editor} and \ref{sec:spreadsheet}), or by
+  manually entering appropriate \proglang{R} commands in
+  the \proglang{R} console (Section~\ref{sec:using_R_console}).
+}. Further examples are given in Section~\ref{sec:using_RKWard}.
+
+At the time of this writing, \pkg{RKWard} provides support for importing \proglang{SPSS},
+\proglang{Stata}, and ``delimited text'' data. Internally, \pkg{RKWard}
+relies on standard \proglang{R} functions and the package \pkg{foreign}
+\citep{Murdoch2002} for reading these data files. To import CSV data,
+select ``File$\rightarrow$Import format$\rightarrow$Import Text$\rightarrow$CSV''
+data from the menu. This will open the dialog shown in
+Figure~\ref{fig:CSV_import}. The central area of this dialog provides 
+options to control the import. The 
+``File name'' field is highlighted, to indicate that
+it is required to specify a file before the dialog can proceed.
+Further options are available from the tabbed pages of the central area.
+
+\begin{figure}[b!]
+ \centering
+ \includegraphics[width=14.99cm]{./figures/CSV_import.png}
+ \caption{General data import dialog. Useful defaults for a variety of formats can
+  be set using the ``Quick Mode'' selector on the left. Further customizations can be done
+  from the ``Rows and Columns'' and ''Further Options'' tabs. The 
+  code in the bottom area can be copied and used for other purposes.}
+ \label{fig:CSV_import}
+\end{figure}
+
+The right-side area is common to all data handling
+dialogs. Here the ``Submit'' button is used
+to start the import action. It is enabled once all required
+settings have been made, i.\,e., in this case, once a file name has been
+selected. The ``Close'' button will close the
+dialog without taking any action.
+
+The bottom area optionally shows the \proglang{R}
+code corresponding to the current settings  which will be run
+upon pressing the ``Submit'' button (see Section~\ref{sec:importing_data} for generated \proglang{R} code). 
+The code display is hidden by default and can be revealed using
+the ``Code'' button. This 
+generated code display is updated dynamically as the user changes settings, allowing
+to see the effect of each change instantly.
+
+Most data handling functions will produce some output, which is
+sent to the output window. From there it is possible to repeat the
+action by clicking on the ``Run again''-link
+(see Section~\ref{sec:results_output}).
+
+\subsection{Graphics window and plot previews}
+\label{sec:plot_previews}
+
+For plotting, \pkg{RKWard} relies on the graphics capabilities provided by
+\proglang{R}. All \proglang{R}
+devices, including on{}-screen devices, can be used in the regular way.
+However, for the \code{X11()} and \code{windows()} devices, \pkg{RKWard} adds a menu
+bar and a toolbar to the device windows (on the Microsoft Windows platform,
+replacing the default menu bar provided by the device). The menu
+bar and toolbar give access to a number of different functions,
+including GUI dialogs for exporting the current plot,
+and adding a grid to an existing plot 
+(works on only certain types of plots).
+
+Further, a history mechanism is provided,
+which stores created plots automatically and allows to navigate
+back to earlier plots (Figure~\ref{fig:plot_history}). 
+The history is available as a drop-down list of the plot calls as well as using typical ``back''
+and ``forward'' buttons on the toolbar.
+The maximum number
+of plots to record, as well as the maximum size of each individual plot,
+is configurable from the settings menu. This plot history is shared
+between all open on{}-screen device windows, yet they behave
+independently. For example, if multiple devices display the same
+plot, any modification (including deletion) of the plot on one device
+renders its instances on other devices as ``new'' and hence can be added
+back to the plot history. In addition, duplicating or closing a device
+window records any unsaved plots to the history.
+
+\begin{figure}[b!]
+ \centering
+ \includegraphics{./figures/plot_history_cropped.png}
+ \caption{On{}-screen graphics device window in \pkg{RKWard}. The plot history is 
+  available as a drop-down list, allowing to jump directly to a previous 
+  plot. In this example, five different plots were performed on the same data 
+  set of a random sample (\code{rnorm()}). The plot can be 
+  exported via ``Device$\rightarrow$Export'' as described in Section~\ref{sec:create_plot}.
+}
+ \label{fig:plot_history}
+\end{figure}
+
+Further, \pkg{RKWard} provides access to different plotting functions using GUI dialogs,
+available from the ``Plots'' menu. Wherever appropriate, \pkg{RKWard} supports a ``plot
+preview'' feature. When the ``Preview'' box of
+the respective dialog is checked, a device window is opened, which
+shows the plot as it would be created with the current settings (see Section~\ref{sec:create_plot} for an example). The
+preview is updated automatically as the user makes changes, allowing to
+see the effect of each setting instantly\footnote{The preview is
+updated asynchronously to keep the GUI responsive; see Section~\ref{sec:technical_graphics}.}. For example, the
+central limit theorem plugins
+under the ``Distributions'' menu can be very helpful to dynamically ``show''
+the convergence in distribution while teaching. For the sake of simplicity, such preview plots are not added to
+the history.
+
+\subsection{Results output}
+\label{sec:results_output}
+
+While all basic mechanisms of
+capturing and documenting \proglang{R} output can also
+be used, \pkg{RKWard} provides a dedicated output file and a output
+window for documenting the results. All GUI-driven data handling
+functions (see Section~\ref{sec:analyzing_data}) write their output to this file. 
+The same applies to error messages, in case a plugin fails to perform its task.
+The output is presented in a journal format\footnote{Note: The font size of the output can be adjusted
+from the menu. 
+}. All results are presented
+sequentially with the last performed task at the bottom.
+It is also possible to write to the output directly from \proglang{R}
+scripts by using a number of dedicated \proglang{R}
+functions included in the \code{rkward} package. For the GUI-driven data handling functions, the output is
+standardized to include the name of the feature, the date and time of
+its execution, and other basic parameters, wherever
+applicable. Further, a clickable ``Run
+Again'' link is rendered below the output of each data
+handling feature, which allows to invoke the same feature again with
+identical parameters\footnote{In case not all parameters could be
+reused, since, may be, some of the objects in
+question are no longer available, the user will be notified.} (see
+Figure~\ref{fig:results_output}). Thus, the ``Run
+Again'' feature combines the documentation of the result
+with an automated way to conduct the same analysis again on new
+data, providing benefits similar to, for example, the automated report generation
+available from \pkg{RreportGenerator} \citep{RaffelsbergerW2008}.
+
+\begin{figure}[t!]
+ \centering
+ \includegraphics[width=15.5cm]{./figures/results_output_cropped.png}
+ \caption{Sample contents of the output window. \code{DNase} data of the \pkg{datasets} package was used. 
+  Standard elements of plugin output include a standardized header, and a 
+  ``Run again''-link, which allows to repeat the analysis with identical or 
+  similar parameters.}
+ \label{fig:results_output}
+\end{figure}
+
+The formatting of the output is kept to a minimum. In particular,
+\pkg{RKWard} is very reluctant to round numerical results for the sake of a
+pretty output. Rather, the focus is on making the results easily
+accessible for further processing, typically in a dedicated word
+processor. Output is based on
+HTML, and the raw
+HTML file and any images therein can be directly
+retrieved from a dedicated folder
+($\sim\!$/.rkward, by default). It is also
+possible to select and copy sections of the output directly from the
+output window, and to paste them into office applications as
+richly formatted text; even images and tables can be easily copied by drag \& drop to many office applications. In future releases, 
+it is planned to integrate \pkg{RKWard}
+with existing office suites. This
+will possibly also mean addition of different file formats such as Open Document Format and technologies such as \pkg{sweave} and \pkg{odfWeave}
+\citep{Leisch2002, Kuhn2006}.
+
+Images contained in the output are stored as
+portable network graphics (PNG)\footnote{\url{http://www.libpng.org/pub/png/}} by
+default, but JPEG\footnote{\url{http://www.jpeg.org/jpeg/index.html}} and
+scalable vector graphics (SVG)\footnote{\url{http://www.w3.org/Graphics/SVG/}}
+can also be used. Similarly, the size of 
+images can be configured by the user. It is expected that SVG will
+become the default output format eventually, but currently some SVG
+files produced by \proglang{R} are not properly
+rendered by older supported versions of the
+\pkg{KDE} libraries.
+\newpage 
+\subsection{Package management}
+\label{sec:package_management}
+The number of \proglang{R} packages available from the comprehensive \proglang{R} archive
+network (CRAN), Omegahat\footnote{\url{http://www.omegahat.org/}} and Bioconductor \citep{Gentleman2004} has grown exponentially since \proglang{R}\, 1.3
+(2001) to \proglang{R}\, 2.7 (2008) \citep{Fox2008, Ligges2003, Visne2009}. \pkg{RKWard}
+utilizes functionality from a growing number of these packages, but avoids
+making the installation of all supported packages a pre-requirement to using
+\pkg{RKWard} at all. Only once a not yet installed package is required to conduct a certain
+action, a package management dialog is invoked automatically, which allows to
+download and install the package from a repository such as CRAN. The package
+management dialog can also be invoked manually from the menu
+(``Settings$\rightarrow$Configure Packages'') for installing new or updating existing \proglang{R}
+packages. The underlying package management technology is that of \proglang{R}
+\citep{Ligges2003, Ripley2005}.
+
+\pkg{RKWard} supports installing packages to any user writable location. If no current
+library location is user writable, \pkg{RKWard} offers to create a new one. 
+On UNIX systems, interactively acquiring root privileges for
+installation to the system-wide libraries is also supported.
+The installation process
+itself can be monitored at the interface for error tracking. At the time of this writing, \pkg{RKWard} has no
+built-in tools for the interactive exploration of \proglang{R} packages. However, it is
+possible to invoke external helpers as reported elsewhere \citep{Zhang2004}.
+
+\subsection{Further tool windows}
+\label{sec:further_tool_windows}
+
+The file browser tool window can be
+used to open supported file types (e.\,g., \proglang{R}
+scripts, HTML files) inside the main \pkg{RKWard}
+window. For unsupported file types (such as portable document format; PDF), the
+system's default external applications are used.
+
+The command log window contains a log of the commands that have been
+evaluated by the \proglang{R} engine, and any output
+produced by these commands. By default, the log shows only commands
+which have been entered by the user or directly correspond to user
+actions, but it can be configured to include commands which are run for
+\pkg{RKWard}'s internal purposes such as keeping the workspace browser up
+to date.
+
+Commands can be submitted while the \proglang{R} engine
+has not yet started, or while another lengthy calculation is still
+in progress. In these cases, commands are placed into a queue first, and
+executed as soon as the \proglang{R} engine becomes
+available. The ``pending jobs'' window lists current \proglang{R} commands waiting for
+evaluation by the \proglang{R} engine. While this
+window is mostly of interest to application developers for diagnostic
+purposes, it can also be used to interrupt selected commands.
+
+\subsection{Help system}
+\label{sec:help_system}
+
+\pkg{RKWard} provides access to both \proglang{R} specific and 
+\pkg{RKWard} specific help pages.
+\proglang{R} specific documentation includes help pages for functions and packages 
+and the various \proglang{R} manuals. \pkg{RKWard} specific documentation consists of
+help pages on \pkg{RKWard} in general and on specific GUI dialogs\footnote{For technical 
+background of \pkg{RKWard} GUI help pages please refer to Section~\ref{sec:technical_plugins_defining}.}. 
+All these various types of help pages can be browsed in the same document 
+window, and can be cross--linked. For example, help pages for
+\pkg{RKWard} GUI dialogs will typically link to documentation for both
+related \pkg{RKWard} dialogs and the underlying \proglang{R} functions.
+An arbitrary number of help windows can be browsed simultaneously, in the
+TDI view area (see Figure~\ref{fig:main_window}C) or in detached windows.
+
+A central access point to the help system is the ``Help'' menu. Further, help pages on
+\nobreak{\pkg{RKWard}} GUI dialogs can be accessed from the dialog itself using the
+``Help'' button. An useful (``reverse'') feature here is that these pages include 
+a link near the top of the page to start the corresponding GUI dialog directly.
+Help on \proglang{R} specific functions can be invoked from multiple places, 
+such as, the context menu of the workspace browser, by pressing F2 (function
+reference) while the cursor is on a function name either in the code editor or 
+in the \proglang{R} console, and of course, by using the \proglang{R} \code{help()}
+command. In addition, a tool view window is provided as an interface to the
+\code{help.search()} command in \proglang{R}. This allows to search all installed, 
+all loaded, or specific \proglang{R} packages for a specified topic.
+
+The help browser window is based on the \pkg{KDE}
+HTML viewer component and supports many standard
+features like increasing or decreasing the font size and searching text
+within a page. Additionally, \proglang{R} code inside a help
+page can be sent to the \proglang{R} engine for
+evaluation by selecting it and pressing F8 (or via ``Run$\rightarrow$Run
+Selection'').

Added: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.pdf
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.pdf	                        (rev 0)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/RKWard_annex.pdf	2011-05-18 17:08:10 UTC (rev 3572)
@@ -0,0 +1,5324 @@
+%PDF-1.4
+%\xD0\xD4\xC5\xD8
+1 0 obj
+<< /S /GoTo /D (Section.0.Technical\040design.1) >>
+endobj
+4 0 obj
+(Technical design)
+endobj
+5 0 obj
+<< /S /GoTo /D (Subsection.1.0.Development\040process.2) >>
+endobj
+8 0 obj
+(Development process)
+endobj
+9 0 obj
+<< /S /GoTo /D (Subsubsection.1.1.0.RKWard\040core\040and\040external\040plugins.3) >>
+endobj
+12 0 obj
+(RKWard core and external plugins)
+endobj
+13 0 obj
+<< /S /GoTo /D (Subsubsection.1.1.1.Automated\040testing.3) >>
+endobj
+16 0 obj
+(Automated testing)
+endobj
+17 0 obj
+<< /S /GoTo /D (Subsection.1.1.Asynchronous\040command\040execution.2) >>
+endobj
+20 0 obj
+(Asynchronous command execution)
+endobj
+21 0 obj
+<< /S /GoTo /D (Subsection.1.2.Object\040modification\040detection.2) >>
+endobj
+24 0 obj
+(Object modification detection)
+endobj
+25 0 obj
+<< /S /GoTo /D (Subsection.1.3.Choice\040of\040toolkit\040and\040implementation\040languages.2) >>
+endobj
+28 0 obj
+(Choice of toolkit and implementation languages)
+endobj
+29 0 obj
+<< /S /GoTo /D (Subsection.1.4.On-screen\040graphics\040windows.2) >>
+endobj
+32 0 obj
+(On-screen graphics windows)
+endobj
+33 0 obj
+<< /S /GoTo /D (Subsection.1.5.Internationalization.2) >>
+endobj
+36 0 obj
+(Internationalization)
+endobj
+37 0 obj
+<< /S /GoTo /D (Section.1.Extending\040RKWard\040--\040an\040example\040of\040creating\040a\040plugin.1) >>
+endobj
+40 0 obj
+(Extending RKWard \205 an example of creating a plugin)
+endobj
+41 0 obj
+<< /S /GoTo /D (Subsection.2.0.Defining\040the\040menu\040hierarchy.2) >>
+endobj
+44 0 obj
+(Defining the menu hierarchy)
+endobj
+45 0 obj
+<< /S /GoTo /D (Subsection.2.1.Defining\040the\040dialog\040GUI.2) >>
+endobj
+48 0 obj
+(Defining the dialog GUI)
+endobj
+49 0 obj
+<< /S /GoTo /D (Subsection.2.2.Generating\040R\040code\040from\040GUI\040settings.2) >>
+endobj
+52 0 obj
+(Generating R code from GUI settings)
+endobj
+53 0 obj
+<< /S /GoTo /D [54 0 R  /Fit ] >>
+endobj
+58 0 obj <<
+/Length 2200      
+/Filter /FlateDecode
+>>
+stream
+xڽXIs\xDB\xC8\xBE\xEBW\xE0\x94\xAB\x8CzC7\x9C\x93\xC7\xF2hd\x8F*\x8B\x9A\xC4eρ&!\x91\x8E\xD0\D\xDB9\xE4\xAF\xE7-\xDDX(\x8C<I\xAAR,\x8D\xC6\xEB\xD7o\xF9\xDE\xD2ȓ\xDB$O\xCEO\xF2p\x97p\x97p\xFFazr\xFA\xA3\xB4\x89\xCCE\x99\x972\x99\xDE$^&N)\x91e2]$\xEF\xD3\xD7\x99^\xD1\xFF\xB7\xE9\xEB\x96\xC1\xAB)\xF0\xC8\xE1'qAQB*\x9F\xCC\xEFO>\x9F\xE4B\x85\xA6\x97\xBD!\xBD\xB2\xDAӃ.U\x9C<\xBD\xB8\x97\xC9Ys\xF2
\xFC>\xB7<e^+UR(\xA1r\xE2K˴\xC6\xFBD\x89җɦJn`Q\xFEH5f\x91\x81\YO0R\xB50\x89r—֠\xAA*WB:P6\xD3:\xA8\xDB\xEC7\xF5\xECn\x92)\x95\xA7\xCD
+߯v\xB3\xDDj\xBB[\xCD㋫\xE6fw\x98m*\xB4	p\xB5I)\xCAB\xC84\x93F\xD6'M\x8A\/\xC1\x80\x97ti\xFF\x99\xB6.}\xC3w\xEF\xDE=ç"\xFDu⊴\x81\xA9\xBB=\\xEE\xE1_\x85\xBF\x8A
\x98\xDBn\xE1\xB2\xEF^\xE2܅`\xEFK\xDAo\xC0a\xF8\xF6\xFC$y\x9F\xE9R\xCAt	\x84\xBB\xDD\xFA9\xDCNO\xB8
\>!O|5\xDB\xE1
+t\x861\xBEh6+\xD3[$?\xF6}\xCFSޱ\xA7:K\xFF\xAE\xAB\xD8>\x91N(\\xA0\x9D\xC8qy\xEED\xE9\xD8XW\xFB\xF5\xFA\xF5\xBB\xAF\xE0ZO4\xC8\xAA:
7\x90\xEA9\xDD\xE9>\x9FL*-LV\x97\xA2\x94\x9E\xBD\xF27\x9Bx\x9D\xCE60\o
+p\xE0-U\x82Ĵ⟸\x8FI_\xF0v/q;t\xC3zS-I\x96\xED
+\xAE\xAD\xC8\xF8 at r\x8E\x8CgH\xB2t\xA0\xEB\x98\xC35\x9A\xB2\xDA\xE0\x8E \xA0Y+5\xEE\xA2\xD3
+)o\x9Fy`\x8C\xE3z\xC1\xE3!\xE9m\xDCrW\x91RDrV\xB1Th\xB7fM\xD0\xE9
g\xD2W\xF4\xF0 \xD3+\\xDD\xD4}
+\x94\xB1T\xC2\xE4z(\xE1
+c\x80@Lx\xFFa\xED\xD0\xE9k\xC1b "=
+p:Z\x898[\xE1\xC2e\xF0\x9B
\xF8\xDF(\xE0\x8C\xF6۹\xB1V\x91o\x95-\x85r\xCE@\\x80\x93%d
2[\xCD2\xD0\xE2\xC4Ja
\xD8:E
Rؿ\xE8\xA6\xA3v\xAAY\xA0\xB7h\xC1
+\xEF\xA9\xF3!\x98Sԅ\x80h6B\xEB@\xFF\x8D\x89\x94\xEB	\xF9$H\xFE\xE7.\xA0\x9AU\x91\xE0

\x93mVa\x9D\x88 at V\xF2\xC1\xEE?\xCF0\xBA	j\xA8\xE37\xD0N\xEB\xF4\xBAFC\xFC\x94KY\xF0\x96J\xF9\xF4+\x93A\xF8\x92?!Y`\xAB\x855A\x85k\x84\xE9]\xE0R!p 1W\xF38Q3\xFA\xD0{\xC8AZ\x90\xF2\x88şx\xCDK\xCC$\xB3MغL?\xE4JO\x8Càq\x9F4R8o\xE67!ħKLs\xF73ڍ`\xF2\xE3\xA4ԤъPM\xCC\xE7\x88\xCF喰\xBAj\xE3\xE9\xC8\xC8\xC8
3\xCD\xFF\xC1YRK\xA1\xB1\xAC\xF4\xBD\xF5\x9D\xB5Dɳ\xBE\x8B<J\xFB\xC8?*\xFD\xA1\x81
+\xE2 at 5\xB8,q\x9ES\xFD쥗"\x87\xBA\x94\xE0ϻ\xFD5?\xE5\x97\xFAY\xF0
+\xA5!\xD3Q\xE9\xD3 \xFF\x81C\xA7\xCBPG 9\x99p\x89X5\xFC|\xF07\xDBu4\xDF\xD1pD
\x85\xDB\xC92\xE9\xEFzI\xDE\xFC\x8B}\xB9b7s2\xC1i-#\x90\x8E5\xF0"\xF7z\xA8\xC1O\xC4
\xC5
+\x90A\x96,\xECOU\xB6\xAE\xD8\xF6\xD7\xF5\x93\xA2c\xD4[ o\x99\xFD\xBD𢀤)ŸAJ\x81U\xAA\xBAy\x8A\xDCmtY4\xB8
+E\xE4\xB0j\x88tQBXP\xC1|\xFF[\x9E,`
r$C\x9F
\x88\xEA>1\xE9\x916\x87j)\xB0\xE9\xE5Ja\xA1\x86j\xE3@\x9E\x90%_|\x8C՝\x803\xDF
+*y\xBCS5\xED\xB70
+\x96'\x83\xAF\x9E*\xA6\xB2\xDF\xFA
+\xADU\x9B\xCBW
\xDC\xC6`1\x83[\x91\x9E\xC3\xCC\xF5\x8F\xA9\x9430B\xC7\xC3:!\x8D?\xAA\x83] \xBE
\xE5CL\x93Kފ\x86\x8F\x9B\x8F\x93̚\xF4\xBAc\xBE 77|_SQĐ|T\x8B\xAA'9PВ7)$>\xDEqLI\xCDe\xC7՗@Aٔ\xF0\x85\xB8\xABF4UV
\xF1\xA7Tʹ\xCFE\xAE\xD0Q\x9Dak\x96\x90OU;Sȶl\xE3
\xA0\xA0\xA5\xDC-\xE3#\xD0Qq\x9E\xF3D+;\x8Eh'gm
\xF3\xDB6	\x90G\xE3\x80z\xE1c
ܛ\xAC\x97\xA3434\xDA\xD7md$&\x99\x87\xE21\x8DĈ\x95B\xA5\xB1\xBB]\xAFCUY(\xDF#\x84ސ\xAC\x90\xA9ҧTзX\xCD\xF6\xC8b[\x85ڒ\xE7\xC1`@U\x82\x9C\xC0\x90Zq\xF3\x82\x93ю!)q+<r\x9Em\xD7dƊ0\xB4\xE55\g\x8FG\x96Rؼ\xE7\xD2\xEF\x87
\xF4]\xDA\xF5C\xA6\x9E\xBD\x{1CB63E}n;1\xDA8\xA6<3\xBB\xADZa\xFA#\x82\xC1\xA1D\xB5\xD5\xED\xCDн\x91\xBB?\xDB\xDF\xE9#\xFD|\xAB\xDF/\xBBQ\xCC:
7tז\x8F{\xB42\xABt[D\xE7\x86^P\xB1G<(\x95
\x96\x8CW\xCE\xEB8\x83\xE7.\xB4\xB1c\x86v\xE08\xEE
ȏژ\xFF\xC09\xBA\xA6\xEB	 \xAFN
\x95En\x86hY\xB9\x9BX\xE7\xA9\xD5onz:\xB5!\xB2F\x987\8\xACC%FAve\xF18ܷҏF2\x85c~\x94\x8E\x83\xCC\xAF\xD7\xF1\xA8y"'i\xEF6bve\xEC\xEFC\xD7֯\xEA3+	\x9D\x94\xF6\xFF\x8B\x99\xBD\xB2!-l{\x82\xE2\xFE\xAD\xA0\xB6~
\x8AND\xC6H0ñ\xAC\xDB`N8\xB8rh̀
\xEC\x88-
\xFA\xEB\x91d
+Mf{H|\x85\xE7\xC2K<\xF1P\xF3L}\xC7z\xD0v\xF5ʙ\x85\xD6\xC1ƕr\x9B\x8F0\x87\xB2Y\x91\xE656B\xB3?\xC4

+\xAE\x96E\x8F\xBB\xC2g#;@͔N=Uj
+aTˉ\xBE6t\x99
\xC7ǯ?
~\x98\x86\xC0\xC31\x9D\xA1j*C\x88\xB4ࢊ\xC5\xEF\xB6f\xA2\x90\xDFq\xC8/[ոBU\x8B\xC7;F\xBF\xC7\xC9BB\xB3e\x83\xE7B{3\x9Ci\xE6m\x95jj\xEE\xF8\xE8\x8A\xE7\xE2/'}\xE2\xB94\xBDs\xAF\xD0X\xF0񆌲MT\xF3\xC4X:\x8B\xB5\x8B\x926Ք\xFBx4{\xCDGi\x87\xF5-\xF7\xE9vX\xDCu\xCC\xE4.\xA4G".\xA9\xAFmv\xBCpM\x87.2
+=c\xD2\xC7{\x9B\x89\x86\xACI"dx\xA9&\xE1؏\x833]C\x86\xAA\xF8\x9B\xD2\xEF\xF2\xC4\x80
+\xA5\xAFP\xC4#\xE5\x88=\xBA上}'go^H\xCE\xD1J 
\xF7\xC8\xF8EGI\x97(\xA8J\xD8?\xD1(C\xF1\xF6;\xBD\xB2Ԁ\xF1\xD2Af\xC2x\x88\xBC!0\xDA/\x9D\xDF\xC6"LH`\x9Ci\x8Ab\x8E~\xF7\xF3\xBE\xA7\xD0
\xA0\xA3\xD8d\x9BX\xC6\xF6= \xB69\x90\xC0\xC3YNJ=\xC6_\xFE\xD0\xF6/\xA9	\xE5b\xC2ަ-\xF1t`\xBC߅\xE3\\xB3ٶ_)\x87\x87Y/\xACw\x98!!\xBC	\x88Ǐ8\xFC\xFE\xA7\xD2\xC5v\xEC,f _\xB4i\xEDy0\x81\x8A>Of\x84o
+\xC7ЎB`<c\xB2\xF3\xEB
\xB2	\xC9zY\xDF\xFF\xB4\xB5\xEB\x85\xE5\xA2j[\xF6\xC1\xA7-Z\xC1\xA1M\xAB\xEA\x9Ab\xB0\xE56\xA5\xB0\xE7RWrdO'
+\x960\xC6=Β='\xF2\xA2+Uc;餐\xBA\xFCov\xFF\xFA\xF6\x85F
+endstream
+endobj
+54 0 obj <<
+/Type /Page
+/Contents 58 0 R
+/Resources 57 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 72 0 R
+/Annots [ 56 0 R ]
+>> endobj
+55 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 538
+/Height 392
+/BitsPerComponent 8
+/Length 22731
+/ColorSpace /DeviceRGB
+/Filter /DCTDecode
+>>
+stream
+\xFF\xD8\xFF\xE0 JFIF      \xFF\xFE I
+
+CREATOR: XV Version 3.10  Rev: 12/16/94  Quality = 75, Smoothing = 0
+\xFF\xDB C 		
+

+








 $.' ",#

(7),01444'9=82<.342\xFF\xDB C			



+
+2!
!22222222222222222222222222222222222222222222222222\xFF\xC0 \x88" \xFF\xC4           	
+
\xFF\xC4 \xB5   } !1AQa"q2\x81\x91\xA1#B\xB1\xC1R\xD1\xF0$3br\x82	
+%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\x83\x84\x85\x86\x87\x88\x89\x8A\x92\x93\x94\x95\x96\x97\x98\x99\x9A\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xC2\xC3\xC4\xC5\xC6\xC7\xC8\xC9\xCA\xD2\xD3\xD4\xD5\xD6\xD7\xD8\xD9\xDA\xE1\xE2\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEA\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFF\xC4        	
+
\xFF\xC4 \xB5  w !1AQaq"2\x81B\x91\xA1\xB1\xC1	#3R\xF0br\xD1
+$4\xE1%\xF1&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\x82\x83\x84\x85\x86\x87\x88\x89\x8A\x92\x93\x94\x95\x96\x97\x98\x99\x9A\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xC2\xC3\xC4\xC5\xC6\xC7\xC8\xC9\xCA\xD2\xD3\xD4\xD5\xD6\xD7\xD8\xD9\xDA\xE2\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEA\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFF\xDA 
  ? \xC6ٜdd\xF6\xA0ǃ\xDB\xF3\xABr9\xC7N\xD4ͤ\xF5\xAE\xED$\xAC\xD17~\xEBI\xB4\xF4\xC5Y\xC0\xEF֘A\xEB\xFD)_kn\xC9\xC0\xA5
+l\x9F\xA5Kө\xCD d\xE3\x81@\xC6y`/ g4m\xF6\xA90I\xEAjC
)\h\xAETc\x91\xCD
+$㊜B}
+8C\xF8R\xBA
\x9B+\x90N\x87\xAD8}*o$\xE7\xCD
Sg\x81\xFAQ΂̇\x82\xC4b\x9A\xD1\xE4\xF0\xB5h@\xD9\xE9O\xED\xC9*\xF4\xA3\x9DL\xA9\xC9\xCE\xB1\xA6\x91\xC7\xCD_\xD9?r\x9F\xF6^F\xF5\xA5΂\xC6f;\x8C{\xFBR\xF9~\xA2\xB4\xBEɎ6\x8E\xFDi\x86ܑ\xC2oz\\xC8v3\xFC\xB0O<
+FB0qZ\x82Ȟ6\xF1\xEFCYd&E
\xC8,d'\xAFN\x98\xA5X\xC66\x80 \xF4\xADo\xB1g\x82\xB9\xA0\xD9
r\xA2\x9F:
+L\xB3\xE89\xC56\xDA;V\xA7\xD9F	*G\x86\xDB\x85\xA3\x9D
+\xC6V\xC6\xE3\xBD'\x94Km\xC6Mj\xFD\x9C\xFF w4\xF1g\xD3\xE5\xA5̂\xC6Y\x8F\xD4\xF3I\xB7<b\xB5M\xB0\xF9EfP\xD9\xC0\xC5>t;}iJ\x8C֯\xD9A \xCEGaGظ\xC6\xDA\\xC8,d\xE0
\x834\xEF/ڴŨ=\xFETﲌ\x9F\x97s \xB1\x9C#ǥ8!\xCDh}\x98\x800{\xFBR\x88@\xFE
(\xE7
\xFEO\xAFj<\xBC\xF5\xAD&\xB78R
+
?\xEC\xE7\xF0\xA3\xDA\x8An\xB4\xF5\x80b\xAE\x89v\x9Eb\xC6	\xFAQ\xED\xC8g\x98#\xBD \x87\x8Fj\xBEa$p\xFC)LDvϽ.p\xE53\xFC\x9C\x94y\U\xFF !\x8B 8\xA56\xF8\xC7"\x9F\xB4
\xBC\xA3\xE9\x9Aq\x8B\xD0U\xB1
\x8Ay\x80\xE2\x8EaX\xA1\xE5\xE3\xAD7\xCA\x86j\xF7\xD9\xC9
+>\xB8\xA3\xC8'\xB7ҟ5\x82\xC5}\xA7ӥ7`'\xA5^\xF2:S,@\xF9sK\x9C,T
+=)DY
?J\xB7\xE4\xB7qO\xB0\xC0^\x94s\x8F\x94\xA8W=\xB8\xA4\xF2\xF8\xE0U\xEF+$
{b\x94BO sG2)@\x8E"\x9AUH\xAD \xE0\x8F˜`\xF6\xF9\xD16(
qH@\xE9\x8Fz\xBE-\xCE~\xEF\xBE@\xA4kp2z\xF3O\x9D\x99A\x94wJ\x8C\xA8\xFCkE\xAD1\xD4s\xE8i\xA6\xD8\xE7
Q΅fP\xDA;s@<\x8A\xBE-pH&\x90[s\x81\xC1\xA5΂\xC5]\xAA"\x93 \xF6\xAB\x9Fe\xC8\xC1\xA3\xEC\x98\xEA(\xE7C\xB3)\x8A\x91\x98\x8Cq\xCDX\xFB7?\xAD;\xC8\xC9\xE9\xC5.d+3\xC1\xA3
J\xB8-	\xE9N\xFB#c T\xF3\xA2\xAC\xCAY\xE3\x9E(Ͻ]\x8D\xC1\xDB\xCD/ٟ\xFEy\xFE\x94\xF9\x90\xACQ `\xF4m\xA9\xD6\xE5\x82E;\xCAn\xB8\xE9G2
2\xA9QL!V2\xCCB\x81\xC9>\x95\xA0\xD6͜\xE3\xA3{e\xF2\x9Fx\xCAcz\xD2u,\xAE5\xBB
U\xEF\x8A\xE2\x86w\x86\xDE0)\xC6\xE3\xD0\xD46^*\x9D\xB5\x96xB\xC7k`\xF3T|C\xA3\xAE\x9F\xA8\x81k\xB9\xA2pd==j敥Bt;\x9DBp	\xC6"\xE7\xBDs\xBA\xFA\\xF4
'\xA3\xC7c(e;\x81\xE4j\x94X\xA7\xA7J\x97J\x89\x86\x8Fk\xE6\xF3'\x94\xB9\xA9\xCE \xEB\xEDI\xD50T\x95\xCA\xCD:\xE7A\xB6\x8B\xA0\xAB\x87
q\xF9\x9Ai(\xCF4\x9DQ\xFB2\xAAۧ\xA6MH!N\xEA?*\x93\xE0p*=\xA8\xFD\x99\x94\xA4\xF2(\xF2W\xD3
\xB51\xFE\x9D\xE90A#ҟ\xB4fC\xB4\xA3\xE9M(;\x8A\xB0@␨\xC5
\xD09
+\xFBW\x8C
+<\xB1\x8CV6s\x9E\xD4c\xB7"\x8Fh
\x84
\x85;\xCB
g\xA7Z~\xCE3\xCD
d\x81Oڢ
\xD1\x9Ep)|\xA5\xEE8\xA7l\xEDJ#\xF9qU\xEDr23\xF6\xE6\x90D\xB9\xE8*]\x82\x83\xC5
\xD1
\x95\x91yK\x9E\x94\xAA\x89\xE9\xFAԂ"(\x88zdz\xD1\xED\xD4	D&\x97\xCA@\xDC
+\x9B\xCB\pE]\xC0@\xA5\xEDWq\xFB6D\xB0\xAF8\x9EPǧ\xADLA\xE8>\xB4m=\xFB{\xD4{TW\xB3+\xC2\xF0\xA7\x88G
\x98F6\x96=\xA8\xDB\xF3\x9Ei\xFBd
̋b\x81҃\xF5\xC6*p\xA3\xBF?JaPq\x8E\x94\xFD\xA8\xBD\x98\xDF)1\xD4\xD3LJG&\xC0;\x9A:t\xA3\xDA!F\xC7_zr\xA0\xEFJX\x8E\xDC\xD2\xC5
\xD49\x91W#£<S\xC9\xCF=\xA93\xC9\xF4\xA3\xDA \x9BA##\xB5(\x88\x9C
S\x97\x93\xCFJ\x91F\xAF\xEBMTBp\xB0\x80:
\xD1\xE4\x82:
+\x95O\x81HǞ\x9D)\xFBByH\xBC\x80GJ<\x91\x81\x9E\xFCԠ\xE7\xB5\x823\xC5
\xE1\xC8F\xD1(8\xC57h
\xBF
+\x979\xB6\xD1\xC6A=h\xE7!\x923\xC5;\xC9
\xE9\xE0\x8C{\x9F\xF3\xF8T\x99 b\x8Ep\xB1\x80ԡ}\xEAL\x9E6\x82iH\xCF4s\x8A\xC4
Z\xF7\xFCsOTp3N\xC7\xCD\xC8\xFA\xD2ck\x9EE
	\xB0;x\xFC\xE2\x98\x8E\xD5arwɨ\xFC\xA2\xAA3\xC7
Qp\xB0\xC3\x9E\xA2\xA2*2r\xB5ci\xE9Q\x98\xC994s\x8B\x94f\xA0\xA6\xEC\\x9D\xAA=\xEA+9\xC7$S
+\xC7j9\xC7\xC84cq\xC54\xA8iG&\xC3F\xDEz\xFE\xB4s\xA0\xE5b<SD@\x91\xC0\xA9d\xF0
+(\t\xFD*
A\xA8
+
\xEA*B\xA0&zT\x80`t⍹=*}\xA0\xF9H\xE3Q\x8EG\xE2i|\xB8\xFD\xFF *\x939\xF5\xF4\xA6\xEC_ʎp\xB1\xC2
u"\xC2\xEE\xE4~ !W \xF6\xA5
+\xD0\xE2\x8Fj\xC7\xEC\xD1\x94:NJ\xAD\x8E͛\xD0\xD5\xF2{\xF1\xF4\xAAܡ4\xB98 \xF4#ޗ\xB4eš\xB9\xC3J\xE2\xF3^X\x9F\x98\xD621\xEB\x9F\xFF Uj^\xDA¶v\xDA}\xBA\x88Q\xA6P@\xFF ?\xE7\x9A\xC0\xB6\x98K\xAEH݀
~\xB5\xD1\xCB:\xADՋ1 \xD4Vti
\xD0\xD53\xB5X\x84p\xAA\xF7F2=\xAA-\x98\xDC}x\xAB\xFDj\xD9\xEAa\xED\x9DĨ\xA2?,_\xAEi\xA5y砥$\xC8\xE6\x9A\xC7#\x8Fj\xC3\xD9  \x8C}8\xA6\x98\xF2{\x8A \x82zzS\xD7\x96\xA3ڰ\xF6hM\xA0\x9C\xF3\xEB\xCDF\xEEsK\x91\xBB֓p\xE4\x8A^Շ\xB2 at b\xC8\xE3\x8E\xF4\xE4\x92>\xB4\xAA@\xC0\xEDK\xBB"\x8Fj\xC3\xD9 e
\xFF \x95&\xD5
?Z	\xED\x8Eirq\x8E\x94\xBD\xBD\x81\xD1\xB4\xFB\xE7\xDCR\xACY<P
\xCE
+\x81`\xA3"\x87\x88a\xEC\xA2#\x9FJ_+\xE5\xE1\x8D\x87#\x9C\xD3\xC3\xF5\xE9}e\x87\xB0D{Grh\xDA3O$\xF4\xA3#8$T\xFDdj\x80и\xC7\xF9\xFF =)\xC1\xFF XSK\xF2I\xE6\xA4ʓ\xEE*~\xB2W\xB0\xA3v\xA6\xF9C
jL\xAFL\x8Ei
(\xA5\xC7\xECͣ\x90zt\xA6\xED \xE7\xAD9\x88\xCE?*i`>\xB4\xBD\xBB\xB1Ho\xE9\xF9Ҍ\xFC\xF8\xA0`\x8E}iT
+\xDE\xD4{f'I\xDA1\xC6N=\xE9\x9BpG\x83R\xE4\x94\x80\xE6\xB4U\x99\x92#\xD81׏jO(q\xCDM\xB7
\xE8\xC79\xE0\xD3\xF6\xCC^\xC9\xCC]\xBB\xFD)\xA61V\x8F\xF8\xAD |\xB8\xE79\xCD?\xAC\x8Bؕ\xCA69\xE2\x93g\xC77q\x9C\x86\x90 OSU\xED\xC9\xF6#cC\x92 ޞ ӔG=)Ò)\xFBq{!\x8D\xDDx\xEBC 4\xFC\xE4\xE3\xBD9\xB1\xB74\xFD\xB3'ؐ\xE3
\x8Fҙ=\xCDL\xA3\x81\x8Eq\xD74\xA5~\xFF C\x9Ei\xAA\xC1\xEC\x88
x\xF7\xE2\x94FFH 
+\x9F\xA7n\xB4 \xE3\xF2\xA7\xED\x85\xEC\x88\xC4G\xF5\xCD;\xCA\xA4\\x81\xCD)\xB9\xAAUE\xEC\xD1\xCCr*\xC5\xCEy5.4\xF1\x93\xC0⟵f\x886\x9C\xF0x\xA4\x8C @5ch\xFC)6\xFBu\xA3ڋ\xD9

+\xA3\x9EsI\x8C\xF55.\xD5\xBEiH\xB9\xA3ڱ\xFB"\x9Cd\xF4\xA8\x8C\*\xCF
\x8E\xEFI\xCEzg\x9FJ=\xB0{4V\xDA\xC3ך<\xA1\x83\x8Ej\xC7ڛ\x8FQKڇ\xB3+2\xF1\xC19=\xA9\xFAw\xF6\xAB'\x8E\x83\xBD3#\xAF\xD4\xD2\xF6\x81\xEC\xC8B\x8C\xF1\xD7\xFA\xD3\xD6 94\xF0 ~\x94\xF0J\x9Fh
̇
\xE4d\xFE4\xBD8=sR\xE0p3
\xF7<\xD1\xED\xC87d\xD2u\xE7?\xF8\xEDM\xC6"\x93#֏i\xE6
\x84
+>Q\xC8\xE9\xEB\x8Av8\xC0\xE7\xB7\xF4\xA1J\xED\xE8?\\x80=\xF1֏h\xCDy\xE3
+\x81\xFE\xCEk+\xC4m\xB7I\x97*1\xF4\xF4\xADM\xC4g'\xA7=+\xC4q\x96\xD3\xA5\xA9v>[
{\xA6\xB6\xFB\xEB\x86\xC9\xE6\xBAK\xAE\x96\x8D\xFD\xD7^\x95\xCD\xE9!EܪN\xDEk~\xFC\xFF \xA2)\xCEB\x90sZU\xDC\xD2\xA2HAPW\x93\x81\x93\x8A\x88\xE0{Q
\xB2\x85Ԃ0s\x8AV
\xA2\xB8\xD1m\xC8\xE0\x9C~5s\x8E*RH^\x9D\xE8 \x80sR\xD96!\xDA~\x86\x90\x82*N\xF8\xC84\xDC
\xF2(\xB8Xh\xCEx\xA5PG8\xCD<\xE0\x9EFIb\x8B\xB2\xAC=@viFA\xE9@\xFB\xDD9\xAA\x9A\x8E\xA5o\xA6[\x99\xE7#=\xA3y\x8F\xA0+\xB7dIjy\xA2\xB6\xB7\x92\xE2v	X\x9E\x82\xB9\xB3\xAB\xDC\xEBw\xD1E\xA4	>ʇ2\xCCF\xFAU?\xB3\xEA\xDE(\xBA\x8D\xEE\xA2k[% \x88\xB1\xCBz뭭\xA0\xB1\xB7@\xBBPª\\xB0Z\xEA\xC1+\xB2vQ\x8EN\x9E\xF5
N:\xE6\x9ENW\x91\x8A\x88\xF5\xE0W5٭\x87g\x8FzP\xD8\xE4\xD3 &\x8AWc
Xd⁂rh\xFB\xDDx\xA5+\xC7\VA$\x9AP8\xF7\xA3i\xE89\xA4\xC1\xCF \xFET\xC2s\x9C\xF5\xFC)\xE069
g֙\x82OCO \xF7\xA4\xB8\xA388#\x9AAN\xE3HA\x8C\x8CӃ~\x94\x9C\xE78\xA2\x8B\x87*\xF44\xF5>\xBCfN:f\x80	9\xA7\xCC\xC4\xE2LH\xEC;f\x94\xB4ܐ~\xE9ȥ
@\xE2\x8Ef
\x80W\x9C\x9AO/\xB98\xEA3\xDCQ\x9C
f\x9D\xC5\xCA4\xA7\xAF4,d\x8E\x9C\xC7\xF3\xA7\xA9\xC8\xA8\x96\x88\xC4x\xEB\xD4S\x82b\xA4\s\x8Ax# t'ޙ"\xB0\xC8\xC74\xA63\xB7?\xA5H1\x9Cg\x9F\xE7G˸s\xFAզ
\xA4x \xF21\xC5y\xE7\xF4\xA76\xD6\xF2}\xE929\xE7ҋ\xB1X\x8DG\xCD\xC8\xEBO+\x93\x9Cq\x9Ap#8\xECN(\xD3\xF3
j\x93\x88( \x8A\x93 \xE2\x81\xEA\xE9Fw
E_1
\x81\xC6F>\x99'\xF2\xA5\x9C\x8E)F\xA5\xC1\x8Cf\x8Ef
\x82\xE4ΐ\xE3
A\
\x9E=\xCDC%\xE5\xA4\xDCŸ\xEFHl,\x896\xE0\x83\xDC0q\x8E\xBD\xAB#Q\xF1^\x93\xA7\xC1\xBA;\x98\xAE%<,P\xB6\xE2*\xAFm\xE2\x8376\xCA\xC7
\xF9-\x9CP\xEE\x82ɛ\xA4
\xDD)\xB895\x87{\xE2\xD8-0Z\xC2\xED\xB8\xE4\x85\xE2\xB9\xDDW\xC6\xF7\xF7\xB4\xBB	#'\xF8\xA4oʚ\x84\xA5\xB0\xB4;\xDC\xF7\xCD7$\x8E\xB5\xE7VW\xDA\xDD\xC4E\xAE\xCC\xE8H\xC6H9\xFAWGg\xAC\xCBgn\xE2v\xF3\x80\xE80F?I\xC2H\xA5\xCAo\x90@\xE9M\xC6\xF9\xD7/q\xE2]I\x9B\xF76\x91\xA8\xF7\xE6\x96O
\xA8/\xED\xC2G\x92
/j
%`VgP\xA1\xE4\x8A\xF1d\xE4
+΋VӦP\xC9{\xAB\x81Y\xFA\xBF\x8B,t\xBF-G\xFAC\xB0\xCF\xCA\xC3\xEBY\xA56\xEC7
\x8B=\x86sHq돭p\xB2\xF8\xE2\xF6u\xFF F\xB6\x8D\xA995\x9A%\xD5\xF5IKK,\xE7\xE6\xECH
\xF4\xAD}\x9BJ\xF2vN\xFB#ҚT\x8A=\xEE\xC1SԚ\x8F\xEDP\xF6\x92<\xD7A\I\xD2o\xA7\x8Da\xBD\xBF\x91\xE1S\xFE\xADj\xEC5\xE3l\xDCq\xF7\x8F\xF8VN\xA4#\xA71k'\xD0\xEAA\xC8\xE7\xFC\xFF \xFA\xA9\xC0\x90:\xE0f\xA0
\xB2jA\xC8\xE6\xB7l\xC9!\xCC\xDCqY\xFA\xACfM6S\xD7\xBD^<Ts/\x99
\x88\x89M(\xBDFև\x94[\xB7\x97\xA9?\xFBF\xBA6X
+\x93\xCB-`^\xC6-\xF50<\xD6єyq\x92'\xFC\xFBW]]lȁ\xDC\xE83\x8B\x8D
+<\x95\xE0\x9E\xFCU\xE2\xB8

+b\xF8gj\xE99
\xDC\xFEu\xAAe
\xB5\xE7\xD4ѝKaň\xE9Mn~\x9FJBrz\xD4o 9\xFC \xAC\xD8ɀ \xF25\xB1\x9ED$aޗ\xA1\xA6\xF1\x81ך7
c
i\x99$\xF5\xA3$v\xE2\x8D@\xAD\xABj1id\x97\xB3\xDBxP;\x9A\xE6\xB4(.u\xDD`jZ\x871\xAF+e\xE9\x8A<{z\xA6\xCE\xD6\xC5`\xCC3\x9E 5_G\xF1
\xB6\x95i\xE4\C)\x90\x9F\x99\x97\xA0\xD5IB\xEBveu}N\xEF!~UP \xE0J
Ϛ\xE7"\xF1\x8E\x914\x9F\xF1\xF1\xB3\xFDኚOi(?\xE3\xEE#\xF4\xE6\xB9=\x8DK\xEA\x8D9\xD7Cu\x8F
g\xA6+\x93\xBA\xF1\x9D\xA66\xDB\xCB\xF8\x91XS\xF8\x9A\xE2RZ\xDEb䞛\xB1[G)+\xB3']'c\xD2\xF8\xC1\xFD(\xCF<\xFE\xB5\xC7\xF8s\xC5
+z\xDE\xE4bd\xEB\x9FJ\xEA\xE6^#֓\xC1Ϡ\x9E"(\x9F\xBE\xCD(#\xD75\\xDC\xC2\xC1\xE9\xEBM[\xF8Ly \xE8*\x96\xA1\xE7^\xA3F#\xA1\xAE_Ě\x81\xFE\xCE0\xEE\xF2K\xFAu\xAE3I\x9E\xE2\xC3V\x8C\xA4\xAC\xA5\xF9\x8C\xE7\xBDi\xF5\x96\xACq\xC4)
\xB6~Q\xC1\xCD\xBAf\xB8\xEF\xF8H\xAE\xD0mi@>\x9Bj)<W;d$\xCA?\xED\x9Ds}Nw7U\xA2\x8Eպcך`#\xCDp\xF1jz\xCD\xCF\xE6\xE5\xF7q\x90\xB81\x87\xC4\xF8\xDED\xE3\xDBp\xA7\xF5V\xB7e{e\xD8\xED74s\x9CW	6\xAD\xAF\xE9\xE3l\xAB!$\xF1\xE6G\x9A봉\xDA\xEE\xD03\xB8b1\x96\xA2T
U\xEE5U2\xF1$\xF5\xE4\xD32A\xE3\xBDO\xB7 皏
\xF5\xACl]\xD0\xD0N;ӳ\xC7_\xA7=)6\x9C\xF1A^\xF4\xC1\xB1w\xB89\xA7(\xE3\xE0\xFA\xD2\xBCԥ\xB0?J	\xB8\x87\x9EA\xA01Q\x9E)8\xC9\xF74gh\xE9T"U$\xE0\xD3\xC9\xF6\xA8VN:\xF3N\xE7\x9EƘ\xAE87n\xB4g\x9E\x94\x9B\x8F\x99\xC74\C\x99\x8F\x93p"\x9Ay<S\x80
\x9A/\xAD\x80\Ὡ\xE1\x88=b\x9Fi\xABr\xF1=\xC0SГҬͫ\xD8Cjg\xFBLl\xA0g\xB0ɭ9%\xD8.\x8D"\xF8\xC8\xEB\xC0\xA7y\x83\xBF\x8E+\xCF.u7\xBC\xBE\x96\xF5\xE50\xC4\xC3FON)e\xDD:\xC74\xF33\xEE?*\x93\xC6*\xFD\x93[\x8A\xC7e\xA8\xF8\x87Oҗ̹\x9C\xD8/&\xB2\x93\xC7\xF7 \xFD\x9A"@\xD2\x85s\xDEh\x8A7i\xB6\x81\xD4\xD8ԶrBmE\xCD\xC0\xE5\x81\xC4]\xABEbm\xA9v\xE3V\xBA\xBC\x89\xE2\x9A\xEAO(\xF5
+6\x92l\xF6\xAC\xD3e\xC8\xB7\\xFB\x9C\x9Alښ\xAA\x94R
՛6\xAE\xCE 
\xE4\xD5F\x9C\x9E\xC1h\x9BP\x98\x81kt\xE3\xBE1V\x85\xE8p\xAD\x9F\xEE\x8E?\xCF\xF9\xF5\xAEC\xFBxp\xA5\x90w\xA8\x97\\xBBc\x98\x88\xE81V\xA8H\x86\xE2vbv\x922%\x87\x82O\xBDJ"F\xC1\x80\xE4\xE7\xE6
+3\dS\xEA\xB7\xC1\xD6	\xA5i\xC8\xA6;\x9AӃK\x96\xCFE\xB6\xBC\x9D\xF7\޹\xC9'\x95Q\x9E\x957IǨ\xB4\x96\x88\xE9
+\xE4֒\xA4W7\xF0\xE5\xC8\xC4{y4\xFB\xF9\x96\xDE<\xBDĹ\xC6HU\xA6.\x86\xB0xr\xCA\xE7c4\xDEx\x98\x929\xC1\xE3\xF9c\xF3\xAB\xB7nYH\xF9\xE1\x8E0q\xC0\xAC\xAATH\xAAt\xAEf\*Z\x98~\xD0e
q  :g\xA5T\xD4R\xDA	\xBE\xC8\xE2e\x99\xF3\xB5O \xE3\x8A꠆\xE0
 eV7\xA1
\xBF\xAF\xE7YW\xF6\xE1\xFCK
\xDFx\xF9X#\xDF5\x82\xAFw\xB5\x8D\xBD\x85\xBA\x9C\xC9ҮUL\xB9
+\x8A7ЊƜ\\xDD\xCD
Q)gs\xB65Z\xF4;\xF2\xA6\xDEh\xB7\x95\xDAq\xFE_\xA5p\xDAk>\x9F\xAFGz\xAB\xE6\x9B">\xD5׆\xAB̜\x995\xE2\xE3\xA2='D\xF0\xBC:V\x93W(\xAF>3!\xFE\x94\xAF,\x8F\xB1B\xA6\xEE\xD5`\xEBp_A\x98	\x8E21\xF5\xC5d\xDD\xDF,lT\xB1/\xD3\xEF\x9F\xAF\xE3^m[\xCEn\xC7M\xCB
I$\xAC؁\xD7O\xF3\xF8\xF3Q}\xB6\xD4q\xE6/\xE7X:\x8D\xE4\xD3I
\xBA\xB6י\x82\x8FQ\xEBY\xC7Ò\x83'5\xB40\xAAJ\xF2v븻#\xD1NM/<`\xD2(R)\xFCv8\xAE\xFF \xAA\xBE\xE7\x95\xF5\x85\xD8N\xFDj78\x8D\xF2OCҤlUK\xE9D63\xB8<\x848\xA5\xF5V\x9D\xEEXO\xA1\xE5ګ\xE2\xF7p\xE7\xE65\xA7$\xFB\xACbe<\xA9\xCDb\xEAD\x99\xBDh\xDA0:i\xEF\xCEk\xA5\xAD\xE2\xF5;o]\x8F&hrN0\xC35\xBF#\xC4xR\xE5WRA\x9E*A\xAE\xF8\xA8\xE7<\x9C\xFE&\xB9'C\x99\x9A\xFBnR\x96\xE6ϧ\xE3Jd\xE7ڬ\x90\x99\xE5qMs)/\x85\xFA\x9Ej~\xA8\xDFP\xFA\xC2\xECU\xE7 \xFEu"\xC9܌\x81\xEDҲ\xEF\xFCG\xA6X\xE4\xDE\xE3\x80qڧ\x8Eg\x9AVK*\x9D\xB1T\xB0r\xEE
\xDF\xC8[[\xBC\xC9\xE6
\xC7N\xF5\xC1k\x9E3\xBA\xBFo#Ni#^\xE5O'񬨭\xF5}~uF9<\xED^\x83\xA0\xF8\xC6\xC65\xFC
$\xCC2\x93\x85\xADcJ4\xF7Ր\xEA\xB6\xCE'H\xF0\xDDy\x92\x96<\xAC\x90\x9E?:\xEA\xA3\xF0a+\xFE\x91{\xDB\xF8Ev\xA90\xA0H\x90*\x8E
\x8A\xDDA\xFDjg\xCF-\x9D\x86\xAAEnq\xF8،\xA5̀\xFB\xA8\xAE;]Ӣѯ\x8D\xBF\x9A$8\xEA1\xF5\xAFf\xF2\x80\xC7
g\x9A\xF1\xCF\xCA\xC4w \xF6lUQS\xBF\xBC\xC4\xEAE\xEC\x8CF)ӥBUʹ\xAFZ\x99\x91H݊\x8C\xC6q]\xA4V\x8E\xD2\xF0?\xEFQ\xB6\xBBw<\xF7\xAE\xF29\xBC\x92NP\x8C\xFAכ鄛K\x98\xB3\xD3
=\x8Dvmr\xE9
+\x84\xC7%$M\xA4\xFF Z\x9D\x99\x9DE\xA1\xB9\xC0%\xF2\xB8\xC1\xE8
+P\xB7\x9D\xA1\xD4n\xE1$\xE0|\xCA3\xEBQ\xF9\xFB\xD8\xC0\xC9\xF5\xAA1\xCA\xC7Y\x90\x9Es\xDB\xEA)\x98$i\xEA\x8D\xF6l&B\xD9
z
+\xE4\xD1|\xB2
\x9A7\xED\x9A\xE8\xA5fe \x9Cc\x8Ek\xF4\xF3}\xE3a\xFAR6\xA6\xEC\xACzf\x99oi5\x9F\xCFo
\x8F\xD7-'\xAE
+%#m\xA4\xE9\xAC\xBF	\xCC'\xD3 fv\x88
\xE7Һ
)\xCF\xCAy\xD5p򔮙ԫ\xC6+T@\xBF(\xC2(Q\xEC)rI\xEB\xCFz\x94\xF4\xA5
+\xBDp*V\xF7\xACDZ\xC1\xC7\xFA\x8A\xDAx g\xD0U\x80\xAAGAK\xB13\xF7E?\xAA>\xE1\xF5\x85تy\xE0R}F~\xB5gˏҝ\xE5&:R\xFA\xA3\xEEX*\x9E\xBFQɦ\xE7 \xF3V\xBC\x94 \x82\xBD
+
D\xDD
h\xFA\x9B\xEEXE<\xFD(==\xEAד*1G\x92\x84p\xB4}M\xF7\xD6[\xB6{\xD2>\xD5o\xCA_\xEE\xD3v!\xFEG\xADR}\xC5\xF5\x95خc\xA7>\xB4\xA5\xB0\xBC\xD4\xDEJ\xF6@)UQ\xCA{\xF1O\xEAO\xB9?Z]\x88秥'\x99\x82sS\x85\xC6F\xCE;\xF1Y7\xFE!\xB0\xB0fV;\xA4^\xAA\xF5\xA7\xF5'\xDCX\xF2}\xA8Cc
\xF7nq\x9D\xBE\xB5\xC6\xEA\xDE"\xBA\x9By3a챜T\xB5\xEF
\xE97"\xAA\xE0aTz\xD6\xCA\xF3 [\xE5\xA9<\x9Aҕ\xA9nwF\xA6\x83ho\xDAK\xA6\x9ATN\x81Tg?\\xD6ԋG\xB4[ĤP
Vu\x9E\xBA\x96v\x89mn9\xC7E\x8Cd\x9A\xD1k{\xBF\xB2\xA4\xC6\xDF\xF7\xB2
\x85\xEAy\xF6\xA8\xABv\xCDcd\x8C\xC9\xF4\xF1qw\xE7\xDDJ\xDEX F\x91\xB7J\x9E[ء\x8C*\x9C\xA9ݜ\xF1#\xC2f\xF3\x80\xDB\xE5\xFA\xFA~f\xDBD\x86\xE1d\x8E\xE2m\xB7B"\xDER\x9E\x9E\xDFZ}\xC2\xE6\\xFA\x9E[q䎞\xD5]n.\xEF\xE41[\xA4\xB2I\xE8\xB9\xE2\xB54\xAF
\xBD\xD4\xEEȏ\xC0\xA3\xB7\xAB\xA9\xB3\xB6\xB3\xF0\xFCR\xBD\x84;
\x8C33H\xEBT\xE7\xA2\xE6{\x9Cſ\x85\xAF\xDE{\xB9\x84\xDD\x9F\xCFҘ\xDAu\x95\x942M;\x8B\x99\x80\xF9\x8F\x94qZw\xFA\xBC\xD3\xC6\xE8O\xC8z\x8FZ秕\xA5b3ǥRR{\x92f\xCE\xAD\xC0P`1W\xB4\xAD*\xE3T\xBEK0\xA6R\xB9%\xBAQ\xACi
o+\x8C\xAF\xA7\xBDu\xFE\xD3N\xFEg\xFD\xFC\xAB\xC0\xF4\xEB\xD5T\xE1p\xA7M\xCEVF\xEE\x93\xE1{}\xB4\xA6S5Ԑ\xED9\xE829\xE3\xD35OM\xD3\xE3ċo0\xDF\xBCC\xE5n\x83\xA7o\xAD[\xBCԼ\x98f9~\xD9듊\xD3ҷZ\xE9\xE2yQV\xE6Rd\x94\x81\xEAxʼ\xE5^J\xF2\x99\xD3*I+Grާ
~\qc#=;{W/\xAD\xF9\xAD\xEBv×U$
H\xF4\xCF\xD0\xD5\xEB\xCDA\xA6\x97\x83\x90:`z\xD4QH
\x9B\xB3\x929=\xFF \xCF\xFF \xAA\xB0sn\\xC6ѧ\xCB\x91\x8A\xCA(B\xEC\xC0\xB5aN\xCAgy\xBAp@>\x9C\x9Fo\xF3\xFA\xD4\xF77o\xE5\x809\xC0\xAC\xAB\x9B\x8C\xAE\xDCd\x9AI6ʊ2\xF5K\xE9J\xA4P\xE7̐\xF9k\xCF\xE1]
\x85\xA4C\xA2\xD9\xCA\xCEI\xE5嘨'\xE8+\x8E2}\xA3\xC4vp\x93\xF2#\xAE}\x8095\xD9\xCF3y\x84x\xC8\xC7\xF9\xFA\xD7U_\xDD\xC5(\xF52\xB7<\x9F\x90\xC9\xE7>Yfc\xC1\xC8 \x9FJ•\x8C\x93?͎\xE0\x83\xFE})o\xB4p\xBDe\xCFp\xCDs\xB4\I#`\xFD(\xA5I\xEE\xC2sKDI\x91w.\xA0\xECHA\xB6
\xF98\xAD\x85ԥ\xDA>\xFF J\xC8\xC8:\xB9\xB5_\xF8\xF7\xB6\\x9FBq\x9F\xE7X\xF2kF\xDA\xFF .N>\x95\xB7+fWG\xA8\xA9@\xA78\xAEHx\x92\xFF \x81\x88\xBFx\x9A\xFC
m\x83\xF1Z\xF5
6x\xCAH\xEA9\xEF׽V\xD4\xE22i7\\xCB#\x8Fʰ\x8A\xB5
\xF0\x90u\xFE\xE9\xFF mNJ/洚'\x868\xFCir1\xA6\x8E\xFC\xE7gz\xBD\xA66m\xCA\xFBf\xB2o$b#\xF6\xAB\xBA\\x87k\x83\xD3\xA4ևLw&\xADas\xB99\xAD\x98\xFCo\xA8\x88\xC8\xF3\xB2=H\xCE]\xBB\xC9!{㚈Z) \xCE\xEC\xA1\xA9V\xB0\xE5cz\xE3\xC7W\xF9\xC2\xCC\xCEz
t\xAC\x99\xB5}f\xF1\x8E\xE9\xD8\xA2
C\x8CAA\xEEէomo
\x81\xA7"B\xDD=+D\xBB"
\x92)Yxv\xFF T\x94 \xB2\xCC\xED\xD7
?:\xEE4O\x87\xD6\xF0\xC7
\xB7\xDF\xFEy\xA9\xFC\xB9\xA7\xDAx\xC0\xDBB\x91C\xB4aF U8\xFEu~/5\xC0\xF9\x8C~\x83\x8Eq\xFEqP\xE12}\xACM\xBB;+-62\x96\xB0\x84\xCF
\x9A\x90\xCC{.k-uw\x97\xEE\xBC\xBFO\xFE\xBD
+\xA9\xCC9\xCC\xED\xC7\xFF ^\xA3ٰ\xF6\x88\xD1.۸\x9E3\xF8\xD2\xDCw\xEFX\xD2kw\xF2\xD8)֟\xA4k\x8D\xAA\xDFKo\xB23\xE5\xAEIQC\x8D\x95\xC1I=\x8Dl\x91\xB7<c\xA5xߋ<CrO\xF7\x8D{!8\xE0\x9E\xBDk\xC9|qo\xE4\xEB\x926
r3N\x9AWn\xE6\xE3
\xF4Ə\x91\x91\xC5M

b\x86&}+CR}K_I

"
+uV\xC3\xCD\xF0\x{DAF0}\xE5&h\xC1\xFAc\xFCk\x97\xD0\xF3\xFD\xB5
+
\xE1\xB2:WUgLJf\x84\xF3\xB2\xF5\x88\xE7\xD8P\xD9a3\xC1 sߟ\xF3\xE9U\xE2?\xF14\x90\xE7g5`|\xA7<OΫ@\xA0\xEA2\xB0\xE7 rh0E\x89\xE4d\x86I{\xE35\x87q3Mw>S\xE7[\xD3*\xB4dc\x8Es\xFE*\xE7\xEE"hb\x95Kn\xF9O&\x83H\xA3Ѽ
+\xF3hV\xFD\x88S]IQ\x83\x8A\xE7<48\xF8\xE3\xAE\x8D\x898\xEB\\x{DED6}\xC4\xDA}\xA8\xE9ڍ\xC7
\xF5\x98<\xD3\xEA=i\\x9Bg\x8Anqڐ\x91\x9Cʂ{E\xC2\xC3\xF7{P\xA3'\xD0\xFD(&\xA9\D\x9Ea\xF5\xA01\xCDA\xE6s\x821\x93F\xEC~4\xC1\x92\xB3d{\xE2\x80@\xE8O\xB6*#q\x9F֗\xAF+\xDCz\xF3Mr|\xD2\x81\x8A\x8Bw'\x9Av\xFEi\xAB\x89\xB2ZB\xEA3L\xDD\xCE
+.\xE1\x9Cw\xAB\xCC\xDDv\xE6[{0"%w\x9D\xA5\x87j\xF3\xADJ\xDE	C\x97\xBD`OQ\xB7\xBDz\x95ݼWP\x9Cdΰ\xAE<%kr\xA7'\xE7>\xBF\xFDj\x97\xB9\xAC^\x87\x9Cf@\x91\xA4\xA98l\xFA\xD4ܱ\xC28<rTg\xD7\xEA~6\x92\xB2\xCADg<Epq\xDC\xDCi\xF7M\xE49
\x88\xF5\xF7ش\xCD;
\x89tˏ6(\x80\x90\\xD7X\x9E*R\xA8Y\x94\x81\xBB\xEB\}\xB5\xC5\xD5\xE1\xCFڰ:\xE0\xE2\xAC7c\xFE\xBD\xB3\x9FƲ\x9C"\xF76\x8Bf\xF5\xEF\x88.\x9DBC\x84\xBF
i {T\xB6si\xD0D\xA4\xAA\x809\x93'9\xACO.}\xBB|\xDD\xF8
H\xCDF\xD0\xDDvl~
\xCE-Y1\xF35\xD0\xEA?\xB4\xA0\xC9)\x8FP\xB8\xE0VN\xAF\xAF,1c\xEFH{f\xB1乿\x8Cm
x\xF6\xA8\xF7̻\xDF\xB7$\xAF֮4b\xB5\x93ؘj\xB1\\x8C`\xA3z\x9Fȕ\xC6\xF5C\x8E\x99\xC73ج2\xE7\xC9\xFB@ X\xF4?\x85+\xDE\xDC*K\xF2\x93=\xCFaQ)k\xEE\x9BF\x93K\xDE*\xDD\xE9\x8D4\x94\x952m#
k\xAE*\xAB\xFC t
1X\x9As\x96\xB59\x8D\x81;\xF3\x93\x90ka
+\xA9q\xCF.k\x92\xB3m\xA4Ίp\xE5\xBBA4\x80ư\x81\xF31\xEBWou6ڨ\xAC	ۂG\xF9\xFAVTF\xE3\xED^v\x86\x8F'\x91\x8F\xEBL\x91\xB39S\xD4\xF4\xE6\xB1qM\xD8\xD6;]\x96\xBC\xE2IbpO\xF9\xE7\xFC\xF7\xABNDY\xC8
\xCDPy
\xB3
\xE78\x8A\x8Bw\x9A\xAAA\xC0
\x9D\xE8\xE4\xB8\xEEhMvIS\x93ۚ\xAB,\xA7\xCB-\xB8 'ۊ\x89\xB2K\xBF\x89\xAA\x9A\x85Ȋ\xD5\xD0\x9D\xBF\x96j\xA9\xD3\xD5ݢ\xD8\xDF
+\xC7\xF6\x8Fy\xA7\xFEY\x8C\x8Eq\xC9\xED]M\xCB\x8C\x90z\xFB?J\xCA\xF0͉\xB3\xB2\x96\xF2Q\x87\x97\xAE\xEE08\xFF \xEBR\xEAz\x90\x96\xD9
+\xD4\xC0
+\xCBo\xAE(\x9AujZ=
\xE0\xD58ݽ̹\x9D9c\x93\x8F\xF3\xFDk)e\xF2\xB5\x89\x99\xBE\xE9*\xB9\xE9\x9Aڙ
-\xE4\x9E,\xDD|\xB20k&!.\xB3yi\xA7D\x9B8\x94\x91\xFC]\xF3]\xD4\xE8\xB5\xF1
u+'\xF0\x9DG\x87\xB4\xDB+\xAD6]F\xE5
\x92H[ \x9C8\xAE.T\xB6\xF3\x9Fe\xA0۸\xE3\x9E\xD5\xE8\x91[\x8DC\x9A\xD4
\xA5\xBEB\xB3\xFA\xE6\xB1H\x8Bh\xDDslr8\xEB\xF9\xD7Bi7&f\x8C}
+&x\xF5\xA7\x85\xF9rq@
\xF3Ϧ+\xA8\xE2\xE74\xEC~\xE2BO\xA5\xC1\xC0\xC1\xFA\xF3N\x94\xA2Ƚ\xF1\x9E\x94Ǝ:\xFF \x99\x82\x8AԴ\x8CE 9<\x9AȜ\x93t\x99\xCE{\xD6\xC4\xC0\xAD\xAA$g\xB9\xE4v"[[	u\xA2\xA9\xF2 \xFB\xF2\x9F᭥\xD2`\xB7R#O0\xF3\xF37zܱ\xB3\x82\xC7L\x85`PP\xCEG\xF1\xF3\x8A\xAD9!H<\x8C\xFAꢬsT\x93lŔ
\x90\xD1\xDBRlg#
\xFA
\x95~f瑎\xB5BP8`sZ\\x94R\xC63\x8C\x92{\xE7\xAD
$\xAB&71 \xF4&\x9E\xC9\xC1;\x8F֛\xE4\xE4\x81\xB4\xFF \xF5\xFF \xCF\xF9\xE5\x97\xEAYKن c\x9E\x9F\x8D^\x86\xF6`\xA5\xA5\x90,kՍQc\x9C>l\xF8\xA8
\xCFұ\xB5-I\xEF\xA3DA\xE5½\xBD~\xB5-\xA4\x86\xA2\xE5\xD0ٹ\xD6\xDE\xEA=\xB0\xB38\xCF\xF7\xAA\xEE\x89yw\xA3\xCB%\xC4K\xB8\xB8\xC6\xD6
k\x94\xB3\xBFK at 0\xBB\x8D^>!l\xF2\x9CW
^v\xF4;\xE9{8\xAB
\x98\xF1\x85\xFA
\xBD\x94}s\xD7\xAEw\xC4\xD7ͫ\xC4.\x8C"6N\x95\xFD\xB8\xC4\xE4\xE7\xADI\xA6.ՠ\x97?8\xC0&\x955>mP\xA7\xC9m
+\xB0\xE0\xAE*F\xFF WӚ\x8A؀J\x9E\xA2\xACl\xCEs\xC7z\xE8fD\x9A+֭X\xF07[\xB6\x84\x9D6\xE7?\xE9\x84\xEB\xC5s\x96g\xC9\xD4m\xCE\x8B\xB5tV\xBC\xD3f\xE7\x83rI>\xBC
+L\x89\xEC[\x8C\x81
v\x80	\xC9\xC5P\xD3\xEEDڍ\xD8
\x85\xF45q\xB2ѹ^\xC3ҳt\xABc
+\xD5\xDB\xCFAL\xC9lh\xDCJ\xB1D\xE7\xD0b\xB9\xF9\xE42\x9Cg\x87`\xB5{W\xBBe\x94*.#\xC6
Md,\xE1n\xA2ߒ\xB1\x9F0\xE3\xF3\xA1liz\xF6\x83p\xB6:Li\x9C7j\xBCuXrr@\xE3ּ\x95\xFCi9P\x89 *?\xF8L&\xFE8A\xAC\xF9\xDCRR=h\xEB0\xF7\x97\x8Fz\x8A]R\xC9V
9\xE9^S\xFF 	[\xCC_\xADH<X1\xCC\x9F\xB3\x896\x99\xEAcW\x85\xB0\xA5\x81\xDD\xEF\xFAT\x9Fڰ\x8E\xDFZ\xF2\xC1\xE2\xB86\xFC\xD0\xCA\xB6*A\xE2\xBBb9\x8AQ\x9F@?Ɵ\xB3B\xF7\xFB
\x98uH	\xFB\xC3 RkBT\xF4\xFC\xEB\xCE\xC56G\xFEYK\xF9
+\x94x\x96\xD7
,\xB8>\xC3\xFCi\xA8\xA4/\xB1\xE8CPF'\xF7\xA3\xED\xE8
+\x9CW\xFF 	
\xABcq\x97\xF2\xA0k\xF6\xB91\xF4\xA7ʻ\x93\xEF\xF6;\x93\xA9)\xEE:rsҟ\xF6\xE5'n{\xF3\T^!\xB4\xFF \x9E\xA4cڐ\xF8\x8A\xCA6?\xBEc\x9FA֫\x92=\xC5\xEFv;Ÿ
?\xCF\\xE78\xEF\x8C\xD7|_h\x98 \xCA}\xF6\xD2ZH\x8As\x9E\xB9\xFCiY\xA5\xD8\xF4%\x9B'\x83\x9Ax%\x81\xCFq\xC0\xE7\xE9\xE3\xAB\xEB
\xE3\x8FA\x8F\xE7V\xE3\xF1\xF6\x99\xC0\xFF IQ\xEE\xA3\xFCh\xB2+\xECw1\x9D\xDFx\xE4\xFD)\xE3\x8Cg\xF1\xAEB?i.?ַ\xD3mJ<i\xA6)\xC2\xF9\xED\xE8}ZN\xDD\xCBP\x9FDt\xF7\x96\xCB}i%\xBC\xA7\x86
\xF3\xDD{\xC1^[	Q\xC0
w\xAD\xDF\xF8M\xF4\xDC\xE7ʺ\xC7\xFB\xA3\xFCjS\xE2\xFD&_\x95ĸ?\xDEQ\x8F\xE7\\xB3\x9F+\xD0\xDE\xA7\xD8\xE4G\x86l\x98\x87\x89\x9E\xC7͎\x80ҝ
('\xED\xED\x81\xC7+[ϩh\x85\x8B*\x96\xC6qK\xFD\xBB\xA4yB/\xB3HSݮgRw:\xD4]\xB5G4\xFAd\xB0\x91\xB2\xED\xB1ؕ\xA4?l\x8C\xF3U\xBE\xABW.\xEE!2m\xE6a\xB8\x86\xAA\x8D\xE767 }\xC1\xAB\x84\xA5\xD4n\x9F\x91Kș%2\xEF\xC9<\x91PM\x86\x8CX\xAB\xE66 \x9C(\xEFɨM\x9D\xC3
+\xA1\xA2\xE0\xFF z\xB7S\xEE\xCC\xDD'\xD1SP\x9E\xCA\xFBT\xF0jjI3®O\xAF6\x87{ \xC0\x96 O<\xB7\xFF Z\xA0oߟ\xF9o\xA7\xDE?\xE1Mʓ݉*\xB1\xD8߇R\xB0\xB6\x8E6X\x81߀@\xFE\xD9`\xB1\xDB9\xC8\xAE
<?\xA9)O\xFD\xF4º\xE8\xAE
D\xAB+0

\xE3\xAFN1\xB3\x8B;(\xCAR\xBA\x92-Z2\xAC\x8C\xAC\xF2w\xF5\xA5\x9A8\x81*\xE0u\xC5e]ߥ\xA4\x91\xBC\xACBA\xD0TS\xF8\x93N\x96L\xF9\xC4}W\xFC\xFF \x9F\xD7c&\xE2\xB4l\xBA\xD1\xC2I
Nh\xC0
+\xA3\xEB\x9AF\x8E_\xEC\xE8\xEFJ\xB0\xB7\x98\xE1Z\xA0
\xD0\xFEy⫑\xAD\xC3G\xB1#,$\x90A\xF5\xC6j\x85\xD9Hn#\x94\x8F2<\x82j\xD1a\x9C\x96ۓ\x8E\xB5
\xC5&[^\x9D\xEA\xE3\xA3"j\xEA\xC6\x{1329A1}\xA4\xBA,\xA1\x8Bj\xFE=\xBE\x95\x83g\xA2\iS\xC9,2\xC3q\x91\x83\x9F\x97-\x9D\xDAA
\xC6;\x93\xA0\xC7j{\xEA
+ #<\xFAsE7:m\xA8\xECD\xE9\xC2k\xDE	\xF5h\x8D\xBBD\xD6E%\xC7l\xD6m\x8E\xB3\xFD\x95
+]\xA0Qt\x8ED\xA0\xFF \x9FJ.H\x96C"6\xAC\xEB\xBBo\xB4\xC7\xC0
g\xA9\xEF]ѩ}\xCEG\x87Q\xF8N\xA7Pե\xD44\xE9\xDFy\xF2\xF0Q\xE9Y^m\x83|\xC6>O?z\xA3Ӯ\xD6
+9mn\xE3f#\x8C\xAE:\x93L1\xE9\xB9\xFB\x93\xFEB\xA7\x99\xAD\x89\xE4l\xD3\xC7h\xC8\xE7\xEBN͌ \xE0=+\x96
/\xBE쑏ƒ\xE3
+C\xB2\xC7]\xE7\x9D\xEC\xE4u\x82ߌ
\xBC\xD4:\x84\xC9kc&\xFC\xE5\x86rMrg\xC5Z\x89<\xB4x\xF4\xC52}Z\xE7R\x84y\xE4aO 
P\xD8\xD57r\xB2\xE6[\xE8\xC0\xC9\xE0V\xED\xD8+
+&v\xD66\x9A7^\x86
\xABj\xF1\x83K\xB7\xFD\x8Ek)nt\xAD\x8E\xEAش\xDAE\xB3((+2\xEFr\x82 %\xBD\xBBW
\xFF 	\x8E\xA5B\xDA!\x97\xC0\xF9i\x8D\xE3
+A\xFE\xFA\xC4G\xFB\xB5h\xE6\x956oL\xFB\xBD8P\xC2Ǡ\xC1\xAC\x9F\xF8K/p@\x8A
}V\x8F\xF8K\xF5 8Ko\xC6:\xAB\x8DS\x91\xAE,\xE6\xC0%H\xF5≥\xB7\xD3\xC0\xF3\x882\x9E\x91\x81\xCDe\xAF\x8Bu	d
+D#<q
T\x99\x8BHe\x94\xE6By\xA8\x94\xAD\xA1\xA4i_V-\xE5̷\x93\xA78\xFE\xEA砪R\xFC\xDC\x81\xFC\xE9\xE726O#\xB58\xD8T蕑 C\x9Fz]\x9C\xF6\xA9H\xFC\xE8\xA2\xE4\xA43h\xF5\xF9d8\xC1\xA4=zR\xF3׊Z\x9E6\x86q(\xC1\x8D\xC6EZ_\xDEF	\xEB\x8Am\xA3%\xD4\xD9\xC8\xDE\xEEϯ\xB5"\xF9\xB6\xE7c\xA9Q֞\xE8Vdl
\xAB]
\x9EL\x967K\xFF M\xF3\xD7\xD4VL\x8Fy2$@\xB1b\xB4\xE0C\xF6\x85\xA9m\xAD\xE5\xEE
\x8EȠ\x89\xBB\x8FLc\xAF\xAF\xF9\xFF <\xD3"\xCCsJH8\xEAh\xB6fk8\xDBn\\xAF?\x8DL\xE0I\xF6\xF3\xFEx\xA0\xC6\xE6\xA2\xC4\xC8\xC8\xC0$\xE2\xB31\xDB\xCA\xE7\xFEZ|\xA3\xE9V\xAF\x9AW<\x90\xA3\xDF&\xA1\xBC ʱ)cF)\xB7dmf\xED'\x8Cb\x8F(\xF7\xE0\xD5\xCC qښp\xC3ާ\x98\xBB\x8D/\x92=jN\xF4\xBD\xE8\xE61
+\xE3\x93I\xE4\xA8?x\xFE5)<\xD3O\x95\xC06\xA8<b\x94q\xC04\xCE3N\xA0c\xC1\xE2\x8Dƛ\x9AP2hIl\xF0h%\x8DQҀ\x83֗<sO\xC1\xE9@\xC84\xAEL	\xEDQ\x955g\xBD&\xD0h\xB8\xAC at 7\x9A\x99ed
Mh+\xC5\xD9*\xDEGZ\x93\xEDds\x93\xCFz\xAB\xE5\xF04\x83p\xE3?\x85.T\xCDI"\xE8\xBE\xF5cI\xF6\xDE~\xF15L\x82?\xFDT\xDCz\xD2\xF6q+\xDA\xC8\xD1\xE7vT\x8EqN\x83
\xADY\xA7\x83\xC8\xCD.V\x8Fe\xAA\xD3\xEEh\xE2y\xDD\xF4\xE6\x94_\x8C\xB6>\x95\x9F\x81\x8E)\xA5\xEC\xE2
\xDA}\xCDQ\xAA\xF4\xF9\x8E}iɩ\x80A-Y杀y\xF6\xA3\xD9Dj\xBCͳ\xAA!
\x9C~&\x94j\x8E\x8F\xC8<V\xEA@\xE9N\xE3#\x9A\x9Fb\x8A\xFAč\x96\xBD\x89\x87,>\x995
fo\xBA\xA4\xFA\xE2\xB2\xF9
iy
\xB4\xD5;u\xAD~\x86\xE7\xDB\xDF\xC8\x97o-y
\x9EDn\x89l\xE7\x91\xF8VP-\x9E\xF4\xE0\xC7{0U\x9FCO\xED\x80\xF0Z\x8F\xB4\x9E\xA0\xD6^=i~q\xC6\xEA=\x9A\xB7}M?\x8CR\xF9䞼\xD6Iw\xAD
l\xB9\xEB\xCF֏d\x85\xED\xCDo8\xE7\xADc\xEB\xC5e\xF9\xEF\xD7\xA4\xF3\x9B4\xFD\x9Ali\x97\xE7\x93\xC53\xCD\xDE\xFDj\x81\x99\xFAS|\xD7\xFE\xF1\xA3ًۣ0(\xC5M\xF2\x81\xD75%\xB2\xC1,\xC1er\xA0\xF7\xC5t\x9C\x85l\xD5b> \xC61\xCD>\xEEmpb

\xE4t"\xA3rB\x81\xED@z{\xAE\xA4\xCFaҭ\xDF
f)\xC9<
+\x8Bñ\xE0L\xE0s\x8C\x8C\xD2\xCE\xE1\xEAMD٥5s \xDA6O\xCB\xF8\xD2}\x8D\xBB\xFF :\xD1`6\xFA\xD4
\xE0\xF3P\xA4\xCAqH\xAA-\xA8\xA7
5\xE8Z\xA4=:\xD2g'\x9A\xAB\xB2l\x81 D`\xC0\x9C\x83\xC1\xA9
\x84\x92<\x93Hq\x9C\x9E\xB8\xA4\xE3\xAEzR`!8\xA4\xA5=)\xED@=)\xA4\xF4\xA9aq\x8Aa\xE7\xA0 \x9C
+C\xD3
\xE9	 \xE3 
+	\xC44H\xC0\xF0qZ?\xDA\xCD\xAE\xFCt5\x9AH\xCFJ\x92)O\x99T\xB0\xF6\xAAJ\xE2f\xECګip\xACV
\xBF<yi \xE4ڪY\xEA."\xB9\x94\x97*q&{\x8A\xB05\xA4\x8E\xC5![X\x81Q\xCB\xD4\xE3\x96\xF7A\xAFd\x99W\xDDV\x93BGb
H?u\xCCl7)\xF5\7\xFA.\xE0\xE2\xB24K\x98\xA5/e+\xDF\xCC$\x9E\x87Ҭ^\xDC2\x97\xB7\x98\x90T}\xCF\xB8\xEAg\xC0\xC7\xCFV=\xF76>\x82\xA8\xB7QW-\xB9;\x80\xCF\xEE\xA55G9"\x94\x8D\xA20\xE7\x8Ap\xE7Ҍ\xF1L\xCE^*

q\xB4\xF79\xA4\xCD \xD0}@\xAA$BOz\xF4\xA5\xED\x9AL\xE4P
+1ϥ8
1@	J	\x95c\xA0q\x9A.p\xB8\xEFN\xE2\x9Bޔz;\x9Cf\x92\x97\xB5
*J
R⓽)\xE2\x80
Q\x8A/ \x98\xE6\x90\xF0E;
\xA9\xA0\xC7\x98\xA5\xA3<PJ\x8A@\xA39\xA7R\xF7\xA0\xEDQ\xE5\xE0ӽh\xE3^3\xC5 c\x90?\xAF\x98\xC5P
\xA5<\x9E:\xD2\xF1@>\xD4 \xDC
)F1ҜGғ\x8F\xA5H
+:\xF4\xA5&\x80pi	\xA0 tȠ\xF3Fx\xA4\xC9"\x82D*1Q\xED\xC58\x9Ai<f\xA8A\x8E8\xE9\x9AB1ޛ\x9CQ\x9E1L
\xB4\xCC\xD0x
i3\xEC\xF4$`&\xDCއ#\x83JG
\xB4\xD3ץX\x87\x82d|\x93\x9F\xAD$\xA3\x92:\x9A|x
+[?J[5ݮ\xEEy\xCD4&oX\xC7\xF6M
G\xC6
\x85P
\xDCg\xB5k_\xAF\x95\xA6D\xA3\x82ǚ\xCB_\xBF(\xEA3XȺ{\x911
\xB5t\xCE*V
\x9A\x88\xFA
+\x94[!l\xE7\xA5
+y\xA5`:\xD1\xC5Y\x98\x84ށ\xD0\xF3A sIL'\x938\xA38?ZZaqw
t\xA4'\xA50\x9FJL\xF1\x8A,\xF3I@&\x83\x8A 3\x9A\xA4\xCD!<Ӱ\x87gޗ>\xD4\xCAL\xD1`'Fm\xC0\xA9 \x8E\x84z\xD6\xFC\xED\xFD\xA9\xA6\xADʶ.Pm\x94c\xA8\xAEo\x9C\xD4\xD1\<`\xE1\x88\xC8\xFC\xE9
+\xD77\xF4\xCBp\xBAF\xA3s(\xC6Ȱ\x87ܑ\xC7\xE5X\x99=8\xA5\x93Q\xB9\x92\xD3\xEC\xDEo\xEEI\xC9P:\x9A\xAC\xB2
\xD0\xD0\xD16r1N
\xD4y\xE7\x9CPX\x8EEM\x87rb\xBC\xFB\xD2g\xA8\xB2iI4Xd\x99\xE3\xD7֐\xFBS4\xFE\xA3\xE9@\x84\xE6\x93&\x8C\xD2\xD0\xF6\xA5

+m(>\xF4
v}\xE9s\xEFM\xCF\x96\x82\x85
\xF7\xA7
\x95
\xEEis\xEFA"\xE7\x9Aq\xE3\xAD3\x8A\xF5\xA0\xA1\xD4\xE0sL
\xF1Nϯ5 -)\xD0h\xCEh\xD4qI\xB8\xE3\xAFjL\xE0s\x8CP\xB1G\xE3\xCD&\xF1A>\x9D\xE8\xC3SN "\x85ݎi	\xF5\xE9@8\xA6\x96\xEC)\x84\x9C\xF3@\xC6x\xA7a\x\xEA)\xC3\xA8\xB3\x8E\xA6\x9D\x9E2i\x88^\xA6\x82{f\x98\xBD!=\xA8N=M\xEA
+\x8B>\xF4\xA0☮I\x91\x9A3P\xC1\xEBN\xF3?:V
\x8E'\x8Ck\x9F\xE9L\xDDM\xDDE\x84njf\x83\x8Afx\xE3\xBD\xE2\xAD \xE3\x8Cu\xC5G\xF8Q\x9Fz3\xFEsLcO b\xA3\xFB\xDCv\xA93ғ\x8E\xB4k\x80=:֖\x8D\x9B.\xFF J\xCC \xB3q޺=5E\xBD\xAERsD\xB4D\x96\xB5s\xFB\x8Bu\xF8\xABK\xF7\xCF\xFBU\xA5.v\xF7@\xCDc\xAE|\xB2}Nk'\xA9qc\xC9S
c\xA55\x8EZ\x8C\xB0\xA1"\x9B
\x9Fʓ?Jh\xEFHx\xC5P\xAE8\xF2?
+L\xF4\xE6\x938\xA4\xC9\xC54K9\xA0
)\x99\xA5\xA0\xA2\x98OjL\xFA\xD5 \xECњfiT\xD0\xF6\xA39\xA6\x9E\x94P\xE7\x9A\⛚ ;'\xAD\xA4\xA2\x80$\xB9\xA8\xE9sڋ \xFD\xDCR\x93\xE9Q\xE6\x9DR\x81\x{1E70D1}Qf\x94
P\xC1\xF1\x9E\xB4\x9FZ\x8Fq\xE4҂z\x83E\x86HH\xC7|\xD2df\xA3\xCF<\xF3I\x9Eh\xB0\\x9Bw8\xA5\xA7
*0y\xA5\xC96\攞*-\xD4g\x9E\xB4X.;\x8A3ړq4\x9B\xA8\xB0ɧg
)\x8Cr)\xA5\xB0i\x8C\x97q\xC5\xAA r8\xA0\x9AV.x\xA5\xDDU\xF7qN\xC8\xCDU\x85rl\xF0Gj3\x9E3P\x86\xC585M\x87r\\x80(v5\xEEqG\x99E\x82\xE4\xF9\xEF\x9AM¡\xDE)7U`\xB91l\x8C\xF4\xA63\xC1\xA6y\x83
\xD3ws\x91E\x80\x99\x8F\xCF\x99\xC0\xC6j-\xC3\xF0\xFAR\xE4E\x80~i

\xB4\xCD›\xBA\x8B
+\xE4\xB9&\x8D\xD8\xE8j-\xD84\xCFjv\xC5,Oz	\xA6\xE7\x9A	ɧ`\xB8\xEC\xF1֓4\xDANh&}\xE8\xDD\xE9M\xCF4@
\x9Eh\xA4\xA2\x98\xAE\]>f\xC0\xE6\x99sf\xF6\x98W\xEAk^\xDF\xE5\xD8Oֲ/.M\xC5ԌO \x90\xB5c\xDB4\x92I\xA1?\xBC\xB7\xB8\x8BpGnk@\xC85\xB8\xA0\xBB\xA9\xE9W"'\x97t@\xEC
+Ba m\x8FZt\xC8CF\xA6i:q\xEBY;\x9AE+c\x83Ȥ6\xC4\x{1E74CE}h\xC9\xEA8\xA2\xECvC~\xC8ݘQ\xF6&n\x8C*Q&:\xD2\xEF\xF4\xA2\xECvEo\xB1>>\xF0\xA4\xFB
\xE2\xAD\xE4P\x93\x9A9\x98\xB9QW\xECR\xF4P,\xA5\xE4\xE4U\xB2\xD4\xA7\xCCÕ͋\xB1\xCE\xE1\x93I\xFD\x9F.z\x83Z\xE0d\x9AB\xDD\xFB\xD1\xED$
\xB1(\xFF f\xCD؊p\xD3'\xCFoή\x868\xEBJ\xAD\xF3\xB4\xB9\xE4>H\x94?\xB3'<qQ\Y\xCBl~\x86\xB6\x94\x9F\xA6z\xD6^\xA1p\xD7\xCFʜS\x8C\xA4إ\xA4R\xC7z:P:Q\x9Eձ\x80
\x94\x9E\xF4Ӛ0{\xD0P\xFC\xE2\x8EZN\x94\xB4 \xBCRG4c4 \xB9\xE2\x80{\xD2qI\x9FZ ~\xEEiźb\xA3$Gҋ 4g&\x98(\xE8hL\xD2犏p\xA7pE+ \xB9\xA5\xDD\xCF\xD2i\xB9\xE2\x8B.\xFAO0\xE3\xA8\xC14\xEC\xFB\xD1`
\xE6J	\xDCsQ\xE6\x9Ad\xF4\xEC+\x92 \x81\x9A\\xF1\xC5B\xA7\xE6\xE7\xBDN$_J4\xD2惂)\x84\x95v4 \xFD޴n\xF4\xA8\xB9#\xA5\x8A \x90\x9E(\xDC*<\xE4\xD2g֋)aM\xDD\xDB֙\x9A3\xCD2G\xEF\xA0M7\x8A(ųF\xFAe4\xD0Q&{恌\xF3Iڐ\xF3\xCD )<њN\xB4\x94;8\xA394\x94@
\x9A3E% 8\x9CўԔj QK\xBB\xDB\xF4\xA6\xFE4g\xDF\xF5\xA0
+?\xB69 ( \xF9Uo\xB3\xCA\xE4\xEDB\xD9\xE9[S\[ƥ`\x883{
T\xFA\xE8\x94D\xBEجSKb\xEC\xDE\xE5ht\xB9\xF6\x82ɷ\xBDh
)8۽A-\xEDԸ˪\xFA\x80*) \x82KԚM\xB6R\x8BxO\x99\xAF\xCCy
C\xCEy{R\xF9\x87\x8Ak1<R)h!>\xDCR\x8Cb\x9A3\x9AwS\xDB 1
W\x8AE\xE4u\xA4\x9A=\x8FZ Sڜδ\xBC\xD0 y\xA7\xA8\xEEi\x83=
+?\x93\xD4\xD0\x93\xB8})2}(#\xBEh#\x9E\xB4
1\xBB\xFAҎ\xB4\xD1\xF2\x9C
+p
\xF3\x80;\xD01g\xB8C\xD7\xE7<
+\xCDa\xF2\xBEO4\xB3\xCAe\x98\x90x\xE8)\xF9N=+X\xAB#;\xB2)9\xE9ڏz\xB2 S\xA9\x9D\xE9x\xA0Q\x9AL\x9F\xAD'z
+
\x9A3Fx\xC5\xA5 
{џZh\xA7f\x82CڏJ=i\xD8₄\xA34\x9Cv\xA3\xB5 (#84dR{\xD0M .i2h&\x9B\xBE\x80\x9A	\xCD\xF4\x9Dh$q'\xF0\xA6\xD2\xFBJ\xBFk\xA5\xCD1
\xEAR<g$c4\v\xB9H\xC7
+2j\xE472\xA9e\x81\xD8\xA4
+\xBF\xF6x\xA2\xC0\x89y\xF5\xAD\xED]\xB7O~\xD5.E\xA8\x9Ck#!\xC1\xF1'\xBDz\xDC\xDA]\x8D\xECx\xB8\xB6S\x91\xF7\x80\xE4V\xF7\x83"h\xF7Zʤt\x9CIH\x96pC\xAFZo\x82qZ\xF7^
ԭ\x98\x8F\xB2L\xCBت\x{16C1CD}\xA3\x93k\xA4u\xA8`CL\x8Aq
\xD3H\xA6Hf\x8C\xF3F(\x80
Gj=\xA8\xA0\xA4<b\x8Ai\xEB@$SM\xE0QހA\xE6\x83֖\x80Q\xE9M\xDD\xEDN
( 4w\xA3\xD3\xEBM\xC50

+\x8AZ Lџ\xF3\x9AZf
+ lg\x8ABI\x84\xF1J:W1\xD0 \xF7\xCD!<\xF4\xA5\xC9\xCE
+J \x8E\x90\xF5\xE9VD$\xEDQ\xCB?N*k\xC0\x90H`ݻ\xA1?Z."\x80>\xD5"D\xED\xF7Fjյ\x99\xF2\xFC\xC6\xD8ц\xCD\xE6 }\xD0Oz\x9Efݢ7h\xAB\xC8\xC7\xFB\x9E\xA4
+\x97\xECШ\x98\xF1\xD4\xD6\xEC:R\xDBw<\x9A\xAF\xB9\x86\xE8[\xDC(bO\xCA\xC0v\xF4\xFDkoc'\xB9\xCE\xF1\xD6\xC69
\xCE\x9Ag\x96OH\x9A\xBAK\xB4\xB5\xB7\xB8\x8A<\x82Y\xB0:\x97\xFB6\xDAd;	\xC8\xEEq\x8E\x9E\xD5k\xFB\x99}c\xC8\xE6b\x8F#&"F}{\xD3	0al}kN{!\xB8LE\xB4\xB8\xC1
s\x83֮6\x99\xB1\xF1>2qG\xB1\x91^\xDD^u\xA3d\xCBO\xF2\xCEb\x98\xEFZob\xCAs\x8E:
\xF3\xFE{\xD5y\xADa
+L\xE3`
Xv\xA8t\x99J\xB2*5\xB4\xAA2V\xAA\xDD˲-\xA0`\x9F\xE5W\xD6)\xACd\xA9\xDF?Z\xD3\xD5\xE0\xB6մh\xE6\x86 .\xA2_\x9B
\x8Db\xDF,\xAC\xCD\xD3掇

;\xF3S v\x9F\xA5B\xB8\xCDY
F~\x95\xD0\xFB\x99\xA5ЧKӥ4t\xA7g@0\xD1Kւ($/sIގ\xF9\xA0 3߷\xA5- QIގ\xF4 \xEA	\xA2\x8C\xD0P\x94\xB9\xA3
SB\xB6:PH\xEE٦S\xF1M\xC0\xA0\xA2\x9E\x93\x803[v\x9E\xBE\x9A$\x98 \xC18\xC7|\xFD(\xCC-\xA7
*Hm\xA7\x9C\xE2f'\xD0V\xBD\xC4vr\xEDc"\x91مm\xE8w\x82\xE36\xF2\xE2;\x9E\xC4
\xA4\xDB)+\x94\xF4\xDF\xAD\xB2\x89\xEFq\xBB\xB4b\xAE]J6\xE3h t\xE9Ҭ\+-\xC1G
\xE7\xCF^\x9F\xE3Tg%\x862Iβ\xD4\xD9+$\x97<\x9E{ֆ\x98\xE5o#$γ\xA4[$w\xA9\xED\x9Bl\xE0\x8E*\x80\xF4\x9Bt\xB1֤\x90r{
\x9A\xA3\xA7J&\x80@c\x9A\xB4p\xA3\x8FOZȆ\x89\x84͹6\xB7\xE6\xA8j~
ӵu\xFD\xEA훨\x92.\xFF \xB0I\xDA\xA7n\x95\xC7\xE7کH\x8E[\x9C\xA9\xE0}BȻ\xDB\xB9\x8B\xD4p*\xE6綞\xDEB\x93\xC4Ѱ\xEC\xC3\xECBC\xB7\x9E\xA3\xBEϵ6X\xE0\x98\x95U\xB8\xE6\xE7\xFC\xF6\xABU\x95\xA3Ə\xDC\xFAW\xA7^x{N\xB9\xF9I
\xABo[1>T\xAC>\xB5\\xE8Vg\xCD8}+\xA8o
*\xB73\xB6>\x94\x8D\xE1T\xC7$}i\xDD\x8E\\xE2\x82+\xA4\xFF \x84dw\xBB\xF0\xA8\xFF \xE1
U\xFB\xD7C\xF0s\xA0\xB39\xDE\xD4w\xAE\x83\xFB \x99\xCE~\x95^]2?+.\x82\xCC\xC74\x99ɭ?\xB1E\xFCY\xA8\xDA\xD9\x8F&\x8B\xA0\xB1N\x81V\x8CJ:
+f\xCE\xE0S ⊔\x81L"\x80Fih\xEBL4P1F\xB5 j\x8C\x95\xC8\xDC\xF6\xBB\xF5\xA6\xE7&\xB9\xCD\xC7g\xE2\xA3
\xE7*z\x9A\x86\xE2C\xBB\xAAd\x86
+\xDC\xB5\xA2\\xACt\xE3\xECץ\x90\xA6Ux\xDC2?\xFAԖ1\xAD\xFE\xB7
R6\x9BsVY\xBC\xE7#\xA6\xB0\x9D\xA1Ԗ]\xD8$u\xAC\xDC
\x98ԓh\xEA%f\x9A\xF8\x95@!_\x90z/\xE1R\xC7<\xF12\xDB˶F2
2\x8C\xBD\xCFӜR\xD8\xC5\xF6\xBB[q\xE4\x90q\xE9M\x9CKc"\xDD"7ʹ\xC7\xC8:u\xBA0\xF0J791\xBC\xDAe\xC9$T\xCB#?Z\xACӖ\x85\xD9c+`n\xFEURk{\x992\xCC$\xFAt\xFC\xF1\xFA\xFERG\xC5J\xB5\xB1\xE7\x92Ns\x9F\xE5]:\x9C\xFC\xAA\xD71\xAF\xAF̷\xB7\xAA\x8DŶ\x8EzVƓ#\x99J\xFD\xDA \xD8#\x8F\xADU\xB3Ғ?0]D\xCB\xE6g\x91[q\xC5\B\xED
\xFA\xF3\xFDj#{\xB2\xE7$\x97*	y
$\xF1\xD0t\xFF ?\xE4S\x898|\x8E\xF8 w\xFF ?֗\x8FϷqM'\x84'\xA6OJѳ\x9D!\x8E3ל\xA4\xE7֫K
+\xB0\xC3("\xA7\x90\xFC\xBDN}\xCF\xE1W4\xCB:`\xCC8ϭbټV\x86dk2\xDC\x9FfXǗ\xBB\xE9U4\xB76\x{2041E0D}\xF8\xF5\xAFB\xB8\xB7Ad\xCAG\xDE
\xFBל_\xE6\xDA\xF82\x8C\x93\xADrU\\xC8\xE9\xA2\xF50/퍞\xA54\xC0G Sb \xA9Ҷ\xFCg \x8B]/IQ^\xB0\xD4p~\x95Qw\x8Af\xF6ՕqIJ\xDCfx\xAD\x9B
A\xC5\x9D\xA9Tg\x8Ab
+ozS\xD7zPږ\x97\xF1\xA4\xA0\x93\xA5
\xE8\xCF
\xB4 \xE0	8\xA1+[\x8A\x86c\xEA3M\xB6D\xFB\xFF \xF9h\xD3mϠ\xC5iރ\xA7چE\xE5\xC8\xCEsAE$\x8A\xF5\xB2"\x88\x8Fe@*x\xE4\xD4D{p\xCC1\xCET\xE9L\x8B\xC4w\xF6\xEAVݕ8\xC6vZ\x9E\xD3ķ
.n7
\xBB at 4
+ū
+"\xFF P %\xAC
g\xE6\x8Cִ\xE6\xF0%ɲ\x92!Ve\xFF \x96Jܚ\xB7\xA1됴˰~ح\xF9\xF5\xC7[\xB8\xE0D
+\x91\x8F\xA9\xC6=\xEA['S;\xC2\xDA
\x95m\x87P\xB2\x8B\xED\xD98\xF3\x80`G\xB6x\xAE\xA9\xA0\x81X0\x8A0\xE7\x9C\xED\xC15\x99}KuU9\xC0
=\xFD\xA9\x96\x97\xEF4l\x93
ʇ\xE6\xC7q\xF4\xA6\xAED\xB52\xF5KC\xA8JW\xE5a\xE6H\xDB\xD3\x8F\xCF\xCA\\xDA\xEC0\xD9\xDDH\xEA\xA7
\x8Dw\xE4\xABHN\xDC\xFA\xFC\xB9\xCDs
!\x89\xE7\xBA~\x9B\x81\xE0v#\xFCi\xB0\xA6\xF5\xB0M;\xDF\xE9\xB1\xCC[l\xD6\xE4\xC73\xF7\x87P\xDF^O\xE5Y\x92\xFAF8ǥ>\xCEs\xC4J\xE31\xCA<\xB9\xE8j\xFEY
q\x80
\xAB6\x8E\xB8\xB2\xB4\xA3,i\xB1\x92#\xF6\x81\xE3\xE9P\x82q\x81@ΧH\x9F<\xECm\xB3\xB3
\x93׭rZ\\xF8\x9DG\xE7]8o3\x9E³hL\x980㷥)'\x92 \xAA\xE2P\xA3\xE75\xDB"Rp\xC4VXiv\xEF!\xB9\xFA\xD4m3\xC7nj\xAC\x97I'L\xE4t\xAA\x86\xE5@'wl\xF1ޝ\x86h4\xECA\xF9	u\xCD@\xCEÆȬ\xF6\xBD \x8EN_\xD7\xFC\xFF \x850\xEAK\xB4\xB8\xF5\xE7\xA5ab\xF3JX\x950\xBA\x9E\xFBN+"]@\xE2\xE7Ҫ6\xA0Č~\xA74\xEC\xC5cj[\xB5p\xE3#'\xE7\xFF \xAFU\x9A\\x9D\xA7\xF0\xFF ?\xE7\xE9\xCEh\xBC-\x8C\xF0EFnuz\xAB<\xF7
 \xCFҪI)a\x92qL\x92\xE0w\xE6\xA0iT\x8E\x985H͊\xCCNq\x9FΣbs\xCF\xF3\xA6\x99*3!=\xEA\xAC"Cӯ5
j=٠\xB74\xECH\xE3L'\xB9\xEDM\xF54 Qڃ\x8F\xE9E0 8\xCD.}\xE8\xA3\xF1\xFDhH\x93\xF7E7\x8C\xD2g\x9A\xE77!hK6i\xBFf\xA9\xAB\xA7\x8Awb\xB23\xA6\x8CFp9\xA9\x8A\xE6\xE7^\xC7ږ\xF1I9\x963\xA4lb\x94~\xE9\xF8>\xD5}
\xF6f扪\xED\x90D\xE4 x\xAE\x96IT(`\xC0\xF1\x91\xCDp\xF76/n~\xD1\xDDZ\xB7c\xAF=\xB8ʻ\x94\xF5\xA5U9\xF2\x99դ\xA7\xAFSf\xF3V\xB8\x82O\xDC[\xAC\xB8\xB7'\xA7\xFF Z\xA8\xC1\xAEj\xAFi''\x8FO\xF3\xF8\xD5\xD8u
2l\xB3\xCE;\xF4\xFF ?\xE3ZI\xB3\x8Fܬx\xC75\xBAwٜ\xCE.:8\x94\xFE\xDD1\x88\x8F%I\xCE1\xBB\xA1\xFF <\xFE46\xA5:\xFD\xEBq\xEF\xF3\xFF \x9Fj\xD10E\xC1
+\xBF\x95(\x87
R\xF1\xC7J\xB6\x9Fs;\xAE\xC6Qծ1\xFF 
G\xD7\xEFi\x87W\xB8
5\x93

\x9F\x98V\xB4\xA8\xBD%\xE9銎H\x80<\x8F\xC3\xFC\xFF \x9Ej\xA9i\xAE\xC6
+\xF6\xA5<\xF0\x94\x98\xF9\xC9 \xE4\xE3\xD3\xF4\xFD+g\xC1
p\xFA\x9Cȭ#Z\xA8\xFF \x96\x83\x9C\xF6\xAB6:L7SI\x95\xE0F͚\xB9\xE1\x88\xCC:\xA5\xCE\xC9\xE4\xC6k#^ek
-\xE6.O`k\xCD\xF5\xBCyŁ\xC6d\xAE\xE3Y\xD4ŤQ\xA3D_ϐG\xC1\xE9\x9E\xF5\xC4j\xF1\x81, 
\x93/׽cSD]vW񓗻\xB1'kG\xC8~\x95\xB1\xE3C\xAD\xECN\x91\xC4\xE9YC\xFDS\xF1ڦ\x97\xC0\x8E\xA9|L\xCF=i\xA7\xE9N'ӊoZ\xDD\x89\x9AJ1E2E\xEA3ތR\xD2g\x9A ZL\xD2Q@
+z\xD2c\x8A\xB7g\xA7]^\x9CC#ֺO1
+\xD77s\xFC*3I\xB4\x87c\x9E\xB2\x8Ai\xF3
HH\xCEx\xAE\x994K\x9B\xE8c[\x86ګ\xD0
+ܳ\xD3-\xB4\xF8\xF6C}\xF1R}\xA5b \xED\xEB\xEBR\xEAv
\x8Cc\xE0\xF8\x84D\xEE$\xFDk*\xFBÏod$\xE3\xB5wܙ06\xF0GZ\x90\xC6&R\xAC3\x9Fj<\xC6\x9A\xCA\xE1|\xAC\xA6\xBA\xED6\xFA
Z\xD68\xA7r\x93[\xB7\x9AT
dz\x8Av\xAD\xE1\xE4\x96d8=zW/\xE5\xCBc:\x86\xF9J\xB7\xCB'\xA7\xB1\xF65[\x8C\xF5(Y~ʁ.\xCF\xFA\x9Fz\xC1\xD4.\xFF \xB1\xA6I\xCE0\x98\xCFrT\xFF QY\xDA^\xB86\xBD\x95\xD6Q\\x9D\xDD=\xEBv\xE7M\xBE\x9A\x8F(\xFD\xE9_\x9D{{5b\xF4%\xCC1\D\xC3ˑA^>\x95Z\xFDQa\x91\xB0\xA4\x91\x82q\xEFU`\x96m/F\x8A!\xF1+\x92q\x85\xEC\xA5U\xB9\xBDv\x91\x9C\xB0\xF2\x9E p:\x81Ґ\x92\xD4\xC6 \x99\xD19?\xBC$s\x8E\xFD
$\x9AC\x9Ew
\xFF \x9F‹6\xDD\xF9\xDD at 8\xFC葷6Gp	\xFF ?\x90\xFC)3\xA2$
8\xF6\xAA\xFC\xF7;t$栐
\xA94d\xB6\x92\x98\xE5
29\xB4\xBA\x8B\xAAc9'ڳ-\xA2\x89"k\x89\xD8,q\x8C\x9Fz\x84x\x86b\xB1[:\xADN\xE4\xB6h˩\xCEI\xE3\xE9Ue\xBFl\xEE\xC9Ȭ\xC9u\xE7$\x83k\xE6j?\xED\xA4'-hѩ\xD8._\xFE\xD2a\xC6=?N\x95\x97\xF9\xF5
*\xA0\xD5-\xC8\xE6ԏ\xF8\xFF Z\x99\xF6\xE8\x9Fܰ\xAA\xB0\xAE[k\xFDˌTi'\x80W7\xB1c\xE5SQ\xCFH\x86~\xB4\xEC+\x97Y\x9F\x83\x9A\x8B\xCDn\xB8\xAA\xCDp\xE4p \xA8w1
\xB1\xA7b[/\x99X
\x93\xFA\xD4fc\x8E\xB5PB\xB4X.Y2\xEE\xEF\x93L-\x9E\xF5CҖ\x9D\x90-HNz\xD2QA!EPKB\x91ߎ)( >\xB4Qڀ8\xA0\xEE}飭\x89\xFC\xA9\x81\xA4 \xC54\xE2\x9C+\x8Ai
\xE0W9\xB8\xD2ZQ\x9CR\xEDcӵ's\x8A ISr\xD5"1\x9EG\xA5\x91\x8Cz\xD3
\x83\xE3+	\xC52
{\xE7\x84l\x9A3\xD4T\xC7\xEC\xD7g\xE4m\xAE}j-[\xC6EV*T\xF0:UY=\x8C\xDD\xD1p\xD9\xDC\xC3ʐ\xC3ڥ\x8BP\xB8\x87\xB1\xAAIs4G\x868\xFC\xEASz|\xF1\x83E\x98\xEEkC\xE2IW
+Ū\xEC^%\|\xC3\xEB\x9A\xE7CZ\xC9ԕ\xFC)\x86+|\xFC\xB3\x8C{\x83N\xEF\xBB\x93\xDD#\xB0Mv\xC63\xC5^\xB7\x99.\xF9 at pa\,PN\xDC\xC0ᾆ\xBA?	\xEB'N\xD5>\xCB~\x80\xC3?\xCA\xC0\xF3\x8Fz\x979\xADS\xB8\xBD\x94K
֓\x91\x8F\x9C\x86\x8C\x8C\xD4Z,:\x94\x84\xBDl_z\x9FN\x95V\xD6t_\xB8\x84\x85\xFAVm\x86\xA7	\xF1H\xB4V\xF9\x84q\xEF\xC9\xC5i\xA4\xAEs8\xB8\xB6\x8Bݥ\xC4\xFE[ġ\x87\x9Bn\x80
\xD7)\xAA\xE6bb2\xF9\xC5z$\x8ALez\xD7\xAE\xC6\xC2ywp\xBEh8\xFCk:\xABB\xF0\xEF]N\xC4Nf׮X\x9ECc\xF4\xAA\xF1\x8Fݸ\xB5\\xF1
+\xAB[k,X
\xB2 \xCB\xF45MF#s\xD0b\x94]\xE0\x8Eƽ\xE6g7ZJRrئ\x9A\xD8\xC0:R\xD2c4\x94 \xB9\xA4\xA2\x8A`=T\xBBQ\x92k\xA0\xD2t4\x95\x8BLw\x91\xD8t\xAC\xFBDQ\x89\r\xDC
+\xEC\xB4xv\xC3\xF3z\x86\xCBH҂\xDE+hDH\xAA01\xC58\xE4\xA8\xE2\xA5\xEAO
\xD36\xE0rqPW\xA0Ьx#?\x8Dc\xB1o\xB5\xC9\xA7c[|\xBB=:\xD7>gk\x95\xB1\xB8\x93\xF2\x8C\xF5\xA9\x8D8\x9C\xAA\x86
\x83\xDCՑ?9\xC1\xCEzw\xACȥi\xF9$\x84\xFE\xF7\xF4~X\xA2\xCAsر\xA2\xE1b\xE0\xC9\xFBÃֲ5=.\xE3%>\x95\xA4
B\xF5'Ԛ\x91$
eh\\xA7qe=\xBA\x859dV\xC8 r\xB5=\x8F\x88\xAE\xEC\x9Bh\x94\xB0
\x89\xAE\xC2\xE6\xC2)\xF3\x95
\xF5\xAEb\xFF \xC3\xCAId#9\xE9Z)&K\x8D\x8Bg\xC5h
R\xDBH\xCA\xC0\x82 \xFEu\x997\x9Dw*Df\x8E4\xC7\xCB 9o\xF3ǭb\xCFm4l\xC9\xCFA\xCDlX\xE9\xF3^Jn%]\xC5"\xDC@\xEE\xA0\xE0\xFF *\xA2v4\xEC-<\xF8DPn\xC8\xED\xDF9\xE1Ҫȅ	\xCF\xA1\xE3ӵh\x9CY\xEAy\x83[\xC9\x91YOQ\xD4~5V\xE0n\x93'<\x9Ex\xC5K5\x8B*\xF5\xA4ٞ1֬\xB3\x80Nq\xFE\xCF\xF3\xA9 \x87̔\x8E9\xEBRY\x81\xAD\8ah:\x81Y\xF6\xDC\xCA9\xC6Yտ\xE4'p\xDA\xC5QF(\xD9
\xABKhcԳp\xC0\xB1\xC0\xEFQyGnj\xC1\x8CI\x87Q\x91ސ`dt\x95\xC2\xC53ԌRg\x8A\x96H\xF0MBx5D\x8BڅRNi3OS\x83\x9E\xD40%
M0\xAFqJb\x9ANx\xA4\x86ĥ=)1@
\xFE\xC4-
R\x9AN{P\xF0(8\xA3\xA9\xA4\xEF@4R\x8E\x94\x94 z{Q\xDF
QG\xA5 
\xB4\xBFJJQր
8\xF4\xA5\xEFN\xE6\x98!q\x8AN\x9C\x83\xCDFeP:\xD4-q\x8Cⰳ6\xB9c$\xF44\x81\xB1\x9F~\xF5TK+
*\x93\xF8S\xB6\xCEz!?\x85;d\xEF* \xE4\xD3E\xD2P<R\xB0F\x85W \xA9\x{1066884}\xDBF\x90\x9DX`~U
\xBBq\x86\xA6Y\xAF>g9\xB6~\xC2\xD70P\xCF
\x90\xBFv\xA1\xB5b\xE3$aR4 t5f\xE6ѭ\xE3G\xDC1\xC6=*\xA95\xAAwF2V`\xE6\x9AT\x83ҝ\x9A:\xD3\xA0\xB4g*H\xF7\xA8\x93\x9B\x86\xB5o\xF9h\xD6a\xA1\xA6\xA6\xE9\xA1\xED\x9AΦ\xD7\xEEzV\x82
\xB4\x{384343D}Ef\xE9\x9Ak\x8F<\xE7\xFDXC'OQ\xC5nxqX\xC52\xED
+\xF5\xF7\xABp\xDB\xB59fP\xD8h\x94i\xD0\xF8
k;M\xA2\xCC\xD9\xDA@ǹ\xAEG\xC4p\xF9\x8C\xE4s\xC7?Z\xEB\xE4\xC6F+\x9E֢
+\x8C\xF0zb\xAE\xA2\xD0ƗĎ_\xC4Й\xF4\xBD:\xFC
\x9CyN}1Ұ\xC0\xFD\xC9\xEF\xC5u3\xA8\x97\xE1\xF3\xEFS\xE6G?\xB9h\xC91\xD3\xE5\xFC떖\xD6\xEC\xCFM\xEEet&\x90\x9EsJ\xDDO֚+\xAD
\xCC7{Q\x9AZm \x9D\xEE\x95w4ڵa\x9Bw\xA094\xA6H\xC5\xFE

+\xED\xAC#\xF2\xED\xD00\xC1\xAE
6~\xBE\x99\xAF@\x8DF\xD4\xC0\xE8+&h\x85\xC9\xE3'\x92ir\xC0\xFCi\x92\xB11\x8Es\xCD?LL
+\xB7\xF2\xF9:|\xACN0\xA6\xB9{\x8C\xB0\xCB
EuZ\xBCM6\x97r\x8A2q\x91\M\x93\xE6\xE3\x9E\xDC
\xF64%\xA1W\xD4\xE9-\x9C`\xEF\xF9F \xF4>\x9FZ\xBE\xB3\xC7\xDDA\xD0
\x82\xB2!\x901\xFB\xAAx㯽[I
\x8F\x9Cm\x8F\xB5"\x8B\xF1ʠ\xE4|DZ5:\xB3\xCF
\xF1T\xE1\xDE[\xE5R:rE\\x8C.\xEC\x97\xC9\xE9֥\x81n&\xCA\xF2j
\x98w|\xC0|\xF8\xA9P z\xD3\xF8`GSKa3\x84\xD4\xE3jQ\xBC\xA3\x89#۽hŨ[\xC7
+d\xFBd\xB7f*q\xFE\xB6&9?\xE1Rx\x82\xDC'\xA9\xEB\\xD43\xCB	\xD8\xB0S\x90Gj\xE9N\xE8ţp\x8D\xB7.\xC0aHA\xCDHc\xC9Q\xDC`
O_N{\x9Ejv.\xBB\xE6ROq\x9E\xDF\xE7\xFA}j̗*x'
z\x9E9\xFE\xE7\x8E՛5\x8A\xD0f\xD2\xE5\xC9#\xA7\x96\xCF\xE9V\xAD  \x820s\x8A\x8D\xDD\xDB$\x8C
\xC7
\xFF \xE3\xFEy\xABQF\xB9% \xE0\xE4\xCE+YR\xBA\x9C\xE3\xFD\xAC\xD6q\xAD=z at u\x99\x8A\xFA\xF3Y\x99\xEFZ\xA3K̽
+=\x9C1\xCEy5]x\xE6\x9Ch0<\xF3Q\xB8*܌Srzf\x82\xC4\xF54\x800( c\x9A3\x9A:S$4c\xBD\xAD)\xE9A at E/ni=)G^h$0qA\xCD
:PO4 \x94QA\xE4\xD0E\x8A ZJ	\xCD\xA0 \xD08\xB8\xA4\xA0\xA3\x8FJ\xF7\x9D0'\x86\xDAi\xB1\x81\x81\xEBV-\xA3\x86槉\x8B\xAEG\xEDU\x94\x96Y	\xE4\xC5av΄\xA3dH\xB2\xB0R\x8C԰,\xAA	ݐ{g\xA5B\xCAd\xA4$\xF3\xC1\xA7I\x8D\xA9+8ڿ\xC29l\>-I<\xD6V\xC7\SCq)\x89\xD1O
E7tM"\xB1-\xF3\xA4U\xB5\x856\xEE\\x8C\x8Ek7dm\xCBЫ\xF6?\xB2͹Ih\x98\xE3\xB4\xF4\xAB߱^ F\xE8ی
\x9F\x88\xA8\xAD\xA3\x95\x8C\x89*~\xEF<1\xF5\xAC\xA9e\x9A\xDA\xE0\xA3v=\xE9|z	\xA5~\x85\xCDb\xB23)>Y9Ͻcj\xDDƢ\xF3\xDB6\x81
s\x9E\xF5P3
\x80q\x9AޚiY\x9C\xB5Zo@\xCF\x8D(\xEA \xA4\xABvP\xE4\x99\xE3\xB57\xA2\xB9\x9AWv \x9E\x8A\xD0\xD1\xFBe\xB0\xEB\xFB\xCEj\x95\xEF\xFA\xD1V4\xA6\xF2\xA7\x85\xFF \xBB \xCDD\xF5\x81]Od\xD0Tg
\xBC\x8D歸\xC3{VM\xA3\\xDAi\xEFw\xF6\xA0c\xE0yL8\xC9?\x85l\x90	\x8E\xB5T?\x86\x8E:\xFF (\xEAR\xCF
+\xA3r\xA2C\xC0, \xF5\xAE~Y\xCD\xDCI\x9B\x819$\xEE c\xD2ܮ\xF8\xB6\xEE\xC1\xF5
\xAB\x95\xBC\x85,VvV$\xF2I'\x96cWS\xE1lT\xB5\x92E
\x861\xF8\xD7o\x98
\xFA\xD70\xA3\x82?ٮ\x97\xC42\x88tkK@@\x8E\xE1\\xDCc
&y\xF9N+\x86\x83\xBCo\xE6z\xB2Vv12r@<f\x96\x97
\x9Ei\xB9=wt9:\x89A\xA0\xE3\xB5
(w\xAD-1\x974\xA7\xB0\xC5f֥\x83Ӧ\xE3\xBFZ\xD6\xE2ٜ\xDE!
3^\x8B	
X$\xF6\xAF7\xB3o\xF4\xAC\xFB\xD7{e>W\x93\xDB\xFAf\xB2{\x9A-\x84\xB9\x94\xAD\xF0\xDAq\x85\xCDh\x91Y7\xAD\x96\x87\xA6v\x8C~5\xA5\x82XA
+\xCE9\xA8\xBE\xA3\xB6\x84\x83\x93\xC9\xE0\xD7%\xE2
'\xEC2\xFD\xA6\xDDu!\xF9\x87\xF7Mu\xB9\xC1\xEBRW\x8C\xA3.A\xF5d=\xC4Y8\\x96 s\x8F_J֌\x859\xE1\xE5#\x85
\xB3\xAF\xACN\x99|\xEA\xA79\xC8>\x95$o\xFB\xB0T\x8C\xF59\xE5\xAAZ-3T3
t\xB8OAN\x8A\xE2 \xC7bg߭e\xF9\xB8(
\xC7S֟
\xB82\xE7\xADIF\xD7\xDAԐ3\x8C~\xB5
\xFA\x82C%\xB3\xC1\xE9\xC5bK+\x91\xF2\x9C\xF1\xCDE
\x9Cׇ\xB8C֋uy-\xEC\xC7\xFB\x99\xC5Y\xB2ӓ`i\xB0^{U\xF8l!\xB1\xB7y\xA7!w'\xADrz\xEE\xAEo\xAE
p1\xCB\xC0\xEBV\xAE\xF63vgCs\xAFiVl"D\xF3\x88
\xE3֢\x87]\xD1\xEE\xA4\xC4\xD14#\xD7ƀI\xE4\xF6\xA3\xAB\xE5"砍.\xC6\xED|\xDB+\xA8Ϩ\xA5:\xE5bѴ\xF9f\x9E\xE0\xDB\xF2\xA8<\xB5y\xEEH
i9#\xAF4r\x8E\xFA
<\xCD<\xF2J\xDDX\xE4\xD4b\x97\x8Cb\x9Dެ\x91\xCA C\x80N;S8\xA7w\xEBACsGZwl\xD1A#
+3A\xA0u\xA0
+QIޔ\xD0\x81I@\xCD/z J8\xEFHG>\x94\xA2\x80\x8E\xF4c4\x94\xBE\x94 \x94\xB4
\x94q\x8E((\xA2\x97\x8A J:\xD1KL\x8E=\xA9)\xDB}\xE8\xF4\xAE\xE0\x87t\xC8\xFF \x85\xD0C/\x9A\xAC	\xE3=\xAA\xCE\xE8\xA2,\x85\xB2X\xC4<\xC2NZ=\xC41\xC5b\xB7:%{j\xC2-\xE0\x99FI\xEBޤ(\xD7c
+\x85p3\xB9\xBB\xD4p\xAE
\xA9}\xA0\x8E=\xEA؅\xE7\x97s8e
\x8F\xA5AGR\x9A4\xA4\xB4dd\xE7#\x8Aڱ\x89\x96iy+\xD0f\xA1$@\xCE;֥\x9D\xBB\\xB46\xF0\xE7̝\x82\xA9\xF5\xACjL\xEB\xA3MEݲ\xA4W\xD3}\xA7\xECa\xF3m\xCCv>\xB5\x9D\xAF(\xFB\O\xD7r
\xD6ޣ\xA7&\x95\xA8\xDD*>\xE2\x83k\xEB\xDF\xCF\xEA҆\x965\xCF\xDDQE?\x894*\xBF\xC3\xD4Σ>\xBC\xD1ڎ\xDE\xF5\xD6p
+\xAAe\x90(&\xB7a\x85`\x85\xF6\xA8t\xBB0"\xFBC
\x93\xC2\xD4\xF2\xBC\xAEz\xFA\xD7=I\xDFCjjڙ\xFA\x90L\xC7\xE9\xFA\xD34\xF6\x91^~\xA2\xA5\xB9
\xD5D\x86M\xEApEZW\x8D\x88\x9E\x8E\xE7\xA9i\xD3i\xE9\xB6\xC2s\xB6u2\xAFb 5\xD6JNFGj\xF3\xCF\xCCE\xE6\xD8_\xE5\x917(\xFE\xEB
d~Y\xAFD\x97;C\x8C\x8E\x94\xE8i\xFF \x98\xA94\x9F)\xCF
+\xE4/\x9B횔v\xEAq
\xBDu\x99X
\xB3\xC0?\x95p~{Eewt[2\xBB`Tb^\x96F\x98(&ܙKW\xBF\xFE\xD0\xD4$\x95Nc\,`\xF6L}\xD2q\xD4h\xE8)\xD9\xC4E\xB3\xCE
+f\xA2\x92I
׻1%\xC8b)\x93K/\xDF4\xC1]}P#\x9E\xB4\xEAn(\xA0\x90\xCD^\xB1\x93\xE5\x92,\xF0Fj\x8DK\x94\x99O\xE0h(\xB2\xA7d\xFCz\xD7]\xA6\xCB\xE6(\xC9$f\xB9	\xC6a[U\xE9\xDA\xF1?(G \xD444\xCD{\xD2\xEC"\xB8\x841\x8F.E
\x88\xAB\xB63\xE6\xC0s\xFA\xD4˶\xB6\xA9ě\xB6\xCAs\xF7\xA9u[\xC2\x88\xCFL:V
\xD9k"\xCAC!\xEA=*A\x81\xCEMS\xB5a\xB7\xE5l\x8C\xF3W\x87C֙-
'_\xF4D\x97\x92RA\xCDcEq\x88\xFA\xED\xB9\xEB[^*!,x<\x92+\x98\xB6\x90\xE7\x93\xC68\xC5R؝\x8B\xFF \xBC\x97\x8F\xDE7֧\x82&\xDC\xB0=y\xE6\x8BM\x92q\xBB\\x9A\x8BZ\xB86\xB1,ɝ\xCCc\xC7
\xD4Z\xE1sB\xE6\xE7O\xB2Q\xE7*\xB1\xC7;NMeO\xE2'_\xF8\xF2\x80\xA2\xF4\xC9\xE4\xD6f<\xB0
}s\xCD!b\x82T\xD3Q%\xB2K\xCBۻ\x96&\xE2\xE2Y\xE8

©㊔\x9D\xDCi5\xAAЖ'|\xD3z\x8Awnh#\x9E)\x88ozZBpE;\xB5 %'~\xB4w\xA3\xB74 
\xA6\x81N\xE3\x92\x80p9\xA5\xA4\xA5\xA0\xE0\xF7\xA4\xE0w\xE2\x90R\xD0\x8E\xB4\xB4\xC1\xC58\x90 \xFA\xF3@\xCF
1IA=\xE91ڀ\xF4\xA3\xBD q\xCDրv\xA4\xA0\xE2\x80( \xFC(\xA7SH=h \xA4\xA5\xFC);\xE2\x80
+>\x94\x85/\xBD \x97\xF0\xFD)(\xFF =)\x81\xAF-\x8C<9vt\xE6\x995\xB4\xB2IL\t\xEFN\xB7\x94\xDC\xE7p\xE3 \xF55qc\xFD\xC8L\xE3
s\\xB7h\xF4T\xB6E
+)v'zg\xA0\xA0\xBAƨ\xC0
?\z\x{124E08}\xF92#089㊱i0\xFC܌w\xDB\xD0\xCE1\xF7\xAC\x90\xF5\xB5Ya\x8Fʼ\x82OJ\xBFe\xABͥ\xDE \xCA\xCAB\x96\xCF\xCB\xEE?
+\xA5\xE7\xE2T
+\x81\xC0\xC1#\xB5\\xBE\xBB\xFBMٺd\x95P\x8A\xB1\xF4 {\xD6{\x9D<\xBD\x88\xAF%1\xC1\x83\x81\x9EMssHe\x94\xB1\xAD
+F\xE7j\x81\xC9o\xBD\xED޲}\xEBZQ\xD2\xEC\xE5\xC4Ի\xB2
x\xA9m\xA077	\xFE.\xFE\x95S\xFD+sO\xB6\x91\x87~]\xFF J\xD2R\xB29\xE0\xAE˅D0\xAA'E\xC0VL\xB3n<\x9A|\xCF\xC99=y\xA6\xA0\xDC\xC0
+s-u:|\x88eM\xC0\xF2͙j\xD59\xE4\x93T\xEEЫr0kZlʢ%\xD0oe\xB3\xD4bd'
+ۺ׷\J\xB2C\x8E
\xA8?\x9Dx
\xF93\xC6x\xAFg\x86\xFC`\xE9\xF3\xE3\x93\x8FƵJ\xD3G%ex\x8C\xD5\x97N\x9C\xE3\x88\xFF *\xE0\xEFWn\x83	ۓ]\x9E\xB98\x8BK\x95IG
X
\xF9\xAE/Vh\xA2\x86
E;\xB6 I
\xAB
O\xF1F\xF8%\xFB\xB6̰)\xC4\xFAR`\x90 \xA4\x9AQ
+\xBB?\xE1\x8A\xD0a\xC9̇\xEBIJNN}\xE9+\xA4\xE6sIKږ\x82F҂ \xEB\xCD!\xA3\xFAPQjD\xA7c\xFE\x9E\x8C\xF6\xF2\xF4Hd
\x8A\xBB
\xC4R\xFC\xB3
+\xA7
i\xBDe|\xDECB\xCA
o\xC9\xF65lG\x91\xE5ĂL|\xAC\xA7\x83X1\x97\x87y
ա\xFEcP˃\xCEy\xAC\xA4\x8D\x99\xB9\xA7\xB4\xA3\x86
g\xA0\xADS.T\xE7#\x9Ek\xCA\xE04[A\xC9\xA7\x92yb8qY\xB4_23\xFCU+"^۳\xFAW91m\xA8\x85\xC9\xE8+\xAE\xB8\xD3\xE7\xD5 _'
\xE6\xA1Rh\xCA_p\x92^\x9D0\xF9\xC5i
\x8C\xB7+X\xDBj\xF2\x840ې\xE7U\xBCE\xCC\xD1ۉ\x817
\xC6\xDC\xE7\xB65
+V\xE2\xC3\xC3^t?\xEBgm\xBEf~\xE8\xAEsO\xBDq\xFB\xE6%\xE5\xCF%\x8EMR\xD1\\x8Dng-\xA3\xAB \xC0\xA5\\x97I\x9C at g\x89\x84\xCA:\xE3\xB5j5\xDCc\xC4\xFF xT\xF7"\xC2`\xC8\xC2 at z\x8Cpjn\xCB9\xE3\xC6sM\xAD\x8B\x9B<\x8F5\xB13g\xCB\xF4\xAC\xB9#11V0\xECkT\xEE"3FNr(=(\xEEi\x92
\xE6\x83ҎԜ\xD0b\x96\x94\xD3G\P ZZSM\xC1\xA0t\xA0
('\xBD \xAD\x9D\xD8Poj JP9\xA5\xC6h籠\xE7\xA69\xA0\x9C
+^h\xFBƀv\xA5\xA3\xEB@(\xE9@
J u&h\xE84\x94 \xE2y\xCD5Wq⒔P\x8C;b\x92\x97\xAFn((\xFC?JS֛\xCF\xF94\xD1,k\x85`\xA0 ;T\x80\x80:\xF4\xA8Uv\xC6;\xF1R
\x9C\x91\xEB\xFE\xA5q\x9E\xBClU\xBC\xB7s&\xF5\xD5X\xBE\xB5*\x87\x92~P\x84v\xF6\xFEUd  <\xFBs\xDB\xFC\xFF \x9E\xB5
\xD2(R
\x95A
\xBAQ},O\xB3I\xF3\x98\xB2:\xF9\\x83\xD7]^-\xBC~\xB2
;T\x82D\x80\xEE\x90\xF5cY,\xC6F,NkHSos\x9E\xA5n[\xA4:IL\x92c\x92M74\x94\xAA\xA5\x98(\xEAOѱ\xC7rՍ\xB1\xB8\x9B\xA0\xDA9bkq\x9B&\x99Kmh"
\xF3\xBC}i=zW-GvtS\x8D\x90\xD7m\xC7߾i\x91\xF5\x9CF~\xB4\xA8\xB88\xE7\x8Eԋ\xDC\x9F3#<\xD5[\xBD\xC4d\x9E\x9E\xB5i\x89-\xC7Z\x82\xE5N\xA6\x9E\xA4\xCFc8F\xCC\xC4\xB8\xCDzN\x91<\xB7\xDE\xB4x\xBC\x96\xCC2\xB9\xEB\xFEs^q1N
\x8C\x81ֺ

Zm&W\x886"\xB9\x91\xC5j\xDBVg3\x8D\xF47/\xA5y[\xC9f\xF9m\xB7Jy\xCFN\x80\xD7*ҙ&,ܓ\xD75Л\xE4k\xB7sȤ1\xF5\xAEp\xF5\xAEu.i6Υ
H$<\x8Ez\xD5-N|"\xC2>\xA6\xAE\xA9
V=ܛ\xEE\xA4>\x87\xAD5vMGdAEWA\xCC(\xE9KM\xE9E .x\xA4\xA5 \x93\x8AwA\x8A e`\xFAS\xA8\xF1\<D`\xE4z\xB2/bn}\x87D\x8ALQ`6m\xAEf\x81\x84\xB0\xB6\xE5\xF4\xAE\xA7F\xF13\x86K\x8F\x97or:\xD7\xCDq\xF7OQWcu\x98\x83\xC3޵
+zz\xC9
\x91
\xB9\xC8\xCDS\xBB\xB77\xE7\x9A\xE3l\xB5\x8B\x9B)1(%t\xFAf\xB5\xEC\xBBK\xFC\xFE\x86\xB3
\x86Odo\xB4;\xBD9y\x9C|\xD1zps\xFD
+qvp\xC4d\xD8=\xABѥ
\xE9p|
z
+\x84\xD7a[]^b\x92\xE1\\xEE\xE0U\xADU\x85\xB3'|\xCE	VUǩ\xA6\xFF g\xCA\xCC\xCB\xFA\xD5\xEDS\x8F85=\xB5Fh\xF1\xBFJ\x8BH\xBB\xA2u\x8D\xD6LҪk2\xAC\xB7\xA4\x86\xDCB\x80\xC7\xDF\x8D|\xDB \\x83\xEBTX\x92Ğ\xB5\xA4U\x88bRR\x8A_J\xB2D\xF6\xA3\xA5(\xE3\x9A	\xE7=(\xB4\xA3\xB6h'\x8E\x94Ҁ\xCFZJ^\xD4E 4S\x87ZC\x9FJQ@\xA38\xA4\xEEi;P\x819\xE9\xC5\xA0\xF5\xA3\xF1\xA0 sږ\x90^\xB9\xCD \xB8\xA4\xA5\xA0\x9CP(\x8FzC@
ڎ\xD4v\xA0\xFDh=(
>\xB4
+ Z3I\x9Eԧ\xA5 \xDD\xE3\xFB\xB4\xB4g\xDC\xD3t\xDC\xC2D\xA3\xE9U\xD6\xF9#$\x96\xCFҲ\xB9\xCE\xF5\x87\xB2GK\xC4I\x9A\xD2j\xAA\xD4>\xE6\xB3\xE7\xB8y\xCE\xE6'
1P\x91ޏj\xD1SH\x89V\x94\xB7\x82)pc\x83\x9A\xA3+KK\xB6//\x9C\xC3\xE4N\x99\xEEj\x82/\x9B QԚ\xE8#Aon\x91(\xE89\xA8\xA8싦\xAEDZ u\xA8\xCEs֗\x9C\xD2U\xB2\xBC\xE3ֹ\x8E\x9B	\x8C\xE3\x9Ar\xAEIғi2~4\xAB\xC7\xCCrA\xA0\xB4/
s֠\x98nɩ\x8Bs\x8F\xFE\xB55\x88 \xF3\xC5\x99lf\xBAՈ\xED
2\xEE_֞\xF1\xE9Қ\xA0\x83\xF4\xE9Z7\xA1\x8F.\xA5\xE9e\x8B\xC9HaM\x91\x8EH=I\xAA\xD8\xC9\xEB\x9A@ČR\x8C\xA6\xE1+yp\xBBg\xB5a\xB9\x89=I\xAD=JlF\x88;\xD6g\xD1MY\ƫ\xD6\xC1EU\x90QE\x8A?Z<\xE6\x90S\xA8\xA5\xA6\xF4\xFA\xD2\xE6\x80\xCF\x8A:q֐\xF3E \x94\xA7 \x90}\xA9(\xA0
Q_2\xF1(\xDC*\xCCW(\xB2	mأ\xA3=k2\x8AV
β\xDF]\x9E᣷\x94a	\xE4\xD6g\x88eY\xAF\x86Ӝ \xCE=k5.e\x88p\xC3ڣggb\xCCrOZIY\x85\xC3~\xCEi\xF5B
\xE0c\xAD%'SKH\x94Q\x8C\x8A>\xB4\xC03\x9AJ1\xC6sG|
+ (\xA3\xF0\xA3\x8CPsNځJX\xE3\x80\xBD7ڝ\x9AJ CFM
S\xB2( 4Qޜ\xC5  \xEBE
f\x83\xEB\x9A ;\xD1I\x9FzR8\xCEh \x8Aq\xC7qM4 
\x94Qڎ\xBC\x8A 
+(\xEA)(\xA0\xEFE% \xBCz\xD1\xF8\xD2u\xA4ǵ0\xA8\xA4j(\xA4G\Rg\x9A(\xA0\xEFH(\xA2\x804\xB4\xA8\x98g#\xEE\xF4ϭi\xF5;\x8DW4߼tS\xF8H\xF9'\xA7=)\xEB\x9C\x8Fz(\xA8f\xC8c \xF4\x9CzQE\xBA\x91\xD3#\xA2\x8Ad>\x86\x9Bڊ(Bbr~\x94\xF5\xE0\x8C\xD1E0FM\xEB\xEE\xB9lt
Uj(\xAE\x95\xB1\xCD-Ţ\x8A)\x92 f\x8CQE 
\xA8\xA2\x8A Z1E Q֊(\xC0s\x{1667BD}sE S\xA8\xA2\x80
RQE &8\xA3\xFA\xD1E  qA\xE9E \x8E3N\xE3\xBDP :`P:\xFDh\xA2\x80\x83\x9CR\x90@\xA2\x8A
+<њ(\xA0\x91\xBDh\xF5\xA2\x8A 
\xA8\xA2\x80ڝ\xCE(\xA2\x80
0OQ@
\x8E\x94QE -%Pڗ
袀\xB5Q@\xA5
h\xA2\x80y\xA4\xC1\xFF "\x8A(\xFF\xD9
+endstream
+endobj
+56 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [412.263 700.955 522.996 712.816]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.jstatsoft.org/)>>
+>> endobj
+59 0 obj <<
+/D [54 0 R /XYZ 80 770.89 null]
+>> endobj
+60 0 obj <<
+/D [54 0 R /XYZ 81 733.028 null]
+>> endobj
+57 0 obj <<
+/Font << /F15 61 0 R /F64 62 0 R /F65 63 0 R /F68 64 0 R /F73 65 0 R /F75 66 0 R /F30 67 0 R /F27 68 0 R /F81 69 0 R /F88 70 0 R /F13 71 0 R >>
+/XObject << /Im1 55 0 R >>
+/ProcSet [ /PDF /Text /ImageC ]
+>> endobj
+81 0 obj <<
+/Length 3798      
+/Filter /FlateDecode
+>>
+stream
+xڝZKs\xE3\xC6\xBE\xEF\xAF\xE0-`\xD5
+\xC6
\xAF\x93k\xE3x]\x8E+qb+\xE5\x83\xEDB\xB3$ \xA4\xB5\xFA\xF7\xE9\xE7̀\xC4\xCAY\xD7֊\xC0<{\xFA\xF9u\xB2\xCD\xC3&\xDB|\xF3毷o\xBExo\x8A\x8D\xC9\xD2&k\xCC\xE6\xF6~S\x9BMUTi\x93\x9B\xDB\xDD\xE6\xE7\xC4n\xBD\xFD;
26
e\xAA,\xAD\x9B
+\xA1A?lM\xF2\xDDOۦL\xDAi\xC7\x9A,
_\xE4i\x96\xF9\xE1\xED\xF6&\xCF\xF3\xE4\x98\xF5\x9Fo\xF9\xF9~\x9Ct\xA3j11K\xB3ʆ}`̛L\xA8\xFF\xE2}Yo\x8CKsWZ
{c\xACI3Wnn\xF2"\xAD˒\xE7\xD8%\xDD\xDEY\x96\xDCn\x9B<\xE9\xE1\xBD\xDB\xE6&y
\xF6]
/\xA0\xA0rɮ\x9F\xE1e\xFF !e\xC1\x98SX`\xCB\xE6\xC6\xE6iU
wnq\xFC\x9F\xB77\xCE6	.q~\x82?O\xF8\x83[
\xB7\xB6JN\xD8['\xCF{ڎ\xB6\xC4\xF7|\xFF}
O=Oo\xF9\xA7\x83\xE6\xF1\x88˴\x9DL
q
:\xD1$޶\xE6\xE3=;A\xDB#\xEDL\xCDxm\x93\xBCpw;?mol\x99\xF4\xDDIi\xAEq.
\xB7\xCA\xE3\xE3\xE6\xB6L\xE1\xC4\xAEs\x900<\xEE\xD68\xE4\xF2ԏ\xFFK\xE0\xC9\xE9\xF9])9\x8Cx\xAEcOl&\xD6\xC0J \xB1\xB2Is\xD8\xEE\xC6\xE4i\xE1^GN#P\KH@\xB0hn\x80\x8Aa\x87\x96N\xDCw\xB8\xFA\xE3 L\xE9\xDA\xF7\xEDp\x97\x9B
\xD6\x97W	\x9C\xC2!\x83p\x99X"8C%R\xF1 \x9B\xCCY\xF4ᑩ\xE5\xE1/\xDC{
'f6\x91\x84\x9DDΰQ\xE0\xC4q\xE0n|\xC3\xE3c\x98H
¶\x96\xA8\x99ym\xE9\xCA\xE0'\xA1\xE0L\xA4\x92\xA6\xCFl\xBBG\xB6\xB5GV \x9A\x88\xFC\x80Z^$\xBFdE\x86L\xE9eEh':\xFE!\xC6A\xA9\xDE1
N܊\xEB\x8E\xFA|\xA6v8\xF0\xA3(\xBAt\xEC\x91\xD3<) \xA6\xECGl\x84\xAD
+\x8F9+;\x99ln\xA9\x84\xB6\xA9\xC0\x90\xF3\xCFTB\xD34:\xE3-lP\xACC\xCE|\x8A\xEC\x96(\x90\xDFn!\xBE	\xF8\xC1\xDA\xE9\xC0\xB1\x94ک\xCDEF\xB8tn\x93\xFEcPѾ;\xD9찧.X\xFD\x85Ǯ\x9B\x9EɊ\xB4\xA9\xFF\xFC\xA1S
\x82\xCEѤMQ\x88stMj\xAA\xF3L9\xC7\xC8C\xFE\xAD'\xFDύ\xD8*z2\xB1\xD5
Ig\xED\x98T\x95\x93Nl\x926\xAC\xB3xCP\xCAܦ\xB6\x92S|\xE3~B\x85 U)j[Ƴ\x8A:u\xD6\xE9I\xBAm\x91\xA1\xCA\xC1_\xE4\xAEk\xC4\xEE\xF1\xFD㩟RXx{:\x80=
\xF3\xAAߖ%o08Tr\xEE\x82e\xC0\xF9@
\xDD\xF5\xC1\xEAٺƠ\xFC\xB0\x9F-̕ݑ\xEAXغ\x9Dz~\xA0-iЎ[x$\x8F\xE2Uv\xDC
\xEAЩq\xE8`\x9A~VK\x94iG\xB2Bx\xF8%3\xF4\xE2\xC7L\x99\xFCk9a\xBEړ\xB4r(\xF5\x8B\xB5ⵐ"<\xC9xZs#cX\x852\xA5\xB4\xAA\xF8\xB6\8'|\xF5\x86=\xF1\xC8;\xE4\xE9
?\xD3\xD1\xD11\xB48\xEA\x803\xDF"\x93K2\x8F\xF3	G9\xBD\xB2d\xB9\xD1
\xC7-~!\x85l\xEFD":\xFAؒ\xE1\x9Eɏ\xB1\x93G\x8F̲Y\xF2\xBD\xAD\x8B\xCE\xF0(\xCFDy\xF2\x94\xEA"\xD9_\xE1 t\xC54\x90\xB7\xC5\x8Bz\xB5\xB8\xD50\x9E\xBD\xD7\xC1P\x985\x9E]-F\xF5\xACV*8>g\xF8\x87Y\xBFNb{\x9A4S\xA8\xB8Smx{
\xF9a\xFC\x956\xE9"B	`j\xE1\x92\xFFR=\x89\xDFJG~l\xF9g\xEAw\xE0\xC337"l#\xA2:b\xDD\xC4\xC1\x98\xFD\x89r\x9E߮\xE9\xD6,^P$\x88n\\xB1\x8D\xEC[T\x89N\xB9\xD7,sX\xA8EV0\xFAB\xC7 \xA7\x98e,b
+\xB1
z"C;\x8B\xBB\x87\xC5\xD5\xF3C\xFFI\xC8\xC3]\xF5\x80I\xA8\xD8\xFCaxUX\xC2=\x96v\xA2\xF8\x80t\x91_\xE1֞9>\xB6\xA0\xEF\xC0C\xAA\x80\xF3\x88\xED
\x81+\x9Cc 7\xCE{\xE1r
Xl%\xBB`[\xC4[Y=2A.\xF7\xBD*؎\xC5\xC08r\xCBZ\xB1uW\xD7.\x90\xA3uۃzO\xA4\x87\xA0\xD9f\x95yK\xAEld\xC90\xE5\xD8\xEE\xC2\xFA$=U~\xEFp\x886\x99\xF8\xFC	7R\xE7\x8BQG\xA5\x82\xD6\xC4?\xAC1S\xAC
+Cq\xCD\xDBA~	\xC8O
\x98\xB3{v\xD9<\x850>\xDB\xD8\xC0-G\x9A\x92\xFA\xAD\xAA43Q\xA2\x80\xB6\x99\x97IG\xD8I5h\x82\x90\xAB\x81\xE8\xA9
+MY\xC0\xAC\xF8\x9B\x89\x93\xBB\x99_B
\xC2\xEA2\xC9l\xAF0`\xE7\xC54\xE8N\xEDN#\xDBe^1V4\xC2qsi\x8F^zdO\xCAA\xE0w\xC1\xE8}\xBB\xE2 \x9F\x91\xD5=\xC2Ī\xF6a	\x9F\xC9y\xE8֏\xEA\xA1c\x84HXv$\x8AC \xE3أ\xD4w\xBA\xBF\xAA7\xADG\xAF\xAAdƞ'e\x8BB5\xA5*\x84\xCFA\xF9W\x81\xA9M\xB3\xDC|Fb<F\x8B\x92"\x8F7J\x91*\xE8sa
\xC3x\xCA\x91\xA0fIb\xD2,uŵ>\x9A\xA7\xD3\xCD-\xD2U\xB8R\xB1uj3˻-q>\x8D\xC7\xF6\xD4#\xE8\xACu\xEA\xE7\xD3~xX;U\xB6\xC4U\xEF!֬ݨ\xEE
ZH\xB4\xBF\x89`\xF6\xAA\xFBG\xAF\xD89\x88枓\x8B\x8A\x85\xFF\xCC#m\x94\x83#\xF6\xF2K<ie~\xDFr
(/\xBD6
	!\xA8\x97%\x89\x8B7\xC2o\x9Ddރ\x86\xBA\x9D\x8E\xDC;\xB52;v\xDA+\xEE\x85@\xA9x) \x83\xC4\xE9a\x9F\xB3K\x8AV\x80xQY\x9B\xDC
+2\xC1\xCE\xF6
\xCFm\x86\xC5\xF4uV\xC3

x\xC2=\x85\xB2#\xF3\x8FR\xBF\xDC\xF1\xE9\xAB\x86\xB4\xC05\x9F\xA5ɐ\x949_\xCCa1\xCF
\x82C\xB0\xE2\xF0\xFC:\xF7'~׬\xA7\xAE\xE3U\x9B2m\xCAzQ鹂\xF2.\xCFa\x90\xBB\xC0\x9D:称?z\xE3gſ\xEAd\xF2\xFC:H-\x9D\xBF\xA5\x85΃\x8C?\x89\xA5\xB0\x8F\xE2\xFCI\x9D\xC5Ӳ\xDF\xEE\xF6\x84"\x8D\xEB\xB87Թ\xAC8M/6\\xED\x9Dva\xFB\xAC\xB9\xDB*\xB9/R\xF7\x82i\xB1\x99\xB0\xFCŏ?`
\x92\x9B*m\xAA\x8C\xEB6\xA5K\xAB\xB2\xDA \xA3\x8AZ\x93\xBCe\xD5\xECB\x9A)(\xC4M4
\xB3\xCB\xB8\xA6\x90\xBE\xF9\x98BŊ(\xA9\x9A\xE3\x9Aj\xE1\xF2W%J\x8FyP%\xE2\xE1\x8E!\xE1\xCA\xC2\xE0\xAB 0\xBD\xAA#\xF4\xE8\xCBPGƠ\xC8ȇ\x9E]4\xCCtɨf\xF9tV\xE8\xE5| R|\xF8\xC8!\x98ޥ6\xD7N\xC1"ujPA\xEA\x8E-}P
\xB1vu\x8C\xDDi\xB1/I\xBD\xEB\xE4݊\x83Е\xBD\xAD\xCF\xEC\xFB\x8B,\xB5\xEE\xA2
\xE1\x89\xE4\x94\x98e7\x9Ec\x99\xF5Z\xC1\x82\xDE\xF6\xFE\xD5o`*\xBBP"\xF1\xA1C\xF2j\xBF\xC2y\xBE\xE2dq\xB8\x96\x80\xA6V=„\x87\xEB\x85O\x8A\xF9\x91 J\xE8s{@\xB9SH|\xA4ީ\xEC5j\xE7\xFE\x8FP\xF9\xD2
\xFE\xAA;->\xE5N݊;\xE5J\xF6\xEDg\xFE%
\x9DG^\xC9'\xC0T;\xC8H\xC9\xC0\xACs^M\x9C\xC9\xEE\x95\xD4
\xE2}\xAA\xF3>uQ\xE8-\xAAj\x89\xA9\x8B
o+q\xE9
+}\xAF\x95\xE9\xC3x
+b?\xAA\x84\xFB\x87\xAA\xDE#F\x9E\xAF\xB00\x87i\x82\xE5$\xD7\xF3dkEg\x8E at qȑ\x82\x9Eҹ\x90\x84}$;UH\xC1\xEDˤ\xFBHc\xEEHQ\xF8\xD0~b\xB0\xAB՚Y\xB6R,\xB3\xA1X\xF6'\xBEp\x8E\x8F\xF7	\xD3\xC8Y\xFF\xCC
+
\xBE
\x8FR\xF3\xA4\xD6I\xE5\xC1\xBE;\x9FO\xEA\xB2\xE1V}\xCF\xE94\x95}\xBA>y\x93r\xE8Y\x94\xBB\xA1E<i\xD7qF\xE9Q\x9D4\xA5/\x85\xE0\xF3\xFE\xB8\xB8\xBB\xA2h\xE3r6.\xB0^\xBA\xB4\xA5M\xCB\xF2s\xD1D\xF0\x87\x96(L\xB5,\x96 \x9D\xAA\xEF\x9E|\xA1\x8DDN)aׇ\xA9\xE3r\x95~=P\xC1\x8B3\xF5\xD2<>W
+O&\xD5vY\xD5{*1\x82o\xD4q\xB4A[x\x82\xB5	\xAA\xE7\xF2\xD0
\xAA
+\x85]\x98\xBAG\xBC\xBER\xC0~\xD9\xC2\xBA\xF1a\xA7\xD1?\x85\xBEh\xC9\xF6I
+z\xBF\xF0\xD4y
\xD7j\xF2
/^R
ÕE#aM
\xECI\xF1
&-4\xA0+0\x85&<t!Ʌ\x86\xF5\xB8\xB91\xA1\x92\x89\x9F}'\\xA7dr=R\xD3c\xE3s\x82)\xC7\xC8\xC3\xE2}J;(\x9Cz\xF1x5\xE5\x8C\xF5=\xF2\x9F\x92X\x98\x93V\xA7\xBB\x88~\xEF7B!\xBA\xB59- \xD1ڍ
%\xA0u\xCC
+\x9E{\x8D\x8F\xFB\xC5]	\x{1519C7}_D\xCFu
\xDD	\x92l>r\xE71BL\x87\xB0\xFEȏ]4A\xDD
&\x97\xB6\PWm\xF1}\xA6R\xE8\xF9 Z\xEE$1A\xBE\xF0ʔ\xF9
+\x85H\x91\x9EW+Y:/\xF7a\x9E]0sx\xFEa35\x8E\xFCK՘\x9E\xF23-\xE4\xCB`\xAF3\x88
\xA60I$\xFF"\xDAM%&L\xB6\\x93\xBCc\xFF\xBD0NR\xA1񬅍BXT؈M\xC8-q\xE4\xCB\xF2\xF5\xAA\xCBct\x90#2\-\xE8\xAE\xAD\xD2J\x91\xBD\xB7\xD6bS\xE9\xC2\xE5[\xE9\xB8 at U\xE6\xA0\xFF\xC8[\xE3
\xB2\x96\xD2-\xBC\xBC\x92v\x8C\xD8x\xA3\xA5\xAE>\xBEZ֍{_@%\x90 [\xFB{DY\xE9Ǹ\xF2+;\xB3\xC35\x8B[e\x8A\xFE~\xE7\xCB/W]\xAD\x81\xFC\xD2g\x82T\x86瘛W\xC9W#G\xD4a\xD00۴0p\xF8\x81\t\xE4\x8E1\xFE\x82\x8A.Œ
+\xBE\xAC\xA0\x95\xD8\7
\xBB\xC0\xF6\xB6
\x87\x93\xA1
\x9At%\xF9\x83-
+\x88a!\xAD{\xF4ga}
%!\xF8<\x85v\xAE %h\xCE\xF9\x92v\xBFdM\xAEF\xCF\xC1\xD4^\xD7\xDAT\xE6\xA4_-.\xD5xL\x8A\x8F\xDE\xE56\x8E\xAE\xDE;\xF8N\\xF8\x85ߟ\xB7\xFEN\x98I\x866r\xB7wGUX\xA1\xF8\xFF\xCEX
+d\xFE&k(cm\xA2\x8FN^\xCDX
+\xA7\xAC\x8DOYKP\xFD\xDB\xE8$\xED\x8AeGa\x97-\x93\xF2\xC5;M*\xFF\xCC#\xDA\xD3\xEA}-\x95.>\xF3\xC0\x8AUz\x81:Z\xFF\x85Ǹ\xD7JnU1\x9F5j\xF9\xDC:\xC8\xD9T>\x9E\xAC\xA0`j\x9A\xE7\xAFg\xCBI\xB7\x8Ejp\xF1\x9D\x9A}\x9C\xAE\xF8Z\xAB\xE6\x93|\xA9\xE2o#j-\xE3z	հ\xDE\xE2{\xA9\xE3\xC9a\xA4\xF4+\x81+\xB5\xBD_̣\e\x81*\xB2Bl\xDF\xC8`psQ\xB9\xEBP\xE3D\x85\x9B\xECŨ¥\xA1\x88\xF05^\xE1\xFC\xD1\xFE\x8F\xA5\xA6\x8E\x96&\xAD\xC0\xF2\xB2\xB8 K\xAD\ \xE3՝\xDCF
+\x8A\xFAv}\xD2\xF3\xB0\xA3S\x98\xF4t\x99:\xE2i\xE6\xC5
Ǖ\xD4y
+Lz]
+\x80h[\xC6D\x9FTp\x87{&\xE7\xE2\xC3\xDC8\xF8|70\xBFb\xF6\x9B\x9Fi\x96Ia\x9C[\xB8\xF4\x88K\x8C{\xBE\xBE}\xF3\xDBC\xAB\xFC4\xCD8\x9BP\xD8\xEE\xF8\xE6\xE7_\xB3\xCD\xDA\xC1ݥySo\x9Ei\xD4qc\xAA\xDE\xF1\xBC\x87͏o\xFE\xCD߸\xD9bS\x80éJ\xAA4C\xA0\xC1\xE4E\xEA\xD5Ⱦx\xDF4\x9Bl"\x8C\xABRk\xF0c\xB2\xB4\xCED\x8F\xBE\xAF\xE9wc\xB9\xB3\x848\x83\xC5(\xDCP\xC2\xEB\xCCշO\x92\xA5k.-\xE3,\xAA9\xB8\xFE\x89$9\x8Ax\xDFr\xD7\xC5F\xB3\xE4\xF7Ӣ\xDA	
\x94*\xE12\xBC7
+p\xEB\x85\xE8\xCE\xE7\x9C<\x8Eɚ|B\xEFH\x91l \xFD\x8E\x8B\xA0\xCE\xE8\xB7X\xBE.\xA1\x9F\xEB\xE5eı
\xBF\xF8\xC8\xCA
][0\xB5\xC3\xF2iԓ$\xC7ݖ>V+*z\xC3O\xF0zI\xC8\x82B\xEA\xD4\xE0\xFB\xAB\xD4,\xBFO\xBC\\xD3\	\xEEė\x9C4\xE99F\x85\xFE;\x9D_FۨJ\xE8?\xAA\xC0\xC7yT\xF9\xF12\xF4	\xE1\xEC\xF3=\xA9\xB0\x85\xCF\xD5\xE8{H\xF0J\x92'^%\x8F\xF2
U\xC9p\xB5\xA9
˵ܹ3\xFF%3y\xA9~\x833v\x8Cmh\xCAH\xD9/#\xF2\x8C@x\xB5W%=5[
\xCFc\xF6F\xEBA$\xDFA\x99\xFC\x84\xF3\x9F|\xA3#W\xBB\xAC\xEC\xAC\xB3S\xAA\x82I\xE5\xE2?gU\x94\xC9\xF9\xB0
\xAA\xBCO\x83\xF4\xC0_\x95\xB5{=\x9C.ĝc\x98\xF3wqǖjthr1+pի_U\xB0\x9C,\x8Cܵȃ\xE4\x9B\xC3e
+'\xDC\xC0t\xBE\x89^\x832\x9D"\xD3\xC6KJ\xFD\xBE\xF0\xC5\xF3\xC13\xF7\xBE\xF7tU|Y\xA1_;\xF4+l\xB1\x95M]Y\xFDi\xBE\xEC-CV\x92\xD6&_
+\x91/\x80\xA5 
'\xCEמn''?\x89cP\xF5s\x96\xF3\xF0	\xCE\xC4\xE2D[5\xF1\xBDg+lj	\xD1\xD9z˺>
~
\xAAD\xF7\xA2Y\xB8i\xAF$G)\xB8T\x83}\xB9\xFC\x85\xB0\xF2?\xC5\xB8#
+endstream
+endobj
+80 0 obj <<
+/Type /Page
+/Contents 81 0 R
+/Resources 79 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 72 0 R
+/Annots [ 73 0 R 74 0 R 75 0 R ]
+>> endobj
+73 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [444.77 382.031 451.493 395.168]
+/A << /S /GoTo /D (Hfootnote.1) >>
+>> endobj
+74 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [276.113 177.539 282.836 190.675]
+/A << /S /GoTo /D (Hfootnote.2) >>
+>> endobj
+75 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [484.819 149.829 500.742 162.627]
+/A << /S /GoTo /D (subsection.1.4) >>
+>> endobj
+82 0 obj <<
+/D [80 0 R /XYZ 80 770.89 null]
+>> endobj
+2 0 obj <<
+/D [80 0 R /XYZ 81 733.028 null]
+>> endobj
+86 0 obj <<
+/D [80 0 R /XYZ 81 733.028 null]
+>> endobj
+6 0 obj <<
+/D [80 0 R /XYZ 81 641.616 null]
+>> endobj
+87 0 obj <<
+/D [80 0 R /XYZ 81 641.616 null]
+>> endobj
+10 0 obj <<
+/D [80 0 R /XYZ 81 609.143 null]
+>> endobj
+88 0 obj <<
+/D [80 0 R /XYZ 81 609.143 null]
+>> endobj
+14 0 obj <<
+/D [80 0 R /XYZ 81 450.327 null]
+>> endobj
+91 0 obj <<
+/D [80 0 R /XYZ 81 450.327 null]
+>> endobj
+18 0 obj <<
+/D [80 0 R /XYZ 81 311.465 null]
+>> endobj
+93 0 obj <<
+/D [80 0 R /XYZ 81 311.465 null]
+>> endobj
+95 0 obj <<
+/D [80 0 R /XYZ 97.575 142.642 null]
+>> endobj
+98 0 obj <<
+/D [80 0 R /XYZ 97.575 131.683 null]
+>> endobj
+79 0 obj <<
+/Font << /F15 61 0 R /F112 83 0 R /F90 84 0 R /F117 85 0 R /F68 64 0 R /F73 65 0 R /F80 89 0 R /F126 90 0 R /F88 70 0 R /F24 92 0 R /F81 69 0 R /F25 94 0 R /F99 96 0 R /F136 97 0 R /F141 99 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+
+107 0 obj <<
+/Length 2889      
+/Filter /FlateDecode
+>>
+stream

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list